===> build.sh command: ./build.sh -U -j2 -r -X ../xsrc-current -x -m amd64 -T tooldir.Darwin -O /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX -D /Volumes/netbsd-src-objdestdir/netbsd-10/destdir.amd64 -R release.amd64 release iso-image install-image ===> build.sh started: Thu Sep 26 00:19:32 CEST 2024 ===> NetBSD version: 10.0_STABLE ===> MACHINE: amd64 ===> MACHINE_ARCH: x86_64 ===> Build platform: Darwin 23.6.0 x86_64 ===> HOST_SH: /bin/sh ===> Bootstrapping nbmake checking for sh... /bin/sh checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for regex.h... yes checking for poll.h... yes checking for regfree in -lregex... no checking for library containing regfree... none required checking for setenv... yes checking for strdup... yes checking for strerror... yes checking for strftime... yes checking for vsnprintf... yes configure: creating ./config.status config.status: creating buildmake.sh cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/arch.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/buf.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/compat.c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/compat.c:353:23: warning: 'vfork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations] 353 | compatChild = cpid = vfork(); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:604:1: note: 'vfork' has been explicitly marked deprecated here 604 | __deprecated_msg("Use posix_spawn or fork") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 1 warning generated. cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/cond.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/dir.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/for.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/hash.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/job.c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/job.c:1437:9: warning: 'vfork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations] 1437 | cpid = vfork(); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:604:1: note: 'vfork' has been explicitly marked deprecated here 604 | __deprecated_msg("Use posix_spawn or fork") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 1 warning generated. cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/lst.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/main.c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/main.c:1719:17: warning: 'vfork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations] 1719 | switch (cpid = vfork()) { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:604:1: note: 'vfork' has been explicitly marked deprecated here 604 | __deprecated_msg("Use posix_spawn or fork") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 1 warning generated. cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/make.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/make_malloc.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/meta.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/metachar.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/parse.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/str.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/suff.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/targ.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/trace.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/util.c cc -D_PATH_DEFSYSPATH="/Users/feyrer/work/NetBSD/cvs/src-10/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make/var.c cc -o nbmake *.o ===> MAKECONF file: /etc/mk.conf (File not found) ===> TOOLDIR path: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin ===> DESTDIR path: /Volumes/netbsd-src-objdestdir/netbsd-10/destdir.amd64 ===> RELEASEDIR path: /Users/feyrer/work/NetBSD/cvs/src-10/release.amd64 ===> Removing /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin ===> Removing /Volumes/netbsd-src-objdestdir/netbsd-10/destdir.amd64 ===> Created /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbmake ===> Updated makewrapper: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbmake-amd64 --- release --- distribution ===> . --- distribution --- build ===> . (with: NOPOSTINSTALL=1) --- build --- Build started at: Thu Sep 26 00:19:51 CEST 2024 check-tools ===> . cleandir ===> . --- __doclean --- --- cleandir-tools --- cleandir ===> tools --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX && rm -f params || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10 && rm -f params || true) --- cleandir-tools --- --- cleandir-host-mkdep --- --- cleandir-compat --- --- cleandir-host-mkdep --- cleandir ===> tools/host-mkdep --- cleandir-compat --- cleandir ===> tools/compat --- cleandir-host-mkdep --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/host-mkdep && rm -f config.cache config.log config.status host-mkdep a.out [Ee]rrs mklog core *.core host-mkdep || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/host-mkdep && rm -f config.cache config.log config.status host-mkdep a.out [Ee]rrs mklog core *.core host-mkdep || true) --- cleandir-compat --- --- __doclean --- --- cleandir-host-mkdep --- --- __docleandir --- --- cleandir-compat --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/compat && rm -f config.log config.status configure.lineno *.stamp a.out [Ee]rrs mklog core *.core libnbcompat.a atoll.lo basename.lo cdbr.lo cdbw.lo dirname.lo dprintf.lo fgetln.lo flock.lo fparseln.lo fpurge.lo getcap.lo getline.lo getmode.lo getopt_long.lo gettemp.lo heapsort.lo getsubopt.lo issetugid.lo lchflags.lo lchmod.lo lchown.lo libyywrap.lo md2.lo md2hl.lo md4c.lo md4hl.lo md5c.lo md5hl.lo mi_vector_hash.lo mkdtemp.lo mkstemp.lo pread.lo putc_unlocked.lo pwcache.lo pwrite.lo pw_scan.lo raise_default_signal.lo rb.lo reallocarr.lo reallocarray.lo rmd160.lo rmd160hl.lo regcomp.lo regerror.lo regexec.lo regfree.lo setenv.lo setgroupent.lo setpassent.lo setprogname.lo sha1.lo sha1hl.lo sha2.lo sha256hl.lo sha384hl.lo sha512hl.lo snprintb.lo snprintf.lo stat_flags.lo strlcat.lo strlcpy.lo strmode.lo strcasecmp.lo strncasecmp.lo strndup.lo strnlen.lo strsep.lo strsuftoll.lo strtoll.lo strtoi.lo strtou.lo unvis.lo vis.lo err.lo errx.lo errc.lo verr.lo verrx.lo verrc.lo vwarn.lo vwarnx.lo vwarnc.lo warn.lo warnx.lo warnc.lo fts.lo glob.lo efun.lo bt_close.lo bt_conv.lo bt_debug.lo bt_delete.lo bt_get.lo bt_open.lo bt_overflow.lo bt_page.lo bt_put.lo bt_search.lo bt_seq.lo bt_split.lo bt_utils.lo db.lo dbfile.lo hash.lo hash_bigkey.lo hash_buf.lo hash_func.lo hash_log2.lo hash_page.lo ndbmdatum.lo ndbm.lo mpool.lo rec_close.lo rec_delete.lo rec_get.lo rec_open.lo rec_put.lo rec_search.lo rec_seq.lo rec_utils.lo || true) --- cleandir-binstall --- cleandir ===> tools/binstall --- cleandir-compat --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/compat && rm -f config.log config.status configure.lineno *.stamp a.out [Ee]rrs mklog core *.core libnbcompat.a atoll.lo basename.lo cdbr.lo cdbw.lo dirname.lo dprintf.lo fgetln.lo flock.lo fparseln.lo fpurge.lo getcap.lo getline.lo getmode.lo getopt_long.lo gettemp.lo heapsort.lo getsubopt.lo issetugid.lo lchflags.lo lchmod.lo lchown.lo libyywrap.lo md2.lo md2hl.lo md4c.lo md4hl.lo md5c.lo md5hl.lo mi_vector_hash.lo mkdtemp.lo mkstemp.lo pread.lo putc_unlocked.lo pwcache.lo pwrite.lo pw_scan.lo raise_default_signal.lo rb.lo reallocarr.lo reallocarray.lo rmd160.lo rmd160hl.lo regcomp.lo regerror.lo regexec.lo regfree.lo setenv.lo setgroupent.lo setpassent.lo setprogname.lo sha1.lo sha1hl.lo sha2.lo sha256hl.lo sha384hl.lo sha512hl.lo snprintb.lo snprintf.lo stat_flags.lo strlcat.lo strlcpy.lo strmode.lo strcasecmp.lo strncasecmp.lo strndup.lo strnlen.lo strsep.lo strsuftoll.lo strtoll.lo strtoi.lo strtou.lo unvis.lo vis.lo err.lo errx.lo errc.lo verr.lo verrx.lo verrc.lo vwarn.lo vwarnx.lo vwarnc.lo warn.lo warnx.lo warnc.lo fts.lo glob.lo efun.lo bt_close.lo bt_conv.lo bt_debug.lo bt_delete.lo bt_get.lo bt_open.lo bt_overflow.lo bt_page.lo bt_put.lo bt_search.lo bt_seq.lo bt_split.lo bt_utils.lo db.lo dbfile.lo hash.lo hash_bigkey.lo hash_buf.lo hash_func.lo hash_log2.lo hash_page.lo ndbmdatum.lo ndbm.lo mpool.lo rec_close.lo rec_delete.lo rec_get.lo rec_open.lo rec_put.lo rec_search.lo rec_seq.lo rec_utils.lo || true) --- cleandir.include --- rm -rf include --- cleandir-binstall --- --- __doclean --- --- cleandir-compat --- --- __docleandir --- --- cleandir-binstall --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/binstall && rm -f a.out [Ee]rrs mklog core *.core xinstall xinstall.lo getid.lo xinstall.ln getid.ln || true) --- cleandir-compat --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/compat && rm -f defs.mk config.cache confdefs.h nbtool_config.h .depend atoll.d basename.d bt_close.d bt_conv.d bt_debug.d bt_delete.d bt_get.d bt_open.d bt_overflow.d bt_page.d bt_put.d bt_search.d bt_seq.d bt_split.d bt_utils.d cdbr.d cdbw.d db.d dbfile.d dirname.d dprintf.d efun.d err.d errc.d errx.d fgetln.d flock.d fparseln.d fpurge.d fts.d getcap.d getline.d getmode.d getopt_long.d getsubopt.d gettemp.d glob.d hash.d hash_bigkey.d hash_buf.d hash_func.d hash_log2.d hash_page.d heapsort.d issetugid.d lchflags.d lchmod.d lchown.d libyywrap.d md2.d md2hl.d md4c.d md4hl.d md5c.d md5hl.d mi_vector_hash.d mkdtemp.d mkstemp.d mpool.d ndbm.d ndbmdatum.d pread.d putc_unlocked.d pw_scan.d pwcache.d pwrite.d raise_default_signal.d rb.d reallocarr.d reallocarray.d rec_close.d rec_delete.d rec_get.d rec_open.d rec_put.d rec_search.d rec_seq.d rec_utils.d regcomp.d regerror.d regexec.d regfree.d rmd160.d rmd160hl.d setenv.d setgroupent.d setpassent.d setprogname.d sha1.d sha1hl.d sha2.d sha256hl.d sha384hl.d sha512hl.d snprintb.d snprintf.d stat_flags.d strcasecmp.d strlcat.d strlcpy.d strmode.d strncasecmp.d strndup.d strnlen.d strsep.d strsuftoll.d strtoi.d strtoll.d strtou.d unvis.d verr.d verrc.d verrx.d vis.d vwarn.d vwarnc.d vwarnx.d warn.d warnc.d warnx.d atoll.d.tmp basename.d.tmp bt_close.d.tmp bt_conv.d.tmp bt_debug.d.tmp bt_delete.d.tmp bt_get.d.tmp bt_open.d.tmp bt_overflow.d.tmp bt_page.d.tmp bt_put.d.tmp bt_search.d.tmp bt_seq.d.tmp bt_split.d.tmp bt_utils.d.tmp cdbr.d.tmp cdbw.d.tmp db.d.tmp dbfile.d.tmp dirname.d.tmp dprintf.d.tmp efun.d.tmp err.d.tmp errc.d.tmp errx.d.tmp fgetln.d.tmp flock.d.tmp fparseln.d.tmp fpurge.d.tmp fts.d.tmp getcap.d.tmp getline.d.tmp getmode.d.tmp getopt_long.d.tmp getsubopt.d.tmp gettemp.d.tmp glob.d.tmp hash.d.tmp hash_bigkey.d.tmp hash_buf.d.tmp hash_func.d.tmp hash_log2.d.tmp hash_page.d.tmp heapsort.d.tmp issetugid.d.tmp lchflags.d.tmp lchmod.d.tmp lchown.d.tmp libyywrap.d.tmp md2.d.tmp md2hl.d.tmp md4c.d.tmp md4hl.d.tmp md5c.d.tmp md5hl.d.tmp mi_vector_hash.d.tmp mkdtemp.d.tmp mkstemp.d.tmp mpool.d.tmp ndbm.d.tmp ndbmdatum.d.tmp pread.d.tmp putc_unlocked.d.tmp pw_scan.d.tmp pwcache.d.tmp pwrite.d.tmp raise_default_signal.d.tmp rb.d.tmp reallocarr.d.tmp reallocarray.d.tmp rec_close.d.tmp rec_delete.d.tmp rec_get.d.tmp rec_open.d.tmp rec_put.d.tmp rec_search.d.tmp rec_seq.d.tmp rec_utils.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp rmd160.d.tmp rmd160hl.d.tmp setenv.d.tmp setgroupent.d.tmp setpassent.d.tmp setprogname.d.tmp sha1.d.tmp sha1hl.d.tmp sha2.d.tmp sha256hl.d.tmp sha384hl.d.tmp sha512hl.d.tmp snprintb.d.tmp snprintf.d.tmp stat_flags.d.tmp strcasecmp.d.tmp strlcat.d.tmp strlcpy.d.tmp strmode.d.tmp strncasecmp.d.tmp strndup.d.tmp strnlen.d.tmp strsep.d.tmp strsuftoll.d.tmp strtoi.d.tmp strtoll.d.tmp strtou.d.tmp unvis.d.tmp verr.d.tmp verrc.d.tmp verrx.d.tmp vis.d.tmp vwarn.d.tmp vwarnc.d.tmp vwarnx.d.tmp warn.d.tmp warnc.d.tmp warnx.d.tmp tags || true) --- cleandir-binstall --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/binstall && rm -f a.out [Ee]rrs mklog core *.core xinstall xinstall.lo getid.lo xinstall.ln getid.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/binstall && rm -f .depend getid.d xinstall.d getid.d.tmp xinstall.d.tmp tags || true) --- cleandir-compat --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/compat && rm -f defs.mk config.cache confdefs.h nbtool_config.h .depend atoll.d basename.d bt_close.d bt_conv.d bt_debug.d bt_delete.d bt_get.d bt_open.d bt_overflow.d bt_page.d bt_put.d bt_search.d bt_seq.d bt_split.d bt_utils.d cdbr.d cdbw.d db.d dbfile.d dirname.d dprintf.d efun.d err.d errc.d errx.d fgetln.d flock.d fparseln.d fpurge.d fts.d getcap.d getline.d getmode.d getopt_long.d getsubopt.d gettemp.d glob.d hash.d hash_bigkey.d hash_buf.d hash_func.d hash_log2.d hash_page.d heapsort.d issetugid.d lchflags.d lchmod.d lchown.d libyywrap.d md2.d md2hl.d md4c.d md4hl.d md5c.d md5hl.d mi_vector_hash.d mkdtemp.d mkstemp.d mpool.d ndbm.d ndbmdatum.d pread.d putc_unlocked.d pw_scan.d pwcache.d pwrite.d raise_default_signal.d rb.d reallocarr.d reallocarray.d rec_close.d rec_delete.d rec_get.d rec_open.d rec_put.d rec_search.d rec_seq.d rec_utils.d regcomp.d regerror.d regexec.d regfree.d rmd160.d rmd160hl.d setenv.d setgroupent.d setpassent.d setprogname.d sha1.d sha1hl.d sha2.d sha256hl.d sha384hl.d sha512hl.d snprintb.d snprintf.d stat_flags.d strcasecmp.d strlcat.d strlcpy.d strmode.d strncasecmp.d strndup.d strnlen.d strsep.d strsuftoll.d strtoi.d strtoll.d strtou.d unvis.d verr.d verrc.d verrx.d vis.d vwarn.d vwarnc.d vwarnx.d warn.d warnc.d warnx.d atoll.d.tmp basename.d.tmp bt_close.d.tmp bt_conv.d.tmp bt_debug.d.tmp bt_delete.d.tmp bt_get.d.tmp bt_open.d.tmp bt_overflow.d.tmp bt_page.d.tmp bt_put.d.tmp bt_search.d.tmp bt_seq.d.tmp bt_split.d.tmp bt_utils.d.tmp cdbr.d.tmp cdbw.d.tmp db.d.tmp dbfile.d.tmp dirname.d.tmp dprintf.d.tmp efun.d.tmp err.d.tmp errc.d.tmp errx.d.tmp fgetln.d.tmp flock.d.tmp fparseln.d.tmp fpurge.d.tmp fts.d.tmp getcap.d.tmp getline.d.tmp getmode.d.tmp getopt_long.d.tmp getsubopt.d.tmp gettemp.d.tmp glob.d.tmp hash.d.tmp hash_bigkey.d.tmp hash_buf.d.tmp hash_func.d.tmp hash_log2.d.tmp hash_page.d.tmp heapsort.d.tmp issetugid.d.tmp lchflags.d.tmp lchmod.d.tmp lchown.d.tmp libyywrap.d.tmp md2.d.tmp md2hl.d.tmp md4c.d.tmp md4hl.d.tmp md5c.d.tmp md5hl.d.tmp mi_vector_hash.d.tmp mkdtemp.d.tmp mkstemp.d.tmp mpool.d.tmp ndbm.d.tmp ndbmdatum.d.tmp pread.d.tmp putc_unlocked.d.tmp pw_scan.d.tmp pwcache.d.tmp pwrite.d.tmp raise_default_signal.d.tmp rb.d.tmp reallocarr.d.tmp reallocarray.d.tmp rec_close.d.tmp rec_delete.d.tmp rec_get.d.tmp rec_open.d.tmp rec_put.d.tmp rec_search.d.tmp rec_seq.d.tmp rec_utils.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp rmd160.d.tmp rmd160hl.d.tmp setenv.d.tmp setgroupent.d.tmp setpassent.d.tmp setprogname.d.tmp sha1.d.tmp sha1hl.d.tmp sha2.d.tmp sha256hl.d.tmp sha384hl.d.tmp sha512hl.d.tmp snprintb.d.tmp snprintf.d.tmp stat_flags.d.tmp strcasecmp.d.tmp strlcat.d.tmp strlcpy.d.tmp strmode.d.tmp strncasecmp.d.tmp strndup.d.tmp strnlen.d.tmp strsep.d.tmp strsuftoll.d.tmp strtoi.d.tmp strtoll.d.tmp strtou.d.tmp unvis.d.tmp verr.d.tmp verrc.d.tmp verrx.d.tmp vis.d.tmp vwarn.d.tmp vwarnc.d.tmp vwarnx.d.tmp warn.d.tmp warnc.d.tmp warnx.d.tmp tags || true) --- cleandir-binstall --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/binstall && rm -f .depend getid.d xinstall.d getid.d.tmp xinstall.d.tmp tags || true) --- cleandir-date --- cleandir ===> tools/date --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/date && rm -f a.out [Ee]rrs mklog core *.core date date.lo date.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/date && rm -f .depend date.d date.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/date && rm -f a.out [Ee]rrs mklog core *.core date date.lo date.ln || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/date && rm -f .depend date.d date.d.tmp tags || true) --- cleandir-mktemp --- cleandir ===> tools/mktemp --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mktemp && rm -f a.out [Ee]rrs mklog core *.core mktemp mktemp.lo mktemp.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mktemp && rm -f .depend mktemp.d mktemp.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mktemp && rm -f a.out [Ee]rrs mklog core *.core mktemp mktemp.lo mktemp.ln || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mktemp && rm -f .depend mktemp.d mktemp.d.tmp tags || true) --- cleandir-sed --- cleandir ===> tools/sed --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/sed && rm -f a.out [Ee]rrs mklog core *.core sed compile.lo main.lo misc.lo process.lo compile.ln main.ln misc.ln process.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/sed && rm -f .depend compile.d main.d misc.d process.d compile.d.tmp main.d.tmp misc.d.tmp process.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/sed && rm -f a.out [Ee]rrs mklog core *.core sed compile.lo main.lo misc.lo process.lo compile.ln main.ln misc.ln process.ln || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/sed && rm -f .depend compile.d main.d misc.d process.d compile.d.tmp main.d.tmp misc.d.tmp process.d.tmp tags || true) --- cleandir-genassym --- --- cleandir-cap_mkdb --- --- cleandir-genassym --- cleandir ===> tools/genassym --- cleandir-cap_mkdb --- cleandir ===> tools/cap_mkdb --- cleandir-genassym --- --- __doclean --- --- cleandir-cap_mkdb --- --- __doclean --- --- cleandir-genassym --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/genassym && rm -f genassym a.out [Ee]rrs mklog core *.core || true) --- cleandir-cap_mkdb --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/cap_mkdb && rm -f a.out [Ee]rrs mklog core *.core cap_mkdb cap_mkdb.lo cap_mkdb.ln || true) --- cleandir-genassym --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/genassym && rm -f genassym a.out [Ee]rrs mklog core *.core || true) --- cleandir-cap_mkdb --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/cap_mkdb && rm -f a.out [Ee]rrs mklog core *.core cap_mkdb cap_mkdb.lo cap_mkdb.ln || true) --- cleandir-genassym --- --- __docleandir --- --- cleandir-cap_mkdb --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/cap_mkdb && rm -f .depend cap_mkdb.d cap_mkdb.d.tmp tags || true) --- cleandir-crunchgen --- cleandir ===> tools/crunchgen --- cleandir-cap_mkdb --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/cap_mkdb && rm -f .depend cap_mkdb.d cap_mkdb.d.tmp tags || true) --- cleandir-ctags --- --- cleandir-crunchgen --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/crunchgen && rm -f crunched_skel.c a.out [Ee]rrs mklog core *.core crunchgen crunchgen.lo crunched_skel.lo crunchgen.ln crunched_skel.ln || true) --- cleandir-ctags --- cleandir ===> tools/ctags --- cleandir-crunchgen --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/crunchgen && rm -f crunched_skel.c a.out [Ee]rrs mklog core *.core crunchgen crunchgen.lo crunched_skel.lo crunchgen.ln crunched_skel.ln || true) --- cleandir-ctags --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/ctags && rm -f a.out [Ee]rrs mklog core *.core ctags C.lo ctags.lo fortran.lo lisp.lo print.lo tree.lo yacc.lo C.ln ctags.ln fortran.ln lisp.ln print.ln tree.ln yacc.ln || true) --- cleandir-crunchgen --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/crunchgen && rm -f .depend crunched_skel.d crunchgen.d crunched_skel.d.tmp crunchgen.d.tmp tags || true) --- cleandir-ctags --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/ctags && rm -f a.out [Ee]rrs mklog core *.core ctags C.lo ctags.lo fortran.lo lisp.lo print.lo tree.lo yacc.lo C.ln ctags.ln fortran.ln lisp.ln print.ln tree.ln yacc.ln || true) --- cleandir-crunchgen --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/crunchgen && rm -f .depend crunched_skel.d crunchgen.d crunched_skel.d.tmp crunchgen.d.tmp tags || true) --- cleandir-ctags --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/ctags && rm -f .depend C.d ctags.d fortran.d lisp.d print.d tree.d yacc.d C.d.tmp ctags.d.tmp fortran.d.tmp lisp.d.tmp print.d.tmp tree.d.tmp yacc.d.tmp tags || true) --- cleandir-gencat --- cleandir ===> tools/gencat --- cleandir-ctags --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/ctags && rm -f .depend C.d ctags.d fortran.d lisp.d print.d tree.d yacc.d C.d.tmp ctags.d.tmp fortran.d.tmp lisp.d.tmp print.d.tmp tree.d.tmp yacc.d.tmp tags || true) --- cleandir-hexdump --- --- cleandir-gencat --- --- __doclean --- --- cleandir-hexdump --- cleandir ===> tools/hexdump --- cleandir-gencat --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/gencat && rm -f a.out [Ee]rrs mklog core *.core gencat gencat.lo gencat.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/gencat && rm -f a.out [Ee]rrs mklog core *.core gencat gencat.lo gencat.ln || true) --- cleandir-hexdump --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/hexdump && rm -f a.out [Ee]rrs mklog core *.core hexdump conv.lo display.lo hexdump.lo hexsyntax.lo odsyntax.lo parse.lo conv.ln display.ln hexdump.ln hexsyntax.ln odsyntax.ln parse.ln || true) --- cleandir-gencat --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/gencat && rm -f .depend gencat.d gencat.d.tmp tags || true) --- cleandir-hexdump --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/hexdump && rm -f a.out [Ee]rrs mklog core *.core hexdump conv.lo display.lo hexdump.lo hexsyntax.lo odsyntax.lo parse.lo conv.ln display.ln hexdump.ln hexsyntax.ln odsyntax.ln parse.ln || true) --- cleandir-gencat --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/gencat && rm -f .depend gencat.d gencat.d.tmp tags || true) --- cleandir-hexdump --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/hexdump && rm -f .depend conv.d display.d hexdump.d hexsyntax.d odsyntax.d parse.d conv.d.tmp display.d.tmp hexdump.d.tmp hexsyntax.d.tmp odsyntax.d.tmp parse.d.tmp tags || true) --- cleandir-makewhatis --- cleandir ===> tools/makewhatis --- cleandir-hexdump --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/hexdump && rm -f .depend conv.d display.d hexdump.d hexsyntax.d odsyntax.d parse.d conv.d.tmp display.d.tmp hexdump.d.tmp hexsyntax.d.tmp odsyntax.d.tmp parse.d.tmp tags || true) --- cleandir-mtree --- --- cleandir-makewhatis --- --- __doclean --- --- cleandir-mtree --- cleandir ===> tools/mtree --- cleandir-makewhatis --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/makewhatis && rm -f a.out [Ee]rrs mklog core *.core makewhatis makewhatis.lo manconf.lo makewhatis.ln manconf.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/makewhatis && rm -f a.out [Ee]rrs mklog core *.core makewhatis makewhatis.lo manconf.lo makewhatis.ln manconf.ln || true) --- cleandir-mtree --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mtree && rm -f a.out [Ee]rrs mklog core *.core mtree compare.lo crc.lo create.lo excludes.lo misc.lo mtree.lo spec.lo specspec.lo verify.lo getid.lo pack_dev.lo only.lo compare.ln crc.ln create.ln excludes.ln misc.ln mtree.ln spec.ln specspec.ln verify.ln getid.ln pack_dev.ln only.ln || true) --- cleandir-makewhatis --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/makewhatis && rm -f .depend makewhatis.d manconf.d makewhatis.d.tmp manconf.d.tmp tags || true) --- cleandir-mtree --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mtree && rm -f a.out [Ee]rrs mklog core *.core mtree compare.lo crc.lo create.lo excludes.lo misc.lo mtree.lo spec.lo specspec.lo verify.lo getid.lo pack_dev.lo only.lo compare.ln crc.ln create.ln excludes.ln misc.ln mtree.ln spec.ln specspec.ln verify.ln getid.ln pack_dev.ln only.ln || true) --- cleandir-makewhatis --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/makewhatis && rm -f .depend makewhatis.d manconf.d makewhatis.d.tmp manconf.d.tmp tags || true) --- cleandir-mtree --- --- __docleandir --- --- cleandir-nbperf --- --- cleandir-mtree --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mtree && rm -f .depend compare.d crc.d create.d excludes.d getid.d misc.d mtree.d only.d pack_dev.d spec.d specspec.d verify.d compare.d.tmp crc.d.tmp create.d.tmp excludes.d.tmp getid.d.tmp misc.d.tmp mtree.d.tmp only.d.tmp pack_dev.d.tmp spec.d.tmp specspec.d.tmp verify.d.tmp tags || true) --- cleandir-nbperf --- cleandir ===> tools/nbperf --- cleandir-mtree --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mtree && rm -f .depend compare.d crc.d create.d excludes.d getid.d misc.d mtree.d only.d pack_dev.d spec.d specspec.d verify.d compare.d.tmp crc.d.tmp create.d.tmp excludes.d.tmp getid.d.tmp misc.d.tmp mtree.d.tmp only.d.tmp pack_dev.d.tmp spec.d.tmp specspec.d.tmp verify.d.tmp tags || true) --- cleandir-nbperf --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/nbperf && rm -f a.out [Ee]rrs mklog core *.core nbperf nbperf.lo nbperf-bdz.lo nbperf-chm.lo nbperf-chm3.lo graph2.lo graph3.lo nbperf.ln nbperf-bdz.ln nbperf-chm.ln nbperf-chm3.ln graph2.ln graph3.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/nbperf && rm -f .depend graph2.d graph3.d nbperf-bdz.d nbperf-chm.d nbperf-chm3.d nbperf.d graph2.d.tmp graph3.d.tmp nbperf-bdz.d.tmp nbperf-chm.d.tmp nbperf-chm3.d.tmp nbperf.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/nbperf && rm -f a.out [Ee]rrs mklog core *.core nbperf nbperf.lo nbperf-bdz.lo nbperf-chm.lo nbperf-chm3.lo graph2.lo graph3.lo nbperf.ln nbperf-bdz.ln nbperf-chm.ln nbperf-chm3.ln graph2.ln graph3.ln || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/nbperf && rm -f .depend graph2.d graph3.d nbperf-bdz.d nbperf-chm.d nbperf-chm3.d nbperf.d graph2.d.tmp graph3.d.tmp nbperf-bdz.d.tmp nbperf-chm.d.tmp nbperf-chm3.d.tmp nbperf.d.tmp tags || true) --- cleandir-uudecode --- --- cleandir-cat --- --- cleandir-uudecode --- cleandir ===> tools/uudecode --- cleandir-cat --- cleandir ===> tools/cat --- cleandir-uudecode --- --- __doclean --- --- cleandir-cat --- --- __doclean --- --- cleandir-uudecode --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/uudecode && rm -f a.out [Ee]rrs mklog core *.core uudecode uudecode.lo uudecode.ln || true) --- cleandir-cat --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/cat && rm -f a.out [Ee]rrs mklog core *.core cat cat.lo cat.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/cat && rm -f a.out [Ee]rrs mklog core *.core cat cat.lo cat.ln || true) --- cleandir-uudecode --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/uudecode && rm -f a.out [Ee]rrs mklog core *.core uudecode uudecode.lo uudecode.ln || true) --- cleandir-cat --- --- __docleandir --- --- cleandir-uudecode --- --- __docleandir --- --- cleandir-cat --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/cat && rm -f .depend cat.d cat.d.tmp tags || true) --- cleandir-uudecode --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/uudecode && rm -f .depend uudecode.d uudecode.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/uudecode && rm -f .depend uudecode.d uudecode.d.tmp tags || true) --- cleandir-cat --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/cat && rm -f .depend cat.d cat.d.tmp tags || true) --- cleandir-rpcgen --- --- cleandir-join --- --- cleandir-rpcgen --- cleandir ===> tools/rpcgen --- cleandir-join --- cleandir ===> tools/join --- cleandir-rpcgen --- --- __doclean --- --- cleandir-join --- --- __doclean --- --- cleandir-rpcgen --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/rpcgen && rm -f a.out [Ee]rrs mklog core *.core rpcgen rpc_clntout.lo rpc_cout.lo rpc_hout.lo rpc_main.lo rpc_parse.lo rpc_scan.lo rpc_svcout.lo rpc_util.lo rpc_sample.lo rpc_tblout.lo rpc_clntout.ln rpc_cout.ln rpc_hout.ln rpc_main.ln rpc_parse.ln rpc_scan.ln rpc_svcout.ln rpc_util.ln rpc_sample.ln rpc_tblout.ln || true) --- cleandir-join --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/join && rm -f a.out [Ee]rrs mklog core *.core join join.lo join.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/join && rm -f a.out [Ee]rrs mklog core *.core join join.lo join.ln || true) --- cleandir-rpcgen --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/rpcgen && rm -f a.out [Ee]rrs mklog core *.core rpcgen rpc_clntout.lo rpc_cout.lo rpc_hout.lo rpc_main.lo rpc_parse.lo rpc_scan.lo rpc_svcout.lo rpc_util.lo rpc_sample.lo rpc_tblout.lo rpc_clntout.ln rpc_cout.ln rpc_hout.ln rpc_main.ln rpc_parse.ln rpc_scan.ln rpc_svcout.ln rpc_util.ln rpc_sample.ln rpc_tblout.ln || true) --- cleandir-join --- --- __docleandir --- --- cleandir-rpcgen --- --- __docleandir --- --- cleandir-join --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/join && rm -f .depend join.d join.d.tmp tags || true) --- cleandir-rpcgen --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/rpcgen && rm -f .depend rpc_clntout.d rpc_cout.d rpc_hout.d rpc_main.d rpc_parse.d rpc_sample.d rpc_scan.d rpc_svcout.d rpc_tblout.d rpc_util.d rpc_clntout.d.tmp rpc_cout.d.tmp rpc_hout.d.tmp rpc_main.d.tmp rpc_parse.d.tmp rpc_sample.d.tmp rpc_scan.d.tmp rpc_svcout.d.tmp rpc_tblout.d.tmp rpc_util.d.tmp tags || true) --- cleandir-join --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/join && rm -f .depend join.d join.d.tmp tags || true) --- cleandir-rpcgen --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/rpcgen && rm -f .depend rpc_clntout.d rpc_cout.d rpc_hout.d rpc_main.d rpc_parse.d rpc_sample.d rpc_scan.d rpc_svcout.d rpc_tblout.d rpc_util.d rpc_clntout.d.tmp rpc_cout.d.tmp rpc_hout.d.tmp rpc_main.d.tmp rpc_parse.d.tmp rpc_sample.d.tmp rpc_scan.d.tmp rpc_svcout.d.tmp rpc_tblout.d.tmp rpc_util.d.tmp tags || true) --- cleandir-lorder --- --- cleandir-m4 --- --- cleandir-lorder --- cleandir ===> tools/lorder --- cleandir-m4 --- cleandir ===> tools/m4 --- cleandir-lorder --- --- __doclean --- --- cleandir-m4 --- --- __doclean --- --- cleandir-lorder --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/lorder && rm -f lorder a.out [Ee]rrs mklog core *.core || true) --- cleandir-m4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/m4 && rm -f parser.c parser.h tokenizer.o parser.c tokenizer.c parser.h a.out [Ee]rrs mklog core *.core m4 parser.lo tokenizer.lo eval.lo expr.lo look.lo main.lo misc.lo gnum4.lo trace.lo ohash_create_entry.lo ohash_delete.lo ohash_do.lo ohash_entries.lo ohash_enum.lo ohash_init.lo ohash_interval.lo ohash_lookup_interval.lo ohash_lookup_memory.lo ohash_qlookup.lo ohash_qlookupi.lo eval.ln expr.ln look.ln main.ln misc.ln gnum4.ln trace.ln ohash_create_entry.ln ohash_delete.ln ohash_do.ln ohash_entries.ln ohash_enum.ln ohash_init.ln ohash_interval.ln ohash_lookup_interval.ln ohash_lookup_memory.ln ohash_qlookup.ln ohash_qlookupi.ln || true) --- cleandir-lorder --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/lorder && rm -f lorder a.out [Ee]rrs mklog core *.core || true) --- cleandir-m4 --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/m4 && rm -f parser.c parser.h tokenizer.o parser.c tokenizer.c parser.h a.out [Ee]rrs mklog core *.core m4 parser.lo tokenizer.lo eval.lo expr.lo look.lo main.lo misc.lo gnum4.lo trace.lo ohash_create_entry.lo ohash_delete.lo ohash_do.lo ohash_entries.lo ohash_enum.lo ohash_init.lo ohash_interval.lo ohash_lookup_interval.lo ohash_lookup_memory.lo ohash_qlookup.lo ohash_qlookupi.lo eval.ln expr.ln look.ln main.ln misc.ln gnum4.ln trace.ln ohash_create_entry.ln ohash_delete.ln ohash_do.ln ohash_entries.ln ohash_enum.ln ohash_init.ln ohash_interval.ln ohash_lookup_interval.ln ohash_lookup_memory.ln ohash_qlookup.ln ohash_qlookupi.ln || true) --- cleandir-lorder --- --- __docleandir --- --- cleandir-mkdep --- --- cleandir-m4 --- --- __docleandir --- --- cleandir-mkdep --- cleandir ===> tools/mkdep --- cleandir-m4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/m4 && rm -f .depend eval.d expr.d gnum4.d look.d main.d misc.d ohash_create_entry.d ohash_delete.d ohash_do.d ohash_entries.d ohash_enum.d ohash_init.d ohash_interval.d ohash_lookup_interval.d ohash_lookup_memory.d ohash_qlookup.d ohash_qlookupi.d parser.d tokenizer.d trace.d eval.d.tmp expr.d.tmp gnum4.d.tmp look.d.tmp main.d.tmp misc.d.tmp ohash_create_entry.d.tmp ohash_delete.d.tmp ohash_do.d.tmp ohash_entries.d.tmp ohash_enum.d.tmp ohash_init.d.tmp ohash_interval.d.tmp ohash_lookup_interval.d.tmp ohash_lookup_memory.d.tmp ohash_qlookup.d.tmp ohash_qlookupi.d.tmp parser.d.tmp tokenizer.d.tmp trace.d.tmp tags || true) --- cleandir-mkdep --- --- __doclean --- --- cleandir-m4 --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/m4 && rm -f .depend eval.d expr.d gnum4.d look.d main.d misc.d ohash_create_entry.d ohash_delete.d ohash_do.d ohash_entries.d ohash_enum.d ohash_init.d ohash_interval.d ohash_lookup_interval.d ohash_lookup_memory.d ohash_qlookup.d ohash_qlookupi.d parser.d tokenizer.d trace.d eval.d.tmp expr.d.tmp gnum4.d.tmp look.d.tmp main.d.tmp misc.d.tmp ohash_create_entry.d.tmp ohash_delete.d.tmp ohash_do.d.tmp ohash_entries.d.tmp ohash_enum.d.tmp ohash_init.d.tmp ohash_interval.d.tmp ohash_lookup_interval.d.tmp ohash_lookup_memory.d.tmp ohash_qlookup.d.tmp ohash_qlookupi.d.tmp parser.d.tmp tokenizer.d.tmp trace.d.tmp tags || true) --- cleandir-mkdep --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mkdep && rm -f a.out [Ee]rrs mklog core *.core mkdep mkdep.lo findcc.lo mkdep.ln findcc.ln || true) --- cleandir-tsort --- --- cleandir-mkdep --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mkdep && rm -f a.out [Ee]rrs mklog core *.core mkdep mkdep.lo findcc.lo mkdep.ln findcc.ln || true) --- cleandir-tsort --- cleandir ===> tools/tsort --- cleandir-mkdep --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mkdep && rm -f .depend findcc.d mkdep.d findcc.d.tmp mkdep.d.tmp tags || true) --- cleandir-tsort --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/tsort && rm -f a.out [Ee]rrs mklog core *.core tsort tsort.lo tsort.ln || true) --- cleandir-mkdep --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mkdep && rm -f .depend findcc.d mkdep.d findcc.d.tmp mkdep.d.tmp tags || true) --- cleandir-tsort --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/tsort && rm -f a.out [Ee]rrs mklog core *.core tsort tsort.lo tsort.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/tsort && rm -f .depend tsort.d tsort.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/tsort && rm -f .depend tsort.d tsort.d.tmp tags || true) --- cleandir-yacc --- cleandir ===> tools/yacc --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/yacc && rm -f a.out [Ee]rrs mklog core *.core yacc closure.lo error.lo lalr.lo lr0.lo main.lo mkpar.lo output.lo reader.lo symtab.lo verbose.lo warshall.lo graph.lo mstring.lo btyaccpar.lo closure.ln error.ln lalr.ln lr0.ln main.ln mkpar.ln output.ln reader.ln symtab.ln verbose.ln warshall.ln graph.ln mstring.ln btyaccpar.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/yacc && rm -f .depend btyaccpar.d closure.d error.d graph.d lalr.d lr0.d main.d mkpar.d mstring.d output.d reader.d symtab.d verbose.d warshall.d btyaccpar.d.tmp closure.d.tmp error.d.tmp graph.d.tmp lalr.d.tmp lr0.d.tmp main.d.tmp mkpar.d.tmp mstring.d.tmp output.d.tmp reader.d.tmp symtab.d.tmp verbose.d.tmp warshall.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/yacc && rm -f a.out [Ee]rrs mklog core *.core yacc closure.lo error.lo lalr.lo lr0.lo main.lo mkpar.lo output.lo reader.lo symtab.lo verbose.lo warshall.lo graph.lo mstring.lo btyaccpar.lo closure.ln error.ln lalr.ln lr0.ln main.ln mkpar.ln output.ln reader.ln symtab.ln verbose.ln warshall.ln graph.ln mstring.ln btyaccpar.ln || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/yacc && rm -f .depend btyaccpar.d closure.d error.d graph.d lalr.d lr0.d main.d mkpar.d mstring.d output.d reader.d symtab.d verbose.d warshall.d btyaccpar.d.tmp closure.d.tmp error.d.tmp graph.d.tmp lalr.d.tmp lr0.d.tmp main.d.tmp mkpar.d.tmp mstring.d.tmp output.d.tmp reader.d.tmp symtab.d.tmp verbose.d.tmp warshall.d.tmp tags || true) --- cleandir-awk --- cleandir ===> tools/awk --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/awk && rm -f awkgram.c awkgram.h a.out [Ee]rrs mklog core *.core awk awkgram.lo b.lo lex.lo lib.lo main.lo parse.lo proctab.lo run.lo tran.lo b.ln lex.ln lib.ln main.ln parse.ln proctab.ln run.ln tran.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/awk && rm -f .depend awkgram.d b.d lex.d lib.d main.d parse.d proctab.d run.d tran.d awkgram.d.tmp b.d.tmp lex.d.tmp lib.d.tmp main.d.tmp parse.d.tmp proctab.d.tmp run.d.tmp tran.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/awk && rm -f .depend awkgram.d b.d lex.d lib.d main.d parse.d proctab.d run.d tran.d awkgram.d.tmp b.d.tmp lex.d.tmp lib.d.tmp main.d.tmp parse.d.tmp proctab.d.tmp run.d.tmp tran.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/awk && rm -f awkgram.c awkgram.h a.out [Ee]rrs mklog core *.core awk awkgram.lo b.lo lex.lo lib.lo main.lo parse.lo proctab.lo run.lo tran.lo b.ln lex.ln lib.ln main.ln parse.ln proctab.ln run.ln tran.ln || true) --- cleandir-lex --- --- cleandir-xz-include --- --- cleandir-lex --- cleandir ===> tools/lex --- cleandir-xz-include --- cleandir ===> tools/xz-include --- __doclean --- --- cleandir-lex --- --- __doclean --- --- cleandir-xz-include --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/xz-include && rm -f config.log config.status config.h libtool stamp-h1 a.out [Ee]rrs mklog core *.core || true) --- cleandir-lex --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/lex && rm -f skel.c parse.c scan.c parse.h a.out [Ee]rrs mklog core *.core lex buf.lo ccl.lo dfa.lo ecs.lo filter.lo gen.lo main.lo misc.lo nfa.lo options.lo parse.lo regex.lo scan.lo scanflags.lo scanopt.lo skel.lo sym.lo tables.lo tables_shared.lo tblcmp.lo yylex.lo buf.ln ccl.ln dfa.ln ecs.ln filter.ln gen.ln main.ln misc.ln nfa.ln options.ln regex.ln scanflags.ln scanopt.ln skel.ln sym.ln tables.ln tables_shared.ln tblcmp.ln yylex.ln scan.c parse.c parse.h || true) --- cleandir-xz-include --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/xz-include && rm -f config.log config.status config.h libtool stamp-h1 a.out [Ee]rrs mklog core *.core || true) --- cleandir-lex --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/lex && rm -f skel.c parse.c scan.c parse.h a.out [Ee]rrs mklog core *.core lex buf.lo ccl.lo dfa.lo ecs.lo filter.lo gen.lo main.lo misc.lo nfa.lo options.lo parse.lo regex.lo scan.lo scanflags.lo scanopt.lo skel.lo sym.lo tables.lo tables_shared.lo tblcmp.lo yylex.lo buf.ln ccl.ln dfa.ln ecs.ln filter.ln gen.ln main.ln misc.ln nfa.ln options.ln regex.ln scanflags.ln scanopt.ln skel.ln sym.ln tables.ln tables_shared.ln tblcmp.ln yylex.ln scan.c parse.c parse.h || true) --- cleandir-xz-include --- --- __docleandir --- --- cleandir-lex --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/lex && rm -f .depend buf.d ccl.d dfa.d ecs.d filter.d gen.d main.d misc.d nfa.d options.d parse.d regex.d scan.d scanflags.d scanopt.d skel.d sym.d tables.d tables_shared.d tblcmp.d yylex.d buf.d.tmp ccl.d.tmp dfa.d.tmp ecs.d.tmp filter.d.tmp gen.d.tmp main.d.tmp misc.d.tmp nfa.d.tmp options.d.tmp parse.d.tmp regex.d.tmp scan.d.tmp scanflags.d.tmp scanopt.d.tmp skel.d.tmp sym.d.tmp tables.d.tmp tables_shared.d.tmp tblcmp.d.tmp yylex.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/lex && rm -f .depend buf.d ccl.d dfa.d ecs.d filter.d gen.d main.d misc.d nfa.d options.d parse.d regex.d scan.d scanflags.d scanopt.d skel.d sym.d tables.d tables_shared.d tblcmp.d yylex.d buf.d.tmp ccl.d.tmp dfa.d.tmp ecs.d.tmp filter.d.tmp gen.d.tmp main.d.tmp misc.d.tmp nfa.d.tmp options.d.tmp parse.d.tmp regex.d.tmp scan.d.tmp scanflags.d.tmp scanopt.d.tmp skel.d.tmp sym.d.tmp tables.d.tmp tables_shared.d.tmp tblcmp.d.tmp yylex.d.tmp tags || true) --- cleandir-grep --- --- cleandir-xz-lib --- --- cleandir-grep --- cleandir ===> tools/grep --- cleandir-xz-lib --- cleandir ===> tools/xz-lib --- cleandir-grep --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/grep && rm -f a.out [Ee]rrs mklog core *.core grep fastgrep.lo file.lo grep.lo queue.lo util.lo fastgrep.ln file.ln grep.ln queue.ln util.ln || true) --- cleandir-xz-lib --- --- __doclean --- --- cleandir-grep --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/grep && rm -f a.out [Ee]rrs mklog core *.core grep fastgrep.lo file.lo grep.lo queue.lo util.lo fastgrep.ln file.ln grep.ln queue.ln util.ln || true) --- cleandir-xz-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/xz-lib && rm -f liblzma.pc a.out [Ee]rrs mklog core *.core liblzma.a tuklib_physmem.lo tuklib_cpucores.lo check.lo crc32_table.lo crc64_table.lo crc32_fast.lo crc64_fast.lo sha256.lo common.lo block_util.lo easy_preset.lo filter_common.lo hardware_physmem.lo hardware_cputhreads.lo index.lo stream_flags_common.lo vli_size.lo alone_encoder.lo block_buffer_encoder.lo block_encoder.lo block_header_encoder.lo easy_buffer_encoder.lo easy_encoder.lo easy_encoder_memusage.lo filter_buffer_encoder.lo filter_encoder.lo filter_flags_encoder.lo index_encoder.lo stream_buffer_encoder.lo stream_encoder.lo stream_flags_encoder.lo vli_encoder.lo outqueue.lo alone_decoder.lo auto_decoder.lo block_buffer_decoder.lo block_decoder.lo block_header_decoder.lo easy_decoder_memusage.lo filter_buffer_decoder.lo filter_decoder.lo filter_flags_decoder.lo index_decoder.lo index_hash.lo stream_buffer_decoder.lo stream_decoder.lo stream_flags_decoder.lo vli_decoder.lo delta_common.lo delta_encoder.lo delta_decoder.lo lz_decoder.lo lz_encoder.lo lz_encoder_mf.lo lzma_encoder.lo lzma_encoder_presets.lo lzma_encoder_optimum_fast.lo lzma_encoder_optimum_normal.lo lzma_decoder.lo lzma2_encoder.lo lzma2_decoder.lo fastpos_table.lo price_table.lo simple_coder.lo simple_encoder.lo simple_decoder.lo arm.lo armthumb.lo ia64.lo powerpc.lo sparc.lo x86.lo || true) --- cleandir-grep --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/grep && rm -f .depend fastgrep.d file.d grep.d queue.d util.d fastgrep.d.tmp file.d.tmp grep.d.tmp queue.d.tmp util.d.tmp tags || true) --- cleandir-xz-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/xz-lib && rm -f liblzma.pc a.out [Ee]rrs mklog core *.core liblzma.a tuklib_physmem.lo tuklib_cpucores.lo check.lo crc32_table.lo crc64_table.lo crc32_fast.lo crc64_fast.lo sha256.lo common.lo block_util.lo easy_preset.lo filter_common.lo hardware_physmem.lo hardware_cputhreads.lo index.lo stream_flags_common.lo vli_size.lo alone_encoder.lo block_buffer_encoder.lo block_encoder.lo block_header_encoder.lo easy_buffer_encoder.lo easy_encoder.lo easy_encoder_memusage.lo filter_buffer_encoder.lo filter_encoder.lo filter_flags_encoder.lo index_encoder.lo stream_buffer_encoder.lo stream_encoder.lo stream_flags_encoder.lo vli_encoder.lo outqueue.lo alone_decoder.lo auto_decoder.lo block_buffer_decoder.lo block_decoder.lo block_header_decoder.lo easy_decoder_memusage.lo filter_buffer_decoder.lo filter_decoder.lo filter_flags_decoder.lo index_decoder.lo index_hash.lo stream_buffer_decoder.lo stream_decoder.lo stream_flags_decoder.lo vli_decoder.lo delta_common.lo delta_encoder.lo delta_decoder.lo lz_decoder.lo lz_encoder.lo lz_encoder_mf.lo lzma_encoder.lo lzma_encoder_presets.lo lzma_encoder_optimum_fast.lo lzma_encoder_optimum_normal.lo lzma_decoder.lo lzma2_encoder.lo lzma2_decoder.lo fastpos_table.lo price_table.lo simple_coder.lo simple_encoder.lo simple_decoder.lo arm.lo armthumb.lo ia64.lo powerpc.lo sparc.lo x86.lo || true) --- cleandir-grep --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/grep && rm -f .depend fastgrep.d file.d grep.d queue.d util.d fastgrep.d.tmp file.d.tmp grep.d.tmp queue.d.tmp util.d.tmp tags || true) --- cleandir-pax --- --- cleandir-xz-lib --- --- __docleandir --- --- cleandir-pax --- cleandir ===> tools/pax --- cleandir-xz-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/xz-lib && rm -f .depend alone_decoder.d alone_encoder.d arm.d armthumb.d auto_decoder.d block_buffer_decoder.d block_buffer_encoder.d block_decoder.d block_encoder.d block_header_decoder.d block_header_encoder.d block_util.d check.d common.d crc32_fast.d crc32_table.d crc64_fast.d crc64_table.d delta_common.d delta_decoder.d delta_encoder.d easy_buffer_encoder.d easy_decoder_memusage.d easy_encoder.d easy_encoder_memusage.d easy_preset.d fastpos_table.d filter_buffer_decoder.d filter_buffer_encoder.d filter_common.d filter_decoder.d filter_encoder.d filter_flags_decoder.d filter_flags_encoder.d hardware_cputhreads.d hardware_physmem.d ia64.d index.d index_decoder.d index_encoder.d index_hash.d lz_decoder.d lz_encoder.d lz_encoder_mf.d lzma2_decoder.d lzma2_encoder.d lzma_decoder.d lzma_encoder.d lzma_encoder_optimum_fast.d lzma_encoder_optimum_normal.d lzma_encoder_presets.d outqueue.d powerpc.d price_table.d sha256.d simple_coder.d simple_decoder.d simple_encoder.d sparc.d stream_buffer_decoder.d stream_buffer_encoder.d stream_decoder.d stream_encoder.d stream_flags_common.d stream_flags_decoder.d stream_flags_encoder.d tuklib_cpucores.d tuklib_physmem.d vli_decoder.d vli_encoder.d vli_size.d x86.d alone_decoder.d.tmp alone_encoder.d.tmp arm.d.tmp armthumb.d.tmp auto_decoder.d.tmp block_buffer_decoder.d.tmp block_buffer_encoder.d.tmp block_decoder.d.tmp block_encoder.d.tmp block_header_decoder.d.tmp block_header_encoder.d.tmp block_util.d.tmp check.d.tmp common.d.tmp crc32_fast.d.tmp crc32_table.d.tmp crc64_fast.d.tmp crc64_table.d.tmp delta_common.d.tmp delta_decoder.d.tmp delta_encoder.d.tmp easy_buffer_encoder.d.tmp easy_decoder_memusage.d.tmp easy_encoder.d.tmp easy_encoder_memusage.d.tmp easy_preset.d.tmp fastpos_table.d.tmp filter_buffer_decoder.d.tmp filter_buffer_encoder.d.tmp filter_common.d.tmp filter_decoder.d.tmp filter_encoder.d.tmp filter_flags_decoder.d.tmp filter_flags_encoder.d.tmp hardware_cputhreads.d.tmp hardware_physmem.d.tmp ia64.d.tmp index.d.tmp index_decoder.d.tmp index_encoder.d.tmp index_hash.d.tmp lz_decoder.d.tmp lz_encoder.d.tmp lz_encoder_mf.d.tmp lzma2_decoder.d.tmp lzma2_encoder.d.tmp lzma_decoder.d.tmp lzma_encoder.d.tmp lzma_encoder_optimum_fast.d.tmp lzma_encoder_optimum_normal.d.tmp lzma_encoder_presets.d.tmp outqueue.d.tmp powerpc.d.tmp price_table.d.tmp sha256.d.tmp simple_coder.d.tmp simple_decoder.d.tmp simple_encoder.d.tmp sparc.d.tmp stream_buffer_decoder.d.tmp stream_buffer_encoder.d.tmp stream_decoder.d.tmp stream_encoder.d.tmp stream_flags_common.d.tmp stream_flags_decoder.d.tmp stream_flags_encoder.d.tmp tuklib_cpucores.d.tmp tuklib_physmem.d.tmp vli_decoder.d.tmp vli_encoder.d.tmp vli_size.d.tmp x86.d.tmp tags || true) --- cleandir-pax --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/pax && rm -f a.out [Ee]rrs mklog core *.core pax ar_io.lo ar_subs.lo buf_subs.lo file_subs.lo ftree.lo gen_subs.lo getoldopt.lo options.lo pat_rep.lo pax.lo sel_subs.lo tables.lo tar.lo tty_subs.lo getid.lo spec.lo misc.lo pack_dev.lo cpio.lo ar_io.ln ar_subs.ln buf_subs.ln file_subs.ln ftree.ln gen_subs.ln getoldopt.ln options.ln pat_rep.ln pax.ln sel_subs.ln tables.ln tar.ln tty_subs.ln getid.ln spec.ln misc.ln pack_dev.ln cpio.ln || true) --- cleandir-xz-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/xz-lib && rm -f .depend alone_decoder.d alone_encoder.d arm.d armthumb.d auto_decoder.d block_buffer_decoder.d block_buffer_encoder.d block_decoder.d block_encoder.d block_header_decoder.d block_header_encoder.d block_util.d check.d common.d crc32_fast.d crc32_table.d crc64_fast.d crc64_table.d delta_common.d delta_decoder.d delta_encoder.d easy_buffer_encoder.d easy_decoder_memusage.d easy_encoder.d easy_encoder_memusage.d easy_preset.d fastpos_table.d filter_buffer_decoder.d filter_buffer_encoder.d filter_common.d filter_decoder.d filter_encoder.d filter_flags_decoder.d filter_flags_encoder.d hardware_cputhreads.d hardware_physmem.d ia64.d index.d index_decoder.d index_encoder.d index_hash.d lz_decoder.d lz_encoder.d lz_encoder_mf.d lzma2_decoder.d lzma2_encoder.d lzma_decoder.d lzma_encoder.d lzma_encoder_optimum_fast.d lzma_encoder_optimum_normal.d lzma_encoder_presets.d outqueue.d powerpc.d price_table.d sha256.d simple_coder.d simple_decoder.d simple_encoder.d sparc.d stream_buffer_decoder.d stream_buffer_encoder.d stream_decoder.d stream_encoder.d stream_flags_common.d stream_flags_decoder.d stream_flags_encoder.d tuklib_cpucores.d tuklib_physmem.d vli_decoder.d vli_encoder.d vli_size.d x86.d alone_decoder.d.tmp alone_encoder.d.tmp arm.d.tmp armthumb.d.tmp auto_decoder.d.tmp block_buffer_decoder.d.tmp block_buffer_encoder.d.tmp block_decoder.d.tmp block_encoder.d.tmp block_header_decoder.d.tmp block_header_encoder.d.tmp block_util.d.tmp check.d.tmp common.d.tmp crc32_fast.d.tmp crc32_table.d.tmp crc64_fast.d.tmp crc64_table.d.tmp delta_common.d.tmp delta_decoder.d.tmp delta_encoder.d.tmp easy_buffer_encoder.d.tmp easy_decoder_memusage.d.tmp easy_encoder.d.tmp easy_encoder_memusage.d.tmp easy_preset.d.tmp fastpos_table.d.tmp filter_buffer_decoder.d.tmp filter_buffer_encoder.d.tmp filter_common.d.tmp filter_decoder.d.tmp filter_encoder.d.tmp filter_flags_decoder.d.tmp filter_flags_encoder.d.tmp hardware_cputhreads.d.tmp hardware_physmem.d.tmp ia64.d.tmp index.d.tmp index_decoder.d.tmp index_encoder.d.tmp index_hash.d.tmp lz_decoder.d.tmp lz_encoder.d.tmp lz_encoder_mf.d.tmp lzma2_decoder.d.tmp lzma2_encoder.d.tmp lzma_decoder.d.tmp lzma_encoder.d.tmp lzma_encoder_optimum_fast.d.tmp lzma_encoder_optimum_normal.d.tmp lzma_encoder_presets.d.tmp outqueue.d.tmp powerpc.d.tmp price_table.d.tmp sha256.d.tmp simple_coder.d.tmp simple_decoder.d.tmp simple_encoder.d.tmp sparc.d.tmp stream_buffer_decoder.d.tmp stream_buffer_encoder.d.tmp stream_decoder.d.tmp stream_encoder.d.tmp stream_flags_common.d.tmp stream_flags_decoder.d.tmp stream_flags_encoder.d.tmp tuklib_cpucores.d.tmp tuklib_physmem.d.tmp vli_decoder.d.tmp vli_encoder.d.tmp vli_size.d.tmp x86.d.tmp tags || true) --- cleandir-pax --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/pax && rm -f a.out [Ee]rrs mklog core *.core pax ar_io.lo ar_subs.lo buf_subs.lo file_subs.lo ftree.lo gen_subs.lo getoldopt.lo options.lo pat_rep.lo pax.lo sel_subs.lo tables.lo tar.lo tty_subs.lo getid.lo spec.lo misc.lo pack_dev.lo cpio.lo ar_io.ln ar_subs.ln buf_subs.ln file_subs.ln ftree.ln gen_subs.ln getoldopt.ln options.ln pat_rep.ln pax.ln sel_subs.ln tables.ln tar.ln tty_subs.ln getid.ln spec.ln misc.ln pack_dev.ln cpio.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/pax && rm -f .depend ar_io.d ar_subs.d buf_subs.d cpio.d file_subs.d ftree.d gen_subs.d getid.d getoldopt.d misc.d options.d pack_dev.d pat_rep.d pax.d sel_subs.d spec.d tables.d tar.d tty_subs.d ar_io.d.tmp ar_subs.d.tmp buf_subs.d.tmp cpio.d.tmp file_subs.d.tmp ftree.d.tmp gen_subs.d.tmp getid.d.tmp getoldopt.d.tmp misc.d.tmp options.d.tmp pack_dev.d.tmp pat_rep.d.tmp pax.d.tmp sel_subs.d.tmp spec.d.tmp tables.d.tmp tar.d.tmp tty_subs.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/pax && rm -f .depend ar_io.d ar_subs.d buf_subs.d cpio.d file_subs.d ftree.d gen_subs.d getid.d getoldopt.d misc.d options.d pack_dev.d pat_rep.d pax.d sel_subs.d spec.d tables.d tar.d tty_subs.d ar_io.d.tmp ar_subs.d.tmp buf_subs.d.tmp cpio.d.tmp file_subs.d.tmp ftree.d.tmp gen_subs.d.tmp getid.d.tmp getoldopt.d.tmp misc.d.tmp options.d.tmp pack_dev.d.tmp pat_rep.d.tmp pax.d.tmp sel_subs.d.tmp spec.d.tmp tables.d.tmp tar.d.tmp tty_subs.d.tmp tags || true) --- cleandir-libprop --- cleandir ===> tools/libprop --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/libprop && rm -f a.out [Ee]rrs mklog core *.core libprop.a prop_array.lo prop_array_util.lo prop_bool.lo prop_data.lo prop_dictionary.lo prop_dictionary_util.lo prop_ingest.lo prop_kern.lo prop_number.lo prop_object.lo prop_stack.lo prop_string.lo || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/libprop && rm -f .depend prop_array.d prop_array_util.d prop_bool.d prop_data.d prop_dictionary.d prop_dictionary_util.d prop_ingest.d prop_kern.d prop_number.d prop_object.d prop_stack.d prop_string.d prop_array.d.tmp prop_array_util.d.tmp prop_bool.d.tmp prop_data.d.tmp prop_dictionary.d.tmp prop_dictionary_util.d.tmp prop_ingest.d.tmp prop_kern.d.tmp prop_number.d.tmp prop_object.d.tmp prop_stack.d.tmp prop_string.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/libprop && rm -f a.out [Ee]rrs mklog core *.core libprop.a prop_array.lo prop_array_util.lo prop_bool.lo prop_data.lo prop_dictionary.lo prop_dictionary_util.lo prop_ingest.lo prop_kern.lo prop_number.lo prop_object.lo prop_stack.lo prop_string.lo || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/libprop && rm -f .depend prop_array.d prop_array_util.d prop_bool.d prop_data.d prop_dictionary.d prop_dictionary_util.d prop_ingest.d prop_kern.d prop_number.d prop_object.d prop_stack.d prop_string.d prop_array.d.tmp prop_array_util.d.tmp prop_bool.d.tmp prop_data.d.tmp prop_dictionary.d.tmp prop_dictionary_util.d.tmp prop_ingest.d.tmp prop_kern.d.tmp prop_number.d.tmp prop_object.d.tmp prop_stack.d.tmp prop_string.d.tmp tags || true) --- cleandir-texinfo --- cleandir ===> tools/texinfo --- clean.gnu --- --- __doclean --- --- clean.gnu --- rm -r -f .*_done build --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/texinfo && rm -f a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/texinfo && rm -f a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-tic --- cleandir ===> tools/tic --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/tic && rm -f a.out [Ee]rrs mklog core *.core tic tic.lo compile.lo hash.lo tic.ln compile.ln hash.ln hash.c termcap_hash.c compiled_terms.c || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/tic && rm -f .depend compile.d compiled_terms.d hash.d termcap_hash.d tic.d compile.d.tmp compiled_terms.d.tmp hash.d.tmp termcap_hash.d.tmp tic.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/tic && rm -f a.out [Ee]rrs mklog core *.core tic tic.lo compile.lo hash.lo tic.ln compile.ln hash.ln hash.c termcap_hash.c compiled_terms.c || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/tic && rm -f .depend compile.d compiled_terms.d hash.d termcap_hash.d tic.d compile.d.tmp compiled_terms.d.tmp hash.d.tmp termcap_hash.d.tmp tic.d.tmp tags || true) --- cleandir-gmake --- cleandir ===> tools/gmake rm -r -f .*_done build (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/gmake && rm -f a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/gmake && rm -f a.out [Ee]rrs mklog core *.core || true) --- cleandir-gmp --- cleandir ===> tools/gmp --- clean.gnu --- --- __doclean --- --- clean.gnu --- rm -r -f .*_done build --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/gmp && rm -f a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/gmp && rm -f a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-mpfr --- cleandir ===> tools/mpfr --- clean.gnu --- --- __doclean --- --- clean.gnu --- rm -r -f .*_done build --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mpfr && rm -f a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mpfr && rm -f a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-mpc --- cleandir ===> tools/mpc --- clean.gnu --- --- __doclean --- --- clean.gnu --- rm -r -f .*_done build --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mpc && rm -f a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mpc && rm -f a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-binutils --- cleandir ===> tools/binutils --- clean.gnu --- --- __doclean --- --- clean.gnu --- rm -r -f .*_done build --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/binutils && rm -f a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/binutils && rm -f a.out [Ee]rrs mklog core *.core || true) --- clean.native --- rm -r -f .native --- __docleandir --- --- cleandir-gcc --- cleandir ===> tools/gcc --- clean.gnu --- --- __doclean --- --- clean.gnu --- rm -r -f .*_done build --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/gcc && rm -f a.out [Ee]rrs mklog core *.core PREV_GCC || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/gcc && rm -f a.out [Ee]rrs mklog core *.core PREV_GCC || true) --- clean.native --- rm -r -f .native --- __docleandir --- --- cleandir-dbsym --- --- cleandir-mdsetimage --- --- cleandir-dbsym --- cleandir ===> tools/dbsym --- cleandir-mdsetimage --- cleandir ===> tools/mdsetimage --- __doclean --- --- cleandir-dbsym --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/dbsym && rm -f a.out [Ee]rrs mklog core *.core dbsym dbsym.lo dbsym.ln || true) --- cleandir-mdsetimage --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mdsetimage && rm -f a.out [Ee]rrs mklog core *.core mdsetimage mdsetimage.lo bin_bfd.lo mdsetimage.ln bin_bfd.ln || true) --- cleandir-dbsym --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/dbsym && rm -f a.out [Ee]rrs mklog core *.core dbsym dbsym.lo dbsym.ln || true) --- cleandir-mdsetimage --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mdsetimage && rm -f a.out [Ee]rrs mklog core *.core mdsetimage mdsetimage.lo bin_bfd.lo mdsetimage.ln bin_bfd.ln || true) --- cleandir-dbsym --- --- __docleandir --- --- cleandir-mdsetimage --- --- __docleandir --- --- cleandir-dbsym --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/dbsym && rm -f .depend dbsym.d dbsym.d.tmp tags || true) --- cleandir-mdsetimage --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mdsetimage && rm -f .depend bin_bfd.d mdsetimage.d bin_bfd.d.tmp mdsetimage.d.tmp tags || true) --- cleandir-dbsym --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/dbsym && rm -f .depend dbsym.d dbsym.d.tmp tags || true) --- cleandir-mdsetimage --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mdsetimage && rm -f .depend bin_bfd.d mdsetimage.d bin_bfd.d.tmp mdsetimage.d.tmp tags || true) --- cleandir-elftoolchain --- cleandir ===> tools/elftoolchain --- cleandir-common --- cleandir ===> tools/elftoolchain/common --- cleandir-sys --- cleandir ===> tools/elftoolchain/common/sys --- clean --- rm -f elfdefinitions.h --- cleandir-libelf --- cleandir ===> tools/elftoolchain/libelf --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/elftoolchain/libelf && rm -f libelf_fsize.c libelf_msize.c libelf_convert.c a.out [Ee]rrs mklog core *.core libelf.a elf_begin.lo elf_cntl.lo elf_end.lo elf_errmsg.lo elf_errno.lo elf_data.lo elf_fill.lo elf_flag.lo elf_getarhdr.lo elf_getarsym.lo elf_getbase.lo elf_getident.lo elf_hash.lo elf_kind.lo elf_memory.lo elf_next.lo elf_rand.lo elf_rawfile.lo elf_phnum.lo elf_shnum.lo elf_shstrndx.lo elf_scn.lo elf_strptr.lo elf_update.lo elf_version.lo gelf_cap.lo gelf_checksum.lo gelf_dyn.lo gelf_ehdr.lo gelf_getclass.lo gelf_fsize.lo gelf_move.lo gelf_phdr.lo gelf_rel.lo gelf_rela.lo gelf_shdr.lo gelf_sym.lo gelf_syminfo.lo gelf_symshndx.lo gelf_xlate.lo elf.lo libelf_align.lo libelf_allocate.lo libelf_ar.lo libelf_ar_util.lo libelf_checksum.lo libelf_data.lo libelf_ehdr.lo libelf_extended.lo libelf_memory.lo libelf_open.lo libelf_phdr.lo libelf_shdr.lo libelf_xlate.lo libelf_fsize.lo libelf_msize.lo libelf_convert.lo || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/elftoolchain/libelf && rm -f .depend elf.d elf_begin.d elf_cntl.d elf_data.d elf_end.d elf_errmsg.d elf_errno.d elf_fill.d elf_flag.d elf_getarhdr.d elf_getarsym.d elf_getbase.d elf_getident.d elf_hash.d elf_kind.d elf_memory.d elf_next.d elf_phnum.d elf_rand.d elf_rawfile.d elf_scn.d elf_shnum.d elf_shstrndx.d elf_strptr.d elf_update.d elf_version.d gelf_cap.d gelf_checksum.d gelf_dyn.d gelf_ehdr.d gelf_fsize.d gelf_getclass.d gelf_move.d gelf_phdr.d gelf_rel.d gelf_rela.d gelf_shdr.d gelf_sym.d gelf_syminfo.d gelf_symshndx.d gelf_xlate.d libelf_align.d libelf_allocate.d libelf_ar.d libelf_ar_util.d libelf_checksum.d libelf_convert.d libelf_data.d libelf_ehdr.d libelf_extended.d libelf_fsize.d libelf_memory.d libelf_msize.d libelf_open.d libelf_phdr.d libelf_shdr.d libelf_xlate.d elf.d.tmp elf_begin.d.tmp elf_cntl.d.tmp elf_data.d.tmp elf_end.d.tmp elf_errmsg.d.tmp elf_errno.d.tmp elf_fill.d.tmp elf_flag.d.tmp elf_getarhdr.d.tmp elf_getarsym.d.tmp elf_getbase.d.tmp elf_getident.d.tmp elf_hash.d.tmp elf_kind.d.tmp elf_memory.d.tmp elf_next.d.tmp elf_phnum.d.tmp elf_rand.d.tmp elf_rawfile.d.tmp elf_scn.d.tmp elf_shnum.d.tmp elf_shstrndx.d.tmp elf_strptr.d.tmp elf_update.d.tmp elf_version.d.tmp gelf_cap.d.tmp gelf_checksum.d.tmp gelf_dyn.d.tmp gelf_ehdr.d.tmp gelf_fsize.d.tmp gelf_getclass.d.tmp gelf_move.d.tmp gelf_phdr.d.tmp gelf_rel.d.tmp gelf_rela.d.tmp gelf_shdr.d.tmp gelf_sym.d.tmp gelf_syminfo.d.tmp gelf_symshndx.d.tmp gelf_xlate.d.tmp libelf_align.d.tmp libelf_allocate.d.tmp libelf_ar.d.tmp libelf_ar_util.d.tmp libelf_checksum.d.tmp libelf_convert.d.tmp libelf_data.d.tmp libelf_ehdr.d.tmp libelf_extended.d.tmp libelf_fsize.d.tmp libelf_memory.d.tmp libelf_msize.d.tmp libelf_open.d.tmp libelf_phdr.d.tmp libelf_shdr.d.tmp libelf_xlate.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/elftoolchain/libelf && rm -f libelf_fsize.c libelf_msize.c libelf_convert.c a.out [Ee]rrs mklog core *.core libelf.a elf_begin.lo elf_cntl.lo elf_end.lo elf_errmsg.lo elf_errno.lo elf_data.lo elf_fill.lo elf_flag.lo elf_getarhdr.lo elf_getarsym.lo elf_getbase.lo elf_getident.lo elf_hash.lo elf_kind.lo elf_memory.lo elf_next.lo elf_rand.lo elf_rawfile.lo elf_phnum.lo elf_shnum.lo elf_shstrndx.lo elf_scn.lo elf_strptr.lo elf_update.lo elf_version.lo gelf_cap.lo gelf_checksum.lo gelf_dyn.lo gelf_ehdr.lo gelf_getclass.lo gelf_fsize.lo gelf_move.lo gelf_phdr.lo gelf_rel.lo gelf_rela.lo gelf_shdr.lo gelf_sym.lo gelf_syminfo.lo gelf_symshndx.lo gelf_xlate.lo elf.lo libelf_align.lo libelf_allocate.lo libelf_ar.lo libelf_ar_util.lo libelf_checksum.lo libelf_data.lo libelf_ehdr.lo libelf_extended.lo libelf_memory.lo libelf_open.lo libelf_phdr.lo libelf_shdr.lo libelf_xlate.lo libelf_fsize.lo libelf_msize.lo libelf_convert.lo || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/elftoolchain/libelf && rm -f .depend elf.d elf_begin.d elf_cntl.d elf_data.d elf_end.d elf_errmsg.d elf_errno.d elf_fill.d elf_flag.d elf_getarhdr.d elf_getarsym.d elf_getbase.d elf_getident.d elf_hash.d elf_kind.d elf_memory.d elf_next.d elf_phnum.d elf_rand.d elf_rawfile.d elf_scn.d elf_shnum.d elf_shstrndx.d elf_strptr.d elf_update.d elf_version.d gelf_cap.d gelf_checksum.d gelf_dyn.d gelf_ehdr.d gelf_fsize.d gelf_getclass.d gelf_move.d gelf_phdr.d gelf_rel.d gelf_rela.d gelf_shdr.d gelf_sym.d gelf_syminfo.d gelf_symshndx.d gelf_xlate.d libelf_align.d libelf_allocate.d libelf_ar.d libelf_ar_util.d libelf_checksum.d libelf_convert.d libelf_data.d libelf_ehdr.d libelf_extended.d libelf_fsize.d libelf_memory.d libelf_msize.d libelf_open.d libelf_phdr.d libelf_shdr.d libelf_xlate.d elf.d.tmp elf_begin.d.tmp elf_cntl.d.tmp elf_data.d.tmp elf_end.d.tmp elf_errmsg.d.tmp elf_errno.d.tmp elf_fill.d.tmp elf_flag.d.tmp elf_getarhdr.d.tmp elf_getarsym.d.tmp elf_getbase.d.tmp elf_getident.d.tmp elf_hash.d.tmp elf_kind.d.tmp elf_memory.d.tmp elf_next.d.tmp elf_phnum.d.tmp elf_rand.d.tmp elf_rawfile.d.tmp elf_scn.d.tmp elf_shnum.d.tmp elf_shstrndx.d.tmp elf_strptr.d.tmp elf_update.d.tmp elf_version.d.tmp gelf_cap.d.tmp gelf_checksum.d.tmp gelf_dyn.d.tmp gelf_ehdr.d.tmp gelf_fsize.d.tmp gelf_getclass.d.tmp gelf_move.d.tmp gelf_phdr.d.tmp gelf_rel.d.tmp gelf_rela.d.tmp gelf_shdr.d.tmp gelf_sym.d.tmp gelf_syminfo.d.tmp gelf_symshndx.d.tmp gelf_xlate.d.tmp libelf_align.d.tmp libelf_allocate.d.tmp libelf_ar.d.tmp libelf_ar_util.d.tmp libelf_checksum.d.tmp libelf_convert.d.tmp libelf_data.d.tmp libelf_ehdr.d.tmp libelf_extended.d.tmp libelf_fsize.d.tmp libelf_memory.d.tmp libelf_msize.d.tmp libelf_open.d.tmp libelf_phdr.d.tmp libelf_shdr.d.tmp libelf_xlate.d.tmp tags || true) --- cleandir-libdwarf --- cleandir ===> tools/elftoolchain/libdwarf --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/elftoolchain/libdwarf && rm -f a.out [Ee]rrs mklog core *.core libdwarf.a dwarf_abbrev.lo dwarf_arange.lo dwarf_attr.lo dwarf_attrval.lo dwarf_cu.lo dwarf_dealloc.lo dwarf_die.lo dwarf_dump.lo dwarf_errmsg.lo dwarf_finish.lo dwarf_form.lo dwarf_frame.lo dwarf_init.lo dwarf_lineno.lo dwarf_loclist.lo dwarf_macinfo.lo dwarf_pro_arange.lo dwarf_pro_attr.lo dwarf_pro_die.lo dwarf_pro_expr.lo dwarf_pro_finish.lo dwarf_pro_frame.lo dwarf_pro_init.lo dwarf_pro_lineno.lo dwarf_pro_macinfo.lo dwarf_pro_reloc.lo dwarf_pro_sections.lo dwarf_ranges.lo dwarf_reloc.lo dwarf_seterror.lo dwarf_str.lo libdwarf.lo libdwarf_abbrev.lo libdwarf_arange.lo libdwarf_attr.lo libdwarf_die.lo libdwarf_elf_access.lo libdwarf_elf_init.lo libdwarf_error.lo libdwarf_frame.lo libdwarf_info.lo libdwarf_init.lo libdwarf_lineno.lo libdwarf_loc.lo libdwarf_loclist.lo libdwarf_macinfo.lo libdwarf_nametbl.lo libdwarf_ranges.lo libdwarf_reloc.lo libdwarf_rw.lo libdwarf_sections.lo libdwarf_str.lo || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/elftoolchain/libdwarf && rm -f .depend dwarf_abbrev.d dwarf_arange.d dwarf_attr.d dwarf_attrval.d dwarf_cu.d dwarf_dealloc.d dwarf_die.d dwarf_dump.d dwarf_errmsg.d dwarf_finish.d dwarf_form.d dwarf_frame.d dwarf_init.d dwarf_lineno.d dwarf_loclist.d dwarf_macinfo.d dwarf_pro_arange.d dwarf_pro_attr.d dwarf_pro_die.d dwarf_pro_expr.d dwarf_pro_finish.d dwarf_pro_frame.d dwarf_pro_init.d dwarf_pro_lineno.d dwarf_pro_macinfo.d dwarf_pro_reloc.d dwarf_pro_sections.d dwarf_ranges.d dwarf_reloc.d dwarf_seterror.d dwarf_str.d libdwarf.d libdwarf_abbrev.d libdwarf_arange.d libdwarf_attr.d libdwarf_die.d libdwarf_elf_access.d libdwarf_elf_init.d libdwarf_error.d libdwarf_frame.d libdwarf_info.d libdwarf_init.d libdwarf_lineno.d libdwarf_loc.d libdwarf_loclist.d libdwarf_macinfo.d libdwarf_nametbl.d libdwarf_ranges.d libdwarf_reloc.d libdwarf_rw.d libdwarf_sections.d libdwarf_str.d dwarf_abbrev.d.tmp dwarf_arange.d.tmp dwarf_attr.d.tmp dwarf_attrval.d.tmp dwarf_cu.d.tmp dwarf_dealloc.d.tmp dwarf_die.d.tmp dwarf_dump.d.tmp dwarf_errmsg.d.tmp dwarf_finish.d.tmp dwarf_form.d.tmp dwarf_frame.d.tmp dwarf_init.d.tmp dwarf_lineno.d.tmp dwarf_loclist.d.tmp dwarf_macinfo.d.tmp dwarf_pro_arange.d.tmp dwarf_pro_attr.d.tmp dwarf_pro_die.d.tmp dwarf_pro_expr.d.tmp dwarf_pro_finish.d.tmp dwarf_pro_frame.d.tmp dwarf_pro_init.d.tmp dwarf_pro_lineno.d.tmp dwarf_pro_macinfo.d.tmp dwarf_pro_reloc.d.tmp dwarf_pro_sections.d.tmp dwarf_ranges.d.tmp dwarf_reloc.d.tmp dwarf_seterror.d.tmp dwarf_str.d.tmp libdwarf.d.tmp libdwarf_abbrev.d.tmp libdwarf_arange.d.tmp libdwarf_attr.d.tmp libdwarf_die.d.tmp libdwarf_elf_access.d.tmp libdwarf_elf_init.d.tmp libdwarf_error.d.tmp libdwarf_frame.d.tmp libdwarf_info.d.tmp libdwarf_init.d.tmp libdwarf_lineno.d.tmp libdwarf_loc.d.tmp libdwarf_loclist.d.tmp libdwarf_macinfo.d.tmp libdwarf_nametbl.d.tmp libdwarf_ranges.d.tmp libdwarf_reloc.d.tmp libdwarf_rw.d.tmp libdwarf_sections.d.tmp libdwarf_str.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/elftoolchain/libdwarf && rm -f a.out [Ee]rrs mklog core *.core libdwarf.a dwarf_abbrev.lo dwarf_arange.lo dwarf_attr.lo dwarf_attrval.lo dwarf_cu.lo dwarf_dealloc.lo dwarf_die.lo dwarf_dump.lo dwarf_errmsg.lo dwarf_finish.lo dwarf_form.lo dwarf_frame.lo dwarf_init.lo dwarf_lineno.lo dwarf_loclist.lo dwarf_macinfo.lo dwarf_pro_arange.lo dwarf_pro_attr.lo dwarf_pro_die.lo dwarf_pro_expr.lo dwarf_pro_finish.lo dwarf_pro_frame.lo dwarf_pro_init.lo dwarf_pro_lineno.lo dwarf_pro_macinfo.lo dwarf_pro_reloc.lo dwarf_pro_sections.lo dwarf_ranges.lo dwarf_reloc.lo dwarf_seterror.lo dwarf_str.lo libdwarf.lo libdwarf_abbrev.lo libdwarf_arange.lo libdwarf_attr.lo libdwarf_die.lo libdwarf_elf_access.lo libdwarf_elf_init.lo libdwarf_error.lo libdwarf_frame.lo libdwarf_info.lo libdwarf_init.lo libdwarf_lineno.lo libdwarf_loc.lo libdwarf_loclist.lo libdwarf_macinfo.lo libdwarf_nametbl.lo libdwarf_ranges.lo libdwarf_reloc.lo libdwarf_rw.lo libdwarf_sections.lo libdwarf_str.lo || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/elftoolchain/libdwarf && rm -f .depend dwarf_abbrev.d dwarf_arange.d dwarf_attr.d dwarf_attrval.d dwarf_cu.d dwarf_dealloc.d dwarf_die.d dwarf_dump.d dwarf_errmsg.d dwarf_finish.d dwarf_form.d dwarf_frame.d dwarf_init.d dwarf_lineno.d dwarf_loclist.d dwarf_macinfo.d dwarf_pro_arange.d dwarf_pro_attr.d dwarf_pro_die.d dwarf_pro_expr.d dwarf_pro_finish.d dwarf_pro_frame.d dwarf_pro_init.d dwarf_pro_lineno.d dwarf_pro_macinfo.d dwarf_pro_reloc.d dwarf_pro_sections.d dwarf_ranges.d dwarf_reloc.d dwarf_seterror.d dwarf_str.d libdwarf.d libdwarf_abbrev.d libdwarf_arange.d libdwarf_attr.d libdwarf_die.d libdwarf_elf_access.d libdwarf_elf_init.d libdwarf_error.d libdwarf_frame.d libdwarf_info.d libdwarf_init.d libdwarf_lineno.d libdwarf_loc.d libdwarf_loclist.d libdwarf_macinfo.d libdwarf_nametbl.d libdwarf_ranges.d libdwarf_reloc.d libdwarf_rw.d libdwarf_sections.d libdwarf_str.d dwarf_abbrev.d.tmp dwarf_arange.d.tmp dwarf_attr.d.tmp dwarf_attrval.d.tmp dwarf_cu.d.tmp dwarf_dealloc.d.tmp dwarf_die.d.tmp dwarf_dump.d.tmp dwarf_errmsg.d.tmp dwarf_finish.d.tmp dwarf_form.d.tmp dwarf_frame.d.tmp dwarf_init.d.tmp dwarf_lineno.d.tmp dwarf_loclist.d.tmp dwarf_macinfo.d.tmp dwarf_pro_arange.d.tmp dwarf_pro_attr.d.tmp dwarf_pro_die.d.tmp dwarf_pro_expr.d.tmp dwarf_pro_finish.d.tmp dwarf_pro_frame.d.tmp dwarf_pro_init.d.tmp dwarf_pro_lineno.d.tmp dwarf_pro_macinfo.d.tmp dwarf_pro_reloc.d.tmp dwarf_pro_sections.d.tmp dwarf_ranges.d.tmp dwarf_reloc.d.tmp dwarf_seterror.d.tmp dwarf_str.d.tmp libdwarf.d.tmp libdwarf_abbrev.d.tmp libdwarf_arange.d.tmp libdwarf_attr.d.tmp libdwarf_die.d.tmp libdwarf_elf_access.d.tmp libdwarf_elf_init.d.tmp libdwarf_error.d.tmp libdwarf_frame.d.tmp libdwarf_info.d.tmp libdwarf_init.d.tmp libdwarf_lineno.d.tmp libdwarf_loc.d.tmp libdwarf_loclist.d.tmp libdwarf_macinfo.d.tmp libdwarf_nametbl.d.tmp libdwarf_ranges.d.tmp libdwarf_reloc.d.tmp libdwarf_rw.d.tmp libdwarf_sections.d.tmp libdwarf_str.d.tmp tags || true) --- cleandir-libctf --- cleandir ===> tools/libctf --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/libctf && rm -f a.out [Ee]rrs mklog core *.core libctf.a ctf_create.lo ctf_decl.lo ctf_error.lo ctf_hash.lo ctf_labels.lo ctf_lib.lo ctf_lookup.lo ctf_open.lo ctf_subr.lo ctf_types.lo ctf_util.lo || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/libctf && rm -f .depend ctf_create.d ctf_decl.d ctf_error.d ctf_hash.d ctf_labels.d ctf_lib.d ctf_lookup.d ctf_open.d ctf_subr.d ctf_types.d ctf_util.d ctf_create.d.tmp ctf_decl.d.tmp ctf_error.d.tmp ctf_hash.d.tmp ctf_labels.d.tmp ctf_lib.d.tmp ctf_lookup.d.tmp ctf_open.d.tmp ctf_subr.d.tmp ctf_types.d.tmp ctf_util.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/libctf && rm -f a.out [Ee]rrs mklog core *.core libctf.a ctf_create.lo ctf_decl.lo ctf_error.lo ctf_hash.lo ctf_labels.lo ctf_lib.lo ctf_lookup.lo ctf_open.lo ctf_subr.lo ctf_types.lo ctf_util.lo || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/libctf && rm -f .depend ctf_create.d ctf_decl.d ctf_error.d ctf_hash.d ctf_labels.d ctf_lib.d ctf_lookup.d ctf_open.d ctf_subr.d ctf_types.d ctf_util.d ctf_create.d.tmp ctf_decl.d.tmp ctf_error.d.tmp ctf_hash.d.tmp ctf_labels.d.tmp ctf_lib.d.tmp ctf_lookup.d.tmp ctf_open.d.tmp ctf_subr.d.tmp ctf_types.d.tmp ctf_util.d.tmp tags || true) --- cleandir-ctfconvert --- --- cleandir-ctfmerge --- --- cleandir-ctfconvert --- cleandir ===> tools/ctfconvert --- cleandir-ctfmerge --- cleandir ===> tools/ctfmerge --- __doclean --- --- cleandir-ctfconvert --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/ctfconvert && rm -f a.out [Ee]rrs mklog core *.core ctfconvert alist.lo ctf.lo ctfconvert.lo dwarf.lo fixup_tdescs.lo hash.lo iidesc.lo input.lo list.lo memory.lo merge.lo output.lo st_parse.lo stabs.lo stack.lo strtab.lo symbol.lo tdata.lo traverse.lo util.lo alist.ln ctf.ln ctfconvert.ln dwarf.ln fixup_tdescs.ln hash.ln iidesc.ln input.ln list.ln memory.ln merge.ln output.ln st_parse.ln stabs.ln stack.ln strtab.ln symbol.ln tdata.ln traverse.ln util.ln || true) --- cleandir-ctfmerge --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/ctfmerge && rm -f a.out [Ee]rrs mklog core *.core ctfmerge alist.lo barrier.lo ctf.lo ctfmerge.lo fifo.lo hash.lo iidesc.lo input.lo list.lo memory.lo merge.lo output.lo strtab.lo symbol.lo tdata.lo traverse.lo util.lo alist.ln barrier.ln ctf.ln ctfmerge.ln fifo.ln hash.ln iidesc.ln input.ln list.ln memory.ln merge.ln output.ln strtab.ln symbol.ln tdata.ln traverse.ln util.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/ctfmerge && rm -f a.out [Ee]rrs mklog core *.core ctfmerge alist.lo barrier.lo ctf.lo ctfmerge.lo fifo.lo hash.lo iidesc.lo input.lo list.lo memory.lo merge.lo output.lo strtab.lo symbol.lo tdata.lo traverse.lo util.lo alist.ln barrier.ln ctf.ln ctfmerge.ln fifo.ln hash.ln iidesc.ln input.ln list.ln memory.ln merge.ln output.ln strtab.ln symbol.ln tdata.ln traverse.ln util.ln || true) --- cleandir-ctfconvert --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/ctfconvert && rm -f a.out [Ee]rrs mklog core *.core ctfconvert alist.lo ctf.lo ctfconvert.lo dwarf.lo fixup_tdescs.lo hash.lo iidesc.lo input.lo list.lo memory.lo merge.lo output.lo st_parse.lo stabs.lo stack.lo strtab.lo symbol.lo tdata.lo traverse.lo util.lo alist.ln ctf.ln ctfconvert.ln dwarf.ln fixup_tdescs.ln hash.ln iidesc.ln input.ln list.ln memory.ln merge.ln output.ln st_parse.ln stabs.ln stack.ln strtab.ln symbol.ln tdata.ln traverse.ln util.ln || true) --- cleandir-ctfmerge --- --- __docleandir --- --- cleandir-ctfconvert --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/ctfconvert && rm -f .depend alist.d ctf.d ctfconvert.d dwarf.d fixup_tdescs.d hash.d iidesc.d input.d list.d memory.d merge.d output.d st_parse.d stabs.d stack.d strtab.d symbol.d tdata.d traverse.d util.d alist.d.tmp ctf.d.tmp ctfconvert.d.tmp dwarf.d.tmp fixup_tdescs.d.tmp hash.d.tmp iidesc.d.tmp input.d.tmp list.d.tmp memory.d.tmp merge.d.tmp output.d.tmp st_parse.d.tmp stabs.d.tmp stack.d.tmp strtab.d.tmp symbol.d.tmp tdata.d.tmp traverse.d.tmp util.d.tmp tags || true) --- cleandir-ctfmerge --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/ctfmerge && rm -f .depend alist.d barrier.d ctf.d ctfmerge.d fifo.d hash.d iidesc.d input.d list.d memory.d merge.d output.d strtab.d symbol.d tdata.d traverse.d util.d alist.d.tmp barrier.d.tmp ctf.d.tmp ctfmerge.d.tmp fifo.d.tmp hash.d.tmp iidesc.d.tmp input.d.tmp list.d.tmp memory.d.tmp merge.d.tmp output.d.tmp strtab.d.tmp symbol.d.tmp tdata.d.tmp traverse.d.tmp util.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/ctfmerge && rm -f .depend alist.d barrier.d ctf.d ctfmerge.d fifo.d hash.d iidesc.d input.d list.d memory.d merge.d output.d strtab.d symbol.d tdata.d traverse.d util.d alist.d.tmp barrier.d.tmp ctf.d.tmp ctfmerge.d.tmp fifo.d.tmp hash.d.tmp iidesc.d.tmp input.d.tmp list.d.tmp memory.d.tmp merge.d.tmp output.d.tmp strtab.d.tmp symbol.d.tmp tdata.d.tmp traverse.d.tmp util.d.tmp tags || true) --- cleandir-ctfconvert --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/ctfconvert && rm -f .depend alist.d ctf.d ctfconvert.d dwarf.d fixup_tdescs.d hash.d iidesc.d input.d list.d memory.d merge.d output.d st_parse.d stabs.d stack.d strtab.d symbol.d tdata.d traverse.d util.d alist.d.tmp ctf.d.tmp ctfconvert.d.tmp dwarf.d.tmp fixup_tdescs.d.tmp hash.d.tmp iidesc.d.tmp input.d.tmp list.d.tmp memory.d.tmp merge.d.tmp output.d.tmp st_parse.d.tmp stabs.d.tmp stack.d.tmp strtab.d.tmp symbol.d.tmp tdata.d.tmp traverse.d.tmp util.d.tmp tags || true) --- cleandir-asn1_compile --- --- cleandir-cksum --- --- cleandir-asn1_compile --- cleandir ===> tools/asn1_compile --- cleandir-cksum --- cleandir ===> tools/cksum --- __doclean --- --- cleandir-asn1_compile --- --- __doclean --- --- cleandir-cksum --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/cksum && rm -f a.out [Ee]rrs mklog core *.core cksum cksum.lo crc.lo md2.lo md4.lo md5.lo sha1.lo rmd160.lo print.lo sum1.lo sum2.lo sha256.lo sha384.lo sha512.lo cksum.ln crc.ln md2.ln md4.ln md5.ln sha1.ln rmd160.ln print.ln sum1.ln sum2.ln sha256.ln sha384.ln sha512.ln || true) --- cleandir-asn1_compile --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/asn1_compile && rm -f print_version.h make-print-version make-print-version.lo krb5 der-protos.h roken.h krb5-types.h der.h roken-common.h getarg.h asn1-common.h lex.c asn1parse.c asn1parse.h a.out [Ee]rrs mklog core *.core asn1_compile gen.lo gen_copy.lo gen_decode.lo gen_encode.lo gen_free.lo gen_glue.lo gen_length.lo gen_seq.lo gen_template.lo hash.lo lex.lo main.lo asn1parse.lo symbol.lo getarg.lo print_version.lo warnerr.lo strupr.lo get_window_size.lo ecalloc.lo emalloc.lo estrdup.lo rand.lo gen.ln gen_copy.ln gen_decode.ln gen_encode.ln gen_free.ln gen_glue.ln gen_length.ln gen_seq.ln gen_template.ln hash.ln main.ln symbol.ln getarg.ln print_version.ln warnerr.ln strupr.ln get_window_size.ln ecalloc.ln emalloc.ln estrdup.ln rand.ln || true) --- cleandir-cksum --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/cksum && rm -f a.out [Ee]rrs mklog core *.core cksum cksum.lo crc.lo md2.lo md4.lo md5.lo sha1.lo rmd160.lo print.lo sum1.lo sum2.lo sha256.lo sha384.lo sha512.lo cksum.ln crc.ln md2.ln md4.ln md5.ln sha1.ln rmd160.ln print.ln sum1.ln sum2.ln sha256.ln sha384.ln sha512.ln || true) --- cleandir-asn1_compile --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/asn1_compile && rm -f print_version.h make-print-version make-print-version.lo krb5 der-protos.h roken.h krb5-types.h der.h roken-common.h getarg.h asn1-common.h lex.c asn1parse.c asn1parse.h a.out [Ee]rrs mklog core *.core asn1_compile gen.lo gen_copy.lo gen_decode.lo gen_encode.lo gen_free.lo gen_glue.lo gen_length.lo gen_seq.lo gen_template.lo hash.lo lex.lo main.lo asn1parse.lo symbol.lo getarg.lo print_version.lo warnerr.lo strupr.lo get_window_size.lo ecalloc.lo emalloc.lo estrdup.lo rand.lo gen.ln gen_copy.ln gen_decode.ln gen_encode.ln gen_free.ln gen_glue.ln gen_length.ln gen_seq.ln gen_template.ln hash.ln main.ln symbol.ln getarg.ln print_version.ln warnerr.ln strupr.ln get_window_size.ln ecalloc.ln emalloc.ln estrdup.ln rand.ln || true) --- cleandir-cksum --- --- __docleandir --- --- cleandir-asn1_compile --- --- __docleandir --- --- cleandir-cksum --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/cksum && rm -f .depend cksum.d crc.d md2.d md4.d md5.d print.d rmd160.d sha1.d sha256.d sha384.d sha512.d sum1.d sum2.d cksum.d.tmp crc.d.tmp md2.d.tmp md4.d.tmp md5.d.tmp print.d.tmp rmd160.d.tmp sha1.d.tmp sha256.d.tmp sha384.d.tmp sha512.d.tmp sum1.d.tmp sum2.d.tmp tags || true) --- cleandir-asn1_compile --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/asn1_compile && rm -f .depend asn1parse.d ecalloc.d emalloc.d estrdup.d gen.d gen_copy.d gen_decode.d gen_encode.d gen_free.d gen_glue.d gen_length.d gen_seq.d gen_template.d get_window_size.d getarg.d hash.d lex.d main.d print_version.d rand.d strupr.d symbol.d warnerr.d asn1parse.d.tmp ecalloc.d.tmp emalloc.d.tmp estrdup.d.tmp gen.d.tmp gen_copy.d.tmp gen_decode.d.tmp gen_encode.d.tmp gen_free.d.tmp gen_glue.d.tmp gen_length.d.tmp gen_seq.d.tmp gen_template.d.tmp get_window_size.d.tmp getarg.d.tmp hash.d.tmp lex.d.tmp main.d.tmp print_version.d.tmp rand.d.tmp strupr.d.tmp symbol.d.tmp warnerr.d.tmp tags || true) --- cleandir-cksum --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/cksum && rm -f .depend cksum.d crc.d md2.d md4.d md5.d print.d rmd160.d sha1.d sha256.d sha384.d sha512.d sum1.d sum2.d cksum.d.tmp crc.d.tmp md2.d.tmp md4.d.tmp md5.d.tmp print.d.tmp rmd160.d.tmp sha1.d.tmp sha256.d.tmp sha384.d.tmp sha512.d.tmp sum1.d.tmp sum2.d.tmp tags || true) --- cleandir-asn1_compile --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/asn1_compile && rm -f .depend asn1parse.d ecalloc.d emalloc.d estrdup.d gen.d gen_copy.d gen_decode.d gen_encode.d gen_free.d gen_glue.d gen_length.d gen_seq.d gen_template.d get_window_size.d getarg.d hash.d lex.d main.d print_version.d rand.d strupr.d symbol.d warnerr.d asn1parse.d.tmp ecalloc.d.tmp emalloc.d.tmp estrdup.d.tmp gen.d.tmp gen_copy.d.tmp gen_decode.d.tmp gen_encode.d.tmp gen_free.d.tmp gen_glue.d.tmp gen_length.d.tmp gen_seq.d.tmp gen_template.d.tmp get_window_size.d.tmp getarg.d.tmp hash.d.tmp lex.d.tmp main.d.tmp print_version.d.tmp rand.d.tmp strupr.d.tmp symbol.d.tmp warnerr.d.tmp tags || true) --- cleandir-compile_et --- --- cleandir-db --- --- cleandir-compile_et --- cleandir ===> tools/compile_et --- cleandir-db --- cleandir ===> tools/db --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/db && rm -f a.out [Ee]rrs mklog core *.core db db.lo db.ln || true) --- cleandir-compile_et --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/compile_et && rm -f print_version.h make-print-version make-print-version.lo krb5 roken.h krb5-types.h roken-common.h getarg.h parse.c lex.c parse.h a.out [Ee]rrs mklog core *.core compile_et compile_et.lo parse.lo lex.lo getarg.lo print_version.lo warnerr.lo strupr.lo get_window_size.lo rand.lo compile_et.ln getarg.ln print_version.ln warnerr.ln strupr.ln get_window_size.ln rand.ln || true) --- cleandir-db --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/db && rm -f a.out [Ee]rrs mklog core *.core db db.lo db.ln || true) --- cleandir-compile_et --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/compile_et && rm -f print_version.h make-print-version make-print-version.lo krb5 roken.h krb5-types.h roken-common.h getarg.h parse.c lex.c parse.h a.out [Ee]rrs mklog core *.core compile_et compile_et.lo parse.lo lex.lo getarg.lo print_version.lo warnerr.lo strupr.lo get_window_size.lo rand.lo compile_et.ln getarg.ln print_version.ln warnerr.ln strupr.ln get_window_size.ln rand.ln || true) --- cleandir-db --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/db && rm -f .depend db.d db.d.tmp tags || true) --- cleandir-compile_et --- --- __docleandir --- --- cleandir-db --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/db && rm -f .depend db.d db.d.tmp tags || true) --- cleandir-compile_et --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/compile_et && rm -f .depend compile_et.d get_window_size.d getarg.d lex.d parse.d print_version.d rand.d strupr.d warnerr.d compile_et.d.tmp get_window_size.d.tmp getarg.d.tmp lex.d.tmp parse.d.tmp print_version.d.tmp rand.d.tmp strupr.d.tmp warnerr.d.tmp tags || true) --- cleandir-file --- --- cleandir-compile_et --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/compile_et && rm -f .depend compile_et.d get_window_size.d getarg.d lex.d parse.d print_version.d rand.d strupr.d warnerr.d compile_et.d.tmp get_window_size.d.tmp getarg.d.tmp lex.d.tmp parse.d.tmp print_version.d.tmp rand.d.tmp strupr.d.tmp warnerr.d.tmp tags || true) --- cleandir-file --- cleandir ===> tools/file --- cleandir-lint1 --- cleandir ===> tools/lint1 --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/lint1 && rm -f lint.7 lint.7.date err-msgs.h *.gcno *.gcda *.gcov cgram.c scan.c cgram.h a.out [Ee]rrs mklog core *.core lint1 cgram.lo ckbool.lo ckctype.lo ckgetopt.lo debug.lo decl.lo emit.lo emit1.lo err.lo func.lo init.lo inittyp.lo lex.lo main1.lo mem.lo mem1.lo oper.lo scan.lo tree.lo tyname.lo ckbool.ln ckctype.ln ckgetopt.ln debug.ln decl.ln emit.ln emit1.ln err.ln func.ln init.ln inittyp.ln lex.ln main1.ln mem.ln mem1.ln oper.ln tree.ln tyname.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/lint1 && rm -f lint.7 lint.7.date err-msgs.h *.gcno *.gcda *.gcov cgram.c scan.c cgram.h a.out [Ee]rrs mklog core *.core lint1 cgram.lo ckbool.lo ckctype.lo ckgetopt.lo debug.lo decl.lo emit.lo emit1.lo err.lo func.lo init.lo inittyp.lo lex.lo main1.lo mem.lo mem1.lo oper.lo scan.lo tree.lo tyname.lo ckbool.ln ckctype.ln ckgetopt.ln debug.ln decl.ln emit.ln emit1.ln err.ln func.ln init.ln inittyp.ln lex.ln main1.ln mem.ln mem1.ln oper.ln tree.ln tyname.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/lint1 && rm -f .depend cgram.d ckbool.d ckctype.d ckgetopt.d debug.d decl.d emit.d emit1.d err.d func.d init.d inittyp.d lex.d main1.d mem.d mem1.d oper.d scan.d tree.d tyname.d cgram.d.tmp ckbool.d.tmp ckctype.d.tmp ckgetopt.d.tmp debug.d.tmp decl.d.tmp emit.d.tmp emit1.d.tmp err.d.tmp func.d.tmp init.d.tmp inittyp.d.tmp lex.d.tmp main1.d.tmp mem.d.tmp mem1.d.tmp oper.d.tmp scan.d.tmp tree.d.tmp tyname.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/lint1 && rm -f .depend cgram.d ckbool.d ckctype.d ckgetopt.d debug.d decl.d emit.d emit1.d err.d func.d init.d inittyp.d lex.d main1.d mem.d mem1.d oper.d scan.d tree.d tyname.d cgram.d.tmp ckbool.d.tmp ckctype.d.tmp ckgetopt.d.tmp debug.d.tmp decl.d.tmp emit.d.tmp emit1.d.tmp err.d.tmp func.d.tmp init.d.tmp inittyp.d.tmp lex.d.tmp main1.d.tmp mem.d.tmp mem1.d.tmp oper.d.tmp scan.d.tmp tree.d.tmp tyname.d.tmp tags || true) --- cleandir-slc --- cleandir ===> tools/slc --- cleandir-file --- rm -r -f .*_done build --- cleandir-slc --- --- __doclean --- --- cleandir-file --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/file && rm -f a.out [Ee]rrs mklog core *.core || true) --- cleandir-slc --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/slc && rm -f krb5 roken.h krb5-types.h roken-common.h getarg.h print_version.h make-print-version make-print-version.lo slc-gram.c slc-lex.c slc-gram.h a.out [Ee]rrs mklog core *.core slc slc-gram.lo slc-lex.lo getarg.lo rand.lo get_window_size.lo strupr.lo print_version.lo getarg.ln rand.ln get_window_size.ln strupr.ln print_version.ln || true) --- cleandir-file --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/file && rm -f a.out [Ee]rrs mklog core *.core || true) --- cleandir-slc --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/slc && rm -f krb5 roken.h krb5-types.h roken-common.h getarg.h print_version.h make-print-version make-print-version.lo slc-gram.c slc-lex.c slc-gram.h a.out [Ee]rrs mklog core *.core slc slc-gram.lo slc-lex.lo getarg.lo rand.lo get_window_size.lo strupr.lo print_version.lo getarg.ln rand.ln get_window_size.ln strupr.ln print_version.ln || true) --- __docleandir --- --- cleandir-makefs --- --- cleandir-slc --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/slc && rm -f .depend get_window_size.d getarg.d print_version.d rand.d slc-gram.d slc-lex.d strupr.d get_window_size.d.tmp getarg.d.tmp print_version.d.tmp rand.d.tmp slc-gram.d.tmp slc-lex.d.tmp strupr.d.tmp tags || true) --- cleandir-makefs --- cleandir ===> tools/makefs --- cleandir-slc --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/slc && rm -f .depend get_window_size.d getarg.d print_version.d rand.d slc-gram.d slc-lex.d strupr.d get_window_size.d.tmp getarg.d.tmp print_version.d.tmp rand.d.tmp slc-gram.d.tmp slc-lex.d.tmp strupr.d.tmp tags || true) --- cleandir-sortinfo --- cleandir ===> tools/sortinfo --- cleandir-makefs --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/makefs && rm -f a.out [Ee]rrs mklog core *.core makefs cd9660.lo chfs.lo ffs.lo v7fs.lo msdos.lo udf.lo getid.lo makefs.lo misc.lo pack_dev.lo spec.lo walk.lo cd9660_strings.lo cd9660_debug.lo cd9660_eltorito.lo cd9660_write.lo cd9660_conversion.lo iso9660_rrip.lo cd9660_archimedes.lo chfs_mkfs.lo ffs_alloc.lo ffs_balloc.lo ffs_bswap.lo ffs_subr.lo ffs_tables.lo ufs_bmap.lo buf.lo mkfs.lo v7fs_endian.lo v7fs_superblock.lo v7fs_superblock_util.lo v7fs_inode.lo v7fs_inode_util.lo v7fs_datablock.lo v7fs_dirent.lo v7fs_io.lo v7fs_file.lo v7fs_file_util.lo v7fs_io_user.lo main.lo v7fs_estimate.lo v7fs_populate.lo mkfs_msdos.lo msdosfs_fat.lo msdosfs_conv.lo msdosfs_vfsops.lo msdosfs_lookup.lo msdosfs_denode.lo msdosfs_vnops.lo msdosfs_unicode.lo clock_subr.lo udf_core.lo udf_osta.lo cd9660.ln chfs.ln ffs.ln v7fs.ln msdos.ln udf.ln getid.ln makefs.ln misc.ln pack_dev.ln spec.ln walk.ln cd9660_strings.ln cd9660_debug.ln cd9660_eltorito.ln cd9660_write.ln cd9660_conversion.ln iso9660_rrip.ln cd9660_archimedes.ln chfs_mkfs.ln ffs_alloc.ln ffs_balloc.ln ffs_bswap.ln ffs_subr.ln ffs_tables.ln ufs_bmap.ln buf.ln mkfs.ln v7fs_endian.ln v7fs_superblock.ln v7fs_superblock_util.ln v7fs_inode.ln v7fs_inode_util.ln v7fs_datablock.ln v7fs_dirent.ln v7fs_io.ln v7fs_file.ln v7fs_file_util.ln v7fs_io_user.ln main.ln v7fs_estimate.ln v7fs_populate.ln mkfs_msdos.ln msdosfs_fat.ln msdosfs_conv.ln msdosfs_vfsops.ln msdosfs_lookup.ln msdosfs_denode.ln msdosfs_vnops.ln msdosfs_unicode.ln clock_subr.ln udf_core.ln udf_osta.ln || true) --- cleandir-sortinfo --- --- __doclean --- --- cleandir-makefs --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/makefs && rm -f a.out [Ee]rrs mklog core *.core makefs cd9660.lo chfs.lo ffs.lo v7fs.lo msdos.lo udf.lo getid.lo makefs.lo misc.lo pack_dev.lo spec.lo walk.lo cd9660_strings.lo cd9660_debug.lo cd9660_eltorito.lo cd9660_write.lo cd9660_conversion.lo iso9660_rrip.lo cd9660_archimedes.lo chfs_mkfs.lo ffs_alloc.lo ffs_balloc.lo ffs_bswap.lo ffs_subr.lo ffs_tables.lo ufs_bmap.lo buf.lo mkfs.lo v7fs_endian.lo v7fs_superblock.lo v7fs_superblock_util.lo v7fs_inode.lo v7fs_inode_util.lo v7fs_datablock.lo v7fs_dirent.lo v7fs_io.lo v7fs_file.lo v7fs_file_util.lo v7fs_io_user.lo main.lo v7fs_estimate.lo v7fs_populate.lo mkfs_msdos.lo msdosfs_fat.lo msdosfs_conv.lo msdosfs_vfsops.lo msdosfs_lookup.lo msdosfs_denode.lo msdosfs_vnops.lo msdosfs_unicode.lo clock_subr.lo udf_core.lo udf_osta.lo cd9660.ln chfs.ln ffs.ln v7fs.ln msdos.ln udf.ln getid.ln makefs.ln misc.ln pack_dev.ln spec.ln walk.ln cd9660_strings.ln cd9660_debug.ln cd9660_eltorito.ln cd9660_write.ln cd9660_conversion.ln iso9660_rrip.ln cd9660_archimedes.ln chfs_mkfs.ln ffs_alloc.ln ffs_balloc.ln ffs_bswap.ln ffs_subr.ln ffs_tables.ln ufs_bmap.ln buf.ln mkfs.ln v7fs_endian.ln v7fs_superblock.ln v7fs_superblock_util.ln v7fs_inode.ln v7fs_inode_util.ln v7fs_datablock.ln v7fs_dirent.ln v7fs_io.ln v7fs_file.ln v7fs_file_util.ln v7fs_io_user.ln main.ln v7fs_estimate.ln v7fs_populate.ln mkfs_msdos.ln msdosfs_fat.ln msdosfs_conv.ln msdosfs_vfsops.ln msdosfs_lookup.ln msdosfs_denode.ln msdosfs_vnops.ln msdosfs_unicode.ln clock_subr.ln udf_core.ln udf_osta.ln || true) --- cleandir-sortinfo --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/sortinfo && rm -f a.out [Ee]rrs mklog core *.core sortinfo sortinfo.lo sortinfo.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/sortinfo && rm -f a.out [Ee]rrs mklog core *.core sortinfo sortinfo.lo sortinfo.ln || true) --- cleandir-makefs --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/makefs && rm -f .depend buf.d cd9660.d cd9660_archimedes.d cd9660_conversion.d cd9660_debug.d cd9660_eltorito.d cd9660_strings.d cd9660_write.d chfs.d chfs_mkfs.d clock_subr.d ffs.d ffs_alloc.d ffs_balloc.d ffs_bswap.d ffs_subr.d ffs_tables.d getid.d iso9660_rrip.d main.d makefs.d misc.d mkfs.d mkfs_msdos.d msdos.d msdosfs_conv.d msdosfs_denode.d msdosfs_fat.d msdosfs_lookup.d msdosfs_unicode.d msdosfs_vfsops.d msdosfs_vnops.d pack_dev.d spec.d udf.d udf_core.d udf_osta.d ufs_bmap.d v7fs.d v7fs_datablock.d v7fs_dirent.d v7fs_endian.d v7fs_estimate.d v7fs_file.d v7fs_file_util.d v7fs_inode.d v7fs_inode_util.d v7fs_io.d v7fs_io_user.d v7fs_populate.d v7fs_superblock.d v7fs_superblock_util.d walk.d buf.d.tmp cd9660.d.tmp cd9660_archimedes.d.tmp cd9660_conversion.d.tmp cd9660_debug.d.tmp cd9660_eltorito.d.tmp cd9660_strings.d.tmp cd9660_write.d.tmp chfs.d.tmp chfs_mkfs.d.tmp clock_subr.d.tmp ffs.d.tmp ffs_alloc.d.tmp ffs_balloc.d.tmp ffs_bswap.d.tmp ffs_subr.d.tmp ffs_tables.d.tmp getid.d.tmp iso9660_rrip.d.tmp main.d.tmp makefs.d.tmp misc.d.tmp mkfs.d.tmp mkfs_msdos.d.tmp msdos.d.tmp msdosfs_conv.d.tmp msdosfs_denode.d.tmp msdosfs_fat.d.tmp msdosfs_lookup.d.tmp msdosfs_unicode.d.tmp msdosfs_vfsops.d.tmp msdosfs_vnops.d.tmp pack_dev.d.tmp spec.d.tmp udf.d.tmp udf_core.d.tmp udf_osta.d.tmp ufs_bmap.d.tmp v7fs.d.tmp v7fs_datablock.d.tmp v7fs_dirent.d.tmp v7fs_endian.d.tmp v7fs_estimate.d.tmp v7fs_file.d.tmp v7fs_file_util.d.tmp v7fs_inode.d.tmp v7fs_inode_util.d.tmp v7fs_io.d.tmp v7fs_io_user.d.tmp v7fs_populate.d.tmp v7fs_superblock.d.tmp v7fs_superblock_util.d.tmp walk.d.tmp tags || true) --- cleandir-sortinfo --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/sortinfo && rm -f .depend sortinfo.d sortinfo.d.tmp tags || true) --- cleandir-makefs --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/makefs && rm -f .depend buf.d cd9660.d cd9660_archimedes.d cd9660_conversion.d cd9660_debug.d cd9660_eltorito.d cd9660_strings.d cd9660_write.d chfs.d chfs_mkfs.d clock_subr.d ffs.d ffs_alloc.d ffs_balloc.d ffs_bswap.d ffs_subr.d ffs_tables.d getid.d iso9660_rrip.d main.d makefs.d misc.d mkfs.d mkfs_msdos.d msdos.d msdosfs_conv.d msdosfs_denode.d msdosfs_fat.d msdosfs_lookup.d msdosfs_unicode.d msdosfs_vfsops.d msdosfs_vnops.d pack_dev.d spec.d udf.d udf_core.d udf_osta.d ufs_bmap.d v7fs.d v7fs_datablock.d v7fs_dirent.d v7fs_endian.d v7fs_estimate.d v7fs_file.d v7fs_file_util.d v7fs_inode.d v7fs_inode_util.d v7fs_io.d v7fs_io_user.d v7fs_populate.d v7fs_superblock.d v7fs_superblock_util.d walk.d buf.d.tmp cd9660.d.tmp cd9660_archimedes.d.tmp cd9660_conversion.d.tmp cd9660_debug.d.tmp cd9660_eltorito.d.tmp cd9660_strings.d.tmp cd9660_write.d.tmp chfs.d.tmp chfs_mkfs.d.tmp clock_subr.d.tmp ffs.d.tmp ffs_alloc.d.tmp ffs_balloc.d.tmp ffs_bswap.d.tmp ffs_subr.d.tmp ffs_tables.d.tmp getid.d.tmp iso9660_rrip.d.tmp main.d.tmp makefs.d.tmp misc.d.tmp mkfs.d.tmp mkfs_msdos.d.tmp msdos.d.tmp msdosfs_conv.d.tmp msdosfs_denode.d.tmp msdosfs_fat.d.tmp msdosfs_lookup.d.tmp msdosfs_unicode.d.tmp msdosfs_vfsops.d.tmp msdosfs_vnops.d.tmp pack_dev.d.tmp spec.d.tmp udf.d.tmp udf_core.d.tmp udf_osta.d.tmp ufs_bmap.d.tmp v7fs.d.tmp v7fs_datablock.d.tmp v7fs_dirent.d.tmp v7fs_endian.d.tmp v7fs_estimate.d.tmp v7fs_file.d.tmp v7fs_file_util.d.tmp v7fs_inode.d.tmp v7fs_inode_util.d.tmp v7fs_io.d.tmp v7fs_io_user.d.tmp v7fs_populate.d.tmp v7fs_superblock.d.tmp v7fs_superblock_util.d.tmp walk.d.tmp tags || true) --- cleandir-sortinfo --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/sortinfo && rm -f .depend sortinfo.d sortinfo.d.tmp tags || true) --- cleandir-menuc --- --- cleandir-mkcsmapper --- --- cleandir-menuc --- cleandir ===> tools/menuc --- cleandir-mkcsmapper --- cleandir ===> tools/mkcsmapper --- __doclean --- --- cleandir-menuc --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/menuc && rm -f parse.c scan.c parse.h a.out [Ee]rrs mklog core *.core menuc main.lo parse.lo scan.lo avl.lo mdb.lo util.lo main.ln avl.ln mdb.ln util.ln || true) --- cleandir-mkcsmapper --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mkcsmapper && rm -f yacc.c lex.c yacc.h a.out [Ee]rrs mklog core *.core mkcsmapper yacc.lo lex.lo citrus_db_factory.lo citrus_bcs.lo citrus_db_hash.lo citrus_lookup_factory.lo citrus_pivot_factory.lo citrus_db_factory.ln citrus_bcs.ln citrus_db_hash.ln citrus_lookup_factory.ln citrus_pivot_factory.ln || true) --- cleandir-menuc --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/menuc && rm -f parse.c scan.c parse.h a.out [Ee]rrs mklog core *.core menuc main.lo parse.lo scan.lo avl.lo mdb.lo util.lo main.ln avl.ln mdb.ln util.ln || true) --- cleandir-mkcsmapper --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mkcsmapper && rm -f yacc.c lex.c yacc.h a.out [Ee]rrs mklog core *.core mkcsmapper yacc.lo lex.lo citrus_db_factory.lo citrus_bcs.lo citrus_db_hash.lo citrus_lookup_factory.lo citrus_pivot_factory.lo citrus_db_factory.ln citrus_bcs.ln citrus_db_hash.ln citrus_lookup_factory.ln citrus_pivot_factory.ln || true) --- cleandir-menuc --- --- __docleandir --- --- cleandir-mkcsmapper --- --- __docleandir --- --- cleandir-menuc --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/menuc && rm -f .depend avl.d main.d mdb.d parse.d scan.d util.d avl.d.tmp main.d.tmp mdb.d.tmp parse.d.tmp scan.d.tmp util.d.tmp tags || true) --- cleandir-mkcsmapper --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mkcsmapper && rm -f .depend citrus_bcs.d citrus_db_factory.d citrus_db_hash.d citrus_lookup_factory.d citrus_pivot_factory.d lex.d yacc.d citrus_bcs.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp citrus_lookup_factory.d.tmp citrus_pivot_factory.d.tmp lex.d.tmp yacc.d.tmp tags || true) --- cleandir-menuc --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/menuc && rm -f .depend avl.d main.d mdb.d parse.d scan.d util.d avl.d.tmp main.d.tmp mdb.d.tmp parse.d.tmp scan.d.tmp util.d.tmp tags || true) --- cleandir-mkcsmapper --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mkcsmapper && rm -f .depend citrus_bcs.d citrus_db_factory.d citrus_db_hash.d citrus_lookup_factory.d citrus_pivot_factory.d lex.d yacc.d citrus_bcs.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp citrus_lookup_factory.d.tmp citrus_pivot_factory.d.tmp lex.d.tmp yacc.d.tmp tags || true) --- cleandir-mkesdb --- --- cleandir-mklocale --- --- cleandir-mkesdb --- cleandir ===> tools/mkesdb --- cleandir-mklocale --- cleandir ===> tools/mklocale --- cleandir-mkesdb --- --- __doclean --- --- cleandir-mklocale --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mklocale && rm -f yacc.c lex.c yacc.h a.out [Ee]rrs mklog core *.core mklocale yacc.lo lex.lo mklocaledb.lo fix_grouping.lo citrus_bcs_strtoul.lo citrus_db_factory.lo citrus_db_hash.lo mklocaledb.ln fix_grouping.ln citrus_bcs_strtoul.ln citrus_db_factory.ln citrus_db_hash.ln || true) --- cleandir-mkesdb --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mkesdb && rm -f yacc.c lex.c yacc.h a.out [Ee]rrs mklog core *.core mkesdb yacc.lo lex.lo citrus_bcs.lo citrus_db_factory.lo citrus_db_hash.lo citrus_lookup_factory.lo citrus_bcs.ln citrus_db_factory.ln citrus_db_hash.ln citrus_lookup_factory.ln || true) --- cleandir-mklocale --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mklocale && rm -f yacc.c lex.c yacc.h a.out [Ee]rrs mklog core *.core mklocale yacc.lo lex.lo mklocaledb.lo fix_grouping.lo citrus_bcs_strtoul.lo citrus_db_factory.lo citrus_db_hash.lo mklocaledb.ln fix_grouping.ln citrus_bcs_strtoul.ln citrus_db_factory.ln citrus_db_hash.ln || true) --- cleandir-mkesdb --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mkesdb && rm -f yacc.c lex.c yacc.h a.out [Ee]rrs mklog core *.core mkesdb yacc.lo lex.lo citrus_bcs.lo citrus_db_factory.lo citrus_db_hash.lo citrus_lookup_factory.lo citrus_bcs.ln citrus_db_factory.ln citrus_db_hash.ln citrus_lookup_factory.ln || true) --- __docleandir --- --- cleandir-mklocale --- --- __docleandir --- --- cleandir-mkesdb --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mkesdb && rm -f .depend citrus_bcs.d citrus_db_factory.d citrus_db_hash.d citrus_lookup_factory.d lex.d yacc.d citrus_bcs.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp citrus_lookup_factory.d.tmp lex.d.tmp yacc.d.tmp tags || true) --- cleandir-mklocale --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mklocale && rm -f .depend citrus_bcs_strtoul.d citrus_db_factory.d citrus_db_hash.d fix_grouping.d lex.d mklocaledb.d yacc.d citrus_bcs_strtoul.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp fix_grouping.d.tmp lex.d.tmp mklocaledb.d.tmp yacc.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mklocale && rm -f .depend citrus_bcs_strtoul.d citrus_db_factory.d citrus_db_hash.d fix_grouping.d lex.d mklocaledb.d yacc.d citrus_bcs_strtoul.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp fix_grouping.d.tmp lex.d.tmp mklocaledb.d.tmp yacc.d.tmp tags || true) --- cleandir-mkesdb --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mkesdb && rm -f .depend citrus_bcs.d citrus_db_factory.d citrus_db_hash.d citrus_lookup_factory.d lex.d yacc.d citrus_bcs.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp citrus_lookup_factory.d.tmp lex.d.tmp yacc.d.tmp tags || true) --- cleandir-mknod --- --- cleandir-msgc --- --- cleandir-mknod --- cleandir ===> tools/mknod --- cleandir-msgc --- cleandir ===> tools/msgc --- cleandir-mknod --- --- __doclean --- --- cleandir-msgc --- --- __doclean --- --- cleandir-mknod --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mknod && rm -f a.out [Ee]rrs mklog core *.core mknod mknod.lo pack_dev.lo mknod.ln pack_dev.ln || true) --- cleandir-msgc --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/msgc && rm -f msgparse.c msgscan.c msgparse.h a.out [Ee]rrs mklog core *.core msgc msgmain.lo msgparse.lo msgscan.lo msgdb.lo util.lo avl.lo msgmain.ln msgdb.ln util.ln avl.ln || true) --- cleandir-mknod --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mknod && rm -f a.out [Ee]rrs mklog core *.core mknod mknod.lo pack_dev.lo mknod.ln pack_dev.ln || true) --- cleandir-msgc --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/msgc && rm -f msgparse.c msgscan.c msgparse.h a.out [Ee]rrs mklog core *.core msgc msgmain.lo msgparse.lo msgscan.lo msgdb.lo util.lo avl.lo msgmain.ln msgdb.ln util.ln avl.ln || true) --- cleandir-mknod --- --- __docleandir --- --- cleandir-msgc --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/msgc && rm -f .depend avl.d msgdb.d msgmain.d msgparse.d msgscan.d util.d avl.d.tmp msgdb.d.tmp msgmain.d.tmp msgparse.d.tmp msgscan.d.tmp util.d.tmp tags || true) --- cleandir-mknod --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mknod && rm -f .depend mknod.d pack_dev.d mknod.d.tmp pack_dev.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mknod && rm -f .depend mknod.d pack_dev.d mknod.d.tmp pack_dev.d.tmp tags || true) --- cleandir-msgc --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/msgc && rm -f .depend avl.d msgdb.d msgmain.d msgparse.d msgscan.d util.d avl.d.tmp msgdb.d.tmp msgmain.d.tmp msgparse.d.tmp msgscan.d.tmp util.d.tmp tags || true) --- cleandir-disklabel --- --- cleandir-gpt --- --- cleandir-disklabel --- cleandir ===> tools/disklabel --- cleandir-gpt --- cleandir ===> tools/gpt --- cleandir-disklabel --- --- __doclean --- --- cleandir-gpt --- --- __doclean --- --- cleandir-disklabel --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/disklabel && rm -f a.out [Ee]rrs mklog core *.core disklabel main.lo dkcksum.lo interact.lo printlabel.lo bswap.lo disklabel.lo main.ln dkcksum.ln interact.ln printlabel.ln bswap.ln disklabel.ln || true) --- cleandir-gpt --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/gpt && rm -f a.out [Ee]rrs mklog core *.core gpt add.lo biosboot.lo create.lo destroy.lo gpt.lo header.lo label.lo map.lo main.lo migrate.lo recover.lo remove.lo resize.lo resizedisk.lo set.lo show.lo type.lo unset.lo gpt_uuid.lo uuid.lo opendisk.lo dehumanize_number.lo add.ln biosboot.ln create.ln destroy.ln gpt.ln header.ln label.ln map.ln main.ln migrate.ln recover.ln remove.ln resize.ln resizedisk.ln set.ln show.ln type.ln unset.ln gpt_uuid.ln uuid.ln opendisk.ln dehumanize_number.ln || true) --- cleandir-disklabel --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/disklabel && rm -f a.out [Ee]rrs mklog core *.core disklabel main.lo dkcksum.lo interact.lo printlabel.lo bswap.lo disklabel.lo main.ln dkcksum.ln interact.ln printlabel.ln bswap.ln disklabel.ln || true) --- cleandir-gpt --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/gpt && rm -f a.out [Ee]rrs mklog core *.core gpt add.lo biosboot.lo create.lo destroy.lo gpt.lo header.lo label.lo map.lo main.lo migrate.lo recover.lo remove.lo resize.lo resizedisk.lo set.lo show.lo type.lo unset.lo gpt_uuid.lo uuid.lo opendisk.lo dehumanize_number.lo add.ln biosboot.ln create.ln destroy.ln gpt.ln header.ln label.ln map.ln main.ln migrate.ln recover.ln remove.ln resize.ln resizedisk.ln set.ln show.ln type.ln unset.ln gpt_uuid.ln uuid.ln opendisk.ln dehumanize_number.ln || true) --- cleandir-disklabel --- --- __docleandir --- --- cleandir-gpt --- --- __docleandir --- --- cleandir-disklabel --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/disklabel && rm -f .depend bswap.d disklabel.d dkcksum.d interact.d main.d printlabel.d bswap.d.tmp disklabel.d.tmp dkcksum.d.tmp interact.d.tmp main.d.tmp printlabel.d.tmp tags || true) --- cleandir-gpt --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/gpt && rm -f .depend add.d biosboot.d create.d dehumanize_number.d destroy.d gpt.d gpt_uuid.d header.d label.d main.d map.d migrate.d opendisk.d recover.d remove.d resize.d resizedisk.d set.d show.d type.d unset.d uuid.d add.d.tmp biosboot.d.tmp create.d.tmp dehumanize_number.d.tmp destroy.d.tmp gpt.d.tmp gpt_uuid.d.tmp header.d.tmp label.d.tmp main.d.tmp map.d.tmp migrate.d.tmp opendisk.d.tmp recover.d.tmp remove.d.tmp resize.d.tmp resizedisk.d.tmp set.d.tmp show.d.tmp type.d.tmp unset.d.tmp uuid.d.tmp tags || true) --- cleandir-disklabel --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/disklabel && rm -f .depend bswap.d disklabel.d dkcksum.d interact.d main.d printlabel.d bswap.d.tmp disklabel.d.tmp dkcksum.d.tmp interact.d.tmp main.d.tmp printlabel.d.tmp tags || true) --- cleandir-gpt --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/gpt && rm -f .depend add.d biosboot.d create.d dehumanize_number.d destroy.d gpt.d gpt_uuid.d header.d label.d main.d map.d migrate.d opendisk.d recover.d remove.d resize.d resizedisk.d set.d show.d type.d unset.d uuid.d add.d.tmp biosboot.d.tmp create.d.tmp dehumanize_number.d.tmp destroy.d.tmp gpt.d.tmp gpt_uuid.d.tmp header.d.tmp label.d.tmp main.d.tmp map.d.tmp migrate.d.tmp opendisk.d.tmp recover.d.tmp remove.d.tmp resize.d.tmp resizedisk.d.tmp set.d.tmp show.d.tmp type.d.tmp unset.d.tmp uuid.d.tmp tags || true) --- cleandir-paxctl --- cleandir ===> tools/paxctl --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/paxctl && rm -f a.out [Ee]rrs mklog core *.core paxctl paxctl.lo paxctl.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/paxctl && rm -f .depend paxctl.d paxctl.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/paxctl && rm -f a.out [Ee]rrs mklog core *.core paxctl paxctl.lo paxctl.ln || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/paxctl && rm -f .depend paxctl.d paxctl.d.tmp tags || true) --- cleandir-fdisk --- cleandir ===> tools/fdisk --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/fdisk && rm -f a.out [Ee]rrs mklog core *.core fdisk fdisk.lo disklabel.lo fdisk.ln disklabel.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/fdisk && rm -f .depend disklabel.d fdisk.d disklabel.d.tmp fdisk.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/fdisk && rm -f a.out [Ee]rrs mklog core *.core fdisk fdisk.lo disklabel.lo fdisk.ln disklabel.ln || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/fdisk && rm -f .depend disklabel.d fdisk.d disklabel.d.tmp fdisk.d.tmp tags || true) --- cleandir-installboot --- --- cleandir-pwd_mkdb --- --- cleandir-installboot --- cleandir ===> tools/installboot --- cleandir-pwd_mkdb --- cleandir ===> tools/pwd_mkdb --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/pwd_mkdb && rm -f a.out [Ee]rrs mklog core *.core pwd_mkdb pwd_mkdb.lo pwd_mkdb.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/pwd_mkdb && rm -f a.out [Ee]rrs mklog core *.core pwd_mkdb pwd_mkdb.lo pwd_mkdb.ln || true) --- __docleandir --- --- cleandir-installboot --- --- __doclean --- --- cleandir-pwd_mkdb --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/pwd_mkdb && rm -f .depend pwd_mkdb.d pwd_mkdb.d.tmp tags || true) --- cleandir-installboot --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/installboot && rm -f a.out [Ee]rrs mklog core *.core installboot installboot.lo sum.lo machines.lo fstypes.lo alpha.lo amiga.lo emips.lo evbarm.lo evbmips.lo ews4800mips.lo hp300.lo hppa.lo i386.lo landisk.lo macppc.lo news.lo next68k.lo pmax.lo sparc.lo sparc64.lo sun68k.lo vax.lo x68k.lo evboards.lo fdt.lo fdt_ro.lo fdt_strerror.lo bbinfo.lo ffs.lo ffs_bswap.lo cd9660.lo cd9660_util.lo installboot.ln sum.ln machines.ln fstypes.ln alpha.ln amiga.ln emips.ln evbarm.ln evbmips.ln ews4800mips.ln hp300.ln hppa.ln i386.ln landisk.ln macppc.ln news.ln next68k.ln pmax.ln sparc.ln sparc64.ln sun68k.ln vax.ln x68k.ln evboards.ln fdt.ln fdt_ro.ln fdt_strerror.ln bbinfo.ln ffs.ln ffs_bswap.ln cd9660.ln cd9660_util.ln || true) --- cleandir-pwd_mkdb --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/pwd_mkdb && rm -f .depend pwd_mkdb.d pwd_mkdb.d.tmp tags || true) --- cleandir-installboot --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/installboot && rm -f a.out [Ee]rrs mklog core *.core installboot installboot.lo sum.lo machines.lo fstypes.lo alpha.lo amiga.lo emips.lo evbarm.lo evbmips.lo ews4800mips.lo hp300.lo hppa.lo i386.lo landisk.lo macppc.lo news.lo next68k.lo pmax.lo sparc.lo sparc64.lo sun68k.lo vax.lo x68k.lo evboards.lo fdt.lo fdt_ro.lo fdt_strerror.lo bbinfo.lo ffs.lo ffs_bswap.lo cd9660.lo cd9660_util.lo installboot.ln sum.ln machines.ln fstypes.ln alpha.ln amiga.ln emips.ln evbarm.ln evbmips.ln ews4800mips.ln hp300.ln hppa.ln i386.ln landisk.ln macppc.ln news.ln next68k.ln pmax.ln sparc.ln sparc64.ln sun68k.ln vax.ln x68k.ln evboards.ln fdt.ln fdt_ro.ln fdt_strerror.ln bbinfo.ln ffs.ln ffs_bswap.ln cd9660.ln cd9660_util.ln || true) --- cleandir-strfile --- --- cleandir-installboot --- --- cleaninc --- --- cleandir-strfile --- cleandir ===> tools/strfile --- cleandir-installboot --- rm -rf fs --- __docleandir --- --- cleandir-strfile --- --- __doclean --- --- cleandir-installboot --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/installboot && rm -f .depend alpha.d amiga.d bbinfo.d cd9660.d cd9660_util.d emips.d evbarm.d evbmips.d evboards.d ews4800mips.d fdt.d fdt_ro.d fdt_strerror.d ffs.d ffs_bswap.d fstypes.d hp300.d hppa.d i386.d installboot.d landisk.d machines.d macppc.d news.d next68k.d pmax.d sparc.d sparc64.d sum.d sun68k.d vax.d x68k.d alpha.d.tmp amiga.d.tmp bbinfo.d.tmp cd9660.d.tmp cd9660_util.d.tmp emips.d.tmp evbarm.d.tmp evbmips.d.tmp evboards.d.tmp ews4800mips.d.tmp fdt.d.tmp fdt_ro.d.tmp fdt_strerror.d.tmp ffs.d.tmp ffs_bswap.d.tmp fstypes.d.tmp hp300.d.tmp hppa.d.tmp i386.d.tmp installboot.d.tmp landisk.d.tmp machines.d.tmp macppc.d.tmp news.d.tmp next68k.d.tmp pmax.d.tmp sparc.d.tmp sparc64.d.tmp sum.d.tmp sun68k.d.tmp vax.d.tmp x68k.d.tmp tags || true) --- cleandir-strfile --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/strfile && rm -f a.out [Ee]rrs mklog core *.core strfile strfile.lo strfile.ln || true) --- cleandir-installboot --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/installboot && rm -f .depend alpha.d amiga.d bbinfo.d cd9660.d cd9660_util.d emips.d evbarm.d evbmips.d evboards.d ews4800mips.d fdt.d fdt_ro.d fdt_strerror.d ffs.d ffs_bswap.d fstypes.d hp300.d hppa.d i386.d installboot.d landisk.d machines.d macppc.d news.d next68k.d pmax.d sparc.d sparc64.d sum.d sun68k.d vax.d x68k.d alpha.d.tmp amiga.d.tmp bbinfo.d.tmp cd9660.d.tmp cd9660_util.d.tmp emips.d.tmp evbarm.d.tmp evbmips.d.tmp evboards.d.tmp ews4800mips.d.tmp fdt.d.tmp fdt_ro.d.tmp fdt_strerror.d.tmp ffs.d.tmp ffs_bswap.d.tmp fstypes.d.tmp hp300.d.tmp hppa.d.tmp i386.d.tmp installboot.d.tmp landisk.d.tmp machines.d.tmp macppc.d.tmp news.d.tmp next68k.d.tmp pmax.d.tmp sparc.d.tmp sparc64.d.tmp sum.d.tmp sun68k.d.tmp vax.d.tmp x68k.d.tmp tags || true) --- cleandir-strfile --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/strfile && rm -f a.out [Ee]rrs mklog core *.core strfile strfile.lo strfile.ln || true) --- cleandir-sunlabel --- --- cleandir-strfile --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/strfile && rm -f .depend strfile.d strfile.d.tmp tags || true) --- cleandir-sunlabel --- cleandir ===> tools/sunlabel --- cleandir-strfile --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/strfile && rm -f .depend strfile.d strfile.d.tmp tags || true) --- cleandir-sunlabel --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/sunlabel && rm -f a.out [Ee]rrs mklog core *.core sunlabel sunlabel.lo sunlabel.ln || true) --- cleandir-vgrind --- cleandir ===> tools/vgrind --- cleandir-sunlabel --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/sunlabel && rm -f a.out [Ee]rrs mklog core *.core sunlabel sunlabel.lo sunlabel.ln || true) --- cleandir-vgrind --- --- __doclean --- --- cleandir-sunlabel --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/sunlabel && rm -f .depend sunlabel.d sunlabel.d.tmp tags || true) --- cleandir-vgrind --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/vgrind && rm -f vgrindefs vgrindefs.db vgrindefs.src.db a.out [Ee]rrs mklog core *.core vfontedpr regexp.lo vfontedpr.lo regexp.ln vfontedpr.ln || true) --- cleandir-sunlabel --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/sunlabel && rm -f .depend sunlabel.d sunlabel.d.tmp tags || true) --- cleandir-vgrind --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/vgrind && rm -f vgrindefs vgrindefs.db vgrindefs.src.db a.out [Ee]rrs mklog core *.core vfontedpr regexp.lo vfontedpr.lo regexp.ln vfontedpr.ln || true) --- cleandir-zic --- --- cleandir-vgrind --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/vgrind && rm -f .depend regexp.d vfontedpr.d regexp.d.tmp vfontedpr.d.tmp tags || true) --- cleandir-zic --- cleandir ===> tools/zic --- cleandir-vgrind --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/vgrind && rm -f .depend regexp.d vfontedpr.d regexp.d.tmp vfontedpr.d.tmp tags || true) --- cleandir-zic --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/zic && rm -f a.out [Ee]rrs mklog core *.core zic zic.lo zic.ln || true) --- cleandir-stat --- --- cleandir-zic --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/zic && rm -f a.out [Ee]rrs mklog core *.core zic zic.lo zic.ln || true) --- cleandir-stat --- cleandir ===> tools/stat --- cleandir-zic --- --- __docleandir --- --- cleandir-stat --- --- __doclean --- --- cleandir-zic --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/zic && rm -f .depend zic.d zic.d.tmp tags || true) --- cleandir-stat --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/stat && rm -f a.out [Ee]rrs mklog core *.core stat stat.lo stat.ln || true) --- cleandir-zic --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/zic && rm -f .depend zic.d zic.d.tmp tags || true) --- cleandir-stat --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/stat && rm -f a.out [Ee]rrs mklog core *.core stat stat.lo stat.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/stat && rm -f .depend stat.d stat.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/stat && rm -f .depend stat.d stat.d.tmp tags || true) --- cleandir-config --- --- cleandir-xz-bin --- --- cleandir-config --- cleandir ===> tools/config --- cleandir-xz-bin --- cleandir ===> tools/xz-bin --- cleandir-config --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/config && rm -f gram.c scan.c gram.h a.out [Ee]rrs mklog core *.core config files.lo gram.lo hash.lo lint.lo main.lo mkdevsw.lo mkheaders.lo mkioconf.lo mkmakefile.lo mkswap.lo pack.lo scan.lo sem.lo util.lo crc.lo files.ln hash.ln lint.ln main.ln mkdevsw.ln mkheaders.ln mkioconf.ln mkmakefile.ln mkswap.ln pack.ln sem.ln util.ln crc.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/config && rm -f gram.c scan.c gram.h a.out [Ee]rrs mklog core *.core config files.lo gram.lo hash.lo lint.lo main.lo mkdevsw.lo mkheaders.lo mkioconf.lo mkmakefile.lo mkswap.lo pack.lo scan.lo sem.lo util.lo crc.lo files.ln hash.ln lint.ln main.ln mkdevsw.ln mkheaders.ln mkioconf.ln mkmakefile.ln mkswap.ln pack.ln sem.ln util.ln crc.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/config && rm -f .depend crc.d files.d gram.d hash.d lint.d main.d mkdevsw.d mkheaders.d mkioconf.d mkmakefile.d mkswap.d pack.d scan.d sem.d util.d crc.d.tmp files.d.tmp gram.d.tmp hash.d.tmp lint.d.tmp main.d.tmp mkdevsw.d.tmp mkheaders.d.tmp mkioconf.d.tmp mkmakefile.d.tmp mkswap.d.tmp pack.d.tmp scan.d.tmp sem.d.tmp util.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/config && rm -f .depend crc.d files.d gram.d hash.d lint.d main.d mkdevsw.d mkheaders.d mkioconf.d mkmakefile.d mkswap.d pack.d scan.d sem.d util.d crc.d.tmp files.d.tmp gram.d.tmp hash.d.tmp lint.d.tmp main.d.tmp mkdevsw.d.tmp mkheaders.d.tmp mkioconf.d.tmp mkmakefile.d.tmp mkswap.d.tmp pack.d.tmp scan.d.tmp sem.d.tmp util.d.tmp tags || true) --- cleandir-xz-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/xz-bin && rm -f a.out [Ee]rrs mklog core *.core nbxz args.lo coder.lo file_io.lo hardware.lo list.lo main.lo message.lo options.lo signals.lo suffix.lo util.lo tuklib_exit.lo tuklib_cpucores.lo tuklib_open_stdxxx.lo tuklib_mbstr_fw.lo tuklib_mbstr_width.lo tuklib_physmem.lo tuklib_progname.lo mytime.lo args.ln coder.ln file_io.ln hardware.ln list.ln main.ln message.ln options.ln signals.ln suffix.ln util.ln tuklib_exit.ln tuklib_cpucores.ln tuklib_open_stdxxx.ln tuklib_mbstr_fw.ln tuklib_mbstr_width.ln tuklib_physmem.ln tuklib_progname.ln mytime.ln || true) --- cleandir-llvm --- cleandir ===> tools/llvm --- cleandir-xz-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/xz-bin && rm -f a.out [Ee]rrs mklog core *.core nbxz args.lo coder.lo file_io.lo hardware.lo list.lo main.lo message.lo options.lo signals.lo suffix.lo util.lo tuklib_exit.lo tuklib_cpucores.lo tuklib_open_stdxxx.lo tuklib_mbstr_fw.lo tuklib_mbstr_width.lo tuklib_physmem.lo tuklib_progname.lo mytime.lo args.ln coder.ln file_io.ln hardware.ln list.ln main.ln message.ln options.ln signals.ln suffix.ln util.ln tuklib_exit.ln tuklib_cpucores.ln tuklib_open_stdxxx.ln tuklib_mbstr_fw.ln tuklib_mbstr_width.ln tuklib_physmem.ln tuklib_progname.ln mytime.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/xz-bin && rm -f .depend args.d coder.d file_io.d hardware.d list.d main.d message.d mytime.d options.d signals.d suffix.d tuklib_cpucores.d tuklib_exit.d tuklib_mbstr_fw.d tuklib_mbstr_width.d tuklib_open_stdxxx.d tuklib_physmem.d tuklib_progname.d util.d args.d.tmp coder.d.tmp file_io.d.tmp hardware.d.tmp list.d.tmp main.d.tmp message.d.tmp mytime.d.tmp options.d.tmp signals.d.tmp suffix.d.tmp tuklib_cpucores.d.tmp tuklib_exit.d.tmp tuklib_mbstr_fw.d.tmp tuklib_mbstr_width.d.tmp tuklib_open_stdxxx.d.tmp tuklib_physmem.d.tmp tuklib_progname.d.tmp util.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/xz-bin && rm -f .depend args.d coder.d file_io.d hardware.d list.d main.d message.d mytime.d options.d signals.d suffix.d tuklib_cpucores.d tuklib_exit.d tuklib_mbstr_fw.d tuklib_mbstr_width.d tuklib_open_stdxxx.d tuklib_physmem.d tuklib_progname.d util.d args.d.tmp coder.d.tmp file_io.d.tmp hardware.d.tmp list.d.tmp main.d.tmp message.d.tmp mytime.d.tmp options.d.tmp signals.d.tmp suffix.d.tmp tuklib_cpucores.d.tmp tuklib_exit.d.tmp tuklib_mbstr_fw.d.tmp tuklib_mbstr_width.d.tmp tuklib_open_stdxxx.d.tmp tuklib_physmem.d.tmp tuklib_progname.d.tmp util.d.tmp tags || true) --- cleandir-llvm --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/llvm && rm -f need-dl need-dl.c need-dl.out need-terminfo need-terminfo.c need-terminfo.out a.out [Ee]rrs mklog core *.core || true) --- cleandir-llvm --- test ! -d config || rm -r config test ! -d module-cache || rm -r module-cache rm -f need-dl need-dl.tmp module-cache module-test.o --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/llvm && rm -f need-dl need-dl.c need-dl.out need-terminfo need-terminfo.c need-terminfo.out a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-llvm-lib/libLLVMDemangle --- --- cleandir-llvm-lib/libLLVMSupport --- --- cleandir-llvm-lib/libLLVMDemangle --- cleandir ===> tools/llvm-lib/libLLVMDemangle --- cleandir-llvm-lib/libLLVMSupport --- cleandir ===> tools/llvm-lib/libLLVMSupport --- cleandir-llvm-lib/libLLVMDemangle --- --- __doclean --- --- cleandir-llvm-lib/libLLVMSupport --- --- __doclean --- --- cleandir-llvm-lib/libLLVMDemangle --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/llvm-lib/libLLVMDemangle && rm -f a.out [Ee]rrs mklog core *.core libLLVMDemangle.a Demangle.lo ItaniumDemangle.lo MicrosoftDemangle.lo MicrosoftDemangleNodes.lo RustDemangle.lo || true) --- cleandir-llvm-lib/libLLVMSupport --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/llvm-lib/libLLVMSupport && rm -f a.out [Ee]rrs mklog core *.core libLLVMSupport.a AArch64TargetParser.lo ABIBreak.lo Allocator.lo AMDGPUMetadata.lo APFixedPoint.lo APFloat.lo APInt.lo APSInt.lo ARMAttributeParser.lo ARMBuildAttrs.lo ARMTargetParser.lo ARMWinEH.lo AutoConvert.lo BinaryStreamError.lo BinaryStreamReader.lo BinaryStreamRef.lo BinaryStreamWriter.lo BlockFrequency.lo BranchProbability.lo BuryPointer.lo CachePruning.lo Chrono.lo circular_raw_ostream.lo CodeGenCoverage.lo COM.lo CommandLine.lo Compression.lo ConvertUTF.lo ConvertUTFWrapper.lo CrashRecoveryContext.lo CRC.lo DAGDeltaAlgorithm.lo DataExtractor.lo DebugCounter.lo Debug.lo DeltaAlgorithm.lo DJB.lo ELFAttributeParser.lo ELFAttributes.lo Error.lo ErrorHandling.lo ExtensibleRTTI.lo FileCollector.lo FileOutputBuffer.lo FileUtilities.lo FoldingSet.lo FormattedStream.lo GlobPattern.lo GraphWriter.lo Hashing.lo InitLLVM.lo InstructionCost.lo IntEqClasses.lo IntervalMap.lo ItaniumManglingCanonicalizer.lo JSON.lo KnownBits.lo LEB128.lo LineIterator.lo Locale.lo LockFileManager.lo LowLevelType.lo ManagedStatic.lo MathExtras.lo MD5.lo MemAlloc.lo MemoryBuffer.lo MemoryBufferRef.lo NativeFormatting.lo OptimizedStructLayout.lo Optional.lo Parallel.lo PluginLoader.lo PrettyStackTrace.lo raw_os_ostream.lo raw_ostream.lo regcomp.lo regerror.lo Regex.lo regexec.lo regfree.lo regstrlcpy.lo RISCVAttributeParser.lo RISCVAttributes.lo ScopedPrinter.lo SHA1.lo SHA256.lo Signposts.lo SmallPtrSet.lo SmallVector.lo SourceMgr.lo SpecialCaseList.lo Statistic.lo StringExtras.lo StringMap.lo StringRef.lo StringSaver.lo SuffixTree.lo SymbolRemappingReader.lo SystemUtils.lo TargetParser.lo TargetRegistry.lo TarWriter.lo TimeProfiler.lo Timer.lo ToolOutputFile.lo TrigramIndex.lo Triple.lo Twine.lo TypeSize.lo UnicodeCaseFold.lo Unicode.lo VersionTuple.lo VirtualFileSystem.lo Watchdog.lo WithColor.lo X86TargetParser.lo xxhash.lo YAMLParser.lo YAMLTraits.lo Z3Solver.lo Atomic.lo DynamicLibrary.lo Errno.lo FormatVariadic.lo Host.lo Memory.lo Path.lo Process.lo Program.lo RWMutex.lo RandomNumberGenerator.lo ScaledNumber.lo Signals.lo ThreadLocal.lo ThreadPool.lo Threading.lo Valgrind.lo Host.lo Memory.lo Path.lo Process.lo Program.lo Signals.lo Watchdog.lo ThreadLocal.lo || true) --- cleandir-llvm-lib/libLLVMDemangle --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/llvm-lib/libLLVMDemangle && rm -f a.out [Ee]rrs mklog core *.core libLLVMDemangle.a Demangle.lo ItaniumDemangle.lo MicrosoftDemangle.lo MicrosoftDemangleNodes.lo RustDemangle.lo || true) --- cleandir-llvm-lib/libLLVMSupport --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/llvm-lib/libLLVMSupport && rm -f a.out [Ee]rrs mklog core *.core libLLVMSupport.a AArch64TargetParser.lo ABIBreak.lo Allocator.lo AMDGPUMetadata.lo APFixedPoint.lo APFloat.lo APInt.lo APSInt.lo ARMAttributeParser.lo ARMBuildAttrs.lo ARMTargetParser.lo ARMWinEH.lo AutoConvert.lo BinaryStreamError.lo BinaryStreamReader.lo BinaryStreamRef.lo BinaryStreamWriter.lo BlockFrequency.lo BranchProbability.lo BuryPointer.lo CachePruning.lo Chrono.lo circular_raw_ostream.lo CodeGenCoverage.lo COM.lo CommandLine.lo Compression.lo ConvertUTF.lo ConvertUTFWrapper.lo CrashRecoveryContext.lo CRC.lo DAGDeltaAlgorithm.lo DataExtractor.lo DebugCounter.lo Debug.lo DeltaAlgorithm.lo DJB.lo ELFAttributeParser.lo ELFAttributes.lo Error.lo ErrorHandling.lo ExtensibleRTTI.lo FileCollector.lo FileOutputBuffer.lo FileUtilities.lo FoldingSet.lo FormattedStream.lo GlobPattern.lo GraphWriter.lo Hashing.lo InitLLVM.lo InstructionCost.lo IntEqClasses.lo IntervalMap.lo ItaniumManglingCanonicalizer.lo JSON.lo KnownBits.lo LEB128.lo LineIterator.lo Locale.lo LockFileManager.lo LowLevelType.lo ManagedStatic.lo MathExtras.lo MD5.lo MemAlloc.lo MemoryBuffer.lo MemoryBufferRef.lo NativeFormatting.lo OptimizedStructLayout.lo Optional.lo Parallel.lo PluginLoader.lo PrettyStackTrace.lo raw_os_ostream.lo raw_ostream.lo regcomp.lo regerror.lo Regex.lo regexec.lo regfree.lo regstrlcpy.lo RISCVAttributeParser.lo RISCVAttributes.lo ScopedPrinter.lo SHA1.lo SHA256.lo Signposts.lo SmallPtrSet.lo SmallVector.lo SourceMgr.lo SpecialCaseList.lo Statistic.lo StringExtras.lo StringMap.lo StringRef.lo StringSaver.lo SuffixTree.lo SymbolRemappingReader.lo SystemUtils.lo TargetParser.lo TargetRegistry.lo TarWriter.lo TimeProfiler.lo Timer.lo ToolOutputFile.lo TrigramIndex.lo Triple.lo Twine.lo TypeSize.lo UnicodeCaseFold.lo Unicode.lo VersionTuple.lo VirtualFileSystem.lo Watchdog.lo WithColor.lo X86TargetParser.lo xxhash.lo YAMLParser.lo YAMLTraits.lo Z3Solver.lo Atomic.lo DynamicLibrary.lo Errno.lo FormatVariadic.lo Host.lo Memory.lo Path.lo Process.lo Program.lo RWMutex.lo RandomNumberGenerator.lo ScaledNumber.lo Signals.lo ThreadLocal.lo ThreadPool.lo Threading.lo Valgrind.lo Host.lo Memory.lo Path.lo Process.lo Program.lo Signals.lo Watchdog.lo ThreadLocal.lo || true) --- cleandir-llvm-lib/libLLVMDemangle --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/llvm-lib/libLLVMDemangle && rm -f .depend Demangle.d ItaniumDemangle.d MicrosoftDemangle.d MicrosoftDemangleNodes.d RustDemangle.d Demangle.d.tmp ItaniumDemangle.d.tmp MicrosoftDemangle.d.tmp MicrosoftDemangleNodes.d.tmp RustDemangle.d.tmp tags || true) --- cleandir-llvm-lib/libLLVMSupport --- --- __docleandir --- --- cleandir-llvm-lib/libLLVMDemangle --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/llvm-lib/libLLVMDemangle && rm -f .depend Demangle.d ItaniumDemangle.d MicrosoftDemangle.d MicrosoftDemangleNodes.d RustDemangle.d Demangle.d.tmp ItaniumDemangle.d.tmp MicrosoftDemangle.d.tmp MicrosoftDemangleNodes.d.tmp RustDemangle.d.tmp tags || true) --- cleandir-llvm-lib/libLLVMSupport --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/llvm-lib/libLLVMSupport && rm -f .depend AArch64TargetParser.d ABIBreak.d AMDGPUMetadata.d APFixedPoint.d APFloat.d APInt.d APSInt.d ARMAttributeParser.d ARMBuildAttrs.d ARMTargetParser.d ARMWinEH.d Allocator.d Atomic.d AutoConvert.d BinaryStreamError.d BinaryStreamReader.d BinaryStreamRef.d BinaryStreamWriter.d BlockFrequency.d BranchProbability.d BuryPointer.d COM.d CRC.d CachePruning.d Chrono.d CodeGenCoverage.d CommandLine.d Compression.d ConvertUTF.d ConvertUTFWrapper.d CrashRecoveryContext.d DAGDeltaAlgorithm.d DJB.d DataExtractor.d Debug.d DebugCounter.d DeltaAlgorithm.d DynamicLibrary.d ELFAttributeParser.d ELFAttributes.d Errno.d Error.d ErrorHandling.d ExtensibleRTTI.d FileCollector.d FileOutputBuffer.d FileUtilities.d FoldingSet.d FormatVariadic.d FormattedStream.d GlobPattern.d GraphWriter.d Hashing.d Host.d InitLLVM.d InstructionCost.d IntEqClasses.d IntervalMap.d ItaniumManglingCanonicalizer.d JSON.d KnownBits.d LEB128.d LineIterator.d Locale.d LockFileManager.d LowLevelType.d MD5.d ManagedStatic.d MathExtras.d MemAlloc.d Memory.d MemoryBuffer.d MemoryBufferRef.d NativeFormatting.d OptimizedStructLayout.d Optional.d Parallel.d Path.d PluginLoader.d PrettyStackTrace.d Process.d Program.d RISCVAttributeParser.d RISCVAttributes.d RWMutex.d RandomNumberGenerator.d Regex.d SHA1.d SHA256.d ScaledNumber.d ScopedPrinter.d Signals.d Signposts.d SmallPtrSet.d SmallVector.d SourceMgr.d SpecialCaseList.d Statistic.d StringExtras.d StringMap.d StringRef.d StringSaver.d SuffixTree.d SymbolRemappingReader.d SystemUtils.d TarWriter.d TargetParser.d TargetRegistry.d ThreadLocal.d ThreadPool.d Threading.d TimeProfiler.d Timer.d ToolOutputFile.d TrigramIndex.d Triple.d Twine.d TypeSize.d Unicode.d UnicodeCaseFold.d Valgrind.d VersionTuple.d VirtualFileSystem.d Watchdog.d WithColor.d X86TargetParser.d YAMLParser.d YAMLTraits.d Z3Solver.d circular_raw_ostream.d raw_os_ostream.d raw_ostream.d regcomp.d regerror.d regexec.d regfree.d regstrlcpy.d xxhash.d AArch64TargetParser.d.tmp ABIBreak.d.tmp AMDGPUMetadata.d.tmp APFixedPoint.d.tmp APFloat.d.tmp APInt.d.tmp APSInt.d.tmp ARMAttributeParser.d.tmp ARMBuildAttrs.d.tmp ARMTargetParser.d.tmp ARMWinEH.d.tmp Allocator.d.tmp Atomic.d.tmp AutoConvert.d.tmp BinaryStreamError.d.tmp BinaryStreamReader.d.tmp BinaryStreamRef.d.tmp BinaryStreamWriter.d.tmp BlockFrequency.d.tmp BranchProbability.d.tmp BuryPointer.d.tmp COM.d.tmp CRC.d.tmp CachePruning.d.tmp Chrono.d.tmp CodeGenCoverage.d.tmp CommandLine.d.tmp Compression.d.tmp ConvertUTF.d.tmp ConvertUTFWrapper.d.tmp CrashRecoveryContext.d.tmp DAGDeltaAlgorithm.d.tmp DJB.d.tmp DataExtractor.d.tmp Debug.d.tmp DebugCounter.d.tmp DeltaAlgorithm.d.tmp DynamicLibrary.d.tmp ELFAttributeParser.d.tmp ELFAttributes.d.tmp Errno.d.tmp Error.d.tmp ErrorHandling.d.tmp ExtensibleRTTI.d.tmp FileCollector.d.tmp FileOutputBuffer.d.tmp FileUtilities.d.tmp FoldingSet.d.tmp FormatVariadic.d.tmp FormattedStream.d.tmp GlobPattern.d.tmp GraphWriter.d.tmp Hashing.d.tmp Host.d.tmp InitLLVM.d.tmp InstructionCost.d.tmp IntEqClasses.d.tmp IntervalMap.d.tmp ItaniumManglingCanonicalizer.d.tmp JSON.d.tmp KnownBits.d.tmp LEB128.d.tmp LineIterator.d.tmp Locale.d.tmp LockFileManager.d.tmp LowLevelType.d.tmp MD5.d.tmp ManagedStatic.d.tmp MathExtras.d.tmp MemAlloc.d.tmp Memory.d.tmp MemoryBuffer.d.tmp MemoryBufferRef.d.tmp NativeFormatting.d.tmp OptimizedStructLayout.d.tmp Optional.d.tmp Parallel.d.tmp Path.d.tmp PluginLoader.d.tmp PrettyStackTrace.d.tmp Process.d.tmp Program.d.tmp RISCVAttributeParser.d.tmp RISCVAttributes.d.tmp RWMutex.d.tmp RandomNumberGenerator.d.tmp Regex.d.tmp SHA1.d.tmp SHA256.d.tmp ScaledNumber.d.tmp ScopedPrinter.d.tmp Signals.d.tmp Signposts.d.tmp SmallPtrSet.d.tmp SmallVector.d.tmp SourceMgr.d.tmp SpecialCaseList.d.tmp Statistic.d.tmp StringExtras.d.tmp StringMap.d.tmp StringRef.d.tmp StringSaver.d.tmp SuffixTree.d.tmp SymbolRemappingReader.d.tmp SystemUtils.d.tmp TarWriter.d.tmp TargetParser.d.tmp TargetRegistry.d.tmp ThreadLocal.d.tmp ThreadPool.d.tmp Threading.d.tmp TimeProfiler.d.tmp Timer.d.tmp ToolOutputFile.d.tmp TrigramIndex.d.tmp Triple.d.tmp Twine.d.tmp TypeSize.d.tmp Unicode.d.tmp UnicodeCaseFold.d.tmp Valgrind.d.tmp VersionTuple.d.tmp VirtualFileSystem.d.tmp Watchdog.d.tmp WithColor.d.tmp X86TargetParser.d.tmp YAMLParser.d.tmp YAMLTraits.d.tmp Z3Solver.d.tmp circular_raw_ostream.d.tmp raw_os_ostream.d.tmp raw_ostream.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp regstrlcpy.d.tmp xxhash.d.tmp tags || true) --- cleandir-llvm-lib/libLLVMTableGen --- cleandir ===> tools/llvm-lib/libLLVMTableGen --- cleandir-llvm-lib/libLLVMSupport --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/llvm-lib/libLLVMSupport && rm -f .depend AArch64TargetParser.d ABIBreak.d AMDGPUMetadata.d APFixedPoint.d APFloat.d APInt.d APSInt.d ARMAttributeParser.d ARMBuildAttrs.d ARMTargetParser.d ARMWinEH.d Allocator.d Atomic.d AutoConvert.d BinaryStreamError.d BinaryStreamReader.d BinaryStreamRef.d BinaryStreamWriter.d BlockFrequency.d BranchProbability.d BuryPointer.d COM.d CRC.d CachePruning.d Chrono.d CodeGenCoverage.d CommandLine.d Compression.d ConvertUTF.d ConvertUTFWrapper.d CrashRecoveryContext.d DAGDeltaAlgorithm.d DJB.d DataExtractor.d Debug.d DebugCounter.d DeltaAlgorithm.d DynamicLibrary.d ELFAttributeParser.d ELFAttributes.d Errno.d Error.d ErrorHandling.d ExtensibleRTTI.d FileCollector.d FileOutputBuffer.d FileUtilities.d FoldingSet.d FormatVariadic.d FormattedStream.d GlobPattern.d GraphWriter.d Hashing.d Host.d InitLLVM.d InstructionCost.d IntEqClasses.d IntervalMap.d ItaniumManglingCanonicalizer.d JSON.d KnownBits.d LEB128.d LineIterator.d Locale.d LockFileManager.d LowLevelType.d MD5.d ManagedStatic.d MathExtras.d MemAlloc.d Memory.d MemoryBuffer.d MemoryBufferRef.d NativeFormatting.d OptimizedStructLayout.d Optional.d Parallel.d Path.d PluginLoader.d PrettyStackTrace.d Process.d Program.d RISCVAttributeParser.d RISCVAttributes.d RWMutex.d RandomNumberGenerator.d Regex.d SHA1.d SHA256.d ScaledNumber.d ScopedPrinter.d Signals.d Signposts.d SmallPtrSet.d SmallVector.d SourceMgr.d SpecialCaseList.d Statistic.d StringExtras.d StringMap.d StringRef.d StringSaver.d SuffixTree.d SymbolRemappingReader.d SystemUtils.d TarWriter.d TargetParser.d TargetRegistry.d ThreadLocal.d ThreadPool.d Threading.d TimeProfiler.d Timer.d ToolOutputFile.d TrigramIndex.d Triple.d Twine.d TypeSize.d Unicode.d UnicodeCaseFold.d Valgrind.d VersionTuple.d VirtualFileSystem.d Watchdog.d WithColor.d X86TargetParser.d YAMLParser.d YAMLTraits.d Z3Solver.d circular_raw_ostream.d raw_os_ostream.d raw_ostream.d regcomp.d regerror.d regexec.d regfree.d regstrlcpy.d xxhash.d AArch64TargetParser.d.tmp ABIBreak.d.tmp AMDGPUMetadata.d.tmp APFixedPoint.d.tmp APFloat.d.tmp APInt.d.tmp APSInt.d.tmp ARMAttributeParser.d.tmp ARMBuildAttrs.d.tmp ARMTargetParser.d.tmp ARMWinEH.d.tmp Allocator.d.tmp Atomic.d.tmp AutoConvert.d.tmp BinaryStreamError.d.tmp BinaryStreamReader.d.tmp BinaryStreamRef.d.tmp BinaryStreamWriter.d.tmp BlockFrequency.d.tmp BranchProbability.d.tmp BuryPointer.d.tmp COM.d.tmp CRC.d.tmp CachePruning.d.tmp Chrono.d.tmp CodeGenCoverage.d.tmp CommandLine.d.tmp Compression.d.tmp ConvertUTF.d.tmp ConvertUTFWrapper.d.tmp CrashRecoveryContext.d.tmp DAGDeltaAlgorithm.d.tmp DJB.d.tmp DataExtractor.d.tmp Debug.d.tmp DebugCounter.d.tmp DeltaAlgorithm.d.tmp DynamicLibrary.d.tmp ELFAttributeParser.d.tmp ELFAttributes.d.tmp Errno.d.tmp Error.d.tmp ErrorHandling.d.tmp ExtensibleRTTI.d.tmp FileCollector.d.tmp FileOutputBuffer.d.tmp FileUtilities.d.tmp FoldingSet.d.tmp FormatVariadic.d.tmp FormattedStream.d.tmp GlobPattern.d.tmp GraphWriter.d.tmp Hashing.d.tmp Host.d.tmp InitLLVM.d.tmp InstructionCost.d.tmp IntEqClasses.d.tmp IntervalMap.d.tmp ItaniumManglingCanonicalizer.d.tmp JSON.d.tmp KnownBits.d.tmp LEB128.d.tmp LineIterator.d.tmp Locale.d.tmp LockFileManager.d.tmp LowLevelType.d.tmp MD5.d.tmp ManagedStatic.d.tmp MathExtras.d.tmp MemAlloc.d.tmp Memory.d.tmp MemoryBuffer.d.tmp MemoryBufferRef.d.tmp NativeFormatting.d.tmp OptimizedStructLayout.d.tmp Optional.d.tmp Parallel.d.tmp Path.d.tmp PluginLoader.d.tmp PrettyStackTrace.d.tmp Process.d.tmp Program.d.tmp RISCVAttributeParser.d.tmp RISCVAttributes.d.tmp RWMutex.d.tmp RandomNumberGenerator.d.tmp Regex.d.tmp SHA1.d.tmp SHA256.d.tmp ScaledNumber.d.tmp ScopedPrinter.d.tmp Signals.d.tmp Signposts.d.tmp SmallPtrSet.d.tmp SmallVector.d.tmp SourceMgr.d.tmp SpecialCaseList.d.tmp Statistic.d.tmp StringExtras.d.tmp StringMap.d.tmp StringRef.d.tmp StringSaver.d.tmp SuffixTree.d.tmp SymbolRemappingReader.d.tmp SystemUtils.d.tmp TarWriter.d.tmp TargetParser.d.tmp TargetRegistry.d.tmp ThreadLocal.d.tmp ThreadPool.d.tmp Threading.d.tmp TimeProfiler.d.tmp Timer.d.tmp ToolOutputFile.d.tmp TrigramIndex.d.tmp Triple.d.tmp Twine.d.tmp TypeSize.d.tmp Unicode.d.tmp UnicodeCaseFold.d.tmp Valgrind.d.tmp VersionTuple.d.tmp VirtualFileSystem.d.tmp Watchdog.d.tmp WithColor.d.tmp X86TargetParser.d.tmp YAMLParser.d.tmp YAMLTraits.d.tmp Z3Solver.d.tmp circular_raw_ostream.d.tmp raw_os_ostream.d.tmp raw_ostream.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp regstrlcpy.d.tmp xxhash.d.tmp tags || true) --- cleandir-llvm-lib/libLLVMTableGen --- --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/llvm-lib/libLLVMTableGen && rm -f a.out [Ee]rrs mklog core *.core libLLVMTableGen.a DetailedRecordsBackend.lo Error.lo JSONBackend.lo Main.lo Record.lo SetTheory.lo StringMatcher.lo TableGenBackend.lo TableGenBackendSkeleton.lo TGLexer.lo TGParser.lo || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/llvm-lib/libLLVMTableGen && rm -f .depend DetailedRecordsBackend.d Error.d JSONBackend.d Main.d Record.d SetTheory.d StringMatcher.d TGLexer.d TGParser.d TableGenBackend.d TableGenBackendSkeleton.d DetailedRecordsBackend.d.tmp Error.d.tmp JSONBackend.d.tmp Main.d.tmp Record.d.tmp SetTheory.d.tmp StringMatcher.d.tmp TGLexer.d.tmp TGParser.d.tmp TableGenBackend.d.tmp TableGenBackendSkeleton.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/llvm-lib/libLLVMTableGen && rm -f a.out [Ee]rrs mklog core *.core libLLVMTableGen.a DetailedRecordsBackend.lo Error.lo JSONBackend.lo Main.lo Record.lo SetTheory.lo StringMatcher.lo TableGenBackend.lo TableGenBackendSkeleton.lo TGLexer.lo TGParser.lo || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/llvm-lib/libLLVMTableGen && rm -f .depend DetailedRecordsBackend.d Error.d JSONBackend.d Main.d Record.d SetTheory.d StringMatcher.d TGLexer.d TGParser.d TableGenBackend.d TableGenBackendSkeleton.d DetailedRecordsBackend.d.tmp Error.d.tmp JSONBackend.d.tmp Main.d.tmp Record.d.tmp SetTheory.d.tmp StringMatcher.d.tmp TGLexer.d.tmp TGParser.d.tmp TableGenBackend.d.tmp TableGenBackendSkeleton.d.tmp tags || true) --- cleandir-llvm-tblgen --- --- cleandir-groff --- --- cleandir-llvm-tblgen --- cleandir ===> tools/llvm-tblgen --- cleandir-groff --- cleandir ===> tools/groff --- cleandir-llvm-tblgen --- --- __doclean --- --- cleandir-groff --- --- clean.gnu --- --- cleandir-llvm-tblgen --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/llvm-tblgen && rm -f a.out [Ee]rrs mklog core *.core nbllvm-tblgen AsmMatcherEmitter.lo AsmWriterEmitter.lo AsmWriterInst.lo Attributes.lo CallingConvEmitter.lo CodeBeadsGen.lo CodeEmitterGen.lo CodeGenDAGPatterns.lo CodeGenHwModes.lo CodeGenInstruction.lo CodeGenMapTable.lo CodeGenRegisters.lo CodeGenSchedule.lo CodeGenTarget.lo CTagsEmitter.lo DAGISelEmitter.lo DAGISelMatcher.lo DAGISelMatcherEmitter.lo DAGISelMatcherGen.lo DAGISelMatcherOpt.lo DFAEmitter.lo DFAPacketizerEmitter.lo DirectiveEmitter.lo DisassemblerEmitter.lo ExegesisEmitter.lo FastISelEmitter.lo FixedLenDecoderEmitter.lo GICombinerEmitter.lo GlobalISelEmitter.lo InfoByHwMode.lo InstrDocsEmitter.lo InstrInfoEmitter.lo IntrinsicEmitter.lo OptEmitter.lo OptParserEmitter.lo OptRSTEmitter.lo PredicateExpander.lo PseudoLoweringEmitter.lo RegisterBankEmitter.lo RegisterInfoEmitter.lo RISCVCompressInstEmitter.lo SDNodeProperties.lo SearchableTableEmitter.lo SubtargetEmitter.lo SubtargetFeatureInfo.lo TableGen.lo Types.lo WebAssemblyDisassemblerEmitter.lo X86DisassemblerTables.lo X86EVEX2VEXTablesEmitter.lo X86FoldTablesEmitter.lo X86ModRMFilters.lo X86RecognizableInstr.lo CodeExpander.lo GIMatchDag.lo GIMatchDagEdge.lo GIMatchDagInstr.lo GIMatchDagOperands.lo GIMatchDagPredicate.lo GIMatchDagPredicateDependencyEdge.lo GIMatchTree.lo || true) --- cleandir-groff --- rm -r -f .*_done build --- __doclean --- --- cleandir-llvm-tblgen --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/llvm-tblgen && rm -f a.out [Ee]rrs mklog core *.core nbllvm-tblgen AsmMatcherEmitter.lo AsmWriterEmitter.lo AsmWriterInst.lo Attributes.lo CallingConvEmitter.lo CodeBeadsGen.lo CodeEmitterGen.lo CodeGenDAGPatterns.lo CodeGenHwModes.lo CodeGenInstruction.lo CodeGenMapTable.lo CodeGenRegisters.lo CodeGenSchedule.lo CodeGenTarget.lo CTagsEmitter.lo DAGISelEmitter.lo DAGISelMatcher.lo DAGISelMatcherEmitter.lo DAGISelMatcherGen.lo DAGISelMatcherOpt.lo DFAEmitter.lo DFAPacketizerEmitter.lo DirectiveEmitter.lo DisassemblerEmitter.lo ExegesisEmitter.lo FastISelEmitter.lo FixedLenDecoderEmitter.lo GICombinerEmitter.lo GlobalISelEmitter.lo InfoByHwMode.lo InstrDocsEmitter.lo InstrInfoEmitter.lo IntrinsicEmitter.lo OptEmitter.lo OptParserEmitter.lo OptRSTEmitter.lo PredicateExpander.lo PseudoLoweringEmitter.lo RegisterBankEmitter.lo RegisterInfoEmitter.lo RISCVCompressInstEmitter.lo SDNodeProperties.lo SearchableTableEmitter.lo SubtargetEmitter.lo SubtargetFeatureInfo.lo TableGen.lo Types.lo WebAssemblyDisassemblerEmitter.lo X86DisassemblerTables.lo X86EVEX2VEXTablesEmitter.lo X86FoldTablesEmitter.lo X86ModRMFilters.lo X86RecognizableInstr.lo CodeExpander.lo GIMatchDag.lo GIMatchDagEdge.lo GIMatchDagInstr.lo GIMatchDagOperands.lo GIMatchDagPredicate.lo GIMatchDagPredicateDependencyEdge.lo GIMatchTree.lo || true) --- cleandir-groff --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/groff && rm -f a.out [Ee]rrs mklog core *.core man.local-s mdoc.local-s || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/groff && rm -f a.out [Ee]rrs mklog core *.core man.local-s mdoc.local-s || true) --- cleandir-llvm-tblgen --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/llvm-tblgen && rm -f .depend AsmMatcherEmitter.d AsmWriterEmitter.d AsmWriterInst.d Attributes.d CTagsEmitter.d CallingConvEmitter.d CodeBeadsGen.d CodeEmitterGen.d CodeExpander.d CodeGenDAGPatterns.d CodeGenHwModes.d CodeGenInstruction.d CodeGenMapTable.d CodeGenRegisters.d CodeGenSchedule.d CodeGenTarget.d DAGISelEmitter.d DAGISelMatcher.d DAGISelMatcherEmitter.d DAGISelMatcherGen.d DAGISelMatcherOpt.d DFAEmitter.d DFAPacketizerEmitter.d DirectiveEmitter.d DisassemblerEmitter.d ExegesisEmitter.d FastISelEmitter.d FixedLenDecoderEmitter.d GICombinerEmitter.d GIMatchDag.d GIMatchDagEdge.d GIMatchDagInstr.d GIMatchDagOperands.d GIMatchDagPredicate.d GIMatchDagPredicateDependencyEdge.d GIMatchTree.d GlobalISelEmitter.d InfoByHwMode.d InstrDocsEmitter.d InstrInfoEmitter.d IntrinsicEmitter.d OptEmitter.d OptParserEmitter.d OptRSTEmitter.d PredicateExpander.d PseudoLoweringEmitter.d RISCVCompressInstEmitter.d RegisterBankEmitter.d RegisterInfoEmitter.d SDNodeProperties.d SearchableTableEmitter.d SubtargetEmitter.d SubtargetFeatureInfo.d TableGen.d Types.d WebAssemblyDisassemblerEmitter.d X86DisassemblerTables.d X86EVEX2VEXTablesEmitter.d X86FoldTablesEmitter.d X86ModRMFilters.d X86RecognizableInstr.d AsmMatcherEmitter.d.tmp AsmWriterEmitter.d.tmp AsmWriterInst.d.tmp Attributes.d.tmp CTagsEmitter.d.tmp CallingConvEmitter.d.tmp CodeBeadsGen.d.tmp CodeEmitterGen.d.tmp CodeExpander.d.tmp CodeGenDAGPatterns.d.tmp CodeGenHwModes.d.tmp CodeGenInstruction.d.tmp CodeGenMapTable.d.tmp CodeGenRegisters.d.tmp CodeGenSchedule.d.tmp CodeGenTarget.d.tmp DAGISelEmitter.d.tmp DAGISelMatcher.d.tmp DAGISelMatcherEmitter.d.tmp DAGISelMatcherGen.d.tmp DAGISelMatcherOpt.d.tmp DFAEmitter.d.tmp DFAPacketizerEmitter.d.tmp DirectiveEmitter.d.tmp DisassemblerEmitter.d.tmp ExegesisEmitter.d.tmp FastISelEmitter.d.tmp FixedLenDecoderEmitter.d.tmp GICombinerEmitter.d.tmp GIMatchDag.d.tmp GIMatchDagEdge.d.tmp GIMatchDagInstr.d.tmp GIMatchDagOperands.d.tmp GIMatchDagPredicate.d.tmp GIMatchDagPredicateDependencyEdge.d.tmp GIMatchTree.d.tmp GlobalISelEmitter.d.tmp InfoByHwMode.d.tmp InstrDocsEmitter.d.tmp InstrInfoEmitter.d.tmp IntrinsicEmitter.d.tmp OptEmitter.d.tmp OptParserEmitter.d.tmp OptRSTEmitter.d.tmp PredicateExpander.d.tmp PseudoLoweringEmitter.d.tmp RISCVCompressInstEmitter.d.tmp RegisterBankEmitter.d.tmp RegisterInfoEmitter.d.tmp SDNodeProperties.d.tmp SearchableTableEmitter.d.tmp SubtargetEmitter.d.tmp SubtargetFeatureInfo.d.tmp TableGen.d.tmp Types.d.tmp WebAssemblyDisassemblerEmitter.d.tmp X86DisassemblerTables.d.tmp X86EVEX2VEXTablesEmitter.d.tmp X86FoldTablesEmitter.d.tmp X86ModRMFilters.d.tmp X86RecognizableInstr.d.tmp tags || true) --- cleandir-groff --- --- __docleandir --- --- cleandir-mandoc --- --- cleandir-llvm-tblgen --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/llvm-tblgen && rm -f .depend AsmMatcherEmitter.d AsmWriterEmitter.d AsmWriterInst.d Attributes.d CTagsEmitter.d CallingConvEmitter.d CodeBeadsGen.d CodeEmitterGen.d CodeExpander.d CodeGenDAGPatterns.d CodeGenHwModes.d CodeGenInstruction.d CodeGenMapTable.d CodeGenRegisters.d CodeGenSchedule.d CodeGenTarget.d DAGISelEmitter.d DAGISelMatcher.d DAGISelMatcherEmitter.d DAGISelMatcherGen.d DAGISelMatcherOpt.d DFAEmitter.d DFAPacketizerEmitter.d DirectiveEmitter.d DisassemblerEmitter.d ExegesisEmitter.d FastISelEmitter.d FixedLenDecoderEmitter.d GICombinerEmitter.d GIMatchDag.d GIMatchDagEdge.d GIMatchDagInstr.d GIMatchDagOperands.d GIMatchDagPredicate.d GIMatchDagPredicateDependencyEdge.d GIMatchTree.d GlobalISelEmitter.d InfoByHwMode.d InstrDocsEmitter.d InstrInfoEmitter.d IntrinsicEmitter.d OptEmitter.d OptParserEmitter.d OptRSTEmitter.d PredicateExpander.d PseudoLoweringEmitter.d RISCVCompressInstEmitter.d RegisterBankEmitter.d RegisterInfoEmitter.d SDNodeProperties.d SearchableTableEmitter.d SubtargetEmitter.d SubtargetFeatureInfo.d TableGen.d Types.d WebAssemblyDisassemblerEmitter.d X86DisassemblerTables.d X86EVEX2VEXTablesEmitter.d X86FoldTablesEmitter.d X86ModRMFilters.d X86RecognizableInstr.d AsmMatcherEmitter.d.tmp AsmWriterEmitter.d.tmp AsmWriterInst.d.tmp Attributes.d.tmp CTagsEmitter.d.tmp CallingConvEmitter.d.tmp CodeBeadsGen.d.tmp CodeEmitterGen.d.tmp CodeExpander.d.tmp CodeGenDAGPatterns.d.tmp CodeGenHwModes.d.tmp CodeGenInstruction.d.tmp CodeGenMapTable.d.tmp CodeGenRegisters.d.tmp CodeGenSchedule.d.tmp CodeGenTarget.d.tmp DAGISelEmitter.d.tmp DAGISelMatcher.d.tmp DAGISelMatcherEmitter.d.tmp DAGISelMatcherGen.d.tmp DAGISelMatcherOpt.d.tmp DFAEmitter.d.tmp DFAPacketizerEmitter.d.tmp DirectiveEmitter.d.tmp DisassemblerEmitter.d.tmp ExegesisEmitter.d.tmp FastISelEmitter.d.tmp FixedLenDecoderEmitter.d.tmp GICombinerEmitter.d.tmp GIMatchDag.d.tmp GIMatchDagEdge.d.tmp GIMatchDagInstr.d.tmp GIMatchDagOperands.d.tmp GIMatchDagPredicate.d.tmp GIMatchDagPredicateDependencyEdge.d.tmp GIMatchTree.d.tmp GlobalISelEmitter.d.tmp InfoByHwMode.d.tmp InstrDocsEmitter.d.tmp InstrInfoEmitter.d.tmp IntrinsicEmitter.d.tmp OptEmitter.d.tmp OptParserEmitter.d.tmp OptRSTEmitter.d.tmp PredicateExpander.d.tmp PseudoLoweringEmitter.d.tmp RISCVCompressInstEmitter.d.tmp RegisterBankEmitter.d.tmp RegisterInfoEmitter.d.tmp SDNodeProperties.d.tmp SearchableTableEmitter.d.tmp SubtargetEmitter.d.tmp SubtargetFeatureInfo.d.tmp TableGen.d.tmp Types.d.tmp WebAssemblyDisassemblerEmitter.d.tmp X86DisassemblerTables.d.tmp X86EVEX2VEXTablesEmitter.d.tmp X86FoldTablesEmitter.d.tmp X86ModRMFilters.d.tmp X86RecognizableInstr.d.tmp tags || true) --- cleandir-mandoc --- cleandir ===> tools/mandoc --- cleandir-makestrs --- cleandir ===> tools/makestrs --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/makestrs && rm -f a.out [Ee]rrs mklog core *.core nbmakestrs makestrs.lo makestrs.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/makestrs && rm -f a.out [Ee]rrs mklog core *.core nbmakestrs makestrs.lo makestrs.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/makestrs && rm -f .depend makestrs.d makestrs.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/makestrs && rm -f .depend makestrs.d makestrs.d.tmp tags || true) --- cleandir-makekeys --- cleandir ===> tools/makekeys --- cleandir-mandoc --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mandoc && rm -f config.log config.h Makefile.local a.out [Ee]rrs mklog core *.core mandoc eqn_html.lo eqn_term.lo html.lo dba.lo dba_array.lo dba_read.lo dba_write.lo dbm.lo dbm_map.lo main.lo man_html.lo man_term.lo mandocdb.lo manpath.lo mansearch.lo mdoc_html.lo mdoc_markdown.lo mdoc_term.lo out.lo roff_html.lo roff_term.lo tbl_html.lo tbl_term.lo term.lo term_ascii.lo term_ps.lo term_tab.lo tree.lo arch.lo att.lo chars.lo compat_ohash.lo compat_recallocarray.lo eqn.lo lib.lo man.lo man_macro.lo man_validate.lo mandoc.lo mandoc_aux.lo mandoc_msg.lo mandoc_ohash.lo mandoc_xr.lo mdoc.lo mdoc_argv.lo mdoc_macro.lo mdoc_man.lo mdoc_state.lo mdoc_validate.lo msec.lo preconv.lo read.lo roff.lo roff_validate.lo st.lo tag.lo tbl.lo tbl_data.lo tbl_layout.lo tbl_opts.lo compat_strtonum.lo eqn_html.ln eqn_term.ln html.ln dba.ln dba_array.ln dba_read.ln dba_write.ln dbm.ln dbm_map.ln main.ln man_html.ln man_term.ln mandocdb.ln manpath.ln mansearch.ln mdoc_html.ln mdoc_markdown.ln mdoc_term.ln out.ln roff_html.ln roff_term.ln tbl_html.ln tbl_term.ln term.ln term_ascii.ln term_ps.ln term_tab.ln tree.ln arch.ln att.ln chars.ln compat_ohash.ln compat_recallocarray.ln eqn.ln lib.ln man.ln man_macro.ln man_validate.ln mandoc.ln mandoc_aux.ln mandoc_msg.ln mandoc_ohash.ln mandoc_xr.ln mdoc.ln mdoc_argv.ln mdoc_macro.ln mdoc_man.ln mdoc_state.ln mdoc_validate.ln msec.ln preconv.ln read.ln roff.ln roff_validate.ln st.ln tag.ln tbl.ln tbl_data.ln tbl_layout.ln tbl_opts.ln compat_strtonum.ln || true) --- cleandir-makekeys --- --- __doclean --- --- cleandir-mandoc --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mandoc && rm -f config.log config.h Makefile.local a.out [Ee]rrs mklog core *.core mandoc eqn_html.lo eqn_term.lo html.lo dba.lo dba_array.lo dba_read.lo dba_write.lo dbm.lo dbm_map.lo main.lo man_html.lo man_term.lo mandocdb.lo manpath.lo mansearch.lo mdoc_html.lo mdoc_markdown.lo mdoc_term.lo out.lo roff_html.lo roff_term.lo tbl_html.lo tbl_term.lo term.lo term_ascii.lo term_ps.lo term_tab.lo tree.lo arch.lo att.lo chars.lo compat_ohash.lo compat_recallocarray.lo eqn.lo lib.lo man.lo man_macro.lo man_validate.lo mandoc.lo mandoc_aux.lo mandoc_msg.lo mandoc_ohash.lo mandoc_xr.lo mdoc.lo mdoc_argv.lo mdoc_macro.lo mdoc_man.lo mdoc_state.lo mdoc_validate.lo msec.lo preconv.lo read.lo roff.lo roff_validate.lo st.lo tag.lo tbl.lo tbl_data.lo tbl_layout.lo tbl_opts.lo compat_strtonum.lo eqn_html.ln eqn_term.ln html.ln dba.ln dba_array.ln dba_read.ln dba_write.ln dbm.ln dbm_map.ln main.ln man_html.ln man_term.ln mandocdb.ln manpath.ln mansearch.ln mdoc_html.ln mdoc_markdown.ln mdoc_term.ln out.ln roff_html.ln roff_term.ln tbl_html.ln tbl_term.ln term.ln term_ascii.ln term_ps.ln term_tab.ln tree.ln arch.ln att.ln chars.ln compat_ohash.ln compat_recallocarray.ln eqn.ln lib.ln man.ln man_macro.ln man_validate.ln mandoc.ln mandoc_aux.ln mandoc_msg.ln mandoc_ohash.ln mandoc_xr.ln mdoc.ln mdoc_argv.ln mdoc_macro.ln mdoc_man.ln mdoc_state.ln mdoc_validate.ln msec.ln preconv.ln read.ln roff.ln roff_validate.ln st.ln tag.ln tbl.ln tbl_data.ln tbl_layout.ln tbl_opts.ln compat_strtonum.ln || true) --- cleandir-makekeys --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/makekeys && rm -f X11 X.h Xarch.h Xos.h Xosdefs.h keysymdef.h Xfuncproto.h Xlib.h Xresource.h a.out [Ee]rrs mklog core *.core nbmakekeys makekeys.lo makekeys.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/makekeys/../../external/mit/xorg/tools/makekeys && rm -f X11 X.h Xarch.h Xos.h Xosdefs.h keysymdef.h Xfuncproto.h Xlib.h Xresource.h a.out [Ee]rrs mklog core *.core nbmakekeys makekeys.lo makekeys.ln || true) --- cleandir-mandoc --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/mandoc && rm -f .depend arch.d att.d chars.d compat_ohash.d compat_recallocarray.d compat_strtonum.d dba.d dba_array.d dba_read.d dba_write.d dbm.d dbm_map.d eqn.d eqn_html.d eqn_term.d html.d lib.d main.d man.d man_html.d man_macro.d man_term.d man_validate.d mandoc.d mandoc_aux.d mandoc_msg.d mandoc_ohash.d mandoc_xr.d mandocdb.d manpath.d mansearch.d mdoc.d mdoc_argv.d mdoc_html.d mdoc_macro.d mdoc_man.d mdoc_markdown.d mdoc_state.d mdoc_term.d mdoc_validate.d msec.d out.d preconv.d read.d roff.d roff_html.d roff_term.d roff_validate.d st.d tag.d tbl.d tbl_data.d tbl_html.d tbl_layout.d tbl_opts.d tbl_term.d term.d term_ascii.d term_ps.d term_tab.d tree.d arch.d.tmp att.d.tmp chars.d.tmp compat_ohash.d.tmp compat_recallocarray.d.tmp compat_strtonum.d.tmp dba.d.tmp dba_array.d.tmp dba_read.d.tmp dba_write.d.tmp dbm.d.tmp dbm_map.d.tmp eqn.d.tmp eqn_html.d.tmp eqn_term.d.tmp html.d.tmp lib.d.tmp main.d.tmp man.d.tmp man_html.d.tmp man_macro.d.tmp man_term.d.tmp man_validate.d.tmp mandoc.d.tmp mandoc_aux.d.tmp mandoc_msg.d.tmp mandoc_ohash.d.tmp mandoc_xr.d.tmp mandocdb.d.tmp manpath.d.tmp mansearch.d.tmp mdoc.d.tmp mdoc_argv.d.tmp mdoc_html.d.tmp mdoc_macro.d.tmp mdoc_man.d.tmp mdoc_markdown.d.tmp mdoc_state.d.tmp mdoc_term.d.tmp mdoc_validate.d.tmp msec.d.tmp out.d.tmp preconv.d.tmp read.d.tmp roff.d.tmp roff_html.d.tmp roff_term.d.tmp roff_validate.d.tmp st.d.tmp tag.d.tmp tbl.d.tmp tbl_data.d.tmp tbl_html.d.tmp tbl_layout.d.tmp tbl_opts.d.tmp tbl_term.d.tmp term.d.tmp term_ascii.d.tmp term_ps.d.tmp term_tab.d.tmp tree.d.tmp tags || true) --- cleandir-makekeys --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/makekeys && rm -f .depend makekeys.d makekeys.d.tmp tags || true) --- cleandir-mandoc --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/mandoc && rm -f .depend arch.d att.d chars.d compat_ohash.d compat_recallocarray.d compat_strtonum.d dba.d dba_array.d dba_read.d dba_write.d dbm.d dbm_map.d eqn.d eqn_html.d eqn_term.d html.d lib.d main.d man.d man_html.d man_macro.d man_term.d man_validate.d mandoc.d mandoc_aux.d mandoc_msg.d mandoc_ohash.d mandoc_xr.d mandocdb.d manpath.d mansearch.d mdoc.d mdoc_argv.d mdoc_html.d mdoc_macro.d mdoc_man.d mdoc_markdown.d mdoc_state.d mdoc_term.d mdoc_validate.d msec.d out.d preconv.d read.d roff.d roff_html.d roff_term.d roff_validate.d st.d tag.d tbl.d tbl_data.d tbl_html.d tbl_layout.d tbl_opts.d tbl_term.d term.d term_ascii.d term_ps.d term_tab.d tree.d arch.d.tmp att.d.tmp chars.d.tmp compat_ohash.d.tmp compat_recallocarray.d.tmp compat_strtonum.d.tmp dba.d.tmp dba_array.d.tmp dba_read.d.tmp dba_write.d.tmp dbm.d.tmp dbm_map.d.tmp eqn.d.tmp eqn_html.d.tmp eqn_term.d.tmp html.d.tmp lib.d.tmp main.d.tmp man.d.tmp man_html.d.tmp man_macro.d.tmp man_term.d.tmp man_validate.d.tmp mandoc.d.tmp mandoc_aux.d.tmp mandoc_msg.d.tmp mandoc_ohash.d.tmp mandoc_xr.d.tmp mandocdb.d.tmp manpath.d.tmp mansearch.d.tmp mdoc.d.tmp mdoc_argv.d.tmp mdoc_html.d.tmp mdoc_macro.d.tmp mdoc_man.d.tmp mdoc_markdown.d.tmp mdoc_state.d.tmp mdoc_term.d.tmp mdoc_validate.d.tmp msec.d.tmp out.d.tmp preconv.d.tmp read.d.tmp roff.d.tmp roff_html.d.tmp roff_term.d.tmp roff_validate.d.tmp st.d.tmp tag.d.tmp tbl.d.tmp tbl_data.d.tmp tbl_html.d.tmp tbl_layout.d.tmp tbl_opts.d.tmp tbl_term.d.tmp term.d.tmp term_ascii.d.tmp term_ps.d.tmp term_tab.d.tmp tree.d.tmp tags || true) --- cleandir-makekeys --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/makekeys/../../external/mit/xorg/tools/makekeys && rm -f .depend makekeys.d makekeys.d.tmp tags || true) --- cleandir-cvslatest --- cleandir ===> tools/cvslatest --- __doclean --- --- __docleandir --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/cvslatest && rm -f a.out [Ee]rrs mklog core *.core cvslatest cvslatest.lo cvslatest.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/tools/cvslatest && rm -f .depend cvslatest.d cvslatest.d.tmp tags || true) --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/cvslatest && rm -f a.out [Ee]rrs mklog core *.core cvslatest cvslatest.lo cvslatest.ln || true) --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/tools/cvslatest && rm -f .depend cvslatest.d cvslatest.d.tmp tags || true) --- cleandir --- rm -f PREVIOUSTOOLDIR --- cleandir-lib --- --- cleandir-include --- --- cleandir-lib --- cleandir ===> lib --- cleandir-include --- cleandir ===> include --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-csu --- cleandir ===> lib/csu --- cleandir-include --- --- __docleandir --- --- cleandir-rpc --- cleandir ===> include/rpc --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/csu && rm -f sysident_assym.h crt0.o gcrt0.o crti.o crtn.o crtbegin.o crtend.o sysident.o crtbeginS.o a.out [Ee]rrs mklog core *.core .gdbinit crt0.o gcrt0.o crti.o crtn.o crtbegin.o crtend.o sysident.o crtbeginS.o || true) --- cleandir-include --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/csu && rm -f sysident_assym.h crt0.o gcrt0.o crti.o crtn.o crtbegin.o crtend.o sysident.o crtbeginS.o a.out [Ee]rrs mklog core *.core .gdbinit crt0.o gcrt0.o crti.o crtn.o crtbegin.o crtend.o sysident.o crtbeginS.o || true) --- cleandir-include --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/include/rpc && rm -f rpcb_prot.h a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-include --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/include/rpc && rm -f rpcb_prot.h a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-../external/gpl3/gcc/lib/libgcc --- cleandir ===> lib/../external/gpl3/gcc/lib/libgcc --- cleandir-include --- --- __docleandir --- --- cleandir-../common/include/prop --- --- cleandir-lib --- --- cleandir-libgcc --- --- cleandir-include --- cleandir ===> include/../common/include/prop --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libgcc/libgcc --- cleandir-include --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/common/include/prop && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/common/include/prop && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-include --- --- cleandir-../common/include/ppath --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc.a _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o cpuinfo.o sfp-exceptions.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o enable-execute-stack.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _cmpdi2.o.tmp _ucmpdi2.o.tmp _clear_cache.o.tmp _trampoline.o.tmp __main.o.tmp _absvsi2.o.tmp _absvdi2.o.tmp _addvsi3.o.tmp _addvdi3.o.tmp _subvsi3.o.tmp _subvdi3.o.tmp _mulvsi3.o.tmp _mulvdi3.o.tmp _negvsi2.o.tmp _negvdi2.o.tmp _ctors.o.tmp _ffssi2.o.tmp _ffsdi2.o.tmp _clz.o.tmp _clzsi2.o.tmp _clzdi2.o.tmp _ctzsi2.o.tmp _ctzdi2.o.tmp _popcount_tab.o.tmp _popcountsi2.o.tmp _popcountdi2.o.tmp _paritysi2.o.tmp _paritydi2.o.tmp _powisf2.o.tmp _powidf2.o.tmp _powixf2.o.tmp _powitf2.o.tmp _mulsc3.o.tmp _muldc3.o.tmp _mulxc3.o.tmp _multc3.o.tmp _divsc3.o.tmp _divdc3.o.tmp _divxc3.o.tmp _divtc3.o.tmp _bswapsi2.o.tmp _bswapdi2.o.tmp _clrsbsi2.o.tmp _clrsbdi2.o.tmp _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _fixsfdi.o.tmp _fixdfdi.o.tmp _fixxfdi.o.tmp _fixunssfdi.o.tmp _fixunsdfdi.o.tmp _fixunsxfdi.o.tmp _floatdisf.o.tmp _floatdidf.o.tmp _floatdixf.o.tmp _floatundisf.o.tmp _floatundidf.o.tmp _floatundixf.o.tmp _fixunssfsi.o.tmp _fixunsdfsi.o.tmp _fixunsxfsi.o.tmp _eprintf.o.tmp __gcc_bcmp.o.tmp _divdi3.o.tmp _moddi3.o.tmp _divmoddi4.o.tmp _udivdi3.o.tmp _umoddi3.o.tmp _udivmoddi4.o.tmp _udiv_w_sdiv.o.tmp cpuinfo.o.tmp sfp-exceptions.o.tmp addtf3.o.tmp divtf3.o.tmp eqtf2.o.tmp getf2.o.tmp letf2.o.tmp multf3.o.tmp negtf2.o.tmp subtf3.o.tmp unordtf2.o.tmp fixtfsi.o.tmp fixunstfsi.o.tmp floatsitf.o.tmp floatunsitf.o.tmp fixtfdi.o.tmp fixunstfdi.o.tmp floatditf.o.tmp floatunditf.o.tmp fixtfti.o.tmp fixunstfti.o.tmp floattitf.o.tmp floatuntitf.o.tmp extendsftf2.o.tmp extenddftf2.o.tmp extendxftf2.o.tmp trunctfsf2.o.tmp trunctfdf2.o.tmp trunctfxf2.o.tmp enable-execute-stack.o.tmp unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp || true) --- cleandir-include --- cleandir ===> include/../common/include/ppath --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc.a _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o cpuinfo.o sfp-exceptions.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o enable-execute-stack.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _cmpdi2.o.tmp _ucmpdi2.o.tmp _clear_cache.o.tmp _trampoline.o.tmp __main.o.tmp _absvsi2.o.tmp _absvdi2.o.tmp _addvsi3.o.tmp _addvdi3.o.tmp _subvsi3.o.tmp _subvdi3.o.tmp _mulvsi3.o.tmp _mulvdi3.o.tmp _negvsi2.o.tmp _negvdi2.o.tmp _ctors.o.tmp _ffssi2.o.tmp _ffsdi2.o.tmp _clz.o.tmp _clzsi2.o.tmp _clzdi2.o.tmp _ctzsi2.o.tmp _ctzdi2.o.tmp _popcount_tab.o.tmp _popcountsi2.o.tmp _popcountdi2.o.tmp _paritysi2.o.tmp _paritydi2.o.tmp _powisf2.o.tmp _powidf2.o.tmp _powixf2.o.tmp _powitf2.o.tmp _mulsc3.o.tmp _muldc3.o.tmp _mulxc3.o.tmp _multc3.o.tmp _divsc3.o.tmp _divdc3.o.tmp _divxc3.o.tmp _divtc3.o.tmp _bswapsi2.o.tmp _bswapdi2.o.tmp _clrsbsi2.o.tmp _clrsbdi2.o.tmp _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _fixsfdi.o.tmp _fixdfdi.o.tmp _fixxfdi.o.tmp _fixunssfdi.o.tmp _fixunsdfdi.o.tmp _fixunsxfdi.o.tmp _floatdisf.o.tmp _floatdidf.o.tmp _floatdixf.o.tmp _floatundisf.o.tmp _floatundidf.o.tmp _floatundixf.o.tmp _fixunssfsi.o.tmp _fixunsdfsi.o.tmp _fixunsxfsi.o.tmp _eprintf.o.tmp __gcc_bcmp.o.tmp _divdi3.o.tmp _moddi3.o.tmp _divmoddi4.o.tmp _udivdi3.o.tmp _umoddi3.o.tmp _udivmoddi4.o.tmp _udiv_w_sdiv.o.tmp cpuinfo.o.tmp sfp-exceptions.o.tmp addtf3.o.tmp divtf3.o.tmp eqtf2.o.tmp getf2.o.tmp letf2.o.tmp multf3.o.tmp negtf2.o.tmp subtf3.o.tmp unordtf2.o.tmp fixtfsi.o.tmp fixunstfsi.o.tmp floatsitf.o.tmp floatunsitf.o.tmp fixtfdi.o.tmp fixunstfdi.o.tmp floatditf.o.tmp floatunditf.o.tmp fixtfti.o.tmp fixunstfti.o.tmp floattitf.o.tmp floatuntitf.o.tmp extendsftf2.o.tmp extenddftf2.o.tmp extendxftf2.o.tmp trunctfsf2.o.tmp trunctfdf2.o.tmp trunctfxf2.o.tmp enable-execute-stack.o.tmp unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp || true) --- cleandir-include --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/common/include/ppath && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-include --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/common/include/ppath && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_p.a || true) --- cleandir-include --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_p.a || true) --- cleandir-include --- --- cleandir-../common/include/rpc --- --- cleandir-lib --- --- libclean3 --- --- cleandir-include --- cleandir ===> include/../common/include/rpc --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_g.a || true) --- cleandir-include --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_g.a || true) --- cleandir-include --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/common/include/rpc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-include --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/common/include/rpc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_pic.a || true) --- cleandir-include --- --- __docleandir --- --- cleandir-external --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f llib-lgcc.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _cmpdi2.ln _ucmpdi2.ln _clear_cache.ln _trampoline.ln __main.ln _absvsi2.ln _absvdi2.ln _addvsi3.ln _addvdi3.ln _subvsi3.ln _subvdi3.ln _mulvsi3.ln _mulvdi3.ln _negvsi2.ln _negvdi2.ln _ctors.ln _ffssi2.ln _ffsdi2.ln _clz.ln _clzsi2.ln _clzdi2.ln _ctzsi2.ln _ctzdi2.ln _popcount_tab.ln _popcountsi2.ln _popcountdi2.ln _paritysi2.ln _paritydi2.ln _powisf2.ln _powidf2.ln _powixf2.ln _powitf2.ln _mulsc3.ln _muldc3.ln _mulxc3.ln _multc3.ln _divsc3.ln _divdc3.ln _divxc3.ln _divtc3.ln _bswapsi2.ln _bswapdi2.ln _clrsbsi2.ln _clrsbdi2.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _fixsfdi.ln _fixdfdi.ln _fixxfdi.ln _fixunssfdi.ln _fixunsdfdi.ln _fixunsxfdi.ln _floatdisf.ln _floatdidf.ln _floatdixf.ln _floatundisf.ln _floatundidf.ln _floatundixf.ln _fixunssfsi.ln _fixunsdfsi.ln _fixunsxfsi.ln _eprintf.ln __gcc_bcmp.ln _divdi3.ln _moddi3.ln _divmoddi4.ln _udivdi3.ln _umoddi3.ln _udivmoddi4.ln _udiv_w_sdiv.ln cpuinfo.ln sfp-exceptions.ln addtf3.ln divtf3.ln eqtf2.ln getf2.ln letf2.ln multf3.ln negtf2.ln subtf3.ln unordtf2.ln fixtfsi.ln fixunstfsi.ln floatsitf.ln floatunsitf.ln fixtfdi.ln fixunstfdi.ln floatditf.ln floatunditf.ln fixtfti.ln fixunstfti.ln floattitf.ln floatuntitf.ln extendsftf2.ln extenddftf2.ln extendxftf2.ln trunctfsf2.ln trunctfdf2.ln trunctfxf2.ln enable-execute-stack.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f llib-lgcc.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _cmpdi2.ln _ucmpdi2.ln _clear_cache.ln _trampoline.ln __main.ln _absvsi2.ln _absvdi2.ln _addvsi3.ln _addvdi3.ln _subvsi3.ln _subvdi3.ln _mulvsi3.ln _mulvdi3.ln _negvsi2.ln _negvdi2.ln _ctors.ln _ffssi2.ln _ffsdi2.ln _clz.ln _clzsi2.ln _clzdi2.ln _ctzsi2.ln _ctzdi2.ln _popcount_tab.ln _popcountsi2.ln _popcountdi2.ln _paritysi2.ln _paritydi2.ln _powisf2.ln _powidf2.ln _powixf2.ln _powitf2.ln _mulsc3.ln _muldc3.ln _mulxc3.ln _multc3.ln _divsc3.ln _divdc3.ln _divxc3.ln _divtc3.ln _bswapsi2.ln _bswapdi2.ln _clrsbsi2.ln _clrsbdi2.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _fixsfdi.ln _fixdfdi.ln _fixxfdi.ln _fixunssfdi.ln _fixunsdfdi.ln _fixunsxfdi.ln _floatdisf.ln _floatdidf.ln _floatdixf.ln _floatundisf.ln _floatundidf.ln _floatundixf.ln _fixunssfsi.ln _fixunsdfsi.ln _fixunsxfsi.ln _eprintf.ln __gcc_bcmp.ln _divdi3.ln _moddi3.ln _divmoddi4.ln _udivdi3.ln _umoddi3.ln _udivmoddi4.ln _udiv_w_sdiv.ln cpuinfo.ln sfp-exceptions.ln addtf3.ln divtf3.ln eqtf2.ln getf2.ln letf2.ln multf3.ln negtf2.ln subtf3.ln unordtf2.ln fixtfsi.ln fixunstfsi.ln floatsitf.ln floatunsitf.ln fixtfdi.ln fixunstfdi.ln floatditf.ln floatunditf.ln fixtfti.ln fixunstfti.ln floattitf.ln floatuntitf.ln extendsftf2.ln extenddftf2.ln extendxftf2.ln trunctfsf2.ln trunctfdf2.ln trunctfxf2.ln enable-execute-stack.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln || true) --- __doclean --- --- cleandir-external --- --- cleandir-amdgpu-firmware --- cleandir ===> external/amdgpu-firmware --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-amdgpu --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/amdgpu-firmware/amdgpu --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend __gcc_bcmp.d __main.d _absvdi2.d _absvsi2.d _addvdi3.d _addvsi3.d _ashldi3.d _ashrdi3.d _bswapdi2.d _bswapsi2.d _clear_cache.d _clrsbdi2.d _clrsbsi2.d _clz.d _clzdi2.d _clzsi2.d _cmpdi2.d _ctors.d _ctzdi2.d _ctzsi2.d _divdc3.d _divdi3.d _divmoddi4.d _divsc3.d _divtc3.d _divxc3.d _eprintf.d _ffsdi2.d _ffssi2.d _fixdfdi.d _fixsfdi.d _fixunsdfdi.d _fixunsdfsi.d _fixunssfdi.d _fixunssfsi.d _fixunsxfdi.d _fixunsxfsi.d _fixxfdi.d _floatdidf.d _floatdisf.d _floatdixf.d _floatundidf.d _floatundisf.d _floatundixf.d _lshrdi3.d _moddi3.d _muldc3.d _muldi3.d _mulsc3.d _multc3.d _mulvdi3.d _mulvsi3.d _mulxc3.d _negdi2.d _negvdi2.d _negvsi2.d _paritydi2.d _paritysi2.d _popcount_tab.d _popcountdi2.d _popcountsi2.d _powidf2.d _powisf2.d _powitf2.d _powixf2.d _subvdi3.d _subvsi3.d _trampoline.d _ucmpdi2.d _udiv_w_sdiv.d _udivdi3.d _udivmoddi4.d _umoddi3.d addtf3.d cpuinfo.d divtf3.d emutls.d enable-execute-stack.d eqtf2.d extenddftf2.d extendsftf2.d extendxftf2.d fixtfdi.d fixtfsi.d fixtfti.d fixunstfdi.d fixunstfsi.d fixunstfti.d floatditf.d floatsitf.d floattitf.d floatunditf.d floatunsitf.d floatuntitf.d getf2.d letf2.d multf3.d negtf2.d sfp-exceptions.d subtf3.d trunctfdf2.d trunctfsf2.d trunctfxf2.d unordtf2.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d __gcc_bcmp.d.tmp __main.d.tmp _absvdi2.d.tmp _absvsi2.d.tmp _addvdi3.d.tmp _addvsi3.d.tmp _ashldi3.d.tmp _ashrdi3.d.tmp _bswapdi2.d.tmp _bswapsi2.d.tmp _clear_cache.d.tmp _clrsbdi2.d.tmp _clrsbsi2.d.tmp _clz.d.tmp _clzdi2.d.tmp _clzsi2.d.tmp _cmpdi2.d.tmp _ctors.d.tmp _ctzdi2.d.tmp _ctzsi2.d.tmp _divdc3.d.tmp _divdi3.d.tmp _divmoddi4.d.tmp _divsc3.d.tmp _divtc3.d.tmp _divxc3.d.tmp _eprintf.d.tmp _ffsdi2.d.tmp _ffssi2.d.tmp _fixdfdi.d.tmp _fixsfdi.d.tmp _fixunsdfdi.d.tmp _fixunsdfsi.d.tmp _fixunssfdi.d.tmp _fixunssfsi.d.tmp _fixunsxfdi.d.tmp _fixunsxfsi.d.tmp _fixxfdi.d.tmp _floatdidf.d.tmp _floatdisf.d.tmp _floatdixf.d.tmp _floatundidf.d.tmp _floatundisf.d.tmp _floatundixf.d.tmp _lshrdi3.d.tmp _moddi3.d.tmp _muldc3.d.tmp _muldi3.d.tmp _mulsc3.d.tmp _multc3.d.tmp _mulvdi3.d.tmp _mulvsi3.d.tmp _mulxc3.d.tmp _negdi2.d.tmp _negvdi2.d.tmp _negvsi2.d.tmp _paritydi2.d.tmp _paritysi2.d.tmp _popcount_tab.d.tmp _popcountdi2.d.tmp _popcountsi2.d.tmp _powidf2.d.tmp _powisf2.d.tmp _powitf2.d.tmp _powixf2.d.tmp _subvdi3.d.tmp _subvsi3.d.tmp _trampoline.d.tmp _ucmpdi2.d.tmp _udiv_w_sdiv.d.tmp _udivdi3.d.tmp _udivmoddi4.d.tmp _umoddi3.d.tmp addtf3.d.tmp cpuinfo.d.tmp divtf3.d.tmp emutls.d.tmp enable-execute-stack.d.tmp eqtf2.d.tmp extenddftf2.d.tmp extendsftf2.d.tmp extendxftf2.d.tmp fixtfdi.d.tmp fixtfsi.d.tmp fixtfti.d.tmp fixunstfdi.d.tmp fixunstfsi.d.tmp fixunstfti.d.tmp floatditf.d.tmp floatsitf.d.tmp floattitf.d.tmp floatunditf.d.tmp floatunsitf.d.tmp floatuntitf.d.tmp getf2.d.tmp letf2.d.tmp multf3.d.tmp negtf2.d.tmp sfp-exceptions.d.tmp subtf3.d.tmp trunctfdf2.d.tmp trunctfsf2.d.tmp trunctfxf2.d.tmp unordtf2.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-radeon --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend __gcc_bcmp.d __main.d _absvdi2.d _absvsi2.d _addvdi3.d _addvsi3.d _ashldi3.d _ashrdi3.d _bswapdi2.d _bswapsi2.d _clear_cache.d _clrsbdi2.d _clrsbsi2.d _clz.d _clzdi2.d _clzsi2.d _cmpdi2.d _ctors.d _ctzdi2.d _ctzsi2.d _divdc3.d _divdi3.d _divmoddi4.d _divsc3.d _divtc3.d _divxc3.d _eprintf.d _ffsdi2.d _ffssi2.d _fixdfdi.d _fixsfdi.d _fixunsdfdi.d _fixunsdfsi.d _fixunssfdi.d _fixunssfsi.d _fixunsxfdi.d _fixunsxfsi.d _fixxfdi.d _floatdidf.d _floatdisf.d _floatdixf.d _floatundidf.d _floatundisf.d _floatundixf.d _lshrdi3.d _moddi3.d _muldc3.d _muldi3.d _mulsc3.d _multc3.d _mulvdi3.d _mulvsi3.d _mulxc3.d _negdi2.d _negvdi2.d _negvsi2.d _paritydi2.d _paritysi2.d _popcount_tab.d _popcountdi2.d _popcountsi2.d _powidf2.d _powisf2.d _powitf2.d _powixf2.d _subvdi3.d _subvsi3.d _trampoline.d _ucmpdi2.d _udiv_w_sdiv.d _udivdi3.d _udivmoddi4.d _umoddi3.d addtf3.d cpuinfo.d divtf3.d emutls.d enable-execute-stack.d eqtf2.d extenddftf2.d extendsftf2.d extendxftf2.d fixtfdi.d fixtfsi.d fixtfti.d fixunstfdi.d fixunstfsi.d fixunstfti.d floatditf.d floatsitf.d floattitf.d floatunditf.d floatunsitf.d floatuntitf.d getf2.d letf2.d multf3.d negtf2.d sfp-exceptions.d subtf3.d trunctfdf2.d trunctfsf2.d trunctfxf2.d unordtf2.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d __gcc_bcmp.d.tmp __main.d.tmp _absvdi2.d.tmp _absvsi2.d.tmp _addvdi3.d.tmp _addvsi3.d.tmp _ashldi3.d.tmp _ashrdi3.d.tmp _bswapdi2.d.tmp _bswapsi2.d.tmp _clear_cache.d.tmp _clrsbdi2.d.tmp _clrsbsi2.d.tmp _clz.d.tmp _clzdi2.d.tmp _clzsi2.d.tmp _cmpdi2.d.tmp _ctors.d.tmp _ctzdi2.d.tmp _ctzsi2.d.tmp _divdc3.d.tmp _divdi3.d.tmp _divmoddi4.d.tmp _divsc3.d.tmp _divtc3.d.tmp _divxc3.d.tmp _eprintf.d.tmp _ffsdi2.d.tmp _ffssi2.d.tmp _fixdfdi.d.tmp _fixsfdi.d.tmp _fixunsdfdi.d.tmp _fixunsdfsi.d.tmp _fixunssfdi.d.tmp _fixunssfsi.d.tmp _fixunsxfdi.d.tmp _fixunsxfsi.d.tmp _fixxfdi.d.tmp _floatdidf.d.tmp _floatdisf.d.tmp _floatdixf.d.tmp _floatundidf.d.tmp _floatundisf.d.tmp _floatundixf.d.tmp _lshrdi3.d.tmp _moddi3.d.tmp _muldc3.d.tmp _muldi3.d.tmp _mulsc3.d.tmp _multc3.d.tmp _mulvdi3.d.tmp _mulvsi3.d.tmp _mulxc3.d.tmp _negdi2.d.tmp _negvdi2.d.tmp _negvsi2.d.tmp _paritydi2.d.tmp _paritysi2.d.tmp _popcount_tab.d.tmp _popcountdi2.d.tmp _popcountsi2.d.tmp _powidf2.d.tmp _powisf2.d.tmp _powitf2.d.tmp _powixf2.d.tmp _subvdi3.d.tmp _subvsi3.d.tmp _trampoline.d.tmp _ucmpdi2.d.tmp _udiv_w_sdiv.d.tmp _udivdi3.d.tmp _udivmoddi4.d.tmp _umoddi3.d.tmp addtf3.d.tmp cpuinfo.d.tmp divtf3.d.tmp emutls.d.tmp enable-execute-stack.d.tmp eqtf2.d.tmp extenddftf2.d.tmp extendsftf2.d.tmp extendxftf2.d.tmp fixtfdi.d.tmp fixtfsi.d.tmp fixtfti.d.tmp fixunstfdi.d.tmp fixunstfsi.d.tmp fixunstfti.d.tmp floatditf.d.tmp floatsitf.d.tmp floattitf.d.tmp floatunditf.d.tmp floatunsitf.d.tmp floatuntitf.d.tmp getf2.d.tmp letf2.d.tmp multf3.d.tmp negtf2.d.tmp sfp-exceptions.d.tmp subtf3.d.tmp trunctfdf2.d.tmp trunctfsf2.d.tmp trunctfxf2.d.tmp unordtf2.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/amdgpu-firmware/radeon --- cleandir-lc --- --- cleandir-lib --- --- cleandir-libgcc_eh --- --- cleandir-external --- cleandir ===> external/amdgpu-firmware/radeon/lc --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libgcc/libgcc_eh --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-apache2 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/apache2 --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh.a unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o empty.o unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp empty.o.tmp || true) --- cleandir-external --- --- cleandir-llvm --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh.a unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o empty.o unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp empty.o.tmp || true) --- cleandir-external --- cleandir ===> external/apache2/llvm --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_p.a || true) --- cleandir-external --- --- cleandir-include --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_p.a || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/include --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/include && rm -f llvm/IR/Attributes.inc llvm/IR/Attributes.inc.d llvm/IR/IntrinsicEnums.inc llvm/IR/IntrinsicEnums.inc.d llvm/IR/IntrinsicImpl.inc llvm/IR/IntrinsicImpl.inc.d llvm/IR/IntrinsicsAArch64.h llvm/IR/IntrinsicsAArch64.h.d llvm/IR/IntrinsicsAMDGPU.h llvm/IR/IntrinsicsAMDGPU.h.d llvm/IR/IntrinsicsARM.h llvm/IR/IntrinsicsARM.h.d llvm/IR/IntrinsicsBPF.h llvm/IR/IntrinsicsBPF.h.d llvm/IR/IntrinsicsHexagon.h llvm/IR/IntrinsicsHexagon.h.d llvm/IR/IntrinsicsMips.h llvm/IR/IntrinsicsMips.h.d llvm/IR/IntrinsicsNVPTX.h llvm/IR/IntrinsicsNVPTX.h.d llvm/IR/IntrinsicsPowerPC.h llvm/IR/IntrinsicsPowerPC.h.d llvm/IR/IntrinsicsR600.h llvm/IR/IntrinsicsR600.h.d llvm/IR/IntrinsicsRISCV.h llvm/IR/IntrinsicsRISCV.h.d llvm/IR/IntrinsicsS390.h llvm/IR/IntrinsicsS390.h.d llvm/IR/IntrinsicsVE.h llvm/IR/IntrinsicsVE.h.d llvm/IR/IntrinsicsWebAssembly.h llvm/IR/IntrinsicsWebAssembly.h.d llvm/IR/IntrinsicsX86.h llvm/IR/IntrinsicsX86.h.d llvm/IR/IntrinsicsXCore.h llvm/IR/IntrinsicsXCore.h.d llvm/Frontend/OpenACC/ACC.h.inc llvm/Frontend/OpenACC/ACC.h.inc.d llvm/Frontend/OpenACC/ACC.inc llvm/Frontend/OpenACC/ACC.inc.d llvm/Frontend/OpenMP/OMP.h.inc llvm/Frontend/OpenMP/OMP.h.inc.d llvm/Frontend/OpenMP/OMP.inc llvm/Frontend/OpenMP/OMP.inc.d llvm/Config/config.h llvm/Config/llvm-config.h llvm/Support/Extension.def a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/include && rm -f llvm/IR/Attributes.inc llvm/IR/Attributes.inc.d llvm/IR/IntrinsicEnums.inc llvm/IR/IntrinsicEnums.inc.d llvm/IR/IntrinsicImpl.inc llvm/IR/IntrinsicImpl.inc.d llvm/IR/IntrinsicsAArch64.h llvm/IR/IntrinsicsAArch64.h.d llvm/IR/IntrinsicsAMDGPU.h llvm/IR/IntrinsicsAMDGPU.h.d llvm/IR/IntrinsicsARM.h llvm/IR/IntrinsicsARM.h.d llvm/IR/IntrinsicsBPF.h llvm/IR/IntrinsicsBPF.h.d llvm/IR/IntrinsicsHexagon.h llvm/IR/IntrinsicsHexagon.h.d llvm/IR/IntrinsicsMips.h llvm/IR/IntrinsicsMips.h.d llvm/IR/IntrinsicsNVPTX.h llvm/IR/IntrinsicsNVPTX.h.d llvm/IR/IntrinsicsPowerPC.h llvm/IR/IntrinsicsPowerPC.h.d llvm/IR/IntrinsicsR600.h llvm/IR/IntrinsicsR600.h.d llvm/IR/IntrinsicsRISCV.h llvm/IR/IntrinsicsRISCV.h.d llvm/IR/IntrinsicsS390.h llvm/IR/IntrinsicsS390.h.d llvm/IR/IntrinsicsVE.h llvm/IR/IntrinsicsVE.h.d llvm/IR/IntrinsicsWebAssembly.h llvm/IR/IntrinsicsWebAssembly.h.d llvm/IR/IntrinsicsX86.h llvm/IR/IntrinsicsX86.h.d llvm/IR/IntrinsicsXCore.h llvm/IR/IntrinsicsXCore.h.d llvm/Frontend/OpenACC/ACC.h.inc llvm/Frontend/OpenACC/ACC.h.inc.d llvm/Frontend/OpenACC/ACC.inc llvm/Frontend/OpenACC/ACC.inc.d llvm/Frontend/OpenMP/OMP.h.inc llvm/Frontend/OpenMP/OMP.h.inc.d llvm/Frontend/OpenMP/OMP.inc llvm/Frontend/OpenMP/OMP.inc.d llvm/Config/config.h llvm/Config/llvm-config.h llvm/Support/Extension.def a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f llib-lgcc_eh.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln empty.ln || true) --- cleandir-external --- --- cleandir-librt --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f llib-lgcc_eh.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln empty.ln || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc_eh.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc_eh.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-libLLVMAnalysis --- cleandir ===> external/apache2/llvm/librt/libLLVMAnalysis --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend empty.d emutls.d enable-execute-stack.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d empty.d.tmp emutls.d.tmp enable-execute-stack.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend empty.d emutls.d enable-execute-stack.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d empty.d.tmp emutls.d.tmp enable-execute-stack.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) --- cleandir-libgcc_s --- cleandir ===> lib/../external/gpl3/gcc/lib/libgcc/libgcc_s --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis.a AliasAnalysis.o AliasAnalysisEvaluator.o AliasAnalysisSummary.o AliasSetTracker.o Analysis.o AssumeBundleQueries.o AssumptionCache.o BasicAliasAnalysis.o BlockFrequencyInfo.o BlockFrequencyInfoImpl.o BranchProbabilityInfo.o CallGraph.o CallGraphSCCPass.o CallPrinter.o CaptureTracking.o CFG.o CFGPrinter.o CFLAndersAliasAnalysis.o CFLSteensAliasAnalysis.o CGSCCPassManager.o CmpInstAnalysis.o CodeMetrics.o ConstantFolding.o ConstraintSystem.o CostModel.o DDG.o DDGPrinter.o Delinearization.o DemandedBits.o DependenceAnalysis.o DependenceGraphBuilder.o DevelopmentModeInlineAdvisor.o DivergenceAnalysis.o DominanceFrontier.o DomPrinter.o DomTreeUpdater.o EHPersonalities.o FunctionPropertiesAnalysis.o GlobalsModRef.o GuardUtils.o HeatUtils.o ImportedFunctionsInliningStatistics.o IndirectCallPromotionAnalysis.o InlineAdvisor.o InlineCost.o InlineSizeEstimatorAnalysis.o InstCount.o InstructionPrecedenceTracking.o InstructionSimplify.o Interval.o IntervalPartition.o IRSimilarityIdentifier.o IVDescriptors.o IVUsers.o LazyBlockFrequencyInfo.o LazyBranchProbabilityInfo.o LazyCallGraph.o LazyValueInfo.o LegacyDivergenceAnalysis.o Lint.o Loads.o LoopAccessAnalysis.o LoopAnalysisManager.o LoopCacheAnalysis.o LoopInfo.o LoopNestAnalysis.o LoopPass.o LoopUnrollAnalyzer.o MemDepPrinter.o MemDerefPrinter.o MemoryBuiltins.o MemoryDependenceAnalysis.o MemoryLocation.o MemorySSA.o MemorySSAUpdater.o MLInlineAdvisor.o ModuleDebugInfoPrinter.o ModuleSummaryAnalysis.o MustExecute.o ObjCARCAliasAnalysis.o ObjCARCAnalysisUtils.o ObjCARCInstKind.o OptimizationRemarkEmitter.o OverflowInstAnalysis.o PHITransAddr.o PhiValues.o PostDominators.o ProfileSummaryInfo.o PtrUseVisitor.o RegionInfo.o RegionPass.o RegionPrinter.o ReleaseModeModelRunner.o ReplayInlineAdvisor.o ScalarEvolutionAliasAnalysis.o ScalarEvolution.o ScalarEvolutionDivision.o ScalarEvolutionNormalization.o ScopedNoAliasAA.o StackLifetime.o StackSafetyAnalysis.o SyncDependenceAnalysis.o SyntheticCountsUtils.o TargetLibraryInfo.o TargetTransformInfo.o TFUtils.o Trace.o TypeBasedAliasAnalysis.o TypeMetadataUtils.o ValueLattice.o ValueLatticeUtils.o ValueTracking.o VectorUtils.o VFABIDemangling.o AliasAnalysis.o.tmp AliasAnalysisEvaluator.o.tmp AliasAnalysisSummary.o.tmp AliasSetTracker.o.tmp Analysis.o.tmp AssumeBundleQueries.o.tmp AssumptionCache.o.tmp BasicAliasAnalysis.o.tmp BlockFrequencyInfo.o.tmp BlockFrequencyInfoImpl.o.tmp BranchProbabilityInfo.o.tmp CallGraph.o.tmp CallGraphSCCPass.o.tmp CallPrinter.o.tmp CaptureTracking.o.tmp CFG.o.tmp CFGPrinter.o.tmp CFLAndersAliasAnalysis.o.tmp CFLSteensAliasAnalysis.o.tmp CGSCCPassManager.o.tmp CmpInstAnalysis.o.tmp CodeMetrics.o.tmp ConstantFolding.o.tmp ConstraintSystem.o.tmp CostModel.o.tmp DDG.o.tmp DDGPrinter.o.tmp Delinearization.o.tmp DemandedBits.o.tmp DependenceAnalysis.o.tmp DependenceGraphBuilder.o.tmp DevelopmentModeInlineAdvisor.o.tmp DivergenceAnalysis.o.tmp DominanceFrontier.o.tmp DomPrinter.o.tmp DomTreeUpdater.o.tmp EHPersonalities.o.tmp FunctionPropertiesAnalysis.o.tmp GlobalsModRef.o.tmp GuardUtils.o.tmp HeatUtils.o.tmp ImportedFunctionsInliningStatistics.o.tmp IndirectCallPromotionAnalysis.o.tmp InlineAdvisor.o.tmp InlineCost.o.tmp InlineSizeEstimatorAnalysis.o.tmp InstCount.o.tmp InstructionPrecedenceTracking.o.tmp InstructionSimplify.o.tmp Interval.o.tmp IntervalPartition.o.tmp IRSimilarityIdentifier.o.tmp IVDescriptors.o.tmp IVUsers.o.tmp LazyBlockFrequencyInfo.o.tmp LazyBranchProbabilityInfo.o.tmp LazyCallGraph.o.tmp LazyValueInfo.o.tmp LegacyDivergenceAnalysis.o.tmp Lint.o.tmp Loads.o.tmp LoopAccessAnalysis.o.tmp LoopAnalysisManager.o.tmp LoopCacheAnalysis.o.tmp LoopInfo.o.tmp LoopNestAnalysis.o.tmp LoopPass.o.tmp LoopUnrollAnalyzer.o.tmp MemDepPrinter.o.tmp MemDerefPrinter.o.tmp MemoryBuiltins.o.tmp MemoryDependenceAnalysis.o.tmp MemoryLocation.o.tmp MemorySSA.o.tmp MemorySSAUpdater.o.tmp MLInlineAdvisor.o.tmp ModuleDebugInfoPrinter.o.tmp ModuleSummaryAnalysis.o.tmp MustExecute.o.tmp ObjCARCAliasAnalysis.o.tmp ObjCARCAnalysisUtils.o.tmp ObjCARCInstKind.o.tmp OptimizationRemarkEmitter.o.tmp OverflowInstAnalysis.o.tmp PHITransAddr.o.tmp PhiValues.o.tmp PostDominators.o.tmp ProfileSummaryInfo.o.tmp PtrUseVisitor.o.tmp RegionInfo.o.tmp RegionPass.o.tmp RegionPrinter.o.tmp ReleaseModeModelRunner.o.tmp ReplayInlineAdvisor.o.tmp ScalarEvolutionAliasAnalysis.o.tmp ScalarEvolution.o.tmp ScalarEvolutionDivision.o.tmp ScalarEvolutionNormalization.o.tmp ScopedNoAliasAA.o.tmp StackLifetime.o.tmp StackSafetyAnalysis.o.tmp SyncDependenceAnalysis.o.tmp SyntheticCountsUtils.o.tmp TargetLibraryInfo.o.tmp TargetTransformInfo.o.tmp TFUtils.o.tmp Trace.o.tmp TypeBasedAliasAnalysis.o.tmp TypeMetadataUtils.o.tmp ValueLattice.o.tmp ValueLatticeUtils.o.tmp ValueTracking.o.tmp VectorUtils.o.tmp VFABIDemangling.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis.a AliasAnalysis.o AliasAnalysisEvaluator.o AliasAnalysisSummary.o AliasSetTracker.o Analysis.o AssumeBundleQueries.o AssumptionCache.o BasicAliasAnalysis.o BlockFrequencyInfo.o BlockFrequencyInfoImpl.o BranchProbabilityInfo.o CallGraph.o CallGraphSCCPass.o CallPrinter.o CaptureTracking.o CFG.o CFGPrinter.o CFLAndersAliasAnalysis.o CFLSteensAliasAnalysis.o CGSCCPassManager.o CmpInstAnalysis.o CodeMetrics.o ConstantFolding.o ConstraintSystem.o CostModel.o DDG.o DDGPrinter.o Delinearization.o DemandedBits.o DependenceAnalysis.o DependenceGraphBuilder.o DevelopmentModeInlineAdvisor.o DivergenceAnalysis.o DominanceFrontier.o DomPrinter.o DomTreeUpdater.o EHPersonalities.o FunctionPropertiesAnalysis.o GlobalsModRef.o GuardUtils.o HeatUtils.o ImportedFunctionsInliningStatistics.o IndirectCallPromotionAnalysis.o InlineAdvisor.o InlineCost.o InlineSizeEstimatorAnalysis.o InstCount.o InstructionPrecedenceTracking.o InstructionSimplify.o Interval.o IntervalPartition.o IRSimilarityIdentifier.o IVDescriptors.o IVUsers.o LazyBlockFrequencyInfo.o LazyBranchProbabilityInfo.o LazyCallGraph.o LazyValueInfo.o LegacyDivergenceAnalysis.o Lint.o Loads.o LoopAccessAnalysis.o LoopAnalysisManager.o LoopCacheAnalysis.o LoopInfo.o LoopNestAnalysis.o LoopPass.o LoopUnrollAnalyzer.o MemDepPrinter.o MemDerefPrinter.o MemoryBuiltins.o MemoryDependenceAnalysis.o MemoryLocation.o MemorySSA.o MemorySSAUpdater.o MLInlineAdvisor.o ModuleDebugInfoPrinter.o ModuleSummaryAnalysis.o MustExecute.o ObjCARCAliasAnalysis.o ObjCARCAnalysisUtils.o ObjCARCInstKind.o OptimizationRemarkEmitter.o OverflowInstAnalysis.o PHITransAddr.o PhiValues.o PostDominators.o ProfileSummaryInfo.o PtrUseVisitor.o RegionInfo.o RegionPass.o RegionPrinter.o ReleaseModeModelRunner.o ReplayInlineAdvisor.o ScalarEvolutionAliasAnalysis.o ScalarEvolution.o ScalarEvolutionDivision.o ScalarEvolutionNormalization.o ScopedNoAliasAA.o StackLifetime.o StackSafetyAnalysis.o SyncDependenceAnalysis.o SyntheticCountsUtils.o TargetLibraryInfo.o TargetTransformInfo.o TFUtils.o Trace.o TypeBasedAliasAnalysis.o TypeMetadataUtils.o ValueLattice.o ValueLatticeUtils.o ValueTracking.o VectorUtils.o VFABIDemangling.o AliasAnalysis.o.tmp AliasAnalysisEvaluator.o.tmp AliasAnalysisSummary.o.tmp AliasSetTracker.o.tmp Analysis.o.tmp AssumeBundleQueries.o.tmp AssumptionCache.o.tmp BasicAliasAnalysis.o.tmp BlockFrequencyInfo.o.tmp BlockFrequencyInfoImpl.o.tmp BranchProbabilityInfo.o.tmp CallGraph.o.tmp CallGraphSCCPass.o.tmp CallPrinter.o.tmp CaptureTracking.o.tmp CFG.o.tmp CFGPrinter.o.tmp CFLAndersAliasAnalysis.o.tmp CFLSteensAliasAnalysis.o.tmp CGSCCPassManager.o.tmp CmpInstAnalysis.o.tmp CodeMetrics.o.tmp ConstantFolding.o.tmp ConstraintSystem.o.tmp CostModel.o.tmp DDG.o.tmp DDGPrinter.o.tmp Delinearization.o.tmp DemandedBits.o.tmp DependenceAnalysis.o.tmp DependenceGraphBuilder.o.tmp DevelopmentModeInlineAdvisor.o.tmp DivergenceAnalysis.o.tmp DominanceFrontier.o.tmp DomPrinter.o.tmp DomTreeUpdater.o.tmp EHPersonalities.o.tmp FunctionPropertiesAnalysis.o.tmp GlobalsModRef.o.tmp GuardUtils.o.tmp HeatUtils.o.tmp ImportedFunctionsInliningStatistics.o.tmp IndirectCallPromotionAnalysis.o.tmp InlineAdvisor.o.tmp InlineCost.o.tmp InlineSizeEstimatorAnalysis.o.tmp InstCount.o.tmp InstructionPrecedenceTracking.o.tmp InstructionSimplify.o.tmp Interval.o.tmp IntervalPartition.o.tmp IRSimilarityIdentifier.o.tmp IVDescriptors.o.tmp IVUsers.o.tmp LazyBlockFrequencyInfo.o.tmp LazyBranchProbabilityInfo.o.tmp LazyCallGraph.o.tmp LazyValueInfo.o.tmp LegacyDivergenceAnalysis.o.tmp Lint.o.tmp Loads.o.tmp LoopAccessAnalysis.o.tmp LoopAnalysisManager.o.tmp LoopCacheAnalysis.o.tmp LoopInfo.o.tmp LoopNestAnalysis.o.tmp LoopPass.o.tmp LoopUnrollAnalyzer.o.tmp MemDepPrinter.o.tmp MemDerefPrinter.o.tmp MemoryBuiltins.o.tmp MemoryDependenceAnalysis.o.tmp MemoryLocation.o.tmp MemorySSA.o.tmp MemorySSAUpdater.o.tmp MLInlineAdvisor.o.tmp ModuleDebugInfoPrinter.o.tmp ModuleSummaryAnalysis.o.tmp MustExecute.o.tmp ObjCARCAliasAnalysis.o.tmp ObjCARCAnalysisUtils.o.tmp ObjCARCInstKind.o.tmp OptimizationRemarkEmitter.o.tmp OverflowInstAnalysis.o.tmp PHITransAddr.o.tmp PhiValues.o.tmp PostDominators.o.tmp ProfileSummaryInfo.o.tmp PtrUseVisitor.o.tmp RegionInfo.o.tmp RegionPass.o.tmp RegionPrinter.o.tmp ReleaseModeModelRunner.o.tmp ReplayInlineAdvisor.o.tmp ScalarEvolutionAliasAnalysis.o.tmp ScalarEvolution.o.tmp ScalarEvolutionDivision.o.tmp ScalarEvolutionNormalization.o.tmp ScopedNoAliasAA.o.tmp StackLifetime.o.tmp StackSafetyAnalysis.o.tmp SyncDependenceAnalysis.o.tmp SyntheticCountsUtils.o.tmp TargetLibraryInfo.o.tmp TargetTransformInfo.o.tmp TFUtils.o.tmp Trace.o.tmp TypeBasedAliasAnalysis.o.tmp TypeMetadataUtils.o.tmp ValueLattice.o.tmp ValueLatticeUtils.o.tmp ValueTracking.o.tmp VectorUtils.o.tmp VFABIDemangling.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s.a _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o cpuinfo.o sfp-exceptions.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o enable-execute-stack.o _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _cmpdi2.o.tmp _ucmpdi2.o.tmp _clear_cache.o.tmp _trampoline.o.tmp __main.o.tmp _absvsi2.o.tmp _absvdi2.o.tmp _addvsi3.o.tmp _addvdi3.o.tmp _subvsi3.o.tmp _subvdi3.o.tmp _mulvsi3.o.tmp _mulvdi3.o.tmp _negvsi2.o.tmp _negvdi2.o.tmp _ctors.o.tmp _ffssi2.o.tmp _ffsdi2.o.tmp _clz.o.tmp _clzsi2.o.tmp _clzdi2.o.tmp _ctzsi2.o.tmp _ctzdi2.o.tmp _popcount_tab.o.tmp _popcountsi2.o.tmp _popcountdi2.o.tmp _paritysi2.o.tmp _paritydi2.o.tmp _powisf2.o.tmp _powidf2.o.tmp _powixf2.o.tmp _powitf2.o.tmp _mulsc3.o.tmp _muldc3.o.tmp _mulxc3.o.tmp _multc3.o.tmp _divsc3.o.tmp _divdc3.o.tmp _divxc3.o.tmp _divtc3.o.tmp _bswapsi2.o.tmp _bswapdi2.o.tmp _clrsbsi2.o.tmp _clrsbdi2.o.tmp _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _fixsfdi.o.tmp _fixdfdi.o.tmp _fixxfdi.o.tmp _fixunssfdi.o.tmp _fixunsdfdi.o.tmp _fixunsxfdi.o.tmp _floatdisf.o.tmp _floatdidf.o.tmp _floatdixf.o.tmp _floatundisf.o.tmp _floatundidf.o.tmp _floatundixf.o.tmp _fixunssfsi.o.tmp _fixunsdfsi.o.tmp _fixunsxfsi.o.tmp _divdi3.o.tmp _moddi3.o.tmp _divmoddi4.o.tmp _udivdi3.o.tmp _umoddi3.o.tmp _udivmoddi4.o.tmp _udiv_w_sdiv.o.tmp unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp cpuinfo.o.tmp sfp-exceptions.o.tmp addtf3.o.tmp divtf3.o.tmp eqtf2.o.tmp getf2.o.tmp letf2.o.tmp multf3.o.tmp negtf2.o.tmp subtf3.o.tmp unordtf2.o.tmp fixtfsi.o.tmp fixunstfsi.o.tmp floatsitf.o.tmp floatunsitf.o.tmp fixtfdi.o.tmp fixunstfdi.o.tmp floatditf.o.tmp floatunditf.o.tmp fixtfti.o.tmp fixunstfti.o.tmp floattitf.o.tmp floatuntitf.o.tmp extendsftf2.o.tmp extenddftf2.o.tmp extendxftf2.o.tmp trunctfsf2.o.tmp trunctfdf2.o.tmp trunctfxf2.o.tmp enable-execute-stack.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s.a _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o cpuinfo.o sfp-exceptions.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o enable-execute-stack.o _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _cmpdi2.o.tmp _ucmpdi2.o.tmp _clear_cache.o.tmp _trampoline.o.tmp __main.o.tmp _absvsi2.o.tmp _absvdi2.o.tmp _addvsi3.o.tmp _addvdi3.o.tmp _subvsi3.o.tmp _subvdi3.o.tmp _mulvsi3.o.tmp _mulvdi3.o.tmp _negvsi2.o.tmp _negvdi2.o.tmp _ctors.o.tmp _ffssi2.o.tmp _ffsdi2.o.tmp _clz.o.tmp _clzsi2.o.tmp _clzdi2.o.tmp _ctzsi2.o.tmp _ctzdi2.o.tmp _popcount_tab.o.tmp _popcountsi2.o.tmp _popcountdi2.o.tmp _paritysi2.o.tmp _paritydi2.o.tmp _powisf2.o.tmp _powidf2.o.tmp _powixf2.o.tmp _powitf2.o.tmp _mulsc3.o.tmp _muldc3.o.tmp _mulxc3.o.tmp _multc3.o.tmp _divsc3.o.tmp _divdc3.o.tmp _divxc3.o.tmp _divtc3.o.tmp _bswapsi2.o.tmp _bswapdi2.o.tmp _clrsbsi2.o.tmp _clrsbdi2.o.tmp _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _fixsfdi.o.tmp _fixdfdi.o.tmp _fixxfdi.o.tmp _fixunssfdi.o.tmp _fixunsdfdi.o.tmp _fixunsxfdi.o.tmp _floatdisf.o.tmp _floatdidf.o.tmp _floatdixf.o.tmp _floatundisf.o.tmp _floatundidf.o.tmp _floatundixf.o.tmp _fixunssfsi.o.tmp _fixunsdfsi.o.tmp _fixunsxfsi.o.tmp _divdi3.o.tmp _moddi3.o.tmp _divmoddi4.o.tmp _udivdi3.o.tmp _umoddi3.o.tmp _udivmoddi4.o.tmp _udiv_w_sdiv.o.tmp unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp cpuinfo.o.tmp sfp-exceptions.o.tmp addtf3.o.tmp divtf3.o.tmp eqtf2.o.tmp getf2.o.tmp letf2.o.tmp multf3.o.tmp negtf2.o.tmp subtf3.o.tmp unordtf2.o.tmp fixtfsi.o.tmp fixunstfsi.o.tmp floatsitf.o.tmp floatunsitf.o.tmp fixtfdi.o.tmp fixunstfdi.o.tmp floatditf.o.tmp floatunditf.o.tmp fixtfti.o.tmp fixunstfti.o.tmp floattitf.o.tmp floatuntitf.o.tmp extendsftf2.o.tmp extenddftf2.o.tmp extendxftf2.o.tmp trunctfsf2.o.tmp trunctfdf2.o.tmp trunctfxf2.o.tmp enable-execute-stack.o.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_g.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_p.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_pic.a AliasAnalysis.pico AliasAnalysisEvaluator.pico AliasAnalysisSummary.pico AliasSetTracker.pico Analysis.pico AssumeBundleQueries.pico AssumptionCache.pico BasicAliasAnalysis.pico BlockFrequencyInfo.pico BlockFrequencyInfoImpl.pico BranchProbabilityInfo.pico CallGraph.pico CallGraphSCCPass.pico CallPrinter.pico CaptureTracking.pico CFG.pico CFGPrinter.pico CFLAndersAliasAnalysis.pico CFLSteensAliasAnalysis.pico CGSCCPassManager.pico CmpInstAnalysis.pico CodeMetrics.pico ConstantFolding.pico ConstraintSystem.pico CostModel.pico DDG.pico DDGPrinter.pico Delinearization.pico DemandedBits.pico DependenceAnalysis.pico DependenceGraphBuilder.pico DevelopmentModeInlineAdvisor.pico DivergenceAnalysis.pico DominanceFrontier.pico DomPrinter.pico DomTreeUpdater.pico EHPersonalities.pico FunctionPropertiesAnalysis.pico GlobalsModRef.pico GuardUtils.pico HeatUtils.pico ImportedFunctionsInliningStatistics.pico IndirectCallPromotionAnalysis.pico InlineAdvisor.pico InlineCost.pico InlineSizeEstimatorAnalysis.pico InstCount.pico InstructionPrecedenceTracking.pico InstructionSimplify.pico Interval.pico IntervalPartition.pico IRSimilarityIdentifier.pico IVDescriptors.pico IVUsers.pico LazyBlockFrequencyInfo.pico LazyBranchProbabilityInfo.pico LazyCallGraph.pico LazyValueInfo.pico LegacyDivergenceAnalysis.pico Lint.pico Loads.pico LoopAccessAnalysis.pico LoopAnalysisManager.pico LoopCacheAnalysis.pico LoopInfo.pico LoopNestAnalysis.pico LoopPass.pico LoopUnrollAnalyzer.pico MemDepPrinter.pico MemDerefPrinter.pico MemoryBuiltins.pico MemoryDependenceAnalysis.pico MemoryLocation.pico MemorySSA.pico MemorySSAUpdater.pico MLInlineAdvisor.pico ModuleDebugInfoPrinter.pico ModuleSummaryAnalysis.pico MustExecute.pico ObjCARCAliasAnalysis.pico ObjCARCAnalysisUtils.pico ObjCARCInstKind.pico OptimizationRemarkEmitter.pico OverflowInstAnalysis.pico PHITransAddr.pico PhiValues.pico PostDominators.pico ProfileSummaryInfo.pico PtrUseVisitor.pico RegionInfo.pico RegionPass.pico RegionPrinter.pico ReleaseModeModelRunner.pico ReplayInlineAdvisor.pico ScalarEvolutionAliasAnalysis.pico ScalarEvolution.pico ScalarEvolutionDivision.pico ScalarEvolutionNormalization.pico ScopedNoAliasAA.pico StackLifetime.pico StackSafetyAnalysis.pico SyncDependenceAnalysis.pico SyntheticCountsUtils.pico TargetLibraryInfo.pico TargetTransformInfo.pico TFUtils.pico Trace.pico TypeBasedAliasAnalysis.pico TypeMetadataUtils.pico ValueLattice.pico ValueLatticeUtils.pico ValueTracking.pico VectorUtils.pico VFABIDemangling.pico AliasAnalysis.pico.tmp AliasAnalysisEvaluator.pico.tmp AliasAnalysisSummary.pico.tmp AliasSetTracker.pico.tmp Analysis.pico.tmp AssumeBundleQueries.pico.tmp AssumptionCache.pico.tmp BasicAliasAnalysis.pico.tmp BlockFrequencyInfo.pico.tmp BlockFrequencyInfoImpl.pico.tmp BranchProbabilityInfo.pico.tmp CallGraph.pico.tmp CallGraphSCCPass.pico.tmp CallPrinter.pico.tmp CaptureTracking.pico.tmp CFG.pico.tmp CFGPrinter.pico.tmp CFLAndersAliasAnalysis.pico.tmp CFLSteensAliasAnalysis.pico.tmp CGSCCPassManager.pico.tmp CmpInstAnalysis.pico.tmp CodeMetrics.pico.tmp ConstantFolding.pico.tmp ConstraintSystem.pico.tmp CostModel.pico.tmp DDG.pico.tmp DDGPrinter.pico.tmp Delinearization.pico.tmp DemandedBits.pico.tmp DependenceAnalysis.pico.tmp DependenceGraphBuilder.pico.tmp DevelopmentModeInlineAdvisor.pico.tmp DivergenceAnalysis.pico.tmp DominanceFrontier.pico.tmp DomPrinter.pico.tmp DomTreeUpdater.pico.tmp EHPersonalities.pico.tmp FunctionPropertiesAnalysis.pico.tmp GlobalsModRef.pico.tmp GuardUtils.pico.tmp HeatUtils.pico.tmp ImportedFunctionsInliningStatistics.pico.tmp IndirectCallPromotionAnalysis.pico.tmp InlineAdvisor.pico.tmp InlineCost.pico.tmp InlineSizeEstimatorAnalysis.pico.tmp InstCount.pico.tmp InstructionPrecedenceTracking.pico.tmp InstructionSimplify.pico.tmp Interval.pico.tmp IntervalPartition.pico.tmp IRSimilarityIdentifier.pico.tmp IVDescriptors.pico.tmp IVUsers.pico.tmp LazyBlockFrequencyInfo.pico.tmp LazyBranchProbabilityInfo.pico.tmp LazyCallGraph.pico.tmp LazyValueInfo.pico.tmp LegacyDivergenceAnalysis.pico.tmp Lint.pico.tmp Loads.pico.tmp LoopAccessAnalysis.pico.tmp LoopAnalysisManager.pico.tmp LoopCacheAnalysis.pico.tmp LoopInfo.pico.tmp LoopNestAnalysis.pico.tmp LoopPass.pico.tmp LoopUnrollAnalyzer.pico.tmp MemDepPrinter.pico.tmp MemDerefPrinter.pico.tmp MemoryBuiltins.pico.tmp MemoryDependenceAnalysis.pico.tmp MemoryLocation.pico.tmp MemorySSA.pico.tmp MemorySSAUpdater.pico.tmp MLInlineAdvisor.pico.tmp ModuleDebugInfoPrinter.pico.tmp ModuleSummaryAnalysis.pico.tmp MustExecute.pico.tmp ObjCARCAliasAnalysis.pico.tmp ObjCARCAnalysisUtils.pico.tmp ObjCARCInstKind.pico.tmp OptimizationRemarkEmitter.pico.tmp OverflowInstAnalysis.pico.tmp PHITransAddr.pico.tmp PhiValues.pico.tmp PostDominators.pico.tmp ProfileSummaryInfo.pico.tmp PtrUseVisitor.pico.tmp RegionInfo.pico.tmp RegionPass.pico.tmp RegionPrinter.pico.tmp ReleaseModeModelRunner.pico.tmp ReplayInlineAdvisor.pico.tmp ScalarEvolutionAliasAnalysis.pico.tmp ScalarEvolution.pico.tmp ScalarEvolutionDivision.pico.tmp ScalarEvolutionNormalization.pico.tmp ScopedNoAliasAA.pico.tmp StackLifetime.pico.tmp StackSafetyAnalysis.pico.tmp SyncDependenceAnalysis.pico.tmp SyntheticCountsUtils.pico.tmp TargetLibraryInfo.pico.tmp TargetTransformInfo.pico.tmp TFUtils.pico.tmp Trace.pico.tmp TypeBasedAliasAnalysis.pico.tmp TypeMetadataUtils.pico.tmp ValueLattice.pico.tmp ValueLatticeUtils.pico.tmp ValueTracking.pico.tmp VectorUtils.pico.tmp VFABIDemangling.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_pic.a AliasAnalysis.pico AliasAnalysisEvaluator.pico AliasAnalysisSummary.pico AliasSetTracker.pico Analysis.pico AssumeBundleQueries.pico AssumptionCache.pico BasicAliasAnalysis.pico BlockFrequencyInfo.pico BlockFrequencyInfoImpl.pico BranchProbabilityInfo.pico CallGraph.pico CallGraphSCCPass.pico CallPrinter.pico CaptureTracking.pico CFG.pico CFGPrinter.pico CFLAndersAliasAnalysis.pico CFLSteensAliasAnalysis.pico CGSCCPassManager.pico CmpInstAnalysis.pico CodeMetrics.pico ConstantFolding.pico ConstraintSystem.pico CostModel.pico DDG.pico DDGPrinter.pico Delinearization.pico DemandedBits.pico DependenceAnalysis.pico DependenceGraphBuilder.pico DevelopmentModeInlineAdvisor.pico DivergenceAnalysis.pico DominanceFrontier.pico DomPrinter.pico DomTreeUpdater.pico EHPersonalities.pico FunctionPropertiesAnalysis.pico GlobalsModRef.pico GuardUtils.pico HeatUtils.pico ImportedFunctionsInliningStatistics.pico IndirectCallPromotionAnalysis.pico InlineAdvisor.pico InlineCost.pico InlineSizeEstimatorAnalysis.pico InstCount.pico InstructionPrecedenceTracking.pico InstructionSimplify.pico Interval.pico IntervalPartition.pico IRSimilarityIdentifier.pico IVDescriptors.pico IVUsers.pico LazyBlockFrequencyInfo.pico LazyBranchProbabilityInfo.pico LazyCallGraph.pico LazyValueInfo.pico LegacyDivergenceAnalysis.pico Lint.pico Loads.pico LoopAccessAnalysis.pico LoopAnalysisManager.pico LoopCacheAnalysis.pico LoopInfo.pico LoopNestAnalysis.pico LoopPass.pico LoopUnrollAnalyzer.pico MemDepPrinter.pico MemDerefPrinter.pico MemoryBuiltins.pico MemoryDependenceAnalysis.pico MemoryLocation.pico MemorySSA.pico MemorySSAUpdater.pico MLInlineAdvisor.pico ModuleDebugInfoPrinter.pico ModuleSummaryAnalysis.pico MustExecute.pico ObjCARCAliasAnalysis.pico ObjCARCAnalysisUtils.pico ObjCARCInstKind.pico OptimizationRemarkEmitter.pico OverflowInstAnalysis.pico PHITransAddr.pico PhiValues.pico PostDominators.pico ProfileSummaryInfo.pico PtrUseVisitor.pico RegionInfo.pico RegionPass.pico RegionPrinter.pico ReleaseModeModelRunner.pico ReplayInlineAdvisor.pico ScalarEvolutionAliasAnalysis.pico ScalarEvolution.pico ScalarEvolutionDivision.pico ScalarEvolutionNormalization.pico ScopedNoAliasAA.pico StackLifetime.pico StackSafetyAnalysis.pico SyncDependenceAnalysis.pico SyntheticCountsUtils.pico TargetLibraryInfo.pico TargetTransformInfo.pico TFUtils.pico Trace.pico TypeBasedAliasAnalysis.pico TypeMetadataUtils.pico ValueLattice.pico ValueLatticeUtils.pico ValueTracking.pico VectorUtils.pico VFABIDemangling.pico AliasAnalysis.pico.tmp AliasAnalysisEvaluator.pico.tmp AliasAnalysisSummary.pico.tmp AliasSetTracker.pico.tmp Analysis.pico.tmp AssumeBundleQueries.pico.tmp AssumptionCache.pico.tmp BasicAliasAnalysis.pico.tmp BlockFrequencyInfo.pico.tmp BlockFrequencyInfoImpl.pico.tmp BranchProbabilityInfo.pico.tmp CallGraph.pico.tmp CallGraphSCCPass.pico.tmp CallPrinter.pico.tmp CaptureTracking.pico.tmp CFG.pico.tmp CFGPrinter.pico.tmp CFLAndersAliasAnalysis.pico.tmp CFLSteensAliasAnalysis.pico.tmp CGSCCPassManager.pico.tmp CmpInstAnalysis.pico.tmp CodeMetrics.pico.tmp ConstantFolding.pico.tmp ConstraintSystem.pico.tmp CostModel.pico.tmp DDG.pico.tmp DDGPrinter.pico.tmp Delinearization.pico.tmp DemandedBits.pico.tmp DependenceAnalysis.pico.tmp DependenceGraphBuilder.pico.tmp DevelopmentModeInlineAdvisor.pico.tmp DivergenceAnalysis.pico.tmp DominanceFrontier.pico.tmp DomPrinter.pico.tmp DomTreeUpdater.pico.tmp EHPersonalities.pico.tmp FunctionPropertiesAnalysis.pico.tmp GlobalsModRef.pico.tmp GuardUtils.pico.tmp HeatUtils.pico.tmp ImportedFunctionsInliningStatistics.pico.tmp IndirectCallPromotionAnalysis.pico.tmp InlineAdvisor.pico.tmp InlineCost.pico.tmp InlineSizeEstimatorAnalysis.pico.tmp InstCount.pico.tmp InstructionPrecedenceTracking.pico.tmp InstructionSimplify.pico.tmp Interval.pico.tmp IntervalPartition.pico.tmp IRSimilarityIdentifier.pico.tmp IVDescriptors.pico.tmp IVUsers.pico.tmp LazyBlockFrequencyInfo.pico.tmp LazyBranchProbabilityInfo.pico.tmp LazyCallGraph.pico.tmp LazyValueInfo.pico.tmp LegacyDivergenceAnalysis.pico.tmp Lint.pico.tmp Loads.pico.tmp LoopAccessAnalysis.pico.tmp LoopAnalysisManager.pico.tmp LoopCacheAnalysis.pico.tmp LoopInfo.pico.tmp LoopNestAnalysis.pico.tmp LoopPass.pico.tmp LoopUnrollAnalyzer.pico.tmp MemDepPrinter.pico.tmp MemDerefPrinter.pico.tmp MemoryBuiltins.pico.tmp MemoryDependenceAnalysis.pico.tmp MemoryLocation.pico.tmp MemorySSA.pico.tmp MemorySSAUpdater.pico.tmp MLInlineAdvisor.pico.tmp ModuleDebugInfoPrinter.pico.tmp ModuleSummaryAnalysis.pico.tmp MustExecute.pico.tmp ObjCARCAliasAnalysis.pico.tmp ObjCARCAnalysisUtils.pico.tmp ObjCARCInstKind.pico.tmp OptimizationRemarkEmitter.pico.tmp OverflowInstAnalysis.pico.tmp PHITransAddr.pico.tmp PhiValues.pico.tmp PostDominators.pico.tmp ProfileSummaryInfo.pico.tmp PtrUseVisitor.pico.tmp RegionInfo.pico.tmp RegionPass.pico.tmp RegionPrinter.pico.tmp ReleaseModeModelRunner.pico.tmp ReplayInlineAdvisor.pico.tmp ScalarEvolutionAliasAnalysis.pico.tmp ScalarEvolution.pico.tmp ScalarEvolutionDivision.pico.tmp ScalarEvolutionNormalization.pico.tmp ScopedNoAliasAA.pico.tmp StackLifetime.pico.tmp StackSafetyAnalysis.pico.tmp SyncDependenceAnalysis.pico.tmp SyntheticCountsUtils.pico.tmp TargetLibraryInfo.pico.tmp TargetTransformInfo.pico.tmp TFUtils.pico.tmp Trace.pico.tmp TypeBasedAliasAnalysis.pico.tmp TypeMetadataUtils.pico.tmp ValueLattice.pico.tmp ValueLatticeUtils.pico.tmp ValueTracking.pico.tmp VectorUtils.pico.tmp VFABIDemangling.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_g.a || true) --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_pic.a libgcc_s.so.* libgcc_s.so _muldi3.pico _negdi2.pico _lshrdi3.pico _ashldi3.pico _ashrdi3.pico _cmpdi2.pico _ucmpdi2.pico _clear_cache.pico _trampoline.pico __main.pico _absvsi2.pico _absvdi2.pico _addvsi3.pico _addvdi3.pico _subvsi3.pico _subvdi3.pico _mulvsi3.pico _mulvdi3.pico _negvsi2.pico _negvdi2.pico _ctors.pico _ffssi2.pico _ffsdi2.pico _clz.pico _clzsi2.pico _clzdi2.pico _ctzsi2.pico _ctzdi2.pico _popcount_tab.pico _popcountsi2.pico _popcountdi2.pico _paritysi2.pico _paritydi2.pico _powisf2.pico _powidf2.pico _powixf2.pico _powitf2.pico _mulsc3.pico _muldc3.pico _mulxc3.pico _multc3.pico _divsc3.pico _divdc3.pico _divxc3.pico _divtc3.pico _bswapsi2.pico _bswapdi2.pico _clrsbsi2.pico _clrsbdi2.pico _muldi3.pico _negdi2.pico _lshrdi3.pico _ashldi3.pico _ashrdi3.pico _fixsfdi.pico _fixdfdi.pico _fixxfdi.pico _fixunssfdi.pico _fixunsdfdi.pico _fixunsxfdi.pico _floatdisf.pico _fl--- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f llib-lLLVMAnalysis.ln || true) --- cleandir-lib --- oatdidf.pico _floatdixf.pico _floatundisf.pico _floatundidf.pico _floatundixf.pico _fixunssfsi.pico _fixunsdfsi.pico _fixunsxfsi.pico _divdi3.pico _moddi3.pico _divmoddi4.pico _udivdi3.pico _umoddi3.pico _udivmoddi4.pico _udiv_w_sdiv.pico unwind-dw2.pico unwind-dw2-fde-dip.pico unwind-sjlj.pico unwind-c.pico emutls.pico cpuinfo.pico sfp-exceptions.pico addtf3.pico divtf3.pico eqtf2.pico getf2.pico letf2.pico multf3.pico negtf2.pico subtf3.pico unordtf2.pico fixtfsi.pico fixunstfsi.pico floatsitf.pico floatunsitf.pico fixtfdi.pico fixunstfdi.pico floatditf.pico floatunditf.pico fixtfti.pico fixunstfti.pico floattitf.pico floatuntitf.pico extendsftf2.pico extenddftf2.pico extendxftf2.pico trunctfsf2.pico trunctfdf2.pico trunctfxf2.pico enable-execute-stack.pico _muldi3.pico.tmp _negdi2.pico.tmp _lshrdi3.pico.tmp _ashldi3.pico.tmp _ashrdi3.pico.tmp _cmpdi2.pico.tmp _ucmpdi2.pico.tmp _clear_cache.pico.tmp _trampoline.pico.tmp __main.pico.tmp _absvsi2.pico.tmp _absvdi2.pico.tmp _addvsi3.pico.tmp _addvdi3.pico.tmp _subvsi3.pico.tmp _subvdi3.pico.tmp _mulvsi3.pico.tmp _mulvdi3.pico.tmp _negvsi2.pico.tmp _negvdi2.pico.tmp _ctors.pico.tmp _ffssi2.pico.tmp _ffsdi2.pico.tmp _clz.pico.tmp _clzsi2.pico.tmp _clzdi2.pico.tmp _ctzsi2.pico.tmp _ctzdi2.pico.tmp _popcount_tab.pico.tmp _popcountsi2.pico.tmp _popcountdi2.pico.tmp _paritysi2.pico.tmp _paritydi2.pico.tmp _powisf2.pico.tmp _powidf2.pico.tmp _powixf2.pico.tmp _powitf2.pico.tmp _mulsc3.pico.tmp _muldc3.pico.tmp _mulxc3.pico.tmp _multc3.pico.tmp _divsc3.pico.tmp _divdc3.pico.tmp _divxc3.pico.tmp _divtc3.pico.tmp _bswapsi2.pico.tmp _bswapdi2.pico.tmp _clrsbsi2.pico.tmp _clrsbdi2.pico.tmp _muldi3.pico.tmp _negdi2.pico.tmp _lshrdi3.pico.tmp _ashldi3.pico.tmp _ashrdi3.pico.tmp _fixsfdi.pico.tmp _fixdfdi.pico.tmp _fixxfdi.pico.tmp _fixunssfdi.pico.tmp _fixunsdfdi.pico.tmp _fixunsxfdi.pico.tmp _floatdisf.pico.tmp _floatdidf.pico.tmp _floatdixf.pico.tmp _floatundisf.pico.tmp _floatundidf.pico.tmp _floatundixf.pico.tmp _fixunssfsi.pico.tmp _fixunsdfsi.pico.tmp _fixunsxfsi.pico.tmp _divdi3.pico.tmp _moddi3.pico.tmp _divmoddi4.pico.tmp _udivdi3.pico.tmp _umoddi3.pico.tmp _udivmoddi4.pico.tmp _udiv_w_sdiv.pico.tmp unwind-dw2.pico.tmp unwind-dw2-fde-dip.pico.tmp unwind-sjlj.pico.tmp unwind-c.pico.tmp emutls.pico.tmp cpuinfo.pico.tmp sfp-exceptions.pico.tmp addtf3.pico.tmp divtf3.pico.tmp eqtf2.pico.tmp getf2.pico.tmp letf2.pico.tmp multf3.pico.tmp negtf2.pico.tmp subtf3.pico.tmp unordtf2.pico.tmp fixtfsi.pico.tmp fixunstfsi.pico.tmp floatsitf.pico.tmp floatunsitf.pico.tmp fixtfdi.pico.tmp fixunstfdi.pico.tmp floatditf.pico.tmp floatunditf.pico.tmp fixtfti.pico.tmp fixunstfti.pico.tmp floattitf.pico.tmp floatuntitf.pico.tmp extendsftf2.pico.tmp extenddftf2.pico.tmp extendxftf2.pico.tmp trunctfsf2.pico.tmp trunctfdf2.pico.tmp trunctfxf2.pico.tmp enable-execute-stack.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f llib-lLLVMAnalysis.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_pic.a libgcc_s.so.* libgcc_s.so _muldi3.pico _negdi2.pico _lshrdi3.pico _ashldi3.pico _ashrdi3.pico _cmpdi2.pico _ucmpdi2.pico _clear_cache.pico _trampoline.pico __main.pico _absvsi2.pico _absvdi2.pico _addvsi3.pico _addvdi3.pico _subvsi3.pico _subvdi3.pico _mulvsi3.pico _mulvdi3.pico _negvsi2.pico _negvdi2.pico _ctors.pico _ffssi2.pico _ffsdi2.pico _clz.pico _clzsi2.pico _clzdi2.pico _ctzsi2.pico _ctzdi2.pico _popcount_tab.pico _popcountsi2.pico _popcountdi2.pico _paritysi2.pico _paritydi2.pico _powisf2.pico _powidf2.pico _powixf2.pico _powitf2.pico _mulsc3.pico _muldc3.pico _mulxc3.pico _multc3.pico _divsc3.pico _divdc3.pico _divxc3.pico _divtc3.pico _bswapsi2.pico _bswapdi2.pico _clrsbsi2.pico _clrsbdi2.pico _muldi3.pico _negdi2.pico _lshrdi3.pico _ashldi3.pico _ashrdi3.pico _fixsfdi.pico _fixdfdi.pico _fixxfdi.pico _fixunssfdi.pico _fixunsdfdi.pico _fixunsxfdi.pico _floatdisf.pico _floatdidf.pico _floatdixf.pico _floatundisf.pico _floatundidf.pico _floatundixf.pico _fixunssfsi.pico _fixunsdfsi.pico _fixunsxfsi.pico _divdi3.pico _moddi3.pico _divmoddi4.pico _udivdi3.pico _umoddi3.pico _udivmoddi4.pico _udiv_w_sdiv.pico unwind-dw2.pico unwind-dw2-fde-dip.pico unwind-sjlj.pico unwind-c.pico emutls.pico cpuinfo.pico sfp-exceptions.pico addtf3.pico divtf3.pico eqtf2.pico getf2.pico letf2.pico multf3.pico negtf2.pico subtf3.pico unordtf2.pico fixtfsi.pico fixunstfsi.pico floatsitf.pico floatunsitf.pico fixtfdi.pico fixunstfdi.pico floatditf.pico floatunditf.pico fixtfti.pico fixunstfti.pico floattitf.pico floatuntitf.pico extendsftf2.pico extenddftf2.pico extendxftf2.pico trunctfsf2.pico trunctfdf2.pico trunctfxf2.pico enable-execute-stack.pico _muldi3.pico.tmp _negdi2.pico.tmp _lshrdi3.pico.tmp _ashldi3.pico.tmp _ashrdi3.pico.tmp _cmpdi2.pico.tmp _ucmpdi2.pico.tmp _clear_cache.pico.tmp _trampoline.pico.tmp __main.pico.tmp _absvsi2.pico.tmp _absvdi2.pico.tmp _addvsi3.pico.tmp _addvdi3.pico.tmp _subvsi3.pico.tmp _subvdi3.pico.tmp _mulvsi3.pico.tmp _mulvdi3.pico.tmp _negvsi2.pico.tmp _negvdi2.pico.tmp _ctors.pico.tmp _ffssi2.pico.tmp _ffsdi2.pico.tmp _clz.pico.tmp _clzsi2.pico.tmp _clzdi2.pico.tmp _ctzsi2.pico.tmp _ctzdi2.pico.tmp _popcount_tab.pico.tmp _popcountsi2.pico.tmp _popcountdi2.pico.tmp _paritysi2.pico.tmp _paritydi2.pico.tmp _powisf2.pico.tmp _powidf2.pico.tmp _powixf2.pico.tmp _powitf2.pico.tmp _mulsc3.pico.tmp _muldc3.pico.tmp _mulxc3.pico.tmp _multc3.pico.tmp _divsc3.pico.tmp _divdc3.pico.tmp _divxc3.pico.tmp _divtc3.pico.tmp _bswapsi2.pico.tmp _bswapdi2.pico.tmp _clrsbsi2.pico.tmp _clrsbdi2.pico.tmp _muldi3.pico.tmp _negdi2.pico.tmp _lshrdi3.pico.tmp _ashldi3.pico.tmp _ashrdi3.pico.tmp _fixsfdi.pico.tmp _fixdfdi.pico.tmp _fixxfdi.pico.tmp _fixunssfdi.pico.tmp _fixunsdfdi.pico.tmp _fixunsxfdi.pico.tmp _floatdisf.pico.tmp _floatdidf.pico.tmp _floatdixf.pico.tmp _floatundisf.pico.tmp _floatundidf.pico.tmp _floatundixf.pico.tmp _fixunssfsi.pico.tmp _fixunsdfsi.pico.tmp _fixunsxfsi.pico.tmp _divdi3.pico.tmp _moddi3.pico.tmp _divmoddi4.pico.tmp _udivdi3.pico.tmp _umoddi3.pico.tmp _udivmoddi4.pico.tmp _udiv_w_sdiv.pico.tmp unwind-dw2.pico.tmp unwind-dw2-fde-dip.pico.tmp unwind-sjlj.pico.tmp unwind-c.pico.tmp emutls.pico.tmp cpuinfo.pico.tmp sfp-exceptions.pico.tmp addtf3.pico.tmp divtf3.pico.tmp eqtf2.pico.tmp getf2.pico.tmp letf2.pico.tmp multf3.pico.tmp negtf2.pico.tmp subtf3.pico.tmp unordtf2.pico.tmp fixtfsi.pico.tmp fixunstfsi.pico.tmp floatsitf.pico.tmp floatunsitf.pico.tmp fixtfdi.pico.tmp fixunstfdi.pico.tmp floatditf.pico.tmp floatunditf.pico.tmp fixtfti.pico.tmp fixunstfti.pico.tmp floattitf.pico.tmp floatuntitf.pico.tmp extendsftf2.pico.tmp extenddftf2.pico.tmp extendxftf2.pico.tmp trunctfsf2.pico.tmp trunctfdf2.pico.tmp trunctfxf2.pico.tmp enable-execute-stack.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f llib-lgcc_s.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _cmpdi2.ln _ucmpdi2.ln _clear_cache.ln _trampoline.ln __main.ln _absvsi2.ln _absvdi2.ln _addvsi3.ln _addvdi3.ln _subvsi3.ln _subvdi3.ln _mulvsi3.ln _mulvdi3.ln _negvsi2.ln _negvdi2.ln _ctors.ln _ffssi2.ln _ffsdi2.ln _clz.ln _clzsi2.ln _clzdi2.ln _ctzsi2.ln _ctzdi2.ln _popcount_tab.ln _popcountsi2.ln _popcountdi2.ln _paritysi2.ln _paritydi2.ln _powisf2.ln _powidf2.ln _powixf2.ln _powitf2.ln _mulsc3.ln _muldc3.ln _mulxc3.ln _multc3.ln _divsc3.ln _divdc3.ln _divxc3.ln _divtc3.ln _bswapsi2.ln _bswapdi2.ln _clrsbsi2.ln _clrsbdi2.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _fixsfdi.ln _fixdfdi.ln _fixxfdi.ln _fixunssfdi.ln _fixunsdfdi.ln _fixunsxfdi.ln _floatdisf.ln _floatdidf.ln _floatdixf.ln _floatundisf.ln _floatundidf.ln _floatundixf.ln _fixunssfsi.ln _fixunsdfsi.ln _fixunsxfsi.ln _divdi3.ln _moddi3.ln _divmoddi4.ln _udivdi3.ln _umoddi3.ln _udivmoddi4.ln _udiv_w_sdiv.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln cpuinfo.ln sfp-exceptions.ln addtf3.ln divtf3.ln eqtf2.ln getf2.ln letf2.ln multf3.ln negtf2.ln subtf3.ln unordtf2.ln fixtfsi.ln fixunstfsi.ln floatsitf.ln floatunsitf.ln fixtfdi.ln fixunstfdi.ln floatditf.ln floatunditf.ln fixtfti.ln fixunstfti.ln floattitf.ln floatuntitf.ln extendsftf2.ln extenddftf2.ln extendxftf2.ln trunctfsf2.ln trunctfdf2.ln trunctfxf2.ln enable-execute-stack.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f llib-lgcc_s.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _cmpdi2.ln _ucmpdi2.ln _clear_cache.ln _trampoline.ln __main.ln _absvsi2.ln _absvdi2.ln _addvsi3.ln _addvdi3.ln _subvsi3.ln _subvdi3.ln _mulvsi3.ln _mulvdi3.ln _negvsi2.ln _negvdi2.ln _ctors.ln _ffssi2.ln _ffsdi2.ln _clz.ln _clzsi2.ln _clzdi2.ln _ctzsi2.ln _ctzdi2.ln _popcount_tab.ln _popcountsi2.ln _popcountdi2.ln _paritysi2.ln _paritydi2.ln _powisf2.ln _powidf2.ln _powixf2.ln _powitf2.ln _mulsc3.ln _muldc3.ln _mulxc3.ln _multc3.ln _divsc3.ln _divdc3.ln _divxc3.ln _divtc3.ln _bswapsi2.ln _bswapdi2.ln _clrsbsi2.ln _clrsbdi2.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _fixsfdi.ln _fixdfdi.ln _fixxfdi.ln _fixunssfdi.ln _fixunsdfdi.ln _fixunsxfdi.ln _floatdisf.ln _floatdidf.ln _floatdixf.ln _floatundisf.ln _floatundidf.ln _floatundixf.ln _fixunssfsi.ln _fixunsdfsi.ln _fixunsxfsi.ln _divdi3.ln _moddi3.ln _divmoddi4.ln _udivdi3.ln _umoddi3.ln _udivmoddi4.ln _udiv_w_sdiv.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln cpuinfo.ln sfp-exceptions.ln addtf3.ln divtf3.ln eqtf2.ln getf2.ln letf2.ln multf3.ln negtf2.ln subtf3.ln unordtf2.ln fixtfsi.ln fixunstfsi.ln floatsitf.ln floatunsitf.ln fixtfdi.ln fixunstfdi.ln floatditf.ln floatunditf.ln fixtfti.ln fixunstfti.ln floattitf.ln floatuntitf.ln extendsftf2.ln extenddftf2.ln extendxftf2.ln trunctfsf2.ln trunctfdf2.ln trunctfxf2.ln enable-execute-stack.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f .depend AliasAnalysis.d AliasAnalysisEvaluator.d AliasAnalysisSummary.d AliasSetTracker.d Analysis.d AssumeBundleQueries.d AssumptionCache.d BasicAliasAnalysis.d BlockFrequencyInfo.d BlockFrequencyInfoImpl.d BranchProbabilityInfo.d CFG.d CFGPrinter.d CFLAndersAliasAnalysis.d CFLSteensAliasAnalysis.d CGSCCPassManager.d CallGraph.d CallGraphSCCPass.d CallPrinter.d CaptureTracking.d CmpInstAnalysis.d CodeMetrics.d ConstantFolding.d ConstraintSystem.d CostModel.d DDG.d DDGPrinter.d Delinearization.d DemandedBits.d DependenceAnalysis.d DependenceGraphBuilder.d DevelopmentModeInlineAdvisor.d DivergenceAnalysis.d DomPrinter.d DomTreeUpdater.d DominanceFrontier.d EHPersonalities.d FunctionPropertiesAnalysis.d GlobalsModRef.d GuardUtils.d HeatUtils.d IRSimilarityIdentifier.d IVDescriptors.d IVUsers.d ImportedFunctionsInliningStatistics.d IndirectCallPromotionAnalysis.d InlineAdvisor.d InlineCost.d InlineSizeEstimatorAnalysis.d InstCount.d InstructionPrecedenceTracking.d InstructionSimplify.d Interval.d IntervalPartition.d LazyBlockFrequencyInfo.d LazyBranchProbabilityInfo.d LazyCallGraph.d LazyValueInfo.d LegacyDivergenceAnalysis.d Lint.d Loads.d LoopAccessAnalysis.d LoopAnalysisManager.d LoopCacheAnalysis.d LoopInfo.d LoopNestAnalysis.d LoopPass.d LoopUnrollAnalyzer.d MLInlineAdvisor.d MemDepPrinter.d MemDerefPrinter.d MemoryBuiltins.d MemoryDependenceAnalysis.d MemoryLocation.d MemorySSA.d MemorySSAUpdater.d ModuleDebugInfoPrinter.d ModuleSummaryAnalysis.d MustExecute.d ObjCARCAliasAnalysis.d ObjCARCAnalysisUtils.d ObjCARCInstKind.d OptimizationRemarkEmitter.d OverflowInstAnalysis.d PHITransAddr.d PhiValues.d PostDominators.d ProfileSummaryInfo.d PtrUseVisitor.d RegionInfo.d RegionPass.d RegionPrinter.d ReleaseModeModelRunner.d ReplayInlineAdvisor.d ScalarEvolution.d ScalarEvolutionAliasAnalysis.d ScalarEvolutionDivision.d ScalarEvolutionNormalization.d ScopedNoAliasAA.d StackLifetime.d StackSafetyAnalysis.d SyncDependenceAnalysis.d SyntheticCountsUtils.d TFUtils.d TargetLibraryInfo.d TargetTransformInfo.d Trace.d TypeBasedAliasAnalysis.d TypeMetadataUtils.d VFABIDemangling.d ValueLattice.d ValueLatticeUtils.d ValueTracking.d VectorUtils.d AliasAnalysis.d.tmp AliasAnalysisEvaluator.d.tmp AliasAnalysisSummary.d.tmp AliasSetTracker.d.tmp Analysis.d.tmp AssumeBundleQueries.d.tmp AssumptionCache.d.tmp BasicAliasAnalysis.d.tmp BlockFrequencyInfo.d.tmp BlockFrequencyInfoImpl.d.tmp BranchProbabilityInfo.d.tmp CFG.d.tmp CFGPrinter.d.tmp CFLAndersAliasAnalysis.d.tmp CFLSteensAliasAnalysis.d.tmp CGSCCPassManager.d.tmp CallGraph.d.tmp CallGraphSCCPass.d.tmp CallPrinter.d.tmp CaptureTracking.d.tmp CmpInstAnalysis.d.tmp CodeMetrics.d.tmp ConstantFolding.d.tmp ConstraintSystem.d.tmp CostModel.d.tmp DDG.d.tmp DDGPrinter.d.tmp Delinearization.d.tmp DemandedBits.d.tmp DependenceAnalysis.d.tmp DependenceGraphBuilder.d.tmp DevelopmentModeInlineAdvisor.d.tmp DivergenceAnalysis.d.tmp DomPrinter.d.tmp DomTreeUpdater.d.tmp DominanceFrontier.d.tmp EHPersonalities.d.tmp FunctionPropertiesAnalysis.d.tmp GlobalsModRef.d.tmp GuardUtils.d.tmp HeatUtils.d.tmp IRSimilarityIdentifier.d.tmp IVDescriptors.d.tmp IVUsers.d.tmp ImportedFunctionsInliningStatistics.d.tmp IndirectCallPromotionAnalysis.d.tmp InlineAdvisor.d.tmp InlineCost.d.tmp InlineSizeEstimatorAnalysis.d.tmp InstCount.d.tmp InstructionPrecedenceTracking.d.tmp InstructionSimplify.d.tmp Interval.d.tmp IntervalPartition.d.tmp LazyBlockFrequencyInfo.d.tmp LazyBranchProbabilityInfo.d.tmp LazyCallGraph.d.tmp LazyValueInfo.d.tmp LegacyDivergenceAnalysis.d.tmp Lint.d.tmp Loads.d.tmp LoopAccessAnalysis.d.tmp LoopAnalysisManager.d.tmp LoopCacheAnalysis.d.tmp LoopInfo.d.tmp LoopNestAnalysis.d.tmp LoopPass.d.tmp LoopUnrollAnalyzer.d.tmp MLInlineAdvisor.d.tmp MemDepPrinter.d.tmp MemDerefPrinter.d.tmp MemoryBuiltins.d.tmp MemoryDependenceAnalysis.d.tmp MemoryLocation.d.tmp MemorySSA.d.tmp MemorySSAUpdater.d.tmp ModuleDebugInfoPrinter.d.tmp ModuleSummaryAnalysis.d.tmp MustExecute.d.tmp ObjCARCAliasAnalysis.d.tmp ObjCARCAnalysisUtils.d.tmp ObjCARCInstKind.d.tmp OptimizationRemarkEmitter.d.tmp OverflowInstAnalysis.d.tmp PHITransAddr.d.tmp PhiValues.d.tmp PostDominators.d.tmp ProfileSummaryInfo.d.tmp PtrUseVisitor.d.tmp RegionInfo.d.tmp RegionPass.d.tmp RegionPrinter.d.tmp ReleaseModeModelRunner.d.tmp ReplayInlineAdvisor.d.tmp ScalarEvolution.d.tmp ScalarEvolutionAliasAnalysis.d.tmp ScalarEvolutionDivision.d.tmp ScalarEvolutionNormalization.d.tmp ScopedNoAliasAA.d.tmp StackLifetime.d.tmp StackSafetyAnalysis.d.tmp SyncDependenceAnalysis.d.tmp SyntheticCountsUtils.d.tmp TFUtils.d.tmp TargetLibraryInfo.d.tmp TargetTransformInfo.d.tmp Trace.d.tmp TypeBasedAliasAnalysis.d.tmp TypeMetadataUtils.d.tmp VFABIDemangling.d.tmp ValueLattice.d.tmp ValueLatticeUtils.d.tmp ValueTracking.d.tmp VectorUtils.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc.map _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc_s.so.1.map a.out [Ee]rrs mklog core *.core libgcc-std.ver || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f .depend AliasAnalysis.d AliasAnalysisEvaluator.d AliasAnalysisSummary.d AliasSetTracker.d Analysis.d AssumeBundleQueries.d AssumptionCache.d BasicAliasAnalysis.d BlockFrequencyInfo.d BlockFrequencyInfoImpl.d BranchProbabilityInfo.d CFG.d CFGPrinter.d CFLAndersAliasAnalysis.d CFLSteensAliasAnalysis.d CGSCCPassManager.d CallGraph.d CallGraphSCCPass.d CallPrinter.d CaptureTracking.d CmpInstAnalysis.d CodeMetrics.d ConstantFolding.d ConstraintSystem.d CostModel.d DDG.d DDGPrinter.d Delinearization.d DemandedBits.d DependenceAnalysis.d DependenceGraphBuilder.d DevelopmentModeInlineAdvisor.d DivergenceAnalysis.d DomPrinter.d DomTreeUpdater.d DominanceFrontier.d EHPersonalities.d FunctionPropertiesAnalysis.d GlobalsModRef.d GuardUtils.d HeatUtils.d IRSimilarityIdentifier.d IVDescriptors.d IVUsers.d ImportedFunctionsInliningStatistics.d IndirectCallPromotionAnalysis.d InlineAdvisor.d InlineCost.d InlineSizeEstimatorAnalysis.d InstCount.d InstructionPrecedenceTracking.d InstructionSimplify.d Interval.d IntervalPartition.d LazyBlockFrequencyInfo.d LazyBranchProbabilityInfo.d LazyCallGraph.d LazyValueInfo.d LegacyDivergenceAnalysis.d Lint.d Loads.d LoopAccessAnalysis.d LoopAnalysisManager.d LoopCacheAnalysis.d LoopInfo.d LoopNestAnalysis.d LoopPass.d LoopUnrollAnalyzer.d MLInlineAdvisor.d MemDepPrinter.d MemDerefPrinter.d MemoryBuiltins.d MemoryDependenceAnalysis.d MemoryLocation.d MemorySSA.d MemorySSAUpdater.d ModuleDebugInfoPrinter.d ModuleSummaryAnalysis.d MustExecute.d ObjCARCAliasAnalysis.d ObjCARCAnalysisUtils.d ObjCARCInstKind.d OptimizationRemarkEmitter.d OverflowInstAnalysis.d PHITransAddr.d PhiValues.d PostDominators.d ProfileSummaryInfo.d PtrUseVisitor.d RegionInfo.d RegionPass.d RegionPrinter.d ReleaseModeModelRunner.d ReplayInlineAdvisor.d ScalarEvolution.d ScalarEvolutionAliasAnalysis.d ScalarEvolutionDivision.d ScalarEvolutionNormalization.d ScopedNoAliasAA.d StackLifetime.d StackSafetyAnalysis.d SyncDependenceAnalysis.d SyntheticCountsUtils.d TFUtils.d TargetLibraryInfo.d TargetTransformInfo.d Trace.d TypeBasedAliasAnalysis.d TypeMetadataUtils.d VFABIDemangling.d ValueLattice.d ValueLatticeUtils.d ValueTracking.d VectorUtils.d AliasAnalysis.d.tmp AliasAnalysisEvaluator.d.tmp AliasAnalysisSummary.d.tmp AliasSetTracker.d.tmp Analysis.d.tmp AssumeBundleQueries.d.tmp AssumptionCache.d.tmp BasicAliasAnalysis.d.tmp BlockFrequencyInfo.d.tmp BlockFrequencyInfoImpl.d.tmp BranchProbabilityInfo.d.tmp CFG.d.tmp CFGPrinter.d.tmp CFLAndersAliasAnalysis.d.tmp CFLSteensAliasAnalysis.d.tmp CGSCCPassManager.d.tmp CallGraph.d.tmp CallGraphSCCPass.d.tmp CallPrinter.d.tmp CaptureTracking.d.tmp CmpInstAnalysis.d.tmp CodeMetrics.d.tmp ConstantFolding.d.tmp ConstraintSystem.d.tmp CostModel.d.tmp DDG.d.tmp DDGPrinter.d.tmp Delinearization.d.tmp DemandedBits.d.tmp DependenceAnalysis.d.tmp DependenceGraphBuilder.d.tmp DevelopmentModeInlineAdvisor.d.tmp DivergenceAnalysis.d.tmp DomPrinter.d.tmp DomTreeUpdater.d.tmp DominanceFrontier.d.tmp EHPersonalities.d.tmp FunctionPropertiesAnalysis.d.tmp GlobalsModRef.d.tmp GuardUtils.d.tmp HeatUtils.d.tmp IRSimilarityIdentifier.d.tmp IVDescriptors.d.tmp IVUsers.d.tmp ImportedFunctionsInliningStatistics.d.tmp IndirectCallPromotionAnalysis.d.tmp InlineAdvisor.d.tmp InlineCost.d.tmp InlineSizeEstimatorAnalysis.d.tmp InstCount.d.tmp InstructionPrecedenceTracking.d.tmp InstructionSimplify.d.tmp Interval.d.tmp IntervalPartition.d.tmp LazyBlockFrequencyInfo.d.tmp LazyBranchProbabilityInfo.d.tmp LazyCallGraph.d.tmp LazyValueInfo.d.tmp LegacyDivergenceAnalysis.d.tmp Lint.d.tmp Loads.d.tmp LoopAccessAnalysis.d.tmp LoopAnalysisManager.d.tmp LoopCacheAnalysis.d.tmp LoopInfo.d.tmp LoopNestAnalysis.d.tmp LoopPass.d.tmp LoopUnrollAnalyzer.d.tmp MLInlineAdvisor.d.tmp MemDepPrinter.d.tmp MemDerefPrinter.d.tmp MemoryBuiltins.d.tmp MemoryDependenceAnalysis.d.tmp MemoryLocation.d.tmp MemorySSA.d.tmp MemorySSAUpdater.d.tmp ModuleDebugInfoPrinter.d.tmp ModuleSummaryAnalysis.d.tmp MustExecute.d.tmp ObjCARCAliasAnalysis.d.tmp ObjCARCAnalysisUtils.d.tmp ObjCARCInstKind.d.tmp OptimizationRemarkEmitter.d.tmp OverflowInstAnalysis.d.tmp PHITransAddr.d.tmp PhiValues.d.tmp PostDominators.d.tmp ProfileSummaryInfo.d.tmp PtrUseVisitor.d.tmp RegionInfo.d.tmp RegionPass.d.tmp RegionPrinter.d.tmp ReleaseModeModelRunner.d.tmp ReplayInlineAdvisor.d.tmp ScalarEvolution.d.tmp ScalarEvolutionAliasAnalysis.d.tmp ScalarEvolutionDivision.d.tmp ScalarEvolutionNormalization.d.tmp ScopedNoAliasAA.d.tmp StackLifetime.d.tmp StackSafetyAnalysis.d.tmp SyncDependenceAnalysis.d.tmp SyntheticCountsUtils.d.tmp TFUtils.d.tmp TargetLibraryInfo.d.tmp TargetTransformInfo.d.tmp Trace.d.tmp TypeBasedAliasAnalysis.d.tmp TypeMetadataUtils.d.tmp VFABIDemangling.d.tmp ValueLattice.d.tmp ValueLatticeUtils.d.tmp ValueTracking.d.tmp VectorUtils.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc.map _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc_s.so.1.map a.out [Ee]rrs mklog core *.core libgcc-std.ver || true) --- cleandir-external --- --- cleandir-libLLVMAsmParser --- cleandir ===> external/apache2/llvm/librt/libLLVMAsmParser --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend __main.d _absvdi2.d _absvsi2.d _addvdi3.d _addvsi3.d _ashldi3.d _ashrdi3.d _bswapdi2.d _bswapsi2.d _clear_cache.d _clrsbdi2.d _clrsbsi2.d _clz.d _clzdi2.d _clzsi2.d _cmpdi2.d _ctors.d _ctzdi2.d _ctzsi2.d _divdc3.d _divdi3.d _divmoddi4.d _divsc3.d _divtc3.d _divxc3.d _ffsdi2.d _ffssi2.d _fixdfdi.d _fixsfdi.d _fixunsdfdi.d _fixunsdfsi.d _fixunssfdi.d _fixunssfsi.d _fixunsxfdi.d _fixunsxfsi.d _fixxfdi.d _floatdidf.d _floatdisf.d _floatdixf.d _floatundidf.d _floatundisf.d _floatundixf.d _lshrdi3.d _moddi3.d _muldc3.d _muldi3.d _mulsc3.d _multc3.d _mulvdi3.d _mulvsi3.d _mulxc3.d _negdi2.d _negvdi2.d _negvsi2.d _paritydi2.d _paritysi2.d _popcount_tab.d _popcountdi2.d _popcountsi2.d _powidf2.d _powisf2.d _powitf2.d _powixf2.d _subvdi3.d _subvsi3.d _trampoline.d _ucmpdi2.d _udiv_w_sdiv.d _udivdi3.d _udivmoddi4.d _umoddi3.d addtf3.d cpuinfo.d divtf3.d emutls.d enable-execute-stack.d eqtf2.d extenddftf2.d extendsftf2.d extendxftf2.d fixtfdi.d fixtfsi.d fixtfti.d fixunstfdi.d fixunstfsi.d fixunstfti.d floatditf.d floatsitf.d floattitf.d floatunditf.d floatunsitf.d floatuntitf.d getf2.d letf2.d multf3.d negtf2.d sfp-exceptions.d subtf3.d trunctfdf2.d trunctfsf2.d trunctfxf2.d unordtf2.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d __main.d.tmp _absvdi2.d.tmp _absvsi2.d.tmp _addvdi3.d.tmp _addvsi3.d.tmp _ashldi3.d.tmp _ashrdi3.d.tmp _bswapdi2.d.tmp _bswapsi2.d.tmp _clear_cache.d.tmp _clrsbdi2.d.tmp _clrsbsi2.d.tmp _clz.d.tmp _clzdi2.d.tmp _clzsi2.d.tmp _cmpdi2.d.tmp _ctors.d.tmp _ctzdi2.d.tmp _ctzsi2.d.tmp _divdc3.d.tmp _divdi3.d.tmp _divmoddi4.d.tmp _divsc3.d.tmp _divtc3.d.tmp _divxc3.d.tmp _ffsdi2.d.tmp _ffssi2.d.tmp _fixdfdi.d.tmp _fixsfdi.d.tmp _fixunsdfdi.d.tmp _fixunsdfsi.d.tmp _fixunssfdi.d.tmp _fixunssfsi.d.tmp _fixunsxfdi.d.tmp _fixunsxfsi.d.tmp _fixxfdi.d.tmp _floatdidf.d.tmp _floatdisf.d.tmp _floatdixf.d.tmp _floatundidf.d.tmp _floatundisf.d.tmp _floatundixf.d.tmp _lshrdi3.d.tmp _moddi3.d.tmp _muldc3.d.tmp _muldi3.d.tmp _mulsc3.d.tmp _multc3.d.tmp _mulvdi3.d.tmp _mulvsi3.d.tmp _mulxc3.d.tmp _negdi2.d.tmp _negvdi2.d.tmp _negvsi2.d.tmp _paritydi2.d.tmp _paritysi2.d.tmp _popcount_tab.d.tmp _popcountdi2.d.tmp _popcountsi2.d.tmp _powidf2.d.tmp _powisf2.d.tmp _powitf2.d.tmp _powixf2.d.tmp _subvdi3.d.tmp _subvsi3.d.tmp _trampoline.d.tmp _ucmpdi2.d.tmp _udiv_w_sdiv.d.tmp _udivdi3.d.tmp _udivmoddi4.d.tmp _umoddi3.d.tmp addtf3.d.tmp cpuinfo.d.tmp divtf3.d.tmp emutls.d.tmp enable-execute-stack.d.tmp eqtf2.d.tmp extenddftf2.d.tmp extendsftf2.d.tmp extendxftf2.d.tmp fixtfdi.d.tmp fixtfsi.d.tmp fixtfti.d.tmp fixunstfdi.d.tmp fixunstfsi.d.tmp fixunstfti.d.tmp floatditf.d.tmp floatsitf.d.tmp floattitf.d.tmp floatunditf.d.tmp floatunsitf.d.tmp floatuntitf.d.tmp getf2.d.tmp letf2.d.tmp multf3.d.tmp negtf2.d.tmp sfp-exceptions.d.tmp subtf3.d.tmp trunctfdf2.d.tmp trunctfsf2.d.tmp trunctfxf2.d.tmp unordtf2.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend __main.d _absvdi2.d _absvsi2.d _addvdi3.d _addvsi3.d _ashldi3.d _ashrdi3.d _bswapdi2.d _bswapsi2.d _clear_cache.d _clrsbdi2.d _clrsbsi2.d _clz.d _clzdi2.d _clzsi2.d _cmpdi2.d _ctors.d _ctzdi2.d _ctzsi2.d _divdc3.d _divdi3.d _divmoddi4.d _divsc3.d _divtc3.d _divxc3.d _ffsdi2.d _ffssi2.d _fixdfdi.d _fixsfdi.d _fixunsdfdi.d _fixunsdfsi.d _fixunssfdi.d _fixunssfsi.d _fixunsxfdi.d _fixunsxfsi.d _fixxfdi.d _floatdidf.d _floatdisf.d _floatdixf.d _floatundidf.d _floatundisf.d _floatundixf.d _lshrdi3.d _moddi3.d _muldc3.d _muldi3.d _mulsc3.d _multc3.d _mulvdi3.d _mulvsi3.d _mulxc3.d _negdi2.d _negvdi2.d _negvsi2.d _paritydi2.d _paritysi2.d _popcount_tab.d _popcountdi2.d _popcountsi2.d _powidf2.d _powisf2.d _powitf2.d _powixf2.d _subvdi3.d _subvsi3.d _trampoline.d _ucmpdi2.d _udiv_w_sdiv.d _udivdi3.d _udivmoddi4.d _umoddi3.d addtf3.d cpuinfo.d divtf3.d emutls.d enable-execute-stack.d eqtf2.d extenddftf2.d extendsftf2.d extendxftf2.d fixtfdi.d fixtfsi.d fixtfti.d fixunstfdi.d fixunstfsi.d fixunstfti.d floatditf.d floatsitf.d floattitf.d floatunditf.d floatunsitf.d floatuntitf.d getf2.d letf2.d multf3.d negtf2.d sfp-exceptions.d subtf3.d trunctfdf2.d trunctfsf2.d trunctfxf2.d unordtf2.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d __main.d.tmp _absvdi2.d.tmp _absvsi2.d.tmp _addvdi3.d.tmp _addvsi3.d.tmp _ashldi3.d.tmp _ashrdi3.d.tmp _bswapdi2.d.tmp _bswapsi2.d.tmp _clear_cache.d.tmp _clrsbdi2.d.tmp _clrsbsi2.d.tmp _clz.d.tmp _clzdi2.d.tmp _clzsi2.d.tmp _cmpdi2.d.tmp _ctors.d.tmp _ctzdi2.d.tmp _ctzsi2.d.tmp _divdc3.d.tmp _divdi3.d.tmp _divmoddi4.d.tmp _divsc3.d.tmp _divtc3.d.tmp _divxc3.d.tmp _ffsdi2.d.tmp _ffssi2.d.tmp _fixdfdi.d.tmp _fixsfdi.d.tmp _fixunsdfdi.d.tmp _fixunsdfsi.d.tmp _fixunssfdi.d.tmp _fixunssfsi.d.tmp _fixunsxfdi.d.tmp _fixunsxfsi.d.tmp _fixxfdi.d.tmp _floatdidf.d.tmp _floatdisf.d.tmp _floatdixf.d.tmp _floatundidf.d.tmp _floatundisf.d.tmp _floatundixf.d.tmp _lshrdi3.d.tmp _moddi3.d.tmp _muldc3.d.tmp _muldi3.d.tmp _mulsc3.d.tmp _multc3.d.tmp _mulvdi3.d.tmp _mulvsi3.d.tmp _mulxc3.d.tmp _negdi2.d.tmp _negvdi2.d.tmp _negvsi2.d.tmp _paritydi2.d.tmp _paritysi2.d.tmp _popcount_tab.d.tmp _popcountdi2.d.tmp _popcountsi2.d.tmp _powidf2.d.tmp _powisf2.d.tmp _powitf2.d.tmp _powixf2.d.tmp _subvdi3.d.tmp _subvsi3.d.tmp _trampoline.d.tmp _ucmpdi2.d.tmp _udiv_w_sdiv.d.tmp _udivdi3.d.tmp _udivmoddi4.d.tmp _umoddi3.d.tmp addtf3.d.tmp cpuinfo.d.tmp divtf3.d.tmp emutls.d.tmp enable-execute-stack.d.tmp eqtf2.d.tmp extenddftf2.d.tmp extendsftf2.d.tmp extendxftf2.d.tmp fixtfdi.d.tmp fixtfsi.d.tmp fixtfti.d.tmp fixunstfdi.d.tmp fixunstfsi.d.tmp fixunstfti.d.tmp floatditf.d.tmp floatsitf.d.tmp floattitf.d.tmp floatunditf.d.tmp floatunsitf.d.tmp floatuntitf.d.tmp getf2.d.tmp letf2.d.tmp multf3.d.tmp negtf2.d.tmp sfp-exceptions.d.tmp subtf3.d.tmp trunctfdf2.d.tmp trunctfsf2.d.tmp trunctfxf2.d.tmp unordtf2.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- cleandir-libgcov --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser.a LLLexer.o LLParser.o Parser.o LLLexer.o.tmp LLParser.o.tmp Parser.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libgcc/libgcov --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser.a LLLexer.o LLParser.o Parser.o LLLexer.o.tmp LLParser.o.tmp Parser.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_p.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov.a _gcov_merge_add.o _gcov_merge_topn.o _gcov_merge_ior.o _gcov_merge_time_profile.o _gcov_interval_profiler.o _gcov_interval_profiler_atomic.o _gcov_pow2_profiler.o _gcov_pow2_profiler_atomic.o _gcov_topn_values_profiler.o _gcov_topn_values_profiler_atomic.o _gcov_average_profiler.o _gcov_average_profiler_atomic.o _gcov_ior_profiler.o _gcov_ior_profiler_atomic.o _gcov_indirect_call_profiler_v4.o _gcov_time_profiler.o _gcov_dump.o _gcov_flush.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_reset.o _gcov.o _gcov_merge_add.o.tmp _gcov_merge_topn.o.tmp _gcov_merge_ior.o.tmp _gcov_merge_time_profile.o.tmp _gcov_interval_profiler.o.tmp _gcov_interval_profiler_atomic.o.tmp _gcov_pow2_profiler.o.tmp _gcov_pow2_profiler_atomic.o.tmp _gcov_topn_values_profiler.o.tmp _gcov_topn_values_profiler_atomic.o.tmp _gcov_average_profiler.o.tmp _gcov_average_profiler_atomic.o.tmp _gcov_ior_profiler.o.tmp _gcov_ior_profiler_atomic.o.tmp _gcov_indirect_call_profiler_v4.o.tmp _gcov_time_profiler.o.tmp _gcov_dump.o.tmp _gcov_flush.o.tmp _gcov_fork.o.tmp _gcov_execl.o.tmp _gcov_execlp.o.tmp _gcov_execle.o.tmp _gcov_execv.o.tmp _gcov_execvp.o.tmp _gcov_execve.o.tmp _gcov_reset.o.tmp _gcov.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov.a _gcov_merge_add.o _gcov_merge_topn.o _gcov_merge_ior.o _gcov_merge_time_profile.o _gcov_interval_profiler.o _gcov_interval_profiler_atomic.o _gcov_pow2_profiler.o _gcov_pow2_profiler_atomic.o _gcov_topn_values_profiler.o _gcov_topn_values_profiler_atomic.o _gcov_average_profiler.o _gcov_average_profiler_atomic.o _gcov_ior_profiler.o _gcov_ior_profiler_atomic.o _gcov_indirect_call_profiler_v4.o _gcov_time_profiler.o _gcov_dump.o _gcov_flush.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_reset.o _gcov.o _gcov_merge_add.o.tmp _gcov_merge_topn.o.tmp _gcov_merge_ior.o.tmp _gcov_merge_time_profile.o.tmp _gcov_interval_profiler.o.tmp _gcov_interval_profiler_atomic.o.tmp _gcov_pow2_profiler.o.tmp _gcov_pow2_profiler_atomic.o.tmp _gcov_topn_values_profiler.o.tmp _gcov_topn_values_profiler_atomic.o.tmp _gcov_average_profiler.o.tmp _gcov_average_profiler_atomic.o.tmp _gcov_ior_profiler.o.tmp _gcov_ior_profiler_atomic.o.tmp _gcov_indirect_call_profiler_v4.o.tmp _gcov_time_profiler.o.tmp _gcov_dump.o.tmp _gcov_flush.o.tmp _gcov_fork.o.tmp _gcov_execl.o.tmp _gcov_execlp.o.tmp _gcov_execle.o.tmp _gcov_execv.o.tmp _gcov_execvp.o.tmp _gcov_execve.o.tmp _gcov_reset.o.tmp _gcov.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_g.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_p.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_pic.a LLLexer.pico LLParser.pico Parser.pico LLLexer.pico.tmp LLParser.pico.tmp Parser.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_pic.a LLLexer.pico LLParser.pico Parser.pico LLLexer.pico.tmp LLParser.pico.tmp Parser.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f llib-lLLVMAsmParser.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f llib-lLLVMAsmParser.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_pic.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f llib-lgcov.ln _gcov_merge_add.ln _gcov_merge_topn.ln _gcov_merge_ior.ln _gcov_merge_time_profile.ln _gcov_interval_profiler.ln _gcov_interval_profiler_atomic.ln _gcov_pow2_profiler.ln _gcov_pow2_profiler_atomic.ln _gcov_topn_values_profiler.ln _gcov_topn_values_profiler_atomic.ln _gcov_average_profiler.ln _gcov_average_profiler_atomic.ln _gcov_ior_profiler.ln _gcov_ior_profiler_atomic.ln _gcov_indirect_call_profiler_v4.ln _gcov_time_profiler.ln _gcov_dump.ln _gcov_flush.ln _gcov_fork.ln _gcov_execl.ln _gcov_execlp.ln _gcov_execle.ln _gcov_execv.ln _gcov_execvp.ln _gcov_execve.ln _gcov_reset.ln _gcov.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f .depend LLLexer.d LLParser.d Parser.d LLLexer.d.tmp LLParser.d.tmp Parser.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f llib-lgcov.ln _gcov_merge_add.ln _gcov_merge_topn.ln _gcov_merge_ior.ln _gcov_merge_time_profile.ln _gcov_interval_profiler.ln _gcov_interval_profiler_atomic.ln _gcov_pow2_profiler.ln _gcov_pow2_profiler_atomic.ln _gcov_topn_values_profiler.ln _gcov_topn_values_profiler_atomic.ln _gcov_average_profiler.ln _gcov_average_profiler_atomic.ln _gcov_ior_profiler.ln _gcov_ior_profiler_atomic.ln _gcov_indirect_call_profiler_v4.ln _gcov_time_profiler.ln _gcov_dump.ln _gcov_flush.ln _gcov_fork.ln _gcov_execl.ln _gcov_execlp.ln _gcov_execle.ln _gcov_execv.ln _gcov_execvp.ln _gcov_execve.ln _gcov_reset.ln _gcov.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f .depend LLLexer.d LLParser.d Parser.d LLLexer.d.tmp LLParser.d.tmp Parser.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h _gcov_merge_add.c _gcov_merge_topn.c _gcov_merge_ior.c _gcov_merge_time_profile.c _gcov_interval_profiler.c _gcov_interval_profiler_atomic.c _gcov_pow2_profiler.c _gcov_pow2_profiler_atomic.c _gcov_topn_values_profiler.c _gcov_topn_values_profiler_atomic.c _gcov_average_profiler.c _gcov_average_profiler_atomic.c _gcov_ior_profiler.c _gcov_ior_profiler_atomic.c _gcov_indirect_call_profiler_v4.c _gcov_time_profiler.c _gcov_dump.c _gcov_flush.c _gcov_fork.c _gcov_execl.c _gcov_execlp.c _gcov_execle.c _gcov_execv.c _gcov_execvp.c _gcov_execve.c _gcov_reset.c _gcov.c libgcov.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-libLLVMAsmPrinter --- cleandir ===> external/apache2/llvm/librt/libLLVMAsmPrinter --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h _gcov_merge_add.c _gcov_merge_topn.c _gcov_merge_ior.c _gcov_merge_time_profile.c _gcov_interval_profiler.c _gcov_interval_profiler_atomic.c _gcov_pow2_profiler.c _gcov_pow2_profiler_atomic.c _gcov_topn_values_profiler.c _gcov_topn_values_profiler_atomic.c _gcov_average_profiler.c _gcov_average_profiler_atomic.c _gcov_ior_profiler.c _gcov_ior_profiler_atomic.c _gcov_indirect_call_profiler_v4.c _gcov_time_profiler.c _gcov_dump.c _gcov_flush.c _gcov_fork.c _gcov_execl.c _gcov_execlp.c _gcov_execle.c _gcov_execv.c _gcov_execvp.c _gcov_execve.c _gcov_reset.c _gcov.c libgcov.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend _gcov.d _gcov_average_profiler.d _gcov_average_profiler_atomic.d _gcov_dump.d _gcov_execl.d _gcov_execle.d _gcov_execlp.d _gcov_execv.d _gcov_execve.d _gcov_execvp.d _gcov_flush.d _gcov_fork.d _gcov_indirect_call_profiler_v4.d _gcov_interval_profiler.d _gcov_interval_profiler_atomic.d _gcov_ior_profiler.d _gcov_ior_profiler_atomic.d _gcov_merge_add.d _gcov_merge_ior.d _gcov_merge_time_profile.d _gcov_merge_topn.d _gcov_pow2_profiler.d _gcov_pow2_profiler_atomic.d _gcov_reset.d _gcov_time_profiler.d _gcov_topn_values_profiler.d _gcov_topn_values_profiler_atomic.d enable-execute-stack.d _gcov.d.tmp _gcov_average_profiler.d.tmp _gcov_average_profiler_atomic.d.tmp _gcov_dump.d.tmp _gcov_execl.d.tmp _gcov_execle.d.tmp _gcov_execlp.d.tmp _gcov_execv.d.tmp _gcov_execve.d.tmp _gcov_execvp.d.tmp _gcov_flush.d.tmp _gcov_fork.d.tmp _gcov_indirect_call_profiler_v4.d.tmp _gcov_interval_profiler.d.tmp _gcov_interval_profiler_atomic.d.tmp _gcov_ior_profiler.d.tmp _gcov_ior_profiler_atomic.d.tmp _gcov_merge_add.d.tmp _gcov_merge_ior.d.tmp _gcov_merge_time_profile.d.tmp _gcov_merge_topn.d.tmp _gcov_pow2_profiler.d.tmp _gcov_pow2_profiler_atomic.d.tmp _gcov_reset.d.tmp _gcov_time_profiler.d.tmp _gcov_topn_values_profiler.d.tmp _gcov_topn_values_profiler_atomic.d.tmp enable-execute-stack.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend _gcov.d _gcov_average_profiler.d _gcov_average_profiler_atomic.d _gcov_dump.d _gcov_execl.d _gcov_execle.d _gcov_execlp.d _gcov_execv.d _gcov_execve.d _gcov_execvp.d _gcov_flush.d _gcov_fork.d _gcov_indirect_call_profiler_v4.d _gcov_interval_profiler.d _gcov_interval_profiler_atomic.d _gcov_ior_profiler.d _gcov_ior_profiler_atomic.d _gcov_merge_add.d _gcov_merge_ior.d _gcov_merge_time_profile.d _gcov_merge_topn.d _gcov_pow2_profiler.d _gcov_pow2_profiler_atomic.d _gcov_reset.d _gcov_time_profiler.d _gcov_topn_values_profiler.d _gcov_topn_values_profiler_atomic.d enable-execute-stack.d _gcov.d.tmp _gcov_average_profiler.d.tmp _gcov_average_profiler_atomic.d.tmp _gcov_dump.d.tmp _gcov_execl.d.tmp _gcov_execle.d.tmp _gcov_execlp.d.tmp _gcov_execv.d.tmp _gcov_execve.d.tmp _gcov_execvp.d.tmp _gcov_flush.d.tmp _gcov_fork.d.tmp _gcov_indirect_call_profiler_v4.d.tmp _gcov_interval_profiler.d.tmp _gcov_interval_profiler_atomic.d.tmp _gcov_ior_profiler.d.tmp _gcov_ior_profiler_atomic.d.tmp _gcov_merge_add.d.tmp _gcov_merge_ior.d.tmp _gcov_merge_time_profile.d.tmp _gcov_merge_topn.d.tmp _gcov_pow2_profiler.d.tmp _gcov_pow2_profiler_atomic.d.tmp _gcov_reset.d.tmp _gcov_time_profiler.d.tmp _gcov_topn_values_profiler.d.tmp _gcov_topn_values_profiler_atomic.d.tmp enable-execute-stack.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter.a AccelTable.o AddressPool.o AIXException.o ARMException.o AsmPrinter.o AsmPrinterDwarf.o AsmPrinterInlineAsm.o CodeViewDebug.o DbgEntityHistoryCalculator.o DebugHandlerBase.o DebugLocStream.o DIE.o DIEHash.o DwarfCFIException.o DwarfCompileUnit.o DwarfDebug.o DwarfExpression.o DwarfFile.o DwarfStringPool.o DwarfUnit.o EHStreamer.o ErlangGCPrinter.o OcamlGCPrinter.o PseudoProbePrinter.o WasmException.o WinCFGuard.o WinException.o AccelTable.o.tmp AddressPool.o.tmp AIXException.o.tmp ARMException.o.tmp AsmPrinter.o.tmp AsmPrinterDwarf.o.tmp AsmPrinterInlineAsm.o.tmp CodeViewDebug.o.tmp DbgEntityHistoryCalculator.o.tmp DebugHandlerBase.o.tmp DebugLocStream.o.tmp DIE.o.tmp DIEHash.o.tmp DwarfCFIException.o.tmp DwarfCompileUnit.o.tmp DwarfDebug.o.tmp DwarfExpression.o.tmp DwarfFile.o.tmp DwarfStringPool.o.tmp DwarfUnit.o.tmp EHStreamer.o.tmp ErlangGCPrinter.o.tmp OcamlGCPrinter.o.tmp PseudoProbePrinter.o.tmp WasmException.o.tmp WinCFGuard.o.tmp WinException.o.tmp || true) --- cleandir-lib --- --- cleandir-libc --- cleandir ===> lib/libc --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter.a AccelTable.o AddressPool.o AIXException.o ARMException.o AsmPrinter.o AsmPrinterDwarf.o AsmPrinterInlineAsm.o CodeViewDebug.o DbgEntityHistoryCalculator.o DebugHandlerBase.o DebugLocStream.o DIE.o DIEHash.o DwarfCFIException.o DwarfCompileUnit.o DwarfDebug.o DwarfExpression.o DwarfFile.o DwarfStringPool.o DwarfUnit.o EHStreamer.o ErlangGCPrinter.o OcamlGCPrinter.o PseudoProbePrinter.o WasmException.o WinCFGuard.o WinException.o AccelTable.o.tmp AddressPool.o.tmp AIXException.o.tmp ARMException.o.tmp AsmPrinter.o.tmp AsmPrinterDwarf.o.tmp AsmPrinterInlineAsm.o.tmp CodeViewDebug.o.tmp DbgEntityHistoryCalculator.o.tmp DebugHandlerBase.o.tmp DebugLocStream.o.tmp DIE.o.tmp DIEHash.o.tmp DwarfCFIException.o.tmp DwarfCompileUnit.o.tmp DwarfDebug.o.tmp DwarfExpression.o.tmp DwarfFile.o.tmp DwarfStringPool.o.tmp DwarfUnit.o.tmp EHStreamer.o.tmp ErlangGCPrinter.o.tmp OcamlGCPrinter.o.tmp PseudoProbePrinter.o.tmp WasmException.o.tmp WinCFGuard.o.tmp WinException.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_pic.a AccelTable.pico AddressPool.pico AIXException.pico ARMException.pico AsmPrinter.pico AsmPrinterDwarf.pico AsmPrinterInlineAsm.pico CodeViewDebug.pico DbgEntityHistoryCalculator.pico DebugHandlerBase.pico DebugLocStream.pico DIE.pico DIEHash.pico DwarfCFIException.pico DwarfCompileUnit.pico DwarfDebug.pico DwarfExpression.pico DwarfFile.pico DwarfStringPool.pico DwarfUnit.pico EHStreamer.pico ErlangGCPrinter.pico OcamlGCPrinter.pico PseudoProbePrinter.pico WasmException.pico WinCFGuard.pico WinException.pico AccelTable.pico.tmp AddressPool.pico.tmp AIXException.pico.tmp ARMException.pico.tmp AsmPrinter.pico.tmp AsmPrinterDwarf.pico.tmp AsmPrinterInlineAsm.pico.tmp CodeViewDebug.pico.tmp DbgEntityHistoryCalculator.pico.tmp DebugHandlerBase.pico.tmp DebugLocStream.pico.tmp DIE.pico.tmp DIEHash.pico.tmp DwarfCFIException.pico.tmp DwarfCompileUnit.pico.tmp DwarfDebug.pico.tmp DwarfExpression.pico.tmp DwarfFile.pico.tmp DwarfStringPool.pico.tmp DwarfUnit.pico.tmp EHStreamer.pico.tmp ErlangGCPrinter.pico.tmp OcamlGCPrinter.pico.tmp PseudoProbePrinter.pico.tmp WasmException.pico.tmp WinCFGuard.pico.tmp WinException.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_pic.a AccelTable.pico AddressPool.pico AIXException.pico ARMException.pico AsmPrinter.pico AsmPrinterDwarf.pico AsmPrinterInlineAsm.pico CodeViewDebug.pico DbgEntityHistoryCalculator.pico DebugHandlerBase.pico DebugLocStream.pico DIE.pico DIEHash.pico DwarfCFIException.pico DwarfCompileUnit.pico DwarfDebug.pico DwarfExpression.pico DwarfFile.pico DwarfStringPool.pico DwarfUnit.pico EHStreamer.pico ErlangGCPrinter.pico OcamlGCPrinter.pico PseudoProbePrinter.pico WasmException.pico WinCFGuard.pico WinException.pico AccelTable.pico.tmp AddressPool.pico.tmp AIXException.pico.tmp ARMException.pico.tmp AsmPrinter.pico.tmp AsmPrinterDwarf.pico.tmp AsmPrinterInlineAsm.pico.tmp CodeViewDebug.pico.tmp DbgEntityHistoryCalculator.pico.tmp DebugHandlerBase.pico.tmp DebugLocStream.pico.tmp DIE.pico.tmp DIEHash.pico.tmp DwarfCFIException.pico.tmp DwarfCompileUnit.pico.tmp DwarfDebug.pico.tmp DwarfExpression.pico.tmp DwarfFile.pico.tmp DwarfStringPool.pico.tmp DwarfUnit.pico.tmp EHStreamer.pico.tmp ErlangGCPrinter.pico.tmp OcamlGCPrinter.pico.tmp PseudoProbePrinter.pico.tmp WasmException.pico.tmp WinCFGuard.pico.tmp WinException.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f llib-lLLVMAsmPrinter.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f llib-lLLVMAsmPrinter.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f .depend AIXException.d ARMException.d AccelTable.d AddressPool.d AsmPrinter.d AsmPrinterDwarf.d AsmPrinterInlineAsm.d CodeViewDebug.d DIE.d DIEHash.d DbgEntityHistoryCalculator.d DebugHandlerBase.d DebugLocStream.d DwarfCFIException.d DwarfCompileUnit.d DwarfDebug.d DwarfExpression.d DwarfFile.d DwarfStringPool.d DwarfUnit.d EHStreamer.d ErlangGCPrinter.d OcamlGCPrinter.d PseudoProbePrinter.d WasmException.d WinCFGuard.d WinException.d AIXException.d.tmp ARMException.d.tmp AccelTable.d.tmp AddressPool.d.tmp AsmPrinter.d.tmp AsmPrinterDwarf.d.tmp AsmPrinterInlineAsm.d.tmp CodeViewDebug.d.tmp DIE.d.tmp DIEHash.d.tmp DbgEntityHistoryCalculator.d.tmp DebugHandlerBase.d.tmp DebugLocStream.d.tmp DwarfCFIException.d.tmp DwarfCompileUnit.d.tmp DwarfDebug.d.tmp DwarfExpression.d.tmp DwarfFile.d.tmp DwarfStringPool.d.tmp DwarfUnit.d.tmp EHStreamer.d.tmp ErlangGCPrinter.d.tmp OcamlGCPrinter.d.tmp PseudoProbePrinter.d.tmp WasmException.d.tmp WinCFGuard.d.tmp WinException.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f .depend AIXException.d ARMException.d AccelTable.d AddressPool.d AsmPrinter.d AsmPrinterDwarf.d AsmPrinterInlineAsm.d CodeViewDebug.d DIE.d DIEHash.d DbgEntityHistoryCalculator.d DebugHandlerBase.d DebugLocStream.d DwarfCFIException.d DwarfCompileUnit.d DwarfDebug.d DwarfExpression.d DwarfFile.d DwarfStringPool.d DwarfUnit.d EHStreamer.d ErlangGCPrinter.d OcamlGCPrinter.d PseudoProbePrinter.d WasmException.d WinCFGuard.d WinException.d AIXException.d.tmp ARMException.d.tmp AccelTable.d.tmp AddressPool.d.tmp AsmPrinter.d.tmp AsmPrinterDwarf.d.tmp AsmPrinterInlineAsm.d.tmp CodeViewDebug.d.tmp DIE.d.tmp DIEHash.d.tmp DbgEntityHistoryCalculator.d.tmp DebugHandlerBase.d.tmp DebugLocStream.d.tmp DwarfCFIException.d.tmp DwarfCompileUnit.d.tmp DwarfDebug.d.tmp DwarfExpression.d.tmp DwarfFile.d.tmp DwarfStringPool.d.tmp DwarfUnit.d.tmp EHStreamer.d.tmp ErlangGCPrinter.d.tmp OcamlGCPrinter.d.tmp PseudoProbePrinter.d.tmp WasmException.d.tmp WinCFGuard.d.tmp WinException.d.tmp tags || true) --- cleandir-libLLVMBinaryFormat --- cleandir ===> external/apache2/llvm/librt/libLLVMBinaryFormat --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat.a AMDGPUMetadataVerifier.o Dwarf.o MachO.o Magic.o Minidump.o MsgPackDocument.o MsgPackDocumentYAML.o MsgPackReader.o MsgPackWriter.o Wasm.o XCOFF.o AMDGPUMetadataVerifier.o.tmp Dwarf.o.tmp MachO.o.tmp Magic.o.tmp Minidump.o.tmp MsgPackDocument.o.tmp MsgPackDocumentYAML.o.tmp MsgPackReader.o.tmp MsgPackWriter.o.tmp Wasm.o.tmp XCOFF.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat.a AMDGPUMetadataVerifier.o Dwarf.o MachO.o Magic.o Minidump.o MsgPackDocument.o MsgPackDocumentYAML.o MsgPackReader.o MsgPackWriter.o Wasm.o XCOFF.o AMDGPUMetadataVerifier.o.tmp Dwarf.o.tmp MachO.o.tmp Magic.o.tmp Minidump.o.tmp MsgPackDocument.o.tmp MsgPackDocumentYAML.o.tmp MsgPackReader.o.tmp MsgPackWriter.o.tmp Wasm.o.tmp XCOFF.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_g.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_pic.a AMDGPUMetadataVerifier.pico Dwarf.pico MachO.pico Magic.pico Minidump.pico MsgPackDocument.pico MsgPackDocumentYAML.pico MsgPackReader.pico MsgPackWriter.pico Wasm.pico XCOFF.pico AMDGPUMetadataVerifier.pico.tmp Dwarf.pico.tmp MachO.pico.tmp Magic.pico.tmp Minidump.pico.tmp MsgPackDocument.pico.tmp MsgPackDocumentYAML.pico.tmp MsgPackReader.pico.tmp MsgPackWriter.pico.tmp Wasm.pico.tmp XCOFF.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libc && rm -f libc.a __sigtramp2.o compat_ndbmdatum.o compat_setlocale1.o compat_setlocale32.o compat_errlist.o compat_fts.o compat___fts13.o compat___fts30.o compat___fts31.o compat_getmntinfo.o compat_glob.o compat___glob13.o compat_opendir.o compat_readdir.o compat__readdir_unlocked30.o compat_scandir.o compat_siglist.o compat_signame.o compat_sigsetops.o compat_times.o compat_timezone.o compat_unvis.o compat_utmpx.o compat_time.o compat_utime.o compat_devname.o compat_alphasort.o compat_getpwent.o compat___fts32.o compat_utmp.o compat___fts50.o compat___unvis13.o compat_syslog.o compat_alloca.o compat___getmntinfo13.o __cmsg_alignbytes.o compat_ns_addr.o compat_ns_ntoa.o compat_pmap_rmtcall.o compat_rpcb.o compat_fgetpos.o compat_fsetpos.o compat_putenv.o compat_random.o compat_unsetenv.o compat_getdents.o compat_getdirentries.o compat_msync.o compat_ntp_gettime.o compat_sched.o compat_semctl.o compat_sigaltstack.o compat_stat.o compat___stat13.o compat_statfs.o compat_statvfs.o compat_socket.o compat_getfh.o compat_fhopen.o compat___fhstat30.o compat_fhstatvfs.o compat_fhstatvfs1.o compat_mount.o compat_getrusage.o compat_gettimeofday.o compat_utimes.o compat_wait4.o compat_sigtimedwait.o compat_settimeofday.o compat_timer.o compat_clock.o compat_itimer.o compat_select.o compat_nanosleep.o compat___stat30.o compat_aio_suspend.o compat_adjtime.o compat_mknod.o compat_mqueue.o compat__lwp_park.o compat_lfs_segwait.o compat_kevent.o compat___ntp_gettime30.o compat___semctl13.o compat___shmctl13.o compat___msgctl13.o compat___lwp_park50.o compat___fhstatvfs140.o compat___fhstatvfs40.o compat___sigaction14_sigtramp.o compat_localtime.o compat_difftime.o compat_frexp_ieee754.o compat_ldexp_ieee754.o compat_modf_ieee754.o compat_Ovfork.o compat___semctl.o compat___sigreturn14.o compat_msgctl.o compat_shmctl.o compat_sigaction.o compat_sigpending.o compat_sigprocmask.o compat_sigreturn.o compat_sigsuspend.o compat_quotactl.o atomic.o atomic_init_cas.o cdbr.o cdbw.o bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o bt_utils.o db.o dbfile.o hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o ndbmdatum.o ndbm.o mpool.o rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o rec_search.o rec_seq.o rec_utils.o citrus_bcs.o citrus_bcs_strtol.o citrus_bcs_strtoul.o citrus_csmapper.o citrus_ctype.o citrus_ctype_fallback.o citrus_db.o citrus_db_hash.o citrus_esdb.o citrus_hash.o citrus_iconv.o citrus_lookup.o citrus_mapper.o citrus_memstream.o citrus_mmap.o citrus_module.o citrus_none.o citrus_stdenc.o citrus_lc_ctype.o citrus_lc_monetary.o citrus_lc_numeric.o citrus_lc_time.o citrus_lc_messages.o creat.o getdtablesize.o gethostid.o killpg.o sethostid.o setpgrp.o setrgid.o setruid.o sigcompat.o getwd.o absvsi2.o absvti2.o addvsi3.o addvti3.o ashlti3.o ashrti3.o clzti2.o cmpti2.o ctzti2.o divti3.o ffsti2.o fixsfdi.o fixdfdi.o fixunsdfdi.o fixunsdfsi.o fixunssfdi.o fixunssfsi.o fixunsxfdi.o fixunsxfsi.o int_util.o lshrti3.o modti3.o muldc3.o mulosi4.o muloti4.o multi3.o mulvsi3.o mulvti3.o negti2.o negvsi2.o negvti2.o paritysi2.o parityti2.o popcountsi2.o popcountti2.o subvsi3.o subvti3.o ucmpti2.o udivmodti4.o udivti3.o umodti3.o floatdidf.o floatdisf.o floatdixf.o floatundidf.o floatundisf.o floatundixf.o negdf2.o negsf2.o powidf2.o powisf2.o powitf2.o powixf2.o fixxfdi.o fixunsdfti.o fixunssfti.o fixunsxfti.o fixxfti.o floattidf.o floattisf.o floattixf.o floatuntidf.o floatuntisf.o floatuntixf.o clzsi2.o ctzsi2.o divmodsi4.o divsi3.o modsi3.o udivmodsi4.o umodsi3.o udivsi3.o absvdi2.o addvdi3.o mulodi4.o mulvdi3.o negvdi2.o paritydi2.o popcountdi2.o subvdi3.o clzdi2.o ctzdi2.o ffsdi2.o GCDAProfiling.o InstrProfiling.o InstrProfilingBuffer.o InstrProfilingFile.o InstrProfilingPlatformLinux.o InstrProfilingUtil.o InstrProfilingValue.o InstrProfilingWriter.o dlfcn_elf.o strtof.o strtold_px.o strtopx.o strtod.o dtoa.o ldtoa.o hdtoa.o gdtoa.o gdtoa_locks.o dmisc.o gethex.o gmisc.o hd_init.o hexnan.o misc.o smisc.o strtodg.o sum.o ulp.o strtord.o _errno.o daemon.o alarm.o alphasort.o arc4random.o assert.o asysctl.o basename.o clock.o closedir.o closefrom.o confstr.o ctermid.o ctype_.o dehumanize_number.o devname.o dirname.o disklabel.o err.o errx.o errc.o errlist.o errno.o execl.o execle.o execlp.o execv.o execvp.o exect.o extattr.o fmtcheck.o fmtmsg.o fnmatch.o fstab.o ftok.o fts.o ftw.o getbsize.o getcap.o getcwd.o getdevmajor.o getdomainname.o getentropy.o getgrent.o getgrouplist.o getgroupmembership.o gethostname.o getloadavg.o getlogin.o getmntinfo.o getnetgrent.o getpagesize.o getpass.o getprogname.o getpwent.o getttyent.o getusershell.o glob.o humanize_number.o initdir.o initgroups.o isascii.o isatty.o isctype.o lockf.o nftw.o nice.o nlist.o nlist_aout.o nlist_coff.o nlist_ecoff.o nlist_elf32.o nlist_elf64.o opendir.o pause.o popen.o posix_spawn_sched.o posix_spawn_fileactions.o posix_spawnp.o psignal.o pthread_atfork.o ptree.o pwcache.o pw_scan.o raise.o randomid.o rb.o readdir.o rewinddir.o scandir.o seekdir.o setdomainname.o sethostname.o setjmperr.o setmode.o setproctitle.o setprogname.o shquote.o shquotev.o sighold.o sigignore.o siginterrupt.o siglist.o signal.o signalname.o signalnext.o signalnumber.o signame.o sigrelse.o sigset.o sigsetops.o sleep.o stringlist.o sysconf.o sysctl.o sysctlbyname.o sysctlgetmibinfo.o sysctlnametomib.o syslog.o syslog_ss.o telldir.o time.o timespec_get.o times.o toascii.o tolower_.o ttyname.o ttyslot.o toupper_.o ualarm.o ulimit.o uname.o unvis.o usleep.o utime.o utimens.o utmp.o utmpx.o valloc.o vis.o wait.o wait3.o waitid.o waitpid.o warn.o warnx.o warnc.o wordexp.o xsyslog.o vwarn.o vwarnx.o vwarnc.o verr.o verrx.o verrc.o alloca.o byte_swap_2.o byte_swap_4.o byte_swap_8.o fabs.o flt_rounds.o fpgetmask.o fpgetround.o fpgetsticky.o fpsetmask.o fpsetround.o fpsetsticky.o fpgetprec.o fpsetprec.o __setjmp14.o _setjmp.o __sigsetjmp14.o resumecontext.o swapcontext.o _lwp.o makecontext.o infinityf_ieee754.o infinity_ieee754.o fpclassifyf_ieee754.o fpclassifyd_ieee754.o isfinitef_ieee754.o isfinited_ieee754.o isinff_ieee754.o isinfd_ieee754.o isnanf_ieee754.o isnand_ieee754.o signbitf_ieee754.o signbitd_ieee754.o signbitl_ieee754.o nanf.o infinityl.o fpclassifyl.o isfinitel.o isinfl.o isnanl.o gmon.o mcount.o hmac.o md2.o md2hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha224hl.o sha256hl.o sha384hl.o sha512hl.o keccak.o sha3.o murmurhash.o iconv.o inet_addr.o inet_cidr_ntop.o inet_cidr_pton.o inet_lnaof.o inet_makeaddr.o inet_net_ntop.o inet_net_pton.o inet_neta.o inet_netof.o inet_network.o inet_ntoa.o inet_ntop.o inet_pton.o nsap_addr.o assertions.o ev_timers.o ev_streams.o setlocale.o __mb_cur_max.o duplocale.o global_locale.o fix_grouping.o freelocale.o localeconv.o newlocale.o nl_langinfo.o generic_lc_all.o dummy_lc_collate.o wcstol.o wcstoll.o wcstoimax.o wcstoul.o wcstoull.o wcstoumax.o wcstod.o wcstof.o wcstold.o wcscoll.o wcsxfrm.o wcsftime.o _wctrans.o _wctype.o rune.o runetable.o multibyte_c90.o multibyte_amd1.o iswctype_mb.o md4c.o md5c.o md4hl.o md5hl.o initfini.o stack_protector.o base64.o ethers.o gethnamaddr.o getifaddrs.o getnetnamadr.o getnetent.o getpeereid.o getprotobyname.o getprotobynumber.o getprotoent.o getprotobyname_r.o getprotobynumber_r.o getprotoent_r.o getservbyname.o getservbyport.o getservent.o getservbyname_r.o getservbyport_r.o getservent_r.o iso_addr.o linkaddr.o nsdispatch.o nslexer.o nsparser.o nsap_addr.o rcmd.o recv.o send.o sethostent.o sctp_sys_calls.o sockatmark.o hesiod.o getaddrinfo.o getnameinfo.o ip6opt.o rthdr.o inet6_scopeid.o vars6.o if_indextoname.o if_nameindex.o if_nametoindex.o ns_name.o ns_netint.o ns_parse.o ns_print.o ns_samedomain.o ns_ttl.o catclose.o catgets.o catopen.o acl_branding.o acl_calc_mask.o acl_copy.o acl_delete.o acl_delete_entry.o acl_entry.o acl_flag.o acl_free.o acl_from_text.o acl_from_text_nfs4.o acl_get.o acl_id_to_name.o acl_init.o acl_perm.o acl_set.o acl_strip.o acl_support.o acl_support_nfs4.o acl_to_text.o acl_to_text_nfs4.o acl_valid.o subr_acl_nfs4.o regcomp.o regerror.o regexec.o regfree.o regsub.o h_errno.o herror.o res_comp.o res_data.o res_debug.o res_init.o res_mkquery.o res_query.o res_send.o res_state.o mtctxres.o res_compat.o auth_none.o auth_unix.o authunix_prot.o bindresvport.o clnt_bcast.o clnt_dg.o clnt_generic.o clnt_perror.o clnt_raw.o clnt_simple.o clnt_vc.o rpc_dtablesize.o getnetconfig.o getnetpath.o getrpcent.o getrpcport.o mt_misc.o pmap_clnt.o pmap_getmaps.o pmap_getport.o pmap_prot.o pmap_prot2.o pmap_rmt.o rpc_prot.o rpc_commondata.o rpc_callmsg.o rpc_generic.o rpc_soc.o rpcb_clnt.o rpcb_prot.o rpcb_st_xdr.o svc.o svc_auth.o svc_dg.o svc_auth_unix.o svc_generic.o svc_raw.o svc_run.o svc_simple.o svc_vc.o svc_fdset.o xdr.o xdr_array.o xdr_float.o xdr_mem.o xdr_rec.o xdr_reference.o xdr_stdio.o xdr_sizeof.o __rpc_getxid.o gets_chk.o fgets_chk.o memcpy_chk.o memmove_chk.o memset_chk.o snprintf_chk.o sprintf_chk.o stpcpy_chk.o stpncpy_chk.o strcat_chk.o strcpy_chk.o strncat_chk.o strncpy_chk.o vsnprintf_chk.o vsprintf_chk.o clrerr.o dprintf.o fclose.o fdopen.o feof.o ferror.o fflush.o fgetc.o fgetln.o fgetpos.o fgets.o fgetstr.o fgetwc.o fgetwln.o fgetws.o fileno.o findfp.o flags.o flockfile.o fopen.o fparseln.o fprintf.o fpurge.o fputc.o fputs.o fputwc.o fputws.o fread.o freopen.o fscanf.o fseek.o fseeko.o fsetpos.o ftell.o ftello.o funopen.o fvwrite.o fwalk.o fwide.o fwprintf.o fwrite.o fwscanf.o getc.o getchar.o getdelim.o getline.o gettemp.o getw.o getwc.o getwchar.o makebuf.o mkdtemp.o mkstemp.o mkstemps.o mkostemp.o mkostemps.o perror.o printf.o putc.o putchar.o puts.o putw.o putwc.o putwchar.o refill.o remove.o rewind.o rget.o scanf.o setbuf.o setbuffer.o setvbuf.o snprintf_ss.o sscanf.o stdio.o swprintf.o swscanf.o tmpfile.o ungetc.o ungetwc.o vasprintf.o vdprintf.o vfprintf.o vfscanf.o vfwprintf.o vfwscanf.o vprintf.o vscanf.o vsnprintf.o vsnprintf_ss.o vsscanf.o vswprintf.o vswscanf.o vwprintf.o vwscanf.o wbuf.o wprintf.o wscanf.o wsetup.o fmemopen.o open_memstream.o open_wmemstream.o gets.o vsprintf.o tempnam.o tmpnam.o mktemp.o _env.o _rand48.o a64l.o abort.o atexit.o atof.o atoi.o atol.o atoll.o bsearch.o cxa_thread_atexit.o drand48.o exit.o getenv.o getopt.o getopt_long.o getsubopt.o hcreate.o heapsort.o imaxdiv.o insque.o jrand48.o l64a.o lldiv.o lcong48.o lrand48.o lsearch.o merge.o mi_vector_hash.o mrand48.o nrand48.o putenv.o qabs.o qdiv.o qsort.o posix_openpt.o pty.o quick_exit.o radixsort.o rand.o rand_r.o random.o remque.o reallocarr.o reallocarray.o seed48.o setenv.o srand48.o strsuftoll.o strtoi.o strtou.o strtonum.o strtoimax.o strtol.o strtoll.o strtoq.o strtoul.o strtoull.o strtoumax.o strtouq.o system.o tdelete.o tfind.o tsearch.o twalk.o unsetenv.o strfmon.o imaxdiv.o erand48_ieee754.o jemalloc.o arena.o background_thread.o base.o bin.o bitmap.o ckh.o ctl.o divide.o extent.o extent_dss.o extent_mmap.o hash.o hooks.o large.o log.o malloc_io.o mutex.o mutex_pool.o nstime.o pages.o prng.o prof.o rtree.o stats.o sz.o tcache.o ticker.o tsd.o witness.o abs.o div.o labs.o ldiv.o bm.o stpcpy.o stpncpy.o strcasecmp.o strncasecmp.o strcasestr.o strcoll.o strdup.o strerror.o strerror_ss.o strlcat.o strlcpy.o strnlen.o strmode.o strsignal.o strtok.o strtok_r.o strxfrm.o __strsignal.o strerror_r.o strndup.o stresep.o memrchr.o bcmp.o memcmp.o strcspn.o strncat.o strncpy.o strpbrk.o strsep.o strspn.o strstr.o strnstr.o explicit_memset.o consttime_memequal.o memccpy.o memmem.o strchrnul.o popcount32.o popcount64.o wcscat.o wcschr.o wcscmp.o wcscpy.o wcscspn.o wcslcat.o wcslcpy.o wcslen.o wcsncat.o wcsnlen.o wcscasecmp.o wcsdup.o wcsncasecmp.o wcsncmp.o wcsncpy.o wcspbrk.o wcsrchr.o wcsspn.o wcsstr.o wcstok.o wcswcs.o wmemchr.o wmemcmp.o wmemcpy.o wmemmove.o wmemset.o bcopy.o ffs.o memchr.o memcpy.o memmove.o memset.o strcat.o strchr.o strcmp.o strcpy.o strlen.o strncmp.o strrchr.o swab.o cfgetispeed.o cfgetospeed.o cfmakeraw.o cfsetispeed.o cfsetospeed.o cfsetspeed.o tcdrain.o tcflow.o tcflush.o tcgetattr.o tcgetpgrp.o tcgetwinsize.o tcgetsid.o tcsendbreak.o tcsetattr.o tcsetpgrp.o tcsetwinsize.o __isthreaded.o thread-stub.o thread-stub-init.o asctime.o difftime.o localtime.o getdate.o strftime.o strptime.o tls.o cpuset.o accept4.o clock_getcpuclockid.o eventfd_read.o eventfd_write.o posix_fadvise.o posix_madvise.o ppoll.o sched.o sigqueue.o sigtimedwait.o sigwait.o sigwaitinfo.o statvfs.o swapon.o semctl.o vadvise.o __clone.o __vfork14.o brk.o fork.o pipe.o getcontext.o ptrace.o sbrk.o shmat.o syscall.o __syscall.o __clone.o cerror.o fdiscard.o ftruncate.o lseek.o mmap.o pread.o preadv.o pwrite.o pwritev.o truncate.o ntp_adjtime.o mknodat.o posix_fallocate.o adjtime.o clock_settime.o settimeofday.o __sigaction_siginfo.o __acl_get_link.o __acl_set_link.o __acl_delete_link.o __acl_aclcheck_link.o __acl_get_file.o __acl_set_file.o __acl_get_fd.o __acl_set_fd.o __acl_delete_file.o __acl_delete_fd.o __acl_aclcheck_file.o __acl_aclcheck_fd.o access.o acct.o bind.o chdir.o chflags.o chmod.o chown.o chroot.o clock_getcpuclockid2.o __clock_getres50.o __clock_gettime50.o dup.o dup2.o dup3.o eventfd.o extattrctl.o extattr_delete_fd.o extattr_delete_file.o extattr_delete_link.o extattr_get_fd.o extattr_get_file.o extattr_get_link.o extattr_list_fd.o extattr_list_file.o extattr_list_link.o extattr_set_fd.o extattr_set_file.o extattr_set_link.o setxattr.o getxattr.o listxattr.o removexattr.o lsetxattr.o lgetxattr.o llistxattr.o lremovexattr.o fsetxattr.o fgetxattr.o flistxattr.o fremovexattr.o faccessat.o fchdir.o fchflags.o fchmod.o fchmodat.o fchown.o fchownat.o fchroot.o fexecve.o __fhopen40.o __fhstat50.o __fhstatvfs190.o fktrace.o flock.o fpathconf.o __fstat50.o __fstatvfs190.o fstatat.o __futimes50.o futimens.o __getcwd.o __getdents30.o __getfh30.o __getvfsstat90.o getgroups.o __getitimer50.o __getlogin.o getpeername.o getpgid.o getpgrp.o getpriority.o getrandom.o getrlimit.o __getrusage50.o getsid.o getsockname.o getsockopt.o getsockopt2.o __gettimeofday50.o ioctl.o kqueue.o kqueue1.o ktrace.o _ksem_close.o _ksem_destroy.o _ksem_getvalue.o _ksem_init.o _ksem_post.o _ksem_timedwait.o _ksem_trywait.o _ksem_unlink.o _ksem_wait.o _ksem_open.o lchflags.o lchmod.o lchown.o lfs_bmapv.o lfs_markv.o lfs_segclean.o lpathconf.o __lfs_segwait50.o link.o linkat.o listen.o __lstat50.o __lutimes50.o _lwp_create.o _lwp_exit.o _lwp_kill.o ___lwp_park60.o _lwp_self.o _lwp_wait.o _lwp_unpark.o _lwp_unpark_all.o _lwp_suspend.o _lwp_continue.o _lwp_wakeup.o _lwp_detach.o _lwp_setprivate.o _lwp_setname.o _lwp_getname.o _lwp_ctl.o madvise.o mincore.o minherit.o mkdir.o mkdirat.o mkfifo.o mkfifoat.o __mknod50.o mlock.o mlockall.o modctl.o __mount50.o mprotect.o __msgctl50.o msgget.o munlock.o munlockall.o munmap.o nfssvc.o __ntp_gettime50.o pathconf.o pipe2.o __posix_chown.o __posix_fchown.o __posix_lchown.o __posix_rename.o profil.o __quotactl.o rasctl.o readlinkat.o reboot.o rename.o renameat.o revoke.o rmdir.o semconfig.o semget.o semop.o setegid.o seteuid.o setgid.o setgroups.o __setitimer50.o __setlogin.o setpgid.o setpriority.o setregid.o setreuid.o setrlimit.o setsid.o setsockopt.o setuid.o __shmctl50.o shmdt.o shmget.o shutdown.o sigqueueinfo.o __sigaltstack14.o __sigpending14.o __sigaction_sigtramp.o ____sigtimedwait50.o __socket30.o socketpair.o __stat50.o __statvfs190.o swapctl.o symlink.o symlinkat.o __sysctl.o timer_create.o timer_delete.o __timer_gettime50.o timer_getoverrun.o ____semctl50.o __timer_settime50.o timerfd_create.o timerfd_gettime.o timerfd_settime.o umask.o undelete.o unlink.o unlinkat.o unmount.o __utimes50.o utimensat.o utrace.o uuidgen.o tmp__lwp_getprivate.o tmp_mremap.o accept.o __aio_suspend50.o clock_nanosleep.o close.o connect.o execve.o fcntl.o fdatasync.o fsync.o fsync_range.o __kevent50.o kill.o mq_receive.o mq_send.o __mq_timedreceive50.o __mq_timedsend50.o msgrcv.o msgsnd.o __msync13.o __nanosleep50.o open.o openat.o paccept.o poll.o __pollts50.o __pselect50.o read.o readlink.o readv.o recvfrom.o recvmmsg.o recvmsg.o _sched_setparam.o _sched_getparam.o _sched_setaffinity.o _sched_getaffinity.o sched_yield.o _sched_protect.o __select50.o sendmmsg.o sendmsg.o sendto.o setcontext.o __sigprocmask14.o __sigsuspend14.o sysarch.o __wait450.o wait6.o write.o writev.o getegid.o geteuid.o getgid.o getpid.o getppid.o getuid.o issetugid.o posix_spawn.o sync.o __posix_fadvise50.o _exit.o tmp_fdiscard.o tmp_ftruncate.o tmp_lseek.o tmp_mmap.o tmp_pread.o tmp_preadv.o tmp_pwrite.o tmp_pwritev.o tmp_truncate.o tmp_ntp_adjtime.o tmp_mknodat.o tmp___adjtime50.o tmp___clock_settime50.o tmp___settimeofday50.o tmp_posix_fallocate.o uuid_compare.o uuid_create.o uuid_create_nil.o uuid_equal.o uuid_from_string.o uuid_hash.o uuid_is_nil.o uuid_stream.o uuid_to_string.o xdryp.o yp_all.o yp_first.o yp_maplist.o yp_master.o yp_match.o yp_order.o yplib.o yperr_string.o ypprot_err.o __sigtramp2.o.tmp compat_ndbmdatum.o.tmp compat_setlocale1.o.tmp compat_setlocale32.o.tmp compat_errlist.o.tmp compat_fts.o.tmp compat___fts13.o.tmp compat___fts30.o.tmp compat___fts31.o.tmp compat_getmntinfo.o.tmp compat_glob.o.tmp compat___glob13.o.tmp compat_opendir.o.tmp compat_readdir.o.tmp compat__readdir_unlocked30.o.tmp compat_scandir.o.tmp compat_siglist.o.tmp compat_signame.o.tmp compat_sigsetops.o.tmp compat_times.o.tmp compat_timezone.o.tmp compat_unvis.o.tmp compat_utmpx.o.tmp compat_time.o.tmp compat_utime.o.tmp compat_devname.o.tmp compat_alphasort.o.tmp compat_getpwent.o.tmp compat___fts32.o.tmp compat_utmp.o.tmp compat___fts50.o.tmp compat___unvis13.o.tmp compat_syslog.o.tmp compat_alloca.o.tmp compat___getmntinfo13.o.tmp __cmsg_alignbytes.o.tmp compat_ns_addr.o.tmp compat_ns_ntoa.o.tmp compat_pmap_rmtcall.o.tmp compat_rpcb.o.tmp compat_fgetpos.o.tmp compat_fsetpos.o.tmp compat_putenv.o.tmp compat_random.o.tmp compat_unsetenv.o.tmp compat_getdents.o.tmp compat_getdirentries.o.tmp compat_msync.o.tmp compat_ntp_gettime.o.tmp compat_sched.o.tmp compat_semctl.o.tmp compat_sigaltstack.o.tmp compat_stat.o.tmp compat___stat13.o.tmp compat_statfs.o.tmp compat_statvfs.o.tmp compat_socket.o.tmp compat_getfh.o.tmp compat_fhopen.o.tmp compat___fhstat30.o.tmp compat_fhstatvfs.o.tmp compat_fhstatvfs1.o.tmp compat_mount.o.tmp compat_getrusage.o.tmp compat_gettimeofday.o.tmp compat_utimes.o.tmp compat_wait4.o.tmp compat_sigtimedwait.o.tmp compat_settimeofday.o.tmp compat_timer.o.tmp compat_clock.o.tmp compat_itimer.o.tmp compat_select.o.tmp compat_nanosleep.o.tmp compat___stat30.o.tmp compat_aio_suspend.o.tmp compat_adjtime.o.tmp compat_mknod.o.tmp compat_mqueue.o.tmp compat__lwp_park.o.tmp compat_lfs_segwait.o.tmp compat_kevent.o.tmp compat___ntp_gettime30.o.tmp compat___semctl13.o.tmp compat___shmctl13.o.tmp compat___msgctl13.o.tmp compat___lwp_park50.o.tmp compat___fhstatvfs140.o.tmp compat___fhstatvfs40.o.tmp compat___sigaction14_sigtramp.o.tmp compat_localtime.o.tmp compat_difftime.o.tmp compat_frexp_ieee754.o.tmp compat_ldexp_ieee754.o.tmp compat_modf_ieee754.o.tmp compat_Ovfork.o.tmp compat___semctl.o.tmp compat___sigreturn14.o.tmp compat_msgctl.o.tmp compat_shmctl.o.tmp compat_sigaction.o.tmp compat_sigpending.o.tmp compat_sigprocmask.o.tmp compat_sigreturn.o.tmp compat_sigsuspend.o.tmp compat_quotactl.o.tmp atomic.o.tmp atomic_init_cas.o.tmp cdbr.o.tmp cdbw.o.tmp bt_close.o.tmp bt_conv.o.tmp bt_debug.o.tmp bt_delete.o.tmp bt_get.o.tmp bt_open.o.tmp bt_overflow.o.tmp bt_page.o.tmp bt_put.o.tmp bt_search.o.tmp bt_seq.o.tmp bt_split.o.tmp bt_utils.o.tmp db.o.tmp dbfile.o.tmp hash.o.tmp hash_bigkey.o.tmp hash_buf.o.tmp hash_func.o.tmp hash_log2.o.tmp hash_page.o.tmp ndbmdatum.o.tmp ndbm.o.tmp mpool.o.tmp rec_close.o.tmp rec_delete.o.tmp rec_get.o.tmp rec_open.o.tmp rec_put.o.tmp rec_search.o.tmp rec_seq.o.tmp rec_utils.o.tmp citrus_bcs.o.tmp citrus_bcs_strtol.o.tmp citrus_bcs_strtoul.o.tmp citrus_csmapper.o.tmp citrus_ctype.o.tmp citrus_ctype_fallback.o.tmp citrus_db.o.tmp citrus_db_hash.o.tmp citrus_esdb.o.tmp citrus_hash.o.tmp citrus_iconv.o.tmp citrus_lookup.o.tmp citrus_mapper.o.tmp citrus_memstream.o.tmp citrus_mmap.o.tmp citrus_module.o.tmp citrus_none.o.tmp citrus_stdenc.o.tmp citrus_lc_ctype.o.tmp citrus_lc_monetary.o.tmp citrus_lc_numeric.o.tmp citrus_lc_time.o.tmp citrus_lc_messages.o.tmp creat.o.tmp getdtablesize.o.tmp gethostid.o.tmp killpg.o.tmp sethostid.o.tmp setpgrp.o.tmp setrgid.o.tmp setruid.o.tmp sigcompat.o.tmp getwd.o.tmp absvsi2.o.tmp absvti2.o.tmp addvsi3.o.tmp addvti3.o.tmp ashlti3.o.tmp ashrti3.o.tmp clzti2.o.tmp cmpti2.o.tmp ctzti2.o.tmp divti3.o.tmp ffsti2.o.tmp fixsfdi.o.tmp fixdfdi.o.tmp fixunsdfdi.o.tmp fixunsdfsi.o.tmp fixunssfdi.o.tmp fixunssfsi.o.tmp fixunsxfdi.o.tmp fixunsxfsi.o.tmp int_util.o.tmp lshrti3.o.tmp modti3.o.tmp muldc3.o.tmp mulosi4.o.tmp muloti4.o.tmp multi3.o.tmp mulvsi3.o.tmp mulvti3.o.tmp negti2.o.tmp negvsi2.o.tmp negvti2.o.tmp paritysi2.o.tmp parityti2.o.tmp popcountsi2.o.tmp popcountti2.o.tmp subvsi3.o.tmp subvti3.o.tmp ucmpti2.o.tmp udivmodti4.o.tmp udivti3.o.tmp umodti3.o.tmp floatdidf.o.tmp floatdisf.o.tmp floatdixf.o.tmp floatundidf.o.tmp floatundisf.o.tmp floatundixf.o.tmp negdf2.o.tmp negsf2.o.tmp powidf2.o.tmp powisf2.o.tmp powitf2.o.tmp powixf2.o.tmp fixxfdi.o.tmp fixunsdfti.o.tmp fixunssfti.o.tmp fixunsxfti.o.tmp fixxfti.o.tmp floattidf.o.tmp floattisf.o.tmp floattixf.o.tmp floatuntidf.o.tmp floatuntisf.o.tmp floatuntixf.o.tmp clzsi2.o.tmp ctzsi2.o.tmp divmodsi4.o.tmp divsi3.o.tmp modsi3.o.tmp udivmodsi4.o.tmp umodsi3.o.tmp udivsi3.o.tmp absvdi2.o.tmp addvdi3.o.tmp mulodi4.o.tmp mulvdi3.o.tmp negvdi2.o.tmp paritydi2.o.tmp popcountdi2.o.tmp subvdi3.o.tmp clzdi2.o.tmp ctzdi2.o.tmp ffsdi2.o.tmp GCDAProfiling.o.tmp InstrProfiling.o.tmp InstrProfilingBuffer.o.tmp InstrProfilingFile.o.tmp InstrProfilingPlatformLinux.o.tmp InstrProfilingUtil.o.tmp InstrProfilingValue.o.tmp InstrProfilingWriter.o.tmp dlfcn_elf.o.tmp strtof.o.tmp strtold_px.o.tmp strtopx.o.tmp strtod.o.tmp dtoa.o.tmp ldtoa.o.tmp hdtoa.o.tmp gdtoa.o.tmp gdtoa_locks.o.tmp dmisc.o.tmp gethex.o.tmp gmisc.o.tmp hd_init.o.tmp hexnan.o.tmp misc.o.tmp smisc.o.tmp strtodg.o.tmp sum.o.tmp ulp.o.tmp strtord.o.tmp _errno.o.tmp daemon.o.tmp alarm.o.tmp alphasort.o.tmp arc4random.o.tmp assert.o.tmp asysctl.o.tmp basename.o.tmp clock.o.tmp closedir.o.tmp closefrom.o.tmp confstr.o.tmp ctermid.o.tmp ctype_.o.tmp dehumanize_number.o.tmp devname.o.tmp dirname.o.tmp disklabel.o.tmp err.o.tmp errx.o.tmp errc.o.tmp errlist.o.tmp errno.o.tmp execl.o.tmp execle.o.tmp execlp.o.tmp execv.o.tmp execvp.o.tmp exect.o.tmp extattr.o.tmp fmtcheck.o.tmp fmtmsg.o.tmp fnmatch.o.tmp fstab.o.tmp ftok.o.tmp fts.o.tmp ftw.o.tmp getbsize.o.tmp getcap.o.tmp getcwd.o.tmp getdevmajor.o.tmp getdomainname.o.tmp getentropy.o.tmp getgrent.o.tmp getgrouplist.o.tmp getgroupmembership.o.tmp gethostname.o.tmp getloadavg.o.tmp getlogin.o.tmp getmntinfo.o.tmp getnetgrent.o.tmp getpagesize.o.tmp getpass.o.tmp getprogname.o.tmp getpwent.o.tmp getttyent.o.tmp getusershell.o.tmp glob.o.tmp humanize_number.o.tmp initdir.o.tmp initgroups.o.tmp isascii.o.tmp isatty.o.tmp isctype.o.tmp lockf.o.tmp nftw.o.tmp nice.o.tmp nlist.o.tmp nlist_aout.o.tmp nlist_coff.o.tmp nlist_ecoff.o.tmp nlist_elf32.o.tmp nlist_elf64.o.tmp opendir.o.tmp pause.o.tmp popen.o.tmp posix_spawn_sched.o.tmp posix_spawn_fileactions.o.tmp posix_spawnp.o.tmp psignal.o.tmp pthread_atfork.o.tmp ptree.o.tmp pwcache.o.tmp pw_scan.o.tmp raise.o.tmp randomid.o.tmp rb.o.tmp readdir.o.tmp rewinddir.o.tmp scandir.o.tmp seekdir.o.tmp setdomainname.o.tmp sethostname.o.tmp setjmperr.o.tmp setmode.o.tmp setproctitle.o.tmp setprogname.o.tmp shquote.o.tmp shquotev.o.tmp sighold.o.tmp sigignore.o.tmp siginterrupt.o.tmp siglist.o.tmp signal.o.tmp signalname.o.tmp signalnext.o.tmp signalnumber.o.tmp signame.o.tmp sigrelse.o.tmp sigset.o.tmp sigsetops.o.tmp sleep.o.tmp stringlist.o.tmp sysconf.o.tmp sysctl.o.tmp sysctlbyname.o.tmp sysctlgetmibinfo.o.tmp sysctlnametomib.o.tmp syslog.o.tmp syslog_ss.o.tmp telldir.o.tmp time.o.tmp timespec_get.o.tmp times.o.tmp toascii.o.tmp tolower_.o.tmp ttyname.o.tmp ttyslot.o.tmp toupper_.o.tmp ualarm.o.tmp ulimit.o.tmp uname.o.tmp unvis.o.tmp usleep.o.tmp utime.o.tmp utimens.o.tmp utmp.o.tmp utmpx.o.tmp valloc.o.tmp vis.o.tmp wait.o.tmp wait3.o.tmp waitid.o.tmp waitpid.o.tmp warn.o.tmp warnx.o.tmp warnc.o.tmp wordexp.o.tmp xsyslog.o.tmp vwarn.o.tmp vwarnx.o.tmp vwarnc.o.tmp verr.o.tmp verrx.o.tmp verrc.o.tmp alloca.o.tmp byte_swap_2.o.tmp byte_swap_4.o.tmp byte_swap_8.o.tmp fabs.o.tmp flt_rounds.o.tmp fpgetmask.o.tmp fpgetround.o.tmp fpgetsticky.o.tmp fpsetmask.o.tmp fpsetround.o.tmp fpsetsticky.o.tmp fpgetprec.o.tmp fpsetprec.o.tmp __setjmp14.o.tmp _setjmp.o.tmp __sigsetjmp14.o.tmp resumecontext.o.tmp swapcontext.o.tmp _lwp.o.tmp makecontext.o.tmp infinityf_ieee754.o.tmp infinity_ieee754.o.tmp fpclassifyf_ieee754.o.tmp fpclassifyd_ieee754.o.tmp isfinitef_ieee754.o.tmp isfinited_ieee754.o.tmp isinff_ieee754.o.tmp isinfd_ieee754.o.tmp isnanf_ieee754.o.tmp isnand_ieee754.o.tmp signbitf_ieee754.o.tmp signbitd_ieee754.o.tmp signbitl_ieee754.o.tmp nanf.o.tmp infinityl.o.tmp fpclassifyl.o.tmp isfinitel.o.tmp isinfl.o.tmp isnanl.o.tmp gmon.o.tmp mcount.o.tmp hmac.o.tmp md2.o.tmp md2hl.o.tmp rmd160.o.tmp rmd160hl.o.tmp sha1.o.tmp sha1hl.o.tmp sha2.o.tmp sha224hl.o.tmp sha256hl.o.tmp sha384hl.o.tmp sha512hl.o.tmp keccak.o.tmp sha3.o.tmp murmurhash.o.tmp iconv.o.tmp inet_addr.o.tmp inet_cidr_ntop.o.tmp inet_cidr_pton.o.tmp inet_lnaof.o.tmp inet_makeaddr.o.tmp inet_net_ntop.o.tmp inet_net_pton.o.tmp inet_neta.o.tmp inet_netof.o.tmp inet_network.o.tmp inet_ntoa.o.tmp inet_ntop.o.tmp inet_pton.o.tmp nsap_addr.o.tmp assertions.o.tmp ev_timers.o.tmp ev_streams.o.tmp setlocale.o.tmp __mb_cur_max.o.tmp duplocale.o.tmp global_locale.o.tmp fix_grouping.o.tmp freelocale.o.tmp localeconv.o.tmp newlocale.o.tmp nl_langinfo.o.tmp generic_lc_all.o.tmp dummy_lc_collate.o.tmp wcstol.o.tmp wcstoll.o.tmp wcstoimax.o.tmp wcstoul.o.tmp wcstoull.o.tmp wcstoumax.o.tmp wcstod.o.tmp wcstof.o.tmp wcstold.o.tmp wcscoll.o.tmp wcsxfrm.o.tmp wcsftime.o.tmp _wctrans.o.tmp _wctype.o.tmp rune.o.tmp runetable.o.tmp multibyte_c90.o.tmp multibyte_amd1.o.tmp iswctype_mb.o.tmp md4c.o.tmp md5c.o.tmp md4hl.o.tmp md5hl.o.tmp initfini.o.tmp stack_protector.o.tmp base64.o.tmp ethers.o.tmp gethnamaddr.o.tmp getifaddrs.o.tmp getnetnamadr.o.tmp getnetent.o.tmp getpeereid.o.tmp getprotobyname.o.tmp getprotobynumber.o.tmp getprotoent.o.tmp getprotobyname_r.o.tmp getprotobynumber_r.o.tmp getprotoent_r.o.tmp getservbyname.o.tmp getservbyport.o.tmp getservent.o.tmp getservbyname_r.o.tmp getservbyport_r.o.tmp getservent_r.o.tmp iso_addr.o.tmp linkaddr.o.tmp nsdispatch.o.tmp nslexer.o.tmp nsparser.o.tmp nsap_addr.o.tmp rcmd.o.tmp recv.o.tmp send.o.tmp sethostent.o.tmp sctp_sys_calls.o.tmp sockatmark.o.tmp hesiod.o.tmp getaddrinfo.o.tmp getnameinfo.o.tmp ip6opt.o.tmp rthdr.o.tmp inet6_scopeid.o.tmp vars6.o.tmp if_indextoname.o.tmp if_nameindex.o.tmp if_nametoindex.o.tmp ns_name.o.tmp ns_netint.o.tmp ns_parse.o.tmp ns_print.o.tmp ns_samedomain.o.tmp ns_ttl.o.tmp catclose.o.tmp catgets.o.tmp catopen.o.tmp acl_branding.o.tmp acl_calc_mask.o.tmp acl_copy.o.tmp acl_delete.o.tmp acl_delete_entry.o.tmp acl_entry.o.tmp acl_flag.o.tmp acl_free.o.tmp acl_from_text.o.tmp acl_from_text_nfs4.o.tmp acl_get.o.tmp acl_id_to_name.o.tmp acl_init.o.tmp acl_perm.o.tmp acl_set.o.tmp acl_strip.o.tmp acl_support.o.tmp acl_support_nfs4.o.tmp acl_to_text.o.tmp acl_to_text_nfs4.o.tmp acl_valid.o.tmp subr_acl_nfs4.o.tmp regcomp.o.tmp regerror.o.tmp regexec.o.tmp regfree.o.tmp regsub.o.tmp h_errno.o.tmp herror.o.tmp res_comp.o.tmp res_data.o.tmp res_debug.o.tmp res_init.o.tmp res_mkquery.o.tmp res_query.o.tmp res_send.o.tmp res_state.o.tmp mtctxres.o.tmp res_compat.o.tmp auth_none.o.tmp auth_unix.o.tmp authunix_prot.o.tmp bindresvport.o.tmp clnt_bcast.o.tmp clnt_dg.o.tmp clnt_generic.o.tmp clnt_perror.o.tmp clnt_raw.o.tmp clnt_simple.o.tmp clnt_vc.o.tmp rpc_dtablesize.o.tmp getnetconfig.o.tmp getnetpath.o.tmp getrpcent.o.tmp getrpcport.o.tmp mt_misc.o.tmp pmap_clnt.o.tmp pmap_getmaps.o.tmp pmap_getport.o.tmp pmap_prot.o.tmp pmap_prot2.o.tmp pmap_rmt.o.tmp rpc_prot.o.tmp rpc_commondata.o.tmp rpc_callmsg.o.tmp rpc_generic.o.tmp rpc_soc.o.tmp rpcb_clnt.o.tmp rpcb_prot.o.tmp rpcb_st_xdr.o.tmp svc.o.tmp svc_auth.o.tmp svc_dg.o.tmp svc_auth_unix.o.tmp svc_generic.o.tmp svc_raw.o.tmp svc_run.o.tmp svc_simple.o.tmp svc_vc.o.tmp svc_fdset.o.tmp xdr.o.tmp xdr_array.o.tmp xdr_float.o.tmp xdr_mem.o.tmp xdr_rec.o.tmp xdr_reference.o.tmp xdr_stdio.o.tmp xdr_sizeof.o.tmp __rpc_getxid.o.tmp gets_chk.o.tmp fgets_chk.o.tmp memcpy_chk.o.tmp memmove_chk.o.tmp memset_chk.o.tmp snprintf_chk.o.tmp sprintf_chk.o.tmp stpcpy_chk.o.tmp stpncpy_chk.o.tmp strcat_chk.o.tmp strcpy_chk.o.tmp strncat_chk.o.tmp strncpy_chk.o.tmp vsnprintf_chk.o.tmp vsprintf_chk.o.tmp clrerr.o.tmp dprintf.o.tmp fclose.o.tmp fdopen.o.tmp feof.o.tmp ferror.o.tmp fflush.o.tmp fgetc.o.tmp fgetln.o.tmp fgetpos.o.tmp fgets.o.tmp fgetstr.o.tmp fgetwc.o.tmp fgetwln.o.tmp fgetws.o.tmp fileno.o.tmp findfp.o.tmp flags.o.tmp flockfile.o.tmp fopen.o.tmp fparseln.o.tmp fprintf.o.tmp fpurge.o.tmp fputc.o.tmp fputs.o.tmp fputwc.o.tmp fputws.o.tmp fread.o.tmp freopen.o.tmp fscanf.o.tmp fseek.o.tmp fseeko.o.tmp fsetpos.o.tmp ftell.o.tmp ftello.o.tmp funopen.o.tmp fvwrite.o.tmp fwalk.o.tmp fwide.o.tmp fwprintf.o.tmp fwrite.o.tmp fwscanf.o.tmp getc.o.tmp getchar.o.tmp getdelim.o.tmp getline.o.tmp gettemp.o.tmp getw.o.tmp getwc.o.tmp getwchar.o.tmp makebuf.o.tmp mkdtemp.o.tmp mkstemp.o.tmp mkstemps.o.tmp mkostemp.o.tmp mkostemps.o.tmp perror.o.tmp printf.o.tmp putc.o.tmp putchar.o.tmp puts.o.tmp putw.o.tmp putwc.o.tmp putwchar.o.tmp refill.o.tmp remove.o.tmp rewind.o.tmp rget.o.tmp scanf.o.tmp setbuf.o.tmp setbuffer.o.tmp setvbuf.o.tmp snprintf_ss.o.tmp sscanf.o.tmp stdio.o.tmp swprintf.o.tmp swscanf.o.tmp tmpfile.o.tmp ungetc.o.tmp ungetwc.o.tmp vasprintf.o.tmp vdprintf.o.tmp vfprintf.o.tmp vfscanf.o.tmp vfwprintf.o.tmp vfwscanf.o.tmp vprintf.o.tmp vscanf.o.tmp vsnprintf.o.tmp vsnprintf_ss.o.tmp vsscanf.o.tmp vswprintf.o.tmp vswscanf.o.tmp vwprintf.o.tmp vwscanf.o.tmp wbuf.o.tmp wprintf.o.tmp wscanf.o.tmp wsetup.o.tmp fmemopen.o.tmp open_memstream.o.tmp open_wmemstream.o.tmp gets.o.tmp vsprintf.o.tmp tempnam.o.tmp tmpnam.o.tmp mktemp.o.tmp _env.o.tmp _rand48.o.tmp a64l.o.tmp abort.o.tmp atexit.o.tmp atof.o.tmp atoi.o.tmp atol.o.tmp atoll.o.tmp bsearch.o.tmp cxa_thread_atexit.o.tmp drand48.o.tmp exit.o.tmp getenv.o.tmp getopt.o.tmp getopt_long.o.tmp getsubopt.o.tmp hcreate.o.tmp heapsort.o.tmp imaxdiv.o.tmp insque.o.tmp jrand48.o.tmp l64a.o.tmp lldiv.o.tmp lcong48.o.tmp lrand48.o.tmp lsearch.o.tmp merge.o.tmp mi_vector_hash.o.tmp mrand48.o.tmp nrand48.o.tmp putenv.o.tmp qabs.o.tmp qdiv.o.tmp qsort.o.tmp posix_openpt.o.tmp pty.o.tmp quick_exit.o.tmp radixsort.o.tmp rand.o.tmp rand_r.o.tmp random.o.tmp remque.o.tmp reallocarr.o.tmp reallocarray.o.tmp seed48.o.tmp setenv.o.tmp srand48.o.tmp strsuftoll.o.tmp strtoi.o.tmp strtou.o.tmp strtonum.o.tmp strtoimax.o.tmp strtol.o.tmp strtoll.o.tmp strtoq.o.tmp strtoul.o.tmp strtoull.o.tmp strtoumax.o.tmp strtouq.o.tmp system.o.tmp tdelete.o.tmp tfind.o.tmp tsearch.o.tmp twalk.o.tmp unsetenv.o.tmp strfmon.o.tmp imaxdiv.o.tmp erand48_ieee754.o.tmp jemalloc.o.tmp arena.o.tmp background_thread.o.tmp base.o.tmp bin.o.tmp bitmap.o.tmp ckh.o.tmp ctl.o.tmp divide.o.tmp extent.o.tmp extent_dss.o.tmp extent_mmap.o.tmp hash.o.tmp hooks.o.tmp large.o.tmp log.o.tmp malloc_io.o.tmp mutex.o.tmp mutex_pool.o.tmp nstime.o.tmp pages.o.tmp prng.o.tmp prof.o.tmp rtree.o.tmp stats.o.tmp sz.o.tmp tcache.o.tmp ticker.o.tmp tsd.o.tmp witness.o.tmp abs.o.tmp div.o.tmp labs.o.tmp ldiv.o.tmp bm.o.tmp stpcpy.o.tmp stpncpy.o.tmp strcasecmp.o.tmp strncasecmp.o.tmp strcasestr.o.tmp strcoll.o.tmp strdup.o.tmp strerror.o.tmp strerror_ss.o.tmp strlcat.o.tmp strlcpy.o.tmp strnlen.o.tmp strmode.o.tmp strsignal.o.tmp strtok.o.tmp strtok_r.o.tmp strxfrm.o.tmp __strsignal.o.tmp strerror_r.o.tmp strndup.o.tmp stresep.o.tmp memrchr.o.tmp bcmp.o.tmp memcmp.o.tmp strcspn.o.tmp strncat.o.tmp strncpy.o.tmp strpbrk.o.tmp strsep.o.tmp strspn.o.tmp strstr.o.tmp strnstr.o.tmp explicit_memset.o.tmp consttime_memequal.o.tmp memccpy.o.tmp memmem.o.tmp strchrnul.o.tmp popcount32.o.tmp popcount64.o.tmp wcscat.o.tmp wcschr.o.tmp wcscmp.o.tmp wcscpy.o.tmp wcscspn.o.tmp wcslcat.o.tmp wcslcpy.o.tmp wcslen.o.tmp wcsncat.o.tmp wcsnlen.o.tmp wcscasecmp.o.tmp wcsdup.o.tmp wcsncasecmp.o.tmp wcsncmp.o.tmp wcsncpy.o.tmp wcspbrk.o.tmp wcsrchr.o.tmp wcsspn.o.tmp wcsstr.o.tmp wcstok.o.tmp wcswcs.o.tmp wmemchr.o.tmp wmemcmp.o.tmp wmemcpy.o.tmp wmemmove.o.tmp wmemset.o.tmp bcopy.o.tmp ffs.o.tmp memchr.o.tmp memcpy.o.tmp memmove.o.tmp memset.o.tmp strcat.o.tmp strchr.o.tmp strcmp.o.tmp strcpy.o.tmp strlen.o.tmp strncmp.o.tmp strrchr.o.tmp swab.o.tmp cfgetispeed.o.tmp cfgetospeed.o.tmp cfmakeraw.o.tmp cfsetispeed.o.tmp cfsetospeed.o.tmp cfsetspeed.o.tmp tcdrain.o.tmp tcflow.o.tmp tcflush.o.tmp tcgetattr.o.tmp tcgetpgrp.o.tmp tcgetwinsize.o.tmp tcgetsid.o.tmp tcsendbreak.o.tmp tcsetattr.o.tmp tcsetpgrp.o.tmp tcsetwinsize.o.tmp __isthreaded.o.tmp thread-stub.o.tmp thread-stub-init.o.tmp asctime.o.tmp difftime.o.tmp localtime.o.tmp getdate.o.tmp strftime.o.tmp strptime.o.tmp tls.o.tmp cpuset.o.tmp accept4.o.tmp clock_getcpuclockid.o.tmp eventfd_read.o.tmp eventfd_write.o.tmp posix_fadvise.o.tmp posix_madvise.o.tmp ppoll.o.tmp sched.o.tmp sigqueue.o.tmp sigtimedwait.o.tmp sigwait.o.tmp sigwaitinfo.o.tmp statvfs.o.tmp swapon.o.tmp semctl.o.tmp vadvise.o.tmp __clone.o.tmp __vfork14.o.tmp brk.o.tmp fork.o.tmp pipe.o.tmp getcontext.o.tmp ptrace.o.tmp sbrk.o.tmp shmat.o.tmp syscall.o.tmp __syscall.o.tmp __clone.o.tmp cerror.o.tmp fdiscard.o.tmp ftruncate.o.tmp lseek.o.tmp mmap.o.tmp pread.o.tmp preadv.o.tmp pwrite.o.tmp pwritev.o.tmp truncate.o.tmp ntp_adjtime.o.tmp mknodat.o.tmp posix_fallocate.o.tmp adjtime.o.tmp clock_settime.o.tmp settimeofday.o.tmp __sigaction_siginfo.o.tmp __acl_get_link.o.tmp __acl_set_link.o.tmp __acl_delete_link.o.tmp __acl_aclcheck_link.o.tmp __acl_get_file.o.tmp __acl_set_file.o.tmp __acl_get_fd.o.tmp __acl_set_fd.o.tmp __acl_delete_file.o.tmp __acl_delete_fd.o.tmp __acl_aclcheck_file.o.tmp __acl_aclcheck_fd.o.tmp access.o.tmp acct.o.tmp bind.o.tmp chdir.o.tmp chflags.o.tmp chmod.o.tmp chown.o.tmp chroot.o.tmp clock_getcpuclockid2.o.tmp __clock_getres50.o.tmp __clock_gettime50.o.tmp dup.o.tmp dup2.o.tmp dup3.o.tmp eventfd.o.tmp extattrctl.o.tmp extattr_delete_fd.o.tmp extattr_delete_file.o.tmp extattr_delete_link.o.tmp extattr_get_fd.o.tmp extattr_get_file.o.tmp extattr_get_link.o.tmp extattr_list_fd.o.tmp extattr_list_file.o.tmp extattr_list_link.o.tmp extattr_set_fd.o.tmp extattr_set_file.o.tmp extattr_set_link.o.tmp setxattr.o.tmp getxattr.o.tmp listxattr.o.tmp removexattr.o.tmp lsetxattr.o.tmp lgetxattr.o.tmp llistxattr.o.tmp lremovexattr.o.tmp fsetxattr.o.tmp fgetxattr.o.tmp flistxattr.o.tmp fremovexattr.o.tmp faccessat.o.tmp fchdir.o.tmp fchflags.o.tmp fchmod.o.tmp fchmodat.o.tmp fchown.o.tmp fchownat.o.tmp fchroot.o.tmp fexecve.o.tmp __fhopen40.o.tmp __fhstat50.o.tmp __fhstatvfs190.o.tmp fktrace.o.tmp flock.o.tmp fpathconf.o.tmp __fstat50.o.tmp __fstatvfs190.o.tmp fstatat.o.tmp __futimes50.o.tmp futimens.o.tmp __getcwd.o.tmp __getdents30.o.tmp __getfh30.o.tmp __getvfsstat90.o.tmp getgroups.o.tmp __getitimer50.o.tmp __getlogin.o.tmp getpeername.o.tmp getpgid.o.tmp getpgrp.o.tmp getpriority.o.tmp getrandom.o.tmp getrlimit.o.tmp __getrusage50.o.tmp getsid.o.tmp getsockname.o.tmp getsockopt.o.tmp getsockopt2.o.tmp __gettimeofday50.o.tmp ioctl.o.tmp kqueue.o.tmp kqueue1.o.tmp ktrace.o.tmp _ksem_close.o.tmp _ksem_destroy.o.tmp _ksem_getvalue.o.tmp _ksem_init.o.tmp _ksem_post.o.tmp _ksem_timedwait.o.tmp _ksem_trywait.o.tmp _ksem_unlink.o.tmp _ksem_wait.o.tmp _ksem_open.o.tmp lchflags.o.tmp lchmod.o.tmp lchown.o.tmp lfs_bmapv.o.tmp lfs_markv.o.tmp lfs_segclean.o.tmp lpathconf.o.tmp __lfs_segwait50.o.tmp link.o.tmp linkat.o.tmp listen.o.tmp __lstat50.o.tmp __lutimes50.o.tmp _lwp_create.o.tmp _lwp_exit.o.tmp _lwp_kill.o.tmp ___lwp_park60.o.tmp _lwp_self.o.tmp _lwp_wait.o.tmp _lwp_unpark.o.tmp _lwp_unpark_all.o.tmp _lwp_suspend.o.tmp _lwp_continue.o.tmp _lwp_wakeup.o.tmp _lwp_detach.o.tmp _lwp_setprivate.o.tmp _lwp_setname.o.tmp _lwp_getname.o.tmp _lwp_ctl.o.tmp madvise.o.tmp mincore.o.tmp minherit.o.tmp mkdir.o.tmp mkdirat.o.tmp mkfifo.o.tmp mkfifoat.o.tmp __mknod50.o.tmp mlock.o.tmp mlockall.o.tmp modctl.o.tmp __mount50.o.tmp mprotect.o.tmp __msgctl50.o.tmp msgget.o.tmp munlock.o.tmp munlockall.o.tmp munmap.o.tmp nfssvc.o.tmp __ntp_gettime50.o.tmp pathconf.o.tmp pipe2.o.tmp __posix_chown.o.tmp __posix_fchown.o.tmp __posix_lchown.o.tmp __posix_rename.o.tmp profil.o.tmp __quotactl.o.tmp rasctl.o.tmp readlinkat.o.tmp reboot.o.tmp rename.o.tmp renameat.o.tmp revoke.o.tmp rmdir.o.tmp semconfig.o.tmp semget.o.tmp semop.o.tmp setegid.o.tmp seteuid.o.tmp setgid.o.tmp setgroups.o.tmp __setitimer50.o.tmp __setlogin.o.tmp setpgid.o.tmp setpriority.o.tmp setregid.o.tmp setreuid.o.tmp setrlimit.o.tmp setsid.o.tmp setsockopt.o.tmp setuid.o.tmp __shmctl50.o.tmp shmdt.o.tmp shmget.o.tmp shutdown.o.tmp sigqueueinfo.o.tmp __sigaltstack14.o.tmp __sigpending14.o.tmp __sigaction_sigtramp.o.tmp ____sigtimedwait50.o.tmp __socket30.o.tmp socketpair.o.tmp __stat50.o.tmp __statvfs190.o.tmp swapctl.o.tmp symlink.o.tmp symlinkat.o.tmp __sysctl.o.tmp timer_create.o.tmp timer_delete.o.tmp __timer_gettime50.o.tmp timer_getoverrun.o.tmp ____semctl50.o.tmp __timer_settime50.o.tmp timerfd_create.o.tmp timerfd_gettime.o.tmp timerfd_settime.o.tmp umask.o.tmp undelete.o.tmp unlink.o.tmp unlinkat.o.tmp unmount.o.tmp __utimes50.o.tmp utimensat.o.tmp utrace.o.tmp uuidgen.o.tmp tmp__lwp_getprivate.o.tmp tmp_mremap.o.tmp accept.o.tmp __aio_suspend50.o.tmp clock_nanosleep.o.tmp close.o.tmp connect.o.tmp execve.o.tmp fcntl.o.tmp fdatasync.o.tmp fsync.o.tmp fsync_range.o.tmp __kevent50.o.tmp kill.o.tmp mq_receive.o.tmp mq_send.o.tmp __mq_timedreceive50.o.tmp __mq_timedsend50.o.tmp msgrcv.o.tmp msgsnd.o.tmp __msync13.o.tmp __nanosleep50.o.tmp open.o.tmp openat.o.tmp paccept.o.tmp poll.o.tmp __pollts50.o.tmp __pselect50.o.tmp read.o.tmp readlink.o.tmp readv.o.tmp recvfrom.o.tmp recvmmsg.o.tmp recvmsg.o.tmp _sched_setparam.o.tmp _sched_getparam.o.tmp _sched_setaffinity.o.tmp _sched_getaffinity.o.tmp sched_yield.o.tmp _sched_protect.o.tmp __select50.o.tmp sendmmsg.o.tmp sendmsg.o.tmp sendto.o.tmp setcontext.o.tmp __sigprocmask14.o.tmp __sigsuspend14.o.tmp sysarch.o.tmp __wait450.o.tmp wait6.o.tmp write.o.tmp writev.o.tmp getegid.o.tmp geteuid.o.tmp getgid.o.tmp getpid.o.tmp getppid.o.tmp getuid.o.tmp issetugid.o.tmp posix_spawn.o.tmp sync.o.tmp __posix_fadvise50.o.tmp _exit.o.tmp tmp_fdiscard.o.tmp tmp_ftruncate.o.tmp tmp_lseek.o.tmp tmp_mmap.o.tmp tmp_pread.o.tmp tmp_preadv.o.tmp tmp_pwrite.o.tmp tmp_pwritev.o.tmp tmp_truncate.o.tmp tmp_ntp_adjtime.o.tmp tmp_mknodat.o.tmp tmp___adjtime50.o.tmp tmp___clock_settime50.o.tmp tmp___settimeofday50.o.tmp tmp_posix_fallocate.o.tmp uuid_compare.o.tmp uuid_create.o.tmp uuid_create_nil.o.tmp uuid_equal.o.tmp uuid_from_string.o.tmp uuid_hash.o.tmp uuid_is_nil.o.tmp uuid_stream.o.tmp uuid_to_string.o.tmp xdryp.o.tmp yp_all.o.tmp yp_first.o.tmp yp_maplist.o.tmp yp_master.o.tmp yp_match.o.tmp yp_order.o.tmp yplib.o.tmp yperr_string.o.tmp ypprot_err.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_pic.a AMDGPUMetadataVerifier.pico Dwarf.pico MachO.pico Magic.pico Minidump.pico MsgPackDocument.pico MsgPackDocumentYAML.pico MsgPackReader.pico MsgPackWriter.pico Wasm.pico XCOFF.pico AMDGPUMetadataVerifier.pico.tmp Dwarf.pico.tmp MachO.pico.tmp Magic.pico.tmp Minidump.pico.tmp MsgPackDocument.pico.tmp MsgPackDocumentYAML.pico.tmp MsgPackReader.pico.tmp MsgPackWriter.pico.tmp Wasm.pico.tmp XCOFF.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f llib-lLLVMBinaryFormat.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f llib-lLLVMBinaryFormat.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libc && rm -f libc.a __sigtramp2.o compat_ndbmdatum.o compat_setlocale1.o compat_setlocale32.o compat_errlist.o compat_fts.o compat___fts13.o compat___fts30.o compat___fts31.o compat_getmntinfo.o compat_glob.o compat___glob13.o compat_opendir.o compat_readdir.o compat__readdir_unlocked30.o compat_scandir.o compat_siglist.o compat_signame.o compat_sigsetops.o compat_times.o compat_timezone.o compat_unvis.o compat_utmpx.o compat_time.o compat_utime.o compat_devname.o compat_alphasort.o compat_getpwent.o compat___fts32.o compat_utmp.o compat___fts50.o compat___unvis13.o compat_syslog.o compat_alloca.o compat___getmntinfo13.o __cmsg_alignbytes.o compat_ns_addr.o compat_ns_ntoa.o compat_pmap_rmtcall.o compat_rpcb.o compat_fgetpos.o compat_fsetpos.o compat_putenv.o compat_random.o compat_unsetenv.o compat_getdents.o compat_getdirentries.o compat_msync.o compat_ntp_gettime.o compat_sched.o compat_semctl.o compat_sigaltstack.o compat_stat.o compat___stat13.o compat_statfs.o compat_statvfs.o compat_socket.o compat_getfh.o compat_fhopen.o compat___fhstat30.o compat_fhstatvfs.o compat_fhstatvfs1.o compat_mount.o compat_getrusage.o compat_gettimeofday.o compat_utimes.o compat_wait4.o compat_sigtimedwait.o compat_settimeofday.o compat_timer.o compat_clock.o compat_itimer.o compat_select.o compat_nanosleep.o compat___stat30.o compat_aio_suspend.o compat_adjtime.o compat_mknod.o compat_mqueue.o compat__lwp_park.o compat_lfs_segwait.o compat_kevent.o compat___ntp_gettime30.o compat___semctl13.o compat___shmctl13.o compat___msgctl13.o compat___lwp_park50.o compat___fhstatvfs140.o compat___fhstatvfs40.o compat___sigaction14_sigtramp.o compat_localtime.o compat_difftime.o compat_frexp_ieee754.o compat_ldexp_ieee754.o compat_modf_ieee754.o compat_Ovfork.o compat___semctl.o compat___sigreturn14.o compat_msgctl.o compat_shmctl.o compat_sigaction.o compat_sigpending.o compat_sigprocmask.o compat_sigreturn.o compat_sigsuspend.o compat_quotactl.o atomic.o atomic_init_cas.o cdbr.o cdbw.o bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o bt_utils.o db.o dbfile.o hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o ndbmdatum.o ndbm.o mpool.o rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o rec_search.o rec_seq.o rec_utils.o citrus_bcs.o citrus_bcs_strtol.o citrus_bcs_strtoul.o citrus_csmapper.o citrus_ctype.o citrus_ctype_fallback.o citrus_db.o citrus_db_hash.o citrus_esdb.o citrus_hash.o citrus_iconv.o citrus_lookup.o citrus_mapper.o citrus_memstream.o citrus_mmap.o citrus_module.o citrus_none.o citrus_stdenc.o citrus_lc_ctype.o citrus_lc_monetary.o citrus_lc_numeric.o citrus_lc_time.o citrus_lc_messages.o creat.o getdtablesize.o gethostid.o killpg.o sethostid.o setpgrp.o setrgid.o setruid.o sigcompat.o getwd.o absvsi2.o absvti2.o addvsi3.o addvti3.o ashlti3.o ashrti3.o clzti2.o cmpti2.o ctzti2.o divti3.o ffsti2.o fixsfdi.o fixdfdi.o fixunsdfdi.o fixunsdfsi.o fixunssfdi.o fixunssfsi.o fixunsxfdi.o fixunsxfsi.o int_util.o lshrti3.o modti3.o muldc3.o mulosi4.o muloti4.o multi3.o mulvsi3.o mulvti3.o negti2.o negvsi2.o negvti2.o paritysi2.o parityti2.o popcountsi2.o popcountti2.o subvsi3.o subvti3.o ucmpti2.o udivmodti4.o udivti3.o umodti3.o floatdidf.o floatdisf.o floatdixf.o floatundidf.o floatundisf.o floatundixf.o negdf2.o negsf2.o powidf2.o powisf2.o powitf2.o powixf2.o fixxfdi.o fixunsdfti.o fixunssfti.o fixunsxfti.o fixxfti.o floattidf.o floattisf.o floattixf.o floatuntidf.o floatuntisf.o floatuntixf.o clzsi2.o ctzsi2.o divmodsi4.o divsi3.o modsi3.o udivmodsi4.o umodsi3.o udivsi3.o absvdi2.o addvdi3.o mulodi4.o mulvdi3.o negvdi2.o paritydi2.o popcountdi2.o subvdi3.o clzdi2.o ctzdi2.o ffsdi2.o GCDAProfiling.o InstrProfiling.o InstrProfilingBuffer.o InstrProfilingFile.o InstrProfilingPlatformLinux.o InstrProfilingUtil.o InstrProfilingValue.o InstrProfilingWriter.o dlfcn_elf.o strtof.o strtold_px.o strtopx.o strtod.o dtoa.o ldtoa.o hdtoa.o gdtoa.o gdtoa_locks.o dmisc.o gethex.o gmisc.o hd_init.o hexnan.o misc.o smisc.o strtodg.o sum.o ulp.o strtord.o _errno.o daemon.o alarm.o alphasort.o arc4random.o assert.o asysctl.o basename.o clock.o closedir.o closefrom.o confstr.o ctermid.o ctype_.o dehumanize_number.o devname.o dirname.o disklabel.o err.o errx.o errc.o errlist.o errno.o execl.o execle.o execlp.o execv.o execvp.o exect.o extattr.o fmtcheck.o fmtmsg.o fnmatch.o fstab.o ftok.o fts.o ftw.o getbsize.o getcap.o getcwd.o getdevmajor.o getdomainname.o getentropy.o getgrent.o getgrouplist.o getgroupmembership.o gethostname.o getloadavg.o getlogin.o getmntinfo.o getnetgrent.o getpagesize.o getpass.o getprogname.o getpwent.o getttyent.o getusershell.o glob.o humanize_number.o initdir.o initgroups.o isascii.o isatty.o isctype.o lockf.o nftw.o nice.o nlist.o nlist_aout.o nlist_coff.o nlist_ecoff.o nlist_elf32.o nlist_elf64.o opendir.o pause.o popen.o posix_spawn_sched.o posix_spawn_fileactions.o posix_spawnp.o psignal.o pthread_atfork.o ptree.o pwcache.o pw_scan.o raise.o randomid.o rb.o readdir.o rewinddir.o scandir.o seekdir.o setdomainname.o sethostname.o setjmperr.o setmode.o setproctitle.o setprogname.o shquote.o shquotev.o sighold.o sigignore.o siginterrupt.o siglist.o signal.o signalname.o signalnext.o signalnumber.o signame.o sigrelse.o sigset.o sigsetops.o sleep.o stringlist.o sysconf.o sysctl.o sysctlbyname.o sysctlgetmibinfo.o sysctlnametomib.o syslog.o syslog_ss.o telldir.o time.o timespec_get.o times.o toascii.o tolower_.o ttyname.o ttyslot.o toupper_.o ualarm.o ulimit.o uname.o unvis.o usleep.o utime.o utimens.o utmp.o utmpx.o valloc.o vis.o wait.o wait3.o waitid.o waitpid.o warn.o warnx.o warnc.o wordexp.o xsyslog.o vwarn.o vwarnx.o vwarnc.o verr.o verrx.o verrc.o alloca.o byte_swap_2.o byte_swap_4.o byte_swap_8.o fabs.o flt_rounds.o fpgetmask.o fpgetround.o fpgetsticky.o fpsetmask.o fpsetround.o fpsetsticky.o fpgetprec.o fpsetprec.o __setjmp14.o _setjmp.o __sigsetjmp14.o resumecontext.o swapcontext.o _lwp.o makecontext.o infinityf_ieee754.o infinity_ieee754.o fpclassifyf_ieee754.o fpclassifyd_ieee754.o isfinitef_ieee754.o isfinited_ieee754.o isinff_ieee754.o isinfd_ieee754.o isnanf_ieee754.o isnand_ieee754.o signbitf_ieee754.o signbitd_ieee754.o signbitl_ieee754.o nanf.o infinityl.o fpclassifyl.o isfinitel.o isinfl.o isnanl.o gmon.o mcount.o hmac.o md2.o md2hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha224hl.o sha256hl.o sha384hl.o sha512hl.o keccak.o sha3.o murmurhash.o iconv.o inet_addr.o inet_cidr_ntop.o inet_cidr_pton.o inet_lnaof.o inet_makeaddr.o inet_net_ntop.o inet_net_pton.o inet_neta.o inet_netof.o inet_network.o inet_ntoa.o inet_ntop.o inet_pton.o nsap_addr.o assertions.o ev_timers.o ev_streams.o setlocale.o __mb_cur_max.o duplocale.o global_locale.o fix_grouping.o freelocale.o localeconv.o newlocale.o nl_langinfo.o generic_lc_all.o dummy_lc_collate.o wcstol.o wcstoll.o wcstoimax.o wcstoul.o wcstoull.o wcstoumax.o wcstod.o wcstof.o wcstold.o wcscoll.o wcsxfrm.o wcsftime.o _wctrans.o _wctype.o rune.o runetable.o multibyte_c90.o multibyte_amd1.o iswctype_mb.o md4c.o md5c.o md4hl.o md5hl.o initfini.o stack_protector.o base64.o ethers.o gethnamaddr.o getifaddrs.o getnetnamadr.o getnetent.o getpeereid.o getprotobyname.o getprotobynumber.o getprotoent.o getprotobyname_r.o getprotobynumber_r.o getprotoent_r.o getservbyname.o getservbyport.o getservent.o getservbyname_r.o getservbyport_r.o getservent_r.o iso_addr.o linkaddr.o nsdispatch.o nslexer.o nsparser.o nsap_addr.o rcmd.o recv.o send.o sethostent.o sctp_sys_calls.o sockatmark.o hesiod.o getaddrinfo.o getnameinfo.o ip6opt.o rthdr.o inet6_scopeid.o vars6.o if_indextoname.o if_nameindex.o if_nametoindex.o ns_name.o ns_netint.o ns_parse.o ns_print.o ns_samedomain.o ns_ttl.o catclose.o catgets.o catopen.o acl_branding.o acl_calc_mask.o acl_copy.o acl_delete.o acl_delete_entry.o acl_entry.o acl_flag.o acl_free.o acl_from_text.o acl_from_text_nfs4.o acl_get.o acl_id_to_name.o acl_init.o acl_perm.o acl_set.o acl_strip.o acl_support.o acl_support_nfs4.o acl_to_text.o acl_to_text_nfs4.o acl_valid.o subr_acl_nfs4.o regcomp.o regerror.o regexec.o regfree.o regsub.o h_errno.o herror.o res_comp.o res_data.o res_debug.o res_init.o res_mkquery.o res_query.o res_send.o res_state.o mtctxres.o res_compat.o auth_none.o auth_unix.o authunix_prot.o bindresvport.o clnt_bcast.o clnt_dg.o clnt_generic.o clnt_perror.o clnt_raw.o clnt_simple.o clnt_vc.o rpc_dtablesize.o getnetconfig.o getnetpath.o getrpcent.o getrpcport.o mt_misc.o pmap_clnt.o pmap_getmaps.o pmap_getport.o pmap_prot.o pmap_prot2.o pmap_rmt.o rpc_prot.o rpc_commondata.o rpc_callmsg.o rpc_generic.o rpc_soc.o rpcb_clnt.o rpcb_prot.o rpcb_st_xdr.o svc.o svc_auth.o svc_dg.o svc_auth_unix.o svc_generic.o svc_raw.o svc_run.o svc_simple.o svc_vc.o svc_fdset.o xdr.o xdr_array.o xdr_float.o xdr_mem.o xdr_rec.o xdr_reference.o xdr_stdio.o xdr_sizeof.o __rpc_getxid.o gets_chk.o fgets_chk.o memcpy_chk.o memmove_chk.o memset_chk.o snprintf_chk.o sprintf_chk.o stpcpy_chk.o stpncpy_chk.o strcat_chk.o strcpy_chk.o strncat_chk.o strncpy_chk.o vsnprintf_chk.o vsprintf_chk.o clrerr.o dprintf.o fclose.o fdopen.o feof.o ferror.o fflush.o fgetc.o fgetln.o fgetpos.o fgets.o fgetstr.o fgetwc.o fgetwln.o fgetws.o fileno.o findfp.o flags.o flockfile.o fopen.o fparseln.o fprintf.o fpurge.o fputc.o fputs.o fputwc.o fputws.o fread.o freopen.o fscanf.o fseek.o fseeko.o fsetpos.o ftell.o ftello.o funopen.o fvwrite.o fwalk.o fwide.o fwprintf.o fwrite.o fwscanf.o getc.o getchar.o getdelim.o getline.o gettemp.o getw.o getwc.o getwchar.o makebuf.o mkdtemp.o mkstemp.o mkstemps.o mkostemp.o mkostemps.o perror.o printf.o putc.o putchar.o puts.o putw.o putwc.o putwchar.o refill.o remove.o rewind.o rget.o scanf.o setbuf.o setbuffer.o setvbuf.o snprintf_ss.o sscanf.o stdio.o swprintf.o swscanf.o tmpfile.o ungetc.o ungetwc.o vasprintf.o vdprintf.o vfprintf.o vfscanf.o vfwprintf.o vfwscanf.o vprintf.o vscanf.o vsnprintf.o vsnprintf_ss.o vsscanf.o vswprintf.o vswscanf.o vwprintf.o vwscanf.o wbuf.o wprintf.o wscanf.o wsetup.o fmemopen.o open_memstream.o open_wmemstream.o gets.o vsprintf.o tempnam.o tmpnam.o mktemp.o _env.o _rand48.o a64l.o abort.o atexit.o atof.o atoi.o atol.o atoll.o bsearch.o cxa_thread_atexit.o drand48.o exit.o getenv.o getopt.o getopt_long.o getsubopt.o hcreate.o heapsort.o imaxdiv.o insque.o jrand48.o l64a.o lldiv.o lcong48.o lrand48.o lsearch.o merge.o mi_vector_hash.o mrand48.o nrand48.o putenv.o qabs.o qdiv.o qsort.o posix_openpt.o pty.o quick_exit.o radixsort.o rand.o rand_r.o random.o remque.o reallocarr.o reallocarray.o seed48.o setenv.o srand48.o strsuftoll.o strtoi.o strtou.o strtonum.o strtoimax.o strtol.o strtoll.o strtoq.o strtoul.o strtoull.o strtoumax.o strtouq.o system.o tdelete.o tfind.o tsearch.o twalk.o unsetenv.o strfmon.o imaxdiv.o erand48_ieee754.o jemalloc.o arena.o background_thread.o base.o bin.o bitmap.o ckh.o ctl.o divide.o extent.o extent_dss.o extent_mmap.o hash.o hooks.o large.o log.o malloc_io.o mutex.o mutex_pool.o nstime.o pages.o prng.o prof.o rtree.o stats.o sz.o tcache.o ticker.o tsd.o witness.o abs.o div.o labs.o ldiv.o bm.o stpcpy.o stpncpy.o strcasecmp.o strncasecmp.o strcasestr.o strcoll.o strdup.o strerror.o strerror_ss.o strlcat.o strlcpy.o strnlen.o strmode.o strsignal.o strtok.o strtok_r.o strxfrm.o __strsignal.o strerror_r.o strndup.o stresep.o memrchr.o bcmp.o memcmp.o strcspn.o strncat.o strncpy.o strpbrk.o strsep.o strspn.o strstr.o strnstr.o explicit_memset.o consttime_memequal.o memccpy.o memmem.o strchrnul.o popcount32.o popcount64.o wcscat.o wcschr.o wcscmp.o wcscpy.o wcscspn.o wcslcat.o wcslcpy.o wcslen.o wcsncat.o wcsnlen.o wcscasecmp.o wcsdup.o wcsncasecmp.o wcsncmp.o wcsncpy.o wcspbrk.o wcsrchr.o wcsspn.o wcsstr.o wcstok.o wcswcs.o wmemchr.o wmemcmp.o wmemcpy.o wmemmove.o wmemset.o bcopy.o ffs.o memchr.o memcpy.o memmove.o memset.o strcat.o strchr.o strcmp.o strcpy.o strlen.o strncmp.o strrchr.o swab.o cfgetispeed.o cfgetospeed.o cfmakeraw.o cfsetispeed.o cfsetospeed.o cfsetspeed.o tcdrain.o tcflow.o tcflush.o tcgetattr.o tcgetpgrp.o tcgetwinsize.o tcgetsid.o tcsendbreak.o tcsetattr.o tcsetpgrp.o tcsetwinsize.o __isthreaded.o thread-stub.o thread-stub-init.o asctime.o difftime.o localtime.o getdate.o strftime.o strptime.o tls.o cpuset.o accept4.o clock_getcpuclockid.o eventfd_read.o eventfd_write.o posix_fadvise.o posix_madvise.o ppoll.o sched.o sigqueue.o sigtimedwait.o sigwait.o sigwaitinfo.o statvfs.o swapon.o semctl.o vadvise.o __clone.o __vfork14.o brk.o fork.o pipe.o getcontext.o ptrace.o sbrk.o shmat.o syscall.o __syscall.o __clone.o cerror.o fdiscard.o ftruncate.o lseek.o mmap.o pread.o preadv.o pwrite.o pwritev.o truncate.o ntp_adjtime.o mknodat.o posix_fallocate.o adjtime.o clock_settime.o settimeofday.o __sigaction_siginfo.o __acl_get_link.o __acl_set_link.o __acl_delete_link.o __acl_aclcheck_link.o __acl_get_file.o __acl_set_file.o __acl_get_fd.o __acl_set_fd.o __acl_delete_file.o __acl_delete_fd.o __acl_aclcheck_file.o __acl_aclcheck_fd.o access.o acct.o bind.o chdir.o chflags.o chmod.o chown.o chroot.o clock_getcpuclockid2.o __clock_getres50.o __clock_gettime50.o dup.o dup2.o dup3.o eventfd.o extattrctl.o extattr_delete_fd.o extattr_delete_file.o extattr_delete_link.o extattr_get_fd.o extattr_get_file.o extattr_get_link.o extattr_list_fd.o extattr_list_file.o extattr_list_link.o extattr_set_fd.o extattr_set_file.o extattr_set_link.o setxattr.o getxattr.o listxattr.o removexattr.o lsetxattr.o lgetxattr.o llistxattr.o lremovexattr.o fsetxattr.o fgetxattr.o flistxattr.o fremovexattr.o faccessat.o fchdir.o fchflags.o fchmod.o fchmodat.o fchown.o fchownat.o fchroot.o fexecve.o __fhopen40.o __fhstat50.o __fhstatvfs190.o fktrace.o flock.o fpathconf.o __fstat50.o __fstatvfs190.o fstatat.o __futimes50.o futimens.o __getcwd.o __getdents30.o __getfh30.o __getvfsstat90.o getgroups.o __getitimer50.o __getlogin.o getpeername.o getpgid.o getpgrp.o getpriority.o getrandom.o getrlimit.o __getrusage50.o getsid.o getsockname.o getsockopt.o getsockopt2.o __gettimeofday50.o ioctl.o kqueue.o kqueue1.o ktrace.o _ksem_close.o _ksem_destroy.o _ksem_getvalue.o _ksem_init.o _ksem_post.o _ksem_timedwait.o _ksem_trywait.o _ksem_unlink.o _ksem_wait.o _ksem_open.o lchflags.o lchmod.o lchown.o lfs_bmapv.o lfs_markv.o lfs_segclean.o lpathconf.o __lfs_segwait50.o link.o linkat.o listen.o __lstat50.o __lutimes50.o _lwp_create.o _lwp_exit.o _lwp_kill.o ___lwp_park60.o _lwp_self.o _lwp_wait.o _lwp_unpark.o _lwp_unpark_all.o _lwp_suspend.o _lwp_continue.o _lwp_wakeup.o _lwp_detach.o _lwp_setprivate.o _lwp_setname.o _lwp_getname.o _lwp_ctl.o madvise.o mincore.o minherit.o mkdir.o mkdirat.o mkfifo.o mkfifoat.o __mknod50.o mlock.o mlockall.o modctl.o __mount50.o mprotect.o __msgctl50.o msgget.o munlock.o munlockall.o munmap.o nfssvc.o __ntp_gettime50.o pathconf.o pipe2.o __posix_chown.o __posix_fchown.o __posix_lchown.o __posix_rename.o profil.o __quotactl.o rasctl.o readlinkat.o reboot.o rename.o renameat.o revoke.o rmdir.o semconfig.o semget.o semop.o setegid.o seteuid.o setgid.o setgroups.o __setitimer50.o __setlogin.o setpgid.o setpriority.o setregid.o setreuid.o setrlimit.o setsid.o setsockopt.o setuid.o __shmctl50.o shmdt.o shmget.o shutdown.o sigqueueinfo.o __sigaltstack14.o __sigpending14.o __sigaction_sigtramp.o ____sigtimedwait50.o __socket30.o socketpair.o __stat50.o __statvfs190.o swapctl.o symlink.o symlinkat.o __sysctl.o timer_create.o timer_delete.o __timer_gettime50.o timer_getoverrun.o ____semctl50.o __timer_settime50.o timerfd_create.o timerfd_gettime.o timerfd_settime.o umask.o undelete.o unlink.o unlinkat.o unmount.o __utimes50.o utimensat.o utrace.o uuidgen.o tmp__lwp_getprivate.o tmp_mremap.o accept.o __aio_suspend50.o clock_nanosleep.o close.o connect.o execve.o fcntl.o fdatasync.o fsync.o fsync_range.o __kevent50.o kill.o mq_receive.o mq_send.o __mq_timedreceive50.o __mq_timedsend50.o msgrcv.o msgsnd.o __msync13.o __nanosleep50.o open.o openat.o paccept.o poll.o __pollts50.o __pselect50.o read.o readlink.o readv.o recvfrom.o recvmmsg.o recvmsg.o _sched_setparam.o _sched_getparam.o _sched_setaffinity.o _sched_getaffinity.o sched_yield.o _sched_protect.o __select50.o sendmmsg.o sendmsg.o sendto.o setcontext.o __sigprocmask14.o __sigsuspend14.o sysarch.o __wait450.o wait6.o write.o writev.o getegid.o geteuid.o getgid.o getpid.o getppid.o getuid.o issetugid.o posix_spawn.o sync.o __posix_fadvise50.o _exit.o tmp_fdiscard.o tmp_ftruncate.o tmp_lseek.o tmp_mmap.o tmp_pread.o tmp_preadv.o tmp_pwrite.o tmp_pwritev.o tmp_truncate.o tmp_ntp_adjtime.o tmp_mknodat.o tmp___adjtime50.o tmp___clock_settime50.o tmp___settimeofday50.o tmp_posix_fallocate.o uuid_compare.o uuid_create.o uuid_create_nil.o uuid_equal.o uuid_from_string.o uuid_hash.o uuid_is_nil.o uuid_stream.o uuid_to_string.o xdryp.o yp_all.o yp_first.o yp_maplist.o yp_master.o yp_match.o yp_order.o yplib.o yperr_string.o ypprot_err.o __sigtramp2.o.tmp compat_ndbmdatum.o.tmp compat_setlocale1.o.tmp compat_setlocale32.o.tmp compat_errlist.o.tmp compat_fts.o.tmp compat___fts13.o.tmp compat___fts30.o.tmp compat___fts31.o.tmp compat_getmntinfo.o.tmp compat_glob.o.tmp compat___glob13.o.tmp compat_opendir.o.tmp compat_readdir.o.tmp compat__readdir_unlocked30.o.tmp compat_scandir.o.tmp compat_siglist.o.tmp compat_signame.o.tmp compat_sigsetops.o.tmp compat_times.o.tmp compat_timezone.o.tmp compat_unvis.o.tmp compat_utmpx.o.tmp compat_time.o.tmp compat_utime.o.tmp compat_devname.o.tmp compat_alphasort.o.tmp compat_getpwent.o.tmp compat___fts32.o.tmp compat_utmp.o.tmp compat___fts50.o.tmp compat___unvis13.o.tmp compat_syslog.o.tmp compat_alloca.o.tmp compat___getmntinfo13.o.tmp __cmsg_alignbytes.o.tmp compat_ns_addr.o.tmp compat_ns_ntoa.o.tmp compat_pmap_rmtcall.o.tmp compat_rpcb.o.tmp compat_fgetpos.o.tmp compat_fsetpos.o.tmp compat_putenv.o.tmp compat_random.o.tmp compat_unsetenv.o.tmp compat_getdents.o.tmp compat_getdirentries.o.tmp compat_msync.o.tmp compat_ntp_gettime.o.tmp compat_sched.o.tmp compat_semctl.o.tmp compat_sigaltstack.o.tmp compat_stat.o.tmp compat___stat13.o.tmp compat_statfs.o.tmp compat_statvfs.o.tmp compat_socket.o.tmp compat_getfh.o.tmp compat_fhopen.o.tmp compat___fhstat30.o.tmp compat_fhstatvfs.o.tmp compat_fhstatvfs1.o.tmp compat_mount.o.tmp compat_getrusage.o.tmp compat_gettimeofday.o.tmp compat_utimes.o.tmp compat_wait4.o.tmp compat_sigtimedwait.o.tmp compat_settimeofday.o.tmp compat_timer.o.tmp compat_clock.o.tmp compat_itimer.o.tmp compat_select.o.tmp compat_nanosleep.o.tmp compat___stat30.o.tmp compat_aio_suspend.o.tmp compat_adjtime.o.tmp compat_mknod.o.tmp compat_mqueue.o.tmp compat__lwp_park.o.tmp compat_lfs_segwait.o.tmp compat_kevent.o.tmp compat___ntp_gettime30.o.tmp compat___semctl13.o.tmp compat___shmctl13.o.tmp compat___msgctl13.o.tmp compat___lwp_park50.o.tmp compat___fhstatvfs140.o.tmp compat___fhstatvfs40.o.tmp compat___sigaction14_sigtramp.o.tmp compat_localtime.o.tmp compat_difftime.o.tmp compat_frexp_ieee754.o.tmp compat_ldexp_ieee754.o.tmp compat_modf_ieee754.o.tmp compat_Ovfork.o.tmp compat___semctl.o.tmp compat___sigreturn14.o.tmp compat_msgctl.o.tmp compat_shmctl.o.tmp compat_sigaction.o.tmp compat_sigpending.o.tmp compat_sigprocmask.o.tmp compat_sigreturn.o.tmp compat_sigsuspend.o.tmp compat_quotactl.o.tmp atomic.o.tmp atomic_init_cas.o.tmp cdbr.o.tmp cdbw.o.tmp bt_close.o.tmp bt_conv.o.tmp bt_debug.o.tmp bt_delete.o.tmp bt_get.o.tmp bt_open.o.tmp bt_overflow.o.tmp bt_page.o.tmp bt_put.o.tmp bt_search.o.tmp bt_seq.o.tmp bt_split.o.tmp bt_utils.o.tmp db.o.tmp dbfile.o.tmp hash.o.tmp hash_bigkey.o.tmp hash_buf.o.tmp hash_func.o.tmp hash_log2.o.tmp hash_page.o.tmp ndbmdatum.o.tmp ndbm.o.tmp mpool.o.tmp rec_close.o.tmp rec_delete.o.tmp rec_get.o.tmp rec_open.o.tmp rec_put.o.tmp rec_search.o.tmp rec_seq.o.tmp rec_utils.o.tmp citrus_bcs.o.tmp citrus_bcs_strtol.o.tmp citrus_bcs_strtoul.o.tmp citrus_csmapper.o.tmp citrus_ctype.o.tmp citrus_ctype_fallback.o.tmp citrus_db.o.tmp citrus_db_hash.o.tmp citrus_esdb.o.tmp citrus_hash.o.tmp citrus_iconv.o.tmp citrus_lookup.o.tmp citrus_mapper.o.tmp citrus_memstream.o.tmp citrus_mmap.o.tmp citrus_module.o.tmp citrus_none.o.tmp citrus_stdenc.o.tmp citrus_lc_ctype.o.tmp citrus_lc_monetary.o.tmp citrus_lc_numeric.o.tmp citrus_lc_time.o.tmp citrus_lc_messages.o.tmp creat.o.tmp getdtablesize.o.tmp gethostid.o.tmp killpg.o.tmp sethostid.o.tmp setpgrp.o.tmp setrgid.o.tmp setruid.o.tmp sigcompat.o.tmp getwd.o.tmp absvsi2.o.tmp absvti2.o.tmp addvsi3.o.tmp addvti3.o.tmp ashlti3.o.tmp ashrti3.o.tmp clzti2.o.tmp cmpti2.o.tmp ctzti2.o.tmp divti3.o.tmp ffsti2.o.tmp fixsfdi.o.tmp fixdfdi.o.tmp fixunsdfdi.o.tmp fixunsdfsi.o.tmp fixunssfdi.o.tmp fixunssfsi.o.tmp fixunsxfdi.o.tmp fixunsxfsi.o.tmp int_util.o.tmp lshrti3.o.tmp modti3.o.tmp muldc3.o.tmp mulosi4.o.tmp muloti4.o.tmp multi3.o.tmp mulvsi3.o.tmp mulvti3.o.tmp negti2.o.tmp negvsi2.o.tmp negvti2.o.tmp paritysi2.o.tmp parityti2.o.tmp popcountsi2.o.tmp popcountti2.o.tmp subvsi3.o.tmp subvti3.o.tmp ucmpti2.o.tmp udivmodti4.o.tmp udivti3.o.tmp umodti3.o.tmp floatdidf.o.tmp floatdisf.o.tmp floatdixf.o.tmp floatundidf.o.tmp floatundisf.o.tmp floatundixf.o.tmp negdf2.o.tmp negsf2.o.tmp powidf2.o.tmp powisf2.o.tmp powitf2.o.tmp powixf2.o.tmp fixxfdi.o.tmp fixunsdfti.o.tmp fixunssfti.o.tmp fixunsxfti.o.tmp fixxfti.o.tmp floattidf.o.tmp floattisf.o.tmp floattixf.o.tmp floatuntidf.o.tmp floatuntisf.o.tmp floatuntixf.o.tmp clzsi2.o.tmp ctzsi2.o.tmp divmodsi4.o.tmp divsi3.o.tmp modsi3.o.tmp udivmodsi4.o.tmp umodsi3.o.tmp udivsi3.o.tmp absvdi2.o.tmp addvdi3.o.tmp mulodi4.o.tmp mulvdi3.o.tmp negvdi2.o.tmp paritydi2.o.tmp popcountdi2.o.tmp subvdi3.o.tmp clzdi2.o.tmp ctzdi2.o.tmp ffsdi2.o.tmp GCDAProfiling.o.tmp InstrProfiling.o.tmp InstrProfilingBuffer.o.tmp InstrProfilingFile.o.tmp InstrProfilingPlatformLinux.o.tmp InstrProfilingUtil.o.tmp InstrProfilingValue.o.tmp InstrProfilingWriter.o.tmp dlfcn_elf.o.tmp strtof.o.tmp strtold_px.o.tmp strtopx.o.tmp strtod.o.tmp dtoa.o.tmp ldtoa.o.tmp hdtoa.o.tmp gdtoa.o.tmp gdtoa_locks.o.tmp dmisc.o.tmp gethex.o.tmp gmisc.o.tmp hd_init.o.tmp hexnan.o.tmp misc.o.tmp smisc.o.tmp strtodg.o.tmp sum.o.tmp ulp.o.tmp strtord.o.tmp _errno.o.tmp daemon.o.tmp alarm.o.tmp alphasort.o.tmp arc4random.o.tmp assert.o.tmp asysctl.o.tmp basename.o.tmp clock.o.tmp closedir.o.tmp closefrom.o.tmp confstr.o.tmp ctermid.o.tmp ctype_.o.tmp dehumanize_number.o.tmp devname.o.tmp dirname.o.tmp disklabel.o.tmp err.o.tmp errx.o.tmp errc.o.tmp errlist.o.tmp errno.o.tmp execl.o.tmp execle.o.tmp execlp.o.tmp execv.o.tmp execvp.o.tmp exect.o.tmp extattr.o.tmp fmtcheck.o.tmp fmtmsg.o.tmp fnmatch.o.tmp fstab.o.tmp ftok.o.tmp fts.o.tmp ftw.o.tmp getbsize.o.tmp getcap.o.tmp getcwd.o.tmp getdevmajor.o.tmp getdomainname.o.tmp getentropy.o.tmp getgrent.o.tmp getgrouplist.o.tmp getgroupmembership.o.tmp gethostname.o.tmp getloadavg.o.tmp getlogin.o.tmp getmntinfo.o.tmp getnetgrent.o.tmp getpagesize.o.tmp getpass.o.tmp getprogname.o.tmp getpwent.o.tmp getttyent.o.tmp getusershell.o.tmp glob.o.tmp humanize_number.o.tmp initdir.o.tmp initgroups.o.tmp isascii.o.tmp isatty.o.tmp isctype.o.tmp lockf.o.tmp nftw.o.tmp nice.o.tmp nlist.o.tmp nlist_aout.o.tmp nlist_coff.o.tmp nlist_ecoff.o.tmp nlist_elf32.o.tmp nlist_elf64.o.tmp opendir.o.tmp pause.o.tmp popen.o.tmp posix_spawn_sched.o.tmp posix_spawn_fileactions.o.tmp posix_spawnp.o.tmp psignal.o.tmp pthread_atfork.o.tmp ptree.o.tmp pwcache.o.tmp pw_scan.o.tmp raise.o.tmp randomid.o.tmp rb.o.tmp readdir.o.tmp rewinddir.o.tmp scandir.o.tmp seekdir.o.tmp setdomainname.o.tmp sethostname.o.tmp setjmperr.o.tmp setmode.o.tmp setproctitle.o.tmp setprogname.o.tmp shquote.o.tmp shquotev.o.tmp sighold.o.tmp sigignore.o.tmp siginterrupt.o.tmp siglist.o.tmp signal.o.tmp signalname.o.tmp signalnext.o.tmp signalnumber.o.tmp signame.o.tmp sigrelse.o.tmp sigset.o.tmp sigsetops.o.tmp sleep.o.tmp stringlist.o.tmp sysconf.o.tmp sysctl.o.tmp sysctlbyname.o.tmp sysctlgetmibinfo.o.tmp sysctlnametomib.o.tmp syslog.o.tmp syslog_ss.o.tmp telldir.o.tmp time.o.tmp timespec_get.o.tmp times.o.tmp toascii.o.tmp tolower_.o.tmp ttyname.o.tmp ttyslot.o.tmp toupper_.o.tmp ualarm.o.tmp ulimit.o.tmp uname.o.tmp unvis.o.tmp usleep.o.tmp utime.o.tmp utimens.o.tmp utmp.o.tmp utmpx.o.tmp valloc.o.tmp vis.o.tmp wait.o.tmp wait3.o.tmp waitid.o.tmp waitpid.o.tmp warn.o.tmp warnx.o.tmp warnc.o.tmp wordexp.o.tmp xsyslog.o.tmp vwarn.o.tmp vwarnx.o.tmp vwarnc.o.tmp verr.o.tmp verrx.o.tmp verrc.o.tmp alloca.o.tmp byte_swap_2.o.tmp byte_swap_4.o.tmp byte_swap_8.o.tmp fabs.o.tmp flt_rounds.o.tmp fpgetmask.o.tmp fpgetround.o.tmp fpgetsticky.o.tmp fpsetmask.o.tmp fpsetround.o.tmp fpsetsticky.o.tmp fpgetprec.o.tmp fpsetprec.o.tmp __setjmp14.o.tmp _setjmp.o.tmp __sigsetjmp14.o.tmp resumecontext.o.tmp swapcontext.o.tmp _lwp.o.tmp makecontext.o.tmp infinityf_ieee754.o.tmp infinity_ieee754.o.tmp fpclassifyf_ieee754.o.tmp fpclassifyd_ieee754.o.tmp isfinitef_ieee754.o.tmp isfinited_ieee754.o.tmp isinff_ieee754.o.tmp isinfd_ieee754.o.tmp isnanf_ieee754.o.tmp isnand_ieee754.o.tmp signbitf_ieee754.o.tmp signbitd_ieee754.o.tmp signbitl_ieee754.o.tmp nanf.o.tmp infinityl.o.tmp fpclassifyl.o.tmp isfinitel.o.tmp isinfl.o.tmp isnanl.o.tmp gmon.o.tmp mcount.o.tmp hmac.o.tmp md2.o.tmp md2hl.o.tmp rmd160.o.tmp rmd160hl.o.tmp sha1.o.tmp sha1hl.o.tmp sha2.o.tmp sha224hl.o.tmp sha256hl.o.tmp sha384hl.o.tmp sha512hl.o.tmp keccak.o.tmp sha3.o.tmp murmurhash.o.tmp iconv.o.tmp inet_addr.o.tmp inet_cidr_ntop.o.tmp inet_cidr_pton.o.tmp inet_lnaof.o.tmp inet_makeaddr.o.tmp inet_net_ntop.o.tmp inet_net_pton.o.tmp inet_neta.o.tmp inet_netof.o.tmp inet_network.o.tmp inet_ntoa.o.tmp inet_ntop.o.tmp inet_pton.o.tmp nsap_addr.o.tmp assertions.o.tmp ev_timers.o.tmp ev_streams.o.tmp setlocale.o.tmp __mb_cur_max.o.tmp duplocale.o.tmp global_locale.o.tmp fix_grouping.o.tmp freelocale.o.tmp localeconv.o.tmp newlocale.o.tmp nl_langinfo.o.tmp generic_lc_all.o.tmp dummy_lc_collate.o.tmp wcstol.o.tmp wcstoll.o.tmp wcstoimax.o.tmp wcstoul.o.tmp wcstoull.o.tmp wcstoumax.o.tmp wcstod.o.tmp wcstof.o.tmp wcstold.o.tmp wcscoll.o.tmp wcsxfrm.o.tmp wcsftime.o.tmp _wctrans.o.tmp _wctype.o.tmp rune.o.tmp runetable.o.tmp multibyte_c90.o.tmp multibyte_amd1.o.tmp iswctype_mb.o.tmp md4c.o.tmp md5c.o.tmp md4hl.o.tmp md5hl.o.tmp initfini.o.tmp stack_protector.o.tmp base64.o.tmp ethers.o.tmp gethnamaddr.o.tmp getifaddrs.o.tmp getnetnamadr.o.tmp getnetent.o.tmp getpeereid.o.tmp getprotobyname.o.tmp getprotobynumber.o.tmp getprotoent.o.tmp getprotobyname_r.o.tmp getprotobynumber_r.o.tmp getprotoent_r.o.tmp getservbyname.o.tmp getservbyport.o.tmp getservent.o.tmp getservbyname_r.o.tmp getservbyport_r.o.tmp getservent_r.o.tmp iso_addr.o.tmp linkaddr.o.tmp nsdispatch.o.tmp nslexer.o.tmp nsparser.o.tmp nsap_addr.o.tmp rcmd.o.tmp recv.o.tmp send.o.tmp sethostent.o.tmp sctp_sys_calls.o.tmp sockatmark.o.tmp hesiod.o.tmp getaddrinfo.o.tmp getnameinfo.o.tmp ip6opt.o.tmp rthdr.o.tmp inet6_scopeid.o.tmp vars6.o.tmp if_indextoname.o.tmp if_nameindex.o.tmp if_nametoindex.o.tmp ns_name.o.tmp ns_netint.o.tmp ns_parse.o.tmp ns_print.o.tmp ns_samedomain.o.tmp ns_ttl.o.tmp catclose.o.tmp catgets.o.tmp catopen.o.tmp acl_branding.o.tmp acl_calc_mask.o.tmp acl_copy.o.tmp acl_delete.o.tmp acl_delete_entry.o.tmp acl_entry.o.tmp acl_flag.o.tmp acl_free.o.tmp acl_from_text.o.tmp acl_from_text_nfs4.o.tmp acl_get.o.tmp acl_id_to_name.o.tmp acl_init.o.tmp acl_perm.o.tmp acl_set.o.tmp acl_strip.o.tmp acl_support.o.tmp acl_support_nfs4.o.tmp acl_to_text.o.tmp acl_to_text_nfs4.o.tmp acl_valid.o.tmp subr_acl_nfs4.o.tmp regcomp.o.tmp regerror.o.tmp regexec.o.tmp regfree.o.tmp regsub.o.tmp h_errno.o.tmp herror.o.tmp res_comp.o.tmp res_data.o.tmp res_debug.o.tmp res_init.o.tmp res_mkquery.o.tmp res_query.o.tmp res_send.o.tmp res_state.o.tmp mtctxres.o.tmp res_compat.o.tmp auth_none.o.tmp auth_unix.o.tmp authunix_prot.o.tmp bindresvport.o.tmp clnt_bcast.o.tmp clnt_dg.o.tmp clnt_generic.o.tmp clnt_perror.o.tmp clnt_raw.o.tmp clnt_simple.o.tmp clnt_vc.o.tmp rpc_dtablesize.o.tmp getnetconfig.o.tmp getnetpath.o.tmp getrpcent.o.tmp getrpcport.o.tmp mt_misc.o.tmp pmap_clnt.o.tmp pmap_getmaps.o.tmp pmap_getport.o.tmp pmap_prot.o.tmp pmap_prot2.o.tmp pmap_rmt.o.tmp rpc_prot.o.tmp rpc_commondata.o.tmp rpc_callmsg.o.tmp rpc_generic.o.tmp rpc_soc.o.tmp rpcb_clnt.o.tmp rpcb_prot.o.tmp rpcb_st_xdr.o.tmp svc.o.tmp svc_auth.o.tmp svc_dg.o.tmp svc_auth_unix.o.tmp svc_generic.o.tmp svc_raw.o.tmp svc_run.o.tmp svc_simple.o.tmp svc_vc.o.tmp svc_fdset.o.tmp xdr.o.tmp xdr_array.o.tmp xdr_float.o.tmp xdr_mem.o.tmp xdr_rec.o.tmp xdr_reference.o.tmp xdr_stdio.o.tmp xdr_sizeof.o.tmp __rpc_getxid.o.tmp gets_chk.o.tmp fgets_chk.o.tmp memcpy_chk.o.tmp memmove_chk.o.tmp memset_chk.o.tmp snprintf_chk.o.tmp sprintf_chk.o.tmp stpcpy_chk.o.tmp stpncpy_chk.o.tmp strcat_chk.o.tmp strcpy_chk.o.tmp strncat_chk.o.tmp strncpy_chk.o.tmp vsnprintf_chk.o.tmp vsprintf_chk.o.tmp clrerr.o.tmp dprintf.o.tmp fclose.o.tmp fdopen.o.tmp feof.o.tmp ferror.o.tmp fflush.o.tmp fgetc.o.tmp fgetln.o.tmp fgetpos.o.tmp fgets.o.tmp fgetstr.o.tmp fgetwc.o.tmp fgetwln.o.tmp fgetws.o.tmp fileno.o.tmp findfp.o.tmp flags.o.tmp flockfile.o.tmp fopen.o.tmp fparseln.o.tmp fprintf.o.tmp fpurge.o.tmp fputc.o.tmp fputs.o.tmp fputwc.o.tmp fputws.o.tmp fread.o.tmp freopen.o.tmp fscanf.o.tmp fseek.o.tmp fseeko.o.tmp fsetpos.o.tmp ftell.o.tmp ftello.o.tmp funopen.o.tmp fvwrite.o.tmp fwalk.o.tmp fwide.o.tmp fwprintf.o.tmp fwrite.o.tmp fwscanf.o.tmp getc.o.tmp getchar.o.tmp getdelim.o.tmp getline.o.tmp gettemp.o.tmp getw.o.tmp getwc.o.tmp getwchar.o.tmp makebuf.o.tmp mkdtemp.o.tmp mkstemp.o.tmp mkstemps.o.tmp mkostemp.o.tmp mkostemps.o.tmp perror.o.tmp printf.o.tmp putc.o.tmp putchar.o.tmp puts.o.tmp p--- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- utw.o.tmp putwc.o.tmp putwchar.o.tmp refill.o.tmp remove.o.tmp rewind.o.tmp rget.o.tmp scanf.o.tmp setbuf.o.tmp setbuffer.o.tmp setvbuf.o.tmp snprintf_ss.o.tmp sscanf.o.tmp stdio.o.tmp swprintf.o.tmp swscanf.o.tmp tmpfile.o.tmp ungetc.o.tmp ungetwc.o.tmp vasprintf.o.tmp vdprintf.o.tmp vfprintf.o.tmp vfscanf.o.tmp vfwprintf.o.tmp vfwscanf.o.tmp vprintf.o.tmp vscanf.o.tmp vsnprintf.o.tmp vsnprintf_ss.o.tmp vsscanf.o.tmp vswprintf.o.tmp vswscanf.o.tmp vwprintf.o.tmp vwscanf.o.tmp wbuf.o.tmp wprintf.o.tmp wscanf.o.tmp wsetup.o.tmp fmemopen.o.tmp open_memstream.o.tmp open_wmemstream.o.tmp gets.o.tmp vsprintf.o.tmp tempnam.o.tmp tmpnam.o.tmp mktemp.o.tmp _env.o.tmp _rand48.o.tmp a64l.o.tmp abort.o.tmp atexit.o.tmp atof.o.tmp atoi.o.tmp atol.o.tmp atoll.o.tmp bsearch.o.tmp cxa_thread_atexit.o.tmp drand48.o.tmp exit.o.tmp getenv.o.tmp getopt.o.tmp getopt_long.o.tmp getsubopt.o.tmp hcreate.o.tmp heapsort.o.tmp imaxdiv.o.tmp insque.o.tmp jrand48.o.tmp l64a.o.tmp lldiv.o.tmp lcong48.o.tmp lrand48.o.tmp lsearch.o.tmp merge.o.tmp mi_vector_hash.o.tmp mrand48.o.tmp nrand48.o.tmp putenv.o.tmp qabs.o.tmp qdiv.o.tmp qsort.o.tmp posix_openpt.o.tmp pty.o.tmp quick_exit.o.tmp radixsort.o.tmp rand.o.tmp rand_r.o.tmp random.o.tmp remque.o.tmp reallocarr.o.tmp reallocarray.o.tmp seed48.o.tmp setenv.o.tmp srand48.o.tmp strsuftoll.o.tmp strtoi.o.tmp strtou.o.tmp strtonum.o.tmp strtoimax.o.tmp strtol.o.tmp strtoll.o.tmp strtoq.o.tmp strtoul.o.tmp strtoull.o.tmp strtoumax.o.tmp strtouq.o.tmp system.o.tmp tdelete.o.tmp tfind.o.tmp tsearch.o.tmp twalk.o.tmp unsetenv.o.tmp strfmon.o.tmp imaxdiv.o.tmp erand48_ieee754.o.tmp jemalloc.o.tmp arena.o.tmp background_thread.o.tmp base.o.tmp bin.o.tmp bitmap.o.tmp ckh.o.tmp ctl.o.tmp divide.o.tmp extent.o.tmp extent_dss.o.tmp extent_mmap.o.tmp hash.o.tmp hooks.o.tmp large.o.tmp log.o.tmp malloc_io.o.tmp mutex.o.tmp mutex_pool.o.tmp nstime.o.tmp pages.o.tmp prng.o.tmp prof.o.tmp rtree.o.tmp stats.o.tmp sz.o.tmp tcache.o.tmp ticker.o.tmp tsd.o.tmp witness.o.tmp abs.o.tmp div.o.tmp labs.o.tmp ldiv.o.tmp bm.o.tmp stpcpy.o.tmp stpncpy.o.tmp strcasecmp.o.tmp strncasecmp.o.tmp strcasestr.o.tmp strcoll.o.tmp strdup.o.tmp strerror.o.tmp strerror_ss.o.tmp strlcat.o.tmp strlcpy.o.tmp strnlen.o.tmp strmode.o.tmp strsignal.o.tmp strtok.o.tmp strtok_r.o.tmp strxfrm.o.tmp __strsignal.o.tmp strerror_r.o.tmp strndup.o.tmp stresep.o.tmp memrchr.o.tmp bcmp.o.tmp memcmp.o.tmp strcspn.o.tmp strncat.o.tmp strncpy.o.tmp strpbrk.o.tmp strsep.o.tmp strspn.o.tmp strstr.o.tmp strnstr.o.tmp explicit_memset.o.tmp consttime_memequal.o.tmp memccpy.o.tmp memmem.o.tmp strchrnul.o.tmp popcount32.o.tmp popcount64.o.tmp wcscat.o.tmp wcschr.o.tmp wcscmp.o.tmp wcscpy.o.tmp wcscspn.o.tmp wcslcat.o.tmp wcslcpy.o.tmp wcslen.o.tmp wcsncat.o.tmp wcsnlen.o.tmp wcscasecmp.o.tmp wcsdup.o.tmp wcsncasecmp.o.tmp wcsncmp.o.tmp wcsncpy.o.tmp wcspbrk.o.tmp wcsrchr.o.tmp wcsspn.o.tmp wcsstr.o.tmp wcstok.o.tmp wcswcs.o.tmp wmemchr.o.tmp wmemcmp.o.tmp wmemcpy.o.tmp wmemmove.o.tmp wmemset.o.tmp bcopy.o.tmp ffs.o.tmp memchr.o.tmp memcpy.o.tmp memmove.o.tmp memset.o.tmp strcat.o.tmp strchr.o.tmp strcmp.o.tmp strcpy.o.tmp strlen.o.tmp strncmp.o.tmp strrchr.o.tmp swab.o.tmp cfgetispeed.o.tmp cfgetospeed.o.tmp cfmakeraw.o.tmp cfsetispeed.o.tmp cfsetospeed.o.tmp cfsetspeed.o.tmp tcdrain.o.tmp tcflow.o.tmp tcflush.o.tmp tcgetattr.o.tmp tcgetpgrp.o.tmp tcgetwinsize.o.tmp tcgetsid.o.tmp tcsendbreak.o.tmp tcsetattr.o.tmp tcsetpgrp.o.tmp tcsetwinsize.o.tmp __isthreaded.o.tmp thread-stub.o.tmp thread-stub-init.o.tmp asctime.o.tmp difftime.o.tmp localtime.o.tmp getdate.o.tmp strftime.o.tmp strptime.o.tmp tls.o.tmp cpuset.o.tmp accept4.o.tmp clock_getcpuclockid.o.tmp eventfd_read.o.tmp eventfd_write.o.tmp posix_fadvise.o.tmp posix_madvise.o.tmp ppoll.o.tmp sched.o.tmp sigqueue.o.tmp sigtimedwait.o.tmp sigwait.o.tmp sigwaitinfo.o.tmp statvfs.o.tmp swapon.o.tmp semctl.o.tmp vadvise.o.tmp __clone.o.tmp __vfork14.o.tmp brk.o.tmp fork.o.tmp pipe.o.tmp getcontext.o.tmp ptrace.o.tmp sbrk.o.tmp shmat.o.tmp syscall.o.tmp __syscall.o.tmp __clone.o.tmp cerror.o.tmp fdiscard.o.tmp ftruncate.o.tmp lseek.o.tmp mmap.o.tmp pread.o.tmp preadv.o.tmp pwrite.o.tmp pwritev.o.tmp truncate.o.tmp ntp_adjtime.o.tmp mknodat.o.tmp posix_fallocate.o.tmp adjtime.o.tmp clock_settime.o.tmp settimeofday.o.tmp __sigaction_siginfo.o.tmp __acl_get_link.o.tmp __acl_set_link.o.tmp __acl_delete_link.o.tmp __acl_aclcheck_link.o.tmp __acl_get_file.o.tmp __acl_set_file.o.tmp __acl_get_fd.o.tmp __acl_set_fd.o.tmp __acl_delete_file.o.tmp __acl_delete_fd.o.tmp __acl_aclcheck_file.o.tmp __acl_aclcheck_fd.o.tmp access.o.tmp acct.o.tmp bind.o.tmp chdir.o.tmp chflags.o.tmp chmod.o.tmp chown.o.tmp chroot.o.tmp clock_getcpuclockid2.o.tmp __clock_getres50.o.tmp __clock_gettime50.o.tmp dup.o.tmp dup2.o.tmp dup3.o.tmp eventfd.o.tmp extattrctl.o.tmp extattr_delete_fd.o.tmp extattr_delete_file.o.tmp extattr_delete_link.o.tmp extattr_get_fd.o.tmp extattr_get_file.o.tmp extattr_get_link.o.tmp extattr_list_fd.o.tmp extattr_list_file.o.tmp extattr_list_link.o.tmp extattr_set_fd.o.tmp extattr_set_file.o.tmp extattr_set_link.o.tmp setxattr.o.tmp getxattr.o.tmp listxattr.o.tmp removexattr.o.tmp lsetxattr.o.tmp lgetxattr.o.tmp llistxattr.o.tmp lremovexattr.o.tmp fsetxattr.o.tmp fgetxattr.o.tmp flistxattr.o.tmp fremovexattr.o.tmp faccessat.o.tmp fchdir.o.tmp fchflags.o.tmp fchmod.o.tmp fchmodat.o.tmp fchown.o.tmp fchownat.o.tmp fchroot.o.tmp fexecve.o.tmp __fhopen40.o.tmp __fhstat50.o.tmp __fhstatvfs190.o.tmp fktrace.o.tmp flock.o.tmp fpathconf.o.tmp __fstat50.o.tmp __fstatvfs190.o.tmp fstatat.o.tmp __futimes50.o.tmp futimens.o.tmp __getcwd.o.tmp __getdents30.o.tmp __getfh30.o.tmp __getvfsstat90.o.tmp getgroups.o.tmp __getitimer50.o.tmp __getlogin.o.tmp getpeername.o.tmp getpgid.o.tmp getpgrp.o.tmp getpriority.o.tmp getrandom.o.tmp getrlimit.o.tmp __getrusage50.o.tmp getsid.o.tmp getsockname.o.tmp getsockopt.o.tmp getsockopt2.o.tmp __gettimeofday50.o.tmp ioctl.o.tmp kqueue.o.tmp kqueue1.o.tmp ktrace.o.tmp _ksem_close.o.tmp _ksem_destroy.o.tmp _ksem_getvalue.o.tmp _ksem_init.o.tmp _ksem_post.o.tmp _ksem_timedwait.o.tmp _ksem_trywait.o.tmp _ksem_unlink.o.tmp _ksem_wait.o.tmp _ksem_open.o.tmp lchflags.o.tmp lchmod.o.tmp lchown.o.tmp lfs_bmapv.o.tmp lfs_markv.o.tmp lfs_segclean.o.tmp lpathconf.o.tmp __lfs_segwait50.o.tmp link.o.tmp linkat.o.tmp listen.o.tmp __lstat50.o.tmp __lutimes50.o.tmp _lwp_create.o.tmp _lwp_exit.o.tmp _lwp_kill.o.tmp ___lwp_park60.o.tmp _lwp_self.o.tmp _lwp_wait.o.tmp _lwp_unpark.o.tmp _lwp_unpark_all.o.tmp _lwp_suspend.o.tmp _lwp_continue.o.tmp _lwp_wakeup.o.tmp _lwp_detach.o.tmp _lwp_setprivate.o.tmp _lwp_setname.o.tmp _lwp_getname.o.tmp _lwp_ctl.o.tmp madvise.o.tmp mincore.o.tmp minherit.o.tmp mkdir.o.tmp mkdirat.o.tmp mkfifo.o.tmp mkfifoat.o.tmp __mknod50.o.tmp mlock.o.tmp mlockall.o.tmp modctl.o.tmp __mount50.o.tmp mprotect.o.tmp __msgctl50.o.tmp msgget.o.tmp munlock.o.tmp munlockall.o.tmp munmap.o.tmp nfssvc.o.tmp __ntp_gettime50.o.tmp pathconf.o.tmp pipe2.o.tmp __posix_chown.o.tmp __posix_fchown.o.tmp __posix_lchown.o.tmp __posix_rename.o.tmp profil.o.tmp __quotactl.o.tmp rasctl.o.tmp readlinkat.o.tmp reboot.o.tmp rename.o.tmp renameat.o.tmp revoke.o.tmp rmdir.o.tmp semconfig.o.tmp semget.o.tmp semop.o.tmp setegid.o.tmp seteuid.o.tmp setgid.o.tmp setgroups.o.tmp __setitimer50.o.tmp __setlogin.o.tmp setpgid.o.tmp setpriority.o.tmp setregid.o.tmp setreuid.o.tmp setrlimit.o.tmp setsid.o.tmp setsockopt.o.tmp setuid.o.tmp __shmctl50.o.tmp shmdt.o.tmp shmget.o.tmp shutdown.o.tmp sigqueueinfo.o.tmp __sigaltstack14.o.tmp __sigpending14.o.tmp __sigaction_sigtramp.o.tmp ____sigtimedwait50.o.tmp __socket30.o.tmp socketpair.o.tmp __stat50.o.tmp __statvfs190.o.tmp swapctl.o.tmp symlink.o.tmp symlinkat.o.tmp __sysctl.o.tmp timer_create.o.tmp timer_delete.o.tmp __timer_gettime50.o.tmp timer_getoverrun.o.tmp ____semctl50.o.tmp __timer_settime50.o.tmp timerfd_create.o.tmp timerfd_gettime.o.tmp timerfd_settime.o.tmp umask.o.tmp undelete.o.tmp unlink.o.tmp unlinkat.o.tmp unmount.o.tmp __utimes50.o.tmp utimensat.o.tmp utrace.o.tmp uuidgen.o.tmp tmp__lwp_getprivate.o.tmp tmp_mremap.o.tmp accept.o.tmp __aio_suspend50.o.tmp clock_nanosleep.o.tmp close.o.tmp connect.o.tmp execve.o.tmp fcntl.o.tmp fdatasync.o.tmp fsync.o.tmp fsync_range.o.tmp __kevent50.o.tmp kill.o.tmp mq_receive.o.tmp mq_send.o.tmp __mq_timedreceive50.o.tmp __mq_timedsend50.o.tmp msgrcv.o.tmp msgsnd.o.tmp __msync13.o.tmp __nanosleep50.o.tmp open.o.tmp openat.o.tmp paccept.o.tmp poll.o.tmp __pollts50.o.tmp __pselect50.o.tmp read.o.tmp readlink.o.tmp readv.o.tmp recvfrom.o.tmp recvmmsg.o.tmp recvmsg.o.tmp _sched_setparam.o.tmp _sched_getparam.o.tmp _sched_setaffinity.o.tmp _sched_getaffinity.o.tmp sched_yield.o.tmp _sched_protect.o.tmp __select50.o.tmp sendmmsg.o.tmp sendmsg.o.tmp sendto.o.tmp setcontext.o.tmp __sigprocmask14.o.tmp __sigsuspend14.o.tmp sysarch.o.tmp __wait450.o.tmp wait6.o.tmp write.o.tmp writev.o.tmp getegid.o.tmp geteuid.o.tmp getgid.o.tmp getpid.o.tmp getppid.o.tmp getuid.o.tmp issetugid.o.tmp posix_spawn.o.tmp sync.o.tmp __posix_fadvise50.o.tmp _exit.o.tmp tmp_fdiscard.o.tmp tmp_ftruncate.o.tmp tmp_lseek.o.tmp tmp_mmap.o.tmp tmp_pread.o.tmp tmp_preadv.o.tmp tmp_pwrite.o.tmp tmp_pwritev.o.tmp tmp_truncate.o.tmp tmp_ntp_adjtime.o.tmp tmp_mknodat.o.tmp tmp___adjtime50.o.tmp tmp___clock_settime50.o.tmp tmp___settimeofday50.o.tmp tmp_posix_fallocate.o.tmp uuid_compare.o.tmp uuid_create.o.tmp uuid_create_nil.o.tmp uuid_equal.o.tmp uuid_from_string.o.tmp uuid_hash.o.tmp uuid_is_nil.o.tmp uuid_stream.o.tmp uuid_to_string.o.tmp xdryp.o.tmp yp_all.o.tmp yp_first.o.tmp yp_maplist.o.tmp yp_master.o.tmp yp_match.o.tmp yp_order.o.tmp yplib.o.tmp yperr_string.o.tmp ypprot_err.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f .depend AMDGPUMetadataVerifier.d Dwarf.d MachO.d Magic.d Minidump.d MsgPackDocument.d MsgPackDocumentYAML.d MsgPackReader.d MsgPackWriter.d Wasm.d XCOFF.d AMDGPUMetadataVerifier.d.tmp Dwarf.d.tmp MachO.d.tmp Magic.d.tmp Minidump.d.tmp MsgPackDocument.d.tmp MsgPackDocumentYAML.d.tmp MsgPackReader.d.tmp MsgPackWriter.d.tmp Wasm.d.tmp XCOFF.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f .depend AMDGPUMetadataVerifier.d Dwarf.d MachO.d Magic.d Minidump.d MsgPackDocument.d MsgPackDocumentYAML.d MsgPackReader.d MsgPackWriter.d Wasm.d XCOFF.d AMDGPUMetadataVerifier.d.tmp Dwarf.d.tmp MachO.d.tmp Magic.d.tmp Minidump.d.tmp MsgPackDocument.d.tmp MsgPackDocumentYAML.d.tmp MsgPackReader.d.tmp MsgPackWriter.d.tmp Wasm.d.tmp XCOFF.d.tmp tags || true) --- cleandir-libLLVMBitReader --- cleandir ===> external/apache2/llvm/librt/libLLVMBitReader --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libc && rm -f libc_p.a InstrProfilingRuntime.po __sigtramp2.po compat_ndbmdatum.po compat_setlocale1.po compat_setlocale32.po compat_errlist.po compat_fts.po compat___fts13.po compat___fts30.po compat___fts31.po compat_getmntinfo.po compat_glob.po compat___glob13.po compat_opendir.po compat_readdir.po compat__readdir_unlocked30.po compat_scandir.po compat_siglist.po compat_signame.po compat_sigsetops.po compat_times.po compat_timezone.po compat_unvis.po compat_utmpx.po compat_time.po compat_utime.po compat_devname.po compat_alphasort.po compat_getpwent.po compat___fts32.po compat_utmp.po compat___fts50.po compat___unvis13.po compat_syslog.po compat_alloca.po compat___getmntinfo13.po __cmsg_alignbytes.po compat_ns_addr.po compat_ns_ntoa.po compat_pmap_rmtcall.po compat_rpcb.po compat_fgetpos.po compat_fsetpos.po compat_putenv.po compat_random.po compat_unsetenv.po compat_getdents.po compat_getdirentries.po compat_msync.po compat_ntp_gettime.po compat_sched.po compat_semctl.po compat_sigaltstack.po compat_stat.po compat___stat13.po compat_statfs.po compat_statvfs.po compat_socket.po compat_getfh.po compat_fhopen.po compat___fhstat30.po compat_fhstatvfs.po compat_fhstatvfs1.po compat_mount.po compat_getrusage.po compat_gettimeofday.po compat_utimes.po compat_wait4.po compat_sigtimedwait.po compat_settimeofday.po compat_timer.po compat_clock.po compat_itimer.po compat_select.po compat_nanosleep.po compat___stat30.po compat_aio_suspend.po compat_adjtime.po compat_mknod.po compat_mqueue.po compat__lwp_park.po compat_lfs_segwait.po compat_kevent.po compat___ntp_gettime30.po compat___semctl13.po compat___shmctl13.po compat___msgctl13.po compat___lwp_park50.po compat___fhstatvfs140.po compat___fhstatvfs40.po compat___sigaction14_sigtramp.po compat_localtime.po compat_difftime.po compat_frexp_ieee754.po compat_ldexp_ieee754.po compat_modf_ieee754.po compat_Ovfork.po compat___semctl.po compat___sigreturn14.po compat_msgctl.po compat_shmctl.po compat_sigaction.po compat_sigpending.po compat_sigprocmask.po compat_sigreturn.po compat_sigsuspend.po compat_quotactl.po atomic.po atomic_init_cas.po cdbr.po cdbw.po bt_close.po bt_conv.po bt_debug.po bt_delete.po bt_get.po bt_open.po bt_overflow.po bt_page.po bt_put.po bt_search.po bt_seq.po bt_split.po bt_utils.po db.po dbfile.po hash.po hash_bigkey.po hash_buf.po hash_func.po hash_log2.po hash_page.po ndbmdatum.po ndbm.po mpool.po rec_close.po rec_delete.po rec_get.po rec_open.po rec_put.po rec_search.po rec_seq.po rec_utils.po citrus_bcs.po citrus_bcs_strtol.po citrus_bcs_strtoul.po citrus_csmapper.po citrus_ctype.po citrus_ctype_fallback.po citrus_db.po citrus_db_hash.po citrus_esdb.po citrus_hash.po citrus_iconv.po citrus_lookup.po citrus_mapper.po citrus_memstream.po citrus_mmap.po citrus_module.po citrus_none.po citrus_stdenc.po citrus_lc_ctype.po citrus_lc_monetary.po citrus_lc_numeric.po citrus_lc_time.po citrus_lc_messages.po creat.po getdtablesize.po gethostid.po killpg.po sethostid.po setpgrp.po setrgid.po setruid.po sigcompat.po getwd.po absvsi2.po absvti2.po addvsi3.po addvti3.po ashlti3.po ashrti3.po clzti2.po cmpti2.po ctzti2.po divti3.po ffsti2.po fixsfdi.po fixdfdi.po fixunsdfdi.po fixunsdfsi.po fixunssfdi.po fixunssfsi.po fixunsxfdi.po fixunsxfsi.po int_util.po lshrti3.po modti3.po muldc3.po mulosi4.po muloti4.po multi3.po mulvsi3.po mulvti3.po negti2.po negvsi2.po negvti2.po paritysi2.po parityti2.po popcountsi2.po popcountti2.po subvsi3.po subvti3.po ucmpti2.po udivmodti4.po udivti3.po umodti3.po floatdidf.po floatdisf.po floatdixf.po floatundidf.po floatundisf.po floatundixf.po negdf2.po negsf2.po powidf2.po powisf2.po powitf2.po powixf2.po fixxfdi.po fixunsdfti.po fixunssfti.po fixunsxfti.po fixxfti.po floattidf.po floattisf.po floattixf.po floatuntidf.po floatuntisf.po floatuntixf.po clzsi2.po ctzsi2.po divmodsi4.po divsi3.po modsi3.po udivmodsi4.po umodsi3.po udivsi3.po absvdi2.po addvdi3.po mulodi4.po mulvdi3.po negvdi2.po paritydi2.po popcountdi2.po subvdi3.po clzdi2.po ctzdi2.po ffsdi2.po GCDAProfiling.po InstrProfiling.po InstrProfilingBuffer.po InstrProfilingFile.po InstrProfilingPlatformLinux.po InstrProfilingUtil.po InstrProfilingValue.po InstrProfilingWriter.po dlfcn_elf.po strtof.po strtold_px.po strtopx.po strtod.po dtoa.po ldtoa.po hdtoa.po gdtoa.po gdtoa_locks.po dmisc.po gethex.po gmisc.po hd_init.po hexnan.po misc.po smisc.po strtodg.po sum.po ulp.po strtord.po _errno.po daemon.po alarm.po alphasort.po arc4random.po assert.po asysctl.po basename.po clock.po closedir.po closefrom.po confstr.po ctermid.po ctype_.po dehumanize_number.po devname.po dirname.po disklabel.po err.po errx.po errc.po errlist.po errno.po execl.po execle.po execlp.po execv.po execvp.po exect.po extattr.po fmtcheck.po fmtmsg.po fnmatch.po fstab.po ftok.po fts.po ftw.po getbsize.po getcap.po getcwd.po getdevmajor.po getdomainname.po getentropy.po getgrent.po getgrouplist.po getgroupmembership.po gethostname.po getloadavg.po getlogin.po getmntinfo.po getnetgrent.po getpagesize.po getpass.po getprogname.po getpwent.po getttyent.po getusershell.po glob.po humanize_number.po initdir.po initgroups.po isascii.po isatty.po isctype.po lockf.po nftw.po nice.po nlist.po nlist_aout.po nlist_coff.po nlist_ecoff.po nlist_elf32.po nlist_elf64.po opendir.po pause.po popen.po posix_spawn_sched.po posix_spawn_fileactions.po posix_spawnp.po psignal.po pthread_atfork.po ptree.po pwcache.po pw_scan.po raise.po randomid.po rb.po readdir.po rewinddir.po scandir.po seekdir.po setdomainname.po sethostname.po setjmperr.po setmode.po setproctitle.po setprogname.po shquote.po shquotev.po sighold.po sigignore.po siginterrupt.po siglist.po signal.po signalname.po signalnext.po signalnumber.po signame.po sigrelse.po sigset.po sigsetops.po sleep.po stringlist.po sysconf.po sysctl.po sysctlbyname.po sysctlgetmibinfo.po sysctlnametomib.po syslog.po syslog_ss.po telldir.po time.po timespec_get.po times.po toascii.po tolower_.po ttyname.po ttyslot.po toupper_.po ualarm.po ulimit.po uname.po unvis.po usleep.po utime.po utimens.po utmp.po utmpx.po valloc.po vis.po wait.po wait3.po waitid.po waitpid.po warn.po warnx.po warnc.po wordexp.po xsyslog.po vwarn.po vwarnx.po vwarnc.po verr.po verrx.po verrc.po alloca.po byte_swap_2.po byte_swap_4.po byte_swap_8.po fabs.po flt_rounds.po fpgetmask.po fpgetround.po fpgetsticky.po fpsetmask.po fpsetround.po fpsetsticky.po fpgetprec.po fpsetprec.po __setjmp14.po _setjmp.po __sigsetjmp14.po resumecontext.po swapcontext.po _lwp.po makecontext.po infinityf_ieee754.po infinity_ieee754.po fpclassifyf_ieee754.po fpclassifyd_ieee754.po isfinitef_ieee754.po isfinited_ieee754.po isinff_ieee754.po isinfd_ieee754.po isnanf_ieee754.po isnand_ieee754.po signbitf_ieee754.po signbitd_ieee754.po signbitl_ieee754.po nanf.po infinityl.po fpclassifyl.po isfinitel.po isinfl.po isnanl.po gmon.po mcount.po hmac.po md2.po md2hl.po rmd160.po rmd160hl.po sha1.po sha1hl.po sha2.po sha224hl.po sha256hl.po sha384hl.po sha512hl.po keccak.po sha3.po murmurhash.po iconv.po inet_addr.po inet_cidr_ntop.po inet_cidr_pton.po inet_lnaof.po inet_makeaddr.po inet_net_ntop.po inet_net_pton.po inet_neta.po inet_netof.po inet_network.po inet_ntoa.po inet_ntop.po inet_pton.po nsap_addr.po assertions.po ev_timers.po ev_streams.po setlocale.po __mb_cur_max.po duplocale.po global_locale.po fix_grouping.po freelocale.po localeconv.po newlocale.po nl_langinfo.po generic_lc_all.po dummy_lc_collate.po wcstol.po wcstoll.po wcstoimax.po wcstoul.po wcstoull.po wcstoumax.po wcstod.po wcstof.po wcstold.po wcscoll.po wcsxfrm.po wcsftime.po _wctrans.po _wctype.po rune.po runetable.po multibyte_c90.po multibyte_amd1.po iswctype_mb.po md4c.po md5c.po md4hl.po md5hl.po initfini.po stack_protector.po base64.po ethers.po gethnamaddr.po getifaddrs.po getnetnamadr.po getnetent.po getpeereid.po getprotobyname.po getprotobynumber.po getprotoent.po getprotobyname_r.po getprotobynumber_r.po getprotoent_r.po getservbyname.po getservbyport.po getservent.po getservbyname_r.po getservbyport_r.po getservent_r.po iso_addr.po linkaddr.po nsdispatch.po nslexer.po nsparser.po nsap_addr.po rcmd.po recv.po send.po sethostent.po sctp_sys_calls.po sockatmark.po hesiod.po getaddrinfo.po getnameinfo.po ip6opt.po rthdr.po inet6_scopeid.po vars6.po if_indextoname.po if_nameindex.po if_nametoindex.po ns_name.po ns_netint.po ns_parse.po ns_print.po ns_samedomain.po ns_ttl.po catclose.po catgets.po catopen.po acl_branding.po acl_calc_mask.po acl_copy.po acl_delete.po acl_delete_entry.po acl_entry.po acl_flag.po acl_free.po acl_from_text.po acl_from_text_nfs4.po acl_get.po acl_id_to_name.po acl_init.po acl_perm.po acl_set.po acl_strip.po acl_support.po acl_support_nfs4.po acl_to_text.po acl_to_text_nfs4.po acl_valid.po subr_acl_nfs4.po regcomp.po regerror.po regexec.po regfree.po regsub.po h_errno.po herror.po res_comp.po res_data.po res_debug.po res_init.po res_mkquery.po res_query.po res_send.po res_state.po mtctxres.po res_compat.po auth_none.po auth_unix.po authunix_prot.po bindresvport.po clnt_bcast.po clnt_dg.po clnt_generic.po clnt_perror.po clnt_raw.po clnt_simple.po clnt_vc.po rpc_dtablesize.po getnetconfig.po getnetpath.po getrpcent.po getrpcport.po mt_misc.po pmap_clnt.po pmap_getmaps.po pmap_getport.po pmap_prot.po pmap_prot2.po pmap_rmt.po rpc_prot.po rpc_commondata.po rpc_callmsg.po rpc_generic.po rpc_soc.po rpcb_clnt.po rpcb_prot.po rpcb_st_xdr.po svc.po svc_auth.po svc_dg.po svc_auth_unix.po svc_generic.po svc_raw.po svc_run.po svc_simple.po svc_vc.po svc_fdset.po xdr.po xdr_array.po xdr_float.po xdr_mem.po xdr_rec.po xdr_reference.po xdr_stdio.po xdr_sizeof.po __rpc_getxid.po gets_chk.po fgets_chk.po memcpy_chk.po memmove_chk.po memset_chk.po snprintf_chk.po sprintf_chk.po stpcpy_chk.po stpncpy_chk.po strcat_chk.po strcpy_chk.po strncat_chk.po strncpy_chk.po vsnprintf_chk.po vsprintf_chk.po clrerr.po dprintf.po fclose.po fdopen.po feof.po ferror.po fflush.po fgetc.po fgetln.po fgetpos.po fgets.po fgetstr.po fgetwc.po fgetwln.po fgetws.po fileno.po findfp.po flags.po flockfile.po fopen.po fparseln.po fprintf.po fpurge.po fputc.po fputs.po fputwc.po fputws.po fread.po freopen.po fscanf.po fseek.po fseeko.po fsetpos.po ftell.po ftello.po funopen.po fvwrite.po fwalk.po fwide.po fwprintf.po fwrite.po fwscanf.po getc.po getchar.po getdelim.po getline.po gettemp.po getw.po getwc.po getwchar.po makebuf.po mkdtemp.po mkstemp.po mkstemps.po mkostemp.po mkostemps.po perror.po printf.po putc.po putchar.po puts.po putw.po putwc.po putwchar.po refill.po remove.po rewind.po rget.po scanf.po setbuf.po setbuffer.po setvbuf.po snprintf_ss.po sscanf.po stdio.po swprintf.po swscanf.po tmpfile.po ungetc.po ungetwc.po vasprintf.po vdprintf.po vfprintf.po vfscanf.po vfwprintf.po vfwscanf.po vprintf.po vscanf.po vsnprintf.po vsnprintf_ss.po vsscanf.po vswprintf.po vswscanf.po vwprintf.po vwscanf.po wbuf.po wprintf.po wscanf.po wsetup.po fmemopen.po open_memstream.po open_wmemstream.po gets.po vsprintf.po tempnam.po tmpnam.po mktemp.po _env.po _rand48.po a64l.po abort.po atexit.po atof.po atoi.po atol.po atoll.po bsearch.po cxa_thread_atexit.po drand48.po exit.po getenv.po getopt.po getopt_long.po getsubopt.po hcreate.po heapsort.po imaxdiv.po insque.po jrand48.po l64a.po lldiv.po lcong48.po lrand48.po lsearch.po merge.po mi_vector_hash.po mrand48.po nrand48.po putenv.po qabs.po qdiv.po qsort.po posix_openpt.po pty.po quick_exit.po radixsort.po rand.po rand_r.po random.po remque.po reallocarr.po reallocarray.po seed48.po setenv.po srand48.po strsuftoll.po strtoi.po strtou.po strtonum.po strtoimax.po strtol.po strtoll.po strtoq.po strtoul.po strtoull.po strtoumax.po strtouq.po system.po tdelete.po tfind.po tsearch.po twalk.po unsetenv.po strfmon.po imaxdiv.po erand48_ieee754.po jemalloc.po arena.po background_thread.po base.po bin.po bitmap.po ckh.po ctl.po divide.po extent.po extent_dss.po extent_mmap.po hash.po hooks.po large.po log.po malloc_io.po mutex.po mutex_pool.po nstime.po pages.po prng.po prof.po rtree.po stats.po sz.po tcache.po ticker.po tsd.po witness.po abs.po div.po labs.po ldiv.po bm.po stpcpy.po stpncpy.po strcasecmp.po strncasecmp.po strcasestr.po strcoll.po strdup.po strerror.po strerror_ss.po strlcat.po strlcpy.po strnlen.po strmode.po strsignal.po strtok.po strtok_r.po strxfrm.po __strsignal.po strerror_r.po strndup.po stresep.po memrchr.po bcmp.po memcmp.po strcspn.po strncat.po strncpy.po strpbrk.po strsep.po strspn.po strstr.po strnstr.po explicit_memset.po consttime_memequal.po memccpy.po memmem.po strchrnul.po popcount32.po popcount64.po wcscat.po wcschr.po wcscmp.po wcscpy.po wcscspn.po wcslcat.po wcslcpy.po wcslen.po wcsncat.po wcsnlen.po wcscasecmp.po wcsdup.po wcsncasecmp.po wcsncmp.po wcsncpy.po wcspbrk.po wcsrchr.po wcsspn.po wcsstr.po wcstok.po wcswcs.po wmemchr.po wmemcmp.po wmemcpy.po wmemmove.po wmemset.po bcopy.po ffs.po memchr.po memcpy.po memmove.po memset.po strcat.po strchr.po strcmp.po strcpy.po strlen.po strncmp.po strrchr.po swab.po cfgetispeed.po cfgetospeed.po cfmakeraw.po cfsetispeed.po cfsetospeed.po cfsetspeed.po tcdrain.po tcflow.po tcflush.po tcgetattr.po tcgetpgrp.po tcgetwinsize.po tcgetsid.po tcsendbreak.po tcsetattr.po tcsetpgrp.po tcsetwinsize.po __isthreaded.po thread-stub.po thread-stub-init.po asctime.po difftime.po localtime.po getdate.po strftime.po strptime.po tls.po cpuset.po accept4.po clock_getcpuclockid.po eventfd_read.po eventfd_write.po posix_fadvise.po posix_madvise.po ppoll.po sched.po sigqueue.po sigtimedwait.po sigwait.po sigwaitinfo.po statvfs.po swapon.po semctl.po vadvise.po __clone.po __vfork14.po brk.po fork.po pipe.po getcontext.po ptrace.po sbrk.po shmat.po syscall.po __syscall.po __clone.po cerror.po fdiscard.po ftruncate.po lseek.po mmap.po pread.po preadv.po pwrite.po pwritev.po truncate.po ntp_adjtime.po mknodat.po posix_fallocate.po adjtime.po clock_settime.po settimeofday.po __sigaction_siginfo.po __acl_get_link.po __acl_set_link.po __acl_delete_link.po __acl_aclcheck_link.po __acl_get_file.po __acl_set_file.po __acl_get_fd.po __acl_set_fd.po __acl_delete_file.po __acl_delete_fd.po __acl_aclcheck_file.po __acl_aclcheck_fd.po access.po acct.po bind.po chdir.po chflags.po chmod.po chown.po chroot.po clock_getcpuclockid2.po __clock_getres50.po __clock_gettime50.po dup.po dup2.po dup3.po eventfd.po extattrctl.po extattr_delete_fd.po extattr_delete_file.po extattr_delete_link.po extattr_get_fd.po extattr_get_file.po extattr_get_link.po extattr_list_fd.po extattr_list_file.po extattr_list_link.po extattr_set_fd.po extattr_set_file.po extattr_set_link.po setxattr.po getxattr.po listxattr.po removexattr.po lsetxattr.po lgetxattr.po llistxattr.po lremovexattr.po fsetxattr.po fgetxattr.po flistxattr.po fremovexattr.po faccessat.po fchdir.po fchflags.po fchmod.po fchmodat.po fchown.po fchownat.po fchroot.po fexecve.po __fhopen40.po __fhstat50.po __fhstatvfs190.po fktrace.po flock.po fpathconf.po __fstat50.po __fstatvfs190.po fstatat.po __futimes50.po futimens.po __getcwd.po __getdents30.po __getfh30.po __getvfsstat90.po getgroups.po __getitimer50.po __getlogin.po getpeername.po getpgid.po getpgrp.po getpriority.po getrandom.po getrlimit.po __getrusage50.po getsid.po getsockname.po getsockopt.po getsockopt2.po __gettimeofday50.po ioctl.po kqueue.po kqueue1.po ktrace.po _ksem_close.po _ksem_destroy.po _ksem_getvalue.po _ksem_init.po _ksem_post.po _ksem_timedwait.po _ksem_trywait.po _ksem_unlink.po _ksem_wait.po _ksem_open.po lchflags.po lchmod.po lchown.po lfs_bmapv.po lfs_markv.po lfs_segclean.po lpathconf.po __lfs_segwait50.po link.po linkat.po listen.po __lstat50.po __lutimes50.po _lwp_create.po _lwp_exit.po _lwp_kill.po ___lwp_park60.po _lwp_self.po _lwp_wait.po _lwp_unpark.po _lwp_unpark_all.po _lwp_suspend.po _lwp_continue.po _lwp_wakeup.po _lwp_detach.po _lwp_setprivate.po _lwp_setname.po _lwp_getname.po _lwp_ctl.po madvise.po mincore.po minherit.po mkdir.po mkdirat.po mkfifo.po mkfifoat.po __mknod50.po mlock.po mlockall.po modctl.po __mount50.po mprotect.po __msgctl50.po msgget.po munlock.po munlockall.po munmap.po nfssvc.po __ntp_gettime50.po pathconf.po pipe2.po __posix_chown.po __posix_fchown.po __posix_lchown.po __posix_rename.po profil.po __quotactl.po rasctl.po readlinkat.po reboot.po rename.po renameat.po revoke.po rmdir.po semconfig.po semget.po semop.po setegid.po seteuid.po setgid.po setgroups.po __setitimer50.po __setlogin.po setpgid.po setpriority.po setregid.po setreuid.po setrlimit.po setsid.po setsockopt.po setuid.po __shmctl50.po shmdt.po shmget.po shutdown.po sigqueueinfo.po __sigaltstack14.po __sigpending14.po __sigaction_sigtramp.po ____sigtimedwait50.po __socket30.po socketpair.po __stat50.po __statvfs190.po swapctl.po symlink.po symlinkat.po __sysctl.po timer_create.po timer_delete.po __timer_gettime50.po timer_getoverrun.po ____semctl50.po __timer_settime50.po timerfd_create.po timerfd_gettime.po timerfd_settime.po umask.po undelete.po unlink.po unlinkat.po unmount.po __utimes50.po utimensat.po utrace.po uuidgen.po tmp__lwp_getprivate.po tmp_mremap.po accept.po __aio_suspend50.po clock_nanosleep.po close.po connect.po execve.po fcntl.po fdatasync.po fsync.po fsync_range.po __kevent50.po kill.po mq_receive.po mq_send.po __mq_timedreceive50.po __mq_timedsend50.po msgrcv.po msgsnd.po __msync13.po __nanosleep50.po open.po openat.po paccept.po poll.po __pollts50.po __pselect50.po read.po readlink.po readv.po recvfrom.po recvmmsg.po recvmsg.po _sched_setparam.po _sched_getparam.po _sched_setaffinity.po _sched_getaffinity.po sched_yield.po _sched_protect.po __select50.po sendmmsg.po sendmsg.po sendto.po setcontext.po __sigprocmask14.po __sigsuspend14.po sysarch.po __wait450.po wait6.po write.po writev.po getegid.po geteuid.po getgid.po getpid.po getppid.po getuid.po issetugid.po posix_spawn.po sync.po __posix_fadvise50.po _exit.po tmp_fdiscard.po tmp_ftruncate.po tmp_lseek.po tmp_mmap.po tmp_pread.po tmp_preadv.po tmp_pwrite.po tmp_pwritev.po tmp_truncate.po tmp_ntp_adjtime.po tmp_mknodat.po tmp___adjtime50.po tmp___clock_settime50.po tmp___settimeofday50.po tmp_posix_fallocate.po uuid_compare.po uuid_create.po uuid_create_nil.po uuid_equal.po uuid_from_string.po uuid_hash.po uuid_is_nil.po uuid_stream.po uuid_to_string.po xdryp.po yp_all.po yp_first.po yp_maplist.po yp_master.po yp_match.po yp_order.po yplib.po yperr_string.po ypprot_err.po InstrProfilingRuntime.po.tmp __sigtramp2.po.tmp compat_ndbmdatum.po.tmp compat_setlocale1.po.tmp compat_setlocale32.po.tmp compat_errlist.po.tmp compat_fts.po.tmp compat___fts13.po.tmp compat___fts30.po.tmp compat___fts31.po.tmp compat_getmntinfo.po.tmp compat_glob.po.tmp compat___glob13.po.tmp compat_opendir.po.tmp compat_readdir.po.tmp compat__readdir_unlocked30.po.tmp compat_scandir.po.tmp compat_siglist.po.tmp compat_signame.po.tmp compat_sigsetops.po.tmp compat_times.po.tmp compat_timezone.po.tmp compat_unvis.po.tmp compat_utmpx.po.tmp compat_time.po.tmp compat_utime.po.tmp compat_devname.po.tmp compat_alphasort.po.tmp compat_getpwent.po.tmp compat___fts32.po.tmp compat_utmp.po.tmp compat___fts50.po.tmp compat___unvis13.po.tmp compat_syslog.po.tmp compat_alloca.po.tmp compat___getmntinfo13.po.tmp __cmsg_alignbytes.po.tmp compat_ns_addr.po.tmp compat_ns_ntoa.po.tmp compat_pmap_rmtcall.po.tmp compat_rpcb.po.tmp compat_fgetpos.po.tmp compat_fsetpos.po.tmp compat_putenv.po.tmp compat_random.po.tmp compat_unsetenv.po.tmp compat_getdents.po.tmp compat_getdirentries.po.tmp compat_msync.po.tmp compat_ntp_gettime.po.tmp compat_sched.po.tmp compat_semctl.po.tmp compat_sigaltstack.po.tmp compat_stat.po.tmp compat___stat13.po.tmp compat_statfs.po.tmp compat_statvfs.po.tmp compat_socket.po.tmp compat_getfh.po.tmp compat_fhopen.po.tmp compat___fhstat30.po.tmp compat_fhstatvfs.po.tmp compat_fhstatvfs1.po.tmp compat_mount.po.tmp compat_getrusage.po.tmp compat_gettimeofday.po.tmp compat_utimes.po.tmp compat_wait4.po.tmp compat_sigtimedwait.po.tmp compat_settimeofday.po.tmp compat_timer.po.tmp compat_clock.po.tmp compat_itimer.po.tmp compat_select.po.tmp compat_nanosleep.po.tmp compat___stat30.po.tmp compat_aio_suspend.po.tmp compat_adjtime.po.tmp compat_mknod.po.tmp compat_mqueue.po.tmp compat__lwp_park.po.tmp compat_lfs_segwait.po.tmp compat_kevent.po.tmp compat___ntp_gettime30.po.tmp compat___semctl13.po.tmp compat___shmctl13.po.tmp compat___msgctl13.po.tmp compat___lwp_park50.po.tmp compat___fhstatvfs140.po.tmp compat___fhstatvfs40.po.tmp compat___sigaction14_sigtramp.po.tmp compat_localtime.po.tmp compat_difftime.po.tmp compat_frexp_ieee754.po.tmp compat_ldexp_ieee754.po.tmp compat_modf_ieee754.po.tmp compat_Ovfork.po.tmp compat___semctl.po.tmp compat___sigreturn14.po.tmp compat_msgctl.po.tmp compat_shmctl.po.tmp compat_sigaction.po.tmp compat_sigpending.po.tmp compat_sigprocmask.po.tmp compat_sigreturn.po.tmp compat_sigsuspend.po.tmp compat_quotactl.po.tmp atomic.po.tmp atomic_init_cas.po.tmp cdbr.po.tmp cdbw.po.tmp bt_close.po.tmp bt_conv.po.tmp bt_debug.po.tmp bt_delete.po.tmp bt_get.po.tmp bt_open.po.tmp bt_overflow.po.tmp bt_page.po.tmp bt_put.po.tmp bt_search.po.tmp bt_seq.po.tmp bt_split.po.tmp bt_utils.po.tmp db.po.tmp dbfile.po.tmp hash.po.tmp hash_bigkey.po.tmp hash_buf.po.tmp hash_func.po.tmp hash_log2.po.tmp hash_page.po.tmp ndbmdatum.po.tmp ndbm.po.tmp mpool.po.tmp rec_close.po.tmp rec_delete.po.tmp rec_get.po.tmp rec_open.po.tmp rec_put.po.tmp rec_search.po.tmp rec_seq.po.tmp rec_utils.po.tmp citrus_bcs.po.tmp citrus_bcs_strtol.po.tmp citrus_bcs_strtoul.po.tmp citrus_csmapper.po.tmp citrus_ctype.po.tmp citrus_ctype_fallback.po.tmp citrus_db.po.tmp citrus_db_hash.po.tmp citrus_esdb.po.tmp citrus_hash.po.tmp citrus_iconv.po.tmp citrus_lookup.po.tmp citrus_mapper.po.tmp citrus_memstream.po.tmp citrus_mmap.po.tmp citrus_module.po.tmp citrus_none.po.tmp citrus_stdenc.po.tmp citrus_lc_ctype.po.tmp citrus_lc_monetary.po.tmp citrus_lc_numeric.po.tmp citrus_lc_time.po.tmp citrus_lc_messages.po.tmp creat.po.tmp getdtablesize.po.tmp gethostid.po.tmp killpg.po.tmp sethostid.po.tmp setpgrp.po.tmp setrgid.po.tmp setruid.po.tmp sigcompat.po.tmp getwd.po.tmp absvsi2.po.tmp absvti2.po.tmp addvsi3.po.tmp addvti3.po.tmp ashlti3.po.tmp ashrti3.po.tmp clzti2.po.tmp cmpti2.po.tmp ctzti2.po.tmp divti3.po.tmp ffsti2.po.tmp fixsfdi.po.tmp fixdfdi.po.tmp fixunsdfdi.po.tmp fixunsdfsi.po.tmp fixunssfdi.po.tmp fixunssfsi.po.tmp fixunsxfdi.po.tmp fixunsxfsi.po.tmp int_util.po.tmp lshrti3.po.tmp modti3.po.tmp muldc3.po.tmp mulosi4.po.tmp muloti4.po.tmp multi3.po.tmp mulvsi3.po.tmp mulvti3.po.tmp negti2.po.tmp negvsi2.po.tmp negvti2.po.tmp paritysi2.po.tmp parityti2.po.tmp popcountsi2.po.tmp popcountti2.po.tmp subvsi3.po.tmp subvti3.po.tmp ucmpti2.po.tmp udivmodti4.po.tmp udivti3.po.tmp umodti3.po.tmp floatdidf.po.tmp floatdisf.po.tmp floatdixf.po.tmp floatundidf.po.tmp floatundisf.po.tmp floatundixf.po.tmp negdf2.po.tmp negsf2.po.tmp powidf2.po.tmp powisf2.po.tmp powitf2.po.tmp powixf2.po.tmp fixxfdi.po.tmp fixunsdfti.po.tmp fixunssfti.po.tmp fixunsxfti.po.tmp fixxfti.po.tmp floattidf.po.tmp floattisf.po.tmp floattixf.po.tmp floatuntidf.po.tmp floatuntisf.po.tmp floatuntixf.po.tmp clzsi2.po.tmp ctzsi2.po.tmp divmodsi4.po.tmp divsi3.po.tmp modsi3.po.tmp udivmodsi4.po.tmp umodsi3.po.tmp udivsi3.po.tmp absvdi2.po.tmp addvdi3.po.tmp mulodi4.po.tmp mulvdi3.po.tmp negvdi2.po.tmp paritydi2.po.tmp popcountdi2.po.tmp subvdi3.po.tmp clzdi2.po.tmp ctzdi2.po.tmp ffsdi2.po.tmp GCDAProfiling.po.tmp InstrProfiling.po.tmp InstrProfilingBuffer.po.tmp InstrProfilingFile.po.tmp InstrProfilingPlatformLinux.po.tmp InstrProfilingUtil.po.tmp InstrProfilingValue.po.tmp InstrProfilingWriter.po.tmp dlfcn_elf.po.tmp strtof.po.tmp strtold_px.po.tmp strtopx.po.tmp strtod.po.tmp dtoa.po.tmp ldtoa.po.tmp hdtoa.po.tmp gdtoa.po.tmp gdtoa_locks.po.tmp dmisc.po.tmp gethex.po.tmp gmisc.po.tmp hd_init.po.tmp hexnan.po.tmp misc.po.tmp smisc.po.tmp strtodg.po.tmp sum.po.tmp ulp.po.tmp strtord.po.tmp _errno.po.tmp daemon.po.tmp alarm.po.tmp alphasort.po.tmp arc4random.po.tmp assert.po.tmp asysctl.po.tmp basename.po.tmp clock.po.tmp closedir.po.tmp closefrom.po.tmp confstr.po.tmp ctermid.po.tmp ctype_.po.tmp dehumanize_number.po.tmp devname.po.tmp dirname.po.tmp disklabel.po.tmp err.po.tmp errx.po.tmp errc.po.tmp errlist.po.tmp errno.po.tmp execl.po.tmp execle.po.tmp execlp.po.tmp execv.po.tmp execvp.po.tmp exect.po.tmp extattr.po.tmp fmtcheck.po.tmp fmtmsg.po.tmp fnmatch.po.tmp fstab.po.tmp ftok.po.tmp fts.po.tmp ftw.po.tmp getbsize.po.tmp getcap.po.tmp getcwd.po.tmp getdevmajor.po.tmp getdomainname.po.tmp getentropy.po.tmp getgrent.po.tmp getgrouplist.po.tmp getgroupmembership.po.tmp gethostname.po.tmp getloadavg.po.tmp getlogin.po.tmp getmntinfo.po.tmp getnetgrent.po.tmp getpagesize.po.tmp getpass.po.tmp getprogname.po.tmp getpwent.po.tmp getttyent.po.tmp getusershell.po.tmp glob.po.tmp humanize_number.po.tmp initdir.po.tmp initgroups.po.tmp isascii.po.tmp isatty.po.tmp isctype.po.tmp lockf.po.tmp nftw.po.tmp nice.po.tmp nlist.po.tmp nlist_aout.po.tmp nlist_coff.po.tmp nlist_ecoff.po.tmp nlist_elf32.po.tmp nlist_elf64.po.tmp opendir.po.tmp pause.po.tmp popen.po.tmp posix_spawn_sched.po.tmp posix_spawn_fileactions.po.tmp posix_spawnp.po.tmp psignal.po.tmp pthread_atfork.po.tmp ptree.po.tmp pwcache.po.tmp pw_scan.po.tmp raise.po.tmp randomid.po.tmp rb.po.tmp readdir.po.tmp rewinddir.po.tmp scandir.po.tmp seekdir.po.tmp setdomainname.po.tmp sethostname.po.tmp setjmperr.po.tmp setmode.po.tmp setproctitle.po.tmp setprogname.po.tmp shquote.po.tmp shquotev.po.tmp sighold.po.tmp sigignore.po.tmp siginterrupt.po.tmp siglist.po.tmp signal.po.tmp signalname.po.tmp signalnext.po.tmp signalnumber.po.tmp signame.po.tmp sigrelse.po.tmp sigset.po.tmp sigsetops.po.tmp sleep.po.tmp stringlist.po.tmp sysconf.po.tmp sysctl.po.tmp sysctlbyname.po.tmp sysctlgetmibinfo.po.tmp sysctlnametomib.po.tmp syslog.po.tmp syslog_ss.po.tmp telldir.po.tmp time.po.tmp timespec_get.po.tmp times.po.tmp toascii.po.tmp tolower_.po.tmp ttyname.po.tmp ttyslot.po.tmp toupper_.po.tmp ualarm.po.tmp ulimit.po.tmp uname.po.tmp unvis.po.tmp usleep.po.tmp utime.po.tmp utimens.po.tmp utmp.po.tmp utmpx.po.tmp valloc.po.tmp vis.po.tmp wait.po.tmp wait3.po.tmp waitid.po.tmp waitpid.po.tmp warn.po.tmp warnx.po.tmp warnc.po.tmp wordexp.po.tmp xsyslog.po.tmp vwarn.po.tmp vwarnx.po.tmp vwarnc.po.tmp verr.po.tmp verrx.po.tmp verrc.po.tmp alloca.po.tmp byte_swap_2.po.tmp byte_swap_4.po.tmp byte_swap_8.po.tmp fabs.po.tmp flt_rounds.po.tmp fpgetmask.po.tmp fpgetround.po.tmp fpgetsticky.po.tmp fpsetmask.po.tmp fpsetround.po.tmp fpsetsticky.po.tmp fpgetprec.po.tmp fpsetprec.po.tmp __setjmp14.po.tmp _setjmp.po.tmp __sigsetjmp14.po.tmp resumecontext.po.tmp swapcontext.po.tmp _lwp.po.tmp makecontext.po.tmp infinityf_ieee754.po.tmp infinity_ieee754.po.tmp fpclassifyf_ieee754.po.tmp fpclassifyd_ieee754.po.tmp isfinitef_ieee754.po.tmp isfinited_ieee754.po.tmp isinff_ieee754.po.tmp isinfd_ieee754.po.tmp isnanf_ieee754.po.tmp isnand_ieee754.po.tmp signbitf_ieee754.po.tmp signbitd_ieee754.po.tmp signbitl_ieee754.po.tmp nanf.po.tmp infinityl.po.tmp fpclassifyl.po.tmp isfinitel.po.tmp isinfl.po.tmp isnanl.po.tmp gmon.po.tmp mcount.po.tmp hmac.po.tmp md2.po.tmp md2hl.po.tmp rmd160.po.tmp rmd160hl.po.tmp sha1.po.tmp sha1hl.po.tmp sha2.po.tmp sha224hl.po.tmp sha256hl.po.tmp sha384hl.po.tmp sha512hl.po.tmp keccak.po.tmp sha3.po.tmp murmurhash.po.tmp iconv.po.tmp inet_addr.po.tmp inet_cidr_ntop.po.tmp inet_cidr_pton.po.tmp inet_lnaof.po.tmp inet_makeaddr.po.tmp inet_net_ntop.po.tmp inet_net_pton.po.tmp inet_neta.po.tmp inet_netof.po.tmp inet_network.po.tmp inet_ntoa.po.tmp inet_ntop.po.tmp inet_pton.po.tmp nsap_addr.po.tmp assertions.po.tmp ev_timers.po.tmp ev_streams.po.tmp setlocale.po.tmp __mb_cur_max.po.tmp duplocale.po.tmp global_locale.po.tmp fix_grouping.po.tmp freelocale.po.tmp localeconv.po.tmp newlocale.po.tmp nl_langinfo.po.tmp generic_lc_all.po.tmp dummy_lc_collate.po.tmp wcstol.po.tmp wcstoll.po.tmp wcstoimax.po.tmp wcstoul.po.tmp wcstoull.po.tmp wcstoumax.po.tmp wcstod.po.tmp wcstof.po.tmp wcstold.po.tmp wcscoll.po.tmp wcsxfrm.po.tmp wcsftime.po.tmp _wctrans.po.tmp _wctype.po.tmp rune.po.tmp runetable.po.tmp multibyte_c90.po.tmp multibyte_amd1.po.tmp iswctype_mb.po.tmp md4c.po.tmp md5c.po.tmp md4hl.po.tmp md5hl.po.tmp initfini.po.tmp stack_protector.po.tmp base64.po.tmp ethers.po.tmp gethnamaddr.po.tmp getifaddrs.po.tmp getnetnamadr.po.tmp getnetent.po.tmp getpeereid.po.tmp getprotobyname.po.tmp getprotobynumber.po.tmp getprotoent.po.tmp getprotobyname_r.po.tmp getprotobynumber_r.po.tmp getprotoent_r.po.tmp getservbyname.po.tmp getservbyport.po.tmp getservent.po.tmp getservbyname_r.po.tmp getservbyport_r.po.tmp getservent_r.po.tmp iso_addr.po.tmp linkaddr.po.tmp nsdispatch.po.tmp nslexer.po.tmp nsparser.po.tmp nsap_addr.po.tmp rcmd.po.tmp recv.po.tmp send.po.tmp sethostent.po.tmp sctp_sys_calls.po.tmp sockatmark.po.tmp hesiod.po.tmp getaddrinfo.po.tmp getnameinfo.po.tmp ip6opt.po.tmp rthdr.po.tmp inet6_scopeid.po.tmp vars6.po.tmp if_indextoname.po.tmp if_nameindex.po.tmp if_nametoindex.po.tmp ns_name.po.tmp ns_netint.po.tmp ns_parse.po.tmp ns_print.po.tmp ns_samedomain.po.tmp ns_ttl.po.tmp catclose.po.tmp catgets.po.tmp catopen.po.tmp acl_branding.po.tmp acl_calc_mask.po.tmp acl_copy.po.tmp acl_delete.po.tmp acl_delete_entry.po.tmp acl_entry.po.tmp acl_flag.po.tmp acl_free.po.tmp acl_from_text.po.tmp acl_from_text_nfs4.po.tmp acl_get.po.tmp acl_id_to_name.po.tmp acl_init.po.tmp acl_perm.po.tmp acl_set.po.tmp acl_strip.po.tmp acl_support.po.tmp acl_support_nfs4.po.tmp acl_to_text.po.tmp acl_to_text_nfs4.po.tmp acl_valid.po.tmp subr_acl_nfs4.po.tmp regcomp.po.tmp regerror.po.tmp regexec.po.tmp regfree.po.tmp regsub.po.tmp h_errno.po.tmp herror.po.tmp res_comp.po.tmp res_data.po.tmp res_debug.po.tmp res_init.po.tmp res_mkquery.po.tmp res_query.po.tmp res_send.po.tmp res_state.po.tmp mtctxres.po.tmp res_compat.po.tmp auth_none.po.tmp auth_unix.po.tmp authunix_prot.po.tmp bindresvport.po.tmp clnt_bcast.po.tmp clnt_dg.po.tmp clnt_generic.po.tmp clnt_perror.po.tmp clnt_raw.po.tmp clnt_simple.po.tmp clnt_vc.po.tmp rpc_dtablesize.po.tmp getnetconfig.po.tmp getnetpath.po.tmp getrpcent.po.tmp getrpcport.po.tmp mt_misc.po.tmp pmap_clnt.po.tmp pmap_getmaps.po.tmp pmap_getport.po.tmp pmap_prot.po.tmp pmap_prot2.po.tmp pmap_rmt.po.tmp rpc_prot.po.tmp rpc_commondata.po.tmp rpc_callmsg.po.tmp rpc_generic.po.tmp rpc_soc.po.tmp rpcb_clnt.po.tmp rpcb_prot.po.tmp rpcb_st_xdr.po.tmp svc.po.tmp svc_auth.po.tmp svc_dg.po.tmp svc_auth_unix.po.tmp svc_generic.po.tmp svc_raw.po.tmp svc_run.po.tmp svc_simple.po.tmp svc_vc.po.tmp svc_fdset.po.tmp xdr.po.tmp xdr_array.po.tmp xdr_float.po.tmp xdr_mem.po.tmp xdr_rec.po.tmp xdr_reference.po.tmp xdr_stdio.po.tmp xdr_sizeof.po.tmp __rpc_getxid.po.tmp gets_chk.po.tmp fgets_chk.po.tmp memcpy_chk.po.tmp memmove_chk.po.tmp memset_chk.po.tmp snprintf_chk.po.tmp sprintf_chk.po.tmp stpcpy_chk.po.tmp stpncpy_chk.po.tmp strcat_chk.po.tmp strcpy_chk.po.tmp strncat_chk.po.tmp strncpy_chk.po.tmp vsnprintf_chk.po.tmp vsprintf_chk.po.tmp clrerr.po.tmp dprintf.po.tmp fclose.po.tmp fdopen.po.tmp feof.po.tmp ferror.po.tmp fflush.po.tmp fgetc.po.tmp fgetln.po.tmp fgetpos.po.tmp fgets.po.tmp fgetstr.po.tmp fgetwc.po.tmp fgetwln.po.tmp fgetws.po.tmp fileno.po.tmp findfp.po.tmp flags.po.tmp flockfile.po.tmp fopen.po.tmp fparseln.po.tmp fprintf.po.tmp fpurge.po.tmp fputc.po.tmp fputs.po.tmp fputwc.po.tmp fputws.po.tmp fread.po.tmp freopen.po.tmp fscanf.po.tmp fseek.po.tmp fseeko.po.tmp fsetpos.po.tmp ftell.po.tmp ftello.po.tmp funopen.po.tmp fvwrite.po.tmp fwalk.po.tmp fwide.po.tmp fwprintf.po.tmp fwrite.po.tmp fwscanf.po.tmp getc.po.tmp getchar.po.tmp getdelim.po.tmp getline.po.tmp gettemp.po.tmp getw.po.tmp getwc.po.tmp getwchar.po.tmp makebuf.po.tmp mkdtemp.po.tmp mkstemp.po.tmp mkstemps.po.tmp mkostemp.po.tmp mkostemps.po.tmp perror.po.tmp printf.po.tmp putc.po.tmp putchar.po.tmp puts.po.tmp putw.po.tmp putwc.po.tmp putwchar.po.tmp refill.po.tmp remove.po.tmp rewind.po.tmp rget.po.tmp scanf.po.tmp setbuf.po.tmp setbuffer.po.tmp setvbuf.po.tmp snprintf_ss.po.tmp sscanf.po.tmp stdio.po.tmp swprintf.po.tmp swscanf.po.tmp tmpfile.po.tmp ungetc.po.tmp ungetwc.po.tmp vasprintf.po.tmp vdprintf.po.tmp vfprintf.po.tmp vfscanf.po.tmp vfwprintf.po.tmp vfwscanf.po.tmp vprintf.po.tmp vscanf.po.tmp vsnprintf.po.tmp vsnprintf_ss.po.tmp vsscanf.po.tmp vswprintf.po.tmp vswscanf.po.tmp vwprintf.po.tmp vwscanf.po.tmp wbuf.po.tmp wprintf.po.tmp wscanf.po.tmp wsetup.po.tmp fmemopen.po.tmp open_memstream.po.tmp open_wmemstream.po.tmp gets.po.tmp vsprintf.po.tmp tempnam.po.tmp tmpnam.po.tmp mktemp.po.tmp _env.po.tmp _rand48.po.tmp a64l.po.tmp abort.po.tmp atexit.po.tmp atof.po.tmp atoi.po.tmp atol.po.tmp atoll.po.tmp bsearch.po.tmp cxa_thread_atexit.po.tmp drand48.po.tmp exit.po.tmp getenv.po.tmp getopt.po.tmp getopt_long.po.tmp getsubopt.po.tmp hcreate.po.tmp heapsort.po.tmp imaxdiv.po.tmp insque.po.tmp jrand48.po.tmp l64a.po.tmp lldiv.po.tmp lcong48.po.tmp lrand48.po.tmp lsearch.po.tmp merge.po.tmp mi_vector_hash.po.tmp mrand48.po.tmp nrand48.po.tmp putenv.po.tmp qabs.po.tmp qdiv.po.tmp qsort.po.tmp posix_openpt.po.tmp pty.po.tmp quick_exit.po.tmp radixsort.po.tmp rand.po.tmp rand_r.po.tmp random.po.tmp remque.po.tmp reallocarr.po.tmp reallocarray.po.tmp seed48.po.tmp setenv.po.tmp srand48.po.tmp strsuftoll.po.tmp strtoi.po.tmp strtou.po.tmp strtonum.po.tmp strtoimax.po.tmp strtol.po.tmp strtoll.po.tmp strtoq.po.tmp strtoul.po.tmp strtoull.po.tmp strtoumax.po.tmp strtouq.po.tmp system.po.tmp tdelete.po.tmp tfind.po.tmp tsearch.po.tmp twalk.po.tmp unsetenv.po.tmp strfmon.po.tmp imaxdiv.po.tmp erand48_ieee754.po.tmp jemalloc.po.tmp arena.po.tmp background_thread.po.tmp base.po.tmp bin.po.tmp bitmap.po.tmp ckh.po.tmp ctl.po.tmp divide.po.tmp extent.po.tmp extent_dss.po.tmp extent_mmap.po.tmp hash.po.tmp hooks.po.tmp large.po.tmp log.po.tmp malloc_io.po.tmp mutex.po.tmp mutex_pool.po.tmp nstime.po.tmp pages.po.tmp prng.po.tmp prof.po.tmp rtree.po.tmp stats.po.tmp sz.po.tmp tcache.po.tmp ticker.po.tmp tsd.po.tmp witness.po.tmp abs.po.tmp div.po.tmp labs.po.tmp ldiv.po.tmp bm.po.tmp stpcpy.po.tmp stpncpy.po.tmp strcasecmp.po.tmp strncasecmp.po.tmp strcasestr.po.tmp strcoll.po.tmp strdup.po.tmp strerror.po.tmp strerror_ss.po.tmp strlcat.po.tmp strlcpy.po.tmp strnlen.po.tmp strmode.po.tmp strsignal.po.tmp strtok.po.tmp strtok_r.po.tmp strxfrm.po.tmp __strsignal.po.tmp strerror_r.po.tmp strndup.po.tmp stresep.po.tmp memrchr.po.tmp bcmp.po.tmp memcmp.po.tmp strcspn.po.tmp strncat.po.tmp strncpy.po.tmp strpbrk.po.tmp strsep.po.tmp strspn.po.tmp strstr.po.tmp strnstr.po.tmp explicit_memset.po.tmp consttime_memequal.po.tmp memccpy.po.tmp memmem.po.tmp strchrnul.po.tmp popcount32.po.tmp popcount64.po.tmp wcscat.po.tmp wcschr.po.tmp wcscmp.po.tmp wcscpy.po.tmp wcscspn.po.tmp wcslcat.po.tmp wcslcpy.po.tmp wcslen.po.tmp wcsncat.po.tmp wcsnlen.po.tmp wcscasecmp.po.tmp wcsdup.po.tmp wcsncasecmp.po.tmp wcsncmp.po.tmp wcsncpy.po.tmp wcspbrk.po.tmp wcsrchr.po.tmp wcsspn.po.tmp wcsstr.po.tmp wcstok.po.tmp wcswcs.po.tmp wmemchr.po.tmp wmemcmp.po.tmp wmemcpy.po.tmp wmemmove.po.tmp wmemset.po.tmp bcopy.po.tmp ffs.po.tmp memchr.po.tmp memcpy.po.tmp memmove.po.tmp memset.po.tmp strcat.po.tmp strchr.po.tmp strcmp.po.tmp strcpy.po.tmp strlen.po.tmp strncmp.po.tmp strrchr.po.tmp swab.po.tmp cfgetispeed.po.tmp cfgetospeed.po.tmp cfmakeraw.po.tmp cfsetispeed.po.tmp cfsetospeed.po.tmp cfsetspeed.po.tmp tcdrain.po.tmp tcflow.po.tmp tcflush.po.tmp tcgetattr.po.tmp tcgetpgrp.po.tmp tcgetwinsize.po.tmp tcgetsid.po.tmp tcsendbreak.po.tmp tcsetattr.po.tmp tcsetpgrp.po.tmp tcsetwinsize.po.tmp __isthreaded.po.tmp thread-stub.po.tmp thread-stub-init.po.tmp asctime.po.tmp difftime.po.tmp localtime.po.tmp getdate.po.tmp strftime.po.tmp strptime.po.tmp tls.po.tmp cpuset.po.tmp accept4.po.tmp clock_getcpuclockid.po.tmp eventfd_read.po.tmp eventfd_write.po.tmp posix_fadvise.po.tmp posix_madvise.po.tmp ppoll.po.tmp sched.po.tmp sigqueue.po.tmp sigtimedwait.po.tmp sigwait.po.tmp sigwaitinfo.po.tmp statvfs.po.tmp swapon.po.tmp semctl.po.tmp vadvise.po.tmp __clone.po.tmp __vfork14.po.tmp brk.po.tmp fork.po.tmp pipe.po.tmp getcontext.po.tmp ptrace.po.tmp sbrk.po.tmp shmat.po.tmp syscall.po.tmp __syscall.po.tmp __clone.po.tmp cerror.po.tmp fdiscard.po.tmp ftruncate.po.tmp lseek.po.tmp mmap.po.tmp pread.po.tmp preadv.po.tmp pwrite.po.tmp pwritev.po.tmp truncate.po.tmp ntp_adjtime.po.tmp mknodat.po.tmp posix_fallocate.po.tmp adjtime.po.tmp clock_settime.po.tmp settimeofday.po.tmp __sigaction_siginfo.po.tmp __acl_get_link.po.tmp __acl_set_link.po.tmp __acl_delete_link.po.tmp __acl_aclcheck_link.po.tmp __acl_get_file.po.tmp __acl_set_file.po.tmp __acl_get_fd.po.tmp __acl_set_fd.po.tmp __acl_delete_file.po.tmp __acl_delete_fd.po.tmp __acl_aclcheck_file.po.tmp __acl_aclcheck_fd.po.tmp access.po.tmp acct.po.tmp bind.po.tmp chdir.po.tmp chflags.po.tmp chmod.po.tmp chown.po.tmp chroot.po.tmp clock_getcpuclockid2.po.tmp __clock_getres50.po.tmp __clock_gettime50.po.tmp dup.po.tmp dup2.po.tmp dup3.po.tmp eventfd.po.tmp extattrctl.po.tmp extattr_delete_fd.po.tmp extattr_delete_file.po.tmp extattr_delete_link.po.tmp extattr_get_fd.po.tmp extattr_get_file.po.tmp extattr_get_link.po.tmp extattr_list_fd.po.tmp extattr_list_file.po.tmp extattr_list_link.po.tmp extattr_set_fd.po.tmp extattr_set_file.po.tmp extattr_set_link.po.tmp setxattr.po.tmp getxattr.po.tmp listxattr.po.tmp removexattr.po.tmp lsetxattr.po.tmp lgetxattr.po.tmp llistxattr.po.tmp lremovexattr.po.tmp fsetxattr.po.tmp fgetxattr.po.tmp flistxattr.po.tmp fremovexattr.po.tmp faccessat.po.tmp fchdir.po.tmp fchflags.po.tmp fchmod.po.tmp fchmodat.po.tmp fchown.po.tmp fchownat.po.tmp fchroot.po.tmp fexecve.po.tmp __fhopen40.po.tmp __fhstat50.po.tmp __fhstatvfs190.po.tmp fktrace.po.tmp flock.po.tmp fpathconf.po.tmp __fstat50.po.tmp __fstatvfs190.po.tmp fstatat.po.tmp __futimes50.po.tmp futimens.po.tmp __getcwd.po.tmp __getdents30.po.tmp __getfh30.po.tmp __getvfsstat90.po.tmp getgroups.po.tmp __getitimer50.po.tmp __getlogin.po.tmp getpeername.po.tmp getpgid.po.tmp getpgrp.po.tmp getpriority.po.tmp getrandom.po.tmp getrlimit.po.tmp __getrusage50.po.tmp getsid.po.tmp getsockname.po.tmp getsockopt.po.tmp getsockopt2.po.tmp __gettimeofday50.po.tmp ioctl.po.tmp kqueue.po.tmp kqueue1.po.tmp ktrace.po.tmp _ksem_close.po.tmp _ksem_destroy.po.tmp _ksem_getvalue.po.tmp _ksem_init.po.tmp _ksem_post.po.tmp _ksem_timedwait.po.tmp _ksem_trywait.po.tmp _ksem_unlink.po.tmp _ksem_wait.po.tmp _ksem_open.po.tmp lchflags.po.tmp lchmod.po.tmp lchown.po.tmp lfs_bmapv.po.tmp lfs_markv.po.tmp lfs_segclean.po.tmp lpathconf.po.tmp __lfs_segwait50.po.tmp link.po.tmp linkat.po.tmp listen.po.tmp __lstat50.po.tmp __lutimes50.po.tmp _lwp_create.po.tmp _lwp_exit.po.tmp _lwp_kill.po.tmp ___lwp_park60.po.tmp _lwp_self.po.tmp _lwp_wait.po.tmp _lwp_unpark.po.tmp _lwp_unpark_all.po.tmp _lwp_suspend.po.tmp _lwp_continue.po.tmp _lwp_wakeup.po.tmp _lwp_detach.po.tmp _lwp_setprivate.po.tmp _lwp_setname.po.tmp _lwp_getname.po.tmp _lwp_ctl.po.tmp madvise.po.tmp mincore.po.tmp minherit.po.tmp mkdir.po.tmp mkdirat.po.tmp mkfifo.po.tmp mkfifoat.po.tmp __mknod50.po.tmp mlock.po.tmp mlockall.po.tmp modctl.po.tmp __mount50.po.tmp mprotect.po.tmp __msgctl50.po.tmp msgget.po.tmp munlock.po.tmp munlockall.po.tmp munmap.po.tmp nfssvc.po.tmp __ntp_gettime50.po.tmp pathconf.po.tmp pipe2.po.tmp __posix_chown.po.tmp __posix_fchown.po.tmp __posix_lchown.po.tmp __posix_rename.po.tmp profil.po.tmp __quotactl.po.tmp rasctl.po.tmp readlinkat.po.tmp reboot.po.tmp rename.po.tmp renameat.po.tmp revoke.po.tmp rmdir.po.tmp semconfig.po.tmp semget.po.tmp semop.po.tmp setegid.po.tmp seteuid.po.tmp setgid.po.tmp setgroups.po.tmp __setitimer50.po.tmp __setlogin.po.tmp setpgid.po.tmp setpriority.po.tmp setregid.po.tmp setreuid.po.tmp setrlimit.po.tmp setsid.po.tmp setsockopt.po.tmp setuid.po.tmp __shmctl50.po.tmp shmdt.po.tmp shmget.po.tmp shutdown.po.tmp sigqueueinfo.po.tmp __sigaltstack14.po.tmp __sigpending14.po.tmp __sigaction_sigtramp.po.tmp ____sigtimedwait50.po.tmp __socket30.po.tmp socketpair.po.tmp __stat50.po.tmp __statvfs190.po.tmp swapctl.po.tmp symlink.po.tmp symlinkat.po.tmp __sysctl.po.tmp timer_create.po.tmp timer_delete.po.tmp __timer_gettime50.po.tmp timer_getoverrun.po.tmp ____semctl50.po.tmp __timer_settime50.po.tmp timerfd_create.po.tmp timerfd_gettime.po.tmp timerfd_settime.po.tmp umask.po.tmp undelete.po.tmp unlink.po.tmp unlinkat.po.tmp unmount.po.tmp __utimes50.po.tmp utimensat.po.tmp utrace.po.tmp uuidgen.po.tmp tmp__lwp_getprivate.po.tmp tmp_mremap.po.tmp accept.po.tmp __aio_suspend50.po.tmp clock_nanosleep.po.tmp close.po.tmp connect.po.tmp execve.po.tmp fcntl.po.tmp fdatasync.po.tmp fsync.po.tmp fsync_range.po.tmp __kevent50.po.tmp kill.po.tmp mq_receive.po.tmp mq_send.po.tmp __mq_timedreceive50.po.tmp __mq_timedsend50.po.tmp msgrcv.po.tmp msgsnd.po.tmp __msync13.po.tmp __nanosleep50.po.tmp open.po.tmp openat.po.tmp paccept.po.tmp poll.po.tmp __pollts50.po.tmp __pselect50.po.tmp read.po.tmp readlink.po.tmp readv.po.tmp recvfrom.po.tmp recvmmsg.po.tmp recvmsg.po.tmp _sched_setparam.po.tmp _sched_getparam.po.tmp _sched_setaffinity.po.tmp _sched_getaffinity.po.tmp sched_yield.po.tmp _sched_protect.po.tmp __select50.po.tmp sendmmsg.po.tmp sendmsg.po.tmp sendto.po.tmp setcontext.po.tmp __sigprocmask14.po.tmp __sigsuspend14.po.tmp sysarch.po.tmp __wait450.po.tmp wait6.po.tmp write.po.tmp writev.po.tmp getegid.po.tmp geteuid.po.tmp getgid.po.tmp getpid.po.tmp getppid.po.tmp getuid.po.tmp issetugid.po.tmp posix_spawn.po.tmp sync.po.tmp __posix_fadvise50.po.tmp _exit.po.tmp tmp_fdiscard.po.tmp tmp_ftruncate.po.tmp tmp_lseek.po.tmp tmp_mmap.po.tmp tmp_pread.po.tmp tmp_preadv.po.tmp tmp_pwrite.po.tmp tmp_pwritev.po.tmp tmp_truncate.po.tmp tmp_ntp_adjtime.po.tmp tmp_mknodat.po.tmp tmp___adjtime50.po.tmp tmp___clock_settime50.po.tmp tmp___settimeofday50.po.tmp tmp_posix_fallocate.po.tmp uuid_compare.po.tmp uuid_create.po.tmp uuid_create_nil.po.tmp uuid_equal.po.tmp uuid_from_string.po.tmp uuid_hash.po.tmp uuid_is_nil.po.tmp uuid_stream.po.tmp uuid_to_string.po.tmp xdryp.po.tmp yp_all.po.tmp yp_first.po.tmp yp_maplist.po.tmp yp_master.po.tmp yp_match.po.tmp yp_order.po.tmp yplib.po.tmp yperr_string.po.tmp ypprot_err.po.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader.a BitcodeAnalyzer.o BitReader.o BitcodeReader.o MetadataLoader.o ValueList.o BitcodeAnalyzer.o.tmp BitReader.o.tmp BitcodeReader.o.tmp MetadataLoader.o.tmp ValueList.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader.a BitcodeAnalyzer.o BitReader.o BitcodeReader.o MetadataLoader.o ValueList.o BitcodeAnalyzer.o.tmp BitReader.o.tmp BitcodeReader.o.tmp MetadataLoader.o.tmp ValueList.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_p.a || true) --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libc && rm -f libc_p.a InstrProfilingRuntime.po __sigtramp2.po compat_ndbmdatum.po compat_setlocale1.po compat_setlocale32.po compat_errlist.po compat_fts.po compat___fts13.po compat___fts30.po compat___fts31.po compat_getmntinfo.po compat_glob.po compat___glob13.po compat_opendir.po compat_readdir.po compat__readdir_unlocked30.po compat_scandir.po compat_siglist.po compat_signame.po compat_sigsetops.po compat_times.po compat_timezone.po compat_unvis.po compat_utmpx.po compat_time.po compat_utime.po compat_devname.po compat_alphasort.po compat_getpwent.po compat___fts32.po compat_utmp.po compat___fts50.po compat___unvis13.po compat_syslog.po compat_alloca.po compat___getmntinfo13.po __cmsg_alignbytes.po compat_ns_addr.po compat_ns_ntoa.po compat_pmap_rmtcall.po compat_rpcb.po compat_fgetpos.po compat_fsetpos.po compat_putenv.po compat_random.po compat_unsetenv.po compat_getdents.po compat_getdirentries.po compat_msync.po compat_ntp_gettime.po compat_sched.po compat_semctl.po compat_sigaltstack.po compat_stat.po compat___stat13.po compat_statfs.po compat_statvfs.po compat_socket.po compat_getfh.po compat_fhopen.po compat___fhstat30.po compat_fhstatvfs.po compat_fhstatvfs1.po compat_mount.po compat_getrusage.po compat_gettimeofday.po compat_utimes.po compat_wait4.po compat_sigtimedwait.po compat_settimeofday.po compat_timer.po compat_clock.po compat_itimer.po compat_select.po compat_nanosleep.po compat___stat30.po compat_aio_suspend.po compat_adjtime.po compat_mknod.po compat_mqueue.po compat__lwp_park.po compat_lfs_segwait.po compat_kevent.po compat___ntp_gettime30.po compat___semctl13.po compat___shmctl13.po compat___msgctl13.po compat___lwp_park50.po compat___fhstatvfs140.po compat___fhstatvfs40.po compat___sigaction14_sigtramp.po compat_localtime.po compat_difftime.po compat_frexp_ieee754.po compat_ldexp_ieee754.po compat_modf_ieee754.po compat_Ovfork.po compat___semctl.po compat___sigreturn14.po compat_msgctl.po compat_shmctl.po compat_sigaction.po compat_sigpending.po compat_sigprocmask.po compat_sigreturn.po compat_sigsuspend.po compat_quotactl.po atomic.po atomic_init_cas.po cdbr.po cdbw.po bt_close.po bt_conv.po bt_debug.po bt_delete.po bt_get.po bt_open.po bt_overflow.po bt_page.po bt_put.po bt_search.po bt_seq.po bt_split.po bt_utils.po db.po dbfile.po hash.po hash_bigkey.po hash_buf.po hash_func.po hash_log2.po hash_page.po ndbmdatum.po ndbm.po mpool.po rec_close.po rec_delete.po rec_get.po rec_open.po rec_put.po rec_search.po rec_seq.po rec_utils.po citrus_bcs.po citrus_bcs_strtol.po citrus_bcs_strtoul.po citrus_csmapper.po citrus_ctype.po citrus_ctype_fallback.po citrus_db.po citrus_db_hash.po citrus_esdb.po citrus_hash.po citrus_iconv.po citrus_lookup.po citrus_mapper.po citrus_memstream.po citrus_mmap.po citrus_module.po citrus_none.po citrus_stdenc.po citrus_lc_ctype.po citrus_lc_monetary.po citrus_lc_numeric.po citrus_lc_time.po citrus_lc_messages.po creat.po getdtablesize.po gethostid.po killpg.po sethostid.po setpgrp.po setrgid.po setruid.po sigcompat.po getwd.po absvsi2.po absvti2.po addvsi3.po addvti3.po ashlti3.po ashrti3.po clzti2.po cmpti2.po ctzti2.po divti3.po ffsti2.po fixsfdi.po fixdfdi.po fixunsdfdi.po fixunsdfsi.po fixunssfdi.po fixunssfsi.po fixunsxfdi.po fixunsxfsi.po int_util.po lshrti3.po modti3.po muldc3.po mulosi4.po muloti4.po multi3.po mulvsi3.po mulvti3.po negti2.po negvsi2.po negvti2.po paritysi2.po parityti2.po popcountsi2.po popcountti2.po subvsi3.po subvti3.po ucmpti2.po udivmodti4.po udivti3.po umodti3.po floatdidf.po floatdisf.po floatdixf.po floatundidf.po floatundisf.po floatundixf.po negdf2.po negsf2.po powidf2.po powisf2.po powitf2.po powixf2.po fixxfdi.po fixunsdfti.po fixunssfti.po fixunsxfti.po fixxfti.po floattidf.po floattisf.po floattixf.po floatuntidf.po floatuntisf.po floatuntixf.po clzsi2.po ctzsi2.po divmodsi4.po divsi3.po modsi3.po udivmodsi4.po umodsi3.po udivsi3.po absvdi2.po addvdi3.po mulodi4.po mulvdi3.po negvdi2.po paritydi2.po popcountdi2.po subvdi3.po clzdi2.po ctzdi2.po ffsdi2.po GCDAProfiling.po InstrProfiling.po InstrProfilingBuffer.po InstrProfilingFile.po InstrProfilingPlatformLinux.po InstrProfilingUtil.po InstrProfilingValue.po InstrProfilingWriter.po dlfcn_elf.po strtof.po strtold_px.po strtopx.po strtod.po dtoa.po ldtoa.po hdtoa.po gdtoa.po gdtoa_locks.po dmisc.po gethex.po gmisc.po hd_init.po hexnan.po misc.po smisc.po strtodg.po sum.po ulp.po strtord.po _errno.po daemon.po alarm.po alphasort.po arc4random.po assert.po asysctl.po basename.po clock.po closedir.po closefrom.po confstr.po ctermid.po ctype_.po dehumanize_number.po devname.po dirname.po disklabel.po err.po errx.po errc.po errlist.po errno.po execl.po execle.po execlp.po execv.po execvp.po exect.po extattr.po fmtcheck.po fmtmsg.po fnmatch.po fstab.po ftok.po fts.po ftw.po getbsize.po getcap.po getcwd.po getdevmajor.po getdomainname.po getentropy.po getgrent.po getgrouplist.po getgroupmembership.po gethostname.po getloadavg.po getlogin.po getmntinfo.po getnetgrent.po getpagesize.po getpass.po getprogname.po getpwent.po getttyent.po getusershell.po glob.po humanize_number.po initdir.po initgroups.po isascii.po isatty.po isctype.po lockf.po nftw.po nice.po nlist.po nlist_aout.po nlist_coff.po nlist_ecoff.po nlist_elf32.po nlist_elf64.po opendir.po pause.po popen.po posix_spawn_sched.po posix_spawn_fileactions.po posix_spawnp.po psignal.po pthread_atfork.po ptree.po pwcache.po pw_scan.po raise.po randomid.po rb.po readdir.po rewinddir.po scandir.po seekdir.po setdomainname.po sethostname.po setjmperr.po setmode.po setproctitle.po setprogname.po shquote.po shquotev.po sighold.po sigignore.po siginterrupt.po siglist.po signal.po signalname.po signalnext.po signalnumber.po signame.po sigrelse.po sigset.po sigsetops.po sleep.po stringlist.po sysconf.po sysctl.po sysctlbyname.po sysctlgetmibinfo.po sysctlnametomib.po syslog.po syslog_ss.po telldir.po time.po timespec_get.po times.po toascii.po tolower_.po ttyname.po ttyslot.po toupper_.po ualarm.po ulimit.po uname.po unvis.po usleep.po utime.po utimens.po utmp.po utmpx.po valloc.po vis.po wait.po wait3.po waitid.po waitpid.po warn.po warnx.po warnc.po wordexp.po xsyslog.po vwarn.po vwarnx.po vwarnc.po verr.po verrx.po verrc.po alloca.po byte_swap_2.po byte_swap_4.po byte_swap_8.po fabs.po flt_rounds.po fpgetmask.po fpgetround.po fpgetsticky.po fpsetmask.po fpsetround.po fpsetsticky.po fpgetprec.po fpsetprec.po __setjmp14.po _setjmp.po __sigsetjmp14.po resumecontext.po swapcontext.po _lwp.po makecontext.po infinityf_ieee754.po infinity_ieee754.po fpclassifyf_ieee754.po fpclassifyd_ieee754.po isfinitef_ieee754.po isfinited_ieee754.po isinff_ieee754.po isinfd_ieee754.po isnanf_ieee754.po isnand_ieee754.po signbitf_ieee754.po signbitd_ieee754.po signbitl_ieee754.po nanf.po infinityl.po fpclassifyl.po isfinitel.po isinfl.po isnanl.po gmon.po mcount.po hmac.po md2.po md2hl.po rmd160.po rmd160hl.po sha1.po sha1hl.po sha2.po sha224hl.po sha256hl.po sha384hl.po sha512hl.po keccak.po sha3.po murmurhash.po iconv.po inet_addr.po inet_cidr_ntop.po inet_cidr_pton.po inet_lnaof.po inet_makeaddr.po inet_net_ntop.po inet_net_pton.po inet_neta.po inet_netof.po inet_network.po inet_ntoa.po inet_ntop.po inet_pton.po nsap_addr.po assertions.po ev_timers.po ev_streams.po setlocale.po __mb_cur_max.po duplocale.po global_locale.po fix_grouping.po freelocale.po localeconv.po newlocale.po nl_langinfo.po generic_lc_all.po dummy_lc_collate.po wcstol.po wcstoll.po wcstoimax.po wcstoul.po wcstoull.po wcstoumax.po wcstod.po wcstof.po wcstold.po wcscoll.po wcsxfrm.po wcsftime.po _wctrans.po _wctype.po rune.po runetable.po multibyte_c90.po multibyte_amd1.po iswctype_mb.po md4c.po md5c.po md4hl.po md5hl.po initfini.po stack_protector.po base64.po ethers.po gethnamaddr.po getifaddrs.po getnetnamadr.po getnetent.po getpeereid.po getprotobyname.po getprotobynumber.po getprotoent.po getprotobyname_r.po getprotobynumber_r.po getprotoent_r.po getservbyname.po getservbyport.po getservent.po getservbyname_r.po getservbyport_r.po getservent_r.po iso_addr.po linkaddr.po nsdispatch.po nslexer.po nsparser.po nsap_addr.po rcmd.po recv.po send.po sethostent.po sctp_sys_calls.po sockatmark.po hesiod.po getaddrinfo.po getnameinfo.po ip6opt.po rthdr.po inet6_scopeid.po vars6.po if_indextoname.po if_nameindex.po if_nametoindex.po ns_name.po ns_netint.po ns_parse.po ns_print.po ns_samedomain.po ns_ttl.po catclose.po catgets.po catopen.po acl_branding.po acl_calc_mask.po acl_copy.po acl_delete.po acl_delete_entry.po acl_entry.po acl_flag.po acl_free.po acl_from_text.po acl_from_text_nfs4.po acl_get.po acl_id_to_name.po acl_init.po acl_perm.po acl_set.po acl_strip.po acl_support.po acl_support_nfs4.po acl_to_text.po acl_to_text_nfs4.po acl_valid.po subr_acl_nfs4.po regcomp.po regerror.po regexec.po regfree.po regsub.po h_errno.po herror.po res_comp.po res_data.po res_debug.po res_init.po res_mkquery.po res_query.po res_send.po res_state.po mtctxres.po res_compat.po auth_none.po auth_unix.po authunix_prot.po bindresvport.po clnt_bcast.po clnt_dg.po clnt_generic.po clnt_perror.po clnt_raw.po clnt_simple.po clnt_vc.po rpc_dtablesize.po getnetconfig.po getnetpath.po getrpcent.po getrpcport.po mt_misc.po pmap_clnt.po pmap_getmaps.po pmap_getport.po pmap_prot.po pmap_prot2.po pmap_rmt.po rpc_prot.po rpc_commondata.po rpc_callmsg.po rpc_generic.po rpc_soc.po rpcb_clnt.po rpcb_prot.po rpcb_st_xdr.po svc.po svc_auth.po svc_dg.po svc_auth_unix.po svc_generic.po svc_raw.po svc_run.po svc_simple.po svc_vc.po svc_fdset.po xdr.po xdr_array.po xdr_float.po xdr_mem.po xdr_rec.po xdr_reference.po xdr_stdio.po xdr_sizeof.po __rpc_getxid.po gets_chk.po fgets_chk.po memcpy_chk.po memmove_chk.po memset_chk.po snprintf_chk.po sprintf_chk.po stpcpy_chk.po stpncpy_chk.po strcat_chk.po strcpy_chk.po strncat_chk.po strncpy_chk.po vsnprintf_chk.po vsprintf_chk.po clrerr.po dprintf.po fclose.po fdopen.po feof.po ferror.po fflush.po fgetc.po fgetln.po fgetpos.po fgets.po fgetstr.po fgetwc.po fgetwln.po fgetws.po fileno.po findfp.po flags.po flockfile.po fopen.po fparseln.po fprintf.po fpurge.po fputc.po fputs.po fputwc.po fputws.po fread.po freopen.po fscanf.po fseek.po fseeko.po fsetpos.po ftell.po ftello.po funopen.po fvwrite.po fwalk.po fwide.po fwprintf.po fwrite.po fwscanf.po getc.po getchar.po getdelim.po getline.po gettemp.po getw.po getwc.po getwchar.po makebuf.po mkdtemp.po mkstemp.po mkstemps.po mkostemp.po mkostemps.po perror.po printf.po putc.po putchar.po puts.po putw.po putwc.po putwchar.po refill.po remove.po rewind.po rget.po scanf.po setbuf.po setbuffer.po setvbuf.po snprintf_ss.po sscanf.po stdio.po swprintf.po swscanf.po tmpfile.po ungetc.po ungetwc.po vasprintf.po vdprintf.po vfprintf.po vfscanf.po vfwprintf.po vfwscanf.po vprintf.po vscanf.po vsnprintf.po vsnprintf_ss.po vsscanf.po vswprintf.po vswscanf.po vwprintf.po vwscanf.po wbuf.po wprintf.po wscanf.po wsetup.po fmemopen.po open_memstream.po open_wmemstream.po gets.po vsprintf.po tempnam.po tmpnam.po mktemp.po _env.po _rand48.po a64l.po abort.po atexit.po atof.po atoi.po atol.po atoll.po bsearch.po cxa_thread_atexit.po drand48.po exit.po getenv.po getopt.po getopt_long.po getsubopt.po hcreate.po heapsort.po imaxdiv.po insque.po jrand48.po l64a.po lldiv.po lcong48.po lrand48.po lsearch.po merge.po mi_vector_hash.po mrand48.po nrand48.po putenv.po qabs.po qdiv.po qsort.po posix_openpt.po pty.po quick_exit.po radixsort.po rand.po rand_r.po random.po remque.po reallocarr.po reallocarray.po seed48.po setenv.po srand48.po strsuftoll.po strtoi.po strtou.po strtonum.po strtoimax.po strtol.po strtoll.po strtoq.po strtoul.po strtoull.po strtoumax.po strtouq.po system.po tdelete.po tfind.po tsearch.po twalk.po unsetenv.po strfmon.po imaxdiv.po erand48_ieee754.po jemalloc.po arena.po background_thread.po base.po bin.po bitmap.po ckh.po ctl.po divide.po extent.po extent_dss.po extent_mmap.po hash.po hooks.po large.po log.po malloc_io.po mutex.po mutex_pool.po nstime.po pages.po prng.po prof.po rtree.po stats.po sz.po tcache.po ticker.po tsd.po witness.po abs.po div.po labs.po ldiv.po bm.po stpcpy.po stpncpy.po strcasecmp.po strncasecmp.po strcasestr.po strcoll.po strdup.po strerror.po strerror_ss.po strlcat.po strlcpy.po strnlen.po strmode.po strsignal.po strtok.po strtok_r.po strxfrm.po __strsignal.po strerror_r.po strndup.po stresep.po memrchr.po bcmp.po memcmp.po strcspn.po strncat.po strncpy.po strpbrk.po strsep.po strspn.po strstr.po strnstr.po explicit_memset.po consttime_memequal.po memccpy.po memmem.po strchrnul.po popcount32.po popcount64.po wcscat.po wcschr.po wcscmp.po wcscpy.po wcscspn.po wcslcat.po wcslcpy.po wcslen.po wcsncat.po wcsnlen.po wcscasecmp.po wcsdup.po wcsncasecmp.po wcsncmp.po wcsncpy.po wcspbrk.po wcsrchr.po wcsspn.po wcsstr.po wcstok.po wcswcs.po wmemchr.po wmemcmp.po wmemcpy.po wmemmove.po wmemset.po bcopy.po ffs.po memchr.po memcpy.po memmove.po memset.po strcat.po strchr.po strcmp.po strcpy.po strlen.po strncmp.po strrchr.po swab.po cfgetispeed.po cfgetospeed.po cfmakeraw.po cfsetispeed.po cfsetospeed.po cfsetspeed.po tcdrain.po tcflow.po tcflush.po tcgetattr.po tcgetpgrp.po tcgetwinsize.po tcgetsid.po tcsendbreak.po tcsetattr.po tcsetpgrp.po tcsetwinsize.po __isthreaded.po thread-stub.po thread-stub-init.po asctime.po difftime.po localtime.po getdate.po strftime.po strptime.po tls.po cpuset.po accept4.po clock_getcpuclockid.po eventfd_read.po eventfd_write.po posix_fadvise.po posix_madvise.po ppoll.po sched.po sigqueue.po sigtimedwait.po sigwait.po sigwaitinfo.po statvfs.po swapon.po semctl.po vadvise.po __clone.po __vfork14.po brk.po fork.po pipe.po getcontext.po ptrace.po sbrk.po shmat.po syscall.po __syscall.po __clone.po cerror.po fdiscard.po ftruncate.po lseek.po mmap.po pread.po preadv.po pwrite.po pwritev.po truncate.po ntp_adjtime.po mknodat.po posix_fallocate.po adjtime.po clock_settime.po settimeofday.po __sigaction_siginfo.po __acl_get_link.po __acl_set_link.po __acl_delete_link.po __acl_aclcheck_link.po __acl_get_file.po __acl_set_file.po __acl_get_fd.po __acl_set_fd.po __acl_delete_file.po __acl_delete_fd.po __acl_aclcheck_file.po __acl_aclcheck_fd.po access.po acct.po bind.po chdir.po chflags.po chmod.po chown.po chroot.po clock_getcpuclockid2.po __clock_getres50.po __clock_gettime50.po dup.po dup2.po dup3.po eventfd.po extattrctl.po extattr_delete_fd.po extattr_delete_file.po extattr_delete_link.po extattr_get_fd.po extattr_get_file.po extattr_get_link.po extattr_list_fd.po extattr_list_file.po extattr_list_link.po extattr_set_fd.po extattr_set_file.po extattr_set_link.po setxattr.po getxattr.po listxattr.po removexattr.po lsetxattr.po lgetxattr.po llistxattr.po lremovexattr.po fsetxattr.po fgetxattr.po flistxattr.po fremovexattr.po faccessat.po fchdir.po fchflags.po fchmod.po fchmodat.po fchown.po fchownat.po fchroot.po fexecve.po __fhopen40.po __fhstat50.po __fhstatvfs190.po fktrace.po flock.po fpathconf.po __fstat50.po __fstatvfs190.po fstatat.po __futimes50.po futimens.po __getcwd.po __getdents30.po __getfh30.po __getvfsstat90.po getgroups.po __getitimer50.po __getlogin.po getpeername.po getpgid.po getpgrp.po getpriority.po getrandom.po getrlimit.po __getrusage50.po getsid.po getsockname.po getsockopt.po getsockopt2.po __gettimeofday50.po ioctl.po kqueue.po kqueue1.po ktrace.po _ksem_close.po _ksem_destroy.po _ksem_getvalue.po _ksem_init.po _ksem_post.po _ksem_timedwait.po _ksem_trywait.po _ksem_unlink.po _ksem_wait.po _ksem_open.po lchflags.po lchmod.po lchown.po lfs_bmapv.po lfs_markv.po lfs_segclean.po lpathconf.po __lfs_segwait50.po link.po linkat.po listen.po __lstat50.po __lutimes50.po _lwp_create.po _lwp_exit.po _lwp_kill.po ___lwp_park60.po _lwp_self.po _lwp_wait.po _lwp_unpark.po _lwp_unpark_all.po _lwp_suspend.po _lwp_continue.po _lwp_wakeup.po _lwp_detach.po _lwp_setprivate.po _lwp_setname.po _lwp_getname.po _lwp_ctl.po madvise.po mincore.po minherit.po mkdir.po mkdirat.po mkfifo.po mkfifoat.po __mknod50.po mlock.po mlockall.po modctl.po __mount50.po mprotect.po __msgctl50.po msgget.po munlock.po munlockall.po munmap.po nfssvc.po __ntp_gettime50.po pathconf.po pipe2.po __posix_chown.po __posix_fchown.po __posix_lchown.po __posix_rename.po profil.po __quotactl.po rasctl.po readlinkat.po reboot.po rename.po renameat.po revoke.po rmdir.po semconfig.po semget.po semop.po setegid.po seteuid.po setgid.po setgroups.po __setitimer50.po __setlogin.po setpgid.po setpriority.po setregid.po setreuid.po setrlimit.po setsid.po setsockopt.po setuid.po __shmctl50.po shmdt.po shmget.po shutdown.po sigqueueinfo.po __sigaltstack14.po __sigpending14.po __sigaction_sigtramp.po ____sigtimedwait50.po __socket30.po socketpair.po __stat50.po __statvfs190.po swapctl.po symlink.po symlinkat.po __sysctl.po timer_create.po timer_delete.po __timer_gettime50.po timer_getoverrun.po ____semctl50.po __timer_settime50.po timerfd_create.po timerfd_gettime.po timerfd_settime.po umask.po undelete.po unlink.po unlinkat.po unmount.po __utimes50.po utimensat.po utrace.po uuidgen.po tmp__lwp_getprivate.po tmp_mremap.po accept.po __aio_suspend50.po clock_nanosleep.po close.po connect.po execve.po fcntl.po fdatasync.po fsync.po fsync_range.po __kevent50.po kill.po mq_receive.po mq_send.po __mq_timedreceive50.po __mq_timedsend50.po msgrcv.po msgsnd.po __msync13.po __nanosleep50.po open.po openat.po paccept.po poll.po __pollts50.po __pselect50.po read.po readlink.po readv.po recvfrom.po recvmmsg.po recvmsg.po _sched_setparam.po _sched_getparam.po _sched_setaffinity.po _sched_getaffinity.po sched_yield.po _sched_protect.po __select50.po sendmmsg.po sendmsg.po sendto.po setcontext.po __sigprocmask14.po __sigsuspend14.po sysarch.po __wait450.po wait6.po write.po writev.po getegid.po geteuid.po getgid.po getpid.po getppid.po getuid.po issetugid.po posix_spawn.po sync.po __posix_fadvise50.po _exit.po tmp_fdiscard.po tmp_ftruncate.po tmp_lseek.po tmp_mmap.po tmp_pread.po tmp_preadv.po tmp_pwrite.po tmp_pwritev.po tmp_truncate.po tmp_ntp_adjtime.po tmp_mknodat.po tmp___adjtime50.po tmp___clock_settime50.po tmp___settimeofday50.po tmp_posix_fallocate.po uuid_compare.po uuid_create.po uuid_create_nil.po uuid_equal.po uuid_from_string.po uuid_hash.po uuid_is_nil.po uuid_stream.po uuid_to_string.po xdryp.po yp_all.po yp_first.po yp_maplist.po yp_master.po yp_match.po yp_order.po yplib.po yperr_string.po ypprot_err.po InstrProfilingRuntime.po.tmp __sigtramp2.po.tmp compat_ndbmdatum.po.tmp compat_setlocale1.po.tmp compat_setlocale32.po.tmp compat_errlist.po.tmp compat_fts.po.tmp compat___fts13.po.tmp compat___fts30.po.tmp compat___fts31.po.tmp compat_getmntinfo.po.tmp compat_glob.po.tmp compat___glob13.po.tmp compat_opendir.po.tmp compat_readdir.po.tmp compat__readdir_unlocked30.po.tmp compat_scandir.po.tmp compat_siglist.po.tmp compat_signame.po.tmp compat_sigsetops.po.tmp compat_times.po.tmp compat_timezone.po.tmp compat_unvis.po.tmp compat_utmpx.po.tmp compat_time.po.tmp compat_utime.po.tmp compat_devname.po.tmp compat_alphasort.po.tmp compat_getpwent.po.tmp compat___fts32.po.tmp compat_utmp.po.tmp compat___fts50.po.tmp compat___unvis13.po.tmp compat_syslog.po.tmp compat_alloca.po.tmp compat___getmntinfo13.po.tmp __cmsg_alignbytes.po.tmp compat_ns_addr.po.tmp compat_ns_ntoa.po.tmp compat_pmap_rmtcall.po.tmp compat_rpcb.po.tmp compat_fgetpos.po.tmp compat_fsetpos.po.tmp compat_putenv.po.tmp compat_random.po.tmp compat_unsetenv.po.tmp compat_getdents.po.tmp compat_getdirentries.po.tmp compat_msync.po.tmp compat_ntp_gettime.po.tmp compat_sched.po.tmp compat_semctl.po.tmp compat_sigaltstack.po.tmp compat_stat.po.tmp compat___stat13.po.tmp compat_statfs.po.tmp compat_statvfs.po.tmp compat_socket.po.tmp compat_getfh.po.tmp compat_fhopen.po.tmp compat___fhstat30.po.tmp compat_fhstatvfs.po.tmp compat_fhstatvfs1.po.tmp compat_mount.po.tmp compat_getrusage.po.tmp compat_gettimeofday.po.tmp compat_utimes.po.tmp compat_wait4.po.tmp compat_sigtimedwait.po.tmp compat_settimeofday.po.tmp compat_timer.po.tmp compat_clock.po.tmp compat_itimer.po.tmp compat_select.po.tmp compat_nanosleep.po.tmp compat___stat30.po.tmp compat_aio_suspend.po.tmp compat_adjtime.po.tmp compat_mknod.po.tmp compat_mqueue.po.tmp compat__lwp_park.po.tmp compat_lfs_segwait.po.tmp compat_kevent.po.tmp compat___ntp_gettime30.po.tmp compat___semctl13.po.tmp compat___shmctl13.po.tmp compat___msgctl13.po.tmp compat___lwp_park50.po.tmp compat___fhstatvfs140.po.tmp compat___fhstatvfs40.po.tmp compat___sigaction14_sigtramp.po.tmp compat_localtime.po.tmp compat_difftime.po.tmp compat_frexp_ieee754.po.tmp compat_ldexp_ieee754.po.tmp compat_modf_ieee754.po.tmp compat_Ovfork.po.tmp compat___semctl.po.tmp compat___sigreturn14.po.tmp compat_msgctl.po.tmp compat_shmctl.po.tmp compat_sigaction.po.tmp compat_sigpending.po.tmp compat_sigprocmask.po.tmp compat_sigreturn.po.tmp compat_sigsuspend.po.tmp compat_quotactl.po.tmp atomic.po.tmp atomic_init_cas.po.tmp cdbr.po.tmp cdbw.po.tmp bt_close.po.tmp bt_conv.po.tmp bt_debug.po.tmp bt_delete.po.tmp bt_get.po.tmp bt_open.po.tmp bt_overflow.po.tmp bt_page.po.tmp bt_put.po.tmp bt_search.po.tmp bt_seq.po.tmp bt_split.po.tmp bt_utils.po.tmp db.po.tmp dbfile.po.tmp hash.po.tmp hash_bigkey.po.tmp hash_buf.po.tmp hash_func.po.tmp hash_log2.po.tmp hash_page.po.tmp ndbmdatum.po.tmp ndbm.po.tmp mpool.po.tmp rec_close.po.tmp rec_delete.po.tmp rec_get.po.tmp rec_open.po.tmp rec_put.po.tmp rec_search.po.tmp rec_seq.po.tmp rec_utils.po.tmp citrus_bcs.po.tmp citrus_bcs_strtol.po.tmp citrus_bcs_strtoul.po.tmp --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_g.a || true) --- cleandir-lib --- citrus_csmapper.po.tmp citrus_ctype.po.tmp citrus_ctype_fallback.po.tmp citrus_db.po.tmp citrus_db_hash.po.tmp citrus_esdb.po.tmp citrus_hash.po.tmp citrus_iconv.po.tmp citrus_lookup.po.tmp citrus_mapper.po.tmp citrus_memstream.po.tmp citrus_mmap.po.tmp citrus_module.po.tmp citrus_none.po.tmp citrus_stdenc.po.tmp citrus_lc_ctype.po.tmp citrus_lc_monetary.po.tmp citrus_lc_numeric.po.tmp citrus_lc_time.po.tmp citrus_lc_messages.po.tmp creat.po.tmp getdtablesize.po.tmp gethostid.po.tmp killpg.po.tmp sethostid.po.tmp setpgrp.po.tmp setrgid.po.tmp setruid.po.tmp sigcompat.po.tmp getwd.po.tmp absvsi2.po.tmp absvti2.po.tmp addvsi3.po.tmp addvti3.po.tmp ashlti3.po.tmp ashrti3.po.tmp clzti2.po.tmp cmpti2.po.tmp ctzti2.po.tmp divti3.po.tmp ffsti2.po.tmp fixsfdi.po.tmp fixdfdi.po.tmp fixunsdfdi.po.tmp fixunsdfsi.po.tmp fixunssfdi.po.tmp fixunssfsi.po.tmp fixunsxfdi.po.tmp fixunsxfsi.po.tmp int_util.po.tmp lshrti3.po.tmp modti3.po.tmp muldc3.po.tmp mulosi4.po.tmp muloti4.po.tmp multi3.po.tmp mulvsi3.po.tmp mulvti3.po.tmp negti2.po.tmp negvsi2.po.tmp negvti2.po.tmp paritysi2.po.tmp parityti2.po.tmp popcountsi2.po.tmp popcountti2.po.tmp subvsi3.po.tmp subvti3.po.tmp ucmpti2.po.tmp udivmodti4.po.tmp udivti3.po.tmp umodti3.po.tmp floatdidf.po.tmp floatdisf.po.tmp floatdixf.po.tmp floatundidf.po.tmp floatundisf.po.tmp floatundixf.po.tmp negdf2.po.tmp negsf2.po.tmp powidf2.po.tmp powisf2.po.tmp powitf2.po.tmp powixf2.po.tmp fixxfdi.po.tmp fixunsdfti.po.tmp fixunssfti.po.tmp fixunsxfti.po.tmp fixxfti.po.tmp floattidf.po.tmp floattisf.po.tmp floattixf.po.tmp floatuntidf.po.tmp floatuntisf.po.tmp floatuntixf.po.tmp clzsi2.po.tmp ctzsi2.po.tmp divmodsi4.po.tmp divsi3.po.tmp modsi3.po.tmp udivmodsi4.po.tmp umodsi3.po.tmp udivsi3.po.tmp absvdi2.po.tmp addvdi3.po.tmp mulodi4.po.tmp mulvdi3.po.tmp negvdi2.po.tmp paritydi2.po.tmp popcountdi2.po.tmp subvdi3.po.tmp clzdi2.po.tmp ctzdi2.po.tmp ffsdi2.po.tmp GCDAProfiling.po.tmp InstrProfiling.po.tmp InstrProfilingBuffer.po.tmp InstrProfilingFile.po.tmp InstrProfilingPlatformLinux.po.tmp InstrProfilingUtil.po.tmp InstrProfilingValue.po.tmp InstrProfilingWriter.po.tmp dlfcn_elf.po.tmp strtof.po.tmp strtold_px.po.tmp strtopx.po.tmp strtod.po.tmp dtoa.po.tmp ldtoa.po.tmp hdtoa.po.tmp gdtoa.po.tmp gdtoa_locks.po.tmp dmisc.po.tmp gethex.po.tmp gmisc.po.tmp hd_init.po.tmp hexnan.po.tmp misc.po.tmp smisc.po.tmp strtodg.po.tmp sum.po.tmp ulp.po.tmp strtord.po.tmp _errno.po.tmp daemon.po.tmp alarm.po.tmp alphasort.po.tmp arc4random.po.tmp assert.po.tmp asysctl.po.tmp basename.po.tmp clock.po.tmp closedir.po.tmp closefrom.po.tmp confstr.po.tmp ctermid.po.tmp ctype_.po.tmp dehumanize_number.po.tmp devname.po.tmp dirname.po.tmp disklabel.po.tmp err.po.tmp errx.po.tmp errc.po.tmp errlist.po.tmp errno.po.tmp execl.po.tmp execle.po.tmp execlp.po.tmp execv.po.tmp execvp.po.tmp exect.po.tmp extattr.po.tmp fmtcheck.po.tmp fmtmsg.po.tmp fnmatch.po.tmp fstab.po.tmp ftok.po.tmp fts.po.tmp ftw.po.tmp getbsize.po.tmp getcap.po.tmp getcwd.po.tmp getdevmajor.po.tmp getdomainname.po.tmp getentropy.po.tmp getgrent.po.tmp getgrouplist.po.tmp getgroupmembership.po.tmp gethostname.po.tmp getloadavg.po.tmp getlogin.po.tmp getmntinfo.po.tmp getnetgrent.po.tmp getpagesize.po.tmp getpass.po.tmp getprogname.po.tmp getpwent.po.tmp getttyent.po.tmp getusershell.po.tmp glob.po.tmp humanize_number.po.tmp initdir.po.tmp initgroups.po.tmp isascii.po.tmp isatty.po.tmp isctype.po.tmp lockf.po.tmp nftw.po.tmp nice.po.tmp nlist.po.tmp nlist_aout.po.tmp nlist_coff.po.tmp nlist_ecoff.po.tmp nlist_elf32.po.tmp nlist_elf64.po.tmp opendir.po.tmp pause.po.tmp popen.po.tmp posix_spawn_sched.po.tmp posix_spawn_fileactions.po.tmp posix_spawnp.po.tmp psignal.po.tmp pthread_atfork.po.tmp ptree.po.tmp pwcache.po.tmp pw_scan.po.tmp raise.po.tmp randomid.po.tmp rb.po.tmp readdir.po.tmp rewinddir.po.tmp scandir.po.tmp seekdir.po.tmp setdomainname.po.tmp sethostname.po.tmp setjmperr.po.tmp setmode.po.tmp setproctitle.po.tmp setprogname.po.tmp shquote.po.tmp shquotev.po.tmp sighold.po.tmp sigignore.po.tmp siginterrupt.po.tmp siglist.po.tmp signal.po.tmp signalname.po.tmp signalnext.po.tmp signalnumber.po.tmp signame.po.tmp sigrelse.po.tmp sigset.po.tmp sigsetops.po.tmp sleep.po.tmp stringlist.po.tmp sysconf.po.tmp sysctl.po.tmp sysctlbyname.po.tmp sysctlgetmibinfo.po.tmp sysctlnametomib.po.tmp syslog.po.tmp syslog_ss.po.tmp telldir.po.tmp time.po.tmp timespec_get.po.tmp times.po.tmp toascii.po.tmp tolower_.po.tmp ttyname.po.tmp ttyslot.po.tmp toupper_.po.tmp ualarm.po.tmp ulimit.po.tmp uname.po.tmp unvis.po.tmp usleep.po.tmp utime.po.tmp utimens.po.tmp utmp.po.tmp utmpx.po.tmp valloc.po.tmp vis.po.tmp wait.po.tmp wait3.po.tmp waitid.po.tmp waitpid.po.tmp warn.po.tmp warnx.po.tmp warnc.po.tmp wordexp.po.tmp xsyslog.po.tmp vwarn.po.tmp vwarnx.po.tmp vwarnc.po.tmp verr.po.tmp verrx.po.tmp verrc.po.tmp alloca.po.tmp byte_swap_2.po.tmp byte_swap_4.po.tmp byte_swap_8.po.tmp fabs.po.tmp flt_rounds.po.tmp fpgetmask.po.tmp fpgetround.po.tmp fpgetsticky.po.tmp fpsetmask.po.tmp fpsetround.po.tmp fpsetsticky.po.tmp fpgetprec.po.tmp fpsetprec.po.tmp __setjmp14.po.tmp _setjmp.po.tmp __sigsetjmp14.po.tmp resumecontext.po.tmp swapcontext.po.tmp _lwp.po.tmp makecontext.po.tmp infinityf_ieee754.po.tmp infinity_ieee754.po.tmp fpclassifyf_ieee754.po.tmp fpclassifyd_ieee754.po.tmp isfinitef_ieee754.po.tmp isfinited_ieee754.po.tmp isinff_ieee754.po.tmp isinfd_ieee754.po.tmp isnanf_ieee754.po.tmp isnand_ieee754.po.tmp signbitf_ieee754.po.tmp signbitd_ieee754.po.tmp signbitl_ieee754.po.tmp nanf.po.tmp infinityl.po.tmp fpclassifyl.po.tmp isfinitel.po.tmp isinfl.po.tmp isnanl.po.tmp gmon.po.tmp mcount.po.tmp hmac.po.tmp md2.po.tmp md2hl.po.tmp rmd160.po.tmp rmd160hl.po.tmp sha1.po.tmp sha1hl.po.tmp sha2.po.tmp sha224hl.po.tmp sha256hl.po.tmp sha384hl.po.tmp sha512hl.po.tmp keccak.po.tmp sha3.po.tmp murmurhash.po.tmp iconv.po.tmp inet_addr.po.tmp inet_cidr_ntop.po.tmp inet_cidr_pton.po.tmp inet_lnaof.po.tmp inet_makeaddr.po.tmp inet_net_ntop.po.tmp inet_net_pton.po.tmp inet_neta.po.tmp inet_netof.po.tmp inet_network.po.tmp inet_ntoa.po.tmp inet_ntop.po.tmp inet_pton.po.tmp nsap_addr.po.tmp assertions.po.tmp ev_timers.po.tmp ev_streams.po.tmp setlocale.po.tmp __mb_cur_max.po.tmp duplocale.po.tmp global_locale.po.tmp fix_grouping.po.tmp freelocale.po.tmp localeconv.po.tmp newlocale.po.tmp nl_langinfo.po.tmp generic_lc_all.po.tmp dummy_lc_collate.po.tmp wcstol.po.tmp wcstoll.po.tmp wcstoimax.po.tmp wcstoul.po.tmp wcstoull.po.tmp wcstoumax.po.tmp wcstod.po.tmp wcstof.po.tmp wcstold.po.tmp wcscoll.po.tmp wcsxfrm.po.tmp wcsftime.po.tmp _wctrans.po.tmp _wctype.po.tmp rune.po.tmp runetable.po.tmp multibyte_c90.po.tmp multibyte_amd1.po.tmp iswctype_mb.po.tmp md4c.po.tmp md5c.po.tmp md4hl.po.tmp md5hl.po.tmp initfini.po.tmp stack_protector.po.tmp base64.po.tmp ethers.po.tmp gethnamaddr.po.tmp getifaddrs.po.tmp getnetnamadr.po.tmp getnetent.po.tmp getpeereid.po.tmp getprotobyname.po.tmp getprotobynumber.po.tmp getprotoent.po.tmp getprotobyname_r.po.tmp getprotobynumber_r.po.tmp getprotoent_r.po.tmp getservbyname.po.tmp getservbyport.po.tmp getservent.po.tmp getservbyname_r.po.tmp getservbyport_r.po.tmp getservent_r.po.tmp iso_addr.po.tmp linkaddr.po.tmp nsdispatch.po.tmp nslexer.po.tmp nsparser.po.tmp nsap_addr.po.tmp rcmd.po.tmp recv.po.tmp send.po.tmp sethostent.po.tmp sctp_sys_calls.po.tmp sockatmark.po.tmp hesiod.po.tmp getaddrinfo.po.tmp getnameinfo.po.tmp ip6opt.po.tmp rthdr.po.tmp inet6_scopeid.po.tmp vars6.po.tmp if_indextoname.po.tmp if_nameindex.po.tmp if_nametoindex.po.tmp ns_name.po.tmp ns_netint.po.tmp ns_parse.po.tmp ns_print.po.tmp ns_samedomain.po.tmp ns_ttl.po.tmp catclose.po.tmp catgets.po.tmp catopen.po.tmp acl_branding.po.tmp acl_calc_mask.po.tmp acl_copy.po.tmp acl_delete.po.tmp acl_delete_entry.po.tmp acl_entry.po.tmp acl_flag.po.tmp acl_free.po.tmp acl_from_text.po.tmp acl_from_text_nfs4.po.tmp acl_get.po.tmp acl_id_to_name.po.tmp acl_init.po.tmp acl_perm.po.tmp acl_set.po.tmp acl_strip.po.tmp acl_support.po.tmp acl_support_nfs4.po.tmp acl_to_text.po.tmp acl_to_text_nfs4.po.tmp acl_valid.po.tmp subr_acl_nfs4.po.tmp regcomp.po.tmp regerror.po.tmp regexec.po.tmp regfree.po.tmp regsub.po.tmp h_errno.po.tmp herror.po.tmp res_comp.po.tmp res_data.po.tmp res_debug.po.tmp res_init.po.tmp res_mkquery.po.tmp res_query.po.tmp res_send.po.tmp res_state.po.tmp mtctxres.po.tmp res_compat.po.tmp auth_none.po.tmp auth_unix.po.tmp authunix_prot.po.tmp bindresvport.po.tmp clnt_bcast.po.tmp clnt_dg.po.tmp clnt_generic.po.tmp clnt_perror.po.tmp clnt_raw.po.tmp clnt_simple.po.tmp clnt_vc.po.tmp rpc_dtablesize.po.tmp getnetconfig.po.tmp getnetpath.po.tmp getrpcent.po.tmp getrpcport.po.tmp mt_misc.po.tmp pmap_clnt.po.tmp pmap_getmaps.po.tmp pmap_getport.po.tmp pmap_prot.po.tmp pmap_prot2.po.tmp pmap_rmt.po.tmp rpc_prot.po.tmp rpc_commondata.po.tmp rpc_callmsg.po.tmp rpc_generic.po.tmp rpc_soc.po.tmp rpcb_clnt.po.tmp rpcb_prot.po.tmp rpcb_st_xdr.po.tmp svc.po.tmp svc_auth.po.tmp svc_dg.po.tmp svc_auth_unix.po.tmp svc_generic.po.tmp svc_raw.po.tmp svc_run.po.tmp svc_simple.po.tmp svc_vc.po.tmp svc_fdset.po.tmp xdr.po.tmp xdr_array.po.tmp xdr_float.po.tmp xdr_mem.po.tmp xdr_rec.po.tmp xdr_reference.po.tmp xdr_stdio.po.tmp xdr_sizeof.po.tmp __rpc_getxid.po.tmp gets_chk.po.tmp fgets_chk.po.tmp memcpy_chk.po.tmp memmove_chk.po.tmp memset_chk.po.tmp snprintf_chk.po.tmp sprintf_chk.po.tmp stpcpy_chk.po.tmp stpncpy_chk.po.tmp strcat_chk.po.tmp strcpy_chk.po.tmp strncat_chk.po.tmp strncpy_chk.po.tmp vsnprintf_chk.po.tmp vsprintf_chk.po.tmp clrerr.po.tmp dprintf.po.tmp fclose.po.tmp fdopen.po.tmp feof.po.tmp ferror.po.tmp fflush.po.tmp fgetc.po.tmp fgetln.po.tmp fgetpos.po.tmp fgets.po.tmp fgetstr.po.tmp fgetwc.po.tmp fgetwln.po.tmp fgetws.po.tmp fileno.po.tmp findfp.po.tmp flags.po.tmp flockfile.po.tmp fopen.po.tmp fparseln.po.tmp fprintf.po.tmp fpurge.po.tmp fputc.po.tmp fputs.po.tmp fputwc.po.tmp fputws.po.tmp fread.po.tmp freopen.po.tmp fscanf.po.tmp fseek.po.tmp fseeko.po.tmp fsetpos.po.tmp ftell.po.tmp ftello.po.tmp funopen.po.tmp fvwrite.po.tmp fwalk.po.tmp fwide.po.tmp fwprintf.po.tmp fwrite.po.tmp fwscanf.po.tmp getc.po.tmp getchar.po.tmp getdelim.po.tmp getline.po.tmp gettemp.po.tmp getw.po.tmp getwc.po.tmp getwchar.po.tmp makebuf.po.tmp mkdtemp.po.tmp mkstemp.po.tmp mkstemps.po.tmp mkostemp.po.tmp mkostemps.po.tmp perror.po.tmp printf.po.tmp putc.po.tmp putchar.po.tmp puts.po.tmp putw.po.tmp putwc.po.tmp putwchar.po.tmp refill.po.tmp remove.po.tmp rewind.po.tmp rget.po.tmp scanf.po.tmp setbuf.po.tmp setbuffer.po.tmp setvbuf.po.tmp snprintf_ss.po.tmp sscanf.po.tmp stdio.po.tmp swprintf.po.tmp swscanf.po.tmp tmpfile.po.tmp ungetc.po.tmp ungetwc.po.tmp vasprintf.po.tmp vdprintf.po.tmp vfprintf.po.tmp vfscanf.po.tmp vfwprintf.po.tmp vfwscanf.po.tmp vprintf.po.tmp vscanf.po.tmp vsnprintf.po.tmp vsnprintf_ss.po.tmp vsscanf.po.tmp vswprintf.po.tmp vswscanf.po.tmp vwprintf.po.tmp vwscanf.po.tmp wbuf.po.tmp wprintf.po.tmp wscanf.po.tmp wsetup.po.tmp fmemopen.po.tmp open_memstream.po.tmp open_wmemstream.po.tmp gets.po.tmp vsprintf.po.tmp tempnam.po.tmp tmpnam.po.tmp mktemp.po.tmp _env.po.tmp _rand48.po.tmp a64l.po.tmp abort.po.tmp atexit.po.tmp atof.po.tmp atoi.po.tmp atol.po.tmp atoll.po.tmp bsearch.po.tmp cxa_thread_atexit.po.tmp drand48.po.tmp exit.po.tmp getenv.po.tmp getopt.po.tmp getopt_long.po.tmp getsubopt.po.tmp hcreate.po.tmp heapsort.po.tmp imaxdiv.po.tmp insque.po.tmp jrand48.po.tmp l64a.po.tmp lldiv.po.tmp lcong48.po.tmp lrand48.po.tmp lsearch.po.tmp merge.po.tmp mi_vector_hash.po.tmp mrand48.po.tmp nrand48.po.tmp putenv.po.tmp qabs.po.tmp qdiv.po.tmp qsort.po.tmp posix_openpt.po.tmp pty.po.tmp quick_exit.po.tmp radixsort.po.tmp rand.po.tmp rand_r.po.tmp random.po.tmp remque.po.tmp reallocarr.po.tmp reallocarray.po.tmp seed48.po.tmp setenv.po.tmp srand48.po.tmp strsuftoll.po.tmp strtoi.po.tmp strtou.po.tmp strtonum.po.tmp strtoimax.po.tmp strtol.po.tmp strtoll.po.tmp strtoq.po.tmp strtoul.po.tmp strtoull.po.tmp strtoumax.po.tmp strtouq.po.tmp system.po.tmp tdelete.po.tmp tfind.po.tmp tsearch.po.tmp twalk.po.tmp unsetenv.po.tmp strfmon.po.tmp imaxdiv.po.tmp erand48_ieee754.po.tmp jemalloc.po.tmp arena.po.tmp background_thread.po.tmp base.po.tmp bin.po.tmp bitmap.po.tmp ckh.po.tmp ctl.po.tmp divide.po.tmp extent.po.tmp extent_dss.po.tmp extent_mmap.po.tmp hash.po.tmp hooks.po.tmp large.po.tmp log.po.tmp malloc_io.po.tmp mutex.po.tmp mutex_pool.po.tmp nstime.po.tmp pages.po.tmp prng.po.tmp prof.po.tmp rtree.po.tmp stats.po.tmp sz.po.tmp tcache.po.tmp ticker.po.tmp tsd.po.tmp witness.po.tmp abs.po.tmp div.po.tmp labs.po.tmp ldiv.po.tmp bm.po.tmp stpcpy.po.tmp stpncpy.po.tmp strcasecmp.po.tmp strncasecmp.po.tmp strcasestr.po.tmp strcoll.po.tmp strdup.po.tmp strerror.po.tmp strerror_ss.po.tmp strlcat.po.tmp strlcpy.po.tmp strnlen.po.tmp strmode.po.tmp strsignal.po.tmp strtok.po.tmp strtok_r.po.tmp strxfrm.po.tmp __strsignal.po.tmp strerror_r.po.tmp strndup.po.tmp stresep.po.tmp memrchr.po.tmp bcmp.po.tmp memcmp.po.tmp strcspn.po.tmp strncat.po.tmp strncpy.po.tmp strpbrk.po.tmp strsep.po.tmp strspn.po.tmp strstr.po.tmp strnstr.po.tmp explicit_memset.po.tmp consttime_memequal.po.tmp memccpy.po.tmp memmem.po.tmp strchrnul.po.tmp popcount32.po.tmp popcount64.po.tmp wcscat.po.tmp wcschr.po.tmp wcscmp.po.tmp wcscpy.po.tmp wcscspn.po.tmp wcslcat.po.tmp wcslcpy.po.tmp wcslen.po.tmp wcsncat.po.tmp wcsnlen.po.tmp wcscasecmp.po.tmp wcsdup.po.tmp wcsncasecmp.po.tmp wcsncmp.po.tmp wcsncpy.po.tmp wcspbrk.po.tmp wcsrchr.po.tmp wcsspn.po.tmp wcsstr.po.tmp wcstok.po.tmp wcswcs.po.tmp wmemchr.po.tmp wmemcmp.po.tmp wmemcpy.po.tmp wmemmove.po.tmp wmemset.po.tmp bcopy.po.tmp ffs.po.tmp memchr.po.tmp memcpy.po.tmp memmove.po.tmp memset.po.tmp strcat.po.tmp strchr.po.tmp strcmp.po.tmp strcpy.po.tmp strlen.po.tmp strncmp.po.tmp strrchr.po.tmp swab.po.tmp cfgetispeed.po.tmp cfgetospeed.po.tmp cfmakeraw.po.tmp cfsetispeed.po.tmp cfsetospeed.po.tmp cfsetspeed.po.tmp tcdrain.po.tmp tcflow.po.tmp tcflush.po.tmp tcgetattr.po.tmp tcgetpgrp.po.tmp tcgetwinsize.po.tmp tcgetsid.po.tmp tcsendbreak.po.tmp tcsetattr.po.tmp tcsetpgrp.po.tmp tcsetwinsize.po.tmp __isthreaded.po.tmp thread-stub.po.tmp thread-stub-init.po.tmp asctime.po.tmp difftime.po.tmp localtime.po.tmp getdate.po.tmp strftime.po.tmp strptime.po.tmp tls.po.tmp cpuset.po.tmp accept4.po.tmp clock_getcpuclockid.po.tmp eventfd_read.po.tmp eventfd_write.po.tmp posix_fadvise.po.tmp posix_madvise.po.tmp ppoll.po.tmp sched.po.tmp sigqueue.po.tmp sigtimedwait.po.tmp sigwait.po.tmp sigwaitinfo.po.tmp statvfs.po.tmp swapon.po.tmp semctl.po.tmp vadvise.po.tmp __clone.po.tmp __vfork14.po.tmp brk.po.tmp fork.po.tmp pipe.po.tmp getcontext.po.tmp ptrace.po.tmp sbrk.po.tmp shmat.po.tmp syscall.po.tmp __syscall.po.tmp __clone.po.tmp cerror.po.tmp fdiscard.po.tmp ftruncate.po.tmp lseek.po.tmp mmap.po.tmp pread.po.tmp preadv.po.tmp pwrite.po.tmp pwritev.po.tmp truncate.po.tmp ntp_adjtime.po.tmp mknodat.po.tmp posix_fallocate.po.tmp adjtime.po.tmp clock_settime.po.tmp settimeofday.po.tmp __sigaction_siginfo.po.tmp __acl_get_link.po.tmp __acl_set_link.po.tmp __acl_delete_link.po.tmp __acl_aclcheck_link.po.tmp __acl_get_file.po.tmp __acl_set_file.po.tmp __acl_get_fd.po.tmp __acl_set_fd.po.tmp __acl_delete_file.po.tmp __acl_delete_fd.po.tmp __acl_aclcheck_file.po.tmp __acl_aclcheck_fd.po.tmp access.po.tmp acct.po.tmp bind.po.tmp chdir.po.tmp chflags.po.tmp chmod.po.tmp chown.po.tmp chroot.po.tmp clock_getcpuclockid2.po.tmp __clock_getres50.po.tmp __clock_gettime50.po.tmp dup.po.tmp dup2.po.tmp dup3.po.tmp eventfd.po.tmp extattrctl.po.tmp extattr_delete_fd.po.tmp extattr_delete_file.po.tmp extattr_delete_link.po.tmp extattr_get_fd.po.tmp extattr_get_file.po.tmp extattr_get_link.po.tmp extattr_list_fd.po.tmp extattr_list_file.po.tmp extattr_list_link.po.tmp extattr_set_fd.po.tmp extattr_set_file.po.tmp extattr_set_link.po.tmp setxattr.po.tmp getxattr.po.tmp listxattr.po.tmp removexattr.po.tmp lsetxattr.po.tmp lgetxattr.po.tmp llistxattr.po.tmp lremovexattr.po.tmp fsetxattr.po.tmp fgetxattr.po.tmp flistxattr.po.tmp fremovexattr.po.tmp faccessat.po.tmp fchdir.po.tmp fchflags.po.tmp fchmod.po.tmp fchmodat.po.tmp fchown.po.tmp fchownat.po.tmp fchroot.po.tmp fexecve.po.tmp __fhopen40.po.tmp __fhstat50.po.tmp __fhstatvfs190.po.tmp fktrace.po.tmp flock.po.tmp fpathconf.po.tmp __fstat50.po.tmp __fstatvfs190.po.tmp fstatat.po.tmp __futimes50.po.tmp futimens.po.tmp __getcwd.po.tmp __getdents30.po.tmp __getfh30.po.tmp __getvfsstat90.po.tmp getgroups.po.tmp __getitimer50.po.tmp __getlogin.po.tmp getpeername.po.tmp getpgid.po.tmp getpgrp.po.tmp getpriority.po.tmp getrandom.po.tmp getrlimit.po.tmp __getrusage50.po.tmp getsid.po.tmp getsockname.po.tmp getsockopt.po.tmp getsockopt2.po.tmp __gettimeofday50.po.tmp ioctl.po.tmp kqueue.po.tmp kqueue1.po.tmp ktrace.po.tmp _ksem_close.po.tmp _ksem_destroy.po.tmp _ksem_getvalue.po.tmp _ksem_init.po.tmp _ksem_post.po.tmp _ksem_timedwait.po.tmp _ksem_trywait.po.tmp _ksem_unlink.po.tmp _ksem_wait.po.tmp _ksem_open.po.tmp lchflags.po.tmp lchmod.po.tmp lchown.po.tmp lfs_bmapv.po.tmp lfs_markv.po.tmp lfs_segclean.po.tmp lpathconf.po.tmp __lfs_segwait50.po.tmp link.po.tmp linkat.po.tmp listen.po.tmp __lstat50.po.tmp __lutimes50.po.tmp _lwp_create.po.tmp _lwp_exit.po.tmp _lwp_kill.po.tmp ___lwp_park60.po.tmp _lwp_self.po.tmp _lwp_wait.po.tmp _lwp_unpark.po.tmp _lwp_unpark_all.po.tmp _lwp_suspend.po.tmp _lwp_continue.po.tmp _lwp_wakeup.po.tmp _lwp_detach.po.tmp _lwp_setprivate.po.tmp _lwp_setname.po.tmp _lwp_getname.po.tmp _lwp_ctl.po.tmp madvise.po.tmp mincore.po.tmp minherit.po.tmp mkdir.po.tmp mkdirat.po.tmp mkfifo.po.tmp mkfifoat.po.tmp __mknod50.po.tmp mlock.po.tmp mlockall.po.tmp modctl.po.tmp __mount50.po.tmp mprotect.po.tmp __msgctl50.po.tmp msgget.po.tmp munlock.po.tmp munlockall.po.tmp munmap.po.tmp nfssvc.po.tmp __ntp_gettime50.po.tmp pathconf.po.tmp pipe2.po.tmp __posix_chown.po.tmp __posix_fchown.po.tmp __posix_lchown.po.tmp __posix_rename.po.tmp profil.po.tmp __quotactl.po.tmp rasctl.po.tmp readlinkat.po.tmp reboot.po.tmp rename.po.tmp renameat.po.tmp revoke.po.tmp rmdir.po.tmp semconfig.po.tmp semget.po.tmp semop.po.tmp setegid.po.tmp seteuid.po.tmp setgid.po.tmp setgroups.po.tmp __setitimer50.po.tmp __setlogin.po.tmp setpgid.po.tmp setpriority.po.tmp setregid.po.tmp setreuid.po.tmp setrlimit.po.tmp setsid.po.tmp setsockopt.po.tmp setuid.po.tmp __shmctl50.po.tmp shmdt.po.tmp shmget.po.tmp shutdown.po.tmp sigqueueinfo.po.tmp __sigaltstack14.po.tmp __sigpending14.po.tmp __sigaction_sigtramp.po.tmp ____sigtimedwait50.po.tmp __socket30.po.tmp socketpair.po.tmp __stat50.po.tmp __statvfs190.po.tmp swapctl.po.tmp symlink.po.tmp symlinkat.po.tmp __sysctl.po.tmp timer_create.po.tmp timer_delete.po.tmp __timer_gettime50.po.tmp timer_getoverrun.po.tmp ____semctl50.po.tmp __timer_settime50.po.tmp timerfd_create.po.tmp timerfd_gettime.po.tmp timerfd_settime.po.tmp umask.po.tmp undelete.po.tmp unlink.po.tmp unlinkat.po.tmp unmount.po.tmp __utimes50.po.tmp utimensat.po.tmp utrace.po.tmp uuidgen.po.tmp tmp__lwp_getprivate.po.tmp tmp_mremap.po.tmp accept.po.tmp __aio_suspend50.po.tmp clock_nanosleep.po.tmp close.po.tmp connect.po.tmp execve.po.tmp fcntl.po.tmp fdatasync.po.tmp fsync.po.tmp fsync_range.po.tmp __kevent50.po.tmp kill.po.tmp mq_receive.po.tmp mq_send.po.tmp __mq_timedreceive50.po.tmp __mq_timedsend50.po.tmp msgrcv.po.tmp msgsnd.po.tmp __msync13.po.tmp __nanosleep50.po.tmp open.po.tmp openat.po.tmp paccept.po.tmp poll.po.tmp __pollts50.po.tmp __pselect50.po.tmp read.po.tmp readlink.po.tmp readv.po.tmp recvfrom.po.tmp recvmmsg.po.tmp recvmsg.po.tmp _sched_setparam.po.tmp _sched_getparam.po.tmp _sched_setaffinity.po.tmp _sched_getaffinity.po.tmp sched_yield.po.tmp _sched_protect.po.tmp __select50.po.tmp sendmmsg.po.tmp sendmsg.po.tmp sendto.po.tmp setcontext.po.tmp __sigprocmask14.po.tmp __sigsuspend14.po.tmp sysarch.po.tmp __wait450.po.tmp wait6.po.tmp write.po.tmp writev.po.tmp getegid.po.tmp geteuid.po.tmp getgid.po.tmp getpid.po.tmp getppid.po.tmp getuid.po.tmp issetugid.po.tmp posix_spawn.po.tmp sync.po.tmp __posix_fadvise50.po.tmp _exit.po.tmp tmp_fdiscard.po.tmp tmp_ftruncate.po.tmp tmp_lseek.po.tmp tmp_mmap.po.tmp tmp_pread.po.tmp tmp_preadv.po.tmp tmp_pwrite.po.tmp tmp_pwritev.po.tmp tmp_truncate.po.tmp tmp_ntp_adjtime.po.tmp tmp_mknodat.po.tmp tmp___adjtime50.po.tmp tmp___clock_settime50.po.tmp tmp___settimeofday50.po.tmp tmp_posix_fallocate.po.tmp uuid_compare.po.tmp uuid_create.po.tmp uuid_create_nil.po.tmp uuid_equal.po.tmp uuid_from_string.po.tmp uuid_hash.po.tmp uuid_is_nil.po.tmp uuid_stream.po.tmp uuid_to_string.po.tmp xdryp.po.tmp yp_all.po.tmp yp_first.po.tmp yp_maplist.po.tmp yp_master.po.tmp yp_match.po.tmp yp_order.po.tmp yplib.po.tmp yperr_string.po.tmp ypprot_err.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_pic.a BitcodeAnalyzer.pico BitReader.pico BitcodeReader.pico MetadataLoader.pico ValueList.pico BitcodeAnalyzer.pico.tmp BitReader.pico.tmp BitcodeReader.pico.tmp MetadataLoader.pico.tmp ValueList.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_pic.a BitcodeAnalyzer.pico BitReader.pico BitcodeReader.pico MetadataLoader.pico ValueList.pico BitcodeAnalyzer.pico.tmp BitReader.pico.tmp BitcodeReader.pico.tmp MetadataLoader.pico.tmp ValueList.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f llib-lLLVMBitReader.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f llib-lLLVMBitReader.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libc && rm -f libc_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libc && rm -f libc_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f .depend BitReader.d BitcodeAnalyzer.d BitcodeReader.d MetadataLoader.d ValueList.d BitReader.d.tmp BitcodeAnalyzer.d.tmp BitcodeReader.d.tmp MetadataLoader.d.tmp ValueList.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libc && rm -f libc_pic.a libc.so.* libc.so __sigtramp2.pico compat_ndbmdatum.pico compat_setlocale1.pico compat_setlocale32.pico compat_errlist.pico compat_fts.pico compat___fts13.pico compat___fts30.pico compat___fts31.pico compat_getmntinfo.pico compat_glob.pico compat___glob13.pico compat_opendir.pico compat_readdir.pico compat__readdir_unlocked30.pico compat_scandir.pico compat_siglist.pico compat_signame.pico compat_sigsetops.pico compat_times.pico compat_timezone.pico compat_unvis.pico compat_utmpx.pico compat_time.pico compat_utime.pico compat_devname.pico compat_alphasort.pico compat_getpwent.pico compat___fts32.pico compat_utmp.pico compat___fts50.pico compat___unvis13.pico compat_syslog.pico compat_alloca.pico compat___getmntinfo13.pico __cmsg_alignbytes.pico compat_ns_addr.pico compat_ns_ntoa.pico compat_pmap_rmtcall.pico compat_rpcb.pico compat_fgetpos.pico compat_fsetpos.pico compat_putenv.pico compat_random.pico compat_unsetenv.pico compat_getdents.pico compat_getdirentries.pico compat_msync.pico compat_ntp_gettime.pico compat_sched.pico compat_semctl.pico compat_sigaltstack.pico compat_stat.pico compat___stat13.pico compat_statfs.pico compat_statvfs.pico compat_socket.pico compat_getfh.pico compat_fhopen.pico compat___fhstat30.pico compat_fhstatvfs.pico compat_fhstatvfs1.pico compat_mount.pico compat_getrusage.pico compat_gettimeofday.pico compat_utimes.pico compat_wait4.pico compat_sigtimedwait.pico compat_settimeofday.pico compat_timer.pico compat_clock.pico compat_itimer.pico compat_select.pico compat_nanosleep.pico compat___stat30.pico compat_aio_suspend.pico compat_adjtime.pico compat_mknod.pico compat_mqueue.pico compat__lwp_park.pico compat_lfs_segwait.pico compat_kevent.pico compat___ntp_gettime30.pico compat___semctl13.pico compat___shmctl13.pico compat___msgctl13.pico compat___lwp_park50.pico compat___fhstatvfs140.pico compat___fhstatvfs40.pico compat___sigaction14_sigtramp.pico compat_localtime.pico compat_difftime.pico compat_frexp_ieee754.pico compat_ldexp_ieee754.pico compat_modf_ieee754.pico compat_Ovfork.pico compat___semctl.pico compat___sigreturn14.pico compat_msgctl.pico compat_shmctl.pico compat_sigaction.pico compat_sigpending.pico compat_sigprocmask.pico compat_sigreturn.pico compat_sigsuspend.pico compat_quotactl.pico atomic.pico atomic_init_cas.pico cdbr.pico cdbw.pico bt_close.pico bt_conv.pico bt_debug.pico bt_delete.pico bt_get.pico bt_open.pico bt_overflow.pico bt_page.pico bt_put.pico bt_search.pico bt_seq.pico bt_split.pico bt_utils.pico db.pico dbfile.pico hash.pico hash_bigkey.pico hash_buf.pico hash_func.pico hash_log2.pico hash_page.pico ndbmdatum.pico ndbm.pico mpool.pico rec_close.pico rec_delete.pico rec_get.pico rec_open.pico rec_put.pico rec_search.pico rec_seq.pico rec_utils.pico citrus_bcs.pico citrus_bcs_strtol.pico citrus_bcs_strtoul.pico citrus_csmapper.pico citrus_ctype.pico citrus_ctype_fallback.pico citrus_db.pico citrus_db_hash.pico citrus_esdb.pico citrus_hash.pico citrus_iconv.pico citrus_lookup.pico citrus_mapper.pico citrus_memstream.pico citrus_mmap.pico citrus_module.pico citrus_none.pico citrus_stdenc.pico citrus_lc_ctype.pico citrus_lc_monetary.pico citrus_lc_numeric.pico citrus_lc_time.pico citrus_lc_messages.pico creat.pico getdtablesize.pico gethostid.pico killpg.pico sethostid.pico setpgrp.pico setrgid.pico setruid.pico sigcompat.pico getwd.pico absvsi2.pico absvti2.pico addvsi3.pico addvti3.pico ashlti3.pico ashrti3.pico clzti2.pico cmpti2.pico ctzti2.pico divti3.pico ffsti2.pico fixsfdi.pico fixdfdi.pico fixunsdfdi.pico fixunsdfsi.pico fixunssfdi.pico fixunssfsi.pico fixunsxfdi.pico fixunsxfsi.pico int_util.pico lshrti3.pico modti3.pico muldc3.pico mulosi4.pico muloti4.pico multi3.pico mulvsi3.pico mulvti3.pico negti2.pico negvsi2.pico negvti2.pico paritysi2.pico parityti2.pico popcountsi2.pico popcountti2.pico subvsi3.pico subvti3.pico ucmpti2.pico udivmodti4.pico udivti3.pico umodti3.pico floatdidf.pico floatdisf.pico floatdixf.pico floatundidf.pico floatundisf.pico floatundixf.pico negdf2.pico negsf2.pico powidf2.pico powisf2.pico powitf2.pico powixf2.pico fixxfdi.pico fixunsdfti.pico fixunssfti.pico fixunsxfti.pico fixxfti.pico floattidf.pico floattisf.pico floattixf.pico floatuntidf.pico floatuntisf.pico floatuntixf.pico clzsi2.pico ctzsi2.pico divmodsi4.pico divsi3.pico modsi3.pico udivmodsi4.pico umodsi3.pico udivsi3.pico absvdi2.pico addvdi3.pico mulodi4.pico mulvdi3.pico negvdi2.pico paritydi2.pico popcountdi2.pico subvdi3.pico clzdi2.pico ctzdi2.pico ffsdi2.pico GCDAProfiling.pico InstrProfiling.pico InstrProfilingBuffer.pico InstrProfilingFile.pico InstrProfilingPlatformLinux.pico InstrProfilingUtil.pico InstrProfilingValue.pico InstrProfilingWriter.pico dlfcn_elf.pico strtof.pico strtold_px.pico strtopx.pico strtod.pico dtoa.pico ldtoa.pico hdtoa.pico gdtoa.pico gdtoa_locks.pico dmisc.pico gethex.pico gmisc.pico hd_init.pico hexnan.pico misc.pico smisc.pico strtodg.pico sum.pico ulp.pico strtord.pico _errno.pico daemon.pico alarm.pico alphasort.pico arc4random.pico assert.pico asysctl.pico basename.pico clock.pico closedir.pico closefrom.pico confstr.pico ctermid.pico ctype_.pico dehumanize_number.pico devname.pico dirname.pico disklabel.pico err.pico errx.pico errc.pico errlist.pico errno.pico execl.pico execle.pico execlp.pico execv.pico execvp.pico exect.pico extattr.pico fmtcheck.pico fmtmsg.pico fnmatch.pico fstab.pico ftok.pico fts.pico ftw.pico getbsize.pico getcap.pico getcwd.pico getdevmajor.pico getdomainname.pico getentropy.pico getgrent.pico getgrouplist.pico getgroupmembership.pico gethostname.pico getloadavg.pico getlogin.pico getmntinfo.pico getnetgrent.pico getpagesize.pico getpass.pico getprogname.pico getpwent.pico getttyent.pico getusershell.pico glob.pico humanize_number.pico initdir.pico initgroups.pico isascii.pico isatty.pico isctype.pico lockf.pico nftw.pico nice.pico nlist.pico nlist_aout.pico nlist_coff.pico nlist_ecoff.pico nlist_elf32.pico nlist_elf64.pico opendir.pico pause.pico popen.pico posix_spawn_sched.pico posix_spawn_fileactions.pico posix_spawnp.pico psignal.pico pthread_atfork.pico ptree.pico pwcache.pico pw_scan.pico raise.pico randomid.pico rb.pico readdir.pico rewinddir.pico scandir.pico seekdir.pico setdomainname.pico sethostname.pico setjmperr.pico setmode.pico setproctitle.pico setprogname.pico shquote.pico shquotev.pico sighold.pico sigignore.pico siginterrupt.pico siglist.pico signal.pico signalname.pico signalnext.pico signalnumber.pico signame.pico sigrelse.pico sigset.pico sigsetops.pico sleep.pico stringlist.pico sysconf.pico sysctl.pico sysctlbyname.pico sysctlgetmibinfo.pico sysctlnametomib.pico syslog.pico syslog_ss.pico telldir.pico time.pico timespec_get.pico times.pico toascii.pico tolower_.pico ttyname.pico ttyslot.pico toupper_.pico ualarm.pico ulimit.pico uname.pico unvis.pico usleep.pico utime.pico utimens.pico utmp.pico utmpx.pico valloc.pico vis.pico wait.pico wait3.pico waitid.pico waitpid.pico warn.pico warnx.pico warnc.pico wordexp.pico xsyslog.pico vwarn.pico vwarnx.pico vwarnc.pico verr.pico verrx.pico verrc.pico alloca.pico byte_swap_2.pico byte_swap_4.pico byte_swap_8.pico fabs.pico flt_rounds.pico fpgetmask.pico fpgetround.pico fpgetsticky.pico fpsetmask.pico fpsetround.pico fpsetsticky.pico fpgetprec.pico fpsetprec.pico __setjmp14.pico _setjmp.pico __sigsetjmp14.pico resumecontext.pico swapcontext.pico _lwp.pico makecontext.pico infinityf_ieee754.pico infinity_ieee754.pico fpclassifyf_ieee754.pico fpclassifyd_ieee754.pico isfinitef_ieee754.pico isfinited_ieee754.pico isinff_ieee754.pico isinfd_ieee754.pico isnanf_ieee754.pico isnand_ieee754.pico signbitf_ieee754.pico signbitd_ieee754.pico signbitl_ieee754.pico nanf.pico infinityl.pico fpclassifyl.pico isfinitel.pico isinfl.pico isnanl.pico gmon.pico mcount.pico hmac.pico md2.pico md2hl.pico rmd160.pico rmd160hl.pico sha1.pico sha1hl.pico sha2.pico sha224hl.pico sha256hl.pico sha384hl.pico sha512hl.pico keccak.pico sha3.pico murmurhash.pico iconv.pico inet_addr.pico inet_cidr_ntop.pico inet_cidr_pton.pico inet_lnaof.pico inet_makeaddr.pico inet_net_ntop.pico inet_net_pton.pico inet_neta.pico inet_netof.pico inet_network.pico inet_ntoa.pico inet_ntop.pico inet_pton.pico nsap_addr.pico assertions.pico ev_timers.pico ev_streams.pico setlocale.pico __mb_cur_max.pico duplocale.pico global_locale.pico fix_grouping.pico freelocale.pico localeconv.pico newlocale.pico nl_langinfo.pico generic_lc_all.pico dummy_lc_collate.pico wcstol.pico wcstoll.pico wcstoimax.pico wcstoul.pico wcstoull.pico wcstoumax.pico wcstod.pico wcstof.pico wcstold.pico wcscoll.pico wcsxfrm.pico wcsftime.pico _wctrans.pico _wctype.pico rune.pico runetable.pico multibyte_c90.pico multibyte_amd1.pico iswctype_mb.pico md4c.pico md5c.pico md4hl.pico md5hl.pico initfini.pico stack_protector.pico base64.pico ethers.pico gethnamaddr.pico getifaddrs.pico getnetnamadr.pico getnetent.pico getpeereid.pico getprotobyname.pico getprotobynumber.pico getprotoent.pico getprotobyname_r.pico getprotobynumber_r.pico getprotoent_r.pico getservbyname.pico getservbyport.pico getservent.pico getservbyname_r.pico getservbyport_r.pico getservent_r.pico iso_addr.pico linkaddr.pico nsdispatch.pico nslexer.pico nsparser.pico nsap_addr.pico rcmd.pico recv.pico send.pico sethostent.pico sctp_sys_calls.pico sockatmark.pico hesiod.pico getaddrinfo.pico getnameinfo.pico ip6opt.pico rthdr.pico inet6_scopeid.pico vars6.pico if_indextoname.pico if_nameindex.pico if_nametoindex.pico ns_name.pico ns_netint.pico ns_parse.pico ns_print.pico ns_samedomain.pico ns_ttl.pico catclose.pico catgets.pico catopen.pico acl_branding.pico acl_calc_mask.pico acl_copy.pico acl_delete.pico acl_delete_entry.pico acl_entry.pico acl_flag.pico acl_free.pico acl_from_text.pico acl_from_text_nfs4.pico acl_get.pico acl_id_to_name.pico acl_init.pico acl_perm.pico acl_set.pico acl_strip.pico acl_support.pico acl_support_nfs4.pico acl_to_text.pico acl_to_text_nfs4.pico acl_valid.pico subr_acl_nfs4.pico regcomp.pico regerror.pico regexec.pico regfree.pico regsub.pico h_errno.pico herror.pico res_comp.pico res_data.pico res_debug.pico res_init.pico res_mkquery.pico res_query.pico res_send.pico res_state.pico mtctxres.pico res_compat.pico auth_none.pico auth_unix.pico authunix_prot.pico bindresvport.pico clnt_bcast.pico clnt_dg.pico clnt_generic.pico clnt_perror.pico clnt_raw.pico clnt_simple.pico clnt_vc.pico rpc_dtablesize.pico getnetconfig.pico getnetpath.pico getrpcent.pico getrpcport.pico mt_misc.pico pmap_clnt.pico pmap_getmaps.pico pmap_getport.pico pmap_prot.pico pmap_prot2.pico pmap_rmt.pico rpc_prot.pico rpc_commondata.pico rpc_callmsg.pico rpc_generic.pico rpc_soc.pico rpcb_clnt.pico rpcb_prot.pico rpcb_st_xdr.pico svc.pico svc_auth.pico svc_dg.pico svc_auth_unix.pico svc_generic.pico svc_raw.pico svc_run.pico svc_simple.pico svc_vc.pico svc_fdset.pico xdr.pico xdr_array.pico xdr_float.pico xdr_mem.pico xdr_rec.pico xdr_reference.pico xdr_stdio.pico xdr_sizeof.pico __rpc_getxid.pico gets_chk.pico fgets_chk.pico memcpy_chk.pico memmove_chk.pico memset_chk.pico snprintf_chk.pico sprintf_chk.pico stpcpy_chk.pico stpncpy_chk.pico strcat_chk.pico strcpy_chk.pico strncat_chk.pico strncpy_chk.pico vsnprintf_chk.pico vsprintf_chk.pico clrerr.pico dprintf.pico fclose.pico fdopen.pico feof.pico ferror.pico fflush.pico fgetc.pico fgetln.pico fgetpos.pico fgets.pico fgetstr.pico fgetwc.pico fgetwln.pico fgetws.pico fileno.pico findfp.pico flags.pico flockfile.pico fopen.pico fparseln.pico fprintf.pico fpurge.pico fputc.pico fputs.pico fputwc.pico fputws.pico fread.pico freopen.pico fscanf.pico fseek.pico fseeko.pico fsetpos.pico ftell.pico ftello.pico funopen.pico fvwrite.pico fwalk.pico fwide.pico fwprintf.pico fwrite.pico fwscanf.pico getc.pico getchar.pico getdelim.pico getline.pico gettemp.pico getw.pico getwc.pico getwchar.pico makebuf.pico mkdtemp.pico mkstemp.pico mkstemps.pico mkostemp.pico mkostemps.pico perror.pico printf.pico putc.pico putchar.pico puts.pico putw.pico putwc.pico putwchar.pico refill.pico remove.pico rewind.pico rget.pico scanf.pico setbuf.pico setbuffer.pico setvbuf.pico snprintf_ss.pico sscanf.pico stdio.pico swprintf.pico swscanf.pico tmpfile.pico ungetc.pico ungetwc.pico vasprintf.pico vdprintf.pico vfprintf.pico vfscanf.pico vfwprintf.pico vfwscanf.pico vprintf.pico vscanf.pico vsnprintf.pico vsnprintf_ss.pico vsscanf.pico vswprintf.pico vswscanf.pico vwprintf.pico vwscanf.pico wbuf.pico wprintf.pico wscanf.pico wsetup.pico fmemopen.pico open_memstream.pico open_wmemstream.pico gets.pico vsprintf.pico tempnam.pico tmpnam.pico mktemp.pico _env.pico _rand48.pico a64l.pico abort.pico atexit.pico atof.pico atoi.pico atol.pico atoll.pico bsearch.pico cxa_thread_atexit.pico drand48.pico exit.pico getenv.pico getopt.pico getopt_long.pico getsubopt.pico hcreate.pico heapsort.pico imaxdiv.pico insque.pico jrand48.pico l64a.pico lldiv.pico lcong48.pico lrand48.pico lsearch.pico merge.pico mi_vector_hash.pico mrand48.pico nrand48.pico putenv.pico qabs.pico qdiv.pico qsort.pico posix_openpt.pico pty.pico quick_exit.pico radixsort.pico rand.pico rand_r.pico random.pico remque.pico reallocarr.pico reallocarray.pico seed48.pico setenv.pico srand48.pico strsuftoll.pico strtoi.pico strtou.pico strtonum.pico strtoimax.pico strtol.pico strtoll.pico strtoq.pico strtoul.pico strtoull.pico strtoumax.pico strtouq.pico system.pico tdelete.pico tfind.pico tsearch.pico twalk.pico unsetenv.pico strfmon.pico imaxdiv.pico erand48_ieee754.pico jemalloc.pico arena.pico background_thread.pico base.pico bin.pico bitmap.pico ckh.pico ctl.pico divide.pico extent.pico extent_dss.pico extent_mmap.pico hash.pico hooks.pico large.pico log.pico malloc_io.pico mutex.pico mutex_pool.pico nstime.pico pages.pico prng.pico prof.pico rtree.pico stats.pico sz.pico tcache.pico ticker.pico tsd.pico witness.pico abs.pico div.pico labs.pico ldiv.pico bm.pico stpcpy.pico stpncpy.pico strcasecmp.pico strncasecmp.pico strcasestr.pico strcoll.pico strdup.pico strerror.pico strerror_ss.pico strlcat.pico strlcpy.pico strnlen.pico strmode.pico strsignal.pico strtok.pico strtok_r.pico strxfrm.pico __strsignal.pico strerror_r.pico strndup.pico stresep.pico memrchr.pico bcmp.pico memcmp.pico strcspn.pico strncat.pico strncpy.pico strpbrk.pico strsep.pico strspn.pico strstr.pico strnstr.pico explicit_memset.pico consttime_memequal.pico memccpy.pico memmem.pico strchrnul.pico popcount32.pico popcount64.pico wcscat.pico wcschr.pico wcscmp.pico wcscpy.pico wcscspn.pico wcslcat.pico wcslcpy.pico wcslen.pico wcsncat.pico wcsnlen.pico wcscasecmp.pico wcsdup.pico wcsncasecmp.pico wcsncmp.pico wcsncpy.pico wcspbrk.pico wcsrchr.pico wcsspn.pico wcsstr.pico wcstok.pico wcswcs.pico wmemchr.pico wmemcmp.pico wmemcpy.pico wmemmove.pico wmemset.pico bcopy.pico ffs.pico memchr.pico memcpy.pico memmove.pico memset.pico strcat.pico strchr.pico strcmp.pico strcpy.pico strlen.pico strncmp.pico strrchr.pico swab.pico cfgetispeed.pico cfgetospeed.pico cfmakeraw.pico cfsetispeed.pico cfsetospeed.pico cfsetspeed.pico tcdrain.pico tcflow.pico tcflush.pico tcgetattr.pico tcgetpgrp.pico tcgetwinsize.pico tcgetsid.pico tcsendbreak.pico tcsetattr.pico tcsetpgrp.pico tcsetwinsize.pico __isthreaded.pico thread-stub.pico thread-stub-init.pico asctime.pico difftime.pico localtime.pico getdate.pico strftime.pico strptime.pico tls.pico cpuset.pico accept4.pico clock_getcpuclockid.pico eventfd_read.pico eventfd_write.pico posix_fadvise.pico posix_madvise.pico ppoll.pico sched.pico sigqueue.pico sigtimedwait.pico sigwait.pico sigwaitinfo.pico statvfs.pico swapon.pico semctl.pico vadvise.pico __clone.pico __vfork14.pico brk.pico fork.pico pipe.pico getcontext.pico ptrace.pico sbrk.pico shmat.pico syscall.pico __syscall.pico __clone.pico cerror.pico fdiscard.pico ftruncate.pico lseek.pico mmap.pico pread.pico preadv.pico pwrite.pico pwritev.pico truncate.pico ntp_adjtime.pico mknodat.pico posix_fallocate.pico adjtime.pico clock_settime.pico settimeofday.pico __sigaction_siginfo.pico __acl_get_link.pico __acl_set_link.pico __acl_delete_link.pico __acl_aclcheck_link.pico __acl_get_file.pico __acl_set_file.pico __acl_get_fd.pico __acl_set_fd.pico __acl_delete_file.pico __acl_delete_fd.pico __acl_aclcheck_file.pico __acl_aclcheck_fd.pico access.pico acct.pico bind.pico chdir.pico chflags.pico chmod.pico chown.pico chroot.pico clock_getcpuclockid2.pico __clock_getres50.pico __clock_gettime50.pico dup.pico dup2.pico dup3.pico eventfd.pico extattrctl.pico extattr_delete_fd.pico extattr_delete_file.pico extattr_delete_link.pico extattr_get_fd.pico extattr_get_file.pico extattr_get_link.pico extattr_list_fd.pico extattr_list_file.pico extattr_list_link.pico extattr_set_fd.pico extattr_set_file.pico extattr_set_link.pico setxattr.pico getxattr.pico listxattr.pico removexattr.pico lsetxattr.pico lgetxattr.pico llistxattr.pico lremovexattr.pico fsetxattr.pico fgetxattr.pico flistxattr.pico fremovexattr.pico faccessat.pico fchdir.pico fchflags.pico fchmod.pico fchmodat.pico fchown.pico fchownat.pico fchroot.pico fexecve.pico __fhopen40.pico __fhstat50.pico __fhstatvfs190.pico fktrace.pico flock.pico fpathconf.pico __fstat50.pico __fstatvfs190.pico fstatat.pico __futimes50.pico futimens.pico __getcwd.pico __getdents30.pico __getfh30.pico __getvfsstat90.pico getgroups.pico __getitimer50.pico __getlogin.pico getpeername.pico getpgid.pico getpgrp.pico getpriority.pico getrandom.pico getrlimit.pico __getrusage50.pico getsid.pico getsockname.pico getsockopt.pico getsockopt2.pico __gettimeofday50.pico ioctl.pico kqueue.pico kqueue1.pico ktrace.pico _ksem_close.pico _ksem_destroy.pico _ksem_getvalue.pico _ksem_init.pico _ksem_post.pico _ksem_timedwait.pico _ksem_trywait.pico _ksem_unlink.pico _ksem_wait.pico _ksem_open.pico lchflags.pico lchmod.pico lchown.pico lfs_bmapv.pico lfs_markv.pico lfs_segclean.pico lpathconf.pico __lfs_segwait50.pico link.pico linkat.pico listen.pico __lstat50.pico __lutimes50.pico _lwp_create.pico _lwp_exit.pico _lwp_kill.pico ___lwp_park60.pico _lwp_self.pico _lwp_wait.pico _lwp_unpark.pico _lwp_unpark_all.pico _lwp_suspend.pico _lwp_continue.pico _lwp_wakeup.pico _lwp_detach.pico _lwp_setprivate.pico _lwp_setname.pico _lwp_getname.pico _lwp_ctl.pico madvise.pico mincore.pico minherit.pico mkdir.pico mkdirat.pico mkfifo.pico mkfifoat.pico __mknod50.pico mlock.pico mlockall.pico modctl.pico __mount50.pico mprotect.pico __msgctl50.pico msgget.pico munlock.pico munlockall.pico munmap.pico nfssvc.pico __ntp_gettime50.pico pathconf.pico pipe2.pico __posix_chown.pico __posix_fchown.pico __posix_lchown.pico __posix_rename.pico profil.pico __quotactl.pico rasctl.pico readlinkat.pico reboot.pico rename.pico renameat.pico revoke.pico rmdir.pico semconfig.pico semget.pico semop.pico setegid.pico seteuid.pico setgid.pico setgroups.pico __setitimer50.pico __setlogin.pico setpgid.pico setpriority.pico setregid.pico setreuid.pico setrlimit.pico setsid.pico setsockopt.pico setuid.pico __shmctl50.pico shmdt.pico shmget.pico shutdown.pico sigqueueinfo.pico __sigaltstack14.pico __sigpending14.pico __sigaction_sigtramp.pico ____sigtimedwait50.pico __socket30.pico socketpair.pico __stat50.pico __statvfs190.pico swapctl.pico symlink.pico symlinkat.pico __sysctl.pico timer_create.pico timer_delete.pico __timer_gettime50.pico timer_getoverrun.pico ____semctl50.pico __timer_settime50.pico timerfd_create.pico timerfd_gettime.pico timerfd_settime.pico umask.pico undelete.pico unlink.pico unlinkat.pico unmount.pico __utimes50.pico utimensat.pico utrace.pico uuidgen.pico tmp__lwp_getprivate.pico tmp_mremap.pico accept.pico __aio_suspend50.pico clock_nanosleep.pico close.pico connect.pico execve.pico fcntl.pico fdatasync.pico fsync.pico fsync_range.pico __kevent50.pico kill.pico mq_receive.pico mq_send.pico __mq_timedreceive50.pico __mq_timedsend50.pico msgrcv.pico msgsnd.pico __msync13.pico __nanosleep50.pico open.pico openat.pico paccept.pico poll.pico __pollts50.pico __pselect50.pico read.pico readlink.pico readv.pico recvfrom.pico recvmmsg.pico recvmsg.pico _sched_setparam.pico _sched_getparam.pico _sched_setaffinity.pico _sched_getaffinity.pico sched_yield.pico _sched_protect.pico __select50.pico sendmmsg.pico sendmsg.pico sendto.pico setcontext.pico __sigprocmask14.pico __sigsuspend14.pico sysarch.pico __wait450.pico wait6.pico write.pico writev.pico getegid.pico geteuid.pico getgid.pico getpid.pico getppid.pico getuid.pico issetugid.pico posix_spawn.pico sync.pico __posix_fadvise50.pico _exit.pico tmp_fdiscard.pico tmp_ftruncate.pico tmp_lseek.pico tmp_mmap.pico tmp_pread.pico tmp_preadv.pico tmp_pwrite.pico tmp_pwritev.pico tmp_truncate.pico tmp_ntp_adjtime.pico tmp_mknodat.pico tmp___adjtime50.pico tmp___clock_settime50.pico tmp___settimeofday50.pico tmp_posix_fallocate.pico uuid_compare.pico uuid_create.pico uuid_create_nil.pico uuid_equal.pico uuid_from_string.pico uuid_hash.pico uuid_is_nil.pico uuid_stream.pico uuid_to_string.pico xdryp.pico yp_all.pico yp_first.pico yp_maplist.pico yp_master.pico yp_match.pico yp_order.pico yplib.pico yperr_string.pico ypprot_err.pico __sigtramp2.pico.tmp compat_ndbmdatum.pico.tmp compat_setlocale1.pico.tmp compat_setlocale32.pico.tmp compat_errlist.pico.tmp compat_fts.pico.tmp compat___fts13.pico.tmp compat___fts30.pico.tmp compat___fts31.pico.tmp compat_getmntinfo.pico.tmp compat_glob.pico.tmp compat___glob13.pico.tmp compat_opendir.pico.tmp compat_readdir.pico.tmp compat__readdir_unlocked30.pico.tmp compat_scandir.pico.tmp compat_siglist.pico.tmp compat_signame.pico.tmp compat_sigsetops.pico.tmp compat_times.pico.tmp compat_timezone.pico.tmp compat_unvis.pico.tmp compat_utmpx.pico.tmp compat_time.pico.tmp compat_utime.pico.tmp compat_devname.pico.tmp compat_alphasort.pico.tmp compat_getpwent.pico.tmp compat___fts32.pico.tmp compat_utmp.pico.tmp compat___fts50.pico.tmp compat___unvis13.pico.tmp compat_syslog.pico.tmp compat_alloca.pico.tmp compat___getmntinfo13.pico.tmp __cmsg_alignbytes.pico.tmp compat_ns_addr.pico.tmp compat_ns_ntoa.pico.tmp compat_pmap_rmtcall.pico.tmp compat_rpcb.pico.tmp compat_fgetpos.pico.tmp compat_fsetpos.pico.tmp compat_putenv.pico.tmp compat_random.pico.tmp compat_unsetenv.pico.tmp compat_getdents.pico.tmp compat_getdirentries.pico.tmp compat_msync.pico.tmp compat_ntp_gettime.pico.tmp compat_sched.pico.tmp compat_semctl.pico.tmp compat_sigaltstack.pico.tmp compat_stat.pico.tmp compat___stat13.pico.tmp compat_statfs.pico.tmp compat_statvfs.pico.tmp compat_socket.pico.tmp compat_getfh.pico.tmp compat_fhopen.pico.tmp compat___fhstat30.pico.tmp compat_fhstatvfs.pico.tmp compat_fhstatvfs1.pico.tmp compat_mount.pico.tmp compat_getrusage.pico.tmp compat_gettimeofday.pico.tmp compat_utimes.pico.tmp compat_wait4.pico.tmp compat_sigtimedwait.pico.tmp compat_settimeofday.pico.tmp compat_timer.pico.tmp compat_clock.pico.tmp compat_itimer.pico.tmp compat_select.pico.tmp compat_nanosleep.pico.tmp compat___stat30.pico.tmp compat_aio_suspend.pico.tmp compat_adjtime.pico.tmp compat_mknod.pico.tmp compat_mqueue.pico.tmp compat__lwp_park.pico.tmp compat_lfs_segwait.pico.tmp compat_kevent.pico.tmp compat___ntp_gettime30.pico.tmp compat___semctl13.pico.tmp compat___shmctl13.pico.tmp compat___msgctl13.pico.tmp compat___lwp_park50.pico.tmp compat___fhstatvfs140.pico.tmp compat___fhstatvfs40.pico.tmp compat___sigaction14_sigtramp.pico.tmp compat_localtime.pico.tmp compat_difftime.pico.tmp compat_frexp_ieee754.pico.tmp compat_ldexp_ieee754.pico.tmp compat_modf_ieee754.pico.tmp compat_Ovfork.pico.tmp compat___semctl.pico.tmp compat___sigreturn14.pico.tmp compat_msgctl.pico.tmp compat_shmctl.pico.tmp compat_sigaction.pico.tmp compat_sigpending.pico.tmp compat_sigprocmask.pico.tmp compat_sigreturn.pico.tmp compat_sigsuspend.pico.tmp compat_quotactl.pico.tmp atomic.pico.tmp atomic_init_cas.pico.tmp cdbr.pico.tmp cdbw.pico.tmp bt_close.pico.tmp bt_conv.pico.tmp bt_debug.pico.tmp bt_delete.pico.tmp bt_get.pico.tmp bt_open.pico.tmp bt_overflow.pico.tmp bt_page.pico.tmp bt_put.pico.tmp bt_search.pico.tmp bt_seq.pico.tmp bt_split.pico.tmp bt_utils.pico.tmp db.pico.tmp dbfile.pico.tmp hash.pico.tmp hash_bigkey.pico.tmp hash_buf.pico.tmp hash_func.pico.tmp hash_log2.pico.tmp hash_page.pico.tmp ndbmdatum.pico.tmp ndbm.pico.tmp mpool.pico.tmp rec_close.pico.tmp rec_delete.pico.tmp rec_get.pico.tmp rec_open.pico.tmp rec_put.pico.tmp rec_search.pico.tmp rec_seq.pico.tmp rec_utils.pico.tmp citrus_bcs.pico.tmp citrus_bcs_strtol.pico.tmp citrus_bcs_strtoul.pico.tmp citrus_csmapper.pico.tmp citrus_ctype.pico.tmp citrus_ctype_fallback.pico.tmp citrus_db.pico.tmp citrus_db_hash.pico.tmp citrus_esdb.pico.tmp citrus_hash.pico.tmp citrus_iconv.pico.tmp citrus_lookup.pico.tmp citrus_mapper.pico.tmp citrus_memstream.pico.tmp citrus_mmap.pico.tmp citrus_module.pico.tmp citrus_none.pico.tmp citrus_stdenc.pico.tmp citrus_lc_ctype.pico.tmp citrus_lc_monetary.pico.tmp citrus_lc_numeric.pico.tmp citrus_lc_time.pico.tmp citrus_lc_messages.pico.tmp creat.pico.tmp getdtablesize.pico.tmp gethostid.pico.tmp killpg.pico.tmp sethostid.pico.tmp setpgrp.pico.tmp setrgid.pico.tmp setruid.pico.tmp sigcompat.pico.tmp getwd.pico.tmp absvsi2.pico.tmp absvti2.pico.tmp addvsi3.pico.tmp addvti3.pico.tmp ashlti3.pico.tmp ashrti3.pico.tmp clzti2.pico.tmp cmpti2.pico.tmp ctzti2.pico.tmp divti3.pico.tmp ffsti2.pico.tmp fixsfdi.pico.tmp fixdfdi.pico.tmp fixunsdfdi.pico.tmp fixunsdfsi.pico.tmp fixunssfdi.pico.tmp fixunssfsi.pico.tmp fixunsxfdi.pico.tmp fixunsxfsi.pico.tmp int_util.pico.tmp lshrti3.pico.tmp modti3.pico.tmp muldc3.pico.tmp mulosi4.pico.tmp muloti4.pico.tmp multi3.pico.tmp mulvsi3.pico.tmp mulvti3.pico.tmp negti2.pico.tmp negvsi2.pico.tmp negvti2.pico.tmp paritysi2.pico.tmp parityti2.pico.tmp popcountsi2.pico.tmp popcountti2.pico.tmp subvsi3.pico.tmp subvti3.pico.tmp ucmpti2.pico.tmp udivmodti4.pico.tmp udivti3.pico.tmp umodti3.pico.tmp floatdidf.pico.tmp floatdisf.pico.tmp floatdixf.pico.tmp floatundidf.pico.tmp floatundisf.pico.tmp floatundixf.pico.tmp negdf2.pico.tmp negsf2.pico.tmp powidf2.pico.tmp powisf2.pico.tmp powitf2.pico.tmp powixf2.pico.tmp fixxfdi.pico.tmp fixunsdfti.pico.tmp fixunssfti.pico.tmp fixunsxfti.pico.tmp fixxfti.pico.tmp floattidf.pico.tmp floattisf.pico.tmp floattixf.pico.tmp floatuntidf.pico.tmp floatuntisf.pico.tmp floatuntixf.pico.tmp clzsi2.pico.tmp ctzsi2.pico.tmp divmodsi4.pico.tmp divsi3.pico.tmp modsi3.pico.tmp udivmodsi4.pico.tmp umodsi3.pico.tmp udivsi3.pico.tmp absvdi2.pico.tmp addvdi3.pico.tmp mulodi4.pico.tmp mulvdi3.pico.tmp negvdi2.pico.tmp paritydi2.pico.tmp popcountdi2.pico.tmp subvdi3.pico.tmp clzdi2.pico.tmp ctzdi2.pico.tmp ffsdi2.pico.tmp GCDAProfiling.pico.tmp InstrProfiling.pico.tmp InstrProfilingBuffer.pico.tmp InstrProfilingFile.pico.tmp InstrProfilingPlatformLinux.pico.tmp InstrProfilingUtil.pico.tmp InstrProfilingValue.pico.tmp InstrProfilingWriter.pico.tmp dlfcn_elf.pico.tmp strtof.pico.tmp strtold_px.pico.tmp strtopx.pico.tmp strtod.pico.tmp dtoa.pico.tmp ldtoa.pico.tmp hdtoa.pico.tmp gdtoa.pico.tmp gdtoa_locks.pico.tmp dmisc.pico.tmp gethex.pico.tmp gmisc.pico.tmp hd_init.pico.tmp hexnan.pico.tmp misc.pico.tmp smisc.pico.tmp strtodg.pico.tmp sum.pico.tmp ulp.pico.tmp strtord.pico.tmp _errno.pico.tmp daemon.pico.tmp alarm.pico.tmp alphasort.pico.tmp arc4random.pico.tmp assert.pico.tmp asysctl.pico.tmp basename.pico.tmp clock.pico.tmp closedir.pico.tmp closefrom.pico.tmp confstr.pico.tmp ctermid.pico.tmp ctype_.pico.tmp dehumanize_number.pico.tmp devname.pico.tmp dirname.pico.tmp disklabel.pico.tmp err.pico.tmp errx.pico.tmp errc.pico.tmp errlist.pico.tmp errno.pico.tmp execl.pico.tmp execle.pico.tmp execlp.pico.tmp execv.pico.tmp execvp.pico.tmp exect.pico.tmp extattr.pico.tmp fmtcheck.pico.tmp fmtmsg.pico.tmp fnmatch.pico.tmp fstab.pico.tmp ftok.pico.tmp fts.pico.tmp ftw.pico.tmp getbsize.pico.tmp getcap.pico.tmp getcwd.pico.tmp getdevmajor.pico.tmp getdomainname.pico.tmp getentropy.pico.tmp getgrent.pico.tmp getgrouplist.pico.tmp getgroupmembership.pico.tmp gethostname.pico.tmp getloadavg.pico.tmp getlogin.pico.tmp getmntinfo.pico.tmp getnetgrent.pico.tmp getpagesize.pico.tmp getpass.pico.tmp getprogname.pico.tmp getpwent.pico.tmp getttyent.pico.tmp getusershell.pico.tmp glob.pico.tmp humanize_number.pico.tmp initdir.pico.tmp initgroups.pico.tmp isascii.pico.tmp isatty.pico.tmp isctype.pico.tmp lockf.pico.tmp nftw.pico.tmp nice.pico.tmp nlist.pico.tmp nlist_aout.pico.tmp nlist_coff.pico.tmp nlist_ecoff.pico.tmp nlist_elf32.pico.tmp nlist_elf64.pico.tmp opendir.pico.tmp pause.pico.tmp popen.pico.tmp posix_spawn_sched.pico.tmp posix_spawn_fileactions.pico.tmp posix_spawnp.pico.tmp psignal.pico.tmp pthread_atfork.pico.tmp ptree.pico.tmp pwcache.pico.tmp pw_scan.pico.tmp raise.pico.tmp randomid.pico.tmp rb.pico.tmp readdir.pico.tmp rewinddir.pico.tmp scandir.pico.tmp seekdir.pico.tmp setdomainname.pico.tmp sethostname.pico.tmp setjmperr.pico.tmp setmode.pico.tmp setproctitle.pico.tmp setprogname.pico.tmp shquote.pico.tmp shquotev.pico.tmp sighold.pico.tmp sigignore.pico.tmp siginterrupt.pico.tmp siglist.pico.tmp signal.pico.tmp signalname.pico.tmp signalnext.pico.tmp signalnumber.pico.tmp signame.pico.tmp sigrelse.pico.tmp sigset.pico.tmp sigsetops.pico.tmp sleep.pico.tmp stringlist.pico.tmp sysconf.pico.tmp sysctl.pico.tmp sysctlbyname.pico.tmp sysctlgetmibinfo.pico.tmp sysctlnametomib.pico.tmp syslog.pico.tmp syslog_ss.pico.tmp telldir.pico.tmp time.pico.tmp timespec_get.pico.tmp times.pico.tmp toascii.pico.tmp tolower_.pico.tmp ttyname.pico.tmp ttyslot.pico.tmp toupper_.pico.tmp ualarm.pico.tmp ulimit.pico.tmp uname.pico.tmp unvis.pico.tmp usleep.pico.tmp utime.pico.tmp utimens.pico.tmp utmp.pico.tmp utmpx.pico.tmp valloc.pico.tmp vis.pico.tmp wait.pico.tmp wait3.pico.tmp waitid.pico.tmp waitpid.pico.tmp warn.pico.tmp warnx.pico.tmp warnc.pico.tmp wordexp.pico.tmp xsyslog.pico.tmp vwarn.pico.tmp vwarnx.pico.tmp vwarnc.pico.tmp verr.pico.tmp verrx.pico.tmp verrc.pico.tmp alloca.pico.tmp byte_swap_2.pico.tmp byte_swap_4.pico.tmp byte_swap_8.pico.tmp fabs.pico.tmp flt_rounds.pico.tmp fpgetmask.pico.tmp fpgetround.pico.tmp fpgetsticky.pico.tmp fpsetmask.pico.tmp fpsetround.pico.tmp fpsetsticky.pico.tmp fpgetprec.pico.tmp fpsetprec.pico.tmp __setjmp14.pico.tmp _setjmp.pico.tmp __sigsetjmp14.pico.tmp resumecontext.pico.tmp swapcontext.pico.tmp _lwp.pico.tmp makecontext.pico.tmp infinityf_ieee754.pico.tmp infinity_ieee754.pico.tmp fpclassifyf_ieee754.pico.tmp fpclassifyd_ieee754.pico.tmp isfinitef_ieee754.pico.tmp isfinited_ieee754.pico.tmp isinff_ieee754.pico.tmp isinfd_ieee754.pico.tmp isnanf_ieee754.pico.tmp isnand_ieee754.pico.tmp signbitf_ieee754.pico.tmp signbitd_ieee754.pico.tmp signbitl_ieee754.pico.tmp nanf.pico.tmp infinityl.pico.tmp fpclassifyl.pico.tmp isfinitel.pico.tmp isinfl.pico.tmp isnanl.pico.tmp gmon.pico.tmp mcount.pico.tmp hmac.pico.tmp md2.pico.tmp md2hl.pico.tmp rmd160.pico.tmp rmd160hl.pico.tmp sha1.pico.tmp sha1hl.pico.tmp sha2.pico.tmp sha224hl.pico.tmp sha256hl.pico.tmp sha384hl.pico.tmp sha512hl.pico.tmp keccak.pico.tmp sha3.pico.tmp murmurhash.pico.tmp iconv.pico.tmp inet_addr.pico.tmp inet_cidr_ntop.pico.tmp inet_cidr_pton.pico.tmp inet_lnaof.pico.tmp inet_makeaddr.pico.tmp inet_net_ntop.pico.tmp inet_net_pton.pico.tmp inet_neta.pico.tmp inet_netof.pico.tmp inet_network.pico.tmp inet_ntoa.pico.tmp inet_ntop.pico.tmp inet_pton.pico.tmp nsap_addr.pico.tmp assertions.pico.tmp ev_timers.pico.tmp ev_streams.pico.tmp setlocale.pico.tmp __mb_cur_max.pico.tmp duplocale.pico.tmp global_locale.pico.tmp fix_grouping.pico.tmp freelocale.pico.tmp localeconv.pico.tmp newlocale.pico.tmp nl_langinfo.pico.tmp generic_lc_all.pico.tmp dummy_lc_collate.pico.tmp wcstol.pico.tmp wcstoll.pico.tmp wcstoimax.pico.tmp wcstoul.pico.tmp wcstoull.pico.tmp wcstoumax.pico.tmp wcstod.pico.tmp wcstof.pico.tmp wcstold.pico.tmp wcscoll.pico.tmp wcsxfrm.pico.tmp wcsftime.pico.tmp _wctrans.pico.tmp _wctype.pico.tmp rune.pico.tmp runetable.pico.tmp multibyte_c90.pico.tmp multibyte_amd1.pico.tmp iswctype_mb.pico.tmp md4c.pico.tmp md5c.pico.tmp md4hl.pico.tmp md5hl.pico.tmp initfini.pico.tmp stack_protector.pico.tmp base64.pico.tmp ethers.pico.tmp gethnamaddr.pico.tmp getifaddrs.pico.tmp getnetnamadr.pico.tmp getnetent.pico.tmp getpeereid.pico.tmp getprotobyname.pico.tmp getprotobynumber.pico.tmp getprotoent.pico.tmp getprotobyname_r.pico.tmp getprotobynumber_r.pico.tmp getprotoent_r.pico.tmp getservbyname.pico.tmp getservbyport.pico.tmp getservent.pico.tmp getservbyname_r.pico.tmp getservbyport_r.pico.tmp getservent_r.pico.tmp iso_addr.pico.tmp linkaddr.pico.tmp nsdispatch.pico.tmp nslexer.pico.tmp nsparser.pico.tmp nsap_addr.pico.tmp rcmd.pico.tmp recv.pico.tmp send.pico.tmp sethostent.pico.tmp sctp_sys_calls.pico.tmp sockatmark.pico.tmp hesiod.pico.tmp getaddrinfo.pico.tmp getnameinfo.pico.tmp ip6opt.pico.tmp rthdr.pico.tmp inet6_scopeid.pico.tmp vars6.pico.tmp if_indextoname.pico.tmp if_nameindex.pico.tmp if_nametoindex.pico.tmp ns_name.pico.tmp ns_netint.pico.tmp ns_parse.pico.tmp ns_print.pico.tmp ns_samedomain.pico.tmp ns_ttl.pico.tmp catclose.pico.tmp catgets.pico.tmp catopen.pico.tmp acl_branding.pico.tmp acl_calc_mask.pico.tmp acl_copy.pico.tmp acl_delete.pico.tmp acl_delete_entry.pico.tmp acl_entry.pico.tmp acl_flag.pico.tmp acl_free.pico.tmp acl_from_text.pico.tmp acl_from_text_nfs4.pico.tmp acl_get.pico.tmp acl_id_to_name.pico.tmp acl_init.pico.tmp acl_perm.pico.tmp acl_set.pico.tmp acl_strip.pico.tmp acl_support.pico.tmp acl_support_nfs4.pico.tmp acl_to_text.pico.tmp acl_to_text_nfs4.pico.tmp acl_valid.pico.tmp subr_acl_nfs4.pico.tmp regcomp.pico.tmp regerror.pico.tmp regexec.pico.tmp regfree.pico.tmp regsub.pico.tmp h_errno.pico.tmp herror.pico.tmp res_comp.pico.tmp res_data.pico.tmp res_debug.pico.tmp res_init.pico.tmp res_mkquery.pico.tmp res_query.pico.tmp res_send.pico.tmp res_state.pico.tmp mtctxres.pico.tmp res_compat.pico.tmp auth_none.pico.tmp auth_unix.pico.tmp authunix_prot.pico.tmp bindresvport.pico.tmp clnt_bcast.pico.tmp clnt_dg.pico.tmp clnt_generic.pico.tmp clnt_perror.pico.tmp clnt_raw.pico.tmp clnt_simple.pico.tmp clnt_vc.pico.tmp rpc_dtablesize.pico.tmp getnetconfig.pico.tmp getnetpath.pico.tmp getrpcent.pico.tmp getrpcport.pico.tmp mt_misc.pico.tmp pmap_clnt.pico.tmp pmap_getmaps.pico.tmp pmap_getport.pico.tmp pmap_prot.pico.tmp pmap_prot2.pico.tmp pmap_rmt.pico.tmp rpc_prot.pico.tmp rpc_commondata.pico.tmp rpc_callmsg.pico.tmp rpc_generic.pico.tmp rpc_soc.pico.tmp rpcb_clnt.pico.tmp rpcb_prot.pico.tmp rpcb_st_xdr.pico.tmp svc.pico.tmp svc_auth.pico.tmp svc_dg.pico.tmp svc_auth_unix.pico.tmp svc_generic.pico.tmp svc_raw.pico.tmp svc_run.pico.tmp svc_simple.pico.tmp svc_vc.pico.tmp svc_fdset.pico.tmp xdr.pico.tmp xdr_array.pico.tmp xdr_float.pico.tmp xdr_mem.pico.tmp xdr_rec.pico.tmp xdr_reference.pico.tmp xdr_stdio.pico.tmp xdr_sizeof.pico.tmp __rpc_getxid.pico.tmp gets_chk.pico.tmp fgets_chk.pico.tmp memcpy_chk.pico.tmp memmove_chk.pico.tmp memset_chk.pico.tmp snprintf_chk.pico.tmp sprintf_chk.pico.tmp stpcpy_chk.pico.tmp stpncpy_chk.pico.tmp strcat_chk.pico.tmp strcpy_chk.pico.tmp strncat_chk.pico.tmp strncpy_chk.pico.tmp vsnprintf_chk.pico.tmp vsprintf_chk.pico.tmp clrerr.pico.tmp dprintf.pico.tmp fclose.pico.tmp fdopen.pico.tmp feof.pico.tmp ferror.pico.tmp fflush.pico.tmp fgetc.pico.tmp fgetln.pico.tmp fgetpos.pico.tmp fgets.pico.tmp fgetstr.pico.tmp fgetwc.pico.tmp fgetwln.pico.tmp fgetws.pico.tmp fileno.pico.tmp findfp.pico.tmp flags.pico.tmp flockfile.pico.tmp fopen.pico.tmp fparseln.pico.tmp fprintf.pico.tmp fpurge.pico.tmp fputc.pico.tmp fputs.pico.tmp fputwc.pico.tmp fputws.pico.tmp fread.pico.tmp freopen.pico.tmp fscanf.pico.tmp fseek.pico.tmp fseeko.pico.tmp fsetpos.pico.tmp ftell.pico.tmp ftello.pico.tmp funopen.pico.tmp fvwrite.pico.tmp fwalk.pico.tmp fwide.pico.tmp fwprintf.pico.tmp fwrite.pico.tmp fwscanf.pico.tmp getc.pico.tmp getchar.pico.tmp getdelim.pico.tmp getline.pico.tmp gettemp.pico.tmp getw.pico.tmp getwc.pico.tmp getwchar.pico.tmp makebuf.pico.tmp mkdtemp.pico.tmp mkstemp.pico.tmp mkstemps.pico.tmp mkostemp.pico.tmp mkostemps.pico.tmp perror.pico.tmp printf.pico.tmp putc.pico.tmp putchar.pico.tmp puts.pico.tmp putw.pico.tmp putwc.pico.tmp putwchar.pico.tmp refill.pico.tmp remove.pico.tmp rewind.pico.tmp rget.pico.tmp scanf.pico.tmp setbuf.pico.tmp setbuffer.pico.tmp setvbuf.pico.tmp snprintf_ss.pico.tmp sscanf.pico.tmp stdio.pico.tmp swprintf.pico.tmp swscanf.pico.tmp tmpfile.pico.tmp ungetc.pico.tmp ungetwc.pico.tmp vasprintf.pico.tmp vdprintf.pico.tmp vfprintf.pico.tmp vfscanf.pico.tmp vfwprintf.pico.tmp vfwscanf.pico.tmp vprintf.pico.tmp vscanf.pico.tmp vsnprintf.pico.tmp vsnprintf_ss.pico.tmp vsscanf.pico.tmp vswprintf.pico.tmp vswscanf.pico.tmp vwprintf.pico.tmp vwscanf.pico.tmp wbuf.pico.tmp wprintf.pico.tmp wscanf.pico.tmp wsetup.pico.tmp fmemopen.pico.tmp open_memstream.pico.tmp open_wmemstream.pico.tmp gets.pico.tmp vsprintf.pico.tmp tempnam.pico.tmp tmpnam.pico.tmp mktemp.pico.tmp _env.pico.tmp _rand48.pico.tmp a64l.pico.tmp abort.pico.tmp atexit.pico.tmp atof.pico.tmp atoi.pico.tmp atol.pico.tmp atoll.pico.tmp bsearch.pico.tmp cxa_thread_atexit.pico.tmp drand48.pico.tmp exit.pico.tmp getenv.pico.tmp getopt.pico.tmp getopt_long.pico.tmp getsubopt.pico.tmp hcreate.pico.tmp heapsort.pico.tmp imaxdiv.pico.tmp insque.pico.tmp jrand48.pico.tmp l64a.pico.tmp lldiv.pico.tmp lcong48.pico.tmp lrand48.pico.tmp lsearch.pico.tmp merge.pico.tmp mi_vector_hash.pico.tmp mrand48.pico.tmp nrand48.pico.tmp putenv.pico.tmp qabs.pico.tmp qdiv.pico.tmp qsort.pico.tmp posix_openpt.pico.tmp pty.pico.tmp quick_exit.pico.tmp radixsort.pico.tmp rand.pico.tmp rand_r.pico.tmp random.pico.tmp remque.pico.tmp reallocarr.pico.tmp reallocarray.pico.tmp seed48.pico.tmp setenv.pico.tmp srand48.pico.tmp strsuftoll.pico.tmp strtoi.pico.tmp strtou.pico.tmp strtonum.pico.tmp strtoimax.pico.tmp strtol.pico.tmp strtoll.pico.tmp strtoq.pico.tmp strtoul.pico.tmp strtoull.pico.tmp strtoumax.pico.tmp strtouq.pico.tmp system.pico.tmp tdelete.pico.tmp tfind.pico.tmp tsearch.pico.tmp twalk.pico.tmp unsetenv.pico.tmp strfmon.pico.tmp imaxdiv.pico.tmp erand48_ieee754.pico.tmp jemalloc.pico.tmp arena.pico.tmp background_thread.pico.tmp base.pico.tmp bin.pico.tmp bitmap.pico.tmp ckh.pico.tmp ctl.pico.tmp divide.pico.tmp extent.pico.tmp extent_dss.pico.tmp extent_mmap.pico.tmp hash.pico.tmp hooks.pico.tmp large.pico.tmp log.pico.tmp malloc_io.pico.tmp mutex.pico.tmp mutex_pool.pico.tmp nstime.pico.tmp pages.pico.tmp prng.pico.tmp prof.pico.tmp rtree.pico.tmp stats.pico.tmp sz.pico.tmp tcache.pico.tmp ticker.pico.tmp tsd.pico.tmp witness.pico.tmp abs.pico.tmp div.pico.tmp labs.pico.tmp ldiv.pico.tmp bm.pico.tmp stpcpy.pico.tmp stpncpy.pico.tmp strcasecmp.pico.tmp strncasecmp.pico.tmp strcasestr.pico.tmp strcoll.pico.tmp strdup.pico.tmp strerror.pico.tmp strerror_ss.pico.tmp strlcat.pico.tmp strlcpy.pico.tmp strnlen.pico.tmp strmode.pico.tmp strsignal.pico.tmp strtok.pico.tmp strtok_r.pico.tmp strxfrm.pico.tmp __strsignal.pico.tmp strerror_r.pico.tmp strndup.pico.tmp stresep.pico.tmp memrchr.pico.tmp bcmp.pico.tmp memcmp.pico.tmp strcspn.pico.tmp strncat.pico.tmp strncpy.pico.tmp strpbrk.pico.tmp strsep.pico.tmp strspn.pico.tmp strstr.pico.tmp strnstr.pico.tmp explicit_memset.pico.tmp consttime_memequal.pico.tmp memccpy.pico.tmp memmem.pico.tmp strchrnul.pico.tmp popcount32.pico.tmp popcount64.pico.tmp wcscat.pico.tmp wcschr.pico.tmp wcscmp.pico.tmp wcscpy.pico.tmp wcscspn.pico.tmp wcslcat.pico.tmp wcslcpy.pico.tmp wcslen.pico.tmp wcsncat.pico.tmp wcsnlen.pico.tmp wcscasecmp.pico.tmp wcsdup.pico.tmp wcsncasecmp.pico.tmp wcsncmp.pico.tmp wcsncpy.pico.tmp wcspbrk.pico.tmp wcsrchr.pico.tmp wcsspn.pico.tmp wcsstr.pico.tmp wcstok.pico.tmp wcswcs.pico.tmp wmemchr.pico.tmp wmemcmp.pico.tmp wmemcpy.pico.tmp wmemmove.pico.tmp wmemset.pico.tmp bcopy.pico.tmp ffs.pico.tmp memchr.pico.tmp memcpy.pico.tmp memmove.pico.tmp memset.pico.tmp strcat.pico.tmp strchr.pico.tmp strcmp.pico.tmp strcpy.pico.tmp strlen.pico.tmp strncmp.pico.tmp strrchr.pico.tmp swab.pico.tmp cfgetispeed.pico.tmp cfgetospeed.pico.tmp cfmakeraw.pico.tmp cfsetispeed.pico.tmp cfsetospeed.pico.tmp cfsetspeed.pico.tmp tcdrain.pico.tmp tcflow.pico.tmp tcflush.pico.tmp tcgetattr.pico.tmp tcgetpgrp.pico.tmp tcgetwinsize.pico.tmp tcgetsid.pico.tmp tcsendbreak.pico.tmp tcsetattr.pico.tmp tcsetpgrp.pico.tmp tcsetwinsize.pico.tmp __isthreaded.pico.tmp thread-stub.pico.tmp thread-stub-init.pico.tmp asctime.pico.tmp difftime.pico.tmp localtime.pico.tmp getdate.pico.tmp strftime.pico.tmp strptime.pico.tmp tls.pico.tmp cpuset.pico.tmp accept4.pico.tmp clock_getcpuclockid.pico.tmp eventfd_read.pico.tmp eventfd_write.pico.tmp posix_fadvise.pico.tmp posix_madvise.pico.tmp ppoll.pico.tmp sched.pico.tmp sigqueue.pico.tmp sigtimedwait.pico.tmp sigwait.pico.tmp sigwaitinfo.pico.tmp statvfs.pico.tmp swapon.pico.tmp semctl.pico.tmp vadvise.pico.tmp __clone.pico.tmp __vfork14.pico.tmp brk.pico.tmp fork.pico.tmp pipe.pico.tmp getcontext.pico.tmp ptrace.pico.tmp sbrk.pico.tmp shmat.pico.tmp syscall.pico.tmp __syscall.pico.tmp __clone.pico.tmp cerror.pico.tmp fdiscard.pico.tmp ftruncate.pico.tmp lseek.pico.tmp mmap.pico.tmp pread.pico.tmp preadv.pico.tmp pwrite.pico.tmp pwritev.pico.tmp truncate.pico.tmp ntp_adjtime.pico.tmp mknodat.pico.tmp posix_fallocate.pico.tmp adjtime.pico.tmp clock_settime.pico.tmp settimeofday.pico.tmp __sigaction_siginfo.pico.tmp __acl_get_link.pico.tmp __acl_set_link.pico.tmp __acl_delete_link.pico.tmp __acl_aclcheck_link.pico.tmp __acl_get_file.pico.tmp __acl_set_file.pico.tmp __acl_get_fd.pico.tmp __acl_set_fd.pico.tmp __acl_delete_file.pico.tmp __acl_delete_fd.pico.tmp __acl_aclcheck_file.pico.tmp __acl_aclcheck_fd.pico.tmp access.pico.tmp acct.pico.tmp bind.pico.tmp chdir.pico.tmp chflags.pico.tmp chmod.pico.tmp chown.pico.tmp chroot.pico.tmp clock_getcpuclockid2.pico.tmp __clock_getres50.pico.tmp __clock_gettime50.pico.tmp dup.pico.tmp dup2.pico.tmp dup3.pico.tmp eventfd.pico.tmp extattrctl.pico.tmp extattr_delete_fd.pico.tmp extattr_delete_file.pico.tmp extattr_delete_link.pico.tmp extattr_get_fd.pico.tmp extattr_get_file.pico.tmp extattr_get_link.pico.tmp extattr_list_fd.pico.tmp extattr_list_file.pico.tmp extattr_list_link.pico.tmp extattr_set_fd.pico.tmp extattr_set_file.pico.tmp extattr_set_link.pico.tmp setxattr.pico.tmp getxattr.pico.tmp listxattr.pico.tmp removexattr.pico.tmp lsetxattr.pico.tmp lgetxattr.pico.tmp llistxattr.pico.tmp lremovexattr.pico.tmp fsetxattr.pico.tmp fgetxattr.pico.tmp flistxattr.pico.tmp fremovexattr.pico.tmp faccessat.pico.tmp fchdir.pico.tmp fchflags.pico.tmp fchmod.pico.tmp fchmodat.pico.tmp fchown.pico.tmp fchownat.pico.tmp fchroot.pico.tmp fexecve.pico.tmp __fhopen40.pico.tmp __fhstat50.pico.tmp __fhstatvfs190.pico.tmp fktrace.pico.tmp flock.pico.tmp fpathconf.pico.tmp __fstat50.pico.tmp __fstatvfs190.pico.tmp fstatat.pico.tmp __futimes50.pico.tmp futimens.pico.tmp __getcwd.pico.tmp __getdents30.pico.tmp __getfh30.pico.tmp __getvfsstat90.pico.tmp getgroups.pico.tmp __getitimer50.pico.tmp __getlogin.pico.tmp getpeername.pico.tmp getpgid.pico.tmp getpgrp.pico.tmp getpriority.pico.tmp getrandom.pico.tmp getrlimit.pico.tmp __getrusage50.pico.tmp getsid.pico.tmp getsockname.pico.tmp getsockopt.pico.tmp getsockopt2.pico.tmp __gettimeofday50.pico.tmp ioctl.pico.tmp kqueue.pico.tmp kqueue1.pico.tmp ktrace.pico.tmp _ksem_close.pico.tmp _ksem_destroy.pico.tmp _ksem_getvalue.pico.tmp _ksem_init.pico.tmp _ksem_post.pico.tmp _ksem_timedwait.pico.tmp _ksem_trywait.pico.tmp _ksem_unlink.pico.tmp _ksem_wait.pico.tmp _ksem_open.pico.tmp lchflags.pico.tmp lchmod.pico.tmp lchown.pico.tmp lfs_bmapv.pico.tmp lfs_markv.pico.tmp lfs_segclean.pico.tmp lpathconf.pico.tmp __lfs_segwait50.pico.tmp link.pico.tmp linkat.pico.tmp listen.pico.tmp __lstat50.pico.tmp __lutimes50.pico.tmp _lwp_create.pico.tmp _lwp_exit.pico.tmp _lwp_kill.pico.tmp ___lwp_park60.pico.tmp _lwp_self.pico.tmp _lwp_wait.pico.tmp _lwp_unpark.pico.tmp _lwp_unpark_all.pico.tmp _lwp_suspend.pico.tmp _lwp_continue.pico.tmp _lwp_wakeup.pico.tmp _lwp_detach.pico.tmp _lwp_setprivate.pico.tmp _lwp_setname.pico.tmp _lwp_getname.pico.tmp _lwp_ctl.pico.tmp madvise.pico.tmp mincore.pico.tmp minherit.pico.tmp mkdir.pico.tmp mkdirat.pico.tmp mkfifo.pico.tmp mkfifoat.pico.tmp __mknod50.pico.tmp mlock.pico.tmp mlockall.pico.tmp modctl.pico.tmp __mount50.pico.tmp mprotect.pico.tmp __msgctl50.pico.tmp msgget.pico.tmp munlock.pico.tmp munlockall.pico.tmp munmap.pico.tmp nfssvc.pico.tmp __ntp_gettime50.pico.tmp pathconf.pico.tmp pipe2.pico.tmp __posix_chown.pico.tmp __posix_fchown.pico.tmp __posix_lchown.pico.tmp __posix_rename.pico.tmp profil.pico.tmp __quotactl.pico.tmp rasctl.pico.tmp readlinkat.pico.tmp reboot.pico.tmp rename.pico.tmp renameat.pico.tmp revoke.pico.tmp rmdir.pico.tmp semconfig.pico.tmp semget.pico.tmp semop.pico.tmp setegid.pico.tmp seteuid.pico.tmp setgid.pico.tmp setgroups.pico.tmp __setitimer50.pico.tmp __setlogin.pico.tmp setpgid.pico.tmp setpriority.pico.tmp setregid.pico.tmp setreuid.pico.tmp setrlimit.pico.tmp setsid.pico.tmp setsockopt.pico.tmp setuid.pico.tmp __shmctl50.pico.tmp shmdt.pico.tmp shmget.pico.tmp shutdown.pico.tmp sigqueueinfo.pico.tmp __sigaltstack14.pico.tmp __sigpending14.pico.tmp __sigaction_sigtramp.pico.tmp ____sigtimedwait50.pico.tmp __socket30.pico.tmp socketpair.pico.tmp __stat50.pico.tmp __statvfs190.pico.tmp swapctl.pico.tmp symlink.pico.tmp symlinkat.pico.tmp __sysctl.pico.tmp timer_create.pico.tmp timer_delete.pico.tmp __timer_gettime50.pico.tmp timer_getoverrun.pico.tmp ____semctl50.pico.tmp __timer_settime50.pico.tmp timerfd_create.pico.tmp timerfd_gettime.pico.tmp timerfd_settime.pico.tmp umask.pico.tmp undelete.pico.tmp unlink.pico.tmp unlinkat.pico.tmp unmount.pico.tmp __utimes50.pico.tmp utimensat.pico.tmp utrace.pico.tmp uuidgen.pico.tmp tmp__lwp_getprivate.pico.tmp tmp_mremap.pico.tmp accept.pico.tmp __aio_suspend50.pico.tmp clock_nanosleep.pico.tmp close.pico.tmp connect.pico.tmp execve.pico.tmp fcntl.pico.tmp fdatasync.pico.tmp fsync.pico.tmp fsync_range.pico.tmp __kevent50.pico.tmp kill.pico.tmp mq_receive.pico.tmp mq_send.pico.tmp __mq_timedreceive50.pico.tmp __mq_timedsend50.pico.tmp msgrcv.pico.tmp msgsnd.pico.tmp __msync13.pico.tmp __nanosleep50.pico.tmp open.pico.tmp openat.pico.tmp paccept.pico.tmp poll.pico.tmp __pollts50.pico.tmp __pselect50.pico.tmp read.pico.tmp readlink.pico.tmp readv.pico.tmp recvfrom.pico.tmp recvmmsg.pico.tmp recvmsg.pico.tmp _sched_setparam.pico.tmp _sched_getparam.pico.tmp _sched_setaffinity.pico.tmp _sched_getaffinity.pico.tmp sched_yield.pico.tmp _sched_protect.pico.tmp __select50.pico.tmp sendmmsg.pico.tmp sendmsg.pico.tmp sendto.pico.tmp setcontext.pico.tmp __sigprocmask14.pico.tmp __sigsuspend14.pico.tmp sysarch.pico.tmp __wait450.pico.tmp wait6.pico.tmp write.pico.tmp writev.pico.tmp getegid.pico.tmp geteuid.pico.tmp getgid.pico.tmp getpid.pico.tmp getppid.pico.tmp getuid.pico.tmp issetugid.pico.tmp posix_spawn.pico.tmp sync.pico.tmp __posix_fadvise50.pico.tmp _exit.pico.tmp tmp_fdiscard.pico.tmp tmp_ftruncate.pico.tmp tmp_lseek.pico.tmp tmp_mmap.pico.tmp tmp_pread.pico.tmp tmp_preadv.pico.tmp tmp_pwrite.pico.tmp tmp_pwritev.pico.tmp tmp_truncate.pico.tmp tmp_ntp_adjtime.pico.tmp tmp_mknodat.pico.tmp tmp___adjtime50.pico.tmp tmp___clock_settime50.pico.tmp tmp___settimeofday50.pico.tmp tmp_posix_fallocate.pico.tmp uuid_compare.pico.tmp uuid_create.pico.tmp uuid_create_nil.pico.tmp uuid_equal.pico.tmp uuid_from_string.pico.tmp uuid_hash.pico.tmp uuid_is_nil.pico.tmp uuid_stream.pico.tmp uuid_to_string.pico.tmp xdryp.pico.tmp yp_all.pico.tmp yp_first.pico.tmp yp_maplist.pico.tmp yp_master.pico.tmp yp_match.pico.tmp yp_order.pico.tmp yplib.pico.tmp yperr_string.pico.tmp ypprot_err.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f .depend BitReader.d BitcodeAnalyzer.d BitcodeReader.d MetadataLoader.d ValueList.d BitReader.d.tmp BitcodeAnalyzer.d.tmp BitcodeReader.d.tmp MetadataLoader.d.tmp ValueList.d.tmp tags || true) --- cleandir-libLLVMBitWriter --- cleandir ===> external/apache2/llvm/librt/libLLVMBitWriter --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libc && rm -f libc_pic.a libc.so.* libc.so __sigtramp2.pico compat_ndbmdatum.pico compat_setlocale1.pico compat_setlocale32.pico compat_errlist.pico compat_fts.pico compat___fts13.pico compat___fts30.pico compat___fts31.pico compat_getmntinfo.pico compat_glob.pico compat___glob13.pico compat_opendir.pico compat_readdir.pico compat__readdir_unlocked30.pico compat_scandir.pico compat_siglist.pico compat_signame.pico compat_sigsetops.pico compat_times.pico compat_timezone.pico compat_unvis.pico compat_utmpx.pico compat_time.pico compat_utime.pico compat_devname.pico compat_alphasort.pico compat_getpwent.pico compat___fts32.pico compat_utmp.pico compat___fts50.pico compat___unvis13.pico compat_syslog.pico compat_alloca.pico compat___getmntinfo13.pico __cmsg_alignbytes.pico compat_ns_addr.pico compat_ns_ntoa.pico compat_pmap_rmtcall.pico compat_rpcb.pico compat_fgetpos.pico compat_fsetpos.pico compat_putenv.pico compat_random.pico compat_unsetenv.pico compat_getdents.pico compat_getdirentries.pico compat_msync.pico compat_ntp_gettime.pico compat_sched.pico compat_semctl.pico compat_sigaltstack.pico compat_stat.pico compat___stat13.pico compat_statfs.pico compat_statvfs.pico compat_socket.pico compat_getfh.pico compat_fhopen.pico compat___fhstat30.pico compat_fhstatvfs.pico compat_fhstatvfs1.pico compat_mount.pico compat_getrusage.pico compat_gettimeofday.pico compat_utimes.pico compat_wait4.pico compat_sigtimedwait.pico compat_settimeofday.pico compat_timer.pico compat_clock.pico compat_itimer.pico compat_select.pico compat_nanosleep.pico compat___stat30.pico compat_aio_suspend.pico compat_adjtime.pico compat_mknod.pico compat_mqueue.pico compat__lwp_park.pico compat_lfs_segwait.pico compat_kevent.pico compat___ntp_gettime30.pico compat___semctl13.pico compat___shmctl13.pico compat___msgctl13.pico compat___lwp_park50.pico compat___fhstatvfs140.pico compat___fhstatvfs40.pico compat___sigaction14_sigtramp.pico compat_localtime.pico compat_difftime.pico compat_frexp_ieee754.pico compat_ldexp_ieee754.pico compat_modf_ieee754.pico compat_Ovfork.pico compat___semctl.pico compat___sigreturn14.pico compat_msgctl.pico compat_shmctl.pico compat_sigaction.pico compat_sigpending.pico compat_sigprocmask.pico compat_sigreturn.pico compat_sigsuspend.pico compat_quotactl.pico atomic.pico atomic_init_cas.pico cdbr.pico cdbw.pico bt_close.pico bt_conv.pico bt_debug.pico bt_delete.pico bt_get.pico bt_open.pico bt_overflow.pico bt_page.pico bt_put.pico bt_search.pico bt_seq.pico bt_split.pico bt_utils.pico db.pico dbfile.pico hash.pico hash_bigkey.pico hash_buf.pico hash_func.pico hash_log2.pico hash_page.pico ndbmdatum.pico ndbm.pico mpool.pico rec_close.pico rec_delete.pico rec_get.pico rec_open.pico rec_put.pico rec_search.pico rec_seq.pico rec_utils.pico citrus_bcs.pico citrus_bcs_strtol.pico citrus_bcs_strtoul.pico citrus_csmapper.pico citrus_ctype.pico citrus_ctype_fallback.pico citrus_db.pico citrus_db_hash.pico citrus_esdb.pico citrus_hash.pico citrus_iconv.pico citrus_lookup.pico citrus_mapper.pico citrus_memstream.pico citrus_mmap.pico citrus_module.pico citrus_none.pico citrus_stdenc.pico citrus_lc_ctype.pico citrus_lc_monetary.pico citrus_lc_numeric.pico citrus_lc_time.pico citrus_lc_messages.pico creat.pico getdtablesize.pico gethostid.pico killpg.pico sethostid.pico setpgrp.pico setrgid.pico setruid.pico sigcompat.pico getwd.pico absvsi2.pico absvti2.pico addvsi3.pico addvti3.pico ashlti3.pico ashrti3.pico clzti2.pico cmpti2.pico ctzti2.pico divti3.pico ffsti2.pico fixsfdi.pico fixdfdi.pico fixunsdfdi.pico fixunsdfsi.pico fixunssfdi.pico fixunssfsi.pico fixunsxfdi.pico fixunsxfsi.pico int_util.pico lshrti3.pico modti3.pico muldc3.pico mulosi4.pico muloti4.pico multi3.pico mulvsi3.pico mulvti3.pico negti2.pico negvsi2.pico negvti2.pico paritysi2.pico parityti2.pico popcountsi2.pico popcountti2.pico subvsi3.pico subvti3.pico ucmpti2.pico udivmodti4.pico udivti3.pico umodti3.pico floatdidf.pico floatdisf.pico floatdixf.pico floatundidf.pico floatundisf.pico floatundixf.pico negdf2.pico negsf2.pico powidf2.pico powisf2.pico powitf2.pico powixf2.pico fixxfdi.pico fixunsdfti.pico fixunssfti.pico fixunsxfti.pico fixxfti.pico floattidf.pico floattisf.pico floattixf.pico floatuntidf.pico floatuntisf.pico floatuntixf.pico clzsi2.pico ctzsi2.pico divmodsi4.pico divsi3.pico modsi3.pico udivmodsi4.pico umodsi3.pico udivsi3.pico absvdi2.pico addvdi3.pico mulodi4.pico mulvdi3.pico negvdi2.pico paritydi2.pico popcountdi2.pico subvdi3.pico clzdi2.pico ctzdi2.pico ffsdi2.pico GCDAProfiling.pico InstrProfiling.pico InstrProfilingBuffer.pico InstrProfilingFile.pico InstrProfilingPlatformLinux.pico InstrProfilingUtil.pico InstrProfilingValue.pico InstrProfilingWriter.pico dlfcn_elf.pico strtof.pico strtold_px.pico strtopx.pico strtod.pico dtoa.pico ldtoa.pico hdtoa.pico gdtoa.pico gdtoa_locks.pico dmisc.pico gethex.pico gmisc.pico hd_init.pico hexnan.pico misc.pico smisc.pico strtodg.pico sum.pico ulp.pico strtord.pico _errno.pico daemon.pico alarm.pico alphasort.pico arc4random.pico assert.pico asysctl.pico basename.pico clock.pico closedir.pico closefrom.pico confstr.pico ctermid.pico ctype_.pico dehumanize_number.pico devname.pico dirname.pico disklabel.pico err.pico errx.pico errc.pico errlist.pico errno.pico execl.pico execle.pico execlp.pico execv.pico execvp.pico exect.pico extattr.pico fmtcheck.pico fmtmsg.pico fnmatch.pico fstab.pico ftok.pico fts.pico ftw.pico getbsize.pico getcap.pico getcwd.pico getdevmajor.pico getdomainname.pico getentropy.pico getgrent.pico getgrouplist.pico getgroupmembership.pico gethostname.pico getloadavg.pico getlogin.pico getmntinfo.pico getnetgrent.pico getpagesize.pico getpass.pico getprogname.pico getpwent.pico getttyent.pico getusershell.pico glob.pico humanize_number.pico initdir.pico initgroups.pico isascii.pico isatty.pico isctype.pico lockf.pico nftw.pico nice.pico nlist.pico nlist_aout.pico nlist_coff.pico nlist_ecoff.pico nlist_elf32.pico nlist_elf64.pico opendir.pico pause.pico popen.pico posix_spawn_sched.pico posix_spawn_fileactions.pico posix_spawnp.pico psignal.pico pthread_atfork.pico ptree.pico pwcache.pico pw_scan.pico raise.pico randomid.pico rb.pico readdir.pico rewinddir.pico scandir.pico seekdir.pico setdomainname.pico sethostname.pico setjmperr.pico setmode.pico setproctitle.pico setprogname.pico shquote.pico shquotev.pico sighold.pico sigignore.pico siginterrupt.pico siglist.pico signal.pico signalname.pico signalnext.pico signalnumber.pico signame.pico sigrelse.pico sigset.pico sigsetops.pico sleep.pico stringlist.pico sysconf.pico sysctl.pico sysctlbyname.pico sysctlgetmibinfo.pico sysctlnametomib.pico syslog.pico syslog_ss.pico telldir.pico time.pico timespec_get.pico times.pico toascii.pico tolower_.pico ttyname.pico ttyslot.pico toupper_.pico ualarm.pico ulimit.pico uname.pico unvis.pico usleep.pico utime.pico utimens.pico utmp.pico utmpx.pico valloc.pico vis.pico wait.pico wait3.pico waitid.pico waitpid.pico warn.pico warnx.pico warnc.pico wordexp.pico xsyslog.pico vwarn.pico vwarnx.pico vwarnc.pico verr.pico verrx.pico verrc.pico alloca.pico byte_swap_2.pico byte_swap_4.pico byte_swap_8.pico fabs.pico flt_rounds.pico fpgetmask.pico fpgetround.pico fpgetsticky.pico fpsetmask.pico fpsetround.pico fpsetsticky.pico fpgetprec.pico fpsetprec.pico __setjmp14.pico _setjmp.pico __sigsetjmp14.pico resumecontext.pico swapcontext.pico _lwp.pico makecontext.pico infinityf_ieee754.pico infinity_ieee754.pico fpclassifyf_ieee754.pico fpclassifyd_ieee754.pico isfinitef_ieee754.pico isfinited_ieee754.pico isinff_ieee754.pico isinfd_ieee754.pico isnanf_ieee754.pico isnand_ieee754.pico signbitf_ieee754.pico signbitd_ieee754.pico signbitl_ieee754.pico nanf.pico infinityl.pico fpclassifyl.pico isfinitel.pico isinfl.pico isnanl.pico gmon.pico mcount.pico hmac.pico md2.pico md2hl.pico rmd160.pico rmd160hl.pico sha1.pico sha1hl.pico sha2.pico sha224hl.pico sha256hl.pico sha384hl.pico sha512hl.pico keccak.pico sha3.pico murmurhash.pico iconv.pico inet_addr.pico inet_cidr_ntop.pico inet_cidr_pton.pico inet_lnaof.pico inet_makeaddr.pico inet_net_ntop.pico inet_net_pton.pico inet_neta.pico inet_netof.pico inet_network.pico inet_ntoa.pico inet_ntop.pico inet_pton.pico nsap_addr.pico assertions.pico ev_timers.pico ev_streams.pico setlocale.pico __mb_cur_max.pico duplocale.pico global_locale.pico fix_grouping.pico freelocale.pico localeconv.pico newlocale.pico nl_langinfo.pico generic_lc_all.pico dummy_lc_collate.pico wcstol.pico wcstoll.pico wcstoimax.pico wcstoul.pico wcstoull.pico wcstoumax.pico wcstod.pico wcstof.pico wcstold.pico wcscoll.pico wcsxfrm.pico wcsftime.pico _wctrans.pico _wctype.pico rune.pico runetable.pico multibyte_c90.pico multibyte_amd1.pico iswctype_mb.pico md4c.pico md5c.pico md4hl.pico md5hl.pico initfini.pico stack_protector.pico base64.pico ethers.pico gethnamaddr.pico getifaddrs.pico getnetnamadr.pico getnetent.pico getpeereid.pico getprotobyname.pico getprotobynumber.pico getprotoent.pico getprotobyname_r.pico getprotobynumber_r.pico getprotoent_r.pico getservbyname.pico getservbyport.pico getservent.pico getservbyname_r.pico getservbyport_r.pico getservent_r.pico iso_addr.pico linkaddr.pico nsdispatch.pico nslexer.pico nsparser.pico nsap_addr.pico rcmd.pico recv.pico send.pico sethostent.pico sctp_sys_calls.pico sockatmark.pico hesiod.pico getaddrinfo.pico getnameinfo.pico ip6opt.pico rthdr.pico inet6_scopeid.pico vars6.pico if_indextoname.pico if_nameindex.pico if_nametoindex.pico ns_name.pico ns_netint.pico ns_parse.pico ns_print.pico ns_samedomain.pico ns_ttl.pico catclose.pico catgets.pico catopen.pico acl_branding.pico acl_calc_mask.pico acl_copy.pico acl_delete.pico acl_delete_entry.pico acl_entry.pico acl_flag.pico acl_free.pico acl_from_text.pico acl_from_text_nfs4.pico acl_get.pico acl_id_to_name.pico acl_init.pico acl_perm.pico acl_set.pico acl_strip.pico acl_support.pico acl_support_nfs4.pico acl_to_text.pico acl_to_text_nfs4.pico acl_valid.pico subr_acl_nfs4.pico regcomp.pico regerror.pico regexec.pico regfree.pico regsub.pico h_errno.pico herror.pico res_comp.pico res_data.pico res_debug.pico res_init.pico res_mkquery.pico res_query.pico res_send.pico res_state.pico mtctxres.pico res_compat.pico auth_none.pico auth_unix.pico authunix_prot.pico bindresvport.pico clnt_bcast.pico clnt_dg.pico clnt_generic.pico clnt_perror.pico clnt_raw.pico clnt_simple.pico clnt_vc.pico rpc_dtablesize.pico getnetconfig.pico getnetpath.pico getrpcent.pico getrpcport.pico mt_misc.pico pmap_clnt.pico pmap_getmaps.pico pmap_getport.pico pmap_prot.pico pmap_prot2.pico pmap_rmt.pico rpc_prot.pico rpc_commondata.pico rpc_callmsg.pico rpc_generic.pico rpc_soc.pico rpcb_clnt.pico rpcb_prot.pico rpcb_st_xdr.pico svc.pico svc_auth.pico svc_dg.pico svc_auth_unix.pico svc_generic.pico svc_raw.pico svc_run.pico svc_simple.pico svc_vc.pico svc_fdset.pico xdr.pico xdr_array.pico xdr_float.pico xdr_mem.pico xdr_rec.pico xdr_reference.pico xdr_stdio.pico xdr_sizeof.pico __rpc_getxid.pico gets_chk.pico fgets_chk.pico memcpy_chk.pico memmove_chk.pico memset_chk.pico snprintf_chk.pico sprintf_chk.pico stpcpy_chk.pico stpncpy_chk.pico strcat_chk.pico strcpy_chk.pico strncat_chk.pico strncpy_chk.pico vsnprintf_chk.pico vsprintf_chk.pico clrerr.pico dprintf.pico fclose.pico fdopen.pico feof.pico ferror.pico fflush.pico fgetc.pico fgetln.pico fgetpos.pico fgets.pico fgetstr.pico fgetwc.pico fgetwln.pico fgetws.pico fileno.pico findfp.pico flags.pico flockfile.pico fopen.pico fparseln.pico fprintf.pico fpurge.pico fputc.pico fputs.pico fputwc.pico fputws.pico fread.pico freopen.pico fscanf.pico fseek.pico fseeko.pico fsetpos.pico ftell.pico ftello.pico funopen.pico fvwrite.pico fwalk.pico fwide.pico fwprintf.pico fwrite.pico fwscanf.pico getc.pico getchar.pico getdelim.pico getline.pico gettemp.pico getw.pico getwc.pico getwchar.pico makebuf.pico mkdtemp.pico mkstemp.pico mkstemps.pico mkostemp.pico mkostemps.pico perror.pico printf.pico putc.pico putchar.pico puts.pico putw.pico putwc.pico putwchar.pico refill.pico remove.pico rewind.pico rget.pico scanf.pico setbuf.pico setbuffer.pico setvbuf.pico snprintf_ss.pico sscanf.pico stdio.pico swprintf.pico swscanf.pico tmpfile.pico ungetc.pico ungetwc.pico vasprintf.pico vdprintf.pico vfprintf.pico vfscanf.pico vfwprintf.pico vfwscanf.pico vprintf.pico vscanf.pico vsnprintf.pico vsnprintf_ss.pico vsscanf.pico vswprintf.pico vswscanf.pico vwprintf.pico vwscanf.pico wbuf.pico wprintf.pico wscanf.pico wsetup.pico fmemopen.pico open_memstream.pico open_wmemstream.pico gets.pico vsprintf.pico tempnam.pico tmpnam.pico mktemp.pico _env.pico _rand48.pico a64l.pico abort.pico atexit.pico atof.pico atoi.pico atol.pico atoll.pico bsearch.pico cxa_thread_atexit.pico drand48.pico exit.pico getenv.pico getopt.pico getopt_long.pico getsubopt.pico hcreate.pico heapsort.pico imaxdiv.pico insque.pico jrand48.pico l64a.pico lldiv.pico lcong48.pico lrand48.pico lsearch.pico merge.pico mi_vector_hash.pico mrand48.pico nrand48.pico putenv.pico qabs.pico qdiv.pico qsort.pico posix_openpt.pico pty.pico quick_exit.pico radixsort.pico rand.pico rand_r.pico random.pico remque.pico reallocarr.pico reallocarray.pico seed48.pico setenv.pico srand48.pico strsuftoll.pico strtoi.pico strtou.pico strtonum.pico strtoimax.pico strtol.pico strtoll.pico strtoq.pico strtoul.pico strtoull.pico strtoumax.pico strtouq.pico system.pico tdelete.pico tfind.pico tsearch.pico twalk.pico unsetenv.pico strfmon.pico imaxdiv.pico erand48_ieee754.pico jemalloc.pico arena.pico background_thread.pico base.pico bin.pico bitmap.pico ckh.pico ctl.pico divide.pico extent.pico extent_dss.pico extent_mmap.pico hash.pico hooks.pico large.pico log.pico malloc_io.pico mutex.pico mutex_pool.pico nstime.pico pages.pico prng.pico prof.pico rtree.pico stats.pico sz.pico tcache.pico ticker.pico tsd.pico witness.pico abs.pico div.pico labs.pico ldiv.pico bm.pico stpcpy.pico stpncpy.pico strcasecmp.pico strncasecmp.pico strcasestr.pico strcoll.pico strdup.pico strerror.pico strerror_ss.pico strlcat.pico strlcpy.pico strnlen.pico strmode.pico strsignal.pico strtok.pico strtok_r.pico strxfrm.pico __strsignal.pico strerror_r.pico strndup.pico stresep.pico memrchr.pico bcmp.pico memcmp.pico strcspn.pico strncat.pico strncpy.pico strpbrk.pico strsep.pico strspn.pico strstr.pico strnstr.pico explicit_memset.pico consttime_memequal.pico memccpy.pico memmem.pico strchrnul.pico popcount32.pico popcount64.pico wcscat.pico wcschr.pico wcscmp.pico wcscpy.pico wcscspn.pico wcslcat.pico wcslcpy.pico wcslen.pico wcsncat.pico wcsnlen.pico wcscasecmp.pico wcsdup.pico wcsncasecmp.pico wcsncmp.pico wcsncpy.pico wcspbrk.pico wcsrchr.pico wcsspn.pico wcsstr.pico wcstok.pico wcswcs.pico wmemchr.pico wmemcmp.pico wmemcpy.pico wmemmove.pico wmemset.pico bcopy.pico ffs.pico memchr.pico memcpy.pico memmove.pico memset.pico strcat.pico strchr.pico strcmp.pico strcpy.pico strlen.pico strncmp.pico strrchr.pico swab.pico cfgetispeed.pico cfgetospeed.pico cfmakeraw.pico cfsetispeed.pico cfsetospeed.pico cfsetspeed.pico tcdrain.pico tcflow.pico tcflush.pico tcgetattr.pico tcgetpgrp.pico tcgetwinsize.pico tcgetsid.pico tcsendbreak.pico tcsetattr.pico tcsetpgrp.pico tcsetwinsize.pico __isthreaded.pico thread-stub.pico thread-stub-init.pico asctime.pico difftime.pico localtime.pico getdate.pico strftime.pico strptime.pico tls.pico cpuset.pico accept4.pico clock_getcpuclockid.pico eventfd_read.pico eventfd_write.pico posix_fadvise.pico posix_madvise.pico ppoll.pico sched.pico sigqueue.pico sigtimedwait.pico sigwait.pico sigwaitinfo.pico statvfs.pico swapon.pico semctl.pico vadvise.pico __clone.pico __vfork14.pico brk.pico fork.pico pipe.pico getcontext.pico ptrace.pico sbrk.pico shmat.pico syscall.pico __syscall.pico __clone.pico cerror.pico fdiscard.pico ftruncate.pico lseek.pico mmap.pico pread.pico preadv.pico pwrite.pico pwritev.pico truncate.pico ntp_adjtime.pico mknodat.pico posix_fallocate.pico adjtime.pico clock_settime.pico settimeofday.pico __sigaction_siginfo.pico __acl_get_link.pico __acl_set_link.pico __acl_delete_link.pico __acl_aclcheck_link.pico __acl_get_file.pico __acl_set_file.pico __acl_get_fd.pico __acl_set_fd.pico __acl_delete_file.pico __acl_delete_fd.pico __acl_aclcheck_file.pico __acl_aclcheck_fd.pico access.pico acct.pico bind.pico chdir.pico chflags.pico chmod.pico chown.pico chroot.pico clock_getcpuclockid2.pico __clock_getres50.pico __clock_gettime50.pico dup.pico dup2.pico dup3.pico eventfd.pico extattrctl.pico extattr_delete_fd.pico extattr_delete_file.pico extattr_delete_link.pico extattr_get_fd.pico extattr_get_file.pico extattr_get_link.pico extattr_list_fd.pico extattr_list_file.pico extattr_list_link.pico extattr_set_fd.pico extattr_set_file.pico extattr_set_link.pico setxattr.pico getxattr.pico listxattr.pico removexattr.pico lsetxattr.pico lgetxattr.pico llistxattr.pico lremovexattr.pico fsetxattr.pico fgetxattr.pico flistxattr.pico fremovexattr.pico faccessat.pico fchdir.pico fchflags.pico fchmod.pico fchmodat.pico fchown.pico fchownat.pico fchroot.pico fexecve.pico __fhopen40.pico __fhstat50.pico __fhstatvfs190.pico fktrace.pico flock.pico fpathconf.pico __fstat50.pico __fstatvfs190.pico fstatat.pico __futimes50.pico futimens.pico __getcwd.pico __getdents30.pico __getfh30.pico __getvfsstat90.pico getgroups.pico __getitimer50.pico __getlogin.pico getpeername.pico getpgid.pico getpgrp.pico getpriority.pico getrandom.pico getrlimit.pico __getrusage50.pico getsid.pico getsockname.pico getsockopt.pico getsockopt2.pico __gettimeofday50.pico ioctl.pico kqueue.pico kqueue1.pico ktrace.pico _ksem_close.pico _ksem_destroy.pico _ksem_getvalue.pico _ksem_init.pico _ksem_post.pico _ksem_timedwait.pico _ksem_trywait.pico _ksem_unlink.pico _ksem_wait.pico _ksem_open.pico lchflags.pico lchmod.pico lchown.pico lfs_bmapv.pico lfs_markv.pico lfs_segclean.pico lpathconf.pico __lfs_segwait50.pico link.pico linkat.pico listen.pico __lstat50.pico __lutimes50.pico _lwp_create.pico _lwp_exit.pico _lwp_kill.pico ___lwp_park60.pico _lwp_self.pico _lwp_wait.pico _lwp_unpark.pico _lwp_unpark_all.pico _lwp_suspend.pico _lwp_continue.pico _lwp_wakeup.pico _lwp_detach.pico _lwp_setprivate.pico _lwp_setname.pico _lwp_getname.pico _lwp_ctl.pico madvise.pico mincore.pico minherit.pico mkdir.pico mkdirat.pico mkfifo.pico mkfifoat.pico __mknod50.pico mlock.pico mlockall.pico modctl.pico __mount50.pico mprotect.pico __msgctl50.pico msgget.pico munlock.pico munlockall.pico munmap.pico nfssvc.pico __ntp_gettime50.pico pathconf.pico pipe2.pico __posix_chown.pico __posix_fchown.pico __posix_lchown.pico __posix_rename.pico profil.pico __quotactl.pico rasctl.pico readlinkat.pico reboot.pico rename.pico renameat.pico revoke.pico rmdir.pico semconfig.pico semget.pico semop.pico setegid.pico seteuid.pico setgid.pico setgroups.pico __setitimer50.pico __setlogin.pico setpgid.pico setpriority.pico setregid.pico setreuid.pico setrlimit.pico setsid.pico setsockopt.pico setuid.pico __shmctl50.pico shmdt.pico shmget.pico shutdown.pico sigqueueinfo.pico __sigaltstack14.pico __sigpending14.pico __sigaction_sigtramp.pico ____sigtimedwait50.pico __socket30.pico socketpair.pico __stat50.pico __statvfs190.pico swapctl.pico symlink.pico symlinkat.pico __sysctl.pico timer_create.pico timer_delete.pico __timer_gettime50.pico timer_getoverrun.pico ____semctl50.pico __timer_settime50.pico timerfd_create.pico timerfd_gettime.pico timerfd_settime.pico umask.pico undelete.pico unlink.pico unlinkat.pico unmount.pico __utimes50.pico utimensat.pico utrace.pico uuidgen.pico tmp__lwp_getprivate.pico tmp_mremap.pico accept.pico __aio_suspend50.pico clock_nanosleep.pico close.pico connect.pico execve.pico fcntl.pico fdatasync.pico fsync.pico fsync_range.pico __kevent50.pico kill.pico mq_receive.pico mq_send.pico __mq_timedreceive50.pico __mq_timedsend50.pico msgrcv.pico msgsnd.pico __msync13.pico __nanosleep50.pico open.pico openat.pico paccept.pico poll.pico __pollts50.pico __pselect50.pico read.pico readlink.pico readv.pico recvfrom.pico recvmmsg.pico recvmsg.pico _sched_setparam.pico _sched_getparam.pico _sched_setaffinity.pico _sched_getaffinity.pico sched_yield.pico _sched_protect.pico __select50.pico sendmmsg.pico sendmsg.pico sendto.pico setcontext.pico __sigprocmask14.pico __sigsuspend14.pico sysarch.pico __wait450.pico wait6.pico write.pico writev.pico getegid.pico geteuid.pico getgid.pico getpid.pico getppid.pico getuid.pico issetugid.pico posix_spawn.pico sync.pico __posix_fadvise50.pico _exit.pico tmp_fdiscard.pico tmp_ftruncate.pico tmp_lseek.pico tmp_mmap.pico tmp_pread.pico tmp_preadv.pico tmp_pwrite.pico tmp_pwritev.pico tmp_truncate.pico tmp_ntp_adjtime.pico tmp_mknodat.pico tmp___adjtime50.pico tmp___clock_settime50.pico tmp___settimeofday50.pico tmp_posix_fallocate.pico uuid_compare.pico uuid_create.pico uuid_create_nil.pico uuid_equal.pico uuid_from_string.pico uuid_hash.pico uuid_is_nil.pico uuid_stream.pico uuid_to_string.pico xdryp.pico yp_all.pico yp_first.pico yp_maplist.pico yp_master.pico yp_match.pico yp_order.pico yplib.pico yperr_string.pico ypprot_err.pico __sigtramp2.pico.tmp compat_ndbmdatum.pico.tmp compat_setlocale1.pico.tmp compat_setlocale32.pico.tmp compat_errlist.pico.tmp compat_fts.pico.tmp compat___fts13.pico.tmp compat___fts30.pico.tmp compat___fts31.pico.tmp compat_getmntinfo.pico.tmp compat_glob.pico.tmp compat___glob13.pico.tmp compat_opendir.pico.tmp compat_readdir.pico.tmp compat__readdir_unlocked30.pico.tmp compat_scandir.pico.tmp compat_siglist.pico.tmp compat_signame.pico.tmp compat_sigsetops.pico.tmp compat_times.pico.tmp compat_timezone.pico.tmp compat_unvis.pico.tmp compat_utmpx.pico.tmp compat_time.pico.tmp compat_utime.pico.tmp compat_devname.pico.tmp compat_alphasort.pico.tmp compat_getpwent.pico.tmp compat___fts32.pico.tmp compat_utmp.pico.tmp compat___fts50.pico.tmp compat___unvis13.pico.tmp compat_syslog.pico.tmp compat_alloca.pico.tmp compat___getmntinfo13.pico.tmp __cmsg_alignbytes.pico.tmp compat_ns_addr.pico.tmp compat_ns_ntoa.pico.tmp compat_pmap_rmtcall.pico.tmp compat_rpcb.pico.tmp compat_fgetpos.pico.tmp compat_fsetpos.pico.tmp compat_putenv.pico.tmp compat_random.pico.tmp compat_unsetenv.pico.tmp compat_getdents.pico.tmp compat_getdirentries.pico.tmp compat_msync.pico.tmp compat_ntp_gettime.pico.tmp compat_sched.pico.tmp compat_semctl.pico.tmp compat_sigaltstack.pico.tmp compat_stat.pico.tmp compat___stat13.pico.tmp compat_statfs.pico.tmp compat_statvfs.pico.tmp compat_socket.pico.tmp compat_getfh.pico.tmp compat_fhopen.pico.tmp compat___fhstat30.pico.tmp compat_fhstatvfs.pico.tmp compat_fhstatvfs1.pico.tmp compat_mount.pico.tmp compat_getrusage.pico.tmp compat_gettimeofday.pico.tmp compat_utimes.pico.tmp compat_wait4.pico.tmp compat_sigtimedwait.pico.tmp compat_settimeofday.pico.tmp compat_timer.pico.tmp compat_clock.pico.tmp compat_itimer.pico.tmp compat_select.pico.tmp compat_nanosleep.pico.tmp compat___stat30.pico.tmp compat_aio_suspend.pico.tmp compat_adjtime.pico.tmp compat_mknod.pico.tmp compat_mqueue.pico.tmp compat__lwp_park.pico.tmp compat_lfs_segwait.pico.tmp compat_kevent.pico.tmp compat___ntp_gettime30.pico.tmp compat___semctl13.pico.tmp compat___shmctl13.pico.tmp compat___msgctl13.pico.tmp compat___lwp_park50.pico.tmp compat___fhstatvfs140.pico.tmp compat___fhstatvfs40.pico.tmp compat___sigaction14_sigtramp.pico.tmp compat_localtime.pico.tmp compat_difftime.pico.tmp compat_frexp_ieee754.pico.tmp compat_ldexp_ieee754.pico.tmp compat_modf_ieee754.pico.tmp compat_Ovfork.pico.tmp compat___semctl.pico.tmp compat___sigreturn14.pico.tmp compat_msgctl.pico.tmp compat_shmctl.pico.tmp compat_sigaction.pico.tmp compat_sigpending.pico.tmp compat_sigprocmask.pico.tmp compat_sigreturn.pico.tmp compat_sigsuspend.pico.tmp compat_quotactl.pico.tmp atomic.pico.tmp atomic_init_cas.pico.tmp cdbr.pico.tmp cdbw.pico.tmp bt_close.pico.tmp bt_conv.pico.tmp bt_debug.pico.tmp bt_delete.pico.tmp bt_get.pico.tmp bt_open.pico.tmp bt_overflow.pico.tmp bt_page.pico.tmp bt_put.pico.tmp bt_search.pico.tmp bt_seq.pico.tmp bt_split.pico.tmp bt_utils.pico.tmp db.pico.tmp dbfile.pico.tmp hash.pico.tmp hash_bigkey.pico.tmp hash_buf.pico.tmp hash_func.pico.tmp hash_log2.pico.tmp hash_page.pico.tmp ndbmdatum.pico.tmp ndbm.pico.tmp mpool.pico.tmp rec_close.pico.tmp rec_delete.pico.tmp rec_get.pico.tmp rec_open.pico.tmp rec_put.pico.tmp rec_search.pico.tmp rec_seq.pico.tmp rec_utils.pico.tmp citrus_bcs.pico.tmp citrus_bcs_strtol.pico.tmp citrus_bcs_strtoul.pico.tmp citrus_csmapper.pico.tmp citrus_ctype.pico.tmp citrus_ctype_fallback.pico.tmp citrus_db.pico.tmp citrus_db_hash.pico.tmp citrus_esdb.pico.tmp citrus_hash.pico.tmp citrus_iconv.pico.tmp citrus_lookup.pico.tmp citrus_mapper.pico.tmp citrus_memstream.pico.tmp citrus_mmap.pico.tmp citrus_module.pico.tmp citrus_none.pico.tmp citrus_stdenc.pico.tmp citrus_lc_ctype.pico.tmp citrus_lc_monetary.pico.tmp citrus_lc_numeric.pico.tmp citrus_lc_time.pico.tmp citrus_lc_messages.pico.tmp creat.pico.tmp getdtablesize.pico.tmp gethostid.pico.tmp killpg.pico.tmp sethostid.pico.tmp setpgrp.pico.tmp setrgid.pico.tmp setruid.pico.tmp sigcompat.pico.tmp getwd.pico.tmp absvsi2.pico.tmp absvti2.pico.tmp addvsi3.pico.tmp addvti3.pico.tmp ashlti3.pico.tmp ashrti3.pico.tmp clzti2.pico.tmp cmpti2.pico.tmp ctzti2.pico.tmp divti3.pico.tmp ffsti2.pico.tmp fixsfdi.pico.tmp fixdfdi.pico.tmp fixunsdfdi.pico.tmp fixunsdfsi.pico.tmp fixunssfdi.pico.tmp fixunssfsi.pico.tmp fixunsxfdi.pico.tmp fixunsxfsi.pico.tmp int_util.pico.tmp lshrti3.pico.tmp modti3.pico.tmp muldc3.pico.tmp mulosi4.pico.tmp muloti4.pico.tmp multi3.pico.tmp mulvsi3.pico.tmp mulvti3.pico.tmp negti2.pico.tmp negvsi2.pico.tmp negvti2.pico.tmp paritysi2.pico.tmp parityti2.pico.tmp popcountsi2.pico.tmp popcountti2.pico.tmp subvsi3.pico.tmp subvti3.pico.tmp ucmpti2.pico.tmp udivmodti4.pico.tmp udivti3.pico.tmp umodti3.pico.tmp floatdidf.pico.tmp floatdisf.pico.tmp floatdixf.pico.tmp floatundidf.pico.tmp floatundisf.pico.tmp floatundixf.pico.tmp negdf2.pico.tmp negsf2.pico.tmp powidf2.pico.tmp powisf2.pico.tmp powitf2.pico.tmp powixf2.pico.tmp fixxfdi.pico.tmp fixunsdfti.pico.tmp fixunssfti.pico.tmp fixunsxfti.pico.tmp fixxfti.pico.tmp floattidf.pico.tmp floattisf.pico.tmp floattixf.pico.tmp floatuntidf.pico.tmp floatuntisf.pico.tmp floatuntixf.pico.tmp clzsi2.pico.tmp ctzsi2.pico.tmp divmodsi4.pico.tmp divsi3.pico.tmp modsi3.pico.tmp udivmodsi4.pico.tmp umodsi3.pico.tmp udivsi3.pico.tmp absvdi2.pico.tmp addvdi3.pico.tmp mulodi4.pico.tmp mulvdi3.pico.tmp negvdi2.pico.tmp paritydi2.pico.tmp popcountdi2.pico.tmp subvdi3.pico.tmp clzdi2.pico.tmp ctzdi2.pico.tmp ffsdi2.pico.tmp GCDAProfiling.pico.tmp InstrProfiling.pico.tmp InstrProfilingBuffer.pico.tmp InstrProfilingFile.pico.tmp InstrProfilingPlatformLinux.pico.tmp InstrProfilingUtil.pico.tmp InstrProfilingValue.pico.tmp InstrProfilingWriter.pico.tmp dlfcn_elf.pico.tmp strtof.pico.tmp strtold_px.pico.tmp strtopx.pico.tmp strtod.pico.tmp dtoa.pico.tmp ldtoa.pico.tmp hdtoa.pico.tmp gdtoa.pico.tmp gdtoa_locks.pico.tmp dmisc.pico.tmp gethex.pico.tmp gmisc.pico.tmp hd_init.pico.tmp hexnan.pico.tmp misc.pico.tmp smisc.pico.tmp strtodg.pico.tmp sum.pico.tmp ulp.pico.tmp strtord.pico.tmp _errno.pico.tmp daemon.pico.tmp alarm.pico.tmp alphasort.pico.tmp arc4random.pico.tmp assert.pico.tmp asysctl.pico.tmp basename.pico.tmp clock.pico.tmp closedir.pico.tmp closefrom.pico.tmp confstr.pico.tmp ctermid.pico.tmp ctype_.pico.tmp dehumanize_number.pico.tmp devname.pico.tmp dirname.pico.tmp disklabel.pico.tmp err.pico.tmp errx.pico.tmp errc.pico.tmp errlist.pico.tmp errno.pico.tmp execl.pico.tmp execle.pico.tmp execlp.pico.tmp execv.pico.tmp execvp.pico.tmp exect.pico.tmp extattr.pico.tmp fmtcheck.pico.tmp fmtmsg.pico.tmp fnmatch.pico.tmp fstab.pico.tmp ftok.pico.tmp fts.pico.tmp ftw.pico.tmp getbsize.pico.tmp getcap.pico.tmp getcwd.pico.tmp getdevmajor.pico.tmp getdomainname.pico.tmp getentropy.pico.tmp getgrent.pico.tmp getgrouplist.pico.tmp getgroupmembership.pico.tmp gethostname.pico.tmp getloadavg.pico.tmp getlogin.pico.tmp getmntinfo.pico.tmp getnetgrent.pico.tmp getpagesize.pico.tmp getpass.pico.tmp getprogname.pico.tmp getpwent.pico.tmp getttyent.pico.tmp getusershell.pico.tmp glob.pico.tmp humanize_number.pico.tmp initdir.pico.tmp initgroups.pico.tmp isascii.pico.tmp isatty.pico.tmp isctype.pico.tmp lockf.pico.tmp nftw.pico.tmp nice.pico.tmp nlist.pico.tmp nlist_aout.pico.tmp nlist_coff.pico.tmp nlist_ecoff.pico.tmp nlist_elf32.pico.tmp nlist_elf64.pico.tmp opendir.pico.tmp pause.pico.tmp popen.pico.tmp posix_spawn_sched.pico.tmp posix_spawn_fileactions.pico.tmp posix_spawnp.pico.tmp psignal.pico.tmp pthread_atfork.pico.tmp ptree.pico.tmp pwcache.pico.tmp pw_scan.pico.tmp raise.pico.tmp randomid.pico.tmp rb.pico.tmp readdir.pico.tmp rewinddir.pico.tmp scandir.pico.tmp seekdir.pico.tmp setdomainname.pico.tmp sethostname.pico.tmp setjmperr.pico.tmp setmode.pico.tmp setproctitle.pico.tmp setprogname.pico.tmp shquote.pico.tmp shquotev.pico.tmp sighold.pico.tmp sigignore.pico.tmp siginterrupt.pico.tmp siglist.pico.tmp signal.pico.tmp signalname.pico.tmp signalnext.pico.tmp signalnumber.pico.tmp signame.pico.tmp sigrelse.pico.tmp sigset.pico.tmp sigsetops.pico.tmp sleep.pico.tmp stringlist.pico.tmp sysconf.pico.tmp sysctl.pico.tmp sysctlbyname.pico.tmp sysctlgetmibinfo.pico.tmp sysctlnametomib.pico.tmp syslog.pico.tmp syslog_ss.pico.tmp telldir.pico.tmp time.pico.tmp timespec_get.pico.tmp times.pico.tmp toascii.pico.tmp tolower_.pico.tmp ttyname.pico.tmp ttyslot.pico.tmp toupper_.pico.tmp ualarm.pico.tmp ulimit.pico.tmp uname.pico.tmp unvis.pico.tmp usleep.pico.tmp utime.pico.tmp utimens.pico.tmp utmp.pico.tmp utmpx.pico.tmp valloc.pico.tmp vis.pico.tmp wait.pico.tmp wait3.pico.tmp waitid.pico.tmp waitpid.pico.tmp warn.pico.tmp warnx.pico.tmp warnc.pico.tmp wordexp.pico.tmp xsyslog.pico.tmp vwarn.pico.tmp vwarnx.pico.tmp vwarnc.pico.tmp verr.pico.tmp verrx.pico.tmp verrc.pico.tmp alloca.pico.tmp byte_swap_2.pico.tmp byte_swap_4.pico.tmp byte_swap_8.pico.tmp fabs.pico.tmp flt_rounds.pico.tmp fpgetmask.pico.tmp fpgetround.pico.tmp fpgetsticky.pico.tmp fpsetmask.pico.tmp fpsetround.pico.tmp fpsetsticky.pico.tmp fpgetprec.pico.tmp fpsetprec.pico.tmp __setjmp14.pico.tmp _setjmp.pico.tmp __sigsetjmp14.pico.tmp resumecontext.pico.tmp swapcontext.pico.tmp _lwp.pico.tmp makecontext.pico.tmp infinityf_ieee754.pico.tmp infinity_ieee754.pico.tmp fpclassifyf_ieee754.pico.tmp fpclassifyd_ieee754.pico.tmp isfinitef_ieee754.pico.tmp isfinited_ieee754.pico.tmp isinff_ieee754.pico.tmp isinfd_ieee754.pico.tmp isnanf_ieee754.pico.tmp isnand_ieee754.pico.tmp signbitf_ieee754.pico.tmp signbitd_ieee754.pico.tmp signbitl_ieee754.pico.tmp nanf.pico.tmp infinityl.pico.tmp fpclassifyl.pico.tmp isfinitel.pico.tmp isinfl.pico.tmp isnanl.pico.tmp gmon.pico.tmp mcount.pico.tmp hmac.pico.tmp md2.pico.tmp md2hl.pico.tmp rmd160.pico.tmp rmd160hl.pico.tmp sha1.pico.tmp sha1hl.pico.tmp sha2.pico.tmp sha224hl.pico.tmp sha256hl.pico.tmp sha384hl.pico.tmp sha512hl.pico.tmp keccak.pico.tmp sha3.pico.tmp murmurhash.pico.tmp iconv.pico.tmp inet_addr.pico.tmp inet_cidr_ntop.pico.tmp inet_cidr_pton.pico.tmp inet_lnaof.pico.tmp inet_makeaddr.pico.tmp inet_net_ntop.pico.tmp inet_net_pton.pico.tmp inet_neta.pico.tmp inet_netof.pico.tmp inet_network.pico.tmp inet_ntoa.pico.tmp inet_ntop.pico.tmp inet_pton.pico.tmp nsap_addr.pico.tmp assertions.pico.tmp ev_timers.pico.tmp ev_streams.pico.tmp setlocale.pico.tmp __mb_cur_max.pico.tmp duplocale.pico.tmp global_locale.pico.tmp fix_grouping.pico.tmp freelocale.pico.tmp localeconv.pico.tmp newlocale.pico.tmp nl_langinfo.pico.tmp generic_lc_all.pico.tmp dummy_lc_collate.pico.tmp wcstol.pico.tmp wcstoll.pico.tmp wcstoimax.pico.tmp wcstoul.pico.tmp wcstoull.pico.tmp wcstoumax.pico.tmp wcstod.pico.tmp wcstof.pico.tmp wcstold.pico.tmp wcscoll.pico.tmp wcsxfrm.pico.tmp wcsftime.pico.tmp _wctrans.pico.tmp _wctype.pico.tmp rune.pico.tmp runetable.pico.tmp multibyte_c90.pico.tmp multibyte_amd1.pico.tmp iswctype_mb.pico.tmp md4c.pico.tmp md5c.pico.tmp md4hl.pico.tmp md5hl.pico.tmp initfini.pico.tmp stack_protector.pico.tmp base64.pico.tmp ethers.pico.tmp gethnamaddr.pico.tmp getifaddrs.pico.tmp getnetnamadr.pico.tmp getnetent.pico.tmp getpeereid.pico.tmp getprotobyname.pico.tmp getprotobynumber.pico.tmp getprotoent.pico.tmp getprotobyname_r.pico.tmp getprotobynumber_r.pico.tmp getprotoent_r.pico.tmp getservbyname.pico.tmp getservbyport.pico.tmp getservent.pico.tmp getservbyname_r.pico.tmp getservbyport_r.pico.tmp getservent_r.pico.tmp iso_addr.pico.tmp linkaddr.pico.tmp nsdispatch.pico.tmp nslexer.pico.tmp nsparser.pico.tmp nsap_addr.pico.tmp rcmd.pico.tmp recv.pico.tmp send.pico.tmp sethostent.pico.tmp sctp_sys_calls.pico.tmp sockatmark.pico.tmp hesiod.pico.tmp getaddrinfo.pico.tmp getnameinfo.pico.tmp ip6opt.pico.tmp rthdr.pico.tmp inet6_scopeid.pico.tmp vars6.pico.tmp if_indextoname.pico.tmp if_nameindex.pico.tmp if_nametoindex.pico.tmp ns_name.pico.tmp ns_netint.pico.tmp ns_parse.pico.tmp ns_print.pico.tmp ns_samedomain.pico.tmp ns_ttl.pico.tmp catclose.pico.tmp catgets.pico.tmp catopen.pico.tmp acl_branding.pico.tmp acl_calc_mask.pico.tmp acl_copy.pico.tmp acl_delete.pico.tmp acl_delete_entry.pico.tmp acl_entry.pico.tmp acl_flag.pico.tmp acl_free.pico.tmp acl_from_text.pico.tmp acl_from_text_nfs4.pico.tmp acl_get.pico.tmp acl_id_to_name.pico.tmp acl_init.pico.tmp acl_perm.pico.tmp acl_set.pico.tmp acl_strip.pico.tmp acl_support.pico.tmp acl_support_nfs4.pico.tmp acl_to_text.pico.tmp acl_to_text_nfs4.pico.tmp acl_valid.pico.tmp subr_acl_nfs4.pico.tmp regcomp.pico.tmp regerror.pico.tmp regexec.pico.tmp regfree.pico.tmp regsub.pico.tmp h_errno.pico.tmp herror.pico.tmp res_comp.pico.tmp res_data.pico.tmp res_debug.pico.tmp res_init.pico.tmp res_mkquery.pico.tmp res_query.pico.tmp res_send.pico.tmp res_state.pico.tmp mtctxres.pico.tmp res_compat.pico.tmp auth_none.pico.tmp auth_unix.pico.tmp authunix_prot.pico.tmp bindresvport.pico.tmp clnt_bcast.pico.tmp clnt_dg.pico.tmp clnt_generic.pico.tmp clnt_perror.pico.tmp clnt_raw.pico.tmp clnt_simple.pico.tmp clnt_vc.pico.tmp rpc_dtablesize.pico.tmp getnetconfig.pico.tmp getnetpath.pico.tmp getrpcent.pico.tmp getrpcport.pico.tmp mt_misc.pico.tmp pmap_clnt.pico.tmp pmap_getmaps.pico.tmp pmap_getport.pico.tmp pmap_prot.pico.tmp pmap_prot2.pico.tmp pmap_rmt.pico.tmp rpc_prot.pico.tmp rpc_commondata.pico.tmp rpc_callmsg.pico.tmp rpc_generic.pico.tmp rpc_soc.pico.tmp rpcb_clnt.pico.tmp rpcb_prot.pico.tmp rpcb_st_xdr.pico.tmp svc.pico.tmp svc_auth.pico.tmp svc_dg.pico.tmp svc_auth_unix.pico.tmp svc_generic.pico.tmp svc_raw.pico.tmp svc_run.pico.tmp svc_simple.pico.tmp svc_vc.pico.tmp svc_fdset.pico.tmp xdr.pico.tmp xdr_array.pico.tmp xdr_float.pico.tmp xdr_mem.pico.tmp xdr_rec.pico.tmp xdr_reference.pico.tmp xdr_stdio.pico.tmp xdr_sizeof.pico.tmp __rpc_getxid.pico.tmp gets_chk.pico.tmp fgets_chk.pico.tmp memcpy_chk.pico.tmp memmove_chk.pico.tmp memset_chk.pico.tmp snprintf_chk.pico.tmp sprintf_chk.pico.tmp stpcpy_chk.pico.tmp stpncpy_chk.pico.tmp strcat_chk.pico.tmp strcpy_chk.pico.tmp strncat_chk.pico.tmp strncpy_chk.pico.tmp vsnprintf_chk.pico.tmp vsprintf_chk.pico.tmp clrerr.pico.tmp dprintf.pico.tmp fclose.pico.tmp fdopen.pico.tmp feof.pico.tmp ferror.pico.tmp fflush.pico.tmp fgetc.pico.tmp fgetln.pico.tmp fgetpos.pico.tmp fgets.pico.tmp fgetstr.pico.tmp fgetwc.pico.tmp fgetwln.pico.tmp fgetws.pico.tmp fileno.pico.tmp findfp.pico.tmp flags.pico.tmp flockfile.pico.tmp fopen.pico.tmp fparseln.pico.tmp fprintf.pico.tmp fpurge.pico.tmp fputc.pico.tmp fputs.pico.tmp fputwc.pico.tmp fputws.pico.tmp fread.pico.tmp freopen.pico.tmp fscanf.pico.tmp fseek.pico.tmp fseeko.pico.tmp fsetpos.pico.tmp ftell.pico.tmp ftello.pico.tmp funopen.pico.tmp fvwrite.pico.tmp fwalk.pico.tmp fwide.pico.tmp fwprintf.pico.tmp fwrite.pico.tmp fwscanf.pico.tmp getc.pico.tmp getchar.pico.tmp getdelim.pico.tmp getline.pico.tmp gettemp.pico.tmp getw.pico.tmp getwc.pico.tmp getwchar.pico.tmp makebuf.pico.tmp mkdtemp.pico.tmp mkstemp.pico.tmp mkstemps.pico.tmp mkostemp.pico.tmp mkostemps.pico.tmp perror.pico.tmp printf.pico.tmp putc.pico.tmp putchar.pico.tmp puts.pico.tmp putw.pico.tmp putwc.pico.tmp putwchar.pico.tmp refill.pico.tmp remove.pico.tmp rewind.pico.tmp rget.pico.tmp scanf.pico.tmp setbuf.pico.tmp setbuffer.pico.tmp setvbuf.pico.tmp snprintf_ss.pico.tmp sscanf.pico.tmp stdio.pico.tmp swprintf.pico.tmp swscanf.pico.tmp tmpfile.pico.tmp ungetc.pico.tmp ungetwc.pico.tmp vasprintf.pico.tmp vdprintf.pico.tmp vfprintf.pico.tmp vfscanf.pico.tmp vfwprintf.pico.tmp vfwscanf.pico.tmp vprintf.pico.tmp vscanf.pico.tmp vsnprintf.pico.tmp vsnprintf_ss.pico.tmp vsscanf.pico.tmp vswprintf.pico.tmp vswscanf.pico.tmp vwprintf.pico.tmp vwscanf.pico.tmp wbuf.pico.tmp wprintf.pico.tmp wscanf.pico.tmp wsetup.pico.tmp fmemopen.pico.tmp open_memstream.pico.tmp open_wmemstream.pico.tmp gets.pico.tmp vsprintf.pico.tmp tempnam.pico.tmp tmpnam.pico.tmp mktemp.pico.tmp _env.pico.tmp _rand48.pico.tmp a64l.pico.tmp abort.pico.tmp atexit.pico.tmp atof.pico.tmp atoi.pico.tmp atol.pico.tmp atoll.pico.tmp bsearch.pico.tmp cxa_thread_atexit.pico.tmp drand48.pico.tmp exit.pico.tmp getenv.pico.tmp getopt.pico.tmp getopt_long.pico.tmp getsubopt.pico.tmp hcreate.pico.tmp heapsort.pico.tmp imaxdiv.pico.tmp insque.pico.tmp jrand48.pico.tmp l64a.pico.tmp lldiv.pico.tmp lcong48.pico.tmp lrand48.pico.tmp lsearch.pico.tmp merge.pico.tmp mi_vector_hash.pico.tmp mrand48.pico.tmp nrand48.pico.tmp putenv.pico.tmp qabs.pico.tmp qdiv.pico.tmp qsort.pico.tmp posix_openpt.pico.tmp pty.pico.tmp quick_exit.pico.tmp radixsort.pico.tmp rand.pico.tmp rand_r.pico.tmp random.pico.tmp remque.pico.tmp reallocarr.pico.tmp reallocarray.pico.tmp seed48.pico.tmp setenv.pico.tmp srand48.pico.tmp strsuftoll.pico.tmp strtoi.pico.tmp strtou.pico.tmp strtonum.pico.tmp strtoimax.pico.tmp strtol.pico.tmp strtoll.pico.tmp strtoq.pico.tmp strtoul.pico.tmp strtoull.pico.tmp strtoumax.pico.tmp strtouq.pico.tmp system.pico.tmp tdelete.pico.tmp tfind.pico.tmp tsearch.pico.tmp twalk.pico.tmp unsetenv.pico.tmp strfmon.pico.tmp imaxdiv.pico.tmp erand48_ieee754.pico.tmp jemalloc.pico.tmp arena.pico.tmp background_thread.pico.tmp base.pico.tmp bin.pico.tmp bitmap.pico.tmp ckh.pico.tmp ctl.pico.tmp divide.pico.tmp extent.pico.tmp extent_dss.pico.tmp extent_mmap.pico.tmp hash.pico.tmp hooks.pico.tmp large.pico.tmp log.pico.tmp malloc_io.pico.tmp mutex.pico.tmp mutex_pool.pico.tmp nstime.pico.tmp pages.pico.tmp prng.pico.tmp prof.pico.tmp rtree.pico.tmp stats.pico.tmp sz.pico.tmp tcache.pico.tmp ticker.pico.tmp tsd.pico.tmp witness.pico.tmp abs.pico.tmp div.pico.tmp labs.pico.tmp ldiv.pico.tmp bm.pico.tmp stpcpy.pico.tmp stpncpy.pico.tmp strcasecmp.pico.tmp strncasecmp.pico.tmp strcasestr.pico.tmp strcoll.pico.tmp strdup.pico.tmp strerror.pico.tmp strerror_ss.pico.tmp strlcat.pico.tmp strlcpy.pico.tmp strnlen.pico.tmp strmode.pico.tmp strsignal.pico.tmp strtok.pico.tmp strtok_r.pico.tmp strxfrm.pico.tmp __strsignal.pico.tmp strerror_r.pico.tmp strndup.pico.tmp stresep.pico.tmp memrchr.pico.tmp bcmp.pico.tmp memcmp.pico.tmp strcspn.pico.tmp strncat.pico.tmp strncpy.pico.tmp strpbrk.pico.tmp strsep.pico.tmp strspn.pico.tmp strstr.pico.tmp strnstr.pico.tmp explicit_memset.pico.tmp consttime_memequal.pico.tmp memccpy.pico.tmp memmem.pico.tmp strchrnul.pico.tmp popcount32.pico.tmp popcount64.pico.tmp wcscat.pico.tmp wcschr.pico.tmp wcscmp.pico.tmp wcscpy.pico.tmp wcscspn.pico.tmp wcslcat.pico.tmp wcslcpy.pico.tmp wcslen.pico.tmp wcsncat.pico.tmp wcsnlen.pico.tmp wcscasecmp.pico.tmp wcsdup.pico.tmp wcsncasecmp.pico.tmp wcsncmp.pico.tmp wcsncpy.pico.tmp wcspbrk.pico.tmp wcsrchr.pico.tmp wcsspn.pico.tmp wcsstr.pico.tmp wcstok.pico.tmp wcswcs.pico.tmp wmemchr.pico.tmp wmemcmp.pico.tmp wmemcpy.pico.tmp wmemmove.pico.tmp wmemset.pico.tmp bcopy.pico.tmp ffs.pico.tmp memchr.pico.tmp memcpy.pico.tmp memmove.pico.tmp memset.pico.tmp strcat.pico.tmp strchr.pico.tmp strcmp.pico.tmp strcpy.pico.tmp strlen.pico.tmp strncmp.pico.tmp strrchr.pico.tmp swab.pico.tmp cfgetispeed.pico.tmp cfgetospeed.pico.tmp cfmakeraw.pico.tmp cfsetispeed.pico.tmp cfsetospeed.pico.tmp cfsetspeed.pico.tmp tcdrain.pico.tmp tcflow.pico.tmp tcflush.pico.tmp tcgetattr.pico.tmp tcgetpgrp.pico.tmp tcgetwinsize.pico.tmp tcgetsid.pico.tmp tcsendbreak.pico.tmp tcsetattr.pico.tmp tcsetpgrp.pico.tmp tcsetwinsize.pico.tmp __isthreaded.pico.tmp thread-stub.pico.tmp thread-stub-init.pico.tmp asctime.pico.tmp difftime.pico.tmp localtime.pico.tmp getdate.pico.tmp strftime.pico.tmp strptime.pico.tmp tls.pico.tmp cpuset.pico.tmp accept4.pico.tmp clock_getcpuclockid.pico.tmp eventfd_read.pico.tmp eventfd_write.pico.tmp posix_fadvise.pico.tmp posix_madvise.pico.tmp ppoll.pico.tmp sched.pico.tmp sigqueue.pico.tmp sigtimedwait.pico.tmp sigwait.pico.tmp sigwaitinfo.pico.tmp statvfs.pico.tmp swapon.pico.tmp semctl.pico.tmp vadvise.pico.tmp __clone.pico.tmp __vfork14.pico.tmp brk.pico.tmp fork.pico.tmp pipe.pico.tmp getcontext.pico.tmp ptrace.pico.tmp sbrk.pico.tmp shmat.pico.tmp syscall.pico.tmp __syscall.pico.tmp __clone.pico.tmp cerror.pico.tmp fdiscard.pico.tmp ftruncate.pico.tmp lseek.pico.tmp mmap.pico.tmp pread.pico.tmp preadv.pico.tmp pwrite.pico.tmp pwritev.pico.tmp truncate.pico.tmp ntp_adjtime.pico.tmp mknodat.pico.tmp posix_fallocate.pico.tmp adjtime.pico.tmp clock_settime.pico.tmp settimeofday.pico.tmp __sigaction_siginfo.pico.tmp __acl_get_link.pico.tmp __acl_set_link.pico.tmp __acl_delete_link.pico.tmp __acl_aclcheck_link.pico.tmp __acl_get_file.pico.tmp __acl_set_file.pico.tmp __acl_get_fd.pico.tmp __acl_set_fd.pico.tmp __acl_delete_file.pico.tmp __acl_delete_fd.pico.tmp __acl_aclcheck_file.pico.tmp __acl_aclcheck_fd.pico.tmp access.pico.tmp acct.pico.tmp bind.pico.tmp chdir.pico.tmp chflags.pico.tmp chmod.pico.tmp chown.pico.tmp chroot.pico.tmp clock_getcpuclockid2.pico.tmp __clock_getres50.pico.tmp __clock_gettime50.pico.tmp dup.pico.tmp dup2.pico.tmp dup3.pico.tmp eventfd.pico.tmp extattrctl.pico.tmp extattr_delete_fd.pico.tmp extattr_delete_file.pico.tmp extattr_delete_link.pico.tmp extattr_get_fd.pico.tmp extattr_get_file.pico.tmp extattr_get_link.pico.tmp extattr_list_fd.pico.tmp extattr_list_file.pico.tmp extattr_list_link.pico.tmp extattr_set_fd.pico.tmp extattr_set_file.pico.tmp extattr_set_link.pico.tmp setxattr.pico.tmp getxattr.pico.tmp listxattr.pico.tmp removexattr.pico.tmp lsetxattr.pico.tmp lgetxattr.pico.tmp llistxattr.pico.tmp lremovexattr.pico.tmp fsetxattr.pico.tmp fgetxattr.pico.tmp flistxattr.pico.tmp fremovexattr.pico.tmp faccessat.pico.tmp fchdir.pico.tmp fchflags.pico.tmp fchmod.pico.tmp fchmodat.pico.tmp fchown.pico.tmp fchownat.pico.tmp fchroot.pico.tmp fexecve.pico.tmp __fhopen40.pico.tmp __fhstat50.pico.tmp __fhstatvfs190.pico.tmp fktrace.pico.tmp flock.pico.tmp fpathconf.pico.tmp __fstat50.pico.tmp __fstatvfs190.pico.tmp fstatat.pico.tmp __futimes50.pico.tmp futimens.pico.tmp __getcwd.pico.tmp __getdents30.pico.tmp __getfh30.pico.tmp __getvfsstat90.pico.tmp getgroups.pico.tmp __getitimer50.pico.tmp __getlogin.pico.tmp getpeername.pico.tmp getpgid.pico.tmp getpgrp.pico.tmp getpriority.pico.tmp getrandom.pico.tmp getrlimit.pico.tmp __getrusage50.pico.tmp getsid.pico.tmp getsockname.pico.tmp getsockopt.pico.tmp getsockopt2.pico.tmp __gettimeofday50.pico.tmp ioctl.pico.tmp kqueue.pico.tmp kqueue1.pico.tmp ktrace.pico.tmp _ksem_close.pico.tmp _ksem_destroy.pico.tmp _ksem_getvalue.pico.tmp _ksem_init.pico.tmp _ksem_post.pico.tmp _ksem_timedwait.pico.tmp _ksem_trywait.pico.tmp _ksem_unlink.pico.tmp _ksem_wait.pico.tmp _ksem_open.pico.tmp lchflags.pico.tmp lchmod.pico.tmp lchown.pico.tmp lfs_bmapv.pico.tmp lfs_markv.pico.tmp lfs_segclean.pico.tmp lpathconf.pico.tmp __lfs_segwait50.pico.tmp link.pico.tmp linkat.pico.tmp listen.pico.tmp __lstat50.pico.tmp __lutimes50.pico.tmp _lwp_create.pico.tmp _lwp_exit.pico.tmp _lwp_kill.pico.tmp ___lwp_park60.pico.tmp _lwp_self.pico.tmp _lwp_wait.pico.tmp _lwp_unpark.pico.tmp _lwp_unpark_all.pico.tmp _lwp_suspend.pico.tmp _lwp_continue.pico.tmp _lwp_wakeup.pico.tmp _lwp_detach.pico.tmp _lwp_setprivate.pico.tmp _lwp_setname.pico.tmp _lwp_getname.pico.tmp _lwp_ctl.pico.tmp madvise.pico.tmp mincore.pico.tmp minherit.pico.tmp mkdir.pico.tmp mkdirat.pico.tmp mkfifo.pico.tmp mkfifoat.pico.tmp __mknod50.pico.tmp mlock.pico.tmp mlockall.pico.tmp modctl.pico.tmp __mount50.pico.tmp mprotect.pico.tmp __msgctl50.pico.tmp msgget.pico.tmp munlock.pico.tmp munlockall.pico.tmp munmap.pico.tmp nfssvc.pico.tmp __ntp_gettime50.pico.tmp pathconf.pico.tmp pipe2.pico.tmp __posix_chown.pico.tmp __posix_fchown.pico.tmp __posix_lchown.pico.tmp __posix_rename.pico.tmp profil.pico.tmp __quotactl.pico.tmp rasctl.pico.tmp readlinkat.pico.tmp reboot.pico.tmp rename.pico.tmp renameat.pico.tmp revoke.pico.tmp rmdir.pico.tmp semconfig.pico.tmp semget.pico.tmp semop.pico.tmp setegid.pico.tmp seteuid.pico.tmp setgid.pico.tmp setgroups.pico.tmp __setitimer50.pico.tmp __setlogin.pico.tmp setpgid.pico.tmp setpriority.pico.tmp setregid.pico.tmp setreuid.pico.tmp setrlimit.pico.tmp setsid.pico.tmp setsockopt.pico.tmp setuid.pico.tmp __shmctl50.pico.tmp shmdt.pico.tmp shmget.pico.tmp shutdown.pico.tmp sigqueueinfo.pico.tmp __sigaltstack14.pico.tmp __sigpending14.pico.tmp __sigaction_sigtramp.pico.tmp ____sigtimedwait50.pico.tmp __socket30.pico.tmp socketpair.pico.tmp __stat50.pico.tmp __statvfs190.pico.tmp swapctl.pico.tmp symlink.pico.tmp symlinkat.pico.tmp __sysctl.pico.tmp timer_create.pico.tmp timer_delete.pico.tmp __timer_gettime50.pico.tmp timer_getoverrun.pico.tmp ____semctl50.pico.tmp __timer_settime50.pico.tmp timerfd_create.pico.tmp timerfd_gettime.pico.tmp timerfd_settime.pico.tmp umask.pico.tmp undelete.pico.tmp unlink.pico.tmp unlinkat.pico.tmp unmount.pico.tmp __utimes50.pico.tmp utimensat.pico.tmp utrace.pico.tmp uuidgen.pico.tmp tmp__lwp_getprivate.pico.tmp tmp_mremap.pico.tmp accept.pico.tmp __aio_suspend50.pico.tmp clock_nanosleep.pico.tmp close.pico.tmp connect.pico.tmp execve.pico.tmp fcntl.pico.tmp fdatasync.pico.tmp fsync.pico.tmp fsync_range.pico.tmp __kevent50.pico.tmp kill.pico.tmp mq_receive.pico.tmp mq_send.pico.tmp __mq_timedreceive50.pico.tmp __mq_timedsend50.pico.tmp msgrcv.pico.tmp msgsnd.pico.tmp __msync13.pico.tmp __nanosleep50.pico.tmp open.pico.tmp openat.pico.tmp paccept.pico.tmp poll.pico.tmp __pollts50.pico.tmp __pselect50.pico.tmp read.pico.tmp readlink.pico.tmp readv.pico.tmp recvfrom.pico.tmp recvmmsg.pico.tmp recvmsg.pico.tmp _sched_setparam.pico.tmp _sched_getparam.pico.tmp _sched_setaffinity.pico.tmp _sched_getaffinity.pico.tmp sched_yield.pico.tmp _sched_protect.pico.tmp __select50.pico.tmp sendmmsg.pico.tmp sendmsg.pico.tmp sendto.pico.tmp setcontext.pico.tmp __sigprocmask14.pico.tmp __sigsuspend14.pico.tmp sysarch.pico.tmp __wait450.pico.tmp wait6.pico.tmp write.pico.tmp writev.pico.tmp getegid.pico.tmp geteuid.pico.tmp getgid.pico.tmp getpid.pico.tmp getppid.pico.tmp getuid.pico.tmp issetugid.pico.tmp posix_spawn.pico.tmp sync.pico.tmp __posix_fadvise50.pico.tmp _exit.pico.tmp tmp_fdiscard.pico.tmp tmp_ftruncate.pico.tmp tmp_lseek.pico.tmp tmp_mmap.pico.tmp tmp_pread.pico.tmp tmp_preadv.pico.tmp tmp_pwrite.pico.tmp tmp_pwritev.pico.tmp tmp_truncate.pico.tmp tmp_ntp_adjtime.pico.tmp tmp_mknodat.pico.tmp tmp___adjtime50.pico.tmp tmp___clock_settime50.pico.tmp tmp___settimeofday50.pico.tmp tmp_posix_fallocate.pico.tmp uuid_compare.pico.tmp uuid_create.pico.tmp uuid_create_nil.pico.tmp uuid_equal.pico.tmp uuid_from_string.pico.tmp uuid_hash.pico.tmp uuid_is_nil.pico.tmp uuid_stream.pico.tmp uuid_to_string.pico.tmp xdryp.pico.tmp yp_all.pico.tmp yp_first.pico.tmp yp_maplist.pico.tmp yp_master.pico.tmp yp_match.pico.tmp yp_order.pico.tmp yplib.pico.tmp yperr_string.pico.tmp ypprot_err.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter.a BitWriter.o BitcodeWriter.o BitcodeWriterPass.o ValueEnumerator.o BitWriter.o.tmp BitcodeWriter.o.tmp BitcodeWriterPass.o.tmp ValueEnumerator.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter.a BitWriter.o BitcodeWriter.o BitcodeWriterPass.o ValueEnumerator.o BitWriter.o.tmp BitcodeWriter.o.tmp BitcodeWriterPass.o.tmp ValueEnumerator.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libc && rm -f llib-lc.ln Lint__setjmp.ln Lint_alloca.ln Lint_bswap16.ln Lint_bswap32.ln Lint_bswap64.ln Lint_fabs.ln Lint___setjmp14.ln Lint___sigsetjmp14.ln Lint_flt_rounds.ln Lint_fpgetmask.ln Lint_fpgetround.ln Lint_fpgetsticky.ln Lint_fpsetmask.ln Lint_fpsetround.ln Lint_fpsetsticky.ln Lint_htonl.ln Lint_htons.ln Lint_ntohl.ln Lint_ntohs.ln abs.ln div.ln labs.ln ldiv.ln bcopy.ln ffs.ln memchr.ln memcpy.ln memmove.ln memset.ln strcat.ln strchr.ln strcmp.ln strcpy.ln strlen.ln strncmp.ln strrchr.ln swab.ln llabs.ln imaxabs.ln imaxdiv.ln imaxdiv.ln compat_ndbmdatum.ln compat_setlocale1.ln compat_setlocale32.ln compat_errlist.ln compat_fts.ln compat___fts13.ln compat___fts30.ln compat___fts31.ln compat_getmntinfo.ln compat_glob.ln compat___glob13.ln compat_opendir.ln compat_readdir.ln compat__readdir_unlocked30.ln compat_scandir.ln compat_siglist.ln compat_signame.ln compat_sigsetops.ln compat_times.ln compat_timezone.ln compat_unvis.ln compat_utmpx.ln compat_time.ln compat_utime.ln compat_devname.ln compat_alphasort.ln compat_getpwent.ln compat___fts32.ln compat_utmp.ln compat___fts50.ln compat___unvis13.ln compat_syslog.ln compat_alloca.ln compat___getmntinfo13.ln __cmsg_alignbytes.ln compat_ns_addr.ln compat_ns_ntoa.ln compat_pmap_rmtcall.ln compat_rpcb.ln compat_fgetpos.ln compat_fsetpos.ln compat_putenv.ln compat_random.ln compat_unsetenv.ln compat_getdents.ln compat_getdirentries.ln compat_msync.ln compat_ntp_gettime.ln compat_sched.ln compat_semctl.ln compat_sigaltstack.ln compat_stat.ln compat___stat13.ln compat_statfs.ln compat_statvfs.ln compat_socket.ln compat_getfh.ln compat_fhopen.ln compat___fhstat30.ln compat_fhstatvfs.ln compat_fhstatvfs1.ln compat_mount.ln compat_getrusage.ln compat_gettimeofday.ln compat_utimes.ln compat_wait4.ln compat_sigtimedwait.ln compat_settimeofday.ln compat_timer.ln compat_clock.ln compat_itimer.ln compat_select.ln compat_nanosleep.ln compat___stat30.ln compat_aio_suspend.ln compat_adjtime.ln compat_mknod.ln compat_mqueue.ln compat__lwp_park.ln compat_lfs_segwait.ln compat_kevent.ln compat___ntp_gettime30.ln compat___semctl13.ln compat___shmctl13.ln compat___msgctl13.ln compat___lwp_park50.ln compat___fhstatvfs140.ln compat___fhstatvfs40.ln compat___sigaction14_sigtramp.ln compat_localtime.ln compat_difftime.ln compat_frexp_ieee754.ln compat_ldexp_ieee754.ln compat_modf_ieee754.ln atomic_init_cas.ln cdbr.ln cdbw.ln bt_close.ln bt_conv.ln bt_debug.ln bt_delete.ln bt_get.ln bt_open.ln bt_overflow.ln bt_page.ln bt_put.ln bt_search.ln bt_seq.ln bt_split.ln bt_utils.ln db.ln dbfile.ln hash.ln hash_bigkey.ln hash_buf.ln hash_func.ln hash_log2.ln hash_page.ln ndbmdatum.ln ndbm.ln mpool.ln rec_close.ln rec_delete.ln rec_get.ln rec_open.ln rec_put.ln rec_search.ln rec_seq.ln rec_utils.ln citrus_bcs.ln citrus_bcs_strtol.ln citrus_bcs_strtoul.ln citrus_csmapper.ln citrus_ctype.ln citrus_ctype_fallback.ln citrus_db.ln citrus_db_hash.ln citrus_esdb.ln citrus_hash.ln citrus_iconv.ln citrus_lookup.ln citrus_mapper.ln citrus_memstream.ln citrus_mmap.ln citrus_module.ln citrus_none.ln citrus_stdenc.ln citrus_lc_ctype.ln citrus_lc_monetary.ln citrus_lc_numeric.ln citrus_lc_time.ln citrus_lc_messages.ln creat.ln getdtablesize.ln gethostid.ln killpg.ln sethostid.ln setpgrp.ln setrgid.ln setruid.ln sigcompat.ln getwd.ln absvsi2.ln absvti2.ln addvsi3.ln addvti3.ln ashlti3.ln ashrti3.ln clzti2.ln cmpti2.ln ctzti2.ln divti3.ln ffsti2.ln fixsfdi.ln fixdfdi.ln fixunsdfdi.ln fixunsdfsi.ln fixunssfdi.ln fixunssfsi.ln fixunsxfdi.ln fixunsxfsi.ln int_util.ln lshrti3.ln modti3.ln muldc3.ln mulosi4.ln muloti4.ln multi3.ln mulvsi3.ln mulvti3.ln negti2.ln negvsi2.ln negvti2.ln paritysi2.ln parityti2.ln popcountsi2.ln popcountti2.ln subvsi3.ln subvti3.ln ucmpti2.ln udivmodti4.ln udivti3.ln umodti3.ln floatdidf.ln floatdisf.ln floatdixf.ln negdf2.ln negsf2.ln powidf2.ln powisf2.ln powitf2.ln powixf2.ln fixxfdi.ln fixunsdfti.ln fixunssfti.ln fixunsxfti.ln fixxfti.ln floattidf.ln floattisf.ln floattixf.ln floatuntidf.ln floatuntisf.ln floatuntixf.ln clzsi2.ln ctzsi2.ln divmodsi4.ln divsi3.ln modsi3.ln udivmodsi4.ln umodsi3.ln udivsi3.ln absvdi2.ln addvdi3.ln mulodi4.ln mulvdi3.ln negvdi2.ln paritydi2.ln popcountdi2.ln subvdi3.ln clzdi2.ln ctzdi2.ln ffsdi2.ln GCDAProfiling.ln InstrProfiling.ln InstrProfilingBuffer.ln InstrProfilingFile.ln InstrProfilingPlatformLinux.ln InstrProfilingUtil.ln InstrProfilingValue.ln InstrProfilingWriter.ln dlfcn_elf.ln strtof.ln strtold_px.ln strtopx.ln strtod.ln dtoa.ln ldtoa.ln hdtoa.ln gdtoa.ln gdtoa_locks.ln dmisc.ln gethex.ln gmisc.ln hd_init.ln hexnan.ln misc.ln smisc.ln strtodg.ln sum.ln ulp.ln strtord.ln _errno.ln daemon.ln alarm.ln alphasort.ln arc4random.ln assert.ln asysctl.ln basename.ln clock.ln closedir.ln closefrom.ln confstr.ln ctermid.ln ctype_.ln dehumanize_number.ln devname.ln dirname.ln disklabel.ln err.ln errx.ln errc.ln errlist.ln errno.ln execl.ln execle.ln execlp.ln execv.ln execvp.ln exect.ln extattr.ln fmtcheck.ln fmtmsg.ln fnmatch.ln fstab.ln ftok.ln fts.ln ftw.ln getbsize.ln getcap.ln getcwd.ln getdevmajor.ln getdomainname.ln getentropy.ln getgrent.ln getgrouplist.ln getgroupmembership.ln gethostname.ln getloadavg.ln getlogin.ln getmntinfo.ln getnetgrent.ln getpagesize.ln getpass.ln getprogname.ln getpwent.ln getttyent.ln getusershell.ln glob.ln humanize_number.ln initdir.ln initgroups.ln isascii.ln isatty.ln isctype.ln lockf.ln nftw.ln nice.ln nlist.ln nlist_aout.ln nlist_coff.ln nlist_ecoff.ln nlist_elf32.ln nlist_elf64.ln opendir.ln pause.ln popen.ln posix_spawn_sched.ln posix_spawn_fileactions.ln posix_spawnp.ln psignal.ln pthread_atfork.ln ptree.ln pwcache.ln pw_scan.ln raise.ln randomid.ln rb.ln readdir.ln rewinddir.ln scandir.ln seekdir.ln setdomainname.ln sethostname.ln setjmperr.ln setmode.ln setproctitle.ln setprogname.ln shquote.ln shquotev.ln sighold.ln sigignore.ln siginterrupt.ln siglist.ln signal.ln signalname.ln signalnext.ln signalnumber.ln signame.ln sigrelse.ln sigset.ln sigsetops.ln sleep.ln stringlist.ln sysconf.ln sysctl.ln sysctlbyname.ln sysctlgetmibinfo.ln sysctlnametomib.ln syslog.ln syslog_ss.ln telldir.ln time.ln timespec_get.ln times.ln toascii.ln tolower_.ln ttyname.ln ttyslot.ln toupper_.ln ualarm.ln ulimit.ln uname.ln unvis.ln usleep.ln utime.ln utimens.ln utmp.ln utmpx.ln valloc.ln vis.ln wait.ln wait3.ln waitid.ln waitpid.ln warn.ln warnx.ln warnc.ln wordexp.ln xsyslog.ln vwarn.ln vwarnx.ln vwarnc.ln verr.ln verrx.ln verrc.ln _lwp.ln makecontext.ln infinityf_ieee754.ln infinity_ieee754.ln fpclassifyf_ieee754.ln fpclassifyd_ieee754.ln isfinitef_ieee754.ln isfinited_ieee754.ln isinff_ieee754.ln isinfd_ieee754.ln isnanf_ieee754.ln isnand_ieee754.ln signbitf_ieee754.ln signbitd_ieee754.ln signbitl_ieee754.ln nanf.ln infinityl.ln fpclassifyl.ln isfinitel.ln isinfl.ln isnanl.ln gmon.ln mcount.ln hmac.ln md2.ln md2hl.ln rmd160.ln rmd160hl.ln sha1.ln sha1hl.ln sha2.ln sha224hl.ln sha256hl.ln sha384hl.ln sha512hl.ln keccak.ln sha3.ln murmurhash.ln iconv.ln inet_addr.ln inet_cidr_ntop.ln inet_cidr_pton.ln inet_lnaof.ln inet_makeaddr.ln inet_net_ntop.ln inet_net_pton.ln inet_neta.ln inet_netof.ln inet_network.ln inet_ntoa.ln inet_ntop.ln inet_pton.ln nsap_addr.ln assertions.ln ev_timers.ln ev_streams.ln setlocale.ln __mb_cur_max.ln duplocale.ln global_locale.ln fix_grouping.ln freelocale.ln localeconv.ln newlocale.ln nl_langinfo.ln generic_lc_all.ln dummy_lc_collate.ln wcstol.ln wcstoll.ln wcstoimax.ln wcstoul.ln wcstoull.ln wcstoumax.ln wcstod.ln wcstof.ln wcstold.ln wcscoll.ln wcsxfrm.ln wcsftime.ln _wctrans.ln _wctype.ln rune.ln runetable.ln multibyte_c90.ln multibyte_amd1.ln iswctype_mb.ln md4c.ln md5c.ln md4hl.ln md5hl.ln initfini.ln stack_protector.ln base64.ln ethers.ln gethnamaddr.ln getifaddrs.ln getnetnamadr.ln getnetent.ln getpeereid.ln getprotobyname.ln getprotobynumber.ln getprotoent.ln getprotobyname_r.ln getprotobynumber_r.ln getprotoent_r.ln getservbyname.ln getservbyport.ln getservent.ln getservbyname_r.ln getservbyport_r.ln getservent_r.ln iso_addr.ln linkaddr.ln nsdispatch.ln nsap_addr.ln rcmd.ln recv.ln send.ln sethostent.ln sctp_sys_calls.ln sockatmark.ln hesiod.ln getaddrinfo.ln getnameinfo.ln ip6opt.ln rthdr.ln inet6_scopeid.ln vars6.ln if_indextoname.ln if_nameindex.ln if_nametoindex.ln ns_name.ln ns_netint.ln ns_parse.ln ns_print.ln ns_samedomain.ln ns_ttl.ln catclose.ln catgets.ln catopen.ln acl_branding.ln acl_calc_mask.ln acl_copy.ln acl_delete.ln acl_delete_entry.ln acl_entry.ln acl_flag.ln acl_free.ln acl_from_text.ln acl_from_text_nfs4.ln acl_get.ln acl_id_to_name.ln acl_init.ln acl_perm.ln acl_set.ln acl_strip.ln acl_support.ln acl_support_nfs4.ln acl_to_text.ln acl_to_text_nfs4.ln acl_valid.ln subr_acl_nfs4.ln regcomp.ln regerror.ln regexec.ln regfree.ln regsub.ln h_errno.ln herror.ln res_comp.ln res_data.ln res_debug.ln res_init.ln res_mkquery.ln res_query.ln res_send.ln res_state.ln mtctxres.ln res_compat.ln auth_none.ln auth_unix.ln authunix_prot.ln bindresvport.ln clnt_bcast.ln clnt_dg.ln clnt_generic.ln clnt_perror.ln clnt_raw.ln clnt_simple.ln clnt_vc.ln rpc_dtablesize.ln getnetconfig.ln getnetpath.ln getrpcent.ln getrpcport.ln mt_misc.ln pmap_clnt.ln pmap_getmaps.ln pmap_getport.ln pmap_prot.ln pmap_prot2.ln pmap_rmt.ln rpc_prot.ln rpc_commondata.ln rpc_callmsg.ln rpc_generic.ln rpc_soc.ln rpcb_clnt.ln rpcb_prot.ln rpcb_st_xdr.ln svc.ln svc_auth.ln svc_dg.ln svc_auth_unix.ln svc_generic.ln svc_raw.ln svc_run.ln svc_simple.ln svc_vc.ln svc_fdset.ln xdr.ln xdr_array.ln xdr_float.ln xdr_mem.ln xdr_rec.ln xdr_reference.ln xdr_stdio.ln xdr_sizeof.ln __rpc_getxid.ln gets_chk.ln fgets_chk.ln memcpy_chk.ln memmove_chk.ln memset_chk.ln snprintf_chk.ln sprintf_chk.ln stpcpy_chk.ln stpncpy_chk.ln strcat_chk.ln strcpy_chk.ln strncat_chk.ln strncpy_chk.ln vsnprintf_chk.ln vsprintf_chk.ln clrerr.ln dprintf.ln fclose.ln fdopen.ln feof.ln ferror.ln fflush.ln fgetc.ln fgetln.ln fgetpos.ln fgets.ln fgetstr.ln fgetwc.ln fgetwln.ln fgetws.ln fileno.ln findfp.ln flags.ln flockfile.ln fopen.ln fparseln.ln fprintf.ln fpurge.ln fputc.ln fputs.ln fputwc.ln fputws.ln fread.ln freopen.ln fscanf.ln fseek.ln fseeko.ln fsetpos.ln ftell.ln ftello.ln funopen.ln fvwrite.ln fwalk.ln fwide.ln fwprintf.ln fwrite.ln fwscanf.ln getc.ln getchar.ln getdelim.ln getline.ln gettemp.ln getw.ln getwc.ln getwchar.ln makebuf.ln mkdtemp.ln mkstemp.ln mkstemps.ln mkostemp.ln mkostemps.ln perror.ln printf.ln putc.ln putchar.ln puts.ln putw.ln putwc.ln putwchar.ln refill.ln remove.ln rewind.ln rget.ln scanf.ln setbuf.ln setbuffer.ln setvbuf.ln snprintf_ss.ln sscanf.ln stdio.ln swprintf.ln swscanf.ln tmpfile.ln ungetc.ln ungetwc.ln vasprintf.ln vdprintf.ln vfprintf.ln vfscanf.ln vfwprintf.ln vfwscanf.ln vprintf.ln vscanf.ln vsnprintf.ln vsnprintf_ss.ln vsscanf.ln vswprintf.ln vswscanf.ln vwprintf.ln vwscanf.ln wbuf.ln wprintf.ln wscanf.ln wsetup.ln fmemopen.ln open_memstream.ln open_wmemstream.ln gets.ln vsprintf.ln tempnam.ln tmpnam.ln mktemp.ln _env.ln _rand48.ln a64l.ln abort.ln atexit.ln atof.ln atoi.ln atol.ln atoll.ln bsearch.ln cxa_thread_atexit.ln drand48.ln exit.ln getenv.ln getopt.ln getopt_long.ln getsubopt.ln hcreate.ln heapsort.ln imaxdiv.ln insque.ln jrand48.ln l64a.ln lldiv.ln lcong48.ln lrand48.ln lsearch.ln merge.ln mi_vector_hash.ln mrand48.ln nrand48.ln putenv.ln qabs.ln qdiv.ln qsort.ln posix_openpt.ln pty.ln quick_exit.ln radixsort.ln rand.ln rand_r.ln random.ln remque.ln reallocarr.ln reallocarray.ln seed48.ln setenv.ln srand48.ln strsuftoll.ln strtoi.ln strtou.ln strtonum.ln strtoimax.ln strtol.ln strtoll.ln strtoq.ln strtoul.ln strtoull.ln strtoumax.ln strtouq.ln system.ln tdelete.ln tfind.ln tsearch.ln twalk.ln unsetenv.ln strfmon.ln imaxdiv.ln erand48_ieee754.ln jemalloc.ln arena.ln background_thread.ln base.ln bin.ln bitmap.ln ckh.ln ctl.ln divide.ln extent.ln extent_dss.ln extent_mmap.ln hash.ln hooks.ln large.ln log.ln malloc_io.ln mutex.ln mutex_pool.ln nstime.ln pages.ln prng.ln prof.ln rtree.ln stats.ln sz.ln tcache.ln ticker.ln tsd.ln witness.ln bm.ln stpcpy.ln stpncpy.ln strcasecmp.ln strncasecmp.ln strcasestr.ln strcoll.ln strdup.ln strerror.ln strerror_ss.ln strlcat.ln strlcpy.ln strnlen.ln strmode.ln strsignal.ln strtok.ln strtok_r.ln strxfrm.ln __strsignal.ln strerror_r.ln strndup.ln stresep.ln memrchr.ln bcmp.ln memcmp.ln strcspn.ln strncat.ln strncpy.ln strpbrk.ln strsep.ln strspn.ln strstr.ln strnstr.ln explicit_memset.ln consttime_memequal.ln memccpy.ln memmem.ln strchrnul.ln popcount32.ln popcount64.ln wcscat.ln wcschr.ln wcscmp.ln wcscpy.ln wcscspn.ln wcslcat.ln wcslcpy.ln wcslen.ln wcsncat.ln wcsnlen.ln wcscasecmp.ln wcsdup.ln wcsncasecmp.ln wcsncmp.ln wcsncpy.ln wcspbrk.ln wcsrchr.ln wcsspn.ln wcsstr.ln wcstok.ln wcswcs.ln wmemchr.ln wmemcmp.ln wmemcpy.ln wmemmove.ln wmemset.ln cfgetispeed.ln cfgetospeed.ln cfmakeraw.ln cfsetispeed.ln cfsetospeed.ln cfsetspeed.ln tcdrain.ln tcflow.ln tcflush.ln tcgetattr.ln tcgetpgrp.ln tcgetwinsize.ln tcgetsid.ln tcsendbreak.ln tcsetattr.ln tcsetpgrp.ln tcsetwinsize.ln __isthreaded.ln thread-stub.ln thread-stub-init.ln asctime.ln difftime.ln localtime.ln getdate.ln strftime.ln strptime.ln tls.ln cpuset.ln accept4.ln clock_getcpuclockid.ln eventfd_read.ln eventfd_write.ln posix_fadvise.ln posix_madvise.ln ppoll.ln sched.ln sigqueue.ln sigtimedwait.ln sigwait.ln sigwaitinfo.ln statvfs.ln swapon.ln semctl.ln vadvise.ln fdiscard.ln ftruncate.ln lseek.ln mmap.ln pread.ln preadv.ln pwrite.ln pwritev.ln truncate.ln ntp_adjtime.ln mknodat.ln posix_fallocate.ln adjtime.ln clock_settime.ln settimeofday.ln __sigaction_siginfo.ln uuid_compare.ln uuid_create.ln uuid_create_nil.ln uuid_equal.ln uuid_from_string.ln uuid_hash.ln uuid_is_nil.ln uuid_stream.ln uuid_to_string.ln xdryp.ln yp_all.ln yp_first.ln yp_maplist.ln yp_master.ln yp_match.ln yp_order.ln yplib.ln yperr_string.ln ypprot_err.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_pic.a BitWriter.pico BitcodeWriter.pico BitcodeWriterPass.pico ValueEnumerator.pico BitWriter.pico.tmp BitcodeWriter.pico.tmp BitcodeWriterPass.pico.tmp ValueEnumerator.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_pic.a BitWriter.pico BitcodeWriter.pico BitcodeWriterPass.pico ValueEnumerator.pico BitWriter.pico.tmp BitcodeWriter.pico.tmp BitcodeWriterPass.pico.tmp ValueEnumerator.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libc && rm -f llib-lc.ln Lint__setjmp.ln Lint_alloca.ln Lint_bswap16.ln Lint_bswap32.ln Lint_bswap64.ln Lint_fabs.ln Lint___setjmp14.ln Lint___sigsetjmp14.ln Lint_flt_rounds.ln Lint_fpgetmask.ln Lint_fpgetround.ln Lint_fpgetsticky.ln Lint_fpsetmask.ln Lint_fpsetround.ln Lint_fpsetsticky.ln Lint_htonl.ln Lint_htons.ln Lint_ntohl.ln Lint_ntohs.ln abs.ln div.ln labs.ln ldiv.ln bcopy.ln ffs.ln memchr.ln memcpy.ln memmove.ln memset.ln strcat.ln strchr.ln strcmp.ln strcpy.ln strlen.ln strncmp.ln strrchr.ln swab.ln llabs.ln imaxabs.ln imaxdiv.ln imaxdiv.ln compat_ndbmdatum.ln compat_setlocale1.ln compat_setlocale32.ln compat_errlist.ln compat_fts.ln compat___fts13.ln compat___fts30.ln compat___fts31.ln compat_getmntinfo.ln compat_glob.ln compat___glob13.ln compat_opendir.ln compat_readdir.ln compat__readdir_unlocked30.ln compat_scandir.ln compat_siglist.ln compat_signame.ln compat_sigsetops.ln compat_times.ln compat_timezone.ln compat_unvis.ln compat_utmpx.ln compat_time.ln compat_utime.ln compat_devname.ln compat_alphasort.ln compat_getpwent.ln compat___fts32.ln compat_utmp.ln compat___fts50.ln compat___unvis13.ln compat_syslog.ln compat_alloca.ln compat___getmntinfo13.ln __cmsg_alignbytes.ln compat_ns_addr.ln compat_ns_ntoa.ln compat_pmap_rmtcall.ln compat_rpcb.ln compat_fgetpos.ln compat_fsetpos.ln compat_putenv.ln compat_random.ln compat_unsetenv.ln compat_getdents.ln compat_getdirentries.ln compat_msync.ln compat_ntp_gettime.ln compat_sched.ln compat_semctl.ln compat_sigaltstack.ln compat_stat.ln compat___stat13.ln compat_statfs.ln compat_statvfs.ln compat_socket.ln compat_getfh.ln compat_fhopen.ln compat___fhstat30.ln compat_fhstatvfs.ln compat_fhstatvfs1.ln compat_mount.ln compat_getrusage.ln compat_gettimeofday.ln compat_utimes.ln compat_wait4.ln compat_sigtimedwait.ln compat_settimeofday.ln compat_timer.ln compat_clock.ln compat_itimer.ln compat_select.ln compat_nanosleep.ln compat___stat30.ln compat_aio_suspend.ln compat_adjtime.ln compat_mknod.ln compat_mqueue.ln compat__lwp_park.ln compat_lfs_segwait.ln compat_kevent.ln compat___ntp_gettime30.ln compat___semctl13.ln compat___shmctl13.ln compat___msgctl13.ln compat___lwp_park50.ln compat___fhstatvfs140.ln compat___fhstatvfs40.ln compat___sigaction14_sigtramp.ln compat_localtime.ln compat_difftime.ln compat_frexp_ieee754.ln compat_ldexp_ieee754.ln compat_modf_ieee754.ln atomic_init_cas.ln cdbr.ln cdbw.ln bt_close.ln bt_conv.ln bt_debug.ln bt_delete.ln bt_get.ln bt_open.ln bt_overflow.ln bt_page.ln bt_put.ln bt_search.ln bt_seq.ln bt_split.ln bt_utils.ln db.ln dbfile.ln hash.ln hash_bigkey.ln hash_buf.ln hash_func.ln hash_log2.ln hash_page.ln ndbmdatum.ln ndbm.ln mpool.ln rec_close.ln rec_delete.ln rec_get.ln rec_open.ln rec_put.ln rec_search.ln rec_seq.ln rec_utils.ln citrus_bcs.ln citrus_bcs_strtol.ln citrus_bcs_strtoul.ln citrus_csmapper.ln citrus_ctype.ln citrus_ctype_fallback.ln citrus_db.ln citrus_db_hash.ln citrus_esdb.ln citrus_hash.ln citrus_iconv.ln citrus_lookup.ln citrus_mapper.ln citrus_memstream.ln citrus_mmap.ln citrus_module.ln citrus_none.ln citrus_stdenc.ln citrus_lc_ctype.ln citrus_lc_monetary.ln citrus_lc_numeric.ln citrus_lc_time.ln citrus_lc_messages.ln creat.ln getdtablesize.ln gethostid.ln killpg.ln sethostid.ln setpgrp.ln setrgid.ln setruid.ln sigcompat.ln getwd.ln absvsi2.ln absvti2.ln addvsi3.ln addvti3.ln ashlti3.ln ashrti3.ln clzti2.ln cmpti2.ln ctzti2.ln divti3.ln ffsti2.ln fixsfdi.ln fixdfdi.ln fixunsdfdi.ln fixunsdfsi.ln fixunssfdi.ln fixunssfsi.ln fixunsxfdi.ln fixunsxfsi.ln int_util.ln lshrti3.ln modti3.ln muldc3.ln mulosi4.ln muloti4.ln multi3.ln mulvsi3.ln mulvti3.ln negti2.ln negvsi2.ln negvti2.ln paritysi2.ln parityti2.ln popcountsi2.ln popcountti2.ln subvsi3.ln subvti3.ln ucmpti2.ln udivmodti4.ln udivti3.ln umodti3.ln floatdidf.ln floatdisf.ln floatdixf.ln negdf2.ln negsf2.ln powidf2.ln powisf2.ln powitf2.ln powixf2.ln fixxfdi.ln fixunsdfti.ln fixunssfti.ln fixunsxfti.ln fixxfti.ln floattidf.ln floattisf.ln floattixf.ln floatuntidf.ln floatuntisf.ln floatuntixf.ln clzsi2.ln ctzsi2.ln divmodsi4.ln divsi3.ln modsi3.ln udivmodsi4.ln umodsi3.ln udivsi3.ln absvdi2.ln addvdi3.ln mulodi4.ln mulvdi3.ln negvdi2.ln paritydi2.ln popcountdi2.ln subvdi3.ln clzdi2.ln ctzdi2.ln ffsdi2.ln GCDAProfiling.ln InstrProfiling.ln InstrProfilingBuffer.ln InstrProfilingFile.ln InstrProfilingPlatformLinux.ln InstrProfilingUtil.ln InstrProfilingValue.ln InstrProfilingWriter.ln dlfcn_elf.ln strtof.ln strtold_px.ln strtopx.ln strtod.ln dtoa.ln ldtoa.ln hdtoa.ln gdtoa.ln gdtoa_locks.ln dmisc.ln gethex.ln gmisc.ln hd_init.ln hexnan.ln misc.ln smisc.ln strtodg.ln sum.ln ulp.ln strtord.ln _errno.ln daemon.ln alarm.ln alphasort.ln arc4random.ln assert.ln asysctl.ln basename.ln clock.ln closedir.ln closefrom.ln confstr.ln ctermid.ln ctype_.ln dehumanize_number.ln devname.ln dirname.ln disklabel.ln err.ln errx.ln errc.ln errlist.ln errno.ln execl.ln execle.ln execlp.ln execv.ln execvp.ln exect.ln extattr.ln fmtcheck.ln fmtmsg.ln fnmatch.ln fstab.ln ftok.ln fts.ln ftw.ln getbsize.ln getcap.ln getcwd.ln getdevmajor.ln getdomainname.ln getentropy.ln getgrent.ln getgrouplist.ln getgroupmembership.ln gethostname.ln getloadavg.ln getlogin.ln getmntinfo.ln getnetgrent.ln getpagesize.ln getpass.ln getprogname.ln getpwent.ln getttyent.ln getusershell.ln glob.ln humanize_number.ln initdir.ln initgroups.ln isascii.ln isatty.ln isctype.ln lockf.ln nftw.ln nice.ln nlist.ln nlist_aout.ln nlist_coff.ln nlist_ecoff.ln nlist_elf32.ln nlist_elf64.ln opendir.ln pause.ln popen.ln posix_spawn_sched.ln posix_spawn_fileactions.ln posix_spawnp.ln psignal.ln pthread_atfork.ln ptree.ln pwcache.ln pw_scan.ln raise.ln randomid.ln rb.ln readdir.ln rewinddir.ln scandir.ln seekdir.ln setdomainname.ln sethostname.ln setjmperr.ln setmode.ln setproctitle.ln setprogname.ln shquote.ln shquotev.ln sighold.ln sigignore.ln siginterrupt.ln siglist.ln signal.ln signalname.ln signalnext.ln signalnumber.ln signame.ln sigrelse.ln sigset.ln sigsetops.ln sleep.ln stringlist.ln sysconf.ln sysctl.ln sysctlbyname.ln sysctlgetmibinfo.ln sysctlnametomib.ln syslog.ln syslog_ss.ln telldir.ln time.ln timespec_get.ln times.ln toascii.ln tolower_.ln ttyname.ln ttyslot.ln toupper_.ln ualarm.ln ulimit.ln uname.ln unvis.ln usleep.ln utime.ln utimens.ln utmp.ln utmpx.ln valloc.ln vis.ln wait.ln wait3.ln waitid.ln waitpid.ln warn.ln warnx.ln warnc.ln wordexp.ln xsyslog.ln vwarn.ln vwarnx.ln vwarnc.ln verr.ln verrx.ln verrc.ln _lwp.ln makecontext.ln infinityf_ieee754.ln infinity_ieee754.ln fpclassifyf_ieee754.ln fpclassifyd_ieee754.ln isfinitef_ieee754.ln isfinited_ieee754.ln isinff_ieee754.ln isinfd_ieee754.ln isnanf_ieee754.ln isnand_ieee754.ln signbitf_ieee754.ln signbitd_ieee754.ln signbitl_ieee754.ln nanf.ln infinityl.ln fpclassifyl.ln isfinitel.ln isinfl.ln isnanl.ln gmon.ln mcount.ln hmac.ln md2.ln md2hl.ln rmd160.ln rmd160hl.ln sha1.ln sha1hl.ln sha2.ln sha224hl.ln sha256hl.ln sha384hl.ln sha512hl.ln keccak.ln sha3.ln murmurhash.ln iconv.ln inet_addr.ln inet_cidr_ntop.ln inet_cidr_pton.ln inet_lnaof.ln inet_makeaddr.ln inet_net_ntop.ln inet_net_pton.ln inet_neta.ln inet_netof.ln inet_network.ln inet_ntoa.ln inet_ntop.ln inet_pton.ln nsap_addr.ln assertions.ln ev_timers.ln ev_streams.ln setlocale.ln __mb_cur_max.ln duplocale.ln global_locale.ln fix_grouping.ln freelocale.ln localeconv.ln newlocale.ln nl_langinfo.ln generic_lc_all.ln dummy_lc_collate.ln wcstol.ln wcstoll.ln wcstoimax.ln wcstoul.ln wcstoull.ln wcstoumax.ln wcstod.ln wcstof.ln wcstold.ln wcscoll.ln wcsxfrm.ln wcsftime.ln _wctrans.ln _wctype.ln rune.ln runetable.ln multibyte_c90.ln multibyte_amd1.ln iswctype_mb.ln md4c.ln md5c.ln md4hl.ln md5hl.ln initfini.ln stack_protector.ln base64.ln ethers.ln gethnamaddr.ln getifaddrs.ln getnetnamadr.ln getnetent.ln getpeereid.ln getprotobyname.ln getprotobynumber.ln getprotoent.ln getprotobyname_r.ln getprotobynumber_r.ln getprotoent_r.ln getservbyname.ln getservbyport.ln getservent.ln getservbyname_r.ln getservbyport_r.ln getservent_r.ln iso_addr.ln linkaddr.ln nsdispatch.ln nsap_addr.ln rcmd.ln recv.ln send.ln sethostent.ln sctp_sys_calls.ln sockatmark.ln hesiod.ln getaddrinfo.ln getnameinfo.ln ip6opt.ln rthdr.ln inet6_scopeid.ln vars6.ln if_indextoname.ln if_nameindex.ln if_nametoindex.ln ns_name.ln ns_netint.ln ns_parse.ln ns_print.ln ns_samedomain.ln ns_ttl.ln catclose.ln catgets.ln catopen.ln acl_branding.ln acl_calc_mask.ln acl_copy.ln acl_delete.ln acl_delete_entry.ln acl_entry.ln acl_flag.ln acl_free.ln acl_from_text.ln acl_from_text_nfs4.ln acl_get.ln acl_id_to_name.ln acl_init.ln acl_perm.ln acl_set.ln acl_strip.ln acl_support.ln acl_support_nfs4.ln acl_to_text.ln acl_to_text_nfs4.ln acl_valid.ln subr_acl_nfs4.ln regcomp.ln regerror.ln regexec.ln regfree.ln regsub.ln h_errno.ln herror.ln res_comp.ln res_data.ln res_debug.ln res_init.ln res_mkquery.ln res_query.ln res_send.ln res_state.ln mtctxres.ln res_compat.ln auth_none.ln auth_unix.ln authunix_prot.ln bindresvport.ln clnt_bcast.ln clnt_dg.ln clnt_generic.ln clnt_perror.ln clnt_raw.ln clnt_simple.ln clnt_vc.ln rpc_dtablesize.ln getnetconfig.ln getnetpath.ln getrpcent.ln getrpcport.ln mt_misc.ln pmap_clnt.ln pmap_getmaps.ln pmap_getport.ln pmap_prot.ln pmap_prot2.ln pmap_rmt.ln rpc_prot.ln rpc_commondata.ln rpc_callmsg.ln rpc_generic.ln rpc_soc.ln rpcb_clnt.ln rpcb_prot.ln rpcb_st_xdr.ln svc.ln svc_auth.ln svc_dg.ln svc_auth_unix.ln svc_generic.ln svc_raw.ln svc_run.ln svc_simple.ln svc_vc.ln svc_fdset.ln xdr.ln xdr_array.ln xdr_float.ln xdr_mem.ln xdr_rec.ln xdr_reference.ln xdr_stdio.ln xdr_sizeof.ln __rpc_getxid.ln gets_chk.ln fgets_chk.ln memcpy_chk.ln memmove_chk.ln memset_chk.ln snprintf_chk.ln sprintf_chk.ln stpcpy_chk.ln stpncpy_chk.ln strcat_chk.ln strcpy_chk.ln strncat_chk.ln strncpy_chk.ln vsnprintf_chk.ln vsprintf_chk.ln clrerr.ln dprintf.ln fclose.ln fdopen.ln feof.ln ferror.ln fflush.ln fgetc.ln fgetln.ln fgetpos.ln fgets.ln fgetstr.ln fgetwc.ln fgetwln.ln fgetws.ln fileno.ln findfp.ln flags.ln flockfile.ln fopen.ln fparseln.ln fprintf.ln fpurge.ln fputc.ln fputs.ln fputwc.ln fputws.ln fread.ln freopen.ln fscanf.ln fseek.ln fseeko.ln fsetpos.ln ftell.ln ftello.ln funopen.ln fvwrite.ln fwalk.ln fwide.ln fwprintf.ln fwrite.ln fwscanf.ln getc.ln getchar.ln getdelim.ln getline.ln gettemp.ln getw.ln getwc.ln getwchar.ln makebuf.ln mkdtemp.ln mkstemp.ln mkstemps.ln mkostemp.ln mkostemps.ln perror.ln printf.ln putc.ln putchar.ln puts.ln putw.ln putwc.ln putwchar.ln refill.ln remove.ln rewind.ln rget.ln scanf.ln setbuf.ln setbuffer.ln setvbuf.ln snprintf_ss.ln sscanf.ln stdio.ln swprintf.ln swscanf.ln tmpfile.ln ungetc.ln ungetwc.ln vasprintf.ln vdprintf.ln vfprintf.ln vfscanf.ln vfwprintf.ln vfwscanf.ln vprintf.ln vscanf.ln vsnprintf.ln vsnprintf_ss.ln vsscanf.ln vswprintf.ln vswscanf.ln vwprintf.ln vwscanf.ln wbuf.ln wprintf.ln wscanf.ln wsetup.ln fmemopen.ln open_memstream.ln open_wmemstream.ln gets.ln vsprintf.ln tempnam.ln tmpnam.ln mktemp.ln _env.ln _rand48.ln a64l.ln abort.ln atexit.ln atof.ln atoi.ln atol.ln atoll.ln bsearch.ln cxa_thread_atexit.ln drand48.ln exit.ln getenv.ln getopt.ln getopt_long.ln getsubopt.ln hcreate.ln heapsort.ln imaxdiv.ln insque.ln jrand48.ln l64a.ln lldiv.ln lcong48.ln lrand48.ln lsearch.ln merge.ln mi_vector_hash.ln mrand48.ln nrand48.ln putenv.ln qabs.ln qdiv.ln qsort.ln posix_openpt.ln pty.ln quick_exit.ln radixsort.ln rand.ln rand_r.ln random.ln remque.ln reallocarr.ln reallocarray.ln seed48.ln setenv.ln srand48.ln strsuftoll.ln strtoi.ln strtou.ln strtonum.ln strtoimax.ln strtol.ln strtoll.ln strtoq.ln strtoul.ln strtoull.ln strtoumax.ln strtouq.ln system.ln tdelete.ln tfind.ln tsearch.ln twalk.ln unsetenv.ln strfmon.ln imaxdiv.ln erand48_ieee754.ln jemalloc.ln arena.ln background_thread.ln base.ln bin.ln bitmap.ln ckh.ln ctl.ln divide.ln extent.ln extent_dss.ln extent_mmap.ln hash.ln hooks.ln large.ln log.ln malloc_io.ln mutex.ln mutex_pool.ln nstime.ln pages.ln prng.ln prof.ln rtree.ln stats.ln sz.ln tcache.ln ticker.ln tsd.ln witness.ln bm.ln stpcpy.ln stpncpy.ln strcasecmp.ln strncasecmp.ln strcasestr.ln strcoll.ln strdup.ln strerror.ln strerror_ss.ln strlcat.ln strlcpy.ln strnlen.ln strmode.ln strsignal.ln strtok.ln strtok_r.ln strxfrm.ln __strsignal.ln strerror_r.ln strndup.ln stresep.ln memrchr.ln bcmp.ln memcmp.ln strcspn.ln strncat.ln strncpy.ln strpbrk.ln strsep.ln strspn.ln strstr.ln strnstr.ln explicit_memset.ln consttime_memequal.ln memccpy.ln memmem.ln strchrnul.ln popcount32.ln popcount64.ln wcscat.ln wcschr.ln wcscmp.ln wcscpy.ln wcscspn.ln wcslcat.ln wcslcpy.ln wcslen.ln wcsncat.ln wcsnlen.ln wcscasecmp.ln wcsdup.ln wcsncasecmp.ln wcsncmp.ln wcsncpy.ln wcspbrk.ln wcsrchr.ln wcsspn.ln wcsstr.ln wcstok.ln wcswcs.ln wmemchr.ln wmemcmp.ln wmemcpy.ln wmemmove.ln wmemset.ln cfgetispeed.ln cfgetospeed.ln cfmakeraw.ln cfsetispeed.ln cfsetospeed.ln cfsetspeed.ln tcdrain.ln tcflow.ln tcflush.ln tcgetattr.ln tcgetpgrp.ln tcgetwinsize.ln tcgetsid.ln tcsendbreak.ln tcsetattr.ln tcsetpgrp.ln tcsetwinsize.ln __isthreaded.ln thread-stub.ln thread-stub-init.ln asctime.ln difftime.ln localtime.ln getdate.ln strftime.ln strptime.ln tls.ln cpuset.ln accept4.ln clock_getcpuclockid.ln eventfd_read.ln eventfd_write.ln posix_fadvise.ln posix_madvise.ln ppoll.ln sched.ln sigqueue.ln sigtimedwait.ln sigwait.ln sigwaitinfo.ln statvfs.ln swapon.ln semctl.ln vadvise.ln fdiscard.ln ftruncate.ln lseek.ln mmap.ln pread.ln preadv.ln pwrite.ln pwritev.ln truncate.ln ntp_adjtime.ln mknodat.ln posix_fallocate.ln adjtime.ln clock_settime.ln settimeofday.ln __sigaction_siginfo.ln uuid_compare.ln uuid_create.ln uuid_create_nil.ln uuid_equal.ln uuid_from_string.ln uuid_hash.ln uuid_is_nil.ln uuid_stream.ln uuid_to_string.ln xdryp.ln yp_all.ln yp_first.ln yp_maplist.ln yp_master.ln yp_match.ln yp_order.ln yplib.ln yperr_string.ln ypprot_err.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f llib-lLLVMBitWriter.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f llib-lLLVMBitWriter.ln || true) --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libc && rm -f tags assym.h assym.h.tmp Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c Lint_bswap64.c Lint_fabs.c Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c errlist.c md[45]hl.c md[45].3 nsparser.c nslexer.c nsparser.h Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c strtou.3 __acl_get_link.S __acl_set_link.S __acl_delete_link.S __acl_aclcheck_link.S __acl_get_file.S __acl_set_file.S __acl_get_fd.S __acl_set_fd.S __acl_delete_file.S __acl_delete_fd.S __acl_aclcheck_file.S __acl_aclcheck_fd.S access.S acct.S bind.S chdir.S chflags.S chmod.S chown.S chroot.S clock_getcpuclockid2.S __clock_getres50.S __clock_gettime50.S dup.S dup2.S dup3.S eventfd.S extattrctl.S extattr_delete_fd.S extattr_delete_file.S extattr_delete_link.S extattr_get_fd.S extattr_get_file.S extattr_get_link.S extattr_list_fd.S extattr_list_file.S extattr_list_link.S extattr_set_fd.S extattr_set_file.S extattr_set_link.S setxattr.S getxattr.S listxattr.S removexattr.S lsetxattr.S lgetxattr.S llistxattr.S lremovexattr.S fsetxattr.S fgetxattr.S flistxattr.S fremovexattr.S faccessat.S fchdir.S fchflags.S fchmod.S fchmodat.S fchown.S fchownat.S fchroot.S fexecve.S __fhopen40.S __fhstat50.S __fhstatvfs190.S fktrace.S flock.S fpathconf.S __fstat50.S __fstatvfs190.S fstatat.S __futimes50.S futimens.S __getcwd.S __getdents30.S __getfh30.S __getvfsstat90.S getgroups.S __getitimer50.S __getlogin.S getpeername.S getpgid.S getpgrp.S getpriority.S getrandom.S getrlimit.S __getrusage50.S getsid.S getsockname.S getsockopt.S getsockopt2.S __gettimeofday50.S ioctl.S kqueue.S kqueue1.S ktrace.S _ksem_close.S _ksem_destroy.S _ksem_getvalue.S _ksem_init.S _ksem_post.S _ksem_timedwait.S _ksem_trywait.S _ksem_unlink.S _ksem_wait.S _ksem_open.S lchflags.S lchmod.S lchown.S lfs_bmapv.S lfs_markv.S lfs_segclean.S lpathconf.S __lfs_segwait50.S link.S linkat.S listen.S __lstat50.S __lutimes50.S _lwp_create.S _lwp_exit.S _lwp_kill.S ___lwp_park60.S _lwp_self.S _lwp_wait.S _lwp_unpark.S _lwp_unpark_all.S _lwp_suspend.S _lwp_continue.S _lwp_wakeup.S _lwp_detach.S _lwp_setprivate.S _lwp_setname.S _lwp_getname.S _lwp_ctl.S madvise.S mincore.S minherit.S mkdir.S mkdirat.S mkfifo.S mkfifoat.S __mknod50.S mlock.S mlockall.S modctl.S __mount50.S mprotect.S __msgctl50.S msgget.S munlock.S munlockall.S munmap.S nfssvc.S __ntp_gettime50.S pathconf.S pipe2.S __posix_chown.S __posix_fchown.S __posix_lchown.S __posix_rename.S profil.S __quotactl.S rasctl.S readlinkat.S reboot.S rename.S renameat.S revoke.S rmdir.S semconfig.S semget.S semop.S setegid.S seteuid.S setgid.S setgroups.S __setitimer50.S __setlogin.S setpgid.S setpriority.S setregid.S setreuid.S setrlimit.S setsid.S setsockopt.S setuid.S __shmctl50.S shmdt.S shmget.S shutdown.S sigqueueinfo.S __sigaltstack14.S __sigpending14.S __sigaction_sigtramp.S ____sigtimedwait50.S __socket30.S socketpair.S __stat50.S __statvfs190.S swapctl.S symlink.S symlinkat.S __sysctl.S timer_create.S timer_delete.S __timer_gettime50.S timer_getoverrun.S ____semctl50.S __timer_settime50.S timerfd_create.S timerfd_gettime.S timerfd_settime.S umask.S undelete.S unlink.S unlinkat.S unmount.S __utimes50.S utimensat.S utrace.S uuidgen.S tmp__lwp_getprivate.S tmp_mremap.S accept.S __aio_suspend50.S clock_nanosleep.S close.S connect.S execve.S fcntl.S fdatasync.S fsync.S fsync_range.S __kevent50.S kill.S mq_receive.S mq_send.S __mq_timedreceive50.S __mq_timedsend50.S msgrcv.S msgsnd.S __msync13.S __nanosleep50.S open.S openat.S paccept.S poll.S __pollts50.S __pselect50.S read.S readlink.S readv.S recvfrom.S recvmmsg.S recvmsg.S _sched_setparam.S _sched_getparam.S _sched_setaffinity.S _sched_getaffinity.S sched_yield.S _sched_protect.S __select50.S sendmmsg.S sendmsg.S sendto.S setcontext.S __sigprocmask14.S __sigsuspend14.S sysarch.S __wait450.S wait6.S write.S writev.S getegid.S geteuid.S getgid.S getpid.S getppid.S getuid.S issetugid.S posix_spawn.S sync.S __posix_fadvise50.S _exit.S tmp_fdiscard.S tmp_ftruncate.S tmp_lseek.S tmp_mmap.S tmp_pread.S tmp_preadv.S tmp_pwrite.S tmp_pwritev.S tmp_truncate.S tmp_ntp_adjtime.S tmp_mknodat.S tmp___adjtime50.S tmp___clock_settime50.S tmp___settimeofday50.S tmp_posix_fallocate.S libc.so.12.map nslexer.c nsparser.c nsparser.h a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libc && rm -f tags assym.h assym.h.tmp Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c Lint_bswap64.c Lint_fabs.c Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c errlist.c md[45]hl.c md[45].3 nsparser.c nslexer.c nsparser.h Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c strtou.3 __acl_get_link.S __acl_set_link.S __acl_delete_link.S __acl_aclcheck_link.S __acl_get_file.S __acl_set_file.S __acl_get_fd.S __acl_set_fd.S __acl_delete_file.S __acl_delete_fd.S __acl_aclcheck_file.S __acl_aclcheck_fd.S access.S acct.S bind.S chdir.S chflags.S chmod.S chown.S chroot.S clock_getcpuclockid2.S __clock_getres50.S __clock_gettime50.S dup.S dup2.S dup3.S eventfd.S extattrctl.S extattr_delete_fd.S extattr_delete_file.S extattr_delete_link.S extattr_get_fd.S extattr_get_file.S extattr_get_link.S extattr_list_fd.S extattr_list_file.S extattr_list_link.S extattr_set_fd.S extattr_set_file.S extattr_set_link.S setxattr.S getxattr.S listxattr.S removexattr.S lsetxattr.S lgetxattr.S llistxattr.S lremovexattr.S fsetxattr.S fgetxattr.S flistxattr.S fremovexattr.S faccessat.S fchdir.S fchflags.S fchmod.S fchmodat.S fchown.S fchownat.S fchroot.S fexecve.S __fhopen40.S __fhstat50.S __fhstatvfs190.S fktrace.S flock.S fpathconf.S __fstat50.S __fstatvfs190.S fstatat.S __futimes50.S futimens.S __getcwd.S __getdents30.S __getfh30.S __getvfsstat90.S getgroups.S __getitimer50.S __getlogin.S getpeername.S getpgid.S getpgrp.S getpriority.S getrandom.S getrlimit.S __getrusage50.S getsid.S getsockname.S getsockopt.S getsockopt2.S __gettimeofday50.S ioctl.S kqueue.S kqueue1.S ktrace.S _ksem_close.S _ksem_destroy.S _ksem_getvalue.S _ksem_init.S _ksem_post.S _ksem_timedwait.S _ksem_trywait.S _ksem_unlink.S _ksem_wait.S _ksem_open.S lchflags.S lchmod.S lchown.S lfs_bmapv.S lfs_markv.S lfs_segclean.S lpathconf.S __lfs_segwait50.S link.S linkat.S listen.S __lstat50.S __lutimes50.S _lwp_create.S _lwp_exit.S _lwp_kill.S ___lwp_park60.S _lwp_self.S _lwp_wait.S _lwp_unpark.S _lwp_unpark_all.S _lwp_suspend.S _lwp_continue.S _lwp_wakeup.S _lwp_detach.S _lwp_setprivate.S _lwp_setname.S _lwp_getname.S _lwp_ctl.S madvise.S mincore.S minherit.S mkdir.S mkdirat.S mkfifo.S mkfifoat.S __mknod50.S mlock.S mlockall.S modctl.S __mount50.S mprotect.S __msgctl50.S msgget.S munlock.S munlockall.S munmap.S nfssvc.S __ntp_gettime50.S pathconf.S pipe2.S __posix_chown.S __posix_fchown.S __posix_lchown.S __posix_rename.S profil.S __quotactl.S rasctl.S readlinkat.S reboot.S rename.S renameat.S revoke.S rmdir.S semconfig.S semget.S semop.S setegid.S seteuid.S setgid.S setgroups.S __setitimer50.S __setlogin.S setpgid.S setpriority.S setregid.S setreuid.S setrlimit.S setsid.S setsockopt.S setuid.S __shmctl50.S shmdt.S shmget.S shutdown.S sigqueueinfo.S __sigaltstack14.S __sigpending14.S __sigaction_sigtramp.S ____sigtimedwait50.S __socket30.S socketpair.S __stat50.S __statvfs190.S swapctl.S symlink.S symlinkat.S __sysctl.S timer_create.S timer_delete.S __timer_gettime50.S timer_getoverrun.S ____semctl50.S __timer_settime50.S timerfd_create.S timerfd_gettime.S timerfd_settime.S umask.S undelete.S unlink.S unlinkat.S unmount.S __utimes50.S utimensat.S utrace.S uuidgen.S tmp__lwp_getprivate.S tmp_mremap.S accept.S __aio_suspend50.S clock_nanosleep.S close.S connect.S execve.S fcntl.S fdatasync.S fsync.S fsync_range.S __kevent50.S kill.S mq_receive.S mq_send.S __mq_timedreceive50.S __mq_timedsend50.S msgrcv.S msgsnd.S __msync13.S __nanosleep50.S open.S openat.S paccept.S poll.S __pollts50.S __pselect50.S read.S readlink.S readv.S recvfrom.S recvmmsg.S recvmsg.S _sched_setparam.S _sched_getparam.S _sched_setaffinity.S _sched_getaffinity.S sched_yield.S _sched_protect.S __select50.S sendmmsg.S sendmsg.S sendto.S setcontext.S __sigprocmask14.S __sigsuspend14.S sysarch.S __wait450.S wait6.S write.S writev.S getegid.S geteuid.S getgid.S getpid.S getppid.S getuid.S issetugid.S posix_spawn.S sync.S __posix_fadvise50.S _exit.S tmp_fdiscard.S tmp_ftruncate.S tmp_lseek.S tmp_mmap.S tmp_pread.S tmp_preadv.S tmp_pwrite.S tmp_pwritev.S tmp_truncate.S tmp_ntp_adjtime.S tmp_mknodat.S tmp___adjtime50.S tmp___clock_settime50.S tmp___settimeofday50.S tmp_posix_fallocate.S libc.so.12.map nslexer.c nsparser.c nsparser.h a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f .depend BitWriter.d BitcodeWriter.d BitcodeWriterPass.d ValueEnumerator.d BitWriter.d.tmp BitcodeWriter.d.tmp BitcodeWriterPass.d.tmp ValueEnumerator.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f .depend BitWriter.d BitcodeWriter.d BitcodeWriterPass.d ValueEnumerator.d BitWriter.d.tmp BitcodeWriter.d.tmp BitcodeWriterPass.d.tmp ValueEnumerator.d.tmp tags || true) --- cleandir-libLLVMBitstreamReader --- cleandir ===> external/apache2/llvm/librt/libLLVMBitstreamReader --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libc && rm -f getdirentries.html3 atomic_add.html3 atomic_and.html3 atomic_cas.html3 atomic_dec.html3 atomic_inc.html3 atomic_ops.html3 atomic_or.html3 atomic_swap.html3 membar_ops.html3 cdbr.html3 cdbw.html3 cdb.html5 btree.html3 dbm_clearerr.html3 dbopen.html3 hash.html3 recno.html3 mpool.html3 creat.html3 getdtablesize.html3 gethostid.html3 killpg.html3 setruid.html3 sigblock.html3 sigpause.html3 sigsetmask.html3 sigvec.html3 alarm.html3 arc4random.html3 basename.html3 bsd_signal.html3 bswap.html3 clock.html3 closefrom.html3 confstr.html3 cpuset.html3 ctermid.html3 ctype.html3 daemon.html3 devname.html3 directory.html3 dirname.html3 endutent.html3 endutxent.html3 err.html3 exec.html3 extattr_copy_file.html3 extattr_namespace_to_string.html3 fmtcheck.html3 fmtmsg.html3 fnmatch.html3 fpclassify.html3 fpgetmask.html3 ftok.html3 fts.html3 ftw.html3 getbsize.html3 cgetcap.html3 getcwd.html3 getdevmajor.html3 getdomainname.html3 getdiskbyname.html3 getentropy.html3 getfsent.html3 getgrent.html3 getgrouplist.html3 gethostname.html3 getlastlogx.html3 getloadavg.html3 getmntinfo.html3 getnetgrent.html3 getpagesize.html3 getpass.html3 getprogname.html3 getpwent.html3 getttyent.html3 getusershell.html3 glob.html3 humanize_number.html3 initgroups.html3 isalnum.html3 isalpha.html3 isascii.html3 isblank.html3 iscntrl.html3 isdigit.html3 isfinite.html3 isgraph.html3 isgreater.html3 isinf.html3 islower.html3 isnan.html3 isnormal.html3 isprint.html3 ispunct.html3 isspace.html3 isupper.html3 isxdigit.html3 lockf.html3 _lwp_makecontext.html3 makecontext.html3 nice.html3 nlist.html3 pause.html3 popen.html3 posix_spawn.html3 posix_spawn_file_actions_addopen.html3 posix_spawn_file_actions_addchdir.html3 posix_spawn_file_actions_init.html3 posix_spawnattr_getflags.html3 posix_spawnattr_getpgroup.html3 posix_spawnattr_getschedparam.html3 posix_spawnattr_getschedpolicy.html3 posix_spawnattr_init.html3 posix_spawnattr_getsigdefault.html3 posix_spawnattr_getsigmask.html3 psignal.html3 pwcache.html3 pthread_atfork.html3 raise.html3 randomid.html3 realpath.html3 scandir.html3 setjmp.html3 setmode.html3 setproctitle.html3 shquote.html3 sighold.html3 sigignore.html3 siginterrupt.html3 signal.html3 signalname.html3 signbit.html3 sigrelse.html3 sigset.html3 sigsetops.html3 sleep.html3 stringlist.html3 sysconf.html3 sysctl.html3 syslog.html3 time.html3 timespec_get.html3 times.html3 timezone.html3 toascii.html3 tolower.html3 toupper.html3 ttyname.html3 ualarm.html3 ulimit.html3 uname.html3 unvis.html3 usleep.html3 utime.html3 valloc.html3 vis.html3 wordexp.html3 moncontrol.html3 hmac.html3 md2.html3 rmd160.html3 sha1.html3 sha2.html3 iconv.html3 duplocale.html3 freelocale.html3 newlocale.html3 setlocale.html3 nl_langinfo.html3 mbtowc.html3 mbstowcs.html3 wctomb.html3 wcstombs.html3 mblen.html3 btowc.html3 mbrtowc.html3 mbsrtowcs.html3 wctob.html3 wcrtomb.html3 wcsrtombs.html3 mbrlen.html3 mbsinit.html3 iswalnum.html3 wctype.html3 iswctype.html3 towlower.html3 wctrans.html3 towctrans.html3 wcwidth.html3 wcstol.html3 wcstod.html3 wcscoll.html3 wcsxfrm.html3 wcsftime.html3 md4.html3 md5.html3 byteorder.html3 ethers.html3 gethostbyname.html3 getifaddrs.html3 getnetent.html3 getprotoent.html3 getpeereid.html3 getservent.html3 inet.html3 inet_net.html3 linkaddr.html3 nsdispatch.html3 rcmd.html3 resolver.html3 sockatmark.html3 hesiod.html3 gai_strerror.html3 getaddrinfo.html3 getnameinfo.html3 if_indextoname.html3 inet6_option_space.html3 inet6_rthdr_space.html3 inet6_opt_init.html3 inet6_rth_space.html3 inet6_getscopeid.html3 sctp_bindx.html3 sctp_connectx.html3 sctp_freepaddrs.html3 sctp_getaddrlen.html3 sctp_getassocid.html3 sctp_getpaddrs.html3 sctp_opt_info.html3 sctp_peeloff.html3 sctp_recvmsg.html3 sctp_send.html3 sctp_sendmsg.html3 catclose.html3 catgets.html3 catopen.html3 acl.html3 acl_add_flag_np.html3 acl_add_perm.html3 acl_calc_mask.html3 acl_clear_flags_np.html3 acl_clear_perms.html3 acl_copy_entry.html3 acl_create_entry.html3 acl_delete.html3 acl_delete_entry.html3 acl_delete_flag_np.html3 acl_delete_perm.html3 acl_dup.html3 acl_free.html3 acl_from_text.html3 acl_get.html3 acl_get_brand_np.html3 acl_get_entry.html3 acl_get_entry_type_np.html3 acl_get_flagset_np.html3 acl_get_flag_np.html3 acl_get_permset.html3 acl_get_perm_np.html3 acl_get_qualifier.html3 acl_get_tag_type.html3 acl_init.html3 acl_is_trivial_np.html3 acl_set.html3 acl_set_entry_type_np.html3 acl_set_flagset_np.html3 acl_set_permset.html3 acl_set_qualifier.html3 acl_set_tag_type.html3 acl_strip_np.html3 acl_to_text.html3 acl_valid.html3 posix1e.html3 regex.html3 re_format.html7 bindresvport.html3 getnetconfig.html3 getnetpath.html3 getrpcent.html3 getrpcport.html3 rpc.html3 rpc_soc.html3 rpc_clnt_auth.html3 rpc_clnt_calls.html3 rpc_clnt_create.html3 rpc_svc_calls.html3 rpc_svc_create.html3 rpc_svc_err.html3 rpc_svc_reg.html3 rpc_xdr.html3 rpcbind.html3 xdr.html3 ssp.html3 __builtin_object_size.html3 fclose.html3 ferror.html3 fflush.html3 fgetln.html3 fgets.html3 fgetwln.html3 fgetws.html3 flockfile.html3 fmemopen.html3 fopen.html3 fparseln.html3 fputs.html3 fputws.html3 fread.html3 fseek.html3 funopen.html3 fwide.html3 getc.html3 getdelim.html3 getwc.html3 mktemp.html3 printf.html3 printf_l.html3 putc.html3 putwc.html3 remove.html3 scanf.html3 scanf_l.html3 setbuf.html3 stdio.html3 tmpnam.html3 ungetc.html3 ungetwc.html3 wprintf.html3 wscanf.html3 open_memstream.html3 a64l.html3 abort.html3 abs.html3 alloca.html3 atexit.html3 atof.html3 atoi.html3 atol.html3 atoll.html3 at_quick_exit.html3 bsearch.html3 div.html3 exit.html3 getenv.html3 getopt.html3 getopt_long.html3 getsubopt.html3 grantpt.html3 hcreate.html3 insque.html3 jemalloc.html3 lsearch.html3 malloc.html3 memory.html3 mi_vector_hash.html3 posix_memalign.html3 posix_openpt.html3 ptsname.html3 qabs.html3 qdiv.html3 quick_exit.html3 qsort.html3 radixsort.html3 rand48.html3 rand.html3 random.html3 reallocarr.html3 reallocarray.html3 strfmon.html3 strsuftoll.html3 strtod.html3 strtoi.html3 strtol.html3 strtou.html3 strtoul.html3 strtonum.html3 system.html3 tsearch.html3 unlockpt.html3 bm.html3 bcmp.html3 bcopy.html3 bstring.html3 bzero.html3 consttime_memequal.html3 explicit_memset.html3 ffs.html3 index.html3 memccpy.html3 memchr.html3 memcmp.html3 memcpy.html3 memmem.html3 memmove.html3 memset.html3 popcount.html3 rindex.html3 strcasecmp.html3 strcat.html3 strchr.html3 strcmp.html3 strcoll.html3 strcpy.html3 strcspn.html3 strdup.html3 strerror.html3 string.html3 strings.html3 strlcpy.html3 strlen.html3 strmode.html3 strncpy.html3 strpbrk.html3 strrchr.html3 strsep.html3 strsignal.html3 strspn.html3 strstr.html3 strtok.html3 strxfrm.html3 swab.html3 wcstok.html3 wcswidth.html3 wmemchr.html3 wcsdup.html3 wcscasecmp.html3 tcgetpgrp.html3 tcgetsid.html3 tcgetwinsize.html3 tcsendbreak.html3 tcsetattr.html3 tcsetpgrp.html3 ctime.html3 getdate.html3 offtime.html3 strftime.html3 strptime.html3 time2posix.html3 tzfile.html5 tzset.html3 accept.html2 access.html2 acct.html2 adjtime.html2 bind.html2 brk.html2 chdir.html2 chflags.html2 chmod.html2 chown.html2 chroot.html2 clock_getcpuclockid2.html2 clock_settime.html2 clone.html2 close.html2 connect.html2 dup.html2 eventfd.html2 execve.html2 _exit.html2 extattr_get_file.html2 fcntl.html2 fdatasync.html2 fdiscard.html2 fhopen.html2 flock.html2 fork.html2 fsync.html2 getcontext.html2 getdents.html2 getfh.html2 getvfsstat.html2 getgid.html2 getgroups.html2 getitimer.html2 getlogin.html2 getpeername.html2 getpgrp.html2 getpid.html2 getpriority.html2 getrandom.html2 getrlimit.html2 getrusage.html2 getsid.html2 getsockname.html2 getsockopt.html2 gettimeofday.html2 getuid.html2 intro.html2 ioctl.html2 issetugid.html2 kill.html2 kqueue.html2 ktrace.html2 _ksem.html2 lfs_bmapv.html2 lfs_markv.html2 lfs_segclean.html2 lfs_segwait.html2 link.html2 listen.html2 lseek.html2 _lwp_create.html2 _lwp_ctl.html2 _lwp_detach.html2 _lwp_exit.html2 _lwp_self.html2 _lwp_setname.html2 _lwp_suspend.html2 _lwp_wakeup.html2 _lwp_wait.html2 _lwp_kill.html2 _lwp_getname.html2 _lwp_getprivate.html2 _lwp_park.html2 _lwp_unpark.html2 _lwp_unpark_all.html2 mkdir.html2 mkfifo.html2 mknod.html2 madvise.html2 mincore.html2 minherit.html2 mlock.html2 mlockall.html2 mmap.html2 modctl.html2 mount.html2 mprotect.html2 mremap.html2 msgctl.html2 msgget.html2 msgrcv.html2 msgsnd.html2 msync.html2 munmap.html2 nanosleep.html2 nfssvc.html2 ntp_adjtime.html2 open.html2 pathconf.html2 pipe.html2 poll.html2 posix_fadvise.html2 profil.html2 ptrace.html2 __quotactl.html2 rasctl.html2 read.html2 readlink.html2 reboot.html2 recv.html2 rename.html2 revoke.html2 rmdir.html2 select.html2 semctl.html2 semget.html2 semop.html2 send.html2 setgroups.html2 setpgid.html2 setregid.html2 setreuid.html2 setsid.html2 setuid.html2 shmat.html2 shmctl.html2 shmget.html2 shutdown.html2 sigaction.html2 sigaltstack.html2 sigpending.html2 sigprocmask.html2 sigqueue.html2 sigstack.html2 sigsuspend.html2 sigtimedwait.html2 socket.html2 socketpair.html2 stat.html2 statvfs.html2 swapctl.html2 swapon.html3 symlink.html2 sync.html2 sysarch.html2 syscall.html2 timer_create.html2 timer_delete.html2 timer_settime.html2 timerfd.html2 truncate.html2 umask.html2 undelete.html2 unlink.html2 utimes.html2 utrace.html2 uuidgen.html2 vfork.html2 wait.html2 write.html2 uuid.html3 ypclnt.html3 C.cat Pig.cat ca.cat cs.cat de.cat es.cat fi.cat fr.cat nl.cat no.cat pl.cat sk.cat sv.cat .depend GCDAProfiling.d InstrProfiling.d InstrProfilingBuffer.d InstrProfilingFile.d InstrProfilingPlatformLinux.d InstrProfilingUtil.d InstrProfilingValue.d InstrProfilingWriter.d Lint___setjmp14.d Lint___sigsetjmp14.d Lint__setjmp.d Lint_alloca.d Lint_bswap16.d Lint_bswap32.d Lint_bswap64.d Lint_fabs.d Lint_flt_rounds.d Lint_fpgetmask.d Lint_fpgetround.d Lint_fpgetsticky.d Lint_fpsetmask.d Lint_fpsetround.d Lint_fpsetsticky.d Lint_htonl.d Lint_htons.d Lint_ntohl.d Lint_ntohs.d ____semctl50.d ____sigtimedwait50.d ___lwp_park60.d __acl_aclcheck_fd.d __acl_aclcheck_file.d __acl_aclcheck_link.d __acl_delete_fd.d __acl_delete_file.d __acl_delete_link.d __acl_get_fd.d __acl_get_file.d __acl_get_link.d __acl_set_fd.d __acl_set_file.d __acl_set_link.d __aio_suspend50.d __clock_getres50.d __clock_gettime50.d __clone.d __cmsg_alignbytes.d __fhopen40.d __fhstat50.d __fhstatvfs190.d __fstat50.d __fstatvfs190.d __futimes50.d __getcwd.d __getdents30.d __getfh30.d __getitimer50.d __getlogin.d __getrusage50.d __gettimeofday50.d __getvfsstat90.d __isthreaded.d __kevent50.d __lfs_segwait50.d __lstat50.d __lutimes50.d __mb_cur_max.d __mknod50.d __mount50.d __mq_timedreceive50.d __mq_timedsend50.d __msgctl50.d __msync13.d __nanosleep50.d __ntp_gettime50.d __pollts50.d __posix_chown.d __posix_fadvise50.d __posix_fchown.d __posix_lchown.d __posix_rename.d __pselect50.d __quotactl.d __rpc_getxid.d __select50.d __setitimer50.d __setjmp14.d __setlogin.d __shmctl50.d __sigaction_siginfo.d __sigaction_sigtramp.d __sigaltstack14.d __sigpending14.d __sigprocmask14.d __sigsetjmp14.d __sigsuspend14.d __sigtramp2.d __socket30.d __stat50.d __statvfs190.d __strsignal.d __syscall.d __sysctl.d __timer_gettime50.d __timer_settime50.d __utimes50.d __vfork14.d __wait450.d _env.d _errno.d _exit.d _ksem_close.d _ksem_destroy.d _ksem_getvalue.d _ksem_init.d _ksem_open.d _ksem_post.d _ksem_timedwait.d _ksem_trywait.d _ksem_unlink.d _ksem_wait.d _lwp.d _lwp_continue.d _lwp_create.d _lwp_ctl.d _lwp_detach.d _lwp_exit.d _lwp_getname.d _lwp_kill.d _lwp_self.d _lwp_setname.d _lwp_setprivate.d _lwp_suspend.d _lwp_unpark.d _lwp_unpark_all.d _lwp_wait.d _lwp_wakeup.d _rand48.d _sched_getaffinity.d _sched_getparam.d _sched_protect.d _sched_setaffinity.d _sched_setparam.d _setjmp.d _wctrans.d _wctype.d a64l.d abort.d abs.d absvdi2.d absvsi2.d absvti2.d accept.d accept4.d access.d acct.d acl_branding.d acl_calc_mask.d acl_copy.d acl_delete.d acl_delete_entry.d acl_entry.d acl_flag.d acl_free.d acl_from_text.d acl_from_text_nfs4.d acl_get.d acl_id_to_name.d acl_init.d acl_perm.d acl_set.d acl_strip.d acl_support.d acl_support_nfs4.d acl_to_text.d acl_to_text_nfs4.d acl_valid.d addvdi3.d addvsi3.d addvti3.d adjtime.d alarm.d alloca.d alphasort.d arc4random.d arena.d asctime.d ashlti3.d ashrti3.d assert.d assertions.d asysctl.d atexit.d atof.d atoi.d atol.d atoll.d atomic.d atomic_init_cas.d auth_none.d auth_unix.d authunix_prot.d background_thread.d base.d base64.d basename.d bcmp.d bcopy.d bin.d bind.d bindresvport.d bitmap.d bm.d brk.d bsearch.d bt_close.d bt_conv.d bt_debug.d bt_delete.d bt_get.d bt_open.d bt_overflow.d bt_page.d bt_put.d bt_search.d bt_seq.d bt_split.d bt_utils.d byte_swap_2.d byte_swap_4.d byte_swap_8.d catclose.d catgets.d catopen.d cdbr.d cdbw.d cerror.d cfgetispeed.d cfgetospeed.d cfmakeraw.d cfsetispeed.d cfsetospeed.d cfsetspeed.d chdir.d chflags.d chmod.d chown.d chroot.d citrus_bcs.d citrus_bcs_strtol.d citrus_bcs_strtoul.d citrus_csmapper.d citrus_ctype.d citrus_ctype_fallback.d citrus_db.d citrus_db_hash.d citrus_esdb.d citrus_hash.d citrus_iconv.d citrus_lc_ctype.d citrus_lc_messages.d citrus_lc_monetary.d citrus_lc_numeric.d citrus_lc_time.d citrus_lookup.d citrus_mapper.d citrus_memstream.d citrus_mmap.d citrus_module.d citrus_none.d citrus_stdenc.d ckh.d clnt_bcast.d clnt_dg.d clnt_generic.d clnt_perror.d clnt_raw.d clnt_simple.d clnt_vc.d clock.d clock_getcpuclockid.d clock_getcpuclockid2.d clock_nanosleep.d clock_settime.d close.d closedir.d closefrom.d clrerr.d clzdi2.d clzsi2.d clzti2.d cmpti2.d compat_Ovfork.d compat___fhstat30.d compat___fhstatvfs140.d compat___fhstatvfs40.d compat___fts13.d compat___fts30.d compat___fts31.d compat___fts32.d compat___fts50.d compat___getmntinfo13.d compat___glob13.d compat___lwp_park50.d compat___msgctl13.d compat___ntp_gettime30.d compat___semctl.d compat___semctl13.d compat___shmctl13.d compat___sigaction14_sigtramp.d compat___sigreturn14.d compat___stat13.d compat___stat30.d compat___unvis13.d compat__lwp_park.d compat__readdir_unlocked30.d compat_adjtime.d compat_aio_suspend.d compat_alloca.d compat_alphasort.d compat_clock.d compat_devname.d compat_difftime.d compat_errlist.d compat_fgetpos.d compat_fhopen.d compat_fhstatvfs.d compat_fhstatvfs1.d compat_frexp_ieee754.d compat_fsetpos.d compat_fts.d compat_getdents.d compat_getdirentries.d compat_getfh.d compat_getmntinfo.d compat_getpwent.d compat_getrusage.d compat_gettimeofday.d compat_glob.d compat_itimer.d compat_kevent.d compat_ldexp_ieee754.d compat_lfs_segwait.d compat_localtime.d compat_mknod.d compat_modf_ieee754.d compat_mount.d compat_mqueue.d compat_msgctl.d compat_msync.d compat_nanosleep.d compat_ndbmdatum.d compat_ns_addr.d compat_ns_ntoa.d compat_ntp_gettime.d compat_opendir.d compat_pmap_rmtcall.d compat_putenv.d compat_quotactl.d compat_random.d compat_readdir.d compat_rpcb.d compat_scandir.d compat_sched.d compat_select.d compat_semctl.d compat_setlocale1.d compat_setlocale32.d compat_settimeofday.d compat_shmctl.d compat_sigaction.d compat_sigaltstack.d compat_siglist.d compat_signame.d compat_sigpending.d compat_sigprocmask.d compat_sigreturn.d compat_sigsetops.d compat_sigsuspend.d compat_sigtimedwait.d compat_socket.d compat_stat.d compat_statfs.d compat_statvfs.d compat_syslog.d compat_time.d compat_timer.d compat_times.d compat_timezone.d compat_unsetenv.d compat_unvis.d compat_utime.d compat_utimes.d compat_utmp.d compat_utmpx.d compat_wait4.d confstr.d connect.d consttime_memequal.d cpuset.d creat.d ctermid.d ctl.d ctype_.d ctzdi2.d ctzsi2.d ctzti2.d cxa_thread_atexit.d daemon.d db.d dbfile.d dehumanize_number.d devname.d difftime.d dirname.d disklabel.d div.d divide.d divmodsi4.d divsi3.d divti3.d dlfcn_elf.d dmisc.d dprintf.d drand48.d dtoa.d dummy_lc_collate.d dup.d dup2.d dup3.d duplocale.d erand48_ieee754.d err.d errc.d errlist.d errno.d errx.d ethers.d ev_streams.d ev_timers.d eventfd.d eventfd_read.d eventfd_write.d execl.d execle.d execlp.d exect.d execv.d execve.d execvp.d exit.d explicit_memset.d extattr.d extattr_delete_fd.d extattr_delete_file.d extattr_delete_link.d extattr_get_fd.d extattr_get_file.d extattr_get_link.d extattr_list_fd.d extattr_list_file.d extattr_list_link.d extattr_set_fd.d extattr_set_file.d extattr_set_link.d extattrctl.d extent.d extent_dss.d extent_mmap.d fabs.d faccessat.d fchdir.d fchflags.d fchmod.d fchmodat.d fchown.d fchownat.d fchroot.d fclose.d fcntl.d fdatasync.d fdiscard.d fdopen.d feof.d ferror.d fexecve.d fflush.d ffs.d ffsdi2.d ffsti2.d fgetc.d fgetln.d fgetpos.d fgets.d fgets_chk.d fgetstr.d fgetwc.d fgetwln.d fgetws.d fgetxattr.d fileno.d findfp.d fix_grouping.d fixdfdi.d fixsfdi.d fixunsdfdi.d fixunsdfsi.d fixunsdfti.d fixunssfdi.d fixunssfsi.d fixunssfti.d fixunsxfdi.d fixunsxfsi.d fixunsxfti.d fixxfdi.d fixxfti.d fktrace.d flags.d flistxattr.d floatdidf.d floatdisf.d floatdixf.d floattidf.d floattisf.d floattixf.d floatundidf.d floatundisf.d floatundixf.d floatuntidf.d floatuntisf.d floatuntixf.d flock.d flockfile.d flt_rounds.d fmemopen.d fmtcheck.d fmtmsg.d fnmatch.d fopen.d fork.d fparseln.d fpathconf.d fpclassifyd_ieee754.d fpclassifyf_ieee754.d fpclassifyl.d fpgetmask.d fpgetprec.d fpgetround.d fpgetsticky.d fprintf.d fpsetmask.d fpsetprec.d fpsetround.d fpsetsticky.d fpurge.d fputc.d fputs.d fputwc.d fputws.d fread.d freelocale.d fremovexattr.d freopen.d fscanf.d fseek.d fseeko.d fsetpos.d fsetxattr.d fstab.d fstatat.d fsync.d fsync_range.d ftell.d ftello.d ftok.d ftruncate.d fts.d ftw.d funopen.d futimens.d fvwrite.d fwalk.d fwide.d fwprintf.d fwrite.d fwscanf.d gdtoa.d gdtoa_locks.d generic_lc_all.d getaddrinfo.d getbsize.d getc.d getcap.d getchar.d getcontext.d getcwd.d getdate.d getdelim.d getdevmajor.d getdomainname.d getdtablesize.d getegid.d getentropy.d getenv.d geteuid.d getgid.d getgrent.d getgrouplist.d getgroupmembership.d getgroups.d gethex.d gethnamaddr.d gethostid.d gethostname.d getifaddrs.d getline.d getloadavg.d getlogin.d getmntinfo.d getnameinfo.d getnetconfig.d getnetent.d getnetgrent.d getnetnamadr.d getnetpath.d getopt.d getopt_long.d getpagesize.d getpass.d getpeereid.d getpeername.d getpgid.d getpgrp.d getpid.d getppid.d getpriority.d getprogname.d getprotobyname.d getprotobyname_r.d getprotobynumber.d getprotobynumber_r.d getprotoent.d getprotoent_r.d getpwent.d getrandom.d getrlimit.d getrpcent.d getrpcport.d gets.d gets_chk.d getservbyname.d getservbyname_r.d getservbyport.d getservbyport_r.d getservent.d getservent_r.d getsid.d getsockname.d getsockopt.d getsockopt2.d getsubopt.d gettemp.d getttyent.d getuid.d getusershell.d getw.d getwc.d getwchar.d getwd.d getxattr.d glob.d global_locale.d gmisc.d gmon.d h_errno.d hash.d hash_bigkey.d hash_buf.d hash_func.d hash_log2.d hash_page.d hcreate.d hd_init.d hdtoa.d heapsort.d herror.d hesiod.d hexnan.d hmac.d hooks.d humanize_number.d iconv.d if_indextoname.d if_nameindex.d if_nametoindex.d imaxdiv.d inet6_scopeid.d inet_addr.d inet_cidr_ntop.d inet_cidr_pton.d inet_lnaof.d inet_makeaddr.d inet_net_ntop.d inet_net_pton.d inet_neta.d inet_netof.d inet_network.d inet_ntoa.d inet_ntop.d inet_pton.d infinity_ieee754.d infinityf_ieee754.d infinityl.d initdir.d initfini.d initgroups.d insque.d int_util.d ioctl.d ip6opt.d isascii.d isatty.d isctype.d isfinited_ieee754.d isfinitef_ieee754.d isfinitel.d isinfd_ieee754.d isinff_ieee754.d isinfl.d isnand_ieee754.d isnanf_ieee754.d isnanl.d iso_addr.d issetugid.d iswctype_mb.d jemalloc.d jrand48.d keccak.d kill.d killpg.d kqueue.d kqueue1.d ktrace.d l64a.d labs.d large.d lchflags.d lchmod.d lchown.d lcong48.d ldiv.d ldtoa.d lfs_bmapv.d lfs_markv.d lfs_segclean.d lgetxattr.d link.d linkaddr.d linkat.d listen.d listxattr.d lldiv.d llistxattr.d localeconv.d localtime.d lockf.d log.d lpathconf.d lrand48.d lremovexattr.d lsearch.d lseek.d lsetxattr.d lshrti3.d madvise.d makebuf.d makecontext.d malloc_io.d mcount.d md2.d md2hl.d md4c.d md4hl.d md5c.d md5hl.d memccpy.d memchr.d memcmp.d memcpy.d memcpy_chk.d memmem.d memmove.d memmove_chk.d memrchr.d memset.d memset_chk.d merge.d mi_vector_hash.d mincore.d minherit.d misc.d mkdir.d mkdirat.d mkdtemp.d mkfifo.d mkfifoat.d mknodat.d mkostemp.d mkostemps.d mkstemp.d mkstemps.d mktemp.d mlock.d mlockall.d mmap.d modctl.d modsi3.d modti3.d mpool.d mprotect.d mq_receive.d mq_send.d mrand48.d msgget.d msgrcv.d msgsnd.d mt_misc.d mtctxres.d muldc3.d mulodi4.d mulosi4.d muloti4.d multi3.d multibyte_amd1.d multibyte_c90.d mulvdi3.d mulvsi3.d mulvti3.d munlock.d munlockall.d munmap.d murmurhash.d mutex.d mutex_pool.d nanf.d ndbm.d ndbmdatum.d negdf2.d negsf2.d negti2.d negvdi2.d negvsi2.d negvti2.d newlocale.d nfssvc.d nftw.d nice.d nl_langinfo.d nlist.d nlist_aout.d nlist_coff.d nlist_ecoff.d nlist_elf32.d nlist_elf64.d nrand48.d ns_name.d ns_netint.d ns_parse.d ns_print.d ns_samedomain.d ns_ttl.d nsap_addr.d nsdispatch.d nslexer.d nsparser.d nstime.d ntp_adjtime.d open.d open_memstream.d open_wmemstream.d openat.d opendir.d paccept.d pages.d paritydi2.d paritysi2.d parityti2.d pathconf.d pause.d perror.d pipe.d pipe2.d pmap_clnt.d pmap_getmaps.d pmap_getport.d pmap_prot.d pmap_prot2.d pmap_rmt.d poll.d popcount32.d popcount64.d popcountdi2.d popcountsi2.d popcountti2.d popen.d posix_fadvise.d posix_fallocate.d posix_madvise.d posix_openpt.d posix_spawn.d posix_spawn_fileactions.d posix_spawn_sched.d posix_spawnp.d powidf2.d powisf2.d powitf2.d powixf2.d ppoll.d pread.d preadv.d printf.d prng.d prof.d profil.d psignal.d pthread_atfork.d ptrace.d ptree.d pty.d putc.d putchar.d putenv.d puts.d putw.d putwc.d putwchar.d pw_scan.d pwcache.d pwrite.d pwritev.d qabs.d qdiv.d qsort.d quick_exit.d radixsort.d raise.d rand.d rand_r.d random.d randomid.d rasctl.d rb.d rcmd.d read.d readdir.d readlink.d readlinkat.d readv.d reallocarr.d reallocarray.d reboot.d rec_close.d rec_delete.d rec_get.d rec_open.d rec_put.d rec_search.d rec_seq.d rec_utils.d recv.d recvfrom.d recvmmsg.d recvmsg.d refill.d regcomp.d regerror.d regexec.d regfree.d regsub.d remove.d removexattr.d remque.d rename.d renameat.d res_comp.d res_compat.d res_data.d res_debug.d res_init.d res_mkquery.d res_query.d res_send.d res_state.d resumecontext.d revoke.d rewind.d rewinddir.d rget.d rmd160.d rmd160hl.d rmdir.d rpc_callmsg.d rpc_commondata.d rpc_dtablesize.d rpc_generic.d rpc_prot.d rpc_soc.d rpcb_clnt.d rpcb_prot.d rpcb_st_xdr.d rthdr.d rtree.d rune.d runetable.d sbrk.d scandir.d scanf.d sched.d sched_yield.d sctp_sys_calls.d seed48.d seekdir.d semconfig.d semctl.d semget.d semop.d send.d sendmmsg.d sendmsg.d sendto.d setbuf.d setbuffer.d setcontext.d setdomainname.d setegid.d setenv.d seteuid.d setgid.d setgroups.d sethostent.d sethostid.d sethostname.d setjmperr.d setlocale.d setmode.d setpgid.d setpgrp.d setpriority.d setproctitle.d setprogname.d setregid.d setreuid.d setrgid.d setrlimit.d setruid.d setsid.d setsockopt.d settimeofday.d setuid.d setvbuf.d setxattr.d sha1.d sha1hl.d sha2.d sha224hl.d sha256hl.d sha3.d sha384hl.d sha512hl.d shmat.d shmdt.d shmget.d shquote.d shquotev.d shutdown.d sigcompat.d sighold.d sigignore.d siginterrupt.d siglist.d signal.d signalname.d signalnext.d signalnumber.d signame.d signbitd_ieee754.d signbitf_ieee754.d signbitl_ieee754.d sigqueue.d sigqueueinfo.d sigrelse.d sigset.d sigsetops.d sigtimedwait.d sigwait.d sigwaitinfo.d sleep.d smisc.d snprintf_chk.d snprintf_ss.d sockatmark.d socketpair.d sprintf_chk.d srand48.d sscanf.d stack_protector.d stats.d statvfs.d stdio.d stpcpy.d stpcpy_chk.d stpncpy.d stpncpy_chk.d strcasecmp.d strcasestr.d strcat.d strcat_chk.d strchr.d strchrnul.d strcmp.d strcoll.d strcpy.d strcpy_chk.d strcspn.d strdup.d strerror.d strerror_r.d strerror_ss.d stresep.d strfmon.d strftime.d stringlist.d strlcat.d strlcpy.d strlen.d strmode.d strncasecmp.d strncat.d strncat_chk.d strncmp.d strncpy.d strncpy_chk.d strndup.d strnlen.d strnstr.d strpbrk.d strptime.d strrchr.d strsep.d strsignal.d strspn.d strstr.d strsuftoll.d strtod.d strtodg.d strtof.d strtoi.d strtoimax.d strtok.d strtok_r.d strtol.d strtold_px.d strtoll.d strtonum.d strtopx.d strtoq.d strtord.d strtou.d strtoul.d strtoull.d strtoumax.d strtouq.d strxfrm.d subr_acl_nfs4.d subvdi3.d subvsi3.d subvti3.d sum.d svc.d svc_auth.d svc_auth_unix.d svc_dg.d svc_fdset.d svc_generic.d svc_raw.d svc_run.d svc_simple.d svc_vc.d swab.d swapcontext.d swapctl.d swapon.d swprintf.d swscanf.d symlink.d symlinkat.d sync.d sysarch.d syscall.d sysconf.d sysctl.d sysctlbyname.d sysctlgetmibinfo.d sysctlnametomib.d syslog.d syslog_ss.d system.d sz.d tcache.d tcdrain.d tcflow.d tcflush.d tcgetattr.d tcgetpgrp.d tcgetsid.d tcgetwinsize.d tcsendbreak.d tcsetattr.d tcsetpgrp.d tcsetwinsize.d tdelete.d telldir.d tempnam.d tfind.d thread-stub-init.d thread-stub.d ticker.d time.d timer_create.d timer_delete.d timer_getoverrun.d timerfd_create.d timerfd_gettime.d timerfd_settime.d times.d timespec_get.d tls.d tmp___adjtime50.d tmp___clock_settime50.d tmp___settimeofday50.d tmp__lwp_getprivate.d tmp_fdiscard.d tmp_ftruncate.d tmp_lseek.d tmp_mknodat.d tmp_mmap.d tmp_mremap.d tmp_ntp_adjtime.d tmp_posix_fallocate.d tmp_pread.d tmp_preadv.d tmp_pwrite.d tmp_pwritev.d tmp_truncate.d tmpfile.d tmpnam.d toascii.d tolower_.d toupper_.d truncate.d tsd.d tsearch.d ttyname.d ttyslot.d twalk.d ualarm.d ucmpti2.d udivmodsi4.d udivmodti4.d udivsi3.d udivti3.d ulimit.d ulp.d umask.d umodsi3.d umodti3.d uname.d undelete.d ungetc.d ungetwc.d unlink.d unlinkat.d unmount.d unsetenv.d unvis.d usleep.d utime.d utimens.d utimensat.d utmp.d utmpx.d utrace.d uuid_compare.d uuid_create.d uuid_create_nil.d uuid_equal.d uuid_from_string.d uuid_hash.d uuid_is_nil.d uuid_stream.d uuid_to_string.d uuidgen.d vadvise.d valloc.d vars6.d vasprintf.d vdprintf.d verr.d verrc.d verrx.d vfprintf.d vfscanf.d vfwprintf.d vfwscanf.d vis.d vprintf.d vscanf.d vsnprintf.d vsnprintf_chk.d vsnprintf_ss.d vsprintf.d vsprintf_chk.d vsscanf.d vswprintf.d vswscanf.d vwarn.d vwarnc.d vwarnx.d vwprintf.d vwscanf.d wait.d wait3.d wait6.d waitid.d waitpid.d warn.d warnc.d warnx.d wbuf.d wcscasecmp.d wcscat.d wcschr.d wcscmp.d wcscoll.d wcscpy.d wcscspn.d wcsdup.d wcsftime.d wcslcat.d wcslcpy.d wcslen.d wcsncasecmp.d wcsncat.d wcsncmp.d wcsncpy.d wcsnlen.d wcspbrk.d wcsrchr.d wcsspn.d wcsstr.d wcstod.d wcstof.d wcstoimax.d wcstok.d wcstol.d wcstold.d wcstoll.d wcstoul.d wcstoull.d wcstoumax.d wcswcs.d wcsxfrm.d witness.d wmemchr.d wmemcmp.d wmemcpy.d wmemmove.d wmemset.d wordexp.d wprintf.d write.d writev.d wscanf.d wsetup.d xdr.d xdr_array.d xdr_float.d xdr_mem.d xdr_rec.d xdr_reference.d xdr_sizeof.d xdr_stdio.d xdryp.d xsyslog.d yp_all.d yp_first.d yp_maplist.d yp_master.d yp_match.d yp_order.d yperr_string.d yplib.d ypprot_err.d GCDAProfiling.d.tmp InstrProfiling.d.tmp InstrProfilingBuffer.d.tmp InstrProfilingFile.d.tmp InstrProfilingPlatformLinux.d.tmp InstrProfilingUtil.d.tmp InstrProfilingValue.d.tmp InstrProfilingWriter.d.tmp Lint___setjmp14.d.tmp Lint___sigsetjmp14.d.tmp Lint__setjmp.d.tmp Lint_alloca.d.tmp Lint_bswap16.d.tmp Lint_bswap32.d.tmp Lint_bswap64.d.tmp Lint_fabs.d.tmp Lint_flt_rounds.d.tmp Lint_fpgetmask.d.tmp Lint_fpgetround.d.tmp Lint_fpgetsticky.d.tmp Lint_fpsetmask.d.tmp Lint_fpsetround.d.tmp Lint_fpsetsticky.d.tmp Lint_htonl.d.tmp Lint_htons.d.tmp Lint_ntohl.d.tmp Lint_ntohs.d.tmp ____semctl50.d.tmp ____sigtimedwait50.d.tmp ___lwp_park60.d.tmp __acl_aclcheck_fd.d.tmp __acl_aclcheck_file.d.tmp __acl_aclcheck_link.d.tmp __acl_delete_fd.d.tmp __acl_delete_file.d.tmp __acl_delete_link.d.tmp __acl_get_fd.d.tmp __acl_get_file.d.tmp __acl_get_link.d.tmp __acl_set_fd.d.tmp __acl_set_file.d.tmp __acl_set_link.d.tmp __aio_suspend50.d.tmp __clock_getres50.d.tmp __clock_gettime50.d.tmp __clone.d.tmp __cmsg_alignbytes.d.tmp __fhopen40.d.tmp __fhstat50.d.tmp __fhstatvfs190.d.tmp __fstat50.d.tmp __fstatvfs190.d.tmp __futimes50.d.tmp __getcwd.d.tmp __getdents30.d.tmp __getfh30.d.tmp __getitimer50.d.tmp __getlogin.d.tmp __getrusage50.d.tmp __gettimeofday50.d.tmp __getvfsstat90.d.tmp __isthreaded.d.tmp __kevent50.d.tmp __lfs_segwait50.d.tmp __lstat50.d.tmp __lutimes50.d.tmp __mb_cur_max.d.tmp __mknod50.d.tmp __mount50.d.tmp __mq_timedreceive50.d.tmp __mq_timedsend50.d.tmp __msgctl50.d.tmp __msync13.d.tmp __nanosleep50.d.tmp __ntp_gettime50.d.tmp __pollts50.d.tmp __posix_chown.d.tmp __posix_fadvise50.d.tmp __posix_fchown.d.tmp __posix_lchown.d.tmp __posix_rename.d.tmp __pselect50.d.tmp __quotactl.d.tmp __rpc_getxid.d.tmp __select50.d.tmp __setitimer50.d.tmp __setjmp14.d.tmp __setlogin.d.tmp __shmctl50.d.tmp __sigaction_siginfo.d.tmp __sigaction_sigtramp.d.tmp __sigaltstack14.d.tmp __sigpending14.d.tmp __sigprocmask14.d.tmp __sigsetjmp14.d.tmp __sigsuspend14.d.tmp __sigtramp2.d.tmp __socket30.d.tmp __stat50.d.tmp __statvfs190.d.tmp __strsignal.d.tmp __syscall.d.tmp __sysctl.d.tmp __timer_gettime50.d.tmp __timer_settime50.d.tmp __utimes50.d.tmp __vfork14.d.tmp __wait450.d.tmp _env.d.tmp _errno.d.tmp _exit.d.tmp _ksem_close.d.tmp _ksem_destroy.d.tmp _ksem_getvalue.d.tmp _ksem_init.d.tmp _ksem_open.d.tmp _ksem_post.d.tmp _ksem_timedwait.d.tmp _ksem_trywait.d.tmp _ksem_unlink.d.tmp _ksem_wait.d.tmp _lwp.d.tmp _lwp_continue.d.tmp _lwp_create.d.tmp _lwp_ctl.d.tmp _lwp_detach.d.tmp _lwp_exit.d.tmp _lwp_getname.d.tmp _lwp_kill.d.tmp _lwp_self.d.tmp _lwp_setname.d.tmp _lwp_setprivate.d.tmp _lwp_suspend.d.tmp _lwp_unpark.d.tmp _lwp_unpark_all.d.tmp _lwp_wait.d.tmp _lwp_wakeup.d.tmp _rand48.d.tmp _sched_getaffinity.d.tmp _sched_getparam.d.tmp _sched_protect.d.tmp _sched_setaffinity.d.tmp _sched_setparam.d.tmp _setjmp.d.tmp _wctrans.d.tmp _wctype.d.tmp a64l.d.tmp abort.d.tmp abs.d.tmp absvdi2.d.tmp absvsi2.d.tmp absvti2.d.tmp accept.d.tmp accept4.d.tmp access.d.tmp acct.d.tmp acl_branding.d.tmp acl_calc_mask.d.tmp acl_copy.d.tmp acl_delete.d.tmp acl_delete_entry.d.tmp acl_entry.d.tmp acl_flag.d.tmp acl_free.d.tmp acl_from_text.d.tmp acl_from_text_nfs4.d.tmp acl_get.d.tmp acl_id_to_name.d.tmp acl_init.d.tmp acl_perm.d.tmp acl_set.d.tmp acl_strip.d.tmp acl_support.d.tmp acl_support_nfs4.d.tmp acl_to_text.d.tmp acl_to_text_nfs4.d.tmp acl_valid.d.tmp addvdi3.d.tmp addvsi3.d.tmp addvti3.d.tmp adjtime.d.tmp alarm.d.tmp alloca.d.tmp alphasort.d.tmp arc4random.d.tmp arena.d.tmp asctime.d.tmp ashlti3.d.tmp ashrti3.d.tmp assert.d.tmp assertions.d.tmp asysctl.d.tmp atexit.d.tmp atof.d.tmp atoi.d.tmp atol.d.tmp atoll.d.tmp atomic.d.tmp atomic_init_cas.d.tmp auth_none.d.tmp auth_unix.d.tmp authunix_prot.d.tmp background_thread.d.tmp base.d.tmp base64.d.tmp basename.d.tmp bcmp.d.tmp bcopy.d.tmp bin.d.tmp bind.d.tmp bindresvport.d.tmp bitmap.d.tmp bm.d.tmp brk.d.tmp bsearch.d.tmp bt_close.d.tmp bt_conv.d.tmp bt_debug.d.tmp bt_delete.d.tmp bt_get.d.tmp bt_open.d.tmp bt_overflow.d.tmp bt_page.d.tmp bt_put.d.tmp bt_search.d.tmp bt_seq.d.tmp bt_split.d.tmp bt_utils.d.tmp byte_swap_2.d.tmp byte_swap_4.d.tmp byte_swap_8.d.tmp catclose.d.tmp catgets.d.tmp catopen.d.tmp cdbr.d.tmp cdbw.d.tmp cerror.d.tmp cfgetispeed.d.tmp cfgetospeed.d.tmp cfmakeraw.d.tmp cfsetispeed.d.tmp cfsetospeed.d.tmp cfsetspeed.d.tmp chdir.d.tmp chflags.d.tmp chmod.d.tmp chown.d.tmp chroot.d.tmp citrus_bcs.d.tmp citrus_bcs_strtol.d.tmp citrus_bcs_strtoul.d.tmp citrus_csmapper.d.tmp citrus_ctype.d.tmp citrus_ctype_fallback.d.tmp citrus_db.d.tmp citrus_db_hash.d.tmp citrus_esdb.d.tmp citrus_hash.d.tmp citrus_iconv.d.tmp citrus_lc_ctype.d.tmp citrus_lc_messages.d.tmp citrus_lc_monetary.d.tmp citrus_lc_numeric.d.tmp citrus_lc_time.d.tmp citrus_lookup.d.tmp citrus_mapper.d.tmp citrus_memstream.d.tmp citrus_mmap.d.tmp citrus_module.d.tmp citrus_none.d.tmp citrus_stdenc.d.tmp ckh.d.tmp clnt_bcast.d.tmp clnt_dg.d.tmp clnt_generic.d.tmp clnt_perror.d.tmp clnt_raw.d.tmp clnt_simple.d.tmp clnt_vc.d.tmp clock.d.tmp clock_getcpuclockid.d.tmp clock_getcpuclockid2.d.tmp clock_nanosleep.d.tmp clock_settime.d.tmp close.d.tmp closedir.d.tmp closefrom.d.tmp clrerr.d.tmp clzdi2.d.tmp clzsi2.d.tmp clzti2.d.tmp cmpti2.d.tmp compat_Ovfork.d.tmp compat___fhstat30.d.tmp compat___fhstatvfs140.d.tmp compat___fhstatvfs40.d.tmp compat___fts13.d.tmp compat___fts30.d.tmp compat___fts31.d.tmp compat___fts32.d.tmp compat___fts50.d.tmp compat___getmntinfo13.d.tmp compat___glob13.d.tmp compat___lwp_park50.d.tmp compat___msgctl13.d.tmp compat___ntp_gettime30.d.tmp compat___semctl.d.tmp compat___semctl13.d.tmp compat___shmctl13.d.tmp compat___sigaction14_sigtramp.d.tmp compat___sigreturn14.d.tmp compat___stat13.d.tmp compat___stat30.d.tmp compat___unvis13.d.tmp compat__lwp_park.d.tmp compat__readdir_unlocked30.d.tmp compat_adjtime.d.tmp compat_aio_suspend.d.tmp compat_alloca.d.tmp compat_alphasort.d.tmp compat_clock.d.tmp compat_devname.d.tmp compat_difftime.d.tmp compat_errlist.d.tmp compat_fgetpos.d.tmp compat_fhopen.d.tmp compat_fhstatvfs.d.tmp compat_fhstatvfs1.d.tmp compat_frexp_ieee754.d.tmp compat_fsetpos.d.tmp compat_fts.d.tmp compat_getdents.d.tmp compat_getdirentries.d.tmp compat_getfh.d.tmp compat_getmntinfo.d.tmp compat_getpwent.d.tmp compat_getrusage.d.tmp compat_gettimeofday.d.tmp compat_glob.d.tmp compat_itimer.d.tmp compat_kevent.d.tmp compat_ldexp_ieee754.d.tmp compat_lfs_segwait.d.tmp compat_localtime.d.tmp compat_mknod.d.tmp compat_modf_ieee754.d.tmp compat_mount.d.tmp compat_mqueue.d.tmp compat_msgctl.d.tmp compat_msync.d.tmp compat_nanosleep.d.tmp compat_ndbmdatum.d.tmp compat_ns_addr.d.tmp compat_ns_ntoa.d.tmp compat_ntp_gettime.d.tmp compat_opendir.d.tmp compat_pmap_rmtcall.d.tmp compat_putenv.d.tmp compat_quotactl.d.tmp compat_random.d.tmp compat_readdir.d.tmp compat_rpcb.d.tmp compat_scandir.d.tmp compat_sched.d.tmp compat_select.d.tmp compat_semctl.d.tmp compat_setlocale1.d.tmp compat_setlocale32.d.tmp compat_settimeofday.d.tmp compat_shmctl.d.tmp compat_sigaction.d.tmp compat_sigaltstack.d.tmp compat_siglist.d.tmp compat_signame.d.tmp compat_sigpending.d.tmp compat_sigprocmask.d.tmp compat_sigreturn.d.tmp compat_sigsetops.d.tmp compat_sigsuspend.d.tmp compat_sigtimedwait.d.tmp compat_socket.d.tmp compat_stat.d.tmp compat_statfs.d.tmp compat_statvfs.d.tmp compat_syslog.d.tmp compat_time.d.tmp compat_timer.d.tmp compat_times.d.tmp compat_timezone.d.tmp compat_unsetenv.d.tmp compat_unvis.d.tmp compat_utime.d.tmp compat_utimes.d.tmp compat_utmp.d.tmp compat_utmpx.d.tmp compat_wait4.d.tmp confstr.d.tmp connect.d.tmp consttime_memequal.d.tmp cpuset.d.tmp creat.d.tmp ctermid.d.tmp ctl.d.tmp ctype_.d.tmp ctzdi2.d.tmp ctzsi2.d.tmp ctzti2.d.tmp cxa_thread_atexit.d.tmp daemon.d.tmp db.d.tmp dbfile.d.tmp dehumanize_number.d.tmp devname.d.tmp difftime.d.tmp dirname.d.tmp disklabel.d.tmp div.d.tmp divide.d.tmp divmodsi4.d.tmp divsi3.d.tmp divti3.d.tmp dlfcn_elf.d.tmp dmisc.d.tmp dprintf.d.tmp drand48.d.tmp dtoa.d.tmp dummy_lc_collate.d.tmp dup.d.tmp dup2.d.tmp dup3.d.tmp duplocale.d.tmp erand48_ieee754.d.tmp err.d.tmp errc.d.tmp errlist.d.tmp errno.d.tmp errx.d.tmp ethers.d.tmp ev_streams.d.tmp ev_timers.d.tmp eventfd.d.tmp eventfd_read.d.tmp eventfd_write.d.tmp execl.d.tmp execle.d.tmp execlp.d.tmp exect.d.tmp execv.d.tmp execve.d.tmp execvp.d.tmp exit.d.tmp explicit_memset.d.tmp extattr.d.tmp extattr_delete_fd.d.tmp extattr_delete_file.d.tmp extattr_delete_link.d.tmp extattr_get_fd.d.tmp extattr_get_file.d.tmp extattr_get_link.d.tmp extattr_list_fd.d.tmp extattr_list_file.d.tmp extattr_list_link.d.tmp extattr_set_fd.d.tmp extattr_set_file.d.tmp extattr_set_link.d.tmp extattrctl.d.tmp extent.d.tmp extent_dss.d.tmp extent_mmap.d.tmp fabs.d.tmp faccessat.d.tmp fchdir.d.tmp fchflags.d.tmp fchmod.d.tmp fchmodat.d.tmp fchown.d.tmp fchownat.d.tmp fchroot.d.tmp fclose.d.tmp fcntl.d.tmp fdatasync.d.tmp fdiscard.d.tmp fdopen.d.tmp feof.d.tmp ferror.d.tmp fexecve.d.tmp fflush.d.tmp ffs.d.tmp ffsdi2.d.tmp ffsti2.d.tmp fgetc.d.tmp fgetln.d.tmp fgetpos.d.tmp fgets.d.tmp fgets_chk.d.tmp fgetstr.d.tmp fgetwc.d.tmp fgetwln.d.tmp fgetws.d.tmp fgetxattr.d.tmp fileno.d.tmp findfp.d.tmp fix_grouping.d.tmp fixdfdi.d.tmp fixsfdi.d.tmp fixunsdfdi.d.tmp fixunsdfsi.d.tmp fixunsdfti.d.tmp fixunssfdi.d.tmp fixunssfsi.d.tmp fixunssfti.d.tmp fixunsxfdi.d.tmp fixunsxfsi.d.tmp fixunsxfti.d.tmp fixxfdi.d.tmp fixxfti.d.tmp fktrace.d.tmp flags.d.tmp flistxattr.d.tmp floatdidf.d.tmp floatdisf.d.tmp floatdixf.d.tmp floattidf.d.tmp floattisf.d.tmp floattixf.d.tmp floatundidf.d.tmp floatundisf.d.tmp floatundixf.d.tmp floatuntidf.d.tmp floatuntisf.d.tmp floatuntixf.d.tmp flock.d.tmp flockfile.d.tmp flt_rounds.d.tmp fmemopen.d.tmp fmtcheck.d.tmp fmtmsg.d.tmp fnmatch.d.tmp fopen.d.tmp fork.d.tmp fparseln.d.tmp fpathconf.d.tmp fpclassifyd_ieee754.d.tmp fpclassifyf_ieee754.d.tmp fpclassifyl.d.tmp fpgetmask.d.tmp fpgetprec.d.tmp fpgetround.d.tmp fpgetsticky.d.tmp fprintf.d.tmp fpsetmask.d.tmp fpsetprec.d.tmp fpsetround.d.tmp fpsetsticky.d.tmp fpurge.d.tmp fputc.d.tmp fputs.d.tmp fputwc.d.tmp fputws.d.tmp fread.d.tmp freelocale.d.tmp fremovexattr.d.tmp freopen.d.tmp fscanf.d.tmp fseek.d.tmp fseeko.d.tmp fsetpos.d.tmp fsetxattr.d.tmp fstab.d.tmp fstatat.d.tmp fsync.d.tmp fsync_range.d.tmp ftell.d.tmp ftello.d.tmp ftok.d.tmp ftruncate.d.tmp fts.d.tmp ftw.d.tmp funopen.d.tmp futimens.d.tmp fvwrite.d.tmp fwalk.d.tmp fwide.d.tmp fwprintf.d.tmp fwrite.d.tmp fwscanf.d.tmp gdtoa.d.tmp gdtoa_locks.d.tmp generic_lc_all.d.tmp getaddrinfo.d.tmp getbsize.d.tmp getc.d.tmp getcap.d.tmp getchar.d.tmp getcontext.d.tmp getcwd.d.tmp getdate.d.tmp getdelim.d.tmp getdevmajor.d.tmp getdomainname.d.tmp getdtablesize.d.tmp getegid.d.tmp getentropy.d.tmp getenv.d.tmp geteuid.d.tmp getgid.d.tmp getgrent.d.tmp getgrouplist.d.tmp getgroupmembership.d.tmp getgroups.d.tmp gethex.d.tmp gethnamaddr.d.tmp gethostid.d.tmp gethostname.d.tmp getifaddrs.d.tmp getline.d.tmp getloadavg.d.tmp getlogin.d.tmp getmntinfo.d.tmp getnameinfo.d.tmp getnetconfig.d.tmp getnetent.d.tmp getnetgrent.d.tmp getnetnamadr.d.tmp getnetpath.d.tmp getopt.d.tmp getopt_long.d.tmp getpagesize.d.tmp getpass.d.tmp getpeereid.d.tmp getpeername.d.tmp getpgid.d.tmp getpgrp.d.tmp getpid.d.tmp getppid.d.tmp getpriority.d.tmp getprogname.d.tmp getprotobyname.d.tmp getprotobyname_r.d.tmp getprotobynumber.d.tmp getprotobynumber_r.d.tmp getprotoent.d.tmp getprotoent_r.d.tmp getpwent.d.tmp getrandom.d.tmp getrlimit.d.tmp getrpcent.d.tmp getrpcport.d.tmp gets.d.tmp gets_chk.d.tmp getservbyname.d.tmp getservbyname_r.d.tmp getservbyport.d.tmp getservbyport_r.d.tmp getservent.d.tmp getservent_r.d.tmp getsid.d.tmp getsockname.d.tmp getsockopt.d.tmp getsockopt2.d.tmp getsubopt.d.tmp gettemp.d.tmp getttyent.d.tmp getuid.d.tmp getusershell.d.tmp getw.d.tmp getwc.d.tmp getwchar.d.tmp getwd.d.tmp getxattr.d.tmp glob.d.tmp global_locale.d.tmp gmisc.d.tmp gmon.d.tmp h_errno.d.tmp hash.d.tmp hash_bigkey.d.tmp hash_buf.d.tmp hash_func.d.tmp hash_log2.d.tmp hash_page.d.tmp hcreate.d.tmp hd_init.d.tmp hdtoa.d.tmp heapsort.d.tmp herror.d.tmp hesiod.d.tmp hexnan.d.tmp hmac.d.tmp hooks.d.tmp humanize_number.d.tmp iconv.d.tmp if_indextoname.d.tmp if_nameindex.d.tmp if_nametoindex.d.tmp imaxdiv.d.tmp inet6_scopeid.d.tmp inet_addr.d.tmp inet_cidr_ntop.d.tmp inet_cidr_pton.d.tmp inet_lnaof.d.tmp inet_makeaddr.d.tmp inet_net_ntop.d.tmp inet_net_pton.d.tmp inet_neta.d.tmp inet_netof.d.tmp inet_network.d.tmp inet_ntoa.d.tmp inet_ntop.d.tmp inet_pton.d.tmp infinity_ieee754.d.tmp infinityf_ieee754.d.tmp infinityl.d.tmp initdir.d.tmp initfini.d.tmp initgroups.d.tmp insque.d.tmp int_util.d.tmp ioctl.d.tmp ip6opt.d.tmp isascii.d.tmp isatty.d.tmp isctype.d.tmp isfinited_ieee754.d.tmp isfinitef_ieee754.d.tmp isfinitel.d.tmp isinfd_ieee754.d.tmp isinff_ieee754.d.tmp isinfl.d.tmp isnand_ieee754.d.tmp isnanf_ieee754.d.tmp isnanl.d.tmp iso_addr.d.tmp issetugid.d.tmp iswctype_mb.d.tmp jemalloc.d.tmp jrand48.d.tmp keccak.d.tmp kill.d.tmp killpg.d.tmp kqueue.d.tmp kqueue1.d.tmp ktrace.d.tmp l64a.d.tmp labs.d.tmp large.d.tmp lchflags.d.tmp lchmod.d.tmp lchown.d.tmp lcong48.d.tmp ldiv.d.tmp ldtoa.d.tmp lfs_bmapv.d.tmp lfs_markv.d.tmp lfs_segclean.d.tmp lgetxattr.d.tmp link.d.tmp linkaddr.d.tmp linkat.d.tmp listen.d.tmp listxattr.d.tmp lldiv.d.tmp llistxattr.d.tmp localeconv.d.tmp localtime.d.tmp lockf.d.tmp log.d.tmp lpathconf.d.tmp lrand48.d.tmp lremovexattr.d.tmp lsearch.d.tmp lseek.d.tmp lsetxattr.d.tmp lshrti3.d.tmp madvise.d.tmp makebuf.d.tmp makecontext.d.tmp malloc_io.d.tmp mcount.d.tmp md2.d.tmp md2hl.d.tmp md4c.d.tmp md4hl.d.tmp md5c.d.tmp md5hl.d.tmp memccpy.d.tmp memchr.d.tmp memcmp.d.tmp memcpy.d.tmp memcpy_chk.d.tmp memmem.d.tmp memmove.d.tmp memmove_chk.d.tmp memrchr.d.tmp memset.d.tmp memset_chk.d.tmp merge.d.tmp mi_vector_hash.d.tmp mincore.d.tmp minherit.d.tmp misc.d.tmp mkdir.d.tmp mkdirat.d.tmp mkdtemp.d.tmp mkfifo.d.tmp mkfifoat.d.tmp mknodat.d.tmp mkostemp.d.tmp mkostemps.d.tmp mkstemp.d.tmp mkstemps.d.tmp mktemp.d.tmp mlock.d.tmp mlockall.d.tmp mmap.d.tmp modctl.d.tmp modsi3.d.tmp modti3.d.tmp mpool.d.tmp mprotect.d.tmp mq_receive.d.tmp mq_send.d.tmp mrand48.d.tmp msgget.d.tmp msgrcv.d.tmp msgsnd.d.tmp mt_misc.d.tmp mtctxres.d.tmp muldc3.d.tmp mulodi4.d.tmp mulosi4.d.tmp muloti4.d.tmp multi3.d.tmp multibyte_amd1.d.tmp multibyte_c90.d.tmp mulvdi3.d.tmp mulvsi3.d.tmp mulvti3.d.tmp munlock.d.tmp munlockall.d.tmp munmap.d.tmp murmurhash.d.tmp mutex.d.tmp mutex_pool.d.tmp nanf.d.tmp ndbm.d.tmp ndbmdatum.d.tmp negdf2.d.tmp negsf2.d.tmp negti2.d.tmp negvdi2.d.tmp negvsi2.d.tmp negvti2.d.tmp newlocale.d.tmp nfssvc.d.tmp nftw.d.tmp nice.d.tmp nl_langinfo.d.tmp nlist.d.tmp nlist_aout.d.tmp nlist_coff.d.tmp nlist_ecoff.d.tmp nlist_elf32.d.tmp nlist_elf64.d.tmp nrand48.d.tmp ns_name.d.tmp ns_netint.d.tmp ns_parse.d.tmp ns_print.d.tmp ns_samedomain.d.tmp ns_ttl.d.tmp nsap_addr.d.tmp nsdispatch.d.tmp nslexer.d.tmp nsparser.d.tmp nstime.d.tmp ntp_adjtime.d.tmp open.d.tmp open_memstream.d.tmp open_wmemstream.d.tmp openat.d.tmp opendir.d.tmp paccept.d.tmp pages.d.tmp paritydi2.d.tmp paritysi2.d.tmp parityti2.d.tmp pathconf.d.tmp pause.d.tmp perror.d.tmp pipe.d.tmp pipe2.d.tmp pmap_clnt.d.tmp pmap_getmaps.d.tmp pmap_getport.d.tmp pmap_prot.d.tmp pmap_prot2.d.tmp pmap_rmt.d.tmp poll.d.tmp popcount32.d.tmp popcount64.d.tmp popcountdi2.d.tmp popcountsi2.d.tmp popcountti2.d.tmp popen.d.tmp posix_fadvise.d.tmp posix_fallocate.d.tmp posix_madvise.d.tmp posix_openpt.d.tmp posix_spawn.d.tmp posix_spawn_fileactions.d.tmp posix_spawn_sched.d.tmp posix_spawnp.d.tmp powidf2.d.tmp powisf2.d.tmp powitf2.d.tmp powixf2.d.tmp ppoll.d.tmp pread.d.tmp preadv.d.tmp printf.d.tmp prng.d.tmp prof.d.tmp profil.d.tmp psignal.d.tmp pthread_atfork.d.tmp ptrace.d.tmp ptree.d.tmp pty.d.tmp putc.d.tmp putchar.d.tmp putenv.d.tmp puts.d.tmp putw.d.tmp putwc.d.tmp putwchar.d.tmp pw_scan.d.tmp pwcache.d.tmp pwrite.d.tmp pwritev.d.tmp qabs.d.tmp qdiv.d.tmp qsort.d.tmp quick_exit.d.tmp radixsort.d.tmp raise.d.tmp rand.d.tmp rand_r.d.tmp random.d.tmp randomid.d.tmp rasctl.d.tmp rb.d.tmp rcmd.d.tmp read.d.tmp readdir.d.tmp readlink.d.tmp readlinkat.d.tmp readv.d.tmp reallocarr.d.tmp reallocarray.d.tmp reboot.d.tmp rec_close.d.tmp rec_delete.d.tmp rec_get.d.tmp rec_open.d.tmp rec_put.d.tmp rec_search.d.tmp rec_seq.d.tmp rec_utils.d.tmp recv.d.tmp recvfrom.d.tmp recvmmsg.d.tmp recvmsg.d.tmp refill.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp regsub.d.tmp remove.d.tmp removexattr.d.tmp remque.d.tmp rename.d.tmp renameat.d.tmp res_comp.d.tmp res_compat.d.tmp res_data.d.tmp res_debug.d.tmp res_init.d.tmp res_mkquery.d.tmp res_query.d.tmp res_send.d.tmp res_state.d.tmp resumecontext.d.tmp revoke.d.tmp rewind.d.tmp rewinddir.d.tmp rget.d.tmp rmd160.d.tmp rmd160hl.d.tmp rmdir.d.tmp rpc_callmsg.d.tmp rpc_commondata.d.tmp rpc_dtablesize.d.tmp rpc_generic.d.tmp rpc_prot.d.tmp rpc_soc.d.tmp rpcb_clnt.d.tmp rpcb_prot.d.tmp rpcb_st_xdr.d.tmp rthdr.d.tmp rtree.d.tmp rune.d.tmp runetable.d.tmp sbrk.d.tmp scandir.d.tmp scanf.d.tmp sched.d.tmp sched_yield.d.tmp sctp_sys_calls.d.tmp seed48.d.tmp seekdir.d.tmp semconfig.d.tmp semctl.d.tmp semget.d.tmp semop.d.tmp send.d.tmp sendmmsg.d.tmp sendmsg.d.tmp sendto.d.tmp setbuf.d.tmp setbuffer.d.tmp setcontext.d.tmp setdomainname.d.tmp setegid.d.tmp setenv.d.tmp seteuid.d.tmp setgid.d.tmp setgroups.d.tmp sethostent.d.tmp sethostid.d.tmp sethostname.d.tmp setjmperr.d.tmp setlocale.d.tmp setmode.d.tmp setpgid.d.tmp setpgrp.d.tmp setpriority.d.tmp setproctitle.d.tmp setprogname.d.tmp setregid.d.tmp setreuid.d.tmp setrgid.d.tmp setrlimit.d.tmp setruid.d.tmp setsid.d.tmp setsockopt.d.tmp settimeofday.d.tmp setuid.d.tmp setvbuf.d.tmp setxattr.d.tmp sha1.d.tmp sha1hl.d.tmp sha2.d.tmp sha224hl.d.tmp sha256hl.d.tmp sha3.d.tmp sha384hl.d.tmp sha512hl.d.tmp shmat.d.tmp shmdt.d.tmp shmget.d.tmp shquote.d.tmp shquotev.d.tmp shutdown.d.tmp sigcompat.d.tmp sighold.d.tmp sigignore.d.tmp siginterrupt.d.tmp siglist.d.tmp signal.d.tmp signalname.d.tmp signalnext.d.tmp signalnumber.d.tmp signame.d.tmp signbitd_ieee754.d.tmp signbitf_ieee754.d.tmp signbitl_ieee754.d.tmp sigqueue.d.tmp sigqueueinfo.d.tmp sigrelse.d.tmp sigset.d.tmp sigsetops.d.tmp sigtimedwait.d.tmp sigwait.d.tmp sigwaitinfo.d.tmp sleep.d.tmp smisc.d.tmp snprintf_chk.d.tmp snprintf_ss.d.tmp sockatmark.d.tmp socketpair.d.tmp sprintf_chk.d.tmp srand48.d.tmp sscanf.d.tmp stack_protector.d.tmp stats.d.tmp statvfs.d.tmp stdio.d.tmp stpcpy.d.tmp stpcpy_chk.d.tmp stpncpy.d.tmp stpncpy_chk.d.tmp strcasecmp.d.tmp strcasestr.d.tmp strcat.d.tmp strcat_chk.d.tmp strchr.d.tmp strchrnul.d.tmp strcmp.d.tmp strcoll.d.tmp strcpy.d.tmp strcpy_chk.d.tmp strcspn.d.tmp strdup.d.tmp strerror.d.tmp strerror_r.d.tmp strerror_ss.d.tmp stresep.d.tmp strfmon.d.tmp strftime.d.tmp stringlist.d.tmp strlcat.d.tmp strlcpy.d.tmp strlen.d.tmp strmode.d.tmp strncasecmp.d.tmp strncat.d.tmp strncat_chk.d.tmp strncmp.d.tmp strncpy.d.tmp strncpy_chk.d.tmp strndup.d.tmp strnlen.d.tmp strnstr.d.tmp strpbrk.d.tmp strptime.d.tmp strrchr.d.tmp strsep.d.tmp strsignal.d.tmp strspn.d.tmp strstr.d.tmp strsuftoll.d.tmp strtod.d.tmp strtodg.d.tmp strtof.d.tmp strtoi.d.tmp strtoimax.d.tmp strtok.d.tmp strtok_r.d.tmp strtol.d.tmp strtold_px.d.tmp strtoll.d.tmp strtonum.d.tmp strtopx.d.tmp strtoq.d.tmp strtord.d.tmp strtou.d.tmp strtoul.d.tmp strtoull.d.tmp strtoumax.d.tmp strtouq.d.tmp strxfrm.d.tmp subr_acl_nfs4.d.tmp subvdi3.d.tmp subvsi3.d.tmp subvti3.d.tmp sum.d.tmp svc.d.tmp svc_auth.d.tmp svc_auth_unix.d.tmp svc_dg.d.tmp svc_fdset.d.tmp svc_generic.d.tmp svc_raw.d.tmp svc_run.d.tmp svc_simple.d.tmp svc_vc.d.tmp swab.d.tmp swapcontext.d.tmp swapctl.d.tmp swapon.d.tmp swprintf.d.tmp swscanf.d.tmp symlink.d.tmp symlinkat.d.tmp sync.d.tmp sysarch.d.tmp syscall.d.tmp sysconf.d.tmp sysctl.d.tmp sysctlbyname.d.tmp sysctlgetmibinfo.d.tmp sysctlnametomib.d.tmp syslog.d.tmp syslog_ss.d.tmp system.d.tmp sz.d.tmp tcache.d.tmp tcdrain.d.tmp tcflow.d.tmp tcflush.d.tmp tcgetattr.d.tmp tcgetpgrp.d.tmp tcgetsid.d.tmp tcgetwinsize.d.tmp tcsendbreak.d.tmp tcsetattr.d.tmp tcsetpgrp.d.tmp tcsetwinsize.d.tmp tdelete.d.tmp telldir.d.tmp tempnam.d.tmp tfind.d.tmp thread-stub-init.d.tmp thread-stub.d.tmp ticker.d.tmp time.d.tmp timer_create.d.tmp timer_delete.d.tmp timer_getoverrun.d.tmp timerfd_create.d.tmp timerfd_gettime.d.tmp timerfd_settime.d.tmp times.d.tmp timespec_get.d.tmp tls.d.tmp tmp___adjtime50.d.tmp tmp___clock_settime50.d.tmp tmp___settimeofday50.d.tmp tmp__lwp_getprivate.d.tmp tmp_fdiscard.d.tmp tmp_ftruncate.d.tmp tmp_lseek.d.tmp tmp_mknodat.d.tmp tmp_mmap.d.tmp tmp_mremap.d.tmp tmp_ntp_adjtime.d.tmp tmp_posix_fallocate.d.tmp tmp_pread.d.tmp tmp_preadv.d.tmp tmp_pwrite.d.tmp tmp_pwritev.d.tmp tmp_truncate.d.tmp tmpfile.d.tmp tmpnam.d.tmp toascii.d.tmp tolower_.d.tmp toupper_.d.tmp truncate.d.tmp tsd.d.tmp tsearch.d.tmp ttyname.d.tmp ttyslot.d.tmp twalk.d.tmp ualarm.d.tmp ucmpti2.d.tmp udivmodsi4.d.tmp udivmodti4.d.tmp udivsi3.d.tmp udivti3.d.tmp ulimit.d.tmp ulp.d.tmp umask.d.tmp umodsi3.d.tmp umodti3.d.tmp uname.d.tmp undelete.d.tmp ungetc.d.tmp ungetwc.d.tmp unlink.d.tmp unlinkat.d.tmp unmount.d.tmp unsetenv.d.tmp unvis.d.tmp usleep.d.tmp utime.d.tmp utimens.d.tmp utimensat.d.tmp utmp.d.tmp utmpx.d.tmp utrace.d.tmp uuid_compare.d.tmp uuid_create.d.tmp uuid_create_nil.d.tmp uuid_equal.d.tmp uuid_from_string.d.tmp uuid_hash.d.tmp uuid_is_nil.d.tmp uuid_stream.d.tmp uuid_to_string.d.tmp uuidgen.d.tmp vadvise.d.tmp valloc.d.tmp vars6.d.tmp vasprintf.d.tmp vdprintf.d.tmp verr.d.tmp verrc.d.tmp verrx.d.tmp vfprintf.d.tmp vfscanf.d.tmp vfwprintf.d.tmp vfwscanf.d.tmp vis.d.tmp vprintf.d.tmp vscanf.d.tmp vsnprintf.d.tmp vsnprintf_chk.d.tmp vsnprintf_ss.d.tmp vsprintf.d.tmp vsprintf_chk.d.tmp vsscanf.d.tmp vswprintf.d.tmp vswscanf.d.tmp vwarn.d.tmp vwarnc.d.tmp vwarnx.d.tmp vwprintf.d.tmp vwscanf.d.tmp wait.d.tmp wait3.d.tmp wait6.d.tmp waitid.d.tmp waitpid.d.tmp warn.d.tmp warnc.d.tmp warnx.d.tmp wbuf.d.tmp wcscasecmp.d.tmp wcscat.d.tmp wcschr.d.tmp wcscmp.d.tmp wcscoll.d.tmp wcscpy.d.tmp wcscspn.d.tmp wcsdup.d.tmp wcsftime.d.tmp wcslcat.d.tmp wcslcpy.d.tmp wcslen.d.tmp wcsncasecmp.d.tmp wcsncat.d.tmp wcsncmp.d.tmp wcsncpy.d.tmp wcsnlen.d.tmp wcspbrk.d.tmp wcsrchr.d.tmp wcsspn.d.tmp wcsstr.d.tmp wcstod.d.tmp wcstof.d.tmp wcstoimax.d.tmp wcstok.d.tmp wcstol.d.tmp wcstold.d.tmp wcstoll.d.tmp wcstoul.d.tmp wcstoull.d.tmp wcstoumax.d.tmp wcswcs.d.tmp wcsxfrm.d.tmp witness.d.tmp wmemchr.d.tmp wmemcmp.d.tmp wmemcpy.d.tmp wmemmove.d.tmp wmemset.d.tmp wordexp.d.tmp wprintf.d.tmp write.d.tmp writev.d.tmp wscanf.d.tmp wsetup.d.tmp xdr.d.tmp xdr_array.d.tmp xdr_float.d.tmp xdr_mem.d.tmp xdr_rec.d.tmp xdr_reference.d.tmp xdr_sizeof.d.tmp xdr_stdio.d.tmp xdryp.d.tmp xsyslog.d.tmp yp_all.d.tmp yp_first.d.tmp yp_maplist.d.tmp yp_master.d.tmp yp_match.d.tmp yp_order.d.tmp yperr_string.d.tmp yplib.d.tmp ypprot_err.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader.a BitstreamReader.o BitstreamReader.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader.a BitstreamReader.o BitstreamReader.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libc && rm -f getdirentries.html3 atomic_add.html3 atomic_and.html3 atomic_cas.html3 atomic_dec.html3 atomic_inc.html3 atomic_ops.html3 atomic_or.html3 atomic_swap.html3 membar_ops.html3 cdbr.html3 cdbw.html3 cdb.html5 btree.html3 dbm_clearerr.html3 dbopen.html3 hash.html3 recno.html3 mpool.html3 creat.html3 getdtablesize.html3 gethostid.html3 killpg.html3 setruid.html3 sigblock.html3 sigpause.html3 sigsetmask.html3 sigvec.html3 alarm.html3 arc4random.html3 basename.html3 bsd_signal.html3 bswap.html3 clock.html3 closefrom.html3 confstr.html3 cpuset.html3 ctermid.html3 ctype.html3 daemon.html3 devname.html3 directory.html3 dirname.html3 endutent.html3 endutxent.html3 err.html3 exec.html3 extattr_copy_file.html3 extattr_namespace_to_string.html3 fmtcheck.html3 fmtmsg.html3 fnmatch.html3 fpclassify.html3 fpgetmask.html3 ftok.html3 fts.html3 ftw.html3 getbsize.html3 cgetcap.html3 getcwd.html3 getdevmajor.html3 getdomainname.html3 getdiskbyname.html3 getentropy.html3 getfsent.html3 getgrent.html3 getgrouplist.html3 gethostname.html3 getlastlogx.html3 getloadavg.html3 getmntinfo.html3 getnetgrent.html3 getpagesize.html3 getpass.html3 getprogname.html3 getpwent.html3 getttyent.html3 getusershell.html3 glob.html3 humanize_number.html3 initgroups.html3 isalnum.html3 isalpha.html3 isascii.html3 isblank.html3 iscntrl.html3 isdigit.html3 isfinite.html3 isgraph.html3 isgreater.html3 isinf.html3 islower.html3 isnan.html3 isnormal.html3 isprint.html3 ispunct.html3 isspace.html3 isupper.html3 isxdigit.html3 lockf.html3 _lwp_makecontext.html3 makecontext.html3 nice.html3 nlist.html3 pause.html3 popen.html3 posix_spawn.html3 posix_spawn_file_actions_addopen.html3 posix_spawn_file_actions_addchdir.html3 posix_spawn_file_actions_init.html3 posix_spawnattr_getflags.html3 posix_spawnattr_getpgroup.html3 posix_spawnattr_getschedparam.html3 posix_spawnattr_getschedpolicy.html3 posix_spawnattr_init.html3 posix_spawnattr_getsigdefault.html3 posix_spawnattr_getsigmask.html3 psignal.html3 pwcache.html3 pthread_atfork.html3 raise.html3 randomid.html3 realpath.html3 scandir.html3 setjmp.html3 setmode.html3 setproctitle.html3 shquote.html3 sighold.html3 sigignore.html3 siginterrupt.html3 signal.html3 signalname.html3 signbit.html3 sigrelse.html3 sigset.html3 sigsetops.html3 sleep.html3 stringlist.html3 sysconf.html3 sysctl.html3 syslog.html3 time.html3 timespec_get.html3 times.html3 timezone.html3 toascii.html3 tolower.html3 toupper.html3 ttyname.html3 ualarm.html3 ulimit.html3 uname.html3 unvis.html3 usleep.html3 utime.html3 valloc.html3 vis.html3 wordexp.html3 moncontrol.html3 hmac.html3 md2.html3 rmd160.html3 sha1.html3 sha2.html3 iconv.html3 duplocale.html3 freelocale.html3 newlocale.html3 setlocale.html3 nl_langinfo.html3 mbtowc.html3 mbstowcs.html3 wctomb.html3 wcstombs.html3 mblen.html3 btowc.html3 mbrtowc.html3 mbsrtowcs.html3 wctob.html3 wcrtomb.html3 wcsrtombs.html3 mbrlen.html3 mbsinit.html3 iswalnum.html3 wctype.html3 iswctype.html3 towlower.html3 wctrans.html3 towctrans.html3 wcwidth.html3 wcstol.html3 wcstod.html3 wcscoll.html3 wcsxfrm.html3 wcsftime.html3 md4.html3 md5.html3 byteorder.html3 ethers.html3 gethostbyname.html3 getifaddrs.html3 getnetent.html3 getprotoent.html3 getpeereid.html3 getservent.html3 inet.html3 inet_net.html3 linkaddr.html3 nsdispatch.html3 rcmd.html3 resolver.html3 sockatmark.html3 hesiod.html3 gai_strerror.html3 getaddrinfo.html3 getnameinfo.html3 if_indextoname.html3 inet6_option_space.html3 inet6_rthdr_space.html3 inet6_opt_init.html3 inet6_rth_space.html3 inet6_getscopeid.html3 sctp_bindx.html3 sctp_connectx.html3 sctp_freepaddrs.html3 sctp_getaddrlen.html3 sctp_getassocid.html3 sctp_getpaddrs.html3 sctp_opt_info.html3 sctp_peeloff.html3 sctp_recvmsg.html3 sctp_send.html3 sctp_sendmsg.html3 catclose.html3 catgets.html3 catopen.html3 acl.html3 acl_add_flag_np.html3 acl_add_perm.html3 acl_calc_mask.html3 acl_clear_flags_np.html3 acl_clear_perms.html3 acl_copy_entry.html3 acl_create_entry.html3 acl_delete.html3 acl_delete_entry.html3 acl_delete_flag_np.html3 acl_delete_perm.html3 acl_dup.html3 acl_free.html3 acl_from_text.html3 acl_get.html3 acl_get_brand_np.html3 acl_get_entry.html3 acl_get_entry_type_np.html3 acl_get_flagset_np.html3 acl_get_flag_np.html3 acl_get_permset.html3 acl_get_perm_np.html3 acl_get_qualifier.html3 acl_get_tag_type.html3 acl_init.html3 acl_is_trivial_np.html3 acl_set.html3 acl_set_entry_type_np.html3 acl_set_flagset_np.html3 acl_set_permset.html3 acl_set_qualifier.html3 acl_set_tag_type.html3 acl_strip_np.html3 acl_to_text.html3 acl_valid.html3 posix1e.html3 regex.html3 re_format.html7 bindresvport.html3 getnetconfig.html3 getnetpath.html3 getrpcent.html3 getrpcport.html3 rpc.html3 rpc_soc.html3 rpc_clnt_auth.html3 rpc_clnt_calls.html3 rpc_clnt_create.html3 rpc_svc_calls.html3 rpc_svc_create.html3 rpc_svc_err.html3 rpc_svc_reg.html3 rpc_xdr.html3 rpcbind.html3 xdr.html3 ssp.html3 __builtin_object_size.html3 fclose.html3 ferror.html3 fflush.html3 fgetln.html3 fgets.html3 fgetwln.html3 fgetws.html3 flockfile.html3 fmemopen.html3 fopen.html3 fparseln.html3 fputs.html3 fputws.html3 fread.html3 fseek.html3 funopen.html3 fwide.html3 getc.html3 getdelim.html3 getwc.html3 mktemp.html3 printf.html3 printf_l.html3 putc.html3 putwc.html3 remove.html3 scanf.html3 scanf_l.html3 setbuf.html3 stdio.html3 tmpnam.html3 ungetc.html3 ungetwc.html3 wprintf.html3 wscanf.html3 open_memstream.html3 a64l.html3 abort.html3 abs.html3 alloca.html3 atexit.html3 atof.html3 atoi.html3 atol.html3 atoll.html3 at_quick_exit.html3 bsearch.html3 div.html3 exit.html3 getenv.html3 getopt.html3 getopt_long.html3 getsubopt.html3 grantpt.html3 hcreate.html3 insque.html3 jemalloc.html3 lsearch.html3 malloc.html3 memory.html3 mi_vector_hash.html3 posix_memalign.html3 posix_openpt.html3 ptsname.html3 qabs.html3 qdiv.html3 quick_exit.html3 qsort.html3 radixsort.html3 rand48.html3 rand.html3 random.html3 reallocarr.html3 reallocarray.html3 strfmon.html3 strsuftoll.html3 strtod.html3 strtoi.html3 strtol.html3 strtou.html3 strtoul.html3 strtonum.html3 system.html3 tsearch.html3 unlockpt.html3 bm.html3 bcmp.html3 bcopy.html3 bstring.html3 bzero.html3 consttime_memequal.html3 explicit_memset.html3 ffs.html3 index.html3 memccpy.html3 memchr.html3 memcmp.html3 memcpy.html3 memmem.html3 memmove.html3 memset.html3 popcount.html3 rindex.html3 strcasecmp.html3 strcat.html3 strchr.html3 strcmp.html3 strcoll.html3 strcpy.html3 strcspn.html3 strdup.html3 strerror.html3 string.html3 strings.html3 strlcpy.html3 strlen.html3 strmode.html3 strncpy.html3 strpbrk.html3 strrchr.html3 strsep.html3 strsignal.html3 strspn.html3 strstr.html3 strtok.html3 strxfrm.html3 swab.html3 wcstok.html3 wcswidth.html3 wmemchr.html3 wcsdup.html3 wcscasecmp.html3 tcgetpgrp.html3 tcgetsid.html3 tcgetwinsize.html3 tcsendbreak.html3 tcsetattr.html3 tcsetpgrp.html3 ctime.html3 getdate.html3 offtime.html3 strftime.html3 strptime.html3 time2posix.html3 tzfile.html5 tzset.html3 accept.html2 access.html2 acct.html2 adjtime.html2 bind.html2 brk.html2 chdir.html2 chflags.html2 chmod.html2 chown.html2 chroot.html2 clock_getcpuclockid2.html2 clock_settime.html2 clone.html2 close.html2 connect.html2 dup.html2 eventfd.html2 execve.html2 _exit.html2 extattr_get_file.html2 fcntl.html2 fdatasync.html2 fdiscard.html2 fhopen.html2 flock.html2 fork.html2 fsync.html2 getcontext.html2 getdents.html2 getfh.html2 getvfsstat.html2 getgid.html2 getgroups.html2 getitimer.html2 getlogin.html2 getpeername.html2 getpgrp.html2 getpid.html2 getpriority.html2 getrandom.html2 getrlimit.html2 getrusage.html2 getsid.html2 getsockname.html2 getsockopt.html2 gettimeofday.html2 getuid.html2 intro.html2 ioctl.html2 issetugid.html2 kill.html2 kqueue.html2 ktrace.html2 _ksem.html2 lfs_bmapv.html2 lfs_markv.html2 lfs_segclean.html2 lfs_segwait.html2 link.html2 listen.html2 lseek.html2 _lwp_create.html2 _lwp_ctl.html2 _lwp_detach.html2 _lwp_exit.html2 _lwp_self.html2 _lwp_setname.html2 _lwp_suspend.html2 _lwp_wakeup.html2 _lwp_wait.html2 _lwp_kill.html2 _lwp_getname.html2 _lwp_getprivate.html2 _lwp_park.html2 _lwp_unpark.html2 _lwp_unpark_all.html2 mkdir.html2 mkfifo.html2 mknod.html2 madvise.html2 mincore.html2 minherit.html2 mlock.html2 mlockall.html2 mmap.html2 modctl.html2 mount.html2 mprotect.html2 mremap.html2 msgctl.html2 msgget.html2 msgrcv.html2 msgsnd.html2 msync.html2 munmap.html2 nanosleep.html2 nfssvc.html2 ntp_adjtime.html2 open.html2 pathconf.html2 pipe.html2 poll.html2 posix_fadvise.html2 profil.html2 ptrace.html2 __quotactl.html2 rasctl.html2 read.html2 readlink.html2 reboot.html2 recv.html2 rename.html2 revoke.html2 rmdir.html2 select.html2 semctl.html2 semget.html2 semop.html2 send.html2 setgroups.html2 setpgid.html2 setregid.html2 setreuid.html2 setsid.html2 setuid.html2 shmat.html2 shmctl.html2 shmget.html2 shutdown.html2 sigaction.html2 sigaltstack.html2 sigpending.html2 sigprocmask.html2 sigqueue.html2 sigstack.html2 sigsuspend.html2 sigtimedwait.html2 socket.html2 socketpair.html2 stat.html2 statvfs.html2 swapctl.html2 swapon.html3 symlink.html2 sync.html2 sysarch.html2 syscall.html2 timer_create.html2 timer_delete.html2 timer_settime.html2 timerfd.html2 truncate.html2 umask.html2 undelete.html2 unlink.html2 utimes.html2 utrace.html2 uuidgen.html2 vfork.html2 wait.html2 write.html2 uuid.html3 ypclnt.html3 C.cat Pig.cat ca.cat cs.cat de.cat es.cat fi.cat fr.cat nl.cat no.cat pl.cat sk.cat sv.cat .depend GCDAProfiling.d InstrProfiling.d InstrProfilingBuffer.d InstrProfilingFile.d InstrProfilingPlatformLinux.d InstrProfilingUtil.d InstrProfilingValue.d InstrProfilingWriter.d Lint___setjmp14.d Lint___sigsetjmp14.d Lint__setjmp.d Lint_alloca.d Lint_bswap16.d Lint_bswap32.d Lint_bswap64.d Lint_fabs.d Lint_flt_rounds.d Lint_fpgetmask.d Lint_fpgetround.d Lint_fpgetsticky.d Lint_fpsetmask.d Lint_fpsetround.d Lint_fpsetsticky.d Lint_htonl.d Lint_htons.d Lint_ntohl.d Lint_ntohs.d ____semctl50.d ____sigtimedwait50.d ___lwp_park60.d __acl_aclcheck_fd.d __acl_aclcheck_file.d __acl_aclcheck_link.d __acl_delete_fd.d __acl_delete_file.d __acl_delete_link.d __acl_get_fd.d __acl_get_file.d __acl_get_link.d __acl_set_fd.d __acl_set_file.d __acl_set_link.d __aio_suspend50.d __clock_getres50.d __clock_gettime50.d __clone.d __cmsg_alignbytes.d __fhopen40.d __fhstat50.d __fhstatvfs190.d __fstat50.d __fstatvfs190.d __futimes50.d __getcwd.d __getdents30.d __getfh30.d __getitimer50.d __getlogin.d __getrusage50.d __gettimeofday50.d __getvfsstat90.d __isthreaded.d __kevent50.d __lfs_segwait50.d __lstat50.d __lutimes50.d __mb_cur_max.d __mknod50.d __mount50.d __mq_timedreceive50.d __mq_timedsend50.d __msgctl50.d __msync13.d __nanosleep50.d __ntp_gettime50.d __pollts50.d __posix_chown.d __posix_fadvise50.d __posix_fchown.d __posix_lchown.d __posix_rename.d __pselect50.d __quotactl.d __rpc_getxid.d __select50.d __setitimer50.d __setjmp14.d __setlogin.d __shmctl50.d __sigaction_siginfo.d __sigaction_sigtramp.d __sigaltstack14.d __sigpending14.d __sigprocmask14.d __sigsetjmp14.d __sigsuspend14.d __sigtramp2.d __socket30.d __stat50.d __statvfs190.d __strsignal.d __syscall.d __sysctl.d __timer_gettime50.d __timer_settime50.d __utimes50.d __vfork14.d __wait450.d _env.d _errno.d _exit.d _ksem_close.d _ksem_destroy.d _ksem_getvalue.d _ksem_init.d _ksem_open.d _ksem_post.d _ksem_timedwait.d _ksem_trywait.d _ksem_unlink.d _ksem_wait.d _lwp.d _lwp_continue.d _lwp_create.d _lwp_ctl.d _lwp_detach.d _lwp_exit.d _lwp_getname.d _lwp_kill.d _lwp_self.d _lwp_setname.d _lwp_setprivate.d _lwp_suspend.d _lwp_unpark.d _lwp_unpark_all.d _lwp_wait.d _lwp_wakeup.d _rand48.d _sched_getaffinity.d _sched_getparam.d _sched_protect.d _sched_setaffinity.d _sched_setparam.d _setjmp.d _wctrans.d _wctype.d a64l.d abort.d abs.d absvdi2.d absvsi2.d absvti2.d accept.d accept4.d access.d acct.d acl_branding.d acl_calc_mask.d acl_copy.d acl_delete.d acl_delete_entry.d acl_entry.d acl_flag.d acl_free.d acl_from_text.d acl_from_text_nfs4.d acl_get.d acl_id_to_name.d acl_init.d acl_perm.d acl_set.d acl_strip.d acl_support.d acl_support_nfs4.d acl_to_text.d acl_to_text_nfs4.d acl_valid.d addvdi3.d addvsi3.d addvti3.d adjtime.d alarm.d alloca.d alphasort.d arc4random.d arena.d asctime.d ashlti3.d ashrti3.d assert.d assertions.d asysctl.d atexit.d atof.d atoi.d atol.d atoll.d atomic.d atomic_init_cas.d auth_none.d auth_unix.d authunix_prot.d background_thread.d base.d base64.d basename.d bcmp.d bcopy.d bin.d bind.d bindresvport.d bitmap.d bm.d brk.d bsearch.d bt_close.d bt_conv.d bt_debug.d bt_delete.d bt_get.d bt_open.d bt_overflow.d bt_page.d bt_put.d bt_search.d bt_seq.d bt_split.d bt_utils.d byte_swap_2.d byte_swap_4.d byte_swap_8.d catclose.d catgets.d catopen.d cdbr.d cdbw.d cerror.d cfgetispeed.d cfgetospeed.d cfmakeraw.d cfsetispeed.d cfsetospeed.d cfsetspeed.d chdir.d chflags.d chmod.d chown.d chroot.d citrus_bcs.d citrus_bcs_strtol.d citrus_bcs_strtoul.d citrus_csmapper.d citrus_ctype.d citrus_ctype_fallback.d citrus_db.d citrus_db_hash.d citrus_esdb.d citrus_hash.d citrus_iconv.d citrus_lc_ctype.d citrus_lc_messages.d citrus_lc_monetary.d citrus_lc_numeric.d citrus_lc_time.d citrus_lookup.d citrus_mapper.d citrus_memstream.d citrus_mmap.d citrus_module.d citrus_none.d citrus_stdenc.d ckh.d clnt_bcast.d clnt_dg.d clnt_generic.d clnt_perror.d clnt_raw.d clnt_simple.d clnt_vc.d clock.d clock_getcpuclockid.d clock_getcpuclockid2.d clock_nanosleep.d clock_settime.d close.d closedir.d closefrom.d clrerr.d clzdi2.d clzsi2.d clzti2.d cmpti2.d compat_Ovfork.d compat___fhstat30.d compat___fhstatvfs140.d compat___fhstatvfs40.d compat___fts13.d compat___fts30.d compat___fts31.d compat___fts32.d compat___fts50.d compat___getmntinfo13.d compat___glob13.d compat___lwp_park50.d compat___msgctl13.d compat___ntp_gettime30.d compat___semctl.d compat___semctl13.d compat___shmctl13.d compat___sigaction14_sigtramp.d compat___sigreturn14.d compat___stat13.d compat___stat30.d compat___unvis13.d compat__lwp_park.d compat__readdir_unlocked30.d compat_adjtime.d compat_aio_suspend.d compat_alloca.d compat_alphasort.d compat_clock.d compat_devname.d compat_difftime.d compat_errlist.d compat_fgetpos.d compat_fhopen.d compat_fhstatvfs.d compat_fhstatvfs1.d compat_frexp_ieee754.d compat_fsetpos.d compat_fts.d compat_getdents.d compat_getdirentries.d compat_getfh.d compat_getmntinfo.d compat_getpwent.d compat_getrusage.d compat_gettimeofday.d compat_glob.d compat_itimer.d compat_kevent.d compat_ldexp_ieee754.d compat_lfs_segwait.d compat_localtime.d compat_mknod.d compat_modf_ieee754.d compat_mount.d compat_mqueue.d compat_msgctl.d compat_msync.d compat_nanosleep.d compat_ndbmdatum.d compat_ns_addr.d compat_ns_ntoa.d compat_ntp_gettime.d compat_opendir.d compat_pmap_rmtcall.d compat_putenv.d compat_quotactl.d compat_random.d compat_readdir.d compat_rpcb.d compat_scandir.d compat_sched.d compat_select.d compat_semctl.d compat_setlocale1.d compat_setlocale32.d compat_settimeofday.d compat_shmctl.d compat_sigaction.d compat_sigaltstack.d compat_siglist.d compat_signame.d compat_sigpending.d compat_sigprocmask.d compat_sigreturn.d compat_sigsetops.d compat_sigsuspend.d compat_sigtimedwait.d compat_socket.d compat_stat.d compat_statfs.d compat_statvfs.d compat_syslog.d compat_time.d compat_timer.d compat_times.d compat_timezone.d compat_unsetenv.d compat_unvis.d compat_utime.d compat_utimes.d compat_utmp.d compat_utmpx.d compat_wait4.d confstr.d connect.d consttime_memequal.d cpuset.d creat.d ctermid.d ctl.d ctype_.d ctzdi2.d ctzsi2.d ctzti2.d cxa_thread_atexit.d daemon.d db.d dbfile.d dehumanize_number.d devname.d difftime.d dirname.d disklabel.d div.d divide.d divmodsi4.d divsi3.d divti3.d dlfcn_elf.d dmisc.d dprintf.d drand48.d dtoa.d dummy_lc_collate.d dup.d dup2.d dup3.d duplocale.d erand48_ieee754.d err.d errc.d errlist.d errno.d errx.d ethers.d ev_streams.d ev_timers.d eventfd.d eventfd_read.d eventfd_write.d execl.d execle.d execlp.d exect.d execv.d execve.d execvp.d exit.d explicit_memset.d extattr.d extattr_delete_fd.d extattr_delete_file.d extattr_delete_link.d extattr_get_fd.d extattr_get_file.d extattr_get_link.d extattr_list_fd.d extattr_list_file.d extattr_list_link.d extattr_set_fd.d extattr_set_file.d extattr_set_link.d extattrctl.d extent.d extent_dss.d extent_mmap.d fabs.d faccessat.d fchdir.d fchflags.d fchmod.d fchmodat.d fchown.d fchownat.d fchroot.d fclose.d fcntl.d fdatasync.d fdiscard.d fdopen.d feof.d ferror.d fexecve.d fflush.d ffs.d ffsdi2.d ffsti2.d fgetc.d fgetln.d fgetpos.d fgets.d fgets_chk.d fgetstr.d fgetwc.d fgetwln.d fgetws.d fgetxattr.d fileno.d findfp.d fix_grouping.d fixdfdi.d fixsfdi.d fixunsdfdi.d fixunsdfsi.d fixunsdfti.d fixunssfdi.d fixunssfsi.d fixunssfti.d fixunsxfdi.d fixunsxfsi.d fixunsxfti.d fixxfdi.d fixxfti.d fktrace.d flags.d flistxattr.d floatdidf.d floatdisf.d floatdixf.d floattidf.d floattisf.d floattixf.d floatundidf.d floatundisf.d floatundixf.d floatuntidf.d floatuntisf.d floatuntixf.d flock.d flockfile.d flt_rounds.d fmemopen.d fmtcheck.d fmtmsg.d fnmatch.d fopen.d fork.d fparseln.d fpathconf.d fpclassifyd_ieee754.d fpclassifyf_ieee754.d fpclassifyl.d fpgetmask.d fpgetprec.d fpgetround.d fpgetsticky.d fprintf.d fpsetmask.d fpsetprec.d fpsetround.d fpsetsticky.d fpurge.d fputc.d fputs.d fputwc.d fputws.d fread.d freelocale.d fremovexattr.d freopen.d fscanf.d fseek.d fseeko.d fsetpos.d fsetxattr.d fstab.d fstatat.d fsync.d fsync_range.d ftell.d ftello.d ftok.d ftruncate.d fts.d ftw.d funopen.d futimens.d fvwrite.d fwalk.d fwide.d fwprintf.d fwrite.d fwscanf.d gdtoa.d gdtoa_locks.d generic_lc_all.d getaddrinfo.d getbsize.d getc.d getcap.d getchar.d getcontext.d getcwd.d getdate.d getdelim.d getdevmajor.d getdomainname.d getdtablesize.d getegid.d getentropy.d getenv.d geteuid.d getgid.d getgrent.d getgrouplist.d getgroupmembership.d getgroups.d gethex.d gethnamaddr.d gethostid.d gethostname.d getifaddrs.d getline.d getloadavg.d getlogin.d getmntinfo.d getnameinfo.d getnetconfig.d getnetent.d getnetgrent.d getnetnamadr.d getnetpath.d getopt.d getopt_long.d getpagesize.d getpass.d getpeereid.d getpeername.d getpgid.d getpgrp.d getpid.d getppid.d getpriority.d getprogname.d getprotobyname.d getprotobyname_r.d getprotobynumber.d getprotobynumber_r.d getprotoent.d getprotoent_r.d getpwent.d getrandom.d getrlimit.d getrpcent.d getrpcport.d gets.d gets_chk.d getservbyname.d getservbyname_r.d getservbyport.d getservbyport_r.d getservent.d getservent_r.d getsid.d getsockname.d getsockopt.d getsockopt2.d getsubopt.d gettemp.d getttyent.d getuid.d getusershell.d getw.d getwc.d getwchar.d getwd.d getxattr.d glob.d global_locale.d gmisc.d gmon.d h_errno.d hash.d hash_bigkey.d hash_buf.d hash_func.d hash_log2.d hash_page.d hcreate.d hd_init.d hdtoa.d heapsort.d herror.d hesiod.d hexnan.d hmac.d hooks.d humanize_number.d iconv.d if_indextoname.d if_nameindex.d if_nametoindex.d imaxdiv.d inet6_scopeid.d inet_addr.d inet_cidr_ntop.d inet_cidr_pton.d inet_lnaof.d inet_makeaddr.d inet_net_ntop.d inet_net_pton.d inet_neta.d inet_netof.d inet_network.d inet_ntoa.d inet_ntop.d inet_pton.d infinity_ieee754.d infinityf_ieee754.d infinityl.d initdir.d initfini.d initgroups.d insque.d int_util.d ioctl.d ip6opt.d isascii.d isatty.d isctype.d isfinited_ieee754.d isfinitef_ieee754.d isfinitel.d isinfd_ieee754.d isinff_ieee754.d isinfl.d isnand_ieee754.d isnanf_ieee754.d isnanl.d iso_addr.d issetugid.d iswctype_mb.d jemalloc.d jrand48.d keccak.d kill.d killpg.d kqueue.d kqueue1.d ktrace.d l64a.d labs.d large.d lchflags.d lchmod.d lchown.d lcong48.d ldiv.d ldtoa.d lfs_bmapv.d lfs_markv.d lfs_segclean.d lgetxattr.d link.d linkaddr.d linkat.d listen.d listxattr.d lldiv.d llistxattr.d localeconv.d localtime.d lockf.d log.d lpathconf.d lrand48.d lremovexattr.d lsearch.d lseek.d lsetxattr.d lshrti3.d madvise.d makebuf.d makecontext.d malloc_io.d mcount.d md2.d md2hl.d md4c.d md4hl.d md5c.d md5hl.d memccpy.d memchr.d memcmp.d memcpy.d memcpy_chk.d memmem.d memmove.d memmove_chk.d memrchr.d memset.d memset_chk.d merge.d mi_vector_hash.d mincore.d minherit.d misc.d mkdir.d mkdirat.d mkdtemp.d mkfifo.d mkfifoat.d mknodat.d mkostemp.d mkostemps.d mkstemp.d mkstemps.d mktemp.d mlock.d mlockall.d mmap.d modctl.d modsi3.d modti3.d mpool.d mprotect.d mq_receive.d mq_send.d mrand48.d msgget.d msgrcv.d msgsnd.d mt_misc.d mtctxres.d muldc3.d mulodi4.d mulosi4.d muloti4.d multi3.d multibyte_amd1.d multibyte_c90.d mulvdi3.d mulvsi3.d mulvti3.d munlock.d munlockall.d munmap.d murmurhash.d mutex.d mutex_pool.d nanf.d ndbm.d ndbmdatum.d negdf2.d negsf2.d negti2.d negvdi2.d negvsi2.d negvti2.d newlocale.d nfssvc.d nftw.d nice.d nl_langinfo.d nlist.d nlist_aout.d nlist_coff.d nlist_ecoff.d nlist_elf32.d nlist_elf64.d nrand48.d ns_name.d ns_netint.d ns_parse.d ns_print.d ns_samedomain.d ns_ttl.d nsap_addr.d nsdispatch.d nslexer.d nsparser.d nstime.d ntp_adjtime.d open.d open_memstream.d open_wmemstream.d openat.d opendir.d paccept.d pages.d paritydi2.d paritysi2.d parityti2.d pathconf.d pause.d perror.d pipe.d pipe2.d pmap_clnt.d pmap_getmaps.d pmap_getport.d pmap_prot.d pmap_prot2.d pmap_rmt.d poll.d popcount32.d popcount64.d popcountdi2.d popcountsi2.d popcountti2.d popen.d posix_fadvise.d posix_fallocate.d posix_madvise.d posix_openpt.d posix_spawn.d posix_spawn_fileactions.d posix_spawn_sched.d posix_spawnp.d powidf2.d powisf2.d powitf2.d powixf2.d ppoll.d pread.d preadv.d printf.d prng.d prof.d profil.d psignal.d pthread_atfork.d ptrace.d ptree.d pty.d putc.d putchar.d putenv.d puts.d putw.d putwc.d putwchar.d pw_scan.d pwcache.d pwrite.d pwritev.d qabs.d qdiv.d qsort.d quick_exit.d radixsort.d raise.d rand.d rand_r.d random.d randomid.d rasctl.d rb.d rcmd.d read.d readdir.d readlink.d readlinkat.d readv.d reallocarr.d reallocarray.d reboot.d rec_close.d rec_delete.d rec_get.d rec_open.d rec_put.d rec_search.d rec_seq.d rec_utils.d recv.d recvfrom.d recvmmsg.d recvmsg.d refill.d regcomp.d regerror.d regexec.d regfree.d regsub.d remove.d removexattr.d remque.d rename.d renameat.d res_comp.d res_compat.d res_data.d res_debug.d res_init.d res_mkquery.d res_query.d res_send.d res_state.d resumecontext.d revoke.d rewind.d rewinddir.d rget.d rmd160.d rmd160hl.d rmdir.d rpc_callmsg.d rpc_commondata.d rpc_dtablesize.d rpc_generic.d rpc_prot.d rpc_soc.d rpcb_clnt.d rpcb_prot.d rpcb_st_xdr.d rthdr.d rtree.d rune.d runetable.d sbrk.d scandir.d scanf.d sched.d sched_yield.d sctp_sys_calls.d seed48.d seekdir.d semconfig.d semctl.d semget.d semop.d send.d sendmmsg.d sendmsg.d sendto.d setbuf.d setbuffer.d setcontext.d setdomainname.d setegid.d setenv.d seteuid.d setgid.d setgroups.d sethostent.d sethostid.d sethostname.d setjmperr.d setlocale.d setmode.d setpgid.d setpgrp.d setpriority.d setproctitle.d setprogname.d setregid.d setreuid.d setrgid.d setrlimit.d setruid.d setsid.d setsockopt.d settimeofday.d setuid.d setvbuf.d setxattr.d sha1.d sha1hl.d sha2.d sha224hl.d sha256hl.d sha3.d sha384hl.d sha512hl.d shmat.d shmdt.d shmget.d shquote.d shquotev.d shutdown.d sigcompat.d sighold.d sigignore.d siginterrupt.d siglist.d signal.d signalname.d signalnext.d signalnumber.d signame.d signbitd_ieee754.d signbitf_ieee754.d signbitl_ieee754.d sigqueue.d sigqueueinfo.d sigrelse.d sigset.d sigsetops.d sigtimedwait.d sigwait.d sigwaitinfo.d sleep.d smisc.d snprintf_chk.d snprintf_ss.d sockatmark.d socketpair.d sprintf_chk.d srand48.d sscanf.d stack_protector.d stats.d statvfs.d stdio.d stpcpy.d stpcpy_chk.d stpncpy.d stpncpy_chk.d strcasecmp.d strcasestr.d strcat.d strcat_chk.d strchr.d strchrnul.d strcmp.d strcoll.d strcpy.d strcpy_chk.d strcspn.d strdup.d strerror.d strerror_r.d strerror_ss.d stresep.d strfmon.d strftime.d stringlist.d strlcat.d strlcpy.d strlen.d strmode.d strncasecmp.d strncat.d strncat_chk.d strncmp.d strncpy.d strncpy_chk.d strndup.d strnlen.d strnstr.d strpbrk.d strptime.d strrchr.d strsep.d strsignal.d strspn.d strstr.d strsuftoll.d strtod.d strtodg.d strtof.d strtoi.d strtoimax.d strtok.d strtok_r.d strtol.d strtold_px.d strtoll.d strtonum.d strtopx.d strtoq.d strtord.d strtou.d strtoul.d strtoull.d strtoumax.d strtouq.d strxfrm.d subr_acl_nfs4.d subvdi3.d subvsi3.d subvti3.d sum.d svc.d svc_auth.d svc_auth_unix.d svc_dg.d svc_fdset.d svc_generic.d svc_raw.d svc_run.d svc_simple.d svc_vc.d swab.d swapcontext.d swapctl.d swapon.d swprintf.d swscanf.d symlink.d symlinkat.d sync.d sysarch.d syscall.d sysconf.d sysctl.d sysctlbyname.d sysctlgetmibinfo.d sysctlnametomib.d syslog.d syslog_ss.d system.d sz.d tcache.d tcdrain.d tcflow.d tcflush.d tcgetattr.d tcgetpgrp.d tcgetsid.d tcgetwinsize.d tcsendbreak.d tcsetattr.d tcsetpgrp.d tcsetwinsize.d tdelete.d telldir.d tempnam.d tfind.d thread-stub-init.d thread-stub.d ticker.d time.d timer_create.d timer_delete.d timer_getoverrun.d timerfd_create.d timerfd_gettime.d timerfd_settime.d times.d timespec_get.d tls.d tmp___adjtime50.d tmp___clock_settime50.d tmp___settimeofday50.d tmp__lwp_getprivate.d tmp_fdiscard.d tmp_ftruncate.d tmp_lseek.d tmp_mknodat.d tmp_mmap.d tmp_mremap.d tmp_ntp_adjtime.d tmp_posix_fallocate.d tmp_pread.d tmp_preadv.d tmp_pwrite.d tmp_pwritev.d tmp_truncate.d tmpfile.d tmpnam.d toascii.d tolower_.d toupper_.d truncate.d tsd.d tsearch.d ttyname.d ttyslot.d twalk.d ualarm.d ucmpti2.d udivmodsi4.d udivmodti4.d udivsi3.d udivti3.d ulimit.d ulp.d umask.d umodsi3.d umodti3.d uname.d undelete.d ungetc.d ungetwc.d unlink.d unlinkat.d unmount.d unsetenv.d unvis.d usleep.d utime.d utimens.d utimensat.d utmp.d utmpx.d utrace.d uuid_compare.d uuid_create.d uuid_create_nil.d uuid_equal.d uuid_from_string.d uuid_hash.d uuid_is_nil.d uuid_stream.d uuid_to_string.d uuidgen.d vadvise.d valloc.d vars6.d vasprintf.d vdprintf.d verr.d verrc.d verrx.d vfprintf.d vfscanf.d vfwprintf.d vfwscanf.d vis.d vprintf.d vscanf.d vsnprintf.d vsnprintf_chk.d vsnprintf_ss.d vsprintf.d vsprintf_chk.d vsscanf.d vswprintf.d vswscanf.d vwarn.d vwarnc.d vwarnx.d vwprintf.d vwscanf.d wait.d wait3.d wait6.d waitid.d waitpid.d warn.d warnc.d warnx.d wbuf.d wcscasecmp.d wcscat.d wcschr.d wcscmp.d wcscoll.d wcscpy.d wcscspn.d wcsdup.d wcsftime.d wcslcat.d wcslcpy.d wcslen.d wcsncasecmp.d wcsncat.d wcsncmp.d wcsncpy.d wcsnlen.d wcspbrk.d wcsrchr.d wcsspn.d wcsstr.d wcstod.d wcstof.d wcstoimax.d wcstok.d wcstol.d wcstold.d wcstoll.d wcstoul.d wcstoull.d wcstoumax.d wcswcs.d wcsxfrm.d witness.d wmemchr.d wmemcmp.d wmemcpy.d wmemmove.d wmemset.d wordexp.d wprintf.d write.d writev.d wscanf.d wsetup.d xdr.d xdr_array.d xdr_float.d xdr_mem.d xdr_rec.d xdr_reference.d xdr_sizeof.d xdr_stdio.d xdryp.d xsyslog.d yp_all.d yp_first.d yp_maplist.d yp_master.d yp_match.d yp_order.d yperr_string.d yplib.d ypprot_err.d GCDAProfiling.d.tmp InstrProfiling.d.tmp InstrProfilingBuffer.d.tmp InstrProfilingFile.d.tmp InstrProfilingPlatformLinux.d.tmp InstrProfilingUtil.d.tmp InstrProfilingValue.d.tmp InstrProfilingWriter.d.tmp Lint___setjmp14.d.tmp Lint___sigsetjmp14.d.tmp Lint__setjmp.d.tmp Lint_alloca.d.tmp Lint_bswap16.d.tmp Lint_bswap32.d.tmp Lint_bswap64.d.tmp Lint_fabs.d.tmp Lint_flt_rounds.d.tmp Lint_fpgetmask.d.tmp Lint_fpgetround.d.tmp Lint_fpgetsticky.d.tmp Lint_fpsetmask.d.tmp Lint_fpsetround.d.tmp Lint_fpsetsticky.d.tmp Lint_htonl.d.tmp Lint_htons.d.tmp Lint_ntohl.d.tmp Lint_ntohs.d.tmp ____semctl50.d.tmp ____sigtimedwait50.d.tmp ___lwp_park60.d.tmp __acl_aclcheck_fd.d.tmp __acl_aclcheck_file.d.tmp __acl_aclcheck_link.d.tmp __acl_delete_fd.d.tmp __acl_delete_file.d.tmp __acl_delete_link.d.tmp __acl_get_fd.d.tmp __acl_get_file.d.tmp __acl_get_link.d.tmp __acl_set_fd.d.tmp __acl_set_file.d.tmp __acl_set_link.d.tmp __aio_suspend50.d.tmp __clock_getres50.d.tmp __clock_gettime50.d.tmp __clone.d.tmp __cmsg_alignbytes.d.tmp __fhopen40.d.tmp __fhstat50.d.tmp __fhstatvfs190.d.tmp __fstat50.d.tmp __fstatvfs190.d.tmp __futimes50.d.tmp __getcwd.d.tmp __getdents30.d.tmp __getfh30.d.tmp __getitimer50.d.tmp __getlogin.d.tmp __getrusage50.d.tmp __gettimeofday50.d.tmp __getvfsstat90.d.tmp __isthreaded.d.tmp __kevent50.d.tmp __lfs_segwait50.d.tmp __lstat50.d.tmp __lutimes50.d.tmp __mb_cur_max.d.tmp __mknod50.d.tmp __mount50.d.tmp __mq_timedreceive50.d.tmp __mq_timedsend50.d.tmp __msgctl50.d.tmp __msync13.d.tmp __nanosleep50.d.tmp __ntp_gettime50.d.tmp __pollts50.d.tmp __posix_chown.d.tmp __posix_fadvise50.d.tmp __posix_fchown.d.tmp __posix_lchown.d.tmp __posix_rename.d.tmp __pselect50.d.tmp __quotactl.d.tmp __rpc_getxid.d.tmp __select50.d.tmp __setitimer50.d.tmp __setjmp14.d.tmp __setlogin.d.tmp __shmctl50.d.tmp __sigaction_siginfo.d.tmp __sigaction_sigtramp.d.tmp __sigaltstack14.d.tmp __sigpending14.d.tmp __sigprocmask14.d.tmp __sigsetjmp14.d.tmp __sigsuspend14.d.tmp __sigtramp2.d.tmp __socket30.d.tmp __stat50.d.tmp __statvfs190.d.tmp __strsignal.d.tmp __syscall.d.tmp __sysctl.d.tmp __timer_gettime50.d.tmp __timer_settime50.d.tmp __utimes50.d.tmp __vfork14.d.tmp __wait450.d.tmp _env.d.tmp _errno.d.tmp _exit.d.tmp _ksem_close.d.tmp _ksem_destroy.d.tmp _ksem_getvalue.d.tmp _ksem_init.d.tmp _ksem_open.d.tmp _ksem_post.d.tmp _ksem_timedwait.d.tmp _ksem_trywait.d.tmp _ksem_unlink.d.tmp _ksem_wait.d.tmp _lwp.d.tmp _lwp_continue.d.tmp _lwp_create.d.tmp _lwp_ctl.d.tmp _lwp_detach.d.tmp _lwp_exit.d.tmp _lwp_getname.d.tmp _lwp_kill.d.tmp _lwp_self.d.tmp _lwp_setname.d.tmp _lwp_setprivate.d.tmp _lwp_suspend.d.tmp _lwp_unpark.d.tmp _lwp_unpark_all.d.tmp _lwp_wait.d.tmp _lwp_wakeup.d.tmp _rand48.d.tmp _sched_getaffinity.d.tmp _sched_getparam.d.tmp _sched_protect.d.tmp _sched_setaffinity.d.tmp _sched_setparam.d.tmp _setjmp.d.tmp _wctrans.d.tmp _wctype.d.tmp a64l.d.tmp abort.d.tmp abs.d.tmp absvdi2.d.tmp absvsi2.d.tmp absvti2.d.tmp accept.d.tmp accept4.d.tmp access.d.tmp acct.d.tmp acl_branding.d.tmp acl_calc_mask.d.tmp acl_copy.d.tmp acl_delete.d.tmp acl_delete_entry.d.tmp acl_entry.d.tmp acl_flag.d.tmp acl_free.d.tmp acl_from_text.d.tmp acl_from_text_nfs4.d.tmp acl_get.d.tmp acl_id_to_name.d.tmp acl_init.d.tmp acl_perm.d.tmp acl_set.d.tmp acl_strip.d.tmp acl_support.d.tmp acl_support_nfs4.d.tmp acl_to_text.d.tmp acl_to_text_nfs4.d.tmp acl_valid.d.tmp addvdi3.d.tmp addvsi3.d.tmp addvti3.d.tmp adjtime.d.tmp alarm.d.tmp alloca.d.tmp alphasort.d.tmp arc4random.d.tmp arena.d.tmp asctime.d.tmp ashlti3.d.tmp ashrti3.d.tmp assert.d.tmp assertions.d.tmp asysctl.d.tmp atexit.d.tmp atof.d.tmp atoi.d.tmp atol.d.tmp atoll.d.tmp atomic.d.tmp atomic_init_cas.d.tmp auth_none.d.tmp auth_unix.d.tmp authunix_prot.d.tmp background_thread.d.tmp base.d.tmp base64.d.tmp basename.d.tmp bcmp.d.tmp bcopy.d.tmp bin.d.tmp bind.d.tmp bindresvport.d.tmp bitmap.d.tmp bm.d.tmp brk.d.tmp bsearch.d.tmp bt_close.d.tmp bt_conv.d.tmp bt_debug.d.tmp bt_delete.d.tmp bt_get.d.tmp bt_open.d.tmp bt_overflow.d.tmp bt_page.d.tmp bt_put.d.tmp bt_search.d.tmp bt_seq.d.tmp bt_split.d.tmp bt_utils.d.tmp byte_swap_2.d.tmp byte_swap_4.d.tmp byte_swap_8.d.tmp catclose.d.tmp catgets.d.tmp catopen.d.tmp cdbr.d.tmp cdbw.d.tmp cerror.d.tmp cfgetispeed.d.tmp cfgetospeed.d.tmp cfmakeraw.d.tmp cfsetispeed.d.tmp cfsetospeed.d.tmp cfsetspeed.d.tmp chdir.d.tmp chflags.d.tmp chmod.d.tmp chown.d.tmp chroot.d.tmp citrus_bcs.d.tmp citrus_bcs_strtol.d.tmp citrus_bcs_strtoul.d.tmp citrus_csmapper.d.tmp citrus_ctype.d.tmp citrus_ctype_fallback.d.tmp citrus_db.d.tmp citrus_db_hash.d.tmp citrus_esdb.d.tmp citrus_hash.d.tmp citrus_iconv.d.tmp citrus_lc_ctype.d.tmp citrus_lc_messages.d.tmp citrus_lc_monetary.d.tmp citrus_lc_numeric.d.tmp citrus_lc_time.d.tmp citrus_lookup.d.tmp citrus_mapper.d.tmp citrus_memstream.d.tmp citrus_mmap.d.tmp citrus_module.d.tmp citrus_none.d.tmp citrus_stdenc.d.tmp ckh.d.tmp clnt_bcast.d.tmp clnt_dg.d.tmp clnt_generic.d.tmp clnt_perror.d.tmp clnt_raw.d.tmp clnt_simple.d.tmp clnt_vc.d.tmp clock.d.tmp clock_getcpuclockid.d.tmp clock_getcpuclockid2.d.tmp clock_nanosleep.d.tmp clock_settime.d.tmp close.d.tmp closedir.d.tmp closefrom.d.tmp clrerr.d.tmp clzdi2.d.tmp clzsi2.d.tmp clzti2.d.tmp cmpti2.d.tmp compat_Ovfork.d.tmp compat___fhstat30.d.tmp compat___fhstatvfs140.d.tmp compat___fhstatvfs40.d.tmp compat___fts13.d.tmp compat___fts30.d.tmp compat___fts31.d.tmp compat___fts32.d.tmp compat___fts50.d.tmp compat___getmntinfo13.d.tmp compat___glob13.d.tmp compat___lwp_park50.d.tmp compat___msgctl13.d.tmp compat___ntp_gettime30.d.tmp compat___semctl.d.tmp compat___semctl13.d.tmp compat___shmctl13.d.tmp compat___sigaction14_sigtramp.d.tmp compat___sigreturn14.d.tmp compat___stat13.d.tmp compat___stat30.d.tmp compat___unvis13.d.tmp compat__lwp_park.d.tmp compat__readdir_unlocked30.d.tmp compat_adjtime.d.tmp compat_aio_suspend.d.tmp compat_alloca.d.tmp compat_alphasort.d.tmp compat_clock.d.tmp compat_devname.d.tmp compat_difftime.d.tmp compat_errlist.d.tmp compat_fgetpos.d.tmp compat_fhopen.d.tmp compat_fhstatvfs.d.tmp compat_fhstatvfs1.d.tmp compat_frexp_ieee754.d.tmp compat_fsetpos.d.tmp compat_fts.d.tmp compat_getdents.d.tmp compat_getdirentries.d.tmp compat_getfh.d.tmp compat_getmntinfo.d.tmp compat_getpwent.d.tmp compat_getrusage.d.tmp compat_gettimeofday.d.tmp compat_glob.d.tmp compat_itimer.d.tmp compat_kevent.d.tmp compat_ldexp_ieee754.d.tmp compat_lfs_segwait.d.tmp compat_localtime.d.tmp compat_mknod.d.tmp compat_modf_ieee754.d.tmp compat_mount.d.tmp compat_mqueue.d.tmp compat_msgctl.d.tmp compat_msync.d.tmp compat_nanosleep.d.tmp compat_ndbmdatum.d.tmp compat_ns_addr.d.tmp compat_ns_ntoa.d.tmp compat_ntp_gettime.d.tmp compat_opendir.d.tmp compat_pmap_rmtcall.d.tmp compat_putenv.d.tmp compat_quotactl.d.tmp compat_random.d.tmp compat_readdir.d.tmp compat_rpcb.d.tmp compat_scandir.d.tmp compat_sched.d.tmp compat_select.d.tmp compat_semctl.d.tmp compat_setlocale1.d.tmp compat_setlocale32.d.tmp compat_settimeofday.d.tmp compat_shmctl.d.tmp compat_sigaction.d.tmp compat_sigaltstack.d.tmp compat_siglist.d.tmp compat_signame.d.tmp compat_sigpending.d.tmp compat_sigprocmask.d.tmp compat_sigreturn.d.tmp compat_sigsetops.d.tmp compat_sigsuspend.d.tmp compat_sigtimedwait.d.tmp compat_socket.d.tmp compat_stat.d.tmp compat_statfs.d.tmp compat_statvfs.d.tmp compat_syslog.d.tmp compat_time.d.tmp compat_timer.d.tmp compat_times.d.tmp compat_timezone.d.tmp compat_unsetenv.d.tmp compat_unvis.d.tmp compat_utime.d.tmp compat_utimes.d.tmp compat_utmp.d.tmp compat_utmpx.d.tmp compat_wait4.d.tmp confstr.d.tmp connect.d.tmp consttime_memequal.d.tmp cpuset.d.tmp creat.d.tmp ctermid.d.tmp ctl.d.tmp ctype_.d.tmp ctzdi2.d.tmp ctzsi2.d.tmp ctzti2.d.tmp cxa_thread_atexit.d.tmp daemon.d.tmp db.d.tmp dbfile.d.tmp dehumanize_number.d.tmp devname.d.tmp difftime.d.tmp dirname.d.tmp disklabel.d.tmp div.d.tmp divide.d.tmp divmodsi4.d.tmp divsi3.d.tmp divti3.d.tmp dlfcn_elf.d.tmp dmisc.d.tmp dprintf.d.tmp drand48.d.tmp dtoa.d.tmp dummy_lc_collate.d.tmp dup.d.tmp dup2.d.tmp dup3.d.tmp duplocale.d.tmp erand48_ieee754.d.tmp err.d.tmp errc.d.tmp errlist.d.tmp errno.d.tmp errx.d.tmp ethers.d.tmp ev_streams.d.tmp ev_timers.d.tmp eventfd.d.tmp eventfd_read.d.tmp eventfd_write.d.tmp execl.d.tmp execle.d.tmp execlp.d.tmp exect.d.tmp execv.d.tmp execve.d.tmp execvp.d.tmp exit.d.tmp explicit_memset.d.tmp extattr.d.tmp extattr_delete_fd.d.tmp extattr_delete_file.d.tmp extattr_delete_link.d.tmp extattr_get_fd.d.tmp extattr_get_file.d.tmp extattr_get_link.d.tmp extattr_list_fd.d.tmp extattr_list_file.d.tmp extattr_list_link.d.tmp extattr_set_fd.d.tmp extattr_set_file.d.tmp extattr_set_link.d.tmp extattrctl.d.tmp extent.d.tmp extent_dss.d.tmp extent_mmap.d.tmp fabs.d.tmp faccessat.d.tmp fchdir.d.tmp fchflags.d.tmp fchmod.d.tmp fchmodat.d.tmp fchown.d.tmp fchownat.d.tmp fchroot.d.tmp fclose.d.tmp fcntl.d.tmp fdatasync.d.tmp fdiscard.d.tmp fdopen.d.tmp feof.d.tmp ferror.d.tmp fexecve.d.tmp fflush.d.tmp ffs.d.tmp ffsdi2.d.tmp ffsti2.d.tmp fgetc.d.tmp fgetln.d.tmp fgetpos.d.tmp fgets.d.tmp fgets_chk.d.tmp fgetstr.d.tmp fgetwc.d.tmp fgetwln.d.tmp fgetws.d.tmp fgetxattr.d.tmp fileno.d.tmp findfp.d.tmp fix_grouping.d.tmp fixdfdi.d.tmp fixsfdi.d.tmp fixunsdfdi.d.tmp fixunsdfsi.d.tmp fixunsdfti.d.tmp fixunssfdi.d.tmp fixunssfsi.d.tmp fixunssfti.d.tmp fixunsxfdi.d.tmp fixunsxfsi.d.tmp fixunsxfti.d.tmp fixxfdi.d.tmp fixxfti.d.tmp fktrace.d.tmp flags.d.tmp flistxattr.d.tmp floatdidf.d.tmp floatdisf.d.tmp floatdixf.d.tmp floattidf.d.tmp floattisf.d.tmp floattixf.d.tmp floatundidf.d.tmp floatundisf.d.tmp floatundixf.d.tmp floatuntidf.d.tmp floatuntisf.d.tmp floatuntixf.d.tmp flock.d.tmp flockfile.d.tmp flt_rounds.d.tmp fmemopen.d.tmp fmtcheck.d.tmp fmtmsg.d.tmp fnmatch.d.tmp fopen.d.tmp fork.d.tmp fparseln.d.tmp fpathconf.d.tmp fpclassifyd_ieee754.d.tmp fpclassifyf_ieee754.d.tmp fpclassifyl.d.tmp fpgetmask.d.tmp fpgetprec.d.tmp fpgetround.d.tmp fpgetsticky.d.tmp fprintf.d.tmp fpsetmask.d.tmp fpsetprec.d.tmp fpsetround.d.tmp fpsetsticky.d.tmp fpurge.d.tmp fputc.d.tmp fputs.d.tmp fputwc.d.tmp fputws.d.tmp fread.d.tmp freelocale.d.tmp fremovexattr.d.tmp freopen.d.tmp fscanf.d.tmp fseek.d.tmp fseeko.d.tmp fsetpos.d.tmp fsetxattr.d.tmp fstab.d.tmp fstatat.d.tmp fsync.d.tmp fsync_range.d.tmp ftell.d.tmp ftello.d.tmp ftok.d.tmp ftruncate.d.tmp fts.d.tmp ftw.d.tmp funopen.d.tmp futimens.d.tmp fvwrite.d.tmp fwalk.d.tmp fwide.d.tmp fwprintf.d.tmp fwrite.d.tmp fwscanf.d.tmp gdtoa.d.tmp gdtoa_locks.d.tmp generic_lc_all.d.tmp getaddrinfo.d.tmp getbsize.d.tmp getc.d.tmp getcap.d.tmp getchar.d.tmp getcontext.d.tmp getcwd.d.tmp getdate.d.tmp getdelim.d.tmp getdevmajor.d.tmp getdomainname.d.tmp getdtablesize.d.tmp getegid.d.tmp getentropy.d.tmp getenv.d.tmp geteuid.d.tmp getgid.d.tmp getgrent.d.tmp getgrouplist.d.tmp getgroupmembership.d.tmp getgroups.d.tmp gethex.d.tmp gethnamaddr.d.tmp gethostid.d.tmp gethostname.d.tmp getifaddrs.d.tmp getline.d.tmp getloadavg.d.tmp getlogin.d.tmp getmntinfo.d.tmp getnameinfo.d.tmp getnetconfig.d.tmp getnetent.d.tmp getnetgrent.d.tmp getnetnamadr.d.tmp getnetpath.d.tmp getopt.d.tmp getopt_long.d.tmp getpagesize.d.tmp getpass.d.tmp getpeereid.d.tmp getpeername.d.tmp getpgid.d.tmp getpgrp.d.tmp getpid.d.tmp getppid.d.tmp getpriority.d.tmp getprogname.d.tmp getprotobyname.d.tmp getprotobyname_r.d.tmp getprotobynumber.d.tmp getprotobynumber_r.d.tmp getprotoent.d.tmp getprotoent_r.d.tmp getpwent.d.tmp getrandom.d.tmp getrlimit.d.tmp getrpcent.d.tmp getrpcport.d.tmp gets.d.tmp gets_chk.d.tmp getservbyname.d.tmp getservbyname_r.d.tmp getservbyport.d.tmp getservbyport_r.d.tmp getservent.d.tmp getservent_r.d.tmp getsid.d.tmp getsockname.d.tmp getsockopt.d.tmp getsockopt2.d.tmp getsubopt.d.tmp gettemp.d.tmp getttyent.d.tmp getuid.d.tmp getusershell.d.tmp getw.d.tmp getwc.d.tmp getwchar.d.tmp getwd.d.tmp getxattr.d.tmp glob.d.tmp global_locale.d.tmp gmisc.d.tmp gmon.d.tmp h_errno.d.tmp hash.d.tmp hash_bigkey.d.tmp hash_buf.d.tmp hash_func.d.tmp hash_log2.d.tmp hash_page.d.tmp hcreate.d.tmp hd_init.d.tmp hdtoa.d.tmp heapsort.d.tmp herror.d.tmp hesiod.d.tmp hexnan.d.tmp hmac.d.tmp hooks.d.tmp humanize_number.d.tmp iconv.d.tmp if_indextoname.d.tmp if_nameindex.d.tmp if_nametoindex.d.tmp imaxdiv.d.tmp inet6_scopeid.d.tmp inet_addr.d.tmp inet_cidr_ntop.d.tmp inet_cidr_pton.d.tmp inet_lnaof.d.tmp inet_makeaddr.d.tmp inet_net_ntop.d.tmp inet_net_pton.d.tmp inet_neta.d.tmp inet_netof.d.tmp inet_network.d.tmp inet_ntoa.d.tmp inet_ntop.d.tmp inet_pton.d.tmp infinity_ieee754.d.tmp infinityf_ieee754.d.tmp infinityl.d.tmp initdir.d.tmp initfini.d.tmp initgroups.d.tmp insque.d.tmp int_util.d.tmp ioctl.d.tmp ip6opt.d.tmp isascii.d.tmp isatty.d.tmp isctype.d.tmp isfinited_ieee754.d.tmp isfinitef_ieee754.d.tmp isfinitel.d.tmp isinfd_ieee754.d.tmp isinff_ieee754.d.tmp isinfl.d.tmp isnand_ieee754.d.tmp isnanf_ieee754.d.tmp isnanl.d.tmp iso_addr.d.tmp issetugid.d.tmp iswctype_mb.d.tmp jemalloc.d.tmp jrand48.d.tmp keccak.d.tmp kill.d.tmp killpg.d.tmp kqueue.d.tmp kqueue1.d.tmp ktrace.d.tmp l64a.d.tmp labs.d.tmp large.d.tmp lchflags.d.tmp lchmod.d.tmp lchown.d.tmp lcong48.d.tmp ldiv.d.tmp ldtoa.d.tmp lfs_bmapv.d.tmp lfs_markv.d.tmp lfs_segclean.d.tmp lgetxattr.d.tmp link.d.tmp linkaddr.d.tmp linkat.d.tmp listen.d.tmp listxattr.d.tmp lldiv.d.tmp llistxattr.d.tmp localeconv.d.tmp localtime.d.tmp lockf.d.tmp log.d.tmp lpathconf.d.tmp lrand48.d.tmp lremovexattr.d.tmp lsearch.d.tmp lseek.d.tmp lsetxattr.d.tmp lshrti3.d.tmp madvise.d.tmp makebuf.d.tmp makecontext.d.tmp malloc_io.d.tmp mcount.d.tmp md2.d.tmp md2hl.d.tmp md4c.d.tmp md4hl.d.tmp md5c.d.tmp md5hl.d.tmp memccpy.d.tmp memchr.d.tmp memcmp.d.tmp memcpy.d.tmp memcpy_chk.d.tmp memmem.d.tmp memmove.d.tmp memmove_chk.d.tmp memrchr.d.tmp memset.d.tmp memset_chk.d.tmp merge.d.tmp mi_vector_hash.d.tmp mincore.d.tmp minherit.d.tmp misc.d.tmp mkdir.d.tmp mkdirat.d.tmp mkdtemp.d.tmp mkfifo.d.tmp mkfifoat.d.tmp mknodat.d.tmp mkostemp.d.tmp mkostemps.d.tmp mkstemp.d.tmp mkstemps.d.tmp mktemp.d.tmp mlock.d.tmp mlockall.d.tmp mmap.d.tmp modctl.d.tmp modsi3.d.tmp modti3.d.tmp mpool.d.tmp mprotect.d.tmp mq_receive.d.tmp mq_send.d.tmp mrand48.d.tmp msgget.d.tmp msgrcv.d.tmp msgsnd.d.tmp mt_misc.d.tmp mtctxres.d.tmp muldc3.d.tmp mulodi4.d.tmp mulosi4.d.tmp muloti4.d.tmp multi3.d.tmp multibyte_amd1.d.tmp multibyte_c90.d.tmp mulvdi3.d.tmp mulvsi3.d.tmp mulvti3.d.tmp munlock.d.tmp munlockall.d.tmp munmap.d.tmp murmurhash.d.tmp mutex.d.tmp mutex_pool.d.tmp nanf.d.tmp ndbm.d.tmp ndbmdatum.d.tmp negdf2.d.tmp negsf2.d.tmp negti2.d.tmp negvdi2.d.tmp negvsi2.d.tmp negvti2.d.tmp newlocale.d.tmp nfssvc.d.tmp nftw.d.tmp nice.d.tmp nl_langinfo.d.tmp nlist.d.tmp nlist_aout.d.tmp nlist_coff.d.tmp nlist_ecoff.d.tmp nlist_elf32.d.tmp nlist_elf64.d.tmp nrand48.d.tmp ns_name.d.tmp ns_netint.d.tmp ns_parse.d.tmp ns_print.d.tmp ns_samedomain.d.tmp ns_ttl.d.tmp nsap_addr.d.tmp nsdispatch.d.tmp nslexer.d.tmp nsparser.d.tmp nstime.d.tmp ntp_adjtime.d.tmp open.d.tmp open_memstream.d.tmp open_wmemstream.d.tmp openat.d.tmp opendir.d.tmp paccept.d.tmp pages.d.tmp paritydi2.d.tmp paritysi2.d.tmp parityti2.d.tmp pathconf.d.tmp pause.d.tmp perror.d.tmp pipe.d.tmp pipe2.d.tmp pmap_clnt.d.tmp pmap_getmaps.d.tmp pmap_getport.d.tmp pmap_prot.d.tmp pmap_prot2.d.tmp pmap_rmt.d.tmp poll.d.tmp popcount32.d.tmp popcount64.d.tmp popcountdi2.d.tmp popcountsi2.d.tmp popcountti2.d.tmp popen.d.tmp posix_fadvise.d.tmp posix_fallocate.d.tmp posix_madvise.d.tmp posix_openpt.d.tmp posix_spawn.d.tmp posix_spawn_fileactions.d.tmp posix_spawn_sched.d.tmp posix_spawnp.d.tmp powidf2.d.tmp powisf2.d.tmp powitf2.d.tmp powixf2.d.tmp ppoll.d.tmp pread.d.tmp preadv.d.tmp printf.d.tmp prng.d.tmp prof.d.tmp profil.d.tmp psignal.d.tmp pthread_atfork.d.tmp ptrace.d.tmp ptree.d.tmp pty.d.tmp putc.d.tmp putchar.d.tmp putenv.d.tmp puts.d.tmp putw.d.tmp putwc.d.tmp putwchar.d.tmp pw_scan.d.tmp pwcache.d.tmp pwrite.d.tmp pwritev.d.tmp qabs.d.tmp qdiv.d.tmp qsort.d.tmp quick_exit.d.tmp radixsort.d.tmp raise.d.tmp rand.d.tmp rand_r.d.tmp random.d.tmp randomid.d.tmp rasctl.d.tmp rb.d.tmp rcmd.d.tmp read.d.tmp readdir.d.tmp readlink.d.tmp readlinkat.d.tmp readv.d.tmp reallocarr.d.tmp reallocarray.d.tmp reboot.d.tmp rec_close.d.tmp rec_delete.d.tmp rec_get.d.tmp rec_open.d.tmp rec_put.d.tmp rec_search.d.tmp rec_seq.d.tmp rec_utils.d.tmp recv.d.tmp recvfrom.d.tmp recvmmsg.d.tmp recvmsg.d.tmp refill.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp regsub.d.tmp remove.d.tmp removexattr.d.tmp remque.d.tmp rename.d.tmp renameat.d.tmp res_comp.d.tmp res_compat.d.tmp res_data.d.tmp res_debug.d.tmp res_init.d.tmp res_mkquery.d.tmp res_query.d.tmp res_send.d.tmp res_state.d.tmp resumecontext.d.tmp revoke.d.tmp rewind.d.tmp rewinddir.d.tmp rget.d.tmp rmd160.d.tmp rmd160hl.d.tmp rmdir.d.tmp rpc_callmsg.d.tmp rpc_commondata.d.tmp rpc_dtablesize.d.tmp rpc_generic.d.tmp rpc_prot.d.tmp rpc_soc.d.tmp rpcb_clnt.d.tmp rpcb_prot.d.tmp rpcb_st_xdr.d.tmp rthdr.d.tmp rtree.d.tmp rune.d.tmp runetable.d.tmp sbrk.d.tmp scandir.d.tmp scanf.d.tmp sched.d.tmp sched_yield.d.tmp sctp_sys_calls.d.tmp seed48.d.tmp seekdir.d.tmp semconfig.d.tmp semctl.d.tmp semget.d.tmp semop.d.tmp send.d.tmp sendmmsg.d.tmp sendmsg.d.tmp sendto.d.tmp setbuf.d.tmp setbuffer.d.tmp setcontext.d.tmp setdomainname.d.tmp setegid.d.tmp setenv.d.tmp seteuid.d.tmp setgid.d.tmp setgroups.d.tmp sethostent.d.tmp sethostid.d.tmp sethostname.d.tmp setjmperr.d.tmp setlocale.d.tmp setmode.d.tmp setpgid.d.tmp setpgrp.d.tmp setpriority.d.tmp setproctitle.d.tmp setprogname.d.tmp setregid.d.tmp setreuid.d.tmp setrgid.d.tmp setrlimit.d.tmp setruid.d.tmp setsid.d.tmp setsockopt.d.tmp settimeofday.d.tmp setuid.d.tmp setvbuf.d.tmp setxattr.d.tmp sha1.d.tmp sha1hl.d.tmp sha2.d.tmp sha224hl.d.tmp sha256hl.d.tmp sha3.d.tmp sha384hl.d.tmp sha512hl.d.tmp shmat.d.tmp shmdt.d.tmp shmget.d.tmp shquote.d.tmp shquotev.d.tmp shutdown.d.tmp sigcompat.d.tmp sighold.d.tmp sigignore.d.tmp siginterrupt.d.tmp siglist.d.tmp signal.d.tmp signalname.d.tmp signalnext.d.tmp signalnumber.d.tmp signame.d.tmp signbitd_ieee754.d.tmp signbitf_ieee754.d.tmp signbitl_ieee754.d.tmp sigqueue.d.tmp sigqueueinfo.d.tmp sigrelse.d.tmp sigset.d.tmp sigsetops.d.tmp sigtimedwait.d.tmp sigwait.d.tmp sigwaitinfo.d.tmp sleep.d.tmp smisc.d.tmp snprintf_chk.d.tmp snprintf_ss.d.tmp sockatmark.d.tmp socketpair.d.tmp sprintf_chk.d.tmp srand48.d.tmp sscanf.d.tmp stack_protector.d.tmp stats.d.tmp statvfs.d.tmp stdio.d.tmp stpcpy.d.tmp stpcpy_chk.d.tmp stpncpy.d.tmp stpncpy_chk.d.tmp strcasecmp.d.tmp strcasestr.d.tmp strcat.d.tmp strcat_chk.d.tmp strchr.d.tmp strchrnul.d.tmp strcmp.d.tmp strcoll.d.tmp strcpy.d.tmp strcpy_chk.d.tmp strcspn.d.tmp strdup.d.tmp strerror.d.tmp strerror_r.d.tmp strerror_ss.d.tmp stresep.d.tmp strfmon.d.tmp strftime.d.tmp stringlist.d.tmp strlcat.d.tmp strlcpy.d.tmp strlen.d.tmp strmode.d.tmp strncasecmp.d.tmp strncat.d.tmp strncat_chk.d.tmp strncmp.d.tmp strncpy.d.tmp strncpy_chk.d.tmp strndup.d.tmp strnlen.d.tmp strnstr.d.tmp strpbrk.d.tmp strptime.d.tmp strrchr.d.tmp strsep.d.tmp strsignal.d.tmp strspn.d.tmp strstr.d.tmp strsuftoll.d.tmp strtod.d.tmp strtodg.d.tmp strtof.d.tmp strtoi.d.tmp strtoimax.d.tmp strtok.d.tmp strtok_r.d.tmp strtol.d.tmp strtold_px.d.tmp strtoll.d.tmp strtonum.d.tmp strtopx.d.tmp strtoq.d.tmp strtord.d.tmp strtou.d.tmp strtoul.d.tmp strtoull.d.tmp strtoumax.d.tmp strtouq.d.tmp strxfrm.d.tmp subr_acl_nfs4.d.tmp subvdi3.d.tmp subvsi3.d.tmp subvti3.d.tmp sum.d.tmp svc.d.tmp svc_auth.d.tmp svc_auth_unix.d.tmp svc_dg.d.tmp svc_fdset.d.tmp svc_generic.d.tmp svc_raw.d.tmp svc_run.d.tmp svc_simple.d.tmp svc_vc.d.tmp swab.d.tmp swapcontext.d.tmp swapctl.d.tmp swapon.d.tmp swprintf.d.tmp swscanf.d.tmp symlink.d.tmp symlinkat.d.tmp sync.d.tmp sysarch.d.tmp syscall.d.tmp sysconf.d.tmp sysctl.d.tmp sysctlbyname.d.tmp sysctlgetmibinfo.d.tmp sysctlnametomib.d.tmp syslog.d.tmp syslog_ss.d.tmp system.d.tmp sz.d.tmp tcache.d.tmp tcdrain.d.tmp tcflow.d.tmp tcflush.d.tmp tcgetattr.d.tmp tcgetpgrp.d.tmp tcgetsid.d.tmp tcgetwinsize.d.tmp tcsendbreak.d.tmp tcsetattr.d.tmp tcsetpgrp.d.tmp tcsetwinsize.d.tmp tdelete.d.tmp telldir.d.tmp tempnam.d.tmp tfind.d.tmp thread-stub-init.d.tmp thread-stub.d.tmp ticker.d.tmp time.d.tmp timer_create.d.tmp timer_delete.d.tmp timer_getoverrun.d.tmp timerfd_create.d.tmp timerfd_gettime.d.tmp timerfd_settime.d.tmp times.d.tmp timespec_get.d.tmp tls.d.tmp tmp___adjtime50.d.tmp tmp___clock_settime50.d.tmp tmp___settimeofday50.d.tmp tmp__lwp_getprivate.d.tmp tmp_fdiscard.d.tmp tmp_ftruncate.d.tmp tmp_lseek.d.tmp tmp_mknodat.d.tmp tmp_mmap.d.tmp tmp_mremap.d.tmp tmp_ntp_adjtime.d.tmp tmp_posix_fallocate.d.tmp tmp_pread.d.tmp tmp_preadv.d.tmp tmp_pwrite.d.tmp tmp_pwritev.d.tmp tmp_truncate.d.tmp tmpfile.d.tmp tmpnam.d.tmp toascii.d.tmp tolower_.d.tmp toupper_.d.tmp truncate.d.tmp tsd.d.tmp tsearch.d.tmp ttyname.d.tmp ttyslot.d.tmp twalk.d.tmp ualarm.d.tmp ucmpti2.d.tmp udivmodsi4.d.tmp udivmodti4.d.tmp udivsi3.d.tmp udivti3.d.tmp ulimit.d.tmp ulp.d.tmp umask.d.tmp umodsi3.d.tmp umodti3.d.tmp uname.d.tmp undelete.d.tmp ungetc.d.tmp ungetwc.d.tmp unlink.d.tmp unlinkat.d.tmp unmount.d.tmp unsetenv.d.tmp unvis.d.tmp usleep.d.tmp utime.d.tmp utimens.d.tmp utimensat.d.tmp utmp.d.tmp utmpx.d.tmp utrace.d.tmp uuid_compare.d.tmp uuid_create.d.tmp uuid_create_nil.d.tmp uuid_equal.d.tmp uuid_from_string.d.tmp uuid_hash.d.tmp uuid_is_nil.d.tmp uuid_stream.d.tmp uuid_to_string.d.tmp uuidgen.d.tmp vadvise.d.tmp valloc.d.tmp vars6.d.tmp vasprintf.d.tmp vdprintf.d.tmp verr.d.tmp verrc.d.tmp verrx.d.tmp vfprintf.d.tmp vfscanf.d.tmp vfwprintf.d.tmp vfwscanf.d.tmp vis.d.tmp vprintf.d.tmp vscanf.d.tmp vsnprintf.d.tmp vsnprintf_chk.d.tmp vsnprintf_ss.d.tmp vsprintf.d.tmp vsprintf_chk.d.tmp vsscanf.d.tmp vswprintf.d.tmp vswscanf.d.tmp vwarn.d.tmp vwarnc.d.tmp vwarnx.d.tmp vwprintf.d.tmp vwscanf.d.tmp wait.d.tmp wait3.d.tmp wait6.d.tmp waitid.d.tmp waitpid.d.tmp warn.d.tmp warnc.d.tmp warnx.d.tmp wbuf.d.tmp wcscasecmp.d.tmp wcscat.d.tmp wcschr.d.tmp wcscmp.d.tmp wcscoll.d.tmp wcscpy.d.tmp wcscspn.d.tmp wcsdup.d.tmp wcsftime.d.tmp wcslcat.d.tmp wcslcpy.d.tmp wcslen.d.tmp wcsncasecmp.d.tmp wcsncat.d.tmp wcsncmp.d.tmp wcsncpy.d.tmp wcsnlen.d.tmp wcspbrk.d.tmp wcsrchr.d.tmp wcsspn.d.tmp wcsstr.d.tmp wcstod.d.tmp wcstof.d.tmp wcstoimax.d.tmp wcstok.d.tmp wcstol.d.tmp wcstold.d.tmp wcstoll.d.tmp wcstoul.d.tmp wcstoull.d.tmp wcstoumax.d.tmp wcswcs.d.tmp wcsxfrm.d.tmp witness.d.tmp wmemchr.d.tmp wmemcmp.d.tmp wmemcpy.d.tmp wmemmove.d.tmp wmemset.d.tmp wordexp.d.tmp wprintf.d.tmp write.d.tmp writev.d.tmp wscanf.d.tmp wsetup.d.tmp xdr.d.tmp xdr_array.d.tmp xdr_float.d.tmp xdr_mem.d.tmp xdr_rec.d.tmp xdr_reference.d.tmp xdr_sizeof.d.tmp xdr_stdio.d.tmp xdryp.d.tmp xsyslog.d.tmp yp_all.d.tmp yp_first.d.tmp yp_maplist.d.tmp yp_master.d.tmp yp_match.d.tmp yp_order.d.tmp yperr_string.d.tmp yplib.d.tmp ypprot_err.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_pic.a BitstreamReader.pico BitstreamReader.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_pic.a BitstreamReader.pico BitstreamReader.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f llib-lLLVMBitstreamReader.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f llib-lLLVMBitstreamReader.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-i18n_module --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- cleandir ===> lib/i18n_module --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-BIG5 --- cleandir ===> lib/i18n_module/BIG5 --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f .depend BitstreamReader.d BitstreamReader.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f .depend BitstreamReader.d BitstreamReader.d.tmp tags || true) --- cleandir-libLLVMCodeGen --- cleandir ===> external/apache2/llvm/librt/libLLVMCodeGen --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/BIG5 && rm -f libBIG5.a citrus_big5.o citrus_prop.o citrus_big5.o.tmp citrus_prop.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/BIG5 && rm -f libBIG5.a citrus_big5.o citrus_prop.o citrus_big5.o.tmp citrus_prop.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/BIG5 && rm -f libBIG5_p.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/BIG5 && rm -f libBIG5_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen.a AggressiveAntiDepBreaker.o AllocationOrder.o Analysis.o AtomicExpandPass.o BasicBlockSections.o BasicTargetTransformInfo.o BranchFolding.o BranchRelaxation.o BreakFalseDeps.o CalcSpillWeights.o CallingConvLower.o CFGuardLongjmp.o CFIInstrInserter.o CodeGen.o CodeGenPassBuilder.o CodeGenPrepare.o CommandFlags.o CriticalAntiDepBreaker.o DeadMachineInstructionElim.o DetectDeadLanes.o DFAPacketizer.o DwarfEHPrepare.o EarlyIfConversion.o EdgeBundles.o EHContGuardCatchret.o ExecutionDomainFix.o ExpandMemCmp.o ExpandPostRAPseudos.o ExpandReductions.o ExpandVectorPredication.o FaultMaps.o FEntryInserter.o FinalizeISel.o FixupStatepointCallerSaved.o FuncletLayout.o GCMetadata.o GCMetadataPrinter.o GCRootLowering.o GlobalMerge.o HardwareLoops.o IfConversion.o ImplicitNullChecks.o IndirectBrExpandPass.o InlineSpiller.o InstrRefBasedImpl.o InterferenceCache.o InterleavedAccessPass.o InterleavedLoadCombinePass.o IntrinsicLowering.o LatencyPriorityQueue.o LazyMachineBlockFrequencyInfo.o LexicalScopes.o LiveDebugValues.o LiveDebugVariables.o LiveIntervalCalc.o LiveInterval.o LiveIntervals.o LiveIntervalUnion.o LivePhysRegs.o LiveRangeCalc.o LiveRangeEdit.o LiveRangeShrink.o LiveRegMatrix.o LiveRegUnits.o LiveStacks.o LiveVariables.o LLVMTargetMachine.o LocalStackSlotAllocation.o LoopTraversal.o LowerEmuTLS.o LowLevelType.o MachineBasicBlock.o MachineBlockFrequencyInfo.o MachineBlockPlacement.o MachineBranchProbabilityInfo.o MachineCheckDebugify.o MachineCombiner.o MachineCopyPropagation.o MachineCSE.o MachineDebugify.o MachineDominanceFrontier.o MachineDominators.o MachineFrameInfo.o MachineFunction.o MachineFunctionPass.o MachineFunctionPrinterPass.o MachineFunctionSplitter.o MachineInstrBundle.o MachineInstr.o MachineLICM.o MachineLoopInfo.o MachineLoopUtils.o MachineModuleInfo.o MachineModuleInfoImpls.o MachineOperand.o MachineOptimizationRemarkEmitter.o MachineOutliner.o MachinePassManager.o MachinePipeliner.o MachinePostDominators.o MachineRegionInfo.o MachineRegisterInfo.o MachineScheduler.o MachineSink.o MachineSizeOpts.o MachineSSAUpdater.o MachineStableHash.o MachineStripDebug.o MachineTraceMetrics.o MachineVerifier.o MacroFusion.o MBFIWrapper.o MIRCanonicalizerPass.o MIRFSDiscriminator.o MIRNamerPass.o MIRPrinter.o MIRPrintingPass.o MIRVRegNamerUtils.o MIRYamlMapping.o ModuloSchedule.o MultiHazardRecognizer.o NonRelocatableStringpool.o OptimizePHIs.o ParallelCG.o PatchableFunction.o PeepholeOptimizer.o PHIElimination.o PHIEliminationUtils.o PostRAHazardRecognizer.o PostRASchedulerList.o PreISelIntrinsicLowering.o ProcessImplicitDefs.o PrologEpilogInserter.o PseudoProbeInserter.o PseudoSourceValue.o RDFGraph.o RDFLiveness.o RDFRegisters.o ReachingDefAnalysis.o RegAllocBase.o RegAllocBasic.o RegAllocFast.o RegAllocGreedy.o RegAllocPBQP.o RegisterClassInfo.o RegisterCoalescer.o RegisterPressure.o RegisterScavenging.o RegisterUsageInfo.o RegUsageInfoCollector.o RegUsageInfoPropagate.o RenameIndependentSubregs.o ReplaceWithVeclib.o ResetMachineFunctionPass.o SafeStack.o SafeStackLayout.o ScheduleDAG.o ScheduleDAGInstrs.o ScheduleDAGPrinter.o ScoreboardHazardRecognizer.o ShadowStackGCLowering.o ShrinkWrap.o SjLjEHPrepare.o SlotIndexes.o SpillPlacement.o SplitKit.o StackColoring.o StackMapLivenessAnalysis.o StackMaps.o StackProtector.o StackSlotColoring.o SwiftErrorValueTracking.o SwitchLoweringUtils.o TailDuplication.o TailDuplicator.o TargetFrameLoweringImpl.o TargetInstrInfo.o TargetLoweringBase.o TargetLoweringObjectFileImpl.o TargetOptionsImpl.o TargetPassConfig.o TargetRegisterInfo.o TargetSchedule.o TargetSubtargetInfo.o TwoAddressInstructionPass.o TypePromotion.o UnreachableBlockElim.o ValueTypes.o VarLocBasedImpl.o VirtRegMap.o WasmEHPrepare.o WinEHPrepare.o XRayInstrumentation.o AggressiveAntiDepBreaker.o.tmp AllocationOrder.o.tmp Analysis.o.tmp AtomicExpandPass.o.tmp BasicBlockSections.o.tmp BasicTargetTransformInfo.o.tmp BranchFolding.o.tmp BranchRelaxation.o.tmp BreakFalseDeps.o.tmp CalcSpillWeights.o.tmp CallingConvLower.o.tmp CFGuardLongjmp.o.tmp CFIInstrInserter.o.tmp CodeGen.o.tmp CodeGenPassBuilder.o.tmp CodeGenPrepare.o.tmp CommandFlags.o.tmp CriticalAntiDepBreaker.o.tmp DeadMachineInstructionElim.o.tmp DetectDeadLanes.o.tmp DFAPacketizer.o.tmp DwarfEHPrepare.o.tmp EarlyIfConversion.o.tmp EdgeBundles.o.tmp EHContGuardCatchret.o.tmp ExecutionDomainFix.o.tmp ExpandMemCmp.o.tmp ExpandPostRAPseudos.o.tmp ExpandReductions.o.tmp ExpandVectorPredication.o.tmp FaultMaps.o.tmp FEntryInserter.o.tmp FinalizeISel.o.tmp FixupStatepointCallerSaved.o.tmp FuncletLayout.o.tmp GCMetadata.o.tmp GCMetadataPrinter.o.tmp GCRootLowering.o.tmp GlobalMerge.o.tmp HardwareLoops.o.tmp IfConversion.o.tmp ImplicitNullChecks.o.tmp IndirectBrExpandPass.o.tmp InlineSpiller.o.tmp InstrRefBasedImpl.o.tmp InterferenceCache.o.tmp InterleavedAccessPass.o.tmp InterleavedLoadCombinePass.o.tmp IntrinsicLowering.o.tmp LatencyPriorityQueue.o.tmp LazyMachineBlockFrequencyInfo.o.tmp LexicalScopes.o.tmp LiveDebugValues.o.tmp LiveDebugVariables.o.tmp LiveIntervalCalc.o.tmp LiveInterval.o.tmp LiveIntervals.o.tmp LiveIntervalUnion.o.tmp LivePhysRegs.o.tmp LiveRangeCalc.o.tmp LiveRangeEdit.o.tmp LiveRangeShrink.o.tmp LiveRegMatrix.o.tmp LiveRegUnits.o.tmp LiveStacks.o.tmp LiveVariables.o.tmp LLVMTargetMachine.o.tmp LocalStackSlotAllocation.o.tmp LoopTraversal.o.tmp LowerEmuTLS.o.tmp LowLevelType.o.tmp MachineBasicBlock.o.tmp MachineBlockFrequencyInfo.o.tmp MachineBlockPlacement.o.tmp MachineBranchProbabilityInfo.o.tmp MachineCheckDebugify.o.tmp MachineCombiner.o.tmp MachineCopyPropagation.o.tmp MachineCSE.o.tmp MachineDebugify.o.tmp MachineDominanceFrontier.o.tmp MachineDominators.o.tmp MachineFrameInfo.o.tmp MachineFunction.o.tmp MachineFunctionPass.o.tmp MachineFunctionPrinterPass.o.tmp MachineFunctionSplitter.o.tmp MachineInstrBundle.o.tmp MachineInstr.o.tmp MachineLICM.o.tmp MachineLoopInfo.o.tmp MachineLoopUtils.o.tmp MachineModuleInfo.o.tmp MachineModuleInfoImpls.o.tmp MachineOperand.o.tmp MachineOptimizationRemarkEmitter.o.tmp MachineOutliner.o.tmp MachinePassManager.o.tmp MachinePipeliner.o.tmp MachinePostDominators.o.tmp MachineRegionInfo.o.tmp MachineRegisterInfo.o.tmp MachineScheduler.o.tmp MachineSink.o.tmp MachineSizeOpts.o.tmp MachineSSAUpdater.o.tmp MachineStableHash.o.tmp MachineStripDebug.o.tmp MachineTraceMetrics.o.tmp MachineVerifier.o.tmp MacroFusion.o.tmp MBFIWrapper.o.tmp MIRCanonicalizerPass.o.tmp MIRFSDiscriminator.o.tmp MIRNamerPass.o.tmp MIRPrinter.o.tmp MIRPrintingPass.o.tmp MIRVRegNamerUtils.o.tmp MIRYamlMapping.o.tmp ModuloSchedule.o.tmp MultiHazardRecognizer.o.tmp NonRelocatableStringpool.o.tmp OptimizePHIs.o.tmp ParallelCG.o.tmp PatchableFunction.o.tmp PeepholeOptimizer.o.tmp PHIElimination.o.tmp PHIEliminationUtils.o.tmp PostRAHazardRecognizer.o.tmp PostRASchedulerList.o.tmp PreISelIntrinsicLowering.o.tmp ProcessImplicitDefs.o.tmp PrologEpilogInserter.o.tmp PseudoProbeInserter.o.tmp PseudoSourceValue.o.tmp RDFGraph.o.tmp RDFLiveness.o.tmp RDFRegisters.o.tmp ReachingDefAnalysis.o.tmp RegAllocBase.o.tmp RegAllocBasic.o.tmp RegAllocFast.o.tmp RegAllocGreedy.o.tmp RegAllocPBQP.o.tmp RegisterClassInfo.o.tmp RegisterCoalescer.o.tmp RegisterPressure.o.tmp RegisterScavenging.o.tmp RegisterUsageInfo.o.tmp RegUsageInfoCollector.o.tmp RegUsageInfoPropagate.o.tmp RenameIndependentSubregs.o.tmp ReplaceWithVeclib.o.tmp ResetMachineFunctionPass.o.tmp SafeStack.o.tmp SafeStackLayout.o.tmp ScheduleDAG.o.tmp ScheduleDAGInstrs.o.tmp ScheduleDAGPrinter.o.tmp ScoreboardHazardRecognizer.o.tmp ShadowStackGCLowering.o.tmp ShrinkWrap.o.tmp SjLjEHPrepare.o.tmp SlotIndexes.o.tmp SpillPlacement.o.tmp SplitKit.o.tmp StackColoring.o.tmp StackMapLivenessAnalysis.o.tmp StackMaps.o.tmp StackProtector.o.tmp StackSlotColoring.o.tmp SwiftErrorValueTracking.o.tmp SwitchLoweringUtils.o.tmp TailDuplication.o.tmp TailDuplicator.o.tmp TargetFrameLoweringImpl.o.tmp TargetInstrInfo.o.tmp TargetLoweringBase.o.tmp TargetLoweringObjectFileImpl.o.tmp TargetOptionsImpl.o.tmp TargetPassConfig.o.tmp TargetRegisterInfo.o.tmp TargetSchedule.o.tmp TargetSubtargetInfo.o.tmp TwoAddressInstructionPass.o.tmp TypePromotion.o.tmp UnreachableBlockElim.o.tmp ValueTypes.o.tmp VarLocBasedImpl.o.tmp VirtRegMap.o.tmp WasmEHPrepare.o.tmp WinEHPrepare.o.tmp XRayInstrumentation.o.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/BIG5 && rm -f libBIG5_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen.a AggressiveAntiDepBreaker.o AllocationOrder.o Analysis.o AtomicExpandPass.o BasicBlockSections.o BasicTargetTransformInfo.o BranchFolding.o BranchRelaxation.o BreakFalseDeps.o CalcSpillWeights.o CallingConvLower.o CFGuardLongjmp.o CFIInstrInserter.o CodeGen.o CodeGenPassBuilder.o CodeGenPrepare.o CommandFlags.o CriticalAntiDepBreaker.o DeadMachineInstructionElim.o DetectDeadLanes.o DFAPacketizer.o DwarfEHPrepare.o EarlyIfConversion.o EdgeBundles.o EHContGuardCatchret.o ExecutionDomainFix.o ExpandMemCmp.o ExpandPostRAPseudos.o ExpandReductions.o ExpandVectorPredication.o FaultMaps.o FEntryInserter.o FinalizeISel.o FixupStatepointCallerSaved.o FuncletLayout.o GCMetadata.o GCMetadataPrinter.o GCRootLowering.o GlobalMerge.o HardwareLoops.o IfConversion.o ImplicitNullChecks.o IndirectBrExpandPass.o InlineSpiller.o InstrRefBasedImpl.o InterferenceCache.o InterleavedAccessPass.o InterleavedLoadCombinePass.o IntrinsicLowering.o LatencyPriorityQueue.o LazyMachineBlockFrequencyInfo.o LexicalScopes.o LiveDebugValues.o LiveDebugVariables.o LiveIntervalCalc.o LiveInterval.o LiveIntervals.o LiveIntervalUnion.o LivePhysRegs.o LiveRangeCalc.o LiveRangeEdit.o LiveRangeShrink.o LiveRegMatrix.o LiveRegUnits.o LiveStacks.o LiveVariables.o LLVMTargetMachine.o LocalStackSlotAllocation.o LoopTraversal.o LowerEmuTLS.o LowLevelType.o MachineBasicBlock.o MachineBlockFrequencyInfo.o MachineBlockPlacement.o MachineBranchProbabilityInfo.o MachineCheckDebugify.o MachineCombiner.o MachineCopyPropagation.o MachineCSE.o MachineDebugify.o MachineDominanceFrontier.o MachineDominators.o MachineFrameInfo.o MachineFunction.o MachineFunctionPass.o MachineFunctionPrinterPass.o MachineFunctionSplitter.o MachineInstrBundle.o MachineInstr.o MachineLICM.o MachineLoopInfo.o MachineLoopUtils.o MachineModuleInfo.o MachineModuleInfoImpls.o MachineOperand.o MachineOptimizationRemarkEmitter.o MachineOutliner.o MachinePassManager.o MachinePipeliner.o MachinePostDominators.o MachineRegionInfo.o MachineRegisterInfo.o MachineScheduler.o MachineSink.o MachineSizeOpts.o MachineSSAUpdater.o MachineStableHash.o MachineStripDebug.o MachineTraceMetrics.o MachineVerifier.o MacroFusion.o MBFIWrapper.o MIRCanonicalizerPass.o MIRFSDiscriminator.o MIRNamerPass.o MIRPrinter.o MIRPrintingPass.o MIRVRegNamerUtils.o MIRYamlMapping.o ModuloSchedule.o MultiHazardRecognizer.o NonRelocatableStringpool.o OptimizePHIs.o ParallelCG.o PatchableFunction.o PeepholeOptimizer.o PHIElimination.o PHIEliminationUtils.o PostRAHazardRecognizer.o PostRASchedulerList.o PreISelIntrinsicLowering.o ProcessImplicitDefs.o PrologEpilogInserter.o PseudoProbeInserter.o PseudoSourceValue.o RDFGraph.o RDFLiveness.o RDFRegisters.o ReachingDefAnalysis.o RegAllocBase.o RegAllocBasic.o RegAllocFast.o RegAllocGreedy.o RegAllocPBQP.o RegisterClassInfo.o RegisterCoalescer.o RegisterPressure.o RegisterScavenging.o RegisterUsageInfo.o RegUsageInfoCollector.o RegUsageInfoPropagate.o RenameIndependentSubregs.o ReplaceWithVeclib.o ResetMachineFunctionPass.o SafeStack.o SafeStackLayout.o ScheduleDAG.o ScheduleDAGInstrs.o ScheduleDAGPrinter.o ScoreboardHazardRecognizer.o ShadowStackGCLowering.o ShrinkWrap.o SjLjEHPrepare.o SlotIndexes.o SpillPlacement.o SplitKit.o StackColoring.o StackMapLivenessAnalysis.o StackMaps.o StackProtector.o StackSlotColoring.o SwiftErrorValueTracking.o SwitchLoweringUtils.o TailDuplication.o TailDuplicator.o TargetFrameLoweringImpl.o TargetInstrInfo.o TargetLoweringBase.o TargetLoweringObjectFileImpl.o TargetOptionsImpl.o TargetPassConfig.o TargetRegisterInfo.o TargetSchedule.o TargetSubtargetInfo.o TwoAddressInstructionPass.o TypePromotion.o UnreachableBlockElim.o ValueTypes.o VarLocBasedImpl.o VirtRegMap.o WasmEHPrepare.o WinEHPrepare.o XRayInstrumentation.o AggressiveAntiDepBreaker.o.tmp AllocationOrder.o.tmp Analysis.o.tmp AtomicExpandPass.o.tmp BasicBlockSections.o.tmp BasicTargetTransformInfo.o.tmp BranchFolding.o.tmp BranchRelaxation.o.tmp BreakFalseDeps.o.tmp CalcSpillWeights.o.tmp CallingConvLower.o.tmp CFGuardLongjmp.o.tmp CFIInstrInserter.o.tmp CodeGen.o.tmp CodeGenPassBuilder.o.tmp CodeGenPrepare.o.tmp CommandFlags.o.tmp CriticalAntiDepBreaker.o.tmp DeadMachineInstructionElim.o.tmp DetectDeadLanes.o.tmp DFAPacketizer.o.tmp DwarfEHPrepare.o.tmp EarlyIfConversion.o.tmp EdgeBundles.o.tmp EHContGuardCatchret.o.tmp ExecutionDomainFix.o.tmp ExpandMemCmp.o.tmp ExpandPostRAPseudos.o.tmp ExpandReductions.o.tmp ExpandVectorPredication.o.tmp FaultMaps.o.tmp FEntryInserter.o.tmp FinalizeISel.o.tmp FixupStatepointCallerSaved.o.tmp FuncletLayout.o.tmp GCMetadata.o.tmp GCMetadataPrinter.o.tmp GCRootLowering.o.tmp GlobalMerge.o.tmp HardwareLoops.o.tmp IfConversion.o.tmp ImplicitNullChecks.o.tmp IndirectBrExpandPass.o.tmp InlineSpiller.o.tmp InstrRefBasedImpl.o.tmp InterferenceCache.o.tmp InterleavedAccessPass.o.tmp InterleavedLoadCombinePass.o.tmp IntrinsicLowering.o.tmp LatencyPriorityQueue.o.tmp LazyMachineBlockFrequencyInfo.o.tmp LexicalScopes.o.tmp LiveDebugValues.o.tmp LiveDebugVariables.o.tmp LiveIntervalCalc.o.tmp LiveInterval.o.tmp LiveIntervals.o.tmp LiveIntervalUnion.o.tmp LivePhysRegs.o.tmp LiveRangeCalc.o.tmp LiveRangeEdit.o.tmp LiveRangeShrink.o.tmp LiveRegMatrix.o.tmp LiveRegUnits.o.tmp LiveStacks.o.tmp LiveVariables.o.tmp LLVMTargetMachine.o.tmp LocalStackSlotAllocation.o.tmp LoopTraversal.o.tmp LowerEmuTLS.o.tmp LowLevelType.o.tmp MachineBasicBlock.o.tmp MachineBlockFrequencyInfo.o.tmp MachineBlockPlacement.o.tmp MachineBranchProbabilityInfo.o.tmp MachineCheckDebugify.o.tmp MachineCombiner.o.tmp MachineCopyPropagation.o.tmp MachineCSE.o.tmp MachineDebugify.o.tmp MachineDominanceFrontier.o.tmp MachineDominators.o.tmp MachineFrameInfo.o.tmp MachineFunction.o.tmp MachineFunctionPass.o.tmp MachineFunctionPrinterPass.o.tmp MachineFunctionSplitter.o.tmp MachineInstrBundle.o.tmp MachineInstr.o.tmp MachineLICM.o.tmp MachineLoopInfo.o.tmp MachineLoopUtils.o.tmp MachineModuleInfo.o.tmp MachineModuleInfoImpls.o.tmp MachineOperand.o.tmp MachineOptimizationRemarkEmitter.o.tmp MachineOutliner.o.tmp MachinePassManager.o.tmp MachinePipeliner.o.tmp MachinePostDominators.o.tmp MachineRegionInfo.o.tmp MachineRegisterInfo.o.tmp MachineScheduler.o.tmp MachineSink.o.tmp MachineSizeOpts.o.tmp MachineSSAUpdater.o.tmp MachineStableHash.o.tmp MachineStripDebug.o.tmp MachineTraceMetrics.o.tmp MachineVerifier.o.tmp MacroFusion.o.tmp MBFIWrapper.o.tmp MIRCanonicalizerPass.o.tmp MIRFSDiscriminator.o.tmp MIRNamerPass.o.tmp MIRPrinter.o.tmp MIRPrintingPass.o.tmp MIRVRegNamerUtils.o.tmp MIRYamlMapping.o.tmp ModuloSchedule.o.tmp MultiHazardRecognizer.o.tmp NonRelocatableStringpool.o.tmp OptimizePHIs.o.tmp ParallelCG.o.tmp PatchableFunction.o.tmp PeepholeOptimizer.o.tmp PHIElimination.o.tmp PHIEliminationUtils.o.tmp PostRAHazardRecognizer.o.tmp PostRASchedulerList.o.tmp PreISelIntrinsicLowering.o.tmp ProcessImplicitDefs.o.tmp PrologEpilogInserter.o.tmp PseudoProbeInserter.o.tmp PseudoSourceValue.o.tmp RDFGraph.o.tmp RDFLiveness.o.tmp RDFRegisters.o.tmp ReachingDefAnalysis.o.tmp RegAllocBase.o.tmp RegAllocBasic.o.tmp RegAllocFast.o.tmp RegAllocGreedy.o.tmp RegAllocPBQP.o.tmp RegisterClassInfo.o.tmp RegisterCoalescer.o.tmp RegisterPressure.o.tmp RegisterScavenging.o.tmp RegisterUsageInfo.o.tmp RegUsageInfoCollector.o.tmp RegUsageInfoPropagate.o.tmp RenameIndependentSubregs.o.tmp ReplaceWithVeclib.o.tmp ResetMachineFunctionPass.o.tmp SafeStack.o.tmp SafeStackLayout.o.tmp ScheduleDAG.o.tmp ScheduleDAGInstrs.o.tmp ScheduleDAGPrinter.o.tmp ScoreboardHazardRecognizer.o.tmp ShadowStackGCLowering.o.tmp ShrinkWrap.o.tmp SjLjEHPrepare.o.tmp SlotIndexes.o.tmp SpillPlacement.o.tmp SplitKit.o.tmp StackColoring.o.tmp StackMapLivenessAnalysis.o.tmp StackMaps.o.tmp StackProtector.o.tmp StackSlotColoring.o.tmp SwiftErrorValueTracking.o.tmp SwitchLoweringUtils.o.tmp TailDuplication.o.tmp TailDuplicator.o.tmp TargetFrameLoweringImpl.o.tmp TargetInstrInfo.o.tmp TargetLoweringBase.o.tmp TargetLoweringObjectFileImpl.o.tmp TargetOptionsImpl.o.tmp TargetPassConfig.o.tmp TargetRegisterInfo.o.tmp TargetSchedule.o.tmp TargetSubtargetInfo.o.tmp TwoAddressInstructionPass.o.tmp TypePromotion.o.tmp UnreachableBlockElim.o.tmp ValueTypes.o.tmp VarLocBasedImpl.o.tmp VirtRegMap.o.tmp WasmEHPrepare.o.tmp WinEHPrepare.o.tmp XRayInstrumentation.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/BIG5 && rm -f libBIG5_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/BIG5 && rm -f libBIG5_pic.a libBIG5.so.* libBIG5.so citrus_big5.pico citrus_prop.pico citrus_big5.pico.tmp citrus_prop.pico.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/BIG5 && rm -f libBIG5_pic.a libBIG5.so.* libBIG5.so citrus_big5.pico citrus_prop.pico citrus_big5.pico.tmp citrus_prop.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_p.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/BIG5 && rm -f llib-lBIG5.ln citrus_big5.ln citrus_prop.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/BIG5 && rm -f llib-lBIG5.ln citrus_big5.ln citrus_prop.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_g.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/BIG5 && rm -f libBIG5.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_pic.a AggressiveAntiDepBreaker.pico AllocationOrder.pico Analysis.pico AtomicExpandPass.pico BasicBlockSections.pico BasicTargetTransformInfo.pico BranchFolding.pico BranchRelaxation.pico BreakFalseDeps.pico CalcSpillWeights.pico CallingConvLower.pico CFGuardLongjmp.pico CFIInstrInserter.pico CodeGen.pico CodeGenPassBuilder.pico CodeGenPrepare.pico CommandFlags.pico CriticalAntiDepBreaker.pico DeadMachineInstructionElim.pico DetectDeadLanes.pico DFAPacketizer.pico DwarfEHPrepare.pico EarlyIfConversion.pico EdgeBundles.pico EHContGuardCatchret.pico ExecutionDomainFix.pico ExpandMemCmp.pico ExpandPostRAPseudos.pico ExpandReductions.pico ExpandVectorPredication.pico FaultMaps.pico FEntryInserter.pico FinalizeISel.pico FixupStatepointCallerSaved.pico FuncletLayout.pico GCMetadata.pico GCMetadataPrinter.pico GCRootLowering.pico GlobalMerge.pico HardwareLoops.pico IfConversion.pico ImplicitNullChecks.pico IndirectBrExpandPass.pico InlineSpiller.pico InstrRefBasedImpl.pico InterferenceCache.pico InterleavedAccessPass.pico InterleavedLoadCombinePass.pico IntrinsicLowering.pico LatencyPriorityQueue.pico LazyMachineBlockFrequencyInfo.pico LexicalScopes.pico LiveDebugValues.pico LiveDebugVariables.pico LiveIntervalCalc.pico LiveInterval.pico LiveIntervals.pico LiveIntervalUnion.pico LivePhysRegs.pico LiveRangeCalc.pico LiveRangeEdit.pico LiveRangeShrink.pico LiveRegMatrix.pico LiveRegUnits.pico LiveStacks.pico LiveVariables.pico LLVMTargetMachine.pico LocalStackSlotAllocation.pico LoopTraversal.pico LowerEmuTLS.pico LowLevelType.pico MachineBasicBlock.pico MachineBlockFrequencyInfo.pico MachineBlockPlacement.pico MachineBranchProbabilityInfo.pico MachineCheckDebugify.pico MachineCombiner.pico MachineCopyPropagation.pico MachineCSE.pico MachineDebugify.pico MachineDominanceFrontier.pico MachineDominators.pico MachineFrameInfo.pico MachineFunction.pico MachineFunctionPass.pico MachineFunctionPrinterPass.pico MachineFunctionSplitter.pico MachineInstrBundle.pico MachineInstr.pico MachineLICM.pico MachineLoopInfo.pico MachineLoopUtils.pico MachineModuleInfo.pico MachineModuleInfoImpls.pico MachineOperand.pico MachineOptimizationRemarkEmitter.pico MachineOutliner.pico MachinePassManager.pico MachinePipeliner.pico MachinePostDominators.pico MachineRegionInfo.pico MachineRegisterInfo.pico MachineScheduler.pico MachineSink.pico MachineSizeOpts.pico MachineSSAUpdater.pico MachineStableHash.pico MachineStripDebug.pico MachineTraceMetrics.pico MachineVerifier.pico MacroFusion.pico MBFIWrapper.pico MIRCanonicalizerPass.pico MIRFSDiscriminator.pico MIRNamerPass.pico MIRPrinter.pico MIRPrintingPass.pico MIRVRegNamerUtils.pico MIRYamlMapping.pico ModuloSchedule.pico MultiHazardRecognizer.pico NonRelocatableStringpool.pico OptimizePHIs.pico ParallelCG.pico PatchableFunction.pico PeepholeOptimizer.pico PHIElimination.pico PHIEliminationUtils.pico PostRAHazardRecognizer.pico PostRASchedulerList.pico PreISelIntrinsicLowering.pico ProcessImplicitDefs.pico PrologEpilogInserter.pico PseudoProbeInserter.pico PseudoSourceValue.pico RDFGraph.pico RDFLiveness.pico RDFRegisters.pico ReachingDefAnalysis.pico RegAllocBase.pico RegAllocBasic.pico RegAllocFast.pico RegAllocGreedy.pico RegAllocPBQP.pico RegisterClassInfo.pico RegisterCoalescer.pico RegisterPressure.pico RegisterScavenging.pico RegisterUsageInfo.pico RegUsageInfoCollector.pico RegUsageInfoPropagate.pico RenameIndependentSubregs.pico ReplaceWithVeclib.pico ResetMachineFunctionPass.pico SafeStack.pico SafeStackLayout.pico ScheduleDAG.pico ScheduleDAGInstrs.pico ScheduleDAGPrinter.pico ScoreboardHazardRecognizer.pico ShadowStackGCLowering.pico ShrinkWrap.pico SjLjEHPrepare.pico SlotIndexes.pico SpillPlacement.pico SplitKit.pico StackColoring.pico StackMapLivenessAnalysis.pico StackMaps.pico StackProtector.pico StackSlotColoring.pico SwiftErrorValueTracking.pico SwitchLoweringUtils.pico TailDuplication.pico TailDuplicator.pico TargetFrameLoweringImpl.pico TargetInstrInfo.pico TargetLoweringBase.pico TargetLoweringObjectFileImpl.pico TargetOptionsImpl.pico TargetPassConfig.pico TargetRegisterInfo.pico TargetSchedule.pico TargetSubtargetInfo.pico TwoAddressInstructionPass.pico TypePromotion.pico UnreachableBlockElim.pico ValueTypes.pico VarLocBasedImpl.pico VirtRegMap.pico WasmEHPrepare.pico WinEHPrepare.pico XRayInstrumentation.pico AggressiveAntiDepBreaker.pico.tmp AllocationOrder.pico.tmp Analysis.pico.tmp AtomicExpandPass.pico.tmp BasicBlockSections.pico.tmp BasicTargetTransformInfo.pico.tmp BranchFolding.pico.tmp BranchRelaxation.pico.tmp BreakFalseDeps.pico.tmp CalcSpillWeights.pico.tmp CallingConvLower.pico.tmp CFGuardLongjmp.pico.tmp CFIInstrInserter.pico.tmp CodeGen.pico.tmp CodeGenPassBuilder.pico.tmp CodeGenPrepare.pico.tmp CommandFlags.pico.tmp CriticalAntiDepBreaker.pico.tmp DeadMachineInstructionElim.pico.tmp DetectDeadLanes.pico.tmp DFAPacketizer.pico.tmp DwarfEHPrepare.pico.tmp EarlyIfConversion.pico.tmp EdgeBundles.pico.tmp EHContGuardCatchret.pico.tmp ExecutionDomainFix.pico.tmp ExpandMemCmp.pico.tmp ExpandPostRAPseudos.pico.tmp ExpandReductions.pico.tmp ExpandVectorPredication.pico.tmp FaultMaps.pico.tmp FEntryInserter.pico.tmp FinalizeISel.pico.tmp FixupStatepointCallerSaved.pico.tmp FuncletLayout.pico.tmp GCMetadata.pico.tmp GCMetadataPrinter.pico.tmp GCRootLowering.pico.tmp GlobalMerge.pico.tmp HardwareLoops.pico.tmp IfConversion.pico.tmp ImplicitNullChecks.pico.tmp IndirectBrExpandPass.pico.tmp InlineSpiller.pico.tmp InstrRefBasedImpl.pico.tmp InterferenceCache.pico.tmp InterleavedAccessPass.pico.tmp InterleavedLoadCombinePass.pico.tmp IntrinsicLowering.pico.tmp LatencyPriorityQueue.pico.tmp LazyMachineBlockFrequencyInfo.pico.tmp LexicalScopes.pico.tmp LiveDebugValues.pico.tmp LiveDebugVariables.pico.tmp LiveIntervalCalc.pico.tmp LiveInterval.pico.tmp LiveIntervals.pico.tmp LiveIntervalUnion.pico.tmp LivePhysRegs.pico.tmp LiveRangeCalc.pico.tmp LiveRangeEdit.pico.tmp LiveRangeShrink.pico.tmp LiveRegMatrix.pico.tmp LiveRegUnits.pico.tmp LiveStacks.pico.tmp LiveVariables.pico.tmp LLVMTargetMachine.pico.tmp LocalStackSlotAllocation.pico.tmp LoopTraversal.pico.tmp LowerEmuTLS.pico.tmp LowLevelType.pico.tmp MachineBasicBlock.pico.tmp MachineBlockFrequencyInfo.pico.tmp MachineBlockPlacement.pico.tmp MachineBranchProbabilityInfo.pico.tmp MachineCheckDebugify.pico.tmp MachineCombiner.pico.tmp MachineCopyPropagation.pico.tmp MachineCSE.pico.tmp MachineDebugify.pico.tmp MachineDominanceFrontier.pico.tmp MachineDominators.pico.tmp MachineFrameInfo.pico.tmp MachineFunction.pico.tmp MachineFunctionPass.pico.tmp MachineFunctionPrinterPass.pico.tmp MachineFunctionSplitter.pico.tmp MachineInstrBundle.pico.tmp MachineInstr.pico.tmp MachineLICM.pico.tmp MachineLoopInfo.pico.tmp MachineLoopUtils.pico.tmp MachineModuleInfo.pico.tmp MachineModuleInfoImpls.pico.tmp MachineOperand.pico.tmp MachineOptimizationRemarkEmitter.pico.tmp MachineOutliner.pico.tmp MachinePassManager.pico.tmp MachinePipeliner.pico.tmp MachinePostDominators.pico.tmp MachineRegionInfo.pico.tmp MachineRegisterInfo.pico.tmp MachineScheduler.pico.tmp MachineSink.pico.tmp MachineSizeOpts.pico.tmp MachineSSAUpdater.pico.tmp MachineStableHash.pico.tmp MachineStripDebug.pico.tmp MachineTraceMetrics.pico.tmp MachineVerifier.pico.tmp MacroFusion.pico.tmp MBFIWrapper.pico.tmp MIRCanonicalizerPass.pico.tmp MIRFSDiscriminator.pico.tmp MIRNamerPass.pico.tmp MIRPrinter.pico.tmp MIRPrintingPass.pico.tmp MIRVRegNamerUtils.pico.tmp MIRYamlMapping.pico.tmp ModuloSchedule.pico.tmp MultiHazardRecognizer.pico.tmp NonRelocatableStringpool.pico.tmp OptimizePHIs.pico.tmp ParallelCG.pico.tmp PatchableFunction.pico.tmp PeepholeOptimizer.pico.tmp PHIElimination.pico.tmp PHIEliminationUtils.pico.tmp PostRAHazardRecognizer.pico.tmp PostRASchedulerList.pico.tmp PreISelIntrinsicLowering.pico.tmp ProcessImplicitDefs.pico.tmp PrologEpilogInserter.pico.tmp PseudoProbeInserter.pico.tmp PseudoSourceValue.pico.tmp RDFGraph.pico.tmp RDFLiveness.pico.tmp RDFRegisters.pico.tmp ReachingDefAnalysis.pico.tmp RegAllocBase.pico.tmp RegAllocBasic.pico.tmp RegAllocFast.pico.tmp RegAllocGreedy.pico.tmp RegAllocPBQP.pico.tmp RegisterClassInfo.pico.tmp RegisterCoalescer.pico.tmp RegisterPressure.pico.tmp RegisterScavenging.pico.tmp RegisterUsageInfo.pico.tmp RegUsageInfoCollector.pico.tmp RegUsageInfoPropagate.pico.tmp RenameIndependentSubregs.pico.tmp ReplaceWithVeclib.pico.tmp ResetMachineFunctionPass.pico.tmp SafeStack.pico.tmp SafeStackLayout.pico.tmp ScheduleDAG.pico.tmp ScheduleDAGInstrs.pico.tmp ScheduleDAGPrinter.pico.tmp ScoreboardHazardRecognizer.pico.tmp ShadowStackGCLowering.pico.tmp ShrinkWrap.pico.tmp SjLjEHPrepare.pico.tmp SlotIndexes.pico.tmp SpillPlacement.pico.tmp SplitKit.pico.tmp StackColoring.pico.tmp StackMapLivenessAnalysis.pico.tmp StackMaps.pico.tmp StackProtector.pico.tmp StackSlotColoring.pico.tmp SwiftErrorValueTracking.pico.tmp SwitchLoweringUtils.pico.tmp TailDuplication.pico.tmp TailDuplicator.pico.tmp TargetFrameLoweringImpl.pico.tmp TargetInstrInfo.pico.tmp TargetLoweringBase.pico.tmp TargetLoweringObjectFileImpl.pico.tmp TargetOptionsImpl.pico.tmp TargetPassConfig.pico.tmp TargetRegisterInfo.pico.tmp TargetSchedule.pico.tmp TargetSubtargetInfo.pico.tmp TwoAddressInstructionPass.pico.tmp TypePromotion.pico.tmp UnreachableBlockElim.pico.tmp ValueTypes.pico.tmp VarLocBasedImpl.pico.tmp VirtRegMap.pico.tmp WasmEHPrepare.pico.tmp WinEHPrepare.pico.tmp XRayInstrumentation.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/BIG5 && rm -f libBIG5.so.5.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_pic.a AggressiveAntiDepBreaker.pico AllocationOrder.pico Analysis.pico AtomicExpandPass.pico BasicBlockSections.pico BasicTargetTransformInfo.pico BranchFolding.pico BranchRelaxation.pico BreakFalseDeps.pico CalcSpillWeights.pico CallingConvLower.pico CFGuardLongjmp.pico CFIInstrInserter.pico CodeGen.pico CodeGenPassBuilder.pico CodeGenPrepare.pico CommandFlags.pico CriticalAntiDepBreaker.pico DeadMachineInstructionElim.pico DetectDeadLanes.pico DFAPacketizer.pico DwarfEHPrepare.pico EarlyIfConversion.pico EdgeBundles.pico EHContGuardCatchret.pico ExecutionDomainFix.pico ExpandMemCmp.pico ExpandPostRAPseudos.pico ExpandReductions.pico ExpandVectorPredication.pico FaultMaps.pico FEntryInserter.pico FinalizeISel.pico FixupStatepointCallerSaved.pico FuncletLayout.pico GCMetadata.pico GCMetadataPrinter.pico GCRootLowering.pico GlobalMerge.pico HardwareLoops.pico IfConversion.pico ImplicitNullChecks.pico IndirectBrExpandPass.pico InlineSpiller.pico InstrRefBasedImpl.pico InterferenceCache.pico InterleavedAccessPass.pico InterleavedLoadCombinePass.pico IntrinsicLowering.pico LatencyPriorityQueue.pico LazyMachineBlockFrequencyInfo.pico LexicalScopes.pico LiveDebugValues.pico LiveDebugVariables.pico LiveIntervalCalc.pico LiveInterval.pico LiveIntervals.pico LiveIntervalUnion.pico LivePhysRegs.pico LiveRangeCalc.pico LiveRangeEdit.pico LiveRangeShrink.pico LiveRegMatrix.pico LiveRegUnits.pico LiveStacks.pico LiveVariables.pico LLVMTargetMachine.pico LocalStackSlotAllocation.pico LoopTraversal.pico LowerEmuTLS.pico LowLevelType.pico MachineBasicBlock.pico MachineBlockFrequencyInfo.pico MachineBlockPlacement.pico MachineBranchProbabilityInfo.pico MachineCheckDebugify.pico MachineCombiner.pico MachineCopyPropagation.pico MachineCSE.pico MachineDebugify.pico MachineDominanceFrontier.pico MachineDominators.pico MachineFrameInfo.pico MachineFunction.pico MachineFunctionPass.pico MachineFunctionPrinterPass.pico MachineFunctionSplitter.pico MachineInstrBundle.pico MachineInstr.pico MachineLICM.pico MachineLoopInfo.pico MachineLoopUtils.pico MachineModuleInfo.pico MachineModuleInfoImpls.pico MachineOperand.pico MachineOptimizationRemarkEmitter.pico MachineOutliner.pico MachinePassManager.pico MachinePipeliner.pico MachinePostDominators.pico MachineRegionInfo.pico MachineRegisterInfo.pico MachineScheduler.pico MachineSink.pico MachineSizeOpts.pico MachineSSAUpdater.pico MachineStableHash.pico MachineStripDebug.pico MachineTraceMetrics.pico MachineVerifier.pico MacroFusion.pico MBFIWrapper.pico MIRCanonicalizerPass.pico MIRFSDiscriminator.pico MIRNamerPass.pico MIRPrinter.pico MIRPrintingPass.pico MIRVRegNamerUtils.pico MIRYamlMapping.pico ModuloSchedule.pico MultiHazardRecognizer.pico NonRelocatableStringpool.pico OptimizePHIs.pico ParallelCG.pico PatchableFunction.pico PeepholeOptimizer.pico PHIElimination.pico PHIEliminationUtils.pico PostRAHazardRecognizer.pico PostRASchedulerList.pico PreISelIntrinsicLowering.pico ProcessImplicitDefs.pico PrologEpilogInserter.pico PseudoProbeInserter.pico PseudoSourceValue.pico RDFGraph.pico RDFLiveness.pico RDFRegisters.pico ReachingDefAnalysis.pico RegAllocBase.pico RegAllocBasic.pico RegAllocFast.pico RegAllocGreedy.pico RegAllocPBQP.pico RegisterClassInfo.pico RegisterCoalescer.pico RegisterPressure.pico RegisterScavenging.pico RegisterUsageInfo.pico RegUsageInfoCollector.pico RegUsageInfoPropagate.pico RenameIndependentSubregs.pico ReplaceWithVeclib.pico ResetMachineFunctionPass.pico SafeStack.pico SafeStackLayout.pico ScheduleDAG.pico ScheduleDAGInstrs.pico ScheduleDAGPrinter.pico ScoreboardHazardRecognizer.pico ShadowStackGCLowering.pico ShrinkWrap.pico SjLjEHPrepare.pico SlotIndexes.pico SpillPlacement.pico SplitKit.pico StackColoring.pico StackMapLivenessAnalysis.pico StackMaps.pico StackProtector.pico StackSlotColoring.pico SwiftErrorValueTracking.pico SwitchLoweringUtils.pico TailDuplication.pico TailDuplicator.pico TargetFrameLoweringImpl.pico TargetInstrInfo.pico TargetLoweringBase.pico TargetLoweringObjectFileImpl.pico TargetOptionsImpl.pico TargetPassConfig.pico TargetRegisterInfo.pico TargetSchedule.pico TargetSubtargetInfo.pico TwoAddressInstructionPass.pico TypePromotion.pico UnreachableBlockElim.pico ValueTypes.pico VarLocBasedImpl.pico VirtRegMap.pico WasmEHPrepare.pico WinEHPrepare.pico XRayInstrumentation.pico AggressiveAntiDepBreaker.pico.tmp AllocationOrder.pico.tmp Analysis.pico.tmp AtomicExpandPass.pico.tmp BasicBlockSections.pico.tmp BasicTargetTransformInfo.pico.tmp BranchFolding.pico.tmp BranchRelaxation.pico.tmp BreakFalseDeps.pico.tmp CalcSpillWeights.pico.tmp CallingConvLower.pico.tmp CFGuardLongjmp.pico.tmp CFIInstrInserter.pico.tmp CodeGen.pico.tmp CodeGenPassBuilder.pico.tmp CodeGenPrepare.pico.tmp CommandFlags.pico.tmp CriticalAntiDepBreaker.pico.tmp DeadMachineInstructionElim.pico.tmp DetectDeadLanes.pico.tmp DFAPacketizer.pico.tmp DwarfEHPrepare.pico.tmp EarlyIfConversion.pico.tmp EdgeBundles.pico.tmp EHContGuardCatchret.pico.tmp ExecutionDomainFix.pico.tmp ExpandMemCmp.pico.tmp ExpandPostRAPseudos.pico.tmp ExpandReductions.pico.tmp ExpandVectorPredication.pico.tmp FaultMaps.pico.tmp FEntryInserter.pico.tmp FinalizeISel.pico.tmp FixupStatepointCallerSaved.pico.tmp FuncletLayout.pico.tmp GCMetadata.pico.tmp GCMetadataPrinter.pico.tmp GCRootLowering.pico.tmp GlobalMerge.pico.tmp HardwareLoops.pico.tmp IfConversion.pico.tmp ImplicitNullChecks.pico.tmp IndirectBrExpandPass.pico.tmp InlineSpiller.pico.tmp InstrRefBasedImpl.pico.tmp InterferenceCache.pico.tmp InterleavedAccessPass.pico.tmp InterleavedLoadCombinePass.pico.tmp IntrinsicLowering.pico.tmp LatencyPriorityQueue.pico.tmp LazyMachineBlockFrequencyInfo.pico.tmp LexicalScopes.pico.tmp LiveDebugValues.pico.tmp LiveDebugVariables.pico.tmp LiveIntervalCalc.pico.tmp LiveInterval.pico.tmp LiveIntervals.pico.tmp LiveIntervalUnion.pico.tmp LivePhysRegs.pico.tmp LiveRangeCalc.pico.tmp LiveRangeEdit.pico.tmp LiveRangeShrink.pico.tmp LiveRegMatrix.pico.tmp LiveRegUnits.pico.tmp LiveStacks.pico.tmp LiveVariables.pico.tmp LLVMTargetMachine.pico.tmp LocalStackSlotAllocation.pico.tmp LoopTraversal.pico.tmp LowerEmuTLS.pico.tmp LowLevelType.pico.tmp MachineBasicBlock.pico.tmp MachineBlockFrequencyInfo.pico.tmp MachineBlockPlacement.pico.tmp MachineBranchProbabilityInfo.pico.tmp MachineCheckDebugify.pico.tmp MachineCombiner.pico.tmp MachineCopyPropagation.pico.tmp MachineCSE.pico.tmp MachineDebugify.pico.tmp MachineDominanceFrontier.pico.tmp MachineDominators.pico.tmp MachineFrameInfo.pico.tmp MachineFunction.pico.tmp MachineFunctionPass.pico.tmp MachineFunctionPrinterPass.pico.tmp MachineFunctionSplitter.pico.tmp MachineInstrBundle.pico.tmp MachineInstr.pico.tmp MachineLICM.pico.tmp MachineLoopInfo.pico.tmp MachineLoopUtils.pico.tmp MachineModuleInfo.pico.tmp MachineModuleInfoImpls.pico.tmp MachineOperand.pico.tmp MachineOptimizationRemarkEmitter.pico.tmp MachineOutliner.pico.tmp MachinePassManager.pico.tmp MachinePipeliner.pico.tmp MachinePostDominators.pico.tmp MachineRegionInfo.pico.tmp MachineRegisterInfo.pico.tmp MachineScheduler.pico.tmp MachineSink.pico.tmp MachineSizeOpts.pico.tmp MachineSSAUpdater.pico.tmp MachineStableHash.pico.tmp MachineStripDebug.pico.tmp MachineTraceMetrics.pico.tmp MachineVerifier.pico.tmp MacroFusion.pico.tmp MBFIWrapper.pico.tmp MIRCanonicalizerPass.pico.tmp MIRFSDiscriminator.pico.tmp MIRNamerPass.pico.tmp MIRPrinter.pico.tmp MIRPrintingPass.pico.tmp MIRVRegNamerUtils.pico.tmp MIRYamlMapping.pico.tmp ModuloSchedule.pico.tmp MultiHazardRecognizer.pico.tmp NonRelocatableStringpool.pico.tmp OptimizePHIs.pico.tmp ParallelCG.pico.tmp PatchableFunction.pico.tmp PeepholeOptimizer.pico.tmp PHIElimination.pico.tmp PHIEliminationUtils.pico.tmp PostRAHazardRecognizer.pico.tmp PostRASchedulerList.pico.tmp PreISelIntrinsicLowering.pico.tmp ProcessImplicitDefs.pico.tmp PrologEpilogInserter.pico.tmp PseudoProbeInserter.pico.tmp PseudoSourceValue.pico.tmp RDFGraph.pico.tmp RDFLiveness.pico.tmp RDFRegisters.pico.tmp ReachingDefAnalysis.pico.tmp RegAllocBase.pico.tmp RegAllocBasic.pico.tmp RegAllocFast.pico.tmp RegAllocGreedy.pico.tmp RegAllocPBQP.pico.tmp RegisterClassInfo.pico.tmp RegisterCoalescer.pico.tmp RegisterPressure.pico.tmp RegisterScavenging.pico.tmp RegisterUsageInfo.pico.tmp RegUsageInfoCollector.pico.tmp RegUsageInfoPropagate.pico.tmp RenameIndependentSubregs.pico.tmp ReplaceWithVeclib.pico.tmp ResetMachineFunctionPass.pico.tmp SafeStack.pico.tmp SafeStackLayout.pico.tmp ScheduleDAG.pico.tmp ScheduleDAGInstrs.pico.tmp ScheduleDAGPrinter.pico.tmp ScoreboardHazardRecognizer.pico.tmp ShadowStackGCLowering.pico.tmp ShrinkWrap.pico.tmp SjLjEHPrepare.pico.tmp SlotIndexes.pico.tmp SpillPlacement.pico.tmp SplitKit.pico.tmp StackColoring.pico.tmp StackMapLivenessAnalysis.pico.tmp StackMaps.pico.tmp StackProtector.pico.tmp StackSlotColoring.pico.tmp SwiftErrorValueTracking.pico.tmp SwitchLoweringUtils.pico.tmp TailDuplication.pico.tmp TailDuplicator.pico.tmp TargetFrameLoweringImpl.pico.tmp TargetInstrInfo.pico.tmp TargetLoweringBase.pico.tmp TargetLoweringObjectFileImpl.pico.tmp TargetOptionsImpl.pico.tmp TargetPassConfig.pico.tmp TargetRegisterInfo.pico.tmp TargetSchedule.pico.tmp TargetSubtargetInfo.pico.tmp TwoAddressInstructionPass.pico.tmp TypePromotion.pico.tmp UnreachableBlockElim.pico.tmp ValueTypes.pico.tmp VarLocBasedImpl.pico.tmp VirtRegMap.pico.tmp WasmEHPrepare.pico.tmp WinEHPrepare.pico.tmp XRayInstrumentation.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/BIG5 && rm -f .depend citrus_big5.d citrus_prop.d citrus_big5.d.tmp citrus_prop.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/BIG5 && rm -f .depend citrus_big5.d citrus_prop.d citrus_big5.d.tmp citrus_prop.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- cleandir-DECHanyu --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f llib-lLLVMCodeGen.ln || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/DECHanyu --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f llib-lLLVMCodeGen.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/DECHanyu && rm -f libDECHanyu.a citrus_dechanyu.o citrus_dechanyu.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/DECHanyu && rm -f libDECHanyu.a citrus_dechanyu.o citrus_dechanyu.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f .depend AggressiveAntiDepBreaker.d AllocationOrder.d Analysis.d AtomicExpandPass.d BasicBlockSections.d BasicTargetTransformInfo.d BranchFolding.d BranchRelaxation.d BreakFalseDeps.d CFGuardLongjmp.d CFIInstrInserter.d CalcSpillWeights.d CallingConvLower.d CodeGen.d CodeGenPassBuilder.d CodeGenPrepare.d CommandFlags.d CriticalAntiDepBreaker.d DFAPacketizer.d DeadMachineInstructionElim.d DetectDeadLanes.d DwarfEHPrepare.d EHContGuardCatchret.d EarlyIfConversion.d EdgeBundles.d ExecutionDomainFix.d ExpandMemCmp.d ExpandPostRAPseudos.d ExpandReductions.d ExpandVectorPredication.d FEntryInserter.d FaultMaps.d FinalizeISel.d FixupStatepointCallerSaved.d FuncletLayout.d GCMetadata.d GCMetadataPrinter.d GCRootLowering.d GlobalMerge.d HardwareLoops.d IfConversion.d ImplicitNullChecks.d IndirectBrExpandPass.d InlineSpiller.d InstrRefBasedImpl.d InterferenceCache.d InterleavedAccessPass.d InterleavedLoadCombinePass.d IntrinsicLowering.d LLVMTargetMachine.d LatencyPriorityQueue.d LazyMachineBlockFrequencyInfo.d LexicalScopes.d LiveDebugValues.d LiveDebugVariables.d LiveInterval.d LiveIntervalCalc.d LiveIntervalUnion.d LiveIntervals.d LivePhysRegs.d LiveRangeCalc.d LiveRangeEdit.d LiveRangeShrink.d LiveRegMatrix.d LiveRegUnits.d LiveStacks.d LiveVariables.d LocalStackSlotAllocation.d LoopTraversal.d LowLevelType.d LowerEmuTLS.d MBFIWrapper.d MIRCanonicalizerPass.d MIRFSDiscriminator.d MIRNamerPass.d MIRPrinter.d MIRPrintingPass.d MIRVRegNamerUtils.d MIRYamlMapping.d MachineBasicBlock.d MachineBlockFrequencyInfo.d MachineBlockPlacement.d MachineBranchProbabilityInfo.d MachineCSE.d MachineCheckDebugify.d MachineCombiner.d MachineCopyPropagation.d MachineDebugify.d MachineDominanceFrontier.d MachineDominators.d MachineFrameInfo.d MachineFunction.d MachineFunctionPass.d MachineFunctionPrinterPass.d MachineFunctionSplitter.d MachineInstr.d MachineInstrBundle.d MachineLICM.d MachineLoopInfo.d MachineLoopUtils.d MachineModuleInfo.d MachineModuleInfoImpls.d MachineOperand.d MachineOptimizationRemarkEmitter.d MachineOutliner.d MachinePassManager.d MachinePipeliner.d MachinePostDominators.d MachineRegionInfo.d MachineRegisterInfo.d MachineSSAUpdater.d MachineScheduler.d MachineSink.d MachineSizeOpts.d MachineStableHash.d MachineStripDebug.d MachineTraceMetrics.d MachineVerifier.d MacroFusion.d ModuloSchedule.d MultiHazardRecognizer.d NonRelocatableStringpool.d OptimizePHIs.d PHIElimination.d PHIEliminationUtils.d ParallelCG.d PatchableFunction.d PeepholeOptimizer.d PostRAHazardRecognizer.d PostRASchedulerList.d PreISelIntrinsicLowering.d ProcessImplicitDefs.d PrologEpilogInserter.d PseudoProbeInserter.d PseudoSourceValue.d RDFGraph.d RDFLiveness.d RDFRegisters.d ReachingDefAnalysis.d RegAllocBase.d RegAllocBasic.d RegAllocFast.d RegAllocGreedy.d RegAllocPBQP.d RegUsageInfoCollector.d RegUsageInfoPropagate.d RegisterClassInfo.d RegisterCoalescer.d RegisterPressure.d RegisterScavenging.d RegisterUsageInfo.d RenameIndependentSubregs.d ReplaceWithVeclib.d ResetMachineFunctionPass.d SafeStack.d SafeStackLayout.d ScheduleDAG.d ScheduleDAGInstrs.d ScheduleDAGPrinter.d ScoreboardHazardRecognizer.d ShadowStackGCLowering.d ShrinkWrap.d SjLjEHPrepare.d SlotIndexes.d SpillPlacement.d SplitKit.d StackColoring.d StackMapLivenessAnalysis.d StackMaps.d StackProtector.d StackSlotColoring.d SwiftErrorValueTracking.d SwitchLoweringUtils.d TailDuplication.d TailDuplicator.d TargetFrameLoweringImpl.d TargetInstrInfo.d TargetLoweringBase.d TargetLoweringObjectFileImpl.d TargetOptionsImpl.d TargetPassConfig.d TargetRegisterInfo.d TargetSchedule.d TargetSubtargetInfo.d TwoAddressInstructionPass.d TypePromotion.d UnreachableBlockElim.d ValueTypes.d VarLocBasedImpl.d VirtRegMap.d WasmEHPrepare.d WinEHPrepare.d XRayInstrumentation.d AggressiveAntiDepBreaker.d.tmp AllocationOrder.d.tmp Analysis.d.tmp AtomicExpandPass.d.tmp BasicBlockSections.d.tmp BasicTargetTransformInfo.d.tmp BranchFolding.d.tmp BranchRelaxation.d.tmp BreakFalseDeps.d.tmp CFGuardLongjmp.d.tmp CFIInstrInserter.d.tmp CalcSpillWeights.d.tmp CallingConvLower.d.tmp CodeGen.d.tmp CodeGenPassBuilder.d.tmp CodeGenPrepare.d.tmp CommandFlags.d.tmp CriticalAntiDepBreaker.d.tmp DFAPacketizer.d.tmp DeadMachineInstructionElim.d.tmp DetectDeadLanes.d.tmp DwarfEHPrepare.d.tmp EHContGuardCatchret.d.tmp EarlyIfConversion.d.tmp EdgeBundles.d.tmp ExecutionDomainFix.d.tmp ExpandMemCmp.d.tmp ExpandPostRAPseudos.d.tmp ExpandReductions.d.tmp ExpandVectorPredication.d.tmp FEntryInserter.d.tmp FaultMaps.d.tmp FinalizeISel.d.tmp FixupStatepointCallerSaved.d.tmp FuncletLayout.d.tmp GCMetadata.d.tmp GCMetadataPrinter.d.tmp GCRootLowering.d.tmp GlobalMerge.d.tmp HardwareLoops.d.tmp IfConversion.d.tmp ImplicitNullChecks.d.tmp IndirectBrExpandPass.d.tmp InlineSpiller.d.tmp InstrRefBasedImpl.d.tmp InterferenceCache.d.tmp InterleavedAccessPass.d.tmp InterleavedLoadCombinePass.d.tmp IntrinsicLowering.d.tmp LLVMTargetMachine.d.tmp LatencyPriorityQueue.d.tmp LazyMachineBlockFrequencyInfo.d.tmp LexicalScopes.d.tmp LiveDebugValues.d.tmp LiveDebugVariables.d.tmp LiveInterval.d.tmp LiveIntervalCalc.d.tmp LiveIntervalUnion.d.tmp LiveIntervals.d.tmp LivePhysRegs.d.tmp LiveRangeCalc.d.tmp LiveRangeEdit.d.tmp LiveRangeShrink.d.tmp LiveRegMatrix.d.tmp LiveRegUnits.d.tmp LiveStacks.d.tmp LiveVariables.d.tmp LocalStackSlotAllocation.d.tmp LoopTraversal.d.tmp LowLevelType.d.tmp LowerEmuTLS.d.tmp MBFIWrapper.d.tmp MIRCanonicalizerPass.d.tmp MIRFSDiscriminator.d.tmp MIRNamerPass.d.tmp MIRPrinter.d.tmp MIRPrintingPass.d.tmp MIRVRegNamerUtils.d.tmp MIRYamlMapping.d.tmp MachineBasicBlock.d.tmp MachineBlockFrequencyInfo.d.tmp MachineBlockPlacement.d.tmp MachineBranchProbabilityInfo.d.tmp MachineCSE.d.tmp MachineCheckDebugify.d.tmp MachineCombiner.d.tmp MachineCopyPropagation.d.tmp MachineDebugify.d.tmp MachineDominanceFrontier.d.tmp MachineDominators.d.tmp MachineFrameInfo.d.tmp MachineFunction.d.tmp MachineFunctionPass.d.tmp MachineFunctionPrinterPass.d.tmp MachineFunctionSplitter.d.tmp MachineInstr.d.tmp MachineInstrBundle.d.tmp MachineLICM.d.tmp MachineLoopInfo.d.tmp MachineLoopUtils.d.tmp MachineModuleInfo.d.tmp MachineModuleInfoImpls.d.tmp MachineOperand.d.tmp MachineOptimizationRemarkEmitter.d.tmp MachineOutliner.d.tmp MachinePassManager.d.tmp MachinePipeliner.d.tmp MachinePostDominators.d.tmp MachineRegionInfo.d.tmp MachineRegisterInfo.d.tmp MachineSSAUpdater.d.tmp MachineScheduler.d.tmp MachineSink.d.tmp MachineSizeOpts.d.tmp MachineStableHash.d.tmp MachineStripDebug.d.tmp MachineTraceMetrics.d.tmp MachineVerifier.d.tmp MacroFusion.d.tmp ModuloSchedule.d.tmp MultiHazardRecognizer.d.tmp NonRelocatableStringpool.d.tmp OptimizePHIs.d.tmp PHIElimination.d.tmp PHIEliminationUtils.d.tmp ParallelCG.d.tmp PatchableFunction.d.tmp PeepholeOptimizer.d.tmp PostRAHazardRecognizer.d.tmp PostRASchedulerList.d.tmp PreISelIntrinsicLowering.d.tmp ProcessImplicitDefs.d.tmp PrologEpilogInserter.d.tmp PseudoProbeInserter.d.tmp PseudoSourceValue.d.tmp RDFGraph.d.tmp RDFLiveness.d.tmp RDFRegisters.d.tmp ReachingDefAnalysis.d.tmp RegAllocBase.d.tmp RegAllocBasic.d.tmp RegAllocFast.d.tmp RegAllocGreedy.d.tmp RegAllocPBQP.d.tmp RegUsageInfoCollector.d.tmp RegUsageInfoPropagate.d.tmp RegisterClassInfo.d.tmp RegisterCoalescer.d.tmp RegisterPressure.d.tmp RegisterScavenging.d.tmp RegisterUsageInfo.d.tmp RenameIndependentSubregs.d.tmp ReplaceWithVeclib.d.tmp ResetMachineFunctionPass.d.tmp SafeStack.d.tmp SafeStackLayout.d.tmp ScheduleDAG.d.tmp ScheduleDAGInstrs.d.tmp ScheduleDAGPrinter.d.tmp ScoreboardHazardRecognizer.d.tmp ShadowStackGCLowering.d.tmp ShrinkWrap.d.tmp SjLjEHPrepare.d.tmp SlotIndexes.d.tmp SpillPlacement.d.tmp SplitKit.d.tmp StackColoring.d.tmp StackMapLivenessAnalysis.d.tmp StackMaps.d.tmp StackProtector.d.tmp StackSlotColoring.d.tmp SwiftErrorValueTracking.d.tmp SwitchLoweringUtils.d.tmp TailDuplication.d.tmp TailDuplicator.d.tmp TargetFrameLoweringImpl.d.tmp TargetInstrInfo.d.tmp TargetLoweringBase.d.tmp TargetLoweringObjectFileImpl.d.tmp TargetOptionsImpl.d.tmp TargetPassConfig.d.tmp TargetRegisterInfo.d.tmp TargetSchedule.d.tmp TargetSubtargetInfo.d.tmp TwoAddressInstructionPass.d.tmp TypePromotion.d.tmp UnreachableBlockElim.d.tmp ValueTypes.d.tmp VarLocBasedImpl.d.tmp VirtRegMap.d.tmp WasmEHPrepare.d.tmp WinEHPrepare.d.tmp XRayInstrumentation.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/DECHanyu && rm -f libDECHanyu_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/DECHanyu && rm -f libDECHanyu_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f .depend AggressiveAntiDepBreaker.d AllocationOrder.d Analysis.d AtomicExpandPass.d BasicBlockSections.d BasicTargetTransformInfo.d BranchFolding.d BranchRelaxation.d BreakFalseDeps.d CFGuardLongjmp.d CFIInstrInserter.d CalcSpillWeights.d CallingConvLower.d CodeGen.d CodeGenPassBuilder.d CodeGenPrepare.d CommandFlags.d CriticalAntiDepBreaker.d DFAPacketizer.d DeadMachineInstructionElim.d DetectDeadLanes.d DwarfEHPrepare.d EHContGuardCatchret.d EarlyIfConversion.d EdgeBundles.d ExecutionDomainFix.d ExpandMemCmp.d ExpandPostRAPseudos.d ExpandReductions.d ExpandVectorPredication.d FEntryInserter.d FaultMaps.d FinalizeISel.d FixupStatepointCallerSaved.d FuncletLayout.d GCMetadata.d GCMetadataPrinter.d GCRootLowering.d GlobalMerge.d HardwareLoops.d IfConversion.d ImplicitNullChecks.d IndirectBrExpandPass.d InlineSpiller.d InstrRefBasedImpl.d InterferenceCache.d InterleavedAccessPass.d InterleavedLoadCombinePass.d IntrinsicLowering.d LLVMTargetMachine.d LatencyPriorityQueue.d LazyMachineBlockFrequencyInfo.d LexicalScopes.d LiveDebugValues.d LiveDebugVariables.d LiveInterval.d LiveIntervalCalc.d LiveIntervalUnion.d LiveIntervals.d LivePhysRegs.d LiveRangeCalc.d LiveRangeEdit.d LiveRangeShrink.d LiveRegMatrix.d LiveRegUnits.d LiveStacks.d LiveVariables.d LocalStackSlotAllocation.d LoopTraversal.d LowLevelType.d LowerEmuTLS.d MBFIWrapper.d MIRCanonicalizerPass.d MIRFSDiscriminator.d MIRNamerPass.d MIRPrinter.d MIRPrintingPass.d MIRVRegNamerUtils.d MIRYamlMapping.d MachineBasicBlock.d MachineBlockFrequencyInfo.d MachineBlockPlacement.d MachineBranchProbabilityInfo.d MachineCSE.d MachineCheckDebugify.d MachineCombiner.d MachineCopyPropagation.d MachineDebugify.d MachineDominanceFrontier.d MachineDominators.d MachineFrameInfo.d MachineFunction.d MachineFunctionPass.d MachineFunctionPrinterPass.d MachineFunctionSplitter.d MachineInstr.d MachineInstrBundle.d MachineLICM.d MachineLoopInfo.d MachineLoopUtils.d MachineModuleInfo.d MachineModuleInfoImpls.d MachineOperand.d MachineOptimizationRemarkEmitter.d MachineOutliner.d MachinePassManager.d MachinePipeliner.d MachinePostDominators.d MachineRegionInfo.d MachineRegisterInfo.d MachineSSAUpdater.d MachineScheduler.d MachineSink.d MachineSizeOpts.d MachineStableHash.d MachineStripDebug.d MachineTraceMetrics.d MachineVerifier.d MacroFusion.d ModuloSchedule.d MultiHazardRecognizer.d NonRelocatableStringpool.d OptimizePHIs.d PHIElimination.d PHIEliminationUtils.d ParallelCG.d PatchableFunction.d PeepholeOptimizer.d PostRAHazardRecognizer.d PostRASchedulerList.d PreISelIntrinsicLowering.d ProcessImplicitDefs.d PrologEpilogInserter.d PseudoProbeInserter.d PseudoSourceValue.d RDFGraph.d RDFLiveness.d RDFRegisters.d ReachingDefAnalysis.d RegAllocBase.d RegAllocBasic.d RegAllocFast.d RegAllocGreedy.d RegAllocPBQP.d RegUsageInfoCollector.d RegUsageInfoPropagate.d RegisterClassInfo.d RegisterCoalescer.d RegisterPressure.d RegisterScavenging.d RegisterUsageInfo.d RenameIndependentSubregs.d ReplaceWithVeclib.d ResetMachineFunctionPass.d SafeStack.d SafeStackLayout.d ScheduleDAG.d ScheduleDAGInstrs.d ScheduleDAGPrinter.d ScoreboardHazardRecognizer.d ShadowStackGCLowering.d ShrinkWrap.d SjLjEHPrepare.d SlotIndexes.d SpillPlacement.d SplitKit.d StackColoring.d StackMapLivenessAnalysis.d StackMaps.d StackProtector.d StackSlotColoring.d SwiftErrorValueTracking.d SwitchLoweringUtils.d TailDuplication.d TailDuplicator.d TargetFrameLoweringImpl.d TargetInstrInfo.d TargetLoweringBase.d TargetLoweringObjectFileImpl.d TargetOptionsImpl.d TargetPassConfig.d TargetRegisterInfo.d TargetSchedule.d TargetSubtargetInfo.d TwoAddressInstructionPass.d TypePromotion.d UnreachableBlockElim.d ValueTypes.d VarLocBasedImpl.d VirtRegMap.d WasmEHPrepare.d WinEHPrepare.d XRayInstrumentation.d AggressiveAntiDepBreaker.d.tmp AllocationOrder.d.tmp Analysis.d.tmp AtomicExpandPass.d.tmp BasicBlockSections.d.tmp BasicTargetTransformInfo.d.tmp BranchFolding.d.tmp BranchRelaxation.d.tmp BreakFalseDeps.d.tmp CFGuardLongjmp.d.tmp CFIInstrInserter.d.tmp CalcSpillWeights.d.tmp CallingConvLower.d.tmp CodeGen.d.tmp CodeGenPassBuilder.d.tmp CodeGenPrepare.d.tmp CommandFlags.d.tmp CriticalAntiDepBreaker.d.tmp DFAPacketizer.d.tmp DeadMachineInstructionElim.d.tmp DetectDeadLanes.d.tmp DwarfEHPrepare.d.tmp EHContGuardCatchret.d.tmp EarlyIfConversion.d.tmp EdgeBundles.d.tmp ExecutionDomainFix.d.tmp ExpandMemCmp.d.tmp ExpandPostRAPseudos.d.tmp ExpandReductions.d.tmp ExpandVectorPredication.d.tmp FEntryInserter.d.tmp FaultMaps.d.tmp FinalizeISel.d.tmp FixupStatepointCallerSaved.d.tmp FuncletLayout.d.tmp GCMetadata.d.tmp GCMetadataPrinter.d.tmp GCRootLowering.d.tmp GlobalMerge.d.tmp HardwareLoops.d.tmp IfConversion.d.tmp ImplicitNullChecks.d.tmp IndirectBrExpandPass.d.tmp InlineSpiller.d.tmp InstrRefBasedImpl.d.tmp InterferenceCache.d.tmp InterleavedAccessPass.d.tmp InterleavedLoadCombinePass.d.tmp IntrinsicLowering.d.tmp LLVMTargetMachine.d.tmp LatencyPriorityQueue.d.tmp LazyMachineBlockFrequencyInfo.d.tmp LexicalScopes.d.tmp LiveDebugValues.d.tmp LiveDebugVariables.d.tmp LiveInterval.d.tmp LiveIntervalCalc.d.tmp LiveIntervalUnion.d.tmp LiveIntervals.d.tmp LivePhysRegs.d.tmp LiveRangeCalc.d.tmp LiveRangeEdit.d.tmp LiveRangeShrink.d.tmp LiveRegMatrix.d.tmp LiveRegUnits.d.tmp LiveStacks.d.tmp LiveVariables.d.tmp LocalStackSlotAllocation.d.tmp LoopTraversal.d.tmp LowLevelType.d.tmp LowerEmuTLS.d.tmp MBFIWrapper.d.tmp MIRCanonicalizerPass.d.tmp MIRFSDiscriminator.d.tmp MIRNamerPass.d.tmp MIRPrinter.d.tmp MIRPrintingPass.d.tmp MIRVRegNamerUtils.d.tmp MIRYamlMapping.d.tmp MachineBasicBlock.d.tmp MachineBlockFrequencyInfo.d.tmp MachineBlockPlacement.d.tmp MachineBranchProbabilityInfo.d.tmp MachineCSE.d.tmp MachineCheckDebugify.d.tmp MachineCombiner.d.tmp MachineCopyPropagation.d.tmp MachineDebugify.d.tmp MachineDominanceFrontier.d.tmp MachineDominators.d.tmp MachineFrameInfo.d.tmp MachineFunction.d.tmp MachineFunctionPass.d.tmp MachineFunctionPrinterPass.d.tmp MachineFunctionSplitter.d.tmp MachineInstr.d.tmp MachineInstrBundle.d.tmp MachineLICM.d.tmp MachineLoopInfo.d.tmp MachineLoopUtils.d.tmp MachineModuleInfo.d.tmp MachineModuleInfoImpls.d.tmp MachineOperand.d.tmp MachineOptimizationRemarkEmitter.d.tmp MachineOutliner.d.tmp MachinePassManager.d.tmp MachinePipeliner.d.tmp MachinePostDominators.d.tmp MachineRegionInfo.d.tmp MachineRegisterInfo.d.tmp MachineSSAUpdater.d.tmp MachineScheduler.d.tmp MachineSink.d.tmp MachineSizeOpts.d.tmp MachineStableHash.d.tmp MachineStripDebug.d.tmp MachineTraceMetrics.d.tmp MachineVerifier.d.tmp MacroFusion.d.tmp ModuloSchedule.d.tmp MultiHazardRecognizer.d.tmp NonRelocatableStringpool.d.tmp OptimizePHIs.d.tmp PHIElimination.d.tmp PHIEliminationUtils.d.tmp ParallelCG.d.tmp PatchableFunction.d.tmp PeepholeOptimizer.d.tmp PostRAHazardRecognizer.d.tmp PostRASchedulerList.d.tmp PreISelIntrinsicLowering.d.tmp ProcessImplicitDefs.d.tmp PrologEpilogInserter.d.tmp PseudoProbeInserter.d.tmp PseudoSourceValue.d.tmp RDFGraph.d.tmp RDFLiveness.d.tmp RDFRegisters.d.tmp ReachingDefAnalysis.d.tmp RegAllocBase.d.tmp RegAllocBasic.d.tmp RegAllocFast.d.tmp RegAllocGreedy.d.tmp RegAllocPBQP.d.tmp RegUsageInfoCollector.d.tmp RegUsageInfoPropagate.d.tmp RegisterClassInfo.d.tmp RegisterCoalescer.d.tmp RegisterPressure.d.tmp RegisterScavenging.d.tmp RegisterUsageInfo.d.tmp RenameIndependentSubregs.d.tmp ReplaceWithVeclib.d.tmp ResetMachineFunctionPass.d.tmp SafeStack.d.tmp SafeStackLayout.d.tmp ScheduleDAG.d.tmp ScheduleDAGInstrs.d.tmp ScheduleDAGPrinter.d.tmp ScoreboardHazardRecognizer.d.tmp ShadowStackGCLowering.d.tmp ShrinkWrap.d.tmp SjLjEHPrepare.d.tmp SlotIndexes.d.tmp SpillPlacement.d.tmp SplitKit.d.tmp StackColoring.d.tmp StackMapLivenessAnalysis.d.tmp StackMaps.d.tmp StackProtector.d.tmp StackSlotColoring.d.tmp SwiftErrorValueTracking.d.tmp SwitchLoweringUtils.d.tmp TailDuplication.d.tmp TailDuplicator.d.tmp TargetFrameLoweringImpl.d.tmp TargetInstrInfo.d.tmp TargetLoweringBase.d.tmp TargetLoweringObjectFileImpl.d.tmp TargetOptionsImpl.d.tmp TargetPassConfig.d.tmp TargetRegisterInfo.d.tmp TargetSchedule.d.tmp TargetSubtargetInfo.d.tmp TwoAddressInstructionPass.d.tmp TypePromotion.d.tmp UnreachableBlockElim.d.tmp ValueTypes.d.tmp VarLocBasedImpl.d.tmp VirtRegMap.d.tmp WasmEHPrepare.d.tmp WinEHPrepare.d.tmp XRayInstrumentation.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/DECHanyu && rm -f libDECHanyu_g.a || true) --- cleandir-external --- --- cleandir-libLLVMDemangle --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/DECHanyu && rm -f libDECHanyu_g.a || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMDemangle --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/DECHanyu && rm -f libDECHanyu_pic.a libDECHanyu.so.* libDECHanyu.so citrus_dechanyu.pico citrus_dechanyu.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/DECHanyu && rm -f libDECHanyu_pic.a libDECHanyu.so.* libDECHanyu.so citrus_dechanyu.pico citrus_dechanyu.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/DECHanyu && rm -f llib-lDECHanyu.ln citrus_dechanyu.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle.a Demangle.o ItaniumDemangle.o MicrosoftDemangle.o MicrosoftDemangleNodes.o RustDemangle.o Demangle.o.tmp ItaniumDemangle.o.tmp MicrosoftDemangle.o.tmp MicrosoftDemangleNodes.o.tmp RustDemangle.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/DECHanyu && rm -f llib-lDECHanyu.ln citrus_dechanyu.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle.a Demangle.o ItaniumDemangle.o MicrosoftDemangle.o MicrosoftDemangleNodes.o RustDemangle.o Demangle.o.tmp ItaniumDemangle.o.tmp MicrosoftDemangle.o.tmp MicrosoftDemangleNodes.o.tmp RustDemangle.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/DECHanyu && rm -f libDECHanyu.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/DECHanyu && rm -f libDECHanyu.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/DECHanyu && rm -f .depend citrus_dechanyu.d citrus_dechanyu.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/DECHanyu && rm -f .depend citrus_dechanyu.d citrus_dechanyu.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- cleandir-EUC --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_pic.a Demangle.pico ItaniumDemangle.pico MicrosoftDemangle.pico MicrosoftDemangleNodes.pico RustDemangle.pico Demangle.pico.tmp ItaniumDemangle.pico.tmp MicrosoftDemangle.pico.tmp MicrosoftDemangleNodes.pico.tmp RustDemangle.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/EUC --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_pic.a Demangle.pico ItaniumDemangle.pico MicrosoftDemangle.pico MicrosoftDemangleNodes.pico RustDemangle.pico Demangle.pico.tmp ItaniumDemangle.pico.tmp MicrosoftDemangle.pico.tmp MicrosoftDemangleNodes.pico.tmp RustDemangle.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f llib-lLLVMDemangle.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f llib-lLLVMDemangle.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUC && rm -f libEUC.a citrus_euc.o citrus_euc.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUC && rm -f libEUC.a citrus_euc.o citrus_euc.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUC && rm -f libEUC_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUC && rm -f libEUC_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f .depend Demangle.d ItaniumDemangle.d MicrosoftDemangle.d MicrosoftDemangleNodes.d RustDemangle.d Demangle.d.tmp ItaniumDemangle.d.tmp MicrosoftDemangle.d.tmp MicrosoftDemangleNodes.d.tmp RustDemangle.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUC && rm -f libEUC_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f .depend Demangle.d ItaniumDemangle.d MicrosoftDemangle.d MicrosoftDemangleNodes.d RustDemangle.d Demangle.d.tmp ItaniumDemangle.d.tmp MicrosoftDemangle.d.tmp MicrosoftDemangleNodes.d.tmp RustDemangle.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUC && rm -f libEUC_g.a || true) --- cleandir-external --- --- cleandir-libLLVMDebugInfoCodeView --- cleandir ===> external/apache2/llvm/librt/libLLVMDebugInfoCodeView --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUC && rm -f libEUC_pic.a libEUC.so.* libEUC.so citrus_euc.pico citrus_euc.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUC && rm -f libEUC_pic.a libEUC.so.* libEUC.so citrus_euc.pico citrus_euc.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUC && rm -f llib-lEUC.ln citrus_euc.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUC && rm -f llib-lEUC.ln citrus_euc.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView.a AppendingTypeTableBuilder.o CodeViewError.o CodeViewRecordIO.o ContinuationRecordBuilder.o CVSymbolVisitor.o CVTypeVisitor.o DebugChecksumsSubsection.o DebugCrossExSubsection.o DebugCrossImpSubsection.o DebugFrameDataSubsection.o DebugInlineeLinesSubsection.o DebugLinesSubsection.o DebugStringTableSubsection.o DebugSubsection.o DebugSubsectionRecord.o DebugSubsectionVisitor.o DebugSymbolsSubsection.o EnumTables.o Formatters.o GlobalTypeTableBuilder.o LazyRandomTypeCollection.o Line.o MergingTypeTableBuilder.o RecordName.o RecordSerialization.o SimpleTypeSerializer.o StringsAndChecksums.o SymbolDumper.o SymbolRecordHelpers.o SymbolRecordMapping.o SymbolSerializer.o TypeDumpVisitor.o TypeHashing.o TypeIndex.o TypeIndexDiscovery.o TypeRecordHelpers.o TypeRecordMapping.o TypeStreamMerger.o TypeTableCollection.o AppendingTypeTableBuilder.o.tmp CodeViewError.o.tmp CodeViewRecordIO.o.tmp ContinuationRecordBuilder.o.tmp CVSymbolVisitor.o.tmp CVTypeVisitor.o.tmp DebugChecksumsSubsection.o.tmp DebugCrossExSubsection.o.tmp DebugCrossImpSubsection.o.tmp DebugFrameDataSubsection.o.tmp DebugInlineeLinesSubsection.o.tmp DebugLinesSubsection.o.tmp DebugStringTableSubsection.o.tmp DebugSubsection.o.tmp DebugSubsectionRecord.o.tmp DebugSubsectionVisitor.o.tmp DebugSymbolsSubsection.o.tmp EnumTables.o.tmp Formatters.o.tmp GlobalTypeTableBuilder.o.tmp LazyRandomTypeCollection.o.tmp Line.o.tmp MergingTypeTableBuilder.o.tmp RecordName.o.tmp RecordSerialization.o.tmp SimpleTypeSerializer.o.tmp StringsAndChecksums.o.tmp SymbolDumper.o.tmp SymbolRecordHelpers.o.tmp SymbolRecordMapping.o.tmp SymbolSerializer.o.tmp TypeDumpVisitor.o.tmp TypeHashing.o.tmp TypeIndex.o.tmp TypeIndexDiscovery.o.tmp TypeRecordHelpers.o.tmp TypeRecordMapping.o.tmp TypeStreamMerger.o.tmp TypeTableCollection.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView.a AppendingTypeTableBuilder.o CodeViewError.o CodeViewRecordIO.o ContinuationRecordBuilder.o CVSymbolVisitor.o CVTypeVisitor.o DebugChecksumsSubsection.o DebugCrossExSubsection.o DebugCrossImpSubsection.o DebugFrameDataSubsection.o DebugInlineeLinesSubsection.o DebugLinesSubsection.o DebugStringTableSubsection.o DebugSubsection.o DebugSubsectionRecord.o DebugSubsectionVisitor.o DebugSymbolsSubsection.o EnumTables.o Formatters.o GlobalTypeTableBuilder.o LazyRandomTypeCollection.o Line.o MergingTypeTableBuilder.o RecordName.o RecordSerialization.o SimpleTypeSerializer.o StringsAndChecksums.o SymbolDumper.o SymbolRecordHelpers.o SymbolRecordMapping.o SymbolSerializer.o TypeDumpVisitor.o TypeHashing.o TypeIndex.o TypeIndexDiscovery.o TypeRecordHelpers.o TypeRecordMapping.o TypeStreamMerger.o TypeTableCollection.o AppendingTypeTableBuilder.o.tmp CodeViewError.o.tmp CodeViewRecordIO.o.tmp ContinuationRecordBuilder.o.tmp CVSymbolVisitor.o.tmp CVTypeVisitor.o.tmp DebugChecksumsSubsection.o.tmp DebugCrossExSubsection.o.tmp DebugCrossImpSubsection.o.tmp DebugFrameDataSubsection.o.tmp DebugInlineeLinesSubsection.o.tmp DebugLinesSubsection.o.tmp DebugStringTableSubsection.o.tmp DebugSubsection.o.tmp DebugSubsectionRecord.o.tmp DebugSubsectionVisitor.o.tmp DebugSymbolsSubsection.o.tmp EnumTables.o.tmp Formatters.o.tmp GlobalTypeTableBuilder.o.tmp LazyRandomTypeCollection.o.tmp Line.o.tmp MergingTypeTableBuilder.o.tmp RecordName.o.tmp RecordSerialization.o.tmp SimpleTypeSerializer.o.tmp StringsAndChecksums.o.tmp SymbolDumper.o.tmp SymbolRecordHelpers.o.tmp SymbolRecordMapping.o.tmp SymbolSerializer.o.tmp TypeDumpVisitor.o.tmp TypeHashing.o.tmp TypeIndex.o.tmp TypeIndexDiscovery.o.tmp TypeRecordHelpers.o.tmp TypeRecordMapping.o.tmp TypeStreamMerger.o.tmp TypeTableCollection.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUC && rm -f libEUC.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUC && rm -f libEUC.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_p.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUC && rm -f .depend citrus_euc.d citrus_euc.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUC && rm -f .depend citrus_euc.d citrus_euc.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_g.a || true) --- cleandir-lib --- --- cleandir-EUCTW --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_g.a || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/EUCTW --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_pic.a AppendingTypeTableBuilder.pico CodeViewError.pico CodeViewRecordIO.pico ContinuationRecordBuilder.pico CVSymbolVisitor.pico CVTypeVisitor.pico DebugChecksumsSubsection.pico DebugCrossExSubsection.pico DebugCrossImpSubsection.pico DebugFrameDataSubsection.pico DebugInlineeLinesSubsection.pico DebugLinesSubsection.pico DebugStringTableSubsection.pico DebugSubsection.pico DebugSubsectionRecord.pico DebugSubsectionVisitor.pico DebugSymbolsSubsection.pico EnumTables.pico Formatters.pico GlobalTypeTableBuilder.pico LazyRandomTypeCollection.pico Line.pico MergingTypeTableBuilder.pico RecordName.pico RecordSerialization.pico SimpleTypeSerializer.pico StringsAndChecksums.pico SymbolDumper.pico SymbolRecordHelpers.pico SymbolRecordMapping.pico SymbolSerializer.pico TypeDumpVisitor.pico TypeHashing.pico TypeIndex.pico TypeIndexDiscovery.pico TypeRecordHelpers.pico TypeRecordMapping.pico TypeStreamMerger.pico TypeTableCollection.pico AppendingTypeTableBuilder.pico.tmp CodeViewError.pico.tmp CodeViewRecordIO.pico.tmp ContinuationRecordBuilder.pico.tmp CVSymbolVisitor.pico.tmp CVTypeVisitor.pico.tmp DebugChecksumsSubsection.pico.tmp DebugCrossExSubsection.pico.tmp DebugCrossImpSubsection.pico.tmp DebugFrameDataSubsection.pico.tmp DebugInlineeLinesSubsection.pico.tmp DebugLinesSubsection.pico.tmp DebugStringTableSubsection.pico.tmp DebugSubsection.pico.tmp DebugSubsectionRecord.pico.tmp DebugSubsectionVisitor.pico.tmp DebugSymbolsSubsection.pico.tmp EnumTables.pico.tmp Formatters.pico.tmp GlobalTypeTableBuilder.pico.tmp LazyRandomTypeCollection.pico.tmp Line.pico.tmp MergingTypeTableBuilder.pico.tmp RecordName.pico.tmp RecordSerialization.pico.tmp SimpleTypeSerializer.pico.tmp StringsAndChecksums.pico.tmp SymbolDumper.pico.tmp SymbolRecordHelpers.pico.tmp SymbolRecordMapping.pico.tmp SymbolSerializer.pico.tmp TypeDumpVisitor.pico.tmp TypeHashing.pico.tmp TypeIndex.pico.tmp TypeIndexDiscovery.pico.tmp TypeRecordHelpers.pico.tmp TypeRecordMapping.pico.tmp TypeStreamMerger.pico.tmp TypeTableCollection.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_pic.a AppendingTypeTableBuilder.pico CodeViewError.pico CodeViewRecordIO.pico ContinuationRecordBuilder.pico CVSymbolVisitor.pico CVTypeVisitor.pico DebugChecksumsSubsection.pico DebugCrossExSubsection.pico DebugCrossImpSubsection.pico DebugFrameDataSubsection.pico DebugInlineeLinesSubsection.pico DebugLinesSubsection.pico DebugStringTableSubsection.pico DebugSubsection.pico DebugSubsectionRecord.pico DebugSubsectionVisitor.pico DebugSymbolsSubsection.pico EnumTables.pico Formatters.pico GlobalTypeTableBuilder.pico LazyRandomTypeCollection.pico Line.pico MergingTypeTableBuilder.pico RecordName.pico RecordSerialization.pico SimpleTypeSerializer.pico StringsAndChecksums.pico SymbolDumper.pico SymbolRecordHelpers.pico SymbolRecordMapping.pico SymbolSerializer.pico TypeDumpVisitor.pico TypeHashing.pico TypeIndex.pico TypeIndexDiscovery.pico TypeRecordHelpers.pico TypeRecordMapping.pico TypeStreamMerger.pico TypeTableCollection.pico AppendingTypeTableBuilder.pico.tmp CodeViewError.pico.tmp CodeViewRecordIO.pico.tmp ContinuationRecordBuilder.pico.tmp CVSymbolVisitor.pico.tmp CVTypeVisitor.pico.tmp DebugChecksumsSubsection.pico.tmp DebugCrossExSubsection.pico.tmp DebugCrossImpSubsection.pico.tmp DebugFrameDataSubsection.pico.tmp DebugInlineeLinesSubsection.pico.tmp DebugLinesSubsection.pico.tmp DebugStringTableSubsection.pico.tmp DebugSubsection.pico.tmp DebugSubsectionRecord.pico.tmp DebugSubsectionVisitor.pico.tmp DebugSymbolsSubsection.pico.tmp EnumTables.pico.tmp Formatters.pico.tmp GlobalTypeTableBuilder.pico.tmp LazyRandomTypeCollection.pico.tmp Line.pico.tmp MergingTypeTableBuilder.pico.tmp RecordName.pico.tmp RecordSerialization.pico.tmp SimpleTypeSerializer.pico.tmp StringsAndChecksums.pico.tmp SymbolDumper.pico.tmp SymbolRecordHelpers.pico.tmp SymbolRecordMapping.pico.tmp SymbolSerializer.pico.tmp TypeDumpVisitor.pico.tmp TypeHashing.pico.tmp TypeIndex.pico.tmp TypeIndexDiscovery.pico.tmp TypeRecordHelpers.pico.tmp TypeRecordMapping.pico.tmp TypeStreamMerger.pico.tmp TypeTableCollection.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUCTW && rm -f libEUCTW.a citrus_euctw.o citrus_euctw.o.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f llib-lLLVMDebugInfoCodeView.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUCTW && rm -f libEUCTW.a citrus_euctw.o citrus_euctw.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f llib-lLLVMDebugInfoCodeView.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUCTW && rm -f libEUCTW_p.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUCTW && rm -f libEUCTW_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUCTW && rm -f libEUCTW_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUCTW && rm -f libEUCTW_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f .depend AppendingTypeTableBuilder.d CVSymbolVisitor.d CVTypeVisitor.d CodeViewError.d CodeViewRecordIO.d ContinuationRecordBuilder.d DebugChecksumsSubsection.d DebugCrossExSubsection.d DebugCrossImpSubsection.d DebugFrameDataSubsection.d DebugInlineeLinesSubsection.d DebugLinesSubsection.d DebugStringTableSubsection.d DebugSubsection.d DebugSubsectionRecord.d DebugSubsectionVisitor.d DebugSymbolsSubsection.d EnumTables.d Formatters.d GlobalTypeTableBuilder.d LazyRandomTypeCollection.d Line.d MergingTypeTableBuilder.d RecordName.d RecordSerialization.d SimpleTypeSerializer.d StringsAndChecksums.d SymbolDumper.d SymbolRecordHelpers.d SymbolRecordMapping.d SymbolSerializer.d TypeDumpVisitor.d TypeHashing.d TypeIndex.d TypeIndexDiscovery.d TypeRecordHelpers.d TypeRecordMapping.d TypeStreamMerger.d TypeTableCollection.d AppendingTypeTableBuilder.d.tmp CVSymbolVisitor.d.tmp CVTypeVisitor.d.tmp CodeViewError.d.tmp CodeViewRecordIO.d.tmp ContinuationRecordBuilder.d.tmp DebugChecksumsSubsection.d.tmp DebugCrossExSubsection.d.tmp DebugCrossImpSubsection.d.tmp DebugFrameDataSubsection.d.tmp DebugInlineeLinesSubsection.d.tmp DebugLinesSubsection.d.tmp DebugStringTableSubsection.d.tmp DebugSubsection.d.tmp DebugSubsectionRecord.d.tmp DebugSubsectionVisitor.d.tmp DebugSymbolsSubsection.d.tmp EnumTables.d.tmp Formatters.d.tmp GlobalTypeTableBuilder.d.tmp LazyRandomTypeCollection.d.tmp Line.d.tmp MergingTypeTableBuilder.d.tmp RecordName.d.tmp RecordSerialization.d.tmp SimpleTypeSerializer.d.tmp StringsAndChecksums.d.tmp SymbolDumper.d.tmp SymbolRecordHelpers.d.tmp SymbolRecordMapping.d.tmp SymbolSerializer.d.tmp TypeDumpVisitor.d.tmp TypeHashing.d.tmp TypeIndex.d.tmp TypeIndexDiscovery.d.tmp TypeRecordHelpers.d.tmp TypeRecordMapping.d.tmp TypeStreamMerger.d.tmp TypeTableCollection.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f .depend AppendingTypeTableBuilder.d CVSymbolVisitor.d CVTypeVisitor.d CodeViewError.d CodeViewRecordIO.d ContinuationRecordBuilder.d DebugChecksumsSubsection.d DebugCrossExSubsection.d DebugCrossImpSubsection.d DebugFrameDataSubsection.d DebugInlineeLinesSubsection.d DebugLinesSubsection.d DebugStringTableSubsection.d DebugSubsection.d DebugSubsectionRecord.d DebugSubsectionVisitor.d DebugSymbolsSubsection.d EnumTables.d Formatters.d GlobalTypeTableBuilder.d LazyRandomTypeCollection.d Line.d MergingTypeTableBuilder.d RecordName.d RecordSerialization.d SimpleTypeSerializer.d StringsAndChecksums.d SymbolDumper.d SymbolRecordHelpers.d SymbolRecordMapping.d SymbolSerializer.d TypeDumpVisitor.d TypeHashing.d TypeIndex.d TypeIndexDiscovery.d TypeRecordHelpers.d TypeRecordMapping.d TypeStreamMerger.d TypeTableCollection.d AppendingTypeTableBuilder.d.tmp CVSymbolVisitor.d.tmp CVTypeVisitor.d.tmp CodeViewError.d.tmp CodeViewRecordIO.d.tmp ContinuationRecordBuilder.d.tmp DebugChecksumsSubsection.d.tmp DebugCrossExSubsection.d.tmp DebugCrossImpSubsection.d.tmp DebugFrameDataSubsection.d.tmp DebugInlineeLinesSubsection.d.tmp DebugLinesSubsection.d.tmp DebugStringTableSubsection.d.tmp DebugSubsection.d.tmp DebugSubsectionRecord.d.tmp DebugSubsectionVisitor.d.tmp DebugSymbolsSubsection.d.tmp EnumTables.d.tmp Formatters.d.tmp GlobalTypeTableBuilder.d.tmp LazyRandomTypeCollection.d.tmp Line.d.tmp MergingTypeTableBuilder.d.tmp RecordName.d.tmp RecordSerialization.d.tmp SimpleTypeSerializer.d.tmp StringsAndChecksums.d.tmp SymbolDumper.d.tmp SymbolRecordHelpers.d.tmp SymbolRecordMapping.d.tmp SymbolSerializer.d.tmp TypeDumpVisitor.d.tmp TypeHashing.d.tmp TypeIndex.d.tmp TypeIndexDiscovery.d.tmp TypeRecordHelpers.d.tmp TypeRecordMapping.d.tmp TypeStreamMerger.d.tmp TypeTableCollection.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUCTW && rm -f libEUCTW_pic.a libEUCTW.so.* libEUCTW.so citrus_euctw.pico citrus_euctw.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUCTW && rm -f libEUCTW_pic.a libEUCTW.so.* libEUCTW.so citrus_euctw.pico citrus_euctw.pico.tmp || true) --- cleandir-external --- --- cleandir-libLLVMDebugInfoDWARF --- cleandir ===> external/apache2/llvm/librt/libLLVMDebugInfoDWARF --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUCTW && rm -f llib-lEUCTW.ln citrus_euctw.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUCTW && rm -f llib-lEUCTW.ln citrus_euctw.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUCTW && rm -f libEUCTW.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF.a DWARFAbbreviationDeclaration.o DWARFAcceleratorTable.o DWARFAddressRange.o DWARFCompileUnit.o DWARFContext.o DWARFDataExtractor.o DWARFDebugAbbrev.o DWARFDebugAddr.o DWARFDebugAranges.o DWARFDebugArangeSet.o DWARFDebugFrame.o DWARFDebugInfoEntry.o DWARFDebugLine.o DWARFDebugLoc.o DWARFDebugMacro.o DWARFDebugPubTable.o DWARFDebugRangeList.o DWARFDebugRnglists.o DWARFDie.o DWARFExpression.o DWARFFormValue.o DWARFGdbIndex.o DWARFListTable.o DWARFLocationExpression.o DWARFTypeUnit.o DWARFUnit.o DWARFUnitIndex.o DWARFVerifier.o DWARFAbbreviationDeclaration.o.tmp DWARFAcceleratorTable.o.tmp DWARFAddressRange.o.tmp DWARFCompileUnit.o.tmp DWARFContext.o.tmp DWARFDataExtractor.o.tmp DWARFDebugAbbrev.o.tmp DWARFDebugAddr.o.tmp DWARFDebugAranges.o.tmp DWARFDebugArangeSet.o.tmp DWARFDebugFrame.o.tmp DWARFDebugInfoEntry.o.tmp DWARFDebugLine.o.tmp DWARFDebugLoc.o.tmp DWARFDebugMacro.o.tmp DWARFDebugPubTable.o.tmp DWARFDebugRangeList.o.tmp DWARFDebugRnglists.o.tmp DWARFDie.o.tmp DWARFExpression.o.tmp DWARFFormValue.o.tmp DWARFGdbIndex.o.tmp DWARFListTable.o.tmp DWARFLocationExpression.o.tmp DWARFTypeUnit.o.tmp DWARFUnit.o.tmp DWARFUnitIndex.o.tmp DWARFVerifier.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUCTW && rm -f libEUCTW.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF.a DWARFAbbreviationDeclaration.o DWARFAcceleratorTable.o DWARFAddressRange.o DWARFCompileUnit.o DWARFContext.o DWARFDataExtractor.o DWARFDebugAbbrev.o DWARFDebugAddr.o DWARFDebugAranges.o DWARFDebugArangeSet.o DWARFDebugFrame.o DWARFDebugInfoEntry.o DWARFDebugLine.o DWARFDebugLoc.o DWARFDebugMacro.o DWARFDebugPubTable.o DWARFDebugRangeList.o DWARFDebugRnglists.o DWARFDie.o DWARFExpression.o DWARFFormValue.o DWARFGdbIndex.o DWARFListTable.o DWARFLocationExpression.o DWARFTypeUnit.o DWARFUnit.o DWARFUnitIndex.o DWARFVerifier.o DWARFAbbreviationDeclaration.o.tmp DWARFAcceleratorTable.o.tmp DWARFAddressRange.o.tmp DWARFCompileUnit.o.tmp DWARFContext.o.tmp DWARFDataExtractor.o.tmp DWARFDebugAbbrev.o.tmp DWARFDebugAddr.o.tmp DWARFDebugAranges.o.tmp DWARFDebugArangeSet.o.tmp DWARFDebugFrame.o.tmp DWARFDebugInfoEntry.o.tmp DWARFDebugLine.o.tmp DWARFDebugLoc.o.tmp DWARFDebugMacro.o.tmp DWARFDebugPubTable.o.tmp DWARFDebugRangeList.o.tmp DWARFDebugRnglists.o.tmp DWARFDie.o.tmp DWARFExpression.o.tmp DWARFFormValue.o.tmp DWARFGdbIndex.o.tmp DWARFListTable.o.tmp DWARFLocationExpression.o.tmp DWARFTypeUnit.o.tmp DWARFUnit.o.tmp DWARFUnitIndex.o.tmp DWARFVerifier.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/EUCTW && rm -f .depend citrus_euctw.d citrus_euctw.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/EUCTW && rm -f .depend citrus_euctw.d citrus_euctw.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_p.a || true) --- cleandir-lib --- --- cleandir-GBK2K --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_p.a || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/GBK2K --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_g.a || true) --- libclean4 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_pic.a DWARFAbbreviationDeclaration.pico DWARFAcceleratorTable.pico DWARFAddressRange.pico DWARFCompileUnit.pico DWARFContext.pico DWARFDataExtractor.pico DWARFDebugAbbrev.pico DWARFDebugAddr.pico DWARFDebugAranges.pico DWARFDebugArangeSet.pico DWARFDebugFrame.pico DWARFDebugInfoEntry.pico DWARFDebugLine.pico DWARFDebugLoc.pico DWARFDebugMacro.pico DWARFDebugPubTable.pico DWARFDebugRangeList.pico DWARFDebugRnglists.pico DWARFDie.pico DWARFExpression.pico DWARFFormValue.pico DWARFGdbIndex.pico DWARFListTable.pico DWARFLocationExpression.pico DWARFTypeUnit.pico DWARFUnit.pico DWARFUnitIndex.pico DWARFVerifier.pico DWARFAbbreviationDeclaration.pico.tmp DWARFAcceleratorTable.pico.tmp DWARFAddressRange.pico.tmp DWARFCompileUnit.pico.tmp DWARFContext.pico.tmp DWARFDataExtractor.pico.tmp DWARFDebugAbbrev.pico.tmp DWARFDebugAddr.pico.tmp DWARFDebugAranges.pico.tmp DWARFDebugArangeSet.pico.tmp DWARFDebugFrame.pico.tmp DWARFDebugInfoEntry.pico.tmp DWARFDebugLine.pico.tmp DWARFDebugLoc.pico.tmp DWARFDebugMacro.pico.tmp DWARFDebugPubTable.pico.tmp DWARFDebugRangeList.pico.tmp DWARFDebugRnglists.pico.tmp DWARFDie.pico.tmp DWARFExpression.pico.tmp DWARFFormValue.pico.tmp DWARFGdbIndex.pico.tmp DWARFListTable.pico.tmp DWARFLocationExpression.pico.tmp DWARFTypeUnit.pico.tmp DWARFUnit.pico.tmp DWARFUnitIndex.pico.tmp DWARFVerifier.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/GBK2K && rm -f libGBK2K.a citrus_gbk2k.o citrus_gbk2k.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/GBK2K && rm -f libGBK2K.a citrus_gbk2k.o citrus_gbk2k.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_pic.a DWARFAbbreviationDeclaration.pico DWARFAcceleratorTable.pico DWARFAddressRange.pico DWARFCompileUnit.pico DWARFContext.pico DWARFDataExtractor.pico DWARFDebugAbbrev.pico DWARFDebugAddr.pico DWARFDebugAranges.pico DWARFDebugArangeSet.pico DWARFDebugFrame.pico DWARFDebugInfoEntry.pico DWARFDebugLine.pico DWARFDebugLoc.pico DWARFDebugMacro.pico DWARFDebugPubTable.pico DWARFDebugRangeList.pico DWARFDebugRnglists.pico DWARFDie.pico DWARFExpression.pico DWARFFormValue.pico DWARFGdbIndex.pico DWARFListTable.pico DWARFLocationExpression.pico DWARFTypeUnit.pico DWARFUnit.pico DWARFUnitIndex.pico DWARFVerifier.pico DWARFAbbreviationDeclaration.pico.tmp DWARFAcceleratorTable.pico.tmp DWARFAddressRange.pico.tmp DWARFCompileUnit.pico.tmp DWARFContext.pico.tmp DWARFDataExtractor.pico.tmp DWARFDebugAbbrev.pico.tmp DWARFDebugAddr.pico.tmp DWARFDebugAranges.pico.tmp DWARFDebugArangeSet.pico.tmp DWARFDebugFrame.pico.tmp DWARFDebugInfoEntry.pico.tmp DWARFDebugLine.pico.tmp DWARFDebugLoc.pico.tmp DWARFDebugMacro.pico.tmp DWARFDebugPubTable.pico.tmp DWARFDebugRangeList.pico.tmp DWARFDebugRnglists.pico.tmp DWARFDie.pico.tmp DWARFExpression.pico.tmp DWARFFormValue.pico.tmp DWARFGdbIndex.pico.tmp DWARFListTable.pico.tmp DWARFLocationExpression.pico.tmp DWARFTypeUnit.pico.tmp DWARFUnit.pico.tmp DWARFUnitIndex.pico.tmp DWARFVerifier.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/GBK2K && rm -f libGBK2K_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f llib-lLLVMDebugInfoDWARF.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/GBK2K && rm -f libGBK2K_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f llib-lLLVMDebugInfoDWARF.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/GBK2K && rm -f libGBK2K_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/GBK2K && rm -f libGBK2K_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/GBK2K && rm -f libGBK2K_pic.a libGBK2K.so.* libGBK2K.so citrus_gbk2k.pico citrus_gbk2k.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f .depend DWARFAbbreviationDeclaration.d DWARFAcceleratorTable.d DWARFAddressRange.d DWARFCompileUnit.d DWARFContext.d DWARFDataExtractor.d DWARFDebugAbbrev.d DWARFDebugAddr.d DWARFDebugArangeSet.d DWARFDebugAranges.d DWARFDebugFrame.d DWARFDebugInfoEntry.d DWARFDebugLine.d DWARFDebugLoc.d DWARFDebugMacro.d DWARFDebugPubTable.d DWARFDebugRangeList.d DWARFDebugRnglists.d DWARFDie.d DWARFExpression.d DWARFFormValue.d DWARFGdbIndex.d DWARFListTable.d DWARFLocationExpression.d DWARFTypeUnit.d DWARFUnit.d DWARFUnitIndex.d DWARFVerifier.d DWARFAbbreviationDeclaration.d.tmp DWARFAcceleratorTable.d.tmp DWARFAddressRange.d.tmp DWARFCompileUnit.d.tmp DWARFContext.d.tmp DWARFDataExtractor.d.tmp DWARFDebugAbbrev.d.tmp DWARFDebugAddr.d.tmp DWARFDebugArangeSet.d.tmp DWARFDebugAranges.d.tmp DWARFDebugFrame.d.tmp DWARFDebugInfoEntry.d.tmp DWARFDebugLine.d.tmp DWARFDebugLoc.d.tmp DWARFDebugMacro.d.tmp DWARFDebugPubTable.d.tmp DWARFDebugRangeList.d.tmp DWARFDebugRnglists.d.tmp DWARFDie.d.tmp DWARFExpression.d.tmp DWARFFormValue.d.tmp DWARFGdbIndex.d.tmp DWARFListTable.d.tmp DWARFLocationExpression.d.tmp DWARFTypeUnit.d.tmp DWARFUnit.d.tmp DWARFUnitIndex.d.tmp DWARFVerifier.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/GBK2K && rm -f libGBK2K_pic.a libGBK2K.so.* libGBK2K.so citrus_gbk2k.pico citrus_gbk2k.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f .depend DWARFAbbreviationDeclaration.d DWARFAcceleratorTable.d DWARFAddressRange.d DWARFCompileUnit.d DWARFContext.d DWARFDataExtractor.d DWARFDebugAbbrev.d DWARFDebugAddr.d DWARFDebugArangeSet.d DWARFDebugAranges.d DWARFDebugFrame.d DWARFDebugInfoEntry.d DWARFDebugLine.d DWARFDebugLoc.d DWARFDebugMacro.d DWARFDebugPubTable.d DWARFDebugRangeList.d DWARFDebugRnglists.d DWARFDie.d DWARFExpression.d DWARFFormValue.d DWARFGdbIndex.d DWARFListTable.d DWARFLocationExpression.d DWARFTypeUnit.d DWARFUnit.d DWARFUnitIndex.d DWARFVerifier.d DWARFAbbreviationDeclaration.d.tmp DWARFAcceleratorTable.d.tmp DWARFAddressRange.d.tmp DWARFCompileUnit.d.tmp DWARFContext.d.tmp DWARFDataExtractor.d.tmp DWARFDebugAbbrev.d.tmp DWARFDebugAddr.d.tmp DWARFDebugArangeSet.d.tmp DWARFDebugAranges.d.tmp DWARFDebugFrame.d.tmp DWARFDebugInfoEntry.d.tmp DWARFDebugLine.d.tmp DWARFDebugLoc.d.tmp DWARFDebugMacro.d.tmp DWARFDebugPubTable.d.tmp DWARFDebugRangeList.d.tmp DWARFDebugRnglists.d.tmp DWARFDie.d.tmp DWARFExpression.d.tmp DWARFFormValue.d.tmp DWARFGdbIndex.d.tmp DWARFListTable.d.tmp DWARFLocationExpression.d.tmp DWARFTypeUnit.d.tmp DWARFUnit.d.tmp DWARFUnitIndex.d.tmp DWARFVerifier.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/GBK2K && rm -f llib-lGBK2K.ln citrus_gbk2k.ln || true) --- cleandir-external --- --- cleandir-libLLVMExecutionEngine --- cleandir ===> external/apache2/llvm/librt/libLLVMExecutionEngine --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/GBK2K && rm -f llib-lGBK2K.ln citrus_gbk2k.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/GBK2K && rm -f libGBK2K.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/GBK2K && rm -f libGBK2K.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine.a GDBRegistrationListener.o ExecutionEngine.o ExecutionEngineBindings.o SectionMemoryManager.o TargetSelect.o GDBRegistrationListener.o.tmp ExecutionEngine.o.tmp ExecutionEngineBindings.o.tmp SectionMemoryManager.o.tmp TargetSelect.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/GBK2K && rm -f .depend citrus_gbk2k.d citrus_gbk2k.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine.a GDBRegistrationListener.o ExecutionEngine.o ExecutionEngineBindings.o SectionMemoryManager.o TargetSelect.o GDBRegistrationListener.o.tmp ExecutionEngine.o.tmp ExecutionEngineBindings.o.tmp SectionMemoryManager.o.tmp TargetSelect.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/GBK2K && rm -f .depend citrus_gbk2k.d citrus_gbk2k.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- cleandir-HZ --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_p.a || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/HZ --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_g.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/HZ && rm -f libHZ.a citrus_hz.o citrus_prop.o citrus_hz.o.tmp citrus_prop.o.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/HZ && rm -f libHZ.a citrus_hz.o citrus_prop.o citrus_hz.o.tmp citrus_prop.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_pic.a GDBRegistrationListener.pico ExecutionEngine.pico ExecutionEngineBindings.pico SectionMemoryManager.pico TargetSelect.pico GDBRegistrationListener.pico.tmp ExecutionEngine.pico.tmp ExecutionEngineBindings.pico.tmp SectionMemoryManager.pico.tmp TargetSelect.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_pic.a GDBRegistrationListener.pico ExecutionEngine.pico ExecutionEngineBindings.pico SectionMemoryManager.pico TargetSelect.pico GDBRegistrationListener.pico.tmp ExecutionEngine.pico.tmp ExecutionEngineBindings.pico.tmp SectionMemoryManager.pico.tmp TargetSelect.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/HZ && rm -f libHZ_p.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/HZ && rm -f libHZ_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f llib-lLLVMExecutionEngine.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f llib-lLLVMExecutionEngine.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/HZ && rm -f libHZ_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/HZ && rm -f libHZ_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/HZ && rm -f libHZ_pic.a libHZ.so.* libHZ.so citrus_hz.pico citrus_prop.pico citrus_hz.pico.tmp citrus_prop.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/HZ && rm -f libHZ_pic.a libHZ.so.* libHZ.so citrus_hz.pico citrus_prop.pico citrus_hz.pico.tmp citrus_prop.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f .depend ExecutionEngine.d ExecutionEngineBindings.d GDBRegistrationListener.d SectionMemoryManager.d TargetSelect.d ExecutionEngine.d.tmp ExecutionEngineBindings.d.tmp GDBRegistrationListener.d.tmp SectionMemoryManager.d.tmp TargetSelect.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f .depend ExecutionEngine.d ExecutionEngineBindings.d GDBRegistrationListener.d SectionMemoryManager.d TargetSelect.d ExecutionEngine.d.tmp ExecutionEngineBindings.d.tmp GDBRegistrationListener.d.tmp SectionMemoryManager.d.tmp TargetSelect.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/HZ && rm -f llib-lHZ.ln citrus_hz.ln citrus_prop.ln || true) --- cleandir-external --- --- cleandir-libLLVMExecutionEngineOrcShared --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/HZ && rm -f llib-lHZ.ln citrus_hz.ln citrus_prop.ln || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/HZ && rm -f libHZ.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/HZ && rm -f libHZ.so.5.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/HZ && rm -f .depend citrus_hz.d citrus_prop.d citrus_hz.d.tmp citrus_prop.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared.a OrcError.o RPCError.o TargetProcessControlTypes.o OrcError.o.tmp RPCError.o.tmp TargetProcessControlTypes.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/HZ && rm -f .depend citrus_hz.d citrus_prop.d citrus_hz.d.tmp citrus_prop.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared.a OrcError.o RPCError.o TargetProcessControlTypes.o OrcError.o.tmp RPCError.o.tmp TargetProcessControlTypes.o.tmp || true) --- cleandir-lib --- --- cleandir-ISO2022 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- cleandir ===> lib/i18n_module/ISO2022 --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_g.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ISO2022 && rm -f libISO2022.a citrus_iso2022.o citrus_iso2022.o.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ISO2022 && rm -f libISO2022.a citrus_iso2022.o citrus_iso2022.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_pic.a OrcError.pico RPCError.pico TargetProcessControlTypes.pico OrcError.pico.tmp RPCError.pico.tmp TargetProcessControlTypes.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_pic.a OrcError.pico RPCError.pico TargetProcessControlTypes.pico OrcError.pico.tmp RPCError.pico.tmp TargetProcessControlTypes.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ISO2022 && rm -f libISO2022_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ISO2022 && rm -f libISO2022_p.a || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f llib-lLLVMExecutionEngineOrcShared.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f llib-lLLVMExecutionEngineOrcShared.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ISO2022 && rm -f libISO2022_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ISO2022 && rm -f libISO2022_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ISO2022 && rm -f libISO2022_pic.a libISO2022.so.* libISO2022.so citrus_iso2022.pico citrus_iso2022.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ISO2022 && rm -f libISO2022_pic.a libISO2022.so.* libISO2022.so citrus_iso2022.pico citrus_iso2022.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f .depend OrcError.d RPCError.d TargetProcessControlTypes.d OrcError.d.tmp RPCError.d.tmp TargetProcessControlTypes.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ISO2022 && rm -f llib-lISO2022.ln citrus_iso2022.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f .depend OrcError.d RPCError.d TargetProcessControlTypes.d OrcError.d.tmp RPCError.d.tmp TargetProcessControlTypes.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ISO2022 && rm -f llib-lISO2022.ln citrus_iso2022.ln || true) --- cleandir-external --- --- cleandir-libLLVMExecutionEngineOrcTargetProcess --- cleandir ===> external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ISO2022 && rm -f libISO2022.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ISO2022 && rm -f libISO2022.so.5.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ISO2022 && rm -f .depend citrus_iso2022.d citrus_iso2022.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess.a JITLoaderGDB.o RegisterEHFrames.o TargetExecutionUtils.o JITLoaderGDB.o.tmp RegisterEHFrames.o.tmp TargetExecutionUtils.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ISO2022 && rm -f .depend citrus_iso2022.d citrus_iso2022.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess.a JITLoaderGDB.o RegisterEHFrames.o TargetExecutionUtils.o JITLoaderGDB.o.tmp RegisterEHFrames.o.tmp TargetExecutionUtils.o.tmp || true) --- cleandir-lib --- --- cleandir-JOHAB --- cleandir ===> lib/i18n_module/JOHAB --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_p.a || true) --- libclean3 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/JOHAB && rm -f libJOHAB.a citrus_johab.o citrus_johab.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/JOHAB && rm -f libJOHAB.a citrus_johab.o citrus_johab.o.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_pic.a JITLoaderGDB.pico RegisterEHFrames.pico TargetExecutionUtils.pico JITLoaderGDB.pico.tmp RegisterEHFrames.pico.tmp TargetExecutionUtils.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/JOHAB && rm -f libJOHAB_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_pic.a JITLoaderGDB.pico RegisterEHFrames.pico TargetExecutionUtils.pico JITLoaderGDB.pico.tmp RegisterEHFrames.pico.tmp TargetExecutionUtils.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/JOHAB && rm -f libJOHAB_p.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f llib-lLLVMExecutionEngineOrcTargetProcess.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/JOHAB && rm -f libJOHAB_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f llib-lLLVMExecutionEngineOrcTargetProcess.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/JOHAB && rm -f libJOHAB_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/JOHAB && rm -f libJOHAB_pic.a libJOHAB.so.* libJOHAB.so citrus_johab.pico citrus_johab.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/JOHAB && rm -f libJOHAB_pic.a libJOHAB.so.* libJOHAB.so citrus_johab.pico citrus_johab.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f .depend JITLoaderGDB.d RegisterEHFrames.d TargetExecutionUtils.d JITLoaderGDB.d.tmp RegisterEHFrames.d.tmp TargetExecutionUtils.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/JOHAB && rm -f llib-lJOHAB.ln citrus_johab.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f .depend JITLoaderGDB.d RegisterEHFrames.d TargetExecutionUtils.d JITLoaderGDB.d.tmp RegisterEHFrames.d.tmp TargetExecutionUtils.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/JOHAB && rm -f llib-lJOHAB.ln citrus_johab.ln || true) --- cleandir-external --- --- cleandir-libLLVMFrontendOpenMP --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMFrontendOpenMP --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/JOHAB && rm -f libJOHAB.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/JOHAB && rm -f libJOHAB.so.5.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/JOHAB && rm -f .depend citrus_johab.d citrus_johab.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/JOHAB && rm -f .depend citrus_johab.d citrus_johab.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP.a OMP.o OMPContext.o OMPIRBuilder.o OMP.o.tmp OMPContext.o.tmp OMPIRBuilder.o.tmp || true) --- cleandir-lib --- --- cleandir-MSKanji --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP.a OMP.o OMPContext.o OMPIRBuilder.o OMP.o.tmp OMPContext.o.tmp OMPIRBuilder.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/MSKanji --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_p.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/MSKanji && rm -f libMSKanji.a citrus_mskanji.o citrus_mskanji.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/MSKanji && rm -f libMSKanji.a citrus_mskanji.o citrus_mskanji.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_g.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/MSKanji && rm -f libMSKanji_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_pic.a OMP.pico OMPContext.pico OMPIRBuilder.pico OMP.pico.tmp OMPContext.pico.tmp OMPIRBuilder.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/MSKanji && rm -f libMSKanji_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_pic.a OMP.pico OMPContext.pico OMPIRBuilder.pico OMP.pico.tmp OMPContext.pico.tmp OMPIRBuilder.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f llib-lLLVMFrontendOpenMP.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/MSKanji && rm -f libMSKanji_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/MSKanji && rm -f libMSKanji_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f llib-lLLVMFrontendOpenMP.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/MSKanji && rm -f libMSKanji_pic.a libMSKanji.so.* libMSKanji.so citrus_mskanji.pico citrus_mskanji.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/MSKanji && rm -f libMSKanji_pic.a libMSKanji.so.* libMSKanji.so citrus_mskanji.pico citrus_mskanji.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/MSKanji && rm -f llib-lMSKanji.ln citrus_mskanji.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f .depend OMP.d OMPContext.d OMPIRBuilder.d OMP.d.tmp OMPContext.d.tmp OMPIRBuilder.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/MSKanji && rm -f llib-lMSKanji.ln citrus_mskanji.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f .depend OMP.d OMPContext.d OMPIRBuilder.d OMP.d.tmp OMPContext.d.tmp OMPIRBuilder.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-libLLVMGlobalISel --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/MSKanji && rm -f libMSKanji.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMGlobalISel --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/MSKanji && rm -f libMSKanji.so.5.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/MSKanji && rm -f .depend citrus_mskanji.d citrus_mskanji.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/MSKanji && rm -f .depend citrus_mskanji.d citrus_mskanji.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel.a CallLowering.o Combiner.o CombinerHelper.o CSEInfo.o CSEMIRBuilder.o GISelChangeObserver.o GISelKnownBits.o GlobalISel.o InlineAsmLowering.o InstructionSelect.o InstructionSelector.o IRTranslator.o LegalityPredicates.o LegalizeMutations.o Legalizer.o LegalizerHelper.o LegalizerInfo.o Localizer.o LostDebugLocObserver.o MachineIRBuilder.o RegBankSelect.o RegisterBank.o RegisterBankInfo.o Utils.o CallLowering.o.tmp Combiner.o.tmp CombinerHelper.o.tmp CSEInfo.o.tmp CSEMIRBuilder.o.tmp GISelChangeObserver.o.tmp GISelKnownBits.o.tmp GlobalISel.o.tmp InlineAsmLowering.o.tmp InstructionSelect.o.tmp InstructionSelector.o.tmp IRTranslator.o.tmp LegalityPredicates.o.tmp LegalizeMutations.o.tmp Legalizer.o.tmp LegalizerHelper.o.tmp LegalizerInfo.o.tmp Localizer.o.tmp LostDebugLocObserver.o.tmp MachineIRBuilder.o.tmp RegBankSelect.o.tmp RegisterBank.o.tmp RegisterBankInfo.o.tmp Utils.o.tmp || true) --- cleandir-lib --- --- cleandir-UES --- cleandir ===> lib/i18n_module/UES --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel.a CallLowering.o Combiner.o CombinerHelper.o CSEInfo.o CSEMIRBuilder.o GISelChangeObserver.o GISelKnownBits.o GlobalISel.o InlineAsmLowering.o InstructionSelect.o InstructionSelector.o IRTranslator.o LegalityPredicates.o LegalizeMutations.o Legalizer.o LegalizerHelper.o LegalizerInfo.o Localizer.o LostDebugLocObserver.o MachineIRBuilder.o RegBankSelect.o RegisterBank.o RegisterBankInfo.o Utils.o CallLowering.o.tmp Combiner.o.tmp CombinerHelper.o.tmp CSEInfo.o.tmp CSEMIRBuilder.o.tmp GISelChangeObserver.o.tmp GISelKnownBits.o.tmp GlobalISel.o.tmp InlineAsmLowering.o.tmp InstructionSelect.o.tmp InstructionSelector.o.tmp IRTranslator.o.tmp LegalityPredicates.o.tmp LegalizeMutations.o.tmp Legalizer.o.tmp LegalizerHelper.o.tmp LegalizerInfo.o.tmp Localizer.o.tmp LostDebugLocObserver.o.tmp MachineIRBuilder.o.tmp RegBankSelect.o.tmp RegisterBank.o.tmp RegisterBankInfo.o.tmp Utils.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_p.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UES && rm -f libUES.a citrus_ues.o citrus_ues.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UES && rm -f libUES.a citrus_ues.o citrus_ues.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_g.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UES && rm -f libUES_p.a || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_pic.a CallLowering.pico Combiner.pico CombinerHelper.pico CSEInfo.pico CSEMIRBuilder.pico GISelChangeObserver.pico GISelKnownBits.pico GlobalISel.pico InlineAsmLowering.pico InstructionSelect.pico InstructionSelector.pico IRTranslator.pico LegalityPredicates.pico LegalizeMutations.pico Legalizer.pico LegalizerHelper.pico LegalizerInfo.pico Localizer.pico LostDebugLocObserver.pico MachineIRBuilder.pico RegBankSelect.pico RegisterBank.pico RegisterBankInfo.pico Utils.pico CallLowering.pico.tmp Combiner.pico.tmp CombinerHelper.pico.tmp CSEInfo.pico.tmp CSEMIRBuilder.pico.tmp GISelChangeObserver.pico.tmp GISelKnownBits.pico.tmp GlobalISel.pico.tmp InlineAsmLowering.pico.tmp InstructionSelect.pico.tmp InstructionSelector.pico.tmp IRTranslator.pico.tmp LegalityPredicates.pico.tmp LegalizeMutations.pico.tmp Legalizer.pico.tmp LegalizerHelper.pico.tmp LegalizerInfo.pico.tmp Localizer.pico.tmp LostDebugLocObserver.pico.tmp MachineIRBuilder.pico.tmp RegBankSelect.pico.tmp RegisterBank.pico.tmp RegisterBankInfo.pico.tmp Utils.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UES && rm -f libUES_p.a || true) --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_pic.a CallLowering.pico Combiner.pico CombinerHelper.pico CSEInfo.pico CSEMIRBuilder.pico GISelChangeObserver.pico GISelKnownBits.pico GlobalISel.pico InlineAsmLowering.pico InstructionSelect.pico InstructionSelector.pico IRTranslator.pico LegalityPredicates.pico LegalizeMutations.pico Legalizer.pico LegalizerHelper.pico LegalizerInfo.pico Localizer.pico LostDebugLocObserver.pico MachineIRBuilder.pico RegBankSelect.pico RegisterBank.pico RegisterBankInfo.pico Utils.pico CallLowering.pico.tmp Combiner.pico.tmp CombinerHelper.pico.tmp CSEInfo.pico.tmp CSEMIRBuilder.pico.tmp GISelChangeObserver.pico.tmp GISelKnownBits.pico.tmp GlobalISel.pico.tmp InlineAsmLowering.pico.tmp InstructionSelect.pico.tmp InstructionSelector.pico.tmp IRTranslator.pico.tmp LegalityPredicates.pico.tmp LegalizeMutations.pico.tmp Legalizer.pico.tmp LegalizerHelper.pico.tmp LegalizerInfo.pico.tmp Localizer.pico.tmp LostDebugLocObserver.pico.tmp MachineIRBuilder.pico.tmp RegBankSelect.pico.tmp RegisterBank.pico.tmp RegisterBankInfo.pico.tmp Utils.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UES && rm -f libUES_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UES && rm -f libUES_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f llib-lLLVMGlobalISel.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f llib-lLLVMGlobalISel.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UES && rm -f libUES_pic.a libUES.so.* libUES.so citrus_ues.pico citrus_ues.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UES && rm -f libUES_pic.a libUES.so.* libUES.so citrus_ues.pico citrus_ues.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UES && rm -f llib-lUES.ln citrus_ues.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UES && rm -f llib-lUES.ln citrus_ues.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f .depend CSEInfo.d CSEMIRBuilder.d CallLowering.d Combiner.d CombinerHelper.d GISelChangeObserver.d GISelKnownBits.d GlobalISel.d IRTranslator.d InlineAsmLowering.d InstructionSelect.d InstructionSelector.d LegalityPredicates.d LegalizeMutations.d Legalizer.d LegalizerHelper.d LegalizerInfo.d Localizer.d LostDebugLocObserver.d MachineIRBuilder.d RegBankSelect.d RegisterBank.d RegisterBankInfo.d Utils.d CSEInfo.d.tmp CSEMIRBuilder.d.tmp CallLowering.d.tmp Combiner.d.tmp CombinerHelper.d.tmp GISelChangeObserver.d.tmp GISelKnownBits.d.tmp GlobalISel.d.tmp IRTranslator.d.tmp InlineAsmLowering.d.tmp InstructionSelect.d.tmp InstructionSelector.d.tmp LegalityPredicates.d.tmp LegalizeMutations.d.tmp Legalizer.d.tmp LegalizerHelper.d.tmp LegalizerInfo.d.tmp Localizer.d.tmp LostDebugLocObserver.d.tmp MachineIRBuilder.d.tmp RegBankSelect.d.tmp RegisterBank.d.tmp RegisterBankInfo.d.tmp Utils.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f .depend CSEInfo.d CSEMIRBuilder.d CallLowering.d Combiner.d CombinerHelper.d GISelChangeObserver.d GISelKnownBits.d GlobalISel.d IRTranslator.d InlineAsmLowering.d InstructionSelect.d InstructionSelector.d LegalityPredicates.d LegalizeMutations.d Legalizer.d LegalizerHelper.d LegalizerInfo.d Localizer.d LostDebugLocObserver.d MachineIRBuilder.d RegBankSelect.d RegisterBank.d RegisterBankInfo.d Utils.d CSEInfo.d.tmp CSEMIRBuilder.d.tmp CallLowering.d.tmp Combiner.d.tmp CombinerHelper.d.tmp GISelChangeObserver.d.tmp GISelKnownBits.d.tmp GlobalISel.d.tmp IRTranslator.d.tmp InlineAsmLowering.d.tmp InstructionSelect.d.tmp InstructionSelector.d.tmp LegalityPredicates.d.tmp LegalizeMutations.d.tmp Legalizer.d.tmp LegalizerHelper.d.tmp LegalizerInfo.d.tmp Localizer.d.tmp LostDebugLocObserver.d.tmp MachineIRBuilder.d.tmp RegBankSelect.d.tmp RegisterBank.d.tmp RegisterBankInfo.d.tmp Utils.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UES && rm -f libUES.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-libLLVMInstCombine --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UES && rm -f libUES.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMInstCombine --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UES && rm -f .depend citrus_ues.d citrus_ues.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UES && rm -f .depend citrus_ues.d citrus_ues.d.tmp tags || true) --- cleandir-UTF1632 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- cleandir ===> lib/i18n_module/UTF1632 --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine.a InstCombineAddSub.o InstCombineAndOrXor.o InstCombineAtomicRMW.o InstCombineCalls.o InstCombineCasts.o InstCombineCompares.o InstCombineLoadStoreAlloca.o InstCombineMulDivRem.o InstCombineNegator.o InstCombinePHI.o InstCombineSelect.o InstCombineShifts.o InstCombineSimplifyDemanded.o InstCombineVectorOps.o InstructionCombining.o InstCombineAddSub.o.tmp InstCombineAndOrXor.o.tmp InstCombineAtomicRMW.o.tmp InstCombineCalls.o.tmp InstCombineCasts.o.tmp InstCombineCompares.o.tmp InstCombineLoadStoreAlloca.o.tmp InstCombineMulDivRem.o.tmp InstCombineNegator.o.tmp InstCombinePHI.o.tmp InstCombineSelect.o.tmp InstCombineShifts.o.tmp InstCombineSimplifyDemanded.o.tmp InstCombineVectorOps.o.tmp InstructionCombining.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine.a InstCombineAddSub.o InstCombineAndOrXor.o InstCombineAtomicRMW.o InstCombineCalls.o InstCombineCasts.o InstCombineCompares.o InstCombineLoadStoreAlloca.o InstCombineMulDivRem.o InstCombineNegator.o InstCombinePHI.o InstCombineSelect.o InstCombineShifts.o InstCombineSimplifyDemanded.o InstCombineVectorOps.o InstructionCombining.o InstCombineAddSub.o.tmp InstCombineAndOrXor.o.tmp InstCombineAtomicRMW.o.tmp InstCombineCalls.o.tmp InstCombineCasts.o.tmp InstCombineCompares.o.tmp InstCombineLoadStoreAlloca.o.tmp InstCombineMulDivRem.o.tmp InstCombineNegator.o.tmp InstCombinePHI.o.tmp InstCombineSelect.o.tmp InstCombineShifts.o.tmp InstCombineSimplifyDemanded.o.tmp InstCombineVectorOps.o.tmp InstructionCombining.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_p.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF1632 && rm -f libUTF1632.a citrus_utf1632.o citrus_utf1632.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF1632 && rm -f libUTF1632.a citrus_utf1632.o citrus_utf1632.o.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_g.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF1632 && rm -f libUTF1632_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF1632 && rm -f libUTF1632_p.a || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_pic.a InstCombineAddSub.pico InstCombineAndOrXor.pico InstCombineAtomicRMW.pico InstCombineCalls.pico InstCombineCasts.pico InstCombineCompares.pico InstCombineLoadStoreAlloca.pico InstCombineMulDivRem.pico InstCombineNegator.pico InstCombinePHI.pico InstCombineSelect.pico InstCombineShifts.pico InstCombineSimplifyDemanded.pico InstCombineVectorOps.pico InstructionCombining.pico InstCombineAddSub.pico.tmp InstCombineAndOrXor.pico.tmp InstCombineAtomicRMW.pico.tmp InstCombineCalls.pico.tmp InstCombineCasts.pico.tmp InstCombineCompares.pico.tmp InstCombineLoadStoreAlloca.pico.tmp InstCombineMulDivRem.pico.tmp InstCombineNegator.pico.tmp InstCombinePHI.pico.tmp InstCombineSelect.pico.tmp InstCombineShifts.pico.tmp InstCombineSimplifyDemanded.pico.tmp InstCombineVectorOps.pico.tmp InstructionCombining.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF1632 && rm -f libUTF1632_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_pic.a InstCombineAddSub.pico InstCombineAndOrXor.pico InstCombineAtomicRMW.pico InstCombineCalls.pico InstCombineCasts.pico InstCombineCompares.pico InstCombineLoadStoreAlloca.pico InstCombineMulDivRem.pico InstCombineNegator.pico InstCombinePHI.pico InstCombineSelect.pico InstCombineShifts.pico InstCombineSimplifyDemanded.pico InstCombineVectorOps.pico InstructionCombining.pico InstCombineAddSub.pico.tmp InstCombineAndOrXor.pico.tmp InstCombineAtomicRMW.pico.tmp InstCombineCalls.pico.tmp InstCombineCasts.pico.tmp InstCombineCompares.pico.tmp InstCombineLoadStoreAlloca.pico.tmp InstCombineMulDivRem.pico.tmp InstCombineNegator.pico.tmp InstCombinePHI.pico.tmp InstCombineSelect.pico.tmp InstCombineShifts.pico.tmp InstCombineSimplifyDemanded.pico.tmp InstCombineVectorOps.pico.tmp InstructionCombining.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF1632 && rm -f libUTF1632_g.a || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f llib-lLLVMInstCombine.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF1632 && rm -f libUTF1632_pic.a libUTF1632.so.* libUTF1632.so citrus_utf1632.pico citrus_utf1632.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f llib-lLLVMInstCombine.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF1632 && rm -f libUTF1632_pic.a libUTF1632.so.* libUTF1632.so citrus_utf1632.pico citrus_utf1632.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF1632 && rm -f llib-lUTF1632.ln citrus_utf1632.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF1632 && rm -f llib-lUTF1632.ln citrus_utf1632.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f .depend InstCombineAddSub.d InstCombineAndOrXor.d InstCombineAtomicRMW.d InstCombineCalls.d InstCombineCasts.d InstCombineCompares.d InstCombineLoadStoreAlloca.d InstCombineMulDivRem.d InstCombineNegator.d InstCombinePHI.d InstCombineSelect.d InstCombineShifts.d InstCombineSimplifyDemanded.d InstCombineVectorOps.d InstructionCombining.d InstCombineAddSub.d.tmp InstCombineAndOrXor.d.tmp InstCombineAtomicRMW.d.tmp InstCombineCalls.d.tmp InstCombineCasts.d.tmp InstCombineCompares.d.tmp InstCombineLoadStoreAlloca.d.tmp InstCombineMulDivRem.d.tmp InstCombineNegator.d.tmp InstCombinePHI.d.tmp InstCombineSelect.d.tmp InstCombineShifts.d.tmp InstCombineSimplifyDemanded.d.tmp InstCombineVectorOps.d.tmp InstructionCombining.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF1632 && rm -f libUTF1632.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f .depend InstCombineAddSub.d InstCombineAndOrXor.d InstCombineAtomicRMW.d InstCombineCalls.d InstCombineCasts.d InstCombineCompares.d InstCombineLoadStoreAlloca.d InstCombineMulDivRem.d InstCombineNegator.d InstCombinePHI.d InstCombineSelect.d InstCombineShifts.d InstCombineSimplifyDemanded.d InstCombineVectorOps.d InstructionCombining.d InstCombineAddSub.d.tmp InstCombineAndOrXor.d.tmp InstCombineAtomicRMW.d.tmp InstCombineCalls.d.tmp InstCombineCasts.d.tmp InstCombineCompares.d.tmp InstCombineLoadStoreAlloca.d.tmp InstCombineMulDivRem.d.tmp InstCombineNegator.d.tmp InstCombinePHI.d.tmp InstCombineSelect.d.tmp InstCombineShifts.d.tmp InstCombineSimplifyDemanded.d.tmp InstCombineVectorOps.d.tmp InstructionCombining.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF1632 && rm -f libUTF1632.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-libLLVMInstrumentation --- cleandir ===> external/apache2/llvm/librt/libLLVMInstrumentation --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF1632 && rm -f .depend citrus_utf1632.d citrus_utf1632.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF1632 && rm -f .depend citrus_utf1632.d citrus_utf1632.d.tmp tags || true) --- cleandir-UTF8 --- cleandir ===> lib/i18n_module/UTF8 --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation.a AddressSanitizer.o BoundsChecking.o CGProfile.o ControlHeightReduction.o DataFlowSanitizer.o GCOVProfiling.o HWAddressSanitizer.o IndirectCallPromotion.o InstrOrderFile.o InstrProfiling.o Instrumentation.o MemorySanitizer.o MemProfiler.o PGOInstrumentation.o PGOMemOPSizeOpt.o PoisonChecking.o SanitizerCoverage.o ThreadSanitizer.o ValueProfileCollector.o AddressSanitizer.o.tmp BoundsChecking.o.tmp CGProfile.o.tmp ControlHeightReduction.o.tmp DataFlowSanitizer.o.tmp GCOVProfiling.o.tmp HWAddressSanitizer.o.tmp IndirectCallPromotion.o.tmp InstrOrderFile.o.tmp InstrProfiling.o.tmp Instrumentation.o.tmp MemorySanitizer.o.tmp MemProfiler.o.tmp PGOInstrumentation.o.tmp PGOMemOPSizeOpt.o.tmp PoisonChecking.o.tmp SanitizerCoverage.o.tmp ThreadSanitizer.o.tmp ValueProfileCollector.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation.a AddressSanitizer.o BoundsChecking.o CGProfile.o ControlHeightReduction.o DataFlowSanitizer.o GCOVProfiling.o HWAddressSanitizer.o IndirectCallPromotion.o InstrOrderFile.o InstrProfiling.o Instrumentation.o MemorySanitizer.o MemProfiler.o PGOInstrumentation.o PGOMemOPSizeOpt.o PoisonChecking.o SanitizerCoverage.o ThreadSanitizer.o ValueProfileCollector.o AddressSanitizer.o.tmp BoundsChecking.o.tmp CGProfile.o.tmp ControlHeightReduction.o.tmp DataFlowSanitizer.o.tmp GCOVProfiling.o.tmp HWAddressSanitizer.o.tmp IndirectCallPromotion.o.tmp InstrOrderFile.o.tmp InstrProfiling.o.tmp Instrumentation.o.tmp MemorySanitizer.o.tmp MemProfiler.o.tmp PGOInstrumentation.o.tmp PGOMemOPSizeOpt.o.tmp PoisonChecking.o.tmp SanitizerCoverage.o.tmp ThreadSanitizer.o.tmp ValueProfileCollector.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF8 && rm -f libUTF8.a citrus_utf8.o citrus_utf8.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF8 && rm -f libUTF8.a citrus_utf8.o citrus_utf8.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF8 && rm -f libUTF8_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF8 && rm -f libUTF8_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF8 && rm -f libUTF8_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_pic.a AddressSanitizer.pico BoundsChecking.pico CGProfile.pico ControlHeightReduction.pico DataFlowSanitizer.pico GCOVProfiling.pico HWAddressSanitizer.pico IndirectCallPromotion.pico InstrOrderFile.pico InstrProfiling.pico Instrumentation.pico MemorySanitizer.pico MemProfiler.pico PGOInstrumentation.pico PGOMemOPSizeOpt.pico PoisonChecking.pico SanitizerCoverage.pico ThreadSanitizer.pico ValueProfileCollector.pico AddressSanitizer.pico.tmp BoundsChecking.pico.tmp CGProfile.pico.tmp ControlHeightReduction.pico.tmp DataFlowSanitizer.pico.tmp GCOVProfiling.pico.tmp HWAddressSanitizer.pico.tmp IndirectCallPromotion.pico.tmp InstrOrderFile.pico.tmp InstrProfiling.pico.tmp Instrumentation.pico.tmp MemorySanitizer.pico.tmp MemProfiler.pico.tmp PGOInstrumentation.pico.tmp PGOMemOPSizeOpt.pico.tmp PoisonChecking.pico.tmp SanitizerCoverage.pico.tmp ThreadSanitizer.pico.tmp ValueProfileCollector.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF8 && rm -f libUTF8_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_pic.a AddressSanitizer.pico BoundsChecking.pico CGProfile.pico ControlHeightReduction.pico DataFlowSanitizer.pico GCOVProfiling.pico HWAddressSanitizer.pico IndirectCallPromotion.pico InstrOrderFile.pico InstrProfiling.pico Instrumentation.pico MemorySanitizer.pico MemProfiler.pico PGOInstrumentation.pico PGOMemOPSizeOpt.pico PoisonChecking.pico SanitizerCoverage.pico ThreadSanitizer.pico ValueProfileCollector.pico AddressSanitizer.pico.tmp BoundsChecking.pico.tmp CGProfile.pico.tmp ControlHeightReduction.pico.tmp DataFlowSanitizer.pico.tmp GCOVProfiling.pico.tmp HWAddressSanitizer.pico.tmp IndirectCallPromotion.pico.tmp InstrOrderFile.pico.tmp InstrProfiling.pico.tmp Instrumentation.pico.tmp MemorySanitizer.pico.tmp MemProfiler.pico.tmp PGOInstrumentation.pico.tmp PGOMemOPSizeOpt.pico.tmp PoisonChecking.pico.tmp SanitizerCoverage.pico.tmp ThreadSanitizer.pico.tmp ValueProfileCollector.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF8 && rm -f libUTF8_pic.a libUTF8.so.* libUTF8.so citrus_utf8.pico citrus_utf8.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f llib-lLLVMInstrumentation.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF8 && rm -f libUTF8_pic.a libUTF8.so.* libUTF8.so citrus_utf8.pico citrus_utf8.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f llib-lLLVMInstrumentation.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF8 && rm -f llib-lUTF8.ln citrus_utf8.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF8 && rm -f llib-lUTF8.ln citrus_utf8.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF8 && rm -f libUTF8.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f .depend AddressSanitizer.d BoundsChecking.d CGProfile.d ControlHeightReduction.d DataFlowSanitizer.d GCOVProfiling.d HWAddressSanitizer.d IndirectCallPromotion.d InstrOrderFile.d InstrProfiling.d Instrumentation.d MemProfiler.d MemorySanitizer.d PGOInstrumentation.d PGOMemOPSizeOpt.d PoisonChecking.d SanitizerCoverage.d ThreadSanitizer.d ValueProfileCollector.d AddressSanitizer.d.tmp BoundsChecking.d.tmp CGProfile.d.tmp ControlHeightReduction.d.tmp DataFlowSanitizer.d.tmp GCOVProfiling.d.tmp HWAddressSanitizer.d.tmp IndirectCallPromotion.d.tmp InstrOrderFile.d.tmp InstrProfiling.d.tmp Instrumentation.d.tmp MemProfiler.d.tmp MemorySanitizer.d.tmp PGOInstrumentation.d.tmp PGOMemOPSizeOpt.d.tmp PoisonChecking.d.tmp SanitizerCoverage.d.tmp ThreadSanitizer.d.tmp ValueProfileCollector.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF8 && rm -f libUTF8.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f .depend AddressSanitizer.d BoundsChecking.d CGProfile.d ControlHeightReduction.d DataFlowSanitizer.d GCOVProfiling.d HWAddressSanitizer.d IndirectCallPromotion.d InstrOrderFile.d InstrProfiling.d Instrumentation.d MemProfiler.d MemorySanitizer.d PGOInstrumentation.d PGOMemOPSizeOpt.d PoisonChecking.d SanitizerCoverage.d ThreadSanitizer.d ValueProfileCollector.d AddressSanitizer.d.tmp BoundsChecking.d.tmp CGProfile.d.tmp ControlHeightReduction.d.tmp DataFlowSanitizer.d.tmp GCOVProfiling.d.tmp HWAddressSanitizer.d.tmp IndirectCallPromotion.d.tmp InstrOrderFile.d.tmp InstrProfiling.d.tmp Instrumentation.d.tmp MemProfiler.d.tmp MemorySanitizer.d.tmp PGOInstrumentation.d.tmp PGOMemOPSizeOpt.d.tmp PoisonChecking.d.tmp SanitizerCoverage.d.tmp ThreadSanitizer.d.tmp ValueProfileCollector.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-libLLVMipo --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF8 && rm -f .depend citrus_utf8.d citrus_utf8.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMipo --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF8 && rm -f .depend citrus_utf8.d citrus_utf8.d.tmp tags || true) --- cleandir-UTF7 --- cleandir ===> lib/i18n_module/UTF7 --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo.a AlwaysInliner.o Annotation2Metadata.o ArgumentPromotion.o AttributorAttributes.o Attributor.o BarrierNoopPass.o BlockExtractor.o CalledValuePropagation.o ConstantMerge.o CrossDSOCFI.o DeadArgumentElimination.o ElimAvailExtern.o ExtractGV.o ForceFunctionAttrs.o FunctionAttrs.o FunctionImport.o GlobalDCE.o GlobalOpt.o GlobalSplit.o HotColdSplitting.o InferFunctionAttrs.o Inliner.o InlineSimple.o Internalize.o IPO.o IROutliner.o LoopExtractor.o LowerTypeTests.o MergeFunctions.o OpenMPOpt.o PartialInlining.o PassManagerBuilder.o PruneEH.o SampleContextTracker.o SampleProfile.o SampleProfileProbe.o SCCP.o StripDeadPrototypes.o StripSymbols.o SyntheticCountsPropagation.o ThinLTOBitcodeWriter.o WholeProgramDevirt.o AlwaysInliner.o.tmp Annotation2Metadata.o.tmp ArgumentPromotion.o.tmp AttributorAttributes.o.tmp Attributor.o.tmp BarrierNoopPass.o.tmp BlockExtractor.o.tmp CalledValuePropagation.o.tmp ConstantMerge.o.tmp CrossDSOCFI.o.tmp DeadArgumentElimination.o.tmp ElimAvailExtern.o.tmp ExtractGV.o.tmp ForceFunctionAttrs.o.tmp FunctionAttrs.o.tmp FunctionImport.o.tmp GlobalDCE.o.tmp GlobalOpt.o.tmp GlobalSplit.o.tmp HotColdSplitting.o.tmp InferFunctionAttrs.o.tmp Inliner.o.tmp InlineSimple.o.tmp Internalize.o.tmp IPO.o.tmp IROutliner.o.tmp LoopExtractor.o.tmp LowerTypeTests.o.tmp MergeFunctions.o.tmp OpenMPOpt.o.tmp PartialInlining.o.tmp PassManagerBuilder.o.tmp PruneEH.o.tmp SampleContextTracker.o.tmp SampleProfile.o.tmp SampleProfileProbe.o.tmp SCCP.o.tmp StripDeadPrototypes.o.tmp StripSymbols.o.tmp SyntheticCountsPropagation.o.tmp ThinLTOBitcodeWriter.o.tmp WholeProgramDevirt.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo.a AlwaysInliner.o Annotation2Metadata.o ArgumentPromotion.o AttributorAttributes.o Attributor.o BarrierNoopPass.o BlockExtractor.o CalledValuePropagation.o ConstantMerge.o CrossDSOCFI.o DeadArgumentElimination.o ElimAvailExtern.o ExtractGV.o ForceFunctionAttrs.o FunctionAttrs.o FunctionImport.o GlobalDCE.o GlobalOpt.o GlobalSplit.o HotColdSplitting.o InferFunctionAttrs.o Inliner.o InlineSimple.o Internalize.o IPO.o IROutliner.o LoopExtractor.o LowerTypeTests.o MergeFunctions.o OpenMPOpt.o PartialInlining.o PassManagerBuilder.o PruneEH.o SampleContextTracker.o SampleProfile.o SampleProfileProbe.o SCCP.o StripDeadPrototypes.o StripSymbols.o SyntheticCountsPropagation.o ThinLTOBitcodeWriter.o WholeProgramDevirt.o AlwaysInliner.o.tmp Annotation2Metadata.o.tmp ArgumentPromotion.o.tmp AttributorAttributes.o.tmp Attributor.o.tmp BarrierNoopPass.o.tmp BlockExtractor.o.tmp CalledValuePropagation.o.tmp ConstantMerge.o.tmp CrossDSOCFI.o.tmp DeadArgumentElimination.o.tmp ElimAvailExtern.o.tmp ExtractGV.o.tmp ForceFunctionAttrs.o.tmp FunctionAttrs.o.tmp FunctionImport.o.tmp GlobalDCE.o.tmp GlobalOpt.o.tmp GlobalSplit.o.tmp HotColdSplitting.o.tmp InferFunctionAttrs.o.tmp Inliner.o.tmp InlineSimple.o.tmp Internalize.o.tmp IPO.o.tmp IROutliner.o.tmp LoopExtractor.o.tmp LowerTypeTests.o.tmp MergeFunctions.o.tmp OpenMPOpt.o.tmp PartialInlining.o.tmp PassManagerBuilder.o.tmp PruneEH.o.tmp SampleContextTracker.o.tmp SampleProfile.o.tmp SampleProfileProbe.o.tmp SCCP.o.tmp StripDeadPrototypes.o.tmp StripSymbols.o.tmp SyntheticCountsPropagation.o.tmp ThinLTOBitcodeWriter.o.tmp WholeProgramDevirt.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF7 && rm -f libUTF7.a citrus_utf7.o citrus_utf7.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF7 && rm -f libUTF7.a citrus_utf7.o citrus_utf7.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_p.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF7 && rm -f libUTF7_p.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF7 && rm -f libUTF7_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF7 && rm -f libUTF7_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF7 && rm -f libUTF7_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_pic.a AlwaysInliner.pico Annotation2Metadata.pico ArgumentPromotion.pico AttributorAttributes.pico Attributor.pico BarrierNoopPass.pico BlockExtractor.pico CalledValuePropagation.pico ConstantMerge.pico CrossDSOCFI.pico DeadArgumentElimination.pico ElimAvailExtern.pico ExtractGV.pico ForceFunctionAttrs.pico FunctionAttrs.pico FunctionImport.pico GlobalDCE.pico GlobalOpt.pico GlobalSplit.pico HotColdSplitting.pico InferFunctionAttrs.pico Inliner.pico InlineSimple.pico Internalize.pico IPO.pico IROutliner.pico LoopExtractor.pico LowerTypeTests.pico MergeFunctions.pico OpenMPOpt.pico PartialInlining.pico PassManagerBuilder.pico PruneEH.pico SampleContextTracker.pico SampleProfile.pico SampleProfileProbe.pico SCCP.pico StripDeadPrototypes.pico StripSymbols.pico SyntheticCountsPropagation.pico ThinLTOBitcodeWriter.pico WholeProgramDevirt.pico AlwaysInliner.pico.tmp Annotation2Metadata.pico.tmp ArgumentPromotion.pico.tmp AttributorAttributes.pico.tmp Attributor.pico.tmp BarrierNoopPass.pico.tmp BlockExtractor.pico.tmp CalledValuePropagation.pico.tmp ConstantMerge.pico.tmp CrossDSOCFI.pico.tmp DeadArgumentElimination.pico.tmp ElimAvailExtern.pico.tmp ExtractGV.pico.tmp ForceFunctionAttrs.pico.tmp FunctionAttrs.pico.tmp FunctionImport.pico.tmp GlobalDCE.pico.tmp GlobalOpt.pico.tmp GlobalSplit.pico.tmp HotColdSplitting.pico.tmp InferFunctionAttrs.pico.tmp Inliner.pico.tmp InlineSimple.pico.tmp Internalize.pico.tmp IPO.pico.tmp IROutliner.pico.tmp LoopExtractor.pico.tmp LowerTypeTests.pico.tmp MergeFunctions.pico.tmp OpenMPOpt.pico.tmp PartialInlining.pico.tmp PassManagerBuilder.pico.tmp PruneEH.pico.tmp SampleContextTracker.pico.tmp SampleProfile.pico.tmp SampleProfileProbe.pico.tmp SCCP.pico.tmp StripDeadPrototypes.pico.tmp StripSymbols.pico.tmp SyntheticCountsPropagation.pico.tmp ThinLTOBitcodeWriter.pico.tmp WholeProgramDevirt.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_pic.a AlwaysInliner.pico Annotation2Metadata.pico ArgumentPromotion.pico AttributorAttributes.pico Attributor.pico BarrierNoopPass.pico BlockExtractor.pico CalledValuePropagation.pico ConstantMerge.pico CrossDSOCFI.pico DeadArgumentElimination.pico ElimAvailExtern.pico ExtractGV.pico ForceFunctionAttrs.pico FunctionAttrs.pico FunctionImport.pico GlobalDCE.pico GlobalOpt.pico GlobalSplit.pico HotColdSplitting.pico InferFunctionAttrs.pico Inliner.pico InlineSimple.pico Internalize.pico IPO.pico IROutliner.pico LoopExtractor.pico LowerTypeTests.pico MergeFunctions.pico OpenMPOpt.pico PartialInlining.pico PassManagerBuilder.pico PruneEH.pico SampleContextTracker.pico SampleProfile.pico SampleProfileProbe.pico SCCP.pico StripDeadPrototypes.pico StripSymbols.pico SyntheticCountsPropagation.pico ThinLTOBitcodeWriter.pico WholeProgramDevirt.pico AlwaysInliner.pico.tmp Annotation2Metadata.pico.tmp ArgumentPromotion.pico.tmp AttributorAttributes.pico.tmp Attributor.pico.tmp BarrierNoopPass.pico.tmp BlockExtractor.pico.tmp CalledValuePropagation.pico.tmp ConstantMerge.pico.tmp CrossDSOCFI.pico.tmp DeadArgumentElimination.pico.tmp ElimAvailExtern.pico.tmp ExtractGV.pico.tmp ForceFunctionAttrs.pico.tmp FunctionAttrs.pico.tmp FunctionImport.pico.tmp GlobalDCE.pico.tmp GlobalOpt.pico.tmp GlobalSplit.pico.tmp HotColdSplitting.pico.tmp InferFunctionAttrs.pico.tmp Inliner.pico.tmp InlineSimple.pico.tmp Internalize.pico.tmp IPO.pico.tmp IROutliner.pico.tmp LoopExtractor.pico.tmp LowerTypeTests.pico.tmp MergeFunctions.pico.tmp OpenMPOpt.pico.tmp PartialInlining.pico.tmp PassManagerBuilder.pico.tmp PruneEH.pico.tmp SampleContextTracker.pico.tmp SampleProfile.pico.tmp SampleProfileProbe.pico.tmp SCCP.pico.tmp StripDeadPrototypes.pico.tmp StripSymbols.pico.tmp SyntheticCountsPropagation.pico.tmp ThinLTOBitcodeWriter.pico.tmp WholeProgramDevirt.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF7 && rm -f libUTF7_pic.a libUTF7.so.* libUTF7.so citrus_utf7.pico citrus_utf7.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF7 && rm -f libUTF7_pic.a libUTF7.so.* libUTF7.so citrus_utf7.pico citrus_utf7.pico.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f llib-lLLVMipo.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f llib-lLLVMipo.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF7 && rm -f llib-lUTF7.ln citrus_utf7.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF7 && rm -f llib-lUTF7.ln citrus_utf7.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF7 && rm -f libUTF7.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF7 && rm -f libUTF7.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f .depend AlwaysInliner.d Annotation2Metadata.d ArgumentPromotion.d Attributor.d AttributorAttributes.d BarrierNoopPass.d BlockExtractor.d CalledValuePropagation.d ConstantMerge.d CrossDSOCFI.d DeadArgumentElimination.d ElimAvailExtern.d ExtractGV.d ForceFunctionAttrs.d FunctionAttrs.d FunctionImport.d GlobalDCE.d GlobalOpt.d GlobalSplit.d HotColdSplitting.d IPO.d IROutliner.d InferFunctionAttrs.d InlineSimple.d Inliner.d Internalize.d LoopExtractor.d LowerTypeTests.d MergeFunctions.d OpenMPOpt.d PartialInlining.d PassManagerBuilder.d PruneEH.d SCCP.d SampleContextTracker.d SampleProfile.d SampleProfileProbe.d StripDeadPrototypes.d StripSymbols.d SyntheticCountsPropagation.d ThinLTOBitcodeWriter.d WholeProgramDevirt.d AlwaysInliner.d.tmp Annotation2Metadata.d.tmp ArgumentPromotion.d.tmp Attributor.d.tmp AttributorAttributes.d.tmp BarrierNoopPass.d.tmp BlockExtractor.d.tmp CalledValuePropagation.d.tmp ConstantMerge.d.tmp CrossDSOCFI.d.tmp DeadArgumentElimination.d.tmp ElimAvailExtern.d.tmp ExtractGV.d.tmp ForceFunctionAttrs.d.tmp FunctionAttrs.d.tmp FunctionImport.d.tmp GlobalDCE.d.tmp GlobalOpt.d.tmp GlobalSplit.d.tmp HotColdSplitting.d.tmp IPO.d.tmp IROutliner.d.tmp InferFunctionAttrs.d.tmp InlineSimple.d.tmp Inliner.d.tmp Internalize.d.tmp LoopExtractor.d.tmp LowerTypeTests.d.tmp MergeFunctions.d.tmp OpenMPOpt.d.tmp PartialInlining.d.tmp PassManagerBuilder.d.tmp PruneEH.d.tmp SCCP.d.tmp SampleContextTracker.d.tmp SampleProfile.d.tmp SampleProfileProbe.d.tmp StripDeadPrototypes.d.tmp StripSymbols.d.tmp SyntheticCountsPropagation.d.tmp ThinLTOBitcodeWriter.d.tmp WholeProgramDevirt.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/UTF7 && rm -f .depend citrus_utf7.d citrus_utf7.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f .depend AlwaysInliner.d Annotation2Metadata.d ArgumentPromotion.d Attributor.d AttributorAttributes.d BarrierNoopPass.d BlockExtractor.d CalledValuePropagation.d ConstantMerge.d CrossDSOCFI.d DeadArgumentElimination.d ElimAvailExtern.d ExtractGV.d ForceFunctionAttrs.d FunctionAttrs.d FunctionImport.d GlobalDCE.d GlobalOpt.d GlobalSplit.d HotColdSplitting.d IPO.d IROutliner.d InferFunctionAttrs.d InlineSimple.d Inliner.d Internalize.d LoopExtractor.d LowerTypeTests.d MergeFunctions.d OpenMPOpt.d PartialInlining.d PassManagerBuilder.d PruneEH.d SCCP.d SampleContextTracker.d SampleProfile.d SampleProfileProbe.d StripDeadPrototypes.d StripSymbols.d SyntheticCountsPropagation.d ThinLTOBitcodeWriter.d WholeProgramDevirt.d AlwaysInliner.d.tmp Annotation2Metadata.d.tmp ArgumentPromotion.d.tmp Attributor.d.tmp AttributorAttributes.d.tmp BarrierNoopPass.d.tmp BlockExtractor.d.tmp CalledValuePropagation.d.tmp ConstantMerge.d.tmp CrossDSOCFI.d.tmp DeadArgumentElimination.d.tmp ElimAvailExtern.d.tmp ExtractGV.d.tmp ForceFunctionAttrs.d.tmp FunctionAttrs.d.tmp FunctionImport.d.tmp GlobalDCE.d.tmp GlobalOpt.d.tmp GlobalSplit.d.tmp HotColdSplitting.d.tmp IPO.d.tmp IROutliner.d.tmp InferFunctionAttrs.d.tmp InlineSimple.d.tmp Inliner.d.tmp Internalize.d.tmp LoopExtractor.d.tmp LowerTypeTests.d.tmp MergeFunctions.d.tmp OpenMPOpt.d.tmp PartialInlining.d.tmp PassManagerBuilder.d.tmp PruneEH.d.tmp SCCP.d.tmp SampleContextTracker.d.tmp SampleProfile.d.tmp SampleProfileProbe.d.tmp StripDeadPrototypes.d.tmp StripSymbols.d.tmp SyntheticCountsPropagation.d.tmp ThinLTOBitcodeWriter.d.tmp WholeProgramDevirt.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/UTF7 && rm -f .depend citrus_utf7.d citrus_utf7.d.tmp tags || true) --- cleandir-external --- --- cleandir-libLLVMIR --- --- cleandir-lib --- --- cleandir-VIQR --- --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMIR --- cleandir-lib --- cleandir ===> lib/i18n_module/VIQR --- libclean1 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/VIQR && rm -f libVIQR.a citrus_viqr.o citrus_viqr.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR.a AbstractCallSite.o AsmWriter.o Assumptions.o Attributes.o AutoUpgrade.o BasicBlock.o BuiltinGCs.o Comdat.o ConstantFold.o ConstantRange.o Constants.o Core.o DataLayout.o DebugInfo.o DebugInfoMetadata.o DebugLoc.o DiagnosticHandler.o DiagnosticInfo.o DiagnosticPrinter.o DIBuilder.o Dominators.o FPEnv.o Function.o GCStrategy.o Globals.o GVMaterializer.o InlineAsm.o Instruction.o Instructions.o IntrinsicInst.o IRBuilder.o IRPrintingPasses.o LegacyPassManager.o LLVMContext.o LLVMContextImpl.o LLVMRemarkStreamer.o Mangler.o MDBuilder.o Metadata.o Module.o ModuleSummaryIndex.o Operator.o OptBisect.o Pass.o PassInstrumentation.o PassManager.o PassRegistry.o PassTimingInfo.o PrintPasses.o ProfileSummary.o PseudoProbe.o ReplaceConstant.o SafepointIRVerifier.o Statepoint.o StructuralHash.o Type.o TypeFinder.o Use.o User.o Value.o ValueSymbolTable.o Verifier.o AbstractCallSite.o.tmp AsmWriter.o.tmp Assumptions.o.tmp Attributes.o.tmp AutoUpgrade.o.tmp BasicBlock.o.tmp BuiltinGCs.o.tmp Comdat.o.tmp ConstantFold.o.tmp ConstantRange.o.tmp Constants.o.tmp Core.o.tmp DataLayout.o.tmp DebugInfo.o.tmp DebugInfoMetadata.o.tmp DebugLoc.o.tmp DiagnosticHandler.o.tmp DiagnosticInfo.o.tmp DiagnosticPrinter.o.tmp DIBuilder.o.tmp Dominators.o.tmp FPEnv.o.tmp Function.o.tmp GCStrategy.o.tmp Globals.o.tmp GVMaterializer.o.tmp InlineAsm.o.tmp Instruction.o.tmp Instructions.o.tmp IntrinsicInst.o.tmp IRBuilder.o.tmp IRPrintingPasses.o.tmp LegacyPassManager.o.tmp LLVMContext.o.tmp LLVMContextImpl.o.tmp LLVMRemarkStreamer.o.tmp Mangler.o.tmp MDBuilder.o.tmp Metadata.o.tmp Module.o.tmp ModuleSummaryIndex.o.tmp Operator.o.tmp OptBisect.o.tmp Pass.o.tmp PassInstrumentation.o.tmp PassManager.o.tmp PassRegistry.o.tmp PassTimingInfo.o.tmp PrintPasses.o.tmp ProfileSummary.o.tmp PseudoProbe.o.tmp ReplaceConstant.o.tmp SafepointIRVerifier.o.tmp Statepoint.o.tmp StructuralHash.o.tmp Type.o.tmp TypeFinder.o.tmp Use.o.tmp User.o.tmp Value.o.tmp ValueSymbolTable.o.tmp Verifier.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/VIQR && rm -f libVIQR.a citrus_viqr.o citrus_viqr.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR.a AbstractCallSite.o AsmWriter.o Assumptions.o Attributes.o AutoUpgrade.o BasicBlock.o BuiltinGCs.o Comdat.o ConstantFold.o ConstantRange.o Constants.o Core.o DataLayout.o DebugInfo.o DebugInfoMetadata.o DebugLoc.o DiagnosticHandler.o DiagnosticInfo.o DiagnosticPrinter.o DIBuilder.o Dominators.o FPEnv.o Function.o GCStrategy.o Globals.o GVMaterializer.o InlineAsm.o Instruction.o Instructions.o IntrinsicInst.o IRBuilder.o IRPrintingPasses.o LegacyPassManager.o LLVMContext.o LLVMContextImpl.o LLVMRemarkStreamer.o Mangler.o MDBuilder.o Metadata.o Module.o ModuleSummaryIndex.o Operator.o OptBisect.o Pass.o PassInstrumentation.o PassManager.o PassRegistry.o PassTimingInfo.o PrintPasses.o ProfileSummary.o PseudoProbe.o ReplaceConstant.o SafepointIRVerifier.o Statepoint.o StructuralHash.o Type.o TypeFinder.o Use.o User.o Value.o ValueSymbolTable.o Verifier.o AbstractCallSite.o.tmp AsmWriter.o.tmp Assumptions.o.tmp Attributes.o.tmp AutoUpgrade.o.tmp BasicBlock.o.tmp BuiltinGCs.o.tmp Comdat.o.tmp ConstantFold.o.tmp ConstantRange.o.tmp Constants.o.tmp Core.o.tmp DataLayout.o.tmp DebugInfo.o.tmp DebugInfoMetadata.o.tmp DebugLoc.o.tmp DiagnosticHandler.o.tmp DiagnosticInfo.o.tmp DiagnosticPrinter.o.tmp DIBuilder.o.tmp Dominators.o.tmp FPEnv.o.tmp Function.o.tmp GCStrategy.o.tmp Globals.o.tmp GVMaterializer.o.tmp InlineAsm.o.tmp Instruction.o.tmp Instructions.o.tmp IntrinsicInst.o.tmp IRBuilder.o.tmp IRPrintingPasses.o.tmp LegacyPassManager.o.tmp LLVMContext.o.tmp LLVMContextImpl.o.tmp LLVMRemarkStreamer.o.tmp Mangler.o.tmp MDBuilder.o.tmp Metadata.o.tmp Module.o.tmp ModuleSummaryIndex.o.tmp Operator.o.tmp OptBisect.o.tmp Pass.o.tmp PassInstrumentation.o.tmp PassManager.o.tmp PassRegistry.o.tmp PassTimingInfo.o.tmp PrintPasses.o.tmp ProfileSummary.o.tmp PseudoProbe.o.tmp ReplaceConstant.o.tmp SafepointIRVerifier.o.tmp Statepoint.o.tmp StructuralHash.o.tmp Type.o.tmp TypeFinder.o.tmp Use.o.tmp User.o.tmp Value.o.tmp ValueSymbolTable.o.tmp Verifier.o.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/VIQR && rm -f libVIQR_p.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/VIQR && rm -f libVIQR_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_p.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/VIQR && rm -f libVIQR_g.a || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/VIQR && rm -f libVIQR_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_g.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/VIQR && rm -f libVIQR_pic.a libVIQR.so.* libVIQR.so citrus_viqr.pico citrus_viqr.pico.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_pic.a AbstractCallSite.pico AsmWriter.pico Assumptions.pico Attributes.pico AutoUpgrade.pico BasicBlock.pico BuiltinGCs.pico Comdat.pico ConstantFold.pico ConstantRange.pico Constants.pico Core.pico DataLayout.pico DebugInfo.pico DebugInfoMetadata.pico DebugLoc.pico DiagnosticHandler.pico DiagnosticInfo.pico DiagnosticPrinter.pico DIBuilder.pico Dominators.pico FPEnv.pico Function.pico GCStrategy.pico Globals.pico GVMaterializer.pico InlineAsm.pico Instruction.pico Instructions.pico IntrinsicInst.pico IRBuilder.pico IRPrintingPasses.pico LegacyPassManager.pico LLVMContext.pico LLVMContextImpl.pico LLVMRemarkStreamer.pico Mangler.pico MDBuilder.pico Metadata.pico Module.pico ModuleSummaryIndex.pico Operator.pico OptBisect.pico Pass.pico PassInstrumentation.pico PassManager.pico PassRegistry.pico PassTimingInfo.pico PrintPasses.pico ProfileSummary.pico PseudoProbe.pico ReplaceConstant.pico SafepointIRVerifier.pico Statepoint.pico StructuralHash.pico Type.pico TypeFinder.pico Use.pico User.pico Value.pico ValueSymbolTable.pico Verifier.pico AbstractCallSite.pico.tmp AsmWriter.pico.tmp Assumptions.pico.tmp Attributes.pico.tmp AutoUpgrade.pico.tmp BasicBlock.pico.tmp BuiltinGCs.pico.tmp Comdat.pico.tmp ConstantFold.pico.tmp ConstantRange.pico.tmp Constants.pico.tmp Core.pico.tmp DataLayout.pico.tmp DebugInfo.pico.tmp DebugInfoMetadata.pico.tmp DebugLoc.pico.tmp DiagnosticHandler.pico.tmp DiagnosticInfo.pico.tmp DiagnosticPrinter.pico.tmp DIBuilder.pico.tmp Dominators.pico.tmp FPEnv.pico.tmp Function.pico.tmp GCStrategy.pico.tmp Globals.pico.tmp GVMaterializer.pico.tmp InlineAsm.pico.tmp Instruction.pico.tmp Instructions.pico.tmp IntrinsicInst.pico.tmp IRBuilder.pico.tmp IRPrintingPasses.pico.tmp LegacyPassManager.pico.tmp LLVMContext.pico.tmp LLVMContextImpl.pico.tmp LLVMRemarkStreamer.pico.tmp Mangler.pico.tmp MDBuilder.pico.tmp Metadata.pico.tmp Module.pico.tmp ModuleSummaryIndex.pico.tmp Operator.pico.tmp OptBisect.pico.tmp Pass.pico.tmp PassInstrumentation.pico.tmp PassManager.pico.tmp PassRegistry.pico.tmp PassTimingInfo.pico.tmp PrintPasses.pico.tmp ProfileSummary.pico.tmp PseudoProbe.pico.tmp ReplaceConstant.pico.tmp SafepointIRVerifier.pico.tmp Statepoint.pico.tmp StructuralHash.pico.tmp Type.pico.tmp TypeFinder.pico.tmp Use.pico.tmp User.pico.tmp Value.pico.tmp ValueSymbolTable.pico.tmp Verifier.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/VIQR && rm -f libVIQR_pic.a libVIQR.so.* libVIQR.so citrus_viqr.pico citrus_viqr.pico.tmp || true) --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_pic.a AbstractCallSite.pico AsmWriter.pico Assumptions.pico Attributes.pico AutoUpgrade.pico BasicBlock.pico BuiltinGCs.pico Comdat.pico ConstantFold.pico ConstantRange.pico Constants.pico Core.pico DataLayout.pico DebugInfo.pico DebugInfoMetadata.pico DebugLoc.pico DiagnosticHandler.pico DiagnosticInfo.pico DiagnosticPrinter.pico DIBuilder.pico Dominators.pico FPEnv.pico Function.pico GCStrategy.pico Globals.pico GVMaterializer.pico InlineAsm.pico Instruction.pico Instructions.pico IntrinsicInst.pico IRBuilder.pico IRPrintingPasses.pico LegacyPassManager.pico LLVMContext.pico LLVMContextImpl.pico LLVMRemarkStreamer.pico Mangler.pico MDBuilder.pico Metadata.pico Module.pico ModuleSummaryIndex.pico Operator.pico OptBisect.pico Pass.pico PassInstrumentation.pico PassManager.pico PassRegistry.pico PassTimingInfo.pico PrintPasses.pico ProfileSummary.pico PseudoProbe.pico ReplaceConstant.pico SafepointIRVerifier.pico Statepoint.pico StructuralHash.pico Type.pico TypeFinder.pico Use.pico User.pico Value.pico ValueSymbolTable.pico Verifier.pico AbstractCallSite.pico.tmp AsmWriter.pico.tmp Assumptions.pico.tmp Attributes.pico.tmp AutoUpgrade.pico.tmp BasicBlock.pico.tmp BuiltinGCs.pico.tmp Comdat.pico.tmp ConstantFold.pico.tmp ConstantRange.pico.tmp Constants.pico.tmp Core.pico.tmp DataLayout.pico.tmp DebugInfo.pico.tmp DebugInfoMetadata.pico.tmp DebugLoc.pico.tmp DiagnosticHandler.pico.tmp DiagnosticInfo.pico.tmp DiagnosticPrinter.pico.tmp DIBuilder.pico.tmp Dominators.pico.tmp FPEnv.pico.tmp Function.pico.tmp GCStrategy.pico.tmp Globals.pico.tmp GVMaterializer.pico.tmp InlineAsm.pico.tmp Instruction.pico.tmp Instructions.pico.tmp IntrinsicInst.pico.tmp IRBuilder.pico.tmp IRPrintingPasses.pico.tmp LegacyPassManager.pico.tmp LLVMContext.pico.tmp LLVMContextImpl.pico.tmp LLVMRemarkStreamer.pico.tmp Mangler.pico.tmp MDBuilder.pico.tmp Metadata.pico.tmp Module.pico.tmp ModuleSummaryIndex.pico.tmp Operator.pico.tmp OptBisect.pico.tmp Pass.pico.tmp PassInstrumentation.pico.tmp PassManager.pico.tmp PassRegistry.pico.tmp PassTimingInfo.pico.tmp PrintPasses.pico.tmp ProfileSummary.pico.tmp PseudoProbe.pico.tmp ReplaceConstant.pico.tmp SafepointIRVerifier.pico.tmp Statepoint.pico.tmp StructuralHash.pico.tmp Type.pico.tmp TypeFinder.pico.tmp Use.pico.tmp User.pico.tmp Value.pico.tmp ValueSymbolTable.pico.tmp Verifier.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/VIQR && rm -f llib-lVIQR.ln citrus_viqr.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/VIQR && rm -f llib-lVIQR.ln citrus_viqr.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f llib-lLLVMIR.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f llib-lLLVMIR.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/VIQR && rm -f libVIQR.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/VIQR && rm -f libVIQR.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/VIQR && rm -f .depend citrus_viqr.d citrus_viqr.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/VIQR && rm -f .depend citrus_viqr.d citrus_viqr.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f .depend AbstractCallSite.d AsmWriter.d Assumptions.d Attributes.d AutoUpgrade.d BasicBlock.d BuiltinGCs.d Comdat.d ConstantFold.d ConstantRange.d Constants.d Core.d DIBuilder.d DataLayout.d DebugInfo.d DebugInfoMetadata.d DebugLoc.d DiagnosticHandler.d DiagnosticInfo.d DiagnosticPrinter.d Dominators.d FPEnv.d Function.d GCStrategy.d GVMaterializer.d Globals.d IRBuilder.d IRPrintingPasses.d InlineAsm.d Instruction.d Instructions.d IntrinsicInst.d LLVMContext.d LLVMContextImpl.d LLVMRemarkStreamer.d LegacyPassManager.d MDBuilder.d Mangler.d Metadata.d Module.d ModuleSummaryIndex.d Operator.d OptBisect.d Pass.d PassInstrumentation.d PassManager.d PassRegistry.d PassTimingInfo.d PrintPasses.d ProfileSummary.d PseudoProbe.d ReplaceConstant.d SafepointIRVerifier.d Statepoint.d StructuralHash.d Type.d TypeFinder.d Use.d User.d Value.d ValueSymbolTable.d Verifier.d AbstractCallSite.d.tmp AsmWriter.d.tmp Assumptions.d.tmp Attributes.d.tmp AutoUpgrade.d.tmp BasicBlock.d.tmp BuiltinGCs.d.tmp Comdat.d.tmp ConstantFold.d.tmp ConstantRange.d.tmp Constants.d.tmp Core.d.tmp DIBuilder.d.tmp DataLayout.d.tmp DebugInfo.d.tmp DebugInfoMetadata.d.tmp DebugLoc.d.tmp DiagnosticHandler.d.tmp DiagnosticInfo.d.tmp DiagnosticPrinter.d.tmp Dominators.d.tmp FPEnv.d.tmp Function.d.tmp GCStrategy.d.tmp GVMaterializer.d.tmp Globals.d.tmp IRBuilder.d.tmp IRPrintingPasses.d.tmp InlineAsm.d.tmp Instruction.d.tmp Instructions.d.tmp IntrinsicInst.d.tmp LLVMContext.d.tmp LLVMContextImpl.d.tmp LLVMRemarkStreamer.d.tmp LegacyPassManager.d.tmp MDBuilder.d.tmp Mangler.d.tmp Metadata.d.tmp Module.d.tmp ModuleSummaryIndex.d.tmp Operator.d.tmp OptBisect.d.tmp Pass.d.tmp PassInstrumentation.d.tmp PassManager.d.tmp PassRegistry.d.tmp PassTimingInfo.d.tmp PrintPasses.d.tmp ProfileSummary.d.tmp PseudoProbe.d.tmp ReplaceConstant.d.tmp SafepointIRVerifier.d.tmp Statepoint.d.tmp StructuralHash.d.tmp Type.d.tmp TypeFinder.d.tmp Use.d.tmp User.d.tmp Value.d.tmp ValueSymbolTable.d.tmp Verifier.d.tmp tags || true) --- cleandir-lib --- --- cleandir-ZW --- cleandir ===> lib/i18n_module/ZW --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f .depend AbstractCallSite.d AsmWriter.d Assumptions.d Attributes.d AutoUpgrade.d BasicBlock.d BuiltinGCs.d Comdat.d ConstantFold.d ConstantRange.d Constants.d Core.d DIBuilder.d DataLayout.d DebugInfo.d DebugInfoMetadata.d DebugLoc.d DiagnosticHandler.d DiagnosticInfo.d DiagnosticPrinter.d Dominators.d FPEnv.d Function.d GCStrategy.d GVMaterializer.d Globals.d IRBuilder.d IRPrintingPasses.d InlineAsm.d Instruction.d Instructions.d IntrinsicInst.d LLVMContext.d LLVMContextImpl.d LLVMRemarkStreamer.d LegacyPassManager.d MDBuilder.d Mangler.d Metadata.d Module.d ModuleSummaryIndex.d Operator.d OptBisect.d Pass.d PassInstrumentation.d PassManager.d PassRegistry.d PassTimingInfo.d PrintPasses.d ProfileSummary.d PseudoProbe.d ReplaceConstant.d SafepointIRVerifier.d Statepoint.d StructuralHash.d Type.d TypeFinder.d Use.d User.d Value.d ValueSymbolTable.d Verifier.d AbstractCallSite.d.tmp AsmWriter.d.tmp Assumptions.d.tmp Attributes.d.tmp AutoUpgrade.d.tmp BasicBlock.d.tmp BuiltinGCs.d.tmp Comdat.d.tmp ConstantFold.d.tmp ConstantRange.d.tmp Constants.d.tmp Core.d.tmp DIBuilder.d.tmp DataLayout.d.tmp DebugInfo.d.tmp DebugInfoMetadata.d.tmp DebugLoc.d.tmp DiagnosticHandler.d.tmp DiagnosticInfo.d.tmp DiagnosticPrinter.d.tmp Dominators.d.tmp FPEnv.d.tmp Function.d.tmp GCStrategy.d.tmp GVMaterializer.d.tmp Globals.d.tmp IRBuilder.d.tmp IRPrintingPasses.d.tmp InlineAsm.d.tmp Instruction.d.tmp Instructions.d.tmp IntrinsicInst.d.tmp LLVMContext.d.tmp LLVMContextImpl.d.tmp LLVMRemarkStreamer.d.tmp LegacyPassManager.d.tmp MDBuilder.d.tmp Mangler.d.tmp Metadata.d.tmp Module.d.tmp ModuleSummaryIndex.d.tmp Operator.d.tmp OptBisect.d.tmp Pass.d.tmp PassInstrumentation.d.tmp PassManager.d.tmp PassRegistry.d.tmp PassTimingInfo.d.tmp PrintPasses.d.tmp ProfileSummary.d.tmp PseudoProbe.d.tmp ReplaceConstant.d.tmp SafepointIRVerifier.d.tmp Statepoint.d.tmp StructuralHash.d.tmp Type.d.tmp TypeFinder.d.tmp Use.d.tmp User.d.tmp Value.d.tmp ValueSymbolTable.d.tmp Verifier.d.tmp tags || true) --- cleandir-libLLVMIRReader --- cleandir ===> external/apache2/llvm/librt/libLLVMIRReader --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ZW && rm -f libZW.a citrus_zw.o citrus_zw.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ZW && rm -f libZW.a citrus_zw.o citrus_zw.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader.a IRReader.o IRReader.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ZW && rm -f libZW_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader.a IRReader.o IRReader.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ZW && rm -f libZW_p.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ZW && rm -f libZW_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ZW && rm -f libZW_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_p.a || true) --- libclean3 --- --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ZW && rm -f libZW_pic.a libZW.so.* libZW.so citrus_zw.pico citrus_zw.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ZW && rm -f libZW_pic.a libZW.so.* libZW.so citrus_zw.pico citrus_zw.pico.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ZW && rm -f llib-lZW.ln citrus_zw.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_pic.a IRReader.pico IRReader.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ZW && rm -f llib-lZW.ln citrus_zw.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_pic.a IRReader.pico IRReader.pico.tmp || true) --- libclean5 --- --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ZW && rm -f libZW.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f llib-lLLVMIRReader.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ZW && rm -f libZW.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f llib-lLLVMIRReader.ln || true) --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/ZW && rm -f .depend citrus_zw.d citrus_zw.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/ZW && rm -f .depend citrus_zw.d citrus_zw.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-iconv_none --- --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f .depend IRReader.d IRReader.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/iconv_none --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f .depend IRReader.d IRReader.d.tmp tags || true) --- cleandir-libLLVMLinker --- cleandir ===> external/apache2/llvm/librt/libLLVMLinker --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_none && rm -f libiconv_none.a citrus_iconv_none.o citrus_iconv_none.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_none && rm -f libiconv_none.a citrus_iconv_none.o citrus_iconv_none.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_none && rm -f libiconv_none_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker.a IRMover.o LinkModules.o IRMover.o.tmp LinkModules.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_none && rm -f libiconv_none_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker.a IRMover.o LinkModules.o IRMover.o.tmp LinkModules.o.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_none && rm -f libiconv_none_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_none && rm -f libiconv_none_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_p.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_none && rm -f libiconv_none_pic.a libiconv_none.so.* libiconv_none.so citrus_iconv_none.pico citrus_iconv_none.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_none && rm -f libiconv_none_pic.a libiconv_none.so.* libiconv_none.so citrus_iconv_none.pico citrus_iconv_none.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_none && rm -f llib-liconv_none.ln citrus_iconv_none.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_pic.a IRMover.pico LinkModules.pico IRMover.pico.tmp LinkModules.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_none && rm -f llib-liconv_none.ln citrus_iconv_none.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_pic.a IRMover.pico LinkModules.pico IRMover.pico.tmp LinkModules.pico.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_none && rm -f libiconv_none.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f llib-lLLVMLinker.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_none && rm -f libiconv_none.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f llib-lLLVMLinker.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_none && rm -f .depend citrus_iconv_none.d citrus_iconv_none.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_none && rm -f .depend citrus_iconv_none.d citrus_iconv_none.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-iconv_std --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/i18n_module/iconv_std --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f .depend IRMover.d LinkModules.d IRMover.d.tmp LinkModules.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f .depend IRMover.d LinkModules.d IRMover.d.tmp LinkModules.d.tmp tags || true) --- cleandir-libLLVMMC --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMMC --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_std && rm -f libiconv_std.a citrus_iconv_std.o citrus_iconv_std.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_std && rm -f libiconv_std.a citrus_iconv_std.o citrus_iconv_std.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_std && rm -f libiconv_std_p.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_std && rm -f libiconv_std_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC.a ConstantPools.o ELFObjectWriter.o MachObjectWriter.o MCAsmBackend.o MCAsmInfoCOFF.o MCAsmInfo.o MCAsmInfoDarwin.o MCAsmInfoELF.o MCAsmInfoWasm.o MCAsmInfoXCOFF.o MCAsmMacro.o MCAsmStreamer.o MCAssembler.o MCCodeEmitter.o MCCodeView.o MCContext.o MCDwarf.o MCELFObjectTargetWriter.o MCELFStreamer.o MCExpr.o MCFragment.o MCInst.o MCInstPrinter.o MCInstrAnalysis.o MCInstrDesc.o MCInstrInfo.o MCLabel.o MCLinkerOptimizationHint.o MCMachObjectTargetWriter.o MCMachOStreamer.o MCNullStreamer.o MCObjectFileInfo.o MCObjectStreamer.o MCObjectWriter.o MCPseudoProbe.o MCRegisterInfo.o MCSchedule.o MCSectionCOFF.o MCSection.o MCSectionELF.o MCSectionMachO.o MCSectionWasm.o MCSectionXCOFF.o MCStreamer.o MCSubtargetInfo.o MCSymbol.o MCSymbolELF.o MCSymbolXCOFF.o MCTargetOptionsCommandFlags.o MCTargetOptions.o MCValue.o MCWasmObjectTargetWriter.o MCWasmStreamer.o MCWin64EH.o MCWinCOFFStreamer.o MCWinEH.o MCXCOFFObjectTargetWriter.o MCXCOFFStreamer.o StringTableBuilder.o SubtargetFeature.o WasmObjectWriter.o WinCOFFObjectWriter.o XCOFFObjectWriter.o ConstantPools.o.tmp ELFObjectWriter.o.tmp MachObjectWriter.o.tmp MCAsmBackend.o.tmp MCAsmInfoCOFF.o.tmp MCAsmInfo.o.tmp MCAsmInfoDarwin.o.tmp MCAsmInfoELF.o.tmp MCAsmInfoWasm.o.tmp MCAsmInfoXCOFF.o.tmp MCAsmMacro.o.tmp MCAsmStreamer.o.tmp MCAssembler.o.tmp MCCodeEmitter.o.tmp MCCodeView.o.tmp MCContext.o.tmp MCDwarf.o.tmp MCELFObjectTargetWriter.o.tmp MCELFStreamer.o.tmp MCExpr.o.tmp MCFragment.o.tmp MCInst.o.tmp MCInstPrinter.o.tmp MCInstrAnalysis.o.tmp MCInstrDesc.o.tmp MCInstrInfo.o.tmp MCLabel.o.tmp MCLinkerOptimizationHint.o.tmp MCMachObjectTargetWriter.o.tmp MCMachOStreamer.o.tmp MCNullStreamer.o.tmp MCObjectFileInfo.o.tmp MCObjectStreamer.o.tmp MCObjectWriter.o.tmp MCPseudoProbe.o.tmp MCRegisterInfo.o.tmp MCSchedule.o.tmp MCSectionCOFF.o.tmp MCSection.o.tmp MCSectionELF.o.tmp MCSectionMachO.o.tmp MCSectionWasm.o.tmp MCSectionXCOFF.o.tmp MCStreamer.o.tmp MCSubtargetInfo.o.tmp MCSymbol.o.tmp MCSymbolELF.o.tmp MCSymbolXCOFF.o.tmp MCTargetOptionsCommandFlags.o.tmp MCTargetOptions.o.tmp MCValue.o.tmp MCWasmObjectTargetWriter.o.tmp MCWasmStreamer.o.tmp MCWin64EH.o.tmp MCWinCOFFStreamer.o.tmp MCWinEH.o.tmp MCXCOFFObjectTargetWriter.o.tmp MCXCOFFStreamer.o.tmp StringTableBuilder.o.tmp SubtargetFeature.o.tmp WasmObjectWriter.o.tmp WinCOFFObjectWriter.o.tmp XCOFFObjectWriter.o.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_std && rm -f libiconv_std_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC.a ConstantPools.o ELFObjectWriter.o MachObjectWriter.o MCAsmBackend.o MCAsmInfoCOFF.o MCAsmInfo.o MCAsmInfoDarwin.o MCAsmInfoELF.o MCAsmInfoWasm.o MCAsmInfoXCOFF.o MCAsmMacro.o MCAsmStreamer.o MCAssembler.o MCCodeEmitter.o MCCodeView.o MCContext.o MCDwarf.o MCELFObjectTargetWriter.o MCELFStreamer.o MCExpr.o MCFragment.o MCInst.o MCInstPrinter.o MCInstrAnalysis.o MCInstrDesc.o MCInstrInfo.o MCLabel.o MCLinkerOptimizationHint.o MCMachObjectTargetWriter.o MCMachOStreamer.o MCNullStreamer.o MCObjectFileInfo.o MCObjectStreamer.o MCObjectWriter.o MCPseudoProbe.o MCRegisterInfo.o MCSchedule.o MCSectionCOFF.o MCSection.o MCSectionELF.o MCSectionMachO.o MCSectionWasm.o MCSectionXCOFF.o MCStreamer.o MCSubtargetInfo.o MCSymbol.o MCSymbolELF.o MCSymbolXCOFF.o MCTargetOptionsCommandFlags.o MCTargetOptions.o MCValue.o MCWasmObjectTargetWriter.o MCWasmStreamer.o MCWin64EH.o MCWinCOFFStreamer.o MCWinEH.o MCXCOFFObjectTargetWriter.o MCXCOFFStreamer.o StringTableBuilder.o SubtargetFeature.o WasmObjectWriter.o WinCOFFObjectWriter.o XCOFFObjectWriter.o ConstantPools.o.tmp ELFObjectWriter.o.tmp MachObjectWriter.o.tmp MCAsmBackend.o.tmp MCAsmInfoCOFF.o.tmp MCAsmInfo.o.tmp MCAsmInfoDarwin.o.tmp MCAsmInfoELF.o.tmp MCAsmInfoWasm.o.tmp MCAsmInfoXCOFF.o.tmp MCAsmMacro.o.tmp MCAsmStreamer.o.tmp MCAssembler.o.tmp MCCodeEmitter.o.tmp MCCodeView.o.tmp MCContext.o.tmp MCDwarf.o.tmp MCELFObjectTargetWriter.o.tmp MCELFStreamer.o.tmp MCExpr.o.tmp MCFragment.o.tmp MCInst.o.tmp MCInstPrinter.o.tmp MCInstrAnalysis.o.tmp MCInstrDesc.o.tmp MCInstrInfo.o.tmp MCLabel.o.tmp MCLinkerOptimizationHint.o.tmp MCMachObjectTargetWriter.o.tmp MCMachOStreamer.o.tmp MCNullStreamer.o.tmp MCObjectFileInfo.o.tmp MCObjectStreamer.o.tmp MCObjectWriter.o.tmp MCPseudoProbe.o.tmp MCRegisterInfo.o.tmp MCSchedule.o.tmp MCSectionCOFF.o.tmp MCSection.o.tmp MCSectionELF.o.tmp MCSectionMachO.o.tmp MCSectionWasm.o.tmp MCSectionXCOFF.o.tmp MCStreamer.o.tmp MCSubtargetInfo.o.tmp MCSymbol.o.tmp MCSymbolELF.o.tmp MCSymbolXCOFF.o.tmp MCTargetOptionsCommandFlags.o.tmp MCTargetOptions.o.tmp MCValue.o.tmp MCWasmObjectTargetWriter.o.tmp MCWasmStreamer.o.tmp MCWin64EH.o.tmp MCWinCOFFStreamer.o.tmp MCWinEH.o.tmp MCXCOFFObjectTargetWriter.o.tmp MCXCOFFStreamer.o.tmp StringTableBuilder.o.tmp SubtargetFeature.o.tmp WasmObjectWriter.o.tmp WinCOFFObjectWriter.o.tmp XCOFFObjectWriter.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_std && rm -f libiconv_std_g.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_p.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_std && rm -f libiconv_std_pic.a libiconv_std.so.* libiconv_std.so citrus_iconv_std.pico citrus_iconv_std.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_std && rm -f libiconv_std_pic.a libiconv_std.so.* libiconv_std.so citrus_iconv_std.pico citrus_iconv_std.pico.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_g.a || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_std && rm -f llib-liconv_std.ln citrus_iconv_std.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_std && rm -f llib-liconv_std.ln citrus_iconv_std.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_pic.a ConstantPools.pico ELFObjectWriter.pico MachObjectWriter.pico MCAsmBackend.pico MCAsmInfoCOFF.pico MCAsmInfo.pico MCAsmInfoDarwin.pico MCAsmInfoELF.pico MCAsmInfoWasm.pico MCAsmInfoXCOFF.pico MCAsmMacro.pico MCAsmStreamer.pico MCAssembler.pico MCCodeEmitter.pico MCCodeView.pico MCContext.pico MCDwarf.pico MCELFObjectTargetWriter.pico MCELFStreamer.pico MCExpr.pico MCFragment.pico MCInst.pico MCInstPrinter.pico MCInstrAnalysis.pico MCInstrDesc.pico MCInstrInfo.pico MCLabel.pico MCLinkerOptimizationHint.pico MCMachObjectTargetWriter.pico MCMachOStreamer.pico MCNullStreamer.pico MCObjectFileInfo.pico MCObjectStreamer.pico MCObjectWriter.pico MCPseudoProbe.pico MCRegisterInfo.pico MCSchedule.pico MCSectionCOFF.pico MCSection.pico MCSectionELF.pico MCSectionMachO.pico MCSectionWasm.pico MCSectionXCOFF.pico MCStreamer.pico MCSubtargetInfo.pico MCSymbol.pico MCSymbolELF.pico MCSymbolXCOFF.pico MCTargetOptionsCommandFlags.pico MCTargetOptions.pico MCValue.pico MCWasmObjectTargetWriter.pico MCWasmStreamer.pico MCWin64EH.pico MCWinCOFFStreamer.pico MCWinEH.pico MCXCOFFObjectTargetWriter.pico MCXCOFFStreamer.pico StringTableBuilder.pico SubtargetFeature.pico WasmObjectWriter.pico WinCOFFObjectWriter.pico XCOFFObjectWriter.pico ConstantPools.pico.tmp ELFObjectWriter.pico.tmp MachObjectWriter.pico.tmp MCAsmBackend.pico.tmp MCAsmInfoCOFF.pico.tmp MCAsmInfo.pico.tmp MCAsmInfoDarwin.pico.tmp MCAsmInfoELF.pico.tmp MCAsmInfoWasm.pico.tmp MCAsmInfoXCOFF.pico.tmp MCAsmMacro.pico.tmp MCAsmStreamer.pico.tmp MCAssembler.pico.tmp MCCodeEmitter.pico.tmp MCCodeView.pico.tmp MCContext.pico.tmp MCDwarf.pico.tmp MCELFObjectTargetWriter.pico.tmp MCELFStreamer.pico.tmp MCExpr.pico.tmp MCFragment.pico.tmp MCInst.pico.tmp MCInstPrinter.pico.tmp MCInstrAnalysis.pico.tmp MCInstrDesc.pico.tmp MCInstrInfo.pico.tmp MCLabel.pico.tmp MCLinkerOptimizationHint.pico.tmp MCMachObjectTargetWriter.pico.tmp MCMachOStreamer.pico.tmp MCNullStreamer.pico.tmp MCObjectFileInfo.pico.tmp MCObjectStreamer.pico.tmp MCObjectWriter.pico.tmp MCPseudoProbe.pico.tmp MCRegisterInfo.pico.tmp MCSchedule.pico.tmp MCSectionCOFF.pico.tmp MCSection.pico.tmp MCSectionELF.pico.tmp MCSectionMachO.pico.tmp MCSectionWasm.pico.tmp MCSectionXCOFF.pico.tmp MCStreamer.pico.tmp MCSubtargetInfo.pico.tmp MCSymbol.pico.tmp MCSymbolELF.pico.tmp MCSymbolXCOFF.pico.tmp MCTargetOptionsCommandFlags.pico.tmp MCTargetOptions.pico.tmp MCValue.pico.tmp MCWasmObjectTargetWriter.pico.tmp MCWasmStreamer.pico.tmp MCWin64EH.pico.tmp MCWinCOFFStreamer.pico.tmp MCWinEH.pico.tmp MCXCOFFObjectTargetWriter.pico.tmp MCXCOFFStreamer.pico.tmp StringTableBuilder.pico.tmp SubtargetFeature.pico.tmp WasmObjectWriter.pico.tmp WinCOFFObjectWriter.pico.tmp XCOFFObjectWriter.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_std && rm -f libiconv_std.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_pic.a ConstantPools.pico ELFObjectWriter.pico MachObjectWriter.pico MCAsmBackend.pico MCAsmInfoCOFF.pico MCAsmInfo.pico MCAsmInfoDarwin.pico MCAsmInfoELF.pico MCAsmInfoWasm.pico MCAsmInfoXCOFF.pico MCAsmMacro.pico MCAsmStreamer.pico MCAssembler.pico MCCodeEmitter.pico MCCodeView.pico MCContext.pico MCDwarf.pico MCELFObjectTargetWriter.pico MCELFStreamer.pico MCExpr.pico MCFragment.pico MCInst.pico MCInstPrinter.pico MCInstrAnalysis.pico MCInstrDesc.pico MCInstrInfo.pico MCLabel.pico MCLinkerOptimizationHint.pico MCMachObjectTargetWriter.pico MCMachOStreamer.pico MCNullStreamer.pico MCObjectFileInfo.pico MCObjectStreamer.pico MCObjectWriter.pico MCPseudoProbe.pico MCRegisterInfo.pico MCSchedule.pico MCSectionCOFF.pico MCSection.pico MCSectionELF.pico MCSectionMachO.pico MCSectionWasm.pico MCSectionXCOFF.pico MCStreamer.pico MCSubtargetInfo.pico MCSymbol.pico MCSymbolELF.pico MCSymbolXCOFF.pico MCTargetOptionsCommandFlags.pico MCTargetOptions.pico MCValue.pico MCWasmObjectTargetWriter.pico MCWasmStreamer.pico MCWin64EH.pico MCWinCOFFStreamer.pico MCWinEH.pico MCXCOFFObjectTargetWriter.pico MCXCOFFStreamer.pico StringTableBuilder.pico SubtargetFeature.pico WasmObjectWriter.pico WinCOFFObjectWriter.pico XCOFFObjectWriter.pico ConstantPools.pico.tmp ELFObjectWriter.pico.tmp MachObjectWriter.pico.tmp MCAsmBackend.pico.tmp MCAsmInfoCOFF.pico.tmp MCAsmInfo.pico.tmp MCAsmInfoDarwin.pico.tmp MCAsmInfoELF.pico.tmp MCAsmInfoWasm.pico.tmp MCAsmInfoXCOFF.pico.tmp MCAsmMacro.pico.tmp MCAsmStreamer.pico.tmp MCAssembler.pico.tmp MCCodeEmitter.pico.tmp MCCodeView.pico.tmp MCContext.pico.tmp MCDwarf.pico.tmp MCELFObjectTargetWriter.pico.tmp MCELFStreamer.pico.tmp MCExpr.pico.tmp MCFragment.pico.tmp MCInst.pico.tmp MCInstPrinter.pico.tmp MCInstrAnalysis.pico.tmp MCInstrDesc.pico.tmp MCInstrInfo.pico.tmp MCLabel.pico.tmp MCLinkerOptimizationHint.pico.tmp MCMachObjectTargetWriter.pico.tmp MCMachOStreamer.pico.tmp MCNullStreamer.pico.tmp MCObjectFileInfo.pico.tmp MCObjectStreamer.pico.tmp MCObjectWriter.pico.tmp MCPseudoProbe.pico.tmp MCRegisterInfo.pico.tmp MCSchedule.pico.tmp MCSectionCOFF.pico.tmp MCSection.pico.tmp MCSectionELF.pico.tmp MCSectionMachO.pico.tmp MCSectionWasm.pico.tmp MCSectionXCOFF.pico.tmp MCStreamer.pico.tmp MCSubtargetInfo.pico.tmp MCSymbol.pico.tmp MCSymbolELF.pico.tmp MCSymbolXCOFF.pico.tmp MCTargetOptionsCommandFlags.pico.tmp MCTargetOptions.pico.tmp MCValue.pico.tmp MCWasmObjectTargetWriter.pico.tmp MCWasmStreamer.pico.tmp MCWin64EH.pico.tmp MCWinCOFFStreamer.pico.tmp MCWinEH.pico.tmp MCXCOFFObjectTargetWriter.pico.tmp MCXCOFFStreamer.pico.tmp StringTableBuilder.pico.tmp SubtargetFeature.pico.tmp WasmObjectWriter.pico.tmp WinCOFFObjectWriter.pico.tmp XCOFFObjectWriter.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_std && rm -f libiconv_std.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f llib-lLLVMMC.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/iconv_std && rm -f .depend citrus_iconv_std.d citrus_iconv_std.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f llib-lLLVMMC.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/iconv_std && rm -f .depend citrus_iconv_std.d citrus_iconv_std.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-mapper_646 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/mapper_646 --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f .depend ConstantPools.d ELFObjectWriter.d MCAsmBackend.d MCAsmInfo.d MCAsmInfoCOFF.d MCAsmInfoDarwin.d MCAsmInfoELF.d MCAsmInfoWasm.d MCAsmInfoXCOFF.d MCAsmMacro.d MCAsmStreamer.d MCAssembler.d MCCodeEmitter.d MCCodeView.d MCContext.d MCDwarf.d MCELFObjectTargetWriter.d MCELFStreamer.d MCExpr.d MCFragment.d MCInst.d MCInstPrinter.d MCInstrAnalysis.d MCInstrDesc.d MCInstrInfo.d MCLabel.d MCLinkerOptimizationHint.d MCMachOStreamer.d MCMachObjectTargetWriter.d MCNullStreamer.d MCObjectFileInfo.d MCObjectStreamer.d MCObjectWriter.d MCPseudoProbe.d MCRegisterInfo.d MCSchedule.d MCSection.d MCSectionCOFF.d MCSectionELF.d MCSectionMachO.d MCSectionWasm.d MCSectionXCOFF.d MCStreamer.d MCSubtargetInfo.d MCSymbol.d MCSymbolELF.d MCSymbolXCOFF.d MCTargetOptions.d MCTargetOptionsCommandFlags.d MCValue.d MCWasmObjectTargetWriter.d MCWasmStreamer.d MCWin64EH.d MCWinCOFFStreamer.d MCWinEH.d MCXCOFFObjectTargetWriter.d MCXCOFFStreamer.d MachObjectWriter.d StringTableBuilder.d SubtargetFeature.d WasmObjectWriter.d WinCOFFObjectWriter.d XCOFFObjectWriter.d ConstantPools.d.tmp ELFObjectWriter.d.tmp MCAsmBackend.d.tmp MCAsmInfo.d.tmp MCAsmInfoCOFF.d.tmp MCAsmInfoDarwin.d.tmp MCAsmInfoELF.d.tmp MCAsmInfoWasm.d.tmp MCAsmInfoXCOFF.d.tmp MCAsmMacro.d.tmp MCAsmStreamer.d.tmp MCAssembler.d.tmp MCCodeEmitter.d.tmp MCCodeView.d.tmp MCContext.d.tmp MCDwarf.d.tmp MCELFObjectTargetWriter.d.tmp MCELFStreamer.d.tmp MCExpr.d.tmp MCFragment.d.tmp MCInst.d.tmp MCInstPrinter.d.tmp MCInstrAnalysis.d.tmp MCInstrDesc.d.tmp MCInstrInfo.d.tmp MCLabel.d.tmp MCLinkerOptimizationHint.d.tmp MCMachOStreamer.d.tmp MCMachObjectTargetWriter.d.tmp MCNullStreamer.d.tmp MCObjectFileInfo.d.tmp MCObjectStreamer.d.tmp MCObjectWriter.d.tmp MCPseudoProbe.d.tmp MCRegisterInfo.d.tmp MCSchedule.d.tmp MCSection.d.tmp MCSectionCOFF.d.tmp MCSectionELF.d.tmp MCSectionMachO.d.tmp MCSectionWasm.d.tmp MCSectionXCOFF.d.tmp MCStreamer.d.tmp MCSubtargetInfo.d.tmp MCSymbol.d.tmp MCSymbolELF.d.tmp MCSymbolXCOFF.d.tmp MCTargetOptions.d.tmp MCTargetOptionsCommandFlags.d.tmp MCValue.d.tmp MCWasmObjectTargetWriter.d.tmp MCWasmStreamer.d.tmp MCWin64EH.d.tmp MCWinCOFFStreamer.d.tmp MCWinEH.d.tmp MCXCOFFObjectTargetWriter.d.tmp MCXCOFFStreamer.d.tmp MachObjectWriter.d.tmp StringTableBuilder.d.tmp SubtargetFeature.d.tmp WasmObjectWriter.d.tmp WinCOFFObjectWriter.d.tmp XCOFFObjectWriter.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_646 && rm -f libmapper_646.a citrus_mapper_646.o citrus_mapper_646.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f .depend ConstantPools.d ELFObjectWriter.d MCAsmBackend.d MCAsmInfo.d MCAsmInfoCOFF.d MCAsmInfoDarwin.d MCAsmInfoELF.d MCAsmInfoWasm.d MCAsmInfoXCOFF.d MCAsmMacro.d MCAsmStreamer.d MCAssembler.d MCCodeEmitter.d MCCodeView.d MCContext.d MCDwarf.d MCELFObjectTargetWriter.d MCELFStreamer.d MCExpr.d MCFragment.d MCInst.d MCInstPrinter.d MCInstrAnalysis.d MCInstrDesc.d MCInstrInfo.d MCLabel.d MCLinkerOptimizationHint.d MCMachOStreamer.d MCMachObjectTargetWriter.d MCNullStreamer.d MCObjectFileInfo.d MCObjectStreamer.d MCObjectWriter.d MCPseudoProbe.d MCRegisterInfo.d MCSchedule.d MCSection.d MCSectionCOFF.d MCSectionELF.d MCSectionMachO.d MCSectionWasm.d MCSectionXCOFF.d MCStreamer.d MCSubtargetInfo.d MCSymbol.d MCSymbolELF.d MCSymbolXCOFF.d MCTargetOptions.d MCTargetOptionsCommandFlags.d MCValue.d MCWasmObjectTargetWriter.d MCWasmStreamer.d MCWin64EH.d MCWinCOFFStreamer.d MCWinEH.d MCXCOFFObjectTargetWriter.d MCXCOFFStreamer.d MachObjectWriter.d StringTableBuilder.d SubtargetFeature.d WasmObjectWriter.d WinCOFFObjectWriter.d XCOFFObjectWriter.d ConstantPools.d.tmp ELFObjectWriter.d.tmp MCAsmBackend.d.tmp MCAsmInfo.d.tmp MCAsmInfoCOFF.d.tmp MCAsmInfoDarwin.d.tmp MCAsmInfoELF.d.tmp MCAsmInfoWasm.d.tmp MCAsmInfoXCOFF.d.tmp MCAsmMacro.d.tmp MCAsmStreamer.d.tmp MCAssembler.d.tmp MCCodeEmitter.d.tmp MCCodeView.d.tmp MCContext.d.tmp MCDwarf.d.tmp MCELFObjectTargetWriter.d.tmp MCELFStreamer.d.tmp MCExpr.d.tmp MCFragment.d.tmp MCInst.d.tmp MCInstPrinter.d.tmp MCInstrAnalysis.d.tmp MCInstrDesc.d.tmp MCInstrInfo.d.tmp MCLabel.d.tmp MCLinkerOptimizationHint.d.tmp MCMachOStreamer.d.tmp MCMachObjectTargetWriter.d.tmp MCNullStreamer.d.tmp MCObjectFileInfo.d.tmp MCObjectStreamer.d.tmp MCObjectWriter.d.tmp MCPseudoProbe.d.tmp MCRegisterInfo.d.tmp MCSchedule.d.tmp MCSection.d.tmp MCSectionCOFF.d.tmp MCSectionELF.d.tmp MCSectionMachO.d.tmp MCSectionWasm.d.tmp MCSectionXCOFF.d.tmp MCStreamer.d.tmp MCSubtargetInfo.d.tmp MCSymbol.d.tmp MCSymbolELF.d.tmp MCSymbolXCOFF.d.tmp MCTargetOptions.d.tmp MCTargetOptionsCommandFlags.d.tmp MCValue.d.tmp MCWasmObjectTargetWriter.d.tmp MCWasmStreamer.d.tmp MCWin64EH.d.tmp MCWinCOFFStreamer.d.tmp MCWinEH.d.tmp MCXCOFFObjectTargetWriter.d.tmp MCXCOFFStreamer.d.tmp MachObjectWriter.d.tmp StringTableBuilder.d.tmp SubtargetFeature.d.tmp WasmObjectWriter.d.tmp WinCOFFObjectWriter.d.tmp XCOFFObjectWriter.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_646 && rm -f libmapper_646.a citrus_mapper_646.o citrus_mapper_646.o.tmp || true) --- cleandir-external --- --- cleandir-libLLVMMCDisassembler --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMMCDisassembler --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_646 && rm -f libmapper_646_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_646 && rm -f libmapper_646_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_646 && rm -f libmapper_646_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_646 && rm -f libmapper_646_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler.a Disassembler.o MCDisassembler.o MCExternalSymbolizer.o MCRelocationInfo.o MCSymbolizer.o Disassembler.o.tmp MCDisassembler.o.tmp MCExternalSymbolizer.o.tmp MCRelocationInfo.o.tmp MCSymbolizer.o.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler.a Disassembler.o MCDisassembler.o MCExternalSymbolizer.o MCRelocationInfo.o MCSymbolizer.o Disassembler.o.tmp MCDisassembler.o.tmp MCExternalSymbolizer.o.tmp MCRelocationInfo.o.tmp MCSymbolizer.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_646 && rm -f libmapper_646_pic.a libmapper_646.so.* libmapper_646.so citrus_mapper_646.pico citrus_mapper_646.pico.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_646 && rm -f libmapper_646_pic.a libmapper_646.so.* libmapper_646.so citrus_mapper_646.pico citrus_mapper_646.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_p.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_646 && rm -f llib-lmapper_646.ln citrus_mapper_646.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_646 && rm -f llib-lmapper_646.ln citrus_mapper_646.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_g.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_646 && rm -f libmapper_646.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_646 && rm -f libmapper_646.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_pic.a Disassembler.pico MCDisassembler.pico MCExternalSymbolizer.pico MCRelocationInfo.pico MCSymbolizer.pico Disassembler.pico.tmp MCDisassembler.pico.tmp MCExternalSymbolizer.pico.tmp MCRelocationInfo.pico.tmp MCSymbolizer.pico.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_pic.a Disassembler.pico MCDisassembler.pico MCExternalSymbolizer.pico MCRelocationInfo.pico MCSymbolizer.pico Disassembler.pico.tmp MCDisassembler.pico.tmp MCExternalSymbolizer.pico.tmp MCRelocationInfo.pico.tmp MCSymbolizer.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_646 && rm -f .depend citrus_mapper_646.d citrus_mapper_646.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_646 && rm -f .depend citrus_mapper_646.d citrus_mapper_646.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f llib-lLLVMMCDisassembler.ln || true) --- cleandir-lib --- --- cleandir-mapper_none --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f llib-lLLVMMCDisassembler.ln || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/mapper_none --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_none && rm -f libmapper_none.a citrus_mapper_none.o citrus_mapper_none.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f .depend Disassembler.d MCDisassembler.d MCExternalSymbolizer.d MCRelocationInfo.d MCSymbolizer.d Disassembler.d.tmp MCDisassembler.d.tmp MCExternalSymbolizer.d.tmp MCRelocationInfo.d.tmp MCSymbolizer.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_none && rm -f libmapper_none.a citrus_mapper_none.o citrus_mapper_none.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f .depend Disassembler.d MCDisassembler.d MCExternalSymbolizer.d MCRelocationInfo.d MCSymbolizer.d Disassembler.d.tmp MCDisassembler.d.tmp MCExternalSymbolizer.d.tmp MCRelocationInfo.d.tmp MCSymbolizer.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_none && rm -f libmapper_none_p.a || true) --- cleandir-external --- --- cleandir-libLLVMMCJIT --- cleandir ===> external/apache2/llvm/librt/libLLVMMCJIT --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_none && rm -f libmapper_none_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_none && rm -f libmapper_none_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_none && rm -f libmapper_none_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT.a MCJIT.o MCJIT.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_none && rm -f libmapper_none_pic.a libmapper_none.so.* libmapper_none.so citrus_mapper_none.pico citrus_mapper_none.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT.a MCJIT.o MCJIT.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_none && rm -f libmapper_none_pic.a libmapper_none.so.* libmapper_none.so citrus_mapper_none.pico citrus_mapper_none.pico.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_none && rm -f llib-lmapper_none.ln citrus_mapper_none.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_none && rm -f llib-lmapper_none.ln citrus_mapper_none.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_none && rm -f libmapper_none.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_none && rm -f libmapper_none.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_pic.a MCJIT.pico MCJIT.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_none && rm -f .depend citrus_mapper_none.d citrus_mapper_none.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_pic.a MCJIT.pico MCJIT.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_none && rm -f .depend citrus_mapper_none.d citrus_mapper_none.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- cleandir-mapper_serial --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f llib-lLLVMMCJIT.ln || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/mapper_serial --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f llib-lLLVMMCJIT.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_serial && rm -f libmapper_serial.a citrus_mapper_serial.o citrus_mapper_serial.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f .depend MCJIT.d MCJIT.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_serial && rm -f libmapper_serial.a citrus_mapper_serial.o citrus_mapper_serial.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f .depend MCJIT.d MCJIT.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_serial && rm -f libmapper_serial_p.a || true) --- cleandir-external --- --- cleandir-libLLVMMCParser --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_serial && rm -f libmapper_serial_p.a || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMMCParser --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_serial && rm -f libmapper_serial_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_serial && rm -f libmapper_serial_g.a || true) --- libclean4 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_serial && rm -f libmapper_serial_pic.a libmapper_serial.so.* libmapper_serial.so citrus_mapper_serial.pico citrus_mapper_serial.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser.a AsmLexer.o AsmParser.o COFFAsmParser.o COFFMasmParser.o DarwinAsmParser.o ELFAsmParser.o MasmParser.o MCAsmLexer.o MCAsmParser.o MCAsmParserExtension.o MCTargetAsmParser.o WasmAsmParser.o AsmLexer.o.tmp AsmParser.o.tmp COFFAsmParser.o.tmp COFFMasmParser.o.tmp DarwinAsmParser.o.tmp ELFAsmParser.o.tmp MasmParser.o.tmp MCAsmLexer.o.tmp MCAsmParser.o.tmp MCAsmParserExtension.o.tmp MCTargetAsmParser.o.tmp WasmAsmParser.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_serial && rm -f libmapper_serial_pic.a libmapper_serial.so.* libmapper_serial.so citrus_mapper_serial.pico citrus_mapper_serial.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser.a AsmLexer.o AsmParser.o COFFAsmParser.o COFFMasmParser.o DarwinAsmParser.o ELFAsmParser.o MasmParser.o MCAsmLexer.o MCAsmParser.o MCAsmParserExtension.o MCTargetAsmParser.o WasmAsmParser.o AsmLexer.o.tmp AsmParser.o.tmp COFFAsmParser.o.tmp COFFMasmParser.o.tmp DarwinAsmParser.o.tmp ELFAsmParser.o.tmp MasmParser.o.tmp MCAsmLexer.o.tmp MCAsmParser.o.tmp MCAsmParserExtension.o.tmp MCTargetAsmParser.o.tmp WasmAsmParser.o.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_serial && rm -f llib-lmapper_serial.ln citrus_mapper_serial.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_serial && rm -f llib-lmapper_serial.ln citrus_mapper_serial.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_p.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_serial && rm -f libmapper_serial.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_serial && rm -f libmapper_serial.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_g.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_serial && rm -f .depend citrus_mapper_serial.d citrus_mapper_serial.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_pic.a AsmLexer.pico AsmParser.pico COFFAsmParser.pico COFFMasmParser.pico DarwinAsmParser.pico ELFAsmParser.pico MasmParser.pico MCAsmLexer.pico MCAsmParser.pico MCAsmParserExtension.pico MCTargetAsmParser.pico WasmAsmParser.pico AsmLexer.pico.tmp AsmParser.pico.tmp COFFAsmParser.pico.tmp COFFMasmParser.pico.tmp DarwinAsmParser.pico.tmp ELFAsmParser.pico.tmp MasmParser.pico.tmp MCAsmLexer.pico.tmp MCAsmParser.pico.tmp MCAsmParserExtension.pico.tmp MCTargetAsmParser.pico.tmp WasmAsmParser.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_serial && rm -f .depend citrus_mapper_serial.d citrus_mapper_serial.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_pic.a AsmLexer.pico AsmParser.pico COFFAsmParser.pico COFFMasmParser.pico DarwinAsmParser.pico ELFAsmParser.pico MasmParser.pico MCAsmLexer.pico MCAsmParser.pico MCAsmParserExtension.pico MCTargetAsmParser.pico WasmAsmParser.pico AsmLexer.pico.tmp AsmParser.pico.tmp COFFAsmParser.pico.tmp COFFMasmParser.pico.tmp DarwinAsmParser.pico.tmp ELFAsmParser.pico.tmp MasmParser.pico.tmp MCAsmLexer.pico.tmp MCAsmParser.pico.tmp MCAsmParserExtension.pico.tmp MCTargetAsmParser.pico.tmp WasmAsmParser.pico.tmp || true) --- cleandir-lib --- --- cleandir-mapper_parallel --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- cleandir ===> lib/i18n_module/mapper_parallel --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f llib-lLLVMMCParser.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f llib-lLLVMMCParser.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_parallel && rm -f libmapper_parallel.a citrus_mapper_serial.o citrus_mapper_serial.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_parallel && rm -f libmapper_parallel.a citrus_mapper_serial.o citrus_mapper_serial.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f .depend AsmLexer.d AsmParser.d COFFAsmParser.d COFFMasmParser.d DarwinAsmParser.d ELFAsmParser.d MCAsmLexer.d MCAsmParser.d MCAsmParserExtension.d MCTargetAsmParser.d MasmParser.d WasmAsmParser.d AsmLexer.d.tmp AsmParser.d.tmp COFFAsmParser.d.tmp COFFMasmParser.d.tmp DarwinAsmParser.d.tmp ELFAsmParser.d.tmp MCAsmLexer.d.tmp MCAsmParser.d.tmp MCAsmParserExtension.d.tmp MCTargetAsmParser.d.tmp MasmParser.d.tmp WasmAsmParser.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_parallel && rm -f libmapper_parallel_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f .depend AsmLexer.d AsmParser.d COFFAsmParser.d COFFMasmParser.d DarwinAsmParser.d ELFAsmParser.d MCAsmLexer.d MCAsmParser.d MCAsmParserExtension.d MCTargetAsmParser.d MasmParser.d WasmAsmParser.d AsmLexer.d.tmp AsmParser.d.tmp COFFAsmParser.d.tmp COFFMasmParser.d.tmp DarwinAsmParser.d.tmp ELFAsmParser.d.tmp MCAsmLexer.d.tmp MCAsmParser.d.tmp MCAsmParserExtension.d.tmp MCTargetAsmParser.d.tmp MasmParser.d.tmp WasmAsmParser.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_parallel && rm -f libmapper_parallel_p.a || true) --- cleandir-external --- --- cleandir-libLLVMMIRParser --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMMIRParser --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_parallel && rm -f libmapper_parallel_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_parallel && rm -f libmapper_parallel_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_parallel && rm -f libmapper_parallel_pic.a libmapper_parallel.so.* libmapper_parallel.so citrus_mapper_serial.pico citrus_mapper_serial.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_parallel && rm -f libmapper_parallel_pic.a libmapper_parallel.so.* libmapper_parallel.so citrus_mapper_serial.pico citrus_mapper_serial.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser.a MILexer.o MIParser.o MIRParser.o MILexer.o.tmp MIParser.o.tmp MIRParser.o.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser.a MILexer.o MIParser.o MIRParser.o MILexer.o.tmp MIParser.o.tmp MIRParser.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_parallel && rm -f llib-lmapper_parallel.ln citrus_mapper_serial.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_parallel && rm -f llib-lmapper_parallel.ln citrus_mapper_serial.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_p.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_parallel && rm -f libmapper_parallel.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_parallel && rm -f libmapper_parallel.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_g.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_parallel && rm -f .depend citrus_mapper_serial.d citrus_mapper_serial.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_parallel && rm -f .depend citrus_mapper_serial.d citrus_mapper_serial.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_pic.a MILexer.pico MIParser.pico MIRParser.pico MILexer.pico.tmp MIParser.pico.tmp MIRParser.pico.tmp || true) --- cleandir-lib --- --- cleandir-mapper_std --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_pic.a MILexer.pico MIParser.pico MIRParser.pico MILexer.pico.tmp MIParser.pico.tmp MIRParser.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/i18n_module/mapper_std --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f llib-lLLVMMIRParser.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f llib-lLLVMMIRParser.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_std && rm -f libmapper_std.a citrus_mapper_std.o citrus_mapper_std.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_std && rm -f libmapper_std.a citrus_mapper_std.o citrus_mapper_std.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_std && rm -f libmapper_std_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f .depend MILexer.d MIParser.d MIRParser.d MILexer.d.tmp MIParser.d.tmp MIRParser.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_std && rm -f libmapper_std_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f .depend MILexer.d MIParser.d MIRParser.d MILexer.d.tmp MIParser.d.tmp MIRParser.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-libLLVMObject --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_std && rm -f libmapper_std_g.a || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMObject --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_std && rm -f libmapper_std_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_std && rm -f libmapper_std_pic.a libmapper_std.so.* libmapper_std.so citrus_mapper_std.pico citrus_mapper_std.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_std && rm -f libmapper_std_pic.a libmapper_std.so.* libmapper_std.so citrus_mapper_std.pico citrus_mapper_std.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject.a Archive.o ArchiveWriter.o Binary.o COFFImportFile.o COFFModuleDefinition.o COFFObjectFile.o Decompressor.o ELF.o ELFObjectFile.o Error.o FaultMapParser.o IRObjectFile.o IRSymtab.o MachOObjectFile.o MachOUniversal.o MachOUniversalWriter.o Minidump.o ModuleSymbolTable.o Object.o ObjectFile.o RecordStreamer.o RelocationResolver.o SymbolicFile.o SymbolSize.o TapiFile.o TapiUniversal.o WasmObjectFile.o WindowsMachineFlag.o WindowsResource.o XCOFFObjectFile.o Archive.o.tmp ArchiveWriter.o.tmp Binary.o.tmp COFFImportFile.o.tmp COFFModuleDefinition.o.tmp COFFObjectFile.o.tmp Decompressor.o.tmp ELF.o.tmp ELFObjectFile.o.tmp Error.o.tmp FaultMapParser.o.tmp IRObjectFile.o.tmp IRSymtab.o.tmp MachOObjectFile.o.tmp MachOUniversal.o.tmp MachOUniversalWriter.o.tmp Minidump.o.tmp ModuleSymbolTable.o.tmp Object.o.tmp ObjectFile.o.tmp RecordStreamer.o.tmp RelocationResolver.o.tmp SymbolicFile.o.tmp SymbolSize.o.tmp TapiFile.o.tmp TapiUniversal.o.tmp WasmObjectFile.o.tmp WindowsMachineFlag.o.tmp WindowsResource.o.tmp XCOFFObjectFile.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_std && rm -f llib-lmapper_std.ln citrus_mapper_std.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject.a Archive.o ArchiveWriter.o Binary.o COFFImportFile.o COFFModuleDefinition.o COFFObjectFile.o Decompressor.o ELF.o ELFObjectFile.o Error.o FaultMapParser.o IRObjectFile.o IRSymtab.o MachOObjectFile.o MachOUniversal.o MachOUniversalWriter.o Minidump.o ModuleSymbolTable.o Object.o ObjectFile.o RecordStreamer.o RelocationResolver.o SymbolicFile.o SymbolSize.o TapiFile.o TapiUniversal.o WasmObjectFile.o WindowsMachineFlag.o WindowsResource.o XCOFFObjectFile.o Archive.o.tmp ArchiveWriter.o.tmp Binary.o.tmp COFFImportFile.o.tmp COFFModuleDefinition.o.tmp COFFObjectFile.o.tmp Decompressor.o.tmp ELF.o.tmp ELFObjectFile.o.tmp Error.o.tmp FaultMapParser.o.tmp IRObjectFile.o.tmp IRSymtab.o.tmp MachOObjectFile.o.tmp MachOUniversal.o.tmp MachOUniversalWriter.o.tmp Minidump.o.tmp ModuleSymbolTable.o.tmp Object.o.tmp ObjectFile.o.tmp RecordStreamer.o.tmp RelocationResolver.o.tmp SymbolicFile.o.tmp SymbolSize.o.tmp TapiFile.o.tmp TapiUniversal.o.tmp WasmObjectFile.o.tmp WindowsMachineFlag.o.tmp WindowsResource.o.tmp XCOFFObjectFile.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_std && rm -f llib-lmapper_std.ln citrus_mapper_std.ln || true) --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_std && rm -f libmapper_std.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_std && rm -f libmapper_std.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_p.a || true) --- libclean3 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_std && rm -f .depend citrus_mapper_std.d citrus_mapper_std.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_std && rm -f .depend citrus_mapper_std.d citrus_mapper_std.d.tmp tags || true) --- cleandir-mapper_zone --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- cleandir ===> lib/i18n_module/mapper_zone --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_pic.a Archive.pico ArchiveWriter.pico Binary.pico COFFImportFile.pico COFFModuleDefinition.pico COFFObjectFile.pico Decompressor.pico ELF.pico ELFObjectFile.pico Error.pico FaultMapParser.pico IRObjectFile.pico IRSymtab.pico MachOObjectFile.pico MachOUniversal.pico MachOUniversalWriter.pico Minidump.pico ModuleSymbolTable.pico Object.pico ObjectFile.pico RecordStreamer.pico RelocationResolver.pico SymbolicFile.pico SymbolSize.pico TapiFile.pico TapiUniversal.pico WasmObjectFile.pico WindowsMachineFlag.pico WindowsResource.pico XCOFFObjectFile.pico Archive.pico.tmp ArchiveWriter.pico.tmp Binary.pico.tmp COFFImportFile.pico.tmp COFFModuleDefinition.pico.tmp COFFObjectFile.pico.tmp Decompressor.pico.tmp ELF.pico.tmp ELFObjectFile.pico.tmp Error.pico.tmp FaultMapParser.pico.tmp IRObjectFile.pico.tmp IRSymtab.pico.tmp MachOObjectFile.pico.tmp MachOUniversal.pico.tmp MachOUniversalWriter.pico.tmp Minidump.pico.tmp ModuleSymbolTable.pico.tmp Object.pico.tmp ObjectFile.pico.tmp RecordStreamer.pico.tmp RelocationResolver.pico.tmp SymbolicFile.pico.tmp SymbolSize.pico.tmp TapiFile.pico.tmp TapiUniversal.pico.tmp WasmObjectFile.pico.tmp WindowsMachineFlag.pico.tmp WindowsResource.pico.tmp XCOFFObjectFile.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_pic.a Archive.pico ArchiveWriter.pico Binary.pico COFFImportFile.pico COFFModuleDefinition.pico COFFObjectFile.pico Decompressor.pico ELF.pico ELFObjectFile.pico Error.pico FaultMapParser.pico IRObjectFile.pico IRSymtab.pico MachOObjectFile.pico MachOUniversal.pico MachOUniversalWriter.pico Minidump.pico ModuleSymbolTable.pico Object.pico ObjectFile.pico RecordStreamer.pico RelocationResolver.pico SymbolicFile.pico SymbolSize.pico TapiFile.pico TapiUniversal.pico WasmObjectFile.pico WindowsMachineFlag.pico WindowsResource.pico XCOFFObjectFile.pico Archive.pico.tmp ArchiveWriter.pico.tmp Binary.pico.tmp COFFImportFile.pico.tmp COFFModuleDefinition.pico.tmp COFFObjectFile.pico.tmp Decompressor.pico.tmp ELF.pico.tmp ELFObjectFile.pico.tmp Error.pico.tmp FaultMapParser.pico.tmp IRObjectFile.pico.tmp IRSymtab.pico.tmp MachOObjectFile.pico.tmp MachOUniversal.pico.tmp MachOUniversalWriter.pico.tmp Minidump.pico.tmp ModuleSymbolTable.pico.tmp Object.pico.tmp ObjectFile.pico.tmp RecordStreamer.pico.tmp RelocationResolver.pico.tmp SymbolicFile.pico.tmp SymbolSize.pico.tmp TapiFile.pico.tmp TapiUniversal.pico.tmp WasmObjectFile.pico.tmp WindowsMachineFlag.pico.tmp WindowsResource.pico.tmp XCOFFObjectFile.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f llib-lLLVMObject.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f llib-lLLVMObject.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_zone && rm -f libmapper_zone.a citrus_mapper_zone.o citrus_mapper_zone.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_zone && rm -f libmapper_zone.a citrus_mapper_zone.o citrus_mapper_zone.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_zone && rm -f libmapper_zone_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_zone && rm -f libmapper_zone_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f .depend Archive.d ArchiveWriter.d Binary.d COFFImportFile.d COFFModuleDefinition.d COFFObjectFile.d Decompressor.d ELF.d ELFObjectFile.d Error.d FaultMapParser.d IRObjectFile.d IRSymtab.d MachOObjectFile.d MachOUniversal.d MachOUniversalWriter.d Minidump.d ModuleSymbolTable.d Object.d ObjectFile.d RecordStreamer.d RelocationResolver.d SymbolSize.d SymbolicFile.d TapiFile.d TapiUniversal.d WasmObjectFile.d WindowsMachineFlag.d WindowsResource.d XCOFFObjectFile.d Archive.d.tmp ArchiveWriter.d.tmp Binary.d.tmp COFFImportFile.d.tmp COFFModuleDefinition.d.tmp COFFObjectFile.d.tmp Decompressor.d.tmp ELF.d.tmp ELFObjectFile.d.tmp Error.d.tmp FaultMapParser.d.tmp IRObjectFile.d.tmp IRSymtab.d.tmp MachOObjectFile.d.tmp MachOUniversal.d.tmp MachOUniversalWriter.d.tmp Minidump.d.tmp ModuleSymbolTable.d.tmp Object.d.tmp ObjectFile.d.tmp RecordStreamer.d.tmp RelocationResolver.d.tmp SymbolSize.d.tmp SymbolicFile.d.tmp TapiFile.d.tmp TapiUniversal.d.tmp WasmObjectFile.d.tmp WindowsMachineFlag.d.tmp WindowsResource.d.tmp XCOFFObjectFile.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_zone && rm -f libmapper_zone_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f .depend Archive.d ArchiveWriter.d Binary.d COFFImportFile.d COFFModuleDefinition.d COFFObjectFile.d Decompressor.d ELF.d ELFObjectFile.d Error.d FaultMapParser.d IRObjectFile.d IRSymtab.d MachOObjectFile.d MachOUniversal.d MachOUniversalWriter.d Minidump.d ModuleSymbolTable.d Object.d ObjectFile.d RecordStreamer.d RelocationResolver.d SymbolSize.d SymbolicFile.d TapiFile.d TapiUniversal.d WasmObjectFile.d WindowsMachineFlag.d WindowsResource.d XCOFFObjectFile.d Archive.d.tmp ArchiveWriter.d.tmp Binary.d.tmp COFFImportFile.d.tmp COFFModuleDefinition.d.tmp COFFObjectFile.d.tmp Decompressor.d.tmp ELF.d.tmp ELFObjectFile.d.tmp Error.d.tmp FaultMapParser.d.tmp IRObjectFile.d.tmp IRSymtab.d.tmp MachOObjectFile.d.tmp MachOUniversal.d.tmp MachOUniversalWriter.d.tmp Minidump.d.tmp ModuleSymbolTable.d.tmp Object.d.tmp ObjectFile.d.tmp RecordStreamer.d.tmp RelocationResolver.d.tmp SymbolSize.d.tmp SymbolicFile.d.tmp TapiFile.d.tmp TapiUniversal.d.tmp WasmObjectFile.d.tmp WindowsMachineFlag.d.tmp WindowsResource.d.tmp XCOFFObjectFile.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_zone && rm -f libmapper_zone_g.a || true) --- cleandir-external --- --- cleandir-libLLVMObjCARC --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMObjCARC --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_zone && rm -f libmapper_zone_pic.a libmapper_zone.so.* libmapper_zone.so citrus_mapper_zone.pico citrus_mapper_zone.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_zone && rm -f libmapper_zone_pic.a libmapper_zone.so.* libmapper_zone.so citrus_mapper_zone.pico citrus_mapper_zone.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_zone && rm -f llib-lmapper_zone.ln citrus_mapper_zone.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_zone && rm -f llib-lmapper_zone.ln citrus_mapper_zone.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC.a DependencyAnalysis.o ObjCARC.o ObjCARCAPElim.o ObjCARCContract.o ObjCARCExpand.o ObjCARCOpts.o ProvenanceAnalysis.o ProvenanceAnalysisEvaluator.o PtrState.o DependencyAnalysis.o.tmp ObjCARC.o.tmp ObjCARCAPElim.o.tmp ObjCARCContract.o.tmp ObjCARCExpand.o.tmp ObjCARCOpts.o.tmp ProvenanceAnalysis.o.tmp ProvenanceAnalysisEvaluator.o.tmp PtrState.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC.a DependencyAnalysis.o ObjCARC.o ObjCARCAPElim.o ObjCARCContract.o ObjCARCExpand.o ObjCARCOpts.o ProvenanceAnalysis.o ProvenanceAnalysisEvaluator.o PtrState.o DependencyAnalysis.o.tmp ObjCARC.o.tmp ObjCARCAPElim.o.tmp ObjCARCContract.o.tmp ObjCARCExpand.o.tmp ObjCARCOpts.o.tmp ProvenanceAnalysis.o.tmp ProvenanceAnalysisEvaluator.o.tmp PtrState.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_zone && rm -f libmapper_zone.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_zone && rm -f libmapper_zone.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_p.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/i18n_module/mapper_zone && rm -f .depend citrus_mapper_zone.d citrus_mapper_zone.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/i18n_module/mapper_zone && rm -f .depend citrus_mapper_zone.d citrus_mapper_zone.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_g.a || true) --- cleandir-lib --- --- cleandir-libarch --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_g.a || true) --- cleandir-lib --- cleandir ===> lib/libarch --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_pic.a DependencyAnalysis.pico ObjCARC.pico ObjCARCAPElim.pico ObjCARCContract.pico ObjCARCExpand.pico ObjCARCOpts.pico ProvenanceAnalysis.pico ProvenanceAnalysisEvaluator.pico PtrState.pico DependencyAnalysis.pico.tmp ObjCARC.pico.tmp ObjCARCAPElim.pico.tmp ObjCARCContract.pico.tmp ObjCARCExpand.pico.tmp ObjCARCOpts.pico.tmp ProvenanceAnalysis.pico.tmp ProvenanceAnalysisEvaluator.pico.tmp PtrState.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_pic.a DependencyAnalysis.pico ObjCARC.pico ObjCARCAPElim.pico ObjCARCContract.pico ObjCARCExpand.pico ObjCARCOpts.pico ProvenanceAnalysis.pico ProvenanceAnalysisEvaluator.pico PtrState.pico DependencyAnalysis.pico.tmp ObjCARC.pico.tmp ObjCARCAPElim.pico.tmp ObjCARCContract.pico.tmp ObjCARCExpand.pico.tmp ObjCARCOpts.pico.tmp ProvenanceAnalysis.pico.tmp ProvenanceAnalysisEvaluator.pico.tmp PtrState.pico.tmp || true) --- libclean5 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f llib-lLLVMObjCARC.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libarch && rm -f libx86_64.a x86_64_mtrr.o x86_64_iopl.o x86_64_mtrr.o.tmp x86_64_iopl.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f llib-lLLVMObjCARC.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libarch && rm -f libx86_64.a x86_64_mtrr.o x86_64_iopl.o x86_64_mtrr.o.tmp x86_64_iopl.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libarch && rm -f libx86_64_p.a x86_64_mtrr.po x86_64_iopl.po x86_64_mtrr.po.tmp x86_64_iopl.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libarch && rm -f libx86_64_p.a x86_64_mtrr.po x86_64_iopl.po x86_64_mtrr.po.tmp x86_64_iopl.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f .depend DependencyAnalysis.d ObjCARC.d ObjCARCAPElim.d ObjCARCContract.d ObjCARCExpand.d ObjCARCOpts.d ProvenanceAnalysis.d ProvenanceAnalysisEvaluator.d PtrState.d DependencyAnalysis.d.tmp ObjCARC.d.tmp ObjCARCAPElim.d.tmp ObjCARCContract.d.tmp ObjCARCExpand.d.tmp ObjCARCOpts.d.tmp ProvenanceAnalysis.d.tmp ProvenanceAnalysisEvaluator.d.tmp PtrState.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libarch && rm -f libx86_64_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f .depend DependencyAnalysis.d ObjCARC.d ObjCARCAPElim.d ObjCARCContract.d ObjCARCExpand.d ObjCARCOpts.d ProvenanceAnalysis.d ProvenanceAnalysisEvaluator.d PtrState.d DependencyAnalysis.d.tmp ObjCARC.d.tmp ObjCARCAPElim.d.tmp ObjCARCContract.d.tmp ObjCARCExpand.d.tmp ObjCARCOpts.d.tmp ProvenanceAnalysis.d.tmp ProvenanceAnalysisEvaluator.d.tmp PtrState.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libarch && rm -f libx86_64_g.a || true) --- cleandir-external --- --- cleandir-libLLVMOrc --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMOrc --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libarch && rm -f libx86_64_pic.a libx86_64.so.* libx86_64.so x86_64_mtrr.pico x86_64_iopl.pico x86_64_mtrr.pico.tmp x86_64_iopl.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libarch && rm -f libx86_64_pic.a libx86_64.so.* libx86_64.so x86_64_mtrr.pico x86_64_iopl.pico x86_64_mtrr.pico.tmp x86_64_iopl.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libarch && rm -f llib-lx86_64.ln x86_64_mtrr.ln x86_64_iopl.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libarch && rm -f llib-lx86_64.ln x86_64_mtrr.ln x86_64_iopl.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc.a CompileOnDemandLayer.o CompileUtils.o Core.o DebugObjectManagerPlugin.o DebugUtils.o ExecutionUtils.o IndirectionUtils.o IRCompileLayer.o IRTransformLayer.o JITTargetMachineBuilder.o Layer.o LazyReexports.o LLJIT.o MachOPlatform.o Mangling.o ObjectLinkingLayer.o ObjectTransformLayer.o OrcABISupport.o OrcV2CBindings.o RTDyldObjectLinkingLayer.o SpeculateAnalyses.o Speculation.o TargetProcessControl.o ThreadSafeModule.o TPCDebugObjectRegistrar.o TPCDynamicLibrarySearchGenerator.o TPCEHFrameRegistrar.o TPCIndirectionUtils.o CompileOnDemandLayer.o.tmp CompileUtils.o.tmp Core.o.tmp DebugObjectManagerPlugin.o.tmp DebugUtils.o.tmp ExecutionUtils.o.tmp IndirectionUtils.o.tmp IRCompileLayer.o.tmp IRTransformLayer.o.tmp JITTargetMachineBuilder.o.tmp Layer.o.tmp LazyReexports.o.tmp LLJIT.o.tmp MachOPlatform.o.tmp Mangling.o.tmp ObjectLinkingLayer.o.tmp ObjectTransformLayer.o.tmp OrcABISupport.o.tmp OrcV2CBindings.o.tmp RTDyldObjectLinkingLayer.o.tmp SpeculateAnalyses.o.tmp Speculation.o.tmp TargetProcessControl.o.tmp ThreadSafeModule.o.tmp TPCDebugObjectRegistrar.o.tmp TPCDynamicLibrarySearchGenerator.o.tmp TPCEHFrameRegistrar.o.tmp TPCIndirectionUtils.o.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libarch && rm -f x86_64_mtrr.po x86_64_iopl.po libx86_64.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc.a CompileOnDemandLayer.o CompileUtils.o Core.o DebugObjectManagerPlugin.o DebugUtils.o ExecutionUtils.o IndirectionUtils.o IRCompileLayer.o IRTransformLayer.o JITTargetMachineBuilder.o Layer.o LazyReexports.o LLJIT.o MachOPlatform.o Mangling.o ObjectLinkingLayer.o ObjectTransformLayer.o OrcABISupport.o OrcV2CBindings.o RTDyldObjectLinkingLayer.o SpeculateAnalyses.o Speculation.o TargetProcessControl.o ThreadSafeModule.o TPCDebugObjectRegistrar.o TPCDynamicLibrarySearchGenerator.o TPCEHFrameRegistrar.o TPCIndirectionUtils.o CompileOnDemandLayer.o.tmp CompileUtils.o.tmp Core.o.tmp DebugObjectManagerPlugin.o.tmp DebugUtils.o.tmp ExecutionUtils.o.tmp IndirectionUtils.o.tmp IRCompileLayer.o.tmp IRTransformLayer.o.tmp JITTargetMachineBuilder.o.tmp Layer.o.tmp LazyReexports.o.tmp LLJIT.o.tmp MachOPlatform.o.tmp Mangling.o.tmp ObjectLinkingLayer.o.tmp ObjectTransformLayer.o.tmp OrcABISupport.o.tmp OrcV2CBindings.o.tmp RTDyldObjectLinkingLayer.o.tmp SpeculateAnalyses.o.tmp Speculation.o.tmp TargetProcessControl.o.tmp ThreadSafeModule.o.tmp TPCDebugObjectRegistrar.o.tmp TPCDynamicLibrarySearchGenerator.o.tmp TPCEHFrameRegistrar.o.tmp TPCIndirectionUtils.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libarch && rm -f x86_64_mtrr.po x86_64_iopl.po libx86_64.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_p.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libarch && rm -f arm_sync_icache.html2 arm_drain_writebuf.html2 i386_get_ldt.html2 i386_get_mtrr.html2 i386_iopl.html2 m68k_sync_icache.html2 x86_64_get_mtrr.html2 x86_64_iopl.html2 .depend x86_64_iopl.d x86_64_mtrr.d x86_64_iopl.d.tmp x86_64_mtrr.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libarch && rm -f arm_sync_icache.html2 arm_drain_writebuf.html2 i386_get_ldt.html2 i386_get_mtrr.html2 i386_iopl.html2 m68k_sync_icache.html2 x86_64_get_mtrr.html2 x86_64_iopl.html2 .depend x86_64_iopl.d x86_64_mtrr.d x86_64_iopl.d.tmp x86_64_mtrr.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_g.a || true) --- cleandir-lib --- --- cleandir-libbluetooth --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_g.a || true) --- cleandir-lib --- cleandir ===> lib/libbluetooth --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_pic.a CompileOnDemandLayer.pico CompileUtils.pico Core.pico DebugObjectManagerPlugin.pico DebugUtils.pico ExecutionUtils.pico IndirectionUtils.pico IRCompileLayer.pico IRTransformLayer.pico JITTargetMachineBuilder.pico Layer.pico LazyReexports.pico LLJIT.pico MachOPlatform.pico Mangling.pico ObjectLinkingLayer.pico ObjectTransformLayer.pico OrcABISupport.pico OrcV2CBindings.pico RTDyldObjectLinkingLayer.pico SpeculateAnalyses.pico Speculation.pico TargetProcessControl.pico ThreadSafeModule.pico TPCDebugObjectRegistrar.pico TPCDynamicLibrarySearchGenerator.pico TPCEHFrameRegistrar.pico TPCIndirectionUtils.pico CompileOnDemandLayer.pico.tmp CompileUtils.pico.tmp Core.pico.tmp DebugObjectManagerPlugin.pico.tmp DebugUtils.pico.tmp ExecutionUtils.pico.tmp IndirectionUtils.pico.tmp IRCompileLayer.pico.tmp IRTransformLayer.pico.tmp JITTargetMachineBuilder.pico.tmp Layer.pico.tmp LazyReexports.pico.tmp LLJIT.pico.tmp MachOPlatform.pico.tmp Mangling.pico.tmp ObjectLinkingLayer.pico.tmp ObjectTransformLayer.pico.tmp OrcABISupport.pico.tmp OrcV2CBindings.pico.tmp RTDyldObjectLinkingLayer.pico.tmp SpeculateAnalyses.pico.tmp Speculation.pico.tmp TargetProcessControl.pico.tmp ThreadSafeModule.pico.tmp TPCDebugObjectRegistrar.pico.tmp TPCDynamicLibrarySearchGenerator.pico.tmp TPCEHFrameRegistrar.pico.tmp TPCIndirectionUtils.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_pic.a CompileOnDemandLayer.pico CompileUtils.pico Core.pico DebugObjectManagerPlugin.pico DebugUtils.pico ExecutionUtils.pico IndirectionUtils.pico IRCompileLayer.pico IRTransformLayer.pico JITTargetMachineBuilder.pico Layer.pico LazyReexports.pico LLJIT.pico MachOPlatform.pico Mangling.pico ObjectLinkingLayer.pico ObjectTransformLayer.pico OrcABISupport.pico OrcV2CBindings.pico RTDyldObjectLinkingLayer.pico SpeculateAnalyses.pico Speculation.pico TargetProcessControl.pico ThreadSafeModule.pico TPCDebugObjectRegistrar.pico TPCDynamicLibrarySearchGenerator.pico TPCEHFrameRegistrar.pico TPCIndirectionUtils.pico CompileOnDemandLayer.pico.tmp CompileUtils.pico.tmp Core.pico.tmp DebugObjectManagerPlugin.pico.tmp DebugUtils.pico.tmp ExecutionUtils.pico.tmp IndirectionUtils.pico.tmp IRCompileLayer.pico.tmp IRTransformLayer.pico.tmp JITTargetMachineBuilder.pico.tmp Layer.pico.tmp LazyReexports.pico.tmp LLJIT.pico.tmp MachOPlatform.pico.tmp Mangling.pico.tmp ObjectLinkingLayer.pico.tmp ObjectTransformLayer.pico.tmp OrcABISupport.pico.tmp OrcV2CBindings.pico.tmp RTDyldObjectLinkingLayer.pico.tmp SpeculateAnalyses.pico.tmp Speculation.pico.tmp TargetProcessControl.pico.tmp ThreadSafeModule.pico.tmp TPCDebugObjectRegistrar.pico.tmp TPCDynamicLibrarySearchGenerator.pico.tmp TPCEHFrameRegistrar.pico.tmp TPCIndirectionUtils.pico.tmp || true) --- libclean5 --- --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbluetooth && rm -f libbluetooth.a bluetooth.o bt_dev.o sdp_data.o sdp_get.o sdp_match.o sdp_put.o sdp_record.o sdp_set.o sdp_uuid.o sdp_service.o sdp_session.o sdp_compat.o bluetooth.o.tmp bt_dev.o.tmp sdp_data.o.tmp sdp_get.o.tmp sdp_match.o.tmp sdp_put.o.tmp sdp_record.o.tmp sdp_set.o.tmp sdp_uuid.o.tmp sdp_service.o.tmp sdp_session.o.tmp sdp_compat.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f llib-lLLVMOrc.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f llib-lLLVMOrc.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbluetooth && rm -f libbluetooth.a bluetooth.o bt_dev.o sdp_data.o sdp_get.o sdp_match.o sdp_put.o sdp_record.o sdp_set.o sdp_uuid.o sdp_service.o sdp_session.o sdp_compat.o bluetooth.o.tmp bt_dev.o.tmp sdp_data.o.tmp sdp_get.o.tmp sdp_match.o.tmp sdp_put.o.tmp sdp_record.o.tmp sdp_set.o.tmp sdp_uuid.o.tmp sdp_service.o.tmp sdp_session.o.tmp sdp_compat.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbluetooth && rm -f libbluetooth_p.a bluetooth.po bt_dev.po sdp_data.po sdp_get.po sdp_match.po sdp_put.po sdp_record.po sdp_set.po sdp_uuid.po sdp_service.po sdp_session.po sdp_compat.po bluetooth.po.tmp bt_dev.po.tmp sdp_data.po.tmp sdp_get.po.tmp sdp_match.po.tmp sdp_put.po.tmp sdp_record.po.tmp sdp_set.po.tmp sdp_uuid.po.tmp sdp_service.po.tmp sdp_session.po.tmp sdp_compat.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbluetooth && rm -f libbluetooth_p.a bluetooth.po bt_dev.po sdp_data.po sdp_get.po sdp_match.po sdp_put.po sdp_record.po sdp_set.po sdp_uuid.po sdp_service.po sdp_session.po sdp_compat.po bluetooth.po.tmp bt_dev.po.tmp sdp_data.po.tmp sdp_get.po.tmp sdp_match.po.tmp sdp_put.po.tmp sdp_record.po.tmp sdp_set.po.tmp sdp_uuid.po.tmp sdp_service.po.tmp sdp_session.po.tmp sdp_compat.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbluetooth && rm -f libbluetooth_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f .depend CompileOnDemandLayer.d CompileUtils.d Core.d DebugObjectManagerPlugin.d DebugUtils.d ExecutionUtils.d IRCompileLayer.d IRTransformLayer.d IndirectionUtils.d JITTargetMachineBuilder.d LLJIT.d Layer.d LazyReexports.d MachOPlatform.d Mangling.d ObjectLinkingLayer.d ObjectTransformLayer.d OrcABISupport.d OrcV2CBindings.d RTDyldObjectLinkingLayer.d SpeculateAnalyses.d Speculation.d TPCDebugObjectRegistrar.d TPCDynamicLibrarySearchGenerator.d TPCEHFrameRegistrar.d TPCIndirectionUtils.d TargetProcessControl.d ThreadSafeModule.d CompileOnDemandLayer.d.tmp CompileUtils.d.tmp Core.d.tmp DebugObjectManagerPlugin.d.tmp DebugUtils.d.tmp ExecutionUtils.d.tmp IRCompileLayer.d.tmp IRTransformLayer.d.tmp IndirectionUtils.d.tmp JITTargetMachineBuilder.d.tmp LLJIT.d.tmp Layer.d.tmp LazyReexports.d.tmp MachOPlatform.d.tmp Mangling.d.tmp ObjectLinkingLayer.d.tmp ObjectTransformLayer.d.tmp OrcABISupport.d.tmp OrcV2CBindings.d.tmp RTDyldObjectLinkingLayer.d.tmp SpeculateAnalyses.d.tmp Speculation.d.tmp TPCDebugObjectRegistrar.d.tmp TPCDynamicLibrarySearchGenerator.d.tmp TPCEHFrameRegistrar.d.tmp TPCIndirectionUtils.d.tmp TargetProcessControl.d.tmp ThreadSafeModule.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbluetooth && rm -f libbluetooth_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f .depend CompileOnDemandLayer.d CompileUtils.d Core.d DebugObjectManagerPlugin.d DebugUtils.d ExecutionUtils.d IRCompileLayer.d IRTransformLayer.d IndirectionUtils.d JITTargetMachineBuilder.d LLJIT.d Layer.d LazyReexports.d MachOPlatform.d Mangling.d ObjectLinkingLayer.d ObjectTransformLayer.d OrcABISupport.d OrcV2CBindings.d RTDyldObjectLinkingLayer.d SpeculateAnalyses.d Speculation.d TPCDebugObjectRegistrar.d TPCDynamicLibrarySearchGenerator.d TPCEHFrameRegistrar.d TPCIndirectionUtils.d TargetProcessControl.d ThreadSafeModule.d CompileOnDemandLayer.d.tmp CompileUtils.d.tmp Core.d.tmp DebugObjectManagerPlugin.d.tmp DebugUtils.d.tmp ExecutionUtils.d.tmp IRCompileLayer.d.tmp IRTransformLayer.d.tmp IndirectionUtils.d.tmp JITTargetMachineBuilder.d.tmp LLJIT.d.tmp Layer.d.tmp LazyReexports.d.tmp MachOPlatform.d.tmp Mangling.d.tmp ObjectLinkingLayer.d.tmp ObjectTransformLayer.d.tmp OrcABISupport.d.tmp OrcV2CBindings.d.tmp RTDyldObjectLinkingLayer.d.tmp SpeculateAnalyses.d.tmp Speculation.d.tmp TPCDebugObjectRegistrar.d.tmp TPCDynamicLibrarySearchGenerator.d.tmp TPCEHFrameRegistrar.d.tmp TPCIndirectionUtils.d.tmp TargetProcessControl.d.tmp ThreadSafeModule.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-libLLVMPasses --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbluetooth && rm -f libbluetooth_pic.a libbluetooth.so.* libbluetooth.so bluetooth.pico bt_dev.pico sdp_data.pico sdp_get.pico sdp_match.pico sdp_put.pico sdp_record.pico sdp_set.pico sdp_uuid.pico sdp_service.pico sdp_session.pico sdp_compat.pico bluetooth.pico.tmp bt_dev.pico.tmp sdp_data.pico.tmp sdp_get.pico.tmp sdp_match.pico.tmp sdp_put.pico.tmp sdp_record.pico.tmp sdp_set.pico.tmp sdp_uuid.pico.tmp sdp_service.pico.tmp sdp_session.pico.tmp sdp_compat.pico.tmp || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMPasses --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbluetooth && rm -f libbluetooth_pic.a libbluetooth.so.* libbluetooth.so bluetooth.pico bt_dev.pico sdp_data.pico sdp_get.pico sdp_match.pico sdp_put.pico sdp_record.pico sdp_set.pico sdp_uuid.pico sdp_service.pico sdp_session.pico sdp_compat.pico bluetooth.pico.tmp bt_dev.pico.tmp sdp_data.pico.tmp sdp_get.pico.tmp sdp_match.pico.tmp sdp_put.pico.tmp sdp_record.pico.tmp sdp_set.pico.tmp sdp_uuid.pico.tmp sdp_service.pico.tmp sdp_session.pico.tmp sdp_compat.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbluetooth && rm -f llib-lbluetooth.ln bluetooth.ln bt_dev.ln sdp_data.ln sdp_get.ln sdp_match.ln sdp_put.ln sdp_record.ln sdp_set.ln sdp_uuid.ln sdp_service.ln sdp_session.ln sdp_compat.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbluetooth && rm -f llib-lbluetooth.ln bluetooth.ln bt_dev.ln sdp_data.ln sdp_get.ln sdp_match.ln sdp_put.ln sdp_record.ln sdp_set.ln sdp_uuid.ln sdp_service.ln sdp_session.ln sdp_compat.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses.a PassBuilder.o PassBuilderBindings.o PassPlugin.o StandardInstrumentations.o PassBuilder.o.tmp PassBuilderBindings.o.tmp PassPlugin.o.tmp StandardInstrumentations.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbluetooth && rm -f libbluetooth.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses.a PassBuilder.o PassBuilderBindings.o PassPlugin.o StandardInstrumentations.o PassBuilder.o.tmp PassBuilderBindings.o.tmp PassPlugin.o.tmp StandardInstrumentations.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbluetooth && rm -f libbluetooth.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_p.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbluetooth && rm -f bluetooth.html3 bt_dev.html3 sdp.html3 sdp_data.html3 .depend bluetooth.d bt_dev.d sdp_compat.d sdp_data.d sdp_get.d sdp_match.d sdp_put.d sdp_record.d sdp_service.d sdp_session.d sdp_set.d sdp_uuid.d bluetooth.d.tmp bt_dev.d.tmp sdp_compat.d.tmp sdp_data.d.tmp sdp_get.d.tmp sdp_match.d.tmp sdp_put.d.tmp sdp_record.d.tmp sdp_service.d.tmp sdp_session.d.tmp sdp_set.d.tmp sdp_uuid.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbluetooth && rm -f bluetooth.html3 bt_dev.html3 sdp.html3 sdp_data.html3 .depend bluetooth.d bt_dev.d sdp_compat.d sdp_data.d sdp_get.d sdp_match.d sdp_put.d sdp_record.d sdp_service.d sdp_session.d sdp_set.d sdp_uuid.d bluetooth.d.tmp bt_dev.d.tmp sdp_compat.d.tmp sdp_data.d.tmp sdp_get.d.tmp sdp_match.d.tmp sdp_put.d.tmp sdp_record.d.tmp sdp_service.d.tmp sdp_session.d.tmp sdp_set.d.tmp sdp_uuid.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_g.a || true) --- cleandir-lib --- --- cleandir-libbsdmalloc --- cleandir ===> lib/libbsdmalloc --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_pic.a PassBuilder.pico PassBuilderBindings.pico PassPlugin.pico StandardInstrumentations.pico PassBuilder.pico.tmp PassBuilderBindings.pico.tmp PassPlugin.pico.tmp StandardInstrumentations.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_pic.a PassBuilder.pico PassBuilderBindings.pico PassPlugin.pico StandardInstrumentations.pico PassBuilder.pico.tmp PassBuilderBindings.pico.tmp PassPlugin.pico.tmp StandardInstrumentations.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbsdmalloc && rm -f libbsdmalloc.a malloc.o malloc.o.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f llib-lLLVMPasses.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbsdmalloc && rm -f libbsdmalloc.a malloc.o malloc.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f llib-lLLVMPasses.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbsdmalloc && rm -f libbsdmalloc_p.a malloc.po malloc.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbsdmalloc && rm -f libbsdmalloc_p.a malloc.po malloc.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbsdmalloc && rm -f libbsdmalloc_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f .depend PassBuilder.d PassBuilderBindings.d PassPlugin.d StandardInstrumentations.d PassBuilder.d.tmp PassBuilderBindings.d.tmp PassPlugin.d.tmp StandardInstrumentations.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbsdmalloc && rm -f libbsdmalloc_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f .depend PassBuilder.d PassBuilderBindings.d PassPlugin.d StandardInstrumentations.d PassBuilder.d.tmp PassBuilderBindings.d.tmp PassPlugin.d.tmp StandardInstrumentations.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbsdmalloc && rm -f libbsdmalloc_pic.a libbsdmalloc.so.* libbsdmalloc.so malloc.pico malloc.pico.tmp || true) --- cleandir-external --- --- cleandir-libLLVMProfileData --- cleandir ===> external/apache2/llvm/librt/libLLVMProfileData --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbsdmalloc && rm -f libbsdmalloc_pic.a libbsdmalloc.so.* libbsdmalloc.so malloc.pico malloc.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbsdmalloc && rm -f llib-lbsdmalloc.ln malloc.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbsdmalloc && rm -f llib-lbsdmalloc.ln malloc.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData.a GCOV.o InstrProf.o InstrProfReader.o InstrProfWriter.o ProfileSummaryBuilder.o SampleProf.o SampleProfReader.o SampleProfWriter.o GCOV.o.tmp InstrProf.o.tmp InstrProfReader.o.tmp InstrProfWriter.o.tmp ProfileSummaryBuilder.o.tmp SampleProf.o.tmp SampleProfReader.o.tmp SampleProfWriter.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbsdmalloc && rm -f libbsdmalloc.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbsdmalloc && rm -f libbsdmalloc.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData.a GCOV.o InstrProf.o InstrProfReader.o InstrProfWriter.o ProfileSummaryBuilder.o SampleProf.o SampleProfReader.o SampleProfWriter.o GCOV.o.tmp InstrProf.o.tmp InstrProfReader.o.tmp InstrProfWriter.o.tmp ProfileSummaryBuilder.o.tmp SampleProf.o.tmp SampleProfReader.o.tmp SampleProfWriter.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbsdmalloc && rm -f .depend malloc.d malloc.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbsdmalloc && rm -f .depend malloc.d malloc.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- cleandir-libbz2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_g.a || true) --- cleandir-lib --- cleandir ===> lib/libbz2 --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_pic.a GCOV.pico InstrProf.pico InstrProfReader.pico InstrProfWriter.pico ProfileSummaryBuilder.pico SampleProf.pico SampleProfReader.pico SampleProfWriter.pico GCOV.pico.tmp InstrProf.pico.tmp InstrProfReader.pico.tmp InstrProfWriter.pico.tmp ProfileSummaryBuilder.pico.tmp SampleProf.pico.tmp SampleProfReader.pico.tmp SampleProfWriter.pico.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_pic.a GCOV.pico InstrProf.pico InstrProfReader.pico InstrProfWriter.pico ProfileSummaryBuilder.pico SampleProf.pico SampleProfReader.pico SampleProfWriter.pico GCOV.pico.tmp InstrProf.pico.tmp InstrProfReader.pico.tmp InstrProfWriter.pico.tmp ProfileSummaryBuilder.pico.tmp SampleProf.pico.tmp SampleProfReader.pico.tmp SampleProfWriter.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbz2 && rm -f libbz2.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbz2 && rm -f libbz2.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f llib-lLLVMProfileData.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f llib-lLLVMProfileData.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbz2 && rm -f libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o blocksort.o.tmp huffman.o.tmp crctable.o.tmp randtable.o.tmp compress.o.tmp decompress.o.tmp bzlib.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbz2 && rm -f libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o blocksort.o.tmp huffman.o.tmp crctable.o.tmp randtable.o.tmp compress.o.tmp decompress.o.tmp bzlib.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbz2 && rm -f libbz2_p.a blocksort.po huffman.po crctable.po randtable.po compress.po decompress.po bzlib.po blocksort.po.tmp huffman.po.tmp crctable.po.tmp randtable.po.tmp compress.po.tmp decompress.po.tmp bzlib.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbz2 && rm -f libbz2_p.a blocksort.po huffman.po crctable.po randtable.po compress.po decompress.po bzlib.po blocksort.po.tmp huffman.po.tmp crctable.po.tmp randtable.po.tmp compress.po.tmp decompress.po.tmp bzlib.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f .depend GCOV.d InstrProf.d InstrProfReader.d InstrProfWriter.d ProfileSummaryBuilder.d SampleProf.d SampleProfReader.d SampleProfWriter.d GCOV.d.tmp InstrProf.d.tmp InstrProfReader.d.tmp InstrProfWriter.d.tmp ProfileSummaryBuilder.d.tmp SampleProf.d.tmp SampleProfReader.d.tmp SampleProfWriter.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f .depend GCOV.d InstrProf.d InstrProfReader.d InstrProfWriter.d ProfileSummaryBuilder.d SampleProf.d SampleProfReader.d SampleProfWriter.d GCOV.d.tmp InstrProf.d.tmp InstrProfReader.d.tmp InstrProfWriter.d.tmp ProfileSummaryBuilder.d.tmp SampleProf.d.tmp SampleProfReader.d.tmp SampleProfWriter.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbz2 && rm -f libbz2_g.a || true) --- cleandir-external --- --- cleandir-libLLVMRemarks --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbz2 && rm -f libbz2_g.a || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMRemarks --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbz2 && rm -f libbz2_pic.a libbz2.so.* libbz2.so blocksort.pico huffman.pico crctable.pico randtable.pico compress.pico decompress.pico bzlib.pico blocksort.pico.tmp huffman.pico.tmp crctable.pico.tmp randtable.pico.tmp compress.pico.tmp decompress.pico.tmp bzlib.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbz2 && rm -f libbz2_pic.a libbz2.so.* libbz2.so blocksort.pico huffman.pico crctable.pico randtable.pico compress.pico decompress.pico bzlib.pico blocksort.pico.tmp huffman.pico.tmp crctable.pico.tmp randtable.pico.tmp compress.pico.tmp decompress.pico.tmp bzlib.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbz2 && rm -f llib-lbz2.ln blocksort.ln huffman.ln crctable.ln randtable.ln compress.ln decompress.ln bzlib.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks.a BitstreamRemarkParser.o BitstreamRemarkSerializer.o Remark.o RemarkFormat.o RemarkLinker.o RemarkParser.o RemarkSerializer.o RemarkStreamer.o RemarkStringTable.o YAMLRemarkParser.o YAMLRemarkSerializer.o BitstreamRemarkParser.o.tmp BitstreamRemarkSerializer.o.tmp Remark.o.tmp RemarkFormat.o.tmp RemarkLinker.o.tmp RemarkParser.o.tmp RemarkSerializer.o.tmp RemarkStreamer.o.tmp RemarkStringTable.o.tmp YAMLRemarkParser.o.tmp YAMLRemarkSerializer.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbz2 && rm -f llib-lbz2.ln blocksort.ln huffman.ln crctable.ln randtable.ln compress.ln decompress.ln bzlib.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks.a BitstreamRemarkParser.o BitstreamRemarkSerializer.o Remark.o RemarkFormat.o RemarkLinker.o RemarkParser.o RemarkSerializer.o RemarkStreamer.o RemarkStringTable.o YAMLRemarkParser.o YAMLRemarkSerializer.o BitstreamRemarkParser.o.tmp BitstreamRemarkSerializer.o.tmp Remark.o.tmp RemarkFormat.o.tmp RemarkLinker.o.tmp RemarkParser.o.tmp RemarkSerializer.o.tmp RemarkStreamer.o.tmp RemarkStringTable.o.tmp YAMLRemarkParser.o.tmp YAMLRemarkSerializer.o.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbz2 && rm -f .depend blocksort.d bzlib.d compress.d crctable.d decompress.d huffman.d randtable.d blocksort.d.tmp bzlib.d.tmp compress.d.tmp crctable.d.tmp decompress.d.tmp huffman.d.tmp randtable.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbz2 && rm -f .depend blocksort.d bzlib.d compress.d crctable.d decompress.d huffman.d randtable.d blocksort.d.tmp bzlib.d.tmp compress.d.tmp crctable.d.tmp decompress.d.tmp huffman.d.tmp randtable.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_p.a || true) --- cleandir-lib --- --- cleandir-libcompat --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- cleandir ===> lib/libcompat --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_g.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcompat && rm -f libcompat.a gtty.o ftime.o stty.o cfree.o regex.o rexec.o ruserpass.o cuserid.o regexp.o regsub.o gtty.o.tmp ftime.o.tmp stty.o.tmp cfree.o.tmp regex.o.tmp rexec.o.tmp ruserpass.o.tmp cuserid.o.tmp regexp.o.tmp regsub.o.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcompat && rm -f libcompat.a gtty.o ftime.o stty.o cfree.o regex.o rexec.o ruserpass.o cuserid.o regexp.o regsub.o gtty.o.tmp ftime.o.tmp stty.o.tmp cfree.o.tmp regex.o.tmp rexec.o.tmp ruserpass.o.tmp cuserid.o.tmp regexp.o.tmp regsub.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_pic.a BitstreamRemarkParser.pico BitstreamRemarkSerializer.pico Remark.pico RemarkFormat.pico RemarkLinker.pico RemarkParser.pico RemarkSerializer.pico RemarkStreamer.pico RemarkStringTable.pico YAMLRemarkParser.pico YAMLRemarkSerializer.pico BitstreamRemarkParser.pico.tmp BitstreamRemarkSerializer.pico.tmp Remark.pico.tmp RemarkFormat.pico.tmp RemarkLinker.pico.tmp RemarkParser.pico.tmp RemarkSerializer.pico.tmp RemarkStreamer.pico.tmp RemarkStringTable.pico.tmp YAMLRemarkParser.pico.tmp YAMLRemarkSerializer.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_pic.a BitstreamRemarkParser.pico BitstreamRemarkSerializer.pico Remark.pico RemarkFormat.pico RemarkLinker.pico RemarkParser.pico RemarkSerializer.pico RemarkStreamer.pico RemarkStringTable.pico YAMLRemarkParser.pico YAMLRemarkSerializer.pico BitstreamRemarkParser.pico.tmp BitstreamRemarkSerializer.pico.tmp Remark.pico.tmp RemarkFormat.pico.tmp RemarkLinker.pico.tmp RemarkParser.pico.tmp RemarkSerializer.pico.tmp RemarkStreamer.pico.tmp RemarkStringTable.pico.tmp YAMLRemarkParser.pico.tmp YAMLRemarkSerializer.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcompat && rm -f libcompat_p.a gtty.po ftime.po stty.po cfree.po regex.po rexec.po ruserpass.po cuserid.po regexp.po regsub.po gtty.po.tmp ftime.po.tmp stty.po.tmp cfree.po.tmp regex.po.tmp rexec.po.tmp ruserpass.po.tmp cuserid.po.tmp regexp.po.tmp regsub.po.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcompat && rm -f libcompat_p.a gtty.po ftime.po stty.po cfree.po regex.po rexec.po ruserpass.po cuserid.po regexp.po regsub.po gtty.po.tmp ftime.po.tmp stty.po.tmp cfree.po.tmp regex.po.tmp rexec.po.tmp ruserpass.po.tmp cuserid.po.tmp regexp.po.tmp regsub.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f llib-lLLVMRemarks.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f llib-lLLVMRemarks.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcompat && rm -f libcompat_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcompat && rm -f libcompat_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcompat && rm -f libcompat_pic.a gtty.pico ftime.pico stty.pico cfree.pico regex.pico rexec.pico ruserpass.pico cuserid.pico regexp.pico regsub.pico gtty.pico.tmp ftime.pico.tmp stty.pico.tmp cfree.pico.tmp regex.pico.tmp rexec.pico.tmp ruserpass.pico.tmp cuserid.pico.tmp regexp.pico.tmp regsub.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcompat && rm -f libcompat_pic.a gtty.pico ftime.pico stty.pico cfree.pico regex.pico rexec.pico ruserpass.pico cuserid.pico regexp.pico regsub.pico gtty.pico.tmp ftime.pico.tmp stty.pico.tmp cfree.pico.tmp regex.pico.tmp rexec.pico.tmp ruserpass.pico.tmp cuserid.pico.tmp regexp.pico.tmp regsub.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f .depend BitstreamRemarkParser.d BitstreamRemarkSerializer.d Remark.d RemarkFormat.d RemarkLinker.d RemarkParser.d RemarkSerializer.d RemarkStreamer.d RemarkStringTable.d YAMLRemarkParser.d YAMLRemarkSerializer.d BitstreamRemarkParser.d.tmp BitstreamRemarkSerializer.d.tmp Remark.d.tmp RemarkFormat.d.tmp RemarkLinker.d.tmp RemarkParser.d.tmp RemarkSerializer.d.tmp RemarkStreamer.d.tmp RemarkStringTable.d.tmp YAMLRemarkParser.d.tmp YAMLRemarkSerializer.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f .depend BitstreamRemarkParser.d BitstreamRemarkSerializer.d Remark.d RemarkFormat.d RemarkLinker.d RemarkParser.d RemarkSerializer.d RemarkStreamer.d RemarkStringTable.d YAMLRemarkParser.d YAMLRemarkSerializer.d BitstreamRemarkParser.d.tmp BitstreamRemarkSerializer.d.tmp Remark.d.tmp RemarkFormat.d.tmp RemarkLinker.d.tmp RemarkParser.d.tmp RemarkSerializer.d.tmp RemarkStreamer.d.tmp RemarkStringTable.d.tmp YAMLRemarkParser.d.tmp YAMLRemarkSerializer.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcompat && rm -f llib-lcompat.ln gtty.ln ftime.ln stty.ln cfree.ln regex.ln rexec.ln ruserpass.ln cuserid.ln regexp.ln regsub.ln || true) --- cleandir-external --- --- cleandir-libLLVMRuntimeDyld --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcompat && rm -f llib-lcompat.ln gtty.ln ftime.ln stty.ln cfree.ln regex.ln rexec.ln ruserpass.ln cuserid.ln regexp.ln regsub.ln || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMRuntimeDyld --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcompat && rm -f libcompat.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcompat && rm -f libcompat.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcompat && rm -f ftime.html3 stty.html3 re_comp.html3 rexec.html3 cuserid.html3 regexp.html3 .depend cfree.d cuserid.d ftime.d gtty.d regex.d regexp.d regsub.d rexec.d ruserpass.d stty.d cfree.d.tmp cuserid.d.tmp ftime.d.tmp gtty.d.tmp regex.d.tmp regexp.d.tmp regsub.d.tmp rexec.d.tmp ruserpass.d.tmp stty.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld.a JITSymbol.o RTDyldMemoryManager.o RuntimeDyld.o RuntimeDyldCOFF.o RuntimeDyldChecker.o RuntimeDyldELF.o RuntimeDyldMachO.o RuntimeDyldELFMips.o JITSymbol.o.tmp RTDyldMemoryManager.o.tmp RuntimeDyld.o.tmp RuntimeDyldCOFF.o.tmp RuntimeDyldChecker.o.tmp RuntimeDyldELF.o.tmp RuntimeDyldMachO.o.tmp RuntimeDyldELFMips.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcompat && rm -f ftime.html3 stty.html3 re_comp.html3 rexec.html3 cuserid.html3 regexp.html3 .depend cfree.d cuserid.d ftime.d gtty.d regex.d regexp.d regsub.d rexec.d ruserpass.d stty.d cfree.d.tmp cuserid.d.tmp ftime.d.tmp gtty.d.tmp regex.d.tmp regexp.d.tmp regsub.d.tmp rexec.d.tmp ruserpass.d.tmp stty.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld.a JITSymbol.o RTDyldMemoryManager.o RuntimeDyld.o RuntimeDyldCOFF.o RuntimeDyldChecker.o RuntimeDyldELF.o RuntimeDyldMachO.o RuntimeDyldELFMips.o JITSymbol.o.tmp RTDyldMemoryManager.o.tmp RuntimeDyld.o.tmp RuntimeDyldCOFF.o.tmp RuntimeDyldChecker.o.tmp RuntimeDyldELF.o.tmp RuntimeDyldMachO.o.tmp RuntimeDyldELFMips.o.tmp || true) --- cleandir-lib --- --- cleandir-libcrypt --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- cleandir ===> lib/libcrypt --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_g.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcrypt && rm -f libcrypt.a crypt.o md5crypt.o bcrypt.o crypt-sha1.o util.o pw_gensalt.o hmac_sha1.o crypt-argon2.o argon2.o core.o blake2b.o encoding.o ref.o crypt.o.tmp md5crypt.o.tmp bcrypt.o.tmp crypt-sha1.o.tmp util.o.tmp pw_gensalt.o.tmp hmac_sha1.o.tmp crypt-argon2.o.tmp argon2.o.tmp core.o.tmp blake2b.o.tmp encoding.o.tmp ref.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcrypt && rm -f libcrypt.a crypt.o md5crypt.o bcrypt.o crypt-sha1.o util.o pw_gensalt.o hmac_sha1.o crypt-argon2.o argon2.o core.o blake2b.o encoding.o ref.o crypt.o.tmp md5crypt.o.tmp bcrypt.o.tmp crypt-sha1.o.tmp util.o.tmp pw_gensalt.o.tmp hmac_sha1.o.tmp crypt-argon2.o.tmp argon2.o.tmp core.o.tmp blake2b.o.tmp encoding.o.tmp ref.o.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_pic.a JITSymbol.pico RTDyldMemoryManager.pico RuntimeDyld.pico RuntimeDyldCOFF.pico RuntimeDyldChecker.pico RuntimeDyldELF.pico RuntimeDyldMachO.pico RuntimeDyldELFMips.pico JITSymbol.pico.tmp RTDyldMemoryManager.pico.tmp RuntimeDyld.pico.tmp RuntimeDyldCOFF.pico.tmp RuntimeDyldChecker.pico.tmp RuntimeDyldELF.pico.tmp RuntimeDyldMachO.pico.tmp RuntimeDyldELFMips.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcrypt && rm -f libcrypt_p.a crypt.po md5crypt.po bcrypt.po crypt-sha1.po util.po pw_gensalt.po hmac_sha1.po crypt-argon2.po argon2.po core.po blake2b.po encoding.po ref.po crypt.po.tmp md5crypt.po.tmp bcrypt.po.tmp crypt-sha1.po.tmp util.po.tmp pw_gensalt.po.tmp hmac_sha1.po.tmp crypt-argon2.po.tmp argon2.po.tmp core.po.tmp blake2b.po.tmp encoding.po.tmp ref.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_pic.a JITSymbol.pico RTDyldMemoryManager.pico RuntimeDyld.pico RuntimeDyldCOFF.pico RuntimeDyldChecker.pico RuntimeDyldELF.pico RuntimeDyldMachO.pico RuntimeDyldELFMips.pico JITSymbol.pico.tmp RTDyldMemoryManager.pico.tmp RuntimeDyld.pico.tmp RuntimeDyldCOFF.pico.tmp RuntimeDyldChecker.pico.tmp RuntimeDyldELF.pico.tmp RuntimeDyldMachO.pico.tmp RuntimeDyldELFMips.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcrypt && rm -f libcrypt_p.a crypt.po md5crypt.po bcrypt.po crypt-sha1.po util.po pw_gensalt.po hmac_sha1.po crypt-argon2.po argon2.po core.po blake2b.po encoding.po ref.po crypt.po.tmp md5crypt.po.tmp bcrypt.po.tmp crypt-sha1.po.tmp util.po.tmp pw_gensalt.po.tmp hmac_sha1.po.tmp crypt-argon2.po.tmp argon2.po.tmp core.po.tmp blake2b.po.tmp encoding.po.tmp ref.po.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f llib-lLLVMRuntimeDyld.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f llib-lLLVMRuntimeDyld.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcrypt && rm -f libcrypt_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcrypt && rm -f libcrypt_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcrypt && rm -f libcrypt_pic.a libcrypt.so.* libcrypt.so crypt.pico md5crypt.pico bcrypt.pico crypt-sha1.pico util.pico pw_gensalt.pico hmac_sha1.pico crypt-argon2.pico argon2.pico core.pico blake2b.pico encoding.pico ref.pico crypt.pico.tmp md5crypt.pico.tmp bcrypt.pico.tmp crypt-sha1.pico.tmp util.pico.tmp pw_gensalt.pico.tmp hmac_sha1.pico.tmp crypt-argon2.pico.tmp argon2.pico.tmp core.pico.tmp blake2b.pico.tmp encoding.pico.tmp ref.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcrypt && rm -f libcrypt_pic.a libcrypt.so.* libcrypt.so crypt.pico md5crypt.pico bcrypt.pico crypt-sha1.pico util.pico pw_gensalt.pico hmac_sha1.pico crypt-argon2.pico argon2.pico core.pico blake2b.pico encoding.pico ref.pico crypt.pico.tmp md5crypt.pico.tmp bcrypt.pico.tmp crypt-sha1.pico.tmp util.pico.tmp pw_gensalt.pico.tmp hmac_sha1.pico.tmp crypt-argon2.pico.tmp argon2.pico.tmp core.pico.tmp blake2b.pico.tmp encoding.pico.tmp ref.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f .depend JITSymbol.d RTDyldMemoryManager.d RuntimeDyld.d RuntimeDyldCOFF.d RuntimeDyldChecker.d RuntimeDyldELF.d RuntimeDyldELFMips.d RuntimeDyldMachO.d JITSymbol.d.tmp RTDyldMemoryManager.d.tmp RuntimeDyld.d.tmp RuntimeDyldCOFF.d.tmp RuntimeDyldChecker.d.tmp RuntimeDyldELF.d.tmp RuntimeDyldELFMips.d.tmp RuntimeDyldMachO.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcrypt && rm -f llib-lcrypt.ln crypt.ln md5crypt.ln bcrypt.ln crypt-sha1.ln util.ln pw_gensalt.ln hmac_sha1.ln crypt-argon2.ln argon2.ln core.ln blake2b.ln encoding.ln ref.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f .depend JITSymbol.d RTDyldMemoryManager.d RuntimeDyld.d RuntimeDyldCOFF.d RuntimeDyldChecker.d RuntimeDyldELF.d RuntimeDyldELFMips.d RuntimeDyldMachO.d JITSymbol.d.tmp RTDyldMemoryManager.d.tmp RuntimeDyld.d.tmp RuntimeDyldCOFF.d.tmp RuntimeDyldChecker.d.tmp RuntimeDyldELF.d.tmp RuntimeDyldELFMips.d.tmp RuntimeDyldMachO.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcrypt && rm -f llib-lcrypt.ln crypt.ln md5crypt.ln bcrypt.ln crypt-sha1.ln util.ln pw_gensalt.ln hmac_sha1.ln crypt-argon2.ln argon2.ln core.ln blake2b.ln encoding.ln ref.ln || true) --- cleandir-external --- --- cleandir-libLLVMScalarOpts --- cleandir ===> external/apache2/llvm/librt/libLLVMScalarOpts --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcrypt && rm -f libcrypt.so.1.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcrypt && rm -f libcrypt.so.1.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcrypt && rm -f crypt.html3 pw_gensalt.html3 .depend argon2.d bcrypt.d blake2b.d core.d crypt-argon2.d crypt-sha1.d crypt.d encoding.d hmac_sha1.d md5crypt.d pw_gensalt.d ref.d util.d argon2.d.tmp bcrypt.d.tmp blake2b.d.tmp core.d.tmp crypt-argon2.d.tmp crypt-sha1.d.tmp crypt.d.tmp encoding.d.tmp hmac_sha1.d.tmp md5crypt.d.tmp pw_gensalt.d.tmp ref.d.tmp util.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcrypt && rm -f crypt.html3 pw_gensalt.html3 .depend argon2.d bcrypt.d blake2b.d core.d crypt-argon2.d crypt-sha1.d crypt.d encoding.d hmac_sha1.d md5crypt.d pw_gensalt.d ref.d util.d argon2.d.tmp bcrypt.d.tmp blake2b.d.tmp core.d.tmp crypt-argon2.d.tmp crypt-sha1.d.tmp crypt.d.tmp encoding.d.tmp hmac_sha1.d.tmp md5crypt.d.tmp pw_gensalt.d.tmp ref.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts.a ADCE.o AlignmentFromAssumptions.o AnnotationRemarks.o BDCE.o CallSiteSplitting.o ConstantHoisting.o ConstraintElimination.o CorrelatedValuePropagation.o DCE.o DeadStoreElimination.o DivRemPairs.o EarlyCSE.o FlattenCFGPass.o Float2Int.o GuardWidening.o GVN.o GVNHoist.o GVNSink.o InductiveRangeCheckElimination.o IndVarSimplify.o InferAddressSpaces.o InstSimplifyPass.o IVUsersPrinter.o JumpThreading.o LICM.o LoopAccessAnalysisPrinter.o LoopDataPrefetch.o LoopDeletion.o LoopDistribute.o LoopFlatten.o LoopFuse.o LoopIdiomRecognize.o LoopInstSimplify.o LoopInterchange.o LoopLoadElimination.o LoopPassManager.o LoopPredication.o LoopRerollPass.o LoopRotation.o LoopSimplifyCFG.o LoopSink.o LoopStrengthReduce.o LoopUnrollAndJamPass.o LoopUnrollPass.o LoopUnswitch.o LoopVersioningLICM.o LowerAtomic.o LowerConstantIntrinsics.o LowerExpectIntrinsic.o LowerGuardIntrinsic.o LowerMatrixIntrinsics.o LowerWidenableCondition.o MakeGuardsExplicit.o MemCpyOptimizer.o MergedLoadStoreMotion.o MergeICmps.o NaryReassociate.o NewGVN.o PartiallyInlineLibCalls.o PlaceSafepoints.o Reassociate.o Reg2Mem.o RewriteStatepointsForGC.o Scalar.o ScalarizeMaskedMemIntrin.o Scalarizer.o SCCP.o SeparateConstOffsetFromGEP.o SimpleLoopUnswitch.o SimplifyCFGPass.o Sink.o SpeculateAroundPHIs.o SpeculativeExecution.o SROA.o StraightLineStrengthReduce.o StructurizeCFG.o TailRecursionElimination.o WarnMissedTransforms.o ADCE.o.tmp AlignmentFromAssumptions.o.tmp AnnotationRemarks.o.tmp BDCE.o.tmp CallSiteSplitting.o.tmp ConstantHoisting.o.tmp ConstraintElimination.o.tmp CorrelatedValuePropagation.o.tmp DCE.o.tmp DeadStoreElimination.o.tmp DivRemPairs.o.tmp EarlyCSE.o.tmp FlattenCFGPass.o.tmp Float2Int.o.tmp GuardWidening.o.tmp GVN.o.tmp GVNHoist.o.tmp GVNSink.o.tmp InductiveRangeCheckElimination.o.tmp IndVarSimplify.o.tmp InferAddressSpaces.o.tmp InstSimplifyPass.o.tmp IVUsersPrinter.o.tmp JumpThreading.o.tmp LICM.o.tmp LoopAccessAnalysisPrinter.o.tmp LoopDataPrefetch.o.tmp LoopDeletion.o.tmp LoopDistribute.o.tmp LoopFlatten.o.tmp LoopFuse.o.tmp LoopIdiomRecognize.o.tmp LoopInstSimplify.o.tmp LoopInterchange.o.tmp LoopLoadElimination.o.tmp LoopPassManager.o.tmp LoopPredication.o.tmp LoopRerollPass.o.tmp LoopRotation.o.tmp LoopSimplifyCFG.o.tmp LoopSink.o.tmp LoopStrengthReduce.o.tmp LoopUnrollAndJamPass.o.tmp LoopUnrollPass.o.tmp LoopUnswitch.o.tmp LoopVersioningLICM.o.tmp LowerAtomic.o.tmp LowerConstantIntrinsics.o.tmp LowerExpectIntrinsic.o.tmp LowerGuardIntrinsic.o.tmp LowerMatrixIntrinsics.o.tmp LowerWidenableCondition.o.tmp MakeGuardsExplicit.o.tmp MemCpyOptimizer.o.tmp MergedLoadStoreMotion.o.tmp MergeICmps.o.tmp NaryReassociate.o.tmp NewGVN.o.tmp PartiallyInlineLibCalls.o.tmp PlaceSafepoints.o.tmp Reassociate.o.tmp Reg2Mem.o.tmp RewriteStatepointsForGC.o.tmp Scalar.o.tmp ScalarizeMaskedMemIntrin.o.tmp Scalarizer.o.tmp SCCP.o.tmp SeparateConstOffsetFromGEP.o.tmp SimpleLoopUnswitch.o.tmp SimplifyCFGPass.o.tmp Sink.o.tmp SpeculateAroundPHIs.o.tmp SpeculativeExecution.o.tmp SROA.o.tmp StraightLineStrengthReduce.o.tmp StructurizeCFG.o.tmp TailRecursionElimination.o.tmp WarnMissedTransforms.o.tmp || true) --- cleandir-lib --- --- cleandir-libintl --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts.a ADCE.o AlignmentFromAssumptions.o AnnotationRemarks.o BDCE.o CallSiteSplitting.o ConstantHoisting.o ConstraintElimination.o CorrelatedValuePropagation.o DCE.o DeadStoreElimination.o DivRemPairs.o EarlyCSE.o FlattenCFGPass.o Float2Int.o GuardWidening.o GVN.o GVNHoist.o GVNSink.o InductiveRangeCheckElimination.o IndVarSimplify.o InferAddressSpaces.o InstSimplifyPass.o IVUsersPrinter.o JumpThreading.o LICM.o LoopAccessAnalysisPrinter.o LoopDataPrefetch.o LoopDeletion.o LoopDistribute.o LoopFlatten.o LoopFuse.o LoopIdiomRecognize.o LoopInstSimplify.o LoopInterchange.o LoopLoadElimination.o LoopPassManager.o LoopPredication.o LoopRerollPass.o LoopRotation.o LoopSimplifyCFG.o LoopSink.o LoopStrengthReduce.o LoopUnrollAndJamPass.o LoopUnrollPass.o LoopUnswitch.o LoopVersioningLICM.o LowerAtomic.o LowerConstantIntrinsics.o LowerExpectIntrinsic.o LowerGuardIntrinsic.o LowerMatrixIntrinsics.o LowerWidenableCondition.o MakeGuardsExplicit.o MemCpyOptimizer.o MergedLoadStoreMotion.o MergeICmps.o NaryReassociate.o NewGVN.o PartiallyInlineLibCalls.o PlaceSafepoints.o Reassociate.o Reg2Mem.o RewriteStatepointsForGC.o Scalar.o ScalarizeMaskedMemIntrin.o Scalarizer.o SCCP.o SeparateConstOffsetFromGEP.o SimpleLoopUnswitch.o SimplifyCFGPass.o Sink.o SpeculateAroundPHIs.o SpeculativeExecution.o SROA.o StraightLineStrengthReduce.o StructurizeCFG.o TailRecursionElimination.o WarnMissedTransforms.o ADCE.o.tmp AlignmentFromAssumptions.o.tmp AnnotationRemarks.o.tmp BDCE.o.tmp CallSiteSplitting.o.tmp ConstantHoisting.o.tmp ConstraintElimination.o.tmp CorrelatedValuePropagation.o.tmp DCE.o.tmp DeadStoreElimination.o.tmp DivRemPairs.o.tmp EarlyCSE.o.tmp FlattenCFGPass.o.tmp Float2Int.o.tmp GuardWidening.o.tmp GVN.o.tmp GVNHoist.o.tmp GVNSink.o.tmp InductiveRangeCheckElimination.o.tmp IndVarSimplify.o.tmp InferAddressSpaces.o.tmp InstSimplifyPass.o.tmp IVUsersPrinter.o.tmp JumpThreading.o.tmp LICM.o.tmp LoopAccessAnalysisPrinter.o.tmp LoopDataPrefetch.o.tmp LoopDeletion.o.tmp LoopDistribute.o.tmp LoopFlatten.o.tmp LoopFuse.o.tmp LoopIdiomRecognize.o.tmp LoopInstSimplify.o.tmp LoopInterchange.o.tmp LoopLoadElimination.o.tmp LoopPassManager.o.tmp LoopPredication.o.tmp LoopRerollPass.o.tmp LoopRotation.o.tmp LoopSimplifyCFG.o.tmp LoopSink.o.tmp LoopStrengthReduce.o.tmp LoopUnrollAndJamPass.o.tmp LoopUnrollPass.o.tmp LoopUnswitch.o.tmp LoopVersioningLICM.o.tmp LowerAtomic.o.tmp LowerConstantIntrinsics.o.tmp LowerExpectIntrinsic.o.tmp LowerGuardIntrinsic.o.tmp LowerMatrixIntrinsics.o.tmp LowerWidenableCondition.o.tmp MakeGuardsExplicit.o.tmp MemCpyOptimizer.o.tmp MergedLoadStoreMotion.o.tmp MergeICmps.o.tmp NaryReassociate.o.tmp NewGVN.o.tmp PartiallyInlineLibCalls.o.tmp PlaceSafepoints.o.tmp Reassociate.o.tmp Reg2Mem.o.tmp RewriteStatepointsForGC.o.tmp Scalar.o.tmp ScalarizeMaskedMemIntrin.o.tmp Scalarizer.o.tmp SCCP.o.tmp SeparateConstOffsetFromGEP.o.tmp SimpleLoopUnswitch.o.tmp SimplifyCFGPass.o.tmp Sink.o.tmp SpeculateAroundPHIs.o.tmp SpeculativeExecution.o.tmp SROA.o.tmp StraightLineStrengthReduce.o.tmp StructurizeCFG.o.tmp TailRecursionElimination.o.tmp WarnMissedTransforms.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/libintl --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_p.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libintl && rm -f libintl.a gettext.o textdomain.o gettext_iconv.o gettext_dummy.o strhash.o sysdep.o plural_parser.o gettext.o.tmp textdomain.o.tmp gettext_iconv.o.tmp gettext_dummy.o.tmp strhash.o.tmp sysdep.o.tmp plural_parser.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libintl && rm -f libintl.a gettext.o textdomain.o gettext_iconv.o gettext_dummy.o strhash.o sysdep.o plural_parser.o gettext.o.tmp textdomain.o.tmp gettext_iconv.o.tmp gettext_dummy.o.tmp strhash.o.tmp sysdep.o.tmp plural_parser.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libintl && rm -f libintl_p.a gettext.po textdomain.po gettext_iconv.po gettext_dummy.po strhash.po sysdep.po plural_parser.po gettext.po.tmp textdomain.po.tmp gettext_iconv.po.tmp gettext_dummy.po.tmp strhash.po.tmp sysdep.po.tmp plural_parser.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_pic.a ADCE.pico AlignmentFromAssumptions.pico AnnotationRemarks.pico BDCE.pico CallSiteSplitting.pico ConstantHoisting.pico ConstraintElimination.pico CorrelatedValuePropagation.pico DCE.pico DeadStoreElimination.pico DivRemPairs.pico EarlyCSE.pico FlattenCFGPass.pico Float2Int.pico GuardWidening.pico GVN.pico GVNHoist.pico GVNSink.pico InductiveRangeCheckElimination.pico IndVarSimplify.pico InferAddressSpaces.pico InstSimplifyPass.pico IVUsersPrinter.pico JumpThreading.pico LICM.pico LoopAccessAnalysisPrinter.pico LoopDataPrefetch.pico LoopDeletion.pico LoopDistribute.pico LoopFlatten.pico LoopFuse.pico LoopIdiomRecognize.pico LoopInstSimplify.pico LoopInterchange.pico LoopLoadElimination.pico LoopPassManager.pico LoopPredication.pico LoopRerollPass.pico LoopRotation.pico LoopSimplifyCFG.pico LoopSink.pico LoopStrengthReduce.pico LoopUnrollAndJamPass.pico LoopUnrollPass.pico LoopUnswitch.pico LoopVersioningLICM.pico LowerAtomic.pico LowerConstantIntrinsics.pico LowerExpectIntrinsic.pico LowerGuardIntrinsic.pico LowerMatrixIntrinsics.pico LowerWidenableCondition.pico MakeGuardsExplicit.pico MemCpyOptimizer.pico MergedLoadStoreMotion.pico MergeICmps.pico NaryReassociate.pico NewGVN.pico PartiallyInlineLibCalls.pico PlaceSafepoints.pico Reassociate.pico Reg2Mem.pico RewriteStatepointsForGC.pico Scalar.pico ScalarizeMaskedMemIntrin.pico Scalarizer.pico SCCP.pico SeparateConstOffsetFromGEP.pico SimpleLoopUnswitch.pico SimplifyCFGPass.pico Sink.pico SpeculateAroundPHIs.pico SpeculativeExecution.pico SROA.pico StraightLineStrengthReduce.pico StructurizeCFG.pico TailRecursionElimination.pico WarnMissedTransforms.pico ADCE.pico.tmp AlignmentFromAssumptions.pico.tmp AnnotationRemarks.pico.tmp BDCE.pico.tmp CallSiteSplitting.pico.tmp ConstantHoisting.pico.tmp ConstraintElimination.pico.tmp CorrelatedValuePropagation.pico.tmp DCE.pico.tmp DeadStoreElimination.pico.tmp DivRemPairs.pico.tmp EarlyCSE.pico.tmp FlattenCFGPass.pico.tmp Float2Int.pico.tmp GuardWidening.pico.tmp GVN.pico.tmp GVNHoist.pico.tmp GVNSink.pico.tmp InductiveRangeCheckElimination.pico.tmp IndVarSimplify.pico.tmp InferAddressSpaces.pico.tmp InstSimplifyPass.pico.tmp IVUsersPrinter.pico.tmp JumpThreading.pico.tmp LICM.pico.tmp LoopAccessAnalysisPrinter.pico.tmp LoopDataPrefetch.pico.tmp LoopDeletion.pico.tmp LoopDistribute.pico.tmp LoopFlatten.pico.tmp LoopFuse.pico.tmp LoopIdiomRecognize.pico.tmp LoopInstSimplify.pico.tmp LoopInterchange.pico.tmp LoopLoadElimination.pico.tmp LoopPassManager.pico.tmp LoopPredication.pico.tmp LoopRerollPass.pico.tmp LoopRotation.pico.tmp LoopSimplifyCFG.pico.tmp LoopSink.pico.tmp LoopStrengthReduce.pico.tmp LoopUnrollAndJamPass.pico.tmp LoopUnrollPass.pico.tmp LoopUnswitch.pico.tmp LoopVersioningLICM.pico.tmp LowerAtomic.pico.tmp LowerConstantIntrinsics.pico.tmp LowerExpectIntrinsic.pico.tmp LowerGuardIntrinsic.pico.tmp LowerMatrixIntrinsics.pico.tmp LowerWidenableCondition.pico.tmp MakeGuardsExplicit.pico.tmp MemCpyOptimizer.pico.tmp MergedLoadStoreMotion.pico.tmp MergeICmps.pico.tmp NaryReassociate.pico.tmp NewGVN.pico.tmp PartiallyInlineLibCalls.pico.tmp PlaceSafepoints.pico.tmp Reassociate.pico.tmp Reg2Mem.pico.tmp RewriteStatepointsForGC.pico.tmp Scalar.pico.tmp ScalarizeMaskedMemIntrin.pico.tmp Scalarizer.pico.tmp SCCP.pico.tmp SeparateConstOffsetFromGEP.pico.tmp SimpleLoopUnswitch.pico.tmp SimplifyCFGPass.pico.tmp Sink.pico.tmp SpeculateAroundPHIs.pico.tmp SpeculativeExecution.pico.tmp SROA.pico.tmp StraightLineStrengthReduce.pico.tmp StructurizeCFG.pico.tmp TailRecursionElimination.pico.tmp WarnMissedTransforms.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libintl && rm -f libintl_p.a gettext.po textdomain.po gettext_iconv.po gettext_dummy.po strhash.po sysdep.po plural_parser.po gettext.po.tmp textdomain.po.tmp gettext_iconv.po.tmp gettext_dummy.po.tmp strhash.po.tmp sysdep.po.tmp plural_parser.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_pic.a ADCE.pico AlignmentFromAssumptions.pico AnnotationRemarks.pico BDCE.pico CallSiteSplitting.pico ConstantHoisting.pico ConstraintElimination.pico CorrelatedValuePropagation.pico DCE.pico DeadStoreElimination.pico DivRemPairs.pico EarlyCSE.pico FlattenCFGPass.pico Float2Int.pico GuardWidening.pico GVN.pico GVNHoist.pico GVNSink.pico InductiveRangeCheckElimination.pico IndVarSimplify.pico InferAddressSpaces.pico InstSimplifyPass.pico IVUsersPrinter.pico JumpThreading.pico LICM.pico LoopAccessAnalysisPrinter.pico LoopDataPrefetch.pico LoopDeletion.pico LoopDistribute.pico LoopFlatten.pico LoopFuse.pico LoopIdiomRecognize.pico LoopInstSimplify.pico LoopInterchange.pico LoopLoadElimination.pico LoopPassManager.pico LoopPredication.pico LoopRerollPass.pico LoopRotation.pico LoopSimplifyCFG.pico LoopSink.pico LoopStrengthReduce.pico LoopUnrollAndJamPass.pico LoopUnrollPass.pico LoopUnswitch.pico LoopVersioningLICM.pico LowerAtomic.pico LowerConstantIntrinsics.pico LowerExpectIntrinsic.pico LowerGuardIntrinsic.pico LowerMatrixIntrinsics.pico LowerWidenableCondition.pico MakeGuardsExplicit.pico MemCpyOptimizer.pico MergedLoadStoreMotion.pico MergeICmps.pico NaryReassociate.pico NewGVN.pico PartiallyInlineLibCalls.pico PlaceSafepoints.pico Reassociate.pico Reg2Mem.pico RewriteStatepointsForGC.pico Scalar.pico ScalarizeMaskedMemIntrin.pico Scalarizer.pico SCCP.pico SeparateConstOffsetFromGEP.pico SimpleLoopUnswitch.pico SimplifyCFGPass.pico Sink.pico SpeculateAroundPHIs.pico SpeculativeExecution.pico SROA.pico StraightLineStrengthReduce.pico StructurizeCFG.pico TailRecursionElimination.pico WarnMissedTransforms.pico ADCE.pico.tmp AlignmentFromAssumptions.pico.tmp AnnotationRemarks.pico.tmp BDCE.pico.tmp CallSiteSplitting.pico.tmp ConstantHoisting.pico.tmp ConstraintElimination.pico.tmp CorrelatedValuePropagation.pico.tmp DCE.pico.tmp DeadStoreElimination.pico.tmp DivRemPairs.pico.tmp EarlyCSE.pico.tmp FlattenCFGPass.pico.tmp Float2Int.pico.tmp GuardWidening.pico.tmp GVN.pico.tmp GVNHoist.pico.tmp GVNSink.pico.tmp InductiveRangeCheckElimination.pico.tmp IndVarSimplify.pico.tmp InferAddressSpaces.pico.tmp InstSimplifyPass.pico.tmp IVUsersPrinter.pico.tmp JumpThreading.pico.tmp LICM.pico.tmp LoopAccessAnalysisPrinter.pico.tmp LoopDataPrefetch.pico.tmp LoopDeletion.pico.tmp LoopDistribute.pico.tmp LoopFlatten.pico.tmp LoopFuse.pico.tmp LoopIdiomRecognize.pico.tmp LoopInstSimplify.pico.tmp LoopInterchange.pico.tmp LoopLoadElimination.pico.tmp LoopPassManager.pico.tmp LoopPredication.pico.tmp LoopRerollPass.pico.tmp LoopRotation.pico.tmp LoopSimplifyCFG.pico.tmp LoopSink.pico.tmp LoopStrengthReduce.pico.tmp LoopUnrollAndJamPass.pico.tmp LoopUnrollPass.pico.tmp LoopUnswitch.pico.tmp LoopVersioningLICM.pico.tmp LowerAtomic.pico.tmp LowerConstantIntrinsics.pico.tmp LowerExpectIntrinsic.pico.tmp LowerGuardIntrinsic.pico.tmp LowerMatrixIntrinsics.pico.tmp LowerWidenableCondition.pico.tmp MakeGuardsExplicit.pico.tmp MemCpyOptimizer.pico.tmp MergedLoadStoreMotion.pico.tmp MergeICmps.pico.tmp NaryReassociate.pico.tmp NewGVN.pico.tmp PartiallyInlineLibCalls.pico.tmp PlaceSafepoints.pico.tmp Reassociate.pico.tmp Reg2Mem.pico.tmp RewriteStatepointsForGC.pico.tmp Scalar.pico.tmp ScalarizeMaskedMemIntrin.pico.tmp Scalarizer.pico.tmp SCCP.pico.tmp SeparateConstOffsetFromGEP.pico.tmp SimpleLoopUnswitch.pico.tmp SimplifyCFGPass.pico.tmp Sink.pico.tmp SpeculateAroundPHIs.pico.tmp SpeculativeExecution.pico.tmp SROA.pico.tmp StraightLineStrengthReduce.pico.tmp StructurizeCFG.pico.tmp TailRecursionElimination.pico.tmp WarnMissedTransforms.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libintl && rm -f libintl_g.a || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f llib-lLLVMScalarOpts.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libintl && rm -f libintl_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f llib-lLLVMScalarOpts.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libintl && rm -f libintl_pic.a libintl.so.* libintl.so gettext.pico textdomain.pico gettext_iconv.pico gettext_dummy.pico strhash.pico sysdep.pico plural_parser.pico gettext.pico.tmp textdomain.pico.tmp gettext_iconv.pico.tmp gettext_dummy.pico.tmp strhash.pico.tmp sysdep.pico.tmp plural_parser.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libintl && rm -f libintl_pic.a libintl.so.* libintl.so gettext.pico textdomain.pico gettext_iconv.pico gettext_dummy.pico strhash.pico sysdep.pico plural_parser.pico gettext.pico.tmp textdomain.pico.tmp gettext_iconv.pico.tmp gettext_dummy.pico.tmp strhash.pico.tmp sysdep.pico.tmp plural_parser.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libintl && rm -f llib-lintl.ln gettext.ln textdomain.ln gettext_iconv.ln gettext_dummy.ln strhash.ln sysdep.ln plural_parser.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libintl && rm -f llib-lintl.ln gettext.ln textdomain.ln gettext_iconv.ln gettext_dummy.ln strhash.ln sysdep.ln plural_parser.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f .depend ADCE.d AlignmentFromAssumptions.d AnnotationRemarks.d BDCE.d CallSiteSplitting.d ConstantHoisting.d ConstraintElimination.d CorrelatedValuePropagation.d DCE.d DeadStoreElimination.d DivRemPairs.d EarlyCSE.d FlattenCFGPass.d Float2Int.d GVN.d GVNHoist.d GVNSink.d GuardWidening.d IVUsersPrinter.d IndVarSimplify.d InductiveRangeCheckElimination.d InferAddressSpaces.d InstSimplifyPass.d JumpThreading.d LICM.d LoopAccessAnalysisPrinter.d LoopDataPrefetch.d LoopDeletion.d LoopDistribute.d LoopFlatten.d LoopFuse.d LoopIdiomRecognize.d LoopInstSimplify.d LoopInterchange.d LoopLoadElimination.d LoopPassManager.d LoopPredication.d LoopRerollPass.d LoopRotation.d LoopSimplifyCFG.d LoopSink.d LoopStrengthReduce.d LoopUnrollAndJamPass.d LoopUnrollPass.d LoopUnswitch.d LoopVersioningLICM.d LowerAtomic.d LowerConstantIntrinsics.d LowerExpectIntrinsic.d LowerGuardIntrinsic.d LowerMatrixIntrinsics.d LowerWidenableCondition.d MakeGuardsExplicit.d MemCpyOptimizer.d MergeICmps.d MergedLoadStoreMotion.d NaryReassociate.d NewGVN.d PartiallyInlineLibCalls.d PlaceSafepoints.d Reassociate.d Reg2Mem.d RewriteStatepointsForGC.d SCCP.d SROA.d Scalar.d ScalarizeMaskedMemIntrin.d Scalarizer.d SeparateConstOffsetFromGEP.d SimpleLoopUnswitch.d SimplifyCFGPass.d Sink.d SpeculateAroundPHIs.d SpeculativeExecution.d StraightLineStrengthReduce.d StructurizeCFG.d TailRecursionElimination.d WarnMissedTransforms.d ADCE.d.tmp AlignmentFromAssumptions.d.tmp AnnotationRemarks.d.tmp BDCE.d.tmp CallSiteSplitting.d.tmp ConstantHoisting.d.tmp ConstraintElimination.d.tmp CorrelatedValuePropagation.d.tmp DCE.d.tmp DeadStoreElimination.d.tmp DivRemPairs.d.tmp EarlyCSE.d.tmp FlattenCFGPass.d.tmp Float2Int.d.tmp GVN.d.tmp GVNHoist.d.tmp GVNSink.d.tmp GuardWidening.d.tmp IVUsersPrinter.d.tmp IndVarSimplify.d.tmp InductiveRangeCheckElimination.d.tmp InferAddressSpaces.d.tmp InstSimplifyPass.d.tmp JumpThreading.d.tmp LICM.d.tmp LoopAccessAnalysisPrinter.d.tmp LoopDataPrefetch.d.tmp LoopDeletion.d.tmp LoopDistribute.d.tmp LoopFlatten.d.tmp LoopFuse.d.tmp LoopIdiomRecognize.d.tmp LoopInstSimplify.d.tmp LoopInterchange.d.tmp LoopLoadElimination.d.tmp LoopPassManager.d.tmp LoopPredication.d.tmp LoopRerollPass.d.tmp LoopRotation.d.tmp LoopSimplifyCFG.d.tmp LoopSink.d.tmp LoopStrengthReduce.d.tmp LoopUnrollAndJamPass.d.tmp LoopUnrollPass.d.tmp LoopUnswitch.d.tmp LoopVersioningLICM.d.tmp LowerAtomic.d.tmp LowerConstantIntrinsics.d.tmp LowerExpectIntrinsic.d.tmp LowerGuardIntrinsic.d.tmp LowerMatrixIntrinsics.d.tmp LowerWidenableCondition.d.tmp MakeGuardsExplicit.d.tmp MemCpyOptimizer.d.tmp MergeICmps.d.tmp MergedLoadStoreMotion.d.tmp NaryReassociate.d.tmp NewGVN.d.tmp PartiallyInlineLibCalls.d.tmp PlaceSafepoints.d.tmp Reassociate.d.tmp Reg2Mem.d.tmp RewriteStatepointsForGC.d.tmp SCCP.d.tmp SROA.d.tmp Scalar.d.tmp ScalarizeMaskedMemIntrin.d.tmp Scalarizer.d.tmp SeparateConstOffsetFromGEP.d.tmp SimpleLoopUnswitch.d.tmp SimplifyCFGPass.d.tmp Sink.d.tmp SpeculateAroundPHIs.d.tmp SpeculativeExecution.d.tmp StraightLineStrengthReduce.d.tmp StructurizeCFG.d.tmp TailRecursionElimination.d.tmp WarnMissedTransforms.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libintl && rm -f libintl.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f .depend ADCE.d AlignmentFromAssumptions.d AnnotationRemarks.d BDCE.d CallSiteSplitting.d ConstantHoisting.d ConstraintElimination.d CorrelatedValuePropagation.d DCE.d DeadStoreElimination.d DivRemPairs.d EarlyCSE.d FlattenCFGPass.d Float2Int.d GVN.d GVNHoist.d GVNSink.d GuardWidening.d IVUsersPrinter.d IndVarSimplify.d InductiveRangeCheckElimination.d InferAddressSpaces.d InstSimplifyPass.d JumpThreading.d LICM.d LoopAccessAnalysisPrinter.d LoopDataPrefetch.d LoopDeletion.d LoopDistribute.d LoopFlatten.d LoopFuse.d LoopIdiomRecognize.d LoopInstSimplify.d LoopInterchange.d LoopLoadElimination.d LoopPassManager.d LoopPredication.d LoopRerollPass.d LoopRotation.d LoopSimplifyCFG.d LoopSink.d LoopStrengthReduce.d LoopUnrollAndJamPass.d LoopUnrollPass.d LoopUnswitch.d LoopVersioningLICM.d LowerAtomic.d LowerConstantIntrinsics.d LowerExpectIntrinsic.d LowerGuardIntrinsic.d LowerMatrixIntrinsics.d LowerWidenableCondition.d MakeGuardsExplicit.d MemCpyOptimizer.d MergeICmps.d MergedLoadStoreMotion.d NaryReassociate.d NewGVN.d PartiallyInlineLibCalls.d PlaceSafepoints.d Reassociate.d Reg2Mem.d RewriteStatepointsForGC.d SCCP.d SROA.d Scalar.d ScalarizeMaskedMemIntrin.d Scalarizer.d SeparateConstOffsetFromGEP.d SimpleLoopUnswitch.d SimplifyCFGPass.d Sink.d SpeculateAroundPHIs.d SpeculativeExecution.d StraightLineStrengthReduce.d StructurizeCFG.d TailRecursionElimination.d WarnMissedTransforms.d ADCE.d.tmp AlignmentFromAssumptions.d.tmp AnnotationRemarks.d.tmp BDCE.d.tmp CallSiteSplitting.d.tmp ConstantHoisting.d.tmp ConstraintElimination.d.tmp CorrelatedValuePropagation.d.tmp DCE.d.tmp DeadStoreElimination.d.tmp DivRemPairs.d.tmp EarlyCSE.d.tmp FlattenCFGPass.d.tmp Float2Int.d.tmp GVN.d.tmp GVNHoist.d.tmp GVNSink.d.tmp GuardWidening.d.tmp IVUsersPrinter.d.tmp IndVarSimplify.d.tmp InductiveRangeCheckElimination.d.tmp InferAddressSpaces.d.tmp InstSimplifyPass.d.tmp JumpThreading.d.tmp LICM.d.tmp LoopAccessAnalysisPrinter.d.tmp LoopDataPrefetch.d.tmp LoopDeletion.d.tmp LoopDistribute.d.tmp LoopFlatten.d.tmp LoopFuse.d.tmp LoopIdiomRecognize.d.tmp LoopInstSimplify.d.tmp LoopInterchange.d.tmp LoopLoadElimination.d.tmp LoopPassManager.d.tmp LoopPredication.d.tmp LoopRerollPass.d.tmp LoopRotation.d.tmp LoopSimplifyCFG.d.tmp LoopSink.d.tmp LoopStrengthReduce.d.tmp LoopUnrollAndJamPass.d.tmp LoopUnrollPass.d.tmp LoopUnswitch.d.tmp LoopVersioningLICM.d.tmp LowerAtomic.d.tmp LowerConstantIntrinsics.d.tmp LowerExpectIntrinsic.d.tmp LowerGuardIntrinsic.d.tmp LowerMatrixIntrinsics.d.tmp LowerWidenableCondition.d.tmp MakeGuardsExplicit.d.tmp MemCpyOptimizer.d.tmp MergeICmps.d.tmp MergedLoadStoreMotion.d.tmp NaryReassociate.d.tmp NewGVN.d.tmp PartiallyInlineLibCalls.d.tmp PlaceSafepoints.d.tmp Reassociate.d.tmp Reg2Mem.d.tmp RewriteStatepointsForGC.d.tmp SCCP.d.tmp SROA.d.tmp Scalar.d.tmp ScalarizeMaskedMemIntrin.d.tmp Scalarizer.d.tmp SeparateConstOffsetFromGEP.d.tmp SimpleLoopUnswitch.d.tmp SimplifyCFGPass.d.tmp Sink.d.tmp SpeculateAroundPHIs.d.tmp SpeculativeExecution.d.tmp StraightLineStrengthReduce.d.tmp StructurizeCFG.d.tmp TailRecursionElimination.d.tmp WarnMissedTransforms.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libintl && rm -f libintl.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-libLLVMSelectionDAG --- cleandir ===> external/apache2/llvm/librt/libLLVMSelectionDAG --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libintl && rm -f gettext.html3 .depend gettext.d gettext_dummy.d gettext_iconv.d plural_parser.d strhash.d sysdep.d textdomain.d gettext.d.tmp gettext_dummy.d.tmp gettext_iconv.d.tmp plural_parser.d.tmp strhash.d.tmp sysdep.d.tmp textdomain.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libintl && rm -f gettext.html3 .depend gettext.d gettext_dummy.d gettext_iconv.d plural_parser.d strhash.d sysdep.d textdomain.d gettext.d.tmp gettext_dummy.d.tmp gettext_iconv.d.tmp plural_parser.d.tmp strhash.d.tmp sysdep.d.tmp textdomain.d.tmp tags || true) --- cleandir-libipsec --- cleandir ===> lib/libipsec --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG.a DAGCombiner.o FastISel.o FunctionLoweringInfo.o InstrEmitter.o LegalizeDAG.o LegalizeFloatTypes.o LegalizeIntegerTypes.o LegalizeTypes.o LegalizeTypesGeneric.o LegalizeVectorOps.o LegalizeVectorTypes.o ResourcePriorityQueue.o ScheduleDAGFast.o ScheduleDAGRRList.o ScheduleDAGSDNodes.o ScheduleDAGVLIW.o SelectionDAG.o SelectionDAGAddressAnalysis.o SelectionDAGBuilder.o SelectionDAGDumper.o SelectionDAGISel.o SelectionDAGPrinter.o SelectionDAGTargetInfo.o StatepointLowering.o TargetLowering.o DAGCombiner.o.tmp FastISel.o.tmp FunctionLoweringInfo.o.tmp InstrEmitter.o.tmp LegalizeDAG.o.tmp LegalizeFloatTypes.o.tmp LegalizeIntegerTypes.o.tmp LegalizeTypes.o.tmp LegalizeTypesGeneric.o.tmp LegalizeVectorOps.o.tmp LegalizeVectorTypes.o.tmp ResourcePriorityQueue.o.tmp ScheduleDAGFast.o.tmp ScheduleDAGRRList.o.tmp ScheduleDAGSDNodes.o.tmp ScheduleDAGVLIW.o.tmp SelectionDAG.o.tmp SelectionDAGAddressAnalysis.o.tmp SelectionDAGBuilder.o.tmp SelectionDAGDumper.o.tmp SelectionDAGISel.o.tmp SelectionDAGPrinter.o.tmp SelectionDAGTargetInfo.o.tmp StatepointLowering.o.tmp TargetLowering.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG.a DAGCombiner.o FastISel.o FunctionLoweringInfo.o InstrEmitter.o LegalizeDAG.o LegalizeFloatTypes.o LegalizeIntegerTypes.o LegalizeTypes.o LegalizeTypesGeneric.o LegalizeVectorOps.o LegalizeVectorTypes.o ResourcePriorityQueue.o ScheduleDAGFast.o ScheduleDAGRRList.o ScheduleDAGSDNodes.o ScheduleDAGVLIW.o SelectionDAG.o SelectionDAGAddressAnalysis.o SelectionDAGBuilder.o SelectionDAGDumper.o SelectionDAGISel.o SelectionDAGPrinter.o SelectionDAGTargetInfo.o StatepointLowering.o TargetLowering.o DAGCombiner.o.tmp FastISel.o.tmp FunctionLoweringInfo.o.tmp InstrEmitter.o.tmp LegalizeDAG.o.tmp LegalizeFloatTypes.o.tmp LegalizeIntegerTypes.o.tmp LegalizeTypes.o.tmp LegalizeTypesGeneric.o.tmp LegalizeVectorOps.o.tmp LegalizeVectorTypes.o.tmp ResourcePriorityQueue.o.tmp ScheduleDAGFast.o.tmp ScheduleDAGRRList.o.tmp ScheduleDAGSDNodes.o.tmp ScheduleDAGVLIW.o.tmp SelectionDAG.o.tmp SelectionDAGAddressAnalysis.o.tmp SelectionDAGBuilder.o.tmp SelectionDAGDumper.o.tmp SelectionDAGISel.o.tmp SelectionDAGPrinter.o.tmp SelectionDAGTargetInfo.o.tmp StatepointLowering.o.tmp TargetLowering.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libipsec && rm -f libipsec.a ipsec_dump_policy.o ipsec_get_policylen.o ipsec_strerror.o pfkey.o pfkey_dump.o policy_parse.o policy_token.o key_debug.o ipsec_dump_policy.o.tmp ipsec_get_policylen.o.tmp ipsec_strerror.o.tmp pfkey.o.tmp pfkey_dump.o.tmp policy_parse.o.tmp policy_token.o.tmp key_debug.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libipsec && rm -f libipsec.a ipsec_dump_policy.o ipsec_get_policylen.o ipsec_strerror.o pfkey.o pfkey_dump.o policy_parse.o policy_token.o key_debug.o ipsec_dump_policy.o.tmp ipsec_get_policylen.o.tmp ipsec_strerror.o.tmp pfkey.o.tmp pfkey_dump.o.tmp policy_parse.o.tmp policy_token.o.tmp key_debug.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libipsec && rm -f libipsec_p.a ipsec_dump_policy.po ipsec_get_policylen.po ipsec_strerror.po pfkey.po pfkey_dump.po policy_parse.po policy_token.po key_debug.po ipsec_dump_policy.po.tmp ipsec_get_policylen.po.tmp ipsec_strerror.po.tmp pfkey.po.tmp pfkey_dump.po.tmp policy_parse.po.tmp policy_token.po.tmp key_debug.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libipsec && rm -f libipsec_p.a ipsec_dump_policy.po ipsec_get_policylen.po ipsec_strerror.po pfkey.po pfkey_dump.po policy_parse.po policy_token.po key_debug.po ipsec_dump_policy.po.tmp ipsec_get_policylen.po.tmp ipsec_strerror.po.tmp pfkey.po.tmp pfkey_dump.po.tmp policy_parse.po.tmp policy_token.po.tmp key_debug.po.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_pic.a DAGCombiner.pico FastISel.pico FunctionLoweringInfo.pico InstrEmitter.pico LegalizeDAG.pico LegalizeFloatTypes.pico LegalizeIntegerTypes.pico LegalizeTypes.pico LegalizeTypesGeneric.pico LegalizeVectorOps.pico LegalizeVectorTypes.pico ResourcePriorityQueue.pico ScheduleDAGFast.pico ScheduleDAGRRList.pico ScheduleDAGSDNodes.pico ScheduleDAGVLIW.pico SelectionDAG.pico SelectionDAGAddressAnalysis.pico SelectionDAGBuilder.pico SelectionDAGDumper.pico SelectionDAGISel.pico SelectionDAGPrinter.pico SelectionDAGTargetInfo.pico StatepointLowering.pico TargetLowering.pico DAGCombiner.pico.tmp FastISel.pico.tmp FunctionLoweringInfo.pico.tmp InstrEmitter.pico.tmp LegalizeDAG.pico.tmp LegalizeFloatTypes.pico.tmp LegalizeIntegerTypes.pico.tmp LegalizeTypes.pico.tmp LegalizeTypesGeneric.pico.tmp LegalizeVectorOps.pico.tmp LegalizeVectorTypes.pico.tmp ResourcePriorityQueue.pico.tmp ScheduleDAGFast.pico.tmp ScheduleDAGRRList.pico.tmp ScheduleDAGSDNodes.pico.tmp ScheduleDAGVLIW.pico.tmp SelectionDAG.pico.tmp SelectionDAGAddressAnalysis.pico.tmp SelectionDAGBuilder.pico.tmp SelectionDAGDumper.pico.tmp SelectionDAGISel.pico.tmp SelectionDAGPrinter.pico.tmp SelectionDAGTargetInfo.pico.tmp StatepointLowering.pico.tmp TargetLowering.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libipsec && rm -f libipsec_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_pic.a DAGCombiner.pico FastISel.pico FunctionLoweringInfo.pico InstrEmitter.pico LegalizeDAG.pico LegalizeFloatTypes.pico LegalizeIntegerTypes.pico LegalizeTypes.pico LegalizeTypesGeneric.pico LegalizeVectorOps.pico LegalizeVectorTypes.pico ResourcePriorityQueue.pico ScheduleDAGFast.pico ScheduleDAGRRList.pico ScheduleDAGSDNodes.pico ScheduleDAGVLIW.pico SelectionDAG.pico SelectionDAGAddressAnalysis.pico SelectionDAGBuilder.pico SelectionDAGDumper.pico SelectionDAGISel.pico SelectionDAGPrinter.pico SelectionDAGTargetInfo.pico StatepointLowering.pico TargetLowering.pico DAGCombiner.pico.tmp FastISel.pico.tmp FunctionLoweringInfo.pico.tmp InstrEmitter.pico.tmp LegalizeDAG.pico.tmp LegalizeFloatTypes.pico.tmp LegalizeIntegerTypes.pico.tmp LegalizeTypes.pico.tmp LegalizeTypesGeneric.pico.tmp LegalizeVectorOps.pico.tmp LegalizeVectorTypes.pico.tmp ResourcePriorityQueue.pico.tmp ScheduleDAGFast.pico.tmp ScheduleDAGRRList.pico.tmp ScheduleDAGSDNodes.pico.tmp ScheduleDAGVLIW.pico.tmp SelectionDAG.pico.tmp SelectionDAGAddressAnalysis.pico.tmp SelectionDAGBuilder.pico.tmp SelectionDAGDumper.pico.tmp SelectionDAGISel.pico.tmp SelectionDAGPrinter.pico.tmp SelectionDAGTargetInfo.pico.tmp StatepointLowering.pico.tmp TargetLowering.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libipsec && rm -f libipsec_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f llib-lLLVMSelectionDAG.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libipsec && rm -f libipsec_pic.a libipsec.so.* libipsec.so ipsec_dump_policy.pico ipsec_get_policylen.pico ipsec_strerror.pico pfkey.pico pfkey_dump.pico policy_parse.pico policy_token.pico key_debug.pico ipsec_dump_policy.pico.tmp ipsec_get_policylen.pico.tmp ipsec_strerror.pico.tmp pfkey.pico.tmp pfkey_dump.pico.tmp policy_parse.pico.tmp policy_token.pico.tmp key_debug.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f llib-lLLVMSelectionDAG.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libipsec && rm -f libipsec_pic.a libipsec.so.* libipsec.so ipsec_dump_policy.pico ipsec_get_policylen.pico ipsec_strerror.pico pfkey.pico pfkey_dump.pico policy_parse.pico policy_token.pico key_debug.pico ipsec_dump_policy.pico.tmp ipsec_get_policylen.pico.tmp ipsec_strerror.pico.tmp pfkey.pico.tmp pfkey_dump.pico.tmp policy_parse.pico.tmp policy_token.pico.tmp key_debug.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libipsec && rm -f llib-lipsec.ln ipsec_dump_policy.ln ipsec_get_policylen.ln ipsec_strerror.ln pfkey.ln pfkey_dump.ln key_debug.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libipsec && rm -f llib-lipsec.ln ipsec_dump_policy.ln ipsec_get_policylen.ln ipsec_strerror.ln pfkey.ln pfkey_dump.ln key_debug.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f .depend DAGCombiner.d FastISel.d FunctionLoweringInfo.d InstrEmitter.d LegalizeDAG.d LegalizeFloatTypes.d LegalizeIntegerTypes.d LegalizeTypes.d LegalizeTypesGeneric.d LegalizeVectorOps.d LegalizeVectorTypes.d ResourcePriorityQueue.d ScheduleDAGFast.d ScheduleDAGRRList.d ScheduleDAGSDNodes.d ScheduleDAGVLIW.d SelectionDAG.d SelectionDAGAddressAnalysis.d SelectionDAGBuilder.d SelectionDAGDumper.d SelectionDAGISel.d SelectionDAGPrinter.d SelectionDAGTargetInfo.d StatepointLowering.d TargetLowering.d DAGCombiner.d.tmp FastISel.d.tmp FunctionLoweringInfo.d.tmp InstrEmitter.d.tmp LegalizeDAG.d.tmp LegalizeFloatTypes.d.tmp LegalizeIntegerTypes.d.tmp LegalizeTypes.d.tmp LegalizeTypesGeneric.d.tmp LegalizeVectorOps.d.tmp LegalizeVectorTypes.d.tmp ResourcePriorityQueue.d.tmp ScheduleDAGFast.d.tmp ScheduleDAGRRList.d.tmp ScheduleDAGSDNodes.d.tmp ScheduleDAGVLIW.d.tmp SelectionDAG.d.tmp SelectionDAGAddressAnalysis.d.tmp SelectionDAGBuilder.d.tmp SelectionDAGDumper.d.tmp SelectionDAGISel.d.tmp SelectionDAGPrinter.d.tmp SelectionDAGTargetInfo.d.tmp StatepointLowering.d.tmp TargetLowering.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libipsec && rm -f libipsec.so.3.map policy_parse.c policy_token.c policy_parse.h a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libipsec && rm -f libipsec.so.3.map policy_parse.c policy_token.c policy_parse.h a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f .depend DAGCombiner.d FastISel.d FunctionLoweringInfo.d InstrEmitter.d LegalizeDAG.d LegalizeFloatTypes.d LegalizeIntegerTypes.d LegalizeTypes.d LegalizeTypesGeneric.d LegalizeVectorOps.d LegalizeVectorTypes.d ResourcePriorityQueue.d ScheduleDAGFast.d ScheduleDAGRRList.d ScheduleDAGSDNodes.d ScheduleDAGVLIW.d SelectionDAG.d SelectionDAGAddressAnalysis.d SelectionDAGBuilder.d SelectionDAGDumper.d SelectionDAGISel.d SelectionDAGPrinter.d SelectionDAGTargetInfo.d StatepointLowering.d TargetLowering.d DAGCombiner.d.tmp FastISel.d.tmp FunctionLoweringInfo.d.tmp InstrEmitter.d.tmp LegalizeDAG.d.tmp LegalizeFloatTypes.d.tmp LegalizeIntegerTypes.d.tmp LegalizeTypes.d.tmp LegalizeTypesGeneric.d.tmp LegalizeVectorOps.d.tmp LegalizeVectorTypes.d.tmp ResourcePriorityQueue.d.tmp ScheduleDAGFast.d.tmp ScheduleDAGRRList.d.tmp ScheduleDAGSDNodes.d.tmp ScheduleDAGVLIW.d.tmp SelectionDAG.d.tmp SelectionDAGAddressAnalysis.d.tmp SelectionDAGBuilder.d.tmp SelectionDAGDumper.d.tmp SelectionDAGISel.d.tmp SelectionDAGPrinter.d.tmp SelectionDAGTargetInfo.d.tmp StatepointLowering.d.tmp TargetLowering.d.tmp tags || true) --- cleandir-libLLVMSupport --- --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libipsec && rm -f ipsec_set_policy.html3 ipsec_strerror.html3 .depend ipsec_dump_policy.d ipsec_get_policylen.d ipsec_strerror.d key_debug.d pfkey.d pfkey_dump.d policy_parse.d policy_token.d ipsec_dump_policy.d.tmp ipsec_get_policylen.d.tmp ipsec_strerror.d.tmp key_debug.d.tmp pfkey.d.tmp pfkey_dump.d.tmp policy_parse.d.tmp policy_token.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMSupport --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libipsec && rm -f ipsec_set_policy.html3 ipsec_strerror.html3 .depend ipsec_dump_policy.d ipsec_get_policylen.d ipsec_strerror.d key_debug.d pfkey.d pfkey_dump.d policy_parse.d policy_token.d ipsec_dump_policy.d.tmp ipsec_get_policylen.d.tmp ipsec_strerror.d.tmp key_debug.d.tmp pfkey.d.tmp pfkey_dump.d.tmp policy_parse.d.tmp policy_token.d.tmp tags || true) --- cleandir-libkvm --- cleandir ===> lib/libkvm --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport.a AArch64TargetParser.o ABIBreak.o Allocator.o AMDGPUMetadata.o APFixedPoint.o APFloat.o APInt.o APSInt.o ARMAttributeParser.o ARMBuildAttrs.o ARMTargetParser.o ARMWinEH.o AutoConvert.o BinaryStreamError.o BinaryStreamReader.o BinaryStreamRef.o BinaryStreamWriter.o BlockFrequency.o BranchProbability.o BuryPointer.o CachePruning.o Chrono.o circular_raw_ostream.o CodeGenCoverage.o COM.o CommandLine.o Compression.o ConvertUTF.o ConvertUTFWrapper.o CrashRecoveryContext.o CRC.o DAGDeltaAlgorithm.o DataExtractor.o DebugCounter.o Debug.o DeltaAlgorithm.o DJB.o ELFAttributeParser.o ELFAttributes.o Error.o ErrorHandling.o ExtensibleRTTI.o FileCollector.o FileOutputBuffer.o FileUtilities.o FoldingSet.o FormattedStream.o GlobPattern.o GraphWriter.o Hashing.o InitLLVM.o InstructionCost.o IntEqClasses.o IntervalMap.o ItaniumManglingCanonicalizer.o JSON.o KnownBits.o LEB128.o LineIterator.o Locale.o LockFileManager.o LowLevelType.o ManagedStatic.o MathExtras.o MD5.o MemAlloc.o MemoryBuffer.o MemoryBufferRef.o NativeFormatting.o OptimizedStructLayout.o Optional.o Parallel.o PluginLoader.o PrettyStackTrace.o raw_os_ostream.o raw_ostream.o regcomp.o regerror.o Regex.o regexec.o regfree.o regstrlcpy.o RISCVAttributeParser.o RISCVAttributes.o ScopedPrinter.o SHA1.o SHA256.o Signposts.o SmallPtrSet.o SmallVector.o SourceMgr.o SpecialCaseList.o Statistic.o StringExtras.o StringMap.o StringRef.o StringSaver.o SuffixTree.o SymbolRemappingReader.o SystemUtils.o TargetParser.o TargetRegistry.o TarWriter.o TimeProfiler.o Timer.o ToolOutputFile.o TrigramIndex.o Triple.o Twine.o TypeSize.o UnicodeCaseFold.o Unicode.o VersionTuple.o VirtualFileSystem.o Watchdog.o WithColor.o X86TargetParser.o xxhash.o YAMLParser.o YAMLTraits.o Z3Solver.o Atomic.o DynamicLibrary.o Errno.o FormatVariadic.o Host.o Memory.o Path.o Process.o Program.o RWMutex.o RandomNumberGenerator.o ScaledNumber.o Signals.o ThreadLocal.o ThreadPool.o Threading.o Valgrind.o Host.o Memory.o Path.o Process.o Program.o Signals.o Watchdog.o ThreadLocal.o AArch64TargetParser.o.tmp ABIBreak.o.tmp Allocator.o.tmp AMDGPUMetadata.o.tmp APFixedPoint.o.tmp APFloat.o.tmp APInt.o.tmp APSInt.o.tmp ARMAttributeParser.o.tmp ARMBuildAttrs.o.tmp ARMTargetParser.o.tmp ARMWinEH.o.tmp AutoConvert.o.tmp BinaryStreamError.o.tmp BinaryStreamReader.o.tmp BinaryStreamRef.o.tmp BinaryStreamWriter.o.tmp BlockFrequency.o.tmp BranchProbability.o.tmp BuryPointer.o.tmp CachePruning.o.tmp Chrono.o.tmp circular_raw_ostream.o.tmp CodeGenCoverage.o.tmp COM.o.tmp CommandLine.o.tmp Compression.o.tmp ConvertUTF.o.tmp ConvertUTFWrapper.o.tmp CrashRecoveryContext.o.tmp CRC.o.tmp DAGDeltaAlgorithm.o.tmp DataExtractor.o.tmp DebugCounter.o.tmp Debug.o.tmp DeltaAlgorithm.o.tmp DJB.o.tmp ELFAttributeParser.o.tmp ELFAttributes.o.tmp Error.o.tmp ErrorHandling.o.tmp ExtensibleRTTI.o.tmp FileCollector.o.tmp FileOutputBuffer.o.tmp FileUtilities.o.tmp FoldingSet.o.tmp FormattedStream.o.tmp GlobPattern.o.tmp GraphWriter.o.tmp Hashing.o.tmp InitLLVM.o.tmp InstructionCost.o.tmp IntEqClasses.o.tmp IntervalMap.o.tmp ItaniumManglingCanonicalizer.o.tmp JSON.o.tmp KnownBits.o.tmp LEB128.o.tmp LineIterator.o.tmp Locale.o.tmp LockFileManager.o.tmp LowLevelType.o.tmp ManagedStatic.o.tmp MathExtras.o.tmp MD5.o.tmp MemAlloc.o.tmp MemoryBuffer.o.tmp MemoryBufferRef.o.tmp NativeFormatting.o.tmp OptimizedStructLayout.o.tmp Optional.o.tmp Parallel.o.tmp PluginLoader.o.tmp PrettyStackTrace.o.tmp raw_os_ostream.o.tmp raw_ostream.o.tmp regcomp.o.tmp regerror.o.tmp Regex.o.tmp regexec.o.tmp regfree.o.tmp regstrlcpy.o.tmp RISCVAttributeParser.o.tmp RISCVAttributes.o.tmp ScopedPrinter.o.tmp SHA1.o.tmp SHA256.o.tmp Signposts.o.tmp SmallPtrSet.o.tmp SmallVector.o.tmp SourceMgr.o.tmp SpecialCaseList.o.tmp Statistic.o.tmp StringExtras.o.tmp StringMap.o.tmp StringRef.o.tmp StringSaver.o.tmp SuffixTree.o.tmp SymbolRemappingReader.o.tmp SystemUtils.o.tmp TargetParser.o.tmp TargetRegistry.o.tmp TarWriter.o.tmp TimeProfiler.o.tmp Timer.o.tmp ToolOutputFile.o.tmp TrigramIndex.o.tmp Triple.o.tmp Twine.o.tmp TypeSize.o.tmp UnicodeCaseFold.o.tmp Unicode.o.tmp VersionTuple.o.tmp VirtualFileSystem.o.tmp Watchdog.o.tmp WithColor.o.tmp X86TargetParser.o.tmp xxhash.o.tmp YAMLParser.o.tmp YAMLTraits.o.tmp Z3Solver.o.tmp Atomic.o.tmp DynamicLibrary.o.tmp Errno.o.tmp FormatVariadic.o.tmp Host.o.tmp Memory.o.tmp Path.o.tmp Process.o.tmp Program.o.tmp RWMutex.o.tmp RandomNumberGenerator.o.tmp ScaledNumber.o.tmp Signals.o.tmp ThreadLocal.o.tmp ThreadPool.o.tmp Threading.o.tmp Valgrind.o.tmp Host.o.tmp Memory.o.tmp Path.o.tmp Process.o.tmp Program.o.tmp Signals.o.tmp Watchdog.o.tmp ThreadLocal.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport.a AArch64TargetParser.o ABIBreak.o Allocator.o AMDGPUMetadata.o APFixedPoint.o APFloat.o APInt.o APSInt.o ARMAttributeParser.o ARMBuildAttrs.o ARMTargetParser.o ARMWinEH.o AutoConvert.o BinaryStreamError.o BinaryStreamReader.o BinaryStreamRef.o BinaryStreamWriter.o BlockFrequency.o BranchProbability.o BuryPointer.o CachePruning.o Chrono.o circular_raw_ostream.o CodeGenCoverage.o COM.o CommandLine.o Compression.o ConvertUTF.o ConvertUTFWrapper.o CrashRecoveryContext.o CRC.o DAGDeltaAlgorithm.o DataExtractor.o DebugCounter.o Debug.o DeltaAlgorithm.o DJB.o ELFAttributeParser.o ELFAttributes.o Error.o ErrorHandling.o ExtensibleRTTI.o FileCollector.o FileOutputBuffer.o FileUtilities.o FoldingSet.o FormattedStream.o GlobPattern.o GraphWriter.o Hashing.o InitLLVM.o InstructionCost.o IntEqClasses.o IntervalMap.o ItaniumManglingCanonicalizer.o JSON.o KnownBits.o LEB128.o LineIterator.o Locale.o LockFileManager.o LowLevelType.o ManagedStatic.o MathExtras.o MD5.o MemAlloc.o MemoryBuffer.o MemoryBufferRef.o NativeFormatting.o OptimizedStructLayout.o Optional.o Parallel.o PluginLoader.o PrettyStackTrace.o raw_os_ostream.o raw_ostream.o regcomp.o regerror.o Regex.o regexec.o regfree.o regstrlcpy.o RISCVAttributeParser.o RISCVAttributes.o ScopedPrinter.o SHA1.o SHA256.o Signposts.o SmallPtrSet.o SmallVector.o SourceMgr.o SpecialCaseList.o Statistic.o StringExtras.o StringMap.o StringRef.o StringSaver.o SuffixTree.o SymbolRemappingReader.o SystemUtils.o TargetParser.o TargetRegistry.o TarWriter.o TimeProfiler.o Timer.o ToolOutputFile.o TrigramIndex.o Triple.o Twine.o TypeSize.o UnicodeCaseFold.o Unicode.o VersionTuple.o VirtualFileSystem.o Watchdog.o WithColor.o X86TargetParser.o xxhash.o YAMLParser.o YAMLTraits.o Z3Solver.o Atomic.o DynamicLibrary.o Errno.o FormatVariadic.o Host.o Memory.o Path.o Process.o Program.o RWMutex.o RandomNumberGenerator.o ScaledNumber.o Signals.o ThreadLocal.o ThreadPool.o Threading.o Valgrind.o Host.o Memory.o Path.o Process.o Program.o Signals.o Watchdog.o ThreadLocal.o AArch64TargetParser.o.tmp ABIBreak.o.tmp Allocator.o.tmp AMDGPUMetadata.o.tmp APFixedPoint.o.tmp APFloat.o.tmp APInt.o.tmp APSInt.o.tmp ARMAttributeParser.o.tmp ARMBuildAttrs.o.tmp ARMTargetParser.o.tmp ARMWinEH.o.tmp AutoConvert.o.tmp BinaryStreamError.o.tmp BinaryStreamReader.o.tmp BinaryStreamRef.o.tmp BinaryStreamWriter.o.tmp BlockFrequency.o.tmp BranchProbability.o.tmp BuryPointer.o.tmp CachePruning.o.tmp Chrono.o.tmp circular_raw_ostream.o.tmp CodeGenCoverage.o.tmp COM.o.tmp CommandLine.o.tmp Compression.o.tmp ConvertUTF.o.tmp ConvertUTFWrapper.o.tmp CrashRecoveryContext.o.tmp CRC.o.tmp DAGDeltaAlgorithm.o.tmp DataExtractor.o.tmp DebugCounter.o.tmp Debug.o.tmp DeltaAlgorithm.o.tmp DJB.o.tmp ELFAttributeParser.o.tmp ELFAttributes.o.tmp Error.o.tmp ErrorHandling.o.tmp ExtensibleRTTI.o.tmp FileCollector.o.tmp FileOutputBuffer.o.tmp FileUtilities.o.tmp FoldingSet.o.tmp FormattedStream.o.tmp GlobPattern.o.tmp GraphWriter.o.tmp Hashing.o.tmp InitLLVM.o.tmp InstructionCost.o.tmp IntEqClasses.o.tmp IntervalMap.o.tmp ItaniumManglingCanonicalizer.o.tmp JSON.o.tmp KnownBits.o.tmp LEB128.o.tmp LineIterator.o.tmp Locale.o.tmp LockFileManager.o.tmp LowLevelType.o.tmp ManagedStatic.o.tmp MathExtras.o.tmp MD5.o.tmp MemAlloc.o.tmp MemoryBuffer.o.tmp MemoryBufferRef.o.tmp NativeFormatting.o.tmp OptimizedStructLayout.o.tmp Optional.o.tmp Parallel.o.tmp PluginLoader.o.tmp PrettyStackTrace.o.tmp raw_os_ostream.o.tmp raw_ostream.o.tmp regcomp.o.tmp regerror.o.tmp Regex.o.tmp regexec.o.tmp regfree.o.tmp regstrlcpy.o.tmp RISCVAttributeParser.o.tmp RISCVAttributes.o.tmp ScopedPrinter.o.tmp SHA1.o.tmp SHA256.o.tmp Signposts.o.tmp SmallPtrSet.o.tmp SmallVector.o.tmp SourceMgr.o.tmp SpecialCaseList.o.tmp Statistic.o.tmp StringExtras.o.tmp StringMap.o.tmp StringRef.o.tmp StringSaver.o.tmp SuffixTree.o.tmp SymbolRemappingReader.o.tmp SystemUtils.o.tmp TargetParser.o.tmp TargetRegistry.o.tmp TarWriter.o.tmp TimeProfiler.o.tmp Timer.o.tmp ToolOutputFile.o.tmp TrigramIndex.o.tmp Triple.o.tmp Twine.o.tmp TypeSize.o.tmp UnicodeCaseFold.o.tmp Unicode.o.tmp VersionTuple.o.tmp VirtualFileSystem.o.tmp Watchdog.o.tmp WithColor.o.tmp X86TargetParser.o.tmp xxhash.o.tmp YAMLParser.o.tmp YAMLTraits.o.tmp Z3Solver.o.tmp Atomic.o.tmp DynamicLibrary.o.tmp Errno.o.tmp FormatVariadic.o.tmp Host.o.tmp Memory.o.tmp Path.o.tmp Process.o.tmp Program.o.tmp RWMutex.o.tmp RandomNumberGenerator.o.tmp ScaledNumber.o.tmp Signals.o.tmp ThreadLocal.o.tmp ThreadPool.o.tmp Threading.o.tmp Valgrind.o.tmp Host.o.tmp Memory.o.tmp Path.o.tmp Process.o.tmp Program.o.tmp Signals.o.tmp Watchdog.o.tmp ThreadLocal.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkvm && rm -f libkvm.a kvm.o kvm_file.o kvm_getloadavg.o kvm_proc.o kvm_x86_64.o kvm.o.tmp kvm_file.o.tmp kvm_getloadavg.o.tmp kvm_proc.o.tmp kvm_x86_64.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkvm && rm -f libkvm.a kvm.o kvm_file.o kvm_getloadavg.o kvm_proc.o kvm_x86_64.o kvm.o.tmp kvm_file.o.tmp kvm_getloadavg.o.tmp kvm_proc.o.tmp kvm_x86_64.o.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_p.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkvm && rm -f libkvm_p.a kvm.po kvm_file.po kvm_getloadavg.po kvm_proc.po kvm_x86_64.po kvm.po.tmp kvm_file.po.tmp kvm_getloadavg.po.tmp kvm_proc.po.tmp kvm_x86_64.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkvm && rm -f libkvm_p.a kvm.po kvm_file.po kvm_getloadavg.po kvm_proc.po kvm_x86_64.po kvm.po.tmp kvm_file.po.tmp kvm_getloadavg.po.tmp kvm_proc.po.tmp kvm_x86_64.po.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_g.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkvm && rm -f libkvm_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkvm && rm -f libkvm_g.a || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_pic.a AArch64TargetParser.pico ABIBreak.pico Allocator.pico AMDGPUMetadata.pico APFixedPoint.pico APFloat.pico APInt.pico APSInt.pico ARMAttributeParser.pico ARMBuildAttrs.pico ARMTargetParser.pico ARMWinEH.pico AutoConvert.pico BinaryStreamError.pico BinaryStreamReader.pico BinaryStreamRef.pico BinaryStreamWriter.pico BlockFrequency.pico BranchProbability.pico BuryPointer.pico CachePruning.pico Chrono.pico circular_raw_ostream.pico CodeGenCoverage.pico COM.pico CommandLine.pico Compression.pico ConvertUTF.pico ConvertUTFWrapper.pico CrashRecoveryContext.pico CRC.pico DAGDeltaAlgorithm.pico DataExtractor.pico DebugCounter.pico Debug.pico DeltaAlgorithm.pico DJB.pico ELFAttributeParser.pico ELFAttributes.pico Error.pico ErrorHandling.pico ExtensibleRTTI.pico FileCollector.pico FileOutputBuffer.pico FileUtilities.pico FoldingSet.pico FormattedStream.pico GlobPattern.pico GraphWriter.pico Hashing.pico InitLLVM.pico InstructionCost.pico IntEqClasses.pico IntervalMap.pico ItaniumManglingCanonicalizer.pico JSON.pico KnownBits.pico LEB128.pico LineIterator.pico Locale.pico LockFileManager.pico LowLevelType.pico ManagedStatic.pico MathExtras.pico MD5.pico MemAlloc.pico MemoryBuffer.pico MemoryBufferRef.pico NativeFormatting.pico OptimizedStructLayout.pico Optional.pico Parallel.pico PluginLoader.pico PrettyStackTrace.pico raw_os_ostream.pico raw_ostream.pico regcomp.pico regerror.pico Regex.pico regexec.pico regfree.pico regstrlcpy.pico RISCVAttributeParser.pico RISCVAttributes.pico ScopedPrinter.pico SHA1.pico SHA256.pico Signposts.pico SmallPtrSet.pico SmallVector.pico SourceMgr.pico SpecialCaseList.pico Statistic.pico StringExtras.pico StringMap.pico StringRef.pico StringSaver.pico SuffixTree.pico SymbolRemappingReader.pico SystemUtils.pico TargetParser.pico TargetRegistry.pico TarWriter.pico TimeProfiler.pico Timer.pico ToolOutputFile.pico TrigramIndex.pico Triple.pico Twine.pico TypeSize.pico UnicodeCaseFold.pico Unicode.pico VersionTuple.pico VirtualFileSystem.pico Watchdog.pico WithColor.pico X86TargetParser.pico xxhash.pico YAMLParser.pico YAMLTraits.pico Z3Solver.pico Atomic.pico DynamicLibrary.pico Errno.pico FormatVariadic.pico Host.pico Memory.pico Path.pico Process.pico Program.pico RWMutex.pico RandomNumberGenerator.pico ScaledNumber.pico Signals.pico ThreadLocal.pico ThreadPool.pico Threading.pico Valgrind.pico Host.pico Memory.pico Path.pico Process.pico Program.pico Signals.pico Watchdog.pico ThreadLocal.pico AArch64TargetParser.pico.tmp ABIBreak.pico.tmp Allocator.pico.tmp AMDGPUMetadata.pico.tmp APFixedPoint.pico.tmp APFloat.pico.tmp APInt.pico.tmp APSInt.pico.tmp ARMAttributeParser.pico.tmp ARMBuildAttrs.pico.tmp ARMTargetParser.pico.tmp ARMWinEH.pico.tmp AutoConvert.pico.tmp BinaryStreamError.pico.tmp BinaryStreamReader.pico.tmp BinaryStreamRef.pico.tmp BinaryStreamWriter.pico.tmp BlockFrequency.pico.tmp BranchProbability.pico.tmp BuryPointer.pico.tmp CachePruning.pico.tmp Chrono.pico.tmp circular_raw_ostream.pico.tmp CodeGenCoverage.pico.tmp COM.pico.tmp CommandLine.pico.tmp Compression.pico.tmp ConvertUTF.pico.tmp ConvertUTFWrapper.pico.tmp CrashRecoveryContext.pico.tmp CRC.pico.tmp DAGDeltaAlgorithm.pico.tmp DataExtractor.pico.tmp DebugCounter.pico.tmp Debug.pico.tmp DeltaAlgorithm.pico.tmp DJB.pico.tmp ELFAttributeParser.pico.tmp ELFAttributes.pico.tmp Error.pico.tmp ErrorHandling.pico.tmp ExtensibleRTTI.pico.tmp FileCollector.pico.tmp FileOutputBuffer.pico.tmp FileUtilities.pico.tmp FoldingSet.pico.tmp FormattedStream.pico.tmp GlobPattern.pico.tmp GraphWriter.pico.tmp Hashing.pico.tmp InitLLVM.pico.tmp InstructionCost.pico.tmp IntEqClasses.pico.tmp IntervalMap.pico.tmp ItaniumManglingCanonicalizer.pico.tmp JSON.pico.tmp KnownBits.pico.tmp LEB128.pico.tmp LineIterator.pico.tmp Locale.pico.tmp LockFileManager.pico.tmp LowLevelType.pico.tmp ManagedStatic.pico.tmp MathExtras.pico.tmp MD5.pico.tmp MemAlloc.pico.tmp MemoryBuffer.pico.tmp MemoryBufferRef.pico.tmp NativeFormatting.pico.tmp OptimizedStructLayout.pico.tmp Optional.pico.tmp Parallel.pico.tmp PluginLoader.pico.tmp PrettyStackTrace.pico.tmp raw_os_ostream.pico.tmp raw_ostream.pico.tmp regcomp.pico.tmp regerror.pico.tmp Regex.pico.tmp regexec.pico.tmp regfree.pico.tmp regstrlcpy.pico.tmp RISCVAttributeParser.pico.tmp RISCVAttributes.pico.tmp ScopedPrinter.pico.tmp SHA1.pico.tmp SHA256.pico.tmp Signposts.pico.tmp SmallPtrSet.pico.tmp SmallVector.pico.tmp SourceMgr.pico.tmp SpecialCaseList.pico.tmp Statistic.pico.tmp StringExtras.pico.tmp StringMap.pico.tmp StringRef.pico.tmp StringSaver.pico.tmp SuffixTree.pico.tmp SymbolRemappingReader.pico.tmp SystemUtils.pico.tmp TargetParser.pico.tmp TargetRegistry.pico.tmp TarWriter.pico.tmp TimeProfiler.pico.tmp Timer.pico.tmp ToolOutputFile.pico.tmp TrigramIndex.pico.tmp Triple.pico.tmp Twine.pico.tmp TypeSize.pico.tmp UnicodeCaseFold.pico.tmp Unicode.pico.tmp VersionTuple.pico.tmp VirtualFileSystem.pico.tmp Watchdog.pico.tmp WithColor.pico.tmp X86TargetParser.pico.tmp xxhash.pico.tmp YAMLParser.pico.tmp YAMLTraits.pico.tmp Z3Solver.pico.tmp Atomic.pico.tmp DynamicLibrary.pico.tmp Errno.pico.tmp FormatVariadic.pico.tmp Host.pico.tmp Memory.pico.tmp Path.pico.tmp Process.pico.tmp Program.pico.tmp RWMutex.pico.tmp RandomNumberGenerator.pico.tmp ScaledNumber.pico.tmp Signals.pico.tmp ThreadLocal.pico.tmp ThreadPool.pico.tmp Threading.pico.tmp Valgrind.pico.tmp Host.pico.tmp Memory.pico.tmp Path.pico.tmp Process.pico.tmp Program.pico.tmp Signals.pico.tmp Watchdog.pico.tmp ThreadLocal.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkvm && rm -f libkvm_pic.a libkvm.so.* libkvm.so kvm.pico kvm_file.pico kvm_getloadavg.pico kvm_proc.pico kvm_x86_64.pico kvm.pico.tmp kvm_file.pico.tmp kvm_getloadavg.pico.tmp kvm_proc.pico.tmp kvm_x86_64.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_pic.a AArch64TargetParser.pico ABIBreak.pico Allocator.pico AMDGPUMetadata.pico APFixedPoint.pico APFloat.pico APInt.pico APSInt.pico ARMAttributeParser.pico ARMBuildAttrs.pico ARMTargetParser.pico ARMWinEH.pico AutoConvert.pico BinaryStreamError.pico BinaryStreamReader.pico BinaryStreamRef.pico BinaryStreamWriter.pico BlockFrequency.pico BranchProbability.pico BuryPointer.pico CachePruning.pico Chrono.pico circular_raw_ostream.pico CodeGenCoverage.pico COM.pico CommandLine.pico Compression.pico ConvertUTF.pico ConvertUTFWrapper.pico CrashRecoveryContext.pico CRC.pico DAGDeltaAlgorithm.pico DataExtractor.pico DebugCounter.pico Debug.pico DeltaAlgorithm.pico DJB.pico ELFAttributeParser.pico ELFAttributes.pico Error.pico ErrorHandling.pico ExtensibleRTTI.pico FileCollector.pico FileOutputBuffer.pico FileUtilities.pico FoldingSet.pico FormattedStream.pico GlobPattern.pico GraphWriter.pico Hashing.pico InitLLVM.pico InstructionCost.pico IntEqClasses.pico IntervalMap.pico ItaniumManglingCanonicalizer.pico JSON.pico KnownBits.pico LEB128.pico LineIterator.pico Locale.pico LockFileManager.pico LowLevelType.pico ManagedStatic.pico MathExtras.pico MD5.pico MemAlloc.pico MemoryBuffer.pico MemoryBufferRef.pico NativeFormatting.pico OptimizedStructLayout.pico Optional.pico Parallel.pico PluginLoader.pico PrettyStackTrace.pico raw_os_ostream.pico raw_ostream.pico regcomp.pico regerror.pico Regex.pico regexec.pico regfree.pico regstrlcpy.pico RISCVAttributeParser.pico RISCVAttributes.pico ScopedPrinter.pico SHA1.pico SHA256.pico Signposts.pico SmallPtrSet.pico SmallVector.pico SourceMgr.pico SpecialCaseList.pico Statistic.pico StringExtras.pico StringMap.pico StringRef.pico StringSaver.pico SuffixTree.pico SymbolRemappingReader.pico SystemUtils.pico TargetParser.pico TargetRegistry.pico TarWriter.pico TimeProfiler.pico Timer.pico ToolOutputFile.pico TrigramIndex.pico Triple.pico Twine.pico TypeSize.pico UnicodeCaseFold.pico Unicode.pico VersionTuple.pico VirtualFileSystem.pico Watchdog.pico WithColor.pico X86TargetParser.pico xxhash.pico YAMLParser.pico YAMLTraits.pico Z3Solver.pico Atomic.pico DynamicLibrary.pico Errno.pico FormatVariadic.pico Host.pico Memory.pico Path.pico Process.pico Program.pico RWMutex.pico RandomNumberGenerator.pico ScaledNumber.pico Signals.pico ThreadLocal.pico ThreadPool.pico Threading.pico Valgrind.pico Host.pico Memory.pico Path.pico Process.pico Program.pico Signals.pico Watchdog.pico ThreadLocal.pico AArch64TargetParser.pico.tmp ABIBreak.pico.tmp Allocator.pico.tmp AMDGPUMetadata.pico.tmp APFixedPoint.pico.tmp APFloat.pico.tmp APInt.pico.tmp APSInt.pico.tmp ARMAttributeParser.pico.tmp ARMBuildAttrs.pico.tmp ARMTargetParser.pico.tmp ARMWinEH.pico.tmp AutoConvert.pico.tmp BinaryStreamError.pico.tmp BinaryStreamReader.pico.tmp BinaryStreamRef.pico.tmp BinaryStreamWriter.pico.tmp BlockFrequency.pico.tmp BranchProbability.pico.tmp BuryPointer.pico.tmp CachePruning.pico.tmp Chrono.pico.tmp circular_raw_ostream.pico.tmp CodeGenCoverage.pico.tmp COM.pico.tmp CommandLine.pico.tmp Compression.pico.tmp ConvertUTF.pico.tmp ConvertUTFWrapper.pico.tmp CrashRecoveryContext.pico.tmp CRC.pico.tmp DAGDeltaAlgorithm.pico.tmp DataExtractor.pico.tmp DebugCounter.pico.tmp Debug.pico.tmp DeltaAlgorithm.pico.tmp DJB.pico.tmp ELFAttributeParser.pico.tmp ELFAttributes.pico.tmp Error.pico.tmp ErrorHandling.pico.tmp ExtensibleRTTI.pico.tmp FileCollector.pico.tmp FileOutputBuffer.pico.tmp FileUtilities.pico.tmp FoldingSet.pico.tmp FormattedStream.pico.tmp GlobPattern.pico.tmp GraphWriter.pico.tmp Hashing.pico.tmp InitLLVM.pico.tmp InstructionCost.pico.tmp IntEqClasses.pico.tmp IntervalMap.pico.tmp ItaniumManglingCanonicalizer.pico.tmp JSON.pico.tmp KnownBits.pico.tmp LEB128.pico.tmp LineIterator.pico.tmp Locale.pico.tmp LockFileManager.pico.tmp LowLevelType.pico.tmp ManagedStatic.pico.tmp MathExtras.pico.tmp MD5.pico.tmp MemAlloc.pico.tmp MemoryBuffer.pico.tmp MemoryBufferRef.pico.tmp NativeFormatting.pico.tmp OptimizedStructLayout.pico.tmp Optional.pico.tmp Parallel.pico.tmp PluginLoader.pico.tmp PrettyStackTrace.pico.tmp raw_os_ostream.pico.tmp raw_ostream.pico.tmp regcomp.pico.tmp regerror.pico.tmp Regex.pico.tmp regexec.pico.tmp regfree.pico.tmp regstrlcpy.pico.tmp RISCVAttributeParser.pico.tmp RISCVAttributes.pico.tmp ScopedPrinter.pico.tmp SHA1.pico.tmp SHA256.pico.tmp Signposts.pico.tmp SmallPtrSet.pico.tmp SmallVector.pico.tmp SourceMgr.pico.tmp SpecialCaseList.pico.tmp Statistic.pico.tmp StringExtras.pico.tmp StringMap.pico.tmp StringRef.pico.tmp StringSaver.pico.tmp SuffixTree.pico.tmp SymbolRemappingReader.pico.tmp SystemUtils.pico.tmp TargetParser.pico.tmp TargetRegistry.pico.tmp TarWriter.pico.tmp TimeProfiler.pico.tmp Timer.pico.tmp ToolOutputFile.pico.tmp TrigramIndex.pico.tmp Triple.pico.tmp Twine.pico.tmp TypeSize.pico.tmp UnicodeCaseFold.pico.tmp Unicode.pico.tmp VersionTuple.pico.tmp VirtualFileSystem.pico.tmp Watchdog.pico.tmp WithColor.pico.tmp X86TargetParser.pico.tmp xxhash.pico.tmp YAMLParser.pico.tmp YAMLTraits.pico.tmp Z3Solver.pico.tmp Atomic.pico.tmp DynamicLibrary.pico.tmp Errno.pico.tmp FormatVariadic.pico.tmp Host.pico.tmp Memory.pico.tmp Path.pico.tmp Process.pico.tmp Program.pico.tmp RWMutex.pico.tmp RandomNumberGenerator.pico.tmp ScaledNumber.pico.tmp Signals.pico.tmp ThreadLocal.pico.tmp ThreadPool.pico.tmp Threading.pico.tmp Valgrind.pico.tmp Host.pico.tmp Memory.pico.tmp Path.pico.tmp Process.pico.tmp Program.pico.tmp Signals.pico.tmp Watchdog.pico.tmp ThreadLocal.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkvm && rm -f libkvm_pic.a libkvm.so.* libkvm.so kvm.pico kvm_file.pico kvm_getloadavg.pico kvm_proc.pico kvm_x86_64.pico kvm.pico.tmp kvm_file.pico.tmp kvm_getloadavg.pico.tmp kvm_proc.pico.tmp kvm_x86_64.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkvm && rm -f llib-lkvm.ln kvm.ln kvm_file.ln kvm_getloadavg.ln kvm_proc.ln kvm_x86_64.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f llib-lLLVMSupport.ln regcomp.ln regerror.ln regexec.ln regfree.ln regstrlcpy.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkvm && rm -f llib-lkvm.ln kvm.ln kvm_file.ln kvm_getloadavg.ln kvm_proc.ln kvm_x86_64.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f llib-lLLVMSupport.ln regcomp.ln regerror.ln regexec.ln regfree.ln regstrlcpy.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkvm && rm -f libkvm.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkvm && rm -f libkvm.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkvm && rm -f kvm.html3 kvm_dump.html3 kvm_geterr.html3 kvm_getfiles.html3 kvm_getloadavg.html3 kvm_getkernelname.html3 kvm_getprocs.html3 kvm_nlist.html3 kvm_open.html3 kvm_read.html3 kvm_getlwps.html3 .depend kvm.d kvm_file.d kvm_getloadavg.d kvm_proc.d kvm_x86_64.d kvm.d.tmp kvm_file.d.tmp kvm_getloadavg.d.tmp kvm_proc.d.tmp kvm_x86_64.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkvm && rm -f kvm.html3 kvm_dump.html3 kvm_geterr.html3 kvm_getfiles.html3 kvm_getloadavg.html3 kvm_getkernelname.html3 kvm_getprocs.html3 kvm_nlist.html3 kvm_open.html3 kvm_read.html3 kvm_getlwps.html3 .depend kvm.d kvm_file.d kvm_getloadavg.d kvm_proc.d kvm_x86_64.d kvm.d.tmp kvm_file.d.tmp kvm_getloadavg.d.tmp kvm_proc.d.tmp kvm_x86_64.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f .depend AArch64TargetParser.d ABIBreak.d AMDGPUMetadata.d APFixedPoint.d APFloat.d APInt.d APSInt.d ARMAttributeParser.d ARMBuildAttrs.d ARMTargetParser.d ARMWinEH.d Allocator.d Atomic.d AutoConvert.d BinaryStreamError.d BinaryStreamReader.d BinaryStreamRef.d BinaryStreamWriter.d BlockFrequency.d BranchProbability.d BuryPointer.d COM.d CRC.d CachePruning.d Chrono.d CodeGenCoverage.d CommandLine.d Compression.d ConvertUTF.d ConvertUTFWrapper.d CrashRecoveryContext.d DAGDeltaAlgorithm.d DJB.d DataExtractor.d Debug.d DebugCounter.d DeltaAlgorithm.d DynamicLibrary.d ELFAttributeParser.d ELFAttributes.d Errno.d Error.d ErrorHandling.d ExtensibleRTTI.d FileCollector.d FileOutputBuffer.d FileUtilities.d FoldingSet.d FormatVariadic.d FormattedStream.d GlobPattern.d GraphWriter.d Hashing.d Host.d InitLLVM.d InstructionCost.d IntEqClasses.d IntervalMap.d ItaniumManglingCanonicalizer.d JSON.d KnownBits.d LEB128.d LineIterator.d Locale.d LockFileManager.d LowLevelType.d MD5.d ManagedStatic.d MathExtras.d MemAlloc.d Memory.d MemoryBuffer.d MemoryBufferRef.d NativeFormatting.d OptimizedStructLayout.d Optional.d Parallel.d Path.d PluginLoader.d PrettyStackTrace.d Process.d Program.d RISCVAttributeParser.d RISCVAttributes.d RWMutex.d RandomNumberGenerator.d Regex.d SHA1.d SHA256.d ScaledNumber.d ScopedPrinter.d Signals.d Signposts.d SmallPtrSet.d SmallVector.d SourceMgr.d SpecialCaseList.d Statistic.d StringExtras.d StringMap.d StringRef.d StringSaver.d SuffixTree.d SymbolRemappingReader.d SystemUtils.d TarWriter.d TargetParser.d TargetRegistry.d ThreadLocal.d ThreadPool.d Threading.d TimeProfiler.d Timer.d ToolOutputFile.d TrigramIndex.d Triple.d Twine.d TypeSize.d Unicode.d UnicodeCaseFold.d Valgrind.d VersionTuple.d VirtualFileSystem.d Watchdog.d WithColor.d X86TargetParser.d YAMLParser.d YAMLTraits.d Z3Solver.d circular_raw_ostream.d raw_os_ostream.d raw_ostream.d regcomp.d regerror.d regexec.d regfree.d regstrlcpy.d xxhash.d AArch64TargetParser.d.tmp ABIBreak.d.tmp AMDGPUMetadata.d.tmp APFixedPoint.d.tmp APFloat.d.tmp APInt.d.tmp APSInt.d.tmp ARMAttributeParser.d.tmp ARMBuildAttrs.d.tmp ARMTargetParser.d.tmp ARMWinEH.d.tmp Allocator.d.tmp Atomic.d.tmp AutoConvert.d.tmp BinaryStreamError.d.tmp BinaryStreamReader.d.tmp BinaryStreamRef.d.tmp BinaryStreamWriter.d.tmp BlockFrequency.d.tmp BranchProbability.d.tmp BuryPointer.d.tmp COM.d.tmp CRC.d.tmp CachePruning.d.tmp Chrono.d.tmp CodeGenCoverage.d.tmp CommandLine.d.tmp Compression.d.tmp ConvertUTF.d.tmp ConvertUTFWrapper.d.tmp CrashRecoveryContext.d.tmp DAGDeltaAlgorithm.d.tmp DJB.d.tmp DataExtractor.d.tmp Debug.d.tmp DebugCounter.d.tmp DeltaAlgorithm.d.tmp DynamicLibrary.d.tmp ELFAttributeParser.d.tmp ELFAttributes.d.tmp Errno.d.tmp Error.d.tmp ErrorHandling.d.tmp ExtensibleRTTI.d.tmp FileCollector.d.tmp FileOutputBuffer.d.tmp FileUtilities.d.tmp FoldingSet.d.tmp FormatVariadic.d.tmp FormattedStream.d.tmp GlobPattern.d.tmp GraphWriter.d.tmp Hashing.d.tmp Host.d.tmp InitLLVM.d.tmp InstructionCost.d.tmp IntEqClasses.d.tmp IntervalMap.d.tmp ItaniumManglingCanonicalizer.d.tmp JSON.d.tmp KnownBits.d.tmp LEB128.d.tmp LineIterator.d.tmp Locale.d.tmp LockFileManager.d.tmp LowLevelType.d.tmp MD5.d.tmp ManagedStatic.d.tmp MathExtras.d.tmp MemAlloc.d.tmp Memory.d.tmp MemoryBuffer.d.tmp MemoryBufferRef.d.tmp NativeFormatting.d.tmp OptimizedStructLayout.d.tmp Optional.d.tmp Parallel.d.tmp Path.d.tmp PluginLoader.d.tmp PrettyStackTrace.d.tmp Process.d.tmp Program.d.tmp RISCVAttributeParser.d.tmp RISCVAttributes.d.tmp RWMutex.d.tmp RandomNumberGenerator.d.tmp Regex.d.tmp SHA1.d.tmp SHA256.d.tmp ScaledNumber.d.tmp ScopedPrinter.d.tmp Signals.d.tmp Signposts.d.tmp SmallPtrSet.d.tmp SmallVector.d.tmp SourceMgr.d.tmp SpecialCaseList.d.tmp Statistic.d.tmp StringExtras.d.tmp StringMap.d.tmp StringRef.d.tmp StringSaver.d.tmp SuffixTree.d.tmp SymbolRemappingReader.d.tmp SystemUtils.d.tmp TarWriter.d.tmp TargetParser.d.tmp TargetRegistry.d.tmp ThreadLocal.d.tmp ThreadPool.d.tmp Threading.d.tmp TimeProfiler.d.tmp Timer.d.tmp ToolOutputFile.d.tmp TrigramIndex.d.tmp Triple.d.tmp Twine.d.tmp TypeSize.d.tmp Unicode.d.tmp UnicodeCaseFold.d.tmp Valgrind.d.tmp VersionTuple.d.tmp VirtualFileSystem.d.tmp Watchdog.d.tmp WithColor.d.tmp X86TargetParser.d.tmp YAMLParser.d.tmp YAMLTraits.d.tmp Z3Solver.d.tmp circular_raw_ostream.d.tmp raw_os_ostream.d.tmp raw_ostream.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp regstrlcpy.d.tmp xxhash.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libm --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f .depend AArch64TargetParser.d ABIBreak.d AMDGPUMetadata.d APFixedPoint.d APFloat.d APInt.d APSInt.d ARMAttributeParser.d ARMBuildAttrs.d ARMTargetParser.d ARMWinEH.d Allocator.d Atomic.d AutoConvert.d BinaryStreamError.d BinaryStreamReader.d BinaryStreamRef.d BinaryStreamWriter.d BlockFrequency.d BranchProbability.d BuryPointer.d COM.d CRC.d CachePruning.d Chrono.d CodeGenCoverage.d CommandLine.d Compression.d ConvertUTF.d ConvertUTFWrapper.d CrashRecoveryContext.d DAGDeltaAlgorithm.d DJB.d DataExtractor.d Debug.d DebugCounter.d DeltaAlgorithm.d DynamicLibrary.d ELFAttributeParser.d ELFAttributes.d Errno.d Error.d ErrorHandling.d ExtensibleRTTI.d FileCollector.d FileOutputBuffer.d FileUtilities.d FoldingSet.d FormatVariadic.d FormattedStream.d GlobPattern.d GraphWriter.d Hashing.d Host.d InitLLVM.d InstructionCost.d IntEqClasses.d IntervalMap.d ItaniumManglingCanonicalizer.d JSON.d KnownBits.d LEB128.d LineIterator.d Locale.d LockFileManager.d LowLevelType.d MD5.d ManagedStatic.d MathExtras.d MemAlloc.d Memory.d MemoryBuffer.d MemoryBufferRef.d NativeFormatting.d OptimizedStructLayout.d Optional.d Parallel.d Path.d PluginLoader.d PrettyStackTrace.d Process.d Program.d RISCVAttributeParser.d RISCVAttributes.d RWMutex.d RandomNumberGenerator.d Regex.d SHA1.d SHA256.d ScaledNumber.d ScopedPrinter.d Signals.d Signposts.d SmallPtrSet.d SmallVector.d SourceMgr.d SpecialCaseList.d Statistic.d StringExtras.d StringMap.d StringRef.d StringSaver.d SuffixTree.d SymbolRemappingReader.d SystemUtils.d TarWriter.d TargetParser.d TargetRegistry.d ThreadLocal.d ThreadPool.d Threading.d TimeProfiler.d Timer.d ToolOutputFile.d TrigramIndex.d Triple.d Twine.d TypeSize.d Unicode.d UnicodeCaseFold.d Valgrind.d VersionTuple.d VirtualFileSystem.d Watchdog.d WithColor.d X86TargetParser.d YAMLParser.d YAMLTraits.d Z3Solver.d circular_raw_ostream.d raw_os_ostream.d raw_ostream.d regcomp.d regerror.d regexec.d regfree.d regstrlcpy.d xxhash.d AArch64TargetParser.d.tmp ABIBreak.d.tmp AMDGPUMetadata.d.tmp APFixedPoint.d.tmp APFloat.d.tmp APInt.d.tmp APSInt.d.tmp ARMAttributeParser.d.tmp ARMBuildAttrs.d.tmp ARMTargetParser.d.tmp ARMWinEH.d.tmp Allocator.d.tmp Atomic.d.tmp AutoConvert.d.tmp BinaryStreamError.d.tmp BinaryStreamReader.d.tmp BinaryStreamRef.d.tmp BinaryStreamWriter.d.tmp BlockFrequency.d.tmp BranchProbability.d.tmp BuryPointer.d.tmp COM.d.tmp CRC.d.tmp CachePruning.d.tmp Chrono.d.tmp CodeGenCoverage.d.tmp CommandLine.d.tmp Compression.d.tmp ConvertUTF.d.tmp ConvertUTFWrapper.d.tmp CrashRecoveryContext.d.tmp DAGDeltaAlgorithm.d.tmp DJB.d.tmp DataExtractor.d.tmp Debug.d.tmp DebugCounter.d.tmp DeltaAlgorithm.d.tmp DynamicLibrary.d.tmp ELFAttributeParser.d.tmp ELFAttributes.d.tmp Errno.d.tmp Error.d.tmp ErrorHandling.d.tmp ExtensibleRTTI.d.tmp FileCollector.d.tmp FileOutputBuffer.d.tmp FileUtilities.d.tmp FoldingSet.d.tmp FormatVariadic.d.tmp FormattedStream.d.tmp GlobPattern.d.tmp GraphWriter.d.tmp Hashing.d.tmp Host.d.tmp InitLLVM.d.tmp InstructionCost.d.tmp IntEqClasses.d.tmp IntervalMap.d.tmp ItaniumManglingCanonicalizer.d.tmp JSON.d.tmp KnownBits.d.tmp LEB128.d.tmp LineIterator.d.tmp Locale.d.tmp LockFileManager.d.tmp LowLevelType.d.tmp MD5.d.tmp ManagedStatic.d.tmp MathExtras.d.tmp MemAlloc.d.tmp Memory.d.tmp MemoryBuffer.d.tmp MemoryBufferRef.d.tmp NativeFormatting.d.tmp OptimizedStructLayout.d.tmp Optional.d.tmp Parallel.d.tmp Path.d.tmp PluginLoader.d.tmp PrettyStackTrace.d.tmp Process.d.tmp Program.d.tmp RISCVAttributeParser.d.tmp RISCVAttributes.d.tmp RWMutex.d.tmp RandomNumberGenerator.d.tmp Regex.d.tmp SHA1.d.tmp SHA256.d.tmp ScaledNumber.d.tmp ScopedPrinter.d.tmp Signals.d.tmp Signposts.d.tmp SmallPtrSet.d.tmp SmallVector.d.tmp SourceMgr.d.tmp SpecialCaseList.d.tmp Statistic.d.tmp StringExtras.d.tmp StringMap.d.tmp StringRef.d.tmp StringSaver.d.tmp SuffixTree.d.tmp SymbolRemappingReader.d.tmp SystemUtils.d.tmp TarWriter.d.tmp TargetParser.d.tmp TargetRegistry.d.tmp ThreadLocal.d.tmp ThreadPool.d.tmp Threading.d.tmp TimeProfiler.d.tmp Timer.d.tmp ToolOutputFile.d.tmp TrigramIndex.d.tmp Triple.d.tmp Twine.d.tmp TypeSize.d.tmp Unicode.d.tmp UnicodeCaseFold.d.tmp Valgrind.d.tmp VersionTuple.d.tmp VirtualFileSystem.d.tmp Watchdog.d.tmp WithColor.d.tmp X86TargetParser.d.tmp YAMLParser.d.tmp YAMLTraits.d.tmp Z3Solver.d.tmp circular_raw_ostream.d.tmp raw_os_ostream.d.tmp raw_ostream.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp regstrlcpy.d.tmp xxhash.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/libm --- cleandir-external --- --- cleandir-libLLVMTarget --- cleandir ===> external/apache2/llvm/librt/libLLVMTarget --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget.a Target.o TargetIntrinsicInfo.o TargetLoweringObjectFile.o TargetMachine.o TargetMachineC.o Target.o.tmp TargetIntrinsicInfo.o.tmp TargetLoweringObjectFile.o.tmp TargetMachine.o.tmp TargetMachineC.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget.a Target.o TargetIntrinsicInfo.o TargetLoweringObjectFile.o TargetMachine.o TargetMachineC.o Target.o.tmp TargetIntrinsicInfo.o.tmp TargetLoweringObjectFile.o.tmp TargetMachine.o.tmp TargetMachineC.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libm && rm -f libm.a fenv.o s_nexttoward.o s_rintl.o s_fma.o s_fmaf.o s_fmal.o b_exp.o b_log.o b_tgamma.o e_acos.o e_acosf.o e_acosh.o e_acoshf.o e_asin.o e_asinf.o e_atan2.o e_atan2f.o e_atanh.o e_atanhf.o e_cosh.o e_coshf.o e_exp.o e_expf.o e_fmod.o e_fmodf.o e_fmodl.o e_hypot.o e_hypotf.o e_j0.o e_j0f.o e_j1.o e_j1f.o e_jn.o e_jnf.o e_lgamma_r.o e_lgammaf_r.o e_log.o e_log2.o e_log10.o e_log10f.o e_log2f.o e_logf.o e_pow.o e_powf.o e_rem_pio2.o e_rem_pio2f.o e_remainder.o e_remainderf.o e_scalb.o e_scalbf.o e_sinh.o e_sinhf.o e_sqrt.o e_sqrtf.o e_sqrtl.o k_cos.o k_cosf.o k_rem_pio2.o k_rem_pio2f.o k_sin.o k_sinf.o k_standard.o k_tan.o k_tanf.o ldbl_dummy.o s_asinh.o s_asinhf.o s_atan.o s_atanf.o s_cbrt.o s_cbrtf.o s_cbrtl.o s_ceil.o s_ceilf.o s_ceill.o s_copysign.o s_copysignf.o s_copysignl.o s_cos.o s_cosf.o s_erf.o s_erff.o s_exp2.o s_exp2f.o s_expm1.o s_expm1f.o s_fabsf.o s_fabsl.o s_finite.o s_finitef.o s_floor.o s_floorf.o s_floorl.o s_frexpf.o s_ilogb.o s_ilogbf.o s_ilogbl.o s_isinff.o s_isnanf.o s_lib_version.o s_log1p.o s_llrint.o s_llrintf.o s_llrintl.o s_llround.o s_llroundf.o s_llroundl.o s_lrint.o s_lrintf.o s_lrintl.o s_lround.o s_lroundf.o s_lroundl.o s_log1pf.o s_logb.o s_logbf.o s_logbl.o s_matherr.o s_modff.o s_modfl.o s_nearbyint.o s_nextafter.o s_nextafterl.o s_nextafterf.o s_nexttowardf.o s_remquo.o s_remquof.o s_rint.o s_rintf.o s_round.o s_roundf.o s_roundl.o s_scalbn.o s_scalbnf.o s_scalbnl.o s_signgam.o s_significand.o s_significandf.o s_sincos.o s_sincosf.o s_sincosl.o s_sin.o s_sinf.o s_tan.o s_tanf.o s_tanh.o s_tanhf.o s_tgammaf.o s_trunc.o s_truncf.o s_truncl.o w_acos.o w_acosf.o w_acosh.o w_acoshf.o w_asin.o w_asinf.o w_atan2.o w_atan2f.o w_atanh.o w_atanhf.o w_cosh.o w_coshf.o w_drem.o w_dremf.o w_exp.o w_expf.o w_fmod.o w_fmodf.o w_fmodl.o w_gamma.o w_gamma_r.o w_gammaf.o w_gammaf_r.o w_hypot.o w_hypotf.o w_j0.o w_j0f.o w_j1.o w_j1f.o w_jn.o w_jnf.o w_lgamma.o w_lgamma_r.o w_lgammaf.o w_lgammaf_r.o w_log.o w_log10.o w_log10f.o w_log2.o w_log2f.o w_logf.o w_pow.o w_powf.o w_remainder.o w_remainderf.o w_scalb.o w_scalbf.o w_sinh.o w_sinhf.o w_sqrt.o w_sqrtf.o w_sqrtl.o s_frexp.o s_frexpl.o s_modf.o s_fmax.o s_fmaxf.o s_fmaxl.o s_fmin.o s_fminf.o s_fminl.o s_fdim.o compat_cabs.o compat_cabsf.o cabs.o cabsf.o cabsl.o carg.o cargf.o cargl.o ccos.o ccosf.o ccosl.o ccosh.o ccoshf.o ccoshl.o cephes_subr.o cephes_subrf.o cephes_subrl.o cexp.o cexpf.o cexpl.o clog.o clogf.o clogl.o conj.o conjf.o conjl.o cpow.o cpowf.o cpowl.o cproj.o cprojf.o cprojl.o cimag.o cimagf.o cimagl.o creal.o crealf.o creall.o csin.o csinf.o csinl.o csinh.o csinhf.o csinhl.o csqrt.o csqrtf.o csqrtl.o ctan.o ctanf.o ctanl.o ctanh.o ctanhf.o ctanhl.o catrig.o catrigf.o catrigl.o cacosl.o cacoshl.o casinl.o casinhl.o catanl.o catanhl.o muldc3.o mulsc3.o mulxc3.o divdc3.o divsc3.o divxc3.o nan.o nanf.o nanl.o fenv.o.tmp s_nexttoward.o.tmp s_rintl.o.tmp s_fma.o.tmp s_fmaf.o.tmp s_fmal.o.tmp b_exp.o.tmp b_log.o.tmp b_tgamma.o.tmp e_acos.o.tmp e_acosf.o.tmp e_acosh.o.tmp e_acoshf.o.tmp e_asin.o.tmp e_asinf.o.tmp e_atan2.o.tmp e_atan2f.o.tmp e_atanh.o.tmp e_atanhf.o.tmp e_cosh.o.tmp e_coshf.o.tmp e_exp.o.tmp e_expf.o.tmp e_fmod.o.tmp e_fmodf.o.tmp e_fmodl.o.tmp e_hypot.o.tmp e_hypotf.o.tmp e_j0.o.tmp e_j0f.o.tmp e_j1.o.tmp e_j1f.o.tmp e_jn.o.tmp e_jnf.o.tmp e_lgamma_r.o.tmp e_lgammaf_r.o.tmp e_log.o.tmp e_log2.o.tmp e_log10.o.tmp e_log10f.o.tmp e_log2f.o.tmp e_logf.o.tmp e_pow.o.tmp e_powf.o.tmp e_rem_pio2.o.tmp e_rem_pio2f.o.tmp e_remainder.o.tmp e_remainderf.o.tmp e_scalb.o.tmp e_scalbf.o.tmp e_sinh.o.tmp e_sinhf.o.tmp e_sqrt.o.tmp e_sqrtf.o.tmp e_sqrtl.o.tmp k_cos.o.tmp k_cosf.o.tmp k_rem_pio2.o.tmp k_rem_pio2f.o.tmp k_sin.o.tmp k_sinf.o.tmp k_standard.o.tmp k_tan.o.tmp k_tanf.o.tmp ldbl_dummy.o.tmp s_asinh.o.tmp s_asinhf.o.tmp s_atan.o.tmp s_atanf.o.tmp s_cbrt.o.tmp s_cbrtf.o.tmp s_cbrtl.o.tmp s_ceil.o.tmp s_ceilf.o.tmp s_ceill.o.tmp s_copysign.o.tmp s_copysignf.o.tmp s_copysignl.o.tmp s_cos.o.tmp s_cosf.o.tmp s_erf.o.tmp s_erff.o.tmp s_exp2.o.tmp s_exp2f.o.tmp s_expm1.o.tmp s_expm1f.o.tmp s_fabsf.o.tmp s_fabsl.o.tmp s_finite.o.tmp s_finitef.o.tmp s_floor.o.tmp s_floorf.o.tmp s_floorl.o.tmp s_frexpf.o.tmp s_ilogb.o.tmp s_ilogbf.o.tmp s_ilogbl.o.tmp s_isinff.o.tmp s_isnanf.o.tmp s_lib_version.o.tmp s_log1p.o.tmp s_llrint.o.tmp s_llrintf.o.tmp s_llrintl.o.tmp s_llround.o.tmp s_llroundf.o.tmp s_llroundl.o.tmp s_lrint.o.tmp s_lrintf.o.tmp s_lrintl.o.tmp s_lround.o.tmp s_lroundf.o.tmp s_lroundl.o.tmp s_log1pf.o.tmp s_logb.o.tmp s_logbf.o.tmp s_logbl.o.tmp s_matherr.o.tmp s_modff.o.tmp s_modfl.o.tmp s_nearbyint.o.tmp s_nextafter.o.tmp s_nextafterl.o.tmp s_nextafterf.o.tmp s_nexttowardf.o.tmp s_remquo.o.tmp s_remquof.o.tmp s_rint.o.tmp s_rintf.o.tmp s_round.o.tmp s_roundf.o.tmp s_roundl.o.tmp s_scalbn.o.tmp s_scalbnf.o.tmp s_scalbnl.o.tmp s_signgam.o.tmp s_significand.o.tmp s_significandf.o.tmp s_sincos.o.tmp s_sincosf.o.tmp s_sincosl.o.tmp s_sin.o.tmp s_sinf.o.tmp s_tan.o.tmp s_tanf.o.tmp s_tanh.o.tmp s_tanhf.o.tmp s_tgammaf.o.tmp s_trunc.o.tmp s_truncf.o.tmp s_truncl.o.tmp w_acos.o.tmp w_acosf.o.tmp w_acosh.o.tmp w_acoshf.o.tmp w_asin.o.tmp w_asinf.o.tmp w_atan2.o.tmp w_atan2f.o.tmp w_atanh.o.tmp w_atanhf.o.tmp w_cosh.o.tmp w_coshf.o.tmp w_drem.o.tmp w_dremf.o.tmp w_exp.o.tmp w_expf.o.tmp w_fmod.o.tmp w_fmodf.o.tmp w_fmodl.o.tmp w_gamma.o.tmp w_gamma_r.o.tmp w_gammaf.o.tmp w_gammaf_r.o.tmp w_hypot.o.tmp w_hypotf.o.tmp w_j0.o.tmp w_j0f.o.tmp w_j1.o.tmp w_j1f.o.tmp w_jn.o.tmp w_jnf.o.tmp w_lgamma.o.tmp w_lgamma_r.o.tmp w_lgammaf.o.tmp w_lgammaf_r.o.tmp w_log.o.tmp w_log10.o.tmp w_log10f.o.tmp w_log2.o.tmp w_log2f.o.tmp w_logf.o.tmp w_pow.o.tmp w_powf.o.tmp w_remainder.o.tmp w_remainderf.o.tmp w_scalb.o.tmp w_scalbf.o.tmp w_sinh.o.tmp w_sinhf.o.tmp w_sqrt.o.tmp w_sqrtf.o.tmp w_sqrtl.o.tmp s_frexp.o.tmp s_frexpl.o.tmp s_modf.o.tmp s_fmax.o.tmp s_fmaxf.o.tmp s_fmaxl.o.tmp s_fmin.o.tmp s_fminf.o.tmp s_fminl.o.tmp s_fdim.o.tmp compat_cabs.o.tmp compat_cabsf.o.tmp cabs.o.tmp cabsf.o.tmp cabsl.o.tmp carg.o.tmp cargf.o.tmp cargl.o.tmp ccos.o.tmp ccosf.o.tmp ccosl.o.tmp ccosh.o.tmp ccoshf.o.tmp ccoshl.o.tmp cephes_subr.o.tmp cephes_subrf.o.tmp cephes_subrl.o.tmp cexp.o.tmp cexpf.o.tmp cexpl.o.tmp clog.o.tmp clogf.o.tmp clogl.o.tmp conj.o.tmp conjf.o.tmp conjl.o.tmp cpow.o.tmp cpowf.o.tmp cpowl.o.tmp cproj.o.tmp cprojf.o.tmp cprojl.o.tmp cimag.o.tmp cimagf.o.tmp cimagl.o.tmp creal.o.tmp crealf.o.tmp creall.o.tmp csin.o.tmp csinf.o.tmp csinl.o.tmp csinh.o.tmp csinhf.o.tmp csinhl.o.tmp csqrt.o.tmp csqrtf.o.tmp csqrtl.o.tmp ctan.o.tmp ctanf.o.tmp ctanl.o.tmp ctanh.o.tmp ctanhf.o.tmp ctanhl.o.tmp catrig.o.tmp catrigf.o.tmp catrigl.o.tmp cacosl.o.tmp cacoshl.o.tmp casinl.o.tmp casinhl.o.tmp catanl.o.tmp catanhl.o.tmp muldc3.o.tmp mulsc3.o.tmp mulxc3.o.tmp divdc3.o.tmp divsc3.o.tmp divxc3.o.tmp nan.o.tmp nanf.o.tmp nanl.o.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libm && rm -f libm.a fenv.o s_nexttoward.o s_rintl.o s_fma.o s_fmaf.o s_fmal.o b_exp.o b_log.o b_tgamma.o e_acos.o e_acosf.o e_acosh.o e_acoshf.o e_asin.o e_asinf.o e_atan2.o e_atan2f.o e_atanh.o e_atanhf.o e_cosh.o e_coshf.o e_exp.o e_expf.o e_fmod.o e_fmodf.o e_fmodl.o e_hypot.o e_hypotf.o e_j0.o e_j0f.o e_j1.o e_j1f.o e_jn.o e_jnf.o e_lgamma_r.o e_lgammaf_r.o e_log.o e_log2.o e_log10.o e_log10f.o e_log2f.o e_logf.o e_pow.o e_powf.o e_rem_pio2.o e_rem_pio2f.o e_remainder.o e_remainderf.o e_scalb.o e_scalbf.o e_sinh.o e_sinhf.o e_sqrt.o e_sqrtf.o e_sqrtl.o k_cos.o k_cosf.o k_rem_pio2.o k_rem_pio2f.o k_sin.o k_sinf.o k_standard.o k_tan.o k_tanf.o ldbl_dummy.o s_asinh.o s_asinhf.o s_atan.o s_atanf.o s_cbrt.o s_cbrtf.o s_cbrtl.o s_ceil.o s_ceilf.o s_ceill.o s_copysign.o s_copysignf.o s_copysignl.o s_cos.o s_cosf.o s_erf.o s_erff.o s_exp2.o s_exp2f.o s_expm1.o s_expm1f.o s_fabsf.o s_fabsl.o s_finite.o s_finitef.o s_floor.o s_floorf.o s_floorl.o s_frexpf.o s_ilogb.o s_ilogbf.o s_ilogbl.o s_isinff.o s_isnanf.o s_lib_version.o s_log1p.o s_llrint.o s_llrintf.o s_llrintl.o s_llround.o s_llroundf.o s_llroundl.o s_lrint.o s_lrintf.o s_lrintl.o s_lround.o s_lroundf.o s_lroundl.o s_log1pf.o s_logb.o s_logbf.o s_logbl.o s_matherr.o s_modff.o s_modfl.o s_nearbyint.o s_nextafter.o s_nextafterl.o s_nextafterf.o s_nexttowardf.o s_remquo.o s_remquof.o s_rint.o s_rintf.o s_round.o s_roundf.o s_roundl.o s_scalbn.o s_scalbnf.o s_scalbnl.o s_signgam.o s_significand.o s_significandf.o s_sincos.o s_sincosf.o s_sincosl.o s_sin.o s_sinf.o s_tan.o s_tanf.o s_tanh.o s_tanhf.o s_tgammaf.o s_trunc.o s_truncf.o s_truncl.o w_acos.o w_acosf.o w_acosh.o w_acoshf.o w_asin.o w_asinf.o w_atan2.o w_atan2f.o w_atanh.o w_atanhf.o w_cosh.o w_coshf.o w_drem.o w_dremf.o w_exp.o w_expf.o w_fmod.o w_fmodf.o w_fmodl.o w_gamma.o w_gamma_r.o w_gammaf.o w_gammaf_r.o w_hypot.o w_hypotf.o w_j0.o w_j0f.o w_j1.o w_j1f.o w_jn.o w_jnf.o w_lgamma.o w_lgamma_r.o w_lgammaf.o w_lgammaf_r.o w_log.o w_log10.o w_log10f.o w_log2.o w_log2f.o w_logf.o w_pow.o w_powf.o w_remainder.o w_remainderf.o w_scalb.o w_scalbf.o w_sinh.o w_sinhf.o w_sqrt.o w_sqrtf.o w_sqrtl.o s_frexp.o s_frexpl.o s_modf.o s_fmax.o s_fmaxf.o s_fmaxl.o s_fmin.o s_fminf.o s_fminl.o s_fdim.o compat_cabs.o compat_cabsf.o cabs.o cabsf.o cabsl.o carg.o cargf.o cargl.o ccos.o ccosf.o ccosl.o ccosh.o ccoshf.o ccoshl.o cephes_subr.o cephes_subrf.o cephes_subrl.o cexp.o cexpf.o cexpl.o clog.o clogf.o clogl.o conj.o conjf.o conjl.o cpow.o cpowf.o cpowl.o cproj.o cprojf.o cprojl.o cimag.o cimagf.o cimagl.o creal.o crealf.o creall.o csin.o csinf.o csinl.o csinh.o csinhf.o csinhl.o csqrt.o csqrtf.o csqrtl.o ctan.o ctanf.o ctanl.o ctanh.o ctanhf.o ctanhl.o catrig.o catrigf.o catrigl.o cacosl.o cacoshl.o casinl.o casinhl.o catanl.o catanhl.o muldc3.o mulsc3.o mulxc3.o divdc3.o divsc3.o divxc3.o nan.o nanf.o nanl.o fenv.o.tmp s_nexttoward.o.tmp s_rintl.o.tmp s_fma.o.tmp s_fmaf.o.tmp s_fmal.o.tmp b_exp.o.tmp b_log.o.tmp b_tgamma.o.tmp e_acos.o.tmp e_acosf.o.tmp e_acosh.o.tmp e_acoshf.o.tmp e_asin.o.tmp e_asinf.o.tmp e_atan2.o.tmp e_atan2f.o.tmp e_atanh.o.tmp e_atanhf.o.tmp e_cosh.o.tmp e_coshf.o.tmp e_exp.o.tmp e_expf.o.tmp e_fmod.o.tmp e_fmodf.o.tmp e_fmodl.o.tmp e_hypot.o.tmp e_hypotf.o.tmp e_j0.o.tmp e_j0f.o.tmp e_j1.o.tmp e_j1f.o.tmp e_jn.o.tmp e_jnf.o.tmp e_lgamma_r.o.tmp e_lgammaf_r.o.tmp e_log.o.tmp e_log2.o.tmp e_log10.o.tmp e_log10f.o.tmp e_log2f.o.tmp e_logf.o.tmp e_pow.o.tmp e_powf.o.tmp e_rem_pio2.o.tmp e_rem_pio2f.o.tmp e_remainder.o.tmp e_remainderf.o.tmp e_scalb.o.tmp e_scalbf.o.tmp e_sinh.o.tmp e_sinhf.o.tmp e_sqrt.o.tmp e_sqrtf.o.tmp e_sqrtl.o.tmp k_cos.o.tmp k_cosf.o.tmp k_rem_pio2.o.tmp k_rem_pio2f.o.tmp k_sin.o.tmp k_sinf.o.tmp k_standard.o.tmp k_tan.o.tmp k_tanf.o.tmp ldbl_dummy.o.tmp s_asinh.o.tmp s_asinhf.o.tmp s_atan.o.tmp s_atanf.o.tmp s_cbrt.o.tmp s_cbrtf.o.tmp s_cbrtl.o.tmp s_ceil.o.tmp s_ceilf.o.tmp s_ceill.o.tmp s_copysign.o.tmp s_copysignf.o.tmp s_copysignl.o.tmp s_cos.o.tmp s_cosf.o.tmp s_erf.o.tmp s_erff.o.tmp s_exp2.o.tmp s_exp2f.o.tmp s_expm1.o.tmp s_expm1f.o.tmp s_fabsf.o.tmp s_fabsl.o.tmp s_finite.o.tmp s_finitef.o.tmp s_floor.o.tmp s_floorf.o.tmp s_floorl.o.tmp s_frexpf.o.tmp s_ilogb.o.tmp s_ilogbf.o.tmp s_ilogbl.o.tmp s_isinff.o.tmp s_isnanf.o.tmp s_lib_version.o.tmp s_log1p.o.tmp s_llrint.o.tmp s_llrintf.o.tmp s_llrintl.o.tmp s_llround.o.tmp s_llroundf.o.tmp s_llroundl.o.tmp s_lrint.o.tmp s_lrintf.o.tmp s_lrintl.o.tmp s_lround.o.tmp s_lroundf.o.tmp s_lroundl.o.tmp s_log1pf.o.tmp s_logb.o.tmp s_logbf.o.tmp s_logbl.o.tmp s_matherr.o.tmp s_modff.o.tmp s_modfl.o.tmp s_nearbyint.o.tmp s_nextafter.o.tmp s_nextafterl.o.tmp s_nextafterf.o.tmp s_nexttowardf.o.tmp s_remquo.o.tmp s_remquof.o.tmp s_rint.o.tmp s_rintf.o.tmp s_round.o.tmp s_roundf.o.tmp s_roundl.o.tmp s_scalbn.o.tmp s_scalbnf.o.tmp s_scalbnl.o.tmp s_signgam.o.tmp s_significand.o.tmp s_significandf.o.tmp s_sincos.o.tmp s_sincosf.o.tmp s_sincosl.o.tmp s_sin.o.tmp s_sinf.o.tmp s_tan.o.tmp s_tanf.o.tmp s_tanh.o.tmp s_tanhf.o.tmp s_tgammaf.o.tmp s_trunc.o.tmp s_truncf.o.tmp s_truncl.o.tmp w_acos.o.tmp w_acosf.o.tmp w_acosh.o.tmp w_acoshf.o.tmp w_asin.o.tmp w_asinf.o.tmp w_atan2.o.tmp w_atan2f.o.tmp w_atanh.o.tmp w_atanhf.o.tmp w_cosh.o.tmp w_coshf.o.tmp w_drem.o.tmp w_dremf.o.tmp w_exp.o.tmp w_expf.o.tmp w_fmod.o.tmp w_fmodf.o.tmp w_fmodl.o.tmp w_gamma.o.tmp w_gamma_r.o.tmp w_gammaf.o.tmp w_gammaf_r.o.tmp w_hypot.o.tmp w_hypotf.o.tmp w_j0.o.tmp w_j0f.o.tmp w_j1.o.tmp w_j1f.o.tmp w_jn.o.tmp w_jnf.o.tmp w_lgamma.o.tmp w_lgamma_r.o.tmp w_lgammaf.o.tmp w_lgammaf_r.o.tmp w_log.o.tmp w_log10.o.tmp w_log10f.o.tmp w_log2.o.tmp w_log2f.o.tmp w_logf.o.tmp w_pow.o.tmp w_powf.o.tmp w_remainder.o.tmp w_remainderf.o.tmp w_scalb.o.tmp w_scalbf.o.tmp w_sinh.o.tmp w_sinhf.o.tmp w_sqrt.o.tmp w_sqrtf.o.tmp w_sqrtl.o.tmp s_frexp.o.tmp s_frexpl.o.tmp s_modf.o.tmp s_fmax.o.tmp s_fmaxf.o.tmp s_fmaxl.o.tmp s_fmin.o.tmp s_fminf.o.tmp s_fminl.o.tmp s_fdim.o.tmp compat_cabs.o.tmp compat_cabsf.o.tmp cabs.o.tmp cabsf.o.tmp cabsl.o.tmp carg.o.tmp cargf.o.tmp cargl.o.tmp ccos.o.tmp ccosf.o.tmp ccosl.o.tmp ccosh.o.tmp ccoshf.o.tmp ccoshl.o.tmp cephes_subr.o.tmp cephes_subrf.o.tmp cephes_subrl.o.tmp cexp.o.tmp cexpf.o.tmp cexpl.o.tmp clog.o.tmp clogf.o.tmp clogl.o.tmp conj.o.tmp conjf.o.tmp conjl.o.tmp cpow.o.tmp cpowf.o.tmp cpowl.o.tmp cproj.o.tmp cprojf.o.tmp cprojl.o.tmp cimag.o.tmp cimagf.o.tmp cimagl.o.tmp creal.o.tmp crealf.o.tmp creall.o.tmp csin.o.tmp csinf.o.tmp csinl.o.tmp csinh.o.tmp csinhf.o.tmp csinhl.o.tmp csqrt.o.tmp csqrtf.o.tmp csqrtl.o.tmp ctan.o.tmp ctanf.o.tmp ctanl.o.tmp ctanh.o.tmp ctanhf.o.tmp ctanhl.o.tmp catrig.o.tmp catrigf.o.tmp catrigl.o.tmp cacosl.o.tmp cacoshl.o.tmp casinl.o.tmp casinhl.o.tmp catanl.o.tmp catanhl.o.tmp muldc3.o.tmp mulsc3.o.tmp mulxc3.o.tmp divdc3.o.tmp divsc3.o.tmp divxc3.o.tmp nan.o.tmp nanf.o.tmp nanl.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_g.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libm && rm -f libm_p.a fenv.po s_nexttoward.po s_rintl.po s_fma.po s_fmaf.po s_fmal.po b_exp.po b_log.po b_tgamma.po e_acos.po e_acosf.po e_acosh.po e_acoshf.po e_asin.po e_asinf.po e_atan2.po e_atan2f.po e_atanh.po e_atanhf.po e_cosh.po e_coshf.po e_exp.po e_expf.po e_fmod.po e_fmodf.po e_fmodl.po e_hypot.po e_hypotf.po e_j0.po e_j0f.po e_j1.po e_j1f.po e_jn.po e_jnf.po e_lgamma_r.po e_lgammaf_r.po e_log.po e_log2.po e_log10.po e_log10f.po e_log2f.po e_logf.po e_pow.po e_powf.po e_rem_pio2.po e_rem_pio2f.po e_remainder.po e_remainderf.po e_scalb.po e_scalbf.po e_sinh.po e_sinhf.po e_sqrt.po e_sqrtf.po e_sqrtl.po k_cos.po k_cosf.po k_rem_pio2.po k_rem_pio2f.po k_sin.po k_sinf.po k_standard.po k_tan.po k_tanf.po ldbl_dummy.po s_asinh.po s_asinhf.po s_atan.po s_atanf.po s_cbrt.po s_cbrtf.po s_cbrtl.po s_ceil.po s_ceilf.po s_ceill.po s_copysign.po s_copysignf.po s_copysignl.po s_cos.po s_cosf.po s_erf.po s_erff.po s_exp2.po s_exp2f.po s_expm1.po s_expm1f.po s_fabsf.po s_fabsl.po s_finite.po s_finitef.po s_floor.po s_floorf.po s_floorl.po s_frexpf.po s_ilogb.po s_ilogbf.po s_ilogbl.po s_isinff.po s_isnanf.po s_lib_version.po s_log1p.po s_llrint.po s_llrintf.po s_llrintl.po s_llround.po s_llroundf.po s_llroundl.po s_lrint.po s_lrintf.po s_lrintl.po s_lround.po s_lroundf.po s_lroundl.po s_log1pf.po s_logb.po s_logbf.po s_logbl.po s_matherr.po s_modff.po s_modfl.po s_nearbyint.po s_nextafter.po s_nextafterl.po s_nextafterf.po s_nexttowardf.po s_remquo.po s_remquof.po s_rint.po s_rintf.po s_round.po s_roundf.po s_roundl.po s_scalbn.po s_scalbnf.po s_scalbnl.po s_signgam.po s_significand.po s_significandf.po s_sincos.po s_sincosf.po s_sincosl.po s_sin.po s_sinf.po s_tan.po s_tanf.po s_tanh.po s_tanhf.po s_tgammaf.po s_trunc.po s_truncf.po s_truncl.po w_acos.po w_acosf.po w_acosh.po w_acoshf.po w_asin.po w_asinf.po w_atan2.po w_atan2f.po w_atanh.po w_atanhf.po w_cosh.po w_coshf.po w_drem.po w_dremf.po w_exp.po w_expf.po w_fmod.po w_fmodf.po w_fmodl.po w_gamma.po w_gamma_r.po w_gammaf.po w_gammaf_r.po w_hypot.po w_hypotf.po w_j0.po w_j0f.po w_j1.po w_j1f.po w_jn.po w_jnf.po w_lgamma.po w_lgamma_r.po w_lgammaf.po w_lgammaf_r.po w_log.po w_log10.po w_log10f.po w_log2.po w_log2f.po w_logf.po w_pow.po w_powf.po w_remainder.po w_remainderf.po w_scalb.po w_scalbf.po w_sinh.po w_sinhf.po w_sqrt.po w_sqrtf.po w_sqrtl.po s_frexp.po s_frexpl.po s_modf.po s_fmax.po s_fmaxf.po s_fmaxl.po s_fmin.po s_fminf.po s_fminl.po s_fdim.po compat_cabs.po compat_cabsf.po cabs.po cabsf.po cabsl.po carg.po cargf.po cargl.po ccos.po ccosf.po ccosl.po ccosh.po ccoshf.po ccoshl.po cephes_subr.po cephes_subrf.po cephes_subrl.po cexp.po cexpf.po cexpl.po clog.po clogf.po clogl.po conj.po conjf.po conjl.po cpow.po cpowf.po cpowl.po cproj.po cprojf.po cprojl.po cimag.po cimagf.po cimagl.po creal.po crealf.po creall.po csin.po csinf.po csinl.po csinh.po csinhf.po csinhl.po csqrt.po csqrtf.po csqrtl.po ctan.po ctanf.po ctanl.po ctanh.po ctanhf.po ctanhl.po catrig.po catrigf.po catrigl.po cacosl.po cacoshl.po casinl.po casinhl.po catanl.po catanhl.po muldc3.po mulsc3.po mulxc3.po divdc3.po divsc3.po divxc3.po nan.po nanf.po nanl.po fenv.po.tmp s_nexttoward.po.tmp s_rintl.po.tmp s_fma.po.tmp s_fmaf.po.tmp s_fmal.po.tmp b_exp.po.tmp b_log.po.tmp b_tgamma.po.tmp e_acos.po.tmp e_acosf.po.tmp e_acosh.po.tmp e_acoshf.po.tmp e_asin.po.tmp e_asinf.po.tmp e_atan2.po.tmp e_atan2f.po.tmp e_atanh.po.tmp e_atanhf.po.tmp e_cosh.po.tmp e_coshf.po.tmp e_exp.po.tmp e_expf.po.tmp e_fmod.po.tmp e_fmodf.po.tmp e_fmodl.po.tmp e_hypot.po.tmp e_hypotf.po.tmp e_j0.po.tmp e_j0f.po.tmp e_j1.po.tmp e_j1f.po.tmp e_jn.po.tmp e_jnf.po.tmp e_lgamma_r.po.tmp e_lgammaf_r.po.tmp e_log.po.tmp e_log2.po.tmp e_log10.po.tmp e_log10f.po.tmp e_log2f.po.tmp e_logf.po.tmp e_pow.po.tmp e_powf.po.tmp e_rem_pio2.po.tmp e_rem_pio2f.po.tmp e_remainder.po.tmp e_remainderf.po.tmp e_scalb.po.tmp e_scalbf.po.tmp e_sinh.po.tmp e_sinhf.po.tmp e_sqrt.po.tmp e_sqrtf.po.tmp e_sqrtl.po.tmp k_cos.po.tmp k_cosf.po.tmp k_rem_pio2.po.tmp k_rem_pio2f.po.tmp k_sin.po.tmp k_sinf.po.tmp k_standard.po.tmp k_tan.po.tmp k_tanf.po.tmp ldbl_dummy.po.tmp s_asinh.po.tmp s_asinhf.po.tmp s_atan.po.tmp s_atanf.po.tmp s_cbrt.po.tmp s_cbrtf.po.tmp s_cbrtl.po.tmp s_ceil.po.tmp s_ceilf.po.tmp s_ceill.po.tmp s_copysign.po.tmp s_copysignf.po.tmp s_copysignl.po.tmp s_cos.po.tmp s_cosf.po.tmp s_erf.po.tmp s_erff.po.tmp s_exp2.po.tmp s_exp2f.po.tmp s_expm1.po.tmp s_expm1f.po.tmp s_fabsf.po.tmp s_fabsl.po.tmp s_finite.po.tmp s_finitef.po.tmp s_floor.po.tmp s_floorf.po.tmp s_floorl.po.tmp s_frexpf.po.tmp s_ilogb.po.tmp s_ilogbf.po.tmp s_ilogbl.po.tmp s_isinff.po.tmp s_isnanf.po.tmp s_lib_version.po.tmp s_log1p.po.tmp s_llrint.po.tmp s_llrintf.po.tmp s_llrintl.po.tmp s_llround.po.tmp s_llroundf.po.tmp s_llroundl.po.tmp s_lrint.po.tmp s_lrintf.po.tmp s_lrintl.po.tmp s_lround.po.tmp s_lroundf.po.tmp s_lroundl.po.tmp s_log1pf.po.tmp s_logb.po.tmp s_logbf.po.tmp s_logbl.po.tmp s_matherr.po.tmp s_modff.po.tmp s_modfl.po.tmp s_nearbyint.po.tmp s_nextafter.po.tmp s_nextafterl.po.tmp s_nextafterf.po.tmp s_nexttowardf.po.tmp s_remquo.po.tmp s_remquof.po.tmp s_rint.po.tmp s_rintf.po.tmp s_round.po.tmp s_roundf.po.tmp s_roundl.po.tmp s_scalbn.po.tmp s_scalbnf.po.tmp s_scalbnl.po.tmp s_signgam.po.tmp s_significand.po.tmp s_significandf.po.tmp s_sincos.po.tmp s_sincosf.po.tmp s_sincosl.po.tmp s_sin.po.tmp s_sinf.po.tmp s_tan.po.tmp s_tanf.po.tmp s_tanh.po.tmp s_tanhf.po.tmp s_tgammaf.po.tmp s_trunc.po.tmp s_truncf.po.tmp s_truncl.po.tmp w_acos.po.tmp w_acosf.po.tmp w_acosh.po.tmp w_acoshf.po.tmp w_asin.po.tmp w_asinf.po.tmp w_atan2.po.tmp w_atan2f.po.tmp w_atanh.po.tmp w_atanhf.po.tmp w_cosh.po.tmp w_coshf.po.tmp w_drem.po.tmp w_dremf.po.tmp w_exp.po.tmp w_expf.po.tmp w_fmod.po.tmp w_fmodf.po.tmp w_fmodl.po.tmp w_gamma.po.tmp w_gamma_r.po.tmp w_gammaf.po.tmp w_gammaf_r.po.tmp w_hypot.po.tmp w_hypotf.po.tmp w_j0.po.tmp w_j0f.po.tmp w_j1.po.tmp w_j1f.po.tmp w_jn.po.tmp w_jnf.po.tmp w_lgamma.po.tmp w_lgamma_r.po.tmp w_lgammaf.po.tmp w_lgammaf_r.po.tmp w_log.po.tmp w_log10.po.tmp w_log10f.po.tmp w_log2.po.tmp w_log2f.po.tmp w_logf.po.tmp w_pow.po.tmp w_powf.po.tmp w_remainder.po.tmp w_remainderf.po.tmp w_scalb.po.tmp w_scalbf.po.tmp w_sinh.po.tmp w_sinhf.po.tmp w_sqrt.po.tmp w_sqrtf.po.tmp w_sqrtl.po.tmp s_frexp.po.tmp s_frexpl.po.tmp s_modf.po.tmp s_fmax.po.tmp s_fmaxf.po.tmp s_fmaxl.po.tmp s_fmin.po.tmp s_fminf.po.tmp s_fminl.po.tmp s_fdim.po.tmp compat_cabs.po.tmp compat_cabsf.po.tmp cabs.po.tmp cabsf.po.tmp cabsl.po.tmp carg.po.tmp cargf.po.tmp cargl.po.tmp ccos.po.tmp ccosf.po.tmp ccosl.po.tmp ccosh.po.tmp ccoshf.po.tmp ccoshl.po.tmp cephes_subr.po.tmp cephes_subrf.po.tmp cephes_subrl.po.tmp cexp.po.tmp cexpf.po.tmp cexpl.po.tmp clog.po.tmp clogf.po.tmp clogl.po.tmp conj.po.tmp conjf.po.tmp conjl.po.tmp cpow.po.tmp cpowf.po.tmp cpowl.po.tmp cproj.po.tmp cprojf.po.tmp cprojl.po.tmp cimag.po.tmp cimagf.po.tmp cimagl.po.tmp creal.po.tmp crealf.po.tmp creall.po.tmp csin.po.tmp csinf.po.tmp csinl.po.tmp csinh.po.tmp csinhf.po.tmp csinhl.po.tmp csqrt.po.tmp csqrtf.po.tmp csqrtl.po.tmp ctan.po.tmp ctanf.po.tmp ctanl.po.tmp ctanh.po.tmp ctanhf.po.tmp ctanhl.po.tmp catrig.po.tmp catrigf.po.tmp catrigl.po.tmp cacosl.po.tmp cacoshl.po.tmp casinl.po.tmp casinhl.po.tmp catanl.po.tmp catanhl.po.tmp muldc3.po.tmp mulsc3.po.tmp mulxc3.po.tmp divdc3.po.tmp divsc3.po.tmp divxc3.po.tmp nan.po.tmp nanf.po.tmp nanl.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_pic.a Target.pico TargetIntrinsicInfo.pico TargetLoweringObjectFile.pico TargetMachine.pico TargetMachineC.pico Target.pico.tmp TargetIntrinsicInfo.pico.tmp TargetLoweringObjectFile.pico.tmp TargetMachine.pico.tmp TargetMachineC.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libm && rm -f libm_p.a fenv.po s_nexttoward.po s_rintl.po s_fma.po s_fmaf.po s_fmal.po b_exp.po b_log.po b_tgamma.po e_acos.po e_acosf.po e_acosh.po e_acoshf.po e_asin.po e_asinf.po e_atan2.po e_atan2f.po e_atanh.po e_atanhf.po e_cosh.po e_coshf.po e_exp.po e_expf.po e_fmod.po e_fmodf.po e_fmodl.po e_hypot.po e_hypotf.po e_j0.po e_j0f.po e_j1.po e_j1f.po e_jn.po e_jnf.po e_lgamma_r.po e_lgammaf_r.po e_log.po e_log2.po e_log10.po e_log10f.po e_log2f.po e_logf.po e_pow.po e_powf.po e_rem_pio2.po e_rem_pio2f.po e_remainder.po e_remainderf.po e_scalb.po e_scalbf.po e_sinh.po e_sinhf.po e_sqrt.po e_sqrtf.po e_sqrtl.po k_cos.po k_cosf.po k_rem_pio2.po k_rem_pio2f.po k_sin.po k_sinf.po k_standard.po k_tan.po k_tanf.po ldbl_dummy.po s_asinh.po s_asinhf.po s_atan.po s_atanf.po s_cbrt.po s_cbrtf.po s_cbrtl.po s_ceil.po s_ceilf.po s_ceill.po s_copysign.po s_copysignf.po s_copysignl.po s_cos.po s_cosf.po s_erf.po s_erff.po s_exp2.po s_exp2f.po s_expm1.po s_expm1f.po s_fabsf.po s_fabsl.po s_finite.po s_finitef.po s_floor.po s_floorf.po s_floorl.po s_frexpf.po s_ilogb.po s_ilogbf.po s_ilogbl.po s_isinff.po s_isnanf.po s_lib_version.po s_log1p.po s_llrint.po s_llrintf.po s_llrintl.po s_llround.po s_llroundf.po s_llroundl.po s_lrint.po s_lrintf.po s_lrintl.po s_lround.po s_lroundf.po s_lroundl.po s_log1pf.po s_logb.po s_logbf.po s_logbl.po s_matherr.po s_modff.po s_modfl.po s_nearbyint.po s_nextafter.po s_nextafterl.po s_nextafterf.po s_nexttowardf.po s_remquo.po s_remquof.po s_rint.po s_rintf.po s_round.po s_roundf.po s_roundl.po s_scalbn.po s_scalbnf.po s_scalbnl.po s_signgam.po s_significand.po s_significandf.po s_sincos.po s_sincosf.po s_sincosl.po s_sin.po s_sinf.po s_tan.po s_tanf.po s_tanh.po s_tanhf.po s_tgammaf.po s_trunc.po s_truncf.po s_truncl.po w_acos.po w_acosf.po w_acosh.po w_acoshf.po w_asin.po w_asinf.po w_atan2.po w_atan2f.po w_atanh.po w_atanhf.po w_cosh.po w_coshf.po w_drem.po w_dremf.po w_exp.po w_expf.po w_fmod.po w_fmodf.po w_fmodl.po w_gamma.po w_gamma_r.po w_gammaf.po w_gammaf_r.po w_hypot.po w_hypotf.po w_j0.po w_j0f.po w_j1.po w_j1f.po w_jn.po w_jnf.po w_lgamma.po w_lgamma_r.po w_lgammaf.po w_lgammaf_r.po w_log.po w_log10.po w_log10f.po w_log2.po w_log2f.po w_logf.po w_pow.po w_powf.po w_remainder.po w_remainderf.po w_scalb.po w_scalbf.po w_sinh.po w_sinhf.po w_sqrt.po w_sqrtf.po w_sqrtl.po s_frexp.po s_frexpl.po s_modf.po s_fmax.po s_fmaxf.po s_fmaxl.po s_fmin.po s_fminf.po s_fminl.po s_fdim.po compat_cabs.po compat_cabsf.po cabs.po cabsf.po cabsl.po carg.po cargf.po cargl.po ccos.po ccosf.po ccosl.po ccosh.po ccoshf.po ccoshl.po cephes_subr.po cephes_subrf.po cephes_subrl.po cexp.po cexpf.po cexpl.po clog.po clogf.po clogl.po conj.po conjf.po conjl.po cpow.po cpowf.po cpowl.po cproj.po cprojf.po cprojl.po cimag.po cimagf.po cimagl.po creal.po crealf.po creall.po csin.po csinf.po csinl.po csinh.po csinhf.po csinhl.po csqrt.po csqrtf.po csqrtl.po ctan.po ctanf.po ctanl.po ctanh.po ctanhf.po ctanhl.po catrig.po catrigf.po catrigl.po cacosl.po cacoshl.po casinl.po casinhl.po catanl.po catanhl.po muldc3.po mulsc3.po mulxc3.po divdc3.po divsc3.po divxc3.po nan.po nanf.po nanl.po fenv.po.tmp s_nexttoward.po.tmp s_rintl.po.tmp s_fma.po.tmp s_fmaf.po.tmp s_fmal.po.tmp b_exp.po.tmp b_log.po.tmp b_tgamma.po.tmp e_acos.po.tmp e_acosf.po.tmp e_acosh.po.tmp e_acoshf.po.tmp e_asin.po.tmp e_asinf.po.tmp e_atan2.po.tmp e_atan2f.po.tmp e_atanh.po.tmp e_atanhf.po.tmp e_cosh.po.tmp e_coshf.po.tmp e_exp.po.tmp e_expf.po.tmp e_fmod.po.tmp e_fmodf.po.tmp e_fmodl.po.tmp e_hypot.po.tmp e_hypotf.po.tmp e_j0.po.tmp e_j0f.po.tmp e_j1.po.tmp e_j1f.po.tmp e_jn.po.tmp e_jnf.po.tmp e_lgamma_r.po.tmp e_lgammaf_r.po.tmp e_log.po.tmp e_log2.po.tmp e_log10.po.tmp e_log10f.po.tmp e_log2f.po.tmp e_logf.po.tmp e_pow.po.tmp e_powf.po.tmp e_rem_pio2.po.tmp e_rem_pio2f.po.tmp e_remainder.po.tmp e_remainderf.po.tmp e_scalb.po.tmp e_scalbf.po.tmp e_sinh.po.tmp e_sinhf.po.tmp e_sqrt.po.tmp e_sqrtf.po.tmp e_sqrtl.po.tmp k_cos.po.tmp k_cosf.po.tmp k_rem_pio2.po.tmp k_rem_pio2f.po.tmp k_sin.po.tmp k_sinf.po.tmp k_standard.po.tmp k_tan.po.tmp k_tanf.po.tmp ldbl_dummy.po.tmp s_asinh.po.tmp s_asinhf.po.tmp s_atan.po.tmp s_atanf.po.tmp s_cbrt.po.tmp s_cbrtf.po.tmp s_cbrtl.po.tmp s_ceil.po.tmp s_ceilf.po.tmp s_ceill.po.tmp s_copysign.po.tmp s_copysignf.po.tmp s_copysignl.po.tmp s_cos.po.tmp s_cosf.po.tmp s_erf.po.tmp s_erff.po.tmp s_exp2.po.tmp s_exp2f.po.tmp s_expm1.po.tmp s_expm1f.po.tmp s_fabsf.po.tmp s_fabsl.po.tmp s_finite.po.tmp s_finitef.po.tmp s_floor.po.tmp s_floorf.po.tmp s_floorl.po.tmp s_frexpf.po.tmp s_ilogb.po.tmp s_ilogbf.po.tmp s_ilogbl.po.tmp s_isinff.po.tmp s_isnanf.po.tmp s_lib_version.po.tmp s_log1p.po.tmp s_llrint.po.tmp s_llrintf.po.tmp s_llrintl.po.tmp s_llround.po.tmp s_llroundf.po.tmp s_llroundl.po.tmp s_lrint.po.tmp s_lrintf.po.tmp s_lrintl.po.tmp s_lround.po.tmp s_lroundf.po.tmp s_lroundl.po.tmp s_log1pf.po.tmp s_logb.po.tmp s_logbf.po.tmp s_logbl.po.tmp s_matherr.po.tmp s_modff.po.tmp s_modfl.po.tmp s_nearbyint.po.tmp s_nextafter.po.tmp s_nextafterl.po.tmp s_nextafterf.po.tmp s_nexttowardf.po.tmp s_remquo.po.tmp s_remquof.po.tmp s_rint.po.tmp s_rintf.po.tmp s_round.po.tmp s_roundf.po.tmp s_roundl.po.tmp s_scalbn.po.tmp s_scalbnf.po.tmp s_scalbnl.po.tmp s_signgam.po.tmp s_significand.po.tmp s_significandf.po.tmp s_sincos.po.tmp s_sincosf.po.tmp s_sincosl.po.tmp s_sin.po.tmp s_sinf.po.tmp s_tan.po.tmp s_tanf.po.tmp s_tanh.po.tmp s_tanhf.po.tmp s_tgammaf.po.tmp s_trunc.po.tmp s_truncf.po.tmp s_truncl.po.tmp w_acos.po.tmp w_acosf.po.tmp w_acosh.po.tmp w_acoshf.po.tmp w_asin.po.tmp w_asinf.po.tmp w_atan2.po.tmp w_atan2f.po.tmp w_atanh.po.tmp w_atanhf.po.tmp w_cosh.po.tmp w_coshf.po.tmp w_drem.po.tmp w_dremf.po.tmp w_exp.po.tmp w_expf.po.tmp w_fmod.po.tmp w_fmodf.po.tmp w_fmodl.po.tmp w_gamma.po.tmp w_gamma_r.po.tmp w_gammaf.po.tmp w_gammaf_r.po.tmp w_hypot.po.tmp w_hypotf.po.tmp w_j0.po.tmp w_j0f.po.tmp w_j1.po.tmp w_j1f.po.tmp w_jn.po.tmp w_jnf.po.tmp w_lgamma.po.tmp w_lgamma_r.po.tmp w_lgammaf.po.tmp w_lgammaf_r.po.tmp w_log.po.tmp w_log10.po.tmp w_log10f.po.tmp w_log2.po.tmp w_log2f.po.tmp w_logf.po.tmp w_pow.po.tmp w_powf.po.tmp w_remainder.po.tmp w_remainderf.po.tmp w_scalb.po.tmp w_scalbf.po.tmp w_sinh.po.tmp w_sinhf.po.tmp w_sqrt.po.tmp w_sqrtf.po.tmp w_sqrtl.po.tmp s_frexp.po.tmp s_frexpl.po.tmp s_modf.po.tmp s_fmax.po.tmp s_fmaxf.po.tmp s_fmaxl.po.tmp s_fmin.po.tmp s_fminf.po.tmp s_fminl.po.tmp s_fdim.po.tmp compat_cabs.po.tmp compat_cabsf.po.tmp cabs.po.tmp cabsf.po.tmp cabsl.po.tmp carg.po.tmp cargf.po.tmp cargl.po.tmp ccos.po.tmp ccosf.po.tmp ccosl.po.tmp ccosh.po.tmp ccoshf.po.tmp ccoshl.po.tmp cephes_subr.po.tmp cephes_subrf.po.tmp cephes_subrl.po.tmp cexp.po.tmp cexpf.po.tmp cexpl.po.tmp clog.po.tmp clogf.po.tmp clogl.po.tmp conj.po.tmp conjf.po.tmp conjl.po.tmp cpow.po.tmp cpowf.po.tmp cpowl.po.tmp cproj.po.tmp cprojf.po.tmp cprojl.po.tmp cimag.po.tmp cimagf.po.tmp cimagl.po.tmp creal.po.tmp crealf.po.tmp creall.po.tmp csin.po.tmp csinf.po.tmp csinl.po.tmp csinh.po.tmp csinhf.po.tmp csinhl.po.tmp csqrt.po.tmp csqrtf.po.tmp csqrtl.po.tmp ctan.po.tmp ctanf.po.tmp ctanl.po.tmp ctanh.po.tmp ctanhf.po.tmp ctanhl.po.tmp catrig.po.tmp catrigf.po.tmp catrigl.po.tmp cacosl.po.tmp cacoshl.po.tmp casinl.po.tmp casinhl.po.tmp catanl.po.tmp catanhl.po.tmp muldc3.po.tmp mulsc3.po.tmp mulxc3.po.tmp divdc3.po.tmp divsc3.po.tmp divxc3.po.tmp nan.po.tmp nanf.po.tmp nanl.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_pic.a Target.pico TargetIntrinsicInfo.pico TargetLoweringObjectFile.pico TargetMachine.pico TargetMachineC.pico Target.pico.tmp TargetIntrinsicInfo.pico.tmp TargetLoweringObjectFile.pico.tmp TargetMachine.pico.tmp TargetMachineC.pico.tmp || true) --- libclean5 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f llib-lLLVMTarget.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libm && rm -f libm_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libm && rm -f libm_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f llib-lLLVMTarget.ln || true) --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libm && rm -f libm_pic.a libm.so.* libm.so fenv.pico s_nexttoward.pico s_rintl.pico s_fma.pico s_fmaf.pico s_fmal.pico b_exp.pico b_log.pico b_tgamma.pico e_acos.pico e_acosf.pico e_acosh.pico e_acoshf.pico e_asin.pico e_asinf.pico e_atan2.pico e_atan2f.pico e_atanh.pico e_atanhf.pico e_cosh.pico e_coshf.pico e_exp.pico e_expf.pico e_fmod.pico e_fmodf.pico e_fmodl.pico e_hypot.pico e_hypotf.pico e_j0.pico e_j0f.pico e_j1.pico e_j1f.pico e_jn.pico e_jnf.pico e_lgamma_r.pico e_lgammaf_r.pico e_log.pico e_log2.pico e_log10.pico e_log10f.pico e_log2f.pico e_logf.pico e_pow.pico e_powf.pico e_rem_pio2.pico e_rem_pio2f.pico e_remainder.pico e_remainderf.pico e_scalb.pico e_scalbf.pico e_sinh.pico e_sinhf.pico e_sqrt.pico e_sqrtf.pico e_sqrtl.pico k_cos.pico k_cosf.pico k_rem_pio2.pico k_rem_pio2f.pico k_sin.pico k_sinf.pico k_standard.pico k_tan.pico k_tanf.pico ldbl_dummy.pico s_asinh.pico s_asinhf.pico s_atan.pico s_atanf.pico s_cbrt.pico s_cbrtf.pico s_cbrtl.pico s_ceil.pico s_ceilf.pico s_ceill.pico s_copysign.pico s_copysignf.pico s_copysignl.pico s_cos.pico s_cosf.pico s_erf.pico s_erff.pico s_exp2.pico s_exp2f.pico s_expm1.pico s_expm1f.pico s_fabsf.pico s_fabsl.pico s_finite.pico s_finitef.pico s_floor.pico s_floorf.pico s_floorl.pico s_frexpf.pico s_ilogb.pico s_ilogbf.pico s_ilogbl.pico s_isinff.pico s_isnanf.pico s_lib_version.pico s_log1p.pico s_llrint.pico s_llrintf.pico s_llrintl.pico s_llround.pico s_llroundf.pico s_llroundl.pico s_lrint.pico s_lrintf.pico s_lrintl.pico s_lround.pico s_lroundf.pico s_lroundl.pico s_log1pf.pico s_logb.pico s_logbf.pico s_logbl.pico s_matherr.pico s_modff.pico s_modfl.pico s_nearbyint.pico s_nextafter.pico s_nextafterl.pico s_nextafterf.pico s_nexttowardf.pico s_remquo.pico s_remquof.pico s_rint.pico s_rintf.pico s_round.pico s_roundf.pico s_roundl.pico s_scalbn.pico s_scalbnf.pico s_scalbnl.pico s_signgam.pico s_significand.pico s_significandf.pico s_sincos.pico s_sincosf.pico s_sincosl.pico s_sin.pico s_sinf.pico s_tan.pico s_tanf.pico s_tanh.pico s_tanhf.pico s_tgammaf.pico s_trunc.pico s_truncf.pico s_truncl.pico w_acos.pico w_acosf.pico w_acosh.pico w_acoshf.pico w_asin.pico w_asinf.pico w_atan2.pico w_atan2f.pico w_atanh.pico w_atanhf.pico w_cosh.pico w_coshf.pico w_drem.pico w_dremf.pico w_exp.pico w_expf.pico w_fmod.pico w_fmodf.pico w_fmodl.pico w_gamma.pico w_gamma_r.pico w_gammaf.pico w_gammaf_r.pico w_hypot.pico w_hypotf.pico w_j0.pico w_j0f.pico w_j1.pico w_j1f.pico w_jn.pico w_jnf.pico w_lgamma.pico w_lgamma_r.pico w_lgammaf.pico w_lgammaf_r.pico w_log.pico w_log10.pico w_log10f.pico w_log2.pico w_log2f.pico w_logf.pico w_pow.pico w_powf.pico w_remainder.pico w_remainderf.pico w_scalb.pico w_scalbf.pico w_sinh.pico w_sinhf.pico w_sqrt.pico w_sqrtf.pico w_sqrtl.pico s_frexp.pico s_frexpl.pico s_modf.pico s_fmax.pico s_fmaxf.pico s_fmaxl.pico s_fmin.pico s_fminf.pico s_fminl.pico s_fdim.pico compat_cabs.pico compat_cabsf.pico cabs.pico cabsf.pico cabsl.pico carg.pico cargf.pico cargl.pico ccos.pico ccosf.pico ccosl.pico ccosh.pico ccoshf.pico ccoshl.pico cephes_subr.pico cephes_subrf.pico cephes_subrl.pico cexp.pico cexpf.pico cexpl.pico clog.pico clogf.pico clogl.pico conj.pico conjf.pico conjl.pico cpow.pico cpowf.pico cpowl.pico cproj.pico cprojf.pico cprojl.pico cimag.pico cimagf.pico cimagl.pico creal.pico crealf.pico creall.pico csin.pico csinf.pico csinl.pico csinh.pico csinhf.pico csinhl.pico csqrt.pico csqrtf.pico csqrtl.pico ctan.pico ctanf.pico ctanl.pico ctanh.pico ctanhf.pico ctanhl.pico catrig.pico catrigf.pico catrigl.pico cacosl.pico cacoshl.pico casinl.pico casinhl.pico catanl.pico catanhl.pico muldc3.pico mulsc3.pico mulxc3.pico divdc3.pico divsc3.pico divxc3.pico nan.pico nanf.pico nanl.pico fenv.pico.tmp s_nexttoward.pico.tmp s_rintl.pico.tmp s_fma.pico.tmp s_fmaf.pico.tmp s_fmal.pico.tmp b_exp.pico.tmp b_log.pico.tmp b_tgamma.pico.tmp e_acos.pico.tmp e_acosf.pico.tmp e_acosh.pico.tmp e_acoshf.pico.tmp e_asin.pico.tmp e_asinf.pico.tmp e_atan2.pico.tmp e_atan2f.pico.tmp e_atanh.pico.tmp e_atanhf.pico.tmp e_cosh.pico.tmp e_coshf.pico.tmp e_exp.pico.tmp e_expf.pico.tmp e_fmod.pico.tmp e_fmodf.pico.tmp e_fmodl.pico.tmp e_hypot.pico.tmp e_hypotf.pico.tmp e_j0.pico.tmp e_j0f.pico.tmp e_j1.pico.tmp e_j1f.pico.tmp e_jn.pico.tmp e_jnf.pico.tmp e_lgamma_r.pico.tmp e_lgammaf_r.pico.tmp e_log.pico.tmp e_log2.pico.tmp e_log10.pico.tmp e_log10f.pico.tmp e_log2f.pico.tmp e_logf.pico.tmp e_pow.pico.tmp e_powf.pico.tmp e_rem_pio2.pico.tmp e_rem_pio2f.pico.tmp e_remainder.pico.tmp e_remainderf.pico.tmp e_scalb.pico.tmp e_scalbf.pico.tmp e_sinh.pico.tmp e_sinhf.pico.tmp e_sqrt.pico.tmp e_sqrtf.pico.tmp e_sqrtl.pico.tmp k_cos.pico.tmp k_cosf.pico.tmp k_rem_pio2.pico.tmp k_rem_pio2f.pico.tmp k_sin.pico.tmp k_sinf.pico.tmp k_standard.pico.tmp k_tan.pico.tmp k_tanf.pico.tmp ldbl_dummy.pico.tmp s_asinh.pico.tmp s_asinhf.pico.tmp s_atan.pico.tmp s_atanf.pico.tmp s_cbrt.pico.tmp s_cbrtf.pico.tmp s_cbrtl.pico.tmp s_ceil.pico.tmp s_ceilf.pico.tmp s_ceill.pico.tmp s_copysign.pico.tmp s_copysignf.pico.tmp s_copysignl.pico.tmp s_cos.pico.tmp s_cosf.pico.tmp s_erf.pico.tmp s_erff.pico.tmp s_exp2.pico.tmp s_exp2f.pico.tmp s_expm1.pico.tmp s_expm1f.pico.tmp s_fabsf.pico.tmp s_fabsl.pico.tmp s_finite.pico.tmp s_finitef.pico.tmp s_floor.pico.tmp s_floorf.pico.tmp s_floorl.pico.tmp s_frexpf.pico.tmp s_ilogb.pico.tmp s_ilogbf.pico.tmp s_ilogbl.pico.tmp s_isinff.pico.tmp s_isnanf.pico.tmp s_lib_version.pico.tmp s_log1p.pico.tmp s_llrint.pico.tmp s_llrintf.pico.tmp s_llrintl.pico.tmp s_llround.pico.tmp s_llroundf.pico.tmp s_llroundl.pico.tmp s_lrint.pico.tmp s_lrintf.pico.tmp s_lrintl.pico.tmp s_lround.pico.tmp s_lroundf.pico.tmp s_lroundl.pico.tmp s_log1pf.pico.tmp s_logb.pico.tmp s_logbf.pico.tmp s_logbl.pico.tmp s_matherr.pico.tmp s_modff.pico.tmp s_modfl.pico.tmp s_nearbyint.pico.tmp s_nextafter.pico.tmp s_nextafterl.pico.tmp s_nextafterf.pico.tmp s_nexttowardf.pico.tmp s_remquo.pico.tmp s_remquof.pico.tmp s_rint.pico.tmp s_rintf.pico.tmp s_round.pico.tmp s_roundf.pico.tmp s_roundl.pico.tmp s_scalbn.pico.tmp s_scalbnf.pico.tmp s_scalbnl.pico.tmp s_signgam.pico.tmp s_significand.pico.tmp s_significandf.pico.tmp s_sincos.pico.tmp s_sincosf.pico.tmp s_sincosl.pico.tmp s_sin.pico.tmp s_sinf.pico.tmp s_tan.pico.tmp s_tanf.pico.tmp s_tanh.pico.tmp s_tanhf.pico.tmp s_tgammaf.pico.tmp s_trunc.pico.tmp s_truncf.pico.tmp s_truncl.pico.tmp w_acos.pico.tmp w_acosf.pico.tmp w_acosh.pico.tmp w_acoshf.pico.tmp w_asin.pico.tmp w_asinf.pico.tmp w_atan2.pico.tmp w_atan2f.pico.tmp w_atanh.pico.tmp w_atanhf.pico.tmp w_cosh.pico.tmp w_coshf.pico.tmp w_drem.pico.tmp w_dremf.pico.tmp w_exp.pico.tmp w_expf.pico.tmp w_fmod.pico.tmp w_fmodf.pico.tmp w_fmodl.pico.tmp w_gamma.pico.tmp w_gamma_r.pico.tmp w_gammaf.pico.tmp w_gammaf_r.pico.tmp w_hypot.pico.tmp w_hypotf.pico.tmp w_j0.pico.tmp w_j0f.pico.tmp w_j1.pico.tmp w_j1f.pico.tmp w_jn.pico.tmp w_jnf.pico.tmp w_lgamma.pico.tmp w_lgamma_r.pico.tmp w_lgammaf.pico.tmp w_lgammaf_r.pico.tmp w_log.pico.tmp w_log10.pico.tmp w_log10f.pico.tmp w_log2.pico.tmp w_log2f.pico.tmp w_logf.pico.tmp w_pow.pico.tmp w_powf.pico.tmp w_remainder.pico.tmp w_remainderf.pico.tmp w_scalb.pico.tmp w_scalbf.pico.tmp w_sinh.pico.tmp w_sinhf.pico.tmp w_sqrt.pico.tmp w_sqrtf.pico.tmp w_sqrtl.pico.tmp s_frexp.pico.tmp s_frexpl.pico.tmp s_modf.pico.tmp s_fmax.pico.tmp s_fmaxf.pico.tmp s_fmaxl.pico.tmp s_fmin.pico.tmp s_fminf.pico.tmp s_fminl.pico.tmp s_fdim.pico.tmp compat_cabs.pico.tmp compat_cabsf.pico.tmp cabs.pico.tmp cabsf.pico.tmp cabsl.pico.tmp carg.pico.tmp cargf.pico.tmp cargl.pico.tmp ccos.pico.tmp ccosf.pico.tmp ccosl.pico.tmp ccosh.pico.tmp ccoshf.pico.tmp ccoshl.pico.tmp cephes_subr.pico.tmp cephes_subrf.pico.tmp cephes_subrl.pico.tmp cexp.pico.tmp cexpf.pico.tmp cexpl.pico.tmp clog.pico.tmp clogf.pico.tmp clogl.pico.tmp conj.pico.tmp conjf.pico.tmp conjl.pico.tmp cpow.pico.tmp cpowf.pico.tmp cpowl.pico.tmp cproj.pico.tmp cprojf.pico.tmp cprojl.pico.tmp cimag.pico.tmp cimagf.pico.tmp cimagl.pico.tmp creal.pico.tmp crealf.pico.tmp creall.pico.tmp csin.pico.tmp csinf.pico.tmp csinl.pico.tmp csinh.pico.tmp csinhf.pico.tmp csinhl.pico.tmp csqrt.pico.tmp csqrtf.pico.tmp csqrtl.pico.tmp ctan.pico.tmp ctanf.pico.tmp ctanl.pico.tmp ctanh.pico.tmp ctanhf.pico.tmp ctanhl.pico.tmp catrig.pico.tmp catrigf.pico.tmp catrigl.pico.tmp cacosl.pico.tmp cacoshl.pico.tmp casinl.pico.tmp casinhl.pico.tmp catanl.pico.tmp catanhl.pico.tmp muldc3.pico.tmp mulsc3.pico.tmp mulxc3.pico.tmp divdc3.pico.tmp divsc3.pico.tmp divxc3.pico.tmp nan.pico.tmp nanf.pico.tmp nanl.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libm && rm -f libm_pic.a libm.so.* libm.so fenv.pico s_nexttoward.pico s_rintl.pico s_fma.pico s_fmaf.pico s_fmal.pico b_exp.pico b_log.pico b_tgamma.pico e_acos.pico e_acosf.pico e_acosh.pico e_acoshf.pico e_asin.pico e_asinf.pico e_atan2.pico e_atan2f.pico e_atanh.pico e_atanhf.pico e_cosh.pico e_coshf.pico e_exp.pico e_expf.pico e_fmod.pico e_fmodf.pico e_fmodl.pico e_hypot.pico e_hypotf.pico e_j0.pico e_j0f.pico e_j1.pico e_j1f.pico e_jn.pico e_jnf.pico e_lgamma_r.pico e_lgammaf_r.pico e_log.pico e_log2.pico e_log10.pico e_log10f.pico e_log2f.pico e_logf.pico e_pow.pico e_powf.pico e_rem_pio2.pico e_rem_pio2f.pico e_remainder.pico e_remainderf.pico e_scalb.pico e_scalbf.pico e_sinh.pico e_sinhf.pico e_sqrt.pico e_sqrtf.pico e_sqrtl.pico k_cos.pico k_cosf.pico k_rem_pio2.pico k_rem_pio2f.pico k_sin.pico k_sinf.pico k_standard.pico k_tan.pico k_tanf.pico ldbl_dummy.pico s_asinh.pico s_asinhf.pico s_atan.pico s_atanf.pico s_cbrt.pico s_cbrtf.pico s_cbrtl.pico s_ceil.pico s_ceilf.pico s_ceill.pico s_copysign.pico s_copysignf.pico s_copysignl.pico s_cos.pico s_cosf.pico s_erf.pico s_erff.pico s_exp2.pico s_exp2f.pico s_expm1.pico s_expm1f.pico s_fabsf.pico s_fabsl.pico s_finite.pico s_finitef.pico s_floor.pico s_floorf.pico s_floorl.pico s_frexpf.pico s_ilogb.pico s_ilogbf.pico s_ilogbl.pico s_isinff.pico s_isnanf.pico s_lib_version.pico s_log1p.pico s_llrint.pico s_llrintf.pico s_llrintl.pico s_llround.pico s_llroundf.pico s_llroundl.pico s_lrint.pico s_lrintf.pico s_lrintl.pico s_lround.pico s_lroundf.pico s_lroundl.pico s_log1pf.pico s_logb.pico s_logbf.pico s_logbl.pico s_matherr.pico s_modff.pico s_modfl.pico s_nearbyint.pico s_nextafter.pico s_nextafterl.pico s_nextafterf.pico s_nexttowardf.pico s_remquo.pico s_remquof.pico s_rint.pico s_rintf.pico s_round.pico s_roundf.pico s_roundl.pico s_scalbn.pico s_scalbnf.pico s_scalbnl.pico s_signgam.pico s_significand.pico s_significandf.pico s_sincos.pico s_sincosf.pico s_sincosl.pico s_sin.pico s_sinf.pico s_tan.pico s_tanf.pico s_tanh.pico s_tanhf.pico s_tgammaf.pico s_trunc.pico s_truncf.pico s_truncl.pico w_acos.pico w_acosf.pico w_acosh.pico w_acoshf.pico w_asin.pico w_asinf.pico w_atan2.pico w_atan2f.pico w_atanh.pico w_atanhf.pico w_cosh.pico w_coshf.pico w_drem.pico w_dremf.pico w_exp.pico w_expf.pico w_fmod.pico w_fmodf.pico w_fmodl.pico w_gamma.pico w_gamma_r.pico w_gammaf.pico w_gammaf_r.pico w_hypot.pico w_hypotf.pico w_j0.pico w_j0f.pico w_j1.pico w_j1f.pico w_jn.pico w_jnf.pico w_lgamma.pico w_lgamma_r.pico w_lgammaf.pico w_lgammaf_r.pico w_log.pico w_log10.pico w_log10f.pico w_log2.pico w_log2f.pico w_logf.pico w_pow.pico w_powf.pico w_remainder.pico w_remainderf.pico w_scalb.pico w_scalbf.pico w_sinh.pico w_sinhf.pico w_sqrt.pico w_sqrtf.pico w_sqrtl.pico s_frexp.pico s_frexpl.pico s_modf.pico s_fmax.pico s_fmaxf.pico s_fmaxl.pico s_fmin.pico s_fminf.pico s_fminl.pico s_fdim.pico compat_cabs.pico compat_cabsf.pico cabs.pico cabsf.pico cabsl.pico carg.pico cargf.pico cargl.pico ccos.pico ccosf.pico ccosl.pico ccosh.pico ccoshf.pico ccoshl.pico cephes_subr.pico cephes_subrf.pico cephes_subrl.pico cexp.pico cexpf.pico cexpl.pico clog.pico clogf.pico clogl.pico conj.pico conjf.pico conjl.pico cpow.pico cpowf.pico cpowl.pico cproj.pico cprojf.pico cprojl.pico cimag.pico cimagf.pico cimagl.pico creal.pico crealf.pico creall.pico csin.pico csinf.pico csinl.pico csinh.pico csinhf.pico csinhl.pico csqrt.pico csqrtf.pico csqrtl.pico ctan.pico ctanf.pico ctanl.pico ctanh.pico ctanhf.pico ctanhl.pico catrig.pico catrigf.pico catrigl.pico cacosl.pico cacoshl.pico casinl.pico casinhl.pico catanl.pico catanhl.pico muldc3.pico mulsc3.pico mulxc3.pico divdc3.pico divsc3.pico divxc3.pico nan.pico nanf.pico nanl.pico fenv.pico.tmp s_nexttoward.pico.tmp s_rintl.pico.tmp s_fma.pico.tmp s_fmaf.pico.tmp s_fmal.pico.tmp b_exp.pico.tmp b_log.pico.tmp b_tgamma.pico.tmp e_acos.pico.tmp e_acosf.pico.tmp e_acosh.pico.tmp e_acoshf.pico.tmp e_asin.pico.tmp e_asinf.pico.tmp e_atan2.pico.tmp e_atan2f.pico.tmp e_atanh.pico.tmp e_atanhf.pico.tmp e_cosh.pico.tmp e_coshf.pico.tmp e_exp.pico.tmp e_expf.pico.tmp e_fmod.pico.tmp e_fmodf.pico.tmp e_fmodl.pico.tmp e_hypot.pico.tmp e_hypotf.pico.tmp e_j0.pico.tmp e_j0f.pico.tmp e_j1.pico.tmp e_j1f.pico.tmp e_jn.pico.tmp e_jnf.pico.tmp e_lgamma_r.pico.tmp e_lgammaf_r.pico.tmp e_log.pico.tmp e_log2.pico.tmp e_log10.pico.tmp e_log10f.pico.tmp e_log2f.pico.tmp e_logf.pico.tmp e_pow.pico.tmp e_powf.pico.tmp e_rem_pio2.pico.tmp e_rem_pio2f.pico.tmp e_remainder.pico.tmp e_remainderf.pico.tmp e_scalb.pico.tmp e_scalbf.pico.tmp e_sinh.pico.tmp e_sinhf.pico.tmp e_sqrt.pico.tmp e_sqrtf.pico.tmp e_sqrtl.pico.tmp k_cos.pico.tmp k_cosf.pico.tmp k_rem_pio2.pico.tmp k_rem_pio2f.pico.tmp k_sin.pico.tmp k_sinf.pico.tmp k_standard.pico.tmp k_tan.pico.tmp k_tanf.pico.tmp ldbl_dummy.pico.tmp s_asinh.pico.tmp s_asinhf.pico.tmp s_atan.pico.tmp s_atanf.pico.tmp s_cbrt.pico.tmp s_cbrtf.pico.tmp s_cbrtl.pico.tmp s_ceil.pico.tmp s_ceilf.pico.tmp s_ceill.pico.tmp s_copysign.pico.tmp s_copysignf.pico.tmp s_copysignl.pico.tmp s_cos.pico.tmp s_cosf.pico.tmp s_erf.pico.tmp s_erff.pico.tmp s_exp2.pico.tmp s_exp2f.pico.tmp s_expm1.pico.tmp s_expm1f.pico.tmp s_fabsf.pico.tmp s_fabsl.pico.tmp s_finite.pico.tmp s_finitef.pico.tmp s_floor.pico.tmp s_floorf.pico.tmp s_floorl.pico.tmp s_frexpf.pico.tmp s_ilogb.pico.tmp s_ilogbf.pico.tmp s_ilogbl.pico.tmp s_isinff.pico.tmp s_isnanf.pico.tmp s_lib_version.pico.tmp s_log1p.pico.tmp s_llrint.pico.tmp s_llrintf.pico.tmp s_llrintl.pico.tmp s_llround.pico.tmp s_llroundf.pico.tmp s_llroundl.pico.tmp s_lrint.pico.tmp s_lrintf.pico.tmp s_lrintl.pico.tmp s_lround.pico.tmp s_lroundf.pico.tmp s_lroundl.pico.tmp s_log1pf.pico.tmp s_logb.pico.tmp s_logbf.pico.tmp s_logbl.pico.tmp s_matherr.pico.tmp s_modff.pico.tmp s_modfl.pico.tmp s_nearbyint.pico.tmp s_nextafter.pico.tmp s_nextafterl.pico.tmp s_nextafterf.pico.tmp s_nexttowardf.pico.tmp s_remquo.pico.tmp s_remquof.pico.tmp s_rint.pico.tmp s_rintf.pico.tmp s_round.pico.tmp s_roundf.pico.tmp s_roundl.pico.tmp s_scalbn.pico.tmp s_scalbnf.pico.tmp s_scalbnl.pico.tmp s_signgam.pico.tmp s_significand.pico.tmp s_significandf.pico.tmp s_sincos.pico.tmp s_sincosf.pico.tmp s_sincosl.pico.tmp s_sin.pico.tmp s_sinf.pico.tmp s_tan.pico.tmp s_tanf.pico.tmp s_tanh.pico.tmp s_tanhf.pico.tmp s_tgammaf.pico.tmp s_trunc.pico.tmp s_truncf.pico.tmp s_truncl.pico.tmp w_acos.pico.tmp w_acosf.pico.tmp w_acosh.pico.tmp w_acoshf.pico.tmp w_asin.pico.tmp w_asinf.pico.tmp w_atan2.pico.tmp w_atan2f.pico.tmp w_atanh.pico.tmp w_atanhf.pico.tmp w_cosh.pico.tmp w_coshf.pico.tmp w_drem.pico.tmp w_dremf.pico.tmp w_exp.pico.tmp w_expf.pico.tmp w_fmod.pico.tmp w_fmodf.pico.tmp w_fmodl.pico.tmp w_gamma.pico.tmp w_gamma_r.pico.tmp w_gammaf.pico.tmp w_gammaf_r.pico.tmp w_hypot.pico.tmp w_hypotf.pico.tmp w_j0.pico.tmp w_j0f.pico.tmp w_j1.pico.tmp w_j1f.pico.tmp w_jn.pico.tmp w_jnf.pico.tmp w_lgamma.pico.tmp w_lgamma_r.pico.tmp w_lgammaf.pico.tmp w_lgammaf_r.pico.tmp w_log.pico.tmp w_log10.pico.tmp w_log10f.pico.tmp w_log2.pico.tmp w_log2f.pico.tmp w_logf.pico.tmp w_pow.pico.tmp w_powf.pico.tmp w_remainder.pico.tmp w_remainderf.pico.tmp w_scalb.pico.tmp w_scalbf.pico.tmp w_sinh.pico.tmp w_sinhf.pico.tmp w_sqrt.pico.tmp w_sqrtf.pico.tmp w_sqrtl.pico.tmp s_frexp.pico.tmp s_frexpl.pico.tmp s_modf.pico.tmp s_fmax.pico.tmp s_fmaxf.pico.tmp s_fmaxl.pico.tmp s_fmin.pico.tmp s_fminf.pico.tmp s_fminl.pico.tmp s_fdim.pico.tmp compat_cabs.pico.tmp compat_cabsf.pico.tmp cabs.pico.tmp cabsf.pico.tmp cabsl.pico.tmp carg.pico.tmp cargf.pico.tmp cargl.pico.tmp ccos.pico.tmp ccosf.pico.tmp ccosl.pico.tmp ccosh.pico.tmp ccoshf.pico.tmp ccoshl.pico.tmp cephes_subr.pico.tmp cephes_subrf.pico.tmp cephes_subrl.pico.tmp cexp.pico.tmp cexpf.pico.tmp cexpl.pico.tmp clog.pico.tmp clogf.pico.tmp clogl.pico.tmp conj.pico.tmp conjf.pico.tmp conjl.pico.tmp cpow.pico.tmp cpowf.pico.tmp cpowl.pico.tmp cproj.pico.tmp cprojf.pico.tmp cprojl.pico.tmp cimag.pico.tmp cimagf.pico.tmp cimagl.pico.tmp creal.pico.tmp crealf.pico.tmp creall.pico.tmp csin.pico.tmp csinf.pico.tmp csinl.pico.tmp csinh.pico.tmp csinhf.pico.tmp csinhl.pico.tmp csqrt.pico.tmp csqrtf.pico.tmp csqrtl.pico.tmp ctan.pico.tmp ctanf.pico.tmp ctanl.pico.tmp ctanh.pico.tmp ctanhf.pico.tmp ctanhl.pico.tmp catrig.pico.tmp catrigf.pico.tmp catrigl.pico.tmp cacosl.pico.tmp cacoshl.pico.tmp casinl.pico.tmp casinhl.pico.tmp catanl.pico.tmp catanhl.pico.tmp muldc3.pico.tmp mulsc3.pico.tmp mulxc3.pico.tmp divdc3.pico.tmp divsc3.pico.tmp divxc3.pico.tmp nan.pico.tmp nanf.pico.tmp nanl.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f .depend Target.d TargetIntrinsicInfo.d TargetLoweringObjectFile.d TargetMachine.d TargetMachineC.d Target.d.tmp TargetIntrinsicInfo.d.tmp TargetLoweringObjectFile.d.tmp TargetMachine.d.tmp TargetMachineC.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f .depend Target.d TargetIntrinsicInfo.d TargetLoweringObjectFile.d TargetMachine.d TargetMachineC.d Target.d.tmp TargetIntrinsicInfo.d.tmp TargetLoweringObjectFile.d.tmp TargetMachine.d.tmp TargetMachineC.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-libLLVMTextAPI --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libm && rm -f llib-lm.ln fenv.ln s_nexttoward.ln s_rintl.ln s_fma.ln s_fmaf.ln s_fmal.ln b_exp.ln b_log.ln b_tgamma.ln e_acosf.ln e_acosh.ln e_acoshf.ln e_asinf.ln e_atan2f.ln e_atanh.ln e_atanhf.ln e_cosh.ln e_coshf.ln e_fmodf.ln e_fmodl.ln e_hypot.ln e_hypotf.ln e_j0.ln e_j0f.ln e_j1.ln e_j1f.ln e_jn.ln e_jnf.ln e_lgamma_r.ln e_lgammaf_r.ln e_pow.ln e_powf.ln e_rem_pio2.ln e_rem_pio2f.ln e_sinh.ln e_sinhf.ln e_sqrtl.ln k_cos.ln k_cosf.ln k_rem_pio2.ln k_rem_pio2f.ln k_sin.ln k_sinf.ln k_standard.ln k_tan.ln k_tanf.ln ldbl_dummy.ln s_asinh.ln s_asinhf.ln s_cbrt.ln s_cbrtf.ln s_cbrtl.ln s_ceill.ln s_copysignl.ln s_cos.ln s_cosf.ln s_erf.ln s_erff.ln s_exp2.ln s_exp2f.ln s_expm1.ln s_expm1f.ln s_fabsf.ln s_fabsl.ln s_floorl.ln s_frexpf.ln s_ilogb.ln s_ilogbf.ln s_ilogbl.ln s_isinff.ln s_isnanf.ln s_lib_version.ln s_llrint.ln s_llrintf.ln s_llrintl.ln s_llround.ln s_llroundf.ln s_llroundl.ln s_lrint.ln s_lrintf.ln s_lrintl.ln s_lround.ln s_lroundf.ln s_lroundl.ln s_matherr.ln s_modff.ln s_modfl.ln s_nearbyint.ln s_nextafter.ln s_nextafterl.ln s_nextafterf.ln s_nexttowardf.ln s_remquo.ln s_remquof.ln s_round.ln s_roundf.ln s_roundl.ln s_scalbnl.ln s_signgam.ln s_sincos.ln s_sincosf.ln s_sincosl.ln s_sin.ln s_sinf.ln s_tan.ln s_tanf.ln s_tanh.ln s_tanhf.ln s_tgammaf.ln s_trunc.ln s_truncf.ln s_truncl.ln w_acos.ln w_acosf.ln w_acosh.ln w_acoshf.ln w_asin.ln w_asinf.ln w_atan2.ln w_atan2f.ln w_atanh.ln w_atanhf.ln w_cosh.ln w_coshf.ln w_drem.ln w_dremf.ln w_exp.ln w_expf.ln w_fmod.ln w_fmodf.ln w_fmodl.ln w_gamma.ln w_gamma_r.ln w_gammaf.ln w_gammaf_r.ln w_hypot.ln w_hypotf.ln w_j0.ln w_j0f.ln w_j1.ln w_j1f.ln w_jn.ln w_jnf.ln w_lgamma.ln w_lgamma_r.ln w_lgammaf.ln w_lgammaf_r.ln w_log.ln w_log10.ln w_log10f.ln w_log2.ln w_log2f.ln w_logf.ln w_pow.ln w_powf.ln w_remainder.ln w_remainderf.ln w_scalb.ln w_scalbf.ln w_sinh.ln w_sinhf.ln w_sqrt.ln w_sqrtf.ln w_sqrtl.ln s_frexp.ln s_frexpl.ln s_modf.ln s_fmax.ln s_fmaxf.ln s_fmaxl.ln s_fmin.ln s_fminf.ln s_fminl.ln s_fdim.ln compat_cabs.ln compat_cabsf.ln cabs.ln cabsf.ln cabsl.ln carg.ln cargf.ln cargl.ln ccos.ln ccosf.ln ccosl.ln ccosh.ln ccoshf.ln ccoshl.ln cephes_subr.ln cephes_subrf.ln cephes_subrl.ln cexp.ln cexpf.ln cexpl.ln clog.ln clogf.ln clogl.ln conj.ln conjf.ln conjl.ln cpow.ln cpowf.ln cpowl.ln cproj.ln cprojf.ln cprojl.ln cimag.ln cimagf.ln cimagl.ln creal.ln crealf.ln creall.ln csin.ln csinf.ln csinl.ln csinh.ln csinhf.ln csinhl.ln csqrt.ln csqrtf.ln csqrtl.ln ctan.ln ctanf.ln ctanl.ln ctanh.ln ctanhf.ln ctanhl.ln catrig.ln catrigf.ln catrigl.ln cacosl.ln cacoshl.ln casinl.ln casinhl.ln catanl.ln catanhl.ln muldc3.ln mulsc3.ln mulxc3.ln divdc3.ln divsc3.ln divxc3.ln nan.ln nanf.ln nanl.ln || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMTextAPI --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libm && rm -f llib-lm.ln fenv.ln s_nexttoward.ln s_rintl.ln s_fma.ln s_fmaf.ln s_fmal.ln b_exp.ln b_log.ln b_tgamma.ln e_acosf.ln e_acosh.ln e_acoshf.ln e_asinf.ln e_atan2f.ln e_atanh.ln e_atanhf.ln e_cosh.ln e_coshf.ln e_fmodf.ln e_fmodl.ln e_hypot.ln e_hypotf.ln e_j0.ln e_j0f.ln e_j1.ln e_j1f.ln e_jn.ln e_jnf.ln e_lgamma_r.ln e_lgammaf_r.ln e_pow.ln e_powf.ln e_rem_pio2.ln e_rem_pio2f.ln e_sinh.ln e_sinhf.ln e_sqrtl.ln k_cos.ln k_cosf.ln k_rem_pio2.ln k_rem_pio2f.ln k_sin.ln k_sinf.ln k_standard.ln k_tan.ln k_tanf.ln ldbl_dummy.ln s_asinh.ln s_asinhf.ln s_cbrt.ln s_cbrtf.ln s_cbrtl.ln s_ceill.ln s_copysignl.ln s_cos.ln s_cosf.ln s_erf.ln s_erff.ln s_exp2.ln s_exp2f.ln s_expm1.ln s_expm1f.ln s_fabsf.ln s_fabsl.ln s_floorl.ln s_frexpf.ln s_ilogb.ln s_ilogbf.ln s_ilogbl.ln s_isinff.ln s_isnanf.ln s_lib_version.ln s_llrint.ln s_llrintf.ln s_llrintl.ln s_llround.ln s_llroundf.ln s_llroundl.ln s_lrint.ln s_lrintf.ln s_lrintl.ln s_lround.ln s_lroundf.ln s_lroundl.ln s_matherr.ln s_modff.ln s_modfl.ln s_nearbyint.ln s_nextafter.ln s_nextafterl.ln s_nextafterf.ln s_nexttowardf.ln s_remquo.ln s_remquof.ln s_round.ln s_roundf.ln s_roundl.ln s_scalbnl.ln s_signgam.ln s_sincos.ln s_sincosf.ln s_sincosl.ln s_sin.ln s_sinf.ln s_tan.ln s_tanf.ln s_tanh.ln s_tanhf.ln s_tgammaf.ln s_trunc.ln s_truncf.ln s_truncl.ln w_acos.ln w_acosf.ln w_acosh.ln w_acoshf.ln w_asin.ln w_asinf.ln w_atan2.ln w_atan2f.ln w_atanh.ln w_atanhf.ln w_cosh.ln w_coshf.ln w_drem.ln w_dremf.ln w_exp.ln w_expf.ln w_fmod.ln w_fmodf.ln w_fmodl.ln w_gamma.ln w_gamma_r.ln w_gammaf.ln w_gammaf_r.ln w_hypot.ln w_hypotf.ln w_j0.ln w_j0f.ln w_j1.ln w_j1f.ln w_jn.ln w_jnf.ln w_lgamma.ln w_lgamma_r.ln w_lgammaf.ln w_lgammaf_r.ln w_log.ln w_log10.ln w_log10f.ln w_log2.ln w_log2f.ln w_logf.ln w_pow.ln w_powf.ln w_remainder.ln w_remainderf.ln w_scalb.ln w_scalbf.ln w_sinh.ln w_sinhf.ln w_sqrt.ln w_sqrtf.ln w_sqrtl.ln s_frexp.ln s_frexpl.ln s_modf.ln s_fmax.ln s_fmaxf.ln s_fmaxl.ln s_fmin.ln s_fminf.ln s_fminl.ln s_fdim.ln compat_cabs.ln compat_cabsf.ln cabs.ln cabsf.ln cabsl.ln carg.ln cargf.ln cargl.ln ccos.ln ccosf.ln ccosl.ln ccosh.ln ccoshf.ln ccoshl.ln cephes_subr.ln cephes_subrf.ln cephes_subrl.ln cexp.ln cexpf.ln cexpl.ln clog.ln clogf.ln clogl.ln conj.ln conjf.ln conjl.ln cpow.ln cpowf.ln cpowl.ln cproj.ln cprojf.ln cprojl.ln cimag.ln cimagf.ln cimagl.ln creal.ln crealf.ln creall.ln csin.ln csinf.ln csinl.ln csinh.ln csinhf.ln csinhl.ln csqrt.ln csqrtf.ln csqrtl.ln ctan.ln ctanf.ln ctanl.ln ctanh.ln ctanhf.ln ctanhl.ln catrig.ln catrigf.ln catrigl.ln cacosl.ln cacoshl.ln casinl.ln casinhl.ln catanl.ln catanhl.ln muldc3.ln mulsc3.ln mulxc3.ln divdc3.ln divsc3.ln divxc3.ln nan.ln nanf.ln nanl.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libm && rm -f libm.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI.a Architecture.o ArchitectureSet.o InterfaceFile.o PackedVersion.o Platform.o Symbol.o Target.o TextStub.o TextStubCommon.o Architecture.o.tmp ArchitectureSet.o.tmp InterfaceFile.o.tmp PackedVersion.o.tmp Platform.o.tmp Symbol.o.tmp Target.o.tmp TextStub.o.tmp TextStubCommon.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libm && rm -f libm.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI.a Architecture.o ArchitectureSet.o InterfaceFile.o PackedVersion.o Platform.o Symbol.o Target.o TextStub.o TextStubCommon.o Architecture.o.tmp ArchitectureSet.o.tmp InterfaceFile.o.tmp PackedVersion.o.tmp Platform.o.tmp Symbol.o.tmp Target.o.tmp TextStub.o.tmp TextStubCommon.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libm && rm -f acos.html3 acosh.html3 asin.html3 asinh.html3 atan.html3 atan2.html3 atanh.html3 ceil.html3 copysign.html3 cos.html3 cosh.html3 erf.html3 exp.html3 fabs.html3 finite.html3 fma.html3 fmod.html3 frexp.html3 hypot.html3 ieee_test.html3 ilogb.html3 isinff.html3 j0.html3 ldexp.html3 lgamma.html3 log.html3 lrint.html3 math.html3 modf.html3 nextafter.html3 pow.html3 remainder.html3 rint.html3 round.html3 scalbn.html3 sincos.html3 sin.html3 sinh.html3 sqrt.html3 tan.html3 tanh.html3 trunc.html3 fmax.html3 fdim.html3 feclearexcept.html3 feenableexcept.html3 fegetenv.html3 fegetround.html3 fenv.html3 cabs.html3 carg.html3 ccos.html3 ccosh.html3 cexp.html3 clog.html3 conj.html3 cpow.html3 cproj.html3 cimag.html3 creal.html3 csin.html3 csinh.html3 csqrt.html3 ctan.html3 ctanh.html3 cacos.html3 cacosh.html3 casin.html3 casinh.html3 catan.html3 catanh.html3 nan.html3 .depend b_exp.d b_log.d b_tgamma.d cabs.d cabsf.d cabsl.d cacoshl.d cacosl.d carg.d cargf.d cargl.d casinhl.d casinl.d catanhl.d catanl.d catrig.d catrigf.d catrigl.d ccos.d ccosf.d ccosh.d ccoshf.d ccoshl.d ccosl.d cephes_subr.d cephes_subrf.d cephes_subrl.d cexp.d cexpf.d cexpl.d cimag.d cimagf.d cimagl.d clog.d clogf.d clogl.d compat_cabs.d compat_cabsf.d conj.d conjf.d conjl.d cpow.d cpowf.d cpowl.d cproj.d cprojf.d cprojl.d creal.d crealf.d creall.d csin.d csinf.d csinh.d csinhf.d csinhl.d csinl.d csqrt.d csqrtf.d csqrtl.d ctan.d ctanf.d ctanh.d ctanhf.d ctanhl.d ctanl.d divdc3.d divsc3.d divxc3.d e_acos.d e_acosf.d e_acosh.d e_acoshf.d e_asin.d e_asinf.d e_atan2.d e_atan2f.d e_atanh.d e_atanhf.d e_cosh.d e_coshf.d e_exp.d e_expf.d e_fmod.d e_fmodf.d e_fmodl.d e_hypot.d e_hypotf.d e_j0.d e_j0f.d e_j1.d e_j1f.d e_jn.d e_jnf.d e_lgamma_r.d e_lgammaf_r.d e_log.d e_log10.d e_log10f.d e_log2.d e_log2f.d e_logf.d e_pow.d e_powf.d e_rem_pio2.d e_rem_pio2f.d e_remainder.d e_remainderf.d e_scalb.d e_scalbf.d e_sinh.d e_sinhf.d e_sqrt.d e_sqrtf.d e_sqrtl.d fenv.d k_cos.d k_cosf.d k_rem_pio2.d k_rem_pio2f.d k_sin.d k_sinf.d k_standard.d k_tan.d k_tanf.d ldbl_dummy.d muldc3.d mulsc3.d mulxc3.d nan.d nanf.d nanl.d s_asinh.d s_asinhf.d s_atan.d s_atanf.d s_cbrt.d s_cbrtf.d s_cbrtl.d s_ceil.d s_ceilf.d s_ceill.d s_copysign.d s_copysignf.d s_copysignl.d s_cos.d s_cosf.d s_erf.d s_erff.d s_exp2.d s_exp2f.d s_expm1.d s_expm1f.d s_fabsf.d s_fabsl.d s_fdim.d s_finite.d s_finitef.d s_floor.d s_floorf.d s_floorl.d s_fma.d s_fmaf.d s_fmal.d s_fmax.d s_fmaxf.d s_fmaxl.d s_fmin.d s_fminf.d s_fminl.d s_frexp.d s_frexpf.d s_frexpl.d s_ilogb.d s_ilogbf.d s_ilogbl.d s_isinff.d s_isnanf.d s_lib_version.d s_llrint.d s_llrintf.d s_llrintl.d s_llround.d s_llroundf.d s_llroundl.d s_log1p.d s_log1pf.d s_logb.d s_logbf.d s_logbl.d s_lrint.d s_lrintf.d s_lrintl.d s_lround.d s_lroundf.d s_lroundl.d s_matherr.d s_modf.d s_modff.d s_modfl.d s_nearbyint.d s_nextafter.d s_nextafterf.d s_nextafterl.d s_nexttoward.d s_nexttowardf.d s_remquo.d s_remquof.d s_rint.d s_rintf.d s_rintl.d s_round.d s_roundf.d s_roundl.d s_scalbn.d s_scalbnf.d s_scalbnl.d s_signgam.d s_significand.d s_significandf.d s_sin.d s_sincos.d s_sincosf.d s_sincosl.d s_sinf.d s_tan.d s_tanf.d s_tanh.d s_tanhf.d s_tgammaf.d s_trunc.d s_truncf.d s_truncl.d w_acos.d w_acosf.d w_acosh.d w_acoshf.d w_asin.d w_asinf.d w_atan2.d w_atan2f.d w_atanh.d w_atanhf.d w_cosh.d w_coshf.d w_drem.d w_dremf.d w_exp.d w_expf.d w_fmod.d w_fmodf.d w_fmodl.d w_gamma.d w_gamma_r.d w_gammaf.d w_gammaf_r.d w_hypot.d w_hypotf.d w_j0.d w_j0f.d w_j1.d w_j1f.d w_jn.d w_jnf.d w_lgamma.d w_lgamma_r.d w_lgammaf.d w_lgammaf_r.d w_log.d w_log10.d w_log10f.d w_log2.d w_log2f.d w_logf.d w_pow.d w_powf.d w_remainder.d w_remainderf.d w_scalb.d w_scalbf.d w_sinh.d w_sinhf.d w_sqrt.d w_sqrtf.d w_sqrtl.d b_exp.d.tmp b_log.d.tmp b_tgamma.d.tmp cabs.d.tmp cabsf.d.tmp cabsl.d.tmp cacoshl.d.tmp cacosl.d.tmp carg.d.tmp cargf.d.tmp cargl.d.tmp casinhl.d.tmp casinl.d.tmp catanhl.d.tmp catanl.d.tmp catrig.d.tmp catrigf.d.tmp catrigl.d.tmp ccos.d.tmp ccosf.d.tmp ccosh.d.tmp ccoshf.d.tmp ccoshl.d.tmp ccosl.d.tmp cephes_subr.d.tmp cephes_subrf.d.tmp cephes_subrl.d.tmp cexp.d.tmp cexpf.d.tmp cexpl.d.tmp cimag.d.tmp cimagf.d.tmp cimagl.d.tmp clog.d.tmp clogf.d.tmp clogl.d.tmp compat_cabs.d.tmp compat_cabsf.d.tmp conj.d.tmp conjf.d.tmp conjl.d.tmp cpow.d.tmp cpowf.d.tmp cpowl.d.tmp cproj.d.tmp cprojf.d.tmp cprojl.d.tmp creal.d.tmp crealf.d.tmp creall.d.tmp csin.d.tmp csinf.d.tmp csinh.d.tmp csinhf.d.tmp csinhl.d.tmp csinl.d.tmp csqrt.d.tmp csqrtf.d.tmp csqrtl.d.tmp ctan.d.tmp ctanf.d.tmp ctanh.d.tmp ctanhf.d.tmp ctanhl.d.tmp ctanl.d.tmp divdc3.d.tmp divsc3.d.tmp divxc3.d.tmp e_acos.d.tmp e_acosf.d.tmp e_acosh.d.tmp e_acoshf.d.tmp e_asin.d.tmp e_asinf.d.tmp e_atan2.d.tmp e_atan2f.d.tmp e_atanh.d.tmp e_atanhf.d.tmp e_cosh.d.tmp e_coshf.d.tmp e_exp.d.tmp e_expf.d.tmp e_fmod.d.tmp e_fmodf.d.tmp e_fmodl.d.tmp e_hypot.d.tmp e_hypotf.d.tmp e_j0.d.tmp e_j0f.d.tmp e_j1.d.tmp e_j1f.d.tmp e_jn.d.tmp e_jnf.d.tmp e_lgamma_r.d.tmp e_lgammaf_r.d.tmp e_log.d.tmp e_log10.d.tmp e_log10f.d.tmp e_log2.d.tmp e_log2f.d.tmp e_logf.d.tmp e_pow.d.tmp e_powf.d.tmp e_rem_pio2.d.tmp e_rem_pio2f.d.tmp e_remainder.d.tmp e_remainderf.d.tmp e_scalb.d.tmp e_scalbf.d.tmp e_sinh.d.tmp e_sinhf.d.tmp e_sqrt.d.tmp e_sqrtf.d.tmp e_sqrtl.d.tmp fenv.d.tmp k_cos.d.tmp k_cosf.d.tmp k_rem_pio2.d.tmp k_rem_pio2f.d.tmp k_sin.d.tmp k_sinf.d.tmp k_standard.d.tmp k_tan.d.tmp k_tanf.d.tmp ldbl_dummy.d.tmp muldc3.d.tmp mulsc3.d.tmp mulxc3.d.tmp nan.d.tmp nanf.d.tmp nanl.d.tmp s_asinh.d.tmp s_asinhf.d.tmp s_atan.d.tmp s_atanf.d.tmp s_cbrt.d.tmp s_cbrtf.d.tmp s_cbrtl.d.tmp s_ceil.d.tmp s_ceilf.d.tmp s_ceill.d.tmp s_copysign.d.tmp s_copysignf.d.tmp s_copysignl.d.tmp s_cos.d.tmp s_cosf.d.tmp s_erf.d.tmp s_erff.d.tmp s_exp2.d.tmp s_exp2f.d.tmp s_expm1.d.tmp s_expm1f.d.tmp s_fabsf.d.tmp s_fabsl.d.tmp s_fdim.d.tmp s_finite.d.tmp s_finitef.d.tmp s_floor.d.tmp s_floorf.d.tmp s_floorl.d.tmp s_fma.d.tmp s_fmaf.d.tmp s_fmal.d.tmp s_fmax.d.tmp s_fmaxf.d.tmp s_fmaxl.d.tmp s_fmin.d.tmp s_fminf.d.tmp s_fminl.d.tmp s_frexp.d.tmp s_frexpf.d.tmp s_frexpl.d.tmp s_ilogb.d.tmp s_ilogbf.d.tmp s_ilogbl.d.tmp s_isinff.d.tmp s_isnanf.d.tmp s_lib_version.d.tmp s_llrint.d.tmp s_llrintf.d.tmp s_llrintl.d.tmp s_llround.d.tmp s_llroundf.d.tmp s_llroundl.d.tmp s_log1p.d.tmp s_log1pf.d.tmp s_logb.d.tmp s_logbf.d.tmp s_logbl.d.tmp s_lrint.d.tmp s_lrintf.d.tmp s_lrintl.d.tmp s_lround.d.tmp s_lroundf.d.tmp s_lroundl.d.tmp s_matherr.d.tmp s_modf.d.tmp s_modff.d.tmp s_modfl.d.tmp s_nearbyint.d.tmp s_nextafter.d.tmp s_nextafterf.d.tmp s_nextafterl.d.tmp s_nexttoward.d.tmp s_nexttowardf.d.tmp s_remquo.d.tmp s_remquof.d.tmp s_rint.d.tmp s_rintf.d.tmp s_rintl.d.tmp s_round.d.tmp s_roundf.d.tmp s_roundl.d.tmp s_scalbn.d.tmp s_scalbnf.d.tmp s_scalbnl.d.tmp s_signgam.d.tmp s_significand.d.tmp s_significandf.d.tmp s_sin.d.tmp s_sincos.d.tmp s_sincosf.d.tmp s_sincosl.d.tmp s_sinf.d.tmp s_tan.d.tmp s_tanf.d.tmp s_tanh.d.tmp s_tanhf.d.tmp s_tgammaf.d.tmp s_trunc.d.tmp s_truncf.d.tmp s_truncl.d.tmp w_acos.d.tmp w_acosf.d.tmp w_acosh.d.tmp w_acoshf.d.tmp w_asin.d.tmp w_asinf.d.tmp w_atan2.d.tmp w_atan2f.d.tmp w_atanh.d.tmp w_atanhf.d.tmp w_cosh.d.tmp w_coshf.d.tmp w_drem.d.tmp w_dremf.d.tmp w_exp.d.tmp w_expf.d.tmp w_fmod.d.tmp w_fmodf.d.tmp w_fmodl.d.tmp w_gamma.d.tmp w_gamma_r.d.tmp w_gammaf.d.tmp w_gammaf_r.d.tmp w_hypot.d.tmp w_hypotf.d.tmp w_j0.d.tmp w_j0f.d.tmp w_j1.d.tmp w_j1f.d.tmp w_jn.d.tmp w_jnf.d.tmp w_lgamma.d.tmp w_lgamma_r.d.tmp w_lgammaf.d.tmp w_lgammaf_r.d.tmp w_log.d.tmp w_log10.d.tmp w_log10f.d.tmp w_log2.d.tmp w_log2f.d.tmp w_logf.d.tmp w_pow.d.tmp w_powf.d.tmp w_remainder.d.tmp w_remainderf.d.tmp w_scalb.d.tmp w_scalbf.d.tmp w_sinh.d.tmp w_sinhf.d.tmp w_sqrt.d.tmp w_sqrtf.d.tmp w_sqrtl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_p.a || true) --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libm && rm -f acos.html3 acosh.html3 asin.html3 asinh.html3 atan.html3 atan2.html3 atanh.html3 ceil.html3 copysign.html3 cos.html3 cosh.html3 erf.html3 exp.html3 fabs.html3 finite.html3 fma.html3 fmod.html3 frexp.html3 hypot.html3 ieee_test.html3 ilogb.html3 isinff.html3 j0.html3 ldexp.html3 lgamma.html3 log.html3 lrint.html3 math.html3 modf.html3 nextafter.html3 pow.html3 remainder.html3 rint.html3 round.html3 scalbn.html3 sincos.html3 sin.html3 sinh.html3 sqrt.html3 tan.html3 tanh.html3 trunc.html3 fmax.html3 fdim.html3 feclearexcept.html3 feenableexcept.html3 fegetenv.html3 fegetround.html3 fenv.html3 cabs.html3 carg.html3 ccos.html3 ccosh.html3 cexp.html3 clog.html3 conj.html3 cpow.html3 cproj.html3 cimag.html3 creal.html3 csin.html3 csinh.html3 csqrt.html3 ctan.html3 ctanh.html3 cacos.html3 cacosh.html3 casin.html3 casinh.html3 catan.html3 catanh.html3 nan.html3 .depend b_exp.d b_log.d b_tgamma.d cabs.d cabsf.d cabsl.d cacoshl.d cacosl.d carg.d cargf.d cargl.d casinhl.d casinl.d catanhl.d catanl.d catrig.d catrigf.d catrigl.d ccos.d ccosf.d ccosh.d ccoshf.d ccoshl.d ccosl.d cephes_subr.d cephes_subrf.d cephes_subrl.d cexp.d cexpf.d cexpl.d cimag.d cimagf.d cimagl.d clog.d clogf.d clogl.d compat_cabs.d compat_cabsf.d conj.d conjf.d conjl.d cpow.d cpowf.d cpowl.d cproj.d cprojf.d cprojl.d creal.d crealf.d creall.d csin.d csinf.d csinh.d csinhf.d csinhl.d csinl.d csqrt.d csqrtf.d csqrtl.d ctan.d ctanf.d ctanh.d ctanhf.d ctanhl.d ctanl.d divdc3.d divsc3.d divxc3.d e_acos.d e_acosf.d e_acosh.d e_acoshf.d e_asin.d e_asinf.d e_atan2.d e_atan2f.d e_atanh.d e_atanhf.d e_cosh.d e_coshf.d e_exp.d e_expf.d e_fmod.d e_fmodf.d e_fmodl.d e_hypot.d e_hypotf.d e_j0.d e_j0f.d e_j1.d e_j1f.d e_jn.d e_jnf.d e_lgamma_r.d e_lgammaf_r.d e_log.d e_log10.d e_log10f.d e_log2.d e_log2f.d e_logf.d e_pow.d e_powf.d e_rem_pio2.d e_rem_pio2f.d e_remainder.d e_remainderf.d e_scalb.d e_scalbf.d e_sinh.d e_sinhf.d e_sqrt.d e_sqrtf.d e_sqrtl.d fenv.d k_cos.d k_cosf.d k_rem_pio2.d k_rem_pio2f.d k_sin.d k_sinf.d k_standard.d k_tan.d k_tanf.d ldbl_dummy.d muldc3.d mulsc3.d mulxc3.d nan.d nanf.d nanl.d s_asinh.d s_asinhf.d s_atan.d s_atanf.d s_cbrt.d s_cbrtf.d s_cbrtl.d s_ceil.d s_ceilf.d s_ceill.d s_copysign.d s_copysignf.d s_copysignl.d s_cos.d s_cosf.d s_erf.d s_erff.d s_exp2.d s_exp2f.d s_expm1.d s_expm1f.d s_fabsf.d s_fabsl.d s_fdim.d s_finite.d s_finitef.d s_floor.d s_floorf.d s_floorl.d s_fma.d s_fmaf.d s_fmal.d s_fmax.d s_fmaxf.d s_fmaxl.d s_fmin.d s_fminf.d s_fminl.d s_frexp.d s_frexpf.d s_frexpl.d s_ilogb.d s_ilogbf.d s_ilogbl.d s_isinff.d s_isnanf.d s_lib_version.d s_llrint.d s_llrintf.d s_llrintl.d s_llround.d s_llroundf.d s_llroundl.d s_log1p.d s_log1pf.d s_logb.d s_logbf.d s_logbl.d s_lrint.d s_lrintf.d s_lrintl.d s_lround.d s_lroundf.d s_lroundl.d s_matherr.d s_modf.d s_modff.d s_modfl.d s_nearbyint.d s_nextafter.d s_nextafterf.d s_nextafterl.d s_nexttoward.d s_nexttowardf.d s_remquo.d s_remquof.d s_rint.d s_rintf.d s_rintl.d s_round.d s_roundf.d s_roundl.d s_scalbn.d s_scalbnf.d s_scalbnl.d s_signgam.d s_significand.d s_significandf.d s_sin.d s_sincos.d s_sincosf.d s_sincosl.d s_sinf.d s_tan.d s_tanf.d s_tanh.d s_tanhf.d s_tgammaf.d s_trunc.d s_truncf.d s_truncl.d w_acos.d w_acosf.d w_acosh.d w_acoshf.d w_asin.d w_asinf.d w_atan2.d w_atan2f.d w_atanh.d w_atanhf.d w_cosh.d w_coshf.d w_drem.d w_dremf.d w_exp.d w_expf.d w_fmod.d w_fmodf.d w_fmodl.d w_gamma.d w_gamma_r.d w_gammaf.d w_gammaf_r.d w_hypot.d w_hypotf.d w_j0.d w_j0f.d w_j1.d w_j1f.d w_jn.d w_jnf.d w_lgamma.d w_lgamma_r.d w_lgammaf.d w_lgammaf_r.d w_log.d w_log10.d w_log10f.d w_log2.d w_log2f.d w_logf.d w_pow.d w_powf.d w_remainder.d w_remainderf.d w_scalb.d w_scalbf.d w_sinh.d w_sinhf.d w_sqrt.d w_sqrtf.d w_sqrtl.d b_exp.d.tmp b_log.d.tmp b_tgamma.d.tmp cabs.d.tmp cabsf.d.tmp cabsl.d.tmp cacoshl.d.tmp cacosl.d.tmp carg.d.tmp cargf.d.tmp cargl.d.tmp casinhl.d.tmp casinl.d.tmp catanhl.d.tmp catanl.d.tmp catrig.d.tmp catrigf.d.tmp catrigl.d.tmp ccos.d.tmp ccosf.d.tmp ccosh.d.tmp ccoshf.d.tmp ccoshl.d.tmp ccosl.d.tmp cephes_subr.d.tmp cephes_subrf.d.tmp cephes_subrl.d.tmp cexp.d.tmp cexpf.d.tmp cexpl.d.tmp cimag.d.tmp cimagf.d.tmp cimagl.d.tmp clog.d.tmp clogf.d.tmp clogl.d.tmp compat_cabs.d.tmp compat_cabsf.d.tmp conj.d.tmp conjf.d.tmp conjl.d.tmp cpow.d.tmp cpowf.d.tmp cpowl.d.tmp cproj.d.tmp cprojf.d.tmp cprojl.d.tmp creal.d.tmp crealf.d.tmp creall.d.tmp csin.d.tmp csinf.d.tmp csinh.d.tmp csinhf.d.tmp csinhl.d.tmp csinl.d.tmp csqrt.d.tmp csqrtf.d.tmp csqrtl.d.tmp ctan.d.tmp ctanf.d.tmp ctanh.d.tmp ctanhf.d.tmp ctanhl.d.tmp ctanl.d.tmp divdc3.d.tmp divsc3.d.tmp divxc3.d.tmp e_acos.d.tmp e_acosf.d.tmp e_acosh.d.tmp e_acoshf.d.tmp e_asin.d.tmp e_asinf.d.tmp e_atan2.d.tmp e_atan2f.d.tmp e_atanh.d.tmp e_atanhf.d.tmp e_cosh.d.tmp e_coshf.d.tmp e_exp.d.tmp e_expf.d.tmp e_fmod.d.tmp e_fmodf.d.tmp e_fmodl.d.tmp e_hypot.d.tmp e_hypotf.d.tmp e_j0.d.tmp e_j0f.d.tmp e_j1.d.tmp e_j1f.d.tmp e_jn.d.tmp e_jnf.d.tmp e_lgamma_r.d.tmp e_lgammaf_r.d.tmp e_log.d.tmp e_log10.d.tmp e_log10f.d.tmp e_log2.d.tmp e_log2f.d.tmp e_logf.d.tmp e_pow.d.tmp e_powf.d.tmp e_rem_pio2.d.tmp e_rem_pio2f.d.tmp e_remainder.d.tmp e_remainderf.d.tmp e_scalb.d.tmp e_scalbf.d.tmp e_sinh.d.tmp e_sinhf.d.tmp e_sqrt.d.tmp e_sqrtf.d.tmp e_sqrtl.d.tmp fenv.d.tmp k_cos.d.tmp k_cosf.d.tmp k_rem_pio2.d.tmp k_rem_pio2f.d.tmp k_sin.d.tmp k_sinf.d.tmp k_standard.d.tmp k_tan.d.tmp k_tanf.d.tmp ldbl_dummy.d.tmp muldc3.d.tmp mulsc3.d.tmp mulxc3.d.tmp nan.d.tmp nanf.d.tmp nanl.d.tmp s_asinh.d.tmp s_asinhf.d.tmp s_atan.d.tmp s_atanf.d.tmp s_cbrt.d.tmp s_cbrtf.d.tmp s_cbrtl.d.tmp s_ceil.d.tmp s_ceilf.d.tmp s_ceill.d.tmp s_copysign.d.tmp s_copysignf.d.tmp s_copysignl.d.tmp s_cos.d.tmp s_cosf.d.tmp s_erf.d.tmp s_erff.d.tmp s_exp2.d.tmp s_exp2f.d.tmp s_expm1.d.tmp s_expm1f.d.tmp s_fabsf.d.tmp s_fabsl.d.tmp s_fdim.d.tmp s_finite.d.tmp s_finitef.d.tmp s_floor.d.tmp s_floorf.d.tmp s_floorl.d.tmp s_fma.d.tmp s_fmaf.d.tmp s_fmal.d.tmp s_fmax.d.tmp s_fmaxf.d.tmp s_fmaxl.d.tmp s_fmin.d.tmp s_fminf.d.tmp s_fminl.d.tmp s_frexp.d.tmp s_frexpf.d.tmp s_frexpl.d.tmp s_ilogb.d.tmp s_ilogbf.d.tmp s_ilogbl.d.tmp s_isinff.d.tmp s_isnanf.d.tmp s_lib_version.d.tmp s_llrint.d.tmp s_llrintf.d.tmp s_llrintl.d.tmp s_llround.d.tmp s_llroundf.d.tmp s_llroundl.d.tmp s_log1p.d.tmp s_log1pf.d.tmp s_logb.d.tmp s_logbf.d.tmp s_logbl.d.tmp s_lrint.d.tmp s_lrintf.d.tmp s_lrintl.d.tmp s_lround.d.tmp s_lroundf.d.tmp s_lroundl.d.tmp s_matherr.d.tmp s_modf.d.tmp s_modff.d.tmp s_modfl.d.tmp s_nearbyint.d.tmp s_nextafter.d.tmp s_nextafterf.d.tmp s_nextafterl.d.tmp s_nexttoward.d.tmp s_nexttowardf.d.tmp s_remquo.d.tmp s_remquof.d.tmp s_rint.d.tmp s_rintf.d.tmp s_rintl.d.tmp s_round.d.tmp s_roundf.d.tmp s_roundl.d.tmp s_scalbn.d.tmp s_scalbnf.d.tmp s_scalbnl.d.tmp s_signgam.d.tmp s_significand.d.tmp s_significandf.d.tmp s_sin.d.tmp s_sincos.d.tmp s_sincosf.d.tmp s_sincosl.d.tmp s_sinf.d.tmp s_tan.d.tmp s_tanf.d.tmp s_tanh.d.tmp s_tanhf.d.tmp s_tgammaf.d.tmp s_trunc.d.tmp s_truncf.d.tmp s_truncl.d.tmp w_acos.d.tmp w_acosf.d.tmp w_acosh.d.tmp w_acoshf.d.tmp w_asin.d.tmp w_asinf.d.tmp w_atan2.d.tmp w_atan2f.d.tmp w_atanh.d.tmp w_atanhf.d.tmp w_cosh.d.tmp w_coshf.d.tmp w_drem.d.tmp w_dremf.d.tmp w_exp.d.tmp w_expf.d.tmp w_fmod.d.tmp w_fmodf.d.tmp w_fmodl.d.tmp w_gamma.d.tmp w_gamma_r.d.tmp w_gammaf.d.tmp w_gammaf_r.d.tmp w_hypot.d.tmp w_hypotf.d.tmp w_j0.d.tmp w_j0f.d.tmp w_j1.d.tmp w_j1f.d.tmp w_jn.d.tmp w_jnf.d.tmp w_lgamma.d.tmp w_lgamma_r.d.tmp w_lgammaf.d.tmp w_lgammaf_r.d.tmp w_log.d.tmp w_log10.d.tmp w_log10f.d.tmp w_log2.d.tmp w_log2f.d.tmp w_logf.d.tmp w_pow.d.tmp w_powf.d.tmp w_remainder.d.tmp w_remainderf.d.tmp w_scalb.d.tmp w_scalbf.d.tmp w_sinh.d.tmp w_sinhf.d.tmp w_sqrt.d.tmp w_sqrtf.d.tmp w_sqrtl.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_g.a || true) --- libclean4 --- --- cleandir-lib --- --- cleandir-libossaudio --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_pic.a Architecture.pico ArchitectureSet.pico InterfaceFile.pico PackedVersion.pico Platform.pico Symbol.pico Target.pico TextStub.pico TextStubCommon.pico Architecture.pico.tmp ArchitectureSet.pico.tmp InterfaceFile.pico.tmp PackedVersion.pico.tmp Platform.pico.tmp Symbol.pico.tmp Target.pico.tmp TextStub.pico.tmp TextStubCommon.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/libossaudio --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_pic.a Architecture.pico ArchitectureSet.pico InterfaceFile.pico PackedVersion.pico Platform.pico Symbol.pico Target.pico TextStub.pico TextStubCommon.pico Architecture.pico.tmp ArchitectureSet.pico.tmp InterfaceFile.pico.tmp PackedVersion.pico.tmp Platform.pico.tmp Symbol.pico.tmp Target.pico.tmp TextStub.pico.tmp TextStubCommon.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f llib-lLLVMTextAPI.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f llib-lLLVMTextAPI.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libossaudio && rm -f libossaudio.a oss_caps.o oss_dsp.o oss_ioctl.o oss3_mixer.o oss4_mixer.o oss4_global.o oss_caps.o.tmp oss_dsp.o.tmp oss_ioctl.o.tmp oss3_mixer.o.tmp oss4_mixer.o.tmp oss4_global.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libossaudio && rm -f libossaudio.a oss_caps.o oss_dsp.o oss_ioctl.o oss3_mixer.o oss4_mixer.o oss4_global.o oss_caps.o.tmp oss_dsp.o.tmp oss_ioctl.o.tmp oss3_mixer.o.tmp oss4_mixer.o.tmp oss4_global.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libossaudio && rm -f libossaudio_p.a oss_caps.po oss_dsp.po oss_ioctl.po oss3_mixer.po oss4_mixer.po oss4_global.po oss_caps.po.tmp oss_dsp.po.tmp oss_ioctl.po.tmp oss3_mixer.po.tmp oss4_mixer.po.tmp oss4_global.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libossaudio && rm -f libossaudio_p.a oss_caps.po oss_dsp.po oss_ioctl.po oss3_mixer.po oss4_mixer.po oss4_global.po oss_caps.po.tmp oss_dsp.po.tmp oss_ioctl.po.tmp oss3_mixer.po.tmp oss4_mixer.po.tmp oss4_global.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f .depend Architecture.d ArchitectureSet.d InterfaceFile.d PackedVersion.d Platform.d Symbol.d Target.d TextStub.d TextStubCommon.d Architecture.d.tmp ArchitectureSet.d.tmp InterfaceFile.d.tmp PackedVersion.d.tmp Platform.d.tmp Symbol.d.tmp Target.d.tmp TextStub.d.tmp TextStubCommon.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f .depend Architecture.d ArchitectureSet.d InterfaceFile.d PackedVersion.d Platform.d Symbol.d Target.d TextStub.d TextStubCommon.d Architecture.d.tmp ArchitectureSet.d.tmp InterfaceFile.d.tmp PackedVersion.d.tmp Platform.d.tmp Symbol.d.tmp Target.d.tmp TextStub.d.tmp TextStubCommon.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libossaudio && rm -f libossaudio_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libossaudio && rm -f libossaudio_g.a || true) --- cleandir-external --- --- cleandir-libLLVMTransformsAggressiveInstCombine --- cleandir ===> external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libossaudio && rm -f libossaudio_pic.a libossaudio.so.* libossaudio.so oss_caps.pico oss_dsp.pico oss_ioctl.pico oss3_mixer.pico oss4_mixer.pico oss4_global.pico oss_caps.pico.tmp oss_dsp.pico.tmp oss_ioctl.pico.tmp oss3_mixer.pico.tmp oss4_mixer.pico.tmp oss4_global.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libossaudio && rm -f libossaudio_pic.a libossaudio.so.* libossaudio.so oss_caps.pico oss_dsp.pico oss_ioctl.pico oss3_mixer.pico oss4_mixer.pico oss4_global.pico oss_caps.pico.tmp oss_dsp.pico.tmp oss_ioctl.pico.tmp oss3_mixer.pico.tmp oss4_mixer.pico.tmp oss4_global.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libossaudio && rm -f llib-lossaudio.ln oss_caps.ln oss_dsp.ln oss_ioctl.ln oss3_mixer.ln oss4_mixer.ln oss4_global.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine.a AggressiveInstCombine.o TruncInstCombine.o AggressiveInstCombine.o.tmp TruncInstCombine.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libossaudio && rm -f llib-lossaudio.ln oss_caps.ln oss_dsp.ln oss_ioctl.ln oss3_mixer.ln oss4_mixer.ln oss4_global.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine.a AggressiveInstCombine.o TruncInstCombine.o AggressiveInstCombine.o.tmp TruncInstCombine.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libossaudio && rm -f libossaudio.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libossaudio && rm -f libossaudio.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_p.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libossaudio && rm -f ossaudio.html3 .depend oss3_mixer.d oss4_global.d oss4_mixer.d oss_caps.d oss_dsp.d oss_ioctl.d oss3_mixer.d.tmp oss4_global.d.tmp oss4_mixer.d.tmp oss_caps.d.tmp oss_dsp.d.tmp oss_ioctl.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libossaudio && rm -f ossaudio.html3 .depend oss3_mixer.d oss4_global.d oss4_mixer.d oss_caps.d oss_dsp.d oss_ioctl.d oss3_mixer.d.tmp oss4_global.d.tmp oss4_mixer.d.tmp oss_caps.d.tmp oss_dsp.d.tmp oss_ioctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_g.a || true) --- cleandir-lib --- --- cleandir-libpci --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- cleandir ===> lib/libpci --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_pic.a AggressiveInstCombine.pico TruncInstCombine.pico AggressiveInstCombine.pico.tmp TruncInstCombine.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_pic.a AggressiveInstCombine.pico TruncInstCombine.pico AggressiveInstCombine.pico.tmp TruncInstCombine.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f llib-lLLVMTransformsAggressiveInstCombine.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f llib-lLLVMTransformsAggressiveInstCombine.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpci && rm -f libpci.a pci_bus.o pci_device.o pci_drvname.o pci_subr.o dev_verbose.o pci_bus.o.tmp pci_device.o.tmp pci_drvname.o.tmp pci_subr.o.tmp dev_verbose.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpci && rm -f libpci.a pci_bus.o pci_device.o pci_drvname.o pci_subr.o dev_verbose.o pci_bus.o.tmp pci_device.o.tmp pci_drvname.o.tmp pci_subr.o.tmp dev_verbose.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpci && rm -f libpci_p.a pci_bus.po pci_device.po pci_drvname.po pci_subr.po dev_verbose.po pci_bus.po.tmp pci_device.po.tmp pci_drvname.po.tmp pci_subr.po.tmp dev_verbose.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpci && rm -f libpci_p.a pci_bus.po pci_device.po pci_drvname.po pci_subr.po dev_verbose.po pci_bus.po.tmp pci_device.po.tmp pci_drvname.po.tmp pci_subr.po.tmp dev_verbose.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f .depend AggressiveInstCombine.d TruncInstCombine.d AggressiveInstCombine.d.tmp TruncInstCombine.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f .depend AggressiveInstCombine.d TruncInstCombine.d AggressiveInstCombine.d.tmp TruncInstCombine.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpci && rm -f libpci_g.a || true) --- cleandir-external --- --- cleandir-libLLVMTransformsCFGuard --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpci && rm -f libpci_g.a || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMTransformsCFGuard --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpci && rm -f libpci_pic.a libpci.so.* libpci.so pci_bus.pico pci_device.pico pci_drvname.pico pci_subr.pico dev_verbose.pico pci_bus.pico.tmp pci_device.pico.tmp pci_drvname.pico.tmp pci_subr.pico.tmp dev_verbose.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpci && rm -f libpci_pic.a libpci.so.* libpci.so pci_bus.pico pci_device.pico pci_drvname.pico pci_subr.pico dev_verbose.pico pci_bus.pico.tmp pci_device.pico.tmp pci_drvname.pico.tmp pci_subr.pico.tmp dev_verbose.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpci && rm -f llib-lpci.ln pci_bus.ln pci_device.ln pci_drvname.ln pci_subr.ln dev_verbose.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard.a CFGuard.o CFGuard.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpci && rm -f llib-lpci.ln pci_bus.ln pci_device.ln pci_drvname.ln pci_subr.ln dev_verbose.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard.a CFGuard.o CFGuard.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpci && rm -f libpci.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpci && rm -f libpci.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_p.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpci && rm -f pci.html3 .depend dev_verbose.d pci_bus.d pci_device.d pci_drvname.d pci_subr.d dev_verbose.d.tmp pci_bus.d.tmp pci_device.d.tmp pci_drvname.d.tmp pci_subr.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpci && rm -f pci.html3 .depend dev_verbose.d pci_bus.d pci_device.d pci_drvname.d pci_subr.d dev_verbose.d.tmp pci_bus.d.tmp pci_device.d.tmp pci_drvname.d.tmp pci_subr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_g.a || true) --- cleandir-lib --- --- cleandir-libposix --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- cleandir ===> lib/libposix --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_pic.a CFGuard.pico CFGuard.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_pic.a CFGuard.pico CFGuard.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f llib-lLLVMTransformsCFGuard.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f llib-lLLVMTransformsCFGuard.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libposix && rm -f libposix.a chown.o fchown.o lchown.o rename.o cerror.o chown.o.tmp fchown.o.tmp lchown.o.tmp rename.o.tmp cerror.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libposix && rm -f libposix.a chown.o fchown.o lchown.o rename.o cerror.o chown.o.tmp fchown.o.tmp lchown.o.tmp rename.o.tmp cerror.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libposix && rm -f libposix_p.a chown.po fchown.po lchown.po rename.po cerror.po chown.po.tmp fchown.po.tmp lchown.po.tmp rename.po.tmp cerror.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f .depend CFGuard.d CFGuard.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libposix && rm -f libposix_p.a chown.po fchown.po lchown.po rename.po cerror.po chown.po.tmp fchown.po.tmp lchown.po.tmp rename.po.tmp cerror.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f .depend CFGuard.d CFGuard.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-libLLVMTransformsCoroutines --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libposix && rm -f libposix_g.a || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMTransformsCoroutines --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libposix && rm -f libposix_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libposix && rm -f libposix_pic.a libposix.so.* libposix.so chown.pico fchown.pico lchown.pico rename.pico cerror.pico chown.pico.tmp fchown.pico.tmp lchown.pico.tmp rename.pico.tmp cerror.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libposix && rm -f libposix_pic.a libposix.so.* libposix.so chown.pico fchown.pico lchown.pico rename.pico cerror.pico chown.pico.tmp fchown.pico.tmp lchown.pico.tmp rename.pico.tmp cerror.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines.a CoroCleanup.o CoroEarly.o CoroElide.o CoroFrame.o CoroSplit.o Coroutines.o CoroCleanup.o.tmp CoroEarly.o.tmp CoroElide.o.tmp CoroFrame.o.tmp CoroSplit.o.tmp Coroutines.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libposix && rm -f llib-lposix.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines.a CoroCleanup.o CoroEarly.o CoroElide.o CoroFrame.o CoroSplit.o Coroutines.o CoroCleanup.o.tmp CoroEarly.o.tmp CoroElide.o.tmp CoroFrame.o.tmp CoroSplit.o.tmp Coroutines.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libposix && rm -f llib-lposix.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libposix && rm -f chown.S fchown.S lchown.S rename.S libposix.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libposix && rm -f chown.S fchown.S lchown.S rename.S libposix.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libposix && rm -f .depend cerror.d chown.d fchown.d lchown.d rename.d cerror.d.tmp chown.d.tmp fchown.d.tmp lchown.d.tmp rename.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libposix && rm -f .depend cerror.d chown.d fchown.d lchown.d rename.d cerror.d.tmp chown.d.tmp fchown.d.tmp lchown.d.tmp rename.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- cleandir-libprop --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_pic.a CoroCleanup.pico CoroEarly.pico CoroElide.pico CoroFrame.pico CoroSplit.pico Coroutines.pico CoroCleanup.pico.tmp CoroEarly.pico.tmp CoroElide.pico.tmp CoroFrame.pico.tmp CoroSplit.pico.tmp Coroutines.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/libprop --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_pic.a CoroCleanup.pico CoroEarly.pico CoroElide.pico CoroFrame.pico CoroSplit.pico Coroutines.pico CoroCleanup.pico.tmp CoroEarly.pico.tmp CoroElide.pico.tmp CoroFrame.pico.tmp CoroSplit.pico.tmp Coroutines.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f llib-lLLVMTransformsCoroutines.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f llib-lLLVMTransformsCoroutines.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libprop && rm -f libprop.a prop_array.o prop_array_util.o prop_bool.o prop_data.o prop_dictionary.o prop_dictionary_util.o prop_ingest.o prop_kern.o prop_number.o prop_object.o prop_stack.o prop_string.o prop_array.o.tmp prop_array_util.o.tmp prop_bool.o.tmp prop_data.o.tmp prop_dictionary.o.tmp prop_dictionary_util.o.tmp prop_ingest.o.tmp prop_kern.o.tmp prop_number.o.tmp prop_object.o.tmp prop_stack.o.tmp prop_string.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libprop && rm -f libprop.a prop_array.o prop_array_util.o prop_bool.o prop_data.o prop_dictionary.o prop_dictionary_util.o prop_ingest.o prop_kern.o prop_number.o prop_object.o prop_stack.o prop_string.o prop_array.o.tmp prop_array_util.o.tmp prop_bool.o.tmp prop_data.o.tmp prop_dictionary.o.tmp prop_dictionary_util.o.tmp prop_ingest.o.tmp prop_kern.o.tmp prop_number.o.tmp prop_object.o.tmp prop_stack.o.tmp prop_string.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f .depend CoroCleanup.d CoroEarly.d CoroElide.d CoroFrame.d CoroSplit.d Coroutines.d CoroCleanup.d.tmp CoroEarly.d.tmp CoroElide.d.tmp CoroFrame.d.tmp CoroSplit.d.tmp Coroutines.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libprop && rm -f libprop_p.a prop_array.po prop_array_util.po prop_bool.po prop_data.po prop_dictionary.po prop_dictionary_util.po prop_ingest.po prop_kern.po prop_number.po prop_object.po prop_stack.po prop_string.po prop_array.po.tmp prop_array_util.po.tmp prop_bool.po.tmp prop_data.po.tmp prop_dictionary.po.tmp prop_dictionary_util.po.tmp prop_ingest.po.tmp prop_kern.po.tmp prop_number.po.tmp prop_object.po.tmp prop_stack.po.tmp prop_string.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f .depend CoroCleanup.d CoroEarly.d CoroElide.d CoroFrame.d CoroSplit.d Coroutines.d CoroCleanup.d.tmp CoroEarly.d.tmp CoroElide.d.tmp CoroFrame.d.tmp CoroSplit.d.tmp Coroutines.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libprop && rm -f libprop_p.a prop_array.po prop_array_util.po prop_bool.po prop_data.po prop_dictionary.po prop_dictionary_util.po prop_ingest.po prop_kern.po prop_number.po prop_object.po prop_stack.po prop_string.po prop_array.po.tmp prop_array_util.po.tmp prop_bool.po.tmp prop_data.po.tmp prop_dictionary.po.tmp prop_dictionary_util.po.tmp prop_ingest.po.tmp prop_kern.po.tmp prop_number.po.tmp prop_object.po.tmp prop_stack.po.tmp prop_string.po.tmp || true) --- cleandir-external --- --- cleandir-libLLVMTransformsUtils --- cleandir ===> external/apache2/llvm/librt/libLLVMTransformsUtils --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libprop && rm -f libprop_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libprop && rm -f libprop_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libprop && rm -f libprop_pic.a libprop.so.* libprop.so prop_array.pico prop_array_util.pico prop_bool.pico prop_data.pico prop_dictionary.pico prop_dictionary_util.pico prop_ingest.pico prop_kern.pico prop_number.pico prop_object.pico prop_stack.pico prop_string.pico prop_array.pico.tmp prop_array_util.pico.tmp prop_bool.pico.tmp prop_data.pico.tmp prop_dictionary.pico.tmp prop_dictionary_util.pico.tmp prop_ingest.pico.tmp prop_kern.pico.tmp prop_number.pico.tmp prop_object.pico.tmp prop_stack.pico.tmp prop_string.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libprop && rm -f libprop_pic.a libprop.so.* libprop.so prop_array.pico prop_array_util.pico prop_bool.pico prop_data.pico prop_dictionary.pico prop_dictionary_util.pico prop_ingest.pico prop_kern.pico prop_number.pico prop_object.pico prop_stack.pico prop_string.pico prop_array.pico.tmp prop_array_util.pico.tmp prop_bool.pico.tmp prop_data.pico.tmp prop_dictionary.pico.tmp prop_dictionary_util.pico.tmp prop_ingest.pico.tmp prop_kern.pico.tmp prop_number.pico.tmp prop_object.pico.tmp prop_stack.pico.tmp prop_string.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils.a AddDiscriminators.o AMDGPUEmitPrintf.o ASanStackFrameLayout.o AssumeBundleBuilder.o AutoInitRemark.o BasicBlockUtils.o BreakCriticalEdges.o BuildLibCalls.o BypassSlowDivision.o CallGraphUpdater.o CallPromotionUtils.o CanonicalizeAliases.o CanonicalizeFreezeInLoops.o CloneFunction.o CloneModule.o CodeExtractor.o CodeMoverUtils.o CtorUtils.o Debugify.o DemoteRegToStack.o EntryExitInstrumenter.o EscapeEnumerator.o Evaluator.o FixIrreducible.o FlattenCFG.o FunctionComparator.o FunctionImportUtils.o GlobalStatus.o GuardUtils.o HelloWorld.o InjectTLIMappings.o InlineFunction.o InstructionNamer.o IntegerDivision.o LCSSA.o LibCallsShrinkWrap.o Local.o LoopPeel.o LoopRotationUtils.o LoopSimplify.o LoopUnrollAndJam.o LoopUnroll.o LoopUnrollRuntime.o LoopUtils.o LoopVersioning.o LowerInvoke.o LowerMemIntrinsics.o LowerSwitch.o MatrixUtils.o Mem2Reg.o MetaRenamer.o ModuleUtils.o NameAnonGlobals.o PredicateInfo.o PromoteMemoryToRegister.o RelLookupTableConverter.o SampleProfileLoaderBaseUtil.o SanitizerStats.o ScalarEvolutionExpander.o SCCPSolver.o SimplifyCFG.o SimplifyIndVar.o SimplifyLibCalls.o SizeOpts.o SplitModule.o SSAUpdaterBulk.o SSAUpdater.o StripGCRelocates.o StripNonLineTableDebugInfo.o SymbolRewriter.o UnifyFunctionExitNodes.o UnifyLoopExits.o Utils.o ValueMapper.o VNCoercion.o AddDiscriminators.o.tmp AMDGPUEmitPrintf.o.tmp ASanStackFrameLayout.o.tmp AssumeBundleBuilder.o.tmp AutoInitRemark.o.tmp BasicBlockUtils.o.tmp BreakCriticalEdges.o.tmp BuildLibCalls.o.tmp BypassSlowDivision.o.tmp CallGraphUpdater.o.tmp CallPromotionUtils.o.tmp CanonicalizeAliases.o.tmp CanonicalizeFreezeInLoops.o.tmp CloneFunction.o.tmp CloneModule.o.tmp CodeExtractor.o.tmp CodeMoverUtils.o.tmp CtorUtils.o.tmp Debugify.o.tmp DemoteRegToStack.o.tmp EntryExitInstrumenter.o.tmp EscapeEnumerator.o.tmp Evaluator.o.tmp FixIrreducible.o.tmp FlattenCFG.o.tmp FunctionComparator.o.tmp FunctionImportUtils.o.tmp GlobalStatus.o.tmp GuardUtils.o.tmp HelloWorld.o.tmp InjectTLIMappings.o.tmp InlineFunction.o.tmp InstructionNamer.o.tmp IntegerDivision.o.tmp LCSSA.o.tmp LibCallsShrinkWrap.o.tmp Local.o.tmp LoopPeel.o.tmp LoopRotationUtils.o.tmp LoopSimplify.o.tmp LoopUnrollAndJam.o.tmp LoopUnroll.o.tmp LoopUnrollRuntime.o.tmp LoopUtils.o.tmp LoopVersioning.o.tmp LowerInvoke.o.tmp LowerMemIntrinsics.o.tmp LowerSwitch.o.tmp MatrixUtils.o.tmp Mem2Reg.o.tmp MetaRenamer.o.tmp ModuleUtils.o.tmp NameAnonGlobals.o.tmp PredicateInfo.o.tmp PromoteMemoryToRegister.o.tmp RelLookupTableConverter.o.tmp SampleProfileLoaderBaseUtil.o.tmp SanitizerStats.o.tmp ScalarEvolutionExpander.o.tmp SCCPSolver.o.tmp SimplifyCFG.o.tmp SimplifyIndVar.o.tmp SimplifyLibCalls.o.tmp SizeOpts.o.tmp SplitModule.o.tmp SSAUpdaterBulk.o.tmp SSAUpdater.o.tmp StripGCRelocates.o.tmp StripNonLineTableDebugInfo.o.tmp SymbolRewriter.o.tmp UnifyFunctionExitNodes.o.tmp UnifyLoopExits.o.tmp Utils.o.tmp ValueMapper.o.tmp VNCoercion.o.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils.a AddDiscriminators.o AMDGPUEmitPrintf.o ASanStackFrameLayout.o AssumeBundleBuilder.o AutoInitRemark.o BasicBlockUtils.o BreakCriticalEdges.o BuildLibCalls.o BypassSlowDivision.o CallGraphUpdater.o CallPromotionUtils.o CanonicalizeAliases.o CanonicalizeFreezeInLoops.o CloneFunction.o CloneModule.o CodeExtractor.o CodeMoverUtils.o CtorUtils.o Debugify.o DemoteRegToStack.o EntryExitInstrumenter.o EscapeEnumerator.o Evaluator.o FixIrreducible.o FlattenCFG.o FunctionComparator.o FunctionImportUtils.o GlobalStatus.o GuardUtils.o HelloWorld.o InjectTLIMappings.o InlineFunction.o InstructionNamer.o IntegerDivision.o LCSSA.o LibCallsShrinkWrap.o Local.o LoopPeel.o LoopRotationUtils.o LoopSimplify.o LoopUnrollAndJam.o LoopUnroll.o LoopUnrollRuntime.o LoopUtils.o LoopVersioning.o LowerInvoke.o LowerMemIntrinsics.o LowerSwitch.o MatrixUtils.o Mem2Reg.o MetaRenamer.o ModuleUtils.o NameAnonGlobals.o PredicateInfo.o PromoteMemoryToRegister.o RelLookupTableConverter.o SampleProfileLoaderBaseUtil.o SanitizerStats.o ScalarEvolutionExpander.o SCCPSolver.o SimplifyCFG.o SimplifyIndVar.o SimplifyLibCalls.o SizeOpts.o SplitModule.o SSAUpdaterBulk.o SSAUpdater.o StripGCRelocates.o StripNonLineTableDebugInfo.o SymbolRewriter.o UnifyFunctionExitNodes.o UnifyLoopExits.o Utils.o ValueMapper.o VNCoercion.o AddDiscriminators.o.tmp AMDGPUEmitPrintf.o.tmp ASanStackFrameLayout.o.tmp AssumeBundleBuilder.o.tmp AutoInitRemark.o.tmp BasicBlockUtils.o.tmp BreakCriticalEdges.o.tmp BuildLibCalls.o.tmp BypassSlowDivision.o.tmp CallGraphUpdater.o.tmp CallPromotionUtils.o.tmp CanonicalizeAliases.o.tmp CanonicalizeFreezeInLoops.o.tmp CloneFunction.o.tmp CloneModule.o.tmp CodeExtractor.o.tmp CodeMoverUtils.o.tmp CtorUtils.o.tmp Debugify.o.tmp DemoteRegToStack.o.tmp EntryExitInstrumenter.o.tmp EscapeEnumerator.o.tmp Evaluator.o.tmp FixIrreducible.o.tmp FlattenCFG.o.tmp FunctionComparator.o.tmp FunctionImportUtils.o.tmp GlobalStatus.o.tmp GuardUtils.o.tmp HelloWorld.o.tmp InjectTLIMappings.o.tmp InlineFunction.o.tmp InstructionNamer.o.tmp IntegerDivision.o.tmp LCSSA.o.tmp LibCallsShrinkWrap.o.tmp Local.o.tmp LoopPeel.o.tmp LoopRotationUtils.o.tmp LoopSimplify.o.tmp LoopUnrollAndJam.o.tmp LoopUnroll.o.tmp LoopUnrollRuntime.o.tmp LoopUtils.o.tmp LoopVersioning.o.tmp LowerInvoke.o.tmp LowerMemIntrinsics.o.tmp LowerSwitch.o.tmp MatrixUtils.o.tmp Mem2Reg.o.tmp MetaRenamer.o.tmp ModuleUtils.o.tmp NameAnonGlobals.o.tmp PredicateInfo.o.tmp PromoteMemoryToRegister.o.tmp RelLookupTableConverter.o.tmp SampleProfileLoaderBaseUtil.o.tmp SanitizerStats.o.tmp ScalarEvolutionExpander.o.tmp SCCPSolver.o.tmp SimplifyCFG.o.tmp SimplifyIndVar.o.tmp SimplifyLibCalls.o.tmp SizeOpts.o.tmp SplitModule.o.tmp SSAUpdaterBulk.o.tmp SSAUpdater.o.tmp StripGCRelocates.o.tmp StripNonLineTableDebugInfo.o.tmp SymbolRewriter.o.tmp UnifyFunctionExitNodes.o.tmp UnifyLoopExits.o.tmp Utils.o.tmp ValueMapper.o.tmp VNCoercion.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libprop && rm -f llib-lprop.ln prop_array.ln prop_array_util.ln prop_bool.ln prop_data.ln prop_dictionary.ln prop_dictionary_util.ln prop_ingest.ln prop_kern.ln prop_number.ln prop_object.ln prop_stack.ln prop_string.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libprop && rm -f llib-lprop.ln prop_array.ln prop_array_util.ln prop_bool.ln prop_data.ln prop_dictionary.ln prop_dictionary_util.ln prop_ingest.ln prop_kern.ln prop_number.ln prop_object.ln prop_stack.ln prop_string.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_p.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libprop && rm -f libprop.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libprop && rm -f libprop.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_g.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libprop && rm -f prop_array.html3 prop_bool.html3 prop_data.html3 prop_dictionary.html3 prop_ingest.html3 prop_number.html3 prop_object.html3 prop_string.html3 proplib.html3 prop_copyin_ioctl.html9 prop_send_ioctl.html3 prop_send_syscall.html3 prop_dictionary_util.html3 prop_array_util.html3 .depend prop_array.d prop_array_util.d prop_bool.d prop_data.d prop_dictionary.d prop_dictionary_util.d prop_ingest.d prop_kern.d prop_number.d prop_object.d prop_stack.d prop_string.d prop_array.d.tmp prop_array_util.d.tmp prop_bool.d.tmp prop_data.d.tmp prop_dictionary.d.tmp prop_dictionary_util.d.tmp prop_ingest.d.tmp prop_kern.d.tmp prop_number.d.tmp prop_object.d.tmp prop_stack.d.tmp prop_string.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libprop && rm -f prop_array.html3 prop_bool.html3 prop_data.html3 prop_dictionary.html3 prop_ingest.html3 prop_number.html3 prop_object.html3 prop_string.html3 proplib.html3 prop_copyin_ioctl.html9 prop_send_ioctl.html3 prop_send_syscall.html3 prop_dictionary_util.html3 prop_array_util.html3 .depend prop_array.d prop_array_util.d prop_bool.d prop_data.d prop_dictionary.d prop_dictionary_util.d prop_ingest.d prop_kern.d prop_number.d prop_object.d prop_stack.d prop_string.d prop_array.d.tmp prop_array_util.d.tmp prop_bool.d.tmp prop_data.d.tmp prop_dictionary.d.tmp prop_dictionary_util.d.tmp prop_ingest.d.tmp prop_kern.d.tmp prop_number.d.tmp prop_object.d.tmp prop_stack.d.tmp prop_string.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_pic.a AddDiscriminators.pico AMDGPUEmitPrintf.pico ASanStackFrameLayout.pico AssumeBundleBuilder.pico AutoInitRemark.pico BasicBlockUtils.pico BreakCriticalEdges.pico BuildLibCalls.pico BypassSlowDivision.pico CallGraphUpdater.pico CallPromotionUtils.pico CanonicalizeAliases.pico CanonicalizeFreezeInLoops.pico CloneFunction.pico CloneModule.pico CodeExtractor.pico CodeMoverUtils.pico CtorUtils.pico Debugify.pico DemoteRegToStack.pico EntryExitInstrumenter.pico EscapeEnumerator.pico Evaluator.pico FixIrreducible.pico FlattenCFG.pico FunctionComparator.pico FunctionImportUtils.pico GlobalStatus.pico GuardUtils.pico HelloWorld.pico InjectTLIMappings.pico InlineFunction.pico InstructionNamer.pico IntegerDivision.pico LCSSA.pico LibCallsShrinkWrap.pico Local.pico LoopPeel.pico LoopRotationUtils.pico LoopSimplify.pico LoopUnrollAndJam.pico LoopUnroll.pico LoopUnrollRuntime.pico LoopUtils.pico LoopVersioning.pico LowerInvoke.pico LowerMemIntrinsics.pico LowerSwitch.pico MatrixUtils.pico Mem2Reg.pico MetaRenamer.pico ModuleUtils.pico NameAnonGlobals.pico PredicateInfo.pico PromoteMemoryToRegister.pico RelLookupTableConverter.pico SampleProfileLoaderBaseUtil.pico SanitizerStats.pico ScalarEvolutionExpander.pico SCCPSolver.pico SimplifyCFG.pico SimplifyIndVar.pico SimplifyLibCalls.pico SizeOpts.pico SplitModule.pico SSAUpdaterBulk.pico SSAUpdater.pico StripGCRelocates.pico StripNonLineTableDebugInfo.pico SymbolRewriter.pico UnifyFunctionExitNodes.pico UnifyLoopExits.pico Utils.pico ValueMapper.pico VNCoercion.pico AddDiscriminators.pico.tmp AMDGPUEmitPrintf.pico.tmp ASanStackFrameLayout.pico.tmp AssumeBundleBuilder.pico.tmp AutoInitRemark.pico.tmp BasicBlockUtils.pico.tmp BreakCriticalEdges.pico.tmp BuildLibCalls.pico.tmp BypassSlowDivision.pico.tmp CallGraphUpdater.pico.tmp CallPromotionUtils.pico.tmp CanonicalizeAliases.pico.tmp CanonicalizeFreezeInLoops.pico.tmp CloneFunction.pico.tmp CloneModule.pico.tmp CodeExtractor.pico.tmp CodeMoverUtils.pico.tmp CtorUtils.pico.tmp Debugify.pico.tmp DemoteRegToStack.pico.tmp EntryExitInstrumenter.pico.tmp EscapeEnumerator.pico.tmp Evaluator.pico.tmp FixIrreducible.pico.tmp FlattenCFG.pico.tmp FunctionComparator.pico.tmp FunctionImportUtils.pico.tmp GlobalStatus.pico.tmp GuardUtils.pico.tmp HelloWorld.pico.tmp InjectTLIMappings.pico.tmp InlineFunction.pico.tmp InstructionNamer.pico.tmp IntegerDivision.pico.tmp LCSSA.pico.tmp LibCallsShrinkWrap.pico.tmp Local.pico.tmp LoopPeel.pico.tmp LoopRotationUtils.pico.tmp LoopSimplify.pico.tmp LoopUnrollAndJam.pico.tmp LoopUnroll.pico.tmp LoopUnrollRuntime.pico.tmp LoopUtils.pico.tmp LoopVersioning.pico.tmp LowerInvoke.pico.tmp LowerMemIntrinsics.pico.tmp LowerSwitch.pico.tmp MatrixUtils.pico.tmp Mem2Reg.pico.tmp MetaRenamer.pico.tmp ModuleUtils.pico.tmp NameAnonGlobals.pico.tmp PredicateInfo.pico.tmp PromoteMemoryToRegister.pico.tmp RelLookupTableConverter.pico.tmp SampleProfileLoaderBaseUtil.pico.tmp SanitizerStats.pico.tmp ScalarEvolutionExpander.pico.tmp SCCPSolver.pico.tmp SimplifyCFG.pico.tmp SimplifyIndVar.pico.tmp SimplifyLibCalls.pico.tmp SizeOpts.pico.tmp SplitModule.pico.tmp SSAUpdaterBulk.pico.tmp SSAUpdater.pico.tmp StripGCRelocates.pico.tmp StripNonLineTableDebugInfo.pico.tmp SymbolRewriter.pico.tmp UnifyFunctionExitNodes.pico.tmp UnifyLoopExits.pico.tmp Utils.pico.tmp ValueMapper.pico.tmp VNCoercion.pico.tmp || true) --- cleandir-lib --- --- cleandir-libpthread --- cleandir ===> lib/libpthread --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_pic.a AddDiscriminators.pico AMDGPUEmitPrintf.pico ASanStackFrameLayout.pico AssumeBundleBuilder.pico AutoInitRemark.pico BasicBlockUtils.pico BreakCriticalEdges.pico BuildLibCalls.pico BypassSlowDivision.pico CallGraphUpdater.pico CallPromotionUtils.pico CanonicalizeAliases.pico CanonicalizeFreezeInLoops.pico CloneFunction.pico CloneModule.pico CodeExtractor.pico CodeMoverUtils.pico CtorUtils.pico Debugify.pico DemoteRegToStack.pico EntryExitInstrumenter.pico EscapeEnumerator.pico Evaluator.pico FixIrreducible.pico FlattenCFG.pico FunctionComparator.pico FunctionImportUtils.pico GlobalStatus.pico GuardUtils.pico HelloWorld.pico InjectTLIMappings.pico InlineFunction.pico InstructionNamer.pico IntegerDivision.pico LCSSA.pico LibCallsShrinkWrap.pico Local.pico LoopPeel.pico LoopRotationUtils.pico LoopSimplify.pico LoopUnrollAndJam.pico LoopUnroll.pico LoopUnrollRuntime.pico LoopUtils.pico LoopVersioning.pico LowerInvoke.pico LowerMemIntrinsics.pico LowerSwitch.pico MatrixUtils.pico Mem2Reg.pico MetaRenamer.pico ModuleUtils.pico NameAnonGlobals.pico PredicateInfo.pico PromoteMemoryToRegister.pico RelLookupTableConverter.pico SampleProfileLoaderBaseUtil.pico SanitizerStats.pico ScalarEvolutionExpander.pico SCCPSolver.pico SimplifyCFG.pico SimplifyIndVar.pico SimplifyLibCalls.pico SizeOpts.pico SplitModule.pico SSAUpdaterBulk.pico SSAUpdater.pico StripGCRelocates.pico StripNonLineTableDebugInfo.pico SymbolRewriter.pico UnifyFunctionExitNodes.pico UnifyLoopExits.pico Utils.pico ValueMapper.pico VNCoercion.pico AddDiscriminators.pico.tmp AMDGPUEmitPrintf.pico.tmp ASanStackFrameLayout.pico.tmp AssumeBundleBuilder.pico.tmp AutoInitRemark.pico.tmp BasicBlockUtils.pico.tmp BreakCriticalEdges.pico.tmp BuildLibCalls.pico.tmp BypassSlowDivision.pico.tmp CallGraphUpdater.pico.tmp CallPromotionUtils.pico.tmp CanonicalizeAliases.pico.tmp CanonicalizeFreezeInLoops.pico.tmp CloneFunction.pico.tmp CloneModule.pico.tmp CodeExtractor.pico.tmp CodeMoverUtils.pico.tmp CtorUtils.pico.tmp Debugify.pico.tmp DemoteRegToStack.pico.tmp EntryExitInstrumenter.pico.tmp EscapeEnumerator.pico.tmp Evaluator.pico.tmp FixIrreducible.pico.tmp FlattenCFG.pico.tmp FunctionComparator.pico.tmp FunctionImportUtils.pico.tmp GlobalStatus.pico.tmp GuardUtils.pico.tmp HelloWorld.pico.tmp InjectTLIMappings.pico.tmp InlineFunction.pico.tmp InstructionNamer.pico.tmp IntegerDivision.pico.tmp LCSSA.pico.tmp LibCallsShrinkWrap.pico.tmp Local.pico.tmp LoopPeel.pico.tmp LoopRotationUtils.pico.tmp LoopSimplify.pico.tmp LoopUnrollAndJam.pico.tmp LoopUnroll.pico.tmp LoopUnrollRuntime.pico.tmp LoopUtils.pico.tmp LoopVersioning.pico.tmp LowerInvoke.pico.tmp LowerMemIntrinsics.pico.tmp LowerSwitch.pico.tmp MatrixUtils.pico.tmp Mem2Reg.pico.tmp MetaRenamer.pico.tmp ModuleUtils.pico.tmp NameAnonGlobals.pico.tmp PredicateInfo.pico.tmp PromoteMemoryToRegister.pico.tmp RelLookupTableConverter.pico.tmp SampleProfileLoaderBaseUtil.pico.tmp SanitizerStats.pico.tmp ScalarEvolutionExpander.pico.tmp SCCPSolver.pico.tmp SimplifyCFG.pico.tmp SimplifyIndVar.pico.tmp SimplifyLibCalls.pico.tmp SizeOpts.pico.tmp SplitModule.pico.tmp SSAUpdaterBulk.pico.tmp SSAUpdater.pico.tmp StripGCRelocates.pico.tmp StripNonLineTableDebugInfo.pico.tmp SymbolRewriter.pico.tmp UnifyFunctionExitNodes.pico.tmp UnifyLoopExits.pico.tmp Utils.pico.tmp ValueMapper.pico.tmp VNCoercion.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f llib-lLLVMTransformsUtils.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f llib-lLLVMTransformsUtils.ln || true) --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpthread && rm -f libpthread.a pthread.o pthread_attr.o pthread_barrier.o pthread_cancelstub.o pthread_cond.o pthread_getcpuclockid.o pthread_lock.o pthread_makelwp_netbsd.o pthread_misc.o pthread_mutex.o pthread_once.o pthread_rwlock.o pthread_specific.o pthread_spin.o pthread_tsd.o res_state.o sem.o call_once.o cnd.o mtx.o thrd.o tss.o pthread.o.tmp pthread_attr.o.tmp pthread_barrier.o.tmp pthread_cancelstub.o.tmp pthread_cond.o.tmp pthread_getcpuclockid.o.tmp pthread_lock.o.tmp pthread_makelwp_netbsd.o.tmp pthread_misc.o.tmp pthread_mutex.o.tmp pthread_once.o.tmp pthread_rwlock.o.tmp pthread_specific.o.tmp pthread_spin.o.tmp pthread_tsd.o.tmp res_state.o.tmp sem.o.tmp call_once.o.tmp cnd.o.tmp mtx.o.tmp thrd.o.tmp tss.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpthread && rm -f libpthread.a pthread.o pthread_attr.o pthread_barrier.o pthread_cancelstub.o pthread_cond.o pthread_getcpuclockid.o pthread_lock.o pthread_makelwp_netbsd.o pthread_misc.o pthread_mutex.o pthread_once.o pthread_rwlock.o pthread_specific.o pthread_spin.o pthread_tsd.o res_state.o sem.o call_once.o cnd.o mtx.o thrd.o tss.o pthread.o.tmp pthread_attr.o.tmp pthread_barrier.o.tmp pthread_cancelstub.o.tmp pthread_cond.o.tmp pthread_getcpuclockid.o.tmp pthread_lock.o.tmp pthread_makelwp_netbsd.o.tmp pthread_misc.o.tmp pthread_mutex.o.tmp pthread_once.o.tmp pthread_rwlock.o.tmp pthread_specific.o.tmp pthread_spin.o.tmp pthread_tsd.o.tmp res_state.o.tmp sem.o.tmp call_once.o.tmp cnd.o.tmp mtx.o.tmp thrd.o.tmp tss.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpthread && rm -f libpthread_p.a pthread.po pthread_attr.po pthread_barrier.po pthread_cancelstub.po pthread_cond.po pthread_getcpuclockid.po pthread_lock.po pthread_makelwp_netbsd.po pthread_misc.po pthread_mutex.po pthread_once.po pthread_rwlock.po pthread_specific.po pthread_spin.po pthread_tsd.po res_state.po sem.po call_once.po cnd.po mtx.po thrd.po tss.po pthread.po.tmp pthread_attr.po.tmp pthread_barrier.po.tmp pthread_cancelstub.po.tmp pthread_cond.po.tmp pthread_getcpuclockid.po.tmp pthread_lock.po.tmp pthread_makelwp_netbsd.po.tmp pthread_misc.po.tmp pthread_mutex.po.tmp pthread_once.po.tmp pthread_rwlock.po.tmp pthread_specific.po.tmp pthread_spin.po.tmp pthread_tsd.po.tmp res_state.po.tmp sem.po.tmp call_once.po.tmp cnd.po.tmp mtx.po.tmp thrd.po.tmp tss.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f .depend AMDGPUEmitPrintf.d ASanStackFrameLayout.d AddDiscriminators.d AssumeBundleBuilder.d AutoInitRemark.d BasicBlockUtils.d BreakCriticalEdges.d BuildLibCalls.d BypassSlowDivision.d CallGraphUpdater.d CallPromotionUtils.d CanonicalizeAliases.d CanonicalizeFreezeInLoops.d CloneFunction.d CloneModule.d CodeExtractor.d CodeMoverUtils.d CtorUtils.d Debugify.d DemoteRegToStack.d EntryExitInstrumenter.d EscapeEnumerator.d Evaluator.d FixIrreducible.d FlattenCFG.d FunctionComparator.d FunctionImportUtils.d GlobalStatus.d GuardUtils.d HelloWorld.d InjectTLIMappings.d InlineFunction.d InstructionNamer.d IntegerDivision.d LCSSA.d LibCallsShrinkWrap.d Local.d LoopPeel.d LoopRotationUtils.d LoopSimplify.d LoopUnroll.d LoopUnrollAndJam.d LoopUnrollRuntime.d LoopUtils.d LoopVersioning.d LowerInvoke.d LowerMemIntrinsics.d LowerSwitch.d MatrixUtils.d Mem2Reg.d MetaRenamer.d ModuleUtils.d NameAnonGlobals.d PredicateInfo.d PromoteMemoryToRegister.d RelLookupTableConverter.d SCCPSolver.d SSAUpdater.d SSAUpdaterBulk.d SampleProfileLoaderBaseUtil.d SanitizerStats.d ScalarEvolutionExpander.d SimplifyCFG.d SimplifyIndVar.d SimplifyLibCalls.d SizeOpts.d SplitModule.d StripGCRelocates.d StripNonLineTableDebugInfo.d SymbolRewriter.d UnifyFunctionExitNodes.d UnifyLoopExits.d Utils.d VNCoercion.d ValueMapper.d AMDGPUEmitPrintf.d.tmp ASanStackFrameLayout.d.tmp AddDiscriminators.d.tmp AssumeBundleBuilder.d.tmp AutoInitRemark.d.tmp BasicBlockUtils.d.tmp BreakCriticalEdges.d.tmp BuildLibCalls.d.tmp BypassSlowDivision.d.tmp CallGraphUpdater.d.tmp CallPromotionUtils.d.tmp CanonicalizeAliases.d.tmp CanonicalizeFreezeInLoops.d.tmp CloneFunction.d.tmp CloneModule.d.tmp CodeExtractor.d.tmp CodeMoverUtils.d.tmp CtorUtils.d.tmp Debugify.d.tmp DemoteRegToStack.d.tmp EntryExitInstrumenter.d.tmp EscapeEnumerator.d.tmp Evaluator.d.tmp FixIrreducible.d.tmp FlattenCFG.d.tmp FunctionComparator.d.tmp FunctionImportUtils.d.tmp GlobalStatus.d.tmp GuardUtils.d.tmp HelloWorld.d.tmp InjectTLIMappings.d.tmp InlineFunction.d.tmp InstructionNamer.d.tmp IntegerDivision.d.tmp LCSSA.d.tmp LibCallsShrinkWrap.d.tmp Local.d.tmp LoopPeel.d.tmp LoopRotationUtils.d.tmp LoopSimplify.d.tmp LoopUnroll.d.tmp LoopUnrollAndJam.d.tmp LoopUnrollRuntime.d.tmp LoopUtils.d.tmp LoopVersioning.d.tmp LowerInvoke.d.tmp LowerMemIntrinsics.d.tmp LowerSwitch.d.tmp MatrixUtils.d.tmp Mem2Reg.d.tmp MetaRenamer.d.tmp ModuleUtils.d.tmp NameAnonGlobals.d.tmp PredicateInfo.d.tmp PromoteMemoryToRegister.d.tmp RelLookupTableConverter.d.tmp SCCPSolver.d.tmp SSAUpdater.d.tmp SSAUpdaterBulk.d.tmp SampleProfileLoaderBaseUtil.d.tmp SanitizerStats.d.tmp ScalarEvolutionExpander.d.tmp SimplifyCFG.d.tmp SimplifyIndVar.d.tmp SimplifyLibCalls.d.tmp SizeOpts.d.tmp SplitModule.d.tmp StripGCRelocates.d.tmp StripNonLineTableDebugInfo.d.tmp SymbolRewriter.d.tmp UnifyFunctionExitNodes.d.tmp UnifyLoopExits.d.tmp Utils.d.tmp VNCoercion.d.tmp ValueMapper.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpthread && rm -f libpthread_p.a pthread.po pthread_attr.po pthread_barrier.po pthread_cancelstub.po pthread_cond.po pthread_getcpuclockid.po pthread_lock.po pthread_makelwp_netbsd.po pthread_misc.po pthread_mutex.po pthread_once.po pthread_rwlock.po pthread_specific.po pthread_spin.po pthread_tsd.po res_state.po sem.po call_once.po cnd.po mtx.po thrd.po tss.po pthread.po.tmp pthread_attr.po.tmp pthread_barrier.po.tmp pthread_cancelstub.po.tmp pthread_cond.po.tmp pthread_getcpuclockid.po.tmp pthread_lock.po.tmp pthread_makelwp_netbsd.po.tmp pthread_misc.po.tmp pthread_mutex.po.tmp pthread_once.po.tmp pthread_rwlock.po.tmp pthread_specific.po.tmp pthread_spin.po.tmp pthread_tsd.po.tmp res_state.po.tmp sem.po.tmp call_once.po.tmp cnd.po.tmp mtx.po.tmp thrd.po.tmp tss.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f .depend AMDGPUEmitPrintf.d ASanStackFrameLayout.d AddDiscriminators.d AssumeBundleBuilder.d AutoInitRemark.d BasicBlockUtils.d BreakCriticalEdges.d BuildLibCalls.d BypassSlowDivision.d CallGraphUpdater.d CallPromotionUtils.d CanonicalizeAliases.d CanonicalizeFreezeInLoops.d CloneFunction.d CloneModule.d CodeExtractor.d CodeMoverUtils.d CtorUtils.d Debugify.d DemoteRegToStack.d EntryExitInstrumenter.d EscapeEnumerator.d Evaluator.d FixIrreducible.d FlattenCFG.d FunctionComparator.d FunctionImportUtils.d GlobalStatus.d GuardUtils.d HelloWorld.d InjectTLIMappings.d InlineFunction.d InstructionNamer.d IntegerDivision.d LCSSA.d LibCallsShrinkWrap.d Local.d LoopPeel.d LoopRotationUtils.d LoopSimplify.d LoopUnroll.d LoopUnrollAndJam.d LoopUnrollRuntime.d LoopUtils.d LoopVersioning.d LowerInvoke.d LowerMemIntrinsics.d LowerSwitch.d MatrixUtils.d Mem2Reg.d MetaRenamer.d ModuleUtils.d NameAnonGlobals.d PredicateInfo.d PromoteMemoryToRegister.d RelLookupTableConverter.d SCCPSolver.d SSAUpdater.d SSAUpdaterBulk.d SampleProfileLoaderBaseUtil.d SanitizerStats.d ScalarEvolutionExpander.d SimplifyCFG.d SimplifyIndVar.d SimplifyLibCalls.d SizeOpts.d SplitModule.d StripGCRelocates.d StripNonLineTableDebugInfo.d SymbolRewriter.d UnifyFunctionExitNodes.d UnifyLoopExits.d Utils.d VNCoercion.d ValueMapper.d AMDGPUEmitPrintf.d.tmp ASanStackFrameLayout.d.tmp AddDiscriminators.d.tmp AssumeBundleBuilder.d.tmp AutoInitRemark.d.tmp BasicBlockUtils.d.tmp BreakCriticalEdges.d.tmp BuildLibCalls.d.tmp BypassSlowDivision.d.tmp CallGraphUpdater.d.tmp CallPromotionUtils.d.tmp CanonicalizeAliases.d.tmp CanonicalizeFreezeInLoops.d.tmp CloneFunction.d.tmp CloneModule.d.tmp CodeExtractor.d.tmp CodeMoverUtils.d.tmp CtorUtils.d.tmp Debugify.d.tmp DemoteRegToStack.d.tmp EntryExitInstrumenter.d.tmp EscapeEnumerator.d.tmp Evaluator.d.tmp FixIrreducible.d.tmp FlattenCFG.d.tmp FunctionComparator.d.tmp FunctionImportUtils.d.tmp GlobalStatus.d.tmp GuardUtils.d.tmp HelloWorld.d.tmp InjectTLIMappings.d.tmp InlineFunction.d.tmp InstructionNamer.d.tmp IntegerDivision.d.tmp LCSSA.d.tmp LibCallsShrinkWrap.d.tmp Local.d.tmp LoopPeel.d.tmp LoopRotationUtils.d.tmp LoopSimplify.d.tmp LoopUnroll.d.tmp LoopUnrollAndJam.d.tmp LoopUnrollRuntime.d.tmp LoopUtils.d.tmp LoopVersioning.d.tmp LowerInvoke.d.tmp LowerMemIntrinsics.d.tmp LowerSwitch.d.tmp MatrixUtils.d.tmp Mem2Reg.d.tmp MetaRenamer.d.tmp ModuleUtils.d.tmp NameAnonGlobals.d.tmp PredicateInfo.d.tmp PromoteMemoryToRegister.d.tmp RelLookupTableConverter.d.tmp SCCPSolver.d.tmp SSAUpdater.d.tmp SSAUpdaterBulk.d.tmp SampleProfileLoaderBaseUtil.d.tmp SanitizerStats.d.tmp ScalarEvolutionExpander.d.tmp SimplifyCFG.d.tmp SimplifyIndVar.d.tmp SimplifyLibCalls.d.tmp SizeOpts.d.tmp SplitModule.d.tmp StripGCRelocates.d.tmp StripNonLineTableDebugInfo.d.tmp SymbolRewriter.d.tmp UnifyFunctionExitNodes.d.tmp UnifyLoopExits.d.tmp Utils.d.tmp VNCoercion.d.tmp ValueMapper.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-libLLVMVectorize --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpthread && rm -f libpthread_g.a || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMVectorize --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpthread && rm -f libpthread_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpthread && rm -f libpthread_pic.a libpthread.so.* libpthread.so pthread.pico pthread_attr.pico pthread_barrier.pico pthread_cancelstub.pico pthread_cond.pico pthread_getcpuclockid.pico pthread_lock.pico pthread_makelwp_netbsd.pico pthread_misc.pico pthread_mutex.pico pthread_once.pico pthread_rwlock.pico pthread_specific.pico pthread_spin.pico pthread_tsd.pico res_state.pico sem.pico call_once.pico cnd.pico mtx.pico thrd.pico tss.pico pthread.pico.tmp pthread_attr.pico.tmp pthread_barrier.pico.tmp pthread_cancelstub.pico.tmp pthread_cond.pico.tmp pthread_getcpuclockid.pico.tmp pthread_lock.pico.tmp pthread_makelwp_netbsd.pico.tmp pthread_misc.pico.tmp pthread_mutex.pico.tmp pthread_once.pico.tmp pthread_rwlock.pico.tmp pthread_specific.pico.tmp pthread_spin.pico.tmp pthread_tsd.pico.tmp res_state.pico.tmp sem.pico.tmp call_once.pico.tmp cnd.pico.tmp mtx.pico.tmp thrd.pico.tmp tss.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpthread && rm -f libpthread_pic.a libpthread.so.* libpthread.so pthread.pico pthread_attr.pico pthread_barrier.pico pthread_cancelstub.pico pthread_cond.pico pthread_getcpuclockid.pico pthread_lock.pico pthread_makelwp_netbsd.pico pthread_misc.pico pthread_mutex.pico pthread_once.pico pthread_rwlock.pico pthread_specific.pico pthread_spin.pico pthread_tsd.pico res_state.pico sem.pico call_once.pico cnd.pico mtx.pico thrd.pico tss.pico pthread.pico.tmp pthread_attr.pico.tmp pthread_barrier.pico.tmp pthread_cancelstub.pico.tmp pthread_cond.pico.tmp pthread_getcpuclockid.pico.tmp pthread_lock.pico.tmp pthread_makelwp_netbsd.pico.tmp pthread_misc.pico.tmp pthread_mutex.pico.tmp pthread_once.pico.tmp pthread_rwlock.pico.tmp pthread_specific.pico.tmp pthread_spin.pico.tmp pthread_tsd.pico.tmp res_state.pico.tmp sem.pico.tmp call_once.pico.tmp cnd.pico.tmp mtx.pico.tmp thrd.pico.tmp tss.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize.a LoadStoreVectorizer.o LoopVectorizationLegality.o LoopVectorize.o SLPVectorizer.o VectorCombine.o Vectorize.o VPlan.o VPlanHCFGBuilder.o VPlanPredicator.o VPlanSLP.o VPlanTransforms.o VPlanVerifier.o LoadStoreVectorizer.o.tmp LoopVectorizationLegality.o.tmp LoopVectorize.o.tmp SLPVectorizer.o.tmp VectorCombine.o.tmp Vectorize.o.tmp VPlan.o.tmp VPlanHCFGBuilder.o.tmp VPlanPredicator.o.tmp VPlanSLP.o.tmp VPlanTransforms.o.tmp VPlanVerifier.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpthread && rm -f llib-lpthread.ln pthread.ln pthread_attr.ln pthread_barrier.ln pthread_cancelstub.ln pthread_cond.ln pthread_getcpuclockid.ln pthread_lock.ln pthread_makelwp_netbsd.ln pthread_misc.ln pthread_mutex.ln pthread_once.ln pthread_rwlock.ln pthread_specific.ln pthread_spin.ln pthread_tsd.ln res_state.ln sem.ln call_once.ln cnd.ln mtx.ln thrd.ln tss.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize.a LoadStoreVectorizer.o LoopVectorizationLegality.o LoopVectorize.o SLPVectorizer.o VectorCombine.o Vectorize.o VPlan.o VPlanHCFGBuilder.o VPlanPredicator.o VPlanSLP.o VPlanTransforms.o VPlanVerifier.o LoadStoreVectorizer.o.tmp LoopVectorizationLegality.o.tmp LoopVectorize.o.tmp SLPVectorizer.o.tmp VectorCombine.o.tmp Vectorize.o.tmp VPlan.o.tmp VPlanHCFGBuilder.o.tmp VPlanPredicator.o.tmp VPlanSLP.o.tmp VPlanTransforms.o.tmp VPlanVerifier.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpthread && rm -f llib-lpthread.ln pthread.ln pthread_attr.ln pthread_barrier.ln pthread_cancelstub.ln pthread_cond.ln pthread_getcpuclockid.ln pthread_lock.ln pthread_makelwp_netbsd.ln pthread_misc.ln pthread_mutex.ln pthread_once.ln pthread_rwlock.ln pthread_specific.ln pthread_spin.ln pthread_tsd.ln res_state.ln sem.ln call_once.ln cnd.ln mtx.ln thrd.ln tss.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpthread && rm -f libpthread.a.o libpthread_p.a.o libpthread_pic.a.o libpthread.so.1.4.o libpthread.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpthread && rm -f libpthread.a.o libpthread_p.a.o libpthread_pic.a.o libpthread.so.1.4.o libpthread.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_g.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpthread && rm -f affinity.html3 pthread.html3 pthread_attr.html3 pthread_attr_get_np.html3 pthread_attr_getdetachstate.html3 pthread_attr_getguardsize.html3 pthread_attr_getinheritsched.html3 pthread_attr_getname_np.html3 pthread_attr_getschedparam.html3 pthread_attr_getscope.html3 pthread_attr_getstack.html3 pthread_attr_setcreatesuspend_np.html3 pthread_barrier.html3 pthread_barrierattr.html3 pthread_cancel.html3 pthread_cleanup_push.html3 pthread_cond.html3 pthread_condattr.html3 pthread_create.html3 pthread_detach.html3 pthread_equal.html3 pthread_curcpu_np.html3 pthread_exit.html3 pthread_getcpuclockid.html3 pthread_getname_np.html3 pthread_getspecific.html3 pthread_join.html3 pthread_key_create.html3 pthread_kill.html3 pthread_mutex.html3 pthread_mutexattr.html3 pthread_once.html3 pthread_rwlock.html3 pthread_rwlockattr.html3 pthread_schedparam.html3 pthread_self.html3 pthread_sigmask.html3 pthread_spin.html3 pthread_suspend_np.html3 pthread_testcancel.html3 threads.html3 call_once.html3 cnd.html3 mtx.html3 thrd.html3 tss.html3 .depend call_once.d cnd.d mtx.d pthread.d pthread_attr.d pthread_barrier.d pthread_cancelstub.d pthread_cond.d pthread_getcpuclockid.d pthread_lock.d pthread_makelwp_netbsd.d pthread_misc.d pthread_mutex.d pthread_once.d pthread_rwlock.d pthread_specific.d pthread_spin.d pthread_tsd.d res_state.d sem.d thrd.d tss.d call_once.d.tmp cnd.d.tmp mtx.d.tmp pthread.d.tmp pthread_attr.d.tmp pthread_barrier.d.tmp pthread_cancelstub.d.tmp pthread_cond.d.tmp pthread_getcpuclockid.d.tmp pthread_lock.d.tmp pthread_makelwp_netbsd.d.tmp pthread_misc.d.tmp pthread_mutex.d.tmp pthread_once.d.tmp pthread_rwlock.d.tmp pthread_specific.d.tmp pthread_spin.d.tmp pthread_tsd.d.tmp res_state.d.tmp sem.d.tmp thrd.d.tmp tss.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpthread && rm -f affinity.html3 pthread.html3 pthread_attr.html3 pthread_attr_get_np.html3 pthread_attr_getdetachstate.html3 pthread_attr_getguardsize.html3 pthread_attr_getinheritsched.html3 pthread_attr_getname_np.html3 pthread_attr_getschedparam.html3 pthread_attr_getscope.html3 pthread_attr_getstack.html3 pthread_attr_setcreatesuspend_np.html3 pthread_barrier.html3 pthread_barrierattr.html3 pthread_cancel.html3 pthread_cleanup_push.html3 pthread_cond.html3 pthread_condattr.html3 pthread_create.html3 pthread_detach.html3 pthread_equal.html3 pthread_curcpu_np.html3 pthread_exit.html3 pthread_getcpuclockid.html3 pthread_getname_np.html3 pthread_getspecific.html3 pthread_join.html3 pthread_key_create.html3 pthread_kill.html3 pthread_mutex.html3 pthread_mutexattr.html3 pthread_once.html3 pthread_rwlock.html3 pthread_rwlockattr.html3 pthread_schedparam.html3 pthread_self.html3 pthread_sigmask.html3 pthread_spin.html3 pthread_suspend_np.html3 pthread_testcancel.html3 threads.html3 call_once.html3 cnd.html3 mtx.html3 thrd.html3 tss.html3 .depend call_once.d cnd.d mtx.d pthread.d pthread_attr.d pthread_barrier.d pthread_cancelstub.d pthread_cond.d pthread_getcpuclockid.d pthread_lock.d pthread_makelwp_netbsd.d pthread_misc.d pthread_mutex.d pthread_once.d pthread_rwlock.d pthread_specific.d pthread_spin.d pthread_tsd.d res_state.d sem.d thrd.d tss.d call_once.d.tmp cnd.d.tmp mtx.d.tmp pthread.d.tmp pthread_attr.d.tmp pthread_barrier.d.tmp pthread_cancelstub.d.tmp pthread_cond.d.tmp pthread_getcpuclockid.d.tmp pthread_lock.d.tmp pthread_makelwp_netbsd.d.tmp pthread_misc.d.tmp pthread_mutex.d.tmp pthread_once.d.tmp pthread_rwlock.d.tmp pthread_specific.d.tmp pthread_spin.d.tmp pthread_tsd.d.tmp res_state.d.tmp sem.d.tmp thrd.d.tmp tss.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_pic.a LoadStoreVectorizer.pico LoopVectorizationLegality.pico LoopVectorize.pico SLPVectorizer.pico VectorCombine.pico Vectorize.pico VPlan.pico VPlanHCFGBuilder.pico VPlanPredicator.pico VPlanSLP.pico VPlanTransforms.pico VPlanVerifier.pico LoadStoreVectorizer.pico.tmp LoopVectorizationLegality.pico.tmp LoopVectorize.pico.tmp SLPVectorizer.pico.tmp VectorCombine.pico.tmp Vectorize.pico.tmp VPlan.pico.tmp VPlanHCFGBuilder.pico.tmp VPlanPredicator.pico.tmp VPlanSLP.pico.tmp VPlanTransforms.pico.tmp VPlanVerifier.pico.tmp || true) --- cleandir-lib --- --- cleandir-libpuffs --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_pic.a LoadStoreVectorizer.pico LoopVectorizationLegality.pico LoopVectorize.pico SLPVectorizer.pico VectorCombine.pico Vectorize.pico VPlan.pico VPlanHCFGBuilder.pico VPlanPredicator.pico VPlanSLP.pico VPlanTransforms.pico VPlanVerifier.pico LoadStoreVectorizer.pico.tmp LoopVectorizationLegality.pico.tmp LoopVectorize.pico.tmp SLPVectorizer.pico.tmp VectorCombine.pico.tmp Vectorize.pico.tmp VPlan.pico.tmp VPlanHCFGBuilder.pico.tmp VPlanPredicator.pico.tmp VPlanSLP.pico.tmp VPlanTransforms.pico.tmp VPlanVerifier.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/libpuffs --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f llib-lLLVMVectorize.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f llib-lLLVMVectorize.ln || true) --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpuffs && rm -f libpuffs.a puffs.o callcontext.o creds.o dispatcher.o flush.o framebuf.o null.o opdump.o paths.o pnode.o requests.o subr.o suspend.o puffs.o.tmp callcontext.o.tmp creds.o.tmp dispatcher.o.tmp flush.o.tmp framebuf.o.tmp null.o.tmp opdump.o.tmp paths.o.tmp pnode.o.tmp requests.o.tmp subr.o.tmp suspend.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpuffs && rm -f libpuffs.a puffs.o callcontext.o creds.o dispatcher.o flush.o framebuf.o null.o opdump.o paths.o pnode.o requests.o subr.o suspend.o puffs.o.tmp callcontext.o.tmp creds.o.tmp dispatcher.o.tmp flush.o.tmp framebuf.o.tmp null.o.tmp opdump.o.tmp paths.o.tmp pnode.o.tmp requests.o.tmp subr.o.tmp suspend.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpuffs && rm -f libpuffs_p.a puffs.po callcontext.po creds.po dispatcher.po flush.po framebuf.po null.po opdump.po paths.po pnode.po requests.po subr.po suspend.po puffs.po.tmp callcontext.po.tmp creds.po.tmp dispatcher.po.tmp flush.po.tmp framebuf.po.tmp null.po.tmp opdump.po.tmp paths.po.tmp pnode.po.tmp requests.po.tmp subr.po.tmp suspend.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f .depend LoadStoreVectorizer.d LoopVectorizationLegality.d LoopVectorize.d SLPVectorizer.d VPlan.d VPlanHCFGBuilder.d VPlanPredicator.d VPlanSLP.d VPlanTransforms.d VPlanVerifier.d VectorCombine.d Vectorize.d LoadStoreVectorizer.d.tmp LoopVectorizationLegality.d.tmp LoopVectorize.d.tmp SLPVectorizer.d.tmp VPlan.d.tmp VPlanHCFGBuilder.d.tmp VPlanPredicator.d.tmp VPlanSLP.d.tmp VPlanTransforms.d.tmp VPlanVerifier.d.tmp VectorCombine.d.tmp Vectorize.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpuffs && rm -f libpuffs_p.a puffs.po callcontext.po creds.po dispatcher.po flush.po framebuf.po null.po opdump.po paths.po pnode.po requests.po subr.po suspend.po puffs.po.tmp callcontext.po.tmp creds.po.tmp dispatcher.po.tmp flush.po.tmp framebuf.po.tmp null.po.tmp opdump.po.tmp paths.po.tmp pnode.po.tmp requests.po.tmp subr.po.tmp suspend.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f .depend LoadStoreVectorizer.d LoopVectorizationLegality.d LoopVectorize.d SLPVectorizer.d VPlan.d VPlanHCFGBuilder.d VPlanPredicator.d VPlanSLP.d VPlanTransforms.d VPlanVerifier.d VectorCombine.d Vectorize.d LoadStoreVectorizer.d.tmp LoopVectorizationLegality.d.tmp LoopVectorize.d.tmp SLPVectorizer.d.tmp VPlan.d.tmp VPlanHCFGBuilder.d.tmp VPlanPredicator.d.tmp VPlanSLP.d.tmp VPlanTransforms.d.tmp VPlanVerifier.d.tmp VectorCombine.d.tmp Vectorize.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-libLLVMAMDGPUCodeGen --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpuffs && rm -f libpuffs_g.a || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMAMDGPUCodeGen --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpuffs && rm -f libpuffs_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpuffs && rm -f libpuffs_pic.a libpuffs.so.* libpuffs.so puffs.pico callcontext.pico creds.pico dispatcher.pico flush.pico framebuf.pico null.pico opdump.pico paths.pico pnode.pico requests.pico subr.pico suspend.pico puffs.pico.tmp callcontext.pico.tmp creds.pico.tmp dispatcher.pico.tmp flush.pico.tmp framebuf.pico.tmp null.pico.tmp opdump.pico.tmp paths.pico.tmp pnode.pico.tmp requests.pico.tmp subr.pico.tmp suspend.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpuffs && rm -f libpuffs_pic.a libpuffs.so.* libpuffs.so puffs.pico callcontext.pico creds.pico dispatcher.pico flush.pico framebuf.pico null.pico opdump.pico paths.pico pnode.pico requests.pico subr.pico suspend.pico puffs.pico.tmp callcontext.pico.tmp creds.pico.tmp dispatcher.pico.tmp flush.pico.tmp framebuf.pico.tmp null.pico.tmp opdump.pico.tmp paths.pico.tmp pnode.pico.tmp requests.pico.tmp subr.pico.tmp suspend.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpuffs && rm -f llib-lpuffs.ln puffs.ln callcontext.ln creds.ln dispatcher.ln flush.ln framebuf.ln null.ln opdump.ln paths.ln pnode.ln requests.ln subr.ln suspend.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen.a AMDGPUAliasAnalysis.o AMDGPUAlwaysInlinePass.o AMDGPUAnnotateKernelFeatures.o AMDGPUAnnotateUniformValues.o AMDGPUArgumentUsageInfo.o AMDGPUAsmPrinter.o AMDGPUAtomicOptimizer.o AMDGPUCallLowering.o AMDGPUCodeGenPrepare.o AMDGPUExportClustering.o AMDGPUFixFunctionBitcasts.o AMDGPUFrameLowering.o AMDGPUGlobalISelUtils.o AMDGPUHSAMetadataStreamer.o AMDGPUInstCombineIntrinsic.o AMDGPUInstrInfo.o AMDGPUInstructionSelector.o AMDGPUISelDAGToDAG.o AMDGPUISelLowering.o AMDGPULateCodeGenPrepare.o AMDGPULegalizerInfo.o AMDGPULibCalls.o AMDGPULibFunc.o AMDGPULowerIntrinsics.o AMDGPULowerKernelArguments.o AMDGPULowerKernelAttributes.o AMDGPULowerModuleLDSPass.o AMDGPUMachineCFGStructurizer.o AMDGPUMachineFunction.o AMDGPUMachineModuleInfo.o AMDGPUMacroFusion.o AMDGPUMCInstLower.o AMDGPUMIRFormatter.o AMDGPUOpenCLEnqueuedBlockLowering.o AMDGPUPerfHintAnalysis.o AMDGPUPostLegalizerCombiner.o AMDGPUPreLegalizerCombiner.o AMDGPUPrintfRuntimeBinding.o AMDGPUPromoteAlloca.o AMDGPUPropagateAttributes.o AMDGPURegBankCombiner.o AMDGPURegisterBankInfo.o AMDGPURewriteOutArguments.o AMDGPUSubtarget.o AMDGPUTargetMachine.o AMDGPUTargetObjectFile.o AMDGPUTargetTransformInfo.o AMDGPUUnifyDivergentExitNodes.o AMDGPUUnifyMetadata.o AMDILCFGStructurizer.o GCNDPPCombine.o GCNHazardRecognizer.o GCNILPSched.o GCNIterativeScheduler.o GCNMinRegStrategy.o GCNNSAReassign.o GCNRegPressure.o GCNSchedStrategy.o R600AsmPrinter.o R600ClauseMergePass.o R600ControlFlowFinalizer.o R600EmitClauseMarkers.o R600ExpandSpecialInstrs.o R600FrameLowering.o R600InstrInfo.o R600ISelLowering.o R600MachineFunctionInfo.o R600MachineScheduler.o R600OpenCLImageTypeLoweringPass.o R600OptimizeVectorRegisters.o R600Packetizer.o R600RegisterInfo.o SIAnnotateControlFlow.o SIFixSGPRCopies.o SIFixVGPRCopies.o SIFoldOperands.o SIFormMemoryClauses.o SIFrameLowering.o SIInsertHardClauses.o SIInsertWaitcnts.o SIInstrInfo.o SIISelLowering.o SILateBranchLowering.o SILoadStoreOptimizer.o SILowerControlFlow.o SILowerI1Copies.o SILowerSGPRSpills.o SIMachineFunctionInfo.o SIMachineScheduler.o SIMemoryLegalizer.o SIModeRegister.o SIOptimizeExecMasking.o SIOptimizeExecMaskingPreRA.o SIPeepholeSDWA.o SIPostRABundler.o SIPreAllocateWWMRegs.o SIPreEmitPeephole.o SIProgramInfo.o SIRegisterInfo.o SIShrinkInstructions.o SIWholeQuadMode.o AMDGPUAliasAnalysis.o.tmp AMDGPUAlwaysInlinePass.o.tmp AMDGPUAnnotateKernelFeatures.o.tmp AMDGPUAnnotateUniformValues.o.tmp AMDGPUArgumentUsageInfo.o.tmp AMDGPUAsmPrinter.o.tmp AMDGPUAtomicOptimizer.o.tmp AMDGPUCallLowering.o.tmp AMDGPUCodeGenPrepare.o.tmp AMDGPUExportClustering.o.tmp AMDGPUFixFunctionBitcasts.o.tmp AMDGPUFrameLowering.o.tmp AMDGPUGlobalISelUtils.o.tmp AMDGPUHSAMetadataStreamer.o.tmp AMDGPUInstCombineIntrinsic.o.tmp AMDGPUInstrInfo.o.tmp AMDGPUInstructionSelector.o.tmp AMDGPUISelDAGToDAG.o.tmp AMDGPUISelLowering.o.tmp AMDGPULateCodeGenPrepare.o.tmp AMDGPULegalizerInfo.o.tmp AMDGPULibCalls.o.tmp AMDGPULibFunc.o.tmp AMDGPULowerIntrinsics.o.tmp AMDGPULowerKernelArguments.o.tmp AMDGPULowerKernelAttributes.o.tmp AMDGPULowerModuleLDSPass.o.tmp AMDGPUMachineCFGStructurizer.o.tmp AMDGPUMachineFunction.o.tmp AMDGPUMachineModuleInfo.o.tmp AMDGPUMacroFusion.o.tmp AMDGPUMCInstLower.o.tmp AMDGPUMIRFormatter.o.tmp AMDGPUOpenCLEnqueuedBlockLowering.o.tmp AMDGPUPerfHintAnalysis.o.tmp AMDGPUPostLegalizerCombiner.o.tmp AMDGPUPreLegalizerCombiner.o.tmp AMDGPUPrintfRuntimeBinding.o.tmp AMDGPUPromoteAlloca.o.tmp AMDGPUPropagateAttributes.o.tmp AMDGPURegBankCombiner.o.tmp AMDGPURegisterBankInfo.o.tmp AMDGPURewriteOutArguments.o.tmp AMDGPUSubtarget.o.tmp AMDGPUTargetMachine.o.tmp AMDGPUTargetObjectFile.o.tmp AMDGPUTargetTransformInfo.o.tmp AMDGPUUnifyDivergentExitNodes.o.tmp AMDGPUUnifyMetadata.o.tmp AMDILCFGStructurizer.o.tmp GCNDPPCombine.o.tmp GCNHazardRecognizer.o.tmp GCNILPSched.o.tmp GCNIterativeScheduler.o.tmp GCNMinRegStrategy.o.tmp GCNNSAReassign.o.tmp GCNRegPressure.o.tmp GCNSchedStrategy.o.tmp R600AsmPrinter.o.tmp R600ClauseMergePass.o.tmp R600ControlFlowFinalizer.o.tmp R600EmitClauseMarkers.o.tmp R600ExpandSpecialInstrs.o.tmp R600FrameLowering.o.tmp R600InstrInfo.o.tmp R600ISelLowering.o.tmp R600MachineFunctionInfo.o.tmp R600MachineScheduler.o.tmp R600OpenCLImageTypeLoweringPass.o.tmp R600OptimizeVectorRegisters.o.tmp R600Packetizer.o.tmp R600RegisterInfo.o.tmp SIAnnotateControlFlow.o.tmp SIFixSGPRCopies.o.tmp SIFixVGPRCopies.o.tmp SIFoldOperands.o.tmp SIFormMemoryClauses.o.tmp SIFrameLowering.o.tmp SIInsertHardClauses.o.tmp SIInsertWaitcnts.o.tmp SIInstrInfo.o.tmp SIISelLowering.o.tmp SILateBranchLowering.o.tmp SILoadStoreOptimizer.o.tmp SILowerControlFlow.o.tmp SILowerI1Copies.o.tmp SILowerSGPRSpills.o.tmp SIMachineFunctionInfo.o.tmp SIMachineScheduler.o.tmp SIMemoryLegalizer.o.tmp SIModeRegister.o.tmp SIOptimizeExecMasking.o.tmp SIOptimizeExecMaskingPreRA.o.tmp SIPeepholeSDWA.o.tmp SIPostRABundler.o.tmp SIPreAllocateWWMRegs.o.tmp SIPreEmitPeephole.o.tmp SIProgramInfo.o.tmp SIRegisterInfo.o.tmp SIShrinkInstructions.o.tmp SIWholeQuadMode.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpuffs && rm -f llib-lpuffs.ln puffs.ln callcontext.ln creds.ln dispatcher.ln flush.ln framebuf.ln null.ln opdump.ln paths.ln pnode.ln requests.ln subr.ln suspend.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen.a AMDGPUAliasAnalysis.o AMDGPUAlwaysInlinePass.o AMDGPUAnnotateKernelFeatures.o AMDGPUAnnotateUniformValues.o AMDGPUArgumentUsageInfo.o AMDGPUAsmPrinter.o AMDGPUAtomicOptimizer.o AMDGPUCallLowering.o AMDGPUCodeGenPrepare.o AMDGPUExportClustering.o AMDGPUFixFunctionBitcasts.o AMDGPUFrameLowering.o AMDGPUGlobalISelUtils.o AMDGPUHSAMetadataStreamer.o AMDGPUInstCombineIntrinsic.o AMDGPUInstrInfo.o AMDGPUInstructionSelector.o AMDGPUISelDAGToDAG.o AMDGPUISelLowering.o AMDGPULateCodeGenPrepare.o AMDGPULegalizerInfo.o AMDGPULibCalls.o AMDGPULibFunc.o AMDGPULowerIntrinsics.o AMDGPULowerKernelArguments.o AMDGPULowerKernelAttributes.o AMDGPULowerModuleLDSPass.o AMDGPUMachineCFGStructurizer.o AMDGPUMachineFunction.o AMDGPUMachineModuleInfo.o AMDGPUMacroFusion.o AMDGPUMCInstLower.o AMDGPUMIRFormatter.o AMDGPUOpenCLEnqueuedBlockLowering.o AMDGPUPerfHintAnalysis.o AMDGPUPostLegalizerCombiner.o AMDGPUPreLegalizerCombiner.o AMDGPUPrintfRuntimeBinding.o AMDGPUPromoteAlloca.o AMDGPUPropagateAttributes.o AMDGPURegBankCombiner.o AMDGPURegisterBankInfo.o AMDGPURewriteOutArguments.o AMDGPUSubtarget.o AMDGPUTargetMachine.o AMDGPUTargetObjectFile.o AMDGPUTargetTransformInfo.o AMDGPUUnifyDivergentExitNodes.o AMDGPUUnifyMetadata.o AMDILCFGStructurizer.o GCNDPPCombine.o GCNHazardRecognizer.o GCNILPSched.o GCNIterativeScheduler.o GCNMinRegStrategy.o GCNNSAReassign.o GCNRegPressure.o GCNSchedStrategy.o R600AsmPrinter.o R600ClauseMergePass.o R600ControlFlowFinalizer.o R600EmitClauseMarkers.o R600ExpandSpecialInstrs.o R600FrameLowering.o R600InstrInfo.o R600ISelLowering.o R600MachineFunctionInfo.o R600MachineScheduler.o R600OpenCLImageTypeLoweringPass.o R600OptimizeVectorRegisters.o R600Packetizer.o R600RegisterInfo.o SIAnnotateControlFlow.o SIFixSGPRCopies.o SIFixVGPRCopies.o SIFoldOperands.o SIFormMemoryClauses.o SIFrameLowering.o SIInsertHardClauses.o SIInsertWaitcnts.o SIInstrInfo.o SIISelLowering.o SILateBranchLowering.o SILoadStoreOptimizer.o SILowerControlFlow.o SILowerI1Copies.o SILowerSGPRSpills.o SIMachineFunctionInfo.o SIMachineScheduler.o SIMemoryLegalizer.o SIModeRegister.o SIOptimizeExecMasking.o SIOptimizeExecMaskingPreRA.o SIPeepholeSDWA.o SIPostRABundler.o SIPreAllocateWWMRegs.o SIPreEmitPeephole.o SIProgramInfo.o SIRegisterInfo.o SIShrinkInstructions.o SIWholeQuadMode.o AMDGPUAliasAnalysis.o.tmp AMDGPUAlwaysInlinePass.o.tmp AMDGPUAnnotateKernelFeatures.o.tmp AMDGPUAnnotateUniformValues.o.tmp AMDGPUArgumentUsageInfo.o.tmp AMDGPUAsmPrinter.o.tmp AMDGPUAtomicOptimizer.o.tmp AMDGPUCallLowering.o.tmp AMDGPUCodeGenPrepare.o.tmp AMDGPUExportClustering.o.tmp AMDGPUFixFunctionBitcasts.o.tmp AMDGPUFrameLowering.o.tmp AMDGPUGlobalISelUtils.o.tmp AMDGPUHSAMetadataStreamer.o.tmp AMDGPUInstCombineIntrinsic.o.tmp AMDGPUInstrInfo.o.tmp AMDGPUInstructionSelector.o.tmp AMDGPUISelDAGToDAG.o.tmp AMDGPUISelLowering.o.tmp AMDGPULateCodeGenPrepare.o.tmp AMDGPULegalizerInfo.o.tmp AMDGPULibCalls.o.tmp AMDGPULibFunc.o.tmp AMDGPULowerIntrinsics.o.tmp AMDGPULowerKernelArguments.o.tmp AMDGPULowerKernelAttributes.o.tmp AMDGPULowerModuleLDSPass.o.tmp AMDGPUMachineCFGStructurizer.o.tmp AMDGPUMachineFunction.o.tmp AMDGPUMachineModuleInfo.o.tmp AMDGPUMacroFusion.o.tmp AMDGPUMCInstLower.o.tmp AMDGPUMIRFormatter.o.tmp AMDGPUOpenCLEnqueuedBlockLowering.o.tmp AMDGPUPerfHintAnalysis.o.tmp AMDGPUPostLegalizerCombiner.o.tmp AMDGPUPreLegalizerCombiner.o.tmp AMDGPUPrintfRuntimeBinding.o.tmp AMDGPUPromoteAlloca.o.tmp AMDGPUPropagateAttributes.o.tmp AMDGPURegBankCombiner.o.tmp AMDGPURegisterBankInfo.o.tmp AMDGPURewriteOutArguments.o.tmp AMDGPUSubtarget.o.tmp AMDGPUTargetMachine.o.tmp AMDGPUTargetObjectFile.o.tmp AMDGPUTargetTransformInfo.o.tmp AMDGPUUnifyDivergentExitNodes.o.tmp AMDGPUUnifyMetadata.o.tmp AMDILCFGStructurizer.o.tmp GCNDPPCombine.o.tmp GCNHazardRecognizer.o.tmp GCNILPSched.o.tmp GCNIterativeScheduler.o.tmp GCNMinRegStrategy.o.tmp GCNNSAReassign.o.tmp GCNRegPressure.o.tmp GCNSchedStrategy.o.tmp R600AsmPrinter.o.tmp R600ClauseMergePass.o.tmp R600ControlFlowFinalizer.o.tmp R600EmitClauseMarkers.o.tmp R600ExpandSpecialInstrs.o.tmp R600FrameLowering.o.tmp R600InstrInfo.o.tmp R600ISelLowering.o.tmp R600MachineFunctionInfo.o.tmp R600MachineScheduler.o.tmp R600OpenCLImageTypeLoweringPass.o.tmp R600OptimizeVectorRegisters.o.tmp R600Packetizer.o.tmp R600RegisterInfo.o.tmp SIAnnotateControlFlow.o.tmp SIFixSGPRCopies.o.tmp SIFixVGPRCopies.o.tmp SIFoldOperands.o.tmp SIFormMemoryClauses.o.tmp SIFrameLowering.o.tmp SIInsertHardClauses.o.tmp SIInsertWaitcnts.o.tmp SIInstrInfo.o.tmp SIISelLowering.o.tmp SILateBranchLowering.o.tmp SILoadStoreOptimizer.o.tmp SILowerControlFlow.o.tmp SILowerI1Copies.o.tmp SILowerSGPRSpills.o.tmp SIMachineFunctionInfo.o.tmp SIMachineScheduler.o.tmp SIMemoryLegalizer.o.tmp SIModeRegister.o.tmp SIOptimizeExecMasking.o.tmp SIOptimizeExecMaskingPreRA.o.tmp SIPeepholeSDWA.o.tmp SIPostRABundler.o.tmp SIPreAllocateWWMRegs.o.tmp SIPreEmitPeephole.o.tmp SIProgramInfo.o.tmp SIRegisterInfo.o.tmp SIShrinkInstructions.o.tmp SIWholeQuadMode.o.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpuffs && rm -f libpuffs.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpuffs && rm -f libpuffs.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_p.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpuffs && rm -f puffs.html3 puffs_cc.html3 puffs_cred.html3 puffs_flush.html3 puffs_framebuf.html3 puffs_node.html3 puffs_ops.html3 puffs_path.html3 .depend callcontext.d creds.d dispatcher.d flush.d framebuf.d null.d opdump.d paths.d pnode.d puffs.d requests.d subr.d suspend.d callcontext.d.tmp creds.d.tmp dispatcher.d.tmp flush.d.tmp framebuf.d.tmp null.d.tmp opdump.d.tmp paths.d.tmp pnode.d.tmp puffs.d.tmp requests.d.tmp subr.d.tmp suspend.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpuffs && rm -f puffs.html3 puffs_cc.html3 puffs_cred.html3 puffs_flush.html3 puffs_framebuf.html3 puffs_node.html3 puffs_ops.html3 puffs_path.html3 .depend callcontext.d creds.d dispatcher.d flush.d framebuf.d null.d opdump.d paths.d pnode.d puffs.d requests.d subr.d suspend.d callcontext.d.tmp creds.d.tmp dispatcher.d.tmp flush.d.tmp framebuf.d.tmp null.d.tmp opdump.d.tmp paths.d.tmp pnode.d.tmp puffs.d.tmp requests.d.tmp subr.d.tmp suspend.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_g.a || true) --- cleandir-lib --- --- cleandir-libresolv --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_g.a || true) --- cleandir-lib --- cleandir ===> lib/libresolv --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_pic.a AMDGPUAliasAnalysis.pico AMDGPUAlwaysInlinePass.pico AMDGPUAnnotateKernelFeatures.pico AMDGPUAnnotateUniformValues.pico AMDGPUArgumentUsageInfo.pico AMDGPUAsmPrinter.pico AMDGPUAtomicOptimizer.pico AMDGPUCallLowering.pico AMDGPUCodeGenPrepare.pico AMDGPUExportClustering.pico AMDGPUFixFunctionBitcasts.pico AMDGPUFrameLowering.pico AMDGPUGlobalISelUtils.pico AMDGPUHSAMetadataStreamer.pico AMDGPUInstCombineIntrinsic.pico AMDGPUInstrInfo.pico AMDGPUInstructionSelector.pico AMDGPUISelDAGToDAG.pico AMDGPUISelLowering.pico AMDGPULateCodeGenPrepare.pico AMDGPULegalizerInfo.pico AMDGPULibCalls.pico AMDGPULibFunc.pico AMDGPULowerIntrinsics.pico AMDGPULowerKernelArguments.pico AMDGPULowerKernelAttributes.pico AMDGPULowerModuleLDSPass.pico AMDGPUMachineCFGStructurizer.pico AMDGPUMachineFunction.pico AMDGPUMachineModuleInfo.pico AMDGPUMacroFusion.pico AMDGPUMCInstLower.pico AMDGPUMIRFormatter.pico AMDGPUOpenCLEnqueuedBlockLowering.pico AMDGPUPerfHintAnalysis.pico AMDGPUPostLegalizerCombiner.pico AMDGPUPreLegalizerCombiner.pico AMDGPUPrintfRuntimeBinding.pico AMDGPUPromoteAlloca.pico AMDGPUPropagateAttributes.pico AMDGPURegBankCombiner.pico AMDGPURegisterBankInfo.pico AMDGPURewriteOutArguments.pico AMDGPUSubtarget.pico AMDGPUTargetMachine.pico AMDGPUTargetObjectFile.pico AMDGPUTargetTransformInfo.pico AMDGPUUnifyDivergentExitNodes.pico AMDGPUUnifyMetadata.pico AMDILCFGStructurizer.pico GCNDPPCombine.pico GCNHazardRecognizer.pico GCNILPSched.pico GCNIterativeScheduler.pico GCNMinRegStrategy.pico GCNNSAReassign.pico GCNRegPressure.pico GCNSchedStrategy.pico R600AsmPrinter.pico R600ClauseMergePass.pico R600ControlFlowFinalizer.pico R600EmitClauseMarkers.pico R600ExpandSpecialInstrs.pico R600FrameLowering.pico R600InstrInfo.pico R600ISelLowering.pico R600MachineFunctionInfo.pico R600MachineScheduler.pico R600OpenCLImageTypeLoweringPass.pico R600OptimizeVectorRegisters.pico R600Packetizer.pico R600RegisterInfo.pico SIAnnotateControlFlow.pico SIFixSGPRCopies.pico SIFixVGPRCopies.pico SIFoldOperands.pico SIFormMemoryClauses.pico SIFrameLowering.pico SIInsertHardClauses.pico SIInsertWaitcnts.pico SIInstrInfo.pico SIISelLowering.pico SILateBranchLowering.pico SILoadStoreOptimizer.pico SILowerControlFlow.pico SILowerI1Copies.pico SILowerSGPRSpills.pico SIMachineFunctionInfo.pico SIMachineScheduler.pico SIMemoryLegalizer.pico SIModeRegister.pico SIOptimizeExecMasking.pico SIOptimizeExecMaskingPreRA.pico SIPeepholeSDWA.pico SIPostRABundler.pico SIPreAllocateWWMRegs.pico SIPreEmitPeephole.pico SIProgramInfo.pico SIRegisterInfo.pico SIShrinkInstructions.pico SIWholeQuadMode.pico AMDGPUAliasAnalysis.pico.tmp AMDGPUAlwaysInlinePass.pico.tmp AMDGPUAnnotateKernelFeatures.pico.tmp AMDGPUAnnotateUniformValues.pico.tmp AMDGPUArgumentUsageInfo.pico.tmp AMDGPUAsmPrinter.pico.tmp AMDGPUAtomicOptimizer.pico.tmp AMDGPUCallLowering.pico.tmp AMDGPUCodeGenPrepare.pico.tmp AMDGPUExportClustering.pico.tmp AMDGPUFixFunctionBitcasts.pico.tmp AMDGPUFrameLowering.pico.tmp AMDGPUGlobalISelUtils.pico.tmp AMDGPUHSAMetadataStreamer.pico.tmp AMDGPUInstCombineIntrinsic.pico.tmp AMDGPUInstrInfo.pico.tmp AMDGPUInstructionSelector.pico.tmp AMDGPUISelDAGToDAG.pico.tmp AMDGPUISelLowering.pico.tmp AMDGPULateCodeGenPrepare.pico.tmp AMDGPULegalizerInfo.pico.tmp AMDGPULibCalls.pico.tmp AMDGPULibFunc.pico.tmp AMDGPULowerIntrinsics.pico.tmp AMDGPULowerKernelArguments.pico.tmp AMDGPULowerKernelAttributes.pico.tmp AMDGPULowerModuleLDSPass.pico.tmp AMDGPUMachineCFGStructurizer.pico.tmp AMDGPUMachineFunction.pico.tmp AMDGPUMachineModuleInfo.pico.tmp AMDGPUMacroFusion.pico.tmp AMDGPUMCInstLower.pico.tmp AMDGPUMIRFormatter.pico.tmp AMDGPUOpenCLEnqueuedBlockLowering.pico.tmp AMDGPUPerfHintAnalysis.pico.tmp AMDGPUPostLegalizerCombiner.pico.tmp AMDGPUPreLegalizerCombiner.pico.tmp AMDGPUPrintfRuntimeBinding.pico.tmp AMDGPUPromoteAlloca.pico.tmp AMDGPUPropagateAttributes.pico.tmp AMDGPURegBankCombiner.pico.tmp AMDGPURegisterBankInfo.pico.tmp AMDGPURewriteOutArguments.pico.tmp AMDGPUSubtarget.pico.tmp AMDGPUTargetMachine.pico.tmp AMDGPUTargetObjectFile.pico.tmp AMDGPUTargetTransformInfo.pico.tmp AMDGPUUnifyDivergentExitNodes.pico.tmp AMDGPUUnifyMetadata.pico.tmp AMDILCFGStructurizer.pico.tmp GCNDPPCombine.pico.tmp GCNHazardRecognizer.pico.tmp GCNILPSched.pico.tmp GCNIterativeScheduler.pico.tmp GCNMinRegStrategy.pico.tmp GCNNSAReassign.pico.tmp GCNRegPressure.pico.tmp GCNSchedStrategy.pico.tmp R600AsmPrinter.pico.tmp R600ClauseMergePass.pico.tmp R600ControlFlowFinalizer.pico.tmp R600EmitClauseMarkers.pico.tmp R600ExpandSpecialInstrs.pico.tmp R600FrameLowering.pico.tmp R600InstrInfo.pico.tmp R600ISelLowering.pico.tmp R600MachineFunctionInfo.pico.tmp R600MachineScheduler.pico.tmp R600OpenCLImageTypeLoweringPass.pico.tmp R600OptimizeVectorRegisters.pico.tmp R600Packetizer.pico.tmp R600RegisterInfo.pico.tmp SIAnnotateControlFlow.pico.tmp SIFixSGPRCopies.pico.tmp SIFixVGPRCopies.pico.tmp SIFoldOperands.pico.tmp SIFormMemoryClauses.pico.tmp SIFrameLowering.pico.tmp SIInsertHardClauses.pico.tmp SIInsertWaitcnts.pico.tmp SIInstrInfo.pico.tmp SIISelLowering.pico.tmp SILateBranchLowering.pico.tmp SILoadStoreOptimizer.pico.tmp SILowerControlFlow.pico.tmp SILowerI1Copies.pico.tmp SILowerSGPRSpills.pico.tmp SIMachineFunctionInfo.pico.tmp SIMachineScheduler.pico.tmp SIMemoryLegalizer.pico.tmp SIModeRegister.pico.tmp SIOptimizeExecMasking.pico.tmp SIOptimizeExecMaskingPreRA.pico.tmp SIPeepholeSDWA.pico.tmp SIPostRABundler.pico.tmp SIPreAllocateWWMRegs.pico.tmp SIPreEmitPeephole.pico.tmp SIProgramInfo.pico.tmp SIRegisterInfo.pico.tmp SIShrinkInstructions.pico.tmp SIWholeQuadMode.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_pic.a AMDGPUAliasAnalysis.pico AMDGPUAlwaysInlinePass.pico AMDGPUAnnotateKernelFeatures.pico AMDGPUAnnotateUniformValues.pico AMDGPUArgumentUsageInfo.pico AMDGPUAsmPrinter.pico AMDGPUAtomicOptimizer.pico AMDGPUCallLowering.pico AMDGPUCodeGenPrepare.pico AMDGPUExportClustering.pico AMDGPUFixFunctionBitcasts.pico AMDGPUFrameLowering.pico AMDGPUGlobalISelUtils.pico AMDGPUHSAMetadataStreamer.pico AMDGPUInstCombineIntrinsic.pico AMDGPUInstrInfo.pico AMDGPUInstructionSelector.pico AMDGPUISelDAGToDAG.pico AMDGPUISelLowering.pico AMDGPULateCodeGenPrepare.pico AMDGPULegalizerInfo.pico AMDGPULibCalls.pico AMDGPULibFunc.pico AMDGPULowerIntrinsics.pico AMDGPULowerKernelArguments.pico AMDGPULowerKernelAttributes.pico AMDGPULowerModuleLDSPass.pico AMDGPUMachineCFGStructurizer.pico AMDGPUMachineFunction.pico AMDGPUMachineModuleInfo.pico AMDGPUMacroFusion.pico AMDGPUMCInstLower.pico AMDGPUMIRFormatter.pico AMDGPUOpenCLEnqueuedBlockLowering.pico AMDGPUPerfHintAnalysis.pico AMDGPUPostLegalizerCombiner.pico AMDGPUPreLegalizerCombiner.pico AMDGPUPrintfRuntimeBinding.pico AMDGPUPromoteAlloca.pico AMDGPUPropagateAttributes.pico AMDGPURegBankCombiner.pico AMDGPURegisterBankInfo.pico AMDGPURewriteOutArguments.pico AMDGPUSubtarget.pico AMDGPUTargetMachine.pico AMDGPUTargetObjectFile.pico AMDGPUTargetTransformInfo.pico AMDGPUUnifyDivergentExitNodes.pico AMDGPUUnifyMetadata.pico AMDILCFGStructurizer.pico GCNDPPCombine.pico GCNHazardRecognizer.pico GCNILPSched.pico GCNIterativeScheduler.pico GCNMinRegStrategy.pico GCNNSAReassign.pico GCNRegPressure.pico GCNSchedStrategy.pico R600AsmPrinter.pico R600ClauseMergePass.pico R600ControlFlowFinalizer.pico R600EmitClauseMarkers.pico R600ExpandSpecialInstrs.pico R600FrameLowering.pico R600InstrInfo.pico R600ISelLowering.pico R600MachineFunctionInfo.pico R600MachineScheduler.pico R600OpenCLImageTypeLoweringPass.pico R600OptimizeVectorRegisters.pico R600Packetizer.pico R600RegisterInfo.pico SIAnnotateControlFlow.pico SIFixSGPRCopies.pico SIFixVGPRCopies.pico SIFoldOperands.pico SIFormMemoryClauses.pico SIFrameLowering.pico SIInsertHardClauses.pico SIInsertWaitcnts.pico SIInstrInfo.pico SIISelLowering.pico SILateBranchLowering.pico SILoadStoreOptimizer.pico SILowerControlFlow.pico SILowerI1Copies.pico SILowerSGPRSpills.pico SIMachineFunctionInfo.pico SIMachineScheduler.pico SIMemoryLegalizer.pico SIModeRegister.pico SIOptimizeExecMasking.pico SIOptimizeExecMaskingPreRA.pico SIPeepholeSDWA.pico SIPostRABundler.pico SIPreAllocateWWMRegs.pico SIPreEmitPeephole.pico SIProgramInfo.pico SIRegisterInfo.pico SIShrinkInstructions.pico SIWholeQuadMode.pico AMDGPUAliasAnalysis.pico.tmp AMDGPUAlwaysInlinePass.pico.tmp AMDGPUAnnotateKernelFeatures.pico.tmp AMDGPUAnnotateUniformValues.pico.tmp AMDGPUArgumentUsageInfo.pico.tmp AMDGPUAsmPrinter.pico.tmp AMDGPUAtomicOptimizer.pico.tmp AMDGPUCallLowering.pico.tmp AMDGPUCodeGenPrepare.pico.tmp AMDGPUExportClustering.pico.tmp AMDGPUFixFunctionBitcasts.pico.tmp AMDGPUFrameLowering.pico.tmp AMDGPUGlobalISelUtils.pico.tmp AMDGPUHSAMetadataStreamer.pico.tmp AMDGPUInstCombineIntrinsic.pico.tmp AMDGPUInstrInfo.pico.tmp AMDGPUInstructionSelector.pico.tmp AMDGPUISelDAGToDAG.pico.tmp AMDGPUISelLowering.pico.tmp AMDGPULateCodeGenPrepare.pico.tmp AMDGPULegalizerInfo.pico.tmp AMDGPULibCalls.pico.tmp AMDGPULibFunc.pico.tmp AMDGPULowerIntrinsics.pico.tmp AMDGPULowerKernelArguments.pico.tmp AMDGPULowerKernelAttributes.pico.tmp AMDGPULowerModuleLDSPass.pico.tmp AMDGPUMachineCFGStructurizer.pico.tmp AMDGPUMachineFunction.pico.tmp AMDGPUMachineModuleInfo.pico.tmp AMDGPUMacroFusion.pico.tmp AMDGPUMCInstLower.pico.tmp AMDGPUMIRFormatter.pico.tmp AMDGPUOpenCLEnqueuedBlockLowering.pico.tmp AMDGPUPerfHintAnalysis.pico.tmp AMDGPUPostLegalizerCombiner.pico.tmp AMDGPUPreLegalizerCombiner.pico.tmp AMDGPUPrintfRuntimeBinding.pico.tmp AMDGPUPromoteAlloca.pico.tmp AMDGPUPropagateAttributes.pico.tmp AMDGPURegBankCombiner.pico.tmp AMDGPURegisterBankInfo.pico.tmp AMDGPURewriteOutArguments.pico.tmp AMDGPUSubtarget.pico.tmp AMDGPUTargetMachine.pico.tmp AMDGPUTargetObjectFile.pico.tmp AMDGPUTargetTransformInfo.pico.tmp AMDGPUUnifyDivergentExitNodes.pico.tmp AMDGPUUnifyMetadata.pico.tmp AMDILCFGStructurizer.pico.tmp GCNDPPCombine.pico.tmp GCNHazardRecognizer.pico.tmp GCNILPSched.pico.tmp GCNIterativeScheduler.pico.tmp GCNMinRegStrategy.pico.tmp GCNNSAReassign.pico.tmp GCNRegPressure.pico.tmp GCNSchedStrategy.pico.tmp R600AsmPrinter.pico.tmp R600ClauseMergePass.pico.tmp R600ControlFlowFinalizer.pico.tmp R600EmitClauseMarkers.pico.tmp R600ExpandSpecialInstrs.pico.tmp R600FrameLowering.pico.tmp R600InstrInfo.pico.tmp R600ISelLowering.pico.tmp R600MachineFunctionInfo.pico.tmp R600MachineScheduler.pico.tmp R600OpenCLImageTypeLoweringPass.pico.tmp R600OptimizeVectorRegisters.pico.tmp R600Packetizer.pico.tmp R600RegisterInfo.pico.tmp SIAnnotateControlFlow.pico.tmp SIFixSGPRCopies.pico.tmp SIFixVGPRCopies.pico.tmp SIFoldOperands.pico.tmp SIFormMemoryClauses.pico.tmp SIFrameLowering.pico.tmp SIInsertHardClauses.pico.tmp SIInsertWaitcnts.pico.tmp SIInstrInfo.pico.tmp SIISelLowering.pico.tmp SILateBranchLowering.pico.tmp SILoadStoreOptimizer.pico.tmp SILowerControlFlow.pico.tmp SILowerI1Copies.pico.tmp SILowerSGPRSpills.pico.tmp SIMachineFunctionInfo.pico.tmp SIMachineScheduler.pico.tmp SIMemoryLegalizer.pico.tmp SIModeRegister.pico.tmp SIOptimizeExecMasking.pico.tmp SIOptimizeExecMaskingPreRA.pico.tmp SIPeepholeSDWA.pico.tmp SIPostRABundler.pico.tmp SIPreAllocateWWMRegs.pico.tmp SIPreEmitPeephole.pico.tmp SIProgramInfo.pico.tmp SIRegisterInfo.pico.tmp SIShrinkInstructions.pico.tmp SIWholeQuadMode.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libresolv && rm -f libresolv.a res_update.o res_findzonecut.o res_mkupdate.o res_sendsigned.o ns_date.o ns_samedomain.o ns_sign.o ns_verify.o dst_api.o support.o hmac_link.o res_update.o.tmp res_findzonecut.o.tmp res_mkupdate.o.tmp res_sendsigned.o.tmp ns_date.o.tmp ns_samedomain.o.tmp ns_sign.o.tmp ns_verify.o.tmp dst_api.o.tmp support.o.tmp hmac_link.o.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libresolv && rm -f libresolv.a res_update.o res_findzonecut.o res_mkupdate.o res_sendsigned.o ns_date.o ns_samedomain.o ns_sign.o ns_verify.o dst_api.o support.o hmac_link.o res_update.o.tmp res_findzonecut.o.tmp res_mkupdate.o.tmp res_sendsigned.o.tmp ns_date.o.tmp ns_samedomain.o.tmp ns_sign.o.tmp ns_verify.o.tmp dst_api.o.tmp support.o.tmp hmac_link.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f llib-lLLVMAMDGPUCodeGen.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f llib-lLLVMAMDGPUCodeGen.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libresolv && rm -f libresolv_p.a res_update.po res_findzonecut.po res_mkupdate.po res_sendsigned.po ns_date.po ns_samedomain.po ns_sign.po ns_verify.po dst_api.po support.po hmac_link.po res_update.po.tmp res_findzonecut.po.tmp res_mkupdate.po.tmp res_sendsigned.po.tmp ns_date.po.tmp ns_samedomain.po.tmp ns_sign.po.tmp ns_verify.po.tmp dst_api.po.tmp support.po.tmp hmac_link.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libresolv && rm -f libresolv_p.a res_update.po res_findzonecut.po res_mkupdate.po res_sendsigned.po ns_date.po ns_samedomain.po ns_sign.po ns_verify.po dst_api.po support.po hmac_link.po res_update.po.tmp res_findzonecut.po.tmp res_mkupdate.po.tmp res_sendsigned.po.tmp ns_date.po.tmp ns_samedomain.po.tmp ns_sign.po.tmp ns_verify.po.tmp dst_api.po.tmp support.po.tmp hmac_link.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f AMDGPUGenAsmMatcher.inc AMDGPUGenAsmMatcher.inc.d AMDGPUGenAsmWriter.inc AMDGPUGenAsmWriter.inc.d AMDGPUGenCallingConv.inc AMDGPUGenCallingConv.inc.d AMDGPUGenDAGISel.inc AMDGPUGenDAGISel.inc.d AMDGPUGenDisassemblerTables.inc AMDGPUGenDisassemblerTables.inc.d AMDGPUGenInstrInfo.inc AMDGPUGenInstrInfo.inc.d AMDGPUGenMCCodeEmitter.inc AMDGPUGenMCCodeEmitter.inc.d AMDGPUGenMCPseudoLowering.inc AMDGPUGenMCPseudoLowering.inc.d AMDGPUGenRegisterBank.inc AMDGPUGenRegisterBank.inc.d AMDGPUGenRegisterInfo.inc AMDGPUGenRegisterInfo.inc.d AMDGPUGenSearchableTables.inc AMDGPUGenSearchableTables.inc.d AMDGPUGenSubtargetInfo.inc AMDGPUGenSubtargetInfo.inc.d AMDGPUGenGICombiner.inc AMDGPUGenGICombiner.inc.d AMDGPUGenGlobalISel.inc AMDGPUGenGlobalISel.inc.d AMDGPUGenPostLegalizeGICombiner.inc AMDGPUGenPostLegalizeGICombiner.inc.d AMDGPUGenPreLegalizeGICombiner.inc AMDGPUGenPreLegalizeGICombiner.inc.d AMDGPUGenRegBankGICombiner.inc AMDGPUGenRegBankGICombiner.inc.d InstCombineTables.inc InstCombineTables.inc.d R600GenAsmWriter.inc R600GenAsmWriter.inc.d R600GenCallingConv.inc R600GenCallingConv.inc.d R600GenDAGISel.inc R600GenDAGISel.inc.d R600GenDFAPacketizer.inc R600GenDFAPacketizer.inc.d R600GenInstrInfo.inc R600GenInstrInfo.inc.d R600GenMCCodeEmitter.inc R600GenMCCodeEmitter.inc.d R600GenRegisterInfo.inc R600GenRegisterInfo.inc.d R600GenSubtargetInfo.inc R600GenSubtargetInfo.inc.d libLLVMAMDGPUCodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f AMDGPUGenAsmMatcher.inc AMDGPUGenAsmMatcher.inc.d AMDGPUGenAsmWriter.inc AMDGPUGenAsmWriter.inc.d AMDGPUGenCallingConv.inc AMDGPUGenCallingConv.inc.d AMDGPUGenDAGISel.inc AMDGPUGenDAGISel.inc.d AMDGPUGenDisassemblerTables.inc AMDGPUGenDisassemblerTables.inc.d AMDGPUGenInstrInfo.inc AMDGPUGenInstrInfo.inc.d AMDGPUGenMCCodeEmitter.inc AMDGPUGenMCCodeEmitter.inc.d AMDGPUGenMCPseudoLowering.inc AMDGPUGenMCPseudoLowering.inc.d AMDGPUGenRegisterBank.inc AMDGPUGenRegisterBank.inc.d AMDGPUGenRegisterInfo.inc AMDGPUGenRegisterInfo.inc.d AMDGPUGenSearchableTables.inc AMDGPUGenSearchableTables.inc.d AMDGPUGenSubtargetInfo.inc AMDGPUGenSubtargetInfo.inc.d AMDGPUGenGICombiner.inc AMDGPUGenGICombiner.inc.d AMDGPUGenGlobalISel.inc AMDGPUGenGlobalISel.inc.d AMDGPUGenPostLegalizeGICombiner.inc AMDGPUGenPostLegalizeGICombiner.inc.d AMDGPUGenPreLegalizeGICombiner.inc AMDGPUGenPreLegalizeGICombiner.inc.d AMDGPUGenRegBankGICombiner.inc AMDGPUGenRegBankGICombiner.inc.d InstCombineTables.inc InstCombineTables.inc.d R600GenAsmWriter.inc R600GenAsmWriter.inc.d R600GenCallingConv.inc R600GenCallingConv.inc.d R600GenDAGISel.inc R600GenDAGISel.inc.d R600GenDFAPacketizer.inc R600GenDFAPacketizer.inc.d R600GenInstrInfo.inc R600GenInstrInfo.inc.d R600GenMCCodeEmitter.inc R600GenMCCodeEmitter.inc.d R600GenRegisterInfo.inc R600GenRegisterInfo.inc.d R600GenSubtargetInfo.inc R600GenSubtargetInfo.inc.d libLLVMAMDGPUCodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libresolv && rm -f libresolv_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libresolv && rm -f libresolv_g.a || true) --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libresolv && rm -f libresolv_pic.a libresolv.so.* libresolv.so res_update.pico res_findzonecut.pico res_mkupdate.pico res_sendsigned.pico ns_date.pico ns_samedomain.pico ns_sign.pico ns_verify.pico dst_api.pico support.pico hmac_link.pico res_update.pico.tmp res_findzonecut.pico.tmp res_mkupdate.pico.tmp res_sendsigned.pico.tmp ns_date.pico.tmp ns_samedomain.pico.tmp ns_sign.pico.tmp ns_verify.pico.tmp dst_api.pico.tmp support.pico.tmp hmac_link.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f .depend AMDGPUAliasAnalysis.d AMDGPUAlwaysInlinePass.d AMDGPUAnnotateKernelFeatures.d AMDGPUAnnotateUniformValues.d AMDGPUArgumentUsageInfo.d AMDGPUAsmPrinter.d AMDGPUAtomicOptimizer.d AMDGPUCallLowering.d AMDGPUCodeGenPrepare.d AMDGPUExportClustering.d AMDGPUFixFunctionBitcasts.d AMDGPUFrameLowering.d AMDGPUGlobalISelUtils.d AMDGPUHSAMetadataStreamer.d AMDGPUISelDAGToDAG.d AMDGPUISelLowering.d AMDGPUInstCombineIntrinsic.d AMDGPUInstrInfo.d AMDGPUInstructionSelector.d AMDGPULateCodeGenPrepare.d AMDGPULegalizerInfo.d AMDGPULibCalls.d AMDGPULibFunc.d AMDGPULowerIntrinsics.d AMDGPULowerKernelArguments.d AMDGPULowerKernelAttributes.d AMDGPULowerModuleLDSPass.d AMDGPUMCInstLower.d AMDGPUMIRFormatter.d AMDGPUMachineCFGStructurizer.d AMDGPUMachineFunction.d AMDGPUMachineModuleInfo.d AMDGPUMacroFusion.d AMDGPUOpenCLEnqueuedBlockLowering.d AMDGPUPerfHintAnalysis.d AMDGPUPostLegalizerCombiner.d AMDGPUPreLegalizerCombiner.d AMDGPUPrintfRuntimeBinding.d AMDGPUPromoteAlloca.d AMDGPUPropagateAttributes.d AMDGPURegBankCombiner.d AMDGPURegisterBankInfo.d AMDGPURewriteOutArguments.d AMDGPUSubtarget.d AMDGPUTargetMachine.d AMDGPUTargetObjectFile.d AMDGPUTargetTransformInfo.d AMDGPUUnifyDivergentExitNodes.d AMDGPUUnifyMetadata.d AMDILCFGStructurizer.d GCNDPPCombine.d GCNHazardRecognizer.d GCNILPSched.d GCNIterativeScheduler.d GCNMinRegStrategy.d GCNNSAReassign.d GCNRegPressure.d GCNSchedStrategy.d R600AsmPrinter.d R600ClauseMergePass.d R600ControlFlowFinalizer.d R600EmitClauseMarkers.d R600ExpandSpecialInstrs.d R600FrameLowering.d R600ISelLowering.d R600InstrInfo.d R600MachineFunctionInfo.d R600MachineScheduler.d R600OpenCLImageTypeLoweringPass.d R600OptimizeVectorRegisters.d R600Packetizer.d R600RegisterInfo.d SIAnnotateControlFlow.d SIFixSGPRCopies.d SIFixVGPRCopies.d SIFoldOperands.d SIFormMemoryClauses.d SIFrameLowering.d SIISelLowering.d SIInsertHardClauses.d SIInsertWaitcnts.d SIInstrInfo.d SILateBranchLowering.d SILoadStoreOptimizer.d SILowerControlFlow.d SILowerI1Copies.d SILowerSGPRSpills.d SIMachineFunctionInfo.d SIMachineScheduler.d SIMemoryLegalizer.d SIModeRegister.d SIOptimizeExecMasking.d SIOptimizeExecMaskingPreRA.d SIPeepholeSDWA.d SIPostRABundler.d SIPreAllocateWWMRegs.d SIPreEmitPeephole.d SIProgramInfo.d SIRegisterInfo.d SIShrinkInstructions.d SIWholeQuadMode.d AMDGPUAliasAnalysis.d.tmp AMDGPUAlwaysInlinePass.d.tmp AMDGPUAnnotateKernelFeatures.d.tmp AMDGPUAnnotateUniformValues.d.tmp AMDGPUArgumentUsageInfo.d.tmp AMDGPUAsmPrinter.d.tmp AMDGPUAtomicOptimizer.d.tmp AMDGPUCallLowering.d.tmp AMDGPUCodeGenPrepare.d.tmp AMDGPUExportClustering.d.tmp AMDGPUFixFunctionBitcasts.d.tmp AMDGPUFrameLowering.d.tmp AMDGPUGlobalISelUtils.d.tmp AMDGPUHSAMetadataStreamer.d.tmp AMDGPUISelDAGToDAG.d.tmp AMDGPUISelLowering.d.tmp AMDGPUInstCombineIntrinsic.d.tmp AMDGPUInstrInfo.d.tmp AMDGPUInstructionSelector.d.tmp AMDGPULateCodeGenPrepare.d.tmp AMDGPULegalizerInfo.d.tmp AMDGPULibCalls.d.tmp AMDGPULibFunc.d.tmp AMDGPULowerIntrinsics.d.tmp AMDGPULowerKernelArguments.d.tmp AMDGPULowerKernelAttributes.d.tmp AMDGPULowerModuleLDSPass.d.tmp AMDGPUMCInstLower.d.tmp AMDGPUMIRFormatter.d.tmp AMDGPUMachineCFGStructurizer.d.tmp AMDGPUMachineFunction.d.tmp AMDGPUMachineModuleInfo.d.tmp AMDGPUMacroFusion.d.tmp AMDGPUOpenCLEnqueuedBlockLowering.d.tmp AMDGPUPerfHintAnalysis.d.tmp AMDGPUPostLegalizerCombiner.d.tmp AMDGPUPreLegalizerCombiner.d.tmp AMDGPUPrintfRuntimeBinding.d.tmp AMDGPUPromoteAlloca.d.tmp AMDGPUPropagateAttributes.d.tmp AMDGPURegBankCombiner.d.tmp AMDGPURegisterBankInfo.d.tmp AMDGPURewriteOutArguments.d.tmp AMDGPUSubtarget.d.tmp AMDGPUTargetMachine.d.tmp AMDGPUTargetObjectFile.d.tmp AMDGPUTargetTransformInfo.d.tmp AMDGPUUnifyDivergentExitNodes.d.tmp AMDGPUUnifyMetadata.d.tmp AMDILCFGStructurizer.d.tmp GCNDPPCombine.d.tmp GCNHazardRecognizer.d.tmp GCNILPSched.d.tmp GCNIterativeScheduler.d.tmp GCNMinRegStrategy.d.tmp GCNNSAReassign.d.tmp GCNRegPressure.d.tmp GCNSchedStrategy.d.tmp R600AsmPrinter.d.tmp R600ClauseMergePass.d.tmp R600ControlFlowFinalizer.d.tmp R600EmitClauseMarkers.d.tmp R600ExpandSpecialInstrs.d.tmp R600FrameLowering.d.tmp R600ISelLowering.d.tmp R600InstrInfo.d.tmp R600MachineFunctionInfo.d.tmp R600MachineScheduler.d.tmp R600OpenCLImageTypeLoweringPass.d.tmp R600OptimizeVectorRegisters.d.tmp R600Packetizer.d.tmp R600RegisterInfo.d.tmp SIAnnotateControlFlow.d.tmp SIFixSGPRCopies.d.tmp SIFixVGPRCopies.d.tmp SIFoldOperands.d.tmp SIFormMemoryClauses.d.tmp SIFrameLowering.d.tmp SIISelLowering.d.tmp SIInsertHardClauses.d.tmp SIInsertWaitcnts.d.tmp SIInstrInfo.d.tmp SILateBranchLowering.d.tmp SILoadStoreOptimizer.d.tmp SILowerControlFlow.d.tmp SILowerI1Copies.d.tmp SILowerSGPRSpills.d.tmp SIMachineFunctionInfo.d.tmp SIMachineScheduler.d.tmp SIMemoryLegalizer.d.tmp SIModeRegister.d.tmp SIOptimizeExecMasking.d.tmp SIOptimizeExecMaskingPreRA.d.tmp SIPeepholeSDWA.d.tmp SIPostRABundler.d.tmp SIPreAllocateWWMRegs.d.tmp SIPreEmitPeephole.d.tmp SIProgramInfo.d.tmp SIRegisterInfo.d.tmp SIShrinkInstructions.d.tmp SIWholeQuadMode.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libresolv && rm -f libresolv_pic.a libresolv.so.* libresolv.so res_update.pico res_findzonecut.pico res_mkupdate.pico res_sendsigned.pico ns_date.pico ns_samedomain.pico ns_sign.pico ns_verify.pico dst_api.pico support.pico hmac_link.pico res_update.pico.tmp res_findzonecut.pico.tmp res_mkupdate.pico.tmp res_sendsigned.pico.tmp ns_date.pico.tmp ns_samedomain.pico.tmp ns_sign.pico.tmp ns_verify.pico.tmp dst_api.pico.tmp support.pico.tmp hmac_link.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f .depend AMDGPUAliasAnalysis.d AMDGPUAlwaysInlinePass.d AMDGPUAnnotateKernelFeatures.d AMDGPUAnnotateUniformValues.d AMDGPUArgumentUsageInfo.d AMDGPUAsmPrinter.d AMDGPUAtomicOptimizer.d AMDGPUCallLowering.d AMDGPUCodeGenPrepare.d AMDGPUExportClustering.d AMDGPUFixFunctionBitcasts.d AMDGPUFrameLowering.d AMDGPUGlobalISelUtils.d AMDGPUHSAMetadataStreamer.d AMDGPUISelDAGToDAG.d AMDGPUISelLowering.d AMDGPUInstCombineIntrinsic.d AMDGPUInstrInfo.d AMDGPUInstructionSelector.d AMDGPULateCodeGenPrepare.d AMDGPULegalizerInfo.d AMDGPULibCalls.d AMDGPULibFunc.d AMDGPULowerIntrinsics.d AMDGPULowerKernelArguments.d AMDGPULowerKernelAttributes.d AMDGPULowerModuleLDSPass.d AMDGPUMCInstLower.d AMDGPUMIRFormatter.d AMDGPUMachineCFGStructurizer.d AMDGPUMachineFunction.d AMDGPUMachineModuleInfo.d AMDGPUMacroFusion.d AMDGPUOpenCLEnqueuedBlockLowering.d AMDGPUPerfHintAnalysis.d AMDGPUPostLegalizerCombiner.d AMDGPUPreLegalizerCombiner.d AMDGPUPrintfRuntimeBinding.d AMDGPUPromoteAlloca.d AMDGPUPropagateAttributes.d AMDGPURegBankCombiner.d AMDGPURegisterBankInfo.d AMDGPURewriteOutArguments.d AMDGPUSubtarget.d AMDGPUTargetMachine.d AMDGPUTargetObjectFile.d AMDGPUTargetTransformInfo.d AMDGPUUnifyDivergentExitNodes.d AMDGPUUnifyMetadata.d AMDILCFGStructurizer.d GCNDPPCombine.d GCNHazardRecognizer.d GCNILPSched.d GCNIterativeScheduler.d GCNMinRegStrategy.d GCNNSAReassign.d GCNRegPressure.d GCNSchedStrategy.d R600AsmPrinter.d R600ClauseMergePass.d R600ControlFlowFinalizer.d R600EmitClauseMarkers.d R600ExpandSpecialInstrs.d R600FrameLowering.d R600ISelLowering.d R600InstrInfo.d R600MachineFunctionInfo.d R600MachineScheduler.d R600OpenCLImageTypeLoweringPass.d R600OptimizeVectorRegisters.d R600Packetizer.d R600RegisterInfo.d SIAnnotateControlFlow.d SIFixSGPRCopies.d SIFixVGPRCopies.d SIFoldOperands.d SIFormMemoryClauses.d SIFrameLowering.d SIISelLowering.d SIInsertHardClauses.d SIInsertWaitcnts.d SIInstrInfo.d SILateBranchLowering.d SILoadStoreOptimizer.d SILowerControlFlow.d SILowerI1Copies.d SILowerSGPRSpills.d SIMachineFunctionInfo.d SIMachineScheduler.d SIMemoryLegalizer.d SIModeRegister.d SIOptimizeExecMasking.d SIOptimizeExecMaskingPreRA.d SIPeepholeSDWA.d SIPostRABundler.d SIPreAllocateWWMRegs.d SIPreEmitPeephole.d SIProgramInfo.d SIRegisterInfo.d SIShrinkInstructions.d SIWholeQuadMode.d AMDGPUAliasAnalysis.d.tmp AMDGPUAlwaysInlinePass.d.tmp AMDGPUAnnotateKernelFeatures.d.tmp AMDGPUAnnotateUniformValues.d.tmp AMDGPUArgumentUsageInfo.d.tmp AMDGPUAsmPrinter.d.tmp AMDGPUAtomicOptimizer.d.tmp AMDGPUCallLowering.d.tmp AMDGPUCodeGenPrepare.d.tmp AMDGPUExportClustering.d.tmp AMDGPUFixFunctionBitcasts.d.tmp AMDGPUFrameLowering.d.tmp AMDGPUGlobalISelUtils.d.tmp AMDGPUHSAMetadataStreamer.d.tmp AMDGPUISelDAGToDAG.d.tmp AMDGPUISelLowering.d.tmp AMDGPUInstCombineIntrinsic.d.tmp AMDGPUInstrInfo.d.tmp AMDGPUInstructionSelector.d.tmp AMDGPULateCodeGenPrepare.d.tmp AMDGPULegalizerInfo.d.tmp AMDGPULibCalls.d.tmp AMDGPULibFunc.d.tmp AMDGPULowerIntrinsics.d.tmp AMDGPULowerKernelArguments.d.tmp AMDGPULowerKernelAttributes.d.tmp AMDGPULowerModuleLDSPass.d.tmp AMDGPUMCInstLower.d.tmp AMDGPUMIRFormatter.d.tmp AMDGPUMachineCFGStructurizer.d.tmp AMDGPUMachineFunction.d.tmp AMDGPUMachineModuleInfo.d.tmp AMDGPUMacroFusion.d.tmp AMDGPUOpenCLEnqueuedBlockLowering.d.tmp AMDGPUPerfHintAnalysis.d.tmp AMDGPUPostLegalizerCombiner.d.tmp AMDGPUPreLegalizerCombiner.d.tmp AMDGPUPrintfRuntimeBinding.d.tmp AMDGPUPromoteAlloca.d.tmp AMDGPUPropagateAttributes.d.tmp AMDGPURegBankCombiner.d.tmp AMDGPURegisterBankInfo.d.tmp AMDGPURewriteOutArguments.d.tmp AMDGPUSubtarget.d.tmp AMDGPUTargetMachine.d.tmp AMDGPUTargetObjectFile.d.tmp AMDGPUTargetTransformInfo.d.tmp AMDGPUUnifyDivergentExitNodes.d.tmp AMDGPUUnifyMetadata.d.tmp AMDILCFGStructurizer.d.tmp GCNDPPCombine.d.tmp GCNHazardRecognizer.d.tmp GCNILPSched.d.tmp GCNIterativeScheduler.d.tmp GCNMinRegStrategy.d.tmp GCNNSAReassign.d.tmp GCNRegPressure.d.tmp GCNSchedStrategy.d.tmp R600AsmPrinter.d.tmp R600ClauseMergePass.d.tmp R600ControlFlowFinalizer.d.tmp R600EmitClauseMarkers.d.tmp R600ExpandSpecialInstrs.d.tmp R600FrameLowering.d.tmp R600ISelLowering.d.tmp R600InstrInfo.d.tmp R600MachineFunctionInfo.d.tmp R600MachineScheduler.d.tmp R600OpenCLImageTypeLoweringPass.d.tmp R600OptimizeVectorRegisters.d.tmp R600Packetizer.d.tmp R600RegisterInfo.d.tmp SIAnnotateControlFlow.d.tmp SIFixSGPRCopies.d.tmp SIFixVGPRCopies.d.tmp SIFoldOperands.d.tmp SIFormMemoryClauses.d.tmp SIFrameLowering.d.tmp SIISelLowering.d.tmp SIInsertHardClauses.d.tmp SIInsertWaitcnts.d.tmp SIInstrInfo.d.tmp SILateBranchLowering.d.tmp SILoadStoreOptimizer.d.tmp SILowerControlFlow.d.tmp SILowerI1Copies.d.tmp SILowerSGPRSpills.d.tmp SIMachineFunctionInfo.d.tmp SIMachineScheduler.d.tmp SIMemoryLegalizer.d.tmp SIModeRegister.d.tmp SIOptimizeExecMasking.d.tmp SIOptimizeExecMaskingPreRA.d.tmp SIPeepholeSDWA.d.tmp SIPostRABundler.d.tmp SIPreAllocateWWMRegs.d.tmp SIPreEmitPeephole.d.tmp SIProgramInfo.d.tmp SIRegisterInfo.d.tmp SIShrinkInstructions.d.tmp SIWholeQuadMode.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libresolv && rm -f llib-lresolv.ln res_update.ln res_findzonecut.ln res_mkupdate.ln res_sendsigned.ln ns_date.ln ns_samedomain.ln ns_sign.ln ns_verify.ln dst_api.ln support.ln hmac_link.ln || true) --- cleandir-external --- --- cleandir-libLLVMX86CodeGen --- cleandir ===> external/apache2/llvm/librt/libLLVMX86CodeGen --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libresolv && rm -f llib-lresolv.ln res_update.ln res_findzonecut.ln res_mkupdate.ln res_sendsigned.ln ns_date.ln ns_samedomain.ln ns_sign.ln ns_verify.ln dst_api.ln support.ln hmac_link.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libresolv && rm -f libresolv.so.3.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libresolv && rm -f libresolv.so.3.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libresolv && rm -f .depend dst_api.d hmac_link.d ns_date.d ns_samedomain.d ns_sign.d ns_verify.d res_findzonecut.d res_mkupdate.d res_sendsigned.d res_update.d support.d dst_api.d.tmp hmac_link.d.tmp ns_date.d.tmp ns_samedomain.d.tmp ns_sign.d.tmp ns_verify.d.tmp res_findzonecut.d.tmp res_mkupdate.d.tmp res_sendsigned.d.tmp res_update.d.tmp support.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen.a X86AsmPrinter.o X86AvoidStoreForwardingBlocks.o X86AvoidTrailingCall.o X86CallFrameOptimization.o X86CallingConv.o X86CallLowering.o X86CmovConversion.o X86DiscriminateMemOps.o X86DomainReassignment.o X86EvexToVex.o X86ExpandPseudo.o X86FastISel.o X86FastTileConfig.o X86FixupBWInsts.o X86FixupLEAs.o X86FixupSetCC.o X86FlagsCopyLowering.o X86FloatingPoint.o X86FrameLowering.o X86IndirectBranchTracking.o X86IndirectThunks.o X86InsertPrefetch.o X86InsertWait.o X86InstCombineIntrinsic.o X86InstrFMA3Info.o X86InstrFoldTables.o X86InstrInfo.o X86InstructionSelector.o X86InterleavedAccess.o X86ISelDAGToDAG.o X86ISelLowering.o X86LegalizerInfo.o X86LoadValueInjectionLoadHardening.o X86LoadValueInjectionRetHardening.o X86LowerAMXIntrinsics.o X86LowerAMXType.o X86LowerTileCopy.o X86MachineFunctionInfo.o X86MacroFusion.o X86MCInstLower.o X86OptimizeLEAs.o X86PadShortFunction.o X86PartialReduction.o X86PreAMXConfig.o X86PreTileConfig.o X86RegisterBankInfo.o X86RegisterInfo.o X86SelectionDAGInfo.o X86ShuffleDecodeConstantPool.o X86SpeculativeExecutionSideEffectSuppression.o X86SpeculativeLoadHardening.o X86Subtarget.o X86TargetMachine.o X86TargetObjectFile.o X86TargetTransformInfo.o X86TileConfig.o X86VZeroUpper.o X86WinAllocaExpander.o X86WinEHState.o X86AsmPrinter.o.tmp X86AvoidStoreForwardingBlocks.o.tmp X86AvoidTrailingCall.o.tmp X86CallFrameOptimization.o.tmp X86CallingConv.o.tmp X86CallLowering.o.tmp X86CmovConversion.o.tmp X86DiscriminateMemOps.o.tmp X86DomainReassignment.o.tmp X86EvexToVex.o.tmp X86ExpandPseudo.o.tmp X86FastISel.o.tmp X86FastTileConfig.o.tmp X86FixupBWInsts.o.tmp X86FixupLEAs.o.tmp X86FixupSetCC.o.tmp X86FlagsCopyLowering.o.tmp X86FloatingPoint.o.tmp X86FrameLowering.o.tmp X86IndirectBranchTracking.o.tmp X86IndirectThunks.o.tmp X86InsertPrefetch.o.tmp X86InsertWait.o.tmp X86InstCombineIntrinsic.o.tmp X86InstrFMA3Info.o.tmp X86InstrFoldTables.o.tmp X86InstrInfo.o.tmp X86InstructionSelector.o.tmp X86InterleavedAccess.o.tmp X86ISelDAGToDAG.o.tmp X86ISelLowering.o.tmp X86LegalizerInfo.o.tmp X86LoadValueInjectionLoadHardening.o.tmp X86LoadValueInjectionRetHardening.o.tmp X86LowerAMXIntrinsics.o.tmp X86LowerAMXType.o.tmp X86LowerTileCopy.o.tmp X86MachineFunctionInfo.o.tmp X86MacroFusion.o.tmp X86MCInstLower.o.tmp X86OptimizeLEAs.o.tmp X86PadShortFunction.o.tmp X86PartialReduction.o.tmp X86PreAMXConfig.o.tmp X86PreTileConfig.o.tmp X86RegisterBankInfo.o.tmp X86RegisterInfo.o.tmp X86SelectionDAGInfo.o.tmp X86ShuffleDecodeConstantPool.o.tmp X86SpeculativeExecutionSideEffectSuppression.o.tmp X86SpeculativeLoadHardening.o.tmp X86Subtarget.o.tmp X86TargetMachine.o.tmp X86TargetObjectFile.o.tmp X86TargetTransformInfo.o.tmp X86TileConfig.o.tmp X86VZeroUpper.o.tmp X86WinAllocaExpander.o.tmp X86WinEHState.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libresolv && rm -f .depend dst_api.d hmac_link.d ns_date.d ns_samedomain.d ns_sign.d ns_verify.d res_findzonecut.d res_mkupdate.d res_sendsigned.d res_update.d support.d dst_api.d.tmp hmac_link.d.tmp ns_date.d.tmp ns_samedomain.d.tmp ns_sign.d.tmp ns_verify.d.tmp res_findzonecut.d.tmp res_mkupdate.d.tmp res_sendsigned.d.tmp res_update.d.tmp support.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen.a X86AsmPrinter.o X86AvoidStoreForwardingBlocks.o X86AvoidTrailingCall.o X86CallFrameOptimization.o X86CallingConv.o X86CallLowering.o X86CmovConversion.o X86DiscriminateMemOps.o X86DomainReassignment.o X86EvexToVex.o X86ExpandPseudo.o X86FastISel.o X86FastTileConfig.o X86FixupBWInsts.o X86FixupLEAs.o X86FixupSetCC.o X86FlagsCopyLowering.o X86FloatingPoint.o X86FrameLowering.o X86IndirectBranchTracking.o X86IndirectThunks.o X86InsertPrefetch.o X86InsertWait.o X86InstCombineIntrinsic.o X86InstrFMA3Info.o X86InstrFoldTables.o X86InstrInfo.o X86InstructionSelector.o X86InterleavedAccess.o X86ISelDAGToDAG.o X86ISelLowering.o X86LegalizerInfo.o X86LoadValueInjectionLoadHardening.o X86LoadValueInjectionRetHardening.o X86LowerAMXIntrinsics.o X86LowerAMXType.o X86LowerTileCopy.o X86MachineFunctionInfo.o X86MacroFusion.o X86MCInstLower.o X86OptimizeLEAs.o X86PadShortFunction.o X86PartialReduction.o X86PreAMXConfig.o X86PreTileConfig.o X86RegisterBankInfo.o X86RegisterInfo.o X86SelectionDAGInfo.o X86ShuffleDecodeConstantPool.o X86SpeculativeExecutionSideEffectSuppression.o X86SpeculativeLoadHardening.o X86Subtarget.o X86TargetMachine.o X86TargetObjectFile.o X86TargetTransformInfo.o X86TileConfig.o X86VZeroUpper.o X86WinAllocaExpander.o X86WinEHState.o X86AsmPrinter.o.tmp X86AvoidStoreForwardingBlocks.o.tmp X86AvoidTrailingCall.o.tmp X86CallFrameOptimization.o.tmp X86CallingConv.o.tmp X86CallLowering.o.tmp X86CmovConversion.o.tmp X86DiscriminateMemOps.o.tmp X86DomainReassignment.o.tmp X86EvexToVex.o.tmp X86ExpandPseudo.o.tmp X86FastISel.o.tmp X86FastTileConfig.o.tmp X86FixupBWInsts.o.tmp X86FixupLEAs.o.tmp X86FixupSetCC.o.tmp X86FlagsCopyLowering.o.tmp X86FloatingPoint.o.tmp X86FrameLowering.o.tmp X86IndirectBranchTracking.o.tmp X86IndirectThunks.o.tmp X86InsertPrefetch.o.tmp X86InsertWait.o.tmp X86InstCombineIntrinsic.o.tmp X86InstrFMA3Info.o.tmp X86InstrFoldTables.o.tmp X86InstrInfo.o.tmp X86InstructionSelector.o.tmp X86InterleavedAccess.o.tmp X86ISelDAGToDAG.o.tmp X86ISelLowering.o.tmp X86LegalizerInfo.o.tmp X86LoadValueInjectionLoadHardening.o.tmp X86LoadValueInjectionRetHardening.o.tmp X86LowerAMXIntrinsics.o.tmp X86LowerAMXType.o.tmp X86LowerTileCopy.o.tmp X86MachineFunctionInfo.o.tmp X86MacroFusion.o.tmp X86MCInstLower.o.tmp X86OptimizeLEAs.o.tmp X86PadShortFunction.o.tmp X86PartialReduction.o.tmp X86PreAMXConfig.o.tmp X86PreTileConfig.o.tmp X86RegisterBankInfo.o.tmp X86RegisterInfo.o.tmp X86SelectionDAGInfo.o.tmp X86ShuffleDecodeConstantPool.o.tmp X86SpeculativeExecutionSideEffectSuppression.o.tmp X86SpeculativeLoadHardening.o.tmp X86Subtarget.o.tmp X86TargetMachine.o.tmp X86TargetObjectFile.o.tmp X86TargetTransformInfo.o.tmp X86TileConfig.o.tmp X86VZeroUpper.o.tmp X86WinAllocaExpander.o.tmp X86WinEHState.o.tmp || true) --- cleandir-lib --- --- cleandir-librmt --- cleandir ===> lib/librmt --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_p.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librmt && rm -f librmt.a rmtlib.o rmtlib.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librmt && rm -f librmt.a rmtlib.o rmtlib.o.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_g.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librmt && rm -f librmt_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librmt && rm -f librmt_p.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_pic.a X86AsmPrinter.pico X86AvoidStoreForwardingBlocks.pico X86AvoidTrailingCall.pico X86CallFrameOptimization.pico X86CallingConv.pico X86CallLowering.pico X86CmovConversion.pico X86DiscriminateMemOps.pico X86DomainReassignment.pico X86EvexToVex.pico X86ExpandPseudo.pico X86FastISel.pico X86FastTileConfig.pico X86FixupBWInsts.pico X86FixupLEAs.pico X86FixupSetCC.pico X86FlagsCopyLowering.pico X86FloatingPoint.pico X86FrameLowering.pico X86IndirectBranchTracking.pico X86IndirectThunks.pico X86InsertPrefetch.pico X86InsertWait.pico X86InstCombineIntrinsic.pico X86InstrFMA3Info.pico X86InstrFoldTables.pico X86InstrInfo.pico X86InstructionSelector.pico X86InterleavedAccess.pico X86ISelDAGToDAG.pico X86ISelLowering.pico X86LegalizerInfo.pico X86LoadValueInjectionLoadHardening.pico X86LoadValueInjectionRetHardening.pico X86LowerAMXIntrinsics.pico X86LowerAMXType.pico X86LowerTileCopy.pico X86MachineFunctionInfo.pico X86MacroFusion.pico X86MCInstLower.pico X86OptimizeLEAs.pico X86PadShortFunction.pico X86PartialReduction.pico X86PreAMXConfig.pico X86PreTileConfig.pico X86RegisterBankInfo.pico X86RegisterInfo.pico X86SelectionDAGInfo.pico X86ShuffleDecodeConstantPool.pico X86SpeculativeExecutionSideEffectSuppression.pico X86SpeculativeLoadHardening.pico X86Subtarget.pico X86TargetMachine.pico X86TargetObjectFile.pico X86TargetTransformInfo.pico X86TileConfig.pico X86VZeroUpper.pico X86WinAllocaExpander.pico X86WinEHState.pico X86AsmPrinter.pico.tmp X86AvoidStoreForwardingBlocks.pico.tmp X86AvoidTrailingCall.pico.tmp X86CallFrameOptimization.pico.tmp X86CallingConv.pico.tmp X86CallLowering.pico.tmp X86CmovConversion.pico.tmp X86DiscriminateMemOps.pico.tmp X86DomainReassignment.pico.tmp X86EvexToVex.pico.tmp X86ExpandPseudo.pico.tmp X86FastISel.pico.tmp X86FastTileConfig.pico.tmp X86FixupBWInsts.pico.tmp X86FixupLEAs.pico.tmp X86FixupSetCC.pico.tmp X86FlagsCopyLowering.pico.tmp X86FloatingPoint.pico.tmp X86FrameLowering.pico.tmp X86IndirectBranchTracking.pico.tmp X86IndirectThunks.pico.tmp X86InsertPrefetch.pico.tmp X86InsertWait.pico.tmp X86InstCombineIntrinsic.pico.tmp X86InstrFMA3Info.pico.tmp X86InstrFoldTables.pico.tmp X86InstrInfo.pico.tmp X86InstructionSelector.pico.tmp X86InterleavedAccess.pico.tmp X86ISelDAGToDAG.pico.tmp X86ISelLowering.pico.tmp X86LegalizerInfo.pico.tmp X86LoadValueInjectionLoadHardening.pico.tmp X86LoadValueInjectionRetHardening.pico.tmp X86LowerAMXIntrinsics.pico.tmp X86LowerAMXType.pico.tmp X86LowerTileCopy.pico.tmp X86MachineFunctionInfo.pico.tmp X86MacroFusion.pico.tmp X86MCInstLower.pico.tmp X86OptimizeLEAs.pico.tmp X86PadShortFunction.pico.tmp X86PartialReduction.pico.tmp X86PreAMXConfig.pico.tmp X86PreTileConfig.pico.tmp X86RegisterBankInfo.pico.tmp X86RegisterInfo.pico.tmp X86SelectionDAGInfo.pico.tmp X86ShuffleDecodeConstantPool.pico.tmp X86SpeculativeExecutionSideEffectSuppression.pico.tmp X86SpeculativeLoadHardening.pico.tmp X86Subtarget.pico.tmp X86TargetMachine.pico.tmp X86TargetObjectFile.pico.tmp X86TargetTransformInfo.pico.tmp X86TileConfig.pico.tmp X86VZeroUpper.pico.tmp X86WinAllocaExpander.pico.tmp X86WinEHState.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librmt && rm -f librmt_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_pic.a X86AsmPrinter.pico X86AvoidStoreForwardingBlocks.pico X86AvoidTrailingCall.pico X86CallFrameOptimization.pico X86CallingConv.pico X86CallLowering.pico X86CmovConversion.pico X86DiscriminateMemOps.pico X86DomainReassignment.pico X86EvexToVex.pico X86ExpandPseudo.pico X86FastISel.pico X86FastTileConfig.pico X86FixupBWInsts.pico X86FixupLEAs.pico X86FixupSetCC.pico X86FlagsCopyLowering.pico X86FloatingPoint.pico X86FrameLowering.pico X86IndirectBranchTracking.pico X86IndirectThunks.pico X86InsertPrefetch.pico X86InsertWait.pico X86InstCombineIntrinsic.pico X86InstrFMA3Info.pico X86InstrFoldTables.pico X86InstrInfo.pico X86InstructionSelector.pico X86InterleavedAccess.pico X86ISelDAGToDAG.pico X86ISelLowering.pico X86LegalizerInfo.pico X86LoadValueInjectionLoadHardening.pico X86LoadValueInjectionRetHardening.pico X86LowerAMXIntrinsics.pico X86LowerAMXType.pico X86LowerTileCopy.pico X86MachineFunctionInfo.pico X86MacroFusion.pico X86MCInstLower.pico X86OptimizeLEAs.pico X86PadShortFunction.pico X86PartialReduction.pico X86PreAMXConfig.pico X86PreTileConfig.pico X86RegisterBankInfo.pico X86RegisterInfo.pico X86SelectionDAGInfo.pico X86ShuffleDecodeConstantPool.pico X86SpeculativeExecutionSideEffectSuppression.pico X86SpeculativeLoadHardening.pico X86Subtarget.pico X86TargetMachine.pico X86TargetObjectFile.pico X86TargetTransformInfo.pico X86TileConfig.pico X86VZeroUpper.pico X86WinAllocaExpander.pico X86WinEHState.pico X86AsmPrinter.pico.tmp X86AvoidStoreForwardingBlocks.pico.tmp X86AvoidTrailingCall.pico.tmp X86CallFrameOptimization.pico.tmp X86CallingConv.pico.tmp X86CallLowering.pico.tmp X86CmovConversion.pico.tmp X86DiscriminateMemOps.pico.tmp X86DomainReassignment.pico.tmp X86EvexToVex.pico.tmp X86ExpandPseudo.pico.tmp X86FastISel.pico.tmp X86FastTileConfig.pico.tmp X86FixupBWInsts.pico.tmp X86FixupLEAs.pico.tmp X86FixupSetCC.pico.tmp X86FlagsCopyLowering.pico.tmp X86FloatingPoint.pico.tmp X86FrameLowering.pico.tmp X86IndirectBranchTracking.pico.tmp X86IndirectThunks.pico.tmp X86InsertPrefetch.pico.tmp X86InsertWait.pico.tmp X86InstCombineIntrinsic.pico.tmp X86InstrFMA3Info.pico.tmp X86InstrFoldTables.pico.tmp X86InstrInfo.pico.tmp X86InstructionSelector.pico.tmp X86InterleavedAccess.pico.tmp X86ISelDAGToDAG.pico.tmp X86ISelLowering.pico.tmp X86LegalizerInfo.pico.tmp X86LoadValueInjectionLoadHardening.pico.tmp X86LoadValueInjectionRetHardening.pico.tmp X86LowerAMXIntrinsics.pico.tmp X86LowerAMXType.pico.tmp X86LowerTileCopy.pico.tmp X86MachineFunctionInfo.pico.tmp X86MacroFusion.pico.tmp X86MCInstLower.pico.tmp X86OptimizeLEAs.pico.tmp X86PadShortFunction.pico.tmp X86PartialReduction.pico.tmp X86PreAMXConfig.pico.tmp X86PreTileConfig.pico.tmp X86RegisterBankInfo.pico.tmp X86RegisterInfo.pico.tmp X86SelectionDAGInfo.pico.tmp X86ShuffleDecodeConstantPool.pico.tmp X86SpeculativeExecutionSideEffectSuppression.pico.tmp X86SpeculativeLoadHardening.pico.tmp X86Subtarget.pico.tmp X86TargetMachine.pico.tmp X86TargetObjectFile.pico.tmp X86TargetTransformInfo.pico.tmp X86TileConfig.pico.tmp X86VZeroUpper.pico.tmp X86WinAllocaExpander.pico.tmp X86WinEHState.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librmt && rm -f librmt_g.a || true) --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librmt && rm -f librmt_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f llib-lLLVMX86CodeGen.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librmt && rm -f librmt_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f llib-lLLVMX86CodeGen.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librmt && rm -f llib-lrmt.ln rmtlib.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f X86GenAsmMatcher.inc X86GenAsmMatcher.inc.d X86GenAsmWriter.inc X86GenAsmWriter.inc.d X86GenAsmWriter1.inc X86GenAsmWriter1.inc.d X86GenCallingConv.inc X86GenCallingConv.inc.d X86GenDAGISel.inc X86GenDAGISel.inc.d X86GenDisassemblerTables.inc X86GenDisassemblerTables.inc.d X86GenEVEX2VEXTables.inc X86GenEVEX2VEXTables.inc.d X86GenFastISel.inc X86GenFastISel.inc.d X86GenGlobalISel.inc X86GenGlobalISel.inc.d X86GenInstrInfo.inc X86GenInstrInfo.inc.d X86GenRegisterBank.inc X86GenRegisterBank.inc.d X86GenRegisterInfo.inc X86GenRegisterInfo.inc.d X86GenSubtargetInfo.inc X86GenSubtargetInfo.inc.d libLLVMX86CodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librmt && rm -f llib-lrmt.ln rmtlib.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f X86GenAsmMatcher.inc X86GenAsmMatcher.inc.d X86GenAsmWriter.inc X86GenAsmWriter.inc.d X86GenAsmWriter1.inc X86GenAsmWriter1.inc.d X86GenCallingConv.inc X86GenCallingConv.inc.d X86GenDAGISel.inc X86GenDAGISel.inc.d X86GenDisassemblerTables.inc X86GenDisassemblerTables.inc.d X86GenEVEX2VEXTables.inc X86GenEVEX2VEXTables.inc.d X86GenFastISel.inc X86GenFastISel.inc.d X86GenGlobalISel.inc X86GenGlobalISel.inc.d X86GenInstrInfo.inc X86GenInstrInfo.inc.d X86GenRegisterBank.inc X86GenRegisterBank.inc.d X86GenRegisterInfo.inc X86GenRegisterInfo.inc.d X86GenSubtargetInfo.inc X86GenSubtargetInfo.inc.d libLLVMX86CodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librmt && rm -f librmt.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librmt && rm -f librmt.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f .depend X86AsmPrinter.d X86AvoidStoreForwardingBlocks.d X86AvoidTrailingCall.d X86CallFrameOptimization.d X86CallLowering.d X86CallingConv.d X86CmovConversion.d X86DiscriminateMemOps.d X86DomainReassignment.d X86EvexToVex.d X86ExpandPseudo.d X86FastISel.d X86FastTileConfig.d X86FixupBWInsts.d X86FixupLEAs.d X86FixupSetCC.d X86FlagsCopyLowering.d X86FloatingPoint.d X86FrameLowering.d X86ISelDAGToDAG.d X86ISelLowering.d X86IndirectBranchTracking.d X86IndirectThunks.d X86InsertPrefetch.d X86InsertWait.d X86InstCombineIntrinsic.d X86InstrFMA3Info.d X86InstrFoldTables.d X86InstrInfo.d X86InstructionSelector.d X86InterleavedAccess.d X86LegalizerInfo.d X86LoadValueInjectionLoadHardening.d X86LoadValueInjectionRetHardening.d X86LowerAMXIntrinsics.d X86LowerAMXType.d X86LowerTileCopy.d X86MCInstLower.d X86MachineFunctionInfo.d X86MacroFusion.d X86OptimizeLEAs.d X86PadShortFunction.d X86PartialReduction.d X86PreAMXConfig.d X86PreTileConfig.d X86RegisterBankInfo.d X86RegisterInfo.d X86SelectionDAGInfo.d X86ShuffleDecodeConstantPool.d X86SpeculativeExecutionSideEffectSuppression.d X86SpeculativeLoadHardening.d X86Subtarget.d X86TargetMachine.d X86TargetObjectFile.d X86TargetTransformInfo.d X86TileConfig.d X86VZeroUpper.d X86WinAllocaExpander.d X86WinEHState.d X86AsmPrinter.d.tmp X86AvoidStoreForwardingBlocks.d.tmp X86AvoidTrailingCall.d.tmp X86CallFrameOptimization.d.tmp X86CallLowering.d.tmp X86CallingConv.d.tmp X86CmovConversion.d.tmp X86DiscriminateMemOps.d.tmp X86DomainReassignment.d.tmp X86EvexToVex.d.tmp X86ExpandPseudo.d.tmp X86FastISel.d.tmp X86FastTileConfig.d.tmp X86FixupBWInsts.d.tmp X86FixupLEAs.d.tmp X86FixupSetCC.d.tmp X86FlagsCopyLowering.d.tmp X86FloatingPoint.d.tmp X86FrameLowering.d.tmp X86ISelDAGToDAG.d.tmp X86ISelLowering.d.tmp X86IndirectBranchTracking.d.tmp X86IndirectThunks.d.tmp X86InsertPrefetch.d.tmp X86InsertWait.d.tmp X86InstCombineIntrinsic.d.tmp X86InstrFMA3Info.d.tmp X86InstrFoldTables.d.tmp X86InstrInfo.d.tmp X86InstructionSelector.d.tmp X86InterleavedAccess.d.tmp X86LegalizerInfo.d.tmp X86LoadValueInjectionLoadHardening.d.tmp X86LoadValueInjectionRetHardening.d.tmp X86LowerAMXIntrinsics.d.tmp X86LowerAMXType.d.tmp X86LowerTileCopy.d.tmp X86MCInstLower.d.tmp X86MachineFunctionInfo.d.tmp X86MacroFusion.d.tmp X86OptimizeLEAs.d.tmp X86PadShortFunction.d.tmp X86PartialReduction.d.tmp X86PreAMXConfig.d.tmp X86PreTileConfig.d.tmp X86RegisterBankInfo.d.tmp X86RegisterInfo.d.tmp X86SelectionDAGInfo.d.tmp X86ShuffleDecodeConstantPool.d.tmp X86SpeculativeExecutionSideEffectSuppression.d.tmp X86SpeculativeLoadHardening.d.tmp X86Subtarget.d.tmp X86TargetMachine.d.tmp X86TargetObjectFile.d.tmp X86TargetTransformInfo.d.tmp X86TileConfig.d.tmp X86VZeroUpper.d.tmp X86WinAllocaExpander.d.tmp X86WinEHState.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f .depend X86AsmPrinter.d X86AvoidStoreForwardingBlocks.d X86AvoidTrailingCall.d X86CallFrameOptimization.d X86CallLowering.d X86CallingConv.d X86CmovConversion.d X86DiscriminateMemOps.d X86DomainReassignment.d X86EvexToVex.d X86ExpandPseudo.d X86FastISel.d X86FastTileConfig.d X86FixupBWInsts.d X86FixupLEAs.d X86FixupSetCC.d X86FlagsCopyLowering.d X86FloatingPoint.d X86FrameLowering.d X86ISelDAGToDAG.d X86ISelLowering.d X86IndirectBranchTracking.d X86IndirectThunks.d X86InsertPrefetch.d X86InsertWait.d X86InstCombineIntrinsic.d X86InstrFMA3Info.d X86InstrFoldTables.d X86InstrInfo.d X86InstructionSelector.d X86InterleavedAccess.d X86LegalizerInfo.d X86LoadValueInjectionLoadHardening.d X86LoadValueInjectionRetHardening.d X86LowerAMXIntrinsics.d X86LowerAMXType.d X86LowerTileCopy.d X86MCInstLower.d X86MachineFunctionInfo.d X86MacroFusion.d X86OptimizeLEAs.d X86PadShortFunction.d X86PartialReduction.d X86PreAMXConfig.d X86PreTileConfig.d X86RegisterBankInfo.d X86RegisterInfo.d X86SelectionDAGInfo.d X86ShuffleDecodeConstantPool.d X86SpeculativeExecutionSideEffectSuppression.d X86SpeculativeLoadHardening.d X86Subtarget.d X86TargetMachine.d X86TargetObjectFile.d X86TargetTransformInfo.d X86TileConfig.d X86VZeroUpper.d X86WinAllocaExpander.d X86WinEHState.d X86AsmPrinter.d.tmp X86AvoidStoreForwardingBlocks.d.tmp X86AvoidTrailingCall.d.tmp X86CallFrameOptimization.d.tmp X86CallLowering.d.tmp X86CallingConv.d.tmp X86CmovConversion.d.tmp X86DiscriminateMemOps.d.tmp X86DomainReassignment.d.tmp X86EvexToVex.d.tmp X86ExpandPseudo.d.tmp X86FastISel.d.tmp X86FastTileConfig.d.tmp X86FixupBWInsts.d.tmp X86FixupLEAs.d.tmp X86FixupSetCC.d.tmp X86FlagsCopyLowering.d.tmp X86FloatingPoint.d.tmp X86FrameLowering.d.tmp X86ISelDAGToDAG.d.tmp X86ISelLowering.d.tmp X86IndirectBranchTracking.d.tmp X86IndirectThunks.d.tmp X86InsertPrefetch.d.tmp X86InsertWait.d.tmp X86InstCombineIntrinsic.d.tmp X86InstrFMA3Info.d.tmp X86InstrFoldTables.d.tmp X86InstrInfo.d.tmp X86InstructionSelector.d.tmp X86InterleavedAccess.d.tmp X86LegalizerInfo.d.tmp X86LoadValueInjectionLoadHardening.d.tmp X86LoadValueInjectionRetHardening.d.tmp X86LowerAMXIntrinsics.d.tmp X86LowerAMXType.d.tmp X86LowerTileCopy.d.tmp X86MCInstLower.d.tmp X86MachineFunctionInfo.d.tmp X86MacroFusion.d.tmp X86OptimizeLEAs.d.tmp X86PadShortFunction.d.tmp X86PartialReduction.d.tmp X86PreAMXConfig.d.tmp X86PreTileConfig.d.tmp X86RegisterBankInfo.d.tmp X86RegisterInfo.d.tmp X86SelectionDAGInfo.d.tmp X86ShuffleDecodeConstantPool.d.tmp X86SpeculativeExecutionSideEffectSuppression.d.tmp X86SpeculativeLoadHardening.d.tmp X86Subtarget.d.tmp X86TargetMachine.d.tmp X86TargetObjectFile.d.tmp X86TargetTransformInfo.d.tmp X86TileConfig.d.tmp X86VZeroUpper.d.tmp X86WinAllocaExpander.d.tmp X86WinEHState.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librmt && rm -f rmtops.html3 .depend rmtlib.d rmtlib.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librmt && rm -f rmtops.html3 .depend rmtlib.d rmtlib.d.tmp tags || true) --- cleandir-external --- --- cleandir-libLLVMAMDGPUMCTargetDesc --- cleandir ===> external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc --- cleandir-lib --- --- cleandir-librpcsvc --- cleandir ===> lib/librpcsvc --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librpcsvc && rm -f bootparam_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h rusers.h rquota.h rstat.h rwall.h sm_inter.h spray.h yp.h yppasswd.h bootparam_prot_xdr.c klm_prot_xdr.c mount_xdr.c nfs_prot_xdr.c nlm_prot_xdr.c rex_xdr.c rnusers_xdr.c rusers_xdr.c rquota_xdr.c rstat_xdr.c rwall_xdr.c sm_inter_xdr.c spray_xdr.c yp_xdr.c yppasswd_xdr.c librpcsvc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc.a AMDGPUAsmBackend.o AMDGPUELFObjectWriter.o AMDGPUELFStreamer.o AMDGPUInstPrinter.o AMDGPUMCAsmInfo.o AMDGPUMCCodeEmitter.o AMDGPUMCTargetDesc.o AMDGPUTargetStreamer.o R600MCCodeEmitter.o R600MCTargetDesc.o SIMCCodeEmitter.o AMDGPUAsmBackend.o.tmp AMDGPUELFObjectWriter.o.tmp AMDGPUELFStreamer.o.tmp AMDGPUInstPrinter.o.tmp AMDGPUMCAsmInfo.o.tmp AMDGPUMCCodeEmitter.o.tmp AMDGPUMCTargetDesc.o.tmp AMDGPUTargetStreamer.o.tmp R600MCCodeEmitter.o.tmp R600MCTargetDesc.o.tmp SIMCCodeEmitter.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librpcsvc && rm -f bootparam_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h rusers.h rquota.h rstat.h rwall.h sm_inter.h spray.h yp.h yppasswd.h bootparam_prot_xdr.c klm_prot_xdr.c mount_xdr.c nfs_prot_xdr.c nlm_prot_xdr.c rex_xdr.c rnusers_xdr.c rusers_xdr.c rquota_xdr.c rstat_xdr.c rwall_xdr.c sm_inter_xdr.c spray_xdr.c yp_xdr.c yppasswd_xdr.c librpcsvc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc.a AMDGPUAsmBackend.o AMDGPUELFObjectWriter.o AMDGPUELFStreamer.o AMDGPUInstPrinter.o AMDGPUMCAsmInfo.o AMDGPUMCCodeEmitter.o AMDGPUMCTargetDesc.o AMDGPUTargetStreamer.o R600MCCodeEmitter.o R600MCTargetDesc.o SIMCCodeEmitter.o AMDGPUAsmBackend.o.tmp AMDGPUELFObjectWriter.o.tmp AMDGPUELFStreamer.o.tmp AMDGPUInstPrinter.o.tmp AMDGPUMCAsmInfo.o.tmp AMDGPUMCCodeEmitter.o.tmp AMDGPUMCTargetDesc.o.tmp AMDGPUTargetStreamer.o.tmp R600MCCodeEmitter.o.tmp R600MCTargetDesc.o.tmp SIMCCodeEmitter.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librpcsvc && rm -f librpcsvc.a bootparam_prot_xdr.o klm_prot_xdr.o mount_xdr.o nfs_prot_xdr.o nlm_prot_xdr.o rex_xdr.o rnusers_xdr.o rusers_xdr.o rquota_xdr.o rstat_xdr.o rwall_xdr.o sm_inter_xdr.o spray_xdr.o yp_xdr.o yppasswd_xdr.o bootparam_prot_xdr.o.tmp klm_prot_xdr.o.tmp mount_xdr.o.tmp nfs_prot_xdr.o.tmp nlm_prot_xdr.o.tmp rex_xdr.o.tmp rnusers_xdr.o.tmp rusers_xdr.o.tmp rquota_xdr.o.tmp rstat_xdr.o.tmp rwall_xdr.o.tmp sm_inter_xdr.o.tmp spray_xdr.o.tmp yp_xdr.o.tmp yppasswd_xdr.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librpcsvc && rm -f librpcsvc.a bootparam_prot_xdr.o klm_prot_xdr.o mount_xdr.o nfs_prot_xdr.o nlm_prot_xdr.o rex_xdr.o rnusers_xdr.o rusers_xdr.o rquota_xdr.o rstat_xdr.o rwall_xdr.o sm_inter_xdr.o spray_xdr.o yp_xdr.o yppasswd_xdr.o bootparam_prot_xdr.o.tmp klm_prot_xdr.o.tmp mount_xdr.o.tmp nfs_prot_xdr.o.tmp nlm_prot_xdr.o.tmp rex_xdr.o.tmp rnusers_xdr.o.tmp rusers_xdr.o.tmp rquota_xdr.o.tmp rstat_xdr.o.tmp rwall_xdr.o.tmp sm_inter_xdr.o.tmp spray_xdr.o.tmp yp_xdr.o.tmp yppasswd_xdr.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_p.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librpcsvc && rm -f librpcsvc_p.a bootparam_prot_xdr.po klm_prot_xdr.po mount_xdr.po nfs_prot_xdr.po nlm_prot_xdr.po rex_xdr.po rnusers_xdr.po rusers_xdr.po rquota_xdr.po rstat_xdr.po rwall_xdr.po sm_inter_xdr.po spray_xdr.po yp_xdr.po yppasswd_xdr.po bootparam_prot_xdr.po.tmp klm_prot_xdr.po.tmp mount_xdr.po.tmp nfs_prot_xdr.po.tmp nlm_prot_xdr.po.tmp rex_xdr.po.tmp rnusers_xdr.po.tmp rusers_xdr.po.tmp rquota_xdr.po.tmp rstat_xdr.po.tmp rwall_xdr.po.tmp sm_inter_xdr.po.tmp spray_xdr.po.tmp yp_xdr.po.tmp yppasswd_xdr.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librpcsvc && rm -f librpcsvc_p.a bootparam_prot_xdr.po klm_prot_xdr.po mount_xdr.po nfs_prot_xdr.po nlm_prot_xdr.po rex_xdr.po rnusers_xdr.po rusers_xdr.po rquota_xdr.po rstat_xdr.po rwall_xdr.po sm_inter_xdr.po spray_xdr.po yp_xdr.po yppasswd_xdr.po bootparam_prot_xdr.po.tmp klm_prot_xdr.po.tmp mount_xdr.po.tmp nfs_prot_xdr.po.tmp nlm_prot_xdr.po.tmp rex_xdr.po.tmp rnusers_xdr.po.tmp rusers_xdr.po.tmp rquota_xdr.po.tmp rstat_xdr.po.tmp rwall_xdr.po.tmp sm_inter_xdr.po.tmp spray_xdr.po.tmp yp_xdr.po.tmp yppasswd_xdr.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librpcsvc && rm -f librpcsvc_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_pic.a AMDGPUAsmBackend.pico AMDGPUELFObjectWriter.pico AMDGPUELFStreamer.pico AMDGPUInstPrinter.pico AMDGPUMCAsmInfo.pico AMDGPUMCCodeEmitter.pico AMDGPUMCTargetDesc.pico AMDGPUTargetStreamer.pico R600MCCodeEmitter.pico R600MCTargetDesc.pico SIMCCodeEmitter.pico AMDGPUAsmBackend.pico.tmp AMDGPUELFObjectWriter.pico.tmp AMDGPUELFStreamer.pico.tmp AMDGPUInstPrinter.pico.tmp AMDGPUMCAsmInfo.pico.tmp AMDGPUMCCodeEmitter.pico.tmp AMDGPUMCTargetDesc.pico.tmp AMDGPUTargetStreamer.pico.tmp R600MCCodeEmitter.pico.tmp R600MCTargetDesc.pico.tmp SIMCCodeEmitter.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librpcsvc && rm -f librpcsvc_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_pic.a AMDGPUAsmBackend.pico AMDGPUELFObjectWriter.pico AMDGPUELFStreamer.pico AMDGPUInstPrinter.pico AMDGPUMCAsmInfo.pico AMDGPUMCCodeEmitter.pico AMDGPUMCTargetDesc.pico AMDGPUTargetStreamer.pico R600MCCodeEmitter.pico R600MCTargetDesc.pico SIMCCodeEmitter.pico AMDGPUAsmBackend.pico.tmp AMDGPUELFObjectWriter.pico.tmp AMDGPUELFStreamer.pico.tmp AMDGPUInstPrinter.pico.tmp AMDGPUMCAsmInfo.pico.tmp AMDGPUMCCodeEmitter.pico.tmp AMDGPUMCTargetDesc.pico.tmp AMDGPUTargetStreamer.pico.tmp R600MCCodeEmitter.pico.tmp R600MCTargetDesc.pico.tmp SIMCCodeEmitter.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librpcsvc && rm -f librpcsvc_pic.a librpcsvc.so.* librpcsvc.so bootparam_prot_xdr.pico klm_prot_xdr.pico mount_xdr.pico nfs_prot_xdr.pico nlm_prot_xdr.pico rex_xdr.pico rnusers_xdr.pico rusers_xdr.pico rquota_xdr.pico rstat_xdr.pico rwall_xdr.pico sm_inter_xdr.pico spray_xdr.pico yp_xdr.pico yppasswd_xdr.pico bootparam_prot_xdr.pico.tmp klm_prot_xdr.pico.tmp mount_xdr.pico.tmp nfs_prot_xdr.pico.tmp nlm_prot_xdr.pico.tmp rex_xdr.pico.tmp rnusers_xdr.pico.tmp rusers_xdr.pico.tmp rquota_xdr.pico.tmp rstat_xdr.pico.tmp rwall_xdr.pico.tmp sm_inter_xdr.pico.tmp spray_xdr.pico.tmp yp_xdr.pico.tmp yppasswd_xdr.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f llib-lLLVMAMDGPUMCTargetDesc.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librpcsvc && rm -f librpcsvc_pic.a librpcsvc.so.* librpcsvc.so bootparam_prot_xdr.pico klm_prot_xdr.pico mount_xdr.pico nfs_prot_xdr.pico nlm_prot_xdr.pico rex_xdr.pico rnusers_xdr.pico rusers_xdr.pico rquota_xdr.pico rstat_xdr.pico rwall_xdr.pico sm_inter_xdr.pico spray_xdr.pico yp_xdr.pico yppasswd_xdr.pico bootparam_prot_xdr.pico.tmp klm_prot_xdr.pico.tmp mount_xdr.pico.tmp nfs_prot_xdr.pico.tmp nlm_prot_xdr.pico.tmp rex_xdr.pico.tmp rnusers_xdr.pico.tmp rusers_xdr.pico.tmp rquota_xdr.pico.tmp rstat_xdr.pico.tmp rwall_xdr.pico.tmp sm_inter_xdr.pico.tmp spray_xdr.pico.tmp yp_xdr.pico.tmp yppasswd_xdr.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f llib-lLLVMAMDGPUMCTargetDesc.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librpcsvc && rm -f llib-lrpcsvc.ln bootparam_prot_xdr.ln klm_prot_xdr.ln mount_xdr.ln nfs_prot_xdr.ln nlm_prot_xdr.ln rex_xdr.ln rnusers_xdr.ln rusers_xdr.ln rquota_xdr.ln rstat_xdr.ln rwall_xdr.ln sm_inter_xdr.ln spray_xdr.ln yp_xdr.ln yppasswd_xdr.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librpcsvc && rm -f llib-lrpcsvc.ln bootparam_prot_xdr.ln klm_prot_xdr.ln mount_xdr.ln nfs_prot_xdr.ln nlm_prot_xdr.ln rex_xdr.ln rnusers_xdr.ln rusers_xdr.ln rquota_xdr.ln rstat_xdr.ln rwall_xdr.ln sm_inter_xdr.ln spray_xdr.ln yp_xdr.ln yppasswd_xdr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librpcsvc && rm -f .depend bootparam_prot_xdr.d klm_prot_xdr.d mount_xdr.d nfs_prot_xdr.d nlm_prot_xdr.d rex_xdr.d rnusers_xdr.d rquota_xdr.d rstat_xdr.d rusers_xdr.d rwall_xdr.d sm_inter_xdr.d spray_xdr.d yp_xdr.d yppasswd_xdr.d bootparam_prot_xdr.d.tmp klm_prot_xdr.d.tmp mount_xdr.d.tmp nfs_prot_xdr.d.tmp nlm_prot_xdr.d.tmp rex_xdr.d.tmp rnusers_xdr.d.tmp rquota_xdr.d.tmp rstat_xdr.d.tmp rusers_xdr.d.tmp rwall_xdr.d.tmp sm_inter_xdr.d.tmp spray_xdr.d.tmp yp_xdr.d.tmp yppasswd_xdr.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f .depend AMDGPUAsmBackend.d AMDGPUELFObjectWriter.d AMDGPUELFStreamer.d AMDGPUInstPrinter.d AMDGPUMCAsmInfo.d AMDGPUMCCodeEmitter.d AMDGPUMCTargetDesc.d AMDGPUTargetStreamer.d R600MCCodeEmitter.d R600MCTargetDesc.d SIMCCodeEmitter.d AMDGPUAsmBackend.d.tmp AMDGPUELFObjectWriter.d.tmp AMDGPUELFStreamer.d.tmp AMDGPUInstPrinter.d.tmp AMDGPUMCAsmInfo.d.tmp AMDGPUMCCodeEmitter.d.tmp AMDGPUMCTargetDesc.d.tmp AMDGPUTargetStreamer.d.tmp R600MCCodeEmitter.d.tmp R600MCTargetDesc.d.tmp SIMCCodeEmitter.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librpcsvc && rm -f .depend bootparam_prot_xdr.d klm_prot_xdr.d mount_xdr.d nfs_prot_xdr.d nlm_prot_xdr.d rex_xdr.d rnusers_xdr.d rquota_xdr.d rstat_xdr.d rusers_xdr.d rwall_xdr.d sm_inter_xdr.d spray_xdr.d yp_xdr.d yppasswd_xdr.d bootparam_prot_xdr.d.tmp klm_prot_xdr.d.tmp mount_xdr.d.tmp nfs_prot_xdr.d.tmp nlm_prot_xdr.d.tmp rex_xdr.d.tmp rnusers_xdr.d.tmp rquota_xdr.d.tmp rstat_xdr.d.tmp rusers_xdr.d.tmp rwall_xdr.d.tmp sm_inter_xdr.d.tmp spray_xdr.d.tmp yp_xdr.d.tmp yppasswd_xdr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f .depend AMDGPUAsmBackend.d AMDGPUELFObjectWriter.d AMDGPUELFStreamer.d AMDGPUInstPrinter.d AMDGPUMCAsmInfo.d AMDGPUMCCodeEmitter.d AMDGPUMCTargetDesc.d AMDGPUTargetStreamer.d R600MCCodeEmitter.d R600MCTargetDesc.d SIMCCodeEmitter.d AMDGPUAsmBackend.d.tmp AMDGPUELFObjectWriter.d.tmp AMDGPUELFStreamer.d.tmp AMDGPUInstPrinter.d.tmp AMDGPUMCAsmInfo.d.tmp AMDGPUMCCodeEmitter.d.tmp AMDGPUMCTargetDesc.d.tmp AMDGPUTargetStreamer.d.tmp R600MCCodeEmitter.d.tmp R600MCTargetDesc.d.tmp SIMCCodeEmitter.d.tmp tags || true) --- cleandir-lib --- --- cleandir-librt --- --- cleandir-external --- --- cleandir-libLLVMAMDGPUTargetInfo --- --- cleandir-lib --- cleandir ===> lib/librt --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo --- libclean1 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo.a AMDGPUTargetInfo.o AMDGPUTargetInfo.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librt && rm -f librt.a sem.o shm.o pset.o aio_cancel.o aio_error.o aio_fsync.o aio_read.o aio_return.o aio_write.o lio_listio.o mq_close.o mq_getattr.o mq_notify.o mq_open.o mq_setattr.o mq_unlink.o pset_create.o pset_destroy.o pset_assign.o _pset_bind.o cerror.o sem.o.tmp shm.o.tmp pset.o.tmp aio_cancel.o.tmp aio_error.o.tmp aio_fsync.o.tmp aio_read.o.tmp aio_return.o.tmp aio_write.o.tmp lio_listio.o.tmp mq_close.o.tmp mq_getattr.o.tmp mq_notify.o.tmp mq_open.o.tmp mq_setattr.o.tmp mq_unlink.o.tmp pset_create.o.tmp pset_destroy.o.tmp pset_assign.o.tmp _pset_bind.o.tmp cerror.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo.a AMDGPUTargetInfo.o AMDGPUTargetInfo.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librt && rm -f librt.a sem.o shm.o pset.o aio_cancel.o aio_error.o aio_fsync.o aio_read.o aio_return.o aio_write.o lio_listio.o mq_close.o mq_getattr.o mq_notify.o mq_open.o mq_setattr.o mq_unlink.o pset_create.o pset_destroy.o pset_assign.o _pset_bind.o cerror.o sem.o.tmp shm.o.tmp pset.o.tmp aio_cancel.o.tmp aio_error.o.tmp aio_fsync.o.tmp aio_read.o.tmp aio_return.o.tmp aio_write.o.tmp lio_listio.o.tmp mq_close.o.tmp mq_getattr.o.tmp mq_notify.o.tmp mq_open.o.tmp mq_setattr.o.tmp mq_unlink.o.tmp pset_create.o.tmp pset_destroy.o.tmp pset_assign.o.tmp _pset_bind.o.tmp cerror.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librt && rm -f librt_p.a sem.po shm.po pset.po aio_cancel.po aio_error.po aio_fsync.po aio_read.po aio_return.po aio_write.po lio_listio.po mq_close.po mq_getattr.po mq_notify.po mq_open.po mq_setattr.po mq_unlink.po pset_create.po pset_destroy.po pset_assign.po _pset_bind.po cerror.po sem.po.tmp shm.po.tmp pset.po.tmp aio_cancel.po.tmp aio_error.po.tmp aio_fsync.po.tmp aio_read.po.tmp aio_return.po.tmp aio_write.po.tmp lio_listio.po.tmp mq_close.po.tmp mq_getattr.po.tmp mq_notify.po.tmp mq_open.po.tmp mq_setattr.po.tmp mq_unlink.po.tmp pset_create.po.tmp pset_destroy.po.tmp pset_assign.po.tmp _pset_bind.po.tmp cerror.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librt && rm -f librt_p.a sem.po shm.po pset.po aio_cancel.po aio_error.po aio_fsync.po aio_read.po aio_return.po aio_write.po lio_listio.po mq_close.po mq_getattr.po mq_notify.po mq_open.po mq_setattr.po mq_unlink.po pset_create.po pset_destroy.po pset_assign.po _pset_bind.po cerror.po sem.po.tmp shm.po.tmp pset.po.tmp aio_cancel.po.tmp aio_error.po.tmp aio_fsync.po.tmp aio_read.po.tmp aio_return.po.tmp aio_write.po.tmp lio_listio.po.tmp mq_close.po.tmp mq_getattr.po.tmp mq_notify.po.tmp mq_open.po.tmp mq_setattr.po.tmp mq_unlink.po.tmp pset_create.po.tmp pset_destroy.po.tmp pset_assign.po.tmp _pset_bind.po.tmp cerror.po.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librt && rm -f librt_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librt && rm -f librt_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_pic.a AMDGPUTargetInfo.pico AMDGPUTargetInfo.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librt && rm -f librt_pic.a librt.so.* librt.so sem.pico shm.pico pset.pico aio_cancel.pico aio_error.pico aio_fsync.pico aio_read.pico aio_return.pico aio_write.pico lio_listio.pico mq_close.pico mq_getattr.pico mq_notify.pico mq_open.pico mq_setattr.pico mq_unlink.pico pset_create.pico pset_destroy.pico pset_assign.pico _pset_bind.pico cerror.pico sem.pico.tmp shm.pico.tmp pset.pico.tmp aio_cancel.pico.tmp aio_error.pico.tmp aio_fsync.pico.tmp aio_read.pico.tmp aio_return.pico.tmp aio_write.pico.tmp lio_listio.pico.tmp mq_close.pico.tmp mq_getattr.pico.tmp mq_notify.pico.tmp mq_open.pico.tmp mq_setattr.pico.tmp mq_unlink.pico.tmp pset_create.pico.tmp pset_destroy.pico.tmp pset_assign.pico.tmp _pset_bind.pico.tmp cerror.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_pic.a AMDGPUTargetInfo.pico AMDGPUTargetInfo.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librt && rm -f librt_pic.a librt.so.* librt.so sem.pico shm.pico pset.pico aio_cancel.pico aio_error.pico aio_fsync.pico aio_read.pico aio_return.pico aio_write.pico lio_listio.pico mq_close.pico mq_getattr.pico mq_notify.pico mq_open.pico mq_setattr.pico mq_unlink.pico pset_create.pico pset_destroy.pico pset_assign.pico _pset_bind.pico cerror.pico sem.pico.tmp shm.pico.tmp pset.pico.tmp aio_cancel.pico.tmp aio_error.pico.tmp aio_fsync.pico.tmp aio_read.pico.tmp aio_return.pico.tmp aio_write.pico.tmp lio_listio.pico.tmp mq_close.pico.tmp mq_getattr.pico.tmp mq_notify.pico.tmp mq_open.pico.tmp mq_setattr.pico.tmp mq_unlink.pico.tmp pset_create.pico.tmp pset_destroy.pico.tmp pset_assign.pico.tmp _pset_bind.pico.tmp cerror.pico.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f llib-lLLVMAMDGPUTargetInfo.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librt && rm -f llib-lrt.ln sem.ln shm.ln pset.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f llib-lLLVMAMDGPUTargetInfo.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librt && rm -f llib-lrt.ln sem.ln shm.ln pset.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librt && rm -f aio_cancel.S aio_error.S aio_fsync.S aio_read.S aio_return.S aio_write.S lio_listio.S mq_close.S mq_getattr.S mq_notify.S mq_open.S mq_setattr.S mq_unlink.S pset_create.S pset_destroy.S pset_assign.S _pset_bind.S librt.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librt && rm -f aio_cancel.S aio_error.S aio_fsync.S aio_read.S aio_return.S aio_write.S lio_listio.S mq_close.S mq_getattr.S mq_notify.S mq_open.S mq_setattr.S mq_unlink.S pset_create.S pset_destroy.S pset_assign.S _pset_bind.S librt.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f .depend AMDGPUTargetInfo.d AMDGPUTargetInfo.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f .depend AMDGPUTargetInfo.d AMDGPUTargetInfo.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librt && rm -f aio.html3 aio_cancel.html3 aio_error.html3 aio_fsync.html3 aio_read.html3 aio_return.html3 aio_suspend.html3 aio_write.html3 lio_listio.html3 mq.html3 mq_close.html3 mq_getattr.html3 mq_notify.html3 mq_open.html3 mq_receive.html3 mq_send.html3 mq_setattr.html3 mq_unlink.html3 pset.html3 sched.html3 shm_open.html3 sem_destroy.html3 sem_getvalue.html3 sem_init.html3 sem_open.html3 sem_post.html3 sem_wait.html3 .depend _pset_bind.d aio_cancel.d aio_error.d aio_fsync.d aio_read.d aio_return.d aio_write.d cerror.d lio_listio.d mq_close.d mq_getattr.d mq_notify.d mq_open.d mq_setattr.d mq_unlink.d pset.d pset_assign.d pset_create.d pset_destroy.d sem.d shm.d _pset_bind.d.tmp aio_cancel.d.tmp aio_error.d.tmp aio_fsync.d.tmp aio_read.d.tmp aio_return.d.tmp aio_write.d.tmp cerror.d.tmp lio_listio.d.tmp mq_close.d.tmp mq_getattr.d.tmp mq_notify.d.tmp mq_open.d.tmp mq_setattr.d.tmp mq_unlink.d.tmp pset.d.tmp pset_assign.d.tmp pset_create.d.tmp pset_destroy.d.tmp sem.d.tmp shm.d.tmp tags || true) --- cleandir-external --- --- cleandir-libLLVMAMDGPUAsmParser --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librt && rm -f aio.html3 aio_cancel.html3 aio_error.html3 aio_fsync.html3 aio_read.html3 aio_return.html3 aio_suspend.html3 aio_write.html3 lio_listio.html3 mq.html3 mq_close.html3 mq_getattr.html3 mq_notify.html3 mq_open.html3 mq_receive.html3 mq_send.html3 mq_setattr.html3 mq_unlink.html3 pset.html3 sched.html3 shm_open.html3 sem_destroy.html3 sem_getvalue.html3 sem_init.html3 sem_open.html3 sem_post.html3 sem_wait.html3 .depend _pset_bind.d aio_cancel.d aio_error.d aio_fsync.d aio_read.d aio_return.d aio_write.d cerror.d lio_listio.d mq_close.d mq_getattr.d mq_notify.d mq_open.d mq_setattr.d mq_unlink.d pset.d pset_assign.d pset_create.d pset_destroy.d sem.d shm.d _pset_bind.d.tmp aio_cancel.d.tmp aio_error.d.tmp aio_fsync.d.tmp aio_read.d.tmp aio_return.d.tmp aio_write.d.tmp cerror.d.tmp lio_listio.d.tmp mq_close.d.tmp mq_getattr.d.tmp mq_notify.d.tmp mq_open.d.tmp mq_setattr.d.tmp mq_unlink.d.tmp pset.d.tmp pset_assign.d.tmp pset_create.d.tmp pset_destroy.d.tmp sem.d.tmp shm.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMAMDGPUAsmParser --- cleandir-lib --- --- cleandir-libtelnet --- cleandir ===> lib/libtelnet --- libclean1 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libtelnet && rm -f libtelnet.a auth.o encrypt.o genget.o getent.o misc.o enc_des.o kerberos5.o sra.o pk.o auth.o.tmp encrypt.o.tmp genget.o.tmp getent.o.tmp misc.o.tmp enc_des.o.tmp kerberos5.o.tmp sra.o.tmp pk.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser.a AMDGPUAsmParser.o AMDGPUAsmParser.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libtelnet && rm -f libtelnet.a auth.o encrypt.o genget.o getent.o misc.o enc_des.o kerberos5.o sra.o pk.o auth.o.tmp encrypt.o.tmp genget.o.tmp getent.o.tmp misc.o.tmp enc_des.o.tmp kerberos5.o.tmp sra.o.tmp pk.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser.a AMDGPUAsmParser.o AMDGPUAsmParser.o.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libtelnet && rm -f libtelnet_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libtelnet && rm -f libtelnet_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_p.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libtelnet && rm -f libtelnet_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libtelnet && rm -f libtelnet_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_g.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libtelnet && rm -f libtelnet_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_pic.a AMDGPUAsmParser.pico AMDGPUAsmParser.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libtelnet && rm -f libtelnet_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_pic.a AMDGPUAsmParser.pico AMDGPUAsmParser.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libtelnet && rm -f llib-ltelnet.ln auth.ln encrypt.ln genget.ln getent.ln misc.ln enc_des.ln kerberos5.ln sra.ln pk.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f llib-lLLVMAMDGPUAsmParser.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libtelnet && rm -f llib-ltelnet.ln auth.ln encrypt.ln genget.ln getent.ln misc.ln enc_des.ln kerberos5.ln sra.ln pk.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f llib-lLLVMAMDGPUAsmParser.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libtelnet && rm -f libtelnet.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libtelnet && rm -f libtelnet.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libtelnet && rm -f .depend auth.d enc_des.d encrypt.d genget.d getent.d kerberos5.d misc.d pk.d sra.d auth.d.tmp enc_des.d.tmp encrypt.d.tmp genget.d.tmp getent.d.tmp kerberos5.d.tmp misc.d.tmp pk.d.tmp sra.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f .depend AMDGPUAsmParser.d AMDGPUAsmParser.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libtelnet && rm -f .depend auth.d enc_des.d encrypt.d genget.d getent.d kerberos5.d misc.d pk.d sra.d auth.d.tmp enc_des.d.tmp encrypt.d.tmp genget.d.tmp getent.d.tmp kerberos5.d.tmp misc.d.tmp pk.d.tmp sra.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f .depend AMDGPUAsmParser.d AMDGPUAsmParser.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libterminfo --- --- cleandir-external --- --- cleandir-libLLVMAMDGPUUtils --- --- cleandir-lib --- cleandir ===> lib/libterminfo --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMAMDGPUUtils --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libterminfo && rm -f libterminfo.a term.o ti.o setupterm.o curterm.o tparm.o tputs.o hash.o compile.o termcap.o term.o.tmp ti.o.tmp setupterm.o.tmp curterm.o.tmp tparm.o.tmp tputs.o.tmp hash.o.tmp compile.o.tmp termcap.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libterminfo && rm -f libterminfo.a term.o ti.o setupterm.o curterm.o tparm.o tputs.o hash.o compile.o termcap.o term.o.tmp ti.o.tmp setupterm.o.tmp curterm.o.tmp tparm.o.tmp tputs.o.tmp hash.o.tmp compile.o.tmp termcap.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils.a AMDGPUAsmUtils.o AMDGPUBaseInfo.o AMDGPULDSUtils.o AMDGPUPALMetadata.o AMDKernelCodeTUtils.o AMDGPUAsmUtils.o.tmp AMDGPUBaseInfo.o.tmp AMDGPULDSUtils.o.tmp AMDGPUPALMetadata.o.tmp AMDKernelCodeTUtils.o.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils.a AMDGPUAsmUtils.o AMDGPUBaseInfo.o AMDGPULDSUtils.o AMDGPUPALMetadata.o AMDKernelCodeTUtils.o AMDGPUAsmUtils.o.tmp AMDGPUBaseInfo.o.tmp AMDGPULDSUtils.o.tmp AMDGPUPALMetadata.o.tmp AMDKernelCodeTUtils.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libterminfo && rm -f libterminfo_p.a term.po ti.po setupterm.po curterm.po tparm.po tputs.po hash.po compile.po termcap.po term.po.tmp ti.po.tmp setupterm.po.tmp curterm.po.tmp tparm.po.tmp tputs.po.tmp hash.po.tmp compile.po.tmp termcap.po.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libterminfo && rm -f libterminfo_p.a term.po ti.po setupterm.po curterm.po tparm.po tputs.po hash.po compile.po termcap.po term.po.tmp ti.po.tmp setupterm.po.tmp curterm.po.tmp tparm.po.tmp tputs.po.tmp hash.po.tmp compile.po.tmp termcap.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_p.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libterminfo && rm -f libterminfo_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libterminfo && rm -f libterminfo_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_g.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libterminfo && rm -f libterminfo_pic.a libterminfo.so.* libterminfo.so term.pico ti.pico setupterm.pico curterm.pico tparm.pico tputs.pico hash.pico compile.pico termcap.pico term.pico.tmp ti.pico.tmp setupterm.pico.tmp curterm.pico.tmp tparm.pico.tmp tputs.pico.tmp hash.pico.tmp compile.pico.tmp termcap.pico.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libterminfo && rm -f libterminfo_pic.a libterminfo.so.* libterminfo.so term.pico ti.pico setupterm.pico curterm.pico tparm.pico tputs.pico hash.pico compile.pico termcap.pico term.pico.tmp ti.pico.tmp setupterm.pico.tmp curterm.pico.tmp tparm.pico.tmp tputs.pico.tmp hash.pico.tmp compile.pico.tmp termcap.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_pic.a AMDGPUAsmUtils.pico AMDGPUBaseInfo.pico AMDGPULDSUtils.pico AMDGPUPALMetadata.pico AMDKernelCodeTUtils.pico AMDGPUAsmUtils.pico.tmp AMDGPUBaseInfo.pico.tmp AMDGPULDSUtils.pico.tmp AMDGPUPALMetadata.pico.tmp AMDKernelCodeTUtils.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_pic.a AMDGPUAsmUtils.pico AMDGPUBaseInfo.pico AMDGPULDSUtils.pico AMDGPUPALMetadata.pico AMDKernelCodeTUtils.pico AMDGPUAsmUtils.pico.tmp AMDGPUBaseInfo.pico.tmp AMDGPULDSUtils.pico.tmp AMDGPUPALMetadata.pico.tmp AMDKernelCodeTUtils.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libterminfo && rm -f llib-lterminfo.ln term.ln ti.ln setupterm.ln curterm.ln tparm.ln tputs.ln hash.ln compile.ln termcap.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libterminfo && rm -f llib-lterminfo.ln term.ln ti.ln setupterm.ln curterm.ln tparm.ln tputs.ln hash.ln compile.ln termcap.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f llib-lLLVMAMDGPUUtils.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f llib-lLLVMAMDGPUUtils.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libterminfo && rm -f hash.c termcap_hash.c compiled_terms.c terminfo.5 libterminfo.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libterminfo && rm -f hash.c termcap_hash.c compiled_terms.c terminfo.5 libterminfo.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libterminfo && rm -f terminfo.html3 terminfo.html5 termcap.html3 .depend compile.d compiled_terms.d curterm.d hash.d setupterm.d term.d termcap.d termcap_hash.d ti.d tparm.d tputs.d compile.d.tmp compiled_terms.d.tmp curterm.d.tmp hash.d.tmp setupterm.d.tmp term.d.tmp termcap.d.tmp termcap_hash.d.tmp ti.d.tmp tparm.d.tmp tputs.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f .depend AMDGPUAsmUtils.d AMDGPUBaseInfo.d AMDGPULDSUtils.d AMDGPUPALMetadata.d AMDKernelCodeTUtils.d AMDGPUAsmUtils.d.tmp AMDGPUBaseInfo.d.tmp AMDGPULDSUtils.d.tmp AMDGPUPALMetadata.d.tmp AMDKernelCodeTUtils.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libterminfo && rm -f terminfo.html3 terminfo.html5 termcap.html3 .depend compile.d compiled_terms.d curterm.d hash.d setupterm.d term.d termcap.d termcap_hash.d ti.d tparm.d tputs.d compile.d.tmp compiled_terms.d.tmp curterm.d.tmp hash.d.tmp setupterm.d.tmp term.d.tmp termcap.d.tmp termcap_hash.d.tmp ti.d.tmp tparm.d.tmp tputs.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f .depend AMDGPUAsmUtils.d AMDGPUBaseInfo.d AMDGPULDSUtils.d AMDGPUPALMetadata.d AMDKernelCodeTUtils.d AMDGPUAsmUtils.d.tmp AMDGPUBaseInfo.d.tmp AMDGPULDSUtils.d.tmp AMDGPUPALMetadata.d.tmp AMDKernelCodeTUtils.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libusbhid --- cleandir ===> lib/libusbhid --- cleandir-external --- --- cleandir-libLLVMX86AsmParser --- cleandir ===> external/apache2/llvm/librt/libLLVMX86AsmParser --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libusbhid && rm -f libusbhid.a descr.o parse.o usage.o data.o descr.o.tmp parse.o.tmp usage.o.tmp data.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libusbhid && rm -f libusbhid.a descr.o parse.o usage.o data.o descr.o.tmp parse.o.tmp usage.o.tmp data.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser.a X86AsmParser.o X86AsmParser.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libusbhid && rm -f libusbhid_p.a descr.po parse.po usage.po data.po descr.po.tmp parse.po.tmp usage.po.tmp data.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser.a X86AsmParser.o X86AsmParser.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libusbhid && rm -f libusbhid_p.a descr.po parse.po usage.po data.po descr.po.tmp parse.po.tmp usage.po.tmp data.po.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libusbhid && rm -f libusbhid_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libusbhid && rm -f libusbhid_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libusbhid && rm -f libusbhid_pic.a libusbhid.so.* libusbhid.so descr.pico parse.pico usage.pico data.pico descr.pico.tmp parse.pico.tmp usage.pico.tmp data.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libusbhid && rm -f libusbhid_pic.a libusbhid.so.* libusbhid.so descr.pico parse.pico usage.pico data.pico descr.pico.tmp parse.pico.tmp usage.pico.tmp data.pico.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_pic.a X86AsmParser.pico X86AsmParser.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libusbhid && rm -f llib-lusbhid.ln descr.ln parse.ln usage.ln data.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_pic.a X86AsmParser.pico X86AsmParser.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libusbhid && rm -f llib-lusbhid.ln descr.ln parse.ln usage.ln data.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f llib-lLLVMX86AsmParser.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libusbhid && rm -f libusbhid.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f llib-lLLVMX86AsmParser.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libusbhid && rm -f libusbhid.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libusbhid && rm -f usbhid.html3 .depend data.d descr.d parse.d usage.d data.d.tmp descr.d.tmp parse.d.tmp usage.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libusbhid && rm -f usbhid.html3 .depend data.d descr.d parse.d usage.d data.d.tmp descr.d.tmp parse.d.tmp usage.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-libutil --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f .depend X86AsmParser.d X86AsmParser.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/libutil --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f .depend X86AsmParser.d X86AsmParser.d.tmp tags || true) --- cleandir-libLLVMX86Disassembler --- cleandir ===> external/apache2/llvm/librt/libLLVMX86Disassembler --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libutil && rm -f libutil.a snprintb.o proc_compare.o getfstypename.o efun.o getbootfile.o getbyteorder.o getlabelsector.o getmaxpartitions.o getfsspecname.o getmntopts.o getrawpartition.o getdiskrawname.o disklabel_dkcksum.o disklabel_scan.o if_media.o kinfo_getvmmap.o login.o loginx.o login_cap.o login_tty.o logout.o logoutx.o logwtmp.o logwtmpx.o opendisk.o parsedate.o passwd.o pw_scan.o pidfile.o pidlock.o pty.o raise_default_signal.o secure_path.o sockaddr_snprintf.o stat_flags.o strpct.o ttyaction.o ttymsg.o compat_passwd.o compat_loginx.o compat_login.o compat_parsedate.o compat_login_cap.o snprintb.o.tmp proc_compare.o.tmp getfstypename.o.tmp efun.o.tmp getbootfile.o.tmp getbyteorder.o.tmp getlabelsector.o.tmp getmaxpartitions.o.tmp getfsspecname.o.tmp getmntopts.o.tmp getrawpartition.o.tmp getdiskrawname.o.tmp disklabel_dkcksum.o.tmp disklabel_scan.o.tmp if_media.o.tmp kinfo_getvmmap.o.tmp login.o.tmp loginx.o.tmp login_cap.o.tmp login_tty.o.tmp logout.o.tmp logoutx.o.tmp logwtmp.o.tmp logwtmpx.o.tmp opendisk.o.tmp parsedate.o.tmp passwd.o.tmp pw_scan.o.tmp pidfile.o.tmp pidlock.o.tmp pty.o.tmp raise_default_signal.o.tmp secure_path.o.tmp sockaddr_snprintf.o.tmp stat_flags.o.tmp strpct.o.tmp ttyaction.o.tmp ttymsg.o.tmp compat_passwd.o.tmp compat_loginx.o.tmp compat_login.o.tmp compat_parsedate.o.tmp compat_login_cap.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libutil && rm -f libutil.a snprintb.o proc_compare.o getfstypename.o efun.o getbootfile.o getbyteorder.o getlabelsector.o getmaxpartitions.o getfsspecname.o getmntopts.o getrawpartition.o getdiskrawname.o disklabel_dkcksum.o disklabel_scan.o if_media.o kinfo_getvmmap.o login.o loginx.o login_cap.o login_tty.o logout.o logoutx.o logwtmp.o logwtmpx.o opendisk.o parsedate.o passwd.o pw_scan.o pidfile.o pidlock.o pty.o raise_default_signal.o secure_path.o sockaddr_snprintf.o stat_flags.o strpct.o ttyaction.o ttymsg.o compat_passwd.o compat_loginx.o compat_login.o compat_parsedate.o compat_login_cap.o snprintb.o.tmp proc_compare.o.tmp getfstypename.o.tmp efun.o.tmp getbootfile.o.tmp getbyteorder.o.tmp getlabelsector.o.tmp getmaxpartitions.o.tmp getfsspecname.o.tmp getmntopts.o.tmp getrawpartition.o.tmp getdiskrawname.o.tmp disklabel_dkcksum.o.tmp disklabel_scan.o.tmp if_media.o.tmp kinfo_getvmmap.o.tmp login.o.tmp loginx.o.tmp login_cap.o.tmp login_tty.o.tmp logout.o.tmp logoutx.o.tmp logwtmp.o.tmp logwtmpx.o.tmp opendisk.o.tmp parsedate.o.tmp passwd.o.tmp pw_scan.o.tmp pidfile.o.tmp pidlock.o.tmp pty.o.tmp raise_default_signal.o.tmp secure_path.o.tmp sockaddr_snprintf.o.tmp stat_flags.o.tmp strpct.o.tmp ttyaction.o.tmp ttymsg.o.tmp compat_passwd.o.tmp compat_loginx.o.tmp compat_login.o.tmp compat_parsedate.o.tmp compat_login_cap.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler.a X86Disassembler.o X86Disassembler.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libutil && rm -f libutil_p.a snprintb.po proc_compare.po getfstypename.po efun.po getbootfile.po getbyteorder.po getlabelsector.po getmaxpartitions.po getfsspecname.po getmntopts.po getrawpartition.po getdiskrawname.po disklabel_dkcksum.po disklabel_scan.po if_media.po kinfo_getvmmap.po login.po loginx.po login_cap.po login_tty.po logout.po logoutx.po logwtmp.po logwtmpx.po opendisk.po parsedate.po passwd.po pw_scan.po pidfile.po pidlock.po pty.po raise_default_signal.po secure_path.po sockaddr_snprintf.po stat_flags.po strpct.po ttyaction.po ttymsg.po compat_passwd.po compat_loginx.po compat_login.po compat_parsedate.po compat_login_cap.po snprintb.po.tmp proc_compare.po.tmp getfstypename.po.tmp efun.po.tmp getbootfile.po.tmp getbyteorder.po.tmp getlabelsector.po.tmp getmaxpartitions.po.tmp getfsspecname.po.tmp getmntopts.po.tmp getrawpartition.po.tmp getdiskrawname.po.tmp disklabel_dkcksum.po.tmp disklabel_scan.po.tmp if_media.po.tmp kinfo_getvmmap.po.tmp login.po.tmp loginx.po.tmp login_cap.po.tmp login_tty.po.tmp logout.po.tmp logoutx.po.tmp logwtmp.po.tmp logwtmpx.po.tmp opendisk.po.tmp parsedate.po.tmp passwd.po.tmp pw_scan.po.tmp pidfile.po.tmp pidlock.po.tmp pty.po.tmp raise_default_signal.po.tmp secure_path.po.tmp sockaddr_snprintf.po.tmp stat_flags.po.tmp strpct.po.tmp ttyaction.po.tmp ttymsg.po.tmp compat_passwd.po.tmp compat_loginx.po.tmp compat_login.po.tmp compat_parsedate.po.tmp compat_login_cap.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler.a X86Disassembler.o X86Disassembler.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libutil && rm -f libutil_p.a snprintb.po proc_compare.po getfstypename.po efun.po getbootfile.po getbyteorder.po getlabelsector.po getmaxpartitions.po getfsspecname.po getmntopts.po getrawpartition.po getdiskrawname.po disklabel_dkcksum.po disklabel_scan.po if_media.po kinfo_getvmmap.po login.po loginx.po login_cap.po login_tty.po logout.po logoutx.po logwtmp.po logwtmpx.po opendisk.po parsedate.po passwd.po pw_scan.po pidfile.po pidlock.po pty.po raise_default_signal.po secure_path.po sockaddr_snprintf.po stat_flags.po strpct.po ttyaction.po ttymsg.po compat_passwd.po compat_loginx.po compat_login.po compat_parsedate.po compat_login_cap.po snprintb.po.tmp proc_compare.po.tmp getfstypename.po.tmp efun.po.tmp getbootfile.po.tmp getbyteorder.po.tmp getlabelsector.po.tmp getmaxpartitions.po.tmp getfsspecname.po.tmp getmntopts.po.tmp getrawpartition.po.tmp getdiskrawname.po.tmp disklabel_dkcksum.po.tmp disklabel_scan.po.tmp if_media.po.tmp kinfo_getvmmap.po.tmp login.po.tmp loginx.po.tmp login_cap.po.tmp login_tty.po.tmp logout.po.tmp logoutx.po.tmp logwtmp.po.tmp logwtmpx.po.tmp opendisk.po.tmp parsedate.po.tmp passwd.po.tmp pw_scan.po.tmp pidfile.po.tmp pidlock.po.tmp pty.po.tmp raise_default_signal.po.tmp secure_path.po.tmp sockaddr_snprintf.po.tmp stat_flags.po.tmp strpct.po.tmp ttyaction.po.tmp ttymsg.po.tmp compat_passwd.po.tmp compat_loginx.po.tmp compat_login.po.tmp compat_parsedate.po.tmp compat_login_cap.po.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libutil && rm -f libutil_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libutil && rm -f libutil_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libutil && rm -f libutil_pic.a libutil.so.* libutil.so snprintb.pico proc_compare.pico getfstypename.pico efun.pico getbootfile.pico getbyteorder.pico getlabelsector.pico getmaxpartitions.pico getfsspecname.pico getmntopts.pico getrawpartition.pico getdiskrawname.pico disklabel_dkcksum.pico disklabel_scan.pico if_media.pico kinfo_getvmmap.pico login.pico loginx.pico login_cap.pico login_tty.pico logout.pico logoutx.pico logwtmp.pico logwtmpx.pico opendisk.pico parsedate.pico passwd.pico pw_scan.pico pidfile.pico pidlock.pico pty.pico raise_default_signal.pico secure_path.pico sockaddr_snprintf.pico stat_flags.pico strpct.pico ttyaction.pico ttymsg.pico compat_passwd.pico compat_loginx.pico compat_login.pico compat_parsedate.pico compat_login_cap.pico snprintb.pico.tmp proc_compare.pico.tmp getfstypename.pico.tmp efun.pico.tmp getbootfile.pico.tmp getbyteorder.pico.tmp getlabelsector.pico.tmp getmaxpartitions.pico.tmp getfsspecname.pico.tmp getmntopts.pico.tmp getrawpartition.pico.tmp getdiskrawname.pico.tmp disklabel_dkcksum.pico.tmp disklabel_scan.pico.tmp if_media.pico.tmp kinfo_getvmmap.pico.tmp login.pico.tmp loginx.pico.tmp login_cap.pico.tmp login_tty.pico.tmp logout.pico.tmp logoutx.pico.tmp logwtmp.pico.tmp logwtmpx.pico.tmp opendisk.pico.tmp parsedate.pico.tmp passwd.pico.tmp pw_scan.pico.tmp pidfile.pico.tmp pidlock.pico.tmp pty.pico.tmp raise_default_signal.pico.tmp secure_path.pico.tmp sockaddr_snprintf.pico.tmp stat_flags.pico.tmp strpct.pico.tmp ttyaction.pico.tmp ttymsg.pico.tmp compat_passwd.pico.tmp compat_loginx.pico.tmp compat_login.pico.tmp compat_parsedate.pico.tmp compat_login_cap.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libutil && rm -f libutil_pic.a libutil.so.* libutil.so snprintb.pico proc_compare.pico getfstypename.pico efun.pico getbootfile.pico getbyteorder.pico getlabelsector.pico getmaxpartitions.pico getfsspecname.pico getmntopts.pico getrawpartition.pico getdiskrawname.pico disklabel_dkcksum.pico disklabel_scan.pico if_media.pico kinfo_getvmmap.pico login.pico loginx.pico login_cap.pico login_tty.pico logout.pico logoutx.pico logwtmp.pico logwtmpx.pico opendisk.pico parsedate.pico passwd.pico pw_scan.pico pidfile.pico pidlock.pico pty.pico raise_default_signal.pico secure_path.pico sockaddr_snprintf.pico stat_flags.pico strpct.pico ttyaction.pico ttymsg.pico compat_passwd.pico compat_loginx.pico compat_login.pico compat_parsedate.pico compat_login_cap.pico snprintb.pico.tmp proc_compare.pico.tmp getfstypename.pico.tmp efun.pico.tmp getbootfile.pico.tmp getbyteorder.pico.tmp getlabelsector.pico.tmp getmaxpartitions.pico.tmp getfsspecname.pico.tmp getmntopts.pico.tmp getrawpartition.pico.tmp getdiskrawname.pico.tmp disklabel_dkcksum.pico.tmp disklabel_scan.pico.tmp if_media.pico.tmp kinfo_getvmmap.pico.tmp login.pico.tmp loginx.pico.tmp login_cap.pico.tmp login_tty.pico.tmp logout.pico.tmp logoutx.pico.tmp logwtmp.pico.tmp logwtmpx.pico.tmp opendisk.pico.tmp parsedate.pico.tmp passwd.pico.tmp pw_scan.pico.tmp pidfile.pico.tmp pidlock.pico.tmp pty.pico.tmp raise_default_signal.pico.tmp secure_path.pico.tmp sockaddr_snprintf.pico.tmp stat_flags.pico.tmp strpct.pico.tmp ttyaction.pico.tmp ttymsg.pico.tmp compat_passwd.pico.tmp compat_loginx.pico.tmp compat_login.pico.tmp compat_parsedate.pico.tmp compat_login_cap.pico.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_pic.a X86Disassembler.pico X86Disassembler.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libutil && rm -f llib-lutil.ln snprintb.ln proc_compare.ln getfstypename.ln efun.ln getbootfile.ln getbyteorder.ln getlabelsector.ln getmaxpartitions.ln getfsspecname.ln getmntopts.ln getrawpartition.ln getdiskrawname.ln disklabel_dkcksum.ln disklabel_scan.ln if_media.ln kinfo_getvmmap.ln login.ln loginx.ln login_cap.ln login_tty.ln logout.ln logoutx.ln logwtmp.ln logwtmpx.ln opendisk.ln passwd.ln pw_scan.ln pidfile.ln pidlock.ln pty.ln raise_default_signal.ln secure_path.ln sockaddr_snprintf.ln stat_flags.ln strpct.ln ttyaction.ln ttymsg.ln compat_passwd.ln compat_loginx.ln compat_login.ln compat_parsedate.ln compat_login_cap.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_pic.a X86Disassembler.pico X86Disassembler.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libutil && rm -f llib-lutil.ln snprintb.ln proc_compare.ln getfstypename.ln efun.ln getbootfile.ln getbyteorder.ln getlabelsector.ln getmaxpartitions.ln getfsspecname.ln getmntopts.ln getrawpartition.ln getdiskrawname.ln disklabel_dkcksum.ln disklabel_scan.ln if_media.ln kinfo_getvmmap.ln login.ln loginx.ln login_cap.ln login_tty.ln logout.ln logoutx.ln logwtmp.ln logwtmpx.ln opendisk.ln passwd.ln pw_scan.ln pidfile.ln pidlock.ln pty.ln raise_default_signal.ln secure_path.ln sockaddr_snprintf.ln stat_flags.ln strpct.ln ttyaction.ln ttymsg.ln compat_passwd.ln compat_loginx.ln compat_login.ln compat_parsedate.ln compat_login_cap.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f llib-lLLVMX86Disassembler.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libutil && rm -f libutil.so.7.map parsedate.c a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f llib-lLLVMX86Disassembler.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libutil && rm -f libutil.so.7.map parsedate.c a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libutil && rm -f efun.html3 getbootfile.html3 getbyteorder.html3 getfstypename.html3 getlabelsector.html3 getmaxpartitions.html3 getmntopts.html3 getrawpartition.html3 getdiskrawname.html3 getfsspecname.html3 login.html3 login_cap.html3 loginx.html3 kinfo_getvmmap.html3 disklabel_dkcksum.html3 disklabel_scan.html3 opendisk.html3 openpty.html3 parsedate.html3 pidfile.html3 pidlock.html3 proc_compare.html3 pw_getconf.html3 pw_init.html3 pw_lock.html3 secure_path.html3 raise_default_signal.html3 snprintb.html3 sockaddr_snprintf.html3 stat_flags.html3 strpct.html3 ttyaction.html3 ttymsg.html3 util.html3 .depend compat_login.d compat_login_cap.d compat_loginx.d compat_parsedate.d compat_passwd.d disklabel_dkcksum.d disklabel_scan.d efun.d getbootfile.d getbyteorder.d getdiskrawname.d getfsspecname.d getfstypename.d getlabelsector.d getmaxpartitions.d getmntopts.d getrawpartition.d if_media.d kinfo_getvmmap.d login.d login_cap.d login_tty.d loginx.d logout.d logoutx.d logwtmp.d logwtmpx.d opendisk.d parsedate.d passwd.d pidfile.d pidlock.d proc_compare.d pty.d pw_scan.d raise_default_signal.d secure_path.d snprintb.d sockaddr_snprintf.d stat_flags.d strpct.d ttyaction.d ttymsg.d compat_login.d.tmp compat_login_cap.d.tmp compat_loginx.d.tmp compat_parsedate.d.tmp compat_passwd.d.tmp disklabel_dkcksum.d.tmp disklabel_scan.d.tmp efun.d.tmp getbootfile.d.tmp getbyteorder.d.tmp getdiskrawname.d.tmp getfsspecname.d.tmp getfstypename.d.tmp getlabelsector.d.tmp getmaxpartitions.d.tmp getmntopts.d.tmp getrawpartition.d.tmp if_media.d.tmp kinfo_getvmmap.d.tmp login.d.tmp login_cap.d.tmp login_tty.d.tmp loginx.d.tmp logout.d.tmp logoutx.d.tmp logwtmp.d.tmp logwtmpx.d.tmp opendisk.d.tmp parsedate.d.tmp passwd.d.tmp pidfile.d.tmp pidlock.d.tmp proc_compare.d.tmp pty.d.tmp pw_scan.d.tmp raise_default_signal.d.tmp secure_path.d.tmp snprintb.d.tmp sockaddr_snprintf.d.tmp stat_flags.d.tmp strpct.d.tmp ttyaction.d.tmp ttymsg.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libutil && rm -f efun.html3 getbootfile.html3 getbyteorder.html3 getfstypename.html3 getlabelsector.html3 getmaxpartitions.html3 getmntopts.html3 getrawpartition.html3 getdiskrawname.html3 getfsspecname.html3 login.html3 login_cap.html3 loginx.html3 kinfo_getvmmap.html3 disklabel_dkcksum.html3 disklabel_scan.html3 opendisk.html3 openpty.html3 parsedate.html3 pidfile.html3 pidlock.html3 proc_compare.html3 pw_getconf.html3 pw_init.html3 pw_lock.html3 secure_path.html3 raise_default_signal.html3 snprintb.html3 sockaddr_snprintf.html3 stat_flags.html3 strpct.html3 ttyaction.html3 ttymsg.html3 util.html3 .depend compat_login.d compat_login_cap.d compat_loginx.d compat_parsedate.d compat_passwd.d disklabel_dkcksum.d disklabel_scan.d efun.d getbootfile.d getbyteorder.d getdiskrawname.d getfsspecname.d getfstypename.d getlabelsector.d getmaxpartitions.d getmntopts.d getrawpartition.d if_media.d kinfo_getvmmap.d login.d login_cap.d login_tty.d loginx.d logout.d logoutx.d logwtmp.d logwtmpx.d opendisk.d parsedate.d passwd.d pidfile.d pidlock.d proc_compare.d pty.d pw_scan.d raise_default_signal.d secure_path.d snprintb.d sockaddr_snprintf.d stat_flags.d strpct.d ttyaction.d ttymsg.d compat_login.d.tmp compat_login_cap.d.tmp compat_loginx.d.tmp compat_parsedate.d.tmp compat_passwd.d.tmp disklabel_dkcksum.d.tmp disklabel_scan.d.tmp efun.d.tmp getbootfile.d.tmp getbyteorder.d.tmp getdiskrawname.d.tmp getfsspecname.d.tmp getfstypename.d.tmp getlabelsector.d.tmp getmaxpartitions.d.tmp getmntopts.d.tmp getrawpartition.d.tmp if_media.d.tmp kinfo_getvmmap.d.tmp login.d.tmp login_cap.d.tmp login_tty.d.tmp loginx.d.tmp logout.d.tmp logoutx.d.tmp logwtmp.d.tmp logwtmpx.d.tmp opendisk.d.tmp parsedate.d.tmp passwd.d.tmp pidfile.d.tmp pidlock.d.tmp proc_compare.d.tmp pty.d.tmp pw_scan.d.tmp raise_default_signal.d.tmp secure_path.d.tmp snprintb.d.tmp sockaddr_snprintf.d.tmp stat_flags.d.tmp strpct.d.tmp ttyaction.d.tmp ttymsg.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f .depend X86Disassembler.d X86Disassembler.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f .depend X86Disassembler.d X86Disassembler.d.tmp tags || true) --- cleandir-lib --- --- cleandir-liby --- cleandir ===> lib/liby --- cleandir-external --- --- cleandir-libLLVMX86MCTargetDesc --- cleandir ===> external/apache2/llvm/librt/libLLVMX86MCTargetDesc --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/liby && rm -f liby.a main.o yyerror.o main.o.tmp yyerror.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/liby && rm -f liby.a main.o yyerror.o main.o.tmp yyerror.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/liby && rm -f liby_p.a main.po yyerror.po main.po.tmp yyerror.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/liby && rm -f liby_p.a main.po yyerror.po main.po.tmp yyerror.po.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc.a X86AsmBackend.o X86ATTInstPrinter.o X86ELFObjectWriter.o X86InstComments.o X86InstPrinterCommon.o X86IntelInstPrinter.o X86MachObjectWriter.o X86MCAsmInfo.o X86MCCodeEmitter.o X86MCTargetDesc.o X86ShuffleDecode.o X86WinCOFFObjectWriter.o X86WinCOFFStreamer.o X86WinCOFFTargetStreamer.o X86AsmBackend.o.tmp X86ATTInstPrinter.o.tmp X86ELFObjectWriter.o.tmp X86InstComments.o.tmp X86InstPrinterCommon.o.tmp X86IntelInstPrinter.o.tmp X86MachObjectWriter.o.tmp X86MCAsmInfo.o.tmp X86MCCodeEmitter.o.tmp X86MCTargetDesc.o.tmp X86ShuffleDecode.o.tmp X86WinCOFFObjectWriter.o.tmp X86WinCOFFStreamer.o.tmp X86WinCOFFTargetStreamer.o.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/liby && rm -f liby_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc.a X86AsmBackend.o X86ATTInstPrinter.o X86ELFObjectWriter.o X86InstComments.o X86InstPrinterCommon.o X86IntelInstPrinter.o X86MachObjectWriter.o X86MCAsmInfo.o X86MCCodeEmitter.o X86MCTargetDesc.o X86ShuffleDecode.o X86WinCOFFObjectWriter.o X86WinCOFFStreamer.o X86WinCOFFTargetStreamer.o X86AsmBackend.o.tmp X86ATTInstPrinter.o.tmp X86ELFObjectWriter.o.tmp X86InstComments.o.tmp X86InstPrinterCommon.o.tmp X86IntelInstPrinter.o.tmp X86MachObjectWriter.o.tmp X86MCAsmInfo.o.tmp X86MCCodeEmitter.o.tmp X86MCTargetDesc.o.tmp X86ShuffleDecode.o.tmp X86WinCOFFObjectWriter.o.tmp X86WinCOFFStreamer.o.tmp X86WinCOFFTargetStreamer.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/liby && rm -f liby_g.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/liby && rm -f liby_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/liby && rm -f liby_pic.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/liby && rm -f llib-ly.ln main.ln yyerror.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/liby && rm -f llib-ly.ln main.ln yyerror.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_pic.a X86AsmBackend.pico X86ATTInstPrinter.pico X86ELFObjectWriter.pico X86InstComments.pico X86InstPrinterCommon.pico X86IntelInstPrinter.pico X86MachObjectWriter.pico X86MCAsmInfo.pico X86MCCodeEmitter.pico X86MCTargetDesc.pico X86ShuffleDecode.pico X86WinCOFFObjectWriter.pico X86WinCOFFStreamer.pico X86WinCOFFTargetStreamer.pico X86AsmBackend.pico.tmp X86ATTInstPrinter.pico.tmp X86ELFObjectWriter.pico.tmp X86InstComments.pico.tmp X86InstPrinterCommon.pico.tmp X86IntelInstPrinter.pico.tmp X86MachObjectWriter.pico.tmp X86MCAsmInfo.pico.tmp X86MCCodeEmitter.pico.tmp X86MCTargetDesc.pico.tmp X86ShuffleDecode.pico.tmp X86WinCOFFObjectWriter.pico.tmp X86WinCOFFStreamer.pico.tmp X86WinCOFFTargetStreamer.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/liby && rm -f liby.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_pic.a X86AsmBackend.pico X86ATTInstPrinter.pico X86ELFObjectWriter.pico X86InstComments.pico X86InstPrinterCommon.pico X86IntelInstPrinter.pico X86MachObjectWriter.pico X86MCAsmInfo.pico X86MCCodeEmitter.pico X86MCTargetDesc.pico X86ShuffleDecode.pico X86WinCOFFObjectWriter.pico X86WinCOFFStreamer.pico X86WinCOFFTargetStreamer.pico X86AsmBackend.pico.tmp X86ATTInstPrinter.pico.tmp X86ELFObjectWriter.pico.tmp X86InstComments.pico.tmp X86InstPrinterCommon.pico.tmp X86IntelInstPrinter.pico.tmp X86MachObjectWriter.pico.tmp X86MCAsmInfo.pico.tmp X86MCCodeEmitter.pico.tmp X86MCTargetDesc.pico.tmp X86ShuffleDecode.pico.tmp X86WinCOFFObjectWriter.pico.tmp X86WinCOFFStreamer.pico.tmp X86WinCOFFTargetStreamer.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/liby && rm -f liby.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f llib-lLLVMX86MCTargetDesc.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/liby && rm -f .depend main.d yyerror.d main.d.tmp yyerror.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f llib-lLLVMX86MCTargetDesc.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/liby && rm -f .depend main.d yyerror.d main.d.tmp yyerror.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-libz --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- cleandir ===> lib/libz --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f .depend X86ATTInstPrinter.d X86AsmBackend.d X86ELFObjectWriter.d X86InstComments.d X86InstPrinterCommon.d X86IntelInstPrinter.d X86MCAsmInfo.d X86MCCodeEmitter.d X86MCTargetDesc.d X86MachObjectWriter.d X86ShuffleDecode.d X86WinCOFFObjectWriter.d X86WinCOFFStreamer.d X86WinCOFFTargetStreamer.d X86ATTInstPrinter.d.tmp X86AsmBackend.d.tmp X86ELFObjectWriter.d.tmp X86InstComments.d.tmp X86InstPrinterCommon.d.tmp X86IntelInstPrinter.d.tmp X86MCAsmInfo.d.tmp X86MCCodeEmitter.d.tmp X86MCTargetDesc.d.tmp X86MachObjectWriter.d.tmp X86ShuffleDecode.d.tmp X86WinCOFFObjectWriter.d.tmp X86WinCOFFStreamer.d.tmp X86WinCOFFTargetStreamer.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f .depend X86ATTInstPrinter.d X86AsmBackend.d X86ELFObjectWriter.d X86InstComments.d X86InstPrinterCommon.d X86IntelInstPrinter.d X86MCAsmInfo.d X86MCCodeEmitter.d X86MCTargetDesc.d X86MachObjectWriter.d X86ShuffleDecode.d X86WinCOFFObjectWriter.d X86WinCOFFStreamer.d X86WinCOFFTargetStreamer.d X86ATTInstPrinter.d.tmp X86AsmBackend.d.tmp X86ELFObjectWriter.d.tmp X86InstComments.d.tmp X86InstPrinterCommon.d.tmp X86IntelInstPrinter.d.tmp X86MCAsmInfo.d.tmp X86MCCodeEmitter.d.tmp X86MCTargetDesc.d.tmp X86MachObjectWriter.d.tmp X86ShuffleDecode.d.tmp X86WinCOFFObjectWriter.d.tmp X86WinCOFFStreamer.d.tmp X86WinCOFFTargetStreamer.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libz && rm -f libz.a adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o gzwrite.o gzlib.o gzread.o gzclose.o adler32.o.tmp compress.o.tmp crc32.o.tmp deflate.o.tmp infback.o.tmp inffast.o.tmp inflate.o.tmp inftrees.o.tmp trees.o.tmp uncompr.o.tmp zutil.o.tmp gzwrite.o.tmp gzlib.o.tmp gzread.o.tmp gzclose.o.tmp || true) --- cleandir-external --- --- cleandir-libLLVMX86TargetInfo --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libz && rm -f libz.a adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o gzwrite.o gzlib.o gzread.o gzclose.o adler32.o.tmp compress.o.tmp crc32.o.tmp deflate.o.tmp infback.o.tmp inffast.o.tmp inflate.o.tmp inftrees.o.tmp trees.o.tmp uncompr.o.tmp zutil.o.tmp gzwrite.o.tmp gzlib.o.tmp gzread.o.tmp gzclose.o.tmp || true) --- cleandir-external --- cleandir ===> external/apache2/llvm/librt/libLLVMX86TargetInfo --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libz && rm -f libz_p.a adler32.po compress.po crc32.po deflate.po infback.po inffast.po inflate.po inftrees.po trees.po uncompr.po zutil.po gzwrite.po gzlib.po gzread.po gzclose.po adler32.po.tmp compress.po.tmp crc32.po.tmp deflate.po.tmp infback.po.tmp inffast.po.tmp inflate.po.tmp inftrees.po.tmp trees.po.tmp uncompr.po.tmp zutil.po.tmp gzwrite.po.tmp gzlib.po.tmp gzread.po.tmp gzclose.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libz && rm -f libz_p.a adler32.po compress.po crc32.po deflate.po infback.po inffast.po inflate.po inftrees.po trees.po uncompr.po zutil.po gzwrite.po gzlib.po gzread.po gzclose.po adler32.po.tmp compress.po.tmp crc32.po.tmp deflate.po.tmp infback.po.tmp inffast.po.tmp inflate.po.tmp inftrees.po.tmp trees.po.tmp uncompr.po.tmp zutil.po.tmp gzwrite.po.tmp gzlib.po.tmp gzread.po.tmp gzclose.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libz && rm -f libz_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libz && rm -f libz_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo.a X86TargetInfo.o X86TargetInfo.o.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo.a X86TargetInfo.o X86TargetInfo.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libz && rm -f libz_pic.a libz.so.* libz.so adler32.pico compress.pico crc32.pico deflate.pico infback.pico inffast.pico inflate.pico inftrees.pico trees.pico uncompr.pico zutil.pico gzwrite.pico gzlib.pico gzread.pico gzclose.pico adler32.pico.tmp compress.pico.tmp crc32.pico.tmp deflate.pico.tmp infback.pico.tmp inffast.pico.tmp inflate.pico.tmp inftrees.pico.tmp trees.pico.tmp uncompr.pico.tmp zutil.pico.tmp gzwrite.pico.tmp gzlib.pico.tmp gzread.pico.tmp gzclose.pico.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libz && rm -f libz_pic.a libz.so.* libz.so adler32.pico compress.pico crc32.pico deflate.pico infback.pico inffast.pico inflate.pico inftrees.pico trees.pico uncompr.pico zutil.pico gzwrite.pico gzlib.pico gzread.pico gzclose.pico adler32.pico.tmp compress.pico.tmp crc32.pico.tmp deflate.pico.tmp infback.pico.tmp inffast.pico.tmp inflate.pico.tmp inftrees.pico.tmp trees.pico.tmp uncompr.pico.tmp zutil.pico.tmp gzwrite.pico.tmp gzlib.pico.tmp gzread.pico.tmp gzclose.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_p.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libz && rm -f llib-lz.ln adler32.ln compress.ln crc32.ln deflate.ln infback.ln inffast.ln inflate.ln inftrees.ln trees.ln uncompr.ln zutil.ln gzwrite.ln gzlib.ln gzread.ln gzclose.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libz && rm -f llib-lz.ln adler32.ln compress.ln crc32.ln deflate.ln infback.ln inffast.ln inflate.ln inftrees.ln trees.ln uncompr.ln zutil.ln gzwrite.ln gzlib.ln gzread.ln gzclose.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_g.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libz && rm -f minigzip libz.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_pic.a X86TargetInfo.pico X86TargetInfo.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libz && rm -f minigzip libz.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_pic.a X86TargetInfo.pico X86TargetInfo.pico.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libz && rm -f zlib.html3 .depend adler32.d compress.d crc32.d deflate.d gzclose.d gzlib.d gzread.d gzwrite.d infback.d inffast.d inflate.d inftrees.d trees.d uncompr.d zutil.d adler32.d.tmp compress.d.tmp crc32.d.tmp deflate.d.tmp gzclose.d.tmp gzlib.d.tmp gzread.d.tmp gzwrite.d.tmp infback.d.tmp inffast.d.tmp inflate.d.tmp inftrees.d.tmp trees.d.tmp uncompr.d.tmp zutil.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f llib-lLLVMX86TargetInfo.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libz && rm -f zlib.html3 .depend adler32.d compress.d crc32.d deflate.d gzclose.d gzlib.d gzread.d gzwrite.d infback.d inffast.d inflate.d inftrees.d trees.d uncompr.d zutil.d adler32.d.tmp compress.d.tmp crc32.d.tmp deflate.d.tmp gzclose.d.tmp gzlib.d.tmp gzread.d.tmp gzwrite.d.tmp infback.d.tmp inffast.d.tmp inflate.d.tmp inftrees.d.tmp trees.d.tmp uncompr.d.tmp zutil.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f llib-lLLVMX86TargetInfo.ln || true) --- cleandir-lib --- --- cleandir-libkern --- cleandir ===> lib/libkern --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkern && rm -f libkern.a atomic.o snprintb.o proc_compare.o getfstypename.o prop_array.o prop_array_util.o prop_bool.o prop_data.o prop_dictionary.o prop_dictionary_util.o prop_ingest.o prop_kern.o prop_number.o prop_object.o prop_stack.o prop_string.o ppath.o ppath_extant.o byte_swap_2.o byte_swap_4.o byte_swap_8.o ffs.o memchr.o memcpy.o memmove.o memset.o strcat.o strchr.o strcmp.o strcpy.o strlen.o strrchr.o scanc.o skpc.o random.o absvdi2.o absvsi2.o absvti2.o addvdi3.o addvsi3.o addvti3.o ashlti3.o ashrti3.o clzti2.o cmpti2.o ctzti2.o divti3.o ffsti2.o int_util.o lshrti3.o modti3.o mulodi4.o mulosi4.o muloti4.o multi3.o mulvdi3.o mulvsi3.o mulvti3.o negti2.o negvdi2.o negvsi2.o negvti2.o paritydi2.o paritysi2.o parityti2.o popcountdi2.o popcountsi2.o popcountti2.o subvdi3.o subvsi3.o subvti3.o ucmpti2.o udivmodti4.o udivti3.o umodti3.o clzsi2.o ctzsi2.o divmodsi4.o divsi3.o modsi3.o udivmodsi4.o udivsi3.o umodsi3.o clzdi2.o ctzdi2.o ffsdi2.o ashldi3.o ashrdi3.o lshrdi3.o cmpdi2.o divdi3.o divmoddi4.o moddi3.o muldi3.o negdi2.o ucmpdi2.o udivdi3.o udivmoddi4.o umoddi3.o kern_assert.o __main.o cpuset.o inet_addr.o intoa.o md4c.o md5c.o rmd160.o sha1.o sha2.o sha3.o keccak.o murmurhash.o pmatch.o mcount.o crc32.o strlist.o ppath_kmem_alloc.o copystr.o strsep.o strstr.o strlcpy.o strlcat.o imax.o imin.o lmax.o lmin.o uimax.o uimin.o ulmax.o ulmin.o memcmp.o memmem.o popcount32.o popcount64.o strtoul.o strtoll.o strtoull.o strtoimax.o strtoumax.o strtoi.o strtou.o strnvisx.o rngtest.o strcspn.o strnlen.o strncat.o strncmp.o strncpy.o strpbrk.o strspn.o strcasecmp.o strncasecmp.o xlat_mbr_fstype.o heapsort.o ptree.o radixtree.o rb.o rpst.o hexdump.o explicit_memset.o consttime_memequal.o entpool.o dkcksum.o disklabel_swap.o cdbr.o mi_vector_hash.o atomic.o.tmp snprintb.o.tmp proc_compare.o.tmp getfstypename.o.tmp prop_array.o.tmp prop_array_util.o.tmp prop_bool.o.tmp prop_data.o.tmp prop_dictionary.o.tmp prop_dictionary_util.o.tmp prop_ingest.o.tmp prop_kern.o.tmp prop_number.o.tmp prop_object.o.tmp prop_stack.o.tmp prop_string.o.tmp ppath.o.tmp ppath_extant.o.tmp byte_swap_2.o.tmp byte_swap_4.o.tmp byte_swap_8.o.tmp ffs.o.tmp memchr.o.tmp memcpy.o.tmp memmove.o.tmp memset.o.tmp strcat.o.tmp strchr.o.tmp strcmp.o.tmp strcpy.o.tmp strlen.o.tmp strrchr.o.tmp scanc.o.tmp skpc.o.tmp random.o.tmp absvdi2.o.tmp absvsi2.o.tmp absvti2.o.tmp addvdi3.o.tmp addvsi3.o.tmp addvti3.o.tmp ashlti3.o.tmp ashrti3.o.tmp clzti2.o.tmp cmpti2.o.tmp ctzti2.o.tmp divti3.o.tmp ffsti2.o.tmp int_util.o.tmp lshrti3.o.tmp modti3.o.tmp mulodi4.o.tmp mulosi4.o.tmp muloti4.o.tmp multi3.o.tmp mulvdi3.o.tmp mulvsi3.o.tmp mulvti3.o.tmp negti2.o.tmp negvdi2.o.tmp negvsi2.o.tmp negvti2.o.tmp paritydi2.o.tmp paritysi2.o.tmp parityti2.o.tmp popcountdi2.o.tmp popcountsi2.o.tmp popcountti2.o.tmp subvdi3.o.tmp subvsi3.o.tmp subvti3.o.tmp ucmpti2.o.tmp udivmodti4.o.tmp udivti3.o.tmp umodti3.o.tmp clzsi2.o.tmp ctzsi2.o.tmp divmodsi4.o.tmp divsi3.o.tmp modsi3.o.tmp udivmodsi4.o.tmp udivsi3.o.tmp umodsi3.o.tmp clzdi2.o.tmp ctzdi2.o.tmp ffsdi2.o.tmp ashldi3.o.tmp ashrdi3.o.tmp lshrdi3.o.tmp cmpdi2.o.tmp divdi3.o.tmp divmoddi4.o.tmp moddi3.o.tmp muldi3.o.tmp negdi2.o.tmp ucmpdi2.o.tmp udivdi3.o.tmp udivmoddi4.o.tmp umoddi3.o.tmp kern_assert.o.tmp __main.o.tmp cpuset.o.tmp inet_addr.o.tmp intoa.o.tmp md4c.o.tmp md5c.o.tmp rmd160.o.tmp sha1.o.tmp sha2.o.tmp sha3.o.tmp keccak.o.tmp murmurhash.o.tmp pmatch.o.tmp mcount.o.tmp crc32.o.tmp strlist.o.tmp ppath_kmem_alloc.o.tmp copystr.o.tmp strsep.o.tmp strstr.o.tmp strlcpy.o.tmp strlcat.o.tmp imax.o.tmp imin.o.tmp lmax.o.tmp lmin.o.tmp uimax.o.tmp uimin.o.tmp ulmax.o.tmp ulmin.o.tmp memcmp.o.tmp memmem.o.tmp popcount32.o.tmp popcount64.o.tmp strtoul.o.tmp strtoll.o.tmp strtoull.o.tmp strtoimax.o.tmp strtoumax.o.tmp strtoi.o.tmp strtou.o.tmp strnvisx.o.tmp rngtest.o.tmp strcspn.o.tmp strnlen.o.tmp strncat.o.tmp strncmp.o.tmp strncpy.o.tmp strpbrk.o.tmp strspn.o.tmp strcasecmp.o.tmp strncasecmp.o.tmp xlat_mbr_fstype.o.tmp heapsort.o.tmp ptree.o.tmp radix--- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f .depend X86TargetInfo.d X86TargetInfo.d.tmp tags || true) --- cleandir-lib --- tree.o.tmp rb.o.tmp rpst.o.tmp hexdump.o.tmp explicit_memset.o.tmp consttime_memequal.o.tmp entpool.o.tmp dkcksum.o.tmp disklabel_swap.o.tmp cdbr.o.tmp mi_vector_hash.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f .depend X86TargetInfo.d X86TargetInfo.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkern && rm -f libkern.a atomic.o snprintb.o proc_compare.o getfstypename.o prop_array.o prop_array_util.o prop_bool.o prop_data.o prop_dictionary.o prop_dictionary_util.o prop_ingest.o prop_kern.o prop_number.o prop_object.o prop_stack.o prop_string.o ppath.o ppath_extant.o byte_swap_2.o byte_swap_4.o byte_swap_8.o ffs.o memchr.o memcpy.o memmove.o memset.o strcat.o strchr.o strcmp.o strcpy.o strlen.o strrchr.o scanc.o skpc.o random.o absvdi2.o absvsi2.o absvti2.o addvdi3.o addvsi3.o addvti3.o ashlti3.o ashrti3.o clzti2.o cmpti2.o ctzti2.o divti3.o ffsti2.o int_util.o lshrti3.o modti3.o mulodi4.o mulosi4.o muloti4.o multi3.o mulvdi3.o mulvsi3.o mulvti3.o negti2.o negvdi2.o negvsi2.o negvti2.o paritydi2.o paritysi2.o parityti2.o popcountdi2.o popcountsi2.o popcountti2.o subvdi3.o subvsi3.o subvti3.o ucmpti2.o udivmodti4.o udivti3.o umodti3.o clzsi2.o ctzsi2.o divmodsi4.o divsi3.o modsi3.o udivmodsi4.o udivsi3.o umodsi3.o clzdi2.o ctzdi2.o ffsdi2.o ashldi3.o ashrdi3.o lshrdi3.o cmpdi2.o divdi3.o divmoddi4.o moddi3.o muldi3.o negdi2.o ucmpdi2.o udivdi3.o udivmoddi4.o umoddi3.o kern_assert.o __main.o cpuset.o inet_addr.o intoa.o md4c.o md5c.o rmd160.o sha1.o sha2.o sha3.o keccak.o murmurhash.o pmatch.o mcount.o crc32.o strlist.o ppath_kmem_alloc.o copystr.o strsep.o strstr.o strlcpy.o strlcat.o imax.o imin.o lmax.o lmin.o uimax.o uimin.o ulmax.o ulmin.o memcmp.o memmem.o popcount32.o popcount64.o strtoul.o strtoll.o strtoull.o strtoimax.o strtoumax.o strtoi.o strtou.o strnvisx.o rngtest.o strcspn.o strnlen.o strncat.o strncmp.o strncpy.o strpbrk.o strspn.o strcasecmp.o strncasecmp.o xlat_mbr_fstype.o heapsort.o ptree.o radixtree.o rb.o rpst.o hexdump.o explicit_memset.o consttime_memequal.o entpool.o dkcksum.o disklabel_swap.o cdbr.o mi_vector_hash.o atomic.o.tmp snprintb.o.tmp proc_compare.o.tmp getfstypename.o.tmp prop_array.o.tmp prop_array_util.o.tmp prop_bool.o.tmp prop_data.o.tmp prop_dictionary.o.tmp prop_dictionary_util.o.tmp prop_ingest.o.tmp prop_kern.o.tmp prop_number.o.tmp prop_object.o.tmp prop_stack.o.tmp prop_string.o.tmp ppath.o.tmp ppath_extant.o.tmp byte_swap_2.o.tmp byte_swap_4.o.tmp byte_swap_8.o.tmp ffs.o.tmp memchr.o.tmp memcpy.o.tmp memmove.o.tmp memset.o.tmp strcat.o.tmp strchr.o.tmp strcmp.o.tmp strcpy.o.tmp strlen.o.tmp strrchr.o.tmp scanc.o.tmp skpc.o.tmp random.o.tmp absvdi2.o.tmp absvsi2.o.tmp absvti2.o.tmp addvdi3.o.tmp addvsi3.o.tmp addvti3.o.tmp ashlti3.o.tmp ashrti3.o.tmp clzti2.o.tmp cmpti2.o.tmp ctzti2.o.tmp divti3.o.tmp ffsti2.o.tmp int_util.o.tmp lshrti3.o.tmp modti3.o.tmp mulodi4.o.tmp mulosi4.o.tmp muloti4.o.tmp multi3.o.tmp mulvdi3.o.tmp mulvsi3.o.tmp mulvti3.o.tmp negti2.o.tmp negvdi2.o.tmp negvsi2.o.tmp negvti2.o.tmp paritydi2.o.tmp paritysi2.o.tmp parityti2.o.tmp popcountdi2.o.tmp popcountsi2.o.tmp popcountti2.o.tmp subvdi3.o.tmp subvsi3.o.tmp subvti3.o.tmp ucmpti2.o.tmp udivmodti4.o.tmp udivti3.o.tmp umodti3.o.tmp clzsi2.o.tmp ctzsi2.o.tmp divmodsi4.o.tmp divsi3.o.tmp modsi3.o.tmp udivmodsi4.o.tmp udivsi3.o.tmp umodsi3.o.tmp clzdi2.o.tmp ctzdi2.o.tmp ffsdi2.o.tmp ashldi3.o.tmp ashrdi3.o.tmp lshrdi3.o.tmp cmpdi2.o.tmp divdi3.o.tmp divmoddi4.o.tmp moddi3.o.tmp muldi3.o.tmp negdi2.o.tmp ucmpdi2.o.tmp udivdi3.o.tmp udivmoddi4.o.tmp umoddi3.o.tmp kern_assert.o.tmp __main.o.tmp cpuset.o.tmp inet_addr.o.tmp intoa.o.tmp md4c.o.tmp md5c.o.tmp rmd160.o.tmp sha1.o.tmp sha2.o.tmp sha3.o.tmp keccak.o.tmp murmurhash.o.tmp pmatch.o.tmp mcount.o.tmp crc32.o.tmp strlist.o.tmp ppath_kmem_alloc.o.tmp copystr.o.tmp strsep.o.tmp strstr.o.tmp strlcpy.o.tmp strlcat.o.tmp imax.o.tmp imin.o.tmp lmax.o.tmp lmin.o.tmp uimax.o.tmp uimin.o.tmp ulmax.o.tmp ulmin.o.tmp memcmp.o.tmp memmem.o.tmp popcount32.o.tmp popcount64.o.tmp strtoul.o.tmp strtoll.o.tmp strtoull.o.tmp strtoimax.o.tmp strtoumax.o.tmp strtoi.o.tmp strtou.o.tmp strnvisx.o.tmp rngtest.o.tmp strcspn.o.tmp strnlen.o.tmp strncat.o.tmp strncmp.o.tmp strncpy.o.tmp strpbrk.o.tmp strspn.o.tmp strcasecmp.o.tmp strncasecmp.o.tmp xlat_mbr_fstype.o.tmp heapsort.o.tmp ptree.o.tmp radixtree.o.tmp rb.o.tmp rpst.o.tmp hexdump.o.tmp explicit_memset.o.tmp consttime_memequal.o.tmp entpool.o.tmp dkcksum.o.tmp disklabel_swap.o.tmp cdbr.o.tmp mi_vector_hash.o.tmp || true) --- cleandir-external --- --- cleandir-mDNSResponder --- cleandir ===> external/apache2/mDNSResponder --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkern && rm -f libkern_p.a || true) --- cleandir-external --- --- cleandir-usr.bin --- cleandir ===> external/apache2/mDNSResponder/usr.bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkern && rm -f libkern_p.a || true) --- cleandir-external --- --- cleandir-dns-sd --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/apache2/mDNSResponder/usr.bin/dns-sd --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkern && rm -f libkern_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkern && rm -f libkern_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/usr.bin/dns-sd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dns-sd dns-sd.o ClientCommon.o dns-sd.ln ClientCommon.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkern && rm -f libkern_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/usr.bin/dns-sd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dns-sd dns-sd.o ClientCommon.o dns-sd.ln ClientCommon.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkern && rm -f libkern_pic.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/usr.bin/dns-sd && rm -f dns-sd.html1 .depend ClientCommon.d dns-sd.d ClientCommon.d.tmp dns-sd.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkern && rm -f llib-lkern.ln snprintb.ln proc_compare.ln getfstypename.ln prop_array.ln prop_array_util.ln prop_bool.ln prop_data.ln prop_dictionary.ln prop_dictionary_util.ln prop_ingest.ln prop_kern.ln prop_number.ln prop_object.ln prop_stack.ln prop_string.ln ppath.ln ppath_extant.ln absvdi2.ln absvsi2.ln absvti2.ln addvdi3.ln addvsi3.ln addvti3.ln ashlti3.ln ashrti3.ln clzti2.ln cmpti2.ln ctzti2.ln divti3.ln ffsti2.ln int_util.ln lshrti3.ln modti3.ln mulodi4.ln mulosi4.ln muloti4.ln multi3.ln mulvdi3.ln mulvsi3.ln mulvti3.ln negti2.ln negvdi2.ln negvsi2.ln negvti2.ln paritydi2.ln paritysi2.ln parityti2.ln popcountdi2.ln popcountsi2.ln popcountti2.ln subvdi3.ln subvsi3.ln subvti3.ln ucmpti2.ln udivmodti4.ln udivti3.ln umodti3.ln clzsi2.ln ctzsi2.ln divmodsi4.ln divsi3.ln modsi3.ln udivmodsi4.ln udivsi3.ln umodsi3.ln clzdi2.ln ctzdi2.ln ffsdi2.ln ashldi3.ln ashrdi3.ln lshrdi3.ln cmpdi2.ln divdi3.ln divmoddi4.ln moddi3.ln muldi3.ln negdi2.ln ucmpdi2.ln udivdi3.ln udivmoddi4.ln umoddi3.ln kern_assert.ln __main.ln cpuset.ln inet_addr.ln intoa.ln md4c.ln md5c.ln rmd160.ln sha1.ln sha2.ln sha3.ln keccak.ln murmurhash.ln pmatch.ln mcount.ln crc32.ln strlist.ln ppath_kmem_alloc.ln copystr.ln strsep.ln strstr.ln strlcpy.ln strlcat.ln imax.ln imin.ln lmax.ln lmin.ln uimax.ln uimin.ln ulmax.ln ulmin.ln memcmp.ln memmem.ln popcount32.ln popcount64.ln strtoul.ln strtoll.ln strtoull.ln strtoimax.ln strtoumax.ln strtoi.ln strtou.ln strnvisx.ln rngtest.ln strcspn.ln strnlen.ln strncat.ln strncmp.ln strncpy.ln strpbrk.ln strspn.ln strcasecmp.ln strncasecmp.ln xlat_mbr_fstype.ln heapsort.ln ptree.ln radixtree.ln rb.ln rpst.ln hexdump.ln explicit_memset.ln consttime_memequal.ln entpool.ln dkcksum.ln disklabel_swap.ln cdbr.ln mi_vector_hash.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/usr.bin/dns-sd && rm -f dns-sd.html1 .depend ClientCommon.d dns-sd.d ClientCommon.d.tmp dns-sd.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkern && rm -f llib-lkern.ln snprintb.ln proc_compare.ln getfstypename.ln prop_array.ln prop_array_util.ln prop_bool.ln prop_data.ln prop_dictionary.ln prop_dictionary_util.ln prop_ingest.ln prop_kern.ln prop_number.ln prop_object.ln prop_stack.ln prop_string.ln ppath.ln ppath_extant.ln absvdi2.ln absvsi2.ln absvti2.ln addvdi3.ln addvsi3.ln addvti3.ln ashlti3.ln ashrti3.ln clzti2.ln cmpti2.ln ctzti2.ln divti3.ln ffsti2.ln int_util.ln lshrti3.ln modti3.ln mulodi4.ln mulosi4.ln muloti4.ln multi3.ln mulvdi3.ln mulvsi3.ln mulvti3.ln negti2.ln negvdi2.ln negvsi2.ln negvti2.ln paritydi2.ln paritysi2.ln parityti2.ln popcountdi2.ln popcountsi2.ln popcountti2.ln subvdi3.ln subvsi3.ln subvti3.ln ucmpti2.ln udivmodti4.ln udivti3.ln umodti3.ln clzsi2.ln ctzsi2.ln divmodsi4.ln divsi3.ln modsi3.ln udivmodsi4.ln udivsi3.ln umodsi3.ln clzdi2.ln ctzdi2.ln ffsdi2.ln ashldi3.ln ashrdi3.ln lshrdi3.ln cmpdi2.ln divdi3.ln divmoddi4.ln moddi3.ln muldi3.ln negdi2.ln ucmpdi2.ln udivdi3.ln udivmoddi4.ln umoddi3.ln kern_assert.ln __main.ln cpuset.ln inet_addr.ln intoa.ln md4c.ln md5c.ln rmd160.ln sha1.ln sha2.ln sha3.ln keccak.ln murmurhash.ln pmatch.ln mcount.ln crc32.ln strlist.ln ppath_kmem_alloc.ln copystr.ln strsep.ln strstr.ln strlcpy.ln strlcat.ln imax.ln imin.ln lmax.ln lmin.ln uimax.ln uimin.ln ulmax.ln ulmin.ln memcmp.ln memmem.ln popcount32.ln popcount64.ln strtoul.ln strtoll.ln strtoull.ln strtoimax.ln strtoumax.ln strtoi.ln strtou.ln strnvisx.ln rngtest.ln strcspn.ln strnlen.ln strncat.ln strncmp.ln strncpy.ln strpbrk.ln strspn.ln strcasecmp.ln strncasecmp.ln xlat_mbr_fstype.ln heapsort.ln ptree.ln radixtree.ln rb.ln rpst.ln hexdump.ln explicit_memset.ln consttime_memequal.ln entpool.ln dkcksum.ln disklabel_swap.ln cdbr.ln mi_vector_hash.ln || true) --- cleandir-external --- --- cleandir-usr.sbin --- cleandir ===> external/apache2/mDNSResponder/usr.sbin --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-mdnsd --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkern && rm -f machine x86_64 amd64 x86 i386 xen libkern.o libkern.po libkern.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/apache2/mDNSResponder/usr.sbin/mdnsd --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkern && rm -f machine x86_64 amd64 x86 i386 xen libkern.o libkern.po libkern.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/usr.sbin/mdnsd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mdnsd PosixDaemon.o mDNSPosix.o mDNSBSD.o mDNS.o DNSDigest.o uDNS.o DNSCommon.o uds_daemon.o mDNSDebug.o dnssd_ipc.o GenLinkedList.o PlatformCommon.o CryptoAlg.o anonymous.o PosixDaemon.ln mDNSPosix.ln mDNSBSD.ln mDNS.ln DNSDigest.ln uDNS.ln DNSCommon.ln uds_daemon.ln mDNSDebug.ln dnssd_ipc.ln GenLinkedList.ln PlatformCommon.ln CryptoAlg.ln anonymous.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libkern && rm -f .depend __main.d absvdi2.d absvsi2.d absvti2.d addvdi3.d addvsi3.d addvti3.d ashldi3.d ashlti3.d ashrdi3.d ashrti3.d atomic.d byte_swap_2.d byte_swap_4.d byte_swap_8.d cdbr.d clzdi2.d clzsi2.d clzti2.d cmpdi2.d cmpti2.d consttime_memequal.d copystr.d cpuset.d crc32.d ctzdi2.d ctzsi2.d ctzti2.d disklabel_swap.d divdi3.d divmoddi4.d divmodsi4.d divsi3.d divti3.d dkcksum.d entpool.d explicit_memset.d ffs.d ffsdi2.d ffsti2.d getfstypename.d heapsort.d hexdump.d imax.d imin.d inet_addr.d int_util.d intoa.d keccak.d kern_assert.d lmax.d lmin.d lshrdi3.d lshrti3.d mcount.d md4c.d md5c.d memchr.d memcmp.d memcpy.d memmem.d memmove.d memset.d mi_vector_hash.d moddi3.d modsi3.d modti3.d muldi3.d mulodi4.d mulosi4.d muloti4.d multi3.d mulvdi3.d mulvsi3.d mulvti3.d murmurhash.d negdi2.d negti2.d negvdi2.d negvsi2.d negvti2.d paritydi2.d paritysi2.d parityti2.d pmatch.d popcount32.d popcount64.d popcountdi2.d popcountsi2.d popcountti2.d ppath.d ppath_extant.d ppath_kmem_alloc.d proc_compare.d prop_array.d prop_array_util.d prop_bool.d prop_data.d prop_dictionary.d prop_dictionary_util.d prop_ingest.d prop_kern.d prop_number.d prop_object.d prop_stack.d prop_string.d ptree.d radixtree.d random.d rb.d rmd160.d rngtest.d rpst.d scanc.d sha1.d sha2.d sha3.d skpc.d snprintb.d strcasecmp.d strcat.d strchr.d strcmp.d strcpy.d strcspn.d strlcat.d strlcpy.d strlen.d strlist.d strncasecmp.d strncat.d strncmp.d strncpy.d strnlen.d strnvisx.d strpbrk.d strrchr.d strsep.d strspn.d strstr.d strtoi.d strtoimax.d strtoll.d strtou.d strtoul.d strtoull.d strtoumax.d subvdi3.d subvsi3.d subvti3.d ucmpdi2.d ucmpti2.d udivdi3.d udivmoddi4.d udivmodsi4.d udivmodti4.d udivsi3.d udivti3.d uimax.d uimin.d ulmax.d ulmin.d umoddi3.d umodsi3.d umodti3.d xlat_mbr_fstype.d __main.d.tmp absvdi2.d.tmp absvsi2.d.tmp absvti2.d.tmp addvdi3.d.tmp addvsi3.d.tmp addvti3.d.tmp ashldi3.d.tmp ashlti3.d.tmp ashrdi3.d.tmp ashrti3.d.tmp atomic.d.tmp byte_swap_2.d.tmp byte_swap_4.d.tmp byte_swap_8.d.tmp cdbr.d.tmp clzdi2.d.tmp clzsi2.d.tmp clzti2.d.tmp cmpdi2.d.tmp cmpti2.d.tmp consttime_memequal.d.tmp copystr.d.tmp cpuset.d.tmp crc32.d.tmp ctzdi2.d.tmp ctzsi2.d.tmp ctzti2.d.tmp disklabel_swap.d.tmp divdi3.d.tmp divmoddi4.d.tmp divmodsi4.d.tmp divsi3.d.tmp divti3.d.tmp dkcksum.d.tmp entpool.d.tmp explicit_memset.d.tmp ffs.d.tmp ffsdi2.d.tmp ffsti2.d.tmp getfstypename.d.tmp heapsort.d.tmp hexdump.d.tmp imax.d.tmp imin.d.tmp inet_addr.d.tmp int_util.d.tmp intoa.d.tmp keccak.d.tmp kern_assert.d.tmp lmax.d.tmp lmin.d.tmp lshrdi3.d.tmp lshrti3.d.tmp mcount.d.tmp md4c.d.tmp md5c.d.tmp memchr.d.tmp memcmp.d.tmp memcpy.d.tmp memmem.d.tmp memmove.d.tmp memset.d.tmp mi_vector_hash.d.tmp moddi3.d.tmp modsi3.d.tmp modti3.d.tmp muldi3.d.tmp mulodi4.d.tmp mulosi4.d.tmp muloti4.d.tmp multi3.d.tmp mulvdi3.d.tmp mulvsi3.d.tmp mulvti3.d.tmp murmurhash.d.tmp negdi2.d.tmp negti2.d.tmp negvdi2.d.tmp negvsi2.d.tmp negvti2.d.tmp paritydi2.d.tmp paritysi2.d.tmp parityti2.d.tmp pmatch.d.tmp popcount32.d.tmp popcount64.d.tmp popcountdi2.d.tmp popcountsi2.d.tmp popcountti2.d.tmp ppath.d.tmp ppath_extant.d.tmp ppath_kmem_alloc.d.tmp proc_compare.d.tmp prop_array.d.tmp prop_array_util.d.tmp prop_bool.d.tmp prop_data.d.tmp prop_dictionary.d.tmp prop_dictionary_util.d.tmp prop_ingest.d.tmp prop_kern.d.tmp prop_number.d.tmp prop_object.d.tmp prop_stack.d.tmp prop_string.d.tmp ptree.d.tmp radixtree.d.tmp random.d.tmp rb.d.tmp rmd160.d.tmp rngtest.d.tmp rpst.d.tmp scanc.d.tmp sha1.d.tmp sha2.d.tmp sha3.d.tmp skpc.d.tmp snprintb.d.tmp strcasecmp.d.tmp strcat.d.tmp strchr.d.tmp strcmp.d.tmp strcpy.d.tmp strcspn.d.tmp strlcat.d.tmp strlcpy.d.tmp strlen.d.tmp strlist.d.tmp strncasecmp.d.tmp strncat.d.tmp strncmp.d.tmp strncpy.d.tmp strnlen.d.tmp strnvisx.d.tmp strpbrk.d.tmp strrchr.d.tmp strsep.d.tmp strspn.d.tmp strstr.d.tmp strtoi.d.tmp strtoimax.d.tmp strtoll.d.tmp strtou.d.tmp strtoul.d.tmp strtoull.d.tmp strtoumax.d.tmp subvdi3.d.tmp subvsi3.d.tmp subvti3.d.tmp ucmpdi2.d.tmp ucmpti2.d.tmp udivdi3.d.tmp udivmoddi4.d.tmp udivmodsi4.d.tmp udivmodti4.d.tmp udivsi3.d.tmp udivti3.d.tmp uimax.d.tmp uimin.d.tmp ulmax.d.tmp ulmin.d.tmp umoddi3.d.tmp umodsi3.d.tmp umodti3.d.tmp xlat_mbr_fstype.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/usr.sbin/mdnsd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mdnsd PosixDaemon.o mDNSPosix.o mDNSBSD.o mDNS.o DNSDigest.o uDNS.o DNSCommon.o uds_daemon.o mDNSDebug.o dnssd_ipc.o GenLinkedList.o PlatformCommon.o CryptoAlg.o anonymous.o PosixDaemon.ln mDNSPosix.ln mDNSBSD.ln mDNS.ln DNSDigest.ln uDNS.ln DNSCommon.ln uds_daemon.ln mDNSDebug.ln dnssd_ipc.ln GenLinkedList.ln PlatformCommon.ln CryptoAlg.ln anonymous.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libkern && rm -f .depend __main.d absvdi2.d absvsi2.d absvti2.d addvdi3.d addvsi3.d addvti3.d ashldi3.d ashlti3.d ashrdi3.d ashrti3.d atomic.d byte_swap_2.d byte_swap_4.d byte_swap_8.d cdbr.d clzdi2.d clzsi2.d clzti2.d cmpdi2.d cmpti2.d consttime_memequal.d copystr.d cpuset.d crc32.d ctzdi2.d ctzsi2.d ctzti2.d disklabel_swap.d divdi3.d divmoddi4.d divmodsi4.d divsi3.d divti3.d dkcksum.d entpool.d explicit_memset.d ffs.d ffsdi2.d ffsti2.d getfstypename.d heapsort.d hexdump.d imax.d imin.d inet_addr.d int_util.d intoa.d keccak.d kern_assert.d lmax.d lmin.d lshrdi3.d lshrti3.d mcount.d md4c.d md5c.d memchr.d memcmp.d memcpy.d memmem.d memmove.d memset.d mi_vector_hash.d moddi3.d modsi3.d modti3.d muldi3.d mulodi4.d mulosi4.d muloti4.d multi3.d mulvdi3.d mulvsi3.d mulvti3.d murmurhash.d negdi2.d negti2.d negvdi2.d negvsi2.d negvti2.d paritydi2.d paritysi2.d parityti2.d pmatch.d popcount32.d popcount64.d popcountdi2.d popcountsi2.d popcountti2.d ppath.d ppath_extant.d ppath_kmem_alloc.d proc_compare.d prop_array.d prop_array_util.d prop_bool.d prop_data.d prop_dictionary.d prop_dictionary_util.d prop_ingest.d prop_kern.d prop_number.d prop_object.d prop_stack.d prop_string.d ptree.d radixtree.d random.d rb.d rmd160.d rngtest.d rpst.d scanc.d sha1.d sha2.d sha3.d skpc.d snprintb.d strcasecmp.d strcat.d strchr.d strcmp.d strcpy.d strcspn.d strlcat.d strlcpy.d strlen.d strlist.d strncasecmp.d strncat.d strncmp.d strncpy.d strnlen.d strnvisx.d strpbrk.d strrchr.d strsep.d strspn.d strstr.d strtoi.d strtoimax.d strtoll.d strtou.d strtoul.d strtoull.d strtoumax.d subvdi3.d subvsi3.d subvti3.d ucmpdi2.d ucmpti2.d udivdi3.d udivmoddi4.d udivmodsi4.d udivmodti4.d udivsi3.d udivti3.d uimax.d uimin.d ulmax.d ulmin.d umoddi3.d umodsi3.d umodti3.d xlat_mbr_fstype.d __main.d.tmp absvdi2.d.tmp absvsi2.d.tmp absvti2.d.tmp addvdi3.d.tmp addvsi3.d.tmp addvti3.d.tmp ashldi3.d.tmp ashlti3.d.tmp ashrdi3.d.tmp ashrti3.d.tmp atomic.d.tmp byte_swap_2.d.tmp byte_swap_4.d.tmp byte_swap_8.d.tmp cdbr.d.tmp clzdi2.d.tmp clzsi2.d.tmp clzti2.d.tmp cmpdi2.d.tmp cmpti2.d.tmp consttime_memequal.d.tmp copystr.d.tmp cpuset.d.tmp crc32.d.tmp ctzdi2.d.tmp ctzsi2.d.tmp ctzti2.d.tmp disklabel_swap.d.tmp divdi3.d.tmp divmoddi4.d.tmp divmodsi4.d.tmp divsi3.d.tmp divti3.d.tmp dkcksum.d.tmp entpool.d.tmp explicit_memset.d.tmp ffs.d.tmp ffsdi2.d.tmp ffsti2.d.tmp getfstypename.d.tmp heapsort.d.tmp hexdump.d.tmp imax.d.tmp imin.d.tmp inet_addr.d.tmp int_util.d.tmp intoa.d.tmp keccak.d.tmp kern_assert.d.tmp lmax.d.tmp lmin.d.tmp lshrdi3.d.tmp lshrti3.d.tmp mcount.d.tmp md4c.d.tmp md5c.d.tmp memchr.d.tmp memcmp.d.tmp memcpy.d.tmp memmem.d.tmp memmove.d.tmp memset.d.tmp mi_vector_hash.d.tmp moddi3.d.tmp modsi3.d.tmp modti3.d.tmp muldi3.d.tmp mulodi4.d.tmp mulosi4.d.tmp muloti4.d.tmp multi3.d.tmp mulvdi3.d.tmp mulvsi3.d.tmp mulvti3.d.tmp murmurhash.d.tmp negdi2.d.tmp negti2.d.tmp negvdi2.d.tmp negvsi2.d.tmp negvti2.d.tmp paritydi2.d.tmp paritysi2.d.tmp parityti2.d.tmp pmatch.d.tmp popcount32.d.tmp popcount64.d.tmp popcountdi2.d.tmp popcountsi2.d.tmp popcountti2.d.tmp ppath.d.tmp ppath_extant.d.tmp ppath_kmem_alloc.d.tmp proc_compare.d.tmp prop_array.d.tmp prop_array_util.d.tmp prop_bool.d.tmp prop_data.d.tmp prop_dictionary.d.tmp prop_dictionary_util.d.tmp prop_ingest.d.tmp prop_kern.d.tmp prop_number.d.tmp prop_object.d.tmp prop_stack.d.tmp prop_string.d.tmp ptree.d.tmp radixtree.d.tmp random.d.tmp rb.d.tmp rmd160.d.tmp rngtest.d.tmp rpst.d.tmp scanc.d.tmp sha1.d.tmp sha2.d.tmp sha3.d.tmp skpc.d.tmp snprintb.d.tmp strcasecmp.d.tmp strcat.d.tmp strchr.d.tmp strcmp.d.tmp strcpy.d.tmp strcspn.d.tmp strlcat.d.tmp strlcpy.d.tmp strlen.d.tmp strlist.d.tmp strncasecmp.d.tmp strncat.d.tmp strncmp.d.tmp strncpy.d.tmp strnlen.d.tmp strnvisx.d.tmp strpbrk.d.tmp strrchr.d.tmp strsep.d.tmp strspn.d.tmp strstr.d.tmp strtoi.d.tmp strtoimax.d.tmp strtoll.d.tmp strtou.d.tmp strtoul.d.tmp strtoull.d.tmp strtoumax.d.tmp subvdi3.d.tmp subvsi3.d.tmp subvti3.d.tmp ucmpdi2.d.tmp ucmpti2.d.tmp udivdi3.d.tmp udivmoddi4.d.tmp udivmodsi4.d.tmp udivmodti4.d.tmp udivsi3.d.tmp udivti3.d.tmp uimax.d.tmp uimin.d.tmp ulmax.d.tmp ulmin.d.tmp umoddi3.d.tmp umodsi3.d.tmp umodti3.d.tmp xlat_mbr_fstype.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/usr.sbin/mdnsd && rm -f mdnsd.html8 .depend CryptoAlg.d DNSCommon.d DNSDigest.d GenLinkedList.d PlatformCommon.d PosixDaemon.d anonymous.d dnssd_ipc.d mDNS.d mDNSBSD.d mDNSDebug.d mDNSPosix.d uDNS.d uds_daemon.d CryptoAlg.d.tmp DNSCommon.d.tmp DNSDigest.d.tmp GenLinkedList.d.tmp PlatformCommon.d.tmp PosixDaemon.d.tmp anonymous.d.tmp dnssd_ipc.d.tmp mDNS.d.tmp mDNSBSD.d.tmp mDNSDebug.d.tmp mDNSPosix.d.tmp uDNS.d.tmp uds_daemon.d.tmp tags || true) --- cleandir-lib --- --- cleandir-librumpclient --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/usr.sbin/mdnsd && rm -f mdnsd.html8 .depend CryptoAlg.d DNSCommon.d DNSDigest.d GenLinkedList.d PlatformCommon.d PosixDaemon.d anonymous.d dnssd_ipc.d mDNS.d mDNSBSD.d mDNSDebug.d mDNSPosix.d uDNS.d uds_daemon.d CryptoAlg.d.tmp DNSCommon.d.tmp DNSDigest.d.tmp GenLinkedList.d.tmp PlatformCommon.d.tmp PosixDaemon.d.tmp anonymous.d.tmp dnssd_ipc.d.tmp mDNS.d.tmp mDNSBSD.d.tmp mDNSDebug.d.tmp mDNSPosix.d.tmp uDNS.d.tmp uds_daemon.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/librumpclient --- cleandir-external --- --- cleandir-nss --- cleandir ===> external/apache2/mDNSResponder/nss --- libclean1 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/nss && rm -f libnss_mdnsd.a nss_mdnsd.o nss_mdnsd.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpclient && rm -f librumpclient.a rumpclient.o rump_syscalls.o rumpclient.o.tmp rump_syscalls.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/nss && rm -f libnss_mdnsd.a nss_mdnsd.o nss_mdnsd.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpclient && rm -f librumpclient.a rumpclient.o rump_syscalls.o rumpclient.o.tmp rump_syscalls.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/nss && rm -f libnss_mdnsd_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpclient && rm -f librumpclient_p.a rumpclient.po rump_syscalls.po rumpclient.po.tmp rump_syscalls.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/nss && rm -f libnss_mdnsd_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpclient && rm -f librumpclient_p.a rumpclient.po rump_syscalls.po rumpclient.po.tmp rump_syscalls.po.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/nss && rm -f libnss_mdnsd_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpclient && rm -f librumpclient_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/nss && rm -f libnss_mdnsd_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpclient && rm -f librumpclient_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/nss && rm -f libnss_mdnsd_pic.a libnss_mdnsd.so.* libnss_mdnsd.so nss_mdnsd.pico nss_mdnsd.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpclient && rm -f librumpclient_pic.a librumpclient.so.* librumpclient.so rumpclient.pico rump_syscalls.pico rumpclient.pico.tmp rump_syscalls.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/nss && rm -f libnss_mdnsd_pic.a libnss_mdnsd.so.* libnss_mdnsd.so nss_mdnsd.pico nss_mdnsd.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpclient && rm -f librumpclient_pic.a librumpclient.so.* librumpclient.so rumpclient.pico rump_syscalls.pico rumpclient.pico.tmp rump_syscalls.pico.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/nss && rm -f llib-lnss_mdnsd.ln nss_mdnsd.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpclient && rm -f llib-lrumpclient.ln rumpclient.ln rump_syscalls.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/nss && rm -f llib-lnss_mdnsd.ln nss_mdnsd.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpclient && rm -f llib-lrumpclient.ln rumpclient.ln rump_syscalls.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/nss && rm -f libnss_mdnsd.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpclient && rm -f srcsys librumpclient.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/nss && rm -f libnss_mdnsd.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpclient && rm -f srcsys librumpclient.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/nss && rm -f .depend nss_mdnsd.d nss_mdnsd.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpclient && rm -f rumpclient.html3 .depend rump_syscalls.d rumpclient.d rump_syscalls.d.tmp rumpclient.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/nss && rm -f .depend nss_mdnsd.d nss_mdnsd.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpclient && rm -f rumpclient.html3 .depend rump_syscalls.d rumpclient.d rump_syscalls.d.tmp rumpclient.d.tmp tags || true) --- cleandir-external --- --- cleandir-atheros --- --- cleandir-lib --- --- cleandir-libskey --- --- cleandir-external --- cleandir ===> external/atheros --- cleandir-lib --- cleandir ===> lib/libskey --- cleandir-external --- --- cleandir-athn --- cleandir ===> external/atheros/athn --- __doclean --- --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-otus --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libskey && rm -f libskey.a skeylogin.o skeysubr.o put.o skeylogin.o.tmp skeysubr.o.tmp put.o.tmp || true) --- cleandir-external --- cleandir ===> external/atheros/otus --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libskey && rm -f libskey.a skeylogin.o skeysubr.o put.o skeylogin.o.tmp skeysubr.o.tmp put.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libskey && rm -f libskey_p.a skeylogin.po skeysubr.po put.po skeylogin.po.tmp skeysubr.po.tmp put.po.tmp || true) --- cleandir-external --- --- cleandir-broadcom --- cleandir ===> external/broadcom --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libskey && rm -f libskey_p.a skeylogin.po skeysubr.po put.po skeylogin.po.tmp skeysubr.po.tmp put.po.tmp || true) --- cleandir-external --- --- cleandir-bcm43xx --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/broadcom/bcm43xx --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libskey && rm -f libskey_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libskey && rm -f libskey_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-bwfm --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libskey && rm -f libskey_pic.a libskey.so.* libskey.so skeylogin.pico skeysubr.pico put.pico skeylogin.pico.tmp skeysubr.pico.tmp put.pico.tmp || true) --- cleandir-external --- cleandir ===> external/broadcom/bwfm --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libskey && rm -f libskey_pic.a libskey.so.* libskey.so skeylogin.pico skeysubr.pico put.pico skeylogin.pico.tmp skeysubr.pico.tmp put.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libskey && rm -f llib-lskey.ln skeylogin.ln skeysubr.ln put.ln || true) --- cleandir-external --- --- cleandir-bsd --- cleandir ===> external/bsd --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libskey && rm -f llib-lskey.ln skeylogin.ln skeysubr.ln put.ln || true) --- __doclean --- --- cleandir-external --- --- cleandir-acpica --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libskey && rm -f libskey.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/acpica --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libskey && rm -f libskey.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/bsd/acpica/bin --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-iasl --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libskey && rm -f skey.html3 .depend put.d skeylogin.d skeysubr.d put.d.tmp skeylogin.d.tmp skeysubr.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/acpica/bin/iasl --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libskey && rm -f skey.html3 .depend put.d skeylogin.d skeysubr.d put.d.tmp skeylogin.d.tmp skeysubr.d.tmp tags || true) --- cleandir-libnvmm --- cleandir ===> lib/libnvmm --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/acpica/bin/iasl && rm -f aslcompilerparse.y aslcompilerparse.c aslcompilerparse.h aslcompiler.y.h aslcompilerparse.output aslcompilerlex.l aslcompilerlex.c dtparserparse.y dtparserparse.c dtparserparse.h dtparserlex.l dtparserlex.c dtparser.y.h dtparserparse.output dtcompilerparserparse.y dtcompilerparserparse.c dtcompilerparserparse.h dtcompilerparserlex.l dtcompilerparserlex.c dtcompilerparser.y.h dtcompilerparserparse.output prparserparse.y prparserparse.c prparserparse.h prparserlex.l prparserlex.c prparser.y.h prparserparse.output y.output y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit iasl adfile.o aslallocate.o aslanalyze.o aslascii.o aslbtypes.o aslcache.o aslcodegen.o aslcompile.o aslcompilerlex.o aslcompilerparse.o asldebug.o aslerror.o aslexternal.o aslfileio.o aslfiles.o aslfold.o aslhelp.o aslhex.o asllength.o asllisting.o asllistsup.o aslload.o asllookup.o aslmain.o aslmap.o aslmapenter.o aslmapoutput.o aslmaputils.o aslmessages.o aslmethod.o aslnamesp.o asloffset.o aslopcodes.o asloperands.o aslopt.o asloptions.o aslparseop.o aslpld.o aslpredef.o aslprepkg.o aslprintf.o aslprune.o aslresource.o aslrestype1.o aslrestype1i.o aslrestype2.o aslrestype2d.o aslrestype2e.o aslrestype2q.o aslrestype2s.o aslrestype2w.o aslstartup.o aslstubs.o asltransform.o asltree.o aslutils.o asluuid.o aslwalks.o aslxref.o aslxrefout.o cvcompiler.o cvdisasm.o cvparser.o dtcompile.o dtexpress.o dtfield.o dtio.o dtcompilerparserlex.o dtcompilerparserparse.o dtparserlex.o dtparserparse.o dtsubtable.o dttable.o dttable1.o dttable2.o dttemplate.o dtutils.o prexpress.o prmacros.o prparserlex.o prparserparse.o prscan.o prutils.o acfileio.o adisasm.o adwalk.o ahids.o ahpredef.o ahtable.o ahuuids.o cmfsize.o dmextern.o dmrestag.o dmswitch.o dmtable.o dmtables.o dmtbdump.o dmtbdump1.o dmtbdump2.o dmtbdump3.o dmtbinfo.o dmtbinfo1.o dmtbinfo2.o dmtbinfo3.o getopt.o dbfileio.o dmbuffer.o dmcstyle.o dmdeferred.o dmnames.o dmopcode.o dmresrc.o dmresrcl.o dmresrcl2.o dmresrcs.o dmutils.o dmwalk.o dsargs.o dscontrol.o dsfield.o dsobject.o dsopcode.o dspkginit.o dsutils.o dswexec.o dswload.o dswload2.o dswscope.o dswstate.o exconvrt.o excreate.o exconcat.o exdump.o exmisc.o exmutex.o exnames.o exoparg1.o exoparg2.o exoparg3.o exoparg6.o exprep.o exregion.o exresnte.o exresolv.o exresop.o exstore.o exstoren.o exstorob.o exsystem.o exutils.o psargs.o psloop.o psobject.o psopcode.o psopinfo.o psparse.o psscope.o pstree.o psutils.o pswalk.o tbfadt.o tbdata.o tbinstal.o tbprint.o tbutils.o tbxface.o tbxfload.o nsaccess.o nsalloc.o nsdump.o nsnames.o nsobject.o nsparse.o nssearch.o nsutils.o nswalk.o nsxfobj.o utaddress.o utalloc.o utascii.o utbuffer.o utcache.o utcksum.o utcopy.o utdebug.o utdecode.o utdelete.o uterror.o utexcep.o utglobal.o uthex.o utinit.o utlock.o utmath.o utmisc.o utmutex.o utnonansi.o utobject.o utosi.o utownerid.o utpredef.o utresdecode.o utresrc.o utstate.o utstring.o utstrsuppt.o utstrtoul64.o utuuid.o utxface.o utxferror.o osunixxf.o adfile.ln aslallocate.ln aslanalyze.ln aslascii.ln aslbtypes.ln aslcache.ln aslcodegen.ln aslcompile.ln aslcompilerlex.ln aslcompilerparse.ln asldebug.ln aslerror.ln aslexternal.ln aslfileio.ln aslfiles.ln aslfold.ln aslhelp.ln aslhex.ln asllength.ln asllisting.ln asllistsup.ln aslload.ln asllookup.ln aslmain.ln aslmap.ln aslmapenter.ln aslmapoutput.ln aslmaputils.ln aslmessages.ln aslmethod.ln aslnamesp.ln asloffset.ln aslopcodes.ln asloperands.ln aslopt.ln asloptions.ln aslparseop.ln aslpld.ln aslpredef.ln aslprepkg.ln aslprintf.ln aslprune.ln aslresource.ln aslrestype1.ln aslrestype1i.ln aslrestype2.ln aslrestype2d.ln aslrestype2e.ln aslrestype2q.ln aslrestype2s.ln aslrestype2w.ln aslstartup.ln aslstubs.ln asltransform.ln asltree.ln aslutils.ln asluuid.ln aslwalks.ln aslxref.ln aslxrefout.ln cvcompiler.ln cvdisasm.ln cvparser.ln dtcompile.ln dtexpress.ln dtfield.ln dtio.ln dtcompilerparserlex.ln dtcompilerparserparse.ln dtparserlex.ln dtparserparse.ln dtsubtable.ln dttable.ln dttable1.ln dttable2.ln dttemplate.ln dtutils.ln prexpress.ln prmacros.ln prparserlex.ln prparserparse.ln prscan.ln prutils.ln acfileio.ln adisasm.ln adwalk.ln ahids.ln ahpredef.ln ahtable.ln ahuuids.ln cmfsize.ln dmextern.ln dmrestag.ln dmswitch.ln dmtable.ln dmtables.ln dmtbdump.ln dmtbdump1.ln dmtbdump2.ln dmtbdump3.ln dmtbinfo.ln dmtbinfo1.ln dmtbinfo2.ln dmtbinfo3.ln getopt.ln dbfileio.ln dmbuffer.ln dmcstyle.ln dmdeferred.ln dmnames.ln dmopcode.ln dmresrc.ln dmresrcl.ln dmresrcl2.ln dmresrcs.ln dmutils.ln dmwalk.ln dsargs.ln dscontrol.ln dsfield.ln dsobject.ln dsopcode.ln dspkginit.ln dsutils.ln dswexec.ln dswload.ln dswload2.ln dswscope.ln dswstate.ln exconvrt.ln excreate.ln exconcat.ln exdump.ln exmisc.ln exmutex.ln exnames.ln exoparg1.ln exoparg2.ln exoparg3.ln exoparg6.ln exprep.ln exregion.ln exresnte.ln exresolv.ln exresop.ln exstore.ln exstoren.ln exstorob.ln exsystem.ln exutils.ln psargs.ln psloop.ln psobject.ln psopcode.ln psopinfo.ln psparse.ln psscope.ln pstree.ln psutils.ln pswalk.ln tbfadt.ln tbdata.ln tbinstal.ln tbprint.ln tbutils.ln tbxface.ln tbxfload.ln nsaccess.ln nsalloc.ln nsdump.ln nsnames.ln nsobject.ln nsparse.ln nssearch.ln nsutils.ln nswalk.ln nsxfobj.ln utaddress.ln utalloc.ln utascii.ln utbuffer.ln utcache.ln utcksum.ln utcopy.ln utdebug.ln utdecode.ln utdelete.ln uterror.ln utexcep.ln utglobal.ln uthex.ln utinit.ln utlock.ln utmath.ln utmisc.ln utmutex.ln utnonansi.ln utobject.ln utosi.ln utownerid.ln utpredef.ln utresdecode.ln utresrc.ln utstate.ln utstring.ln utstrsuppt.ln utstrtoul64.ln utuuid.ln utxface.ln utxferror.ln osunixxf.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/acpica/bin/iasl && rm -f aslcompilerparse.y aslcompilerparse.c aslcompilerparse.h aslcompiler.y.h aslcompilerparse.output aslcompilerlex.l aslcompilerlex.c dtparserparse.y dtparserparse.c dtparserparse.h dtparserlex.l dtparserlex.c dtparser.y.h dtparserparse.output dtcompilerparserparse.y dtcompilerparserparse.c dtcompilerparserparse.h dtcompilerparserlex.l dtcompilerparserlex.c dtcompilerparser.y.h dtcompilerparserparse.output prparserparse.y prparserparse.c prparserparse.h prparserlex.l prparserlex.c prparser.y.h prparserparse.output y.output y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit iasl adfile.o aslallocate.o aslanalyze.o aslascii.o aslbtypes.o aslcache.o aslcodegen.o aslcompile.o aslcompilerlex.o aslcompilerparse.o asldebug.o aslerror.o aslexternal.o aslfileio.o aslfiles.o aslfold.o aslhelp.o aslhex.o asllength.o asllisting.o asllistsup.o aslload.o asllookup.o aslmain.o aslmap.o aslmapenter.o aslmapoutput.o aslmaputils.o aslmessages.o aslmethod.o aslnamesp.o asloffset.o aslopcodes.o asloperands.o aslopt.o asloptions.o aslparseop.o aslpld.o aslpredef.o aslprepkg.o aslprintf.o aslprune.o aslresource.o aslrestype1.o aslrestype1i.o aslrestype2.o aslrestype2d.o aslrestype2e.o aslrestype2q.o aslrestype2s.o aslrestype2w.o aslstartup.o aslstubs.o asltransform.o asltree.o aslutils.o asluuid.o aslwalks.o aslxref.o aslxrefout.o cvcompiler.o cvdisasm.o cvparser.o dtcompile.o dtexpress.o dtfield.o dtio.o dtcompilerparserlex.o dtcompilerparserparse.o dtparserlex.o dtparserparse.o dtsubtable.o dttable.o dttable1.o dttable2.o dttemplate.o dtutils.o prexpress.o prmacros.o prparserlex.o prparserparse.o prscan.o prutils.o acfileio.o adisasm.o adwalk.o ahids.o ahpredef.o ahtable.o ahuuids.o cmfsize.o dmextern.o dmrestag.o dmswitch.o dmtable.o dmtables.o dmtbdump.o dmtbdump1.o dmtbdump2.o dmtbdump3.o dmtbinfo.o dmtbinfo1.o dmtbinfo2.o dmtbinfo3.o getopt.o dbfileio.o dmbuffer.o dmcstyle.o dmdeferred.o dmnames.o dmopcode.o dmresrc.o dmresrcl.o dmresrcl2.o dmresrcs.o dmutils.o dmwalk.o dsargs.o dscontrol.o dsfield.o dsobject.o dsopcode.o dspkginit.o dsutils.o dswexec.o dswload.o dswload2.o dswscope.o dswstate.o exconvrt.o excreate.o exconcat.o exdump.o exmisc.o exmutex.o exnames.o exoparg1.o exoparg2.o exoparg3.o exoparg6.o exprep.o exregion.o exresnte.o exresolv.o exresop.o exstore.o exstoren.o exstorob.o exsystem.o exutils.o psargs.o psloop.o psobject.o psopcode.o psopinfo.o psparse.o psscope.o pstree.o psutils.o pswalk.o tbfadt.o tbdata.o tbinstal.o tbprint.o tbutils.o tbxface.o tbxfload.o nsaccess.o nsalloc.o nsdump.o nsnames.o nsobject.o nsparse.o nssearch.o nsutils.o nswalk.o nsxfobj.o utaddress.o utalloc.o utascii.o utbuffer.o utcache.o utcksum.o utcopy.o utdebug.o utdecode.o utdelete.o uterror.o utexcep.o utglobal.o uthex.o utinit.o utlock.o utmath.o utmisc.o utmutex.o utnonansi.o utobject.o utosi.o utownerid.o utpredef.o utresdecode.o utresrc.o utstate.o utstring.o utstrsuppt.o utstrtoul64.o utuuid.o utxface.o utxferror.o osunixxf.o adfile.ln aslallocate.ln aslanalyze.ln aslascii.ln aslbtypes.ln aslcache.ln aslcodegen.ln aslcompile.ln aslcompilerlex.ln aslcompilerparse.ln asldebug.ln aslerror.ln aslexternal.ln aslfileio.ln aslfiles.ln aslfold.ln aslhelp.ln aslhex.ln asllength.ln asllisting.ln asllistsup.ln aslload.ln asllookup.ln aslmain.ln aslmap.ln aslmapenter.ln aslmapoutput.ln aslmaputils.ln aslmessages.ln aslmethod.ln aslnamesp.ln asloffset.ln aslopcodes.ln asloperands.ln aslopt.ln asloptions.ln aslparseop.ln aslpld.ln aslpredef.ln aslprepkg.ln aslprintf.ln aslprune.ln aslresource.ln aslrestype1.ln aslrestype1i.ln aslrestype2.ln aslrestype2d.ln aslrestype2e.ln aslrestype2q.ln aslrestype2s.ln aslrestype2w.ln aslstartup.ln aslstubs.ln asltransform.ln asltree.ln aslutils.ln asluuid.ln aslwalks.ln aslxref.ln aslxrefout.ln cvcompiler.ln cvdisasm.ln cvparser.ln dtcompile.ln dtexpress.ln dtfield.ln dtio.ln dtcompilerparserlex.ln dtcompilerparserparse.ln dtparserlex.ln dtparserparse.ln dtsubtable.ln dttable.ln dttable1.ln dttable2.ln dttemplate.ln dtutils.ln prexpress.ln prmacros.ln prparserlex.ln prparserparse.ln prscan.ln prutils.ln acfileio.ln adisasm.ln adwalk.ln ahids.ln ahpredef.ln ahtable.ln ahuuids.ln cmfsize.ln dmextern.ln dmrestag.ln dmswitch.ln dmtable.ln dmtables.ln dmtbdump.ln dmtbdump1.ln dmtbdump2.ln dmtbdump3.ln dmtbinfo.ln dmtbinfo1.ln dmtbinfo2.ln dmtbinfo3.ln getopt.ln dbfileio.ln dmbuffer.ln dmcstyle.ln dmdeferred.ln dmnames.ln dmopcode.ln dmresrc.ln dmresrcl.ln dmresrcl2.ln dmresrcs.ln dmutils.ln dmwalk.ln dsargs.ln dscontrol.ln dsfield.ln dsobject.ln dsopcode.ln dspkginit.ln dsutils.ln dswexec.ln dswload.ln dswload2.ln dswscope.ln dswstate.ln exconvrt.ln excreate.ln exconcat.ln exdump.ln exmisc.ln exmutex.ln exnames.ln exoparg1.ln exoparg2.ln exoparg3.ln exoparg6.ln exprep.ln exregion.ln exresnte.ln exresolv.ln exresop.ln exstore.ln exstoren.ln exstorob.ln exsystem.ln exutils.ln psargs.ln psloop.ln psobject.ln psopcode.ln psopinfo.ln psparse.ln psscope.ln pstree.ln psutils.ln pswalk.ln tbfadt.ln tbdata.ln tbinstal.ln tbprint.ln tbutils.ln tbxface.ln tbxfload.ln nsaccess.ln nsalloc.ln nsdump.ln nsnames.ln nsobject.ln nsparse.ln nssearch.ln nsutils.ln nswalk.ln nsxfobj.ln utaddress.ln utalloc.ln utascii.ln utbuffer.ln utcache.ln utcksum.ln utcopy.ln utdebug.ln utdecode.ln utdelete.ln uterror.ln utexcep.ln utglobal.ln uthex.ln utinit.ln utlock.ln utmath.ln utmisc.ln utmutex.ln utnonansi.ln utobject.ln utosi.ln utownerid.ln utpredef.ln utresdecode.ln utresrc.ln utstate.ln utstring.ln utstrsuppt.ln utstrtoul64.ln utuuid.ln utxface.ln utxferror.ln osunixxf.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnvmm && rm -f libnvmm.a libnvmm.o libnvmm.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnvmm && rm -f libnvmm.a libnvmm.o libnvmm.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/acpica/bin/iasl && rm -f iasl.html8 .depend acfileio.d adfile.d adisasm.d adwalk.d ahids.d ahpredef.d ahtable.d ahuuids.d aslallocate.d aslanalyze.d aslascii.d aslbtypes.d aslcache.d aslcodegen.d aslcompile.d aslcompilerlex.d aslcompilerparse.d asldebug.d aslerror.d aslexternal.d aslfileio.d aslfiles.d aslfold.d aslhelp.d aslhex.d asllength.d asllisting.d asllistsup.d aslload.d asllookup.d aslmain.d aslmap.d aslmapenter.d aslmapoutput.d aslmaputils.d aslmessages.d aslmethod.d aslnamesp.d asloffset.d aslopcodes.d asloperands.d aslopt.d asloptions.d aslparseop.d aslpld.d aslpredef.d aslprepkg.d aslprintf.d aslprune.d aslresource.d aslrestype1.d aslrestype1i.d aslrestype2.d aslrestype2d.d aslrestype2e.d aslrestype2q.d aslrestype2s.d aslrestype2w.d aslstartup.d aslstubs.d asltransform.d asltree.d aslutils.d asluuid.d aslwalks.d aslxref.d aslxrefout.d cmfsize.d cvcompiler.d cvdisasm.d cvparser.d dbfileio.d dmbuffer.d dmcstyle.d dmdeferred.d dmextern.d dmnames.d dmopcode.d dmresrc.d dmresrcl.d dmresrcl2.d dmresrcs.d dmrestag.d dmswitch.d dmtable.d dmtables.d dmtbdump.d dmtbdump1.d dmtbdump2.d dmtbdump3.d dmtbinfo.d dmtbinfo1.d dmtbinfo2.d dmtbinfo3.d dmutils.d dmwalk.d dsargs.d dscontrol.d dsfield.d dsobject.d dsopcode.d dspkginit.d dsutils.d dswexec.d dswload.d dswload2.d dswscope.d dswstate.d dtcompile.d dtcompilerparserlex.d dtcompilerparserparse.d dtexpress.d dtfield.d dtio.d dtparserlex.d dtparserparse.d dtsubtable.d dttable.d dttable1.d dttable2.d dttemplate.d dtutils.d exconcat.d exconvrt.d excreate.d exdump.d exmisc.d exmutex.d exnames.d exoparg1.d exoparg2.d exoparg3.d exoparg6.d exprep.d exregion.d exresnte.d exresolv.d exresop.d exstore.d exstoren.d exstorob.d exsystem.d exutils.d getopt.d nsaccess.d nsalloc.d nsdump.d nsnames.d nsobject.d nsparse.d nssearch.d nsutils.d nswalk.d nsxfobj.d osunixxf.d prexpress.d prmacros.d prparserlex.d prparserparse.d prscan.d prutils.d psargs.d psloop.d psobject.d psopcode.d psopinfo.d psparse.d psscope.d pstree.d psutils.d pswalk.d tbdata.d tbfadt.d tbinstal.d tbprint.d tbutils.d tbxface.d tbxfload.d utaddress.d utalloc.d utascii.d utbuffer.d utcache.d utcksum.d utcopy.d utdebug.d utdecode.d utdelete.d uterror.d utexcep.d utglobal.d uthex.d utinit.d utlock.d utmath.d utmisc.d utmutex.d utnonansi.d utobject.d utosi.d utownerid.d utpredef.d utresdecode.d utresrc.d utstate.d utstring.d utstrsuppt.d utstrtoul64.d utuuid.d utxface.d utxferror.d acfileio.d.tmp adfile.d.tmp adisasm.d.tmp adwalk.d.tmp ahids.d.tmp ahpredef.d.tmp ahtable.d.tmp ahuuids.d.tmp aslallocate.d.tmp aslanalyze.d.tmp aslascii.d.tmp aslbtypes.d.tmp aslcache.d.tmp aslcodegen.d.tmp aslcompile.d.tmp aslcompilerlex.d.tmp aslcompilerparse.d.tmp asldebug.d.tmp aslerror.d.tmp aslexternal.d.tmp aslfileio.d.tmp aslfiles.d.tmp aslfold.d.tmp aslhelp.d.tmp aslhex.d.tmp asllength.d.tmp asllisting.d.tmp asllistsup.d.tmp aslload.d.tmp asllookup.d.tmp aslmain.d.tmp aslmap.d.tmp aslmapenter.d.tmp aslmapoutput.d.tmp aslmaputils.d.tmp aslmessages.d.tmp aslmethod.d.tmp aslnamesp.d.tmp asloffset.d.tmp aslopcodes.d.tmp asloperands.d.tmp aslopt.d.tmp asloptions.d.tmp aslparseop.d.tmp aslpld.d.tmp aslpredef.d.tmp aslprepkg.d.tmp aslprintf.d.tmp aslprune.d.tmp aslresource.d.tmp aslrestype1.d.tmp aslrestype1i.d.tmp aslrestype2.d.tmp aslrestype2d.d.tmp aslrestype2e.d.tmp aslrestype2q.d.tmp aslrestype2s.d.tmp aslrestype2w.d.tmp aslstartup.d.tmp aslstubs.d.tmp asltransform.d.tmp asltree.d.tmp aslutils.d.tmp asluuid.d.tmp aslwalks.d.tmp aslxref.d.tmp aslxrefout.d.tmp cmfsize.d.tmp cvcompiler.d.tmp cvdisasm.d.tmp cvparser.d.tmp dbfileio.d.tmp dmbuffer.d.tmp dmcstyle.d.tmp dmdeferred.d.tmp dmextern.d.tmp dmnames.d.tmp dmopcode.d.tmp dmresrc.d.tmp dmresrcl.d.tmp dmresrcl2.d.tmp dmresrcs.d.tmp dmrestag.d.tmp dmswitch.d.tmp dmtable.d.tmp dmtables.d.tmp dmtbdump.d.tmp dmtbdump1.d.tmp dmtbdump2.d.tmp dmtbdump3.d.tmp dmtbinfo.d.tmp dmtbinfo1.d.tmp dmtbinfo2.d.tmp dmtbinfo3.d.tmp dmutils.d.tmp dmwalk.d.tmp dsargs.d.tmp dscontrol.d.tmp dsfield.d.tmp dsobject.d.tmp dsopcode.d.tmp dspkginit.d.tmp dsutils.d.tmp dswexec.d.tmp dswload.d.tmp dswload2.d.tmp dswscope.d.tmp dswstate.d.tmp dtcompile.d.tmp dtcompilerparserlex.d.tmp dtcompilerparserparse.d.tmp dtexpress.d.tmp dtfield.d.tmp dtio.d.tmp dtparserlex.d.tmp dtparserparse.d.tmp dtsubtable.d.tmp dttable.d.tmp dttable1.d.tmp dttable2.d.tmp dttemplate.d.tmp dtutils.d.tmp exconcat.d.tmp exconvrt.d.tmp excreate.d.tmp exdump.d.tmp exmisc.d.tmp exmutex.d.tmp exnames.d.tmp exoparg1.d.tmp exoparg2.d.tmp exoparg3.d.tmp exoparg6.d.tmp exprep.d.tmp exregion.d.tmp exresnte.d.tmp exresolv.d.tmp exresop.d.tmp exstore.d.tmp exstoren.d.tmp exstorob.d.tmp exsystem.d.tmp exutils.d.tmp getopt.d.tmp nsaccess.d.tmp nsalloc.d.tmp nsdump.d.tmp nsnames.d.tmp nsobject.d.tmp nsparse.d.tmp nssearch.d.tmp nsutils.d.tmp nswalk.d.tmp nsxfobj.d.tmp osunixxf.d.tmp prexpress.d.tmp prmacros.d.tmp prparserlex.d.tmp prparserparse.d.tmp prscan.d.tmp prutils.d.tmp psargs.d.tmp psloop.d.tmp psobject.d.tmp psopcode.d.tmp psopinfo.d.tmp psparse.d.tmp psscope.d.tmp pstree.d.tmp psutils.d.tmp pswalk.d.tmp tbdata.d.tmp tbfadt.d.tmp tbinstal.d.tmp tbprint.d.tmp tbutils.d.tmp tbxface.d.tmp tbxfload.d.tmp utaddress.d.tmp utalloc.d.tmp utascii.d.tmp utbuffer.d.tmp utcache.d.tmp utcksum.d.tmp utcopy.d.tmp utdebug.d.tmp utdecode.d.tmp utdelete.d.tmp uterror.d.tmp utexcep.d.tmp utglobal.d.tmp uthex.d.tmp utinit.d.tmp utlock.d.tmp utmath.d.tmp utmisc.d.tmp utmutex.d.tmp utnonansi.d.tmp utobject.d.tmp utosi.d.tmp utownerid.d.tmp utpredef.d.tmp utresdecode.d.tmp utresrc.d.tmp utstate.d.tmp utstring.d.tmp utstrsuppt.d.tmp utstrtoul64.d.tmp utuuid.d.tmp utxface.d.tmp utxferror.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnvmm && rm -f libnvmm_p.a libnvmm.po libnvmm.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnvmm && rm -f libnvmm_p.a libnvmm.po libnvmm.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/acpica/bin/iasl && rm -f iasl.html8 .depend acfileio.d adfile.d adisasm.d adwalk.d ahids.d ahpredef.d ahtable.d ahuuids.d aslallocate.d aslanalyze.d aslascii.d aslbtypes.d aslcache.d aslcodegen.d aslcompile.d aslcompilerlex.d aslcompilerparse.d asldebug.d aslerror.d aslexternal.d aslfileio.d aslfiles.d aslfold.d aslhelp.d aslhex.d asllength.d asllisting.d asllistsup.d aslload.d asllookup.d aslmain.d aslmap.d aslmapenter.d aslmapoutput.d aslmaputils.d aslmessages.d aslmethod.d aslnamesp.d asloffset.d aslopcodes.d asloperands.d aslopt.d asloptions.d aslparseop.d aslpld.d aslpredef.d aslprepkg.d aslprintf.d aslprune.d aslresource.d aslrestype1.d aslrestype1i.d aslrestype2.d aslrestype2d.d aslrestype2e.d aslrestype2q.d aslrestype2s.d aslrestype2w.d aslstartup.d aslstubs.d asltransform.d asltree.d aslutils.d asluuid.d aslwalks.d aslxref.d aslxrefout.d cmfsize.d cvcompiler.d cvdisasm.d cvparser.d dbfileio.d dmbuffer.d dmcstyle.d dmdeferred.d dmextern.d dmnames.d dmopcode.d dmresrc.d dmresrcl.d dmresrcl2.d dmresrcs.d dmrestag.d dmswitch.d dmtable.d dmtables.d dmtbdump.d dmtbdump1.d dmtbdump2.d dmtbdump3.d dmtbinfo.d dmtbinfo1.d dmtbinfo2.d dmtbinfo3.d dmutils.d dmwalk.d dsargs.d dscontrol.d dsfield.d dsobject.d dsopcode.d dspkginit.d dsutils.d dswexec.d dswload.d dswload2.d dswscope.d dswstate.d dtcompile.d dtcompilerparserlex.d dtcompilerparserparse.d dtexpress.d dtfield.d dtio.d dtparserlex.d dtparserparse.d dtsubtable.d dttable.d dttable1.d dttable2.d dttemplate.d dtutils.d exconcat.d exconvrt.d excreate.d exdump.d exmisc.d exmutex.d exnames.d exoparg1.d exoparg2.d exoparg3.d exoparg6.d exprep.d exregion.d exresnte.d exresolv.d exresop.d exstore.d exstoren.d exstorob.d exsystem.d exutils.d getopt.d nsaccess.d nsalloc.d nsdump.d nsnames.d nsobject.d nsparse.d nssearch.d nsutils.d nswalk.d nsxfobj.d osunixxf.d prexpress.d prmacros.d prparserlex.d prparserparse.d prscan.d prutils.d psargs.d psloop.d psobject.d psopcode.d psopinfo.d psparse.d psscope.d pstree.d psutils.d pswalk.d tbdata.d tbfadt.d tbinstal.d tbprint.d tbutils.d tbxface.d tbxfload.d utaddress.d utalloc.d utascii.d utbuffer.d utcache.d utcksum.d utcopy.d utdebug.d utdecode.d utdelete.d uterror.d utexcep.d utglobal.d uthex.d utinit.d utlock.d utmath.d utmisc.d utmutex.d utnonansi.d utobject.d utosi.d utownerid.d utpredef.d utresdecode.d utresrc.d utstate.d utstring.d utstrsuppt.d utstrtoul64.d utuuid.d utxface.d utxferror.d acfileio.d.tmp adfile.d.tmp adisasm.d.tmp adwalk.d.tmp ahids.d.tmp ahpredef.d.tmp ahtable.d.tmp ahuuids.d.tmp aslallocate.d.tmp aslanalyze.d.tmp aslascii.d.tmp aslbtypes.d.tmp aslcache.d.tmp aslcodegen.d.tmp aslcompile.d.tmp aslcompilerlex.d.tmp aslcompilerparse.d.tmp asldebug.d.tmp aslerror.d.tmp aslexternal.d.tmp aslfileio.d.tmp aslfiles.d.tmp aslfold.d.tmp aslhelp.d.tmp aslhex.d.tmp asllength.d.tmp asllisting.d.tmp asllistsup.d.tmp aslload.d.tmp asllookup.d.tmp aslmain.d.tmp aslmap.d.tmp aslmapenter.d.tmp aslmapoutput.d.tmp aslmaputils.d.tmp aslmessages.d.tmp aslmethod.d.tmp aslnamesp.d.tmp asloffset.d.tmp aslopcodes.d.tmp asloperands.d.tmp aslopt.d.tmp asloptions.d.tmp aslparseop.d.tmp aslpld.d.tmp aslpredef.d.tmp aslprepkg.d.tmp aslprintf.d.tmp aslprune.d.tmp aslresource.d.tmp aslrestype1.d.tmp aslrestype1i.d.tmp aslrestype2.d.tmp aslrestype2d.d.tmp aslrestype2e.d.tmp aslrestype2q.d.tmp aslrestype2s.d.tmp aslrestype2w.d.tmp aslstartup.d.tmp aslstubs.d.tmp asltransform.d.tmp asltree.d.tmp aslutils.d.tmp asluuid.d.tmp aslwalks.d.tmp aslxref.d.tmp aslxrefout.d.tmp cmfsize.d.tmp cvcompiler.d.tmp cvdisasm.d.tmp cvparser.d.tmp dbfileio.d.tmp dmbuffer.d.tmp dmcstyle.d.tmp dmdeferred.d.tmp dmextern.d.tmp dmnames.d.tmp dmopcode.d.tmp dmresrc.d.tmp dmresrcl.d.tmp dmresrcl2.d.tmp dmresrcs.d.tmp dmrestag.d.tmp dmswitch.d.tmp dmtable.d.tmp dmtables.d.tmp dmtbdump.d.tmp dmtbdump1.d.tmp dmtbdump2.d.tmp dmtbdump3.d.tmp dmtbinfo.d.tmp dmtbinfo1.d.tmp dmtbinfo2.d.tmp dmtbinfo3.d.tmp dmutils.d.tmp dmwalk.d.tmp dsargs.d.tmp dscontrol.d.tmp dsfield.d.tmp dsobject.d.tmp dsopcode.d.tmp dspkginit.d.tmp dsutils.d.tmp dswexec.d.tmp dswload.d.tmp dswload2.d.tmp dswscope.d.tmp dswstate.d.tmp dtcompile.d.tmp dtcompilerparserlex.d.tmp dtcompilerparserparse.d.tmp dtexpress.d.tmp dtfield.d.tmp dtio.d.tmp dtparserlex.d.tmp dtparserparse.d.tmp dtsubtable.d.tmp dttable.d.tmp dttable1.d.tmp dttable2.d.tmp dttemplate.d.tmp dtutils.d.tmp exconcat.d.tmp exconvrt.d.tmp excreate.d.tmp exdump.d.tmp exmisc.d.tmp exmutex.d.tmp exnames.d.tmp exoparg1.d.tmp exoparg2.d.tmp exoparg3.d.tmp exoparg6.d.tmp exprep.d.tmp exregion.d.tmp exresnte.d.tmp exresolv.d.tmp exresop.d.tmp exstore.d.tmp exstoren.d.tmp exstorob.d.tmp exsystem.d.tmp exutils.d.tmp getopt.d.tmp nsaccess.d.tmp nsalloc.d.tmp nsdump.d.tmp nsnames.d.tmp nsobject.d.tmp nsparse.d.tmp nssearch.d.tmp nsutils.d.tmp nswalk.d.tmp nsxfobj.d.tmp osunixxf.d.tmp prexpress.d.tmp prmacros.d.tmp prparserlex.d.tmp prparserparse.d.tmp prscan.d.tmp prutils.d.tmp psargs.d.tmp psloop.d.tmp psobject.d.tmp psopcode.d.tmp psopinfo.d.tmp psparse.d.tmp psscope.d.tmp pstree.d.tmp psutils.d.tmp pswalk.d.tmp tbdata.d.tmp tbfadt.d.tmp tbinstal.d.tmp tbprint.d.tmp tbutils.d.tmp tbxface.d.tmp tbxfload.d.tmp utaddress.d.tmp utalloc.d.tmp utascii.d.tmp utbuffer.d.tmp utcache.d.tmp utcksum.d.tmp utcopy.d.tmp utdebug.d.tmp utdecode.d.tmp utdelete.d.tmp uterror.d.tmp utexcep.d.tmp utglobal.d.tmp uthex.d.tmp utinit.d.tmp utlock.d.tmp utmath.d.tmp utmisc.d.tmp utmutex.d.tmp utnonansi.d.tmp utobject.d.tmp utosi.d.tmp utownerid.d.tmp utpredef.d.tmp utresdecode.d.tmp utresrc.d.tmp utstate.d.tmp utstring.d.tmp utstrsuppt.d.tmp utstrtoul64.d.tmp utuuid.d.tmp utxface.d.tmp utxferror.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnvmm && rm -f libnvmm_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnvmm && rm -f libnvmm_g.a || true) --- cleandir-external --- --- cleandir-am-utils --- cleandir ===> external/bsd/am-utils --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnvmm && rm -f libnvmm_pic.a libnvmm.so.* libnvmm.so libnvmm.pico libnvmm.pico.tmp || true) --- cleandir-external --- --- cleandir-lib --- cleandir ===> external/bsd/am-utils/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnvmm && rm -f libnvmm_pic.a libnvmm.so.* libnvmm.so libnvmm.pico libnvmm.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnvmm && rm -f llib-lnvmm.ln libnvmm.ln || true) --- cleandir-external --- --- cleandir-libamu --- cleandir ===> external/bsd/am-utils/lib/libamu --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnvmm && rm -f llib-lnvmm.ln libnvmm.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnvmm && rm -f libnvmm.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnvmm && rm -f libnvmm.so.0.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnvmm && rm -f libnvmm.html3 .depend libnvmm.d libnvmm.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnvmm && rm -f libnvmm.html3 .depend libnvmm.d libnvmm.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f libamu.a hasmntopt.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_prot_xdr.o strutil.o transp_sockets.o ualarm.o umount_bsd44.o wire.o xdr_func.o xutil.o hasmntopt.o.tmp misc_rpc.o.tmp mount_fs.o.tmp mtab.o.tmp mtab_bsd.o.tmp nfs_prot_xdr.o.tmp strutil.o.tmp transp_sockets.o.tmp ualarm.o.tmp umount_bsd44.o.tmp wire.o.tmp xdr_func.o.tmp xutil.o.tmp || true) --- cleandir-lib --- --- cleandir-../external/apache2/argon2/lib/libargon2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f libamu.a hasmntopt.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_prot_xdr.o strutil.o transp_sockets.o ualarm.o umount_bsd44.o wire.o xdr_func.o xutil.o hasmntopt.o.tmp misc_rpc.o.tmp mount_fs.o.tmp mtab.o.tmp mtab_bsd.o.tmp nfs_prot_xdr.o.tmp strutil.o.tmp transp_sockets.o.tmp ualarm.o.tmp umount_bsd44.o.tmp wire.o.tmp xdr_func.o.tmp xutil.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/argon2/lib/libargon2 --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f libamu_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/argon2/lib/libargon2 && rm -f libargon2.a argon2.o core.o blake2b.o encoding.o ref.o thread.o argon2.o.tmp core.o.tmp blake2b.o.tmp encoding.o.tmp ref.o.tmp thread.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f libamu_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/argon2/lib/libargon2 && rm -f libargon2.a argon2.o core.o blake2b.o encoding.o ref.o thread.o argon2.o.tmp core.o.tmp blake2b.o.tmp encoding.o.tmp ref.o.tmp thread.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f libamu_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/argon2/lib/libargon2 && rm -f libargon2_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f libamu_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/argon2/lib/libargon2 && rm -f libargon2_p.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f libamu_pic.a libamu.so.* libamu.so hasmntopt.pico misc_rpc.pico mount_fs.pico mtab.pico mtab_bsd.pico nfs_prot_xdr.pico strutil.pico transp_sockets.pico ualarm.pico umount_bsd44.pico wire.pico xdr_func.pico xutil.pico hasmntopt.pico.tmp misc_rpc.pico.tmp mount_fs.pico.tmp mtab.pico.tmp mtab_bsd.pico.tmp nfs_prot_xdr.pico.tmp strutil.pico.tmp transp_sockets.pico.tmp ualarm.pico.tmp umount_bsd44.pico.tmp wire.pico.tmp xdr_func.pico.tmp xutil.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/argon2/lib/libargon2 && rm -f libargon2_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f libamu_pic.a libamu.so.* libamu.so hasmntopt.pico misc_rpc.pico mount_fs.pico mtab.pico mtab_bsd.pico nfs_prot_xdr.pico strutil.pico transp_sockets.pico ualarm.pico umount_bsd44.pico wire.pico xdr_func.pico xutil.pico hasmntopt.pico.tmp misc_rpc.pico.tmp mount_fs.pico.tmp mtab.pico.tmp mtab_bsd.pico.tmp nfs_prot_xdr.pico.tmp strutil.pico.tmp transp_sockets.pico.tmp ualarm.pico.tmp umount_bsd44.pico.tmp wire.pico.tmp xdr_func.pico.tmp xutil.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/argon2/lib/libargon2 && rm -f libargon2_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f llib-lamu.ln hasmntopt.ln misc_rpc.ln mount_fs.ln mtab.ln mtab_bsd.ln nfs_prot_xdr.ln strutil.ln transp_sockets.ln ualarm.ln umount_bsd44.ln wire.ln xdr_func.ln xutil.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/argon2/lib/libargon2 && rm -f libargon2_pic.a argon2.pico core.pico blake2b.pico encoding.pico ref.pico thread.pico argon2.pico.tmp core.pico.tmp blake2b.pico.tmp encoding.pico.tmp ref.pico.tmp thread.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f llib-lamu.ln hasmntopt.ln misc_rpc.ln mount_fs.ln mtab.ln mtab_bsd.ln nfs_prot_xdr.ln strutil.ln transp_sockets.ln ualarm.ln umount_bsd44.ln wire.ln xdr_func.ln xutil.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/argon2/lib/libargon2 && rm -f libargon2_pic.a argon2.pico core.pico blake2b.pico encoding.pico ref.pico thread.pico argon2.pico.tmp core.pico.tmp blake2b.pico.tmp encoding.pico.tmp ref.pico.tmp thread.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f config_local.h libamu.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/argon2/lib/libargon2 && rm -f llib-largon2.ln argon2.ln core.ln blake2b.ln encoding.ln ref.ln thread.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f config_local.h libamu.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/argon2/lib/libargon2 && rm -f llib-largon2.ln argon2.ln core.ln blake2b.ln encoding.ln ref.ln thread.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f .depend hasmntopt.d misc_rpc.d mount_fs.d mtab.d mtab_bsd.d nfs_prot_xdr.d strutil.d transp_sockets.d ualarm.d umount_bsd44.d wire.d xdr_func.d xutil.d hasmntopt.d.tmp misc_rpc.d.tmp mount_fs.d.tmp mtab.d.tmp mtab_bsd.d.tmp nfs_prot_xdr.d.tmp strutil.d.tmp transp_sockets.d.tmp ualarm.d.tmp umount_bsd44.d.tmp wire.d.tmp xdr_func.d.tmp xutil.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/argon2/lib/libargon2 && rm -f libargon2.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f .depend hasmntopt.d misc_rpc.d mount_fs.d mtab.d mtab_bsd.d nfs_prot_xdr.d strutil.d transp_sockets.d ualarm.d umount_bsd44.d wire.d xdr_func.d xutil.d hasmntopt.d.tmp misc_rpc.d.tmp mount_fs.d.tmp mtab.d.tmp mtab_bsd.d.tmp nfs_prot_xdr.d.tmp strutil.d.tmp transp_sockets.d.tmp ualarm.d.tmp umount_bsd44.d.tmp wire.d.tmp xdr_func.d.tmp xutil.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/argon2/lib/libargon2 && rm -f libargon2.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- cleandir-man --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/argon2/lib/libargon2 && rm -f .depend argon2.d blake2b.d core.d encoding.d ref.d thread.d argon2.d.tmp blake2b.d.tmp core.d.tmp encoding.d.tmp ref.d.tmp thread.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/am-utils/man --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/argon2/lib/libargon2 && rm -f .depend argon2.d blake2b.d core.d encoding.d ref.d thread.d argon2.d.tmp blake2b.d.tmp core.d.tmp encoding.d.tmp ref.d.tmp thread.d.tmp tags || true) --- cleandir-../external/apache2/mDNSResponder/lib --- cleandir ===> lib/../external/apache2/mDNSResponder/lib --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/man && rm -f version.texi || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/man && rm -f version.texi || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/lib && rm -f libdns_sd.a dnssd_clientlib.o dnssd_clientstub.o dnssd_ipc.o dnssd_clientlib.o.tmp dnssd_clientstub.o.tmp dnssd_ipc.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/man && rm -f am-utils.info || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/lib && rm -f libdns_sd.a dnssd_clientlib.o dnssd_clientstub.o dnssd_ipc.o dnssd_clientlib.o.tmp dnssd_clientstub.o.tmp dnssd_ipc.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/man && rm -f am-utils.info || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/lib && rm -f libdns_sd_p.a dnssd_clientlib.po dnssd_clientstub.po dnssd_ipc.po dnssd_clientlib.po.tmp dnssd_clientstub.po.tmp dnssd_ipc.po.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/am-utils/bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/lib && rm -f libdns_sd_p.a dnssd_clientlib.po dnssd_clientstub.po dnssd_ipc.po dnssd_clientlib.po.tmp dnssd_clientstub.po.tmp dnssd_ipc.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- cleandir-amd --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/lib && rm -f libdns_sd_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/am-utils/bin/amd --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/lib && rm -f libdns_sd_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/lib && rm -f libdns_sd_pic.a libdns_sd.so.* libdns_sd.so dnssd_clientlib.pico dnssd_clientstub.pico dnssd_ipc.pico dnssd_clientlib.pico.tmp dnssd_clientstub.pico.tmp dnssd_ipc.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/lib && rm -f libdns_sd_pic.a libdns_sd.so.* libdns_sd.so dnssd_clientlib.pico dnssd_clientstub.pico dnssd_ipc.pico dnssd_clientlib.pico.tmp dnssd_clientstub.pico.tmp dnssd_ipc.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/lib && rm -f llib-ldns_sd.ln dnssd_clientlib.ln dnssd_clientstub.ln dnssd_ipc.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/amd && rm -f build_version.h a.out [Ee]rrs mklog core *.core .gdbinit sun_map_parse.c sun_map_tok.c conf_parse.c conf_tok.c sun_map_parse.h conf_parse.h amd am_ops.o amd.o amfs_auto.o amfs_generic.o amfs_direct.o amfs_error.o amfs_host.o amfs_link.o amfs_linkx.o amfs_nfsl.o amfs_nfsx.o amfs_program.o amfs_root.o amfs_toplvl.o amfs_union.o amq_subr.o amq_svc.o autil.o clock.o conf.o get_args.o info_exec.o info_file.o info_ndbm.o info_passwd.o info_sun.o info_union.o map.o mapc.o mntfs.o nfs_prot_svc.o nfs_start.o nfs_subr.o ops_cdfs.o ops_efs.o ops_mfs.o ops_nfs.o ops_nfs3.o ops_nullfs.o ops_pcfs.o ops_tfs.o ops_tmpfs.o ops_udf.o ops_ufs.o ops_umapfs.o ops_unionfs.o opts.o readdir.o restart.o rpc_fwd.o sched.o srvr_amfs_auto.o srvr_nfs.o sun_map.o sun_map_parse.o sun_map_tok.o conf_parse.o conf_tok.o info_hesiod.o info_ldap.o info_nis.o am_ops.ln amd.ln amfs_auto.ln amfs_generic.ln amfs_direct.ln amfs_error.ln amfs_host.ln amfs_link.ln amfs_linkx.ln amfs_nfsl.ln amfs_nfsx.ln amfs_program.ln amfs_root.ln amfs_toplvl.ln amfs_union.ln amq_subr.ln amq_svc.ln autil.ln clock.ln conf.ln get_args.ln info_exec.ln info_file.ln info_ndbm.ln info_passwd.ln info_sun.ln info_union.ln map.ln mapc.ln mntfs.ln nfs_prot_svc.ln nfs_start.ln nfs_subr.ln ops_cdfs.ln ops_efs.ln ops_mfs.ln ops_nfs.ln ops_nfs3.ln ops_nullfs.ln ops_pcfs.ln ops_tfs.ln ops_tmpfs.ln ops_udf.ln ops_ufs.ln ops_umapfs.ln ops_unionfs.ln opts.ln readdir.ln restart.ln rpc_fwd.ln sched.ln srvr_amfs_auto.ln srvr_nfs.ln sun_map.ln info_hesiod.ln info_ldap.ln info_nis.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/lib && rm -f llib-ldns_sd.ln dnssd_clientlib.ln dnssd_clientstub.ln dnssd_ipc.ln || true) --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/amd && rm -f build_version.h a.out [Ee]rrs mklog core *.core .gdbinit sun_map_parse.c sun_map_tok.c conf_parse.c conf_tok.c sun_map_parse.h conf_parse.h amd am_ops.o amd.o amfs_auto.o amfs_generic.o amfs_direct.o amfs_error.o amfs_host.o amfs_link.o amfs_linkx.o amfs_nfsl.o amfs_nfsx.o amfs_program.o amfs_root.o amfs_toplvl.o amfs_union.o amq_subr.o amq_svc.o autil.o clock.o conf.o get_args.o info_exec.o info_file.o info_ndbm.o info_passwd.o info_sun.o info_union.o map.o mapc.o mntfs.o nfs_prot_svc.o nfs_start.o nfs_subr.o ops_cdfs.o ops_efs.o ops_mfs.o ops_nfs.o ops_nfs3.o ops_nullfs.o ops_pcfs.o ops_tfs.o ops_tmpfs.o ops_udf.o ops_ufs.o ops_umapfs.o ops_unionfs.o opts.o readdir.o restart.o rpc_fwd.o sched.o srvr_amfs_auto.o srvr_nfs.o sun_map.o sun_map_parse.o sun_map_tok.o conf_parse.o conf_tok.o info_hesiod.o info_ldap.o info_nis.o am_ops.ln amd.ln amfs_auto.ln amfs_generic.ln amfs_direct.ln amfs_error.ln amfs_host.ln amfs_link.ln amfs_linkx.ln amfs_nfsl.ln amfs_nfsx.ln amfs_program.ln amfs_root.ln amfs_toplvl.ln amfs_union.ln amq_subr.ln amq_svc.ln autil.ln clock.ln conf.ln get_args.ln info_exec.ln info_file.ln info_ndbm.ln info_passwd.ln info_sun.ln info_union.ln map.ln mapc.ln mntfs.ln nfs_prot_svc.ln nfs_start.ln nfs_subr.ln ops_cdfs.ln ops_efs.ln ops_mfs.ln ops_nfs.ln ops_nfs3.ln ops_nullfs.ln ops_pcfs.ln ops_tfs.ln ops_tmpfs.ln ops_udf.ln ops_ufs.ln ops_umapfs.ln ops_unionfs.ln opts.ln readdir.ln restart.ln rpc_fwd.ln sched.ln srvr_amfs_auto.ln srvr_nfs.ln sun_map.ln info_hesiod.ln info_ldap.ln info_nis.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/lib && rm -f libdns_sd.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/lib && rm -f libdns_sd.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/amd && rm -f amd.html8 .depend am_ops.d amd.d amfs_auto.d amfs_direct.d amfs_error.d amfs_generic.d amfs_host.d amfs_link.d amfs_linkx.d amfs_nfsl.d amfs_nfsx.d amfs_program.d amfs_root.d amfs_toplvl.d amfs_union.d amq_subr.d amq_svc.d autil.d clock.d conf.d conf_parse.d conf_tok.d get_args.d info_exec.d info_file.d info_hesiod.d info_ldap.d info_ndbm.d info_nis.d info_passwd.d info_sun.d info_union.d map.d mapc.d mntfs.d nfs_prot_svc.d nfs_start.d nfs_subr.d ops_cdfs.d ops_efs.d ops_mfs.d ops_nfs.d ops_nfs3.d ops_nullfs.d ops_pcfs.d ops_tfs.d ops_tmpfs.d ops_udf.d ops_ufs.d ops_umapfs.d ops_unionfs.d opts.d readdir.d restart.d rpc_fwd.d sched.d srvr_amfs_auto.d srvr_nfs.d sun_map.d sun_map_parse.d sun_map_tok.d am_ops.d.tmp amd.d.tmp amfs_auto.d.tmp amfs_direct.d.tmp amfs_error.d.tmp amfs_generic.d.tmp amfs_host.d.tmp amfs_link.d.tmp amfs_linkx.d.tmp amfs_nfsl.d.tmp amfs_nfsx.d.tmp amfs_program.d.tmp amfs_root.d.tmp amfs_toplvl.d.tmp amfs_union.d.tmp amq_subr.d.tmp amq_svc.d.tmp autil.d.tmp clock.d.tmp conf.d.tmp conf_parse.d.tmp conf_tok.d.tmp get_args.d.tmp info_exec.d.tmp info_file.d.tmp info_hesiod.d.tmp info_ldap.d.tmp info_ndbm.d.tmp info_nis.d.tmp info_passwd.d.tmp info_sun.d.tmp info_union.d.tmp map.d.tmp mapc.d.tmp mntfs.d.tmp nfs_prot_svc.d.tmp nfs_start.d.tmp nfs_subr.d.tmp ops_cdfs.d.tmp ops_efs.d.tmp ops_mfs.d.tmp ops_nfs.d.tmp ops_nfs3.d.tmp ops_nullfs.d.tmp ops_pcfs.d.tmp ops_tfs.d.tmp ops_tmpfs.d.tmp ops_udf.d.tmp ops_ufs.d.tmp ops_umapfs.d.tmp ops_unionfs.d.tmp opts.d.tmp readdir.d.tmp restart.d.tmp rpc_fwd.d.tmp sched.d.tmp srvr_amfs_auto.d.tmp srvr_nfs.d.tmp sun_map.d.tmp sun_map_parse.d.tmp sun_map_tok.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/mDNSResponder/lib && rm -f .depend dnssd_clientlib.d dnssd_clientstub.d dnssd_ipc.d dnssd_clientlib.d.tmp dnssd_clientstub.d.tmp dnssd_ipc.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/amd && rm -f amd.html8 .depend am_ops.d amd.d amfs_auto.d amfs_direct.d amfs_error.d amfs_generic.d amfs_host.d amfs_link.d amfs_linkx.d amfs_nfsl.d amfs_nfsx.d amfs_program.d amfs_root.d amfs_toplvl.d amfs_union.d amq_subr.d amq_svc.d autil.d clock.d conf.d conf_parse.d conf_tok.d get_args.d info_exec.d info_file.d info_hesiod.d info_ldap.d info_ndbm.d info_nis.d info_passwd.d info_sun.d info_union.d map.d mapc.d mntfs.d nfs_prot_svc.d nfs_start.d nfs_subr.d ops_cdfs.d ops_efs.d ops_mfs.d ops_nfs.d ops_nfs3.d ops_nullfs.d ops_pcfs.d ops_tfs.d ops_tmpfs.d ops_udf.d ops_ufs.d ops_umapfs.d ops_unionfs.d opts.d readdir.d restart.d rpc_fwd.d sched.d srvr_amfs_auto.d srvr_nfs.d sun_map.d sun_map_parse.d sun_map_tok.d am_ops.d.tmp amd.d.tmp amfs_auto.d.tmp amfs_direct.d.tmp amfs_error.d.tmp amfs_generic.d.tmp amfs_host.d.tmp amfs_link.d.tmp amfs_linkx.d.tmp amfs_nfsl.d.tmp amfs_nfsx.d.tmp amfs_program.d.tmp amfs_root.d.tmp amfs_toplvl.d.tmp amfs_union.d.tmp amq_subr.d.tmp amq_svc.d.tmp autil.d.tmp clock.d.tmp conf.d.tmp conf_parse.d.tmp conf_tok.d.tmp get_args.d.tmp info_exec.d.tmp info_file.d.tmp info_hesiod.d.tmp info_ldap.d.tmp info_ndbm.d.tmp info_nis.d.tmp info_passwd.d.tmp info_sun.d.tmp info_union.d.tmp map.d.tmp mapc.d.tmp mntfs.d.tmp nfs_prot_svc.d.tmp nfs_start.d.tmp nfs_subr.d.tmp ops_cdfs.d.tmp ops_efs.d.tmp ops_mfs.d.tmp ops_nfs.d.tmp ops_nfs3.d.tmp ops_nullfs.d.tmp ops_pcfs.d.tmp ops_tfs.d.tmp ops_tmpfs.d.tmp ops_udf.d.tmp ops_ufs.d.tmp ops_umapfs.d.tmp ops_unionfs.d.tmp opts.d.tmp readdir.d.tmp restart.d.tmp rpc_fwd.d.tmp sched.d.tmp srvr_amfs_auto.d.tmp srvr_nfs.d.tmp sun_map.d.tmp sun_map_parse.d.tmp sun_map_tok.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/mDNSResponder/lib && rm -f .depend dnssd_clientlib.d dnssd_clientstub.d dnssd_ipc.d dnssd_clientlib.d.tmp dnssd_clientstub.d.tmp dnssd_ipc.d.tmp tags || true) --- cleandir-external --- --- cleandir-amq --- --- cleandir-lib --- --- cleandir-../external/bsd/am-utils/lib --- --- cleandir-external --- cleandir ===> external/bsd/am-utils/bin/amq --- cleandir-lib --- cleandir ===> lib/../external/bsd/am-utils/lib --- cleandir-libamu --- cleandir ===> lib/../external/bsd/am-utils/lib/libamu --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/amq && rm -f a.out [Ee]rrs mklog core *.core .gdbinit amq amq_xdr.o amq_clnt.o amq.o amq_xdr.ln amq_clnt.ln amq.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/amq && rm -f a.out [Ee]rrs mklog core *.core .gdbinit amq amq_xdr.o amq_clnt.o amq.o amq_xdr.ln amq_clnt.ln amq.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/amq && rm -f amq.html8 .depend amq.d amq_clnt.d amq_xdr.d amq.d.tmp amq_clnt.d.tmp amq_xdr.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/amq && rm -f amq.html8 .depend amq.d amq_clnt.d amq_xdr.d amq.d.tmp amq_clnt.d.tmp amq_xdr.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-fixmount --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f libamu.a hasmntopt.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_prot_xdr.o strutil.o transp_sockets.o ualarm.o umount_bsd44.o wire.o xdr_func.o xutil.o hasmntopt.o.tmp misc_rpc.o.tmp mount_fs.o.tmp mtab.o.tmp mtab_bsd.o.tmp nfs_prot_xdr.o.tmp strutil.o.tmp transp_sockets.o.tmp ualarm.o.tmp umount_bsd44.o.tmp wire.o.tmp xdr_func.o.tmp xutil.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/am-utils/bin/fixmount --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f libamu.a hasmntopt.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_prot_xdr.o strutil.o transp_sockets.o ualarm.o umount_bsd44.o wire.o xdr_func.o xutil.o hasmntopt.o.tmp misc_rpc.o.tmp mount_fs.o.tmp mtab.o.tmp mtab_bsd.o.tmp nfs_prot_xdr.o.tmp strutil.o.tmp transp_sockets.o.tmp ualarm.o.tmp umount_bsd44.o.tmp wire.o.tmp xdr_func.o.tmp xutil.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f libamu_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f libamu_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/fixmount && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fixmount fixmount.o checkmount_bsd44.o fixmount.ln checkmount_bsd44.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f libamu_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/fixmount && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fixmount fixmount.o checkmount_bsd44.o fixmount.ln checkmount_bsd44.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f libamu_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f libamu_pic.a libamu.so.* libamu.so hasmntopt.pico misc_rpc.pico mount_fs.pico mtab.pico mtab_bsd.pico nfs_prot_xdr.pico strutil.pico transp_sockets.pico ualarm.pico umount_bsd44.pico wire.pico xdr_func.pico xutil.pico hasmntopt.pico.tmp misc_rpc.pico.tmp mount_fs.pico.tmp mtab.pico.tmp mtab_bsd.pico.tmp nfs_prot_xdr.pico.tmp strutil.pico.tmp transp_sockets.pico.tmp ualarm.pico.tmp umount_bsd44.pico.tmp wire.pico.tmp xdr_func.pico.tmp xutil.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/fixmount && rm -f fixmount.html8 .depend checkmount_bsd44.d fixmount.d checkmount_bsd44.d.tmp fixmount.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/fixmount && rm -f fixmount.html8 .depend checkmount_bsd44.d fixmount.d checkmount_bsd44.d.tmp fixmount.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f libamu_pic.a libamu.so.* libamu.so hasmntopt.pico misc_rpc.pico mount_fs.pico mtab.pico mtab_bsd.pico nfs_prot_xdr.pico strutil.pico transp_sockets.pico ualarm.pico umount_bsd44.pico wire.pico xdr_func.pico xutil.pico hasmntopt.pico.tmp misc_rpc.pico.tmp mount_fs.pico.tmp mtab.pico.tmp mtab_bsd.pico.tmp nfs_prot_xdr.pico.tmp strutil.pico.tmp transp_sockets.pico.tmp ualarm.pico.tmp umount_bsd44.pico.tmp wire.pico.tmp xdr_func.pico.tmp xutil.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- cleandir-fsinfo --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f llib-lamu.ln hasmntopt.ln misc_rpc.ln mount_fs.ln mtab.ln mtab_bsd.ln nfs_prot_xdr.ln strutil.ln transp_sockets.ln ualarm.ln umount_bsd44.ln wire.ln xdr_func.ln xutil.ln || true) --- cleandir-external --- cleandir ===> external/bsd/am-utils/bin/fsinfo --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f llib-lamu.ln hasmntopt.ln misc_rpc.ln mount_fs.ln mtab.ln mtab_bsd.ln nfs_prot_xdr.ln strutil.ln transp_sockets.ln ualarm.ln umount_bsd44.ln wire.ln xdr_func.ln xutil.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f config_local.h libamu.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f config_local.h libamu.so.5.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/lib/libamu && rm -f .depend hasmntopt.d misc_rpc.d mount_fs.d mtab.d mtab_bsd.d nfs_prot_xdr.d strutil.d transp_sockets.d ualarm.d umount_bsd44.d wire.d xdr_func.d xutil.d hasmntopt.d.tmp misc_rpc.d.tmp mount_fs.d.tmp mtab.d.tmp mtab_bsd.d.tmp nfs_prot_xdr.d.tmp strutil.d.tmp transp_sockets.d.tmp ualarm.d.tmp umount_bsd44.d.tmp wire.d.tmp xdr_func.d.tmp xutil.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/fsinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsi_gram.c fsi_lex.c fsi_gram.h fsinfo fsi_analyze.o fsi_dict.o fsi_gram.o fsi_lex.o fsi_util.o fsinfo.o wr_atab.o wr_bparam.o wr_dumpset.o wr_exportfs.o wr_fstab.o fsi_analyze.ln fsi_dict.ln fsi_util.ln fsinfo.ln wr_atab.ln wr_bparam.ln wr_dumpset.ln wr_exportfs.ln wr_fstab.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/lib/libamu && rm -f .depend hasmntopt.d misc_rpc.d mount_fs.d mtab.d mtab_bsd.d nfs_prot_xdr.d strutil.d transp_sockets.d ualarm.d umount_bsd44.d wire.d xdr_func.d xutil.d hasmntopt.d.tmp misc_rpc.d.tmp mount_fs.d.tmp mtab.d.tmp mtab_bsd.d.tmp nfs_prot_xdr.d.tmp strutil.d.tmp transp_sockets.d.tmp ualarm.d.tmp umount_bsd44.d.tmp wire.d.tmp xdr_func.d.tmp xutil.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/fsinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsi_gram.c fsi_lex.c fsi_gram.h fsinfo fsi_analyze.o fsi_dict.o fsi_gram.o fsi_lex.o fsi_util.o fsinfo.o wr_atab.o wr_bparam.o wr_dumpset.o wr_exportfs.o wr_fstab.o fsi_analyze.ln fsi_dict.ln fsi_util.ln fsinfo.ln wr_atab.ln wr_bparam.ln wr_dumpset.ln wr_exportfs.ln wr_fstab.ln || true) --- __docleandir --- --- cleandir-lib --- --- cleandir-../external/bsd/flex/lib --- cleandir ===> lib/../external/bsd/flex/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/fsinfo && rm -f fsinfo.html8 .depend fsi_analyze.d fsi_dict.d fsi_gram.d fsi_lex.d fsi_util.d fsinfo.d wr_atab.d wr_bparam.d wr_dumpset.d wr_exportfs.d wr_fstab.d fsi_analyze.d.tmp fsi_dict.d.tmp fsi_gram.d.tmp fsi_lex.d.tmp fsi_util.d.tmp fsinfo.d.tmp wr_atab.d.tmp wr_bparam.d.tmp wr_dumpset.d.tmp wr_exportfs.d.tmp wr_fstab.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/fsinfo && rm -f fsinfo.html8 .depend fsi_analyze.d fsi_dict.d fsi_gram.d fsi_lex.d fsi_util.d fsinfo.d wr_atab.d wr_bparam.d wr_dumpset.d wr_exportfs.d wr_fstab.d fsi_analyze.d.tmp fsi_dict.d.tmp fsi_gram.d.tmp fsi_lex.d.tmp fsi_util.d.tmp fsinfo.d.tmp wr_atab.d.tmp wr_bparam.d.tmp wr_dumpset.d.tmp wr_exportfs.d.tmp wr_fstab.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f libl.a libmain.o libyywrap.o libmain.o.tmp libyywrap.o.tmp || true) --- cleandir-external --- --- cleandir-hlfsd --- cleandir ===> external/bsd/am-utils/bin/hlfsd --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f libl.a libmain.o libyywrap.o libmain.o.tmp libyywrap.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f libl_p.a libmain.po libyywrap.po libmain.po.tmp libyywrap.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f libl_p.a libmain.po libyywrap.po libmain.po.tmp libyywrap.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f libl_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/hlfsd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hlfsd hlfsd.o homedir.o nfs_prot_svc.o stubs.o hlfsd.ln homedir.ln nfs_prot_svc.ln stubs.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f libl_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/hlfsd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hlfsd hlfsd.o homedir.o nfs_prot_svc.o stubs.o hlfsd.ln homedir.ln nfs_prot_svc.ln stubs.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f libl_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/hlfsd && rm -f hlfsd.html8 .depend hlfsd.d homedir.d nfs_prot_svc.d stubs.d hlfsd.d.tmp homedir.d.tmp nfs_prot_svc.d.tmp stubs.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f libl_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/hlfsd && rm -f hlfsd.html8 .depend hlfsd.d homedir.d nfs_prot_svc.d stubs.d hlfsd.d.tmp homedir.d.tmp nfs_prot_svc.d.tmp stubs.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-mk-amd-map --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f llib-ll.ln libmain.ln libyywrap.ln || true) --- cleandir-external --- cleandir ===> external/bsd/am-utils/bin/mk-amd-map --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f llib-ll.ln libmain.ln libyywrap.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f libl.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f libl.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/mk-amd-map && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mk-amd-map mk-amd-map.o mk-amd-map.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f .depend libmain.d libyywrap.d libmain.d.tmp libyywrap.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/mk-amd-map && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mk-amd-map mk-amd-map.o mk-amd-map.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f .depend libmain.d libyywrap.d libmain.d.tmp libyywrap.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-../external/bsd/tre/lib --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/mk-amd-map && rm -f mk-amd-map.html8 .depend mk-amd-map.d mk-amd-map.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../external/bsd/tre/lib --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/mk-amd-map && rm -f mk-amd-map.html8 .depend mk-amd-map.d mk-amd-map.d.tmp tags || true) --- cleandir-pawd --- cleandir ===> external/bsd/am-utils/bin/pawd --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f libtre.a regcomp.o regerror.o regexec.o tre-ast.o tre-compile.o tre-match-approx.o tre-match-backtrack.o tre-match-parallel.o tre-mem.o tre-parse.o tre-stack.o xmalloc.o regcomp.o.tmp regerror.o.tmp regexec.o.tmp tre-ast.o.tmp tre-compile.o.tmp tre-match-approx.o.tmp tre-match-backtrack.o.tmp tre-match-parallel.o.tmp tre-mem.o.tmp tre-parse.o.tmp tre-stack.o.tmp xmalloc.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f libtre.a regcomp.o regerror.o regexec.o tre-ast.o tre-compile.o tre-match-approx.o tre-match-backtrack.o tre-match-parallel.o tre-mem.o tre-parse.o tre-stack.o xmalloc.o regcomp.o.tmp regerror.o.tmp regexec.o.tmp tre-ast.o.tmp tre-compile.o.tmp tre-match-approx.o.tmp tre-match-backtrack.o.tmp tre-match-parallel.o.tmp tre-mem.o.tmp tre-parse.o.tmp tre-stack.o.tmp xmalloc.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/pawd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pawd amq_clnt.o amq_xdr.o pawd.o amq_clnt.ln amq_xdr.ln pawd.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f libtre_p.a regcomp.po regerror.po regexec.po tre-ast.po tre-compile.po tre-match-approx.po tre-match-backtrack.po tre-match-parallel.po tre-mem.po tre-parse.po tre-stack.po xmalloc.po regcomp.po.tmp regerror.po.tmp regexec.po.tmp tre-ast.po.tmp tre-compile.po.tmp tre-match-approx.po.tmp tre-match-backtrack.po.tmp tre-match-parallel.po.tmp tre-mem.po.tmp tre-parse.po.tmp tre-stack.po.tmp xmalloc.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/pawd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pawd amq_clnt.o amq_xdr.o pawd.o amq_clnt.ln amq_xdr.ln pawd.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f libtre_p.a regcomp.po regerror.po regexec.po tre-ast.po tre-compile.po tre-match-approx.po tre-match-backtrack.po tre-match-parallel.po tre-mem.po tre-parse.po tre-stack.po xmalloc.po regcomp.po.tmp regerror.po.tmp regexec.po.tmp tre-ast.po.tmp tre-compile.po.tmp tre-match-approx.po.tmp tre-match-backtrack.po.tmp tre-match-parallel.po.tmp tre-mem.po.tmp tre-parse.po.tmp tre-stack.po.tmp xmalloc.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f libtre_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/pawd && rm -f pawd.html1 .depend amq_clnt.d amq_xdr.d pawd.d amq_clnt.d.tmp amq_xdr.d.tmp pawd.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f libtre_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/pawd && rm -f pawd.html1 .depend amq_clnt.d amq_xdr.d pawd.d amq_clnt.d.tmp amq_xdr.d.tmp pawd.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-scripts --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f libtre_pic.a libtre.so.* libtre.so regcomp.pico regerror.pico regexec.pico tre-ast.pico tre-compile.pico tre-match-approx.pico tre-match-backtrack.pico tre-match-parallel.pico tre-mem.pico tre-parse.pico tre-stack.pico xmalloc.pico regcomp.pico.tmp regerror.pico.tmp regexec.pico.tmp tre-ast.pico.tmp tre-compile.pico.tmp tre-match-approx.pico.tmp tre-match-backtrack.pico.tmp tre-match-parallel.pico.tmp tre-mem.pico.tmp tre-parse.pico.tmp tre-stack.pico.tmp xmalloc.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/am-utils/bin/scripts --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f libtre_pic.a libtre.so.* libtre.so regcomp.pico regerror.pico regexec.pico tre-ast.pico tre-compile.pico tre-match-approx.pico tre-match-backtrack.pico tre-match-parallel.pico tre-mem.pico tre-parse.pico tre-stack.pico xmalloc.pico regcomp.pico.tmp regerror.pico.tmp regexec.pico.tmp tre-ast.pico.tmp tre-compile.pico.tmp tre-match-approx.pico.tmp tre-match-backtrack.pico.tmp tre-match-parallel.pico.tmp tre-mem.pico.tmp tre-parse.pico.tmp tre-stack.pico.tmp xmalloc.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f llib-ltre.ln regcomp.ln regerror.ln regexec.ln tre-ast.ln tre-compile.ln tre-match-approx.ln tre-match-backtrack.ln tre-match-parallel.ln tre-mem.ln tre-parse.ln tre-stack.ln xmalloc.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f llib-ltre.ln regcomp.ln regerror.ln regexec.ln tre-ast.ln tre-compile.ln tre-match-approx.ln tre-match-backtrack.ln tre-match-parallel.ln tre-mem.ln tre-parse.ln tre-stack.ln xmalloc.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/scripts && rm -f amd.conf.html5 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/scripts && rm -f amd.conf.html5 || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f libtre.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-wire-test --- cleandir ===> external/bsd/am-utils/bin/wire-test --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f libtre.so.0.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f .depend regcomp.d regerror.d regexec.d tre-ast.d tre-compile.d tre-match-approx.d tre-match-backtrack.d tre-match-parallel.d tre-mem.d tre-parse.d tre-stack.d xmalloc.d regcomp.d.tmp regerror.d.tmp regexec.d.tmp tre-ast.d.tmp tre-compile.d.tmp tre-match-approx.d.tmp tre-match-backtrack.d.tmp tre-match-parallel.d.tmp tre-mem.d.tmp tre-parse.d.tmp tre-stack.d.tmp xmalloc.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f .depend regcomp.d regerror.d regexec.d tre-ast.d tre-compile.d tre-match-approx.d tre-match-backtrack.d tre-match-parallel.d tre-mem.d tre-parse.d tre-stack.d xmalloc.d regcomp.d.tmp regerror.d.tmp regexec.d.tmp tre-ast.d.tmp tre-compile.d.tmp tre-match-approx.d.tmp tre-match-backtrack.d.tmp tre-match-parallel.d.tmp tre-mem.d.tmp tre-parse.d.tmp tre-stack.d.tmp xmalloc.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-../external/bsd/elftoolchain/lib/libelf --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/wire-test && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wire-test wire-test.o wire-test.ln || true) --- cleandir-lib --- cleandir ===> lib/../external/bsd/elftoolchain/lib/libelf --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/wire-test && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wire-test wire-test.o wire-test.ln || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/am-utils/bin/wire-test && rm -f wire-test.html8 .depend wire-test.d wire-test.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libelf && rm -f libelf.a elf.o elf_begin.o elf_cntl.o elf_end.o elf_errmsg.o elf_errno.o elf_data.o elf_fill.o elf_flag.o elf_getarhdr.o elf_getarsym.o elf_getbase.o elf_getident.o elf_hash.o elf_kind.o elf_memory.o elf_next.o elf_open.o elf_rand.o elf_rawfile.o elf_phnum.o elf_shnum.o elf_shstrndx.o elf_scn.o elf_strptr.o elf_update.o elf_version.o gelf_cap.o gelf_checksum.o gelf_dyn.o gelf_ehdr.o gelf_getclass.o gelf_fsize.o gelf_move.o gelf_phdr.o gelf_rel.o gelf_rela.o gelf_shdr.o gelf_sym.o gelf_syminfo.o gelf_symshndx.o gelf_xlate.o libelf_align.o libelf_allocate.o libelf_ar.o libelf_ar_util.o libelf_checksum.o libelf_data.o libelf_ehdr.o libelf_extended.o libelf_memory.o libelf_open.o libelf_phdr.o libelf_shdr.o libelf_xlate.o libelf_fsize.o libelf_msize.o libelf_convert.o elf.o.tmp elf_begin.o.tmp elf_cntl.o.tmp elf_end.o.tmp elf_errmsg.o.tmp elf_errno.o.tmp elf_data.o.tmp elf_fill.o.tmp elf_flag.o.tmp elf_getarhdr.o.tmp elf_getarsym.o.tmp elf_getbase.o.tmp elf_getident.o.tmp elf_hash.o.tmp elf_kind.o.tmp elf_memory.o.tmp elf_next.o.tmp elf_open.o.tmp elf_rand.o.tmp elf_rawfile.o.tmp elf_phnum.o.tmp elf_shnum.o.tmp elf_shstrndx.o.tmp elf_scn.o.tmp elf_strptr.o.tmp elf_update.o.tmp elf_version.o.tmp gelf_cap.o.tmp gelf_checksum.o.tmp gelf_dyn.o.tmp gelf_ehdr.o.tmp gelf_getclass.o.tmp gelf_fsize.o.tmp gelf_move.o.tmp gelf_phdr.o.tmp gelf_rel.o.tmp gelf_rela.o.tmp gelf_shdr.o.tmp gelf_sym.o.tmp gelf_syminfo.o.tmp gelf_symshndx.o.tmp gelf_xlate.o.tmp libelf_align.o.tmp libelf_allocate.o.tmp libelf_ar.o.tmp libelf_ar_util.o.tmp libelf_checksum.o.tmp libelf_data.o.tmp libelf_ehdr.o.tmp libelf_extended.o.tmp libelf_memory.o.tmp libelf_open.o.tmp libelf_phdr.o.tmp libelf_shdr.o.tmp libelf_xlate.o.tmp libelf_fsize.o.tmp libelf_msize.o.tmp libelf_convert.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/am-utils/bin/wire-test && rm -f wire-test.html8 .depend wire-test.d wire-test.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libelf && rm -f libelf.a elf.o elf_begin.o elf_cntl.o elf_end.o elf_errmsg.o elf_errno.o elf_data.o elf_fill.o elf_flag.o elf_getarhdr.o elf_getarsym.o elf_getbase.o elf_getident.o elf_hash.o elf_kind.o elf_memory.o elf_next.o elf_open.o elf_rand.o elf_rawfile.o elf_phnum.o elf_shnum.o elf_shstrndx.o elf_scn.o elf_strptr.o elf_update.o elf_version.o gelf_cap.o gelf_checksum.o gelf_dyn.o gelf_ehdr.o gelf_getclass.o gelf_fsize.o gelf_move.o gelf_phdr.o gelf_rel.o gelf_rela.o gelf_shdr.o gelf_sym.o gelf_syminfo.o gelf_symshndx.o gelf_xlate.o libelf_align.o libelf_allocate.o libelf_ar.o libelf_ar_util.o libelf_checksum.o libelf_data.o libelf_ehdr.o libelf_extended.o libelf_memory.o libelf_open.o libelf_phdr.o libelf_shdr.o libelf_xlate.o libelf_fsize.o libelf_msize.o libelf_convert.o elf.o.tmp elf_begin.o.tmp elf_cntl.o.tmp elf_end.o.tmp elf_errmsg.o.tmp elf_errno.o.tmp elf_data.o.tmp elf_fill.o.tmp elf_flag.o.tmp elf_getarhdr.o.tmp elf_getarsym.o.tmp elf_getbase.o.tmp elf_getident.o.tmp elf_hash.o.tmp elf_kind.o.tmp elf_memory.o.tmp elf_next.o.tmp elf_open.o.tmp elf_rand.o.tmp elf_rawfile.o.tmp elf_phnum.o.tmp elf_shnum.o.tmp elf_shstrndx.o.tmp elf_scn.o.tmp elf_strptr.o.tmp elf_update.o.tmp elf_version.o.tmp gelf_cap.o.tmp gelf_checksum.o.tmp gelf_dyn.o.tmp gelf_ehdr.o.tmp gelf_getclass.o.tmp gelf_fsize.o.tmp gelf_move.o.tmp gelf_phdr.o.tmp gelf_rel.o.tmp gelf_rela.o.tmp gelf_shdr.o.tmp gelf_sym.o.tmp gelf_syminfo.o.tmp gelf_symshndx.o.tmp gelf_xlate.o.tmp libelf_align.o.tmp libelf_allocate.o.tmp libelf_ar.o.tmp libelf_ar_util.o.tmp libelf_checksum.o.tmp libelf_data.o.tmp libelf_ehdr.o.tmp libelf_extended.o.tmp libelf_memory.o.tmp libelf_open.o.tmp libelf_phdr.o.tmp libelf_shdr.o.tmp libelf_xlate.o.tmp libelf_fsize.o.tmp libelf_msize.o.tmp libelf_convert.o.tmp || true) --- cleandir-external --- --- cleandir-bc --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/bsd/bc --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libelf && rm -f libelf_p.a elf.po elf_begin.po elf_cntl.po elf_end.po elf_errmsg.po elf_errno.po elf_data.po elf_fill.po elf_flag.po elf_getarhdr.po elf_getarsym.po elf_getbase.po elf_getident.po elf_hash.po elf_kind.po elf_memory.po elf_next.po elf_open.po elf_rand.po elf_rawfile.po elf_phnum.po elf_shnum.po elf_shstrndx.po elf_scn.po elf_strptr.po elf_update.po elf_version.po gelf_cap.po gelf_checksum.po gelf_dyn.po gelf_ehdr.po gelf_getclass.po gelf_fsize.po gelf_move.po gelf_phdr.po gelf_rel.po gelf_rela.po gelf_shdr.po gelf_sym.po gelf_syminfo.po gelf_symshndx.po gelf_xlate.po libelf_align.po libelf_allocate.po libelf_ar.po libelf_ar_util.po libelf_checksum.po libelf_data.po libelf_ehdr.po libelf_extended.po libelf_memory.po libelf_open.po libelf_phdr.po libelf_shdr.po libelf_xlate.po libelf_fsize.po libelf_msize.po libelf_convert.po elf.po.tmp elf_begin.po.tmp elf_cntl.po.tmp elf_end.po.tmp elf_errmsg.po.tmp elf_errno.po.tmp elf_data.po.tmp elf_fill.po.tmp elf_flag.po.tmp elf_getarhdr.po.tmp elf_getarsym.po.tmp elf_getbase.po.tmp elf_getident.po.tmp elf_hash.po.tmp elf_kind.po.tmp elf_memory.po.tmp elf_next.po.tmp elf_open.po.tmp elf_rand.po.tmp elf_rawfile.po.tmp elf_phnum.po.tmp elf_shnum.po.tmp elf_shstrndx.po.tmp elf_scn.po.tmp elf_strptr.po.tmp elf_update.po.tmp elf_version.po.tmp gelf_cap.po.tmp gelf_checksum.po.tmp gelf_dyn.po.tmp gelf_ehdr.po.tmp gelf_getclass.po.tmp gelf_fsize.po.tmp gelf_move.po.tmp gelf_phdr.po.tmp gelf_rel.po.tmp gelf_rela.po.tmp gelf_shdr.po.tmp gelf_sym.po.tmp gelf_syminfo.po.tmp gelf_symshndx.po.tmp gelf_xlate.po.tmp libelf_align.po.tmp libelf_allocate.po.tmp libelf_ar.po.tmp libelf_ar_util.po.tmp libelf_checksum.po.tmp libelf_data.po.tmp libelf_ehdr.po.tmp libelf_extended.po.tmp libelf_memory.po.tmp libelf_open.po.tmp libelf_phdr.po.tmp libelf_shdr.po.tmp libelf_xlate.po.tmp libelf_fsize.po.tmp libelf_msize.po.tmp libelf_convert.po.tmp || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libelf && rm -f libelf_p.a elf.po elf_begin.po elf_cntl.po elf_end.po elf_errmsg.po elf_errno.po elf_data.po elf_fill.po elf_flag.po elf_getarhdr.po elf_getarsym.po elf_getbase.po elf_getident.po elf_hash.po elf_kind.po elf_memory.po elf_next.po elf_open.po elf_rand.po elf_rawfile.po elf_phnum.po elf_shnum.po elf_shstrndx.po elf_scn.po elf_strptr.po elf_update.po elf_version.po gelf_cap.po gelf_checksum.po gelf_dyn.po gelf_ehdr.po gelf_getclass.po gelf_fsize.po gelf_move.po gelf_phdr.po gelf_rel.po gelf_rela.po gelf_shdr.po gelf_sym.po gelf_syminfo.po gelf_symshndx.po gelf_xlate.po libelf_align.po libelf_allocate.po libelf_ar.po libelf_ar_util.po libelf_checksum.po libelf_data.po libelf_ehdr.po libelf_extended.po libelf_memory.po libelf_open.po libelf_phdr.po libelf_shdr.po libelf_xlate.po libelf_fsize.po libelf_msize.po libelf_convert.po elf.po.tmp elf_begin.po.tmp elf_cntl.po.tmp elf_end.po.tmp elf_errmsg.po.tmp elf_errno.po.tmp elf_data.po.tmp elf_fill.po.tmp elf_flag.po.tmp elf_getarhdr.po.tmp elf_getarsym.po.tmp elf_getbase.po.tmp elf_getident.po.tmp elf_hash.po.tmp elf_kind.po.tmp elf_memory.po.tmp elf_next.po.tmp elf_open.po.tmp elf_rand.po.tmp elf_rawfile.po.tmp elf_phnum.po.tmp elf_shnum.po.tmp elf_shstrndx.po.tmp elf_scn.po.tmp elf_strptr.po.tmp elf_update.po.tmp elf_version.po.tmp gelf_cap.po.tmp gelf_checksum.po.tmp gelf_dyn.po.tmp gelf_ehdr.po.tmp gelf_getclass.po.tmp gelf_fsize.po.tmp gelf_move.po.tmp gelf_phdr.po.tmp gelf_rel.po.tmp gelf_rela.po.tmp gelf_shdr.po.tmp gelf_sym.po.tmp gelf_syminfo.po.tmp gelf_symshndx.po.tmp gelf_xlate.po.tmp libelf_align.po.tmp libelf_allocate.po.tmp libelf_ar.po.tmp libelf_ar_util.po.tmp libelf_checksum.po.tmp libelf_data.po.tmp libelf_ehdr.po.tmp libelf_extended.po.tmp libelf_memory.po.tmp libelf_open.po.tmp libelf_phdr.po.tmp libelf_shdr.po.tmp libelf_xlate.po.tmp libelf_fsize.po.tmp libelf_msize.po.tmp libelf_convert.po.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/bc/bin --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libelf && rm -f libelf_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/bc/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bc.c scan.c bc.h bc global.o load.o util.o execute.o main.o number.o storage.o bc.o scan.o warranty.o global.ln load.ln util.ln execute.ln main.ln number.ln storage.ln warranty.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libelf && rm -f libelf_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/bc/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bc.c scan.c bc.h bc global.o load.o util.o execute.o main.o number.o storage.o bc.o scan.o warranty.o global.ln load.ln util.ln execute.ln main.ln number.ln storage.ln warranty.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libelf && rm -f libelf_pic.a libelf.so.* libelf.so elf.pico elf_begin.pico elf_cntl.pico elf_end.pico elf_errmsg.pico elf_errno.pico elf_data.pico elf_fill.pico elf_flag.pico elf_getarhdr.pico elf_getarsym.pico elf_getbase.pico elf_getident.pico elf_hash.pico elf_kind.pico elf_memory.pico elf_next.pico elf_open.pico elf_rand.pico elf_rawfile.pico elf_phnum.pico elf_shnum.pico elf_shstrndx.pico elf_scn.pico elf_strptr.pico elf_update.pico elf_version.pico gelf_cap.pico gelf_checksum.pico gelf_dyn.pico gelf_ehdr.pico gelf_getclass.pico gelf_fsize.pico gelf_move.pico gelf_phdr.pico gelf_rel.pico gelf_rela.pico gelf_shdr.pico gelf_sym.pico gelf_syminfo.pico gelf_symshndx.pico gelf_xlate.pico libelf_align.pico libelf_allocate.pico libelf_ar.pico libelf_ar_util.pico libelf_checksum.pico libelf_data.pico libelf_ehdr.pico libelf_extended.pico libelf_memory.pico libelf_open.pico libelf_phdr.pico libelf_shdr.pico libelf_xlate.pico libelf_fsize.pico libelf_msize.pico libelf_convert.pico elf.pico.tmp elf_begin.pico.tmp elf_cntl.pico.tmp elf_end.pico.tmp elf_errmsg.pico.tmp elf_errno.pico.tmp elf_data.pico.tmp elf_fill.pico.tmp elf_flag.pico.tmp elf_getarhdr.pico.tmp elf_getarsym.pico.tmp elf_getbase.pico.tmp elf_getident.pico.tmp elf_hash.pico.tmp elf_kind.pico.tmp elf_memory.pico.tmp elf_next.pico.tmp elf_open.pico.tmp elf_rand.pico.tmp elf_rawfile.pico.tmp elf_phnum.pico.tmp elf_shnum.pico.tmp elf_shstrndx.pico.tmp elf_scn.pico.tmp elf_strptr.pico.tmp elf_update.pico.tmp elf_version.pico.tmp gelf_cap.pico.tmp gelf_checksum.pico.tmp gelf_dyn.pico.tmp gelf_ehdr.pico.tmp gelf_getclass.pico.tmp gelf_fsize.pico.tmp gelf_move.pico.tmp gelf_phdr.pico.tmp gelf_rel.pico.tmp gelf_rela.pico.tmp gelf_shdr.pico.tmp gelf_sym.pico.tmp gelf_syminfo.pico.tmp gelf_symshndx.pico.tmp gelf_xlate.pico.tmp libelf_align.pico.tmp libelf_allocate.pico.tmp libelf_ar.pico.tmp libelf_ar_util.pico.tmp libelf_checksum.pico.tmp libelf_data.pico.tmp libelf_ehdr.pico.tmp libelf_extended.pico.tmp libelf_memory.pico.tmp libelf_open.pico.tmp libelf_phdr.pico.tmp libelf_shdr.pico.tmp libelf_xlate.pico.tmp libelf_fsize.pico.tmp libelf_msize.pico.tmp libelf_convert.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/bc/bin && rm -f bc.html1 .depend bc.d execute.d global.d load.d main.d number.d scan.d storage.d util.d warranty.d bc.d.tmp execute.d.tmp global.d.tmp load.d.tmp main.d.tmp number.d.tmp scan.d.tmp storage.d.tmp util.d.tmp warranty.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libelf && rm -f libelf_pic.a libelf.so.* libelf.so elf.pico elf_begin.pico elf_cntl.pico elf_end.pico elf_errmsg.pico elf_errno.pico elf_data.pico elf_fill.pico elf_flag.pico elf_getarhdr.pico elf_getarsym.pico elf_getbase.pico elf_getident.pico elf_hash.pico elf_kind.pico elf_memory.pico elf_next.pico elf_open.pico elf_rand.pico elf_rawfile.pico elf_phnum.pico elf_shnum.pico elf_shstrndx.pico elf_scn.pico elf_strptr.pico elf_update.pico elf_version.pico gelf_cap.pico gelf_checksum.pico gelf_dyn.pico gelf_ehdr.pico gelf_getclass.pico gelf_fsize.pico gelf_move.pico gelf_phdr.pico gelf_rel.pico gelf_rela.pico gelf_shdr.pico gelf_sym.pico gelf_syminfo.pico gelf_symshndx.pico gelf_xlate.pico libelf_align.pico libelf_allocate.pico libelf_ar.pico libelf_ar_util.pico libelf_checksum.pico libelf_data.pico libelf_ehdr.pico libelf_extended.pico libelf_memory.pico libelf_open.pico libelf_phdr.pico libelf_shdr.pico libelf_xlate.pico libelf_fsize.pico libelf_msize.pico libelf_convert.pico elf.pico.tmp elf_begin.pico.tmp elf_cntl.pico.tmp elf_end.pico.tmp elf_errmsg.pico.tmp elf_errno.pico.tmp elf_data.pico.tmp elf_fill.pico.tmp elf_flag.pico.tmp elf_getarhdr.pico.tmp elf_getarsym.pico.tmp elf_getbase.pico.tmp elf_getident.pico.tmp elf_hash.pico.tmp elf_kind.pico.tmp elf_memory.pico.tmp elf_next.pico.tmp elf_open.pico.tmp elf_rand.pico.tmp elf_rawfile.pico.tmp elf_phnum.pico.tmp elf_shnum.pico.tmp elf_shstrndx.pico.tmp elf_scn.pico.tmp elf_strptr.pico.tmp elf_update.pico.tmp elf_version.pico.tmp gelf_cap.pico.tmp gelf_checksum.pico.tmp gelf_dyn.pico.tmp gelf_ehdr.pico.tmp gelf_getclass.pico.tmp gelf_fsize.pico.tmp gelf_move.pico.tmp gelf_phdr.pico.tmp gelf_rel.pico.tmp gelf_rela.pico.tmp gelf_shdr.pico.tmp gelf_sym.pico.tmp gelf_syminfo.pico.tmp gelf_symshndx.pico.tmp gelf_xlate.pico.tmp libelf_align.pico.tmp libelf_allocate.pico.tmp libelf_ar.pico.tmp libelf_ar_util.pico.tmp libelf_checksum.pico.tmp libelf_data.pico.tmp libelf_ehdr.pico.tmp libelf_extended.pico.tmp libelf_memory.pico.tmp libelf_open.pico.tmp libelf_phdr.pico.tmp libelf_shdr.pico.tmp libelf_xlate.pico.tmp libelf_fsize.pico.tmp libelf_msize.pico.tmp libelf_convert.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/bc/bin && rm -f bc.html1 .depend bc.d execute.d global.d load.d main.d number.d scan.d storage.d util.d warranty.d bc.d.tmp execute.d.tmp global.d.tmp load.d.tmp main.d.tmp number.d.tmp scan.d.tmp storage.d.tmp util.d.tmp warranty.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-byacc --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libelf && rm -f llib-lelf.ln elf.ln elf_begin.ln elf_cntl.ln elf_end.ln elf_errmsg.ln elf_errno.ln elf_data.ln elf_fill.ln elf_flag.ln elf_getarhdr.ln elf_getarsym.ln elf_getbase.ln elf_getident.ln elf_hash.ln elf_kind.ln elf_memory.ln elf_next.ln elf_open.ln elf_rand.ln elf_rawfile.ln elf_phnum.ln elf_shnum.ln elf_shstrndx.ln elf_scn.ln elf_strptr.ln elf_update.ln elf_version.ln gelf_cap.ln gelf_checksum.ln gelf_dyn.ln gelf_ehdr.ln gelf_getclass.ln gelf_fsize.ln gelf_move.ln gelf_phdr.ln gelf_rel.ln gelf_rela.ln gelf_shdr.ln gelf_sym.ln gelf_syminfo.ln gelf_symshndx.ln gelf_xlate.ln libelf_align.ln libelf_allocate.ln libelf_ar.ln libelf_ar_util.ln libelf_checksum.ln libelf_data.ln libelf_ehdr.ln libelf_extended.ln libelf_memory.ln libelf_open.ln libelf_phdr.ln libelf_shdr.ln libelf_xlate.ln libelf_fsize.ln libelf_msize.ln libelf_convert.ln || true) --- cleandir-external --- cleandir ===> external/bsd/byacc --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libelf && rm -f llib-lelf.ln elf.ln elf_begin.ln elf_cntl.ln elf_end.ln elf_errmsg.ln elf_errno.ln elf_data.ln elf_fill.ln elf_flag.ln elf_getarhdr.ln elf_getarsym.ln elf_getbase.ln elf_getident.ln elf_hash.ln elf_kind.ln elf_memory.ln elf_next.ln elf_open.ln elf_rand.ln elf_rawfile.ln elf_phnum.ln elf_shnum.ln elf_shstrndx.ln elf_scn.ln elf_strptr.ln elf_update.ln elf_version.ln gelf_cap.ln gelf_checksum.ln gelf_dyn.ln gelf_ehdr.ln gelf_getclass.ln gelf_fsize.ln gelf_move.ln gelf_phdr.ln gelf_rel.ln gelf_rela.ln gelf_shdr.ln gelf_sym.ln gelf_syminfo.ln gelf_symshndx.ln gelf_xlate.ln libelf_align.ln libelf_allocate.ln libelf_ar.ln libelf_ar_util.ln libelf_checksum.ln libelf_data.ln libelf_ehdr.ln libelf_extended.ln libelf_memory.ln libelf_open.ln libelf_phdr.ln libelf_shdr.ln libelf_xlate.ln libelf_fsize.ln libelf_msize.ln libelf_convert.ln || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/bsd/byacc/bin --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libelf && rm -f libelf_fsize.c libelf_msize.c libelf_convert.c libelf.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libelf && rm -f libelf_fsize.c libelf_msize.c libelf_convert.c libelf.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/byacc/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit yacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o symtab.o verbose.o warshall.o graph.o mstring.o btyaccpar.o closure.ln error.ln lalr.ln lr0.ln main.ln mkpar.ln output.ln reader.ln symtab.ln verbose.ln warshall.ln graph.ln mstring.ln btyaccpar.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/byacc/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit yacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o symtab.o verbose.o warshall.o graph.o mstring.o btyaccpar.o closure.ln error.ln lalr.ln lr0.ln main.ln mkpar.ln output.ln reader.ln symtab.ln verbose.ln warshall.ln graph.ln mstring.ln btyaccpar.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libelf && rm -f elf.html3 elf_begin.html3 elf_cntl.html3 elf_end.html3 elf_errmsg.html3 elf_fill.html3 elf_flagdata.html3 elf_getarhdr.html3 elf_getarsym.html3 elf_getbase.html3 elf_getdata.html3 elf_getident.html3 elf_getscn.html3 elf_getphdrnum.html3 elf_getphnum.html3 elf_getshdrnum.html3 elf_getshnum.html3 elf_getshdrstrndx.html3 elf_getshstrndx.html3 elf_hash.html3 elf_kind.html3 elf_memory.html3 elf_next.html3 elf_open.html3 elf_rawfile.html3 elf_rand.html3 elf_strptr.html3 elf_update.html3 elf_version.html3 gelf.html3 gelf_checksum.html3 gelf_fsize.html3 gelf_getcap.html3 gelf_getclass.html3 gelf_getdyn.html3 gelf_getehdr.html3 gelf_getmove.html3 gelf_getphdr.html3 gelf_getrel.html3 gelf_getrela.html3 gelf_getshdr.html3 gelf_getsym.html3 gelf_getsyminfo.html3 gelf_getsymshndx.html3 gelf_newehdr.html3 gelf_newphdr.html3 gelf_update_ehdr.html3 gelf_xlatetof.html3 .depend elf.d elf_begin.d elf_cntl.d elf_data.d elf_end.d elf_errmsg.d elf_errno.d elf_fill.d elf_flag.d elf_getarhdr.d elf_getarsym.d elf_getbase.d elf_getident.d elf_hash.d elf_kind.d elf_memory.d elf_next.d elf_open.d elf_phnum.d elf_rand.d elf_rawfile.d elf_scn.d elf_shnum.d elf_shstrndx.d elf_strptr.d elf_update.d elf_version.d gelf_cap.d gelf_checksum.d gelf_dyn.d gelf_ehdr.d gelf_fsize.d gelf_getclass.d gelf_move.d gelf_phdr.d gelf_rel.d gelf_rela.d gelf_shdr.d gelf_sym.d gelf_syminfo.d gelf_symshndx.d gelf_xlate.d libelf_align.d libelf_allocate.d libelf_ar.d libelf_ar_util.d libelf_checksum.d libelf_convert.d libelf_data.d libelf_ehdr.d libelf_extended.d libelf_fsize.d libelf_memory.d libelf_msize.d libelf_open.d libelf_phdr.d libelf_shdr.d libelf_xlate.d elf.d.tmp elf_begin.d.tmp elf_cntl.d.tmp elf_data.d.tmp elf_end.d.tmp elf_errmsg.d.tmp elf_errno.d.tmp elf_fill.d.tmp elf_flag.d.tmp elf_getarhdr.d.tmp elf_getarsym.d.tmp elf_getbase.d.tmp elf_getident.d.tmp elf_hash.d.tmp elf_kind.d.tmp elf_memory.d.tmp elf_next.d.tmp elf_open.d.tmp elf_phnum.d.tmp elf_rand.d.tmp elf_rawfile.d.tmp elf_scn.d.tmp elf_shnum.d.tmp elf_shstrndx.d.tmp elf_strptr.d.tmp elf_update.d.tmp elf_version.d.tmp gelf_cap.d.tmp gelf_checksum.d.tmp gelf_dyn.d.tmp gelf_ehdr.d.tmp gelf_fsize.d.tmp gelf_getclass.d.tmp gelf_move.d.tmp gelf_phdr.d.tmp gelf_rel.d.tmp gelf_rela.d.tmp gelf_shdr.d.tmp gelf_sym.d.tmp gelf_syminfo.d.tmp gelf_symshndx.d.tmp gelf_xlate.d.tmp libelf_align.d.tmp libelf_allocate.d.tmp libelf_ar.d.tmp libelf_ar_util.d.tmp libelf_checksum.d.tmp libelf_convert.d.tmp libelf_data.d.tmp libelf_ehdr.d.tmp libelf_extended.d.tmp libelf_fsize.d.tmp libelf_memory.d.tmp libelf_msize.d.tmp libelf_open.d.tmp libelf_phdr.d.tmp libelf_shdr.d.tmp libelf_xlate.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/byacc/bin && rm -f yacc.html1 .depend btyaccpar.d closure.d error.d graph.d lalr.d lr0.d main.d mkpar.d mstring.d output.d reader.d symtab.d verbose.d warshall.d btyaccpar.d.tmp closure.d.tmp error.d.tmp graph.d.tmp lalr.d.tmp lr0.d.tmp main.d.tmp mkpar.d.tmp mstring.d.tmp output.d.tmp reader.d.tmp symtab.d.tmp verbose.d.tmp warshall.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libelf && rm -f elf.html3 elf_begin.html3 elf_cntl.html3 elf_end.html3 elf_errmsg.html3 elf_fill.html3 elf_flagdata.html3 elf_getarhdr.html3 elf_getarsym.html3 elf_getbase.html3 elf_getdata.html3 elf_getident.html3 elf_getscn.html3 elf_getphdrnum.html3 elf_getphnum.html3 elf_getshdrnum.html3 elf_getshnum.html3 elf_getshdrstrndx.html3 elf_getshstrndx.html3 elf_hash.html3 elf_kind.html3 elf_memory.html3 elf_next.html3 elf_open.html3 elf_rawfile.html3 elf_rand.html3 elf_strptr.html3 elf_update.html3 elf_version.html3 gelf.html3 gelf_checksum.html3 gelf_fsize.html3 gelf_getcap.html3 gelf_getclass.html3 gelf_getdyn.html3 gelf_getehdr.html3 gelf_getmove.html3 gelf_getphdr.html3 gelf_getrel.html3 gelf_getrela.html3 gelf_getshdr.html3 gelf_getsym.html3 gelf_getsyminfo.html3 gelf_getsymshndx.html3 gelf_newehdr.html3 gelf_newphdr.html3 gelf_update_ehdr.html3 gelf_xlatetof.html3 .depend elf.d elf_begin.d elf_cntl.d elf_data.d elf_end.d elf_errmsg.d elf_errno.d elf_fill.d elf_flag.d elf_getarhdr.d elf_getarsym.d elf_getbase.d elf_getident.d elf_hash.d elf_kind.d elf_memory.d elf_next.d elf_open.d elf_phnum.d elf_rand.d elf_rawfile.d elf_scn.d elf_shnum.d elf_shstrndx.d elf_strptr.d elf_update.d elf_version.d gelf_cap.d gelf_checksum.d gelf_dyn.d gelf_ehdr.d gelf_fsize.d gelf_getclass.d gelf_move.d gelf_phdr.d gelf_rel.d gelf_rela.d gelf_shdr.d gelf_sym.d gelf_syminfo.d gelf_symshndx.d gelf_xlate.d libelf_align.d libelf_allocate.d libelf_ar.d libelf_ar_util.d libelf_checksum.d libelf_convert.d libelf_data.d libelf_ehdr.d libelf_extended.d libelf_fsize.d libelf_memory.d libelf_msize.d libelf_open.d libelf_phdr.d libelf_shdr.d libelf_xlate.d elf.d.tmp elf_begin.d.tmp elf_cntl.d.tmp elf_data.d.tmp elf_end.d.tmp elf_errmsg.d.tmp elf_errno.d.tmp elf_fill.d.tmp elf_flag.d.tmp elf_getarhdr.d.tmp elf_getarsym.d.tmp elf_getbase.d.tmp elf_getident.d.tmp elf_hash.d.tmp elf_kind.d.tmp elf_memory.d.tmp elf_next.d.tmp elf_open.d.tmp elf_phnum.d.tmp elf_rand.d.tmp elf_rawfile.d.tmp elf_scn.d.tmp elf_shnum.d.tmp elf_shstrndx.d.tmp elf_strptr.d.tmp elf_update.d.tmp elf_version.d.tmp gelf_cap.d.tmp gelf_checksum.d.tmp gelf_dyn.d.tmp gelf_ehdr.d.tmp gelf_fsize.d.tmp gelf_getclass.d.tmp gelf_move.d.tmp gelf_phdr.d.tmp gelf_rel.d.tmp gelf_rela.d.tmp gelf_shdr.d.tmp gelf_sym.d.tmp gelf_syminfo.d.tmp gelf_symshndx.d.tmp gelf_xlate.d.tmp libelf_align.d.tmp libelf_allocate.d.tmp libelf_ar.d.tmp libelf_ar_util.d.tmp libelf_checksum.d.tmp libelf_convert.d.tmp libelf_data.d.tmp libelf_ehdr.d.tmp libelf_extended.d.tmp libelf_fsize.d.tmp libelf_memory.d.tmp libelf_msize.d.tmp libelf_open.d.tmp libelf_phdr.d.tmp libelf_shdr.d.tmp libelf_xlate.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/byacc/bin && rm -f yacc.html1 .depend btyaccpar.d closure.d error.d graph.d lalr.d lr0.d main.d mkpar.d mstring.d output.d reader.d symtab.d verbose.d warshall.d btyaccpar.d.tmp closure.d.tmp error.d.tmp graph.d.tmp lalr.d.tmp lr0.d.tmp main.d.tmp mkpar.d.tmp mstring.d.tmp output.d.tmp reader.d.tmp symtab.d.tmp verbose.d.tmp warshall.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/bsd/elftoolchain/lib/libdwarf --- cleandir ===> lib/../external/bsd/elftoolchain/lib/libdwarf --- cleandir-external --- --- cleandir-cron --- cleandir ===> external/bsd/cron --- cleandir-bin --- cleandir ===> external/bsd/cron/bin --- cleandir-cron --- cleandir ===> external/bsd/cron/bin/cron --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libdwarf && rm -f libdwarf.a dwarf_abbrev.o dwarf_arange.o dwarf_attr.o dwarf_attrval.o dwarf_cu.o dwarf_dealloc.o dwarf_die.o dwarf_dump.o dwarf_errmsg.o dwarf_finish.o dwarf_form.o dwarf_frame.o dwarf_funcs.o dwarf_init.o dwarf_lineno.o dwarf_loclist.o dwarf_macinfo.o dwarf_pro_arange.o dwarf_pro_attr.o dwarf_pro_die.o dwarf_pro_expr.o dwarf_pro_finish.o dwarf_pro_frame.o dwarf_pro_funcs.o dwarf_pro_init.o dwarf_pro_lineno.o dwarf_pro_macinfo.o dwarf_pro_pubnames.o dwarf_pro_reloc.o dwarf_pro_sections.o dwarf_pro_types.o dwarf_pro_vars.o dwarf_pro_weaks.o dwarf_pubnames.o dwarf_pubtypes.o dwarf_ranges.o dwarf_reloc.o dwarf_seterror.o dwarf_str.o dwarf_types.o dwarf_vars.o dwarf_weaks.o libdwarf.o libdwarf_abbrev.o libdwarf_arange.o libdwarf_attr.o libdwarf_die.o libdwarf_error.o libdwarf_elf_access.o libdwarf_elf_init.o libdwarf_frame.o libdwarf_info.o libdwarf_init.o libdwarf_lineno.o libdwarf_loc.o libdwarf_loclist.o libdwarf_macinfo.o libdwarf_nametbl.o libdwarf_ranges.o libdwarf_reloc.o libdwarf_rw.o libdwarf_sections.o libdwarf_str.o dwarf_abbrev.o.tmp dwarf_arange.o.tmp dwarf_attr.o.tmp dwarf_attrval.o.tmp dwarf_cu.o.tmp dwarf_dealloc.o.tmp dwarf_die.o.tmp dwarf_dump.o.tmp dwarf_errmsg.o.tmp dwarf_finish.o.tmp dwarf_form.o.tmp dwarf_frame.o.tmp dwarf_funcs.o.tmp dwarf_init.o.tmp dwarf_lineno.o.tmp dwarf_loclist.o.tmp dwarf_macinfo.o.tmp dwarf_pro_arange.o.tmp dwarf_pro_attr.o.tmp dwarf_pro_die.o.tmp dwarf_pro_expr.o.tmp dwarf_pro_finish.o.tmp dwarf_pro_frame.o.tmp dwarf_pro_funcs.o.tmp dwarf_pro_init.o.tmp dwarf_pro_lineno.o.tmp dwarf_pro_macinfo.o.tmp dwarf_pro_pubnames.o.tmp dwarf_pro_reloc.o.tmp dwarf_pro_sections.o.tmp dwarf_pro_types.o.tmp dwarf_pro_vars.o.tmp dwarf_pro_weaks.o.tmp dwarf_pubnames.o.tmp dwarf_pubtypes.o.tmp dwarf_ranges.o.tmp dwarf_reloc.o.tmp dwarf_seterror.o.tmp dwarf_str.o.tmp dwarf_types.o.tmp dwarf_vars.o.tmp dwarf_weaks.o.tmp libdwarf.o.tmp libdwarf_abbrev.o.tmp libdwarf_arange.o.tmp libdwarf_attr.o.tmp libdwarf_die.o.tmp libdwarf_error.o.tmp libdwarf_elf_access.o.tmp libdwarf_elf_init.o.tmp libdwarf_frame.o.tmp libdwarf_info.o.tmp libdwarf_init.o.tmp libdwarf_lineno.o.tmp libdwarf_loc.o.tmp libdwarf_loclist.o.tmp libdwarf_macinfo.o.tmp libdwarf_nametbl.o.tmp libdwarf_ranges.o.tmp libdwarf_reloc.o.tmp libdwarf_rw.o.tmp libdwarf_sections.o.tmp libdwarf_str.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/cron/bin/cron && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cron cron.o database.o do_command.o entry.o env.o job.o misc.o popen.o pw_dup.o user.o pam_auth.o cron.ln database.ln do_command.ln entry.ln env.ln job.ln misc.ln popen.ln pw_dup.ln user.ln pam_auth.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libdwarf && rm -f libdwarf.a dwarf_abbrev.o dwarf_arange.o dwarf_attr.o dwarf_attrval.o dwarf_cu.o dwarf_dealloc.o dwarf_die.o dwarf_dump.o dwarf_errmsg.o dwarf_finish.o dwarf_form.o dwarf_frame.o dwarf_funcs.o dwarf_init.o dwarf_lineno.o dwarf_loclist.o dwarf_macinfo.o dwarf_pro_arange.o dwarf_pro_attr.o dwarf_pro_die.o dwarf_pro_expr.o dwarf_pro_finish.o dwarf_pro_frame.o dwarf_pro_funcs.o dwarf_pro_init.o dwarf_pro_lineno.o dwarf_pro_macinfo.o dwarf_pro_pubnames.o dwarf_pro_reloc.o dwarf_pro_sections.o dwarf_pro_types.o dwarf_pro_vars.o dwarf_pro_weaks.o dwarf_pubnames.o dwarf_pubtypes.o dwarf_ranges.o dwarf_reloc.o dwarf_seterror.o dwarf_str.o dwarf_types.o dwarf_vars.o dwarf_weaks.o libdwarf.o libdwarf_abbrev.o libdwarf_arange.o libdwarf_attr.o libdwarf_die.o libdwarf_error.o libdwarf_elf_access.o libdwarf_elf_init.o libdwarf_frame.o libdwarf_info.o libdwarf_init.o libdwarf_lineno.o libdwarf_loc.o libdwarf_loclist.o libdwarf_macinfo.o libdwarf_nametbl.o libdwarf_ranges.o libdwarf_reloc.o libdwarf_rw.o libdwarf_sections.o libdwarf_str.o dwarf_abbrev.o.tmp dwarf_arange.o.tmp dwarf_attr.o.tmp dwarf_attrval.o.tmp dwarf_cu.o.tmp dwarf_dealloc.o.tmp dwarf_die.o.tmp dwarf_dump.o.tmp dwarf_errmsg.o.tmp dwarf_finish.o.tmp dwarf_form.o.tmp dwarf_frame.o.tmp dwarf_funcs.o.tmp dwarf_init.o.tmp dwarf_lineno.o.tmp dwarf_loclist.o.tmp dwarf_macinfo.o.tmp dwarf_pro_arange.o.tmp dwarf_pro_attr.o.tmp dwarf_pro_die.o.tmp dwarf_pro_expr.o.tmp dwarf_pro_finish.o.tmp dwarf_pro_frame.o.tmp dwarf_pro_funcs.o.tmp dwarf_pro_init.o.tmp dwarf_pro_lineno.o.tmp dwarf_pro_macinfo.o.tmp dwarf_pro_pubnames.o.tmp dwarf_pro_reloc.o.tmp dwarf_pro_sections.o.tmp dwarf_pro_types.o.tmp dwarf_pro_vars.o.tmp dwarf_pro_weaks.o.tmp dwarf_pubnames.o.tmp dwarf_pubtypes.o.tmp dwarf_ranges.o.tmp dwarf_reloc.o.tmp dwarf_seterror.o.tmp dwarf_str.o.tmp dwarf_types.o.tmp dwarf_vars.o.tmp dwarf_weaks.o.tmp libdwarf.o.tmp libdwarf_abbrev.o.tmp libdwarf_arange.o.tmp libdwarf_attr.o.tmp libdwarf_die.o.tmp libdwarf_error.o.tmp libdwarf_elf_access.o.tmp libdwarf_elf_init.o.tmp libdwarf_frame.o.tmp libdwarf_info.o.tmp libdwarf_init.o.tmp libdwarf_lineno.o.tmp libdwarf_loc.o.tmp libdwarf_loclist.o.tmp libdwarf_macinfo.o.tmp libdwarf_nametbl.o.tmp libdwarf_ranges.o.tmp libdwarf_reloc.o.tmp libdwarf_rw.o.tmp libdwarf_sections.o.tmp libdwarf_str.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/cron/bin/cron && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cron cron.o database.o do_command.o entry.o env.o job.o misc.o popen.o pw_dup.o user.o pam_auth.o cron.ln database.ln do_command.ln entry.ln env.ln job.ln misc.ln popen.ln pw_dup.ln user.ln pam_auth.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libdwarf && rm -f libdwarf_p.a dwarf_abbrev.po dwarf_arange.po dwarf_attr.po dwarf_attrval.po dwarf_cu.po dwarf_dealloc.po dwarf_die.po dwarf_dump.po dwarf_errmsg.po dwarf_finish.po dwarf_form.po dwarf_frame.po dwarf_funcs.po dwarf_init.po dwarf_lineno.po dwarf_loclist.po dwarf_macinfo.po dwarf_pro_arange.po dwarf_pro_attr.po dwarf_pro_die.po dwarf_pro_expr.po dwarf_pro_finish.po dwarf_pro_frame.po dwarf_pro_funcs.po dwarf_pro_init.po dwarf_pro_lineno.po dwarf_pro_macinfo.po dwarf_pro_pubnames.po dwarf_pro_reloc.po dwarf_pro_sections.po dwarf_pro_types.po dwarf_pro_vars.po dwarf_pro_weaks.po dwarf_pubnames.po dwarf_pubtypes.po dwarf_ranges.po dwarf_reloc.po dwarf_seterror.po dwarf_str.po dwarf_types.po dwarf_vars.po dwarf_weaks.po libdwarf.po libdwarf_abbrev.po libdwarf_arange.po libdwarf_attr.po libdwarf_die.po libdwarf_error.po libdwarf_elf_access.po libdwarf_elf_init.po libdwarf_frame.po libdwarf_info.po libdwarf_init.po libdwarf_lineno.po libdwarf_loc.po libdwarf_loclist.po libdwarf_macinfo.po libdwarf_nametbl.po libdwarf_ranges.po libdwarf_reloc.po libdwarf_rw.po libdwarf_sections.po libdwarf_str.po dwarf_abbrev.po.tmp dwarf_arange.po.tmp dwarf_attr.po.tmp dwarf_attrval.po.tmp dwarf_cu.po.tmp dwarf_dealloc.po.tmp dwarf_die.po.tmp dwarf_dump.po.tmp dwarf_errmsg.po.tmp dwarf_finish.po.tmp dwarf_form.po.tmp dwarf_frame.po.tmp dwarf_funcs.po.tmp dwarf_init.po.tmp dwarf_lineno.po.tmp dwarf_loclist.po.tmp dwarf_macinfo.po.tmp dwarf_pro_arange.po.tmp dwarf_pro_attr.po.tmp dwarf_pro_die.po.tmp dwarf_pro_expr.po.tmp dwarf_pro_finish.po.tmp dwarf_pro_frame.po.tmp dwarf_pro_funcs.po.tmp dwarf_pro_init.po.tmp dwarf_pro_lineno.po.tmp dwarf_pro_macinfo.po.tmp dwarf_pro_pubnames.po.tmp dwarf_pro_reloc.po.tmp dwarf_pro_sections.po.tmp dwarf_pro_types.po.tmp dwarf_pro_vars.po.tmp dwarf_pro_weaks.po.tmp dwarf_pubnames.po.tmp dwarf_pubtypes.po.tmp dwarf_ranges.po.tmp dwarf_reloc.po.tmp dwarf_seterror.po.tmp dwarf_str.po.tmp dwarf_types.po.tmp dwarf_vars.po.tmp dwarf_weaks.po.tmp libdwarf.po.tmp libdwarf_abbrev.po.tmp libdwarf_arange.po.tmp libdwarf_attr.po.tmp libdwarf_die.po.tmp libdwarf_error.po.tmp libdwarf_elf_access.po.tmp libdwarf_elf_init.po.tmp libdwarf_frame.po.tmp libdwarf_info.po.tmp libdwarf_init.po.tmp libdwarf_lineno.po.tmp libdwarf_loc.po.tmp libdwarf_loclist.po.tmp libdwarf_macinfo.po.tmp libdwarf_nametbl.po.tmp libdwarf_ranges.po.tmp libdwarf_reloc.po.tmp libdwarf_rw.po.tmp libdwarf_sections.po.tmp libdwarf_str.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/cron/bin/cron && rm -f cron.html8 .depend cron.d database.d do_command.d entry.d env.d job.d misc.d pam_auth.d popen.d pw_dup.d user.d cron.d.tmp database.d.tmp do_command.d.tmp entry.d.tmp env.d.tmp job.d.tmp misc.d.tmp pam_auth.d.tmp popen.d.tmp pw_dup.d.tmp user.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libdwarf && rm -f libdwarf_p.a dwarf_abbrev.po dwarf_arange.po dwarf_attr.po dwarf_attrval.po dwarf_cu.po dwarf_dealloc.po dwarf_die.po dwarf_dump.po dwarf_errmsg.po dwarf_finish.po dwarf_form.po dwarf_frame.po dwarf_funcs.po dwarf_init.po dwarf_lineno.po dwarf_loclist.po dwarf_macinfo.po dwarf_pro_arange.po dwarf_pro_attr.po dwarf_pro_die.po dwarf_pro_expr.po dwarf_pro_finish.po dwarf_pro_frame.po dwarf_pro_funcs.po dwarf_pro_init.po dwarf_pro_lineno.po dwarf_pro_macinfo.po dwarf_pro_pubnames.po dwarf_pro_reloc.po dwarf_pro_sections.po dwarf_pro_types.po dwarf_pro_vars.po dwarf_pro_weaks.po dwarf_pubnames.po dwarf_pubtypes.po dwarf_ranges.po dwarf_reloc.po dwarf_seterror.po dwarf_str.po dwarf_types.po dwarf_vars.po dwarf_weaks.po libdwarf.po libdwarf_abbrev.po libdwarf_arange.po libdwarf_attr.po libdwarf_die.po libdwarf_error.po libdwarf_elf_access.po libdwarf_elf_init.po libdwarf_frame.po libdwarf_info.po libdwarf_init.po libdwarf_lineno.po libdwarf_loc.po libdwarf_loclist.po libdwarf_macinfo.po libdwarf_nametbl.po libdwarf_ranges.po libdwarf_reloc.po libdwarf_rw.po libdwarf_sections.po libdwarf_str.po dwarf_abbrev.po.tmp dwarf_arange.po.tmp dwarf_attr.po.tmp dwarf_attrval.po.tmp dwarf_cu.po.tmp dwarf_dealloc.po.tmp dwarf_die.po.tmp dwarf_dump.po.tmp dwarf_errmsg.po.tmp dwarf_finish.po.tmp dwarf_form.po.tmp dwarf_frame.po.tmp dwarf_funcs.po.tmp dwarf_init.po.tmp dwarf_lineno.po.tmp dwarf_loclist.po.tmp dwarf_macinfo.po.tmp dwarf_pro_arange.po.tmp dwarf_pro_attr.po.tmp dwarf_pro_die.po.tmp dwarf_pro_expr.po.tmp dwarf_pro_finish.po.tmp dwarf_pro_frame.po.tmp dwarf_pro_funcs.po.tmp dwarf_pro_init.po.tmp dwarf_pro_lineno.po.tmp dwarf_pro_macinfo.po.tmp dwarf_pro_pubnames.po.tmp dwarf_pro_reloc.po.tmp dwarf_pro_sections.po.tmp dwarf_pro_types.po.tmp dwarf_pro_vars.po.tmp dwarf_pro_weaks.po.tmp dwarf_pubnames.po.tmp dwarf_pubtypes.po.tmp dwarf_ranges.po.tmp dwarf_reloc.po.tmp dwarf_seterror.po.tmp dwarf_str.po.tmp dwarf_types.po.tmp dwarf_vars.po.tmp dwarf_weaks.po.tmp libdwarf.po.tmp libdwarf_abbrev.po.tmp libdwarf_arange.po.tmp libdwarf_attr.po.tmp libdwarf_die.po.tmp libdwarf_error.po.tmp libdwarf_elf_access.po.tmp libdwarf_elf_init.po.tmp libdwarf_frame.po.tmp libdwarf_info.po.tmp libdwarf_init.po.tmp libdwarf_lineno.po.tmp libdwarf_loc.po.tmp libdwarf_loclist.po.tmp libdwarf_macinfo.po.tmp libdwarf_nametbl.po.tmp libdwarf_ranges.po.tmp libdwarf_reloc.po.tmp libdwarf_rw.po.tmp libdwarf_sections.po.tmp libdwarf_str.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/cron/bin/cron && rm -f cron.html8 .depend cron.d database.d do_command.d entry.d env.d job.d misc.d pam_auth.d popen.d pw_dup.d user.d cron.d.tmp database.d.tmp do_command.d.tmp entry.d.tmp env.d.tmp job.d.tmp misc.d.tmp pam_auth.d.tmp popen.d.tmp pw_dup.d.tmp user.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-crontab --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libdwarf && rm -f libdwarf_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/cron/bin/crontab --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libdwarf && rm -f libdwarf_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/cron/bin/crontab && rm -f a.out [Ee]rrs mklog core *.core .gdbinit crontab crontab.o misc.o entry.o env.o pw_dup.o closeall.o crontab.ln misc.ln entry.ln env.ln pw_dup.ln closeall.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libdwarf && rm -f libdwarf_pic.a libdwarf.so.* libdwarf.so dwarf_abbrev.pico dwarf_arange.pico dwarf_attr.pico dwarf_attrval.pico dwarf_cu.pico dwarf_dealloc.pico dwarf_die.pico dwarf_dump.pico dwarf_errmsg.pico dwarf_finish.pico dwarf_form.pico dwarf_frame.pico dwarf_funcs.pico dwarf_init.pico dwarf_lineno.pico dwarf_loclist.pico dwarf_macinfo.pico dwarf_pro_arange.pico dwarf_pro_attr.pico dwarf_pro_die.pico dwarf_pro_expr.pico dwarf_pro_finish.pico dwarf_pro_frame.pico dwarf_pro_funcs.pico dwarf_pro_init.pico dwarf_pro_lineno.pico dwarf_pro_macinfo.pico dwarf_pro_pubnames.pico dwarf_pro_reloc.pico dwarf_pro_sections.pico dwarf_pro_types.pico dwarf_pro_vars.pico dwarf_pro_weaks.pico dwarf_pubnames.pico dwarf_pubtypes.pico dwarf_ranges.pico dwarf_reloc.pico dwarf_seterror.pico dwarf_str.pico dwarf_types.pico dwarf_vars.pico dwarf_weaks.pico libdwarf.pico libdwarf_abbrev.pico libdwarf_arange.pico libdwarf_attr.pico libdwarf_die.pico libdwarf_error.pico libdwarf_elf_access.pico libdwarf_elf_init.pico libdwarf_frame.pico libdwarf_info.pico libdwarf_init.pico libdwarf_lineno.pico libdwarf_loc.pico libdwarf_loclist.pico libdwarf_macinfo.pico libdwarf_nametbl.pico libdwarf_ranges.pico libdwarf_reloc.pico libdwarf_rw.pico libdwarf_sections.pico libdwarf_str.pico dwarf_abbrev.pico.tmp dwarf_arange.pico.tmp dwarf_attr.pico.tmp dwarf_attrval.pico.tmp dwarf_cu.pico.tmp dwarf_dealloc.pico.tmp dwarf_die.pico.tmp dwarf_dump.pico.tmp dwarf_errmsg.pico.tmp dwarf_finish.pico.tmp dwarf_form.pico.tmp dwarf_frame.pico.tmp dwarf_funcs.pico.tmp dwarf_init.pico.tmp dwarf_lineno.pico.tmp dwarf_loclist.pico.tmp dwarf_macinfo.pico.tmp dwarf_pro_arange.pico.tmp dwarf_pro_attr.pico.tmp dwarf_pro_die.pico.tmp dwarf_pro_expr.pico.tmp dwarf_pro_finish.pico.tmp dwarf_pro_frame.pico.tmp dwarf_pro_funcs.pico.tmp dwarf_pro_init.pico.tmp dwarf_pro_lineno.pico.tmp dwarf_pro_macinfo.pico.tmp dwarf_pro_pubnames.pico.tmp dwarf_pro_reloc.pico.tmp dwarf_pro_sections.pico.tmp dwarf_pro_types.pico.tmp dwarf_pro_vars.pico.tmp dwarf_pro_weaks.pico.tmp dwarf_pubnames.pico.tmp dwarf_pubtypes.pico.tmp dwarf_ranges.pico.tmp dwarf_reloc.pico.tmp dwarf_seterror.pico.tmp dwarf_str.pico.tmp dwarf_types.pico.tmp dwarf_vars.pico.tmp dwarf_weaks.pico.tmp libdwarf.pico.tmp libdwarf_abbrev.pico.tmp libdwarf_arange.pico.tmp libdwarf_attr.pico.tmp libdwarf_die.pico.tmp libdwarf_error.pico.tmp libdwarf_elf_access.pico.tmp libdwarf_elf_init.pico.tmp libdwarf_frame.pico.tmp libdwarf_info.pico.tmp libdwarf_init.pico.tmp libdwarf_lineno.pico.tmp libdwarf_loc.pico.tmp libdwarf_loclist.pico.tmp libdwarf_macinfo.pico.tmp libdwarf_nametbl.pico.tmp libdwarf_ranges.pico.tmp libdwarf_reloc.pico.tmp libdwarf_rw.pico.tmp libdwarf_sections.pico.tmp libdwarf_str.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/cron/bin/crontab && rm -f a.out [Ee]rrs mklog core *.core .gdbinit crontab crontab.o misc.o entry.o env.o pw_dup.o closeall.o crontab.ln misc.ln entry.ln env.ln pw_dup.ln closeall.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libdwarf && rm -f libdwarf_pic.a libdwarf.so.* libdwarf.so dwarf_abbrev.pico dwarf_arange.pico dwarf_attr.pico dwarf_attrval.pico dwarf_cu.pico dwarf_dealloc.pico dwarf_die.pico dwarf_dump.pico dwarf_errmsg.pico dwarf_finish.pico dwarf_form.pico dwarf_frame.pico dwarf_funcs.pico dwarf_init.pico dwarf_lineno.pico dwarf_loclist.pico dwarf_macinfo.pico dwarf_pro_arange.pico dwarf_pro_attr.pico dwarf_pro_die.pico dwarf_pro_expr.pico dwarf_pro_finish.pico dwarf_pro_frame.pico dwarf_pro_funcs.pico dwarf_pro_init.pico dwarf_pro_lineno.pico dwarf_pro_macinfo.pico dwarf_pro_pubnames.pico dwarf_pro_reloc.pico dwarf_pro_sections.pico dwarf_pro_types.pico dwarf_pro_vars.pico dwarf_pro_weaks.pico dwarf_pubnames.pico dwarf_pubtypes.pico dwarf_ranges.pico dwarf_reloc.pico dwarf_seterror.pico dwarf_str.pico dwarf_types.pico dwarf_vars.pico dwarf_weaks.pico libdwarf.pico libdwarf_abbrev.pico libdwarf_arange.pico libdwarf_attr.pico libdwarf_die.pico libdwarf_error.pico libdwarf_elf_access.pico libdwarf_elf_init.pico libdwarf_frame.pico libdwarf_info.pico libdwarf_init.pico libdwarf_lineno.pico libdwarf_loc.pico libdwarf_loclist.pico libdwarf_macinfo.pico libdwarf_nametbl.pico libdwarf_ranges.pico libdwarf_reloc.pico libdwarf_rw.pico libdwarf_sections.pico libdwarf_str.pico dwarf_abbrev.pico.tmp dwarf_arange.pico.tmp dwarf_attr.pico.tmp dwarf_attrval.pico.tmp dwarf_cu.pico.tmp dwarf_dealloc.pico.tmp dwarf_die.pico.tmp dwarf_dump.pico.tmp dwarf_errmsg.pico.tmp dwarf_finish.pico.tmp dwarf_form.pico.tmp dwarf_frame.pico.tmp dwarf_funcs.pico.tmp dwarf_init.pico.tmp dwarf_lineno.pico.tmp dwarf_loclist.pico.tmp dwarf_macinfo.pico.tmp dwarf_pro_arange.pico.tmp dwarf_pro_attr.pico.tmp dwarf_pro_die.pico.tmp dwarf_pro_expr.pico.tmp dwarf_pro_finish.pico.tmp dwarf_pro_frame.pico.tmp dwarf_pro_funcs.pico.tmp dwarf_pro_init.pico.tmp dwarf_pro_lineno.pico.tmp dwarf_pro_macinfo.pico.tmp dwarf_pro_pubnames.pico.tmp dwarf_pro_reloc.pico.tmp dwarf_pro_sections.pico.tmp dwarf_pro_types.pico.tmp dwarf_pro_vars.pico.tmp dwarf_pro_weaks.pico.tmp dwarf_pubnames.pico.tmp dwarf_pubtypes.pico.tmp dwarf_ranges.pico.tmp dwarf_reloc.pico.tmp dwarf_seterror.pico.tmp dwarf_str.pico.tmp dwarf_types.pico.tmp dwarf_vars.pico.tmp dwarf_weaks.pico.tmp libdwarf.pico.tmp libdwarf_abbrev.pico.tmp libdwarf_arange.pico.tmp libdwarf_attr.pico.tmp libdwarf_die.pico.tmp libdwarf_error.pico.tmp libdwarf_elf_access.pico.tmp libdwarf_elf_init.pico.tmp libdwarf_frame.pico.tmp libdwarf_info.pico.tmp libdwarf_init.pico.tmp libdwarf_lineno.pico.tmp libdwarf_loc.pico.tmp libdwarf_loclist.pico.tmp libdwarf_macinfo.pico.tmp libdwarf_nametbl.pico.tmp libdwarf_ranges.pico.tmp libdwarf_reloc.pico.tmp libdwarf_rw.pico.tmp libdwarf_sections.pico.tmp libdwarf_str.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libdwarf && rm -f llib-ldwarf.ln dwarf_abbrev.ln dwarf_arange.ln dwarf_attr.ln dwarf_attrval.ln dwarf_cu.ln dwarf_dealloc.ln dwarf_die.ln dwarf_dump.ln dwarf_errmsg.ln dwarf_finish.ln dwarf_form.ln dwarf_frame.ln dwarf_funcs.ln dwarf_init.ln dwarf_lineno.ln dwarf_loclist.ln dwarf_macinfo.ln dwarf_pro_arange.ln dwarf_pro_attr.ln dwarf_pro_die.ln dwarf_pro_expr.ln dwarf_pro_finish.ln dwarf_pro_frame.ln dwarf_pro_funcs.ln dwarf_pro_init.ln dwarf_pro_lineno.ln dwarf_pro_macinfo.ln dwarf_pro_pubnames.ln dwarf_pro_reloc.ln dwarf_pro_sections.ln dwarf_pro_types.ln dwarf_pro_vars.ln dwarf_pro_weaks.ln dwarf_pubnames.ln dwarf_pubtypes.ln dwarf_ranges.ln dwarf_reloc.ln dwarf_seterror.ln dwarf_str.ln dwarf_types.ln dwarf_vars.ln dwarf_weaks.ln libdwarf.ln libdwarf_abbrev.ln libdwarf_arange.ln libdwarf_attr.ln libdwarf_die.ln libdwarf_error.ln libdwarf_elf_access.ln libdwarf_elf_init.ln libdwarf_frame.ln libdwarf_info.ln libdwarf_init.ln libdwarf_lineno.ln libdwarf_loc.ln libdwarf_loclist.ln libdwarf_macinfo.ln libdwarf_nametbl.ln libdwarf_ranges.ln libdwarf_reloc.ln libdwarf_rw.ln libdwarf_sections.ln libdwarf_str.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/cron/bin/crontab && rm -f crontab.html1 crontab.html5 .depend closeall.d crontab.d entry.d env.d misc.d pw_dup.d closeall.d.tmp crontab.d.tmp entry.d.tmp env.d.tmp misc.d.tmp pw_dup.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/cron/bin/crontab && rm -f crontab.html1 crontab.html5 .depend closeall.d crontab.d entry.d env.d misc.d pw_dup.d closeall.d.tmp crontab.d.tmp entry.d.tmp env.d.tmp misc.d.tmp pw_dup.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libdwarf && rm -f llib-ldwarf.ln dwarf_abbrev.ln dwarf_arange.ln dwarf_attr.ln dwarf_attrval.ln dwarf_cu.ln dwarf_dealloc.ln dwarf_die.ln dwarf_dump.ln dwarf_errmsg.ln dwarf_finish.ln dwarf_form.ln dwarf_frame.ln dwarf_funcs.ln dwarf_init.ln dwarf_lineno.ln dwarf_loclist.ln dwarf_macinfo.ln dwarf_pro_arange.ln dwarf_pro_attr.ln dwarf_pro_die.ln dwarf_pro_expr.ln dwarf_pro_finish.ln dwarf_pro_frame.ln dwarf_pro_funcs.ln dwarf_pro_init.ln dwarf_pro_lineno.ln dwarf_pro_macinfo.ln dwarf_pro_pubnames.ln dwarf_pro_reloc.ln dwarf_pro_sections.ln dwarf_pro_types.ln dwarf_pro_vars.ln dwarf_pro_weaks.ln dwarf_pubnames.ln dwarf_pubtypes.ln dwarf_ranges.ln dwarf_reloc.ln dwarf_seterror.ln dwarf_str.ln dwarf_types.ln dwarf_vars.ln dwarf_weaks.ln libdwarf.ln libdwarf_abbrev.ln libdwarf_arange.ln libdwarf_attr.ln libdwarf_die.ln libdwarf_error.ln libdwarf_elf_access.ln libdwarf_elf_init.ln libdwarf_frame.ln libdwarf_info.ln libdwarf_init.ln libdwarf_lineno.ln libdwarf_loc.ln libdwarf_loclist.ln libdwarf_macinfo.ln libdwarf_nametbl.ln libdwarf_ranges.ln libdwarf_reloc.ln libdwarf_rw.ln libdwarf_sections.ln libdwarf_str.ln || true) --- __doclean --- --- cleandir-external --- --- cleandir-dhcpcd --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libdwarf && rm -f dwarf_pubnames.c dwarf_pubtypes.c dwarf_weaks.c dwarf_funcs.c dwarf_vars.c dwarf_types.c dwarf_pro_pubnames.c dwarf_pro_weaks.c dwarf_pro_funcs.c dwarf_pro_types.c dwarf_pro_vars.c libdwarf.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/dhcpcd --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libdwarf && rm -f dwarf_pubnames.c dwarf_pubtypes.c dwarf_weaks.c dwarf_funcs.c dwarf_vars.c dwarf_types.c dwarf_pro_pubnames.c dwarf_pro_weaks.c dwarf_pro_funcs.c dwarf_pro_types.c dwarf_pro_vars.c libdwarf.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-sbin --- cleandir ===> external/bsd/dhcpcd/sbin --- cleandir-dhcpcd --- cleandir ===> external/bsd/dhcpcd/sbin/dhcpcd --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftoolchain/lib/libdwarf && rm -f dwarf.html3 dwarf_add_arange.html3 dwarf_add_AT_comp_dir.html3 dwarf_add_AT_const_value_string.html3 dwarf_add_AT_dataref.html3 dwarf_add_AT_flag.html3 dwarf_add_AT_location_expr.html3 dwarf_add_AT_name.html3 dwarf_add_AT_producer.html3 dwarf_add_AT_ref_address.html3 dwarf_add_AT_reference.html3 dwarf_add_AT_signed_const.html3 dwarf_add_AT_string.html3 dwarf_add_AT_targ_address.html3 dwarf_add_die_to_debug.html3 dwarf_add_directory_decl.html3 dwarf_add_expr_addr.html3 dwarf_add_expr_gen.html3 dwarf_add_fde_inst.html3 dwarf_add_file_decl.html3 dwarf_add_frame_cie.html3 dwarf_add_frame_fde.html3 dwarf_add_funcname.html3 dwarf_add_line_entry.html3 dwarf_add_pubname.html3 dwarf_add_typename.html3 dwarf_add_varname.html3 dwarf_add_weakname.html3 dwarf_attr.html3 dwarf_attrlist.html3 dwarf_attrval_signed.html3 dwarf_child.html3 dwarf_dealloc.html3 dwarf_def_macro.html3 dwarf_die_abbrev_code.html3 dwarf_die_link.html3 dwarf_diename.html3 dwarf_dieoffset.html3 dwarf_end_macro_file.html3 dwarf_errmsg.html3 dwarf_errno.html3 dwarf_expand_frame_instructions.html3 dwarf_expr_current_offset.html3 dwarf_expr_into_block.html3 dwarf_fde_cfa_offset.html3 dwarf_find_macro_value_start.html3 dwarf_finish.html3 dwarf_formaddr.html3 dwarf_formblock.html3 dwarf_formexprloc.html3 dwarf_formflag.html3 dwarf_formref.html3 dwarf_formsig8.html3 dwarf_formstring.html3 dwarf_formudata.html3 dwarf_get_abbrev.html3 dwarf_get_abbrev_children_flag.html3 dwarf_get_abbrev_code.html3 dwarf_get_abbrev_entry.html3 dwarf_get_abbrev_tag.html3 dwarf_get_address_size.html3 dwarf_get_arange.html3 dwarf_get_arange_info.html3 dwarf_get_aranges.html3 dwarf_get_AT_name.html3 dwarf_get_cie_index.html3 dwarf_get_cie_info.html3 dwarf_get_cie_of_fde.html3 dwarf_get_cu_die_offset.html3 dwarf_get_elf.html3 dwarf_get_fde_at_pc.html3 dwarf_get_fde_info_for_all_regs.html3 dwarf_get_fde_info_for_all_regs3.html3 dwarf_get_fde_info_for_cfa_reg3.html3 dwarf_get_fde_info_for_reg.html3 dwarf_get_fde_info_for_reg3.html3 dwarf_get_fde_instr_bytes.html3 dwarf_get_fde_list.html3 dwarf_get_fde_n.html3 dwarf_get_fde_range.html3 dwarf_get_form_class.html3 dwarf_get_funcs.html3 dwarf_get_globals.html3 dwarf_get_loclist_entry.html3 dwarf_get_macro_details.html3 dwarf_get_pubtypes.html3 dwarf_get_ranges.html3 dwarf_get_relocation_info.html3 dwarf_get_relocation_info_count.html3 dwarf_get_section_bytes.html3 dwarf_get_str.html3 dwarf_get_types.html3 dwarf_get_vars.html3 dwarf_get_weaks.html3 dwarf_hasattr.html3 dwarf_hasform.html3 dwarf_highpc.html3 dwarf_init.html3 dwarf_lineno.html3 dwarf_lne_end_sequence.html3 dwarf_lne_set_address.html3 dwarf_loclist.html3 dwarf_loclist_from_expr.html3 dwarf_new_die.html3 dwarf_new_expr.html3 dwarf_new_fde.html3 dwarf_next_cu_header.html3 dwarf_object_init.html3 dwarf_producer_init.html3 dwarf_producer_set_isa.html3 dwarf_reset_section_bytes.html3 dwarf_seterrarg.html3 dwarf_set_frame_cfa_value.html3 dwarf_set_reloc_application.html3 dwarf_srcfiles.html3 dwarf_srclines.html3 dwarf_start_macro_file.html3 dwarf_tag.html3 dwarf_transform_to_disk_form.html3 dwarf_undef_macro.html3 dwarf_vendor_ext.html3 dwarf_whatattr.html3 .depend dwarf_abbrev.d dwarf_arange.d dwarf_attr.d dwarf_attrval.d dwarf_cu.d dwarf_dealloc.d dwarf_die.d dwarf_dump.d dwarf_errmsg.d dwarf_finish.d dwarf_form.d dwarf_frame.d dwarf_funcs.d dwarf_init.d dwarf_lineno.d dwarf_loclist.d dwarf_macinfo.d dwarf_pro_arange.d dwarf_pro_attr.d dwarf_pro_die.d dwarf_pro_expr.d dwarf_pro_finish.d dwarf_pro_frame.d dwarf_pro_funcs.d dwarf_pro_init.d dwarf_pro_lineno.d dwarf_pro_macinfo.d dwarf_pro_pubnames.d dwarf_pro_reloc.d dwarf_pro_sections.d dwarf_pro_types.d dwarf_pro_vars.d dwarf_pro_weaks.d dwarf_pubnames.d dwarf_pubtypes.d dwarf_ranges.d dwarf_reloc.d dwarf_seterror.d dwarf_str.d dwarf_types.d dwarf_vars.d dwarf_weaks.d libdwarf.d libdwarf_abbrev.d libdwarf_arange.d libdwarf_attr.d libdwarf_die.d libdwarf_elf_access.d libdwarf_elf_init.d libdwarf_error.d libdwarf_frame.d libdwarf_info.d libdwarf_init.d libdwarf_lineno.d libdwarf_loc.d libdwarf_loclist.d libdwarf_macinfo.d libdwarf_nametbl.d libdwarf_ranges.d libdwarf_reloc.d libdwarf_rw.d libdwarf_sections.d libdwarf_str.d dwarf_abbrev.d.tmp dwarf_arange.d.tmp dwarf_attr.d.tmp dwarf_attrval.d.tmp dwarf_cu.d.tmp dwarf_dealloc.d.tmp dwarf_die.d.tmp dwarf_dump.d.tmp dwarf_errmsg.d.tmp dwarf_finish.d.tmp dwarf_form.d.tmp dwarf_frame.d.tmp dwarf_funcs.d.tmp dwarf_init.d.tmp dwarf_lineno.d.tmp dwarf_loclist.d.tmp dwarf_macinfo.d.tmp dwarf_pro_arange.d.tmp dwarf_pro_attr.d.tmp dwarf_pro_die.d.tmp dwarf_pro_expr.d.tmp dwarf_pro_finish.d.tmp dwarf_pro_frame.d.tmp dwarf_pro_funcs.d.tmp dwarf_pro_init.d.tmp dwarf_pro_lineno.d.tmp dwarf_pro_macinfo.d.tmp dwarf_pro_pubnames.d.tmp dwarf_pro_reloc.d.tmp dwarf_pro_sections.d.tmp dwarf_pro_types.d.tmp dwarf_pro_vars.d.tmp dwarf_pro_weaks.d.tmp dwarf_pubnames.d.tmp dwarf_pubtypes.d.tmp dwarf_ranges.d.tmp dwarf_reloc.d.tmp dwarf_seterror.d.tmp dwarf_str.d.tmp dwarf_types.d.tmp dwarf_vars.d.tmp dwarf_weaks.d.tmp libdwarf.d.tmp libdwarf_abbrev.d.tmp libdwarf_arange.d.tmp libdwarf_attr.d.tmp libdwarf_die.d.tmp libdwarf_elf_access.d.tmp libdwarf_elf_init.d.tmp libdwarf_error.d.tmp libdwarf_frame.d.tmp libdwarf_info.d.tmp libdwarf_init.d.tmp libdwarf_lineno.d.tmp libdwarf_loc.d.tmp libdwarf_loclist.d.tmp libdwarf_macinfo.d.tmp libdwarf_nametbl.d.tmp libdwarf_ranges.d.tmp libdwarf_reloc.d.tmp libdwarf_rw.d.tmp libdwarf_sections.d.tmp libdwarf_str.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftoolchain/lib/libdwarf && rm -f dwarf.html3 dwarf_add_arange.html3 dwarf_add_AT_comp_dir.html3 dwarf_add_AT_const_value_string.html3 dwarf_add_AT_dataref.html3 dwarf_add_AT_flag.html3 dwarf_add_AT_location_expr.html3 dwarf_add_AT_name.html3 dwarf_add_AT_producer.html3 dwarf_add_AT_ref_address.html3 dwarf_add_AT_reference.html3 dwarf_add_AT_signed_const.html3 dwarf_add_AT_string.html3 dwarf_add_AT_targ_address.html3 dwarf_add_die_to_debug.html3 dwarf_add_directory_decl.html3 dwarf_add_expr_addr.html3 dwarf_add_expr_gen.html3 dwarf_add_fde_inst.html3 dwarf_add_file_decl.html3 dwarf_add_frame_cie.html3 dwarf_add_frame_fde.html3 dwarf_add_funcname.html3 dwarf_add_line_entry.html3 dwarf_add_pubname.html3 dwarf_add_typename.html3 dwarf_add_varname.html3 dwarf_add_weakname.html3 dwarf_attr.html3 dwarf_attrlist.html3 dwarf_attrval_signed.html3 dwarf_child.html3 dwarf_dealloc.html3 dwarf_def_macro.html3 dwarf_die_abbrev_code.html3 dwarf_die_link.html3 dwarf_diename.html3 dwarf_dieoffset.html3 dwarf_end_macro_file.html3 dwarf_errmsg.html3 dwarf_errno.html3 dwarf_expand_frame_instructions.html3 dwarf_expr_current_offset.html3 dwarf_expr_into_block.html3 dwarf_fde_cfa_offset.html3 dwarf_find_macro_value_start.html3 dwarf_finish.html3 dwarf_formaddr.html3 dwarf_formblock.html3 dwarf_formexprloc.html3 dwarf_formflag.html3 dwarf_formref.html3 dwarf_formsig8.html3 dwarf_formstring.html3 dwarf_formudata.html3 dwarf_get_abbrev.html3 dwarf_get_abbrev_children_flag.html3 dwarf_get_abbrev_code.html3 dwarf_get_abbrev_entry.html3 dwarf_get_abbrev_tag.html3 dwarf_get_address_size.html3 dwarf_get_arange.html3 dwarf_get_arange_info.html3 dwarf_get_aranges.html3 dwarf_get_AT_name.html3 dwarf_get_cie_index.html3 dwarf_get_cie_info.html3 dwarf_get_cie_of_fde.html3 dwarf_get_cu_die_offset.html3 dwarf_get_elf.html3 dwarf_get_fde_at_pc.html3 dwarf_get_fde_info_for_all_regs.html3 dwarf_get_fde_info_for_all_regs3.html3 dwarf_get_fde_info_for_cfa_reg3.html3 dwarf_get_fde_info_for_reg.html3 dwarf_get_fde_info_for_reg3.html3 dwarf_get_fde_instr_bytes.html3 dwarf_get_fde_list.html3 dwarf_get_fde_n.html3 dwarf_get_fde_range.html3 dwarf_get_form_class.html3 dwarf_get_funcs.html3 dwarf_get_globals.html3 dwarf_get_loclist_entry.html3 dwarf_get_macro_details.html3 dwarf_get_pubtypes.html3 dwarf_get_ranges.html3 dwarf_get_relocation_info.html3 dwarf_get_relocation_info_count.html3 dwarf_get_section_bytes.html3 dwarf_get_str.html3 dwarf_get_types.html3 dwarf_get_vars.html3 dwarf_get_weaks.html3 dwarf_hasattr.html3 dwarf_hasform.html3 dwarf_highpc.html3 dwarf_init.html3 dwarf_lineno.html3 dwarf_lne_end_sequence.html3 dwarf_lne_set_address.html3 dwarf_loclist.html3 dwarf_loclist_from_expr.html3 dwarf_new_die.html3 dwarf_new_expr.html3 dwarf_new_fde.html3 dwarf_next_cu_header.html3 dwarf_object_init.html3 dwarf_producer_init.html3 dwarf_producer_set_isa.html3 dwarf_reset_section_bytes.html3 dwarf_seterrarg.html3 dwarf_set_frame_cfa_value.html3 dwarf_set_reloc_application.html3 dwarf_srcfiles.html3 dwarf_srclines.html3 dwarf_start_macro_file.html3 dwarf_tag.html3 dwarf_transform_to_disk_form.html3 dwarf_undef_macro.html3 dwarf_vendor_ext.html3 dwarf_whatattr.html3 .depend dwarf_abbrev.d dwarf_arange.d dwarf_attr.d dwarf_attrval.d dwarf_cu.d dwarf_dealloc.d dwarf_die.d dwarf_dump.d dwarf_errmsg.d dwarf_finish.d dwarf_form.d dwarf_frame.d dwarf_funcs.d dwarf_init.d dwarf_lineno.d dwarf_loclist.d dwarf_macinfo.d dwarf_pro_arange.d dwarf_pro_attr.d dwarf_pro_die.d dwarf_pro_expr.d dwarf_pro_finish.d dwarf_pro_frame.d dwarf_pro_funcs.d dwarf_pro_init.d dwarf_pro_lineno.d dwarf_pro_macinfo.d dwarf_pro_pubnames.d dwarf_pro_reloc.d dwarf_pro_sections.d dwarf_pro_types.d dwarf_pro_vars.d dwarf_pro_weaks.d dwarf_pubnames.d dwarf_pubtypes.d dwarf_ranges.d dwarf_reloc.d dwarf_seterror.d dwarf_str.d dwarf_types.d dwarf_vars.d dwarf_weaks.d libdwarf.d libdwarf_abbrev.d libdwarf_arange.d libdwarf_attr.d libdwarf_die.d libdwarf_elf_access.d libdwarf_elf_init.d libdwarf_error.d libdwarf_frame.d libdwarf_info.d libdwarf_init.d libdwarf_lineno.d libdwarf_loc.d libdwarf_loclist.d libdwarf_macinfo.d libdwarf_nametbl.d libdwarf_ranges.d libdwarf_reloc.d libdwarf_rw.d libdwarf_sections.d libdwarf_str.d dwarf_abbrev.d.tmp dwarf_arange.d.tmp dwarf_attr.d.tmp dwarf_attrval.d.tmp dwarf_cu.d.tmp dwarf_dealloc.d.tmp dwarf_die.d.tmp dwarf_dump.d.tmp dwarf_errmsg.d.tmp dwarf_finish.d.tmp dwarf_form.d.tmp dwarf_frame.d.tmp dwarf_funcs.d.tmp dwarf_init.d.tmp dwarf_lineno.d.tmp dwarf_loclist.d.tmp dwarf_macinfo.d.tmp dwarf_pro_arange.d.tmp dwarf_pro_attr.d.tmp dwarf_pro_die.d.tmp dwarf_pro_expr.d.tmp dwarf_pro_finish.d.tmp dwarf_pro_frame.d.tmp dwarf_pro_funcs.d.tmp dwarf_pro_init.d.tmp dwarf_pro_lineno.d.tmp dwarf_pro_macinfo.d.tmp dwarf_pro_pubnames.d.tmp dwarf_pro_reloc.d.tmp dwarf_pro_sections.d.tmp dwarf_pro_types.d.tmp dwarf_pro_vars.d.tmp dwarf_pro_weaks.d.tmp dwarf_pubnames.d.tmp dwarf_pubtypes.d.tmp dwarf_ranges.d.tmp dwarf_reloc.d.tmp dwarf_seterror.d.tmp dwarf_str.d.tmp dwarf_types.d.tmp dwarf_vars.d.tmp dwarf_weaks.d.tmp libdwarf.d.tmp libdwarf_abbrev.d.tmp libdwarf_arange.d.tmp libdwarf_attr.d.tmp libdwarf_die.d.tmp libdwarf_elf_access.d.tmp libdwarf_elf_init.d.tmp libdwarf_error.d.tmp libdwarf_frame.d.tmp libdwarf_info.d.tmp libdwarf_init.d.tmp libdwarf_lineno.d.tmp libdwarf_loc.d.tmp libdwarf_loclist.d.tmp libdwarf_macinfo.d.tmp libdwarf_nametbl.d.tmp libdwarf_ranges.d.tmp libdwarf_reloc.d.tmp libdwarf_rw.d.tmp libdwarf_sections.d.tmp libdwarf_str.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/dhcpcd/sbin/dhcpcd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dhcpcd common.o control.o dhcpcd.o duid.o eloop.o logerr.o if.o if-options.o route.o sa.o script.o dhcp-common.o dhcpcd-embedded.o if-bsd.o privsep.o privsep-root.o privsep-inet.o privsep-control.o privsep-bsd.o auth.o bpf.o dhcp.o ipv4.o privsep-bpf.o arp.o ipv4ll.o ipv6.o ipv6nd.o dhcp6.o common.ln control.ln dhcpcd.ln duid.ln eloop.ln logerr.ln if.ln if-options.ln route.ln sa.ln script.ln dhcp-common.ln dhcpcd-embedded.ln if-bsd.ln privsep.ln privsep-root.ln privsep-inet.ln privsep-control.ln privsep-bsd.ln auth.ln bpf.ln dhcp.ln ipv4.ln privsep-bpf.ln arp.ln ipv4ll.ln ipv6.ln ipv6nd.ln dhcp6.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/dhcpcd/sbin/dhcpcd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dhcpcd common.o control.o dhcpcd.o duid.o eloop.o logerr.o if.o if-options.o route.o sa.o script.o dhcp-common.o dhcpcd-embedded.o if-bsd.o privsep.o privsep-root.o privsep-inet.o privsep-control.o privsep-bsd.o auth.o bpf.o dhcp.o ipv4.o privsep-bpf.o arp.o ipv4ll.o ipv6.o ipv6nd.o dhcp6.o common.ln control.ln dhcpcd.ln duid.ln eloop.ln logerr.ln if.ln if-options.ln route.ln sa.ln script.ln dhcp-common.ln dhcpcd-embedded.ln if-bsd.ln privsep.ln privsep-root.ln privsep-inet.ln privsep-control.ln privsep-bsd.ln auth.ln bpf.ln dhcp.ln ipv4.ln privsep-bpf.ln arp.ln ipv4ll.ln ipv6.ln ipv6nd.ln dhcp6.ln || true) --- cleandir-lib --- --- cleandir-../external/bsd/liblzf/lib --- cleandir ===> lib/../external/bsd/liblzf/lib --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/dhcpcd/sbin/dhcpcd && rm -f dhcpcd.conf.html5 dhcpcd.html8 .depend arp.d auth.d bpf.d common.d control.d dhcp-common.d dhcp.d dhcp6.d dhcpcd-embedded.d dhcpcd.d duid.d eloop.d if-bsd.d if-options.d if.d ipv4.d ipv4ll.d ipv6.d ipv6nd.d logerr.d privsep-bpf.d privsep-bsd.d privsep-control.d privsep-inet.d privsep-root.d privsep.d route.d sa.d script.d arp.d.tmp auth.d.tmp bpf.d.tmp common.d.tmp control.d.tmp dhcp-common.d.tmp dhcp.d.tmp dhcp6.d.tmp dhcpcd-embedded.d.tmp dhcpcd.d.tmp duid.d.tmp eloop.d.tmp if-bsd.d.tmp if-options.d.tmp if.d.tmp ipv4.d.tmp ipv4ll.d.tmp ipv6.d.tmp ipv6nd.d.tmp logerr.d.tmp privsep-bpf.d.tmp privsep-bsd.d.tmp privsep-control.d.tmp privsep-inet.d.tmp privsep-root.d.tmp privsep.d.tmp route.d.tmp sa.d.tmp script.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f liblzf.a lzf_c.o lzf_d.o lzf_c.o.tmp lzf_d.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/dhcpcd/sbin/dhcpcd && rm -f dhcpcd.conf.html5 dhcpcd.html8 .depend arp.d auth.d bpf.d common.d control.d dhcp-common.d dhcp.d dhcp6.d dhcpcd-embedded.d dhcpcd.d duid.d eloop.d if-bsd.d if-options.d if.d ipv4.d ipv4ll.d ipv6.d ipv6nd.d logerr.d privsep-bpf.d privsep-bsd.d privsep-control.d privsep-inet.d privsep-root.d privsep.d route.d sa.d script.d arp.d.tmp auth.d.tmp bpf.d.tmp common.d.tmp control.d.tmp dhcp-common.d.tmp dhcp.d.tmp dhcp6.d.tmp dhcpcd-embedded.d.tmp dhcpcd.d.tmp duid.d.tmp eloop.d.tmp if-bsd.d.tmp if-options.d.tmp if.d.tmp ipv4.d.tmp ipv4ll.d.tmp ipv6.d.tmp ipv6nd.d.tmp logerr.d.tmp privsep-bpf.d.tmp privsep-bsd.d.tmp privsep-control.d.tmp privsep-inet.d.tmp privsep-root.d.tmp privsep.d.tmp route.d.tmp sa.d.tmp script.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f liblzf.a lzf_c.o lzf_d.o lzf_c.o.tmp lzf_d.o.tmp || true) --- cleandir-external --- --- cleandir-libexec --- cleandir ===> external/bsd/dhcpcd/libexec --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f liblzf_p.a lzf_c.po lzf_d.po lzf_c.po.tmp lzf_d.po.tmp || true) --- cleandir-external --- --- cleandir-dhcpcd-run-hooks --- cleandir ===> external/bsd/dhcpcd/libexec/dhcpcd-run-hooks --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f liblzf_p.a lzf_c.po lzf_d.po lzf_c.po.tmp lzf_d.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f liblzf_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/dhcpcd/libexec/dhcpcd-run-hooks && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f liblzf_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/dhcpcd/libexec/dhcpcd-run-hooks && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f liblzf_pic.a liblzf.so.* liblzf.so lzf_c.pico lzf_d.pico lzf_c.pico.tmp lzf_d.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/dhcpcd/libexec/dhcpcd-run-hooks && rm -f dhcpcd-run-hooks.html8 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f liblzf_pic.a liblzf.so.* liblzf.so lzf_c.pico lzf_d.pico lzf_c.pico.tmp lzf_d.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/dhcpcd/libexec/dhcpcd-run-hooks && rm -f dhcpcd-run-hooks.html8 || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-dhcpcd-hooks --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f llib-llzf.ln lzf_c.ln lzf_d.ln || true) --- cleandir-external --- cleandir ===> external/bsd/dhcpcd/libexec/dhcpcd-hooks --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f llib-llzf.ln lzf_c.ln lzf_d.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/dhcpcd/libexec/dhcpcd-hooks && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f liblzf.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/dhcpcd/libexec/dhcpcd-hooks && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f liblzf.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f .depend lzf_c.d lzf_d.d lzf_c.d.tmp lzf_d.d.tmp tags || true) --- cleandir-external --- --- cleandir-examples --- cleandir ===> external/bsd/dhcpcd/examples --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f .depend lzf_c.d lzf_d.d lzf_c.d.tmp lzf_d.d.tmp tags || true) --- cleandir-external --- --- cleandir-conf --- --- cleandir-lib --- --- cleandir-../external/bsd/libpcap/lib --- --- cleandir-external --- cleandir ===> external/bsd/dhcpcd/examples/conf --- cleandir-lib --- cleandir ===> lib/../external/bsd/libpcap/lib --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/dhcpcd/examples/conf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/dhcpcd/examples/conf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-hooks --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f libpcap.a bpf_dump.o bpf_filter.o bpf_image.o etherent.o fad-getad.o fmtutils.o gencode.o grammar.o nametoaddr.o optimize.o pcap-bpf.o pcap-common.o pcap-new.o pcap-rpcap.o pcap-rpcap-unix.o pcap.o rpcap-protocol.o savefile.o scanner.o sf-pcap.o sf-pcapng.o sockutils.o bpf_dump.o.tmp bpf_filter.o.tmp bpf_image.o.tmp etherent.o.tmp fad-getad.o.tmp fmtutils.o.tmp gencode.o.tmp grammar.o.tmp nametoaddr.o.tmp optimize.o.tmp pcap-bpf.o.tmp pcap-common.o.tmp pcap-new.o.tmp pcap-rpcap.o.tmp pcap-rpcap-unix.o.tmp pcap.o.tmp rpcap-protocol.o.tmp savefile.o.tmp scanner.o.tmp sf-pcap.o.tmp sf-pcapng.o.tmp sockutils.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/dhcpcd/examples/hooks --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f libpcap.a bpf_dump.o bpf_filter.o bpf_image.o etherent.o fad-getad.o fmtutils.o gencode.o grammar.o nametoaddr.o optimize.o pcap-bpf.o pcap-common.o pcap-new.o pcap-rpcap.o pcap-rpcap-unix.o pcap.o rpcap-protocol.o savefile.o scanner.o sf-pcap.o sf-pcapng.o sockutils.o bpf_dump.o.tmp bpf_filter.o.tmp bpf_image.o.tmp etherent.o.tmp fad-getad.o.tmp fmtutils.o.tmp gencode.o.tmp grammar.o.tmp nametoaddr.o.tmp optimize.o.tmp pcap-bpf.o.tmp pcap-common.o.tmp pcap-new.o.tmp pcap-rpcap.o.tmp pcap-rpcap-unix.o.tmp pcap.o.tmp rpcap-protocol.o.tmp savefile.o.tmp scanner.o.tmp sf-pcap.o.tmp sf-pcapng.o.tmp sockutils.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/dhcpcd/examples/hooks && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f libpcap_p.a bpf_dump.po bpf_filter.po bpf_image.po etherent.po fad-getad.po fmtutils.po gencode.po grammar.po nametoaddr.po optimize.po pcap-bpf.po pcap-common.po pcap-new.po pcap-rpcap.po pcap-rpcap-unix.po pcap.po rpcap-protocol.po savefile.po scanner.po sf-pcap.po sf-pcapng.po sockutils.po bpf_dump.po.tmp bpf_filter.po.tmp bpf_image.po.tmp etherent.po.tmp fad-getad.po.tmp fmtutils.po.tmp gencode.po.tmp grammar.po.tmp nametoaddr.po.tmp optimize.po.tmp pcap-bpf.po.tmp pcap-common.po.tmp pcap-new.po.tmp pcap-rpcap.po.tmp pcap-rpcap-unix.po.tmp pcap.po.tmp rpcap-protocol.po.tmp savefile.po.tmp scanner.po.tmp sf-pcap.po.tmp sf-pcapng.po.tmp sockutils.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/dhcpcd/examples/hooks && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f libpcap_p.a bpf_dump.po bpf_filter.po bpf_image.po etherent.po fad-getad.po fmtutils.po gencode.po grammar.po nametoaddr.po optimize.po pcap-bpf.po pcap-common.po pcap-new.po pcap-rpcap.po pcap-rpcap-unix.po pcap.po rpcap-protocol.po savefile.po scanner.po sf-pcap.po sf-pcapng.po sockutils.po bpf_dump.po.tmp bpf_filter.po.tmp bpf_image.po.tmp etherent.po.tmp fad-getad.po.tmp fmtutils.po.tmp gencode.po.tmp grammar.po.tmp nametoaddr.po.tmp optimize.po.tmp pcap-bpf.po.tmp pcap-common.po.tmp pcap-new.po.tmp pcap-rpcap.po.tmp pcap-rpcap-unix.po.tmp pcap.po.tmp rpcap-protocol.po.tmp savefile.po.tmp scanner.po.tmp sf-pcap.po.tmp sf-pcapng.po.tmp sockutils.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-elftoolchain/common --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f libpcap_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/elftoolchain/common --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f libpcap_g.a || true) --- cleandir-external --- --- clean --- rm -f --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-sys --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f libpcap_pic.a libpcap.so.* libpcap.so bpf_dump.pico bpf_filter.pico bpf_image.pico etherent.pico fad-getad.pico fmtutils.pico gencode.pico grammar.pico nametoaddr.pico optimize.pico pcap-bpf.pico pcap-common.pico pcap-new.pico pcap-rpcap.pico pcap-rpcap-unix.pico pcap.pico rpcap-protocol.pico savefile.pico scanner.pico sf-pcap.pico sf-pcapng.pico sockutils.pico bpf_dump.pico.tmp bpf_filter.pico.tmp bpf_image.pico.tmp etherent.pico.tmp fad-getad.pico.tmp fmtutils.pico.tmp gencode.pico.tmp grammar.pico.tmp nametoaddr.pico.tmp optimize.pico.tmp pcap-bpf.pico.tmp pcap-common.pico.tmp pcap-new.pico.tmp pcap-rpcap.pico.tmp pcap-rpcap-unix.pico.tmp pcap.pico.tmp rpcap-protocol.pico.tmp savefile.pico.tmp scanner.pico.tmp sf-pcap.pico.tmp sf-pcapng.pico.tmp sockutils.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/elftoolchain/common/sys --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f libpcap_pic.a libpcap.so.* libpcap.so bpf_dump.pico bpf_filter.pico bpf_image.pico etherent.pico fad-getad.pico fmtutils.pico gencode.pico grammar.pico nametoaddr.pico optimize.pico pcap-bpf.pico pcap-common.pico pcap-new.pico pcap-rpcap.pico pcap-rpcap-unix.pico pcap.pico rpcap-protocol.pico savefile.pico scanner.pico sf-pcap.pico sf-pcapng.pico sockutils.pico bpf_dump.pico.tmp bpf_filter.pico.tmp bpf_image.pico.tmp etherent.pico.tmp fad-getad.pico.tmp fmtutils.pico.tmp gencode.pico.tmp grammar.pico.tmp nametoaddr.pico.tmp optimize.pico.tmp pcap-bpf.pico.tmp pcap-common.pico.tmp pcap-new.pico.tmp pcap-rpcap.pico.tmp pcap-rpcap-unix.pico.tmp pcap.pico.tmp rpcap-protocol.pico.tmp savefile.pico.tmp scanner.pico.tmp sf-pcap.pico.tmp sf-pcapng.pico.tmp sockutils.pico.tmp || true) --- cleandir-external --- --- clean --- rm -f elfdefinitions.h --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-ekermit --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f llib-lpcap.ln bpf_dump.ln bpf_filter.ln bpf_image.ln etherent.ln fad-getad.ln fmtutils.ln gencode.ln nametoaddr.ln optimize.ln pcap-bpf.ln pcap-common.ln pcap-new.ln pcap-rpcap.ln pcap-rpcap-unix.ln pcap.ln rpcap-protocol.ln savefile.ln sf-pcap.ln sf-pcapng.ln sockutils.ln || true) --- cleandir-external --- cleandir ===> external/bsd/ekermit --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f llib-lpcap.ln bpf_dump.ln bpf_filter.ln bpf_image.ln etherent.ln fad-getad.ln fmtutils.ln gencode.ln nametoaddr.ln optimize.ln pcap-bpf.ln pcap-common.ln pcap-new.ln pcap-rpcap.ln pcap-rpcap-unix.ln pcap.ln rpcap-protocol.ln savefile.ln sf-pcap.ln sf-pcapng.ln sockutils.ln || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/bsd/ekermit/bin --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f pcap_activate.3 pcap_breakloop.3 pcap_can_set_rfmon.3 pcap_close.3 pcap_create.3 pcap_datalink_name_to_val.3 pcap_datalink_val_to_name.3 pcap_dump.3 pcap_dump_close.3 pcap_dump_file.3 pcap_dump_flush.3 pcap_dump_ftell.3 pcap_file.3 pcap_fileno.3 pcap_findalldevs.3 pcap_freecode.3 pcap_get_required_select_timeout.3 pcap_get_selectable_fd.3 pcap_geterr.3 pcap_inject.3 pcap_is_swapped.3 pcap_lib_version.3 pcap_lookupdev.3 pcap_lookupnet.3 pcap_loop.3 pcap_major_version.3 pcap_next_ex.3 pcap_offline_filter.3 pcap_open_live.3 pcap_set_buffer_size.3 pcap_set_datalink.3 pcap_set_promisc.3 pcap_set_rfmon.3 pcap_set_snaplen.3 pcap_set_timeout.3 pcap_setdirection.3 pcap_setfilter.3 pcap_setnonblock.3 pcap_snapshot.3 pcap_stats.3 pcap_statustostr.3 pcap_strerror.3 pcap_tstamp_type_name_to_val.3 pcap_tstamp_type_val_to_name.3 pcap.3 pcap_compile.3 pcap_datalink.3 pcap_dump_open.3 pcap_get_tstamp_precision.3 pcap_list_datalinks.3 pcap_list_tstamp_types.3 pcap_open_dead.3 pcap_open_offline.3 pcap_set_immediate_mode.3 pcap_set_tstamp_precision.3 pcap_set_tstamp_type.3 pcap.3 pcap_compile.3 pcap_datalink.3 pcap_dump_open.3 pcap_get_tstamp_precision.3 pcap_list_datalinks.3 pcap_list_tstamp_types.3 pcap_open_dead.3 pcap_open_offline.3 pcap_set_immediate_mode.3 pcap_set_tstamp_precision.3 pcap_set_tstamp_type.3 pcap-filter.7 pcap-linktype.7 pcap-tstamp.7 pcap-savefile.5 tokdefs.h scanner.h libpcap.so.8.map grammar.c scanner.c grammar.h a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-ekermit --- cleandir ===> external/bsd/ekermit/bin/ekermit --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f pcap_activate.3 pcap_breakloop.3 pcap_can_set_rfmon.3 pcap_close.3 pcap_create.3 pcap_datalink_name_to_val.3 pcap_datalink_val_to_name.3 pcap_dump.3 pcap_dump_close.3 pcap_dump_file.3 pcap_dump_flush.3 pcap_dump_ftell.3 pcap_file.3 pcap_fileno.3 pcap_findalldevs.3 pcap_freecode.3 pcap_get_required_select_timeout.3 pcap_get_selectable_fd.3 pcap_geterr.3 pcap_inject.3 pcap_is_swapped.3 pcap_lib_version.3 pcap_lookupdev.3 pcap_lookupnet.3 pcap_loop.3 pcap_major_version.3 pcap_next_ex.3 pcap_offline_filter.3 pcap_open_live.3 pcap_set_buffer_size.3 pcap_set_datalink.3 pcap_set_promisc.3 pcap_set_rfmon.3 pcap_set_snaplen.3 pcap_set_timeout.3 pcap_setdirection.3 pcap_setfilter.3 pcap_setnonblock.3 pcap_snapshot.3 pcap_stats.3 pcap_statustostr.3 pcap_strerror.3 pcap_tstamp_type_name_to_val.3 pcap_tstamp_type_val_to_name.3 pcap.3 pcap_compile.3 pcap_datalink.3 pcap_dump_open.3 pcap_get_tstamp_precision.3 pcap_list_datalinks.3 pcap_list_tstamp_types.3 pcap_open_dead.3 pcap_open_offline.3 pcap_set_immediate_mode.3 pcap_set_tstamp_precision.3 pcap_set_tstamp_type.3 pcap.3 pcap_compile.3 pcap_datalink.3 pcap_dump_open.3 pcap_get_tstamp_precision.3 pcap_list_datalinks.3 pcap_list_tstamp_types.3 pcap_open_dead.3 pcap_open_offline.3 pcap_set_immediate_mode.3 pcap_set_tstamp_precision.3 pcap_set_tstamp_type.3 pcap-filter.7 pcap-linktype.7 pcap-tstamp.7 pcap-savefile.5 tokdefs.h scanner.h libpcap.so.8.map grammar.c scanner.c grammar.h a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ekermit/bin/ekermit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ekermit main.o kermit.o unixio.o main.ln kermit.ln unixio.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f pcap_activate.html3 pcap_breakloop.html3 pcap_can_set_rfmon.html3 pcap_close.html3 pcap_create.html3 pcap_datalink_name_to_val.html3 pcap_datalink_val_to_name.html3 pcap_dump.html3 pcap_dump_close.html3 pcap_dump_file.html3 pcap_dump_flush.html3 pcap_dump_ftell.html3 pcap_file.html3 pcap_fileno.html3 pcap_findalldevs.html3 pcap_freecode.html3 pcap_get_required_select_timeout.html3 pcap_get_selectable_fd.html3 pcap_geterr.html3 pcap_inject.html3 pcap_is_swapped.html3 pcap_lib_version.html3 pcap_lookupdev.html3 pcap_lookupnet.html3 pcap_loop.html3 pcap_major_version.html3 pcap_next_ex.html3 pcap_offline_filter.html3 pcap_open_live.html3 pcap_set_buffer_size.html3 pcap_set_datalink.html3 pcap_set_promisc.html3 pcap_set_rfmon.html3 pcap_set_snaplen.html3 pcap_set_timeout.html3 pcap_setdirection.html3 pcap_setfilter.html3 pcap_setnonblock.html3 pcap_snapshot.html3 pcap_stats.html3 pcap_statustostr.html3 pcap_strerror.html3 pcap_tstamp_type_name_to_val.html3 pcap_tstamp_type_val_to_name.html3 pcap.html3 pcap_compile.html3 pcap_datalink.html3 pcap_dump_open.html3 pcap_get_tstamp_precision.html3 pcap_list_datalinks.html3 pcap_list_tstamp_types.html3 pcap_open_dead.html3 pcap_open_offline.html3 pcap_set_immediate_mode.html3 pcap_set_tstamp_precision.html3 pcap_set_tstamp_type.html3 pcap.html3 pcap_compile.html3 pcap_datalink.html3 pcap_dump_open.html3 pcap_get_tstamp_precision.html3 pcap_list_datalinks.html3 pcap_list_tstamp_types.html3 pcap_open_dead.html3 pcap_open_offline.html3 pcap_set_immediate_mode.html3 pcap_set_tstamp_precision.html3 pcap_set_tstamp_type.html3 pcap-filter.html7 pcap-linktype.html7 pcap-tstamp.html7 pcap-savefile.html5 .depend bpf_dump.d bpf_filter.d bpf_image.d etherent.d fad-getad.d fmtutils.d gencode.d grammar.d nametoaddr.d optimize.d pcap-bpf.d pcap-common.d pcap-new.d pcap-rpcap-unix.d pcap-rpcap.d pcap.d rpcap-protocol.d savefile.d scanner.d sf-pcap.d sf-pcapng.d sockutils.d bpf_dump.d.tmp bpf_filter.d.tmp bpf_image.d.tmp etherent.d.tmp fad-getad.d.tmp fmtutils.d.tmp gencode.d.tmp grammar.d.tmp nametoaddr.d.tmp optimize.d.tmp pcap-bpf.d.tmp pcap-common.d.tmp pcap-new.d.tmp pcap-rpcap-unix.d.tmp pcap-rpcap.d.tmp pcap.d.tmp rpcap-protocol.d.tmp savefile.d.tmp scanner.d.tmp sf-pcap.d.tmp sf-pcapng.d.tmp sockutils.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ekermit/bin/ekermit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ekermit main.o kermit.o unixio.o main.ln kermit.ln unixio.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f pcap_activate.html3 pcap_breakloop.html3 pcap_can_set_rfmon.html3 pcap_close.html3 pcap_create.html3 pcap_datalink_name_to_val.html3 pcap_datalink_val_to_name.html3 pcap_dump.html3 pcap_dump_close.html3 pcap_dump_file.html3 pcap_dump_flush.html3 pcap_dump_ftell.html3 pcap_file.html3 pcap_fileno.html3 pcap_findalldevs.html3 pcap_freecode.html3 pcap_get_required_select_timeout.html3 pcap_get_selectable_fd.html3 pcap_geterr.html3 pcap_inject.html3 pcap_is_swapped.html3 pcap_lib_version.html3 pcap_lookupdev.html3 pcap_lookupnet.html3 pcap_loop.html3 pcap_major_version.html3 pcap_next_ex.html3 pcap_offline_filter.html3 pcap_open_live.html3 pcap_set_buffer_size.html3 pcap_set_datalink.html3 pcap_set_promisc.html3 pcap_set_rfmon.html3 pcap_set_snaplen.html3 pcap_set_timeout.html3 pcap_setdirection.html3 pcap_setfilter.html3 pcap_setnonblock.html3 pcap_snapshot.html3 pcap_stats.html3 pcap_statustostr.html3 pcap_strerror.html3 pcap_tstamp_type_name_to_val.html3 pcap_tstamp_type_val_to_name.html3 pcap.html3 pcap_compile.html3 pcap_datalink.html3 pcap_dump_open.html3 pcap_get_tstamp_precision.html3 pcap_list_datalinks.html3 pcap_list_tstamp_types.html3 pcap_open_dead.html3 pcap_open_offline.html3 pcap_set_immediate_mode.html3 pcap_set_tstamp_precision.html3 pcap_set_tstamp_type.html3 pcap.html3 pcap_compile.html3 pcap_datalink.html3 pcap_dump_open.html3 pcap_get_tstamp_precision.html3 pcap_list_datalinks.html3 pcap_list_tstamp_types.html3 pcap_open_dead.html3 pcap_open_offline.html3 pcap_set_immediate_mode.html3 pcap_set_tstamp_precision.html3 pcap_set_tstamp_type.html3 pcap-filter.html7 pcap-linktype.html7 pcap-tstamp.html7 pcap-savefile.html5 .depend bpf_dump.d bpf_filter.d bpf_image.d etherent.d fad-getad.d fmtutils.d gencode.d grammar.d nametoaddr.d optimize.d pcap-bpf.d pcap-common.d pcap-new.d pcap-rpcap-unix.d pcap-rpcap.d pcap.d rpcap-protocol.d savefile.d scanner.d sf-pcap.d sf-pcapng.d sockutils.d bpf_dump.d.tmp bpf_filter.d.tmp bpf_image.d.tmp etherent.d.tmp fad-getad.d.tmp fmtutils.d.tmp gencode.d.tmp grammar.d.tmp nametoaddr.d.tmp optimize.d.tmp pcap-bpf.d.tmp pcap-common.d.tmp pcap-new.d.tmp pcap-rpcap-unix.d.tmp pcap-rpcap.d.tmp pcap.d.tmp rpcap-protocol.d.tmp savefile.d.tmp scanner.d.tmp sf-pcap.d.tmp sf-pcapng.d.tmp sockutils.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ekermit/bin/ekermit && rm -f ekermit.html1 .depend kermit.d main.d unixio.d kermit.d.tmp main.d.tmp unixio.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/bsd/sljit/lib --- cleandir ===> lib/../external/bsd/sljit/lib --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ekermit/bin/ekermit && rm -f ekermit.html1 .depend kermit.d main.d unixio.d kermit.d.tmp main.d.tmp unixio.d.tmp tags || true) --- cleandir-elftosb --- cleandir ===> external/bsd/elftosb --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/sljit/lib && rm -f libsljit.a sljitLir.o sljitLir.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/elftosb/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/sljit/lib && rm -f libsljit.a sljitLir.o sljitLir.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/sljit/lib && rm -f libsljit_p.a || true) --- cleandir-external --- --- cleandir-usr.sbin --- cleandir ===> external/bsd/elftosb/usr.sbin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/sljit/lib && rm -f libsljit_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/sljit/lib && rm -f libsljit_g.a || true) --- cleandir-external --- --- cleandir-elftosb --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/sljit/lib && rm -f libsljit_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/elftosb/usr.sbin/elftosb --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/sljit/lib && rm -f libsljit_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/sljit/lib && rm -f libsljit_pic.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftosb/usr.sbin/elftosb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/sljit/lib && rm -f llib-lsljit.ln sljitLir.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftosb/usr.sbin/elftosb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/sljit/lib && rm -f llib-lsljit.ln sljitLir.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftosb/usr.sbin/elftosb && rm -f elftosb.html8 || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/sljit/lib && rm -f libsljit.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftosb/usr.sbin/elftosb && rm -f elftosb.html8 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/sljit/lib && rm -f libsljit.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-sbkeygen --- cleandir ===> external/bsd/elftosb/usr.sbin/sbkeygen --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/sljit/lib && rm -f .depend sljitLir.d sljitLir.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/sljit/lib && rm -f .depend sljitLir.d sljitLir.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-libbpfjit --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftosb/usr.sbin/sbkeygen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- cleandir ===> lib/libbpfjit --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftosb/usr.sbin/sbkeygen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbpfjit && rm -f libbpfjit.a bpfjit.o bpfjit.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftosb/usr.sbin/sbkeygen && rm -f sbkeygen.html8 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbpfjit && rm -f libbpfjit.a bpfjit.o bpfjit.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftosb/usr.sbin/sbkeygen && rm -f sbkeygen.html8 || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbpfjit && rm -f libbpfjit_p.a || true) --- cleandir-external --- --- cleandir-sbtool --- cleandir ===> external/bsd/elftosb/usr.sbin/sbtool --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbpfjit && rm -f libbpfjit_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbpfjit && rm -f libbpfjit_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbpfjit && rm -f libbpfjit_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftosb/usr.sbin/sbtool && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftosb/usr.sbin/sbtool && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbpfjit && rm -f libbpfjit_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbpfjit && rm -f libbpfjit_pic.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/elftosb/usr.sbin/sbtool && rm -f sbtool.html8 || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/elftosb/usr.sbin/sbtool && rm -f sbtool.html8 || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbpfjit && rm -f llib-lbpfjit.ln bpfjit.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbpfjit && rm -f llib-lbpfjit.ln bpfjit.ln || true) --- cleandir-external --- --- cleandir-fetch --- cleandir ===> external/bsd/fetch --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbpfjit && rm -f libbpfjit.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-lib --- cleandir ===> external/bsd/fetch/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbpfjit && rm -f libbpfjit.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libbpfjit && rm -f .depend bpfjit.d bpfjit.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libbpfjit && rm -f .depend bpfjit.d bpfjit.d.tmp tags || true) --- cleandir-../external/bsd/libnv/lib --- cleandir ===> lib/../external/bsd/libnv/lib --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f libfetch.a fetch.o common.o ftp.o http.o file.o fetch.o.tmp common.o.tmp ftp.o.tmp http.o.tmp file.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f libnv.a dnvlist.o msgio.o nvlist.o nvpair.o nv_kern_netbsd.o dnvlist.o.tmp msgio.o.tmp nvlist.o.tmp nvpair.o.tmp nv_kern_netbsd.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f libfetch.a fetch.o common.o ftp.o http.o file.o fetch.o.tmp common.o.tmp ftp.o.tmp http.o.tmp file.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f libnv.a dnvlist.o msgio.o nvlist.o nvpair.o nv_kern_netbsd.o dnvlist.o.tmp msgio.o.tmp nvlist.o.tmp nvpair.o.tmp nv_kern_netbsd.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f libfetch_p.a fetch.po common.po ftp.po http.po file.po fetch.po.tmp common.po.tmp ftp.po.tmp http.po.tmp file.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f libnv_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f libfetch_p.a fetch.po common.po ftp.po http.po file.po fetch.po.tmp common.po.tmp ftp.po.tmp http.po.tmp file.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f libnv_p.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f libfetch_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f libnv_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f libfetch_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f libnv_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f libfetch_pic.a libfetch.so.* libfetch.so fetch.pico common.pico ftp.pico http.pico file.pico fetch.pico.tmp common.pico.tmp ftp.pico.tmp http.pico.tmp file.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f libnv_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f libfetch_pic.a libfetch.so.* libfetch.so fetch.pico common.pico ftp.pico http.pico file.pico fetch.pico.tmp common.pico.tmp ftp.pico.tmp http.pico.tmp file.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f libnv_pic.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f llib-lfetch.ln fetch.ln common.ln ftp.ln http.ln file.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f llib-lnv.ln dnvlist.ln msgio.ln nvlist.ln nvpair.ln nv_kern_netbsd.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f llib-lfetch.ln fetch.ln common.ln ftp.ln http.ln file.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f llib-lnv.ln dnvlist.ln msgio.ln nvlist.ln nvpair.ln nv_kern_netbsd.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f ftperr.h httperr.h ftperr.h httperr.h libfetch.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f libnv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f ftperr.h httperr.h ftperr.h httperr.h libfetch.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f libnv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f fetch.html3 .depend common.d fetch.d file.d ftp.d http.d common.d.tmp fetch.d.tmp file.d.tmp ftp.d.tmp http.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f .depend dnvlist.d msgio.d nv_kern_netbsd.d nvlist.d nvpair.d dnvlist.d.tmp msgio.d.tmp nv_kern_netbsd.d.tmp nvlist.d.tmp nvpair.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f fetch.html3 .depend common.d fetch.d file.d ftp.d http.d common.d.tmp fetch.d.tmp file.d.tmp ftp.d.tmp http.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f .depend dnvlist.d msgio.d nv_kern_netbsd.d nvlist.d nvpair.d dnvlist.d.tmp msgio.d.tmp nv_kern_netbsd.d.tmp nvlist.d.tmp nvpair.d.tmp tags || true) --- cleandir-external --- --- cleandir-file --- --- cleandir-lib --- --- cleandir-../external/cddl/osnet/lib/libavl --- --- cleandir-external --- cleandir ===> external/bsd/file --- cleandir-lib --- cleandir ===> lib/../external/cddl/osnet/lib/libavl --- cleandir-external --- --- cleandir-lib --- cleandir ===> external/bsd/file/lib sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/Makefile.inc" line 17: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne "s/^PACKAGE_VERSION='\([^']*\)'/\1/p" /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib/../Makefile.inc" line 17: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne "s/^PACKAGE_VERSION='\([^']*\)'/\1/p" /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/dist/configure" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f libavl.a avl.o avl.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f libavl.a avl.o avl.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f libavl_p.a avl.po avl.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f libavl_p.a avl.po avl.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f libavl_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f libavl_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f libmagic.a magic.o apprentice.o softmagic.o ascmagic.o compress.o is_json.o is_tar.o readelf.o print.o fsmagic.o apptype.o funcs.o cdf.o readcdf.o cdf_time.o encoding.o der.o buffer.o is_csv.o magic.o.tmp apprentice.o.tmp softmagic.o.tmp ascmagic.o.tmp compress.o.tmp is_json.o.tmp is_tar.o.tmp readelf.o.tmp print.o.tmp fsmagic.o.tmp apptype.o.tmp funcs.o.tmp cdf.o.tmp readcdf.o.tmp cdf_time.o.tmp encoding.o.tmp der.o.tmp buffer.o.tmp is_csv.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f libmagic.a magic.o apprentice.o softmagic.o ascmagic.o compress.o is_json.o is_tar.o readelf.o print.o fsmagic.o apptype.o funcs.o cdf.o readcdf.o cdf_time.o encoding.o der.o buffer.o is_csv.o magic.o.tmp apprentice.o.tmp softmagic.o.tmp ascmagic.o.tmp compress.o.tmp is_json.o.tmp is_tar.o.tmp readelf.o.tmp print.o.tmp fsmagic.o.tmp apptype.o.tmp funcs.o.tmp cdf.o.tmp readcdf.o.tmp cdf_time.o.tmp encoding.o.tmp der.o.tmp buffer.o.tmp is_csv.o.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f libavl_pic.a libavl.so.* libavl.so avl.pico avl.pico.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f libavl_pic.a libavl.so.* libavl.so avl.pico avl.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f libmagic_p.a magic.po apprentice.po softmagic.po ascmagic.po compress.po is_json.po is_tar.po readelf.po print.po fsmagic.po apptype.po funcs.po cdf.po readcdf.po cdf_time.po encoding.po der.po buffer.po is_csv.po magic.po.tmp apprentice.po.tmp softmagic.po.tmp ascmagic.po.tmp compress.po.tmp is_json.po.tmp is_tar.po.tmp readelf.po.tmp print.po.tmp fsmagic.po.tmp apptype.po.tmp funcs.po.tmp cdf.po.tmp readcdf.po.tmp cdf_time.po.tmp encoding.po.tmp der.po.tmp buffer.po.tmp is_csv.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f libmagic_p.a magic.po apprentice.po softmagic.po ascmagic.po compress.po is_json.po is_tar.po readelf.po print.po fsmagic.po apptype.po funcs.po cdf.po readcdf.po cdf_time.po encoding.po der.po buffer.po is_csv.po magic.po.tmp apprentice.po.tmp softmagic.po.tmp ascmagic.po.tmp compress.po.tmp is_json.po.tmp is_tar.po.tmp readelf.po.tmp print.po.tmp fsmagic.po.tmp apptype.po.tmp funcs.po.tmp cdf.po.tmp readcdf.po.tmp cdf_time.po.tmp encoding.po.tmp der.po.tmp buffer.po.tmp is_csv.po.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f llib-lavl.ln avl.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f llib-lavl.ln avl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f libmagic_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f libmagic_g.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f libavl.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f libmagic_pic.a libmagic.so.* libmagic.so magic.pico apprentice.pico softmagic.pico ascmagic.pico compress.pico is_json.pico is_tar.pico readelf.pico print.pico fsmagic.pico apptype.pico funcs.pico cdf.pico readcdf.pico cdf_time.pico encoding.pico der.pico buffer.pico is_csv.pico magic.pico.tmp apprentice.pico.tmp softmagic.pico.tmp ascmagic.pico.tmp compress.pico.tmp is_json.pico.tmp is_tar.pico.tmp readelf.pico.tmp print.pico.tmp fsmagic.pico.tmp apptype.pico.tmp funcs.pico.tmp cdf.pico.tmp readcdf.pico.tmp cdf_time.pico.tmp encoding.pico.tmp der.pico.tmp buffer.pico.tmp is_csv.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f libavl.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f libmagic_pic.a libmagic.so.* libmagic.so magic.pico apprentice.pico softmagic.pico ascmagic.pico compress.pico is_json.pico is_tar.pico readelf.pico print.pico fsmagic.pico apptype.pico funcs.pico cdf.pico readcdf.pico cdf_time.pico encoding.pico der.pico buffer.pico is_csv.pico magic.pico.tmp apprentice.pico.tmp softmagic.pico.tmp ascmagic.pico.tmp compress.pico.tmp is_json.pico.tmp is_tar.pico.tmp readelf.pico.tmp print.pico.tmp fsmagic.pico.tmp apptype.pico.tmp funcs.pico.tmp cdf.pico.tmp readcdf.pico.tmp cdf_time.pico.tmp encoding.pico.tmp der.pico.tmp buffer.pico.tmp is_csv.pico.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f .depend avl.d avl.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f .depend avl.d avl.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f llib-lmagic.ln magic.ln apprentice.ln softmagic.ln ascmagic.ln compress.ln is_json.ln is_tar.ln readelf.ln print.ln fsmagic.ln apptype.ln funcs.ln cdf.ln readcdf.ln cdf_time.ln encoding.ln der.ln buffer.ln is_csv.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f llib-lmagic.ln magic.ln apprentice.ln softmagic.ln ascmagic.ln compress.ln is_json.ln is_tar.ln readelf.ln print.ln fsmagic.ln apptype.ln funcs.ln cdf.ln readcdf.ln cdf_time.ln encoding.ln der.ln buffer.ln is_csv.ln || true) --- cleandir-lib --- --- cleandir-../external/cddl/osnet/lib/libnvpair --- cleandir ===> lib/../external/cddl/osnet/lib/libnvpair --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f magic.h libmagic.so.8.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f magic.h libmagic.so.8.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f libmagic.html3 .depend apprentice.d apptype.d ascmagic.d buffer.d cdf.d cdf_time.d compress.d der.d encoding.d fsmagic.d funcs.d is_csv.d is_json.d is_tar.d magic.d print.d readcdf.d readelf.d softmagic.d apprentice.d.tmp apptype.d.tmp ascmagic.d.tmp buffer.d.tmp cdf.d.tmp cdf_time.d.tmp compress.d.tmp der.d.tmp encoding.d.tmp fsmagic.d.tmp funcs.d.tmp is_csv.d.tmp is_json.d.tmp is_tar.d.tmp magic.d.tmp print.d.tmp readcdf.d.tmp readelf.d.tmp softmagic.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f libnvpair.a libnvpair.o nvpair_alloc_system.o nvpair_alloc_fixed.o nvpair.o fnvpair.o nvpair_json.o libnvpair.o.tmp nvpair_alloc_system.o.tmp nvpair_alloc_fixed.o.tmp nvpair.o.tmp fnvpair.o.tmp nvpair_json.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f libmagic.html3 .depend apprentice.d apptype.d ascmagic.d buffer.d cdf.d cdf_time.d compress.d der.d encoding.d fsmagic.d funcs.d is_csv.d is_json.d is_tar.d magic.d print.d readcdf.d readelf.d softmagic.d apprentice.d.tmp apptype.d.tmp ascmagic.d.tmp buffer.d.tmp cdf.d.tmp cdf_time.d.tmp compress.d.tmp der.d.tmp encoding.d.tmp fsmagic.d.tmp funcs.d.tmp is_csv.d.tmp is_json.d.tmp is_tar.d.tmp magic.d.tmp print.d.tmp readcdf.d.tmp readelf.d.tmp softmagic.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f libnvpair.a libnvpair.o nvpair_alloc_system.o nvpair_alloc_fixed.o nvpair.o fnvpair.o nvpair_json.o libnvpair.o.tmp nvpair_alloc_system.o.tmp nvpair_alloc_fixed.o.tmp nvpair.o.tmp fnvpair.o.tmp nvpair_json.o.tmp || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_p.a libnvpair.po nvpair_alloc_system.po nvpair_alloc_fixed.po nvpair.po fnvpair.po nvpair_json.po libnvpair.po.tmp nvpair_alloc_system.po.tmp nvpair_alloc_fixed.po.tmp nvpair.po.tmp fnvpair.po.tmp nvpair_json.po.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/file/bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_p.a libnvpair.po nvpair_alloc_system.po nvpair_alloc_fixed.po nvpair.po fnvpair.po nvpair_json.po libnvpair.po.tmp nvpair_alloc_system.po.tmp nvpair_alloc_fixed.po.tmp nvpair.po.tmp fnvpair.po.tmp nvpair_json.po.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/Makefile.inc" line 17: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne "s/^PACKAGE_VERSION='\([^']*\)'/\1/p" /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/dist/configure" returned non-zero status --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_g.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/bin/../Makefile.inc" line 17: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne "s/^PACKAGE_VERSION='\([^']*\)'/\1/p" /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/dist/configure" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_pic.a libnvpair.so.* libnvpair.so libnvpair.pico nvpair_alloc_system.pico nvpair_alloc_fixed.pico nvpair.pico fnvpair.pico nvpair_json.pico libnvpair.pico.tmp nvpair_alloc_system.pico.tmp nvpair_alloc_fixed.pico.tmp nvpair.pico.tmp fnvpair.pico.tmp nvpair_json.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_pic.a libnvpair.so.* libnvpair.so libnvpair.pico nvpair_alloc_system.pico nvpair_alloc_fixed.pico nvpair.pico fnvpair.pico nvpair_json.pico libnvpair.pico.tmp nvpair_alloc_system.pico.tmp nvpair_alloc_fixed.pico.tmp nvpair.pico.tmp fnvpair.pico.tmp nvpair_json.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f llib-lnvpair.ln libnvpair.ln nvpair_alloc_system.ln nvpair_alloc_fixed.ln nvpair.ln fnvpair.ln nvpair_json.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f llib-lnvpair.ln libnvpair.ln nvpair_alloc_system.ln nvpair_alloc_fixed.ln nvpair.ln fnvpair.ln nvpair_json.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f libnvpair.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f libnvpair.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/bin && rm -f magic.mgc a.out [Ee]rrs mklog core *.core .gdbinit file file.o file.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/bin && rm -f magic.mgc a.out [Ee]rrs mklog core *.core .gdbinit file file.o file.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f .depend fnvpair.d libnvpair.d nvpair.d nvpair_alloc_fixed.d nvpair_alloc_system.d nvpair_json.d fnvpair.d.tmp libnvpair.d.tmp nvpair.d.tmp nvpair_alloc_fixed.d.tmp nvpair_alloc_system.d.tmp nvpair_json.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f .depend fnvpair.d libnvpair.d nvpair.d nvpair_alloc_fixed.d nvpair_alloc_system.d nvpair_json.d fnvpair.d.tmp libnvpair.d.tmp nvpair.d.tmp nvpair_alloc_fixed.d.tmp nvpair_alloc_system.d.tmp nvpair_json.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/bin && rm -f file.html1 magic.html5 .depend file.d file.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/bin && rm -f file.html1 magic.html5 .depend file.d file.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/cddl/osnet/lib/libumem --- cleandir ===> lib/../external/cddl/osnet/lib/libumem --- cleandir-external --- --- cleandir-flex --- cleandir ===> external/bsd/flex --- cleandir-lib --- cleandir ===> external/bsd/flex/lib --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f libumem.a umem.o umem.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f libl.a libmain.o libyywrap.o libmain.o.tmp libyywrap.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f libumem.a umem.o umem.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f libl.a libmain.o libyywrap.o libmain.o.tmp libyywrap.o.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f libumem_p.a umem.po umem.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f libl_p.a libmain.po libyywrap.po libmain.po.tmp libyywrap.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f libumem_p.a umem.po umem.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f libl_p.a libmain.po libyywrap.po libmain.po.tmp libyywrap.po.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f libumem_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f libl_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f libumem_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f libl_g.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f libumem_pic.a libumem.so.* libumem.so umem.pico umem.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f libl_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f libumem_pic.a libumem.so.* libumem.so umem.pico umem.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f libl_pic.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f llib-lumem.ln umem.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f llib-ll.ln libmain.ln libyywrap.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f llib-lumem.ln umem.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f llib-ll.ln libmain.ln libyywrap.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f libumem.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f libl.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f libumem.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f libl.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f .depend umem.d umem.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/lib && rm -f .depend libmain.d libyywrap.d libmain.d.tmp libyywrap.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f .depend umem.d umem.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/lib && rm -f .depend libmain.d libyywrap.d libmain.d.tmp libyywrap.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/cddl/osnet/lib/libuutil --- --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- cleandir ===> lib/../external/cddl/osnet/lib/libuutil --- cleandir-external --- cleandir ===> external/bsd/flex/bin --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/bin && rm -f skel.c a.out [Ee]rrs mklog core *.core .gdbinit parse.c scan.c parse.h lex buf.o ccl.o dfa.o ecs.o filter.o gen.o main.o misc.o nfa.o options.o parse.o regex.o scan.o scanflags.o scanopt.o skel.o sym.o tables.o tables_shared.o tblcmp.o yylex.o buf.ln ccl.ln dfa.ln ecs.ln filter.ln gen.ln main.ln misc.ln nfa.ln options.ln regex.ln scanflags.ln scanopt.ln skel.ln sym.ln tables.ln tables_shared.ln tblcmp.ln yylex.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/bin && rm -f skel.c a.out [Ee]rrs mklog core *.core .gdbinit parse.c scan.c parse.h lex buf.o ccl.o dfa.o ecs.o filter.o gen.o main.o misc.o nfa.o options.o parse.o regex.o scan.o scanflags.o scanopt.o skel.o sym.o tables.o tables_shared.o tblcmp.o yylex.o buf.ln ccl.ln dfa.ln ecs.ln filter.ln gen.ln main.ln misc.ln nfa.ln options.ln regex.ln scanflags.ln scanopt.ln skel.ln sym.ln tables.ln tables_shared.ln tblcmp.ln yylex.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f libuutil.a avl.o uu_alloc.o uu_avl.o uu_dprintf.o uu_ident.o uu_list.o uu_misc.o uu_open.o uu_pname.o uu_strtoint.o avl.o.tmp uu_alloc.o.tmp uu_avl.o.tmp uu_dprintf.o.tmp uu_ident.o.tmp uu_list.o.tmp uu_misc.o.tmp uu_open.o.tmp uu_pname.o.tmp uu_strtoint.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f libuutil.a avl.o uu_alloc.o uu_avl.o uu_dprintf.o uu_ident.o uu_list.o uu_misc.o uu_open.o uu_pname.o uu_strtoint.o avl.o.tmp uu_alloc.o.tmp uu_avl.o.tmp uu_dprintf.o.tmp uu_ident.o.tmp uu_list.o.tmp uu_misc.o.tmp uu_open.o.tmp uu_pname.o.tmp uu_strtoint.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/bin && rm -f flex.html1 .depend buf.d ccl.d dfa.d ecs.d filter.d gen.d main.d misc.d nfa.d options.d parse.d regex.d scan.d scanflags.d scanopt.d skel.d sym.d tables.d tables_shared.d tblcmp.d yylex.d buf.d.tmp ccl.d.tmp dfa.d.tmp ecs.d.tmp filter.d.tmp gen.d.tmp main.d.tmp misc.d.tmp nfa.d.tmp options.d.tmp parse.d.tmp regex.d.tmp scan.d.tmp scanflags.d.tmp scanopt.d.tmp skel.d.tmp sym.d.tmp tables.d.tmp tables_shared.d.tmp tblcmp.d.tmp yylex.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f libuutil_p.a avl.po uu_alloc.po uu_avl.po uu_dprintf.po uu_ident.po uu_list.po uu_misc.po uu_open.po uu_pname.po uu_strtoint.po avl.po.tmp uu_alloc.po.tmp uu_avl.po.tmp uu_dprintf.po.tmp uu_ident.po.tmp uu_list.po.tmp uu_misc.po.tmp uu_open.po.tmp uu_pname.po.tmp uu_strtoint.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/bin && rm -f flex.html1 .depend buf.d ccl.d dfa.d ecs.d filter.d gen.d main.d misc.d nfa.d options.d parse.d regex.d scan.d scanflags.d scanopt.d skel.d sym.d tables.d tables_shared.d tblcmp.d yylex.d buf.d.tmp ccl.d.tmp dfa.d.tmp ecs.d.tmp filter.d.tmp gen.d.tmp main.d.tmp misc.d.tmp nfa.d.tmp options.d.tmp parse.d.tmp regex.d.tmp scan.d.tmp scanflags.d.tmp scanopt.d.tmp skel.d.tmp sym.d.tmp tables.d.tmp tables_shared.d.tmp tblcmp.d.tmp yylex.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f libuutil_p.a avl.po uu_alloc.po uu_avl.po uu_dprintf.po uu_ident.po uu_list.po uu_misc.po uu_open.po uu_pname.po uu_strtoint.po avl.po.tmp uu_alloc.po.tmp uu_avl.po.tmp uu_dprintf.po.tmp uu_ident.po.tmp uu_list.po.tmp uu_misc.po.tmp uu_open.po.tmp uu_pname.po.tmp uu_strtoint.po.tmp || true) --- cleandir-external --- --- cleandir-man --- cleandir ===> external/bsd/flex/man --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f libuutil_g.a || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f libuutil_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/flex/man && rm -f flex.info || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/flex/man && rm -f flex.info || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f libuutil_pic.a libuutil.so.* libuutil.so avl.pico uu_alloc.pico uu_avl.pico uu_dprintf.pico uu_ident.pico uu_list.pico uu_misc.pico uu_open.pico uu_pname.pico uu_strtoint.pico avl.pico.tmp uu_alloc.pico.tmp uu_avl.pico.tmp uu_dprintf.pico.tmp uu_ident.pico.tmp uu_list.pico.tmp uu_misc.pico.tmp uu_open.pico.tmp uu_pname.pico.tmp uu_strtoint.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f libuutil_pic.a libuutil.so.* libuutil.so avl.pico uu_alloc.pico uu_avl.pico uu_dprintf.pico uu_ident.pico uu_list.pico uu_misc.pico uu_open.pico uu_pname.pico uu_strtoint.pico avl.pico.tmp uu_alloc.pico.tmp uu_avl.pico.tmp uu_dprintf.pico.tmp uu_ident.pico.tmp uu_list.pico.tmp uu_misc.pico.tmp uu_open.pico.tmp uu_pname.pico.tmp uu_strtoint.pico.tmp || true) --- cleandir-external --- --- cleandir-jemalloc --- cleandir ===> external/bsd/jemalloc --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f llib-luutil.ln avl.ln uu_alloc.ln uu_avl.ln uu_dprintf.ln uu_ident.ln uu_list.ln uu_misc.ln uu_open.ln uu_pname.ln uu_strtoint.ln || true) --- cleandir-external --- cleandir ===> external/bsd/jemalloc/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f llib-luutil.ln avl.ln uu_alloc.ln uu_avl.ln uu_dprintf.ln uu_ident.ln uu_list.ln uu_misc.ln uu_open.ln uu_pname.ln uu_strtoint.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f libuutil.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f libuutil.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f libjemalloc.a jemalloc_stub.o jemalloc_stub.o.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f libjemalloc.a jemalloc_stub.o jemalloc_stub.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f .depend avl.d uu_alloc.d uu_avl.d uu_dprintf.d uu_ident.d uu_list.d uu_misc.d uu_open.d uu_pname.d uu_strtoint.d avl.d.tmp uu_alloc.d.tmp uu_avl.d.tmp uu_dprintf.d.tmp uu_ident.d.tmp uu_list.d.tmp uu_misc.d.tmp uu_open.d.tmp uu_pname.d.tmp uu_strtoint.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f .depend avl.d uu_alloc.d uu_avl.d uu_dprintf.d uu_ident.d uu_list.d uu_misc.d uu_open.d uu_pname.d uu_strtoint.d avl.d.tmp uu_alloc.d.tmp uu_avl.d.tmp uu_dprintf.d.tmp uu_ident.d.tmp uu_list.d.tmp uu_misc.d.tmp uu_open.d.tmp uu_pname.d.tmp uu_strtoint.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f libjemalloc_p.a jemalloc_stub.po jemalloc_stub.po.tmp || true) --- cleandir-lib --- --- cleandir-../external/mit/expat/lib --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f libjemalloc_p.a jemalloc_stub.po jemalloc_stub.po.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/mit/expat/lib --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f libjemalloc_g.a || true) --- cleandir-lib --- --- cleandir-libexpat --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f libjemalloc_g.a || true) --- cleandir-lib --- cleandir ===> lib/../external/mit/expat/lib/libexpat --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f libjemalloc_pic.a libjemalloc.so.* libjemalloc.so jemalloc_stub.pico jemalloc_stub.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f libjemalloc_pic.a libjemalloc.so.* libjemalloc.so jemalloc_stub.pico jemalloc_stub.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f libexpat.a xmlparse.o xmlrole.o xmltok.o xmlparse.o.tmp xmlrole.o.tmp xmltok.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f llib-ljemalloc.ln jemalloc_stub.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f libexpat.a xmlparse.o xmlrole.o xmltok.o xmlparse.o.tmp xmlrole.o.tmp xmltok.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f llib-ljemalloc.ln jemalloc_stub.ln || true) --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f libjemalloc.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f libexpat_p.a xmlparse.po xmlrole.po xmltok.po xmlparse.po.tmp xmlrole.po.tmp xmltok.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f libexpat_p.a xmlparse.po xmlrole.po xmltok.po xmlparse.po.tmp xmlrole.po.tmp xmltok.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f libjemalloc.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f libexpat_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f .depend jemalloc_stub.d jemalloc_stub.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f libexpat_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f .depend jemalloc_stub.d jemalloc_stub.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-less --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f libexpat_pic.a libexpat.so.* libexpat.so xmlparse.pico xmlrole.pico xmltok.pico xmlparse.pico.tmp xmlrole.pico.tmp xmltok.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/less --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f libexpat_pic.a libexpat.so.* libexpat.so xmlparse.pico xmlrole.pico xmltok.pico xmlparse.pico.tmp xmlrole.pico.tmp xmltok.pico.tmp || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/bsd/less/bin --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-less --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f llib-lexpat.ln xmlparse.ln xmlrole.ln xmltok.ln || true) --- cleandir-external --- cleandir ===> external/bsd/less/bin/less --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f llib-lexpat.ln xmlparse.ln xmlrole.ln xmltok.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f expat.pc libexpat.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/less/bin/less && rm -f a.out [Ee]rrs mklog core *.core .gdbinit less main.o screen.o brac.o ch.o charset.o cmdbuf.o command.o cvt.o decode.o edit.o filename.o forwback.o help.o ifile.o input.o jump.o line.o linenum.o lsystem.o mark.o optfunc.o option.o opttbl.o os.o output.o pattern.o position.o prompt.o search.o signal.o tags.o ttyin.o version.o main.ln screen.ln brac.ln ch.ln charset.ln cmdbuf.ln command.ln cvt.ln decode.ln edit.ln filename.ln forwback.ln help.ln ifile.ln input.ln jump.ln line.ln linenum.ln lsystem.ln mark.ln optfunc.ln option.ln opttbl.ln os.ln output.ln pattern.ln position.ln prompt.ln search.ln signal.ln tags.ln ttyin.ln version.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f expat.pc libexpat.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/less/bin/less && rm -f a.out [Ee]rrs mklog core *.core .gdbinit less main.o screen.o brac.o ch.o charset.o cmdbuf.o command.o cvt.o decode.o edit.o filename.o forwback.o help.o ifile.o input.o jump.o line.o linenum.o lsystem.o mark.o optfunc.o option.o opttbl.o os.o output.o pattern.o position.o prompt.o search.o signal.o tags.o ttyin.o version.o main.ln screen.ln brac.ln ch.ln charset.ln cmdbuf.ln command.ln cvt.ln decode.ln edit.ln filename.ln forwback.ln help.ln ifile.ln input.ln jump.ln line.ln linenum.ln lsystem.ln mark.ln optfunc.ln option.ln opttbl.ln os.ln output.ln pattern.ln position.ln prompt.ln search.ln signal.ln tags.ln ttyin.ln version.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f .depend xmlparse.d xmlrole.d xmltok.d xmlparse.d.tmp xmlrole.d.tmp xmltok.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/less/bin/less && rm -f less.html1 .depend brac.d ch.d charset.d cmdbuf.d command.d cvt.d decode.d edit.d filename.d forwback.d help.d ifile.d input.d jump.d line.d linenum.d lsystem.d main.d mark.d optfunc.d option.d opttbl.d os.d output.d pattern.d position.d prompt.d screen.d search.d signal.d tags.d ttyin.d version.d brac.d.tmp ch.d.tmp charset.d.tmp cmdbuf.d.tmp command.d.tmp cvt.d.tmp decode.d.tmp edit.d.tmp filename.d.tmp forwback.d.tmp help.d.tmp ifile.d.tmp input.d.tmp jump.d.tmp line.d.tmp linenum.d.tmp lsystem.d.tmp main.d.tmp mark.d.tmp optfunc.d.tmp option.d.tmp opttbl.d.tmp os.d.tmp output.d.tmp pattern.d.tmp position.d.tmp prompt.d.tmp screen.d.tmp search.d.tmp signal.d.tmp tags.d.tmp ttyin.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f .depend xmlparse.d xmlrole.d xmltok.d xmlparse.d.tmp xmlrole.d.tmp xmltok.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/less/bin/less && rm -f less.html1 .depend brac.d ch.d charset.d cmdbuf.d command.d cvt.d decode.d edit.d filename.d forwback.d help.d ifile.d input.d jump.d line.d linenum.d lsystem.d main.d mark.d optfunc.d option.d opttbl.d os.d output.d pattern.d position.d prompt.d screen.d search.d signal.d tags.d ttyin.d version.d brac.d.tmp ch.d.tmp charset.d.tmp cmdbuf.d.tmp command.d.tmp cvt.d.tmp decode.d.tmp edit.d.tmp filename.d.tmp forwback.d.tmp help.d.tmp ifile.d.tmp input.d.tmp jump.d.tmp line.d.tmp linenum.d.tmp lsystem.d.tmp main.d.tmp mark.d.tmp optfunc.d.tmp option.d.tmp opttbl.d.tmp os.d.tmp output.d.tmp pattern.d.tmp position.d.tmp prompt.d.tmp screen.d.tmp search.d.tmp signal.d.tmp tags.d.tmp ttyin.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/gpl2/libmalloc --- cleandir ===> lib/../external/gpl2/libmalloc --- cleandir-external --- --- cleandir-lessecho --- cleandir ===> external/bsd/less/bin/lessecho --- cleandir-lib --- --- cleandir-lib --- cleandir ===> lib/../external/gpl2/libmalloc/lib --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/less/bin/lessecho && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lessecho lessecho.o version.o version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/less/bin/lessecho && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lessecho lessecho.o version.o version.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/libmalloc/lib && rm -f libgnumalloc.a combined.o cfree.o calloc.o morecore.o memalign.o valloc.o mcheck.o mtrace.o mstats.o vm-limit.o ralloc.o combined.o.tmp cfree.o.tmp calloc.o.tmp morecore.o.tmp memalign.o.tmp valloc.o.tmp mcheck.o.tmp mtrace.o.tmp mstats.o.tmp vm-limit.o.tmp ralloc.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/less/bin/lessecho && rm -f lessecho.html1 .depend version.d version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/libmalloc/lib && rm -f libgnumalloc.a combined.o cfree.o calloc.o morecore.o memalign.o valloc.o mcheck.o mtrace.o mstats.o vm-limit.o ralloc.o combined.o.tmp cfree.o.tmp calloc.o.tmp morecore.o.tmp memalign.o.tmp valloc.o.tmp mcheck.o.tmp mtrace.o.tmp mstats.o.tmp vm-limit.o.tmp ralloc.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/less/bin/lessecho && rm -f lessecho.html1 .depend version.d version.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-lesskey --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/libmalloc/lib && rm -f libgnumalloc_p.a combined.po cfree.po calloc.po morecore.po memalign.po valloc.po mcheck.po mtrace.po mstats.po vm-limit.po ralloc.po combined.po.tmp cfree.po.tmp calloc.po.tmp morecore.po.tmp memalign.po.tmp valloc.po.tmp mcheck.po.tmp mtrace.po.tmp mstats.po.tmp vm-limit.po.tmp ralloc.po.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/less/bin/lesskey --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/libmalloc/lib && rm -f libgnumalloc_p.a combined.po cfree.po calloc.po morecore.po memalign.po valloc.po mcheck.po mtrace.po mstats.po vm-limit.po ralloc.po combined.po.tmp cfree.po.tmp calloc.po.tmp morecore.po.tmp memalign.po.tmp valloc.po.tmp mcheck.po.tmp mtrace.po.tmp mstats.po.tmp vm-limit.po.tmp ralloc.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/less/bin/lesskey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lesskey lesskey.o version.o version.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/libmalloc/lib && rm -f libgnumalloc_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/less/bin/lesskey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lesskey lesskey.o version.o version.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/libmalloc/lib && rm -f libgnumalloc_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/less/bin/lesskey && rm -f lesskey.html1 .depend version.d version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/libmalloc/lib && rm -f libgnumalloc_pic.a libgnumalloc.so.* libgnumalloc.so combined.pico cfree.pico calloc.pico morecore.pico memalign.pico valloc.pico mcheck.pico mtrace.pico mstats.pico vm-limit.pico ralloc.pico combined.pico.tmp cfree.pico.tmp calloc.pico.tmp morecore.pico.tmp memalign.pico.tmp valloc.pico.tmp mcheck.pico.tmp mtrace.pico.tmp mstats.pico.tmp vm-limit.pico.tmp ralloc.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/less/bin/lesskey && rm -f lesskey.html1 .depend version.d version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/libmalloc/lib && rm -f libgnumalloc_pic.a libgnumalloc.so.* libgnumalloc.so combined.pico cfree.pico calloc.pico morecore.pico memalign.pico valloc.pico mcheck.pico mtrace.pico mstats.pico vm-limit.pico ralloc.pico combined.pico.tmp cfree.pico.tmp calloc.pico.tmp morecore.pico.tmp memalign.pico.tmp valloc.pico.tmp mcheck.pico.tmp mtrace.pico.tmp mstats.pico.tmp vm-limit.pico.tmp ralloc.pico.tmp || true) --- cleandir-external --- --- cleandir-libarchive --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/bsd/libarchive --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/libmalloc/lib && rm -f llib-lgnumalloc.ln combined.ln cfree.ln calloc.ln morecore.ln memalign.ln valloc.ln mcheck.ln mtrace.ln mstats.ln vm-limit.ln ralloc.ln || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/libmalloc/lib && rm -f llib-lgnumalloc.ln combined.ln cfree.ln calloc.ln morecore.ln memalign.ln valloc.ln mcheck.ln mtrace.ln mstats.ln vm-limit.ln ralloc.ln || true) --- cleandir-external --- cleandir ===> external/bsd/libarchive/lib --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/libmalloc/lib && rm -f libgnumalloc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-libarchive --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/libmalloc/lib && rm -f libgnumalloc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/libarchive/lib/libarchive --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/libmalloc/lib && rm -f .depend calloc.d cfree.d combined.d mcheck.d memalign.d morecore.d mstats.d mtrace.d ralloc.d valloc.d vm-limit.d calloc.d.tmp cfree.d.tmp combined.d.tmp mcheck.d.tmp memalign.d.tmp morecore.d.tmp mstats.d.tmp mtrace.d.tmp ralloc.d.tmp valloc.d.tmp vm-limit.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/libmalloc/lib && rm -f .depend calloc.d cfree.d combined.d mcheck.d memalign.d morecore.d mstats.d mtrace.d ralloc.d valloc.d vm-limit.d calloc.d.tmp cfree.d.tmp combined.d.tmp mcheck.d.tmp memalign.d.tmp morecore.d.tmp mstats.d.tmp mtrace.d.tmp ralloc.d.tmp valloc.d.tmp vm-limit.d.tmp tags || true) --- cleandir-../external/bsd/jemalloc/lib --- cleandir ===> lib/../external/bsd/jemalloc/lib --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f libjemalloc.a jemalloc_stub.o jemalloc_stub.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f libjemalloc.a jemalloc_stub.o jemalloc_stub.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f libjemalloc_p.a jemalloc_stub.po jemalloc_stub.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f libjemalloc_p.a jemalloc_stub.po jemalloc_stub.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f libjemalloc_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f libarchive.a archive_acl.o archive_blake2sp_ref.o archive_blake2s_ref.o archive_check_magic.o archive_cmdline.o archive_cryptor.o archive_digest.o archive_disk_acl_freebsd.o archive_entry.o archive_entry_copy_stat.o archive_entry_link_resolver.o archive_entry_sparse.o archive_entry_stat.o archive_entry_strmode.o archive_entry_xattr.o archive_getdate.o archive_hmac.o archive_match.o archive_options.o archive_pack_dev.o archive_pathmatch.o archive_ppmd7.o archive_ppmd8.o archive_random.o archive_rb.o archive_read_add_passphrase.o archive_read_append_filter.o archive_read.o archive_read_data_into_fd.o archive_read_disk_entry_from_file.o archive_read_disk_posix.o archive_read_disk_set_standard_lookup.o archive_read_extract2.o archive_read_extract.o archive_read_open_fd.o archive_read_open_file.o archive_read_open_filename.o archive_read_open_memory.o archive_read_set_format.o archive_read_set_options.o archive_read_support_filter_all.o archive_read_support_filter_bzip2.o archive_read_support_filter_compress.o archive_read_support_filter_grzip.o archive_read_support_filter_gzip.o archive_read_support_filter_lrzip.o archive_read_support_filter_lz4.o archive_read_support_filter_lzop.o archive_read_support_filter_none.o archive_read_support_filter_program.o archive_read_support_filter_rpm.o archive_read_support_filter_uu.o archive_read_support_filter_xz.o archive_read_support_filter_zstd.o archive_read_support_format_7zip.o archive_read_support_format_all.o archive_read_support_format_ar.o archive_read_support_format_by_code.o archive_read_support_format_cab.o archive_read_support_format_cpio.o archive_read_support_format_empty.o archive_read_support_format_iso9660.o archive_read_support_format_lha.o archive_read_support_format_mtree.o archive_read_support_format_rar5.o archive_read_support_format_rar.o archive_read_support_format_raw.o archive_read_support_format_tar.o archive_read_support_format_warc.o archive_read_support_format_xar.o archive_read_support_format_zip.o archive_string.o archive_string_sprintf.o archive_util.o archive_version_details.o archive_virtual.o archive_write_add_filter_b64encode.o archive_write_add_filter_by_name.o archive_write_add_filter_bzip2.o archive_write_add_filter.o archive_write_add_filter_compress.o archive_write_add_filter_grzip.o archive_write_add_filter_gzip.o archive_write_add_filter_lrzip.o archive_write_add_filter_lz4.o archive_write_add_filter_lzop.o archive_write_add_filter_none.o archive_write_add_filter_program.o archive_write_add_filter_uuencode.o archive_write_add_filter_xz.o archive_write_add_filter_zstd.o archive_write.o archive_write_disk_posix.o archive_write_disk_set_standard_lookup.o archive_write_open_fd.o archive_write_open_file.o archive_write_open_filename.o archive_write_open_memory.o archive_write_set_format_7zip.o archive_write_set_format_ar.o archive_write_set_format_by_name.o archive_write_set_format.o archive_write_set_format_cpio.o archive_write_set_format_cpio_newc.o archive_write_set_format_filter_by_ext.o archive_write_set_format_gnutar.o archive_write_set_format_iso9660.o archive_write_set_format_mtree.o archive_write_set_format_pax.o archive_write_set_format_raw.o archive_write_set_format_shar.o archive_write_set_format_ustar.o archive_write_set_format_v7tar.o archive_write_set_format_warc.o archive_write_set_format_xar.o archive_write_set_format_zip.o archive_write_set_options.o archive_write_set_passphrase.o filter_fork_posix.o xxhash.o archive_acl.o.tmp archive_blake2sp_ref.o.tmp archive_blake2s_ref.o.tmp archive_check_magic.o.tmp archive_cmdline.o.tmp archive_cryptor.o.tmp archive_digest.o.tmp archive_disk_acl_freebsd.o.tmp archive_entry.o.tmp archive_entry_copy_stat.o.tmp archive_entry_link_resolver.o.tmp archive_entry_sparse.o.tmp archive_entry_stat.o.tmp archive_entry_strmode.o.tmp archive_entry_xattr.o.tmp archive_getdate.o.tmp archive_hmac.o.tmp archive_match.o.tmp archive_options.o.tmp archive_pack_dev.o.tmp archive_pathmatch.o.tmp archive_ppmd7.o.tmp archive_ppmd8.o.tmp archive_random.o.tmp archive_rb.o.tmp archive_read_add_passphrase.o.tmp archive_read_append_filter.o.tmp archive_read.o.tmp archive_read_data_into_fd.o.tmp archive_read_disk_entry_from_file.o.tmp archive_read_disk_posix.o.tmp archive_read_disk_set_standard_lookup.o.tmp archive_read_extract2.o.tmp archive_read_extract.o.tmp archive_read_open_fd.o.tmp archive_read_open_file.o.tmp archive_read_open_filename.o.tmp archive_read_open_memory.o.tmp archive_read_set_format.o.tmp archive_read_set_options.o.tmp archive_read_support_filter_all.o.tmp archive_read_support_filter_bzip2.o.tmp archive_read_support_filter_compress.o.tmp archive_read_support_filter_grzip.o.tmp archive_read_support_filter_gzip.o.tmp archive_read_support_filter_lrzip.o.tmp archive_read_support_filter_lz4.o.tmp archive_read_support_filter_lzop.o.tmp archive_read_support_filter_none.o.tmp archive_read_support_filter_program.o.tmp archive_read_support_filter_rpm.o.tmp archive_read_support_filter_uu.o.tmp archive_read_support_filter_xz.o.tmp archive_read_support_filter_zstd.o.tmp archive_read_support_format_7zip.o.tmp archive_read_support_format_all.o.tmp archive_read_support_format_ar.o.tmp archive_read_support_format_by_code.o.tmp archive_read_support_format_cab.o.tmp archive_read_support_format_cpio.o.tmp archive_read_support_format_empty.o.tmp archive_read_support_format_iso9660.o.tmp archive_read_support_format_lha.o.tmp archive_read_support_format_mtree.o.tmp archive_read_support_format_rar5.o.tmp archive_read_support_format_rar.o.tmp archive_read_support_format_raw.o.tmp archive_read_support_format_tar.o.tmp archive_read_support_format_warc.o.tmp archive_read_support_format_xar.o.tmp archive_read_support_format_zip.o.tmp archive_string.o.tmp archive_string_sprintf.o.tmp archive_util.o.tmp archive_version_details.o.tmp archive_virtual.o.tmp archive_write_add_filter_b64encode.o.tmp archive_write_add_filter_by_name.o.tmp archive_write_add_filter_bzip2.o.tmp archive_write_add_filter.o.tmp archive_write_add_filter_compress.o.tmp archive_write_add_filter_grzip.o.tmp archive_write_add_filter_gzip.o.tmp archive_write_add_filter_lrzip.o.tmp archive_write_add_filter_lz4.o.tmp archive_write_add_filter_lzop.o.tmp archive_write_add_filter_none.o.tmp archive_write_add_filter_program.o.tmp archive_write_add_filter_uuencode.o.tmp archive_write_add_filter_xz.o.tmp archive_write_add_filter_zstd.o.tmp archive_write.o.tmp archive_write_disk_posix.o.tmp archive_write_disk_set_standard_lookup.o.tmp archive_write_open_fd.o.tmp archive_write_open_file.o.tmp archive_write_open_filename.o.tmp archive_write_open_memory.o.tmp archive_write_set_format_7zip.o.tmp archive_write_set_format_ar.o.tmp archive_write_set_format_by_name.o.tmp archive_write_set_format.o.tmp archive_write_set_format_cpio.o.tmp archive_write_set_format_cpio_newc.o.tmp archive_write_set_format_filter_by_ext.o.tmp archive_write_set_format_gnutar.o.tmp archive_write_set_format_iso9660.o.tmp archive_write_set_format_mtree.o.tmp archive_write_set_format_pax.o.tmp archive_write_set_format_raw.o.tmp archive_write_set_format_shar.o.tmp archive_write_set_format_ustar.o.tmp archive_write_set_format_v7tar.o.tmp archive_write_set_format_warc.o.tmp archive_write_set_format_xar.o.tmp archive_write_set_format_zip.o.tmp archive_write_set_options.o.tmp archive_write_set_passphrase.o.tmp filter_fork_posix.o.tmp xxhash.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f libjemalloc_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f libarchive.a archive_acl.o archive_blake2sp_ref.o archive_blake2s_ref.o archive_check_magic.o archive_cmdline.o archive_cryptor.o archive_digest.o archive_disk_acl_freebsd.o archive_entry.o archive_entry_copy_stat.o archive_entry_link_resolver.o archive_entry_sparse.o archive_entry_stat.o archive_entry_strmode.o archive_entry_xattr.o archive_getdate.o archive_hmac.o archive_match.o archive_options.o archive_pack_dev.o archive_pathmatch.o archive_ppmd7.o archive_ppmd8.o archive_random.o archive_rb.o archive_read_add_passphrase.o archive_read_append_filter.o archive_read.o archive_read_data_into_fd.o archive_read_disk_entry_from_file.o archive_read_disk_posix.o archive_read_disk_set_standard_lookup.o archive_read_extract2.o archive_read_extract.o archive_read_open_fd.o archive_read_open_file.o archive_read_open_filename.o archive_read_open_memory.o archive_read_set_format.o archive_read_set_options.o archive_read_support_filter_all.o archive_read_support_filter_bzip2.o archive_read_support_filter_compress.o archive_read_support_filter_grzip.o archive_read_support_filter_gzip.o archive_read_support_filter_lrzip.o archive_read_support_filter_lz4.o archive_read_support_filter_lzop.o archive_read_support_filter_none.o archive_read_support_filter_program.o archive_read_support_filter_rpm.o archive_read_support_filter_uu.o archive_read_support_filter_xz.o archive_read_support_filter_zstd.o archive_read_support_format_7zip.o archive_read_support_format_all.o archive_read_support_format_ar.o archive_read_support_format_by_code.o archive_read_support_format_cab.o archive_read_support_format_cpio.o archive_read_support_format_empty.o archive_read_support_format_iso9660.o archive_read_support_format_lha.o archive_read_support_format_mtree.o archive_read_support_format_rar5.o archive_read_support_format_rar.o archive_read_support_format_raw.o archive_read_support_format_tar.o archive_read_support_format_warc.o archive_read_support_format_xar.o archive_read_support_format_zip.o archive_string.o archive_string_sprintf.o archive_util.o archive_version_details.o archive_virtual.o archive_write_add_filter_b64encode.o archive_write_add_filter_by_name.o archive_write_add_filter_bzip2.o archive_write_add_filter.o archive_write_add_filter_compress.o archive_write_add_filter_grzip.o archive_write_add_filter_gzip.o archive_write_add_filter_lrzip.o archive_write_add_filter_lz4.o archive_write_add_filter_lzop.o archive_write_add_filter_none.o archive_write_add_filter_program.o archive_write_add_filter_uuencode.o archive_write_add_filter_xz.o archive_write_add_filter_zstd.o archive_write.o archive_write_disk_posix.o archive_write_disk_set_standard_lookup.o archive_write_open_fd.o archive_write_open_file.o archive_write_open_filename.o archive_write_open_memory.o archive_write_set_format_7zip.o archive_write_set_format_ar.o archive_write_set_format_by_name.o archive_write_set_format.o archive_write_set_format_cpio.o archive_write_set_format_cpio_newc.o archive_write_set_format_filter_by_ext.o archive_write_set_format_gnutar.o archive_write_set_format_iso9660.o archive_write_set_format_mtree.o archive_write_set_format_pax.o archive_write_set_format_raw.o archive_write_set_format_shar.o archive_write_set_format_ustar.o archive_write_set_format_v7tar.o archive_write_set_format_warc.o archive_write_set_format_xar.o archive_write_set_format_zip.o archive_write_set_options.o archive_write_set_passphrase.o filter_fork_posix.o xxhash.o archive_acl.o.tmp archive_blake2sp_ref.o.tmp archive_blake2s_ref.o.tmp archive_check_magic.o.tmp archive_cmdline.o.tmp archive_cryptor.o.tmp archive_digest.o.tmp archive_disk_acl_freebsd.o.tmp archive_entry.o.tmp archive_entry_copy_stat.o.tmp archive_entry_link_resolver.o.tmp archive_entry_sparse.o.tmp archive_entry_stat.o.tmp archive_entry_strmode.o.tmp archive_entry_xattr.o.tmp archive_getdate.o.tmp archive_hmac.o.tmp archive_match.o.tmp archive_options.o.tmp archive_pack_dev.o.tmp archive_pathmatch.o.tmp archive_ppmd7.o.tmp archive_ppmd8.o.tmp archive_random.o.tmp archive_rb.o.tmp archive_read_add_passphrase.o.tmp archive_read_append_filter.o.tmp archive_read.o.tmp archive_read_data_into_fd.o.tmp archive_read_disk_entry_from_file.o.tmp archive_read_disk_posix.o.tmp archive_read_disk_set_standard_lookup.o.tmp archive_read_extract2.o.tmp archive_read_extract.o.tmp archive_read_open_fd.o.tmp archive_read_open_file.o.tmp archive_read_open_filename.o.tmp archive_read_open_memory.o.tmp archive_read_set_format.o.tmp archive_read_set_options.o.tmp archive_read_support_filter_all.o.tmp archive_read_support_filter_bzip2.o.tmp archive_read_support_filter_compress.o.tmp archive_read_support_filter_grzip.o.tmp archive_read_support_filter_gzip.o.tmp archive_read_support_filter_lrzip.o.tmp archive_read_support_filter_lz4.o.tmp archive_read_support_filter_lzop.o.tmp archive_read_support_filter_none.o.tmp archive_read_support_filter_program.o.tmp archive_read_support_filter_rpm.o.tmp archive_read_support_filter_uu.o.tmp archive_read_support_filter_xz.o.tmp archive_read_support_filter_zstd.o.tmp archive_read_support_format_7zip.o.tmp archive_read_support_format_all.o.tmp archive_read_support_format_ar.o.tmp archive_read_support_format_by_code.o.tmp archive_read_support_format_cab.o.tmp archive_read_support_format_cpio.o.tmp archive_read_support_format_empty.o.tmp archive_read_support_format_iso9660.o.tmp archive_read_support_format_lha.o.tmp archive_read_support_format_mtree.o.tmp archive_read_support_format_rar5.o.tmp archive_read_support_format_rar.o.tmp archive_read_support_format_raw.o.tmp archive_read_support_format_tar.o.tmp archive_read_support_format_warc.o.tmp archive_read_support_format_xar.o.tmp archive_read_support_format_zip.o.tmp archive_string.o.tmp archive_string_sprintf.o.tmp archive_util.o.tmp archive_version_details.o.tmp archive_virtual.o.tmp archive_write_add_filter_b64encode.o.tmp archive_write_add_filter_by_name.o.tmp archive_write_add_filter_bzip2.o.tmp archive_write_add_filter.o.tmp archive_write_add_filter_compress.o.tmp archive_write_add_filter_grzip.o.tmp archive_write_add_filter_gzip.o.tmp archive_write_add_filter_lrzip.o.tmp archive_write_add_filter_lz4.o.tmp archive_write_add_filter_lzop.o.tmp archive_write_add_filter_none.o.tmp archive_write_add_filter_program.o.tmp archive_write_add_filter_uuencode.o.tmp archive_write_add_filter_xz.o.tmp archive_write_add_filter_zstd.o.tmp archive_write.o.tmp archive_write_disk_posix.o.tmp archive_write_disk_set_standard_lookup.o.tmp archive_write_open_fd.o.tmp archive_write_open_file.o.tmp archive_write_open_filename.o.tmp archive_write_open_memory.o.tmp archive_write_set_format_7zip.o.tmp archive_write_set_format_ar.o.tmp archive_write_set_format_by_name.o.tmp archive_write_set_format.o.tmp archive_write_set_format_cpio.o.tmp archive_write_set_format_cpio_newc.o.tmp archive_write_set_format_filter_by_ext.o.tmp archive_write_set_format_gnutar.o.tmp archive_write_set_format_iso9660.o.tmp archive_write_set_format_mtree.o.tmp archive_write_set_format_pax.o.tmp archive_write_set_format_raw.o.tmp archive_write_set_format_shar.o.tmp archive_write_set_format_ustar.o.tmp archive_write_set_format_v7tar.o.tmp archive_write_set_format_warc.o.tmp archive_write_set_format_xar.o.tmp archive_write_set_format_zip.o.tmp archive_write_set_options.o.tmp archive_write_set_passphrase.o.tmp filter_fork_posix.o.tmp xxhash.o.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f libjemalloc_pic.a libjemalloc.so.* libjemalloc.so jemalloc_stub.pico jemalloc_stub.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f libjemalloc_pic.a libjemalloc.so.* libjemalloc.so jemalloc_stub.pico jemalloc_stub.pico.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f libarchive_p.a archive_acl.po archive_blake2sp_ref.po archive_blake2s_ref.po archive_check_magic.po archive_cmdline.po archive_cryptor.po archive_digest.po archive_disk_acl_freebsd.po archive_entry.po archive_entry_copy_stat.po archive_entry_link_resolver.po archive_entry_sparse.po archive_entry_stat.po archive_entry_strmode.po archive_entry_xattr.po archive_getdate.po archive_hmac.po archive_match.po archive_options.po archive_pack_dev.po archive_pathmatch.po archive_ppmd7.po archive_ppmd8.po archive_random.po archive_rb.po archive_read_add_passphrase.po archive_read_append_filter.po archive_read.po archive_read_data_into_fd.po archive_read_disk_entry_from_file.po archive_read_disk_posix.po archive_read_disk_set_standard_lookup.po archive_read_extract2.po archive_read_extract.po archive_read_open_fd.po archive_read_open_file.po archive_read_open_filename.po archive_read_open_memory.po archive_read_set_format.po archive_read_set_options.po archive_read_support_filter_all.po archive_read_support_filter_bzip2.po archive_read_support_filter_compress.po archive_read_support_filter_grzip.po archive_read_support_filter_gzip.po archive_read_support_filter_lrzip.po archive_read_support_filter_lz4.po archive_read_support_filter_lzop.po archive_read_support_filter_none.po archive_read_support_filter_program.po archive_read_support_filter_rpm.po archive_read_support_filter_uu.po archive_read_support_filter_xz.po archive_read_support_filter_zstd.po archive_read_support_format_7zip.po archive_read_support_format_all.po archive_read_support_format_ar.po archive_read_support_format_by_code.po archive_read_support_format_cab.po archive_read_support_format_cpio.po archive_read_support_format_empty.po archive_read_support_format_iso9660.po archive_read_support_format_lha.po archive_read_support_format_mtree.po archive_read_support_format_rar5.po archive_read_support_format_rar.po archive_read_support_format_raw.po archive_read_support_format_tar.po archive_read_support_format_warc.po archive_read_support_format_xar.po archive_read_support_format_zip.po archive_string.po archive_string_sprintf.po archive_util.po archive_version_details.po archive_virtual.po archive_write_add_filter_b64encode.po archive_write_add_filter_by_name.po archive_write_add_filter_bzip2.po archive_write_add_filter.po archive_write_add_filter_compress.po archive_write_add_filter_grzip.po archive_write_add_filter_gzip.po archive_write_add_filter_lrzip.po archive_write_add_filter_lz4.po archive_write_add_filter_lzop.po archive_write_add_filter_none.po archive_write_add_filter_program.po archive_write_add_filter_uuencode.po archive_write_add_filter_xz.po archive_write_add_filter_zstd.po archive_write.po archive_write_disk_posix.po archive_write_disk_set_standard_lookup.po archive_write_open_fd.po archive_write_open_file.po archive_write_open_filename.po archive_write_open_memory.po archive_write_set_format_7zip.po archive_write_set_format_ar.po archive_write_set_format_by_name.po archive_write_set_format.po archive_write_set_format_cpio.po archive_write_set_format_cpio_newc.po archive_write_set_format_filter_by_ext.po archive_write_set_format_gnutar.po archive_write_set_format_iso9660.po archive_write_set_format_mtree.po archive_write_set_format_pax.po archive_write_set_format_raw.po archive_write_set_format_shar.po archive_write_set_format_ustar.po archive_write_set_format_v7tar.po archive_write_set_format_warc.po archive_write_set_format_xar.po archive_write_set_format_zip.po archive_write_set_options.po archive_write_set_passphrase.po filter_fork_posix.po xxhash.po archive_acl.po.tmp archive_blake2sp_ref.po.tmp archive_blake2s_ref.po.tmp archive_check_magic.po.tmp archive_cmdline.po.tmp archive_cryptor.po.tmp archive_digest.po.tmp archive_disk_acl_freebsd.po.tmp archive_entry.po.tmp archive_entry_copy_stat.po.tmp archive_entry_link_resolver.po.tmp archive_entry_sparse.po.tmp archive_entry_stat.po.tmp archive_entry_strmode.po.tmp archive_entry_xattr.po.tmp archive_getdate.po.tmp archive_hmac.po.tmp archive_match.po.tmp archive_options.po.tmp archive_pack_dev.po.tmp archive_pathmatch.po.tmp archive_ppmd7.po.tmp archive_ppmd8.po.tmp archive_random.po.tmp archive_rb.po.tmp archive_read_add_passphrase.po.tmp archive_read_append_filter.po.tmp archive_read.po.tmp archive_read_data_into_fd.po.tmp archive_read_disk_entry_from_file.po.tmp archive_read_disk_posix.po.tmp archive_read_disk_set_standard_lookup.po.tmp archive_read_extract2.po.tmp archive_read_extract.po.tmp archive_read_open_fd.po.tmp archive_read_open_file.po.tmp archive_read_open_filename.po.tmp archive_read_open_memory.po.tmp archive_read_set_format.po.tmp archive_read_set_options.po.tmp archive_read_support_filter_all.po.tmp archive_read_support_filter_bzip2.po.tmp archive_read_support_filter_compress.po.tmp archive_read_support_filter_grzip.po.tmp archive_read_support_filter_gzip.po.tmp archive_read_support_filter_lrzip.po.tmp archive_read_support_filter_lz4.po.tmp archive_read_support_filter_lzop.po.tmp archive_read_support_filter_none.po.tmp archive_read_support_filter_program.po.tmp archive_read_support_filter_rpm.po.tmp archive_read_support_filter_uu.po.tmp archive_read_support_filter_xz.po.tmp archive_read_support_filter_zstd.po.tmp archive_read_support_format_7zip.po.tmp archive_read_support_format_all.po.tmp archive_read_support_format_ar.po.tmp archive_read_support_format_by_code.po.tmp archive_read_support_format_cab.po.tmp archive_read_support_format_cpio.po.tmp archive_read_support_format_empty.po.tmp archive_read_support_format_iso9660.po.tmp archive_read_support_format_lha.po.tmp archive_read_support_format_mtree.po.tmp archive_read_support_format_rar5.po.tmp archive_read_support_format_rar.po.tmp archive_read_support_format_raw.po.tmp archive_read_support_format_tar.po.tmp archive_read_support_format_warc.po.tmp archive_read_support_format_xar.po.tmp archive_read_support_format_zip.po.tmp archive_string.po.tmp archive_string_sprintf.po.tmp archive_util.po.tmp archive_version_details.po.tmp archive_virtual.po.tmp archive_write_add_filter_b64encode.po.tmp archive_write_add_filter_by_name.po.tmp archive_write_add_filter_bzip2.po.tmp archive_write_add_filter.po.tmp archive_write_add_filter_compress.po.tmp archive_write_add_filter_grzip.po.tmp archive_write_add_filter_gzip.po.tmp archive_write_add_filter_lrzip.po.tmp archive_write_add_filter_lz4.po.tmp archive_write_add_filter_lzop.po.tmp archive_write_add_filter_none.po.tmp archive_write_add_filter_program.po.tmp archive_write_add_filter_uuencode.po.tmp archive_write_add_filter_xz.po.tmp archive_write_add_filter_zstd.po.tmp archive_write.po.tmp archive_write_disk_posix.po.tmp archive_write_disk_set_standard_lookup.po.tmp archive_write_open_fd.po.tmp archive_write_open_file.po.tmp archive_write_open_filename.po.tmp archive_write_open_memory.po.tmp archive_write_set_format_7zip.po.tmp archive_write_set_format_ar.po.tmp archive_write_set_format_by_name.po.tmp archive_write_set_format.po.tmp archive_write_set_format_cpio.po.tmp archive_write_set_format_cpio_newc.po.tmp archive_write_set_format_filter_by_ext.po.tmp archive_write_set_format_gnutar.po.tmp archive_write_set_format_iso9660.po.tmp archive_write_set_format_mtree.po.tmp archive_write_set_format_pax.po.tmp archive_write_set_format_raw.po.tmp archive_write_set_format_shar.po.tmp archive_write_set_format_ustar.po.tmp archive_write_set_format_v7tar.po.tmp archive_write_set_format_warc.po.tmp archive_write_set_format_xar.po.tmp archive_write_set_format_zip.po.tmp archive_write_set_options.po.tmp archive_write_set_passphrase.po.tmp filter_fork_posix.po.tmp xxhash.po.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f llib-ljemalloc.ln jemalloc_stub.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f libarchive_p.a archive_acl.po archive_blake2sp_ref.po archive_blake2s_ref.po archive_check_magic.po archive_cmdline.po archive_cryptor.po archive_digest.po archive_disk_acl_freebsd.po archive_entry.po archive_entry_copy_stat.po archive_entry_link_resolver.po archive_entry_sparse.po archive_entry_stat.po archive_entry_strmode.po archive_entry_xattr.po archive_getdate.po archive_hmac.po archive_match.po archive_options.po archive_pack_dev.po archive_pathmatch.po archive_ppmd7.po archive_ppmd8.po archive_random.po archive_rb.po archive_read_add_passphrase.po archive_read_append_filter.po archive_read.po archive_read_data_into_fd.po archive_read_disk_entry_from_file.po archive_read_disk_posix.po archive_read_disk_set_standard_lookup.po archive_read_extract2.po archive_read_extract.po archive_read_open_fd.po archive_read_open_file.po archive_read_open_filename.po archive_read_open_memory.po archive_read_set_format.po archive_read_set_options.po archive_read_support_filter_all.po archive_read_support_filter_bzip2.po archive_read_support_filter_compress.po archive_read_support_filter_grzip.po archive_read_support_filter_gzip.po archive_read_support_filter_lrzip.po archive_read_support_filter_lz4.po archive_read_support_filter_lzop.po archive_read_support_filter_none.po archive_read_support_filter_program.po archive_read_support_filter_rpm.po archive_read_support_filter_uu.po archive_read_support_filter_xz.po archive_read_support_filter_zstd.po archive_read_support_format_7zip.po archive_read_support_format_all.po archive_read_support_format_ar.po archive_read_support_format_by_code.po archive_read_support_format_cab.po archive_read_support_format_cpio.po archive_read_support_format_empty.po archive_read_support_format_iso9660.po archive_read_support_format_lha.po archive_read_support_format_mtree.po archive_read_support_format_rar5.po archive_read_support_format_rar.po archive_read_support_format_raw.po archive_read_support_format_tar.po archive_read_support_format_warc.po archive_read_support_format_xar.po archive_read_support_format_zip.po archive_string.po archive_string_sprintf.po archive_util.po archive_version_details.po archive_virtual.po archive_write_add_filter_b64encode.po archive_write_add_filter_by_name.po archive_write_add_filter_bzip2.po archive_write_add_filter.po archive_write_add_filter_compress.po archive_write_add_filter_grzip.po archive_write_add_filter_gzip.po archive_write_add_filter_lrzip.po archive_write_add_filter_lz4.po archive_write_add_filter_lzop.po archive_write_add_filter_none.po archive_write_add_filter_program.po archive_write_add_filter_uuencode.po archive_write_add_filter_xz.po archive_write_add_filter_zstd.po archive_write.po archive_write_disk_posix.po archive_write_disk_set_standard_lookup.po archive_write_open_fd.po archive_write_open_file.po archive_write_open_filename.po archive_write_open_memory.po archive_write_set_format_7zip.po archive_write_set_format_ar.po archive_write_set_format_by_name.po archive_write_set_format.po archive_write_set_format_cpio.po archive_write_set_format_cpio_newc.po archive_write_set_format_filter_by_ext.po archive_write_set_format_gnutar.po archive_write_set_format_iso9660.po archive_write_set_format_mtree.po archive_write_set_format_pax.po archive_write_set_format_raw.po archive_write_set_format_shar.po archive_write_set_format_ustar.po archive_write_set_format_v7tar.po archive_write_set_format_warc.po archive_write_set_format_xar.po archive_write_set_format_zip.po archive_write_set_options.po archive_write_set_passphrase.po filter_fork_posix.po xxhash.po archive_acl.po.tmp archive_blake2sp_ref.po.tmp archive_blake2s_ref.po.tmp archive_check_magic.po.tmp archive_cmdline.po.tmp archive_cryptor.po.tmp archive_digest.po.tmp archive_disk_acl_freebsd.po.tmp archive_entry.po.tmp archive_entry_copy_stat.po.tmp archive_entry_link_resolver.po.tmp archive_entry_sparse.po.tmp archive_entry_stat.po.tmp archive_entry_strmode.po.tmp archive_entry_xattr.po.tmp archive_getdate.po.tmp archive_hmac.po.tmp archive_match.po.tmp archive_options.po.tmp archive_pack_dev.po.tmp archive_pathmatch.po.tmp archive_ppmd7.po.tmp archive_ppmd8.po.tmp archive_random.po.tmp archive_rb.po.tmp archive_read_add_passphrase.po.tmp archive_read_append_filter.po.tmp archive_read.po.tmp archive_read_data_into_fd.po.tmp archive_read_disk_entry_from_file.po.tmp archive_read_disk_posix.po.tmp archive_read_disk_set_standard_lookup.po.tmp archive_read_extract2.po.tmp archive_read_extract.po.tmp archive_read_open_fd.po.tmp archive_read_open_file.po.tmp archive_read_open_filename.po.tmp archive_read_open_memory.po.tmp archive_read_set_format.po.tmp archive_read_set_options.po.tmp archive_read_support_filter_all.po.tmp archive_read_support_filter_bzip2.po.tmp archive_read_support_filter_compress.po.tmp archive_read_support_filter_grzip.po.tmp archive_read_support_filter_gzip.po.tmp archive_read_support_filter_lrzip.po.tmp archive_read_support_filter_lz4.po.tmp archive_read_support_filter_lzop.po.tmp archive_read_support_filter_none.po.tmp archive_read_support_filter_program.po.tmp archive_read_support_filter_rpm.po.tmp archive_read_support_filter_uu.po.tmp archive_read_support_filter_xz.po.tmp archive_read_support_filter_zstd.po.tmp archive_read_support_format_7zip.po.tmp archive_read_support_format_all.po.tmp archive_read_support_format_ar.po.tmp archive_read_support_format_by_code.po.tmp archive_read_support_format_cab.po.tmp archive_read_support_format_cpio.po.tmp archive_read_support_format_empty.po.tmp archive_read_support_format_iso9660.po.tmp archive_read_support_format_lha.po.tmp archive_read_support_format_mtree.po.tmp archive_read_support_format_rar5.po.tmp archive_read_support_format_rar.po.tmp archive_read_support_format_raw.po.tmp archive_read_support_format_tar.po.tmp archive_read_support_format_warc.po.tmp archive_read_support_format_xar.po.tmp archive_read_support_format_zip.po.tmp archive_string.po.tmp archive_string_sprintf.po.tmp archive_util.po.tmp archive_version_details.po.tmp archive_virtual.po.tmp archive_write_add_filter_b64encode.po.tmp archive_write_add_filter_by_name.po.tmp archive_write_add_filter_bzip2.po.tmp archive_write_add_filter.po.tmp archive_write_add_filter_compress.po.tmp archive_write_add_filter_grzip.po.tmp archive_write_add_filter_gzip.po.tmp archive_write_add_filter_lrzip.po.tmp archive_write_add_filter_lz4.po.tmp archive_write_add_filter_lzop.po.tmp archive_write_add_filter_none.po.tmp archive_write_add_filter_program.po.tmp archive_write_add_filter_uuencode.po.tmp archive_write_add_filter_xz.po.tmp archive_write_add_filter_zstd.po.tmp archive_write.po.tmp archive_write_disk_posix.po.tmp archive_write_disk_set_standard_lookup.po.tmp archive_write_open_fd.po.tmp archive_write_open_file.po.tmp archive_write_open_filename.po.tmp archive_write_open_memory.po.tmp archive_write_set_format_7zip.po.tmp archive_write_set_format_ar.po.tmp archive_write_set_format_by_name.po.tmp archive_write_set_format.po.tmp archive_write_set_format_cpio.po.tmp archive_write_set_format_cpio_newc.po.tmp archive_write_set_format_filter_by_ext.po.tmp archive_write_set_format_gnutar.po.tmp archive_write_set_format_iso9660.po.tmp archive_write_set_format_mtree.po.tmp archive_write_set_format_pax.po.tmp archive_write_set_format_raw.po.tmp archive_write_set_format_shar.po.tmp archive_write_set_format_ustar.po.tmp archive_write_set_format_v7tar.po.tmp archive_write_set_format_warc.po.tmp archive_write_set_format_xar.po.tmp archive_write_set_format_zip.po.tmp archive_write_set_options.po.tmp archive_write_set_passphrase.po.tmp filter_fork_posix.po.tmp xxhash.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f llib-ljemalloc.ln jemalloc_stub.ln || true) --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f libjemalloc.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f libarchive_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f libjemalloc.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f libarchive_g.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/jemalloc/lib && rm -f .depend jemalloc_stub.d jemalloc_stub.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f libarchive_pic.a libarchive.so.* libarchive.so archive_acl.pico archive_blake2sp_ref.pico archive_blake2s_ref.pico archive_check_magic.pico archive_cmdline.pico archive_cryptor.pico archive_digest.pico archive_disk_acl_freebsd.pico archive_entry.pico archive_entry_copy_stat.pico archive_entry_link_resolver.pico archive_entry_sparse.pico archive_entry_stat.pico archive_entry_strmode.pico archive_entry_xattr.pico archive_getdate.pico archive_hmac.pico archive_match.pico archive_options.pico archive_pack_dev.pico archive_pathmatch.pico archive_ppmd7.pico archive_ppmd8.pico archive_random.pico archive_rb.pico archive_read_add_passphrase.pico archive_read_append_filter.pico archive_read.pico archive_read_data_into_fd.pico archive_read_disk_entry_from_file.pico archive_read_disk_posix.pico archive_read_disk_set_standard_lookup.pico archive_read_extract2.pico archive_read_extract.pico archive_read_open_fd.pico archive_read_open_file.pico archive_read_open_filename.pico archive_read_open_memory.pico archive_read_set_format.pico archive_read_set_options.pico archive_read_support_filter_all.pico archive_read_support_filter_bzip2.pico archive_read_support_filter_compress.pico archive_read_support_filter_grzip.pico archive_read_support_filter_gzip.pico archive_read_support_filter_lrzip.pico archive_read_support_filter_lz4.pico archive_read_support_filter_lzop.pico archive_read_support_filter_none.pico archive_read_support_filter_program.pico archive_read_support_filter_rpm.pico archive_read_support_filter_uu.pico archive_read_support_filter_xz.pico archive_read_support_filter_zstd.pico archive_read_support_format_7zip.pico archive_read_support_format_all.pico archive_read_support_format_ar.pico archive_read_support_format_by_code.pico archive_read_support_format_cab.pico archive_read_support_format_cpio.pico archive_read_support_format_empty.pico archive_read_support_format_iso9660.pico archive_read_support_format_lha.pico archive_read_support_format_mtree.pico archive_read_support_format_rar5.pico archive_read_support_format_rar.pico archive_read_support_format_raw.pico archive_read_support_format_tar.pico archive_read_support_format_warc.pico archive_read_support_format_xar.pico archive_read_support_format_zip.pico archive_string.pico archive_string_sprintf.pico archive_util.pico archive_version_details.pico archive_virtual.pico archive_write_add_filter_b64encode.pico archive_write_add_filter_by_name.pico archive_write_add_filter_bzip2.pico archive_write_add_filter.pico archive_write_add_filter_compress.pico archive_write_add_filter_grzip.pico archive_write_add_filter_gzip.pico archive_write_add_filter_lrzip.pico archive_write_add_filter_lz4.pico archive_write_add_filter_lzop.pico archive_write_add_filter_none.pico archive_write_add_filter_program.pico archive_write_add_filter_uuencode.pico archive_write_add_filter_xz.pico archive_write_add_filter_zstd.pico archive_write.pico archive_write_disk_posix.pico archive_write_disk_set_standard_lookup.pico archive_write_open_fd.pico archive_write_open_file.pico archive_write_open_filename.pico archive_write_open_memory.pico archive_write_set_format_7zip.pico archive_write_set_format_ar.pico archive_write_set_format_by_name.pico archive_write_set_format.pico archive_write_set_format_cpio.pico archive_write_set_format_cpio_newc.pico archive_write_set_format_filter_by_ext.pico archive_write_set_format_gnutar.pico archive_write_set_format_iso9660.pico archive_write_set_format_mtree.pico archive_write_set_format_pax.pico archive_write_set_format_raw.pico archive_write_set_format_shar.pico archive_write_set_format_ustar.pico archive_write_set_format_v7tar.pico archive_write_set_format_warc.pico archive_write_set_format_xar.pico archive_write_set_format_zip.pico archive_write_set_options.pico archive_write_set_passphrase.pico filter_fork_posix.pico xxhash.pico archive_acl.pico.tmp archive_blake2sp_ref.pico.tmp archive_blake2s_ref.pico.tmp archive_check_magic.pico.tmp archive_cmdline.pico.tmp archive_cryptor.pico.tmp archive_digest.pico.tmp archive_disk_acl_freebsd.pico.tmp archive_entry.pico.tmp archive_entry_copy_stat.pico.tmp archive_entry_link_resolver.pico.tmp archive_entry_sparse.pico.tmp archive_entry_stat.pico.tmp archive_entry_strmode.pico.tmp archive_entry_xattr.pico.tmp archive_getdate.pico.tmp archive_hmac.pico.tmp archive_match.pico.tmp archive_options.pico.tmp archive_pack_dev.pico.tmp archive_pathmatch.pico.tmp archive_ppmd7.pico.tmp archive_ppmd8.pico.tmp archive_random.pico.tmp archive_rb.pico.tmp archive_read_add_passphrase.pico.tmp archive_read_append_filter.pico.tmp archive_read.pico.tmp archive_read_data_into_fd.pico.tmp archive_read_disk_entry_from_file.pico.tmp archive_read_disk_posix.pico.tmp archive_read_disk_set_standard_lookup.pico.tmp archive_read_extract2.pico.tmp archive_read_extract.pico.tmp archive_read_open_fd.pico.tmp archive_read_open_file.pico.tmp archive_read_open_filename.pico.tmp archive_read_open_memory.pico.tmp archive_read_set_format.pico.tmp archive_read_set_options.pico.tmp archive_read_support_filter_all.pico.tmp archive_read_support_filter_bzip2.pico.tmp archive_read_support_filter_compress.pico.tmp archive_read_support_filter_grzip.pico.tmp archive_read_support_filter_gzip.pico.tmp archive_read_support_filter_lrzip.pico.tmp archive_read_support_filter_lz4.pico.tmp archive_read_support_filter_lzop.pico.tmp archive_read_support_filter_none.pico.tmp archive_read_support_filter_program.pico.tmp archive_read_support_filter_rpm.pico.tmp archive_read_support_filter_uu.pico.tmp archive_read_support_filter_xz.pico.tmp archive_read_support_filter_zstd.pico.tmp archive_read_support_format_7zip.pico.tmp archive_read_support_format_all.pico.tmp archive_read_support_format_ar.pico.tmp archive_read_support_format_by_code.pico.tmp archive_read_support_format_cab.pico.tmp archive_read_support_format_cpio.pico.tmp archive_read_support_format_empty.pico.tmp archive_read_support_format_iso9660.pico.tmp archive_read_support_format_lha.pico.tmp archive_read_support_format_mtree.pico.tmp archive_read_support_format_rar5.pico.tmp archive_read_support_format_rar.pico.tmp archive_read_support_format_raw.pico.tmp archive_read_support_format_tar.pico.tmp archive_read_support_format_warc.pico.tmp archive_read_support_format_xar.pico.tmp archive_read_support_format_zip.pico.tmp archive_string.pico.tmp archive_string_sprintf.pico.tmp archive_util.pico.tmp archive_version_details.pico.tmp archive_virtual.pico.tmp archive_write_add_filter_b64encode.pico.tmp archive_write_add_filter_by_name.pico.tmp archive_write_add_filter_bzip2.pico.tmp archive_write_add_filter.pico.tmp archive_write_add_filter_compress.pico.tmp archive_write_add_filter_grzip.pico.tmp archive_write_add_filter_gzip.pico.tmp archive_write_add_filter_lrzip.pico.tmp archive_write_add_filter_lz4.pico.tmp archive_write_add_filter_lzop.pico.tmp archive_write_add_filter_none.pico.tmp archive_write_add_filter_program.pico.tmp archive_write_add_filter_uuencode.pico.tmp archive_write_add_filter_xz.pico.tmp archive_write_add_filter_zstd.pico.tmp archive_write.pico.tmp archive_write_disk_posix.pico.tmp archive_write_disk_set_standard_lookup.pico.tmp archive_write_open_fd.pico.tmp archive_write_open_file.pico.tmp archive_write_open_filename.pico.tmp archive_write_open_memory.pico.tmp archive_write_set_format_7zip.pico.tmp archive_write_set_format_ar.pico.tmp archive_write_set_format_by_name.pico.tmp archive_write_set_format.pico.tmp archive_write_set_format_cpio.pico.tmp archive_write_set_format_cpio_newc.pico.tmp archive_write_set_format_filter_by_ext.pico.tmp archive_write_set_format_gnutar.pico.tmp archive_write_set_format_iso9660.pico.tmp archive_write_set_format_mtree.pico.tmp archive_write_set_format_pax.pico.tmp archive_write_set_format_raw.pico.tmp archive_write_set_format_shar.pico.tmp archive_write_set_format_ustar.pico.tmp archive_write_set_format_v7tar.pico.tmp archive_write_set_format_warc.pico.tmp archive_write_set_format_xar.pico.tmp archive_write_set_format_zip.pico.tmp archive_write_set_options.pico.tmp archive_write_set_passphrase.pico.tmp filter_fork_posix.pico.tmp xxhash.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/jemalloc/lib && rm -f .depend jemalloc_stub.d jemalloc_stub.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f libarchive_pic.a libarchive.so.* libarchive.so archive_acl.pico archive_blake2sp_ref.pico archive_blake2s_ref.pico archive_check_magic.pico archive_cmdline.pico archive_cryptor.pico archive_digest.pico archive_disk_acl_freebsd.pico archive_entry.pico archive_entry_copy_stat.pico archive_entry_link_resolver.pico archive_entry_sparse.pico archive_entry_stat.pico archive_entry_strmode.pico archive_entry_xattr.pico archive_getdate.pico archive_hmac.pico archive_match.pico archive_options.pico archive_pack_dev.pico archive_pathmatch.pico archive_ppmd7.pico archive_ppmd8.pico archive_random.pico archive_rb.pico archive_read_add_passphrase.pico archive_read_append_filter.pico archive_read.pico archive_read_data_into_fd.pico archive_read_disk_entry_from_file.pico archive_read_disk_posix.pico archive_read_disk_set_standard_lookup.pico archive_read_extract2.pico archive_read_extract.pico archive_read_open_fd.pico archive_read_open_file.pico archive_read_open_filename.pico archive_read_open_memory.pico archive_read_set_format.pico archive_read_set_options.pico archive_read_support_filter_all.pico archive_read_support_filter_bzip2.pico archive_read_support_filter_compress.pico archive_read_support_filter_grzip.pico archive_read_support_filter_gzip.pico archive_read_support_filter_lrzip.pico archive_read_support_filter_lz4.pico archive_read_support_filter_lzop.pico archive_read_support_filter_none.pico archive_read_support_filter_program.pico archive_read_support_filter_rpm.pico archive_read_support_filter_uu.pico archive_read_support_filter_xz.pico archive_read_support_filter_zstd.pico archive_read_support_format_7zip.pico archive_read_support_format_all.pico archive_read_support_format_ar.pico archive_read_support_format_by_code.pico archive_read_support_format_cab.pico archive_read_support_format_cpio.pico archive_read_support_format_empty.pico archive_read_support_format_iso9660.pico archive_read_support_format_lha.pico archive_read_support_format_mtree.pico archive_read_support_format_rar5.pico archive_read_support_format_rar.pico archive_read_support_format_raw.pico archive_read_support_format_tar.pico archive_read_support_format_warc.pico archive_read_support_format_xar.pico archive_read_support_format_zip.pico archive_string.pico archive_string_sprintf.pico archive_util.pico archive_version_details.pico archive_virtual.pico archive_write_add_filter_b64encode.pico archive_write_add_filter_by_name.pico archive_write_add_filter_bzip2.pico archive_write_add_filter.pico archive_write_add_filter_compress.pico archive_write_add_filter_grzip.pico archive_write_add_filter_gzip.pico archive_write_add_filter_lrzip.pico archive_write_add_filter_lz4.pico archive_write_add_filter_lzop.pico archive_write_add_filter_none.pico archive_write_add_filter_program.pico archive_write_add_filter_uuencode.pico archive_write_add_filter_xz.pico archive_write_add_filter_zstd.pico archive_write.pico archive_write_disk_posix.pico archive_write_disk_set_standard_lookup.pico archive_write_open_fd.pico archive_write_open_file.pico archive_write_open_filename.pico archive_write_open_memory.pico archive_write_set_format_7zip.pico archive_write_set_format_ar.pico archive_write_set_format_by_name.pico archive_write_set_format.pico archive_write_set_format_cpio.pico archive_write_set_format_cpio_newc.pico archive_write_set_format_filter_by_ext.pico archive_write_set_format_gnutar.pico archive_write_set_format_iso9660.pico archive_write_set_format_mtree.pico archive_write_set_format_pax.pico archive_write_set_format_raw.pico archive_write_set_format_shar.pico archive_write_set_format_ustar.pico archive_write_set_format_v7tar.pico archive_write_set_format_warc.pico archive_write_set_format_xar.pico archive_write_set_format_zip.pico archive_write_set_options.pico archive_write_set_passphrase.pico filter_fork_posix.pico xxhash.pico archive_acl.pico.tmp archive_blake2sp_ref.pico.tmp archive_blake2s_ref.pico.tmp archive_check_magic.pico.tmp archive_cmdline.pico.tmp archive_cryptor.pico.tmp archive_digest.pico.tmp archive_disk_acl_freebsd.pico.tmp archive_entry.pico.tmp archive_entry_copy_stat.pico.tmp archive_entry_link_resolver.pico.tmp archive_entry_sparse.pico.tmp archive_entry_stat.pico.tmp archive_entry_strmode.pico.tmp archive_entry_xattr.pico.tmp archive_getdate.pico.tmp archive_hmac.pico.tmp archive_match.pico.tmp archive_options.pico.tmp archive_pack_dev.pico.tmp archive_pathmatch.pico.tmp archive_ppmd7.pico.tmp archive_ppmd8.pico.tmp archive_random.pico.tmp archive_rb.pico.tmp archive_read_add_passphrase.pico.tmp archive_read_append_filter.pico.tmp archive_read.pico.tmp archive_read_data_into_fd.pico.tmp archive_read_disk_entry_from_file.pico.tmp archive_read_disk_posix.pico.tmp archive_read_disk_set_standard_lookup.pico.tmp archive_read_extract2.pico.tmp archive_read_extract.pico.tmp archive_read_open_fd.pico.tmp archive_read_open_file.pico.tmp archive_read_open_filename.pico.tmp archive_read_open_memory.pico.tmp archive_read_set_format.pico.tmp archive_read_set_options.pico.tmp archive_read_support_filter_all.pico.tmp archive_read_support_filter_bzip2.pico.tmp archive_read_support_filter_compress.pico.tmp archive_read_support_filter_grzip.pico.tmp archive_read_support_filter_gzip.pico.tmp archive_read_support_filter_lrzip.pico.tmp archive_read_support_filter_lz4.pico.tmp archive_read_support_filter_lzop.pico.tmp archive_read_support_filter_none.pico.tmp archive_read_support_filter_program.pico.tmp archive_read_support_filter_rpm.pico.tmp archive_read_support_filter_uu.pico.tmp archive_read_support_filter_xz.pico.tmp archive_read_support_filter_zstd.pico.tmp archive_read_support_format_7zip.pico.tmp archive_read_support_format_all.pico.tmp archive_read_support_format_ar.pico.tmp archive_read_support_format_by_code.pico.tmp archive_read_support_format_cab.pico.tmp archive_read_support_format_cpio.pico.tmp archive_read_support_format_empty.pico.tmp archive_read_support_format_iso9660.pico.tmp archive_read_support_format_lha.pico.tmp archive_read_support_format_mtree.pico.tmp archive_read_support_format_rar5.pico.tmp archive_read_support_format_rar.pico.tmp archive_read_support_format_raw.pico.tmp archive_read_support_format_tar.pico.tmp archive_read_support_format_warc.pico.tmp archive_read_support_format_xar.pico.tmp archive_read_support_format_zip.pico.tmp archive_string.pico.tmp archive_string_sprintf.pico.tmp archive_util.pico.tmp archive_version_details.pico.tmp archive_virtual.pico.tmp archive_write_add_filter_b64encode.pico.tmp archive_write_add_filter_by_name.pico.tmp archive_write_add_filter_bzip2.pico.tmp archive_write_add_filter.pico.tmp archive_write_add_filter_compress.pico.tmp archive_write_add_filter_grzip.pico.tmp archive_write_add_filter_gzip.pico.tmp archive_write_add_filter_lrzip.pico.tmp archive_write_add_filter_lz4.pico.tmp archive_write_add_filter_lzop.pico.tmp archive_write_add_filter_none.pico.tmp archive_write_add_filter_program.pico.tmp archive_write_add_filter_uuencode.pico.tmp archive_write_add_filter_xz.pico.tmp archive_write_add_filter_zstd.pico.tmp archive_write.pico.tmp archive_write_disk_posix.pico.tmp archive_write_disk_set_standard_lookup.pico.tmp archive_write_open_fd.pico.tmp archive_write_open_file.pico.tmp archive_write_open_filename.pico.tmp archive_write_open_memory.pico.tmp archive_write_set_format_7zip.pico.tmp archive_write_set_format_ar.pico.tmp archive_write_set_format_by_name.pico.tmp archive_write_set_format.pico.tmp archive_write_set_format_cpio.pico.tmp archive_write_set_format_cpio_newc.pico.tmp archive_write_set_format_filter_by_ext.pico.tmp archive_write_set_format_gnutar.pico.tmp archive_write_set_format_iso9660.pico.tmp archive_write_set_format_mtree.pico.tmp archive_write_set_format_pax.pico.tmp archive_write_set_format_raw.pico.tmp archive_write_set_format_shar.pico.tmp archive_write_set_format_ustar.pico.tmp archive_write_set_format_v7tar.pico.tmp archive_write_set_format_warc.pico.tmp archive_write_set_format_xar.pico.tmp archive_write_set_format_zip.pico.tmp archive_write_set_options.pico.tmp archive_write_set_passphrase.pico.tmp filter_fork_posix.pico.tmp xxhash.pico.tmp || true) --- cleandir-lib --- --- cleandir-../external/gpl3/gcc/lib/libobjc --- cleandir ===> lib/../external/gpl3/gcc/lib/libobjc --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f llib-larchive.ln archive_acl.ln archive_blake2sp_ref.ln archive_blake2s_ref.ln archive_check_magic.ln archive_cmdline.ln archive_cryptor.ln archive_digest.ln archive_disk_acl_freebsd.ln archive_entry.ln archive_entry_copy_stat.ln archive_entry_link_resolver.ln archive_entry_sparse.ln archive_entry_stat.ln archive_entry_strmode.ln archive_entry_xattr.ln archive_getdate.ln archive_hmac.ln archive_match.ln archive_options.ln archive_pack_dev.ln archive_pathmatch.ln archive_ppmd7.ln archive_ppmd8.ln archive_random.ln archive_rb.ln archive_read_add_passphrase.ln archive_read_append_filter.ln archive_read.ln archive_read_data_into_fd.ln archive_read_disk_entry_from_file.ln archive_read_disk_posix.ln archive_read_disk_set_standard_lookup.ln archive_read_extract2.ln archive_read_extract.ln archive_read_open_fd.ln archive_read_open_file.ln archive_read_open_filename.ln archive_read_open_memory.ln archive_read_set_format.ln archive_read_set_options.ln archive_read_support_filter_all.ln archive_read_support_filter_bzip2.ln archive_read_support_filter_compress.ln archive_read_support_filter_grzip.ln archive_read_support_filter_gzip.ln archive_read_support_filter_lrzip.ln archive_read_support_filter_lz4.ln archive_read_support_filter_lzop.ln archive_read_support_filter_none.ln archive_read_support_filter_program.ln archive_read_support_filter_rpm.ln archive_read_support_filter_uu.ln archive_read_support_filter_xz.ln archive_read_support_filter_zstd.ln archive_read_support_format_7zip.ln archive_read_support_format_all.ln archive_read_support_format_ar.ln archive_read_support_format_by_code.ln archive_read_support_format_cab.ln archive_read_support_format_cpio.ln archive_read_support_format_empty.ln archive_read_support_format_iso9660.ln archive_read_support_format_lha.ln archive_read_support_format_mtree.ln archive_read_support_format_rar5.ln archive_read_support_format_rar.ln archive_read_support_format_raw.ln archive_read_support_format_tar.ln archive_read_support_format_warc.ln archive_read_support_format_xar.ln archive_read_support_format_zip.ln archive_string.ln archive_string_sprintf.ln archive_util.ln archive_version_details.ln archive_virtual.ln archive_write_add_filter_b64encode.ln archive_write_add_filter_by_name.ln archive_write_add_filter_bzip2.ln archive_write_add_filter.ln archive_write_add_filter_compress.ln archive_write_add_filter_grzip.ln archive_write_add_filter_gzip.ln archive_write_add_filter_lrzip.ln archive_write_add_filter_lz4.ln archive_write_add_filter_lzop.ln archive_write_add_filter_none.ln archive_write_add_filter_program.ln archive_write_add_filter_uuencode.ln archive_write_add_filter_xz.ln archive_write_add_filter_zstd.ln archive_write.ln archive_write_disk_posix.ln archive_write_disk_set_standard_lookup.ln archive_write_open_fd.ln archive_write_open_file.ln archive_write_open_filename.ln archive_write_open_memory.ln archive_write_set_format_7zip.ln archive_write_set_format_ar.ln archive_write_set_format_by_name.ln archive_write_set_format.ln archive_write_set_format_cpio.ln archive_write_set_format_cpio_newc.ln archive_write_set_format_filter_by_ext.ln archive_write_set_format_gnutar.ln archive_write_set_format_iso9660.ln archive_write_set_format_mtree.ln archive_write_set_format_pax.ln archive_write_set_format_raw.ln archive_write_set_format_shar.ln archive_write_set_format_ustar.ln archive_write_set_format_v7tar.ln archive_write_set_format_warc.ln archive_write_set_format_xar.ln archive_write_set_format_zip.ln archive_write_set_options.ln archive_write_set_passphrase.ln filter_fork_posix.ln xxhash.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f llib-larchive.ln archive_acl.ln archive_blake2sp_ref.ln archive_blake2s_ref.ln archive_check_magic.ln archive_cmdline.ln archive_cryptor.ln archive_digest.ln archive_disk_acl_freebsd.ln archive_entry.ln archive_entry_copy_stat.ln archive_entry_link_resolver.ln archive_entry_sparse.ln archive_entry_stat.ln archive_entry_strmode.ln archive_entry_xattr.ln archive_getdate.ln archive_hmac.ln archive_match.ln archive_options.ln archive_pack_dev.ln archive_pathmatch.ln archive_ppmd7.ln archive_ppmd8.ln archive_random.ln archive_rb.ln archive_read_add_passphrase.ln archive_read_append_filter.ln archive_read.ln archive_read_data_into_fd.ln archive_read_disk_entry_from_file.ln archive_read_disk_posix.ln archive_read_disk_set_standard_lookup.ln archive_read_extract2.ln archive_read_extract.ln archive_read_open_fd.ln archive_read_open_file.ln archive_read_open_filename.ln archive_read_open_memory.ln archive_read_set_format.ln archive_read_set_options.ln archive_read_support_filter_all.ln archive_read_support_filter_bzip2.ln archive_read_support_filter_compress.ln archive_read_support_filter_grzip.ln archive_read_support_filter_gzip.ln archive_read_support_filter_lrzip.ln archive_read_support_filter_lz4.ln archive_read_support_filter_lzop.ln archive_read_support_filter_none.ln archive_read_support_filter_program.ln archive_read_support_filter_rpm.ln archive_read_support_filter_uu.ln archive_read_support_filter_xz.ln archive_read_support_filter_zstd.ln archive_read_support_format_7zip.ln archive_read_support_format_all.ln archive_read_support_format_ar.ln archive_read_support_format_by_code.ln archive_read_support_format_cab.ln archive_read_support_format_cpio.ln archive_read_support_format_empty.ln archive_read_support_format_iso9660.ln archive_read_support_format_lha.ln archive_read_support_format_mtree.ln archive_read_support_format_rar5.ln archive_read_support_format_rar.ln archive_read_support_format_raw.ln archive_read_support_format_tar.ln archive_read_support_format_warc.ln archive_read_support_format_xar.ln archive_read_support_format_zip.ln archive_string.ln archive_string_sprintf.ln archive_util.ln archive_version_details.ln archive_virtual.ln archive_write_add_filter_b64encode.ln archive_write_add_filter_by_name.ln archive_write_add_filter_bzip2.ln archive_write_add_filter.ln archive_write_add_filter_compress.ln archive_write_add_filter_grzip.ln archive_write_add_filter_gzip.ln archive_write_add_filter_lrzip.ln archive_write_add_filter_lz4.ln archive_write_add_filter_lzop.ln archive_write_add_filter_none.ln archive_write_add_filter_program.ln archive_write_add_filter_uuencode.ln archive_write_add_filter_xz.ln archive_write_add_filter_zstd.ln archive_write.ln archive_write_disk_posix.ln archive_write_disk_set_standard_lookup.ln archive_write_open_fd.ln archive_write_open_file.ln archive_write_open_filename.ln archive_write_open_memory.ln archive_write_set_format_7zip.ln archive_write_set_format_ar.ln archive_write_set_format_by_name.ln archive_write_set_format.ln archive_write_set_format_cpio.ln archive_write_set_format_cpio_newc.ln archive_write_set_format_filter_by_ext.ln archive_write_set_format_gnutar.ln archive_write_set_format_iso9660.ln archive_write_set_format_mtree.ln archive_write_set_format_pax.ln archive_write_set_format_raw.ln archive_write_set_format_shar.ln archive_write_set_format_ustar.ln archive_write_set_format_v7tar.ln archive_write_set_format_warc.ln archive_write_set_format_xar.ln archive_write_set_format_zip.ln archive_write_set_options.ln archive_write_set_passphrase.ln filter_fork_posix.ln xxhash.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f libobjc.a NXConstStr.o Object.o Protocol.o accessors.o linking.o class.o encoding.o error.o gc.o hash.o init.o ivars.o memory.o methods.o nil_method.o objc-foreach.o objc-sync.o objects.o protocols.o sarray.o selector.o sendmsg.o thr.o exception.o NXConstStr.o.tmp Object.o.tmp Protocol.o.tmp accessors.o.tmp linking.o.tmp class.o.tmp encoding.o.tmp error.o.tmp gc.o.tmp hash.o.tmp init.o.tmp ivars.o.tmp memory.o.tmp methods.o.tmp nil_method.o.tmp objc-foreach.o.tmp objc-sync.o.tmp objects.o.tmp protocols.o.tmp sarray.o.tmp selector.o.tmp sendmsg.o.tmp thr.o.tmp exception.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f libarchive.pc libarchive.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f libarchive.pc libarchive.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f libobjc.a NXConstStr.o Object.o Protocol.o accessors.o linking.o class.o encoding.o error.o gc.o hash.o init.o ivars.o memory.o methods.o nil_method.o objc-foreach.o objc-sync.o objects.o protocols.o sarray.o selector.o sendmsg.o thr.o exception.o NXConstStr.o.tmp Object.o.tmp Protocol.o.tmp accessors.o.tmp linking.o.tmp class.o.tmp encoding.o.tmp error.o.tmp gc.o.tmp hash.o.tmp init.o.tmp ivars.o.tmp memory.o.tmp methods.o.tmp nil_method.o.tmp objc-foreach.o.tmp objc-sync.o.tmp objects.o.tmp protocols.o.tmp sarray.o.tmp selector.o.tmp sendmsg.o.tmp thr.o.tmp exception.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f libobjc_p.a NXConstStr.po Object.po Protocol.po accessors.po linking.po class.po encoding.po error.po gc.po hash.po init.po ivars.po memory.po methods.po nil_method.po objc-foreach.po objc-sync.po objects.po protocols.po sarray.po selector.po sendmsg.po thr.po exception.po NXConstStr.po.tmp Object.po.tmp Protocol.po.tmp accessors.po.tmp linking.po.tmp class.po.tmp encoding.po.tmp error.po.tmp gc.po.tmp hash.po.tmp init.po.tmp ivars.po.tmp memory.po.tmp methods.po.tmp nil_method.po.tmp objc-foreach.po.tmp objc-sync.po.tmp objects.po.tmp protocols.po.tmp sarray.po.tmp selector.po.tmp sendmsg.po.tmp thr.po.tmp exception.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f archive_entry.html3 archive_entry_acl.html3 archive_entry_linkify.html3 archive_entry_misc.html3 archive_entry_paths.html3 archive_entry_perms.html3 archive_entry_stat.html3 archive_entry_time.html3 archive_read.html3 archive_read_add_passphrase.html3 archive_read_data.html3 archive_read_disk.html3 archive_read_extract.html3 archive_read_filter.html3 archive_read_format.html3 archive_read_free.html3 archive_read_header.html3 archive_read_new.html3 archive_read_open.html3 archive_read_set_options.html3 archive_util.html3 archive_write.html3 archive_write_blocksize.html3 archive_write_data.html3 archive_write_disk.html3 archive_write_filter.html3 archive_write_finish_entry.html3 archive_write_format.html3 archive_write_free.html3 archive_write_header.html3 archive_write_new.html3 archive_write_open.html3 archive_write_set_options.html3 archive_write_set_passphrase.html3 libarchive.html3 libarchive_changes.html3 libarchive_internals.html3 cpio.html5 libarchive-formats.html5 mtree.html5 tar.html5 .depend archive_acl.d archive_blake2s_ref.d archive_blake2sp_ref.d archive_check_magic.d archive_cmdline.d archive_cryptor.d archive_digest.d archive_disk_acl_freebsd.d archive_entry.d archive_entry_copy_stat.d archive_entry_link_resolver.d archive_entry_sparse.d archive_entry_stat.d archive_entry_strmode.d archive_entry_xattr.d archive_getdate.d archive_hmac.d archive_match.d archive_options.d archive_pack_dev.d archive_pathmatch.d archive_ppmd7.d archive_ppmd8.d archive_random.d archive_rb.d archive_read.d archive_read_add_passphrase.d archive_read_append_filter.d archive_read_data_into_fd.d archive_read_disk_entry_from_file.d archive_read_disk_posix.d archive_read_disk_set_standard_lookup.d archive_read_extract.d archive_read_extract2.d archive_read_open_fd.d archive_read_open_file.d archive_read_open_filename.d archive_read_open_memory.d archive_read_set_format.d archive_read_set_options.d archive_read_support_filter_all.d archive_read_support_filter_bzip2.d archive_read_support_filter_compress.d archive_read_support_filter_grzip.d archive_read_support_filter_gzip.d archive_read_support_filter_lrzip.d archive_read_support_filter_lz4.d archive_read_support_filter_lzop.d archive_read_support_filter_none.d archive_read_support_filter_program.d archive_read_support_filter_rpm.d archive_read_support_filter_uu.d archive_read_support_filter_xz.d archive_read_support_filter_zstd.d archive_read_support_format_7zip.d archive_read_support_format_all.d archive_read_support_format_ar.d archive_read_support_format_by_code.d archive_read_support_format_cab.d archive_read_support_format_cpio.d archive_read_support_format_empty.d archive_read_support_format_iso9660.d archive_read_support_format_lha.d archive_read_support_format_mtree.d archive_read_support_format_rar.d archive_read_support_format_rar5.d archive_read_support_format_raw.d archive_read_support_format_tar.d archive_read_support_format_warc.d archive_read_support_format_xar.d archive_read_support_format_zip.d archive_string.d archive_string_sprintf.d archive_util.d archive_version_details.d archive_virtual.d archive_write.d archive_write_add_filter.d archive_write_add_filter_b64encode.d archive_write_add_filter_by_name.d archive_write_add_filter_bzip2.d archive_write_add_filter_compress.d archive_write_add_filter_grzip.d archive_write_add_filter_gzip.d archive_write_add_filter_lrzip.d archive_write_add_filter_lz4.d archive_write_add_filter_lzop.d archive_write_add_filter_none.d archive_write_add_filter_program.d archive_write_add_filter_uuencode.d archive_write_add_filter_xz.d archive_write_add_filter_zstd.d archive_write_disk_posix.d archive_write_disk_set_standard_lookup.d archive_write_open_fd.d archive_write_open_file.d archive_write_open_filename.d archive_write_open_memory.d archive_write_set_format.d archive_write_set_format_7zip.d archive_write_set_format_ar.d archive_write_set_format_by_name.d archive_write_set_format_cpio.d archive_write_set_format_cpio_newc.d archive_write_set_format_filter_by_ext.d archive_write_set_format_gnutar.d archive_write_set_format_iso9660.d archive_write_set_format_mtree.d archive_write_set_format_pax.d archive_write_set_format_raw.d archive_write_set_format_shar.d archive_write_set_format_ustar.d archive_write_set_format_v7tar.d archive_write_set_format_warc.d archive_write_set_format_xar.d archive_write_set_format_zip.d archive_write_set_options.d archive_write_set_passphrase.d filter_fork_posix.d xxhash.d archive_acl.d.tmp archive_blake2s_ref.d.tmp archive_blake2sp_ref.d.tmp archive_check_magic.d.tmp archive_cmdline.d.tmp archive_cryptor.d.tmp archive_digest.d.tmp archive_disk_acl_freebsd.d.tmp archive_entry.d.tmp archive_entry_copy_stat.d.tmp archive_entry_link_resolver.d.tmp archive_entry_sparse.d.tmp archive_entry_stat.d.tmp archive_entry_strmode.d.tmp archive_entry_xattr.d.tmp archive_getdate.d.tmp archive_hmac.d.tmp archive_match.d.tmp archive_options.d.tmp archive_pack_dev.d.tmp archive_pathmatch.d.tmp archive_ppmd7.d.tmp archive_ppmd8.d.tmp archive_random.d.tmp archive_rb.d.tmp archive_read.d.tmp archive_read_add_passphrase.d.tmp archive_read_append_filter.d.tmp archive_read_data_into_fd.d.tmp archive_read_disk_entry_from_file.d.tmp archive_read_disk_posix.d.tmp archive_read_disk_set_standard_lookup.d.tmp archive_read_extract.d.tmp archive_read_extract2.d.tmp archive_read_open_fd.d.tmp archive_read_open_file.d.tmp archive_read_open_filename.d.tmp archive_read_open_memory.d.tmp archive_read_set_format.d.tmp archive_read_set_options.d.tmp archive_read_support_filter_all.d.tmp archive_read_support_filter_bzip2.d.tmp archive_read_support_filter_compress.d.tmp archive_read_support_filter_grzip.d.tmp archive_read_support_filter_gzip.d.tmp archive_read_support_filter_lrzip.d.tmp archive_read_support_filter_lz4.d.tmp archive_read_support_filter_lzop.d.tmp archive_read_support_filter_none.d.tmp archive_read_support_filter_program.d.tmp archive_read_support_filter_rpm.d.tmp archive_read_support_filter_uu.d.tmp archive_read_support_filter_xz.d.tmp archive_read_support_filter_zstd.d.tmp archive_read_support_format_7zip.d.tmp archive_read_support_format_all.d.tmp archive_read_support_format_ar.d.tmp archive_read_support_format_by_code.d.tmp archive_read_support_format_cab.d.tmp archive_read_support_format_cpio.d.tmp archive_read_support_format_empty.d.tmp archive_read_support_format_iso9660.d.tmp archive_read_support_format_lha.d.tmp archive_read_support_format_mtree.d.tmp archive_read_support_format_rar.d.tmp archive_read_support_format_rar5.d.tmp archive_read_support_format_raw.d.tmp archive_read_support_format_tar.d.tmp archive_read_support_format_warc.d.tmp archive_read_support_format_xar.d.tmp archive_read_support_format_zip.d.tmp archive_string.d.tmp archive_string_sprintf.d.tmp archive_util.d.tmp archive_version_details.d.tmp archive_virtual.d.tmp archive_write.d.tmp archive_write_add_filter.d.tmp archive_write_add_filter_b64encode.d.tmp archive_write_add_filter_by_name.d.tmp archive_write_add_filter_bzip2.d.tmp archive_write_add_filter_compress.d.tmp archive_write_add_filter_grzip.d.tmp archive_write_add_filter_gzip.d.tmp archive_write_add_filter_lrzip.d.tmp archive_write_add_filter_lz4.d.tmp archive_write_add_filter_lzop.d.tmp archive_write_add_filter_none.d.tmp archive_write_add_filter_program.d.tmp archive_write_add_filter_uuencode.d.tmp archive_write_add_filter_xz.d.tmp archive_write_add_filter_zstd.d.tmp archive_write_disk_posix.d.tmp archive_write_disk_set_standard_lookup.d.tmp archive_write_open_fd.d.tmp archive_write_open_file.d.tmp archive_write_open_filename.d.tmp archive_write_open_memory.d.tmp archive_write_set_format.d.tmp archive_write_set_format_7zip.d.tmp archive_write_set_format_ar.d.tmp archive_write_set_format_by_name.d.tmp archive_write_set_format_cpio.d.tmp archive_write_set_format_cpio_newc.d.tmp archive_write_set_format_filter_by_ext.d.tmp archive_write_set_format_gnutar.d.tmp archive_write_set_format_iso9660.d.tmp archive_write_set_format_mtree.d.tmp archive_write_set_format_pax.d.tmp archive_write_set_format_raw.d.tmp archive_write_set_format_shar.d.tmp archive_write_set_format_ustar.d.tmp archive_write_set_format_v7tar.d.tmp archive_write_set_format_warc.d.tmp archive_write_set_format_xar.d.tmp archive_write_set_format_zip.d.tmp archive_write_set_options.d.tmp archive_write_set_passphrase.d.tmp filter_fork_posix.d.tmp xxhash.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f libobjc_p.a NXConstStr.po Object.po Protocol.po accessors.po linking.po class.po encoding.po error.po gc.po hash.po init.po ivars.po memory.po methods.po nil_method.po objc-foreach.po objc-sync.po objects.po protocols.po sarray.po selector.po sendmsg.po thr.po exception.po NXConstStr.po.tmp Object.po.tmp Protocol.po.tmp accessors.po.tmp linking.po.tmp class.po.tmp encoding.po.tmp error.po.tmp gc.po.tmp hash.po.tmp init.po.tmp ivars.po.tmp memory.po.tmp methods.po.tmp nil_method.po.tmp objc-foreach.po.tmp objc-sync.po.tmp objects.po.tmp protocols.po.tmp sarray.po.tmp selector.po.tmp sendmsg.po.tmp thr.po.tmp exception.po.tmp || true) --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f archive_entry.html3 archive_entry_acl.html3 archive_entry_linkify.html3 archive_entry_misc.html3 archive_entry_paths.html3 archive_entry_perms.html3 archive_entry_stat.html3 archive_entry_time.html3 archive_read.html3 archive_read_add_passphrase.html3 archive_read_data.html3 archive_read_disk.html3 archive_read_extract.html3 archive_read_filter.html3 archive_read_format.html3 archive_read_free.html3 archive_read_header.html3 archive_read_new.html3 archive_read_open.html3 archive_read_set_options.html3 archive_util.html3 archive_write.html3 archive_write_blocksize.html3 archive_write_data.html3 archive_write_disk.html3 archive_write_filter.html3 archive_write_finish_entry.html3 archive_write_format.html3 archive_write_free.html3 archive_write_header.html3 archive_write_new.html3 archive_write_open.html3 archive_write_set_options.html3 archive_write_set_passphrase.html3 libarchive.html3 libarchive_changes.html3 libarchive_internals.html3 cpio.html5 libarchive-formats.html5 mtree.html5 tar.html5 .depend archive_acl.d archive_blake2s_ref.d archive_blake2sp_ref.d archive_check_magic.d archive_cmdline.d archive_cryptor.d archive_digest.d archive_disk_acl_freebsd.d archive_entry.d archive_entry_copy_stat.d archive_entry_link_resolver.d archive_entry_sparse.d archive_entry_stat.d archive_entry_strmode.d archive_entry_xattr.d archive_getdate.d archive_hmac.d archive_match.d archive_options.d archive_pack_dev.d archive_pathmatch.d archive_ppmd7.d archive_ppmd8.d archive_random.d archive_rb.d archive_read.d archive_read_add_passphrase.d archive_read_append_filter.d archive_read_data_into_fd.d archive_read_disk_entry_from_file.d archive_read_disk_posix.d archive_read_disk_set_standard_lookup.d archive_read_extract.d archive_read_extract2.d archive_read_open_fd.d archive_read_open_file.d archive_read_open_filename.d archive_read_open_memory.d archive_read_set_format.d archive_read_set_options.d archive_read_support_filter_all.d archive_read_support_filter_bzip2.d archive_read_support_filter_compress.d archive_read_support_filter_grzip.d archive_read_support_filter_gzip.d archive_read_support_filter_lrzip.d archive_read_support_filter_lz4.d archive_read_support_filter_lzop.d archive_read_support_filter_none.d archive_read_support_filter_program.d archive_read_support_filter_rpm.d archive_read_support_filter_uu.d archive_read_support_filter_xz.d archive_read_support_filter_zstd.d archive_read_support_format_7zip.d archive_read_support_format_all.d archive_read_support_format_ar.d archive_read_support_format_by_code.d archive_read_support_format_cab.d archive_read_support_format_cpio.d archive_read_support_format_empty.d archive_read_support_format_iso9660.d archive_read_support_format_lha.d archive_read_support_format_mtree.d archive_read_support_format_rar.d archive_read_support_format_rar5.d archive_read_support_format_raw.d archive_read_support_format_tar.d archive_read_support_format_warc.d archive_read_support_format_xar.d archive_read_support_format_zip.d archive_string.d archive_string_sprintf.d archive_util.d archive_version_details.d archive_virtual.d archive_write.d archive_write_add_filter.d archive_write_add_filter_b64encode.d archive_write_add_filter_by_name.d archive_write_add_filter_bzip2.d archive_write_add_filter_compress.d archive_write_add_filter_grzip.d archive_write_add_filter_gzip.d archive_write_add_filter_lrzip.d archive_write_add_filter_lz4.d archive_write_add_filter_lzop.d archive_write_add_filter_none.d archive_write_add_filter_program.d archive_write_add_filter_uuencode.d archive_write_add_filter_xz.d archive_write_add_filter_zstd.d archive_write_disk_posix.d archive_write_disk_set_standard_lookup.d archive_write_open_fd.d archive_write_open_file.d archive_write_open_filename.d archive_write_open_memory.d archive_write_set_format.d archive_write_set_format_7zip.d archive_write_set_format_ar.d archive_write_set_format_by_name.d archive_write_set_format_cpio.d archive_write_set_format_cpio_newc.d archive_write_set_format_filter_by_ext.d archive_write_set_format_gnutar.d archive_write_set_format_iso9660.d archive_write_set_format_mtree.d archive_write_set_format_pax.d archive_write_set_format_raw.d archive_write_set_format_shar.d archive_write_set_format_ustar.d archive_write_set_format_v7tar.d archive_write_set_format_warc.d archive_write_set_format_xar.d archive_write_set_format_zip.d archive_write_set_options.d archive_write_set_passphrase.d filter_fork_posix.d xxhash.d archive_acl.d.tmp archive_blake2s_ref.d.tmp archive_blake2sp_ref.d.tmp archive_check_magic.d.tmp archive_cmdline.d.tmp archive_cryptor.d.tmp archive_digest.d.tmp archive_disk_acl_freebsd.d.tmp archive_entry.d.tmp archive_entry_copy_stat.d.tmp archive_entry_link_resolver.d.tmp archive_entry_sparse.d.tmp archive_entry_stat.d.tmp archive_entry_strmode.d.tmp archive_entry_xattr.d.tmp archive_getdate.d.tmp archive_hmac.d.tmp archive_match.d.tmp archive_options.d.tmp archive_pack_dev.d.tmp archive_pathmatch.d.tmp archive_ppmd7.d.tmp archive_ppmd8.d.tmp archive_random.d.tmp archive_rb.d.tmp archive_read.d.tmp archive_read_add_passphrase.d.tmp archive_read_append_filter.d.tmp archive_read_data_into_fd.d.tmp archive_read_disk_entry_from_file.d.tmp archive_read_disk_posix.d.tmp archive_read_disk_set_standard_lookup.d.tmp archive_read_extract.d.tmp archive_read_extract2.d.tmp archive_read_open_fd.d.tmp archive_read_open_file.d.tmp archive_read_open_filename.d.tmp archive_read_open_memory.d.tmp archive_read_set_format.d.tmp archive_read_set_options.d.tmp archive_read_support_filter_all.d.tmp archive_read_support_filter_bzip2.d.tmp archive_read_support_filter_compress.d.tmp archive_read_support_filter_grzip.d.tmp archive_read_support_filter_gzip.d.tmp archive_read_support_filter_lrzip.d.tmp archive_read_support_filter_lz4.d.tmp archive_read_support_filter_lzop.d.tmp archive_read_support_filter_none.d.tmp archive_read_support_filter_program.d.tmp archive_read_support_filter_rpm.d.tmp archive_read_support_filter_uu.d.tmp archive_read_support_filter_xz.d.tmp archive_read_support_filter_zstd.d.tmp archive_read_support_format_7zip.d.tmp archive_read_support_format_all.d.tmp archive_read_support_format_ar.d.tmp archive_read_support_format_by_code.d.tmp archive_read_support_format_cab.d.tmp archive_read_support_format_cpio.d.tmp archive_read_support_format_empty.d.tmp archive_read_support_format_iso9660.d.tmp archive_read_support_format_lha.d.tmp archive_read_support_format_mtree.d.tmp archive_read_support_format_rar.d.tmp archive_read_support_format_rar5.d.tmp archive_read_support_format_raw.d.tmp archive_read_support_format_tar.d.tmp archive_read_support_format_warc.d.tmp archive_read_support_format_xar.d.tmp archive_read_support_format_zip.d.tmp archive_string.d.tmp archive_string_sprintf.d.tmp archive_util.d.tmp archive_version_details.d.tmp archive_virtual.d.tmp archive_write.d.tmp archive_write_add_filter.d.tmp archive_write_add_filter_b64encode.d.tmp archive_write_add_filter_by_name.d.tmp archive_write_add_filter_bzip2.d.tmp archive_write_add_filter_compress.d.tmp archive_write_add_filter_grzip.d.tmp archive_write_add_filter_gzip.d.tmp archive_write_add_filter_lrzip.d.tmp archive_write_add_filter_lz4.d.tmp archive_write_add_filter_lzop.d.tmp archive_write_add_filter_none.d.tmp archive_write_add_filter_program.d.tmp archive_write_add_filter_uuencode.d.tmp archive_write_add_filter_xz.d.tmp archive_write_add_filter_zstd.d.tmp archive_write_disk_posix.d.tmp archive_write_disk_set_standard_lookup.d.tmp archive_write_open_fd.d.tmp archive_write_open_file.d.tmp archive_write_open_filename.d.tmp archive_write_open_memory.d.tmp archive_write_set_format.d.tmp archive_write_set_format_7zip.d.tmp archive_write_set_format_ar.d.tmp archive_write_set_format_by_name.d.tmp archive_write_set_format_cpio.d.tmp archive_write_set_format_cpio_newc.d.tmp archive_write_set_format_filter_by_ext.d.tmp archive_write_set_format_gnutar.d.tmp archive_write_set_format_iso9660.d.tmp archive_write_set_format_mtree.d.tmp archive_write_set_format_pax.d.tmp archive_write_set_format_raw.d.tmp archive_write_set_format_shar.d.tmp archive_write_set_format_ustar.d.tmp archive_write_set_format_v7tar.d.tmp archive_write_set_format_warc.d.tmp archive_write_set_format_xar.d.tmp archive_write_set_format_zip.d.tmp archive_write_set_options.d.tmp archive_write_set_passphrase.d.tmp filter_fork_posix.d.tmp xxhash.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f libobjc_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f libobjc_g.a || true) --- cleandir-external --- --- cleandir-libarchive_fe --- cleandir ===> external/bsd/libarchive/lib/libarchive_fe --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f libobjc_pic.a libobjc.so.* libobjc.so NXConstStr.pico Object.pico Protocol.pico accessors.pico linking.pico class.pico encoding.pico error.pico gc.pico hash.pico init.pico ivars.pico memory.pico methods.pico nil_method.pico objc-foreach.pico objc-sync.pico objects.pico protocols.pico sarray.pico selector.pico sendmsg.pico thr.pico exception.pico NXConstStr.pico.tmp Object.pico.tmp Protocol.pico.tmp accessors.pico.tmp linking.pico.tmp class.pico.tmp encoding.pico.tmp error.pico.tmp gc.pico.tmp hash.pico.tmp init.pico.tmp ivars.pico.tmp memory.pico.tmp methods.pico.tmp nil_method.pico.tmp objc-foreach.pico.tmp objc-sync.pico.tmp objects.pico.tmp protocols.pico.tmp sarray.pico.tmp selector.pico.tmp sendmsg.pico.tmp thr.pico.tmp exception.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f libobjc_pic.a libobjc.so.* libobjc.so NXConstStr.pico Object.pico Protocol.pico accessors.pico linking.pico class.pico encoding.pico error.pico gc.pico hash.pico init.pico ivars.pico memory.pico methods.pico nil_method.pico objc-foreach.pico objc-sync.pico objects.pico protocols.pico sarray.pico selector.pico sendmsg.pico thr.pico exception.pico NXConstStr.pico.tmp Object.pico.tmp Protocol.pico.tmp accessors.pico.tmp linking.pico.tmp class.pico.tmp encoding.pico.tmp error.pico.tmp gc.pico.tmp hash.pico.tmp init.pico.tmp ivars.pico.tmp memory.pico.tmp methods.pico.tmp nil_method.pico.tmp objc-foreach.pico.tmp objc-sync.pico.tmp objects.pico.tmp protocols.pico.tmp sarray.pico.tmp selector.pico.tmp sendmsg.pico.tmp thr.pico.tmp exception.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe.a err.o line_reader.o passphrase.o err.o.tmp line_reader.o.tmp passphrase.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f llib-lobjc.ln class.ln encoding.ln error.ln gc.ln hash.ln init.ln ivars.ln memory.ln methods.ln nil_method.ln objc-foreach.ln objc-sync.ln objects.ln protocols.ln sarray.ln selector.ln sendmsg.ln thr.ln exception.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe.a err.o line_reader.o passphrase.o err.o.tmp line_reader.o.tmp passphrase.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f llib-lobjc.ln class.ln encoding.ln error.ln gc.ln hash.ln init.ln ivars.ln memory.ln methods.ln nil_method.ln objc-foreach.ln objc-sync.ln objects.ln protocols.ln sarray.ln selector.ln sendmsg.ln thr.ln exception.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f rtscratch rtscratch.s runtime-info.h cs-tconfig.h tconfig.h insn-constants.h insn-flags.h sysroot-suffix.h options.h optionlist libobjc.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f rtscratch rtscratch.s runtime-info.h cs-tconfig.h tconfig.h insn-constants.h insn-flags.h sysroot-suffix.h options.h optionlist libobjc.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_g.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f bits enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend NXConstStr.d Object.d Protocol.d accessors.d class.d enable-execute-stack.d encoding.d error.d exception.d gc.d hash.d init.d ivars.d linking.d memory.d methods.d nil_method.d objc-foreach.d objc-sync.d objects.d protocols.d sarray.d selector.d sendmsg.d thr.d NXConstStr.d.tmp Object.d.tmp Protocol.d.tmp accessors.d.tmp class.d.tmp enable-execute-stack.d.tmp encoding.d.tmp error.d.tmp exception.d.tmp gc.d.tmp hash.d.tmp init.d.tmp ivars.d.tmp linking.d.tmp memory.d.tmp methods.d.tmp nil_method.d.tmp objc-foreach.d.tmp objc-sync.d.tmp objects.d.tmp protocols.d.tmp sarray.d.tmp selector.d.tmp sendmsg.d.tmp thr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f bits enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend NXConstStr.d Object.d Protocol.d accessors.d class.d enable-execute-stack.d encoding.d error.d exception.d gc.d hash.d init.d ivars.d linking.d memory.d methods.d nil_method.d objc-foreach.d objc-sync.d objects.d protocols.d sarray.d selector.d sendmsg.d thr.d NXConstStr.d.tmp Object.d.tmp Protocol.d.tmp accessors.d.tmp class.d.tmp enable-execute-stack.d.tmp encoding.d.tmp error.d.tmp exception.d.tmp gc.d.tmp hash.d.tmp init.d.tmp ivars.d.tmp linking.d.tmp memory.d.tmp methods.d.tmp nil_method.d.tmp objc-foreach.d.tmp objc-sync.d.tmp objects.d.tmp protocols.d.tmp sarray.d.tmp selector.d.tmp sendmsg.d.tmp thr.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_pic.a || true) --- cleandir-lib --- --- cleandir-../external/gpl3/gcc/lib/libgomp --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_pic.a || true) --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libgomp --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f llib-larchive_fe.ln err.ln line_reader.ln passphrase.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f libgomp.a alloc.o atomic.o barrier.o critical.o env.o error.o icv.o icv-device.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o sections.o single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o time.o fortran.o affinity.o target.o splay-tree.o libgomp-plugin.o oacc-parallel.o oacc-host.o oacc-init.o oacc-mem.o oacc-async.o oacc-plugin.o oacc-cuda.o priority_queue.o affinity-fmt.o teams.o oacc-profiling.o oacc-target.o alloc.o.tmp atomic.o.tmp barrier.o.tmp critical.o.tmp env.o.tmp error.o.tmp icv.o.tmp icv-device.o.tmp iter.o.tmp iter_ull.o.tmp loop.o.tmp loop_ull.o.tmp ordered.o.tmp parallel.o.tmp sections.o.tmp single.o.tmp task.o.tmp team.o.tmp work.o.tmp lock.o.tmp mutex.o.tmp proc.o.tmp sem.o.tmp bar.o.tmp ptrlock.o.tmp time.o.tmp fortran.o.tmp affinity.o.tmp target.o.tmp splay-tree.o.tmp libgomp-plugin.o.tmp oacc-parallel.o.tmp oacc-host.o.tmp oacc-init.o.tmp oacc-mem.o.tmp oacc-async.o.tmp oacc-plugin.o.tmp oacc-cuda.o.tmp priority_queue.o.tmp affinity-fmt.o.tmp teams.o.tmp oacc-profiling.o.tmp oacc-target.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f llib-larchive_fe.ln err.ln line_reader.ln passphrase.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f libgomp.a alloc.o atomic.o barrier.o critical.o env.o error.o icv.o icv-device.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o sections.o single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o time.o fortran.o affinity.o target.o splay-tree.o libgomp-plugin.o oacc-parallel.o oacc-host.o oacc-init.o oacc-mem.o oacc-async.o oacc-plugin.o oacc-cuda.o priority_queue.o affinity-fmt.o teams.o oacc-profiling.o oacc-target.o alloc.o.tmp atomic.o.tmp barrier.o.tmp critical.o.tmp env.o.tmp error.o.tmp icv.o.tmp icv-device.o.tmp iter.o.tmp iter_ull.o.tmp loop.o.tmp loop_ull.o.tmp ordered.o.tmp parallel.o.tmp sections.o.tmp single.o.tmp task.o.tmp team.o.tmp work.o.tmp lock.o.tmp mutex.o.tmp proc.o.tmp sem.o.tmp bar.o.tmp ptrlock.o.tmp time.o.tmp fortran.o.tmp affinity.o.tmp target.o.tmp splay-tree.o.tmp libgomp-plugin.o.tmp oacc-parallel.o.tmp oacc-host.o.tmp oacc-init.o.tmp oacc-mem.o.tmp oacc-async.o.tmp oacc-plugin.o.tmp oacc-cuda.o.tmp priority_queue.o.tmp affinity-fmt.o.tmp teams.o.tmp oacc-profiling.o.tmp oacc-target.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f libgomp_p.a alloc.po atomic.po barrier.po critical.po env.po error.po icv.po icv-device.po iter.po iter_ull.po loop.po loop_ull.po ordered.po parallel.po sections.po single.po task.po team.po work.po lock.po mutex.po proc.po sem.po bar.po ptrlock.po time.po fortran.po affinity.po target.po splay-tree.po libgomp-plugin.po oacc-parallel.po oacc-host.po oacc-init.po oacc-mem.po oacc-async.po oacc-plugin.po oacc-cuda.po priority_queue.po affinity-fmt.po teams.po oacc-profiling.po oacc-target.po alloc.po.tmp atomic.po.tmp barrier.po.tmp critical.po.tmp env.po.tmp error.po.tmp icv.po.tmp icv-device.po.tmp iter.po.tmp iter_ull.po.tmp loop.po.tmp loop_ull.po.tmp ordered.po.tmp parallel.po.tmp sections.po.tmp single.po.tmp task.po.tmp team.po.tmp work.po.tmp lock.po.tmp mutex.po.tmp proc.po.tmp sem.po.tmp bar.po.tmp ptrlock.po.tmp time.po.tmp fortran.po.tmp affinity.po.tmp target.po.tmp splay-tree.po.tmp libgomp-plugin.po.tmp oacc-parallel.po.tmp oacc-host.po.tmp oacc-init.po.tmp oacc-mem.po.tmp oacc-async.po.tmp oacc-plugin.po.tmp oacc-cuda.po.tmp priority_queue.po.tmp affinity-fmt.po.tmp teams.po.tmp oacc-profiling.po.tmp oacc-target.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f libgomp_p.a alloc.po atomic.po barrier.po critical.po env.po error.po icv.po icv-device.po iter.po iter_ull.po loop.po loop_ull.po ordered.po parallel.po sections.po single.po task.po team.po work.po lock.po mutex.po proc.po sem.po bar.po ptrlock.po time.po fortran.po affinity.po target.po splay-tree.po libgomp-plugin.po oacc-parallel.po oacc-host.po oacc-init.po oacc-mem.po oacc-async.po oacc-plugin.po oacc-cuda.po priority_queue.po affinity-fmt.po teams.po oacc-profiling.po oacc-target.po alloc.po.tmp atomic.po.tmp barrier.po.tmp critical.po.tmp env.po.tmp error.po.tmp icv.po.tmp icv-device.po.tmp iter.po.tmp iter_ull.po.tmp loop.po.tmp loop_ull.po.tmp ordered.po.tmp parallel.po.tmp sections.po.tmp single.po.tmp task.po.tmp team.po.tmp work.po.tmp lock.po.tmp mutex.po.tmp proc.po.tmp sem.po.tmp bar.po.tmp ptrlock.po.tmp time.po.tmp fortran.po.tmp affinity.po.tmp target.po.tmp splay-tree.po.tmp libgomp-plugin.po.tmp oacc-parallel.po.tmp oacc-host.po.tmp oacc-init.po.tmp oacc-mem.po.tmp oacc-async.po.tmp oacc-plugin.po.tmp oacc-cuda.po.tmp priority_queue.po.tmp affinity-fmt.po.tmp teams.po.tmp oacc-profiling.po.tmp oacc-target.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f .depend err.d line_reader.d passphrase.d err.d.tmp line_reader.d.tmp passphrase.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f .depend err.d line_reader.d passphrase.d err.d.tmp line_reader.d.tmp passphrase.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f libgomp_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f libgomp_g.a || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/bsd/libarchive/bin --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f libgomp_pic.a libgomp.so.* libgomp.so alloc.pico atomic.pico barrier.pico critical.pico env.pico error.pico icv.pico icv-device.pico iter.pico iter_ull.pico loop.pico loop_ull.pico ordered.pico parallel.pico sections.pico single.pico task.pico team.pico work.pico lock.pico mutex.pico proc.pico sem.pico bar.pico ptrlock.pico time.pico fortran.pico affinity.pico target.pico splay-tree.pico libgomp-plugin.pico oacc-parallel.pico oacc-host.pico oacc-init.pico oacc-mem.pico oacc-async.pico oacc-plugin.pico oacc-cuda.pico priority_queue.pico affinity-fmt.pico teams.pico oacc-profiling.pico oacc-target.pico alloc.pico.tmp atomic.pico.tmp barrier.pico.tmp critical.pico.tmp env.pico.tmp error.pico.tmp icv.pico.tmp icv-device.pico.tmp iter.pico.tmp iter_ull.pico.tmp loop.pico.tmp loop_ull.pico.tmp ordered.pico.tmp parallel.pico.tmp sections.pico.tmp single.pico.tmp task.pico.tmp team.pico.tmp work.pico.tmp lock.pico.tmp mutex.pico.tmp proc.pico.tmp sem.pico.tmp bar.pico.tmp ptrlock.pico.tmp time.pico.tmp fortran.pico.tmp affinity.pico.tmp target.pico.tmp splay-tree.pico.tmp libgomp-plugin.pico.tmp oacc-parallel.pico.tmp oacc-host.pico.tmp oacc-init.pico.tmp oacc-mem.pico.tmp oacc-async.pico.tmp oacc-plugin.pico.tmp oacc-cuda.pico.tmp priority_queue.pico.tmp affinity-fmt.pico.tmp teams.pico.tmp oacc-profiling.pico.tmp oacc-target.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f libgomp_pic.a libgomp.so.* libgomp.so alloc.pico atomic.pico barrier.pico critical.pico env.pico error.pico icv.pico icv-device.pico iter.pico iter_ull.pico loop.pico loop_ull.pico ordered.pico parallel.pico sections.pico single.pico task.pico team.pico work.pico lock.pico mutex.pico proc.pico sem.pico bar.pico ptrlock.pico time.pico fortran.pico affinity.pico target.pico splay-tree.pico libgomp-plugin.pico oacc-parallel.pico oacc-host.pico oacc-init.pico oacc-mem.pico oacc-async.pico oacc-plugin.pico oacc-cuda.pico priority_queue.pico affinity-fmt.pico teams.pico oacc-profiling.pico oacc-target.pico alloc.pico.tmp atomic.pico.tmp barrier.pico.tmp critical.pico.tmp env.pico.tmp error.pico.tmp icv.pico.tmp icv-device.pico.tmp iter.pico.tmp iter_ull.pico.tmp loop.pico.tmp loop_ull.pico.tmp ordered.pico.tmp parallel.pico.tmp sections.pico.tmp single.pico.tmp task.pico.tmp team.pico.tmp work.pico.tmp lock.pico.tmp mutex.pico.tmp proc.pico.tmp sem.pico.tmp bar.pico.tmp ptrlock.pico.tmp time.pico.tmp fortran.pico.tmp affinity.pico.tmp target.pico.tmp splay-tree.pico.tmp libgomp-plugin.pico.tmp oacc-parallel.pico.tmp oacc-host.pico.tmp oacc-init.pico.tmp oacc-mem.pico.tmp oacc-async.pico.tmp oacc-plugin.pico.tmp oacc-cuda.pico.tmp priority_queue.pico.tmp affinity-fmt.pico.tmp teams.pico.tmp oacc-profiling.pico.tmp oacc-target.pico.tmp || true) --- cleandir-external --- --- cleandir-cpio --- cleandir ===> external/bsd/libarchive/bin/cpio --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f llib-lgomp.ln alloc.ln atomic.ln barrier.ln critical.ln env.ln error.ln icv.ln icv-device.ln iter.ln iter_ull.ln loop.ln loop_ull.ln ordered.ln parallel.ln sections.ln single.ln task.ln team.ln work.ln lock.ln mutex.ln proc.ln sem.ln bar.ln ptrlock.ln time.ln fortran.ln affinity.ln target.ln splay-tree.ln libgomp-plugin.ln oacc-parallel.ln oacc-host.ln oacc-init.ln oacc-mem.ln oacc-async.ln oacc-plugin.ln oacc-cuda.ln priority_queue.ln affinity-fmt.ln teams.ln oacc-profiling.ln oacc-target.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f llib-lgomp.ln alloc.ln atomic.ln barrier.ln critical.ln env.ln error.ln icv.ln icv-device.ln iter.ln iter_ull.ln loop.ln loop_ull.ln ordered.ln parallel.ln sections.ln single.ln task.ln team.ln work.ln lock.ln mutex.ln proc.ln sem.ln bar.ln ptrlock.ln time.ln fortran.ln affinity.ln target.ln splay-tree.ln libgomp-plugin.ln oacc-parallel.ln oacc-host.ln oacc-init.ln oacc-mem.ln oacc-async.ln oacc-plugin.ln oacc-cuda.ln priority_queue.ln affinity-fmt.ln teams.ln oacc-profiling.ln oacc-target.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/bin/cpio && rm -f cpio.1 a.out [Ee]rrs mklog core *.core .gdbinit cpio cmdline.o cpio.o cmdline.ln cpio.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f libgomp.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/bin/cpio && rm -f cpio.1 a.out [Ee]rrs mklog core *.core .gdbinit cpio cmdline.o cpio.o cmdline.ln cpio.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f libgomp.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/bin/cpio && rm -f cpio.html1 .depend cmdline.d cpio.d cmdline.d.tmp cpio.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f .depend affinity-fmt.d affinity.d alloc.d atomic.d bar.d barrier.d critical.d env.d error.d fortran.d icv-device.d icv.d iter.d iter_ull.d libgomp-plugin.d lock.d loop.d loop_ull.d mutex.d oacc-async.d oacc-cuda.d oacc-host.d oacc-init.d oacc-mem.d oacc-parallel.d oacc-plugin.d oacc-profiling.d oacc-target.d ordered.d parallel.d priority_queue.d proc.d ptrlock.d sections.d sem.d single.d splay-tree.d target.d task.d team.d teams.d time.d work.d affinity-fmt.d.tmp affinity.d.tmp alloc.d.tmp atomic.d.tmp bar.d.tmp barrier.d.tmp critical.d.tmp env.d.tmp error.d.tmp fortran.d.tmp icv-device.d.tmp icv.d.tmp iter.d.tmp iter_ull.d.tmp libgomp-plugin.d.tmp lock.d.tmp loop.d.tmp loop_ull.d.tmp mutex.d.tmp oacc-async.d.tmp oacc-cuda.d.tmp oacc-host.d.tmp oacc-init.d.tmp oacc-mem.d.tmp oacc-parallel.d.tmp oacc-plugin.d.tmp oacc-profiling.d.tmp oacc-target.d.tmp ordered.d.tmp parallel.d.tmp priority_queue.d.tmp proc.d.tmp ptrlock.d.tmp sections.d.tmp sem.d.tmp single.d.tmp splay-tree.d.tmp target.d.tmp task.d.tmp team.d.tmp teams.d.tmp time.d.tmp work.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/bin/cpio && rm -f cpio.html1 .depend cmdline.d cpio.d cmdline.d.tmp cpio.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f .depend affinity-fmt.d affinity.d alloc.d atomic.d bar.d barrier.d critical.d env.d error.d fortran.d icv-device.d icv.d iter.d iter_ull.d libgomp-plugin.d lock.d loop.d loop_ull.d mutex.d oacc-async.d oacc-cuda.d oacc-host.d oacc-init.d oacc-mem.d oacc-parallel.d oacc-plugin.d oacc-profiling.d oacc-target.d ordered.d parallel.d priority_queue.d proc.d ptrlock.d sections.d sem.d single.d splay-tree.d target.d task.d team.d teams.d time.d work.d affinity-fmt.d.tmp affinity.d.tmp alloc.d.tmp atomic.d.tmp bar.d.tmp barrier.d.tmp critical.d.tmp env.d.tmp error.d.tmp fortran.d.tmp icv-device.d.tmp icv.d.tmp iter.d.tmp iter_ull.d.tmp libgomp-plugin.d.tmp lock.d.tmp loop.d.tmp loop_ull.d.tmp mutex.d.tmp oacc-async.d.tmp oacc-cuda.d.tmp oacc-host.d.tmp oacc-init.d.tmp oacc-mem.d.tmp oacc-parallel.d.tmp oacc-plugin.d.tmp oacc-profiling.d.tmp oacc-target.d.tmp ordered.d.tmp parallel.d.tmp priority_queue.d.tmp proc.d.tmp ptrlock.d.tmp sections.d.tmp sem.d.tmp single.d.tmp splay-tree.d.tmp target.d.tmp task.d.tmp team.d.tmp teams.d.tmp time.d.tmp work.d.tmp tags || true) --- cleandir-external --- --- cleandir-tar --- cleandir ===> external/bsd/libarchive/bin/tar --- cleandir-lib --- --- cleandir-../external/lgpl3/gmp/lib/libgmp --- cleandir ===> lib/../external/lgpl3/gmp/lib/libgmp --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/bin/tar && rm -f tar.1 a.out [Ee]rrs mklog core *.core .gdbinit tar bsdtar.o cmdline.o creation_set.o read.o subst.o util.o write.o bsdtar.ln cmdline.ln creation_set.ln read.ln subst.ln util.ln write.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/bin/tar && rm -f tar.1 a.out [Ee]rrs mklog core *.core .gdbinit tar bsdtar.o cmdline.o creation_set.o read.o subst.o util.o write.o bsdtar.ln cmdline.ln creation_set.ln read.ln subst.ln util.ln write.ln || true) --- cleandir-lib --- --- cleandummy --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- if [ -d dummy ]; then rmdir dummy; fi --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/bin/tar && rm -f tar.html1 .depend bsdtar.d cmdline.d creation_set.d read.d subst.d util.d write.d bsdtar.d.tmp cmdline.d.tmp creation_set.d.tmp read.d.tmp subst.d.tmp util.d.tmp write.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/bin/tar && rm -f tar.html1 .depend bsdtar.d cmdline.d creation_set.d read.d subst.d util.d write.d bsdtar.d.tmp cmdline.d.tmp creation_set.d.tmp read.d.tmp subst.d.tmp util.d.tmp write.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/gmp/lib/libgmp && rm -f libgmp.a assert.o compat.o errno.o extract-dbl.o invalid.o memory.o mp_bpl.o mp_clz_tab.o mp_dv_tab.o mp_minv_tab.o mp_get_fns.o mp_set_fns.o randclr.o randdef.o randiset.o randlc2s.o randlc2x.o randmt.o randmts.o rands.o randsd.o randsdui.o randbui.o randmui.o version.o nextprime.o primesieve.o tal-reent.o fib_table.o mp_bases.o mpf_init.o mpf_init2.o mpf_inits.o mpf_set.o mpf_set_ui.o mpf_set_si.o mpf_set_str.o mpf_set_d.o mpf_set_z.o mpf_iset.o mpf_iset_ui.o mpf_iset_si.o mpf_iset_str.o mpf_iset_d.o mpf_clear.o mpf_clears.o mpf_get_str.o mpf_dump.o mpf_size.o mpf_eq.o mpf_reldiff.o mpf_sqrt.o mpf_random2.o mpf_inp_str.o mpf_out_str.o mpf_add.o mpf_add_ui.o mpf_sub.o mpf_sub_ui.o mpf_ui_sub.o mpf_mul.o mpf_mul_ui.o mpf_div.o mpf_div_ui.o mpf_cmp.o mpf_cmp_d.o mpf_cmp_ui.o mpf_cmp_si.o mpf_cmp_z.o mpf_mul_2exp.o mpf_div_2exp.o mpf_abs.o mpf_neg.o mpf_set_q.o mpf_get_d.o mpf_get_d_2exp.o mpf_set_dfl_prec.o mpf_set_prc.o mpf_set_prc_raw.o mpf_get_dfl_prec.o mpf_get_prc.o mpf_ui_div.o mpf_sqrt_ui.o mpf_ceilfloor.o mpf_trunc.o mpf_pow_ui.o mpf_urandomb.o mpf_swap.o mpf_fits_sint.o mpf_fits_slong.o mpf_fits_sshort.o mpf_fits_uint.o mpf_fits_ulong.o mpf_fits_ushort.o mpf_get_si.o mpf_get_ui.o mpf_int_p.o mpz_abs.o mpz_add.o mpz_add_ui.o mpz_aorsmul.o mpz_aorsmul_i.o mpz_and.o mpz_array_init.o mpz_bin_ui.o mpz_bin_uiui.o mpz_cdiv_q.o mpz_cdiv_q_ui.o mpz_cdiv_qr.o mpz_cdiv_qr_ui.o mpz_cdiv_r.o mpz_cdiv_r_ui.o mpz_cdiv_ui.o mpz_cfdiv_q_2exp.o mpz_cfdiv_r_2exp.o mpz_clear.o mpz_clears.o mpz_clrbit.o mpz_cmp.o mpz_cmp_d.o mpz_cmp_si.o mpz_cmp_ui.o mpz_cmpabs.o mpz_cmpabs_d.o mpz_cmpabs_ui.o mpz_com.o mpz_combit.o mpz_cong.o mpz_cong_2exp.o mpz_cong_ui.o mpz_divexact.o mpz_divegcd.o mpz_dive_ui.o mpz_divis.o mpz_divis_ui.o mpz_divis_2exp.o mpz_dump.o mpz_export.o mpz_fac_ui.o mpz_fdiv_q.o mpz_fdiv_q_ui.o mpz_fdiv_qr.o mpz_fdiv_qr_ui.o mpz_fdiv_r.o mpz_fdiv_r_ui.o mpz_fdiv_ui.o mpz_fib_ui.o mpz_fib2_ui.o mpz_fits_sint.o mpz_fits_slong.o mpz_fits_sshort.o mpz_fits_uint.o mpz_fits_ulong.o mpz_fits_ushort.o mpz_gcd.o mpz_gcd_ui.o mpz_gcdext.o mpz_get_d.o mpz_get_d_2exp.o mpz_get_si.o mpz_get_str.o mpz_get_ui.o mpz_getlimbn.o mpz_hamdist.o mpz_import.o mpz_init.o mpz_init2.o mpz_inits.o mpz_inp_raw.o mpz_inp_str.o mpz_invert.o mpz_ior.o mpz_iset.o mpz_iset_d.o mpz_iset_si.o mpz_iset_str.o mpz_iset_ui.o mpz_jacobi.o mpz_kronsz.o mpz_kronuz.o mpz_kronzs.o mpz_kronzu.o mpz_limbs_finish.o mpz_limbs_modify.o mpz_limbs_read.o mpz_limbs_write.o mpz_lcm.o mpz_lcm_ui.o mpz_lucnum_ui.o mpz_lucnum2_ui.o mpz_millerrabin.o mpz_mod.o mpz_mul.o mpz_mul_2exp.o mpz_mul_si.o mpz_mul_ui.o mpz_n_pow_ui.o mpz_neg.o mpz_nextprime.o mpz_oddfac_1.o mpz_out_raw.o mpz_out_str.o mpz_perfpow.o mpz_perfsqr.o mpz_popcount.o mpz_pow_ui.o mpz_powm.o mpz_powm_ui.o mpz_pprime_p.o mpz_prodlimbs.o mpz_random.o mpz_random2.o mpz_realloc.o mpz_realloc2.o mpz_remove.o mpz_roinit_n.o mpz_root.o mpz_rootrem.o mpz_rrandomb.o mpz_scan0.o mpz_scan1.o mpz_set.o mpz_set_d.o mpz_set_f.o mpz_set_q.o mpz_set_si.o mpz_set_str.o mpz_set_ui.o mpz_setbit.o mpz_size.o mpz_sizeinbase.o mpz_sqrt.o mpz_sqrtrem.o mpz_sub.o mpz_sub_ui.o mpz_swap.o mpz_tdiv_ui.o mpz_tdiv_q.o mpz_tdiv_q_2exp.o mpz_tdiv_q_ui.o mpz_tdiv_qr.o mpz_tdiv_qr_ui.o mpz_tdiv_r.o mpz_tdiv_r_2exp.o mpz_tdiv_r_ui.o mpz_tstbit.o mpz_ui_pow_ui.o mpz_ui_sub.o mpz_urandomb.o mpz_urandomm.o mpz_xor.o mpq_abs.o mpq_aors.o mpq_canonicalize.o mpq_clear.o mpq_clears.o mpq_cmp.o mpq_cmp_si.o mpq_cmp_ui.o mpq_div.o mpq_get_d.o mpq_get_den.o mpq_get_num.o mpq_get_str.o mpq_init.o mpq_inits.o mpq_inp_str.o mpq_inv.o mpq_md_2exp.o mpq_mul.o mpq_neg.o mpq_out_str.o mpq_set.o mpq_set_den.o mpq_set_num.o mpq_set_si.o mpq_set_str.o mpq_set_ui.o mpq_equal.o mpq_set_z.o mpq_set_d.o mpq_set_f.o mpq_swap.o printf_asprintf.o printf_asprntffuns.o printf_doprnt.o printf_doprntf.o printf_doprnti.o printf_fprintf.o printf_obprintf.o printf_obvprintf.o printf_obprntffuns.o printf_printf.o printf_printffuns.o printf_snprintf.o printf_snprntffuns.o printf_sprintf.o printf_sprintffuns.o printf_vasprintf.o printf_vfprintf.o printf_vprintf.o printf_vsnprintf.o printf_vsprintf.o printf_repl-vsnprintf.o scanf_doscan.o scanf_fscanf.o scanf_fscanffuns.o scanf_scanf.o scanf_sscanf.o scanf_sscanffuns.o scanf_vfscanf.o scanf_vscanf.o scanf_vsscanf.o sqr_diag_addlsh1.o nand_n.o sub_err1_n.o add_err2_n.o rsh1sub_n.o sec_tabselect.o gcd_11.o mod_1_2.o add_n.o rsh1add_n.o sqr_basecase.o rsblsh2_n.o sublsh1_n.o bdiv_q_1.o addaddmul_1msb0.o xor_n.o sub_err3_n.o rsblsh_n.o addmul_2.o submul_1.o nior_n.o mul_basecase.o lshift.o add_err1_n.o and_n.o hamdist.o cnd_sub_n.o div_qr_2u_pi1.o mulmid_basecase.o mul_1.o addlsh2_n.o divrem_1.o copyd.o bdiv_dbm1c.o div_qr_2n_pi1.o gcd_22.o rsblsh1_n.o dive_1.o cnd_add_n.o andn_n.o com.o copyi.o div_qr_1n_pi1.o sub_err2_n.o add_err3_n.o mod_1_1.o rshift.o addlsh_n.o iorn_n.o ior_n.o mod_34lsub1.o popcount.o invert_limb_table.o xnor_n.o redc_1.o lshiftc.o mode1o.o mullo_basecase.o addlsh1_n.o mul_2.o invert_limb.o addmul_1.o divrem_2.o mod_1_4.o sub_n.o mpn_random.o mpn_toom_interpolate_7pts.o mpn_sbpi1_divappr_q.o mpn_random2.o mpn_mu_bdiv_q.o mpn_jacobi_2.o mpn_toom32_mul.o mpn_toom44_mul.o mpn_toom8h_mul.o mpn_toom2_sqr.o mpn_zero.o mpn_gcdext.o mpn_sec_powm.o mpn_binvert.o mpn_mu_div_q.o mpn_invertappr.o mpn_add_n_sub_n.o mpn_dump.o mpn_mu_divappr_q.o mpn_dcpi1_div_qr.o mpn_hgcd_reduce.o mpn_matrix22_mul1_inverse_vector.o mpn_toom6_sqr.o mpn_hgcd_step.o mpn_mod_1.o mpn_toom42_mulmid.o mpn_sec_div_qr.o mpn_divexact.o mpn_jacobi.o mpn_powlo.o mpn_mul.o mpn_set_str.o mpn_toom42_mul.o mpn_toom54_mul.o mpn_toom_interpolate_6pts.o mpn_dcpi1_divappr_q.o mpn_toom_eval_dgr3_pm2.o mpn_mod_1_3.o mpn_toom_couple_handling.o mpn_sbpi1_bdiv_r.o mpn_add.o mpn_div_qr_2.o mpn_toom_interpolate_12pts.o mpn_perfsqr.o mpn_toom53_mul.o mpn_toom_eval_pm2exp.o mpn_mu_div_qr.o mpn_toom_interpolate_16pts.o mpn_strongfibo.o mpn_bdiv_q.o mpn_sec_invert.o mpn_toom22_mul.o mpn_bsqrtinv.o mpn_toom4_sqr.o mpn_div_q.o mpn_jacbase.o mpn_sec_sqr.o mpn_hgcd_matrix.o mpn_mullo_n.o mpn_toom33_mul.o mpn_toom_eval_dgr3_pm1.o mpn_sqrlo.o mpn_sub_1.o mpn_trialdiv.o mpn_add_1.o mpn_toom_interpolate_5pts.o mpn_sbpi1_bdiv_q.o mpn_pre_mod_1.o mpn_hgcd.o mpn_div_qr_1.o mpn_sqrtrem.o mpn_gcdext_1.o mpn_toom63_mul.o mpn_toom8_sqr.o mpn_neg.o mpn_gcdext_lehmer.o mpn_divis.o mpn_dcpi1_div_q.o mpn_sec_div_r.o mpn_toom_eval_pm2.o mpn_hgcd2.o mpn_toom62_mul.o mpn_comb_tables.o mpn_sbpi1_bdiv_qr.o mpn_scan1.o mpn_brootinv.o mpn_perfpow.o mpn_get_str.o mpn_mulmod_bnm1.o mpn_tdiv_qr.o mpn_sec_pi1_div_qr.o mpn_toom43_mul.o mpn_matrix22_mul.o mpn_sec_pi1_div_r.o mpn_divrem.o mpn_bsqrt.o mpn_gcd_1.o mpn_dcpi1_bdiv_qr.o mpn_mul_n.o mpn_redc_2.o mpn_toom6h_mul.o mpn_mul_fft.o mpn_sqrmod_bnm1.o mpn_mulmid.o mpn_powm.o mpn_compute_powtab.o mpn_rootrem.o mpn_toom_interpolate_8pts.o mpn_remove.o mpn_sec_mul.o mpn_cmp.o mpn_toom_eval_pm1.o mpn_hgcd_appr.o mpn_cnd_swap.o mpn_scan0.o mpn_gcd_subdiv_step.o mpn_sbpi1_div_qr.o mpn_invert.o mpn_sub.o mpn_sqrlo_basecase.o mpn_toom_eval_pm2rexp.o mpn_sec_sub_1.o mpn_broot.o mpn_sec_add_1.o mpn_dcpi1_bdiv_q.o mpn_hgcd2_jacobi.o mpn_mulmid_n.o mpn_sqr.o mpn_nussbaumer_mul.o mpn_zero_p.o mpn_mu_bdiv_qr.o mpn_fib2m.o mpn_pow_1.o mpn_get_d.o mpn_toom52_mul.o mpn_sbpi1_div_q.o mpn_diveby3.o mpn_fib2_ui.o mpn_bdiv_qr.o mpn_hgcd_jacobi.o mpn_sizeinbase.o mpn_toom3_sqr.o mpn_gcd.o mpn_redc_n.o assert.o.tmp compat.o.tmp errno.o.tmp extract-dbl.o.tmp invalid.o.tmp memory.o.tmp mp_bpl.o.tmp mp_clz_tab.o.tmp mp_dv_tab.o.tmp mp_minv_tab.o.tmp mp_get_fns.o.tmp mp_set_fns.o.tmp randclr.o.tmp randdef.o.tmp randiset.o.tmp randlc2s.o.tmp randlc2x.o.tmp randmt.o.tmp randmts.o.tmp rands.o.tmp randsd.o.tmp randsdui.o.tmp randbui.o.tmp randmui.o.tmp version.o.tmp nextprime.o.tmp primesieve.o.tmp tal-reent.o.tmp fib_table.o.tmp mp_bases.o.tmp mpf_init.o.tmp mpf_init2.o.tmp mpf_inits.o.tmp mpf_set.o.tmp mpf_set_ui.o.tmp mpf_set_si.o.tmp mpf_set_str.o.tmp mpf_set_d.o.tmp mpf_set_z.o.tmp mpf_iset.o.tmp mpf_iset_ui.o.tmp mpf_iset_si.o.tmp mpf_iset_str.o.tmp mpf_iset_d.o.tmp mpf_clear.o.tmp mpf_clears.o.tmp mpf_get_str.o.tmp mpf_dump.o.tmp mpf_size.o.tmp mpf_eq.o.tmp mpf_reldiff.o.tmp mpf_sqrt.o.tmp mpf_random2.o.tmp mpf_inp_str.o.tmp mpf_out_str.o.tmp mpf_add.o.tmp mpf_add_ui.o.tmp mpf_sub.o.tmp mpf_sub_ui.o.tmp mpf_ui_sub.o.tmp mpf_mul.o.tmp mpf_mul_ui.o.tmp mpf_div.o.tmp mpf_div_ui.o.tmp mpf_cmp.o.tmp mpf_cmp_d.o.tmp mpf_cmp_ui.o.tmp mpf_cmp_si.o.tmp mpf_cmp_z.o.tmp mpf_mul_2exp.o.tmp mpf_div_2exp.o.tmp mpf_abs.o.tmp mpf_neg.o.tmp mpf_set_q.o.tmp mpf_get_d.o.tmp mpf_get_d_2exp.o.tmp mpf_set_dfl_prec.o.tmp mpf_set_prc.o.tmp mpf_set_prc_raw.o.tmp mpf_get_dfl_prec.o.tmp mpf_get_prc.o.tmp mpf_ui_div.o.tmp mpf_sqrt_ui.o.tmp mpf_ceilfloor.o.tmp mpf_trunc.o.tmp mpf_pow_ui.o.tmp mpf_urandomb.o.tmp mpf_swap.o.tmp mpf_fits_sint.o.tmp mpf_fits_slong.o.tmp mpf_fits_sshort.o.tmp mpf_fits_uint.o.tmp mpf_fits_ulong.o.tmp mpf_fits_ushort.o.tmp mpf_get_si.o.tmp mpf_get_ui.o.tmp mpf_int_p.o.tmp mpz_abs.o.tmp mpz_add.o.tmp mpz_add_ui.o.tmp mpz_aorsmul.o.tmp mpz_aorsmul_i.o.tmp mpz_and.o.tmp mpz_array_init.o.tmp mpz_bin_ui.o.tmp mpz_bin_uiui.o.tmp mpz_cdiv_q.o.tmp mpz_cdiv_q_ui.o.tmp mpz_cdiv_qr.o.tmp mpz_cdiv_qr_ui.o.tmp mpz_cdiv_r.o.tmp mpz_cdiv_r_ui.o.tmp mpz_cdiv_ui.o.tmp mpz_cfdiv_q_2exp.o.tmp mpz_cfdiv_r_2exp.o.tmp mpz_clear.o.tmp mpz_clears.o.tmp mpz_clrbit.o.tmp mpz_cmp.o.tmp mpz_cmp_d.o.tmp mpz_cmp_si.o.tmp mpz_cmp_ui.o.tmp mpz_cmpabs.o.tmp mpz_cmpabs_d.o.tmp mpz_cmpabs_ui.o.tmp mpz_com.o.tmp mpz_combit.o.tmp mpz_cong.o.tmp mpz_cong_2exp.o.tmp mpz_cong_ui.o.tmp mpz_divexact.o.tmp mpz_divegcd.o.tmp mpz_dive_ui.o.tmp mpz_divis.o.tmp mpz_divis_ui.o.tmp mpz_divis_2exp.o.tmp mpz_dump.o.tmp mpz_export.o.tmp mpz_fac_ui.o.tmp mpz_fdiv_q.o.tmp mpz_fdiv_q_ui.o.tmp mpz_fdiv_qr.o.tmp mpz_fdiv_qr_ui.o.tmp mpz_fdiv_r.o.tmp mpz_fdiv_r_ui.o.tmp mpz_fdiv_ui.o.tmp mpz_fib_ui.o.tmp mpz_fib2_ui.o.tmp mpz_fits_sint.o.tmp mpz_fits_slong.o.tmp mpz_fits_sshort.o.tmp mpz_fits_uint.o.tmp mpz_fits_ulong.o.tmp mpz_fits_ushort.o.tmp mpz_gcd.o.tmp mpz_gcd_ui.o.tmp mpz_gcdext.o.tmp mpz_get_d.o.tmp mpz_get_d_2exp.o.tmp mpz_get_si.o.tmp mpz_get_str.o.tmp mpz_get_ui.o.tmp mpz_getlimbn.o.tmp mpz_hamdist.o.tmp mpz_import.o.tmp mpz_init.o.tmp mpz_init2.o.tmp mpz_inits.o.tmp mpz_inp_raw.o.tmp mpz_inp_str.o.tmp mpz_invert.o.tmp mpz_ior.o.tmp mpz_iset.o.tmp mpz_iset_d.o.tmp mpz_iset_si.o.tmp mpz_iset_str.o.tmp mpz_iset_ui.o.tmp mpz_jacobi.o.tmp mpz_kronsz.o.tmp mpz_kronuz.o.tmp mpz_kronzs.o.tmp mpz_kronzu.o.tmp mpz_limbs_finish.o.tmp mpz_limbs_modify.o.tmp mpz_limbs_read.o.tmp mpz_limbs_write.o.tmp mpz_lcm.o.tmp mpz_lcm_ui.o.tmp mpz_lucnum_ui.o.tmp mpz_lucnum2_ui.o.tmp mpz_millerrabin.o.tmp mpz_mod.o.tmp mpz_mul.o.tmp mpz_mul_2exp.o.tmp mpz_mul_si.o.tmp mpz_mul_ui.o.tmp mpz_n_pow_ui.o.tmp mpz_neg.o.tmp mpz_nextprime.o.tmp mpz_oddfac_1.o.tmp mpz_out_raw.o.tmp mpz_out_str.o.tmp mpz_perfpow.o.tmp mpz_perfsqr.o.tmp mpz_popcount.o.tmp mpz_pow_ui.o.tmp mpz_powm.o.tmp mpz_powm_ui.o.tmp mpz_pprime_p.o.tmp mpz_prodlimbs.o.tmp mpz_random.o.tmp mpz_random2.o.tmp mpz_realloc.o.tmp mpz_realloc2.o.tmp mpz_remove.o.tmp mpz_roinit_n.o.tmp mpz_root.o.tmp mpz_rootrem.o.tmp mpz_rrandomb.o.tmp mpz_scan0.o.tmp mpz_scan1.o.tmp mpz_set.o.tmp mpz_set_d.o.tmp mpz_set_f.o.tmp mpz_set_q.o.tmp mpz_set_si.o.tmp mpz_set_str.o.tmp mpz_set_ui.o.tmp mpz_setbit.o.tmp mpz_size.o.tmp mpz_sizeinbase.o.tmp mpz_sqrt.o.tmp mpz_sqrtrem.o.tmp mpz_sub.o.tmp mpz_sub_ui.o.tmp mpz_swap.o.tmp mpz_tdiv_ui.o.tmp mpz_tdiv_q.o.tmp mpz_tdiv_q_2exp.o.tmp mpz_tdiv_q_ui.o.tmp mpz_tdiv_qr.o.tmp mpz_tdiv_qr_ui.o.tmp mpz_tdiv_r.o.tmp mpz_tdiv_r_2exp.o.tmp mpz_tdiv_r_ui.o.tmp mpz_tstbit.o.tmp mpz_ui_pow_ui.o.tmp mpz_ui_sub.o.tmp mpz_urandomb.o.tmp mpz_urandomm.o.tmp mpz_xor.o.tmp mpq_abs.o.tmp mpq_aors.o.tmp mpq_canonicalize.o.tmp mpq_clear.o.tmp mpq_clears.o.tmp mpq_cmp.o.tmp mpq_cmp_si.o.tmp mpq_cmp_ui.o.tmp mpq_div.o.tmp mpq_get_d.o.tmp mpq_get_den.o.tmp mpq_get_num.o.tmp mpq_get_str.o.tmp mpq_init.o.tmp mpq_inits.o.tmp mpq_inp_str.o.tmp mpq_inv.o.tmp mpq_md_2exp.o.tmp mpq_mul.o.tmp mpq_neg.o.tmp mpq_out_str.o.tmp mpq_set.o.tmp mpq_set_den.o.tmp mpq_set_num.o.tmp mpq_set_si.o.tmp mpq_set_str.o.tmp mpq_set_ui.o.tmp mpq_equal.o.tmp mpq_set_z.o.tmp mpq_set_d.o.tmp mpq_set_f.o.tmp mpq_swap.o.tmp printf_asprintf.o.tmp printf_asprntffuns.o.tmp printf_doprnt.o.tmp printf_doprntf.o.tmp printf_doprnti.o.tmp printf_fprintf.o.tmp printf_obprintf.o.tmp printf_obvprintf.o.tmp printf_obprntffuns.o.tmp printf_printf.o.tmp printf_printffuns.o.tmp printf_snprintf.o.tmp printf_snprntffuns.o.tmp printf_sprintf.o.tmp printf_sprintffuns.o.tmp printf_vasprintf.o.tmp printf_vfprintf.o.tmp printf_vprintf.o.tmp printf_vsnprintf.o.tmp printf_vsprintf.o.tmp printf_repl-vsnprintf.o.tmp scanf_doscan.o.tmp scanf_fscanf.o.tmp scanf_fscanffuns.o.tmp scanf_scanf.o.tmp scanf_sscanf.o.tmp scanf_sscanffuns.o.tmp scanf_vfscanf.o.tmp scanf_vscanf.o.tmp scanf_vsscanf.o.tmp sqr_diag_addlsh1.o.tmp nand_n.o.tmp sub_err1_n.o.tmp add_err2_n.o.tmp rsh1sub_n.o.tmp sec_tabselect.o.tmp gcd_11.o.tmp mod_1_2.o.tmp add_n.o.tmp rsh1add_n.o.tmp sqr_basecase.o.tmp rsblsh2_n.o.tmp sublsh1_n.o.tmp bdiv_q_1.o.tmp addaddmul_1msb0.o.tmp xor_n.o.tmp sub_err3_n.o.tmp rsblsh_n.o.tmp addmul_2.o.tmp submul_1.o.tmp nior_n.o.tmp mul_basecase.o.tmp lshift.o.tmp add_err1_n.o.tmp and_n.o.tmp hamdist.o.tmp cnd_sub_n.o.tmp div_qr_2u_pi1.o.tmp mulmid_basecase.o.tmp mul_1.o.tmp addlsh2_n.o.tmp divrem_1.o.tmp copyd.o.tmp bdiv_dbm1c.o.tmp div_qr_2n_pi1.o.tmp gcd_22.o.tmp rsblsh1_n.o.tmp dive_1.o.tmp cnd_add_n.o.tmp andn_n.o.tmp com.o.tmp copyi.o.tmp div_qr_1n_pi1.o.tmp sub_err2_n.o.tmp add_err3_n.o.tmp mod_1_1.o.tmp rshift.o.tmp addlsh_n.o.tmp iorn_n.o.tmp ior_n.o.tmp mod_34lsub1.o.tmp popcount.o.tmp invert_limb_table.o.tmp xnor_n.o.tmp redc_1.o.tmp lshiftc.o.tmp mode1o.o.tmp mullo_basecase.o.tmp addlsh1_n.o.tmp mul_2.o.tmp invert_limb.o.tmp addmul_1.o.tmp divrem_2.o.tmp mod_1_4.o.tmp sub_n.o.tmp mpn_random.o.tmp mpn_toom_interpolate_7pts.o.tmp mpn_sbpi1_divappr_q.o.tmp mpn_random2.o.tmp mpn_mu_bdiv_q.o.tmp mpn_jacobi_2.o.tmp mpn_toom32_mul.o.tmp mpn_toom44_mul.o.tmp mpn_toom8h_mul.o.tmp mpn_toom2_sqr.o.tmp mpn_zero.o.tmp mpn_gcdext.o.tmp mpn_sec_powm.o.tmp mpn_binvert.o.tmp mpn_mu_div_q.o.tmp mpn_invertappr.o.tmp mpn_add_n_sub_n.o.tmp mpn_dump.o.tmp mpn_mu_divappr_q.o.tmp mpn_dcpi1_div_qr.o.tmp mpn_hgcd_reduce.o.tmp mpn_matrix22_mul1_inverse_vector.o.tmp mpn_toom6_sqr.o.tmp mpn_hgcd_step.o.tmp mpn_mod_1.o.tmp mpn_toom42_mulmid.o.tmp mpn_sec_div_qr.o.tmp mpn_divexact.o.tmp mpn_jacobi.o.tmp mpn_powlo.o.tmp mpn_mul.o.tmp mpn_set_str.o.tmp mpn_toom42_mul.o.tmp mpn_toom54_mul.o.tmp mpn_toom_interpolate_6pts.o.tmp mpn_dcpi1_divappr_q.o.tmp mpn_toom_eval_dgr3_pm2.o.tmp mpn_mod_1_3.o.tmp mpn_toom_couple_handling.o.tmp mpn_sbpi1_bdiv_r.o.tmp mpn_add.o.tmp mpn_div_qr_2.o.tmp mpn_toom_interpolate_12pts.o.tmp mpn_perfsqr.o.tmp mpn_toom53_mul.o.tmp mpn_toom_eval_pm2exp.o.tmp mpn_mu_div_qr.o.tmp mpn_toom_interpolate_16pts.o.tmp mpn_strongfibo.o.tmp mpn_bdiv_q.o.tmp mpn_sec_invert.o.tmp mpn_toom22_mul.o.tmp mpn_bsqrtinv.o.tmp mpn_toom4_sqr.o.tmp mpn_div_q.o.tmp mpn_jacbase.o.tmp mpn_sec_sqr.o.tmp mpn_hgcd_matrix.o.tmp mpn_mullo_n.o.tmp mpn_toom33_mul.o.tmp mpn_toom_eval_dgr3_pm1.o.tmp mpn_sqrlo.o.tmp mpn_sub_1.o.tmp mpn_trialdiv.o.tmp mpn_add_1.o.tmp mpn_toom_interpolate_5pts.o.tmp mpn_sbpi1_bdiv_q.o.tmp mpn_pre_mod_1.o.tmp mpn_hgcd.o.tmp mpn_div_qr_1.o.tmp mpn_sqrtrem.o.tmp mpn_gcdext_1.o.tmp mpn_toom63_mul.o.tmp mpn_toom8_sqr.o.tmp mpn_neg.o.tmp mpn_gcdext_lehmer.o.tmp mpn_divis.o.tmp mpn_dcpi1_div_q.o.tmp mpn_sec_div_r.o.tmp mpn_toom_eval_pm2.o.tmp mpn_hgcd2.o.tmp mpn_toom62_mul.o.tmp mpn_comb_tables.o.tmp mpn_sbpi1_bdiv_qr.o.tmp mpn_scan1.o.tmp mpn_brootinv.o.tmp mpn_perfpow.o.tmp mpn_get_str.o.tmp mpn_mulmod_bnm1.o.tmp mpn_tdiv_qr.o.tmp mpn_sec_pi1_div_qr.o.tmp mpn_toom43_mul.o.tmp mpn_matrix22_mul.o.tmp mpn_sec_pi1_div_r.o.tmp mpn_divrem.o.tmp mpn_bsqrt.o.tmp mpn_gcd_1.o.tmp mpn_dcpi1_bdiv_qr.o.tmp mpn_mul_n.o.tmp mpn_redc_2.o.tmp mpn_toom6h_mul.o.tmp mpn_mul_fft.o.tmp mpn_sqrmod_bnm1.o.tmp mpn_mulmid.o.tmp mpn_powm.o.tmp mpn_compute_powtab.o.tmp mpn_rootrem.o.tmp mpn_toom_interpolate_8pts.o.tmp mpn_remove.o.tmp mpn_sec_mul.o.tmp mpn_cmp.o.tmp mpn_toom_eval_pm1.o.tmp mpn_hgcd_appr.o.tmp mpn_cnd_swap.o.tmp mpn_scan0.o.tmp mpn_gcd_subdiv_step.o.tmp mpn_sbpi1_div_qr.o.tmp mpn_invert.o.tmp mpn_sub.o.tmp mpn_sqrlo_basecase.o.tmp mpn_toom_eval_pm2rexp.o.tmp mpn_sec_sub_1.o.tmp mpn_broot.o.tmp mpn_sec_add_1.o.tmp mpn_dcpi1_bdiv_q.o.tmp mpn_hgcd2_jacobi.o.tmp mpn_mulmid_n.o.tmp mpn_sqr.o.tmp mpn_nussbaumer_mul.o.tmp mpn_zero_p.o.tmp mpn_mu_bdiv_qr.o.tmp mpn_fib2m.o.tmp mpn_pow_1.o.tmp mpn_get_d.o.tmp mpn_toom52_mul.o.tmp mpn_sbpi1_div_q.o.tmp mpn_diveby3.o.tmp mpn_fib2_ui.o.tmp mpn_bdiv_qr.o.tmp mpn_hgcd_jacobi.o.tmp mpn_sizeinbase.o.tmp mpn_toom3_sqr.o.tmp mpn_gcd.o.tmp mpn_redc_n.o.tmp || true) --- cleandir-external --- --- cleandir-libevent --- cleandir ===> external/bsd/libevent --- cleandir-include --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/gmp/lib/libgmp && rm -f libgmp.a assert.o compat.o errno.o extract-dbl.o invalid.o memory.o mp_bpl.o mp_clz_tab.o mp_dv_tab.o mp_minv_tab.o mp_get_fns.o mp_set_fns.o randclr.o randdef.o randiset.o randlc2s.o randlc2x.o randmt.o randmts.o rands.o randsd.o randsdui.o randbui.o randmui.o version.o nextprime.o primesieve.o tal-reent.o fib_table.o mp_bases.o mpf_init.o mpf_init2.o mpf_inits.o mpf_set.o mpf_set_ui.o mpf_set_si.o mpf_set_str.o mpf_set_d.o mpf_set_z.o mpf_iset.o mpf_iset_ui.o mpf_iset_si.o mpf_iset_str.o mpf_iset_d.o mpf_clear.o mpf_clears.o mpf_get_str.o mpf_dump.o mpf_size.o mpf_eq.o mpf_reldiff.o mpf_sqrt.o mpf_random2.o mpf_inp_str.o mpf_out_str.o mpf_add.o mpf_add_ui.o mpf_sub.o mpf_sub_ui.o mpf_ui_sub.o mpf_mul.o mpf_mul_ui.o mpf_div.o mpf_div_ui.o mpf_cmp.o mpf_cmp_d.o mpf_cmp_ui.o mpf_cmp_si.o mpf_cmp_z.o mpf_mul_2exp.o mpf_div_2exp.o mpf_abs.o mpf_neg.o mpf_set_q.o mpf_get_d.o mpf_get_d_2exp.o mpf_set_dfl_prec.o mpf_set_prc.o mpf_set_prc_raw.o mpf_get_dfl_prec.o mpf_get_prc.o mpf_ui_div.o mpf_sqrt_ui.o mpf_ceilfloor.o mpf_trunc.o mpf_pow_ui.o mpf_urandomb.o mpf_swap.o mpf_fits_sint.o mpf_fits_slong.o mpf_fits_sshort.o mpf_fits_uint.o mpf_fits_ulong.o mpf_fits_ushort.o mpf_get_si.o mpf_get_ui.o mpf_int_p.o mpz_abs.o mpz_add.o mpz_add_ui.o mpz_aorsmul.o mpz_aorsmul_i.o mpz_and.o mpz_array_init.o mpz_bin_ui.o mpz_bin_uiui.o mpz_cdiv_q.o mpz_cdiv_q_ui.o mpz_cdiv_qr.o mpz_cdiv_qr_ui.o mpz_cdiv_r.o mpz_cdiv_r_ui.o mpz_cdiv_ui.o mpz_cfdiv_q_2exp.o mpz_cfdiv_r_2exp.o mpz_clear.o mpz_clears.o mpz_clrbit.o mpz_cmp.o mpz_cmp_d.o mpz_cmp_si.o mpz_cmp_ui.o mpz_cmpabs.o mpz_cmpabs_d.o mpz_cmpabs_ui.o mpz_com.o mpz_combit.o mpz_cong.o mpz_cong_2exp.o mpz_cong_ui.o mpz_divexact.o mpz_divegcd.o mpz_dive_ui.o mpz_divis.o mpz_divis_ui.o mpz_divis_2exp.o mpz_dump.o mpz_export.o mpz_fac_ui.o mpz_fdiv_q.o mpz_fdiv_q_ui.o mpz_fdiv_qr.o mpz_fdiv_qr_ui.o mpz_fdiv_r.o mpz_fdiv_r_ui.o mpz_fdiv_ui.o mpz_fib_ui.o mpz_fib2_ui.o mpz_fits_sint.o mpz_fits_slong.o mpz_fits_sshort.o mpz_fits_uint.o mpz_fits_ulong.o mpz_fits_ushort.o mpz_gcd.o mpz_gcd_ui.o mpz_gcdext.o mpz_get_d.o mpz_get_d_2exp.o mpz_get_si.o mpz_get_str.o mpz_get_ui.o mpz_getlimbn.o mpz_hamdist.o mpz_import.o mpz_init.o mpz_init2.o mpz_inits.o mpz_inp_raw.o mpz_inp_str.o mpz_invert.o mpz_ior.o mpz_iset.o mpz_iset_d.o mpz_iset_si.o mpz_iset_str.o mpz_iset_ui.o mpz_jacobi.o mpz_kronsz.o mpz_kronuz.o mpz_kronzs.o mpz_kronzu.o mpz_limbs_finish.o mpz_limbs_modify.o mpz_limbs_read.o mpz_limbs_write.o mpz_lcm.o mpz_lcm_ui.o mpz_lucnum_ui.o mpz_lucnum2_ui.o mpz_millerrabin.o mpz_mod.o mpz_mul.o mpz_mul_2exp.o mpz_mul_si.o mpz_mul_ui.o mpz_n_pow_ui.o mpz_neg.o mpz_nextprime.o mpz_oddfac_1.o mpz_out_raw.o mpz_out_str.o mpz_perfpow.o mpz_perfsqr.o mpz_popcount.o mpz_pow_ui.o mpz_powm.o mpz_powm_ui.o mpz_pprime_p.o mpz_prodlimbs.o mpz_random.o mpz_random2.o mpz_realloc.o mpz_realloc2.o mpz_remove.o mpz_roinit_n.o mpz_root.o mpz_rootrem.o mpz_rrandomb.o mpz_scan0.o mpz_scan1.o mpz_set.o mpz_set_d.o mpz_set_f.o mpz_set_q.o mpz_set_si.o mpz_set_str.o mpz_set_ui.o mpz_setbit.o mpz_size.o mpz_sizeinbase.o mpz_sqrt.o mpz_sqrtrem.o mpz_sub.o mpz_sub_ui.o mpz_swap.o mpz_tdiv_ui.o mpz_tdiv_q.o mpz_tdiv_q_2exp.o mpz_tdiv_q_ui.o mpz_tdiv_qr.o mpz_tdiv_qr_ui.o mpz_tdiv_r.o mpz_tdiv_r_2exp.o mpz_tdiv_r_ui.o mpz_tstbit.o mpz_ui_pow_ui.o mpz_ui_sub.o mpz_urandomb.o mpz_urandomm.o mpz_xor.o mpq_abs.o mpq_aors.o mpq_canonicalize.o mpq_clear.o mpq_clears.o mpq_cmp.o mpq_cmp_si.o mpq_cmp_ui.o mpq_div.o mpq_get_d.o mpq_get_den.o mpq_get_num.o mpq_get_str.o mpq_init.o mpq_inits.o mpq_inp_str.o mpq_inv.o mpq_md_2exp.o mpq_mul.o mpq_neg.o mpq_out_str.o mpq_set.o mpq_set_den.o mpq_set_num.o mpq_set_si.o mpq_set_str.o mpq_set_ui.o mpq_equal.o mpq_set_z.o mpq_set_d.o mpq_set_f.o mpq_swap.o printf_asprintf.o printf_asprntffuns.o printf_doprnt.o printf_doprntf.o printf_doprnti.o printf_fprintf.o printf_obprintf.o printf_obvprintf.o printf_obprntffuns.o printf_printf.o printf_printffuns.o printf_snprintf.o printf_snprntffuns.o printf_sprintf.o printf_sprintffuns.o printf_vasprintf.o printf_vfprintf.o printf_vprintf.o printf_vsnprintf.o printf_vsprintf.o printf_repl-vsnprintf.o scanf_doscan.o scanf_fscanf.o scanf_fscanffuns.o scanf_scanf.o scanf_sscanf.o scanf_sscanffuns.o scanf_vfscanf.o scanf_vscanf.o scanf_vsscanf.o sqr_diag_addlsh1.o nand_n.o sub_err1_n.o add_err2_n.o rsh1sub_n.o sec_tabselect.o gcd_11.o mod_1_2.o add_n.o rsh1add_n.o sqr_basecase.o rsblsh2_n.o sublsh1_n.o bdiv_q_1.o addaddmul_1msb0.o xor_n.o sub_err3_n.o rsblsh_n.o addmul_2.o submul_1.o nior_n.o mul_basecase.o lshift.o add_err1_n.o and_n.o hamdist.o cnd_sub_n.o div_qr_2u_pi1.o mulmid_basecase.o mul_1.o addlsh2_n.o divrem_1.o copyd.o bdiv_dbm1c.o div_qr_2n_pi1.o gcd_22.o rsblsh1_n.o dive_1.o cnd_add_n.o andn_n.o com.o copyi.o div_qr_1n_pi1.o sub_err2_n.o add_err3_n.o mod_1_1.o rshift.o addlsh_n.o iorn_n.o ior_n.o mod_34lsub1.o popcount.o invert_limb_table.o xnor_n.o redc_1.o lshiftc.o mode1o.o mullo_basecase.o addlsh1_n.o mul_2.o invert_limb.o addmul_1.o divrem_2.o mod_1_4.o sub_n.o mpn_random.o mpn_toom_interpolate_7pts.o mpn_sbpi1_divappr_q.o mpn_random2.o mpn_mu_bdiv_q.o mpn_jacobi_2.o mpn_toom32_mul.o mpn_toom44_mul.o mpn_toom8h_mul.o mpn_toom2_sqr.o mpn_zero.o mpn_gcdext.o mpn_sec_powm.o mpn_binvert.o mpn_mu_div_q.o mpn_invertappr.o mpn_add_n_sub_n.o mpn_dump.o mpn_mu_divappr_q.o mpn_dcpi1_div_qr.o mpn_hgcd_reduce.o mpn_matrix22_mul1_inverse_vector.o mpn_toom6_sqr.o mpn_hgcd_step.o mpn_mod_1.o mpn_toom42_mulmid.o mpn_sec_div_qr.o mpn_divexact.o mpn_jacobi.o mpn_powlo.o mpn_mul.o mpn_set_str.o mpn_toom42_mul.o mpn_toom54_mul.o mpn_toom_interpolate_6pts.o mpn_dcpi1_divappr_q.o mpn_toom_eval_dgr3_pm2.o mpn_mod_1_3.o mpn_toom_couple_handling.o mpn_sbpi1_bdiv_r.o mpn_add.o mpn_div_qr_2.o mpn_toom_interpolate_12pts.o mpn_perfsqr.o mpn_toom53_mul.o mpn_toom_eval_pm2exp.o mpn_mu_div_qr.o mpn_toom_interpolate_16pts.o mpn_strongfibo.o mpn_bdiv_q.o mpn_sec_invert.o mpn_toom22_mul.o mpn_bsqrtinv.o mpn_toom4_sqr.o mpn_div_q.o mpn_jacbase.o mpn_sec_sqr.o mpn_hgcd_matrix.o mpn_mullo_n.o mpn_toom33_mul.o mpn_toom_eval_dgr3_pm1.o mpn_sqrlo.o mpn_sub_1.o mpn_trialdiv.o mpn_add_1.o mpn_toom_interpolate_5pts.o mpn_sbpi1_bdiv_q.o mpn_pre_mod_1.o mpn_hgcd.o mpn_div_qr_1.o mpn_sqrtrem.o mpn_gcdext_1.o mpn_toom63_mul.o mpn_toom8_sqr.o mpn_neg.o mpn_gcdext_lehmer.o mpn_divis.o mpn_dcpi1_div_q.o mpn_sec_div_r.o mpn_toom_eval_pm2.o mpn_hgcd2.o mpn_toom62_mul.o mpn_comb_tables.o mpn_sbpi1_bdiv_qr.o mpn_scan1.o mpn_brootinv.o mpn_perfpow.o mpn_get_str.o mpn_mulmod_bnm1.o mpn_tdiv_qr.o mpn_sec_pi1_div_qr.o mpn_toom43_mul.o mpn_matrix22_mul.o mpn_sec_pi1_div_r.o mpn_divrem.o mpn_bsqrt.o mpn_gcd_1.o mpn_dcpi1_bdiv_qr.o mpn_mul_n.o mpn_redc_2.o mpn_toom6h_mul.o mpn_mul_fft.o mpn_sqrmod_bnm1.o mpn_mulmid.o mpn_powm.o mpn_compute_powtab.o mpn_rootrem.o mpn_toom_interpolate_8pts.o mpn_remove.o mpn_sec_mul.o mpn_cmp.o mpn_toom_eval_pm1.o mpn_hgcd_appr.o mpn_cnd_swap.o mpn_scan0.o mpn_gcd_subdiv_step.o mpn_sbpi1_div_qr.o mpn_invert.o mpn_sub.o mpn_sqrlo_basecase.o mpn_toom_eval_pm2rexp.o mpn_sec_sub_1.o mpn_broot.o mpn_sec_add_1.o mpn_dcpi1_bdiv_q.o mpn_hgcd2_jacobi.o mpn_mulmid_n.o mpn_sqr.o mpn_nussbaumer_mul.o mpn_zero_p.o mpn_mu_bdiv_qr.o mpn_fib2m.o mpn_pow_1.o mpn_get_d.o mpn_toom52_mul.o mpn_sbpi1_div_q.o mpn_diveby3.o mpn_fib2_ui.o mpn_bdiv_qr.o mpn_hgcd_jacobi.o mpn_sizeinbase.o mpn_toom3_sqr.o mpn_gcd.o mpn_redc_n.o assert.o.tmp compat.o.tmp errno.o.tmp extract-dbl.o.tmp invalid.o.tmp memory.o.tmp mp_bpl.o.tmp mp_clz_tab.o.tmp mp_dv_tab.o.tmp mp_minv_tab.o.tmp mp_get_fns.o.tmp mp_set_fns.o.tmp randclr.o.tmp randdef.o.tmp randiset.o.tmp randlc2s.o.tmp randlc2x.o.tmp randmt.o.tmp randmts.o.tmp rands.o.tmp randsd.o.tmp randsdui.o.tmp randbui.o.tmp randmui.o.tmp version.o.tmp nextprime.o.tmp primesieve.o.tmp tal-reent.o.tmp fib_table.o.tmp mp_bases.o.tmp mpf_init.o.tmp mpf_init2.o.tmp mpf_inits.o.tmp mpf_set.o.tmp mpf_set_ui.o.tmp mpf_set_si.o.tmp mpf_set_str.o.tmp mpf_set_d.o.tmp mpf_set_z.o.tmp mpf_iset.o.tmp mpf_iset_ui.o.tmp mpf_iset_si.o.tmp mpf_iset_str.o.tmp mpf_iset_d.o.tmp mpf_clear.o.tmp mpf_clears.o.tmp mpf_get_str.o.tmp mpf_dump.o.tmp mpf_size.o.tmp mpf_eq.o.tmp mpf_reldiff.o.tmp mpf_sqrt.o.tmp mpf_random2.o.tmp mpf_inp_str.o.tmp mpf_out_str.o.tmp mpf_add.o.tmp mpf_add_ui.o.tmp mpf_sub.o.tmp mpf_sub_ui.o.tmp mpf_ui_sub.o.tmp mpf_mul.o.tmp mpf_mul_ui.o.tmp mpf_div.o.tmp mpf_div_ui.o.tmp mpf_cmp.o.tmp mpf_cmp_d.o.tmp mpf_cmp_ui.o.tmp mpf_cmp_si.o.tmp mpf_cmp_z.o.tmp mpf_mul_2exp.o.tmp mpf_div_2exp.o.tmp mpf_abs.o.tmp mpf_neg.o.tmp mpf_set_q.o.tmp mpf_get_d.o.tmp mpf_get_d_2exp.o.tmp mpf_set_dfl_prec.o.tmp mpf_set_prc.o.tmp mpf_set_prc_raw.o.tmp mpf_get_dfl_prec.o.tmp mpf_get_prc.o.tmp mpf_ui_div.o.tmp mpf_sqrt_ui.o.tmp mpf_ceilfloor.o.tmp mpf_trunc.o.tmp mpf_pow_ui.o.tmp mpf_urandomb.o.tmp mpf_swap.o.tmp mpf_fits_sint.o.tmp mpf_fits_slong.o.tmp mpf_fits_sshort.o.tmp mpf_fits_uint.o.tmp mpf_fits_ulong.o.tmp mpf_fits_ushort.o.tmp mpf_get_si.o.tmp mpf_get_ui.o.tmp mpf_int_p.o.tmp mpz_abs.o.tmp mpz_add.o.tmp mpz_add_ui.o.tmp mpz_aorsmul.o.tmp mpz_aorsmul_i.o.tmp mpz_and.o.tmp mpz_array_init.o.tmp mpz_bin_ui.o.tmp mpz_bin_uiui.o.tmp mpz_cdiv_q.o.tmp mpz_cdiv_q_ui.o.tmp mpz_cdiv_qr.o.tmp mpz_cdiv_qr_ui.o.tmp mpz_cdiv_r.o.tmp mpz_cdiv_r_ui.o.tmp mpz_cdiv_ui.o.tmp mpz_cfdiv_q_2exp.o.tmp mpz_cfdiv_r_2exp.o.tmp mpz_clear.o.tmp mpz_clears.o.tmp mpz_clrbit.o.tmp mpz_cmp.o.tmp mpz_cmp_d.o.tmp mpz_cmp_si.o.tmp mpz_cmp_ui.o.tmp mpz_cmpabs.o.tmp mpz_cmpabs_d.o.tmp mpz_cmpabs_ui.o.tmp mpz_com.o.tmp mpz_combit.o.tmp mpz_cong.o.tmp mpz_cong_2exp.o.tmp mpz_cong_ui.o.tmp mpz_divexact.o.tmp mpz_divegcd.o.tmp mpz_dive_ui.o.tmp mpz_divis.o.tmp mpz_divis_ui.o.tmp mpz_divis_2exp.o.tmp mpz_dump.o.tmp mpz_export.o.tmp mpz_fac_ui.o.tmp mpz_fdiv_q.o.tmp mpz_fdiv_q_ui.o.tmp mpz_fdiv_qr.o.tmp mpz_fdiv_qr_ui.o.tmp mpz_fdiv_r.o.tmp mpz_fdiv_r_ui.o.tmp mpz_fdiv_ui.o.tmp mpz_fib_ui.o.tmp mpz_fib2_ui.o.tmp mpz_fits_sint.o.tmp mpz_fits_slong.o.tmp mpz_fits_sshort.o.tmp mpz_fits_uint.o.tmp mpz_fits_ulong.o.tmp mpz_fits_ushort.o.tmp mpz_gcd.o.tmp mpz_gcd_ui.o.tmp mpz_gcdext.o.tmp mpz_get_d.o.tmp mpz_get_d_2exp.o.tmp mpz_get_si.o.tmp mpz_get_str.o.tmp mpz_get_ui.o.tmp mpz_getlimbn.o.tmp mpz_hamdist.o.tmp mpz_import.o.tmp mpz_init.o.tmp mpz_init2.o.tmp mpz_inits.o.tmp mpz_inp_raw.o.tmp mpz_inp_str.o.tmp mpz_invert.o.tmp mpz_ior.o.tmp mpz_iset.o.tmp mpz_iset_d.o.tmp mpz_iset_si.o.tmp mpz_iset_str.o.tmp mpz_iset_ui.o.tmp mpz_jacobi.o.tmp mpz_kronsz.o.tmp mpz_kronuz.o.tmp mpz_kronzs.o.tmp mpz_kronzu.o.tmp mpz_limbs_finish.o.tmp mpz_limbs_modify.o.tmp mpz_limbs_read.o.tmp mpz_limbs_write.o.tmp mpz_lcm.o.tmp mpz_lcm_ui.o.tmp mpz_lucnum_ui.o.tmp mpz_lucnum2_ui.o.tmp mpz_millerrabin.o.tmp mpz_mod.o.tmp mpz_mul.o.tmp mpz_mul_2exp.o.tmp mpz_mul_si.o.tmp mpz_mul_ui.o.tmp mpz_n_pow_ui.o.tmp mpz_neg.o.tmp mpz_nextprime.o.tmp mpz_oddfac_1.o.tmp mpz_out_raw.o.tmp mpz_out_str.o.tmp mpz_perfpow.o.tmp mpz_perfsqr.o.tmp mpz_popcount.o.tmp mpz_pow_ui.o.tmp mpz_powm.o.tmp mpz_powm_ui.o.tmp mpz_pprime_p.o.tmp mpz_prodlimbs.o.tmp mpz_random.o.tmp mpz_random2.o.tmp mpz_realloc.o.tmp mpz_realloc2.o.tmp mpz_remove.o.tmp mpz_roinit_n.o.tmp mpz_root.o.tmp mpz_rootrem.o.tmp mpz_rrandomb.o.tmp mpz_scan0.o.tmp mpz_scan1.o.tmp mpz_set.o.tmp mpz_set_d.o.tmp mpz_set_f.o.tmp mpz_set_q.o.tmp mpz_set_si.o.tmp mpz_set_str.o.tmp mpz_set_ui.o.tmp mpz_setbit.o.tmp mpz_size.o.tmp mpz_sizeinbase.o.tmp mpz_sqrt.o.tmp mpz_sqrtrem.o.tmp mpz_sub.o.tmp mpz_sub_ui.o.tmp mpz_swap.o.tmp mpz_tdiv_ui.o.tmp mpz_tdiv_q.o.tmp mpz_tdiv_q_2exp.o.tmp mpz_tdiv_q_ui.o.tmp mpz_tdiv_qr.o.tmp mpz_tdiv_qr_ui.o.tmp mpz_tdiv_r.o.tmp mpz_tdiv_r_2exp.o.tmp mpz_tdiv_r_ui.o.tmp mpz_tstbit.o.tmp mpz_ui_pow_ui.o.tmp mpz_ui_sub.o.tmp mpz_urandomb.o.tmp mpz_urandomm.o.tmp mpz_xor.o.tmp mpq_abs.o.tmp mpq_aors.o.tmp mpq_canonicalize.o.tmp mpq_clear.o.tmp mpq_clears.o.tmp mpq_cmp.o.tmp mpq_cmp_si.o.tmp mpq_cmp_ui.o.tmp mpq_div.o.tmp mpq_get_d.o.tmp mpq_get_den.o.tmp mpq_get_num.o.tmp mpq_get_str.o.tmp mpq_init.o.tmp mpq_inits.o.tmp mpq_inp_str.o.tmp mpq_inv.o.tmp mpq_md_2exp.o.tmp mpq_mul.o.tmp mpq_neg.o.tmp mpq_out_str.o.tmp mpq_set.o.tmp mpq_set_den.o.tmp mpq_set_num.o.tmp mpq_set_si.o.tmp mpq_set_str.o.tmp mpq_set_ui.o.tmp mpq_equal.o.tmp mpq_set_z.o.tmp mpq_set_d.o.tmp mpq_set_f.o.tmp mpq_swap.o.tmp printf_asprintf.o.tmp printf_asprntffuns.o.tmp printf_doprnt.o.tmp printf_doprntf.o.tmp printf_doprnti.o.tmp printf_fprintf.o.tmp printf_obprintf.o.tmp printf_obvprintf.o.tmp printf_obprntffuns.o.tmp printf_printf.o.tmp printf_printffuns.o.tmp printf_snprintf.o.tmp printf_snprntffuns.o.tmp printf_sprintf.o.tmp printf_sprintffuns.o.tmp printf_vasprintf.o.tmp printf_vfprintf.o.tmp printf_vprintf.o.tmp printf_vsnprintf.o.tmp printf_vsprintf.o.tmp printf_repl-vsnprintf.o.tmp scanf_doscan.o.tmp scanf_fscanf.o.tmp scanf_fscanffuns.o.tmp scanf_scanf.o.tmp scanf_sscanf.o.tmp scanf_sscanffuns.o.tmp scanf_vfscanf.o.tmp scanf_vscanf.o.tmp scanf_vsscanf.o.tmp sqr_diag_addlsh1.o.tmp nand_n.o.tmp sub_err1_n.o.tmp add_err2_n.o.tmp rsh1sub_n.o.tmp sec_tabselect.o.tmp gcd_11.o.tmp mod_1_2.o.tmp add_n.o.tmp rsh1add_n.o.tmp sqr_basecase.o.tmp rsblsh2_n.o.tmp sublsh1_n.o.tmp bdiv_q_1.o.tmp addaddmul_1msb0.o.tmp xor_n.o.tmp sub_err3_n.o.tmp rsblsh_n.o.tmp addmul_2.o.tmp submul_1.o.tmp nior_n.o.tmp mul_basecase.o.tmp lshift.o.tmp add_err1_n.o.tmp and_n.o.tmp hamdist.o.tmp cnd_sub_n.o.tmp div_qr_2u_pi1.o.tmp mulmid_basecase.o.tmp mul_1.o.tmp addlsh2_n.o.tmp divrem_1.o.tmp copyd.o.tmp bdiv_dbm1c.o.tmp div_qr_2n_pi1.o.tmp gcd_22.o.tmp rsblsh1_n.o.tmp dive_1.o.tmp cnd_add_n.o.tmp andn_n.o.tmp com.o.tmp copyi.o.tmp div_qr_1n_pi1.o.tmp sub_err2_n.o.tmp add_err3_n.o.tmp mod_1_1.o.tmp rshift.o.tmp addlsh_n.o.tmp iorn_n.o.tmp ior_n.o.tmp mod_34lsub1.o.tmp popcount.o.tmp invert_limb_table.o.tmp xnor_n.o.tmp redc_1.o.tmp lshiftc.o.tmp mode1o.o.tmp mullo_basecase.o.tmp addlsh1_n.o.tmp mul_2.o.tmp invert_limb.o.tmp addmul_1.o.tmp divrem_2.o.tmp mod_1_4.o.tmp sub_n.o.tmp mpn_random.o.tmp mpn_toom_interpolate_7pts.o.tmp mpn_sbpi1_divappr_q.o.tmp mpn_random2.o.tmp mpn_mu_bdiv_q.o.tmp mpn_jacobi_2.o.tmp mpn_toom32_mul.o.tmp mpn_toom44_mul.o.tmp mpn_toom8h_mul.o.tmp mpn_toom2_sqr.o.tmp mpn_zero.o.tmp mpn_gcdext.o.tmp mpn_sec_powm.o.tmp mpn_binvert.o.tmp mpn_mu_div_q.o.tmp mpn_invertappr.o.tmp mpn_add_n_sub_n.o.tmp mpn_dump.o.tmp mpn_mu_divappr_q.o.tmp mpn_dcpi1_div_qr.o.tmp mpn_hgcd_reduce.o.tmp mpn_matrix22_mul1_inverse_vector.o.tmp mpn_toom6_sqr.o.tmp mpn_hgcd_step.o.tmp mpn_mod_1.o.tmp mpn_toom42_mulmid.o.tmp mpn_sec_div_qr.o.tmp mpn_divexact.o.tmp mpn_jacobi.o.tmp mpn_powlo.o.tmp mpn_mul.o.tmp mpn_set_str.o.tmp mpn_toom42_mul.o.tmp mpn_toom54_mul.o.tmp mpn_toom_interpolate_6pts.o.tmp mpn_dcpi1_divappr_q.o.tmp mpn_toom_eval_dgr3_pm2.o.tmp mpn_mod_1_3.o.tmp mpn_toom_couple_handling.o.tmp mpn_sbpi1_bdiv_r.o.tmp mpn_add.o.tmp mpn_div_qr_2.o.tmp mpn_toom_interpolate_12pts.o.tmp mpn_perfsqr.o.tmp mpn_toom53_mul.o.tmp mpn_toom_eval_pm2exp.o.tmp mpn_mu_div_qr.o.tmp mpn_toom_interpolate_16pts.o.tmp mpn_strongfibo.o.tmp mpn_bdiv_q.o.tmp mpn_sec_invert.o.tmp mpn_toom22_mul.o.tmp mpn_bsqrtinv.o.tmp mpn_toom4_sqr.o.tmp mpn_div_q.o.tmp mpn_jacbase.o.tmp mpn_sec_sqr.o.tmp mpn_hgcd_matrix.o.tmp mpn_mullo_n.o.tmp mpn_toom33_mul.o.tmp mpn_toom_eval_dgr3_pm1.o.tmp mpn_sqrlo.o.tmp mpn_sub_1.o.tmp mpn_trialdiv.o.tmp mpn_add_1.o.tmp mpn_toom_interpolate_5pts.o.tmp mpn_sbpi1_bdiv_q.o.tmp mpn_pre_mod_1.o.tmp mpn_hgcd.o.tmp mpn_div_qr_1.o.tmp mpn_sqrtrem.o.tmp mpn_gcdext_1.o.tmp mpn_toom63_mul.o.tmp mpn_toom8_sqr.o.tmp mpn_neg.o.tmp mpn_gcdext_lehmer.o.tmp mpn_divis.o.tmp mpn_dcpi1_div_q.o.tmp mpn_sec_div_r.o.tmp mpn_toom_eval_pm2.o.tmp mpn_hgcd2.o.tmp mpn_toom62_mul.o.tmp mpn_comb_tables.o.tmp mpn_sbpi1_bdiv_qr.o.tmp mpn_scan1.o.tmp mpn_brootinv.o.tmp mpn_perfpow.o.tmp mpn_get_str.o.tmp mpn_mulmod_bnm1.o.tmp mpn_tdiv_qr.o.tmp mpn_sec_pi1_div_qr.o.tmp mpn_toom43_mul.o.tmp mpn_matrix22_mul.o.tmp mpn_sec_pi1_div_r.o.tmp mpn_divrem.o.tmp mpn_bsqrt.o.tmp mpn_gcd_1.o.tmp mpn_dcpi1_bdiv_qr.o.tmp mpn_mul_n.o.tmp mpn_redc_2.o.tmp mpn_toom6h_mul.o.tmp mpn_mul_fft.o.tmp mpn_sqrmod_bnm1.o.tmp mpn_mulmid.o.tmp mpn_powm.o.tmp mpn_compute_powtab.o.tmp mpn_rootrem.o.tmp mpn_toom_interpolate_8pts.o.tmp mpn_remove.o.tmp mpn_sec_mul.o.tmp mpn_cmp.o.tmp mpn_toom_eval_pm1.o.tmp mpn_hgcd_appr.o.tmp mpn_cnd_swap.o.tmp mpn_scan0.o.tmp mpn_gcd_subdiv_step.o.tmp mpn_sbpi1_div_qr.o.tmp mpn_invert.o.tmp mpn_sub.o.tmp mpn_sqrlo_basecase.o.tmp mpn_toom_eval_pm2rexp.o.tmp mpn_sec_sub_1.o.tmp mpn_broot.o.tmp mpn_sec_add_1.o.tmp mpn_dcpi1_bdiv_q.o.tmp mpn_hgcd2_jacobi.o.tmp mpn_mulmid_n.o.tmp mpn_sqr.o.tmp mpn_nussbaumer_mul.o.tmp mpn_zero_p.o.tmp mpn_mu_bdiv_qr.o.tmp mpn_fib2m.o.tmp mpn_pow_1.o.tmp mpn_get_d.o.tmp mpn_toom52_mul.o.tmp mpn_sbpi1_div_q.o.tmp mpn_diveby3.o.tmp mpn_fib2_ui.o.tmp mpn_bdiv_qr.o.tmp mpn_hgcd_jacobi.o.tmp mpn_sizeinbase.o.tmp mpn_toom3_sqr.o.tmp mpn_gcd.o.tmp mpn_redc_n.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/libevent/include --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/gmp/lib/libgmp && rm -f libgmp_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/gmp/lib/libgmp && rm -f libgmp_p.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/bsd/libevent/lib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/gmp/lib/libgmp && rm -f libgmp_g.a || true) --- cleandir-external --- --- cleandir-libevent --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/gmp/lib/libgmp && rm -f libgmp_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/libevent/lib/libevent --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/gmp/lib/libgmp && rm -f libgmp_pic.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/gmp/lib/libgmp && rm -f libgmp_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f libevent.a buffer.o bufferevent.o bufferevent_filter.o bufferevent_pair.o bufferevent_ratelim.o bufferevent_sock.o evdns.o event.o event_tagging.o evmap.o evrpc.o evthread.o evutil.o evutil_rand.o evutil_time.o http.o kqueue.o listener.o log.o poll.o select.o signal.o buffer.o.tmp bufferevent.o.tmp bufferevent_filter.o.tmp bufferevent_pair.o.tmp bufferevent_ratelim.o.tmp bufferevent_sock.o.tmp evdns.o.tmp event.o.tmp event_tagging.o.tmp evmap.o.tmp evrpc.o.tmp evthread.o.tmp evutil.o.tmp evutil_rand.o.tmp evutil_time.o.tmp http.o.tmp kqueue.o.tmp listener.o.tmp log.o.tmp poll.o.tmp select.o.tmp signal.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f libevent.a buffer.o bufferevent.o bufferevent_filter.o bufferevent_pair.o bufferevent_ratelim.o bufferevent_sock.o evdns.o event.o event_tagging.o evmap.o evrpc.o evthread.o evutil.o evutil_rand.o evutil_time.o http.o kqueue.o listener.o log.o poll.o select.o signal.o buffer.o.tmp bufferevent.o.tmp bufferevent_filter.o.tmp bufferevent_pair.o.tmp bufferevent_ratelim.o.tmp bufferevent_sock.o.tmp evdns.o.tmp event.o.tmp event_tagging.o.tmp evmap.o.tmp evrpc.o.tmp evthread.o.tmp evutil.o.tmp evutil_rand.o.tmp evutil_time.o.tmp http.o.tmp kqueue.o.tmp listener.o.tmp log.o.tmp poll.o.tmp select.o.tmp signal.o.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/gmp/lib/libgmp && rm -f llib-lgmp.ln assert.ln compat.ln errno.ln extract-dbl.ln invalid.ln memory.ln mp_bpl.ln mp_clz_tab.ln mp_dv_tab.ln mp_minv_tab.ln mp_get_fns.ln mp_set_fns.ln randclr.ln randdef.ln randiset.ln randlc2s.ln randlc2x.ln randmt.ln randmts.ln rands.ln randsd.ln randsdui.ln randbui.ln randmui.ln version.ln nextprime.ln primesieve.ln tal-reent.ln fib_table.ln mp_bases.ln mpf_init.ln mpf_init2.ln mpf_inits.ln mpf_set.ln mpf_set_ui.ln mpf_set_si.ln mpf_set_str.ln mpf_set_d.ln mpf_set_z.ln mpf_iset.ln mpf_iset_ui.ln mpf_iset_si.ln mpf_iset_str.ln mpf_iset_d.ln mpf_clear.ln mpf_clears.ln mpf_get_str.ln mpf_dump.ln mpf_size.ln mpf_eq.ln mpf_reldiff.ln mpf_sqrt.ln mpf_random2.ln mpf_inp_str.ln mpf_out_str.ln mpf_add.ln mpf_add_ui.ln mpf_sub.ln mpf_sub_ui.ln mpf_ui_sub.ln mpf_mul.ln mpf_mul_ui.ln mpf_div.ln mpf_div_ui.ln mpf_cmp.ln mpf_cmp_d.ln mpf_cmp_ui.ln mpf_cmp_si.ln mpf_cmp_z.ln mpf_mul_2exp.ln mpf_div_2exp.ln mpf_abs.ln mpf_neg.ln mpf_set_q.ln mpf_get_d.ln mpf_get_d_2exp.ln mpf_set_dfl_prec.ln mpf_set_prc.ln mpf_set_prc_raw.ln mpf_get_dfl_prec.ln mpf_get_prc.ln mpf_ui_div.ln mpf_sqrt_ui.ln mpf_ceilfloor.ln mpf_trunc.ln mpf_pow_ui.ln mpf_urandomb.ln mpf_swap.ln mpf_fits_sint.ln mpf_fits_slong.ln mpf_fits_sshort.ln mpf_fits_uint.ln mpf_fits_ulong.ln mpf_fits_ushort.ln mpf_get_si.ln mpf_get_ui.ln mpf_int_p.ln mpz_abs.ln mpz_add.ln mpz_add_ui.ln mpz_aorsmul.ln mpz_aorsmul_i.ln mpz_and.ln mpz_array_init.ln mpz_bin_ui.ln mpz_bin_uiui.ln mpz_cdiv_q.ln mpz_cdiv_q_ui.ln mpz_cdiv_qr.ln mpz_cdiv_qr_ui.ln mpz_cdiv_r.ln mpz_cdiv_r_ui.ln mpz_cdiv_ui.ln mpz_cfdiv_q_2exp.ln mpz_cfdiv_r_2exp.ln mpz_clear.ln mpz_clears.ln mpz_clrbit.ln mpz_cmp.ln mpz_cmp_d.ln mpz_cmp_si.ln mpz_cmp_ui.ln mpz_cmpabs.ln mpz_cmpabs_d.ln mpz_cmpabs_ui.ln mpz_com.ln mpz_combit.ln mpz_cong.ln mpz_cong_2exp.ln mpz_cong_ui.ln mpz_divexact.ln mpz_divegcd.ln mpz_dive_ui.ln mpz_divis.ln mpz_divis_ui.ln mpz_divis_2exp.ln mpz_dump.ln mpz_export.ln mpz_fac_ui.ln mpz_fdiv_q.ln mpz_fdiv_q_ui.ln mpz_fdiv_qr.ln mpz_fdiv_qr_ui.ln mpz_fdiv_r.ln mpz_fdiv_r_ui.ln mpz_fdiv_ui.ln mpz_fib_ui.ln mpz_fib2_ui.ln mpz_fits_sint.ln mpz_fits_slong.ln mpz_fits_sshort.ln mpz_fits_uint.ln mpz_fits_ulong.ln mpz_fits_ushort.ln mpz_gcd.ln mpz_gcd_ui.ln mpz_gcdext.ln mpz_get_d.ln mpz_get_d_2exp.ln mpz_get_si.ln mpz_get_str.ln mpz_get_ui.ln mpz_getlimbn.ln mpz_hamdist.ln mpz_import.ln mpz_init.ln mpz_init2.ln mpz_inits.ln mpz_inp_raw.ln mpz_inp_str.ln mpz_invert.ln mpz_ior.ln mpz_iset.ln mpz_iset_d.ln mpz_iset_si.ln mpz_iset_str.ln mpz_iset_ui.ln mpz_jacobi.ln mpz_kronsz.ln mpz_kronuz.ln mpz_kronzs.ln mpz_kronzu.ln mpz_limbs_finish.ln mpz_limbs_modify.ln mpz_limbs_read.ln mpz_limbs_write.ln mpz_lcm.ln mpz_lcm_ui.ln mpz_lucnum_ui.ln mpz_lucnum2_ui.ln mpz_millerrabin.ln mpz_mod.ln mpz_mul.ln mpz_mul_2exp.ln mpz_mul_si.ln mpz_mul_ui.ln mpz_n_pow_ui.ln mpz_neg.ln mpz_nextprime.ln mpz_oddfac_1.ln mpz_out_raw.ln mpz_out_str.ln mpz_perfpow.ln mpz_perfsqr.ln mpz_popcount.ln mpz_pow_ui.ln mpz_powm.ln mpz_powm_ui.ln mpz_pprime_p.ln mpz_prodlimbs.ln mpz_random.ln mpz_random2.ln mpz_realloc.ln mpz_realloc2.ln mpz_remove.ln mpz_roinit_n.ln mpz_root.ln mpz_rootrem.ln mpz_rrandomb.ln mpz_scan0.ln mpz_scan1.ln mpz_set.ln mpz_set_d.ln mpz_set_f.ln mpz_set_q.ln mpz_set_si.ln mpz_set_str.ln mpz_set_ui.ln mpz_setbit.ln mpz_size.ln mpz_sizeinbase.ln mpz_sqrt.ln mpz_sqrtrem.ln mpz_sub.ln mpz_sub_ui.ln mpz_swap.ln mpz_tdiv_ui.ln mpz_tdiv_q.ln mpz_tdiv_q_2exp.ln mpz_tdiv_q_ui.ln mpz_tdiv_qr.ln mpz_tdiv_qr_ui.ln mpz_tdiv_r.ln mpz_tdiv_r_2exp.ln mpz_tdiv_r_ui.ln mpz_tstbit.ln mpz_ui_pow_ui.ln mpz_ui_sub.ln mpz_urandomb.ln mpz_urandomm.ln mpz_xor.ln mpq_abs.ln mpq_aors.ln mpq_canonicalize.ln mpq_clear.ln mpq_clears.ln mpq_cmp.ln mpq_cmp_si.ln mpq_cmp_ui.ln mpq_div.ln mpq_get_d.ln mpq_get_den.ln mpq_get_num.ln mpq_get_str.ln mpq_init.ln mpq_inits.ln mpq_inp_str.ln mpq_inv.ln mpq_md_2exp.ln mpq_mul.ln mpq_neg.ln mpq_out_str.ln mpq_set.ln mpq_set_den.ln mpq_set_num.ln mpq_set_si.ln mpq_set_str.ln mpq_set_ui.ln mpq_equal.ln mpq_set_z.ln mpq_set_d.ln mpq_set_f.ln mpq_swap.ln printf_asprintf.ln printf_asprntffuns.ln printf_doprnt.ln printf_doprntf.ln printf_doprnti.ln printf_fprintf.ln printf_obprintf.ln printf_obvprintf.ln printf_obprntffuns.ln printf_printf.ln printf_printffuns.ln printf_snprintf.ln printf_snprntffuns.ln printf_sprintf.ln printf_sprintffuns.ln printf_vasprintf.ln printf_vfprintf.ln printf_vprintf.ln printf_vsnprintf.ln printf_vsprintf.ln printf_repl-vsnprintf.ln scanf_doscan.ln scanf_fscanf.ln scanf_fscanffuns.ln scanf_scanf.ln scanf_sscanf.ln scanf_sscanffuns.ln scanf_vfscanf.ln scanf_vscanf.ln scanf_vsscanf.ln mpn_random.ln mpn_toom_interpolate_7pts.ln mpn_sbpi1_divappr_q.ln mpn_random2.ln mpn_mu_bdiv_q.ln mpn_jacobi_2.ln mpn_toom32_mul.ln mpn_toom44_mul.ln mpn_toom8h_mul.ln mpn_toom2_sqr.ln mpn_zero.ln mpn_gcdext.ln mpn_sec_powm.ln mpn_binvert.ln mpn_mu_div_q.ln mpn_invertappr.ln mpn_add_n_sub_n.ln mpn_dump.ln mpn_mu_divappr_q.ln mpn_dcpi1_div_qr.ln mpn_hgcd_reduce.ln mpn_matrix22_mul1_inverse_vector.ln mpn_toom6_sqr.ln mpn_hgcd_step.ln mpn_mod_1.ln mpn_toom42_mulmid.ln mpn_sec_div_qr.ln mpn_divexact.ln mpn_jacobi.ln mpn_powlo.ln mpn_mul.ln mpn_set_str.ln mpn_toom42_mul.ln mpn_toom54_mul.ln mpn_toom_interpolate_6pts.ln mpn_dcpi1_divappr_q.ln mpn_toom_eval_dgr3_pm2.ln mpn_mod_1_3.ln mpn_toom_couple_handling.ln mpn_sbpi1_bdiv_r.ln mpn_add.ln mpn_div_qr_2.ln mpn_toom_interpolate_12pts.ln mpn_perfsqr.ln mpn_toom53_mul.ln mpn_toom_eval_pm2exp.ln mpn_mu_div_qr.ln mpn_toom_interpolate_16pts.ln mpn_strongfibo.ln mpn_bdiv_q.ln mpn_sec_invert.ln mpn_toom22_mul.ln mpn_bsqrtinv.ln mpn_toom4_sqr.ln mpn_div_q.ln mpn_jacbase.ln mpn_sec_sqr.ln mpn_hgcd_matrix.ln mpn_mullo_n.ln mpn_toom33_mul.ln mpn_toom_eval_dgr3_pm1.ln mpn_sqrlo.ln mpn_sub_1.ln mpn_trialdiv.ln mpn_add_1.ln mpn_toom_interpolate_5pts.ln mpn_sbpi1_bdiv_q.ln mpn_pre_mod_1.ln mpn_hgcd.ln mpn_div_qr_1.ln mpn_sqrtrem.ln mpn_gcdext_1.ln mpn_toom63_mul.ln mpn_toom8_sqr.ln mpn_neg.ln mpn_gcdext_lehmer.ln mpn_divis.ln mpn_dcpi1_div_q.ln mpn_sec_div_r.ln mpn_toom_eval_pm2.ln mpn_hgcd2.ln mpn_toom62_mul.ln mpn_comb_tables.ln mpn_sbpi1_bdiv_qr.ln mpn_scan1.ln mpn_brootinv.ln mpn_perfpow.ln mpn_get_str.ln mpn_mulmod_bnm1.ln mpn_tdiv_qr.ln mpn_sec_pi1_div_qr.ln mpn_toom43_mul.ln mpn_matrix22_mul.ln mpn_sec_pi1_div_r.ln mpn_divrem.ln mpn_bsqrt.ln mpn_gcd_1.ln mpn_dcpi1_bdiv_qr.ln mpn_mul_n.ln mpn_redc_2.ln mpn_toom6h_mul.ln mpn_mul_fft.ln mpn_sqrmod_bnm1.ln mpn_mulmid.ln mpn_powm.ln mpn_compute_powtab.ln mpn_rootrem.ln mpn_toom_interpolate_8pts.ln mpn_remove.ln mpn_sec_mul.ln mpn_cmp.ln mpn_toom_eval_pm1.ln mpn_hgcd_appr.ln mpn_cnd_swap.ln mpn_scan0.ln mpn_gcd_subdiv_step.ln mpn_sbpi1_div_qr.ln mpn_invert.ln mpn_sub.ln mpn_sqrlo_basecase.ln mpn_toom_eval_pm2rexp.ln mpn_sec_sub_1.ln mpn_broot.ln mpn_sec_add_1.ln mpn_dcpi1_bdiv_q.ln mpn_hgcd2_jacobi.ln mpn_mulmid_n.ln mpn_sqr.ln mpn_nussbaumer_mul.ln mpn_zero_p.ln mpn_mu_bdiv_qr.ln mpn_fib2m.ln mpn_pow_1.ln mpn_get_d.ln mpn_toom52_mul.ln mpn_sbpi1_div_q.ln mpn_diveby3.ln mpn_fib2_ui.ln mpn_bdiv_qr.ln mpn_hgcd_jacobi.ln mpn_sizeinbase.ln mpn_toom3_sqr.ln mpn_gcd.ln mpn_redc_n.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f libevent_p.a buffer.po bufferevent.po bufferevent_filter.po bufferevent_pair.po bufferevent_ratelim.po bufferevent_sock.po evdns.po event.po event_tagging.po evmap.po evrpc.po evthread.po evutil.po evutil_rand.po evutil_time.po http.po kqueue.po listener.po log.po poll.po select.po signal.po buffer.po.tmp bufferevent.po.tmp bufferevent_filter.po.tmp bufferevent_pair.po.tmp bufferevent_ratelim.po.tmp bufferevent_sock.po.tmp evdns.po.tmp event.po.tmp event_tagging.po.tmp evmap.po.tmp evrpc.po.tmp evthread.po.tmp evutil.po.tmp evutil_rand.po.tmp evutil_time.po.tmp http.po.tmp kqueue.po.tmp listener.po.tmp log.po.tmp poll.po.tmp select.po.tmp signal.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/gmp/lib/libgmp && rm -f llib-lgmp.ln assert.ln compat.ln errno.ln extract-dbl.ln invalid.ln memory.ln mp_bpl.ln mp_clz_tab.ln mp_dv_tab.ln mp_minv_tab.ln mp_get_fns.ln mp_set_fns.ln randclr.ln randdef.ln randiset.ln randlc2s.ln randlc2x.ln randmt.ln randmts.ln rands.ln randsd.ln randsdui.ln randbui.ln randmui.ln version.ln nextprime.ln primesieve.ln tal-reent.ln fib_table.ln mp_bases.ln mpf_init.ln mpf_init2.ln mpf_inits.ln mpf_set.ln mpf_set_ui.ln mpf_set_si.ln mpf_set_str.ln mpf_set_d.ln mpf_set_z.ln mpf_iset.ln mpf_iset_ui.ln mpf_iset_si.ln mpf_iset_str.ln mpf_iset_d.ln mpf_clear.ln mpf_clears.ln mpf_get_str.ln mpf_dump.ln mpf_size.ln mpf_eq.ln mpf_reldiff.ln mpf_sqrt.ln mpf_random2.ln mpf_inp_str.ln mpf_out_str.ln mpf_add.ln mpf_add_ui.ln mpf_sub.ln mpf_sub_ui.ln mpf_ui_sub.ln mpf_mul.ln mpf_mul_ui.ln mpf_div.ln mpf_div_ui.ln mpf_cmp.ln mpf_cmp_d.ln mpf_cmp_ui.ln mpf_cmp_si.ln mpf_cmp_z.ln mpf_mul_2exp.ln mpf_div_2exp.ln mpf_abs.ln mpf_neg.ln mpf_set_q.ln mpf_get_d.ln mpf_get_d_2exp.ln mpf_set_dfl_prec.ln mpf_set_prc.ln mpf_set_prc_raw.ln mpf_get_dfl_prec.ln mpf_get_prc.ln mpf_ui_div.ln mpf_sqrt_ui.ln mpf_ceilfloor.ln mpf_trunc.ln mpf_pow_ui.ln mpf_urandomb.ln mpf_swap.ln mpf_fits_sint.ln mpf_fits_slong.ln mpf_fits_sshort.ln mpf_fits_uint.ln mpf_fits_ulong.ln mpf_fits_ushort.ln mpf_get_si.ln mpf_get_ui.ln mpf_int_p.ln mpz_abs.ln mpz_add.ln mpz_add_ui.ln mpz_aorsmul.ln mpz_aorsmul_i.ln mpz_and.ln mpz_array_init.ln mpz_bin_ui.ln mpz_bin_uiui.ln mpz_cdiv_q.ln mpz_cdiv_q_ui.ln mpz_cdiv_qr.ln mpz_cdiv_qr_ui.ln mpz_cdiv_r.ln mpz_cdiv_r_ui.ln mpz_cdiv_ui.ln mpz_cfdiv_q_2exp.ln mpz_cfdiv_r_2exp.ln mpz_clear.ln mpz_clears.ln mpz_clrbit.ln mpz_cmp.ln mpz_cmp_d.ln mpz_cmp_si.ln mpz_cmp_ui.ln mpz_cmpabs.ln mpz_cmpabs_d.ln mpz_cmpabs_ui.ln mpz_com.ln mpz_combit.ln mpz_cong.ln mpz_cong_2exp.ln mpz_cong_ui.ln mpz_divexact.ln mpz_divegcd.ln mpz_dive_ui.ln mpz_divis.ln mpz_divis_ui.ln mpz_divis_2exp.ln mpz_dump.ln mpz_export.ln mpz_fac_ui.ln mpz_fdiv_q.ln mpz_fdiv_q_ui.ln mpz_fdiv_qr.ln mpz_fdiv_qr_ui.ln mpz_fdiv_r.ln mpz_fdiv_r_ui.ln mpz_fdiv_ui.ln mpz_fib_ui.ln mpz_fib2_ui.ln mpz_fits_sint.ln mpz_fits_slong.ln mpz_fits_sshort.ln mpz_fits_uint.ln mpz_fits_ulong.ln mpz_fits_ushort.ln mpz_gcd.ln mpz_gcd_ui.ln mpz_gcdext.ln mpz_get_d.ln mpz_get_d_2exp.ln mpz_get_si.ln mpz_get_str.ln mpz_get_ui.ln mpz_getlimbn.ln mpz_hamdist.ln mpz_import.ln mpz_init.ln mpz_init2.ln mpz_inits.ln mpz_inp_raw.ln mpz_inp_str.ln mpz_invert.ln mpz_ior.ln mpz_iset.ln mpz_iset_d.ln mpz_iset_si.ln mpz_iset_str.ln mpz_iset_ui.ln mpz_jacobi.ln mpz_kronsz.ln mpz_kronuz.ln mpz_kronzs.ln mpz_kronzu.ln mpz_limbs_finish.ln mpz_limbs_modify.ln mpz_limbs_read.ln mpz_limbs_write.ln mpz_lcm.ln mpz_lcm_ui.ln mpz_lucnum_ui.ln mpz_lucnum2_ui.ln mpz_millerrabin.ln mpz_mod.ln mpz_mul.ln mpz_mul_2exp.ln mpz_mul_si.ln mpz_mul_ui.ln mpz_n_pow_ui.ln mpz_neg.ln mpz_nextprime.ln mpz_oddfac_1.ln mpz_out_raw.ln mpz_out_str.ln mpz_perfpow.ln mpz_perfsqr.ln mpz_popcount.ln mpz_pow_ui.ln mpz_powm.ln mpz_powm_ui.ln mpz_pprime_p.ln mpz_prodlimbs.ln mpz_random.ln mpz_random2.ln mpz_realloc.ln mpz_realloc2.ln mpz_remove.ln mpz_roinit_n.ln mpz_root.ln mpz_rootrem.ln mpz_rrandomb.ln mpz_scan0.ln mpz_scan1.ln mpz_set.ln mpz_set_d.ln mpz_set_f.ln mpz_set_q.ln mpz_set_si.ln mpz_set_str.ln mpz_set_ui.ln mpz_setbit.ln mpz_size.ln mpz_sizeinbase.ln mpz_sqrt.ln mpz_sqrtrem.ln mpz_sub.ln mpz_sub_ui.ln mpz_swap.ln mpz_tdiv_ui.ln mpz_tdiv_q.ln mpz_tdiv_q_2exp.ln mpz_tdiv_q_ui.ln mpz_tdiv_qr.ln mpz_tdiv_qr_ui.ln mpz_tdiv_r.ln mpz_tdiv_r_2exp.ln mpz_tdiv_r_ui.ln mpz_tstbit.ln mpz_ui_pow_ui.ln mpz_ui_sub.ln mpz_urandomb.ln mpz_urandomm.ln mpz_xor.ln mpq_abs.ln mpq_aors.ln mpq_canonicalize.ln mpq_clear.ln mpq_clears.ln mpq_cmp.ln mpq_cmp_si.ln mpq_cmp_ui.ln mpq_div.ln mpq_get_d.ln mpq_get_den.ln mpq_get_num.ln mpq_get_str.ln mpq_init.ln mpq_inits.ln mpq_inp_str.ln mpq_inv.ln mpq_md_2exp.ln mpq_mul.ln mpq_neg.ln mpq_out_str.ln mpq_set.ln mpq_set_den.ln mpq_set_num.ln mpq_set_si.ln mpq_set_str.ln mpq_set_ui.ln mpq_equal.ln mpq_set_z.ln mpq_set_d.ln mpq_set_f.ln mpq_swap.ln printf_asprintf.ln printf_asprntffuns.ln printf_doprnt.ln printf_doprntf.ln printf_doprnti.ln printf_fprintf.ln printf_obprintf.ln printf_obvprintf.ln printf_obprntffuns.ln printf_printf.ln printf_printffuns.ln printf_snprintf.ln printf_snprntffuns.ln printf_sprintf.ln printf_sprintffuns.ln printf_vasprintf.ln printf_vfprintf.ln printf_vprintf.ln printf_vsnprintf.ln printf_vsprintf.ln printf_repl-vsnprintf.ln scanf_doscan.ln scanf_fscanf.ln scanf_fscanffuns.ln scanf_scanf.ln scanf_sscanf.ln scanf_sscanffuns.ln scanf_vfscanf.ln scanf_vscanf.ln scanf_vsscanf.ln mpn_random.ln mpn_toom_interpolate_7pts.ln mpn_sbpi1_divappr_q.ln mpn_random2.ln mpn_mu_bdiv_q.ln mpn_jacobi_2.ln mpn_toom32_mul.ln mpn_toom44_mul.ln mpn_toom8h_mul.ln mpn_toom2_sqr.ln mpn_zero.ln mpn_gcdext.ln mpn_sec_powm.ln mpn_binvert.ln mpn_mu_div_q.ln mpn_invertappr.ln mpn_add_n_sub_n.ln mpn_dump.ln mpn_mu_divappr_q.ln mpn_dcpi1_div_qr.ln mpn_hgcd_reduce.ln mpn_matrix22_mul1_inverse_vector.ln mpn_toom6_sqr.ln mpn_hgcd_step.ln mpn_mod_1.ln mpn_toom42_mulmid.ln mpn_sec_div_qr.ln mpn_divexact.ln mpn_jacobi.ln mpn_powlo.ln mpn_mul.ln mpn_set_str.ln mpn_toom42_mul.ln mpn_toom54_mul.ln mpn_toom_interpolate_6pts.ln mpn_dcpi1_divappr_q.ln mpn_toom_eval_dgr3_pm2.ln mpn_mod_1_3.ln mpn_toom_couple_handling.ln mpn_sbpi1_bdiv_r.ln mpn_add.ln mpn_div_qr_2.ln mpn_toom_interpolate_12pts.ln mpn_perfsqr.ln mpn_toom53_mul.ln mpn_toom_eval_pm2exp.ln mpn_mu_div_qr.ln mpn_toom_interpolate_16pts.ln mpn_strongfibo.ln mpn_bdiv_q.ln mpn_sec_invert.ln mpn_toom22_mul.ln mpn_bsqrtinv.ln mpn_toom4_sqr.ln mpn_div_q.ln mpn_jacbase.ln mpn_sec_sqr.ln mpn_hgcd_matrix.ln mpn_mullo_n.ln mpn_toom33_mul.ln mpn_toom_eval_dgr3_pm1.ln mpn_sqrlo.ln mpn_sub_1.ln mpn_trialdiv.ln mpn_add_1.ln mpn_toom_interpolate_5pts.ln mpn_sbpi1_bdiv_q.ln mpn_pre_mod_1.ln mpn_hgcd.ln mpn_div_qr_1.ln mpn_sqrtrem.ln mpn_gcdext_1.ln mpn_toom63_mul.ln mpn_toom8_sqr.ln mpn_neg.ln mpn_gcdext_lehmer.ln mpn_divis.ln mpn_dcpi1_div_q.ln mpn_sec_div_r.ln mpn_toom_eval_pm2.ln mpn_hgcd2.ln mpn_toom62_mul.ln mpn_comb_tables.ln mpn_sbpi1_bdiv_qr.ln mpn_scan1.ln mpn_brootinv.ln mpn_perfpow.ln mpn_get_str.ln mpn_mulmod_bnm1.ln mpn_tdiv_qr.ln mpn_sec_pi1_div_qr.ln mpn_toom43_mul.ln mpn_matrix22_mul.ln mpn_sec_pi1_div_r.ln mpn_divrem.ln mpn_bsqrt.ln mpn_gcd_1.ln mpn_dcpi1_bdiv_qr.ln mpn_mul_n.ln mpn_redc_2.ln mpn_toom6h_mul.ln mpn_mul_fft.ln mpn_sqrmod_bnm1.ln mpn_mulmid.ln mpn_powm.ln mpn_compute_powtab.ln mpn_rootrem.ln mpn_toom_interpolate_8pts.ln mpn_remove.ln mpn_sec_mul.ln mpn_cmp.ln mpn_toom_eval_pm1.ln mpn_hgcd_appr.ln mpn_cnd_swap.ln mpn_scan0.ln mpn_gcd_subdiv_step.ln mpn_sbpi1_div_qr.ln mpn_invert.ln mpn_sub.ln mpn_sqrlo_basecase.ln mpn_toom_eval_pm2rexp.ln mpn_sec_sub_1.ln mpn_broot.ln mpn_sec_add_1.ln mpn_dcpi1_bdiv_q.ln mpn_hgcd2_jacobi.ln mpn_mulmid_n.ln mpn_sqr.ln mpn_nussbaumer_mul.ln mpn_zero_p.ln mpn_mu_bdiv_qr.ln mpn_fib2m.ln mpn_pow_1.ln mpn_get_d.ln mpn_toom52_mul.ln mpn_sbpi1_div_q.ln mpn_diveby3.ln mpn_fib2_ui.ln mpn_bdiv_qr.ln mpn_hgcd_jacobi.ln mpn_sizeinbase.ln mpn_toom3_sqr.ln mpn_gcd.ln mpn_redc_n.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f libevent_p.a buffer.po bufferevent.po bufferevent_filter.po bufferevent_pair.po bufferevent_ratelim.po bufferevent_sock.po evdns.po event.po event_tagging.po evmap.po evrpc.po evthread.po evutil.po evutil_rand.po evutil_time.po http.po kqueue.po listener.po log.po poll.po select.po signal.po buffer.po.tmp bufferevent.po.tmp bufferevent_filter.po.tmp bufferevent_pair.po.tmp bufferevent_ratelim.po.tmp bufferevent_sock.po.tmp evdns.po.tmp event.po.tmp event_tagging.po.tmp evmap.po.tmp evrpc.po.tmp evthread.po.tmp evutil.po.tmp evutil_rand.po.tmp evutil_time.po.tmp http.po.tmp kqueue.po.tmp listener.po.tmp log.po.tmp poll.po.tmp select.po.tmp signal.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f libevent_g.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f libevent_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/gmp/lib/libgmp && rm -f mpf_init.c mpf_init2.c mpf_inits.c mpf_set.c mpf_set_ui.c mpf_set_si.c mpf_set_str.c mpf_set_d.c mpf_set_z.c mpf_iset.c mpf_iset_ui.c mpf_iset_si.c mpf_iset_str.c mpf_iset_d.c mpf_clear.c mpf_clears.c mpf_get_str.c mpf_dump.c mpf_size.c mpf_eq.c mpf_reldiff.c mpf_sqrt.c mpf_random2.c mpf_inp_str.c mpf_out_str.c mpf_add.c mpf_add_ui.c mpf_sub.c mpf_sub_ui.c mpf_ui_sub.c mpf_mul.c mpf_mul_ui.c mpf_div.c mpf_div_ui.c mpf_cmp.c mpf_cmp_d.c mpf_cmp_ui.c mpf_cmp_si.c mpf_cmp_z.c mpf_mul_2exp.c mpf_div_2exp.c mpf_abs.c mpf_neg.c mpf_set_q.c mpf_get_d.c mpf_get_d_2exp.c mpf_set_dfl_prec.c mpf_set_prc.c mpf_set_prc_raw.c mpf_get_dfl_prec.c mpf_get_prc.c mpf_ui_div.c mpf_sqrt_ui.c mpf_ceilfloor.c mpf_trunc.c mpf_pow_ui.c mpf_urandomb.c mpf_swap.c mpf_fits_sint.c mpf_fits_slong.c mpf_fits_sshort.c mpf_fits_uint.c mpf_fits_ulong.c mpf_fits_ushort.c mpf_get_si.c mpf_get_ui.c mpf_int_p.c mpz_abs.c mpz_add.c mpz_add_ui.c mpz_aorsmul.c mpz_aorsmul_i.c mpz_and.c mpz_array_init.c mpz_bin_ui.c mpz_bin_uiui.c mpz_cdiv_q.c mpz_cdiv_q_ui.c mpz_cdiv_qr.c mpz_cdiv_qr_ui.c mpz_cdiv_r.c mpz_cdiv_r_ui.c mpz_cdiv_ui.c mpz_cfdiv_q_2exp.c mpz_cfdiv_r_2exp.c mpz_clear.c mpz_clears.c mpz_clrbit.c mpz_cmp.c mpz_cmp_d.c mpz_cmp_si.c mpz_cmp_ui.c mpz_cmpabs.c mpz_cmpabs_d.c mpz_cmpabs_ui.c mpz_com.c mpz_combit.c mpz_cong.c mpz_cong_2exp.c mpz_cong_ui.c mpz_divexact.c mpz_divegcd.c mpz_dive_ui.c mpz_divis.c mpz_divis_ui.c mpz_divis_2exp.c mpz_dump.c mpz_export.c mpz_fac_ui.c mpz_fdiv_q.c mpz_fdiv_q_ui.c mpz_fdiv_qr.c mpz_fdiv_qr_ui.c mpz_fdiv_r.c mpz_fdiv_r_ui.c mpz_fdiv_ui.c mpz_fib_ui.c mpz_fib2_ui.c mpz_fits_sint.c mpz_fits_slong.c mpz_fits_sshort.c mpz_fits_uint.c mpz_fits_ulong.c mpz_fits_ushort.c mpz_gcd.c mpz_gcd_ui.c mpz_gcdext.c mpz_get_d.c mpz_get_d_2exp.c mpz_get_si.c mpz_get_str.c mpz_get_ui.c mpz_getlimbn.c mpz_hamdist.c mpz_import.c mpz_init.c mpz_init2.c mpz_inits.c mpz_inp_raw.c mpz_inp_str.c mpz_invert.c mpz_ior.c mpz_iset.c mpz_iset_d.c mpz_iset_si.c mpz_iset_str.c mpz_iset_ui.c mpz_jacobi.c mpz_kronsz.c mpz_kronuz.c mpz_kronzs.c mpz_kronzu.c mpz_limbs_finish.c mpz_limbs_modify.c mpz_limbs_read.c mpz_limbs_write.c mpz_lcm.c mpz_lcm_ui.c mpz_lucnum_ui.c mpz_lucnum2_ui.c mpz_millerrabin.c mpz_mod.c mpz_mul.c mpz_mul_2exp.c mpz_mul_si.c mpz_mul_ui.c mpz_n_pow_ui.c mpz_neg.c mpz_nextprime.c mpz_oddfac_1.c mpz_out_raw.c mpz_out_str.c mpz_perfpow.c mpz_perfsqr.c mpz_popcount.c mpz_pow_ui.c mpz_powm.c mpz_powm_ui.c mpz_pprime_p.c mpz_prodlimbs.c mpz_random.c mpz_random2.c mpz_realloc.c mpz_realloc2.c mpz_remove.c mpz_roinit_n.c mpz_root.c mpz_rootrem.c mpz_rrandomb.c mpz_scan0.c mpz_scan1.c mpz_set.c mpz_set_d.c mpz_set_f.c mpz_set_q.c mpz_set_si.c mpz_set_str.c mpz_set_ui.c mpz_setbit.c mpz_size.c mpz_sizeinbase.c mpz_sqrt.c mpz_sqrtrem.c mpz_sub.c mpz_sub_ui.c mpz_swap.c mpz_tdiv_ui.c mpz_tdiv_q.c mpz_tdiv_q_2exp.c mpz_tdiv_q_ui.c mpz_tdiv_qr.c mpz_tdiv_qr_ui.c mpz_tdiv_r.c mpz_tdiv_r_2exp.c mpz_tdiv_r_ui.c mpz_tstbit.c mpz_ui_pow_ui.c mpz_ui_sub.c mpz_urandomb.c mpz_urandomm.c mpz_xor.c mpq_abs.c mpq_aors.c mpq_canonicalize.c mpq_clear.c mpq_clears.c mpq_cmp.c mpq_cmp_si.c mpq_cmp_ui.c mpq_div.c mpq_get_d.c mpq_get_den.c mpq_get_num.c mpq_get_str.c mpq_init.c mpq_inits.c mpq_inp_str.c mpq_inv.c mpq_md_2exp.c mpq_mul.c mpq_neg.c mpq_out_str.c mpq_set.c mpq_set_den.c mpq_set_num.c mpq_set_si.c mpq_set_str.c mpq_set_ui.c mpq_equal.c mpq_set_z.c mpq_set_d.c mpq_set_f.c mpq_swap.c printf_asprintf.c printf_asprntffuns.c printf_doprnt.c printf_doprntf.c printf_doprnti.c printf_fprintf.c printf_obprintf.c printf_obvprintf.c printf_obprntffuns.c printf_printf.c printf_printffuns.c printf_snprintf.c printf_snprntffuns.c printf_sprintf.c printf_sprintffuns.c printf_vasprintf.c printf_vfprintf.c printf_vprintf.c printf_vsnprintf.c printf_vsprintf.c printf_repl-vsnprintf.c scanf_doscan.c scanf_fscanf.c scanf_fscanffuns.c scanf_scanf.c scanf_sscanf.c scanf_sscanffuns.c scanf_vfscanf.c scanf_vscanf.c scanf_vsscanf.c fac_table.h fib_table.h fib_table.c jacobitab.h mp_bases.h mp_bases.c perfsqr.h trialdivtab.h gen-fac gen-fib gen-bases gen-jacobitab gen-psqr gen-trialdivtab config.m4 sqr_diag_addlsh1.s nand_n.s sub_err1_n.s add_err2_n.s rsh1sub_n.s sec_tabselect.s gcd_11.s mod_1_2.s add_n.s rsh1add_n.s sqr_basecase.s rsblsh2_n.s sublsh1_n.s bdiv_q_1.s addaddmul_1msb0.s xor_n.s sub_err3_n.s rsblsh_n.s addmul_2.s submul_1.s nior_n.s mul_basecase.s lshift.s add_err1_n.s and_n.s hamdist.s cnd_sub_n.s div_qr_2u_pi1.s mulmid_basecase.s mul_1.s addlsh2_n.s divrem_1.s copyd.s bdiv_dbm1c.s div_qr_2n_pi1.s gcd_22.s rsblsh1_n.s dive_1.s cnd_add_n.s andn_n.s com.s copyi.s div_qr_1n_pi1.s sub_err2_n.s add_err3_n.s mod_1_1.s rshift.s addlsh_n.s iorn_n.s ior_n.s mod_34lsub1.s popcount.s invert_limb_table.s xnor_n.s redc_1.s lshiftc.s mode1o.s mullo_basecase.s addlsh1_n.s mul_2.s invert_limb.s addmul_1.s divrem_2.s mod_1_4.s sub_n.s mpn_random.c mpn_toom_interpolate_7pts.c mpn_sbpi1_divappr_q.c mpn_random2.c mpn_mu_bdiv_q.c mpn_jacobi_2.c mpn_toom32_mul.c mpn_toom44_mul.c mpn_toom8h_mul.c mpn_toom2_sqr.c mpn_zero.c mpn_gcdext.c mpn_sec_powm.c mpn_binvert.c mpn_mu_div_q.c mpn_invertappr.c mpn_add_n_sub_n.c mpn_dump.c mpn_mu_divappr_q.c mpn_dcpi1_div_qr.c mpn_hgcd_reduce.c mpn_matrix22_mul1_inverse_vector.c mpn_toom6_sqr.c mpn_hgcd_step.c mpn_mod_1.c mpn_toom42_mulmid.c mpn_sec_div_qr.c mpn_divexact.c mpn_jacobi.c mpn_powlo.c mpn_mul.c mpn_set_str.c mpn_toom42_mul.c mpn_toom54_mul.c mpn_toom_interpolate_6pts.c mpn_dcpi1_divappr_q.c mpn_toom_eval_dgr3_pm2.c mpn_mod_1_3.c mpn_toom_couple_handling.c mpn_sbpi1_bdiv_r.c mpn_add.c mpn_div_qr_2.c mpn_toom_interpolate_12pts.c mpn_perfsqr.c mpn_toom53_mul.c mpn_toom_eval_pm2exp.c mpn_mu_div_qr.c mpn_toom_interpolate_16pts.c mpn_strongfibo.c mpn_bdiv_q.c mpn_sec_invert.c mpn_toom22_mul.c mpn_bsqrtinv.c mpn_toom4_sqr.c mpn_div_q.c mpn_jacbase.c mpn_sec_sqr.c mpn_hgcd_matrix.c mpn_mullo_n.c mpn_toom33_mul.c mpn_toom_eval_dgr3_pm1.c mpn_sqrlo.c mpn_sub_1.c mpn_trialdiv.c mpn_add_1.c mpn_toom_interpolate_5pts.c mpn_sbpi1_bdiv_q.c mpn_pre_mod_1.c mpn_hgcd.c mpn_div_qr_1.c mpn_sqrtrem.c mpn_gcdext_1.c mpn_toom63_mul.c mpn_toom8_sqr.c mpn_neg.c mpn_gcdext_lehmer.c mpn_divis.c mpn_dcpi1_div_q.c mpn_sec_div_r.c mpn_toom_eval_pm2.c mpn_hgcd2.c mpn_toom62_mul.c mpn_comb_tables.c mpn_sbpi1_bdiv_qr.c mpn_scan1.c mpn_brootinv.c mpn_perfpow.c mpn_get_str.c mpn_mulmod_bnm1.c mpn_tdiv_qr.c mpn_sec_pi1_div_qr.c mpn_toom43_mul.c mpn_matrix22_mul.c mpn_sec_pi1_div_r.c mpn_divrem.c mpn_bsqrt.c mpn_gcd_1.c mpn_dcpi1_bdiv_qr.c mpn_mul_n.c mpn_redc_2.c mpn_toom6h_mul.c mpn_mul_fft.c mpn_sqrmod_bnm1.c mpn_mulmid.c mpn_powm.c mpn_compute_powtab.c mpn_rootrem.c mpn_toom_interpolate_8pts.c mpn_remove.c mpn_sec_mul.c mpn_cmp.c mpn_toom_eval_pm1.c mpn_hgcd_appr.c mpn_cnd_swap.c mpn_scan0.c mpn_gcd_subdiv_step.c mpn_sbpi1_div_qr.c mpn_invert.c mpn_sub.c mpn_sqrlo_basecase.c mpn_toom_eval_pm2rexp.c mpn_sec_sub_1.c mpn_broot.c mpn_sec_add_1.c mpn_dcpi1_bdiv_q.c mpn_hgcd2_jacobi.c mpn_mulmid_n.c mpn_sqr.c mpn_nussbaumer_mul.c mpn_zero_p.c mpn_mu_bdiv_qr.c mpn_fib2m.c mpn_pow_1.c mpn_get_d.c mpn_toom52_mul.c mpn_sbpi1_div_q.c mpn_diveby3.c mpn_fib2_ui.c mpn_bdiv_qr.c mpn_hgcd_jacobi.c mpn_sizeinbase.c mpn_toom3_sqr.c mpn_gcd.c mpn_redc_n.c libgmp.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f libevent_pic.a libevent.so.* libevent.so buffer.pico bufferevent.pico bufferevent_filter.pico bufferevent_pair.pico bufferevent_ratelim.pico bufferevent_sock.pico evdns.pico event.pico event_tagging.pico evmap.pico evrpc.pico evthread.pico evutil.pico evutil_rand.pico evutil_time.pico http.pico kqueue.pico listener.pico log.pico poll.pico select.pico signal.pico buffer.pico.tmp bufferevent.pico.tmp bufferevent_filter.pico.tmp bufferevent_pair.pico.tmp bufferevent_ratelim.pico.tmp bufferevent_sock.pico.tmp evdns.pico.tmp event.pico.tmp event_tagging.pico.tmp evmap.pico.tmp evrpc.pico.tmp evthread.pico.tmp evutil.pico.tmp evutil_rand.pico.tmp evutil_time.pico.tmp http.pico.tmp kqueue.pico.tmp listener.pico.tmp log.pico.tmp poll.pico.tmp select.pico.tmp signal.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/gmp/lib/libgmp && rm -f mpf_init.c mpf_init2.c mpf_inits.c mpf_set.c mpf_set_ui.c mpf_set_si.c mpf_set_str.c mpf_set_d.c mpf_set_z.c mpf_iset.c mpf_iset_ui.c mpf_iset_si.c mpf_iset_str.c mpf_iset_d.c mpf_clear.c mpf_clears.c mpf_get_str.c mpf_dump.c mpf_size.c mpf_eq.c mpf_reldiff.c mpf_sqrt.c mpf_random2.c mpf_inp_str.c mpf_out_str.c mpf_add.c mpf_add_ui.c mpf_sub.c mpf_sub_ui.c mpf_ui_sub.c mpf_mul.c mpf_mul_ui.c mpf_div.c mpf_div_ui.c mpf_cmp.c mpf_cmp_d.c mpf_cmp_ui.c mpf_cmp_si.c mpf_cmp_z.c mpf_mul_2exp.c mpf_div_2exp.c mpf_abs.c mpf_neg.c mpf_set_q.c mpf_get_d.c mpf_get_d_2exp.c mpf_set_dfl_prec.c mpf_set_prc.c mpf_set_prc_raw.c mpf_get_dfl_prec.c mpf_get_prc.c mpf_ui_div.c mpf_sqrt_ui.c mpf_ceilfloor.c mpf_trunc.c mpf_pow_ui.c mpf_urandomb.c mpf_swap.c mpf_fits_sint.c mpf_fits_slong.c mpf_fits_sshort.c mpf_fits_uint.c mpf_fits_ulong.c mpf_fits_ushort.c mpf_get_si.c mpf_get_ui.c mpf_int_p.c mpz_abs.c mpz_add.c mpz_add_ui.c mpz_aorsmul.c mpz_aorsmul_i.c mpz_and.c mpz_array_init.c mpz_bin_ui.c mpz_bin_uiui.c mpz_cdiv_q.c mpz_cdiv_q_ui.c mpz_cdiv_qr.c mpz_cdiv_qr_ui.c mpz_cdiv_r.c mpz_cdiv_r_ui.c mpz_cdiv_ui.c mpz_cfdiv_q_2exp.c mpz_cfdiv_r_2exp.c mpz_clear.c mpz_clears.c mpz_clrbit.c mpz_cmp.c mpz_cmp_d.c mpz_cmp_si.c mpz_cmp_ui.c mpz_cmpabs.c mpz_cmpabs_d.c mpz_cmpabs_ui.c mpz_com.c mpz_combit.c mpz_cong.c mpz_cong_2exp.c mpz_cong_ui.c mpz_divexact.c mpz_divegcd.c mpz_dive_ui.c mpz_divis.c mpz_divis_ui.c mpz_divis_2exp.c mpz_dump.c mpz_export.c mpz_fac_ui.c mpz_fdiv_q.c mpz_fdiv_q_ui.c mpz_fdiv_qr.c mpz_fdiv_qr_ui.c mpz_fdiv_r.c mpz_fdiv_r_ui.c mpz_fdiv_ui.c mpz_fib_ui.c mpz_fib2_ui.c mpz_fits_sint.c mpz_fits_slong.c mpz_fits_sshort.c mpz_fits_uint.c mpz_fits_ulong.c mpz_fits_ushort.c mpz_gcd.c mpz_gcd_ui.c mpz_gcdext.c mpz_get_d.c mpz_get_d_2exp.c mpz_get_si.c mpz_get_str.c mpz_get_ui.c mpz_getlimbn.c mpz_hamdist.c mpz_import.c mpz_init.c mpz_init2.c mpz_inits.c mpz_inp_raw.c mpz_inp_str.c mpz_invert.c mpz_ior.c mpz_iset.c mpz_iset_d.c mpz_iset_si.c mpz_iset_str.c mpz_iset_ui.c mpz_jacobi.c mpz_kronsz.c mpz_kronuz.c mpz_kronzs.c mpz_kronzu.c mpz_limbs_finish.c mpz_limbs_modify.c mpz_limbs_read.c mpz_limbs_write.c mpz_lcm.c mpz_lcm_ui.c mpz_lucnum_ui.c mpz_lucnum2_ui.c mpz_millerrabin.c mpz_mod.c mpz_mul.c mpz_mul_2exp.c mpz_mul_si.c mpz_mul_ui.c mpz_n_pow_ui.c mpz_neg.c mpz_nextprime.c mpz_oddfac_1.c mpz_out_raw.c mpz_out_str.c mpz_perfpow.c mpz_perfsqr.c mpz_popcount.c mpz_pow_ui.c mpz_powm.c mpz_powm_ui.c mpz_pprime_p.c mpz_prodlimbs.c mpz_random.c mpz_random2.c mpz_realloc.c mpz_realloc2.c mpz_remove.c mpz_roinit_n.c mpz_root.c mpz_rootrem.c mpz_rrandomb.c mpz_scan0.c mpz_scan1.c mpz_set.c mpz_set_d.c mpz_set_f.c mpz_set_q.c mpz_set_si.c mpz_set_str.c mpz_set_ui.c mpz_setbit.c mpz_size.c mpz_sizeinbase.c mpz_sqrt.c mpz_sqrtrem.c mpz_sub.c mpz_sub_ui.c mpz_swap.c mpz_tdiv_ui.c mpz_tdiv_q.c mpz_tdiv_q_2exp.c mpz_tdiv_q_ui.c mpz_tdiv_qr.c mpz_tdiv_qr_ui.c mpz_tdiv_r.c mpz_tdiv_r_2exp.c mpz_tdiv_r_ui.c mpz_tstbit.c mpz_ui_pow_ui.c mpz_ui_sub.c mpz_urandomb.c mpz_urandomm.c mpz_xor.c mpq_abs.c mpq_aors.c mpq_canonicalize.c mpq_clear.c mpq_clears.c mpq_cmp.c mpq_cmp_si.c mpq_cmp_ui.c mpq_div.c mpq_get_d.c mpq_get_den.c mpq_get_num.c mpq_get_str.c mpq_init.c mpq_inits.c mpq_inp_str.c mpq_inv.c mpq_md_2exp.c mpq_mul.c mpq_neg.c mpq_out_str.c mpq_set.c mpq_set_den.c mpq_set_num.c mpq_set_si.c mpq_set_str.c mpq_set_ui.c mpq_equal.c mpq_set_z.c mpq_set_d.c mpq_set_f.c mpq_swap.c printf_asprintf.c printf_asprntffuns.c printf_doprnt.c printf_doprntf.c printf_doprnti.c printf_fprintf.c printf_obprintf.c printf_obvprintf.c printf_obprntffuns.c printf_printf.c printf_printffuns.c printf_snprintf.c printf_snprntffuns.c printf_sprintf.c printf_sprintffuns.c printf_vasprintf.c printf_vfprintf.c printf_vprintf.c printf_vsnprintf.c printf_vsprintf.c printf_repl-vsnprintf.c scanf_doscan.c scanf_fscanf.c scanf_fscanffuns.c scanf_scanf.c scanf_sscanf.c scanf_sscanffuns.c scanf_vfscanf.c scanf_vscanf.c scanf_vsscanf.c fac_table.h fib_table.h fib_table.c jacobitab.h mp_bases.h mp_bases.c perfsqr.h trialdivtab.h gen-fac gen-fib gen-bases gen-jacobitab gen-psqr gen-trialdivtab config.m4 sqr_diag_addlsh1.s nand_n.s sub_err1_n.s add_err2_n.s rsh1sub_n.s sec_tabselect.s gcd_11.s mod_1_2.s add_n.s rsh1add_n.s sqr_basecase.s rsblsh2_n.s sublsh1_n.s bdiv_q_1.s addaddmul_1msb0.s xor_n.s sub_err3_n.s rsblsh_n.s addmul_2.s submul_1.s nior_n.s mul_basecase.s lshift.s add_err1_n.s and_n.s hamdist.s cnd_sub_n.s div_qr_2u_pi1.s mulmid_basecase.s mul_1.s addlsh2_n.s divrem_1.s copyd.s bdiv_dbm1c.s div_qr_2n_pi1.s gcd_22.s rsblsh1_n.s dive_1.s cnd_add_n.s andn_n.s com.s copyi.s div_qr_1n_pi1.s sub_err2_n.s add_err3_n.s mod_1_1.s rshift.s addlsh_n.s iorn_n.s ior_n.s mod_34lsub1.s popcount.s invert_limb_table.s xnor_n.s redc_1.s lshiftc.s mode1o.s mullo_basecase.s addlsh1_n.s mul_2.s invert_limb.s addmul_1.s divrem_2.s mod_1_4.s sub_n.s mpn_random.c mpn_toom_interpolate_7pts.c mpn_sbpi1_divappr_q.c mpn_random2.c mpn_mu_bdiv_q.c mpn_jacobi_2.c mpn_toom32_mul.c mpn_toom44_mul.c mpn_toom8h_mul.c mpn_toom2_sqr.c mpn_zero.c mpn_gcdext.c mpn_sec_powm.c mpn_binvert.c mpn_mu_div_q.c mpn_invertappr.c mpn_add_n_sub_n.c mpn_dump.c mpn_mu_divappr_q.c mpn_dcpi1_div_qr.c mpn_hgcd_reduce.c mpn_matrix22_mul1_inverse_vector.c mpn_toom6_sqr.c mpn_hgcd_step.c mpn_mod_1.c mpn_toom42_mulmid.c mpn_sec_div_qr.c mpn_divexact.c mpn_jacobi.c mpn_powlo.c mpn_mul.c mpn_set_str.c mpn_toom42_mul.c mpn_toom54_mul.c mpn_toom_interpolate_6pts.c mpn_dcpi1_divappr_q.c mpn_toom_eval_dgr3_pm2.c mpn_mod_1_3.c mpn_toom_couple_handling.c mpn_sbpi1_bdiv_r.c mpn_add.c mpn_div_qr_2.c mpn_toom_interpolate_12pts.c mpn_perfsqr.c mpn_toom53_mul.c mpn_toom_eval_pm2exp.c mpn_mu_div_qr.c mpn_toom_interpolate_16pts.c mpn_strongfibo.c mpn_bdiv_q.c mpn_sec_invert.c mpn_toom22_mul.c mpn_bsqrtinv.c mpn_toom4_sqr.c mpn_div_q.c mpn_jacbase.c mpn_sec_sqr.c mpn_hgcd_matrix.c mpn_mullo_n.c mpn_toom33_mul.c mpn_toom_eval_dgr3_pm1.c mpn_sqrlo.c mpn_sub_1.c mpn_trialdiv.c mpn_add_1.c mpn_toom_interpolate_5pts.c mpn_sbpi1_bdiv_q.c mpn_pre_mod_1.c mpn_hgcd.c mpn_div_qr_1.c mpn_sqrtrem.c mpn_gcdext_1.c mpn_toom63_mul.c mpn_toom8_sqr.c mpn_neg.c mpn_gcdext_lehmer.c mpn_divis.c mpn_dcpi1_div_q.c mpn_sec_div_r.c mpn_toom_eval_pm2.c mpn_hgcd2.c mpn_toom62_mul.c mpn_comb_tables.c mpn_sbpi1_bdiv_qr.c mpn_scan1.c mpn_brootinv.c mpn_perfpow.c mpn_get_str.c mpn_mulmod_bnm1.c mpn_tdiv_qr.c mpn_sec_pi1_div_qr.c mpn_toom43_mul.c mpn_matrix22_mul.c mpn_sec_pi1_div_r.c mpn_divrem.c mpn_bsqrt.c mpn_gcd_1.c mpn_dcpi1_bdiv_qr.c mpn_mul_n.c mpn_redc_2.c mpn_toom6h_mul.c mpn_mul_fft.c mpn_sqrmod_bnm1.c mpn_mulmid.c mpn_powm.c mpn_compute_powtab.c mpn_rootrem.c mpn_toom_interpolate_8pts.c mpn_remove.c mpn_sec_mul.c mpn_cmp.c mpn_toom_eval_pm1.c mpn_hgcd_appr.c mpn_cnd_swap.c mpn_scan0.c mpn_gcd_subdiv_step.c mpn_sbpi1_div_qr.c mpn_invert.c mpn_sub.c mpn_sqrlo_basecase.c mpn_toom_eval_pm2rexp.c mpn_sec_sub_1.c mpn_broot.c mpn_sec_add_1.c mpn_dcpi1_bdiv_q.c mpn_hgcd2_jacobi.c mpn_mulmid_n.c mpn_sqr.c mpn_nussbaumer_mul.c mpn_zero_p.c mpn_mu_bdiv_qr.c mpn_fib2m.c mpn_pow_1.c mpn_get_d.c mpn_toom52_mul.c mpn_sbpi1_div_q.c mpn_diveby3.c mpn_fib2_ui.c mpn_bdiv_qr.c mpn_hgcd_jacobi.c mpn_sizeinbase.c mpn_toom3_sqr.c mpn_gcd.c mpn_redc_n.c libgmp.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f libevent_pic.a libevent.so.* libevent.so buffer.pico bufferevent.pico bufferevent_filter.pico bufferevent_pair.pico bufferevent_ratelim.pico bufferevent_sock.pico evdns.pico event.pico event_tagging.pico evmap.pico evrpc.pico evthread.pico evutil.pico evutil_rand.pico evutil_time.pico http.pico kqueue.pico listener.pico log.pico poll.pico select.pico signal.pico buffer.pico.tmp bufferevent.pico.tmp bufferevent_filter.pico.tmp bufferevent_pair.pico.tmp bufferevent_ratelim.pico.tmp bufferevent_sock.pico.tmp evdns.pico.tmp event.pico.tmp event_tagging.pico.tmp evmap.pico.tmp evrpc.pico.tmp evthread.pico.tmp evutil.pico.tmp evutil_rand.pico.tmp evutil_time.pico.tmp http.pico.tmp kqueue.pico.tmp listener.pico.tmp log.pico.tmp poll.pico.tmp select.pico.tmp signal.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f llib-levent.ln buffer.ln bufferevent.ln bufferevent_filter.ln bufferevent_pair.ln bufferevent_ratelim.ln bufferevent_sock.ln evdns.ln event.ln event_tagging.ln evmap.ln evrpc.ln evthread.ln evutil.ln evutil_rand.ln evutil_time.ln http.ln kqueue.ln listener.ln log.ln poll.ln select.ln signal.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f llib-levent.ln buffer.ln bufferevent.ln bufferevent_filter.ln bufferevent_pair.ln bufferevent_ratelim.ln bufferevent_sock.ln evdns.ln event.ln event_tagging.ln evmap.ln evrpc.ln evthread.ln evutil.ln evutil_rand.ln evutil_time.ln http.ln kqueue.ln listener.ln log.ln poll.ln select.ln signal.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/gmp/lib/libgmp && rm -f .depend add_err1_n.d add_err2_n.d add_err3_n.d add_n.d addaddmul_1msb0.d addlsh1_n.d addlsh2_n.d addlsh_n.d addmul_1.d addmul_2.d and_n.d andn_n.d assert.d bdiv_dbm1c.d bdiv_q_1.d cnd_add_n.d cnd_sub_n.d com.d compat.d copyd.d copyi.d div_qr_1n_pi1.d div_qr_2n_pi1.d div_qr_2u_pi1.d dive_1.d divrem_1.d divrem_2.d errno.d extract-dbl.d fib_table.d gcd_11.d gcd_22.d hamdist.d invalid.d invert_limb.d invert_limb_table.d ior_n.d iorn_n.d lshift.d lshiftc.d memory.d mod_1_1.d mod_1_2.d mod_1_4.d mod_34lsub1.d mode1o.d mp_bases.d mp_bpl.d mp_clz_tab.d mp_dv_tab.d mp_get_fns.d mp_minv_tab.d mp_set_fns.d mpf_abs.d mpf_add.d mpf_add_ui.d mpf_ceilfloor.d mpf_clear.d mpf_clears.d mpf_cmp.d mpf_cmp_d.d mpf_cmp_si.d mpf_cmp_ui.d mpf_cmp_z.d mpf_div.d mpf_div_2exp.d mpf_div_ui.d mpf_dump.d mpf_eq.d mpf_fits_sint.d mpf_fits_slong.d mpf_fits_sshort.d mpf_fits_uint.d mpf_fits_ulong.d mpf_fits_ushort.d mpf_get_d.d mpf_get_d_2exp.d mpf_get_dfl_prec.d mpf_get_prc.d mpf_get_si.d mpf_get_str.d mpf_get_ui.d mpf_init.d mpf_init2.d mpf_inits.d mpf_inp_str.d mpf_int_p.d mpf_iset.d mpf_iset_d.d mpf_iset_si.d mpf_iset_str.d mpf_iset_ui.d mpf_mul.d mpf_mul_2exp.d mpf_mul_ui.d mpf_neg.d mpf_out_str.d mpf_pow_ui.d mpf_random2.d mpf_reldiff.d mpf_set.d mpf_set_d.d mpf_set_dfl_prec.d mpf_set_prc.d mpf_set_prc_raw.d mpf_set_q.d mpf_set_si.d mpf_set_str.d mpf_set_ui.d mpf_set_z.d mpf_size.d mpf_sqrt.d mpf_sqrt_ui.d mpf_sub.d mpf_sub_ui.d mpf_swap.d mpf_trunc.d mpf_ui_div.d mpf_ui_sub.d mpf_urandomb.d mpn_add.d mpn_add_1.d mpn_add_n_sub_n.d mpn_bdiv_q.d mpn_bdiv_qr.d mpn_binvert.d mpn_broot.d mpn_brootinv.d mpn_bsqrt.d mpn_bsqrtinv.d mpn_cmp.d mpn_cnd_swap.d mpn_comb_tables.d mpn_compute_powtab.d mpn_dcpi1_bdiv_q.d mpn_dcpi1_bdiv_qr.d mpn_dcpi1_div_q.d mpn_dcpi1_div_qr.d mpn_dcpi1_divappr_q.d mpn_div_q.d mpn_div_qr_1.d mpn_div_qr_2.d mpn_diveby3.d mpn_divexact.d mpn_divis.d mpn_divrem.d mpn_dump.d mpn_fib2_ui.d mpn_fib2m.d mpn_gcd.d mpn_gcd_1.d mpn_gcd_subdiv_step.d mpn_gcdext.d mpn_gcdext_1.d mpn_gcdext_lehmer.d mpn_get_d.d mpn_get_str.d mpn_hgcd.d mpn_hgcd2.d mpn_hgcd2_jacobi.d mpn_hgcd_appr.d mpn_hgcd_jacobi.d mpn_hgcd_matrix.d mpn_hgcd_reduce.d mpn_hgcd_step.d mpn_invert.d mpn_invertappr.d mpn_jacbase.d mpn_jacobi.d mpn_jacobi_2.d mpn_matrix22_mul.d mpn_matrix22_mul1_inverse_vector.d mpn_mod_1.d mpn_mod_1_3.d mpn_mu_bdiv_q.d mpn_mu_bdiv_qr.d mpn_mu_div_q.d mpn_mu_div_qr.d mpn_mu_divappr_q.d mpn_mul.d mpn_mul_fft.d mpn_mul_n.d mpn_mullo_n.d mpn_mulmid.d mpn_mulmid_n.d mpn_mulmod_bnm1.d mpn_neg.d mpn_nussbaumer_mul.d mpn_perfpow.d mpn_perfsqr.d mpn_pow_1.d mpn_powlo.d mpn_powm.d mpn_pre_mod_1.d mpn_random.d mpn_random2.d mpn_redc_2.d mpn_redc_n.d mpn_remove.d mpn_rootrem.d mpn_sbpi1_bdiv_q.d mpn_sbpi1_bdiv_qr.d mpn_sbpi1_bdiv_r.d mpn_sbpi1_div_q.d mpn_sbpi1_div_qr.d mpn_sbpi1_divappr_q.d mpn_scan0.d mpn_scan1.d mpn_sec_add_1.d mpn_sec_div_qr.d mpn_sec_div_r.d mpn_sec_invert.d mpn_sec_mul.d mpn_sec_pi1_div_qr.d mpn_sec_pi1_div_r.d mpn_sec_powm.d mpn_sec_sqr.d mpn_sec_sub_1.d mpn_set_str.d mpn_sizeinbase.d mpn_sqr.d mpn_sqrlo.d mpn_sqrlo_basecase.d mpn_sqrmod_bnm1.d mpn_sqrtrem.d mpn_strongfibo.d mpn_sub.d mpn_sub_1.d mpn_tdiv_qr.d mpn_toom22_mul.d mpn_toom2_sqr.d mpn_toom32_mul.d mpn_toom33_mul.d mpn_toom3_sqr.d mpn_toom42_mul.d mpn_toom42_mulmid.d mpn_toom43_mul.d mpn_toom44_mul.d mpn_toom4_sqr.d mpn_toom52_mul.d mpn_toom53_mul.d mpn_toom54_mul.d mpn_toom62_mul.d mpn_toom63_mul.d mpn_toom6_sqr.d mpn_toom6h_mul.d mpn_toom8_sqr.d mpn_toom8h_mul.d mpn_toom_couple_handling.d mpn_toom_eval_dgr3_pm1.d mpn_toom_eval_dgr3_pm2.d mpn_toom_eval_pm1.d mpn_toom_eval_pm2.d mpn_toom_eval_pm2exp.d mpn_toom_eval_pm2rexp.d mpn_toom_interpolate_12pts.d mpn_toom_interpolate_16pts.d mpn_toom_interpolate_5pts.d mpn_toom_interpolate_6pts.d mpn_toom_interpolate_7pts.d mpn_toom_interpolate_8pts.d mpn_trialdiv.d mpn_zero.d mpn_zero_p.d mpq_abs.d mpq_aors.d mpq_canonicalize.d mpq_clear.d mpq_clears.d mpq_cmp.d mpq_cmp_si.d mpq_cmp_ui.d mpq_div.d mpq_equal.d mpq_get_d.d mpq_get_den.d mpq_get_num.d mpq_get_str.d mpq_init.d mpq_inits.d mpq_inp_str.d mpq_inv.d mpq_md_2exp.d mpq_mul.d mpq_neg.d mpq_out_str.d mpq_set.d mpq_set_d.d mpq_set_den.d mpq_set_f.d mpq_set_num.d mpq_set_si.d mpq_set_str.d mpq_set_ui.d mpq_set_z.d mpq_swap.d mpz_abs.d mpz_add.d mpz_add_ui.d mpz_and.d mpz_aorsmul.d mpz_aorsmul_i.d mpz_array_init.d mpz_bin_ui.d mpz_bin_uiui.d mpz_cdiv_q.d mpz_cdiv_q_ui.d mpz_cdiv_qr.d mpz_cdiv_qr_ui.d mpz_cdiv_r.d mpz_cdiv_r_ui.d mpz_cdiv_ui.d mpz_cfdiv_q_2exp.d mpz_cfdiv_r_2exp.d mpz_clear.d mpz_clears.d mpz_clrbit.d mpz_cmp.d mpz_cmp_d.d mpz_cmp_si.d mpz_cmp_ui.d mpz_cmpabs.d mpz_cmpabs_d.d mpz_cmpabs_ui.d mpz_com.d mpz_combit.d mpz_cong.d mpz_cong_2exp.d mpz_cong_ui.d mpz_dive_ui.d mpz_divegcd.d mpz_divexact.d mpz_divis.d mpz_divis_2exp.d mpz_divis_ui.d mpz_dump.d mpz_export.d mpz_fac_ui.d mpz_fdiv_q.d mpz_fdiv_q_ui.d mpz_fdiv_qr.d mpz_fdiv_qr_ui.d mpz_fdiv_r.d mpz_fdiv_r_ui.d mpz_fdiv_ui.d mpz_fib2_ui.d mpz_fib_ui.d mpz_fits_sint.d mpz_fits_slong.d mpz_fits_sshort.d mpz_fits_uint.d mpz_fits_ulong.d mpz_fits_ushort.d mpz_gcd.d mpz_gcd_ui.d mpz_gcdext.d mpz_get_d.d mpz_get_d_2exp.d mpz_get_si.d mpz_get_str.d mpz_get_ui.d mpz_getlimbn.d mpz_hamdist.d mpz_import.d mpz_init.d mpz_init2.d mpz_inits.d mpz_inp_raw.d mpz_inp_str.d mpz_invert.d mpz_ior.d mpz_iset.d mpz_iset_d.d mpz_iset_si.d mpz_iset_str.d mpz_iset_ui.d mpz_jacobi.d mpz_kronsz.d mpz_kronuz.d mpz_kronzs.d mpz_kronzu.d mpz_lcm.d mpz_lcm_ui.d mpz_limbs_finish.d mpz_limbs_modify.d mpz_limbs_read.d mpz_limbs_write.d mpz_lucnum2_ui.d mpz_lucnum_ui.d mpz_millerrabin.d mpz_mod.d mpz_mul.d mpz_mul_2exp.d mpz_mul_si.d mpz_mul_ui.d mpz_n_pow_ui.d mpz_neg.d mpz_nextprime.d mpz_oddfac_1.d mpz_out_raw.d mpz_out_str.d mpz_perfpow.d mpz_perfsqr.d mpz_popcount.d mpz_pow_ui.d mpz_powm.d mpz_powm_ui.d mpz_pprime_p.d mpz_prodlimbs.d mpz_random.d mpz_random2.d mpz_realloc.d mpz_realloc2.d mpz_remove.d mpz_roinit_n.d mpz_root.d mpz_rootrem.d mpz_rrandomb.d mpz_scan0.d mpz_scan1.d mpz_set.d mpz_set_d.d mpz_set_f.d mpz_set_q.d mpz_set_si.d mpz_set_str.d mpz_set_ui.d mpz_setbit.d mpz_size.d mpz_sizeinbase.d mpz_sqrt.d mpz_sqrtrem.d mpz_sub.d mpz_sub_ui.d mpz_swap.d mpz_tdiv_q.d mpz_tdiv_q_2exp.d mpz_tdiv_q_ui.d mpz_tdiv_qr.d mpz_tdiv_qr_ui.d mpz_tdiv_r.d mpz_tdiv_r_2exp.d mpz_tdiv_r_ui.d mpz_tdiv_ui.d mpz_tstbit.d mpz_ui_pow_ui.d mpz_ui_sub.d mpz_urandomb.d mpz_urandomm.d mpz_xor.d mul_1.d mul_2.d mul_basecase.d mullo_basecase.d mulmid_basecase.d nand_n.d nextprime.d nior_n.d popcount.d primesieve.d printf_asprintf.d printf_asprntffuns.d printf_doprnt.d printf_doprntf.d printf_doprnti.d printf_fprintf.d printf_obprintf.d printf_obprntffuns.d printf_obvprintf.d printf_printf.d printf_printffuns.d printf_repl-vsnprintf.d printf_snprintf.d printf_snprntffuns.d printf_sprintf.d printf_sprintffuns.d printf_vasprintf.d printf_vfprintf.d printf_vprintf.d printf_vsnprintf.d printf_vsprintf.d randbui.d randclr.d randdef.d randiset.d randlc2s.d randlc2x.d randmt.d randmts.d randmui.d rands.d randsd.d randsdui.d redc_1.d rsblsh1_n.d rsblsh2_n.d rsblsh_n.d rsh1add_n.d rsh1sub_n.d rshift.d scanf_doscan.d scanf_fscanf.d scanf_fscanffuns.d scanf_scanf.d scanf_sscanf.d scanf_sscanffuns.d scanf_vfscanf.d scanf_vscanf.d scanf_vsscanf.d sec_tabselect.d sqr_basecase.d sqr_diag_addlsh1.d sub_err1_n.d sub_err2_n.d sub_err3_n.d sub_n.d sublsh1_n.d submul_1.d tal-reent.d version.d xnor_n.d xor_n.d add_err1_n.d.tmp add_err2_n.d.tmp add_err3_n.d.tmp add_n.d.tmp addaddmul_1msb0.d.tmp addlsh1_n.d.tmp addlsh2_n.d.tmp addlsh_n.d.tmp addmul_1.d.tmp addmul_2.d.tmp and_n.d.tmp andn_n.d.tmp assert.d.tmp bdiv_dbm1c.d.tmp bdiv_q_1.d.tmp cnd_add_n.d.tmp cnd_sub_n.d.tmp com.d.tmp compat.d.tmp copyd.d.tmp copyi.d.tmp div_qr_1n_pi1.d.tmp div_qr_2n_pi1.d.tmp div_qr_2u_pi1.d.tmp dive_1.d.tmp divrem_1.d.tmp divrem_2.d.tmp errno.d.tmp extract-dbl.d.tmp fib_table.d.tmp gcd_11.d.tmp gcd_22.d.tmp hamdist.d.tmp invalid.d.tmp invert_limb.d.tmp invert_limb_table.d.tmp ior_n.d.tmp iorn_n.d.tmp lshift.d.tmp lshiftc.d.tmp memory.d.tmp mod_1_1.d.tmp mod_1_2.d.tmp mod_1_4.d.tmp mod_34lsub1.d.tmp mode1o.d.tmp mp_bases.d.tmp mp_bpl.d.tmp mp_clz_tab.d.tmp mp_dv_tab.d.tmp mp_get_fns.d.tmp mp_minv_tab.d.tmp mp_set_fns.d.tmp mpf_abs.d.tmp mpf_add.d.tmp mpf_add_ui.d.tmp mpf_ceilfloor.d.tmp mpf_clear.d.tmp mpf_clears.d.tmp mpf_cmp.d.tmp mpf_cmp_d.d.tmp mpf_cmp_si.d.tmp mpf_cmp_ui.d.tmp mpf_cmp_z.d.tmp mpf_div.d.tmp mpf_div_2exp.d.tmp mpf_div_ui.d.tmp mpf_dump.d.tmp mpf_eq.d.tmp mpf_fits_sint.d.tmp mpf_fits_slong.d.tmp mpf_fits_sshort.d.tmp mpf_fits_uint.d.tmp mpf_fits_ulong.d.tmp mpf_fits_ushort.d.tmp mpf_get_d.d.tmp mpf_get_d_2exp.d.tmp mpf_get_dfl_prec.d.tmp mpf_get_prc.d.tmp mpf_get_si.d.tmp mpf_get_str.d.tmp mpf_get_ui.d.tmp mpf_init.d.tmp mpf_init2.d.tmp mpf_inits.d.tmp mpf_inp_str.d.tmp mpf_int_p.d.tmp mpf_iset.d.tmp mpf_iset_d.d.tmp mpf_iset_si.d.tmp mpf_iset_str.d.tmp mpf_iset_ui.d.tmp mpf_mul.d.tmp mpf_mul_2exp.d.tmp mpf_mul_ui.d.tmp mpf_neg.d.tmp mpf_out_str.d.tmp mpf_pow_ui.d.tmp mpf_random2.d.tmp mpf_reldiff.d.tmp mpf_set.d.tmp mpf_set_d.d.tmp mpf_set_dfl_prec.d.tmp mpf_set_prc.d.tmp mpf_set_prc_raw.d.tmp mpf_set_q.d.tmp mpf_set_si.d.tmp mpf_set_str.d.tmp mpf_set_ui.d.tmp mpf_set_z.d.tmp mpf_size.d.tmp mpf_sqrt.d.tmp mpf_sqrt_ui.d.tmp mpf_sub.d.tmp mpf_sub_ui.d.tmp mpf_swap.d.tmp mpf_trunc.d.tmp mpf_ui_div.d.tmp mpf_ui_sub.d.tmp mpf_urandomb.d.tmp mpn_add.d.tmp mpn_add_1.d.tmp mpn_add_n_sub_n.d.tmp mpn_bdiv_q.d.tmp mpn_bdiv_qr.d.tmp mpn_binvert.d.tmp mpn_broot.d.tmp mpn_brootinv.d.tmp mpn_bsqrt.d.tmp mpn_bsqrtinv.d.tmp mpn_cmp.d.tmp mpn_cnd_swap.d.tmp mpn_comb_tables.d.tmp mpn_compute_powtab.d.tmp mpn_dcpi1_bdiv_q.d.tmp mpn_dcpi1_bdiv_qr.d.tmp mpn_dcpi1_div_q.d.tmp mpn_dcpi1_div_qr.d.tmp mpn_dcpi1_divappr_q.d.tmp mpn_div_q.d.tmp mpn_div_qr_1.d.tmp mpn_div_qr_2.d.tmp mpn_diveby3.d.tmp mpn_divexact.d.tmp mpn_divis.d.tmp mpn_divrem.d.tmp mpn_dump.d.tmp mpn_fib2_ui.d.tmp mpn_fib2m.d.tmp mpn_gcd.d.tmp mpn_gcd_1.d.tmp mpn_gcd_subdiv_step.d.tmp mpn_gcdext.d.tmp mpn_gcdext_1.d.tmp mpn_gcdext_lehmer.d.tmp mpn_get_d.d.tmp mpn_get_str.d.tmp mpn_hgcd.d.tmp mpn_hgcd2.d.tmp mpn_hgcd2_jacobi.d.tmp mpn_hgcd_appr.d.tmp mpn_hgcd_jacobi.d.tmp mpn_hgcd_matrix.d.tmp mpn_hgcd_reduce.d.tmp mpn_hgcd_step.d.tmp mpn_invert.d.tmp mpn_invertappr.d.tmp mpn_jacbase.d.tmp mpn_jacobi.d.tmp mpn_jacobi_2.d.tmp mpn_matrix22_mul.d.tmp mpn_matrix22_mul1_inverse_vector.d.tmp mpn_mod_1.d.tmp mpn_mod_1_3.d.tmp mpn_mu_bdiv_q.d.tmp mpn_mu_bdiv_qr.d.tmp mpn_mu_div_q.d.tmp mpn_mu_div_qr.d.tmp mpn_mu_divappr_q.d.tmp mpn_mul.d.tmp mpn_mul_fft.d.tmp mpn_mul_n.d.tmp mpn_mullo_n.d.tmp mpn_mulmid.d.tmp mpn_mulmid_n.d.tmp mpn_mulmod_bnm1.d.tmp mpn_neg.d.tmp mpn_nussbaumer_mul.d.tmp mpn_perfpow.d.tmp mpn_perfsqr.d.tmp mpn_pow_1.d.tmp mpn_powlo.d.tmp mpn_powm.d.tmp mpn_pre_mod_1.d.tmp mpn_random.d.tmp mpn_random2.d.tmp mpn_redc_2.d.tmp mpn_redc_n.d.tmp mpn_remove.d.tmp mpn_rootrem.d.tmp mpn_sbpi1_bdiv_q.d.tmp mpn_sbpi1_bdiv_qr.d.tmp mpn_sbpi1_bdiv_r.d.tmp mpn_sbpi1_div_q.d.tmp mpn_sbpi1_div_qr.d.tmp mpn_sbpi1_divappr_q.d.tmp mpn_scan0.d.tmp mpn_scan1.d.tmp mpn_sec_add_1.d.tmp mpn_sec_div_qr.d.tmp mpn_sec_div_r.d.tmp mpn_sec_invert.d.tmp mpn_sec_mul.d.tmp mpn_sec_pi1_div_qr.d.tmp mpn_sec_pi1_div_r.d.tmp mpn_sec_powm.d.tmp mpn_sec_sqr.d.tmp mpn_sec_sub_1.d.tmp mpn_set_str.d.tmp mpn_sizeinbase.d.tmp mpn_sqr.d.tmp mpn_sqrlo.d.tmp mpn_sqrlo_basecase.d.tmp mpn_sqrmod_bnm1.d.tmp mpn_sqrtrem.d.tmp mpn_strongfibo.d.tmp mpn_sub.d.tmp mpn_sub_1.d.tmp mpn_tdiv_qr.d.tmp mpn_toom22_mul.d.tmp mpn_toom2_sqr.d.tmp mpn_toom32_mul.d.tmp mpn_toom33_mul.d.tmp mpn_toom3_sqr.d.tmp mpn_toom42_mul.d.tmp mpn_toom42_mulmid.d.tmp mpn_toom43_mul.d.tmp mpn_toom44_mul.d.tmp mpn_toom4_sqr.d.tmp mpn_toom52_mul.d.tmp mpn_toom53_mul.d.tmp mpn_toom54_mul.d.tmp mpn_toom62_mul.d.tmp mpn_toom63_mul.d.tmp mpn_toom6_sqr.d.tmp mpn_toom6h_mul.d.tmp mpn_toom8_sqr.d.tmp mpn_toom8h_mul.d.tmp mpn_toom_couple_handling.d.tmp mpn_toom_eval_dgr3_pm1.d.tmp mpn_toom_eval_dgr3_pm2.d.tmp mpn_toom_eval_pm1.d.tmp mpn_toom_eval_pm2.d.tmp mpn_toom_eval_pm2exp.d.tmp mpn_toom_eval_pm2rexp.d.tmp mpn_toom_interpolate_12pts.d.tmp mpn_toom_interpolate_16pts.d.tmp mpn_toom_interpolate_5pts.d.tmp mpn_toom_interpolate_6pts.d.tmp mpn_toom_interpolate_7pts.d.tmp mpn_toom_interpolate_8pts.d.tmp mpn_trialdiv.d.tmp mpn_zero.d.tmp mpn_zero_p.d.tmp mpq_abs.d.tmp mpq_aors.d.tmp mpq_canonicalize.d.tmp mpq_clear.d.tmp mpq_clears.d.tmp mpq_cmp.d.tmp mpq_cmp_si.d.tmp mpq_cmp_ui.d.tmp mpq_div.d.tmp mpq_equal.d.tmp mpq_get_d.d.tmp mpq_get_den.d.tmp mpq_get_num.d.tmp mpq_get_str.d.tmp mpq_init.d.tmp mpq_inits.d.tmp mpq_inp_str.d.tmp mpq_inv.d.tmp mpq_md_2exp.d.tmp mpq_mul.d.tmp mpq_neg.d.tmp mpq_out_str.d.tmp mpq_set.d.tmp mpq_set_d.d.tmp mpq_set_den.d.tmp mpq_set_f.d.tmp mpq_set_num.d.tmp mpq_set_si.d.tmp mpq_set_str.d.tmp mpq_set_ui.d.tmp mpq_set_z.d.tmp mpq_swap.d.tmp mpz_abs.d.tmp mpz_add.d.tmp mpz_add_ui.d.tmp mpz_and.d.tmp mpz_aorsmul.d.tmp mpz_aorsmul_i.d.tmp mpz_array_init.d.tmp mpz_bin_ui.d.tmp mpz_bin_uiui.d.tmp mpz_cdiv_q.d.tmp mpz_cdiv_q_ui.d.tmp mpz_cdiv_qr.d.tmp mpz_cdiv_qr_ui.d.tmp mpz_cdiv_r.d.tmp mpz_cdiv_r_ui.d.tmp mpz_cdiv_ui.d.tmp mpz_cfdiv_q_2exp.d.tmp mpz_cfdiv_r_2exp.d.tmp mpz_clear.d.tmp mpz_clears.d.tmp mpz_clrbit.d.tmp mpz_cmp.d.tmp mpz_cmp_d.d.tmp mpz_cmp_si.d.tmp mpz_cmp_ui.d.tmp mpz_cmpabs.d.tmp mpz_cmpabs_d.d.tmp mpz_cmpabs_ui.d.tmp mpz_com.d.tmp mpz_combit.d.tmp mpz_cong.d.tmp mpz_cong_2exp.d.tmp mpz_cong_ui.d.tmp mpz_dive_ui.d.tmp mpz_divegcd.d.tmp mpz_divexact.d.tmp mpz_divis.d.tmp mpz_divis_2exp.d.tmp mpz_divis_ui.d.tmp mpz_dump.d.tmp mpz_export.d.tmp mpz_fac_ui.d.tmp mpz_fdiv_q.d.tmp mpz_fdiv_q_ui.d.tmp mpz_fdiv_qr.d.tmp mpz_fdiv_qr_ui.d.tmp mpz_fdiv_r.d.tmp mpz_fdiv_r_ui.d.tmp mpz_fdiv_ui.d.tmp mpz_fib2_ui.d.tmp mpz_fib_ui.d.tmp mpz_fits_sint.d.tmp mpz_fits_slong.d.tmp mpz_fits_sshort.d.tmp mpz_fits_uint.d.tmp mpz_fits_ulong.d.tmp mpz_fits_ushort.d.tmp mpz_gcd.d.tmp mpz_gcd_ui.d.tmp mpz_gcdext.d.tmp mpz_get_d.d.tmp mpz_get_d_2exp.d.tmp mpz_get_si.d.tmp mpz_get_str.d.tmp mpz_get_ui.d.tmp mpz_getlimbn.d.tmp mpz_hamdist.d.tmp mpz_import.d.tmp mpz_init.d.tmp mpz_init2.d.tmp mpz_inits.d.tmp mpz_inp_raw.d.tmp mpz_inp_str.d.tmp mpz_invert.d.tmp mpz_ior.d.tmp mpz_iset.d.tmp mpz_iset_d.d.tmp mpz_iset_si.d.tmp mpz_iset_str.d.tmp mpz_iset_ui.d.tmp mpz_jacobi.d.tmp mpz_kronsz.d.tmp mpz_kronuz.d.tmp mpz_kronzs.d.tmp mpz_kronzu.d.tmp mpz_lcm.d.tmp mpz_lcm_ui.d.tmp mpz_limbs_finish.d.tmp mpz_limbs_modify.d.tmp mpz_limbs_read.d.tmp mpz_limbs_write.d.tmp mpz_lucnum2_ui.d.tmp mpz_lucnum_ui.d.tmp mpz_millerrabin.d.tmp mpz_mod.d.tmp mpz_mul.d.tmp mpz_mul_2exp.d.tmp mpz_mul_si.d.tmp mpz_mul_ui.d.tmp mpz_n_pow_ui.d.tmp mpz_neg.d.tmp mpz_nextprime.d.tmp mpz_oddfac_1.d.tmp mpz_out_raw.d.tmp mpz_out_str.d.tmp mpz_perfpow.d.tmp mpz_perfsqr.d.tmp mpz_popcount.d.tmp mpz_pow_ui.d.tmp mpz_powm.d.tmp mpz_powm_ui.d.tmp mpz_pprime_p.d.tmp mpz_prodlimbs.d.tmp mpz_random.d.tmp mpz_random2.d.tmp mpz_realloc.d.tmp mpz_realloc2.d.tmp mpz_remove.d.tmp mpz_roinit_n.d.tmp mpz_root.d.tmp mpz_rootrem.d.tmp mpz_rrandomb.d.tmp mpz_scan0.d.tmp mpz_scan1.d.tmp mpz_set.d.tmp mpz_set_d.d.tmp mpz_set_f.d.tmp mpz_set_q.d.tmp mpz_set_si.d.tmp mpz_set_str.d.tmp mpz_set_ui.d.tmp mpz_setbit.d.tmp mpz_size.d.tmp mpz_sizeinbase.d.tmp mpz_sqrt.d.tmp mpz_sqrtrem.d.tmp mpz_sub.d.tmp mpz_sub_ui.d.tmp mpz_swap.d.tmp mpz_tdiv_q.d.tmp mpz_tdiv_q_2exp.d.tmp mpz_tdiv_q_ui.d.tmp mpz_tdiv_qr.d.tmp mpz_tdiv_qr_ui.d.tmp mpz_tdiv_r.d.tmp mpz_tdiv_r_2exp.d.tmp mpz_tdiv_r_ui.d.tmp mpz_tdiv_ui.d.tmp mpz_tstbit.d.tmp mpz_ui_pow_ui.d.tmp mpz_ui_sub.d.tmp mpz_urandomb.d.tmp mpz_urandomm.d.tmp mpz_xor.d.tmp mul_1.d.tmp mul_2.d.tmp mul_basecase.d.tmp mullo_basecase.d.tmp mulmid_basecase.d.tmp nand_n.d.tmp nextprime.d.tmp nior_n.d.tmp popcount.d.tmp primesieve.d.tmp printf_asprintf.d.tmp printf_asprntffuns.d.tmp printf_doprnt.d.tmp printf_doprntf.d.tmp printf_doprnti.d.tmp printf_fprintf.d.tmp printf_obprintf.d.tmp printf_obprntffuns.d.tmp printf_obvprintf.d.tmp printf_printf.d.tmp printf_printffuns.d.tmp printf_repl-vsnprintf.d.tmp printf_snprintf.d.tmp printf_snprntffuns.d.tmp printf_sprintf.d.tmp printf_sprintffuns.d.tmp printf_vasprintf.d.tmp printf_vfprintf.d.tmp printf_vprintf.d.tmp printf_vsnprintf.d.tmp printf_vsprintf.d.tmp randbui.d.tmp randclr.d.tmp randdef.d.tmp randiset.d.tmp randlc2s.d.tmp randlc2x.d.tmp randmt.d.tmp randmts.d.tmp randmui.d.tmp rands.d.tmp randsd.d.tmp randsdui.d.tmp redc_1.d.tmp rsblsh1_n.d.tmp rsblsh2_n.d.tmp rsblsh_n.d.tmp rsh1add_n.d.tmp rsh1sub_n.d.tmp rshift.d.tmp scanf_doscan.d.tmp scanf_fscanf.d.tmp scanf_fscanffuns.d.tmp scanf_scanf.d.tmp scanf_sscanf.d.tmp scanf_sscanffuns.d.tmp scanf_vfscanf.d.tmp scanf_vscanf.d.tmp scanf_vsscanf.d.tmp sec_tabselect.d.tmp sqr_basecase.d.tmp sqr_diag_addlsh1.d.tmp sub_err1_n.d.tmp sub_err2_n.d.tmp sub_err3_n.d.tmp sub_n.d.tmp sublsh1_n.d.tmp submul_1.d.tmp tal-reent.d.tmp version.d.tmp xnor_n.d.tmp xor_n.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f libevent.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f libevent.so.5.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/gmp/lib/libgmp && rm -f .depend add_err1_n.d add_err2_n.d add_err3_n.d add_n.d addaddmul_1msb0.d addlsh1_n.d addlsh2_n.d addlsh_n.d addmul_1.d addmul_2.d and_n.d andn_n.d assert.d bdiv_dbm1c.d bdiv_q_1.d cnd_add_n.d cnd_sub_n.d com.d compat.d copyd.d copyi.d div_qr_1n_pi1.d div_qr_2n_pi1.d div_qr_2u_pi1.d dive_1.d divrem_1.d divrem_2.d errno.d extract-dbl.d fib_table.d gcd_11.d gcd_22.d hamdist.d invalid.d invert_limb.d invert_limb_table.d ior_n.d iorn_n.d lshift.d lshiftc.d memory.d mod_1_1.d mod_1_2.d mod_1_4.d mod_34lsub1.d mode1o.d mp_bases.d mp_bpl.d mp_clz_tab.d mp_dv_tab.d mp_get_fns.d mp_minv_tab.d mp_set_fns.d mpf_abs.d mpf_add.d mpf_add_ui.d mpf_ceilfloor.d mpf_clear.d mpf_clears.d mpf_cmp.d mpf_cmp_d.d mpf_cmp_si.d mpf_cmp_ui.d mpf_cmp_z.d mpf_div.d mpf_div_2exp.d mpf_div_ui.d mpf_dump.d mpf_eq.d mpf_fits_sint.d mpf_fits_slong.d mpf_fits_sshort.d mpf_fits_uint.d mpf_fits_ulong.d mpf_fits_ushort.d mpf_get_d.d mpf_get_d_2exp.d mpf_get_dfl_prec.d mpf_get_prc.d mpf_get_si.d mpf_get_str.d mpf_get_ui.d mpf_init.d mpf_init2.d mpf_inits.d mpf_inp_str.d mpf_int_p.d mpf_iset.d mpf_iset_d.d mpf_iset_si.d mpf_iset_str.d mpf_iset_ui.d mpf_mul.d mpf_mul_2exp.d mpf_mul_ui.d mpf_neg.d mpf_out_str.d mpf_pow_ui.d mpf_random2.d mpf_reldiff.d mpf_set.d mpf_set_d.d mpf_set_dfl_prec.d mpf_set_prc.d mpf_set_prc_raw.d mpf_set_q.d mpf_set_si.d mpf_set_str.d mpf_set_ui.d mpf_set_z.d mpf_size.d mpf_sqrt.d mpf_sqrt_ui.d mpf_sub.d mpf_sub_ui.d mpf_swap.d mpf_trunc.d mpf_ui_div.d mpf_ui_sub.d mpf_urandomb.d mpn_add.d mpn_add_1.d mpn_add_n_sub_n.d mpn_bdiv_q.d mpn_bdiv_qr.d mpn_binvert.d mpn_broot.d mpn_brootinv.d mpn_bsqrt.d mpn_bsqrtinv.d mpn_cmp.d mpn_cnd_swap.d mpn_comb_tables.d mpn_compute_powtab.d mpn_dcpi1_bdiv_q.d mpn_dcpi1_bdiv_qr.d mpn_dcpi1_div_q.d mpn_dcpi1_div_qr.d mpn_dcpi1_divappr_q.d mpn_div_q.d mpn_div_qr_1.d mpn_div_qr_2.d mpn_diveby3.d mpn_divexact.d mpn_divis.d mpn_divrem.d mpn_dump.d mpn_fib2_ui.d mpn_fib2m.d mpn_gcd.d mpn_gcd_1.d mpn_gcd_subdiv_step.d mpn_gcdext.d mpn_gcdext_1.d mpn_gcdext_lehmer.d mpn_get_d.d mpn_get_str.d mpn_hgcd.d mpn_hgcd2.d mpn_hgcd2_jacobi.d mpn_hgcd_appr.d mpn_hgcd_jacobi.d mpn_hgcd_matrix.d mpn_hgcd_reduce.d mpn_hgcd_step.d mpn_invert.d mpn_invertappr.d mpn_jacbase.d mpn_jacobi.d mpn_jacobi_2.d mpn_matrix22_mul.d mpn_matrix22_mul1_inverse_vector.d mpn_mod_1.d mpn_mod_1_3.d mpn_mu_bdiv_q.d mpn_mu_bdiv_qr.d mpn_mu_div_q.d mpn_mu_div_qr.d mpn_mu_divappr_q.d mpn_mul.d mpn_mul_fft.d mpn_mul_n.d mpn_mullo_n.d mpn_mulmid.d mpn_mulmid_n.d mpn_mulmod_bnm1.d mpn_neg.d mpn_nussbaumer_mul.d mpn_perfpow.d mpn_perfsqr.d mpn_pow_1.d mpn_powlo.d mpn_powm.d mpn_pre_mod_1.d mpn_random.d mpn_random2.d mpn_redc_2.d mpn_redc_n.d mpn_remove.d mpn_rootrem.d mpn_sbpi1_bdiv_q.d mpn_sbpi1_bdiv_qr.d mpn_sbpi1_bdiv_r.d mpn_sbpi1_div_q.d mpn_sbpi1_div_qr.d mpn_sbpi1_divappr_q.d mpn_scan0.d mpn_scan1.d mpn_sec_add_1.d mpn_sec_div_qr.d mpn_sec_div_r.d mpn_sec_invert.d mpn_sec_mul.d mpn_sec_pi1_div_qr.d mpn_sec_pi1_div_r.d mpn_sec_powm.d mpn_sec_sqr.d mpn_sec_sub_1.d mpn_set_str.d mpn_sizeinbase.d mpn_sqr.d mpn_sqrlo.d mpn_sqrlo_basecase.d mpn_sqrmod_bnm1.d mpn_sqrtrem.d mpn_strongfibo.d mpn_sub.d mpn_sub_1.d mpn_tdiv_qr.d mpn_toom22_mul.d mpn_toom2_sqr.d mpn_toom32_mul.d mpn_toom33_mul.d mpn_toom3_sqr.d mpn_toom42_mul.d mpn_toom42_mulmid.d mpn_toom43_mul.d mpn_toom44_mul.d mpn_toom4_sqr.d mpn_toom52_mul.d mpn_toom53_mul.d mpn_toom54_mul.d mpn_toom62_mul.d mpn_toom63_mul.d mpn_toom6_sqr.d mpn_toom6h_mul.d mpn_toom8_sqr.d mpn_toom8h_mul.d mpn_toom_couple_handling.d mpn_toom_eval_dgr3_pm1.d mpn_toom_eval_dgr3_pm2.d mpn_toom_eval_pm1.d mpn_toom_eval_pm2.d mpn_toom_eval_pm2exp.d mpn_toom_eval_pm2rexp.d mpn_toom_interpolate_12pts.d mpn_toom_interpolate_16pts.d mpn_toom_interpolate_5pts.d mpn_toom_interpolate_6pts.d mpn_toom_interpolate_7pts.d mpn_toom_interpolate_8pts.d mpn_trialdiv.d mpn_zero.d mpn_zero_p.d mpq_abs.d mpq_aors.d mpq_canonicalize.d mpq_clear.d mpq_clears.d mpq_cmp.d mpq_cmp_si.d mpq_cmp_ui.d mpq_div.d mpq_equal.d mpq_get_d.d mpq_get_den.d mpq_get_num.d mpq_get_str.d mpq_init.d mpq_inits.d mpq_inp_str.d mpq_inv.d mpq_md_2exp.d mpq_mul.d mpq_neg.d mpq_out_str.d mpq_set.d mpq_set_d.d mpq_set_den.d mpq_set_f.d mpq_set_num.d mpq_set_si.d mpq_set_str.d mpq_set_ui.d mpq_set_z.d mpq_swap.d mpz_abs.d mpz_add.d mpz_add_ui.d mpz_and.d mpz_aorsmul.d mpz_aorsmul_i.d mpz_array_init.d mpz_bin_ui.d mpz_bin_uiui.d mpz_cdiv_q.d mpz_cdiv_q_ui.d mpz_cdiv_qr.d mpz_cdiv_qr_ui.d mpz_cdiv_r.d mpz_cdiv_r_ui.d mpz_cdiv_ui.d mpz_cfdiv_q_2exp.d mpz_cfdiv_r_2exp.d mpz_clear.d mpz_clears.d mpz_clrbit.d mpz_cmp.d mpz_cmp_d.d mpz_cmp_si.d mpz_cmp_ui.d mpz_cmpabs.d mpz_cmpabs_d.d mpz_cmpabs_ui.d mpz_com.d mpz_combit.d mpz_cong.d mpz_cong_2exp.d mpz_cong_ui.d mpz_dive_ui.d mpz_divegcd.d mpz_divexact.d mpz_divis.d mpz_divis_2exp.d mpz_divis_ui.d mpz_dump.d mpz_export.d mpz_fac_ui.d mpz_fdiv_q.d mpz_fdiv_q_ui.d mpz_fdiv_qr.d mpz_fdiv_qr_ui.d mpz_fdiv_r.d mpz_fdiv_r_ui.d mpz_fdiv_ui.d mpz_fib2_ui.d mpz_fib_ui.d mpz_fits_sint.d mpz_fits_slong.d mpz_fits_sshort.d mpz_fits_uint.d mpz_fits_ulong.d mpz_fits_ushort.d mpz_gcd.d mpz_gcd_ui.d mpz_gcdext.d mpz_get_d.d mpz_get_d_2exp.d mpz_get_si.d mpz_get_str.d mpz_get_ui.d mpz_getlimbn.d mpz_hamdist.d mpz_import.d mpz_init.d mpz_init2.d mpz_inits.d mpz_inp_raw.d mpz_inp_str.d mpz_invert.d mpz_ior.d mpz_iset.d mpz_iset_d.d mpz_iset_si.d mpz_iset_str.d mpz_iset_ui.d mpz_jacobi.d mpz_kronsz.d mpz_kronuz.d mpz_kronzs.d mpz_kronzu.d mpz_lcm.d mpz_lcm_ui.d mpz_limbs_finish.d mpz_limbs_modify.d mpz_limbs_read.d mpz_limbs_write.d mpz_lucnum2_ui.d mpz_lucnum_ui.d mpz_millerrabin.d mpz_mod.d mpz_mul.d mpz_mul_2exp.d mpz_mul_si.d mpz_mul_ui.d mpz_n_pow_ui.d mpz_neg.d mpz_nextprime.d mpz_oddfac_1.d mpz_out_raw.d mpz_out_str.d mpz_perfpow.d mpz_perfsqr.d mpz_popcount.d mpz_pow_ui.d mpz_powm.d mpz_powm_ui.d mpz_pprime_p.d mpz_prodlimbs.d mpz_random.d mpz_random2.d mpz_realloc.d mpz_realloc2.d mpz_remove.d mpz_roinit_n.d mpz_root.d mpz_rootrem.d mpz_rrandomb.d mpz_scan0.d mpz_scan1.d mpz_set.d mpz_set_d.d mpz_set_f.d mpz_set_q.d mpz_set_si.d mpz_set_str.d mpz_set_ui.d mpz_setbit.d mpz_size.d mpz_sizeinbase.d mpz_sqrt.d mpz_sqrtrem.d mpz_sub.d mpz_sub_ui.d mpz_swap.d mpz_tdiv_q.d mpz_tdiv_q_2exp.d mpz_tdiv_q_ui.d mpz_tdiv_qr.d mpz_tdiv_qr_ui.d mpz_tdiv_r.d mpz_tdiv_r_2exp.d mpz_tdiv_r_ui.d mpz_tdiv_ui.d mpz_tstbit.d mpz_ui_pow_ui.d mpz_ui_sub.d mpz_urandomb.d mpz_urandomm.d mpz_xor.d mul_1.d mul_2.d mul_basecase.d mullo_basecase.d mulmid_basecase.d nand_n.d nextprime.d nior_n.d popcount.d primesieve.d printf_asprintf.d printf_asprntffuns.d printf_doprnt.d printf_doprntf.d printf_doprnti.d printf_fprintf.d printf_obprintf.d printf_obprntffuns.d printf_obvprintf.d printf_printf.d printf_printffuns.d printf_repl-vsnprintf.d printf_snprintf.d printf_snprntffuns.d printf_sprintf.d printf_sprintffuns.d printf_vasprintf.d printf_vfprintf.d printf_vprintf.d printf_vsnprintf.d printf_vsprintf.d randbui.d randclr.d randdef.d randiset.d randlc2s.d randlc2x.d randmt.d randmts.d randmui.d rands.d randsd.d randsdui.d redc_1.d rsblsh1_n.d rsblsh2_n.d rsblsh_n.d rsh1add_n.d rsh1sub_n.d rshift.d scanf_doscan.d scanf_fscanf.d scanf_fscanffuns.d scanf_scanf.d scanf_sscanf.d scanf_sscanffuns.d scanf_vfscanf.d scanf_vscanf.d scanf_vsscanf.d sec_tabselect.d sqr_basecase.d sqr_diag_addlsh1.d sub_err1_n.d sub_err2_n.d sub_err3_n.d sub_n.d sublsh1_n.d submul_1.d tal-reent.d version.d xnor_n.d xor_n.d add_err1_n.d.tmp add_err2_n.d.tmp add_err3_n.d.tmp add_n.d.tmp addaddmul_1msb0.d.tmp addlsh1_n.d.tmp addlsh2_n.d.tmp addlsh_n.d.tmp addmul_1.d.tmp addmul_2.d.tmp and_n.d.tmp andn_n.d.tmp assert.d.tmp bdiv_dbm1c.d.tmp bdiv_q_1.d.tmp cnd_add_n.d.tmp cnd_sub_n.d.tmp com.d.tmp compat.d.tmp copyd.d.tmp copyi.d.tmp div_qr_1n_pi1.d.tmp div_qr_2n_pi1.d.tmp div_qr_2u_pi1.d.tmp dive_1.d.tmp divrem_1.d.tmp divrem_2.d.tmp errno.d.tmp extract-dbl.d.tmp fib_table.d.tmp gcd_11.d.tmp gcd_22.d.tmp hamdist.d.tmp invalid.d.tmp invert_limb.d.tmp invert_limb_table.d.tmp ior_n.d.tmp iorn_n.d.tmp lshift.d.tmp lshiftc.d.tmp memory.d.tmp mod_1_1.d.tmp mod_1_2.d.tmp mod_1_4.d.tmp mod_34lsub1.d.tmp mode1o.d.tmp mp_bases.d.tmp mp_bpl.d.tmp mp_clz_tab.d.tmp mp_dv_tab.d.tmp mp_get_fns.d.tmp mp_minv_tab.d.tmp mp_set_fns.d.tmp mpf_abs.d.tmp mpf_add.d.tmp mpf_add_ui.d.tmp mpf_ceilfloor.d.tmp mpf_clear.d.tmp mpf_clears.d.tmp mpf_cmp.d.tmp mpf_cmp_d.d.tmp mpf_cmp_si.d.tmp mpf_cmp_ui.d.tmp mpf_cmp_z.d.tmp mpf_div.d.tmp mpf_div_2exp.d.tmp mpf_div_ui.d.tmp mpf_dump.d.tmp mpf_eq.d.tmp mpf_fits_sint.d.tmp mpf_fits_slong.d.tmp mpf_fits_sshort.d.tmp mpf_fits_uint.d.tmp mpf_fits_ulong.d.tmp mpf_fits_ushort.d.tmp mpf_get_d.d.tmp mpf_get_d_2exp.d.tmp mpf_get_dfl_prec.d.tmp mpf_get_prc.d.tmp mpf_get_si.d.tmp mpf_get_str.d.tmp mpf_get_ui.d.tmp mpf_init.d.tmp mpf_init2.d.tmp mpf_inits.d.tmp mpf_inp_str.d.tmp mpf_int_p.d.tmp mpf_iset.d.tmp mpf_iset_d.d.tmp mpf_iset_si.d.tmp mpf_iset_str.d.tmp mpf_iset_ui.d.tmp mpf_mul.d.tmp mpf_mul_2exp.d.tmp mpf_mul_ui.d.tmp mpf_neg.d.tmp mpf_out_str.d.tmp mpf_pow_ui.d.tmp mpf_random2.d.tmp mpf_reldiff.d.tmp mpf_set.d.tmp mpf_set_d.d.tmp mpf_set_dfl_prec.d.tmp mpf_set_prc.d.tmp mpf_set_prc_raw.d.tmp mpf_set_q.d.tmp mpf_set_si.d.tmp mpf_set_str.d.tmp mpf_set_ui.d.tmp mpf_set_z.d.tmp mpf_size.d.tmp mpf_sqrt.d.tmp mpf_sqrt_ui.d.tmp mpf_sub.d.tmp mpf_sub_ui.d.tmp mpf_swap.d.tmp mpf_trunc.d.tmp mpf_ui_div.d.tmp mpf_ui_sub.d.tmp mpf_urandomb.d.tmp mpn_add.d.tmp mpn_add_1.d.tmp mpn_add_n_sub_n.d.tmp mpn_bdiv_q.d.tmp mpn_bdiv_qr.d.tmp mpn_binvert.d.tmp mpn_broot.d.tmp mpn_brootinv.d.tmp mpn_bsqrt.d.tmp mpn_bsqrtinv.d.tmp mpn_cmp.d.tmp mpn_cnd_swap.d.tmp mpn_comb_tables.d.tmp mpn_compute_powtab.d.tmp mpn_dcpi1_bdiv_q.d.tmp mpn_dcpi1_bdiv_qr.d.tmp mpn_dcpi1_div_q.d.tmp mpn_dcpi1_div_qr.d.tmp mpn_dcpi1_divappr_q.d.tmp mpn_div_q.d.tmp mpn_div_qr_1.d.tmp mpn_div_qr_2.d.tmp mpn_diveby3.d.tmp mpn_divexact.d.tmp mpn_divis.d.tmp mpn_divrem.d.tmp mpn_dump.d.tmp mpn_fib2_ui.d.tmp mpn_fib2m.d.tmp mpn_gcd.d.tmp mpn_gcd_1.d.tmp mpn_gcd_subdiv_step.d.tmp mpn_gcdext.d.tmp mpn_gcdext_1.d.tmp mpn_gcdext_lehmer.d.tmp mpn_get_d.d.tmp mpn_get_str.d.tmp mpn_hgcd.d.tmp mpn_hgcd2.d.tmp mpn_hgcd2_jacobi.d.tmp mpn_hgcd_appr.d.tmp mpn_hgcd_jacobi.d.tmp mpn_hgcd_matrix.d.tmp mpn_hgcd_reduce.d.tmp mpn_hgcd_step.d.tmp mpn_invert.d.tmp mpn_invertappr.d.tmp mpn_jacbase.d.tmp mpn_jacobi.d.tmp mpn_jacobi_2.d.tmp mpn_matrix22_mul.d.tmp mpn_matrix22_mul1_inverse_vector.d.tmp mpn_mod_1.d.tmp mpn_mod_1_3.d.tmp mpn_mu_bdiv_q.d.tmp mpn_mu_bdiv_qr.d.tmp mpn_mu_div_q.d.tmp mpn_mu_div_qr.d.tmp mpn_mu_divappr_q.d.tmp mpn_mul.d.tmp mpn_mul_fft.d.tmp mpn_mul_n.d.tmp mpn_mullo_n.d.tmp mpn_mulmid.d.tmp mpn_mulmid_n.d.tmp mpn_mulmod_bnm1.d.tmp mpn_neg.d.tmp mpn_nussbaumer_mul.d.tmp mpn_perfpow.d.tmp mpn_perfsqr.d.tmp mpn_pow_1.d.tmp mpn_powlo.d.tmp mpn_powm.d.tmp mpn_pre_mod_1.d.tmp mpn_random.d.tmp mpn_random2.d.tmp mpn_redc_2.d.tmp mpn_redc_n.d.tmp mpn_remove.d.tmp mpn_rootrem.d.tmp mpn_sbpi1_bdiv_q.d.tmp mpn_sbpi1_bdiv_qr.d.tmp mpn_sbpi1_bdiv_r.d.tmp mpn_sbpi1_div_q.d.tmp mpn_sbpi1_div_qr.d.tmp mpn_sbpi1_divappr_q.d.tmp mpn_scan0.d.tmp mpn_scan1.d.tmp mpn_sec_add_1.d.tmp mpn_sec_div_qr.d.tmp mpn_sec_div_r.d.tmp mpn_sec_invert.d.tmp mpn_sec_mul.d.tmp mpn_sec_pi1_div_qr.d.tmp mpn_sec_pi1_div_r.d.tmp mpn_sec_powm.d.tmp mpn_sec_sqr.d.tmp mpn_sec_sub_1.d.tmp mpn_set_str.d.tmp mpn_sizeinbase.d.tmp mpn_sqr.d.tmp mpn_sqrlo.d.tmp mpn_sqrlo_basecase.d.tmp mpn_sqrmod_bnm1.d.tmp mpn_sqrtrem.d.tmp mpn_strongfibo.d.tmp mpn_sub.d.tmp mpn_sub_1.d.tmp mpn_tdiv_qr.d.tmp mpn_toom22_mul.d.tmp mpn_toom2_sqr.d.tmp mpn_toom32_mul.d.tmp mpn_toom33_mul.d.tmp mpn_toom3_sqr.d.tmp mpn_toom42_mul.d.tmp mpn_toom42_mulmid.d.tmp mpn_toom43_mul.d.tmp mpn_toom44_mul.d.tmp mpn_toom4_sqr.d.tmp mpn_toom52_mul.d.tmp mpn_toom53_mul.d.tmp mpn_toom54_mul.d.tmp mpn_toom62_mul.d.tmp mpn_toom63_mul.d.tmp mpn_toom6_sqr.d.tmp mpn_toom6h_mul.d.tmp mpn_toom8_sqr.d.tmp mpn_toom8h_mul.d.tmp mpn_toom_couple_handling.d.tmp mpn_toom_eval_dgr3_pm1.d.tmp mpn_toom_eval_dgr3_pm2.d.tmp mpn_toom_eval_pm1.d.tmp mpn_toom_eval_pm2.d.tmp mpn_toom_eval_pm2exp.d.tmp mpn_toom_eval_pm2rexp.d.tmp mpn_toom_interpolate_12pts.d.tmp mpn_toom_interpolate_16pts.d.tmp mpn_toom_interpolate_5pts.d.tmp mpn_toom_interpolate_6pts.d.tmp mpn_toom_interpolate_7pts.d.tmp mpn_toom_interpolate_8pts.d.tmp mpn_trialdiv.d.tmp mpn_zero.d.tmp mpn_zero_p.d.tmp mpq_abs.d.tmp mpq_aors.d.tmp mpq_canonicalize.d.tmp mpq_clear.d.tmp mpq_clears.d.tmp mpq_cmp.d.tmp mpq_cmp_si.d.tmp mpq_cmp_ui.d.tmp mpq_div.d.tmp mpq_equal.d.tmp mpq_get_d.d.tmp mpq_get_den.d.tmp mpq_get_num.d.tmp mpq_get_str.d.tmp mpq_init.d.tmp mpq_inits.d.tmp mpq_inp_str.d.tmp mpq_inv.d.tmp mpq_md_2exp.d.tmp mpq_mul.d.tmp mpq_neg.d.tmp mpq_out_str.d.tmp mpq_set.d.tmp mpq_set_d.d.tmp mpq_set_den.d.tmp mpq_set_f.d.tmp mpq_set_num.d.tmp mpq_set_si.d.tmp mpq_set_str.d.tmp mpq_set_ui.d.tmp mpq_set_z.d.tmp mpq_swap.d.tmp mpz_abs.d.tmp mpz_add.d.tmp mpz_add_ui.d.tmp mpz_and.d.tmp mpz_aorsmul.d.tmp mpz_aorsmul_i.d.tmp mpz_array_init.d.tmp mpz_bin_ui.d.tmp mpz_bin_uiui.d.tmp mpz_cdiv_q.d.tmp mpz_cdiv_q_ui.d.tmp mpz_cdiv_qr.d.tmp mpz_cdiv_qr_ui.d.tmp mpz_cdiv_r.d.tmp mpz_cdiv_r_ui.d.tmp mpz_cdiv_ui.d.tmp mpz_cfdiv_q_2exp.d.tmp mpz_cfdiv_r_2exp.d.tmp mpz_clear.d.tmp mpz_clears.d.tmp mpz_clrbit.d.tmp mpz_cmp.d.tmp mpz_cmp_d.d.tmp mpz_cmp_si.d.tmp mpz_cmp_ui.d.tmp mpz_cmpabs.d.tmp mpz_cmpabs_d.d.tmp mpz_cmpabs_ui.d.tmp mpz_com.d.tmp mpz_combit.d.tmp mpz_cong.d.tmp mpz_cong_2exp.d.tmp mpz_cong_ui.d.tmp mpz_dive_ui.d.tmp mpz_divegcd.d.tmp mpz_divexact.d.tmp mpz_divis.d.tmp mpz_divis_2exp.d.tmp mpz_divis_ui.d.tmp mpz_dump.d.tmp mpz_export.d.tmp mpz_fac_ui.d.tmp mpz_fdiv_q.d.tmp mpz_fdiv_q_ui.d.tmp mpz_fdiv_qr.d.tmp mpz_fdiv_qr_ui.d.tmp mpz_fdiv_r.d.tmp mpz_fdiv_r_ui.d.tmp mpz_fdiv_ui.d.tmp mpz_fib2_ui.d.tmp mpz_fib_ui.d.tmp mpz_fits_sint.d.tmp mpz_fits_slong.d.tmp mpz_fits_sshort.d.tmp mpz_fits_uint.d.tmp mpz_fits_ulong.d.tmp mpz_fits_ushort.d.tmp mpz_gcd.d.tmp mpz_gcd_ui.d.tmp mpz_gcdext.d.tmp mpz_get_d.d.tmp mpz_get_d_2exp.d.tmp mpz_get_si.d.tmp mpz_get_str.d.tmp mpz_get_ui.d.tmp mpz_getlimbn.d.tmp mpz_hamdist.d.tmp mpz_import.d.tmp mpz_init.d.tmp mpz_init2.d.tmp mpz_inits.d.tmp mpz_inp_raw.d.tmp mpz_inp_str.d.tmp mpz_invert.d.tmp mpz_ior.d.tmp mpz_iset.d.tmp mpz_iset_d.d.tmp mpz_iset_si.d.tmp mpz_iset_str.d.tmp mpz_iset_ui.d.tmp mpz_jacobi.d.tmp mpz_kronsz.d.tmp mpz_kronuz.d.tmp mpz_kronzs.d.tmp mpz_kronzu.d.tmp mpz_lcm.d.tmp mpz_lcm_ui.d.tmp mpz_limbs_finish.d.tmp mpz_limbs_modify.d.tmp mpz_limbs_read.d.tmp mpz_limbs_write.d.tmp mpz_lucnum2_ui.d.tmp mpz_lucnum_ui.d.tmp mpz_millerrabin.d.tmp mpz_mod.d.tmp mpz_mul.d.tmp mpz_mul_2exp.d.tmp mpz_mul_si.d.tmp mpz_mul_ui.d.tmp mpz_n_pow_ui.d.tmp mpz_neg.d.tmp mpz_nextprime.d.tmp mpz_oddfac_1.d.tmp mpz_out_raw.d.tmp mpz_out_str.d.tmp mpz_perfpow.d.tmp mpz_perfsqr.d.tmp mpz_popcount.d.tmp mpz_pow_ui.d.tmp mpz_powm.d.tmp mpz_powm_ui.d.tmp mpz_pprime_p.d.tmp mpz_prodlimbs.d.tmp mpz_random.d.tmp mpz_random2.d.tmp mpz_realloc.d.tmp mpz_realloc2.d.tmp mpz_remove.d.tmp mpz_roinit_n.d.tmp mpz_root.d.tmp mpz_rootrem.d.tmp mpz_rrandomb.d.tmp mpz_scan0.d.tmp mpz_scan1.d.tmp mpz_set.d.tmp mpz_set_d.d.tmp mpz_set_f.d.tmp mpz_set_q.d.tmp mpz_set_si.d.tmp mpz_set_str.d.tmp mpz_set_ui.d.tmp mpz_setbit.d.tmp mpz_size.d.tmp mpz_sizeinbase.d.tmp mpz_sqrt.d.tmp mpz_sqrtrem.d.tmp mpz_sub.d.tmp mpz_sub_ui.d.tmp mpz_swap.d.tmp mpz_tdiv_q.d.tmp mpz_tdiv_q_2exp.d.tmp mpz_tdiv_q_ui.d.tmp mpz_tdiv_qr.d.tmp mpz_tdiv_qr_ui.d.tmp mpz_tdiv_r.d.tmp mpz_tdiv_r_2exp.d.tmp mpz_tdiv_r_ui.d.tmp mpz_tdiv_ui.d.tmp mpz_tstbit.d.tmp mpz_ui_pow_ui.d.tmp mpz_ui_sub.d.tmp mpz_urandomb.d.tmp mpz_urandomm.d.tmp mpz_xor.d.tmp mul_1.d.tmp mul_2.d.tmp mul_basecase.d.tmp mullo_basecase.d.tmp mulmid_basecase.d.tmp nand_n.d.tmp nextprime.d.tmp nior_n.d.tmp popcount.d.tmp primesieve.d.tmp printf_asprintf.d.tmp printf_asprntffuns.d.tmp printf_doprnt.d.tmp printf_doprntf.d.tmp printf_doprnti.d.tmp printf_fprintf.d.tmp printf_obprintf.d.tmp printf_obprntffuns.d.tmp printf_obvprintf.d.tmp printf_printf.d.tmp printf_printffuns.d.tmp printf_repl-vsnprintf.d.tmp printf_snprintf.d.tmp printf_snprntffuns.d.tmp printf_sprintf.d.tmp printf_sprintffuns.d.tmp printf_vasprintf.d.tmp printf_vfprintf.d.tmp printf_vprintf.d.tmp printf_vsnprintf.d.tmp printf_vsprintf.d.tmp randbui.d.tmp randclr.d.tmp randdef.d.tmp randiset.d.tmp randlc2s.d.tmp randlc2x.d.tmp randmt.d.tmp randmts.d.tmp randmui.d.tmp rands.d.tmp randsd.d.tmp randsdui.d.tmp redc_1.d.tmp rsblsh1_n.d.tmp rsblsh2_n.d.tmp rsblsh_n.d.tmp rsh1add_n.d.tmp rsh1sub_n.d.tmp rshift.d.tmp scanf_doscan.d.tmp scanf_fscanf.d.tmp scanf_fscanffuns.d.tmp scanf_scanf.d.tmp scanf_sscanf.d.tmp scanf_sscanffuns.d.tmp scanf_vfscanf.d.tmp scanf_vscanf.d.tmp scanf_vsscanf.d.tmp sec_tabselect.d.tmp sqr_basecase.d.tmp sqr_diag_addlsh1.d.tmp sub_err1_n.d.tmp sub_err2_n.d.tmp sub_err3_n.d.tmp sub_n.d.tmp sublsh1_n.d.tmp submul_1.d.tmp tal-reent.d.tmp version.d.tmp xnor_n.d.tmp xor_n.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f .depend buffer.d bufferevent.d bufferevent_filter.d bufferevent_pair.d bufferevent_ratelim.d bufferevent_sock.d evdns.d event.d event_tagging.d evmap.d evrpc.d evthread.d evutil.d evutil_rand.d evutil_time.d http.d kqueue.d listener.d log.d poll.d select.d signal.d buffer.d.tmp bufferevent.d.tmp bufferevent_filter.d.tmp bufferevent_pair.d.tmp bufferevent_ratelim.d.tmp bufferevent_sock.d.tmp evdns.d.tmp event.d.tmp event_tagging.d.tmp evmap.d.tmp evrpc.d.tmp evthread.d.tmp evutil.d.tmp evutil_rand.d.tmp evutil_time.d.tmp http.d.tmp kqueue.d.tmp listener.d.tmp log.d.tmp poll.d.tmp select.d.tmp signal.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f .depend buffer.d bufferevent.d bufferevent_filter.d bufferevent_pair.d bufferevent_ratelim.d bufferevent_sock.d evdns.d event.d event_tagging.d evmap.d evrpc.d evthread.d evutil.d evutil_rand.d evutil_time.d http.d kqueue.d listener.d log.d poll.d select.d signal.d buffer.d.tmp bufferevent.d.tmp bufferevent_filter.d.tmp bufferevent_pair.d.tmp bufferevent_ratelim.d.tmp bufferevent_sock.d.tmp evdns.d.tmp event.d.tmp event_tagging.d.tmp evmap.d.tmp evrpc.d.tmp evthread.d.tmp evutil.d.tmp evutil_rand.d.tmp evutil_time.d.tmp http.d.tmp kqueue.d.tmp listener.d.tmp log.d.tmp poll.d.tmp select.d.tmp signal.d.tmp tags || true) --- cleandir-libevent_openssl --- --- cleandir-lib --- --- cleandir-../external/lgpl3/mpfr/lib/libmpfr --- --- cleandir-external --- cleandir ===> external/bsd/libevent/lib/libevent_openssl --- cleandir-lib --- cleandir ===> lib/../external/lgpl3/mpfr/lib/libmpfr --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpfr/lib/libmpfr && rm -f libmpfr.a abort_prec_max.o acos.o acosh.o add.o add1.o add1sp.o add_d.o add_ui.o agm.o ai.o asin.o asinh.o atan.o atan2.o atanh.o bernoulli.o beta.o buildopt.o cache.o cbrt.o check.o clear.o clears.o cmp.o cmp2.o cmpabs.o cmpabs_ui.o cmp_d.o cmp_ld.o cmp_si.o cmp_ui.o comparisons.o const_catalan.o const_euler.o const_log2.o const_pi.o constant.o copysign.o cos.o cosh.o cot.o coth.o csc.o csch.o d_div.o d_sub.o digamma.o dim.o div.o div_2exp.o div_2si.o div_2ui.o div_d.o div_ui.o dot.o dump.o eint.o eq.o erf.o erfc.o exceptions.o exp.o exp10.o exp2.o exp3.o exp_2.o expm1.o extract.o factorial.o fits_intmax.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_uintmax.o fits_ulong.o fits_ushort.o fma.o fmma.o fms.o fpif.o frac.o free_cache.o frexp.o gamma.o gamma_inc.o gammaonethird.o get_d.o get_d128.o get_d64.o get_exp.o get_f.o get_flt.o get_ld.o get_patches.o get_q.o get_si.o get_sj.o get_str.o get_ui.o get_uj.o get_z.o get_z_exp.o gmp_op.o grandom.o hypot.o init.o init2.o inits.o inits2.o inp_str.o int_ceil_log2.o isinf.o isinteger.o isnan.o isnum.o isqrt.o isregular.o iszero.o jn.o li2.o lngamma.o log.o log10.o log1p.o log2.o log_ui.o logging.o min_prec.o minmax.o modf.o mp_clz_tab.o mpfr-gmp.o mpn_exp.o mul.o mul_2exp.o mul_2si.o mul_2ui.o mul_d.o mul_ui.o mulders.o nbits_ulong.o neg.o next.o nrandom.o odd_p.o out_str.o pool.o pow.o pow_si.o pow_ui.o pow_z.o powerof2.o print_raw.o print_rnd_mode.o printf.o random_deviate.o rec_sqrt.o reldiff.o rem1.o rint.o rndna.o root.o round_near_x.o round_p.o round_prec.o scale2.o sec.o sech.o set.o set_d.o set_d128.o set_d64.o set_dfl_prec.o set_exp.o set_f.o set_float128.o set_flt.o set_inf.o set_ld.o set_nan.o set_prc_raw.o set_prec.o set_q.o set_rnd.o set_si.o set_si_2exp.o set_sj.o set_str.o set_str_raw.o set_ui.o set_ui_2exp.o set_uj.o set_z.o set_z_exp.o set_zero.o setmax.o setmin.o setsign.o sgn.o si_op.o signbit.o sin.o sin_cos.o sinh.o sinh_cosh.o sqr.o sqrt.o sqrt_ui.o stack_interface.o strtofr.o sub.o sub1.o sub1sp.o sub_d.o sub_ui.o subnormal.o sum.o swap.o tan.o tanh.o total_order.o ubf.o uceil_exp2.o uceil_log2.o ufloor_log2.o ui_div.o ui_pow.o ui_pow_ui.o ui_sub.o urandom.o urandomb.o vasprintf.o version.o volatile.o yn.o zeta.o zeta_ui.o abort_prec_max.o.tmp acos.o.tmp acosh.o.tmp add.o.tmp add1.o.tmp add1sp.o.tmp add_d.o.tmp add_ui.o.tmp agm.o.tmp ai.o.tmp asin.o.tmp asinh.o.tmp atan.o.tmp atan2.o.tmp atanh.o.tmp bernoulli.o.tmp beta.o.tmp buildopt.o.tmp cache.o.tmp cbrt.o.tmp check.o.tmp clear.o.tmp clears.o.tmp cmp.o.tmp cmp2.o.tmp cmpabs.o.tmp cmpabs_ui.o.tmp cmp_d.o.tmp cmp_ld.o.tmp cmp_si.o.tmp cmp_ui.o.tmp comparisons.o.tmp const_catalan.o.tmp const_euler.o.tmp const_log2.o.tmp const_pi.o.tmp constant.o.tmp copysign.o.tmp cos.o.tmp cosh.o.tmp cot.o.tmp coth.o.tmp csc.o.tmp csch.o.tmp d_div.o.tmp d_sub.o.tmp digamma.o.tmp dim.o.tmp div.o.tmp div_2exp.o.tmp div_2si.o.tmp div_2ui.o.tmp div_d.o.tmp div_ui.o.tmp dot.o.tmp dump.o.tmp eint.o.tmp eq.o.tmp erf.o.tmp erfc.o.tmp exceptions.o.tmp exp.o.tmp exp10.o.tmp exp2.o.tmp exp3.o.tmp exp_2.o.tmp expm1.o.tmp extract.o.tmp factorial.o.tmp fits_intmax.o.tmp fits_sint.o.tmp fits_slong.o.tmp fits_sshort.o.tmp fits_uint.o.tmp fits_uintmax.o.tmp fits_ulong.o.tmp fits_ushort.o.tmp fma.o.tmp fmma.o.tmp fms.o.tmp fpif.o.tmp frac.o.tmp free_cache.o.tmp frexp.o.tmp gamma.o.tmp gamma_inc.o.tmp gammaonethird.o.tmp get_d.o.tmp get_d128.o.tmp get_d64.o.tmp get_exp.o.tmp get_f.o.tmp get_flt.o.tmp get_ld.o.tmp get_patches.o.tmp get_q.o.tmp get_si.o.tmp get_sj.o.tmp get_str.o.tmp get_ui.o.tmp get_uj.o.tmp get_z.o.tmp get_z_exp.o.tmp gmp_op.o.tmp grandom.o.tmp hypot.o.tmp init.o.tmp init2.o.tmp inits.o.tmp inits2.o.tmp inp_str.o.tmp int_ceil_log2.o.tmp isinf.o.tmp isinteger.o.tmp isnan.o.tmp isnum.o.tmp isqrt.o.tmp isregular.o.tmp iszero.o.tmp jn.o.tmp li2.o.tmp lngamma.o.tmp log.o.tmp log10.o.tmp log1p.o.tmp log2.o.tmp log_ui.o.tmp logging.o.tmp min_prec.o.tmp minmax.o.tmp modf.o.tmp mp_clz_tab.o.tmp mpfr-gmp.o.tmp mpn_exp.o.tmp mul.o.tmp mul_2exp.o.tmp mul_2si.o.tmp mul_2ui.o.tmp mul_d.o.tmp mul_ui.o.tmp mulders.o.tmp nbits_ulong.o.tmp neg.o.tmp next.o.tmp nrandom.o.tmp odd_p.o.tmp out_str.o.tmp pool.o.tmp pow.o.tmp pow_si.o.tmp pow_ui.o.tmp pow_z.o.tmp powerof2.o.tmp print_raw.o.tmp print_rnd_mode.o.tmp printf.o.tmp random_deviate.o.tmp rec_sqrt.o.tmp reldiff.o.tmp rem1.o.tmp rint.o.tmp rndna.o.tmp root.o.tmp round_near_x.o.tmp round_p.o.tmp round_prec.o.tmp scale2.o.tmp sec.o.tmp sech.o.tmp set.o.tmp set_d.o.tmp set_d128.o.tmp set_d64.o.tmp set_dfl_prec.o.tmp set_exp.o.tmp set_f.o.tmp set_float128.o.tmp set_flt.o.tmp set_inf.o.tmp set_ld.o.tmp set_nan.o.tmp set_prc_raw.o.tmp set_prec.o.tmp set_q.o.tmp set_rnd.o.tmp set_si.o.tmp set_si_2exp.o.tmp set_sj.o.tmp set_str.o.tmp set_str_raw.o.tmp set_ui.o.tmp set_ui_2exp.o.tmp set_uj.o.tmp set_z.o.tmp set_z_exp.o.tmp set_zero.o.tmp setmax.o.tmp setmin.o.tmp setsign.o.tmp sgn.o.tmp si_op.o.tmp signbit.o.tmp sin.o.tmp sin_cos.o.tmp sinh.o.tmp sinh_cosh.o.tmp sqr.o.tmp sqrt.o.tmp sqrt_ui.o.tmp stack_interface.o.tmp strtofr.o.tmp sub.o.tmp sub1.o.tmp sub1sp.o.tmp sub_d.o.tmp sub_ui.o.tmp subnormal.o.tmp sum.o.tmp swap.o.tmp tan.o.tmp tanh.o.tmp total_order.o.tmp ubf.o.tmp uceil_exp2.o.tmp uceil_log2.o.tmp ufloor_log2.o.tmp ui_div.o.tmp ui_pow.o.tmp ui_pow_ui.o.tmp ui_sub.o.tmp urandom.o.tmp urandomb.o.tmp vasprintf.o.tmp version.o.tmp volatile.o.tmp yn.o.tmp zeta.o.tmp zeta_ui.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpfr/lib/libmpfr && rm -f libmpfr.a abort_prec_max.o acos.o acosh.o add.o add1.o add1sp.o add_d.o add_ui.o agm.o ai.o asin.o asinh.o atan.o atan2.o atanh.o bernoulli.o beta.o buildopt.o cache.o cbrt.o check.o clear.o clears.o cmp.o cmp2.o cmpabs.o cmpabs_ui.o cmp_d.o cmp_ld.o cmp_si.o cmp_ui.o comparisons.o const_catalan.o const_euler.o const_log2.o const_pi.o constant.o copysign.o cos.o cosh.o cot.o coth.o csc.o csch.o d_div.o d_sub.o digamma.o dim.o div.o div_2exp.o div_2si.o div_2ui.o div_d.o div_ui.o dot.o dump.o eint.o eq.o erf.o erfc.o exceptions.o exp.o exp10.o exp2.o exp3.o exp_2.o expm1.o extract.o factorial.o fits_intmax.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_uintmax.o fits_ulong.o fits_ushort.o fma.o fmma.o fms.o fpif.o frac.o free_cache.o frexp.o gamma.o gamma_inc.o gammaonethird.o get_d.o get_d128.o get_d64.o get_exp.o get_f.o get_flt.o get_ld.o get_patches.o get_q.o get_si.o get_sj.o get_str.o get_ui.o get_uj.o get_z.o get_z_exp.o gmp_op.o grandom.o hypot.o init.o init2.o inits.o inits2.o inp_str.o int_ceil_log2.o isinf.o isinteger.o isnan.o isnum.o isqrt.o isregular.o iszero.o jn.o li2.o lngamma.o log.o log10.o log1p.o log2.o log_ui.o logging.o min_prec.o minmax.o modf.o mp_clz_tab.o mpfr-gmp.o mpn_exp.o mul.o mul_2exp.o mul_2si.o mul_2ui.o mul_d.o mul_ui.o mulders.o nbits_ulong.o neg.o next.o nrandom.o odd_p.o out_str.o pool.o pow.o pow_si.o pow_ui.o pow_z.o powerof2.o print_raw.o print_rnd_mode.o printf.o random_deviate.o rec_sqrt.o reldiff.o rem1.o rint.o rndna.o root.o round_near_x.o round_p.o round_prec.o scale2.o sec.o sech.o set.o set_d.o set_d128.o set_d64.o set_dfl_prec.o set_exp.o set_f.o set_float128.o set_flt.o set_inf.o set_ld.o set_nan.o set_prc_raw.o set_prec.o set_q.o set_rnd.o set_si.o set_si_2exp.o set_sj.o set_str.o set_str_raw.o set_ui.o set_ui_2exp.o set_uj.o set_z.o set_z_exp.o set_zero.o setmax.o setmin.o setsign.o sgn.o si_op.o signbit.o sin.o sin_cos.o sinh.o sinh_cosh.o sqr.o sqrt.o sqrt_ui.o stack_interface.o strtofr.o sub.o sub1.o sub1sp.o sub_d.o sub_ui.o subnormal.o sum.o swap.o tan.o tanh.o total_order.o ubf.o uceil_exp2.o uceil_log2.o ufloor_log2.o ui_div.o ui_pow.o ui_pow_ui.o ui_sub.o urandom.o urandomb.o vasprintf.o version.o volatile.o yn.o zeta.o zeta_ui.o abort_prec_max.o.tmp acos.o.tmp acosh.o.tmp add.o.tmp add1.o.tmp add1sp.o.tmp add_d.o.tmp add_ui.o.tmp agm.o.tmp ai.o.tmp asin.o.tmp asinh.o.tmp atan.o.tmp atan2.o.tmp atanh.o.tmp bernoulli.o.tmp beta.o.tmp buildopt.o.tmp cache.o.tmp cbrt.o.tmp check.o.tmp clear.o.tmp clears.o.tmp cmp.o.tmp cmp2.o.tmp cmpabs.o.tmp cmpabs_ui.o.tmp cmp_d.o.tmp cmp_ld.o.tmp cmp_si.o.tmp cmp_ui.o.tmp comparisons.o.tmp const_catalan.o.tmp const_euler.o.tmp const_log2.o.tmp const_pi.o.tmp constant.o.tmp copysign.o.tmp cos.o.tmp cosh.o.tmp cot.o.tmp coth.o.tmp csc.o.tmp csch.o.tmp d_div.o.tmp d_sub.o.tmp digamma.o.tmp dim.o.tmp div.o.tmp div_2exp.o.tmp div_2si.o.tmp div_2ui.o.tmp div_d.o.tmp div_ui.o.tmp dot.o.tmp dump.o.tmp eint.o.tmp eq.o.tmp erf.o.tmp erfc.o.tmp exceptions.o.tmp exp.o.tmp exp10.o.tmp exp2.o.tmp exp3.o.tmp exp_2.o.tmp expm1.o.tmp extract.o.tmp factorial.o.tmp fits_intmax.o.tmp fits_sint.o.tmp fits_slong.o.tmp fits_sshort.o.tmp fits_uint.o.tmp fits_uintmax.o.tmp fits_ulong.o.tmp fits_ushort.o.tmp fma.o.tmp fmma.o.tmp fms.o.tmp fpif.o.tmp frac.o.tmp free_cache.o.tmp frexp.o.tmp gamma.o.tmp gamma_inc.o.tmp gammaonethird.o.tmp get_d.o.tmp get_d128.o.tmp get_d64.o.tmp get_exp.o.tmp get_f.o.tmp get_flt.o.tmp get_ld.o.tmp get_patches.o.tmp get_q.o.tmp get_si.o.tmp get_sj.o.tmp get_str.o.tmp get_ui.o.tmp get_uj.o.tmp get_z.o.tmp get_z_exp.o.tmp gmp_op.o.tmp grandom.o.tmp hypot.o.tmp init.o.tmp init2.o.tmp inits.o.tmp inits2.o.tmp inp_str.o.tmp int_ceil_log2.o.tmp isinf.o.tmp isinteger.o.tmp isnan.o.tmp isnum.o.tmp isqrt.o.tmp isregular.o.tmp iszero.o.tmp jn.o.tmp li2.o.tmp lngamma.o.tmp log.o.tmp log10.o.tmp log1p.o.tmp log2.o.tmp log_ui.o.tmp logging.o.tmp min_prec.o.tmp minmax.o.tmp modf.o.tmp mp_clz_tab.o.tmp mpfr-gmp.o.tmp mpn_exp.o.tmp mul.o.tmp mul_2exp.o.tmp mul_2si.o.tmp mul_2ui.o.tmp mul_d.o.tmp mul_ui.o.tmp mulders.o.tmp nbits_ulong.o.tmp neg.o.tmp next.o.tmp nrandom.o.tmp odd_p.o.tmp out_str.o.tmp pool.o.tmp pow.o.tmp pow_si.o.tmp pow_ui.o.tmp pow_z.o.tmp powerof2.o.tmp print_raw.o.tmp print_rnd_mode.o.tmp printf.o.tmp random_deviate.o.tmp rec_sqrt.o.tmp reldiff.o.tmp rem1.o.tmp rint.o.tmp rndna.o.tmp root.o.tmp round_near_x.o.tmp round_p.o.tmp round_prec.o.tmp scale2.o.tmp sec.o.tmp sech.o.tmp set.o.tmp set_d.o.tmp set_d128.o.tmp set_d64.o.tmp set_dfl_prec.o.tmp set_exp.o.tmp set_f.o.tmp set_float128.o.tmp set_flt.o.tmp set_inf.o.tmp set_ld.o.tmp set_nan.o.tmp set_prc_raw.o.tmp set_prec.o.tmp set_q.o.tmp set_rnd.o.tmp set_si.o.tmp set_si_2exp.o.tmp set_sj.o.tmp set_str.o.tmp set_str_raw.o.tmp set_ui.o.tmp set_ui_2exp.o.tmp set_uj.o.tmp set_z.o.tmp set_z_exp.o.tmp set_zero.o.tmp setmax.o.tmp setmin.o.tmp setsign.o.tmp sgn.o.tmp si_op.o.tmp signbit.o.tmp sin.o.tmp sin_cos.o.tmp sinh.o.tmp sinh_cosh.o.tmp sqr.o.tmp sqrt.o.tmp sqrt_ui.o.tmp stack_interface.o.tmp strtofr.o.tmp sub.o.tmp sub1.o.tmp sub1sp.o.tmp sub_d.o.tmp sub_ui.o.tmp subnormal.o.tmp sum.o.tmp swap.o.tmp tan.o.tmp tanh.o.tmp total_order.o.tmp ubf.o.tmp uceil_exp2.o.tmp uceil_log2.o.tmp ufloor_log2.o.tmp ui_div.o.tmp ui_pow.o.tmp ui_pow_ui.o.tmp ui_sub.o.tmp urandom.o.tmp urandomb.o.tmp vasprintf.o.tmp version.o.tmp volatile.o.tmp yn.o.tmp zeta.o.tmp zeta_ui.o.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl.a bufferevent_openssl.o bufferevent_openssl.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl.a bufferevent_openssl.o bufferevent_openssl.o.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpfr/lib/libmpfr && rm -f libmpfr_p.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpfr/lib/libmpfr && rm -f libmpfr_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_p.a bufferevent_openssl.po bufferevent_openssl.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_p.a bufferevent_openssl.po bufferevent_openssl.po.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpfr/lib/libmpfr && rm -f libmpfr_g.a || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpfr/lib/libmpfr && rm -f libmpfr_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_g.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpfr/lib/libmpfr && rm -f libmpfr_pic.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpfr/lib/libmpfr && rm -f libmpfr_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_pic.a libevent_openssl.so.* libevent_openssl.so bufferevent_openssl.pico bufferevent_openssl.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_pic.a libevent_openssl.so.* libevent_openssl.so bufferevent_openssl.pico bufferevent_openssl.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpfr/lib/libmpfr && rm -f llib-lmpfr.ln abort_prec_max.ln acos.ln acosh.ln add.ln add1.ln add1sp.ln add_d.ln add_ui.ln agm.ln ai.ln asin.ln asinh.ln atan.ln atan2.ln atanh.ln bernoulli.ln beta.ln buildopt.ln cache.ln cbrt.ln check.ln clear.ln clears.ln cmp.ln cmp2.ln cmpabs.ln cmpabs_ui.ln cmp_d.ln cmp_ld.ln cmp_si.ln cmp_ui.ln comparisons.ln const_catalan.ln const_euler.ln const_log2.ln const_pi.ln constant.ln copysign.ln cos.ln cosh.ln cot.ln coth.ln csc.ln csch.ln d_div.ln d_sub.ln digamma.ln dim.ln div.ln div_2exp.ln div_2si.ln div_2ui.ln div_d.ln div_ui.ln dot.ln dump.ln eint.ln eq.ln erf.ln erfc.ln exceptions.ln exp.ln exp10.ln exp2.ln exp3.ln exp_2.ln expm1.ln extract.ln factorial.ln fits_intmax.ln fits_sint.ln fits_slong.ln fits_sshort.ln fits_uint.ln fits_uintmax.ln fits_ulong.ln fits_ushort.ln fma.ln fmma.ln fms.ln fpif.ln frac.ln free_cache.ln frexp.ln gamma.ln gamma_inc.ln gammaonethird.ln get_d.ln get_d128.ln get_d64.ln get_exp.ln get_f.ln get_flt.ln get_ld.ln get_patches.ln get_q.ln get_si.ln get_sj.ln get_str.ln get_ui.ln get_uj.ln get_z.ln get_z_exp.ln gmp_op.ln grandom.ln hypot.ln init.ln init2.ln inits.ln inits2.ln inp_str.ln int_ceil_log2.ln isinf.ln isinteger.ln isnan.ln isnum.ln isqrt.ln isregular.ln iszero.ln jn.ln li2.ln lngamma.ln log.ln log10.ln log1p.ln log2.ln log_ui.ln logging.ln min_prec.ln minmax.ln modf.ln mp_clz_tab.ln mpfr-gmp.ln mpn_exp.ln mul.ln mul_2exp.ln mul_2si.ln mul_2ui.ln mul_d.ln mul_ui.ln mulders.ln nbits_ulong.ln neg.ln next.ln nrandom.ln odd_p.ln out_str.ln pool.ln pow.ln pow_si.ln pow_ui.ln pow_z.ln powerof2.ln print_raw.ln print_rnd_mode.ln printf.ln random_deviate.ln rec_sqrt.ln reldiff.ln rem1.ln rint.ln rndna.ln root.ln round_near_x.ln round_p.ln round_prec.ln scale2.ln sec.ln sech.ln set.ln set_d.ln set_d128.ln set_d64.ln set_dfl_prec.ln set_exp.ln set_f.ln set_float128.ln set_flt.ln set_inf.ln set_ld.ln set_nan.ln set_prc_raw.ln set_prec.ln set_q.ln set_rnd.ln set_si.ln set_si_2exp.ln set_sj.ln set_str.ln set_str_raw.ln set_ui.ln set_ui_2exp.ln set_uj.ln set_z.ln set_z_exp.ln set_zero.ln setmax.ln setmin.ln setsign.ln sgn.ln si_op.ln signbit.ln sin.ln sin_cos.ln sinh.ln sinh_cosh.ln sqr.ln sqrt.ln sqrt_ui.ln stack_interface.ln strtofr.ln sub.ln sub1.ln sub1sp.ln sub_d.ln sub_ui.ln subnormal.ln sum.ln swap.ln tan.ln tanh.ln total_order.ln ubf.ln uceil_exp2.ln uceil_log2.ln ufloor_log2.ln ui_div.ln ui_pow.ln ui_pow_ui.ln ui_sub.ln urandom.ln urandomb.ln vasprintf.ln version.ln volatile.ln yn.ln zeta.ln zeta_ui.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f llib-levent_openssl.ln bufferevent_openssl.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpfr/lib/libmpfr && rm -f llib-lmpfr.ln abort_prec_max.ln acos.ln acosh.ln add.ln add1.ln add1sp.ln add_d.ln add_ui.ln agm.ln ai.ln asin.ln asinh.ln atan.ln atan2.ln atanh.ln bernoulli.ln beta.ln buildopt.ln cache.ln cbrt.ln check.ln clear.ln clears.ln cmp.ln cmp2.ln cmpabs.ln cmpabs_ui.ln cmp_d.ln cmp_ld.ln cmp_si.ln cmp_ui.ln comparisons.ln const_catalan.ln const_euler.ln const_log2.ln const_pi.ln constant.ln copysign.ln cos.ln cosh.ln cot.ln coth.ln csc.ln csch.ln d_div.ln d_sub.ln digamma.ln dim.ln div.ln div_2exp.ln div_2si.ln div_2ui.ln div_d.ln div_ui.ln dot.ln dump.ln eint.ln eq.ln erf.ln erfc.ln exceptions.ln exp.ln exp10.ln exp2.ln exp3.ln exp_2.ln expm1.ln extract.ln factorial.ln fits_intmax.ln fits_sint.ln fits_slong.ln fits_sshort.ln fits_uint.ln fits_uintmax.ln fits_ulong.ln fits_ushort.ln fma.ln fmma.ln fms.ln fpif.ln frac.ln free_cache.ln frexp.ln gamma.ln gamma_inc.ln gammaonethird.ln get_d.ln get_d128.ln get_d64.ln get_exp.ln get_f.ln get_flt.ln get_ld.ln get_patches.ln get_q.ln get_si.ln get_sj.ln get_str.ln get_ui.ln get_uj.ln get_z.ln get_z_exp.ln gmp_op.ln grandom.ln hypot.ln init.ln init2.ln inits.ln inits2.ln inp_str.ln int_ceil_log2.ln isinf.ln isinteger.ln isnan.ln isnum.ln isqrt.ln isregular.ln iszero.ln jn.ln li2.ln lngamma.ln log.ln log10.ln log1p.ln log2.ln log_ui.ln logging.ln min_prec.ln minmax.ln modf.ln mp_clz_tab.ln mpfr-gmp.ln mpn_exp.ln mul.ln mul_2exp.ln mul_2si.ln mul_2ui.ln mul_d.ln mul_ui.ln mulders.ln nbits_ulong.ln neg.ln next.ln nrandom.ln odd_p.ln out_str.ln pool.ln pow.ln pow_si.ln pow_ui.ln pow_z.ln powerof2.ln print_raw.ln print_rnd_mode.ln printf.ln random_deviate.ln rec_sqrt.ln reldiff.ln rem1.ln rint.ln rndna.ln root.ln round_near_x.ln round_p.ln round_prec.ln scale2.ln sec.ln sech.ln set.ln set_d.ln set_d128.ln set_d64.ln set_dfl_prec.ln set_exp.ln set_f.ln set_float128.ln set_flt.ln set_inf.ln set_ld.ln set_nan.ln set_prc_raw.ln set_prec.ln set_q.ln set_rnd.ln set_si.ln set_si_2exp.ln set_sj.ln set_str.ln set_str_raw.ln set_ui.ln set_ui_2exp.ln set_uj.ln set_z.ln set_z_exp.ln set_zero.ln setmax.ln setmin.ln setsign.ln sgn.ln si_op.ln signbit.ln sin.ln sin_cos.ln sinh.ln sinh_cosh.ln sqr.ln sqrt.ln sqrt_ui.ln stack_interface.ln strtofr.ln sub.ln sub1.ln sub1sp.ln sub_d.ln sub_ui.ln subnormal.ln sum.ln swap.ln tan.ln tanh.ln total_order.ln ubf.ln uceil_exp2.ln uceil_log2.ln ufloor_log2.ln ui_div.ln ui_pow.ln ui_pow_ui.ln ui_sub.ln urandom.ln urandomb.ln vasprintf.ln version.ln volatile.ln yn.ln zeta.ln zeta_ui.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f llib-levent_openssl.ln bufferevent_openssl.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpfr/lib/libmpfr && rm -f libmpfr.so..map a.out [Ee]rrs mklog core *.core mparam.h get_patches.c.tmp get_patches.c || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpfr/lib/libmpfr && rm -f libmpfr.so..map a.out [Ee]rrs mklog core *.core mparam.h get_patches.c.tmp get_patches.c || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl.so.5.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f .depend bufferevent_openssl.d bufferevent_openssl.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpfr/lib/libmpfr && rm -f .depend abort_prec_max.d acos.d acosh.d add.d add1.d add1sp.d add_d.d add_ui.d agm.d ai.d asin.d asinh.d atan.d atan2.d atanh.d bernoulli.d beta.d buildopt.d cache.d cbrt.d check.d clear.d clears.d cmp.d cmp2.d cmp_d.d cmp_ld.d cmp_si.d cmp_ui.d cmpabs.d cmpabs_ui.d comparisons.d const_catalan.d const_euler.d const_log2.d const_pi.d constant.d copysign.d cos.d cosh.d cot.d coth.d csc.d csch.d d_div.d d_sub.d digamma.d dim.d div.d div_2exp.d div_2si.d div_2ui.d div_d.d div_ui.d dot.d dump.d eint.d eq.d erf.d erfc.d exceptions.d exp.d exp10.d exp2.d exp3.d exp_2.d expm1.d extract.d factorial.d fits_intmax.d fits_sint.d fits_slong.d fits_sshort.d fits_uint.d fits_uintmax.d fits_ulong.d fits_ushort.d fma.d fmma.d fms.d fpif.d frac.d free_cache.d frexp.d gamma.d gamma_inc.d gammaonethird.d get_d.d get_d128.d get_d64.d get_exp.d get_f.d get_flt.d get_ld.d get_patches.d get_q.d get_si.d get_sj.d get_str.d get_ui.d get_uj.d get_z.d get_z_exp.d gmp_op.d grandom.d hypot.d init.d init2.d inits.d inits2.d inp_str.d int_ceil_log2.d isinf.d isinteger.d isnan.d isnum.d isqrt.d isregular.d iszero.d jn.d li2.d lngamma.d log.d log10.d log1p.d log2.d log_ui.d logging.d min_prec.d minmax.d modf.d mp_clz_tab.d mpfr-gmp.d mpn_exp.d mul.d mul_2exp.d mul_2si.d mul_2ui.d mul_d.d mul_ui.d mulders.d nbits_ulong.d neg.d next.d nrandom.d odd_p.d out_str.d pool.d pow.d pow_si.d pow_ui.d pow_z.d powerof2.d print_raw.d print_rnd_mode.d printf.d random_deviate.d rec_sqrt.d reldiff.d rem1.d rint.d rndna.d root.d round_near_x.d round_p.d round_prec.d scale2.d sec.d sech.d set.d set_d.d set_d128.d set_d64.d set_dfl_prec.d set_exp.d set_f.d set_float128.d set_flt.d set_inf.d set_ld.d set_nan.d set_prc_raw.d set_prec.d set_q.d set_rnd.d set_si.d set_si_2exp.d set_sj.d set_str.d set_str_raw.d set_ui.d set_ui_2exp.d set_uj.d set_z.d set_z_exp.d set_zero.d setmax.d setmin.d setsign.d sgn.d si_op.d signbit.d sin.d sin_cos.d sinh.d sinh_cosh.d sqr.d sqrt.d sqrt_ui.d stack_interface.d strtofr.d sub.d sub1.d sub1sp.d sub_d.d sub_ui.d subnormal.d sum.d swap.d tan.d tanh.d total_order.d ubf.d uceil_exp2.d uceil_log2.d ufloor_log2.d ui_div.d ui_pow.d ui_pow_ui.d ui_sub.d urandom.d urandomb.d vasprintf.d version.d volatile.d yn.d zeta.d zeta_ui.d abort_prec_max.d.tmp acos.d.tmp acosh.d.tmp add.d.tmp add1.d.tmp add1sp.d.tmp add_d.d.tmp add_ui.d.tmp agm.d.tmp ai.d.tmp asin.d.tmp asinh.d.tmp atan.d.tmp atan2.d.tmp atanh.d.tmp bernoulli.d.tmp beta.d.tmp buildopt.d.tmp cache.d.tmp cbrt.d.tmp check.d.tmp clear.d.tmp clears.d.tmp cmp.d.tmp cmp2.d.tmp cmp_d.d.tmp cmp_ld.d.tmp cmp_si.d.tmp cmp_ui.d.tmp cmpabs.d.tmp cmpabs_ui.d.tmp comparisons.d.tmp const_catalan.d.tmp const_euler.d.tmp const_log2.d.tmp const_pi.d.tmp constant.d.tmp copysign.d.tmp cos.d.tmp cosh.d.tmp cot.d.tmp coth.d.tmp csc.d.tmp csch.d.tmp d_div.d.tmp d_sub.d.tmp digamma.d.tmp dim.d.tmp div.d.tmp div_2exp.d.tmp div_2si.d.tmp div_2ui.d.tmp div_d.d.tmp div_ui.d.tmp dot.d.tmp dump.d.tmp eint.d.tmp eq.d.tmp erf.d.tmp erfc.d.tmp exceptions.d.tmp exp.d.tmp exp10.d.tmp exp2.d.tmp exp3.d.tmp exp_2.d.tmp expm1.d.tmp extract.d.tmp factorial.d.tmp fits_intmax.d.tmp fits_sint.d.tmp fits_slong.d.tmp fits_sshort.d.tmp fits_uint.d.tmp fits_uintmax.d.tmp fits_ulong.d.tmp fits_ushort.d.tmp fma.d.tmp fmma.d.tmp fms.d.tmp fpif.d.tmp frac.d.tmp free_cache.d.tmp frexp.d.tmp gamma.d.tmp gamma_inc.d.tmp gammaonethird.d.tmp get_d.d.tmp get_d128.d.tmp get_d64.d.tmp get_exp.d.tmp get_f.d.tmp get_flt.d.tmp get_ld.d.tmp get_patches.d.tmp get_q.d.tmp get_si.d.tmp get_sj.d.tmp get_str.d.tmp get_ui.d.tmp get_uj.d.tmp get_z.d.tmp get_z_exp.d.tmp gmp_op.d.tmp grandom.d.tmp hypot.d.tmp init.d.tmp init2.d.tmp inits.d.tmp inits2.d.tmp inp_str.d.tmp int_ceil_log2.d.tmp isinf.d.tmp isinteger.d.tmp isnan.d.tmp isnum.d.tmp isqrt.d.tmp isregular.d.tmp iszero.d.tmp jn.d.tmp li2.d.tmp lngamma.d.tmp log.d.tmp log10.d.tmp log1p.d.tmp log2.d.tmp log_ui.d.tmp logging.d.tmp min_prec.d.tmp minmax.d.tmp modf.d.tmp mp_clz_tab.d.tmp mpfr-gmp.d.tmp mpn_exp.d.tmp mul.d.tmp mul_2exp.d.tmp mul_2si.d.tmp mul_2ui.d.tmp mul_d.d.tmp mul_ui.d.tmp mulders.d.tmp nbits_ulong.d.tmp neg.d.tmp next.d.tmp nrandom.d.tmp odd_p.d.tmp out_str.d.tmp pool.d.tmp pow.d.tmp pow_si.d.tmp pow_ui.d.tmp pow_z.d.tmp powerof2.d.tmp print_raw.d.tmp print_rnd_mode.d.tmp printf.d.tmp random_deviate.d.tmp rec_sqrt.d.tmp reldiff.d.tmp rem1.d.tmp rint.d.tmp rndna.d.tmp root.d.tmp round_near_x.d.tmp round_p.d.tmp round_prec.d.tmp scale2.d.tmp sec.d.tmp sech.d.tmp set.d.tmp set_d.d.tmp set_d128.d.tmp set_d64.d.tmp set_dfl_prec.d.tmp set_exp.d.tmp set_f.d.tmp set_float128.d.tmp set_flt.d.tmp set_inf.d.tmp set_ld.d.tmp set_nan.d.tmp set_prc_raw.d.tmp set_prec.d.tmp set_q.d.tmp set_rnd.d.tmp set_si.d.tmp set_si_2exp.d.tmp set_sj.d.tmp set_str.d.tmp set_str_raw.d.tmp set_ui.d.tmp set_ui_2exp.d.tmp set_uj.d.tmp set_z.d.tmp set_z_exp.d.tmp set_zero.d.tmp setmax.d.tmp setmin.d.tmp setsign.d.tmp sgn.d.tmp si_op.d.tmp signbit.d.tmp sin.d.tmp sin_cos.d.tmp sinh.d.tmp sinh_cosh.d.tmp sqr.d.tmp sqrt.d.tmp sqrt_ui.d.tmp stack_interface.d.tmp strtofr.d.tmp sub.d.tmp sub1.d.tmp sub1sp.d.tmp sub_d.d.tmp sub_ui.d.tmp subnormal.d.tmp sum.d.tmp swap.d.tmp tan.d.tmp tanh.d.tmp total_order.d.tmp ubf.d.tmp uceil_exp2.d.tmp uceil_log2.d.tmp ufloor_log2.d.tmp ui_div.d.tmp ui_pow.d.tmp ui_pow_ui.d.tmp ui_sub.d.tmp urandom.d.tmp urandomb.d.tmp vasprintf.d.tmp version.d.tmp volatile.d.tmp yn.d.tmp zeta.d.tmp zeta_ui.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f .depend bufferevent_openssl.d bufferevent_openssl.d.tmp tags || true) --- cleandir-libevent_pthreads --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpfr/lib/libmpfr && rm -f .depend abort_prec_max.d acos.d acosh.d add.d add1.d add1sp.d add_d.d add_ui.d agm.d ai.d asin.d asinh.d atan.d atan2.d atanh.d bernoulli.d beta.d buildopt.d cache.d cbrt.d check.d clear.d clears.d cmp.d cmp2.d cmp_d.d cmp_ld.d cmp_si.d cmp_ui.d cmpabs.d cmpabs_ui.d comparisons.d const_catalan.d const_euler.d const_log2.d const_pi.d constant.d copysign.d cos.d cosh.d cot.d coth.d csc.d csch.d d_div.d d_sub.d digamma.d dim.d div.d div_2exp.d div_2si.d div_2ui.d div_d.d div_ui.d dot.d dump.d eint.d eq.d erf.d erfc.d exceptions.d exp.d exp10.d exp2.d exp3.d exp_2.d expm1.d extract.d factorial.d fits_intmax.d fits_sint.d fits_slong.d fits_sshort.d fits_uint.d fits_uintmax.d fits_ulong.d fits_ushort.d fma.d fmma.d fms.d fpif.d frac.d free_cache.d frexp.d gamma.d gamma_inc.d gammaonethird.d get_d.d get_d128.d get_d64.d get_exp.d get_f.d get_flt.d get_ld.d get_patches.d get_q.d get_si.d get_sj.d get_str.d get_ui.d get_uj.d get_z.d get_z_exp.d gmp_op.d grandom.d hypot.d init.d init2.d inits.d inits2.d inp_str.d int_ceil_log2.d isinf.d isinteger.d isnan.d isnum.d isqrt.d isregular.d iszero.d jn.d li2.d lngamma.d log.d log10.d log1p.d log2.d log_ui.d logging.d min_prec.d minmax.d modf.d mp_clz_tab.d mpfr-gmp.d mpn_exp.d mul.d mul_2exp.d mul_2si.d mul_2ui.d mul_d.d mul_ui.d mulders.d nbits_ulong.d neg.d next.d nrandom.d odd_p.d out_str.d pool.d pow.d pow_si.d pow_ui.d pow_z.d powerof2.d print_raw.d print_rnd_mode.d printf.d random_deviate.d rec_sqrt.d reldiff.d rem1.d rint.d rndna.d root.d round_near_x.d round_p.d round_prec.d scale2.d sec.d sech.d set.d set_d.d set_d128.d set_d64.d set_dfl_prec.d set_exp.d set_f.d set_float128.d set_flt.d set_inf.d set_ld.d set_nan.d set_prc_raw.d set_prec.d set_q.d set_rnd.d set_si.d set_si_2exp.d set_sj.d set_str.d set_str_raw.d set_ui.d set_ui_2exp.d set_uj.d set_z.d set_z_exp.d set_zero.d setmax.d setmin.d setsign.d sgn.d si_op.d signbit.d sin.d sin_cos.d sinh.d sinh_cosh.d sqr.d sqrt.d sqrt_ui.d stack_interface.d strtofr.d sub.d sub1.d sub1sp.d sub_d.d sub_ui.d subnormal.d sum.d swap.d tan.d tanh.d total_order.d ubf.d uceil_exp2.d uceil_log2.d ufloor_log2.d ui_div.d ui_pow.d ui_pow_ui.d ui_sub.d urandom.d urandomb.d vasprintf.d version.d volatile.d yn.d zeta.d zeta_ui.d abort_prec_max.d.tmp acos.d.tmp acosh.d.tmp add.d.tmp add1.d.tmp add1sp.d.tmp add_d.d.tmp add_ui.d.tmp agm.d.tmp ai.d.tmp asin.d.tmp asinh.d.tmp atan.d.tmp atan2.d.tmp atanh.d.tmp bernoulli.d.tmp beta.d.tmp buildopt.d.tmp cache.d.tmp cbrt.d.tmp check.d.tmp clear.d.tmp clears.d.tmp cmp.d.tmp cmp2.d.tmp cmp_d.d.tmp cmp_ld.d.tmp cmp_si.d.tmp cmp_ui.d.tmp cmpabs.d.tmp cmpabs_ui.d.tmp comparisons.d.tmp const_catalan.d.tmp const_euler.d.tmp const_log2.d.tmp const_pi.d.tmp constant.d.tmp copysign.d.tmp cos.d.tmp cosh.d.tmp cot.d.tmp coth.d.tmp csc.d.tmp csch.d.tmp d_div.d.tmp d_sub.d.tmp digamma.d.tmp dim.d.tmp div.d.tmp div_2exp.d.tmp div_2si.d.tmp div_2ui.d.tmp div_d.d.tmp div_ui.d.tmp dot.d.tmp dump.d.tmp eint.d.tmp eq.d.tmp erf.d.tmp erfc.d.tmp exceptions.d.tmp exp.d.tmp exp10.d.tmp exp2.d.tmp exp3.d.tmp exp_2.d.tmp expm1.d.tmp extract.d.tmp factorial.d.tmp fits_intmax.d.tmp fits_sint.d.tmp fits_slong.d.tmp fits_sshort.d.tmp fits_uint.d.tmp fits_uintmax.d.tmp fits_ulong.d.tmp fits_ushort.d.tmp fma.d.tmp fmma.d.tmp fms.d.tmp fpif.d.tmp frac.d.tmp free_cache.d.tmp frexp.d.tmp gamma.d.tmp gamma_inc.d.tmp gammaonethird.d.tmp get_d.d.tmp get_d128.d.tmp get_d64.d.tmp get_exp.d.tmp get_f.d.tmp get_flt.d.tmp get_ld.d.tmp get_patches.d.tmp get_q.d.tmp get_si.d.tmp get_sj.d.tmp get_str.d.tmp get_ui.d.tmp get_uj.d.tmp get_z.d.tmp get_z_exp.d.tmp gmp_op.d.tmp grandom.d.tmp hypot.d.tmp init.d.tmp init2.d.tmp inits.d.tmp inits2.d.tmp inp_str.d.tmp int_ceil_log2.d.tmp isinf.d.tmp isinteger.d.tmp isnan.d.tmp isnum.d.tmp isqrt.d.tmp isregular.d.tmp iszero.d.tmp jn.d.tmp li2.d.tmp lngamma.d.tmp log.d.tmp log10.d.tmp log1p.d.tmp log2.d.tmp log_ui.d.tmp logging.d.tmp min_prec.d.tmp minmax.d.tmp modf.d.tmp mp_clz_tab.d.tmp mpfr-gmp.d.tmp mpn_exp.d.tmp mul.d.tmp mul_2exp.d.tmp mul_2si.d.tmp mul_2ui.d.tmp mul_d.d.tmp mul_ui.d.tmp mulders.d.tmp nbits_ulong.d.tmp neg.d.tmp next.d.tmp nrandom.d.tmp odd_p.d.tmp out_str.d.tmp pool.d.tmp pow.d.tmp pow_si.d.tmp pow_ui.d.tmp pow_z.d.tmp powerof2.d.tmp print_raw.d.tmp print_rnd_mode.d.tmp printf.d.tmp random_deviate.d.tmp rec_sqrt.d.tmp reldiff.d.tmp rem1.d.tmp rint.d.tmp rndna.d.tmp root.d.tmp round_near_x.d.tmp round_p.d.tmp round_prec.d.tmp scale2.d.tmp sec.d.tmp sech.d.tmp set.d.tmp set_d.d.tmp set_d128.d.tmp set_d64.d.tmp set_dfl_prec.d.tmp set_exp.d.tmp set_f.d.tmp set_float128.d.tmp set_flt.d.tmp set_inf.d.tmp set_ld.d.tmp set_nan.d.tmp set_prc_raw.d.tmp set_prec.d.tmp set_q.d.tmp set_rnd.d.tmp set_si.d.tmp set_si_2exp.d.tmp set_sj.d.tmp set_str.d.tmp set_str_raw.d.tmp set_ui.d.tmp set_ui_2exp.d.tmp set_uj.d.tmp set_z.d.tmp set_z_exp.d.tmp set_zero.d.tmp setmax.d.tmp setmin.d.tmp setsign.d.tmp sgn.d.tmp si_op.d.tmp signbit.d.tmp sin.d.tmp sin_cos.d.tmp sinh.d.tmp sinh_cosh.d.tmp sqr.d.tmp sqrt.d.tmp sqrt_ui.d.tmp stack_interface.d.tmp strtofr.d.tmp sub.d.tmp sub1.d.tmp sub1sp.d.tmp sub_d.d.tmp sub_ui.d.tmp subnormal.d.tmp sum.d.tmp swap.d.tmp tan.d.tmp tanh.d.tmp total_order.d.tmp ubf.d.tmp uceil_exp2.d.tmp uceil_log2.d.tmp ufloor_log2.d.tmp ui_div.d.tmp ui_pow.d.tmp ui_pow_ui.d.tmp ui_sub.d.tmp urandom.d.tmp urandomb.d.tmp vasprintf.d.tmp version.d.tmp volatile.d.tmp yn.d.tmp zeta.d.tmp zeta_ui.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/libevent/lib/libevent_pthreads --- cleandir-lib --- --- cleandir-../external/lgpl3/mpc/lib/libmpc --- cleandir ===> lib/../external/lgpl3/mpc/lib/libmpc --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads.a evthread_pthread.o evthread_pthread.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpc/lib/libmpc && rm -f libmpc.a abs.o acos.o acosh.o add.o add_fr.o add_si.o add_ui.o arg.o asin.o asinh.o atan.o atanh.o clear.o cmp.o cmp_abs.o cmp_si_si.o conj.o cos.o cosh.o div_2si.o div_2ui.o div.o div_fr.o div_ui.o dot.o exp.o fma.o fr_div.o fr_sub.o get_prec2.o get_prec.o get_version.o get_x.o imag.o init2.o init3.o inp_str.o log.o log10.o mem.o mul_2si.o mul_2ui.o mul.o mul_fr.o mul_i.o mul_si.o mul_ui.o neg.o norm.o out_str.o pow.o pow_fr.o pow_ld.o pow_d.o pow_si.o pow_ui.o pow_z.o proj.o real.o rootofunity.o urandom.o set.o set_prec.o set_str.o set_x.o set_x_x.o sin.o sin_cos.o sinh.o sqr.o sqrt.o strtoc.o sub.o sub_fr.o sub_ui.o sum.o swap.o tan.o tanh.o uceil_log2.o ui_div.o ui_ui_sub.o abs.o.tmp acos.o.tmp acosh.o.tmp add.o.tmp add_fr.o.tmp add_si.o.tmp add_ui.o.tmp arg.o.tmp asin.o.tmp asinh.o.tmp atan.o.tmp atanh.o.tmp clear.o.tmp cmp.o.tmp cmp_abs.o.tmp cmp_si_si.o.tmp conj.o.tmp cos.o.tmp cosh.o.tmp div_2si.o.tmp div_2ui.o.tmp div.o.tmp div_fr.o.tmp div_ui.o.tmp dot.o.tmp exp.o.tmp fma.o.tmp fr_div.o.tmp fr_sub.o.tmp get_prec2.o.tmp get_prec.o.tmp get_version.o.tmp get_x.o.tmp imag.o.tmp init2.o.tmp init3.o.tmp inp_str.o.tmp log.o.tmp log10.o.tmp mem.o.tmp mul_2si.o.tmp mul_2ui.o.tmp mul.o.tmp mul_fr.o.tmp mul_i.o.tmp mul_si.o.tmp mul_ui.o.tmp neg.o.tmp norm.o.tmp out_str.o.tmp pow.o.tmp pow_fr.o.tmp pow_ld.o.tmp pow_d.o.tmp pow_si.o.tmp pow_ui.o.tmp pow_z.o.tmp proj.o.tmp real.o.tmp rootofunity.o.tmp urandom.o.tmp set.o.tmp set_prec.o.tmp set_str.o.tmp set_x.o.tmp set_x_x.o.tmp sin.o.tmp sin_cos.o.tmp sinh.o.tmp sqr.o.tmp sqrt.o.tmp strtoc.o.tmp sub.o.tmp sub_fr.o.tmp sub_ui.o.tmp sum.o.tmp swap.o.tmp tan.o.tmp tanh.o.tmp uceil_log2.o.tmp ui_div.o.tmp ui_ui_sub.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads.a evthread_pthread.o evthread_pthread.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpc/lib/libmpc && rm -f libmpc.a abs.o acos.o acosh.o add.o add_fr.o add_si.o add_ui.o arg.o asin.o asinh.o atan.o atanh.o clear.o cmp.o cmp_abs.o cmp_si_si.o conj.o cos.o cosh.o div_2si.o div_2ui.o div.o div_fr.o div_ui.o dot.o exp.o fma.o fr_div.o fr_sub.o get_prec2.o get_prec.o get_version.o get_x.o imag.o init2.o init3.o inp_str.o log.o log10.o mem.o mul_2si.o mul_2ui.o mul.o mul_fr.o mul_i.o mul_si.o mul_ui.o neg.o norm.o out_str.o pow.o pow_fr.o pow_ld.o pow_d.o pow_si.o pow_ui.o pow_z.o proj.o real.o rootofunity.o urandom.o set.o set_prec.o set_str.o set_x.o set_x_x.o sin.o sin_cos.o sinh.o sqr.o sqrt.o strtoc.o sub.o sub_fr.o sub_ui.o sum.o swap.o tan.o tanh.o uceil_log2.o ui_div.o ui_ui_sub.o abs.o.tmp acos.o.tmp acosh.o.tmp add.o.tmp add_fr.o.tmp add_si.o.tmp add_ui.o.tmp arg.o.tmp asin.o.tmp asinh.o.tmp atan.o.tmp atanh.o.tmp clear.o.tmp cmp.o.tmp cmp_abs.o.tmp cmp_si_si.o.tmp conj.o.tmp cos.o.tmp cosh.o.tmp div_2si.o.tmp div_2ui.o.tmp div.o.tmp div_fr.o.tmp div_ui.o.tmp dot.o.tmp exp.o.tmp fma.o.tmp fr_div.o.tmp fr_sub.o.tmp get_prec2.o.tmp get_prec.o.tmp get_version.o.tmp get_x.o.tmp imag.o.tmp init2.o.tmp init3.o.tmp inp_str.o.tmp log.o.tmp log10.o.tmp mem.o.tmp mul_2si.o.tmp mul_2ui.o.tmp mul.o.tmp mul_fr.o.tmp mul_i.o.tmp mul_si.o.tmp mul_ui.o.tmp neg.o.tmp norm.o.tmp out_str.o.tmp pow.o.tmp pow_fr.o.tmp pow_ld.o.tmp pow_d.o.tmp pow_si.o.tmp pow_ui.o.tmp pow_z.o.tmp proj.o.tmp real.o.tmp rootofunity.o.tmp urandom.o.tmp set.o.tmp set_prec.o.tmp set_str.o.tmp set_x.o.tmp set_x_x.o.tmp sin.o.tmp sin_cos.o.tmp sinh.o.tmp sqr.o.tmp sqrt.o.tmp strtoc.o.tmp sub.o.tmp sub_fr.o.tmp sub_ui.o.tmp sum.o.tmp swap.o.tmp tan.o.tmp tanh.o.tmp uceil_log2.o.tmp ui_div.o.tmp ui_ui_sub.o.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_p.a evthread_pthread.po evthread_pthread.po.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpc/lib/libmpc && rm -f libmpc_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_p.a evthread_pthread.po evthread_pthread.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpc/lib/libmpc && rm -f libmpc_p.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpc/lib/libmpc && rm -f libmpc_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpc/lib/libmpc && rm -f libmpc_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_pic.a libevent_pthreads.so.* libevent_pthreads.so evthread_pthread.pico evthread_pthread.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpc/lib/libmpc && rm -f libmpc_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_pic.a libevent_pthreads.so.* libevent_pthreads.so evthread_pthread.pico evthread_pthread.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpc/lib/libmpc && rm -f libmpc_pic.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f llib-levent_pthreads.ln evthread_pthread.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpc/lib/libmpc && rm -f llib-lmpc.ln abs.ln acos.ln acosh.ln add.ln add_fr.ln add_si.ln add_ui.ln arg.ln asin.ln asinh.ln atan.ln atanh.ln clear.ln cmp.ln cmp_abs.ln cmp_si_si.ln conj.ln cos.ln cosh.ln div_2si.ln div_2ui.ln div.ln div_fr.ln div_ui.ln dot.ln exp.ln fma.ln fr_div.ln fr_sub.ln get_prec2.ln get_prec.ln get_version.ln get_x.ln imag.ln init2.ln init3.ln inp_str.ln log.ln log10.ln mem.ln mul_2si.ln mul_2ui.ln mul.ln mul_fr.ln mul_i.ln mul_si.ln mul_ui.ln neg.ln norm.ln out_str.ln pow.ln pow_fr.ln pow_ld.ln pow_d.ln pow_si.ln pow_ui.ln pow_z.ln proj.ln real.ln rootofunity.ln urandom.ln set.ln set_prec.ln set_str.ln set_x.ln set_x_x.ln sin.ln sin_cos.ln sinh.ln sqr.ln sqrt.ln strtoc.ln sub.ln sub_fr.ln sub_ui.ln sum.ln swap.ln tan.ln tanh.ln uceil_log2.ln ui_div.ln ui_ui_sub.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f llib-levent_pthreads.ln evthread_pthread.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpc/lib/libmpc && rm -f llib-lmpc.ln abs.ln acos.ln acosh.ln add.ln add_fr.ln add_si.ln add_ui.ln arg.ln asin.ln asinh.ln atan.ln atanh.ln clear.ln cmp.ln cmp_abs.ln cmp_si_si.ln conj.ln cos.ln cosh.ln div_2si.ln div_2ui.ln div.ln div_fr.ln div_ui.ln dot.ln exp.ln fma.ln fr_div.ln fr_sub.ln get_prec2.ln get_prec.ln get_version.ln get_x.ln imag.ln init2.ln init3.ln inp_str.ln log.ln log10.ln mem.ln mul_2si.ln mul_2ui.ln mul.ln mul_fr.ln mul_i.ln mul_si.ln mul_ui.ln neg.ln norm.ln out_str.ln pow.ln pow_fr.ln pow_ld.ln pow_d.ln pow_si.ln pow_ui.ln pow_z.ln proj.ln real.ln rootofunity.ln urandom.ln set.ln set_prec.ln set_str.ln set_x.ln set_x_x.ln sin.ln sin_cos.ln sinh.ln sqr.ln sqrt.ln strtoc.ln sub.ln sub_fr.ln sub_ui.ln sum.ln swap.ln tan.ln tanh.ln uceil_log2.ln ui_div.ln ui_ui_sub.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpc/lib/libmpc && rm -f libmpc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpc/lib/libmpc && rm -f libmpc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f .depend evthread_pthread.d evthread_pthread.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f .depend evthread_pthread.d evthread_pthread.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/lgpl3/mpc/lib/libmpc && rm -f .depend abs.d acos.d acosh.d add.d add_fr.d add_si.d add_ui.d arg.d asin.d asinh.d atan.d atanh.d clear.d cmp.d cmp_abs.d cmp_si_si.d conj.d cos.d cosh.d div.d div_2si.d div_2ui.d div_fr.d div_ui.d dot.d exp.d fma.d fr_div.d fr_sub.d get_prec.d get_prec2.d get_version.d get_x.d imag.d init2.d init3.d inp_str.d log.d log10.d mem.d mul.d mul_2si.d mul_2ui.d mul_fr.d mul_i.d mul_si.d mul_ui.d neg.d norm.d out_str.d pow.d pow_d.d pow_fr.d pow_ld.d pow_si.d pow_ui.d pow_z.d proj.d real.d rootofunity.d set.d set_prec.d set_str.d set_x.d set_x_x.d sin.d sin_cos.d sinh.d sqr.d sqrt.d strtoc.d sub.d sub_fr.d sub_ui.d sum.d swap.d tan.d tanh.d uceil_log2.d ui_div.d ui_ui_sub.d urandom.d abs.d.tmp acos.d.tmp acosh.d.tmp add.d.tmp add_fr.d.tmp add_si.d.tmp add_ui.d.tmp arg.d.tmp asin.d.tmp asinh.d.tmp atan.d.tmp atanh.d.tmp clear.d.tmp cmp.d.tmp cmp_abs.d.tmp cmp_si_si.d.tmp conj.d.tmp cos.d.tmp cosh.d.tmp div.d.tmp div_2si.d.tmp div_2ui.d.tmp div_fr.d.tmp div_ui.d.tmp dot.d.tmp exp.d.tmp fma.d.tmp fr_div.d.tmp fr_sub.d.tmp get_prec.d.tmp get_prec2.d.tmp get_version.d.tmp get_x.d.tmp imag.d.tmp init2.d.tmp init3.d.tmp inp_str.d.tmp log.d.tmp log10.d.tmp mem.d.tmp mul.d.tmp mul_2si.d.tmp mul_2ui.d.tmp mul_fr.d.tmp mul_i.d.tmp mul_si.d.tmp mul_ui.d.tmp neg.d.tmp norm.d.tmp out_str.d.tmp pow.d.tmp pow_d.d.tmp pow_fr.d.tmp pow_ld.d.tmp pow_si.d.tmp pow_ui.d.tmp pow_z.d.tmp proj.d.tmp real.d.tmp rootofunity.d.tmp set.d.tmp set_prec.d.tmp set_str.d.tmp set_x.d.tmp set_x_x.d.tmp sin.d.tmp sin_cos.d.tmp sinh.d.tmp sqr.d.tmp sqrt.d.tmp strtoc.d.tmp sub.d.tmp sub_fr.d.tmp sub_ui.d.tmp sum.d.tmp swap.d.tmp tan.d.tmp tanh.d.tmp uceil_log2.d.tmp ui_div.d.tmp ui_ui_sub.d.tmp urandom.d.tmp tags || true) --- cleandir-external --- --- cleandir-man --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/lgpl3/mpc/lib/libmpc && rm -f .depend abs.d acos.d acosh.d add.d add_fr.d add_si.d add_ui.d arg.d asin.d asinh.d atan.d atanh.d clear.d cmp.d cmp_abs.d cmp_si_si.d conj.d cos.d cosh.d div.d div_2si.d div_2ui.d div_fr.d div_ui.d dot.d exp.d fma.d fr_div.d fr_sub.d get_prec.d get_prec2.d get_version.d get_x.d imag.d init2.d init3.d inp_str.d log.d log10.d mem.d mul.d mul_2si.d mul_2ui.d mul_fr.d mul_i.d mul_si.d mul_ui.d neg.d norm.d out_str.d pow.d pow_d.d pow_fr.d pow_ld.d pow_si.d pow_ui.d pow_z.d proj.d real.d rootofunity.d set.d set_prec.d set_str.d set_x.d set_x_x.d sin.d sin_cos.d sinh.d sqr.d sqrt.d strtoc.d sub.d sub_fr.d sub_ui.d sum.d swap.d tan.d tanh.d uceil_log2.d ui_div.d ui_ui_sub.d urandom.d abs.d.tmp acos.d.tmp acosh.d.tmp add.d.tmp add_fr.d.tmp add_si.d.tmp add_ui.d.tmp arg.d.tmp asin.d.tmp asinh.d.tmp atan.d.tmp atanh.d.tmp clear.d.tmp cmp.d.tmp cmp_abs.d.tmp cmp_si_si.d.tmp conj.d.tmp cos.d.tmp cosh.d.tmp div.d.tmp div_2si.d.tmp div_2ui.d.tmp div_fr.d.tmp div_ui.d.tmp dot.d.tmp exp.d.tmp fma.d.tmp fr_div.d.tmp fr_sub.d.tmp get_prec.d.tmp get_prec2.d.tmp get_version.d.tmp get_x.d.tmp imag.d.tmp init2.d.tmp init3.d.tmp inp_str.d.tmp log.d.tmp log10.d.tmp mem.d.tmp mul.d.tmp mul_2si.d.tmp mul_2ui.d.tmp mul_fr.d.tmp mul_i.d.tmp mul_si.d.tmp mul_ui.d.tmp neg.d.tmp norm.d.tmp out_str.d.tmp pow.d.tmp pow_d.d.tmp pow_fr.d.tmp pow_ld.d.tmp pow_si.d.tmp pow_ui.d.tmp pow_z.d.tmp proj.d.tmp real.d.tmp rootofunity.d.tmp set.d.tmp set_prec.d.tmp set_str.d.tmp set_x.d.tmp set_x_x.d.tmp sin.d.tmp sin_cos.d.tmp sinh.d.tmp sqr.d.tmp sqrt.d.tmp strtoc.d.tmp sub.d.tmp sub_fr.d.tmp sub_ui.d.tmp sum.d.tmp swap.d.tmp tan.d.tmp tanh.d.tmp uceil_log2.d.tmp ui_div.d.tmp ui_ui_sub.d.tmp urandom.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/libevent/man --- cleandir-lib --- --- cleandir-../external/bsd/librtld_db/lib --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../external/bsd/librtld_db/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/man && rm -f evbuffer_compat.3 evdns.3 evdns_compat.3 evhttp.3 evhttp_compat.3 evrpc.3 evrpc_compat.3 evtag.3 evtag_compat.3 evthread.3 evutil.3 bufferevent_ssl.3 event_compat.3 evbuffer.h.3 evdeprecated.3 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/man && rm -f evbuffer_compat.3 evdns.3 evdns_compat.3 evhttp.3 evhttp_compat.3 evrpc.3 evrpc_compat.3 evtag.3 evtag_compat.3 evthread.3 evutil.3 bufferevent_ssl.3 event_compat.3 evbuffer.h.3 evdeprecated.3 || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/man && rm -f bufferevent.html3 bufferevent.h.html3 evbuffer.html3 evbuffer_cb_info.html3 evbuffer_iovec.html3 evbuffer_ptr.html3 event.html3 event.h.html3 event_base.html3 event_config.html3 evthread_condition_callbacks.html3 evthread_lock_callbacks.html3 evutil_addrinfo.html3 evutil_monotonic_timer.html3 evbuffer_compat.html3 evdns.html3 evdns_compat.html3 evhttp.html3 evhttp_compat.html3 evrpc.html3 evrpc_compat.html3 evtag.html3 evtag_compat.html3 evthread.html3 evutil.html3 bufferevent_ssl.html3 event_compat.html3 evbuffer.h.html3 evdeprecated.html3 || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db.a rtld_db.o rtld_db.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db.a rtld_db.o rtld_db.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/man && rm -f bufferevent.html3 bufferevent.h.html3 evbuffer.html3 evbuffer_cb_info.html3 evbuffer_iovec.html3 evbuffer_ptr.html3 event.html3 event.h.html3 event_base.html3 event_config.html3 evthread_condition_callbacks.html3 evthread_lock_callbacks.html3 evutil_addrinfo.html3 evutil_monotonic_timer.html3 evbuffer_compat.html3 evdns.html3 evdns_compat.html3 evhttp.html3 evhttp_compat.html3 evrpc.html3 evrpc_compat.html3 evtag.html3 evtag_compat.html3 evthread.html3 evutil.html3 bufferevent_ssl.html3 event_compat.html3 evbuffer.h.html3 evdeprecated.html3 || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-libfido2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db_p.a rtld_db.po rtld_db.po.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/libfido2 --- cleandir-lib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db_p.a rtld_db.po rtld_db.po.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/libfido2/lib --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db_g.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MAJOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db_g.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MINOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../dist/CMakeLists.txt" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_PATCH/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db_pic.a librtld_db.so.* librtld_db.so rtld_db.pico rtld_db.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f libfido2.a aes256.o assert.o authkey.o bio.o blob.o buf.o cbor.o compress.o config.o cred.o credman.o dev.o ecdh.o eddsa.o err.o es256.o es384.o hid.o hid_netbsd.o hid_unix.o info.o io.o iso7816.o largeblob.o log.o pin.o random.o reset.o rs1.o rs256.o time.o tpm.o touch.o types.o u2f.o explicit_bzero.o freezero.o recallocarray.o timingsafe_bcmp.o aes256.o.tmp assert.o.tmp authkey.o.tmp bio.o.tmp blob.o.tmp buf.o.tmp cbor.o.tmp compress.o.tmp config.o.tmp cred.o.tmp credman.o.tmp dev.o.tmp ecdh.o.tmp eddsa.o.tmp err.o.tmp es256.o.tmp es384.o.tmp hid.o.tmp hid_netbsd.o.tmp hid_unix.o.tmp info.o.tmp io.o.tmp iso7816.o.tmp largeblob.o.tmp log.o.tmp pin.o.tmp random.o.tmp reset.o.tmp rs1.o.tmp rs256.o.tmp time.o.tmp tpm.o.tmp touch.o.tmp types.o.tmp u2f.o.tmp explicit_bzero.o.tmp freezero.o.tmp recallocarray.o.tmp timingsafe_bcmp.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db_pic.a librtld_db.so.* librtld_db.so rtld_db.pico rtld_db.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f libfido2.a aes256.o assert.o authkey.o bio.o blob.o buf.o cbor.o compress.o config.o cred.o credman.o dev.o ecdh.o eddsa.o err.o es256.o es384.o hid.o hid_netbsd.o hid_unix.o info.o io.o iso7816.o largeblob.o log.o pin.o random.o reset.o rs1.o rs256.o time.o tpm.o touch.o types.o u2f.o explicit_bzero.o freezero.o recallocarray.o timingsafe_bcmp.o aes256.o.tmp assert.o.tmp authkey.o.tmp bio.o.tmp blob.o.tmp buf.o.tmp cbor.o.tmp compress.o.tmp config.o.tmp cred.o.tmp credman.o.tmp dev.o.tmp ecdh.o.tmp eddsa.o.tmp err.o.tmp es256.o.tmp es384.o.tmp hid.o.tmp hid_netbsd.o.tmp hid_unix.o.tmp info.o.tmp io.o.tmp iso7816.o.tmp largeblob.o.tmp log.o.tmp pin.o.tmp random.o.tmp reset.o.tmp rs1.o.tmp rs256.o.tmp time.o.tmp tpm.o.tmp touch.o.tmp types.o.tmp u2f.o.tmp explicit_bzero.o.tmp freezero.o.tmp recallocarray.o.tmp timingsafe_bcmp.o.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f llib-lrtld_db.ln rtld_db.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f libfido2_p.a aes256.po assert.po authkey.po bio.po blob.po buf.po cbor.po compress.po config.po cred.po credman.po dev.po ecdh.po eddsa.po err.po es256.po es384.po hid.po hid_netbsd.po hid_unix.po info.po io.po iso7816.po largeblob.po log.po pin.po random.po reset.po rs1.po rs256.po time.po tpm.po touch.po types.po u2f.po explicit_bzero.po freezero.po recallocarray.po timingsafe_bcmp.po aes256.po.tmp assert.po.tmp authkey.po.tmp bio.po.tmp blob.po.tmp buf.po.tmp cbor.po.tmp compress.po.tmp config.po.tmp cred.po.tmp credman.po.tmp dev.po.tmp ecdh.po.tmp eddsa.po.tmp err.po.tmp es256.po.tmp es384.po.tmp hid.po.tmp hid_netbsd.po.tmp hid_unix.po.tmp info.po.tmp io.po.tmp iso7816.po.tmp largeblob.po.tmp log.po.tmp pin.po.tmp random.po.tmp reset.po.tmp rs1.po.tmp rs256.po.tmp time.po.tmp tpm.po.tmp touch.po.tmp types.po.tmp u2f.po.tmp explicit_bzero.po.tmp freezero.po.tmp recallocarray.po.tmp timingsafe_bcmp.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f llib-lrtld_db.ln rtld_db.ln || true) --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f libfido2_p.a aes256.po assert.po authkey.po bio.po blob.po buf.po cbor.po compress.po config.po cred.po credman.po dev.po ecdh.po eddsa.po err.po es256.po es384.po hid.po hid_netbsd.po hid_unix.po info.po io.po iso7816.po largeblob.po log.po pin.po random.po reset.po rs1.po rs256.po time.po tpm.po touch.po types.po u2f.po explicit_bzero.po freezero.po recallocarray.po timingsafe_bcmp.po aes256.po.tmp assert.po.tmp authkey.po.tmp bio.po.tmp blob.po.tmp buf.po.tmp cbor.po.tmp compress.po.tmp config.po.tmp cred.po.tmp credman.po.tmp dev.po.tmp ecdh.po.tmp eddsa.po.tmp err.po.tmp es256.po.tmp es384.po.tmp hid.po.tmp hid_netbsd.po.tmp hid_unix.po.tmp info.po.tmp io.po.tmp iso7816.po.tmp largeblob.po.tmp log.po.tmp pin.po.tmp random.po.tmp reset.po.tmp rs1.po.tmp rs256.po.tmp time.po.tmp tpm.po.tmp touch.po.tmp types.po.tmp u2f.po.tmp explicit_bzero.po.tmp freezero.po.tmp recallocarray.po.tmp timingsafe_bcmp.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f libfido2_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f libfido2_g.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db.html3 .depend rtld_db.d rtld_db.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f libfido2_pic.a libfido2.so.* libfido2.so aes256.pico assert.pico authkey.pico bio.pico blob.pico buf.pico cbor.pico compress.pico config.pico cred.pico credman.pico dev.pico ecdh.pico eddsa.pico err.pico es256.pico es384.pico hid.pico hid_netbsd.pico hid_unix.pico info.pico io.pico iso7816.pico largeblob.pico log.pico pin.pico random.pico reset.pico rs1.pico rs256.pico time.pico tpm.pico touch.pico types.pico u2f.pico explicit_bzero.pico freezero.pico recallocarray.pico timingsafe_bcmp.pico aes256.pico.tmp assert.pico.tmp authkey.pico.tmp bio.pico.tmp blob.pico.tmp buf.pico.tmp cbor.pico.tmp compress.pico.tmp config.pico.tmp cred.pico.tmp credman.pico.tmp dev.pico.tmp ecdh.pico.tmp eddsa.pico.tmp err.pico.tmp es256.pico.tmp es384.pico.tmp hid.pico.tmp hid_netbsd.pico.tmp hid_unix.pico.tmp info.pico.tmp io.pico.tmp iso7816.pico.tmp largeblob.pico.tmp log.pico.tmp pin.pico.tmp random.pico.tmp reset.pico.tmp rs1.pico.tmp rs256.pico.tmp time.pico.tmp tpm.pico.tmp touch.pico.tmp types.pico.tmp u2f.pico.tmp explicit_bzero.pico.tmp freezero.pico.tmp recallocarray.pico.tmp timingsafe_bcmp.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db.html3 .depend rtld_db.d rtld_db.d.tmp tags || true) --- cleandir-../external/cddl/osnet/lib/libctf --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f libfido2_pic.a libfido2.so.* libfido2.so aes256.pico assert.pico authkey.pico bio.pico blob.pico buf.pico cbor.pico compress.pico config.pico cred.pico credman.pico dev.pico ecdh.pico eddsa.pico err.pico es256.pico es384.pico hid.pico hid_netbsd.pico hid_unix.pico info.pico io.pico iso7816.pico largeblob.pico log.pico pin.pico random.pico reset.pico rs1.pico rs256.pico time.pico tpm.pico touch.pico types.pico u2f.pico explicit_bzero.pico freezero.pico recallocarray.pico timingsafe_bcmp.pico aes256.pico.tmp assert.pico.tmp authkey.pico.tmp bio.pico.tmp blob.pico.tmp buf.pico.tmp cbor.pico.tmp compress.pico.tmp config.pico.tmp cred.pico.tmp credman.pico.tmp dev.pico.tmp ecdh.pico.tmp eddsa.pico.tmp err.pico.tmp es256.pico.tmp es384.pico.tmp hid.pico.tmp hid_netbsd.pico.tmp hid_unix.pico.tmp info.pico.tmp io.pico.tmp iso7816.pico.tmp largeblob.pico.tmp log.pico.tmp pin.pico.tmp random.pico.tmp reset.pico.tmp rs1.pico.tmp rs256.pico.tmp time.pico.tmp tpm.pico.tmp touch.pico.tmp types.pico.tmp u2f.pico.tmp explicit_bzero.pico.tmp freezero.pico.tmp recallocarray.pico.tmp timingsafe_bcmp.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/cddl/osnet/lib/libctf --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f llib-lfido2.ln aes256.ln assert.ln authkey.ln bio.ln blob.ln buf.ln cbor.ln compress.ln config.ln cred.ln credman.ln dev.ln ecdh.ln eddsa.ln err.ln es256.ln es384.ln hid.ln hid_netbsd.ln hid_unix.ln info.ln io.ln iso7816.ln largeblob.ln log.ln pin.ln random.ln reset.ln rs1.ln rs256.ln time.ln tpm.ln touch.ln types.ln u2f.ln explicit_bzero.ln freezero.ln recallocarray.ln timingsafe_bcmp.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f llib-lfido2.ln aes256.ln assert.ln authkey.ln bio.ln blob.ln buf.ln cbor.ln compress.ln config.ln cred.ln credman.ln dev.ln ecdh.ln eddsa.ln err.ln es256.ln es384.ln hid.ln hid_netbsd.ln hid_unix.ln info.ln io.ln iso7816.ln largeblob.ln log.ln pin.ln random.ln reset.ln rs1.ln rs256.ln time.ln tpm.ln touch.ln types.ln u2f.ln explicit_bzero.ln freezero.ln recallocarray.ln timingsafe_bcmp.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f libfido2.so.5.map a.out [Ee]rrs mklog core *.core libfido2.pc || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f libfido2.so.5.map a.out [Ee]rrs mklog core *.core libfido2.pc || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f libctf.a ctf_create.o ctf_decl.o ctf_error.o ctf_hash.o ctf_labels.o ctf_lib.o ctf_lookup.o ctf_open.o ctf_subr.o ctf_types.o ctf_util.o ctf_create.o.tmp ctf_decl.o.tmp ctf_error.o.tmp ctf_hash.o.tmp ctf_labels.o.tmp ctf_lib.o.tmp ctf_lookup.o.tmp ctf_open.o.tmp ctf_subr.o.tmp ctf_types.o.tmp ctf_util.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f libctf.a ctf_create.o ctf_decl.o ctf_error.o ctf_hash.o ctf_labels.o ctf_lib.o ctf_lookup.o ctf_open.o ctf_subr.o ctf_types.o ctf_util.o ctf_create.o.tmp ctf_decl.o.tmp ctf_error.o.tmp ctf_hash.o.tmp ctf_labels.o.tmp ctf_lib.o.tmp ctf_lookup.o.tmp ctf_open.o.tmp ctf_subr.o.tmp ctf_types.o.tmp ctf_util.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f eddsa_pk_new.html3 es256_pk_new.html3 es384_pk_new.html3 fido_assert_allow_cred.html3 fido_assert_new.html3 fido_assert_set_authdata.html3 fido_assert_verify.html3 fido_bio_dev_get_info.html3 fido_bio_enroll_new.html3 fido_bio_info_new.html3 fido_bio_template.html3 fido_cbor_info_new.html3 fido_cred_exclude.html3 fido_cred_new.html3 fido_cred_set_authdata.html3 fido_cred_verify.html3 fido_credman_metadata_new.html3 fido_dev_enable_entattest.html3 fido_dev_get_assert.html3 fido_dev_get_touch_begin.html3 fido_dev_info_manifest.html3 fido_dev_largeblob_get.html3 fido_dev_make_cred.html3 fido_dev_open.html3 fido_dev_set_io_functions.html3 fido_dev_set_pin.html3 fido_init.html3 fido_strerr.html3 rs256_pk_new.html3 .depend aes256.d assert.d authkey.d bio.d blob.d buf.d cbor.d compress.d config.d cred.d credman.d dev.d ecdh.d eddsa.d err.d es256.d es384.d explicit_bzero.d freezero.d hid.d hid_netbsd.d hid_unix.d info.d io.d iso7816.d largeblob.d log.d pin.d random.d recallocarray.d reset.d rs1.d rs256.d time.d timingsafe_bcmp.d touch.d tpm.d types.d u2f.d aes256.d.tmp assert.d.tmp authkey.d.tmp bio.d.tmp blob.d.tmp buf.d.tmp cbor.d.tmp compress.d.tmp config.d.tmp cred.d.tmp credman.d.tmp dev.d.tmp ecdh.d.tmp eddsa.d.tmp err.d.tmp es256.d.tmp es384.d.tmp explicit_bzero.d.tmp freezero.d.tmp hid.d.tmp hid_netbsd.d.tmp hid_unix.d.tmp info.d.tmp io.d.tmp iso7816.d.tmp largeblob.d.tmp log.d.tmp pin.d.tmp random.d.tmp recallocarray.d.tmp reset.d.tmp rs1.d.tmp rs256.d.tmp time.d.tmp timingsafe_bcmp.d.tmp touch.d.tmp tpm.d.tmp types.d.tmp u2f.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f libctf_p.a ctf_create.po ctf_decl.po ctf_error.po ctf_hash.po ctf_labels.po ctf_lib.po ctf_lookup.po ctf_open.po ctf_subr.po ctf_types.po ctf_util.po ctf_create.po.tmp ctf_decl.po.tmp ctf_error.po.tmp ctf_hash.po.tmp ctf_labels.po.tmp ctf_lib.po.tmp ctf_lookup.po.tmp ctf_open.po.tmp ctf_subr.po.tmp ctf_types.po.tmp ctf_util.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f eddsa_pk_new.html3 es256_pk_new.html3 es384_pk_new.html3 fido_assert_allow_cred.html3 fido_assert_new.html3 fido_assert_set_authdata.html3 fido_assert_verify.html3 fido_bio_dev_get_info.html3 fido_bio_enroll_new.html3 fido_bio_info_new.html3 fido_bio_template.html3 fido_cbor_info_new.html3 fido_cred_exclude.html3 fido_cred_new.html3 fido_cred_set_authdata.html3 fido_cred_verify.html3 fido_credman_metadata_new.html3 fido_dev_enable_entattest.html3 fido_dev_get_assert.html3 fido_dev_get_touch_begin.html3 fido_dev_info_manifest.html3 fido_dev_largeblob_get.html3 fido_dev_make_cred.html3 fido_dev_open.html3 fido_dev_set_io_functions.html3 fido_dev_set_pin.html3 fido_init.html3 fido_strerr.html3 rs256_pk_new.html3 .depend aes256.d assert.d authkey.d bio.d blob.d buf.d cbor.d compress.d config.d cred.d credman.d dev.d ecdh.d eddsa.d err.d es256.d es384.d explicit_bzero.d freezero.d hid.d hid_netbsd.d hid_unix.d info.d io.d iso7816.d largeblob.d log.d pin.d random.d recallocarray.d reset.d rs1.d rs256.d time.d timingsafe_bcmp.d touch.d tpm.d types.d u2f.d aes256.d.tmp assert.d.tmp authkey.d.tmp bio.d.tmp blob.d.tmp buf.d.tmp cbor.d.tmp compress.d.tmp config.d.tmp cred.d.tmp credman.d.tmp dev.d.tmp ecdh.d.tmp eddsa.d.tmp err.d.tmp es256.d.tmp es384.d.tmp explicit_bzero.d.tmp freezero.d.tmp hid.d.tmp hid_netbsd.d.tmp hid_unix.d.tmp info.d.tmp io.d.tmp iso7816.d.tmp largeblob.d.tmp log.d.tmp pin.d.tmp random.d.tmp recallocarray.d.tmp reset.d.tmp rs1.d.tmp rs256.d.tmp time.d.tmp timingsafe_bcmp.d.tmp touch.d.tmp tpm.d.tmp types.d.tmp u2f.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f libctf_p.a ctf_create.po ctf_decl.po ctf_error.po ctf_hash.po ctf_labels.po ctf_lib.po ctf_lookup.po ctf_open.po ctf_subr.po ctf_types.po ctf_util.po ctf_create.po.tmp ctf_decl.po.tmp ctf_error.po.tmp ctf_hash.po.tmp ctf_labels.po.tmp ctf_lib.po.tmp ctf_lookup.po.tmp ctf_open.po.tmp ctf_subr.po.tmp ctf_types.po.tmp ctf_util.po.tmp || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/bsd/libfido2/bin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f libctf_g.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MAJOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f libctf_g.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MINOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_PATCH/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/../dist/CMakeLists.txt" returned non-zero status --- cleandir-fido2-assert --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f libctf_pic.a libctf.so.* libctf.so ctf_create.pico ctf_decl.pico ctf_error.pico ctf_hash.pico ctf_labels.pico ctf_lib.pico ctf_lookup.pico ctf_open.pico ctf_subr.pico ctf_types.pico ctf_util.pico ctf_create.pico.tmp ctf_decl.pico.tmp ctf_error.pico.tmp ctf_hash.pico.tmp ctf_labels.pico.tmp ctf_lib.pico.tmp ctf_lookup.pico.tmp ctf_open.pico.tmp ctf_subr.pico.tmp ctf_types.pico.tmp ctf_util.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/libfido2/bin/fido2-assert --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f libctf_pic.a libctf.so.* libctf.so ctf_create.pico ctf_decl.pico ctf_error.pico ctf_hash.pico ctf_labels.pico ctf_lib.pico ctf_lookup.pico ctf_open.pico ctf_subr.pico ctf_types.pico ctf_util.pico ctf_create.pico.tmp ctf_decl.pico.tmp ctf_error.pico.tmp ctf_hash.pico.tmp ctf_labels.pico.tmp ctf_lib.pico.tmp ctf_lookup.pico.tmp ctf_open.pico.tmp ctf_subr.pico.tmp ctf_types.pico.tmp ctf_util.pico.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-assert/../../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MAJOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-assert/../../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-assert/../../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MINOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-assert/../../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f llib-lctf.ln ctf_create.ln ctf_decl.ln ctf_error.ln ctf_hash.ln ctf_labels.ln ctf_lib.ln ctf_lookup.ln ctf_open.ln ctf_subr.ln ctf_types.ln ctf_util.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-assert/../../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_PATCH/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-assert/../../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f llib-lctf.ln ctf_create.ln ctf_decl.ln ctf_error.ln ctf_hash.ln ctf_labels.ln ctf_lib.ln ctf_lookup.ln ctf_open.ln ctf_subr.ln ctf_types.ln ctf_util.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/bin/fido2-assert && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fido2-assert config.o assert_get.o assert_verify.o fido2-assert.o largeblob.o base64.o bio.o credman.o pin.o token.o util.o explicit_bzero.o freezero.o readpassphrase.o recallocarray.o config.ln assert_get.ln assert_verify.ln fido2-assert.ln largeblob.ln base64.ln bio.ln credman.ln pin.ln token.ln util.ln explicit_bzero.ln freezero.ln readpassphrase.ln recallocarray.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f libctf.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-assert && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fido2-assert config.o assert_get.o assert_verify.o fido2-assert.o largeblob.o base64.o bio.o credman.o pin.o token.o util.o explicit_bzero.o freezero.o readpassphrase.o recallocarray.o config.ln assert_get.ln assert_verify.ln fido2-assert.ln largeblob.ln base64.ln bio.ln credman.ln pin.ln token.ln util.ln explicit_bzero.ln freezero.ln readpassphrase.ln recallocarray.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f libctf.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/bin/fido2-assert && rm -f fido2-assert.html1 .depend assert_get.d assert_verify.d base64.d bio.d config.d credman.d explicit_bzero.d fido2-assert.d freezero.d largeblob.d pin.d readpassphrase.d recallocarray.d token.d util.d assert_get.d.tmp assert_verify.d.tmp base64.d.tmp bio.d.tmp config.d.tmp credman.d.tmp explicit_bzero.d.tmp fido2-assert.d.tmp freezero.d.tmp largeblob.d.tmp pin.d.tmp readpassphrase.d.tmp recallocarray.d.tmp token.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f ctf.html5 .depend ctf_create.d ctf_decl.d ctf_error.d ctf_hash.d ctf_labels.d ctf_lib.d ctf_lookup.d ctf_open.d ctf_subr.d ctf_types.d ctf_util.d ctf_create.d.tmp ctf_decl.d.tmp ctf_error.d.tmp ctf_hash.d.tmp ctf_labels.d.tmp ctf_lib.d.tmp ctf_lookup.d.tmp ctf_open.d.tmp ctf_subr.d.tmp ctf_types.d.tmp ctf_util.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-assert && rm -f fido2-assert.html1 .depend assert_get.d assert_verify.d base64.d bio.d config.d credman.d explicit_bzero.d fido2-assert.d freezero.d largeblob.d pin.d readpassphrase.d recallocarray.d token.d util.d assert_get.d.tmp assert_verify.d.tmp base64.d.tmp bio.d.tmp config.d.tmp credman.d.tmp explicit_bzero.d.tmp fido2-assert.d.tmp freezero.d.tmp largeblob.d.tmp pin.d.tmp readpassphrase.d.tmp recallocarray.d.tmp token.d.tmp util.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f ctf.html5 .depend ctf_create.d ctf_decl.d ctf_error.d ctf_hash.d ctf_labels.d ctf_lib.d ctf_lookup.d ctf_open.d ctf_subr.d ctf_types.d ctf_util.d ctf_create.d.tmp ctf_decl.d.tmp ctf_error.d.tmp ctf_hash.d.tmp ctf_labels.d.tmp ctf_lib.d.tmp ctf_lookup.d.tmp ctf_open.d.tmp ctf_subr.d.tmp ctf_types.d.tmp ctf_util.d.tmp tags || true) --- cleandir-external --- --- cleandir-fido2-cred --- --- cleandir-lib --- --- cleandir-../external/public-domain/xz/lib --- --- cleandir-external --- cleandir ===> external/bsd/libfido2/bin/fido2-cred --- cleandir-lib --- cleandir ===> lib/../external/public-domain/xz/lib --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-cred/../../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MAJOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-cred/../../dist/CMakeLists.txt" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-cred/../../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MINOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-cred/../../dist/CMakeLists.txt" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-cred/../../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_PATCH/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-cred/../../dist/CMakeLists.txt" returned non-zero status --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/bin/fido2-cred && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fido2-cred config.o cred_make.o cred_verify.o base64.o bio.o credman.o fido2-cred.o largeblob.o pin.o token.o util.o explicit_bzero.o freezero.o readpassphrase.o recallocarray.o config.ln cred_make.ln cred_verify.ln base64.ln bio.ln credman.ln fido2-cred.ln largeblob.ln pin.ln token.ln util.ln explicit_bzero.ln freezero.ln readpassphrase.ln recallocarray.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-cred && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fido2-cred config.o cred_make.o cred_verify.o base64.o bio.o credman.o fido2-cred.o largeblob.o pin.o token.o util.o explicit_bzero.o freezero.o readpassphrase.o recallocarray.o config.ln cred_make.ln cred_verify.ln base64.ln bio.ln credman.ln fido2-cred.ln largeblob.ln pin.ln token.ln util.ln explicit_bzero.ln freezero.ln readpassphrase.ln recallocarray.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f liblzma.a tuklib_physmem.o tuklib_cpucores.o check.o crc32_table.o crc64_table.o crc32_fast.o crc64_fast.o common.o block_util.o easy_preset.o filter_common.o hardware_physmem.o hardware_cputhreads.o index.o stream_flags_common.o vli_size.o alone_encoder.o block_buffer_encoder.o block_encoder.o block_header_encoder.o easy_buffer_encoder.o easy_encoder.o easy_encoder_memusage.o filter_buffer_encoder.o filter_encoder.o filter_flags_encoder.o index_encoder.o stream_buffer_encoder.o stream_encoder.o stream_flags_encoder.o vli_encoder.o outqueue.o alone_decoder.o auto_decoder.o block_buffer_decoder.o block_decoder.o block_header_decoder.o easy_decoder_memusage.o filter_buffer_decoder.o filter_decoder.o filter_flags_decoder.o index_decoder.o index_hash.o stream_buffer_decoder.o stream_decoder.o stream_flags_decoder.o vli_decoder.o stream_encoder_mt.o delta_common.o delta_encoder.o delta_decoder.o lz_decoder.o lz_encoder.o lz_encoder_mf.o lzma_encoder.o lzma_encoder_presets.o lzma_encoder_optimum_fast.o lzma_encoder_optimum_normal.o lzma_decoder.o lzma2_encoder.o lzma2_decoder.o fastpos_table.o price_table.o simple_coder.o simple_encoder.o simple_decoder.o arm.o armthumb.o ia64.o powerpc.o sparc.o x86.o tuklib_physmem.o.tmp tuklib_cpucores.o.tmp check.o.tmp crc32_table.o.tmp crc64_table.o.tmp crc32_fast.o.tmp crc64_fast.o.tmp common.o.tmp block_util.o.tmp easy_preset.o.tmp filter_common.o.tmp hardware_physmem.o.tmp hardware_cputhreads.o.tmp index.o.tmp stream_flags_common.o.tmp vli_size.o.tmp alone_encoder.o.tmp block_buffer_encoder.o.tmp block_encoder.o.tmp block_header_encoder.o.tmp easy_buffer_encoder.o.tmp easy_encoder.o.tmp easy_encoder_memusage.o.tmp filter_buffer_encoder.o.tmp filter_encoder.o.tmp filter_flags_encoder.o.tmp index_encoder.o.tmp stream_buffer_encoder.o.tmp stream_encoder.o.tmp stream_flags_encoder.o.tmp vli_encoder.o.tmp outqueue.o.tmp alone_decoder.o.tmp auto_decoder.o.tmp block_buffer_decoder.o.tmp block_decoder.o.tmp block_header_decoder.o.tmp easy_decoder_memusage.o.tmp filter_buffer_decoder.o.tmp filter_decoder.o.tmp filter_flags_decoder.o.tmp index_decoder.o.tmp index_hash.o.tmp stream_buffer_decoder.o.tmp stream_decoder.o.tmp stream_flags_decoder.o.tmp vli_decoder.o.tmp stream_encoder_mt.o.tmp delta_common.o.tmp delta_encoder.o.tmp delta_decoder.o.tmp lz_decoder.o.tmp lz_encoder.o.tmp lz_encoder_mf.o.tmp lzma_encoder.o.tmp lzma_encoder_presets.o.tmp lzma_encoder_optimum_fast.o.tmp lzma_encoder_optimum_normal.o.tmp lzma_decoder.o.tmp lzma2_encoder.o.tmp lzma2_decoder.o.tmp fastpos_table.o.tmp price_table.o.tmp simple_coder.o.tmp simple_encoder.o.tmp simple_decoder.o.tmp arm.o.tmp armthumb.o.tmp ia64.o.tmp powerpc.o.tmp sparc.o.tmp x86.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f liblzma.a tuklib_physmem.o tuklib_cpucores.o check.o crc32_table.o crc64_table.o crc32_fast.o crc64_fast.o common.o block_util.o easy_preset.o filter_common.o hardware_physmem.o hardware_cputhreads.o index.o stream_flags_common.o vli_size.o alone_encoder.o block_buffer_encoder.o block_encoder.o block_header_encoder.o easy_buffer_encoder.o easy_encoder.o easy_encoder_memusage.o filter_buffer_encoder.o filter_encoder.o filter_flags_encoder.o index_encoder.o stream_buffer_encoder.o stream_encoder.o stream_flags_encoder.o vli_encoder.o outqueue.o alone_decoder.o auto_decoder.o block_buffer_decoder.o block_decoder.o block_header_decoder.o easy_decoder_memusage.o filter_buffer_decoder.o filter_decoder.o filter_flags_decoder.o index_decoder.o index_hash.o stream_buffer_decoder.o stream_decoder.o stream_flags_decoder.o vli_decoder.o stream_encoder_mt.o delta_common.o delta_encoder.o delta_decoder.o lz_decoder.o lz_encoder.o lz_encoder_mf.o lzma_encoder.o lzma_encoder_presets.o lzma_encoder_optimum_fast.o lzma_encoder_optimum_normal.o lzma_decoder.o lzma2_encoder.o lzma2_decoder.o fastpos_table.o price_table.o simple_coder.o simple_encoder.o simple_decoder.o arm.o armthumb.o ia64.o powerpc.o sparc.o x86.o tuklib_physmem.o.tmp tuklib_cpucores.o.tmp check.o.tmp crc32_table.o.tmp crc64_table.o.tmp crc32_fast.o.tmp crc64_fast.o.tmp common.o.tmp block_util.o.tmp easy_preset.o.tmp filter_common.o.tmp hardware_physmem.o.tmp hardware_cputhreads.o.tmp index.o.tmp stream_flags_common.o.tmp vli_size.o.tmp alone_encoder.o.tmp block_buffer_encoder.o.tmp block_encoder.o.tmp block_header_encoder.o.tmp easy_buffer_encoder.o.tmp easy_encoder.o.tmp easy_encoder_memusage.o.tmp filter_buffer_encoder.o.tmp filter_encoder.o.tmp filter_flags_encoder.o.tmp index_encoder.o.tmp stream_buffer_encoder.o.tmp stream_encoder.o.tmp stream_flags_encoder.o.tmp vli_encoder.o.tmp outqueue.o.tmp alone_decoder.o.tmp auto_decoder.o.tmp block_buffer_decoder.o.tmp block_decoder.o.tmp block_header_decoder.o.tmp easy_decoder_memusage.o.tmp filter_buffer_decoder.o.tmp filter_decoder.o.tmp filter_flags_decoder.o.tmp index_decoder.o.tmp index_hash.o.tmp stream_buffer_decoder.o.tmp stream_decoder.o.tmp stream_flags_decoder.o.tmp vli_decoder.o.tmp stream_encoder_mt.o.tmp delta_common.o.tmp delta_encoder.o.tmp delta_decoder.o.tmp lz_decoder.o.tmp lz_encoder.o.tmp lz_encoder_mf.o.tmp lzma_encoder.o.tmp lzma_encoder_presets.o.tmp lzma_encoder_optimum_fast.o.tmp lzma_encoder_optimum_normal.o.tmp lzma_decoder.o.tmp lzma2_encoder.o.tmp lzma2_decoder.o.tmp fastpos_table.o.tmp price_table.o.tmp simple_coder.o.tmp simple_encoder.o.tmp simple_decoder.o.tmp arm.o.tmp armthumb.o.tmp ia64.o.tmp powerpc.o.tmp sparc.o.tmp x86.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/bin/fido2-cred && rm -f fido2-cred.html1 .depend base64.d bio.d config.d cred_make.d cred_verify.d credman.d explicit_bzero.d fido2-cred.d freezero.d largeblob.d pin.d readpassphrase.d recallocarray.d token.d util.d base64.d.tmp bio.d.tmp config.d.tmp cred_make.d.tmp cred_verify.d.tmp credman.d.tmp explicit_bzero.d.tmp fido2-cred.d.tmp freezero.d.tmp largeblob.d.tmp pin.d.tmp readpassphrase.d.tmp recallocarray.d.tmp token.d.tmp util.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-cred && rm -f fido2-cred.html1 .depend base64.d bio.d config.d cred_make.d cred_verify.d credman.d explicit_bzero.d fido2-cred.d freezero.d largeblob.d pin.d readpassphrase.d recallocarray.d token.d util.d base64.d.tmp bio.d.tmp config.d.tmp cred_make.d.tmp cred_verify.d.tmp credman.d.tmp explicit_bzero.d.tmp fido2-cred.d.tmp freezero.d.tmp largeblob.d.tmp pin.d.tmp readpassphrase.d.tmp recallocarray.d.tmp token.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f liblzma_p.a tuklib_physmem.po tuklib_cpucores.po check.po crc32_table.po crc64_table.po crc32_fast.po crc64_fast.po common.po block_util.po easy_preset.po filter_common.po hardware_physmem.po hardware_cputhreads.po index.po stream_flags_common.po vli_size.po alone_encoder.po block_buffer_encoder.po block_encoder.po block_header_encoder.po easy_buffer_encoder.po easy_encoder.po easy_encoder_memusage.po filter_buffer_encoder.po filter_encoder.po filter_flags_encoder.po index_encoder.po stream_buffer_encoder.po stream_encoder.po stream_flags_encoder.po vli_encoder.po outqueue.po alone_decoder.po auto_decoder.po block_buffer_decoder.po block_decoder.po block_header_decoder.po easy_decoder_memusage.po filter_buffer_decoder.po filter_decoder.po filter_flags_decoder.po index_decoder.po index_hash.po stream_buffer_decoder.po stream_decoder.po stream_flags_decoder.po vli_decoder.po stream_encoder_mt.po delta_common.po delta_encoder.po delta_decoder.po lz_decoder.po lz_encoder.po lz_encoder_mf.po lzma_encoder.po lzma_encoder_presets.po lzma_encoder_optimum_fast.po lzma_encoder_optimum_normal.po lzma_decoder.po lzma2_encoder.po lzma2_decoder.po fastpos_table.po price_table.po simple_coder.po simple_encoder.po simple_decoder.po arm.po armthumb.po ia64.po powerpc.po sparc.po x86.po tuklib_physmem.po.tmp tuklib_cpucores.po.tmp check.po.tmp crc32_table.po.tmp crc64_table.po.tmp crc32_fast.po.tmp crc64_fast.po.tmp common.po.tmp block_util.po.tmp easy_preset.po.tmp filter_common.po.tmp hardware_physmem.po.tmp hardware_cputhreads.po.tmp index.po.tmp stream_flags_common.po.tmp vli_size.po.tmp alone_encoder.po.tmp block_buffer_encoder.po.tmp block_encoder.po.tmp block_header_encoder.po.tmp easy_buffer_encoder.po.tmp easy_encoder.po.tmp easy_encoder_memusage.po.tmp filter_buffer_encoder.po.tmp filter_encoder.po.tmp filter_flags_encoder.po.tmp index_encoder.po.tmp stream_buffer_encoder.po.tmp stream_encoder.po.tmp stream_flags_encoder.po.tmp vli_encoder.po.tmp outqueue.po.tmp alone_decoder.po.tmp auto_decoder.po.tmp block_buffer_decoder.po.tmp block_decoder.po.tmp block_header_decoder.po.tmp easy_decoder_memusage.po.tmp filter_buffer_decoder.po.tmp filter_decoder.po.tmp filter_flags_decoder.po.tmp index_decoder.po.tmp index_hash.po.tmp stream_buffer_decoder.po.tmp stream_decoder.po.tmp stream_flags_decoder.po.tmp vli_decoder.po.tmp stream_encoder_mt.po.tmp delta_common.po.tmp delta_encoder.po.tmp delta_decoder.po.tmp lz_decoder.po.tmp lz_encoder.po.tmp lz_encoder_mf.po.tmp lzma_encoder.po.tmp lzma_encoder_presets.po.tmp lzma_encoder_optimum_fast.po.tmp lzma_encoder_optimum_normal.po.tmp lzma_decoder.po.tmp lzma2_encoder.po.tmp lzma2_decoder.po.tmp fastpos_table.po.tmp price_table.po.tmp simple_coder.po.tmp simple_encoder.po.tmp simple_decoder.po.tmp arm.po.tmp armthumb.po.tmp ia64.po.tmp powerpc.po.tmp sparc.po.tmp x86.po.tmp || true) --- cleandir-external --- --- cleandir-fido2-token --- cleandir ===> external/bsd/libfido2/bin/fido2-token --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f liblzma_p.a tuklib_physmem.po tuklib_cpucores.po check.po crc32_table.po crc64_table.po crc32_fast.po crc64_fast.po common.po block_util.po easy_preset.po filter_common.po hardware_physmem.po hardware_cputhreads.po index.po stream_flags_common.po vli_size.po alone_encoder.po block_buffer_encoder.po block_encoder.po block_header_encoder.po easy_buffer_encoder.po easy_encoder.po easy_encoder_memusage.po filter_buffer_encoder.po filter_encoder.po filter_flags_encoder.po index_encoder.po stream_buffer_encoder.po stream_encoder.po stream_flags_encoder.po vli_encoder.po outqueue.po alone_decoder.po auto_decoder.po block_buffer_decoder.po block_decoder.po block_header_decoder.po easy_decoder_memusage.po filter_buffer_decoder.po filter_decoder.po filter_flags_decoder.po index_decoder.po index_hash.po stream_buffer_decoder.po stream_decoder.po stream_flags_decoder.po vli_decoder.po stream_encoder_mt.po delta_common.po delta_encoder.po delta_decoder.po lz_decoder.po lz_encoder.po lz_encoder_mf.po lzma_encoder.po lzma_encoder_presets.po lzma_encoder_optimum_fast.po lzma_encoder_optimum_normal.po lzma_decoder.po lzma2_encoder.po lzma2_decoder.po fastpos_table.po price_table.po simple_coder.po simple_encoder.po simple_decoder.po arm.po armthumb.po ia64.po powerpc.po sparc.po x86.po tuklib_physmem.po.tmp tuklib_cpucores.po.tmp check.po.tmp crc32_table.po.tmp crc64_table.po.tmp crc32_fast.po.tmp crc64_fast.po.tmp common.po.tmp block_util.po.tmp easy_preset.po.tmp filter_common.po.tmp hardware_physmem.po.tmp hardware_cputhreads.po.tmp index.po.tmp stream_flags_common.po.tmp vli_size.po.tmp alone_encoder.po.tmp block_buffer_encoder.po.tmp block_encoder.po.tmp block_header_encoder.po.tmp easy_buffer_encoder.po.tmp easy_encoder.po.tmp easy_encoder_memusage.po.tmp filter_buffer_encoder.po.tmp filter_encoder.po.tmp filter_flags_encoder.po.tmp index_encoder.po.tmp stream_buffer_encoder.po.tmp stream_encoder.po.tmp stream_flags_encoder.po.tmp vli_encoder.po.tmp outqueue.po.tmp alone_decoder.po.tmp auto_decoder.po.tmp block_buffer_decoder.po.tmp block_decoder.po.tmp block_header_decoder.po.tmp easy_decoder_memusage.po.tmp filter_buffer_decoder.po.tmp filter_decoder.po.tmp filter_flags_decoder.po.tmp index_decoder.po.tmp index_hash.po.tmp stream_buffer_decoder.po.tmp stream_decoder.po.tmp stream_flags_decoder.po.tmp vli_decoder.po.tmp stream_encoder_mt.po.tmp delta_common.po.tmp delta_encoder.po.tmp delta_decoder.po.tmp lz_decoder.po.tmp lz_encoder.po.tmp lz_encoder_mf.po.tmp lzma_encoder.po.tmp lzma_encoder_presets.po.tmp lzma_encoder_optimum_fast.po.tmp lzma_encoder_optimum_normal.po.tmp lzma_decoder.po.tmp lzma2_encoder.po.tmp lzma2_decoder.po.tmp fastpos_table.po.tmp price_table.po.tmp simple_coder.po.tmp simple_encoder.po.tmp simple_decoder.po.tmp arm.po.tmp armthumb.po.tmp ia64.po.tmp powerpc.po.tmp sparc.po.tmp x86.po.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-token/../../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MAJOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-token/../../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-token/../../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MINOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-token/../../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f liblzma_g.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-token/../../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_PATCH/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-token/../../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f liblzma_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/bin/fido2-token && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fido2-token base64.o bio.o config.o credman.o fido2-token.o largeblob.o pin.o token.o util.o explicit_bzero.o freezero.o readpassphrase.o recallocarray.o base64.ln bio.ln config.ln credman.ln fido2-token.ln largeblob.ln pin.ln token.ln util.ln explicit_bzero.ln freezero.ln readpassphrase.ln recallocarray.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f liblzma_pic.a liblzma.so.* liblzma.so tuklib_physmem.pico tuklib_cpucores.pico check.pico crc32_table.pico crc64_table.pico crc32_fast.pico crc64_fast.pico common.pico block_util.pico easy_preset.pico filter_common.pico hardware_physmem.pico hardware_cputhreads.pico index.pico stream_flags_common.pico vli_size.pico alone_encoder.pico block_buffer_encoder.pico block_encoder.pico block_header_encoder.pico easy_buffer_encoder.pico easy_encoder.pico easy_encoder_memusage.pico filter_buffer_encoder.pico filter_encoder.pico filter_flags_encoder.pico index_encoder.pico stream_buffer_encoder.pico stream_encoder.pico stream_flags_encoder.pico vli_encoder.pico outqueue.pico alone_decoder.pico auto_decoder.pico block_buffer_decoder.pico block_decoder.pico block_header_decoder.pico easy_decoder_memusage.pico filter_buffer_decoder.pico filter_decoder.pico filter_flags_decoder.pico index_decoder.pico index_hash.pico stream_buffer_decoder.pico stream_decoder.pico stream_flags_decoder.pico vli_decoder.pico stream_encoder_mt.pico delta_common.pico delta_encoder.pico delta_decoder.pico lz_decoder.pico lz_encoder.pico lz_encoder_mf.pico lzma_encoder.pico lzma_encoder_presets.pico lzma_encoder_optimum_fast.pico lzma_encoder_optimum_normal.pico lzma_decoder.pico lzma2_encoder.pico lzma2_decoder.pico fastpos_table.pico price_table.pico simple_coder.pico simple_encoder.pico simple_decoder.pico arm.pico armthumb.pico ia64.pico powerpc.pico sparc.pico x86.pico tuklib_physmem.pico.tmp tuklib_cpucores.pico.tmp check.pico.tmp crc32_table.pico.tmp crc64_table.pico.tmp crc32_fast.pico.tmp crc64_fast.pico.tmp common.pico.tmp block_util.pico.tmp easy_preset.pico.tmp filter_common.pico.tmp hardware_physmem.pico.tmp hardware_cputhreads.pico.tmp index.pico.tmp stream_flags_common.pico.tmp vli_size.pico.tmp alone_encoder.pico.tmp block_buffer_encoder.pico.tmp block_encoder.pico.tmp block_header_encoder.pico.tmp easy_buffer_encoder.pico.tmp easy_encoder.pico.tmp easy_encoder_memusage.pico.tmp filter_buffer_encoder.pico.tmp filter_encoder.pico.tmp filter_flags_encoder.pico.tmp index_encoder.pico.tmp stream_buffer_encoder.pico.tmp stream_encoder.pico.tmp stream_flags_encoder.pico.tmp vli_encoder.pico.tmp outqueue.pico.tmp alone_decoder.pico.tmp auto_decoder.pico.tmp block_buffer_decoder.pico.tmp block_decoder.pico.tmp block_header_decoder.pico.tmp easy_decoder_memusage.pico.tmp filter_buffer_decoder.pico.tmp filter_decoder.pico.tmp filter_flags_decoder.pico.tmp index_decoder.pico.tmp index_hash.pico.tmp stream_buffer_decoder.pico.tmp stream_decoder.pico.tmp stream_flags_decoder.pico.tmp vli_decoder.pico.tmp stream_encoder_mt.pico.tmp delta_common.pico.tmp delta_encoder.pico.tmp delta_decoder.pico.tmp lz_decoder.pico.tmp lz_encoder.pico.tmp lz_encoder_mf.pico.tmp lzma_encoder.pico.tmp lzma_encoder_presets.pico.tmp lzma_encoder_optimum_fast.pico.tmp lzma_encoder_optimum_normal.pico.tmp lzma_decoder.pico.tmp lzma2_encoder.pico.tmp lzma2_decoder.pico.tmp fastpos_table.pico.tmp price_table.pico.tmp simple_coder.pico.tmp simple_encoder.pico.tmp simple_decoder.pico.tmp arm.pico.tmp armthumb.pico.tmp ia64.pico.tmp powerpc.pico.tmp sparc.pico.tmp x86.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-token && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fido2-token base64.o bio.o config.o credman.o fido2-token.o largeblob.o pin.o token.o util.o explicit_bzero.o freezero.o readpassphrase.o recallocarray.o base64.ln bio.ln config.ln credman.ln fido2-token.ln largeblob.ln pin.ln token.ln util.ln explicit_bzero.ln freezero.ln readpassphrase.ln recallocarray.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f liblzma_pic.a liblzma.so.* liblzma.so tuklib_physmem.pico tuklib_cpucores.pico check.pico crc32_table.pico crc64_table.pico crc32_fast.pico crc64_fast.pico common.pico block_util.pico easy_preset.pico filter_common.pico hardware_physmem.pico hardware_cputhreads.pico index.pico stream_flags_common.pico vli_size.pico alone_encoder.pico block_buffer_encoder.pico block_encoder.pico block_header_encoder.pico easy_buffer_encoder.pico easy_encoder.pico easy_encoder_memusage.pico filter_buffer_encoder.pico filter_encoder.pico filter_flags_encoder.pico index_encoder.pico stream_buffer_encoder.pico stream_encoder.pico stream_flags_encoder.pico vli_encoder.pico outqueue.pico alone_decoder.pico auto_decoder.pico block_buffer_decoder.pico block_decoder.pico block_header_decoder.pico easy_decoder_memusage.pico filter_buffer_decoder.pico filter_decoder.pico filter_flags_decoder.pico index_decoder.pico index_hash.pico stream_buffer_decoder.pico stream_decoder.pico stream_flags_decoder.pico vli_decoder.pico stream_encoder_mt.pico delta_common.pico delta_encoder.pico delta_decoder.pico lz_decoder.pico lz_encoder.pico lz_encoder_mf.pico lzma_encoder.pico lzma_encoder_presets.pico lzma_encoder_optimum_fast.pico lzma_encoder_optimum_normal.pico lzma_decoder.pico lzma2_encoder.pico lzma2_decoder.pico fastpos_table.pico price_table.pico simple_coder.pico simple_encoder.pico simple_decoder.pico arm.pico armthumb.pico ia64.pico powerpc.pico sparc.pico x86.pico tuklib_physmem.pico.tmp tuklib_cpucores.pico.tmp check.pico.tmp crc32_table.pico.tmp crc64_table.pico.tmp crc32_fast.pico.tmp crc64_fast.pico.tmp common.pico.tmp block_util.pico.tmp easy_preset.pico.tmp filter_common.pico.tmp hardware_physmem.pico.tmp hardware_cputhreads.pico.tmp index.pico.tmp stream_flags_common.pico.tmp vli_size.pico.tmp alone_encoder.pico.tmp block_buffer_encoder.pico.tmp block_encoder.pico.tmp block_header_encoder.pico.tmp easy_buffer_encoder.pico.tmp easy_encoder.pico.tmp easy_encoder_memusage.pico.tmp filter_buffer_encoder.pico.tmp filter_encoder.pico.tmp filter_flags_encoder.pico.tmp index_encoder.pico.tmp stream_buffer_encoder.pico.tmp stream_encoder.pico.tmp stream_flags_encoder.pico.tmp vli_encoder.pico.tmp outqueue.pico.tmp alone_decoder.pico.tmp auto_decoder.pico.tmp block_buffer_decoder.pico.tmp block_decoder.pico.tmp block_header_decoder.pico.tmp easy_decoder_memusage.pico.tmp filter_buffer_decoder.pico.tmp filter_decoder.pico.tmp filter_flags_decoder.pico.tmp index_decoder.pico.tmp index_hash.pico.tmp stream_buffer_decoder.pico.tmp stream_decoder.pico.tmp stream_flags_decoder.pico.tmp vli_decoder.pico.tmp stream_encoder_mt.pico.tmp delta_common.pico.tmp delta_encoder.pico.tmp delta_decoder.pico.tmp lz_decoder.pico.tmp lz_encoder.pico.tmp lz_encoder_mf.pico.tmp lzma_encoder.pico.tmp lzma_encoder_presets.pico.tmp lzma_encoder_optimum_fast.pico.tmp lzma_encoder_optimum_normal.pico.tmp lzma_decoder.pico.tmp lzma2_encoder.pico.tmp lzma2_decoder.pico.tmp fastpos_table.pico.tmp price_table.pico.tmp simple_coder.pico.tmp simple_encoder.pico.tmp simple_decoder.pico.tmp arm.pico.tmp armthumb.pico.tmp ia64.pico.tmp powerpc.pico.tmp sparc.pico.tmp x86.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/bin/fido2-token && rm -f fido2-token.html1 .depend base64.d bio.d config.d credman.d explicit_bzero.d fido2-token.d freezero.d largeblob.d pin.d readpassphrase.d recallocarray.d token.d util.d base64.d.tmp bio.d.tmp config.d.tmp credman.d.tmp explicit_bzero.d.tmp fido2-token.d.tmp freezero.d.tmp largeblob.d.tmp pin.d.tmp readpassphrase.d.tmp recallocarray.d.tmp token.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/bin/fido2-token && rm -f fido2-token.html1 .depend base64.d bio.d config.d credman.d explicit_bzero.d fido2-token.d freezero.d largeblob.d pin.d readpassphrase.d recallocarray.d token.d util.d base64.d.tmp bio.d.tmp config.d.tmp credman.d.tmp explicit_bzero.d.tmp fido2-token.d.tmp freezero.d.tmp largeblob.d.tmp pin.d.tmp readpassphrase.d.tmp recallocarray.d.tmp token.d.tmp util.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f llib-llzma.ln tuklib_physmem.ln tuklib_cpucores.ln check.ln crc32_table.ln crc64_table.ln crc32_fast.ln crc64_fast.ln common.ln block_util.ln easy_preset.ln filter_common.ln hardware_physmem.ln hardware_cputhreads.ln index.ln stream_flags_common.ln vli_size.ln alone_encoder.ln block_buffer_encoder.ln block_encoder.ln block_header_encoder.ln easy_buffer_encoder.ln easy_encoder.ln easy_encoder_memusage.ln filter_buffer_encoder.ln filter_encoder.ln filter_flags_encoder.ln index_encoder.ln stream_buffer_encoder.ln stream_encoder.ln stream_flags_encoder.ln vli_encoder.ln outqueue.ln alone_decoder.ln auto_decoder.ln block_buffer_decoder.ln block_decoder.ln block_header_decoder.ln easy_decoder_memusage.ln filter_buffer_decoder.ln filter_decoder.ln filter_flags_decoder.ln index_decoder.ln index_hash.ln stream_buffer_decoder.ln stream_decoder.ln stream_flags_decoder.ln vli_decoder.ln stream_encoder_mt.ln delta_common.ln delta_encoder.ln delta_decoder.ln lz_decoder.ln lz_encoder.ln lz_encoder_mf.ln lzma_encoder.ln lzma_encoder_presets.ln lzma_encoder_optimum_fast.ln lzma_encoder_optimum_normal.ln lzma_decoder.ln lzma2_encoder.ln lzma2_decoder.ln fastpos_table.ln price_table.ln simple_coder.ln simple_encoder.ln simple_decoder.ln arm.ln armthumb.ln ia64.ln powerpc.ln sparc.ln x86.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f llib-llzma.ln tuklib_physmem.ln tuklib_cpucores.ln check.ln crc32_table.ln crc64_table.ln crc32_fast.ln crc64_fast.ln common.ln block_util.ln easy_preset.ln filter_common.ln hardware_physmem.ln hardware_cputhreads.ln index.ln stream_flags_common.ln vli_size.ln alone_encoder.ln block_buffer_encoder.ln block_encoder.ln block_header_encoder.ln easy_buffer_encoder.ln easy_encoder.ln easy_encoder_memusage.ln filter_buffer_encoder.ln filter_encoder.ln filter_flags_encoder.ln index_encoder.ln stream_buffer_encoder.ln stream_encoder.ln stream_flags_encoder.ln vli_encoder.ln outqueue.ln alone_decoder.ln auto_decoder.ln block_buffer_decoder.ln block_decoder.ln block_header_decoder.ln easy_decoder_memusage.ln filter_buffer_decoder.ln filter_decoder.ln filter_flags_decoder.ln index_decoder.ln index_hash.ln stream_buffer_decoder.ln stream_decoder.ln stream_flags_decoder.ln vli_decoder.ln stream_encoder_mt.ln delta_common.ln delta_encoder.ln delta_decoder.ln lz_decoder.ln lz_encoder.ln lz_encoder_mf.ln lzma_encoder.ln lzma_encoder_presets.ln lzma_encoder_optimum_fast.ln lzma_encoder_optimum_normal.ln lzma_decoder.ln lzma2_encoder.ln lzma2_decoder.ln fastpos_table.ln price_table.ln simple_coder.ln simple_encoder.ln simple_decoder.ln arm.ln armthumb.ln ia64.ln powerpc.ln sparc.ln x86.ln || true) --- cleandir-external --- --- cleandir-liblzf --- cleandir ===> external/bsd/liblzf --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f liblzma.pc liblzma.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/liblzf/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f liblzma.pc liblzma.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f liblzf.a lzf_c.o lzf_d.o lzf_c.o.tmp lzf_d.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f .depend alone_decoder.d alone_encoder.d arm.d armthumb.d auto_decoder.d block_buffer_decoder.d block_buffer_encoder.d block_decoder.d block_encoder.d block_header_decoder.d block_header_encoder.d block_util.d check.d common.d crc32_fast.d crc32_table.d crc64_fast.d crc64_table.d delta_common.d delta_decoder.d delta_encoder.d easy_buffer_encoder.d easy_decoder_memusage.d easy_encoder.d easy_encoder_memusage.d easy_preset.d fastpos_table.d filter_buffer_decoder.d filter_buffer_encoder.d filter_common.d filter_decoder.d filter_encoder.d filter_flags_decoder.d filter_flags_encoder.d hardware_cputhreads.d hardware_physmem.d ia64.d index.d index_decoder.d index_encoder.d index_hash.d lz_decoder.d lz_encoder.d lz_encoder_mf.d lzma2_decoder.d lzma2_encoder.d lzma_decoder.d lzma_encoder.d lzma_encoder_optimum_fast.d lzma_encoder_optimum_normal.d lzma_encoder_presets.d outqueue.d powerpc.d price_table.d simple_coder.d simple_decoder.d simple_encoder.d sparc.d stream_buffer_decoder.d stream_buffer_encoder.d stream_decoder.d stream_encoder.d stream_encoder_mt.d stream_flags_common.d stream_flags_decoder.d stream_flags_encoder.d tuklib_cpucores.d tuklib_physmem.d vli_decoder.d vli_encoder.d vli_size.d x86.d alone_decoder.d.tmp alone_encoder.d.tmp arm.d.tmp armthumb.d.tmp auto_decoder.d.tmp block_buffer_decoder.d.tmp block_buffer_encoder.d.tmp block_decoder.d.tmp block_encoder.d.tmp block_header_decoder.d.tmp block_header_encoder.d.tmp block_util.d.tmp check.d.tmp common.d.tmp crc32_fast.d.tmp crc32_table.d.tmp crc64_fast.d.tmp crc64_table.d.tmp delta_common.d.tmp delta_decoder.d.tmp delta_encoder.d.tmp easy_buffer_encoder.d.tmp easy_decoder_memusage.d.tmp easy_encoder.d.tmp easy_encoder_memusage.d.tmp easy_preset.d.tmp fastpos_table.d.tmp filter_buffer_decoder.d.tmp filter_buffer_encoder.d.tmp filter_common.d.tmp filter_decoder.d.tmp filter_encoder.d.tmp filter_flags_decoder.d.tmp filter_flags_encoder.d.tmp hardware_cputhreads.d.tmp hardware_physmem.d.tmp ia64.d.tmp index.d.tmp index_decoder.d.tmp index_encoder.d.tmp index_hash.d.tmp lz_decoder.d.tmp lz_encoder.d.tmp lz_encoder_mf.d.tmp lzma2_decoder.d.tmp lzma2_encoder.d.tmp lzma_decoder.d.tmp lzma_encoder.d.tmp lzma_encoder_optimum_fast.d.tmp lzma_encoder_optimum_normal.d.tmp lzma_encoder_presets.d.tmp outqueue.d.tmp powerpc.d.tmp price_table.d.tmp simple_coder.d.tmp simple_decoder.d.tmp simple_encoder.d.tmp sparc.d.tmp stream_buffer_decoder.d.tmp stream_buffer_encoder.d.tmp stream_decoder.d.tmp stream_encoder.d.tmp stream_encoder_mt.d.tmp stream_flags_common.d.tmp stream_flags_decoder.d.tmp stream_flags_encoder.d.tmp tuklib_cpucores.d.tmp tuklib_physmem.d.tmp vli_decoder.d.tmp vli_encoder.d.tmp vli_size.d.tmp x86.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f liblzf.a lzf_c.o lzf_d.o lzf_c.o.tmp lzf_d.o.tmp || true) --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f .depend alone_decoder.d alone_encoder.d arm.d armthumb.d auto_decoder.d block_buffer_decoder.d block_buffer_encoder.d block_decoder.d block_encoder.d block_header_decoder.d block_header_encoder.d block_util.d check.d common.d crc32_fast.d crc32_table.d crc64_fast.d crc64_table.d delta_common.d delta_decoder.d delta_encoder.d easy_buffer_encoder.d easy_decoder_memusage.d easy_encoder.d easy_encoder_memusage.d easy_preset.d fastpos_table.d filter_buffer_decoder.d filter_buffer_encoder.d filter_common.d filter_decoder.d filter_encoder.d filter_flags_decoder.d filter_flags_encoder.d hardware_cputhreads.d hardware_physmem.d ia64.d index.d index_decoder.d index_encoder.d index_hash.d lz_decoder.d lz_encoder.d lz_encoder_mf.d lzma2_decoder.d lzma2_encoder.d lzma_decoder.d lzma_encoder.d lzma_encoder_optimum_fast.d lzma_encoder_optimum_normal.d lzma_encoder_presets.d outqueue.d powerpc.d price_table.d simple_coder.d simple_decoder.d simple_encoder.d sparc.d stream_buffer_decoder.d stream_buffer_encoder.d stream_decoder.d stream_encoder.d stream_encoder_mt.d stream_flags_common.d stream_flags_decoder.d stream_flags_encoder.d tuklib_cpucores.d tuklib_physmem.d vli_decoder.d vli_encoder.d vli_size.d x86.d alone_decoder.d.tmp alone_encoder.d.tmp arm.d.tmp armthumb.d.tmp auto_decoder.d.tmp block_buffer_decoder.d.tmp block_buffer_encoder.d.tmp block_decoder.d.tmp block_encoder.d.tmp block_header_decoder.d.tmp block_header_encoder.d.tmp block_util.d.tmp check.d.tmp common.d.tmp crc32_fast.d.tmp crc32_table.d.tmp crc64_fast.d.tmp crc64_table.d.tmp delta_common.d.tmp delta_decoder.d.tmp delta_encoder.d.tmp easy_buffer_encoder.d.tmp easy_decoder_memusage.d.tmp easy_encoder.d.tmp easy_encoder_memusage.d.tmp easy_preset.d.tmp fastpos_table.d.tmp filter_buffer_decoder.d.tmp filter_buffer_encoder.d.tmp filter_common.d.tmp filter_decoder.d.tmp filter_encoder.d.tmp filter_flags_decoder.d.tmp filter_flags_encoder.d.tmp hardware_cputhreads.d.tmp hardware_physmem.d.tmp ia64.d.tmp index.d.tmp index_decoder.d.tmp index_encoder.d.tmp index_hash.d.tmp lz_decoder.d.tmp lz_encoder.d.tmp lz_encoder_mf.d.tmp lzma2_decoder.d.tmp lzma2_encoder.d.tmp lzma_decoder.d.tmp lzma_encoder.d.tmp lzma_encoder_optimum_fast.d.tmp lzma_encoder_optimum_normal.d.tmp lzma_encoder_presets.d.tmp outqueue.d.tmp powerpc.d.tmp price_table.d.tmp simple_coder.d.tmp simple_decoder.d.tmp simple_encoder.d.tmp sparc.d.tmp stream_buffer_decoder.d.tmp stream_buffer_encoder.d.tmp stream_decoder.d.tmp stream_encoder.d.tmp stream_encoder_mt.d.tmp stream_flags_common.d.tmp stream_flags_decoder.d.tmp stream_flags_encoder.d.tmp tuklib_cpucores.d.tmp tuklib_physmem.d.tmp vli_decoder.d.tmp vli_encoder.d.tmp vli_size.d.tmp x86.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f liblzf_p.a lzf_c.po lzf_d.po lzf_c.po.tmp lzf_d.po.tmp || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/netpgp/libmj --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f liblzf_p.a lzf_c.po lzf_d.po lzf_c.po.tmp lzf_d.po.tmp || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/netpgp/libmj --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f liblzf_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f liblzf_g.a || true) --- libclean4 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f liblzf_pic.a liblzf.so.* liblzf.so lzf_c.pico lzf_d.pico lzf_c.pico.tmp lzf_d.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj.a mj.o mj.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f liblzf_pic.a liblzf.so.* liblzf.so lzf_c.pico lzf_d.pico lzf_c.pico.tmp lzf_d.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj.a mj.o mj.o.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f llib-llzf.ln lzf_c.ln lzf_d.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj_p.a mj.po mj.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f llib-llzf.ln lzf_c.ln lzf_d.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj_p.a mj.po mj.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f liblzf.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f liblzf.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj_pic.a libmj.so.* libmj.so mj.pico mj.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/lib && rm -f .depend lzf_c.d lzf_d.d lzf_c.d.tmp lzf_d.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj_pic.a libmj.so.* libmj.so mj.pico mj.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/lib && rm -f .depend lzf_c.d lzf_d.d lzf_c.d.tmp lzf_d.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-usr.bin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f llib-lmj.ln mj.ln || true) --- cleandir-external --- cleandir ===> external/bsd/liblzf/usr.bin --- cleandir-lzf --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f llib-lmj.ln mj.ln || true) --- cleandir-external --- cleandir ===> external/bsd/liblzf/usr.bin/lzf --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/usr.bin/lzf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lzf lzf.o lzf.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/usr.bin/lzf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lzf lzf.o lzf.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj.html3 .depend mj.d mj.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj.html3 .depend mj.d mj.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/liblzf/usr.bin/lzf && rm -f lzf.html1 .depend lzf.d lzf.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/netpgp/lib/verify --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/liblzf/usr.bin/lzf && rm -f lzf.html1 .depend lzf.d lzf.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/netpgp/lib/verify --- cleandir-external --- --- cleandir-libpcap --- cleandir ===> external/bsd/libpcap --- cleandir-bin --- cleandir ===> external/bsd/libpcap/bin --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.a b64.o bignum.o bufgap.o digest.o libverify.o misc.o pgpsum.o rsa.o bzlib.o zlib.o sha1.o sha2.o md5c.o rmd160.o b64.o.tmp bignum.o.tmp bufgap.o.tmp digest.o.tmp libverify.o.tmp misc.o.tmp pgpsum.o.tmp rsa.o.tmp bzlib.o.tmp zlib.o.tmp sha1.o.tmp sha2.o.tmp md5c.o.tmp rmd160.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/bin && rm -f pcap-config a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.a b64.o bignum.o bufgap.o digest.o libverify.o misc.o pgpsum.o rsa.o bzlib.o zlib.o sha1.o sha2.o md5c.o rmd160.o b64.o.tmp bignum.o.tmp bufgap.o.tmp digest.o.tmp libverify.o.tmp misc.o.tmp pgpsum.o.tmp rsa.o.tmp bzlib.o.tmp zlib.o.tmp sha1.o.tmp sha2.o.tmp md5c.o.tmp rmd160.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/bin && rm -f pcap-config a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_p.a b64.po bignum.po bufgap.po digest.po libverify.po misc.po pgpsum.po rsa.po bzlib.po zlib.po sha1.po sha2.po md5c.po rmd160.po b64.po.tmp bignum.po.tmp bufgap.po.tmp digest.po.tmp libverify.po.tmp misc.po.tmp pgpsum.po.tmp rsa.po.tmp bzlib.po.tmp zlib.po.tmp sha1.po.tmp sha2.po.tmp md5c.po.tmp rmd160.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_p.a b64.po bignum.po bufgap.po digest.po libverify.po misc.po pgpsum.po rsa.po bzlib.po zlib.po sha1.po sha2.po md5c.po rmd160.po b64.po.tmp bignum.po.tmp bufgap.po.tmp digest.po.tmp libverify.po.tmp misc.po.tmp pgpsum.po.tmp rsa.po.tmp bzlib.po.tmp zlib.po.tmp sha1.po.tmp sha2.po.tmp md5c.po.tmp rmd160.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/bin && rm -f pcap-config.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/bin && rm -f pcap-config.html1 || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_g.a || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/libpcap/lib --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_pic.a libnetpgpverify.so.* libnetpgpverify.so b64.pico bignum.pico bufgap.pico digest.pico libverify.pico misc.pico pgpsum.pico rsa.pico bzlib.pico zlib.pico sha1.pico sha2.pico md5c.pico rmd160.pico b64.pico.tmp bignum.pico.tmp bufgap.pico.tmp digest.pico.tmp libverify.pico.tmp misc.pico.tmp pgpsum.pico.tmp rsa.pico.tmp bzlib.pico.tmp zlib.pico.tmp sha1.pico.tmp sha2.pico.tmp md5c.pico.tmp rmd160.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_pic.a libnetpgpverify.so.* libnetpgpverify.so b64.pico bignum.pico bufgap.pico digest.pico libverify.pico misc.pico pgpsum.pico rsa.pico bzlib.pico zlib.pico sha1.pico sha2.pico md5c.pico rmd160.pico b64.pico.tmp bignum.pico.tmp bufgap.pico.tmp digest.pico.tmp libverify.pico.tmp misc.pico.tmp pgpsum.pico.tmp rsa.pico.tmp bzlib.pico.tmp zlib.pico.tmp sha1.pico.tmp sha2.pico.tmp md5c.pico.tmp rmd160.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f llib-lnetpgpverify.ln b64.ln bignum.ln bufgap.ln digest.ln libverify.ln misc.ln pgpsum.ln rsa.ln bzlib.ln zlib.ln sha1.ln sha2.ln md5c.ln rmd160.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f libpcap.a bpf_dump.o bpf_filter.o bpf_image.o etherent.o fad-getad.o fmtutils.o gencode.o grammar.o nametoaddr.o optimize.o pcap-bpf.o pcap-common.o pcap-new.o pcap-rpcap.o pcap-rpcap-unix.o pcap.o rpcap-protocol.o savefile.o scanner.o sf-pcap.o sf-pcapng.o sockutils.o bpf_dump.o.tmp bpf_filter.o.tmp bpf_image.o.tmp etherent.o.tmp fad-getad.o.tmp fmtutils.o.tmp gencode.o.tmp grammar.o.tmp nametoaddr.o.tmp optimize.o.tmp pcap-bpf.o.tmp pcap-common.o.tmp pcap-new.o.tmp pcap-rpcap.o.tmp pcap-rpcap-unix.o.tmp pcap.o.tmp rpcap-protocol.o.tmp savefile.o.tmp scanner.o.tmp sf-pcap.o.tmp sf-pcapng.o.tmp sockutils.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f llib-lnetpgpverify.ln b64.ln bignum.ln bufgap.ln digest.ln libverify.ln misc.ln pgpsum.ln rsa.ln bzlib.ln zlib.ln sha1.ln sha2.ln md5c.ln rmd160.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f libpcap.a bpf_dump.o bpf_filter.o bpf_image.o etherent.o fad-getad.o fmtutils.o gencode.o grammar.o nametoaddr.o optimize.o pcap-bpf.o pcap-common.o pcap-new.o pcap-rpcap.o pcap-rpcap-unix.o pcap.o rpcap-protocol.o savefile.o scanner.o sf-pcap.o sf-pcapng.o sockutils.o bpf_dump.o.tmp bpf_filter.o.tmp bpf_image.o.tmp etherent.o.tmp fad-getad.o.tmp fmtutils.o.tmp gencode.o.tmp grammar.o.tmp nametoaddr.o.tmp optimize.o.tmp pcap-bpf.o.tmp pcap-common.o.tmp pcap-new.o.tmp pcap-rpcap.o.tmp pcap-rpcap-unix.o.tmp pcap.o.tmp rpcap-protocol.o.tmp savefile.o.tmp scanner.o.tmp sf-pcap.o.tmp sf-pcapng.o.tmp sockutils.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f libpcap_p.a bpf_dump.po bpf_filter.po bpf_image.po etherent.po fad-getad.po fmtutils.po gencode.po grammar.po nametoaddr.po optimize.po pcap-bpf.po pcap-common.po pcap-new.po pcap-rpcap.po pcap-rpcap-unix.po pcap.po rpcap-protocol.po savefile.po scanner.po sf-pcap.po sf-pcapng.po sockutils.po bpf_dump.po.tmp bpf_filter.po.tmp bpf_image.po.tmp etherent.po.tmp fad-getad.po.tmp fmtutils.po.tmp gencode.po.tmp grammar.po.tmp nametoaddr.po.tmp optimize.po.tmp pcap-bpf.po.tmp pcap-common.po.tmp pcap-new.po.tmp pcap-rpcap.po.tmp pcap-rpcap-unix.po.tmp pcap.po.tmp rpcap-protocol.po.tmp savefile.po.tmp scanner.po.tmp sf-pcap.po.tmp sf-pcapng.po.tmp sockutils.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f libpcap_p.a bpf_dump.po bpf_filter.po bpf_image.po etherent.po fad-getad.po fmtutils.po gencode.po grammar.po nametoaddr.po optimize.po pcap-bpf.po pcap-common.po pcap-new.po pcap-rpcap.po pcap-rpcap-unix.po pcap.po rpcap-protocol.po savefile.po scanner.po sf-pcap.po sf-pcapng.po sockutils.po bpf_dump.po.tmp bpf_filter.po.tmp bpf_image.po.tmp etherent.po.tmp fad-getad.po.tmp fmtutils.po.tmp gencode.po.tmp grammar.po.tmp nametoaddr.po.tmp optimize.po.tmp pcap-bpf.po.tmp pcap-common.po.tmp pcap-new.po.tmp pcap-rpcap.po.tmp pcap-rpcap-unix.po.tmp pcap.po.tmp rpcap-protocol.po.tmp savefile.po.tmp scanner.po.tmp sf-pcap.po.tmp sf-pcapng.po.tmp sockutils.po.tmp || true) --- libclean3 --- --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.html3 .depend b64.d bignum.d bufgap.d bzlib.d digest.d libverify.d md5c.d misc.d pgpsum.d rmd160.d rsa.d sha1.d sha2.d zlib.d b64.d.tmp bignum.d.tmp bufgap.d.tmp bzlib.d.tmp digest.d.tmp libverify.d.tmp md5c.d.tmp misc.d.tmp pgpsum.d.tmp rmd160.d.tmp rsa.d.tmp sha1.d.tmp sha2.d.tmp zlib.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f libpcap_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f libpcap_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.html3 .depend b64.d bignum.d bufgap.d bzlib.d digest.d libverify.d md5c.d misc.d pgpsum.d rmd160.d rsa.d sha1.d sha2.d zlib.d b64.d.tmp bignum.d.tmp bufgap.d.tmp bzlib.d.tmp digest.d.tmp libverify.d.tmp md5c.d.tmp misc.d.tmp pgpsum.d.tmp rmd160.d.tmp rsa.d.tmp sha1.d.tmp sha2.d.tmp zlib.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- cleandir-../external/bsd/blocklist/lib --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f libpcap_pic.a libpcap.so.* libpcap.so bpf_dump.pico bpf_filter.pico bpf_image.pico etherent.pico fad-getad.pico fmtutils.pico gencode.pico grammar.pico nametoaddr.pico optimize.pico pcap-bpf.pico pcap-common.pico pcap-new.pico pcap-rpcap.pico pcap-rpcap-unix.pico pcap.pico rpcap-protocol.pico savefile.pico scanner.pico sf-pcap.pico sf-pcapng.pico sockutils.pico bpf_dump.pico.tmp bpf_filter.pico.tmp bpf_image.pico.tmp etherent.pico.tmp fad-getad.pico.tmp fmtutils.pico.tmp gencode.pico.tmp grammar.pico.tmp nametoaddr.pico.tmp optimize.pico.tmp pcap-bpf.pico.tmp pcap-common.pico.tmp pcap-new.pico.tmp pcap-rpcap.pico.tmp pcap-rpcap-unix.pico.tmp pcap.pico.tmp rpcap-protocol.pico.tmp savefile.pico.tmp scanner.pico.tmp sf-pcap.pico.tmp sf-pcapng.pico.tmp sockutils.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/bsd/blocklist/lib --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f libpcap_pic.a libpcap.so.* libpcap.so bpf_dump.pico bpf_filter.pico bpf_image.pico etherent.pico fad-getad.pico fmtutils.pico gencode.pico grammar.pico nametoaddr.pico optimize.pico pcap-bpf.pico pcap-common.pico pcap-new.pico pcap-rpcap.pico pcap-rpcap-unix.pico pcap.pico rpcap-protocol.pico savefile.pico scanner.pico sf-pcap.pico sf-pcapng.pico sockutils.pico bpf_dump.pico.tmp bpf_filter.pico.tmp bpf_image.pico.tmp etherent.pico.tmp fad-getad.pico.tmp fmtutils.pico.tmp gencode.pico.tmp grammar.pico.tmp nametoaddr.pico.tmp optimize.pico.tmp pcap-bpf.pico.tmp pcap-common.pico.tmp pcap-new.pico.tmp pcap-rpcap.pico.tmp pcap-rpcap-unix.pico.tmp pcap.pico.tmp rpcap-protocol.pico.tmp savefile.pico.tmp scanner.pico.tmp sf-pcap.pico.tmp sf-pcapng.pico.tmp sockutils.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f llib-lpcap.ln bpf_dump.ln bpf_filter.ln bpf_image.ln etherent.ln fad-getad.ln fmtutils.ln gencode.ln nametoaddr.ln optimize.ln pcap-bpf.ln pcap-common.ln pcap-new.ln pcap-rpcap.ln pcap-rpcap-unix.ln pcap.ln rpcap-protocol.ln savefile.ln sf-pcap.ln sf-pcapng.ln sockutils.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f llib-lpcap.ln bpf_dump.ln bpf_filter.ln bpf_image.ln etherent.ln fad-getad.ln fmtutils.ln gencode.ln nametoaddr.ln optimize.ln pcap-bpf.ln pcap-common.ln pcap-new.ln pcap-rpcap.ln pcap-rpcap-unix.ln pcap.ln rpcap-protocol.ln savefile.ln sf-pcap.ln sf-pcapng.ln sockutils.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist.a bl.o blocklist.o bl.o.tmp blocklist.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist.a bl.o blocklist.o bl.o.tmp blocklist.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f pcap_activate.3 pcap_breakloop.3 pcap_can_set_rfmon.3 pcap_close.3 pcap_create.3 pcap_datalink_name_to_val.3 pcap_datalink_val_to_name.3 pcap_dump.3 pcap_dump_close.3 pcap_dump_file.3 pcap_dump_flush.3 pcap_dump_ftell.3 pcap_file.3 pcap_fileno.3 pcap_findalldevs.3 pcap_freecode.3 pcap_get_required_select_timeout.3 pcap_get_selectable_fd.3 pcap_geterr.3 pcap_inject.3 pcap_is_swapped.3 pcap_lib_version.3 pcap_lookupdev.3 pcap_lookupnet.3 pcap_loop.3 pcap_major_version.3 pcap_next_ex.3 pcap_offline_filter.3 pcap_open_live.3 pcap_set_buffer_size.3 pcap_set_datalink.3 pcap_set_promisc.3 pcap_set_rfmon.3 pcap_set_snaplen.3 pcap_set_timeout.3 pcap_setdirection.3 pcap_setfilter.3 pcap_setnonblock.3 pcap_snapshot.3 pcap_stats.3 pcap_statustostr.3 pcap_strerror.3 pcap_tstamp_type_name_to_val.3 pcap_tstamp_type_val_to_name.3 pcap.3 pcap_compile.3 pcap_datalink.3 pcap_dump_open.3 pcap_get_tstamp_precision.3 pcap_list_datalinks.3 pcap_list_tstamp_types.3 pcap_open_dead.3 pcap_open_offline.3 pcap_set_immediate_mode.3 pcap_set_tstamp_precision.3 pcap_set_tstamp_type.3 pcap.3 pcap_compile.3 pcap_datalink.3 pcap_dump_open.3 pcap_get_tstamp_precision.3 pcap_list_datalinks.3 pcap_list_tstamp_types.3 pcap_open_dead.3 pcap_open_offline.3 pcap_set_immediate_mode.3 pcap_set_tstamp_precision.3 pcap_set_tstamp_type.3 pcap-filter.7 pcap-linktype.7 pcap-tstamp.7 pcap-savefile.5 tokdefs.h scanner.h libpcap.so.8.map grammar.c scanner.c grammar.h a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist_p.a bl.po blocklist.po bl.po.tmp blocklist.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f pcap_activate.3 pcap_breakloop.3 pcap_can_set_rfmon.3 pcap_close.3 pcap_create.3 pcap_datalink_name_to_val.3 pcap_datalink_val_to_name.3 pcap_dump.3 pcap_dump_close.3 pcap_dump_file.3 pcap_dump_flush.3 pcap_dump_ftell.3 pcap_file.3 pcap_fileno.3 pcap_findalldevs.3 pcap_freecode.3 pcap_get_required_select_timeout.3 pcap_get_selectable_fd.3 pcap_geterr.3 pcap_inject.3 pcap_is_swapped.3 pcap_lib_version.3 pcap_lookupdev.3 pcap_lookupnet.3 pcap_loop.3 pcap_major_version.3 pcap_next_ex.3 pcap_offline_filter.3 pcap_open_live.3 pcap_set_buffer_size.3 pcap_set_datalink.3 pcap_set_promisc.3 pcap_set_rfmon.3 pcap_set_snaplen.3 pcap_set_timeout.3 pcap_setdirection.3 pcap_setfilter.3 pcap_setnonblock.3 pcap_snapshot.3 pcap_stats.3 pcap_statustostr.3 pcap_strerror.3 pcap_tstamp_type_name_to_val.3 pcap_tstamp_type_val_to_name.3 pcap.3 pcap_compile.3 pcap_datalink.3 pcap_dump_open.3 pcap_get_tstamp_precision.3 pcap_list_datalinks.3 pcap_list_tstamp_types.3 pcap_open_dead.3 pcap_open_offline.3 pcap_set_immediate_mode.3 pcap_set_tstamp_precision.3 pcap_set_tstamp_type.3 pcap.3 pcap_compile.3 pcap_datalink.3 pcap_dump_open.3 pcap_get_tstamp_precision.3 pcap_list_datalinks.3 pcap_list_tstamp_types.3 pcap_open_dead.3 pcap_open_offline.3 pcap_set_immediate_mode.3 pcap_set_tstamp_precision.3 pcap_set_tstamp_type.3 pcap-filter.7 pcap-linktype.7 pcap-tstamp.7 pcap-savefile.5 tokdefs.h scanner.h libpcap.so.8.map grammar.c scanner.c grammar.h a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist_p.a bl.po blocklist.po bl.po.tmp blocklist.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/lib && rm -f pcap_activate.html3 pcap_breakloop.html3 pcap_can_set_rfmon.html3 pcap_close.html3 pcap_create.html3 pcap_datalink_name_to_val.html3 pcap_datalink_val_to_name.html3 pcap_dump.html3 pcap_dump_close.html3 pcap_dump_file.html3 pcap_dump_flush.html3 pcap_dump_ftell.html3 pcap_file.html3 pcap_fileno.html3 pcap_findalldevs.html3 pcap_freecode.html3 pcap_get_required_select_timeout.html3 pcap_get_selectable_fd.html3 pcap_geterr.html3 pcap_inject.html3 pcap_is_swapped.html3 pcap_lib_version.html3 pcap_lookupdev.html3 pcap_lookupnet.html3 pcap_loop.html3 pcap_major_version.html3 pcap_next_ex.html3 pcap_offline_filter.html3 pcap_open_live.html3 pcap_set_buffer_size.html3 pcap_set_datalink.html3 pcap_set_promisc.html3 pcap_set_rfmon.html3 pcap_set_snaplen.html3 pcap_set_timeout.html3 pcap_setdirection.html3 pcap_setfilter.html3 pcap_setnonblock.html3 pcap_snapshot.html3 pcap_stats.html3 pcap_statustostr.html3 pcap_strerror.html3 pcap_tstamp_type_name_to_val.html3 pcap_tstamp_type_val_to_name.html3 pcap.html3 pcap_compile.html3 pcap_datalink.html3 pcap_dump_open.html3 pcap_get_tstamp_precision.html3 pcap_list_datalinks.html3 pcap_list_tstamp_types.html3 pcap_open_dead.html3 pcap_open_offline.html3 pcap_set_immediate_mode.html3 pcap_set_tstamp_precision.html3 pcap_set_tstamp_type.html3 pcap.html3 pcap_compile.html3 pcap_datalink.html3 pcap_dump_open.html3 pcap_get_tstamp_precision.html3 pcap_list_datalinks.html3 pcap_list_tstamp_types.html3 pcap_open_dead.html3 pcap_open_offline.html3 pcap_set_immediate_mode.html3 pcap_set_tstamp_precision.html3 pcap_set_tstamp_type.html3 pcap-filter.html7 pcap-linktype.html7 pcap-tstamp.html7 pcap-savefile.html5 .depend bpf_dump.d bpf_filter.d bpf_image.d etherent.d fad-getad.d fmtutils.d gencode.d grammar.d nametoaddr.d optimize.d pcap-bpf.d pcap-common.d pcap-new.d pcap-rpcap-unix.d pcap-rpcap.d pcap.d rpcap-protocol.d savefile.d scanner.d sf-pcap.d sf-pcapng.d sockutils.d bpf_dump.d.tmp bpf_filter.d.tmp bpf_image.d.tmp etherent.d.tmp fad-getad.d.tmp fmtutils.d.tmp gencode.d.tmp grammar.d.tmp nametoaddr.d.tmp optimize.d.tmp pcap-bpf.d.tmp pcap-common.d.tmp pcap-new.d.tmp pcap-rpcap-unix.d.tmp pcap-rpcap.d.tmp pcap.d.tmp rpcap-protocol.d.tmp savefile.d.tmp scanner.d.tmp sf-pcap.d.tmp sf-pcapng.d.tmp sockutils.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/lib && rm -f pcap_activate.html3 pcap_breakloop.html3 pcap_can_set_rfmon.html3 pcap_close.html3 pcap_create.html3 pcap_datalink_name_to_val.html3 pcap_datalink_val_to_name.html3 pcap_dump.html3 pcap_dump_close.html3 pcap_dump_file.html3 pcap_dump_flush.html3 pcap_dump_ftell.html3 pcap_file.html3 pcap_fileno.html3 pcap_findalldevs.html3 pcap_freecode.html3 pcap_get_required_select_timeout.html3 pcap_get_selectable_fd.html3 pcap_geterr.html3 pcap_inject.html3 pcap_is_swapped.html3 pcap_lib_version.html3 pcap_lookupdev.html3 pcap_lookupnet.html3 pcap_loop.html3 pcap_major_version.html3 pcap_next_ex.html3 pcap_offline_filter.html3 pcap_open_live.html3 pcap_set_buffer_size.html3 pcap_set_datalink.html3 pcap_set_promisc.html3 pcap_set_rfmon.html3 pcap_set_snaplen.html3 pcap_set_timeout.html3 pcap_setdirection.html3 pcap_setfilter.html3 pcap_setnonblock.html3 pcap_snapshot.html3 pcap_stats.html3 pcap_statustostr.html3 pcap_strerror.html3 pcap_tstamp_type_name_to_val.html3 pcap_tstamp_type_val_to_name.html3 pcap.html3 pcap_compile.html3 pcap_datalink.html3 pcap_dump_open.html3 pcap_get_tstamp_precision.html3 pcap_list_datalinks.html3 pcap_list_tstamp_types.html3 pcap_open_dead.html3 pcap_open_offline.html3 pcap_set_immediate_mode.html3 pcap_set_tstamp_precision.html3 pcap_set_tstamp_type.html3 pcap.html3 pcap_compile.html3 pcap_datalink.html3 pcap_dump_open.html3 pcap_get_tstamp_precision.html3 pcap_list_datalinks.html3 pcap_list_tstamp_types.html3 pcap_open_dead.html3 pcap_open_offline.html3 pcap_set_immediate_mode.html3 pcap_set_tstamp_precision.html3 pcap_set_tstamp_type.html3 pcap-filter.html7 pcap-linktype.html7 pcap-tstamp.html7 pcap-savefile.html5 .depend bpf_dump.d bpf_filter.d bpf_image.d etherent.d fad-getad.d fmtutils.d gencode.d grammar.d nametoaddr.d optimize.d pcap-bpf.d pcap-common.d pcap-new.d pcap-rpcap-unix.d pcap-rpcap.d pcap.d rpcap-protocol.d savefile.d scanner.d sf-pcap.d sf-pcapng.d sockutils.d bpf_dump.d.tmp bpf_filter.d.tmp bpf_image.d.tmp etherent.d.tmp fad-getad.d.tmp fmtutils.d.tmp gencode.d.tmp grammar.d.tmp nametoaddr.d.tmp optimize.d.tmp pcap-bpf.d.tmp pcap-common.d.tmp pcap-new.d.tmp pcap-rpcap-unix.d.tmp pcap-rpcap.d.tmp pcap.d.tmp rpcap-protocol.d.tmp savefile.d.tmp scanner.d.tmp sf-pcap.d.tmp sf-pcapng.d.tmp sockutils.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist_g.a || true) --- libclean4 --- --- cleandir-external --- --- cleandir-sbin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist_pic.a libblocklist.so.* libblocklist.so bl.pico blocklist.pico bl.pico.tmp blocklist.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/libpcap/sbin --- cleandir-rpcapd --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist_pic.a libblocklist.so.* libblocklist.so bl.pico blocklist.pico bl.pico.tmp blocklist.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/libpcap/sbin/rpcapd --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f llib-lblocklist.ln bl.ln blocklist.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f llib-lblocklist.ln bl.ln blocklist.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/sbin/rpcapd && rm -f rpcapd.8 rpcapd-config.5 a.out [Ee]rrs mklog core *.core .gdbinit rpcapd daemon.o fileconf.o log.o rpcapd.o daemon.ln fileconf.ln log.ln rpcapd.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/sbin/rpcapd && rm -f rpcapd.8 rpcapd-config.5 a.out [Ee]rrs mklog core *.core .gdbinit rpcapd daemon.o fileconf.o log.o rpcapd.o daemon.ln fileconf.ln log.ln rpcapd.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist.html3 .depend bl.d blocklist.d bl.d.tmp blocklist.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libpcap/sbin/rpcapd && rm -f rpcapd.html8 rpcapd-config.html5 .depend daemon.d fileconf.d log.d rpcapd.d daemon.d.tmp fileconf.d.tmp log.d.tmp rpcapd.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist.html3 .depend bl.d blocklist.d bl.d.tmp blocklist.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libpcap/sbin/rpcapd && rm -f rpcapd.html8 rpcapd-config.html5 .depend daemon.d fileconf.d log.d rpcapd.d daemon.d.tmp fileconf.d.tmp log.d.tmp rpcapd.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/mit/lua/lib --- cleandir ===> lib/../external/mit/lua/lib --- cleandir-external --- --- cleandir-mdocml --- cleandir ===> external/bsd/mdocml --- cleandir-lib --- --- cleandir-liblua --- cleandir ===> lib/../external/mit/lua/lib/liblua --- cleandir-external --- --- cleandir-lib --- cleandir ===> external/bsd/mdocml/lib --- cleandir-libmandoc --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/bsd/mdocml/lib/libmandoc --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o lapi.o.tmp lcode.o.tmp lctype.o.tmp ldebug.o.tmp ldo.o.tmp ldump.o.tmp lfunc.o.tmp lgc.o.tmp llex.o.tmp lmem.o.tmp lobject.o.tmp lopcodes.o.tmp lparser.o.tmp lstate.o.tmp lstring.o.tmp ltable.o.tmp ltm.o.tmp lundump.o.tmp lvm.o.tmp lzio.o.tmp lauxlib.o.tmp lbaselib.o.tmp lcorolib.o.tmp ldblib.o.tmp liolib.o.tmp lmathlib.o.tmp loslib.o.tmp lstrlib.o.tmp ltablib.o.tmp lutf8lib.o.tmp loadlib.o.tmp linit.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o lapi.o.tmp lcode.o.tmp lctype.o.tmp ldebug.o.tmp ldo.o.tmp ldump.o.tmp lfunc.o.tmp lgc.o.tmp llex.o.tmp lmem.o.tmp lobject.o.tmp lopcodes.o.tmp lparser.o.tmp lstate.o.tmp lstring.o.tmp ltable.o.tmp ltm.o.tmp lundump.o.tmp lvm.o.tmp lzio.o.tmp lauxlib.o.tmp lbaselib.o.tmp lcorolib.o.tmp ldblib.o.tmp liolib.o.tmp lmathlib.o.tmp loslib.o.tmp lstrlib.o.tmp ltablib.o.tmp lutf8lib.o.tmp loadlib.o.tmp linit.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f liblua_p.a lapi.po lcode.po lctype.po ldebug.po ldo.po ldump.po lfunc.po lgc.po llex.po lmem.po lobject.po lopcodes.po lparser.po lstate.po lstring.po ltable.po ltm.po lundump.po lvm.po lzio.po lauxlib.po lbaselib.po lcorolib.po ldblib.po liolib.po lmathlib.po loslib.po lstrlib.po ltablib.po lutf8lib.po loadlib.po linit.po lapi.po.tmp lcode.po.tmp lctype.po.tmp ldebug.po.tmp ldo.po.tmp ldump.po.tmp lfunc.po.tmp lgc.po.tmp llex.po.tmp lmem.po.tmp lobject.po.tmp lopcodes.po.tmp lparser.po.tmp lstate.po.tmp lstring.po.tmp ltable.po.tmp ltm.po.tmp lundump.po.tmp lvm.po.tmp lzio.po.tmp lauxlib.po.tmp lbaselib.po.tmp lcorolib.po.tmp ldblib.po.tmp liolib.po.tmp lmathlib.po.tmp loslib.po.tmp lstrlib.po.tmp ltablib.po.tmp lutf8lib.po.tmp loadlib.po.tmp linit.po.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc.a arch.o att.o chars.o compat_ohash.o compat_recallocarray.o eqn.o lib.o man.o man_macro.o man_validate.o mandoc.o mandoc_aux.o mandoc_msg.o mandoc_ohash.o mandoc_xr.o mdoc.o mdoc_argv.o mdoc_macro.o mdoc_man.o mdoc_state.o mdoc_validate.o msec.o preconv.o read.o roff.o roff_validate.o st.o tag.o tbl.o tbl_data.o tbl_layout.o tbl_opts.o arch.o.tmp att.o.tmp chars.o.tmp compat_ohash.o.tmp compat_recallocarray.o.tmp eqn.o.tmp lib.o.tmp man.o.tmp man_macro.o.tmp man_validate.o.tmp mandoc.o.tmp mandoc_aux.o.tmp mandoc_msg.o.tmp mandoc_ohash.o.tmp mandoc_xr.o.tmp mdoc.o.tmp mdoc_argv.o.tmp mdoc_macro.o.tmp mdoc_man.o.tmp mdoc_state.o.tmp mdoc_validate.o.tmp msec.o.tmp preconv.o.tmp read.o.tmp roff.o.tmp roff_validate.o.tmp st.o.tmp tag.o.tmp tbl.o.tmp tbl_data.o.tmp tbl_layout.o.tmp tbl_opts.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f liblua_p.a lapi.po lcode.po lctype.po ldebug.po ldo.po ldump.po lfunc.po lgc.po llex.po lmem.po lobject.po lopcodes.po lparser.po lstate.po lstring.po ltable.po ltm.po lundump.po lvm.po lzio.po lauxlib.po lbaselib.po lcorolib.po ldblib.po liolib.po lmathlib.po loslib.po lstrlib.po ltablib.po lutf8lib.po loadlib.po linit.po lapi.po.tmp lcode.po.tmp lctype.po.tmp ldebug.po.tmp ldo.po.tmp ldump.po.tmp lfunc.po.tmp lgc.po.tmp llex.po.tmp lmem.po.tmp lobject.po.tmp lopcodes.po.tmp lparser.po.tmp lstate.po.tmp lstring.po.tmp ltable.po.tmp ltm.po.tmp lundump.po.tmp lvm.po.tmp lzio.po.tmp lauxlib.po.tmp lbaselib.po.tmp lcorolib.po.tmp ldblib.po.tmp liolib.po.tmp lmathlib.po.tmp loslib.po.tmp lstrlib.po.tmp ltablib.po.tmp lutf8lib.po.tmp loadlib.po.tmp linit.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc.a arch.o att.o chars.o compat_ohash.o compat_recallocarray.o eqn.o lib.o man.o man_macro.o man_validate.o mandoc.o mandoc_aux.o mandoc_msg.o mandoc_ohash.o mandoc_xr.o mdoc.o mdoc_argv.o mdoc_macro.o mdoc_man.o mdoc_state.o mdoc_validate.o msec.o preconv.o read.o roff.o roff_validate.o st.o tag.o tbl.o tbl_data.o tbl_layout.o tbl_opts.o arch.o.tmp att.o.tmp chars.o.tmp compat_ohash.o.tmp compat_recallocarray.o.tmp eqn.o.tmp lib.o.tmp man.o.tmp man_macro.o.tmp man_validate.o.tmp mandoc.o.tmp mandoc_aux.o.tmp mandoc_msg.o.tmp mandoc_ohash.o.tmp mandoc_xr.o.tmp mdoc.o.tmp mdoc_argv.o.tmp mdoc_macro.o.tmp mdoc_man.o.tmp mdoc_state.o.tmp mdoc_validate.o.tmp msec.o.tmp preconv.o.tmp read.o.tmp roff.o.tmp roff_validate.o.tmp st.o.tmp tag.o.tmp tbl.o.tmp tbl_data.o.tmp tbl_layout.o.tmp tbl_opts.o.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f liblua_g.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f liblua_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_p.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f liblua_pic.a liblua.so.* liblua.so lapi.pico lcode.pico lctype.pico ldebug.pico ldo.pico ldump.pico lfunc.pico lgc.pico llex.pico lmem.pico lobject.pico lopcodes.pico lparser.pico lstate.pico lstring.pico ltable.pico ltm.pico lundump.pico lvm.pico lzio.pico lauxlib.pico lbaselib.pico lcorolib.pico ldblib.pico liolib.pico lmathlib.pico loslib.pico lstrlib.pico ltablib.pico lutf8lib.pico loadlib.pico linit.pico lapi.pico.tmp lcode.pico.tmp lctype.pico.tmp ldebug.pico.tmp ldo.pico.tmp ldump.pico.tmp lfunc.pico.tmp lgc.pico.tmp llex.pico.tmp lmem.pico.tmp lobject.pico.tmp lopcodes.pico.tmp lparser.pico.tmp lstate.pico.tmp lstring.pico.tmp ltable.pico.tmp ltm.pico.tmp lundump.pico.tmp lvm.pico.tmp lzio.pico.tmp lauxlib.pico.tmp lbaselib.pico.tmp lcorolib.pico.tmp ldblib.pico.tmp liolib.pico.tmp lmathlib.pico.tmp loslib.pico.tmp lstrlib.pico.tmp ltablib.pico.tmp lutf8lib.pico.tmp loadlib.pico.tmp linit.pico.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f liblua_pic.a liblua.so.* liblua.so lapi.pico lcode.pico lctype.pico ldebug.pico ldo.pico ldump.pico lfunc.pico lgc.pico llex.pico lmem.pico lobject.pico lopcodes.pico lparser.pico lstate.pico lstring.pico ltable.pico ltm.pico lundump.pico lvm.pico lzio.pico lauxlib.pico lbaselib.pico lcorolib.pico ldblib.pico liolib.pico lmathlib.pico loslib.pico lstrlib.pico ltablib.pico lutf8lib.pico loadlib.pico linit.pico lapi.pico.tmp lcode.pico.tmp lctype.pico.tmp ldebug.pico.tmp ldo.pico.tmp ldump.pico.tmp lfunc.pico.tmp lgc.pico.tmp llex.pico.tmp lmem.pico.tmp lobject.pico.tmp lopcodes.pico.tmp lparser.pico.tmp lstate.pico.tmp lstring.pico.tmp ltable.pico.tmp ltm.pico.tmp lundump.pico.tmp lvm.pico.tmp lzio.pico.tmp lauxlib.pico.tmp lbaselib.pico.tmp lcorolib.pico.tmp ldblib.pico.tmp liolib.pico.tmp lmathlib.pico.tmp loslib.pico.tmp lstrlib.pico.tmp ltablib.pico.tmp lutf8lib.pico.tmp loadlib.pico.tmp linit.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_g.a || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f llib-llua.ln lapi.ln lcode.ln lctype.ln ldebug.ln ldo.ln ldump.ln lfunc.ln lgc.ln llex.ln lmem.ln lobject.ln lopcodes.ln lparser.ln lstate.ln lstring.ln ltable.ln ltm.ln lundump.ln lvm.ln lzio.ln lauxlib.ln lbaselib.ln lcorolib.ln ldblib.ln liolib.ln lmathlib.ln loslib.ln lstrlib.ln ltablib.ln lutf8lib.ln loadlib.ln linit.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f llib-llua.ln lapi.ln lcode.ln lctype.ln ldebug.ln ldo.ln ldump.ln lfunc.ln lgc.ln llex.ln lmem.ln lobject.ln lopcodes.ln lparser.ln lstate.ln lstring.ln ltable.ln ltm.ln lundump.ln lvm.ln lzio.ln lauxlib.ln lbaselib.ln lcorolib.ln ldblib.ln liolib.ln lmathlib.ln loslib.ln lstrlib.ln ltablib.ln lutf8lib.ln loadlib.ln linit.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_pic.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f liblua.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f llib-lmandoc.ln arch.ln att.ln chars.ln compat_ohash.ln compat_recallocarray.ln eqn.ln lib.ln man.ln man_macro.ln man_validate.ln mandoc.ln mandoc_aux.ln mandoc_msg.ln mandoc_ohash.ln mandoc_xr.ln mdoc.ln mdoc_argv.ln mdoc_macro.ln mdoc_man.ln mdoc_state.ln mdoc_validate.ln msec.ln preconv.ln read.ln roff.ln roff_validate.ln st.ln tag.ln tbl.ln tbl_data.ln tbl_layout.ln tbl_opts.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f liblua.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f llib-lmandoc.ln arch.ln att.ln chars.ln compat_ohash.ln compat_recallocarray.ln eqn.ln lib.ln man.ln man_macro.ln man_validate.ln mandoc.ln mandoc_aux.ln mandoc_msg.ln mandoc_ohash.ln mandoc_xr.ln mdoc.ln mdoc_argv.ln mdoc_macro.ln mdoc_man.ln mdoc_state.ln mdoc_validate.ln msec.ln preconv.ln read.ln roff.ln roff_validate.ln st.ln tag.ln tbl.ln tbl_data.ln tbl_layout.ln tbl_opts.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f .depend lapi.d lauxlib.d lbaselib.d lcode.d lcorolib.d lctype.d ldblib.d ldebug.d ldo.d ldump.d lfunc.d lgc.d linit.d liolib.d llex.d lmathlib.d lmem.d loadlib.d lobject.d lopcodes.d loslib.d lparser.d lstate.d lstring.d lstrlib.d ltable.d ltablib.d ltm.d lundump.d lutf8lib.d lvm.d lzio.d lapi.d.tmp lauxlib.d.tmp lbaselib.d.tmp lcode.d.tmp lcorolib.d.tmp lctype.d.tmp ldblib.d.tmp ldebug.d.tmp ldo.d.tmp ldump.d.tmp lfunc.d.tmp lgc.d.tmp linit.d.tmp liolib.d.tmp llex.d.tmp lmathlib.d.tmp lmem.d.tmp loadlib.d.tmp lobject.d.tmp lopcodes.d.tmp loslib.d.tmp lparser.d.tmp lstate.d.tmp lstring.d.tmp lstrlib.d.tmp ltable.d.tmp ltablib.d.tmp ltm.d.tmp lundump.d.tmp lutf8lib.d.tmp lvm.d.tmp lzio.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f .depend lapi.d lauxlib.d lbaselib.d lcode.d lcorolib.d lctype.d ldblib.d ldebug.d ldo.d ldump.d lfunc.d lgc.d linit.d liolib.d llex.d lmathlib.d lmem.d loadlib.d lobject.d lopcodes.d loslib.d lparser.d lstate.d lstring.d lstrlib.d ltable.d ltablib.d ltm.d lundump.d lutf8lib.d lvm.d lzio.d lapi.d.tmp lauxlib.d.tmp lbaselib.d.tmp lcode.d.tmp lcorolib.d.tmp lctype.d.tmp ldblib.d.tmp ldebug.d.tmp ldo.d.tmp ldump.d.tmp lfunc.d.tmp lgc.d.tmp linit.d.tmp liolib.d.tmp llex.d.tmp lmathlib.d.tmp lmem.d.tmp loadlib.d.tmp lobject.d.tmp lopcodes.d.tmp loslib.d.tmp lparser.d.tmp lstate.d.tmp lstring.d.tmp lstrlib.d.tmp ltable.d.tmp ltablib.d.tmp ltm.d.tmp lundump.d.tmp lutf8lib.d.tmp lvm.d.tmp lzio.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-../external/public-domain/sqlite/lib --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../external/public-domain/sqlite/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f mandoc.html3 .depend arch.d att.d chars.d compat_ohash.d compat_recallocarray.d eqn.d lib.d man.d man_macro.d man_validate.d mandoc.d mandoc_aux.d mandoc_msg.d mandoc_ohash.d mandoc_xr.d mdoc.d mdoc_argv.d mdoc_macro.d mdoc_man.d mdoc_state.d mdoc_validate.d msec.d preconv.d read.d roff.d roff_validate.d st.d tag.d tbl.d tbl_data.d tbl_layout.d tbl_opts.d arch.d.tmp att.d.tmp chars.d.tmp compat_ohash.d.tmp compat_recallocarray.d.tmp eqn.d.tmp lib.d.tmp man.d.tmp man_macro.d.tmp man_validate.d.tmp mandoc.d.tmp mandoc_aux.d.tmp mandoc_msg.d.tmp mandoc_ohash.d.tmp mandoc_xr.d.tmp mdoc.d.tmp mdoc_argv.d.tmp mdoc_macro.d.tmp mdoc_man.d.tmp mdoc_state.d.tmp mdoc_validate.d.tmp msec.d.tmp preconv.d.tmp read.d.tmp roff.d.tmp roff_validate.d.tmp st.d.tmp tag.d.tmp tbl.d.tmp tbl_data.d.tmp tbl_layout.d.tmp tbl_opts.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f mandoc.html3 .depend arch.d att.d chars.d compat_ohash.d compat_recallocarray.d eqn.d lib.d man.d man_macro.d man_validate.d mandoc.d mandoc_aux.d mandoc_msg.d mandoc_ohash.d mandoc_xr.d mdoc.d mdoc_argv.d mdoc_macro.d mdoc_man.d mdoc_state.d mdoc_validate.d msec.d preconv.d read.d roff.d roff_validate.d st.d tag.d tbl.d tbl_data.d tbl_layout.d tbl_opts.d arch.d.tmp att.d.tmp chars.d.tmp compat_ohash.d.tmp compat_recallocarray.d.tmp eqn.d.tmp lib.d.tmp man.d.tmp man_macro.d.tmp man_validate.d.tmp mandoc.d.tmp mandoc_aux.d.tmp mandoc_msg.d.tmp mandoc_ohash.d.tmp mandoc_xr.d.tmp mdoc.d.tmp mdoc_argv.d.tmp mdoc_macro.d.tmp mdoc_man.d.tmp mdoc_state.d.tmp mdoc_validate.d.tmp msec.d.tmp preconv.d.tmp read.d.tmp roff.d.tmp roff_validate.d.tmp st.d.tmp tag.d.tmp tbl.d.tmp tbl_data.d.tmp tbl_layout.d.tmp tbl_opts.d.tmp tags || true) --- cleandir-bin --- cleandir ===> external/bsd/mdocml/bin --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f libsqlite3.a sqlite3.o sqlite3.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f libsqlite3.a sqlite3.o sqlite3.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- cleandir-mandoc --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f libsqlite3_p.a sqlite3.po sqlite3.po.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/mdocml/bin/mandoc --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f libsqlite3_p.a sqlite3.po sqlite3.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f libsqlite3_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f libsqlite3_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f libsqlite3_pic.a libsqlite3.so.* libsqlite3.so sqlite3.pico sqlite3.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/bin/mandoc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mandoc eqn_html.o eqn_term.o html.o dba.o dba_array.o dba_read.o dba_write.o dbm.o dbm_map.o main.o man_html.o man_term.o mandocdb.o manpath.o mansearch.o mdoc_html.o mdoc_markdown.o mdoc_term.o out.o roff_html.o roff_term.o tbl_html.o tbl_term.o term.o term_ascii.o term_ps.o term_tab.o tree.o eqn_html.ln eqn_term.ln html.ln dba.ln dba_array.ln dba_read.ln dba_write.ln dbm.ln dbm_map.ln main.ln man_html.ln man_term.ln mandocdb.ln manpath.ln mansearch.ln mdoc_html.ln mdoc_markdown.ln mdoc_term.ln out.ln roff_html.ln roff_term.ln tbl_html.ln tbl_term.ln term.ln term_ascii.ln term_ps.ln term_tab.ln tree.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f libsqlite3_pic.a libsqlite3.so.* libsqlite3.so sqlite3.pico sqlite3.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/bin/mandoc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mandoc eqn_html.o eqn_term.o html.o dba.o dba_array.o dba_read.o dba_write.o dbm.o dbm_map.o main.o man_html.o man_term.o mandocdb.o manpath.o mansearch.o mdoc_html.o mdoc_markdown.o mdoc_term.o out.o roff_html.o roff_term.o tbl_html.o tbl_term.o term.o term_ascii.o term_ps.o term_tab.o tree.o eqn_html.ln eqn_term.ln html.ln dba.ln dba_array.ln dba_read.ln dba_write.ln dbm.ln dbm_map.ln main.ln man_html.ln man_term.ln mandocdb.ln manpath.ln mansearch.ln mdoc_html.ln mdoc_markdown.ln mdoc_term.ln out.ln roff_html.ln roff_term.ln tbl_html.ln tbl_term.ln term.ln term_ascii.ln term_ps.ln term_tab.ln tree.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f llib-lsqlite3.ln sqlite3.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/bin/mandoc && rm -f mandoc.html1 .depend dba.d dba_array.d dba_read.d dba_write.d dbm.d dbm_map.d eqn_html.d eqn_term.d html.d main.d man_html.d man_term.d mandocdb.d manpath.d mansearch.d mdoc_html.d mdoc_markdown.d mdoc_term.d out.d roff_html.d roff_term.d tbl_html.d tbl_term.d term.d term_ascii.d term_ps.d term_tab.d tree.d dba.d.tmp dba_array.d.tmp dba_read.d.tmp dba_write.d.tmp dbm.d.tmp dbm_map.d.tmp eqn_html.d.tmp eqn_term.d.tmp html.d.tmp main.d.tmp man_html.d.tmp man_term.d.tmp mandocdb.d.tmp manpath.d.tmp mansearch.d.tmp mdoc_html.d.tmp mdoc_markdown.d.tmp mdoc_term.d.tmp out.d.tmp roff_html.d.tmp roff_term.d.tmp tbl_html.d.tmp tbl_term.d.tmp term.d.tmp term_ascii.d.tmp term_ps.d.tmp term_tab.d.tmp tree.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f llib-lsqlite3.ln sqlite3.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/bin/mandoc && rm -f mandoc.html1 .depend dba.d dba_array.d dba_read.d dba_write.d dbm.d dbm_map.d eqn_html.d eqn_term.d html.d main.d man_html.d man_term.d mandocdb.d manpath.d mansearch.d mdoc_html.d mdoc_markdown.d mdoc_term.d out.d roff_html.d roff_term.d tbl_html.d tbl_term.d term.d term_ascii.d term_ps.d term_tab.d tree.d dba.d.tmp dba_array.d.tmp dba_read.d.tmp dba_write.d.tmp dbm.d.tmp dbm_map.d.tmp eqn_html.d.tmp eqn_term.d.tmp html.d.tmp main.d.tmp man_html.d.tmp man_term.d.tmp mandocdb.d.tmp manpath.d.tmp mansearch.d.tmp mdoc_html.d.tmp mdoc_markdown.d.tmp mdoc_term.d.tmp out.d.tmp roff_html.d.tmp roff_term.d.tmp tbl_html.d.tmp tbl_term.d.tmp term.d.tmp term_ascii.d.tmp term_ps.d.tmp term_tab.d.tmp tree.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f sqlite3.pc libsqlite3.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-man --- cleandir ===> external/bsd/mdocml/man --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f sqlite3.pc libsqlite3.so.1.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f .depend sqlite3.d sqlite3.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f .depend sqlite3.d sqlite3.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-libcurses --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/man && rm -f mandoc_eqn.7 mandoc_man.7 mandoc_mdoc.7 mandoc_roff.7 mandoc_tbl.7 || true) --- cleandir-lib --- cleandir ===> lib/libcurses --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/man && rm -f mandoc_eqn.7 mandoc_man.7 mandoc_mdoc.7 mandoc_roff.7 mandoc_tbl.7 || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/man && rm -f mandoc_man.html7 mandoc_char.html7 mandoc_eqn.html7 mandoc_mdoc.html7 mandoc_roff.html7 mandoc_tbl.html7 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/man && rm -f mandoc_man.html7 mandoc_char.html7 mandoc_eqn.html7 mandoc_mdoc.html7 mandoc_roff.html7 mandoc_tbl.html7 || true) --- cleandir-ntp --- cleandir ===> external/bsd/ntp --- cleandir-lib --- cleandir ===> external/bsd/ntp/lib --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcurses && rm -f libcurses.a acs.o addbytes.o addch.o addchnstr.o addnstr.o attributes.o background.o bell.o border.o box.o chgat.o clear.o clearok.o clrtobot.o clrtoeol.o color.o copywin.o cr_put.o ctrace.o cur_hash.o curs_set.o curses.o delch.o deleteln.o delwin.o echochar.o erase.o fileio.o flushok.o fullname.o getch.o getstr.o getyx.o id_subwins.o idlok.o idcok.o immedok.o inch.o inchstr.o initscr.o insch.o insdelln.o insertln.o insstr.o instr.o keypad.o keyname.o leaveok.o line.o meta.o mouse.o move.o mvwin.o newwin.o nodelay.o notimeout.o overlay.o overwrite.o pause.o printw.o putchar.o refresh.o resize.o ripoffline.o scanw.o screen.o scroll.o scrollok.o setterm.o slk.o standout.o syncok.o timeout.o toucholap.o touchwin.o tstp.o tty.o unctrl.o underscore.o version.o cchar.o add_wch.o add_wchstr.o addwstr.o echo_wchar.o ins_wch.o ins_wstr.o get_wch.o get_wstr.o in_wch.o in_wchstr.o inwstr.o acs.o.tmp addbytes.o.tmp addch.o.tmp addchnstr.o.tmp addnstr.o.tmp attributes.o.tmp background.o.tmp bell.o.tmp border.o.tmp box.o.tmp chgat.o.tmp clear.o.tmp clearok.o.tmp clrtobot.o.tmp clrtoeol.o.tmp color.o.tmp copywin.o.tmp cr_put.o.tmp ctrace.o.tmp cur_hash.o.tmp curs_set.o.tmp curses.o.tmp delch.o.tmp deleteln.o.tmp delwin.o.tmp echochar.o.tmp erase.o.tmp fileio.o.tmp flushok.o.tmp fullname.o.tmp getch.o.tmp getstr.o.tmp getyx.o.tmp id_subwins.o.tmp idlok.o.tmp idcok.o.tmp immedok.o.tmp inch.o.tmp inchstr.o.tmp initscr.o.tmp insch.o.tmp insdelln.o.tmp insertln.o.tmp insstr.o.tmp instr.o.tmp keypad.o.tmp keyname.o.tmp leaveok.o.tmp line.o.tmp meta.o.tmp mouse.o.tmp move.o.tmp mvwin.o.tmp newwin.o.tmp nodelay.o.tmp notimeout.o.tmp overlay.o.tmp overwrite.o.tmp pause.o.tmp printw.o.tmp putchar.o.tmp refresh.o.tmp resize.o.tmp ripoffline.o.tmp scanw.o.tmp screen.o.tmp scroll.o.tmp scrollok.o.tmp setterm.o.tmp slk.o.tmp standout.o.tmp syncok.o.tmp timeout.o.tmp toucholap.o.tmp touchwin.o.tmp tstp.o.tmp tty.o.tmp unctrl.o.tmp underscore.o.tmp version.o.tmp cchar.o.tmp add_wch.o.tmp add_wchstr.o.tmp addwstr.o.tmp echo_wchar.o.tmp ins_wch.o.tmp ins_wstr.o.tmp get_wch.o.tmp get_wstr.o.tmp in_wch.o.tmp in_wchstr.o.tmp inwstr.o.tmp || true) --- cleandir-external --- --- cleandir-libntp --- cleandir ===> external/bsd/ntp/lib/libntp --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcurses && rm -f libcurses.a acs.o addbytes.o addch.o addchnstr.o addnstr.o attributes.o background.o bell.o border.o box.o chgat.o clear.o clearok.o clrtobot.o clrtoeol.o color.o copywin.o cr_put.o ctrace.o cur_hash.o curs_set.o curses.o delch.o deleteln.o delwin.o echochar.o erase.o fileio.o flushok.o fullname.o getch.o getstr.o getyx.o id_subwins.o idlok.o idcok.o immedok.o inch.o inchstr.o initscr.o insch.o insdelln.o insertln.o insstr.o instr.o keypad.o keyname.o leaveok.o line.o meta.o mouse.o move.o mvwin.o newwin.o nodelay.o notimeout.o overlay.o overwrite.o pause.o printw.o putchar.o refresh.o resize.o ripoffline.o scanw.o screen.o scroll.o scrollok.o setterm.o slk.o standout.o syncok.o timeout.o toucholap.o touchwin.o tstp.o tty.o unctrl.o underscore.o version.o cchar.o add_wch.o add_wchstr.o addwstr.o echo_wchar.o ins_wch.o ins_wstr.o get_wch.o get_wstr.o in_wch.o in_wchstr.o inwstr.o acs.o.tmp addbytes.o.tmp addch.o.tmp addchnstr.o.tmp addnstr.o.tmp attributes.o.tmp background.o.tmp bell.o.tmp border.o.tmp box.o.tmp chgat.o.tmp clear.o.tmp clearok.o.tmp clrtobot.o.tmp clrtoeol.o.tmp color.o.tmp copywin.o.tmp cr_put.o.tmp ctrace.o.tmp cur_hash.o.tmp curs_set.o.tmp curses.o.tmp delch.o.tmp deleteln.o.tmp delwin.o.tmp echochar.o.tmp erase.o.tmp fileio.o.tmp flushok.o.tmp fullname.o.tmp getch.o.tmp getstr.o.tmp getyx.o.tmp id_subwins.o.tmp idlok.o.tmp idcok.o.tmp immedok.o.tmp inch.o.tmp inchstr.o.tmp initscr.o.tmp insch.o.tmp insdelln.o.tmp insertln.o.tmp insstr.o.tmp instr.o.tmp keypad.o.tmp keyname.o.tmp leaveok.o.tmp line.o.tmp meta.o.tmp mouse.o.tmp move.o.tmp mvwin.o.tmp newwin.o.tmp nodelay.o.tmp notimeout.o.tmp overlay.o.tmp overwrite.o.tmp pause.o.tmp printw.o.tmp putchar.o.tmp refresh.o.tmp resize.o.tmp ripoffline.o.tmp scanw.o.tmp screen.o.tmp scroll.o.tmp scrollok.o.tmp setterm.o.tmp slk.o.tmp standout.o.tmp syncok.o.tmp timeout.o.tmp toucholap.o.tmp touchwin.o.tmp tstp.o.tmp tty.o.tmp unctrl.o.tmp underscore.o.tmp version.o.tmp cchar.o.tmp add_wch.o.tmp add_wchstr.o.tmp addwstr.o.tmp echo_wchar.o.tmp ins_wch.o.tmp ins_wstr.o.tmp get_wch.o.tmp get_wstr.o.tmp in_wch.o.tmp in_wchstr.o.tmp inwstr.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libntp && rm -f libntp.a a_md5encrypt.o adjtime.o atoint.o atolfp.o atouint.o audio.o authkeys.o authreadkeys.o authusekey.o bsd_strerror.o buftvtots.o caljulian.o caltontp.o calyearstart.o clocktime.o clocktypes.o decodenetnum.o dofptoa.o dolfptoa.o emalloc.o findconfig.o getopt.o hextoint.o hextolfp.o humandate.o icom.o iosignal.o is_ip_address.o lib_strbuf.o libssl_compat.o machines.o mktime.o modetoa.o mstolfp.o msyslog.o netof.o ntp_calendar.o ntp_calgps.o ntp_crypto_rnd.o ntp_intres.o ntp_libopts.o ntp_lineedit.o ntp_random.o ntp_rfc2553.o ntp_worker.o numtoa.o numtohost.o octtoint.o prettydate.o recvbuff.o refnumtoa.o snprintf.o socket.o socktoa.o socktohost.o ssl_init.o statestr.o strdup.o syssignal.o systime.o timespecops.o timetoa.o timexsup.o uglydate.o vint64ops.o work_fork.o work_thread.o xsbprintf.o ymd2yd.o a_md5encrypt.o.tmp adjtime.o.tmp atoint.o.tmp atolfp.o.tmp atouint.o.tmp audio.o.tmp authkeys.o.tmp authreadkeys.o.tmp authusekey.o.tmp bsd_strerror.o.tmp buftvtots.o.tmp caljulian.o.tmp caltontp.o.tmp calyearstart.o.tmp clocktime.o.tmp clocktypes.o.tmp decodenetnum.o.tmp dofptoa.o.tmp dolfptoa.o.tmp emalloc.o.tmp findconfig.o.tmp getopt.o.tmp hextoint.o.tmp hextolfp.o.tmp humandate.o.tmp icom.o.tmp iosignal.o.tmp is_ip_address.o.tmp lib_strbuf.o.tmp libssl_compat.o.tmp machines.o.tmp mktime.o.tmp modetoa.o.tmp mstolfp.o.tmp msyslog.o.tmp netof.o.tmp ntp_calendar.o.tmp ntp_calgps.o.tmp ntp_crypto_rnd.o.tmp ntp_intres.o.tmp ntp_libopts.o.tmp ntp_lineedit.o.tmp ntp_random.o.tmp ntp_rfc2553.o.tmp ntp_worker.o.tmp numtoa.o.tmp numtohost.o.tmp octtoint.o.tmp prettydate.o.tmp recvbuff.o.tmp refnumtoa.o.tmp snprintf.o.tmp socket.o.tmp socktoa.o.tmp socktohost.o.tmp ssl_init.o.tmp statestr.o.tmp strdup.o.tmp syssignal.o.tmp systime.o.tmp timespecops.o.tmp timetoa.o.tmp timexsup.o.tmp uglydate.o.tmp vint64ops.o.tmp work_fork.o.tmp work_thread.o.tmp xsbprintf.o.tmp ymd2yd.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcurses && rm -f libcurses_p.a acs.po addbytes.po addch.po addchnstr.po addnstr.po attributes.po background.po bell.po border.po box.po chgat.po clear.po clearok.po clrtobot.po clrtoeol.po color.po copywin.po cr_put.po ctrace.po cur_hash.po curs_set.po curses.po delch.po deleteln.po delwin.po echochar.po erase.po fileio.po flushok.po fullname.po getch.po getstr.po getyx.po id_subwins.po idlok.po idcok.po immedok.po inch.po inchstr.po initscr.po insch.po insdelln.po insertln.po insstr.po instr.po keypad.po keyname.po leaveok.po line.po meta.po mouse.po move.po mvwin.po newwin.po nodelay.po notimeout.po overlay.po overwrite.po pause.po printw.po putchar.po refresh.po resize.po ripoffline.po scanw.po screen.po scroll.po scrollok.po setterm.po slk.po standout.po syncok.po timeout.po toucholap.po touchwin.po tstp.po tty.po unctrl.po underscore.po version.po cchar.po add_wch.po add_wchstr.po addwstr.po echo_wchar.po ins_wch.po ins_wstr.po get_wch.po get_wstr.po in_wch.po in_wchstr.po inwstr.po acs.po.tmp addbytes.po.tmp addch.po.tmp addchnstr.po.tmp addnstr.po.tmp attributes.po.tmp background.po.tmp bell.po.tmp border.po.tmp box.po.tmp chgat.po.tmp clear.po.tmp clearok.po.tmp clrtobot.po.tmp clrtoeol.po.tmp color.po.tmp copywin.po.tmp cr_put.po.tmp ctrace.po.tmp cur_hash.po.tmp curs_set.po.tmp curses.po.tmp delch.po.tmp deleteln.po.tmp delwin.po.tmp echochar.po.tmp erase.po.tmp fileio.po.tmp flushok.po.tmp fullname.po.tmp getch.po.tmp getstr.po.tmp getyx.po.tmp id_subwins.po.tmp idlok.po.tmp idcok.po.tmp immedok.po.tmp inch.po.tmp inchstr.po.tmp initscr.po.tmp insch.po.tmp insdelln.po.tmp insertln.po.tmp insstr.po.tmp instr.po.tmp keypad.po.tmp keyname.po.tmp leaveok.po.tmp line.po.tmp meta.po.tmp mouse.po.tmp move.po.tmp mvwin.po.tmp newwin.po.tmp nodelay.po.tmp notimeout.po.tmp overlay.po.tmp overwrite.po.tmp pause.po.tmp printw.po.tmp putchar.po.tmp refresh.po.tmp resize.po.tmp ripoffline.po.tmp scanw.po.tmp screen.po.tmp scroll.po.tmp scrollok.po.tmp setterm.po.tmp slk.po.tmp standout.po.tmp syncok.po.tmp timeout.po.tmp toucholap.po.tmp touchwin.po.tmp tstp.po.tmp tty.po.tmp unctrl.po.tmp underscore.po.tmp version.po.tmp cchar.po.tmp add_wch.po.tmp add_wchstr.po.tmp addwstr.po.tmp echo_wchar.po.tmp ins_wch.po.tmp ins_wstr.po.tmp get_wch.po.tmp get_wstr.po.tmp in_wch.po.tmp in_wchstr.po.tmp inwstr.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libntp && rm -f libntp.a a_md5encrypt.o adjtime.o atoint.o atolfp.o atouint.o audio.o authkeys.o authreadkeys.o authusekey.o bsd_strerror.o buftvtots.o caljulian.o caltontp.o calyearstart.o clocktime.o clocktypes.o decodenetnum.o dofptoa.o dolfptoa.o emalloc.o findconfig.o getopt.o hextoint.o hextolfp.o humandate.o icom.o iosignal.o is_ip_address.o lib_strbuf.o libssl_compat.o machines.o mktime.o modetoa.o mstolfp.o msyslog.o netof.o ntp_calendar.o ntp_calgps.o ntp_crypto_rnd.o ntp_intres.o ntp_libopts.o ntp_lineedit.o ntp_random.o ntp_rfc2553.o ntp_worker.o numtoa.o numtohost.o octtoint.o prettydate.o recvbuff.o refnumtoa.o snprintf.o socket.o socktoa.o socktohost.o ssl_init.o statestr.o strdup.o syssignal.o systime.o timespecops.o timetoa.o timexsup.o uglydate.o vint64ops.o work_fork.o work_thread.o xsbprintf.o ymd2yd.o a_md5encrypt.o.tmp adjtime.o.tmp atoint.o.tmp atolfp.o.tmp atouint.o.tmp audio.o.tmp authkeys.o.tmp authreadkeys.o.tmp authusekey.o.tmp bsd_strerror.o.tmp buftvtots.o.tmp caljulian.o.tmp caltontp.o.tmp calyearstart.o.tmp clocktime.o.tmp clocktypes.o.tmp decodenetnum.o.tmp dofptoa.o.tmp dolfptoa.o.tmp emalloc.o.tmp findconfig.o.tmp getopt.o.tmp hextoint.o.tmp hextolfp.o.tmp humandate.o.tmp icom.o.tmp iosignal.o.tmp is_ip_address.o.tmp lib_strbuf.o.tmp libssl_compat.o.tmp machines.o.tmp mktime.o.tmp modetoa.o.tmp mstolfp.o.tmp msyslog.o.tmp netof.o.tmp ntp_calendar.o.tmp ntp_calgps.o.tmp ntp_crypto_rnd.o.tmp ntp_intres.o.tmp ntp_libopts.o.tmp ntp_lineedit.o.tmp ntp_random.o.tmp ntp_rfc2553.o.tmp ntp_worker.o.tmp numtoa.o.tmp numtohost.o.tmp octtoint.o.tmp prettydate.o.tmp recvbuff.o.tmp refnumtoa.o.tmp snprintf.o.tmp socket.o.tmp socktoa.o.tmp socktohost.o.tmp ssl_init.o.tmp statestr.o.tmp strdup.o.tmp syssignal.o.tmp systime.o.tmp timespecops.o.tmp timetoa.o.tmp timexsup.o.tmp uglydate.o.tmp vint64ops.o.tmp work_fork.o.tmp work_thread.o.tmp xsbprintf.o.tmp ymd2yd.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcurses && rm -f libcurses_p.a acs.po addbytes.po addch.po addchnstr.po addnstr.po attributes.po background.po bell.po border.po box.po chgat.po clear.po clearok.po clrtobot.po clrtoeol.po color.po copywin.po cr_put.po ctrace.po cur_hash.po curs_set.po curses.po delch.po deleteln.po delwin.po echochar.po erase.po fileio.po flushok.po fullname.po getch.po getstr.po getyx.po id_subwins.po idlok.po idcok.po immedok.po inch.po inchstr.po initscr.po insch.po insdelln.po insertln.po insstr.po instr.po keypad.po keyname.po leaveok.po line.po meta.po mouse.po move.po mvwin.po newwin.po nodelay.po notimeout.po overlay.po overwrite.po pause.po printw.po putchar.po refresh.po resize.po ripoffline.po scanw.po screen.po scroll.po scrollok.po setterm.po slk.po standout.po syncok.po timeout.po toucholap.po touchwin.po tstp.po tty.po unctrl.po underscore.po version.po cchar.po add_wch.po add_wchstr.po addwstr.po echo_wchar.po ins_wch.po ins_wstr.po get_wch.po get_wstr.po in_wch.po in_wchstr.po inwstr.po acs.po.tmp addbytes.po.tmp addch.po.tmp addchnstr.po.tmp addnstr.po.tmp attributes.po.tmp background.po.tmp bell.po.tmp border.po.tmp box.po.tmp chgat.po.tmp clear.po.tmp clearok.po.tmp clrtobot.po.tmp clrtoeol.po.tmp color.po.tmp copywin.po.tmp cr_put.po.tmp ctrace.po.tmp cur_hash.po.tmp curs_set.po.tmp curses.po.tmp delch.po.tmp deleteln.po.tmp delwin.po.tmp echochar.po.tmp erase.po.tmp fileio.po.tmp flushok.po.tmp fullname.po.tmp getch.po.tmp getstr.po.tmp getyx.po.tmp id_subwins.po.tmp idlok.po.tmp idcok.po.tmp immedok.po.tmp inch.po.tmp inchstr.po.tmp initscr.po.tmp insch.po.tmp insdelln.po.tmp insertln.po.tmp insstr.po.tmp instr.po.tmp keypad.po.tmp keyname.po.tmp leaveok.po.tmp line.po.tmp meta.po.tmp mouse.po.tmp move.po.tmp mvwin.po.tmp newwin.po.tmp nodelay.po.tmp notimeout.po.tmp overlay.po.tmp overwrite.po.tmp pause.po.tmp printw.po.tmp putchar.po.tmp refresh.po.tmp resize.po.tmp ripoffline.po.tmp scanw.po.tmp screen.po.tmp scroll.po.tmp scrollok.po.tmp setterm.po.tmp slk.po.tmp standout.po.tmp syncok.po.tmp timeout.po.tmp toucholap.po.tmp touchwin.po.tmp tstp.po.tmp tty.po.tmp unctrl.po.tmp underscore.po.tmp version.po.tmp cchar.po.tmp add_wch.po.tmp add_wchstr.po.tmp addwstr.po.tmp echo_wchar.po.tmp ins_wch.po.tmp ins_wstr.po.tmp get_wch.po.tmp get_wstr.po.tmp in_wch.po.tmp in_wchstr.po.tmp inwstr.po.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libntp && rm -f libntp_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcurses && rm -f libcurses_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libntp && rm -f libntp_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcurses && rm -f libcurses_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libntp && rm -f libntp_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcurses && rm -f libcurses_pic.a libcurses.so.* libcurses.so acs.pico addbytes.pico addch.pico addchnstr.pico addnstr.pico attributes.pico background.pico bell.pico border.pico box.pico chgat.pico clear.pico clearok.pico clrtobot.pico clrtoeol.pico color.pico copywin.pico cr_put.pico ctrace.pico cur_hash.pico curs_set.pico curses.pico delch.pico deleteln.pico delwin.pico echochar.pico erase.pico fileio.pico flushok.pico fullname.pico getch.pico getstr.pico getyx.pico id_subwins.pico idlok.pico idcok.pico immedok.pico inch.pico inchstr.pico initscr.pico insch.pico insdelln.pico insertln.pico insstr.pico instr.pico keypad.pico keyname.pico leaveok.pico line.pico meta.pico mouse.pico move.pico mvwin.pico newwin.pico nodelay.pico notimeout.pico overlay.pico overwrite.pico pause.pico printw.pico putchar.pico refresh.pico resize.pico ripoffline.pico scanw.pico screen.pico scroll.pico scrollok.pico setterm.pico slk.pico standout.pico syncok.pico timeout.pico toucholap.pico touchwin.pico tstp.pico tty.pico unctrl.pico underscore.pico version.pico cchar.pico add_wch.pico add_wchstr.pico addwstr.pico echo_wchar.pico ins_wch.pico ins_wstr.pico get_wch.pico get_wstr.pico in_wch.pico in_wchstr.pico inwstr.pico acs.pico.tmp addbytes.pico.tmp addch.pico.tmp addchnstr.pico.tmp addnstr.pico.tmp attributes.pico.tmp background.pico.tmp bell.pico.tmp border.pico.tmp box.pico.tmp chgat.pico.tmp clear.pico.tmp clearok.pico.tmp clrtobot.pico.tmp clrtoeol.pico.tmp color.pico.tmp copywin.pico.tmp cr_put.pico.tmp ctrace.pico.tmp cur_hash.pico.tmp curs_set.pico.tmp curses.pico.tmp delch.pico.tmp deleteln.pico.tmp delwin.pico.tmp echochar.pico.tmp erase.pico.tmp fileio.pico.tmp flushok.pico.tmp fullname.pico.tmp getch.pico.tmp getstr.pico.tmp getyx.pico.tmp id_subwins.pico.tmp idlok.pico.tmp idcok.pico.tmp immedok.pico.tmp inch.pico.tmp inchstr.pico.tmp initscr.pico.tmp insch.pico.tmp insdelln.pico.tmp insertln.pico.tmp insstr.pico.tmp instr.pico.tmp keypad.pico.tmp keyname.pico.tmp leaveok.pico.tmp line.pico.tmp meta.pico.tmp mouse.pico.tmp move.pico.tmp mvwin.pico.tmp newwin.pico.tmp nodelay.pico.tmp notimeout.pico.tmp overlay.pico.tmp overwrite.pico.tmp pause.pico.tmp printw.pico.tmp putchar.pico.tmp refresh.pico.tmp resize.pico.tmp ripoffline.pico.tmp scanw.pico.tmp screen.pico.tmp scroll.pico.tmp scrollok.pico.tmp setterm.pico.tmp slk.pico.tmp standout.pico.tmp syncok.pico.tmp timeout.pico.tmp toucholap.pico.tmp touchwin.pico.tmp tstp.pico.tmp tty.pico.tmp unctrl.pico.tmp underscore.pico.tmp version.pico.tmp cchar.pico.tmp add_wch.pico.tmp add_wchstr.pico.tmp addwstr.pico.tmp echo_wchar.pico.tmp ins_wch.pico.tmp ins_wstr.pico.tmp get_wch.pico.tmp get_wstr.pico.tmp in_wch.pico.tmp in_wchstr.pico.tmp inwstr.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libntp && rm -f libntp_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcurses && rm -f libcurses_pic.a libcurses.so.* libcurses.so acs.pico addbytes.pico addch.pico addchnstr.pico addnstr.pico attributes.pico background.pico bell.pico border.pico box.pico chgat.pico clear.pico clearok.pico clrtobot.pico clrtoeol.pico color.pico copywin.pico cr_put.pico ctrace.pico cur_hash.pico curs_set.pico curses.pico delch.pico deleteln.pico delwin.pico echochar.pico erase.pico fileio.pico flushok.pico fullname.pico getch.pico getstr.pico getyx.pico id_subwins.pico idlok.pico idcok.pico immedok.pico inch.pico inchstr.pico initscr.pico insch.pico insdelln.pico insertln.pico insstr.pico instr.pico keypad.pico keyname.pico leaveok.pico line.pico meta.pico mouse.pico move.pico mvwin.pico newwin.pico nodelay.pico notimeout.pico overlay.pico overwrite.pico pause.pico printw.pico putchar.pico refresh.pico resize.pico ripoffline.pico scanw.pico screen.pico scroll.pico scrollok.pico setterm.pico slk.pico standout.pico syncok.pico timeout.pico toucholap.pico touchwin.pico tstp.pico tty.pico unctrl.pico underscore.pico version.pico cchar.pico add_wch.pico add_wchstr.pico addwstr.pico echo_wchar.pico ins_wch.pico ins_wstr.pico get_wch.pico get_wstr.pico in_wch.pico in_wchstr.pico inwstr.pico acs.pico.tmp addbytes.pico.tmp addch.pico.tmp addchnstr.pico.tmp addnstr.pico.tmp attributes.pico.tmp background.pico.tmp bell.pico.tmp border.pico.tmp box.pico.tmp chgat.pico.tmp clear.pico.tmp clearok.pico.tmp clrtobot.pico.tmp clrtoeol.pico.tmp color.pico.tmp copywin.pico.tmp cr_put.pico.tmp ctrace.pico.tmp cur_hash.pico.tmp curs_set.pico.tmp curses.pico.tmp delch.pico.tmp deleteln.pico.tmp delwin.pico.tmp echochar.pico.tmp erase.pico.tmp fileio.pico.tmp flushok.pico.tmp fullname.pico.tmp getch.pico.tmp getstr.pico.tmp getyx.pico.tmp id_subwins.pico.tmp idlok.pico.tmp idcok.pico.tmp immedok.pico.tmp inch.pico.tmp inchstr.pico.tmp initscr.pico.tmp insch.pico.tmp insdelln.pico.tmp insertln.pico.tmp insstr.pico.tmp instr.pico.tmp keypad.pico.tmp keyname.pico.tmp leaveok.pico.tmp line.pico.tmp meta.pico.tmp mouse.pico.tmp move.pico.tmp mvwin.pico.tmp newwin.pico.tmp nodelay.pico.tmp notimeout.pico.tmp overlay.pico.tmp overwrite.pico.tmp pause.pico.tmp printw.pico.tmp putchar.pico.tmp refresh.pico.tmp resize.pico.tmp ripoffline.pico.tmp scanw.pico.tmp screen.pico.tmp scroll.pico.tmp scrollok.pico.tmp setterm.pico.tmp slk.pico.tmp standout.pico.tmp syncok.pico.tmp timeout.pico.tmp toucholap.pico.tmp touchwin.pico.tmp tstp.pico.tmp tty.pico.tmp unctrl.pico.tmp underscore.pico.tmp version.pico.tmp cchar.pico.tmp add_wch.pico.tmp add_wchstr.pico.tmp addwstr.pico.tmp echo_wchar.pico.tmp ins_wch.pico.tmp ins_wstr.pico.tmp get_wch.pico.tmp get_wstr.pico.tmp in_wch.pico.tmp in_wchstr.pico.tmp inwstr.pico.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libntp && rm -f libntp_pic.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libntp && rm -f libntp_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcurses && rm -f llib-lcurses.ln acs.ln addbytes.ln addch.ln addchnstr.ln addnstr.ln attributes.ln background.ln bell.ln border.ln box.ln chgat.ln clear.ln clearok.ln clrtobot.ln clrtoeol.ln color.ln copywin.ln cr_put.ln ctrace.ln cur_hash.ln curs_set.ln curses.ln delch.ln deleteln.ln delwin.ln echochar.ln erase.ln fileio.ln flushok.ln fullname.ln getch.ln getstr.ln getyx.ln id_subwins.ln idlok.ln idcok.ln immedok.ln inch.ln inchstr.ln initscr.ln insch.ln insdelln.ln insertln.ln insstr.ln instr.ln keypad.ln keyname.ln leaveok.ln line.ln meta.ln mouse.ln move.ln mvwin.ln newwin.ln nodelay.ln notimeout.ln overlay.ln overwrite.ln pause.ln printw.ln putchar.ln refresh.ln resize.ln ripoffline.ln scanw.ln screen.ln scroll.ln scrollok.ln setterm.ln slk.ln standout.ln syncok.ln timeout.ln toucholap.ln touchwin.ln tstp.ln tty.ln unctrl.ln underscore.ln version.ln cchar.ln add_wch.ln add_wchstr.ln addwstr.ln echo_wchar.ln ins_wch.ln ins_wstr.ln get_wch.ln get_wstr.ln in_wch.ln in_wchstr.ln inwstr.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcurses && rm -f llib-lcurses.ln acs.ln addbytes.ln addch.ln addchnstr.ln addnstr.ln attributes.ln background.ln bell.ln border.ln box.ln chgat.ln clear.ln clearok.ln clrtobot.ln clrtoeol.ln color.ln copywin.ln cr_put.ln ctrace.ln cur_hash.ln curs_set.ln curses.ln delch.ln deleteln.ln delwin.ln echochar.ln erase.ln fileio.ln flushok.ln fullname.ln getch.ln getstr.ln getyx.ln id_subwins.ln idlok.ln idcok.ln immedok.ln inch.ln inchstr.ln initscr.ln insch.ln insdelln.ln insertln.ln insstr.ln instr.ln keypad.ln keyname.ln leaveok.ln line.ln meta.ln mouse.ln move.ln mvwin.ln newwin.ln nodelay.ln notimeout.ln overlay.ln overwrite.ln pause.ln printw.ln putchar.ln refresh.ln resize.ln ripoffline.ln scanw.ln screen.ln scroll.ln scrollok.ln setterm.ln slk.ln standout.ln syncok.ln timeout.ln toucholap.ln touchwin.ln tstp.ln tty.ln unctrl.ln underscore.ln version.ln cchar.ln add_wch.ln add_wchstr.ln addwstr.ln echo_wchar.ln ins_wch.ln ins_wstr.ln get_wch.ln get_wstr.ln in_wch.ln in_wchstr.ln inwstr.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libntp && rm -f llib-lntp.ln a_md5encrypt.ln adjtime.ln atoint.ln atolfp.ln atouint.ln audio.ln authkeys.ln authreadkeys.ln authusekey.ln bsd_strerror.ln buftvtots.ln caljulian.ln caltontp.ln calyearstart.ln clocktime.ln clocktypes.ln decodenetnum.ln dofptoa.ln dolfptoa.ln emalloc.ln findconfig.ln getopt.ln hextoint.ln hextolfp.ln humandate.ln icom.ln iosignal.ln is_ip_address.ln lib_strbuf.ln libssl_compat.ln machines.ln mktime.ln modetoa.ln mstolfp.ln msyslog.ln netof.ln ntp_calendar.ln ntp_calgps.ln ntp_crypto_rnd.ln ntp_intres.ln ntp_libopts.ln ntp_lineedit.ln ntp_random.ln ntp_rfc2553.ln ntp_worker.ln numtoa.ln numtohost.ln octtoint.ln prettydate.ln recvbuff.ln refnumtoa.ln snprintf.ln socket.ln socktoa.ln socktohost.ln ssl_init.ln statestr.ln strdup.ln syssignal.ln systime.ln timespecops.ln timetoa.ln timexsup.ln uglydate.ln vint64ops.ln work_fork.ln work_thread.ln xsbprintf.ln ymd2yd.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libntp && rm -f llib-lntp.ln a_md5encrypt.ln adjtime.ln atoint.ln atolfp.ln atouint.ln audio.ln authkeys.ln authreadkeys.ln authusekey.ln bsd_strerror.ln buftvtots.ln caljulian.ln caltontp.ln calyearstart.ln clocktime.ln clocktypes.ln decodenetnum.ln dofptoa.ln dolfptoa.ln emalloc.ln findconfig.ln getopt.ln hextoint.ln hextolfp.ln humandate.ln icom.ln iosignal.ln is_ip_address.ln lib_strbuf.ln libssl_compat.ln machines.ln mktime.ln modetoa.ln mstolfp.ln msyslog.ln netof.ln ntp_calendar.ln ntp_calgps.ln ntp_crypto_rnd.ln ntp_intres.ln ntp_libopts.ln ntp_lineedit.ln ntp_random.ln ntp_rfc2553.ln ntp_worker.ln numtoa.ln numtohost.ln octtoint.ln prettydate.ln recvbuff.ln refnumtoa.ln snprintf.ln socket.ln socktoa.ln socktohost.ln ssl_init.ln statestr.ln strdup.ln syssignal.ln systime.ln timespecops.ln timetoa.ln timexsup.ln uglydate.ln vint64ops.ln work_fork.ln work_thread.ln xsbprintf.ln ymd2yd.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcurses && rm -f fileio.h libcurses.so.9.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcurses && rm -f fileio.h libcurses.so.9.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libntp && rm -f libntp.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libntp && rm -f libntp.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libcurses && rm -f curses.html3 curses_addch.html3 curses_addchstr.html3 curses_addstr.html3 curses_attributes.html3 curses_background.html3 curses_border.html3 curses_cchar.html3 curses_chgat.html3 curses_clear.html3 curses_color.html3 curses_cursor.html3 curses_default_colors.html3 curses_delch.html3 curses_deleteln.html3 curses_echochar.html3 curses_fileio.html3 curses_inch.html3 curses_input.html3 curses_insch.html3 curses_insertln.html3 curses_insdelln.html3 curses_keyname.html3 curses_line.html3 curses_mouse.html3 curses_pad.html3 curses_print.html3 curses_refresh.html3 curses_scanw.html3 curses_screen.html3 curses_scroll.html3 curses_slk.html3 curses_standout.html3 curses_termcap.html3 curses_touch.html3 curses_tty.html3 curses_underscore.html3 curses_version.html3 curses_window.html3 .depend acs.d add_wch.d add_wchstr.d addbytes.d addch.d addchnstr.d addnstr.d addwstr.d attributes.d background.d bell.d border.d box.d cchar.d chgat.d clear.d clearok.d clrtobot.d clrtoeol.d color.d copywin.d cr_put.d ctrace.d cur_hash.d curs_set.d curses.d delch.d deleteln.d delwin.d echo_wchar.d echochar.d erase.d fileio.d flushok.d fullname.d get_wch.d get_wstr.d getch.d getstr.d getyx.d id_subwins.d idcok.d idlok.d immedok.d in_wch.d in_wchstr.d inch.d inchstr.d initscr.d ins_wch.d ins_wstr.d insch.d insdelln.d insertln.d insstr.d instr.d inwstr.d keyname.d keypad.d leaveok.d line.d meta.d mouse.d move.d mvwin.d newwin.d nodelay.d notimeout.d overlay.d overwrite.d pause.d printw.d putchar.d refresh.d resize.d ripoffline.d scanw.d screen.d scroll.d scrollok.d setterm.d slk.d standout.d syncok.d timeout.d toucholap.d touchwin.d tstp.d tty.d unctrl.d underscore.d version.d acs.d.tmp add_wch.d.tmp add_wchstr.d.tmp addbytes.d.tmp addch.d.tmp addchnstr.d.tmp addnstr.d.tmp addwstr.d.tmp attributes.d.tmp background.d.tmp bell.d.tmp border.d.tmp box.d.tmp cchar.d.tmp chgat.d.tmp clear.d.tmp clearok.d.tmp clrtobot.d.tmp clrtoeol.d.tmp color.d.tmp copywin.d.tmp cr_put.d.tmp ctrace.d.tmp cur_hash.d.tmp curs_set.d.tmp curses.d.tmp delch.d.tmp deleteln.d.tmp delwin.d.tmp echo_wchar.d.tmp echochar.d.tmp erase.d.tmp fileio.d.tmp flushok.d.tmp fullname.d.tmp get_wch.d.tmp get_wstr.d.tmp getch.d.tmp getstr.d.tmp getyx.d.tmp id_subwins.d.tmp idcok.d.tmp idlok.d.tmp immedok.d.tmp in_wch.d.tmp in_wchstr.d.tmp inch.d.tmp inchstr.d.tmp initscr.d.tmp ins_wch.d.tmp ins_wstr.d.tmp insch.d.tmp insdelln.d.tmp insertln.d.tmp insstr.d.tmp instr.d.tmp inwstr.d.tmp keyname.d.tmp keypad.d.tmp leaveok.d.tmp line.d.tmp meta.d.tmp mouse.d.tmp move.d.tmp mvwin.d.tmp newwin.d.tmp nodelay.d.tmp notimeout.d.tmp overlay.d.tmp overwrite.d.tmp pause.d.tmp printw.d.tmp putchar.d.tmp refresh.d.tmp resize.d.tmp ripoffline.d.tmp scanw.d.tmp screen.d.tmp scroll.d.tmp scrollok.d.tmp setterm.d.tmp slk.d.tmp standout.d.tmp syncok.d.tmp timeout.d.tmp toucholap.d.tmp touchwin.d.tmp tstp.d.tmp tty.d.tmp unctrl.d.tmp underscore.d.tmp version.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libntp && rm -f .depend a_md5encrypt.d adjtime.d atoint.d atolfp.d atouint.d audio.d authkeys.d authreadkeys.d authusekey.d bsd_strerror.d buftvtots.d caljulian.d caltontp.d calyearstart.d clocktime.d clocktypes.d decodenetnum.d dofptoa.d dolfptoa.d emalloc.d findconfig.d getopt.d hextoint.d hextolfp.d humandate.d icom.d iosignal.d is_ip_address.d lib_strbuf.d libssl_compat.d machines.d mktime.d modetoa.d mstolfp.d msyslog.d netof.d ntp_calendar.d ntp_calgps.d ntp_crypto_rnd.d ntp_intres.d ntp_libopts.d ntp_lineedit.d ntp_random.d ntp_rfc2553.d ntp_worker.d numtoa.d numtohost.d octtoint.d prettydate.d recvbuff.d refnumtoa.d snprintf.d socket.d socktoa.d socktohost.d ssl_init.d statestr.d strdup.d syssignal.d systime.d timespecops.d timetoa.d timexsup.d uglydate.d vint64ops.d work_fork.d work_thread.d xsbprintf.d ymd2yd.d a_md5encrypt.d.tmp adjtime.d.tmp atoint.d.tmp atolfp.d.tmp atouint.d.tmp audio.d.tmp authkeys.d.tmp authreadkeys.d.tmp authusekey.d.tmp bsd_strerror.d.tmp buftvtots.d.tmp caljulian.d.tmp caltontp.d.tmp calyearstart.d.tmp clocktime.d.tmp clocktypes.d.tmp decodenetnum.d.tmp dofptoa.d.tmp dolfptoa.d.tmp emalloc.d.tmp findconfig.d.tmp getopt.d.tmp hextoint.d.tmp hextolfp.d.tmp humandate.d.tmp icom.d.tmp iosignal.d.tmp is_ip_address.d.tmp lib_strbuf.d.tmp libssl_compat.d.tmp machines.d.tmp mktime.d.tmp modetoa.d.tmp mstolfp.d.tmp msyslog.d.tmp netof.d.tmp ntp_calendar.d.tmp ntp_calgps.d.tmp ntp_crypto_rnd.d.tmp ntp_intres.d.tmp ntp_libopts.d.tmp ntp_lineedit.d.tmp ntp_random.d.tmp ntp_rfc2553.d.tmp ntp_worker.d.tmp numtoa.d.tmp numtohost.d.tmp octtoint.d.tmp prettydate.d.tmp recvbuff.d.tmp refnumtoa.d.tmp snprintf.d.tmp socket.d.tmp socktoa.d.tmp socktohost.d.tmp ssl_init.d.tmp statestr.d.tmp strdup.d.tmp syssignal.d.tmp systime.d.tmp timespecops.d.tmp timetoa.d.tmp timexsup.d.tmp uglydate.d.tmp vint64ops.d.tmp work_fork.d.tmp work_thread.d.tmp xsbprintf.d.tmp ymd2yd.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libcurses && rm -f curses.html3 curses_addch.html3 curses_addchstr.html3 curses_addstr.html3 curses_attributes.html3 curses_background.html3 curses_border.html3 curses_cchar.html3 curses_chgat.html3 curses_clear.html3 curses_color.html3 curses_cursor.html3 curses_default_colors.html3 curses_delch.html3 curses_deleteln.html3 curses_echochar.html3 curses_fileio.html3 curses_inch.html3 curses_input.html3 curses_insch.html3 curses_insertln.html3 curses_insdelln.html3 curses_keyname.html3 curses_line.html3 curses_mouse.html3 curses_pad.html3 curses_print.html3 curses_refresh.html3 curses_scanw.html3 curses_screen.html3 curses_scroll.html3 curses_slk.html3 curses_standout.html3 curses_termcap.html3 curses_touch.html3 curses_tty.html3 curses_underscore.html3 curses_version.html3 curses_window.html3 .depend acs.d add_wch.d add_wchstr.d addbytes.d addch.d addchnstr.d addnstr.d addwstr.d attributes.d background.d bell.d border.d box.d cchar.d chgat.d clear.d clearok.d clrtobot.d clrtoeol.d color.d copywin.d cr_put.d ctrace.d cur_hash.d curs_set.d curses.d delch.d deleteln.d delwin.d echo_wchar.d echochar.d erase.d fileio.d flushok.d fullname.d get_wch.d get_wstr.d getch.d getstr.d getyx.d id_subwins.d idcok.d idlok.d immedok.d in_wch.d in_wchstr.d inch.d inchstr.d initscr.d ins_wch.d ins_wstr.d insch.d insdelln.d insertln.d insstr.d instr.d inwstr.d keyname.d keypad.d leaveok.d line.d meta.d mouse.d move.d mvwin.d newwin.d nodelay.d notimeout.d overlay.d overwrite.d pause.d printw.d putchar.d refresh.d resize.d ripoffline.d scanw.d screen.d scroll.d scrollok.d setterm.d slk.d standout.d syncok.d timeout.d toucholap.d touchwin.d tstp.d tty.d unctrl.d underscore.d version.d acs.d.tmp add_wch.d.tmp add_wchstr.d.tmp addbytes.d.tmp addch.d.tmp addchnstr.d.tmp addnstr.d.tmp addwstr.d.tmp attributes.d.tmp background.d.tmp bell.d.tmp border.d.tmp box.d.tmp cchar.d.tmp chgat.d.tmp clear.d.tmp clearok.d.tmp clrtobot.d.tmp clrtoeol.d.tmp color.d.tmp copywin.d.tmp cr_put.d.tmp ctrace.d.tmp cur_hash.d.tmp curs_set.d.tmp curses.d.tmp delch.d.tmp deleteln.d.tmp delwin.d.tmp echo_wchar.d.tmp echochar.d.tmp erase.d.tmp fileio.d.tmp flushok.d.tmp fullname.d.tmp get_wch.d.tmp get_wstr.d.tmp getch.d.tmp getstr.d.tmp getyx.d.tmp id_subwins.d.tmp idcok.d.tmp idlok.d.tmp immedok.d.tmp in_wch.d.tmp in_wchstr.d.tmp inch.d.tmp inchstr.d.tmp initscr.d.tmp ins_wch.d.tmp ins_wstr.d.tmp insch.d.tmp insdelln.d.tmp insertln.d.tmp insstr.d.tmp instr.d.tmp inwstr.d.tmp keyname.d.tmp keypad.d.tmp leaveok.d.tmp line.d.tmp meta.d.tmp mouse.d.tmp move.d.tmp mvwin.d.tmp newwin.d.tmp nodelay.d.tmp notimeout.d.tmp overlay.d.tmp overwrite.d.tmp pause.d.tmp printw.d.tmp putchar.d.tmp refresh.d.tmp resize.d.tmp ripoffline.d.tmp scanw.d.tmp screen.d.tmp scroll.d.tmp scrollok.d.tmp setterm.d.tmp slk.d.tmp standout.d.tmp syncok.d.tmp timeout.d.tmp toucholap.d.tmp touchwin.d.tmp tstp.d.tmp tty.d.tmp unctrl.d.tmp underscore.d.tmp version.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libntp && rm -f .depend a_md5encrypt.d adjtime.d atoint.d atolfp.d atouint.d audio.d authkeys.d authreadkeys.d authusekey.d bsd_strerror.d buftvtots.d caljulian.d caltontp.d calyearstart.d clocktime.d clocktypes.d decodenetnum.d dofptoa.d dolfptoa.d emalloc.d findconfig.d getopt.d hextoint.d hextolfp.d humandate.d icom.d iosignal.d is_ip_address.d lib_strbuf.d libssl_compat.d machines.d mktime.d modetoa.d mstolfp.d msyslog.d netof.d ntp_calendar.d ntp_calgps.d ntp_crypto_rnd.d ntp_intres.d ntp_libopts.d ntp_lineedit.d ntp_random.d ntp_rfc2553.d ntp_worker.d numtoa.d numtohost.d octtoint.d prettydate.d recvbuff.d refnumtoa.d snprintf.d socket.d socktoa.d socktohost.d ssl_init.d statestr.d strdup.d syssignal.d systime.d timespecops.d timetoa.d timexsup.d uglydate.d vint64ops.d work_fork.d work_thread.d xsbprintf.d ymd2yd.d a_md5encrypt.d.tmp adjtime.d.tmp atoint.d.tmp atolfp.d.tmp atouint.d.tmp audio.d.tmp authkeys.d.tmp authreadkeys.d.tmp authusekey.d.tmp bsd_strerror.d.tmp buftvtots.d.tmp caljulian.d.tmp caltontp.d.tmp calyearstart.d.tmp clocktime.d.tmp clocktypes.d.tmp decodenetnum.d.tmp dofptoa.d.tmp dolfptoa.d.tmp emalloc.d.tmp findconfig.d.tmp getopt.d.tmp hextoint.d.tmp hextolfp.d.tmp humandate.d.tmp icom.d.tmp iosignal.d.tmp is_ip_address.d.tmp lib_strbuf.d.tmp libssl_compat.d.tmp machines.d.tmp mktime.d.tmp modetoa.d.tmp mstolfp.d.tmp msyslog.d.tmp netof.d.tmp ntp_calendar.d.tmp ntp_calgps.d.tmp ntp_crypto_rnd.d.tmp ntp_intres.d.tmp ntp_libopts.d.tmp ntp_lineedit.d.tmp ntp_random.d.tmp ntp_rfc2553.d.tmp ntp_worker.d.tmp numtoa.d.tmp numtohost.d.tmp octtoint.d.tmp prettydate.d.tmp recvbuff.d.tmp refnumtoa.d.tmp snprintf.d.tmp socket.d.tmp socktoa.d.tmp socktohost.d.tmp ssl_init.d.tmp statestr.d.tmp strdup.d.tmp syssignal.d.tmp systime.d.tmp timespecops.d.tmp timetoa.d.tmp timexsup.d.tmp uglydate.d.tmp vint64ops.d.tmp work_fork.d.tmp work_thread.d.tmp xsbprintf.d.tmp ymd2yd.d.tmp tags || true) --- cleandir-lib --- --- cleandir-PSD.doc --- --- cleandir-external --- --- cleandir-libiscntp --- --- cleandir-lib --- cleandir ===> lib/libcurses/PSD.doc --- cleandir-external --- cleandir ===> external/bsd/ntp/lib/libiscntp --- cleandir-lib --- --- cleandoc --- rm -f curses.txt curses.ps curses.ps.gz curses.html rm -f [eE]rrs mklog ex1.gr ex2.gr life.gr twinkle1.gr twinkle2.gr win_st.gr intro.2.tbl --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- cleandir-libdm --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libiscntp && rm -f libiscntp.a assertions.o backtrace.o backtrace-emptytbl.o buffer.o condition.o dir.o error.o errno2result.o event.o file.o inet_ntop.o inet_pton.o interfaceiter.o lib.o log.o md5.o msgcat.o net.o netaddr.o netscope.o ondestroy.o random.o result.o sha1.o stdio.o stdtime.o strerror.o task.o thread.o time.o tsmemcmp.o sockaddr.o assertions.o.tmp backtrace.o.tmp backtrace-emptytbl.o.tmp buffer.o.tmp condition.o.tmp dir.o.tmp error.o.tmp errno2result.o.tmp event.o.tmp file.o.tmp inet_ntop.o.tmp inet_pton.o.tmp interfaceiter.o.tmp lib.o.tmp log.o.tmp md5.o.tmp msgcat.o.tmp net.o.tmp netaddr.o.tmp netscope.o.tmp ondestroy.o.tmp random.o.tmp result.o.tmp sha1.o.tmp stdio.o.tmp stdtime.o.tmp strerror.o.tmp task.o.tmp thread.o.tmp time.o.tmp tsmemcmp.o.tmp sockaddr.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/libdm --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libiscntp && rm -f libiscntp.a assertions.o backtrace.o backtrace-emptytbl.o buffer.o condition.o dir.o error.o errno2result.o event.o file.o inet_ntop.o inet_pton.o interfaceiter.o lib.o log.o md5.o msgcat.o net.o netaddr.o netscope.o ondestroy.o random.o result.o sha1.o stdio.o stdtime.o strerror.o task.o thread.o time.o tsmemcmp.o sockaddr.o assertions.o.tmp backtrace.o.tmp backtrace-emptytbl.o.tmp buffer.o.tmp condition.o.tmp dir.o.tmp error.o.tmp errno2result.o.tmp event.o.tmp file.o.tmp inet_ntop.o.tmp inet_pton.o.tmp interfaceiter.o.tmp lib.o.tmp log.o.tmp md5.o.tmp msgcat.o.tmp net.o.tmp netaddr.o.tmp netscope.o.tmp ondestroy.o.tmp random.o.tmp result.o.tmp sha1.o.tmp stdio.o.tmp stdtime.o.tmp strerror.o.tmp task.o.tmp thread.o.tmp time.o.tmp tsmemcmp.o.tmp sockaddr.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libiscntp && rm -f libiscntp_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libiscntp && rm -f libiscntp_p.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libdm && rm -f libdm.a libdm_ioctl.o libdm_ioctl.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libiscntp && rm -f libiscntp_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libdm && rm -f libdm.a libdm_ioctl.o libdm_ioctl.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libiscntp && rm -f libiscntp_g.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libdm && rm -f libdm_p.a libdm_ioctl.po libdm_ioctl.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libiscntp && rm -f libiscntp_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libdm && rm -f libdm_p.a libdm_ioctl.po libdm_ioctl.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libiscntp && rm -f libiscntp_pic.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libdm && rm -f libdm_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libiscntp && rm -f llib-liscntp.ln assertions.ln backtrace.ln backtrace-emptytbl.ln buffer.ln condition.ln dir.ln error.ln errno2result.ln event.ln file.ln inet_ntop.ln inet_pton.ln interfaceiter.ln lib.ln log.ln md5.ln msgcat.ln net.ln netaddr.ln netscope.ln ondestroy.ln random.ln result.ln sha1.ln stdio.ln stdtime.ln strerror.ln task.ln thread.ln time.ln tsmemcmp.ln sockaddr.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libdm && rm -f libdm_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libiscntp && rm -f llib-liscntp.ln assertions.ln backtrace.ln backtrace-emptytbl.ln buffer.ln condition.ln dir.ln error.ln errno2result.ln event.ln file.ln inet_ntop.ln inet_pton.ln interfaceiter.ln lib.ln log.ln md5.ln msgcat.ln net.ln netaddr.ln netscope.ln ondestroy.ln random.ln result.ln sha1.ln stdio.ln stdtime.ln strerror.ln task.ln thread.ln time.ln tsmemcmp.ln sockaddr.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libdm && rm -f libdm_pic.a libdm.so.* libdm.so libdm_ioctl.pico libdm_ioctl.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libiscntp && rm -f libiscntp.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libdm && rm -f libdm_pic.a libdm.so.* libdm.so libdm_ioctl.pico libdm_ioctl.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libiscntp && rm -f libiscntp.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libdm && rm -f llib-ldm.ln libdm_ioctl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libiscntp && rm -f .depend assertions.d backtrace-emptytbl.d backtrace.d buffer.d condition.d dir.d errno2result.d error.d event.d file.d inet_ntop.d inet_pton.d interfaceiter.d lib.d log.d md5.d msgcat.d net.d netaddr.d netscope.d ondestroy.d random.d result.d sha1.d sockaddr.d stdio.d stdtime.d strerror.d task.d thread.d time.d tsmemcmp.d assertions.d.tmp backtrace-emptytbl.d.tmp backtrace.d.tmp buffer.d.tmp condition.d.tmp dir.d.tmp errno2result.d.tmp error.d.tmp event.d.tmp file.d.tmp inet_ntop.d.tmp inet_pton.d.tmp interfaceiter.d.tmp lib.d.tmp log.d.tmp md5.d.tmp msgcat.d.tmp net.d.tmp netaddr.d.tmp netscope.d.tmp ondestroy.d.tmp random.d.tmp result.d.tmp sha1.d.tmp sockaddr.d.tmp stdio.d.tmp stdtime.d.tmp strerror.d.tmp task.d.tmp thread.d.tmp time.d.tmp tsmemcmp.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libdm && rm -f llib-ldm.ln libdm_ioctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libiscntp && rm -f .depend assertions.d backtrace-emptytbl.d backtrace.d buffer.d condition.d dir.d errno2result.d error.d event.d file.d inet_ntop.d inet_pton.d interfaceiter.d lib.d log.d md5.d msgcat.d net.d netaddr.d netscope.d ondestroy.d random.d result.d sha1.d sockaddr.d stdio.d stdtime.d strerror.d task.d thread.d time.d tsmemcmp.d assertions.d.tmp backtrace-emptytbl.d.tmp backtrace.d.tmp buffer.d.tmp condition.d.tmp dir.d.tmp errno2result.d.tmp error.d.tmp event.d.tmp file.d.tmp inet_ntop.d.tmp inet_pton.d.tmp interfaceiter.d.tmp lib.d.tmp log.d.tmp md5.d.tmp msgcat.d.tmp net.d.tmp netaddr.d.tmp netscope.d.tmp ondestroy.d.tmp random.d.tmp result.d.tmp sha1.d.tmp sockaddr.d.tmp stdio.d.tmp stdtime.d.tmp strerror.d.tmp task.d.tmp thread.d.tmp time.d.tmp tsmemcmp.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-libopts --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libdm && rm -f libdm.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/ntp/lib/libopts --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libdm && rm -f libdm.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libopts && rm -f libopts.a libopts.o libopts.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libdm && rm -f dm.html3 .depend libdm_ioctl.d libdm_ioctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libopts && rm -f libopts.a libopts.o libopts.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libdm && rm -f dm.html3 .depend libdm_ioctl.d libdm_ioctl.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- cleandir-libedit --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libopts && rm -f libopts_p.a || true) --- cleandir-lib --- cleandir ===> lib/libedit --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libopts && rm -f libopts_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libopts && rm -f libopts_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libopts && rm -f libopts_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libopts && rm -f libopts_pic.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libedit && rm -f libedit.a chared.o chartype.o common.o el.o eln.o emacs.o filecomplete.o hist.o history.o historyn.o keymacro.o literal.o map.o parse.o prompt.o read.o readline.o refresh.o search.o sig.o terminal.o tokenizer.o tokenizern.o tty.o vi.o chared.o.tmp chartype.o.tmp common.o.tmp el.o.tmp eln.o.tmp emacs.o.tmp filecomplete.o.tmp hist.o.tmp history.o.tmp historyn.o.tmp keymacro.o.tmp literal.o.tmp map.o.tmp parse.o.tmp prompt.o.tmp read.o.tmp readline.o.tmp refresh.o.tmp search.o.tmp sig.o.tmp terminal.o.tmp tokenizer.o.tmp tokenizern.o.tmp tty.o.tmp vi.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libopts && rm -f libopts_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libedit && rm -f libedit.a chared.o chartype.o common.o el.o eln.o emacs.o filecomplete.o hist.o history.o historyn.o keymacro.o literal.o map.o parse.o prompt.o read.o readline.o refresh.o search.o sig.o terminal.o tokenizer.o tokenizern.o tty.o vi.o chared.o.tmp chartype.o.tmp common.o.tmp el.o.tmp eln.o.tmp emacs.o.tmp filecomplete.o.tmp hist.o.tmp history.o.tmp historyn.o.tmp keymacro.o.tmp literal.o.tmp map.o.tmp parse.o.tmp prompt.o.tmp read.o.tmp readline.o.tmp refresh.o.tmp search.o.tmp sig.o.tmp terminal.o.tmp tokenizer.o.tmp tokenizern.o.tmp tty.o.tmp vi.o.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libopts && rm -f llib-lopts.ln libopts.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libopts && rm -f llib-lopts.ln libopts.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libedit && rm -f libedit_p.a chared.po chartype.po common.po el.po eln.po emacs.po filecomplete.po hist.po history.po historyn.po keymacro.po literal.po map.po parse.po prompt.po read.po readline.po refresh.po search.po sig.po terminal.po tokenizer.po tokenizern.po tty.po vi.po chared.po.tmp chartype.po.tmp common.po.tmp el.po.tmp eln.po.tmp emacs.po.tmp filecomplete.po.tmp hist.po.tmp history.po.tmp historyn.po.tmp keymacro.po.tmp literal.po.tmp map.po.tmp parse.po.tmp prompt.po.tmp read.po.tmp readline.po.tmp refresh.po.tmp search.po.tmp sig.po.tmp terminal.po.tmp tokenizer.po.tmp tokenizern.po.tmp tty.po.tmp vi.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libedit && rm -f libedit_p.a chared.po chartype.po common.po el.po eln.po emacs.po filecomplete.po hist.po history.po historyn.po keymacro.po literal.po map.po parse.po prompt.po read.po readline.po refresh.po search.po sig.po terminal.po tokenizer.po tokenizern.po tty.po vi.po chared.po.tmp chartype.po.tmp common.po.tmp el.po.tmp eln.po.tmp emacs.po.tmp filecomplete.po.tmp hist.po.tmp history.po.tmp historyn.po.tmp keymacro.po.tmp literal.po.tmp map.po.tmp parse.po.tmp prompt.po.tmp read.po.tmp readline.po.tmp refresh.po.tmp search.po.tmp sig.po.tmp terminal.po.tmp tokenizer.po.tmp tokenizern.po.tmp tty.po.tmp vi.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libopts && rm -f libopts.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libopts && rm -f libopts.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libedit && rm -f libedit_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libedit && rm -f libedit_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libopts && rm -f .depend libopts.d libopts.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libopts && rm -f .depend libopts.d libopts.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libedit && rm -f libedit_pic.a libedit.so.* libedit.so chared.pico chartype.pico common.pico el.pico eln.pico emacs.pico filecomplete.pico hist.pico history.pico historyn.pico keymacro.pico literal.pico map.pico parse.pico prompt.pico read.pico readline.pico refresh.pico search.pico sig.pico terminal.pico tokenizer.pico tokenizern.pico tty.pico vi.pico chared.pico.tmp chartype.pico.tmp common.pico.tmp el.pico.tmp eln.pico.tmp emacs.pico.tmp filecomplete.pico.tmp hist.pico.tmp history.pico.tmp historyn.pico.tmp keymacro.pico.tmp literal.pico.tmp map.pico.tmp parse.pico.tmp prompt.pico.tmp read.pico.tmp readline.pico.tmp refresh.pico.tmp search.pico.tmp sig.pico.tmp terminal.pico.tmp tokenizer.pico.tmp tokenizern.pico.tmp tty.pico.tmp vi.pico.tmp || true) --- cleandir-external --- --- cleandir-libparse --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libedit && rm -f libedit_pic.a libedit.so.* libedit.so chared.pico chartype.pico common.pico el.pico eln.pico emacs.pico filecomplete.pico hist.pico history.pico historyn.pico keymacro.pico literal.pico map.pico parse.pico prompt.pico read.pico readline.pico refresh.pico search.pico sig.pico terminal.pico tokenizer.pico tokenizern.pico tty.pico vi.pico chared.pico.tmp chartype.pico.tmp common.pico.tmp el.pico.tmp eln.pico.tmp emacs.pico.tmp filecomplete.pico.tmp hist.pico.tmp history.pico.tmp historyn.pico.tmp keymacro.pico.tmp literal.pico.tmp map.pico.tmp parse.pico.tmp prompt.pico.tmp read.pico.tmp readline.pico.tmp refresh.pico.tmp search.pico.tmp sig.pico.tmp terminal.pico.tmp tokenizer.pico.tmp tokenizern.pico.tmp tty.pico.tmp vi.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/ntp/lib/libparse --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libedit && rm -f llib-ledit.ln chared.ln chartype.ln common.ln el.ln eln.ln emacs.ln filecomplete.ln hist.ln history.ln historyn.ln keymacro.ln literal.ln map.ln parse.ln prompt.ln read.ln readline.ln refresh.ln search.ln sig.ln terminal.ln tokenizer.ln tokenizern.ln tty.ln vi.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libparse && rm -f libparse.a parse.o parse_conf.o clk_meinberg.o clk_schmid.o clk_sel240x.o clk_rawdcf.o clk_trimtsip.o clk_dcf7000.o clk_trimtaip.o clk_rcc8000.o clk_hopf6021.o clk_computime.o clk_wharton.o clk_varitext.o data_mbg.o info_trimble.o trim_info.o binio.o ieee754io.o mfp_mul.o gpstolfp.o parse.o.tmp parse_conf.o.tmp clk_meinberg.o.tmp clk_schmid.o.tmp clk_sel240x.o.tmp clk_rawdcf.o.tmp clk_trimtsip.o.tmp clk_dcf7000.o.tmp clk_trimtaip.o.tmp clk_rcc8000.o.tmp clk_hopf6021.o.tmp clk_computime.o.tmp clk_wharton.o.tmp clk_varitext.o.tmp data_mbg.o.tmp info_trimble.o.tmp trim_info.o.tmp binio.o.tmp ieee754io.o.tmp mfp_mul.o.tmp gpstolfp.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libedit && rm -f llib-ledit.ln chared.ln chartype.ln common.ln el.ln eln.ln emacs.ln filecomplete.ln hist.ln history.ln historyn.ln keymacro.ln literal.ln map.ln parse.ln prompt.ln read.ln readline.ln refresh.ln search.ln sig.ln terminal.ln tokenizer.ln tokenizern.ln tty.ln vi.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libparse && rm -f libparse.a parse.o parse_conf.o clk_meinberg.o clk_schmid.o clk_sel240x.o clk_rawdcf.o clk_trimtsip.o clk_dcf7000.o clk_trimtaip.o clk_rcc8000.o clk_hopf6021.o clk_computime.o clk_wharton.o clk_varitext.o data_mbg.o info_trimble.o trim_info.o binio.o ieee754io.o mfp_mul.o gpstolfp.o parse.o.tmp parse_conf.o.tmp clk_meinberg.o.tmp clk_schmid.o.tmp clk_sel240x.o.tmp clk_rawdcf.o.tmp clk_trimtsip.o.tmp clk_dcf7000.o.tmp clk_trimtaip.o.tmp clk_rcc8000.o.tmp clk_hopf6021.o.tmp clk_computime.o.tmp clk_wharton.o.tmp clk_varitext.o.tmp data_mbg.o.tmp info_trimble.o.tmp trim_info.o.tmp binio.o.tmp ieee754io.o.tmp mfp_mul.o.tmp gpstolfp.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libedit && rm -f common.h.tmp emacs.h.tmp fcns.h.tmp func.h.tmp help.h.tmp vi.h.tmp tc1.o tc1 .depend vi.h emacs.h common.h fcns.h func.h help.h libedit.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libparse && rm -f libparse_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libedit && rm -f common.h.tmp emacs.h.tmp fcns.h.tmp func.h.tmp help.h.tmp vi.h.tmp tc1.o tc1 .depend vi.h emacs.h common.h fcns.h func.h help.h libedit.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libparse && rm -f libparse_p.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libedit && rm -f editline.html3 editrc.html5 editline.html7 .depend chared.d chartype.d common.d el.d eln.d emacs.d filecomplete.d hist.d history.d historyn.d keymacro.d literal.d map.d parse.d prompt.d read.d readline.d refresh.d search.d sig.d terminal.d tokenizer.d tokenizern.d tty.d vi.d chared.d.tmp chartype.d.tmp common.d.tmp el.d.tmp eln.d.tmp emacs.d.tmp filecomplete.d.tmp hist.d.tmp history.d.tmp historyn.d.tmp keymacro.d.tmp literal.d.tmp map.d.tmp parse.d.tmp prompt.d.tmp read.d.tmp readline.d.tmp refresh.d.tmp search.d.tmp sig.d.tmp terminal.d.tmp tokenizer.d.tmp tokenizern.d.tmp tty.d.tmp vi.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libparse && rm -f libparse_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libedit && rm -f editline.html3 editrc.html5 editline.html7 .depend chared.d chartype.d common.d el.d eln.d emacs.d filecomplete.d hist.d history.d historyn.d keymacro.d literal.d map.d parse.d prompt.d read.d readline.d refresh.d search.d sig.d terminal.d tokenizer.d tokenizern.d tty.d vi.d chared.d.tmp chartype.d.tmp common.d.tmp el.d.tmp eln.d.tmp emacs.d.tmp filecomplete.d.tmp hist.d.tmp history.d.tmp historyn.d.tmp keymacro.d.tmp literal.d.tmp map.d.tmp parse.d.tmp prompt.d.tmp read.d.tmp readline.d.tmp refresh.d.tmp search.d.tmp sig.d.tmp terminal.d.tmp tokenizer.d.tmp tokenizern.d.tmp tty.d.tmp vi.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libparse && rm -f libparse_g.a || true) --- cleandir-lib --- --- cleandir-readline --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- cleandir ===> lib/libedit/readline --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libparse && rm -f libparse_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libparse && rm -f libparse_pic.a || true) --- cleandir-lib --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libedit/readline && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libparse && rm -f llib-lparse.ln parse.ln parse_conf.ln clk_meinberg.ln clk_schmid.ln clk_sel240x.ln clk_rawdcf.ln clk_trimtsip.ln clk_dcf7000.ln clk_trimtaip.ln clk_rcc8000.ln clk_hopf6021.ln clk_computime.ln clk_wharton.ln clk_varitext.ln data_mbg.ln info_trimble.ln trim_info.ln binio.ln ieee754io.ln mfp_mul.ln gpstolfp.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libparse && rm -f llib-lparse.ln parse.ln parse_conf.ln clk_meinberg.ln clk_schmid.ln clk_sel240x.ln clk_rawdcf.ln clk_trimtsip.ln clk_dcf7000.ln clk_trimtaip.ln clk_rcc8000.ln clk_hopf6021.ln clk_computime.ln clk_wharton.ln clk_varitext.ln data_mbg.ln info_trimble.ln trim_info.ln binio.ln ieee754io.ln mfp_mul.ln gpstolfp.ln || true) --- cleandir-lib --- --- cleandir-libexecinfo --- cleandir ===> lib/libexecinfo --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libparse && rm -f libparse.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libparse && rm -f libparse.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/lib/libparse && rm -f .depend binio.d clk_computime.d clk_dcf7000.d clk_hopf6021.d clk_meinberg.d clk_rawdcf.d clk_rcc8000.d clk_schmid.d clk_sel240x.d clk_trimtaip.d clk_trimtsip.d clk_varitext.d clk_wharton.d data_mbg.d gpstolfp.d ieee754io.d info_trimble.d mfp_mul.d parse.d parse_conf.d trim_info.d binio.d.tmp clk_computime.d.tmp clk_dcf7000.d.tmp clk_hopf6021.d.tmp clk_meinberg.d.tmp clk_rawdcf.d.tmp clk_rcc8000.d.tmp clk_schmid.d.tmp clk_sel240x.d.tmp clk_trimtaip.d.tmp clk_trimtsip.d.tmp clk_varitext.d.tmp clk_wharton.d.tmp data_mbg.d.tmp gpstolfp.d.tmp ieee754io.d.tmp info_trimble.d.tmp mfp_mul.d.tmp parse.d.tmp parse_conf.d.tmp trim_info.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/lib/libparse && rm -f .depend binio.d clk_computime.d clk_dcf7000.d clk_hopf6021.d clk_meinberg.d clk_rawdcf.d clk_rcc8000.d clk_schmid.d clk_sel240x.d clk_trimtaip.d clk_trimtsip.d clk_varitext.d clk_wharton.d data_mbg.d gpstolfp.d ieee754io.d info_trimble.d mfp_mul.d parse.d parse_conf.d trim_info.d binio.d.tmp clk_computime.d.tmp clk_dcf7000.d.tmp clk_hopf6021.d.tmp clk_meinberg.d.tmp clk_rawdcf.d.tmp clk_rcc8000.d.tmp clk_schmid.d.tmp clk_sel240x.d.tmp clk_trimtaip.d.tmp clk_trimtsip.d.tmp clk_varitext.d.tmp clk_wharton.d.tmp data_mbg.d.tmp gpstolfp.d.tmp ieee754io.d.tmp info_trimble.d.tmp mfp_mul.d.tmp parse.d.tmp parse_conf.d.tmp trim_info.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libexecinfo && rm -f libexecinfo.a symtab.o backtrace.o unwind.o symtab.o.tmp backtrace.o.tmp unwind.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libexecinfo && rm -f libexecinfo.a symtab.o backtrace.o unwind.o symtab.o.tmp backtrace.o.tmp unwind.o.tmp || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/bsd/ntp/bin --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-ntp-keygen --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libexecinfo && rm -f libexecinfo_p.a symtab.po backtrace.po unwind.po symtab.po.tmp backtrace.po.tmp unwind.po.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/ntp/bin/ntp-keygen --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libexecinfo && rm -f libexecinfo_p.a symtab.po backtrace.po unwind.po symtab.po.tmp backtrace.po.tmp unwind.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libexecinfo && rm -f libexecinfo_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libexecinfo && rm -f libexecinfo_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libexecinfo && rm -f libexecinfo_pic.a libexecinfo.so.* libexecinfo.so symtab.pico backtrace.pico unwind.pico symtab.pico.tmp backtrace.pico.tmp unwind.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libexecinfo && rm -f libexecinfo_pic.a libexecinfo.so.* libexecinfo.so symtab.pico backtrace.pico unwind.pico symtab.pico.tmp backtrace.pico.tmp unwind.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntp-keygen && rm -f version.c version.o ntp-keygen.8 a.out [Ee]rrs mklog core *.core .gdbinit ntp-keygen ntp-keygen-opts.o ntp-keygen.o version.o ntp-keygen-opts.ln ntp-keygen.ln version.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libexecinfo && rm -f llib-lexecinfo.ln symtab.ln backtrace.ln unwind.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntp-keygen && rm -f version.c version.o ntp-keygen.8 a.out [Ee]rrs mklog core *.core .gdbinit ntp-keygen ntp-keygen-opts.o ntp-keygen.o version.o ntp-keygen-opts.ln ntp-keygen.ln version.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libexecinfo && rm -f llib-lexecinfo.ln symtab.ln backtrace.ln unwind.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntp-keygen && rm -f ntp-keygen.html8 .depend ntp-keygen-opts.d ntp-keygen.d version.d ntp-keygen-opts.d.tmp ntp-keygen.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libexecinfo && rm -f libexecinfo.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntp-keygen && rm -f ntp-keygen.html8 .depend ntp-keygen-opts.d ntp-keygen.d version.d ntp-keygen-opts.d.tmp ntp-keygen.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libexecinfo && rm -f libexecinfo.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-ntpd --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/bsd/ntp/bin/ntpd --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libexecinfo && rm -f backtrace.html3 .depend backtrace.d symtab.d unwind.d backtrace.d.tmp symtab.d.tmp unwind.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libexecinfo && rm -f backtrace.html3 .depend backtrace.d symtab.d unwind.d backtrace.d.tmp symtab.d.tmp unwind.d.tmp tags || true) --- cleandir-libppath --- cleandir ===> lib/libppath --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntpd && rm -f version.c version.o ntpd.8 ntp.conf.5 ntp.keys.5 a.out [Ee]rrs mklog core *.core .gdbinit ntp_parser.c ntp_parser.h ntpd cmd_args.o ntp_config.o ntp_control.o ntp_crypto.o ntp_filegen.o ntp_io.o ntp_leapsec.o ntp_loopfilter.o ntp_monitor.o ntp_parser.o ntp_peer.o ntp_prio_q.o ntp_proto.o ntp_refclock.o ntp_request.o ntp_restrict.o ntp_scanner.o ntp_signd.o ntp_timer.o ntp_util.o ntpd-opts.o ntpd.o ntpsim.o rc_cmdlength.o refclock_acts.o refclock_arbiter.o refclock_arc.o refclock_as2201.o refclock_atom.o refclock_bancomm.o refclock_chronolog.o refclock_chu.o refclock_conf.o refclock_datum.o refclock_dumbclock.o refclock_fg.o refclock_gpsdjson.o refclock_gpsvme.o refclock_heath.o refclock_hopfpci.o refclock_hopfser.o refclock_hpgps.o refclock_irig.o refclock_jjy.o refclock_jupiter.o refclock_leitch.o refclock_local.o refclock_msfees.o refclock_mx4200.o refclock_neoclock4x.o refclock_nmea.o refclock_oncore.o refclock_palisade.o refclock_parse.o refclock_pcf.o refclock_pst.o refclock_ripencc.o refclock_shm.o refclock_tpro.o refclock_true.o refclock_tt560.o refclock_ulink.o refclock_wwv.o refclock_wwvb.o refclock_zyfer.o version.o cmd_args.ln ntp_config.ln ntp_control.ln ntp_crypto.ln ntp_filegen.ln ntp_io.ln ntp_leapsec.ln ntp_loopfilter.ln ntp_monitor.ln ntp_peer.ln ntp_prio_q.ln ntp_proto.ln ntp_refclock.ln ntp_request.ln ntp_restrict.ln ntp_scanner.ln ntp_signd.ln ntp_timer.ln ntp_util.ln ntpd-opts.ln ntpd.ln ntpsim.ln rc_cmdlength.ln refclock_acts.ln refclock_arbiter.ln refclock_arc.ln refclock_as2201.ln refclock_atom.ln refclock_bancomm.ln refclock_chronolog.ln refclock_chu.ln refclock_conf.ln refclock_datum.ln refclock_dumbclock.ln refclock_fg.ln refclock_gpsdjson.ln refclock_gpsvme.ln refclock_heath.ln refclock_hopfpci.ln refclock_hopfser.ln refclock_hpgps.ln refclock_irig.ln refclock_jjy.ln refclock_jupiter.ln refclock_leitch.ln refclock_local.ln refclock_msfees.ln refclock_mx4200.ln refclock_neoclock4x.ln refclock_nmea.ln refclock_oncore.ln refclock_palisade.ln refclock_parse.ln refclock_pcf.ln refclock_pst.ln refclock_ripencc.ln refclock_shm.ln refclock_tpro.ln refclock_true.ln refclock_tt560.ln refclock_ulink.ln refclock_wwv.ln refclock_wwvb.ln refclock_zyfer.ln version.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntpd && rm -f version.c version.o ntpd.8 ntp.conf.5 ntp.keys.5 a.out [Ee]rrs mklog core *.core .gdbinit ntp_parser.c ntp_parser.h ntpd cmd_args.o ntp_config.o ntp_control.o ntp_crypto.o ntp_filegen.o ntp_io.o ntp_leapsec.o ntp_loopfilter.o ntp_monitor.o ntp_parser.o ntp_peer.o ntp_prio_q.o ntp_proto.o ntp_refclock.o ntp_request.o ntp_restrict.o ntp_scanner.o ntp_signd.o ntp_timer.o ntp_util.o ntpd-opts.o ntpd.o ntpsim.o rc_cmdlength.o refclock_acts.o refclock_arbiter.o refclock_arc.o refclock_as2201.o refclock_atom.o refclock_bancomm.o refclock_chronolog.o refclock_chu.o refclock_conf.o refclock_datum.o refclock_dumbclock.o refclock_fg.o refclock_gpsdjson.o refclock_gpsvme.o refclock_heath.o refclock_hopfpci.o refclock_hopfser.o refclock_hpgps.o refclock_irig.o refclock_jjy.o refclock_jupiter.o refclock_leitch.o refclock_local.o refclock_msfees.o refclock_mx4200.o refclock_neoclock4x.o refclock_nmea.o refclock_oncore.o refclock_palisade.o refclock_parse.o refclock_pcf.o refclock_pst.o refclock_ripencc.o refclock_shm.o refclock_tpro.o refclock_true.o refclock_tt560.o refclock_ulink.o refclock_wwv.o refclock_wwvb.o refclock_zyfer.o version.o cmd_args.ln ntp_config.ln ntp_control.ln ntp_crypto.ln ntp_filegen.ln ntp_io.ln ntp_leapsec.ln ntp_loopfilter.ln ntp_monitor.ln ntp_peer.ln ntp_prio_q.ln ntp_proto.ln ntp_refclock.ln ntp_request.ln ntp_restrict.ln ntp_scanner.ln ntp_signd.ln ntp_timer.ln ntp_util.ln ntpd-opts.ln ntpd.ln ntpsim.ln rc_cmdlength.ln refclock_acts.ln refclock_arbiter.ln refclock_arc.ln refclock_as2201.ln refclock_atom.ln refclock_bancomm.ln refclock_chronolog.ln refclock_chu.ln refclock_conf.ln refclock_datum.ln refclock_dumbclock.ln refclock_fg.ln refclock_gpsdjson.ln refclock_gpsvme.ln refclock_heath.ln refclock_hopfpci.ln refclock_hopfser.ln refclock_hpgps.ln refclock_irig.ln refclock_jjy.ln refclock_jupiter.ln refclock_leitch.ln refclock_local.ln refclock_msfees.ln refclock_mx4200.ln refclock_neoclock4x.ln refclock_nmea.ln refclock_oncore.ln refclock_palisade.ln refclock_parse.ln refclock_pcf.ln refclock_pst.ln refclock_ripencc.ln refclock_shm.ln refclock_tpro.ln refclock_true.ln refclock_tt560.ln refclock_ulink.ln refclock_wwv.ln refclock_wwvb.ln refclock_zyfer.ln version.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libppath && rm -f libppath.a ppath.o ppath_extant.o ppath_malloc.o ppath.o.tmp ppath_extant.o.tmp ppath_malloc.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libppath && rm -f libppath.a ppath.o ppath_extant.o ppath_malloc.o ppath.o.tmp ppath_extant.o.tmp ppath_malloc.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntpd && rm -f ntpd.html8 ntp.conf.html5 ntp.keys.html5 .depend cmd_args.d ntp_config.d ntp_control.d ntp_crypto.d ntp_filegen.d ntp_io.d ntp_leapsec.d ntp_loopfilter.d ntp_monitor.d ntp_parser.d ntp_peer.d ntp_prio_q.d ntp_proto.d ntp_refclock.d ntp_request.d ntp_restrict.d ntp_scanner.d ntp_signd.d ntp_timer.d ntp_util.d ntpd-opts.d ntpd.d ntpsim.d rc_cmdlength.d refclock_acts.d refclock_arbiter.d refclock_arc.d refclock_as2201.d refclock_atom.d refclock_bancomm.d refclock_chronolog.d refclock_chu.d refclock_conf.d refclock_datum.d refclock_dumbclock.d refclock_fg.d refclock_gpsdjson.d refclock_gpsvme.d refclock_heath.d refclock_hopfpci.d refclock_hopfser.d refclock_hpgps.d refclock_irig.d refclock_jjy.d refclock_jupiter.d refclock_leitch.d refclock_local.d refclock_msfees.d refclock_mx4200.d refclock_neoclock4x.d refclock_nmea.d refclock_oncore.d refclock_palisade.d refclock_parse.d refclock_pcf.d refclock_pst.d refclock_ripencc.d refclock_shm.d refclock_tpro.d refclock_true.d refclock_tt560.d refclock_ulink.d refclock_wwv.d refclock_wwvb.d refclock_zyfer.d version.d cmd_args.d.tmp ntp_config.d.tmp ntp_control.d.tmp ntp_crypto.d.tmp ntp_filegen.d.tmp ntp_io.d.tmp ntp_leapsec.d.tmp ntp_loopfilter.d.tmp ntp_monitor.d.tmp ntp_parser.d.tmp ntp_peer.d.tmp ntp_prio_q.d.tmp ntp_proto.d.tmp ntp_refclock.d.tmp ntp_request.d.tmp ntp_restrict.d.tmp ntp_scanner.d.tmp ntp_signd.d.tmp ntp_timer.d.tmp ntp_util.d.tmp ntpd-opts.d.tmp ntpd.d.tmp ntpsim.d.tmp rc_cmdlength.d.tmp refclock_acts.d.tmp refclock_arbiter.d.tmp refclock_arc.d.tmp refclock_as2201.d.tmp refclock_atom.d.tmp refclock_bancomm.d.tmp refclock_chronolog.d.tmp refclock_chu.d.tmp refclock_conf.d.tmp refclock_datum.d.tmp refclock_dumbclock.d.tmp refclock_fg.d.tmp refclock_gpsdjson.d.tmp refclock_gpsvme.d.tmp refclock_heath.d.tmp refclock_hopfpci.d.tmp refclock_hopfser.d.tmp refclock_hpgps.d.tmp refclock_irig.d.tmp refclock_jjy.d.tmp refclock_jupiter.d.tmp refclock_leitch.d.tmp refclock_local.d.tmp refclock_msfees.d.tmp refclock_mx4200.d.tmp refclock_neoclock4x.d.tmp refclock_nmea.d.tmp refclock_oncore.d.tmp refclock_palisade.d.tmp refclock_parse.d.tmp refclock_pcf.d.tmp refclock_pst.d.tmp refclock_ripencc.d.tmp refclock_shm.d.tmp refclock_tpro.d.tmp refclock_true.d.tmp refclock_tt560.d.tmp refclock_ulink.d.tmp refclock_wwv.d.tmp refclock_wwvb.d.tmp refclock_zyfer.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libppath && rm -f libppath_p.a ppath.po ppath_extant.po ppath_malloc.po ppath.po.tmp ppath_extant.po.tmp ppath_malloc.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntpd && rm -f ntpd.html8 ntp.conf.html5 ntp.keys.html5 .depend cmd_args.d ntp_config.d ntp_control.d ntp_crypto.d ntp_filegen.d ntp_io.d ntp_leapsec.d ntp_loopfilter.d ntp_monitor.d ntp_parser.d ntp_peer.d ntp_prio_q.d ntp_proto.d ntp_refclock.d ntp_request.d ntp_restrict.d ntp_scanner.d ntp_signd.d ntp_timer.d ntp_util.d ntpd-opts.d ntpd.d ntpsim.d rc_cmdlength.d refclock_acts.d refclock_arbiter.d refclock_arc.d refclock_as2201.d refclock_atom.d refclock_bancomm.d refclock_chronolog.d refclock_chu.d refclock_conf.d refclock_datum.d refclock_dumbclock.d refclock_fg.d refclock_gpsdjson.d refclock_gpsvme.d refclock_heath.d refclock_hopfpci.d refclock_hopfser.d refclock_hpgps.d refclock_irig.d refclock_jjy.d refclock_jupiter.d refclock_leitch.d refclock_local.d refclock_msfees.d refclock_mx4200.d refclock_neoclock4x.d refclock_nmea.d refclock_oncore.d refclock_palisade.d refclock_parse.d refclock_pcf.d refclock_pst.d refclock_ripencc.d refclock_shm.d refclock_tpro.d refclock_true.d refclock_tt560.d refclock_ulink.d refclock_wwv.d refclock_wwvb.d refclock_zyfer.d version.d cmd_args.d.tmp ntp_config.d.tmp ntp_control.d.tmp ntp_crypto.d.tmp ntp_filegen.d.tmp ntp_io.d.tmp ntp_leapsec.d.tmp ntp_loopfilter.d.tmp ntp_monitor.d.tmp ntp_parser.d.tmp ntp_peer.d.tmp ntp_prio_q.d.tmp ntp_proto.d.tmp ntp_refclock.d.tmp ntp_request.d.tmp ntp_restrict.d.tmp ntp_scanner.d.tmp ntp_signd.d.tmp ntp_timer.d.tmp ntp_util.d.tmp ntpd-opts.d.tmp ntpd.d.tmp ntpsim.d.tmp rc_cmdlength.d.tmp refclock_acts.d.tmp refclock_arbiter.d.tmp refclock_arc.d.tmp refclock_as2201.d.tmp refclock_atom.d.tmp refclock_bancomm.d.tmp refclock_chronolog.d.tmp refclock_chu.d.tmp refclock_conf.d.tmp refclock_datum.d.tmp refclock_dumbclock.d.tmp refclock_fg.d.tmp refclock_gpsdjson.d.tmp refclock_gpsvme.d.tmp refclock_heath.d.tmp refclock_hopfpci.d.tmp refclock_hopfser.d.tmp refclock_hpgps.d.tmp refclock_irig.d.tmp refclock_jjy.d.tmp refclock_jupiter.d.tmp refclock_leitch.d.tmp refclock_local.d.tmp refclock_msfees.d.tmp refclock_mx4200.d.tmp refclock_neoclock4x.d.tmp refclock_nmea.d.tmp refclock_oncore.d.tmp refclock_palisade.d.tmp refclock_parse.d.tmp refclock_pcf.d.tmp refclock_pst.d.tmp refclock_ripencc.d.tmp refclock_shm.d.tmp refclock_tpro.d.tmp refclock_true.d.tmp refclock_tt560.d.tmp refclock_ulink.d.tmp refclock_wwv.d.tmp refclock_wwvb.d.tmp refclock_zyfer.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libppath && rm -f libppath_p.a ppath.po ppath_extant.po ppath_malloc.po ppath.po.tmp ppath_extant.po.tmp ppath_malloc.po.tmp || true) --- cleandir-external --- --- cleandir-ntpdate --- --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libppath && rm -f libppath_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/ntp/bin/ntpdate --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libppath && rm -f libppath_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libppath && rm -f libppath_pic.a libppath.so.* libppath.so ppath.pico ppath_extant.pico ppath_malloc.pico ppath.pico.tmp ppath_extant.pico.tmp ppath_malloc.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libppath && rm -f libppath_pic.a libppath.so.* libppath.so ppath.pico ppath_extant.pico ppath_malloc.pico ppath.pico.tmp ppath_extant.pico.tmp ppath_malloc.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libppath && rm -f llib-lppath.ln ppath.ln ppath_extant.ln ppath_malloc.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libppath && rm -f llib-lppath.ln ppath.ln ppath_extant.ln ppath_malloc.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntpdate && rm -f version.c version.o a.out [Ee]rrs mklog core *.core .gdbinit ntpdate ntpdate.o version.o ntpdate.ln version.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntpdate && rm -f version.c version.o a.out [Ee]rrs mklog core *.core .gdbinit ntpdate ntpdate.o version.o ntpdate.ln version.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libppath && rm -f libppath.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libppath && rm -f libppath.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntpdate && rm -f ntpdate.html8 .depend ntpdate.d version.d ntpdate.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntpdate && rm -f ntpdate.html8 .depend ntpdate.d version.d ntpdate.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libppath && rm -f ppath.html3 ppath_bool.html3 ppath_number.html3 ppath_object.html3 .depend ppath.d ppath_extant.d ppath_malloc.d ppath.d.tmp ppath_extant.d.tmp ppath_malloc.d.tmp tags || true) --- cleandir-external --- --- cleandir-ntpdc --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libppath && rm -f ppath.html3 ppath_bool.html3 ppath_number.html3 ppath_object.html3 .depend ppath.d ppath_extant.d ppath_malloc.d ppath.d.tmp ppath_extant.d.tmp ppath_malloc.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/ntp/bin/ntpdc --- cleandir-lib --- --- cleandir-libperfuse --- cleandir ===> lib/libperfuse --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libperfuse && rm -f libperfuse.a perfuse.o ops.o subr.o debug.o perfuse.o.tmp ops.o.tmp subr.o.tmp debug.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntpdc && rm -f version.c version.o ntpdc.8 a.out [Ee]rrs mklog core *.core .gdbinit ntpdc ntpdc.o ntpdc_ops.o ntpdc-opts.o version.o ntpdc.ln ntpdc_ops.ln ntpdc-opts.ln version.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libperfuse && rm -f libperfuse.a perfuse.o ops.o subr.o debug.o perfuse.o.tmp ops.o.tmp subr.o.tmp debug.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntpdc && rm -f version.c version.o ntpdc.8 a.out [Ee]rrs mklog core *.core .gdbinit ntpdc ntpdc.o ntpdc_ops.o ntpdc-opts.o version.o ntpdc.ln ntpdc_ops.ln ntpdc-opts.ln version.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libperfuse && rm -f libperfuse_p.a perfuse.po ops.po subr.po debug.po perfuse.po.tmp ops.po.tmp subr.po.tmp debug.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntpdc && rm -f ntpdc.html8 .depend ntpdc-opts.d ntpdc.d ntpdc_ops.d version.d ntpdc-opts.d.tmp ntpdc.d.tmp ntpdc_ops.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libperfuse && rm -f libperfuse_p.a perfuse.po ops.po subr.po debug.po perfuse.po.tmp ops.po.tmp subr.po.tmp debug.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntpdc && rm -f ntpdc.html8 .depend ntpdc-opts.d ntpdc.d ntpdc_ops.d version.d ntpdc-opts.d.tmp ntpdc.d.tmp ntpdc_ops.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libperfuse && rm -f libperfuse_g.a || true) --- cleandir-external --- --- cleandir-ntpq --- cleandir ===> external/bsd/ntp/bin/ntpq --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libperfuse && rm -f libperfuse_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libperfuse && rm -f libperfuse_pic.a libperfuse.so.* libperfuse.so perfuse.pico ops.pico subr.pico debug.pico perfuse.pico.tmp ops.pico.tmp subr.pico.tmp debug.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libperfuse && rm -f libperfuse_pic.a libperfuse.so.* libperfuse.so perfuse.pico ops.pico subr.pico debug.pico perfuse.pico.tmp ops.pico.tmp subr.pico.tmp debug.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libperfuse && rm -f llib-lperfuse.ln perfuse.ln ops.ln subr.ln debug.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libperfuse && rm -f llib-lperfuse.ln perfuse.ln ops.ln subr.ln debug.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntpq && rm -f version.c version.o ntpq.8 a.out [Ee]rrs mklog core *.core .gdbinit ntpq ntpq.o ntpq-subs.o ntpq-opts.o version.o ntpq.ln ntpq-subs.ln ntpq-opts.ln version.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libperfuse && rm -f libperfuse.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntpq && rm -f version.c version.o ntpq.8 a.out [Ee]rrs mklog core *.core .gdbinit ntpq ntpq.o ntpq-subs.o ntpq-opts.o version.o ntpq.ln ntpq-subs.ln ntpq-opts.ln version.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libperfuse && rm -f libperfuse.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntpq && rm -f ntpq.html8 .depend ntpq-opts.d ntpq-subs.d ntpq.d version.d ntpq-opts.d.tmp ntpq-subs.d.tmp ntpq.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libperfuse && rm -f libperfuse.html3 .depend debug.d ops.d perfuse.d subr.d debug.d.tmp ops.d.tmp perfuse.d.tmp subr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntpq && rm -f ntpq.html8 .depend ntpq-opts.d ntpq-subs.d ntpq.d version.d ntpq-opts.d.tmp ntpq-subs.d.tmp ntpq.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libperfuse && rm -f libperfuse.html3 .depend debug.d ops.d perfuse.d subr.d debug.d.tmp ops.d.tmp perfuse.d.tmp subr.d.tmp tags || true) --- cleandir-external --- --- cleandir-ntptime --- --- cleandir-lib --- --- cleandir-libquota --- --- cleandir-external --- cleandir ===> external/bsd/ntp/bin/ntptime --- cleandir-lib --- cleandir ===> lib/libquota --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libquota && rm -f libquota.a quota_open.o quota_schema.o quota_get.o quota_put.o quota_delete.o quota_cursor.o quota_nfs.o quota_oldfiles.o quota_kernel.o quota_open.o.tmp quota_schema.o.tmp quota_get.o.tmp quota_put.o.tmp quota_delete.o.tmp quota_cursor.o.tmp quota_nfs.o.tmp quota_oldfiles.o.tmp quota_kernel.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libquota && rm -f libquota.a quota_open.o quota_schema.o quota_get.o quota_put.o quota_delete.o quota_cursor.o quota_nfs.o quota_oldfiles.o quota_kernel.o quota_open.o.tmp quota_schema.o.tmp quota_get.o.tmp quota_put.o.tmp quota_delete.o.tmp quota_cursor.o.tmp quota_nfs.o.tmp quota_oldfiles.o.tmp quota_kernel.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntptime && rm -f version.c version.o a.out [Ee]rrs mklog core *.core .gdbinit ntptime ntptime.o version.o ntptime.ln version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntptime && rm -f version.c version.o a.out [Ee]rrs mklog core *.core .gdbinit ntptime ntptime.o version.o ntptime.ln version.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libquota && rm -f libquota_p.a quota_open.po quota_schema.po quota_get.po quota_put.po quota_delete.po quota_cursor.po quota_nfs.po quota_oldfiles.po quota_kernel.po quota_open.po.tmp quota_schema.po.tmp quota_get.po.tmp quota_put.po.tmp quota_delete.po.tmp quota_cursor.po.tmp quota_nfs.po.tmp quota_oldfiles.po.tmp quota_kernel.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libquota && rm -f libquota_p.a quota_open.po quota_schema.po quota_get.po quota_put.po quota_delete.po quota_cursor.po quota_nfs.po quota_oldfiles.po quota_kernel.po quota_open.po.tmp quota_schema.po.tmp quota_get.po.tmp quota_put.po.tmp quota_delete.po.tmp quota_cursor.po.tmp quota_nfs.po.tmp quota_oldfiles.po.tmp quota_kernel.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntptime && rm -f ntptime.html8 .depend ntptime.d version.d ntptime.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntptime && rm -f ntptime.html8 .depend ntptime.d version.d ntptime.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libquota && rm -f libquota_g.a || true) --- cleandir-external --- --- cleandir-ntptrace --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libquota && rm -f libquota_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/ntp/bin/ntptrace --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libquota && rm -f libquota_pic.a libquota.so.* libquota.so quota_open.pico quota_schema.pico quota_get.pico quota_put.pico quota_delete.pico quota_cursor.pico quota_nfs.pico quota_oldfiles.pico quota_kernel.pico quota_open.pico.tmp quota_schema.pico.tmp quota_get.pico.tmp quota_put.pico.tmp quota_delete.pico.tmp quota_cursor.pico.tmp quota_nfs.pico.tmp quota_oldfiles.pico.tmp quota_kernel.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntptrace && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libquota && rm -f libquota_pic.a libquota.so.* libquota.so quota_open.pico quota_schema.pico quota_get.pico quota_put.pico quota_delete.pico quota_cursor.pico quota_nfs.pico quota_oldfiles.pico quota_kernel.pico quota_open.pico.tmp quota_schema.pico.tmp quota_get.pico.tmp quota_put.pico.tmp quota_delete.pico.tmp quota_cursor.pico.tmp quota_nfs.pico.tmp quota_oldfiles.pico.tmp quota_kernel.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntptrace && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libquota && rm -f llib-lquota.ln quota_open.ln quota_schema.ln quota_get.ln quota_put.ln quota_delete.ln quota_cursor.ln quota_nfs.ln quota_oldfiles.ln quota_kernel.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/ntptrace && rm -f ntptrace.html8 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libquota && rm -f llib-lquota.ln quota_open.ln quota_schema.ln quota_get.ln quota_put.ln quota_delete.ln quota_cursor.ln quota_nfs.ln quota_oldfiles.ln quota_kernel.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/ntptrace && rm -f ntptrace.html8 || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-sntp --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libquota && rm -f libquota.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/ntp/bin/sntp --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libquota && rm -f libquota.so.1.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libquota && rm -f libquota.html3 .depend quota_cursor.d quota_delete.d quota_get.d quota_kernel.d quota_nfs.d quota_oldfiles.d quota_open.d quota_put.d quota_schema.d quota_cursor.d.tmp quota_delete.d.tmp quota_get.d.tmp quota_kernel.d.tmp quota_nfs.d.tmp quota_oldfiles.d.tmp quota_open.d.tmp quota_put.d.tmp quota_schema.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libquota && rm -f libquota.html3 .depend quota_cursor.d quota_delete.d quota_get.d quota_kernel.d quota_nfs.d quota_oldfiles.d quota_open.d quota_put.d quota_schema.d quota_cursor.d.tmp quota_delete.d.tmp quota_get.d.tmp quota_kernel.d.tmp quota_nfs.d.tmp quota_oldfiles.d.tmp quota_open.d.tmp quota_put.d.tmp quota_schema.d.tmp tags || true) --- cleandir-librefuse --- cleandir ===> lib/librefuse --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/sntp && rm -f version.c version.o sntp.1 a.out [Ee]rrs mklog core *.core .gdbinit sntp crypto.o kod_management.o log.o main.o networking.o sntp-opts.o sntp.o utilities.o version.o crypto.ln kod_management.ln log.ln main.ln networking.ln sntp-opts.ln sntp.ln utilities.ln version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/sntp && rm -f version.c version.o sntp.1 a.out [Ee]rrs mklog core *.core .gdbinit sntp crypto.o kod_management.o log.o main.o networking.o sntp-opts.o sntp.o utilities.o version.o crypto.ln kod_management.ln log.ln main.ln networking.ln sntp-opts.ln sntp.ln utilities.ln version.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/bin/sntp && rm -f sntp.html1 .depend crypto.d kod_management.d log.d main.d networking.d sntp-opts.d sntp.d utilities.d version.d crypto.d.tmp kod_management.d.tmp log.d.tmp main.d.tmp networking.d.tmp sntp-opts.d.tmp sntp.d.tmp utilities.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/bin/sntp && rm -f sntp.html1 .depend crypto.d kod_management.d log.d main.d networking.d sntp-opts.d sntp.d utilities.d version.d crypto.d.tmp kod_management.d.tmp log.d.tmp main.d.tmp networking.d.tmp sntp-opts.d.tmp sntp.d.tmp utilities.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librefuse && rm -f librefuse.a refuse.o refuse_compat.o refuse_log.o refuse_lowlevel.o refuse_opt.o refuse_signals.o buf.o chan.o fs.o legacy.o poll.o session.o v11.o v21.o v22.o v25.o v26.o v30.o v32.o refuse.o.tmp refuse_compat.o.tmp refuse_log.o.tmp refuse_lowlevel.o.tmp refuse_opt.o.tmp refuse_signals.o.tmp buf.o.tmp chan.o.tmp fs.o.tmp legacy.o.tmp poll.o.tmp session.o.tmp v11.o.tmp v21.o.tmp v22.o.tmp v25.o.tmp v26.o.tmp v30.o.tmp v32.o.tmp || true) --- cleandir-external --- --- cleandir-html --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librefuse && rm -f librefuse.a refuse.o refuse_compat.o refuse_log.o refuse_lowlevel.o refuse_opt.o refuse_signals.o buf.o chan.o fs.o legacy.o poll.o session.o v11.o v21.o v22.o v25.o v26.o v30.o v32.o refuse.o.tmp refuse_compat.o.tmp refuse_log.o.tmp refuse_lowlevel.o.tmp refuse_opt.o.tmp refuse_signals.o.tmp buf.o.tmp chan.o.tmp fs.o.tmp legacy.o.tmp poll.o.tmp session.o.tmp v11.o.tmp v21.o.tmp v22.o.tmp v25.o.tmp v26.o.tmp v30.o.tmp v32.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/ntp/html --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librefuse && rm -f librefuse_p.a refuse.po refuse_compat.po refuse_log.po refuse_lowlevel.po refuse_opt.po refuse_signals.po buf.po chan.po fs.po legacy.po poll.po session.po v11.po v21.po v22.po v25.po v26.po v30.po v32.po refuse.po.tmp refuse_compat.po.tmp refuse_log.po.tmp refuse_lowlevel.po.tmp refuse_opt.po.tmp refuse_signals.po.tmp buf.po.tmp chan.po.tmp fs.po.tmp legacy.po.tmp poll.po.tmp session.po.tmp v11.po.tmp v21.po.tmp v22.po.tmp v25.po.tmp v26.po.tmp v30.po.tmp v32.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ntp/html && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librefuse && rm -f librefuse_p.a refuse.po refuse_compat.po refuse_log.po refuse_lowlevel.po refuse_opt.po refuse_signals.po buf.po chan.po fs.po legacy.po poll.po session.po v11.po v21.po v22.po v25.po v26.po v30.po v32.po refuse.po.tmp refuse_compat.po.tmp refuse_log.po.tmp refuse_lowlevel.po.tmp refuse_opt.po.tmp refuse_signals.po.tmp buf.po.tmp chan.po.tmp fs.po.tmp legacy.po.tmp poll.po.tmp session.po.tmp v11.po.tmp v21.po.tmp v22.po.tmp v25.po.tmp v26.po.tmp v30.po.tmp v32.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ntp/html && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librefuse && rm -f librefuse_g.a || true) --- cleandir-external --- --- cleandir-openresolv --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librefuse && rm -f librefuse_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/openresolv --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-sbin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librefuse && rm -f librefuse_pic.a librefuse.so.* librefuse.so refuse.pico refuse_compat.pico refuse_log.pico refuse_lowlevel.pico refuse_opt.pico refuse_signals.pico buf.pico chan.pico fs.pico legacy.pico poll.pico session.pico v11.pico v21.pico v22.pico v25.pico v26.pico v30.pico v32.pico refuse.pico.tmp refuse_compat.pico.tmp refuse_log.pico.tmp refuse_lowlevel.pico.tmp refuse_opt.pico.tmp refuse_signals.pico.tmp buf.pico.tmp chan.pico.tmp fs.pico.tmp legacy.pico.tmp poll.pico.tmp session.pico.tmp v11.pico.tmp v21.pico.tmp v22.pico.tmp v25.pico.tmp v26.pico.tmp v30.pico.tmp v32.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/openresolv/sbin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librefuse && rm -f librefuse_pic.a librefuse.so.* librefuse.so refuse.pico refuse_compat.pico refuse_log.pico refuse_lowlevel.pico refuse_opt.pico refuse_signals.pico buf.pico chan.pico fs.pico legacy.pico poll.pico session.pico v11.pico v21.pico v22.pico v25.pico v26.pico v30.pico v32.pico refuse.pico.tmp refuse_compat.pico.tmp refuse_log.pico.tmp refuse_lowlevel.pico.tmp refuse_opt.pico.tmp refuse_signals.pico.tmp buf.pico.tmp chan.pico.tmp fs.pico.tmp legacy.pico.tmp poll.pico.tmp session.pico.tmp v11.pico.tmp v21.pico.tmp v22.pico.tmp v25.pico.tmp v26.pico.tmp v30.pico.tmp v32.pico.tmp || true) --- cleandir-external --- --- cleandir-resolvconf --- cleandir ===> external/bsd/openresolv/sbin/resolvconf --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librefuse && rm -f llib-lrefuse.ln refuse.ln refuse_compat.ln refuse_log.ln refuse_lowlevel.ln refuse_opt.ln refuse_signals.ln buf.ln chan.ln fs.ln legacy.ln poll.ln session.ln v11.ln v21.ln v22.ln v25.ln v26.ln v30.ln v32.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librefuse && rm -f llib-lrefuse.ln refuse.ln refuse_compat.ln refuse_log.ln refuse_lowlevel.ln refuse_opt.ln refuse_signals.ln buf.ln chan.ln fs.ln legacy.ln poll.ln session.ln v11.ln v21.ln v22.ln v25.ln v26.ln v30.ln v32.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openresolv/sbin/resolvconf && rm -f resolvconf resolvconf.conf.5 resolvconf.8 a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openresolv/sbin/resolvconf && rm -f resolvconf resolvconf.conf.5 resolvconf.8 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librefuse && rm -f librefuse.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librefuse && rm -f librefuse.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openresolv/sbin/resolvconf && rm -f resolvconf.conf.html5 resolvconf.html8 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openresolv/sbin/resolvconf && rm -f resolvconf.conf.html5 resolvconf.html8 || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librefuse && rm -f refuse.html3 .depend buf.d chan.d fs.d legacy.d poll.d refuse.d refuse_compat.d refuse_log.d refuse_lowlevel.d refuse_opt.d refuse_signals.d session.d v11.d v21.d v22.d v25.d v26.d v30.d v32.d buf.d.tmp chan.d.tmp fs.d.tmp legacy.d.tmp poll.d.tmp refuse.d.tmp refuse_compat.d.tmp refuse_log.d.tmp refuse_lowlevel.d.tmp refuse_opt.d.tmp refuse_signals.d.tmp session.d.tmp v11.d.tmp v21.d.tmp v22.d.tmp v25.d.tmp v26.d.tmp v30.d.tmp v32.d.tmp tags || true) --- cleandir-external --- --- cleandir-libexec --- cleandir ===> external/bsd/openresolv/libexec --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librefuse && rm -f refuse.html3 .depend buf.d chan.d fs.d legacy.d poll.d refuse.d refuse_compat.d refuse_log.d refuse_lowlevel.d refuse_opt.d refuse_signals.d session.d v11.d v21.d v22.d v25.d v26.d v30.d v32.d buf.d.tmp chan.d.tmp fs.d.tmp legacy.d.tmp poll.d.tmp refuse.d.tmp refuse_compat.d.tmp refuse_log.d.tmp refuse_lowlevel.d.tmp refuse_opt.d.tmp refuse_signals.d.tmp session.d.tmp v11.d.tmp v21.d.tmp v22.d.tmp v25.d.tmp v26.d.tmp v30.d.tmp v32.d.tmp tags || true) --- cleandir-external --- --- cleandir-resolvconf --- --- cleandir-lib --- --- cleandir-libisns --- --- cleandir-external --- cleandir ===> external/bsd/openresolv/libexec/resolvconf --- cleandir-lib --- cleandir ===> lib/libisns --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openresolv/libexec/resolvconf && rm -f libc dnsmasq named pdns_recursor pdnsd unbound a.out [Ee]rrs mklog core *.core .gdbinit dnsmasq libc named pdns_recursor pdnsd unbound || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openresolv/libexec/resolvconf && rm -f libc dnsmasq named pdns_recursor pdnsd unbound a.out [Ee]rrs mklog core *.core .gdbinit dnsmasq libc named pdns_recursor pdnsd unbound || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-libc.d --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libisns && rm -f libisns.a isns.o isns_pdu.o isns_socketio.o isns_task.o isns_thread.o isns_util.o isns_fileio.o isns.o.tmp isns_pdu.o.tmp isns_socketio.o.tmp isns_task.o.tmp isns_thread.o.tmp isns_util.o.tmp isns_fileio.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/openresolv/libexec/libc.d --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libisns && rm -f libisns.a isns.o isns_pdu.o isns_socketio.o isns_task.o isns_thread.o isns_util.o isns_fileio.o isns.o.tmp isns_pdu.o.tmp isns_socketio.o.tmp isns_task.o.tmp isns_thread.o.tmp isns_util.o.tmp isns_fileio.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openresolv/libexec/libc.d && rm -f avahi-daemon mdnsd a.out [Ee]rrs mklog core *.core .gdbinit avahi-daemon mdnsd || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libisns && rm -f libisns_p.a isns.po isns_pdu.po isns_socketio.po isns_task.po isns_thread.po isns_util.po isns_fileio.po isns.po.tmp isns_pdu.po.tmp isns_socketio.po.tmp isns_task.po.tmp isns_thread.po.tmp isns_util.po.tmp isns_fileio.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openresolv/libexec/libc.d && rm -f avahi-daemon mdnsd a.out [Ee]rrs mklog core *.core .gdbinit avahi-daemon mdnsd || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libisns && rm -f libisns_p.a isns.po isns_pdu.po isns_socketio.po isns_task.po isns_thread.po isns_util.po isns_fileio.po isns.po.tmp isns_pdu.po.tmp isns_socketio.po.tmp isns_task.po.tmp isns_thread.po.tmp isns_util.po.tmp isns_fileio.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libisns && rm -f libisns_g.a || true) --- cleandir-external --- --- cleandir-tcpdump --- cleandir ===> external/bsd/tcpdump --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libisns && rm -f libisns_g.a || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/bsd/tcpdump/bin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libisns && rm -f libisns_pic.a libisns.so.* libisns.so isns.pico isns_pdu.pico isns_socketio.pico isns_task.pico isns_thread.pico isns_util.pico isns_fileio.pico isns.pico.tmp isns_pdu.pico.tmp isns_socketio.pico.tmp isns_task.pico.tmp isns_thread.pico.tmp isns_util.pico.tmp isns_fileio.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libisns && rm -f libisns_pic.a libisns.so.* libisns.so isns.pico isns_pdu.pico isns_socketio.pico isns_task.pico isns_thread.pico isns_util.pico isns_fileio.pico isns.pico.tmp isns_pdu.pico.tmp isns_socketio.pico.tmp isns_task.pico.tmp isns_thread.pico.tmp isns_util.pico.tmp isns_fileio.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tcpdump/bin && rm -f version.c tcpdump.8 a.out [Ee]rrs mklog core *.core .gdbinit tcpdump addrtoname.o cpack.o gmpls.o gmt2local.o machdep.o oui.o parsenfsfh.o setsignal.o smbutil.o tcpdump.o netdissect.o checksum.o signature.o l2vpn.o nlpid.o ipproto.o af.o in_cksum.o pf_print_state.o util-print.o addrtostr.o ascii_strcasecmp.o print.o strtoaddr.o bpf_dump.o version.o print-802_11.o print-802_15_4.o print-ah.o print-ahcp.o print-aodv.o print-aoe.o print-ap1394.o print-arcnet.o print-arp.o print-ascii.o print-atalk.o print-atm.o print-beep.o print-bfd.o print-bgp.o print-bootp.o print-bt.o print-calm-fast.o print-carp.o print-cdp.o print-cfm.o print-chdlc.o print-cip.o print-cnfp.o print-dccp.o print-decnet.o print-domain.o print-dtp.o print-dvmrp.o print-eap.o print-egp.o print-eigrp.o print-enc.o print-esp.o print-ether.o print-fddi.o print-forces.o print-fr.o print-ftp.o print-geneve.o print-geonet.o print-gre.o print-hncp.o print-hsrp.o print-http.o print-icmp.o print-igmp.o print-igrp.o print-ip.o print-ipcomp.o print-ipfc.o print-ipnet.o print-ipx.o print-isakmp.o print-isoclns.o print-juniper.o print-krb.o print-l2tp.o print-lane.o print-ldp.o print-lisp.o print-llc.o print-lldp.o print-lmp.o print-loopback.o print-lspping.o print-lwapp.o print-lwres.o print-m3ua.o print-medsa.o print-mobile.o print-mobility.o print-mpcp.o print-mpls.o print-mptcp.o print-msdp.o print-msnlb.o print-nflog.o print-nfs.o print-nsh.o print-ntp.o print-null.o print-olsr.o print-openflow-1.0.o print-openflow.o print-ospf.o print-otv.o print-pflog.o print-pfsync.o print-pgm.o print-pim.o print-pktap.o print-ppi.o print-ppp.o print-pppoe.o print-pptp.o print-radius.o print-raw.o print-resp.o print-rip.o print-ripng.o print-rpki-rtr.o print-rrcp.o print-rsvp.o print-rtsp.o print-rx.o print-sctp.o print-sflow.o print-sip.o print-sl.o print-sll.o print-slow.o print-smb.o print-smtp.o print-snmp.o print-stp.o print-sunatm.o print-sunrpc.o print-symantec.o print-syslog.o print-tcp.o print-telnet.o print-tftp.o print-timed.o print-tipc.o print-token.o print-udld.o print-udp.o print-usb.o print-vjc.o print-vqp.o print-vrrp.o print-vtp.o print-vxlan-gpe.o print-vxlan.o print-wb.o print-zephyr.o print-zeromq.o print-babel.o print-ip6opts.o print-dhcp6.o print-frag6.o print-icmp6.o print-ip6.o print-ospf6.o print-rt6.o addrtoname.ln cpack.ln gmpls.ln gmt2local.ln machdep.ln oui.ln parsenfsfh.ln setsignal.ln smbutil.ln tcpdump.ln netdissect.ln checksum.ln signature.ln l2vpn.ln nlpid.ln ipproto.ln af.ln in_cksum.ln pf_print_state.ln util-print.ln addrtostr.ln ascii_strcasecmp.ln print.ln strtoaddr.ln bpf_dump.ln version.ln print-802_11.ln print-802_15_4.ln print-ah.ln print-ahcp.ln print-aodv.ln print-aoe.ln print-ap1394.ln print-arcnet.ln print-arp.ln print-ascii.ln print-atalk.ln print-atm.ln print-beep.ln print-bfd.ln print-bgp.ln print-bootp.ln print-bt.ln print-calm-fast.ln print-carp.ln print-cdp.ln print-cfm.ln print-chdlc.ln print-cip.ln print-cnfp.ln print-dccp.ln print-decnet.ln print-domain.ln print-dtp.ln print-dvmrp.ln print-eap.ln print-egp.ln print-eigrp.ln print-enc.ln print-esp.ln print-ether.ln print-fddi.ln print-forces.ln print-fr.ln print-ftp.ln print-geneve.ln print-geonet.ln print-gre.ln print-hncp.ln print-hsrp.ln print-http.ln print-icmp.ln print-igmp.ln print-igrp.ln print-ip.ln print-ipcomp.ln print-ipfc.ln print-ipnet.ln print-ipx.ln print-isakmp.ln print-isoclns.ln print-juniper.ln print-krb.ln print-l2tp.ln print-lane.ln print-ldp.ln print-lisp.ln print-llc.ln print-lldp.ln print-lmp.ln print-loopback.ln print-lspping.ln print-lwapp.ln print-lwres.ln print-m3ua.ln print-medsa.ln print-mobile.ln print-mobility.ln print-mpcp.ln print-mpls.ln print-mptcp.ln print-msdp.ln print-msnlb.ln print-nflog.ln print-nfs.ln print-nsh.ln print-ntp.ln print-null.ln print-olsr.ln print-openflow-1.0.ln print-openflow.ln print-ospf.ln print-otv.ln print-pflog.ln print-pfsync.ln print-pgm.ln print-pim.ln print-pktap.ln print-ppi.ln print-ppp.ln print-pppoe.ln print-pptp.ln print-radius.ln print-raw.ln print-resp.ln print-rip.ln print-ripng.ln print-rpki-rtr.ln print-rrcp.ln print-rsvp.ln print-rtsp.ln print-rx.ln print-sctp.ln print-sflow.ln print-sip.ln print-sl.ln print-sll.ln print-slow.ln print-smb.ln print-smtp.ln print-snmp.ln print-stp.ln print-sunatm.ln print-sunrpc.ln print-symantec.ln print-syslog.ln print-tcp.ln print-telnet.ln print-tftp.ln print-timed.ln print-tipc.ln print-token.ln print-udld.ln print-udp.ln print-usb.ln print-vjc.ln print-vqp.ln print-vrrp.ln print-vtp.ln print-vxlan-gpe.ln print-vxlan.ln print-wb.ln print-zephyr.ln print-zeromq.ln print-babel.ln print-ip6opts.ln print-dhcp6.ln print-frag6.ln print-icmp6.ln print-ip6.ln print-ospf6.ln print-rt6.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libisns && rm -f llib-lisns.ln isns.ln isns_pdu.ln isns_socketio.ln isns_task.ln isns_thread.ln isns_util.ln isns_fileio.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libisns && rm -f llib-lisns.ln isns.ln isns_pdu.ln isns_socketio.ln isns_task.ln isns_thread.ln isns_util.ln isns_fileio.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tcpdump/bin && rm -f version.c tcpdump.8 a.out [Ee]rrs mklog core *.core .gdbinit tcpdump addrtoname.o cpack.o gmpls.o gmt2local.o machdep.o oui.o parsenfsfh.o setsignal.o smbutil.o tcpdump.o netdissect.o checksum.o signature.o l2vpn.o nlpid.o ipproto.o af.o in_cksum.o pf_print_state.o util-print.o addrtostr.o ascii_strcasecmp.o print.o strtoaddr.o bpf_dump.o version.o print-802_11.o print-802_15_4.o print-ah.o print-ahcp.o print-aodv.o print-aoe.o print-ap1394.o print-arcnet.o print-arp.o print-ascii.o print-atalk.o print-atm.o print-beep.o print-bfd.o print-bgp.o print-bootp.o print-bt.o print-calm-fast.o print-carp.o print-cdp.o print-cfm.o print-chdlc.o print-cip.o print-cnfp.o print-dccp.o print-decnet.o print-domain.o print-dtp.o print-dvmrp.o print-eap.o print-egp.o print-eigrp.o print-enc.o print-esp.o print-ether.o print-fddi.o print-forces.o print-fr.o print-ftp.o print-geneve.o print-geonet.o print-gre.o print-hncp.o print-hsrp.o print-http.o print-icmp.o print-igmp.o print-igrp.o print-ip.o print-ipcomp.o print-ipfc.o print-ipnet.o print-ipx.o print-isakmp.o print-isoclns.o print-juniper.o print-krb.o print-l2tp.o print-lane.o print-ldp.o print-lisp.o print-llc.o print-lldp.o print-lmp.o print-loopback.o print-lspping.o print-lwapp.o print-lwres.o print-m3ua.o print-medsa.o print-mobile.o print-mobility.o print-mpcp.o print-mpls.o print-mptcp.o print-msdp.o print-msnlb.o print-nflog.o print-nfs.o print-nsh.o print-ntp.o print-null.o print-olsr.o print-openflow-1.0.o print-openflow.o print-ospf.o print-otv.o print-pflog.o print-pfsync.o print-pgm.o print-pim.o print-pktap.o print-ppi.o print-ppp.o print-pppoe.o print-pptp.o print-radius.o print-raw.o print-resp.o print-rip.o print-ripng.o print-rpki-rtr.o print-rrcp.o print-rsvp.o print-rtsp.o print-rx.o print-sctp.o print-sflow.o print-sip.o print-sl.o print-sll.o print-slow.o print-smb.o print-smtp.o print-snmp.o print-stp.o print-sunatm.o print-sunrpc.o print-symantec.o print-syslog.o print-tcp.o print-telnet.o print-tftp.o print-timed.o print-tipc.o print-token.o print-udld.o print-udp.o print-usb.o print-vjc.o print-vqp.o print-vrrp.o print-vtp.o print-vxlan-gpe.o print-vxlan.o print-wb.o print-zephyr.o print-zeromq.o print-babel.o print-ip6opts.o print-dhcp6.o print-frag6.o print-icmp6.o print-ip6.o print-ospf6.o print-rt6.o addrtoname.ln cpack.ln gmpls.ln gmt2local.ln machdep.ln oui.ln parsenfsfh.ln setsignal.ln smbutil.ln tcpdump.ln netdissect.ln checksum.ln signature.ln l2vpn.ln nlpid.ln ipproto.ln af.ln in_cksum.ln pf_print_state.ln util-print.ln addrtostr.ln ascii_strcasecmp.ln print.ln strtoaddr.ln bpf_dump.ln version.ln print-802_11.ln print-802_15_4.ln print-ah.ln print-ahcp.ln print-aodv.ln print-aoe.ln print-ap1394.ln print-arcnet.ln print-arp.ln print-ascii.ln print-atalk.ln print-atm.ln print-beep.ln print-bfd.ln print-bgp.ln print-bootp.ln print-bt.ln print-calm-fast.ln print-carp.ln print-cdp.ln print-cfm.ln print-chdlc.ln print-cip.ln print-cnfp.ln print-dccp.ln print-decnet.ln print-domain.ln print-dtp.ln print-dvmrp.ln print-eap.ln print-egp.ln print-eigrp.ln print-enc.ln print-esp.ln print-ether.ln print-fddi.ln print-forces.ln print-fr.ln print-ftp.ln print-geneve.ln print-geonet.ln print-gre.ln print-hncp.ln print-hsrp.ln print-http.ln print-icmp.ln print-igmp.ln print-igrp.ln print-ip.ln print-ipcomp.ln print-ipfc.ln print-ipnet.ln print-ipx.ln print-isakmp.ln print-isoclns.ln print-juniper.ln print-krb.ln print-l2tp.ln print-lane.ln print-ldp.ln print-lisp.ln print-llc.ln print-lldp.ln print-lmp.ln print-loopback.ln print-lspping.ln print-lwapp.ln print-lwres.ln print-m3ua.ln print-medsa.ln print-mobile.ln print-mobility.ln print-mpcp.ln print-mpls.ln print-mptcp.ln print-msdp.ln print-msnlb.ln print-nflog.ln print-nfs.ln print-nsh.ln print-ntp.ln print-null.ln print-olsr.ln print-openflow-1.0.ln print-openflow.ln print-ospf.ln print-otv.ln print-pflog.ln print-pfsync.ln print-pgm.ln print-pim.ln print-pktap.ln print-ppi.ln print-ppp.ln print-pppoe.ln print-pptp.ln print-radius.ln print-raw.ln print-resp.ln print-rip.ln print-ripng.ln print-rpki-rtr.ln print-rrcp.ln print-rsvp.ln print-rtsp.ln print-rx.ln print-sctp.ln print-sflow.ln print-sip.ln print-sl.ln print-sll.ln print-slow.ln print-smb.ln print-smtp.ln print-snmp.ln print-stp.ln print-sunatm.ln print-sunrpc.ln print-symantec.ln print-syslog.ln print-tcp.ln print-telnet.ln print-tftp.ln print-timed.ln print-tipc.ln print-token.ln print-udld.ln print-udp.ln print-usb.ln print-vjc.ln print-vqp.ln print-vrrp.ln print-vtp.ln print-vxlan-gpe.ln print-vxlan.ln print-wb.ln print-zephyr.ln print-zeromq.ln print-babel.ln print-ip6opts.ln print-dhcp6.ln print-frag6.ln print-icmp6.ln print-ip6.ln print-ospf6.ln print-rt6.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libisns && rm -f libisns.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libisns && rm -f libisns.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tcpdump/bin && rm -f tcpdump.html8 .depend addrtoname.d addrtostr.d af.d ascii_strcasecmp.d bpf_dump.d checksum.d cpack.d gmpls.d gmt2local.d in_cksum.d ipproto.d l2vpn.d machdep.d netdissect.d nlpid.d oui.d parsenfsfh.d pf_print_state.d print-802_11.d print-802_15_4.d print-ah.d print-ahcp.d print-aodv.d print-aoe.d print-ap1394.d print-arcnet.d print-arp.d print-ascii.d print-atalk.d print-atm.d print-babel.d print-beep.d print-bfd.d print-bgp.d print-bootp.d print-bt.d print-calm-fast.d print-carp.d print-cdp.d print-cfm.d print-chdlc.d print-cip.d print-cnfp.d print-dccp.d print-decnet.d print-dhcp6.d print-domain.d print-dtp.d print-dvmrp.d print-eap.d print-egp.d print-eigrp.d print-enc.d print-esp.d print-ether.d print-fddi.d print-forces.d print-fr.d print-frag6.d print-ftp.d print-geneve.d print-geonet.d print-gre.d print-hncp.d print-hsrp.d print-http.d print-icmp.d print-icmp6.d print-igmp.d print-igrp.d print-ip.d print-ip6.d print-ip6opts.d print-ipcomp.d print-ipfc.d print-ipnet.d print-ipx.d print-isakmp.d print-isoclns.d print-juniper.d print-krb.d print-l2tp.d print-lane.d print-ldp.d print-lisp.d print-llc.d print-lldp.d print-lmp.d print-loopback.d print-lspping.d print-lwapp.d print-lwres.d print-m3ua.d print-medsa.d print-mobile.d print-mobility.d print-mpcp.d print-mpls.d print-mptcp.d print-msdp.d print-msnlb.d print-nflog.d print-nfs.d print-nsh.d print-ntp.d print-null.d print-olsr.d print-openflow-1.0.d print-openflow.d print-ospf.d print-ospf6.d print-otv.d print-pflog.d print-pfsync.d print-pgm.d print-pim.d print-pktap.d print-ppi.d print-ppp.d print-pppoe.d print-pptp.d print-radius.d print-raw.d print-resp.d print-rip.d print-ripng.d print-rpki-rtr.d print-rrcp.d print-rsvp.d print-rt6.d print-rtsp.d print-rx.d print-sctp.d print-sflow.d print-sip.d print-sl.d print-sll.d print-slow.d print-smb.d print-smtp.d print-snmp.d print-stp.d print-sunatm.d print-sunrpc.d print-symantec.d print-syslog.d print-tcp.d print-telnet.d print-tftp.d print-timed.d print-tipc.d print-token.d print-udld.d print-udp.d print-usb.d print-vjc.d print-vqp.d print-vrrp.d print-vtp.d print-vxlan-gpe.d print-vxlan.d print-wb.d print-zephyr.d print-zeromq.d print.d setsignal.d signature.d smbutil.d strtoaddr.d tcpdump.d util-print.d version.d addrtoname.d.tmp addrtostr.d.tmp af.d.tmp ascii_strcasecmp.d.tmp bpf_dump.d.tmp checksum.d.tmp cpack.d.tmp gmpls.d.tmp gmt2local.d.tmp in_cksum.d.tmp ipproto.d.tmp l2vpn.d.tmp machdep.d.tmp netdissect.d.tmp nlpid.d.tmp oui.d.tmp parsenfsfh.d.tmp pf_print_state.d.tmp print-802_11.d.tmp print-802_15_4.d.tmp print-ah.d.tmp print-ahcp.d.tmp print-aodv.d.tmp print-aoe.d.tmp print-ap1394.d.tmp print-arcnet.d.tmp print-arp.d.tmp print-ascii.d.tmp print-atalk.d.tmp print-atm.d.tmp print-babel.d.tmp print-beep.d.tmp print-bfd.d.tmp print-bgp.d.tmp print-bootp.d.tmp print-bt.d.tmp print-calm-fast.d.tmp print-carp.d.tmp print-cdp.d.tmp print-cfm.d.tmp print-chdlc.d.tmp print-cip.d.tmp print-cnfp.d.tmp print-dccp.d.tmp print-decnet.d.tmp print-dhcp6.d.tmp print-domain.d.tmp print-dtp.d.tmp print-dvmrp.d.tmp print-eap.d.tmp print-egp.d.tmp print-eigrp.d.tmp print-enc.d.tmp print-esp.d.tmp print-ether.d.tmp print-fddi.d.tmp print-forces.d.tmp print-fr.d.tmp print-frag6.d.tmp print-ftp.d.tmp print-geneve.d.tmp print-geonet.d.tmp print-gre.d.tmp print-hncp.d.tmp print-hsrp.d.tmp print-http.d.tmp print-icmp.d.tmp print-icmp6.d.tmp print-igmp.d.tmp print-igrp.d.tmp print-ip.d.tmp print-ip6.d.tmp print-ip6opts.d.tmp print-ipcomp.d.tmp print-ipfc.d.tmp print-ipnet.d.tmp print-ipx.d.tmp print-isakmp.d.tmp print-isoclns.d.tmp print-juniper.d.tmp print-krb.d.tmp print-l2tp.d.tmp print-lane.d.tmp print-ldp.d.tmp print-lisp.d.tmp print-llc.d.tmp print-lldp.d.tmp print-lmp.d.tmp print-loopback.d.tmp print-lspping.d.tmp print-lwapp.d.tmp print-lwres.d.tmp print-m3ua.d.tmp print-medsa.d.tmp print-mobile.d.tmp print-mobility.d.tmp print-mpcp.d.tmp print-mpls.d.tmp print-mptcp.d.tmp print-msdp.d.tmp print-msnlb.d.tmp print-nflog.d.tmp print-nfs.d.tmp print-nsh.d.tmp print-ntp.d.tmp print-null.d.tmp print-olsr.d.tmp print-openflow-1.0.d.tmp print-openflow.d.tmp print-ospf.d.tmp print-ospf6.d.tmp print-otv.d.tmp print-pflog.d.tmp print-pfsync.d.tmp print-pgm.d.tmp print-pim.d.tmp print-pktap.d.tmp print-ppi.d.tmp print-ppp.d.tmp print-pppoe.d.tmp print-pptp.d.tmp print-radius.d.tmp print-raw.d.tmp print-resp.d.tmp print-rip.d.tmp print-ripng.d.tmp print-rpki-rtr.d.tmp print-rrcp.d.tmp print-rsvp.d.tmp print-rt6.d.tmp print-rtsp.d.tmp print-rx.d.tmp print-sctp.d.tmp print-sflow.d.tmp print-sip.d.tmp print-sl.d.tmp print-sll.d.tmp print-slow.d.tmp print-smb.d.tmp print-smtp.d.tmp print-snmp.d.tmp print-stp.d.tmp print-sunatm.d.tmp print-sunrpc.d.tmp print-symantec.d.tmp print-syslog.d.tmp print-tcp.d.tmp print-telnet.d.tmp print-tftp.d.tmp print-timed.d.tmp print-tipc.d.tmp print-token.d.tmp print-udld.d.tmp print-udp.d.tmp print-usb.d.tmp print-vjc.d.tmp print-vqp.d.tmp print-vrrp.d.tmp print-vtp.d.tmp print-vxlan-gpe.d.tmp print-vxlan.d.tmp print-wb.d.tmp print-zephyr.d.tmp print-zeromq.d.tmp print.d.tmp setsignal.d.tmp signature.d.tmp smbutil.d.tmp strtoaddr.d.tmp tcpdump.d.tmp util-print.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libisns && rm -f isns.html3 .depend isns.d isns_fileio.d isns_pdu.d isns_socketio.d isns_task.d isns_thread.d isns_util.d isns.d.tmp isns_fileio.d.tmp isns_pdu.d.tmp isns_socketio.d.tmp isns_task.d.tmp isns_thread.d.tmp isns_util.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tcpdump/bin && rm -f tcpdump.html8 .depend addrtoname.d addrtostr.d af.d ascii_strcasecmp.d bpf_dump.d checksum.d cpack.d gmpls.d gmt2local.d in_cksum.d ipproto.d l2vpn.d machdep.d netdissect.d nlpid.d oui.d parsenfsfh.d pf_print_state.d print-802_11.d print-802_15_4.d print-ah.d print-ahcp.d print-aodv.d print-aoe.d print-ap1394.d print-arcnet.d print-arp.d print-ascii.d print-atalk.d print-atm.d print-babel.d print-beep.d print-bfd.d print-bgp.d print-bootp.d print-bt.d print-calm-fast.d print-carp.d print-cdp.d print-cfm.d print-chdlc.d print-cip.d print-cnfp.d print-dccp.d print-decnet.d print-dhcp6.d print-domain.d print-dtp.d print-dvmrp.d print-eap.d print-egp.d print-eigrp.d print-enc.d print-esp.d print-ether.d print-fddi.d print-forces.d print-fr.d print-frag6.d print-ftp.d print-geneve.d print-geonet.d print-gre.d print-hncp.d print-hsrp.d print-http.d print-icmp.d print-icmp6.d print-igmp.d print-igrp.d print-ip.d print-ip6.d print-ip6opts.d print-ipcomp.d print-ipfc.d print-ipnet.d print-ipx.d print-isakmp.d print-isoclns.d print-juniper.d print-krb.d print-l2tp.d print-lane.d print-ldp.d print-lisp.d print-llc.d print-lldp.d print-lmp.d print-loopback.d print-lspping.d print-lwapp.d print-lwres.d print-m3ua.d print-medsa.d print-mobile.d print-mobility.d print-mpcp.d print-mpls.d print-mptcp.d print-msdp.d print-msnlb.d print-nflog.d print-nfs.d print-nsh.d print-ntp.d print-null.d print-olsr.d print-openflow-1.0.d print-openflow.d print-ospf.d print-ospf6.d print-otv.d print-pflog.d print-pfsync.d print-pgm.d print-pim.d print-pktap.d print-ppi.d print-ppp.d print-pppoe.d print-pptp.d print-radius.d print-raw.d print-resp.d print-rip.d print-ripng.d print-rpki-rtr.d print-rrcp.d print-rsvp.d print-rt6.d print-rtsp.d print-rx.d print-sctp.d print-sflow.d print-sip.d print-sl.d print-sll.d print-slow.d print-smb.d print-smtp.d print-snmp.d print-stp.d print-sunatm.d print-sunrpc.d print-symantec.d print-syslog.d print-tcp.d print-telnet.d print-tftp.d print-timed.d print-tipc.d print-token.d print-udld.d print-udp.d print-usb.d print-vjc.d print-vqp.d print-vrrp.d print-vtp.d print-vxlan-gpe.d print-vxlan.d print-wb.d print-zephyr.d print-zeromq.d print.d setsignal.d signature.d smbutil.d strtoaddr.d tcpdump.d util-print.d version.d addrtoname.d.tmp addrtostr.d.tmp af.d.tmp ascii_strcasecmp.d.tmp bpf_dump.d.tmp checksum.d.tmp cpack.d.tmp gmpls.d.tmp gmt2local.d.tmp in_cksum.d.tmp ipproto.d.tmp l2vpn.d.tmp machdep.d.tmp netdissect.d.tmp nlpid.d.tmp oui.d.tmp parsenfsfh.d.tmp pf_print_state.d.tmp print-802_11.d.tmp print-802_15_4.d.tmp print-ah.d.tmp print-ahcp.d.tmp print-aodv.d.tmp print-aoe.d.tmp print-ap1394.d.tmp print-arcnet.d.tmp print-arp.d.tmp print-ascii.d.tmp print-atalk.d.tmp print-atm.d.tmp print-babel.d.tmp print-beep.d.tmp print-bfd.d.tmp print-bgp.d.tmp print-bootp.d.tmp print-bt.d.tmp print-calm-fast.d.tmp print-carp.d.tmp print-cdp.d.tmp print-cfm.d.tmp print-chdlc.d.tmp print-cip.d.tmp print-cnfp.d.tmp print-dccp.d.tmp print-decnet.d.tmp print-dhcp6.d.tmp print-domain.d.tmp print-dtp.d.tmp print-dvmrp.d.tmp print-eap.d.tmp print-egp.d.tmp print-eigrp.d.tmp print-enc.d.tmp print-esp.d.tmp print-ether.d.tmp print-fddi.d.tmp print-forces.d.tmp print-fr.d.tmp print-frag6.d.tmp print-ftp.d.tmp print-geneve.d.tmp print-geonet.d.tmp print-gre.d.tmp print-hncp.d.tmp print-hsrp.d.tmp print-http.d.tmp print-icmp.d.tmp print-icmp6.d.tmp print-igmp.d.tmp print-igrp.d.tmp print-ip.d.tmp print-ip6.d.tmp print-ip6opts.d.tmp print-ipcomp.d.tmp print-ipfc.d.tmp print-ipnet.d.tmp print-ipx.d.tmp print-isakmp.d.tmp print-isoclns.d.tmp print-juniper.d.tmp print-krb.d.tmp print-l2tp.d.tmp print-lane.d.tmp print-ldp.d.tmp print-lisp.d.tmp print-llc.d.tmp print-lldp.d.tmp print-lmp.d.tmp print-loopback.d.tmp print-lspping.d.tmp print-lwapp.d.tmp print-lwres.d.tmp print-m3ua.d.tmp print-medsa.d.tmp print-mobile.d.tmp print-mobility.d.tmp print-mpcp.d.tmp print-mpls.d.tmp print-mptcp.d.tmp print-msdp.d.tmp print-msnlb.d.tmp print-nflog.d.tmp print-nfs.d.tmp print-nsh.d.tmp print-ntp.d.tmp print-null.d.tmp print-olsr.d.tmp print-openflow-1.0.d.tmp print-openflow.d.tmp print-ospf.d.tmp print-ospf6.d.tmp print-otv.d.tmp print-pflog.d.tmp print-pfsync.d.tmp print-pgm.d.tmp print-pim.d.tmp print-pktap.d.tmp print-ppi.d.tmp print-ppp.d.tmp print-pppoe.d.tmp print-pptp.d.tmp print-radius.d.tmp print-raw.d.tmp print-resp.d.tmp print-rip.d.tmp print-ripng.d.tmp print-rpki-rtr.d.tmp print-rrcp.d.tmp print-rsvp.d.tmp print-rt6.d.tmp print-rtsp.d.tmp print-rx.d.tmp print-sctp.d.tmp print-sflow.d.tmp print-sip.d.tmp print-sl.d.tmp print-sll.d.tmp print-slow.d.tmp print-smb.d.tmp print-smtp.d.tmp print-snmp.d.tmp print-stp.d.tmp print-sunatm.d.tmp print-sunrpc.d.tmp print-symantec.d.tmp print-syslog.d.tmp print-tcp.d.tmp print-telnet.d.tmp print-tftp.d.tmp print-timed.d.tmp print-tipc.d.tmp print-token.d.tmp print-udld.d.tmp print-udp.d.tmp print-usb.d.tmp print-vjc.d.tmp print-vqp.d.tmp print-vrrp.d.tmp print-vtp.d.tmp print-vxlan-gpe.d.tmp print-vxlan.d.tmp print-wb.d.tmp print-zephyr.d.tmp print-zeromq.d.tmp print.d.tmp setsignal.d.tmp signature.d.tmp smbutil.d.tmp strtoaddr.d.tmp tcpdump.d.tmp util-print.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libisns && rm -f isns.html3 .depend isns.d isns_fileio.d isns_pdu.d isns_socketio.d isns_task.d isns_thread.d isns_util.d isns.d.tmp isns_fileio.d.tmp isns_pdu.d.tmp isns_socketio.d.tmp isns_task.d.tmp isns_thread.d.tmp isns_util.d.tmp tags || true) --- cleandir-librumphijack --- --- cleandir-external --- --- cleandir-tmux --- --- cleandir-lib --- cleandir ===> lib/librumphijack --- cleandir-external --- cleandir ===> external/bsd/tmux --- cleandir-share --- cleandir ===> external/bsd/tmux/share --- cleandir-examples --- cleandir ===> external/bsd/tmux/share/examples --- cleandir-tmux --- cleandir ===> external/bsd/tmux/share/examples/tmux --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumphijack && rm -f librumphijack.a hijack.o hijackdlsym.o hijack.o.tmp hijackdlsym.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tmux/share/examples/tmux && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumphijack && rm -f librumphijack.a hijack.o hijackdlsym.o hijack.o.tmp hijackdlsym.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tmux/share/examples/tmux && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumphijack && rm -f librumphijack_p.a || true) --- cleandir-external --- --- cleandir-usr.bin --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumphijack && rm -f librumphijack_p.a || true) --- cleandir-external --- cleandir ===> external/bsd/tmux/usr.bin --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-tmux --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumphijack && rm -f librumphijack_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/tmux/usr.bin/tmux --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumphijack && rm -f librumphijack_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumphijack && rm -f librumphijack_pic.a librumphijack.so.* librumphijack.so hijack.pico hijackdlsym.pico hijack.pico.tmp hijackdlsym.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tmux/usr.bin/tmux && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cmd-parse.c tmux alerts.o arguments.o attributes.o cfg.o client.o cmd-attach-session.o cmd-bind-key.o cmd-break-pane.o cmd-capture-pane.o cmd-choose-tree.o cmd-command-prompt.o cmd-confirm-before.o cmd-copy-mode.o cmd-detach-client.o cmd-display-menu.o cmd-display-message.o cmd-display-panes.o cmd-find-window.o cmd-find.o cmd-if-shell.o cmd-join-pane.o cmd-kill-pane.o cmd-kill-server.o cmd-kill-session.o cmd-kill-window.o cmd-list-buffers.o cmd-list-clients.o cmd-list-keys.o cmd-list-panes.o cmd-list-sessions.o cmd-list-windows.o cmd-load-buffer.o cmd-lock-server.o cmd-move-window.o cmd-new-session.o cmd-new-window.o cmd-parse.o cmd-paste-buffer.o cmd-pipe-pane.o cmd-queue.o cmd-refresh-client.o cmd-rename-session.o cmd-rename-window.o cmd-resize-pane.o cmd-resize-window.o cmd-respawn-pane.o cmd-respawn-window.o cmd-rotate-window.o cmd-run-shell.o cmd-save-buffer.o cmd-select-layout.o cmd-select-pane.o cmd-select-window.o cmd-send-keys.o cmd-set-buffer.o cmd-set-environment.o cmd-set-option.o cmd-show-environment.o cmd-show-messages.o cmd-show-options.o cmd-source-file.o cmd-split-window.o cmd-swap-pane.o cmd-swap-window.o cmd-switch-client.o cmd-unbind-key.o cmd-wait-for.o cmd.o colour.o control-notify.o control.o environ.o file.o format-draw.o format.o grid-reader.o grid-view.o grid.o input-keys.o input.o job.o key-bindings.o key-string.o layout-custom.o layout-set.o layout.o log.o menu.o mode-tree.o names.o notify.o options-table.o options.o osdep-netbsd.o paste.o popup.o proc.o regsub.o resize.o screen-redraw.o screen-write.o screen.o server-client.o server-fn.o server.o session.o spawn.o status.o style.o tmux.o tty-acs.o tty-features.o tty-keys.o tty-term.o tty.o utf8.o window-buffer.o window-client.o window-clock.o window-copy.o window-customize.o window-tree.o window.o xmalloc.o utempter.o imsg-buffer.o imsg.o fdforkpty.o freezero.o explicit_bzero.o recallocarray.o getdtablecount.o alerts.ln arguments.ln attributes.ln cfg.ln client.ln cmd-attach-session.ln cmd-bind-key.ln cmd-break-pane.ln cmd-capture-pane.ln cmd-choose-tree.ln cmd-command-prompt.ln cmd-confirm-before.ln cmd-copy-mode.ln cmd-detach-client.ln cmd-display-menu.ln cmd-display-message.ln cmd-display-panes.ln cmd-find-window.ln cmd-find.ln cmd-if-shell.ln cmd-join-pane.ln cmd-kill-pane.ln cmd-kill-server.ln cmd-kill-session.ln cmd-kill-window.ln cmd-list-buffers.ln cmd-list-clients.ln cmd-list-keys.ln cmd-list-panes.ln cmd-list-sessions.ln cmd-list-windows.ln cmd-load-buffer.ln cmd-lock-server.ln cmd-move-window.ln cmd-new-session.ln cmd-new-window.ln cmd-paste-buffer.ln cmd-pipe-pane.ln cmd-queue.ln cmd-refresh-client.ln cmd-rename-session.ln cmd-rename-window.ln cmd-resize-pane.ln cmd-resize-window.ln cmd-respawn-pane.ln cmd-respawn-window.ln cmd-rotate-window.ln cmd-run-shell.ln cmd-save-buffer.ln cmd-select-layout.ln cmd-select-pane.ln cmd-select-window.ln cmd-send-keys.ln cmd-set-buffer.ln cmd-set-environment.ln cmd-set-option.ln cmd-show-environment.ln cmd-show-messages.ln cmd-show-options.ln cmd-source-file.ln cmd-split-window.ln cmd-swap-pane.ln cmd-swap-window.ln cmd-switch-client.ln cmd-unbind-key.ln cmd-wait-for.ln cmd.ln colour.ln control-notify.ln control.ln environ.ln file.ln format-draw.ln format.ln grid-reader.ln grid-view.ln grid.ln input-keys.ln input.ln job.ln key-bindings.ln key-string.ln layout-custom.ln layout-set.ln layout.ln log.ln menu.ln mode-tree.ln names.ln notify.ln options-table.ln options.ln osdep-netbsd.ln paste.ln popup.ln proc.ln regsub.ln resize.ln screen-redraw.ln screen-write.ln screen.ln server-client.ln server-fn.ln server.ln session.ln spawn.ln status.ln style.ln tmux.ln tty-acs.ln tty-features.ln tty-keys.ln tty-term.ln tty.ln utf8.ln window-buffer.ln window-client.ln window-clock.ln window-copy.ln window-customize.ln window-tree.ln window.ln xmalloc.ln utempter.ln imsg-buffer.ln imsg.ln fdforkpty.ln freezero.ln explicit_bzero.ln recallocarray.ln getdtablecount.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumphijack && rm -f librumphijack_pic.a librumphijack.so.* librumphijack.so hijack.pico hijackdlsym.pico hijack.pico.tmp hijackdlsym.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tmux/usr.bin/tmux && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cmd-parse.c tmux alerts.o arguments.o attributes.o cfg.o client.o cmd-attach-session.o cmd-bind-key.o cmd-break-pane.o cmd-capture-pane.o cmd-choose-tree.o cmd-command-prompt.o cmd-confirm-before.o cmd-copy-mode.o cmd-detach-client.o cmd-display-menu.o cmd-display-message.o cmd-display-panes.o cmd-find-window.o cmd-find.o cmd-if-shell.o cmd-join-pane.o cmd-kill-pane.o cmd-kill-server.o cmd-kill-session.o cmd-kill-window.o cmd-list-buffers.o cmd-list-clients.o cmd-list-keys.o cmd-list-panes.o cmd-list-sessions.o cmd-list-windows.o cmd-load-buffer.o cmd-lock-server.o cmd-move-window.o cmd-new-session.o cmd-new-window.o cmd-parse.o cmd-paste-buffer.o cmd-pipe-pane.o cmd-queue.o cmd-refresh-client.o cmd-rename-session.o cmd-rename-window.o cmd-resize-pane.o cmd-resize-window.o cmd-respawn-pane.o cmd-respawn-window.o cmd-rotate-window.o cmd-run-shell.o cmd-save-buffer.o cmd-select-layout.o cmd-select-pane.o cmd-select-window.o cmd-send-keys.o cmd-set-buffer.o cmd-set-environment.o cmd-set-option.o cmd-show-environment.o cmd-show-messages.o cmd-show-options.o cmd-source-file.o cmd-split-window.o cmd-swap-pane.o cmd-swap-window.o cmd-switch-client.o cmd-unbind-key.o cmd-wait-for.o cmd.o colour.o control-notify.o control.o environ.o file.o format-draw.o format.o grid-reader.o grid-view.o grid.o input-keys.o input.o job.o key-bindings.o key-string.o layout-custom.o layout-set.o layout.o log.o menu.o mode-tree.o names.o notify.o options-table.o options.o osdep-netbsd.o paste.o popup.o proc.o regsub.o resize.o screen-redraw.o screen-write.o screen.o server-client.o server-fn.o server.o session.o spawn.o status.o style.o tmux.o tty-acs.o tty-features.o tty-keys.o tty-term.o tty.o utf8.o window-buffer.o window-client.o window-clock.o window-copy.o window-customize.o window-tree.o window.o xmalloc.o utempter.o imsg-buffer.o imsg.o fdforkpty.o freezero.o explicit_bzero.o recallocarray.o getdtablecount.o alerts.ln arguments.ln attributes.ln cfg.ln client.ln cmd-attach-session.ln cmd-bind-key.ln cmd-break-pane.ln cmd-capture-pane.ln cmd-choose-tree.ln cmd-command-prompt.ln cmd-confirm-before.ln cmd-copy-mode.ln cmd-detach-client.ln cmd-display-menu.ln cmd-display-message.ln cmd-display-panes.ln cmd-find-window.ln cmd-find.ln cmd-if-shell.ln cmd-join-pane.ln cmd-kill-pane.ln cmd-kill-server.ln cmd-kill-session.ln cmd-kill-window.ln cmd-list-buffers.ln cmd-list-clients.ln cmd-list-keys.ln cmd-list-panes.ln cmd-list-sessions.ln cmd-list-windows.ln cmd-load-buffer.ln cmd-lock-server.ln cmd-move-window.ln cmd-new-session.ln cmd-new-window.ln cmd-paste-buffer.ln cmd-pipe-pane.ln cmd-queue.ln cmd-refresh-client.ln cmd-rename-session.ln cmd-rename-window.ln cmd-resize-pane.ln cmd-resize-window.ln cmd-respawn-pane.ln cmd-respawn-window.ln cmd-rotate-window.ln cmd-run-shell.ln cmd-save-buffer.ln cmd-select-layout.ln cmd-select-pane.ln cmd-select-window.ln cmd-send-keys.ln cmd-set-buffer.ln cmd-set-environment.ln cmd-set-option.ln cmd-show-environment.ln cmd-show-messages.ln cmd-show-options.ln cmd-source-file.ln cmd-split-window.ln cmd-swap-pane.ln cmd-swap-window.ln cmd-switch-client.ln cmd-unbind-key.ln cmd-wait-for.ln cmd.ln colour.ln control-notify.ln control.ln environ.ln file.ln format-draw.ln format.ln grid-reader.ln grid-view.ln grid.ln input-keys.ln input.ln job.ln key-bindings.ln key-string.ln layout-custom.ln layout-set.ln layout.ln log.ln menu.ln mode-tree.ln names.ln notify.ln options-table.ln options.ln osdep-netbsd.ln paste.ln popup.ln proc.ln regsub.ln resize.ln screen-redraw.ln screen-write.ln screen.ln server-client.ln server-fn.ln server.ln session.ln spawn.ln status.ln style.ln tmux.ln tty-acs.ln tty-features.ln tty-keys.ln tty-term.ln tty.ln utf8.ln window-buffer.ln window-client.ln window-clock.ln window-copy.ln window-customize.ln window-tree.ln window.ln xmalloc.ln utempter.ln imsg-buffer.ln imsg.ln fdforkpty.ln freezero.ln explicit_bzero.ln recallocarray.ln getdtablecount.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumphijack && rm -f llib-lrumphijack.ln hijack.ln hijackdlsym.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumphijack && rm -f llib-lrumphijack.ln hijack.ln hijackdlsym.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tmux/usr.bin/tmux && rm -f tmux.html1 .depend alerts.d arguments.d attributes.d cfg.d client.d cmd-attach-session.d cmd-bind-key.d cmd-break-pane.d cmd-capture-pane.d cmd-choose-tree.d cmd-command-prompt.d cmd-confirm-before.d cmd-copy-mode.d cmd-detach-client.d cmd-display-menu.d cmd-display-message.d cmd-display-panes.d cmd-find-window.d cmd-find.d cmd-if-shell.d cmd-join-pane.d cmd-kill-pane.d cmd-kill-server.d cmd-kill-session.d cmd-kill-window.d cmd-list-buffers.d cmd-list-clients.d cmd-list-keys.d cmd-list-panes.d cmd-list-sessions.d cmd-list-windows.d cmd-load-buffer.d cmd-lock-server.d cmd-move-window.d cmd-new-session.d cmd-new-window.d cmd-parse.d cmd-paste-buffer.d cmd-pipe-pane.d cmd-queue.d cmd-refresh-client.d cmd-rename-session.d cmd-rename-window.d cmd-resize-pane.d cmd-resize-window.d cmd-respawn-pane.d cmd-respawn-window.d cmd-rotate-window.d cmd-run-shell.d cmd-save-buffer.d cmd-select-layout.d cmd-select-pane.d cmd-select-window.d cmd-send-keys.d cmd-set-buffer.d cmd-set-environment.d cmd-set-option.d cmd-show-environment.d cmd-show-messages.d cmd-show-options.d cmd-source-file.d cmd-split-window.d cmd-swap-pane.d cmd-swap-window.d cmd-switch-client.d cmd-unbind-key.d cmd-wait-for.d cmd.d colour.d control-notify.d control.d environ.d explicit_bzero.d fdforkpty.d file.d format-draw.d format.d freezero.d getdtablecount.d grid-reader.d grid-view.d grid.d imsg-buffer.d imsg.d input-keys.d input.d job.d key-bindings.d key-string.d layout-custom.d layout-set.d layout.d log.d menu.d mode-tree.d names.d notify.d options-table.d options.d osdep-netbsd.d paste.d popup.d proc.d recallocarray.d regsub.d resize.d screen-redraw.d screen-write.d screen.d server-client.d server-fn.d server.d session.d spawn.d status.d style.d tmux.d tty-acs.d tty-features.d tty-keys.d tty-term.d tty.d utempter.d utf8.d window-buffer.d window-client.d window-clock.d window-copy.d window-customize.d window-tree.d window.d xmalloc.d alerts.d.tmp arguments.d.tmp attributes.d.tmp cfg.d.tmp client.d.tmp cmd-attach-session.d.tmp cmd-bind-key.d.tmp cmd-break-pane.d.tmp cmd-capture-pane.d.tmp cmd-choose-tree.d.tmp cmd-command-prompt.d.tmp cmd-confirm-before.d.tmp cmd-copy-mode.d.tmp cmd-detach-client.d.tmp cmd-display-menu.d.tmp cmd-display-message.d.tmp cmd-display-panes.d.tmp cmd-find-window.d.tmp cmd-find.d.tmp cmd-if-shell.d.tmp cmd-join-pane.d.tmp cmd-kill-pane.d.tmp cmd-kill-server.d.tmp cmd-kill-session.d.tmp cmd-kill-window.d.tmp cmd-list-buffers.d.tmp cmd-list-clients.d.tmp cmd-list-keys.d.tmp cmd-list-panes.d.tmp cmd-list-sessions.d.tmp cmd-list-windows.d.tmp cmd-load-buffer.d.tmp cmd-lock-server.d.tmp cmd-move-window.d.tmp cmd-new-session.d.tmp cmd-new-window.d.tmp cmd-parse.d.tmp cmd-paste-buffer.d.tmp cmd-pipe-pane.d.tmp cmd-queue.d.tmp cmd-refresh-client.d.tmp cmd-rename-session.d.tmp cmd-rename-window.d.tmp cmd-resize-pane.d.tmp cmd-resize-window.d.tmp cmd-respawn-pane.d.tmp cmd-respawn-window.d.tmp cmd-rotate-window.d.tmp cmd-run-shell.d.tmp cmd-save-buffer.d.tmp cmd-select-layout.d.tmp cmd-select-pane.d.tmp cmd-select-window.d.tmp cmd-send-keys.d.tmp cmd-set-buffer.d.tmp cmd-set-environment.d.tmp cmd-set-option.d.tmp cmd-show-environment.d.tmp cmd-show-messages.d.tmp cmd-show-options.d.tmp cmd-source-file.d.tmp cmd-split-window.d.tmp cmd-swap-pane.d.tmp cmd-swap-window.d.tmp cmd-switch-client.d.tmp cmd-unbind-key.d.tmp cmd-wait-for.d.tmp cmd.d.tmp colour.d.tmp control-notify.d.tmp control.d.tmp environ.d.tmp explicit_bzero.d.tmp fdforkpty.d.tmp file.d.tmp format-draw.d.tmp format.d.tmp freezero.d.tmp getdtablecount.d.tmp grid-reader.d.tmp grid-view.d.tmp grid.d.tmp imsg-buffer.d.tmp imsg.d.tmp input-keys.d.tmp input.d.tmp job.d.tmp key-bindings.d.tmp key-string.d.tmp layout-custom.d.tmp layout-set.d.tmp layout.d.tmp log.d.tmp menu.d.tmp mode-tree.d.tmp names.d.tmp notify.d.tmp options-table.d.tmp options.d.tmp osdep-netbsd.d.tmp paste.d.tmp popup.d.tmp proc.d.tmp recallocarray.d.tmp regsub.d.tmp resize.d.tmp screen-redraw.d.tmp screen-write.d.tmp screen.d.tmp server-client.d.tmp server-fn.d.tmp server.d.tmp session.d.tmp spawn.d.tmp status.d.tmp style.d.tmp tmux.d.tmp tty-acs.d.tmp tty-features.d.tmp tty-keys.d.tmp tty-term.d.tmp tty.d.tmp utempter.d.tmp utf8.d.tmp window-buffer.d.tmp window-client.d.tmp window-clock.d.tmp window-copy.d.tmp window-customize.d.tmp window-tree.d.tmp window.d.tmp xmalloc.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumphijack && rm -f librumphijack.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tmux/usr.bin/tmux && rm -f tmux.html1 .depend alerts.d arguments.d attributes.d cfg.d client.d cmd-attach-session.d cmd-bind-key.d cmd-break-pane.d cmd-capture-pane.d cmd-choose-tree.d cmd-command-prompt.d cmd-confirm-before.d cmd-copy-mode.d cmd-detach-client.d cmd-display-menu.d cmd-display-message.d cmd-display-panes.d cmd-find-window.d cmd-find.d cmd-if-shell.d cmd-join-pane.d cmd-kill-pane.d cmd-kill-server.d cmd-kill-session.d cmd-kill-window.d cmd-list-buffers.d cmd-list-clients.d cmd-list-keys.d cmd-list-panes.d cmd-list-sessions.d cmd-list-windows.d cmd-load-buffer.d cmd-lock-server.d cmd-move-window.d cmd-new-session.d cmd-new-window.d cmd-parse.d cmd-paste-buffer.d cmd-pipe-pane.d cmd-queue.d cmd-refresh-client.d cmd-rename-session.d cmd-rename-window.d cmd-resize-pane.d cmd-resize-window.d cmd-respawn-pane.d cmd-respawn-window.d cmd-rotate-window.d cmd-run-shell.d cmd-save-buffer.d cmd-select-layout.d cmd-select-pane.d cmd-select-window.d cmd-send-keys.d cmd-set-buffer.d cmd-set-environment.d cmd-set-option.d cmd-show-environment.d cmd-show-messages.d cmd-show-options.d cmd-source-file.d cmd-split-window.d cmd-swap-pane.d cmd-swap-window.d cmd-switch-client.d cmd-unbind-key.d cmd-wait-for.d cmd.d colour.d control-notify.d control.d environ.d explicit_bzero.d fdforkpty.d file.d format-draw.d format.d freezero.d getdtablecount.d grid-reader.d grid-view.d grid.d imsg-buffer.d imsg.d input-keys.d input.d job.d key-bindings.d key-string.d layout-custom.d layout-set.d layout.d log.d menu.d mode-tree.d names.d notify.d options-table.d options.d osdep-netbsd.d paste.d popup.d proc.d recallocarray.d regsub.d resize.d screen-redraw.d screen-write.d screen.d server-client.d server-fn.d server.d session.d spawn.d status.d style.d tmux.d tty-acs.d tty-features.d tty-keys.d tty-term.d tty.d utempter.d utf8.d window-buffer.d window-client.d window-clock.d window-copy.d window-customize.d window-tree.d window.d xmalloc.d alerts.d.tmp arguments.d.tmp attributes.d.tmp cfg.d.tmp client.d.tmp cmd-attach-session.d.tmp cmd-bind-key.d.tmp cmd-break-pane.d.tmp cmd-capture-pane.d.tmp cmd-choose-tree.d.tmp cmd-command-prompt.d.tmp cmd-confirm-before.d.tmp cmd-copy-mode.d.tmp cmd-detach-client.d.tmp cmd-display-menu.d.tmp cmd-display-message.d.tmp cmd-display-panes.d.tmp cmd-find-window.d.tmp cmd-find.d.tmp cmd-if-shell.d.tmp cmd-join-pane.d.tmp cmd-kill-pane.d.tmp cmd-kill-server.d.tmp cmd-kill-session.d.tmp cmd-kill-window.d.tmp cmd-list-buffers.d.tmp cmd-list-clients.d.tmp cmd-list-keys.d.tmp cmd-list-panes.d.tmp cmd-list-sessions.d.tmp cmd-list-windows.d.tmp cmd-load-buffer.d.tmp cmd-lock-server.d.tmp cmd-move-window.d.tmp cmd-new-session.d.tmp cmd-new-window.d.tmp cmd-parse.d.tmp cmd-paste-buffer.d.tmp cmd-pipe-pane.d.tmp cmd-queue.d.tmp cmd-refresh-client.d.tmp cmd-rename-session.d.tmp cmd-rename-window.d.tmp cmd-resize-pane.d.tmp cmd-resize-window.d.tmp cmd-respawn-pane.d.tmp cmd-respawn-window.d.tmp cmd-rotate-window.d.tmp cmd-run-shell.d.tmp cmd-save-buffer.d.tmp cmd-select-layout.d.tmp cmd-select-pane.d.tmp cmd-select-window.d.tmp cmd-send-keys.d.tmp cmd-set-buffer.d.tmp cmd-set-environment.d.tmp cmd-set-option.d.tmp cmd-show-environment.d.tmp cmd-show-messages.d.tmp cmd-show-options.d.tmp cmd-source-file.d.tmp cmd-split-window.d.tmp cmd-swap-pane.d.tmp cmd-swap-window.d.tmp cmd-switch-client.d.tmp cmd-unbind-key.d.tmp cmd-wait-for.d.tmp cmd.d.tmp colour.d.tmp control-notify.d.tmp control.d.tmp environ.d.tmp explicit_bzero.d.tmp fdforkpty.d.tmp file.d.tmp format-draw.d.tmp format.d.tmp freezero.d.tmp getdtablecount.d.tmp grid-reader.d.tmp grid-view.d.tmp grid.d.tmp imsg-buffer.d.tmp imsg.d.tmp input-keys.d.tmp input.d.tmp job.d.tmp key-bindings.d.tmp key-string.d.tmp layout-custom.d.tmp layout-set.d.tmp layout.d.tmp log.d.tmp menu.d.tmp mode-tree.d.tmp names.d.tmp notify.d.tmp options-table.d.tmp options.d.tmp osdep-netbsd.d.tmp paste.d.tmp popup.d.tmp proc.d.tmp recallocarray.d.tmp regsub.d.tmp resize.d.tmp screen-redraw.d.tmp screen-write.d.tmp screen.d.tmp server-client.d.tmp server-fn.d.tmp server.d.tmp session.d.tmp spawn.d.tmp status.d.tmp style.d.tmp tmux.d.tmp tty-acs.d.tmp tty-features.d.tmp tty-keys.d.tmp tty-term.d.tmp tty.d.tmp utempter.d.tmp utf8.d.tmp window-buffer.d.tmp window-client.d.tmp window-clock.d.tmp window-copy.d.tmp window-customize.d.tmp window-tree.d.tmp window.d.tmp xmalloc.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumphijack && rm -f librumphijack.so.0.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- cleandir-top --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumphijack && rm -f rumphijack.html3 .depend hijack.d hijackdlsym.d hijack.d.tmp hijackdlsym.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/top --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumphijack && rm -f rumphijack.html3 .depend hijack.d hijackdlsym.d hijack.d.tmp hijackdlsym.d.tmp tags || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/bsd/top/bin --- cleandir-lib --- --- cleandir-librumpres --- cleandir ===> lib/librumpres --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/top/bin && rm -f sigdesc.h top.1 config.h a.out [Ee]rrs mklog core *.core .gdbinit top color.o commands.o display.o hash.o screen.o top.o username.o utils.o version.o m_netbsd.o color.ln commands.ln display.ln hash.ln screen.ln top.ln username.ln utils.ln version.ln m_netbsd.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/top/bin && rm -f sigdesc.h top.1 config.h a.out [Ee]rrs mklog core *.core .gdbinit top color.o commands.o display.o hash.o screen.o top.o username.o utils.o version.o m_netbsd.o color.ln commands.ln display.ln hash.ln screen.ln top.ln username.ln utils.ln version.ln m_netbsd.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpres && rm -f librumpres.a getaddrinfo.o getifaddrs.o getnameinfo.o if_indextoname.o if_nametoindex.o getaddrinfo.o.tmp getifaddrs.o.tmp getnameinfo.o.tmp if_indextoname.o.tmp if_nametoindex.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/top/bin && rm -f top.html1 .depend color.d commands.d display.d hash.d m_netbsd.d screen.d top.d username.d utils.d version.d color.d.tmp commands.d.tmp display.d.tmp hash.d.tmp m_netbsd.d.tmp screen.d.tmp top.d.tmp username.d.tmp utils.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpres && rm -f librumpres.a getaddrinfo.o getifaddrs.o getnameinfo.o if_indextoname.o if_nametoindex.o getaddrinfo.o.tmp getifaddrs.o.tmp getnameinfo.o.tmp if_indextoname.o.tmp if_nametoindex.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/top/bin && rm -f top.html1 .depend color.d commands.d display.d hash.d m_netbsd.d screen.d top.d username.d utils.d version.d color.d.tmp commands.d.tmp display.d.tmp hash.d.tmp m_netbsd.d.tmp screen.d.tmp top.d.tmp username.d.tmp utils.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpres && rm -f librumpres_p.a getaddrinfo.po getifaddrs.po getnameinfo.po if_indextoname.po if_nametoindex.po getaddrinfo.po.tmp getifaddrs.po.tmp getnameinfo.po.tmp if_indextoname.po.tmp if_nametoindex.po.tmp || true) --- cleandir-external --- --- cleandir-tre --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpres && rm -f librumpres_p.a getaddrinfo.po getifaddrs.po getnameinfo.po if_indextoname.po if_nametoindex.po getaddrinfo.po.tmp getifaddrs.po.tmp getnameinfo.po.tmp if_indextoname.po.tmp if_nametoindex.po.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/tre --- cleandir-lib --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/bsd/tre/lib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpres && rm -f librumpres_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpres && rm -f librumpres_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpres && rm -f librumpres_pic.a librumpres.so.* librumpres.so getaddrinfo.pico getifaddrs.pico getnameinfo.pico if_indextoname.pico if_nametoindex.pico getaddrinfo.pico.tmp getifaddrs.pico.tmp getnameinfo.pico.tmp if_indextoname.pico.tmp if_nametoindex.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpres && rm -f librumpres_pic.a librumpres.so.* librumpres.so getaddrinfo.pico getifaddrs.pico getnameinfo.pico if_indextoname.pico if_nametoindex.pico getaddrinfo.pico.tmp getifaddrs.pico.tmp getnameinfo.pico.tmp if_indextoname.pico.tmp if_nametoindex.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f libtre.a regcomp.o regerror.o regexec.o tre-ast.o tre-compile.o tre-match-approx.o tre-match-backtrack.o tre-match-parallel.o tre-mem.o tre-parse.o tre-stack.o xmalloc.o regcomp.o.tmp regerror.o.tmp regexec.o.tmp tre-ast.o.tmp tre-compile.o.tmp tre-match-approx.o.tmp tre-match-backtrack.o.tmp tre-match-parallel.o.tmp tre-mem.o.tmp tre-parse.o.tmp tre-stack.o.tmp xmalloc.o.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f libtre.a regcomp.o regerror.o regexec.o tre-ast.o tre-compile.o tre-match-approx.o tre-match-backtrack.o tre-match-parallel.o tre-mem.o tre-parse.o tre-stack.o xmalloc.o regcomp.o.tmp regerror.o.tmp regexec.o.tmp tre-ast.o.tmp tre-compile.o.tmp tre-match-approx.o.tmp tre-match-backtrack.o.tmp tre-match-parallel.o.tmp tre-mem.o.tmp tre-parse.o.tmp tre-stack.o.tmp xmalloc.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpres && rm -f llib-lrumpres.ln getaddrinfo.ln getifaddrs.ln getnameinfo.ln if_indextoname.ln if_nametoindex.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpres && rm -f llib-lrumpres.ln getaddrinfo.ln getifaddrs.ln getnameinfo.ln if_indextoname.ln if_nametoindex.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f libtre_p.a regcomp.po regerror.po regexec.po tre-ast.po tre-compile.po tre-match-approx.po tre-match-backtrack.po tre-match-parallel.po tre-mem.po tre-parse.po tre-stack.po xmalloc.po regcomp.po.tmp regerror.po.tmp regexec.po.tmp tre-ast.po.tmp tre-compile.po.tmp tre-match-approx.po.tmp tre-match-backtrack.po.tmp tre-match-parallel.po.tmp tre-mem.po.tmp tre-parse.po.tmp tre-stack.po.tmp xmalloc.po.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f libtre_p.a regcomp.po regerror.po regexec.po tre-ast.po tre-compile.po tre-match-approx.po tre-match-backtrack.po tre-match-parallel.po tre-mem.po tre-parse.po tre-stack.po xmalloc.po regcomp.po.tmp regerror.po.tmp regexec.po.tmp tre-ast.po.tmp tre-compile.po.tmp tre-match-approx.po.tmp tre-match-backtrack.po.tmp tre-match-parallel.po.tmp tre-mem.po.tmp tre-parse.po.tmp tre-stack.po.tmp xmalloc.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpres && rm -f librumpres.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpres && rm -f librumpres.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f libtre_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f libtre_g.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpres && rm -f .depend getaddrinfo.d getifaddrs.d getnameinfo.d if_indextoname.d if_nametoindex.d getaddrinfo.d.tmp getifaddrs.d.tmp getnameinfo.d.tmp if_indextoname.d.tmp if_nametoindex.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpres && rm -f .depend getaddrinfo.d getifaddrs.d getnameinfo.d if_indextoname.d if_nametoindex.d getaddrinfo.d.tmp getifaddrs.d.tmp getnameinfo.d.tmp if_indextoname.d.tmp if_nametoindex.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f libtre_pic.a libtre.so.* libtre.so regcomp.pico regerror.pico regexec.pico tre-ast.pico tre-compile.pico tre-match-approx.pico tre-match-backtrack.pico tre-match-parallel.pico tre-mem.pico tre-parse.pico tre-stack.pico xmalloc.pico regcomp.pico.tmp regerror.pico.tmp regexec.pico.tmp tre-ast.pico.tmp tre-compile.pico.tmp tre-match-approx.pico.tmp tre-match-backtrack.pico.tmp tre-match-parallel.pico.tmp tre-mem.pico.tmp tre-parse.pico.tmp tre-stack.pico.tmp xmalloc.pico.tmp || true) --- cleandir-lib --- --- cleandir-librumpuser --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f libtre_pic.a libtre.so.* libtre.so regcomp.pico regerror.pico regexec.pico tre-ast.pico tre-compile.pico tre-match-approx.pico tre-match-backtrack.pico tre-match-parallel.pico tre-mem.pico tre-parse.pico tre-stack.pico xmalloc.pico regcomp.pico.tmp regerror.pico.tmp regexec.pico.tmp tre-ast.pico.tmp tre-compile.pico.tmp tre-match-approx.pico.tmp tre-match-backtrack.pico.tmp tre-match-parallel.pico.tmp tre-mem.pico.tmp tre-parse.pico.tmp tre-stack.pico.tmp xmalloc.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/librumpuser --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f llib-ltre.ln regcomp.ln regerror.ln regexec.ln tre-ast.ln tre-compile.ln tre-match-approx.ln tre-match-backtrack.ln tre-match-parallel.ln tre-mem.ln tre-parse.ln tre-stack.ln xmalloc.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f llib-ltre.ln regcomp.ln regerror.ln regexec.ln tre-ast.ln tre-compile.ln tre-match-approx.ln tre-match-backtrack.ln tre-match-parallel.ln tre-mem.ln tre-parse.ln tre-stack.ln xmalloc.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f libtre.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f libtre.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpuser && rm -f librumpuser.a rumpuser.o rumpuser_pth.o rumpuser_bio.o rumpuser_sp.o rumpuser_component.o rumpuser_random.o rumpuser_file.o rumpuser_mem.o rumpuser_errtrans.o rumpuser_sigtrans.o rumpuser_dl.o rumpuser_daemonize.o rumpuser.o.tmp rumpuser_pth.o.tmp rumpuser_bio.o.tmp rumpuser_sp.o.tmp rumpuser_component.o.tmp rumpuser_random.o.tmp rumpuser_file.o.tmp rumpuser_mem.o.tmp rumpuser_errtrans.o.tmp rumpuser_sigtrans.o.tmp rumpuser_dl.o.tmp rumpuser_daemonize.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpuser && rm -f librumpuser.a rumpuser.o rumpuser_pth.o rumpuser_bio.o rumpuser_sp.o rumpuser_component.o rumpuser_random.o rumpuser_file.o rumpuser_mem.o rumpuser_errtrans.o rumpuser_sigtrans.o rumpuser_dl.o rumpuser_daemonize.o rumpuser.o.tmp rumpuser_pth.o.tmp rumpuser_bio.o.tmp rumpuser_sp.o.tmp rumpuser_component.o.tmp rumpuser_random.o.tmp rumpuser_file.o.tmp rumpuser_mem.o.tmp rumpuser_errtrans.o.tmp rumpuser_sigtrans.o.tmp rumpuser_dl.o.tmp rumpuser_daemonize.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/lib && rm -f .depend regcomp.d regerror.d regexec.d tre-ast.d tre-compile.d tre-match-approx.d tre-match-backtrack.d tre-match-parallel.d tre-mem.d tre-parse.d tre-stack.d xmalloc.d regcomp.d.tmp regerror.d.tmp regexec.d.tmp tre-ast.d.tmp tre-compile.d.tmp tre-match-approx.d.tmp tre-match-backtrack.d.tmp tre-match-parallel.d.tmp tre-mem.d.tmp tre-parse.d.tmp tre-stack.d.tmp xmalloc.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/lib && rm -f .depend regcomp.d regerror.d regexec.d tre-ast.d tre-compile.d tre-match-approx.d tre-match-backtrack.d tre-match-parallel.d tre-mem.d tre-parse.d tre-stack.d xmalloc.d regcomp.d.tmp regerror.d.tmp regexec.d.tmp tre-ast.d.tmp tre-compile.d.tmp tre-match-approx.d.tmp tre-match-backtrack.d.tmp tre-match-parallel.d.tmp tre-mem.d.tmp tre-parse.d.tmp tre-stack.d.tmp xmalloc.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpuser && rm -f librumpuser_p.a rumpuser.po rumpuser_pth.po rumpuser_bio.po rumpuser_sp.po rumpuser_component.po rumpuser_random.po rumpuser_file.po rumpuser_mem.po rumpuser_errtrans.po rumpuser_sigtrans.po rumpuser_dl.po rumpuser_daemonize.po rumpuser.po.tmp rumpuser_pth.po.tmp rumpuser_bio.po.tmp rumpuser_sp.po.tmp rumpuser_component.po.tmp rumpuser_random.po.tmp rumpuser_file.po.tmp rumpuser_mem.po.tmp rumpuser_errtrans.po.tmp rumpuser_sigtrans.po.tmp rumpuser_dl.po.tmp rumpuser_daemonize.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpuser && rm -f librumpuser_p.a rumpuser.po rumpuser_pth.po rumpuser_bio.po rumpuser_sp.po rumpuser_component.po rumpuser_random.po rumpuser_file.po rumpuser_mem.po rumpuser_errtrans.po rumpuser_sigtrans.po rumpuser_dl.po rumpuser_daemonize.po rumpuser.po.tmp rumpuser_pth.po.tmp rumpuser_bio.po.tmp rumpuser_sp.po.tmp rumpuser_component.po.tmp rumpuser_random.po.tmp rumpuser_file.po.tmp rumpuser_mem.po.tmp rumpuser_errtrans.po.tmp rumpuser_sigtrans.po.tmp rumpuser_dl.po.tmp rumpuser_daemonize.po.tmp || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/bsd/tre/bin --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpuser && rm -f librumpuser_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit agrep agrep.o agrep.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpuser && rm -f librumpuser_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit agrep agrep.o agrep.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpuser && rm -f librumpuser_pic.a librumpuser.so.* librumpuser.so rumpuser.pico rumpuser_pth.pico rumpuser_bio.pico rumpuser_sp.pico rumpuser_component.pico rumpuser_random.pico rumpuser_file.pico rumpuser_mem.pico rumpuser_errtrans.pico rumpuser_sigtrans.pico rumpuser_dl.pico rumpuser_daemonize.pico rumpuser.pico.tmp rumpuser_pth.pico.tmp rumpuser_bio.pico.tmp rumpuser_sp.pico.tmp rumpuser_component.pico.tmp rumpuser_random.pico.tmp rumpuser_file.pico.tmp rumpuser_mem.pico.tmp rumpuser_errtrans.pico.tmp rumpuser_sigtrans.pico.tmp rumpuser_dl.pico.tmp rumpuser_daemonize.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpuser && rm -f librumpuser_pic.a librumpuser.so.* librumpuser.so rumpuser.pico rumpuser_pth.pico rumpuser_bio.pico rumpuser_sp.pico rumpuser_component.pico rumpuser_random.pico rumpuser_file.pico rumpuser_mem.pico rumpuser_errtrans.pico rumpuser_sigtrans.pico rumpuser_dl.pico rumpuser_daemonize.pico rumpuser.pico.tmp rumpuser_pth.pico.tmp rumpuser_bio.pico.tmp rumpuser_sp.pico.tmp rumpuser_component.pico.tmp rumpuser_random.pico.tmp rumpuser_file.pico.tmp rumpuser_mem.pico.tmp rumpuser_errtrans.pico.tmp rumpuser_sigtrans.pico.tmp rumpuser_dl.pico.tmp rumpuser_daemonize.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tre/bin && rm -f agrep.html1 .depend agrep.d agrep.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tre/bin && rm -f agrep.html1 .depend agrep.d agrep.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpuser && rm -f llib-lrumpuser.ln rumpuser.ln rumpuser_pth.ln rumpuser_bio.ln rumpuser_sp.ln rumpuser_component.ln rumpuser_random.ln rumpuser_file.ln rumpuser_mem.ln rumpuser_errtrans.ln rumpuser_sigtrans.ln rumpuser_dl.ln rumpuser_daemonize.ln || true) --- cleandir-external --- --- cleandir-wpa --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpuser && rm -f llib-lrumpuser.ln rumpuser.ln rumpuser_pth.ln rumpuser_bio.ln rumpuser_sp.ln rumpuser_component.ln rumpuser_random.ln rumpuser_file.ln rumpuser_mem.ln rumpuser_errtrans.ln rumpuser_sigtrans.ln rumpuser_dl.ln rumpuser_daemonize.ln || true) --- cleandir-external --- cleandir ===> external/bsd/wpa --- cleandir-bin --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/bsd/wpa/bin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpuser && rm -f librumpuser.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-hostapd --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpuser && rm -f librumpuser.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/wpa/bin/hostapd --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpuser && rm -f .depend rumpuser.d rumpuser_bio.d rumpuser_component.d rumpuser_daemonize.d rumpuser_dl.d rumpuser_errtrans.d rumpuser_file.d rumpuser_mem.d rumpuser_pth.d rumpuser_random.d rumpuser_sigtrans.d rumpuser_sp.d rumpuser.d.tmp rumpuser_bio.d.tmp rumpuser_component.d.tmp rumpuser_daemonize.d.tmp rumpuser_dl.d.tmp rumpuser_errtrans.d.tmp rumpuser_file.d.tmp rumpuser_mem.d.tmp rumpuser_pth.d.tmp rumpuser_random.d.tmp rumpuser_sigtrans.d.tmp rumpuser_sp.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpuser && rm -f .depend rumpuser.d rumpuser_bio.d rumpuser_component.d rumpuser_daemonize.d rumpuser_dl.d rumpuser_errtrans.d rumpuser_file.d rumpuser_mem.d rumpuser_pth.d rumpuser_random.d rumpuser_sigtrans.d rumpuser_sp.d rumpuser.d.tmp rumpuser_bio.d.tmp rumpuser_component.d.tmp rumpuser_daemonize.d.tmp rumpuser_dl.d.tmp rumpuser_errtrans.d.tmp rumpuser_file.d.tmp rumpuser_mem.d.tmp rumpuser_pth.d.tmp rumpuser_random.d.tmp rumpuser_sigtrans.d.tmp rumpuser_sp.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/wpa/bin/hostapd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hostapd accounting.o ap_config.o ap_drv_ops.o ap_mlme.o authsrv.o beacon.o bss_load.o ctrl_iface_ap.o dpp.o dpp_hostapd.o drv_callbacks.o eap_user_db.o gas.o gas_query_ap.o gas_serv.o hostapd.o ieee802_11_auth.o ieee802_11_shared.o ieee802_1x.o mbo_ap.o neighbor_db.o pmksa_cache_auth.o preauth_auth.o rrm.o sta_info.o tkip_countermeasures.o utils.o vlan_ifconfig.o vlan_init.o vlan.o wpa_auth.o wpa_auth_glue.o wpa_auth_ie.o ctrl_iface_common.o hw_features_common.o ieee802_11_common.o wpa_common.o wpa_ctrl.o driver_bsd.o driver_none.o driver_wired.o driver_wired_common.o driver_common.o drivers.o radius.o radius_das.o radius_client.o radius_server.o base64.o common.o eloop.o json.o ip_addr.o os_unix.o wpa_debug.o wpabuf.o main.o config_file.o ctrl_iface.o eap_register.o l2_packet_freebsd.o eapol_auth_dump.o eapol_auth_sm.o eap_common.o eap_server.o eap_server_methods.o aes-siv.o random.o sha1-prf.o sha256-kdf.o sha256-prf.o sha384-kdf.o sha384-prf.o sha512-kdf.o sha512-prf.o aes-ctr.o aes-eax.o aes-encblock.o aes-omac1.o crypto_openssl.o dh_groups.o fips_prf_openssl.o ms_funcs.o sha1-tlsprf.o sha256.o sha384.o sha512.o tls_openssl.o chap.o eap_gpsk_common.o eap_ikev2_common.o eap_pax_common.o eap_peap_common.o eap_psk_common.o eap_sake_common.o eap_sim_common.o ikev2_common.o eap_server_aka.o eap_server_gpsk.o eap_server_gtc.o eap_server_identity.o eap_server_ikev2.o eap_server_md5.o eap_server_mschapv2.o eap_server_pax.o eap_server_peap.o eap_server_psk.o eap_server_sake.o eap_server_sim.o eap_server_tls.o eap_server_tls_common.o eap_server_tnc.o eap_server_ttls.o eap_sim_db.o ikev2.o tncs.o accounting.ln ap_config.ln ap_drv_ops.ln ap_mlme.ln authsrv.ln beacon.ln bss_load.ln ctrl_iface_ap.ln dpp.ln dpp_hostapd.ln drv_callbacks.ln eap_user_db.ln gas.ln gas_query_ap.ln gas_serv.ln hostapd.ln ieee802_11_auth.ln ieee802_11_shared.ln ieee802_1x.ln mbo_ap.ln neighbor_db.ln pmksa_cache_auth.ln preauth_auth.ln rrm.ln sta_info.ln tkip_countermeasures.ln utils.ln vlan_ifconfig.ln vlan_init.ln vlan.ln wpa_auth.ln wpa_auth_glue.ln wpa_auth_ie.ln ctrl_iface_common.ln hw_features_common.ln ieee802_11_common.ln wpa_common.ln wpa_ctrl.ln driver_bsd.ln driver_none.ln driver_wired.ln driver_wired_common.ln driver_common.ln drivers.ln radius.ln radius_das.ln radius_client.ln radius_server.ln base64.ln common.ln eloop.ln json.ln ip_addr.ln os_unix.ln wpa_debug.ln wpabuf.ln main.ln config_file.ln ctrl_iface.ln eap_register.ln l2_packet_freebsd.ln eapol_auth_dump.ln eapol_auth_sm.ln eap_common.ln eap_server.ln eap_server_methods.ln aes-siv.ln random.ln sha1-prf.ln sha256-kdf.ln sha256-prf.ln sha384-kdf.ln sha384-prf.ln sha512-kdf.ln sha512-prf.ln aes-ctr.ln aes-eax.ln aes-encblock.ln aes-omac1.ln crypto_openssl.ln dh_groups.ln fips_prf_openssl.ln ms_funcs.ln sha1-tlsprf.ln sha256.ln sha384.ln sha512.ln tls_openssl.ln chap.ln eap_gpsk_common.ln eap_ikev2_common.ln eap_pax_common.ln eap_peap_common.ln eap_psk_common.ln eap_sake_common.ln eap_sim_common.ln ikev2_common.ln eap_server_aka.ln eap_server_gpsk.ln eap_server_gtc.ln eap_server_identity.ln eap_server_ikev2.ln eap_server_md5.ln eap_server_mschapv2.ln eap_server_pax.ln eap_server_peap.ln eap_server_psk.ln eap_server_sake.ln eap_server_sim.ln eap_server_tls.ln eap_server_tls_common.ln eap_server_tnc.ln eap_server_ttls.ln eap_sim_db.ln ikev2.ln tncs.ln || true) --- cleandir-lib --- --- cleandir-libnpf --- cleandir ===> lib/libnpf --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/wpa/bin/hostapd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hostapd accounting.o ap_config.o ap_drv_ops.o ap_mlme.o authsrv.o beacon.o bss_load.o ctrl_iface_ap.o dpp.o dpp_hostapd.o drv_callbacks.o eap_user_db.o gas.o gas_query_ap.o gas_serv.o hostapd.o ieee802_11_auth.o ieee802_11_shared.o ieee802_1x.o mbo_ap.o neighbor_db.o pmksa_cache_auth.o preauth_auth.o rrm.o sta_info.o tkip_countermeasures.o utils.o vlan_ifconfig.o vlan_init.o vlan.o wpa_auth.o wpa_auth_glue.o wpa_auth_ie.o ctrl_iface_common.o hw_features_common.o ieee802_11_common.o wpa_common.o wpa_ctrl.o driver_bsd.o driver_none.o driver_wired.o driver_wired_common.o driver_common.o drivers.o radius.o radius_das.o radius_client.o radius_server.o base64.o common.o eloop.o json.o ip_addr.o os_unix.o wpa_debug.o wpabuf.o main.o config_file.o ctrl_iface.o eap_register.o l2_packet_freebsd.o eapol_auth_dump.o eapol_auth_sm.o eap_common.o eap_server.o eap_server_methods.o aes-siv.o random.o sha1-prf.o sha256-kdf.o sha256-prf.o sha384-kdf.o sha384-prf.o sha512-kdf.o sha512-prf.o aes-ctr.o aes-eax.o aes-encblock.o aes-omac1.o crypto_openssl.o dh_groups.o fips_prf_openssl.o ms_funcs.o sha1-tlsprf.o sha256.o sha384.o sha512.o tls_openssl.o chap.o eap_gpsk_common.o eap_ikev2_common.o eap_pax_common.o eap_peap_common.o eap_psk_common.o eap_sake_common.o eap_sim_common.o ikev2_common.o eap_server_aka.o eap_server_gpsk.o eap_server_gtc.o eap_server_identity.o eap_server_ikev2.o eap_server_md5.o eap_server_mschapv2.o eap_server_pax.o eap_server_peap.o eap_server_psk.o eap_server_sake.o eap_server_sim.o eap_server_tls.o eap_server_tls_common.o eap_server_tnc.o eap_server_ttls.o eap_sim_db.o ikev2.o tncs.o accounting.ln ap_config.ln ap_drv_ops.ln ap_mlme.ln authsrv.ln beacon.ln bss_load.ln ctrl_iface_ap.ln dpp.ln dpp_hostapd.ln drv_callbacks.ln eap_user_db.ln gas.ln gas_query_ap.ln gas_serv.ln hostapd.ln ieee802_11_auth.ln ieee802_11_shared.ln ieee802_1x.ln mbo_ap.ln neighbor_db.ln pmksa_cache_auth.ln preauth_auth.ln rrm.ln sta_info.ln tkip_countermeasures.ln utils.ln vlan_ifconfig.ln vlan_init.ln vlan.ln wpa_auth.ln wpa_auth_glue.ln wpa_auth_ie.ln ctrl_iface_common.ln hw_features_common.ln ieee802_11_common.ln wpa_common.ln wpa_ctrl.ln driver_bsd.ln driver_none.ln driver_wired.ln driver_wired_common.ln driver_common.ln drivers.ln radius.ln radius_das.ln radius_client.ln radius_server.ln base64.ln common.ln eloop.ln json.ln ip_addr.ln os_unix.ln wpa_debug.ln wpabuf.ln main.ln config_file.ln ctrl_iface.ln eap_register.ln l2_packet_freebsd.ln eapol_auth_dump.ln eapol_auth_sm.ln eap_common.ln eap_server.ln eap_server_methods.ln aes-siv.ln random.ln sha1-prf.ln sha256-kdf.ln sha256-prf.ln sha384-kdf.ln sha384-prf.ln sha512-kdf.ln sha512-prf.ln aes-ctr.ln aes-eax.ln aes-encblock.ln aes-omac1.ln crypto_openssl.ln dh_groups.ln fips_prf_openssl.ln ms_funcs.ln sha1-tlsprf.ln sha256.ln sha384.ln sha512.ln tls_openssl.ln chap.ln eap_gpsk_common.ln eap_ikev2_common.ln eap_pax_common.ln eap_peap_common.ln eap_psk_common.ln eap_sake_common.ln eap_sim_common.ln ikev2_common.ln eap_server_aka.ln eap_server_gpsk.ln eap_server_gtc.ln eap_server_identity.ln eap_server_ikev2.ln eap_server_md5.ln eap_server_mschapv2.ln eap_server_pax.ln eap_server_peap.ln eap_server_psk.ln eap_server_sake.ln eap_server_sim.ln eap_server_tls.ln eap_server_tls_common.ln eap_server_tnc.ln eap_server_ttls.ln eap_sim_db.ln ikev2.ln tncs.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/wpa/bin/hostapd && rm -f hostapd.html8 hostapd.conf.html5 .depend accounting.d aes-ctr.d aes-eax.d aes-encblock.d aes-omac1.d aes-siv.d ap_config.d ap_drv_ops.d ap_mlme.d authsrv.d base64.d beacon.d bss_load.d chap.d common.d config_file.d crypto_openssl.d ctrl_iface.d ctrl_iface_ap.d ctrl_iface_common.d dh_groups.d dpp.d dpp_hostapd.d driver_bsd.d driver_common.d driver_none.d driver_wired.d driver_wired_common.d drivers.d drv_callbacks.d eap_common.d eap_gpsk_common.d eap_ikev2_common.d eap_pax_common.d eap_peap_common.d eap_psk_common.d eap_register.d eap_sake_common.d eap_server.d eap_server_aka.d eap_server_gpsk.d eap_server_gtc.d eap_server_identity.d eap_server_ikev2.d eap_server_md5.d eap_server_methods.d eap_server_mschapv2.d eap_server_pax.d eap_server_peap.d eap_server_psk.d eap_server_sake.d eap_server_sim.d eap_server_tls.d eap_server_tls_common.d eap_server_tnc.d eap_server_ttls.d eap_sim_common.d eap_sim_db.d eap_user_db.d eapol_auth_dump.d eapol_auth_sm.d eloop.d fips_prf_openssl.d gas.d gas_query_ap.d gas_serv.d hostapd.d hw_features_common.d ieee802_11_auth.d ieee802_11_common.d ieee802_11_shared.d ieee802_1x.d ikev2.d ikev2_common.d ip_addr.d json.d l2_packet_freebsd.d main.d mbo_ap.d ms_funcs.d neighbor_db.d os_unix.d pmksa_cache_auth.d preauth_auth.d radius.d radius_client.d radius_das.d radius_server.d random.d rrm.d sha1-prf.d sha1-tlsprf.d sha256-kdf.d sha256-prf.d sha256.d sha384-kdf.d sha384-prf.d sha384.d sha512-kdf.d sha512-prf.d sha512.d sta_info.d tkip_countermeasures.d tls_openssl.d tncs.d utils.d vlan.d vlan_ifconfig.d vlan_init.d wpa_auth.d wpa_auth_glue.d wpa_auth_ie.d wpa_common.d wpa_ctrl.d wpa_debug.d wpabuf.d accounting.d.tmp aes-ctr.d.tmp aes-eax.d.tmp aes-encblock.d.tmp aes-omac1.d.tmp aes-siv.d.tmp ap_config.d.tmp ap_drv_ops.d.tmp ap_mlme.d.tmp authsrv.d.tmp base64.d.tmp beacon.d.tmp bss_load.d.tmp chap.d.tmp common.d.tmp config_file.d.tmp crypto_openssl.d.tmp ctrl_iface.d.tmp ctrl_iface_ap.d.tmp ctrl_iface_common.d.tmp dh_groups.d.tmp dpp.d.tmp dpp_hostapd.d.tmp driver_bsd.d.tmp driver_common.d.tmp driver_none.d.tmp driver_wired.d.tmp driver_wired_common.d.tmp drivers.d.tmp drv_callbacks.d.tmp eap_common.d.tmp eap_gpsk_common.d.tmp eap_ikev2_common.d.tmp eap_pax_common.d.tmp eap_peap_common.d.tmp eap_psk_common.d.tmp eap_register.d.tmp eap_sake_common.d.tmp eap_server.d.tmp eap_server_aka.d.tmp eap_server_gpsk.d.tmp eap_server_gtc.d.tmp eap_server_identity.d.tmp eap_server_ikev2.d.tmp eap_server_md5.d.tmp eap_server_methods.d.tmp eap_server_mschapv2.d.tmp eap_server_pax.d.tmp eap_server_peap.d.tmp eap_server_psk.d.tmp eap_server_sake.d.tmp eap_server_sim.d.tmp eap_server_tls.d.tmp eap_server_tls_common.d.tmp eap_server_tnc.d.tmp eap_server_ttls.d.tmp eap_sim_common.d.tmp eap_sim_db.d.tmp eap_user_db.d.tmp eapol_auth_dump.d.tmp eapol_auth_sm.d.tmp eloop.d.tmp fips_prf_openssl.d.tmp gas.d.tmp gas_query_ap.d.tmp gas_serv.d.tmp hostapd.d.tmp hw_features_common.d.tmp ieee802_11_auth.d.tmp ieee802_11_common.d.tmp ieee802_11_shared.d.tmp ieee802_1x.d.tmp ikev2.d.tmp ikev2_common.d.tmp ip_addr.d.tmp json.d.tmp l2_packet_freebsd.d.tmp main.d.tmp mbo_ap.d.tmp ms_funcs.d.tmp neighbor_db.d.tmp os_unix.d.tmp pmksa_cache_auth.d.tmp preauth_auth.d.tmp radius.d.tmp radius_client.d.tmp radius_das.d.tmp radius_server.d.tmp random.d.tmp rrm.d.tmp sha1-prf.d.tmp sha1-tlsprf.d.tmp sha256-kdf.d.tmp sha256-prf.d.tmp sha256.d.tmp sha384-kdf.d.tmp sha384-prf.d.tmp sha384.d.tmp sha512-kdf.d.tmp sha512-prf.d.tmp sha512.d.tmp sta_info.d.tmp tkip_countermeasures.d.tmp tls_openssl.d.tmp tncs.d.tmp utils.d.tmp vlan.d.tmp vlan_ifconfig.d.tmp vlan_init.d.tmp wpa_auth.d.tmp wpa_auth_glue.d.tmp wpa_auth_ie.d.tmp wpa_common.d.tmp wpa_ctrl.d.tmp wpa_debug.d.tmp wpabuf.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnpf && rm -f libnpf.a npf.o dnvlist.o msgio.o nvlist.o nvpair.o nv_kern_netbsd.o npf.o.tmp dnvlist.o.tmp msgio.o.tmp nvlist.o.tmp nvpair.o.tmp nv_kern_netbsd.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/wpa/bin/hostapd && rm -f hostapd.html8 hostapd.conf.html5 .depend accounting.d aes-ctr.d aes-eax.d aes-encblock.d aes-omac1.d aes-siv.d ap_config.d ap_drv_ops.d ap_mlme.d authsrv.d base64.d beacon.d bss_load.d chap.d common.d config_file.d crypto_openssl.d ctrl_iface.d ctrl_iface_ap.d ctrl_iface_common.d dh_groups.d dpp.d dpp_hostapd.d driver_bsd.d driver_common.d driver_none.d driver_wired.d driver_wired_common.d drivers.d drv_callbacks.d eap_common.d eap_gpsk_common.d eap_ikev2_common.d eap_pax_common.d eap_peap_common.d eap_psk_common.d eap_register.d eap_sake_common.d eap_server.d eap_server_aka.d eap_server_gpsk.d eap_server_gtc.d eap_server_identity.d eap_server_ikev2.d eap_server_md5.d eap_server_methods.d eap_server_mschapv2.d eap_server_pax.d eap_server_peap.d eap_server_psk.d eap_server_sake.d eap_server_sim.d eap_server_tls.d eap_server_tls_common.d eap_server_tnc.d eap_server_ttls.d eap_sim_common.d eap_sim_db.d eap_user_db.d eapol_auth_dump.d eapol_auth_sm.d eloop.d fips_prf_openssl.d gas.d gas_query_ap.d gas_serv.d hostapd.d hw_features_common.d ieee802_11_auth.d ieee802_11_common.d ieee802_11_shared.d ieee802_1x.d ikev2.d ikev2_common.d ip_addr.d json.d l2_packet_freebsd.d main.d mbo_ap.d ms_funcs.d neighbor_db.d os_unix.d pmksa_cache_auth.d preauth_auth.d radius.d radius_client.d radius_das.d radius_server.d random.d rrm.d sha1-prf.d sha1-tlsprf.d sha256-kdf.d sha256-prf.d sha256.d sha384-kdf.d sha384-prf.d sha384.d sha512-kdf.d sha512-prf.d sha512.d sta_info.d tkip_countermeasures.d tls_openssl.d tncs.d utils.d vlan.d vlan_ifconfig.d vlan_init.d wpa_auth.d wpa_auth_glue.d wpa_auth_ie.d wpa_common.d wpa_ctrl.d wpa_debug.d wpabuf.d accounting.d.tmp aes-ctr.d.tmp aes-eax.d.tmp aes-encblock.d.tmp aes-omac1.d.tmp aes-siv.d.tmp ap_config.d.tmp ap_drv_ops.d.tmp ap_mlme.d.tmp authsrv.d.tmp base64.d.tmp beacon.d.tmp bss_load.d.tmp chap.d.tmp common.d.tmp config_file.d.tmp crypto_openssl.d.tmp ctrl_iface.d.tmp ctrl_iface_ap.d.tmp ctrl_iface_common.d.tmp dh_groups.d.tmp dpp.d.tmp dpp_hostapd.d.tmp driver_bsd.d.tmp driver_common.d.tmp driver_none.d.tmp driver_wired.d.tmp driver_wired_common.d.tmp drivers.d.tmp drv_callbacks.d.tmp eap_common.d.tmp eap_gpsk_common.d.tmp eap_ikev2_common.d.tmp eap_pax_common.d.tmp eap_peap_common.d.tmp eap_psk_common.d.tmp eap_register.d.tmp eap_sake_common.d.tmp eap_server.d.tmp eap_server_aka.d.tmp eap_server_gpsk.d.tmp eap_server_gtc.d.tmp eap_server_identity.d.tmp eap_server_ikev2.d.tmp eap_server_md5.d.tmp eap_server_methods.d.tmp eap_server_mschapv2.d.tmp eap_server_pax.d.tmp eap_server_peap.d.tmp eap_server_psk.d.tmp eap_server_sake.d.tmp eap_server_sim.d.tmp eap_server_tls.d.tmp eap_server_tls_common.d.tmp eap_server_tnc.d.tmp eap_server_ttls.d.tmp eap_sim_common.d.tmp eap_sim_db.d.tmp eap_user_db.d.tmp eapol_auth_dump.d.tmp eapol_auth_sm.d.tmp eloop.d.tmp fips_prf_openssl.d.tmp gas.d.tmp gas_query_ap.d.tmp gas_serv.d.tmp hostapd.d.tmp hw_features_common.d.tmp ieee802_11_auth.d.tmp ieee802_11_common.d.tmp ieee802_11_shared.d.tmp ieee802_1x.d.tmp ikev2.d.tmp ikev2_common.d.tmp ip_addr.d.tmp json.d.tmp l2_packet_freebsd.d.tmp main.d.tmp mbo_ap.d.tmp ms_funcs.d.tmp neighbor_db.d.tmp os_unix.d.tmp pmksa_cache_auth.d.tmp preauth_auth.d.tmp radius.d.tmp radius_client.d.tmp radius_das.d.tmp radius_server.d.tmp random.d.tmp rrm.d.tmp sha1-prf.d.tmp sha1-tlsprf.d.tmp sha256-kdf.d.tmp sha256-prf.d.tmp sha256.d.tmp sha384-kdf.d.tmp sha384-prf.d.tmp sha384.d.tmp sha512-kdf.d.tmp sha512-prf.d.tmp sha512.d.tmp sta_info.d.tmp tkip_countermeasures.d.tmp tls_openssl.d.tmp tncs.d.tmp utils.d.tmp vlan.d.tmp vlan_ifconfig.d.tmp vlan_init.d.tmp wpa_auth.d.tmp wpa_auth_glue.d.tmp wpa_auth_ie.d.tmp wpa_common.d.tmp wpa_ctrl.d.tmp wpa_debug.d.tmp wpabuf.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnpf && rm -f libnpf.a npf.o dnvlist.o msgio.o nvlist.o nvpair.o nv_kern_netbsd.o npf.o.tmp dnvlist.o.tmp msgio.o.tmp nvlist.o.tmp nvpair.o.tmp nv_kern_netbsd.o.tmp || true) --- cleandir-external --- --- cleandir-hostapd_cli --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/bsd/wpa/bin/hostapd_cli --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnpf && rm -f libnpf_p.a npf.po dnvlist.po msgio.po nvlist.po nvpair.po nv_kern_netbsd.po npf.po.tmp dnvlist.po.tmp msgio.po.tmp nvlist.po.tmp nvpair.po.tmp nv_kern_netbsd.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnpf && rm -f libnpf_p.a npf.po dnvlist.po msgio.po nvlist.po nvpair.po nv_kern_netbsd.po npf.po.tmp dnvlist.po.tmp msgio.po.tmp nvlist.po.tmp nvpair.po.tmp nv_kern_netbsd.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/wpa/bin/hostapd_cli && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hostapd_cli hostapd_cli.o wpa_ctrl.o os_unix.o eloop.o edit.o wpa_debug.o common.o cli.o hostapd_cli.ln wpa_ctrl.ln os_unix.ln eloop.ln edit.ln wpa_debug.ln common.ln cli.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnpf && rm -f libnpf_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/wpa/bin/hostapd_cli && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hostapd_cli hostapd_cli.o wpa_ctrl.o os_unix.o eloop.o edit.o wpa_debug.o common.o cli.o hostapd_cli.ln wpa_ctrl.ln os_unix.ln eloop.ln edit.ln wpa_debug.ln common.ln cli.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnpf && rm -f libnpf_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/wpa/bin/hostapd_cli && rm -f hostapd_cli.html8 .depend cli.d common.d edit.d eloop.d hostapd_cli.d os_unix.d wpa_ctrl.d wpa_debug.d cli.d.tmp common.d.tmp edit.d.tmp eloop.d.tmp hostapd_cli.d.tmp os_unix.d.tmp wpa_ctrl.d.tmp wpa_debug.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnpf && rm -f libnpf_pic.a libnpf.so.* libnpf.so npf.pico dnvlist.pico msgio.pico nvlist.pico nvpair.pico nv_kern_netbsd.pico npf.pico.tmp dnvlist.pico.tmp msgio.pico.tmp nvlist.pico.tmp nvpair.pico.tmp nv_kern_netbsd.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/wpa/bin/hostapd_cli && rm -f hostapd_cli.html8 .depend cli.d common.d edit.d eloop.d hostapd_cli.d os_unix.d wpa_ctrl.d wpa_debug.d cli.d.tmp common.d.tmp edit.d.tmp eloop.d.tmp hostapd_cli.d.tmp os_unix.d.tmp wpa_ctrl.d.tmp wpa_debug.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnpf && rm -f libnpf_pic.a libnpf.so.* libnpf.so npf.pico dnvlist.pico msgio.pico nvlist.pico nvpair.pico nv_kern_netbsd.pico npf.pico.tmp dnvlist.pico.tmp msgio.pico.tmp nvlist.pico.tmp nvpair.pico.tmp nv_kern_netbsd.pico.tmp || true) --- cleandir-external --- --- cleandir-wpa_cli --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/bsd/wpa/bin/wpa_cli --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnpf && rm -f llib-lnpf.ln npf.ln dnvlist.ln msgio.ln nvlist.ln nvpair.ln nv_kern_netbsd.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnpf && rm -f llib-lnpf.ln npf.ln dnvlist.ln msgio.ln nvlist.ln nvpair.ln nv_kern_netbsd.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/wpa/bin/wpa_cli && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wpa_cli wpa_cli.o wpa_ctrl.o os_unix.o eloop.o edit.o wpa_debug.o common.o cli.o wpa_cli.ln wpa_ctrl.ln os_unix.ln eloop.ln edit.ln wpa_debug.ln common.ln cli.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnpf && rm -f libnpf.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/wpa/bin/wpa_cli && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wpa_cli wpa_cli.o wpa_ctrl.o os_unix.o eloop.o edit.o wpa_debug.o common.o cli.o wpa_cli.ln wpa_ctrl.ln os_unix.ln eloop.ln edit.ln wpa_debug.ln common.ln cli.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnpf && rm -f libnpf.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/wpa/bin/wpa_cli && rm -f wpa_cli.html8 .depend cli.d common.d edit.d eloop.d os_unix.d wpa_cli.d wpa_ctrl.d wpa_debug.d cli.d.tmp common.d.tmp edit.d.tmp eloop.d.tmp os_unix.d.tmp wpa_cli.d.tmp wpa_ctrl.d.tmp wpa_debug.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libnpf && rm -f libnpf.html3 .depend dnvlist.d msgio.d npf.d nv_kern_netbsd.d nvlist.d nvpair.d dnvlist.d.tmp msgio.d.tmp npf.d.tmp nv_kern_netbsd.d.tmp nvlist.d.tmp nvpair.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/wpa/bin/wpa_cli && rm -f wpa_cli.html8 .depend cli.d common.d edit.d eloop.d os_unix.d wpa_cli.d wpa_ctrl.d wpa_debug.d cli.d.tmp common.d.tmp edit.d.tmp eloop.d.tmp os_unix.d.tmp wpa_cli.d.tmp wpa_ctrl.d.tmp wpa_debug.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libnpf && rm -f libnpf.html3 .depend dnvlist.d msgio.d npf.d nv_kern_netbsd.d nvlist.d nvpair.d dnvlist.d.tmp msgio.d.tmp npf.d.tmp nv_kern_netbsd.d.tmp nvlist.d.tmp nvpair.d.tmp tags || true) --- cleandir-external --- --- cleandir-wpa_passphrase --- --- cleandir-lib --- --- cleandir-../crypto/external/bsd/openssl/lib/libapps --- --- cleandir-external --- cleandir ===> external/bsd/wpa/bin/wpa_passphrase --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/libapps --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/wpa/bin/wpa_passphrase && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wpa_passphrase common.o os_unix.o wpa_debug.o wpa_passphrase.o wpabuf.o crypto_openssl.o common.ln os_unix.ln wpa_debug.ln wpa_passphrase.ln wpabuf.ln crypto_openssl.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/wpa/bin/wpa_passphrase && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wpa_passphrase common.o os_unix.o wpa_debug.o wpa_passphrase.o wpabuf.o crypto_openssl.o common.ln os_unix.ln wpa_debug.ln wpa_passphrase.ln wpabuf.ln crypto_openssl.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f libapps.a app_libctx.o app_params.o app_provider.o app_rand.o app_x509.o apps.o apps_ui.o columns.o cmp_mock_srv.o engine.o engine_loader.o fmt.o http_server.o names.o opt.o s_cb.o s_socket.o tlssrp_depr.o app_libctx.o.tmp app_params.o.tmp app_provider.o.tmp app_rand.o.tmp app_x509.o.tmp apps.o.tmp apps_ui.o.tmp columns.o.tmp cmp_mock_srv.o.tmp engine.o.tmp engine_loader.o.tmp fmt.o.tmp http_server.o.tmp names.o.tmp opt.o.tmp s_cb.o.tmp s_socket.o.tmp tlssrp_depr.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/wpa/bin/wpa_passphrase && rm -f wpa_passphrase.html8 .depend common.d crypto_openssl.d os_unix.d wpa_debug.d wpa_passphrase.d wpabuf.d common.d.tmp crypto_openssl.d.tmp os_unix.d.tmp wpa_debug.d.tmp wpa_passphrase.d.tmp wpabuf.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f libapps.a app_libctx.o app_params.o app_provider.o app_rand.o app_x509.o apps.o apps_ui.o columns.o cmp_mock_srv.o engine.o engine_loader.o fmt.o http_server.o names.o opt.o s_cb.o s_socket.o tlssrp_depr.o app_libctx.o.tmp app_params.o.tmp app_provider.o.tmp app_rand.o.tmp app_x509.o.tmp apps.o.tmp apps_ui.o.tmp columns.o.tmp cmp_mock_srv.o.tmp engine.o.tmp engine_loader.o.tmp fmt.o.tmp http_server.o.tmp names.o.tmp opt.o.tmp s_cb.o.tmp s_socket.o.tmp tlssrp_depr.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/wpa/bin/wpa_passphrase && rm -f wpa_passphrase.html8 .depend common.d crypto_openssl.d os_unix.d wpa_debug.d wpa_passphrase.d wpabuf.d common.d.tmp crypto_openssl.d.tmp os_unix.d.tmp wpa_debug.d.tmp wpa_passphrase.d.tmp wpabuf.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_p.a || true) --- cleandir-external --- --- cleandir-wpa_supplicant --- cleandir ===> external/bsd/wpa/bin/wpa_supplicant --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_p.a || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/wpa/bin/wpa_supplicant && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wpa_supplicant base64.o bitfield.o blacklist.o bss.o common.o config.o config_file.o ctrl_iface.o ctrl_iface_common.o ctrl_iface_unix.o driver_common.o driver_bsd.o driver_wired_common.o driver_wired.o drivers.o eap_common.o eap_methods.o eap_register.o eapol_supp_sm.o eloop.o events.o hw_features_common.o ieee802_11_common.o l2_packet_freebsd.o main.o notify.o op_classes.o os_unix.o pmksa_cache.o preauth.o rrm.o random.o scan.o sha1-prf.o wmm_ac.o wpa.o wpa_common.o wpa_debug.o wpa_ie.o wpa_supplicant.o wpabuf.o wpas_glue.o eap.o chap.o crypto_openssl.o eap_gtc.o eap_leap.o eap_md5.o eap_mschapv2.o eap_otp.o eap_peap.o eap_peap_common.o eap_psk.o eap_psk_common.o eap_tls.o eap_tls_common.o eap_ttls.o ms_funcs.o mschapv2.o sha1-tlsprf.o tls_openssl.o aes-ctr.o aes-eax.o aes-encblock.o aes-omac1.o base64.ln bitfield.ln blacklist.ln bss.ln common.ln config.ln config_file.ln ctrl_iface.ln ctrl_iface_common.ln ctrl_iface_unix.ln driver_common.ln driver_bsd.ln driver_wired_common.ln driver_wired.ln drivers.ln eap_common.ln eap_methods.ln eap_register.ln eapol_supp_sm.ln eloop.ln events.ln hw_features_common.ln ieee802_11_common.ln l2_packet_freebsd.ln main.ln notify.ln op_classes.ln os_unix.ln pmksa_cache.ln preauth.ln rrm.ln random.ln scan.ln sha1-prf.ln wmm_ac.ln wpa.ln wpa_common.ln wpa_debug.ln wpa_ie.ln wpa_supplicant.ln wpabuf.ln wpas_glue.ln eap.ln chap.ln crypto_openssl.ln eap_gtc.ln eap_leap.ln eap_md5.ln eap_mschapv2.ln eap_otp.ln eap_peap.ln eap_peap_common.ln eap_psk.ln eap_psk_common.ln eap_tls.ln eap_tls_common.ln eap_ttls.ln ms_funcs.ln mschapv2.ln sha1-tlsprf.ln tls_openssl.ln aes-ctr.ln aes-eax.ln aes-encblock.ln aes-omac1.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/wpa/bin/wpa_supplicant && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wpa_supplicant base64.o bitfield.o blacklist.o bss.o common.o config.o config_file.o ctrl_iface.o ctrl_iface_common.o ctrl_iface_unix.o driver_common.o driver_bsd.o driver_wired_common.o driver_wired.o drivers.o eap_common.o eap_methods.o eap_register.o eapol_supp_sm.o eloop.o events.o hw_features_common.o ieee802_11_common.o l2_packet_freebsd.o main.o notify.o op_classes.o os_unix.o pmksa_cache.o preauth.o rrm.o random.o scan.o sha1-prf.o wmm_ac.o wpa.o wpa_common.o wpa_debug.o wpa_ie.o wpa_supplicant.o wpabuf.o wpas_glue.o eap.o chap.o crypto_openssl.o eap_gtc.o eap_leap.o eap_md5.o eap_mschapv2.o eap_otp.o eap_peap.o eap_peap_common.o eap_psk.o eap_psk_common.o eap_tls.o eap_tls_common.o eap_ttls.o ms_funcs.o mschapv2.o sha1-tlsprf.o tls_openssl.o aes-ctr.o aes-eax.o aes-encblock.o aes-omac1.o base64.ln bitfield.ln blacklist.ln bss.ln common.ln config.ln config_file.ln ctrl_iface.ln ctrl_iface_common.ln ctrl_iface_unix.ln driver_common.ln driver_bsd.ln driver_wired_common.ln driver_wired.ln drivers.ln eap_common.ln eap_methods.ln eap_register.ln eapol_supp_sm.ln eloop.ln events.ln hw_features_common.ln ieee802_11_common.ln l2_packet_freebsd.ln main.ln notify.ln op_classes.ln os_unix.ln pmksa_cache.ln preauth.ln rrm.ln random.ln scan.ln sha1-prf.ln wmm_ac.ln wpa.ln wpa_common.ln wpa_debug.ln wpa_ie.ln wpa_supplicant.ln wpabuf.ln wpas_glue.ln eap.ln chap.ln crypto_openssl.ln eap_gtc.ln eap_leap.ln eap_md5.ln eap_mschapv2.ln eap_otp.ln eap_peap.ln eap_peap_common.ln eap_psk.ln eap_psk_common.ln eap_tls.ln eap_tls_common.ln eap_ttls.ln ms_funcs.ln mschapv2.ln sha1-tlsprf.ln tls_openssl.ln aes-ctr.ln aes-eax.ln aes-encblock.ln aes-omac1.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_pic.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/wpa/bin/wpa_supplicant && rm -f wpa_supplicant.html8 wpa_supplicant.conf.html5 .depend aes-ctr.d aes-eax.d aes-encblock.d aes-omac1.d base64.d bitfield.d blacklist.d bss.d chap.d common.d config.d config_file.d crypto_openssl.d ctrl_iface.d ctrl_iface_common.d ctrl_iface_unix.d driver_bsd.d driver_common.d driver_wired.d driver_wired_common.d drivers.d eap.d eap_common.d eap_gtc.d eap_leap.d eap_md5.d eap_methods.d eap_mschapv2.d eap_otp.d eap_peap.d eap_peap_common.d eap_psk.d eap_psk_common.d eap_register.d eap_tls.d eap_tls_common.d eap_ttls.d eapol_supp_sm.d eloop.d events.d hw_features_common.d ieee802_11_common.d l2_packet_freebsd.d main.d ms_funcs.d mschapv2.d notify.d op_classes.d os_unix.d pmksa_cache.d preauth.d random.d rrm.d scan.d sha1-prf.d sha1-tlsprf.d tls_openssl.d wmm_ac.d wpa.d wpa_common.d wpa_debug.d wpa_ie.d wpa_supplicant.d wpabuf.d wpas_glue.d aes-ctr.d.tmp aes-eax.d.tmp aes-encblock.d.tmp aes-omac1.d.tmp base64.d.tmp bitfield.d.tmp blacklist.d.tmp bss.d.tmp chap.d.tmp common.d.tmp config.d.tmp config_file.d.tmp crypto_openssl.d.tmp ctrl_iface.d.tmp ctrl_iface_common.d.tmp ctrl_iface_unix.d.tmp driver_bsd.d.tmp driver_common.d.tmp driver_wired.d.tmp driver_wired_common.d.tmp drivers.d.tmp eap.d.tmp eap_common.d.tmp eap_gtc.d.tmp eap_leap.d.tmp eap_md5.d.tmp eap_methods.d.tmp eap_mschapv2.d.tmp eap_otp.d.tmp eap_peap.d.tmp eap_peap_common.d.tmp eap_psk.d.tmp eap_psk_common.d.tmp eap_register.d.tmp eap_tls.d.tmp eap_tls_common.d.tmp eap_ttls.d.tmp eapol_supp_sm.d.tmp eloop.d.tmp events.d.tmp hw_features_common.d.tmp ieee802_11_common.d.tmp l2_packet_freebsd.d.tmp main.d.tmp ms_funcs.d.tmp mschapv2.d.tmp notify.d.tmp op_classes.d.tmp os_unix.d.tmp pmksa_cache.d.tmp preauth.d.tmp random.d.tmp rrm.d.tmp scan.d.tmp sha1-prf.d.tmp sha1-tlsprf.d.tmp tls_openssl.d.tmp wmm_ac.d.tmp wpa.d.tmp wpa_common.d.tmp wpa_debug.d.tmp wpa_ie.d.tmp wpa_supplicant.d.tmp wpabuf.d.tmp wpas_glue.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/wpa/bin/wpa_supplicant && rm -f wpa_supplicant.html8 wpa_supplicant.conf.html5 .depend aes-ctr.d aes-eax.d aes-encblock.d aes-omac1.d base64.d bitfield.d blacklist.d bss.d chap.d common.d config.d config_file.d crypto_openssl.d ctrl_iface.d ctrl_iface_common.d ctrl_iface_unix.d driver_bsd.d driver_common.d driver_wired.d driver_wired_common.d drivers.d eap.d eap_common.d eap_gtc.d eap_leap.d eap_md5.d eap_methods.d eap_mschapv2.d eap_otp.d eap_peap.d eap_peap_common.d eap_psk.d eap_psk_common.d eap_register.d eap_tls.d eap_tls_common.d eap_ttls.d eapol_supp_sm.d eloop.d events.d hw_features_common.d ieee802_11_common.d l2_packet_freebsd.d main.d ms_funcs.d mschapv2.d notify.d op_classes.d os_unix.d pmksa_cache.d preauth.d random.d rrm.d scan.d sha1-prf.d sha1-tlsprf.d tls_openssl.d wmm_ac.d wpa.d wpa_common.d wpa_debug.d wpa_ie.d wpa_supplicant.d wpabuf.d wpas_glue.d aes-ctr.d.tmp aes-eax.d.tmp aes-encblock.d.tmp aes-omac1.d.tmp base64.d.tmp bitfield.d.tmp blacklist.d.tmp bss.d.tmp chap.d.tmp common.d.tmp config.d.tmp config_file.d.tmp crypto_openssl.d.tmp ctrl_iface.d.tmp ctrl_iface_common.d.tmp ctrl_iface_unix.d.tmp driver_bsd.d.tmp driver_common.d.tmp driver_wired.d.tmp driver_wired_common.d.tmp drivers.d.tmp eap.d.tmp eap_common.d.tmp eap_gtc.d.tmp eap_leap.d.tmp eap_md5.d.tmp eap_methods.d.tmp eap_mschapv2.d.tmp eap_otp.d.tmp eap_peap.d.tmp eap_peap_common.d.tmp eap_psk.d.tmp eap_psk_common.d.tmp eap_register.d.tmp eap_tls.d.tmp eap_tls_common.d.tmp eap_ttls.d.tmp eapol_supp_sm.d.tmp eloop.d.tmp events.d.tmp hw_features_common.d.tmp ieee802_11_common.d.tmp l2_packet_freebsd.d.tmp main.d.tmp ms_funcs.d.tmp mschapv2.d.tmp notify.d.tmp op_classes.d.tmp os_unix.d.tmp pmksa_cache.d.tmp preauth.d.tmp random.d.tmp rrm.d.tmp scan.d.tmp sha1-prf.d.tmp sha1-tlsprf.d.tmp tls_openssl.d.tmp wmm_ac.d.tmp wpa.d.tmp wpa_common.d.tmp wpa_debug.d.tmp wpa_ie.d.tmp wpa_supplicant.d.tmp wpabuf.d.tmp wpas_glue.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f llib-lapps.ln app_libctx.ln app_params.ln app_provider.ln app_rand.ln app_x509.ln apps.ln apps_ui.ln columns.ln cmp_mock_srv.ln engine.ln engine_loader.ln fmt.ln http_server.ln names.ln opt.ln s_cb.ln s_socket.ln tlssrp_depr.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f llib-lapps.ln app_libctx.ln app_params.ln app_provider.ln app_rand.ln app_x509.ln apps.ln apps_ui.ln columns.ln cmp_mock_srv.ln engine.ln engine_loader.ln fmt.ln http_server.ln names.ln opt.ln s_cb.ln s_socket.ln tlssrp_depr.ln || true) --- cleandir-external --- --- cleandir-atf --- cleandir ===> external/bsd/atf --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f libapps.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-etc --- cleandir ===> external/bsd/atf/etc --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f libapps.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-atf --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/bsd/atf/etc/atf --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f .depend app_libctx.d app_params.d app_provider.d app_rand.d app_x509.d apps.d apps_ui.d cmp_mock_srv.d columns.d engine.d engine_loader.d fmt.d http_server.d names.d opt.d s_cb.d s_socket.d tlssrp_depr.d app_libctx.d.tmp app_params.d.tmp app_provider.d.tmp app_rand.d.tmp app_x509.d.tmp apps.d.tmp apps_ui.d.tmp cmp_mock_srv.d.tmp columns.d.tmp engine.d.tmp engine_loader.d.tmp fmt.d.tmp http_server.d.tmp names.d.tmp opt.d.tmp s_cb.d.tmp s_socket.d.tmp tlssrp_depr.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f .depend app_libctx.d app_params.d app_provider.d app_rand.d app_x509.d apps.d apps_ui.d cmp_mock_srv.d columns.d engine.d engine_loader.d fmt.d http_server.d names.d opt.d s_cb.d s_socket.d tlssrp_depr.d app_libctx.d.tmp app_params.d.tmp app_provider.d.tmp app_rand.d.tmp app_x509.d.tmp apps.d.tmp apps_ui.d.tmp cmp_mock_srv.d.tmp columns.d.tmp engine.d.tmp engine_loader.d.tmp fmt.d.tmp http_server.d.tmp names.d.tmp opt.d.tmp s_cb.d.tmp s_socket.d.tmp tlssrp_depr.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/etc/atf && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/openssl/lib/libcommon --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/etc/atf && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/libcommon --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> external/bsd/atf/lib --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-libatf-c --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon.a provider_ctx.o provider_err.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o digestcommon.o tls_pad.o provider_ctx.o.tmp provider_err.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp digestcommon.o.tmp tls_pad.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/atf/lib/libatf-c --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon.a provider_ctx.o provider_err.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o digestcommon.o tls_pad.o provider_ctx.o.tmp provider_err.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp digestcommon.o.tmp tls_pad.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_p.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f libatf-c.a build.o check.o config.o dynstr.o env.o error.o fs.o list.o map.o process.o sanity.o text.o user.o utils.o tc.o tp.o tp_main.o build.o.tmp check.o.tmp config.o.tmp dynstr.o.tmp env.o.tmp error.o.tmp fs.o.tmp list.o.tmp map.o.tmp process.o.tmp sanity.o.tmp text.o.tmp user.o.tmp utils.o.tmp tc.o.tmp tp.o.tmp tp_main.o.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f libatf-c.a build.o check.o config.o dynstr.o env.o error.o fs.o list.o map.o process.o sanity.o text.o user.o utils.o tc.o tp.o tp_main.o build.o.tmp check.o.tmp config.o.tmp dynstr.o.tmp env.o.tmp error.o.tmp fs.o.tmp list.o.tmp map.o.tmp process.o.tmp sanity.o.tmp text.o.tmp user.o.tmp utils.o.tmp tc.o.tmp tp.o.tmp tp_main.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_g.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f libatf-c_p.a build.po check.po config.po dynstr.po env.po error.po fs.po list.po map.po process.po sanity.po text.po user.po utils.po tc.po tp.po tp_main.po build.po.tmp check.po.tmp config.po.tmp dynstr.po.tmp env.po.tmp error.po.tmp fs.po.tmp list.po.tmp map.po.tmp process.po.tmp sanity.po.tmp text.po.tmp user.po.tmp utils.po.tmp tc.po.tmp tp.po.tmp tp_main.po.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f libatf-c_p.a build.po check.po config.po dynstr.po env.po error.po fs.po list.po map.po process.po sanity.po text.po user.po utils.po tc.po tp.po tp_main.po build.po.tmp check.po.tmp config.po.tmp dynstr.po.tmp env.po.tmp error.po.tmp fs.po.tmp list.po.tmp map.po.tmp process.po.tmp sanity.po.tmp text.po.tmp user.po.tmp utils.po.tmp tc.po.tmp tp.po.tmp tp_main.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_pic.a provider_ctx.pico provider_err.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico digestcommon.pico tls_pad.pico provider_ctx.pico.tmp provider_err.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp digestcommon.pico.tmp tls_pad.pico.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_pic.a provider_ctx.pico provider_err.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico digestcommon.pico tls_pad.pico provider_ctx.pico.tmp provider_err.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp digestcommon.pico.tmp tls_pad.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f libatf-c_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f libatf-c_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f llib-lcommon.ln provider_ctx.ln provider_err.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln digestcommon.ln tls_pad.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f llib-lcommon.ln provider_ctx.ln provider_err.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln digestcommon.ln tls_pad.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f libatf-c_pic.a libatf-c.so.* libatf-c.so build.pico check.pico config.pico dynstr.pico env.pico error.pico fs.pico list.pico map.pico process.pico sanity.pico text.pico user.pico utils.pico tc.pico tp.pico tp_main.pico build.pico.tmp check.pico.tmp config.pico.tmp dynstr.pico.tmp env.pico.tmp error.pico.tmp fs.pico.tmp list.pico.tmp map.pico.tmp process.pico.tmp sanity.pico.tmp text.pico.tmp user.pico.tmp utils.pico.tmp tc.pico.tmp tp.pico.tmp tp_main.pico.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f libatf-c_pic.a libatf-c.so.* libatf-c.so build.pico check.pico config.pico dynstr.pico env.pico error.pico fs.pico list.pico map.pico process.pico sanity.pico text.pico user.pico utils.pico tc.pico tp.pico tp_main.pico build.pico.tmp check.pico.tmp config.pico.tmp dynstr.pico.tmp env.pico.tmp error.pico.tmp fs.pico.tmp list.pico.tmp map.pico.tmp process.pico.tmp sanity.pico.tmp text.pico.tmp user.pico.tmp utils.pico.tmp tc.pico.tmp tp.pico.tmp tp_main.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f llib-latf-c.ln build.ln check.ln config.ln dynstr.ln env.ln error.ln fs.ln list.ln map.ln process.ln sanity.ln text.ln user.ln utils.ln tc.ln tp.ln tp_main.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f llib-latf-c.ln build.ln check.ln config.ln dynstr.ln env.ln error.ln fs.ln list.ln map.ln process.ln sanity.ln text.ln user.ln utils.ln tc.ln tp.ln tp_main.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f .depend ciphercommon.d ciphercommon_block.d ciphercommon_ccm.d ciphercommon_ccm_hw.d ciphercommon_gcm.d ciphercommon_gcm_hw.d ciphercommon_hw.d der_digests_gen.d der_dsa_gen.d der_dsa_key.d der_dsa_sig.d der_ec_gen.d der_ec_key.d der_ec_sig.d der_ecx_gen.d der_ecx_key.d der_rsa_gen.d der_rsa_key.d der_wrap_gen.d digestcommon.d provider_ctx.d provider_err.d tls_pad.d ciphercommon.d.tmp ciphercommon_block.d.tmp ciphercommon_ccm.d.tmp ciphercommon_ccm_hw.d.tmp ciphercommon_gcm.d.tmp ciphercommon_gcm_hw.d.tmp ciphercommon_hw.d.tmp der_digests_gen.d.tmp der_dsa_gen.d.tmp der_dsa_key.d.tmp der_dsa_sig.d.tmp der_ec_gen.d.tmp der_ec_key.d.tmp der_ec_sig.d.tmp der_ecx_gen.d.tmp der_ecx_key.d.tmp der_rsa_gen.d.tmp der_rsa_key.d.tmp der_wrap_gen.d.tmp digestcommon.d.tmp provider_ctx.d.tmp provider_err.d.tmp tls_pad.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f atf-version.txt atf-version-real.txt atf-c.pc libatf-c.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f .depend ciphercommon.d ciphercommon_block.d ciphercommon_ccm.d ciphercommon_ccm_hw.d ciphercommon_gcm.d ciphercommon_gcm_hw.d ciphercommon_hw.d der_digests_gen.d der_dsa_gen.d der_dsa_key.d der_dsa_sig.d der_ec_gen.d der_ec_key.d der_ec_sig.d der_ecx_gen.d der_ecx_key.d der_rsa_gen.d der_rsa_key.d der_wrap_gen.d digestcommon.d provider_ctx.d provider_err.d tls_pad.d ciphercommon.d.tmp ciphercommon_block.d.tmp ciphercommon_ccm.d.tmp ciphercommon_ccm_hw.d.tmp ciphercommon_gcm.d.tmp ciphercommon_gcm_hw.d.tmp ciphercommon_hw.d.tmp der_digests_gen.d.tmp der_dsa_gen.d.tmp der_dsa_key.d.tmp der_dsa_sig.d.tmp der_ec_gen.d.tmp der_ec_key.d.tmp der_ec_sig.d.tmp der_ecx_gen.d.tmp der_ecx_key.d.tmp der_rsa_gen.d.tmp der_rsa_key.d.tmp der_wrap_gen.d.tmp digestcommon.d.tmp provider_ctx.d.tmp provider_err.d.tmp tls_pad.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f atf-version.txt atf-version-real.txt atf-c.pc libatf-c.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/openssl/lib/libcrypto --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/libcrypto --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f atf-c-api.html3 .depend build.d check.d config.d dynstr.d env.d error.d fs.d list.d map.d process.d sanity.d tc.d text.d tp.d tp_main.d user.d utils.d build.d.tmp check.d.tmp config.d.tmp dynstr.d.tmp env.d.tmp error.d.tmp fs.d.tmp list.d.tmp map.d.tmp process.d.tmp sanity.d.tmp tc.d.tmp text.d.tmp tp.d.tmp tp_main.d.tmp user.d.tmp utils.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f atf-c-api.html3 .depend build.d check.d config.d dynstr.d env.d error.d fs.d list.d map.d process.d sanity.d tc.d text.d tp.d tp_main.d user.d utils.d build.d.tmp check.d.tmp config.d.tmp dynstr.d.tmp env.d.tmp error.d.tmp fs.d.tmp list.d.tmp map.d.tmp process.d.tmp sanity.d.tmp tc.d.tmp text.d.tmp tp.d.tmp tp_main.d.tmp user.d.tmp utils.d.tmp tags || true) --- cleandir-libatf-c++ --- cleandir ===> external/bsd/atf/lib/libatf-c++ --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++.a application.o build.o check.o config.o env.o exceptions.o fs.o process.o tests.o text.o utils.o application.o.tmp build.o.tmp check.o.tmp config.o.tmp env.o.tmp exceptions.o.tmp fs.o.tmp process.o.tmp tests.o.tmp text.o.tmp utils.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++.a application.o build.o check.o config.o env.o exceptions.o fs.o process.o tests.o text.o utils.o application.o.tmp build.o.tmp check.o.tmp config.o.tmp env.o.tmp exceptions.o.tmp fs.o.tmp process.o.tmp tests.o.tmp text.o.tmp utils.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_p.a application.po build.po check.po config.po env.po exceptions.po fs.po process.po tests.po text.po utils.po application.po.tmp build.po.tmp check.po.tmp config.po.tmp env.po.tmp exceptions.po.tmp fs.po.tmp process.po.tmp tests.po.tmp text.po.tmp utils.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_p.a application.po build.po check.po config.po env.po exceptions.po fs.po process.po tests.po text.po utils.po application.po.tmp build.po.tmp check.po.tmp config.po.tmp env.po.tmp exceptions.po.tmp fs.po.tmp process.po.tmp tests.po.tmp text.po.tmp utils.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_pic.a libatf-c++.so.* libatf-c++.so application.pico build.pico check.pico config.pico env.pico exceptions.pico fs.pico process.pico tests.pico text.pico utils.pico application.pico.tmp build.pico.tmp check.pico.tmp config.pico.tmp env.pico.tmp exceptions.pico.tmp fs.pico.tmp process.pico.tmp tests.pico.tmp text.pico.tmp utils.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_pic.a libatf-c++.so.* libatf-c++.so application.pico build.pico check.pico config.pico env.pico exceptions.pico fs.pico process.pico tests.pico text.pico utils.pico application.pico.tmp build.pico.tmp check.pico.tmp config.pico.tmp env.pico.tmp exceptions.pico.tmp fs.pico.tmp process.pico.tmp tests.pico.tmp text.pico.tmp utils.pico.tmp || true) --- libclean5 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f llib-latf-c++.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto.a aes-x86_64.o aesni-mb-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-x86_64.o bsaes-x86_64.o vpaes-x86_64.o aes_cfb.o aes_ecb.o aes_ige.o aes_misc.o aes_ofb.o aes_wrap.o aria.o a_bitstr.o a_d2i_fp.o a_digest.o a_dup.o a_gentm.o a_i2d_fp.o a_int.o a_mbstr.o a_object.o a_octet.o a_print.o a_sign.o a_strex.o a_strnid.o a_time.o a_type.o a_utctm.o a_utf8.o a_verify.o ameth_lib.o asn1_err.o asn1_gen.o asn1_item_list.o asn1_lib.o asn1_parse.o asn_mime.o asn_moid.o asn_mstbl.o asn_pack.o bio_asn1.o bio_ndef.o d2i_param.o d2i_pr.o d2i_pu.o evp_asn1.o f_int.o f_string.o i2d_evp.o n_pkey.o nsseq.o p5_pbe.o p5_pbev2.o p5_scrypt.o p8_pkey.o t_bitst.o t_pkey.o t_spki.o tasn_dec.o tasn_enc.o tasn_fre.o tasn_new.o tasn_prn.o tasn_scn.o tasn_typ.o tasn_utl.o x_algor.o x_bignum.o x_info.o x_int64.o x_long.o x_pkey.o x_sig.o x_spki.o x_val.o async.o async_err.o async_posix.o async_wait.o bf_enc.o bf_cfb64.o bf_ecb.o bf_ofb64.o bf_skey.o bf_buff.o bf_lbuf.o bf_nbio.o bf_null.o bf_prefix.o bf_readbuff.o bio_addr.o bio_cb.o bio_dump.o bio_err.o bio_lib.o bio_meth.o bio_print.o bio_sock.o bio_sock2.o bss_acpt.o bss_bio.o bss_conn.o bss_core.o bss_dgram.o bss_fd.o bss_file.o bss_log.o bss_mem.o bss_null.o bss_sock.o ossl_core_bio.o blake2_prov.o blake2b_prov.o blake2s_prov.o blake2b_mac.o blake2s_mac.o x86_64-gf2m.o x86_64-mont.o x86_64-mont5.o rsaz-x86_64.o rsaz-avx2.o rsaz-avx512.o x86_64-gcc.o bn_add.o bn_blind.o bn_const.o bn_conv.o bn_ctx.o bn_depr.o bn_dh.o bn_div.o bn_err.o bn_exp.o bn_exp2.o bn_gcd.o bn_gf2m.o bn_intern.o bn_kron.o bn_lib.o bn_mod.o bn_mont.o bn_mpi.o bn_mul.o bn_nist.o bn_prime.o bn_print.o bn_rand.o bn_recp.o bn_rsa_fips186_4.o bn_shift.o bn_sqr.o bn_sqrt.o bn_srp.o bn_word.o bn_x931p.o rsaz_exp.o rsaz_exp_x2.o buf_err.o buffer.o cmll-x86_64.o cmll_cfb.o cmll_ctr.o cmll_ecb.o cmll_misc.o cmll_ofb.o c_enc.o c_cfb64.o c_ecb.o c_ofb64.o c_skey.o chacha-x86_64.o cmac.o cmp_asn.o cmp_client.o cmp_ctx.o cmp_err.o cmp_hdr.o cmp_http.o cmp_msg.o cmp_protect.o cmp_server.o cmp_status.o cmp_util.o cmp_vfy.o cms_asn1.o cms_att.o cms_cd.o cms_dd.o cms_dh.o cms_ec.o cms_enc.o cms_env.o cms_err.o cms_ess.o cms_io.o cms_kari.o cms_lib.o cms_pwri.o cms_rsa.o cms_sd.o cms_smime.o c_zlib.o comp_err.o comp_lib.o conf_api.o conf_def.o conf_err.o conf_lib.o conf_mall.o conf_mod.o conf_sap.o conf_ssl.o crmf_asn.o crmf_err.o crmf_lib.o crmf_pbm.o asn1_dsa.o bsearch.o context.o core_algorithm.o core_fetch.o core_namemap.o cpt_err.o cpuid.o cryptlib.o ctype.o cversion.o der_writer.o ebcdic.o ex_data.o getenv.o info.o init.o initthread.o mem.o mem_sec.o o_dir.o o_fopen.o o_init.o o_str.o o_time.o packet.o param_build.o param_build_set.o params.o params_dup.o params_from_text.o passphrase.o provider.o provider_child.o provider_conf.o provider_core.o provider_predefined.o punycode.o self_test_core.o sparse_array.o threads_lib.o threads_none.o threads_pthread.o threads_win.o trace.o uid.o x86_64cpuid.o ct_b64.o ct_err.o ct_log.o ct_oct.o ct_policy.o ct_prn.o ct_sct.o ct_sct_ctx.o ct_vfy.o ct_x509v3.o curve448.o curve448_tables.o eddsa.o f_generic.o f_impl32.o f_impl64.o scalar.o des_enc.o fcrypt_b.o cbc_cksm.o cbc_enc.o cfb64ede.o cfb64enc.o cfb_enc.o ecb3_enc.o ecb_enc.o fcrypt.o ofb64ede.o ofb64enc.o ofb_enc.o pcbc_enc.o qud_cksm.o rand_key.o set_key.o str2key.o xcbc_enc.o dh_ameth.o dh_asn1.o dh_backend.o dh_check.o dh_depr.o dh_err.o dh_gen.o dh_group_params.o dh_kdf.o dh_key.o dh_lib.o dh_meth.o dh_pmeth.o dh_prn.o dh_rfc5114.o dsa_ameth.o dsa_asn1.o dsa_backend.o dsa_check.o dsa_depr.o dsa_err.o dsa_gen.o dsa_key.o dsa_lib.o dsa_meth.o dsa_ossl.o dsa_pmeth.o dsa_prn.o dsa_sign.o dsa_vrf.o dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_openssl.o dso_vms.o dso_win32.o ecp_nistz256-x86_64.o x25519-x86_64.o curve25519.o ec2_oct.o ec2_smpl.o ec_ameth.o ec_asn1.o ec_backend.o ec_check.o ec_curve.o ec_cvt.o ec_deprecated.o ec_err.o ec_key.o ec_kmeth.o ec_lib.o ec_mult.o ec_oct.o ec_pmeth.o ec_print.o ecdh_kdf.o ecdh_ossl.o ecdsa_ossl.o ecdsa_sign.o ecdsa_vrf.o eck_prn.o ecp_mont.o ecp_nist.o ecp_oct.o ecp_smpl.o ecx_backend.o ecx_key.o ecx_meth.o ecp_nistz256.o decoder_err.o decoder_lib.o decoder_meth.o decoder_pkey.o encoder_err.o encoder_lib.o encoder_meth.o encoder_pkey.o decode_der2key.o eng_all.o eng_cnf.o eng_ctrl.o eng_dyn.o eng_err.o eng_fat.o eng_init.o eng_lib.o eng_list.o eng_openssl.o eng_pkey.o eng_rdrand.o eng_table.o tb_asnmth.o tb_cipher.o tb_dh.o tb_digest.o tb_dsa.o tb_eckey.o tb_pkmeth.o tb_rand.o tb_rsa.o err.o err_all.o err_all_legacy.o err_blocks.o err_prn.o ess_asn1.o ess_err.o ess_lib.o asymcipher.o bio_b64.o bio_enc.o bio_md.o bio_ok.o c_allc.o c_alld.o cmeth_lib.o ctrl_params_translate.o dh_ctrl.o dh_support.o digest.o dsa_ctrl.o e_aes.o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha256.o e_aria.o e_bf.o e_camellia.o e_cast.o e_chacha20_poly1305.o e_des.o e_des3.o e_idea.o e_null.o e_old.o e_rc2.o e_rc4.o e_rc4_hmac_md5.o e_rc5.o e_seed.o e_sm4.o e_xcbc_d.o ec_ctrl.o ec_support.o encode.o evp_cnf.o evp_enc.o evp_err.o evp_fetch.o evp_key.o evp_lib.o evp_pbe.o evp_pkey.o evp_rand.o evp_utils.o exchange.o kdf_lib.o kdf_meth.o kem.o keymgmt_lib.o keymgmt_meth.o legacy_blake2.o legacy_md4.o legacy_md5.o legacy_md5_sha1.o legacy_mdc2.o legacy_ripemd.o legacy_sha.o legacy_wp.o m_null.o m_sigver.o mac_lib.o mac_meth.o names.o p5_crpt.o p5_crpt2.o p_dec.o p_enc.o p_legacy.o p_lib.o p_open.o p_seal.o p_sign.o p_verify.o pbe_scrypt.o pmeth_check.o pmeth_gn.o pmeth_lib.o signature.o ffc_backend.o ffc_dh.o ffc_key_generate.o ffc_key_validate.o ffc_params.o ffc_params_generate.o ffc_params_validate.o hmac.o http_client.o http_err.o http_lib.o i_cbc.o i_cfb64.o i_ecb.o i_ofb64.o i_skey.o kdf_err.o lh_stats.o lhash.o md4_dgst.o md4_one.o md5-x86_64.o md5_dgst.o md5_one.o md5_sha1.o mdc2_one.o mdc2dgst.o aesni-gcm-x86_64.o ghash-x86_64.o cbc128.o ccm128.o cfb128.o ctr128.o cts128.o gcm128.o ocb128.o ofb128.o siv128.o wrap128.o xts128.o o_names.o obj_dat.o obj_err.o obj_lib.o obj_xref.o ocsp_asn.o ocsp_cl.o ocsp_err.o ocsp_ext.o ocsp_http.o ocsp_lib.o ocsp_prn.o ocsp_srv.o ocsp_vfy.o v3_ocsp.o pem_all.o pem_err.o pem_info.o pem_lib.o pem_oth.o pem_pk8.o pem_pkey.o pem_sign.o pem_x509.o pem_xaux.o pvkfmt.o p12_add.o p12_asn.o p12_attr.o p12_crpt.o p12_crt.o p12_decr.o p12_init.o p12_key.o p12_kiss.o p12_mutl.o p12_npas.o p12_p8d.o p12_p8e.o p12_sbag.o p12_utl.o pk12err.o bio_pk7.o pk7_asn1.o pk7_attr.o pk7_doit.o pk7_lib.o pk7_mime.o pk7_smime.o pkcs7err.o poly1305-x86_64.o poly1305.o pqueue.o defn_cache.o property.o property_err.o property_parse.o property_query.o property_string.o baseprov.o defltprov.o nullprov.o prov_running.o prov_seed.o rand_deprecated.o rand_err.o rand_lib.o rand_meth.o rand_pool.o randfile.o rc2_cbc.o rc2_ecb.o rc2_skey.o rc2cfb64.o rc2ofb64.o rc4-md5-x86_64.o rc4-x86_64.o rmd_dgst.o rmd_one.o rsa_ameth.o rsa_asn1.o rsa_backend.o rsa_chk.o rsa_crpt.o rsa_depr.o rsa_err.o rsa_gen.o rsa_lib.o rsa_meth.o rsa_mp.o rsa_mp_names.o rsa_none.o rsa_oaep.o rsa_ossl.o rsa_pk1.o rsa_pmeth.o rsa_prn.o rsa_pss.o rsa_saos.o rsa_schemes.o rsa_sign.o rsa_sp800_56b_check.o rsa_sp800_56b_gen.o rsa_x931.o rsa_x931g.o seed.o seed_cbc.o seed_cfb.o seed_ecb.o seed_ofb.o sha1-x86_64.o sha1-mb-x86_64.o keccak1600-x86_64.o sha1dgst.o sha3.o libc-sha1.o libc-sha512.o libc-sha256.o libc-sha2xx.o siphash.o sm2_crypt.o sm2_err.o sm2_key.o sm2_sign.o legacy_sm3.o sm3.o sm4.o srp_lib.o srp_vfy.o stack.o store_err.o store_init.o store_lib.o store_meth.o store_register.o store_result.o store_strings.o ts_asn1.o ts_conf.o ts_err.o ts_lib.o ts_req_print.o ts_req_utils.o ts_rsp_print.o ts_rsp_sign.o ts_rsp_utils.o ts_rsp_verify.o ts_verify_ctx.o txt_db.o ui_err.o ui_lib.o ui_null.o ui_openssl.o ui_util.o wp-x86_64.o wp_dgst.o by_dir.o by_file.o by_store.o pcy_cache.o pcy_data.o pcy_lib.o pcy_map.o pcy_node.o pcy_tree.o t_crl.o t_req.o t_x509.o v3_addr.o v3_admis.o v3_akeya.o v3_akid.o v3_asid.o v3_bcons.o v3_bitst.o v3_conf.o v3_cpols.o v3_crld.o v3_enum.o v3_extku.o v3_genn.o v3_ia5.o v3_info.o v3_int.o v3_ist.o v3_lib.o v3_ncons.o v3_pci.o v3_pcia.o v3_pcons.o v3_pku.o v3_pmaps.o v3_prn.o v3_purp.o v3_san.o v3_skid.o v3_sxnet.o v3_tlsf.o v3_utf8.o v3_utl.o v3err.o x509_att.o x509_cmp.o x509_d2.o x509_def.o x509_err.o x509_ext.o x509_lu.o x509_meth.o x509_obj.o x509_r2x.o x509_req.o x509_set.o x509_trust.o x509_txt.o x509_v3.o x509_vfy.o x509_vpm.o x509cset.o x509name.o x509rset.o x509spki.o x509type.o x_all.o x_attrib.o x_crl.o x_exten.o x_name.o x_pubkey.o x_req.o x_x509.o x_x509a.o bio_prov.o capabilities.o digest_to_nid.o provider_seeding.o provider_util.o securitycheck.o securitycheck_default.o provider_ctx.o provider_err.o der_rsa_sig.o der_sm2_gen.o der_sm2_key.o der_sm2_sig.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o rsa_enc.o sm2_enc.o cipher_aes.o cipher_aes_cbc_hmac_sha.o cipher_aes_cbc_hmac_sha1_hw.o cipher_aes_cbc_hmac_sha256_hw.o cipher_aes_ccm.o cipher_aes_ccm_hw.o cipher_aes_gcm.o cipher_aes_gcm_hw.o cipher_aes_hw.o cipher_aes_ocb.o cipher_aes_ocb_hw.o cipher_aes_siv.o cipher_aes_siv_hw.o cipher_aes_wrp.o cipher_aes_xts.o cipher_aes_xts_fips.o cipher_aes_xts_hw.o cipher_aria.o cipher_aria_ccm.o cipher_aria_ccm_hw.o cipher_aria_gcm.o cipher_aria_gcm_hw.o cipher_aria_hw.o cipher_camellia.o cipher_camellia_hw.o cipher_chacha20.o cipher_chacha20_hw.o cipher_chacha20_poly1305.o cipher_chacha20_poly1305_hw.o cipher_cts.o cipher_null.o cipher_sm4.o cipher_sm4_hw.o cipher_tdes.o cipher_tdes_common.o cipher_tdes_default.o cipher_tdes_default_hw.o cipher_tdes_hw.o cipher_tdes_wrap.o cipher_tdes_wrap_hw.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o blake2_prov.o blake2b_prov.o blake2s_prov.o md5_prov.o md5_sha1_prov.o null_prov.o ripemd_prov.o sha2_prov.o sha3_prov.o sm3_prov.o digestcommon.o decode_der2key.o decode_epki2pki.o decode_msblob2key.o decode_pem2der.o decode_pvk2key.o decode_spki2typespki.o encode_key2any.o encode_key2blob.o encode_key2ms.o encode_key2text.o endecoder_common.o dh_exch.o ecdh_exch.o ecx_exch.o kdf_exch.o hkdf.o kbkdf.o krb5kdf.o pbkdf2.o pbkdf2_fips.o pkcs12kdf.o scrypt.o sshkdf.o sskdf.o tls1_prf.o x942kdf.o rsa_kem.o dh_kmgmt.o dsa_kmgmt.o ec_kmgmt.o ecx_kmgmt.o kdf_legacy_kmgmt.o mac_legacy_kmgmt.o rsa_kmgmt.o blake2b_mac.o blake2s_mac.o cmac_prov.o gmac_prov.o hmac_prov.o kmac_prov.o poly1305_prov.o siphash_prov.o crngt.o drbg.o drbg_ctr.o drbg_hash.o drbg_hmac.o seed_src.o test_rng.o rand_cpu_x86.o rand_tsc.o rand_unix.o rand_win.o dsa_sig.o ecdsa_sig.o eddsa_sig.o mac_legacy_sig.o rsa_sig.o sm2_sig.o file_store.o file_store_any2obj.o s3_cbc.o bio_prov.o capabilities.o digest_to_nid.o provider_seeding.o provider_util.o securitycheck.o securitycheck_default.o provider_ctx.o provider_err.o der_rsa_sig.o der_sm2_gen.o der_sm2_key.o der_sm2_sig.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o cipher_aes.o cipher_aes_cbc_hmac_sha.o cipher_aes_cbc_hmac_sha1_hw.o cipher_aes_cbc_hmac_sha256_hw.o cipher_aes_ccm.o cipher_aes_ccm_hw.o cipher_aes_gcm.o cipher_aes_gcm_hw.o cipher_aes_hw.o cipher_aes_ocb.o cipher_aes_ocb_hw.o cipher_aes_siv.o cipher_aes_siv_hw.o cipher_aes_wrp.o cipher_aes_xts.o cipher_aes_xts_fips.o cipher_aes_xts_hw.o cipher_aria.o cipher_aria_ccm.o cipher_aria_ccm_hw.o cipher_aria_gcm.o cipher_aria_gcm_hw.o cipher_aria_hw.o cipher_camellia.o cipher_camellia_hw.o cipher_chacha20.o cipher_chacha20_hw.o cipher_chacha20_poly1305.o cipher_chacha20_poly1305_hw.o cipher_cts.o cipher_null.o cipher_sm4.o cipher_sm4_hw.o cipher_tdes.o cipher_tdes_common.o cipher_tdes_default.o cipher_tdes_default_hw.o cipher_tdes_hw.o cipher_tdes_wrap.o cipher_tdes_wrap_hw.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o blake2_prov.o blake2b_prov.o blake2s_prov.o md5_prov.o md5_sha1_prov.o null_prov.o ripemd_prov.o sha2_prov.o sha3_prov.o sm3_prov.o digestcommon.o tls_pad.o aes-x86_64.o.tmp aesni-mb-x86_64.o.tmp aesni-sha1-x86_64.o.tmp aesni-sha256-x86_64.o.tmp aesni-x86_64.o.tmp bsaes-x86_64.o.tmp vpaes-x86_64.o.tmp aes_cfb.o.tmp aes_ecb.o.tmp aes_ige.o.tmp aes_misc.o.tmp aes_ofb.o.tmp aes_wrap.o.tmp aria.o.tmp a_bitstr.o.tmp a_d2i_fp.o.tmp a_digest.o.tmp a_dup.o.tmp a_gentm.o.tmp a_i2d_fp.o.tmp a_int.o.tmp a_mbstr.o.tmp a_object.o.tmp a_octet.o.tmp a_print.o.tmp a_sign.o.tmp a_strex.o.tmp a_strnid.o.tmp a_time.o.tmp a_type.o.tmp a_utctm.o.tmp a_utf8.o.tmp a_verify.o.tmp ameth_lib.o.tmp asn1_err.o.tmp asn1_gen.o.tmp asn1_item_list.o.tmp asn1_lib.o.tmp asn1_parse.o.tmp asn_mime.o.tmp asn_moid.o.tmp asn_mstbl.o.tmp asn_pack.o.tmp bio_asn1.o.tmp bio_ndef.o.tmp d2i_param.o.tmp d2i_pr.o.tmp d2i_pu.o.tmp evp_asn1.o.tmp f_int.o.tmp f_string.o.tmp i2d_evp.o.tmp n_pkey.o.tmp nsseq.o.tmp p5_pbe.o.tmp p5_pbev2.o.tmp p5_scrypt.o.tmp p8_pkey.o.tmp t_bitst.o.tmp t_pkey.o.tmp t_spki.o.tmp tasn_dec.o.tmp tasn_enc.o.tmp tasn_fre.o.tmp tasn_new.o.tmp tasn_prn.o.tmp tasn_scn.o.tmp tasn_typ.o.tmp tasn_utl.o.tmp x_algor.o.tmp x_bignum.o.tmp x_info.o.tmp x_int64.o.tmp x_long.o.tmp x_pkey.o.tmp x_sig.o.tmp x_spki.o.tmp x_val.o.tmp async.o.tmp async_err.o.tmp async_posix.o.tmp async_wait.o.tmp bf_enc.o.tmp bf_cfb64.o.tmp bf_ecb.o.tmp bf_ofb64.o.tmp bf_skey.o.tmp bf_buff.o.tmp bf_lbuf.o.tmp bf_nbio.o.tmp bf_null.o.tmp bf_prefix.o.tmp bf_readbuff.o.tmp bio_addr.o.tmp bio_cb.o.tmp bio_dump.o.tmp bio_err.o.tmp bio_lib.o.tmp bio_meth.o.tmp bio_print.o.tmp bio_sock.o.tmp bio_sock2.o.tmp bss_acpt.o.tmp bss_bio.o.tmp bss_conn.o.tmp bss_core.o.tmp bss_dgram.o.tmp bss_fd.o.tmp bss_file.o.tmp bss_log.o.tmp bss_mem.o.tmp bss_null.o.tmp bss_sock.o.tmp ossl_core_bio.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp blake2b_mac.o.tmp blake2s_mac.o.tmp x86_64-gf2m.o.tmp x86_64-mont.o.tmp x86_64-mont5.o.tmp rsaz-x86_64.o.tmp rsaz-avx2.o.tmp rsaz-avx512.o.tmp x86_64-gcc.o.tmp bn_add.o.tmp bn_blind.o.tmp bn_const.o.tmp bn_conv.o.tmp bn_ctx.o.tmp bn_depr.o.tmp bn_dh.o.tmp bn_div.o.tmp bn_err.o.tmp bn_exp.o.tmp bn_exp2.o.tmp bn_gcd.o.tmp bn_gf2m.o.tmp bn_intern.o.tmp bn_kron.o.tmp bn_lib.o.tmp bn_mod.o.tmp bn_mont.o.tmp bn_mpi.o.tmp bn_mul.o.tmp bn_nist.o.tmp bn_prime.o.tmp bn_print.o.tmp bn_rand.o.tmp bn_recp.o.tmp bn_rsa_fips186_4.o.tmp bn_shift.o.tmp bn_sqr.o.tmp bn_sqrt.o.tmp bn_srp.o.tmp bn_word.o.tmp bn_x931p.o.tmp rsaz_exp.o.tmp rsaz_exp_x2.o.tmp buf_err.o.tmp buffer.o.tmp cmll-x86_64.o.tmp cmll_cfb.o.tmp cmll_ctr.o.tmp cmll_ecb.o.tmp cmll_misc.o.tmp cmll_ofb.o.tmp c_enc.o.tmp c_cfb64.o.tmp c_ecb.o.tmp c_ofb64.o.tmp c_skey.o.tmp chacha-x86_64.o.tmp cmac.o.tmp cmp_asn.o.tmp cmp_client.o.tmp cmp_ctx.o.tmp cmp_err.o.tmp cmp_hdr.o.tmp cmp_http.o.tmp cmp_msg.o.tmp cmp_protect.o.tmp cmp_server.o.tmp cmp_status.o.tmp cmp_util.o.tmp cmp_vfy.o.tmp cms_asn1.o.tmp cms_att.o.tmp cms_cd.o.tmp cms_dd.o.tmp cms_dh.o.tmp cms_ec.o.tmp cms_enc.o.tmp cms_env.o.tmp cms_err.o.tmp cms_ess.o.tmp cms_io.o.tmp cms_kari.o.tmp cms_lib.o.tmp cms_pwri.o.tmp cms_rsa.o.tmp cms_sd.o.tmp cms_smime.o.tmp c_zlib.o.tmp comp_err.o.tmp comp_lib.o.tmp conf_api.o.tmp conf_def.o.tmp conf_err.o.tmp conf_lib.o.tmp conf_mall.o.tmp conf_mod.o.tmp conf_sap.o.tmp conf_ssl.o.tmp crmf_asn.o.tmp crmf_err.o.tmp crmf_lib.o.tmp crmf_pbm.o.tmp asn1_dsa.o.tmp bsearch.o.tmp context.o.tmp core_algorithm.o.tmp core_fetch.o.tmp core_namemap.o.tmp cpt_err.o.tmp cpuid.o.tmp cryptlib.o.tmp ctype.o.tmp cversion.o.tmp der_writer.o.tmp ebcdic.o.tmp ex_data.o.tmp getenv.o.tmp info.o.tmp init.o.tmp initthread.o.tmp mem.o.tmp mem_sec.o.tmp o_dir.o.tmp o_fopen.o.tmp o_init.o.tmp o_str.o.tmp o_time.o.tmp packet.o.tmp param_build.o.tmp param_build_set.o.tmp params.o.tmp params_dup.o.tmp params_from_text.o.tmp passphrase.o.tmp provider.o.tmp provider_child.o.tmp provider_conf.o.tmp provider_core.o.tmp provider_predefined.o.tmp punycode.o.tmp self_test_core.o.tmp sparse_array.o.tmp threads_lib.o.tmp threads_none.o.tmp threads_pthread.o.tmp threads_win.o.tmp trace.o.tmp uid.o.tmp x86_64cpuid.o.tmp ct_b64.o.tmp ct_err.o.tmp ct_log.o.tmp ct_oct.o.tmp ct_policy.o.tmp ct_prn.o.tmp ct_sct.o.tmp ct_sct_ctx.o.tmp ct_vfy.o.tmp ct_x509v3.o.tmp curve448.o.tmp curve448_tables.o.tmp eddsa.o.tmp f_generic.o.tmp f_impl32.o.tmp f_impl64.o.tmp scalar.o.tmp des_enc.o.tmp fcrypt_b.o.tmp cbc_cksm.o.tmp cbc_enc.o.tmp cfb64ede.o.tmp cfb64enc.o.tmp cfb_enc.o.tmp ecb3_enc.o.tmp ecb_enc.o.tmp fcrypt.o.tmp ofb64ede.o.tmp ofb64enc.o.tmp ofb_enc.o.tmp pcbc_enc.o.tmp qud_cksm.o.tmp rand_key.o.tmp set_key.o.tmp str2key.o.tmp xcbc_enc.o.tmp dh_ameth.o.tmp dh_asn1.o.tmp dh_backend.o.tmp dh_check.o.tmp dh_depr.o.tmp dh_err.o.tmp dh_gen.o.tmp dh_group_params.o.tmp dh_kdf.o.tmp dh_key.o.tmp dh_lib.o.tmp dh_meth.o.tmp dh_pmeth.o.tmp dh_prn.o.tmp dh_rfc5114.o.tmp dsa_ameth.o.tmp dsa_asn1.o.tmp dsa_backend.o.tmp dsa_check.o.tmp dsa_depr.o.tmp dsa_err.o.tmp dsa_gen.o.tmp dsa_key.o.tmp dsa_lib.o.tmp dsa_meth.o.tmp dsa_ossl.o.tmp dsa_pmeth.o.tmp dsa_prn.o.tmp dsa_sign.o.tmp dsa_vrf.o.tmp dso_dl.o.tmp dso_dlfcn.o.tmp dso_err.o.tmp dso_lib.o.tmp dso_openssl.o.tmp dso_vms.o.tmp dso_win32.o.tmp ecp_nistz256-x86_64.o.tmp x25519-x86_64.o.tmp curve25519.o.tmp ec2_oct.o.tmp ec2_smpl.o.tmp ec_ameth.o.tmp ec_asn1.o.tmp ec_backend.o.tmp ec_check.o.tmp ec_curve.o.tmp ec_cvt.o.tmp ec_deprecated.o.tmp ec_err.o.tmp ec_key.o.tmp ec_kmeth.o.tmp ec_lib.o.tmp ec_mult.o.tmp ec_oct.o.tmp ec_pmeth.o.tmp ec_print.o.tmp ecdh_kdf.o.tmp ecdh_ossl.o.tmp ecdsa_ossl.o.tmp ecdsa_sign.o.tmp ecdsa_vrf.o.tmp eck_prn.o.tmp ecp_mont.o.tmp ecp_nist.o.tmp ecp_oct.o.tmp ecp_smpl.o.tmp ecx_backend.o.tmp ecx_key.o.tmp ecx_meth.o.tmp ecp_nistz256.o.tmp decoder_err.o.tmp decoder_lib.o.tmp decoder_meth.o.tmp decoder_pkey.o.tmp encoder_err.o.tmp encoder_lib.o.tmp encoder_meth.o.tmp encoder_pkey.o.tmp decode_der2key.o.tmp eng_all.o.tmp eng_cnf.o.tmp eng_ctrl.o.tmp eng_dyn.o.tmp eng_err.o.tmp eng_fat.o.tmp eng_init.o.tmp eng_lib.o.tmp eng_list.o.tmp eng_openssl.o.tmp eng_pkey.o.tmp eng_rdrand.o.tmp eng_table.o.tmp tb_asnmth.o.tmp tb_cipher.o.tmp tb_dh.o.tmp tb_digest.o.tmp tb_dsa.o.tmp tb_eckey.o.tmp tb_pkmeth.o.tmp tb_rand.o.tmp tb_rsa.o.tmp err.o.tmp err_all.o.tmp err_all_legacy.o.tmp err_blocks.o.tmp err_prn.o.tmp ess_asn1.o.tmp ess_err.o.tmp ess_lib.o.tmp asymcipher.o.tmp bio_b64.o.tmp bio_enc.o.tmp bio_md.o.tmp bio_ok.o.tmp c_allc.o.tmp c_alld.o.tmp cmeth_lib.o.tmp ctrl_params_translate.o.tmp dh_ctrl.o.tmp dh_support.o.tmp digest.o.tmp dsa_ctrl.o.tmp e_aes.o.tmp e_aes_cbc_hmac_sha1.o.tmp e_aes_cbc_hmac_sha256.o.tmp e_aria.o.tmp e_bf.o.tmp e_camellia.o.tmp e_cast.o.tmp e_chacha20_poly1305.o.tmp e_des.o.tmp e_des3.o.tmp e_idea.o.tmp e_null.o.tmp e_old.o.tmp e_rc2.o.tmp e_rc4.o.tmp e_rc4_hmac_md5.o.tmp e_rc5.o.tmp e_seed.o.tmp e_sm4.o.tmp e_xcbc_d.o.tmp ec_ctrl.o.tmp ec_support.o.tmp encode.o.tmp evp_cnf.o.tmp evp_enc.o.tmp evp_err.o.tmp evp_fetch.o.tmp evp_key.o.tmp evp_lib.o.tmp evp_pbe.o.tmp evp_pkey.o.tmp evp_rand.o.tmp evp_utils.o.tmp exchange.o.tmp kdf_lib.o.tmp kdf_meth.o.tmp kem.o.tmp keymgmt_lib.o.tmp keymgmt_meth.o.tmp legacy_blake2.o.tmp legacy_md4.o.tmp legacy_md5.o.tmp legacy_md5_sha1.o.tmp legacy_mdc2.o.tmp legacy_ripemd.o.tmp legacy_sha.o.tmp legacy_wp.o.tmp m_null.o.tmp m_sigver.o.tmp mac_lib.o.tmp mac_meth.o.tmp names.o.tmp p5_crpt.o.tmp p5_crpt2.o.tmp p_dec.o.tmp p_enc.o.tmp p_legacy.o.tmp p_lib.o.tmp p_open.o.tmp p_seal.o.tmp p_sign.o.tmp p_verify.o.tmp pbe_scrypt.o.tmp pmeth_check.o.tmp pmeth_gn.o.tmp pmeth_lib.o.tmp signature.o.tmp ffc_backend.o.tmp ffc_dh.o.tmp ffc_key_generate.o.tmp ffc_key_validate.o.tmp ffc_params.o.tmp ffc_params_generate.o.tmp ffc_params_validate.o.tmp hmac.o.tmp http_client.o.tmp http_err.o.tmp http_lib.o.tmp i_cbc.o.tmp i_cfb64.o.tmp i_ecb.o.tmp i_ofb64.o.tmp i_skey.o.tmp kdf_err.o.tmp lh_stats.o.tmp lhash.o.tmp md4_dgst.o.tmp md4_one.o.tmp md5-x86_64.o.tmp md5_dgst.o.tmp md5_one.o.tmp md5_sha1.o.tmp mdc2_one.o.tmp mdc2dgst.o.tmp aesni-gcm-x86_64.o.tmp ghash-x86_64.o.tmp cbc128.o.tmp ccm128.o.tmp cfb128.o.tmp ctr128.o.tmp cts128.o.tmp gcm128.o.tmp ocb128.o.tmp ofb128.o.tmp siv128.o.tmp wrap128.o.tmp xts128.o.tmp o_names.o.tmp obj_dat.o.tmp obj_err.o.tmp obj_lib.o.tmp obj_xref.o.tmp ocsp_asn.o.tmp ocsp_cl.o.tmp ocsp_err.o.tmp ocsp_ext.o.tmp ocsp_http.o.tmp ocsp_lib.o.tmp ocsp_prn.o.tmp ocsp_srv.o.tmp ocsp_vfy.o.tmp v3_ocsp.o.tmp pem_all.o.tmp pem_err.o.tmp pem_info.o.tmp pem_lib.o.tmp pem_oth.o.tmp pem_pk8.o.tmp pem_pkey.o.tmp pem_sign.o.tmp pem_x509.o.tmp pem_xaux.o.tmp pvkfmt.o.tmp p12_add.o.tmp p12_asn.o.tmp p12_attr.o.tmp p12_crpt.o.tmp p12_crt.o.tmp p12_decr.o.tmp p12_init.o.tmp p12_key.o.tmp p12_kiss.o.tmp p12_mutl.o.tmp p12_npas.o.tmp p12_p8d.o.tmp p12_p8e.o.tmp p12_sbag.o.tmp p12_utl.o.tmp pk12err.o.tmp bio_pk7.o.tmp pk7_asn1.o.tmp pk7_attr.o.tmp pk7_doit.o.tmp pk7_lib.o.tmp pk7_mime.o.tmp pk7_smime.o.tmp pkcs7err.o.tmp poly1305-x86_64.o.tmp poly1305.o.tmp pqueue.o.tmp defn_cache.o.tmp property.o.tmp property_err.o.tmp property_parse.o.tmp property_query.o.tmp property_string.o.tmp baseprov.o.tmp defltprov.o.tmp nullprov.o.tmp prov_running.o.tmp prov_seed.o.tmp rand_deprecated.o.tmp rand_err.o.tmp rand_lib.o.tmp rand_meth.o.tmp rand_pool.o.tmp randfile.o.tmp rc2_cbc.o.tmp rc2_ecb.o.tmp rc2_skey.o.tmp rc2cfb64.o.tmp rc2ofb64.o.tmp rc4-md5-x86_64.o.tmp rc4-x86_64.o.tmp rmd_dgst.o.tmp rmd_one.o.tmp rsa_ameth.o.tmp rsa_asn1.o.tmp rsa_backend.o.tmp rsa_chk.o.tmp rsa_crpt.o.tmp rsa_depr.o.tmp rsa_err.o.tmp rsa_gen.o.tmp rsa_lib.o.tmp rsa_meth.o.tmp rsa_mp.o.tmp rsa_mp_names.o.tmp rsa_none.o.tmp rsa_oaep.o.tmp rsa_ossl.o.tmp rsa_pk1.o.tmp rsa_pmeth.o.tmp rsa_prn.o.tmp rsa_pss.o.tmp rsa_saos.o.tmp rsa_schemes.o.tmp rsa_sign.o.tmp rsa_sp800_56b_check.o.tmp rsa_sp800_56b_gen.o.tmp rsa_x931.o.tmp rsa_x931g.o.tmp seed.o.tmp seed_cbc.o.tmp seed_cfb.o.tmp seed_ecb.o.tmp seed_ofb.o.tmp sha1-x86_64.o.tmp sha1-mb-x86_64.o.tmp keccak1600-x86_64.o.tmp sha1dgst.o.tmp sha3.o.tmp libc-sha1.o.tmp libc-sha512.o.tmp libc-sha256.o.tmp libc-sha2xx.o.tmp siphash.o.tmp sm2_crypt.o.tmp sm2_err.o.tmp sm2_key.o.tmp sm2_sign.o.tmp legacy_sm3.o.tmp sm3.o.tmp sm4.o.tmp srp_lib.o.tmp srp_vfy.o.tmp stack.o.tmp store_err.o.tmp store_init.o.tmp store_lib.o.tmp store_meth.o.tmp store_register.o.tmp store_result.o.tmp store_strings.o.tmp ts_asn1.o.tmp ts_conf.o.tmp ts_err.o.tmp ts_lib.o.tmp ts_req_print.o.tmp ts_req_utils.o.tmp ts_rsp_print.o.tmp ts_rsp_sign.o.tmp ts_rsp_utils.o.tmp ts_rsp_verify.o.tmp ts_verify_ctx.o.tmp txt_db.o.tmp ui_err.o.tmp ui_lib.o.tmp ui_null.o.tmp ui_openssl.o.tmp ui_util.o.tmp wp-x86_64.o.tmp wp_dgst.o.tmp by_dir.o.tmp by_file.o.tmp by_store.o.tmp pcy_cache.o.tmp pcy_data.o.tmp pcy_lib.o.tmp pcy_map.o.tmp pcy_node.o.tmp pcy_tree.o.tmp t_crl.o.tmp t_req.o.tmp t_x509.o.tmp v3_addr.o.tmp v3_admis.o.tmp v3_akeya.o.tmp v3_akid.o.tmp v3_asid.o.tmp v3_bcons.o.tmp v3_bitst.o.tmp v3_conf.o.tmp v3_cpols.o.tmp v3_crld.o.tmp v3_enum.o.tmp v3_extku.o.tmp v3_genn.o.tmp v3_ia5.o.tmp v3_info.o.tmp v3_int.o.tmp v3_ist.o.tmp v3_lib.o.tmp v3_ncons.o.tmp v3_pci.o.tmp v3_pcia.o.tmp v3_pcons.o.tmp v3_pku.o.tmp v3_pmaps.o.tmp v3_prn.o.tmp v3_purp.o.tmp v3_san.o.tmp v3_skid.o.tmp v3_sxnet.o.tmp v3_tlsf.o.tmp v3_utf8.o.tmp v3_utl.o.tmp v3err.o.tmp x509_att.o.tmp x509_cmp.o.tmp x509_d2.o.tmp x509_def.o.tmp x509_err.o.tmp x509_ext.o.tmp x509_lu.o.tmp x509_meth.o.tmp x509_obj.o.tmp x509_r2x.o.tmp x509_req.o.tmp x509_set.o.tmp x509_trust.o.tmp x509_txt.o.tmp x509_v3.o.tmp x509_vfy.o.tmp x509_vpm.o.tmp x509cset.o.tmp x509name.o.tmp x509rset.o.tmp x509spki.o.tmp x509type.o.tmp x_all.o.tmp x_attrib.o.tmp x_crl.o.tmp x_exten.o.tmp x_name.o.tmp x_pubkey.o.tmp x_req.o.tmp x_x509.o.tmp x_x509a.o.tmp bio_prov.o.tmp capabilities.o.tmp digest_to_nid.o.tmp provider_seeding.o.tmp provider_util.o.tmp securitycheck.o.tmp securitycheck_default.o.tmp provider_ctx.o.tmp provider_err.o.tmp der_rsa_sig.o.tmp der_sm2_gen.o.tmp der_sm2_key.o.tmp der_sm2_sig.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp rsa_enc.o.tmp sm2_enc.o.tmp cipher_aes.o.tmp cipher_aes_cbc_hmac_sha.o.tmp cipher_aes_cbc_hmac_sha1_hw.o.tmp cipher_aes_cbc_hmac_sha256_hw.o.tmp cipher_aes_ccm.o.tmp cipher_aes_ccm_hw.o.tmp cipher_aes_gcm.o.tmp cipher_aes_gcm_hw.o.tmp cipher_aes_hw.o.tmp cipher_aes_ocb.o.tmp cipher_aes_ocb_hw.o.tmp cipher_aes_siv.o.tmp cipher_aes_siv_hw.o.tmp cipher_aes_wrp.o.tmp cipher_aes_xts.o.tmp cipher_aes_xts_fips.o.tmp cipher_aes_xts_hw.o.tmp cipher_aria.o.tmp cipher_aria_ccm.o.tmp cipher_aria_ccm_hw.o.tmp cipher_aria_gcm.o.tmp cipher_aria_gcm_hw.o.tmp cipher_aria_hw.o.tmp cipher_camellia.o.tmp cipher_camellia_hw.o.tmp cipher_chacha20.o.tmp cipher_chacha20_hw.o.tmp cipher_chacha20_poly1305.o.tmp cipher_chacha20_poly1305_hw.o.tmp cipher_cts.o.tmp cipher_null.o.tmp cipher_sm4.o.tmp cipher_sm4_hw.o.tmp cipher_tdes.o.tmp cipher_tdes_common.o.tmp cipher_tdes_default.o.tmp cipher_tdes_default_hw.o.tmp cipher_tdes_hw.o.tmp cipher_tdes_wrap.o.tmp cipher_tdes_wrap_hw.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp md5_prov.o.tmp md5_sha1_prov.o.tmp null_prov.o.tmp ripemd_prov.o.tmp sha2_prov.o.tmp sha3_prov.o.tmp sm3_prov.o.tmp digestcommon.o.tmp decode_der2key.o.tmp decode_epki2pki.o.tmp decode_msblob2key.o.tmp decode_pem2der.o.tmp decode_pvk2key.o.tmp decode_spki2typespki.o.tmp encode_key2any.o.tmp encode_key2blob.o.tmp encode_key2ms.o.tmp encode_key2text.o.tmp endecoder_common.o.tmp dh_exch.o.tmp ecdh_exch.o.tmp ecx_exch.o.tmp kdf_exch.o.tmp hkdf.o.tmp kbkdf.o.tmp krb5kdf.o.tmp pbkdf2.o.tmp pbkdf2_fips.o.tmp pkcs12kdf.o.tmp scrypt.o.tmp sshkdf.o.tmp sskdf.o.tmp tls1_prf.o.tmp x942kdf.o.tmp rsa_kem.o.tmp dh_kmgmt.o.tmp dsa_kmgmt.o.tmp ec_kmgmt.o.tmp ecx_kmgmt.o.tmp kdf_legacy_kmgmt.o.tmp mac_legacy_kmgmt.o.tmp rsa_kmgmt.o.tmp blake2b_mac.o.tmp blake2s_mac.o.tmp cmac_prov.o.tmp gmac_prov.o.tmp hmac_prov.o.tmp kmac_prov.o.tmp poly1305_prov.o.tmp siphash_prov.o.tmp crngt.o.tmp drbg.o.tmp drbg_ctr.o.tmp drbg_hash.o.tmp drbg_hmac.o.tmp seed_src.o.tmp test_rng.o.tmp rand_cpu_x86.o.tmp rand_tsc.o.tmp rand_unix.o.tmp rand_win.o.tmp dsa_sig.o.tmp ecdsa_sig.o.tmp eddsa_sig.o.tmp mac_legacy_sig.o.tmp rsa_sig.o.tmp sm2_sig.o.tmp file_store.o.tmp file_store_any2obj.o.tmp s3_cbc.o.tmp bio_prov.o.tmp capabilities.o.tmp digest_to_nid.o.tmp provider_seeding.o.tmp provider_util.o.tmp securitycheck.o.tmp securitycheck_default.o.tmp provider_ctx.o.tmp provider_err.o.tmp der_rsa_sig.o.tmp der_sm2_gen.o.tmp der_sm2_key.o.tmp der_sm2_sig.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp cipher_aes.o.tmp cipher_aes_cbc_hmac_sha.o.tmp cipher_aes_cbc_hmac_sha1_hw.o.tmp cipher_aes_cbc_hmac_sha256_hw.o.tmp cipher_aes_ccm.o.tmp cipher_aes_ccm_hw.o.tmp cipher_aes_gcm.o.tmp cipher_aes_gcm_hw.o.tmp cipher_aes_hw.o.tmp cipher_aes_ocb.o.tmp cipher_aes_ocb_hw.o.tmp cipher_aes_siv.o.tmp cipher_aes_siv_hw.o.tmp cipher_aes_wrp.o.tmp cipher_aes_xts.o.tmp cipher_aes_xts_fips.o.tmp cipher_aes_xts_hw.o.tmp cipher_aria.o.tmp cipher_aria_ccm.o.tmp cipher_aria_ccm_hw.o.tmp cipher_aria_gcm.o.tmp cipher_aria_gcm_hw.o.tmp cipher_aria_hw.o.tmp cipher_camellia.o.tmp cipher_camellia_hw.o.tmp cipher_chacha20.o.tmp cipher_chacha20_hw.o.tmp cipher_chacha20_poly1305.o.tmp cipher_chacha20_poly1305_hw.o.tmp cipher_cts.o.tmp cipher_null.o.tmp cipher_sm4.o.tmp cipher_sm4_hw.o.tmp cipher_tdes.o.tmp cipher_tdes_common.o.tmp cipher_tdes_default.o.tmp cipher_tdes_default_hw.o.tmp cipher_tdes_hw.o.tmp cipher_tdes_wrap.o.tmp cipher_tdes_wrap_hw.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp md5_prov.o.tmp md5_sha1_prov.o.tmp null_prov.o.tmp ripemd_prov.o.tmp sha2_prov.o.tmp sha3_prov.o.tmp sm3_prov.o.tmp digestcommon.o.tmp tls_pad.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f llib-latf-c++.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f atf-version.txt atf-version-real.txt atf-c++.pc libatf-c++.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f atf-version.txt atf-version-real.txt atf-c++.pc libatf-c++.so.2.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto.a aes-x86_64.o aesni-mb-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-x86_64.o bsaes-x86_64.o vpaes-x86_64.o aes_cfb.o aes_ecb.o aes_ige.o aes_misc.o aes_ofb.o aes_wrap.o aria.o a_bitstr.o a_d2i_fp.o a_digest.o a_dup.o a_gentm.o a_i2d_fp.o a_int.o a_mbstr.o a_object.o a_octet.o a_print.o a_sign.o a_strex.o a_strnid.o a_time.o a_type.o a_utctm.o a_utf8.o a_verify.o ameth_lib.o asn1_err.o asn1_gen.o asn1_item_list.o asn1_lib.o asn1_parse.o asn_mime.o asn_moid.o asn_mstbl.o asn_pack.o bio_asn1.o bio_ndef.o d2i_param.o d2i_pr.o d2i_pu.o evp_asn1.o f_int.o f_string.o i2d_evp.o n_pkey.o nsseq.o p5_pbe.o p5_pbev2.o p5_scrypt.o p8_pkey.o t_bitst.o t_pkey.o t_spki.o tasn_dec.o tasn_enc.o tasn_fre.o tasn_new.o tasn_prn.o tasn_scn.o tasn_typ.o tasn_utl.o x_algor.o x_bignum.o x_info.o x_int64.o x_long.o x_pkey.o x_sig.o x_spki.o x_val.o async.o async_err.o async_posix.o async_wait.o bf_enc.o bf_cfb64.o bf_ecb.o bf_ofb64.o bf_skey.o bf_buff.o bf_lbuf.o bf_nbio.o bf_null.o bf_prefix.o bf_readbuff.o bio_addr.o bio_cb.o bio_dump.o bio_err.o bio_lib.o bio_meth.o bio_print.o bio_sock.o bio_sock2.o bss_acpt.o bss_bio.o bss_conn.o bss_core.o bss_dgram.o bss_fd.o bss_file.o bss_log.o bss_mem.o bss_null.o bss_sock.o ossl_core_bio.o blake2_prov.o blake2b_prov.o blake2s_prov.o blake2b_mac.o blake2s_mac.o x86_64-gf2m.o x86_64-mont.o x86_64-mont5.o rsaz-x86_64.o rsaz-avx2.o rsaz-avx512.o x86_64-gcc.o bn_add.o bn_blind.o bn_const.o bn_conv.o bn_ctx.o bn_depr.o bn_dh.o bn_div.o bn_err.o bn_exp.o bn_exp2.o bn_gcd.o bn_gf2m.o bn_intern.o bn_kron.o bn_lib.o bn_mod.o bn_mont.o bn_mpi.o bn_mul.o bn_nist.o bn_prime.o bn_print.o bn_rand.o bn_recp.o bn_rsa_fips186_4.o bn_shift.o bn_sqr.o bn_sqrt.o bn_srp.o bn_word.o bn_x931p.o rsaz_exp.o rsaz_exp_x2.o buf_err.o buffer.o cmll-x86_64.o cmll_cfb.o cmll_ctr.o cmll_ecb.o cmll_misc.o cmll_ofb.o c_enc.o c_cfb64.o c_ecb.o c_ofb64.o c_skey.o chacha-x86_64.o cmac.o cmp_asn.o cmp_client.o cmp_ctx.o cmp_err.o cmp_hdr.o cmp_http.o cmp_msg.o cmp_protect.o cmp_server.o cmp_status.o cmp_util.o cmp_vfy.o cms_asn1.o cms_att.o cms_cd.o cms_dd.o cms_dh.o cms_ec.o cms_enc.o cms_env.o cms_err.o cms_ess.o cms_io.o cms_kari.o cms_lib.o cms_pwri.o cms_rsa.o cms_sd.o cms_smime.o c_zlib.o comp_err.o comp_lib.o conf_api.o conf_def.o conf_err.o conf_lib.o conf_mall.o conf_mod.o conf_sap.o conf_ssl.o crmf_asn.o crmf_err.o crmf_lib.o crmf_pbm.o asn1_dsa.o bsearch.o context.o core_algorithm.o core_fetch.o core_namemap.o cpt_err.o cpuid.o cryptlib.o ctype.o cversion.o der_writer.o ebcdic.o ex_data.o getenv.o info.o init.o initthread.o mem.o mem_sec.o o_dir.o o_fopen.o o_init.o o_str.o o_time.o packet.o param_build.o param_build_set.o params.o params_dup.o params_from_text.o passphrase.o provider.o provider_child.o provider_conf.o provider_core.o provider_predefined.o punycode.o self_test_core.o sparse_array.o threads_lib.o threads_none.o threads_pthread.o threads_win.o trace.o uid.o x86_64cpuid.o ct_b64.o ct_err.o ct_log.o ct_oct.o ct_policy.o ct_prn.o ct_sct.o ct_sct_ctx.o ct_vfy.o ct_x509v3.o curve448.o curve448_tables.o eddsa.o f_generic.o f_impl32.o f_impl64.o scalar.o des_enc.o fcrypt_b.o cbc_cksm.o cbc_enc.o cfb64ede.o cfb64enc.o cfb_enc.o ecb3_enc.o ecb_enc.o fcrypt.o ofb64ede.o ofb64enc.o ofb_enc.o pcbc_enc.o qud_cksm.o rand_key.o set_key.o str2key.o xcbc_enc.o dh_ameth.o dh_asn1.o dh_backend.o dh_check.o dh_depr.o dh_err.o dh_gen.o dh_group_params.o dh_kdf.o dh_key.o dh_lib.o dh_meth.o dh_pmeth.o dh_prn.o dh_rfc5114.o dsa_ameth.o dsa_asn1.o dsa_backend.o dsa_check.o dsa_depr.o dsa_err.o dsa_gen.o dsa_key.o dsa_lib.o dsa_meth.o dsa_ossl.o dsa_pmeth.o dsa_prn.o dsa_sign.o dsa_vrf.o dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_openssl.o dso_vms.o dso_win32.o ecp_nistz256-x86_64.o x25519-x86_64.o curve25519.o ec2_oct.o ec2_smpl.o ec_ameth.o ec_asn1.o ec_backend.o ec_check.o ec_curve.o ec_cvt.o ec_deprecated.o ec_err.o ec_key.o ec_kmeth.o ec_lib.o ec_mult.o ec_oct.o ec_pmeth.o ec_print.o ecdh_kdf.o ecdh_ossl.o ecdsa_ossl.o ecdsa_sign.o ecdsa_vrf.o eck_prn.o ecp_mont.o ecp_nist.o ecp_oct.o ecp_smpl.o ecx_backend.o ecx_key.o ecx_meth.o ecp_nistz256.o decoder_err.o decoder_lib.o decoder_meth.o decoder_pkey.o encoder_err.o encoder_lib.o encoder_meth.o encoder_pkey.o decode_der2key.o eng_all.o eng_cnf.o eng_ctrl.o eng_dyn.o eng_err.o eng_fat.o eng_init.o eng_lib.o eng_list.o eng_openssl.o eng_pkey.o eng_rdrand.o eng_table.o tb_asnmth.o tb_cipher.o tb_dh.o tb_digest.o tb_dsa.o tb_eckey.o tb_pkmeth.o tb_rand.o tb_rsa.o err.o err_all.o err_all_legacy.o err_blocks.o err_prn.o ess_asn1.o ess_err.o ess_lib.o asymcipher.o bio_b64.o bio_enc.o bio_md.o bio_ok.o c_allc.o c_alld.o cmeth_lib.o ctrl_params_translate.o dh_ctrl.o dh_support.o digest.o dsa_ctrl.o e_aes.o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha256.o e_aria.o e_bf.o e_camellia.o e_cast.o e_chacha20_poly1305.o e_des.o e_des3.o e_idea.o e_null.o e_old.o e_rc2.o e_rc4.o e_rc4_hmac_md5.o e_rc5.o e_seed.o e_sm4.o e_xcbc_d.o ec_ctrl.o ec_support.o encode.o evp_cnf.o evp_enc.o evp_err.o evp_fetch.o evp_key.o evp_lib.o evp_pbe.o evp_pkey.o evp_rand.o evp_utils.o exchange.o kdf_lib.o kdf_meth.o kem.o keymgmt_lib.o keymgmt_meth.o legacy_blake2.o legacy_md4.o legacy_md5.o legacy_md5_sha1.o legacy_mdc2.o legacy_ripemd.o legacy_sha.o legacy_wp.o m_null.o m_sigver.o mac_lib.o mac_meth.o names.o p5_crpt.o p5_crpt2.o p_dec.o p_enc.o p_legacy.o p_lib.o p_open.o p_seal.o p_sign.o p_verify.o pbe_scrypt.o pmeth_check.o pmeth_gn.o pmeth_lib.o signature.o ffc_backend.o ffc_dh.o ffc_key_generate.o ffc_key_validate.o ffc_params.o ffc_params_generate.o ffc_params_validate.o hmac.o http_client.o http_err.o http_lib.o i_cbc.o i_cfb64.o i_ecb.o i_ofb64.o i_skey.o kdf_err.o lh_stats.o lhash.o md4_dgst.o md4_one.o md5-x86_64.o md5_dgst.o md5_one.o md5_sha1.o mdc2_one.o mdc2dgst.o aesni-gcm-x86_64.o ghash-x86_64.o cbc128.o ccm128.o cfb128.o ctr128.o cts128.o gcm128.o ocb128.o ofb128.o siv128.o wrap128.o xts128.o o_names.o obj_dat.o obj_err.o obj_lib.o obj_xref.o ocsp_asn.o ocsp_cl.o ocsp_err.o ocsp_ext.o ocsp_http.o ocsp_lib.o ocsp_prn.o ocsp_srv.o ocsp_vfy.o v3_ocsp.o pem_all.o pem_err.o pem_info.o pem_lib.o pem_oth.o pem_pk8.o pem_pkey.o pem_sign.o pem_x509.o pem_xaux.o pvkfmt.o p12_add.o p12_asn.o p12_attr.o p12_crpt.o p12_crt.o p12_decr.o p12_init.o p12_key.o p12_kiss.o p12_mutl.o p12_npas.o p12_p8d.o p12_p8e.o p12_sbag.o p12_utl.o pk12err.o bio_pk7.o pk7_asn1.o pk7_attr.o pk7_doit.o pk7_lib.o pk7_mime.o pk7_smime.o pkcs7err.o poly1305-x86_64.o poly1305.o pqueue.o defn_cache.o property.o property_err.o property_parse.o property_query.o property_string.o baseprov.o defltprov.o nullprov.o prov_running.o prov_seed.o rand_deprecated.o rand_err.o rand_lib.o rand_meth.o rand_pool.o randfile.o rc2_cbc.o rc2_ecb.o rc2_skey.o rc2cfb64.o rc2ofb64.o rc4-md5-x86_64.o rc4-x86_64.o rmd_dgst.o rmd_one.o rsa_ameth.o rsa_asn1.o rsa_backend.o rsa_chk.o rsa_crpt.o rsa_depr.o rsa_err.o rsa_gen.o rsa_lib.o rsa_meth.o rsa_mp.o rsa_mp_names.o rsa_none.o rsa_oaep.o rsa_ossl.o rsa_pk1.o rsa_pmeth.o rsa_prn.o rsa_pss.o rsa_saos.o rsa_schemes.o rsa_sign.o rsa_sp800_56b_check.o rsa_sp800_56b_gen.o rsa_x931.o rsa_x931g.o seed.o seed_cbc.o seed_cfb.o seed_ecb.o seed_ofb.o sha1-x86_64.o sha1-mb-x86_64.o keccak1600-x86_64.o sha1dgst.o sha3.o libc-sha1.o libc-sha512.o libc-sha256.o libc-sha2xx.o siphash.o sm2_crypt.o sm2_err.o sm2_key.o sm2_sign.o legacy_sm3.o sm3.o sm4.o srp_lib.o srp_vfy.o stack.o store_err.o store_init.o store_lib.o store_meth.o store_register.o store_result.o store_strings.o ts_asn1.o ts_conf.o ts_err.o ts_lib.o ts_req_print.o ts_req_utils.o ts_rsp_print.o ts_rsp_sign.o ts_rsp_utils.o ts_rsp_verify.o ts_verify_ctx.o txt_db.o ui_err.o ui_lib.o ui_null.o ui_openssl.o ui_util.o wp-x86_64.o wp_dgst.o by_dir.o by_file.o by_store.o pcy_cache.o pcy_data.o pcy_lib.o pcy_map.o pcy_node.o pcy_tree.o t_crl.o t_req.o t_x509.o v3_addr.o v3_admis.o v3_akeya.o v3_akid.o v3_asid.o v3_bcons.o v3_bitst.o v3_conf.o v3_cpols.o v3_crld.o v3_enum.o v3_extku.o v3_genn.o v3_ia5.o v3_info.o v3_int.o v3_ist.o v3_lib.o v3_ncons.o v3_pci.o v3_pcia.o v3_pcons.o v3_pku.o v3_pmaps.o v3_prn.o v3_purp.o v3_san.o v3_skid.o v3_sxnet.o v3_tlsf.o v3_utf8.o v3_utl.o v3err.o x509_att.o x509_cmp.o x509_d2.o x509_def.o x509_err.o x509_ext.o x509_lu.o x509_meth.o x509_obj.o x509_r2x.o x509_req.o x509_set.o x509_trust.o x509_txt.o x509_v3.o x509_vfy.o x509_vpm.o x509cset.o x509name.o x509rset.o x509spki.o x509type.o x_all.o x_attrib.o x_crl.o x_exten.o x_name.o x_pubkey.o x_req.o x_x509.o x_x509a.o bio_prov.o capabilities.o digest_to_nid.o provider_seeding.o provider_util.o securitycheck.o securitycheck_default.o provider_ctx.o provider_err.o der_rsa_sig.o der_sm2_gen.o der_sm2_key.o der_sm2_sig.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o rsa_enc.o sm2_enc.o cipher_aes.o cipher_aes_cbc_hmac_sha.o cipher_aes_cbc_hmac_sha1_hw.o cipher_aes_cbc_hmac_sha256_hw.o cipher_aes_ccm.o cipher_aes_ccm_hw.o cipher_aes_gcm.o cipher_aes_gcm_hw.o cipher_aes_hw.o cipher_aes_ocb.o cipher_aes_ocb_hw.o cipher_aes_siv.o cipher_aes_siv_hw.o cipher_aes_wrp.o cipher_aes_xts.o cipher_aes_xts_fips.o cipher_aes_xts_hw.o cipher_aria.o cipher_aria_ccm.o cipher_aria_ccm_hw.o cipher_aria_gcm.o cipher_aria_gcm_hw.o cipher_aria_hw.o cipher_camellia.o cipher_camellia_hw.o cipher_chacha20.o cipher_chacha20_hw.o cipher_chacha20_poly1305.o cipher_chacha20_poly1305_hw.o cipher_cts.o cipher_null.o cipher_sm4.o cipher_sm4_hw.o cipher_tdes.o cipher_tdes_common.o cipher_tdes_default.o cipher_tdes_default_hw.o cipher_tdes_hw.o cipher_tdes_wrap.o cipher_tdes_wrap_hw.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o blake2_prov.o blake2b_prov.o blake2s_prov.o md5_prov.o md5_sha1_prov.o null_prov.o ripemd_prov.o sha2_prov.o sha3_prov.o sm3_prov.o digestcommon.o decode_der2key.o decode_epki2pki.o decode_msblob2key.o decode_pem2der.o decode_pvk2key.o decode_spki2typespki.o encode_key2any.o encode_key2blob.o encode_key2ms.o encode_key2text.o endecoder_common.o dh_exch.o ecdh_exch.o ecx_exch.o kdf_exch.o hkdf.o kbkdf.o krb5kdf.o pbkdf2.o pbkdf2_fips.o pkcs12kdf.o scrypt.o sshkdf.o sskdf.o tls1_prf.o x942kdf.o rsa_kem.o dh_kmgmt.o dsa_kmgmt.o ec_kmgmt.o ecx_kmgmt.o kdf_legacy_kmgmt.o mac_legacy_kmgmt.o rsa_kmgmt.o blake2b_mac.o blake2s_mac.o cmac_prov.o gmac_prov.o hmac_prov.o kmac_prov.o poly1305_prov.o siphash_prov.o crngt.o drbg.o drbg_ctr.o drbg_hash.o drbg_hmac.o seed_src.o test_rng.o rand_cpu_x86.o rand_tsc.o rand_unix.o rand_win.o dsa_sig.o ecdsa_sig.o eddsa_sig.o mac_legacy_sig.o rsa_sig.o sm2_sig.o file_store.o file_store_any2obj.o s3_cbc.o bio_prov.o capabilities.o digest_to_nid.o provider_seeding.o provider_util.o securitycheck.o securitycheck_default.o provider_ctx.o provider_err.o der_rsa_sig.o der_sm2_gen.o der_sm2_key.o der_sm2_sig.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o cipher_aes.o cipher_aes_cbc_hmac_sha.o cipher_aes_cbc_hmac_sha1_hw.o cipher_aes_cbc_hmac_sha256_hw.o cipher_aes_ccm.o cipher_aes_ccm_hw.o cipher_aes_gcm.o cipher_aes_gcm_hw.o cipher_aes_hw.o cipher_aes_ocb.o cipher_aes_ocb_hw.o cipher_aes_siv.o cipher_aes_siv_hw.o cipher_aes_wrp.o cipher_aes_xts.o cipher_aes_xts_fips.o cipher_aes_xts_hw.o cipher_aria.o cipher_aria_ccm.o cipher_aria_ccm_hw.o cipher_aria_gcm.o cipher_aria_gcm_hw.o cipher_aria_hw.o cipher_camellia.o cipher_camellia_hw.o cipher_chacha20.o cipher_chacha20_hw.o cipher_chacha20_poly1305.o cipher_chacha20_poly1305_hw.o cipher_cts.o cipher_null.o cipher_sm4.o cipher_sm4_hw.o cipher_tdes.o cipher_tdes_common.o cipher_tdes_default.o cipher_tdes_default_hw.o cipher_tdes_hw.o cipher_tdes_wrap.o cipher_tdes_wrap_hw.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o blake2_prov.o blake2b_prov.o blake2s_prov.o md5_prov.o md5_sha1_prov.o null_prov.o ripemd_prov.o sha2_prov.o sha3_prov.o sm3_prov.o digestcommon.o tls_pad.o aes-x86_64.o.tmp aesni-mb-x86_64.o.tmp aesni-sha1-x86_64.o.tmp aesni-sha256-x86_64.o.tmp aesni-x86_64.o.tmp bsaes-x86_64.o.tmp vpaes-x86_64.o.tmp aes_cfb.o.tmp aes_ecb.o.tmp aes_ige.o.tmp aes_misc.o.tmp aes_ofb.o.tmp aes_wrap.o.tmp aria.o.tmp a_bitstr.o.tmp a_d2i_fp.o.tmp a_digest.o.tmp a_dup.o.tmp a_gentm.o.tmp a_i2d_fp.o.tmp a_int.o.tmp a_mbstr.o.tmp a_object.o.tmp a_octet.o.tmp a_print.o.tmp a_sign.o.tmp a_strex.o.tmp a_strnid.o.tmp a_time.o.tmp a_type.o.tmp a_utctm.o.tmp a_utf8.o.tmp a_verify.o.tmp ameth_lib.o.tmp asn1_err.o.tmp asn1_gen.o.tmp asn1_item_list.o.tmp asn1_lib.o.tmp asn1_parse.o.tmp asn_mime.o.tmp asn_moid.o.tmp asn_mstbl.o.tmp asn_pack.o.tmp bio_asn1.o.tmp bio_ndef.o.tmp d2i_param.o.tmp d2i_pr.o.tmp d2i_pu.o.tmp evp_asn1.o.tmp f_int.o.tmp f_string.o.tmp i2d_evp.o.tmp n_pkey.o.tmp nsseq.o.tmp p5_pbe.o.tmp p5_pbev2.o.tmp p5_scrypt.o.tmp p8_pkey.o.tmp t_bitst.o.tmp t_pkey.o.tmp t_spki.o.tmp tasn_dec.o.tmp tasn_enc.o.tmp tasn_fre.o.tmp tasn_new.o.tmp tasn_prn.o.tmp tasn_scn.o.tmp tasn_typ.o.tmp tasn_utl.o.tmp x_algor.o.tmp x_bignum.o.tmp x_info.o.tmp x_int64.o.tmp x_long.o.tmp x_pkey.o.tmp x_sig.o.tmp x_spki.o.tmp x_val.o.tmp async.o.tmp async_err.o.tmp async_posix.o.tmp async_wait.o.tmp bf_enc.o.tmp bf_cfb64.o.tmp bf_ecb.o.tmp bf_ofb64.o.tmp bf_skey.o.tmp bf_buff.o.tmp bf_lbuf.o.tmp bf_nbio.o.tmp bf_null.o.tmp bf_prefix.o.tmp bf_readbuff.o.tmp bio_addr.o.tmp bio_cb.o.tmp bio_dump.o.tmp bio_err.o.tmp bio_lib.o.tmp bio_meth.o.tmp bio_print.o.tmp bio_sock.o.tmp bio_sock2.o.tmp bss_acpt.o.tmp bss_bio.o.tmp bss_conn.o.tmp bss_core.o.tmp bss_dgram.o.tmp bss_fd.o.tmp bss_file.o.tmp bss_log.o.tmp bss_mem.o.tmp bss_null.o.tmp bss_sock.o.tmp ossl_core_bio.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp blake2b_mac.o.tmp blake2s_mac.o.tmp x86_64-gf2m.o.tmp x86_64-mont.o.tmp x86_64-mont5.o.tmp rsaz-x86_64.o.tmp rsaz-avx2.o.tmp rsaz-avx512.o.tmp x86_64-gcc.o.tmp bn_add.o.tmp bn_blind.o.tmp bn_const.o.tmp bn_conv.o.tmp bn_ctx.o.tmp bn_depr.o.tmp bn_dh.o.tmp bn_div.o.tmp bn_err.o.tmp bn_exp.o.tmp bn_exp2.o.tmp bn_gcd.o.tmp bn_gf2m.o.tmp bn_intern.o.tmp bn_kron.o.tmp bn_lib.o.tmp bn_mod.o.tmp bn_mont.o.tmp bn_mpi.o.tmp bn_mul.o.tmp bn_nist.o.tmp bn_prime.o.tmp bn_print.o.tmp bn_rand.o.tmp bn_recp.o.tmp bn_rsa_fips186_4.o.tmp bn_shift.o.tmp bn_sqr.o.tmp bn_sqrt.o.tmp bn_srp.o.tmp bn_word.o.tmp bn_x931p.o.tmp rsaz_exp.o.tmp rsaz_exp_x2.o.tmp buf_err.o.tmp buffer.o.tmp cmll-x86_64.o.tmp cmll_cfb.o.tmp cmll_ctr.o.tmp cmll_ecb.o.tmp cmll_misc.o.tmp cmll_ofb.o.tmp c_enc.o.tmp c_cfb64.o.tmp c_ecb.o.tmp c_ofb64.o.tmp c_skey.o.tmp chacha-x86_64.o.tmp cmac.o.tmp cmp_asn.o.tmp cmp_client.o.tmp cmp_ctx.o.tmp cmp_err.o.tmp cmp_hdr.o.tmp cmp_http.o.tmp cmp_msg.o.tmp cmp_protect.o.tmp cmp_server.o.tmp cmp_status.o.tmp cmp_util.o.tmp cmp_vfy.o.tmp cms_asn1.o.tmp cms_att.o.tmp cms_cd.o.tmp cms_dd.o.tmp cms_dh.o.tmp cms_ec.o.tmp cms_enc.o.tmp cms_env.o.tmp cms_err.o.tmp cms_ess.o.tmp cms_io.o.tmp cms_kari.o.tmp cms_lib.o.tmp cms_pwri.o.tmp cms_rsa.o.tmp cms_sd.o.tmp cms_smime.o.tmp c_zlib.o.tmp comp_err.o.tmp comp_lib.o.tmp conf_api.o.tmp conf_def.o.tmp conf_err.o.tmp conf_lib.o.tmp conf_mall.o.tmp conf_mod.o.tmp conf_sap.o.tmp conf_ssl.o.tmp crmf_asn.o.tmp crmf_err.o.tmp crmf_lib.o.tmp crmf_pbm.o.tmp asn1_dsa.o.tmp bsearch.o.tmp context.o.tmp core_algorithm.o.tmp core_fetch.o.tmp core_namemap.o.tmp cpt_err.o.tmp cpuid.o.tmp cryptlib.o.tmp ctype.o.tmp cversion.o.tmp der_writer.o.tmp ebcdic.o.tmp ex_data.o.tmp getenv.o.tmp info.o.tmp init.o.tmp initthread.o.tmp mem.o.tmp mem_sec.o.tmp o_dir.o.tmp o_fopen.o.tmp o_init.o.tmp o_str.o.tmp o_time.o.tmp packet.o.tmp param_build.o.tmp param_build_set.o.tmp params.o.tmp params_dup.o.tmp params_from_text.o.tmp passphrase.o.tmp provider.o.tmp provider_child.o.tmp provider_conf.o.tmp provider_core.o.tmp provider_predefined.o.tmp punycode.o.tmp self_test_core.o.tmp sparse_array.o.tmp threads_lib.o.tmp threads_none.o.tmp threads_pthread.o.tmp threads_win.o.tmp trace.o.tmp uid.o.tmp x86_64cpuid.o.tmp ct_b64.o.tmp ct_err.o.tmp ct_log.o.tmp ct_oct.o.tmp ct_policy.o.tmp ct_prn.o.tmp ct_sct.o.tmp ct_sct_ctx.o.tmp ct_vfy.o.tmp ct_x509v3.o.tmp curve448.o.tmp curve448_tables.o.tmp eddsa.o.tmp f_generic.o.tmp f_impl32.o.tmp f_impl64.o.tmp scalar.o.tmp des_enc.o.tmp fcrypt_b.o.tmp cbc_cksm.o.tmp cbc_enc.o.tmp cfb64ede.o.tmp cfb64enc.o.tmp cfb_enc.o.tmp ecb3_enc.o.tmp ecb_enc.o.tmp fcrypt.o.tmp ofb64ede.o.tmp ofb64enc.o.tmp ofb_enc.o.tmp pcbc_enc.o.tmp qud_cksm.o.tmp rand_key.o.tmp set_key.o.tmp str2key.o.tmp xcbc_enc.o.tmp dh_ameth.o.tmp dh_asn1.o.tmp dh_backend.o.tmp dh_check.o.tmp dh_depr.o.tmp dh_err.o.tmp dh_gen.o.tmp dh_group_params.o.tmp dh_kdf.o.tmp dh_key.o.tmp dh_lib.o.tmp dh_meth.o.tmp dh_pmeth.o.tmp dh_prn.o.tmp dh_rfc5114.o.tmp dsa_ameth.o.tmp dsa_asn1.o.tmp dsa_backend.o.tmp dsa_check.o.tmp dsa_depr.o.tmp dsa_err.o.tmp dsa_gen.o.tmp dsa_key.o.tmp dsa_lib.o.tmp dsa_meth.o.tmp dsa_ossl.o.tmp dsa_pmeth.o.tmp dsa_prn.o.tmp dsa_sign.o.tmp dsa_vrf.o.tmp dso_dl.o.tmp dso_dlfcn.o.tmp dso_err.o.tmp dso_lib.o.tmp dso_openssl.o.tmp dso_vms.o.tmp dso_win32.o.tmp ecp_nistz256-x86_64.o.tmp x25519-x86_64.o.tmp curve25519.o.tmp ec2_oct.o.tmp ec2_smpl.o.tmp ec_ameth.o.tmp ec_asn1.o.tmp ec_backend.o.tmp ec_check.o.tmp ec_curve.o.tmp ec_cvt.o.tmp ec_deprecated.o.tmp ec_err.o.tmp ec_key.o.tmp ec_kmeth.o.tmp ec_lib.o.tmp ec_mult.o.tmp ec_oct.o.tmp ec_pmeth.o.tmp ec_print.o.tmp ecdh_kdf.o.tmp ecdh_ossl.o.tmp ecdsa_ossl.o.tmp ecdsa_sign.o.tmp ecdsa_vrf.o.tmp eck_prn.o.tmp ecp_mont.o.tmp ecp_nist.o.tmp ecp_oct.o.tmp ecp_smpl.o.tmp ecx_backend.o.tmp ecx_key.o.tmp ecx_meth.o.tmp ecp_nistz256.o.tmp decoder_err.o.tmp decoder_lib.o.tmp decoder_meth.o.tmp decoder_pkey.o.tmp encoder_err.o.tmp encoder_lib.o.tmp encoder_meth.o.tmp encoder_pkey.o.tmp decode_der2key.o.tmp eng_all.o.tmp eng_cnf.o.tmp eng_ctrl.o.tmp eng_dyn.o.tmp eng_err.o.tmp eng_fat.o.tmp eng_init.o.tmp eng_lib.o.tmp eng_list.o.tmp eng_openssl.o.tmp eng_pkey.o.tmp eng_rdrand.o.tmp eng_table.o.tmp tb_asnmth.o.tmp tb_cipher.o.tmp tb_dh.o.tmp tb_digest.o.tmp tb_dsa.o.tmp tb_eckey.o.tmp tb_pkmeth.o.tmp tb_rand.o.tmp tb_rsa.o.tmp err.o.tmp err_all.o.tmp err_all_legacy.o.tmp err_blocks.o.tmp err_prn.o.tmp ess_asn1.o.tmp ess_err.o.tmp ess_lib.o.tmp asymcipher.o.tmp bio_b64.o.tmp bio_enc.o.tmp bio_md.o.tmp bio_ok.o.tmp c_allc.o.tmp c_alld.o.tmp cmeth_lib.o.tmp ctrl_params_translate.o.tmp dh_ctrl.o.tmp dh_support.o.tmp digest.o.tmp dsa_ctrl.o.tmp e_aes.o.tmp e_aes_cbc_hmac_sha1.o.tmp e_aes_cbc_hmac_sha256.o.tmp e_aria.o.tmp e_bf.o.tmp e_camellia.o.tmp e_cast.o.tmp e_chacha20_poly1305.o.tmp e_des.o.tmp e_des3.o.tmp e_idea.o.tmp e_null.o.tmp e_old.o.tmp e_rc2.o.tmp e_rc4.o.tmp e_rc4_hmac_md5.o.tmp e_rc5.o.tmp e_seed.o.tmp e_sm4.o.tmp e_xcbc_d.o.tmp ec_ctrl.o.tmp ec_support.o.tmp encode.o.tmp evp_cnf.o.tmp evp_enc.o.tmp evp_err.o.tmp evp_fetch.o.tmp evp_key.o.tmp evp_lib.o.tmp evp_pbe.o.tmp evp_pkey.o.tmp evp_rand.o.tmp evp_utils.o.tmp exchange.o.tmp kdf_lib.o.tmp kdf_meth.o.tmp kem.o.tmp keymgmt_lib.o.tmp keymgmt_meth.o.tmp legacy_blake2.o.tmp legacy_md4.o.tmp legacy_md5.o.tmp legacy_md5_sha1.o.tmp legacy_mdc2.o.tmp legacy_ripemd.o.tmp legacy_sha.o.tmp legacy_wp.o.tmp m_null.o.tmp m_sigver.o.tmp mac_lib.o.tmp mac_meth.o.tmp names.o.tmp p5_crpt.o.tmp p5_crpt2.o.tmp p_dec.o.tmp p_enc.o.tmp p_legacy.o.tmp p_lib.o.tmp p_open.o.tmp p_seal.o.tmp p_sign.o.tmp p_verify.o.tmp pbe_scrypt.o.tmp pmeth_check.o.tmp pmeth_gn.o.tmp pmeth_lib.o.tmp signature.o.tmp ffc_backend.o.tmp ffc_dh.o.tmp ffc_key_generate.o.tmp ffc_key_validate.o.tmp ffc_params.o.tmp ffc_params_generate.o.tmp ffc_params_validate.o.tmp hmac.o.tmp http_client.o.tmp http_err.o.tmp http_lib.o.tmp i_cbc.o.tmp i_cfb64.o.tmp i_ecb.o.tmp i_ofb64.o.tmp i_skey.o.tmp kdf_err.o.tmp lh_stats.o.tmp lhash.o.tmp md4_dgst.o.tmp md4_one.o.tmp md5-x86_64.o.tmp md5_dgst.o.tmp md5_one.o.tmp md5_sha1.o.tmp mdc2_one.o.tmp mdc2dgst.o.tmp aesni-gcm-x86_64.o.tmp ghash-x86_64.o.tmp cbc128.o.tmp ccm128.o.tmp cfb128.o.tmp ctr128.o.tmp cts128.o.tmp gcm128.o.tmp ocb128.o.tmp ofb128.o.tmp siv128.o.tmp wrap128.o.tmp xts128.o.tmp o_names.o.tmp obj_dat.o.tmp obj_err.o.tmp obj_lib.o.tmp obj_xref.o.tmp ocsp_asn.o.tmp ocsp_cl.o.tmp ocsp_err.o.tmp ocsp_ext.o.tmp ocsp_http.o.tmp ocsp_lib.o.tmp ocsp_prn.o.tmp ocsp_srv.o.tmp ocsp_vfy.o.tmp v3_ocsp.o.tmp pem_all.o.tmp pem_err.o.tmp pem_info.o.tmp pem_lib.o.tmp pem_oth.o.tmp pem_pk8.o.tmp pem_pkey.o.tmp pem_sign.o.tmp pem_x509.o.tmp pem_xaux.o.tmp pvkfmt.o.tmp p12_add.o.tmp p12_asn.o.tmp p12_attr.o.tmp p12_crpt.o.tmp p12_crt.o.tmp p12_decr.o.tmp p12_init.o.tmp p12_key.o.tmp p12_kiss.o.tmp p12_mutl.o.tmp p12_npas.o.tmp p12_p8d.o.tmp p12_p8e.o.tmp p12_sbag.o.tmp p12_utl.o.tmp pk12err.o.tmp bio_pk7.o.tmp pk7_asn1.o.tmp pk7_attr.o.tmp pk7_doit.o.tmp pk7_lib.o.tmp pk7_mime.o.tmp pk7_smime.o.tmp pkcs7err.o.tmp poly1305-x86_64.o.tmp poly1305.o.tmp pqueue.o.tmp defn_cache.o.tmp property.o.tmp property_err.o.tmp property_parse.o.tmp property_query.o.tmp property_string.o.tmp baseprov.o.tmp defltprov.o.tmp nullprov.o.tmp prov_running.o.tmp prov_seed.o.tmp rand_deprecated.o.tmp rand_err.o.tmp rand_lib.o.tmp rand_meth.o.tmp rand_pool.o.tmp randfile.o.tmp rc2_cbc.o.tmp rc2_ecb.o.tmp rc2_skey.o.tmp rc2cfb64.o.tmp rc2ofb64.o.tmp rc4-md5-x86_64.o.tmp rc4-x86_64.o.tmp rmd_dgst.o.tmp rmd_one.o.tmp rsa_ameth.o.tmp rsa_asn1.o.tmp rsa_backend.o.tmp rsa_chk.o.tmp rsa_crpt.o.tmp rsa_depr.o.tmp rsa_err.o.tmp rsa_gen.o.tmp rsa_lib.o.tmp rsa_meth.o.tmp rsa_mp.o.tmp rsa_mp_names.o.tmp rsa_none.o.tmp rsa_oaep.o.tmp rsa_ossl.o.tmp rsa_pk1.o.tmp rsa_pmeth.o.tmp rsa_prn.o.tmp rsa_pss.o.tmp rsa_saos.o.tmp rsa_schemes.o.tmp rsa_sign.o.tmp rsa_sp800_56b_check.o.tmp rsa_sp800_56b_gen.o.tmp rsa_x931.o.tmp rsa_x931g.o.tmp seed.o.tmp seed_cbc.o.tmp seed_cfb.o.tmp seed_ecb.o.tmp seed_ofb.o.tmp sha1-x86_64.o.tmp sha1-mb-x86_64.o.tmp keccak1600-x86_64.o.tmp sha1dgst.o.tmp sha3.o.tmp libc-sha1.o.tmp libc-sha512.o.tmp libc-sha256.o.tmp libc-sha2xx.o.tmp siphash.o.tmp sm2_crypt.o.tmp sm2_err.o.tmp sm2_key.o.tmp sm2_sign.o.tmp legacy_sm3.o.tmp sm3.o.tmp sm4.o.tmp srp_lib.o.tmp srp_vfy.o.tmp stack.o.tmp store_err.o.tmp store_init.o.tmp store_lib.o.tmp store_meth.o.tmp store_register.o.tmp store_result.o.tmp store_strings.o.tmp ts_asn1.o.tmp ts_conf.o.tmp ts_err.o.tmp ts_lib.o.tmp ts_req_print.o.tmp ts_req_utils.o.tmp ts_rsp_print.o.tmp ts_rsp_sign.o.tmp ts_rsp_utils.o.tmp ts_rsp_verify.o.tmp ts_verify_ctx.o.tmp txt_db.o.tmp ui_err.o.tmp ui_lib.o.tmp ui_null.o.tmp ui_openssl.o.tmp ui_util.o.tmp wp-x86_64.o.tmp wp_dgst.o.tmp by_dir.o.tmp by_file.o.tmp by_store.o.tmp pcy_cache.o.tmp pcy_data.o.tmp pcy_lib.o.tmp pcy_map.o.tmp pcy_node.o.tmp pcy_tree.o.tmp t_crl.o.tmp t_req.o.tmp t_x509.o.tmp v3_addr.o.tmp v3_admis.o.tmp v3_akeya.o.tmp v3_akid.o.tmp v3_asid.o.tmp v3_bcons.o.tmp v3_bitst.o.tmp v3_conf.o.tmp v3_cpols.o.tmp v3_crld.o.tmp v3_enum.o.tmp v3_extku.o.tmp v3_genn.o.tmp v3_ia5.o.tmp v3_info.o.tmp v3_int.o.tmp v3_ist.o.tmp v3_lib.o.tmp v3_ncons.o.tmp v3_pci.o.tmp v3_pcia.o.tmp v3_pcons.o.tmp v3_pku.o.tmp v3_pmaps.o.tmp v3_prn.o.tmp v3_purp.o.tmp v3_san.o.tmp v3_skid.o.tmp v3_sxnet.o.tmp v3_tlsf.o.tmp v3_utf8.o.tmp v3_utl.o.tmp v3err.o.tmp x509_att.o.tmp x509_cmp.o.tmp x509_d2.o.tmp x509_def.o.tmp x509_err.o.tmp x509_ext.o.tmp x509_lu.o.tmp x509_meth.o.tmp x509_obj.o.tmp x509_r2x.o.tmp x509_req.o.tmp x509_set.o.tmp x509_trust.o.tmp x509_txt.o.tmp x509_v3.o.tmp x509_vfy.o.tmp x509_vpm.o.tmp x509cset.o.tmp x509name.o.tmp x509rset.o.tmp x509spki.o.tmp x509type.o.tmp x_all.o.tmp x_attrib.o.tmp x_crl.o.tmp x_exten.o.tmp x_name.o.tmp x_pubkey.o.tmp x_req.o.tmp x_x509.o.tmp x_x509a.o.tmp bio_prov.o.tmp capabilities.o.tmp digest_to_nid.o.tmp provider_seeding.o.tmp provider_util.o.tmp securitycheck.o.tmp securitycheck_default.o.tmp provider_ctx.o.tmp provider_err.o.tmp der_rsa_sig.o.tmp der_sm2_gen.o.tmp der_sm2_key.o.tmp der_sm2_sig.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp rsa_enc.o.tmp sm2_enc.o.tmp cipher_aes.o.tmp cipher_aes_cbc_hmac_sha.o.tmp cipher_aes_cbc_hmac_sha1_hw.o.tmp cipher_aes_cbc_hmac_sha256_hw.o.tmp cipher_aes_ccm.o.tmp cipher_aes_ccm_hw.o.tmp cipher_aes_gcm.o.tmp cipher_aes_gcm_hw.o.tmp cipher_aes_hw.o.tmp cipher_aes_ocb.o.tmp cipher_aes_ocb_hw.o.tmp cipher_aes_siv.o.tmp cipher_aes_siv_hw.o.tmp cipher_aes_wrp.o.tmp cipher_aes_xts.o.tmp cipher_aes_xts_fips.o.tmp cipher_aes_xts_hw.o.tmp cipher_aria.o.tmp cipher_aria_ccm.o.tmp cipher_aria_ccm_hw.o.tmp cipher_aria_gcm.o.tmp cipher_aria_gcm_hw.o.tmp cipher_aria_hw.o.tmp cipher_camellia.o.tmp cipher_camellia_hw.o.tmp cipher_chacha20.o.tmp cipher_chacha20_hw.o.tmp cipher_chacha20_poly1305.o.tmp cipher_chacha20_poly1305_hw.o.tmp cipher_cts.o.tmp cipher_null.o.tmp cipher_sm4.o.tmp cipher_sm4_hw.o.tmp cipher_tdes.o.tmp cipher_tdes_common.o.tmp cipher_tdes_default.o.tmp cipher_tdes_default_hw.o.tmp cipher_tdes_hw.o.tmp cipher_tdes_wrap.o.tmp cipher_tdes_wrap_hw.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp md5_prov.o.tmp md5_sha1_prov.o.tmp null_prov.o.tmp ripemd_prov.o.tmp sha2_prov.o.tmp sha3_prov.o.tmp sm3_prov.o.tmp digestcommon.o.tmp decode_der2key.o.tmp decode_epki2pki.o.tmp decode_msblob2key.o.tmp decode_pem2der.o.tmp decode_pvk2key.o.tmp decode_spki2typespki.o.tmp encode_key2any.o.tmp encode_key2blob.o.tmp encode_key2ms.o.tmp encode_key2text.o.tmp endecoder_common.o.tmp dh_exch.o.tmp ecdh_exch.o.tmp ecx_exch.o.tmp kdf_exch.o.tmp hkdf.o.tmp kbkdf.o.tmp krb5kdf.o.tmp pbkdf2.o.tmp pbkdf2_fips.o.tmp pkcs12kdf.o.tmp scrypt.o.tmp sshkdf.o.tmp sskdf.o.tmp tls1_prf.o.tmp x942kdf.o.tmp rsa_kem.o.tmp dh_kmgmt.o.tmp dsa_kmgmt.o.tmp ec_kmgmt.o.tmp ecx_kmgmt.o.tmp kdf_legacy_kmgmt.o.tmp mac_legacy_kmgmt.o.tmp rsa_kmgmt.o.tmp blake2b_mac.o.tmp blake2s_mac.o.tmp cmac_prov.o.tmp gmac_prov.o.tmp hmac_prov.o.tmp kmac_prov.o.tmp poly1305_prov.o.tmp siphash_prov.o.tmp crngt.o.tmp drbg.o.tmp drbg_ctr.o.tmp drbg_hash.o.tmp drbg_hmac.o.tmp seed_src.o.tmp test_rng.o.tmp rand_cpu_x86.o.tmp rand_tsc.o.tmp rand_unix.o.tmp rand_win.o.tmp dsa_sig.o.tmp ecdsa_sig.o.tmp eddsa_sig.o.tmp mac_legacy_sig.o.tmp rsa_sig.o.tmp sm2_sig.o.tmp file_store.o.tmp file_store_any2obj.o.tmp s3_cbc.o.tmp bio_prov.o.tmp capabilities.o.tmp digest_to_nid.o.tmp provider_seeding.o.tmp provider_util.o.tmp securitycheck.o.tmp securitycheck_default.o.tmp provider_ctx.o.tmp provider_err.o.tmp der_rsa_sig.o.tmp der_sm2_gen.o.tmp der_sm2_key.o.tmp der_sm2_sig.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp cipher_aes.o.tmp cipher_aes_cbc_hmac_sha.o.tmp cipher_aes_cbc_hmac_sha1_hw.o.tmp cipher_aes_cbc_hmac_sha256_hw.o.tmp cipher_aes_ccm.o.tmp cipher_aes_ccm_hw.o.tmp cipher_aes_gcm.o.tmp cipher_aes_gcm_hw.o.tmp cipher_aes_hw.o.tmp cipher_aes_ocb.o.tmp cipher_aes_ocb_hw.o.tmp cipher_aes_siv.o.tmp cipher_aes_siv_hw.o.tmp cipher_aes_wrp.o.tmp cipher_aes_xts.o.tmp cipher_aes_xts_fips.o.tmp cipher_aes_xts_hw.o.tmp cipher_aria.o.tmp cipher_aria_ccm.o.tmp cipher_aria_ccm_hw.o.tmp cipher_aria_gcm.o.tmp cipher_aria_gcm_hw.o.tmp cipher_aria_hw.o.tmp cipher_camellia.o.tmp cipher_camellia_hw.o.tmp cipher_chacha20.o.tmp cipher_chacha20_hw.o.tmp cipher_chacha20_poly1305.o.tmp cipher_chacha20_poly1305_hw.o.tmp cipher_cts.o.tmp cipher_null.o.tmp cipher_sm4.o.tmp cipher_sm4_hw.o.tmp cipher_tdes.o.tmp cipher_tdes_common.o.tmp cipher_tdes_default.o.tmp cipher_tdes_default_hw.o.tmp cipher_tdes_hw.o.tmp cipher_tdes_wrap.o.tmp cipher_tdes_wrap_hw.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp md5_prov.o.tmp md5_sha1_prov.o.tmp null_prov.o.tmp ripemd_prov.o.tmp sha2_prov.o.tmp sha3_prov.o.tmp sm3_prov.o.tmp digestcommon.o.tmp tls_pad.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f atf-c++-api.html3 .depend application.d build.d check.d config.d env.d exceptions.d fs.d process.d tests.d text.d utils.d application.d.tmp build.d.tmp check.d.tmp config.d.tmp env.d.tmp exceptions.d.tmp fs.d.tmp process.d.tmp tests.d.tmp text.d.tmp utils.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f atf-c++-api.html3 .depend application.d build.d check.d config.d env.d exceptions.d fs.d process.d tests.d text.d utils.d application.d.tmp build.d.tmp check.d.tmp config.d.tmp env.d.tmp exceptions.d.tmp fs.d.tmp process.d.tmp tests.d.tmp text.d.tmp utils.d.tmp tags || true) --- cleandir-tools --- cleandir ===> external/bsd/atf/lib/tools --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f libtools.a application.o atffile.o config.o config_file.o env.o exceptions.o expand.o fs.o io.o parser.o process.o reader.o requirements.o signals.o test-program.o text.o timers.o ui.o user.o application.o.tmp atffile.o.tmp config.o.tmp config_file.o.tmp env.o.tmp exceptions.o.tmp expand.o.tmp fs.o.tmp io.o.tmp parser.o.tmp process.o.tmp reader.o.tmp requirements.o.tmp signals.o.tmp test-program.o.tmp text.o.tmp timers.o.tmp ui.o.tmp user.o.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f libtools.a application.o atffile.o config.o config_file.o env.o exceptions.o expand.o fs.o io.o parser.o process.o reader.o requirements.o signals.o test-program.o text.o timers.o ui.o user.o application.o.tmp atffile.o.tmp config.o.tmp config_file.o.tmp env.o.tmp exceptions.o.tmp expand.o.tmp fs.o.tmp io.o.tmp parser.o.tmp process.o.tmp reader.o.tmp requirements.o.tmp signals.o.tmp test-program.o.tmp text.o.tmp timers.o.tmp ui.o.tmp user.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_p.a aes-x86_64.po aesni-mb-x86_64.po aesni-sha1-x86_64.po aesni-sha256-x86_64.po aesni-x86_64.po bsaes-x86_64.po vpaes-x86_64.po aes_cfb.po aes_ecb.po aes_ige.po aes_misc.po aes_ofb.po aes_wrap.po aria.po a_bitstr.po a_d2i_fp.po a_digest.po a_dup.po a_gentm.po a_i2d_fp.po a_int.po a_mbstr.po a_object.po a_octet.po a_print.po a_sign.po a_strex.po a_strnid.po a_time.po a_type.po a_utctm.po a_utf8.po a_verify.po ameth_lib.po asn1_err.po asn1_gen.po asn1_item_list.po asn1_lib.po asn1_parse.po asn_mime.po asn_moid.po asn_mstbl.po asn_pack.po bio_asn1.po bio_ndef.po d2i_param.po d2i_pr.po d2i_pu.po evp_asn1.po f_int.po f_string.po i2d_evp.po n_pkey.po nsseq.po p5_pbe.po p5_pbev2.po p5_scrypt.po p8_pkey.po t_bitst.po t_pkey.po t_spki.po tasn_dec.po tasn_enc.po tasn_fre.po tasn_new.po tasn_prn.po tasn_scn.po tasn_typ.po tasn_utl.po x_algor.po x_bignum.po x_info.po x_int64.po x_long.po x_pkey.po x_sig.po x_spki.po x_val.po async.po async_err.po async_posix.po async_wait.po bf_enc.po bf_cfb64.po bf_ecb.po bf_ofb64.po bf_skey.po bf_buff.po bf_lbuf.po bf_nbio.po bf_null.po bf_prefix.po bf_readbuff.po bio_addr.po bio_cb.po bio_dump.po bio_err.po bio_lib.po bio_meth.po bio_print.po bio_sock.po bio_sock2.po bss_acpt.po bss_bio.po bss_conn.po bss_core.po bss_dgram.po bss_fd.po bss_file.po bss_log.po bss_mem.po bss_null.po bss_sock.po ossl_core_bio.po blake2_prov.po blake2b_prov.po blake2s_prov.po blake2b_mac.po blake2s_mac.po x86_64-gf2m.po x86_64-mont.po x86_64-mont5.po rsaz-x86_64.po rsaz-avx2.po rsaz-avx512.po x86_64-gcc.po bn_add.po bn_blind.po bn_const.po bn_conv.po bn_ctx.po bn_depr.po bn_dh.po bn_div.po bn_err.po bn_exp.po bn_exp2.po bn_gcd.po bn_gf2m.po bn_intern.po bn_kron.po bn_lib.po bn_mod.po bn_mont.po bn_mpi.po bn_mul.po bn_nist.po bn_prime.po bn_print.po bn_rand.po bn_recp.po bn_rsa_fips186_4.po bn_shift.po bn_sqr.po bn_sqrt.po bn_srp.po bn_word.po bn_x931p.po rsaz_exp.po rsaz_exp_x2.po buf_err.po buffer.po cmll-x86_64.po cmll_cfb.po cmll_ctr.po cmll_ecb.po cmll_misc.po cmll_ofb.po c_enc.po c_cfb64.po c_ecb.po c_ofb64.po c_skey.po chacha-x86_64.po cmac.po cmp_asn.po cmp_client.po cmp_ctx.po cmp_err.po cmp_hdr.po cmp_http.po cmp_msg.po cmp_protect.po cmp_server.po cmp_status.po cmp_util.po cmp_vfy.po cms_asn1.po cms_att.po cms_cd.po cms_dd.po cms_dh.po cms_ec.po cms_enc.po cms_env.po cms_err.po cms_ess.po cms_io.po cms_kari.po cms_lib.po cms_pwri.po cms_rsa.po cms_sd.po cms_smime.po c_zlib.po comp_err.po comp_lib.po conf_api.po conf_def.po conf_err.po conf_lib.po conf_mall.po conf_mod.po conf_sap.po conf_ssl.po crmf_asn.po crmf_err.po crmf_lib.po crmf_pbm.po asn1_dsa.po bsearch.po context.po core_algorithm.po core_fetch.po core_namemap.po cpt_err.po cpuid.po cryptlib.po ctype.po cversion.po der_writer.po ebcdic.po ex_data.po getenv.po info.po init.po initthread.po mem.po mem_sec.po o_dir.po o_fopen.po o_init.po o_str.po o_time.po packet.po param_build.po param_build_set.po params.po params_dup.po params_from_text.po passphrase.po provider.po provider_child.po provider_conf.po provider_core.po provider_predefined.po punycode.po self_test_core.po sparse_array.po threads_lib.po threads_none.po threads_pthread.po threads_win.po trace.po uid.po x86_64cpuid.po ct_b64.po ct_err.po ct_log.po ct_oct.po ct_policy.po ct_prn.po ct_sct.po ct_sct_ctx.po ct_vfy.po ct_x509v3.po curve448.po curve448_tables.po eddsa.po f_generic.po f_impl32.po f_impl64.po scalar.po des_enc.po fcrypt_b.po cbc_cksm.po cbc_enc.po cfb64ede.po cfb64enc.po cfb_enc.po ecb3_enc.po ecb_enc.po fcrypt.po ofb64ede.po ofb64enc.po ofb_enc.po pcbc_enc.po qud_cksm.po rand_key.po set_key.po str2key.po xcbc_enc.po dh_ameth.po dh_asn1.po dh_backend.po dh_check.po dh_depr.po dh_err.po dh_gen.po dh_group_params.po dh_kdf.po dh_key.po dh_lib.po dh_meth.po dh_pmeth.po dh_prn.po dh_rfc5114.po dsa_ameth.po dsa_asn1.po dsa_backend.po dsa_check.po dsa_depr.po dsa_err.po dsa_gen.po dsa_key.po dsa_lib.po dsa_meth.po dsa_ossl.po dsa_pmeth.po dsa_prn.po dsa_sign.po dsa_vrf.po dso_dl.po dso_dlfcn.po dso_err.po dso_lib.po dso_openssl.po dso_vms.po dso_win32.po ecp_nistz256-x86_64.po x25519-x86_64.po curve25519.po ec2_oct.po ec2_smpl.po ec_ameth.po ec_asn1.po ec_backend.po ec_check.po ec_curve.po ec_cvt.po ec_deprecated.po ec_err.po ec_key.po ec_kmeth.po ec_lib.po ec_mult.po ec_oct.po ec_pmeth.po ec_print.po ecdh_kdf.po ecdh_ossl.po ecdsa_ossl.po ecdsa_sign.po ecdsa_vrf.po eck_prn.po ecp_mont.po ecp_nist.po ecp_oct.po ecp_smpl.po ecx_backend.po ecx_key.po ecx_meth.po ecp_nistz256.po decoder_err.po decoder_lib.po decoder_meth.po decoder_pkey.po encoder_err.po encoder_lib.po encoder_meth.po encoder_pkey.po decode_der2key.po eng_all.po eng_cnf.po eng_ctrl.po eng_dyn.po eng_err.po eng_fat.po eng_init.po eng_lib.po eng_list.po eng_openssl.po eng_pkey.po eng_rdrand.po eng_table.po tb_asnmth.po tb_cipher.po tb_dh.po tb_digest.po tb_dsa.po tb_eckey.po tb_pkmeth.po tb_rand.po tb_rsa.po err.po err_all.po err_all_legacy.po err_blocks.po err_prn.po ess_asn1.po ess_err.po ess_lib.po asymcipher.po bio_b64.po bio_enc.po bio_md.po bio_ok.po c_allc.po c_alld.po cmeth_lib.po ctrl_params_translate.po dh_ctrl.po dh_support.po digest.po dsa_ctrl.po e_aes.po e_aes_cbc_hmac_sha1.po e_aes_cbc_hmac_sha256.po e_aria.po e_bf.po e_camellia.po e_cast.po e_chacha20_poly1305.po e_des.po e_des3.po e_idea.po e_null.po e_old.po e_rc2.po e_rc4.po e_rc4_hmac_md5.po e_rc5.po e_seed.po e_sm4.po e_xcbc_d.po ec_ctrl.po ec_support.po encode.po evp_cnf.po evp_enc.po evp_err.po evp_fetch.po evp_key.po evp_lib.po evp_pbe.po evp_pkey.po evp_rand.po evp_utils.po exchange.po kdf_lib.po kdf_meth.po kem.po keymgmt_lib.po keymgmt_meth.po legacy_blake2.po legacy_md4.po legacy_md5.po legacy_md5_sha1.po legacy_mdc2.po legacy_ripemd.po legacy_sha.po legacy_wp.po m_null.po m_sigver.po mac_lib.po mac_meth.po names.po p5_crpt.po p5_crpt2.po p_dec.po p_enc.po p_legacy.po p_lib.po p_open.po p_seal.po p_sign.po p_verify.po pbe_scrypt.po pmeth_check.po pmeth_gn.po pmeth_lib.po signature.po ffc_backend.po ffc_dh.po ffc_key_generate.po ffc_key_validate.po ffc_params.po ffc_params_generate.po ffc_params_validate.po hmac.po http_client.po http_err.po http_lib.po i_cbc.po i_cfb64.po i_ecb.po i_ofb64.po i_skey.po kdf_err.po lh_stats.po lhash.po md4_dgst.po md4_one.po md5-x86_64.po md5_dgst.po md5_one.po md5_sha1.po mdc2_one.po mdc2dgst.po aesni-gcm-x86_64.po ghash-x86_64.po cbc128.po ccm128.po cfb128.po ctr128.po cts128.po gcm128.po ocb128.po ofb128.po siv128.po wrap128.po xts128.po o_names.po obj_dat.po obj_err.po obj_lib.po obj_xref.po ocsp_asn.po ocsp_cl.po ocsp_err.po ocsp_ext.po ocsp_http.po ocsp_lib.po ocsp_prn.po ocsp_srv.po ocsp_vfy.po v3_ocsp.po pem_all.po pem_err.po pem_info.po pem_lib.po pem_oth.po pem_pk8.po pem_pkey.po pem_sign.po pem_x509.po pem_xaux.po pvkfmt.po p12_add.po p12_asn.po p12_attr.po p12_crpt.po p12_crt.po p12_decr.po p12_init.po p12_key.po p12_kiss.po p12_mutl.po p12_npas.po p12_p8d.po p12_p8e.po p12_sbag.po p12_utl.po pk12err.po bio_pk7.po pk7_asn1.po pk7_attr.po pk7_doit.po pk7_lib.po pk7_mime.po pk7_smime.po pkcs7err.po poly1305-x86_64.po poly1305.po pqueue.po defn_cache.po property.po property_err.po property_parse.po property_query.po property_string.po baseprov.po defltprov.po nullprov.po prov_running.po prov_seed.po rand_deprecated.po rand_err.po rand_lib.po rand_meth.po rand_pool.po randfile.po rc2_cbc.po rc2_ecb.po rc2_skey.po rc2cfb64.po rc2ofb64.po rc4-md5-x86_64.po rc4-x86_64.po rmd_dgst.po rmd_one.po rsa_ameth.po rsa_asn1.po rsa_backend.po rsa_chk.po rsa_crpt.po rsa_depr.po rsa_err.po rsa_gen.po rsa_lib.po rsa_meth.po rsa_mp.po rsa_mp_names.po rsa_none.po rsa_oaep.po rsa_ossl.po rsa_pk1.po rsa_pmeth.po rsa_prn.po rsa_pss.po rsa_saos.po rsa_schemes.po rsa_sign.po rsa_sp800_56b_check.po rsa_sp800_56b_gen.po rsa_x931.po rsa_x931g.po seed.po seed_cbc.po seed_cfb.po seed_ecb.po seed_ofb.po sha1-x86_64.po sha1-mb-x86_64.po keccak1600-x86_64.po sha1dgst.po sha3.po libc-sha1.po libc-sha512.po libc-sha256.po libc-sha2xx.po siphash.po sm2_crypt.po sm2_err.po sm2_key.po sm2_sign.po legacy_sm3.po sm3.po sm4.po srp_lib.po srp_vfy.po stack.po store_err.po store_init.po store_lib.po store_meth.po store_register.po store_result.po store_strings.po ts_asn1.po ts_conf.po ts_err.po ts_lib.po ts_req_print.po ts_req_utils.po ts_rsp_print.po ts_rsp_sign.po ts_rsp_utils.po ts_rsp_verify.po ts_verify_ctx.po txt_db.po ui_err.po ui_lib.po ui_null.po ui_openssl.po ui_util.po wp-x86_64.po wp_dgst.po by_dir.po by_file.po by_store.po pcy_cache.po pcy_data.po pcy_lib.po pcy_map.po pcy_node.po pcy_tree.po t_crl.po t_req.po t_x509.po v3_addr.po v3_admis.po v3_akeya.po v3_akid.po v3_asid.po v3_bcons.po v3_bitst.po v3_conf.po v3_cpols.po v3_crld.po v3_enum.po v3_extku.po v3_genn.po v3_ia5.po v3_info.po v3_int.po v3_ist.po v3_lib.po v3_ncons.po v3_pci.po v3_pcia.po v3_pcons.po v3_pku.po v3_pmaps.po v3_prn.po v3_purp.po v3_san.po v3_skid.po v3_sxnet.po v3_tlsf.po v3_utf8.po v3_utl.po v3err.po x509_att.po x509_cmp.po x509_d2.po x509_def.po x509_err.po x509_ext.po x509_lu.po x509_meth.po x509_obj.po x509_r2x.po x509_req.po x509_set.po x509_trust.po x509_txt.po x509_v3.po x509_vfy.po x509_vpm.po x509cset.po x509name.po x509rset.po x509spki.po x509type.po x_all.po x_attrib.po x_crl.po x_exten.po x_name.po x_pubkey.po x_req.po x_x509.po x_x509a.po bio_prov.po capabilities.po digest_to_nid.po provider_seeding.po provider_util.po securitycheck.po securitycheck_default.po provider_ctx.po provider_err.po der_rsa_sig.po der_sm2_gen.po der_sm2_key.po der_sm2_sig.po der_ec_gen.po der_digests_gen.po der_dsa_gen.po der_dsa_key.po der_dsa_sig.po der_ec_key.po der_ec_sig.po der_ecx_gen.po der_ecx_key.po der_rsa_gen.po der_rsa_key.po der_wrap_gen.po rsa_enc.po sm2_enc.po cipher_aes.po cipher_aes_cbc_hmac_sha.po cipher_aes_cbc_hmac_sha1_hw.po cipher_aes_cbc_hmac_sha256_hw.po cipher_aes_ccm.po cipher_aes_ccm_hw.po cipher_aes_gcm.po cipher_aes_gcm_hw.po cipher_aes_hw.po cipher_aes_ocb.po cipher_aes_ocb_hw.po cipher_aes_siv.po cipher_aes_siv_hw.po cipher_aes_wrp.po cipher_aes_xts.po cipher_aes_xts_fips.po cipher_aes_xts_hw.po cipher_aria.po cipher_aria_ccm.po cipher_aria_ccm_hw.po cipher_aria_gcm.po cipher_aria_gcm_hw.po cipher_aria_hw.po cipher_camellia.po cipher_camellia_hw.po cipher_chacha20.po cipher_chacha20_hw.po cipher_chacha20_poly1305.po cipher_chacha20_poly1305_hw.po cipher_cts.po cipher_null.po cipher_sm4.po cipher_sm4_hw.po cipher_tdes.po cipher_tdes_common.po cipher_tdes_default.po cipher_tdes_default_hw.po cipher_tdes_hw.po cipher_tdes_wrap.po cipher_tdes_wrap_hw.po ciphercommon.po ciphercommon_block.po ciphercommon_ccm.po ciphercommon_ccm_hw.po ciphercommon_gcm.po ciphercommon_gcm_hw.po ciphercommon_hw.po blake2_prov.po blake2b_prov.po blake2s_prov.po md5_prov.po md5_sha1_prov.po null_prov.po ripemd_prov.po sha2_prov.po sha3_prov.po sm3_prov.po digestcommon.po decode_der2key.po decode_epki2pki.po decode_msblob2key.po decode_pem2der.po decode_pvk2key.po decode_spki2typespki.po encode_key2any.po encode_key2blob.po encode_key2ms.po encode_key2text.po endecoder_common.po dh_exch.po ecdh_exch.po ecx_exch.po kdf_exch.po hkdf.po kbkdf.po krb5kdf.po pbkdf2.po pbkdf2_fips.po pkcs12kdf.po scrypt.po sshkdf.po sskdf.po tls1_prf.po x942kdf.po rsa_kem.po dh_kmgmt.po dsa_kmgmt.po ec_kmgmt.po ecx_kmgmt.po kdf_legacy_kmgmt.po mac_legacy_kmgmt.po rsa_kmgmt.po blake2b_mac.po blake2s_mac.po cmac_prov.po gmac_prov.po hmac_prov.po kmac_prov.po poly1305_prov.po siphash_prov.po crngt.po drbg.po drbg_ctr.po drbg_hash.po drbg_hmac.po seed_src.po test_rng.po rand_cpu_x86.po rand_tsc.po rand_unix.po rand_win.po dsa_sig.po ecdsa_sig.po eddsa_sig.po mac_legacy_sig.po rsa_sig.po sm2_sig.po file_store.po file_store_any2obj.po s3_cbc.po bio_prov.po capabilities.po digest_to_nid.po provider_seeding.po provider_util.po securitycheck.po securitycheck_default.po provider_ctx.po provider_err.po der_rsa_sig.po der_sm2_gen.po der_sm2_key.po der_sm2_sig.po der_ec_gen.po der_digests_gen.po der_dsa_gen.po der_dsa_key.po der_dsa_sig.po der_ec_key.po der_ec_sig.po der_ecx_gen.po der_ecx_key.po der_rsa_gen.po der_rsa_key.po der_wrap_gen.po cipher_aes.po cipher_aes_cbc_hmac_sha.po cipher_aes_cbc_hmac_sha1_hw.po cipher_aes_cbc_hmac_sha256_hw.po cipher_aes_ccm.po cipher_aes_ccm_hw.po cipher_aes_gcm.po cipher_aes_gcm_hw.po cipher_aes_hw.po cipher_aes_ocb.po cipher_aes_ocb_hw.po cipher_aes_siv.po cipher_aes_siv_hw.po cipher_aes_wrp.po cipher_aes_xts.po cipher_aes_xts_fips.po cipher_aes_xts_hw.po cipher_aria.po cipher_aria_ccm.po cipher_aria_ccm_hw.po cipher_aria_gcm.po cipher_aria_gcm_hw.po cipher_aria_hw.po cipher_camellia.po cipher_camellia_hw.po cipher_chacha20.po cipher_chacha20_hw.po cipher_chacha20_poly1305.po cipher_chacha20_poly1305_hw.po cipher_cts.po cipher_null.po cipher_sm4.po cipher_sm4_hw.po cipher_tdes.po cipher_tdes_common.po cipher_tdes_default.po cipher_tdes_default_hw.po cipher_tdes_hw.po cipher_tdes_wrap.po cipher_tdes_wrap_hw.po ciphercommon.po ciphercommon_block.po ciphercommon_ccm.po ciphercommon_ccm_hw.po ciphercommon_gcm.po ciphercommon_gcm_hw.po ciphercommon_hw.po blake2_prov.po blake2b_prov.po blake2s_prov.po md5_prov.po md5_sha1_prov.po null_prov.po ripemd_prov.po sha2_prov.po sha3_prov.po sm3_prov.po digestcommon.po tls_pad.po aes-x86_64.po.tmp aesni-mb-x86_64.po.tmp aesni-sha1-x86_64.po.tmp aesni-sha256-x86_64.po.tmp aesni-x86_64.po.tmp bsaes-x86_64.po.tmp vpaes-x86_64.po.tmp aes_cfb.po.tmp aes_ecb.po.tmp aes_ige.po.tmp aes_misc.po.tmp aes_ofb.po.tmp aes_wrap.po.tmp aria.po.tmp a_bitstr.po.tmp a_d2i_fp.po.tmp a_digest.po.tmp a_dup.po.tmp a_gentm.po.tmp a_i2d_fp.po.tmp a_int.po.tmp a_mbstr.po.tmp a_object.po.tmp a_octet.po.tmp a_print.po.tmp a_sign.po.tmp a_strex.po.tmp a_strnid.po.tmp a_time.po.tmp a_type.po.tmp a_utctm.po.tmp a_utf8.po.tmp a_verify.po.tmp ameth_lib.po.tmp asn1_err.po.tmp asn1_gen.po.tmp asn1_item_list.po.tmp asn1_lib.po.tmp asn1_parse.po.tmp asn_mime.po.tmp asn_moid.po.tmp asn_mstbl.po.tmp asn_pack.po.tmp bio_asn1.po.tmp bio_ndef.po.tmp d2i_param.po.tmp d2i_pr.po.tmp d2i_pu.po.tmp evp_asn1.po.tmp f_int.po.tmp f_string.po.tmp i2d_evp.po.tmp n_pkey.po.tmp nsseq.po.tmp p5_pbe.po.tmp p5_pbev2.po.tmp p5_scrypt.po.tmp p8_pkey.po.tmp t_bitst.po.tmp t_pkey.po.tmp t_spki.po.tmp tasn_dec.po.tmp tasn_enc.po.tmp tasn_fre.po.tmp tasn_new.po.tmp tasn_prn.po.tmp tasn_scn.po.tmp tasn_typ.po.tmp tasn_utl.po.tmp x_algor.po.tmp x_bignum.po.tmp x_info.po.tmp x_int64.po.tmp x_long.po.tmp x_pkey.po.tmp x_sig.po.tmp x_spki.po.tmp x_val.po.tmp async.po.tmp async_err.po.tmp async_posix.po.tmp async_wait.po.tmp bf_enc.po.tmp bf_cfb64.po.tmp bf_ecb.po.tmp bf_ofb64.po.tmp bf_skey.po.tmp bf_buff.po.tmp bf_lbuf.po.tmp bf_nbio.po.tmp bf_null.po.tmp bf_prefix.po.tmp bf_readbuff.po.tmp bio_addr.po.tmp bio_cb.po.tmp bio_dump.po.tmp bio_err.po.tmp bio_lib.po.tmp bio_meth.po.tmp bio_print.po.tmp bio_sock.po.tmp bio_sock2.po.tmp bss_acpt.po.tmp bss_bio.po.tmp bss_conn.po.tmp bss_core.po.tmp bss_dgram.po.tmp bss_fd.po.tmp bss_file.po.tmp bss_log.po.tmp bss_mem.po.tmp bss_null.po.tmp bss_sock.po.tmp ossl_core_bio.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp blake2b_mac.po.tmp blake2s_mac.po.tmp x86_64-gf2m.po.tmp x86_64-mont.po.tmp x86_64-mont5.po.tmp rsaz-x86_64.po.tmp rsaz-avx2.po.tmp rsaz-avx512.po.tmp x86_64-gcc.po.tmp bn_add.po.tmp bn_blind.po.tmp bn_const.po.tmp bn_conv.po.tmp bn_ctx.po.tmp bn_depr.po.tmp bn_dh.po.tmp bn_div.po.tmp bn_err.po.tmp bn_exp.po.tmp bn_exp2.po.tmp bn_gcd.po.tmp bn_gf2m.po.tmp bn_intern.po.tmp bn_kron.po.tmp bn_lib.po.tmp bn_mod.po.tmp bn_mont.po.tmp bn_mpi.po.tmp bn_mul.po.tmp bn_nist.po.tmp bn_prime.po.tmp bn_print.po.tmp bn_rand.po.tmp bn_recp.po.tmp bn_rsa_fips186_4.po.tmp bn_shift.po.tmp bn_sqr.po.tmp bn_sqrt.po.tmp bn_srp.po.tmp bn_word.po.tmp bn_x931p.po.tmp rsaz_exp.po.tmp rsaz_exp_x2.po.tmp buf_err.po.tmp buffer.po.tmp cmll-x86_64.po.tmp cmll_cfb.po.tmp cmll_ctr.po.tmp cmll_ecb.po.tmp cmll_misc.po.tmp cmll_ofb.po.tmp c_enc.po.tmp c_cfb64.po.tmp c_ecb.po.tmp c_ofb64.po.tmp c_skey.po.tmp chacha-x86_64.po.tmp cmac.po.tmp cmp_asn.po.tmp cmp_client.po.tmp cmp_ctx.po.tmp cmp_err.po.tmp cmp_hdr.po.tmp cmp_http.po.tmp cmp_msg.po.tmp cmp_protect.po.tmp cmp_server.po.tmp cmp_status.po.tmp cmp_util.po.tmp cmp_vfy.po.tmp cms_asn1.po.tmp cms_att.po.tmp cms_cd.po.tmp cms_dd.po.tmp cms_dh.po.tmp cms_ec.po.tmp cms_enc.po.tmp cms_env.po.tmp cms_err.po.tmp cms_ess.po.tmp cms_io.po.tmp cms_kari.po.tmp cms_lib.po.tmp cms_pwri.po.tmp cms_rsa.po.tmp cms_sd.po.tmp cms_smime.po.tmp c_zlib.po.tmp comp_err.po.tmp comp_lib.po.tmp conf_api.po.tmp conf_def.po.tmp conf_err.po.tmp conf_lib.po.tmp conf_mall.po.tmp conf_mod.po.tmp conf_sap.po.tmp conf_ssl.po.tmp crmf_asn.po.tmp crmf_err.po.tmp crmf_lib.po.tmp crmf_pbm.po.tmp asn1_dsa.po.tmp bsearch.po.tmp context.po.tmp core_algorithm.po.tmp core_fetch.po.tmp core_namemap.po.tmp cpt_err.po.tmp cpuid.po.tmp cryptlib.po.tmp ctype.po.tmp cversion.po.tmp der_writer.po.tmp ebcdic.po.tmp ex_data.po.tmp getenv.po.tmp info.po.tmp init.po.tmp initthread.po.tmp mem.po.tmp mem_sec.po.tmp o_dir.po.tmp o_fopen.po.tmp o_init.po.tmp o_str.po.tmp o_time.po.tmp packet.po.tmp param_build.po.tmp param_build_set.po.tmp params.po.tmp params_dup.po.tmp params_from_text.po.tmp passphrase.po.tmp provider.po.tmp provider_child.po.tmp provider_conf.po.tmp provider_core.po.tmp provider_predefined.po.tmp punycode.po.tmp self_test_core.po.tmp sparse_array.po.tmp threads_lib.po.tmp threads_none.po.tmp threads_pthread.po.tmp threads_win.po.tmp trace.po.tmp uid.po.tmp x86_64cpuid.po.tmp ct_b64.po.tmp ct_err.po.tmp ct_log.po.tmp ct_oct.po.tmp ct_policy.po.tmp ct_prn.po.tmp ct_sct.po.tmp ct_sct_ctx.po.tmp ct_vfy.po.tmp ct_x509v3.po.tmp curve448.po.tmp curve448_tables.po.tmp eddsa.po.tmp f_generic.po.tmp f_impl32.po.tmp f_impl64.po.tmp scalar.po.tmp des_enc.po.tmp fcrypt_b.po.tmp cbc_cksm.po.tmp cbc_enc.po.tmp cfb64ede.po.tmp cfb64enc.po.tmp cfb_enc.po.tmp ecb3_enc.po.tmp ecb_enc.po.tmp fcrypt.po.tmp ofb64ede.po.tmp ofb64enc.po.tmp ofb_enc.po.tmp pcbc_enc.po.tmp qud_cksm.po.tmp rand_key.po.tmp set_key.po.tmp str2key.po.tmp xcbc_enc.po.tmp dh_ameth.po.tmp dh_asn1.po.tmp dh_backend.po.tmp dh_check.po.tmp dh_depr.po.tmp dh_err.po.tmp dh_gen.po.tmp dh_group_params.po.tmp dh_kdf.po.tmp dh_key.po.tmp dh_lib.po.tmp dh_meth.po.tmp dh_pmeth.po.tmp dh_prn.po.tmp dh_rfc5114.po.tmp dsa_ameth.po.tmp dsa_asn1.po.tmp dsa_backend.po.tmp dsa_check.po.tmp dsa_depr.po.tmp dsa_err.po.tmp dsa_gen.po.tmp dsa_key.po.tmp dsa_lib.po.tmp dsa_meth.po.tmp dsa_ossl.po.tmp dsa_pmeth.po.tmp dsa_prn.po.tmp dsa_sign.po.tmp dsa_vrf.po.tmp dso_dl.po.tmp dso_dlfcn.po.tmp dso_err.po.tmp dso_lib.po.tmp dso_openssl.po.tmp dso_vms.po.tmp dso_win32.po.tmp ecp_nistz256-x86_64.po.tmp x25519-x86_64.po.tmp curve25519.po.tmp ec2_oct.po.tmp ec2_smpl.po.tmp ec_ameth.po.tmp ec_asn1.po.tmp ec_backend.po.tmp ec_check.po.tmp ec_curve.po.tmp ec_cvt.po.tmp ec_deprecated.po.tmp ec_err.po.tmp ec_key.po.tmp ec_kmeth.po.tmp ec_lib.po.tmp ec_mult.po.tmp ec_oct.po.tmp ec_pmeth.po.tmp ec_print.po.tmp ecdh_kdf.po.tmp ecdh_ossl.po.tmp ecdsa_ossl.po.tmp ecdsa_sign.po.tmp ecdsa_vrf.po.tmp eck_prn.po.tmp ecp_mont.po.tmp ecp_nist.po.tmp ecp_oct.po.tmp ecp_smpl.po.tmp ecx_backend.po.tmp ecx_key.po.tmp ecx_meth.po.tmp ecp_nistz256.po.tmp decoder_err.po.tmp decoder_lib.po.tmp decoder_meth.po.tmp decoder_pkey.po.tmp encoder_err.po.tmp encoder_lib.po.tmp encoder_meth.po.tmp encoder_pkey.po.tmp decode_der2key.po.tmp eng_all.po.tmp eng_cnf.po.tmp eng_ctrl.po.tmp eng_dyn.po.tmp eng_err.po.tmp eng_fat.po.tmp eng_init.po.tmp eng_lib.po.tmp eng_list.po.tmp eng_openssl.po.tmp eng_pkey.po.tmp eng_rdrand.po.tmp eng_table.po.tmp tb_asnmth.po.tmp tb_cipher.po.tmp tb_dh.po.tmp tb_digest.po.tmp tb_dsa.po.tmp tb_eckey.po.tmp tb_pkmeth.po.tmp tb_rand.po.tmp tb_rsa.po.tmp err.po.tmp err_all.po.tmp err_all_legacy.po.tmp err_blocks.po.tmp err_prn.po.tmp ess_asn1.po.tmp ess_err.po.tmp ess_lib.po.tmp asymcipher.po.tmp bio_b64.po.tmp bio_enc.po.tmp bio_md.po.tmp bio_ok.po.tmp c_allc.po.tmp c_alld.po.tmp cmeth_lib.po.tmp ctrl_params_translate.po.tmp dh_ctrl.po.tmp dh_support.po.tmp digest.po.tmp dsa_ctrl.po.tmp e_aes.po.tmp e_aes_cbc_hmac_sha1.po.tmp e_aes_cbc_hmac_sha256.po.tmp e_aria.po.tmp e_bf.po.tmp e_camellia.po.tmp e_cast.po.tmp e_chacha20_poly1305.po.tmp e_des.po.tmp e_des3.po.tmp e_idea.po.tmp e_null.po.tmp e_old.po.tmp e_rc2.po.tmp e_rc4.po.tmp e_rc4_hmac_md5.po.tmp e_rc5.po.tmp e_seed.po.tmp e_sm4.po.tmp e_xcbc_d.po.tmp ec_ctrl.po.tmp ec_support.po.tmp encode.po.tmp evp_cnf.po.tmp evp_enc.po.tmp evp_err.po.tmp evp_fetch.po.tmp evp_key.po.tmp evp_lib.po.tmp evp_pbe.po.tmp evp_pkey.po.tmp evp_rand.po.tmp evp_utils.po.tmp exchange.po.tmp kdf_lib.po.tmp kdf_meth.po.tmp kem.po.tmp keymgmt_lib.po.tmp keymgmt_meth.po.tmp legacy_blake2.po.tmp legacy_md4.po.tmp legacy_md5.po.tmp legacy_md5_sha1.po.tmp legacy_mdc2.po.tmp legacy_ripemd.po.tmp legacy_sha.po.tmp legacy_wp.po.tmp m_null.po.tmp m_sigver.po.tmp mac_lib.po.tmp mac_meth.po.tmp names.po.tmp p5_crpt.po.tmp p5_crpt2.po.tmp p_dec.po.tmp p_enc.po.tmp p_legacy.po.tmp p_lib.po.tmp p_open.po.tmp p_seal.po.tmp p_sign.po.tmp p_verify.po.tmp pbe_scrypt.po.tmp pmeth_check.po.tmp pmeth_gn.po.tmp pmeth_lib.po.tmp signature.po.tmp ffc_backend.po.tmp ffc_dh.po.tmp ffc_key_generate.po.tmp ffc_key_validate.po.tmp ffc_params.po.tmp ffc_params_generate.po.tmp ffc_params_validate.po.tmp hmac.po.tmp http_client.po.tmp http_err.po.tmp http_lib.po.tmp i_cbc.po.tmp i_cfb64.po.tmp i_ecb.po.tmp i_ofb64.po.tmp i_skey.po.tmp kdf_err.po.tmp lh_stats.po.tmp lhash.po.tmp md4_dgst.po.tmp md4_one.po.tmp md5-x86_64.po.tmp md5_dgst.po.tmp md5_one.po.tmp md5_sha1.po.tmp mdc2_one.po.tmp mdc2dgst.po.tmp aesni-gcm-x86_64.po.tmp ghash-x86_64.po.tmp cbc128.po.tmp ccm128.po.tmp cfb128.po.tmp ctr128.po.tmp cts128.po.tmp gcm128.po.tmp ocb128.po.tmp ofb128.po.tmp siv128.po.tmp wrap128.po.tmp xts128.po.tmp o_names.po.tmp obj_dat.po.tmp obj_err.po.tmp obj_lib.po.tmp obj_xref.po.tmp ocsp_asn.po.tmp ocsp_cl.po.tmp ocsp_err.po.tmp ocsp_ext.po.tmp ocsp_http.po.tmp ocsp_lib.po.tmp ocsp_prn.po.tmp ocsp_srv.po.tmp ocsp_vfy.po.tmp v3_ocsp.po.tmp pem_all.po.tmp pem_err.po.tmp pem_info.po.tmp pem_lib.po.tmp pem_oth.po.tmp pem_pk8.po.tmp pem_pkey.po.tmp pem_sign.po.tmp pem_x509.po.tmp pem_xaux.po.tmp pvkfmt.po.tmp p12_add.po.tmp p12_asn.po.tmp p12_attr.po.tmp p12_crpt.po.tmp p12_crt.po.tmp p12_decr.po.tmp p12_init.po.tmp p12_key.po.tmp p12_kiss.po.tmp p12_mutl.po.tmp p12_npas.po.tmp p12_p8d.po.tmp p12_p8e.po.tmp p12_sbag.po.tmp p12_utl.po.tmp pk12err.po.tmp bio_pk7.po.tmp pk7_asn1.po.tmp pk7_attr.po.tmp pk7_doit.po.tmp pk7_lib.po.tmp pk7_mime.po.tmp pk7_smime.po.tmp pkcs7err.po.tmp poly1305-x86_64.po.tmp poly1305.po.tmp pqueue.po.tmp defn_cache.po.tmp property.po.tmp property_err.po.tmp property_parse.po.tmp property_query.po.tmp property_string.po.tmp baseprov.po.tmp defltprov.po.tmp nullprov.po.tmp prov_running.po.tmp prov_seed.po.tmp rand_deprecated.po.tmp rand_err.po.tmp rand_lib.po.tmp rand_meth.po.tmp rand_pool.po.tmp randfile.po.tmp rc2_cbc.po.tmp rc2_ecb.po.tmp rc2_skey.po.tmp rc2cfb64.po.tmp rc2ofb64.po.tmp rc4-md5-x86_64.po.tmp rc4-x86_64.po.tmp rmd_dgst.po.tmp rmd_one.po.tmp rsa_ameth.po.tmp rsa_asn1.po.tmp rsa_backend.po.tmp rsa_chk.po.tmp rsa_crpt.po.tmp rsa_depr.po.tmp rsa_err.po.tmp rsa_gen.po.tmp rsa_lib.po.tmp rsa_meth.po.tmp rsa_mp.po.tmp rsa_mp_names.po.tmp rsa_none.po.tmp rsa_oaep.po.tmp rsa_ossl.po.tmp rsa_pk1.po.tmp rsa_pmeth.po.tmp rsa_prn.po.tmp rsa_pss.po.tmp rsa_saos.po.tmp rsa_schemes.po.tmp rsa_sign.po.tmp rsa_sp800_56b_check.po.tmp rsa_sp800_56b_gen.po.tmp rsa_x931.po.tmp rsa_x931g.po.tmp seed.po.tmp seed_cbc.po.tmp seed_cfb.po.tmp seed_ecb.po.tmp seed_ofb.po.tmp sha1-x86_64.po.tmp sha1-mb-x86_64.po.tmp keccak1600-x86_64.po.tmp sha1dgst.po.tmp sha3.po.tmp libc-sha1.po.tmp libc-sha512.po.tmp libc-sha256.po.tmp libc-sha2xx.po.tmp siphash.po.tmp sm2_crypt.po.tmp sm2_err.po.tmp sm2_key.po.tmp sm2_sign.po.tmp legacy_sm3.po.tmp sm3.po.tmp sm4.po.tmp srp_lib.po.tmp srp_vfy.po.tmp stack.po.tmp store_err.po.tmp store_init.po.tmp store_lib.po.tmp store_meth.po.tmp store_register.po.tmp store_result.po.tmp store_strings.po.tmp ts_asn1.po.tmp ts_conf.po.tmp ts_err.po.tmp ts_lib.po.tmp ts_req_print.po.tmp ts_req_utils.po.tmp ts_rsp_print.po.tmp ts_rsp_sign.po.tmp ts_rsp_utils.po.tmp ts_rsp_verify.po.tmp ts_verify_ctx.po.tmp txt_db.po.tmp ui_err.po.tmp ui_lib.po.tmp ui_null.po.tmp ui_openssl.po.tmp ui_util.po.tmp wp-x86_64.po.tmp wp_dgst.po.tmp by_dir.po.tmp by_file.po.tmp by_store.po.tmp pcy_cache.po.tmp pcy_data.po.tmp pcy_lib.po.tmp pcy_map.po.tmp pcy_node.po.tmp pcy_tree.po.tmp t_crl.po.tmp t_req.po.tmp t_x509.po.tmp v3_addr.po.tmp v3_admis.po.tmp v3_akeya.po.tmp v3_akid.po.tmp v3_asid.po.tmp v3_bcons.po.tmp v3_bitst.po.tmp v3_conf.po.tmp v3_cpols.po.tmp v3_crld.po.tmp v3_enum.po.tmp v3_extku.po.tmp v3_genn.po.tmp v3_ia5.po.tmp v3_info.po.tmp v3_int.po.tmp v3_ist.po.tmp v3_lib.po.tmp v3_ncons.po.tmp v3_pci.po.tmp v3_pcia.po.tmp v3_pcons.po.tmp v3_pku.po.tmp v3_pmaps.po.tmp v3_prn.po.tmp v3_purp.po.tmp v3_san.po.tmp v3_skid.po.tmp v3_sxnet.po.tmp v3_tlsf.po.tmp v3_utf8.po.tmp v3_utl.po.tmp v3err.po.tmp x509_att.po.tmp x509_cmp.po.tmp x509_d2.po.tmp x509_def.po.tmp x509_err.po.tmp x509_ext.po.tmp x509_lu.po.tmp x509_meth.po.tmp x509_obj.po.tmp x509_r2x.po.tmp x509_req.po.tmp x509_set.po.tmp x509_trust.po.tmp x509_txt.po.tmp x509_v3.po.tmp x509_vfy.po.tmp x509_vpm.po.tmp x509cset.po.tmp x509name.po.tmp x509rset.po.tmp x509spki.po.tmp x509type.po.tmp x_all.po.tmp x_attrib.po.tmp x_crl.po.tmp x_exten.po.tmp x_name.po.tmp x_pubkey.po.tmp x_req.po.tmp x_x509.po.tmp x_x509a.po.tmp bio_prov.po.tmp capabilities.po.tmp digest_to_nid.po.tmp provider_seeding.po.tmp provider_util.po.tmp securitycheck.po.tmp securitycheck_default.po.tmp provider_ctx.po.tmp provider_err.po.tmp der_rsa_sig.po.tmp der_sm2_gen.po.tmp der_sm2_key.po.tmp der_sm2_sig.po.tmp der_ec_gen.po.tmp der_digests_gen.po.tmp der_dsa_gen.po.tmp der_dsa_key.po.tmp der_dsa_sig.po.tmp der_ec_key.po.tmp der_ec_sig.po.tmp der_ecx_gen.po.tmp der_ecx_key.po.tmp der_rsa_gen.po.tmp der_rsa_key.po.tmp der_wrap_gen.po.tmp rsa_enc.po.tmp sm2_enc.po.tmp cipher_aes.po.tmp cipher_aes_cbc_hmac_sha.po.tmp cipher_aes_cbc_hmac_sha1_hw.po.tmp cipher_aes_cbc_hmac_sha256_hw.po.tmp cipher_aes_ccm.po.tmp cipher_aes_ccm_hw.po.tmp cipher_aes_gcm.po.tmp cipher_aes_gcm_hw.po.tmp cipher_aes_hw.po.tmp cipher_aes_ocb.po.tmp cipher_aes_ocb_hw.po.tmp cipher_aes_siv.po.tmp cipher_aes_siv_hw.po.tmp cipher_aes_wrp.po.tmp cipher_aes_xts.po.tmp cipher_aes_xts_fips.po.tmp cipher_aes_xts_hw.po.tmp cipher_aria.po.tmp cipher_aria_ccm.po.tmp cipher_aria_ccm_hw.po.tmp cipher_aria_gcm.po.tmp cipher_aria_gcm_hw.po.tmp cipher_aria_hw.po.tmp cipher_camellia.po.tmp cipher_camellia_hw.po.tmp cipher_chacha20.po.tmp cipher_chacha20_hw.po.tmp cipher_chacha20_poly1305.po.tmp cipher_chacha20_poly1305_hw.po.tmp cipher_cts.po.tmp cipher_null.po.tmp cipher_sm4.po.tmp cipher_sm4_hw.po.tmp cipher_tdes.po.tmp cipher_tdes_common.po.tmp cipher_tdes_default.po.tmp cipher_tdes_default_hw.po.tmp cipher_tdes_hw.po.tmp cipher_tdes_wrap.po.tmp cipher_tdes_wrap_hw.po.tmp ciphercommon.po.tmp ciphercommon_block.po.tmp ciphercommon_ccm.po.tmp ciphercommon_ccm_hw.po.tmp ciphercommon_gcm.po.tmp ciphercommon_gcm_hw.po.tmp ciphercommon_hw.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp md5_prov.po.tmp md5_sha1_prov.po.tmp null_prov.po.tmp ripemd_prov.po.tmp sha2_prov.po.tmp sha3_prov.po.tmp sm3_prov.po.tmp digestcommon.po.tmp decode_der2key.po.tmp decode_epki2pki.po.tmp decode_msblob2key.po.tmp decode_pem2der.po.tmp decode_pvk2key.po.tmp decode_spki2typespki.po.tmp encode_key2any.po.tmp encode_key2blob.po.tmp encode_key2ms.po.tmp encode_key2text.po.tmp endecoder_common.po.tmp dh_exch.po.tmp ecdh_exch.po.tmp ecx_exch.po.tmp kdf_exch.po.tmp hkdf.po.tmp kbkdf.po.tmp krb5kdf.po.tmp pbkdf2.po.tmp pbkdf2_fips.po.tmp pkcs12kdf.po.tmp scrypt.po.tmp sshkdf.po.tmp sskdf.po.tmp tls1_prf.po.tmp x942kdf.po.tmp rsa_kem.po.tmp dh_kmgmt.po.tmp dsa_kmgmt.po.tmp ec_kmgmt.po.tmp ecx_kmgmt.po.tmp kdf_legacy_kmgmt.po.tmp mac_legacy_kmgmt.po.tmp rsa_kmgmt.po.tmp blake2b_mac.po.tmp blake2s_mac.po.tmp cmac_prov.po.tmp gmac_prov.po.tmp hmac_prov.po.tmp kmac_prov.po.tmp poly1305_prov.po.tmp siphash_prov.po.tmp crngt.po.tmp drbg.po.tmp drbg_ctr.po.tmp drbg_hash.po.tmp drbg_hmac.po.tmp seed_src.po.tmp test_rng.po.tmp rand_cpu_x86.po.tmp rand_tsc.po.tmp rand_unix.po.tmp rand_win.po.tmp dsa_sig.po.tmp ecdsa_sig.po.tmp eddsa_sig.po.tmp mac_legacy_sig.po.tmp rsa_sig.po.tmp sm2_sig.po.tmp file_store.po.tmp file_store_any2obj.po.tmp s3_cbc.po.tmp bio_prov.po.tmp capabilities.po.tmp digest_to_nid.po.tmp provider_seeding.po.tmp provider_util.po.tmp securitycheck.po.tmp securitycheck_default.po.tmp provider_ctx.po.tmp provider_err.po.tmp der_rsa_sig.po.tmp der_sm2_gen.po.tmp der_sm2_key.po.tmp der_sm2_sig.po.tmp der_ec_gen.po.tmp der_digests_gen.po.tmp der_dsa_gen.po.tmp der_dsa_key.po.tmp der_dsa_sig.po.tmp der_ec_key.po.tmp der_ec_sig.po.tmp der_ecx_gen.po.tmp der_ecx_key.po.tmp der_rsa_gen.po.tmp der_rsa_key.po.tmp der_wrap_gen.po.tmp cipher_aes.po.tmp cipher_aes_cbc_hmac_sha.po.tmp cipher_aes_cbc_hmac_sha1_hw.po.tmp cipher_aes_cbc_hmac_sha256_hw.po.tmp cipher_aes_ccm.po.tmp cipher_aes_ccm_hw.po.tmp cipher_aes_gcm.po.tmp cipher_aes_gcm_hw.po.tmp cipher_aes_hw.po.tmp cipher_aes_ocb.po.tmp cipher_aes_ocb_hw.po.tmp cipher_aes_siv.po.tmp cipher_aes_siv_hw.po.tmp cipher_aes_wrp.po.tmp cipher_aes_xts.po.tmp cipher_aes_xts_fips.po.tmp cipher_aes_xts_hw.po.tmp cipher_aria.po.tmp cipher_aria_ccm.po.tmp cipher_aria_ccm_hw.po.tmp cipher_aria_gcm.po.tmp cipher_aria_gcm_hw.po.tmp cipher_aria_hw.po.tmp cipher_camellia.po.tmp cipher_camellia_hw.po.tmp cipher_chacha20.po.tmp cipher_chacha20_hw.po.tmp cipher_chacha20_poly1305.po.tmp cipher_chacha20_poly1305_hw.po.tmp cipher_cts.po.tmp cipher_null.po.tmp cipher_sm4.po.tmp cipher_sm4_hw.po.tmp cipher_tdes.po.tmp cipher_tdes_common.po.tmp cipher_tdes_default.po.tmp cipher_tdes_default_hw.po.tmp cipher_tdes_hw.po.tmp cipher_tdes_wrap.po.tmp cipher_tdes_wrap_hw.po.tmp ciphercommon.po.tmp ciphercommon_block.po.tmp ciphercommon_ccm.po.tmp ciphercommon_ccm_hw.po.tmp ciphercommon_gcm.po.tmp ciphercommon_gcm_hw.po.tmp ciphercommon_hw.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp md5_prov.po.tmp md5_sha1_prov.po.tmp null_prov.po.tmp ripemd_prov.po.tmp sha2_prov.po.tmp sha3_prov.po.tmp sm3_prov.po.tmp digestcommon.po.tmp tls_pad.po.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f libtools_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f libtools_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f libtools_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_p.a aes-x86_64.po aesni-mb-x86_64.po aesni-sha1-x86_64.po aesni-sha256-x86_64.po aesni-x86_64.po bsaes-x86_64.po vpaes-x86_64.po aes_cfb.po aes_ecb.po aes_ige.po aes_misc.po aes_ofb.po aes_wrap.po aria.po a_bitstr.po a_d2i_fp.po a_digest.po a_dup.po a_gentm.po a_i2d_fp.po a_int.po a_mbstr.po a_object.po a_octet.po a_print.po a_sign.po a_strex.po a_strnid.po a_time.po a_type.po a_utctm.po a_utf8.po a_verify.po ameth_lib.po asn1_err.po asn1_gen.po asn1_item_list.po asn1_lib.po asn1_parse.po asn_mime.po asn_moid.po asn_mstbl.po asn_pack.po bio_asn1.po bio_ndef.po d2i_param.po d2i_pr.po d2i_pu.po evp_asn1.po f_int.po f_string.po i2d_evp.po n_pkey.po nsseq.po p5_pbe.po p5_pbev2.po p5_scrypt.po p8_pkey.po t_bitst.po t_pkey.po t_spki.po tasn_dec.po tasn_enc.po tasn_fre.po tasn_new.po tasn_prn.po tasn_scn.po tasn_typ.po tasn_utl.po x_algor.po x_bignum.po x_info.po x_int64.po x_long.po x_pkey.po x_sig.po x_spki.po x_val.po async.po async_err.po async_posix.po async_wait.po bf_enc.po bf_cfb64.po bf_ecb.po bf_ofb64.po bf_skey.po bf_buff.po bf_lbuf.po bf_nbio.po bf_null.po bf_prefix.po bf_readbuff.po bio_addr.po bio_cb.po bio_dump.po bio_err.po bio_lib.po bio_meth.po bio_print.po bio_sock.po bio_sock2.po bss_acpt.po bss_bio.po bss_conn.po bss_core.po bss_dgram.po bss_fd.po bss_file.po bss_log.po bss_mem.po bss_null.po bss_sock.po ossl_core_bio.po blake2_prov.po blake2b_prov.po blake2s_prov.po blake2b_mac.po blake2s_mac.po x86_64-gf2m.po x86_64-mont.po x86_64-mont5.po rsaz-x86_64.po rsaz-avx2.po rsaz-avx512.po x86_64-gcc.po bn_add.po bn_blind.po bn_const.po bn_conv.po bn_ctx.po bn_depr.po bn_dh.po bn_div.po bn_err.po bn_exp.po bn_exp2.po bn_gcd.po bn_gf2m.po bn_intern.po bn_kron.po bn_lib.po bn_mod.po bn_mont.po bn_mpi.po bn_mul.po bn_nist.po bn_prime.po bn_print.po bn_rand.po bn_recp.po bn_rsa_fips186_4.po bn_shift.po bn_sqr.po bn_sqrt.po bn_srp.po bn_word.po bn_x931p.po rsaz_exp.po rsaz_exp_x2.po buf_err.po buffer.po cmll-x86_64.po cmll_cfb.po cmll_ctr.po cmll_ecb.po cmll_misc.po cmll_ofb.po c_enc.po c_cfb64.po c_ecb.po c_ofb64.po c_skey.po chacha-x86_64.po cmac.po cmp_asn.po cmp_client.po cmp_ctx.po cmp_err.po cmp_hdr.po cmp_http.po cmp_msg.po cmp_protect.po cmp_server.po cmp_status.po cmp_util.po cmp_vfy.po cms_asn1.po cms_att.po cms_cd.po cms_dd.po cms_dh.po cms_ec.po cms_enc.po cms_env.po cms_err.po cms_ess.po cms_io.po cms_kari.po cms_lib.po cms_pwri.po cms_rsa.po cms_sd.po cms_smime.po c_zlib.po comp_err.po comp_lib.po conf_api.po conf_def.po conf_err.po conf_lib.po conf_mall.po conf_mod.po conf_sap.po conf_ssl.po crmf_asn.po crmf_err.po crmf_lib.po crmf_pbm.po asn1_dsa.po bsearch.po context.po core_algorithm.po core_fetch.po core_namemap.po cpt_err.po cpuid.po cryptlib.po ctype.po cversion.po der_writer.po ebcdic.po ex_data.po getenv.po info.po init.po initthread.po mem.po mem_sec.po o_dir.po o_fopen.po o_init.po o_str.po o_time.po packet.po param_build.po param_build_set.po params.po params_dup.po params_from_text.po passphrase.po provider.po provider_child.po provider_conf.po provider_core.po provider_predefined.po punycode.po self_test_core.po sparse_array.po threads_lib.po threads_none.po threads_pthread.po threads_win.po trace.po uid.po x86_64cpuid.po ct_b64.po ct_err.po ct_log.po ct_oct.po ct_policy.po ct_prn.po ct_sct.po ct_sct_ctx.po ct_vfy.po ct_x509v3.po curve448.po curve448_tables.po eddsa.po f_generic.po f_impl32.po f_impl64.po scalar.po des_enc.po fcrypt_b.po cbc_cksm.po cbc_enc.po cfb64ede.po cfb64enc.po cfb_enc.po ecb3_enc.po ecb_enc.po fcrypt.po ofb64ede.po ofb64enc.po ofb_enc.po pcbc_enc.po qud_cksm.po rand_key.po set_key.po str2key.po xcbc_enc.po dh_ameth.po dh_asn1.po dh_backend.po dh_check.po dh_depr.po dh_err.po dh_gen.po dh_group_params.po dh_kdf.po dh_key.po dh_lib.po dh_meth.po dh_pmeth.po dh_prn.po dh_rfc5114.po dsa_ameth.po dsa_asn1.po dsa_backend.po dsa_check.po dsa_depr.po dsa_err.po dsa_gen.po dsa_key.po dsa_lib.po dsa_meth.po dsa_ossl.po dsa_pmeth.po dsa_prn.po dsa_sign.po dsa_vrf.po dso_dl.po dso_dlfcn.po dso_err.po dso_lib.po dso_openssl.po dso_vms.po dso_win32.po ecp_nistz256-x86_64.po x25519-x86_64.po curve25519.po ec2_oct.po ec2_smpl.po ec_ameth.po ec_asn1.po ec_backend.po ec_check.po ec_curve.po ec_cvt.po ec_deprecated.po ec_err.po ec_key.po ec_kmeth.po ec_lib.po ec_mult.po ec_oct.po ec_pmeth.po ec_print.po ecdh_kdf.po ecdh_ossl.po ecdsa_ossl.po ecdsa_sign.po ecdsa_vrf.po eck_prn.po ecp_mont.po ecp_nist.po ecp_oct.po ecp_smpl.po ecx_backend.po ecx_key.po ecx_meth.po ecp_nistz256.po decoder_err.po decoder_lib.po decoder_meth.po decoder_pkey.po encoder_err.po encoder_lib.po encoder_meth.po encoder_pkey.po decode_der2key.po eng_all.po eng_cnf.po eng_ctrl.po eng_dyn.po eng_err.po eng_fat.po eng_init.po eng_lib.po eng_list.po eng_openssl.po eng_pkey.po eng_rdrand.po eng_table.po tb_asnmth.po tb_cipher.po tb_dh.po tb_digest.po tb_dsa.po tb_eckey.po tb_pkmeth.po tb_rand.po tb_rsa.po err.po err_all.po err_all_legacy.po err_blocks.po err_prn.po ess_asn1.po ess_err.po ess_lib.po asymcipher.po bio_b64.po bio_enc.po bio_md.po bio_ok.po c_allc.po c_alld.po cmeth_lib.po ctrl_params_translate.po dh_ctrl.po dh_support.po digest.po dsa_ctrl.po e_aes.po e_aes_cbc_hmac_sha1.po e_aes_cbc_hmac_sha256.po e_aria.po e_bf.po e_camellia.po e_cast.po e_chacha20_poly1305.po e_des.po e_des3.po e_idea.po e_null.po e_old.po e_rc2.po e_rc4.po e_rc4_hmac_md5.po e_rc5.po e_seed.po e_sm4.po e_xcbc_d.po ec_ctrl.po ec_support.po encode.po evp_cnf.po evp_enc.po evp_err.po evp_fetch.po evp_key.po evp_lib.po evp_pbe.po evp_pkey.po evp_rand.po evp_utils.po exchange.po kdf_lib.po kdf_meth.po kem.po keymgmt_lib.po keymgmt_meth.po legacy_blake2.po legacy_md4.po legacy_md5.po legacy_md5_sha1.po legacy_mdc2.po legacy_ripemd.po legacy_sha.po legacy_wp.po m_null.po m_sigver.po mac_lib.po mac_meth.po names.po p5_crpt.po p5_crpt2.po p_dec.po p_enc.po p_legacy.po p_lib.po p_open.po p_seal.po p_sign.po p_verify.po pbe_scrypt.po pmeth_check.po pmeth_gn.po pmeth_lib.po signature.po ffc_backend.po ffc_dh.po ffc_key_generate.po ffc_key_validate.po ffc_params.po ffc_params_generate.po ffc_params_validate.po hmac.po http_client.po http_err.po http_lib.po i_cbc.po i_cfb64.po i_ecb.po i_ofb64.po i_skey.po kdf_err.po lh_stats.po lhash.po md4_dgst.po md4_one.po md5-x86_64.po md5_dgst.po md5_one.po md5_sha1.po mdc2_one.po mdc2dgst.po aesni-gcm-x86_64.po ghash-x86_64.po cbc128.po ccm128.po cfb128.po ctr128.po cts128.po gcm128.po ocb128.po ofb128.po siv128.po wrap128.po xts128.po o_names.po obj_dat.po obj_err.po obj_lib.po obj_xref.po ocsp_asn.po ocsp_cl.po ocsp_err.po ocsp_ext.po ocsp_http.po ocsp_lib.po ocsp_prn.po ocsp_srv.po ocsp_vfy.po v3_ocsp.po pem_all.po pem_err.po pem_info.po pem_lib.po pem_oth.po pem_pk8.po pem_pkey.po pem_sign.po pem_x509.po pem_xaux.po pvkfmt.po p12_add.po p12_asn.po p12_attr.po p12_crpt.po p12_crt.po p12_decr.po p12_init.po p12_key.po p12_kiss.po p12_mutl.po p12_npas.po p12_p8d.po p12_p8e.po p12_sbag.po p12_utl.po pk12err.po bio_pk7.po pk7_asn1.po pk7_attr.po pk7_doit.po pk7_lib.po pk7_mime.po pk7_smime.po pkcs7err.po poly1305-x86_64.po poly1305.po pqueue.po defn_cache.po property.po property_err.po property_parse.po property_query.po property_string.po baseprov.po defltprov.po nullprov.po prov_running.po prov_seed.po rand_deprecated.po rand_err.po rand_lib.po rand_meth.po rand_pool.po randfile.po rc2_cbc.po rc2_ecb.po rc2_skey.po rc2cfb64.po rc2ofb64.po rc4-md5-x86_64.po rc4-x86_64.po rmd_dgst.po rmd_one.po rsa_ameth.po rsa_asn1.po rsa_backend.po rsa_chk.po rsa_crpt.po rsa_depr.po rsa_err.po rsa_gen.po rsa_lib.po rsa_meth.po rsa_mp.po rsa_mp_names.po rsa_none.po rsa_oaep.po rsa_ossl.po rsa_pk1.po rsa_pmeth.po rsa_prn.po rsa_pss.po rsa_saos.po rsa_schemes.po rsa_sign.po rsa_sp800_56b_check.po rsa_sp800_56b_gen.po rsa_x931.po rsa_x931g.po seed.po seed_cbc.po seed_cfb.po seed_ecb.po seed_ofb.po sha1-x86_64.po sha1-mb-x86_64.po keccak1600-x86_64.po sha1dgst.po sha3.po libc-sha1.po libc-sha512.po libc-sha256.po libc-sha2xx.po siphash.po sm2_crypt.po sm2_err.po sm2_key.po sm2_sign.po legacy_sm3.po sm3.po sm4.po srp_lib.po srp_vfy.po stack.po store_err.po store_init.po store_lib.po store_meth.po store_register.po store_result.po store_strings.po ts_asn1.po ts_conf.po ts_err.po ts_lib.po ts_req_print.po ts_req_utils.po ts_rsp_print.po ts_rsp_sign.po ts_rsp_utils.po ts_rsp_verify.po ts_verify_ctx.po txt_db.po ui_err.po ui_lib.po ui_null.po ui_openssl.po ui_util.po wp-x86_64.po wp_dgst.po by_dir.po by_file.po by_store.po pcy_cache.po pcy_data.po pcy_lib.po pcy_map.po pcy_node.po pcy_tree.po t_crl.po t_req.po t_x509.po v3_addr.po v3_admis.po v3_akeya.po v3_akid.po v3_asid.po v3_bcons.po v3_bitst.po v3_conf.po v3_cpols.po v3_crld.po v3_enum.po v3_extku.po v3_genn.po v3_ia5.po v3_info.po v3_int.po v3_ist.po v3_lib.po v3_ncons.po v3_pci.po v3_pcia.po v3_pcons.po v3_pku.po v3_pmaps.po v3_prn.po v3_purp.po v3_san.po v3_skid.po v3_sxnet.po v3_tlsf.po v3_utf8.po v3_utl.po v3err.po x509_att.po x509_cmp.po x509_d2.po x509_def.po x509_err.po x509_ext.po x509_lu.po x509_meth.po x509_obj.po x509_r2x.po x509_req.po x509_set.po x509_trust.po x509_txt.po x509_v3.po x509_vfy.po x509_vpm.po x509cset.po x509name.po x509rset.po x509spki.po x509type.po x_all.po x_attrib.po x_crl.po x_exten.po x_name.po x_pubkey.po x_req.po x_x509.po x_x509a.po bio_prov.po capabilities.po digest_to_nid.po provider_seeding.po provider_util.po securitycheck.po securitycheck_default.po provider_ctx.po provider_err.po der_rsa_sig.po der_sm2_gen.po der_sm2_key.po der_sm2_sig.po der_ec_gen.po der_digests_gen.po der_dsa_gen.po der_dsa_key.po der_dsa_sig.po der_ec_key.po der_ec_sig.po der_ecx_gen.po der_ecx_key.po der_rsa_gen.po der_rsa_key.po der_wrap_gen.po rsa_enc.po sm2_enc.po cipher_aes.po cipher_aes_cbc_hmac_sha.po cipher_aes_cbc_hmac_sha1_hw.po cipher_aes_cbc_hmac_sha256_hw.po cipher_aes_ccm.po cipher_aes_ccm_hw.po cipher_aes_gcm.po cipher_aes_gcm_hw.po cipher_aes_hw.po cipher_aes_ocb.po cipher_aes_ocb_hw.po cipher_aes_siv.po cipher_aes_siv_hw.po cipher_aes_wrp.po cipher_aes_xts.po cipher_aes_xts_fips.po cipher_aes_xts_hw.po cipher_aria.po cipher_aria_ccm.po cipher_aria_ccm_hw.po cipher_aria_gcm.po cipher_aria_gcm_hw.po cipher_aria_hw.po cipher_camellia.po cipher_camellia_hw.po cipher_chacha20.po cipher_chacha20_hw.po cipher_chacha20_poly1305.po cipher_chacha20_poly1305_hw.po cipher_cts.po cipher_null.po cipher_sm4.po cipher_sm4_hw.po cipher_tdes.po cipher_tdes_common.po cipher_tdes_default.po cipher_tdes_default_hw.po cipher_tdes_hw.po cipher_tdes_wrap.po cipher_tdes_wrap_hw.po ciphercommon.po ciphercommon_block.po ciphercommon_ccm.po ciphercommon_ccm_hw.po ciphercommon_gcm.po ciphercommon_gcm_hw.po ciphercommon_hw.po blake2_prov.po blake2b_prov.po blake2s_prov.po md5_prov.po md5_sha1_prov.po null_prov.po ripemd_prov.po sha2_prov.po sha3_prov.po sm3_prov.po digestcommon.po decode_der2key.po decode_epki2pki.po decode_msblob2key.po decode_pem2der.po decode_pvk2key.po decode_spki2typespki.po encode_key2any.po encode_key2blob.po encode_key2ms.po encode_key2text.po endecoder_common.po dh_exch.po ecdh_exch.po ecx_exch.po kdf_exch.po hkdf.po kbkdf.po krb5kdf.po pbkdf2.po pbkdf2_fips.po pkcs12kdf.po scrypt.po sshkdf.po sskdf.po tls1_prf.po x942kdf.po rsa_kem.po dh_kmgmt.po dsa_kmgmt.po ec_kmgmt.po ecx_kmgmt.po kdf_legacy_kmgmt.po mac_legacy_kmgmt.po rsa_kmgmt.po blake2b_mac.po blake2s_mac.po cmac_prov.po gmac_prov.po hmac_prov.po kmac_prov.po poly1305_prov.po siphash_prov.po crngt.po drbg.po drbg_ctr.po drbg_hash.po drbg_hmac.po seed_src.po test_rng.po rand_cpu_x86.po rand_tsc.po rand_unix.po rand_win.po dsa_sig.po ecdsa_sig.po eddsa_sig.po mac_legacy_sig.po rsa_sig.po sm2_sig.po file_store.po file_store_any2obj.po s3_cbc.po bio_prov.po capabilities.po digest_to_nid.po provider_seeding.po provider_util.po securitycheck.po securitycheck_default.po provider_ctx.po provider_err.po der_rsa_sig.po der_sm2_gen.po der_sm2_key.po der_sm2_sig.po der_ec_gen.po der_digests_gen.po der_dsa_gen.po der_dsa_key.po der_dsa_sig.po der_ec_key.po der_ec_sig.po der_ecx_gen.po der_ecx_key.po der_rsa_gen.po der_rsa_key.po der_wrap_gen.po cipher_aes.po cipher_aes_cbc_hmac_sha.po cipher_aes_cbc_hmac_sha1_hw.po cipher_aes_cbc_hmac_sha256_hw.po cipher_aes_ccm.po cipher_aes_ccm_hw.po cipher_aes_gcm.po cipher_aes_gcm_hw.po cipher_aes_hw.po cipher_aes_ocb.po cipher_aes_ocb_hw.po cipher_aes_siv.po cipher_aes_siv_hw.po cipher_aes_wrp.po cipher_aes_xts.po cipher_aes_xts_fips.po cipher_aes_xts_hw.po cipher_aria.po cipher_aria_ccm.po cipher_aria_ccm_hw.po cipher_aria_gcm.po cipher_aria_gcm_hw.po cipher_aria_hw.po cipher_camellia.po cipher_camellia_hw.po cipher_chacha20.po cipher_chacha20_hw.po cipher_chacha20_poly1305.po cipher_chacha20_poly1305_hw.po cipher_cts.po cipher_null.po cipher_sm4.po cipher_sm4_hw.po cipher_tdes.po cipher_tdes_common.po cipher_tdes_default.po cipher_tdes_default_hw.po cipher_tdes_hw.po cipher_tdes_wrap.po cipher_tdes_wrap_hw.po ciphercommon.po ciphercommon_block.po ciphercommon_ccm.po ciphercommon_ccm_hw.po ciphercommon_gcm.po ciphercommon_gcm_hw.po ciphercommon_hw.po blake2_prov.po blake2b_prov.po blake2s_prov.po md5_prov.po md5_sha1_prov.po null_prov.po ripemd_prov.po sha2_prov.po sha3_prov.po sm3_prov.po digestcommon.po tls_pad.po aes-x86_64.po.tmp aesni-mb-x86_64.po.tmp aesni-sha1-x86_64.po.tmp aesni-sha256-x86_64.po.tmp aesni-x86_64.po.tmp bsaes-x86_64.po.tmp vpaes-x86_64.po.tmp aes_cfb.po.tmp aes_ecb.po.tmp aes_ige.po.tmp aes_misc.po.tmp aes_ofb.po.tmp aes_wrap.po.tmp aria.po.tmp a_bitstr.po.tmp a_d2i_fp.po.tmp a_digest.po.tmp a_dup.po.tmp a_gentm.po.tmp a_i2d_fp.po.tmp a_int.po.tmp a_mbstr.po.tmp a_object.po.tmp a_octet.po.tmp a_print.po.tmp a_sign.po.tmp a_strex.po.tmp a_strnid.po.tmp a_time.po.tmp a_type.po.tmp a_utctm.po.tmp a_utf8.po.tmp a_verify.po.tmp ameth_lib.po.tmp asn1_err.po.tmp asn1_gen.po.tmp asn1_item_list.po.tmp asn1_lib.po.tmp asn1_parse.po.tmp asn_mime.po.tmp asn_moid.po.tmp asn_mstbl.po.tmp asn_pack.po.tmp bio_asn1.po.tmp bio_ndef.po.tmp d2i_param.po.tmp d2i_pr.po.tmp d2i_pu.po.tmp evp_asn1.po.tmp f_int.po.tmp f_string.po.tmp i2d_evp.po.tmp n_pkey.po.tmp nsseq.po.tmp p5_pbe.po.tmp p5_pbev2.po.tmp p5_scrypt.po.tmp p8_pkey.po.tmp t_bitst.po.tmp t_pkey.po.tmp t_spki.po.tmp tasn_dec.po.tmp tasn_enc.po.tmp tasn_fre.po.tmp tasn_new.po.tmp tasn_prn.po.tmp tasn_scn.po.tmp tasn_typ.po.tmp tasn_utl.po.tmp x_algor.po.tmp x_bignum.po.tmp x_info.po.tmp x_int64.po.tmp x_long.po.tmp x_pkey.po.tmp x_sig.po.tmp x_spki.po.tmp x_val.po.tmp async.po.tmp async_err.po.tmp async_posix.po.tmp async_wait.po.tmp bf_enc.po.tmp bf_cfb64.po.tmp bf_ecb.po.tmp bf_ofb64.po.tmp bf_skey.po.tmp bf_buff.po.tmp bf_lbuf.po.tmp bf_nbio.po.tmp bf_null.po.tmp bf_prefix.po.tmp bf_readbuff.po.tmp bio_addr.po.tmp bio_cb.po.tmp bio_dump.po.tmp bio_err.po.tmp bio_lib.po.tmp bio_meth.po.tmp bio_print.po.tmp bio_sock.po.tmp bio_sock2.po.tmp bss_acpt.po.tmp bss_bio.po.tmp bss_conn.po.tmp bss_core.po.tmp bss_dgram.po.tmp bss_fd.po.tmp bss_file.po.tmp bss_log.po.tmp bss_mem.po.tmp bss_null.po.tmp bss_sock.po.tmp ossl_core_bio.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp blake2b_mac.po.tmp blake2s_mac.po.tmp x86_64-gf2m.po.tmp x86_64-mont.po.tmp x86_64-mont5.po.tmp rsaz-x86_64.po.tmp rsaz-avx2.po.tmp rsaz-avx512.po.tmp x86_64-gcc.po.tmp bn_add.po.tmp bn_blind.po.tmp bn_const.po.tmp bn_conv.po.tmp bn_ctx.po.tmp bn_depr.po.tmp bn_dh.po.tmp bn_div.po.tmp bn_err.po.tmp bn_exp.po.tmp bn_exp2.po.tmp bn_gcd.po.tmp bn_gf2m.po.tmp bn_intern.po.tmp bn_kron.po.tmp bn_lib.po.tmp bn_mod.po.tmp bn_mont.po.tmp bn_mpi.po.tmp bn_mul.po.tmp bn_nist.po.tmp bn_prime.po.tmp bn_print.po.tmp bn_rand.po.tmp bn_recp.po.tmp bn_rsa_fips186_4.po.tmp bn_shift.po.tmp bn_sqr.po.tmp bn_sqrt.po.tmp bn_srp.po.tmp bn_word.po.tmp bn_x931p.po.tmp rsaz_exp.po.tmp rsaz_exp_x2.po.tmp buf_err.po.tmp buffer.po.tmp cmll-x86_64.po.tmp cmll_cfb.po.tmp cmll_ctr.po.tmp cmll_ecb.po.tmp cmll_misc.po.tmp cmll_ofb.po.tmp c_enc.po.tmp c_cfb64.po.tmp c_ecb.po.tmp c_ofb64.po.tmp c_skey.po.tmp chacha-x86_64.po.tmp cmac.po.tmp cmp_asn.po.tmp cmp_client.po.tmp cmp_ctx.po.tmp cmp_err.po.tmp cmp_hdr.po.tmp cmp_http.po.tmp cmp_msg.po.tmp cmp_protect.po.tmp cmp_server.po.tmp cmp_status.po.tmp cmp_util.po.tmp cmp_vfy.po.tmp cms_asn1.po.tmp cms_att.po.tmp cms_cd.po.tmp cms_dd.po.tmp cms_dh.po.tmp cms_ec.po.tmp cms_enc.po.tmp cms_env.po.tmp cms_err.po.tmp cms_ess.po.tmp cms_io.po.tmp cms_kari.po.tmp cms_lib.po.tmp cms_pwri.po.tmp cms_rsa.po.tmp cms_sd.po.tmp cms_smime.po.tmp c_zlib.po.tmp comp_err.po.tmp comp_lib.po.tmp conf_api.po.tmp conf_def.po.tmp conf_err.po.tmp conf_lib.po.tmp conf_mall.po.tmp conf_mod.po.tmp conf_sap.po.tmp conf_ssl.po.tmp crmf_asn.po.tmp crmf_err.po.tmp crmf_lib.po.tmp crmf_pbm.po.tmp asn1_dsa.po.tmp bsearch.po.tmp context.po.tmp core_algorithm.po.tmp core_fetch.po.tmp core_namemap.po.tmp cpt_err.po.tmp cpuid.po.tmp cryptlib.po.tmp ctype.po.tmp cversion.po.tmp der_writer.po.tmp ebcdic.po.tmp ex_data.po.tmp getenv.po.tmp info.po.tmp init.po.tmp initthread.po.tmp mem.po.tmp mem_sec.po.tmp o_dir.po.tmp o_fopen.po.tmp o_init.po.tmp o_str.po.tmp o_time.po.tmp packet.po.tmp param_build.po.tmp param_build_set.po.tmp params.po.tmp params_dup.po.tmp params_from_text.po.tmp passphrase.po.tmp provider.po.tmp provider_child.po.tmp provider_conf.po.tmp provider_core.po.tmp provider_predefined.po.tmp punycode.po.tmp self_test_core.po.tmp sparse_array.po.tmp threads_lib.po.tmp threads_none.po.tmp threads_pthread.po.tmp threads_win.po.tmp trace.po.tmp uid.po.tmp x86_64cpuid.po.tmp ct_b64.po.tmp ct_err.po.tmp ct_log.po.tmp ct_oct.po.tmp ct_policy.po.tmp ct_prn.po.tmp ct_sct.po.tmp ct_sct_ctx.po.tmp ct_vfy.po.tmp ct_x509v3.po.tmp curve448.po.tmp curve448_tables.po.tmp eddsa.po.tmp f_generic.po.tmp f_impl32.po.tmp f_impl64.po.tmp scalar.po.tmp des_enc.po.tmp fcrypt_b.po.tmp cbc_cksm.po.tmp cbc_enc.po.tmp cfb64ede.po.tmp cfb64enc.po.tmp cfb_enc.po.tmp ecb3_enc.po.tmp ecb_enc.po.tmp fcrypt.po.tmp ofb64ede.po.tmp ofb64enc.po.tmp ofb_enc.po.tmp pcbc_enc.po.tmp qud_cksm.po.tmp rand_key.po.tmp set_key.po.tmp str2key.po.tmp xcbc_enc.po.tmp dh_ameth.po.tmp dh_asn1.po.tmp dh_backend.po.tmp dh_check.po.tmp dh_depr.po.tmp dh_err.po.tmp dh_gen.po.tmp dh_group_params.po.tmp dh_kdf.po.tmp dh_key.po.tmp dh_lib.po.tmp dh_meth.po.tmp dh_pmeth.po.tmp dh_prn.po.tmp dh_rfc5114.po.tmp dsa_ameth.po.tmp dsa_asn1.po.tmp dsa_backend.po.tmp dsa_check.po.tmp dsa_depr.po.tmp dsa_err.po.tmp dsa_gen.po.tmp dsa_key.po.tmp dsa_lib.po.tmp dsa_meth.po.tmp dsa_ossl.po.tmp dsa_pmeth.po.tmp dsa_prn.po.tmp dsa_sign.po.tmp dsa_vrf.po.tmp dso_dl.po.tmp dso_dlfcn.po.tmp dso_err.po.tmp dso_lib.po.tmp dso_openssl.po.tmp dso_vms.po.tmp dso_win32.po.tmp ecp_nistz256-x86_64.po.tmp x25519-x86_64.po.tmp curve25519.po.tmp ec2_oct.po.tmp ec2_smpl.po.tmp ec_ameth.po.tmp ec_asn1.po.tmp ec_backend.po.tmp ec_check.po.tmp ec_curve.po.tmp ec_cvt.po.tmp ec_deprecated.po.tmp ec_err.po.tmp ec_key.po.tmp ec_kmeth.po.tmp ec_lib.po.tmp ec_mult.po.tmp ec_oct.po.tmp ec_pmeth.po.tmp ec_print.po.tmp ecdh_kdf.po.tmp ecdh_ossl.po.tmp ecdsa_ossl.po.tmp ecdsa_sign.po.tmp ecdsa_vrf.po.tmp eck_prn.po.tmp ecp_mont.po.tmp ecp_nist.po.tmp ecp_oct.po.tmp ecp_smpl.po.tmp ecx_backend.po.tmp ecx_key.po.tmp ecx_meth.po.tmp ecp_nistz256.po.tmp decoder_err.po.tmp decoder_lib.po.tmp decoder_meth.po.tmp decoder_pkey.po.tmp encoder_err.po.tmp encoder_lib.po.tmp encoder_meth.po.tmp encoder_pkey.po.tmp decode_der2key.po.tmp eng_all.po.tmp eng_cnf.po.tmp eng_ctrl.po.tmp eng_dyn.po.tmp eng_err.po.tmp eng_fat.po.tmp eng_init.po.tmp eng_lib.po.tmp eng_list.po.tmp eng_openssl.po.tmp eng_pkey.po.tmp eng_rdrand.po.tmp eng_table.po.tmp tb_asnmth.po.tmp tb_cipher.po.tmp tb_dh.po.tmp tb_digest.po.tmp tb_dsa.po.tmp tb_eckey.po.tmp tb_pkmeth.po.tmp tb_rand.po.tmp tb_rsa.po.tmp err.po.tmp err_all.po.tmp err_all_legacy.po.tmp err_blocks.po.tmp err_prn.po.tmp ess_asn1.po.tmp ess_err.po.tmp ess_lib.po.tmp asymcipher.po.tmp bio_b64.po.tmp bio_enc.po.tmp bio_md.po.tmp bio_ok.po.tmp c_allc.po.tmp c_alld.po.tmp cmeth_lib.po.tmp ctrl_params_translate.po.tmp dh_ctrl.po.tmp dh_support.po.tmp digest.po.tmp dsa_ctrl.po.tmp e_aes.po.tmp e_aes_cbc_hmac_sha1.po.tmp e_aes_cbc_hmac_sha256.po.tmp e_aria.po.tmp e_bf.po.tmp e_camellia.po.tmp e_cast.po.tmp e_chacha20_poly1305.po.tmp e_des.po.tmp e_des3.po.tmp e_idea.po.tmp e_null.po.tmp e_old.po.tmp e_rc2.po.tmp e_rc4.po.tmp e_rc4_hmac_md5.po.tmp e_rc5.po.tmp e_seed.po.tmp e_sm4.po.tmp e_xcbc_d.po.tmp ec_ctrl.po.tmp ec_support.po.tmp encode.po.tmp evp_cnf.po.tmp evp_enc.po.tmp evp_err.po.tmp evp_fetch.po.tmp evp_key.po.tmp evp_lib.po.tmp evp_pbe.po.tmp evp_pkey.po.tmp evp_rand.po.tmp evp_utils.po.tmp exchange.po.tmp kdf_lib.po.tmp kdf_meth.po.tmp kem.po.tmp keymgmt_lib.po.tmp keymgmt_meth.po.tmp legacy_blake2.po.tmp legacy_md4.po.tmp legacy_md5.po.tmp legacy_md5_sha1.po.tmp legacy_mdc2.po.tmp legacy_ripemd.po.tmp legacy_sha.po.tmp legacy_wp.po.tmp m_null.po.tmp m_sigver.po.tmp mac_lib.po.tmp mac_meth.po.tmp names.po.tmp p5_crpt.po.tmp p5_crpt2.po.tmp p_dec.po.tmp p_enc.po.tmp p_legacy.po.tmp p_lib.po.tmp p_open.po.tmp p_seal.po.tmp p_sign.po.tmp p_verify.po.tmp pbe_scrypt.po.tmp pmeth_check.po.tmp pmeth_gn.po.tmp pmeth_lib.po.tmp signature.po.tmp ffc_backend.po.tmp ffc_dh.po.tmp ffc_key_generate.po.tmp ffc_key_validate.po.tmp ffc_params.po.tmp ffc_params_generate.po.tmp ffc_params_validate.po.tmp hmac.po.tmp http_client.po.tmp http_err.po.tmp http_lib.po.tmp i_cbc.po.tmp i_cfb64.po.tmp i_ecb.po.tmp i_ofb64.po.tmp i_skey.po.tmp kdf_err.po.tmp lh_stats.po.tmp lhash.po.tmp md4_dgst.po.tmp md4_one.po.tmp md5-x86_64.po.tmp md5_dgst.po.tmp md5_one.po.tmp md5_sha1.po.tmp mdc2_one.po.tmp mdc2dgst.po.tmp aesni-gcm-x86_64.po.tmp ghash-x86_64.po.tmp cbc128.po.tmp ccm128.po.tmp cfb128.po.tmp ctr128.po.tmp cts128.po.tmp gcm128.po.tmp ocb128.po.tmp ofb128.po.tmp siv128.po.tmp wrap128.po.tmp xts128.po.tmp o_names.po.tmp obj_dat.po.tmp obj_err.po.tmp obj_lib.po.tmp obj_xref.po.tmp ocsp_asn.po.tmp ocsp_cl.po.tmp ocsp_err.po.tmp ocsp_ext.po.tmp ocsp_http.po.tmp ocsp_lib.po.tmp ocsp_prn.po.tmp ocsp_srv.po.tmp ocsp_vfy.po.tmp v3_ocsp.po.tmp pem_all.po.tmp pem_err.po.tmp pem_info.po.tmp pem_lib.po.tmp pem_oth.po.tmp pem_pk8.po.tmp pem_pkey.po.tmp pem_sign.po.tmp pem_x509.po.tmp pem_xaux.po.tmp pvkfmt.po.tmp p12_add.po.tmp p12_asn.po.tmp p12_attr.po.tmp p12_crpt.po.tmp p12_crt.po.tmp p12_decr.po.tmp p12_init.po.tmp p12_key.po.tmp p12_kiss.po.tmp p12_mutl.po.tmp p12_npas.po.tmp p12_p8d.po.tmp p12_p8e.po.tmp p12_sbag.po.tmp p12_utl.po.tmp pk12err.po.tmp bio_pk7.po.tmp pk7_asn1.po.tmp pk7_attr.po.tmp pk7_doit.po.tmp pk7_lib.po.tmp pk7_mime.po.tmp pk7_smime.po.tmp pkcs7err.po.tmp poly1305-x86_64.po.tmp poly1305.po.tmp pqueue.po.tmp defn_cache.po.tmp property.po.tmp property_err.po.tmp property_parse.po.tmp property_query.po.tmp property_string.po.tmp baseprov.po.tmp defltprov.po.tmp nullprov.po.tmp prov_running.po.tmp prov_seed.po.tmp rand_deprecated.po.tmp rand_err.po.tmp rand_lib.po.tmp rand_meth.po.tmp rand_pool.po.tmp randfile.po.tmp rc2_cbc.po.tmp rc2_ecb.po.tmp rc2_skey.po.tmp rc2cfb64.po.tmp rc2ofb64.po.tmp rc4-md5-x86_64.po.tmp rc4-x86_64.po.tmp rmd_dgst.po.tmp rmd_one.po.tmp rsa_ameth.po.tmp rsa_asn1.po.tmp rsa_backend.po.tmp rsa_chk.po.tmp rsa_crpt.po.tmp rsa_depr.po.tmp rsa_err.po.tmp rsa_gen.po.tmp rsa_lib.po.tmp rsa_meth.po.tmp rsa_mp.po.tmp rsa_mp_names.po.tmp rsa_none.po.tmp rsa_oaep.po.tmp rsa_ossl.po.tmp rsa_pk1.po.tmp rsa_pmeth.po.tmp rsa_prn.po.tmp rsa_pss.po.tmp rsa_saos.po.tmp rsa_schemes.po.tmp rsa_sign.po.tmp rsa_sp800_56b_check.po.tmp rsa_sp800_56b_gen.po.tmp rsa_x931.po.tmp rsa_x931g.po.tmp seed.po.tmp seed_cbc.po.tmp seed_cfb.po.tmp seed_ecb.po.tmp seed_ofb.po.tmp sha1-x86_64.po.tmp sha1-mb-x86_64.po.tmp keccak1600-x86_64.po.tmp sha1dgst.po.tmp sha3.po.tmp libc-sha1.po.tmp libc-sha512.po.tmp libc-sha256.po.tmp libc-sha2xx.po.tmp siphash.po.tmp sm2_crypt.po.tmp sm2_err.po.tmp sm2_key.po.tmp sm2_sign.po.tmp legacy_sm3.po.tmp sm3.po.tmp sm4.po.tmp srp_lib.po.tmp srp_vfy.po.tmp stack.po.tmp store_err.po.tmp store_init.po.tmp store_lib.po.tmp store_meth.po.tmp store_register.po.tmp store_result.po.tmp store_strings.po.tmp ts_asn1.po.tmp ts_conf.po.tmp ts_err.po.tmp ts_lib.po.tmp ts_req_print.po.tmp ts_req_utils.po.tmp ts_rsp_print.po.tmp ts_rsp_sign.po.tmp ts_rsp_utils.po.tmp ts_rsp_verify.po.tmp ts_verify_ctx.po.tmp txt_db.po.tmp ui_err.po.tmp ui_lib.po.tmp ui_null.po.tmp ui_openssl.po.tmp ui_util.po.tmp wp-x86_64.po.tmp wp_dgst.po.tmp by_dir.po.tmp by_file.po.tmp by_store.po.tmp pcy_cache.po.tmp pcy_data.po.tmp pcy_lib.po.tmp pcy_map.po.tmp pcy_node.po.tmp pcy_tree.po.tmp t_crl.po.tmp t_req.po.tmp t_x509.po.tmp v3_addr.po.tmp v3_admis.po.tmp v3_akeya.po.tmp v3_akid.po.tmp v3_asid.po.tmp v3_bcons.po.tmp v3_bitst.po.tmp v3_conf.po.tmp v3_cpols.po.tmp v3_crld.po.tmp v3_enum.po.tmp v3_extku.po.tmp v3_genn.po.tmp v3_ia5.po.tmp v3_info.po.tmp v3_int.po.tmp v3_ist.po.tmp v3_lib.po.tmp v3_ncons.po.tmp v3_pci.po.tmp v3_pcia.po.tmp v3_pcons.po.tmp v3_pku.po.tmp v3_pmaps.po.tmp v3_prn.po.tmp v3_purp.po.tmp v3_san.po.tmp v3_skid.po.tmp v3_sxnet.po.tmp v3_tlsf.po.tmp v3_utf8.po.tmp v3_utl.po.tmp v3err.po.tmp x509_att.po.tmp x509_cmp.po.tmp x509_d2.po.tmp x509_def.po.tmp x509_err.po.tmp x509_ext.po.tmp x509_lu.po.tmp x509_meth.po.tmp x509_obj.po.tmp x509_r2x.po.tmp x509_req.po.tmp x509_set.po.tmp x509_trust.po.tmp x509_txt.po.tmp x509_v3.po.tmp x509_vfy.po.tmp x509_vpm.po.tmp x509cset.po.tmp x509name.po.tmp x509rset.po.tmp x509spki.po.tmp x509type.po.tmp x_all.po.tmp x_attrib.po.tmp x_crl.po.tmp x_exten.po.tmp x_name.po.tmp x_pubkey.po.tmp x_req.po.tmp x_x509.po.tmp x_x509a.po.tmp bio_prov.po.tmp capabilities.po.tmp digest_to_nid.po.tmp provider_seeding.po.tmp provider_util.po.tmp securitycheck.po.tmp securitycheck_default.po.tmp provider_ctx.po.tmp provider_err.po.tmp der_rsa_sig.po.tmp der_sm2_gen.po.tmp der_sm2_key.po.tmp der_sm2_sig.po.tmp der_ec_gen.po.tmp der_digests_gen.po.tmp der_dsa_gen.po.tmp der_dsa_key.po.tmp der_dsa_sig.po.tmp der_ec_key.po.tmp der_ec_sig.po.tmp der_ecx_gen.po.tmp der_ecx_key.po.tmp der_rsa_gen.po.tmp der_rsa_key.po.tmp der_wrap_gen.po.tmp rsa_enc.po.tmp sm2_enc.po.tmp cipher_aes.po.tmp cipher_aes_cbc_hmac_sha.po.tmp cipher_aes_cbc_hmac_sha1_hw.po.tmp cipher_aes_cbc_hmac_sha256_hw.po.tmp cipher_aes_ccm.po.tmp cipher_aes_ccm_hw.po.tmp cipher_aes_gcm.po.tmp cipher_aes_gcm_hw.po.tmp cipher_aes_hw.po.tmp cipher_aes_ocb.po.tmp cipher_aes_ocb_hw.po.tmp cipher_aes_siv.po.tmp cipher_aes_siv_hw.po.tmp cipher_aes_wrp.po.tmp cipher_aes_xts.po.tmp cipher_aes_xts_fips.po.tmp cipher_aes_xts_hw.po.tmp cipher_aria.po.tmp cipher_aria_ccm.po.tmp cipher_aria_ccm_hw.po.tmp cipher_aria_gcm.po.tmp cipher_aria_gcm_hw.po.tmp cipher_aria_hw.po.tmp cipher_camellia.po.tmp cipher_camellia_hw.po.tmp cipher_chacha20.po.tmp cipher_chacha20_hw.po.tmp cipher_chacha20_poly1305.po.tmp cipher_chacha20_poly1305_hw.po.tmp cipher_cts.po.tmp cipher_null.po.tmp cipher_sm4.po.tmp cipher_sm4_hw.po.tmp cipher_tdes.po.tmp cipher_tdes_common.po.tmp cipher_tdes_default.po.tmp cipher_tdes_default_hw.po.tmp cipher_tdes_hw.po.tmp cipher_tdes_wrap.po.tmp cipher_tdes_wrap_hw.po.tmp ciphercommon.po.tmp ciphercommon_block.po.tmp ciphercommon_ccm.po.tmp ciphercommon_ccm_hw.po.tmp ciphercommon_gcm.po.tmp ciphercommon_gcm_hw.po.tmp ciphercommon_hw.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp md5_prov.po.tmp md5_sha1_prov.po.tmp null_prov.po.tmp ripemd_prov.po.tmp sha2_prov.po.tmp sha3_prov.po.tmp sm3_prov.po.tmp digestcommon.po.tmp decode_der2key.po.tmp decode_epki2pki.po.tmp decode_msblob2key.po.tmp decode_pem2der.po.tmp decode_pvk2key.po.tmp decode_spki2typespki.po.tmp encode_key2any.po.tmp encode_key2blob.po.tmp encode_key2ms.po.tmp encode_key2text.po.tmp endecoder_common.po.tmp dh_exch.po.tmp ecdh_exch.po.tmp ecx_exch.po.tmp kdf_exch.po.tmp hkdf.po.tmp kbkdf.po.tmp krb5kdf.po.tmp pbkdf2.po.tmp pbkdf2_fips.po.tmp pkcs12kdf.po.tmp scrypt.po.tmp sshkdf.po.tmp sskdf.po.tmp tls1_prf.po.tmp x942kdf.po.tmp rsa_kem.po.tmp dh_kmgmt.po.tmp dsa_kmgmt.po.tmp ec_kmgmt.po.tmp ecx_kmgmt.po.tmp kdf_legacy_kmgmt.po.tmp mac_legacy_kmgmt.po.tmp rsa_kmgmt.po.tmp blake2b_mac.po.tmp blake2s_mac.po.tmp cmac_prov.po.tmp gmac_prov.po.tmp hmac_prov.po.tmp kmac_prov.po.tmp poly1305_prov.po.tmp siphash_prov.po.tmp crngt.po.tmp drbg.po.tmp drbg_ctr.po.tmp drbg_hash.po.tmp drbg_hmac.po.tmp seed_src.po.tmp test_rng.po.tmp rand_cpu_x86.po.tmp rand_tsc.po.tmp rand_unix.po.tmp rand_win.po.tmp dsa_sig.po.tmp ecdsa_sig.po.tmp eddsa_sig.po.tmp mac_legacy_sig.po.tmp rsa_sig.po.tmp sm2_sig.po.tmp file_store.po.tmp file_store_any2obj.po.tmp s3_cbc.po.tmp bio_prov.po.tmp capabilities.po.tmp digest_to_nid.po.tmp provider_seeding.po.tmp provider_util.po.tmp securitycheck.po.tmp securitycheck_default.po.tmp provider_ctx.po.tmp provider_err.po.tmp der_rsa_sig.po.tmp der_sm2_gen.po.tmp der_sm2_key.po.tmp der_sm2_sig.po.tmp der_ec_gen.po.tmp der_digests_gen.po.tmp der_dsa_gen.po.tmp der_dsa_key.po.tmp der_dsa_sig.po.tmp der_ec_key.po.tmp der_ec_sig.po.tmp der_ecx_gen.po.tmp der_ecx_key.po.tmp der_rsa_gen.po.tmp der_rsa_key.po.tmp der_wrap_gen.po.tmp cipher_aes.po.tmp cipher_aes_cbc_hmac_sha.po.tmp cipher_aes_cbc_hmac_sha1_hw.po.tmp cipher_aes_cbc_hmac_sha256_hw.po.tmp cipher_aes_ccm.po.tmp cipher_aes_ccm_hw.po.tmp cipher_aes_gcm.po.tmp cipher_aes_gcm_hw.po.tmp cipher_aes_hw.po.tmp cipher_aes_ocb.po.tmp cipher_aes_ocb_hw.po.tmp cipher_aes_siv.po.tmp cipher_aes_siv_hw.po.tmp cipher_aes_wrp.po.tmp cipher_aes_xts.po.tmp cipher_aes_xts_fips.po.tmp cipher_aes_xts_hw.po.tmp cipher_aria.po.tmp cipher_aria_ccm.po.tmp cipher_aria_ccm_hw.po.tmp cipher_aria_gcm.po.tmp cipher_aria_gcm_hw.po.tmp cipher_aria_hw.po.tmp cipher_camellia.po.tmp cipher_camellia_hw.po.tmp cipher_chacha20.po.tmp cipher_chacha20_hw.po.tmp cipher_chacha20_poly1305.po.tmp cipher_chacha20_poly1305_hw.po.tmp cipher_cts.po.tmp cipher_null.po.tmp cipher_sm4.po.tmp cipher_sm4_hw.po.tmp cipher_tdes.po.tmp cipher_tdes_common.po.tmp cipher_tdes_default.po.tmp cipher_tdes_default_hw.po.tmp cipher_tdes_hw.po.tmp cipher_tdes_wrap.po.tmp cipher_tdes_wrap_hw.po.tmp ciphercommon.po.tmp ciphercommon_block.po.tmp ciphercommon_ccm.po.tmp ciphercommon_ccm_hw.po.tmp ciphercommon_gcm.po.tmp ciphercommon_gcm_hw.po.tmp ciphercommon_hw.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp md5_prov.po.tmp md5_sha1_prov.po.tmp null_prov.po.tmp ripemd_prov.po.tmp sha2_prov.po.tmp sha3_prov.po.tmp sm3_prov.po.tmp digestcommon.po.tmp tls_pad.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f libtools_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f libtools_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f libtools_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f llib-ltools.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f llib-ltools.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f atf-version.txt atf-version-real.txt libtools.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f atf-version.txt atf-version-real.txt libtools.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_pic.a libcrypto.so.* libcrypto.so aes-x86_64.pico aesni-mb-x86_64.pico aesni-sha1-x86_64.pico aesni-sha256-x86_64.pico aesni-x86_64.pico bsaes-x86_64.pico vpaes-x86_64.pico aes_cfb.pico aes_ecb.pico aes_ige.pico aes_misc.pico aes_ofb.pico aes_wrap.pico aria.pico a_bitstr.pico a_d2i_fp.pico a_digest.pico a_dup.pico a_gentm.pico a_i2d_fp.pico a_int.pico a_mbstr.pico a_object.pico a_octet.pico a_print.pico a_sign.pico a_strex.pico a_strnid.pico a_time.pico a_type.pico a_utctm.pico a_utf8.pico a_verify.pico ameth_lib.pico asn1_err.pico asn1_gen.pico asn1_item_list.pico asn1_lib.pico asn1_parse.pico asn_mime.pico asn_moid.pico asn_mstbl.pico asn_pack.pico bio_asn1.pico bio_ndef.pico d2i_param.pico d2i_pr.pico d2i_pu.pico evp_asn1.pico f_int.pico f_string.pico i2d_evp.pico n_pkey.pico nsseq.pico p5_pbe.pico p5_pbev2.pico p5_scrypt.pico p8_pkey.pico t_bitst.pico t_pkey.pico t_spki.pico tasn_dec.pico tasn_enc.pico tasn_fre.pico tasn_new.pico tasn_prn.pico tasn_scn.pico tasn_typ.pico tasn_utl.pico x_algor.pico x_bignum.pico x_info.pico x_int64.pico x_long.pico x_pkey.pico x_sig.pico x_spki.pico x_val.pico async.pico async_err.pico async_posix.pico async_wait.pico bf_enc.pico bf_cfb64.pico bf_ecb.pico bf_ofb64.pico bf_skey.pico bf_buff.pico bf_lbuf.pico bf_nbio.pico bf_null.pico bf_prefix.pico bf_readbuff.pico bio_addr.pico bio_cb.pico bio_dump.pico bio_err.pico bio_lib.pico bio_meth.pico bio_print.pico bio_sock.pico bio_sock2.pico bss_acpt.pico bss_bio.pico bss_conn.pico bss_core.pico bss_dgram.pico bss_fd.pico bss_file.pico bss_log.pico bss_mem.pico bss_null.pico bss_sock.pico ossl_core_bio.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico blake2b_mac.pico blake2s_mac.pico x86_64-gf2m.pico x86_64-mont.pico x86_64-mont5.pico rsaz-x86_64.pico rsaz-avx2.pico rsaz-avx512.pico x86_64-gcc.pico bn_add.pico bn_blind.pico bn_const.pico bn_conv.pico bn_ctx.pico bn_depr.pico bn_dh.pico bn_div.pico bn_err.pico bn_exp.pico bn_exp2.pico bn_gcd.pico bn_gf2m.pico bn_intern.pico bn_kron.pico bn_lib.pico bn_mod.pico bn_mont.pico bn_mpi.pico bn_mul.pico bn_nist.pico bn_prime.pico bn_print.pico bn_rand.pico bn_recp.pico bn_rsa_fips186_4.pico bn_shift.pico bn_sqr.pico bn_sqrt.pico bn_srp.pico bn_word.pico bn_x931p.pico rsaz_exp.pico rsaz_exp_x2.pico buf_err.pico buffer.pico cmll-x86_64.pico cmll_cfb.pico cmll_ctr.pico cmll_ecb.pico cmll_misc.pico cmll_ofb.pico c_enc.pico c_cfb64.pico c_ecb.pico c_ofb64.pico c_skey.pico chacha-x86_64.pico cmac.pico cmp_asn.pico cmp_client.pico cmp_ctx.pico cmp_err.pico cmp_hdr.pico cmp_http.pico cmp_msg.pico cmp_protect.pico cmp_server.pico cmp_status.pico cmp_util.pico cmp_vfy.pico cms_asn1.pico cms_att.pico cms_cd.pico cms_dd.pico cms_dh.pico cms_ec.pico cms_enc.pico cms_env.pico cms_err.pico cms_ess.pico cms_io.pico cms_kari.pico cms_lib.pico cms_pwri.pico cms_rsa.pico cms_sd.pico cms_smime.pico c_zlib.pico comp_err.pico comp_lib.pico conf_api.pico conf_def.pico conf_err.pico conf_lib.pico conf_mall.pico conf_mod.pico conf_sap.pico conf_ssl.pico crmf_asn.pico crmf_err.pico crmf_lib.pico crmf_pbm.pico asn1_dsa.pico bsearch.pico context.pico core_algorithm.pico core_fetch.pico core_namemap.pico cpt_err.pico cpuid.pico cryptlib.pico ctype.pico cversion.pico der_writer.pico ebcdic.pico ex_data.pico getenv.pico info.pico init.pico initthread.pico mem.pico mem_sec.pico o_dir.pico o_fopen.pico o_init.pico o_str.pico o_time.pico packet.pico param_build.pico param_build_set.pico params.pico params_dup.pico params_from_text.pico passphrase.pico provider.pico provider_child.pico provider_conf.pico provider_core.pico provider_predefined.pico punycode.pico self_test_core.pico sparse_array.pico threads_lib.pico threads_none.pico threads_pthread.pico threads_win.pico trace.pico uid.pico x86_64cpuid.pico ct_b64.pico ct_err.pico ct_log.pico ct_oct.pico ct_policy.pico ct_prn.pico ct_sct.pico ct_sct_ctx.pico ct_vfy.pico ct_x509v3.pico curve448.pico curve448_tables.pico eddsa.pico f_generic.pico f_impl32.pico f_impl64.pico scalar.pico des_enc.pico fcrypt_b.pico cbc_cksm.pico cbc_enc.pico cfb64ede.pico cfb64enc.pico cfb_enc.pico ecb3_enc.pico ecb_enc.pico fcrypt.pico ofb64ede.pico ofb64enc.pico ofb_enc.pico pcbc_enc.pico qud_cksm.pico rand_key.pico set_key.pico str2key.pico xcbc_enc.pico dh_ameth.pico dh_asn1.pico dh_backend.pico dh_check.pico dh_depr.pico dh_err.pico dh_gen.pico dh_group_params.pico dh_kdf.pico dh_key.pico dh_lib.pico dh_meth.pico dh_pmeth.pico dh_prn.pico dh_rfc5114.pico dsa_ameth.pico dsa_asn1.pico dsa_backend.pico dsa_check.pico dsa_depr.pico dsa_err.pico dsa_gen.pico dsa_key.pico dsa_lib.pico dsa_meth.pico dsa_ossl.pico dsa_pmeth.pico dsa_prn.pico dsa_sign.pico dsa_vrf.pico dso_dl.pico dso_dlfcn.pico dso_err.pico dso_lib.pico dso_openssl.pico dso_vms.pico dso_win32.pico ecp_nistz256-x86_64.pico x25519-x86_64.pico curve25519.pico ec2_oct.pico ec2_smpl.pico ec_ameth.pico ec_asn1.pico ec_backend.pico ec_check.pico ec_curve.pico ec_cvt.pico ec_deprecated.pico ec_err.pico ec_key.pico ec_kmeth.pico ec_lib.pico ec_mult.pico ec_oct.pico ec_pmeth.pico ec_print.pico ecdh_kdf.pico ecdh_ossl.pico ecdsa_ossl.pico ecdsa_sign.pico ecdsa_vrf.pico eck_prn.pico ecp_mont.pico ecp_nist.pico ecp_oct.pico ecp_smpl.pico ecx_backend.pico ecx_key.pico ecx_meth.pico ecp_nistz256.pico decoder_err.pico decoder_lib.pico decoder_meth.pico decoder_pkey.pico encoder_err.pico encoder_lib.pico encoder_meth.pico encoder_pkey.pico decode_der2key.pico eng_all.pico eng_cnf.pico eng_ctrl.pico eng_dyn.pico eng_err.pico eng_fat.pico eng_init.pico eng_lib.pico eng_list.pico eng_openssl.pico eng_pkey.pico eng_rdrand.pico eng_table.pico tb_asnmth.pico tb_cipher.pico tb_dh.pico tb_digest.pico tb_dsa.pico tb_eckey.pico tb_pkmeth.pico tb_rand.pico tb_rsa.pico err.pico err_all.pico err_all_legacy.pico err_blocks.pico err_prn.pico ess_asn1.pico ess_err.pico ess_lib.pico asymcipher.pico bio_b64.pico bio_enc.pico bio_md.pico bio_ok.pico c_allc.pico c_alld.pico cmeth_lib.pico ctrl_params_translate.pico dh_ctrl.pico dh_support.pico digest.pico dsa_ctrl.pico e_aes.pico e_aes_cbc_hmac_sha1.pico e_aes_cbc_hmac_sha256.pico e_aria.pico e_bf.pico e_camellia.pico e_cast.pico e_chacha20_poly1305.pico e_des.pico e_des3.pico e_idea.pico e_null.pico e_old.pico e_rc2.pico e_rc4.pico e_rc4_hmac_md5.pico e_rc5.pico e_seed.pico e_sm4.pico e_xcbc_d.pico ec_ctrl.pico ec_support.pico encode.pico evp_cnf.pico evp_enc.pico evp_err.pico evp_fetch.pico evp_key.pico evp_lib.pico evp_pbe.pico evp_pkey.pico evp_rand.pico evp_utils.pico exchange.pico kdf_lib.pico kdf_meth.pico kem.pico keymgmt_lib.pico keymgmt_meth.pico legacy_blake2.pico legacy_md4.pico legacy_md5.pico legacy_md5_sha1.pico legacy_mdc2.pico legacy_ripemd.pico legacy_sha.pico legacy_wp.pico m_null.pico m_sigver.pico mac_lib.pico mac_meth.pico names.pico p5_crpt.pico p5_crpt2.pico p_dec.pico p_enc.pico p_legacy.pico p_lib.pico p_open.pico p_seal.pico p_sign.pico p_verify.pico pbe_scrypt.pico pmeth_check.pico pmeth_gn.pico pmeth_lib.pico signature.pico ffc_backend.pico ffc_dh.pico ffc_key_generate.pico ffc_key_validate.pico ffc_params.pico ffc_params_generate.pico ffc_params_validate.pico hmac.pico http_client.pico http_err.pico http_lib.pico i_cbc.pico i_cfb64.pico i_ecb.pico i_ofb64.pico i_skey.pico kdf_err.pico lh_stats.pico lhash.pico md4_dgst.pico md4_one.pico md5-x86_64.pico md5_dgst.pico md5_one.pico md5_sha1.pico mdc2_one.pico mdc2dgst.pico aesni-gcm-x86_64.pico ghash-x86_64.pico cbc128.pico ccm128.pico cfb128.pico ctr128.pico cts128.pico gcm128.pico ocb128.pico ofb128.pico siv128.pico wrap128.pico xts128.pico o_names.pico obj_dat.pico obj_err.pico obj_lib.pico obj_xref.pico ocsp_asn.pico ocsp_cl.pico ocsp_err.pico ocsp_ext.pico ocsp_http.pico ocsp_lib.pico ocsp_prn.pico ocsp_srv.pico ocsp_vfy.pico v3_ocsp.pico pem_all.pico pem_err.pico pem_info.pico pem_lib.pico pem_oth.pico pem_pk8.pico pem_pkey.pico pem_sign.pico pem_x509.pico pem_xaux.pico pvkfmt.pico p12_add.pico p12_asn.pico p12_attr.pico p12_crpt.pico p12_crt.pico p12_decr.pico p12_init.pico p12_key.pico p12_kiss.pico p12_mutl.pico p12_npas.pico p12_p8d.pico p12_p8e.pico p12_sbag.pico p12_utl.pico pk12err.pico bio_pk7.pico pk7_asn1.pico pk7_attr.pico pk7_doit.pico pk7_lib.pico pk7_mime.pico pk7_smime.pico pkcs7err.pico poly1305-x86_64.pico poly1305.pico pqueue.pico defn_cache.pico property.pico property_err.pico property_parse.pico property_query.pico property_string.pico baseprov.pico defltprov.pico nullprov.pico prov_running.pico prov_seed.pico rand_deprecated.pico rand_err.pico rand_lib.pico rand_meth.pico rand_pool.pico randfile.pico rc2_cbc.pico rc2_ecb.pico rc2_skey.pico rc2cfb64.pico rc2ofb64.pico rc4-md5-x86_64.pico rc4-x86_64.pico rmd_dgst.pico rmd_one.pico rsa_ameth.pico rsa_asn1.pico rsa_backend.pico rsa_chk.pico rsa_crpt.pico rsa_depr.pico rsa_err.pico rsa_gen.pico rsa_lib.pico rsa_meth.pico rsa_mp.pico rsa_mp_names.pico rsa_none.pico rsa_oaep.pico rsa_ossl.pico rsa_pk1.pico rsa_pmeth.pico rsa_prn.pico rsa_pss.pico rsa_saos.pico rsa_schemes.pico rsa_sign.pico rsa_sp800_56b_check.pico rsa_sp800_56b_gen.pico rsa_x931.pico rsa_x931g.pico seed.pico seed_cbc.pico seed_cfb.pico seed_ecb.pico seed_ofb.pico sha1-x86_64.pico sha1-mb-x86_64.pico keccak1600-x86_64.pico sha1dgst.pico sha3.pico libc-sha1.pico libc-sha512.pico libc-sha256.pico libc-sha2xx.pico siphash.pico sm2_crypt.pico sm2_err.pico sm2_key.pico sm2_sign.pico legacy_sm3.pico sm3.pico sm4.pico srp_lib.pico srp_vfy.pico stack.pico store_err.pico store_init.pico store_lib.pico store_meth.pico store_register.pico store_result.pico store_strings.pico ts_asn1.pico ts_conf.pico ts_err.pico ts_lib.pico ts_req_print.pico ts_req_utils.pico ts_rsp_print.pico ts_rsp_sign.pico ts_rsp_utils.pico ts_rsp_verify.pico ts_verify_ctx.pico txt_db.pico ui_err.pico ui_lib.pico ui_null.pico ui_openssl.pico ui_util.pico wp-x86_64.pico wp_dgst.pico by_dir.pico by_file.pico by_store.pico pcy_cache.pico pcy_data.pico pcy_lib.pico pcy_map.pico pcy_node.pico pcy_tree.pico t_crl.pico t_req.pico t_x509.pico v3_addr.pico v3_admis.pico v3_akeya.pico v3_akid.pico v3_asid.pico v3_bcons.pico v3_bitst.pico v3_conf.pico v3_cpols.pico v3_crld.pico v3_enum.pico v3_extku.pico v3_genn.pico v3_ia5.pico v3_info.pico v3_int.pico v3_ist.pico v3_lib.pico v3_ncons.pico v3_pci.pico v3_pcia.pico v3_pcons.pico v3_pku.pico v3_pmaps.pico v3_prn.pico v3_purp.pico v3_san.pico v3_skid.pico v3_sxnet.pico v3_tlsf.pico v3_utf8.pico v3_utl.pico v3err.pico x509_att.pico x509_cmp.pico x509_d2.pico x509_def.pico x509_err.pico x509_ext.pico x509_lu.pico x509_meth.pico x509_obj.pico x509_r2x.pico x509_req.pico x509_set.pico x509_trust.pico x509_txt.pico x509_v3.pico x509_vfy.pico x509_vpm.pico x509cset.pico x509name.pico x509rset.pico x509spki.pico x509type.pico x_all.pico x_attrib.pico x_crl.pico x_exten.pico x_name.pico x_pubkey.pico x_req.pico x_x509.pico x_x509a.pico bio_prov.pico capabilities.pico digest_to_nid.pico provider_seeding.pico provider_util.pico securitycheck.pico securitycheck_default.pico provider_ctx.pico provider_err.pico der_rsa_sig.pico der_sm2_gen.pico der_sm2_key.pico der_sm2_sig.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico rsa_enc.pico sm2_enc.pico cipher_aes.pico cipher_aes_cbc_hmac_sha.pico cipher_aes_cbc_hmac_sha1_hw.pico cipher_aes_cbc_hmac_sha256_hw.pico cipher_aes_ccm.pico cipher_aes_ccm_hw.pico cipher_aes_gcm.pico cipher_aes_gcm_hw.pico cipher_aes_hw.pico cipher_aes_ocb.pico cipher_aes_ocb_hw.pico cipher_aes_siv.pico cipher_aes_siv_hw.pico cipher_aes_wrp.pico cipher_aes_xts.pico cipher_aes_xts_fips.pico cipher_aes_xts_hw.pico cipher_aria.pico cipher_aria_ccm.pico cipher_aria_ccm_hw.pico cipher_aria_gcm.pico cipher_aria_gcm_hw.pico cipher_aria_hw.pico cipher_camellia.pico cipher_camellia_hw.pico cipher_chacha20.pico cipher_chacha20_hw.pico cipher_chacha20_poly1305.pico cipher_chacha20_poly1305_hw.pico cipher_cts.pico cipher_null.pico cipher_sm4.pico cipher_sm4_hw.pico cipher_tdes.pico cipher_tdes_common.pico cipher_tdes_default.pico cipher_tdes_default_hw.pico cipher_tdes_hw.pico cipher_tdes_wrap.pico cipher_tdes_wrap_hw.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico md5_prov.pico md5_sha1_prov.pico null_prov.pico ripemd_prov.pico sha2_prov.pico sha3_prov.pico sm3_prov.pico digestcommon.pico decode_der2key.pico decode_epki2pki.pico decode_msblob2key.pico decode_pem2der.pico decode_pvk2key.pico decode_spki2typespki.pico encode_key2any.pico encode_key2blob.pico encode_key2ms.pico encode_key2text.pico endecoder_common.pico dh_exch.pico ecdh_exch.pico ecx_exch.pico kdf_exch.pico hkdf.pico kbkdf.pico krb5kdf.pico pbkdf2.pico pbkdf2_fips.pico pkcs12kdf.pico scrypt.pico sshkdf.pico sskdf.pico tls1_prf.pico x942kdf.pico rsa_kem.pico dh_kmgmt.pico dsa_kmgmt.pico ec_kmgmt.pico ecx_kmgmt.pico kdf_legacy_kmgmt.pico mac_legacy_kmgmt.pico rsa_kmgmt.pico blake2b_mac.pico blake2s_mac.pico cmac_prov.pico gmac_prov.pico hmac_prov.pico kmac_prov.pico poly1305_prov.pico siphash_prov.pico crngt.pico drbg.pico drbg_ctr.pico drbg_hash.pico drbg_hmac.pico seed_src.pico test_rng.pico rand_cpu_x86.pico rand_tsc.pico rand_unix.pico rand_win.pico dsa_sig.pico ecdsa_sig.pico eddsa_sig.pico mac_legacy_sig.pico rsa_sig.pico sm2_sig.pico file_store.pico file_store_any2obj.pico s3_cbc.pico bio_prov.pico capabilities.pico digest_to_nid.pico provider_seeding.pico provider_util.pico securitycheck.pico securitycheck_default.pico provider_ctx.pico provider_err.pico der_rsa_sig.pico der_sm2_gen.pico der_sm2_key.pico der_sm2_sig.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico cipher_aes.pico cipher_aes_cbc_hmac_sha.pico cipher_aes_cbc_hmac_sha1_hw.pico cipher_aes_cbc_hmac_sha256_hw.pico cipher_aes_ccm.pico cipher_aes_ccm_hw.pico cipher_aes_gcm.pico cipher_aes_gcm_hw.pico cipher_aes_hw.pico cipher_aes_ocb.pico cipher_aes_ocb_hw.pico cipher_aes_siv.pico cipher_aes_siv_hw.pico cipher_aes_wrp.pico cipher_aes_xts.pico cipher_aes_xts_fips.pico cipher_aes_xts_hw.pico cipher_aria.pico cipher_aria_ccm.pico cipher_aria_ccm_hw.pico cipher_aria_gcm.pico cipher_aria_gcm_hw.pico cipher_aria_hw.pico cipher_camellia.pico cipher_camellia_hw.pico cipher_chacha20.pico cipher_chacha20_hw.pico cipher_chacha20_poly1305.pico cipher_chacha20_poly1305_hw.pico cipher_cts.pico cipher_null.pico cipher_sm4.pico cipher_sm4_hw.pico cipher_tdes.pico cipher_tdes_common.pico cipher_tdes_default.pico cipher_tdes_default_hw.pico cipher_tdes_hw.pico cipher_tdes_wrap.pico cipher_tdes_wrap_hw.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico md5_prov.pico md5_sha1_prov.pico null_prov.pico ripemd_prov.pico sha2_prov.pico sha3_prov.pico sm3_prov.pico digestcommon.pico tls_pad.pico aes-x86_64.pico.tmp aesni-mb-x86_64.pico.tmp aesni-sha1-x86_64.pico.tmp aesni-sha256-x86_64.pico.tmp aesni-x86_64.pico.tmp bsaes-x86_64.pico.tmp vpaes-x86_64.pico.tmp aes_cfb.pico.tmp aes_ecb.pico.tmp aes_ige.pico.tmp aes_misc.pico.tmp aes_ofb.pico.tmp aes_wrap.pico.tmp aria.pico.tmp a_bitstr.pico.tmp a_d2i_fp.pico.tmp a_digest.pico.tmp a_dup.pico.tmp a_gentm.pico.tmp a_i2d_fp.pico.tmp a_int.pico.tmp a_mbstr.pico.tmp a_object.pico.tmp a_octet.pico.tmp a_print.pico.tmp a_sign.pico.tmp a_strex.pico.tmp a_strnid.pico.tmp a_time.pico.tmp a_type.pico.tmp a_utctm.pico.tmp a_utf8.pico.tmp a_verify.pico.tmp ameth_lib.pico.tmp asn1_err.pico.tmp asn1_gen.pico.tmp asn1_item_list.pico.tmp asn1_lib.pico.tmp asn1_parse.pico.tmp asn_mime.pico.tmp asn_moid.pico.tmp asn_mstbl.pico.tmp asn_pack.pico.tmp bio_asn1.pico.tmp bio_ndef.pico.tmp d2i_param.pico.tmp d2i_pr.pico.tmp d2i_pu.pico.tmp evp_asn1.pico.tmp f_int.pico.tmp f_string.pico.tmp i2d_evp.pico.tmp n_pkey.pico.tmp nsseq.pico.tmp p5_pbe.pico.tmp p5_pbev2.pico.tmp p5_scrypt.pico.tmp p8_pkey.pico.tmp t_bitst.pico.tmp t_pkey.pico.tmp t_spki.pico.tmp tasn_dec.pico.tmp tasn_enc.pico.tmp tasn_fre.pico.tmp tasn_new.pico.tmp tasn_prn.pico.tmp tasn_scn.pico.tmp tasn_typ.pico.tmp tasn_utl.pico.tmp x_algor.pico.tmp x_bignum.pico.tmp x_info.pico.tmp x_int64.pico.tmp x_long.pico.tmp x_pkey.pico.tmp x_sig.pico.tmp x_spki.pico.tmp x_val.pico.tmp async.pico.tmp async_err.pico.tmp async_posix.pico.tmp async_wait.pico.tmp bf_enc.pico.tmp bf_cfb64.pico.tmp bf_ecb.pico.tmp bf_ofb64.pico.tmp bf_skey.pico.tmp bf_buff.pico.tmp bf_lbuf.pico.tmp bf_nbio.pico.tmp bf_null.pico.tmp bf_prefix.pico.tmp bf_readbuff.pico.tmp bio_addr.pico.tmp bio_cb.pico.tmp bio_dump.pico.tmp bio_err.pico.tmp bio_lib.pico.tmp bio_meth.pico.tmp bio_print.pico.tmp bio_sock.pico.tmp bio_sock2.pico.tmp bss_acpt.pico.tmp bss_bio.pico.tmp bss_conn.pico.tmp bss_core.pico.tmp bss_dgram.pico.tmp bss_fd.pico.tmp bss_file.pico.tmp bss_log.pico.tmp bss_mem.pico.tmp bss_null.pico.tmp bss_sock.pico.tmp ossl_core_bio.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp blake2b_mac.pico.tmp blake2s_mac.pico.tmp x86_64-gf2m.pico.tmp x86_64-mont.pico.tmp x86_64-mont5.pico.tmp rsaz-x86_64.pico.tmp rsaz-avx2.pico.tmp rsaz-avx512.pico.tmp x86_64-gcc.pico.tmp bn_add.pico.tmp bn_blind.pico.tmp bn_const.pico.tmp bn_conv.pico.tmp bn_ctx.pico.tmp bn_depr.pico.tmp bn_dh.pico.tmp bn_div.pico.tmp bn_err.pico.tmp bn_exp.pico.tmp bn_exp2.pico.tmp bn_gcd.pico.tmp bn_gf2m.pico.tmp bn_intern.pico.tmp bn_kron.pico.tmp bn_lib.pico.tmp bn_mod.pico.tmp bn_mont.pico.tmp bn_mpi.pico.tmp bn_mul.pico.tmp bn_nist.pico.tmp bn_prime.pico.tmp bn_print.pico.tmp bn_rand.pico.tmp bn_recp.pico.tmp bn_rsa_fips186_4.pico.tmp bn_shift.pico.tmp bn_sqr.pico.tmp bn_sqrt.pico.tmp bn_srp.pico.tmp bn_word.pico.tmp bn_x931p.pico.tmp rsaz_exp.pico.tmp rsaz_exp_x2.pico.tmp buf_err.pico.tmp buffer.pico.tmp cmll-x86_64.pico.tmp cmll_cfb.pico.tmp cmll_ctr.pico.tmp cmll_ecb.pico.tmp cmll_misc.pico.tmp cmll_ofb.pico.tmp c_enc.pico.tmp c_cfb64.pico.tmp c_ecb.pico.tmp c_ofb64.pico.tmp c_skey.pico.tmp chacha-x86_64.pico.tmp cmac.pico.tmp cmp_asn.pico.tmp cmp_client.pico.tmp cmp_ctx.pico.tmp cmp_err.pico.tmp cmp_hdr.pico.tmp cmp_http.pico.tmp cmp_msg.pico.tmp cmp_protect.pico.tmp cmp_server.pico.tmp cmp_status.pico.tmp cmp_util.pico.tmp cmp_vfy.pico.tmp cms_asn1.pico.tmp cms_att.pico.tmp cms_cd.pico.tmp cms_dd.pico.tmp cms_dh.pico.tmp cms_ec.pico.tmp cms_enc.pico.tmp cms_env.pico.tmp cms_err.pico.tmp cms_ess.pico.tmp cms_io.pico.tmp cms_kari.pico.tmp cms_lib.pico.tmp cms_pwri.pico.tmp cms_rsa.pico.tmp cms_sd.pico.tmp cms_smime.pico.tmp c_zlib.pico.tmp comp_err.pico.tmp comp_lib.pico.tmp conf_api.pico.tmp conf_def.pico.tmp conf_err.pico.tmp conf_lib.pico.tmp conf_mall.pico.tmp conf_mod.pico.tmp conf_sap.pico.tmp conf_ssl.pico.tmp crmf_asn.pico.tmp crmf_err.pico.tmp crmf_lib.pico.tmp crmf_pbm.pico.tmp asn1_dsa.pico.tmp bsearch.pico.tmp context.pico.tmp core_algorithm.pico.tmp core_fetch.pico.tmp core_namemap.pico.tmp cpt_err.pico.tmp cpuid.pico.tmp cryptlib.pico.tmp ctype.pico.tmp cversion.pico.tmp der_writer.pico.tmp ebcdic.pico.tmp ex_data.pico.tmp getenv.pico.tmp info.pico.tmp init.pico.tmp initthread.pico.tmp mem.pico.tmp mem_sec.pico.tmp o_dir.pico.tmp o_fopen.pico.tmp o_init.pico.tmp o_str.pico.tmp o_time.pico.tmp packet.pico.tmp param_build.pico.tmp param_build_set.pico.tmp params.pico.tmp params_dup.pico.tmp params_from_text.pico.tmp passphrase.pico.tmp provider.pico.tmp provider_child.pico.tmp provider_conf.pico.tmp provider_core.pico.tmp provider_predefined.pico.tmp punycode.pico.tmp self_test_core.pico.tmp sparse_array.pico.tmp threads_lib.pico.tmp threads_none.pico.tmp threads_pthread.pico.tmp threads_win.pico.tmp trace.pico.tmp uid.pico.tmp x86_64cpuid.pico.tmp ct_b64.pico.tmp ct_err.pico.tmp ct_log.pico.tmp ct_oct.pico.tmp ct_policy.pico.tmp ct_prn.pico.tmp ct_sct.pico.tmp ct_sct_ctx.pico.tmp ct_vfy.pico.tmp ct_x509v3.pico.tmp curve448.pico.tmp curve448_tables.pico.tmp eddsa.pico.tmp f_generic.pico.tmp f_impl32.pico.tmp f_impl64.pico.tmp scalar.pico.tmp des_enc.pico.tmp fcrypt_b.pico.tmp cbc_cksm.pico.tmp cbc_enc.pico.tmp cfb64ede.pico.tmp cfb64enc.pico.tmp cfb_enc.pico.tmp ecb3_enc.pico.tmp ecb_enc.pico.tmp fcrypt.pico.tmp ofb64ede.pico.tmp ofb64enc.pico.tmp ofb_enc.pico.tmp pcbc_enc.pico.tmp qud_cksm.pico.tmp rand_key.pico.tmp set_key.pico.tmp str2key.pico.tmp xcbc_enc.pico.tmp dh_ameth.pico.tmp dh_asn1.pico.tmp dh_backend.pico.tmp dh_check.pico.tmp dh_depr.pico.tmp dh_err.pico.tmp dh_gen.pico.tmp dh_group_params.pico.tmp dh_kdf.pico.tmp dh_key.pico.tmp dh_lib.pico.tmp dh_meth.pico.tmp dh_pmeth.pico.tmp dh_prn.pico.tmp dh_rfc5114.pico.tmp dsa_ameth.pico.tmp dsa_asn1.pico.tmp dsa_backend.pico.tmp dsa_check.pico.tmp dsa_depr.pico.tmp dsa_err.pico.tmp dsa_gen.pico.tmp dsa_key.pico.tmp dsa_lib.pico.tmp dsa_meth.pico.tmp dsa_ossl.pico.tmp dsa_pmeth.pico.tmp dsa_prn.pico.tmp dsa_sign.pico.tmp dsa_vrf.pico.tmp dso_dl.pico.tmp dso_dlfcn.pico.tmp dso_err.pico.tmp dso_lib.pico.tmp dso_openssl.pico.tmp dso_vms.pico.tmp dso_win32.pico.tmp ecp_nistz256-x86_64.pico.tmp x25519-x86_64.pico.tmp curve25519.pico.tmp ec2_oct.pico.tmp ec2_smpl.pico.tmp ec_ameth.pico.tmp ec_asn1.pico.tmp ec_backend.pico.tmp ec_check.pico.tmp ec_curve.pico.tmp ec_cvt.pico.tmp ec_deprecated.pico.tmp ec_err.pico.tmp ec_key.pico.tmp ec_kmeth.pico.tmp ec_lib.pico.tmp ec_mult.pico.tmp ec_oct.pico.tmp ec_pmeth.pico.tmp ec_print.pico.tmp ecdh_kdf.pico.tmp ecdh_ossl.pico.tmp ecdsa_ossl.pico.tmp ecdsa_sign.pico.tmp ecdsa_vrf.pico.tmp eck_prn.pico.tmp ecp_mont.pico.tmp ecp_nist.pico.tmp ecp_oct.pico.tmp ecp_smpl.pico.tmp ecx_backend.pico.tmp ecx_key.pico.tmp ecx_meth.pico.tmp ecp_nistz256.pico.tmp decoder_err.pico.tmp decoder_lib.pico.tmp decoder_meth.pico.tmp decoder_pkey.pico.tmp encoder_err.pico.tmp encoder_lib.pico.tmp encoder_meth.pico.tmp encoder_pkey.pico.tmp decode_der2key.pico.tmp eng_all.pico.tmp eng_cnf.pico.tmp eng_ctrl.pico.tmp eng_dyn.pico.tmp eng_err.pico.tmp eng_fat.pico.tmp eng_init.pico.tmp eng_lib.pico.tmp eng_list.pico.tmp eng_openssl.pico.tmp eng_pkey.pico.tmp eng_rdrand.pico.tmp eng_table.pico.tmp tb_asnmth.pico.tmp tb_cipher.pico.tmp tb_dh.pico.tmp tb_digest.pico.tmp tb_dsa.pico.tmp tb_eckey.pico.tmp tb_pkmeth.pico.tmp tb_rand.pico.tmp tb_rsa.pico.tmp err.pico.tmp err_all.pico.tmp err_all_legacy.pico.tmp err_blocks.pico.tmp err_prn.pico.tmp ess_asn1.pico.tmp ess_err.pico.tmp ess_lib.pico.tmp asymcipher.pico.tmp bio_b64.pico.tmp bio_enc.pico.tmp bio_md.pico.tmp bio_ok.pico.tmp c_allc.pico.tmp c_alld.pico.tmp cmeth_lib.pico.tmp ctrl_params_translate.pico.tmp dh_ctrl.pico.tmp dh_support.pico.tmp digest.pico.tmp dsa_ctrl.pico.tmp e_aes.pico.tmp e_aes_cbc_hmac_sha1.pico.tmp e_aes_cbc_hmac_sha256.pico.tmp e_aria.pico.tmp e_bf.pico.tmp e_camellia.pico.tmp e_cast.pico.tmp e_chacha20_poly1305.pico.tmp e_des.pico.tmp e_des3.pico.tmp e_idea.pico.tmp e_null.pico.tmp e_old.pico.tmp e_rc2.pico.tmp e_rc4.pico.tmp e_rc4_hmac_md5.pico.tmp e_rc5.pico.tmp e_seed.pico.tmp e_sm4.pico.tmp e_xcbc_d.pico.tmp ec_ctrl.pico.tmp ec_support.pico.tmp encode.pico.tmp evp_cnf.pico.tmp evp_enc.pico.tmp evp_err.pico.tmp evp_fetch.pico.tmp evp_key.pico.tmp evp_lib.pico.tmp evp_pbe.pico.tmp evp_pkey.pico.tmp evp_rand.pico.tmp evp_utils.pico.tmp exchange.pico.tmp kdf_lib.pico.tmp kdf_meth.pico.tmp kem.pico.tmp keymgmt_lib.pico.tmp keymgmt_meth.pico.tmp legacy_blake2.pico.tmp legacy_md4.pico.tmp legacy_md5.pico.tmp legacy_md5_sha1.pico.tmp legacy_mdc2.pico.tmp legacy_ripemd.pico.tmp legacy_sha.pico.tmp legacy_wp.pico.tmp m_null.pico.tmp m_sigver.pico.tmp mac_lib.pico.tmp mac_meth.pico.tmp names.pico.tmp p5_crpt.pico.tmp p5_crpt2.pico.tmp p_dec.pico.tmp p_enc.pico.tmp p_legacy.pico.tmp p_lib.pico.tmp p_open.pico.tmp p_seal.pico.tmp p_sign.pico.tmp p_verify.pico.tmp pbe_scrypt.pico.tmp pmeth_check.pico.tmp pmeth_gn.pico.tmp pmeth_lib.pico.tmp signature.pico.tmp ffc_backend.pico.tmp ffc_dh.pico.tmp ffc_key_generate.pico.tmp ffc_key_validate.pico.tmp ffc_params.pico.tmp ffc_params_generate.pico.tmp ffc_params_validate.pico.tmp hmac.pico.tmp http_client.pico.tmp http_err.pico.tmp http_lib.pico.tmp i_cbc.pico.tmp i_cfb64.pico.tmp i_ecb.pico.tmp i_ofb64.pico.tmp i_skey.pico.tmp kdf_err.pico.tmp lh_stats.pico.tmp lhash.pico.tmp md4_dgst.pico.tmp md4_one.pico.tmp md5-x86_64.pico.tmp md5_dgst.pico.tmp md5_one.pico.tmp md5_sha1.pico.tmp mdc2_one.pico.tmp mdc2dgst.pico.tmp aesni-gcm-x86_64.pico.tmp ghash-x86_64.pico.tmp cbc128.pico.tmp ccm128.pico.tmp cfb128.pico.tmp ctr128.pico.tmp cts128.pico.tmp gcm128.pico.tmp ocb128.pico.tmp ofb128.pico.tmp siv128.pico.tmp wrap128.pico.tmp xts128.pico.tmp o_names.pico.tmp obj_dat.pico.tmp obj_err.pico.tmp obj_lib.pico.tmp obj_xref.pico.tmp ocsp_asn.pico.tmp ocsp_cl.pico.tmp ocsp_err.pico.tmp ocsp_ext.pico.tmp ocsp_http.pico.tmp ocsp_lib.pico.tmp ocsp_prn.pico.tmp ocsp_srv.pico.tmp ocsp_vfy.pico.tmp v3_ocsp.pico.tmp pem_all.pico.tmp pem_err.pico.tmp pem_info.pico.tmp pem_lib.pico.tmp pem_oth.pico.tmp pem_pk8.pico.tmp pem_pkey.pico.tmp pem_sign.pico.tmp pem_x509.pico.tmp pem_xaux.pico.tmp pvkfmt.pico.tmp p12_add.pico.tmp p12_asn.pico.tmp p12_attr.pico.tmp p12_crpt.pico.tmp p12_crt.pico.tmp p12_decr.pico.tmp p12_init.pico.tmp p12_key.pico.tmp p12_kiss.pico.tmp p12_mutl.pico.tmp p12_npas.pico.tmp p12_p8d.pico.tmp p12_p8e.pico.tmp p12_sbag.pico.tmp p12_utl.pico.tmp pk12err.pico.tmp bio_pk7.pico.tmp pk7_asn1.pico.tmp pk7_attr.pico.tmp pk7_doit.pico.tmp pk7_lib.pico.tmp pk7_mime.pico.tmp pk7_smime.pico.tmp pkcs7err.pico.tmp poly1305-x86_64.pico.tmp poly1305.pico.tmp pqueue.pico.tmp defn_cache.pico.tmp property.pico.tmp property_err.pico.tmp property_parse.pico.tmp property_query.pico.tmp property_string.pico.tmp baseprov.pico.tmp defltprov.pico.tmp nullprov.pico.tmp prov_running.pico.tmp prov_seed.pico.tmp rand_deprecated.pico.tmp rand_err.pico.tmp rand_lib.pico.tmp rand_meth.pico.tmp rand_pool.pico.tmp randfile.pico.tmp rc2_cbc.pico.tmp rc2_ecb.pico.tmp rc2_skey.pico.tmp rc2cfb64.pico.tmp rc2ofb64.pico.tmp rc4-md5-x86_64.pico.tmp rc4-x86_64.pico.tmp rmd_dgst.pico.tmp rmd_one.pico.tmp rsa_ameth.pico.tmp rsa_asn1.pico.tmp rsa_backend.pico.tmp rsa_chk.pico.tmp rsa_crpt.pico.tmp rsa_depr.pico.tmp rsa_err.pico.tmp rsa_gen.pico.tmp rsa_lib.pico.tmp rsa_meth.pico.tmp rsa_mp.pico.tmp rsa_mp_names.pico.tmp rsa_none.pico.tmp rsa_oaep.pico.tmp rsa_ossl.pico.tmp rsa_pk1.pico.tmp rsa_pmeth.pico.tmp rsa_prn.pico.tmp rsa_pss.pico.tmp rsa_saos.pico.tmp rsa_schemes.pico.tmp rsa_sign.pico.tmp rsa_sp800_56b_check.pico.tmp rsa_sp800_56b_gen.pico.tmp rsa_x931.pico.tmp rsa_x931g.pico.tmp seed.pico.tmp seed_cbc.pico.tmp seed_cfb.pico.tmp seed_ecb.pico.tmp seed_ofb.pico.tmp sha1-x86_64.pico.tmp sha1-mb-x86_64.pico.tmp keccak1600-x86_64.pico.tmp sha1dgst.pico.tmp sha3.pico.tmp libc-sha1.pico.tmp libc-sha512.pico.tmp libc-sha256.pico.tmp libc-sha2xx.pico.tmp siphash.pico.tmp sm2_crypt.pico.tmp sm2_err.pico.tmp sm2_key.pico.tmp sm2_sign.pico.tmp legacy_sm3.pico.tmp sm3.pico.tmp sm4.pico.tmp srp_lib.pico.tmp srp_vfy.pico.tmp stack.pico.tmp store_err.pico.tmp store_init.pico.tmp store_lib.pico.tmp store_meth.pico.tmp store_register.pico.tmp store_result.pico.tmp store_strings.pico.tmp ts_asn1.pico.tmp ts_conf.pico.tmp ts_err.pico.tmp ts_lib.pico.tmp ts_req_print.pico.tmp ts_req_utils.pico.tmp ts_rsp_print.pico.tmp ts_rsp_sign.pico.tmp ts_rsp_utils.pico.tmp ts_rsp_verify.pico.tmp ts_verify_ctx.pico.tmp txt_db.pico.tmp ui_err.pico.tmp ui_lib.pico.tmp ui_null.pico.tmp ui_openssl.pico.tmp ui_util.pico.tmp wp-x86_64.pico.tmp wp_dgst.pico.tmp by_dir.pico.tmp by_file.pico.tmp by_store.pico.tmp pcy_cache.pico.tmp pcy_data.pico.tmp pcy_lib.pico.tmp pcy_map.pico.tmp pcy_node.pico.tmp pcy_tree.pico.tmp t_crl.pico.tmp t_req.pico.tmp t_x509.pico.tmp v3_addr.pico.tmp v3_admis.pico.tmp v3_akeya.pico.tmp v3_akid.pico.tmp v3_asid.pico.tmp v3_bcons.pico.tmp v3_bitst.pico.tmp v3_conf.pico.tmp v3_cpols.pico.tmp v3_crld.pico.tmp v3_enum.pico.tmp v3_extku.pico.tmp v3_genn.pico.tmp v3_ia5.pico.tmp v3_info.pico.tmp v3_int.pico.tmp v3_ist.pico.tmp v3_lib.pico.tmp v3_ncons.pico.tmp v3_pci.pico.tmp v3_pcia.pico.tmp v3_pcons.pico.tmp v3_pku.pico.tmp v3_pmaps.pico.tmp v3_prn.pico.tmp v3_purp.pico.tmp v3_san.pico.tmp v3_skid.pico.tmp v3_sxnet.pico.tmp v3_tlsf.pico.tmp v3_utf8.pico.tmp v3_utl.pico.tmp v3err.pico.tmp x509_att.pico.tmp x509_cmp.pico.tmp x509_d2.pico.tmp x509_def.pico.tmp x509_err.pico.tmp x509_ext.pico.tmp x509_lu.pico.tmp x509_meth.pico.tmp x509_obj.pico.tmp x509_r2x.pico.tmp x509_req.pico.tmp x509_set.pico.tmp x509_trust.pico.tmp x509_txt.pico.tmp x509_v3.pico.tmp x509_vfy.pico.tmp x509_vpm.pico.tmp x509cset.pico.tmp x509name.pico.tmp x509rset.pico.tmp x509spki.pico.tmp x509type.pico.tmp x_all.pico.tmp x_attrib.pico.tmp x_crl.pico.tmp x_exten.pico.tmp x_name.pico.tmp x_pubkey.pico.tmp x_req.pico.tmp x_x509.pico.tmp x_x509a.pico.tmp bio_prov.pico.tmp capabilities.pico.tmp digest_to_nid.pico.tmp provider_seeding.pico.tmp provider_util.pico.tmp securitycheck.pico.tmp securitycheck_default.pico.tmp provider_ctx.pico.tmp provider_err.pico.tmp der_rsa_sig.pico.tmp der_sm2_gen.pico.tmp der_sm2_key.pico.tmp der_sm2_sig.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp rsa_enc.pico.tmp sm2_enc.pico.tmp cipher_aes.pico.tmp cipher_aes_cbc_hmac_sha.pico.tmp cipher_aes_cbc_hmac_sha1_hw.pico.tmp cipher_aes_cbc_hmac_sha256_hw.pico.tmp cipher_aes_ccm.pico.tmp cipher_aes_ccm_hw.pico.tmp cipher_aes_gcm.pico.tmp cipher_aes_gcm_hw.pico.tmp cipher_aes_hw.pico.tmp cipher_aes_ocb.pico.tmp cipher_aes_ocb_hw.pico.tmp cipher_aes_siv.pico.tmp cipher_aes_siv_hw.pico.tmp cipher_aes_wrp.pico.tmp cipher_aes_xts.pico.tmp cipher_aes_xts_fips.pico.tmp cipher_aes_xts_hw.pico.tmp cipher_aria.pico.tmp cipher_aria_ccm.pico.tmp cipher_aria_ccm_hw.pico.tmp cipher_aria_gcm.pico.tmp cipher_aria_gcm_hw.pico.tmp cipher_aria_hw.pico.tmp cipher_camellia.pico.tmp cipher_camellia_hw.pico.tmp cipher_chacha20.pico.tmp cipher_chacha20_hw.pico.tmp cipher_chacha20_poly1305.pico.tmp cipher_chacha20_poly1305_hw.pico.tmp cipher_cts.pico.tmp cipher_null.pico.tmp cipher_sm4.pico.tmp cipher_sm4_hw.pico.tmp cipher_tdes.pico.tmp cipher_tdes_common.pico.tmp cipher_tdes_default.pico.tmp cipher_tdes_default_hw.pico.tmp cipher_tdes_hw.pico.tmp cipher_tdes_wrap.pico.tmp cipher_tdes_wrap_hw.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp md5_prov.pico.tmp md5_sha1_prov.pico.tmp null_prov.pico.tmp ripemd_prov.pico.tmp sha2_prov.pico.tmp sha3_prov.pico.tmp sm3_prov.pico.tmp digestcommon.pico.tmp decode_der2key.pico.tmp decode_epki2pki.pico.tmp decode_msblob2key.pico.tmp decode_pem2der.pico.tmp decode_pvk2key.pico.tmp decode_spki2typespki.pico.tmp encode_key2any.pico.tmp encode_key2blob.pico.tmp encode_key2ms.pico.tmp encode_key2text.pico.tmp endecoder_common.pico.tmp dh_exch.pico.tmp ecdh_exch.pico.tmp ecx_exch.pico.tmp kdf_exch.pico.tmp hkdf.pico.tmp kbkdf.pico.tmp krb5kdf.pico.tmp pbkdf2.pico.tmp pbkdf2_fips.pico.tmp pkcs12kdf.pico.tmp scrypt.pico.tmp sshkdf.pico.tmp sskdf.pico.tmp tls1_prf.pico.tmp x942kdf.pico.tmp rsa_kem.pico.tmp dh_kmgmt.pico.tmp dsa_kmgmt.pico.tmp ec_kmgmt.pico.tmp ecx_kmgmt.pico.tmp kdf_legacy_kmgmt.pico.tmp mac_legacy_kmgmt.pico.tmp rsa_kmgmt.pico.tmp blake2b_mac.pico.tmp blake2s_mac.pico.tmp cmac_prov.pico.tmp gmac_prov.pico.tmp hmac_prov.pico.tmp kmac_prov.pico.tmp poly1305_prov.pico.tmp siphash_prov.pico.tmp crngt.pico.tmp drbg.pico.tmp drbg_ctr.pico.tmp drbg_hash.pico.tmp drbg_hmac.pico.tmp seed_src.pico.tmp test_rng.pico.tmp rand_cpu_x86.pico.tmp rand_tsc.pico.tmp rand_unix.pico.tmp rand_win.pico.tmp dsa_sig.pico.tmp ecdsa_sig.pico.tmp eddsa_sig.pico.tmp mac_legacy_sig.pico.tmp rsa_sig.pico.tmp sm2_sig.pico.tmp file_store.pico.tmp file_store_any2obj.pico.tmp s3_cbc.pico.tmp bio_prov.pico.tmp capabilities.pico.tmp digest_to_nid.pico.tmp provider_seeding.pico.tmp provider_util.pico.tmp securitycheck.pico.tmp securitycheck_default.pico.tmp provider_ctx.pico.tmp provider_err.pico.tmp der_rsa_sig.pico.tmp der_sm2_gen.--- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f .depend application.d atffile.d config.d config_file.d env.d exceptions.d expand.d fs.d io.d parser.d process.d reader.d requirements.d signals.d test-program.d text.d timers.d ui.d user.d application.d.tmp atffile.d.tmp config.d.tmp config_file.d.tmp env.d.tmp exceptions.d.tmp expand.d.tmp fs.d.tmp io.d.tmp parser.d.tmp process.d.tmp reader.d.tmp requirements.d.tmp signals.d.tmp test-program.d.tmp text.d.tmp timers.d.tmp ui.d.tmp user.d.tmp tags || true) --- cleandir-lib --- pico.tmp der_sm2_key.pico.tmp der_sm2_sig.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp cipher_aes.pico.tmp cipher_aes_cbc_hmac_sha.pico.tmp cipher_aes_cbc_hmac_sha1_hw.pico.tmp cipher_aes_cbc_hmac_sha256_hw.pico.tmp cipher_aes_ccm.pico.tmp cipher_aes_ccm_hw.pico.tmp cipher_aes_gcm.pico.tmp cipher_aes_gcm_hw.pico.tmp cipher_aes_hw.pico.tmp cipher_aes_ocb.pico.tmp cipher_aes_ocb_hw.pico.tmp cipher_aes_siv.pico.tmp cipher_aes_siv_hw.pico.tmp cipher_aes_wrp.pico.tmp cipher_aes_xts.pico.tmp cipher_aes_xts_fips.pico.tmp cipher_aes_xts_hw.pico.tmp cipher_aria.pico.tmp cipher_aria_ccm.pico.tmp cipher_aria_ccm_hw.pico.tmp cipher_aria_gcm.pico.tmp cipher_aria_gcm_hw.pico.tmp cipher_aria_hw.pico.tmp cipher_camellia.pico.tmp cipher_camellia_hw.pico.tmp cipher_chacha20.pico.tmp cipher_chacha20_hw.pico.tmp cipher_chacha20_poly1305.pico.tmp cipher_chacha20_poly1305_hw.pico.tmp cipher_cts.pico.tmp cipher_null.pico.tmp cipher_sm4.pico.tmp cipher_sm4_hw.pico.tmp cipher_tdes.pico.tmp cipher_tdes_common.pico.tmp cipher_tdes_default.pico.tmp cipher_tdes_default_hw.pico.tmp cipher_tdes_hw.pico.tmp cipher_tdes_wrap.pico.tmp cipher_tdes_wrap_hw.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp md5_prov.pico.tmp md5_sha1_prov.pico.tmp null_prov.pico.tmp ripemd_prov.pico.tmp sha2_prov.pico.tmp sha3_prov.pico.tmp sm3_prov.pico.tmp digestcommon.pico.tmp tls_pad.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f .depend application.d atffile.d config.d config_file.d env.d exceptions.d expand.d fs.d io.d parser.d process.d reader.d requirements.d signals.d test-program.d text.d timers.d ui.d user.d application.d.tmp atffile.d.tmp config.d.tmp config_file.d.tmp env.d.tmp exceptions.d.tmp expand.d.tmp fs.d.tmp io.d.tmp parser.d.tmp process.d.tmp reader.d.tmp requirements.d.tmp signals.d.tmp test-program.d.tmp text.d.tmp timers.d.tmp ui.d.tmp user.d.tmp tags || true) --- cleandir-libexec --- cleandir ===> external/bsd/atf/libexec --- cleandir-atf-check --- cleandir ===> external/bsd/atf/libexec/atf-check --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_pic.a libcrypto.so.* libcrypto.so aes-x86_64.pico aesni-mb-x86_64.pico aesni-sha1-x86_64.pico aesni-sha256-x86_64.pico aesni-x86_64.pico bsaes-x86_64.pico vpaes-x86_64.pico aes_cfb.pico aes_ecb.pico aes_ige.pico aes_misc.pico aes_ofb.pico aes_wrap.pico aria.pico a_bitstr.pico a_d2i_fp.pico a_digest.pico a_dup.pico a_gentm.pico a_i2d_fp.pico a_int.pico a_mbstr.pico a_object.pico a_octet.pico a_print.pico a_sign.pico a_strex.pico a_strnid.pico a_time.pico a_type.pico a_utctm.pico a_utf8.pico a_verify.pico ameth_lib.pico asn1_err.pico asn1_gen.pico asn1_item_list.pico asn1_lib.pico asn1_parse.pico asn_mime.pico asn_moid.pico asn_mstbl.pico asn_pack.pico bio_asn1.pico bio_ndef.pico d2i_param.pico d2i_pr.pico d2i_pu.pico evp_asn1.pico f_int.pico f_string.pico i2d_evp.pico n_pkey.pico nsseq.pico p5_pbe.pico p5_pbev2.pico p5_scrypt.pico p8_pkey.pico t_bitst.pico t_pkey.pico t_spki.pico tasn_dec.pico tasn_enc.pico tasn_fre.pico tasn_new.pico tasn_prn.pico tasn_scn.pico tasn_typ.pico tasn_utl.pico x_algor.pico x_bignum.pico x_info.pico x_int64.pico x_long.pico x_pkey.pico x_sig.pico x_spki.pico x_val.pico async.pico async_err.pico async_posix.pico async_wait.pico bf_enc.pico bf_cfb64.pico bf_ecb.pico bf_ofb64.pico bf_skey.pico bf_buff.pico bf_lbuf.pico bf_nbio.pico bf_null.pico bf_prefix.pico bf_readbuff.pico bio_addr.pico bio_cb.pico bio_dump.pico bio_err.pico bio_lib.pico bio_meth.pico bio_print.pico bio_sock.pico bio_sock2.pico bss_acpt.pico bss_bio.pico bss_conn.pico bss_core.pico bss_dgram.pico bss_fd.pico bss_file.pico bss_log.pico bss_mem.pico bss_null.pico bss_sock.pico ossl_core_bio.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico blake2b_mac.pico blake2s_mac.pico x86_64-gf2m.pico x86_64-mont.pico x86_64-mont5.pico rsaz-x86_64.pico rsaz-avx2.pico rsaz-avx512.pico x86_64-gcc.pico bn_add.pico bn_blind.pico bn_const.pico bn_conv.pico bn_ctx.pico bn_depr.pico bn_dh.pico bn_div.pico bn_err.pico bn_exp.pico bn_exp2.pico bn_gcd.pico bn_gf2m.pico bn_intern.pico bn_kron.pico bn_lib.pico bn_mod.pico bn_mont.pico bn_mpi.pico bn_mul.pico bn_nist.pico bn_prime.pico bn_print.pico bn_rand.pico bn_recp.pico bn_rsa_fips186_4.pico bn_shift.pico bn_sqr.pico bn_sqrt.pico bn_srp.pico bn_word.pico bn_x931p.pico rsaz_exp.pico rsaz_exp_x2.pico buf_err.pico buffer.pico cmll-x86_64.pico cmll_cfb.pico cmll_ctr.pico cmll_ecb.pico cmll_misc.pico cmll_ofb.pico c_enc.pico c_cfb64.pico c_ecb.pico c_ofb64.pico c_skey.pico chacha-x86_64.pico cmac.pico cmp_asn.pico cmp_client.pico cmp_ctx.pico cmp_err.pico cmp_hdr.pico cmp_http.pico cmp_msg.pico cmp_protect.pico cmp_server.pico cmp_status.pico cmp_util.pico cmp_vfy.pico cms_asn1.pico cms_att.pico cms_cd.pico cms_dd.pico cms_dh.pico cms_ec.pico cms_enc.pico cms_env.pico cms_err.pico cms_ess.pico cms_io.pico cms_kari.pico cms_lib.pico cms_pwri.pico cms_rsa.pico cms_sd.pico cms_smime.pico c_zlib.pico comp_err.pico comp_lib.pico conf_api.pico conf_def.pico conf_err.pico conf_lib.pico conf_mall.pico conf_mod.pico conf_sap.pico conf_ssl.pico crmf_asn.pico crmf_err.pico crmf_lib.pico crmf_pbm.pico asn1_dsa.pico bsearch.pico context.pico core_algorithm.pico core_fetch.pico core_namemap.pico cpt_err.pico cpuid.pico cryptlib.pico ctype.pico cversion.pico der_writer.pico ebcdic.pico ex_data.pico getenv.pico info.pico init.pico initthread.pico mem.pico mem_sec.pico o_dir.pico o_fopen.pico o_init.pico o_str.pico o_time.pico packet.pico param_build.pico param_build_set.pico params.pico params_dup.pico params_from_text.pico passphrase.pico provider.pico provider_child.pico provider_conf.pico provider_core.pico provider_predefined.pico punycode.pico self_test_core.pico sparse_array.pico threads_lib.pico threads_none.pico threads_pthread.pico threads_win.pico trace.pico uid.pico x86_64cpuid.pico ct_b64.pico ct_err.pico ct_log.pico ct_oct.pico ct_policy.pico ct_prn.pico ct_sct.pico ct_sct_ctx.pico ct_vfy.pico ct_x509v3.pico curve448.pico curve448_tables.pico eddsa.pico f_generic.pico f_impl32.pico f_impl64.pico scalar.pico des_enc.pico fcrypt_b.pico cbc_cksm.pico cbc_enc.pico cfb64ede.pico cfb64enc.pico cfb_enc.pico ecb3_enc.pico ecb_enc.pico fcrypt.pico ofb64ede.pico ofb64enc.pico ofb_enc.pico pcbc_enc.pico qud_cksm.pico rand_key.pico set_key.pico str2key.pico xcbc_enc.pico dh_ameth.pico dh_asn1.pico dh_backend.pico dh_check.pico dh_depr.pico dh_err.pico dh_gen.pico dh_group_params.pico dh_kdf.pico dh_key.pico dh_lib.pico dh_meth.pico dh_pmeth.pico dh_prn.pico dh_rfc5114.pico dsa_ameth.pico dsa_asn1.pico dsa_backend.pico dsa_check.pico dsa_depr.pico dsa_err.pico dsa_gen.pico dsa_key.pico dsa_lib.pico dsa_meth.pico dsa_ossl.pico dsa_pmeth.pico dsa_prn.pico dsa_sign.pico dsa_vrf.pico dso_dl.pico dso_dlfcn.pico dso_err.pico dso_lib.pico dso_openssl.pico dso_vms.pico dso_win32.pico ecp_nistz256-x86_64.pico x25519-x86_64.pico curve25519.pico ec2_oct.pico ec2_smpl.pico ec_ameth.pico ec_asn1.pico ec_backend.pico ec_check.pico ec_curve.pico ec_cvt.pico ec_deprecated.pico ec_err.pico ec_key.pico ec_kmeth.pico ec_lib.pico ec_mult.pico ec_oct.pico ec_pmeth.pico ec_print.pico ecdh_kdf.pico ecdh_ossl.pico ecdsa_ossl.pico ecdsa_sign.pico ecdsa_vrf.pico eck_prn.pico ecp_mont.pico ecp_nist.pico ecp_oct.pico ecp_smpl.pico ecx_backend.pico ecx_key.pico ecx_meth.pico ecp_nistz256.pico decoder_err.pico decoder_lib.pico decoder_meth.pico decoder_pkey.pico encoder_err.pico encoder_lib.pico encoder_meth.pico encoder_pkey.pico decode_der2key.pico eng_all.pico eng_cnf.pico eng_ctrl.pico eng_dyn.pico eng_err.pico eng_fat.pico eng_init.pico eng_lib.pico eng_list.pico eng_openssl.pico eng_pkey.pico eng_rdrand.pico eng_table.pico tb_asnmth.pico tb_cipher.pico tb_dh.pico tb_digest.pico tb_dsa.pico tb_eckey.pico tb_pkmeth.pico tb_rand.pico tb_rsa.pico err.pico err_all.pico err_all_legacy.pico err_blocks.pico err_prn.pico ess_asn1.pico ess_err.pico ess_lib.pico asymcipher.pico bio_b64.pico bio_enc.pico bio_md.pico bio_ok.pico c_allc.pico c_alld.pico cmeth_lib.pico ctrl_params_translate.pico dh_ctrl.pico dh_support.pico digest.pico dsa_ctrl.pico e_aes.pico e_aes_cbc_hmac_sha1.pico e_aes_cbc_hmac_sha256.pico e_aria.pico e_bf.pico e_camellia.pico e_cast.pico e_chacha20_poly1305.pico e_des.pico e_des3.pico e_idea.pico e_null.pico e_old.pico e_rc2.pico e_rc4.pico e_rc4_hmac_md5.pico e_rc5.pico e_seed.pico e_sm4.pico e_xcbc_d.pico ec_ctrl.pico ec_support.pico encode.pico evp_cnf.pico evp_enc.pico evp_err.pico evp_fetch.pico evp_key.pico evp_lib.pico evp_pbe.pico evp_pkey.pico evp_rand.pico evp_utils.pico exchange.pico kdf_lib.pico kdf_meth.pico kem.pico keymgmt_lib.pico keymgmt_meth.pico legacy_blake2.pico legacy_md4.pico legacy_md5.pico legacy_md5_sha1.pico legacy_mdc2.pico legacy_ripemd.pico legacy_sha.pico legacy_wp.pico m_null.pico m_sigver.pico mac_lib.pico mac_meth.pico names.pico p5_crpt.pico p5_crpt2.pico p_dec.pico p_enc.pico p_legacy.pico p_lib.pico p_open.pico p_seal.pico p_sign.pico p_verify.pico pbe_scrypt.pico pmeth_check.pico pmeth_gn.pico pmeth_lib.pico signature.pico ffc_backend.pico ffc_dh.pico ffc_key_generate.pico ffc_key_validate.pico ffc_params.pico ffc_params_generate.pico ffc_params_validate.pico hmac.pico http_client.pico http_err.pico http_lib.pico i_cbc.pico i_cfb64.pico i_ecb.pico i_ofb64.pico i_skey.pico kdf_err.pico lh_stats.pico lhash.pico md4_dgst.pico md4_one.pico md5-x86_64.pico md5_dgst.pico md5_one.pico md5_sha1.pico mdc2_one.pico mdc2dgst.pico aesni-gcm-x86_64.pico ghash-x86_64.pico cbc128.pico ccm128.pico cfb128.pico ctr128.pico cts128.pico gcm128.pico ocb128.pico ofb128.pico siv128.pico wrap128.pico xts128.pico o_names.pico obj_dat.pico obj_err.pico obj_lib.pico obj_xref.pico ocsp_asn.pico ocsp_cl.pico ocsp_err.pico ocsp_ext.pico ocsp_http.pico ocsp_lib.pico ocsp_prn.pico ocsp_srv.pico ocsp_vfy.pico v3_ocsp.pico pem_all.pico pem_err.pico pem_info.pico pem_lib.pico pem_oth.pico pem_pk8.pico pem_pkey.pico pem_sign.pico pem_x509.pico pem_xaux.pico pvkfmt.pico p12_add.pico p12_asn.pico p12_attr.pico p12_crpt.pico p12_crt.pico p12_decr.pico p12_init.pico p12_key.pico p12_kiss.pico p12_mutl.pico p12_npas.pico p12_p8d.pico p12_p8e.pico p12_sbag.pico p12_utl.pico pk12err.pico bio_pk7.pico pk7_asn1.pico pk7_attr.pico pk7_doit.pico pk7_lib.pico pk7_mime.pico pk7_smime.pico pkcs7err.pico poly1305-x86_64.pico poly1305.pico pqueue.pico defn_cache.pico property.pico property_err.pico property_parse.pico property_query.pico property_string.pico baseprov.pico defltprov.pico nullprov.pico prov_running.pico prov_seed.pico rand_deprecated.pico rand_err.pico rand_lib.pico rand_meth.pico rand_pool.pico randfile.pico rc2_cbc.pico rc2_ecb.pico rc2_skey.pico rc2cfb64.pico rc2ofb64.pico rc4-md5-x86_64.pico rc4-x86_64.pico rmd_dgst.pico rmd_one.pico rsa_ameth.pico rsa_asn1.pico rsa_backend.pico rsa_chk.pico rsa_crpt.pico rsa_depr.pico rsa_err.pico rsa_gen.pico rsa_lib.pico rsa_meth.pico rsa_mp.pico rsa_mp_names.pico rsa_none.pico rsa_oaep.pico rsa_ossl.pico rsa_pk1.pico rsa_pmeth.pico rsa_prn.pico rsa_pss.pico rsa_saos.pico rsa_schemes.pico rsa_sign.pico rsa_sp800_56b_check.pico rsa_sp800_56b_gen.pico rsa_x931.pico rsa_x931g.pico seed.pico seed_cbc.pico seed_cfb.pico seed_ecb.pico seed_ofb.pico sha1-x86_64.pico sha1-mb-x86_64.pico keccak1600-x86_64.pico sha1dgst.pico sha3.pico libc-sha1.pico libc-sha512.pico libc-sha256.pico libc-sha2xx.pico siphash.pico sm2_crypt.pico sm2_err.pico sm2_key.pico sm2_sign.pico legacy_sm3.pico sm3.pico sm4.pico srp_lib.pico srp_vfy.pico stack.pico store_err.pico store_init.pico store_lib.pico store_meth.pico store_register.pico store_result.pico store_strings.pico ts_asn1.pico ts_conf.pico ts_err.pico ts_lib.pico ts_req_print.pico ts_req_utils.pico ts_rsp_print.pico ts_rsp_sign.pico ts_rsp_utils.pico ts_rsp_verify.pico ts_verify_ctx.pico txt_db.pico ui_err.pico ui_lib.pico ui_null.pico ui_openssl.pico ui_util.pico wp-x86_64.pico wp_dgst.pico by_dir.pico by_file.pico by_store.pico pcy_cache.pico pcy_data.pico pcy_lib.pico pcy_map.pico pcy_node.pico pcy_tree.pico t_crl.pico t_req.pico t_x509.pico v3_addr.pico v3_admis.pico v3_akeya.pico v3_akid.pico v3_asid.pico v3_bcons.pico v3_bitst.pico v3_conf.pico v3_cpols.pico v3_crld.pico v3_enum.pico v3_extku.pico v3_genn.pico v3_ia5.pico v3_info.pico v3_int.pico v3_ist.pico v3_lib.pico v3_ncons.pico v3_pci.pico v3_pcia.pico v3_pcons.pico v3_pku.pico v3_pmaps.pico v3_prn.pico v3_purp.pico v3_san.pico v3_skid.pico v3_sxnet.pico v3_tlsf.pico v3_utf8.pico v3_utl.pico v3err.pico x509_att.pico x509_cmp.pico x509_d2.pico x509_def.pico x509_err.pico x509_ext.pico x509_lu.pico x509_meth.pico x509_obj.pico x509_r2x.pico x509_req.pico x509_set.pico x509_trust.pico x509_txt.pico x509_v3.pico x509_vfy.pico x509_vpm.pico x509cset.pico x509name.pico x509rset.pico x509spki.pico x509type.pico x_all.pico x_attrib.pico x_crl.pico x_exten.pico x_name.pico x_pubkey.pico x_req.pico x_x509.pico x_x509a.pico bio_prov.pico capabilities.pico digest_to_nid.pico provider_seeding.pico provider_util.pico securitycheck.pico securitycheck_default.pico provider_ctx.pico provider_err.pico der_rsa_sig.pico der_sm2_gen.pico der_sm2_key.pico der_sm2_sig.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico rsa_enc.pico sm2_enc.pico cipher_aes.pico cipher_aes_cbc_hmac_sha.pico cipher_aes_cbc_hmac_sha1_hw.pico cipher_aes_cbc_hmac_sha256_hw.pico cipher_aes_ccm.pico cipher_aes_ccm_hw.pico cipher_aes_gcm.pico cipher_aes_gcm_hw.pico cipher_aes_hw.pico cipher_aes_ocb.pico cipher_aes_ocb_hw.pico cipher_aes_siv.pico cipher_aes_siv_hw.pico cipher_aes_wrp.pico cipher_aes_xts.pico cipher_aes_xts_fips.pico cipher_aes_xts_hw.pico cipher_aria.pico cipher_aria_ccm.pico cipher_aria_ccm_hw.pico cipher_aria_gcm.pico cipher_aria_gcm_hw.pico cipher_aria_hw.pico cipher_camellia.pico cipher_camellia_hw.pico cipher_chacha20.pico cipher_chacha20_hw.pico cipher_chacha20_poly1305.pico cipher_chacha20_poly1305_hw.pico cipher_cts.pico cipher_null.pico cipher_sm4.pico cipher_sm4_hw.pico cipher_tdes.pico cipher_tdes_common.pico cipher_tdes_default.pico cipher_tdes_default_hw.pico cipher_tdes_hw.pico cipher_tdes_wrap.pico cipher_tdes_wrap_hw.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico md5_prov.pico md5_sha1_prov.pico null_prov.pico ripemd_prov.pico sha2_prov.pico sha3_prov.pico sm3_prov.pico digestcommon.pico decode_der2key.pico decode_epki2pki.pico decode_msblob2key.pico decode_pem2der.pico decode_pvk2key.pico decode_spki2typespki.pico encode_key2any.pico encode_key2blob.pico encode_key2ms.pico encode_key2text.pico endecoder_common.pico dh_exch.pico ecdh_exch.pico ecx_exch.pico kdf_exch.pico hkdf.pico kbkdf.pico krb5kdf.pico pbkdf2.pico pbkdf2_fips.pico pkcs12kdf.pico scrypt.pico sshkdf.pico sskdf.pico tls1_prf.pico x942kdf.pico rsa_kem.pico dh_kmgmt.pico dsa_kmgmt.pico ec_kmgmt.pico ecx_kmgmt.pico kdf_legacy_kmgmt.pico mac_legacy_kmgmt.pico rsa_kmgmt.pico blake2b_mac.pico blake2s_mac.pico cmac_prov.pico gmac_prov.pico hmac_prov.pico kmac_prov.pico poly1305_prov.pico siphash_prov.pico crngt.pico drbg.pico drbg_ctr.pico drbg_hash.pico drbg_hmac.pico seed_src.pico test_rng.pico rand_cpu_x86.pico rand_tsc.pico rand_unix.pico rand_win.pico dsa_sig.pico ecdsa_sig.pico eddsa_sig.pico mac_legacy_sig.pico rsa_sig.pico sm2_sig.pico file_store.pico file_store_any2obj.pico s3_cbc.pico bio_prov.pico capabilities.pico digest_to_nid.pico provider_seeding.pico provider_util.pico securitycheck.pico securitycheck_default.pico provider_ctx.pico provider_err.pico der_rsa_sig.pico der_sm2_gen.pico der_sm2_key.pico der_sm2_sig.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico cipher_aes.pico cipher_aes_cbc_hmac_sha.pico cipher_aes_cbc_hmac_sha1_hw.pico cipher_aes_cbc_hmac_sha256_hw.pico cipher_aes_ccm.pico cipher_aes_ccm_hw.pico cipher_aes_gcm.pico cipher_aes_gcm_hw.pico cipher_aes_hw.pico cipher_aes_ocb.pico cipher_aes_ocb_hw.pico cipher_aes_siv.pico cipher_aes_siv_hw.pico cipher_aes_wrp.pico cipher_aes_xts.pico cipher_aes_xts_fips.pico cipher_aes_xts_hw.pico cipher_aria.pico cipher_aria_ccm.pico cipher_aria_ccm_hw.pico cipher_aria_gcm.pico cipher_aria_gcm_hw.pico cipher_aria_hw.pico cipher_camellia.pico cipher_camellia_hw.pico cipher_chacha20.pico cipher_chacha20_hw.pico cipher_chacha20_poly1305.pico cipher_chacha20_poly1305_hw.pico cipher_cts.pico cipher_null.pico cipher_sm4.pico cipher_sm4_hw.pico cipher_tdes.pico cipher_tdes_common.pico cipher_tdes_default.pico cipher_tdes_default_hw.pico cipher_tdes_hw.pico cipher_tdes_wrap.pico cipher_tdes_wrap_hw.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico md5_prov.pico md5_sha1_prov.pico null_prov.pico ripemd_prov.pico sha2_prov.pico sha3_prov.pico sm3_prov.pico digestcommon.pico tls_pad.pico aes-x86_64.pico.tmp aesni-mb-x86_64.pico.tmp aesni-sha1-x86_64.pico.tmp aesni-sha256-x86_64.pico.tmp aesni-x86_64.pico.tmp bsaes-x86_64.pico.tmp vpaes-x86_64.pico.tmp aes_cfb.pico.tmp aes_ecb.pico.tmp aes_ige.pico.tmp aes_misc.pico.tmp aes_ofb.pico.tmp aes_wrap.pico.tmp aria.pico.tmp a_bitstr.pico.tmp a_d2i_fp.pico.tmp a_digest.pico.tmp a_dup.pico.tmp a_gentm.pico.tmp a_i2d_fp.pico.tmp a_int.pico.tmp a_mbstr.pico.tmp a_object.pico.tmp a_octet.pico.tmp a_print.pico.tmp a_sign.pico.tmp a_strex.pico.tmp a_strnid.pico.tmp a_time.pico.tmp a_type.pico.tmp a_utctm.pico.tmp a_utf8.pico.tmp a_verify.pico.tmp ameth_lib.pico.tmp asn1_err.pico.tmp asn1_gen.pico.tmp asn1_item_list.pico.tmp asn1_lib.pico.tmp asn1_parse.pico.tmp asn_mime.pico.tmp asn_moid.pico.tmp asn_mstbl.pico.tmp asn_pack.pico.tmp bio_asn1.pico.tmp bio_ndef.pico.tmp d2i_param.pico.tmp d2i_pr.pico.tmp d2i_pu.pico.tmp evp_asn1.pico.tmp f_int.pico.tmp f_string.pico.tmp i2d_evp.pico.tmp n_pkey.pico.tmp nsseq.pico.tmp p5_pbe.pico.tmp p5_pbev2.pico.tmp p5_scrypt.pico.tmp p8_pkey.pico.tmp t_bitst.pico.tmp t_pkey.pico.tmp t_spki.pico.tmp tasn_dec.pico.tmp tasn_enc.pico.tmp tasn_fre.pico.tmp tasn_new.pico.tmp tasn_prn.pico.tmp tasn_scn.pico.tmp tasn_typ.pico.tmp tasn_utl.pico.tmp x_algor.pico.tmp x_bignum.pico.tmp x_info.pico.tmp x_int64.pico.tmp x_long.pico.tmp x_pkey.pico.tmp x_sig.pico.tmp x_spki.pico.tmp x_val.pico.tmp async.pico.tmp async_err.pico.tmp async_posix.pico.tmp async_wait.pico.tmp bf_enc.pico.tmp bf_cfb64.pico.tmp bf_ecb.pico.tmp bf_ofb64.pico.tmp bf_skey.pico.tmp bf_buff.pico.tmp bf_lbuf.pico.tmp bf_nbio.pico.tmp bf_null.pico.tmp bf_prefix.pico.tmp bf_readbuff.pico.tmp bio_addr.pico.tmp bio_cb.pico.tmp bio_dump.pico.tmp bio_err.pico.tmp bio_lib.pico.tmp bio_meth.pico.tmp bio_print.pico.tmp bio_sock.pico.tmp bio_sock2.pico.tmp bss_acpt.pico.tmp bss_bio.pico.tmp bss_conn.pico.tmp bss_core.pico.tmp bss_dgram.pico.tmp bss_fd.pico.tmp bss_file.pico.tmp bss_log.pico.tmp bss_mem.pico.tmp bss_null.pico.tmp bss_sock.pico.tmp ossl_core_bio.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp blake2b_mac.pico.tmp blake2s_mac.pico.tmp x86_64-gf2m.pico.tmp x86_64-mont.pico.tmp x86_64-mont5.pico.tmp rsaz-x86_64.pico.tmp rsaz-avx2.pico.tmp rsaz-avx512.pico.tmp x86_64-gcc.pico.tmp bn_add.pico.tmp bn_blind.pico.tmp bn_const.pico.tmp bn_conv.pico.tmp bn_ctx.pico.tmp bn_depr.pico.tmp bn_dh.pico.tmp bn_div.pico.tmp bn_err.pico.tmp bn_exp.pico.tmp bn_exp2.pico.tmp bn_gcd.pico.tmp bn_gf2m.pico.tmp bn_intern.pico.tmp bn_kron.pico.tmp bn_lib.pico.tmp bn_mod.pico.tmp bn_mont.pico.tmp bn_mpi.pico.tmp bn_mul.pico.tmp bn_nist.pico.tmp bn_prime.pico.tmp bn_print.pico.tmp bn_rand.pico.tmp bn_recp.pico.tmp bn_rsa_fips186_4.pico.tmp bn_shift.pico.tmp bn_sqr.pico.tmp bn_sqrt.pico.tmp bn_srp.pico.tmp bn_word.pico.tmp bn_x931p.pico.tmp rsaz_exp.pico.tmp rsaz_exp_x2.pico.tmp buf_err.pico.tmp buffer.pico.tmp cmll-x86_64.pico.tmp cmll_cfb.pico.tmp cmll_ctr.pico.tmp cmll_ecb.pico.tmp cmll_misc.pico.tmp cmll_ofb.pico.tmp c_enc.pico.tmp c_cfb64.pico.tmp c_ecb.pico.tmp c_ofb64.pico.tmp c_skey.pico.tmp chacha-x86_64.pico.tmp cmac.pico.tmp cmp_asn.pico.tmp cmp_client.pico.tmp cmp_ctx.pico.tmp cmp_err.pico.tmp cmp_hdr.pico.tmp cmp_http.pico.tmp cmp_msg.pico.tmp cmp_protect.pico.tmp cmp_server.pico.tmp cmp_status.pico.tmp cmp_util.pico.tmp cmp_vfy.pico.tmp cms_asn1.pico.tmp cms_att.pico.tmp cms_cd.pico.tmp cms_dd.pico.tmp cms_dh.pico.tmp cms_ec.pico.tmp cms_enc.pico.tmp cms_env.pico.tmp cms_err.pico.tmp cms_ess.pico.tmp cms_io.pico.tmp cms_kari.pico.tmp cms_lib.pico.tmp cms_pwri.pico.tmp cms_rsa.pico.tmp cms_sd.pico.tmp cms_smime.pico.tmp c_zlib.pico.tmp comp_err.pico.tmp comp_lib.pico.tmp conf_api.pico.tmp conf_def.pico.tmp conf_err.pico.tmp conf_lib.pico.tmp conf_mall.pico.tmp conf_mod.pico.tmp conf_sap.pico.tmp conf_ssl.pico.tmp crmf_asn.pico.tmp crmf_err.pico.tmp crmf_lib.pico.tmp crmf_pbm.pico.tmp asn1_dsa.pico.tmp bsearch.pico.tmp context.pico.tmp core_algorithm.pico.tmp core_fetch.pico.tmp core_namemap.pico.tmp cpt_err.pico.tmp cpuid.pico.tmp cryptlib.pico.tmp ctype.pico.tmp cversion.pico.tmp der_writer.pico.tmp ebcdic.pico.tmp ex_data.pico.tmp getenv.pico.tmp info.pico.tmp init.pico.tmp initthread.pico.tmp mem.pico.tmp mem_sec.pico.tmp o_dir.pico.tmp o_fopen.pico.tmp o_init.pico.tmp o_str.pico.tmp o_time.pico.tmp packet.pico.tmp param_build.pico.tmp param_build_set.pico.tmp params.pico.tmp params_dup.pico.tmp params_from_text.pico.tmp passphrase.pico.tmp provider.pico.tmp provider_child.pico.tmp provider_conf.pico.tmp provider_core.pico.tmp provider_predefined.pico.tmp punycode.pico.tmp self_test_core.pico.tmp sparse_array.pico.tmp threads_lib.pico.tmp threads_none.pico.tmp threads_pthread.pico.tmp threads_win.pico.tmp trace.pico.tmp uid.pico.tmp x86_64cpuid.pico.tmp ct_b64.pico.tmp ct_err.pico.tmp ct_log.pico.tmp ct_oct.pico.tmp ct_policy.pico.tmp ct_prn.pico.tmp ct_sct.pico.tmp ct_sct_ctx.pico.tmp ct_vfy.pico.tmp ct_x509v3.pico.tmp curve448.pico.tmp curve448_tables.pico.tmp eddsa.pico.tmp f_generic.pico.tmp f_impl32.pico.tmp f_impl64.pico.tmp scalar.pico.tmp des_enc.pico.tmp fcrypt_b.pico.tmp cbc_cksm.pico.tmp cbc_enc.pico.tmp cfb64ede.pico.tmp cfb64enc.pico.tmp cfb_enc.pico.tmp ecb3_enc.pico.tmp ecb_enc.pico.tmp fcrypt.pico.tmp ofb64ede.pico.tmp ofb64enc.pico.tmp ofb_enc.pico.tmp pcbc_enc.pico.tmp qud_cksm.pico.tmp rand_key.pico.tmp set_key.pico.tmp str2key.pico.tmp xcbc_enc.pico.tmp dh_ameth.pico.tmp dh_asn1.pico.tmp dh_backend.pico.tmp dh_check.pico.tmp dh_depr.pico.tmp dh_err.pico.tmp dh_gen.pico.tmp dh_group_params.pico.tmp dh_kdf.pico.tmp dh_key.pico.tmp dh_lib.pico.tmp dh_meth.pico.tmp dh_pmeth.pico.tmp dh_prn.pico.tmp dh_rfc5114.pico.tmp dsa_ameth.pico.tmp dsa_asn1.pico.tmp dsa_backend.pico.tmp dsa_check.pico.tmp dsa_depr.pico.tmp dsa_err.pico.tmp dsa_gen.pico.tmp dsa_key.pico.tmp dsa_lib.pico.tmp dsa_meth.pico.tmp dsa_ossl.pico.tmp dsa_pmeth.pico.tmp dsa_prn.pico.tmp dsa_sign.pico.tmp dsa_vrf.pico.tmp dso_dl.pico.tmp dso_dlfcn.pico.tmp dso_err.pico.tmp dso_lib.pico.tmp dso_openssl.pico.tmp dso_vms.pico.tmp dso_win32.pico.tmp ecp_nistz256-x86_64.pico.tmp x25519-x86_64.pico.tmp curve25519.pico.tmp ec2_oct.pico.tmp ec2_smpl.pico.tmp ec_ameth.pico.tmp ec_asn1.pico.tmp ec_backend.pico.tmp ec_check.pico.tmp ec_curve.pico.tmp ec_cvt.pico.tmp ec_deprecated.pico.tmp ec_err.pico.tmp ec_key.pico.tmp ec_kmeth.pico.tmp ec_lib.pico.tmp ec_mult.pico.tmp ec_oct.pico.tmp ec_pmeth.pico.tmp ec_print.pico.tmp ecdh_kdf.pico.tmp ecdh_ossl.pico.tmp ecdsa_ossl.pico.tmp ecdsa_sign.pico.tmp ecdsa_vrf.pico.tmp eck_prn.pico.tmp ecp_mont.pico.tmp ecp_nist.pico.tmp ecp_oct.pico.tmp ecp_smpl.pico.tmp ecx_backend.pico.tmp ecx_key.pico.tmp ecx_meth.pico.tmp ecp_nistz256.pico.tmp decoder_err.pico.tmp decoder_lib.pico.tmp decoder_meth.pico.tmp decoder_pkey.pico.tmp encoder_err.pico.tmp encoder_lib.pico.tmp encoder_meth.pico.tmp encoder_pkey.pico.tmp decode_der2key.pico.tmp eng_all.pico.tmp eng_cnf.pico.tmp eng_ctrl.pico.tmp eng_dyn.pico.tmp eng_err.pico.tmp eng_fat.pico.tmp eng_init.pico.tmp eng_lib.pico.tmp eng_list.pico.tmp eng_openssl.pico.tmp eng_pkey.pico.tmp eng_rdrand.pico.tmp eng_table.pico.tmp tb_asnmth.pico.tmp tb_cipher.pico.tmp tb_dh.pico.tmp tb_digest.pico.tmp tb_dsa.pico.tmp tb_eckey.pico.tmp tb_pkmeth.pico.tmp tb_rand.pico.tmp tb_rsa.pico.tmp err.pico.tmp err_all.pico.tmp err_all_legacy.pico.tmp err_blocks.pico.tmp err_prn.pico.tmp ess_asn1.pico.tmp ess_err.pico.tmp ess_lib.pico.tmp asymcipher.pico.tmp bio_b64.pico.tmp bio_enc.pico.tmp bio_md.pico.tmp bio_ok.pico.tmp c_allc.pico.tmp c_alld.pico.tmp cmeth_lib.pico.tmp ctrl_params_translate.pico.tmp dh_ctrl.pico.tmp dh_support.pico.tmp digest.pico.tmp dsa_ctrl.pico.tmp e_aes.pico.tmp e_aes_cbc_hmac_sha1.pico.tmp e_aes_cbc_hmac_sha256.pico.tmp e_aria.pico.tmp e_bf.pico.tmp e_camellia.pico.tmp e_cast.pico.tmp e_chacha20_poly1305.pico.tmp e_des.pico.tmp e_des3.pico.tmp e_idea.pico.tmp e_null.pico.tmp e_old.pico.tmp e_rc2.pico.tmp e_rc4.pico.tmp e_rc4_hmac_md5.pico.tmp e_rc5.pico.tmp e_seed.pico.tmp e_sm4.pico.tmp e_xcbc_d.pico.tmp ec_ctrl.pico.tmp ec_support.pico.tmp encode.pico.tmp evp_cnf.pico.tmp evp_enc.pico.tmp evp_err.pico.tmp evp_fetch.pico.tmp evp_key.pico.tmp evp_lib.pico.tmp evp_pbe.pico.tmp evp_pkey.pico.tmp evp_rand.pico.tmp evp_utils.pico.tmp exchange.pico.tmp kdf_lib.pico.tmp kdf_meth.pico.tmp kem.pico.tmp keymgmt_lib.pico.tmp keymgmt_meth.pico.tmp legacy_blake2.pico.tmp legacy_md4.pico.tmp legacy_md5.pico.tmp legacy_md5_sha1.pico.tmp legacy_mdc2.pico.tmp legacy_ripemd.pico.tmp legacy_sha.pico.tmp legacy_wp.pico.tmp m_null.pico.tmp m_sigver.pico.tmp mac_lib.pico.tmp mac_meth.pico.tmp names.pico.tmp p5_crpt.pico.tmp p5_crpt2.pico.tmp p_dec.pico.tmp p_enc.pico.tmp p_legacy.pico.tmp p_lib.pico.tmp p_open.pico.tmp p_seal.pico.tmp p_sign.pico.tmp p_verify.pico.tmp pbe_scrypt.pico.tmp pmeth_check.pico.tmp pmeth_gn.pico.tmp pmeth_lib.pico.tmp signature.pico.tmp ffc_backend.pico.tmp ffc_dh.pico.tmp ffc_key_generate.pico.tmp ffc_key_validate.pico.tmp ffc_params.pico.tmp ffc_params_generate.pico.tmp ffc_params_validate.pico.tmp hmac.pico.tmp http_client.pico.tmp http_err.pico.tmp http_lib.pico.tmp i_cbc.pico.tmp i_cfb64.pico.tmp i_ecb.pico.tmp i_ofb64.pico.tmp i_skey.pico.tmp kdf_err.pico.tmp lh_stats.pico.tmp lhash.pico.tmp md4_dgst.pico.tmp md4_one.pico.tmp md5-x86_64.pico.tmp md5_dgst.pico.tmp md5_one.pico.tmp md5_sha1.pico.tmp mdc2_one.pico.tmp mdc2dgst.pico.tmp aesni-gcm-x86_64.pico.tmp ghash-x86_64.pico.tmp cbc128.pico.tmp ccm128.pico.tmp cfb128.pico.tmp ctr128.pico.tmp cts128.pico.tmp gcm128.pico.tmp ocb128.pico.tmp ofb128.pico.tmp siv128.pico.tmp wrap128.pico.tmp xts128.pico.tmp o_names.pico.tmp obj_dat.pico.tmp obj_err.pico.tmp obj_lib.pico.tmp obj_xref.pico.tmp ocsp_asn.pico.tmp ocsp_cl.pico.tmp ocsp_err.pico.tmp ocsp_ext.pico.tmp ocsp_http.pico.tmp ocsp_lib.pico.tmp ocsp_prn.pico.tmp ocsp_srv.pico.tmp ocsp_vfy.pico.tmp v3_ocsp.pico.tmp pem_all.pico.tmp pem_err.pico.tmp pem_info.pico.tmp pem_lib.pico.tmp pem_oth.pico.tmp pem_pk8.pico.tmp pem_pkey.pico.tmp pem_sign.pico.tmp pem_x509.pico.tmp pem_xaux.pico.tmp pvkfmt.pico.tmp p12_add.pico.tmp p12_asn.pico.tmp p12_attr.pico.tmp p12_crpt.pico.tmp p12_crt.pico.tmp p12_decr.pico.tmp p12_init.pico.tmp p12_key.pico.tmp p12_kiss.pico.tmp p12_mutl.pico.tmp p12_npas.pico.tmp p12_p8d.pico.tmp p12_p8e.pico.tmp p12_sbag.pico.tmp p12_utl.pico.tmp pk12err.pico.tmp bio_pk7.pico.tmp pk7_asn1.pico.tmp pk7_attr.pico.tmp pk7_doit.pico.tmp pk7_lib.pico.tmp pk7_mime.pico.tmp pk7_smime.pico.tmp pkcs7err.pico.tmp poly1305-x86_64.pico.tmp poly1305.pico.tmp pqueue.pico.tmp defn_cache.pico.tmp property.pico.tmp property_err.pico.tmp property_parse.pico.tmp property_query.pico.tmp property_string.pico.tmp baseprov.pico.tmp defltprov.pico.tmp nullprov.pico.tmp prov_running.pico.tmp prov_seed.pico.tmp rand_deprecated.pico.tmp rand_err.pico.tmp rand_lib.pico.tmp rand_meth.pico.tmp rand_pool.pico.tmp randfile.pico.tmp rc2_cbc.pico.tmp rc2_ecb.pico.tmp rc2_skey.pico.tmp rc2cfb64.pico.tmp rc2ofb64.pico.tmp rc4-md5-x86_64.pico.tmp rc4-x86_64.pico.tmp rmd_dgst.pico.tmp rmd_one.pico.tmp rsa_ameth.pico.tmp rsa_asn1.pico.tmp rsa_backend.pico.tmp rsa_chk.pico.tmp rsa_crpt.pico.tmp rsa_depr.pico.tmp rsa_err.pico.tmp rsa_gen.pico.tmp rsa_lib.pico.tmp rsa_meth.pico.tmp rsa_mp.pico.tmp rsa_mp_names.pico.tmp rsa_none.pico.tmp rsa_oaep.pico.tmp rsa_ossl.pico.tmp rsa_pk1.pico.tmp rsa_pmeth.pico.tmp rsa_prn.pico.tmp rsa_pss.pico.tmp rsa_saos.pico.tmp rsa_schemes.pico.tmp rsa_sign.pico.tmp rsa_sp800_56b_check.pico.tmp rsa_sp800_56b_gen.pico.tmp rsa_x931.pico.tmp rsa_x931g.pico.tmp seed.pico.tmp seed_cbc.pico.tmp seed_cfb.pico.tmp seed_ecb.pico.tmp seed_ofb.pico.tmp sha1-x86_64.pico.tmp sha1-mb-x86_64.pico.tmp keccak1600-x86_64.pico.tmp sha1dgst.pico.tmp sha3.pico.tmp libc-sha1.pico.tmp libc-sha512.pico.tmp libc-sha256.pico.tmp libc-sha2xx.pico.tmp siphash.pico.tmp sm2_crypt.pico.tmp sm2_err.pico.tmp sm2_key.pico.tmp sm2_sign.pico.tmp legacy_sm3.pico.tmp sm3.pico.tmp sm4.pico.tmp srp_lib.pico.tmp srp_vfy.pico.tmp stack.pico.tmp store_err.pico.tmp store_init.pico.tmp store_lib.pico.tmp store_meth.pico.tmp store_register.pico.tmp store_result.pico.tmp store_strings.pico.tmp ts_asn1.pico.tmp ts_conf.pico.tmp ts_err.pico.tmp ts_lib.pico.tmp ts_req_print.pico.tmp ts_req_utils.pico.tmp ts_rsp_print.pico.tmp ts_rsp_sign.pico.tmp ts_rsp_utils.pico.tmp ts_rsp_verify.pico.tmp ts_verify_ctx.pico.tmp txt_db.pico.tmp ui_err.pico.tmp ui_lib.pico.tmp ui_null.pico.tmp ui_openssl.pico.tmp ui_util.pico.tmp wp-x86_64.pico.tmp wp_dgst.pico.tmp by_dir.pico.tmp by_file.pico.tmp by_store.pico.tmp pcy_cache.pico.tmp pcy_data.pico.tmp pcy_lib.pico.tmp pcy_map.pico.tmp pcy_node.pico.tmp pcy_tree.pico.tmp t_crl.pico.tmp t_req.pico.tmp t_x509.pico.tmp v3_addr.pico.tmp v3_admis.pico.tmp v3_akeya.pico.tmp v3_akid.pico.tmp v3_asid.pico.tmp v3_bcons.pico.tmp v3_bitst.pico.tmp v3_conf.pico.tmp v3_cpols.pico.tmp v3_crld.pico.tmp v3_enum.pico.tmp v3_extku.pico.tmp v3_genn.pico.tmp v3_ia5.pico.tmp v3_info.pico.tmp v3_int.pico.tmp v3_ist.pico.tmp v3_lib.pico.tmp v3_ncons.pico.tmp v3_pci.pico.tmp v3_pcia.pico.tmp v3_pcons.pico.tmp v3_pku.pico.tmp v3_pmaps.pico.tmp v3_prn.pico.tmp v3_purp.pico.tmp v3_san.pico.tmp v3_skid.pico.tmp v3_sxnet.pico.tmp v3_tlsf.pico.tmp v3_utf8.pico.tmp v3_utl.pico.tmp v3err.pico.tmp x509_att.pico.tmp x509_cmp.pico.tmp x509_d2.pico.tmp x509_def.pico.tmp x509_err.pico.tmp x509_ext.pico.tmp x509_lu.pico.tmp x509_meth.pico.tmp x509_obj.pico.tmp x509_r2x.pico.tmp x509_req.pico.tmp x509_set.pico.tmp x509_trust.pico.tmp x509_txt.pico.tmp x509_v3.pico.tmp x509_vfy.pico.tmp x509_vpm.pico.tmp x509cset.pico.tmp x509name.pico.tmp x509rset.pico.tmp x509spki.pico.tmp x509type.pico.tmp x_all.pico.tmp x_attrib.pico.tmp x_crl.pico.tmp x_exten.pico.tmp x_name.pico.tmp x_pubkey.pico.tmp x_req.pico.tmp x_x509.pico.tmp x_x509a.pico.tmp bio_prov.pico.tmp capabilities.pico.tmp digest_to_nid.pico.tmp provider_seeding.pico.tmp provider_util.pico.tmp securitycheck.pico.tmp securitycheck_default.pico.tmp provider_ctx.pico.tmp provider_err.pico.tmp der_rsa_sig.pico.tmp der_sm2_gen.pico.tmp der_sm2_key.pico.tmp der_sm2_sig.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp rsa_enc.pico.tmp sm2_enc.pico.tmp cipher_aes.pico.tmp cipher_aes_cbc_hmac_sha.pico.tmp cipher_aes_cbc_hmac_sha1_hw.pico.tmp cipher_aes_cbc_hmac_sha256_hw.pico.tmp cipher_aes_ccm.pico.tmp cipher_aes_ccm_hw.pico.tmp cipher_aes_gcm.pico.tmp cipher_aes_gcm_hw.pico.tmp cipher_aes_hw.pico.tmp cipher_aes_ocb.pico.tmp cipher_aes_ocb_hw.pico.tmp cipher_aes_siv.pico.tmp cipher_aes_siv_hw.pico.tmp cipher_aes_wrp.pico.tmp cipher_aes_xts.pico.tmp cipher_aes_xts_fips.pico.tmp cipher_aes_xts_hw.pico.tmp cipher_aria.pico.tmp cipher_aria_ccm.pico.tmp cipher_aria_ccm_hw.pico.tmp cipher_aria_gcm.pico.tmp cipher_aria_gcm_hw.pico.tmp cipher_aria_hw.pico.tmp cipher_camellia.pico.tmp cipher_camellia_hw.pico.tmp cipher_chacha20.pico.tmp cipher_chacha20_hw.pico.tmp cipher_chacha20_poly1305.pico.tmp cipher_chacha20_poly1305_hw.pico.tmp cipher_cts.pico.tmp cipher_null.pico.tmp cipher_sm4.pico.tmp cipher_sm4_hw.pico.tmp cipher_tdes.pico.tmp cipher_tdes_common.pico.tmp cipher_tdes_default.pico.tmp cipher_tdes_default_hw.pico.tmp cipher_tdes_hw.pico.tmp cipher_tdes_wrap.pico.tmp cipher_tdes_wrap_hw.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp md5_prov.pico.tmp md5_sha1_prov.pico.tmp null_prov.pico.tmp ripemd_prov.pico.tmp sha2_prov.pico.tmp sha3_prov.pico.tmp sm3_prov.pico.tmp digestcommon.pico.tmp decode_der2key.pico.tmp decode_epki2pki.pico.tmp decode_msblob2key.pico.tmp decode_pem2der.pico.tmp decode_pvk2key.pico.tmp decode_spki2typespki.pico.tmp encode_key2any.pico.tmp encode_key2blob.pico.tmp encode_key2ms.pico.tmp encode_key2text.pico.tmp endecoder_common.pico.tmp dh_exch.pico.tmp ecdh_exch.pico.tmp ecx_exch.pico.tmp kdf_exch.pico.tmp hkdf.pico.tmp kbkdf.pico.tmp krb5kdf.pico.tmp pbkdf2.pico.tmp pbkdf2_fips.pico.tmp pkcs12kdf.pico.tmp scrypt.pico.tmp sshkdf.pico.tmp sskdf.pico.tmp tls1_prf.pico.tmp x942kdf.pico.tmp rsa_kem.pico.tmp dh_kmgmt.pico.tmp dsa_kmgmt.pico.tmp ec_kmgmt.pico.tmp ecx_kmgmt.pico.tmp kdf_legacy_kmgmt.pico.tmp mac_legacy_kmgmt.pico.tmp rsa_kmgmt.pico.tmp blake2b_mac.pico.tmp blake2s_mac.pico.tmp cmac_prov.pico.tmp gmac_prov.pico.tmp hmac_prov.pico.tmp kmac_prov.pico.tmp poly1305_prov.pico.tmp siphash_prov.pico.tmp crngt.pico.tmp drbg.pico.tmp drbg_ctr.pico.tmp drbg_hash.pico.tmp drbg_hmac.pico.tmp seed_src.pico.tmp test_rng.pico.tmp rand_cpu_x86.pico.tmp rand_tsc.pico.tmp rand_unix.pico.tmp rand_win.pico.tmp dsa_sig.pico.tmp ecdsa_sig.pico.tmp eddsa_sig.pico.tmp mac_legacy_sig.pico.tmp rsa_sig.pico.tmp sm2_sig.pico.tmp file_store.pico.tmp file_store_any2obj.pico.tmp s3_cbc.pico.tmp bio_prov.pico.tmp capabilities.pico.tmp digest_to_nid.pico.tmp provider_seeding.pico.tmp provider_util.pico.tmp securitycheck.pico.tmp securitycheck_default.pico.tmp provider_ctx.pico.tmp provider_err.pico.tmp der_rsa_sig.pico.tmp der_sm2_gen.pico.tmp der_sm2_key.pico.tmp der_sm2_sig.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp cipher_aes.pico.tmp cipher_aes_cbc_hmac_sha.pico.tmp cipher_aes_cbc_hmac_sha1_hw.pico.tmp cipher_aes_cbc_hmac_sha256_hw.pico.tmp cipher_aes_ccm.pico.tmp cipher_aes_ccm_hw.pico.tmp cipher_aes_gcm.pico.tmp cipher_aes_gcm_hw.pico.tmp cipher_aes_hw.pico.tmp cipher_aes_ocb.pico.tmp cipher_aes_ocb_hw.pico.tmp cipher_aes_siv.pico.tmp cipher_aes_siv_hw.pico.tmp cipher_aes_wrp.pico.tmp cipher_aes_xts.pico.tmp cipher_aes_xts_fips.pico.tmp cipher_aes_xts_hw.pico.tmp cipher_aria.pico.tmp cipher_aria_ccm.pico.tmp cipher_aria_ccm_hw.pico.tmp cipher_aria_gcm.pico.tmp cipher_aria_gcm_hw.pico.tmp cipher_aria_hw.pico.tmp cipher_camellia.pico.tmp cipher_camellia_hw.pico.tmp cipher_chacha20.pico.tmp cipher_chacha20_hw.pico.tmp cipher_chacha20_poly1305.pico.tmp cipher_chacha20_poly1305_hw.pico.tmp cipher_cts.pico.tmp cipher_null.pico.tmp cipher_sm4.pico.tmp cipher_sm4_hw.pico.tmp cipher_tdes.pico.tmp cipher_tdes_common.pico.tmp cipher_tdes_default.pico.tmp cipher_tdes_default_hw.pico.tmp cipher_tdes_hw.pico.tmp cipher_tdes_wrap.pico.tmp cipher_tdes_wrap_hw.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp md5_prov.pico.tmp md5_sha1_prov.pico.tmp null_prov.pico.tmp ripemd_prov.pico.tmp sha2_prov.pico.tmp sha3_prov.pico.tmp sm3_prov.pico.tmp digestcommon.pico.tmp tls_pad.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/libexec/atf-check && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf-check atf-check.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/libexec/atf-check && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf-check atf-check.o || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/libexec/atf-check && rm -f atf-check.html1 .depend atf-check.d atf-check.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/libexec/atf-check && rm -f atf-check.html1 .depend atf-check.d atf-check.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f llib-lcrypto.ln aes_cfb.ln aes_ecb.ln aes_ige.ln aes_misc.ln aes_ofb.ln aes_wrap.ln aria.ln a_bitstr.ln a_d2i_fp.ln a_digest.ln a_dup.ln a_gentm.ln a_i2d_fp.ln a_int.ln a_mbstr.ln a_object.ln a_octet.ln a_print.ln a_sign.ln a_strex.ln a_strnid.ln a_time.ln a_type.ln a_utctm.ln a_utf8.ln a_verify.ln ameth_lib.ln asn1_err.ln asn1_gen.ln asn1_item_list.ln asn1_lib.ln asn1_parse.ln asn_mime.ln asn_moid.ln asn_mstbl.ln asn_pack.ln bio_asn1.ln bio_ndef.ln d2i_param.ln d2i_pr.ln d2i_pu.ln evp_asn1.ln f_int.ln f_string.ln i2d_evp.ln n_pkey.ln nsseq.ln p5_pbe.ln p5_pbev2.ln p5_scrypt.ln p8_pkey.ln t_bitst.ln t_pkey.ln t_spki.ln tasn_dec.ln tasn_enc.ln tasn_fre.ln tasn_new.ln tasn_prn.ln tasn_scn.ln tasn_typ.ln tasn_utl.ln x_algor.ln x_bignum.ln x_info.ln x_int64.ln x_long.ln x_pkey.ln x_sig.ln x_spki.ln x_val.ln async.ln async_err.ln async_posix.ln async_wait.ln bf_enc.ln bf_cfb64.ln bf_ecb.ln bf_ofb64.ln bf_skey.ln bf_buff.ln bf_lbuf.ln bf_nbio.ln bf_null.ln bf_prefix.ln bf_readbuff.ln bio_addr.ln bio_cb.ln bio_dump.ln bio_err.ln bio_lib.ln bio_meth.ln bio_print.ln bio_sock.ln bio_sock2.ln bss_acpt.ln bss_bio.ln bss_conn.ln bss_core.ln bss_dgram.ln bss_fd.ln bss_file.ln bss_log.ln bss_mem.ln bss_null.ln bss_sock.ln ossl_core_bio.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln blake2b_mac.ln blake2s_mac.ln x86_64-gcc.ln bn_add.ln bn_blind.ln bn_const.ln bn_conv.ln bn_ctx.ln bn_depr.ln bn_dh.ln bn_div.ln bn_err.ln bn_exp.ln bn_exp2.ln bn_gcd.ln bn_gf2m.ln bn_intern.ln bn_kron.ln bn_lib.ln bn_mod.ln bn_mont.ln bn_mpi.ln bn_mul.ln bn_nist.ln bn_prime.ln bn_print.ln bn_rand.ln bn_recp.ln bn_rsa_fips186_4.ln bn_shift.ln bn_sqr.ln bn_sqrt.ln bn_srp.ln bn_word.ln bn_x931p.ln rsaz_exp.ln rsaz_exp_x2.ln buf_err.ln buffer.ln cmll_cfb.ln cmll_ctr.ln cmll_ecb.ln cmll_misc.ln cmll_ofb.ln c_enc.ln c_cfb64.ln c_ecb.ln c_ofb64.ln c_skey.ln cmac.ln cmp_asn.ln cmp_client.ln cmp_ctx.ln cmp_err.ln cmp_hdr.ln cmp_http.ln cmp_msg.ln cmp_protect.ln cmp_server.ln cmp_status.ln cmp_util.ln cmp_vfy.ln cms_asn1.ln cms_att.ln cms_cd.ln cms_dd.ln cms_dh.ln cms_ec.ln cms_enc.ln cms_env.ln cms_err.ln cms_ess.ln cms_io.ln cms_kari.ln cms_lib.ln cms_pwri.ln cms_rsa.ln cms_sd.ln cms_smime.ln c_zlib.ln comp_err.ln comp_lib.ln conf_api.ln conf_def.ln conf_err.ln conf_lib.ln conf_mall.ln conf_mod.ln conf_sap.ln conf_ssl.ln crmf_asn.ln crmf_err.ln crmf_lib.ln crmf_pbm.ln asn1_dsa.ln bsearch.ln context.ln core_algorithm.ln core_fetch.ln core_namemap.ln cpt_err.ln cpuid.ln cryptlib.ln ctype.ln cversion.ln der_writer.ln ebcdic.ln ex_data.ln getenv.ln info.ln init.ln initthread.ln mem.ln mem_sec.ln o_dir.ln o_fopen.ln o_init.ln o_str.ln o_time.ln packet.ln param_build.ln param_build_set.ln params.ln params_dup.ln params_from_text.ln passphrase.ln provider.ln provider_child.ln provider_conf.ln provider_core.ln provider_predefined.ln punycode.ln self_test_core.ln sparse_array.ln threads_lib.ln threads_none.ln threads_pthread.ln threads_win.ln trace.ln uid.ln ct_b64.ln ct_err.ln ct_log.ln ct_oct.ln ct_policy.ln ct_prn.ln ct_sct.ln ct_sct_ctx.ln ct_vfy.ln ct_x509v3.ln curve448.ln curve448_tables.ln eddsa.ln f_generic.ln f_impl32.ln f_impl64.ln scalar.ln des_enc.ln fcrypt_b.ln cbc_cksm.ln cbc_enc.ln cfb64ede.ln cfb64enc.ln cfb_enc.ln ecb3_enc.ln ecb_enc.ln fcrypt.ln ofb64ede.ln ofb64enc.ln ofb_enc.ln pcbc_enc.ln qud_cksm.ln rand_key.ln set_key.ln str2key.ln xcbc_enc.ln dh_ameth.ln dh_asn1.ln dh_backend.ln dh_check.ln dh_depr.ln dh_err.ln dh_gen.ln dh_group_params.ln dh_kdf.ln dh_key.ln dh_lib.ln dh_meth.ln dh_pmeth.ln dh_prn.ln dh_rfc5114.ln dsa_ameth.ln dsa_asn1.ln dsa_backend.ln dsa_check.ln dsa_depr.ln dsa_err.ln dsa_gen.ln dsa_key.ln dsa_lib.ln dsa_meth.ln dsa_ossl.ln dsa_pmeth.ln dsa_prn.ln dsa_sign.ln dsa_vrf.ln dso_dl.ln dso_dlfcn.ln dso_err.ln dso_lib.ln dso_openssl.ln dso_vms.ln dso_win32.ln curve25519.ln ec2_oct.ln ec2_smpl.ln ec_ameth.ln ec_asn1.ln ec_backend.ln ec_check.ln ec_curve.ln ec_cvt.ln ec_deprecated.ln ec_err.ln ec_key.ln ec_kmeth.ln ec_lib.ln ec_mult.ln ec_oct.ln ec_pmeth.ln ec_print.ln ecdh_kdf.ln ecdh_ossl.ln ecdsa_ossl.ln ecdsa_sign.ln ecdsa_vrf.ln eck_prn.ln ecp_mont.ln ecp_nist.ln ecp_oct.ln ecp_smpl.ln ecx_backend.ln ecx_key.ln ecx_meth.ln ecp_nistz256.ln decoder_err.ln decoder_lib.ln decoder_meth.ln decoder_pkey.ln encoder_err.ln encoder_lib.ln encoder_meth.ln encoder_pkey.ln decode_der2key.ln eng_all.ln eng_cnf.ln eng_ctrl.ln eng_dyn.ln eng_err.ln eng_fat.ln eng_init.ln eng_lib.ln eng_list.ln eng_openssl.ln eng_pkey.ln eng_rdrand.ln eng_table.ln tb_asnmth.ln tb_cipher.ln tb_dh.ln tb_digest.ln tb_dsa.ln tb_eckey.ln tb_pkmeth.ln tb_rand.ln tb_rsa.ln err.ln err_all.ln err_all_legacy.ln err_blocks.ln err_prn.ln ess_asn1.ln ess_err.ln ess_lib.ln asymcipher.ln bio_b64.ln bio_enc.ln bio_md.ln bio_ok.ln c_allc.ln c_alld.ln cmeth_lib.ln ctrl_params_translate.ln dh_ctrl.ln dh_support.ln digest.ln dsa_ctrl.ln e_aes.ln e_aes_cbc_hmac_sha1.ln e_aes_cbc_hmac_sha256.ln e_aria.ln e_bf.ln e_camellia.ln e_cast.ln e_chacha20_poly1305.ln e_des.ln e_des3.ln e_idea.ln e_null.ln e_old.ln e_rc2.ln e_rc4.ln e_rc4_hmac_md5.ln e_rc5.ln e_seed.ln e_sm4.ln e_xcbc_d.ln ec_ctrl.ln ec_support.ln encode.ln evp_cnf.ln evp_enc.ln evp_err.ln evp_fetch.ln evp_key.ln evp_lib.ln evp_pbe.ln evp_pkey.ln evp_rand.ln evp_utils.ln exchange.ln kdf_lib.ln kdf_meth.ln kem.ln keymgmt_lib.ln keymgmt_meth.ln legacy_blake2.ln legacy_md4.ln legacy_md5.ln legacy_md5_sha1.ln legacy_mdc2.ln legacy_ripemd.ln legacy_sha.ln legacy_wp.ln m_null.ln m_sigver.ln mac_lib.ln mac_meth.ln names.ln p5_crpt.ln p5_crpt2.ln p_dec.ln p_enc.ln p_legacy.ln p_lib.ln p_open.ln p_seal.ln p_sign.ln p_verify.ln pbe_scrypt.ln pmeth_check.ln pmeth_gn.ln pmeth_lib.ln signature.ln ffc_backend.ln ffc_dh.ln ffc_key_generate.ln ffc_key_validate.ln ffc_params.ln ffc_params_generate.ln ffc_params_validate.ln hmac.ln http_client.ln http_err.ln http_lib.ln i_cbc.ln i_cfb64.ln i_ecb.ln i_ofb64.ln i_skey.ln kdf_err.ln lh_stats.ln lhash.ln md4_dgst.ln md4_one.ln md5_dgst.ln md5_one.ln md5_sha1.ln mdc2_one.ln mdc2dgst.ln cbc128.ln ccm128.ln cfb128.ln ctr128.ln cts128.ln gcm128.ln ocb128.ln ofb128.ln siv128.ln wrap128.ln xts128.ln o_names.ln obj_dat.ln obj_err.ln obj_lib.ln obj_xref.ln ocsp_asn.ln ocsp_cl.ln ocsp_err.ln ocsp_ext.ln ocsp_http.ln ocsp_lib.ln ocsp_prn.ln ocsp_srv.ln ocsp_vfy.ln v3_ocsp.ln pem_all.ln pem_err.ln pem_info.ln pem_lib.ln pem_oth.ln pem_pk8.ln pem_pkey.ln pem_sign.ln pem_x509.ln pem_xaux.ln pvkfmt.ln p12_add.ln p12_asn.ln p12_attr.ln p12_crpt.ln p12_crt.ln p12_decr.ln p12_init.ln p12_key.ln p12_kiss.ln p12_mutl.ln p12_npas.ln p12_p8d.ln p12_p8e.ln p12_sbag.ln p12_utl.ln pk12err.ln bio_pk7.ln pk7_asn1.ln pk7_attr.ln pk7_doit.ln pk7_lib.ln pk7_mime.ln pk7_smime.ln pkcs7err.ln poly1305.ln pqueue.ln defn_cache.ln property.ln property_err.ln property_parse.ln property_query.ln property_string.ln baseprov.ln defltprov.ln nullprov.ln prov_running.ln prov_seed.ln rand_deprecated.ln rand_err.ln rand_lib.ln rand_meth.ln rand_pool.ln randfile.ln rc2_cbc.ln rc2_ecb.ln rc2_skey.ln rc2cfb64.ln rc2ofb64.ln rmd_dgst.ln rmd_one.ln rsa_ameth.ln rsa_asn1.ln rsa_backend.ln rsa_chk.ln rsa_crpt.ln rsa_depr.ln rsa_err.ln rsa_gen.ln rsa_lib.ln rsa_meth.ln rsa_mp.ln rsa_mp_names.ln rsa_none.ln rsa_oaep.ln rsa_ossl.ln rsa_pk1.ln rsa_pmeth.ln rsa_prn.ln rsa_pss.ln rsa_saos.ln rsa_schemes.ln rsa_sign.ln rsa_sp800_56b_check.ln rsa_sp800_56b_gen.ln rsa_x931.ln rsa_x931g.ln seed.ln seed_cbc.ln seed_cfb.ln seed_ecb.ln seed_ofb.ln sha1dgst.ln sha3.ln libc-sha1.ln libc-sha512.ln libc-sha256.ln libc-sha2xx.ln siphash.ln sm2_crypt.ln sm2_err.ln sm2_key.ln sm2_sign.ln legacy_sm3.ln sm3.ln sm4.ln srp_lib.ln srp_vfy.ln stack.ln store_err.ln store_init.ln store_lib.ln store_meth.ln store_register.ln store_result.ln store_strings.ln ts_asn1.ln ts_conf.ln ts_err.ln ts_lib.ln ts_req_print.ln ts_req_utils.ln ts_rsp_print.ln ts_rsp_sign.ln ts_rsp_utils.ln ts_rsp_verify.ln ts_verify_ctx.ln txt_db.ln ui_err.ln ui_lib.ln ui_null.ln ui_openssl.ln ui_util.ln wp_dgst.ln by_dir.ln by_file.ln by_store.ln pcy_cache.ln pcy_data.ln pcy_lib.ln pcy_map.ln pcy_node.ln pcy_tree.ln t_crl.ln t_req.ln t_x509.ln v3_addr.ln v3_admis.ln v3_akeya.ln v3_akid.ln v3_asid.ln v3_bcons.ln v3_bitst.ln v3_conf.ln v3_cpols.ln v3_crld.ln v3_enum.ln v3_extku.ln v3_genn.ln v3_ia5.ln v3_info.ln v3_int.ln v3_ist.ln v3_lib.ln v3_ncons.ln v3_pci.ln v3_pcia.ln v3_pcons.ln v3_pku.ln v3_pmaps.ln v3_prn.ln v3_purp.ln v3_san.ln v3_skid.ln v3_sxnet.ln v3_tlsf.ln v3_utf8.ln v3_utl.ln v3err.ln x509_att.ln x509_cmp.ln x509_d2.ln x509_def.ln x509_err.ln x509_ext.ln x509_lu.ln x509_meth.ln x509_obj.ln x509_r2x.ln x509_req.ln x509_set.ln x509_trust.ln x509_txt.ln x509_v3.ln x509_vfy.ln x509_vpm.ln x509cset.ln x509name.ln x509rset.ln x509spki.ln x509type.ln x_all.ln x_attrib.ln x_crl.ln x_exten.ln x_name.ln x_pubkey.ln x_req.ln x_x509.ln x_x509a.ln bio_prov.ln capabilities.ln digest_to_nid.ln provider_seeding.ln provider_util.ln securitycheck.ln securitycheck_default.ln provider_ctx.ln provider_err.ln der_rsa_sig.ln der_sm2_gen.ln der_sm2_key.ln der_sm2_sig.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln rsa_enc.ln sm2_enc.ln cipher_aes.ln cipher_aes_cbc_hmac_sha.ln cipher_aes_cbc_hmac_sha1_hw.ln cipher_aes_cbc_hmac_sha256_hw.ln cipher_aes_ccm.ln cipher_aes_ccm_hw.ln cipher_aes_gcm.ln cipher_aes_gcm_hw.ln cipher_aes_hw.ln cipher_aes_ocb.ln cipher_aes_ocb_hw.ln cipher_aes_siv.ln cipher_aes_siv_hw.ln cipher_aes_wrp.ln cipher_aes_xts.ln cipher_aes_xts_fips.ln cipher_aes_xts_hw.ln cipher_aria.ln cipher_aria_ccm.ln cipher_aria_ccm_hw.ln cipher_aria_gcm.ln cipher_aria_gcm_hw.ln cipher_aria_hw.ln cipher_camellia.ln cipher_camellia_hw.ln cipher_chacha20.ln cipher_chacha20_hw.ln cipher_chacha20_poly1305.ln cipher_chacha20_poly1305_hw.ln cipher_cts.ln cipher_null.ln cipher_sm4.ln cipher_sm4_hw.ln cipher_tdes.ln cipher_tdes_common.ln cipher_tdes_default.ln cipher_tdes_default_hw.ln cipher_tdes_hw.ln cipher_tdes_wrap.ln cipher_tdes_wrap_hw.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln md5_prov.ln md5_sha1_prov.ln null_prov.ln ripemd_prov.ln sha2_prov.ln sha3_prov.ln sm3_prov.ln digestcommon.ln decode_der2key.ln decode_epki2pki.ln decode_msblob2key.ln decode_pem2der.ln decode_pvk2key.ln decode_spki2typespki.ln encode_key2any.ln encode_key2blob.ln encode_key2ms.ln encode_key2text.ln endecoder_common.ln dh_exch.ln ecdh_exch.ln ecx_exch.ln kdf_exch.ln hkdf.ln kbkdf.ln krb5kdf.ln pbkdf2.ln pbkdf2_fips.ln pkcs12kdf.ln scrypt.ln sshkdf.ln sskdf.ln tls1_prf.ln x942kdf.ln rsa_kem.ln dh_kmgmt.ln dsa_kmgmt.ln ec_kmgmt.ln ecx_kmgmt.ln kdf_legacy_kmgmt.ln mac_legacy_kmgmt.ln rsa_kmgmt.ln blake2b_mac.ln blake2s_mac.ln cmac_prov.ln gmac_prov.ln hmac_prov.ln kmac_prov.ln poly1305_prov.ln siphash_prov.ln crngt.ln drbg.ln drbg_ctr.ln drbg_hash.ln drbg_hmac.ln seed_src.ln test_rng.ln rand_cpu_x86.ln rand_tsc.ln rand_unix.ln rand_win.ln dsa_sig.ln ecdsa_sig.ln eddsa_sig.ln mac_legacy_sig.ln rsa_sig.ln sm2_sig.ln file_store.ln file_store_any2obj.ln s3_cbc.ln bio_prov.ln capabilities.ln digest_to_nid.ln provider_seeding.ln provider_util.ln securitycheck.ln securitycheck_default.ln provider_ctx.ln provider_err.ln der_rsa_sig.ln der_sm2_gen.ln der_sm2_key.ln der_sm2_sig.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln cipher_aes.ln cipher_aes_cbc_hmac_sha.ln cipher_aes_cbc_hmac_sha1_hw.ln cipher_aes_cbc_hmac_sha256_hw.ln cipher_aes_ccm.ln cipher_aes_ccm_hw.ln cipher_aes_gcm.ln cipher_aes_gcm_hw.ln cipher_aes_hw.ln cipher_aes_ocb.ln cipher_aes_ocb_hw.ln cipher_aes_siv.ln cipher_aes_siv_hw.ln cipher_aes_wrp.ln cipher_aes_xts.ln cipher_aes_xts_fips.ln cipher_aes_xts_hw.ln cipher_aria.ln cipher_aria_ccm.ln cipher_aria_ccm_hw.ln cipher_aria_gcm.ln cipher_aria_gcm_hw.ln cipher_aria_hw.ln cipher_camellia.ln cipher_camellia_hw.ln cipher_chacha20.ln cipher_chacha20_hw.ln cipher_chacha20_poly1305.ln cipher_chacha20_poly1305_hw.ln cipher_cts.ln cipher_null.ln cipher_sm4.ln cipher_sm4_hw.ln cipher_tdes.ln cipher_tdes_common.ln cipher_tdes_default.ln cipher_tdes_default_hw.ln cipher_tdes_hw.ln cipher_tdes_wrap.ln cipher_tdes_wrap_hw.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln md5_prov.ln md5_sha1_prov.ln null_prov.ln ripemd_prov.ln sha2_prov.ln sha3_prov.ln sm3_prov.ln digestcommon.ln tls_pad.ln || true) --- cleandir-external --- --- cleandir-share --- cleandir ===> external/bsd/atf/share --- cleandir-doc --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f llib-lcrypto.ln aes_cfb.ln aes_ecb.ln aes_ige.ln aes_misc.ln aes_ofb.ln aes_wrap.ln aria.ln a_bitstr.ln a_d2i_fp.ln a_digest.ln a_dup.ln a_gentm.ln a_i2d_fp.ln a_int.ln a_mbstr.ln a_object.ln a_octet.ln a_print.ln a_sign.ln a_strex.ln a_strnid.ln a_time.ln a_type.ln a_utctm.ln a_utf8.ln a_verify.ln ameth_lib.ln asn1_err.ln asn1_gen.ln asn1_item_list.ln asn1_lib.ln asn1_parse.ln asn_mime.ln asn_moid.ln asn_mstbl.ln asn_pack.ln bio_asn1.ln bio_ndef.ln d2i_param.ln d2i_pr.ln d2i_pu.ln evp_asn1.ln f_int.ln f_string.ln i2d_evp.ln n_pkey.ln nsseq.ln p5_pbe.ln p5_pbev2.ln p5_scrypt.ln p8_pkey.ln t_bitst.ln t_pkey.ln t_spki.ln tasn_dec.ln tasn_enc.ln tasn_fre.ln tasn_new.ln tasn_prn.ln tasn_scn.ln tasn_typ.ln tasn_utl.ln x_algor.ln x_bignum.ln x_info.ln x_int64.ln x_long.ln x_pkey.ln x_sig.ln x_spki.ln x_val.ln async.ln async_err.ln async_posix.ln async_wait.ln bf_enc.ln bf_cfb64.ln bf_ecb.ln bf_ofb64.ln bf_skey.ln bf_buff.ln bf_lbuf.ln bf_nbio.ln bf_null.ln bf_prefix.ln bf_readbuff.ln bio_addr.ln bio_cb.ln bio_dump.ln bio_err.ln bio_lib.ln bio_meth.ln bio_print.ln bio_sock.ln bio_sock2.ln bss_acpt.ln bss_bio.ln bss_conn.ln bss_core.ln bss_dgram.ln bss_fd.ln bss_file.ln bss_log.ln bss_mem.ln bss_null.ln bss_sock.ln ossl_core_bio.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln blake2b_mac.ln blake2s_mac.ln x86_64-gcc.ln bn_add.ln bn_blind.ln bn_const.ln bn_conv.ln bn_ctx.ln bn_depr.ln bn_dh.ln bn_div.ln bn_err.ln bn_exp.ln bn_exp2.ln bn_gcd.ln bn_gf2m.ln bn_intern.ln bn_kron.ln bn_lib.ln bn_mod.ln bn_mont.ln bn_mpi.ln bn_mul.ln bn_nist.ln bn_prime.ln bn_print.ln bn_rand.ln bn_recp.ln bn_rsa_fips186_4.ln bn_shift.ln bn_sqr.ln bn_sqrt.ln bn_srp.ln bn_word.ln bn_x931p.ln rsaz_exp.ln rsaz_exp_x2.ln buf_err.ln buffer.ln cmll_cfb.ln cmll_ctr.ln cmll_ecb.ln cmll_misc.ln cmll_ofb.ln c_enc.ln c_cfb64.ln c_ecb.ln c_ofb64.ln c_skey.ln cmac.ln cmp_asn.ln cmp_client.ln cmp_ctx.ln cmp_err.ln cmp_hdr.ln cmp_http.ln cmp_msg.ln cmp_protect.ln cmp_server.ln cmp_status.ln cmp_util.ln cmp_vfy.ln cms_asn1.ln cms_att.ln cms_cd.ln cms_dd.ln cms_dh.ln cms_ec.ln cms_enc.ln cms_env.ln cms_err.ln cms_ess.ln cms_io.ln cms_kari.ln cms_lib.ln cms_pwri.ln cms_rsa.ln cms_sd.ln cms_smime.ln c_zlib.ln comp_err.ln comp_lib.ln conf_api.ln conf_def.ln conf_err.ln conf_lib.ln conf_mall.ln conf_mod.ln conf_sap.ln conf_ssl.ln crmf_asn.ln crmf_err.ln crmf_lib.ln crmf_pbm.ln asn1_dsa.ln bsearch.ln context.ln core_algorithm.ln core_fetch.ln core_namemap.ln cpt_err.ln cpuid.ln cryptlib.ln ctype.ln cversion.ln der_writer.ln ebcdic.ln ex_data.ln getenv.ln info.ln init.ln initthread.ln mem.ln mem_sec.ln o_dir.ln o_fopen.ln o_init.ln o_str.ln o_time.ln packet.ln param_build.ln param_build_set.ln params.ln params_dup.ln params_from_text.ln passphrase.ln provider.ln provider_child.ln provider_conf.ln provider_core.ln provider_predefined.ln punycode.ln self_test_core.ln sparse_array.ln threads_lib.ln threads_none.ln threads_pthread.ln threads_win.ln trace.ln uid.ln ct_b64.ln ct_err.ln ct_log.ln ct_oct.ln ct_policy.ln ct_prn.ln ct_sct.ln ct_sct_ctx.ln ct_vfy.ln ct_x509v3.ln curve448.ln curve448_tables.ln eddsa.ln f_generic.ln f_impl32.ln f_impl64.ln scalar.ln des_enc.ln fcrypt_b.ln cbc_cksm.ln cbc_enc.ln cfb64ede.ln cfb64enc.ln cfb_enc.ln ecb3_enc.ln ecb_enc.ln fcrypt.ln ofb64ede.ln ofb64enc.ln ofb_enc.ln pcbc_enc.ln qud_cksm.ln rand_key.ln set_key.ln str2key.ln xcbc_enc.ln dh_ameth.ln dh_asn1.ln dh_backend.ln dh_check.ln dh_depr.ln dh_err.ln dh_gen.ln dh_group_params.ln dh_kdf.ln dh_key.ln dh_lib.ln dh_meth.ln dh_pmeth.ln dh_prn.ln dh_rfc5114.ln dsa_ameth.ln dsa_asn1.ln dsa_backend.ln dsa_check.ln dsa_depr.ln dsa_err.ln dsa_gen.ln dsa_key.ln dsa_lib.ln dsa_meth.ln dsa_ossl.ln dsa_pmeth.ln dsa_prn.ln dsa_sign.ln dsa_vrf.ln dso_dl.ln dso_dlfcn.ln dso_err.ln dso_lib.ln dso_openssl.ln dso_vms.ln dso_win32.ln curve25519.ln ec2_oct.ln ec2_smpl.ln ec_ameth.ln ec_asn1.ln ec_backend.ln ec_check.ln ec_curve.ln ec_cvt.ln ec_deprecated.ln ec_err.ln ec_key.ln ec_kmeth.ln ec_lib.ln ec_mult.ln ec_oct.ln ec_pmeth.ln ec_print.ln ecdh_kdf.ln ecdh_ossl.ln ecdsa_ossl.ln ecdsa_sign.ln ecdsa_vrf.ln eck_prn.ln ecp_mont.ln ecp_nist.ln ecp_oct.ln ecp_smpl.ln ecx_backend.ln ecx_key.ln ecx_meth.ln ecp_nistz256.ln decoder_err.ln decoder_lib.ln decoder_meth.ln decoder_pkey.ln encoder_err.ln encoder_lib.ln encoder_meth.ln encoder_pkey.ln decode_der2key.ln eng_all.ln eng_cnf.ln eng_ctrl.ln eng_dyn.ln eng_err.ln eng_fat.ln eng_init.ln eng_lib.ln eng_list.ln eng_openssl.ln eng_pkey.ln eng_rdrand.ln eng_table.ln tb_asnmth.ln tb_cipher.ln tb_dh.ln tb_digest.ln tb_dsa.ln tb_eckey.ln tb_pkmeth.ln tb_rand.ln tb_rsa.ln err.ln err_all.ln err_all_legacy.ln err_blocks.ln err_prn.ln ess_asn1.ln ess_err.ln ess_lib.ln asymcipher.ln bio_b64.ln bio_enc.ln bio_md.ln bio_ok.ln c_allc.ln c_alld.ln cmeth_lib.ln ctrl_params_translate.ln dh_ctrl.ln dh_support.ln digest.ln dsa_ctrl.ln e_aes.ln e_aes_cbc_hmac_sha1.ln e_aes_cbc_hmac_sha256.ln e_aria.ln e_bf.ln e_camellia.ln e_cast.ln e_chacha20_poly1305.ln e_des.ln e_des3.ln e_idea.ln e_null.ln e_old.ln e_rc2.ln e_rc4.ln e_rc4_hmac_md5.ln e_rc5.ln e_seed.ln e_sm4.ln e_xcbc_d.ln ec_ctrl.ln ec_support.ln encode.ln evp_cnf.ln evp_enc.ln evp_err.ln evp_fetch.ln evp_key.ln evp_lib.ln evp_pbe.ln evp_pkey.ln evp_rand.ln evp_utils.ln exchange.ln kdf_lib.ln kdf_meth.ln kem.ln keymgmt_lib.ln keymgmt_meth.ln legacy_blake2.ln legacy_md4.ln legacy_md5.ln legacy_md5_sha1.ln legacy_mdc2.ln legacy_ripemd.ln legacy_sha.ln legacy_wp.ln m_null.ln m_sigver.ln mac_lib.ln mac_meth.ln names.ln p5_crpt.ln p5_crpt2.ln p_dec.ln p_enc.ln p_legacy.ln p_lib.ln p_open.ln p_seal.ln p_sign.ln p_verify.ln pbe_scrypt.ln pmeth_check.ln pmeth_gn.ln pmeth_lib.ln signature.ln ffc_backend.ln ffc_dh.ln ffc_key_generate.ln ffc_key_validate.ln ffc_params.ln ffc_params_generate.ln ffc_params_validate.ln hmac.ln http_client.ln http_err.ln http_lib.ln i_cbc.ln i_cfb64.ln i_ecb.ln i_ofb64.ln i_skey.ln kdf_err.ln lh_stats.ln lhash.ln md4_dgst.ln md4_one.ln md5_dgst.ln md5_one.ln md5_sha1.ln mdc2_one.ln mdc2dgst.ln cbc128.ln ccm128.ln cfb128.ln ctr128.ln cts128.ln gcm128.ln ocb128.ln ofb128.ln siv128.ln wrap128.ln xts128.ln o_names.ln obj_dat.ln obj_err.ln obj_lib.ln obj_xref.ln ocsp_asn.ln ocsp_cl.ln ocsp_err.ln ocsp_ext.ln ocsp_http.ln ocsp_lib.ln ocsp_prn.ln ocsp_srv.ln ocsp_vfy.ln v3_ocsp.ln pem_all.ln pem_err.ln pem_info.ln pem_lib.ln pem_oth.ln pem_pk8.ln pem_pkey.ln pem_sign.ln pem_x509.ln pem_xaux.ln pvkfmt.ln p12_add.ln p12_asn.ln p12_attr.ln p12_crpt.ln p12_crt.ln p12_decr.ln p12_init.ln p12_key.ln p12_kiss.ln p12_mutl.ln p12_npas.ln p12_p8d.ln p12_p8e.ln p12_sbag.ln p12_utl.ln pk12err.ln bio_pk7.ln pk7_asn1.ln pk7_attr.ln pk7_doit.ln pk7_lib.ln pk7_mime.ln pk7_smime.ln pkcs7err.ln poly1305.ln pqueue.ln defn_cache.ln property.ln property_err.ln property_parse.ln property_query.ln property_string.ln baseprov.ln defltprov.ln nullprov.ln prov_running.ln prov_seed.ln rand_deprecated.ln rand_err.ln rand_lib.ln rand_meth.ln rand_pool.ln randfile.ln rc2_cbc.ln rc2_ecb.ln rc2_skey.ln rc2cfb64.ln rc2ofb64.ln rmd_dgst.ln rmd_one.ln rsa_ameth.ln rsa_asn1.ln rsa_backend.ln rsa_chk.ln rsa_crpt.ln rsa_depr.ln rsa_err.ln rsa_gen.ln rsa_lib.ln rsa_meth.ln rsa_mp.ln rsa_mp_names.ln rsa_none.ln rsa_oaep.ln rsa_ossl.ln rsa_pk1.ln rsa_pmeth.ln rsa_prn.ln rsa_pss.ln rsa_saos.ln rsa_schemes.ln rsa_sign.ln rsa_sp800_56b_check.ln rsa_sp800_56b_gen.ln rsa_x931.ln rsa_x931g.ln seed.ln seed_cbc.ln seed_cfb.ln seed_ecb.ln seed_ofb.ln sha1dgst.ln sha3.ln libc-sha1.ln libc-sha512.ln libc-sha256.ln libc-sha2xx.ln siphash.ln sm2_crypt.ln sm2_err.ln sm2_key.ln sm2_sign.ln legacy_sm3.ln sm3.ln sm4.ln srp_lib.ln srp_vfy.ln stack.ln store_err.ln store_init.ln store_lib.ln store_meth.ln store_register.ln store_result.ln store_strings.ln ts_asn1.ln ts_conf.ln ts_err.ln ts_lib.ln ts_req_print.ln ts_req_utils.ln ts_rsp_print.ln ts_rsp_sign.ln ts_rsp_utils.ln ts_rsp_verify.ln ts_verify_ctx.ln txt_db.ln ui_err.ln ui_lib.ln ui_null.ln ui_openssl.ln ui_util.ln wp_dgst.ln by_dir.ln by_file.ln by_store.ln pcy_cache.ln pcy_data.ln pcy_lib.ln pcy_map.ln pcy_node.ln pcy_tree.ln t_crl.ln t_req.ln t_x509.ln v3_addr.ln v3_admis.ln v3_akeya.ln v3_akid.ln v3_asid.ln v3_bcons.ln v3_bitst.ln v3_conf.ln v3_cpols.ln v3_crld.ln v3_enum.ln v3_extku.ln v3_genn.ln v3_ia5.ln v3_info.ln v3_int.ln v3_ist.ln v3_lib.ln v3_ncons.ln v3_pci.ln v3_pcia.ln v3_pcons.ln v3_pku.ln v3_pmaps.ln v3_prn.ln v3_purp.ln v3_san.ln v3_skid.ln v3_sxnet.ln v3_tlsf.ln v3_utf8.ln v3_utl.ln v3err.ln x509_att.ln x509_cmp.ln x509_d2.ln x509_def.ln x509_err.ln x509_ext.ln x509_lu.ln x509_meth.ln x509_obj.ln x509_r2x.ln x509_req.ln x509_set.ln x509_trust.ln x509_txt.ln x509_v3.ln x509_vfy.ln x509_vpm.ln x509cset.ln x509name.ln x509rset.ln x509spki.ln x509type.ln x_all.ln x_attrib.ln x_crl.ln x_exten.ln x_name.ln x_pubkey.ln x_req.ln x_x509.ln x_x509a.ln bio_prov.ln capabilities.ln digest_to_nid.ln provider_seeding.ln provider_util.ln securitycheck.ln securitycheck_default.ln provider_ctx.ln provider_err.ln der_rsa_sig.ln der_sm2_gen.ln der_sm2_key.ln der_sm2_sig.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln rsa_enc.ln sm2_enc.ln cipher_aes.ln cipher_aes_cbc_hmac_sha.ln cipher_aes_cbc_hmac_sha1_hw.ln cipher_aes_cbc_hmac_sha256_hw.ln cipher_aes_ccm.ln cipher_aes_ccm_hw.ln cipher_aes_gcm.ln cipher_aes_gcm_hw.ln cipher_aes_hw.ln cipher_aes_ocb.ln cipher_aes_ocb_hw.ln cipher_aes_siv.ln cipher_aes_siv_hw.ln cipher_aes_wrp.ln cipher_aes_xts.ln cipher_aes_xts_fips.ln cipher_aes_xts_hw.ln cipher_aria.ln cipher_aria_ccm.ln cipher_aria_ccm_hw.ln cipher_aria_gcm.ln cipher_aria_gcm_hw.ln cipher_aria_hw.ln cipher_camellia.ln cipher_camellia_hw.ln cipher_chacha20.ln cipher_chacha20_hw.ln cipher_chacha20_poly1305.ln cipher_chacha20_poly1305_hw.ln cipher_cts.ln cipher_null.ln cipher_sm4.ln cipher_sm4_hw.ln cipher_tdes.ln cipher_tdes_common.ln cipher_tdes_default.ln cipher_tdes_default_hw.ln cipher_tdes_hw.ln cipher_tdes_wrap.ln cipher_tdes_wrap_hw.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln md5_prov.ln md5_sha1_prov.ln null_prov.ln ripemd_prov.ln sha2_prov.ln sha3_prov.ln sm3_prov.ln digestcommon.ln decode_der2key.ln decode_epki2pki.ln decode_msblob2key.ln decode_pem2der.ln decode_pvk2key.ln decode_spki2typespki.ln encode_key2any.ln encode_key2blob.ln encode_key2ms.ln encode_key2text.ln endecoder_common.ln dh_exch.ln ecdh_exch.ln ecx_exch.ln kdf_exch.ln hkdf.ln kbkdf.ln krb5kdf.ln pbkdf2.ln pbkdf2_fips.ln pkcs12kdf.ln scrypt.ln sshkdf.ln sskdf.ln tls1_prf.ln x942kdf.ln rsa_kem.ln dh_kmgmt.ln dsa_kmgmt.ln ec_kmgmt.ln ecx_kmgmt.ln kdf_legacy_kmgmt.ln mac_legacy_kmgmt.ln rsa_kmgmt.ln blake2b_mac.ln blake2s_mac.ln cmac_prov.ln gmac_prov.ln hmac_prov.ln kmac_prov.ln poly1305_prov.ln siphash_prov.ln crngt.ln drbg.ln drbg_ctr.ln drbg_hash.ln drbg_hmac.ln seed_src.ln test_rng.ln rand_cpu_x86.ln rand_tsc.ln rand_unix.ln rand_win.ln dsa_sig.ln ecdsa_sig.ln eddsa_sig.ln mac_legacy_sig.ln rsa_sig.ln sm2_sig.ln file_store.ln file_store_any2obj.ln s3_cbc.ln bio_prov.ln capabilities.ln digest_to_nid.ln provider_seeding.ln provider_util.ln securitycheck.ln securitycheck_default.ln provider_ctx.ln provider_err.ln der_rsa_sig.ln der_sm2_gen.ln der_sm2_key.ln der_sm2_sig.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln cipher_aes.ln cipher_aes_cbc_hmac_sha.ln cipher_aes_cbc_hmac_sha1_hw.ln cipher_aes_cbc_hmac_sha256_hw.ln cipher_aes_ccm.ln cipher_aes_ccm_hw.ln cipher_aes_gcm.ln cipher_aes_gcm_hw.ln cipher_aes_hw.ln cipher_aes_ocb.ln cipher_aes_ocb_hw.ln cipher_aes_siv.ln cipher_aes_siv_hw.ln cipher_aes_wrp.ln cipher_aes_xts.ln cipher_aes_xts_fips.ln cipher_aes_xts_hw.ln cipher_aria.ln cipher_aria_ccm.ln cipher_aria_ccm_hw.ln cipher_aria_gcm.ln cipher_aria_gcm_hw.ln cipher_aria_hw.ln cipher_camellia.ln cipher_camellia_hw.ln cipher_chacha20.ln cipher_chacha20_hw.ln cipher_chacha20_poly1305.ln cipher_chacha20_poly1305_hw.ln cipher_cts.ln cipher_null.ln cipher_sm4.ln cipher_sm4_hw.ln cipher_tdes.ln cipher_tdes_common.ln cipher_tdes_default.ln cipher_tdes_default_hw.ln cipher_tdes_hw.ln cipher_tdes_wrap.ln cipher_tdes_wrap_hw.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln md5_prov.ln md5_sha1_prov.ln null_prov.ln ripemd_prov.ln sha2_prov.ln sha3_prov.ln sm3_prov.ln digestcommon.ln tls_pad.ln || true) --- cleandir-external --- cleandir ===> external/bsd/atf/share/doc --- cleandir-atf --- cleandir ===> external/bsd/atf/share/doc/atf --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f buildinf.h libcrypto.so.15.map a.out [Ee]rrs mklog core *.core libcrypto.pc || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/share/doc/atf && rm -f atf-version.txt atf-version-real.txt atf.7 atf.7.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f buildinf.h libcrypto.so.15.map a.out [Ee]rrs mklog core *.core libcrypto.pc || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/share/doc/atf && rm -f atf-version.txt atf-version-real.txt atf.7 atf.7.tmp || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/share/doc/atf && rm -f atf.html7 atf-formats.html5 atf-test-case.html4 atf-test-program.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/share/doc/atf && rm -f atf.html7 atf-formats.html5 atf-test-case.html4 atf-test-program.html1 || true) --- cleandir-examples --- cleandir ===> external/bsd/atf/share/examples --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-atf --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f ADMISSIONS.html3 ASN1_EXTERN_FUNCS.html3 ASN1_INTEGER_get_int64.html3 ASN1_INTEGER_new.html3 ASN1_ITEM_lookup.html3 ASN1_OBJECT_new.html3 ASN1_STRING_TABLE_add.html3 ASN1_STRING_length.html3 ASN1_STRING_new.html3 ASN1_STRING_print_ex.html3 ASN1_TIME_set.html3 ASN1_TYPE_get.html3 ASN1_aux_cb.html3 ASN1_generate_nconf.html3 ASN1_item_d2i_bio.html3 ASN1_item_new.html3 ASN1_item_sign.html3 ASYNC_WAIT_CTX_new.html3 ASYNC_start_job.html3 BF_encrypt.html3 BIO_ADDR.html3 BIO_ADDRINFO.html3 BIO_connect.html3 BIO_ctrl.html3 BIO_f_base64.html3 BIO_f_buffer.html3 BIO_f_cipher.html3 BIO_f_md.html3 BIO_f_null.html3 BIO_f_prefix.html3 BIO_f_readbuffer.html3 BIO_f_ssl.html3 BIO_find_type.html3 BIO_get_data.html3 BIO_get_ex_new_index.html3 BIO_meth_new.html3 BIO_new.html3 BIO_new_CMS.html3 BIO_parse_hostserv.html3 BIO_printf.html3 BIO_push.html3 BIO_read.html3 BIO_s_accept.html3 BIO_s_bio.html3 BIO_s_connect.html3 BIO_s_core.html3 BIO_s_datagram.html3 BIO_s_fd.html3 BIO_s_file.html3 BIO_s_mem.html3 BIO_s_null.html3 BIO_s_socket.html3 BIO_set_callback.html3 BIO_should_retry.html3 BIO_socket_wait.html3 BN_BLINDING_new.html3 BN_CTX_new.html3 BN_CTX_start.html3 BN_add.html3 BN_add_word.html3 BN_bn2bin.html3 BN_cmp.html3 BN_copy.html3 BN_generate_prime.html3 BN_mod_exp_mont.html3 BN_mod_inverse.html3 BN_mod_mul_montgomery.html3 BN_mod_mul_reciprocal.html3 BN_new.html3 BN_num_bytes.html3 BN_rand.html3 BN_security_bits.html3 BN_set_bit.html3 BN_swap.html3 BN_zero.html3 BUF_MEM_new.html3 CMS_EncryptedData_decrypt.html3 CMS_EncryptedData_encrypt.html3 CMS_EnvelopedData_create.html3 CMS_add0_cert.html3 CMS_add1_recipient_cert.html3 CMS_add1_signer.html3 CMS_compress.html3 CMS_data_create.html3 CMS_decrypt.html3 CMS_digest_create.html3 CMS_encrypt.html3 CMS_final.html3 CMS_get0_RecipientInfos.html3 CMS_get0_SignerInfos.html3 CMS_get0_type.html3 CMS_get1_ReceiptRequest.html3 CMS_sign.html3 CMS_sign_receipt.html3 CMS_uncompress.html3 CMS_verify.html3 CMS_verify_receipt.html3 CONF_modules_free.html3 CONF_modules_load_file.html3 CRYPTO_THREAD_run_once.html3 CRYPTO_get_ex_new_index.html3 CRYPTO_memcmp.html3 CTLOG_STORE_get0_log_by_id.html3 CTLOG_STORE_new.html3 CTLOG_new.html3 CT_POLICY_EVAL_CTX_new.html3 DEFINE_STACK_OF.html3 DH_generate_key.html3 DH_generate_parameters.html3 DH_get0_pqg.html3 DH_get_1024_160.html3 DH_meth_new.html3 DH_new.html3 DH_new_by_nid.html3 DH_set_method.html3 DH_size.html3 DSA_SIG_new.html3 DSA_do_sign.html3 DSA_dup_DH.html3 DSA_generate_key.html3 DSA_generate_parameters.html3 DSA_get0_pqg.html3 DSA_meth_new.html3 DSA_new.html3 DSA_set_method.html3 DSA_sign.html3 DSA_size.html3 DTLS_get_data_mtu.html3 DTLS_set_timer_cb.html3 DTLSv1_listen.html3 ECDSA_SIG_new.html3 ECDSA_sign.html3 ECPKParameters_print.html3 EC_GFp_simple_method.html3 EC_GROUP_copy.html3 EC_GROUP_new.html3 EC_KEY_get_enc_flags.html3 EC_KEY_new.html3 EC_POINT_add.html3 EC_POINT_new.html3 ENGINE_add.html3 ERR_GET_LIB.html3 ERR_clear_error.html3 ERR_error_string.html3 ERR_get_error.html3 ERR_load_crypto_strings.html3 ERR_load_strings.html3 ERR_new.html3 ERR_print_errors.html3 ERR_put_error.html3 ERR_remove_state.html3 ERR_set_mark.html3 EVP_ASYM_CIPHER-RSA.html7 EVP_ASYM_CIPHER-SM2.html7 EVP_ASYM_CIPHER_free.html3 EVP_BytesToKey.html3 EVP_CIPHER-AES.html7 EVP_CIPHER-ARIA.html7 EVP_CIPHER-BLOWFISH.html7 EVP_CIPHER-CAMELLIA.html7 EVP_CIPHER-CAST.html7 EVP_CIPHER-CHACHA.html7 EVP_CIPHER-DES.html7 EVP_CIPHER-IDEA.html7 EVP_CIPHER-NULL.html7 EVP_CIPHER-RC2.html7 EVP_CIPHER-RC4.html7 EVP_CIPHER-RC5.html7 EVP_CIPHER-SEED.html7 EVP_CIPHER-SM4.html7 EVP_CIPHER_CTX_get_cipher_data.html3 EVP_CIPHER_CTX_get_original_iv.html3 EVP_CIPHER_meth_new.html3 EVP_DigestInit.html3 EVP_DigestSignInit.html3 EVP_DigestVerifyInit.html3 EVP_EncodeInit.html3 EVP_EncryptInit.html3 EVP_KDF-HKDF.html7 EVP_KDF-KB.html7 EVP_KDF-KRB5KDF.html7 EVP_KDF-PBKDF1.html7 EVP_KDF-PBKDF2.html7 EVP_KDF-PKCS12KDF.html7 EVP_KDF-SCRYPT.html7 EVP_KDF-SS.html7 EVP_KDF-SSHKDF.html7 EVP_KDF-TLS13_KDF.html7 EVP_KDF-TLS1_PRF.html7 EVP_KDF-X942-ASN1.html7 EVP_KDF-X942-CONCAT.html7 EVP_KDF-X963.html7 EVP_KDF.html3 EVP_KEM-RSA.html7 EVP_KEM_free.html3 EVP_KEYEXCH-DH.html7 EVP_KEYEXCH-ECDH.html7 EVP_KEYEXCH-X25519.html7 EVP_KEYEXCH_free.html3 EVP_KEYMGMT.html3 EVP_MAC-BLAKE2.html7 EVP_MAC-CMAC.html7 EVP_MAC-GMAC.html7 EVP_MAC-HMAC.html7 EVP_MAC-KMAC.html7 EVP_MAC-Poly1305.html7 EVP_MAC-Siphash.html7 EVP_MAC.html3 EVP_MD-BLAKE2.html7 EVP_MD-MD2.html7 EVP_MD-MD4.html7 EVP_MD-MD5-SHA1.html7 EVP_MD-MD5.html7 EVP_MD-NULL.html7 EVP_MD-MDC2.html7 EVP_MD-RIPEMD160.html7 EVP_MD-SHA1.html7 EVP_MD-SHA2.html7 EVP_MD-SHA3.html7 EVP_MD-SHAKE.html7 EVP_MD-SM3.html7 EVP_MD-WHIRLPOOL.html7 EVP_MD-common.html7 EVP_MD_meth_new.html3 EVP_OpenInit.html3 EVP_PBE_CipherInit.html3 EVP_PKEY-DH.html7 EVP_PKEY-DSA.html7 EVP_PKEY-EC.html7 EVP_PKEY-FFC.html7 EVP_PKEY-HMAC.html7 EVP_PKEY-RSA.html7 EVP_PKEY-SM2.html7 EVP_PKEY-X25519.html7 EVP_PKEY2PKCS8.html3 EVP_PKEY_ASN1_METHOD.html3 EVP_PKEY_CTX_ctrl.html3 EVP_PKEY_CTX_get0_libctx.html3 EVP_PKEY_CTX_get0_pkey.html3 EVP_PKEY_CTX_new.html3 EVP_PKEY_CTX_set1_pbe_pass.html3 EVP_PKEY_CTX_set_hkdf_md.html3 EVP_PKEY_CTX_set_params.html3 EVP_PKEY_CTX_set_rsa_pss_keygen_md.html3 EVP_PKEY_CTX_set_scrypt_N.html3 EVP_PKEY_CTX_set_tls1_prf_md.html3 EVP_PKEY_asn1_get_count.html3 EVP_PKEY_check.html3 EVP_PKEY_cmp.html3 EVP_PKEY_copy_parameters.html3 EVP_PKEY_decapsulate.html3 EVP_PKEY_decrypt.html3 EVP_PKEY_derive.html3 EVP_PKEY_digestsign_supports_digest.html3 EVP_PKEY_encapsulate.html3 EVP_PKEY_encrypt.html3 EVP_PKEY_fromdata.html3 EVP_PKEY_get_default_digest_nid.html3 EVP_PKEY_get_field_type.html3 EVP_PKEY_get_group_name.html3 EVP_PKEY_get_size.html3 EVP_PKEY_gettable_params.html3 EVP_PKEY_is_a.html3 EVP_PKEY_keygen.html3 EVP_PKEY_meth_get_count.html3 EVP_PKEY_meth_new.html3 EVP_PKEY_new.html3 EVP_PKEY_print_private.html3 EVP_PKEY_set1_RSA.html3 EVP_PKEY_set1_encoded_public_key.html3 EVP_PKEY_set_type.html3 EVP_PKEY_settable_params.html3 EVP_PKEY_sign.html3 EVP_PKEY_todata.html3 EVP_PKEY_verify.html3 EVP_PKEY_verify_recover.html3 EVP_RAND-CTR-DRBG.html7 EVP_RAND-HASH-DRBG.html7 EVP_RAND-HMAC-DRBG.html7 EVP_RAND-SEED-SRC.html7 EVP_RAND-TEST-RAND.html7 EVP_RAND.html3 EVP_RAND.html7 EVP_SIGNATURE-DSA.html7 EVP_SIGNATURE-ECDSA.html7 EVP_SIGNATURE-ED25519.html7 EVP_SIGNATURE-HMAC.html7 EVP_SIGNATURE-RSA.html7 EVP_SIGNATURE.html3 EVP_SealInit.html3 EVP_SignInit.html3 EVP_VerifyInit.html3 EVP_aes.html3 EVP_aes_128_gcm.html3 EVP_aria.html3 EVP_aria_128_gcm.html3 EVP_bf_cbc.html3 EVP_blake2b512.html3 EVP_camellia.html3 EVP_camellia_128_ecb.html3 EVP_cast5_cbc.html3 EVP_chacha20.html3 EVP_des.html3 EVP_des_cbc.html3 EVP_desx_cbc.html3 EVP_idea_cbc.html3 EVP_md2.html3 EVP_md4.html3 EVP_md5.html3 EVP_mdc2.html3 EVP_rc2_cbc.html3 EVP_rc4.html3 EVP_rc5_32_12_16_cbc.html3 EVP_ripemd160.html3 EVP_seed_cbc.html3 EVP_set_default_properties.html3 EVP_sha1.html3 EVP_sha224.html3 EVP_sha3_224.html3 EVP_sm3.html3 EVP_sm4_cbc.html3 EVP_whirlpool.html3 Ed25519.html7 MDC2_Init.html3 NCONF_new_ex.html3 OBJ_nid2obj.html3 OCSP_REQUEST_new.html3 OCSP_cert_to_id.html3 OCSP_request_add1_nonce.html3 OCSP_resp_find_status.html3 OCSP_response_status.html3 OCSP_sendreq_new.html3 OPENSSL_Applink.html3 OPENSSL_FILE.html3 OPENSSL_LH_COMPFUNC.html3 OPENSSL_LH_stats.html3 OPENSSL_VERSION_NUMBER.html3 OPENSSL_config.html3 OPENSSL_fork_prepare.html3 OPENSSL_gmtime.html3 OPENSSL_hexchar2int.html3 OPENSSL_ia32cap.html3 OPENSSL_init_crypto.html3 OPENSSL_init_ssl.html3 OPENSSL_instrument_bus.html3 OPENSSL_load_builtin_modules.html3 OPENSSL_malloc.html3 OPENSSL_s390xcap.html3 OPENSSL_secure_malloc.html3 OPENSSL_strcasecmp.html3 OSSL_ALGORITHM.html3 OSSL_CALLBACK.html3 OSSL_CMP_CTX_new.html3 OSSL_CMP_HDR_get0_transactionID.html3 OSSL_CMP_ITAV_set0.html3 OSSL_CMP_MSG_get0_header.html3 OSSL_CMP_MSG_http_perform.html3 OSSL_CMP_SRV_CTX_new.html3 OSSL_CMP_STATUSINFO_new.html3 OSSL_CMP_exec_certreq.html3 OSSL_CMP_log_open.html3 OSSL_CMP_validate_msg.html3 OSSL_CORE_MAKE_FUNC.html3 OSSL_CRMF_MSG_get0_tmpl.html3 OSSL_CRMF_MSG_set0_validity.html3 OSSL_CRMF_MSG_set1_regCtrl_regToken.html3 OSSL_CRMF_MSG_set1_regInfo_certReq.html3 OSSL_CRMF_pbmp_new.html3 OSSL_DECODER.html3 OSSL_DECODER_CTX.html3 OSSL_DECODER_CTX_new_for_pkey.html3 OSSL_DECODER_from_bio.html3 OSSL_DISPATCH.html3 OSSL_ENCODER.html3 OSSL_ENCODER_CTX.html3 OSSL_ENCODER_CTX_new_for_pkey.html3 OSSL_ENCODER_to_bio.html3 OSSL_ESS_check_signing_certs.html3 OSSL_HTTP_REQ_CTX.html3 OSSL_HTTP_parse_url.html3 OSSL_HTTP_transfer.html3 OSSL_ITEM.html3 OSSL_LIB_CTX.html3 OSSL_PARAM.html3 OSSL_PARAM_BLD.html3 OSSL_PARAM_allocate_from_text.html3 OSSL_PARAM_dup.html3 OSSL_PARAM_int.html3 OSSL_PROVIDER-FIPS.html7 OSSL_PROVIDER-base.html7 OSSL_PROVIDER-default.html7 OSSL_PROVIDER-legacy.html7 OSSL_PROVIDER-null.html7 OSSL_PROVIDER.html3 OSSL_SELF_TEST_new.html3 OSSL_SELF_TEST_set_callback.html3 OSSL_STORE_INFO.html3 OSSL_STORE_LOADER.html3 OSSL_STORE_SEARCH.html3 OSSL_STORE_attach.html3 OSSL_STORE_expect.html3 OSSL_STORE_open.html3 OSSL_trace_enabled.html3 OSSL_trace_get_category_num.html3 OSSL_trace_set_channel.html3 OpenSSL_add_all_algorithms.html3 OpenSSL_version.html3 PEM_X509_INFO_read_bio_ex.html3 PEM_bytes_read_bio.html3 PEM_read.html3 PEM_read_CMS.html3 PEM_read_bio_PrivateKey.html3 PEM_read_bio_ex.html3 PEM_write_bio_CMS_stream.html3 PEM_write_bio_PKCS7_stream.html3 PKCS12_PBE_keyivgen.html3 PKCS12_SAFEBAG_create_cert.html3 PKCS12_SAFEBAG_get0_attrs.html3 PKCS12_SAFEBAG_get1_cert.html3 PKCS12_add1_attr_by_NID.html3 PKCS12_add_CSPName_asc.html3 PKCS12_add_cert.html3 PKCS12_add_friendlyname_asc.html3 PKCS12_add_localkeyid.html3 PKCS12_add_safe.html3 PKCS12_create.html3 PKCS12_decrypt_skey.html3 PKCS12_gen_mac.html3 PKCS12_get_friendlyname.html3 PKCS12_init.html3 PKCS12_item_decrypt_d2i.html3 PKCS12_key_gen_utf8_ex.html3 PKCS12_newpass.html3 PKCS12_pack_p7encdata.html3 PKCS12_parse.html3 PKCS5_PBE_keyivgen.html3 PKCS5_PBKDF2_HMAC.html3 PKCS7_decrypt.html3 PKCS7_encrypt.html3 PKCS7_get_octet_string.html3 PKCS7_sign.html3 PKCS7_sign_add_signer.html3 PKCS7_type_is_other.html3 PKCS7_verify.html3 PKCS8_encrypt.html3 PKCS8_pkey_add1_attr.html3 RAND.html7 RAND_DRBG.html7 RAND_DRBG_generate.html3 RAND_DRBG_get0_master.html3 RAND_DRBG_new.html3 RAND_DRBG_reseed.html3 RAND_DRBG_set_callbacks.html3 RAND_DRBG_set_ex_data.html3 RAND_add.html3 RAND_bytes.html3 RAND_cleanup.html3 RAND_egd.html3 RAND_get0_primary.html3 RAND_load_file.html3 RAND_set_DRBG_type.html3 RAND_set_rand_method.html3 RC4_set_key.html3 RIPEMD160_Init.html3 RSA-PSS.html7 RSA_blinding_on.html3 RSA_check_key.html3 RSA_generate_key.html3 RSA_get0_key.html3 RSA_meth_new.html3 RSA_new.html3 RSA_padding_add_PKCS1_type_1.html3 RSA_print.html3 RSA_private_encrypt.html3 RSA_public_encrypt.html3 RSA_set_method.html3 RSA_sign.html3 RSA_sign_ASN1_OCTET_STRING.html3 RSA_size.html3 SCT_new.html3 SCT_print.html3 SCT_validate.html3 SM2.html7 SMIME_read_ASN1.html3 SMIME_read_CMS.html3 SMIME_read_PKCS7.html3 SMIME_write_ASN1.html3 SMIME_write_CMS.html3 SMIME_write_PKCS7.html3 SRP_Calc_B.html3 SRP_VBASE_new.html3 SRP_create_verifier.html3 SRP_user_pwd_new.html3 SSL_CIPHER_get_name.html3 SSL_COMP_add_compression_method.html3 SSL_CONF_CTX_new.html3 SSL_CONF_CTX_set1_prefix.html3 SSL_CONF_CTX_set_flags.html3 SSL_CONF_CTX_set_ssl_ctx.html3 SSL_CONF_cmd.html3 SSL_CONF_cmd_argv.html3 SSL_CTX_add1_chain_cert.html3 SSL_CTX_add_extra_chain_cert.html3 SSL_CTX_add_session.html3 SSL_CTX_config.html3 SSL_CTX_ctrl.html3 SSL_CTX_dane_enable.html3 SSL_CTX_flush_sessions.html3 SSL_CTX_free.html3 SSL_CTX_get0_param.html3 SSL_CTX_get_verify_mode.html3 SSL_CTX_has_client_custom_ext.html3 SSL_CTX_load_verify_locations.html3 SSL_CTX_new.html3 SSL_CTX_sess_number.html3 SSL_CTX_sess_set_cache_size.html3 SSL_CTX_sess_set_get_cb.html3 SSL_CTX_sessions.html3 SSL_CTX_set0_CA_list.html3 SSL_CTX_set1_curves.html3 SSL_CTX_set1_sigalgs.html3 SSL_CTX_set1_verify_cert_store.html3 SSL_CTX_set_alpn_select_cb.html3 SSL_CTX_set_cert_cb.html3 SSL_CTX_set_cert_store.html3 SSL_CTX_set_cert_verify_callback.html3 SSL_CTX_set_cipher_list.html3 SSL_CTX_set_client_CA_list.html3 SSL_CTX_set_client_cert_cb.html3 SSL_CTX_set_client_hello_cb.html3 SSL_CTX_set_ct_validation_callback.html3 SSL_CTX_set_ctlog_list_file.html3 SSL_CTX_set_default_passwd_cb.html3 SSL_CTX_set_ex_data.html3 SSL_CTX_set_generate_session_id.html3 SSL_CTX_set_info_callback.html3 SSL_CTX_set_keylog_callback.html3 SSL_CTX_set_max_cert_list.html3 SSL_CTX_set_min_proto_version.html3 SSL_CTX_set_mode.html3 SSL_CTX_set_msg_callback.html3 SSL_CTX_set_num_tickets.html3 SSL_CTX_set_options.html3 SSL_CTX_set_psk_client_callback.html3 SSL_CTX_set_quiet_shutdown.html3 SSL_CTX_set_read_ahead.html3 SSL_CTX_set_record_padding_callback.html3 SSL_CTX_set_security_level.html3 SSL_CTX_set_session_cache_mode.html3 SSL_CTX_set_session_id_context.html3 SSL_CTX_set_session_ticket_cb.html3 SSL_CTX_set_split_send_fragment.html3 SSL_CTX_set_srp_password.html3 SSL_CTX_set_ssl_version.html3 SSL_CTX_set_stateless_cookie_generate_cb.html3 SSL_CTX_set_timeout.html3 SSL_CTX_set_tlsext_servername_callback.html3 SSL_CTX_set_tlsext_status_cb.html3 SSL_CTX_set_tlsext_ticket_key_cb.html3 SSL_CTX_set_tlsext_use_srtp.html3 SSL_CTX_set_tmp_dh_callback.html3 SSL_CTX_set_tmp_ecdh.html3 SSL_CTX_set_verify.html3 SSL_CTX_use_certificate.html3 SSL_CTX_use_psk_identity_hint.html3 SSL_CTX_use_serverinfo.html3 SSL_SESSION_free.html3 SSL_SESSION_get0_cipher.html3 SSL_SESSION_get0_hostname.html3 SSL_SESSION_get0_id_context.html3 SSL_SESSION_get0_peer.html3 SSL_SESSION_get_compress_id.html3 SSL_SESSION_get_ex_data.html3 SSL_SESSION_get_protocol_version.html3 SSL_SESSION_get_time.html3 SSL_SESSION_has_ticket.html3 SSL_SESSION_is_resumable.html3 SSL_SESSION_print.html3 SSL_SESSION_set1_id.html3 SSL_accept.html3 SSL_alert_type_string.html3 SSL_alloc_buffers.html3 SSL_check_chain.html3 SSL_clear.html3 SSL_connect.html3 SSL_do_handshake.html3 SSL_export_keying_material.html3 SSL_extension_supported.html3 SSL_free.html3 SSL_get0_peer_scts.html3 SSL_get_SSL_CTX.html3 SSL_get_all_async_fds.html3 SSL_get_certificate.html3 SSL_get_ciphers.html3 SSL_get_client_CA_list.html3 SSL_get_client_random.html3 SSL_get_current_cipher.html3 SSL_get_default_timeout.html3 SSL_get_error.html3 SSL_get_extms_support.html3 SSL_get_fd.html3 SSL_get_peer_cert_chain.html3 SSL_get_peer_certificate.html3 SSL_get_peer_signature_nid.html3 SSL_get_peer_tmp_key.html3 SSL_get_psk_identity.html3 SSL_get_rbio.html3 SSL_get_server_tmp_key.html3 SSL_get_session.html3 SSL_get_shared_sigalgs.html3 SSL_get_verify_result.html3 SSL_get_version.html3 SSL_group_to_name.html3 SSL_in_init.html3 SSL_key_update.html3 SSL_library_init.html3 SSL_load_client_CA_file.html3 SSL_new.html3 SSL_pending.html3 SSL_read.html3 SSL_read_early_data.html3 SSL_rstate_string.html3 SSL_session_reused.html3 SSL_set1_host.html3 SSL_set_async_callback.html3 SSL_set_bio.html3 SSL_set_connect_state.html3 SSL_set_fd.html3 SSL_set_retry_verify.html3 SSL_set_session.html3 SSL_set_shutdown.html3 SSL_set_verify_result.html3 SSL_shutdown.html3 SSL_state_string.html3 SSL_want.html3 SSL_write.html3 TS_RESP_CTX_new.html3 TS_VERIFY_CTX_set_certs.html3 UI_STRING.html3 UI_UTIL_read_pw.html3 UI_create_method.html3 UI_new.html3 X25519.html7 X509V3_get_d2i.html3 X509V3_set_ctx.html3 X509_ALGOR_dup.html3 X509_CRL_get0_by_serial.html3 X509_EXTENSION_set_object.html3 X509_LOOKUP.html3 X509_LOOKUP_hash_dir.html3 X509_LOOKUP_meth_new.html3 X509_NAME_ENTRY_get_object.html3 X509_NAME_add_entry_by_txt.html3 X509_NAME_get0_der.html3 X509_NAME_get_index_by_NID.html3 X509_NAME_print_ex.html3 X509_PUBKEY_new.html3 X509_SIG_get0.html3 X509_STORE_CTX_get_error.html3 X509_STORE_CTX_new.html3 X509_STORE_CTX_set_verify_cb.html3 X509_STORE_add_cert.html3 X509_STORE_get0_param.html3 X509_STORE_new.html3 X509_STORE_set_verify_cb_func.html3 X509_VERIFY_PARAM_set_flags.html3 X509_add_cert.html3 X509_check_ca.html3 X509_check_host.html3 X509_check_issued.html3 X509_check_private_key.html3 X509_check_purpose.html3 X509_cmp.html3 X509_cmp_time.html3 X509_digest.html3 X509_dup.html3 X509_get0_distinguishing_id.html3 X509_get0_notBefore.html3 X509_get0_signature.html3 X509_get0_uids.html3 X509_get_extension_flags.html3 X509_get_pubkey.html3 X509_get_serialNumber.html3 X509_get_subject_name.html3 X509_get_version.html3 X509_load_http.html3 X509_new.html3 X509_sign.html3 X509_verify.html3 X509_verify_cert.html3 X509v3_get_ext_by_NID.html3 b2i_PVK_bio_ex.html3 bio.html7 crypto.html7 ct.html7 d2i_DHparams.html3 d2i_PKCS8PrivateKey_bio.html3 d2i_PrivateKey.html3 d2i_RSAPrivateKey.html3 d2i_SSL_SESSION.html3 d2i_X509.html3 des_modes.html7 evp.html7 fips_config.html5 fips_module.html7 i2d_CMS_bio_stream.html3 i2d_PKCS7_bio_stream.html3 i2d_re_X509_tbs.html3 life_cycle-cipher.html7 life_cycle-digest.html7 life_cycle-kdf.html7 life_cycle-mac.html7 life_cycle-pkey.html7 life_cycle-rand.html7 migration_guide.html7 o2i_SCT_LIST.html3 openssl-core.h.html7 openssl-core_dispatch.h.html7 openssl-core_names.h.html7 openssl-env.html7 openssl-format-options.html1 openssl-glossary.html7 openssl-namedisplay-options.html1 openssl-passphrase-options.html1 openssl-threads.html7 openssl-verification-options.html1 openssl.html1 openssl.cnf.html5 openssl_CA.pl.html1 openssl_HMAC.html3 openssl_MD5.html3 openssl_asn1parse.html1 openssl_bio.html3 openssl_ca.html1 openssl_ciphers.html1 openssl_cms.html1 openssl_config.html5 openssl_crl.html1 openssl_crl2pkcs7.html1 openssl_dgst.html1 openssl_dhparam.html1 openssl_dsa.html1 openssl_dsaparam.html1 openssl_ec.html1 openssl_ecparam.html1 openssl_enc.html1 openssl_engine.html1 openssl_errstr.html1 openssl_evp.html3 openssl_gendsa.html1 openssl_genpkey.html1 openssl_genrsa.html1 openssl_list.html1 openssl_nseq.html1 openssl_ocsp.html1 openssl_passwd.html1 openssl_pkcs12.html1 openssl_pkcs7.html1 openssl_pkcs8.html1 openssl_pkey.html1 openssl_pkeyparam.html1 openssl_pkeyutl.html1 openssl_prime.html1 openssl_rand.html1 openssl_rehash.html1 openssl_req.html1 openssl_rsa.html1 openssl_rsautl.html1 openssl_s_client.html1 openssl_s_server.html1 openssl_s_time.html1 openssl_sess_id.html1 openssl_smime.html1 openssl_speed.html1 openssl_spkac.html1 openssl_srp.html1 openssl_storeutl.html1 openssl_ts.html1 openssl_tsget.html1 openssl_verify.html1 openssl_version.html1 openssl_x509.html1 ossl_store-file.html7 ossl_store.html7 passphrase-encoding.html7 property.html7 provider-asym_cipher.html7 provider-base.html7 provider-cipher.html7 provider-decoder.html7 provider-digest.html7 provider-encoder.html7 provider-kdf.html7 provider-kem.html7 provider-keyexch.html7 provider-keymgmt.html7 provider-mac.html7 provider-object.html7 provider-rand.html7 provider-signature.html7 provider-storemgmt.html7 provider.html7 proxy-certificates.html7 s2i_ASN1_IA5STRING.html3 scrypt.html7 ssl.html7 x509.html7 x509v3_config.html5 .depend a_bitstr.d a_d2i_fp.d a_digest.d a_dup.d a_gentm.d a_i2d_fp.d a_int.d a_mbstr.d a_object.d a_octet.d a_print.d a_sign.d a_strex.d a_strnid.d a_time.d a_type.d a_utctm.d a_utf8.d a_verify.d aes-x86_64.d aes_cfb.d aes_ecb.d aes_ige.d aes_misc.d aes_ofb.d aes_wrap.d aesni-mb-x86_64.d aesni-sha1-x86_64.d aesni-sha256-x86_64.d aesni-x86_64.d ameth_lib.d aria.d asn1_dsa.d asn1_err.d asn1_gen.d asn1_item_list.d asn1_lib.d asn1_parse.d asn_mime.d asn_moid.d asn_mstbl.d asn_pack.d asymcipher.d async.d async_err.d async_posix.d async_wait.d baseprov.d bf_buff.d bf_cfb64.d bf_ecb.d bf_enc.d bf_lbuf.d bf_nbio.d bf_null.d bf_ofb64.d bf_prefix.d bf_readbuff.d bf_skey.d bio_addr.d bio_asn1.d bio_b64.d bio_cb.d bio_dump.d bio_enc.d bio_err.d bio_lib.d bio_md.d bio_meth.d bio_ndef.d bio_ok.d bio_pk7.d bio_print.d bio_prov.d bio_sock.d bio_sock2.d blake2_prov.d blake2b_mac.d blake2b_prov.d blake2s_mac.d blake2s_prov.d bn_add.d bn_blind.d bn_const.d bn_conv.d bn_ctx.d bn_depr.d bn_dh.d bn_div.d bn_err.d bn_exp.d bn_exp2.d bn_gcd.d bn_gf2m.d bn_intern.d bn_kron.d bn_lib.d bn_mod.d bn_mont.d bn_mpi.d bn_mul.d bn_nist.d bn_prime.d bn_print.d bn_rand.d bn_recp.d bn_rsa_fips186_4.d bn_shift.d bn_sqr.d bn_sqrt.d bn_srp.d bn_word.d bn_x931p.d bsaes-x86_64.d bsearch.d bss_acpt.d bss_bio.d bss_conn.d bss_core.d bss_dgram.d bss_fd.d bss_file.d bss_log.d bss_mem.d bss_null.d bss_sock.d buf_err.d buffer.d by_dir.d by_file.d by_store.d c_allc.d c_alld.d c_cfb64.d c_ecb.d c_enc.d c_ofb64.d c_skey.d c_zlib.d capabilities.d cbc128.d cbc_cksm.d cbc_enc.d ccm128.d cfb128.d cfb64ede.d cfb64enc.d cfb_enc.d chacha-x86_64.d cipher_aes.d cipher_aes_cbc_hmac_sha.d cipher_aes_cbc_hmac_sha1_hw.d cipher_aes_cbc_hmac_sha256_hw.d cipher_aes_ccm.d cipher_aes_ccm_hw.d cipher_aes_gcm.d cipher_aes_gcm_hw.d cipher_aes_hw.d cipher_aes_ocb.d cipher_aes_ocb_hw.d cipher_aes_siv.d cipher_aes_siv_hw.d cipher_aes_wrp.d cipher_aes_xts.d cipher_aes_xts_fips.d cipher_aes_xts_hw.d cipher_aria.d cipher_aria_ccm.d cipher_aria_ccm_hw.d cipher_aria_gcm.d cipher_aria_gcm_hw.d cipher_aria_hw.d cipher_camellia.d cipher_camellia_hw.d cipher_chacha20.d cipher_chacha20_hw.d cipher_chacha20_poly1305.d cipher_chacha20_poly1305_hw.d cipher_cts.d cipher_null.d cipher_sm4.d cipher_sm4_hw.d cipher_tdes.d cipher_tdes_common.d cipher_tdes_default.d cipher_tdes_default_hw.d cipher_tdes_hw.d cipher_tdes_wrap.d cipher_tdes_wrap_hw.d ciphercommon.d ciphercommon_block.d ciphercommon_ccm.d ciphercommon_ccm_hw.d ciphercommon_gcm.d ciphercommon_gcm_hw.d ciphercommon_hw.d cmac.d cmac_prov.d cmeth_lib.d cmll-x86_64.d cmll_cfb.d cmll_ctr.d cmll_ecb.d cmll_misc.d cmll_ofb.d cmp_asn.d cmp_client.d cmp_ctx.d cmp_err.d cmp_hdr.d cmp_http.d cmp_msg.d cmp_protect.d cmp_server.d cmp_status.d cmp_util.d cmp_vfy.d cms_asn1.d cms_att.d cms_cd.d cms_dd.d cms_dh.d cms_ec.d cms_enc.d cms_env.d cms_err.d cms_ess.d cms_io.d cms_kari.d cms_lib.d cms_pwri.d cms_rsa.d cms_sd.d cms_smime.d comp_err.d comp_lib.d conf_api.d conf_def.d conf_err.d conf_lib.d conf_mall.d conf_mod.d conf_sap.d conf_ssl.d context.d core_algorithm.d core_fetch.d core_namemap.d cpt_err.d cpuid.d crmf_asn.d crmf_err.d crmf_lib.d crmf_pbm.d crngt.d cryptlib.d ct_b64.d ct_err.d ct_log.d ct_oct.d ct_policy.d ct_prn.d ct_sct.d ct_sct_ctx.d ct_vfy.d ct_x509v3.d ctr128.d ctrl_params_translate.d cts128.d ctype.d curve25519.d curve448.d curve448_tables.d cversion.d d2i_param.d d2i_pr.d d2i_pu.d decode_der2key.d decode_epki2pki.d decode_msblob2key.d decode_pem2der.d decode_pvk2key.d decode_spki2typespki.d decoder_err.d decoder_lib.d decoder_meth.d decoder_pkey.d defltprov.d defn_cache.d der_digests_gen.d der_dsa_gen.d der_dsa_key.d der_dsa_sig.d der_ec_gen.d der_ec_key.d der_ec_sig.d der_ecx_gen.d der_ecx_key.d der_rsa_gen.d der_rsa_key.d der_rsa_sig.d der_sm2_gen.d der_sm2_key.d der_sm2_sig.d der_wrap_gen.d der_writer.d des_enc.d dh_ameth.d dh_asn1.d dh_backend.d dh_check.d dh_ctrl.d dh_depr.d dh_err.d dh_exch.d dh_gen.d dh_group_params.d dh_kdf.d dh_key.d dh_kmgmt.d dh_lib.d dh_meth.d dh_pmeth.d dh_prn.d dh_rfc5114.d dh_support.d digest.d digest_to_nid.d digestcommon.d drbg.d drbg_ctr.d drbg_hash.d drbg_hmac.d dsa_ameth.d dsa_asn1.d dsa_backend.d dsa_check.d dsa_ctrl.d dsa_depr.d dsa_err.d dsa_gen.d dsa_key.d dsa_kmgmt.d dsa_lib.d dsa_meth.d dsa_ossl.d dsa_pmeth.d dsa_prn.d dsa_sig.d dsa_sign.d dsa_vrf.d dso_dl.d dso_dlfcn.d dso_err.d dso_lib.d dso_openssl.d dso_vms.d dso_win32.d e_aes.d e_aes_cbc_hmac_sha1.d e_aes_cbc_hmac_sha256.d e_aria.d e_bf.d e_camellia.d e_cast.d e_chacha20_poly1305.d e_des.d e_des3.d e_idea.d e_null.d e_old.d e_rc2.d e_rc4.d e_rc4_hmac_md5.d e_rc5.d e_seed.d e_sm4.d e_xcbc_d.d ebcdic.d ec2_oct.d ec2_smpl.d ec_ameth.d ec_asn1.d ec_backend.d ec_check.d ec_ctrl.d ec_curve.d ec_cvt.d ec_deprecated.d ec_err.d ec_key.d ec_kmeth.d ec_kmgmt.d ec_lib.d ec_mult.d ec_oct.d ec_pmeth.d ec_print.d ec_support.d ecb3_enc.d ecb_enc.d ecdh_exch.d ecdh_kdf.d ecdh_ossl.d ecdsa_ossl.d ecdsa_sig.d ecdsa_sign.d ecdsa_vrf.d eck_prn.d ecp_mont.d ecp_nist.d ecp_nistz256-x86_64.d ecp_nistz256.d ecp_oct.d ecp_smpl.d ecx_backend.d ecx_exch.d ecx_key.d ecx_kmgmt.d ecx_meth.d eddsa.d eddsa_sig.d encode.d encode_key2any.d encode_key2blob.d encode_key2ms.d encode_key2text.d encoder_err.d encoder_lib.d encoder_meth.d encoder_pkey.d endecoder_common.d eng_all.d eng_cnf.d eng_ctrl.d eng_dyn.d eng_err.d eng_fat.d eng_init.d eng_lib.d eng_list.d eng_openssl.d eng_pkey.d eng_rdrand.d eng_table.d err.d err_all.d err_all_legacy.d err_blocks.d err_prn.d ess_asn1.d ess_err.d ess_lib.d evp_asn1.d evp_cnf.d evp_enc.d evp_err.d evp_fetch.d evp_key.d evp_lib.d evp_pbe.d evp_pkey.d evp_rand.d evp_utils.d ex_data.d exchange.d f_generic.d f_impl32.d f_impl64.d f_int.d f_string.d fcrypt.d fcrypt_b.d ffc_backend.d ffc_dh.d ffc_key_generate.d ffc_key_validate.d ffc_params.d ffc_params_generate.d ffc_params_validate.d file_store.d file_store_any2obj.d gcm128.d getenv.d gmac_prov.d hkdf.d hmac.d hmac_prov.d http_client.d http_err.d http_lib.d i2d_evp.d i_cbc.d i_cfb64.d i_ecb.d i_ofb64.d i_skey.d info.d init.d initthread.d kbkdf.d kdf_err.d kdf_exch.d kdf_legacy_kmgmt.d kdf_lib.d kdf_meth.d keccak1600-x86_64.d kem.d keymgmt_lib.d keymgmt_meth.d kmac_prov.d krb5kdf.d legacy_blake2.d legacy_md4.d legacy_md5.d legacy_md5_sha1.d legacy_mdc2.d legacy_ripemd.d legacy_sha.d legacy_sm3.d legacy_wp.d lh_stats.d lhash.d libc-sha1.d libc-sha256.d libc-sha2xx.d libc-sha512.d m_null.d m_sigver.d mac_legacy_kmgmt.d mac_legacy_sig.d mac_lib.d mac_meth.d md4_dgst.d md4_one.d md5-x86_64.d md5_dgst.d md5_one.d md5_prov.d md5_sha1.d md5_sha1_prov.d mdc2_one.d mdc2dgst.d mem.d mem_sec.d n_pkey.d names.d nsseq.d null_prov.d nullprov.d o_dir.d o_fopen.d o_init.d o_names.d o_str.d o_time.d obj_dat.d obj_err.d obj_lib.d obj_xref.d ocb128.d ocsp_asn.d ocsp_cl.d ocsp_err.d ocsp_ext.d ocsp_http.d ocsp_lib.d ocsp_prn.d ocsp_srv.d ocsp_vfy.d ofb128.d ofb64ede.d ofb64enc.d ofb_enc.d ossl_core_bio.d p12_add.d p12_asn.d p12_attr.d p12_crpt.d p12_crt.d p12_decr.d p12_init.d p12_key.d p12_kiss.d p12_mutl.d p12_npas.d p12_p8d.d p12_p8e.d p12_sbag.d p12_utl.d p5_crpt.d p5_crpt2.d p5_pbe.d p5_pbev2.d p5_scrypt.d p8_pkey.d p_dec.d p_enc.d p_legacy.d p_lib.d p_open.d p_seal.d p_sign.d p_verify.d packet.d param_build.d param_build_set.d params.d params_dup.d params_from_text.d passphrase.d pbe_scrypt.d pbkdf2.d pbkdf2_fips.d pcbc_enc.d pcy_cache.d pcy_data.d pcy_lib.d pcy_map.d pcy_node.d pcy_tree.d pem_all.d pem_err.d pem_info.d pem_lib.d pem_oth.d pem_pk8.d pem_pkey.d pem_sign.d pem_x509.d pem_xaux.d pk12err.d pk7_asn1.d pk7_attr.d pk7_doit.d pk7_lib.d pk7_mime.d pk7_smime.d pkcs12kdf.d pkcs7err.d pmeth_check.d pmeth_gn.d pmeth_lib.d poly1305-x86_64.d poly1305.d poly1305_prov.d pqueue.d property.d property_err.d property_parse.d property_query.d property_string.d prov_running.d prov_seed.d provider.d provider_child.d provider_conf.d provider_core.d provider_ctx.d provider_err.d provider_predefined.d provider_seeding.d provider_util.d punycode.d pvkfmt.d qud_cksm.d rand_cpu_x86.d rand_deprecated.d rand_err.d rand_key.d rand_lib.d rand_meth.d rand_pool.d rand_tsc.d rand_unix.d rand_win.d randfile.d rc2_cbc.d rc2_ecb.d rc2_skey.d rc2cfb64.d rc2ofb64.d rc4-md5-x86_64.d rc4-x86_64.d ripemd_prov.d rmd_dgst.d rmd_one.d rsa_ameth.d rsa_asn1.d rsa_backend.d rsa_chk.d rsa_crpt.d rsa_depr.d rsa_enc.d rsa_err.d rsa_gen.d rsa_kem.d rsa_kmgmt.d rsa_lib.d rsa_meth.d rsa_mp.d rsa_mp_names.d rsa_none.d rsa_oaep.d rsa_ossl.d rsa_pk1.d rsa_pmeth.d rsa_prn.d rsa_pss.d rsa_saos.d rsa_schemes.d rsa_sig.d rsa_sign.d rsa_sp800_56b_check.d rsa_sp800_56b_gen.d rsa_x931.d rsa_x931g.d rsaz-avx2.d rsaz-avx512.d rsaz-x86_64.d rsaz_exp.d rsaz_exp_x2.d s3_cbc.d scalar.d scrypt.d securitycheck.d securitycheck_default.d seed.d seed_cbc.d seed_cfb.d seed_ecb.d seed_ofb.d seed_src.d self_test_core.d set_key.d sha1-mb-x86_64.d sha1-x86_64.d sha1dgst.d sha2_prov.d sha3.d sha3_prov.d signature.d siphash.d siphash_prov.d siv128.d sm2_crypt.d sm2_enc.d sm2_err.d sm2_key.d sm2_sig.d sm2_sign.d sm3.d sm3_prov.d sm4.d sparse_array.d srp_lib.d srp_vfy.d sshkdf.d sskdf.d stack.d store_err.d store_init.d store_lib.d store_meth.d store_register.d store_result.d store_strings.d str2key.d t_bitst.d t_crl.d t_pkey.d t_req.d t_spki.d t_x509.d tasn_dec.d tasn_enc.d tasn_fre.d tasn_new.d tasn_prn.d tasn_scn.d tasn_typ.d tasn_utl.d tb_asnmth.d tb_cipher.d tb_dh.d tb_digest.d tb_dsa.d tb_eckey.d tb_pkmeth.d tb_rand.d tb_rsa.d test_rng.d threads_lib.d threads_none.d threads_pthread.d threads_win.d tls1_prf.d tls_pad.d trace.d ts_asn1.d ts_conf.d ts_err.d ts_lib.d ts_req_print.d ts_req_utils.d ts_rsp_print.d ts_rsp_sign.d ts_rsp_utils.d ts_rsp_verify.d ts_verify_ctx.d txt_db.d ui_err.d ui_lib.d ui_null.d ui_openssl.d ui_util.d uid.d v3_addr.d v3_admis.d v3_akeya.d v3_akid.d v3_asid.d v3_bcons.d v3_bitst.d v3_conf.d v3_cpols.d v3_crld.d v3_enum.d v3_extku.d v3_genn.d v3_ia5.d v3_info.d v3_int.d v3_ist.d v3_lib.d v3_ncons.d v3_ocsp.d v3_pci.d v3_pcia.d v3_pcons.d v3_pku.d v3_pmaps.d v3_prn.d v3_purp.d v3_san.d v3_skid.d v3_sxnet.d v3_tlsf.d v3_utf8.d v3_utl.d v3err.d vpaes-x86_64.d wp-x86_64.d wp_dgst.d wrap128.d x25519-x86_64.d x509_att.d x509_cmp.d x509_d2.d x509_def.d x509_err.d x509_ext.d x509_lu.d x509_meth.d x509_obj.d x509_r2x.d x509_req.d x509_set.d x509_trust.d x509_txt.d x509_v3.d x509_vfy.d x509_vpm.d x509cset.d x509name.d x509rset.d x509spki.d x509type.d x86_64-gcc.d x86_64-gf2m.d x86_64-mont.d x86_64-mont5.d x86_64cpuid.d x942kdf.d x_algor.d x_all.d x_attrib.d x_bignum.d x_crl.d x_exten.d x_info.d x_int64.d x_long.d x_name.d x_pkey.d x_pubkey.d x_req.d x_sig.d x_spki.d x_val.d x_x509.d x_x509a.d xcbc_enc.d xts128.d a_bitstr.d.tmp a_d2i_fp.d.tmp a_digest.d.tmp a_dup.d.tmp a_gentm.d.tmp a_i2d_fp.d.tmp a_int.d.tmp a_mbstr.d.tmp a_object.d.tmp a_octet.d.tmp a_print.d.tmp a_sign.d.tmp a_strex.d.tmp a_strnid.d.tmp a_time.d.tmp a_type.d.tmp a_utctm.d.tmp a_utf8.d.tmp a_verify.d.tmp aes-x86_64.d.tmp aes_cfb.d.tmp aes_ecb.d.tmp aes_ige.d.tmp aes_misc.d.tmp aes_ofb.d.tmp aes_wrap.d.tmp aesni-mb-x86_64.d.tmp aesni-sha1-x86_64.d.tmp aesni-sha256-x86_64.d.tmp aesni-x86_64.d.tmp ameth_lib.d.tmp aria.d.tmp asn1_dsa.d.tmp asn1_err.d.tmp asn1_gen.d.tmp asn1_item_list.d.tmp asn1_lib.d.tmp asn1_parse.d.tmp asn_mime.d.tmp asn_moid.d.tmp asn_mstbl.d.tmp asn_pack.d.tmp asymcipher.d.tmp async.d.tmp async_err.d.tmp async_posix.d.tmp async_wait.d.tmp baseprov.d.tmp bf_buff.d.tmp bf_cfb64.d.tmp bf_ecb.d.tmp bf_enc.d.tmp bf_lbuf.d.tmp bf_nbio.d.tmp bf_null.d.tmp bf_ofb64.d.tmp bf_prefix.d.tmp bf_readbuff.d.tmp bf_skey.d.tmp bio_addr.d.tmp bio_asn1.d.tmp bio_b64.d.tmp bio_cb.d.tmp bio_dump.d.tmp bio_enc.d.tmp bio_err.d.tmp bio_lib.d.tmp bio_md.d.tmp bio_meth.d.tmp bio_ndef.d.tmp bio_ok.d.tmp bio_pk7.d.tmp bio_print.d.tmp bio_prov.d.tmp bio_sock.d.tmp bio_sock2.d.tmp blake2_prov.d.tmp blake2b_mac.d.tmp blake2b_prov.d.tmp blake2s_mac.d.tmp blake2s_prov.d.tmp bn_add.d.tmp bn_blind.d.tmp bn_const.d.tmp bn_conv.d.tmp bn_ctx.d.tmp bn_depr.d.tmp bn_dh.d.tmp bn_div.d.tmp bn_err.d.tmp bn_exp.d.tmp bn_exp2.d.tmp bn_gcd.d.tmp bn_gf2m.d.tmp bn_intern.d.tmp bn_kron.d.tmp bn_lib.d.tmp bn_mod.d.tmp bn_mont.d.tmp bn_mpi.d.tmp bn_mul.d.tmp bn_nist.d.tmp bn_prime.d.tmp bn_print.d.tmp bn_rand.d.tmp bn_recp.d.tmp bn_rsa_fips186_4.d.tmp bn_shift.d.tmp bn_sqr.d.tmp bn_sqrt.d.tmp bn_srp.d.tmp bn_word.d.tmp bn_x931p.d.tmp bsaes-x86_64.d.tmp bsearch.d.tmp bss_acpt.d.tmp bss_bio.d.tmp bss_conn.d.tmp bss_core.d.tmp bss_dgram.d.tmp bss_fd.d.tmp bss_file.d.tmp bss_log.d.tmp bss_mem.d.tmp bss_null.d.tmp bss_sock.d.tmp buf_err.d.tmp buffer.d.tmp by_dir.d.tmp by_file.d.tmp by_store.d.tmp c_allc.d.tmp c_alld.d.tmp c_cfb64.d.tmp c_ecb.d.tmp c_enc.d.tmp c_ofb64.d.tmp c_skey.d.tmp c_zlib.d.tmp capabilities.d.tmp cbc128.d.tmp cbc_cksm.d.tmp cbc_enc.d.tmp ccm128.d.tmp cfb128.d.tmp cfb64ede.d.tmp cfb64enc.d.tmp cfb_enc.d.tmp chacha-x86_64.d.tmp cipher_aes.d.tmp cipher_aes_cbc_hmac_sha.d.tmp cipher_aes_cbc_hmac_sha1_hw.d.tmp cipher_aes_cbc_hmac_sha256_hw.d.tmp cipher_aes_ccm.d.tmp cipher_aes_ccm_hw.d.tmp cipher_aes_gcm.d.tmp cipher_aes_gcm_hw.d.tmp cipher_aes_hw.d.tmp cipher_aes_ocb.d.tmp cipher_aes_ocb_hw.d.tmp cipher_aes_siv.d.tmp cipher_aes_siv_hw.d.tmp cipher_aes_wrp.d.tmp cipher_aes_xts.d.tmp cipher_aes_xts_fips.d.tmp cipher_aes_xts_hw.d.tmp cipher_aria.d.tmp cipher_aria_ccm.d.tmp cipher_aria_ccm_hw.d.tmp cipher_aria_gcm.d.tmp cipher_aria_gcm_hw.d.tmp cipher_aria_hw.d.tmp cipher_camellia.d.tmp cipher_camellia_hw.d.tmp cipher_chacha20.d.tmp cipher_chacha20_hw.d.tmp cipher_chacha20_poly1305.d.tmp cipher_chacha20_poly1305_hw.d.tmp cipher_cts.d.tmp cipher_null.d.tmp cipher_sm4.d.tmp cipher_sm4_hw.d.tmp cipher_tdes.d.tmp cipher_tdes_common.d.tmp cipher_tdes_default.d.tmp cipher_tdes_default_hw.d.tmp cipher_tdes_hw.d.tmp cipher_tdes_wrap.d.tmp cipher_tdes_wrap_hw.d.tmp ciphercommon.d.tmp ciphercommon_block.d.tmp ciphercommon_ccm.d.tmp ciphercommon_ccm_hw.d.tmp ciphercommon_gcm.d.tmp ciphercommon_gcm_hw.d.tmp ciphercommon_hw.d.tmp cmac.d.tmp cmac_prov.d.tmp cmeth_lib.d.tmp cmll-x86_64.d.tmp cmll_cfb.d.tmp cmll_ctr.d.tmp cmll_ecb.d.tmp cmll_misc.d.tmp cmll_ofb.d.tmp cmp_asn.d.tmp cmp_client.d.tmp cmp_ctx.d.tmp cmp_err.d.tmp cmp_hdr.d.tmp cmp_http.d.tmp cmp_msg.d.tmp cmp_protect.d.tmp cmp_server.d.tmp cmp_status.d.tmp cmp_util.d.tmp cmp_vfy.d.tmp cms_asn1.d.tmp cms_att.d.tmp cms_cd.d.tmp cms_dd.d.tmp cms_dh.d.tmp cms_ec.d.tmp cms_enc.d.tmp cms_env.d.tmp cms_err.d.tmp cms_ess.d.tmp cms_io.d.tmp cms_kari.d.tmp cms_lib.d.tmp cms_pwri.d.tmp cms_rsa.d.tmp cms_sd.d.tmp cms_smime.d.tmp comp_err.d.tmp comp_lib.d.tmp conf_api.d.tmp conf_def.d.tmp conf_err.d.tmp conf_lib.d.tmp conf_mall.d.tmp conf_mod.d.tmp conf_sap.d.tmp conf_ssl.d.tmp context.d.tmp core_algorithm.d.tmp core_fetch.d.tmp core_namemap.d.tmp cpt_err.d.tmp cpuid.d.tmp crmf_asn.d.tmp crmf_err.d.tmp crmf_lib.d.tmp crmf_pbm.d.tmp crngt.d.tmp cryptlib.d.tmp ct_b64.d.tmp ct_err.d.tmp ct_log.d.tmp ct_oct.d.tmp ct_policy.d.tmp ct_prn.d.tmp ct_sct.d.tmp ct_sct_ctx.d.tmp ct_vfy.d.tmp ct_x509v3.d.tmp ctr128.d.tmp ctrl_params_translate.d.tmp cts128.d.tmp ctype.d.tmp curve25519.d.tmp curve448.d.tmp curve448_tables.d.tmp cversion.d.tmp d2i_param.d.tmp d2i_pr.d.tmp d2i_pu.d.tmp decode_der2key.d.tmp decode_epki2pki.d.tmp decode_msblob2key.d.tmp decode_pem2der.d.tmp decode_pvk2key.d.tmp decode_spki2typespki.d.tmp decoder_err.d.tmp decoder_lib.d.tmp decoder_meth.d.tmp decoder_pkey.d.tmp defltprov.d.tmp defn_cache.d.tmp der_digests_gen.d.tmp der_dsa_gen.d.tmp der_dsa_key.d.tmp der_dsa_sig.d.tmp der_ec_gen.d.tmp der_ec_key.d.tmp der_ec_sig.d.tmp der_ecx_gen.d.tmp der_ecx_key.d.tmp der_rsa_gen.d.tmp der_rsa_key.d.tmp der_rsa_sig.d.tmp der_sm2_gen.d.tmp der_sm2_key.d.tmp der_sm2_sig.d.tmp der_wrap_gen.d.tmp der_writer.d.tmp des_enc.d.tmp dh_ameth.d.tmp dh_asn1.d.tmp dh_backend.d.tmp dh_check.d.tmp dh_ctrl.d.tmp dh_depr.d.tmp dh_err.d.tmp dh_exch.d.tmp dh_gen.d.tmp dh_group_params.d.tmp dh_kdf.d.tmp dh_key.d.tmp dh_kmgmt.d.tmp dh_lib.d.tmp dh_meth.d.tmp dh_pmeth.d.tmp dh_prn.d.tmp dh_rfc5114.d.tmp dh_support.d.tmp digest.d.tmp digest_to_nid.d.tmp digestcommon.d.tmp drbg.d.tmp drbg_ctr.d.tmp drbg_hash.d.tmp drbg_hmac.d.tmp dsa_ameth.d.tmp dsa_asn1.d.tmp dsa_backend.d.tmp dsa_check.d.tmp dsa_ctrl.d.tmp dsa_depr.d.tmp dsa_err.d.tmp dsa_gen.d.tmp dsa_key.d.tmp dsa_kmgmt.d.tmp dsa_lib.d.tmp dsa_meth.d.tmp dsa_ossl.d.tmp dsa_pmeth.d.tmp dsa_prn.d.tmp dsa_sig.d.tmp dsa_sign.d.tmp dsa_vrf.d.tmp dso_dl.d.tmp dso_dlfcn.d.tmp dso_err.d.tmp dso_lib.d.tmp dso_openssl.d.tmp dso_vms.d.tmp dso_win32.d.tmp e_aes.d.tmp e_aes_cbc_hmac_sha1.d.tmp e_aes_cbc_hmac_sha256.d.tmp e_aria.d.tmp e_bf.d.tmp e_camellia.d.tmp e_cast.d.tmp e_chacha20_poly1305.d.tmp e_des.d.tmp e_des3.d.tmp e_idea.d.tmp e_null.d.tmp e_old.d.tmp e_rc2.d.tmp e_rc4.d.tmp e_rc4_hmac_md5.d.tmp e_rc5.d.tmp e_seed.d.tmp e_sm4.d.tmp e_xcbc_d.d.tmp ebcdic.d.tmp ec2_oct.d.tmp ec2_smpl.d.tmp ec_ameth.d.tmp ec_asn1.d.tmp ec_backend.d.tmp ec_check.d.tmp ec_ctrl.d.tmp ec_curve.d.tmp ec_cvt.d.tmp ec_deprecated.d.tmp ec_err.d.tmp ec_key.d.tmp ec_kmeth.d.tmp ec_kmgmt.d.tmp ec_lib.d.tmp ec_mult.d.tmp ec_oct.d.tmp ec_pmeth.d.tmp ec_print.d.tmp ec_support.d.tmp ecb3_enc.d.tmp ecb_enc.d.tmp ecdh_exch.d.tmp ecdh_kdf.d.tmp ecdh_ossl.d.tmp ecdsa_ossl.d.tmp ecdsa_sig.d.tmp ecdsa_sign.d.tmp ecdsa_vrf.d.tmp eck_prn.d.tmp ecp_mont.d.tmp ecp_nist.d.tmp ecp_nistz256-x86_64.d.tmp ecp_nistz256.d.tmp ecp_oct.d.tmp ecp_smpl.d.tmp ecx_backend.d.tmp ecx_exch.d.tmp ecx_key.d.tmp ecx_kmgmt.d.tmp ecx_meth.d.tmp eddsa.d.tmp eddsa_sig.d.tmp encode.d.tmp encode_key2any.d.tmp encode_key2blob.d.tmp encode_key2ms.d.tmp encode_key2text.d.tmp encoder_err.d.tmp encoder_lib.d.tmp encoder_meth.d.tmp encoder_pkey.d.tmp endecoder_common.d.tmp eng_all.d.tmp eng_cnf.d.tmp eng_ctrl.d.tmp eng_dyn.d.tmp eng_err.d.tmp eng_fat.d.tmp eng_init.d.tmp eng_lib.d.tmp eng_list.d.tmp eng_openssl.d.tmp eng_pkey.d.tmp eng_rdrand.d.tmp eng_table.d.tmp err.d.tmp err_all.d.tmp err_all_legacy.d.tmp err_blocks.d.tmp err_prn.d.tmp ess_asn1.d.tmp ess_err.d.tmp ess_lib.d.tmp evp_asn1.d.tmp evp_cnf.d.tmp evp_enc.d.tmp evp_err.d.tmp evp_fetch.d.tmp evp_key.d.tmp evp_lib.d.tmp evp_pbe.d.tmp evp_pkey.d.tmp evp_rand.d.tmp evp_utils.d.tmp ex_data.d.tmp exchange.d.tmp f_generic.d.tmp f_impl32.d.tmp f_impl64.d.tmp f_int.d.tmp f_string.d.tmp fcrypt.d.tmp fcrypt_b.d.tmp ffc_backend.d.tmp ffc_dh.d.tmp ffc_key_generate.d.tmp ffc_key_validate.d.tmp ffc_params.d.tmp ffc_params_generate.d.tmp ffc_params_validate.d.tmp file_store.d.tmp file_store_any2obj.d.tmp gcm128.d.tmp getenv.d.tmp gmac_prov.d.tmp hkdf.d.tmp hmac.d.tmp hmac_prov.d.tmp http_client.d.tmp http_err.d.tmp http_lib.d.tmp i2d_evp.d.tmp i_cbc.d.tmp i_cfb64.d.tmp i_ecb.d.tmp i_ofb64.d.tmp i_skey.d.tmp info.d.tmp init.d.tmp initthread.d.tmp kbkdf.d.tmp kdf_err.d.tmp kdf_exch.d.tmp kdf_legacy_kmgmt.d.tmp kdf_lib.d.tmp kdf_meth.d.tmp keccak1600-x86_64.d.tmp kem.d.tmp keymgmt_lib.d.tmp keymgmt_meth.d.tmp kmac_prov.d.tmp krb5kdf.d.tmp legacy_blake2.d.tmp legacy_md4.d.tmp legacy_md5.d.tmp legacy_md5_sha1.d.tmp legacy_mdc2.d.tmp legacy_ripemd.d.tmp legacy_sha.d.tmp legacy_sm3.d.tmp legacy_wp.d.tmp lh_stats.d.tmp lhash.d.tmp libc-sha1.d.tmp libc-sha256.d.tmp libc-sha2xx.d.tmp libc-sha512.d.tmp m_null.d.tmp m_sigver.d.tmp mac_legacy_kmgmt.d.tmp mac_legacy_sig.d.tmp mac_lib.d.tmp mac_meth.d.tmp md4_dgst.d.tmp md4_one.d.tmp md5-x86_64.d.tmp md5_dgst.d.tmp md5_one.d.tmp md5_prov.d.tmp md5_sha1.d.tmp md5_sha1_prov.d.tmp mdc2_one.d.tmp mdc2dgst.d.tmp mem.d.tmp mem_sec.d.tmp n_pkey.d.tmp names.d.tmp nsseq.d.tmp null_prov.d.tmp nullprov.d.tmp o_dir.d.tmp o_fopen.d.tmp o_init.d.tmp o_names.d.tmp o_str.d.tmp o_time.d.tmp obj_dat.d.tmp obj_err.d.tmp obj_lib.d.tmp obj_xref.d.tmp ocb128.d.tmp ocsp_asn.d.tmp ocsp_cl.d.tmp ocsp_err.d.tmp ocsp_ext.d.tmp ocsp_http.d.tmp ocsp_lib.d.tmp ocsp_prn.d.tmp ocsp_srv.d.tmp ocsp_vfy.d.tmp ofb128.d.tmp ofb64ede.d.tmp ofb64enc.d.tmp ofb_enc.d.tmp ossl_core_bio.d.tmp p12_add.d.tmp p12_asn.d.tmp p12_attr.d.tmp p12_crpt.d.tmp p12_crt.d.tmp p12_decr.d.tmp p12_init.d.tmp p12_key.d.tmp p12_kiss.d.tmp p12_mutl.d.tmp p12_npas.d.tmp p12_p8d.d.tmp p12_p8e.d.tmp p12_sbag.d.tmp p12_utl.d.tmp p5_crpt.d.tmp p5_crpt2.d.tmp p5_pbe.d.tmp p5_pbev2.d.tmp p5_scrypt.d.tmp p8_pkey.d.tmp p_dec.d.tmp p_enc.d.tmp p_legacy.d.tmp p_lib.d.tmp p_open.d.tmp p_seal.d.tmp p_sign.d.tmp p_verify.d.tmp packet.d.tmp param_build.d.tmp param_build_set.d.tmp params.d.tmp params_dup.d.tmp params_from_text.d.tmp passphrase.d.tmp pbe_scrypt.d.tmp pbkdf2.d.tmp pbkdf2_fips.d.tmp pcbc_enc.d.tmp pcy_cache.d.tmp pcy_data.d.tmp pcy_lib.d.tmp pcy_map.d.tmp pcy_node.d.tmp pcy_tree.d.tmp pem_all.d.tmp pem_err.d.tmp pem_info.d.tmp pem_lib.d.tmp pem_oth.d.tmp pem_pk8.d.tmp pem_pkey.d.tmp pem_sign.d.tmp pem_x509.d.tmp pem_xaux.d.tmp pk12err.d.tmp pk7_asn1.d.tmp pk7_attr.d.tmp pk7_doit.d.tmp pk7_lib.d.tmp pk7_mime.d.tmp pk7_smime.d.tmp pkcs12kdf.d.tmp pkcs7err.d.tmp pmeth_check.d.tmp pmeth_gn.d.tmp pmeth_lib.d.tmp poly1305-x86_64.d.tmp poly1305.d.tmp poly1305_prov.d.tmp pqueue.d.tmp property.d.tmp property_err.d.tmp property_parse.d.tmp property_query.d.tmp property_string.d.tmp prov_running.d.tmp prov_seed.d.tmp provider.d.tmp provider_child.d.tmp provider_conf.d.tmp provider_core.d.tmp provider_ctx.d.tmp provider_err.d.tmp provider_predefined.d.tmp provider_seeding.d.tmp provider_util.d.tmp punycode.d.tmp pvkfmt.d.tmp qud_cksm.d.tmp rand_cpu_x86.d.tmp rand_deprecated.d.tmp rand_err.d.tmp rand_key.d.tmp rand_lib.d.tmp rand_meth.d.tmp rand_pool.d.tmp rand_tsc.d.tmp rand_unix.d.tmp rand_win.d.tmp randfile.d.tmp rc2_cbc.d.tmp rc2_ecb.d.tmp rc2_skey.d.tmp rc2cfb64.d.tmp rc2ofb64.d.tmp rc4-md5-x86_64.d.tmp rc4-x86_64.d.tmp ripemd_prov.d.tmp rmd_dgst.d.tmp rmd_one.d.tmp rsa_ameth.d.tmp rsa_asn1.d.tmp rsa_backend.d.tmp rsa_chk.d.tmp rsa_crpt.d.tmp rsa_depr.d.tmp rsa_enc.d.tmp rsa_err.d.tmp rsa_gen.d.tmp rsa_kem.d.tmp rsa_kmgmt.d.tmp rsa_lib.d.tmp rsa_meth.d.tmp rsa_mp.d.tmp rsa_mp_names.d.tmp rsa_none.d.tmp rsa_oaep.d.tmp rsa_ossl.d.tmp rsa_pk1.d.tmp rsa_pmeth.d.tmp rsa_prn.d.tmp rsa_pss.d.tmp rsa_saos.d.tmp rsa_schemes.d.tmp rsa_sig.d.tmp rsa_sign.d.tmp rsa_sp800_56b_check.d.tmp rsa_sp800_56b_gen.d.tmp rsa_x931.d.tmp rsa_x931g.d.tmp rsaz-avx2.d.tmp rsaz-avx512.d.tmp rsaz-x86_64.d.tmp rsaz_exp.d.tmp rsaz_exp_x2.d.tmp s3_cbc.d.tmp scalar.d.tmp scrypt.d.tmp securitycheck.d.tmp securitycheck_default.d.tmp seed.d.tmp seed_cbc.d.tmp seed_cfb.d.tmp seed_ecb.d.tmp seed_ofb.d.tmp seed_src.d.tmp self_test_core.d.tmp set_key.d.tmp sha1-mb-x86_64.d.tmp sha1-x86_64.d.tmp sha1dgst.d.tmp sha2_prov.d.tmp sha3.d.tmp sha3_prov.d.tmp signature.d.tmp siphash.d.tmp siphash_prov.d.tmp siv128.d.tmp sm2_crypt.d.tmp sm2_enc.d.tmp sm2_err.d.tmp sm2_key.d.tmp sm2_sig.d.tmp sm2_sign.d.tmp sm3.d.tmp sm3_prov.d.tmp sm4.d.tmp sparse_array.d.tmp srp_lib.d.tmp srp_vfy.d.tmp sshkdf.d.tmp sskdf.d.tmp stack.d.tmp store_err.d.tmp store_init.d.tmp store_lib.d.tmp store_meth.d.tmp store_register.d.tmp store_result.d.tmp store_strings.d.tmp str2key.d.tmp t_bitst.d.tmp t_crl.d.tmp t_pkey.d.tmp t_req.d.tmp t_spki.d.tmp t_x509.d.tmp tasn_dec.d.tmp tasn_enc.d.tmp tasn_fre.d.tmp tasn_new.d.tmp tasn_prn.d.tmp tasn_scn.d.tmp tasn_typ.d.tmp tasn_utl.d.tmp tb_asnmth.d.tmp tb_cipher.d.tmp tb_dh.d.tmp tb_digest.d.tmp tb_dsa.d.tmp tb_eckey.d.tmp tb_pkmeth.d.tmp tb_rand.d.tmp tb_rsa.d.tmp test_rng.d.tmp threads_lib.d.tmp threads_none.d.tmp threads_pthread.d.tmp threads_win.d.tmp tls1_prf.d.tmp tls_pad.d.tmp trace.d.tmp ts_asn1.d.tmp ts_conf.d.tmp ts_err.d.tmp ts_lib.d.tmp ts_req_print.d.tmp ts_req_utils.d.tmp ts_rsp_print.d.tmp ts_rsp_sign.d.tmp ts_rsp_utils.d.tmp ts_rsp_verify.d.tmp ts_verify_ctx.d.tmp txt_db.d.tmp ui_err.d.tmp ui_lib.d.tmp ui_null.d.tmp ui_openssl.d.tmp ui_util.d.tmp uid.d.tmp v3_addr.d.tmp v3_admis.d.tmp v3_akeya.d.tmp v3_akid.d.tmp v3_asid.d.tmp v3_bcons.d.tmp v3_bitst.d.tmp v3_conf.d.tmp v3_cpols.d.tmp v3_crld.d.tmp v3_enum.d.tmp v3_extku.d.tmp v3_genn.d.tmp v3_ia5.d.tmp v3_info.d.tmp v3_int.d.tmp v3_ist.d.tmp v3_lib.d.tmp v3_ncons.d.tmp v3_ocsp.d.tmp v3_pci.d.tmp v3_pcia.d.tmp v3_pcons.d.tmp v3_pku.d.tmp v3_pmaps.d.tmp v3_prn.d.tmp v3_purp.d.tmp v3_san.d.tmp v3_skid.d.tmp v3_sxnet.d.tmp v3_tlsf.d.tmp v3_utf8.d.tmp v3_utl.d.tmp v3err.d.tmp vpaes-x86_64.d.tmp wp-x86_64.d.tmp wp_dgst.d.tmp wrap128.d.tmp x25519-x86_64.d.tmp x509_att.d.tmp x509_cmp.d.tmp x509_d2.d.tmp x509_def.d.tmp x509_err.d.tmp x509_ext.d.tmp x509_lu.d.tmp x509_meth.d.tmp x509_obj.d.tmp x509_r2x.d.tmp x509_req.d.tmp x509_set.d.tmp x509_trust.d.tmp x509_txt.d.tmp x509_v3.d.tmp x509_vfy.d.tmp x509_vpm.d.tmp x509cset.d.tmp x509name.d.tmp x509rset.d.tmp x509spki.d.tmp x509type.d.tmp x86_64-gcc.d.tmp x86_64-gf2m.d.tmp x86_64-mont.d.tmp x86_64-mont5.d.tmp x86_64cpuid.d.tmp x942kdf.d.tmp x_algor.d.tmp x_all.d.tmp x_attrib.d.tmp x_bignum.d.tmp x_crl.d.tmp x_exten.d.tmp x_info.d.tmp x_int64.d.tmp x_long.d.tmp x_name.d.tmp x_pkey.d.tmp x_pubkey.d.tmp x_req.d.tmp x_sig.d.tmp x_spki.d.tmp x_val.d.tmp x_x509.d.tmp x_x509a.d.tmp xcbc_enc.d.tmp xts128.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/atf/share/examples/atf --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/share/examples/atf && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/share/examples/atf && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-xml --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f ADMISSIONS.html3 ASN1_EXTERN_FUNCS.html3 ASN1_INTEGER_get_int64.html3 ASN1_INTEGER_new.html3 ASN1_ITEM_lookup.html3 ASN1_OBJECT_new.html3 ASN1_STRING_TABLE_add.html3 ASN1_STRING_length.html3 ASN1_STRING_new.html3 ASN1_STRING_print_ex.html3 ASN1_TIME_set.html3 ASN1_TYPE_get.html3 ASN1_aux_cb.html3 ASN1_generate_nconf.html3 ASN1_item_d2i_bio.html3 ASN1_item_new.html3 ASN1_item_sign.html3 ASYNC_WAIT_CTX_new.html3 ASYNC_start_job.html3 BF_encrypt.html3 BIO_ADDR.html3 BIO_ADDRINFO.html3 BIO_connect.html3 BIO_ctrl.html3 BIO_f_base64.html3 BIO_f_buffer.html3 BIO_f_cipher.html3 BIO_f_md.html3 BIO_f_null.html3 BIO_f_prefix.html3 BIO_f_readbuffer.html3 BIO_f_ssl.html3 BIO_find_type.html3 BIO_get_data.html3 BIO_get_ex_new_index.html3 BIO_meth_new.html3 BIO_new.html3 BIO_new_CMS.html3 BIO_parse_hostserv.html3 BIO_printf.html3 BIO_push.html3 BIO_read.html3 BIO_s_accept.html3 BIO_s_bio.html3 BIO_s_connect.html3 BIO_s_core.html3 BIO_s_datagram.html3 BIO_s_fd.html3 BIO_s_file.html3 BIO_s_mem.html3 BIO_s_null.html3 BIO_s_socket.html3 BIO_set_callback.html3 BIO_should_retry.html3 BIO_socket_wait.html3 BN_BLINDING_new.html3 BN_CTX_new.html3 BN_CTX_start.html3 BN_add.html3 BN_add_word.html3 BN_bn2bin.html3 BN_cmp.html3 BN_copy.html3 BN_generate_prime.html3 BN_mod_exp_mont.html3 BN_mod_inverse.html3 BN_mod_mul_montgomery.html3 BN_mod_mul_reciprocal.html3 BN_new.html3 BN_num_bytes.html3 BN_rand.html3 BN_security_bits.html3 BN_set_bit.html3 BN_swap.html3 BN_zero.html3 BUF_MEM_new.html3 CMS_EncryptedData_decrypt.html3 CMS_EncryptedData_encrypt.html3 CMS_EnvelopedData_create.html3 CMS_add0_cert.html3 CMS_add1_recipient_cert.html3 CMS_add1_signer.html3 CMS_compress.html3 CMS_data_create.html3 CMS_decrypt.html3 CMS_digest_create.html3 CMS_encrypt.html3 CMS_final.html3 CMS_get0_RecipientInfos.html3 CMS_get0_SignerInfos.html3 CMS_get0_type.html3 CMS_get1_ReceiptRequest.html3 CMS_sign.html3 CMS_sign_receipt.html3 CMS_uncompress.html3 CMS_verify.html3 CMS_verify_receipt.html3 CONF_modules_free.html3 CONF_modules_load_file.html3 CRYPTO_THREAD_run_once.html3 CRYPTO_get_ex_new_index.html3 CRYPTO_memcmp.html3 CTLOG_STORE_get0_log_by_id.html3 CTLOG_STORE_new.html3 CTLOG_new.html3 CT_POLICY_EVAL_CTX_new.html3 DEFINE_STACK_OF.html3 DH_generate_key.html3 DH_generate_parameters.html3 DH_get0_pqg.html3 DH_get_1024_160.html3 DH_meth_new.html3 DH_new.html3 DH_new_by_nid.html3 DH_set_method.html3 DH_size.html3 DSA_SIG_new.html3 DSA_do_sign.html3 DSA_dup_DH.html3 DSA_generate_key.html3 DSA_generate_parameters.html3 DSA_get0_pqg.html3 DSA_meth_new.html3 DSA_new.html3 DSA_set_method.html3 DSA_sign.html3 DSA_size.html3 DTLS_get_data_mtu.html3 DTLS_set_timer_cb.html3 DTLSv1_listen.html3 ECDSA_SIG_new.html3 ECDSA_sign.html3 ECPKParameters_print.html3 EC_GFp_simple_method.html3 EC_GROUP_copy.html3 EC_GROUP_new.html3 EC_KEY_get_enc_flags.html3 EC_KEY_new.html3 EC_POINT_add.html3 EC_POINT_new.html3 ENGINE_add.html3 ERR_GET_LIB.html3 ERR_clear_error.html3 ERR_error_string.html3 ERR_get_error.html3 ERR_load_crypto_strings.html3 ERR_load_strings.html3 ERR_new.html3 ERR_print_errors.html3 ERR_put_error.html3 ERR_remove_state.html3 ERR_set_mark.html3 EVP_ASYM_CIPHER-RSA.html7 EVP_ASYM_CIPHER-SM2.html7 EVP_ASYM_CIPHER_free.html3 EVP_BytesToKey.html3 EVP_CIPHER-AES.html7 EVP_CIPHER-ARIA.html7 EVP_CIPHER-BLOWFISH.html7 EVP_CIPHER-CAMELLIA.html7 EVP_CIPHER-CAST.html7 EVP_CIPHER-CHACHA.html7 EVP_CIPHER-DES.html7 EVP_CIPHER-IDEA.html7 EVP_CIPHER-NULL.html7 EVP_CIPHER-RC2.html7 EVP_CIPHER-RC4.html7 EVP_CIPHER-RC5.html7 EVP_CIPHER-SEED.html7 EVP_CIPHER-SM4.html7 EVP_CIPHER_CTX_get_cipher_data.html3 EVP_CIPHER_CTX_get_original_iv.html3 EVP_CIPHER_meth_new.html3 EVP_DigestInit.html3 EVP_DigestSignInit.html3 EVP_DigestVerifyInit.html3 EVP_EncodeInit.html3 EVP_EncryptInit.html3 EVP_KDF-HKDF.html7 EVP_KDF-KB.html7 EVP_KDF-KRB5KDF.html7 EVP_KDF-PBKDF1.html7 EVP_KDF-PBKDF2.html7 EVP_KDF-PKCS12KDF.html7 EVP_KDF-SCRYPT.html7 EVP_KDF-SS.html7 EVP_KDF-SSHKDF.html7 EVP_KDF-TLS13_KDF.html7 EVP_KDF-TLS1_PRF.html7 EVP_KDF-X942-ASN1.html7 EVP_KDF-X942-CONCAT.html7 EVP_KDF-X963.html7 EVP_KDF.html3 EVP_KEM-RSA.html7 EVP_KEM_free.html3 EVP_KEYEXCH-DH.html7 EVP_KEYEXCH-ECDH.html7 EVP_KEYEXCH-X25519.html7 EVP_KEYEXCH_free.html3 EVP_KEYMGMT.html3 EVP_MAC-BLAKE2.html7 EVP_MAC-CMAC.html7 EVP_MAC-GMAC.html7 EVP_MAC-HMAC.html7 EVP_MAC-KMAC.html7 EVP_MAC-Poly1305.html7 EVP_MAC-Siphash.html7 EVP_MAC.html3 EVP_MD-BLAKE2.html7 EVP_MD-MD2.html7 EVP_MD-MD4.html7 EVP_MD-MD5-SHA1.html7 EVP_MD-MD5.html7 EVP_MD-NULL.html7 EVP_MD-MDC2.html7 EVP_MD-RIPEMD160.html7 EVP_MD-SHA1.html7 EVP_MD-SHA2.html7 EVP_MD-SHA3.html7 EVP_MD-SHAKE.html7 EVP_MD-SM3.html7 EVP_MD-WHIRLPOOL.html7 EVP_MD-common.html7 EVP_MD_meth_new.html3 EVP_OpenInit.html3 EVP_PBE_CipherInit.html3 EVP_PKEY-DH.html7 EVP_PKEY-DSA.html7 EVP_PKEY-EC.html7 EVP_PKEY-FFC.html7 EVP_PKEY-HMAC.html7 EVP_PKEY-RSA.html7 EVP_PKEY-SM2.html7 EVP_PKEY-X25519.html7 EVP_PKEY2PKCS8.html3 EVP_PKEY_ASN1_METHOD.html3 EVP_PKEY_CTX_ctrl.html3 EVP_PKEY_CTX_get0_libctx.html3 EVP_PKEY_CTX_get0_pkey.html3 EVP_PKEY_CTX_new.html3 EVP_PKEY_CTX_set1_pbe_pass.html3 EVP_PKEY_CTX_set_hkdf_md.html3 EVP_PKEY_CTX_set_params.html3 EVP_PKEY_CTX_set_rsa_pss_keygen_md.html3 EVP_PKEY_CTX_set_scrypt_N.html3 EVP_PKEY_CTX_set_tls1_prf_md.html3 EVP_PKEY_asn1_get_count.html3 EVP_PKEY_check.html3 EVP_PKEY_cmp.html3 EVP_PKEY_copy_parameters.html3 EVP_PKEY_decapsulate.html3 EVP_PKEY_decrypt.html3 EVP_PKEY_derive.html3 EVP_PKEY_digestsign_supports_digest.html3 EVP_PKEY_encapsulate.html3 EVP_PKEY_encrypt.html3 EVP_PKEY_fromdata.html3 EVP_PKEY_get_default_digest_nid.html3 EVP_PKEY_get_field_type.html3 EVP_PKEY_get_group_name.html3 EVP_PKEY_get_size.html3 EVP_PKEY_gettable_params.html3 EVP_PKEY_is_a.html3 EVP_PKEY_keygen.html3 EVP_PKEY_meth_get_count.html3 EVP_PKEY_meth_new.html3 EVP_PKEY_new.html3 EVP_PKEY_print_private.html3 EVP_PKEY_set1_RSA.html3 EVP_PKEY_set1_encoded_public_key.html3 EVP_PKEY_set_type.html3 EVP_PKEY_settable_params.html3 EVP_PKEY_sign.html3 EVP_PKEY_todata.html3 EVP_PKEY_verify.html3 EVP_PKEY_verify_recover.html3 EVP_RAND-CTR-DRBG.html7 EVP_RAND-HASH-DRBG.html7 EVP_RAND-HMAC-DRBG.html7 EVP_RAND-SEED-SRC.html7 EVP_RAND-TEST-RAND.html7 EVP_RAND.html3 EVP_RAND.html7 EVP_SIGNATURE-DSA.html7 EVP_SIGNATURE-ECDSA.html7 EVP_SIGNATURE-ED25519.html7 EVP_SIGNATURE-HMAC.html7 EVP_SIGNATURE-RSA.html7 EVP_SIGNATURE.html3 EVP_SealInit.html3 EVP_SignInit.html3 EVP_VerifyInit.html3 EVP_aes.html3 EVP_aes_128_gcm.html3 EVP_aria.html3 EVP_aria_128_gcm.html3 EVP_bf_cbc.html3 EVP_blake2b512.html3 EVP_camellia.html3 EVP_camellia_128_ecb.html3 EVP_cast5_cbc.html3 EVP_chacha20.html3 EVP_des.html3 EVP_des_cbc.html3 EVP_desx_cbc.html3 EVP_idea_cbc.html3 EVP_md2.html3 EVP_md4.html3 EVP_md5.html3 EVP_mdc2.html3 EVP_rc2_cbc.html3 EVP_rc4.html3 EVP_rc5_32_12_16_cbc.html3 EVP_ripemd160.html3 EVP_seed_cbc.html3 EVP_set_default_properties.html3 EVP_sha1.html3 EVP_sha224.html3 EVP_sha3_224.html3 EVP_sm3.html3 EVP_sm4_cbc.html3 EVP_whirlpool.html3 Ed25519.html7 MDC2_Init.html3 NCONF_new_ex.html3 OBJ_nid2obj.html3 OCSP_REQUEST_new.html3 OCSP_cert_to_id.html3 OCSP_request_add1_nonce.html3 OCSP_resp_find_status.html3 OCSP_response_status.html3 OCSP_sendreq_new.html3 OPENSSL_Applink.html3 OPENSSL_FILE.html3 OPENSSL_LH_COMPFUNC.html3 OPENSSL_LH_stats.html3 OPENSSL_VERSION_NUMBER.html3 OPENSSL_config.html3 OPENSSL_fork_prepare.html3 OPENSSL_gmtime.html3 OPENSSL_hexchar2int.html3 OPENSSL_ia32cap.html3 OPENSSL_init_crypto.html3 OPENSSL_init_ssl.html3 OPENSSL_instrument_bus.html3 OPENSSL_load_builtin_modules.html3 OPENSSL_malloc.html3 OPENSSL_s390xcap.html3 OPENSSL_secure_malloc.html3 OPENSSL_strcasecmp.html3 OSSL_ALGORITHM.html3 OSSL_CALLBACK.html3 OSSL_CMP_CTX_new.html3 OSSL_CMP_HDR_get0_transactionID.html3 OSSL_CMP_ITAV_set0.html3 OSSL_CMP_MSG_get0_header.html3 OSSL_CMP_MSG_http_perform.html3 OSSL_CMP_SRV_CTX_new.html3 OSSL_CMP_STATUSINFO_new.html3 OSSL_CMP_exec_certreq.html3 OSSL_CMP_log_open.html3 OSSL_CMP_validate_msg.html3 OSSL_CORE_MAKE_FUNC.html3 OSSL_CRMF_MSG_get0_tmpl.html3 OSSL_CRMF_MSG_set0_validity.html3 OSSL_CRMF_MSG_set1_regCtrl_regToken.html3 OSSL_CRMF_MSG_set1_regInfo_certReq.html3 OSSL_CRMF_pbmp_new.html3 OSSL_DECODER.html3 OSSL_DECODER_CTX.html3 OSSL_DECODER_CTX_new_for_pkey.html3 OSSL_DECODER_from_bio.html3 OSSL_DISPATCH.html3 OSSL_ENCODER.html3 OSSL_ENCODER_CTX.html3 OSSL_ENCODER_CTX_new_for_pkey.html3 OSSL_ENCODER_to_bio.html3 OSSL_ESS_check_signing_certs.html3 OSSL_HTTP_REQ_CTX.html3 OSSL_HTTP_parse_url.html3 OSSL_HTTP_transfer.html3 OSSL_ITEM.html3 OSSL_LIB_CTX.html3 OSSL_PARAM.html3 OSSL_PARAM_BLD.html3 OSSL_PARAM_allocate_from_text.html3 OSSL_PARAM_dup.html3 OSSL_PARAM_int.html3 OSSL_PROVIDER-FIPS.html7 OSSL_PROVIDER-base.html7 OSSL_PROVIDER-default.html7 OSSL_PROVIDER-legacy.html7 OSSL_PROVIDER-null.html7 OSSL_PROVIDER.html3 OSSL_SELF_TEST_new.html3 OSSL_SELF_TEST_set_callback.html3 OSSL_STORE_INFO.html3 OSSL_STORE_LOADER.html3 OSSL_STORE_SEARCH.html3 OSSL_STORE_attach.html3 OSSL_STORE_expect.html3 OSSL_STORE_open.html3 OSSL_trace_enabled.html3 OSSL_trace_get_category_num.html3 OSSL_trace_set_channel.html3 OpenSSL_add_all_algorithms.html3 OpenSSL_version.html3 PEM_X509_INFO_read_bio_ex.html3 PEM_bytes_read_bio.html3 PEM_read.html3 PEM_read_CMS.html3 PEM_read_bio_PrivateKey.html3 PEM_read_bio_ex.html3 PEM_write_bio_CMS_stream.html3 PEM_write_bio_PKCS7_stream.html3 PKCS12_PBE_keyivgen.html3 PKCS12_SAFEBAG_create_cert.html3 PKCS12_SAFEBAG_get0_attrs.html3 PKCS12_SAFEBAG_get1_cert.html3 PKCS12_add1_attr_by_NID.html3 PKCS12_add_CSPName_asc.html3 PKCS12_add_cert.html3 PKCS12_add_friendlyname_asc.html3 PKCS12_add_localkeyid.html3 PKCS12_add_safe.html3 PKCS12_create.html3 PKCS12_decrypt_skey.html3 PKCS12_gen_mac.html3 PKCS12_get_friendlyname.html3 PKCS12_init.html3 PKCS12_item_decrypt_d2i.html3 PKCS12_key_gen_utf8_ex.html3 PKCS12_newpass.html3 PKCS12_pack_p7encdata.html3 PKCS12_parse.html3 PKCS5_PBE_keyivgen.html3 PKCS5_PBKDF2_HMAC.html3 PKCS7_decrypt.html3 PKCS7_encrypt.html3 PKCS7_get_octet_string.html3 PKCS7_sign.html3 PKCS7_sign_add_signer.html3 PKCS7_type_is_other.html3 PKCS7_verify.html3 PKCS8_encrypt.html3 PKCS8_pkey_add1_attr.html3 RAND.html7 RAND_DRBG.html7 RAND_DRBG_generate.html3 RAND_DRBG_get0_master.html3 RAND_DRBG_new.html3 RAND_DRBG_reseed.html3 RAND_DRBG_set_callbacks.html3 RAND_DRBG_set_ex_data.html3 RAND_add.html3 RAND_bytes.html3 RAND_cleanup.html3 RAND_egd.html3 RAND_get0_primary.html3 RAND_load_file.html3 RAND_set_DRBG_type.html3 RAND_set_rand_method.html3 RC4_set_key.html3 RIPEMD160_Init.html3 RSA-PSS.html7 RSA_blinding_on.html3 RSA_check_key.html3 RSA_generate_key.html3 RSA_get0_key.html3 RSA_meth_new.html3 RSA_new.html3 RSA_padding_add_PKCS1_type_1.html3 RSA_print.html3 RSA_private_encrypt.html3 RSA_public_encrypt.html3 RSA_set_method.html3 RSA_sign.html3 RSA_sign_ASN1_OCTET_STRING.html3 RSA_size.html3 SCT_new.html3 SCT_print.html3 SCT_validate.html3 SM2.html7 SMIME_read_ASN1.html3 SMIME_read_CMS.html3 SMIME_read_PKCS7.html3 SMIME_write_ASN1.html3 SMIME_write_CMS.html3 SMIME_write_PKCS7.html3 SRP_Calc_B.html3 SRP_VBASE_new.html3 SRP_create_verifier.html3 SRP_user_pwd_new.html3 SSL_CIPHER_get_name.html3 SSL_COMP_add_compression_method.html3 SSL_CONF_CTX_new.html3 SSL_CONF_CTX_set1_prefix.html3 SSL_CONF_CTX_set_flags.html3 SSL_CONF_CTX_set_ssl_ctx.html3 SSL_CONF_cmd.html3 SSL_CONF_cmd_argv.html3 SSL_CTX_add1_chain_cert.html3 SSL_CTX_add_extra_chain_cert.html3 SSL_CTX_add_session.html3 SSL_CTX_config.html3 SSL_CTX_ctrl.html3 SSL_CTX_dane_enable.html3 SSL_CTX_flush_sessions.html3 SSL_CTX_free.html3 SSL_CTX_get0_param.html3 SSL_CTX_get_verify_mode.html3 SSL_CTX_has_client_custom_ext.html3 SSL_CTX_load_verify_locations.html3 SSL_CTX_new.html3 SSL_CTX_sess_number.html3 SSL_CTX_sess_set_cache_size.html3 SSL_CTX_sess_set_get_cb.html3 SSL_CTX_sessions.html3 SSL_CTX_set0_CA_list.html3 SSL_CTX_set1_curves.html3 SSL_CTX_set1_sigalgs.html3 SSL_CTX_set1_verify_cert_store.html3 SSL_CTX_set_alpn_select_cb.html3 SSL_CTX_set_cert_cb.html3 SSL_CTX_set_cert_store.html3 SSL_CTX_set_cert_verify_callback.html3 SSL_CTX_set_cipher_list.html3 SSL_CTX_set_client_CA_list.html3 SSL_CTX_set_client_cert_cb.html3 SSL_CTX_set_client_hello_cb.html3 SSL_CTX_set_ct_validation_callback.html3 SSL_CTX_set_ctlog_list_file.html3 SSL_CTX_set_default_passwd_cb.html3 SSL_CTX_set_ex_data.html3 SSL_CTX_set_generate_session_id.html3 SSL_CTX_set_info_callback.html3 SSL_CTX_set_keylog_callback.html3 SSL_CTX_set_max_cert_list.html3 SSL_CTX_set_min_proto_version.html3 SSL_CTX_set_mode.html3 SSL_CTX_set_msg_callback.html3 SSL_CTX_set_num_tickets.html3 SSL_CTX_set_options.html3 SSL_CTX_set_psk_client_callback.html3 SSL_CTX_set_quiet_shutdown.html3 SSL_CTX_set_read_ahead.html3 SSL_CTX_set_record_padding_callback.html3 SSL_CTX_set_security_level.html3 SSL_CTX_set_session_cache_mode.html3 SSL_CTX_set_session_id_context.html3 SSL_CTX_set_session_ticket_cb.html3 SSL_CTX_set_split_send_fragment.html3 SSL_CTX_set_srp_password.html3 SSL_CTX_set_ssl_version.html3 SSL_CTX_set_stateless_cookie_generate_cb.html3 SSL_CTX_set_timeout.html3 SSL_CTX_set_tlsext_servername_callback.html3 SSL_CTX_set_tlsext_status_cb.html3 SSL_CTX_set_tlsext_ticket_key_cb.html3 SSL_CTX_set_tlsext_use_srtp.html3 SSL_CTX_set_tmp_dh_callback.html3 SSL_CTX_set_tmp_ecdh.html3 SSL_CTX_set_verify.html3 SSL_CTX_use_certificate.html3 SSL_CTX_use_psk_identity_hint.html3 SSL_CTX_use_serverinfo.html3 SSL_SESSION_free.html3 SSL_SESSION_get0_cipher.html3 SSL_SESSION_get0_hostname.html3 SSL_SESSION_get0_id_context.html3 SSL_SESSION_get0_peer.html3 SSL_SESSION_get_compress_id.html3 SSL_SESSION_get_ex_data.html3 SSL_SESSION_get_protocol_version.html3 SSL_SESSION_get_time.html3 SSL_SESSION_has_ticket.html3 SSL_SESSION_is_resumable.html3 SSL_SESSION_print.html3 SSL_SESSION_set1_id.html3 SSL_accept.html3 SSL_alert_type_string.html3 SSL_alloc_buffers.html3 SSL_check_chain.html3 SSL_clear.html3 SSL_connect.html3 SSL_do_handshake.html3 SSL_export_keying_material.html3 SSL_extension_supported.html3 SSL_free.html3 SSL_get0_peer_scts.html3 SSL_get_SSL_CTX.html3 SSL_get_all_async_fds.html3 SSL_get_certificate.html3 SSL_get_ciphers.html3 SSL_get_client_CA_list.html3 SSL_get_client_random.html3 SSL_get_current_cipher.html3 SSL_get_default_timeout.html3 SSL_get_error.html3 SSL_get_extms_support.html3 SSL_get_fd.html3 SSL_get_peer_cert_chain.html3 SSL_get_peer_certificate.html3 SSL_get_peer_signature_nid.html3 SSL_get_peer_tmp_key.html3 SSL_get_psk_identity.html3 SSL_get_rbio.html3 SSL_get_server_tmp_key.html3 SSL_get_session.html3 SSL_get_shared_sigalgs.html3 SSL_get_verify_result.html3 SSL_get_version.html3 SSL_group_to_name.html3 SSL_in_init.html3 SSL_key_update.html3 SSL_library_init.html3 SSL_load_client_CA_file.html3 SSL_new.html3 SSL_pending.html3 SSL_read.html3 SSL_read_early_data.html3 SSL_rstate_string.html3 SSL_session_reused.html3 SSL_set1_host.html3 SSL_set_async_callback.html3 SSL_set_bio.html3 SSL_set_connect_state.html3 SSL_set_fd.html3 SSL_set_retry_verify.html3 SSL_set_session.html3 SSL_set_shutdown.html3 SSL_set_verify_result.html3 SSL_shutdown.html3 SSL_state_string.html3 SSL_want.html3 SSL_write.html3 TS_RESP_CTX_new.html3 TS_VERIFY_CTX_set_certs.html3 UI_STRING.html3 UI_UTIL_read_pw.html3 UI_create_method.html3 UI_new.html3 X25519.html7 X509V3_get_d2i.html3 X509V3_set_ctx.html3 X509_ALGOR_dup.html3 X509_CRL_get0_by_serial.html3 X509_EXTENSION_set_object.html3 X509_LOOKUP.html3 X509_LOOKUP_hash_dir.html3 X509_LOOKUP_meth_new.html3 X509_NAME_ENTRY_get_object.html3 X509_NAME_add_entry_by_txt.html3 X509_NAME_get0_der.html3 X509_NAME_get_index_by_NID.html3 X509_NAME_print_ex.html3 X509_PUBKEY_new.html3 X509_SIG_get0.html3 X509_STORE_CTX_get_error.html3 X509_STORE_CTX_new.html3 X509_STORE_CTX_set_verify_cb.html3 X509_STORE_add_cert.html3 X509_STORE_get0_param.html3 X509_STORE_new.html3 X509_STORE_set_verify_cb_func.html3 X509_VERIFY_PARAM_set_flags.html3 X509_add_cert.html3 X509_check_ca.html3 X509_check_host.html3 X509_check_issued.html3 X509_check_private_key.html3 X509_check_purpose.html3 X509_cmp.html3 X509_cmp_time.html3 X509_digest.html3 X509_dup.html3 X509_get0_distinguishing_id.html3 X509_get0_notBefore.html3 X509_get0_signature.html3 X509_get0_uids.html3 X509_get_extension_flags.html3 X509_get_pubkey.html3 X509_get_serialNumber.html3 X509_get_subject_name.html3 X509_get_version.html3 X509_load_http.html3 X509_new.html3 X509_sign.html3 X509_verify.html3 X509_verify_cert.html3 X509v3_get_ext_by_NID.html3 b2i_PVK_bio_ex.html3 bio.html7 crypto.html7 ct.html7 d2i_DHparams.html3 d2i_PKCS8PrivateKey_bio.html3 d2i_PrivateKey.html3 d2i_RSAPrivateKey.html3 d2i_SSL_SESSION.html3 d2i_X509.html3 des_modes.html7 evp.html7 fips_config.html5 fips_module.html7 i2d_CMS_bio_stream.html3 i2d_PKCS7_bio_stream.html3 i2d_re_X509_tbs.html3 life_cycle-cipher.html7 life_cycle-digest.html7 life_cycle-kdf.html7 life_cycle-mac.html7 life_cycle-pkey.html7 life_cycle-rand.html7 migration_guide.html7 o2i_SCT_LIST.html3 openssl-core.h.html7 openssl-core_dispatch.h.html7 openssl-core_names.h.html7 openssl-env.html7 openssl-format-options.html1 openssl-glossary.html7 openssl-namedisplay-options.html1 openssl-passphrase-options.html1 openssl-threads.html7 openssl-verification-options.html1 openssl.html1 openssl.cnf.html5 openssl_CA.pl.html1 openssl_HMAC.html3 openssl_MD5.html3 openssl_asn1parse.html1 openssl_bio.html3 openssl_ca.html1 openssl_ciphers.html1 openssl_cms.html1 openssl_config.html5 openssl_crl.html1 openssl_crl2pkcs7.html1 openssl_dgst.html1 openssl_dhparam.html1 openssl_dsa.html1 openssl_dsaparam.html1 openssl_ec.html1 openssl_ecparam.html1 openssl_enc.html1 openssl_engine.html1 openssl_errstr.html1 openssl_evp.html3 openssl_gendsa.html1 openssl_genpkey.html1 openssl_genrsa.html1 openssl_list.html1 openssl_nseq.html1 openssl_ocsp.html1 openssl_passwd.html1 openssl_pkcs12.html1 openssl_pkcs7.html1 openssl_pkcs8.html1 openssl_pkey.html1 openssl_pkeyparam.html1 openssl_pkeyutl.html1 openssl_prime.html1 openssl_rand.html1 openssl_rehash.html1 openssl_req.html1 openssl_rsa.html1 openssl_rsautl.html1 openssl_s_client.html1 openssl_s_server.html1 openssl_s_time.html1 openssl_sess_id.html1 openssl_smime.html1 openssl_speed.html1 openssl_spkac.html1 openssl_srp.html1 openssl_storeutl.html1 openssl_ts.html1 openssl_tsget.html1 openssl_verify.html1 openssl_version.html1 openssl_x509.html1 ossl_store-file.html7 ossl_store.html7 passphrase-encoding.html7 property.html7 provider-asym_cipher.html7 provider-base.html7 provider-cipher.html7 provider-decoder.html7 provider-digest.html7 provider-encoder.html7 provider-kdf.html7 provider-kem.html7 provider-keyexch.html7 provider-keymgmt.html7 provider-mac.html7 provider-object.html7 provider-rand.html7 provider-signature.html7 provider-storemgmt.html7 provider.html7 proxy-certificates.html7 s2i_ASN1_IA5STRING.html3 scrypt.html7 ssl.html7 x509.html7 x509v3_config.html5 .depend a_bitstr.d a_d2i_fp.d a_digest.d a_dup.d a_gentm.d a_i2d_fp.d a_int.d a_mbstr.d a_object.d a_octet.d a_print.d a_sign.d a_strex.d a_strnid.d a_time.d a_type.d a_utctm.d a_utf8.d a_verify.d aes-x86_64.d aes_cfb.d aes_ecb.d aes_ige.d aes_misc.d aes_ofb.d aes_wrap.d aesni-mb-x86_64.d aesni-sha1-x86_64.d aesni-sha256-x86_64.d aesni-x86_64.d ameth_lib.d aria.d asn1_dsa.d asn1_err.d asn1_gen.d asn1_item_list.d asn1_lib.d asn1_parse.d asn_mime.d asn_moid.d asn_mstbl.d asn_pack.d asymcipher.d async.d async_err.d async_posix.d async_wait.d baseprov.d bf_buff.d bf_cfb64.d bf_ecb.d bf_enc.d bf_lbuf.d bf_nbio.d bf_null.d bf_ofb64.d bf_prefix.d bf_readbuff.d bf_skey.d bio_addr.d bio_asn1.d bio_b64.d bio_cb.d bio_dump.d bio_enc.d bio_err.d bio_lib.d bio_md.d bio_meth.d bio_ndef.d bio_ok.d bio_pk7.d bio_print.d bio_prov.d bio_sock.d bio_sock2.d blake2_prov.d blake2b_mac.d blake2b_prov.d blake2s_mac.d blake2s_prov.d bn_add.d bn_blind.d bn_const.d bn_conv.d bn_ctx.d bn_depr.d bn_dh.d bn_div.d bn_err.d bn_exp.d bn_exp2.d bn_gcd.d bn_gf2m.d bn_intern.d bn_kron.d bn_lib.d bn_mod.d bn_mont.d bn_mpi.d bn_mul.d bn_nist.d bn_prime.d bn_print.d bn_rand.d bn_recp.d bn_rsa_fips186_4.d bn_shift.d bn_sqr.d bn_sqrt.d bn_srp.d bn_word.d bn_x931p.d bsaes-x86_64.d bsearch.d bss_acpt.d bss_bio.d bss_conn.d bss_core.d bss_dgram.d bss_fd.d bss_file.d bss_log.d bss_mem.d bss_null.d bss_sock.d buf_err.d buffer.d by_dir.d by_file.d by_store.d c_allc.d c_alld.d c_cfb64.d c_ecb.d c_enc.d c_ofb64.d c_skey.d c_zlib.d capabilities.d cbc128.d cbc_cksm.d cbc_enc.d ccm128.d cfb128.d cfb64ede.d cfb64enc.d cfb_enc.d chacha-x86_64.d cipher_aes.d cipher_aes_cbc_hmac_sha.d cipher_aes_cbc_hmac_sha1_hw.d cipher_aes_cbc_hmac_sha256_hw.d cipher_aes_ccm.d cipher_aes_ccm_hw.d cipher_aes_gcm.d cipher_aes_gcm_hw.d cipher_aes_hw.d cipher_aes_ocb.d cipher_aes_ocb_hw.d cipher_aes_siv.d cipher_aes_siv_hw.d cipher_aes_wrp.d cipher_aes_xts.d cipher_aes_xts_fips.d cipher_aes_xts_hw.d cipher_aria.d cipher_aria_ccm.d cipher_aria_ccm_hw.d cipher_aria_gcm.d cipher_aria_gcm_hw.d cipher_aria_hw.d cipher_camellia.d cipher_camellia_hw.d cipher_chacha20.d cipher_chacha20_hw.d cipher_chacha20_poly1305.d cipher_chacha20_poly1305_hw.d cipher_cts.d cipher_null.d cipher_sm4.d cipher_sm4_hw.d cipher_tdes.d cipher_tdes_common.d cipher_tdes_default.d cipher_tdes_default_hw.d cipher_tdes_hw.d cipher_tdes_wrap.d cipher_tdes_wrap_hw.d ciphercommon.d ciphercommon_block.d ciphercommon_ccm.d ciphercommon_ccm_hw.d ciphercommon_gcm.d ciphercommon_gcm_hw.d ciphercommon_hw.d cmac.d cmac_prov.d cmeth_lib.d cmll-x86_64.d cmll_cfb.d cmll_ctr.d cmll_ecb.d cmll_misc.d cmll_ofb.d cmp_asn.d cmp_client.d cmp_ctx.d cmp_err.d cmp_hdr.d cmp_http.d cmp_msg.d cmp_protect.d cmp_server.d cmp_status.d cmp_util.d cmp_vfy.d cms_asn1.d cms_att.d cms_cd.d cms_dd.d cms_dh.d cms_ec.d cms_enc.d cms_env.d cms_err.d cms_ess.d cms_io.d cms_kari.d cms_lib.d cms_pwri.d cms_rsa.d cms_sd.d cms_smime.d comp_err.d comp_lib.d conf_api.d conf_def.d conf_err.d conf_lib.d conf_mall.d conf_mod.d conf_sap.d conf_ssl.d context.d core_algorithm.d core_fetch.d core_namemap.d cpt_err.d cpuid.d crmf_asn.d crmf_err.d crmf_lib.d crmf_pbm.d crngt.d cryptlib.d ct_b64.d ct_err.d ct_log.d ct_oct.d ct_policy.d ct_prn.d ct_sct.d ct_sct_ctx.d ct_vfy.d ct_x509v3.d ctr128.d ctrl_params_translate.d cts128.d ctype.d curve25519.d curve448.d curve448_tables.d cversion.d d2i_param.d d2i_pr.d d2i_pu.d decode_der2key.d decode_epki2pki.d decode_msblob2key.d decode_pem2der.d decode_pvk2key.d decode_spki2typespki.d decoder_err.d decoder_lib.d decoder_meth.d decoder_pkey.d defltprov.d defn_cache.d der_digests_gen.d der_dsa_gen.d der_dsa_key.d der_dsa_sig.d der_ec_gen.d der_ec_key.d der_ec_sig.d der_ecx_gen.d der_ecx_key.d der_rsa_gen.d der_rsa_key.d der_rsa_sig.d der_sm2_gen.d der_sm2_key.d der_sm2_sig.d der_wrap_gen.d der_writer.d des_enc.d dh_ameth.d dh_asn1.d dh_backend.d dh_check.d dh_ctrl.d dh_depr.d dh_err.d dh_exch.d dh_gen.d dh_group_params.d dh_kdf.d dh_key.d dh_kmgmt.d dh_lib.d dh_meth.d dh_pmeth.d dh_prn.d dh_rfc5114.d dh_support.d digest.d digest_to_nid.d digestcommon.d drbg.d drbg_ctr.d drbg_hash.d drbg_hmac.d dsa_ameth.d dsa_asn1.d dsa_backend.d dsa_check.d dsa_ctrl.d dsa_depr.d dsa_err.d dsa_gen.d dsa_key.d dsa_kmgmt.d dsa_lib.d dsa_meth.d dsa_ossl.d dsa_pmeth.d dsa_prn.d dsa_sig.d dsa_sign.d dsa_vrf.d dso_dl.d dso_dlfcn.d dso_err.d dso_lib.d dso_openssl.d dso_vms.d dso_win32.d e_aes.d e_aes_cbc_hmac_sha1.d e_aes_cbc_hmac_sha256.d e_aria.d e_bf.d e_camellia.d e_cast.d e_chacha20_poly1305.d e_des.d e_des3.d e_idea.d e_null.d e_old.d e_rc2.d e_rc4.d e_rc4_hmac_md5.d e_rc5.d e_seed.d e_sm4.d e_xcbc_d.d ebcdic.d ec2_oct.d ec2_smpl.d ec_ameth.d ec_asn1.d ec_backend.d ec_check.d ec_ctrl.d ec_curve.d ec_cvt.d ec_deprecated.d ec_err.d ec_key.d ec_kmeth.d ec_kmgmt.d ec_lib.d ec_mult.d ec_oct.d ec_pmeth.d ec_print.d ec_support.d ecb3_enc.d ecb_enc.d ecdh_exch.d ecdh_kdf.d ecdh_ossl.d ecdsa_ossl.d ecdsa_sig.d ecdsa_sign.d ecdsa_vrf.d eck_prn.d ecp_mont.d ecp_nist.d ecp_nistz256-x86_64.d ecp_nistz256.d ecp_oct.d ecp_smpl.d ecx_backend.d ecx_exch.d ecx_key.d ecx_kmgmt.d ecx_meth.d eddsa.d eddsa_sig.d encode.d encode_key2any.d encode_key2blob.d encode_key2ms.d encode_key2text.d encoder_err.d encoder_lib.d encoder_meth.d encoder_pkey.d endecoder_common.d eng_all.d eng_cnf.d eng_ctrl.d eng_dyn.d eng_err.d eng_fat.d eng_init.d eng_lib.d eng_list.d eng_openssl.d eng_pkey.d eng_rdrand.d eng_table.d err.d err_all.d err_all_legacy.d err_blocks.d err_prn.d ess_asn1.d ess_err.d ess_lib.d evp_asn1.d evp_cnf.d evp_enc.d evp_err.d evp_fetch.d evp_key.d evp_lib.d evp_pbe.d evp_pkey.d evp_rand.d evp_utils.d ex_data.d exchange.d f_generic.d f_impl32.d f_impl64.d f_int.d f_string.d fcrypt.d fcrypt_b.d ffc_backend.d ffc_dh.d ffc_key_generate.d ffc_key_validate.d ffc_params.d ffc_params_generate.d ffc_params_validate.d file_store.d file_store_any2obj.d gcm128.d getenv.d gmac_prov.d hkdf.d hmac.d hmac_prov.d http_client.d http_err.d http_lib.d i2d_evp.d i_cbc.d i_cfb64.d i_ecb.d i_ofb64.d i_skey.d info.d init.d initthread.d kbkdf.d kdf_err.d kdf_exch.d kdf_legacy_kmgmt.d kdf_lib.d kdf_meth.d keccak1600-x86_64.d kem.d keymgmt_lib.d keymgmt_meth.d kmac_prov.d krb5kdf.d legacy_blake2.d legacy_md4.d legacy_md5.d legacy_md5_sha1.d legacy_mdc2.d legacy_ripemd.d legacy_sha.d legacy_sm3.d legacy_wp.d lh_stats.d lhash.d libc-sha1.d libc-sha256.d libc-sha2xx.d libc-sha512.d m_null.d m_sigver.d mac_legacy_kmgmt.d mac_legacy_sig.d mac_lib.d mac_meth.d md4_dgst.d md4_one.d md5-x86_64.d md5_dgst.d md5_one.d md5_prov.d md5_sha1.d md5_sha1_prov.d mdc2_one.d mdc2dgst.d mem.d mem_sec.d n_pkey.d names.d nsseq.d null_prov.d nullprov.d o_dir.d o_fopen.d o_init.d o_names.d o_str.d o_time.d obj_dat.d obj_err.d obj_lib.d obj_xref.d ocb128.d ocsp_asn.d ocsp_cl.d ocsp_err.d ocsp_ext.d ocsp_http.d ocsp_lib.d ocsp_prn.d ocsp_srv.d ocsp_vfy.d ofb128.d ofb64ede.d ofb64enc.d ofb_enc.d ossl_core_bio.d p12_add.d p12_asn.d p12_attr.d p12_crpt.d p12_crt.d p12_decr.d p12_init.d p12_key.d p12_kiss.d p12_mutl.d p12_npas.d p12_p8d.d p12_p8e.d p12_sbag.d p12_utl.d p5_crpt.d p5_crpt2.d p5_pbe.d p5_pbev2.d p5_scrypt.d p8_pkey.d p_dec.d p_enc.d p_legacy.d p_lib.d p_open.d p_seal.d p_sign.d p_verify.d packet.d param_build.d param_build_set.d params.d params_dup.d params_from_text.d passphrase.d pbe_scrypt.d pbkdf2.d pbkdf2_fips.d pcbc_enc.d pcy_cache.d pcy_data.d pcy_lib.d pcy_map.d pcy_node.d pcy_tree.d pem_all.d pem_err.d pem_info.d pem_lib.d pem_oth.d pem_pk8.d pem_pkey.d pem_sign.d pem_x509.d pem_xaux.d pk12err.d pk7_asn1.d pk7_attr.d pk7_doit.d pk7_lib.d pk7_mime.d pk7_smime.d pkcs12kdf.d pkcs7err.d pmeth_check.d pm--- cleandir-external --- cleandir ===> external/bsd/atf/share/xml --- cleandir-lib --- eth_gn.d pmeth_lib.d poly1305-x86_64.d poly1305.d poly1305_prov.d pqueue.d property.d property_err.d property_parse.d property_query.d property_string.d prov_running.d prov_seed.d provider.d provider_child.d provider_conf.d provider_core.d provider_ctx.d provider_err.d provider_predefined.d provider_seeding.d provider_util.d punycode.d pvkfmt.d qud_cksm.d rand_cpu_x86.d rand_deprecated.d rand_err.d rand_key.d rand_lib.d rand_meth.d rand_pool.d rand_tsc.d rand_unix.d rand_win.d randfile.d rc2_cbc.d rc2_ecb.d rc2_skey.d rc2cfb64.d rc2ofb64.d rc4-md5-x86_64.d rc4-x86_64.d ripemd_prov.d rmd_dgst.d rmd_one.d rsa_ameth.d rsa_asn1.d rsa_backend.d rsa_chk.d rsa_crpt.d rsa_depr.d rsa_enc.d rsa_err.d rsa_gen.d rsa_kem.d rsa_kmgmt.d rsa_lib.d rsa_meth.d rsa_mp.d rsa_mp_names.d rsa_none.d rsa_oaep.d rsa_ossl.d rsa_pk1.d rsa_pmeth.d rsa_prn.d rsa_pss.d rsa_saos.d rsa_schemes.d rsa_sig.d rsa_sign.d rsa_sp800_56b_check.d rsa_sp800_56b_gen.d rsa_x931.d rsa_x931g.d rsaz-avx2.d rsaz-avx512.d rsaz-x86_64.d rsaz_exp.d rsaz_exp_x2.d s3_cbc.d scalar.d scrypt.d securitycheck.d securitycheck_default.d seed.d seed_cbc.d seed_cfb.d seed_ecb.d seed_ofb.d seed_src.d self_test_core.d set_key.d sha1-mb-x86_64.d sha1-x86_64.d sha1dgst.d sha2_prov.d sha3.d sha3_prov.d signature.d siphash.d siphash_prov.d siv128.d sm2_crypt.d sm2_enc.d sm2_err.d sm2_key.d sm2_sig.d sm2_sign.d sm3.d sm3_prov.d sm4.d sparse_array.d srp_lib.d srp_vfy.d sshkdf.d sskdf.d stack.d store_err.d store_init.d store_lib.d store_meth.d store_register.d store_result.d store_strings.d str2key.d t_bitst.d t_crl.d t_pkey.d t_req.d t_spki.d t_x509.d tasn_dec.d tasn_enc.d tasn_fre.d tasn_new.d tasn_prn.d tasn_scn.d tasn_typ.d tasn_utl.d tb_asnmth.d tb_cipher.d tb_dh.d tb_digest.d tb_dsa.d tb_eckey.d tb_pkmeth.d tb_rand.d tb_rsa.d test_rng.d threads_lib.d threads_none.d threads_pthread.d threads_win.d tls1_prf.d tls_pad.d trace.d ts_asn1.d ts_conf.d ts_err.d ts_lib.d ts_req_print.d ts_req_utils.d ts_rsp_print.d ts_rsp_sign.d ts_rsp_utils.d ts_rsp_verify.d ts_verify_ctx.d txt_db.d ui_err.d ui_lib.d ui_null.d ui_openssl.d ui_util.d uid.d v3_addr.d v3_admis.d v3_akeya.d v3_akid.d v3_asid.d v3_bcons.d v3_bitst.d v3_conf.d v3_cpols.d v3_crld.d v3_enum.d v3_extku.d v3_genn.d v3_ia5.d v3_info.d v3_int.d v3_ist.d v3_lib.d v3_ncons.d v3_ocsp.d v3_pci.d v3_pcia.d v3_pcons.d v3_pku.d v3_pmaps.d v3_prn.d v3_purp.d v3_san.d v3_skid.d v3_sxnet.d v3_tlsf.d v3_utf8.d v3_utl.d v3err.d vpaes-x86_64.d wp-x86_64.d wp_dgst.d wrap128.d x25519-x86_64.d x509_att.d x509_cmp.d x509_d2.d x509_def.d x509_err.d x509_ext.d x509_lu.d x509_meth.d x509_obj.d x509_r2x.d x509_req.d x509_set.d x509_trust.d x509_txt.d x509_v3.d x509_vfy.d x509_vpm.d x509cset.d x509name.d x509rset.d x509spki.d x509type.d x86_64-gcc.d x86_64-gf2m.d x86_64-mont.d x86_64-mont5.d x86_64cpuid.d x942kdf.d x_algor.d x_all.d x_attrib.d x_bignum.d x_crl.d x_exten.d x_info.d x_int64.d x_long.d x_name.d x_pkey.d x_pubkey.d x_req.d x_sig.d x_spki.d x_val.d x_x509.d x_x509a.d xcbc_enc.d xts128.d a_bitstr.d.tmp a_d2i_fp.d.tmp a_digest.d.tmp a_dup.d.tmp a_gentm.d.tmp a_i2d_fp.d.tmp a_int.d.tmp a_mbstr.d.tmp a_object.d.tmp a_octet.d.tmp a_print.d.tmp a_sign.d.tmp a_strex.d.tmp a_strnid.d.tmp a_time.d.tmp a_type.d.tmp a_utctm.d.tmp a_utf8.d.tmp a_verify.d.tmp aes-x86_64.d.tmp aes_cfb.d.tmp aes_ecb.d.tmp aes_ige.d.tmp aes_misc.d.tmp aes_ofb.d.tmp aes_wrap.d.tmp aesni-mb-x86_64.d.tmp aesni-sha1-x86_64.d.tmp aesni-sha256-x86_64.d.tmp aesni-x86_64.d.tmp ameth_lib.d.tmp aria.d.tmp asn1_dsa.d.tmp asn1_err.d.tmp asn1_gen.d.tmp asn1_item_list.d.tmp asn1_lib.d.tmp asn1_parse.d.tmp asn_mime.d.tmp asn_moid.d.tmp asn_mstbl.d.tmp asn_pack.d.tmp asymcipher.d.tmp async.d.tmp async_err.d.tmp async_posix.d.tmp async_wait.d.tmp baseprov.d.tmp bf_buff.d.tmp bf_cfb64.d.tmp bf_ecb.d.tmp bf_enc.d.tmp bf_lbuf.d.tmp bf_nbio.d.tmp bf_null.d.tmp bf_ofb64.d.tmp bf_prefix.d.tmp bf_readbuff.d.tmp bf_skey.d.tmp bio_addr.d.tmp bio_asn1.d.tmp bio_b64.d.tmp bio_cb.d.tmp bio_dump.d.tmp bio_enc.d.tmp bio_err.d.tmp bio_lib.d.tmp bio_md.d.tmp bio_meth.d.tmp bio_ndef.d.tmp bio_ok.d.tmp bio_pk7.d.tmp bio_print.d.tmp bio_prov.d.tmp bio_sock.d.tmp bio_sock2.d.tmp blake2_prov.d.tmp blake2b_mac.d.tmp blake2b_prov.d.tmp blake2s_mac.d.tmp blake2s_prov.d.tmp bn_add.d.tmp bn_blind.d.tmp bn_const.d.tmp bn_conv.d.tmp bn_ctx.d.tmp bn_depr.d.tmp bn_dh.d.tmp bn_div.d.tmp bn_err.d.tmp bn_exp.d.tmp bn_exp2.d.tmp bn_gcd.d.tmp bn_gf2m.d.tmp bn_intern.d.tmp bn_kron.d.tmp bn_lib.d.tmp bn_mod.d.tmp bn_mont.d.tmp bn_mpi.d.tmp bn_mul.d.tmp bn_nist.d.tmp bn_prime.d.tmp bn_print.d.tmp bn_rand.d.tmp bn_recp.d.tmp bn_rsa_fips186_4.d.tmp bn_shift.d.tmp bn_sqr.d.tmp bn_sqrt.d.tmp bn_srp.d.tmp bn_word.d.tmp bn_x931p.d.tmp bsaes-x86_64.d.tmp bsearch.d.tmp bss_acpt.d.tmp bss_bio.d.tmp bss_conn.d.tmp bss_core.d.tmp bss_dgram.d.tmp bss_fd.d.tmp bss_file.d.tmp bss_log.d.tmp bss_mem.d.tmp bss_null.d.tmp bss_sock.d.tmp buf_err.d.tmp buffer.d.tmp by_dir.d.tmp by_file.d.tmp by_store.d.tmp c_allc.d.tmp c_alld.d.tmp c_cfb64.d.tmp c_ecb.d.tmp c_enc.d.tmp c_ofb64.d.tmp c_skey.d.tmp c_zlib.d.tmp capabilities.d.tmp cbc128.d.tmp cbc_cksm.d.tmp cbc_enc.d.tmp ccm128.d.tmp cfb128.d.tmp cfb64ede.d.tmp cfb64enc.d.tmp cfb_enc.d.tmp chacha-x86_64.d.tmp cipher_aes.d.tmp cipher_aes_cbc_hmac_sha.d.tmp cipher_aes_cbc_hmac_sha1_hw.d.tmp cipher_aes_cbc_hmac_sha256_hw.d.tmp cipher_aes_ccm.d.tmp cipher_aes_ccm_hw.d.tmp cipher_aes_gcm.d.tmp cipher_aes_gcm_hw.d.tmp cipher_aes_hw.d.tmp cipher_aes_ocb.d.tmp cipher_aes_ocb_hw.d.tmp cipher_aes_siv.d.tmp cipher_aes_siv_hw.d.tmp cipher_aes_wrp.d.tmp cipher_aes_xts.d.tmp cipher_aes_xts_fips.d.tmp cipher_aes_xts_hw.d.tmp cipher_aria.d.tmp cipher_aria_ccm.d.tmp cipher_aria_ccm_hw.d.tmp cipher_aria_gcm.d.tmp cipher_aria_gcm_hw.d.tmp cipher_aria_hw.d.tmp cipher_camellia.d.tmp cipher_camellia_hw.d.tmp cipher_chacha20.d.tmp cipher_chacha20_hw.d.tmp cipher_chacha20_poly1305.d.tmp cipher_chacha20_poly1305_hw.d.tmp cipher_cts.d.tmp cipher_null.d.tmp cipher_sm4.d.tmp cipher_sm4_hw.d.tmp cipher_tdes.d.tmp cipher_tdes_common.d.tmp cipher_tdes_default.d.tmp cipher_tdes_default_hw.d.tmp cipher_tdes_hw.d.tmp cipher_tdes_wrap.d.tmp cipher_tdes_wrap_hw.d.tmp ciphercommon.d.tmp ciphercommon_block.d.tmp ciphercommon_ccm.d.tmp ciphercommon_ccm_hw.d.tmp ciphercommon_gcm.d.tmp ciphercommon_gcm_hw.d.tmp ciphercommon_hw.d.tmp cmac.d.tmp cmac_prov.d.tmp cmeth_lib.d.tmp cmll-x86_64.d.tmp cmll_cfb.d.tmp cmll_ctr.d.tmp cmll_ecb.d.tmp cmll_misc.d.tmp cmll_ofb.d.tmp cmp_asn.d.tmp cmp_client.d.tmp cmp_ctx.d.tmp cmp_err.d.tmp cmp_hdr.d.tmp cmp_http.d.tmp cmp_msg.d.tmp cmp_protect.d.tmp cmp_server.d.tmp cmp_status.d.tmp cmp_util.d.tmp cmp_vfy.d.tmp cms_asn1.d.tmp cms_att.d.tmp cms_cd.d.tmp cms_dd.d.tmp cms_dh.d.tmp cms_ec.d.tmp cms_enc.d.tmp cms_env.d.tmp cms_err.d.tmp cms_ess.d.tmp cms_io.d.tmp cms_kari.d.tmp cms_lib.d.tmp cms_pwri.d.tmp cms_rsa.d.tmp cms_sd.d.tmp cms_smime.d.tmp comp_err.d.tmp comp_lib.d.tmp conf_api.d.tmp conf_def.d.tmp conf_err.d.tmp conf_lib.d.tmp conf_mall.d.tmp conf_mod.d.tmp conf_sap.d.tmp conf_ssl.d.tmp context.d.tmp core_algorithm.d.tmp core_fetch.d.tmp core_namemap.d.tmp cpt_err.d.tmp cpuid.d.tmp crmf_asn.d.tmp crmf_err.d.tmp crmf_lib.d.tmp crmf_pbm.d.tmp crngt.d.tmp cryptlib.d.tmp ct_b64.d.tmp ct_err.d.tmp ct_log.d.tmp ct_oct.d.tmp ct_policy.d.tmp ct_prn.d.tmp ct_sct.d.tmp ct_sct_ctx.d.tmp ct_vfy.d.tmp ct_x509v3.d.tmp ctr128.d.tmp ctrl_params_translate.d.tmp cts128.d.tmp ctype.d.tmp curve25519.d.tmp curve448.d.tmp curve448_tables.d.tmp cversion.d.tmp d2i_param.d.tmp d2i_pr.d.tmp d2i_pu.d.tmp decode_der2key.d.tmp decode_epki2pki.d.tmp decode_msblob2key.d.tmp decode_pem2der.d.tmp decode_pvk2key.d.tmp decode_spki2typespki.d.tmp decoder_err.d.tmp decoder_lib.d.tmp decoder_meth.d.tmp decoder_pkey.d.tmp defltprov.d.tmp defn_cache.d.tmp der_digests_gen.d.tmp der_dsa_gen.d.tmp der_dsa_key.d.tmp der_dsa_sig.d.tmp der_ec_gen.d.tmp der_ec_key.d.tmp der_ec_sig.d.tmp der_ecx_gen.d.tmp der_ecx_key.d.tmp der_rsa_gen.d.tmp der_rsa_key.d.tmp der_rsa_sig.d.tmp der_sm2_gen.d.tmp der_sm2_key.d.tmp der_sm2_sig.d.tmp der_wrap_gen.d.tmp der_writer.d.tmp des_enc.d.tmp dh_ameth.d.tmp dh_asn1.d.tmp dh_backend.d.tmp dh_check.d.tmp dh_ctrl.d.tmp dh_depr.d.tmp dh_err.d.tmp dh_exch.d.tmp dh_gen.d.tmp dh_group_params.d.tmp dh_kdf.d.tmp dh_key.d.tmp dh_kmgmt.d.tmp dh_lib.d.tmp dh_meth.d.tmp dh_pmeth.d.tmp dh_prn.d.tmp dh_rfc5114.d.tmp dh_support.d.tmp digest.d.tmp digest_to_nid.d.tmp digestcommon.d.tmp drbg.d.tmp drbg_ctr.d.tmp drbg_hash.d.tmp drbg_hmac.d.tmp dsa_ameth.d.tmp dsa_asn1.d.tmp dsa_backend.d.tmp dsa_check.d.tmp dsa_ctrl.d.tmp dsa_depr.d.tmp dsa_err.d.tmp dsa_gen.d.tmp dsa_key.d.tmp dsa_kmgmt.d.tmp dsa_lib.d.tmp dsa_meth.d.tmp dsa_ossl.d.tmp dsa_pmeth.d.tmp dsa_prn.d.tmp dsa_sig.d.tmp dsa_sign.d.tmp dsa_vrf.d.tmp dso_dl.d.tmp dso_dlfcn.d.tmp dso_err.d.tmp dso_lib.d.tmp dso_openssl.d.tmp dso_vms.d.tmp dso_win32.d.tmp e_aes.d.tmp e_aes_cbc_hmac_sha1.d.tmp e_aes_cbc_hmac_sha256.d.tmp e_aria.d.tmp e_bf.d.tmp e_camellia.d.tmp e_cast.d.tmp e_chacha20_poly1305.d.tmp e_des.d.tmp e_des3.d.tmp e_idea.d.tmp e_null.d.tmp e_old.d.tmp e_rc2.d.tmp e_rc4.d.tmp e_rc4_hmac_md5.d.tmp e_rc5.d.tmp e_seed.d.tmp e_sm4.d.tmp e_xcbc_d.d.tmp ebcdic.d.tmp ec2_oct.d.tmp ec2_smpl.d.tmp ec_ameth.d.tmp ec_asn1.d.tmp ec_backend.d.tmp ec_check.d.tmp ec_ctrl.d.tmp ec_curve.d.tmp ec_cvt.d.tmp ec_deprecated.d.tmp ec_err.d.tmp ec_key.d.tmp ec_kmeth.d.tmp ec_kmgmt.d.tmp ec_lib.d.tmp ec_mult.d.tmp ec_oct.d.tmp ec_pmeth.d.tmp ec_print.d.tmp ec_support.d.tmp ecb3_enc.d.tmp ecb_enc.d.tmp ecdh_exch.d.tmp ecdh_kdf.d.tmp ecdh_ossl.d.tmp ecdsa_ossl.d.tmp ecdsa_sig.d.tmp ecdsa_sign.d.tmp ecdsa_vrf.d.tmp eck_prn.d.tmp ecp_mont.d.tmp ecp_nist.d.tmp ecp_nistz256-x86_64.d.tmp ecp_nistz256.d.tmp ecp_oct.d.tmp ecp_smpl.d.tmp ecx_backend.d.tmp ecx_exch.d.tmp ecx_key.d.tmp ecx_kmgmt.d.tmp ecx_meth.d.tmp eddsa.d.tmp eddsa_sig.d.tmp encode.d.tmp encode_key2any.d.tmp encode_key2blob.d.tmp encode_key2ms.d.tmp encode_key2text.d.tmp encoder_err.d.tmp encoder_lib.d.tmp encoder_meth.d.tmp encoder_pkey.d.tmp endecoder_common.d.tmp eng_all.d.tmp eng_cnf.d.tmp eng_ctrl.d.tmp eng_dyn.d.tmp eng_err.d.tmp eng_fat.d.tmp eng_init.d.tmp eng_lib.d.tmp eng_list.d.tmp eng_openssl.d.tmp eng_pkey.d.tmp eng_rdrand.d.tmp eng_table.d.tmp err.d.tmp err_all.d.tmp err_all_legacy.d.tmp err_blocks.d.tmp err_prn.d.tmp ess_asn1.d.tmp ess_err.d.tmp ess_lib.d.tmp evp_asn1.d.tmp evp_cnf.d.tmp evp_enc.d.tmp evp_err.d.tmp evp_fetch.d.tmp evp_key.d.tmp evp_lib.d.tmp evp_pbe.d.tmp evp_pkey.d.tmp evp_rand.d.tmp evp_utils.d.tmp ex_data.d.tmp exchange.d.tmp f_generic.d.tmp f_impl32.d.tmp f_impl64.d.tmp f_int.d.tmp f_string.d.tmp fcrypt.d.tmp fcrypt_b.d.tmp ffc_backend.d.tmp ffc_dh.d.tmp ffc_key_generate.d.tmp ffc_key_validate.d.tmp ffc_params.d.tmp ffc_params_generate.d.tmp ffc_params_validate.d.tmp file_store.d.tmp file_store_any2obj.d.tmp gcm128.d.tmp getenv.d.tmp gmac_prov.d.tmp hkdf.d.tmp hmac.d.tmp hmac_prov.d.tmp http_client.d.tmp http_err.d.tmp http_lib.d.tmp i2d_evp.d.tmp i_cbc.d.tmp i_cfb64.d.tmp i_ecb.d.tmp i_ofb64.d.tmp i_skey.d.tmp info.d.tmp init.d.tmp initthread.d.tmp kbkdf.d.tmp kdf_err.d.tmp kdf_exch.d.tmp kdf_legacy_kmgmt.d.tmp kdf_lib.d.tmp kdf_meth.d.tmp keccak1600-x86_64.d.tmp kem.d.tmp keymgmt_lib.d.tmp keymgmt_meth.d.tmp kmac_prov.d.tmp krb5kdf.d.tmp legacy_blake2.d.tmp legacy_md4.d.tmp legacy_md5.d.tmp legacy_md5_sha1.d.tmp legacy_mdc2.d.tmp legacy_ripemd.d.tmp legacy_sha.d.tmp legacy_sm3.d.tmp legacy_wp.d.tmp lh_stats.d.tmp lhash.d.tmp libc-sha1.d.tmp libc-sha256.d.tmp libc-sha2xx.d.tmp libc-sha512.d.tmp m_null.d.tmp m_sigver.d.tmp mac_legacy_kmgmt.d.tmp mac_legacy_sig.d.tmp mac_lib.d.tmp mac_meth.d.tmp md4_dgst.d.tmp md4_one.d.tmp md5-x86_64.d.tmp md5_dgst.d.tmp md5_one.d.tmp md5_prov.d.tmp md5_sha1.d.tmp md5_sha1_prov.d.tmp mdc2_one.d.tmp mdc2dgst.d.tmp mem.d.tmp mem_sec.d.tmp n_pkey.d.tmp names.d.tmp nsseq.d.tmp null_prov.d.tmp nullprov.d.tmp o_dir.d.tmp o_fopen.d.tmp o_init.d.tmp o_names.d.tmp o_str.d.tmp o_time.d.tmp obj_dat.d.tmp obj_err.d.tmp obj_lib.d.tmp obj_xref.d.tmp ocb128.d.tmp ocsp_asn.d.tmp ocsp_cl.d.tmp ocsp_err.d.tmp ocsp_ext.d.tmp ocsp_http.d.tmp ocsp_lib.d.tmp ocsp_prn.d.tmp ocsp_srv.d.tmp ocsp_vfy.d.tmp ofb128.d.tmp ofb64ede.d.tmp ofb64enc.d.tmp ofb_enc.d.tmp ossl_core_bio.d.tmp p12_add.d.tmp p12_asn.d.tmp p12_attr.d.tmp p12_crpt.d.tmp p12_crt.d.tmp p12_decr.d.tmp p12_init.d.tmp p12_key.d.tmp p12_kiss.d.tmp p12_mutl.d.tmp p12_npas.d.tmp p12_p8d.d.tmp p12_p8e.d.tmp p12_sbag.d.tmp p12_utl.d.tmp p5_crpt.d.tmp p5_crpt2.d.tmp p5_pbe.d.tmp p5_pbev2.d.tmp p5_scrypt.d.tmp p8_pkey.d.tmp p_dec.d.tmp p_enc.d.tmp p_legacy.d.tmp p_lib.d.tmp p_open.d.tmp p_seal.d.tmp p_sign.d.tmp p_verify.d.tmp packet.d.tmp param_build.d.tmp param_build_set.d.tmp params.d.tmp params_dup.d.tmp params_from_text.d.tmp passphrase.d.tmp pbe_scrypt.d.tmp pbkdf2.d.tmp pbkdf2_fips.d.tmp pcbc_enc.d.tmp pcy_cache.d.tmp pcy_data.d.tmp pcy_lib.d.tmp pcy_map.d.tmp pcy_node.d.tmp pcy_tree.d.tmp pem_all.d.tmp pem_err.d.tmp pem_info.d.tmp pem_lib.d.tmp pem_oth.d.tmp pem_pk8.d.tmp pem_pkey.d.tmp pem_sign.d.tmp pem_x509.d.tmp pem_xaux.d.tmp pk12err.d.tmp pk7_asn1.d.tmp pk7_attr.d.tmp pk7_doit.d.tmp pk7_lib.d.tmp pk7_mime.d.tmp pk7_smime.d.tmp pkcs12kdf.d.tmp pkcs7err.d.tmp pmeth_check.d.tmp pmeth_gn.d.tmp pmeth_lib.d.tmp poly1305-x86_64.d.tmp poly1305.d.tmp poly1305_prov.d.tmp pqueue.d.tmp property.d.tmp property_err.d.tmp property_parse.d.tmp property_query.d.tmp property_string.d.tmp prov_running.d.tmp prov_seed.d.tmp provider.d.tmp provider_child.d.tmp provider_conf.d.tmp provider_core.d.tmp provider_ctx.d.tmp provider_err.d.tmp provider_predefined.d.tmp provider_seeding.d.tmp provider_util.d.tmp punycode.d.tmp pvkfmt.d.tmp qud_cksm.d.tmp rand_cpu_x86.d.tmp rand_deprecated.d.tmp rand_err.d.tmp rand_key.d.tmp rand_lib.d.tmp rand_meth.d.tmp rand_pool.d.tmp rand_tsc.d.tmp rand_unix.d.tmp rand_win.d.tmp randfile.d.tmp rc2_cbc.d.tmp rc2_ecb.d.tmp rc2_skey.d.tmp rc2cfb64.d.tmp rc2ofb64.d.tmp rc4-md5-x86_64.d.tmp rc4-x86_64.d.tmp ripemd_prov.d.tmp rmd_dgst.d.tmp rmd_one.d.tmp rsa_ameth.d.tmp rsa_asn1.d.tmp rsa_backend.d.tmp rsa_chk.d.tmp rsa_crpt.d.tmp rsa_depr.d.tmp rsa_enc.d.tmp rsa_err.d.tmp rsa_gen.d.tmp rsa_kem.d.tmp rsa_kmgmt.d.tmp rsa_lib.d.tmp rsa_meth.d.tmp rsa_mp.d.tmp rsa_mp_names.d.tmp rsa_none.d.tmp rsa_oaep.d.tmp rsa_ossl.d.tmp rsa_pk1.d.tmp rsa_pmeth.d.tmp rsa_prn.d.tmp rsa_pss.d.tmp rsa_saos.d.tmp rsa_schemes.d.tmp rsa_sig.d.tmp rsa_sign.d.tmp rsa_sp800_56b_check.d.tmp rsa_sp800_56b_gen.d.tmp rsa_x931.d.tmp rsa_x931g.d.tmp rsaz-avx2.d.tmp rsaz-avx512.d.tmp rsaz-x86_64.d.tmp rsaz_exp.d.tmp rsaz_exp_x2.d.tmp s3_cbc.d.tmp scalar.d.tmp scrypt.d.tmp securitycheck.d.tmp securitycheck_default.d.tmp seed.d.tmp seed_cbc.d.tmp seed_cfb.d.tmp seed_ecb.d.tmp seed_ofb.d.tmp seed_src.d.tmp self_test_core.d.tmp set_key.d.tmp sha1-mb-x86_64.d.tmp sha1-x86_64.d.tmp sha1dgst.d.tmp sha2_prov.d.tmp sha3.d.tmp sha3_prov.d.tmp signature.d.tmp siphash.d.tmp siphash_prov.d.tmp siv128.d.tmp sm2_crypt.d.tmp sm2_enc.d.tmp sm2_err.d.tmp sm2_key.d.tmp sm2_sig.d.tmp sm2_sign.d.tmp sm3.d.tmp sm3_prov.d.tmp sm4.d.tmp sparse_array.d.tmp srp_lib.d.tmp srp_vfy.d.tmp sshkdf.d.tmp sskdf.d.tmp stack.d.tmp store_err.d.tmp store_init.d.tmp store_lib.d.tmp store_meth.d.tmp store_register.d.tmp store_result.d.tmp store_strings.d.tmp str2key.d.tmp t_bitst.d.tmp t_crl.d.tmp t_pkey.d.tmp t_req.d.tmp t_spki.d.tmp t_x509.d.tmp tasn_dec.d.tmp tasn_enc.d.tmp tasn_fre.d.tmp tasn_new.d.tmp tasn_prn.d.tmp tasn_scn.d.tmp tasn_typ.d.tmp tasn_utl.d.tmp tb_asnmth.d.tmp tb_cipher.d.tmp tb_dh.d.tmp tb_digest.d.tmp tb_dsa.d.tmp tb_eckey.d.tmp tb_pkmeth.d.tmp tb_rand.d.tmp tb_rsa.d.tmp test_rng.d.tmp threads_lib.d.tmp threads_none.d.tmp threads_pthread.d.tmp threads_win.d.tmp tls1_prf.d.tmp tls_pad.d.tmp trace.d.tmp ts_asn1.d.tmp ts_conf.d.tmp ts_err.d.tmp ts_lib.d.tmp ts_req_print.d.tmp ts_req_utils.d.tmp ts_rsp_print.d.tmp ts_rsp_sign.d.tmp ts_rsp_utils.d.tmp ts_rsp_verify.d.tmp ts_verify_ctx.d.tmp txt_db.d.tmp ui_err.d.tmp ui_lib.d.tmp ui_null.d.tmp ui_openssl.d.tmp ui_util.d.tmp uid.d.tmp v3_addr.d.tmp v3_admis.d.tmp v3_akeya.d.tmp v3_akid.d.tmp v3_asid.d.tmp v3_bcons.d.tmp v3_bitst.d.tmp v3_conf.d.tmp v3_cpols.d.tmp v3_crld.d.tmp v3_enum.d.tmp v3_extku.d.tmp v3_genn.d.tmp v3_ia5.d.tmp v3_info.d.tmp v3_int.d.tmp v3_ist.d.tmp v3_lib.d.tmp v3_ncons.d.tmp v3_ocsp.d.tmp v3_pci.d.tmp v3_pcia.d.tmp v3_pcons.d.tmp v3_pku.d.tmp v3_pmaps.d.tmp v3_prn.d.tmp v3_purp.d.tmp v3_san.d.tmp v3_skid.d.tmp v3_sxnet.d.tmp v3_tlsf.d.tmp v3_utf8.d.tmp v3_utl.d.tmp v3err.d.tmp vpaes-x86_64.d.tmp wp-x86_64.d.tmp wp_dgst.d.tmp wrap128.d.tmp x25519-x86_64.d.tmp x509_att.d.tmp x509_cmp.d.tmp x509_d2.d.tmp x509_def.d.tmp x509_err.d.tmp x509_ext.d.tmp x509_lu.d.tmp x509_meth.d.tmp x509_obj.d.tmp x509_r2x.d.tmp x509_req.d.tmp x509_set.d.tmp x509_trust.d.tmp x509_txt.d.tmp x509_v3.d.tmp x509_vfy.d.tmp x509_vpm.d.tmp x509cset.d.tmp x509name.d.tmp x509rset.d.tmp x509spki.d.tmp x509type.d.tmp x86_64-gcc.d.tmp x86_64-gf2m.d.tmp x86_64-mont.d.tmp x86_64-mont5.d.tmp x86_64cpuid.d.tmp x942kdf.d.tmp x_algor.d.tmp x_all.d.tmp x_attrib.d.tmp x_bignum.d.tmp x_crl.d.tmp x_exten.d.tmp x_info.d.tmp x_int64.d.tmp x_long.d.tmp x_name.d.tmp x_pkey.d.tmp x_pubkey.d.tmp x_req.d.tmp x_sig.d.tmp x_spki.d.tmp x_val.d.tmp x_x509.d.tmp x_x509a.d.tmp xcbc_enc.d.tmp xts128.d.tmp tags || true) --- cleandir-external --- --- cleandir-atf --- cleandir ===> external/bsd/atf/share/xml/atf --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/share/xml/atf && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/share/xml/atf && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- cleandir-../crypto/external/bsd/openssl/lib/libcryptotest --- --- cleandir-external --- --- cleandir-xsl --- --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/libcryptotest --- cleandir-external --- cleandir ===> external/bsd/atf/share/xsl --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-atf --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest.a apps_shims.o basic_output.o cb.o driver.o fake_random.o format_output.o load.o main.o options.o output.o provider.o random.o stanza.o test_cleanup.o test_options.o tests.o testutil_init.o opt.o apps_shims.o.tmp basic_output.o.tmp cb.o.tmp driver.o.tmp fake_random.o.tmp format_output.o.tmp load.o.tmp main.o.tmp options.o.tmp output.o.tmp provider.o.tmp random.o.tmp stanza.o.tmp test_cleanup.o.tmp test_options.o.tmp tests.o.tmp testutil_init.o.tmp opt.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/atf/share/xsl/atf --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest.a apps_shims.o basic_output.o cb.o driver.o fake_random.o format_output.o load.o main.o options.o output.o provider.o random.o stanza.o test_cleanup.o test_options.o tests.o testutil_init.o opt.o apps_shims.o.tmp basic_output.o.tmp cb.o.tmp driver.o.tmp fake_random.o.tmp format_output.o.tmp load.o.tmp main.o.tmp options.o.tmp output.o.tmp provider.o.tmp random.o.tmp stanza.o.tmp test_cleanup.o.tmp test_options.o.tmp tests.o.tmp testutil_init.o.tmp opt.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/share/xsl/atf && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/share/xsl/atf && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_p.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-usr.bin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/atf/usr.bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_g.a || true) --- cleandir-external --- --- cleandir-atf-sh --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/bsd/atf/usr.bin/atf-sh --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_pic.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/usr.bin/atf-sh && rm -f atf-version.txt atf-version-real.txt atf-sh.pc a.out [Ee]rrs mklog core *.core .gdbinit atf-sh atf-sh.o || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/usr.bin/atf-sh && rm -f atf-version.txt atf-version-real.txt atf-sh.pc a.out [Ee]rrs mklog core *.core .gdbinit atf-sh atf-sh.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f llib-lcryptotest.ln apps_shims.ln basic_output.ln cb.ln driver.ln fake_random.ln format_output.ln load.ln main.ln options.ln output.ln provider.ln random.ln stanza.ln test_cleanup.ln test_options.ln tests.ln testutil_init.ln opt.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f llib-lcryptotest.ln apps_shims.ln basic_output.ln cb.ln driver.ln fake_random.ln format_output.ln load.ln main.ln options.ln output.ln provider.ln random.ln stanza.ln test_cleanup.ln test_options.ln tests.ln testutil_init.ln opt.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/usr.bin/atf-sh && rm -f atf-sh.html1 atf-sh-api.html3 .depend atf-sh.d atf-sh.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/usr.bin/atf-sh && rm -f atf-sh.html1 atf-sh-api.html3 .depend atf-sh.d atf-sh.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-atf-config --- cleandir ===> external/bsd/atf/usr.bin/atf-config --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f .depend apps_shims.d basic_output.d cb.d driver.d fake_random.d format_output.d load.d main.d opt.d options.d output.d provider.d random.d stanza.d test_cleanup.d test_options.d tests.d testutil_init.d apps_shims.d.tmp basic_output.d.tmp cb.d.tmp driver.d.tmp fake_random.d.tmp format_output.d.tmp load.d.tmp main.d.tmp opt.d.tmp options.d.tmp output.d.tmp provider.d.tmp random.d.tmp stanza.d.tmp test_cleanup.d.tmp test_options.d.tmp tests.d.tmp testutil_init.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f .depend apps_shims.d basic_output.d cb.d driver.d fake_random.d format_output.d load.d main.d opt.d options.d output.d provider.d random.d stanza.d test_cleanup.d test_options.d tests.d testutil_init.d apps_shims.d.tmp basic_output.d.tmp cb.d.tmp driver.d.tmp fake_random.d.tmp format_output.d.tmp load.d.tmp main.d.tmp opt.d.tmp options.d.tmp output.d.tmp provider.d.tmp random.d.tmp stanza.d.tmp test_cleanup.d.tmp test_options.d.tmp tests.d.tmp testutil_init.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/usr.bin/atf-config && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf-config atf-config.o || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/openssl/lib/libdes --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/libdes --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/usr.bin/atf-config && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf-config atf-config.o || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/usr.bin/atf-config && rm -f atf-config.html1 .depend atf-config.d atf-config.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/usr.bin/atf-config && rm -f atf-config.html1 .depend atf-config.d atf-config.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-atf-report --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f libdes.a ocbc_cksm.o ocbc_enc.o ocfb64ede.o ocfb64enc.o ocfb_enc.o odes_enc.o oecb3_enc.o oecb_enc.o oede_cbcm_enc.o oenc_read.o oenc_writ.o ofcrypt.o ofcrypt_b.o oofb64ede.o oofb64enc.o oofb_enc.o opcbc_enc.o oqud_cksm.o orand_key.o oread2pwd.o oread_pwd.o orpc_enc.o oset_key.o ostr2key.o oxcbc_enc.o ornd_keys.o ocbc_cksm.o.tmp ocbc_enc.o.tmp ocfb64ede.o.tmp ocfb64enc.o.tmp ocfb_enc.o.tmp odes_enc.o.tmp oecb3_enc.o.tmp oecb_enc.o.tmp oede_cbcm_enc.o.tmp oenc_read.o.tmp oenc_writ.o.tmp ofcrypt.o.tmp ofcrypt_b.o.tmp oofb64ede.o.tmp oofb64enc.o.tmp oofb_enc.o.tmp opcbc_enc.o.tmp oqud_cksm.o.tmp orand_key.o.tmp oread2pwd.o.tmp oread_pwd.o.tmp orpc_enc.o.tmp oset_key.o.tmp ostr2key.o.tmp oxcbc_enc.o.tmp ornd_keys.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/atf/usr.bin/atf-report --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f libdes.a ocbc_cksm.o ocbc_enc.o ocfb64ede.o ocfb64enc.o ocfb_enc.o odes_enc.o oecb3_enc.o oecb_enc.o oede_cbcm_enc.o oenc_read.o oenc_writ.o ofcrypt.o ofcrypt_b.o oofb64ede.o oofb64enc.o oofb_enc.o opcbc_enc.o oqud_cksm.o orand_key.o oread2pwd.o oread_pwd.o orpc_enc.o oset_key.o ostr2key.o oxcbc_enc.o ornd_keys.o ocbc_cksm.o.tmp ocbc_enc.o.tmp ocfb64ede.o.tmp ocfb64enc.o.tmp ocfb_enc.o.tmp odes_enc.o.tmp oecb3_enc.o.tmp oecb_enc.o.tmp oede_cbcm_enc.o.tmp oenc_read.o.tmp oenc_writ.o.tmp ofcrypt.o.tmp ofcrypt_b.o.tmp oofb64ede.o.tmp oofb64enc.o.tmp oofb_enc.o.tmp opcbc_enc.o.tmp oqud_cksm.o.tmp orand_key.o.tmp oread2pwd.o.tmp oread_pwd.o.tmp orpc_enc.o.tmp oset_key.o.tmp ostr2key.o.tmp oxcbc_enc.o.tmp ornd_keys.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_p.a ocbc_cksm.po ocbc_enc.po ocfb64ede.po ocfb64enc.po ocfb_enc.po odes_enc.po oecb3_enc.po oecb_enc.po oede_cbcm_enc.po oenc_read.po oenc_writ.po ofcrypt.po ofcrypt_b.po oofb64ede.po oofb64enc.po oofb_enc.po opcbc_enc.po oqud_cksm.po orand_key.po oread2pwd.po oread_pwd.po orpc_enc.po oset_key.po ostr2key.po oxcbc_enc.po ornd_keys.po ocbc_cksm.po.tmp ocbc_enc.po.tmp ocfb64ede.po.tmp ocfb64enc.po.tmp ocfb_enc.po.tmp odes_enc.po.tmp oecb3_enc.po.tmp oecb_enc.po.tmp oede_cbcm_enc.po.tmp oenc_read.po.tmp oenc_writ.po.tmp ofcrypt.po.tmp ofcrypt_b.po.tmp oofb64ede.po.tmp oofb64enc.po.tmp oofb_enc.po.tmp opcbc_enc.po.tmp oqud_cksm.po.tmp orand_key.po.tmp oread2pwd.po.tmp oread_pwd.po.tmp orpc_enc.po.tmp oset_key.po.tmp ostr2key.po.tmp oxcbc_enc.po.tmp ornd_keys.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_p.a ocbc_cksm.po ocbc_enc.po ocfb64ede.po ocfb64enc.po ocfb_enc.po odes_enc.po oecb3_enc.po oecb_enc.po oede_cbcm_enc.po oenc_read.po oenc_writ.po ofcrypt.po ofcrypt_b.po oofb64ede.po oofb64enc.po oofb_enc.po opcbc_enc.po oqud_cksm.po orand_key.po oread2pwd.po oread_pwd.po orpc_enc.po oset_key.po ostr2key.po oxcbc_enc.po ornd_keys.po ocbc_cksm.po.tmp ocbc_enc.po.tmp ocfb64ede.po.tmp ocfb64enc.po.tmp ocfb_enc.po.tmp odes_enc.po.tmp oecb3_enc.po.tmp oecb_enc.po.tmp oede_cbcm_enc.po.tmp oenc_read.po.tmp oenc_writ.po.tmp ofcrypt.po.tmp ofcrypt_b.po.tmp oofb64ede.po.tmp oofb64enc.po.tmp oofb_enc.po.tmp opcbc_enc.po.tmp oqud_cksm.po.tmp orand_key.po.tmp oread2pwd.po.tmp oread_pwd.po.tmp orpc_enc.po.tmp oset_key.po.tmp ostr2key.po.tmp oxcbc_enc.po.tmp ornd_keys.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/usr.bin/atf-report && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf-report atf-report.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/usr.bin/atf-report && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf-report atf-report.o || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/usr.bin/atf-report && rm -f atf-report.html1 .depend atf-report.d atf-report.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/usr.bin/atf-report && rm -f atf-report.html1 .depend atf-report.d atf-report.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_pic.a libdes.so.* libdes.so ocbc_cksm.pico ocbc_enc.pico ocfb64ede.pico ocfb64enc.pico ocfb_enc.pico odes_enc.pico oecb3_enc.pico oecb_enc.pico oede_cbcm_enc.pico oenc_read.pico oenc_writ.pico ofcrypt.pico ofcrypt_b.pico oofb64ede.pico oofb64enc.pico oofb_enc.pico opcbc_enc.pico oqud_cksm.pico orand_key.pico oread2pwd.pico oread_pwd.pico orpc_enc.pico oset_key.pico ostr2key.pico oxcbc_enc.pico ornd_keys.pico ocbc_cksm.pico.tmp ocbc_enc.pico.tmp ocfb64ede.pico.tmp ocfb64enc.pico.tmp ocfb_enc.pico.tmp odes_enc.pico.tmp oecb3_enc.pico.tmp oecb_enc.pico.tmp oede_cbcm_enc.pico.tmp oenc_read.pico.tmp oenc_writ.pico.tmp ofcrypt.pico.tmp ofcrypt_b.pico.tmp oofb64ede.pico.tmp oofb64enc.pico.tmp oofb_enc.pico.tmp opcbc_enc.pico.tmp oqud_cksm.pico.tmp orand_key.pico.tmp oread2pwd.pico.tmp oread_pwd.pico.tmp orpc_enc.pico.tmp oset_key.pico.tmp ostr2key.pico.tmp oxcbc_enc.pico.tmp ornd_keys.pico.tmp || true) --- cleandir-external --- --- cleandir-atf-run --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_pic.a libdes.so.* libdes.so ocbc_cksm.pico ocbc_enc.pico ocfb64ede.pico ocfb64enc.pico ocfb_enc.pico odes_enc.pico oecb3_enc.pico oecb_enc.pico oede_cbcm_enc.pico oenc_read.pico oenc_writ.pico ofcrypt.pico ofcrypt_b.pico oofb64ede.pico oofb64enc.pico oofb_enc.pico opcbc_enc.pico oqud_cksm.pico orand_key.pico oread2pwd.pico oread_pwd.pico orpc_enc.pico oset_key.pico ostr2key.pico oxcbc_enc.pico ornd_keys.pico ocbc_cksm.pico.tmp ocbc_enc.pico.tmp ocfb64ede.pico.tmp ocfb64enc.pico.tmp ocfb_enc.pico.tmp odes_enc.pico.tmp oecb3_enc.pico.tmp oecb_enc.pico.tmp oede_cbcm_enc.pico.tmp oenc_read.pico.tmp oenc_writ.pico.tmp ofcrypt.pico.tmp ofcrypt_b.pico.tmp oofb64ede.pico.tmp oofb64enc.pico.tmp oofb_enc.pico.tmp opcbc_enc.pico.tmp oqud_cksm.pico.tmp orand_key.pico.tmp oread2pwd.pico.tmp oread_pwd.pico.tmp orpc_enc.pico.tmp oset_key.pico.tmp ostr2key.pico.tmp oxcbc_enc.pico.tmp ornd_keys.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/atf/usr.bin/atf-run --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f llib-ldes.ln ocbc_cksm.ln ocbc_enc.ln ocfb64ede.ln ocfb64enc.ln ocfb_enc.ln odes_enc.ln oecb3_enc.ln oecb_enc.ln oede_cbcm_enc.ln oenc_read.ln oenc_writ.ln ofcrypt.ln ofcrypt_b.ln oofb64ede.ln oofb64enc.ln oofb_enc.ln opcbc_enc.ln oqud_cksm.ln orand_key.ln oread2pwd.ln oread_pwd.ln orpc_enc.ln oset_key.ln ostr2key.ln oxcbc_enc.ln ornd_keys.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f llib-ldes.ln ocbc_cksm.ln ocbc_enc.ln ocfb64ede.ln ocfb64enc.ln ocfb_enc.ln odes_enc.ln oecb3_enc.ln oecb_enc.ln oede_cbcm_enc.ln oenc_read.ln oenc_writ.ln ofcrypt.ln ofcrypt_b.ln oofb64ede.ln oofb64enc.ln oofb_enc.ln opcbc_enc.ln oqud_cksm.ln orand_key.ln oread2pwd.ln oread_pwd.ln orpc_enc.ln oset_key.ln ostr2key.ln oxcbc_enc.ln ornd_keys.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/usr.bin/atf-run && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf-run atf-run.o || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/usr.bin/atf-run && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf-run atf-run.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f libdes.so.15.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f libdes.so.15.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/usr.bin/atf-run && rm -f atf-run.html1 .depend atf-run.d atf-run.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/usr.bin/atf-run && rm -f atf-run.html1 .depend atf-run.d atf-run.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f des.html3 .depend ocbc_cksm.d ocbc_enc.d ocfb64ede.d ocfb64enc.d ocfb_enc.d odes_enc.d oecb3_enc.d oecb_enc.d oede_cbcm_enc.d oenc_read.d oenc_writ.d ofcrypt.d ofcrypt_b.d oofb64ede.d oofb64enc.d oofb_enc.d opcbc_enc.d oqud_cksm.d orand_key.d oread2pwd.d oread_pwd.d ornd_keys.d orpc_enc.d oset_key.d ostr2key.d oxcbc_enc.d ocbc_cksm.d.tmp ocbc_enc.d.tmp ocfb64ede.d.tmp ocfb64enc.d.tmp ocfb_enc.d.tmp odes_enc.d.tmp oecb3_enc.d.tmp oecb_enc.d.tmp oede_cbcm_enc.d.tmp oenc_read.d.tmp oenc_writ.d.tmp ofcrypt.d.tmp ofcrypt_b.d.tmp oofb64ede.d.tmp oofb64enc.d.tmp oofb_enc.d.tmp opcbc_enc.d.tmp oqud_cksm.d.tmp orand_key.d.tmp oread2pwd.d.tmp oread_pwd.d.tmp ornd_keys.d.tmp orpc_enc.d.tmp oset_key.d.tmp ostr2key.d.tmp oxcbc_enc.d.tmp tags || true) --- cleandir-external --- --- cleandir-atf-version --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f des.html3 .depend ocbc_cksm.d ocbc_enc.d ocfb64ede.d ocfb64enc.d ocfb_enc.d odes_enc.d oecb3_enc.d oecb_enc.d oede_cbcm_enc.d oenc_read.d oenc_writ.d ofcrypt.d ofcrypt_b.d oofb64ede.d oofb64enc.d oofb_enc.d opcbc_enc.d oqud_cksm.d orand_key.d oread2pwd.d oread_pwd.d ornd_keys.d orpc_enc.d oset_key.d ostr2key.d oxcbc_enc.d ocbc_cksm.d.tmp ocbc_enc.d.tmp ocfb64ede.d.tmp ocfb64enc.d.tmp ocfb_enc.d.tmp odes_enc.d.tmp oecb3_enc.d.tmp oecb_enc.d.tmp oede_cbcm_enc.d.tmp oenc_read.d.tmp oenc_writ.d.tmp ofcrypt.d.tmp ofcrypt_b.d.tmp oofb64ede.d.tmp oofb64enc.d.tmp oofb_enc.d.tmp opcbc_enc.d.tmp oqud_cksm.d.tmp orand_key.d.tmp oread2pwd.d.tmp oread_pwd.d.tmp ornd_keys.d.tmp orpc_enc.d.tmp oset_key.d.tmp ostr2key.d.tmp oxcbc_enc.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/atf/usr.bin/atf-version --- cleandir-lib --- --- cleandir-../crypto/external/bsd/openssl/lib/libssl --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/libssl --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/usr.bin/atf-version && rm -f atf-version.txt atf-version-real.txt version.hpp a.out [Ee]rrs mklog core *.core .gdbinit atf-version atf-version.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/usr.bin/atf-version && rm -f atf-version.txt atf-version-real.txt version.hpp a.out [Ee]rrs mklog core *.core .gdbinit atf-version atf-version.o || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/usr.bin/atf-version && rm -f atf-version.html1 .depend atf-version.d atf-version.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/usr.bin/atf-version && rm -f atf-version.html1 .depend atf-version.d atf-version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f libssl.a s3_cbc.o bio_ssl.o d1_lib.o d1_msg.o d1_srtp.o methods.o pqueue.o s3_enc.o s3_lib.o s3_msg.o ssl_asn1.o ssl_cert.o ssl_ciph.o ssl_conf.o ssl_err.o ssl_err_legacy.o ssl_init.o ssl_lib.o ssl_mcnf.o ssl_rsa.o ssl_rsa_legacy.o ssl_sess.o ssl_stat.o ssl_txt.o ssl_utst.o t1_enc.o t1_lib.o t1_trce.o tls13_enc.o tls_depr.o tls_srp.o extensions.o extensions_clnt.o extensions_cust.o extensions_srvr.o statem.o statem_clnt.o statem_dtls.o statem_lib.o statem_srvr.o tls_pad.o dtls1_bitmap.o rec_layer_d1.o rec_layer_s3.o ssl3_buffer.o ssl3_record.o ssl3_record_tls13.o packet.o s3_cbc.o.tmp bio_ssl.o.tmp d1_lib.o.tmp d1_msg.o.tmp d1_srtp.o.tmp methods.o.tmp pqueue.o.tmp s3_enc.o.tmp s3_lib.o.tmp s3_msg.o.tmp ssl_asn1.o.tmp ssl_cert.o.tmp ssl_ciph.o.tmp ssl_conf.o.tmp ssl_err.o.tmp ssl_err_legacy.o.tmp ssl_init.o.tmp ssl_lib.o.tmp ssl_mcnf.o.tmp ssl_rsa.o.tmp ssl_rsa_legacy.o.tmp ssl_sess.o.tmp ssl_stat.o.tmp ssl_txt.o.tmp ssl_utst.o.tmp t1_enc.o.tmp t1_lib.o.tmp t1_trce.o.tmp tls13_enc.o.tmp tls_depr.o.tmp tls_srp.o.tmp extensions.o.tmp extensions_clnt.o.tmp extensions_cust.o.tmp extensions_srvr.o.tmp statem.o.tmp statem_clnt.o.tmp statem_dtls.o.tmp statem_lib.o.tmp statem_srvr.o.tmp tls_pad.o.tmp dtls1_bitmap.o.tmp rec_layer_d1.o.tmp rec_layer_s3.o.tmp ssl3_buffer.o.tmp ssl3_record.o.tmp ssl3_record_tls13.o.tmp packet.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f libssl.a s3_cbc.o bio_ssl.o d1_lib.o d1_msg.o d1_srtp.o methods.o pqueue.o s3_enc.o s3_lib.o s3_msg.o ssl_asn1.o ssl_cert.o ssl_ciph.o ssl_conf.o ssl_err.o ssl_err_legacy.o ssl_init.o ssl_lib.o ssl_mcnf.o ssl_rsa.o ssl_rsa_legacy.o ssl_sess.o ssl_stat.o ssl_txt.o ssl_utst.o t1_enc.o t1_lib.o t1_trce.o tls13_enc.o tls_depr.o tls_srp.o extensions.o extensions_clnt.o extensions_cust.o extensions_srvr.o statem.o statem_clnt.o statem_dtls.o statem_lib.o statem_srvr.o tls_pad.o dtls1_bitmap.o rec_layer_d1.o rec_layer_s3.o ssl3_buffer.o ssl3_record.o ssl3_record_tls13.o packet.o s3_cbc.o.tmp bio_ssl.o.tmp d1_lib.o.tmp d1_msg.o.tmp d1_srtp.o.tmp methods.o.tmp pqueue.o.tmp s3_enc.o.tmp s3_lib.o.tmp s3_msg.o.tmp ssl_asn1.o.tmp ssl_cert.o.tmp ssl_ciph.o.tmp ssl_conf.o.tmp ssl_err.o.tmp ssl_err_legacy.o.tmp ssl_init.o.tmp ssl_lib.o.tmp ssl_mcnf.o.tmp ssl_rsa.o.tmp ssl_rsa_legacy.o.tmp ssl_sess.o.tmp ssl_stat.o.tmp ssl_txt.o.tmp ssl_utst.o.tmp t1_enc.o.tmp t1_lib.o.tmp t1_trce.o.tmp tls13_enc.o.tmp tls_depr.o.tmp tls_srp.o.tmp extensions.o.tmp extensions_clnt.o.tmp extensions_cust.o.tmp extensions_srvr.o.tmp statem.o.tmp statem_clnt.o.tmp statem_dtls.o.tmp statem_lib.o.tmp statem_srvr.o.tmp tls_pad.o.tmp dtls1_bitmap.o.tmp rec_layer_d1.o.tmp rec_layer_s3.o.tmp ssl3_buffer.o.tmp ssl3_record.o.tmp ssl3_record_tls13.o.tmp packet.o.tmp || true) --- cleandir-external --- --- cleandir-tests --- cleandir ===> external/bsd/atf/tests --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-atf --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_p.a s3_cbc.po bio_ssl.po d1_lib.po d1_msg.po d1_srtp.po methods.po pqueue.po s3_enc.po s3_lib.po s3_msg.po ssl_asn1.po ssl_cert.po ssl_ciph.po ssl_conf.po ssl_err.po ssl_err_legacy.po ssl_init.po ssl_lib.po ssl_mcnf.po ssl_rsa.po ssl_rsa_legacy.po ssl_sess.po ssl_stat.po ssl_txt.po ssl_utst.po t1_enc.po t1_lib.po t1_trce.po tls13_enc.po tls_depr.po tls_srp.po extensions.po extensions_clnt.po extensions_cust.po extensions_srvr.po statem.po statem_clnt.po statem_dtls.po statem_lib.po statem_srvr.po tls_pad.po dtls1_bitmap.po rec_layer_d1.po rec_layer_s3.po ssl3_buffer.po ssl3_record.po ssl3_record_tls13.po packet.po s3_cbc.po.tmp bio_ssl.po.tmp d1_lib.po.tmp d1_msg.po.tmp d1_srtp.po.tmp methods.po.tmp pqueue.po.tmp s3_enc.po.tmp s3_lib.po.tmp s3_msg.po.tmp ssl_asn1.po.tmp ssl_cert.po.tmp ssl_ciph.po.tmp ssl_conf.po.tmp ssl_err.po.tmp ssl_err_legacy.po.tmp ssl_init.po.tmp ssl_lib.po.tmp ssl_mcnf.po.tmp ssl_rsa.po.tmp ssl_rsa_legacy.po.tmp ssl_sess.po.tmp ssl_stat.po.tmp ssl_txt.po.tmp ssl_utst.po.tmp t1_enc.po.tmp t1_lib.po.tmp t1_trce.po.tmp tls13_enc.po.tmp tls_depr.po.tmp tls_srp.po.tmp extensions.po.tmp extensions_clnt.po.tmp extensions_cust.po.tmp extensions_srvr.po.tmp statem.po.tmp statem_clnt.po.tmp statem_dtls.po.tmp statem_lib.po.tmp statem_srvr.po.tmp tls_pad.po.tmp dtls1_bitmap.po.tmp rec_layer_d1.po.tmp rec_layer_s3.po.tmp ssl3_buffer.po.tmp ssl3_record.po.tmp ssl3_record_tls13.po.tmp packet.po.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/atf/tests/atf --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_p.a s3_cbc.po bio_ssl.po d1_lib.po d1_msg.po d1_srtp.po methods.po pqueue.po s3_enc.po s3_lib.po s3_msg.po ssl_asn1.po ssl_cert.po ssl_ciph.po ssl_conf.po ssl_err.po ssl_err_legacy.po ssl_init.po ssl_lib.po ssl_mcnf.po ssl_rsa.po ssl_rsa_legacy.po ssl_sess.po ssl_stat.po ssl_txt.po ssl_utst.po t1_enc.po t1_lib.po t1_trce.po tls13_enc.po tls_depr.po tls_srp.po extensions.po extensions_clnt.po extensions_cust.po extensions_srvr.po statem.po statem_clnt.po statem_dtls.po statem_lib.po statem_srvr.po tls_pad.po dtls1_bitmap.po rec_layer_d1.po rec_layer_s3.po ssl3_buffer.po ssl3_record.po ssl3_record_tls13.po packet.po s3_cbc.po.tmp bio_ssl.po.tmp d1_lib.po.tmp d1_msg.po.tmp d1_srtp.po.tmp methods.po.tmp pqueue.po.tmp s3_enc.po.tmp s3_lib.po.tmp s3_msg.po.tmp ssl_asn1.po.tmp ssl_cert.po.tmp ssl_ciph.po.tmp ssl_conf.po.tmp ssl_err.po.tmp ssl_err_legacy.po.tmp ssl_init.po.tmp ssl_lib.po.tmp ssl_mcnf.po.tmp ssl_rsa.po.tmp ssl_rsa_legacy.po.tmp ssl_sess.po.tmp ssl_stat.po.tmp ssl_txt.po.tmp ssl_utst.po.tmp t1_enc.po.tmp t1_lib.po.tmp t1_trce.po.tmp tls13_enc.po.tmp tls_depr.po.tmp tls_srp.po.tmp extensions.po.tmp extensions_clnt.po.tmp extensions_cust.po.tmp extensions_srvr.po.tmp statem.po.tmp statem_clnt.po.tmp statem_dtls.po.tmp statem_lib.po.tmp statem_srvr.po.tmp tls_pad.po.tmp dtls1_bitmap.po.tmp rec_layer_d1.po.tmp rec_layer_s3.po.tmp ssl3_buffer.po.tmp ssl3_record.po.tmp ssl3_record_tls13.po.tmp packet.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf && rm -f atf-version.txt atf-version-real.txt || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf && rm -f atf-version.txt atf-version-real.txt || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_g.a || true) --- cleandir-external --- --- cleandir-atf-c --- cleandir ===> external/bsd/atf/tests/atf/atf-c --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_pic.a libssl.so.* libssl.so s3_cbc.pico bio_ssl.pico d1_lib.pico d1_msg.pico d1_srtp.pico methods.pico pqueue.pico s3_enc.pico s3_lib.pico s3_msg.pico ssl_asn1.pico ssl_cert.pico ssl_ciph.pico ssl_conf.pico ssl_err.pico ssl_err_legacy.pico ssl_init.pico ssl_lib.pico ssl_mcnf.pico ssl_rsa.pico ssl_rsa_legacy.pico ssl_sess.pico ssl_stat.pico ssl_txt.pico ssl_utst.pico t1_enc.pico t1_lib.pico t1_trce.pico tls13_enc.pico tls_depr.pico tls_srp.pico extensions.pico extensions_clnt.pico extensions_cust.pico extensions_srvr.pico statem.pico statem_clnt.pico statem_dtls.pico statem_lib.pico statem_srvr.pico tls_pad.pico dtls1_bitmap.pico rec_layer_d1.pico rec_layer_s3.pico ssl3_buffer.pico ssl3_record.pico ssl3_record_tls13.pico packet.pico s3_cbc.pico.tmp bio_ssl.pico.tmp d1_lib.pico.tmp d1_msg.pico.tmp d1_srtp.pico.tmp methods.pico.tmp pqueue.pico.tmp s3_enc.pico.tmp s3_lib.pico.tmp s3_msg.pico.tmp ssl_asn1.pico.tmp ssl_cert.pico.tmp ssl_ciph.pico.tmp ssl_conf.pico.tmp ssl_err.pico.tmp ssl_err_legacy.pico.tmp ssl_init.pico.tmp ssl_lib.pico.tmp ssl_mcnf.pico.tmp ssl_rsa.pico.tmp ssl_rsa_legacy.pico.tmp ssl_sess.pico.tmp ssl_stat.pico.tmp ssl_txt.pico.tmp ssl_utst.pico.tmp t1_enc.pico.tmp t1_lib.pico.tmp t1_trce.pico.tmp tls13_enc.pico.tmp tls_depr.pico.tmp tls_srp.pico.tmp extensions.pico.tmp extensions_clnt.pico.tmp extensions_cust.pico.tmp extensions_srvr.pico.tmp statem.pico.tmp statem_clnt.pico.tmp statem_dtls.pico.tmp statem_lib.pico.tmp statem_srvr.pico.tmp tls_pad.pico.tmp dtls1_bitmap.pico.tmp rec_layer_d1.pico.tmp rec_layer_s3.pico.tmp ssl3_buffer.pico.tmp ssl3_record.pico.tmp ssl3_record_tls13.pico.tmp packet.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_pic.a libssl.so.* libssl.so s3_cbc.pico bio_ssl.pico d1_lib.pico d1_msg.pico d1_srtp.pico methods.pico pqueue.pico s3_enc.pico s3_lib.pico s3_msg.pico ssl_asn1.pico ssl_cert.pico ssl_ciph.pico ssl_conf.pico ssl_err.pico ssl_err_legacy.pico ssl_init.pico ssl_lib.pico ssl_mcnf.pico ssl_rsa.pico ssl_rsa_legacy.pico ssl_sess.pico ssl_stat.pico ssl_txt.pico ssl_utst.pico t1_enc.pico t1_lib.pico t1_trce.pico tls13_enc.pico tls_depr.pico tls_srp.pico extensions.pico extensions_clnt.pico extensions_cust.pico extensions_srvr.pico statem.pico statem_clnt.pico statem_dtls.pico statem_lib.pico statem_srvr.pico tls_pad.pico dtls1_bitmap.pico rec_layer_d1.pico rec_layer_s3.pico ssl3_buffer.pico ssl3_record.pico ssl3_record_tls13.pico packet.pico s3_cbc.pico.tmp bio_ssl.pico.tmp d1_lib.pico.tmp d1_msg.pico.tmp d1_srtp.pico.tmp methods.pico.tmp pqueue.pico.tmp s3_enc.pico.tmp s3_lib.pico.tmp s3_msg.pico.tmp ssl_asn1.pico.tmp ssl_cert.pico.tmp ssl_ciph.pico.tmp ssl_conf.pico.tmp ssl_err.pico.tmp ssl_err_legacy.pico.tmp ssl_init.pico.tmp ssl_lib.pico.tmp ssl_mcnf.pico.tmp ssl_rsa.pico.tmp ssl_rsa_legacy.pico.tmp ssl_sess.pico.tmp ssl_stat.pico.tmp ssl_txt.pico.tmp ssl_utst.pico.tmp t1_enc.pico.tmp t1_lib.pico.tmp t1_trce.pico.tmp tls13_enc.pico.tmp tls_depr.pico.tmp tls_srp.pico.tmp extensions.pico.tmp extensions_clnt.pico.tmp extensions_cust.pico.tmp extensions_srvr.pico.tmp statem.pico.tmp statem_clnt.pico.tmp statem_dtls.pico.tmp statem_lib.pico.tmp statem_srvr.pico.tmp tls_pad.pico.tmp dtls1_bitmap.pico.tmp rec_layer_d1.pico.tmp rec_layer_s3.pico.tmp ssl3_buffer.pico.tmp ssl3_record.pico.tmp ssl3_record_tls13.pico.tmp packet.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf_c_test atf_c_test.o test_helpers.o atf_c_test.ln test_helpers.ln build_test build_test.o test_helpers.o build_test.ln test_helpers.ln check_test check_test.o test_helpers.o check_test.ln test_helpers.ln config_test config_test.o test_helpers.o config_test.ln test_helpers.ln error_test error_test.o test_helpers.o error_test.ln test_helpers.ln macros_test macros_test.o test_helpers.o macros_test.ln test_helpers.ln tc_test tc_test.o test_helpers.o tc_test.ln test_helpers.ln tp_test tp_test.o test_helpers.o tp_test.ln test_helpers.ln utils_test utils_test.o test_helpers.o utils_test.ln test_helpers.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/atf-c && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf_c_test atf_c_test.o test_helpers.o atf_c_test.ln test_helpers.ln build_test build_test.o test_helpers.o build_test.ln test_helpers.ln check_test check_test.o test_helpers.o check_test.ln test_helpers.ln config_test config_test.o test_helpers.o config_test.ln test_helpers.ln error_test error_test.o test_helpers.o error_test.ln test_helpers.ln macros_test macros_test.o test_helpers.o macros_test.ln test_helpers.ln tc_test tc_test.o test_helpers.o tc_test.ln test_helpers.ln tp_test tp_test.o test_helpers.o tp_test.ln test_helpers.ln utils_test utils_test.o test_helpers.o utils_test.ln test_helpers.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f llib-lssl.ln s3_cbc.ln bio_ssl.ln d1_lib.ln d1_msg.ln d1_srtp.ln methods.ln pqueue.ln s3_enc.ln s3_lib.ln s3_msg.ln ssl_asn1.ln ssl_cert.ln ssl_ciph.ln ssl_conf.ln ssl_err.ln ssl_err_legacy.ln ssl_init.ln ssl_lib.ln ssl_mcnf.ln ssl_rsa.ln ssl_rsa_legacy.ln ssl_sess.ln ssl_stat.ln ssl_txt.ln ssl_utst.ln t1_enc.ln t1_lib.ln t1_trce.ln tls13_enc.ln tls_depr.ln tls_srp.ln extensions.ln extensions_clnt.ln extensions_cust.ln extensions_srvr.ln statem.ln statem_clnt.ln statem_dtls.ln statem_lib.ln statem_srvr.ln tls_pad.ln dtls1_bitmap.ln rec_layer_d1.ln rec_layer_s3.ln ssl3_buffer.ln ssl3_record.ln ssl3_record_tls13.ln packet.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f llib-lssl.ln s3_cbc.ln bio_ssl.ln d1_lib.ln d1_msg.ln d1_srtp.ln methods.ln pqueue.ln s3_enc.ln s3_lib.ln s3_msg.ln ssl_asn1.ln ssl_cert.ln ssl_ciph.ln ssl_conf.ln ssl_err.ln ssl_err_legacy.ln ssl_init.ln ssl_lib.ln ssl_mcnf.ln ssl_rsa.ln ssl_rsa_legacy.ln ssl_sess.ln ssl_stat.ln ssl_txt.ln ssl_utst.ln t1_enc.ln t1_lib.ln t1_trce.ln tls13_enc.ln tls_depr.ln tls_srp.ln extensions.ln extensions_clnt.ln extensions_cust.ln extensions_srvr.ln statem.ln statem_clnt.ln statem_dtls.ln statem_lib.ln statem_srvr.ln tls_pad.ln dtls1_bitmap.ln rec_layer_d1.ln rec_layer_s3.ln ssl3_buffer.ln ssl3_record.ln ssl3_record_tls13.ln packet.ln || true) --- cleandir-external --- --- cleandir-detail --- cleandir ===> external/bsd/atf/tests/atf/atf-c/detail --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f libssl.so.15.map a.out [Ee]rrs mklog core *.core libssl.pc openssl.pc || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f libssl.so.15.map a.out [Ee]rrs mklog core *.core libssl.pc openssl.pc || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c/detail && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit process_helpers process_helpers.o process_helpers.ln version_helper version_helper.o version_helper.ln dynstr_test dynstr_test.o test_helpers.o dynstr_test.ln test_helpers.ln env_test env_test.o test_helpers.o env_test.ln test_helpers.ln fs_test fs_test.o test_helpers.o fs_test.ln test_helpers.ln list_test list_test.o test_helpers.o list_test.ln test_helpers.ln map_test map_test.o test_helpers.o map_test.ln test_helpers.ln process_test process_test.o test_helpers.o process_test.ln test_helpers.ln sanity_test sanity_test.o test_helpers.o sanity_test.ln test_helpers.ln text_test text_test.o test_helpers.o text_test.ln test_helpers.ln user_test user_test.o test_helpers.o user_test.ln test_helpers.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/atf-c/detail && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit process_helpers process_helpers.o process_helpers.ln version_helper version_helper.o version_helper.ln dynstr_test dynstr_test.o test_helpers.o dynstr_test.ln test_helpers.ln env_test env_test.o test_helpers.o env_test.ln test_helpers.ln fs_test fs_test.o test_helpers.o fs_test.ln test_helpers.ln list_test list_test.o test_helpers.o list_test.ln test_helpers.ln map_test map_test.o test_helpers.o map_test.ln test_helpers.ln process_test process_test.o test_helpers.o process_test.ln test_helpers.ln sanity_test sanity_test.o test_helpers.o sanity_test.ln test_helpers.ln text_test text_test.o test_helpers.o text_test.ln test_helpers.ln user_test user_test.o test_helpers.o user_test.ln test_helpers.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f .depend bio_ssl.d d1_lib.d d1_msg.d d1_srtp.d dtls1_bitmap.d extensions.d extensions_clnt.d extensions_cust.d extensions_srvr.d methods.d packet.d pqueue.d rec_layer_d1.d rec_layer_s3.d s3_cbc.d s3_enc.d s3_lib.d s3_msg.d ssl3_buffer.d ssl3_record.d ssl3_record_tls13.d ssl_asn1.d ssl_cert.d ssl_ciph.d ssl_conf.d ssl_err.d ssl_err_legacy.d ssl_init.d ssl_lib.d ssl_mcnf.d ssl_rsa.d ssl_rsa_legacy.d ssl_sess.d ssl_stat.d ssl_txt.d ssl_utst.d statem.d statem_clnt.d statem_dtls.d statem_lib.d statem_srvr.d t1_enc.d t1_lib.d t1_trce.d tls13_enc.d tls_depr.d tls_pad.d tls_srp.d bio_ssl.d.tmp d1_lib.d.tmp d1_msg.d.tmp d1_srtp.d.tmp dtls1_bitmap.d.tmp extensions.d.tmp extensions_clnt.d.tmp extensions_cust.d.tmp extensions_srvr.d.tmp methods.d.tmp packet.d.tmp pqueue.d.tmp rec_layer_d1.d.tmp rec_layer_s3.d.tmp s3_cbc.d.tmp s3_enc.d.tmp s3_lib.d.tmp s3_msg.d.tmp ssl3_buffer.d.tmp ssl3_record.d.tmp ssl3_record_tls13.d.tmp ssl_asn1.d.tmp ssl_cert.d.tmp ssl_ciph.d.tmp ssl_conf.d.tmp ssl_err.d.tmp ssl_err_legacy.d.tmp ssl_init.d.tmp ssl_lib.d.tmp ssl_mcnf.d.tmp ssl_rsa.d.tmp ssl_rsa_legacy.d.tmp ssl_sess.d.tmp ssl_stat.d.tmp ssl_txt.d.tmp ssl_utst.d.tmp statem.d.tmp statem_clnt.d.tmp statem_dtls.d.tmp statem_lib.d.tmp statem_srvr.d.tmp t1_enc.d.tmp t1_lib.d.tmp t1_trce.d.tmp tls13_enc.d.tmp tls_depr.d.tmp tls_pad.d.tmp tls_srp.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f .depend bio_ssl.d d1_lib.d d1_msg.d d1_srtp.d dtls1_bitmap.d extensions.d extensions_clnt.d extensions_cust.d extensions_srvr.d methods.d packet.d pqueue.d rec_layer_d1.d rec_layer_s3.d s3_cbc.d s3_enc.d s3_lib.d s3_msg.d ssl3_buffer.d ssl3_record.d ssl3_record_tls13.d ssl_asn1.d ssl_cert.d ssl_ciph.d ssl_conf.d ssl_err.d ssl_err_legacy.d ssl_init.d ssl_lib.d ssl_mcnf.d ssl_rsa.d ssl_rsa_legacy.d ssl_sess.d ssl_stat.d ssl_txt.d ssl_utst.d statem.d statem_clnt.d statem_dtls.d statem_lib.d statem_srvr.d t1_enc.d t1_lib.d t1_trce.d tls13_enc.d tls_depr.d tls_pad.d tls_srp.d bio_ssl.d.tmp d1_lib.d.tmp d1_msg.d.tmp d1_srtp.d.tmp dtls1_bitmap.d.tmp extensions.d.tmp extensions_clnt.d.tmp extensions_cust.d.tmp extensions_srvr.d.tmp methods.d.tmp packet.d.tmp pqueue.d.tmp rec_layer_d1.d.tmp rec_layer_s3.d.tmp s3_cbc.d.tmp s3_enc.d.tmp s3_lib.d.tmp s3_msg.d.tmp ssl3_buffer.d.tmp ssl3_record.d.tmp ssl3_record_tls13.d.tmp ssl_asn1.d.tmp ssl_cert.d.tmp ssl_ciph.d.tmp ssl_conf.d.tmp ssl_err.d.tmp ssl_err_legacy.d.tmp ssl_init.d.tmp ssl_lib.d.tmp ssl_mcnf.d.tmp ssl_rsa.d.tmp ssl_rsa_legacy.d.tmp ssl_sess.d.tmp ssl_stat.d.tmp ssl_txt.d.tmp ssl_utst.d.tmp statem.d.tmp statem_clnt.d.tmp statem_dtls.d.tmp statem_lib.d.tmp statem_srvr.d.tmp t1_enc.d.tmp t1_lib.d.tmp t1_trce.d.tmp tls13_enc.d.tmp tls_depr.d.tmp tls_pad.d.tmp tls_srp.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c/detail && rm -f Atffile Atffile.tmp .depend dynstr_test.d env_test.d fs_test.d list_test.d map_test.d process_helpers.d process_test.d sanity_test.d test_helpers.d text_test.d user_test.d version_helper.d dynstr_test.d.tmp env_test.d.tmp fs_test.d.tmp list_test.d.tmp map_test.d.tmp process_helpers.d.tmp process_test.d.tmp sanity_test.d.tmp test_helpers.d.tmp text_test.d.tmp user_test.d.tmp version_helper.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c/detail/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c/detail/atf-run.log || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/openssl/lib/liblegacy --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/atf-c/detail && rm -f Atffile Atffile.tmp .depend dynstr_test.d env_test.d fs_test.d list_test.d map_test.d process_helpers.d process_test.d sanity_test.d test_helpers.d text_test.d user_test.d version_helper.d dynstr_test.d.tmp env_test.d.tmp fs_test.d.tmp list_test.d.tmp map_test.d.tmp process_helpers.d.tmp process_test.d.tmp sanity_test.d.tmp test_helpers.d.tmp text_test.d.tmp user_test.d.tmp version_helper.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c/detail/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c/detail/atf-run.log || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/liblegacy --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c && rm -f pkg_config_test pkg_config_test.tmp Atffile Atffile.tmp .depend atf_c_test.d build_test.d check_test.d config_test.d error_test.d macros_test.d tc_test.d test_helpers.d tp_test.d utils_test.d atf_c_test.d.tmp build_test.d.tmp check_test.d.tmp config_test.d.tmp error_test.d.tmp macros_test.d.tmp tc_test.d.tmp test_helpers.d.tmp tp_test.d.tmp utils_test.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c/atf-run.log || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/atf-c && rm -f pkg_config_test pkg_config_test.tmp Atffile Atffile.tmp .depend atf_c_test.d build_test.d check_test.d config_test.d error_test.d macros_test.d tc_test.d test_helpers.d tp_test.d utils_test.d atf_c_test.d.tmp build_test.d.tmp check_test.d.tmp config_test.d.tmp error_test.d.tmp macros_test.d.tmp tc_test.d.tmp test_helpers.d.tmp tp_test.d.tmp utils_test.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c/atf-run.log || true) --- cleandir-atf-c++ --- cleandir ===> external/bsd/atf/tests/atf/atf-c++ --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy.a cpuid.o ctype.o des_enc.o fcrypt_b.o md5_dgst.o md5_one.o md5_sha1.o prov_running.o provider_util.o cipher_blowfish.o cipher_blowfish_hw.o cipher_cast5.o cipher_cast5_hw.o cipher_des.o cipher_des_hw.o cipher_desx.o cipher_desx_hw.o cipher_idea.o cipher_idea_hw.o cipher_rc2.o cipher_rc2_hw.o cipher_rc4.o cipher_rc4_hmac_md5.o cipher_rc4_hmac_md5_hw.o cipher_rc4_hw.o cipher_seed.o cipher_seed_hw.o cipher_tdes_common.o md4_prov.o mdc2_prov.o ripemd_prov.o wp_prov.o pbkdf1.o legacyprov.o cpuid.o.tmp ctype.o.tmp des_enc.o.tmp fcrypt_b.o.tmp md5_dgst.o.tmp md5_one.o.tmp md5_sha1.o.tmp prov_running.o.tmp provider_util.o.tmp cipher_blowfish.o.tmp cipher_blowfish_hw.o.tmp cipher_cast5.o.tmp cipher_cast5_hw.o.tmp cipher_des.o.tmp cipher_des_hw.o.tmp cipher_desx.o.tmp cipher_desx_hw.o.tmp cipher_idea.o.tmp cipher_idea_hw.o.tmp cipher_rc2.o.tmp cipher_rc2_hw.o.tmp cipher_rc4.o.tmp cipher_rc4_hmac_md5.o.tmp cipher_rc4_hmac_md5_hw.o.tmp cipher_rc4_hw.o.tmp cipher_seed.o.tmp cipher_seed_hw.o.tmp cipher_tdes_common.o.tmp md4_prov.o.tmp mdc2_prov.o.tmp ripemd_prov.o.tmp wp_prov.o.tmp pbkdf1.o.tmp legacyprov.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy.a cpuid.o ctype.o des_enc.o fcrypt_b.o md5_dgst.o md5_one.o md5_sha1.o prov_running.o provider_util.o cipher_blowfish.o cipher_blowfish_hw.o cipher_cast5.o cipher_cast5_hw.o cipher_des.o cipher_des_hw.o cipher_desx.o cipher_desx_hw.o cipher_idea.o cipher_idea_hw.o cipher_rc2.o cipher_rc2_hw.o cipher_rc4.o cipher_rc4_hmac_md5.o cipher_rc4_hmac_md5_hw.o cipher_rc4_hw.o cipher_seed.o cipher_seed_hw.o cipher_tdes_common.o md4_prov.o mdc2_prov.o ripemd_prov.o wp_prov.o pbkdf1.o legacyprov.o cpuid.o.tmp ctype.o.tmp des_enc.o.tmp fcrypt_b.o.tmp md5_dgst.o.tmp md5_one.o.tmp md5_sha1.o.tmp prov_running.o.tmp provider_util.o.tmp cipher_blowfish.o.tmp cipher_blowfish_hw.o.tmp cipher_cast5.o.tmp cipher_cast5_hw.o.tmp cipher_des.o.tmp cipher_des_hw.o.tmp cipher_desx.o.tmp cipher_desx_hw.o.tmp cipher_idea.o.tmp cipher_idea_hw.o.tmp cipher_rc2.o.tmp cipher_rc2_hw.o.tmp cipher_rc4.o.tmp cipher_rc4_hmac_md5.o.tmp cipher_rc4_hmac_md5_hw.o.tmp cipher_rc4_hw.o.tmp cipher_seed.o.tmp cipher_seed_hw.o.tmp cipher_tdes_common.o.tmp md4_prov.o.tmp mdc2_prov.o.tmp ripemd_prov.o.tmp wp_prov.o.tmp pbkdf1.o.tmp legacyprov.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++ && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf_c++_test atf_c++_test.o test_helpers.o build_test build_test.o test_helpers.o check_test check_test.o test_helpers.o config_test config_test.o test_helpers.o macros_test macros_test.o test_helpers.o tests_test tests_test.o test_helpers.o utils_test utils_test.o test_helpers.o || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/atf-c++ && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit atf_c++_test atf_c++_test.o test_helpers.o build_test build_test.o test_helpers.o check_test check_test.o test_helpers.o config_test config_test.o test_helpers.o macros_test macros_test.o test_helpers.o tests_test tests_test.o test_helpers.o utils_test utils_test.o test_helpers.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_p.a || true) --- cleandir-external --- --- cleandir-detail --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_p.a || true) --- cleandir-external --- cleandir ===> external/bsd/atf/tests/atf/atf-c++/detail --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++/detail && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit version_helper version_helper.o application_test application_test.o test_helpers.o auto_array_test auto_array_test.o test_helpers.o env_test env_test.o test_helpers.o exceptions_test exceptions_test.o test_helpers.o fs_test fs_test.o test_helpers.o process_test process_test.o test_helpers.o sanity_test sanity_test.o test_helpers.o text_test text_test.o test_helpers.o || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/atf-c++/detail && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit version_helper version_helper.o application_test application_test.o test_helpers.o auto_array_test auto_array_test.o test_helpers.o env_test env_test.o test_helpers.o exceptions_test exceptions_test.o test_helpers.o fs_test fs_test.o test_helpers.o process_test process_test.o test_helpers.o sanity_test sanity_test.o test_helpers.o text_test text_test.o test_helpers.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_pic.a liblegacy.so.* liblegacy.so cpuid.pico ctype.pico des_enc.pico fcrypt_b.pico md5_dgst.pico md5_one.pico md5_sha1.pico prov_running.pico provider_util.pico cipher_blowfish.pico cipher_blowfish_hw.pico cipher_cast5.pico cipher_cast5_hw.pico cipher_des.pico cipher_des_hw.pico cipher_desx.pico cipher_desx_hw.pico cipher_idea.pico cipher_idea_hw.pico cipher_rc2.pico cipher_rc2_hw.pico cipher_rc4.pico cipher_rc4_hmac_md5.pico cipher_rc4_hmac_md5_hw.pico cipher_rc4_hw.pico cipher_seed.pico cipher_seed_hw.pico cipher_tdes_common.pico md4_prov.pico mdc2_prov.pico ripemd_prov.pico wp_prov.pico pbkdf1.pico legacyprov.pico cpuid.pico.tmp ctype.pico.tmp des_enc.pico.tmp fcrypt_b.pico.tmp md5_dgst.pico.tmp md5_one.pico.tmp md5_sha1.pico.tmp prov_running.pico.tmp provider_util.pico.tmp cipher_blowfish.pico.tmp cipher_blowfish_hw.pico.tmp cipher_cast5.pico.tmp cipher_cast5_hw.pico.tmp cipher_des.pico.tmp cipher_des_hw.pico.tmp cipher_desx.pico.tmp cipher_desx_hw.pico.tmp cipher_idea.pico.tmp cipher_idea_hw.pico.tmp cipher_rc2.pico.tmp cipher_rc2_hw.pico.tmp cipher_rc4.pico.tmp cipher_rc4_hmac_md5.pico.tmp cipher_rc4_hmac_md5_hw.pico.tmp cipher_rc4_hw.pico.tmp cipher_seed.pico.tmp cipher_seed_hw.pico.tmp cipher_tdes_common.pico.tmp md4_prov.pico.tmp mdc2_prov.pico.tmp ripemd_prov.pico.tmp wp_prov.pico.tmp pbkdf1.pico.tmp legacyprov.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_pic.a liblegacy.so.* liblegacy.so cpuid.pico ctype.pico des_enc.pico fcrypt_b.pico md5_dgst.pico md5_one.pico md5_sha1.pico prov_running.pico provider_util.pico cipher_blowfish.pico cipher_blowfish_hw.pico cipher_cast5.pico cipher_cast5_hw.pico cipher_des.pico cipher_des_hw.pico cipher_desx.pico cipher_desx_hw.pico cipher_idea.pico cipher_idea_hw.pico cipher_rc2.pico cipher_rc2_hw.pico cipher_rc4.pico cipher_rc4_hmac_md5.pico cipher_rc4_hmac_md5_hw.pico cipher_rc4_hw.pico cipher_seed.pico cipher_seed_hw.pico cipher_tdes_common.pico md4_prov.pico mdc2_prov.pico ripemd_prov.pico wp_prov.pico pbkdf1.pico legacyprov.pico cpuid.pico.tmp ctype.pico.tmp des_enc.pico.tmp fcrypt_b.pico.tmp md5_dgst.pico.tmp md5_one.pico.tmp md5_sha1.pico.tmp prov_running.pico.tmp provider_util.pico.tmp cipher_blowfish.pico.tmp cipher_blowfish_hw.pico.tmp cipher_cast5.pico.tmp cipher_cast5_hw.pico.tmp cipher_des.pico.tmp cipher_des_hw.pico.tmp cipher_desx.pico.tmp cipher_desx_hw.pico.tmp cipher_idea.pico.tmp cipher_idea_hw.pico.tmp cipher_rc2.pico.tmp cipher_rc2_hw.pico.tmp cipher_rc4.pico.tmp cipher_rc4_hmac_md5.pico.tmp cipher_rc4_hmac_md5_hw.pico.tmp cipher_rc4_hw.pico.tmp cipher_seed.pico.tmp cipher_seed_hw.pico.tmp cipher_tdes_common.pico.tmp md4_prov.pico.tmp mdc2_prov.pico.tmp ripemd_prov.pico.tmp wp_prov.pico.tmp pbkdf1.pico.tmp legacyprov.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++/detail && rm -f Atffile Atffile.tmp .depend application_test.d auto_array_test.d env_test.d exceptions_test.d fs_test.d process_test.d sanity_test.d test_helpers.d text_test.d version_helper.d application_test.d.tmp auto_array_test.d.tmp env_test.d.tmp exceptions_test.d.tmp fs_test.d.tmp process_test.d.tmp sanity_test.d.tmp test_helpers.d.tmp text_test.d.tmp version_helper.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++/detail/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++/detail/atf-run.log || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/atf-c++/detail && rm -f Atffile Atffile.tmp .depend application_test.d auto_array_test.d env_test.d exceptions_test.d fs_test.d process_test.d sanity_test.d test_helpers.d text_test.d version_helper.d application_test.d.tmp auto_array_test.d.tmp env_test.d.tmp exceptions_test.d.tmp fs_test.d.tmp process_test.d.tmp sanity_test.d.tmp test_helpers.d.tmp text_test.d.tmp version_helper.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++/detail/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++/detail/atf-run.log || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f llib-llegacy.ln cpuid.ln ctype.ln des_enc.ln fcrypt_b.ln md5_dgst.ln md5_one.ln md5_sha1.ln prov_running.ln provider_util.ln cipher_blowfish.ln cipher_blowfish_hw.ln cipher_cast5.ln cipher_cast5_hw.ln cipher_des.ln cipher_des_hw.ln cipher_desx.ln cipher_desx_hw.ln cipher_idea.ln cipher_idea_hw.ln cipher_rc2.ln cipher_rc2_hw.ln cipher_rc4.ln cipher_rc4_hmac_md5.ln cipher_rc4_hmac_md5_hw.ln cipher_rc4_hw.ln cipher_seed.ln cipher_seed_hw.ln cipher_tdes_common.ln md4_prov.ln mdc2_prov.ln ripemd_prov.ln wp_prov.ln pbkdf1.ln legacyprov.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f llib-llegacy.ln cpuid.ln ctype.ln des_enc.ln fcrypt_b.ln md5_dgst.ln md5_one.ln md5_sha1.ln prov_running.ln provider_util.ln cipher_blowfish.ln cipher_blowfish_hw.ln cipher_cast5.ln cipher_cast5_hw.ln cipher_des.ln cipher_des_hw.ln cipher_desx.ln cipher_desx_hw.ln cipher_idea.ln cipher_idea_hw.ln cipher_rc2.ln cipher_rc2_hw.ln cipher_rc4.ln cipher_rc4_hmac_md5.ln cipher_rc4_hmac_md5_hw.ln cipher_rc4_hw.ln cipher_seed.ln cipher_seed_hw.ln cipher_tdes_common.ln md4_prov.ln mdc2_prov.ln ripemd_prov.ln wp_prov.ln pbkdf1.ln legacyprov.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++ && rm -f pkg_config_test pkg_config_test.tmp Atffile Atffile.tmp .depend atf_c++_test.d build_test.d check_test.d config_test.d macros_test.d test_helpers.d tests_test.d utils_test.d atf_c++_test.d.tmp build_test.d.tmp check_test.d.tmp config_test.d.tmp macros_test.d.tmp test_helpers.d.tmp tests_test.d.tmp utils_test.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++/atf-run.log || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/atf-c++ && rm -f pkg_config_test pkg_config_test.tmp Atffile Atffile.tmp .depend atf_c++_test.d build_test.d check_test.d config_test.d macros_test.d test_helpers.d tests_test.d utils_test.d atf_c++_test.d.tmp build_test.d.tmp check_test.d.tmp config_test.d.tmp macros_test.d.tmp test_helpers.d.tmp tests_test.d.tmp utils_test.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-c++/atf-run.log || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-atf-sh --- cleandir ===> external/bsd/atf/tests/atf/atf-sh --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f .depend cipher_blowfish.d cipher_blowfish_hw.d cipher_cast5.d cipher_cast5_hw.d cipher_des.d cipher_des_hw.d cipher_desx.d cipher_desx_hw.d cipher_idea.d cipher_idea_hw.d cipher_rc2.d cipher_rc2_hw.d cipher_rc4.d cipher_rc4_hmac_md5.d cipher_rc4_hmac_md5_hw.d cipher_rc4_hw.d cipher_seed.d cipher_seed_hw.d cipher_tdes_common.d cpuid.d ctype.d des_enc.d fcrypt_b.d legacyprov.d md4_prov.d md5_dgst.d md5_one.d md5_sha1.d mdc2_prov.d pbkdf1.d prov_running.d provider_util.d ripemd_prov.d wp_prov.d cipher_blowfish.d.tmp cipher_blowfish_hw.d.tmp cipher_cast5.d.tmp cipher_cast5_hw.d.tmp cipher_des.d.tmp cipher_des_hw.d.tmp cipher_desx.d.tmp cipher_desx_hw.d.tmp cipher_idea.d.tmp cipher_idea_hw.d.tmp cipher_rc2.d.tmp cipher_rc2_hw.d.tmp cipher_rc4.d.tmp cipher_rc4_hmac_md5.d.tmp cipher_rc4_hmac_md5_hw.d.tmp cipher_rc4_hw.d.tmp cipher_seed.d.tmp cipher_seed_hw.d.tmp cipher_tdes_common.d.tmp cpuid.d.tmp ctype.d.tmp des_enc.d.tmp fcrypt_b.d.tmp legacyprov.d.tmp md4_prov.d.tmp md5_dgst.d.tmp md5_one.d.tmp md5_sha1.d.tmp mdc2_prov.d.tmp pbkdf1.d.tmp prov_running.d.tmp provider_util.d.tmp ripemd_prov.d.tmp wp_prov.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f .depend cipher_blowfish.d cipher_blowfish_hw.d cipher_cast5.d cipher_cast5_hw.d cipher_des.d cipher_des_hw.d cipher_desx.d cipher_desx_hw.d cipher_idea.d cipher_idea_hw.d cipher_rc2.d cipher_rc2_hw.d cipher_rc4.d cipher_rc4_hmac_md5.d cipher_rc4_hmac_md5_hw.d cipher_rc4_hw.d cipher_seed.d cipher_seed_hw.d cipher_tdes_common.d cpuid.d ctype.d des_enc.d fcrypt_b.d legacyprov.d md4_prov.d md5_dgst.d md5_one.d md5_sha1.d mdc2_prov.d pbkdf1.d prov_running.d provider_util.d ripemd_prov.d wp_prov.d cipher_blowfish.d.tmp cipher_blowfish_hw.d.tmp cipher_cast5.d.tmp cipher_cast5_hw.d.tmp cipher_des.d.tmp cipher_des_hw.d.tmp cipher_desx.d.tmp cipher_desx_hw.d.tmp cipher_idea.d.tmp cipher_idea_hw.d.tmp cipher_rc2.d.tmp cipher_rc2_hw.d.tmp cipher_rc4.d.tmp cipher_rc4_hmac_md5.d.tmp cipher_rc4_hmac_md5_hw.d.tmp cipher_rc4_hw.d.tmp cipher_seed.d.tmp cipher_seed_hw.d.tmp cipher_tdes_common.d.tmp cpuid.d.tmp ctype.d.tmp des_enc.d.tmp fcrypt_b.d.tmp legacyprov.d.tmp md4_prov.d.tmp md5_dgst.d.tmp md5_one.d.tmp md5_sha1.d.tmp mdc2_prov.d.tmp pbkdf1.d.tmp prov_running.d.tmp provider_util.d.tmp ripemd_prov.d.tmp wp_prov.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-sh && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/atf-sh && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/openssl/lib/engines --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/engines --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-sh && rm -f atf-check_test atf_check_test config_test integration_test misc_helpers normalize_test tc_test tp_test atf-check_test.tmp atf_check_test.tmp config_test.tmp integration_test.tmp misc_helpers.tmp normalize_test.tmp tc_test.tmp tp_test.tmp /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-sh/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-sh/atf-run.log || true) --- cleandir-lib --- --- cleandir-dasync --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/engines/dasync --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/atf-sh && rm -f atf-check_test atf_check_test config_test integration_test misc_helpers normalize_test tc_test tp_test atf-check_test.tmp atf_check_test.tmp config_test.tmp integration_test.tmp misc_helpers.tmp normalize_test.tmp tc_test.tmp tp_test.tmp /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-sh/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-sh/atf-run.log || true) --- cleandir-test-programs --- cleandir ===> external/bsd/atf/tests/atf/test-programs --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync.a e_dasync.o e_dasync.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync.a e_dasync.o e_dasync.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/test-programs && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit c_helpers c_helpers.o c_helpers.ln cpp_helpers cpp_helpers.o || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/test-programs && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit c_helpers c_helpers.o c_helpers.ln cpp_helpers cpp_helpers.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_p.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/test-programs && rm -f sh_helpers config_test expect_test meta_data_test result_test srcdir_test sh_helpers.tmp config_test.tmp expect_test.tmp meta_data_test.tmp result_test.tmp srcdir_test.tmp .depend c_helpers.d cpp_helpers.d c_helpers.d.tmp cpp_helpers.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/test-programs/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/test-programs/atf-run.log || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/test-programs && rm -f sh_helpers config_test expect_test meta_data_test result_test srcdir_test sh_helpers.tmp config_test.tmp expect_test.tmp meta_data_test.tmp result_test.tmp srcdir_test.tmp .depend c_helpers.d cpp_helpers.d c_helpers.d.tmp cpp_helpers.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/test-programs/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/test-programs/atf-run.log || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_g.a || true) --- cleandir-external --- --- cleandir-tools --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/atf/tests/atf/tools --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_pic.a libdasync.so.* libdasync.so e_dasync.pico e_dasync.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_pic.a libdasync.so.* libdasync.so e_dasync.pico e_dasync.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f llib-ldasync.ln e_dasync.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f llib-ldasync.ln e_dasync.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/tools && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit bad_metadata_helper bad_metadata_helper.o bad_metadata_helper.ln process_helpers process_helpers.o process_helpers.ln expect_helpers expect_helpers.o expect_helpers.ln several_tcs_helper several_tcs_helper.o several_tcs_helper.ln zero_tcs_helper zero_tcs_helper.o zero_tcs_helper.ln application_test application_test.o atffile_test atffile_test.o auto_array_test auto_array_test.o config_file_test config_file_test.o config_test config_test.o fail_helper fail_helper.o env_test env_test.o expand_test expand_test.o fs_test fs_test.o io_test io_test.o misc_helpers misc_helpers.o parser_test parser_test.o pass_helper pass_helper.o process_test process_test.o reader_test reader_test.o requirements_test requirements_test.o signals_test signals_test.o test_program_test test_program_test.o text_test text_test.o ui_test ui_test.o user_test user_test.o || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/tools && rm -f atf-version.txt atf-version-real.txt a.out [Ee]rrs mklog core *.core .gdbinit bad_metadata_helper bad_metadata_helper.o bad_metadata_helper.ln process_helpers process_helpers.o process_helpers.ln expect_helpers expect_helpers.o expect_helpers.ln several_tcs_helper several_tcs_helper.o several_tcs_helper.ln zero_tcs_helper zero_tcs_helper.o zero_tcs_helper.ln application_test application_test.o atffile_test atffile_test.o auto_array_test auto_array_test.o config_file_test config_file_test.o config_test config_test.o fail_helper fail_helper.o env_test env_test.o expand_test expand_test.o fs_test fs_test.o io_test io_test.o misc_helpers misc_helpers.o parser_test parser_test.o pass_helper pass_helper.o process_test process_test.o reader_test reader_test.o requirements_test requirements_test.o signals_test signals_test.o test_program_test test_program_test.o text_test text_test.o ui_test ui_test.o user_test user_test.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/tools && rm -f atf-config_test atf-report_test atf-run_test atf-config_test.tmp atf-report_test.tmp atf-run_test.tmp .depend application_test.d atffile_test.d auto_array_test.d bad_metadata_helper.d config_file_test.d config_test.d env_test.d expand_test.d expect_helpers.d fail_helper.d fs_test.d io_test.d misc_helpers.d parser_test.d pass_helper.d process_helpers.d process_test.d reader_test.d requirements_test.d several_tcs_helper.d signals_test.d test_program_test.d text_test.d ui_test.d user_test.d zero_tcs_helper.d application_test.d.tmp atffile_test.d.tmp auto_array_test.d.tmp bad_metadata_helper.d.tmp config_file_test.d.tmp config_test.d.tmp env_test.d.tmp expand_test.d.tmp expect_helpers.d.tmp fail_helper.d.tmp fs_test.d.tmp io_test.d.tmp misc_helpers.d.tmp parser_test.d.tmp pass_helper.d.tmp process_helpers.d.tmp process_test.d.tmp reader_test.d.tmp requirements_test.d.tmp several_tcs_helper.d.tmp signals_test.d.tmp test_program_test.d.tmp text_test.d.tmp ui_test.d.tmp user_test.d.tmp zero_tcs_helper.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/tools/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/tools/atf-run.log || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f .depend e_dasync.d e_dasync.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf/tools && rm -f atf-config_test atf-report_test atf-run_test atf-config_test.tmp atf-report_test.tmp atf-run_test.tmp .depend application_test.d atffile_test.d auto_array_test.d bad_metadata_helper.d config_file_test.d config_test.d env_test.d expand_test.d expect_helpers.d fail_helper.d fs_test.d io_test.d misc_helpers.d parser_test.d pass_helper.d process_helpers.d process_test.d reader_test.d requirements_test.d several_tcs_helper.d signals_test.d test_program_test.d text_test.d ui_test.d user_test.d zero_tcs_helper.d application_test.d.tmp atffile_test.d.tmp auto_array_test.d.tmp bad_metadata_helper.d.tmp config_file_test.d.tmp config_test.d.tmp env_test.d.tmp expand_test.d.tmp expect_helpers.d.tmp fail_helper.d.tmp fs_test.d.tmp io_test.d.tmp misc_helpers.d.tmp parser_test.d.tmp pass_helper.d.tmp process_helpers.d.tmp process_test.d.tmp reader_test.d.tmp requirements_test.d.tmp several_tcs_helper.d.tmp signals_test.d.tmp test_program_test.d.tmp text_test.d.tmp ui_test.d.tmp user_test.d.tmp zero_tcs_helper.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/tools/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/tools/atf-run.log || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f .depend e_dasync.d e_dasync.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-devcrypto --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf && rm -f Atffile Atffile.tmp /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-run.log || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/engines/devcrypto --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/tests/atf && rm -f Atffile Atffile.tmp /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/tests/atf/atf-run.log || true) --- cleandir-pkg_install --- cleandir ===> external/bsd/pkg_install --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto.a e_devcrypto.o e_devcrypto.o.tmp || true) --- cleandir-external --- --- cleandir-lib --- cleandir ===> external/bsd/pkg_install/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto.a e_devcrypto.o e_devcrypto.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/lib && rm -f libinstall.a automatic.o conflicts.o dewey.o fexec.o file.o global.o gpgsig.o iterate.o license.o lpkg.o opattern.o parse-config.o pkcs7.o pkg_signature.o pkgdb.o pkg_io.o plist.o remove.o str.o version.o var.o vulnerabilities-file.o xwrapper.o automatic.o.tmp conflicts.o.tmp dewey.o.tmp fexec.o.tmp file.o.tmp global.o.tmp gpgsig.o.tmp iterate.o.tmp license.o.tmp lpkg.o.tmp opattern.o.tmp parse-config.o.tmp pkcs7.o.tmp pkg_signature.o.tmp pkgdb.o.tmp pkg_io.o.tmp plist.o.tmp remove.o.tmp str.o.tmp version.o.tmp var.o.tmp vulnerabilities-file.o.tmp xwrapper.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/lib && rm -f libinstall.a automatic.o conflicts.o dewey.o fexec.o file.o global.o gpgsig.o iterate.o license.o lpkg.o opattern.o parse-config.o pkcs7.o pkg_signature.o pkgdb.o pkg_io.o plist.o remove.o str.o version.o var.o vulnerabilities-file.o xwrapper.o automatic.o.tmp conflicts.o.tmp dewey.o.tmp fexec.o.tmp file.o.tmp global.o.tmp gpgsig.o.tmp iterate.o.tmp license.o.tmp lpkg.o.tmp opattern.o.tmp parse-config.o.tmp pkcs7.o.tmp pkg_signature.o.tmp pkgdb.o.tmp pkg_io.o.tmp plist.o.tmp remove.o.tmp str.o.tmp version.o.tmp var.o.tmp vulnerabilities-file.o.tmp xwrapper.o.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/lib && rm -f libinstall_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/lib && rm -f libinstall_p.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_pic.a libdevcrypto.so.* libdevcrypto.so e_devcrypto.pico e_devcrypto.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/lib && rm -f libinstall_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_pic.a libdevcrypto.so.* libdevcrypto.so e_devcrypto.pico e_devcrypto.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/lib && rm -f libinstall_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f llib-ldevcrypto.ln e_devcrypto.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/lib && rm -f libinstall_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/lib && rm -f libinstall_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f llib-ldevcrypto.ln e_devcrypto.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/lib && rm -f llib-linstall.ln automatic.ln conflicts.ln dewey.ln fexec.ln file.ln global.ln gpgsig.ln iterate.ln license.ln lpkg.ln opattern.ln parse-config.ln pkcs7.ln pkg_signature.ln pkgdb.ln pkg_io.ln plist.ln remove.ln str.ln version.ln var.ln vulnerabilities-file.ln xwrapper.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/lib && rm -f llib-linstall.ln automatic.ln conflicts.ln dewey.ln fexec.ln file.ln global.ln gpgsig.ln iterate.ln license.ln lpkg.ln opattern.ln parse-config.ln pkcs7.ln pkg_signature.ln pkgdb.ln pkg_io.ln plist.ln remove.ln str.ln version.ln var.ln vulnerabilities-file.ln xwrapper.ln || true) --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/lib && rm -f pkg_install.conf.5 libinstall.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f .depend e_devcrypto.d e_devcrypto.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f .depend e_devcrypto.d e_devcrypto.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/lib && rm -f pkg_install.conf.5 libinstall.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-loader_attic --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/engines/loader_attic --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/lib && rm -f pkg_install.conf.html5 pkg_summary.html5 .depend automatic.d conflicts.d dewey.d fexec.d file.d global.d gpgsig.d iterate.d license.d lpkg.d opattern.d parse-config.d pkcs7.d pkg_io.d pkg_signature.d pkgdb.d plist.d remove.d str.d var.d version.d vulnerabilities-file.d xwrapper.d automatic.d.tmp conflicts.d.tmp dewey.d.tmp fexec.d.tmp file.d.tmp global.d.tmp gpgsig.d.tmp iterate.d.tmp license.d.tmp lpkg.d.tmp opattern.d.tmp parse-config.d.tmp pkcs7.d.tmp pkg_io.d.tmp pkg_signature.d.tmp pkgdb.d.tmp plist.d.tmp remove.d.tmp str.d.tmp var.d.tmp version.d.tmp vulnerabilities-file.d.tmp xwrapper.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/lib && rm -f pkg_install.conf.html5 pkg_summary.html5 .depend automatic.d conflicts.d dewey.d fexec.d file.d global.d gpgsig.d iterate.d license.d lpkg.d opattern.d parse-config.d pkcs7.d pkg_io.d pkg_signature.d pkgdb.d plist.d remove.d str.d var.d version.d vulnerabilities-file.d xwrapper.d automatic.d.tmp conflicts.d.tmp dewey.d.tmp fexec.d.tmp file.d.tmp global.d.tmp gpgsig.d.tmp iterate.d.tmp license.d.tmp lpkg.d.tmp opattern.d.tmp parse-config.d.tmp pkcs7.d.tmp pkg_io.d.tmp pkg_signature.d.tmp pkgdb.d.tmp plist.d.tmp remove.d.tmp str.d.tmp var.d.tmp version.d.tmp vulnerabilities-file.d.tmp xwrapper.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/bsd/pkg_install/sbin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic.a e_loader_attic.o e_loader_attic.o.tmp || true) --- cleandir-external --- --- cleandir-pkg_add --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic.a e_loader_attic.o e_loader_attic.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/pkg_install/sbin/pkg_add --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/sbin/pkg_add && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pkg_add main.o perform.o main.ln perform.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/sbin/pkg_add && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pkg_add main.o perform.o main.ln perform.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/sbin/pkg_add && rm -f pkg_add.html1 .depend main.d perform.d main.d.tmp perform.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_pic.a libloader_attic.so.* libloader_attic.so e_loader_attic.pico e_loader_attic.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/sbin/pkg_add && rm -f pkg_add.html1 .depend main.d perform.d main.d.tmp perform.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_pic.a libloader_attic.so.* libloader_attic.so e_loader_attic.pico e_loader_attic.pico.tmp || true) --- cleandir-external --- --- cleandir-pkg_admin --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/bsd/pkg_install/sbin/pkg_admin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f llib-lloader_attic.ln e_loader_attic.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f llib-lloader_attic.ln e_loader_attic.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/sbin/pkg_admin && rm -f audit-packages.sh download-vulnerability-list.sh a.out [Ee]rrs mklog core *.core .gdbinit pkg_admin audit.o check.o main.o audit.ln check.ln main.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/sbin/pkg_admin && rm -f audit-packages.sh download-vulnerability-list.sh a.out [Ee]rrs mklog core *.core .gdbinit pkg_admin audit.o check.o main.o audit.ln check.ln main.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f .depend e_loader_attic.d e_loader_attic.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/sbin/pkg_admin && rm -f pkg_admin.html1 .depend audit.d check.d main.d audit.d.tmp check.d.tmp main.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f .depend e_loader_attic.d e_loader_attic.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/sbin/pkg_admin && rm -f pkg_admin.html1 .depend audit.d check.d main.d audit.d.tmp check.d.tmp main.d.tmp tags || true) --- cleandir-lib --- --- cleandir-ossltest --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/engines/ossltest --- cleandir-external --- --- cleandir-pkg_create --- cleandir ===> external/bsd/pkg_install/sbin/pkg_create --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest.a e_ossltest.o e_ossltest.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/sbin/pkg_create && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pkg_create main.o perform.o pl.o util.o build.o main.ln perform.ln pl.ln util.ln build.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest.a e_ossltest.o e_ossltest.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/sbin/pkg_create && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pkg_create main.o perform.o pl.o util.o build.o main.ln perform.ln pl.ln util.ln build.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_p.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/sbin/pkg_create && rm -f pkg_create.html1 .depend build.d main.d perform.d pl.d util.d build.d.tmp main.d.tmp perform.d.tmp pl.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/sbin/pkg_create && rm -f pkg_create.html1 .depend build.d main.d perform.d pl.d util.d build.d.tmp main.d.tmp perform.d.tmp pl.d.tmp util.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_g.a || true) --- cleandir-external --- --- cleandir-pkg_delete --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/pkg_install/sbin/pkg_delete --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_pic.a libossltest.so.* libossltest.so e_ossltest.pico e_ossltest.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_pic.a libossltest.so.* libossltest.so e_ossltest.pico e_ossltest.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/sbin/pkg_delete && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pkg_delete pkg_delete.o pkg_delete.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f llib-lossltest.ln e_ossltest.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/sbin/pkg_delete && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pkg_delete pkg_delete.o pkg_delete.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f llib-lossltest.ln e_ossltest.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/sbin/pkg_delete && rm -f pkg_delete.html1 .depend pkg_delete.d pkg_delete.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/sbin/pkg_delete && rm -f pkg_delete.html1 .depend pkg_delete.d pkg_delete.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-pkg_info --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/bsd/pkg_install/sbin/pkg_info --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f .depend e_ossltest.d e_ossltest.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f .depend e_ossltest.d e_ossltest.d.tmp tags || true) --- cleandir-padlock --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/openssl/lib/engines/padlock --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/sbin/pkg_info && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pkg_info main.o perform.o show.o main.ln perform.ln show.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/sbin/pkg_info && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pkg_info main.o perform.o show.o main.ln perform.ln show.ln || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pkg_install/sbin/pkg_info && rm -f pkg_info.html1 .depend main.d perform.d show.d main.d.tmp perform.d.tmp show.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock.a e_padlock.o e_padlock.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pkg_install/sbin/pkg_info && rm -f pkg_info.html1 .depend main.d perform.d show.d main.d.tmp perform.d.tmp show.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock.a e_padlock.o e_padlock.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- cleandir-ipf --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_p.a || true) --- cleandir-external --- cleandir ===> external/bsd/ipf --- cleandir-lib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_p.a || true) --- cleandir-external --- cleandir ===> external/bsd/ipf/lib --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_g.a || true) --- libclean4 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_pic.a libpadlock.so.* libpadlock.so e_padlock.pico e_padlock.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/lib && rm -f libipf.a addicmp.o addipopt.o alist_free.o alist_new.o allocmbt.o assigndefined.o bcopywrap.o binprint.o buildopts.o checkrev.o connecttcp.o count4bits.o count6bits.o debug.o dupmbt.o facpri.o familyname.o fill6bits.o findword.o flags.o freembt.o ftov.o genmask.o gethost.o geticmptype.o getifname.o getnattype.o getport.o getportproto.o getproto.o getsumd.o hostname.o icmpcode.o icmptypename.o icmptypes.o initparse.o interror.o ionames.o ipf_perror.o ipf_dotuning.o ipft_hx.o ipft_pc.o ipft_tx.o ipoptsec.o kmem.o kmemcpywrap.o kvatoname.o load_file.o load_dstlist.o load_dstlistnode.o load_hash.o load_hashnode.o load_http.o load_pool.o load_poolnode.o load_url.o msgdsize.o mutex_emul.o nametokva.o nat_setgroupmap.o ntomask.o optname.o optprint.o optprintv6.o optvalue.o parsefields.o parseipfexpr.o parsewhoisline.o poolio.o portname.o print_toif.o printactiveaddr.o printactivenat.o printaddr.o printaps.o printbuf.o printdstlist.o printdstlistdata.o printdstlistnode.o printdstlistpolicy.o printdstl_live.o printfieldhdr.o printfr.o printfraginfo.o printhash.o printhashdata.o printhashnode.o printhash_live.o printhost.o printhostmap.o printhostmask.o printifname.o printip.o printipfexpr.o printlog.o printlookup.o printmask.o printnat.o printnataddr.o printnatfield.o printnatside.o printpool.o printpooldata.o printpoolfield.o printpoolnode.o printpool_live.o printproto.o printportcmp.o printpacket.o printpacket6.o printsbuf.o printstate.o printstatefields.o printtcpflags.o printtqtable.o printtunable.o printunit.o remove_hash.o remove_hashnode.o remove_pool.o remove_poolnode.o resetlexer.o rwlock_emul.o save_execute.o save_file.o save_nothing.o save_syslog.o save_v1trap.o save_v2trap.o tcpflags.o var.o verbose.o vtof.o v6ionames.o v6optvalue.o addicmp.o.tmp addipopt.o.tmp alist_free.o.tmp alist_new.o.tmp allocmbt.o.tmp assigndefined.o.tmp bcopywrap.o.tmp binprint.o.tmp buildopts.o.tmp checkrev.o.tmp connecttcp.o.tmp count4bits.o.tmp count6bits.o.tmp debug.o.tmp dupmbt.o.tmp facpri.o.tmp familyname.o.tmp fill6bits.o.tmp findword.o.tmp flags.o.tmp freembt.o.tmp ftov.o.tmp genmask.o.tmp gethost.o.tmp geticmptype.o.tmp getifname.o.tmp getnattype.o.tmp getport.o.tmp getportproto.o.tmp getproto.o.tmp getsumd.o.tmp hostname.o.tmp icmpcode.o.tmp icmptypename.o.tmp icmptypes.o.tmp initparse.o.tmp interror.o.tmp ionames.o.tmp ipf_perror.o.tmp ipf_dotuning.o.tmp ipft_hx.o.tmp ipft_pc.o.tmp ipft_tx.o.tmp ipoptsec.o.tmp kmem.o.tmp kmemcpywrap.o.tmp kvatoname.o.tmp load_file.o.tmp load_dstlist.o.tmp load_dstlistnode.o.tmp load_hash.o.tmp load_hashnode.o.tmp load_http.o.tmp load_pool.o.tmp load_poolnode.o.tmp load_url.o.tmp msgdsize.o.tmp mutex_emul.o.tmp nametokva.o.tmp nat_setgroupmap.o.tmp ntomask.o.tmp optname.o.tmp optprint.o.tmp optprintv6.o.tmp optvalue.o.tmp parsefields.o.tmp parseipfexpr.o.tmp parsewhoisline.o.tmp poolio.o.tmp portname.o.tmp print_toif.o.tmp printactiveaddr.o.tmp printactivenat.o.tmp printaddr.o.tmp printaps.o.tmp printbuf.o.tmp printdstlist.o.tmp printdstlistdata.o.tmp printdstlistnode.o.tmp printdstlistpolicy.o.tmp printdstl_live.o.tmp printfieldhdr.o.tmp printfr.o.tmp printfraginfo.o.tmp printhash.o.tmp printhashdata.o.tmp printhashnode.o.tmp printhash_live.o.tmp printhost.o.tmp printhostmap.o.tmp printhostmask.o.tmp printifname.o.tmp printip.o.tmp printipfexpr.o.tmp printlog.o.tmp printlookup.o.tmp printmask.o.tmp printnat.o.tmp printnataddr.o.tmp printnatfield.o.tmp printnatside.o.tmp printpool.o.tmp printpooldata.o.tmp printpoolfield.o.tmp printpoolnode.o.tmp printpool_live.o.tmp printproto.o.tmp printportcmp.o.tmp printpacket.o.tmp printpacket6.o.tmp printsbuf.o.tmp printstate.o.tmp printstatefields.o.tmp printtcpflags.o.tmp printtqtable.o.tmp printtunable.o.tmp printunit.o.tmp remove_hash.o.tmp remove_hashnode.o.tmp remove_pool.o.tmp remove_poolnode.o.tmp resetlexer.o.tmp rwlock_emul.o.tmp save_execute.o.tmp save_file.o.tmp save_nothing.o.tmp save_syslog.o.tmp save_v1trap.o.tmp save_v2trap.o.tmp tcpflags.o.tmp var.o.tmp verbose.o.tmp vtof.o.tmp v6ionames.o.tmp v6optvalue.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_pic.a libpadlock.so.* libpadlock.so e_padlock.pico e_padlock.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/lib && rm -f libipf.a addicmp.o addipopt.o alist_free.o alist_new.o allocmbt.o assigndefined.o bcopywrap.o binprint.o buildopts.o checkrev.o connecttcp.o count4bits.o count6bits.o debug.o dupmbt.o facpri.o familyname.o fill6bits.o findword.o flags.o freembt.o ftov.o genmask.o gethost.o geticmptype.o getifname.o getnattype.o getport.o getportproto.o getproto.o getsumd.o hostname.o icmpcode.o icmptypename.o icmptypes.o initparse.o interror.o ionames.o ipf_perror.o ipf_dotuning.o ipft_hx.o ipft_pc.o ipft_tx.o ipoptsec.o kmem.o kmemcpywrap.o kvatoname.o load_file.o load_dstlist.o load_dstlistnode.o load_hash.o load_hashnode.o load_http.o load_pool.o load_poolnode.o load_url.o msgdsize.o mutex_emul.o nametokva.o nat_setgroupmap.o ntomask.o optname.o optprint.o optprintv6.o optvalue.o parsefields.o parseipfexpr.o parsewhoisline.o poolio.o portname.o print_toif.o printactiveaddr.o printactivenat.o printaddr.o printaps.o printbuf.o printdstlist.o printdstlistdata.o printdstlistnode.o printdstlistpolicy.o printdstl_live.o printfieldhdr.o printfr.o printfraginfo.o printhash.o printhashdata.o printhashnode.o printhash_live.o printhost.o printhostmap.o printhostmask.o printifname.o printip.o printipfexpr.o printlog.o printlookup.o printmask.o printnat.o printnataddr.o printnatfield.o printnatside.o printpool.o printpooldata.o printpoolfield.o printpoolnode.o printpool_live.o printproto.o printportcmp.o printpacket.o printpacket6.o printsbuf.o printstate.o printstatefields.o printtcpflags.o printtqtable.o printtunable.o printunit.o remove_hash.o remove_hashnode.o remove_pool.o remove_poolnode.o resetlexer.o rwlock_emul.o save_execute.o save_file.o save_nothing.o save_syslog.o save_v1trap.o save_v2trap.o tcpflags.o var.o verbose.o vtof.o v6ionames.o v6optvalue.o addicmp.o.tmp addipopt.o.tmp alist_free.o.tmp alist_new.o.tmp allocmbt.o.tmp assigndefined.o.tmp bcopywrap.o.tmp binprint.o.tmp buildopts.o.tmp checkrev.o.tmp connecttcp.o.tmp count4bits.o.tmp count6bits.o.tmp debug.o.tmp dupmbt.o.tmp facpri.o.tmp familyname.o.tmp fill6bits.o.tmp findword.o.tmp flags.o.tmp freembt.o.tmp ftov.o.tmp genmask.o.tmp gethost.o.tmp geticmptype.o.tmp getifname.o.tmp getnattype.o.tmp getport.o.tmp getportproto.o.tmp getproto.o.tmp getsumd.o.tmp hostname.o.tmp icmpcode.o.tmp icmptypename.o.tmp icmptypes.o.tmp initparse.o.tmp interror.o.tmp ionames.o.tmp ipf_perror.o.tmp ipf_dotuning.o.tmp ipft_hx.o.tmp ipft_pc.o.tmp ipft_tx.o.tmp ipoptsec.o.tmp kmem.o.tmp kmemcpywrap.o.tmp kvatoname.o.tmp load_file.o.tmp load_dstlist.o.tmp load_dstlistnode.o.tmp load_hash.o.tmp load_hashnode.o.tmp load_http.o.tmp load_pool.o.tmp load_poolnode.o.tmp load_url.o.tmp msgdsize.o.tmp mutex_emul.o.tmp nametokva.o.tmp nat_setgroupmap.o.tmp ntomask.o.tmp optname.o.tmp optprint.o.tmp optprintv6.o.tmp optvalue.o.tmp parsefields.o.tmp parseipfexpr.o.tmp parsewhoisline.o.tmp poolio.o.tmp portname.o.tmp print_toif.o.tmp printactiveaddr.o.tmp printactivenat.o.tmp printaddr.o.tmp printaps.o.tmp printbuf.o.tmp printdstlist.o.tmp printdstlistdata.o.tmp printdstlistnode.o.tmp printdstlistpolicy.o.tmp printdstl_live.o.tmp printfieldhdr.o.tmp printfr.o.tmp printfraginfo.o.tmp printhash.o.tmp printhashdata.o.tmp printhashnode.o.tmp printhash_live.o.tmp printhost.o.tmp printhostmap.o.tmp printhostmask.o.tmp printifname.o.tmp printip.o.tmp printipfexpr.o.tmp printlog.o.tmp printlookup.o.tmp printmask.o.tmp printnat.o.tmp printnataddr.o.tmp printnatfield.o.tmp printnatside.o.tmp printpool.o.tmp printpooldata.o.tmp printpoolfield.o.tmp printpoolnode.o.tmp printpool_live.o.tmp printproto.o.tmp printportcmp.o.tmp printpacket.o.tmp printpacket6.o.tmp printsbuf.o.tmp printstate.o.tmp printstatefields.o.tmp printtcpflags.o.tmp printtqtable.o.tmp printtunable.o.tmp printunit.o.tmp remove_hash.o.tmp remove_hashnode.o.tmp remove_pool.o.tmp remove_poolnode.o.tmp resetlexer.o.tmp rwlock_emul.o.tmp save_execute.o.tmp save_file.o.tmp save_nothing.o.tmp save_syslog.o.tmp save_v1trap.o.tmp save_v2trap.o.tmp tcpflags.o.tmp var.o.tmp verbose.o.tmp vtof.o.tmp v6ionames.o.tmp v6optvalue.o.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f llib-lpadlock.ln e_padlock.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/lib && rm -f libipf_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f llib-lpadlock.ln e_padlock.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/lib && rm -f libipf_p.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/lib && rm -f libipf_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/lib && rm -f libipf_g.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f .depend e_padlock.d e_padlock.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/lib && rm -f libipf_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f .depend e_padlock.d e_padlock.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/lib && rm -f libipf_pic.a || true) --- cleandir-lib --- --- cleandir-../external/bsd/iscsi/lib --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- cleandir ===> lib/../external/bsd/iscsi/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/lib && rm -f llib-lipf.ln addicmp.ln addipopt.ln alist_free.ln alist_new.ln allocmbt.ln assigndefined.ln bcopywrap.ln binprint.ln buildopts.ln checkrev.ln connecttcp.ln count4bits.ln count6bits.ln debug.ln dupmbt.ln facpri.ln familyname.ln fill6bits.ln findword.ln flags.ln freembt.ln ftov.ln genmask.ln gethost.ln geticmptype.ln getifname.ln getnattype.ln getport.ln getportproto.ln getproto.ln getsumd.ln hostname.ln icmpcode.ln icmptypename.ln icmptypes.ln initparse.ln interror.ln ionames.ln ipf_perror.ln ipf_dotuning.ln ipft_hx.ln ipft_pc.ln ipft_tx.ln ipoptsec.ln kmem.ln kmemcpywrap.ln kvatoname.ln load_file.ln load_dstlist.ln load_dstlistnode.ln load_hash.ln load_hashnode.ln load_http.ln load_pool.ln load_poolnode.ln load_url.ln msgdsize.ln mutex_emul.ln nametokva.ln nat_setgroupmap.ln ntomask.ln optname.ln optprint.ln optprintv6.ln optvalue.ln parsefields.ln parseipfexpr.ln parsewhoisline.ln poolio.ln portname.ln print_toif.ln printactiveaddr.ln printactivenat.ln printaddr.ln printaps.ln printbuf.ln printfieldhdr.ln printfr.ln printfraginfo.ln printhash.ln printhashdata.ln printhashnode.ln printhash_live.ln printhost.ln printhostmap.ln printhostmask.ln printifname.ln printip.ln printipfexpr.ln printlog.ln printlookup.ln printmask.ln printnat.ln printnataddr.ln printnatfield.ln printnatside.ln printpool.ln printpooldata.ln printpoolfield.ln printpoolnode.ln printpool_live.ln printproto.ln printportcmp.ln printpacket.ln printpacket6.ln printsbuf.ln printstate.ln printstatefields.ln printtcpflags.ln printtqtable.ln printtunable.ln printunit.ln remove_hash.ln remove_hashnode.ln remove_pool.ln remove_poolnode.ln resetlexer.ln rwlock_emul.ln save_execute.ln save_file.ln save_nothing.ln save_syslog.ln save_v1trap.ln save_v2trap.ln tcpflags.ln var.ln verbose.ln vtof.ln v6ionames.ln v6optvalue.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/lib && rm -f llib-lipf.ln addicmp.ln addipopt.ln alist_free.ln alist_new.ln allocmbt.ln assigndefined.ln bcopywrap.ln binprint.ln buildopts.ln checkrev.ln connecttcp.ln count4bits.ln count6bits.ln debug.ln dupmbt.ln facpri.ln familyname.ln fill6bits.ln findword.ln flags.ln freembt.ln ftov.ln genmask.ln gethost.ln geticmptype.ln getifname.ln getnattype.ln getport.ln getportproto.ln getproto.ln getsumd.ln hostname.ln icmpcode.ln icmptypename.ln icmptypes.ln initparse.ln interror.ln ionames.ln ipf_perror.ln ipf_dotuning.ln ipft_hx.ln ipft_pc.ln ipft_tx.ln ipoptsec.ln kmem.ln kmemcpywrap.ln kvatoname.ln load_file.ln load_dstlist.ln load_dstlistnode.ln load_hash.ln load_hashnode.ln load_http.ln load_pool.ln load_poolnode.ln load_url.ln msgdsize.ln mutex_emul.ln nametokva.ln nat_setgroupmap.ln ntomask.ln optname.ln optprint.ln optprintv6.ln optvalue.ln parsefields.ln parseipfexpr.ln parsewhoisline.ln poolio.ln portname.ln print_toif.ln printactiveaddr.ln printactivenat.ln printaddr.ln printaps.ln printbuf.ln printfieldhdr.ln printfr.ln printfraginfo.ln printhash.ln printhashdata.ln printhashnode.ln printhash_live.ln printhost.ln printhostmap.ln printhostmask.ln printifname.ln printip.ln printipfexpr.ln printlog.ln printlookup.ln printmask.ln printnat.ln printnataddr.ln printnatfield.ln printnatside.ln printpool.ln printpooldata.ln printpoolfield.ln printpoolnode.ln printpool_live.ln printproto.ln printportcmp.ln printpacket.ln printpacket6.ln printsbuf.ln printstate.ln printstatefields.ln printtcpflags.ln printtqtable.ln printtunable.ln printunit.ln remove_hash.ln remove_hashnode.ln remove_pool.ln remove_poolnode.ln resetlexer.ln rwlock_emul.ln save_execute.ln save_file.ln save_nothing.ln save_syslog.ln save_v1trap.ln save_v2trap.ln tcpflags.ln var.ln verbose.ln vtof.ln v6ionames.ln v6optvalue.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/lib && rm -f y.tab.c y.tab.h libipf.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/lib && rm -f y.tab.c y.tab.h libipf.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi.a conffile.o disk.o util.o parameters.o protocol.o storage.o netmask.o md5c.o md5hl.o uuid.o initiator.o target.o conffile.o.tmp disk.o.tmp util.o.tmp parameters.o.tmp protocol.o.tmp storage.o.tmp netmask.o.tmp md5c.o.tmp md5hl.o.tmp uuid.o.tmp initiator.o.tmp target.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi.a conffile.o disk.o util.o parameters.o protocol.o storage.o netmask.o md5c.o md5hl.o uuid.o initiator.o target.o conffile.o.tmp disk.o.tmp util.o.tmp parameters.o.tmp protocol.o.tmp storage.o.tmp netmask.o.tmp md5c.o.tmp md5hl.o.tmp uuid.o.tmp initiator.o.tmp target.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/lib && rm -f .depend addicmp.d addipopt.d alist_free.d alist_new.d allocmbt.d assigndefined.d bcopywrap.d binprint.d buildopts.d checkrev.d connecttcp.d count4bits.d count6bits.d debug.d dupmbt.d facpri.d familyname.d fill6bits.d findword.d flags.d freembt.d ftov.d genmask.d gethost.d geticmptype.d getifname.d getnattype.d getport.d getportproto.d getproto.d getsumd.d hostname.d icmpcode.d icmptypename.d icmptypes.d initparse.d interror.d ionames.d ipf_dotuning.d ipf_perror.d ipft_hx.d ipft_pc.d ipft_tx.d ipoptsec.d kmem.d kmemcpywrap.d kvatoname.d load_dstlist.d load_dstlistnode.d load_file.d load_hash.d load_hashnode.d load_http.d load_pool.d load_poolnode.d load_url.d msgdsize.d mutex_emul.d nametokva.d nat_setgroupmap.d ntomask.d optname.d optprint.d optprintv6.d optvalue.d parsefields.d parseipfexpr.d parsewhoisline.d poolio.d portname.d print_toif.d printactiveaddr.d printactivenat.d printaddr.d printaps.d printbuf.d printfieldhdr.d printfr.d printfraginfo.d printhash.d printhash_live.d printhashdata.d printhashnode.d printhost.d printhostmap.d printhostmask.d printifname.d printip.d printipfexpr.d printlog.d printlookup.d printmask.d printnat.d printnataddr.d printnatfield.d printnatside.d printpacket.d printpacket6.d printpool.d printpool_live.d printpooldata.d printpoolfield.d printpoolnode.d printportcmp.d printproto.d printsbuf.d printstate.d printstatefields.d printtcpflags.d printtqtable.d printtunable.d printunit.d remove_hash.d remove_hashnode.d remove_pool.d remove_poolnode.d resetlexer.d rwlock_emul.d save_execute.d save_file.d save_nothing.d save_syslog.d save_v1trap.d save_v2trap.d tcpflags.d v6ionames.d v6optvalue.d var.d verbose.d vtof.d addicmp.d.tmp addipopt.d.tmp alist_free.d.tmp alist_new.d.tmp allocmbt.d.tmp assigndefined.d.tmp bcopywrap.d.tmp binprint.d.tmp buildopts.d.tmp checkrev.d.tmp connecttcp.d.tmp count4bits.d.tmp count6bits.d.tmp debug.d.tmp dupmbt.d.tmp facpri.d.tmp familyname.d.tmp fill6bits.d.tmp findword.d.tmp flags.d.tmp freembt.d.tmp ftov.d.tmp genmask.d.tmp gethost.d.tmp geticmptype.d.tmp getifname.d.tmp getnattype.d.tmp getport.d.tmp getportproto.d.tmp getproto.d.tmp getsumd.d.tmp hostname.d.tmp icmpcode.d.tmp icmptypename.d.tmp icmptypes.d.tmp initparse.d.tmp interror.d.tmp ionames.d.tmp ipf_dotuning.d.tmp ipf_perror.d.tmp ipft_hx.d.tmp ipft_pc.d.tmp ipft_tx.d.tmp ipoptsec.d.tmp kmem.d.tmp kmemcpywrap.d.tmp kvatoname.d.tmp load_dstlist.d.tmp load_dstlistnode.d.tmp load_file.d.tmp load_hash.d.tmp load_hashnode.d.tmp load_http.d.tmp load_pool.d.tmp load_poolnode.d.tmp load_url.d.tmp msgdsize.d.tmp mutex_emul.d.tmp nametokva.d.tmp nat_setgroupmap.d.tmp ntomask.d.tmp optname.d.tmp optprint.d.tmp optprintv6.d.tmp optvalue.d.tmp parsefields.d.tmp parseipfexpr.d.tmp parsewhoisline.d.tmp poolio.d.tmp portname.d.tmp print_toif.d.tmp printactiveaddr.d.tmp printactivenat.d.tmp printaddr.d.tmp printaps.d.tmp printbuf.d.tmp printfieldhdr.d.tmp printfr.d.tmp printfraginfo.d.tmp printhash.d.tmp printhash_live.d.tmp printhashdata.d.tmp printhashnode.d.tmp printhost.d.tmp printhostmap.d.tmp printhostmask.d.tmp printifname.d.tmp printip.d.tmp printipfexpr.d.tmp printlog.d.tmp printlookup.d.tmp printmask.d.tmp printnat.d.tmp printnataddr.d.tmp printnatfield.d.tmp printnatside.d.tmp printpacket.d.tmp printpacket6.d.tmp printpool.d.tmp printpool_live.d.tmp printpooldata.d.tmp printpoolfield.d.tmp printpoolnode.d.tmp printportcmp.d.tmp printproto.d.tmp printsbuf.d.tmp printstate.d.tmp printstatefields.d.tmp printtcpflags.d.tmp printtqtable.d.tmp printtunable.d.tmp printunit.d.tmp remove_hash.d.tmp remove_hashnode.d.tmp remove_pool.d.tmp remove_poolnode.d.tmp resetlexer.d.tmp rwlock_emul.d.tmp save_execute.d.tmp save_file.d.tmp save_nothing.d.tmp save_syslog.d.tmp save_v1trap.d.tmp save_v2trap.d.tmp tcpflags.d.tmp v6ionames.d.tmp v6optvalue.d.tmp var.d.tmp verbose.d.tmp vtof.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi_p.a conffile.po disk.po util.po parameters.po protocol.po storage.po netmask.po md5c.po md5hl.po uuid.po initiator.po target.po conffile.po.tmp disk.po.tmp util.po.tmp parameters.po.tmp protocol.po.tmp storage.po.tmp netmask.po.tmp md5c.po.tmp md5hl.po.tmp uuid.po.tmp initiator.po.tmp target.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/lib && rm -f .depend addicmp.d addipopt.d alist_free.d alist_new.d allocmbt.d assigndefined.d bcopywrap.d binprint.d buildopts.d checkrev.d connecttcp.d count4bits.d count6bits.d debug.d dupmbt.d facpri.d familyname.d fill6bits.d findword.d flags.d freembt.d ftov.d genmask.d gethost.d geticmptype.d getifname.d getnattype.d getport.d getportproto.d getproto.d getsumd.d hostname.d icmpcode.d icmptypename.d icmptypes.d initparse.d interror.d ionames.d ipf_dotuning.d ipf_perror.d ipft_hx.d ipft_pc.d ipft_tx.d ipoptsec.d kmem.d kmemcpywrap.d kvatoname.d load_dstlist.d load_dstlistnode.d load_file.d load_hash.d load_hashnode.d load_http.d load_pool.d load_poolnode.d load_url.d msgdsize.d mutex_emul.d nametokva.d nat_setgroupmap.d ntomask.d optname.d optprint.d optprintv6.d optvalue.d parsefields.d parseipfexpr.d parsewhoisline.d poolio.d portname.d print_toif.d printactiveaddr.d printactivenat.d printaddr.d printaps.d printbuf.d printfieldhdr.d printfr.d printfraginfo.d printhash.d printhash_live.d printhashdata.d printhashnode.d printhost.d printhostmap.d printhostmask.d printifname.d printip.d printipfexpr.d printlog.d printlookup.d printmask.d printnat.d printnataddr.d printnatfield.d printnatside.d printpacket.d printpacket6.d printpool.d printpool_live.d printpooldata.d printpoolfield.d printpoolnode.d printportcmp.d printproto.d printsbuf.d printstate.d printstatefields.d printtcpflags.d printtqtable.d printtunable.d printunit.d remove_hash.d remove_hashnode.d remove_pool.d remove_poolnode.d resetlexer.d rwlock_emul.d save_execute.d save_file.d save_nothing.d save_syslog.d save_v1trap.d save_v2trap.d tcpflags.d v6ionames.d v6optvalue.d var.d verbose.d vtof.d addicmp.d.tmp addipopt.d.tmp alist_free.d.tmp alist_new.d.tmp allocmbt.d.tmp assigndefined.d.tmp bcopywrap.d.tmp binprint.d.tmp buildopts.d.tmp checkrev.d.tmp connecttcp.d.tmp count4bits.d.tmp count6bits.d.tmp debug.d.tmp dupmbt.d.tmp facpri.d.tmp familyname.d.tmp fill6bits.d.tmp findword.d.tmp flags.d.tmp freembt.d.tmp ftov.d.tmp genmask.d.tmp gethost.d.tmp geticmptype.d.tmp getifname.d.tmp getnattype.d.tmp getport.d.tmp getportproto.d.tmp getproto.d.tmp getsumd.d.tmp hostname.d.tmp icmpcode.d.tmp icmptypename.d.tmp icmptypes.d.tmp initparse.d.tmp interror.d.tmp ionames.d.tmp ipf_dotuning.d.tmp ipf_perror.d.tmp ipft_hx.d.tmp ipft_pc.d.tmp ipft_tx.d.tmp ipoptsec.d.tmp kmem.d.tmp kmemcpywrap.d.tmp kvatoname.d.tmp load_dstlist.d.tmp load_dstlistnode.d.tmp load_file.d.tmp load_hash.d.tmp load_hashnode.d.tmp load_http.d.tmp load_pool.d.tmp load_poolnode.d.tmp load_url.d.tmp msgdsize.d.tmp mutex_emul.d.tmp nametokva.d.tmp nat_setgroupmap.d.tmp ntomask.d.tmp optname.d.tmp optprint.d.tmp optprintv6.d.tmp optvalue.d.tmp parsefields.d.tmp parseipfexpr.d.tmp parsewhoisline.d.tmp poolio.d.tmp portname.d.tmp print_toif.d.tmp printactiveaddr.d.tmp printactivenat.d.tmp printaddr.d.tmp printaps.d.tmp printbuf.d.tmp printfieldhdr.d.tmp printfr.d.tmp printfraginfo.d.tmp printhash.d.tmp printhash_live.d.tmp printhashdata.d.tmp printhashnode.d.tmp printhost.d.tmp printhostmap.d.tmp printhostmask.d.tmp printifname.d.tmp printip.d.tmp printipfexpr.d.tmp printlog.d.tmp printlookup.d.tmp printmask.d.tmp printnat.d.tmp printnataddr.d.tmp printnatfield.d.tmp printnatside.d.tmp printpacket.d.tmp printpacket6.d.tmp printpool.d.tmp printpool_live.d.tmp printpooldata.d.tmp printpoolfield.d.tmp printpoolnode.d.tmp printportcmp.d.tmp printproto.d.tmp printsbuf.d.tmp printstate.d.tmp printstatefields.d.tmp printtcpflags.d.tmp printtqtable.d.tmp printtunable.d.tmp printunit.d.tmp remove_hash.d.tmp remove_hashnode.d.tmp remove_pool.d.tmp remove_poolnode.d.tmp resetlexer.d.tmp rwlock_emul.d.tmp save_execute.d.tmp save_file.d.tmp save_nothing.d.tmp save_syslog.d.tmp save_v1trap.d.tmp save_v2trap.d.tmp tcpflags.d.tmp v6ionames.d.tmp v6optvalue.d.tmp var.d.tmp verbose.d.tmp vtof.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi_p.a conffile.po disk.po util.po parameters.po protocol.po storage.po netmask.po md5c.po md5hl.po uuid.po initiator.po target.po conffile.po.tmp disk.po.tmp util.po.tmp parameters.po.tmp protocol.po.tmp storage.po.tmp netmask.po.tmp md5c.po.tmp md5hl.po.tmp uuid.po.tmp initiator.po.tmp target.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/ipf/bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi_g.a || true) --- libclean4 --- --- cleandir-external --- --- cleandir-ipf --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi_pic.a libiscsi.so.* libiscsi.so conffile.pico disk.pico util.pico parameters.pico protocol.pico storage.pico netmask.pico md5c.pico md5hl.pico uuid.pico initiator.pico target.pico conffile.pico.tmp disk.pico.tmp util.pico.tmp parameters.pico.tmp protocol.pico.tmp storage.pico.tmp netmask.pico.tmp md5c.pico.tmp md5hl.pico.tmp uuid.pico.tmp initiator.pico.tmp target.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/ipf/bin/ipf --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi_pic.a libiscsi.so.* libiscsi.so conffile.pico disk.pico util.pico parameters.pico protocol.pico storage.pico netmask.pico md5c.pico md5hl.pico uuid.pico initiator.pico target.pico conffile.pico.tmp disk.pico.tmp util.pico.tmp parameters.pico.tmp protocol.pico.tmp storage.pico.tmp netmask.pico.tmp md5c.pico.tmp md5hl.pico.tmp uuid.pico.tmp initiator.pico.tmp target.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f llib-liscsi.ln conffile.ln disk.ln util.ln parameters.ln protocol.ln storage.ln netmask.ln md5c.ln md5hl.ln uuid.ln initiator.ln target.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f llib-liscsi.ln conffile.ln disk.ln util.ln parameters.ln protocol.ln storage.ln netmask.ln md5c.ln md5hl.ln uuid.ln initiator.ln target.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipf && rm -f ipf_y.c ipf_y.h ipf_l.c ipf_l.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipf ipf.o ipfcomp.o ipf_y.o ipf_l.o ipf.ln ipfcomp.ln ipf_y.ln ipf_l.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipf && rm -f ipf_y.c ipf_y.h ipf_l.c ipf_l.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipf ipf.o ipfcomp.o ipf_y.o ipf_l.o ipf.ln ipfcomp.ln ipf_y.ln ipf_l.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipf && rm -f ipf.html8 ipf.html4 ipf.html5 ipl.html4 .depend ipf.d ipf_l.d ipf_y.d ipfcomp.d ipf.d.tmp ipf_l.d.tmp ipf_y.d.tmp ipfcomp.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipf && rm -f ipf.html8 ipf.html4 ipf.html5 ipl.html4 .depend ipf.d ipf_l.d ipf_y.d ipfcomp.d ipf.d.tmp ipf_l.d.tmp ipf_y.d.tmp ipfcomp.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi.html3 .depend conffile.d disk.d initiator.d md5c.d md5hl.d netmask.d parameters.d protocol.d storage.d target.d util.d uuid.d conffile.d.tmp disk.d.tmp initiator.d.tmp md5c.d.tmp md5hl.d.tmp netmask.d.tmp parameters.d.tmp protocol.d.tmp storage.d.tmp target.d.tmp util.d.tmp uuid.d.tmp tags || true) --- cleandir-external --- --- cleandir-ipfs --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi.html3 .depend conffile.d disk.d initiator.d md5c.d md5hl.d netmask.d parameters.d protocol.d storage.d target.d util.d uuid.d conffile.d.tmp disk.d.tmp initiator.d.tmp md5c.d.tmp md5hl.d.tmp netmask.d.tmp parameters.d.tmp protocol.d.tmp storage.d.tmp target.d.tmp util.d.tmp uuid.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/ipf/bin/ipfs --- cleandir-lib --- --- cleandir-../external/cddl/osnet/lib/libzfs_core --- cleandir ===> lib/../external/cddl/osnet/lib/libzfs_core --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipfs && rm -f y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipfs ipfs.o ipfs.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipfs && rm -f y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipfs ipfs.o ipfs.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipfs && rm -f ipfs.html8 .depend ipfs.d ipfs.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core.a libzfs_core.o libzfs_core_compat.o zfs_ioctl_compat.o libzfs_compat.o libzfs_core.o.tmp libzfs_core_compat.o.tmp zfs_ioctl_compat.o.tmp libzfs_compat.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipfs && rm -f ipfs.html8 .depend ipfs.d ipfs.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core.a libzfs_core.o libzfs_core_compat.o zfs_ioctl_compat.o libzfs_compat.o libzfs_core.o.tmp libzfs_core_compat.o.tmp zfs_ioctl_compat.o.tmp libzfs_compat.o.tmp || true) --- cleandir-external --- --- cleandir-ipfstat --- cleandir ===> external/bsd/ipf/bin/ipfstat --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_p.a libzfs_core.po libzfs_core_compat.po zfs_ioctl_compat.po libzfs_compat.po libzfs_core.po.tmp libzfs_core_compat.po.tmp zfs_ioctl_compat.po.tmp libzfs_compat.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_p.a libzfs_core.po libzfs_core_compat.po zfs_ioctl_compat.po libzfs_compat.po libzfs_core.po.tmp libzfs_core_compat.po.tmp zfs_ioctl_compat.po.tmp libzfs_compat.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipfstat && rm -f y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipfstat ipfstat.o ipfstat.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipfstat && rm -f y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipfstat ipfstat.o ipfstat.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_pic.a libzfs_core.so.* libzfs_core.so libzfs_core.pico libzfs_core_compat.pico zfs_ioctl_compat.pico libzfs_compat.pico libzfs_core.pico.tmp libzfs_core_compat.pico.tmp zfs_ioctl_compat.pico.tmp libzfs_compat.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipfstat && rm -f ipfstat.html8 .depend ipfstat.d ipfstat.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_pic.a libzfs_core.so.* libzfs_core.so libzfs_core.pico libzfs_core_compat.pico zfs_ioctl_compat.pico libzfs_compat.pico libzfs_core.pico.tmp libzfs_core_compat.pico.tmp zfs_ioctl_compat.pico.tmp libzfs_compat.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipfstat && rm -f ipfstat.html8 .depend ipfstat.d ipfstat.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-ipftest --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f llib-lzfs_core.ln libzfs_core.ln libzfs_core_compat.ln zfs_ioctl_compat.ln libzfs_compat.ln || true) --- cleandir-external --- cleandir ===> external/bsd/ipf/bin/ipftest --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f llib-lzfs_core.ln libzfs_core.ln libzfs_core_compat.ln zfs_ioctl_compat.ln libzfs_compat.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipftest && rm -f ipf_y.c ipf_y.h ipf_l.c ipf_l.h ipf.tab.c ipf.tab.h ipnat_y.c ipnat_y.h ipnat_l.c ipnat_l.h ipnat.tab.c ipnat.tab.h ippool_y.c ippool_y.h ippool_l.c ippool_l.h ippool.tab.c ippool.tab.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipftest ipftest.o fil.o ip_frag.o ip_state.o ip_nat.o ip_nat6.o ip_proxy.o ip_auth.o ip_htable.o ip_lookup.o ip_dstlist.o ip_pool.o ip_sync.o ip_fil.o ip_log.o ippool_y.o ippool_l.o ipf_y.o ipf_l.o ipnat_y.o ipnat_l.o radix_ipf.o bpf_filter.o ipftest.ln fil.ln ip_frag.ln ip_state.ln ip_nat.ln ip_nat6.ln ip_proxy.ln ip_auth.ln ip_htable.ln ip_lookup.ln ip_dstlist.ln ip_pool.ln ip_sync.ln ip_fil.ln ip_log.ln ippool_y.ln ippool_l.ln ipf_y.ln ipf_l.ln ipnat_y.ln ipnat_l.ln radix_ipf.ln bpf_filter.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipftest && rm -f ipf_y.c ipf_y.h ipf_l.c ipf_l.h ipf.tab.c ipf.tab.h ipnat_y.c ipnat_y.h ipnat_l.c ipnat_l.h ipnat.tab.c ipnat.tab.h ippool_y.c ippool_y.h ippool_l.c ippool_l.h ippool.tab.c ippool.tab.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipftest ipftest.o fil.o ip_frag.o ip_state.o ip_nat.o ip_nat6.o ip_proxy.o ip_auth.o ip_htable.o ip_lookup.o ip_dstlist.o ip_pool.o ip_sync.o ip_fil.o ip_log.o ippool_y.o ippool_l.o ipf_y.o ipf_l.o ipnat_y.o ipnat_l.o radix_ipf.o bpf_filter.o ipftest.ln fil.ln ip_frag.ln ip_state.ln ip_nat.ln ip_nat6.ln ip_proxy.ln ip_auth.ln ip_htable.ln ip_lookup.ln ip_dstlist.ln ip_pool.ln ip_sync.ln ip_fil.ln ip_log.ln ippool_y.ln ippool_l.ln ipf_y.ln ipf_l.ln ipnat_y.ln ipnat_l.ln radix_ipf.ln bpf_filter.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f .depend libzfs_compat.d libzfs_core.d libzfs_core_compat.d zfs_ioctl_compat.d libzfs_compat.d.tmp libzfs_core.d.tmp libzfs_core_compat.d.tmp zfs_ioctl_compat.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f .depend libzfs_compat.d libzfs_core.d libzfs_core_compat.d zfs_ioctl_compat.d libzfs_compat.d.tmp libzfs_core.d.tmp libzfs_core_compat.d.tmp zfs_ioctl_compat.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipftest && rm -f ipftest.html1 .depend bpf_filter.d fil.d ip_auth.d ip_dstlist.d ip_fil.d ip_frag.d ip_htable.d ip_log.d ip_lookup.d ip_nat.d ip_nat6.d ip_pool.d ip_proxy.d ip_state.d ip_sync.d ipf_l.d ipf_y.d ipftest.d ipnat_l.d ipnat_y.d ippool_l.d ippool_y.d radix_ipf.d bpf_filter.d.tmp fil.d.tmp ip_auth.d.tmp ip_dstlist.d.tmp ip_fil.d.tmp ip_frag.d.tmp ip_htable.d.tmp ip_log.d.tmp ip_lookup.d.tmp ip_nat.d.tmp ip_nat6.d.tmp ip_pool.d.tmp ip_proxy.d.tmp ip_state.d.tmp ip_sync.d.tmp ipf_l.d.tmp ipf_y.d.tmp ipftest.d.tmp ipnat_l.d.tmp ipnat_y.d.tmp ippool_l.d.tmp ippool_y.d.tmp radix_ipf.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/cddl/osnet/lib/libzpool --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipftest && rm -f ipftest.html1 .depend bpf_filter.d fil.d ip_auth.d ip_dstlist.d ip_fil.d ip_frag.d ip_htable.d ip_log.d ip_lookup.d ip_nat.d ip_nat6.d ip_pool.d ip_proxy.d ip_state.d ip_sync.d ipf_l.d ipf_y.d ipftest.d ipnat_l.d ipnat_y.d ippool_l.d ippool_y.d radix_ipf.d bpf_filter.d.tmp fil.d.tmp ip_auth.d.tmp ip_dstlist.d.tmp ip_fil.d.tmp ip_frag.d.tmp ip_htable.d.tmp ip_log.d.tmp ip_lookup.d.tmp ip_nat.d.tmp ip_nat6.d.tmp ip_pool.d.tmp ip_proxy.d.tmp ip_state.d.tmp ip_sync.d.tmp ipf_l.d.tmp ipf_y.d.tmp ipftest.d.tmp ipnat_l.d.tmp ipnat_y.d.tmp ippool_l.d.tmp ippool_y.d.tmp radix_ipf.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../external/cddl/osnet/lib/libzpool --- cleandir-external --- --- cleandir-ipmon --- cleandir ===> external/bsd/ipf/bin/ipmon --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipmon && rm -f ipmon_y.c ipmon_y.h ipmon_l.c ipmon_l.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipmon ipmon.o ipmon_y.o ipmon_l.o ipmon.ln ipmon_y.ln ipmon_l.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipmon && rm -f ipmon_y.c ipmon_y.h ipmon_l.c ipmon_l.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipmon ipmon.o ipmon_y.o ipmon_l.o ipmon.ln ipmon_y.ln ipmon_l.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipmon && rm -f ipmon.html5 ipmon.html8 .depend ipmon.d ipmon_l.d ipmon_y.d ipmon.d.tmp ipmon_l.d.tmp ipmon_y.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipmon && rm -f ipmon.html5 ipmon.html8 .depend ipmon.d ipmon_l.d ipmon_y.d ipmon.d.tmp ipmon_l.d.tmp ipmon_y.d.tmp tags || true) --- cleandir-ipnat --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/bsd/ipf/bin/ipnat --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f libzpool.a kernel.o atomic.o arc.o bplist.o blkptr.o bpobj.o bptree.o bqueue.o dbuf.o ddt.o ddt_zap.o dmu.o dmu_diff.o dmu_send.o dmu_object.o dmu_objset.o dmu_traverse.o dmu_tx.o dnode.o dnode_sync.o dsl_bookmark.o dsl_dir.o dsl_dataset.o dsl_deadlist.o dsl_destroy.o dsl_pool.o dsl_synctask.o dsl_userhold.o dmu_zfetch.o dsl_deleg.o dsl_prop.o dsl_scan.o zfeature.o gzip.o lz4.o lzjb.o metaslab.o multilist.o range_tree.o refcount.o rrwlock.o sa.o sha256.o spa.o spa_config.o spa_errlog.o spa_history.o spa_misc.o space_map.o space_reftree.o txg.o uberblock.o unique.o vdev.o vdev_cache.o vdev_file.o vdev_label.o vdev_mirror.o vdev_missing.o vdev_queue.o vdev_raidz.o vdev_root.o zap.o zap_leaf.o zap_micro.o zfs_byteswap.o zfs_debug.o zfs_fm.o zfs_fuid.o zfs_sa.o zfs_znode.o zil.o zio.o zio_checksum.o zio_compress.o zio_inject.o zle.o zrlock.o vdev_file.o trim_map.o zfeature_common.o zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o taskq.o util.o list.o u8_textprep.o kernel.o.tmp atomic.o.tmp arc.o.tmp bplist.o.tmp blkptr.o.tmp bpobj.o.tmp bptree.o.tmp bqueue.o.tmp dbuf.o.tmp ddt.o.tmp ddt_zap.o.tmp dmu.o.tmp dmu_diff.o.tmp dmu_send.o.tmp dmu_object.o.tmp dmu_objset.o.tmp dmu_traverse.o.tmp dmu_tx.o.tmp dnode.o.tmp dnode_sync.o.tmp dsl_bookmark.o.tmp dsl_dir.o.tmp dsl_dataset.o.tmp dsl_deadlist.o.tmp dsl_destroy.o.tmp dsl_pool.o.tmp dsl_synctask.o.tmp dsl_userhold.o.tmp dmu_zfetch.o.tmp dsl_deleg.o.tmp dsl_prop.o.tmp dsl_scan.o.tmp zfeature.o.tmp gzip.o.tmp lz4.o.tmp lzjb.o.tmp metaslab.o.tmp multilist.o.tmp range_tree.o.tmp refcount.o.tmp rrwlock.o.tmp sa.o.tmp sha256.o.tmp spa.o.tmp spa_config.o.tmp spa_errlog.o.tmp spa_history.o.tmp spa_misc.o.tmp space_map.o.tmp space_reftree.o.tmp txg.o.tmp uberblock.o.tmp unique.o.tmp vdev.o.tmp vdev_cache.o.tmp vdev_file.o.tmp vdev_label.o.tmp vdev_mirror.o.tmp vdev_missing.o.tmp vdev_queue.o.tmp vdev_raidz.o.tmp vdev_root.o.tmp zap.o.tmp zap_leaf.o.tmp zap_micro.o.tmp zfs_byteswap.o.tmp zfs_debug.o.tmp zfs_fm.o.tmp zfs_fuid.o.tmp zfs_sa.o.tmp zfs_znode.o.tmp zil.o.tmp zio.o.tmp zio_checksum.o.tmp zio_compress.o.tmp zio_inject.o.tmp zle.o.tmp zrlock.o.tmp vdev_file.o.tmp trim_map.o.tmp zfeature_common.o.tmp zfs_comutil.o.tmp zfs_deleg.o.tmp zfs_fletcher.o.tmp zfs_namecheck.o.tmp zfs_prop.o.tmp zpool_prop.o.tmp zprop_common.o.tmp taskq.o.tmp util.o.tmp list.o.tmp u8_textprep.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f libzpool.a kernel.o atomic.o arc.o bplist.o blkptr.o bpobj.o bptree.o bqueue.o dbuf.o ddt.o ddt_zap.o dmu.o dmu_diff.o dmu_send.o dmu_object.o dmu_objset.o dmu_traverse.o dmu_tx.o dnode.o dnode_sync.o dsl_bookmark.o dsl_dir.o dsl_dataset.o dsl_deadlist.o dsl_destroy.o dsl_pool.o dsl_synctask.o dsl_userhold.o dmu_zfetch.o dsl_deleg.o dsl_prop.o dsl_scan.o zfeature.o gzip.o lz4.o lzjb.o metaslab.o multilist.o range_tree.o refcount.o rrwlock.o sa.o sha256.o spa.o spa_config.o spa_errlog.o spa_history.o spa_misc.o space_map.o space_reftree.o txg.o uberblock.o unique.o vdev.o vdev_cache.o vdev_file.o vdev_label.o vdev_mirror.o vdev_missing.o vdev_queue.o vdev_raidz.o vdev_root.o zap.o zap_leaf.o zap_micro.o zfs_byteswap.o zfs_debug.o zfs_fm.o zfs_fuid.o zfs_sa.o zfs_znode.o zil.o zio.o zio_checksum.o zio_compress.o zio_inject.o zle.o zrlock.o vdev_file.o trim_map.o zfeature_common.o zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o taskq.o util.o list.o u8_textprep.o kernel.o.tmp atomic.o.tmp arc.o.tmp bplist.o.tmp blkptr.o.tmp bpobj.o.tmp bptree.o.tmp bqueue.o.tmp dbuf.o.tmp ddt.o.tmp ddt_zap.o.tmp dmu.o.tmp dmu_diff.o.tmp dmu_send.o.tmp dmu_object.o.tmp dmu_objset.o.tmp dmu_traverse.o.tmp dmu_tx.o.tmp dnode.o.tmp dnode_sync.o.tmp dsl_bookmark.o.tmp dsl_dir.o.tmp dsl_dataset.o.tmp dsl_deadlist.o.tmp dsl_destroy.o.tmp dsl_pool.o.tmp dsl_synctask.o.tmp dsl_userhold.o.tmp dmu_zfetch.o.tmp dsl_deleg.o.tmp dsl_prop.o.tmp dsl_scan.o.tmp zfeature.o.tmp gzip.o.tmp lz4.o.tmp lzjb.o.tmp metaslab.o.tmp multilist.o.tmp range_tree.o.tmp refcount.o.tmp rrwlock.o.tmp sa.o.tmp sha256.o.tmp spa.o.tmp spa_config.o.tmp spa_errlog.o.tmp spa_history.o.tmp spa_misc.o.tmp space_map.o.tmp space_reftree.o.tmp txg.o.tmp uberblock.o.tmp unique.o.tmp vdev.o.tmp vdev_cache.o.tmp vdev_file.o.tmp vdev_label.o.tmp vdev_mirror.o.tmp vdev_missing.o.tmp vdev_queue.o.tmp vdev_raidz.o.tmp vdev_root.o.tmp zap.o.tmp zap_leaf.o.tmp zap_micro.o.tmp zfs_byteswap.o.tmp zfs_debug.o.tmp zfs_fm.o.tmp zfs_fuid.o.tmp zfs_sa.o.tmp zfs_znode.o.tmp zil.o.tmp zio.o.tmp zio_checksum.o.tmp zio_compress.o.tmp zio_inject.o.tmp zle.o.tmp zrlock.o.tmp vdev_file.o.tmp trim_map.o.tmp zfeature_common.o.tmp zfs_comutil.o.tmp zfs_deleg.o.tmp zfs_fletcher.o.tmp zfs_namecheck.o.tmp zfs_prop.o.tmp zpool_prop.o.tmp zprop_common.o.tmp taskq.o.tmp util.o.tmp list.o.tmp u8_textprep.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipnat && rm -f ipnat_y.c ipnat_y.h ipnat_l.c ipnat_l.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipnat ipnat.o ipnat_y.o ipnat_l.o ipnat.ln ipnat_y.ln ipnat_l.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f libzpool_p.a kernel.po atomic.po arc.po bplist.po blkptr.po bpobj.po bptree.po bqueue.po dbuf.po ddt.po ddt_zap.po dmu.po dmu_diff.po dmu_send.po dmu_object.po dmu_objset.po dmu_traverse.po dmu_tx.po dnode.po dnode_sync.po dsl_bookmark.po dsl_dir.po dsl_dataset.po dsl_deadlist.po dsl_destroy.po dsl_pool.po dsl_synctask.po dsl_userhold.po dmu_zfetch.po dsl_deleg.po dsl_prop.po dsl_scan.po zfeature.po gzip.po lz4.po lzjb.po metaslab.po multilist.po range_tree.po refcount.po rrwlock.po sa.po sha256.po spa.po spa_config.po spa_errlog.po spa_history.po spa_misc.po space_map.po space_reftree.po txg.po uberblock.po unique.po vdev.po vdev_cache.po vdev_file.po vdev_label.po vdev_mirror.po vdev_missing.po vdev_queue.po vdev_raidz.po vdev_root.po zap.po zap_leaf.po zap_micro.po zfs_byteswap.po zfs_debug.po zfs_fm.po zfs_fuid.po zfs_sa.po zfs_znode.po zil.po zio.po zio_checksum.po zio_compress.po zio_inject.po zle.po zrlock.po vdev_file.po trim_map.po zfeature_common.po zfs_comutil.po zfs_deleg.po zfs_fletcher.po zfs_namecheck.po zfs_prop.po zpool_prop.po zprop_common.po taskq.po util.po list.po u8_textprep.po kernel.po.tmp atomic.po.tmp arc.po.tmp bplist.po.tmp blkptr.po.tmp bpobj.po.tmp bptree.po.tmp bqueue.po.tmp dbuf.po.tmp ddt.po.tmp ddt_zap.po.tmp dmu.po.tmp dmu_diff.po.tmp dmu_send.po.tmp dmu_object.po.tmp dmu_objset.po.tmp dmu_traverse.po.tmp dmu_tx.po.tmp dnode.po.tmp dnode_sync.po.tmp dsl_bookmark.po.tmp dsl_dir.po.tmp dsl_dataset.po.tmp dsl_deadlist.po.tmp dsl_destroy.po.tmp dsl_pool.po.tmp dsl_synctask.po.tmp dsl_userhold.po.tmp dmu_zfetch.po.tmp dsl_deleg.po.tmp dsl_prop.po.tmp dsl_scan.po.tmp zfeature.po.tmp gzip.po.tmp lz4.po.tmp lzjb.po.tmp metaslab.po.tmp multilist.po.tmp range_tree.po.tmp refcount.po.tmp rrwlock.po.tmp sa.po.tmp sha256.po.tmp spa.po.tmp spa_config.po.tmp spa_errlog.po.tmp spa_history.po.tmp spa_misc.po.tmp space_map.po.tmp space_reftree.po.tmp txg.po.tmp uberblock.po.tmp unique.po.tmp vdev.po.tmp vdev_cache.po.tmp vdev_file.po.tmp vdev_label.po.tmp vdev_mirror.po.tmp vdev_missing.po.tmp vdev_queue.po.tmp vdev_raidz.po.tmp vdev_root.po.tmp zap.po.tmp zap_leaf.po.tmp zap_micro.po.tmp zfs_byteswap.po.tmp zfs_debug.po.tmp zfs_fm.po.tmp zfs_fuid.po.tmp zfs_sa.po.tmp zfs_znode.po.tmp zil.po.tmp zio.po.tmp zio_checksum.po.tmp zio_compress.po.tmp zio_inject.po.tmp zle.po.tmp zrlock.po.tmp vdev_file.po.tmp trim_map.po.tmp zfeature_common.po.tmp zfs_comutil.po.tmp zfs_deleg.po.tmp zfs_fletcher.po.tmp zfs_namecheck.po.tmp zfs_prop.po.tmp zpool_prop.po.tmp zprop_common.po.tmp taskq.po.tmp util.po.tmp list.po.tmp u8_textprep.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipnat && rm -f ipnat_y.c ipnat_y.h ipnat_l.c ipnat_l.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipnat ipnat.o ipnat_y.o ipnat_l.o ipnat.ln ipnat_y.ln ipnat_l.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f libzpool_p.a kernel.po atomic.po arc.po bplist.po blkptr.po bpobj.po bptree.po bqueue.po dbuf.po ddt.po ddt_zap.po dmu.po dmu_diff.po dmu_send.po dmu_object.po dmu_objset.po dmu_traverse.po dmu_tx.po dnode.po dnode_sync.po dsl_bookmark.po dsl_dir.po dsl_dataset.po dsl_deadlist.po dsl_destroy.po dsl_pool.po dsl_synctask.po dsl_userhold.po dmu_zfetch.po dsl_deleg.po dsl_prop.po dsl_scan.po zfeature.po gzip.po lz4.po lzjb.po metaslab.po multilist.po range_tree.po refcount.po rrwlock.po sa.po sha256.po spa.po spa_config.po spa_errlog.po spa_history.po spa_misc.po space_map.po space_reftree.po txg.po uberblock.po unique.po vdev.po vdev_cache.po vdev_file.po vdev_label.po vdev_mirror.po vdev_missing.po vdev_queue.po vdev_raidz.po vdev_root.po zap.po zap_leaf.po zap_micro.po zfs_byteswap.po zfs_debug.po zfs_fm.po zfs_fuid.po zfs_sa.po zfs_znode.po zil.po zio.po zio_checksum.po zio_compress.po zio_inject.po zle.po zrlock.po vdev_file.po trim_map.po zfeature_common.po zfs_comutil.po zfs_deleg.po zfs_fletcher.po zfs_namecheck.po zfs_prop.po zpool_prop.po zprop_common.po taskq.po util.po list.po u8_textprep.po kernel.po.tmp atomic.po.tmp arc.po.tmp bplist.po.tmp blkptr.po.tmp bpobj.po.tmp bptree.po.tmp bqueue.po.tmp dbuf.po.tmp ddt.po.tmp ddt_zap.po.tmp dmu.po.tmp dmu_diff.po.tmp dmu_send.po.tmp dmu_object.po.tmp dmu_objset.po.tmp dmu_traverse.po.tmp dmu_tx.po.tmp dnode.po.tmp dnode_sync.po.tmp dsl_bookmark.po.tmp dsl_dir.po.tmp dsl_dataset.po.tmp dsl_deadlist.po.tmp dsl_destroy.po.tmp dsl_pool.po.tmp dsl_synctask.po.tmp dsl_userhold.po.tmp dmu_zfetch.po.tmp dsl_deleg.po.tmp dsl_prop.po.tmp dsl_scan.po.tmp zfeature.po.tmp gzip.po.tmp lz4.po.tmp lzjb.po.tmp metaslab.po.tmp multilist.po.tmp range_tree.po.tmp refcount.po.tmp rrwlock.po.tmp sa.po.tmp sha256.po.tmp spa.po.tmp spa_config.po.tmp spa_errlog.po.tmp spa_history.po.tmp spa_misc.po.tmp space_map.po.tmp space_reftree.po.tmp txg.po.tmp uberblock.po.tmp unique.po.tmp vdev.po.tmp vdev_cache.po.tmp vdev_file.po.tmp vdev_label.po.tmp vdev_mirror.po.tmp vdev_missing.po.tmp vdev_queue.po.tmp vdev_raidz.po.tmp vdev_root.po.tmp zap.po.tmp zap_leaf.po.tmp zap_micro.po.tmp zfs_byteswap.po.tmp zfs_debug.po.tmp zfs_fm.po.tmp zfs_fuid.po.tmp zfs_sa.po.tmp zfs_znode.po.tmp zil.po.tmp zio.po.tmp zio_checksum.po.tmp zio_compress.po.tmp zio_inject.po.tmp zle.po.tmp zrlock.po.tmp vdev_file.po.tmp trim_map.po.tmp zfeature_common.po.tmp zfs_comutil.po.tmp zfs_deleg.po.tmp zfs_fletcher.po.tmp zfs_namecheck.po.tmp zfs_prop.po.tmp zpool_prop.po.tmp zprop_common.po.tmp taskq.po.tmp util.po.tmp list.po.tmp u8_textprep.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipnat && rm -f ipnat.html8 ipnat.html4 ipnat.html5 .depend ipnat.d ipnat_l.d ipnat_y.d ipnat.d.tmp ipnat_l.d.tmp ipnat_y.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f libzpool_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipnat && rm -f ipnat.html8 ipnat.html4 ipnat.html5 .depend ipnat.d ipnat_l.d ipnat_y.d ipnat.d.tmp ipnat_l.d.tmp ipnat_y.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f libzpool_g.a || true) --- cleandir-external --- --- cleandir-ippool --- cleandir ===> external/bsd/ipf/bin/ippool --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f libzpool_pic.a libzpool.so.* libzpool.so kernel.pico atomic.pico arc.pico bplist.pico blkptr.pico bpobj.pico bptree.pico bqueue.pico dbuf.pico ddt.pico ddt_zap.pico dmu.pico dmu_diff.pico dmu_send.pico dmu_object.pico dmu_objset.pico dmu_traverse.pico dmu_tx.pico dnode.pico dnode_sync.pico dsl_bookmark.pico dsl_dir.pico dsl_dataset.pico dsl_deadlist.pico dsl_destroy.pico dsl_pool.pico dsl_synctask.pico dsl_userhold.pico dmu_zfetch.pico dsl_deleg.pico dsl_prop.pico dsl_scan.pico zfeature.pico gzip.pico lz4.pico lzjb.pico metaslab.pico multilist.pico range_tree.pico refcount.pico rrwlock.pico sa.pico sha256.pico spa.pico spa_config.pico spa_errlog.pico spa_history.pico spa_misc.pico space_map.pico space_reftree.pico txg.pico uberblock.pico unique.pico vdev.pico vdev_cache.pico vdev_file.pico vdev_label.pico vdev_mirror.pico vdev_missing.pico vdev_queue.pico vdev_raidz.pico vdev_root.pico zap.pico zap_leaf.pico zap_micro.pico zfs_byteswap.pico zfs_debug.pico zfs_fm.pico zfs_fuid.pico zfs_sa.pico zfs_znode.pico zil.pico zio.pico zio_checksum.pico zio_compress.pico zio_inject.pico zle.pico zrlock.pico vdev_file.pico trim_map.pico zfeature_common.pico zfs_comutil.pico zfs_deleg.pico zfs_fletcher.pico zfs_namecheck.pico zfs_prop.pico zpool_prop.pico zprop_common.pico taskq.pico util.pico list.pico u8_textprep.pico kernel.pico.tmp atomic.pico.tmp arc.pico.tmp bplist.pico.tmp blkptr.pico.tmp bpobj.pico.tmp bptree.pico.tmp bqueue.pico.tmp dbuf.pico.tmp ddt.pico.tmp ddt_zap.pico.tmp dmu.pico.tmp dmu_diff.pico.tmp dmu_send.pico.tmp dmu_object.pico.tmp dmu_objset.pico.tmp dmu_traverse.pico.tmp dmu_tx.pico.tmp dnode.pico.tmp dnode_sync.pico.tmp dsl_bookmark.pico.tmp dsl_dir.pico.tmp dsl_dataset.pico.tmp dsl_deadlist.pico.tmp dsl_destroy.pico.tmp dsl_pool.pico.tmp dsl_synctask.pico.tmp dsl_userhold.pico.tmp dmu_zfetch.pico.tmp dsl_deleg.pico.tmp dsl_prop.pico.tmp dsl_scan.pico.tmp zfeature.pico.tmp gzip.pico.tmp lz4.pico.tmp lzjb.pico.tmp metaslab.pico.tmp multilist.pico.tmp range_tree.pico.tmp refcount.pico.tmp rrwlock.pico.tmp sa.pico.tmp sha256.pico.tmp spa.pico.tmp spa_config.pico.tmp spa_errlog.pico.tmp spa_history.pico.tmp spa_misc.pico.tmp space_map.pico.tmp space_reftree.pico.tmp txg.pico.tmp uberblock.pico.tmp unique.pico.tmp vdev.pico.tmp vdev_cache.pico.tmp vdev_file.pico.tmp vdev_label.pico.tmp vdev_mirror.pico.tmp vdev_missing.pico.tmp vdev_queue.pico.tmp vdev_raidz.pico.tmp vdev_root.pico.tmp zap.pico.tmp zap_leaf.pico.tmp zap_micro.pico.tmp zfs_byteswap.pico.tmp zfs_debug.pico.tmp zfs_fm.pico.tmp zfs_fuid.pico.tmp zfs_sa.pico.tmp zfs_znode.pico.tmp zil.pico.tmp zio.pico.tmp zio_checksum.pico.tmp zio_compress.pico.tmp zio_inject.pico.tmp zle.pico.tmp zrlock.pico.tmp vdev_file.pico.tmp trim_map.pico.tmp zfeature_common.pico.tmp zfs_comutil.pico.tmp zfs_deleg.pico.tmp zfs_fletcher.pico.tmp zfs_namecheck.pico.tmp zfs_prop.pico.tmp zpool_prop.pico.tmp zprop_common.pico.tmp taskq.pico.tmp util.pico.tmp list.pico.tmp u8_textprep.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f libzpool_pic.a libzpool.so.* libzpool.so kernel.pico atomic.pico arc.pico bplist.pico blkptr.pico bpobj.pico bptree.pico bqueue.pico dbuf.pico ddt.pico ddt_zap.pico dmu.pico dmu_diff.pico dmu_send.pico dmu_object.pico dmu_objset.pico dmu_traverse.pico dmu_tx.pico dnode.pico dnode_sync.pico dsl_bookmark.pico dsl_dir.pico dsl_dataset.pico dsl_deadlist.pico dsl_destroy.pico dsl_pool.pico dsl_synctask.pico dsl_userhold.pico dmu_zfetch.pico dsl_deleg.pico dsl_prop.pico dsl_scan.pico zfeature.pico gzip.pico lz4.pico lzjb.pico metaslab.pico multilist.pico range_tree.pico refcount.pico rrwlock.pico sa.pico sha256.pico spa.pico spa_config.pico spa_errlog.pico spa_history.pico spa_misc.pico space_map.pico space_reftree.pico txg.pico uberblock.pico unique.pico vdev.pico vdev_cache.pico vdev_file.pico vdev_label.pico vdev_mirror.pico vdev_missing.pico vdev_queue.pico vdev_raidz.pico vdev_root.pico zap.pico zap_leaf.pico zap_micro.pico zfs_byteswap.pico zfs_debug.pico zfs_fm.pico zfs_fuid.pico zfs_sa.pico zfs_znode.pico zil.pico zio.pico zio_checksum.pico zio_compress.pico zio_inject.pico zle.pico zrlock.pico vdev_file.pico trim_map.pico zfeature_common.pico zfs_comutil.pico zfs_deleg.pico zfs_fletcher.pico zfs_namecheck.pico zfs_prop.pico zpool_prop.pico zprop_common.pico taskq.pico util.pico list.pico u8_textprep.pico kernel.pico.tmp atomic.pico.tmp arc.pico.tmp bplist.pico.tmp blkptr.pico.tmp bpobj.pico.tmp bptree.pico.tmp bqueue.pico.tmp dbuf.pico.tmp ddt.pico.tmp ddt_zap.pico.tmp dmu.pico.tmp dmu_diff.pico.tmp dmu_send.pico.tmp dmu_object.pico.tmp dmu_objset.pico.tmp dmu_traverse.pico.tmp dmu_tx.pico.tmp dnode.pico.tmp dnode_sync.pico.tmp dsl_bookmark.pico.tmp dsl_dir.pico.tmp dsl_dataset.pico.tmp dsl_deadlist.pico.tmp dsl_destroy.pico.tmp dsl_pool.pico.tmp dsl_synctask.pico.tmp dsl_userhold.pico.tmp dmu_zfetch.pico.tmp dsl_deleg.pico.tmp dsl_prop.pico.tmp dsl_scan.pico.tmp zfeature.pico.tmp gzip.pico.tmp lz4.pico.tmp lzjb.pico.tmp metaslab.pico.tmp multilist.pico.tmp range_tree.pico.tmp refcount.pico.tmp rrwlock.pico.tmp sa.pico.tmp sha256.pico.tmp spa.pico.tmp spa_config.pico.tmp spa_errlog.pico.tmp spa_history.pico.tmp spa_misc.pico.tmp space_map.pico.tmp space_reftree.pico.tmp txg.pico.tmp uberblock.pico.tmp unique.pico.tmp vdev.pico.tmp vdev_cache.pico.tmp vdev_file.pico.tmp vdev_label.pico.tmp vdev_mirror.pico.tmp vdev_missing.pico.tmp vdev_queue.pico.tmp vdev_raidz.pico.tmp vdev_root.pico.tmp zap.pico.tmp zap_leaf.pico.tmp zap_micro.pico.tmp zfs_byteswap.pico.tmp zfs_debug.pico.tmp zfs_fm.pico.tmp zfs_fuid.pico.tmp zfs_sa.pico.tmp zfs_znode.pico.tmp zil.pico.tmp zio.pico.tmp zio_checksum.pico.tmp zio_compress.pico.tmp zio_inject.pico.tmp zle.pico.tmp zrlock.pico.tmp vdev_file.pico.tmp trim_map.pico.tmp zfeature_common.pico.tmp zfs_comutil.pico.tmp zfs_deleg.pico.tmp zfs_fletcher.pico.tmp zfs_namecheck.pico.tmp zfs_prop.pico.tmp zpool_prop.pico.tmp zprop_common.pico.tmp taskq.pico.tmp util.pico.tmp list.pico.tmp u8_textprep.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ippool && rm -f ippool_y.c ippool_y.h ippool_l.c ippool_l.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ippool ippool_y.o ippool_l.o kmem.o ippool.o ippool_y.ln ippool_l.ln kmem.ln ippool.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f llib-lzpool.ln kernel.ln atomic.ln arc.ln bplist.ln blkptr.ln bpobj.ln bptree.ln bqueue.ln dbuf.ln ddt.ln ddt_zap.ln dmu.ln dmu_diff.ln dmu_send.ln dmu_object.ln dmu_objset.ln dmu_traverse.ln dmu_tx.ln dnode.ln dnode_sync.ln dsl_bookmark.ln dsl_dir.ln dsl_dataset.ln dsl_deadlist.ln dsl_destroy.ln dsl_pool.ln dsl_synctask.ln dsl_userhold.ln dmu_zfetch.ln dsl_deleg.ln dsl_prop.ln dsl_scan.ln zfeature.ln gzip.ln lz4.ln lzjb.ln metaslab.ln multilist.ln range_tree.ln refcount.ln rrwlock.ln sa.ln sha256.ln spa.ln spa_config.ln spa_errlog.ln spa_history.ln spa_misc.ln space_map.ln space_reftree.ln txg.ln uberblock.ln unique.ln vdev.ln vdev_cache.ln vdev_file.ln vdev_label.ln vdev_mirror.ln vdev_missing.ln vdev_queue.ln vdev_raidz.ln vdev_root.ln zap.ln zap_leaf.ln zap_micro.ln zfs_byteswap.ln zfs_debug.ln zfs_fm.ln zfs_fuid.ln zfs_sa.ln zfs_znode.ln zil.ln zio.ln zio_checksum.ln zio_compress.ln zio_inject.ln zle.ln zrlock.ln vdev_file.ln trim_map.ln zfeature_common.ln zfs_comutil.ln zfs_deleg.ln zfs_fletcher.ln zfs_namecheck.ln zfs_prop.ln zpool_prop.ln zprop_common.ln taskq.ln util.ln list.ln u8_textprep.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ippool && rm -f ippool_y.c ippool_y.h ippool_l.c ippool_l.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ippool ippool_y.o ippool_l.o kmem.o ippool.o ippool_y.ln ippool_l.ln kmem.ln ippool.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f llib-lzpool.ln kernel.ln atomic.ln arc.ln bplist.ln blkptr.ln bpobj.ln bptree.ln bqueue.ln dbuf.ln ddt.ln ddt_zap.ln dmu.ln dmu_diff.ln dmu_send.ln dmu_object.ln dmu_objset.ln dmu_traverse.ln dmu_tx.ln dnode.ln dnode_sync.ln dsl_bookmark.ln dsl_dir.ln dsl_dataset.ln dsl_deadlist.ln dsl_destroy.ln dsl_pool.ln dsl_synctask.ln dsl_userhold.ln dmu_zfetch.ln dsl_deleg.ln dsl_prop.ln dsl_scan.ln zfeature.ln gzip.ln lz4.ln lzjb.ln metaslab.ln multilist.ln range_tree.ln refcount.ln rrwlock.ln sa.ln sha256.ln spa.ln spa_config.ln spa_errlog.ln spa_history.ln spa_misc.ln space_map.ln space_reftree.ln txg.ln uberblock.ln unique.ln vdev.ln vdev_cache.ln vdev_file.ln vdev_label.ln vdev_mirror.ln vdev_missing.ln vdev_queue.ln vdev_raidz.ln vdev_root.ln zap.ln zap_leaf.ln zap_micro.ln zfs_byteswap.ln zfs_debug.ln zfs_fm.ln zfs_fuid.ln zfs_sa.ln zfs_znode.ln zil.ln zio.ln zio_checksum.ln zio_compress.ln zio_inject.ln zle.ln zrlock.ln vdev_file.ln trim_map.ln zfeature_common.ln zfs_comutil.ln zfs_deleg.ln zfs_fletcher.ln zfs_namecheck.ln zfs_prop.ln zpool_prop.ln zprop_common.ln taskq.ln util.ln list.ln u8_textprep.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ippool && rm -f ippool.html5 ippool.html8 .depend ippool.d ippool_l.d ippool_y.d kmem.d ippool.d.tmp ippool_l.d.tmp ippool_y.d.tmp kmem.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ippool && rm -f ippool.html5 ippool.html8 .depend ippool.d ippool_l.d ippool_y.d kmem.d ippool.d.tmp ippool_l.d.tmp ippool_y.d.tmp kmem.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f libzpool.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f libzpool.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-ipresend --- cleandir ===> external/bsd/ipf/bin/ipresend --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f .depend arc.d atomic.d blkptr.d bplist.d bpobj.d bptree.d bqueue.d dbuf.d ddt.d ddt_zap.d dmu.d dmu_diff.d dmu_object.d dmu_objset.d dmu_send.d dmu_traverse.d dmu_tx.d dmu_zfetch.d dnode.d dnode_sync.d dsl_bookmark.d dsl_dataset.d dsl_deadlist.d dsl_deleg.d dsl_destroy.d dsl_dir.d dsl_pool.d dsl_prop.d dsl_scan.d dsl_synctask.d dsl_userhold.d gzip.d kernel.d list.d lz4.d lzjb.d metaslab.d multilist.d range_tree.d refcount.d rrwlock.d sa.d sha256.d spa.d spa_config.d spa_errlog.d spa_history.d spa_misc.d space_map.d space_reftree.d taskq.d trim_map.d txg.d u8_textprep.d uberblock.d unique.d util.d vdev.d vdev_cache.d vdev_file.d vdev_label.d vdev_mirror.d vdev_missing.d vdev_queue.d vdev_raidz.d vdev_root.d zap.d zap_leaf.d zap_micro.d zfeature.d zfeature_common.d zfs_byteswap.d zfs_comutil.d zfs_debug.d zfs_deleg.d zfs_fletcher.d zfs_fm.d zfs_fuid.d zfs_namecheck.d zfs_prop.d zfs_sa.d zfs_znode.d zil.d zio.d zio_checksum.d zio_compress.d zio_inject.d zle.d zpool_prop.d zprop_common.d zrlock.d arc.d.tmp atomic.d.tmp blkptr.d.tmp bplist.d.tmp bpobj.d.tmp bptree.d.tmp bqueue.d.tmp dbuf.d.tmp ddt.d.tmp ddt_zap.d.tmp dmu.d.tmp dmu_diff.d.tmp dmu_object.d.tmp dmu_objset.d.tmp dmu_send.d.tmp dmu_traverse.d.tmp dmu_tx.d.tmp dmu_zfetch.d.tmp dnode.d.tmp dnode_sync.d.tmp dsl_bookmark.d.tmp dsl_dataset.d.tmp dsl_deadlist.d.tmp dsl_deleg.d.tmp dsl_destroy.d.tmp dsl_dir.d.tmp dsl_pool.d.tmp dsl_prop.d.tmp dsl_scan.d.tmp dsl_synctask.d.tmp dsl_userhold.d.tmp gzip.d.tmp kernel.d.tmp list.d.tmp lz4.d.tmp lzjb.d.tmp metaslab.d.tmp multilist.d.tmp range_tree.d.tmp refcount.d.tmp rrwlock.d.tmp sa.d.tmp sha256.d.tmp spa.d.tmp spa_config.d.tmp spa_errlog.d.tmp spa_history.d.tmp spa_misc.d.tmp space_map.d.tmp space_reftree.d.tmp taskq.d.tmp trim_map.d.tmp txg.d.tmp u8_textprep.d.tmp uberblock.d.tmp unique.d.tmp util.d.tmp vdev.d.tmp vdev_cache.d.tmp vdev_file.d.tmp vdev_label.d.tmp vdev_mirror.d.tmp vdev_missing.d.tmp vdev_queue.d.tmp vdev_raidz.d.tmp vdev_root.d.tmp zap.d.tmp zap_leaf.d.tmp zap_micro.d.tmp zfeature.d.tmp zfeature_common.d.tmp zfs_byteswap.d.tmp zfs_comutil.d.tmp zfs_debug.d.tmp zfs_deleg.d.tmp zfs_fletcher.d.tmp zfs_fm.d.tmp zfs_fuid.d.tmp zfs_namecheck.d.tmp zfs_prop.d.tmp zfs_sa.d.tmp zfs_znode.d.tmp zil.d.tmp zio.d.tmp zio_checksum.d.tmp zio_compress.d.tmp zio_inject.d.tmp zle.d.tmp zpool_prop.d.tmp zprop_common.d.tmp zrlock.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f .depend arc.d atomic.d blkptr.d bplist.d bpobj.d bptree.d bqueue.d dbuf.d ddt.d ddt_zap.d dmu.d dmu_diff.d dmu_object.d dmu_objset.d dmu_send.d dmu_traverse.d dmu_tx.d dmu_zfetch.d dnode.d dnode_sync.d dsl_bookmark.d dsl_dataset.d dsl_deadlist.d dsl_deleg.d dsl_destroy.d dsl_dir.d dsl_pool.d dsl_prop.d dsl_scan.d dsl_synctask.d dsl_userhold.d gzip.d kernel.d list.d lz4.d lzjb.d metaslab.d multilist.d range_tree.d refcount.d rrwlock.d sa.d sha256.d spa.d spa_config.d spa_errlog.d spa_history.d spa_misc.d space_map.d space_reftree.d taskq.d trim_map.d txg.d u8_textprep.d uberblock.d unique.d util.d vdev.d vdev_cache.d vdev_file.d vdev_label.d vdev_mirror.d vdev_missing.d vdev_queue.d vdev_raidz.d vdev_root.d zap.d zap_leaf.d zap_micro.d zfeature.d zfeature_common.d zfs_byteswap.d zfs_comutil.d zfs_debug.d zfs_deleg.d zfs_fletcher.d zfs_fm.d zfs_fuid.d zfs_namecheck.d zfs_prop.d zfs_sa.d zfs_znode.d zil.d zio.d zio_checksum.d zio_compress.d zio_inject.d zle.d zpool_prop.d zprop_common.d zrlock.d arc.d.tmp atomic.d.tmp blkptr.d.tmp bplist.d.tmp bpobj.d.tmp bptree.d.tmp bqueue.d.tmp dbuf.d.tmp ddt.d.tmp ddt_zap.d.tmp dmu.d.tmp dmu_diff.d.tmp dmu_object.d.tmp dmu_objset.d.tmp dmu_send.d.tmp dmu_traverse.d.tmp dmu_tx.d.tmp dmu_zfetch.d.tmp dnode.d.tmp dnode_sync.d.tmp dsl_bookmark.d.tmp dsl_dataset.d.tmp dsl_deadlist.d.tmp dsl_deleg.d.tmp dsl_destroy.d.tmp dsl_dir.d.tmp dsl_pool.d.tmp dsl_prop.d.tmp dsl_scan.d.tmp dsl_synctask.d.tmp dsl_userhold.d.tmp gzip.d.tmp kernel.d.tmp list.d.tmp lz4.d.tmp lzjb.d.tmp metaslab.d.tmp multilist.d.tmp range_tree.d.tmp refcount.d.tmp rrwlock.d.tmp sa.d.tmp sha256.d.tmp spa.d.tmp spa_config.d.tmp spa_errlog.d.tmp spa_history.d.tmp spa_misc.d.tmp space_map.d.tmp space_reftree.d.tmp taskq.d.tmp trim_map.d.tmp txg.d.tmp u8_textprep.d.tmp uberblock.d.tmp unique.d.tmp util.d.tmp vdev.d.tmp vdev_cache.d.tmp vdev_file.d.tmp vdev_label.d.tmp vdev_mirror.d.tmp vdev_missing.d.tmp vdev_queue.d.tmp vdev_raidz.d.tmp vdev_root.d.tmp zap.d.tmp zap_leaf.d.tmp zap_micro.d.tmp zfeature.d.tmp zfeature_common.d.tmp zfs_byteswap.d.tmp zfs_comutil.d.tmp zfs_debug.d.tmp zfs_deleg.d.tmp zfs_fletcher.d.tmp zfs_fm.d.tmp zfs_fuid.d.tmp zfs_namecheck.d.tmp zfs_prop.d.tmp zfs_sa.d.tmp zfs_znode.d.tmp zil.d.tmp zio.d.tmp zio_checksum.d.tmp zio_compress.d.tmp zio_inject.d.tmp zle.d.tmp zpool_prop.d.tmp zprop_common.d.tmp zrlock.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-../external/gpl2/lvm2/lib --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipresend && rm -f y.tab.c y.tab.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipresend ipresend.o ip.o resend.o sbpf.o sock.o 44arp.o ipresend.ln ip.ln resend.ln sbpf.ln sock.ln 44arp.ln || true) --- cleandir-lib --- cleandir ===> lib/../external/gpl2/lvm2/lib --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipresend && rm -f y.tab.c y.tab.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit ipresend ipresend.o ip.o resend.o sbpf.o sock.o 44arp.o ipresend.ln ip.ln resend.ln sbpf.ln sock.ln 44arp.ln || true) --- cleandir-lib --- --- cleandir-libdevmapper --- cleandir ===> lib/../external/gpl2/lvm2/lib/libdevmapper --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipresend && rm -f ipresend.html1 .depend 44arp.d ip.d ipresend.d resend.d sbpf.d sock.d 44arp.d.tmp ip.d.tmp ipresend.d.tmp resend.d.tmp sbpf.d.tmp sock.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipresend && rm -f ipresend.html1 .depend 44arp.d ip.d ipresend.d resend.d sbpf.d sock.d 44arp.d.tmp ip.d.tmp ipresend.d.tmp resend.d.tmp sbpf.d.tmp sock.d.tmp tags || true) --- cleandir-ipsend --- cleandir ===> external/bsd/ipf/bin/ipsend --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper.a bitset.o hash.o list.o libdm-common.o libdm-file.o libdm-deptree.o libdm-string.o libdm-report.o dbg_malloc.o pool.o matcher.o parse_rx.o ttree.o libdm-nbsd-iface.o libdm_netbsd.o bitset.o.tmp hash.o.tmp list.o.tmp libdm-common.o.tmp libdm-file.o.tmp libdm-deptree.o.tmp libdm-string.o.tmp libdm-report.o.tmp dbg_malloc.o.tmp pool.o.tmp matcher.o.tmp parse_rx.o.tmp ttree.o.tmp libdm-nbsd-iface.o.tmp libdm_netbsd.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper.a bitset.o hash.o list.o libdm-common.o libdm-file.o libdm-deptree.o libdm-string.o libdm-report.o dbg_malloc.o pool.o matcher.o parse_rx.o ttree.o libdm-nbsd-iface.o libdm_netbsd.o bitset.o.tmp hash.o.tmp list.o.tmp libdm-common.o.tmp libdm-file.o.tmp libdm-deptree.o.tmp libdm-string.o.tmp libdm-report.o.tmp dbg_malloc.o.tmp pool.o.tmp matcher.o.tmp parse_rx.o.tmp ttree.o.tmp libdm-nbsd-iface.o.tmp libdm_netbsd.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_p.a bitset.po hash.po list.po libdm-common.po libdm-file.po libdm-deptree.po libdm-string.po libdm-report.po dbg_malloc.po pool.po matcher.po parse_rx.po ttree.po libdm-nbsd-iface.po libdm_netbsd.po bitset.po.tmp hash.po.tmp list.po.tmp libdm-common.po.tmp libdm-file.po.tmp libdm-deptree.po.tmp libdm-string.po.tmp libdm-report.po.tmp dbg_malloc.po.tmp pool.po.tmp matcher.po.tmp parse_rx.po.tmp ttree.po.tmp libdm-nbsd-iface.po.tmp libdm_netbsd.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipsend && rm -f y.tab.c y.tab.h iplang_y.c iplang_y.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit iplang_l.c ipsend ipsend.o ip.o ipsopt.o iplang_y.o iplang_l.o sbpf.o sock.o 44arp.o ipsend.ln ip.ln ipsopt.ln iplang_y.ln sbpf.ln sock.ln 44arp.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_p.a bitset.po hash.po list.po libdm-common.po libdm-file.po libdm-deptree.po libdm-string.po libdm-report.po dbg_malloc.po pool.po matcher.po parse_rx.po ttree.po libdm-nbsd-iface.po libdm_netbsd.po bitset.po.tmp hash.po.tmp list.po.tmp libdm-common.po.tmp libdm-file.po.tmp libdm-deptree.po.tmp libdm-string.po.tmp libdm-report.po.tmp dbg_malloc.po.tmp pool.po.tmp matcher.po.tmp parse_rx.po.tmp ttree.po.tmp libdm-nbsd-iface.po.tmp libdm_netbsd.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipsend && rm -f y.tab.c y.tab.h iplang_y.c iplang_y.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit iplang_l.c ipsend ipsend.o ip.o ipsopt.o iplang_y.o iplang_l.o sbpf.o sock.o 44arp.o ipsend.ln ip.ln ipsopt.ln iplang_y.ln sbpf.ln sock.ln 44arp.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/ipsend && rm -f ipsend.html1 ipsend.html5 .depend 44arp.d ip.d iplang_l.d iplang_y.d ipsend.d ipsopt.d sbpf.d sock.d 44arp.d.tmp ip.d.tmp iplang_l.d.tmp iplang_y.d.tmp ipsend.d.tmp ipsopt.d.tmp sbpf.d.tmp sock.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/ipsend && rm -f ipsend.html1 ipsend.html5 .depend 44arp.d ip.d iplang_l.d iplang_y.d ipsend.d ipsopt.d sbpf.d sock.d 44arp.d.tmp ip.d.tmp iplang_l.d.tmp iplang_y.d.tmp ipsend.d.tmp ipsopt.d.tmp sbpf.d.tmp sock.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-iptest --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_pic.a libdevmapper.so.* libdevmapper.so bitset.pico hash.pico list.pico libdm-common.pico libdm-file.pico libdm-deptree.pico libdm-string.pico libdm-report.pico dbg_malloc.pico pool.pico matcher.pico parse_rx.pico ttree.pico libdm-nbsd-iface.pico libdm_netbsd.pico bitset.pico.tmp hash.pico.tmp list.pico.tmp libdm-common.pico.tmp libdm-file.pico.tmp libdm-deptree.pico.tmp libdm-string.pico.tmp libdm-report.pico.tmp dbg_malloc.pico.tmp pool.pico.tmp matcher.pico.tmp parse_rx.pico.tmp ttree.pico.tmp libdm-nbsd-iface.pico.tmp libdm_netbsd.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/ipf/bin/iptest --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_pic.a libdevmapper.so.* libdevmapper.so bitset.pico hash.pico list.pico libdm-common.pico libdm-file.pico libdm-deptree.pico libdm-string.pico libdm-report.pico dbg_malloc.pico pool.pico matcher.pico parse_rx.pico ttree.pico libdm-nbsd-iface.pico libdm_netbsd.pico bitset.pico.tmp hash.pico.tmp list.pico.tmp libdm-common.pico.tmp libdm-file.pico.tmp libdm-deptree.pico.tmp libdm-string.pico.tmp libdm-report.pico.tmp dbg_malloc.pico.tmp pool.pico.tmp matcher.pico.tmp parse_rx.pico.tmp ttree.pico.tmp libdm-nbsd-iface.pico.tmp libdm_netbsd.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f llib-ldevmapper.ln bitset.ln hash.ln list.ln libdm-common.ln libdm-file.ln libdm-deptree.ln libdm-string.ln libdm-report.ln dbg_malloc.ln pool.ln matcher.ln parse_rx.ln ttree.ln libdm-nbsd-iface.ln libdm_netbsd.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f llib-ldevmapper.ln bitset.ln hash.ln list.ln libdm-common.ln libdm-file.ln libdm-deptree.ln libdm-string.ln libdm-report.ln dbg_malloc.ln pool.ln matcher.ln parse_rx.ln ttree.ln libdm-nbsd-iface.ln libdm_netbsd.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/iptest && rm -f y.tab.c y.tab.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit iptest iptest.o iptests.o ip.o sbpf.o sock.o 44arp.o iptest.ln iptests.ln ip.ln sbpf.ln sock.ln 44arp.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/iptest && rm -f y.tab.c y.tab.h y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit iptest iptest.o iptests.o ip.o sbpf.o sock.o 44arp.o iptest.ln iptests.ln ip.ln sbpf.ln sock.ln 44arp.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/bin/iptest && rm -f iptest.html1 .depend 44arp.d ip.d iptest.d iptests.d sbpf.d sock.d 44arp.d.tmp ip.d.tmp iptest.d.tmp iptests.d.tmp sbpf.d.tmp sock.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f .depend bitset.d dbg_malloc.d hash.d libdm-common.d libdm-deptree.d libdm-file.d libdm-nbsd-iface.d libdm-report.d libdm-string.d libdm_netbsd.d list.d matcher.d parse_rx.d pool.d ttree.d bitset.d.tmp dbg_malloc.d.tmp hash.d.tmp libdm-common.d.tmp libdm-deptree.d.tmp libdm-file.d.tmp libdm-nbsd-iface.d.tmp libdm-report.d.tmp libdm-string.d.tmp libdm_netbsd.d.tmp list.d.tmp matcher.d.tmp parse_rx.d.tmp pool.d.tmp ttree.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/bin/iptest && rm -f iptest.html1 .depend 44arp.d ip.d iptest.d iptests.d sbpf.d sock.d 44arp.d.tmp ip.d.tmp iptest.d.tmp iptests.d.tmp sbpf.d.tmp sock.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f .depend bitset.d dbg_malloc.d hash.d libdm-common.d libdm-deptree.d libdm-file.d libdm-nbsd-iface.d libdm-report.d libdm-string.d libdm_netbsd.d list.d matcher.d parse_rx.d pool.d ttree.d bitset.d.tmp dbg_malloc.d.tmp hash.d.tmp libdm-common.d.tmp libdm-deptree.d.tmp libdm-file.d.tmp libdm-nbsd-iface.d.tmp libdm-report.d.tmp libdm-string.d.tmp libdm_netbsd.d.tmp list.d.tmp matcher.d.tmp parse_rx.d.tmp pool.d.tmp ttree.d.tmp tags || true) --- cleandir-external --- --- cleandir-rules --- --- cleandir-lib --- --- cleandir-liblvm --- --- cleandir-external --- cleandir ===> external/bsd/ipf/rules --- cleandir-lib --- cleandir ===> lib/../external/gpl2/lvm2/lib/liblvm --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f liblvm.a activate.o lvmcache.o toolcontext.o config.o btree.o str_list.o dev-cache.o dev-io.o dev-md.o device.o dev-swap.o display.o errseg.o filter-composite.o filter-persistent.o filter-regex.o filter-sysfs.o filter-md.o archive.o archiver.o export.o flags.o format-text.o import.o import_vsn1.o tags.o text_label.o freeseg.o label.o file_locking.o locking.o no_locking.o log.o lv_manip.o merge.o metadata.o mirror.o pv_manip.o pv_map.o segtype.o snapshot_manip.o crc.o lvm-exec.o lvm-file.o lvm-string.o lvm-wrappers.o timestamp.o util.o memlock.o report.o striped.o unknown.o uuid.o zero.o disk-rep.o format1.o import-export.o import-extents.o layout.o lvm1-label.o vg_number.o disk_rep.o format_pool.o import_export.o pool_label.o filter_netbsd.o snapshot.o mirrored.o dev_manager.o fs.o dev.o lvm-globals.o activate.o.tmp lvmcache.o.tmp toolcontext.o.tmp config.o.tmp btree.o.tmp str_list.o.tmp dev-cache.o.tmp dev-io.o.tmp dev-md.o.tmp device.o.tmp dev-swap.o.tmp display.o.tmp errseg.o.tmp filter-composite.o.tmp filter-persistent.o.tmp filter-regex.o.tmp filter-sysfs.o.tmp filter-md.o.tmp archive.o.tmp archiver.o.tmp export.o.tmp flags.o.tmp format-text.o.tmp import.o.tmp import_vsn1.o.tmp tags.o.tmp text_label.o.tmp freeseg.o.tmp label.o.tmp file_locking.o.tmp locking.o.tmp no_locking.o.tmp log.o.tmp lv_manip.o.tmp merge.o.tmp metadata.o.tmp mirror.o.tmp pv_manip.o.tmp pv_map.o.tmp segtype.o.tmp snapshot_manip.o.tmp crc.o.tmp lvm-exec.o.tmp lvm-file.o.tmp lvm-string.o.tmp lvm-wrappers.o.tmp timestamp.o.tmp util.o.tmp memlock.o.tmp report.o.tmp striped.o.tmp unknown.o.tmp uuid.o.tmp zero.o.tmp disk-rep.o.tmp format1.o.tmp import-export.o.tmp import-extents.o.tmp layout.o.tmp lvm1-label.o.tmp vg_number.o.tmp disk_rep.o.tmp format_pool.o.tmp import_export.o.tmp pool_label.o.tmp filter_netbsd.o.tmp snapshot.o.tmp mirrored.o.tmp dev_manager.o.tmp fs.o.tmp dev.o.tmp lvm-globals.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/rules && rm -f y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f liblvm.a activate.o lvmcache.o toolcontext.o config.o btree.o str_list.o dev-cache.o dev-io.o dev-md.o device.o dev-swap.o display.o errseg.o filter-composite.o filter-persistent.o filter-regex.o filter-sysfs.o filter-md.o archive.o archiver.o export.o flags.o format-text.o import.o import_vsn1.o tags.o text_label.o freeseg.o label.o file_locking.o locking.o no_locking.o log.o lv_manip.o merge.o metadata.o mirror.o pv_manip.o pv_map.o segtype.o snapshot_manip.o crc.o lvm-exec.o lvm-file.o lvm-string.o lvm-wrappers.o timestamp.o util.o memlock.o report.o striped.o unknown.o uuid.o zero.o disk-rep.o format1.o import-export.o import-extents.o layout.o lvm1-label.o vg_number.o disk_rep.o format_pool.o import_export.o pool_label.o filter_netbsd.o snapshot.o mirrored.o dev_manager.o fs.o dev.o lvm-globals.o activate.o.tmp lvmcache.o.tmp toolcontext.o.tmp config.o.tmp btree.o.tmp str_list.o.tmp dev-cache.o.tmp dev-io.o.tmp dev-md.o.tmp device.o.tmp dev-swap.o.tmp display.o.tmp errseg.o.tmp filter-composite.o.tmp filter-persistent.o.tmp filter-regex.o.tmp filter-sysfs.o.tmp filter-md.o.tmp archive.o.tmp archiver.o.tmp export.o.tmp flags.o.tmp format-text.o.tmp import.o.tmp import_vsn1.o.tmp tags.o.tmp text_label.o.tmp freeseg.o.tmp label.o.tmp file_locking.o.tmp locking.o.tmp no_locking.o.tmp log.o.tmp lv_manip.o.tmp merge.o.tmp metadata.o.tmp mirror.o.tmp pv_manip.o.tmp pv_map.o.tmp segtype.o.tmp snapshot_manip.o.tmp crc.o.tmp lvm-exec.o.tmp lvm-file.o.tmp lvm-string.o.tmp lvm-wrappers.o.tmp timestamp.o.tmp util.o.tmp memlock.o.tmp report.o.tmp striped.o.tmp unknown.o.tmp uuid.o.tmp zero.o.tmp disk-rep.o.tmp format1.o.tmp import-export.o.tmp import-extents.o.tmp layout.o.tmp lvm1-label.o.tmp vg_number.o.tmp disk_rep.o.tmp format_pool.o.tmp import_export.o.tmp pool_label.o.tmp filter_netbsd.o.tmp snapshot.o.tmp mirrored.o.tmp dev_manager.o.tmp fs.o.tmp dev.o.tmp lvm-globals.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/rules && rm -f y.tab.c y.tab.h a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ipf/rules && rm -f mkfilters.html1 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ipf/rules && rm -f mkfilters.html1 || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-iscsi --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/iscsi --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_g.a || true) --- cleandir-external --- --- cleandir-lib --- cleandir ===> external/bsd/iscsi/lib --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f llib-llvm.ln activate.ln lvmcache.ln toolcontext.ln config.ln btree.ln str_list.ln dev-cache.ln dev-io.ln dev-md.ln device.ln dev-swap.ln display.ln errseg.ln filter-composite.ln filter-persistent.ln filter-regex.ln filter-sysfs.ln filter-md.ln archive.ln archiver.ln export.ln flags.ln format-text.ln import.ln import_vsn1.ln tags.ln text_label.ln freeseg.ln label.ln file_locking.ln locking.ln no_locking.ln log.ln lv_manip.ln merge.ln metadata.ln mirror.ln pv_manip.ln pv_map.ln segtype.ln snapshot_manip.ln crc.ln lvm-exec.ln lvm-file.ln lvm-string.ln lvm-wrappers.ln timestamp.ln util.ln memlock.ln report.ln striped.ln unknown.ln uuid.ln zero.ln disk-rep.ln format1.ln import-export.ln import-extents.ln layout.ln lvm1-label.ln vg_number.ln disk_rep.ln format_pool.ln import_export.ln pool_label.ln filter_netbsd.ln snapshot.ln mirrored.ln dev_manager.ln fs.ln dev.ln lvm-globals.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f llib-llvm.ln activate.ln lvmcache.ln toolcontext.ln config.ln btree.ln str_list.ln dev-cache.ln dev-io.ln dev-md.ln device.ln dev-swap.ln display.ln errseg.ln filter-composite.ln filter-persistent.ln filter-regex.ln filter-sysfs.ln filter-md.ln archive.ln archiver.ln export.ln flags.ln format-text.ln import.ln import_vsn1.ln tags.ln text_label.ln freeseg.ln label.ln file_locking.ln locking.ln no_locking.ln log.ln lv_manip.ln merge.ln metadata.ln mirror.ln pv_manip.ln pv_map.ln segtype.ln snapshot_manip.ln crc.ln lvm-exec.ln lvm-file.ln lvm-string.ln lvm-wrappers.ln timestamp.ln util.ln memlock.ln report.ln striped.ln unknown.ln uuid.ln zero.ln disk-rep.ln format1.ln import-export.ln import-extents.ln layout.ln lvm1-label.ln vg_number.ln disk_rep.ln format_pool.ln import_export.ln pool_label.ln filter_netbsd.ln snapshot.ln mirrored.ln dev_manager.ln fs.ln dev.ln lvm-globals.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi.a conffile.o disk.o util.o parameters.o protocol.o storage.o netmask.o md5c.o md5hl.o uuid.o initiator.o target.o conffile.o.tmp disk.o.tmp util.o.tmp parameters.o.tmp protocol.o.tmp storage.o.tmp netmask.o.tmp md5c.o.tmp md5hl.o.tmp uuid.o.tmp initiator.o.tmp target.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi.a conffile.o disk.o util.o parameters.o protocol.o storage.o netmask.o md5c.o md5hl.o uuid.o initiator.o target.o conffile.o.tmp disk.o.tmp util.o.tmp parameters.o.tmp protocol.o.tmp storage.o.tmp netmask.o.tmp md5c.o.tmp md5hl.o.tmp uuid.o.tmp initiator.o.tmp target.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f liblvm.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f liblvm.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi_p.a conffile.po disk.po util.po parameters.po protocol.po storage.po netmask.po md5c.po md5hl.po uuid.po initiator.po target.po conffile.po.tmp disk.po.tmp util.po.tmp parameters.po.tmp protocol.po.tmp storage.po.tmp netmask.po.tmp md5c.po.tmp md5hl.po.tmp uuid.po.tmp initiator.po.tmp target.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi_p.a conffile.po disk.po util.po parameters.po protocol.po storage.po netmask.po md5c.po md5hl.po uuid.po initiator.po target.po conffile.po.tmp disk.po.tmp util.po.tmp parameters.po.tmp protocol.po.tmp storage.po.tmp netmask.po.tmp md5c.po.tmp md5hl.po.tmp uuid.po.tmp initiator.po.tmp target.po.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f .depend activate.d archive.d archiver.d btree.d config.d crc.d dev-cache.d dev-io.d dev-md.d dev-swap.d dev.d dev_manager.d device.d disk-rep.d disk_rep.d display.d errseg.d export.d file_locking.d filter-composite.d filter-md.d filter-persistent.d filter-regex.d filter-sysfs.d filter_netbsd.d flags.d format-text.d format1.d format_pool.d freeseg.d fs.d import-export.d import-extents.d import.d import_export.d import_vsn1.d label.d layout.d locking.d log.d lv_manip.d lvm-exec.d lvm-file.d lvm-globals.d lvm-string.d lvm-wrappers.d lvm1-label.d lvmcache.d memlock.d merge.d metadata.d mirror.d mirrored.d no_locking.d pool_label.d pv_manip.d pv_map.d report.d segtype.d snapshot.d snapshot_manip.d str_list.d striped.d tags.d text_label.d timestamp.d toolcontext.d unknown.d util.d uuid.d vg_number.d zero.d activate.d.tmp archive.d.tmp archiver.d.tmp btree.d.tmp config.d.tmp crc.d.tmp dev-cache.d.tmp dev-io.d.tmp dev-md.d.tmp dev-swap.d.tmp dev.d.tmp dev_manager.d.tmp device.d.tmp disk-rep.d.tmp disk_rep.d.tmp display.d.tmp errseg.d.tmp export.d.tmp file_locking.d.tmp filter-composite.d.tmp filter-md.d.tmp filter-persistent.d.tmp filter-regex.d.tmp filter-sysfs.d.tmp filter_netbsd.d.tmp flags.d.tmp format-text.d.tmp format1.d.tmp format_pool.d.tmp freeseg.d.tmp fs.d.tmp import-export.d.tmp import-extents.d.tmp import.d.tmp import_export.d.tmp import_vsn1.d.tmp label.d.tmp layout.d.tmp locking.d.tmp log.d.tmp lv_manip.d.tmp lvm-exec.d.tmp lvm-file.d.tmp lvm-globals.d.tmp lvm-string.d.tmp lvm-wrappers.d.tmp lvm1-label.d.tmp lvmcache.d.tmp memlock.d.tmp merge.d.tmp metadata.d.tmp mirror.d.tmp mirrored.d.tmp no_locking.d.tmp pool_label.d.tmp pv_manip.d.tmp pv_map.d.tmp report.d.tmp segtype.d.tmp snapshot.d.tmp snapshot_manip.d.tmp str_list.d.tmp striped.d.tmp tags.d.tmp text_label.d.tmp timestamp.d.tmp toolcontext.d.tmp unknown.d.tmp util.d.tmp uuid.d.tmp vg_number.d.tmp zero.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f .depend activate.d archive.d archiver.d btree.d config.d crc.d dev-cache.d dev-io.d dev-md.d dev-swap.d dev.d dev_manager.d device.d disk-rep.d disk_rep.d display.d errseg.d export.d file_locking.d filter-composite.d filter-md.d filter-persistent.d filter-regex.d filter-sysfs.d filter_netbsd.d flags.d format-text.d format1.d format_pool.d freeseg.d fs.d import-export.d import-extents.d import.d import_export.d import_vsn1.d label.d layout.d locking.d log.d lv_manip.d lvm-exec.d lvm-file.d lvm-globals.d lvm-string.d lvm-wrappers.d lvm1-label.d lvmcache.d memlock.d merge.d metadata.d mirror.d mirrored.d no_locking.d pool_label.d pv_manip.d pv_map.d report.d segtype.d snapshot.d snapshot_manip.d str_list.d striped.d tags.d text_label.d timestamp.d toolcontext.d unknown.d util.d uuid.d vg_number.d zero.d activate.d.tmp archive.d.tmp archiver.d.tmp btree.d.tmp config.d.tmp crc.d.tmp dev-cache.d.tmp dev-io.d.tmp dev-md.d.tmp dev-swap.d.tmp dev.d.tmp dev_manager.d.tmp device.d.tmp disk-rep.d.tmp disk_rep.d.tmp display.d.tmp errseg.d.tmp export.d.tmp file_locking.d.tmp filter-composite.d.tmp filter-md.d.tmp filter-persistent.d.tmp filter-regex.d.tmp filter-sysfs.d.tmp filter_netbsd.d.tmp flags.d.tmp format-text.d.tmp format1.d.tmp format_pool.d.tmp freeseg.d.tmp fs.d.tmp import-export.d.tmp import-extents.d.tmp import.d.tmp import_export.d.tmp import_vsn1.d.tmp label.d.tmp layout.d.tmp locking.d.tmp log.d.tmp lv_manip.d.tmp lvm-exec.d.tmp lvm-file.d.tmp lvm-globals.d.tmp lvm-string.d.tmp lvm-wrappers.d.tmp lvm1-label.d.tmp lvmcache.d.tmp memlock.d.tmp merge.d.tmp metadata.d.tmp mirror.d.tmp mirrored.d.tmp no_locking.d.tmp pool_label.d.tmp pv_manip.d.tmp pv_map.d.tmp report.d.tmp segtype.d.tmp snapshot.d.tmp snapshot_manip.d.tmp str_list.d.tmp striped.d.tmp tags.d.tmp text_label.d.tmp timestamp.d.tmp toolcontext.d.tmp unknown.d.tmp util.d.tmp uuid.d.tmp vg_number.d.tmp zero.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi_g.a || true) --- cleandir-lib --- --- cleandir-../external/gpl3/binutils/lib --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/binutils/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi_pic.a libiscsi.so.* libiscsi.so conffile.pico disk.pico util.pico parameters.pico protocol.pico storage.pico netmask.pico md5c.pico md5hl.pico uuid.pico initiator.pico target.pico conffile.pico.tmp disk.pico.tmp util.pico.tmp parameters.pico.tmp protocol.pico.tmp storage.pico.tmp netmask.pico.tmp md5c.pico.tmp md5hl.pico.tmp uuid.pico.tmp initiator.pico.tmp target.pico.tmp || true) --- cleandir-lib --- --- cleandir-libgnuctf --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi_pic.a libiscsi.so.* libiscsi.so conffile.pico disk.pico util.pico parameters.pico protocol.pico storage.pico netmask.pico md5c.pico md5hl.pico uuid.pico initiator.pico target.pico conffile.pico.tmp disk.pico.tmp util.pico.tmp parameters.pico.tmp protocol.pico.tmp storage.pico.tmp netmask.pico.tmp md5c.pico.tmp md5hl.pico.tmp uuid.pico.tmp initiator.pico.tmp target.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/gpl3/binutils/lib/libgnuctf --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f llib-liscsi.ln conffile.ln disk.ln util.ln parameters.ln protocol.ln storage.ln netmask.ln md5c.ln md5hl.ln uuid.ln initiator.ln target.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf.a ctf-archive.o ctf-dump.o ctf-create.o ctf-decl.o ctf-error.o ctf-hash.o ctf-labels.o ctf-link.o ctf-lookup.o ctf-open.o ctf-string.o ctf-subr.o ctf-types.o ctf-util.o ctf-qsort_r.o ctf-open-bfd.o ctf-archive.o.tmp ctf-dump.o.tmp ctf-create.o.tmp ctf-decl.o.tmp ctf-error.o.tmp ctf-hash.o.tmp ctf-labels.o.tmp ctf-link.o.tmp ctf-lookup.o.tmp ctf-open.o.tmp ctf-string.o.tmp ctf-subr.o.tmp ctf-types.o.tmp ctf-util.o.tmp ctf-qsort_r.o.tmp ctf-open-bfd.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f llib-liscsi.ln conffile.ln disk.ln util.ln parameters.ln protocol.ln storage.ln netmask.ln md5c.ln md5hl.ln uuid.ln initiator.ln target.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf.a ctf-archive.o ctf-dump.o ctf-create.o ctf-decl.o ctf-error.o ctf-hash.o ctf-labels.o ctf-link.o ctf-lookup.o ctf-open.o ctf-string.o ctf-subr.o ctf-types.o ctf-util.o ctf-qsort_r.o ctf-open-bfd.o ctf-archive.o.tmp ctf-dump.o.tmp ctf-create.o.tmp ctf-decl.o.tmp ctf-error.o.tmp ctf-hash.o.tmp ctf-labels.o.tmp ctf-link.o.tmp ctf-lookup.o.tmp ctf-open.o.tmp ctf-string.o.tmp ctf-subr.o.tmp ctf-types.o.tmp ctf-util.o.tmp ctf-qsort_r.o.tmp ctf-open-bfd.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/lib && rm -f libiscsi.html3 .depend conffile.d disk.d initiator.d md5c.d md5hl.d netmask.d parameters.d protocol.d storage.d target.d util.d uuid.d conffile.d.tmp disk.d.tmp initiator.d.tmp md5c.d.tmp md5hl.d.tmp netmask.d.tmp parameters.d.tmp protocol.d.tmp storage.d.tmp target.d.tmp util.d.tmp uuid.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/lib && rm -f libiscsi.html3 .depend conffile.d disk.d initiator.d md5c.d md5hl.d netmask.d parameters.d protocol.d storage.d target.d util.d uuid.d conffile.d.tmp disk.d.tmp initiator.d.tmp md5c.d.tmp md5hl.d.tmp netmask.d.tmp parameters.d.tmp protocol.d.tmp storage.d.tmp target.d.tmp util.d.tmp uuid.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_g.a || true) --- cleandir-external --- --- cleandir-target --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/bsd/iscsi/target --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_pic.a libgnuctf.so.* libgnuctf.so ctf-archive.pico ctf-dump.pico ctf-create.pico ctf-decl.pico ctf-error.pico ctf-hash.pico ctf-labels.pico ctf-link.pico ctf-lookup.pico ctf-open.pico ctf-string.pico ctf-subr.pico ctf-types.pico ctf-util.pico ctf-qsort_r.pico ctf-open-bfd.pico ctf-archive.pico.tmp ctf-dump.pico.tmp ctf-create.pico.tmp ctf-decl.pico.tmp ctf-error.pico.tmp ctf-hash.pico.tmp ctf-labels.pico.tmp ctf-link.pico.tmp ctf-lookup.pico.tmp ctf-open.pico.tmp ctf-string.pico.tmp ctf-subr.pico.tmp ctf-types.pico.tmp ctf-util.pico.tmp ctf-qsort_r.pico.tmp ctf-open-bfd.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_pic.a libgnuctf.so.* libgnuctf.so ctf-archive.pico ctf-dump.pico ctf-create.pico ctf-decl.pico ctf-error.pico ctf-hash.pico ctf-labels.pico ctf-link.pico ctf-lookup.pico ctf-open.pico ctf-string.pico ctf-subr.pico ctf-types.pico ctf-util.pico ctf-qsort_r.pico ctf-open-bfd.pico ctf-archive.pico.tmp ctf-dump.pico.tmp ctf-create.pico.tmp ctf-decl.pico.tmp ctf-error.pico.tmp ctf-hash.pico.tmp ctf-labels.pico.tmp ctf-link.pico.tmp ctf-lookup.pico.tmp ctf-open.pico.tmp ctf-string.pico.tmp ctf-subr.pico.tmp ctf-types.pico.tmp ctf-util.pico.tmp ctf-qsort_r.pico.tmp ctf-open-bfd.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/target && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iscsi-target iscsi-target.o iscsi-target.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/target && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iscsi-target iscsi-target.o iscsi-target.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f llib-lgnuctf.ln ctf-archive.ln ctf-dump.ln ctf-create.ln ctf-decl.ln ctf-error.ln ctf-hash.ln ctf-labels.ln ctf-link.ln ctf-lookup.ln ctf-open.ln ctf-string.ln ctf-subr.ln ctf-types.ln ctf-util.ln ctf-qsort_r.ln ctf-open-bfd.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f llib-lgnuctf.ln ctf-archive.ln ctf-dump.ln ctf-create.ln ctf-decl.ln ctf-error.ln ctf-hash.ln ctf-labels.ln ctf-link.ln ctf-lookup.ln ctf-open.ln ctf-string.ln ctf-subr.ln ctf-types.ln ctf-util.ln ctf-qsort_r.ln ctf-open-bfd.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/target && rm -f iscsi-target.html8 targets.html5 .depend iscsi-target.d iscsi-target.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/target && rm -f iscsi-target.html8 targets.html5 .depend iscsi-target.d iscsi-target.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-initiator --- cleandir ===> external/bsd/iscsi/initiator --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f .depend ctf-archive.d ctf-create.d ctf-decl.d ctf-dump.d ctf-error.d ctf-hash.d ctf-labels.d ctf-link.d ctf-lookup.d ctf-open-bfd.d ctf-open.d ctf-qsort_r.d ctf-string.d ctf-subr.d ctf-types.d ctf-util.d ctf-archive.d.tmp ctf-create.d.tmp ctf-decl.d.tmp ctf-dump.d.tmp ctf-error.d.tmp ctf-hash.d.tmp ctf-labels.d.tmp ctf-link.d.tmp ctf-lookup.d.tmp ctf-open-bfd.d.tmp ctf-open.d.tmp ctf-qsort_r.d.tmp ctf-string.d.tmp ctf-subr.d.tmp ctf-types.d.tmp ctf-util.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f .depend ctf-archive.d ctf-create.d ctf-decl.d ctf-dump.d ctf-error.d ctf-hash.d ctf-labels.d ctf-link.d ctf-lookup.d ctf-open-bfd.d ctf-open.d ctf-qsort_r.d ctf-string.d ctf-subr.d ctf-types.d ctf-util.d ctf-archive.d.tmp ctf-create.d.tmp ctf-decl.d.tmp ctf-dump.d.tmp ctf-error.d.tmp ctf-hash.d.tmp ctf-labels.d.tmp ctf-link.d.tmp ctf-lookup.d.tmp ctf-open-bfd.d.tmp ctf-open.d.tmp ctf-qsort_r.d.tmp ctf-string.d.tmp ctf-subr.d.tmp ctf-types.d.tmp ctf-util.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/initiator && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iscsi-initiator iscsi-initiator.o virtdir.o libkmod.o iscsi-initiator.ln virtdir.ln libkmod.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/initiator && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iscsi-initiator iscsi-initiator.o virtdir.o libkmod.o iscsi-initiator.ln virtdir.ln libkmod.ln || true) --- cleandir-lib --- --- cleandir-libopcodes --- cleandir ===> lib/../external/gpl3/binutils/lib/libopcodes --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/iscsi/initiator && rm -f iscsi-initiator.html8 .depend iscsi-initiator.d libkmod.d virtdir.d iscsi-initiator.d.tmp libkmod.d.tmp virtdir.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/iscsi/initiator && rm -f iscsi-initiator.html8 .depend iscsi-initiator.d libkmod.d virtdir.d iscsi-initiator.d.tmp libkmod.d.tmp virtdir.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes.a i386-dis.o i386-opc.o dis-buf.o disassemble.o dis-init.o i386-dis.o.tmp i386-opc.o.tmp dis-buf.o.tmp disassemble.o.tmp dis-init.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes.a i386-dis.o i386-opc.o dis-buf.o disassemble.o dis-init.o i386-dis.o.tmp i386-opc.o.tmp dis-buf.o.tmp disassemble.o.tmp dis-init.o.tmp || true) --- cleandir-external --- --- cleandir-openldap --- cleandir ===> external/bsd/openldap --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_g.a || true) --- cleandir-external --- --- clean.work --- rm -f -r work --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap && rm -f a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap && rm -f a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_pic.a libopcodes.so.* libopcodes.so i386-dis.pico i386-opc.pico dis-buf.pico disassemble.pico dis-init.pico i386-dis.pico.tmp i386-opc.pico.tmp dis-buf.pico.tmp disassemble.pico.tmp dis-init.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_pic.a libopcodes.so.* libopcodes.so i386-dis.pico i386-opc.pico dis-buf.pico disassemble.pico dis-init.pico i386-dis.pico.tmp i386-opc.pico.tmp dis-buf.pico.tmp disassemble.pico.tmp dis-init.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-include --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/bsd/openldap/include --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f llib-lopcodes.ln i386-dis.ln i386-opc.ln dis-buf.ln disassemble.ln dis-init.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f llib-lopcodes.ln i386-dis.ln i386-opc.ln dis-buf.ln disassemble.ln dis-init.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes.so.10.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes.so.10.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/bsd/openldap/lib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f .depend dis-buf.d dis-init.d disassemble.d i386-dis.d i386-opc.d dis-buf.d.tmp dis-init.d.tmp disassemble.d.tmp i386-dis.d.tmp i386-opc.d.tmp tags || true) --- cleandir-external --- --- cleandir-liblber --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f .depend dis-buf.d dis-init.d disassemble.d i386-dis.d i386-opc.d dis-buf.d.tmp dis-init.d.tmp disassemble.d.tmp i386-dis.d.tmp i386-opc.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/openldap/lib/liblber --- cleandir-lib --- --- cleandir-libbfd --- cleandir ===> lib/../external/gpl3/binutils/lib/libbfd --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f liblber.a assert.o decode.o encode.o io.o bprint.o debug.o memory.o options.o sockbuf.o stdio.o assert.o.tmp decode.o.tmp encode.o.tmp io.o.tmp bprint.o.tmp debug.o.tmp memory.o.tmp options.o.tmp sockbuf.o.tmp stdio.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f liblber.a assert.o decode.o encode.o io.o bprint.o debug.o memory.o options.o sockbuf.o stdio.o assert.o.tmp decode.o.tmp encode.o.tmp io.o.tmp bprint.o.tmp debug.o.tmp memory.o.tmp options.o.tmp sockbuf.o.tmp stdio.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o lib_bfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-i386.o elf32.o coff-i386.o cofflink.o coffgen.o pei-i386.o peigen.o i386bsd.o aout32.o i386netbsd.o pei-x86_64.o pex64igen.o elf64-gen.o elf32-gen.o plugin.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o netbsd-core.o archive64.o archive.o.tmp archures.o.tmp bfd.o.tmp bfdio.o.tmp bfdwin.o.tmp cache.o.tmp coff-bfd.o.tmp compress.o.tmp corefile.o.tmp elf-properties.o.tmp format.o.tmp hash.o.tmp init.o.tmp lib_bfd.o.tmp linker.o.tmp merge.o.tmp opncls.o.tmp reloc.o.tmp section.o.tmp simple.o.tmp stab-syms.o.tmp stabs.o.tmp syms.o.tmp targets.o.tmp binary.o.tmp ihex.o.tmp srec.o.tmp tekhex.o.tmp verilog.o.tmp elf64-x86-64.o.tmp elfxx-x86.o.tmp elf-ifunc.o.tmp elf-nacl.o.tmp elf-vxworks.o.tmp elf64.o.tmp elf.o.tmp elflink.o.tmp elf-attrs.o.tmp elf-strtab.o.tmp elf-eh-frame.o.tmp dwarf1.o.tmp dwarf2.o.tmp elf32-i386.o.tmp elf32.o.tmp coff-i386.o.tmp cofflink.o.tmp coffgen.o.tmp pei-i386.o.tmp peigen.o.tmp i386bsd.o.tmp aout32.o.tmp i386netbsd.o.tmp pei-x86_64.o.tmp pex64igen.o.tmp elf64-gen.o.tmp elf32-gen.o.tmp plugin.o.tmp cpu-i386.o.tmp cpu-iamcu.o.tmp cpu-l1om.o.tmp cpu-k1om.o.tmp netbsd-core.o.tmp archive64.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o lib_bfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-i386.o elf32.o coff-i386.o cofflink.o coffgen.o pei-i386.o peigen.o i386bsd.o aout32.o i386netbsd.o pei-x86_64.o pex64igen.o elf64-gen.o elf32-gen.o plugin.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o netbsd-core.o archive64.o archive.o.tmp archures.o.tmp bfd.o.tmp bfdio.o.tmp bfdwin.o.tmp cache.o.tmp coff-bfd.o.tmp compress.o.tmp corefile.o.tmp elf-properties.o.tmp format.o.tmp hash.o.tmp init.o.tmp lib_bfd.o.tmp linker.o.tmp merge.o.tmp opncls.o.tmp reloc.o.tmp section.o.tmp simple.o.tmp stab-syms.o.tmp stabs.o.tmp syms.o.tmp targets.o.tmp binary.o.tmp ihex.o.tmp srec.o.tmp tekhex.o.tmp verilog.o.tmp elf64-x86-64.o.tmp elfxx-x86.o.tmp elf-ifunc.o.tmp elf-nacl.o.tmp elf-vxworks.o.tmp elf64.o.tmp elf.o.tmp elflink.o.tmp elf-attrs.o.tmp elf-strtab.o.tmp elf-eh-frame.o.tmp dwarf1.o.tmp dwarf2.o.tmp elf32-i386.o.tmp elf32.o.tmp coff-i386.o.tmp cofflink.o.tmp coffgen.o.tmp pei-i386.o.tmp peigen.o.tmp i386bsd.o.tmp aout32.o.tmp i386netbsd.o.tmp pei-x86_64.o.tmp pex64igen.o.tmp elf64-gen.o.tmp elf32-gen.o.tmp plugin.o.tmp cpu-i386.o.tmp cpu-iamcu.o.tmp cpu-l1om.o.tmp cpu-k1om.o.tmp netbsd-core.o.tmp archive64.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f liblber_p.a assert.po decode.po encode.po io.po bprint.po debug.po memory.po options.po sockbuf.po stdio.po assert.po.tmp decode.po.tmp encode.po.tmp io.po.tmp bprint.po.tmp debug.po.tmp memory.po.tmp options.po.tmp sockbuf.po.tmp stdio.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f liblber_p.a assert.po decode.po encode.po io.po bprint.po debug.po memory.po options.po sockbuf.po stdio.po assert.po.tmp decode.po.tmp encode.po.tmp io.po.tmp bprint.po.tmp debug.po.tmp memory.po.tmp options.po.tmp sockbuf.po.tmp stdio.po.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f libbfd_p.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f libbfd_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f liblber_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f liblber_g.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f libbfd_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f libbfd_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f liblber_pic.a liblber.so.* liblber.so assert.pico decode.pico encode.pico io.pico bprint.pico debug.pico memory.pico options.pico sockbuf.pico stdio.pico assert.pico.tmp decode.pico.tmp encode.pico.tmp io.pico.tmp bprint.pico.tmp debug.pico.tmp memory.pico.tmp options.pico.tmp sockbuf.pico.tmp stdio.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f liblber_pic.a liblber.so.* liblber.so assert.pico decode.pico encode.pico io.pico bprint.pico debug.pico memory.pico options.pico sockbuf.pico stdio.pico assert.pico.tmp decode.pico.tmp encode.pico.tmp io.pico.tmp bprint.pico.tmp debug.pico.tmp memory.pico.tmp options.pico.tmp sockbuf.pico.tmp stdio.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f libbfd_pic.a libbfd.so.* libbfd.so archive.pico archures.pico bfd.pico bfdio.pico bfdwin.pico cache.pico coff-bfd.pico compress.pico corefile.pico elf-properties.pico format.pico hash.pico init.pico lib_bfd.pico linker.pico merge.pico opncls.pico reloc.pico section.pico simple.pico stab-syms.pico stabs.pico syms.pico targets.pico binary.pico ihex.pico srec.pico tekhex.pico verilog.pico elf64-x86-64.pico elfxx-x86.pico elf-ifunc.pico elf-nacl.pico elf-vxworks.pico elf64.pico elf.pico elflink.pico elf-attrs.pico elf-strtab.pico elf-eh-frame.pico dwarf1.pico dwarf2.pico elf32-i386.pico elf32.pico coff-i386.pico cofflink.pico coffgen.pico pei-i386.pico peigen.pico i386bsd.pico aout32.pico i386netbsd.pico pei-x86_64.pico pex64igen.pico elf64-gen.pico elf32-gen.pico plugin.pico cpu-i386.pico cpu-iamcu.pico cpu-l1om.pico cpu-k1om.pico netbsd-core.pico archive64.pico archive.pico.tmp archures.pico.tmp bfd.pico.tmp bfdio.pico.tmp bfdwin.pico.tmp cache.pico.tmp coff-bfd.pico.tmp compress.pico.tmp corefile.pico.tmp elf-properties.pico.tmp format.pico.tmp hash.pico.tmp init.pico.tmp lib_bfd.pico.tmp linker.pico.tmp merge.pico.tmp opncls.pico.tmp reloc.pico.tmp section.pico.tmp simple.pico.tmp stab-syms.pico.tmp stabs.pico.tmp syms.pico.tmp targets.pico.tmp binary.pico.tmp ihex.pico.tmp srec.pico.tmp tekhex.pico.tmp verilog.pico.tmp elf64-x86-64.pico.tmp elfxx-x86.pico.tmp elf-ifunc.pico.tmp elf-nacl.pico.tmp elf-vxworks.pico.tmp elf64.pico.tmp elf.pico.tmp elflink.pico.tmp elf-attrs.pico.tmp elf-strtab.pico.tmp elf-eh-frame.pico.tmp dwarf1.pico.tmp dwarf2.pico.tmp elf32-i386.pico.tmp elf32.pico.tmp coff-i386.pico.tmp cofflink.pico.tmp coffgen.pico.tmp pei-i386.pico.tmp peigen.pico.tmp i386bsd.pico.tmp aout32.pico.tmp i386netbsd.pico.tmp pei-x86_64.pico.tmp pex64igen.pico.tmp elf64-gen.pico.tmp elf32-gen.pico.tmp plugin.pico.tmp cpu-i386.pico.tmp cpu-iamcu.pico.tmp cpu-l1om.pico.tmp cpu-k1om.pico.tmp netbsd-core.pico.tmp archive64.pico.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f llib-llber.ln assert.ln decode.ln encode.ln io.ln bprint.ln debug.ln memory.ln options.ln sockbuf.ln stdio.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f libbfd_pic.a libbfd.so.* libbfd.so archive.pico archures.pico bfd.pico bfdio.pico bfdwin.pico cache.pico coff-bfd.pico compress.pico corefile.pico elf-properties.pico format.pico hash.pico init.pico lib_bfd.pico linker.pico merge.pico opncls.pico reloc.pico section.pico simple.pico stab-syms.pico stabs.pico syms.pico targets.pico binary.pico ihex.pico srec.pico tekhex.pico verilog.pico elf64-x86-64.pico elfxx-x86.pico elf-ifunc.pico elf-nacl.pico elf-vxworks.pico elf64.pico elf.pico elflink.pico elf-attrs.pico elf-strtab.pico elf-eh-frame.pico dwarf1.pico dwarf2.pico elf32-i386.pico elf32.pico coff-i386.pico cofflink.pico coffgen.pico pei-i386.pico peigen.pico i386bsd.pico aout32.pico i386netbsd.pico pei-x86_64.pico pex64igen.pico elf64-gen.pico elf32-gen.pico plugin.pico cpu-i386.pico cpu-iamcu.pico cpu-l1om.pico cpu-k1om.pico netbsd-core.pico archive64.pico archive.pico.tmp archures.pico.tmp bfd.pico.tmp bfdio.pico.tmp bfdwin.pico.tmp cache.pico.tmp coff-bfd.pico.tmp compress.pico.tmp corefile.pico.tmp elf-properties.pico.tmp format.pico.tmp hash.pico.tmp init.pico.tmp lib_bfd.pico.tmp linker.pico.tmp merge.pico.tmp opncls.pico.tmp reloc.pico.tmp section.pico.tmp simple.pico.tmp stab-syms.pico.tmp stabs.pico.tmp syms.pico.tmp targets.pico.tmp binary.pico.tmp ihex.pico.tmp srec.pico.tmp tekhex.pico.tmp verilog.pico.tmp elf64-x86-64.pico.tmp elfxx-x86.pico.tmp elf-ifunc.pico.tmp elf-nacl.pico.tmp elf-vxworks.pico.tmp elf64.pico.tmp elf.pico.tmp elflink.pico.tmp elf-attrs.pico.tmp elf-strtab.pico.tmp elf-eh-frame.pico.tmp dwarf1.pico.tmp dwarf2.pico.tmp elf32-i386.pico.tmp elf32.pico.tmp coff-i386.pico.tmp cofflink.pico.tmp coffgen.pico.tmp pei-i386.pico.tmp peigen.pico.tmp i386bsd.pico.tmp aout32.pico.tmp i386netbsd.pico.tmp pei-x86_64.pico.tmp pex64igen.pico.tmp elf64-gen.pico.tmp elf32-gen.pico.tmp plugin.pico.tmp cpu-i386.pico.tmp cpu-iamcu.pico.tmp cpu-l1om.pico.tmp cpu-k1om.pico.tmp netbsd-core.pico.tmp archive64.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f llib-llber.ln assert.ln decode.ln encode.ln io.ln bprint.ln debug.ln memory.ln options.ln sockbuf.ln stdio.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f llib-lbfd.ln archive.ln archures.ln bfd.ln bfdio.ln bfdwin.ln cache.ln coff-bfd.ln compress.ln corefile.ln elf-properties.ln format.ln hash.ln init.ln lib_bfd.ln linker.ln merge.ln opncls.ln reloc.ln section.ln simple.ln stab-syms.ln stabs.ln syms.ln targets.ln binary.ln ihex.ln srec.ln tekhex.ln verilog.ln elf64-x86-64.ln elfxx-x86.ln elf-ifunc.ln elf-nacl.ln elf-vxworks.ln elf64.ln elf.ln elflink.ln elf-attrs.ln elf-strtab.ln elf-eh-frame.ln dwarf1.ln dwarf2.ln elf32-i386.ln elf32.ln coff-i386.ln cofflink.ln coffgen.ln pei-i386.ln peigen.ln i386bsd.ln aout32.ln i386netbsd.ln pei-x86_64.ln pex64igen.ln elf64-gen.ln elf32-gen.ln plugin.ln cpu-i386.ln cpu-iamcu.ln cpu-l1om.ln cpu-k1om.ln netbsd-core.ln archive64.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f liblber.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f llib-lbfd.ln archive.ln archures.ln bfd.ln bfdio.ln bfdwin.ln cache.ln coff-bfd.ln compress.ln corefile.ln elf-properties.ln format.ln hash.ln init.ln lib_bfd.ln linker.ln merge.ln opncls.ln reloc.ln section.ln simple.ln stab-syms.ln stabs.ln syms.ln targets.ln binary.ln ihex.ln srec.ln tekhex.ln verilog.ln elf64-x86-64.ln elfxx-x86.ln elf-ifunc.ln elf-nacl.ln elf-vxworks.ln elf64.ln elf.ln elflink.ln elf-attrs.ln elf-strtab.ln elf-eh-frame.ln dwarf1.ln dwarf2.ln elf32-i386.ln elf32.ln coff-i386.ln cofflink.ln coffgen.ln pei-i386.ln peigen.ln i386bsd.ln aout32.ln i386netbsd.ln pei-x86_64.ln pex64igen.ln elf64-gen.ln elf32-gen.ln plugin.ln cpu-i386.ln cpu-iamcu.ln cpu-l1om.ln cpu-k1om.ln netbsd-core.ln archive64.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f liblber.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f elf32-target.h elf64-target.h targmatch.h elf32-aarch64.c elf64-aarch64.c elf32-ia64.c elf64-ia64.c elf32-riscv.c elf64-riscv.c peigen.c pepigen.c pex64igen.c libbfd.so.17.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f lber-decode.html3 lber-encode.html3 lber-memory.html3 lber-sockbuf.html3 lber-types.html3 .depend assert.d bprint.d debug.d decode.d encode.d io.d memory.d options.d sockbuf.d stdio.d assert.d.tmp bprint.d.tmp debug.d.tmp decode.d.tmp encode.d.tmp io.d.tmp memory.d.tmp options.d.tmp sockbuf.d.tmp stdio.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f elf32-target.h elf64-target.h targmatch.h elf32-aarch64.c elf64-aarch64.c elf32-ia64.c elf64-ia64.c elf32-riscv.c elf64-riscv.c peigen.c pepigen.c pex64igen.c libbfd.so.17.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f lber-decode.html3 lber-encode.html3 lber-memory.html3 lber-sockbuf.html3 lber-types.html3 .depend assert.d bprint.d debug.d decode.d encode.d io.d memory.d options.d sockbuf.d stdio.d assert.d.tmp bprint.d.tmp debug.d.tmp decode.d.tmp encode.d.tmp io.d.tmp memory.d.tmp options.d.tmp sockbuf.d.tmp stdio.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-libldap --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f .depend aout32.d archive.d archive64.d archures.d bfd.d bfdio.d bfdwin.d binary.d cache.d coff-bfd.d coff-i386.d coffgen.d cofflink.d compress.d corefile.d cpu-i386.d cpu-iamcu.d cpu-k1om.d cpu-l1om.d dwarf1.d dwarf2.d elf-attrs.d elf-eh-frame.d elf-ifunc.d elf-nacl.d elf-properties.d elf-strtab.d elf-vxworks.d elf.d elf32-aarch64.d elf32-gen.d elf32-i386.d elf32-ia64.d elf32-riscv.d elf32.d elf64-aarch64.d elf64-gen.d elf64-ia64.d elf64-riscv.d elf64-x86-64.d elf64.d elflink.d elfxx-x86.d format.d hash.d i386bsd.d i386netbsd.d ihex.d init.d lib_bfd.d linker.d merge.d netbsd-core.d opncls.d pei-i386.d pei-x86_64.d peigen.d pepigen.d pex64igen.d plugin.d reloc.d section.d simple.d srec.d stab-syms.d stabs.d syms.d targets.d tekhex.d verilog.d aout32.d.tmp archive.d.tmp archive64.d.tmp archures.d.tmp bfd.d.tmp bfdio.d.tmp bfdwin.d.tmp binary.d.tmp cache.d.tmp coff-bfd.d.tmp coff-i386.d.tmp coffgen.d.tmp cofflink.d.tmp compress.d.tmp corefile.d.tmp cpu-i386.d.tmp cpu-iamcu.d.tmp cpu-k1om.d.tmp cpu-l1om.d.tmp dwarf1.d.tmp dwarf2.d.tmp elf-attrs.d.tmp elf-eh-frame.d.tmp elf-ifunc.d.tmp elf-nacl.d.tmp elf-properties.d.tmp elf-strtab.d.tmp elf-vxworks.d.tmp elf.d.tmp elf32-aarch64.d.tmp elf32-gen.d.tmp elf32-i386.d.tmp elf32-ia64.d.tmp elf32-riscv.d.tmp elf32.d.tmp elf64-aarch64.d.tmp elf64-gen.d.tmp elf64-ia64.d.tmp elf64-riscv.d.tmp elf64-x86-64.d.tmp elf64.d.tmp elflink.d.tmp elfxx-x86.d.tmp format.d.tmp hash.d.tmp i386bsd.d.tmp i386netbsd.d.tmp ihex.d.tmp init.d.tmp lib_bfd.d.tmp linker.d.tmp merge.d.tmp netbsd-core.d.tmp opncls.d.tmp pei-i386.d.tmp pei-x86_64.d.tmp peigen.d.tmp pepigen.d.tmp pex64igen.d.tmp plugin.d.tmp reloc.d.tmp section.d.tmp simple.d.tmp srec.d.tmp stab-syms.d.tmp stabs.d.tmp syms.d.tmp targets.d.tmp tekhex.d.tmp verilog.d.tmp tags bfd.info || true) --- cleandir-external --- cleandir ===> external/bsd/openldap/lib/libldap --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f .depend aout32.d archive.d archive64.d archures.d bfd.d bfdio.d bfdwin.d binary.d cache.d coff-bfd.d coff-i386.d coffgen.d cofflink.d compress.d corefile.d cpu-i386.d cpu-iamcu.d cpu-k1om.d cpu-l1om.d dwarf1.d dwarf2.d elf-attrs.d elf-eh-frame.d elf-ifunc.d elf-nacl.d elf-properties.d elf-strtab.d elf-vxworks.d elf.d elf32-aarch64.d elf32-gen.d elf32-i386.d elf32-ia64.d elf32-riscv.d elf32.d elf64-aarch64.d elf64-gen.d elf64-ia64.d elf64-riscv.d elf64-x86-64.d elf64.d elflink.d elfxx-x86.d format.d hash.d i386bsd.d i386netbsd.d ihex.d init.d lib_bfd.d linker.d merge.d netbsd-core.d opncls.d pei-i386.d pei-x86_64.d peigen.d pepigen.d pex64igen.d plugin.d reloc.d section.d simple.d srec.d stab-syms.d stabs.d syms.d targets.d tekhex.d verilog.d aout32.d.tmp archive.d.tmp archive64.d.tmp archures.d.tmp bfd.d.tmp bfdio.d.tmp bfdwin.d.tmp binary.d.tmp cache.d.tmp coff-bfd.d.tmp coff-i386.d.tmp coffgen.d.tmp cofflink.d.tmp compress.d.tmp corefile.d.tmp cpu-i386.d.tmp cpu-iamcu.d.tmp cpu-k1om.d.tmp cpu-l1om.d.tmp dwarf1.d.tmp dwarf2.d.tmp elf-attrs.d.tmp elf-eh-frame.d.tmp elf-ifunc.d.tmp elf-nacl.d.tmp elf-properties.d.tmp elf-strtab.d.tmp elf-vxworks.d.tmp elf.d.tmp elf32-aarch64.d.tmp elf32-gen.d.tmp elf32-i386.d.tmp elf32-ia64.d.tmp elf32-riscv.d.tmp elf32.d.tmp elf64-aarch64.d.tmp elf64-gen.d.tmp elf64-ia64.d.tmp elf64-riscv.d.tmp elf64-x86-64.d.tmp elf64.d.tmp elflink.d.tmp elfxx-x86.d.tmp format.d.tmp hash.d.tmp i386bsd.d.tmp i386netbsd.d.tmp ihex.d.tmp init.d.tmp lib_bfd.d.tmp linker.d.tmp merge.d.tmp netbsd-core.d.tmp opncls.d.tmp pei-i386.d.tmp pei-x86_64.d.tmp peigen.d.tmp pepigen.d.tmp pex64igen.d.tmp plugin.d.tmp reloc.d.tmp section.d.tmp simple.d.tmp srec.d.tmp stab-syms.d.tmp stabs.d.tmp syms.d.tmp targets.d.tmp tekhex.d.tmp verilog.d.tmp tags bfd.info || true) --- cleandir-libiberty --- cleandir ===> lib/../external/gpl3/binutils/lib/libiberty --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f libiberty.a regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filedescriptor.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o xvasprintf.o mempcpy.o strverscmp.o regex.o.tmp cplus-dem.o.tmp cp-demangle.o.tmp md5.o.tmp sha1.o.tmp alloca.o.tmp argv.o.tmp choose-temp.o.tmp concat.o.tmp cp-demint.o.tmp crc32.o.tmp d-demangle.o.tmp dwarfnames.o.tmp dyn-string.o.tmp fdmatch.o.tmp fibheap.o.tmp filedescriptor.o.tmp filename_cmp.o.tmp floatformat.o.tmp fnmatch.o.tmp fopen_unlocked.o.tmp getopt.o.tmp getopt1.o.tmp getpwd.o.tmp getruntime.o.tmp hashtab.o.tmp hex.o.tmp lbasename.o.tmp lrealpath.o.tmp make-relative-prefix.o.tmp make-temp-file.o.tmp objalloc.o.tmp obstack.o.tmp partition.o.tmp pexecute.o.tmp physmem.o.tmp pex-common.o.tmp pex-one.o.tmp pex-unix.o.tmp vprintf-support.o.tmp rust-demangle.o.tmp safe-ctype.o.tmp simple-object.o.tmp simple-object-coff.o.tmp simple-object-elf.o.tmp simple-object-mach-o.o.tmp simple-object-xcoff.o.tmp sort.o.tmp spaces.o.tmp splay-tree.o.tmp stack-limit.o.tmp strerror.o.tmp strsignal.o.tmp timeval-utils.o.tmp unlink-if-ordinary.o.tmp xasprintf.o.tmp xatexit.o.tmp xexit.o.tmp xmalloc.o.tmp xmemdup.o.tmp xstrdup.o.tmp xstrerror.o.tmp xstrndup.o.tmp xvasprintf.o.tmp mempcpy.o.tmp strverscmp.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f libiberty.a regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filedescriptor.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o xvasprintf.o mempcpy.o strverscmp.o regex.o.tmp cplus-dem.o.tmp cp-demangle.o.tmp md5.o.tmp sha1.o.tmp alloca.o.tmp argv.o.tmp choose-temp.o.tmp concat.o.tmp cp-demint.o.tmp crc32.o.tmp d-demangle.o.tmp dwarfnames.o.tmp dyn-string.o.tmp fdmatch.o.tmp fibheap.o.tmp filedescriptor.o.tmp filename_cmp.o.tmp floatformat.o.tmp fnmatch.o.tmp fopen_unlocked.o.tmp getopt.o.tmp getopt1.o.tmp getpwd.o.tmp getruntime.o.tmp hashtab.o.tmp hex.o.tmp lbasename.o.tmp lrealpath.o.tmp make-relative-prefix.o.tmp make-temp-file.o.tmp objalloc.o.tmp obstack.o.tmp partition.o.tmp pexecute.o.tmp physmem.o.tmp pex-common.o.tmp pex-one.o.tmp pex-unix.o.tmp vprintf-support.o.tmp rust-demangle.o.tmp safe-ctype.o.tmp simple-object.o.tmp simple-object-coff.o.tmp simple-object-elf.o.tmp simple-object-mach-o.o.tmp simple-object-xcoff.o.tmp sort.o.tmp spaces.o.tmp splay-tree.o.tmp stack-limit.o.tmp strerror.o.tmp strsignal.o.tmp timeval-utils.o.tmp unlink-if-ordinary.o.tmp xasprintf.o.tmp xatexit.o.tmp xexit.o.tmp xmalloc.o.tmp xmemdup.o.tmp xstrdup.o.tmp xstrerror.o.tmp xstrndup.o.tmp xvasprintf.o.tmp mempcpy.o.tmp strverscmp.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f libiberty_p.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f libiberty_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f libldap.a bind.o open.o result.o error.o compare.o search.o controls.o messages.o references.o extended.o cyrus.o modify.o add.o modrdn.o delete.o abandon.o sasl.o sbind.o unbind.o cancel.o msctrl.o filter.o free.o sort.o passwd.o whoami.o lbase64.o getdn.o getentry.o getattr.o getvalues.o addentry.o request.o os-ip.o url.o pagectrl.o sortctrl.o vlvctrl.o init.o options.o print.o string.o util-int.o schema.o charray.o os-local.o dnssrv.o utf-8.o utf-8-conv.o turn.o ppolicy.o dds.o txn.o ldap_sync.o stctrl.o assertion.o deref.o fetch.o ldif.o tavl.o account_usability.o avl.o psearchctrl.o ldifutil.o gssapi.o tls2.o tls_o.o tls_g.o bind.o.tmp open.o.tmp result.o.tmp error.o.tmp compare.o.tmp search.o.tmp controls.o.tmp messages.o.tmp references.o.tmp extended.o.tmp cyrus.o.tmp modify.o.tmp add.o.tmp modrdn.o.tmp delete.o.tmp abandon.o.tmp sasl.o.tmp sbind.o.tmp unbind.o.tmp cancel.o.tmp msctrl.o.tmp filter.o.tmp free.o.tmp sort.o.tmp passwd.o.tmp whoami.o.tmp lbase64.o.tmp getdn.o.tmp getentry.o.tmp getattr.o.tmp getvalues.o.tmp addentry.o.tmp request.o.tmp os-ip.o.tmp url.o.tmp pagectrl.o.tmp sortctrl.o.tmp vlvctrl.o.tmp init.o.tmp options.o.tmp print.o.tmp string.o.tmp util-int.o.tmp schema.o.tmp charray.o.tmp os-local.o.tmp dnssrv.o.tmp utf-8.o.tmp utf-8-conv.o.tmp turn.o.tmp ppolicy.o.tmp dds.o.tmp txn.o.tmp ldap_sync.o.tmp stctrl.o.tmp assertion.o.tmp deref.o.tmp fetch.o.tmp ldif.o.tmp tavl.o.tmp account_usability.o.tmp avl.o.tmp psearchctrl.o.tmp ldifutil.o.tmp gssapi.o.tmp tls2.o.tmp tls_o.o.tmp tls_g.o.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f libldap.a bind.o open.o result.o error.o compare.o search.o controls.o messages.o references.o extended.o cyrus.o modify.o add.o modrdn.o delete.o abandon.o sasl.o sbind.o unbind.o cancel.o msctrl.o filter.o free.o sort.o passwd.o whoami.o lbase64.o getdn.o getentry.o getattr.o getvalues.o addentry.o request.o os-ip.o url.o pagectrl.o sortctrl.o vlvctrl.o init.o options.o print.o string.o util-int.o schema.o charray.o os-local.o dnssrv.o utf-8.o utf-8-conv.o turn.o ppolicy.o dds.o txn.o ldap_sync.o stctrl.o assertion.o deref.o fetch.o ldif.o tavl.o account_usability.o avl.o psearchctrl.o ldifutil.o gssapi.o tls2.o tls_o.o tls_g.o bind.o.tmp open.o.tmp result.o.tmp error.o.tmp compare.o.tmp search.o.tmp controls.o.tmp messages.o.tmp references.o.tmp extended.o.tmp cyrus.o.tmp modify.o.tmp add.o.tmp modrdn.o.tmp delete.o.tmp abandon.o.tmp sasl.o.tmp sbind.o.tmp unbind.o.tmp cancel.o.tmp msctrl.o.tmp filter.o.tmp free.o.tmp sort.o.tmp passwd.o.tmp whoami.o.tmp lbase64.o.tmp getdn.o.tmp getentry.o.tmp getattr.o.tmp getvalues.o.tmp addentry.o.tmp request.o.tmp os-ip.o.tmp url.o.tmp pagectrl.o.tmp sortctrl.o.tmp vlvctrl.o.tmp init.o.tmp options.o.tmp print.o.tmp string.o.tmp util-int.o.tmp schema.o.tmp charray.o.tmp os-local.o.tmp dnssrv.o.tmp utf-8.o.tmp utf-8-conv.o.tmp turn.o.tmp ppolicy.o.tmp dds.o.tmp txn.o.tmp ldap_sync.o.tmp stctrl.o.tmp assertion.o.tmp deref.o.tmp fetch.o.tmp ldif.o.tmp tavl.o.tmp account_usability.o.tmp avl.o.tmp psearchctrl.o.tmp ldifutil.o.tmp gssapi.o.tmp tls2.o.tmp tls_o.o.tmp tls_g.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f libiberty_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f libiberty_g.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f libldap_p.a bind.po open.po result.po error.po compare.po search.po controls.po messages.po references.po extended.po cyrus.po modify.po add.po modrdn.po delete.po abandon.po sasl.po sbind.po unbind.po cancel.po msctrl.po filter.po free.po sort.po passwd.po whoami.po lbase64.po getdn.po getentry.po getattr.po getvalues.po addentry.po request.po os-ip.po url.po pagectrl.po sortctrl.po vlvctrl.po init.po options.po print.po string.po util-int.po schema.po charray.po os-local.po dnssrv.po utf-8.po utf-8-conv.po turn.po ppolicy.po dds.po txn.po ldap_sync.po stctrl.po assertion.po deref.po fetch.po ldif.po tavl.po account_usability.po avl.po psearchctrl.po ldifutil.po gssapi.po tls2.po tls_o.po tls_g.po bind.po.tmp open.po.tmp result.po.tmp error.po.tmp compare.po.tmp search.po.tmp controls.po.tmp messages.po.tmp references.po.tmp extended.po.tmp cyrus.po.tmp modify.po.tmp add.po.tmp modrdn.po.tmp delete.po.tmp abandon.po.tmp sasl.po.tmp sbind.po.tmp unbind.po.tmp cancel.po.tmp msctrl.po.tmp filter.po.tmp free.po.tmp sort.po.tmp passwd.po.tmp whoami.po.tmp lbase64.po.tmp getdn.po.tmp getentry.po.tmp getattr.po.tmp getvalues.po.tmp addentry.po.tmp request.po.tmp os-ip.po.tmp url.po.tmp pagectrl.po.tmp sortctrl.po.tmp vlvctrl.po.tmp init.po.tmp options.po.tmp print.po.tmp string.po.tmp util-int.po.tmp schema.po.tmp charray.po.tmp os-local.po.tmp dnssrv.po.tmp utf-8.po.tmp utf-8-conv.po.tmp turn.po.tmp ppolicy.po.tmp dds.po.tmp txn.po.tmp ldap_sync.po.tmp stctrl.po.tmp assertion.po.tmp deref.po.tmp fetch.po.tmp ldif.po.tmp tavl.po.tmp account_usability.po.tmp avl.po.tmp psearchctrl.po.tmp ldifutil.po.tmp gssapi.po.tmp tls2.po.tmp tls_o.po.tmp tls_g.po.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f libiberty_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f libldap_p.a bind.po open.po result.po error.po compare.po search.po controls.po messages.po references.po extended.po cyrus.po modify.po add.po modrdn.po delete.po abandon.po sasl.po sbind.po unbind.po cancel.po msctrl.po filter.po free.po sort.po passwd.po whoami.po lbase64.po getdn.po getentry.po getattr.po getvalues.po addentry.po request.po os-ip.po url.po pagectrl.po sortctrl.po vlvctrl.po init.po options.po print.po string.po util-int.po schema.po charray.po os-local.po dnssrv.po utf-8.po utf-8-conv.po turn.po ppolicy.po dds.po txn.po ldap_sync.po stctrl.po assertion.po deref.po fetch.po ldif.po tavl.po account_usability.po avl.po psearchctrl.po ldifutil.po gssapi.po tls2.po tls_o.po tls_g.po bind.po.tmp open.po.tmp result.po.tmp error.po.tmp compare.po.tmp search.po.tmp controls.po.tmp messages.po.tmp references.po.tmp extended.po.tmp cyrus.po.tmp modify.po.tmp add.po.tmp modrdn.po.tmp delete.po.tmp abandon.po.tmp sasl.po.tmp sbind.po.tmp unbind.po.tmp cancel.po.tmp msctrl.po.tmp filter.po.tmp free.po.tmp sort.po.tmp passwd.po.tmp whoami.po.tmp lbase64.po.tmp getdn.po.tmp getentry.po.tmp getattr.po.tmp getvalues.po.tmp addentry.po.tmp request.po.tmp os-ip.po.tmp url.po.tmp pagectrl.po.tmp sortctrl.po.tmp vlvctrl.po.tmp init.po.tmp options.po.tmp print.po.tmp string.po.tmp util-int.po.tmp schema.po.tmp charray.po.tmp os-local.po.tmp dnssrv.po.tmp utf-8.po.tmp utf-8-conv.po.tmp turn.po.tmp ppolicy.po.tmp dds.po.tmp txn.po.tmp ldap_sync.po.tmp stctrl.po.tmp assertion.po.tmp deref.po.tmp fetch.po.tmp ldif.po.tmp tavl.po.tmp account_usability.po.tmp avl.po.tmp psearchctrl.po.tmp ldifutil.po.tmp gssapi.po.tmp tls2.po.tmp tls_o.po.tmp tls_g.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f libiberty_pic.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f libldap_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f llib-liberty.ln regex.ln cplus-dem.ln cp-demangle.ln md5.ln sha1.ln alloca.ln argv.ln choose-temp.ln concat.ln cp-demint.ln crc32.ln d-demangle.ln dwarfnames.ln dyn-string.ln fdmatch.ln fibheap.ln filedescriptor.ln filename_cmp.ln floatformat.ln fnmatch.ln fopen_unlocked.ln getopt.ln getopt1.ln getpwd.ln getruntime.ln hashtab.ln hex.ln lbasename.ln lrealpath.ln make-relative-prefix.ln make-temp-file.ln objalloc.ln obstack.ln partition.ln pexecute.ln physmem.ln pex-common.ln pex-one.ln pex-unix.ln vprintf-support.ln rust-demangle.ln safe-ctype.ln simple-object.ln simple-object-coff.ln simple-object-elf.ln simple-object-mach-o.ln simple-object-xcoff.ln sort.ln spaces.ln splay-tree.ln stack-limit.ln strerror.ln strsignal.ln timeval-utils.ln unlink-if-ordinary.ln xasprintf.ln xatexit.ln xexit.ln xmalloc.ln xmemdup.ln xstrdup.ln xstrerror.ln xstrndup.ln xvasprintf.ln mempcpy.ln strverscmp.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f libldap_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f llib-liberty.ln regex.ln cplus-dem.ln cp-demangle.ln md5.ln sha1.ln alloca.ln argv.ln choose-temp.ln concat.ln cp-demint.ln crc32.ln d-demangle.ln dwarfnames.ln dyn-string.ln fdmatch.ln fibheap.ln filedescriptor.ln filename_cmp.ln floatformat.ln fnmatch.ln fopen_unlocked.ln getopt.ln getopt1.ln getpwd.ln getruntime.ln hashtab.ln hex.ln lbasename.ln lrealpath.ln make-relative-prefix.ln make-temp-file.ln objalloc.ln obstack.ln partition.ln pexecute.ln physmem.ln pex-common.ln pex-one.ln pex-unix.ln vprintf-support.ln rust-demangle.ln safe-ctype.ln simple-object.ln simple-object-coff.ln simple-object-elf.ln simple-object-mach-o.ln simple-object-xcoff.ln sort.ln spaces.ln splay-tree.ln stack-limit.ln strerror.ln strsignal.ln timeval-utils.ln unlink-if-ordinary.ln xasprintf.ln xatexit.ln xexit.ln xmalloc.ln xmemdup.ln xstrdup.ln xstrerror.ln xstrndup.ln xvasprintf.ln mempcpy.ln strverscmp.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f libldap_pic.a libldap.so.* libldap.so bind.pico open.pico result.pico error.pico compare.pico search.pico controls.pico messages.pico references.pico extended.pico cyrus.pico modify.pico add.pico modrdn.pico delete.pico abandon.pico sasl.pico sbind.pico unbind.pico cancel.pico msctrl.pico filter.pico free.pico sort.pico passwd.pico whoami.pico lbase64.pico getdn.pico getentry.pico getattr.pico getvalues.pico addentry.pico request.pico os-ip.pico url.pico pagectrl.pico sortctrl.pico vlvctrl.pico init.pico options.pico print.pico string.pico util-int.pico schema.pico charray.pico os-local.pico dnssrv.pico utf-8.pico utf-8-conv.pico turn.pico ppolicy.pico dds.pico txn.pico ldap_sync.pico stctrl.pico assertion.pico deref.pico fetch.pico ldif.pico tavl.pico account_usability.pico avl.pico psearchctrl.pico ldifutil.pico gssapi.pico tls2.pico tls_o.pico tls_g.pico bind.pico.tmp open.pico.tmp result.pico.tmp error.pico.tmp compare.pico.tmp search.pico.tmp controls.pico.tmp messages.pico.tmp references.pico.tmp extended.pico.tmp cyrus.pico.tmp modify.pico.tmp add.pico.tmp modrdn.pico.tmp delete.pico.tmp abandon.pico.tmp sasl.pico.tmp sbind.pico.tmp unbind.pico.tmp cancel.pico.tmp msctrl.pico.tmp filter.pico.tmp free.pico.tmp sort.pico.tmp passwd.pico.tmp whoami.pico.tmp lbase64.pico.tmp getdn.pico.tmp getentry.pico.tmp getattr.pico.tmp getvalues.pico.tmp addentry.pico.tmp request.pico.tmp os-ip.pico.tmp url.pico.tmp pagectrl.pico.tmp sortctrl.pico.tmp vlvctrl.pico.tmp init.pico.tmp options.pico.tmp print.pico.tmp string.pico.tmp util-int.pico.tmp schema.pico.tmp charray.pico.tmp os-local.pico.tmp dnssrv.pico.tmp utf-8.pico.tmp utf-8-conv.pico.tmp turn.pico.tmp ppolicy.pico.tmp dds.pico.tmp txn.pico.tmp ldap_sync.pico.tmp stctrl.pico.tmp assertion.pico.tmp deref.pico.tmp fetch.pico.tmp ldif.pico.tmp tavl.pico.tmp account_usability.pico.tmp avl.pico.tmp psearchctrl.pico.tmp ldifutil.pico.tmp gssapi.pico.tmp tls2.pico.tmp tls_o.pico.tmp tls_g.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f libiberty.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f libldap_pic.a libldap.so.* libldap.so bind.pico open.pico result.pico error.pico compare.pico search.pico controls.pico messages.pico references.pico extended.pico cyrus.pico modify.pico add.pico modrdn.pico delete.pico abandon.pico sasl.pico sbind.pico unbind.pico cancel.pico msctrl.pico filter.pico free.pico sort.pico passwd.pico whoami.pico lbase64.pico getdn.pico getentry.pico getattr.pico getvalues.pico addentry.pico request.pico os-ip.pico url.pico pagectrl.pico sortctrl.pico vlvctrl.pico init.pico options.pico print.pico string.pico util-int.pico schema.pico charray.pico os-local.pico dnssrv.pico utf-8.pico utf-8-conv.pico turn.pico ppolicy.pico dds.pico txn.pico ldap_sync.pico stctrl.pico assertion.pico deref.pico fetch.pico ldif.pico tavl.pico account_usability.pico avl.pico psearchctrl.pico ldifutil.pico gssapi.pico tls2.pico tls_o.pico tls_g.pico bind.pico.tmp open.pico.tmp result.pico.tmp error.pico.tmp compare.pico.tmp search.pico.tmp controls.pico.tmp messages.pico.tmp references.pico.tmp extended.pico.tmp cyrus.pico.tmp modify.pico.tmp add.pico.tmp modrdn.pico.tmp delete.pico.tmp abandon.pico.tmp sasl.pico.tmp sbind.pico.tmp unbind.pico.tmp cancel.pico.tmp msctrl.pico.tmp filter.pico.tmp free.pico.tmp sort.pico.tmp passwd.pico.tmp whoami.pico.tmp lbase64.pico.tmp getdn.pico.tmp getentry.pico.tmp getattr.pico.tmp getvalues.pico.tmp addentry.pico.tmp request.pico.tmp os-ip.pico.tmp url.pico.tmp pagectrl.pico.tmp sortctrl.pico.tmp vlvctrl.pico.tmp init.pico.tmp options.pico.tmp print.pico.tmp string.pico.tmp util-int.pico.tmp schema.pico.tmp charray.pico.tmp os-local.pico.tmp dnssrv.pico.tmp utf-8.pico.tmp utf-8-conv.pico.tmp turn.pico.tmp ppolicy.pico.tmp dds.pico.tmp txn.pico.tmp ldap_sync.pico.tmp stctrl.pico.tmp assertion.pico.tmp deref.pico.tmp fetch.pico.tmp ldif.pico.tmp tavl.pico.tmp account_usability.pico.tmp avl.pico.tmp psearchctrl.pico.tmp ldifutil.pico.tmp gssapi.pico.tmp tls2.pico.tmp tls_o.pico.tmp tls_g.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f libiberty.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f llib-lldap.ln bind.ln open.ln result.ln error.ln compare.ln search.ln controls.ln messages.ln references.ln extended.ln cyrus.ln modify.ln add.ln modrdn.ln delete.ln abandon.ln sasl.ln sbind.ln unbind.ln cancel.ln msctrl.ln filter.ln free.ln sort.ln passwd.ln whoami.ln lbase64.ln getdn.ln getentry.ln getattr.ln getvalues.ln addentry.ln request.ln os-ip.ln url.ln pagectrl.ln sortctrl.ln vlvctrl.ln init.ln options.ln print.ln string.ln util-int.ln schema.ln charray.ln os-local.ln dnssrv.ln utf-8.ln utf-8-conv.ln turn.ln ppolicy.ln dds.ln txn.ln ldap_sync.ln stctrl.ln assertion.ln deref.ln fetch.ln ldif.ln tavl.ln account_usability.ln avl.ln psearchctrl.ln ldifutil.ln gssapi.ln tls2.ln tls_o.ln tls_g.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f .depend alloca.d argv.d choose-temp.d concat.d cp-demangle.d cp-demint.d cplus-dem.d crc32.d d-demangle.d dwarfnames.d dyn-string.d fdmatch.d fibheap.d filedescriptor.d filename_cmp.d floatformat.d fnmatch.d fopen_unlocked.d getopt.d getopt1.d getpwd.d getruntime.d hashtab.d hex.d lbasename.d lrealpath.d make-relative-prefix.d make-temp-file.d md5.d mempcpy.d objalloc.d obstack.d partition.d pex-common.d pex-one.d pex-unix.d pexecute.d physmem.d regex.d rust-demangle.d safe-ctype.d sha1.d simple-object-coff.d simple-object-elf.d simple-object-mach-o.d simple-object-xcoff.d simple-object.d sort.d spaces.d splay-tree.d stack-limit.d strerror.d strsignal.d strverscmp.d timeval-utils.d unlink-if-ordinary.d vprintf-support.d xasprintf.d xatexit.d xexit.d xmalloc.d xmemdup.d xstrdup.d xstrerror.d xstrndup.d xvasprintf.d alloca.d.tmp argv.d.tmp choose-temp.d.tmp concat.d.tmp cp-demangle.d.tmp cp-demint.d.tmp cplus-dem.d.tmp crc32.d.tmp d-demangle.d.tmp dwarfnames.d.tmp dyn-string.d.tmp fdmatch.d.tmp fibheap.d.tmp filedescriptor.d.tmp filename_cmp.d.tmp floatformat.d.tmp fnmatch.d.tmp fopen_unlocked.d.tmp getopt.d.tmp getopt1.d.tmp getpwd.d.tmp getruntime.d.tmp hashtab.d.tmp hex.d.tmp lbasename.d.tmp lrealpath.d.tmp make-relative-prefix.d.tmp make-temp-file.d.tmp md5.d.tmp mempcpy.d.tmp objalloc.d.tmp obstack.d.tmp partition.d.tmp pex-common.d.tmp pex-one.d.tmp pex-unix.d.tmp pexecute.d.tmp physmem.d.tmp regex.d.tmp rust-demangle.d.tmp safe-ctype.d.tmp sha1.d.tmp simple-object-coff.d.tmp simple-object-elf.d.tmp simple-object-mach-o.d.tmp simple-object-xcoff.d.tmp simple-object.d.tmp sort.d.tmp spaces.d.tmp splay-tree.d.tmp stack-limit.d.tmp strerror.d.tmp strsignal.d.tmp strverscmp.d.tmp timeval-utils.d.tmp unlink-if-ordinary.d.tmp vprintf-support.d.tmp xasprintf.d.tmp xatexit.d.tmp xexit.d.tmp xmalloc.d.tmp xmemdup.d.tmp xstrdup.d.tmp xstrerror.d.tmp xstrndup.d.tmp xvasprintf.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f llib-lldap.ln bind.ln open.ln result.ln error.ln compare.ln search.ln controls.ln messages.ln references.ln extended.ln cyrus.ln modify.ln add.ln modrdn.ln delete.ln abandon.ln sasl.ln sbind.ln unbind.ln cancel.ln msctrl.ln filter.ln free.ln sort.ln passwd.ln whoami.ln lbase64.ln getdn.ln getentry.ln getattr.ln getvalues.ln addentry.ln request.ln os-ip.ln url.ln pagectrl.ln sortctrl.ln vlvctrl.ln init.ln options.ln print.ln string.ln util-int.ln schema.ln charray.ln os-local.ln dnssrv.ln utf-8.ln utf-8-conv.ln turn.ln ppolicy.ln dds.ln txn.ln ldap_sync.ln stctrl.ln assertion.ln deref.ln fetch.ln ldif.ln tavl.ln account_usability.ln avl.ln psearchctrl.ln ldifutil.ln gssapi.ln tls2.ln tls_o.ln tls_g.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f .depend alloca.d argv.d choose-temp.d concat.d cp-demangle.d cp-demint.d cplus-dem.d crc32.d d-demangle.d dwarfnames.d dyn-string.d fdmatch.d fibheap.d filedescriptor.d filename_cmp.d floatformat.d fnmatch.d fopen_unlocked.d getopt.d getopt1.d getpwd.d getruntime.d hashtab.d hex.d lbasename.d lrealpath.d make-relative-prefix.d make-temp-file.d md5.d mempcpy.d objalloc.d obstack.d partition.d pex-common.d pex-one.d pex-unix.d pexecute.d physmem.d regex.d rust-demangle.d safe-ctype.d sha1.d simple-object-coff.d simple-object-elf.d simple-object-mach-o.d simple-object-xcoff.d simple-object.d sort.d spaces.d splay-tree.d stack-limit.d strerror.d strsignal.d strverscmp.d timeval-utils.d unlink-if-ordinary.d vprintf-support.d xasprintf.d xatexit.d xexit.d xmalloc.d xmemdup.d xstrdup.d xstrerror.d xstrndup.d xvasprintf.d alloca.d.tmp argv.d.tmp choose-temp.d.tmp concat.d.tmp cp-demangle.d.tmp cp-demint.d.tmp cplus-dem.d.tmp crc32.d.tmp d-demangle.d.tmp dwarfnames.d.tmp dyn-string.d.tmp fdmatch.d.tmp fibheap.d.tmp filedescriptor.d.tmp filename_cmp.d.tmp floatformat.d.tmp fnmatch.d.tmp fopen_unlocked.d.tmp getopt.d.tmp getopt1.d.tmp getpwd.d.tmp getruntime.d.tmp hashtab.d.tmp hex.d.tmp lbasename.d.tmp lrealpath.d.tmp make-relative-prefix.d.tmp make-temp-file.d.tmp md5.d.tmp mempcpy.d.tmp objalloc.d.tmp obstack.d.tmp partition.d.tmp pex-common.d.tmp pex-one.d.tmp pex-unix.d.tmp pexecute.d.tmp physmem.d.tmp regex.d.tmp rust-demangle.d.tmp safe-ctype.d.tmp sha1.d.tmp simple-object-coff.d.tmp simple-object-elf.d.tmp simple-object-mach-o.d.tmp simple-object-xcoff.d.tmp simple-object.d.tmp sort.d.tmp spaces.d.tmp splay-tree.d.tmp stack-limit.d.tmp strerror.d.tmp strsignal.d.tmp strverscmp.d.tmp timeval-utils.d.tmp unlink-if-ordinary.d.tmp vprintf-support.d.tmp xasprintf.d.tmp xatexit.d.tmp xexit.d.tmp xmalloc.d.tmp xmemdup.d.tmp xstrdup.d.tmp xstrerror.d.tmp xstrndup.d.tmp xvasprintf.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-../external/gpl3/gcc/lib/libstdc++-v3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f libldap.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3 --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f libldap.so.6.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f ldap.html3 ldap_abandon.html3 ldap_add.html3 ldap_bind.html3 ldap_compare.html3 ldap_delete.html3 ldap_dup.html3 ldap_error.html3 ldap_first_attribute.html3 ldap_first_entry.html3 ldap_first_message.html3 ldap_first_reference.html3 ldap_get_dn.html3 ldap_get_values.html3 ldap_modify.html3 ldap_modrdn.html3 ldap_open.html3 ldap_parse_reference.html3 ldap_parse_result.html3 ldap_result.html3 ldap_schema.html3 ldap_search.html3 ldap_sort.html3 ldap_url.html3 ldap.conf.html5 ldif.html5 .depend abandon.d account_usability.d add.d addentry.d assertion.d avl.d bind.d cancel.d charray.d compare.d controls.d cyrus.d dds.d delete.d deref.d dnssrv.d error.d extended.d fetch.d filter.d free.d getattr.d getdn.d getentry.d getvalues.d gssapi.d init.d lbase64.d ldap_sync.d ldif.d ldifutil.d messages.d modify.d modrdn.d msctrl.d open.d options.d os-ip.d os-local.d pagectrl.d passwd.d ppolicy.d print.d psearchctrl.d references.d request.d result.d sasl.d sbind.d schema.d search.d sort.d sortctrl.d stctrl.d string.d tavl.d tls2.d tls_g.d tls_o.d turn.d txn.d unbind.d url.d utf-8-conv.d utf-8.d util-int.d vlvctrl.d whoami.d abandon.d.tmp account_usability.d.tmp add.d.tmp addentry.d.tmp assertion.d.tmp avl.d.tmp bind.d.tmp cancel.d.tmp charray.d.tmp compare.d.tmp controls.d.tmp cyrus.d.tmp dds.d.tmp delete.d.tmp deref.d.tmp dnssrv.d.tmp error.d.tmp extended.d.tmp fetch.d.tmp filter.d.tmp free.d.tmp getattr.d.tmp getdn.d.tmp getentry.d.tmp getvalues.d.tmp gssapi.d.tmp init.d.tmp lbase64.d.tmp ldap_sync.d.tmp ldif.d.tmp ldifutil.d.tmp messages.d.tmp modify.d.tmp modrdn.d.tmp msctrl.d.tmp open.d.tmp options.d.tmp os-ip.d.tmp os-local.d.tmp pagectrl.d.tmp passwd.d.tmp ppolicy.d.tmp print.d.tmp psearchctrl.d.tmp references.d.tmp request.d.tmp result.d.tmp sasl.d.tmp sbind.d.tmp schema.d.tmp search.d.tmp sort.d.tmp sortctrl.d.tmp stctrl.d.tmp string.d.tmp tavl.d.tmp tls2.d.tmp tls_g.d.tmp tls_o.d.tmp turn.d.tmp txn.d.tmp unbind.d.tmp url.d.tmp utf-8-conv.d.tmp utf-8.d.tmp util-int.d.tmp vlvctrl.d.tmp whoami.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f ldap.html3 ldap_abandon.html3 ldap_add.html3 ldap_bind.html3 ldap_compare.html3 ldap_delete.html3 ldap_dup.html3 ldap_error.html3 ldap_first_attribute.html3 ldap_first_entry.html3 ldap_first_message.html3 ldap_first_reference.html3 ldap_get_dn.html3 ldap_get_values.html3 ldap_modify.html3 ldap_modrdn.html3 ldap_open.html3 ldap_parse_reference.html3 ldap_parse_result.html3 ldap_result.html3 ldap_schema.html3 ldap_search.html3 ldap_sort.html3 ldap_url.html3 ldap.conf.html5 ldif.html5 .depend abandon.d account_usability.d add.d addentry.d assertion.d avl.d bind.d cancel.d charray.d compare.d controls.d cyrus.d dds.d delete.d deref.d dnssrv.d error.d extended.d fetch.d filter.d free.d getattr.d getdn.d getentry.d getvalues.d gssapi.d init.d lbase64.d ldap_sync.d ldif.d ldifutil.d messages.d modify.d modrdn.d msctrl.d open.d options.d os-ip.d os-local.d pagectrl.d passwd.d ppolicy.d print.d psearchctrl.d references.d request.d result.d sasl.d sbind.d schema.d search.d sort.d sortctrl.d stctrl.d string.d tavl.d tls2.d tls_g.d tls_o.d turn.d txn.d unbind.d url.d utf-8-conv.d utf-8.d util-int.d vlvctrl.d whoami.d abandon.d.tmp account_usability.d.tmp add.d.tmp addentry.d.tmp assertion.d.tmp avl.d.tmp bind.d.tmp cancel.d.tmp charray.d.tmp compare.d.tmp controls.d.tmp cyrus.d.tmp dds.d.tmp delete.d.tmp deref.d.tmp dnssrv.d.tmp error.d.tmp extended.d.tmp fetch.d.tmp filter.d.tmp free.d.tmp getattr.d.tmp getdn.d.tmp getentry.d.tmp getvalues.d.tmp gssapi.d.tmp init.d.tmp lbase64.d.tmp ldap_sync.d.tmp ldif.d.tmp ldifutil.d.tmp messages.d.tmp modify.d.tmp modrdn.d.tmp msctrl.d.tmp open.d.tmp options.d.tmp os-ip.d.tmp os-local.d.tmp pagectrl.d.tmp passwd.d.tmp ppolicy.d.tmp print.d.tmp psearchctrl.d.tmp references.d.tmp request.d.tmp result.d.tmp sasl.d.tmp sbind.d.tmp schema.d.tmp search.d.tmp sort.d.tmp sortctrl.d.tmp stctrl.d.tmp string.d.tmp tavl.d.tmp tls2.d.tmp tls_g.d.tmp tls_o.d.tmp turn.d.tmp txn.d.tmp unbind.d.tmp url.d.tmp utf-8-conv.d.tmp utf-8.d.tmp util-int.d.tmp vlvctrl.d.tmp whoami.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o compatibility.o compatibility-debug_list.o compatibility-debug_list-2.o compatibility-c++0x.o compatibility-atomic-c++0x.o compatibility-thread-c++0x.o compatibility-chrono.o compatibility-condvar.o bitmap_allocator.o pool_allocator.o mt_allocator.o complex_io.o globals_io.o hash_tr1.o hashtable_tr1.o ios_failure.o ios_init.o ios_locale.o list.o list-aux.o list-aux-2.o list_associated.o list_associated-2.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o tree.o istream.o istream-string.o streambuf.o valarray.o cow-istream-string.o collate_members_cow.o messages_members_cow.o monetary_members_cow.o numeric_members_cow.o codecvt_members.o collate_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o allocator-inst.o concept-inst.o ext-inst.o misc-inst.o parallel_settings.o c98-codecvt.o chrono.o condition_variable.o cow-stdexcept.o ctype.o debug.o functexcept.o functional.o futex.o future.o hash_c++0x.o hashtable_c++0x.o ios.o limits.o mutex.o placeholders.o random.o regex.o shared_ptr.o snprintf_lite.o system_error.o thread.o cow-locale_init.o cow-shim_facets.o cxx11-hash_tr1.o cxx11-ios_failure.o cxx11-shim_facets.o cxx11-stdexcept.o ctype_configure_char.o ctype_members.o cow-fstream-inst.o cow-sstream-inst.o cow-string-io-inst.o cow-wstring-inst.o cow-wstring-io-inst.o cxx11-locale-inst.o cxx11-wlocale-inst.o sso_string.o ext11-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o sstream-inst.o streambuf-inst.o string-io-inst.o wlocale-inst.o wstring-inst.o wstring-io-inst.o c11-codecvt.o c11-cow-string-inst.o c11-ostream-inst.o c11-string-inst.o fs_dir.o fs_ops.o fs_path.o memory_resource.o cow-fs_dir.o cow-fs_ops.o cow-fs_path.o c17-cow-string-inst.o c17-ostream-inst.o c17-string-inst.o array_type_info.o.tmp atexit_arm.o.tmp atexit_thread.o.tmp atomicity.o.tmp bad_alloc.o.tmp bad_array_length.o.tmp bad_array_new.o.tmp bad_cast.o.tmp bad_typeid.o.tmp class_type_info.o.tmp del_op.o.tmp del_ops.o.tmp del_opnt.o.tmp del_opv.o.tmp del_opvs.o.tmp del_opvnt.o.tmp dyncast.o.tmp eh_alloc.o.tmp eh_arm.o.tmp eh_aux_runtime.o.tmp eh_call.o.tmp eh_catch.o.tmp eh_exception.o.tmp eh_globals.o.tmp eh_personality.o.tmp eh_ptr.o.tmp eh_term_handler.o.tmp eh_terminate.o.tmp eh_tm.o.tmp eh_throw.o.tmp eh_type.o.tmp eh_unex_handler.o.tmp enum_type_info.o.tmp function_type_info.o.tmp fundamental_type_info.o.tmp guard.o.tmp guard_error.o.tmp hash_bytes.o.tmp nested_exception.o.tmp new_handler.o.tmp new_op.o.tmp new_opnt.o.tmp new_opv.o.tmp new_opvnt.o.tmp new_opa.o.tmp new_opant.o.tmp new_opva.o.tmp new_opvant.o.tmp del_opa.o.tmp del_opant.o.tmp del_opsa.o.tmp del_opva.o.tmp del_opvant.o.tmp del_opvsa.o.tmp pbase_type_info.o.tmp pmem_type_info.o.tmp pointer_type_info.o.tmp pure.o.tmp si_class_type_info.o.tmp tinfo.o.tmp tinfo2.o.tmp vec.o.tmp vmi_class_type_info.o.tmp vterminate.o.tmp cp-demangle.o.tmp compatibility.o.tmp compatibility-debug_list.o.tmp compatibility-debug_list-2.o.tmp compatibility-c++0x.o.tmp compatibility-atomic-c++0x.o.tmp compatibility-thread-c++0x.o.tmp compatibility-chrono.o.tmp compatibility-condvar.o.tmp bitmap_allocator.o.tmp pool_allocator.o.tmp mt_allocator.o.tmp complex_io.o.tmp globals_io.o.tmp hash_tr1.o.tmp hashtable_tr1.o.tmp ios_failure.o.tmp ios_init.o.tmp ios_locale.o.tmp list.o.tmp list-aux.o.tmp list-aux-2.o.tmp list_associated.o.tmp list_associated-2.o.tmp locale.o.tmp locale_init.o.tmp locale_facets.o.tmp localename.o.tmp math_stubs_float.o.tmp math_stubs_long_double.o.tmp stdexcept.o.tmp strstream.o.tmp tree.o.tmp istream.o.tmp istream-string.o.tmp streambuf.o.tmp valarray.o.tmp cow-istream-string.o.tmp collate_members_cow.o.tmp messages_members_cow.o.tmp monetary_members_cow.o.tmp numeric_members_cow.o.tmp codecvt_members.o.tmp collate_members.o.tmp messages_members.o.tmp monetary_members.o.tmp numeric_members.o.tmp time_members.o.tmp basic_file.o.tmp c++locale.o.tmp allocator-inst.o.tmp concept-inst.o.tmp ext-inst.o.tmp misc-inst.o.tmp parallel_settings.o.tmp c98-codecvt.o.tmp chrono.o.tmp condition_variable.o.tmp cow-stdexcept.o.tmp ctype.o.tmp debug.o.tmp functexcept.o.tmp functional.o.tmp futex.o.tmp future.o.tmp hash_c++0x.o.tmp hashtable_c++0x.o.tmp ios.o.tmp limits.o.tmp mutex.o.tmp placeholders.o.tmp random.o.tmp regex.o.tmp shared_ptr.o.tmp snprintf_lite.o.tmp system_error.o.tmp thread.o.tmp cow-locale_init.o.tmp cow-shim_facets.o.tmp cxx11-hash_tr1.o.tmp cxx11-ios_failure.o.tmp cxx11-shim_facets.o.tmp cxx11-stdexcept.o.tmp ctype_configure_char.o.tmp ctype_members.o.tmp cow-fstream-inst.o.tmp cow-sstream-inst.o.tmp cow-string-io-inst.o.tmp cow-wstring-inst.o.tmp cow-wstring-io-inst.o.tmp cxx11-locale-inst.o.tmp cxx11-wlocale-inst.o.tmp sso_string.o.tmp ext11-inst.o.tmp fstream-inst.o.tmp ios-inst.o.tmp iostream-inst.o.tmp istream-inst.o.tmp locale-inst.o.tmp sstream-inst.o.tmp streambuf-inst.o.tmp string-io-inst.o.tmp wlocale-inst.o.tmp wstring-inst.o.tmp wstring-io-inst.o.tmp c11-codecvt.o.tmp c11-cow-string-inst.o.tmp c11-ostream-inst.o.tmp c11-string-inst.o.tmp fs_dir.o.tmp fs_ops.o.tmp fs_path.o.tmp memory_resource.o.tmp cow-fs_dir.o.tmp cow-fs_ops.o.tmp cow-fs_path.o.tmp c17-cow-string-inst.o.tmp c17-ostream-inst.o.tmp c17-string-inst.o.tmp || true) --- cleandir-external --- --- cleandir-libldap_r --- cleandir ===> external/bsd/openldap/lib/libldap_r --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o compatibility.o compatibility-debug_list.o compatibility-debug_list-2.o compatibility-c++0x.o compatibility-atomic-c++0x.o compatibility-thread-c++0x.o compatibility-chrono.o compatibility-condvar.o bitmap_allocator.o pool_allocator.o mt_allocator.o complex_io.o globals_io.o hash_tr1.o hashtable_tr1.o ios_failure.o ios_init.o ios_locale.o list.o list-aux.o list-aux-2.o list_associated.o list_associated-2.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o tree.o istream.o istream-string.o streambuf.o valarray.o cow-istream-string.o collate_members_cow.o messages_members_cow.o monetary_members_cow.o numeric_members_cow.o codecvt_members.o collate_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o allocator-inst.o concept-inst.o ext-inst.o misc-inst.o parallel_settings.o c98-codecvt.o chrono.o condition_variable.o cow-stdexcept.o ctype.o debug.o functexcept.o functional.o futex.o future.o hash_c++0x.o hashtable_c++0x.o ios.o limits.o mutex.o placeholders.o random.o regex.o shared_ptr.o snprintf_lite.o system_error.o thread.o cow-locale_init.o cow-shim_facets.o cxx11-hash_tr1.o cxx11-ios_failure.o cxx11-shim_facets.o cxx11-stdexcept.o ctype_configure_char.o ctype_members.o cow-fstream-inst.o cow-sstream-inst.o cow-string-io-inst.o cow-wstring-inst.o cow-wstring-io-inst.o cxx11-locale-inst.o cxx11-wlocale-inst.o sso_string.o ext11-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o sstream-inst.o streambuf-inst.o string-io-inst.o wlocale-inst.o wstring-inst.o wstring-io-inst.o c11-codecvt.o c11-cow-string-inst.o c11-ostream-inst.o c11-string-inst.o fs_dir.o fs_ops.o fs_path.o memory_resource.o cow-fs_dir.o cow-fs_ops.o cow-fs_path.o c17-cow-string-inst.o c17-ostream-inst.o c17-string-inst.o array_type_info.o.tmp atexit_arm.o.tmp atexit_thread.o.tmp atomicity.o.tmp bad_alloc.o.tmp bad_array_length.o.tmp bad_array_new.o.tmp bad_cast.o.tmp bad_typeid.o.tmp class_type_info.o.tmp del_op.o.tmp del_ops.o.tmp del_opnt.o.tmp del_opv.o.tmp del_opvs.o.tmp del_opvnt.o.tmp dyncast.o.tmp eh_alloc.o.tmp eh_arm.o.tmp eh_aux_runtime.o.tmp eh_call.o.tmp eh_catch.o.tmp eh_exception.o.tmp eh_globals.o.tmp eh_personality.o.tmp eh_ptr.o.tmp eh_term_handler.o.tmp eh_terminate.o.tmp eh_tm.o.tmp eh_throw.o.tmp eh_type.o.tmp eh_unex_handler.o.tmp enum_type_info.o.tmp function_type_info.o.tmp fundamental_type_info.o.tmp guard.o.tmp guard_error.o.tmp hash_bytes.o.tmp nested_exception.o.tmp new_handler.o.tmp new_op.o.tmp new_opnt.o.tmp new_opv.o.tmp new_opvnt.o.tmp new_opa.o.tmp new_opant.o.tmp new_opva.o.tmp new_opvant.o.tmp del_opa.o.tmp del_opant.o.tmp del_opsa.o.tmp del_opva.o.tmp del_opvant.o.tmp del_opvsa.o.tmp pbase_type_info.o.tmp pmem_type_info.o.tmp pointer_type_info.o.tmp pure.o.tmp si_class_type_info.o.tmp tinfo.o.tmp tinfo2.o.tmp vec.o.tmp vmi_class_type_info.o.tmp vterminate.o.tmp cp-demangle.o.tmp compatibility.o.tmp compatibility-debug_list.o.tmp compatibility-debug_list-2.o.tmp compatibility-c++0x.o.tmp compatibility-atomic-c++0x.o.tmp compatibility-thread-c++0x.o.tmp compatibility-chrono.o.tmp compatibility-condvar.o.tmp bitmap_allocator.o.tmp pool_allocator.o.tmp mt_allocator.o.tmp complex_io.o.tmp globals_io.o.tmp hash_tr1.o.tmp hashtable_tr1.o.tmp ios_failure.o.tmp ios_init.o.tmp ios_locale.o.tmp list.o.tmp list-aux.o.tmp list-aux-2.o.tmp list_associated.o.tmp list_associated-2.o.tmp locale.o.tmp locale_init.o.tmp locale_facets.o.tmp localename.o.tmp math_stubs_float.o.tmp math_stubs_long_double.o.tmp stdexcept.o.tmp strstream.o.tmp tree.o.tmp istream.o.tmp istream-string.o.tmp streambuf.o.tmp valarray.o.tmp cow-istream-string.o.tmp collate_members_cow.o.tmp messages_members_cow.o.tmp monetary_members_cow.o.tmp numeric_members_cow.o.tmp codecvt_members.o.tmp collate_members.o.tmp messages_members.o.tmp monetary_members.o.tmp numeric_members.o.tmp time_members.o.tmp basic_file.o.tmp c++locale.o.tmp allocator-inst.o.tmp concept-inst.o.tmp ext-inst.o.tmp misc-inst.o.tmp parallel_settings.o.tmp c98-codecvt.o.tmp chrono.o.tmp condition_variable.o.tmp cow-stdexcept.o.tmp ctype.o.tmp debug.o.tmp functexcept.o.tmp functional.o.tmp futex.o.tmp future.o.tmp hash_c++0x.o.tmp hashtable_c++0x.o.tmp ios.o.tmp limits.o.tmp mutex.o.tmp placeholders.o.tmp random.o.tmp regex.o.tmp shared_ptr.o.tmp snprintf_lite.o.tmp system_error.o.tmp thread.o.tmp cow-locale_init.o.tmp cow-shim_facets.o.tmp cxx11-hash_tr1.o.tmp cxx11-ios_failure.o.tmp cxx11-shim_facets.o.tmp cxx11-stdexcept.o.tmp ctype_configure_char.o.tmp ctype_members.o.tmp cow-fstream-inst.o.tmp cow-sstream-inst.o.tmp cow-string-io-inst.o.tmp cow-wstring-inst.o.tmp cow-wstring-io-inst.o.tmp cxx11-locale-inst.o.tmp cxx11-wlocale-inst.o.tmp sso_string.o.tmp ext11-inst.o.tmp fstream-inst.o.tmp ios-inst.o.tmp iostream-inst.o.tmp istream-inst.o.tmp locale-inst.o.tmp sstream-inst.o.tmp streambuf-inst.o.tmp string-io-inst.o.tmp wlocale-inst.o.tmp wstring-inst.o.tmp wstring-io-inst.o.tmp c11-codecvt.o.tmp c11-cow-string-inst.o.tmp c11-ostream-inst.o.tmp c11-string-inst.o.tmp fs_dir.o.tmp fs_ops.o.tmp fs_path.o.tmp memory_resource.o.tmp cow-fs_dir.o.tmp cow-fs_ops.o.tmp cow-fs_path.o.tmp c17-cow-string-inst.o.tmp c17-ostream-inst.o.tmp c17-string-inst.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_p.a array_type_info.po atexit_arm.po atexit_thread.po atomicity.po bad_alloc.po bad_array_length.po bad_array_new.po bad_cast.po bad_typeid.po class_type_info.po del_op.po del_ops.po del_opnt.po del_opv.po del_opvs.po del_opvnt.po dyncast.po eh_alloc.po eh_arm.po eh_aux_runtime.po eh_call.po eh_catch.po eh_exception.po eh_globals.po eh_personality.po eh_ptr.po eh_term_handler.po eh_terminate.po eh_tm.po eh_throw.po eh_type.po eh_unex_handler.po enum_type_info.po function_type_info.po fundamental_type_info.po guard.po guard_error.po hash_bytes.po nested_exception.po new_handler.po new_op.po new_opnt.po new_opv.po new_opvnt.po new_opa.po new_opant.po new_opva.po new_opvant.po del_opa.po del_opant.po del_opsa.po del_opva.po del_opvant.po del_opvsa.po pbase_type_info.po pmem_type_info.po pointer_type_info.po pure.po si_class_type_info.po tinfo.po tinfo2.po vec.po vmi_class_type_info.po vterminate.po cp-demangle.po compatibility.po compatibility-debug_list.po compatibility-debug_list-2.po compatibility-c++0x.po compatibility-atomic-c++0x.po compatibility-thread-c++0x.po compatibility-chrono.po compatibility-condvar.po bitmap_allocator.po pool_allocator.po mt_allocator.po complex_io.po globals_io.po hash_tr1.po hashtable_tr1.po ios_failure.po ios_init.po ios_locale.po list.po list-aux.po list-aux-2.po list_associated.po list_associated-2.po locale.po locale_init.po locale_facets.po localename.po math_stubs_float.po math_stubs_long_double.po stdexcept.po strstream.po tree.po istream.po istream-string.po streambuf.po valarray.po cow-istream-string.po collate_members_cow.po messages_members_cow.po monetary_members_cow.po numeric_members_cow.po codecvt_members.po collate_members.po messages_members.po monetary_members.po numeric_members.po time_members.po basic_file.po c++locale.po allocator-inst.po concept-inst.po ext-inst.po misc-inst.po parallel_settings.po c98-codecvt.po chrono.po condition_variable.po cow-stdexcept.po ctype.po debug.po functexcept.po functional.po futex.po future.po hash_c++0x.po hashtable_c++0x.po ios.po limits.po mutex.po placeholders.po random.po regex.po shared_ptr.po snprintf_lite.po system_error.po thread.po cow-locale_init.po cow-shim_facets.po cxx11-hash_tr1.po cxx11-ios_failure.po cxx11-shim_facets.po cxx11-stdexcept.po ctype_configure_char.po ctype_members.po cow-fstream-inst.po cow-sstream-inst.po cow-string-io-inst.po cow-wstring-inst.po cow-wstring-io-inst.po cxx11-locale-inst.po cxx11-wlocale-inst.po sso_string.po ext11-inst.po fstream-inst.po ios-inst.po iostream-inst.po istream-inst.po locale-inst.po sstream-inst.po streambuf-inst.po string-io-inst.po wlocale-inst.po wstring-inst.po wstring-io-inst.po c11-codecvt.po c11-cow-string-inst.po c11-ostream-inst.po c11-string-inst.po fs_dir.po fs_ops.po fs_path.po memory_resource.po cow-fs_dir.po cow-fs_ops.po cow-fs_path.po c17-cow-string-inst.po c17-ostream-inst.po c17-string-inst.po array_type_info.po.tmp atexit_arm.po.tmp atexit_thread.po.tmp atomicity.po.tmp bad_alloc.po.tmp bad_array_length.po.tmp bad_array_new.po.tmp bad_cast.po.tmp bad_typeid.po.tmp class_type_info.po.tmp del_op.po.tmp del_ops.po.tmp del_opnt.po.tmp del_opv.po.tmp del_opvs.po.tmp del_opvnt.po.tmp dyncast.po.tmp eh_alloc.po.tmp eh_arm.po.tmp eh_aux_runtime.po.tmp eh_call.po.tmp eh_catch.po.tmp eh_exception.po.tmp eh_globals.po.tmp eh_personality.po.tmp eh_ptr.po.tmp eh_term_handler.po.tmp eh_terminate.po.tmp eh_tm.po.tmp eh_throw.po.tmp eh_type.po.tmp eh_unex_handler.po.tmp enum_type_info.po.tmp function_type_info.po.tmp fundamental_type_info.po.tmp guard.po.tmp guard_error.po.tmp hash_bytes.po.tmp nested_exception.po.tmp new_handler.po.tmp new_op.po.tmp new_opnt.po.tmp new_opv.po.tmp new_opvnt.po.tmp new_opa.po.tmp new_opant.po.tmp new_opva.po.tmp new_opvant.po.tmp del_opa.po.tmp del_opant.po.tmp del_opsa.po.tmp del_opva.po.tmp del_opvant.po.tmp del_opvsa.po.tmp pbase_type_info.po.tmp pmem_type_info.po.tmp pointer_type_info.po.tmp pure.po.tmp si_class_type_info.po.tmp tinfo.po.tmp tinfo2.po.tmp vec.po.tmp vmi_class_type_info.po.tmp vterminate.po.tmp cp-demangle.po.tmp compatibility.po.tmp compatibility-debug_list.po.tmp compatibility-debug_list-2.po.tmp compatibility-c++0x.po.tmp compatibility-atomic-c++0x.po.tmp compatibility-thread-c++0x.po.tmp compatibility-chrono.po.tmp compatibility-condvar.po.tmp bitmap_allocator.po.tmp pool_allocator.po.tmp mt_allocator.po.tmp complex_io.po.tmp globals_io.po.tmp hash_tr1.po.tmp hashtable_tr1.po.tmp ios_failure.po.tmp ios_init.po.tmp ios_locale.po.tmp list.po.tmp list-aux.po.tmp list-aux-2.po.tmp list_associated.po.tmp list_associated-2.po.tmp locale.po.tmp locale_init.po.tmp locale_facets.po.tmp localename.po.tmp math_stubs_float.po.tmp math_stubs_long_double.po.tmp stdexcept.po.tmp strstream.po.tmp tree.po.tmp istream.po.tmp istream-string.po.tmp streambuf.po.tmp valarray.po.tmp cow-istream-string.po.tmp collate_members_cow.po.tmp messages_members_cow.po.tmp monetary_members_cow.po.tmp numeric_members_cow.po.tmp codecvt_members.po.tmp collate_members.po.tmp messages_members.po.tmp monetary_members.po.tmp numeric_members.po.tmp time_members.po.tmp basic_file.po.tmp c++locale.po.tmp allocator-inst.po.tmp concept-inst.po.tmp ext-inst.po.tmp misc-inst.po.tmp parallel_settings.po.tmp c98-codecvt.po.tmp chrono.po.tmp condition_variable.po.tmp cow-stdexcept.po.tmp ctype.po.tmp debug.po.tmp functexcept.po.tmp functional.po.tmp futex.po.tmp future.po.tmp hash_c++0x.po.tmp hashtable_c++0x.po.tmp ios.po.tmp limits.po.tmp mutex.po.tmp placeholders.po.tmp random.po.tmp regex.po.tmp shared_ptr.po.tmp snprintf_lite.po.tmp system_error.po.tmp thread.po.tmp cow-locale_init.po.tmp cow-shim_facets.po.tmp cxx11-hash_tr1.po.tmp cxx11-ios_failure.po.tmp cxx11-shim_facets.po.tmp cxx11-stdexcept.po.tmp ctype_configure_char.po.tmp ctype_members.po.tmp cow-fstream-inst.po.tmp cow-sstream-inst.po.tmp cow-string-io-inst.po.tmp cow-wstring-inst.po.tmp cow-wstring-io-inst.po.tmp cxx11-locale-inst.po.tmp cxx11-wlocale-inst.po.tmp sso_string.po.tmp ext11-inst.po.tmp fstream-inst.po.tmp ios-inst.po.tmp iostream-inst.po.tmp istream-inst.po.tmp locale-inst.po.tmp sstream-inst.po.tmp streambuf-inst.po.tmp string-io-inst.po.tmp wlocale-inst.po.tmp wstring-inst.po.tmp wstring-io-inst.po.tmp c11-codecvt.po.tmp c11-cow-string-inst.po.tmp c11-ostream-inst.po.tmp c11-string-inst.po.tmp fs_dir.po.tmp fs_ops.po.tmp fs_path.po.tmp memory_resource.po.tmp cow-fs_dir.po.tmp cow-fs_ops.po.tmp cow-fs_path.po.tmp c17-cow-string-inst.po.tmp c17-ostream-inst.po.tmp c17-string-inst.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_p.a array_type_info.po atexit_arm.po atexit_thread.po atomicity.po bad_alloc.po bad_array_length.po bad_array_new.po bad_cast.po bad_typeid.po class_type_info.po del_op.po del_ops.po del_opnt.po del_opv.po del_opvs.po del_opvnt.po dyncast.po eh_alloc.po eh_arm.po eh_aux_runtime.po eh_call.po eh_catch.po eh_exception.po eh_globals.po eh_personality.po eh_ptr.po eh_term_handler.po eh_terminate.po eh_tm.po eh_throw.po eh_type.po eh_unex_handler.po enum_type_info.po function_type_info.po fundamental_type_info.po guard.po guard_error.po hash_bytes.po nested_exception.po new_handler.po new_op.po new_opnt.po new_opv.po new_opvnt.po new_opa.po new_opant.po new_opva.po new_opvant.po del_opa.po del_opant.po del_opsa.po del_opva.po del_opvant.po del_opvsa.po pbase_type_info.po pmem_type_info.po pointer_type_info.po pure.po si_class_type_info.po tinfo.po tinfo2.po vec.po vmi_class_type_info.po vterminate.po cp-demangle.po compatibility.po compatibility-debug_list.po compatibility-debug_list-2.po compatibility-c++0x.po compatibility-atomic-c++0x.po compatibility-thread-c++0x.po compatibility-chrono.po compatibility-condvar.po bitmap_allocator.po pool_allocator.po mt_allocator.po complex_io.po globals_io.po hash_tr1.po hashtable_tr1.po ios_failure.po ios_init.po ios_locale.po list.po list-aux.po list-aux-2.po list_associated.po list_associated-2.po locale.po locale_init.po locale_facets.po localename.po math_stubs_float.po math_stubs_long_double.po stdexcept.po strstream.po tree.po istream.po istream-string.po streambuf.po valarray.po cow-istream-string.po collate_members_cow.po messages_members_cow.po monetary_members_cow.po numeric_members_cow.po codecvt_members.po collate_members.po messages_members.po monetary_members.po numeric_members.po time_members.po basic_file.po c++locale.po allocator-inst.po concept-inst.po ext-inst.po misc-inst.po parallel_settings.po c98-codecvt.po chrono.po condition_variable.po cow-stdexcept.po ctype.po debug.po functexcept.po functional.po futex.po future.po hash_c++0x.po hashtable_c++0x.po ios.po limits.po mutex.po placeholders.po random.po regex.po shared_ptr.po snprintf_lite.po system_error.po thread.po cow-locale_init.po cow-shim_facets.po cxx11-hash_tr1.po cxx11-ios_failure.po cxx11-shim_facets.po cxx11-stdexcept.po ctype_configure_char.po ctype_members.po cow-fstream-inst.po cow-sstream-inst.po cow-string-io-inst.po cow-wstring-inst.po cow-wstring-io-inst.po cxx11-locale-inst.po cxx11-wlocale-inst.po sso_string.po ext11-inst.po fstream-inst.po ios-inst.po iostream-inst.po istream-inst.po locale-inst.po sstream-inst.po streambuf-inst.po string-io-inst.po wlocale-inst.po wstring-inst.po wstring-io-inst.po c11-codecvt.po c11-cow-string-inst.po c11-ostream-inst.po c11-string-inst.po fs_dir.po fs_ops.po fs_path.po memory_resource.po cow-fs_dir.po cow-fs_ops.po cow-fs_path.po c17-cow-string-inst.po c17-ostream-inst.po c17-string-inst.po array_type_info.po.tmp atexit_arm.po.tmp atexit_thread.po.tmp atomicity.po.tmp bad_alloc.po.tmp bad_array_length.po.tmp bad_array_new.po.tmp bad_cast.po.tmp bad_typeid.po.tmp class_type_info.po.tmp del_op.po.tmp del_ops.po.tmp del_opnt.po.tmp del_opv.po.tmp del_opvs.po.tmp del_opvnt.po.tmp dyncast.po.tmp eh_alloc.po.tmp eh_arm.po.tmp eh_aux_runtime.po.tmp eh_call.po.tmp eh_catch.po.tmp eh_exception.po.tmp eh_globals.po.tmp eh_personality.po.tmp eh_ptr.po.tmp eh_term_handler.po.tmp eh_terminate.po.tmp eh_tm.po.tmp eh_throw.po.tmp eh_type.po.tmp eh_unex_handler.po.tmp enum_type_info.po.tmp function_type_info.po.tmp fundamental_type_info.po.tmp guard.po.tmp guard_error.po.tmp hash_bytes.po.tmp nested_exception.po.tmp new_handler.po.tmp new_op.po.tmp new_opnt.po.tmp new_opv.po.tmp new_opvnt.po.tmp new_opa.po.tmp new_opant.po.tmp new_opva.po.tmp new_opvant.po.tmp del_opa.po.tmp del_opant.po.tmp del_opsa.po.tmp del_opva.po.tmp del_opvant.po.tmp del_opvsa.po.tmp pbase_type_info.po.tmp pmem_type_info.po.tmp pointer_type_info.po.tmp pure.po.tmp si_class_type_info.po.tmp tinfo.po.tmp tinfo2.po.tmp vec.po.tmp vmi_class_type_info.po.tmp vterminate.po.tmp cp-demangle.po.tmp compatibility.po.tmp compatibility-debug_list.po.tmp compatibility-debug_list-2.po.tmp compatibility-c++0x.po.tmp compatibility-atomic-c++0x.po.tmp compatibility-thread-c++0x.po.tmp compatibility-chrono.po.tmp compatibility-condvar.po.tmp bitmap_allocator.po.tmp pool_allocator.po.tmp mt_allocator.po.tmp complex_io.po.tmp globals_io.po.tmp hash_tr1.po.tmp hashtable_tr1.po.tmp ios_failure.po.tmp ios_init.po.tmp ios_locale.po.tmp list.po.tmp list-aux.po.tmp list-aux-2.po.tmp list_associated.po.tmp list_associated-2.po.tmp locale.po.tmp locale_init.po.tmp locale_facets.po.tmp localename.po.tmp math_stubs_float.po.tmp math_stubs_long_double.po.tmp stdexcept.po.tmp strstream.po.tmp tree.po.tmp istream.po.tmp istream-string.po.tmp streambuf.po.tmp valarray.po.tmp cow-istream-string.po.tmp collate_members_cow.po.tmp messages_members_cow.po.tmp monetary_members_cow.po.tmp numeric_members_cow.po.tmp codecvt_members.po.tmp collate_members.po.tmp messages_members.po.tmp monetary_members.po.tmp numeric_members.po.tmp time_members.po.tmp basic_file.po.tmp c++locale.po.tmp allocator-inst.po.tmp concept-inst.po.tmp ext-inst.po.tmp misc-inst.po.tmp parallel_settings.po.tmp c98-codecvt.po.tmp chrono.po.tmp condition_variable.po.tmp cow-stdexcept.po.tmp ctype.po.tmp debug.po.tmp functexcept.po.tmp functional.po.tmp futex.po.tmp future.po.tmp hash_c++0x.po.tmp hashtable_c++0x.po.tmp ios.po.tmp limits.po.tmp mutex.po.tmp placeholders.po.tmp random.po.tmp regex.po.tmp shared_ptr.po.tmp snprintf_lite.po.tmp system_error.po.tmp thread.po.tmp cow-locale_init.po.tmp cow-shim_facets.po.tmp cxx11-hash_tr1.po.tmp cxx11-ios_failure.po.tmp cxx11-shim_facets.po.tmp cxx11-stdexcept.po.tmp ctype_configure_char.po.tmp ctype_members.po.tmp cow-fstream-inst.po.tmp cow-sstream-inst.po.tmp cow-string-io-inst.po.tmp cow-wstring-inst.po.tmp cow-wstring-io-inst.po.tmp cxx11-locale-inst.po.tmp cxx11-wlocale-inst.po.tmp sso_string.po.tmp ext11-inst.po.tmp fstream-inst.po.tmp ios-inst.po.tmp iostream-inst.po.tmp istream-inst.po.tmp locale-inst.po.tmp sstream-inst.po.tmp streambuf-inst.po.tmp string-io-inst.po.tmp wlocale-inst.po.tmp wstring-inst.po.tmp wstring-io-inst.po.tmp c11-codecvt.po.tmp c11-cow-string-inst.po.tmp c11-ostream-inst.po.tmp c11-string-inst.po.tmp fs_dir.po.tmp fs_ops.po.tmp fs_path.po.tmp memory_resource.po.tmp cow-fs_dir.po.tmp cow-fs_ops.po.tmp cow-fs_path.po.tmp c17-cow-string-inst.po.tmp c17-ostream-inst.po.tmp c17-string-inst.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f libldap_r.a bind.o open.o result.o error.o compare.o search.o controls.o messages.o references.o extended.o cyrus.o modify.o add.o modrdn.o delete.o abandon.o sasl.o sbind.o unbind.o cancel.o msctrl.o filter.o free.o sort.o passwd.o whoami.o lbase64.o getdn.o getentry.o getattr.o getvalues.o addentry.o request.o os-ip.o url.o pagectrl.o sortctrl.o vlvctrl.o init.o options.o print.o string.o util-int.o schema.o charray.o os-local.o dnssrv.o utf-8.o utf-8-conv.o turn.o ppolicy.o dds.o txn.o ldap_sync.o stctrl.o assertion.o deref.o fetch.o ldif.o tavl.o account_usability.o avl.o psearchctrl.o ldifutil.o gssapi.o tls2.o tls_o.o tls_g.o threads.o rdwr.o rq.o thr_posix.o thr_thr.o thr_nt.o thr_pth.o thr_debug.o tpool.o bind.o.tmp open.o.tmp result.o.tmp error.o.tmp compare.o.tmp search.o.tmp controls.o.tmp messages.o.tmp references.o.tmp extended.o.tmp cyrus.o.tmp modify.o.tmp add.o.tmp modrdn.o.tmp delete.o.tmp abandon.o.tmp sasl.o.tmp sbind.o.tmp unbind.o.tmp cancel.o.tmp msctrl.o.tmp filter.o.tmp free.o.tmp sort.o.tmp passwd.o.tmp whoami.o.tmp lbase64.o.tmp getdn.o.tmp getentry.o.tmp getattr.o.tmp getvalues.o.tmp addentry.o.tmp request.o.tmp os-ip.o.tmp url.o.tmp pagectrl.o.tmp sortctrl.o.tmp vlvctrl.o.tmp init.o.tmp options.o.tmp print.o.tmp string.o.tmp util-int.o.tmp schema.o.tmp charray.o.tmp os-local.o.tmp dnssrv.o.tmp utf-8.o.tmp utf-8-conv.o.tmp turn.o.tmp ppolicy.o.tmp dds.o.tmp txn.o.tmp ldap_sync.o.tmp stctrl.o.tmp assertion.o.tmp deref.o.tmp fetch.o.tmp ldif.o.tmp tavl.o.tmp account_usability.o.tmp avl.o.tmp psearchctrl.o.tmp ldifutil.o.tmp gssapi.o.tmp tls2.o.tmp tls_o.o.tmp tls_g.o.tmp threads.o.tmp rdwr.o.tmp rq.o.tmp thr_posix.o.tmp thr_thr.o.tmp thr_nt.o.tmp thr_pth.o.tmp thr_debug.o.tmp tpool.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_pic.a libstdc++.so.* libstdc++.so array_type_info.pico atexit_arm.pico atexit_thread.pico atomicity.pico bad_alloc.pico bad_array_length.pico bad_array_new.pico bad_cast.pico bad_typeid.pico class_type_info.pico del_op.pico del_ops.pico del_opnt.pico del_opv.pico del_opvs.pico del_opvnt.pico dyncast.pico eh_alloc.pico eh_arm.pico eh_aux_runtime.pico eh_call.pico eh_catch.pico eh_exception.pico eh_globals.pico eh_personality.pico eh_ptr.pico eh_term_handler.pico eh_terminate.pico eh_tm.pico eh_throw.pico eh_type.pico eh_unex_handler.pico enum_type_info.pico function_type_info.pico fundamental_type_info.pico guard.pico guard_error.pico hash_bytes.pico nested_exception.pico new_handler.pico new_op.pico new_opnt.pico new_opv.pico new_opvnt.pico new_opa.pico new_opant.pico new_opva.pico new_opvant.pico del_opa.pico del_opant.pico del_opsa.pico del_opva.pico del_opvant.pico del_opvsa.pico pbase_type_info.pico pmem_type_info.pico pointer_type_info.pico pure.pico si_class_type_info.pico tinfo.pico tinfo2.pico vec.pico vmi_class_type_info.pico vterminate.pico cp-demangle.pico compatibility.pico compatibility-debug_list.pico compatibility-debug_list-2.pico compatibility-c++0x.pico compatibility-atomic-c++0x.pico compatibility-thread-c++0x.pico compatibility-chrono.pico compatibility-condvar.pico bitmap_allocator.pico pool_allocator.pico mt_allocator.pico complex_io.pico globals_io.pico hash_tr1.pico hashtable_tr1.pico ios_failure.pico ios_init.pico ios_locale.pico list.pico list-aux.pico list-aux-2.pico list_associated.pico list_associated-2.pico locale.pico locale_init.pico locale_facets.pico localename.pico math_stubs_float.pico math_stubs_long_double.pico stdexcept.pico strstream.pico tree.pico istream.pico istream-string.pico streambuf.pico valarray.pico cow-istream-string.pico collate_members_cow.pico messages_members_cow.pico monetary_members_cow.pico numeric_members_cow.pico codecvt_members.pico collate_members.pico messages_members.pico monetary_members.pico numeric_members.pico time_members.pico basic_file.pico c++locale.pico allocator-inst.pico concept-inst.pico ext-inst.pico misc-inst.pico parallel_settings.pico c98-codecvt.pico chrono.pico condition_variable.pico cow-stdexcept.pico ctype.pico debug.pico functexcept.pico functional.pico futex.pico future.pico hash_c++0x.pico hashtable_c++0x.pico ios.pico limits.pico mutex.pico placeholders.pico random.pico regex.pico shared_ptr.pico snprintf_lite.pico system_error.pico thread.pico cow-locale_init.pico cow-shim_facets.pico cxx11-hash_tr1.pico cxx11-ios_failure.pico cxx11-shim_facets.pico cxx11-stdexcept.pico ctype_configure_char.pico ctype_members.pico cow-fstream-inst.pico cow-sstream-inst.pico cow-string-io-inst.pico cow-wstring-inst.pico cow-wstring-io-inst.pico cxx11-locale-inst.pico cxx11-wlocale-inst.pico sso_string.pico ext11-inst.pico fstream-inst.pico ios-inst.pico iostream-inst.pico istream-inst.pico locale-inst.pico sstream-inst.pico streambuf-inst.pico string-io-inst.pico wlocale-inst.pico wstring-inst.pico wstring-io-inst.pico c11-codecvt.pico c11-cow-string-inst.pico c11-ostream-inst.pico c11-string-inst.pico fs_dir.pico fs_ops.pico fs_path.pico memory_resource.pico cow-fs_dir.pico cow-fs_ops.pico cow-fs_path.pico c17-cow-string-inst.pico c17-ostream-inst.pico c17-string-inst.pico array_type_info.pico.tmp atexit_arm.pico.tmp atexit_thread.pico.tmp atomicity.pico.tmp bad_alloc.pico.tmp bad_array_length.pico.tmp bad_array_new.pico.tmp bad_cast.pico.tmp bad_typeid.pico.tmp class_type_info.pico.tmp del_op.pico.tmp del_ops.pico.tmp del_opnt.pico.tmp del_opv.pico.tmp del_opvs.pico.tmp del_opvnt.pico.tmp dyncast.pico.tmp eh_alloc.pico.tmp eh_arm.pico.tmp eh_aux_runtime.pico.tmp eh_call.pico.tmp eh_catch.pico.tmp eh_exception.pico.tmp eh_globals.pico.tmp eh_personality.pico.tmp eh_ptr.pico.tmp eh_term_handler.pico.tmp eh_terminate.pico.tmp eh_tm.pico.tmp eh_throw.pico.tmp eh_type.pico.tmp eh_unex_handler.pico.tmp enum_type_info.pico.tmp function_type_info.pico.tmp fundamental_type_info.pico.tmp guard.pico.tmp guard_error.pico.tmp hash_bytes.pico.tmp nested_exception.pico.tmp new_handler.pico.tmp new_op.pico.tmp new_opnt.pico.tmp new_opv.pico.tmp new_opvnt.pico.tmp new_opa.pico.tmp new_opant.pico.tmp new_opva.pico.tmp new_opvant.pico.tmp del_opa.pico.tmp del_opant.pico.tmp del_opsa.pico.tmp del_opva.pico.tmp del_opvant.pico.tmp del_opvsa.pico.tmp pbase_type_info.pico.tmp pmem_type_info.pico.tmp pointer_type_info.pico.tmp pure.pico.tmp si_class_type_info.pico.tmp tinfo.pico.tmp tinfo2.pico.tmp vec.pico.tmp vmi_class_type_info.pico.tmp vterminate.pico.tmp cp-demangle.pico.tmp compatibility.pico.tmp compatibility-debug_list.pico.tmp compatibility-debug_list-2.pico.tmp compatibility-c++0x.pico.tmp compatibility-atomic-c++0x.pico.tmp compatibility-thread-c++0x.pico.tmp compatibility-chrono.pico.tmp compatibility-condvar.pico.tmp bitmap_allocator.pico.tmp pool_allocator.pico.tmp mt_allocator.pico.tmp complex_io.pico.tmp globals_io.pico.tmp hash_tr1.pico.tmp hashtable_tr1.pico.tmp ios_failure.pico.tmp ios_init.pico.tmp ios_locale.pico.tmp list.pico.tmp list-aux.pico.tmp list-aux-2.pico.tmp list_associated.pico.tmp list_associated-2.pico.tmp locale.pico.tmp locale_init.pico.tmp locale_facets.pico.tmp localename.pico.tmp math_stubs_float.pico.tmp math_stubs_long_double.pico.tmp stdexcept.pico.tmp strstream.pico.tmp tree.pico.tmp istream.pico.tmp istream-string.pico.tmp streambuf.pico.tmp valarray.pico.tmp cow-istream-string.pico.tmp collate_members_cow.pico.tmp messages_members_cow.pico.tmp monetary_members_cow.pico.tmp numeric_members_cow.pico.tmp codecvt_members.pico.tmp collate_members.pico.tmp messages_members.pico.tmp monetary_members.pico.tmp numeric_members.pico.tmp time_members.pico.tmp basic_file.pico.tmp c++locale.pico.tmp allocator-inst.pico.tmp concept-inst.pico.tmp ext-inst.pico.tmp misc-inst.pico.tmp parallel_settings.pico.tmp c98-codecvt.pico.tmp chrono.pico.tmp condition_variable.pico.tmp cow-stdexcept.pico.tmp ctype.pico.tmp debug.pico.tmp functexcept.pico.tmp functional.pico.tmp futex.pico.tmp future.pico.tmp hash_c++0x.pico.tmp hashtable_c++0x.pico.tmp ios.pico.tmp limits.pico.tmp mutex.pico.tmp placeholders.pico.tmp random.pico.tmp regex.pico.tmp shared_ptr.pico.tmp snprintf_lite.pico.tmp system_error.pico.tmp thread.pico.tmp cow-locale_init.pico.tmp cow-shim_facets.pico.tmp cxx11-hash_tr1.pico.tmp cxx11-ios_failure.pico.tmp cxx11-shim_facets.pico.tmp cxx11-stdexcept.pico.tmp ctype_configure_char.pico.tmp ctype_members.pico.tmp cow-fstream-inst.pico.tmp cow-sstream-inst.pico.tmp cow-string-io-inst.pico.tmp cow-wstring-inst.pico.tmp cow-wstring-io-inst.pico.tmp cxx11-locale-inst.pico.tmp cxx11-wlocale-inst.pico.tmp sso_string.pico.tmp ext11-inst.pico.tmp fstream-inst.pico.tmp ios-inst.pico.tmp iostream-inst.pico.tmp istream-inst.pico.tmp locale-inst.pico.tmp sstream-inst.pico.tmp streambuf-inst.pico.tmp string-io-inst.pico.tmp wlocale-inst.pico.tmp wstring-inst.pico.tmp wstring-io-inst.pico.tmp c11-codecvt.pico.tmp c11-cow-string-inst.pico.tmp c11-ostream-inst.pico.tmp c11-string-inst.pico.tmp fs_dir.pico.tmp fs_ops.pico.tmp fs_path.pico.tmp memory_resource.pico.tmp cow-fs_dir.pico.tmp cow-fs_ops.pico.tmp cow-fs_path.pico.tmp c17-cow-string-inst.pico.tmp c17-ostream-inst.pico.tmp c17-string-inst.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f libldap_r.a bind.o open.o result.o error.o compare.o search.o controls.o messages.o references.o extended.o cyrus.o modify.o add.o modrdn.o delete.o abandon.o sasl.o sbind.o unbind.o cancel.o msctrl.o filter.o free.o sort.o passwd.o whoami.o lbase64.o getdn.o getentry.o getattr.o getvalues.o addentry.o request.o os-ip.o url.o pagectrl.o sortctrl.o vlvctrl.o init.o options.o print.o string.o util-int.o schema.o charray.o os-local.o dnssrv.o utf-8.o utf-8-conv.o turn.o ppolicy.o dds.o txn.o ldap_sync.o stctrl.o assertion.o deref.o fetch.o ldif.o tavl.o account_usability.o avl.o psearchctrl.o ldifutil.o gssapi.o tls2.o tls_o.o tls_g.o threads.o rdwr.o rq.o thr_posix.o thr_thr.o thr_nt.o thr_pth.o thr_debug.o tpool.o bind.o.tmp open.o.tmp result.o.tmp error.o.tmp compare.o.tmp search.o.tmp controls.o.tmp messages.o.tmp references.o.tmp extended.o.tmp cyrus.o.tmp modify.o.tmp add.o.tmp modrdn.o.tmp delete.o.tmp abandon.o.tmp sasl.o.tmp sbind.o.tmp unbind.o.tmp cancel.o.tmp msctrl.o.tmp filter.o.tmp free.o.tmp sort.o.tmp passwd.o.tmp whoami.o.tmp lbase64.o.tmp getdn.o.tmp getentry.o.tmp getattr.o.tmp getvalues.o.tmp addentry.o.tmp request.o.tmp os-ip.o.tmp url.o.tmp pagectrl.o.tmp sortctrl.o.tmp vlvctrl.o.tmp init.o.tmp options.o.tmp print.o.tmp string.o.tmp util-int.o.tmp schema.o.tmp charray.o.tmp os-local.o.tmp dnssrv.o.tmp utf-8.o.tmp utf-8-conv.o.tmp turn.o.tmp ppolicy.o.tmp dds.o.tmp txn.o.tmp ldap_sync.o.tmp stctrl.o.tmp assertion.o.tmp deref.o.tmp fetch.o.tmp ldif.o.tmp tavl.o.tmp account_usability.o.tmp avl.o.tmp psearchctrl.o.tmp ldifutil.o.tmp gssapi.o.tmp tls2.o.tmp tls_o.o.tmp tls_g.o.tmp threads.o.tmp rdwr.o.tmp rq.o.tmp thr_posix.o.tmp thr_thr.o.tmp thr_nt.o.tmp thr_pth.o.tmp thr_debug.o.tmp tpool.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_pic.a libstdc++.so.* libstdc++.so array_type_info.pico atexit_arm.pico atexit_thread.pico atomicity.pico bad_alloc.pico bad_array_length.pico bad_array_new.pico bad_cast.pico bad_typeid.pico class_type_info.pico del_op.pico del_ops.pico del_opnt.pico del_opv.pico del_opvs.pico del_opvnt.pico dyncast.pico eh_alloc.pico eh_arm.pico eh_aux_runtime.pico eh_call.pico eh_catch.pico eh_exception.pico eh_globals.pico eh_personality.pico eh_ptr.pico eh_term_handler.pico eh_terminate.pico eh_tm.pico eh_throw.pico eh_type.pico eh_unex_handler.pico enum_type_info.pico function_type_info.pico fundamental_type_info.pico guard.pico guard_error.pico hash_bytes.pico nested_exception.pico new_handler.pico new_op.pico new_opnt.pico new_opv.pico new_opvnt.pico new_opa.pico new_opant.pico new_opva.pico new_opvant.pico del_opa.pico del_opant.pico del_opsa.pico del_opva.pico del_opvant.pico del_opvsa.pico pbase_type_info.pico pmem_type_info.pico pointer_type_info.pico pure.pico si_class_type_info.pico tinfo.pico tinfo2.pico vec.pico vmi_class_type_info.pico vterminate.pico cp-demangle.pico compatibility.pico compatibility-debug_list.pico compatibility-debug_list-2.pico compatibility-c++0x.pico compatibility-atomic-c++0x.pico compatibility-thread-c++0x.pico compatibility-chrono.pico compatibility-condvar.pico bitmap_allocator.pico pool_allocator.pico mt_allocator.pico complex_io.pico globals_io.pico hash_tr1.pico hashtable_tr1.pico ios_failure.pico ios_init.pico ios_locale.pico list.pico list-aux.pico list-aux-2.pico list_associated.pico list_associated-2.pico locale.pico locale_init.pico locale_facets.pico localename.pico math_stubs_float.pico math_stubs_long_double.pico stdexcept.pico strstream.pico tree.pico istream.pico istream-string.pico streambuf.pico valarray.pico cow-istream-string.pico collate_members_cow.pico messages_members_cow.pico monetary_members_cow.pico numeric_members_cow.pico codecvt_members.pico collate_members.pico messages_members.pico monetary_members.pico numeric_members.pico time_members.pico basic_file.pico c++locale.pico allocator-inst.pico concept-inst.pico ext-inst.pico misc-inst.pico parallel_settings.pico c98-codecvt.pico chrono.pico condition_variable.pico cow-stdexcept.pico ctype.pico debug.pico functexcept.pico functional.pico futex.pico future.pico hash_c++0x.pico hashtable_c++0x.pico ios.pico limits.pico mutex.pico placeholders.pico random.pico regex.pico shared_ptr.pico snprintf_lite.pico system_error.pico thread.pico cow-locale_init.pico cow-shim_facets.pico cxx11-hash_tr1.pico cxx11-ios_failure.pico cxx11-shim_facets.pico cxx11-stdexcept.pico ctype_configure_char.pico ctype_members.pico cow-fstream-inst.pico cow-sstream-inst.pico cow-string-io-inst.pico cow-wstring-inst.pico cow-wstring-io-inst.pico cxx11-locale-inst.pico cxx11-wlocale-inst.pico sso_string.pico ext11-inst.pico fstream-inst.pico ios-inst.pico iostream-inst.pico istream-inst.pico locale-inst.pico sstream-inst.pico streambuf-inst.pico string-io-inst.pico wlocale-inst.pico wstring-inst.pico wstring-io-inst.pico c11-codecvt.pico c11-cow-string-inst.pico c11-ostream-inst.pico c11-string-inst.pico fs_dir.pico fs_ops.pico fs_path.pico memory_resource.pico cow-fs_dir.pico cow-fs_ops.pico cow-fs_path.pico c17-cow-string-inst.pico c17-ostream-inst.pico c17-string-inst.pico array_type_info.pico.tmp atexit_arm.pico.tmp atexit_thread.pico.tmp atomicity.pico.tmp bad_alloc.pico.tmp bad_array_length.pico.tmp bad_array_new.pico.tmp bad_cast.pico.tmp bad_typeid.pico.tmp class_type_info.pico.tmp del_op.pico.tmp del_ops.pico.tmp del_opnt.pico.tmp del_opv.pico.tmp del_opvs.pico.tmp del_opvnt.pico.tmp dyncast.pico.tmp eh_alloc.pico.tmp eh_arm.pico.tmp eh_aux_runtime.pico.tmp eh_call.pico.tmp eh_catch.pico.tmp eh_exception.pico.tmp eh_globals.pico.tmp eh_personality.pico.tmp eh_ptr.pico.tmp eh_term_handler.pico.tmp eh_terminate.pico.tmp eh_tm.pico.tmp eh_throw.pico.tmp eh_type.pico.tmp eh_unex_handler.pico.tmp enum_type_info.pico.tmp function_type_info.pico.tmp fundamental_type_info.pico.tmp guard.pico.tmp guard_error.pico.tmp hash_bytes.pico.tmp nested_exception.pico.tmp new_handler.pico.tmp new_op.pico.tmp new_opnt.pico.tmp new_opv.pico.tmp new_opvnt.pico.tmp new_opa.pico.tmp new_opant.pico.tmp new_opva.pico.tmp new_opvant.pico.tmp del_opa.pico.tmp del_opant.pico.tmp del_opsa.pico.tmp del_opva.pico.tmp del_opvant.pico.tmp del_opvsa.pico.tmp pbase_type_info.pico.tmp pmem_type_info.pico.tmp pointer_type_info.pico.tmp pure.pico.tmp si_class_type_info.pico.tmp tinfo.pico.tmp tinfo2.pico.tmp vec.pico.tmp vmi_class_type_info.pico.tmp vterminate.pico.tmp cp-demangle.pico.tmp compatibility.pico.tmp compatibility-debug_list.pico.tmp compatibility-debug_list-2.pico.tmp compatibility-c++0x.pico.tmp compatibility-atomic-c++0x.pico.tmp compatibility-thread-c++0x.pico.tmp compatibility-chrono.pico.tmp compatibility-condvar.pico.tmp bitmap_allocator.pico.tmp pool_allocator.pico.tmp mt_allocator.pico.tmp complex_io.pico.tmp globals_io.pico.tmp hash_tr1.pico.tmp hashtable_tr1.pico.tmp ios_failure.pico.tmp ios_init.pico.tmp ios_locale.pico.tmp list.pico.tmp list-aux.pico.tmp list-aux-2.pico.tmp list_associated.pico.tmp list_associated-2.pico.tmp locale.pico.tmp locale_init.pico.tmp locale_facets.pico.tmp localename.pico.tmp math_stubs_float.pico.tmp math_stubs_long_double.pico.tmp stdexcept.pico.tmp strstream.pico.tmp tree.pico.tmp istream.pico.tmp istream-string.pico.tmp streambuf.pico.tmp valarray.pico.tmp cow-istream-string.pico.tmp collate_members_cow.pico.tmp messages_members_cow.pico.tmp monetary_members_cow.pico.tmp numeric_members_cow.pico.tmp codecvt_members.pico.tmp collate_members.pico.tmp messages_members.pico.tmp monetary_members.pico.tmp numeric_members.pico.tmp time_members.pico.tmp basic_file.pico.tmp c++locale.pico.tmp allocator-inst.pico.tmp concept-inst.pico.tmp ext-inst.pico.tmp misc-inst.pico.tmp parallel_settings.pico.tmp c98-codecvt.pico.tmp chrono.pico.tmp condition_variable.pico.tmp cow-stdexcept.pico.tmp ctype.pico.tmp debug.pico.tmp functexcept.pico.tmp functional.pico.tmp futex.pico.tmp future.pico.tmp hash_c++0x.pico.tmp hashtable_c++0x.pico.tmp ios.pico.tmp limits.pico.tmp mutex.pico.tmp placeholders.pico.tmp random.pico.tmp regex.pico.tmp shared_ptr.pico.tmp snprintf_lite.pico.tmp system_error.pico.tmp thread.pico.tmp cow-locale_init.pico.tmp cow-shim_facets.pico.tmp cxx11-hash_tr1.pico.tmp cxx11-ios_failure.pico.tmp cxx11-shim_facets.pico.tmp cxx11-stdexcept.pico.tmp ctype_configure_char.pico.tmp ctype_members.pico.tmp cow-fstream-inst.pico.tmp cow-sstream-inst.pico.tmp cow-string-io-inst.pico.tmp cow-wstring-inst.pico.tmp cow-wstring-io-inst.pico.tmp cxx11-locale-inst.pico.tmp cxx11-wlocale-inst.pico.tmp sso_string.pico.tmp ext11-inst.pico.tmp fstream-inst.pico.tmp ios-inst.pico.tmp iostream-inst.pico.tmp istream-inst.pico.tmp locale-inst.pico.tmp sstream-inst.pico.tmp streambuf-inst.pico.tmp string-io-inst.pico.tmp wlocale-inst.pico.tmp wstring-inst.pico.tmp wstring-io-inst.pico.tmp c11-codecvt.pico.tmp c11-cow-string-inst.pico.tmp c11-ostream-inst.pico.tmp c11-string-inst.pico.tmp fs_dir.pico.tmp fs_ops.pico.tmp fs_path.pico.tmp memory_resource.pico.tmp cow-fs_dir.pico.tmp cow-fs_ops.pico.tmp cow-fs_path.pico.tmp c17-cow-string-inst.pico.tmp c17-ostream-inst.pico.tmp c17-string-inst.pico.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_p.a bind.po open.po result.po error.po compare.po search.po controls.po messages.po references.po extended.po cyrus.po modify.po add.po modrdn.po delete.po abandon.po sasl.po sbind.po unbind.po cancel.po msctrl.po filter.po free.po sort.po passwd.po whoami.po lbase64.po getdn.po getentry.po getattr.po getvalues.po addentry.po request.po os-ip.po url.po pagectrl.po sortctrl.po vlvctrl.po init.po options.po print.po string.po util-int.po schema.po charray.po os-local.po dnssrv.po utf-8.po utf-8-conv.po turn.po ppolicy.po dds.po txn.po ldap_sync.po stctrl.po assertion.po deref.po fetch.po ldif.po tavl.po account_usability.po avl.po psearchctrl.po ldifutil.po gssapi.po tls2.po tls_o.po tls_g.po threads.po rdwr.po rq.po thr_posix.po thr_thr.po thr_nt.po thr_pth.po thr_debug.po tpool.po bind.po.tmp open.po.tmp result.po.tmp error.po.tmp compare.po.tmp search.po.tmp controls.po.tmp messages.po.tmp references.po.tmp extended.po.tmp cyrus.po.tmp modify.po.tmp add.po.tmp modrdn.po.tmp delete.po.tmp abandon.po.tmp sasl.po.tmp sbind.po.tmp unbind.po.tmp cancel.po.tmp msctrl.po.tmp filter.po.tmp free.po.tmp sort.po.tmp passwd.po.tmp whoami.po.tmp lbase64.po.tmp getdn.po.tmp getentry.po.tmp getattr.po.tmp getvalues.po.tmp addentry.po.tmp request.po.tmp os-ip.po.tmp url.po.tmp pagectrl.po.tmp sortctrl.po.tmp vlvctrl.po.tmp init.po.tmp options.po.tmp print.po.tmp string.po.tmp util-int.po.tmp schema.po.tmp charray.po.tmp os-local.po.tmp dnssrv.po.tmp utf-8.po.tmp utf-8-conv.po.tmp turn.po.tmp ppolicy.po.tmp dds.po.tmp txn.po.tmp ldap_sync.po.tmp stctrl.po.tmp assertion.po.tmp deref.po.tmp fetch.po.tmp ldif.po.tmp tavl.po.tmp account_usability.po.tmp avl.po.tmp psearchctrl.po.tmp ldifutil.po.tmp gssapi.po.tmp tls2.po.tmp tls_o.po.tmp tls_g.po.tmp threads.po.tmp rdwr.po.tmp rq.po.tmp thr_posix.po.tmp thr_thr.po.tmp thr_nt.po.tmp thr_pth.po.tmp thr_debug.po.tmp tpool.po.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_p.a bind.po open.po result.po error.po compare.po search.po controls.po messages.po references.po extended.po cyrus.po modify.po add.po modrdn.po delete.po abandon.po sasl.po sbind.po unbind.po cancel.po msctrl.po filter.po free.po sort.po passwd.po whoami.po lbase64.po getdn.po getentry.po getattr.po getvalues.po addentry.po request.po os-ip.po url.po pagectrl.po sortctrl.po vlvctrl.po init.po options.po print.po string.po util-int.po schema.po charray.po os-local.po dnssrv.po utf-8.po utf-8-conv.po turn.po ppolicy.po dds.po txn.po ldap_sync.po stctrl.po assertion.po deref.po fetch.po ldif.po tavl.po account_usability.po avl.po psearchctrl.po ldifutil.po gssapi.po tls2.po tls_o.po tls_g.po threads.po rdwr.po rq.po thr_posix.po thr_thr.po thr_nt.po thr_pth.po thr_debug.po tpool.po bind.po.tmp open.po.tmp result.po.tmp error.po.tmp compare.po.tmp search.po.tmp controls.po.tmp messages.po.tmp references.po.tmp extended.po.tmp cyrus.po.tmp modify.po.tmp add.po.tmp modrdn.po.tmp delete.po.tmp abandon.po.tmp sasl.po.tmp sbind.po.tmp unbind.po.tmp cancel.po.tmp msctrl.po.tmp filter.po.tmp free.po.tmp sort.po.tmp passwd.po.tmp whoami.po.tmp lbase64.po.tmp getdn.po.tmp getentry.po.tmp getattr.po.tmp getvalues.po.tmp addentry.po.tmp request.po.tmp os-ip.po.tmp url.po.tmp pagectrl.po.tmp sortctrl.po.tmp vlvctrl.po.tmp init.po.tmp options.po.tmp print.po.tmp string.po.tmp util-int.po.tmp schema.po.tmp charray.po.tmp os-local.po.tmp dnssrv.po.tmp utf-8.po.tmp utf-8-conv.po.tmp turn.po.tmp ppolicy.po.tmp dds.po.tmp txn.po.tmp ldap_sync.po.tmp stctrl.po.tmp assertion.po.tmp deref.po.tmp fetch.po.tmp ldif.po.tmp tavl.po.tmp account_usability.po.tmp avl.po.tmp psearchctrl.po.tmp ldifutil.po.tmp gssapi.po.tmp tls2.po.tmp tls_o.po.tmp tls_g.po.tmp threads.po.tmp rdwr.po.tmp rq.po.tmp thr_posix.po.tmp thr_thr.po.tmp thr_nt.po.tmp thr_pth.po.tmp thr_debug.po.tmp tpool.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f llib-lstdc++.ln cp-demangle.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f llib-lstdc++.ln cp-demangle.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_g.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++-symbols.ver libstdc++-symbols.ver.tmp bits/largefile-config.h libstdc++.so.9.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++-symbols.ver libstdc++-symbols.ver.tmp bits/largefile-config.h libstdc++.so.9.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_pic.a libldap_r.so.* libldap_r.so bind.pico open.pico result.pico error.pico compare.pico search.pico controls.pico messages.pico references.pico extended.pico cyrus.pico modify.pico add.pico modrdn.pico delete.pico abandon.pico sasl.pico sbind.pico unbind.pico cancel.pico msctrl.pico filter.pico free.pico sort.pico passwd.pico whoami.pico lbase64.pico getdn.pico getentry.pico getattr.pico getvalues.pico addentry.pico request.pico os-ip.pico url.pico pagectrl.pico sortctrl.pico vlvctrl.pico init.pico options.pico print.pico string.pico util-int.pico schema.pico charray.pico os-local.pico dnssrv.pico utf-8.pico utf-8-conv.pico turn.pico ppolicy.pico dds.pico txn.pico ldap_sync.pico stctrl.pico assertion.pico deref.pico fetch.pico ldif.pico tavl.pico account_usability.pico avl.pico psearchctrl.pico ldifutil.pico gssapi.pico tls2.pico tls_o.pico tls_g.pico threads.pico rdwr.pico rq.pico thr_posix.pico thr_thr.pico thr_nt.pico thr_pth.pico thr_debug.pico tpool.pico bind.pico.tmp open.pico.tmp result.pico.tmp error.pico.tmp compare.pico.tmp search.pico.tmp controls.pico.tmp messages.pico.tmp references.pico.tmp extended.pico.tmp cyrus.pico.tmp modify.pico.tmp add.pico.tmp modrdn.pico.tmp delete.pico.tmp abandon.pico.tmp sasl.pico.tmp sbind.pico.tmp unbind.pico.tmp cancel.pico.tmp msctrl.pico.tmp filter.pico.tmp free.pico.tmp sort.pico.tmp passwd.pico.tmp whoami.pico.tmp lbase64.pico.tmp getdn.pico.tmp getentry.pico.tmp getattr.pico.tmp getvalues.pico.tmp addentry.pico.tmp request.pico.tmp os-ip.pico.tmp url.pico.tmp pagectrl.pico.tmp sortctrl.pico.tmp vlvctrl.pico.tmp init.pico.tmp options.pico.tmp print.pico.tmp string.pico.tmp util-int.pico.tmp schema.pico.tmp charray.pico.tmp os-local.pico.tmp dnssrv.pico.tmp utf-8.pico.tmp utf-8-conv.pico.tmp turn.pico.tmp ppolicy.pico.tmp dds.pico.tmp txn.pico.tmp ldap_sync.pico.tmp stctrl.pico.tmp assertion.pico.tmp deref.pico.tmp fetch.pico.tmp ldif.pico.tmp tavl.pico.tmp account_usability.pico.tmp avl.pico.tmp psearchctrl.pico.tmp ldifutil.pico.tmp gssapi.pico.tmp tls2.pico.tmp tls_o.pico.tmp tls_g.pico.tmp threads.pico.tmp rdwr.pico.tmp rq.pico.tmp thr_posix.pico.tmp thr_thr.pico.tmp thr_nt.pico.tmp thr_pth.pico.tmp thr_debug.pico.tmp tpool.pico.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_pic.a libldap_r.so.* libldap_r.so bind.pico open.pico result.pico error.pico compare.pico search.pico controls.pico messages.pico references.pico extended.pico cyrus.pico modify.pico add.pico modrdn.pico delete.pico abandon.pico sasl.pico sbind.pico unbind.pico cancel.pico msctrl.pico filter.pico free.pico sort.pico passwd.pico whoami.pico lbase64.pico getdn.pico getentry.pico getattr.pico getvalues.pico addentry.pico request.pico os-ip.pico url.pico pagectrl.pico sortctrl.pico vlvctrl.pico init.pico options.pico print.pico string.pico util-int.pico schema.pico charray.pico os-local.pico dnssrv.pico utf-8.pico utf-8-conv.pico turn.pico ppolicy.pico dds.pico txn.pico ldap_sync.pico stctrl.pico assertion.pico deref.pico fetch.pico ldif.pico tavl.pico account_usability.pico avl.pico psearchctrl.pico ldifutil.pico gssapi.pico tls2.pico tls_o.pico tls_g.pico threads.pico rdwr.pico rq.pico thr_posix.pico thr_thr.pico thr_nt.pico thr_pth.pico thr_debug.pico tpool.pico bind.pico.tmp open.pico.tmp result.pico.tmp error.pico.tmp compare.pico.tmp search.pico.tmp controls.pico.tmp messages.pico.tmp references.pico.tmp extended.pico.tmp cyrus.pico.tmp modify.pico.tmp add.pico.tmp modrdn.pico.tmp delete.pico.tmp abandon.pico.tmp sasl.pico.tmp sbind.pico.tmp unbind.pico.tmp cancel.pico.tmp msctrl.pico.tmp filter.pico.tmp free.pico.tmp sort.pico.tmp passwd.pico.tmp whoami.pico.tmp lbase64.pico.tmp getdn.pico.tmp getentry.pico.tmp getattr.pico.tmp getvalues.pico.tmp addentry.pico.tmp request.pico.tmp os-ip.pico.tmp url.pico.tmp pagectrl.pico.tmp sortctrl.pico.tmp vlvctrl.pico.tmp init.pico.tmp options.pico.tmp print.pico.tmp string.pico.tmp util-int.pico.tmp schema.pico.tmp charray.pico.tmp os-local.pico.tmp dnssrv.pico.tmp utf-8.pico.tmp utf-8-conv.pico.tmp turn.pico.tmp ppolicy.pico.tmp dds.pico.tmp txn.pico.tmp ldap_sync.pico.tmp stctrl.pico.tmp assertion.pico.tmp deref.pico.tmp fetch.pico.tmp ldif.pico.tmp tavl.pico.tmp account_usability.pico.tmp avl.pico.tmp psearchctrl.pico.tmp ldifutil.pico.tmp gssapi.pico.tmp tls2.pico.tmp tls_o.pico.tmp tls_g.pico.tmp threads.pico.tmp rdwr.pico.tmp rq.pico.tmp thr_posix.pico.tmp thr_thr.pico.tmp thr_nt.pico.tmp thr_pth.pico.tmp thr_debug.pico.tmp tpool.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f codecvt_members.cc collate_members.cc ctype_members.cc messages_members.cc monetary_members.cc numeric_members.cc time_members.cc atomicity.cc c++locale.cc basic_file.cc cp-demangle.c cp-demangle.h collate_members_cow.cc messages_members_cow.cc monetary_members_cow.cc numeric_members_cow.cc c98-codecvt.cc c11-codecvt.cc c11-cow-string-inst.cc c17-cow-string-inst.cc c11-ostream-inst.cc c17-ostream-inst.cc c11-string-inst.cc c17-string-inst.cc enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend allocator-inst.d array_type_info.d atexit_arm.d atexit_thread.d atomicity.d bad_alloc.d bad_array_length.d bad_array_new.d bad_cast.d bad_typeid.d basic_file.d bitmap_allocator.d c++locale.d c11-codecvt.d c11-cow-string-inst.d c11-ostream-inst.d c11-string-inst.d c17-cow-string-inst.d c17-ostream-inst.d c17-string-inst.d c98-codecvt.d chrono.d class_type_info.d codecvt_members.d collate_members.d collate_members_cow.d compatibility-atomic-c++0x.d compatibility-c++0x.d compatibility-chrono.d compatibility-condvar.d compatibility-debug_list-2.d compatibility-debug_list.d compatibility-thread-c++0x.d compatibility.d complex_io.d concept-inst.d condition_variable.d cow-fs_dir.d cow-fs_ops.d cow-fs_path.d cow-fstream-inst.d cow-istream-string.d cow-locale_init.d cow-shim_facets.d cow-sstream-inst.d cow-stdexcept.d cow-string-io-inst.d cow-wstring-inst.d cow-wstring-io-inst.d cp-demangle.d ctype.d ctype_configure_char.d ctype_members.d cxx11-hash_tr1.d cxx11-ios_failure.d cxx11-locale-inst.d cxx11-shim_facets.d cxx11-stdexcept.d cxx11-wlocale-inst.d debug.d del_op.d del_opa.d del_opant.d del_opnt.d del_ops.d del_opsa.d del_opv.d del_opva.d del_opvant.d del_opvnt.d del_opvs.d del_opvsa.d dyncast.d eh_alloc.d eh_arm.d eh_aux_runtime.d eh_call.d eh_catch.d eh_exception.d eh_globals.d eh_personality.d eh_ptr.d eh_term_handler.d eh_terminate.d eh_throw.d eh_tm.d eh_type.d eh_unex_handler.d enable-execute-stack.d enum_type_info.d ext-inst.d ext11-inst.d fs_dir.d fs_ops.d fs_path.d fstream-inst.d functexcept.d function_type_info.d functional.d fundamental_type_info.d futex.d future.d globals_io.d guard.d guard_error.d hash_bytes.d hash_c++0x.d hash_tr1.d hashtable_c++0x.d hashtable_tr1.d ios-inst.d ios.d ios_failure.d ios_init.d ios_locale.d iostream-inst.d istream-inst.d istream-string.d istream.d limits.d list-aux-2.d list-aux.d list.d list_associated-2.d list_associated.d locale-inst.d locale.d locale_facets.d locale_init.d localename.d math_stubs_float.d math_stubs_long_double.d memory_resource.d messages_members.d messages_members_cow.d misc-inst.d monetary_members.d monetary_members_cow.d mt_allocator.d mutex.d nested_exception.d new_handler.d new_op.d new_opa.d new_opant.d new_opnt.d new_opv.d new_opva.d new_opvant.d new_opvnt.d numeric_members.d numeric_members_cow.d parallel_settings.d pbase_type_info.d placeholders.d pmem_type_info.d pointer_type_info.d pool_allocator.d pure.d random.d regex.d shared_ptr.d si_class_type_info.d snprintf_lite.d sso_string.d sstream-inst.d stdexcept.d streambuf-inst.d streambuf.d string-io-inst.d strstream.d system_error.d thread.d time_members.d tinfo.d tinfo2.d tree.d valarray.d vec.d vmi_class_type_info.d vterminate.d wlocale-inst.d wstring-inst.d wstring-io-inst.d allocator-inst.d.tmp array_type_info.d.tmp atexit_arm.d.tmp atexit_thread.d.tmp atomicity.d.tmp bad_alloc.d.tmp bad_array_length.d.tmp bad_array_new.d.tmp bad_cast.d.tmp bad_typeid.d.tmp basic_file.d.tmp bitmap_allocator.d.tmp c++locale.d.tmp c11-codecvt.d.tmp c11-cow-string-inst.d.tmp c11-ostream-inst.d.tmp c11-string-inst.d.tmp c17-cow-string-inst.d.tmp c17-ostream-inst.d.tmp c17-string-inst.d.tmp c98-codecvt.d.tmp chrono.d.tmp class_type_info.d.tmp codecvt_members.d.tmp collate_members.d.tmp collate_members_cow.d.tmp compatibility-atomic-c++0x.d.tmp compatibility-c++0x.d.tmp compatibility-chrono.d.tmp compatibility-condvar.d.tmp compatibility-debug_list-2.d.tmp compatibility-debug_list.d.tmp compatibility-thread-c++0x.d.tmp compatibility.d.tmp complex_io.d.tmp concept-inst.d.tmp condition_variable.d.tmp cow-fs_dir.d.tmp cow-fs_ops.d.tmp cow-fs_path.d.tmp cow-fstream-inst.d.tmp cow-istream-string.d.tmp cow-locale_init.d.tmp cow-shim_facets.d.tmp cow-sstream-inst.d.tmp cow-stdexcept.d.tmp cow-string-io-inst.d.tmp cow-wstring-inst.d.tmp cow-wstring-io-inst.d.tmp cp-demangle.d.tmp ctype.d.tmp ctype_configure_char.d.tmp ctype_members.d.tmp cxx11-hash_tr1.d.tmp cxx11-ios_failure.d.tmp cxx11-locale-inst.d.tmp cxx11-shim_facets.d.tmp cxx11-stdexcept.d.tmp cxx11-wlocale-inst.d.tmp debug.d.tmp del_op.d.tmp del_opa.d.tmp del_opant.d.tmp del_opnt.d.tmp del_ops.d.tmp del_opsa.d.tmp del_opv.d.tmp del_opva.d.tmp del_opvant.d.tmp del_opvnt.d.tmp del_opvs.d.tmp del_opvsa.d.tmp dyncast.d.tmp eh_alloc.d.tmp eh_arm.d.tmp eh_aux_runtime.d.tmp eh_call.d.tmp eh_catch.d.tmp eh_exception.d.tmp eh_globals.d.tmp eh_personality.d.tmp eh_ptr.d.tmp eh_term_handler.d.tmp eh_terminate.d.tmp eh_throw.d.tmp eh_tm.d.tmp eh_type.d.tmp eh_unex_handler.d.tmp enable-execute-stack.d.tmp enum_type_info.d.tmp ext-inst.d.tmp ext11-inst.d.tmp fs_dir.d.tmp fs_ops.d.tmp fs_path.d.tmp fstream-inst.d.tmp functexcept.d.tmp function_type_info.d.tmp functional.d.tmp fundamental_type_info.d.tmp futex.d.tmp future.d.tmp globals_io.d.tmp guard.d.tmp guard_error.d.tmp hash_bytes.d.tmp hash_c++0x.d.tmp hash_tr1.d.tmp hashtable_c++0x.d.tmp hashtable_tr1.d.tmp ios-inst.d.tmp ios.d.tmp ios_failure.d.tmp ios_init.d.tmp ios_locale.d.tmp iostream-inst.d.tmp istream-inst.d.tmp istream-string.d.tmp istream.d.tmp limits.d.tmp list-aux-2.d.tmp list-aux.d.tmp list.d.tmp list_associated-2.d.tmp list_associated.d.tmp locale-inst.d.tmp locale.d.tmp locale_facets.d.tmp locale_init.d.tmp localename.d.tmp math_stubs_float.d.tmp math_stubs_long_double.d.tmp memory_resource.d.tmp messages_members.d.tmp messages_members_cow.d.tmp misc-inst.d.tmp monetary_members.d.tmp monetary_members_cow.d.tmp mt_allocator.d.tmp mutex.d.tmp nested_exception.d.tmp new_handler.d.tmp new_op.d.tmp new_opa.d.tmp new_opant.d.tmp new_opnt.d.tmp new_opv.d.tmp new_opva.d.tmp new_opvant.d.tmp new_opvnt.d.tmp numeric_members.d.tmp numeric_members_cow.d.tmp parallel_settings.d.tmp pbase_type_info.d.tmp placeholders.d.tmp pmem_type_info.d.tmp pointer_type_info.d.tmp pool_allocator.d.tmp pure.d.tmp random.d.tmp regex.d.tmp shared_ptr.d.tmp si_class_type_info.d.tmp snprintf_lite.d.tmp sso_string.d.tmp sstream-inst.d.tmp stdexcept.d.tmp streambuf-inst.d.tmp streambuf.d.tmp string-io-inst.d.tmp strstream.d.tmp system_error.d.tmp thread.d.tmp time_members.d.tmp tinfo.d.tmp tinfo2.d.tmp tree.d.tmp valarray.d.tmp vec.d.tmp vmi_class_type_info.d.tmp vterminate.d.tmp wlocale-inst.d.tmp wstring-inst.d.tmp wstring-io-inst.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f llib-lldap_r.ln bind.ln open.ln result.ln error.ln compare.ln search.ln controls.ln messages.ln references.ln extended.ln cyrus.ln modify.ln add.ln modrdn.ln delete.ln abandon.ln sasl.ln sbind.ln unbind.ln cancel.ln msctrl.ln filter.ln free.ln sort.ln passwd.ln whoami.ln lbase64.ln getdn.ln getentry.ln getattr.ln getvalues.ln addentry.ln request.ln os-ip.ln url.ln pagectrl.ln sortctrl.ln vlvctrl.ln init.ln options.ln print.ln string.ln util-int.ln schema.ln charray.ln os-local.ln dnssrv.ln utf-8.ln utf-8-conv.ln turn.ln ppolicy.ln dds.ln txn.ln ldap_sync.ln stctrl.ln assertion.ln deref.ln fetch.ln ldif.ln tavl.ln account_usability.ln avl.ln psearchctrl.ln ldifutil.ln gssapi.ln tls2.ln tls_o.ln tls_g.ln threads.ln rdwr.ln rq.ln thr_posix.ln thr_thr.ln thr_nt.ln thr_pth.ln thr_debug.ln tpool.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f codecvt_members.cc collate_members.cc ctype_members.cc messages_members.cc monetary_members.cc numeric_members.cc time_members.cc atomicity.cc c++locale.cc basic_file.cc cp-demangle.c cp-demangle.h collate_members_cow.cc messages_members_cow.cc monetary_members_cow.cc numeric_members_cow.cc c98-codecvt.cc c11-codecvt.cc c11-cow-string-inst.cc c17-cow-string-inst.cc c11-ostream-inst.cc c17-ostream-inst.cc c11-string-inst.cc c17-string-inst.cc enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend allocator-inst.d array_type_info.d atexit_arm.d atexit_thread.d atomicity.d bad_alloc.d bad_array_length.d bad_array_new.d bad_cast.d bad_typeid.d basic_file.d bitmap_allocator.d c++locale.d c11-codecvt.d c11-cow-string-inst.d c11-ostream-inst.d c11-string-inst.d c17-cow-string-inst.d c17-ostream-inst.d c17-string-inst.d c98-codecvt.d chrono.d class_type_info.d codecvt_members.d collate_members.d collate_members_cow.d compatibility-atomic-c++0x.d compatibility-c++0x.d compatibility-chrono.d compatibility-condvar.d compatibility-debug_list-2.d compatibility-debug_list.d compatibility-thread-c++0x.d compatibility.d complex_io.d concept-inst.d condition_variable.d cow-fs_dir.d cow-fs_ops.d cow-fs_path.d cow-fstream-inst.d cow-istream-string.d cow-locale_init.d cow-shim_facets.d cow-sstream-inst.d cow-stdexcept.d cow-string-io-inst.d cow-wstring-inst.d cow-wstring-io-inst.d cp-demangle.d ctype.d ctype_configure_char.d ctype_members.d cxx11-hash_tr1.d cxx11-ios_failure.d cxx11-locale-inst.d cxx11-shim_facets.d cxx11-stdexcept.d cxx11-wlocale-inst.d debug.d del_op.d del_opa.d del_opant.d del_opnt.d del_ops.d del_opsa.d del_opv.d del_opva.d del_opvant.d del_opvnt.d del_opvs.d del_opvsa.d dyncast.d eh_alloc.d eh_arm.d eh_aux_runtime.d eh_call.d eh_catch.d eh_exception.d eh_globals.d eh_personality.d eh_ptr.d eh_term_handler.d eh_terminate.d eh_throw.d eh_tm.d eh_type.d eh_unex_handler.d enable-execute-stack.d enum_type_info.d ext-inst.d ext11-inst.d fs_dir.d fs_ops.d fs_path.d fstream-inst.d functexcept.d function_type_info.d functional.d fundamental_type_info.d futex.d future.d globals_io.d guard.d guard_error.d hash_bytes.d hash_c++0x.d hash_tr1.d hashtable_c++0x.d hashtable_tr1.d ios-inst.d ios.d ios_failure.d ios_init.d ios_locale.d iostream-inst.d istream-inst.d istream-string.d istream.d limits.d list-aux-2.d list-aux.d list.d list_associated-2.d list_associated.d locale-inst.d locale.d locale_facets.d locale_init.d localename.d math_stubs_float.d math_stubs_long_double.d memory_resource.d messages_members.d messages_members_cow.d misc-inst.d monetary_members.d monetary_members_cow.d mt_allocator.d mutex.d nested_exception.d new_handler.d new_op.d new_opa.d new_opant.d new_opnt.d new_opv.d new_opva.d new_opvant.d new_opvnt.d numeric_members.d numeric_members_cow.d parallel_settings.d pbase_type_info.d placeholders.d pmem_type_info.d pointer_type_info.d pool_allocator.d pure.d random.d regex.d shared_ptr.d si_class_type_info.d snprintf_lite.d sso_string.d sstream-inst.d stdexcept.d streambuf-inst.d streambuf.d string-io-inst.d strstream.d system_error.d thread.d time_members.d tinfo.d tinfo2.d tree.d valarray.d vec.d vmi_class_type_info.d vterminate.d wlocale-inst.d wstring-inst.d wstring-io-inst.d allocator-inst.d.tmp array_type_info.d.tmp atexit_arm.d.tmp atexit_thread.d.tmp atomicity.d.tmp bad_alloc.d.tmp bad_array_length.d.tmp bad_array_new.d.tmp bad_cast.d.tmp bad_typeid.d.tmp basic_file.d.tmp bitmap_allocator.d.tmp c++locale.d.tmp c11-codecvt.d.tmp c11-cow-string-inst.d.tmp c11-ostream-inst.d.tmp c11-string-inst.d.tmp c17-cow-string-inst.d.tmp c17-ostream-inst.d.tmp c17-string-inst.d.tmp c98-codecvt.d.tmp chrono.d.tmp class_type_info.d.tmp codecvt_members.d.tmp collate_members.d.tmp collate_members_cow.d.tmp compatibility-atomic-c++0x.d.tmp compatibility-c++0x.d.tmp compatibility-chrono.d.tmp compatibility-condvar.d.tmp compatibility-debug_list-2.d.tmp compatibility-debug_list.d.tmp compatibility-thread-c++0x.d.tmp compatibility.d.tmp complex_io.d.tmp concept-inst.d.tmp condition_variable.d.tmp cow-fs_dir.d.tmp cow-fs_ops.d.tmp cow-fs_path.d.tmp cow-fstream-inst.d.tmp cow-istream-string.d.tmp cow-locale_init.d.tmp cow-shim_facets.d.tmp cow-sstream-inst.d.tmp cow-stdexcept.d.tmp cow-string-io-inst.d.tmp cow-wstring-inst.d.tmp cow-wstring-io-inst.d.tmp cp-demangle.d.tmp ctype.d.tmp ctype_configure_char.d.tmp ctype_members.d.tmp cxx11-hash_tr1.d.tmp cxx11-ios_failure.d.tmp cxx11-locale-inst.d.tmp cxx11-shim_facets.d.tmp cxx11-stdexcept.d.tmp cxx11-wlocale-inst.d.tmp debug.d.tmp del_op.d.tmp del_opa.d.tmp del_opant.d.tmp del_opnt.d.tmp del_ops.d.tmp del_opsa.d.tmp del_opv.d.tmp del_opva.d.tmp del_opvant.d.tmp del_opvnt.d.tmp del_opvs.d.tmp del_opvsa.d.tmp dyncast.d.tmp eh_alloc.d.tmp eh_arm.d.tmp eh_aux_runtime.d.tmp eh_call.d.tmp eh_catch.d.tmp eh_exception.d.tmp eh_globals.d.tmp eh_personality.d.tmp eh_ptr.d.tmp eh_term_handler.d.tmp eh_terminate.d.tmp eh_throw.d.tmp eh_tm.d.tmp eh_type.d.tmp eh_unex_handler.d.tmp enable-execute-stack.d.tmp enum_type_info.d.tmp ext-inst.d.tmp ext11-inst.d.tmp fs_dir.d.tmp fs_ops.d.tmp fs_path.d.tmp fstream-inst.d.tmp functexcept.d.tmp function_type_info.d.tmp functional.d.tmp fundamental_type_info.d.tmp futex.d.tmp future.d.tmp globals_io.d.tmp guard.d.tmp guard_error.d.tmp hash_bytes.d.tmp hash_c++0x.d.tmp hash_tr1.d.tmp hashtable_c++0x.d.tmp hashtable_tr1.d.tmp ios-inst.d.tmp ios.d.tmp ios_failure.d.tmp ios_init.d.tmp ios_locale.d.tmp iostream-inst.d.tmp istream-inst.d.tmp istream-string.d.tmp istream.d.tmp limits.d.tmp list-aux-2.d.tmp list-aux.d.tmp list.d.tmp list_associated-2.d.tmp list_associated.d.tmp locale-inst.d.tmp locale.d.tmp locale_facets.d.tmp locale_init.d.tmp localename.d.tmp math_stubs_float.d.tmp math_stubs_long_double.d.tmp memory_resource.d.tmp messages_members.d.tmp messages_members_cow.d.tmp misc-inst.d.tmp monetary_members.d.tmp monetary_members_cow.d.tmp mt_allocator.d.tmp mutex.d.tmp nested_exception.d.tmp new_handler.d.tmp new_op.d.tmp new_opa.d.tmp new_opant.d.tmp new_opnt.d.tmp new_opv.d.tmp new_opva.d.tmp new_opvant.d.tmp new_opvnt.d.tmp numeric_members.d.tmp numeric_members_cow.d.tmp parallel_settings.d.tmp pbase_type_info.d.tmp placeholders.d.tmp pmem_type_info.d.tmp pointer_type_info.d.tmp pool_allocator.d.tmp pure.d.tmp random.d.tmp regex.d.tmp shared_ptr.d.tmp si_class_type_info.d.tmp snprintf_lite.d.tmp sso_string.d.tmp sstream-inst.d.tmp stdexcept.d.tmp streambuf-inst.d.tmp streambuf.d.tmp string-io-inst.d.tmp strstream.d.tmp system_error.d.tmp thread.d.tmp time_members.d.tmp tinfo.d.tmp tinfo2.d.tmp tree.d.tmp valarray.d.tmp vec.d.tmp vmi_class_type_info.d.tmp vterminate.d.tmp wlocale-inst.d.tmp wstring-inst.d.tmp wstring-io-inst.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f llib-lldap_r.ln bind.ln open.ln result.ln error.ln compare.ln search.ln controls.ln messages.ln references.ln extended.ln cyrus.ln modify.ln add.ln modrdn.ln delete.ln abandon.ln sasl.ln sbind.ln unbind.ln cancel.ln msctrl.ln filter.ln free.ln sort.ln passwd.ln whoami.ln lbase64.ln getdn.ln getentry.ln getattr.ln getvalues.ln addentry.ln request.ln os-ip.ln url.ln pagectrl.ln sortctrl.ln vlvctrl.ln init.ln options.ln print.ln string.ln util-int.ln schema.ln charray.ln os-local.ln dnssrv.ln utf-8.ln utf-8-conv.ln turn.ln ppolicy.ln dds.ln txn.ln ldap_sync.ln stctrl.ln assertion.ln deref.ln fetch.ln ldif.ln tavl.ln account_usability.ln avl.ln psearchctrl.ln ldifutil.ln gssapi.ln tls2.ln tls_o.ln tls_g.ln threads.ln rdwr.ln rq.ln thr_posix.ln thr_thr.ln thr_nt.ln thr_pth.ln thr_debug.ln tpool.ln || true) --- cleandir-lib --- --- cleandir-include --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f libldap_r.so.6.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f libldap_r.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f .depend abandon.d account_usability.d add.d addentry.d assertion.d avl.d bind.d cancel.d charray.d compare.d controls.d cyrus.d dds.d delete.d deref.d dnssrv.d error.d extended.d fetch.d filter.d free.d getattr.d getdn.d getentry.d getvalues.d gssapi.d init.d lbase64.d ldap_sync.d ldif.d ldifutil.d messages.d modify.d modrdn.d msctrl.d open.d options.d os-ip.d os-local.d pagectrl.d passwd.d ppolicy.d print.d psearchctrl.d rdwr.d references.d request.d result.d rq.d sasl.d sbind.d schema.d search.d sort.d sortctrl.d stctrl.d string.d tavl.d thr_debug.d thr_nt.d thr_posix.d thr_pth.d thr_thr.d threads.d tls2.d tls_g.d tls_o.d tpool.d turn.d txn.d unbind.d url.d utf-8-conv.d utf-8.d util-int.d vlvctrl.d whoami.d abandon.d.tmp account_usability.d.tmp add.d.tmp addentry.d.tmp assertion.d.tmp avl.d.tmp bind.d.tmp cancel.d.tmp charray.d.tmp compare.d.tmp controls.d.tmp cyrus.d.tmp dds.d.tmp delete.d.tmp deref.d.tmp dnssrv.d.tmp error.d.tmp extended.d.tmp fetch.d.tmp filter.d.tmp free.d.tmp getattr.d.tmp getdn.d.tmp getentry.d.tmp getvalues.d.tmp gssapi.d.tmp init.d.tmp lbase64.d.tmp ldap_sync.d.tmp ldif.d.tmp ldifutil.d.tmp messages.d.tmp modify.d.tmp modrdn.d.tmp msctrl.d.tmp open.d.tmp options.d.tmp os-ip.d.tmp os-local.d.tmp pagectrl.d.tmp passwd.d.tmp ppolicy.d.tmp print.d.tmp psearchctrl.d.tmp rdwr.d.tmp references.d.tmp request.d.tmp result.d.tmp rq.d.tmp sasl.d.tmp sbind.d.tmp schema.d.tmp search.d.tmp sort.d.tmp sortctrl.d.tmp stctrl.d.tmp string.d.tmp tavl.d.tmp thr_debug.d.tmp thr_nt.d.tmp thr_posix.d.tmp thr_pth.d.tmp thr_thr.d.tmp threads.d.tmp tls2.d.tmp tls_g.d.tmp tls_o.d.tmp tpool.d.tmp turn.d.tmp txn.d.tmp unbind.d.tmp url.d.tmp utf-8-conv.d.tmp utf-8.d.tmp util-int.d.tmp vlvctrl.d.tmp whoami.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f .depend abandon.d account_usability.d add.d addentry.d assertion.d avl.d bind.d cancel.d charray.d compare.d controls.d cyrus.d dds.d delete.d deref.d dnssrv.d error.d extended.d fetch.d filter.d free.d getattr.d getdn.d getentry.d getvalues.d gssapi.d init.d lbase64.d ldap_sync.d ldif.d ldifutil.d messages.d modify.d modrdn.d msctrl.d open.d options.d os-ip.d os-local.d pagectrl.d passwd.d ppolicy.d print.d psearchctrl.d rdwr.d references.d request.d result.d rq.d sasl.d sbind.d schema.d search.d sort.d sortctrl.d stctrl.d string.d tavl.d thr_debug.d thr_nt.d thr_posix.d thr_pth.d thr_thr.d threads.d tls2.d tls_g.d tls_o.d tpool.d turn.d txn.d unbind.d url.d utf-8-conv.d utf-8.d util-int.d vlvctrl.d whoami.d abandon.d.tmp account_usability.d.tmp add.d.tmp addentry.d.tmp assertion.d.tmp avl.d.tmp bind.d.tmp cancel.d.tmp charray.d.tmp compare.d.tmp controls.d.tmp cyrus.d.tmp dds.d.tmp delete.d.tmp deref.d.tmp dnssrv.d.tmp error.d.tmp extended.d.tmp fetch.d.tmp filter.d.tmp free.d.tmp getattr.d.tmp getdn.d.tmp getentry.d.tmp getvalues.d.tmp gssapi.d.tmp init.d.tmp lbase64.d.tmp ldap_sync.d.tmp ldif.d.tmp ldifutil.d.tmp messages.d.tmp modify.d.tmp modrdn.d.tmp msctrl.d.tmp open.d.tmp options.d.tmp os-ip.d.tmp os-local.d.tmp pagectrl.d.tmp passwd.d.tmp ppolicy.d.tmp print.d.tmp psearchctrl.d.tmp rdwr.d.tmp references.d.tmp request.d.tmp result.d.tmp rq.d.tmp sasl.d.tmp sbind.d.tmp schema.d.tmp search.d.tmp sort.d.tmp sortctrl.d.tmp stctrl.d.tmp string.d.tmp tavl.d.tmp thr_debug.d.tmp thr_nt.d.tmp thr_posix.d.tmp thr_pth.d.tmp thr_thr.d.tmp threads.d.tmp tls2.d.tmp tls_g.d.tmp tls_o.d.tmp tpool.d.tmp turn.d.tmp txn.d.tmp unbind.d.tmp url.d.tmp utf-8-conv.d.tmp utf-8.d.tmp util-int.d.tmp vlvctrl.d.tmp whoami.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-backward --- --- cleandir-external --- --- cleandir-liblutil --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/backward --- cleandir-external --- cleandir ===> external/bsd/openldap/lib/liblutil --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/backward && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f liblutil.a base64.o entropy.o sasl.o signal.o hash.o passfile.o md5.o passwd.o sha1.o getpass.o lockf.o utils.o uuid.o sockpair.o meter.o getpeereid.o detach.o base64.o.tmp entropy.o.tmp sasl.o.tmp signal.o.tmp hash.o.tmp passfile.o.tmp md5.o.tmp passwd.o.tmp sha1.o.tmp getpass.o.tmp lockf.o.tmp utils.o.tmp uuid.o.tmp sockpair.o.tmp meter.o.tmp getpeereid.o.tmp detach.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/backward && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f liblutil.a base64.o entropy.o sasl.o signal.o hash.o passfile.o md5.o passwd.o sha1.o getpass.o lockf.o utils.o uuid.o sockpair.o meter.o getpeereid.o detach.o base64.o.tmp entropy.o.tmp sasl.o.tmp signal.o.tmp hash.o.tmp passfile.o.tmp md5.o.tmp passwd.o.tmp sha1.o.tmp getpass.o.tmp lockf.o.tmp utils.o.tmp uuid.o.tmp sockpair.o.tmp meter.o.tmp getpeereid.o.tmp detach.o.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f liblutil_p.a || true) --- cleandir-lib --- --- cleandir-ext --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/ext --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f liblutil_p.a || true) --- libclean3 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f liblutil_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/ext && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f liblutil_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/ext && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f liblutil_pic.a || true) --- cleandir-lib --- --- cleandir-bits --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f liblutil_pic.a || true) --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/bits --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f llib-llutil.ln base64.ln entropy.ln sasl.ln signal.ln hash.ln passfile.ln md5.ln passwd.ln sha1.ln getpass.ln lockf.ln utils.ln uuid.ln sockpair.ln meter.ln getpeereid.ln detach.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f llib-llutil.ln base64.ln entropy.ln sasl.ln signal.ln hash.ln passfile.ln md5.ln passwd.ln sha1.ln getpass.ln lockf.ln utils.ln uuid.ln sockpair.ln meter.ln getpeereid.ln detach.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/bits && rm -f __doclean __doclean.tmp __doclean __doclean.tmp __doclean __doclean.tmp a.out [Ee]rrs mklog core *.core .gdbinit basic_file.h c++allocator.h c++io.h c++locale.h messages_members.h time_members.h opt_random.h gthr.h gthr-single.h gthr-posix.h || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/bits && rm -f __doclean __doclean.tmp __doclean __doclean.tmp __doclean __doclean.tmp a.out [Ee]rrs mklog core *.core .gdbinit basic_file.h c++allocator.h c++io.h c++locale.h messages_members.h time_members.h opt_random.h gthr.h gthr-single.h gthr-posix.h || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f liblutil.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f liblutil.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-arch --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f .depend base64.d detach.d entropy.d getpass.d getpeereid.d hash.d lockf.d md5.d meter.d passfile.d passwd.d sasl.d sha1.d signal.d sockpair.d utils.d uuid.d base64.d.tmp detach.d.tmp entropy.d.tmp getpass.d.tmp getpeereid.d.tmp hash.d.tmp lockf.d.tmp md5.d.tmp meter.d.tmp passfile.d.tmp passwd.d.tmp sasl.d.tmp sha1.d.tmp signal.d.tmp sockpair.d.tmp utils.d.tmp uuid.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f .depend base64.d detach.d entropy.d getpass.d getpeereid.d hash.d lockf.d md5.d meter.d passfile.d passwd.d sasl.d sha1.d signal.d sockpair.d utils.d uuid.d base64.d.tmp detach.d.tmp entropy.d.tmp getpass.d.tmp getpeereid.d.tmp hash.d.tmp lockf.d.tmp md5.d.tmp meter.d.tmp passfile.d.tmp passwd.d.tmp sasl.d.tmp sha1.d.tmp signal.d.tmp sockpair.d.tmp utils.d.tmp uuid.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch && rm -f c++config.h || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch && rm -f c++config.h || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/bsd/openldap/bin --- cleandir-lib --- --- cleandir-i386 --- --- cleandir-external --- --- cleandir-ldapcompare --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/i386 --- cleandir-external --- cleandir ===> external/bsd/openldap/bin/ldapcompare --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/i386 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapcompare && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapcompare ldapcompare.o common.o version.o ldapcompare.ln common.ln version.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/i386 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapcompare && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapcompare ldapcompare.o common.o version.o ldapcompare.ln common.ln version.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-x86_64 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/x86_64 --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapcompare && rm -f ldapcompare.html1 .depend common.d ldapcompare.d version.d common.d.tmp ldapcompare.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapcompare && rm -f ldapcompare.html1 .depend common.d ldapcompare.d version.d common.d.tmp ldapcompare.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-ldapdelete --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/x86_64 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- cleandir ===> external/bsd/openldap/bin/ldapdelete --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/x86_64 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapdelete && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapdelete ldapdelete.o common.o version.o ldapdelete.ln common.ln version.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapdelete && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapdelete ldapdelete.o common.o version.o ldapdelete.ln common.ln version.ln || true) --- cleandir-lib --- --- cleandir-debug --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/debug --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapdelete && rm -f ldapdelete.html1 .depend common.d ldapdelete.d version.d common.d.tmp ldapdelete.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapdelete && rm -f ldapdelete.html1 .depend common.d ldapdelete.d version.d common.d.tmp ldapdelete.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/debug && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-ldapexop --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/debug && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- cleandir ===> external/bsd/openldap/bin/ldapexop --- cleandir-lib --- --- __docleandir --- --- cleandir-decimal --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/decimal --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapexop && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapexop ldapexop.o common.o version.o ldapexop.ln common.ln version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapexop && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapexop ldapexop.o common.o version.o ldapexop.ln common.ln version.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/decimal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapexop && rm -f ldapexop.html1 .depend common.d ldapexop.d version.d common.d.tmp ldapexop.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/decimal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapexop && rm -f ldapexop.html1 .depend common.d ldapexop.d version.d common.d.tmp ldapexop.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-parallel --- --- cleandir-external --- --- cleandir-ldapmodify --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/parallel --- cleandir-external --- cleandir ===> external/bsd/openldap/bin/ldapmodify --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapmodify && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapmodify ldapmodify.o common.o version.o ldapmodify.ln common.ln version.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/parallel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapmodify && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapmodify ldapmodify.o common.o version.o ldapmodify.ln common.ln version.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/parallel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapmodify && rm -f ldapmodify.html1 .depend common.d ldapmodify.d version.d common.d.tmp ldapmodify.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- cleandir-pb --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/pb --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapmodify && rm -f ldapmodify.html1 .depend common.d ldapmodify.d version.d common.d.tmp ldapmodify.d.tmp version.d.tmp tags || true) --- cleandir-ldapmodrdn --- cleandir ===> external/bsd/openldap/bin/ldapmodrdn --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/pb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/pb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapmodrdn && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapmodrdn ldapmodrdn.o common.o version.o ldapmodrdn.ln common.ln version.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapmodrdn && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapmodrdn ldapmodrdn.o common.o version.o ldapmodrdn.ln common.ln version.ln || true) --- cleandir-lib --- --- cleandir-profile --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/profile --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapmodrdn && rm -f ldapmodrdn.html1 .depend common.d ldapmodrdn.d version.d common.d.tmp ldapmodrdn.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapmodrdn && rm -f ldapmodrdn.html1 .depend common.d ldapmodrdn.d version.d common.d.tmp ldapmodrdn.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/profile && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-ldappasswd --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/profile && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- cleandir ===> external/bsd/openldap/bin/ldappasswd --- cleandir-lib --- --- __docleandir --- --- cleandir-impl --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/profile/impl --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldappasswd && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldappasswd ldappasswd.o common.o version.o ldappasswd.ln common.ln version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldappasswd && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldappasswd ldappasswd.o common.o version.o ldappasswd.ln common.ln version.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/profile/impl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldappasswd && rm -f ldappasswd.html1 .depend common.d ldappasswd.d version.d common.d.tmp ldappasswd.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/profile/impl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldappasswd && rm -f ldappasswd.html1 .depend common.d ldappasswd.d version.d common.d.tmp ldappasswd.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-ldapsearch --- --- cleandir-lib --- --- cleandir-pstl --- --- cleandir-external --- cleandir ===> external/bsd/openldap/bin/ldapsearch --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/pstl --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/pstl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapsearch && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapsearch ldapsearch.o common.o version.o ldapsearch.ln common.ln version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapsearch && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapsearch ldapsearch.o common.o version.o ldapsearch.ln common.ln version.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/pstl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapsearch && rm -f ldapsearch.html1 .depend common.d ldapsearch.d version.d common.d.tmp ldapsearch.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- cleandir-tr1 --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/tr1 --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapsearch && rm -f ldapsearch.html1 .depend common.d ldapsearch.d version.d common.d.tmp ldapsearch.d.tmp version.d.tmp tags || true) --- cleandir-ldapurl --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/bsd/openldap/bin/ldapurl --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/tr1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/tr1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapurl && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapurl ldapurl.o version.o ldapurl.ln version.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapurl && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapurl ldapurl.o version.o ldapurl.ln version.ln || true) --- cleandir-lib --- --- cleandir-tr2 --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/tr2 --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapurl && rm -f ldapurl.html1 .depend ldapurl.d version.d ldapurl.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapurl && rm -f ldapurl.html1 .depend ldapurl.d version.d ldapurl.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/tr2 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/tr2 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-ldapwhoami --- cleandir ===> external/bsd/openldap/bin/ldapwhoami --- cleandir-lib --- --- __docleandir --- --- cleandir-experimental --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/experimental --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapwhoami && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapwhoami ldapwhoami.o common.o version.o ldapwhoami.ln common.ln version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapwhoami && rm -f version.c a.out [Ee]rrs mklog core *.core .gdbinit ldapwhoami ldapwhoami.o common.o version.o ldapwhoami.ln common.ln version.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/experimental && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/bin/ldapwhoami && rm -f ldapwhoami.html1 .depend common.d ldapwhoami.d version.d common.d.tmp ldapwhoami.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/experimental && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/bin/ldapwhoami && rm -f ldapwhoami.html1 .depend common.d ldapwhoami.d version.d common.d.tmp ldapwhoami.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-bits --- --- cleandir-external --- --- cleandir-pam-u2f --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libstdc++-v3/include/experimental/bits --- cleandir-external --- cleandir ===> external/bsd/pam-u2f --- cleandir-bin --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/bsd/pam-u2f/bin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/experimental/bits && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-pamu2fcfg --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/experimental/bits && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- cleandir ===> external/bsd/pam-u2f/bin/pamu2fcfg --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/bin/pamu2fcfg/makefile" line 10: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne 's/AC_INIT(\[\([a-zA-Z0-9_-]*\)\].*/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/dist/configure.ac" returned non-zero status --- cleandir-lib --- --- cleandir-../external/gpl3/gcc/lib/libsupc++ --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/bin/pamu2fcfg/makefile" line 11: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne 's/AC_INIT(\[[a-zA-Z0-9_-]*\], \[\([0-9.]*\)\].*/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/dist/configure.ac" returned non-zero status --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libsupc++ --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/bin/pamu2fcfg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pamu2fcfg pamu2fcfg.o cmdline.o b64.o readpassphrase.o explicit_bzero.o util.o pamu2fcfg.ln cmdline.ln b64.ln readpassphrase.ln explicit_bzero.ln util.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/bin/pamu2fcfg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pamu2fcfg pamu2fcfg.o cmdline.o b64.o readpassphrase.o explicit_bzero.o util.o pamu2fcfg.ln cmdline.ln b64.ln readpassphrase.ln explicit_bzero.ln util.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o xmalloc.o array_type_info.o.tmp atexit_arm.o.tmp atexit_thread.o.tmp atomicity.o.tmp bad_alloc.o.tmp bad_array_length.o.tmp bad_array_new.o.tmp bad_cast.o.tmp bad_typeid.o.tmp class_type_info.o.tmp del_op.o.tmp del_ops.o.tmp del_opnt.o.tmp del_opv.o.tmp del_opvs.o.tmp del_opvnt.o.tmp dyncast.o.tmp eh_alloc.o.tmp eh_arm.o.tmp eh_aux_runtime.o.tmp eh_call.o.tmp eh_catch.o.tmp eh_exception.o.tmp eh_globals.o.tmp eh_personality.o.tmp eh_ptr.o.tmp eh_term_handler.o.tmp eh_terminate.o.tmp eh_tm.o.tmp eh_throw.o.tmp eh_type.o.tmp eh_unex_handler.o.tmp enum_type_info.o.tmp function_type_info.o.tmp fundamental_type_info.o.tmp guard.o.tmp guard_error.o.tmp hash_bytes.o.tmp nested_exception.o.tmp new_handler.o.tmp new_op.o.tmp new_opnt.o.tmp new_opv.o.tmp new_opvnt.o.tmp new_opa.o.tmp new_opant.o.tmp new_opva.o.tmp new_opvant.o.tmp del_opa.o.tmp del_opant.o.tmp del_opsa.o.tmp del_opva.o.tmp del_opvant.o.tmp del_opvsa.o.tmp pbase_type_info.o.tmp pmem_type_info.o.tmp pointer_type_info.o.tmp pure.o.tmp si_class_type_info.o.tmp tinfo.o.tmp tinfo2.o.tmp vec.o.tmp vmi_class_type_info.o.tmp vterminate.o.tmp cp-demangle.o.tmp xmalloc.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o xmalloc.o array_type_info.o.tmp atexit_arm.o.tmp atexit_thread.o.tmp atomicity.o.tmp bad_alloc.o.tmp bad_array_length.o.tmp bad_array_new.o.tmp bad_cast.o.tmp bad_typeid.o.tmp class_type_info.o.tmp del_op.o.tmp del_ops.o.tmp del_opnt.o.tmp del_opv.o.tmp del_opvs.o.tmp del_opvnt.o.tmp dyncast.o.tmp eh_alloc.o.tmp eh_arm.o.tmp eh_aux_runtime.o.tmp eh_call.o.tmp eh_catch.o.tmp eh_exception.o.tmp eh_globals.o.tmp eh_personality.o.tmp eh_ptr.o.tmp eh_term_handler.o.tmp eh_terminate.o.tmp eh_tm.o.tmp eh_throw.o.tmp eh_type.o.tmp eh_unex_handler.o.tmp enum_type_info.o.tmp function_type_info.o.tmp fundamental_type_info.o.tmp guard.o.tmp guard_error.o.tmp hash_bytes.o.tmp nested_exception.o.tmp new_handler.o.tmp new_op.o.tmp new_opnt.o.tmp new_opv.o.tmp new_opvnt.o.tmp new_opa.o.tmp new_opant.o.tmp new_opva.o.tmp new_opvant.o.tmp del_opa.o.tmp del_opant.o.tmp del_opsa.o.tmp del_opva.o.tmp del_opvant.o.tmp del_opvsa.o.tmp pbase_type_info.o.tmp pmem_type_info.o.tmp pointer_type_info.o.tmp pure.o.tmp si_class_type_info.o.tmp tinfo.o.tmp tinfo2.o.tmp vec.o.tmp vmi_class_type_info.o.tmp vterminate.o.tmp cp-demangle.o.tmp xmalloc.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/bin/pamu2fcfg && rm -f pamu2fcfg.html1 .depend b64.d cmdline.d explicit_bzero.d pamu2fcfg.d readpassphrase.d util.d b64.d.tmp cmdline.d.tmp explicit_bzero.d.tmp pamu2fcfg.d.tmp readpassphrase.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/bin/pamu2fcfg && rm -f pamu2fcfg.html1 .depend b64.d cmdline.d explicit_bzero.d pamu2fcfg.d readpassphrase.d util.d b64.d.tmp cmdline.d.tmp explicit_bzero.d.tmp pamu2fcfg.d.tmp readpassphrase.d.tmp util.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_p.a || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_p.a || true) --- cleandir-external --- cleandir ===> external/bsd/pam-u2f/lib --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-security --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/pam-u2f/lib/security --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_g.a || true) --- cleandir-external --- --- cleandir-pam-u2f --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/bsd/pam-u2f/lib/security/pam-u2f --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f llib-lsupc++.ln cp-demangle.ln xmalloc.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f llib-lsupc++.ln cp-demangle.ln xmalloc.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f bits/largefile-config.h libsupc++.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f bits/largefile-config.h libsupc++.so.2.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f atomicity.cc enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend array_type_info.d atexit_arm.d atexit_thread.d atomicity.d bad_alloc.d bad_array_length.d bad_array_new.d bad_cast.d bad_typeid.d class_type_info.d cp-demangle.d del_op.d del_opa.d del_opant.d del_opnt.d del_ops.d del_opsa.d del_opv.d del_opva.d del_opvant.d del_opvnt.d del_opvs.d del_opvsa.d dyncast.d eh_alloc.d eh_arm.d eh_aux_runtime.d eh_call.d eh_catch.d eh_exception.d eh_globals.d eh_personality.d eh_ptr.d eh_term_handler.d eh_terminate.d eh_throw.d eh_tm.d eh_type.d eh_unex_handler.d enable-execute-stack.d enum_type_info.d function_type_info.d fundamental_type_info.d guard.d guard_error.d hash_bytes.d nested_exception.d new_handler.d new_op.d new_opa.d new_opant.d new_opnt.d new_opv.d new_opva.d new_opvant.d new_opvnt.d pbase_type_info.d pmem_type_info.d pointer_type_info.d pure.d si_class_type_info.d tinfo.d tinfo2.d vec.d vmi_class_type_info.d vterminate.d xmalloc.d array_type_info.d.tmp atexit_arm.d.tmp atexit_thread.d.tmp atomicity.d.tmp bad_alloc.d.tmp bad_array_length.d.tmp bad_array_new.d.tmp bad_cast.d.tmp bad_typeid.d.tmp class_type_info.d.tmp cp-demangle.d.tmp del_op.d.tmp del_opa.d.tmp del_opant.d.tmp del_opnt.d.tmp del_ops.d.tmp del_opsa.d.tmp del_opv.d.tmp del_opva.d.tmp del_opvant.d.tmp del_opvnt.d.tmp del_opvs.d.tmp del_opvsa.d.tmp dyncast.d.tmp eh_alloc.d.tmp eh_arm.d.tmp eh_aux_runtime.d.tmp eh_call.d.tmp eh_catch.d.tmp eh_exception.d.tmp eh_globals.d.tmp eh_personality.d.tmp eh_ptr.d.tmp eh_term_handler.d.tmp eh_terminate.d.tmp eh_throw.d.tmp eh_tm.d.tmp eh_type.d.tmp eh_unex_handler.d.tmp enable-execute-stack.d.tmp enum_type_info.d.tmp function_type_info.d.tmp fundamental_type_info.d.tmp guard.d.tmp guard_error.d.tmp hash_bytes.d.tmp nested_exception.d.tmp new_handler.d.tmp new_op.d.tmp new_opa.d.tmp new_opant.d.tmp new_opnt.d.tmp new_opv.d.tmp new_opva.d.tmp new_opvant.d.tmp new_opvnt.d.tmp pbase_type_info.d.tmp pmem_type_info.d.tmp pointer_type_info.d.tmp pure.d.tmp si_class_type_info.d.tmp tinfo.d.tmp tinfo2.d.tmp vec.d.tmp vmi_class_type_info.d.tmp vterminate.d.tmp xmalloc.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f.a pam-u2f.o drop_privs.o util.o b64.o explicit_bzero.o pam-u2f.o.tmp drop_privs.o.tmp util.o.tmp b64.o.tmp explicit_bzero.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f atomicity.cc enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend array_type_info.d atexit_arm.d atexit_thread.d atomicity.d bad_alloc.d bad_array_length.d bad_array_new.d bad_cast.d bad_typeid.d class_type_info.d cp-demangle.d del_op.d del_opa.d del_opant.d del_opnt.d del_ops.d del_opsa.d del_opv.d del_opva.d del_opvant.d del_opvnt.d del_opvs.d del_opvsa.d dyncast.d eh_alloc.d eh_arm.d eh_aux_runtime.d eh_call.d eh_catch.d eh_exception.d eh_globals.d eh_personality.d eh_ptr.d eh_term_handler.d eh_terminate.d eh_throw.d eh_tm.d eh_type.d eh_unex_handler.d enable-execute-stack.d enum_type_info.d function_type_info.d fundamental_type_info.d guard.d guard_error.d hash_bytes.d nested_exception.d new_handler.d new_op.d new_opa.d new_opant.d new_opnt.d new_opv.d new_opva.d new_opvant.d new_opvnt.d pbase_type_info.d pmem_type_info.d pointer_type_info.d pure.d si_class_type_info.d tinfo.d tinfo2.d vec.d vmi_class_type_info.d vterminate.d xmalloc.d array_type_info.d.tmp atexit_arm.d.tmp atexit_thread.d.tmp atomicity.d.tmp bad_alloc.d.tmp bad_array_length.d.tmp bad_array_new.d.tmp bad_cast.d.tmp bad_typeid.d.tmp class_type_info.d.tmp cp-demangle.d.tmp del_op.d.tmp del_opa.d.tmp del_opant.d.tmp del_opnt.d.tmp del_ops.d.tmp del_opsa.d.tmp del_opv.d.tmp del_opva.d.tmp del_opvant.d.tmp del_opvnt.d.tmp del_opvs.d.tmp del_opvsa.d.tmp dyncast.d.tmp eh_alloc.d.tmp eh_arm.d.tmp eh_aux_runtime.d.tmp eh_call.d.tmp eh_catch.d.tmp eh_exception.d.tmp eh_globals.d.tmp eh_personality.d.tmp eh_ptr.d.tmp eh_term_handler.d.tmp eh_terminate.d.tmp eh_throw.d.tmp eh_tm.d.tmp eh_type.d.tmp eh_unex_handler.d.tmp enable-execute-stack.d.tmp enum_type_info.d.tmp function_type_info.d.tmp fundamental_type_info.d.tmp guard.d.tmp guard_error.d.tmp hash_bytes.d.tmp nested_exception.d.tmp new_handler.d.tmp new_op.d.tmp new_opa.d.tmp new_opant.d.tmp new_opnt.d.tmp new_opv.d.tmp new_opva.d.tmp new_opvant.d.tmp new_opvnt.d.tmp pbase_type_info.d.tmp pmem_type_info.d.tmp pointer_type_info.d.tmp pure.d.tmp si_class_type_info.d.tmp tinfo.d.tmp tinfo2.d.tmp vec.d.tmp vmi_class_type_info.d.tmp vterminate.d.tmp xmalloc.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f.a pam-u2f.o drop_privs.o util.o b64.o explicit_bzero.o pam-u2f.o.tmp drop_privs.o.tmp util.o.tmp b64.o.tmp explicit_bzero.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- cleandir-../external/apache2/llvm/include --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_p.a pam-u2f.po drop_privs.po util.po b64.po explicit_bzero.po pam-u2f.po.tmp drop_privs.po.tmp util.po.tmp b64.po.tmp explicit_bzero.po.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/include --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_p.a pam-u2f.po drop_privs.po util.po b64.po explicit_bzero.po pam-u2f.po.tmp drop_privs.po.tmp util.po.tmp b64.po.tmp explicit_bzero.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_g.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/include && rm -f llvm/IR/Attributes.inc llvm/IR/Attributes.inc.d llvm/IR/IntrinsicEnums.inc llvm/IR/IntrinsicEnums.inc.d llvm/IR/IntrinsicImpl.inc llvm/IR/IntrinsicImpl.inc.d llvm/IR/IntrinsicsAArch64.h llvm/IR/IntrinsicsAArch64.h.d llvm/IR/IntrinsicsAMDGPU.h llvm/IR/IntrinsicsAMDGPU.h.d llvm/IR/IntrinsicsARM.h llvm/IR/IntrinsicsARM.h.d llvm/IR/IntrinsicsBPF.h llvm/IR/IntrinsicsBPF.h.d llvm/IR/IntrinsicsHexagon.h llvm/IR/IntrinsicsHexagon.h.d llvm/IR/IntrinsicsMips.h llvm/IR/IntrinsicsMips.h.d llvm/IR/IntrinsicsNVPTX.h llvm/IR/IntrinsicsNVPTX.h.d llvm/IR/IntrinsicsPowerPC.h llvm/IR/IntrinsicsPowerPC.h.d llvm/IR/IntrinsicsR600.h llvm/IR/IntrinsicsR600.h.d llvm/IR/IntrinsicsRISCV.h llvm/IR/IntrinsicsRISCV.h.d llvm/IR/IntrinsicsS390.h llvm/IR/IntrinsicsS390.h.d llvm/IR/IntrinsicsVE.h llvm/IR/IntrinsicsVE.h.d llvm/IR/IntrinsicsWebAssembly.h llvm/IR/IntrinsicsWebAssembly.h.d llvm/IR/IntrinsicsX86.h llvm/IR/IntrinsicsX86.h.d llvm/IR/IntrinsicsXCore.h llvm/IR/IntrinsicsXCore.h.d llvm/Frontend/OpenACC/ACC.h.inc llvm/Frontend/OpenACC/ACC.h.inc.d llvm/Frontend/OpenACC/ACC.inc llvm/Frontend/OpenACC/ACC.inc.d llvm/Frontend/OpenMP/OMP.h.inc llvm/Frontend/OpenMP/OMP.h.inc.d llvm/Frontend/OpenMP/OMP.inc llvm/Frontend/OpenMP/OMP.inc.d llvm/Config/config.h llvm/Config/llvm-config.h llvm/Support/Extension.def a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_pic.a libpam_u2f.so.* libpam_u2f.so pam-u2f.pico drop_privs.pico util.pico b64.pico explicit_bzero.pico pam-u2f.pico.tmp drop_privs.pico.tmp util.pico.tmp b64.pico.tmp explicit_bzero.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/include && rm -f llvm/IR/Attributes.inc llvm/IR/Attributes.inc.d llvm/IR/IntrinsicEnums.inc llvm/IR/IntrinsicEnums.inc.d llvm/IR/IntrinsicImpl.inc llvm/IR/IntrinsicImpl.inc.d llvm/IR/IntrinsicsAArch64.h llvm/IR/IntrinsicsAArch64.h.d llvm/IR/IntrinsicsAMDGPU.h llvm/IR/IntrinsicsAMDGPU.h.d llvm/IR/IntrinsicsARM.h llvm/IR/IntrinsicsARM.h.d llvm/IR/IntrinsicsBPF.h llvm/IR/IntrinsicsBPF.h.d llvm/IR/IntrinsicsHexagon.h llvm/IR/IntrinsicsHexagon.h.d llvm/IR/IntrinsicsMips.h llvm/IR/IntrinsicsMips.h.d llvm/IR/IntrinsicsNVPTX.h llvm/IR/IntrinsicsNVPTX.h.d llvm/IR/IntrinsicsPowerPC.h llvm/IR/IntrinsicsPowerPC.h.d llvm/IR/IntrinsicsR600.h llvm/IR/IntrinsicsR600.h.d llvm/IR/IntrinsicsRISCV.h llvm/IR/IntrinsicsRISCV.h.d llvm/IR/IntrinsicsS390.h llvm/IR/IntrinsicsS390.h.d llvm/IR/IntrinsicsVE.h llvm/IR/IntrinsicsVE.h.d llvm/IR/IntrinsicsWebAssembly.h llvm/IR/IntrinsicsWebAssembly.h.d llvm/IR/IntrinsicsX86.h llvm/IR/IntrinsicsX86.h.d llvm/IR/IntrinsicsXCore.h llvm/IR/IntrinsicsXCore.h.d llvm/Frontend/OpenACC/ACC.h.inc llvm/Frontend/OpenACC/ACC.h.inc.d llvm/Frontend/OpenACC/ACC.inc llvm/Frontend/OpenACC/ACC.inc.d llvm/Frontend/OpenMP/OMP.h.inc llvm/Frontend/OpenMP/OMP.h.inc.d llvm/Frontend/OpenMP/OMP.inc llvm/Frontend/OpenMP/OMP.inc.d llvm/Config/config.h llvm/Config/llvm-config.h llvm/Support/Extension.def a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_pic.a libpam_u2f.so.* libpam_u2f.so pam-u2f.pico drop_privs.pico util.pico b64.pico explicit_bzero.pico pam-u2f.pico.tmp drop_privs.pico.tmp util.pico.tmp b64.pico.tmp explicit_bzero.pico.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-../external/mit/libcbor/lib --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- cleandir ===> lib/../external/mit/libcbor/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f llib-lpam_u2f.ln pam-u2f.ln drop_privs.ln util.ln b64.ln explicit_bzero.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f llib-lpam_u2f.ln pam-u2f.ln drop_privs.ln util.ln b64.ln explicit_bzero.ln || true) --- cleandir-lib --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[5]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/makefile" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/CBOR_VERSION_MAJOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/../dist/CMakeLists.txt" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[5]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/makefile" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/CBOR_VERSION_MINOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/../dist/CMakeLists.txt" returned non-zero status --- cleandir-external --- --- __doclean --- --- cleandir-lib --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[5]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/makefile" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/CBOR_VERSION_PATCH/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/../dist/CMakeLists.txt" returned non-zero status --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f libcbor.a cbor.o arrays.o bytestrings.o callbacks.o common.o encoding.o floats_ctrls.o ints.o maps.o serialization.o streaming.o strings.o tags.o builder_callbacks.o encoders.o loaders.o memory_utils.o stack.o unicode.o cbor.o.tmp arrays.o.tmp bytestrings.o.tmp callbacks.o.tmp common.o.tmp encoding.o.tmp floats_ctrls.o.tmp ints.o.tmp maps.o.tmp serialization.o.tmp streaming.o.tmp strings.o.tmp tags.o.tmp builder_callbacks.o.tmp encoders.o.tmp loaders.o.tmp memory_utils.o.tmp stack.o.tmp unicode.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f pam_u2f.html8 .depend b64.d drop_privs.d explicit_bzero.d pam-u2f.d util.d b64.d.tmp drop_privs.d.tmp explicit_bzero.d.tmp pam-u2f.d.tmp util.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f libcbor.a cbor.o arrays.o bytestrings.o callbacks.o common.o encoding.o floats_ctrls.o ints.o maps.o serialization.o streaming.o strings.o tags.o builder_callbacks.o encoders.o loaders.o memory_utils.o stack.o unicode.o cbor.o.tmp arrays.o.tmp bytestrings.o.tmp callbacks.o.tmp common.o.tmp encoding.o.tmp floats_ctrls.o.tmp ints.o.tmp maps.o.tmp serialization.o.tmp streaming.o.tmp strings.o.tmp tags.o.tmp builder_callbacks.o.tmp encoders.o.tmp loaders.o.tmp memory_utils.o.tmp stack.o.tmp unicode.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f pam_u2f.html8 .depend b64.d drop_privs.d explicit_bzero.d pam-u2f.d util.d b64.d.tmp drop_privs.d.tmp explicit_bzero.d.tmp pam-u2f.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f libcbor_p.a cbor.po arrays.po bytestrings.po callbacks.po common.po encoding.po floats_ctrls.po ints.po maps.po serialization.po streaming.po strings.po tags.po builder_callbacks.po encoders.po loaders.po memory_utils.po stack.po unicode.po cbor.po.tmp arrays.po.tmp bytestrings.po.tmp callbacks.po.tmp common.po.tmp encoding.po.tmp floats_ctrls.po.tmp ints.po.tmp maps.po.tmp serialization.po.tmp streaming.po.tmp strings.po.tmp tags.po.tmp builder_callbacks.po.tmp encoders.po.tmp loaders.po.tmp memory_utils.po.tmp stack.po.tmp unicode.po.tmp || true) --- cleandir-external --- --- cleandir-libproc --- cleandir ===> external/bsd/libproc --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f libcbor_p.a cbor.po arrays.po bytestrings.po callbacks.po common.po encoding.po floats_ctrls.po ints.po maps.po serialization.po streaming.po strings.po tags.po builder_callbacks.po encoders.po loaders.po memory_utils.po stack.po unicode.po cbor.po.tmp arrays.po.tmp bytestrings.po.tmp callbacks.po.tmp common.po.tmp encoding.po.tmp floats_ctrls.po.tmp ints.po.tmp maps.po.tmp serialization.po.tmp streaming.po.tmp strings.po.tmp tags.po.tmp builder_callbacks.po.tmp encoders.po.tmp loaders.po.tmp memory_utils.po.tmp stack.po.tmp unicode.po.tmp || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/bsd/libproc/lib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f libcbor_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f libcbor_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f libcbor_pic.a libcbor.so.* libcbor.so cbor.pico arrays.pico bytestrings.pico callbacks.pico common.pico encoding.pico floats_ctrls.pico ints.pico maps.pico serialization.pico streaming.pico strings.pico tags.pico builder_callbacks.pico encoders.pico loaders.pico memory_utils.pico stack.pico unicode.pico cbor.pico.tmp arrays.pico.tmp bytestrings.pico.tmp callbacks.pico.tmp common.pico.tmp encoding.pico.tmp floats_ctrls.pico.tmp ints.pico.tmp maps.pico.tmp serialization.pico.tmp streaming.pico.tmp strings.pico.tmp tags.pico.tmp builder_callbacks.pico.tmp encoders.pico.tmp loaders.pico.tmp memory_utils.pico.tmp stack.pico.tmp unicode.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f libcbor_pic.a libcbor.so.* libcbor.so cbor.pico arrays.pico bytestrings.pico callbacks.pico common.pico encoding.pico floats_ctrls.pico ints.pico maps.pico serialization.pico streaming.pico strings.pico tags.pico builder_callbacks.pico encoders.pico loaders.pico memory_utils.pico stack.pico unicode.pico cbor.pico.tmp arrays.pico.tmp bytestrings.pico.tmp callbacks.pico.tmp common.pico.tmp encoding.pico.tmp floats_ctrls.pico.tmp ints.pico.tmp maps.pico.tmp serialization.pico.tmp streaming.pico.tmp strings.pico.tmp tags.pico.tmp builder_callbacks.pico.tmp encoders.pico.tmp loaders.pico.tmp memory_utils.pico.tmp stack.pico.tmp unicode.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f llib-lcbor.ln cbor.ln arrays.ln bytestrings.ln callbacks.ln common.ln encoding.ln floats_ctrls.ln ints.ln maps.ln serialization.ln streaming.ln strings.ln tags.ln builder_callbacks.ln encoders.ln loaders.ln memory_utils.ln stack.ln unicode.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f libproc.a proc_bkpt.o proc_create.o proc_regs.o proc_sym.o proc_rtld.o proc_util.o proc_bkpt.o.tmp proc_create.o.tmp proc_regs.o.tmp proc_sym.o.tmp proc_rtld.o.tmp proc_util.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f llib-lcbor.ln cbor.ln arrays.ln bytestrings.ln callbacks.ln common.ln encoding.ln floats_ctrls.ln ints.ln maps.ln serialization.ln streaming.ln strings.ln tags.ln builder_callbacks.ln encoders.ln loaders.ln memory_utils.ln stack.ln unicode.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f libproc.a proc_bkpt.o proc_create.o proc_regs.o proc_sym.o proc_rtld.o proc_util.o proc_bkpt.o.tmp proc_create.o.tmp proc_regs.o.tmp proc_sym.o.tmp proc_rtld.o.tmp proc_util.o.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f libcbor.so.0.map a.out [Ee]rrs mklog core *.core cbor/configuration.h || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f libproc_p.a proc_bkpt.po proc_create.po proc_regs.po proc_sym.po proc_rtld.po proc_util.po proc_bkpt.po.tmp proc_create.po.tmp proc_regs.po.tmp proc_sym.po.tmp proc_rtld.po.tmp proc_util.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f libcbor.so.0.map a.out [Ee]rrs mklog core *.core cbor/configuration.h || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f libproc_p.a proc_bkpt.po proc_create.po proc_regs.po proc_sym.po proc_rtld.po proc_util.po proc_bkpt.po.tmp proc_create.po.tmp proc_regs.po.tmp proc_sym.po.tmp proc_rtld.po.tmp proc_util.po.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f .depend arrays.d builder_callbacks.d bytestrings.d callbacks.d cbor.d common.d encoders.d encoding.d floats_ctrls.d ints.d loaders.d maps.d memory_utils.d serialization.d stack.d streaming.d strings.d tags.d unicode.d arrays.d.tmp builder_callbacks.d.tmp bytestrings.d.tmp callbacks.d.tmp cbor.d.tmp common.d.tmp encoders.d.tmp encoding.d.tmp floats_ctrls.d.tmp ints.d.tmp loaders.d.tmp maps.d.tmp memory_utils.d.tmp serialization.d.tmp stack.d.tmp streaming.d.tmp strings.d.tmp tags.d.tmp unicode.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f libproc_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f .depend arrays.d builder_callbacks.d bytestrings.d callbacks.d cbor.d common.d encoders.d encoding.d floats_ctrls.d ints.d loaders.d maps.d memory_utils.d serialization.d stack.d streaming.d strings.d tags.d unicode.d arrays.d.tmp builder_callbacks.d.tmp bytestrings.d.tmp callbacks.d.tmp cbor.d.tmp common.d.tmp encoders.d.tmp encoding.d.tmp floats_ctrls.d.tmp ints.d.tmp loaders.d.tmp maps.d.tmp memory_utils.d.tmp serialization.d.tmp stack.d.tmp streaming.d.tmp strings.d.tmp tags.d.tmp unicode.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f libproc_g.a || true) --- cleandir-lib --- --- cleandir-../external/mit/libuv/lib --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- cleandir ===> lib/../external/mit/libuv/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f libproc_pic.a libproc.so.* libproc.so proc_bkpt.pico proc_create.pico proc_regs.pico proc_sym.pico proc_rtld.pico proc_util.pico proc_bkpt.pico.tmp proc_create.pico.tmp proc_regs.pico.tmp proc_sym.pico.tmp proc_rtld.pico.tmp proc_util.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f libproc_pic.a libproc.so.* libproc.so proc_bkpt.pico proc_create.pico proc_regs.pico proc_sym.pico proc_rtld.pico proc_util.pico proc_bkpt.pico.tmp proc_create.pico.tmp proc_regs.pico.tmp proc_sym.pico.tmp proc_rtld.pico.tmp proc_util.pico.tmp || true) --- libclean5 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f llib-lproc.ln proc_bkpt.ln proc_create.ln proc_regs.ln proc_sym.ln proc_rtld.ln proc_util.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f libuv.a async.o core.o dl.o fs.o getaddrinfo.o getnameinfo.o loop-watcher.o loop.o pipe.o poll.o process.o random-devurandom.o signal.o stream.o strtok.o tcp.o thread.o tty.o udp.o bsd-ifaddrs.o bsd-proctitle.o kqueue.o netbsd.o posix-hrtime.o fs-poll.o idna.o inet.o random.o strscpy.o threadpool.o timer.o uv-data-getter-setters.o uv-common.o version.o async.o.tmp core.o.tmp dl.o.tmp fs.o.tmp getaddrinfo.o.tmp getnameinfo.o.tmp loop-watcher.o.tmp loop.o.tmp pipe.o.tmp poll.o.tmp process.o.tmp random-devurandom.o.tmp signal.o.tmp stream.o.tmp strtok.o.tmp tcp.o.tmp thread.o.tmp tty.o.tmp udp.o.tmp bsd-ifaddrs.o.tmp bsd-proctitle.o.tmp kqueue.o.tmp netbsd.o.tmp posix-hrtime.o.tmp fs-poll.o.tmp idna.o.tmp inet.o.tmp random.o.tmp strscpy.o.tmp threadpool.o.tmp timer.o.tmp uv-data-getter-setters.o.tmp uv-common.o.tmp version.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f llib-lproc.ln proc_bkpt.ln proc_create.ln proc_regs.ln proc_sym.ln proc_rtld.ln proc_util.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f libuv.a async.o core.o dl.o fs.o getaddrinfo.o getnameinfo.o loop-watcher.o loop.o pipe.o poll.o process.o random-devurandom.o signal.o stream.o strtok.o tcp.o thread.o tty.o udp.o bsd-ifaddrs.o bsd-proctitle.o kqueue.o netbsd.o posix-hrtime.o fs-poll.o idna.o inet.o random.o strscpy.o threadpool.o timer.o uv-data-getter-setters.o uv-common.o version.o async.o.tmp core.o.tmp dl.o.tmp fs.o.tmp getaddrinfo.o.tmp getnameinfo.o.tmp loop-watcher.o.tmp loop.o.tmp pipe.o.tmp poll.o.tmp process.o.tmp random-devurandom.o.tmp signal.o.tmp stream.o.tmp strtok.o.tmp tcp.o.tmp thread.o.tmp tty.o.tmp udp.o.tmp bsd-ifaddrs.o.tmp bsd-proctitle.o.tmp kqueue.o.tmp netbsd.o.tmp posix-hrtime.o.tmp fs-poll.o.tmp idna.o.tmp inet.o.tmp random.o.tmp strscpy.o.tmp threadpool.o.tmp timer.o.tmp uv-data-getter-setters.o.tmp uv-common.o.tmp version.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f libproc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f libuv_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f libproc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f libuv_p.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f .depend proc_bkpt.d proc_create.d proc_regs.d proc_rtld.d proc_sym.d proc_util.d proc_bkpt.d.tmp proc_create.d.tmp proc_regs.d.tmp proc_rtld.d.tmp proc_sym.d.tmp proc_util.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f libuv_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f .depend proc_bkpt.d proc_create.d proc_regs.d proc_rtld.d proc_sym.d proc_util.d proc_bkpt.d.tmp proc_create.d.tmp proc_regs.d.tmp proc_rtld.d.tmp proc_sym.d.tmp proc_util.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f libuv_g.a || true) --- cleandir-external --- --- cleandir-tests --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/bsd/libproc/tests --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f libuv_pic.a async.pico core.pico dl.pico fs.pico getaddrinfo.pico getnameinfo.pico loop-watcher.pico loop.pico pipe.pico poll.pico process.pico random-devurandom.pico signal.pico stream.pico strtok.pico tcp.pico thread.pico tty.pico udp.pico bsd-ifaddrs.pico bsd-proctitle.pico kqueue.pico netbsd.pico posix-hrtime.pico fs-poll.pico idna.pico inet.pico random.pico strscpy.pico threadpool.pico timer.pico uv-data-getter-setters.pico uv-common.pico version.pico async.pico.tmp core.pico.tmp dl.pico.tmp fs.pico.tmp getaddrinfo.pico.tmp getnameinfo.pico.tmp loop-watcher.pico.tmp loop.pico.tmp pipe.pico.tmp poll.pico.tmp process.pico.tmp random-devurandom.pico.tmp signal.pico.tmp stream.pico.tmp strtok.pico.tmp tcp.pico.tmp thread.pico.tmp tty.pico.tmp udp.pico.tmp bsd-ifaddrs.pico.tmp bsd-proctitle.pico.tmp kqueue.pico.tmp netbsd.pico.tmp posix-hrtime.pico.tmp fs-poll.pico.tmp idna.pico.tmp inet.pico.tmp random.pico.tmp strscpy.pico.tmp threadpool.pico.tmp timer.pico.tmp uv-data-getter-setters.pico.tmp uv-common.pico.tmp version.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f libuv_pic.a async.pico core.pico dl.pico fs.pico getaddrinfo.pico getnameinfo.pico loop-watcher.pico loop.pico pipe.pico poll.pico process.pico random-devurandom.pico signal.pico stream.pico strtok.pico tcp.pico thread.pico tty.pico udp.pico bsd-ifaddrs.pico bsd-proctitle.pico kqueue.pico netbsd.pico posix-hrtime.pico fs-poll.pico idna.pico inet.pico random.pico strscpy.pico threadpool.pico timer.pico uv-data-getter-setters.pico uv-common.pico version.pico async.pico.tmp core.pico.tmp dl.pico.tmp fs.pico.tmp getaddrinfo.pico.tmp getnameinfo.pico.tmp loop-watcher.pico.tmp loop.pico.tmp pipe.pico.tmp poll.pico.tmp process.pico.tmp random-devurandom.pico.tmp signal.pico.tmp stream.pico.tmp strtok.pico.tmp tcp.pico.tmp thread.pico.tmp tty.pico.tmp udp.pico.tmp bsd-ifaddrs.pico.tmp bsd-proctitle.pico.tmp kqueue.pico.tmp netbsd.pico.tmp posix-hrtime.pico.tmp fs-poll.pico.tmp idna.pico.tmp inet.pico.tmp random.pico.tmp strscpy.pico.tmp threadpool.pico.tmp timer.pico.tmp uv-data-getter-setters.pico.tmp uv-common.pico.tmp version.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/tests && rm -f a.out [Ee]rrs mklog core *.core .gdbinit target_prog target_prog.o target_prog.ln proc_test proc_test.o proc_test.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/tests && rm -f a.out [Ee]rrs mklog core *.core .gdbinit target_prog target_prog.o target_prog.ln proc_test proc_test.o proc_test.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f llib-luv.ln async.ln core.ln dl.ln fs.ln getaddrinfo.ln getnameinfo.ln loop-watcher.ln loop.ln pipe.ln poll.ln process.ln random-devurandom.ln signal.ln stream.ln strtok.ln tcp.ln thread.ln tty.ln udp.ln bsd-ifaddrs.ln bsd-proctitle.ln kqueue.ln netbsd.ln posix-hrtime.ln fs-poll.ln idna.ln inet.ln random.ln strscpy.ln threadpool.ln timer.ln uv-data-getter-setters.ln uv-common.ln version.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f llib-luv.ln async.ln core.ln dl.ln fs.ln getaddrinfo.ln getnameinfo.ln loop-watcher.ln loop.ln pipe.ln poll.ln process.ln random-devurandom.ln signal.ln stream.ln strtok.ln tcp.ln thread.ln tty.ln udp.ln bsd-ifaddrs.ln bsd-proctitle.ln kqueue.ln netbsd.ln posix-hrtime.ln fs-poll.ln idna.ln inet.ln random.ln strscpy.ln threadpool.ln timer.ln uv-data-getter-setters.ln uv-common.ln version.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/tests && rm -f Atffile Atffile.tmp .depend proc_test.d target_prog.d proc_test.d.tmp target_prog.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/tests/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/tests/atf-run.log || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/tests && rm -f Atffile Atffile.tmp .depend proc_test.d target_prog.d proc_test.d.tmp target_prog.d.tmp tags /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/tests/atf-run.fifo /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/tests/atf-run.log || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f libuv.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f libuv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-librtld_db --- cleandir ===> external/bsd/librtld_db --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f .depend async.d bsd-ifaddrs.d bsd-proctitle.d core.d dl.d fs-poll.d fs.d getaddrinfo.d getnameinfo.d idna.d inet.d kqueue.d loop-watcher.d loop.d netbsd.d pipe.d poll.d posix-hrtime.d process.d random-devurandom.d random.d signal.d stream.d strscpy.d strtok.d tcp.d thread.d threadpool.d timer.d tty.d udp.d uv-common.d uv-data-getter-setters.d version.d async.d.tmp bsd-ifaddrs.d.tmp bsd-proctitle.d.tmp core.d.tmp dl.d.tmp fs-poll.d.tmp fs.d.tmp getaddrinfo.d.tmp getnameinfo.d.tmp idna.d.tmp inet.d.tmp kqueue.d.tmp loop-watcher.d.tmp loop.d.tmp netbsd.d.tmp pipe.d.tmp poll.d.tmp posix-hrtime.d.tmp process.d.tmp random-devurandom.d.tmp random.d.tmp signal.d.tmp stream.d.tmp strscpy.d.tmp strtok.d.tmp tcp.d.tmp thread.d.tmp threadpool.d.tmp timer.d.tmp tty.d.tmp udp.d.tmp uv-common.d.tmp uv-data-getter-setters.d.tmp version.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/librtld_db/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f .depend async.d bsd-ifaddrs.d bsd-proctitle.d core.d dl.d fs-poll.d fs.d getaddrinfo.d getnameinfo.d idna.d inet.d kqueue.d loop-watcher.d loop.d netbsd.d pipe.d poll.d posix-hrtime.d process.d random-devurandom.d random.d signal.d stream.d strscpy.d strtok.d tcp.d thread.d threadpool.d timer.d tty.d udp.d uv-common.d uv-data-getter-setters.d version.d async.d.tmp bsd-ifaddrs.d.tmp bsd-proctitle.d.tmp core.d.tmp dl.d.tmp fs-poll.d.tmp fs.d.tmp getaddrinfo.d.tmp getnameinfo.d.tmp idna.d.tmp inet.d.tmp kqueue.d.tmp loop-watcher.d.tmp loop.d.tmp netbsd.d.tmp pipe.d.tmp poll.d.tmp posix-hrtime.d.tmp process.d.tmp random-devurandom.d.tmp random.d.tmp signal.d.tmp stream.d.tmp strscpy.d.tmp strtok.d.tmp tcp.d.tmp thread.d.tmp threadpool.d.tmp timer.d.tmp tty.d.tmp udp.d.tmp uv-common.d.tmp uv-data-getter-setters.d.tmp version.d.tmp tags || true) --- cleandir-libwrap --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- cleandir ===> lib/libwrap --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db.a rtld_db.o rtld_db.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db.a rtld_db.o rtld_db.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db_p.a rtld_db.po rtld_db.po.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libwrap && rm -f libwrap.a hosts_access.o options.o shell_cmd.o rfc931.o eval.o hosts_ctl.o refuse.o percent_x.o clean_exit.o fix_options.o socket.o update.o misc.o diag.o expandm.o hosts_access.o.tmp options.o.tmp shell_cmd.o.tmp rfc931.o.tmp eval.o.tmp hosts_ctl.o.tmp refuse.o.tmp percent_x.o.tmp clean_exit.o.tmp fix_options.o.tmp socket.o.tmp update.o.tmp misc.o.tmp diag.o.tmp expandm.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db_p.a rtld_db.po rtld_db.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libwrap && rm -f libwrap.a hosts_access.o options.o shell_cmd.o rfc931.o eval.o hosts_ctl.o refuse.o percent_x.o clean_exit.o fix_options.o socket.o update.o misc.o diag.o expandm.o hosts_access.o.tmp options.o.tmp shell_cmd.o.tmp rfc931.o.tmp eval.o.tmp hosts_ctl.o.tmp refuse.o.tmp percent_x.o.tmp clean_exit.o.tmp fix_options.o.tmp socket.o.tmp update.o.tmp misc.o.tmp diag.o.tmp expandm.o.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db_g.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libwrap && rm -f libwrap_p.a hosts_access.po options.po shell_cmd.po rfc931.po eval.po hosts_ctl.po refuse.po percent_x.po clean_exit.po fix_options.po socket.po update.po misc.po diag.po expandm.po hosts_access.po.tmp options.po.tmp shell_cmd.po.tmp rfc931.po.tmp eval.po.tmp hosts_ctl.po.tmp refuse.po.tmp percent_x.po.tmp clean_exit.po.tmp fix_options.po.tmp socket.po.tmp update.po.tmp misc.po.tmp diag.po.tmp expandm.po.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libwrap && rm -f libwrap_p.a hosts_access.po options.po shell_cmd.po rfc931.po eval.po hosts_ctl.po refuse.po percent_x.po clean_exit.po fix_options.po socket.po update.po misc.po diag.po expandm.po hosts_access.po.tmp options.po.tmp shell_cmd.po.tmp rfc931.po.tmp eval.po.tmp hosts_ctl.po.tmp refuse.po.tmp percent_x.po.tmp clean_exit.po.tmp fix_options.po.tmp socket.po.tmp update.po.tmp misc.po.tmp diag.po.tmp expandm.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db_pic.a librtld_db.so.* librtld_db.so rtld_db.pico rtld_db.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db_pic.a librtld_db.so.* librtld_db.so rtld_db.pico rtld_db.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libwrap && rm -f libwrap_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libwrap && rm -f libwrap_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f llib-lrtld_db.ln rtld_db.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f llib-lrtld_db.ln rtld_db.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libwrap && rm -f libwrap_pic.a libwrap.so.* libwrap.so hosts_access.pico options.pico shell_cmd.pico rfc931.pico eval.pico hosts_ctl.pico refuse.pico percent_x.pico clean_exit.pico fix_options.pico socket.pico update.pico misc.pico diag.pico expandm.pico hosts_access.pico.tmp options.pico.tmp shell_cmd.pico.tmp rfc931.pico.tmp eval.pico.tmp hosts_ctl.pico.tmp refuse.pico.tmp percent_x.pico.tmp clean_exit.pico.tmp fix_options.pico.tmp socket.pico.tmp update.pico.tmp misc.pico.tmp diag.pico.tmp expandm.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libwrap && rm -f libwrap_pic.a libwrap.so.* libwrap.so hosts_access.pico options.pico shell_cmd.pico rfc931.pico eval.pico hosts_ctl.pico refuse.pico percent_x.pico clean_exit.pico fix_options.pico socket.pico update.pico misc.pico diag.pico expandm.pico hosts_access.pico.tmp options.pico.tmp shell_cmd.pico.tmp rfc931.pico.tmp eval.pico.tmp hosts_ctl.pico.tmp refuse.pico.tmp percent_x.pico.tmp clean_exit.pico.tmp fix_options.pico.tmp socket.pico.tmp update.pico.tmp misc.pico.tmp diag.pico.tmp expandm.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libwrap && rm -f llib-lwrap.ln hosts_access.ln options.ln shell_cmd.ln rfc931.ln eval.ln hosts_ctl.ln refuse.ln percent_x.ln clean_exit.ln fix_options.ln socket.ln update.ln misc.ln diag.ln expandm.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libwrap && rm -f llib-lwrap.ln hosts_access.ln options.ln shell_cmd.ln rfc931.ln eval.ln hosts_ctl.ln refuse.ln percent_x.ln clean_exit.ln fix_options.ln socket.ln update.ln misc.ln diag.ln expandm.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/librtld_db/lib && rm -f librtld_db.html3 .depend rtld_db.d rtld_db.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/librtld_db/lib && rm -f librtld_db.html3 .depend rtld_db.d rtld_db.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libwrap && rm -f libwrap.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-unbound --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libwrap && rm -f libwrap.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/unbound --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libwrap && rm -f hosts_access.html3 hosts_access.html5 hosts_options.html5 .depend clean_exit.d diag.d eval.d expandm.d fix_options.d hosts_access.d hosts_ctl.d misc.d options.d percent_x.d refuse.d rfc931.d shell_cmd.d socket.d update.d clean_exit.d.tmp diag.d.tmp eval.d.tmp expandm.d.tmp fix_options.d.tmp hosts_access.d.tmp hosts_ctl.d.tmp misc.d.tmp options.d.tmp percent_x.d.tmp refuse.d.tmp rfc931.d.tmp shell_cmd.d.tmp socket.d.tmp update.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/unbound/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libwrap && rm -f hosts_access.html3 hosts_access.html5 hosts_options.html5 .depend clean_exit.d diag.d eval.d expandm.d fix_options.d hosts_access.d hosts_ctl.d misc.d options.d percent_x.d refuse.d rfc931.d shell_cmd.d socket.d update.d clean_exit.d.tmp diag.d.tmp eval.d.tmp expandm.d.tmp fix_options.d.tmp hosts_access.d.tmp hosts_ctl.d.tmp misc.d.tmp options.d.tmp percent_x.d.tmp refuse.d.tmp rfc931.d.tmp shell_cmd.d.tmp socket.d.tmp update.d.tmp tags || true) --- cleandir-external --- --- cleandir-libunbound --- cleandir ===> external/bsd/unbound/lib/libunbound --- cleandir-lib --- --- cleandir-../external/gpl3/gcc/lib/libasan --- cleandir ===> lib/../external/gpl3/gcc/lib/libasan --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f libasan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o asan_activation.o asan_allocator.o asan_debugging.o asan_descriptions.o asan_errors.o asan_fake_stack.o asan_flags.o asan_globals.o asan_interceptors.o asan_interceptors_memintrinsics.o asan_linux.o asan_mac.o asan_malloc_linux.o asan_malloc_mac.o asan_malloc_win.o asan_memory_profile.o asan_new_delete.o asan_poisoning.o asan_posix.o asan_report.o asan_rtl.o asan_shadow_setup.o asan_stack.o asan_stats.o asan_suppressions.o asan_thread.o asan_win.o asan_win_dll_thunk.o asan_win_dynamic_runtime_thunk.o lsan_common.o lsan_common_linux.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp asan_activation.o.tmp asan_allocator.o.tmp asan_debugging.o.tmp asan_descriptions.o.tmp asan_errors.o.tmp asan_fake_stack.o.tmp asan_flags.o.tmp asan_globals.o.tmp asan_interceptors.o.tmp asan_interceptors_memintrinsics.o.tmp asan_linux.o.tmp asan_mac.o.tmp asan_malloc_linux.o.tmp asan_malloc_mac.o.tmp asan_malloc_win.o.tmp asan_memory_profile.o.tmp asan_new_delete.o.tmp asan_poisoning.o.tmp asan_posix.o.tmp asan_report.o.tmp asan_rtl.o.tmp asan_shadow_setup.o.tmp asan_stack.o.tmp asan_stats.o.tmp asan_suppressions.o.tmp asan_thread.o.tmp asan_win.o.tmp asan_win_dll_thunk.o.tmp asan_win_dynamic_runtime_thunk.o.tmp lsan_common.o.tmp lsan_common_linux.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f libasan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o asan_activation.o asan_allocator.o asan_debugging.o asan_descriptions.o asan_errors.o asan_fake_stack.o asan_flags.o asan_globals.o asan_interceptors.o asan_interceptors_memintrinsics.o asan_linux.o asan_mac.o asan_malloc_linux.o asan_malloc_mac.o asan_malloc_win.o asan_memory_profile.o asan_new_delete.o asan_poisoning.o asan_posix.o asan_report.o asan_rtl.o asan_shadow_setup.o asan_stack.o asan_stats.o asan_suppressions.o asan_thread.o asan_win.o asan_win_dll_thunk.o asan_win_dynamic_runtime_thunk.o lsan_common.o lsan_common_linux.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp asan_activation.o.tmp asan_allocator.o.tmp asan_debugging.o.tmp asan_descriptions.o.tmp asan_errors.o.tmp asan_fake_stack.o.tmp asan_flags.o.tmp asan_globals.o.tmp asan_interceptors.o.tmp asan_interceptors_memintrinsics.o.tmp asan_linux.o.tmp asan_mac.o.tmp asan_malloc_linux.o.tmp asan_malloc_mac.o.tmp asan_malloc_win.o.tmp asan_memory_profile.o.tmp asan_new_delete.o.tmp asan_poisoning.o.tmp asan_posix.o.tmp asan_report.o.tmp asan_rtl.o.tmp asan_shadow_setup.o.tmp asan_stack.o.tmp asan_stats.o.tmp asan_suppressions.o.tmp asan_thread.o.tmp asan_win.o.tmp asan_win_dll_thunk.o.tmp asan_win_dynamic_runtime_thunk.o.tmp lsan_common.o.tmp lsan_common_linux.o.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound.a alloc.o as112.o authzone.o autotrust.o cachedb.o config_file.o configlexer.o configparser.o context.o dname.o dns.o dns64.o dnstree.o edns.o fptr_wlist.o infra.o iter_delegpt.o iter_donotq.o iter_fwd.o iter_hints.o iter_priv.o iter_resptype.o iter_scrub.o iter_utils.o iterator.o keyraw.o libunbound.o libworker.o listen_dnsport.o localzone.o locks.o log.o lookup3.o lruhash.o mesh.o mini_event.o modstack.o module.o msgencode.o msgparse.o msgreply.o net_help.o netevent.o outbound_list.o outside_network.o packed_rrset.o parse.o parseutil.o proxy_protocol.o random.o rbtree.o regional.o respip.o rfc_1982.o rpz.o rrdef.o rrset.o rtt.o sbuffer.o siphash.o slabhash.o str2wire.o tcp_conn_limit.o timehist.o timeval_func.o tube.o ub_event_pluggable.o val_anchor.o val_kcache.o val_kentry.o val_neg.o val_nsec.o val_nsec3.o val_secalgo.o val_sigcrypt.o val_utils.o validator.o view.o winsock_event.o wire2str.o alloc.o.tmp as112.o.tmp authzone.o.tmp autotrust.o.tmp cachedb.o.tmp config_file.o.tmp configlexer.o.tmp configparser.o.tmp context.o.tmp dname.o.tmp dns.o.tmp dns64.o.tmp dnstree.o.tmp edns.o.tmp fptr_wlist.o.tmp infra.o.tmp iter_delegpt.o.tmp iter_donotq.o.tmp iter_fwd.o.tmp iter_hints.o.tmp iter_priv.o.tmp iter_resptype.o.tmp iter_scrub.o.tmp iter_utils.o.tmp iterator.o.tmp keyraw.o.tmp libunbound.o.tmp libworker.o.tmp listen_dnsport.o.tmp localzone.o.tmp locks.o.tmp log.o.tmp lookup3.o.tmp lruhash.o.tmp mesh.o.tmp mini_event.o.tmp modstack.o.tmp module.o.tmp msgencode.o.tmp msgparse.o.tmp msgreply.o.tmp net_help.o.tmp netevent.o.tmp outbound_list.o.tmp outside_network.o.tmp packed_rrset.o.tmp parse.o.tmp parseutil.o.tmp proxy_protocol.o.tmp random.o.tmp rbtree.o.tmp regional.o.tmp respip.o.tmp rfc_1982.o.tmp rpz.o.tmp rrdef.o.tmp rrset.o.tmp rtt.o.tmp sbuffer.o.tmp siphash.o.tmp slabhash.o.tmp str2wire.o.tmp tcp_conn_limit.o.tmp timehist.o.tmp timeval_func.o.tmp tube.o.tmp ub_event_pluggable.o.tmp val_anchor.o.tmp val_kcache.o.tmp val_kentry.o.tmp val_neg.o.tmp val_nsec.o.tmp val_nsec3.o.tmp val_secalgo.o.tmp val_sigcrypt.o.tmp val_utils.o.tmp validator.o.tmp view.o.tmp winsock_event.o.tmp wire2str.o.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f libasan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po asan_activation.po asan_allocator.po asan_debugging.po asan_descriptions.po asan_errors.po asan_fake_stack.po asan_flags.po asan_globals.po asan_interceptors.po asan_interceptors_memintrinsics.po asan_linux.po asan_mac.po asan_malloc_linux.po asan_malloc_mac.po asan_malloc_win.po asan_memory_profile.po asan_new_delete.po asan_poisoning.po asan_posix.po asan_report.po asan_rtl.po asan_shadow_setup.po asan_stack.po asan_stats.po asan_suppressions.po asan_thread.po asan_win.po asan_win_dll_thunk.po asan_win_dynamic_runtime_thunk.po lsan_common.po lsan_common_linux.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp asan_activation.po.tmp asan_allocator.po.tmp asan_debugging.po.tmp asan_descriptions.po.tmp asan_errors.po.tmp asan_fake_stack.po.tmp asan_flags.po.tmp asan_globals.po.tmp asan_interceptors.po.tmp asan_interceptors_memintrinsics.po.tmp asan_linux.po.tmp asan_mac.po.tmp asan_malloc_linux.po.tmp asan_malloc_mac.po.tmp asan_malloc_win.po.tmp asan_memory_profile.po.tmp asan_new_delete.po.tmp asan_poisoning.po.tmp asan_posix.po.tmp asan_report.po.tmp asan_rtl.po.tmp asan_shadow_setup.po.tmp asan_stack.po.tmp asan_stats.po.tmp asan_suppressions.po.tmp asan_thread.po.tmp asan_win.po.tmp asan_win_dll_thunk.po.tmp asan_win_dynamic_runtime_thunk.po.tmp lsan_common.po.tmp lsan_common_linux.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound.a alloc.o as112.o authzone.o autotrust.o cachedb.o config_file.o configlexer.o configparser.o context.o dname.o dns.o dns64.o dnstree.o edns.o fptr_wlist.o infra.o iter_delegpt.o iter_donotq.o iter_fwd.o iter_hints.o iter_priv.o iter_resptype.o iter_scrub.o iter_utils.o iterator.o keyraw.o libunbound.o libworker.o listen_dnsport.o localzone.o locks.o log.o lookup3.o lruhash.o mesh.o mini_event.o modstack.o module.o msgencode.o msgparse.o msgreply.o net_help.o netevent.o outbound_list.o outside_network.o packed_rrset.o parse.o parseutil.o proxy_protocol.o random.o rbtree.o regional.o respip.o rfc_1982.o rpz.o rrdef.o rrset.o rtt.o sbuffer.o siphash.o slabhash.o str2wire.o tcp_conn_limit.o timehist.o timeval_func.o tube.o ub_event_pluggable.o val_anchor.o val_kcache.o val_kentry.o val_neg.o val_nsec.o val_nsec3.o val_secalgo.o val_sigcrypt.o val_utils.o validator.o view.o winsock_event.o wire2str.o alloc.o.tmp as112.o.tmp authzone.o.tmp autotrust.o.tmp cachedb.o.tmp config_file.o.tmp configlexer.o.tmp configparser.o.tmp context.o.tmp dname.o.tmp dns.o.tmp dns64.o.tmp dnstree.o.tmp edns.o.tmp fptr_wlist.o.tmp infra.o.tmp iter_delegpt.o.tmp iter_donotq.o.tmp iter_fwd.o.tmp iter_hints.o.tmp iter_priv.o.tmp iter_resptype.o.tmp iter_scrub.o.tmp iter_utils.o.tmp iterator.o.tmp keyraw.o.tmp libunbound.o.tmp libworker.o.tmp listen_dnsport.o.tmp localzone.o.tmp locks.o.tmp log.o.tmp lookup3.o.tmp lruhash.o.tmp mesh.o.tmp mini_event.o.tmp modstack.o.tmp module.o.tmp msgencode.o.tmp msgparse.o.tmp msgreply.o.tmp net_help.o.tmp netevent.o.tmp outbound_list.o.tmp outside_network.o.tmp packed_rrset.o.tmp parse.o.tmp parseutil.o.tmp proxy_protocol.o.tmp random.o.tmp rbtree.o.tmp regional.o.tmp respip.o.tmp rfc_1982.o.tmp rpz.o.tmp rrdef.o.tmp rrset.o.tmp rtt.o.tmp sbuffer.o.tmp siphash.o.tmp slabhash.o.tmp str2wire.o.tmp tcp_conn_limit.o.tmp timehist.o.tmp timeval_func.o.tmp tube.o.tmp ub_event_pluggable.o.tmp val_anchor.o.tmp val_kcache.o.tmp val_kentry.o.tmp val_neg.o.tmp val_nsec.o.tmp val_nsec3.o.tmp val_secalgo.o.tmp val_sigcrypt.o.tmp val_utils.o.tmp validator.o.tmp view.o.tmp winsock_event.o.tmp wire2str.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f libasan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po asan_activation.po asan_allocator.po asan_debugging.po asan_descriptions.po asan_errors.po asan_fake_stack.po asan_flags.po asan_globals.po asan_interceptors.po asan_interceptors_memintrinsics.po asan_linux.po asan_mac.po asan_malloc_linux.po asan_malloc_mac.po asan_malloc_win.po asan_memory_profile.po asan_new_delete.po asan_poisoning.po asan_posix.po asan_report.po asan_rtl.po asan_shadow_setup.po asan_stack.po asan_stats.po asan_suppressions.po asan_thread.po asan_win.po asan_win_dll_thunk.po asan_win_dynamic_runtime_thunk.po lsan_common.po lsan_common_linux.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp asan_activation.po.tmp asan_allocator.po.tmp asan_debugging.po.tmp asan_descriptions.po.tmp asan_errors.po.tmp asan_fake_stack.po.tmp asan_flags.po.tmp asan_globals.po.tmp asan_interceptors.po.tmp asan_interceptors_memintrinsics.po.tmp asan_linux.po.tmp asan_mac.po.tmp asan_malloc_linux.po.tmp asan_malloc_mac.po.tmp asan_malloc_win.po.tmp asan_memory_profile.po.tmp asan_new_delete.po.tmp asan_poisoning.po.tmp asan_posix.po.tmp asan_report.po.tmp asan_rtl.po.tmp asan_shadow_setup.po.tmp asan_stack.po.tmp asan_stats.po.tmp asan_suppressions.po.tmp asan_thread.po.tmp asan_win.po.tmp asan_win_dll_thunk.po.tmp asan_win_dynamic_runtime_thunk.po.tmp lsan_common.po.tmp lsan_common_linux.po.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound_p.a alloc.po as112.po authzone.po autotrust.po cachedb.po config_file.po configlexer.po configparser.po context.po dname.po dns.po dns64.po dnstree.po edns.po fptr_wlist.po infra.po iter_delegpt.po iter_donotq.po iter_fwd.po iter_hints.po iter_priv.po iter_resptype.po iter_scrub.po iter_utils.po iterator.po keyraw.po libunbound.po libworker.po listen_dnsport.po localzone.po locks.po log.po lookup3.po lruhash.po mesh.po mini_event.po modstack.po module.po msgencode.po msgparse.po msgreply.po net_help.po netevent.po outbound_list.po outside_network.po packed_rrset.po parse.po parseutil.po proxy_protocol.po random.po rbtree.po regional.po respip.po rfc_1982.po rpz.po rrdef.po rrset.po rtt.po sbuffer.po siphash.po slabhash.po str2wire.po tcp_conn_limit.po timehist.po timeval_func.po tube.po ub_event_pluggable.po val_anchor.po val_kcache.po val_kentry.po val_neg.po val_nsec.po val_nsec3.po val_secalgo.po val_sigcrypt.po val_utils.po validator.po view.po winsock_event.po wire2str.po alloc.po.tmp as112.po.tmp authzone.po.tmp autotrust.po.tmp cachedb.po.tmp config_file.po.tmp configlexer.po.tmp configparser.po.tmp context.po.tmp dname.po.tmp dns.po.tmp dns64.po.tmp dnstree.po.tmp edns.po.tmp fptr_wlist.po.tmp infra.po.tmp iter_delegpt.po.tmp iter_donotq.po.tmp iter_fwd.po.tmp iter_hints.po.tmp iter_priv.po.tmp iter_resptype.po.tmp iter_scrub.po.tmp iter_utils.po.tmp iterator.po.tmp keyraw.po.tmp libunbound.po.tmp libworker.po.tmp listen_dnsport.po.tmp localzone.po.tmp locks.po.tmp log.po.tmp lookup3.po.tmp lruhash.po.tmp mesh.po.tmp mini_event.po.tmp modstack.po.tmp module.po.tmp msgencode.po.tmp msgparse.po.tmp msgreply.po.tmp net_help.po.tmp netevent.po.tmp outbound_list.po.tmp outside_network.po.tmp packed_rrset.po.tmp parse.po.tmp parseutil.po.tmp proxy_protocol.po.tmp random.po.tmp rbtree.po.tmp regional.po.tmp respip.po.tmp rfc_1982.po.tmp rpz.po.tmp rrdef.po.tmp rrset.po.tmp rtt.po.tmp sbuffer.po.tmp siphash.po.tmp slabhash.po.tmp str2wire.po.tmp tcp_conn_limit.po.tmp timehist.po.tmp timeval_func.po.tmp tube.po.tmp ub_event_pluggable.po.tmp val_anchor.po.tmp val_kcache.po.tmp val_kentry.po.tmp val_neg.po.tmp val_nsec.po.tmp val_nsec3.po.tmp val_secalgo.po.tmp val_sigcrypt.po.tmp val_utils.po.tmp validator.po.tmp view.po.tmp winsock_event.po.tmp wire2str.po.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound_p.a alloc.po as112.po authzone.po autotrust.po cachedb.po config_file.po configlexer.po configparser.po context.po dname.po dns.po dns64.po dnstree.po edns.po fptr_wlist.po infra.po iter_delegpt.po iter_donotq.po iter_fwd.po iter_hints.po iter_priv.po iter_resptype.po iter_scrub.po iter_utils.po iterator.po keyraw.po libunbound.po libworker.po listen_dnsport.po localzone.po locks.po log.po lookup3.po lruhash.po mesh.po mini_event.po modstack.po module.po msgencode.po msgparse.po msgreply.po net_help.po netevent.po outbound_list.po outside_network.po packed_rrset.po parse.po parseutil.po proxy_protocol.po random.po rbtree.po regional.po respip.po rfc_1982.po rpz.po rrdef.po rrset.po rtt.po sbuffer.po siphash.po slabhash.po str2wire.po tcp_conn_limit.po timehist.po timeval_func.po tube.po ub_event_pluggable.po val_anchor.po val_kcache.po val_kentry.po val_neg.po val_nsec.po val_nsec3.po val_secalgo.po val_sigcrypt.po val_utils.po validator.po view.po winsock_event.po wire2str.po alloc.po.tmp as112.po.tmp authzone.po.tmp autotrust.po.tmp cachedb.po.tmp config_file.po.tmp configlexer.po.tmp configparser.po.tmp context.po.tmp dname.po.tmp dns.po.tmp dns64.po.tmp dnstree.po.tmp edns.po.tmp fptr_wlist.po.tmp infra.po.tmp iter_delegpt.po.tmp iter_donotq.po.tmp iter_fwd.po.tmp iter_hints.po.tmp iter_priv.po.tmp iter_resptype.po.tmp iter_scrub.po.tmp iter_utils.po.tmp iterator.po.tmp keyraw.po.tmp libunbound.po.tmp libworker.po.tmp listen_dnsport.po.tmp localzone.po.tmp locks.po.tmp log.po.tmp lookup3.po.tmp lruhash.po.tmp mesh.po.tmp mini_event.po.tmp modstack.po.tmp module.po.tmp msgencode.po.tmp msgparse.po.tmp msgreply.po.tmp net_help.po.tmp netevent.po.tmp outbound_list.po.tmp outside_network.po.tmp packed_rrset.po.tmp parse.po.tmp parseutil.po.tmp proxy_protocol.po.tmp random.po.tmp rbtree.po.tmp regional.po.tmp respip.po.tmp rfc_1982.po.tmp rpz.po.tmp rrdef.po.tmp rrset.po.tmp rtt.po.tmp sbuffer.po.tmp siphash.po.tmp slabhash.po.tmp str2wire.po.tmp tcp_conn_limit.po.tmp timehist.po.tmp timeval_func.po.tmp tube.po.tmp ub_event_pluggable.po.tmp val_anchor.po.tmp val_kcache.po.tmp val_kentry.po.tmp val_neg.po.tmp val_nsec.po.tmp val_nsec3.po.tmp val_secalgo.po.tmp val_sigcrypt.po.tmp val_utils.po.tmp validator.po.tmp view.po.tmp winsock_event.po.tmp wire2str.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f libasan_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f libasan_g.a || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound_g.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f libasan_pic.a libasan.so.* libasan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico asan_activation.pico asan_allocator.pico asan_debugging.pico asan_descriptions.pico asan_errors.pico asan_fake_stack.pico asan_flags.pico asan_globals.pico asan_interceptors.pico asan_interceptors_memintrinsics.pico asan_linux.pico asan_mac.pico asan_malloc_linux.pico asan_malloc_mac.pico asan_malloc_win.pico asan_memory_profile.pico asan_new_delete.pico asan_poisoning.pico asan_posix.pico asan_report.pico asan_rtl.pico asan_shadow_setup.pico asan_stack.pico asan_stats.pico asan_suppressions.pico asan_thread.pico asan_win.pico asan_win_dll_thunk.pico asan_win_dynamic_runtime_thunk.pico lsan_common.pico lsan_common_linux.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp asan_activation.pico.tmp asan_allocator.pico.tmp asan_debugging.pico.tmp asan_descriptions.pico.tmp asan_errors.pico.tmp asan_fake_stack.pico.tmp asan_flags.pico.tmp asan_globals.pico.tmp asan_interceptors.pico.tmp asan_interceptors_memintrinsics.pico.tmp asan_linux.pico.tmp asan_mac.pico.tmp asan_malloc_linux.pico.tmp asan_malloc_mac.pico.tmp asan_malloc_win.pico.tmp asan_memory_profile.pico.tmp asan_new_delete.pico.tmp asan_poisoning.pico.tmp asan_posix.pico.tmp asan_report.pico.tmp asan_rtl.pico.tmp asan_shadow_setup.pico.tmp asan_stack.pico.tmp asan_stats.pico.tmp asan_suppressions.pico.tmp asan_thread.pico.tmp asan_win.pico.tmp asan_win_dll_thunk.pico.tmp asan_win_dynamic_runtime_thunk.pico.tmp lsan_common.pico.tmp lsan_common_linux.pico.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f libasan_pic.a libasan.so.* libasan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico asan_activation.pico asan_allocator.pico asan_debugging.pico asan_descriptions.pico asan_errors.pico asan_fake_stack.pico asan_flags.pico asan_globals.pico asan_interceptors.pico asan_interceptors_memintrinsics.pico asan_linux.pico asan_mac.pico asan_malloc_linux.pico asan_malloc_mac.pico asan_malloc_win.pico asan_memory_profile.pico asan_new_delete.pico asan_poisoning.pico asan_posix.pico asan_report.pico asan_rtl.pico asan_shadow_setup.pico asan_stack.pico asan_stats.pico asan_suppressions.pico asan_thread.pico asan_win.pico asan_win_dll_thunk.pico asan_win_dynamic_runtime_thunk.pico lsan_common.pico lsan_common_linux.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp asan_activation.pico.tmp asan_allocator.pico.tmp asan_debugging.pico.tmp asan_descriptions.pico.tmp asan_errors.pico.tmp asan_fake_stack.pico.tmp asan_flags.pico.tmp asan_globals.pico.tmp asan_interceptors.pico.tmp asan_interceptors_memintrinsics.pico.tmp asan_linux.pico.tmp asan_mac.pico.tmp asan_malloc_linux.pico.tmp asan_malloc_mac.pico.tmp asan_malloc_win.pico.tmp asan_memory_profile.pico.tmp asan_new_delete.pico.tmp asan_poisoning.pico.tmp asan_posix.pico.tmp asan_report.pico.tmp asan_rtl.pico.tmp asan_shadow_setup.pico.tmp asan_stack.pico.tmp asan_stats.pico.tmp asan_suppressions.pico.tmp asan_thread.pico.tmp asan_win.pico.tmp asan_win_dll_thunk.pico.tmp asan_win_dynamic_runtime_thunk.pico.tmp lsan_common.pico.tmp lsan_common_linux.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound_pic.a libunbound.so.* libunbound.so alloc.pico as112.pico authzone.pico autotrust.pico cachedb.pico config_file.pico configlexer.pico configparser.pico context.pico dname.pico dns.pico dns64.pico dnstree.pico edns.pico fptr_wlist.pico infra.pico iter_delegpt.pico iter_donotq.pico iter_fwd.pico iter_hints.pico iter_priv.pico iter_resptype.pico iter_scrub.pico iter_utils.pico iterator.pico keyraw.pico libunbound.pico libworker.pico listen_dnsport.pico localzone.pico locks.pico log.pico lookup3.pico lruhash.pico mesh.pico mini_event.pico modstack.pico module.pico msgencode.pico msgparse.pico msgreply.pico net_help.pico netevent.pico outbound_list.pico outside_network.pico packed_rrset.pico parse.pico parseutil.pico proxy_protocol.pico random.pico rbtree.pico regional.pico respip.pico rfc_1982.pico rpz.pico rrdef.pico rrset.pico rtt.pico sbuffer.pico siphash.pico slabhash.pico str2wire.pico tcp_conn_limit.pico timehist.pico timeval_func.pico tube.pico ub_event_pluggable.pico val_anchor.pico val_kcache.pico val_kentry.pico val_neg.pico val_nsec.pico val_nsec3.pico val_secalgo.pico val_sigcrypt.pico val_utils.pico validator.pico view.pico winsock_event.pico wire2str.pico alloc.pico.tmp as112.pico.tmp authzone.pico.tmp autotrust.pico.tmp cachedb.pico.tmp config_file.pico.tmp configlexer.pico.tmp configparser.pico.tmp context.pico.tmp dname.pico.tmp dns.pico.tmp dns64.pico.tmp dnstree.pico.tmp edns.pico.tmp fptr_wlist.pico.tmp infra.pico.tmp iter_delegpt.pico.tmp iter_donotq.pico.tmp iter_fwd.pico.tmp iter_hints.pico.tmp iter_priv.pico.tmp iter_resptype.pico.tmp iter_scrub.pico.tmp iter_utils.pico.tmp iterator.pico.tmp keyraw.pico.tmp libunbound.pico.tmp libworker.pico.tmp listen_dnsport.pico.tmp localzone.pico.tmp locks.pico.tmp log.pico.tmp lookup3.pico.tmp lruhash.pico.tmp mesh.pico.tmp mini_event.pico.tmp modstack.pico.tmp module.pico.tmp msgencode.pico.tmp msgparse.pico.tmp msgreply.pico.tmp net_help.pico.tmp netevent.pico.tmp outbound_list.pico.tmp outside_network.pico.tmp packed_rrset.pico.tmp parse.pico.tmp parseutil.pico.tmp proxy_protocol.pico.tmp random.pico.tmp rbtree.pico.tmp regional.pico.tmp respip.pico.tmp rfc_1982.pico.tmp rpz.pico.tmp rrdef.pico.tmp rrset.pico.tmp rtt.pico.tmp sbuffer.pico.tmp siphash.pico.tmp slabhash.pico.tmp str2wire.pico.tmp tcp_conn_limit.pico.tmp timehist.pico.tmp timeval_func.pico.tmp tube.pico.tmp ub_event_pluggable.pico.tmp val_anchor.pico.tmp val_kcache.pico.tmp val_kentry.pico.tmp val_neg.pico.tmp val_nsec.pico.tmp val_nsec3.pico.tmp val_secalgo.pico.tmp val_sigcrypt.pico.tmp val_utils.pico.tmp validator.pico.tmp view.pico.tmp winsock_event.pico.tmp wire2str.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound_pic.a libunbound.so.* libunbound.so alloc.pico as112.pico authzone.pico autotrust.pico cachedb.pico config_file.pico configlexer.pico configparser.pico context.pico dname.pico dns.pico dns64.pico dnstree.pico edns.pico fptr_wlist.pico infra.pico iter_delegpt.pico iter_donotq.pico iter_fwd.pico iter_hints.pico iter_priv.pico iter_resptype.pico iter_scrub.pico iter_utils.pico iterator.pico keyraw.pico libunbound.pico libworker.pico listen_dnsport.pico localzone.pico locks.pico log.pico lookup3.pico lruhash.pico mesh.pico mini_event.pico modstack.pico module.pico msgencode.pico msgparse.pico msgreply.pico net_help.pico netevent.pico outbound_list.pico outside_network.pico packed_rrset.pico parse.pico parseutil.pico proxy_protocol.pico random.pico rbtree.pico regional.pico respip.pico rfc_1982.pico rpz.pico rrdef.pico rrset.pico rtt.pico sbuffer.pico siphash.pico slabhash.pico str2wire.pico tcp_conn_limit.pico timehist.pico timeval_func.pico tube.pico ub_event_pluggable.pico val_anchor.pico val_kcache.pico val_kentry.pico val_neg.pico val_nsec.pico val_nsec3.pico val_secalgo.pico val_sigcrypt.pico val_utils.pico validator.pico view.pico winsock_event.pico wire2str.pico alloc.pico.tmp as112.pico.tmp authzone.pico.tmp autotrust.pico.tmp cachedb.pico.tmp config_file.pico.tmp configlexer.pico.tmp configparser.pico.tmp context.pico.tmp dname.pico.tmp dns.pico.tmp dns64.pico.tmp dnstree.pico.tmp edns.pico.tmp fptr_wlist.pico.tmp infra.pico.tmp iter_delegpt.pico.tmp iter_donotq.pico.tmp iter_fwd.pico.tmp iter_hints.pico.tmp iter_priv.pico.tmp iter_resptype.pico.tmp iter_scrub.pico.tmp iter_utils.pico.tmp iterator.pico.tmp keyraw.pico.tmp libunbound.pico.tmp libworker.pico.tmp listen_dnsport.pico.tmp localzone.pico.tmp locks.pico.tmp log.pico.tmp lookup3.pico.tmp lruhash.pico.tmp mesh.pico.tmp mini_event.pico.tmp modstack.pico.tmp module.pico.tmp msgencode.pico.tmp msgparse.pico.tmp msgreply.pico.tmp net_help.pico.tmp netevent.pico.tmp outbound_list.pico.tmp outside_network.pico.tmp packed_rrset.pico.tmp parse.pico.tmp parseutil.pico.tmp proxy_protocol.pico.tmp random.pico.tmp rbtree.pico.tmp regional.pico.tmp respip.pico.tmp rfc_1982.pico.tmp rpz.pico.tmp rrdef.pico.tmp rrset.pico.tmp rtt.pico.tmp sbuffer.pico.tmp siphash.pico.tmp slabhash.pico.tmp str2wire.pico.tmp tcp_conn_limit.pico.tmp timehist.pico.tmp timeval_func.pico.tmp tube.pico.tmp ub_event_pluggable.pico.tmp val_anchor.pico.tmp val_kcache.pico.tmp val_kentry.pico.tmp val_neg.pico.tmp val_nsec.pico.tmp val_nsec3.pico.tmp val_secalgo.pico.tmp val_sigcrypt.pico.tmp val_utils.pico.tmp validator.pico.tmp view.pico.tmp winsock_event.pico.tmp wire2str.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f llib-lasan.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f llib-lasan.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f llib-lunbound.ln alloc.ln as112.ln authzone.ln autotrust.ln cachedb.ln config_file.ln configlexer.ln configparser.ln context.ln dname.ln dns.ln dns64.ln dnstree.ln edns.ln fptr_wlist.ln infra.ln iter_delegpt.ln iter_donotq.ln iter_fwd.ln iter_hints.ln iter_priv.ln iter_resptype.ln iter_scrub.ln iter_utils.ln iterator.ln keyraw.ln libunbound.ln libworker.ln listen_dnsport.ln localzone.ln locks.ln log.ln lookup3.ln lruhash.ln mesh.ln mini_event.ln modstack.ln module.ln msgencode.ln msgparse.ln msgreply.ln net_help.ln netevent.ln outbound_list.ln outside_network.ln packed_rrset.ln parse.ln parseutil.ln proxy_protocol.ln random.ln rbtree.ln regional.ln respip.ln rfc_1982.ln rpz.ln rrdef.ln rrset.ln rtt.ln sbuffer.ln siphash.ln slabhash.ln str2wire.ln tcp_conn_limit.ln timehist.ln timeval_func.ln tube.ln ub_event_pluggable.ln val_anchor.ln val_kcache.ln val_kentry.ln val_neg.ln val_nsec.ln val_nsec3.ln val_secalgo.ln val_sigcrypt.ln val_utils.ln validator.ln view.ln winsock_event.ln wire2str.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f llib-lunbound.ln alloc.ln as112.ln authzone.ln autotrust.ln cachedb.ln config_file.ln configlexer.ln configparser.ln context.ln dname.ln dns.ln dns64.ln dnstree.ln edns.ln fptr_wlist.ln infra.ln iter_delegpt.ln iter_donotq.ln iter_fwd.ln iter_hints.ln iter_priv.ln iter_resptype.ln iter_scrub.ln iter_utils.ln iterator.ln keyraw.ln libunbound.ln libworker.ln listen_dnsport.ln localzone.ln locks.ln log.ln lookup3.ln lruhash.ln mesh.ln mini_event.ln modstack.ln module.ln msgencode.ln msgparse.ln msgreply.ln net_help.ln netevent.ln outbound_list.ln outside_network.ln packed_rrset.ln parse.ln parseutil.ln proxy_protocol.ln random.ln rbtree.ln regional.ln respip.ln rfc_1982.ln rpz.ln rrdef.ln rrset.ln rtt.ln sbuffer.ln siphash.ln slabhash.ln str2wire.ln tcp_conn_limit.ln timehist.ln timeval_func.ln tube.ln ub_event_pluggable.ln val_anchor.ln val_kcache.ln val_kentry.ln val_neg.ln val_nsec.ln val_nsec3.ln val_secalgo.ln val_sigcrypt.ln val_utils.ln validator.ln view.ln winsock_event.ln wire2str.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f libasan.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f libasan.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound.3 libunbound.so.9.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound.3 libunbound.so.9.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f .depend asan_activation.d asan_allocator.d asan_debugging.d asan_descriptions.d asan_errors.d asan_fake_stack.d asan_flags.d asan_globals.d asan_interceptors.d asan_interceptors_memintrinsics.d asan_linux.d asan_mac.d asan_malloc_linux.d asan_malloc_mac.d asan_malloc_win.d asan_memory_profile.d asan_new_delete.d asan_poisoning.d asan_posix.d asan_report.d asan_rtl.d asan_shadow_setup.d asan_stack.d asan_stats.d asan_suppressions.d asan_thread.d asan_win.d asan_win_dll_thunk.d asan_win_dynamic_runtime_thunk.d interception_linux.d interception_mac.d interception_type_test.d interception_win.d lsan_common.d lsan_common_linux.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d asan_activation.d.tmp asan_allocator.d.tmp asan_debugging.d.tmp asan_descriptions.d.tmp asan_errors.d.tmp asan_fake_stack.d.tmp asan_flags.d.tmp asan_globals.d.tmp asan_interceptors.d.tmp asan_interceptors_memintrinsics.d.tmp asan_linux.d.tmp asan_mac.d.tmp asan_malloc_linux.d.tmp asan_malloc_mac.d.tmp asan_malloc_win.d.tmp asan_memory_profile.d.tmp asan_new_delete.d.tmp asan_poisoning.d.tmp asan_posix.d.tmp asan_report.d.tmp asan_rtl.d.tmp asan_shadow_setup.d.tmp asan_stack.d.tmp asan_stats.d.tmp asan_suppressions.d.tmp asan_thread.d.tmp asan_win.d.tmp asan_win_dll_thunk.d.tmp asan_win_dynamic_runtime_thunk.d.tmp interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp lsan_common.d.tmp lsan_common_linux.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f .depend asan_activation.d asan_allocator.d asan_debugging.d asan_descriptions.d asan_errors.d asan_fake_stack.d asan_flags.d asan_globals.d asan_interceptors.d asan_interceptors_memintrinsics.d asan_linux.d asan_mac.d asan_malloc_linux.d asan_malloc_mac.d asan_malloc_win.d asan_memory_profile.d asan_new_delete.d asan_poisoning.d asan_posix.d asan_report.d asan_rtl.d asan_shadow_setup.d asan_stack.d asan_stats.d asan_suppressions.d asan_thread.d asan_win.d asan_win_dll_thunk.d asan_win_dynamic_runtime_thunk.d interception_linux.d interception_mac.d interception_type_test.d interception_win.d lsan_common.d lsan_common_linux.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d asan_activation.d.tmp asan_allocator.d.tmp asan_debugging.d.tmp asan_descriptions.d.tmp asan_errors.d.tmp asan_fake_stack.d.tmp asan_flags.d.tmp asan_globals.d.tmp asan_interceptors.d.tmp asan_interceptors_memintrinsics.d.tmp asan_linux.d.tmp asan_mac.d.tmp asan_malloc_linux.d.tmp asan_malloc_mac.d.tmp asan_malloc_win.d.tmp asan_memory_profile.d.tmp asan_new_delete.d.tmp asan_poisoning.d.tmp asan_posix.d.tmp asan_report.d.tmp asan_rtl.d.tmp asan_shadow_setup.d.tmp asan_stack.d.tmp asan_stats.d.tmp asan_suppressions.d.tmp asan_thread.d.tmp asan_win.d.tmp asan_win_dll_thunk.d.tmp asan_win_dynamic_runtime_thunk.d.tmp interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp lsan_common.d.tmp lsan_common_linux.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound.html3 .depend alloc.d as112.d authzone.d autotrust.d cachedb.d config_file.d configlexer.d configparser.d context.d dname.d dns.d dns64.d dnstree.d edns.d fptr_wlist.d infra.d iter_delegpt.d iter_donotq.d iter_fwd.d iter_hints.d iter_priv.d iter_resptype.d iter_scrub.d iter_utils.d iterator.d keyraw.d libunbound.d libworker.d listen_dnsport.d localzone.d locks.d log.d lookup3.d lruhash.d mesh.d mini_event.d modstack.d module.d msgencode.d msgparse.d msgreply.d net_help.d netevent.d outbound_list.d outside_network.d packed_rrset.d parse.d parseutil.d proxy_protocol.d random.d rbtree.d regional.d respip.d rfc_1982.d rpz.d rrdef.d rrset.d rtt.d sbuffer.d siphash.d slabhash.d str2wire.d tcp_conn_limit.d timehist.d timeval_func.d tube.d ub_event_pluggable.d val_anchor.d val_kcache.d val_kentry.d val_neg.d val_nsec.d val_nsec3.d val_secalgo.d val_sigcrypt.d val_utils.d validator.d view.d winsock_event.d wire2str.d alloc.d.tmp as112.d.tmp authzone.d.tmp autotrust.d.tmp cachedb.d.tmp config_file.d.tmp configlexer.d.tmp configparser.d.tmp context.d.tmp dname.d.tmp dns.d.tmp dns64.d.tmp dnstree.d.tmp edns.d.tmp fptr_wlist.d.tmp infra.d.tmp iter_delegpt.d.tmp iter_donotq.d.tmp iter_fwd.d.tmp iter_hints.d.tmp iter_priv.d.tmp iter_resptype.d.tmp iter_scrub.d.tmp iter_utils.d.tmp iterator.d.tmp keyraw.d.tmp libunbound.d.tmp libworker.d.tmp listen_dnsport.d.tmp localzone.d.tmp locks.d.tmp log.d.tmp lookup3.d.tmp lruhash.d.tmp mesh.d.tmp mini_event.d.tmp modstack.d.tmp module.d.tmp msgencode.d.tmp msgparse.d.tmp msgreply.d.tmp net_help.d.tmp netevent.d.tmp outbound_list.d.tmp outside_network.d.tmp packed_rrset.d.tmp parse.d.tmp parseutil.d.tmp proxy_protocol.d.tmp random.d.tmp rbtree.d.tmp regional.d.tmp respip.d.tmp rfc_1982.d.tmp rpz.d.tmp rrdef.d.tmp rrset.d.tmp rtt.d.tmp sbuffer.d.tmp siphash.d.tmp slabhash.d.tmp str2wire.d.tmp tcp_conn_limit.d.tmp timehist.d.tmp timeval_func.d.tmp tube.d.tmp ub_event_pluggable.d.tmp val_anchor.d.tmp val_kcache.d.tmp val_kentry.d.tmp val_neg.d.tmp val_nsec.d.tmp val_nsec3.d.tmp val_secalgo.d.tmp val_sigcrypt.d.tmp val_utils.d.tmp validator.d.tmp view.d.tmp winsock_event.d.tmp wire2str.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound.html3 .depend alloc.d as112.d authzone.d autotrust.d cachedb.d config_file.d configlexer.d configparser.d context.d dname.d dns.d dns64.d dnstree.d edns.d fptr_wlist.d infra.d iter_delegpt.d iter_donotq.d iter_fwd.d iter_hints.d iter_priv.d iter_resptype.d iter_scrub.d iter_utils.d iterator.d keyraw.d libunbound.d libworker.d listen_dnsport.d localzone.d locks.d log.d lookup3.d lruhash.d mesh.d mini_event.d modstack.d module.d msgencode.d msgparse.d msgreply.d net_help.d netevent.d outbound_list.d outside_network.d packed_rrset.d parse.d parseutil.d proxy_protocol.d random.d rbtree.d regional.d respip.d rfc_1982.d rpz.d rrdef.d rrset.d rtt.d sbuffer.d siphash.d slabhash.d str2wire.d tcp_conn_limit.d timehist.d timeval_func.d tube.d ub_event_pluggable.d val_anchor.d val_kcache.d val_kentry.d val_neg.d val_nsec.d val_nsec3.d val_secalgo.d val_sigcrypt.d val_utils.d validator.d view.d winsock_event.d wire2str.d alloc.d.tmp as112.d.tmp authzone.d.tmp autotrust.d.tmp cachedb.d.tmp config_file.d.tmp configlexer.d.tmp configparser.d.tmp context.d.tmp dname.d.tmp dns.d.tmp dns64.d.tmp dnstree.d.tmp edns.d.tmp fptr_wlist.d.tmp infra.d.tmp iter_delegpt.d.tmp iter_donotq.d.tmp iter_fwd.d.tmp iter_hints.d.tmp iter_priv.d.tmp iter_resptype.d.tmp iter_scrub.d.tmp iter_utils.d.tmp iterator.d.tmp keyraw.d.tmp libunbound.d.tmp libworker.d.tmp listen_dnsport.d.tmp localzone.d.tmp locks.d.tmp log.d.tmp lookup3.d.tmp lruhash.d.tmp mesh.d.tmp mini_event.d.tmp modstack.d.tmp module.d.tmp msgencode.d.tmp msgparse.d.tmp msgreply.d.tmp net_help.d.tmp netevent.d.tmp outbound_list.d.tmp outside_network.d.tmp packed_rrset.d.tmp parse.d.tmp parseutil.d.tmp proxy_protocol.d.tmp random.d.tmp rbtree.d.tmp regional.d.tmp respip.d.tmp rfc_1982.d.tmp rpz.d.tmp rrdef.d.tmp rrset.d.tmp rtt.d.tmp sbuffer.d.tmp siphash.d.tmp slabhash.d.tmp str2wire.d.tmp tcp_conn_limit.d.tmp timehist.d.tmp timeval_func.d.tmp tube.d.tmp ub_event_pluggable.d.tmp val_anchor.d.tmp val_kcache.d.tmp val_kentry.d.tmp val_neg.d.tmp val_nsec.d.tmp val_nsec3.d.tmp val_secalgo.d.tmp val_sigcrypt.d.tmp val_utils.d.tmp validator.d.tmp view.d.tmp winsock_event.d.tmp wire2str.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/gpl3/gcc/lib/liblsan --- cleandir ===> lib/../external/gpl3/gcc/lib/liblsan --- cleandir-external --- --- cleandir-sbin --- cleandir ===> external/bsd/unbound/sbin --- cleandir-unbound --- cleandir ===> external/bsd/unbound/sbin/unbound --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f liblsan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o lsan.o lsan_allocator.o lsan_common.o lsan_common_linux.o lsan_interceptors.o lsan_linux.o lsan_thread.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp lsan.o.tmp lsan_allocator.o.tmp lsan_common.o.tmp lsan_common_linux.o.tmp lsan_interceptors.o.tmp lsan_linux.o.tmp lsan_thread.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f liblsan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o lsan.o lsan_allocator.o lsan_common.o lsan_common_linux.o lsan_interceptors.o lsan_linux.o lsan_thread.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp lsan.o.tmp lsan_allocator.o.tmp lsan_common.o.tmp lsan_common_linux.o.tmp lsan_interceptors.o.tmp lsan_linux.o.tmp lsan_thread.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f liblsan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po lsan.po lsan_allocator.po lsan_common.po lsan_common_linux.po lsan_interceptors.po lsan_linux.po lsan_thread.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp lsan.po.tmp lsan_allocator.po.tmp lsan_common.po.tmp lsan_common_linux.po.tmp lsan_interceptors.po.tmp lsan_linux.po.tmp lsan_thread.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f liblsan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po lsan.po lsan_allocator.po lsan_common.po lsan_common_linux.po lsan_interceptors.po lsan_linux.po lsan_thread.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp lsan.po.tmp lsan_allocator.po.tmp lsan_common.po.tmp lsan_common_linux.po.tmp lsan_interceptors.po.tmp lsan_linux.po.tmp lsan_thread.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/sbin/unbound && rm -f unbound.conf.5 unbound.8 a.out [Ee]rrs mklog core *.core .gdbinit unbound acl_list.o cachedump.o daemon.o remote.o stats.o unbound.o worker.o shm_main.o acl_list.ln cachedump.ln daemon.ln remote.ln stats.ln unbound.ln worker.ln shm_main.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/sbin/unbound && rm -f unbound.conf.5 unbound.8 a.out [Ee]rrs mklog core *.core .gdbinit unbound acl_list.o cachedump.o daemon.o remote.o stats.o unbound.o worker.o shm_main.o acl_list.ln cachedump.ln daemon.ln remote.ln stats.ln unbound.ln worker.ln shm_main.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f liblsan_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f liblsan_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/sbin/unbound && rm -f unbound.conf.html5 unbound.html8 .depend acl_list.d cachedump.d daemon.d remote.d shm_main.d stats.d unbound.d worker.d acl_list.d.tmp cachedump.d.tmp daemon.d.tmp remote.d.tmp shm_main.d.tmp stats.d.tmp unbound.d.tmp worker.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/sbin/unbound && rm -f unbound.conf.html5 unbound.html8 .depend acl_list.d cachedump.d daemon.d remote.d shm_main.d stats.d unbound.d worker.d acl_list.d.tmp cachedump.d.tmp daemon.d.tmp remote.d.tmp shm_main.d.tmp stats.d.tmp unbound.d.tmp worker.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f liblsan_pic.a liblsan.so.* liblsan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico lsan.pico lsan_allocator.pico lsan_common.pico lsan_common_linux.pico lsan_interceptors.pico lsan_linux.pico lsan_thread.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp lsan.pico.tmp lsan_allocator.pico.tmp lsan_common.pico.tmp lsan_common_linux.pico.tmp lsan_interceptors.pico.tmp lsan_linux.pico.tmp lsan_thread.pico.tmp || true) --- cleandir-external --- --- cleandir-unbound-anchor --- cleandir ===> external/bsd/unbound/sbin/unbound-anchor --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f liblsan_pic.a liblsan.so.* liblsan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico lsan.pico lsan_allocator.pico lsan_common.pico lsan_common_linux.pico lsan_interceptors.pico lsan_linux.pico lsan_thread.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp lsan.pico.tmp lsan_allocator.pico.tmp lsan_common.pico.tmp lsan_common_linux.pico.tmp lsan_interceptors.pico.tmp lsan_linux.pico.tmp lsan_thread.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f llib-llsan.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f llib-llsan.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f liblsan.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f liblsan.so.2.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f .depend interception_linux.d interception_mac.d interception_type_test.d interception_win.d lsan.d lsan_allocator.d lsan_common.d lsan_common_linux.d lsan_interceptors.d lsan_linux.d lsan_thread.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp lsan.d.tmp lsan_allocator.d.tmp lsan_common.d.tmp lsan_common_linux.d.tmp lsan_interceptors.d.tmp lsan_linux.d.tmp lsan_thread.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f .depend interception_linux.d interception_mac.d interception_type_test.d interception_win.d lsan.d lsan_allocator.d lsan_common.d lsan_common_linux.d lsan_interceptors.d lsan_linux.d lsan_thread.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp lsan.d.tmp lsan_allocator.d.tmp lsan_common.d.tmp lsan_common_linux.d.tmp lsan_interceptors.d.tmp lsan_linux.d.tmp lsan_thread.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp tags || true) --- cleandir-../external/gpl3/gcc/lib/libubsan --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../external/gpl3/gcc/lib/libubsan --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/sbin/unbound-anchor && rm -f unbound-anchor.8 a.out [Ee]rrs mklog core *.core .gdbinit unbound-anchor unbound-anchor.o unbound-anchor.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/sbin/unbound-anchor && rm -f unbound-anchor.8 a.out [Ee]rrs mklog core *.core .gdbinit unbound-anchor unbound-anchor.o unbound-anchor.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/sbin/unbound-anchor && rm -f unbound-anchor.html8 .depend unbound-anchor.d unbound-anchor.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/sbin/unbound-anchor && rm -f unbound-anchor.html8 .depend unbound-anchor.d unbound-anchor.d.tmp tags || true) --- cleandir-unbound-checkconf --- cleandir ===> external/bsd/unbound/sbin/unbound-checkconf --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f libubsan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o ubsan_diag.o ubsan_flags.o ubsan_handlers.o ubsan_init.o ubsan_monitor.o ubsan_type_hash.o ubsan_type_hash_itanium.o ubsan_type_hash_win.o ubsan_value.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp ubsan_diag.o.tmp ubsan_flags.o.tmp ubsan_handlers.o.tmp ubsan_init.o.tmp ubsan_monitor.o.tmp ubsan_type_hash.o.tmp ubsan_type_hash_itanium.o.tmp ubsan_type_hash_win.o.tmp ubsan_value.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f libubsan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o ubsan_diag.o ubsan_flags.o ubsan_handlers.o ubsan_init.o ubsan_monitor.o ubsan_type_hash.o ubsan_type_hash_itanium.o ubsan_type_hash_win.o ubsan_value.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp ubsan_diag.o.tmp ubsan_flags.o.tmp ubsan_handlers.o.tmp ubsan_init.o.tmp ubsan_monitor.o.tmp ubsan_type_hash.o.tmp ubsan_type_hash_itanium.o.tmp ubsan_type_hash_win.o.tmp ubsan_value.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f libubsan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po ubsan_diag.po ubsan_flags.po ubsan_handlers.po ubsan_init.po ubsan_monitor.po ubsan_type_hash.po ubsan_type_hash_itanium.po ubsan_type_hash_win.po ubsan_value.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp ubsan_diag.po.tmp ubsan_flags.po.tmp ubsan_handlers.po.tmp ubsan_init.po.tmp ubsan_monitor.po.tmp ubsan_type_hash.po.tmp ubsan_type_hash_itanium.po.tmp ubsan_type_hash_win.po.tmp ubsan_value.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f libubsan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po ubsan_diag.po ubsan_flags.po ubsan_handlers.po ubsan_init.po ubsan_monitor.po ubsan_type_hash.po ubsan_type_hash_itanium.po ubsan_type_hash_win.po ubsan_value.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp ubsan_diag.po.tmp ubsan_flags.po.tmp ubsan_handlers.po.tmp ubsan_init.po.tmp ubsan_monitor.po.tmp ubsan_type_hash.po.tmp ubsan_type_hash_itanium.po.tmp ubsan_type_hash_win.po.tmp ubsan_value.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f libubsan_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f libubsan_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/sbin/unbound-checkconf && rm -f unbound-checkconf.8 a.out [Ee]rrs mklog core *.core .gdbinit unbound-checkconf unbound-checkconf.o unbound-checkconf.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/sbin/unbound-checkconf && rm -f unbound-checkconf.8 a.out [Ee]rrs mklog core *.core .gdbinit unbound-checkconf unbound-checkconf.o unbound-checkconf.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f libubsan_pic.a libubsan.so.* libubsan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico ubsan_diag.pico ubsan_flags.pico ubsan_handlers.pico ubsan_init.pico ubsan_monitor.pico ubsan_type_hash.pico ubsan_type_hash_itanium.pico ubsan_type_hash_win.pico ubsan_value.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp ubsan_diag.pico.tmp ubsan_flags.pico.tmp ubsan_handlers.pico.tmp ubsan_init.pico.tmp ubsan_monitor.pico.tmp ubsan_type_hash.pico.tmp ubsan_type_hash_itanium.pico.tmp ubsan_type_hash_win.pico.tmp ubsan_value.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f libubsan_pic.a libubsan.so.* libubsan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico ubsan_diag.pico ubsan_flags.pico ubsan_handlers.pico ubsan_init.pico ubsan_monitor.pico ubsan_type_hash.pico ubsan_type_hash_itanium.pico ubsan_type_hash_win.pico ubsan_value.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp ubsan_diag.pico.tmp ubsan_flags.pico.tmp ubsan_handlers.pico.tmp ubsan_init.pico.tmp ubsan_monitor.pico.tmp ubsan_type_hash.pico.tmp ubsan_type_hash_itanium.pico.tmp ubsan_type_hash_win.pico.tmp ubsan_value.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/sbin/unbound-checkconf && rm -f unbound-checkconf.html8 .depend unbound-checkconf.d unbound-checkconf.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/sbin/unbound-checkconf && rm -f unbound-checkconf.html8 .depend unbound-checkconf.d unbound-checkconf.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f llib-lubsan.ln || true) --- cleandir-external --- --- cleandir-unbound-control --- cleandir ===> external/bsd/unbound/sbin/unbound-control --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f llib-lubsan.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f libubsan.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f libubsan.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f .depend interception_linux.d interception_mac.d interception_type_test.d interception_win.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d ubsan_diag.d ubsan_flags.d ubsan_handlers.d ubsan_init.d ubsan_monitor.d ubsan_type_hash.d ubsan_type_hash_itanium.d ubsan_type_hash_win.d ubsan_value.d interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp ubsan_diag.d.tmp ubsan_flags.d.tmp ubsan_handlers.d.tmp ubsan_init.d.tmp ubsan_monitor.d.tmp ubsan_type_hash.d.tmp ubsan_type_hash_itanium.d.tmp ubsan_type_hash_win.d.tmp ubsan_value.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f .depend interception_linux.d interception_mac.d interception_type_test.d interception_win.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d ubsan_diag.d ubsan_flags.d ubsan_handlers.d ubsan_init.d ubsan_monitor.d ubsan_type_hash.d ubsan_type_hash_itanium.d ubsan_type_hash_win.d ubsan_value.d interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp ubsan_diag.d.tmp ubsan_flags.d.tmp ubsan_handlers.d.tmp ubsan_init.d.tmp ubsan_monitor.d.tmp ubsan_type_hash.d.tmp ubsan_type_hash_itanium.d.tmp ubsan_type_hash_win.d.tmp ubsan_value.d.tmp tags || true) --- cleandir-../external/apache2/llvm/librt --- cleandir ===> lib/../external/apache2/llvm/librt --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/sbin/unbound-control && rm -f unbound-control.8 a.out [Ee]rrs mklog core *.core .gdbinit unbound-control unbound-control.o unbound-control.ln || true) --- cleandir-lib --- --- cleandir-libLLVMAnalysis --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/sbin/unbound-control && rm -f unbound-control.8 a.out [Ee]rrs mklog core *.core .gdbinit unbound-control unbound-control.o unbound-control.ln || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMAnalysis --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/sbin/unbound-control && rm -f unbound-control.html8 .depend unbound-control.d unbound-control.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/sbin/unbound-control && rm -f unbound-control.html8 .depend unbound-control.d unbound-control.d.tmp tags || true) --- cleandir-unbound-control-setup --- cleandir ===> external/bsd/unbound/sbin/unbound-control-setup --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis.a AliasAnalysis.o AliasAnalysisEvaluator.o AliasAnalysisSummary.o AliasSetTracker.o Analysis.o AssumeBundleQueries.o AssumptionCache.o BasicAliasAnalysis.o BlockFrequencyInfo.o BlockFrequencyInfoImpl.o BranchProbabilityInfo.o CallGraph.o CallGraphSCCPass.o CallPrinter.o CaptureTracking.o CFG.o CFGPrinter.o CFLAndersAliasAnalysis.o CFLSteensAliasAnalysis.o CGSCCPassManager.o CmpInstAnalysis.o CodeMetrics.o ConstantFolding.o ConstraintSystem.o CostModel.o DDG.o DDGPrinter.o Delinearization.o DemandedBits.o DependenceAnalysis.o DependenceGraphBuilder.o DevelopmentModeInlineAdvisor.o DivergenceAnalysis.o DominanceFrontier.o DomPrinter.o DomTreeUpdater.o EHPersonalities.o FunctionPropertiesAnalysis.o GlobalsModRef.o GuardUtils.o HeatUtils.o ImportedFunctionsInliningStatistics.o IndirectCallPromotionAnalysis.o InlineAdvisor.o InlineCost.o InlineSizeEstimatorAnalysis.o InstCount.o InstructionPrecedenceTracking.o InstructionSimplify.o Interval.o IntervalPartition.o IRSimilarityIdentifier.o IVDescriptors.o IVUsers.o LazyBlockFrequencyInfo.o LazyBranchProbabilityInfo.o LazyCallGraph.o LazyValueInfo.o LegacyDivergenceAnalysis.o Lint.o Loads.o LoopAccessAnalysis.o LoopAnalysisManager.o LoopCacheAnalysis.o LoopInfo.o LoopNestAnalysis.o LoopPass.o LoopUnrollAnalyzer.o MemDepPrinter.o MemDerefPrinter.o MemoryBuiltins.o MemoryDependenceAnalysis.o MemoryLocation.o MemorySSA.o MemorySSAUpdater.o MLInlineAdvisor.o ModuleDebugInfoPrinter.o ModuleSummaryAnalysis.o MustExecute.o ObjCARCAliasAnalysis.o ObjCARCAnalysisUtils.o ObjCARCInstKind.o OptimizationRemarkEmitter.o OverflowInstAnalysis.o PHITransAddr.o PhiValues.o PostDominators.o ProfileSummaryInfo.o PtrUseVisitor.o RegionInfo.o RegionPass.o RegionPrinter.o ReleaseModeModelRunner.o ReplayInlineAdvisor.o ScalarEvolutionAliasAnalysis.o ScalarEvolution.o ScalarEvolutionDivision.o ScalarEvolutionNormalization.o ScopedNoAliasAA.o StackLifetime.o StackSafetyAnalysis.o SyncDependenceAnalysis.o SyntheticCountsUtils.o TargetLibraryInfo.o TargetTransformInfo.o TFUtils.o Trace.o TypeBasedAliasAnalysis.o TypeMetadataUtils.o ValueLattice.o ValueLatticeUtils.o ValueTracking.o VectorUtils.o VFABIDemangling.o AliasAnalysis.o.tmp AliasAnalysisEvaluator.o.tmp AliasAnalysisSummary.o.tmp AliasSetTracker.o.tmp Analysis.o.tmp AssumeBundleQueries.o.tmp AssumptionCache.o.tmp BasicAliasAnalysis.o.tmp BlockFrequencyInfo.o.tmp BlockFrequencyInfoImpl.o.tmp BranchProbabilityInfo.o.tmp CallGraph.o.tmp CallGraphSCCPass.o.tmp CallPrinter.o.tmp CaptureTracking.o.tmp CFG.o.tmp CFGPrinter.o.tmp CFLAndersAliasAnalysis.o.tmp CFLSteensAliasAnalysis.o.tmp CGSCCPassManager.o.tmp CmpInstAnalysis.o.tmp CodeMetrics.o.tmp ConstantFolding.o.tmp ConstraintSystem.o.tmp CostModel.o.tmp DDG.o.tmp DDGPrinter.o.tmp Delinearization.o.tmp DemandedBits.o.tmp DependenceAnalysis.o.tmp DependenceGraphBuilder.o.tmp DevelopmentModeInlineAdvisor.o.tmp DivergenceAnalysis.o.tmp DominanceFrontier.o.tmp DomPrinter.o.tmp DomTreeUpdater.o.tmp EHPersonalities.o.tmp FunctionPropertiesAnalysis.o.tmp GlobalsModRef.o.tmp GuardUtils.o.tmp HeatUtils.o.tmp ImportedFunctionsInliningStatistics.o.tmp IndirectCallPromotionAnalysis.o.tmp InlineAdvisor.o.tmp InlineCost.o.tmp InlineSizeEstimatorAnalysis.o.tmp InstCount.o.tmp InstructionPrecedenceTracking.o.tmp InstructionSimplify.o.tmp Interval.o.tmp IntervalPartition.o.tmp IRSimilarityIdentifier.o.tmp IVDescriptors.o.tmp IVUsers.o.tmp LazyBlockFrequencyInfo.o.tmp LazyBranchProbabilityInfo.o.tmp LazyCallGraph.o.tmp LazyValueInfo.o.tmp LegacyDivergenceAnalysis.o.tmp Lint.o.tmp Loads.o.tmp LoopAccessAnalysis.o.tmp LoopAnalysisManager.o.tmp LoopCacheAnalysis.o.tmp LoopInfo.o.tmp LoopNestAnalysis.o.tmp LoopPass.o.tmp LoopUnrollAnalyzer.o.tmp MemDepPrinter.o.tmp MemDerefPrinter.o.tmp MemoryBuiltins.o.tmp MemoryDependenceAnalysis.o.tmp MemoryLocation.o.tmp MemorySSA.o.tmp MemorySSAUpdater.o.tmp MLInlineAdvisor.o.tmp ModuleDebugInfoPrinter.o.tmp ModuleSummaryAnalysis.o.tmp MustExecute.o.tmp ObjCARCAliasAnalysis.o.tmp ObjCARCAnalysisUtils.o.tmp ObjCARCInstKind.o.tmp OptimizationRemarkEmitter.o.tmp OverflowInstAnalysis.o.tmp PHITransAddr.o.tmp PhiValues.o.tmp PostDominators.o.tmp ProfileSummaryInfo.o.tmp PtrUseVisitor.o.tmp RegionInfo.o.tmp RegionPass.o.tmp RegionPrinter.o.tmp ReleaseModeModelRunner.o.tmp ReplayInlineAdvisor.o.tmp ScalarEvolutionAliasAnalysis.o.tmp ScalarEvolution.o.tmp ScalarEvolutionDivision.o.tmp ScalarEvolutionNormalization.o.tmp ScopedNoAliasAA.o.tmp StackLifetime.o.tmp StackSafetyAnalysis.o.tmp SyncDependenceAnalysis.o.tmp SyntheticCountsUtils.o.tmp TargetLibraryInfo.o.tmp TargetTransformInfo.o.tmp TFUtils.o.tmp Trace.o.tmp TypeBasedAliasAnalysis.o.tmp TypeMetadataUtils.o.tmp ValueLattice.o.tmp ValueLatticeUtils.o.tmp ValueTracking.o.tmp VectorUtils.o.tmp VFABIDemangling.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis.a AliasAnalysis.o AliasAnalysisEvaluator.o AliasAnalysisSummary.o AliasSetTracker.o Analysis.o AssumeBundleQueries.o AssumptionCache.o BasicAliasAnalysis.o BlockFrequencyInfo.o BlockFrequencyInfoImpl.o BranchProbabilityInfo.o CallGraph.o CallGraphSCCPass.o CallPrinter.o CaptureTracking.o CFG.o CFGPrinter.o CFLAndersAliasAnalysis.o CFLSteensAliasAnalysis.o CGSCCPassManager.o CmpInstAnalysis.o CodeMetrics.o ConstantFolding.o ConstraintSystem.o CostModel.o DDG.o DDGPrinter.o Delinearization.o DemandedBits.o DependenceAnalysis.o DependenceGraphBuilder.o DevelopmentModeInlineAdvisor.o DivergenceAnalysis.o DominanceFrontier.o DomPrinter.o DomTreeUpdater.o EHPersonalities.o FunctionPropertiesAnalysis.o GlobalsModRef.o GuardUtils.o HeatUtils.o ImportedFunctionsInliningStatistics.o IndirectCallPromotionAnalysis.o InlineAdvisor.o InlineCost.o InlineSizeEstimatorAnalysis.o InstCount.o InstructionPrecedenceTracking.o InstructionSimplify.o Interval.o IntervalPartition.o IRSimilarityIdentifier.o IVDescriptors.o IVUsers.o LazyBlockFrequencyInfo.o LazyBranchProbabilityInfo.o LazyCallGraph.o LazyValueInfo.o LegacyDivergenceAnalysis.o Lint.o Loads.o LoopAccessAnalysis.o LoopAnalysisManager.o LoopCacheAnalysis.o LoopInfo.o LoopNestAnalysis.o LoopPass.o LoopUnrollAnalyzer.o MemDepPrinter.o MemDerefPrinter.o MemoryBuiltins.o MemoryDependenceAnalysis.o MemoryLocation.o MemorySSA.o MemorySSAUpdater.o MLInlineAdvisor.o ModuleDebugInfoPrinter.o ModuleSummaryAnalysis.o MustExecute.o ObjCARCAliasAnalysis.o ObjCARCAnalysisUtils.o ObjCARCInstKind.o OptimizationRemarkEmitter.o OverflowInstAnalysis.o PHITransAddr.o PhiValues.o PostDominators.o ProfileSummaryInfo.o PtrUseVisitor.o RegionInfo.o RegionPass.o RegionPrinter.o ReleaseModeModelRunner.o ReplayInlineAdvisor.o ScalarEvolutionAliasAnalysis.o ScalarEvolution.o ScalarEvolutionDivision.o ScalarEvolutionNormalization.o ScopedNoAliasAA.o StackLifetime.o StackSafetyAnalysis.o SyncDependenceAnalysis.o SyntheticCountsUtils.o TargetLibraryInfo.o TargetTransformInfo.o TFUtils.o Trace.o TypeBasedAliasAnalysis.o TypeMetadataUtils.o ValueLattice.o ValueLatticeUtils.o ValueTracking.o VectorUtils.o VFABIDemangling.o AliasAnalysis.o.tmp AliasAnalysisEvaluator.o.tmp AliasAnalysisSummary.o.tmp AliasSetTracker.o.tmp Analysis.o.tmp AssumeBundleQueries.o.tmp AssumptionCache.o.tmp BasicAliasAnalysis.o.tmp BlockFrequencyInfo.o.tmp BlockFrequencyInfoImpl.o.tmp BranchProbabilityInfo.o.tmp CallGraph.o.tmp CallGraphSCCPass.o.tmp CallPrinter.o.tmp CaptureTracking.o.tmp CFG.o.tmp CFGPrinter.o.tmp CFLAndersAliasAnalysis.o.tmp CFLSteensAliasAnalysis.o.tmp CGSCCPassManager.o.tmp CmpInstAnalysis.o.tmp CodeMetrics.o.tmp ConstantFolding.o.tmp ConstraintSystem.o.tmp CostModel.o.tmp DDG.o.tmp DDGPrinter.o.tmp Delinearization.o.tmp DemandedBits.o.tmp DependenceAnalysis.o.tmp DependenceGraphBuilder.o.tmp DevelopmentModeInlineAdvisor.o.tmp DivergenceAnalysis.o.tmp DominanceFrontier.o.tmp DomPrinter.o.tmp DomTreeUpdater.o.tmp EHPersonalities.o.tmp FunctionPropertiesAnalysis.o.tmp GlobalsModRef.o.tmp GuardUtils.o.tmp HeatUtils.o.tmp ImportedFunctionsInliningStatistics.o.tmp IndirectCallPromotionAnalysis.o.tmp InlineAdvisor.o.tmp InlineCost.o.tmp InlineSizeEstimatorAnalysis.o.tmp InstCount.o.tmp InstructionPrecedenceTracking.o.tmp InstructionSimplify.o.tmp Interval.o.tmp IntervalPartition.o.tmp IRSimilarityIdentifier.o.tmp IVDescriptors.o.tmp IVUsers.o.tmp LazyBlockFrequencyInfo.o.tmp LazyBranchProbabilityInfo.o.tmp LazyCallGraph.o.tmp LazyValueInfo.o.tmp LegacyDivergenceAnalysis.o.tmp Lint.o.tmp Loads.o.tmp LoopAccessAnalysis.o.tmp LoopAnalysisManager.o.tmp LoopCacheAnalysis.o.tmp LoopInfo.o.tmp LoopNestAnalysis.o.tmp LoopPass.o.tmp LoopUnrollAnalyzer.o.tmp MemDepPrinter.o.tmp MemDerefPrinter.o.tmp MemoryBuiltins.o.tmp MemoryDependenceAnalysis.o.tmp MemoryLocation.o.tmp MemorySSA.o.tmp MemorySSAUpdater.o.tmp MLInlineAdvisor.o.tmp ModuleDebugInfoPrinter.o.tmp ModuleSummaryAnalysis.o.tmp MustExecute.o.tmp ObjCARCAliasAnalysis.o.tmp ObjCARCAnalysisUtils.o.tmp ObjCARCInstKind.o.tmp OptimizationRemarkEmitter.o.tmp OverflowInstAnalysis.o.tmp PHITransAddr.o.tmp PhiValues.o.tmp PostDominators.o.tmp ProfileSummaryInfo.o.tmp PtrUseVisitor.o.tmp RegionInfo.o.tmp RegionPass.o.tmp RegionPrinter.o.tmp ReleaseModeModelRunner.o.tmp ReplayInlineAdvisor.o.tmp ScalarEvolutionAliasAnalysis.o.tmp ScalarEvolution.o.tmp ScalarEvolutionDivision.o.tmp ScalarEvolutionNormalization.o.tmp ScopedNoAliasAA.o.tmp StackLifetime.o.tmp StackSafetyAnalysis.o.tmp SyncDependenceAnalysis.o.tmp SyntheticCountsUtils.o.tmp TargetLibraryInfo.o.tmp TargetTransformInfo.o.tmp TFUtils.o.tmp Trace.o.tmp TypeBasedAliasAnalysis.o.tmp TypeMetadataUtils.o.tmp ValueLattice.o.tmp ValueLatticeUtils.o.tmp ValueTracking.o.tmp VectorUtils.o.tmp VFABIDemangling.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_pic.a AliasAnalysis.pico AliasAnalysisEvaluator.pico AliasAnalysisSummary.pico AliasSetTracker.pico Analysis.pico AssumeBundleQueries.pico AssumptionCache.pico BasicAliasAnalysis.pico BlockFrequencyInfo.pico BlockFrequencyInfoImpl.pico BranchProbabilityInfo.pico CallGraph.pico CallGraphSCCPass.pico CallPrinter.pico CaptureTracking.pico CFG.pico CFGPrinter.pico CFLAndersAliasAnalysis.pico CFLSteensAliasAnalysis.pico CGSCCPassManager.pico CmpInstAnalysis.pico CodeMetrics.pico ConstantFolding.pico ConstraintSystem.pico CostModel.pico DDG.pico DDGPrinter.pico Delinearization.pico DemandedBits.pico DependenceAnalysis.pico DependenceGraphBuilder.pico DevelopmentModeInlineAdvisor.pico DivergenceAnalysis.pico DominanceFrontier.pico DomPrinter.pico DomTreeUpdater.pico EHPersonalities.pico FunctionPropertiesAnalysis.pico GlobalsModRef.pico GuardUtils.pico HeatUtils.pico ImportedFunctionsInliningStatistics.pico IndirectCallPromotionAnalysis.pico InlineAdvisor.pico InlineCost.pico InlineSizeEstimatorAnalysis.pico InstCount.pico InstructionPrecedenceTracking.pico InstructionSimplify.pico Interval.pico IntervalPartition.pico IRSimilarityIdentifier.pico IVDescriptors.pico IVUsers.pico LazyBlockFrequencyInfo.pico LazyBranchProbabilityInfo.pico LazyCallGraph.pico LazyValueInfo.pico LegacyDivergenceAnalysis.pico Lint.pico Loads.pico LoopAccessAnalysis.pico LoopAnalysisManager.pico LoopCacheAnalysis.pico LoopInfo.pico LoopNestAnalysis.pico LoopPass.pico LoopUnrollAnalyzer.pico MemDepPrinter.pico MemDerefPrinter.pico MemoryBuiltins.pico MemoryDependenceAnalysis.pico MemoryLocation.pico MemorySSA.pico MemorySSAUpdater.pico MLInlineAdvisor.pico ModuleDebugInfoPrinter.pico ModuleSummaryAnalysis.pico MustExecute.pico ObjCARCAliasAnalysis.pico ObjCARCAnalysisUtils.pico ObjCARCInstKind.pico OptimizationRemarkEmitter.pico OverflowInstAnalysis.pico PHITransAddr.pico PhiValues.pico PostDominators.pico ProfileSummaryInfo.pico PtrUseVisitor.pico RegionInfo.pico RegionPass.pico RegionPrinter.pico ReleaseModeModelRunner.pico ReplayInlineAdvisor.pico ScalarEvolutionAliasAnalysis.pico ScalarEvolution.pico ScalarEvolutionDivision.pico ScalarEvolutionNormalization.pico ScopedNoAliasAA.pico StackLifetime.pico StackSafetyAnalysis.pico SyncDependenceAnalysis.pico SyntheticCountsUtils.pico TargetLibraryInfo.pico TargetTransformInfo.pico TFUtils.pico Trace.pico TypeBasedAliasAnalysis.pico TypeMetadataUtils.pico ValueLattice.pico ValueLatticeUtils.pico ValueTracking.pico VectorUtils.pico VFABIDemangling.pico AliasAnalysis.pico.tmp AliasAnalysisEvaluator.pico.tmp AliasAnalysisSummary.pico.tmp AliasSetTracker.pico.tmp Analysis.pico.tmp AssumeBundleQueries.pico.tmp AssumptionCache.pico.tmp BasicAliasAnalysis.pico.tmp BlockFrequencyInfo.pico.tmp BlockFrequencyInfoImpl.pico.tmp BranchProbabilityInfo.pico.tmp CallGraph.pico.tmp CallGraphSCCPass.pico.tmp CallPrinter.pico.tmp CaptureTracking.pico.tmp CFG.pico.tmp CFGPrinter.pico.tmp CFLAndersAliasAnalysis.pico.tmp CFLSteensAliasAnalysis.pico.tmp CGSCCPassManager.pico.tmp CmpInstAnalysis.pico.tmp CodeMetrics.pico.tmp ConstantFolding.pico.tmp ConstraintSystem.pico.tmp CostModel.pico.tmp DDG.pico.tmp DDGPrinter.pico.tmp Delinearization.pico.tmp DemandedBits.pico.tmp DependenceAnalysis.pico.tmp DependenceGraphBuilder.pico.tmp DevelopmentModeInlineAdvisor.pico.tmp DivergenceAnalysis.pico.tmp DominanceFrontier.pico.tmp DomPrinter.pico.tmp DomTreeUpdater.pico.tmp EHPersonalities.pico.tmp FunctionPropertiesAnalysis.pico.tmp GlobalsModRef.pico.tmp GuardUtils.pico.tmp HeatUtils.pico.tmp ImportedFunctionsInliningStatistics.pico.tmp IndirectCallPromotionAnalysis.pico.tmp InlineAdvisor.pico.tmp InlineCost.pico.tmp InlineSizeEstimatorAnalysis.pico.tmp InstCount.pico.tmp InstructionPrecedenceTracking.pico.tmp InstructionSimplify.pico.tmp Interval.pico.tmp IntervalPartition.pico.tmp IRSimilarityIdentifier.pico.tmp IVDescriptors.pico.tmp IVUsers.pico.tmp LazyBlockFrequencyInfo.pico.tmp LazyBranchProbabilityInfo.pico.tmp LazyCallGraph.pico.tmp LazyValueInfo.pico.tmp LegacyDivergenceAnalysis.pico.tmp Lint.pico.tmp Loads.pico.tmp LoopAccessAnalysis.pico.tmp LoopAnalysisManager.pico.tmp LoopCacheAnalysis.pico.tmp LoopInfo.pico.tmp LoopNestAnalysis.pico.tmp LoopPass.pico.tmp LoopUnrollAnalyzer.pico.tmp MemDepPrinter.pico.tmp MemDerefPrinter.pico.tmp MemoryBuiltins.pico.tmp MemoryDependenceAnalysis.pico.tmp MemoryLocation.pico.tmp MemorySSA.pico.tmp MemorySSAUpdater.pico.tmp MLInlineAdvisor.pico.tmp ModuleDebugInfoPrinter.pico.tmp ModuleSummaryAnalysis.pico.tmp MustExecute.pico.tmp ObjCARCAliasAnalysis.pico.tmp ObjCARCAnalysisUtils.pico.tmp ObjCARCInstKind.pico.tmp OptimizationRemarkEmitter.pico.tmp OverflowInstAnalysis.pico.tmp PHITransAddr.pico.tmp PhiValues.pico.tmp PostDominators.pico.tmp ProfileSummaryInfo.pico.tmp PtrUseVisitor.pico.tmp RegionInfo.pico.tmp RegionPass.pico.tmp RegionPrinter.pico.tmp ReleaseModeModelRunner.pico.tmp ReplayInlineAdvisor.pico.tmp ScalarEvolutionAliasAnalysis.pico.tmp ScalarEvolution.pico.tmp ScalarEvolutionDivision.pico.tmp ScalarEvolutionNormalization.pico.tmp ScopedNoAliasAA.pico.tmp StackLifetime.pico.tmp StackSafetyAnalysis.pico.tmp SyncDependenceAnalysis.pico.tmp SyntheticCountsUtils.pico.tmp TargetLibraryInfo.pico.tmp TargetTransformInfo.pico.tmp TFUtils.pico.tmp Trace.pico.tmp TypeBasedAliasAnalysis.pico.tmp TypeMetadataUtils.pico.tmp ValueLattice.pico.tmp ValueLatticeUtils.pico.tmp ValueTracking.pico.tmp VectorUtils.pico.tmp VFABIDemangling.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/sbin/unbound-control-setup && rm -f unbound-control-setup.sh unbound-control-setup a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/sbin/unbound-control-setup && rm -f unbound-control-setup.sh unbound-control-setup a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis_pic.a AliasAnalysis.pico AliasAnalysisEvaluator.pico AliasAnalysisSummary.pico AliasSetTracker.pico Analysis.pico AssumeBundleQueries.pico AssumptionCache.pico BasicAliasAnalysis.pico BlockFrequencyInfo.pico BlockFrequencyInfoImpl.pico BranchProbabilityInfo.pico CallGraph.pico CallGraphSCCPass.pico CallPrinter.pico CaptureTracking.pico CFG.pico CFGPrinter.pico CFLAndersAliasAnalysis.pico CFLSteensAliasAnalysis.pico CGSCCPassManager.pico CmpInstAnalysis.pico CodeMetrics.pico ConstantFolding.pico ConstraintSystem.pico CostModel.pico DDG.pico DDGPrinter.pico Delinearization.pico DemandedBits.pico DependenceAnalysis.pico DependenceGraphBuilder.pico DevelopmentModeInlineAdvisor.pico DivergenceAnalysis.pico DominanceFrontier.pico DomPrinter.pico DomTreeUpdater.pico EHPersonalities.pico FunctionPropertiesAnalysis.pico GlobalsModRef.pico GuardUtils.pico HeatUtils.pico ImportedFunctionsInliningStatistics.pico IndirectCallPromotionAnalysis.pico InlineAdvisor.pico InlineCost.pico InlineSizeEstimatorAnalysis.pico InstCount.pico InstructionPrecedenceTracking.pico InstructionSimplify.pico Interval.pico IntervalPartition.pico IRSimilarityIdentifier.pico IVDescriptors.pico IVUsers.pico LazyBlockFrequencyInfo.pico LazyBranchProbabilityInfo.pico LazyCallGraph.pico LazyValueInfo.pico LegacyDivergenceAnalysis.pico Lint.pico Loads.pico LoopAccessAnalysis.pico LoopAnalysisManager.pico LoopCacheAnalysis.pico LoopInfo.pico LoopNestAnalysis.pico LoopPass.pico LoopUnrollAnalyzer.pico MemDepPrinter.pico MemDerefPrinter.pico MemoryBuiltins.pico MemoryDependenceAnalysis.pico MemoryLocation.pico MemorySSA.pico MemorySSAUpdater.pico MLInlineAdvisor.pico ModuleDebugInfoPrinter.pico ModuleSummaryAnalysis.pico MustExecute.pico ObjCARCAliasAnalysis.pico ObjCARCAnalysisUtils.pico ObjCARCInstKind.pico OptimizationRemarkEmitter.pico OverflowInstAnalysis.pico PHITransAddr.pico PhiValues.pico PostDominators.pico ProfileSummaryInfo.pico PtrUseVisitor.pico RegionInfo.pico RegionPass.pico RegionPrinter.pico ReleaseModeModelRunner.pico ReplayInlineAdvisor.pico ScalarEvolutionAliasAnalysis.pico ScalarEvolution.pico ScalarEvolutionDivision.pico ScalarEvolutionNormalization.pico ScopedNoAliasAA.pico StackLifetime.pico StackSafetyAnalysis.pico SyncDependenceAnalysis.pico SyntheticCountsUtils.pico TargetLibraryInfo.pico TargetTransformInfo.pico TFUtils.pico Trace.pico TypeBasedAliasAnalysis.pico TypeMetadataUtils.pico ValueLattice.pico ValueLatticeUtils.pico ValueTracking.pico VectorUtils.pico VFABIDemangling.pico AliasAnalysis.pico.tmp AliasAnalysisEvaluator.pico.tmp AliasAnalysisSummary.pico.tmp AliasSetTracker.pico.tmp Analysis.pico.tmp AssumeBundleQueries.pico.tmp AssumptionCache.pico.tmp BasicAliasAnalysis.pico.tmp BlockFrequencyInfo.pico.tmp BlockFrequencyInfoImpl.pico.tmp BranchProbabilityInfo.pico.tmp CallGraph.pico.tmp CallGraphSCCPass.pico.tmp CallPrinter.pico.tmp CaptureTracking.pico.tmp CFG.pico.tmp CFGPrinter.pico.tmp CFLAndersAliasAnalysis.pico.tmp CFLSteensAliasAnalysis.pico.tmp CGSCCPassManager.pico.tmp CmpInstAnalysis.pico.tmp CodeMetrics.pico.tmp ConstantFolding.pico.tmp ConstraintSystem.pico.tmp CostModel.pico.tmp DDG.pico.tmp DDGPrinter.pico.tmp Delinearization.pico.tmp DemandedBits.pico.tmp DependenceAnalysis.pico.tmp DependenceGraphBuilder.pico.tmp DevelopmentModeInlineAdvisor.pico.tmp DivergenceAnalysis.pico.tmp DominanceFrontier.pico.tmp DomPrinter.pico.tmp DomTreeUpdater.pico.tmp EHPersonalities.pico.tmp FunctionPropertiesAnalysis.pico.tmp GlobalsModRef.pico.tmp GuardUtils.pico.tmp HeatUtils.pico.tmp ImportedFunctionsInliningStatistics.pico.tmp IndirectCallPromotionAnalysis.pico.tmp InlineAdvisor.pico.tmp InlineCost.pico.tmp InlineSizeEstimatorAnalysis.pico.tmp InstCount.pico.tmp InstructionPrecedenceTracking.pico.tmp InstructionSimplify.pico.tmp Interval.pico.tmp IntervalPartition.pico.tmp IRSimilarityIdentifier.pico.tmp IVDescriptors.pico.tmp IVUsers.pico.tmp LazyBlockFrequencyInfo.pico.tmp LazyBranchProbabilityInfo.pico.tmp LazyCallGraph.pico.tmp LazyValueInfo.pico.tmp LegacyDivergenceAnalysis.pico.tmp Lint.pico.tmp Loads.pico.tmp LoopAccessAnalysis.pico.tmp LoopAnalysisManager.pico.tmp LoopCacheAnalysis.pico.tmp LoopInfo.pico.tmp LoopNestAnalysis.pico.tmp LoopPass.pico.tmp LoopUnrollAnalyzer.pico.tmp MemDepPrinter.pico.tmp MemDerefPrinter.pico.tmp MemoryBuiltins.pico.tmp MemoryDependenceAnalysis.pico.tmp MemoryLocation.pico.tmp MemorySSA.pico.tmp MemorySSAUpdater.pico.tmp MLInlineAdvisor.pico.tmp ModuleDebugInfoPrinter.pico.tmp ModuleSummaryAnalysis.pico.tmp MustExecute.pico.tmp ObjCARCAliasAnalysis.pico.tmp ObjCARCAnalysisUtils.pico.tmp ObjCARCInstKind.pico.tmp OptimizationRemarkEmitter.pico.tmp OverflowInstAnalysis.pico.tmp PHITransAddr.pico.tmp PhiValues.pico.tmp PostDominators.pico.tmp ProfileSummaryInfo.pico.tmp PtrUseVisitor.pico.tmp RegionInfo.pico.tmp RegionPass.pico.tmp RegionPrinter.pico.tmp ReleaseModeModelRunner.pico.tmp ReplayInlineAdvisor.pico.tmp ScalarEvolutionAliasAnalysis.pico.tmp ScalarEvolution.pico.tmp ScalarEvolutionDivision.pico.tmp ScalarEvolutionNormalization.pico.tmp ScopedNoAliasAA.pico.tmp StackLifetime.pico.tmp StackSafetyAnalysis.pico.tmp SyncDependenceAnalysis.pico.tmp SyntheticCountsUtils.pico.tmp TargetLibraryInfo.pico.tmp TargetTransformInfo.pico.tmp TFUtils.pico.tmp Trace.pico.tmp TypeBasedAliasAnalysis.pico.tmp TypeMetadataUtils.pico.tmp ValueLattice.pico.tmp ValueLatticeUtils.pico.tmp ValueTracking.pico.tmp VectorUtils.pico.tmp VFABIDemangling.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f llib-lLLVMAnalysis.ln || true) --- cleandir-external --- cleandir ===> external/bsd/unbound/bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f llib-lLLVMAnalysis.ln || true) --- cleandir-external --- --- cleandir-unbound-host --- cleandir ===> external/bsd/unbound/bin/unbound-host --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f libLLVMAnalysis.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAnalysis && rm -f .depend AliasAnalysis.d AliasAnalysisEvaluator.d AliasAnalysisSummary.d AliasSetTracker.d Analysis.d AssumeBundleQueries.d AssumptionCache.d BasicAliasAnalysis.d BlockFrequencyInfo.d BlockFrequencyInfoImpl.d BranchProbabilityInfo.d CFG.d CFGPrinter.d CFLAndersAliasAnalysis.d CFLSteensAliasAnalysis.d CGSCCPassManager.d CallGraph.d CallGraphSCCPass.d CallPrinter.d CaptureTracking.d CmpInstAnalysis.d CodeMetrics.d ConstantFolding.d ConstraintSystem.d CostModel.d DDG.d DDGPrinter.d Delinearization.d DemandedBits.d DependenceAnalysis.d DependenceGraphBuilder.d DevelopmentModeInlineAdvisor.d DivergenceAnalysis.d DomPrinter.d DomTreeUpdater.d DominanceFrontier.d EHPersonalities.d FunctionPropertiesAnalysis.d GlobalsModRef.d GuardUtils.d HeatUtils.d IRSimilarityIdentifier.d IVDescriptors.d IVUsers.d ImportedFunctionsInliningStatistics.d IndirectCallPromotionAnalysis.d InlineAdvisor.d InlineCost.d InlineSizeEstimatorAnalysis.d InstCount.d InstructionPrecedenceTracking.d InstructionSimplify.d Interval.d IntervalPartition.d LazyBlockFrequencyInfo.d LazyBranchProbabilityInfo.d LazyCallGraph.d LazyValueInfo.d LegacyDivergenceAnalysis.d Lint.d Loads.d LoopAccessAnalysis.d LoopAnalysisManager.d LoopCacheAnalysis.d LoopInfo.d LoopNestAnalysis.d LoopPass.d LoopUnrollAnalyzer.d MLInlineAdvisor.d MemDepPrinter.d MemDerefPrinter.d MemoryBuiltins.d MemoryDependenceAnalysis.d MemoryLocation.d MemorySSA.d MemorySSAUpdater.d ModuleDebugInfoPrinter.d ModuleSummaryAnalysis.d MustExecute.d ObjCARCAliasAnalysis.d ObjCARCAnalysisUtils.d ObjCARCInstKind.d OptimizationRemarkEmitter.d OverflowInstAnalysis.d PHITransAddr.d PhiValues.d PostDominators.d ProfileSummaryInfo.d PtrUseVisitor.d RegionInfo.d RegionPass.d RegionPrinter.d ReleaseModeModelRunner.d ReplayInlineAdvisor.d ScalarEvolution.d ScalarEvolutionAliasAnalysis.d ScalarEvolutionDivision.d ScalarEvolutionNormalization.d ScopedNoAliasAA.d StackLifetime.d StackSafetyAnalysis.d SyncDependenceAnalysis.d SyntheticCountsUtils.d TFUtils.d TargetLibraryInfo.d TargetTransformInfo.d Trace.d TypeBasedAliasAnalysis.d TypeMetadataUtils.d VFABIDemangling.d ValueLattice.d ValueLatticeUtils.d ValueTracking.d VectorUtils.d AliasAnalysis.d.tmp AliasAnalysisEvaluator.d.tmp AliasAnalysisSummary.d.tmp AliasSetTracker.d.tmp Analysis.d.tmp AssumeBundleQueries.d.tmp AssumptionCache.d.tmp BasicAliasAnalysis.d.tmp BlockFrequencyInfo.d.tmp BlockFrequencyInfoImpl.d.tmp BranchProbabilityInfo.d.tmp CFG.d.tmp CFGPrinter.d.tmp CFLAndersAliasAnalysis.d.tmp CFLSteensAliasAnalysis.d.tmp CGSCCPassManager.d.tmp CallGraph.d.tmp CallGraphSCCPass.d.tmp CallPrinter.d.tmp CaptureTracking.d.tmp CmpInstAnalysis.d.tmp CodeMetrics.d.tmp ConstantFolding.d.tmp ConstraintSystem.d.tmp CostModel.d.tmp DDG.d.tmp DDGPrinter.d.tmp Delinearization.d.tmp DemandedBits.d.tmp DependenceAnalysis.d.tmp DependenceGraphBuilder.d.tmp DevelopmentModeInlineAdvisor.d.tmp DivergenceAnalysis.d.tmp DomPrinter.d.tmp DomTreeUpdater.d.tmp DominanceFrontier.d.tmp EHPersonalities.d.tmp FunctionPropertiesAnalysis.d.tmp GlobalsModRef.d.tmp GuardUtils.d.tmp HeatUtils.d.tmp IRSimilarityIdentifier.d.tmp IVDescriptors.d.tmp IVUsers.d.tmp ImportedFunctionsInliningStatistics.d.tmp IndirectCallPromotionAnalysis.d.tmp InlineAdvisor.d.tmp InlineCost.d.tmp InlineSizeEstimatorAnalysis.d.tmp InstCount.d.tmp InstructionPrecedenceTracking.d.tmp InstructionSimplify.d.tmp Interval.d.tmp IntervalPartition.d.tmp LazyBlockFrequencyInfo.d.tmp LazyBranchProbabilityInfo.d.tmp LazyCallGraph.d.tmp LazyValueInfo.d.tmp LegacyDivergenceAnalysis.d.tmp Lint.d.tmp Loads.d.tmp LoopAccessAnalysis.d.tmp LoopAnalysisManager.d.tmp LoopCacheAnalysis.d.tmp LoopInfo.d.tmp LoopNestAnalysis.d.tmp LoopPass.d.tmp LoopUnrollAnalyzer.d.tmp MLInlineAdvisor.d.tmp MemDepPrinter.d.tmp MemDerefPrinter.d.tmp MemoryBuiltins.d.tmp MemoryDependenceAnalysis.d.tmp MemoryLocation.d.tmp MemorySSA.d.tmp MemorySSAUpdater.d.tmp ModuleDebugInfoPrinter.d.tmp ModuleSummaryAnalysis.d.tmp MustExecute.d.tmp ObjCARCAliasAnalysis.d.tmp ObjCARCAnalysisUtils.d.tmp ObjCARCInstKind.d.tmp OptimizationRemarkEmitter.d.tmp OverflowInstAnalysis.d.tmp PHITransAddr.d.tmp PhiValues.d.tmp PostDominators.d.tmp ProfileSummaryInfo.d.tmp PtrUseVisitor.d.tmp RegionInfo.d.tmp RegionPass.d.tmp RegionPrinter.d.tmp ReleaseModeModelRunner.d.tmp ReplayInlineAdvisor.d.tmp ScalarEvolution.d.tmp ScalarEvolutionAliasAnalysis.d.tmp ScalarEvolutionDivision.d.tmp ScalarEvolutionNormalization.d.tmp ScopedNoAliasAA.d.tmp StackLifetime.d.tmp StackSafetyAnalysis.d.tmp SyncDependenceAnalysis.d.tmp SyntheticCountsUtils.d.tmp TFUtils.d.tmp TargetLibraryInfo.d.tmp TargetTransformInfo.d.tmp Trace.d.tmp TypeBasedAliasAnalysis.d.tmp TypeMetadataUtils.d.tmp VFABIDemangling.d.tmp ValueLattice.d.tmp ValueLatticeUtils.d.tmp ValueTracking.d.tmp VectorUtils.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAnalysis && rm -f .depend AliasAnalysis.d AliasAnalysisEvaluator.d AliasAnalysisSummary.d AliasSetTracker.d Analysis.d AssumeBundleQueries.d AssumptionCache.d BasicAliasAnalysis.d BlockFrequencyInfo.d BlockFrequencyInfoImpl.d BranchProbabilityInfo.d CFG.d CFGPrinter.d CFLAndersAliasAnalysis.d CFLSteensAliasAnalysis.d CGSCCPassManager.d CallGraph.d CallGraphSCCPass.d CallPrinter.d CaptureTracking.d CmpInstAnalysis.d CodeMetrics.d ConstantFolding.d ConstraintSystem.d CostModel.d DDG.d DDGPrinter.d Delinearization.d DemandedBits.d DependenceAnalysis.d DependenceGraphBuilder.d DevelopmentModeInlineAdvisor.d DivergenceAnalysis.d DomPrinter.d DomTreeUpdater.d DominanceFrontier.d EHPersonalities.d FunctionPropertiesAnalysis.d GlobalsModRef.d GuardUtils.d HeatUtils.d IRSimilarityIdentifier.d IVDescriptors.d IVUsers.d ImportedFunctionsInliningStatistics.d IndirectCallPromotionAnalysis.d InlineAdvisor.d InlineCost.d InlineSizeEstimatorAnalysis.d InstCount.d InstructionPrecedenceTracking.d InstructionSimplify.d Interval.d IntervalPartition.d LazyBlockFrequencyInfo.d LazyBranchProbabilityInfo.d LazyCallGraph.d LazyValueInfo.d LegacyDivergenceAnalysis.d Lint.d Loads.d LoopAccessAnalysis.d LoopAnalysisManager.d LoopCacheAnalysis.d LoopInfo.d LoopNestAnalysis.d LoopPass.d LoopUnrollAnalyzer.d MLInlineAdvisor.d MemDepPrinter.d MemDerefPrinter.d MemoryBuiltins.d MemoryDependenceAnalysis.d MemoryLocation.d MemorySSA.d MemorySSAUpdater.d ModuleDebugInfoPrinter.d ModuleSummaryAnalysis.d MustExecute.d ObjCARCAliasAnalysis.d ObjCARCAnalysisUtils.d ObjCARCInstKind.d OptimizationRemarkEmitter.d OverflowInstAnalysis.d PHITransAddr.d PhiValues.d PostDominators.d ProfileSummaryInfo.d PtrUseVisitor.d RegionInfo.d RegionPass.d RegionPrinter.d ReleaseModeModelRunner.d ReplayInlineAdvisor.d ScalarEvolution.d ScalarEvolutionAliasAnalysis.d ScalarEvolutionDivision.d ScalarEvolutionNormalization.d ScopedNoAliasAA.d StackLifetime.d StackSafetyAnalysis.d SyncDependenceAnalysis.d SyntheticCountsUtils.d TFUtils.d TargetLibraryInfo.d TargetTransformInfo.d Trace.d TypeBasedAliasAnalysis.d TypeMetadataUtils.d VFABIDemangling.d ValueLattice.d ValueLatticeUtils.d ValueTracking.d VectorUtils.d AliasAnalysis.d.tmp AliasAnalysisEvaluator.d.tmp AliasAnalysisSummary.d.tmp AliasSetTracker.d.tmp Analysis.d.tmp AssumeBundleQueries.d.tmp AssumptionCache.d.tmp BasicAliasAnalysis.d.tmp BlockFrequencyInfo.d.tmp BlockFrequencyInfoImpl.d.tmp BranchProbabilityInfo.d.tmp CFG.d.tmp CFGPrinter.d.tmp CFLAndersAliasAnalysis.d.tmp CFLSteensAliasAnalysis.d.tmp CGSCCPassManager.d.tmp CallGraph.d.tmp CallGraphSCCPass.d.tmp CallPrinter.d.tmp CaptureTracking.d.tmp CmpInstAnalysis.d.tmp CodeMetrics.d.tmp ConstantFolding.d.tmp ConstraintSystem.d.tmp CostModel.d.tmp DDG.d.tmp DDGPrinter.d.tmp Delinearization.d.tmp DemandedBits.d.tmp DependenceAnalysis.d.tmp DependenceGraphBuilder.d.tmp DevelopmentModeInlineAdvisor.d.tmp DivergenceAnalysis.d.tmp DomPrinter.d.tmp DomTreeUpdater.d.tmp DominanceFrontier.d.tmp EHPersonalities.d.tmp FunctionPropertiesAnalysis.d.tmp GlobalsModRef.d.tmp GuardUtils.d.tmp HeatUtils.d.tmp IRSimilarityIdentifier.d.tmp IVDescriptors.d.tmp IVUsers.d.tmp ImportedFunctionsInliningStatistics.d.tmp IndirectCallPromotionAnalysis.d.tmp InlineAdvisor.d.tmp InlineCost.d.tmp InlineSizeEstimatorAnalysis.d.tmp InstCount.d.tmp InstructionPrecedenceTracking.d.tmp InstructionSimplify.d.tmp Interval.d.tmp IntervalPartition.d.tmp LazyBlockFrequencyInfo.d.tmp LazyBranchProbabilityInfo.d.tmp LazyCallGraph.d.tmp LazyValueInfo.d.tmp LegacyDivergenceAnalysis.d.tmp Lint.d.tmp Loads.d.tmp LoopAccessAnalysis.d.tmp LoopAnalysisManager.d.tmp LoopCacheAnalysis.d.tmp LoopInfo.d.tmp LoopNestAnalysis.d.tmp LoopPass.d.tmp LoopUnrollAnalyzer.d.tmp MLInlineAdvisor.d.tmp MemDepPrinter.d.tmp MemDerefPrinter.d.tmp MemoryBuiltins.d.tmp MemoryDependenceAnalysis.d.tmp MemoryLocation.d.tmp MemorySSA.d.tmp MemorySSAUpdater.d.tmp ModuleDebugInfoPrinter.d.tmp ModuleSummaryAnalysis.d.tmp MustExecute.d.tmp ObjCARCAliasAnalysis.d.tmp ObjCARCAnalysisUtils.d.tmp ObjCARCInstKind.d.tmp OptimizationRemarkEmitter.d.tmp OverflowInstAnalysis.d.tmp PHITransAddr.d.tmp PhiValues.d.tmp PostDominators.d.tmp ProfileSummaryInfo.d.tmp PtrUseVisitor.d.tmp RegionInfo.d.tmp RegionPass.d.tmp RegionPrinter.d.tmp ReleaseModeModelRunner.d.tmp ReplayInlineAdvisor.d.tmp ScalarEvolution.d.tmp ScalarEvolutionAliasAnalysis.d.tmp ScalarEvolutionDivision.d.tmp ScalarEvolutionNormalization.d.tmp ScopedNoAliasAA.d.tmp StackLifetime.d.tmp StackSafetyAnalysis.d.tmp SyncDependenceAnalysis.d.tmp SyntheticCountsUtils.d.tmp TFUtils.d.tmp TargetLibraryInfo.d.tmp TargetTransformInfo.d.tmp Trace.d.tmp TypeBasedAliasAnalysis.d.tmp TypeMetadataUtils.d.tmp VFABIDemangling.d.tmp ValueLattice.d.tmp ValueLatticeUtils.d.tmp ValueTracking.d.tmp VectorUtils.d.tmp tags || true) --- cleandir-libLLVMAsmParser --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMAsmParser --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/bin/unbound-host && rm -f unbound-host.1 a.out [Ee]rrs mklog core *.core .gdbinit unbound-host unbound-host.o unbound-host.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/bin/unbound-host && rm -f unbound-host.1 a.out [Ee]rrs mklog core *.core .gdbinit unbound-host unbound-host.o unbound-host.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser.a LLLexer.o LLParser.o Parser.o LLLexer.o.tmp LLParser.o.tmp Parser.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser.a LLLexer.o LLParser.o Parser.o LLLexer.o.tmp LLParser.o.tmp Parser.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/bin/unbound-host && rm -f unbound-host.html1 .depend unbound-host.d unbound-host.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/bin/unbound-host && rm -f unbound-host.html1 .depend unbound-host.d unbound-host.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_p.a || true) --- cleandir-external --- --- cleandir-etc --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_p.a || true) --- cleandir-external --- cleandir ===> external/bsd/unbound/etc --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/etc && rm -f unbound.conf unbound.conf || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/etc && rm -f unbound.conf unbound.conf || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_pic.a LLLexer.pico LLParser.pico Parser.pico LLLexer.pico.tmp LLParser.pico.tmp Parser.pico.tmp || true) --- cleandir-external --- --- cleandir-rc.d --- cleandir ===> external/bsd/unbound/etc/rc.d --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser_pic.a LLLexer.pico LLParser.pico Parser.pico LLLexer.pico.tmp LLParser.pico.tmp Parser.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f llib-lLLVMAsmParser.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/etc/rc.d && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f llib-lLLVMAsmParser.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/etc/rc.d && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-blocklist --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f libLLVMAsmParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/blocklist --- cleandir-lib --- --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmParser && rm -f .depend LLLexer.d LLParser.d Parser.d LLLexer.d.tmp LLParser.d.tmp Parser.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/blocklist/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmParser && rm -f .depend LLLexer.d LLParser.d Parser.d LLLexer.d.tmp LLParser.d.tmp Parser.d.tmp tags || true) --- cleandir-libLLVMAsmPrinter --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMAsmPrinter --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist.a bl.o blocklist.o bl.o.tmp blocklist.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist.a bl.o blocklist.o bl.o.tmp blocklist.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist_p.a bl.po blocklist.po bl.po.tmp blocklist.po.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter.a AccelTable.o AddressPool.o AIXException.o ARMException.o AsmPrinter.o AsmPrinterDwarf.o AsmPrinterInlineAsm.o CodeViewDebug.o DbgEntityHistoryCalculator.o DebugHandlerBase.o DebugLocStream.o DIE.o DIEHash.o DwarfCFIException.o DwarfCompileUnit.o DwarfDebug.o DwarfExpression.o DwarfFile.o DwarfStringPool.o DwarfUnit.o EHStreamer.o ErlangGCPrinter.o OcamlGCPrinter.o PseudoProbePrinter.o WasmException.o WinCFGuard.o WinException.o AccelTable.o.tmp AddressPool.o.tmp AIXException.o.tmp ARMException.o.tmp AsmPrinter.o.tmp AsmPrinterDwarf.o.tmp AsmPrinterInlineAsm.o.tmp CodeViewDebug.o.tmp DbgEntityHistoryCalculator.o.tmp DebugHandlerBase.o.tmp DebugLocStream.o.tmp DIE.o.tmp DIEHash.o.tmp DwarfCFIException.o.tmp DwarfCompileUnit.o.tmp DwarfDebug.o.tmp DwarfExpression.o.tmp DwarfFile.o.tmp DwarfStringPool.o.tmp DwarfUnit.o.tmp EHStreamer.o.tmp ErlangGCPrinter.o.tmp OcamlGCPrinter.o.tmp PseudoProbePrinter.o.tmp WasmException.o.tmp WinCFGuard.o.tmp WinException.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist_p.a bl.po blocklist.po bl.po.tmp blocklist.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter.a AccelTable.o AddressPool.o AIXException.o ARMException.o AsmPrinter.o AsmPrinterDwarf.o AsmPrinterInlineAsm.o CodeViewDebug.o DbgEntityHistoryCalculator.o DebugHandlerBase.o DebugLocStream.o DIE.o DIEHash.o DwarfCFIException.o DwarfCompileUnit.o DwarfDebug.o DwarfExpression.o DwarfFile.o DwarfStringPool.o DwarfUnit.o EHStreamer.o ErlangGCPrinter.o OcamlGCPrinter.o PseudoProbePrinter.o WasmException.o WinCFGuard.o WinException.o AccelTable.o.tmp AddressPool.o.tmp AIXException.o.tmp ARMException.o.tmp AsmPrinter.o.tmp AsmPrinterDwarf.o.tmp AsmPrinterInlineAsm.o.tmp CodeViewDebug.o.tmp DbgEntityHistoryCalculator.o.tmp DebugHandlerBase.o.tmp DebugLocStream.o.tmp DIE.o.tmp DIEHash.o.tmp DwarfCFIException.o.tmp DwarfCompileUnit.o.tmp DwarfDebug.o.tmp DwarfExpression.o.tmp DwarfFile.o.tmp DwarfStringPool.o.tmp DwarfUnit.o.tmp EHStreamer.o.tmp ErlangGCPrinter.o.tmp OcamlGCPrinter.o.tmp PseudoProbePrinter.o.tmp WasmException.o.tmp WinCFGuard.o.tmp WinException.o.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist_g.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_p.a || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist_pic.a libblocklist.so.* libblocklist.so bl.pico blocklist.pico bl.pico.tmp blocklist.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist_pic.a libblocklist.so.* libblocklist.so bl.pico blocklist.pico bl.pico.tmp blocklist.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_g.a || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f llib-lblocklist.ln bl.ln blocklist.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f llib-lblocklist.ln bl.ln blocklist.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_pic.a AccelTable.pico AddressPool.pico AIXException.pico ARMException.pico AsmPrinter.pico AsmPrinterDwarf.pico AsmPrinterInlineAsm.pico CodeViewDebug.pico DbgEntityHistoryCalculator.pico DebugHandlerBase.pico DebugLocStream.pico DIE.pico DIEHash.pico DwarfCFIException.pico DwarfCompileUnit.pico DwarfDebug.pico DwarfExpression.pico DwarfFile.pico DwarfStringPool.pico DwarfUnit.pico EHStreamer.pico ErlangGCPrinter.pico OcamlGCPrinter.pico PseudoProbePrinter.pico WasmException.pico WinCFGuard.pico WinException.pico AccelTable.pico.tmp AddressPool.pico.tmp AIXException.pico.tmp ARMException.pico.tmp AsmPrinter.pico.tmp AsmPrinterDwarf.pico.tmp AsmPrinterInlineAsm.pico.tmp CodeViewDebug.pico.tmp DbgEntityHistoryCalculator.pico.tmp DebugHandlerBase.pico.tmp DebugLocStream.pico.tmp DIE.pico.tmp DIEHash.pico.tmp DwarfCFIException.pico.tmp DwarfCompileUnit.pico.tmp DwarfDebug.pico.tmp DwarfExpression.pico.tmp DwarfFile.pico.tmp DwarfStringPool.pico.tmp DwarfUnit.pico.tmp EHStreamer.pico.tmp ErlangGCPrinter.pico.tmp OcamlGCPrinter.pico.tmp PseudoProbePrinter.pico.tmp WasmException.pico.tmp WinCFGuard.pico.tmp WinException.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter_pic.a AccelTable.pico AddressPool.pico AIXException.pico ARMException.pico AsmPrinter.pico AsmPrinterDwarf.pico AsmPrinterInlineAsm.pico CodeViewDebug.pico DbgEntityHistoryCalculator.pico DebugHandlerBase.pico DebugLocStream.pico DIE.pico DIEHash.pico DwarfCFIException.pico DwarfCompileUnit.pico DwarfDebug.pico DwarfExpression.pico DwarfFile.pico DwarfStringPool.pico DwarfUnit.pico EHStreamer.pico ErlangGCPrinter.pico OcamlGCPrinter.pico PseudoProbePrinter.pico WasmException.pico WinCFGuard.pico WinException.pico AccelTable.pico.tmp AddressPool.pico.tmp AIXException.pico.tmp ARMException.pico.tmp AsmPrinter.pico.tmp AsmPrinterDwarf.pico.tmp AsmPrinterInlineAsm.pico.tmp CodeViewDebug.pico.tmp DbgEntityHistoryCalculator.pico.tmp DebugHandlerBase.pico.tmp DebugLocStream.pico.tmp DIE.pico.tmp DIEHash.pico.tmp DwarfCFIException.pico.tmp DwarfCompileUnit.pico.tmp DwarfDebug.pico.tmp DwarfExpression.pico.tmp DwarfFile.pico.tmp DwarfStringPool.pico.tmp DwarfUnit.pico.tmp EHStreamer.pico.tmp ErlangGCPrinter.pico.tmp OcamlGCPrinter.pico.tmp PseudoProbePrinter.pico.tmp WasmException.pico.tmp WinCFGuard.pico.tmp WinException.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f llib-lLLVMAsmPrinter.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f llib-lLLVMAsmPrinter.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/lib && rm -f libblocklist.html3 .depend bl.d blocklist.d bl.d.tmp blocklist.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/lib && rm -f libblocklist.html3 .depend bl.d blocklist.d bl.d.tmp blocklist.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f libLLVMAsmPrinter.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-include --- cleandir ===> external/bsd/blocklist/include --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f .depend AIXException.d ARMException.d AccelTable.d AddressPool.d AsmPrinter.d AsmPrinterDwarf.d AsmPrinterInlineAsm.d CodeViewDebug.d DIE.d DIEHash.d DbgEntityHistoryCalculator.d DebugHandlerBase.d DebugLocStream.d DwarfCFIException.d DwarfCompileUnit.d DwarfDebug.d DwarfExpression.d DwarfFile.d DwarfStringPool.d DwarfUnit.d EHStreamer.d ErlangGCPrinter.d OcamlGCPrinter.d PseudoProbePrinter.d WasmException.d WinCFGuard.d WinException.d AIXException.d.tmp ARMException.d.tmp AccelTable.d.tmp AddressPool.d.tmp AsmPrinter.d.tmp AsmPrinterDwarf.d.tmp AsmPrinterInlineAsm.d.tmp CodeViewDebug.d.tmp DIE.d.tmp DIEHash.d.tmp DbgEntityHistoryCalculator.d.tmp DebugHandlerBase.d.tmp DebugLocStream.d.tmp DwarfCFIException.d.tmp DwarfCompileUnit.d.tmp DwarfDebug.d.tmp DwarfExpression.d.tmp DwarfFile.d.tmp DwarfStringPool.d.tmp DwarfUnit.d.tmp EHStreamer.d.tmp ErlangGCPrinter.d.tmp OcamlGCPrinter.d.tmp PseudoProbePrinter.d.tmp WasmException.d.tmp WinCFGuard.d.tmp WinException.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAsmPrinter && rm -f .depend AIXException.d ARMException.d AccelTable.d AddressPool.d AsmPrinter.d AsmPrinterDwarf.d AsmPrinterInlineAsm.d CodeViewDebug.d DIE.d DIEHash.d DbgEntityHistoryCalculator.d DebugHandlerBase.d DebugLocStream.d DwarfCFIException.d DwarfCompileUnit.d DwarfDebug.d DwarfExpression.d DwarfFile.d DwarfStringPool.d DwarfUnit.d EHStreamer.d ErlangGCPrinter.d OcamlGCPrinter.d PseudoProbePrinter.d WasmException.d WinCFGuard.d WinException.d AIXException.d.tmp ARMException.d.tmp AccelTable.d.tmp AddressPool.d.tmp AsmPrinter.d.tmp AsmPrinterDwarf.d.tmp AsmPrinterInlineAsm.d.tmp CodeViewDebug.d.tmp DIE.d.tmp DIEHash.d.tmp DbgEntityHistoryCalculator.d.tmp DebugHandlerBase.d.tmp DebugLocStream.d.tmp DwarfCFIException.d.tmp DwarfCompileUnit.d.tmp DwarfDebug.d.tmp DwarfExpression.d.tmp DwarfFile.d.tmp DwarfStringPool.d.tmp DwarfUnit.d.tmp EHStreamer.d.tmp ErlangGCPrinter.d.tmp OcamlGCPrinter.d.tmp PseudoProbePrinter.d.tmp WasmException.d.tmp WinCFGuard.d.tmp WinException.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-libLLVMBinaryFormat --- --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMBinaryFormat --- cleandir-external --- cleandir ===> external/bsd/blocklist/bin --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit blocklistd blocklistd.o conf.o run.o state.o support.o internal.o blocklistd.ln conf.ln run.ln state.ln support.ln internal.ln blocklistctl blocklistctl.o conf.o state.o support.o internal.o blocklistctl.ln conf.ln state.ln support.ln internal.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit blocklistd blocklistd.o conf.o run.o state.o support.o internal.o blocklistd.ln conf.ln run.ln state.ln support.ln internal.ln blocklistctl blocklistctl.o conf.o state.o support.o internal.o blocklistctl.ln conf.ln state.ln support.ln internal.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat.a AMDGPUMetadataVerifier.o Dwarf.o MachO.o Magic.o Minidump.o MsgPackDocument.o MsgPackDocumentYAML.o MsgPackReader.o MsgPackWriter.o Wasm.o XCOFF.o AMDGPUMetadataVerifier.o.tmp Dwarf.o.tmp MachO.o.tmp Magic.o.tmp Minidump.o.tmp MsgPackDocument.o.tmp MsgPackDocumentYAML.o.tmp MsgPackReader.o.tmp MsgPackWriter.o.tmp Wasm.o.tmp XCOFF.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat.a AMDGPUMetadataVerifier.o Dwarf.o MachO.o Magic.o Minidump.o MsgPackDocument.o MsgPackDocumentYAML.o MsgPackReader.o MsgPackWriter.o Wasm.o XCOFF.o AMDGPUMetadataVerifier.o.tmp Dwarf.o.tmp MachO.o.tmp Magic.o.tmp Minidump.o.tmp MsgPackDocument.o.tmp MsgPackDocumentYAML.o.tmp MsgPackReader.o.tmp MsgPackWriter.o.tmp Wasm.o.tmp XCOFF.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/bin && rm -f blocklistd.html8 blocklistd.conf.html5 blocklistctl.html8 .depend blocklistctl.d blocklistd.d conf.d internal.d run.d state.d support.d blocklistctl.d.tmp blocklistd.d.tmp conf.d.tmp internal.d.tmp run.d.tmp state.d.tmp support.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/bin && rm -f blocklistd.html8 blocklistd.conf.html5 blocklistctl.html8 .depend blocklistctl.d blocklistd.d conf.d internal.d run.d state.d support.d blocklistctl.d.tmp blocklistd.d.tmp conf.d.tmp internal.d.tmp run.d.tmp state.d.tmp support.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_p.a || true) --- cleandir-external --- --- cleandir-etc --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_p.a || true) --- cleandir-external --- cleandir ===> external/bsd/blocklist/etc --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_g.a || true) --- cleandir-external --- --- cleandir-rc.d --- cleandir ===> external/bsd/blocklist/etc/rc.d --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_pic.a AMDGPUMetadataVerifier.pico Dwarf.pico MachO.pico Magic.pico Minidump.pico MsgPackDocument.pico MsgPackDocumentYAML.pico MsgPackReader.pico MsgPackWriter.pico Wasm.pico XCOFF.pico AMDGPUMetadataVerifier.pico.tmp Dwarf.pico.tmp MachO.pico.tmp Magic.pico.tmp Minidump.pico.tmp MsgPackDocument.pico.tmp MsgPackDocumentYAML.pico.tmp MsgPackReader.pico.tmp MsgPackWriter.pico.tmp Wasm.pico.tmp XCOFF.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat_pic.a AMDGPUMetadataVerifier.pico Dwarf.pico MachO.pico Magic.pico Minidump.pico MsgPackDocument.pico MsgPackDocumentYAML.pico MsgPackReader.pico MsgPackWriter.pico Wasm.pico XCOFF.pico AMDGPUMetadataVerifier.pico.tmp Dwarf.pico.tmp MachO.pico.tmp Magic.pico.tmp Minidump.pico.tmp MsgPackDocument.pico.tmp MsgPackDocumentYAML.pico.tmp MsgPackReader.pico.tmp MsgPackWriter.pico.tmp Wasm.pico.tmp XCOFF.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/etc/rc.d && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/etc/rc.d && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f llib-lLLVMBinaryFormat.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f llib-lLLVMBinaryFormat.ln || true) --- cleandir-external --- --- cleandir-libexec --- cleandir ===> external/bsd/blocklist/libexec --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f libLLVMBinaryFormat.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/blocklist/libexec && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/blocklist/libexec && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f .depend AMDGPUMetadataVerifier.d Dwarf.d MachO.d Magic.d Minidump.d MsgPackDocument.d MsgPackDocumentYAML.d MsgPackReader.d MsgPackWriter.d Wasm.d XCOFF.d AMDGPUMetadataVerifier.d.tmp Dwarf.d.tmp MachO.d.tmp Magic.d.tmp Minidump.d.tmp MsgPackDocument.d.tmp MsgPackDocumentYAML.d.tmp MsgPackReader.d.tmp MsgPackWriter.d.tmp Wasm.d.tmp XCOFF.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBinaryFormat && rm -f .depend AMDGPUMetadataVerifier.d Dwarf.d MachO.d Magic.d Minidump.d MsgPackDocument.d MsgPackDocumentYAML.d MsgPackReader.d MsgPackWriter.d Wasm.d XCOFF.d AMDGPUMetadataVerifier.d.tmp Dwarf.d.tmp MachO.d.tmp Magic.d.tmp Minidump.d.tmp MsgPackDocument.d.tmp MsgPackDocumentYAML.d.tmp MsgPackReader.d.tmp MsgPackWriter.d.tmp Wasm.d.tmp XCOFF.d.tmp tags || true) --- cleandir-external --- --- cleandir-pdisk --- cleandir ===> external/bsd/pdisk --- cleandir-lib --- --- cleandir-libLLVMBitReader --- --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMBitReader --- cleandir-external --- cleandir ===> external/bsd/pdisk/bin --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pdisk/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pdisk bitfield.o convert.o deblock_media.o dump.o file_media.o hfs_misc.o io.o layout_dump.o media.o partition_map.o pathname.o pdisk.o util.o validate.o errors.o bitfield.ln convert.ln deblock_media.ln dump.ln file_media.ln hfs_misc.ln io.ln layout_dump.ln media.ln partition_map.ln pathname.ln pdisk.ln util.ln validate.ln errors.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pdisk/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pdisk bitfield.o convert.o deblock_media.o dump.o file_media.o hfs_misc.o io.o layout_dump.o media.o partition_map.o pathname.o pdisk.o util.o validate.o errors.o bitfield.ln convert.ln deblock_media.ln dump.ln file_media.ln hfs_misc.ln io.ln layout_dump.ln media.ln partition_map.ln pathname.ln pdisk.ln util.ln validate.ln errors.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader.a BitcodeAnalyzer.o BitReader.o BitcodeReader.o MetadataLoader.o ValueList.o BitcodeAnalyzer.o.tmp BitReader.o.tmp BitcodeReader.o.tmp MetadataLoader.o.tmp ValueList.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader.a BitcodeAnalyzer.o BitReader.o BitcodeReader.o MetadataLoader.o ValueList.o BitcodeAnalyzer.o.tmp BitReader.o.tmp BitcodeReader.o.tmp MetadataLoader.o.tmp ValueList.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pdisk/bin && rm -f pdisk.html8 .depend bitfield.d convert.d deblock_media.d dump.d errors.d file_media.d hfs_misc.d io.d layout_dump.d media.d partition_map.d pathname.d pdisk.d util.d validate.d bitfield.d.tmp convert.d.tmp deblock_media.d.tmp dump.d.tmp errors.d.tmp file_media.d.tmp hfs_misc.d.tmp io.d.tmp layout_dump.d.tmp media.d.tmp partition_map.d.tmp pathname.d.tmp pdisk.d.tmp util.d.tmp validate.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pdisk/bin && rm -f pdisk.html8 .depend bitfield.d convert.d deblock_media.d dump.d errors.d file_media.d hfs_misc.d io.d layout_dump.d media.d partition_map.d pathname.d pdisk.d util.d validate.d bitfield.d.tmp convert.d.tmp deblock_media.d.tmp dump.d.tmp errors.d.tmp file_media.d.tmp hfs_misc.d.tmp io.d.tmp layout_dump.d.tmp media.d.tmp partition_map.d.tmp pathname.d.tmp pdisk.d.tmp util.d.tmp validate.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_p.a || true) --- cleandir-external --- --- cleandir-nvi --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_p.a || true) --- cleandir-external --- cleandir ===> external/bsd/nvi --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-catalog --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_g.a || true) --- cleandir-external --- cleandir ===> external/bsd/nvi/catalog --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/nvi/catalog && rm -f dutch english french german ru_RU.KOI8-R spanish swedish english.base *.check __ck1 __ck2 a.out [Ee]rrs mklog core *.core dump dump.lo dump.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_pic.a BitcodeAnalyzer.pico BitReader.pico BitcodeReader.pico MetadataLoader.pico ValueList.pico BitcodeAnalyzer.pico.tmp BitReader.pico.tmp BitcodeReader.pico.tmp MetadataLoader.pico.tmp ValueList.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/nvi/catalog && rm -f dutch english french german ru_RU.KOI8-R spanish swedish english.base *.check __ck1 __ck2 a.out [Ee]rrs mklog core *.core dump dump.lo dump.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader_pic.a BitcodeAnalyzer.pico BitReader.pico BitcodeReader.pico MetadataLoader.pico ValueList.pico BitcodeAnalyzer.pico.tmp BitReader.pico.tmp BitcodeReader.pico.tmp MetadataLoader.pico.tmp ValueList.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f llib-lLLVMBitReader.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/nvi/catalog && rm -f .depend dump.d dump.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f llib-lLLVMBitReader.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/nvi/catalog && rm -f .depend dump.d dump.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-usr.bin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/nvi/usr.bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f libLLVMBitReader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-nvi --- cleandir ===> external/bsd/nvi/usr.bin/nvi --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitReader && rm -f .depend BitReader.d BitcodeAnalyzer.d BitcodeReader.d MetadataLoader.d ValueList.d BitReader.d.tmp BitcodeAnalyzer.d.tmp BitcodeReader.d.tmp MetadataLoader.d.tmp ValueList.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitReader && rm -f .depend BitReader.d BitcodeAnalyzer.d BitcodeReader.d MetadataLoader.d ValueList.d BitReader.d.tmp BitcodeAnalyzer.d.tmp BitcodeReader.d.tmp MetadataLoader.d.tmp ValueList.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/nvi/usr.bin/nvi && rm -f options_def.h ipc_def.h ex_def.h cl_extern.h common_extern.h ex_extern.h ip_extern.h ipc_extern.h vi_extern.h version.h a.out [Ee]rrs mklog core *.core .gdbinit vi api.o cl_bsd.o cl_funcs.o cl_main.o cl_read.o cl_screen.o cl_term.o conv.o cut.o delete.o ex.o ex_abbrev.o ex_append.o ex_args.o ex_argv.o ex_at.o ex_bang.o ex_cd.o ex_cmd.o ex_cscope.o ex_delete.o ex_display.o ex_edit.o ex_equal.o ex_file.o ex_filter.o ex_global.o ex_init.o ex_join.o ex_map.o ex_mark.o ex_mkexrc.o ex_move.o ex_open.o ex_perl.o ex_preserve.o ex_print.o ex_put.o ex_quit.o ex_read.o ex_screen.o ex_script.o ex_set.o ex_shell.o ex_shift.o ex_source.o ex_stop.o ex_subst.o ex_tag.o ex_tcl.o ex_txt.o ex_undo.o ex_usage.o ex_util.o ex_version.o ex_visual.o ex_write.o ex_yank.o ex_z.o exf.o getc.o gs.o key.o trace.o main.o mark.o msg.o nothread.o options.o options_f.o put.o recover.o screen.o search.o seq.o util.o v_at.o v_ch.o v_cmd.o v_delete.o v_event.o v_ex.o v_increment.o v_init.o v_itxt.o v_left.o v_mark.o v_match.o v_paragraph.o v_put.o v_redraw.o v_replace.o v_right.o v_screen.o v_scroll.o v_search.o v_section.o v_sentence.o v_status.o v_txt.o v_ulcase.o v_undo.o v_util.o v_word.o v_xchar.o v_yank.o v_z.o v_zexit.o vi.o vs_line.o vs_msg.o vs_refresh.o vs_relative.o vs_smap.o vs_split.o regcomp.o regerror.o regexec.o regfree.o vi_db1.o log1.o api.ln cl_bsd.ln cl_funcs.ln cl_main.ln cl_read.ln cl_screen.ln cl_term.ln conv.ln cut.ln delete.ln ex.ln ex_abbrev.ln ex_append.ln ex_args.ln ex_argv.ln ex_at.ln ex_bang.ln ex_cd.ln ex_cmd.ln ex_cscope.ln ex_delete.ln ex_display.ln ex_edit.ln ex_equal.ln ex_file.ln ex_filter.ln ex_global.ln ex_init.ln ex_join.ln ex_map.ln ex_mark.ln ex_mkexrc.ln ex_move.ln ex_open.ln ex_perl.ln ex_preserve.ln ex_print.ln ex_put.ln ex_quit.ln ex_read.ln ex_screen.ln ex_script.ln ex_set.ln ex_shell.ln ex_shift.ln ex_source.ln ex_stop.ln ex_subst.ln ex_tag.ln ex_tcl.ln ex_txt.ln ex_undo.ln ex_usage.ln ex_util.ln ex_version.ln ex_visual.ln ex_write.ln ex_yank.ln ex_z.ln exf.ln getc.ln gs.ln key.ln trace.ln main.ln mark.ln msg.ln nothread.ln options.ln options_f.ln put.ln recover.ln screen.ln search.ln seq.ln util.ln v_at.ln v_ch.ln v_cmd.ln v_delete.ln v_event.ln v_ex.ln v_increment.ln v_init.ln v_itxt.ln v_left.ln v_mark.ln v_match.ln v_paragraph.ln v_put.ln v_redraw.ln v_replace.ln v_right.ln v_screen.ln v_scroll.ln v_search.ln v_section.ln v_sentence.ln v_status.ln v_txt.ln v_ulcase.ln v_undo.ln v_util.ln v_word.ln v_xchar.ln v_yank.ln v_z.ln v_zexit.ln vi.ln vs_line.ln vs_msg.ln vs_refresh.ln vs_relative.ln vs_smap.ln vs_split.ln regcomp.ln regerror.ln regexec.ln regfree.ln vi_db1.ln log1.ln || true) --- cleandir-lib --- --- cleandir-libLLVMBitWriter --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMBitWriter --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/nvi/usr.bin/nvi && rm -f options_def.h ipc_def.h ex_def.h cl_extern.h common_extern.h ex_extern.h ip_extern.h ipc_extern.h vi_extern.h version.h a.out [Ee]rrs mklog core *.core .gdbinit vi api.o cl_bsd.o cl_funcs.o cl_main.o cl_read.o cl_screen.o cl_term.o conv.o cut.o delete.o ex.o ex_abbrev.o ex_append.o ex_args.o ex_argv.o ex_at.o ex_bang.o ex_cd.o ex_cmd.o ex_cscope.o ex_delete.o ex_display.o ex_edit.o ex_equal.o ex_file.o ex_filter.o ex_global.o ex_init.o ex_join.o ex_map.o ex_mark.o ex_mkexrc.o ex_move.o ex_open.o ex_perl.o ex_preserve.o ex_print.o ex_put.o ex_quit.o ex_read.o ex_screen.o ex_script.o ex_set.o ex_shell.o ex_shift.o ex_source.o ex_stop.o ex_subst.o ex_tag.o ex_tcl.o ex_txt.o ex_undo.o ex_usage.o ex_util.o ex_version.o ex_visual.o ex_write.o ex_yank.o ex_z.o exf.o getc.o gs.o key.o trace.o main.o mark.o msg.o nothread.o options.o options_f.o put.o recover.o screen.o search.o seq.o util.o v_at.o v_ch.o v_cmd.o v_delete.o v_event.o v_ex.o v_increment.o v_init.o v_itxt.o v_left.o v_mark.o v_match.o v_paragraph.o v_put.o v_redraw.o v_replace.o v_right.o v_screen.o v_scroll.o v_search.o v_section.o v_sentence.o v_status.o v_txt.o v_ulcase.o v_undo.o v_util.o v_word.o v_xchar.o v_yank.o v_z.o v_zexit.o vi.o vs_line.o vs_msg.o vs_refresh.o vs_relative.o vs_smap.o vs_split.o regcomp.o regerror.o regexec.o regfree.o vi_db1.o log1.o api.ln cl_bsd.ln cl_funcs.ln cl_main.ln cl_read.ln cl_screen.ln cl_term.ln conv.ln cut.ln delete.ln ex.ln ex_abbrev.ln ex_append.ln ex_args.ln ex_argv.ln ex_at.ln ex_bang.ln ex_cd.ln ex_cmd.ln ex_cscope.ln ex_delete.ln ex_display.ln ex_edit.ln ex_equal.ln ex_file.ln ex_filter.ln ex_global.ln ex_init.ln ex_join.ln ex_map.ln ex_mark.ln ex_mkexrc.ln ex_move.ln ex_open.ln ex_perl.ln ex_preserve.ln ex_print.ln ex_put.ln ex_quit.ln ex_read.ln ex_screen.ln ex_script.ln ex_set.ln ex_shell.ln ex_shift.ln ex_source.ln ex_stop.ln ex_subst.ln ex_tag.ln ex_tcl.ln ex_txt.ln ex_undo.ln ex_usage.ln ex_util.ln ex_version.ln ex_visual.ln ex_write.ln ex_yank.ln ex_z.ln exf.ln getc.ln gs.ln key.ln trace.ln main.ln mark.ln msg.ln nothread.ln options.ln options_f.ln put.ln recover.ln screen.ln search.ln seq.ln util.ln v_at.ln v_ch.ln v_cmd.ln v_delete.ln v_event.ln v_ex.ln v_increment.ln v_init.ln v_itxt.ln v_left.ln v_mark.ln v_match.ln v_paragraph.ln v_put.ln v_redraw.ln v_replace.ln v_right.ln v_screen.ln v_scroll.ln v_search.ln v_section.ln v_sentence.ln v_status.ln v_txt.ln v_ulcase.ln v_undo.ln v_util.ln v_word.ln v_xchar.ln v_yank.ln v_z.ln v_zexit.ln vi.ln vs_line.ln vs_msg.ln vs_refresh.ln vs_relative.ln vs_smap.ln vs_split.ln regcomp.ln regerror.ln regexec.ln regfree.ln vi_db1.ln log1.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/nvi/usr.bin/nvi && rm -f vi.html1 .depend api.d cl_bsd.d cl_funcs.d cl_main.d cl_read.d cl_screen.d cl_term.d conv.d cut.d delete.d ex.d ex_abbrev.d ex_append.d ex_args.d ex_argv.d ex_at.d ex_bang.d ex_cd.d ex_cmd.d ex_cscope.d ex_delete.d ex_display.d ex_edit.d ex_equal.d ex_file.d ex_filter.d ex_global.d ex_init.d ex_join.d ex_map.d ex_mark.d ex_mkexrc.d ex_move.d ex_open.d ex_perl.d ex_preserve.d ex_print.d ex_put.d ex_quit.d ex_read.d ex_screen.d ex_script.d ex_set.d ex_shell.d ex_shift.d ex_source.d ex_stop.d ex_subst.d ex_tag.d ex_tcl.d ex_txt.d ex_undo.d ex_usage.d ex_util.d ex_version.d ex_visual.d ex_write.d ex_yank.d ex_z.d exf.d getc.d gs.d key.d log1.d main.d mark.d msg.d nothread.d options.d options_f.d put.d recover.d regcomp.d regerror.d regexec.d regfree.d screen.d search.d seq.d trace.d util.d v_at.d v_ch.d v_cmd.d v_delete.d v_event.d v_ex.d v_increment.d v_init.d v_itxt.d v_left.d v_mark.d v_match.d v_paragraph.d v_put.d v_redraw.d v_replace.d v_right.d v_screen.d v_scroll.d v_search.d v_section.d v_sentence.d v_status.d v_txt.d v_ulcase.d v_undo.d v_util.d v_word.d v_xchar.d v_yank.d v_z.d v_zexit.d vi.d vi_db1.d vs_line.d vs_msg.d vs_refresh.d vs_relative.d vs_smap.d vs_split.d api.d.tmp cl_bsd.d.tmp cl_funcs.d.tmp cl_main.d.tmp cl_read.d.tmp cl_screen.d.tmp cl_term.d.tmp conv.d.tmp cut.d.tmp delete.d.tmp ex.d.tmp ex_abbrev.d.tmp ex_append.d.tmp ex_args.d.tmp ex_argv.d.tmp ex_at.d.tmp ex_bang.d.tmp ex_cd.d.tmp ex_cmd.d.tmp ex_cscope.d.tmp ex_delete.d.tmp ex_display.d.tmp ex_edit.d.tmp ex_equal.d.tmp ex_file.d.tmp ex_filter.d.tmp ex_global.d.tmp ex_init.d.tmp ex_join.d.tmp ex_map.d.tmp ex_mark.d.tmp ex_mkexrc.d.tmp ex_move.d.tmp ex_open.d.tmp ex_perl.d.tmp ex_preserve.d.tmp ex_print.d.tmp ex_put.d.tmp ex_quit.d.tmp ex_read.d.tmp ex_screen.d.tmp ex_script.d.tmp ex_set.d.tmp ex_shell.d.tmp ex_shift.d.tmp ex_source.d.tmp ex_stop.d.tmp ex_subst.d.tmp ex_tag.d.tmp ex_tcl.d.tmp ex_txt.d.tmp ex_undo.d.tmp ex_usage.d.tmp ex_util.d.tmp ex_version.d.tmp ex_visual.d.tmp ex_write.d.tmp ex_yank.d.tmp ex_z.d.tmp exf.d.tmp getc.d.tmp gs.d.tmp key.d.tmp log1.d.tmp main.d.tmp mark.d.tmp msg.d.tmp nothread.d.tmp options.d.tmp options_f.d.tmp put.d.tmp recover.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp screen.d.tmp search.d.tmp seq.d.tmp trace.d.tmp util.d.tmp v_at.d.tmp v_ch.d.tmp v_cmd.d.tmp v_delete.d.tmp v_event.d.tmp v_ex.d.tmp v_increment.d.tmp v_init.d.tmp v_itxt.d.tmp v_left.d.tmp v_mark.d.tmp v_match.d.tmp v_paragraph.d.tmp v_put.d.tmp v_redraw.d.tmp v_replace.d.tmp v_right.d.tmp v_screen.d.tmp v_scroll.d.tmp v_search.d.tmp v_section.d.tmp v_sentence.d.tmp v_status.d.tmp v_txt.d.tmp v_ulcase.d.tmp v_undo.d.tmp v_util.d.tmp v_word.d.tmp v_xchar.d.tmp v_yank.d.tmp v_z.d.tmp v_zexit.d.tmp vi.d.tmp vi_db1.d.tmp vs_line.d.tmp vs_msg.d.tmp vs_refresh.d.tmp vs_relative.d.tmp vs_smap.d.tmp vs_split.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/nvi/usr.bin/nvi && rm -f vi.html1 .depend api.d cl_bsd.d cl_funcs.d cl_main.d cl_read.d cl_screen.d cl_term.d conv.d cut.d delete.d ex.d ex_abbrev.d ex_append.d ex_args.d ex_argv.d ex_at.d ex_bang.d ex_cd.d ex_cmd.d ex_cscope.d ex_delete.d ex_display.d ex_edit.d ex_equal.d ex_file.d ex_filter.d ex_global.d ex_init.d ex_join.d ex_map.d ex_mark.d ex_mkexrc.d ex_move.d ex_open.d ex_perl.d ex_preserve.d ex_print.d ex_put.d ex_quit.d ex_read.d ex_screen.d ex_script.d ex_set.d ex_shell.d ex_shift.d ex_source.d ex_stop.d ex_subst.d ex_tag.d ex_tcl.d ex_txt.d ex_undo.d ex_usage.d ex_util.d ex_version.d ex_visual.d ex_write.d ex_yank.d ex_z.d exf.d getc.d gs.d key.d log1.d main.d mark.d msg.d nothread.d options.d options_f.d put.d recover.d regcomp.d regerror.d regexec.d regfree.d screen.d search.d seq.d trace.d util.d v_at.d v_ch.d v_cmd.d v_delete.d v_event.d v_ex.d v_increment.d v_init.d v_itxt.d v_left.d v_mark.d v_match.d v_paragraph.d v_put.d v_redraw.d v_replace.d v_right.d v_screen.d v_scroll.d v_search.d v_section.d v_sentence.d v_status.d v_txt.d v_ulcase.d v_undo.d v_util.d v_word.d v_xchar.d v_yank.d v_z.d v_zexit.d vi.d vi_db1.d vs_line.d vs_msg.d vs_refresh.d vs_relative.d vs_smap.d vs_split.d api.d.tmp cl_bsd.d.tmp cl_funcs.d.tmp cl_main.d.tmp cl_read.d.tmp cl_screen.d.tmp cl_term.d.tmp conv.d.tmp cut.d.tmp delete.d.tmp ex.d.tmp ex_abbrev.d.tmp ex_append.d.tmp ex_args.d.tmp ex_argv.d.tmp ex_at.d.tmp ex_bang.d.tmp ex_cd.d.tmp ex_cmd.d.tmp ex_cscope.d.tmp ex_delete.d.tmp ex_display.d.tmp ex_edit.d.tmp ex_equal.d.tmp ex_file.d.tmp ex_filter.d.tmp ex_global.d.tmp ex_init.d.tmp ex_join.d.tmp ex_map.d.tmp ex_mark.d.tmp ex_mkexrc.d.tmp ex_move.d.tmp ex_open.d.tmp ex_perl.d.tmp ex_preserve.d.tmp ex_print.d.tmp ex_put.d.tmp ex_quit.d.tmp ex_read.d.tmp ex_screen.d.tmp ex_script.d.tmp ex_set.d.tmp ex_shell.d.tmp ex_shift.d.tmp ex_source.d.tmp ex_stop.d.tmp ex_subst.d.tmp ex_tag.d.tmp ex_tcl.d.tmp ex_txt.d.tmp ex_undo.d.tmp ex_usage.d.tmp ex_util.d.tmp ex_version.d.tmp ex_visual.d.tmp ex_write.d.tmp ex_yank.d.tmp ex_z.d.tmp exf.d.tmp getc.d.tmp gs.d.tmp key.d.tmp log1.d.tmp main.d.tmp mark.d.tmp msg.d.tmp nothread.d.tmp options.d.tmp options_f.d.tmp put.d.tmp recover.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp screen.d.tmp search.d.tmp seq.d.tmp trace.d.tmp util.d.tmp v_at.d.tmp v_ch.d.tmp v_cmd.d.tmp v_delete.d.tmp v_event.d.tmp v_ex.d.tmp v_increment.d.tmp v_init.d.tmp v_itxt.d.tmp v_left.d.tmp v_mark.d.tmp v_match.d.tmp v_paragraph.d.tmp v_put.d.tmp v_redraw.d.tmp v_replace.d.tmp v_right.d.tmp v_screen.d.tmp v_scroll.d.tmp v_search.d.tmp v_section.d.tmp v_sentence.d.tmp v_status.d.tmp v_txt.d.tmp v_ulcase.d.tmp v_undo.d.tmp v_util.d.tmp v_word.d.tmp v_xchar.d.tmp v_yank.d.tmp v_z.d.tmp v_zexit.d.tmp vi.d.tmp vi_db1.d.tmp vs_line.d.tmp vs_msg.d.tmp vs_refresh.d.tmp vs_relative.d.tmp vs_smap.d.tmp vs_split.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter.a BitWriter.o BitcodeWriter.o BitcodeWriterPass.o ValueEnumerator.o BitWriter.o.tmp BitcodeWriter.o.tmp BitcodeWriterPass.o.tmp ValueEnumerator.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter.a BitWriter.o BitcodeWriter.o BitcodeWriterPass.o ValueEnumerator.o BitWriter.o.tmp BitcodeWriter.o.tmp BitcodeWriterPass.o.tmp ValueEnumerator.o.tmp || true) --- cleandir-external --- --- cleandir-recover --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/bsd/nvi/usr.bin/recover --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/nvi/usr.bin/recover && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/nvi/usr.bin/recover && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/nvi/usr.bin/recover && rm -f virecover.html8 || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/nvi/usr.bin/recover && rm -f virecover.html8 || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_pic.a BitWriter.pico BitcodeWriter.pico BitcodeWriterPass.pico ValueEnumerator.pico BitWriter.pico.tmp BitcodeWriter.pico.tmp BitcodeWriterPass.pico.tmp ValueEnumerator.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter_pic.a BitWriter.pico BitcodeWriter.pico BitcodeWriterPass.pico ValueEnumerator.pico BitWriter.pico.tmp BitcodeWriter.pico.tmp BitcodeWriterPass.pico.tmp ValueEnumerator.pico.tmp || true) --- cleandir-external --- --- cleandir-docs --- cleandir ===> external/bsd/nvi/docs --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f llib-lLLVMBitWriter.ln || true) --- cleandir-external --- --- cleandir-info --- cleandir ===> external/bsd/nvi/docs/info --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f llib-lLLVMBitWriter.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/nvi/docs/info && rm -f vi.info || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f libLLVMBitWriter.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/nvi/docs/info && rm -f vi.info || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-USD.doc --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitWriter && rm -f .depend BitWriter.d BitcodeWriter.d BitcodeWriterPass.d ValueEnumerator.d BitWriter.d.tmp BitcodeWriter.d.tmp BitcodeWriterPass.d.tmp ValueEnumerator.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/bsd/nvi/docs/USD.doc --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitWriter && rm -f .depend BitWriter.d BitcodeWriter.d BitcodeWriterPass.d ValueEnumerator.d BitWriter.d.tmp BitcodeWriter.d.tmp BitcodeWriterPass.d.tmp ValueEnumerator.d.tmp tags || true) --- cleandir-external --- --- cleandir-edit --- cleandir ===> external/bsd/nvi/docs/USD.doc/edit --- cleandir-lib --- --- cleandir-libLLVMBitstreamReader --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMBitstreamReader --- cleandir-external --- --- cleandoc --- rm -f edit.txt edit.ps edit.ps.gz edit.html rm -f edit1.png edit2.png edit3.png [eE]rrs mklog --- cleandir-exref --- cleandir ===> external/bsd/nvi/docs/USD.doc/exref --- cleandoc --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- rm -f reference.txt reference.ps reference.ps.gz reference.html rm -f summary.txt summary.ps summary.ps.gz summary.html --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader.a BitstreamReader.o BitstreamReader.o.tmp || true) --- cleandir-external --- rm -f reference1.png reference2.png reference3.png reference4.png reference5.png reference6.png reference7.png reference8.png reference9.png reference10.png reference11.png reference12.png reference13.png reference14.png reference15.png reference16.png reference17.png reference18.png reference19.png reference20.png reference21.png reference22.png reference23.png reference24.png reference25.png reference26.png reference27.png summary1.png summary2.png summary3.png summary4.png summary5.png summary6.png summary7.png summary8.png summary9.png [eE]rrs mklog --- cleandir-vi.ref --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader.a BitstreamReader.o BitstreamReader.o.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/nvi/docs/USD.doc/vi.ref --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandoc --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_p.a || true) --- cleandir-external --- rm -f vi.txt vi.ps vi.ps.gz vi.html rm -f [eE]rrs mklog index index.so --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_p.a || true) --- cleandir-external --- --- cleandir-vitut --- cleandir ===> external/bsd/nvi/docs/USD.doc/vitut --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandoc --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_g.a || true) --- cleandir-external --- rm -f vitut.txt vitut.ps vitut.ps.gz vitut.html rm -f summary.txt summary.ps summary.ps.gz summary.html --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_g.a || true) --- cleandir-external --- rm -f vitut1.png vitut2.png vitut3.png vitut4.png vitut5.png vitut6.png vitut7.png vitut8.png vitut9.png vitut10.png vitut11.png vitut12.png vitut13.png vitut14.png vitut15.png vitut16.png vitut17.png vitut18.png vitut19.png vitut20.png vitut21.png vitut22.png vitut23.png vitut24.png vitut25.png vitut26.png vitut27.png vitut28.png vitut29.png vitut30.png vitut31.png vitut32.png vitut33.png summary1.png summary2.png summary3.png summary4.png summary5.png summary6.png summary7.png summary8.png summary9.png summary10.png summary11.png summary12.png summary13.png summary14.png summary15.png summary16.png summary17.png summary18.png summary19.png summary20.png summary21.png summary22.png summary23.png summary24.png summary25.png summary26.png summary27.png summary28.png summary29.png [eE]rrs mklog --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-ppp --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_pic.a BitstreamReader.pico BitstreamReader.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/ppp --- cleandir-usr.sbin --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader_pic.a BitstreamReader.pico BitstreamReader.pico.tmp || true) --- cleandir-external --- cleandir ===> external/bsd/ppp/usr.sbin --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-chat --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f llib-lLLVMBitstreamReader.ln || true) --- cleandir-external --- cleandir ===> external/bsd/ppp/usr.sbin/chat --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f llib-lLLVMBitstreamReader.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ppp/usr.sbin/chat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chat chat.o chat.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f libLLVMBitstreamReader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ppp/usr.sbin/chat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chat chat.o chat.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f .depend BitstreamReader.d BitstreamReader.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ppp/usr.sbin/chat && rm -f chat.html8 .depend chat.d chat.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMBitstreamReader && rm -f .depend BitstreamReader.d BitstreamReader.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ppp/usr.sbin/chat && rm -f chat.html8 .depend chat.d chat.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libLLVMCodeGen --- --- cleandir-external --- --- cleandir-pppd --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMCodeGen --- cleandir-external --- cleandir ===> external/bsd/ppp/usr.sbin/pppd --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ppp/usr.sbin/pppd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pppd auth.o cbcp.o ccp.o chap-md5.o chap-new.o chap_ms.o demand.o eap.o ecp.o fsm.o ipcp.o ipxcp.o lcp.o magic.o main.o multilink.o options.o pppcrypt.o session.o sys-bsd.o tdb.o tty.o upap.o utils.o eui64.o ipv6cp.o auth.ln cbcp.ln ccp.ln chap-md5.ln chap-new.ln chap_ms.ln demand.ln eap.ln ecp.ln fsm.ln ipcp.ln ipxcp.ln lcp.ln magic.ln main.ln multilink.ln options.ln pppcrypt.ln session.ln sys-bsd.ln tdb.ln tty.ln upap.ln utils.ln eui64.ln ipv6cp.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ppp/usr.sbin/pppd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pppd auth.o cbcp.o ccp.o chap-md5.o chap-new.o chap_ms.o demand.o eap.o ecp.o fsm.o ipcp.o ipxcp.o lcp.o magic.o main.o multilink.o options.o pppcrypt.o session.o sys-bsd.o tdb.o tty.o upap.o utils.o eui64.o ipv6cp.o auth.ln cbcp.ln ccp.ln chap-md5.ln chap-new.ln chap_ms.ln demand.ln eap.ln ecp.ln fsm.ln ipcp.ln ipxcp.ln lcp.ln magic.ln main.ln multilink.ln options.ln pppcrypt.ln session.ln sys-bsd.ln tdb.ln tty.ln upap.ln utils.ln eui64.ln ipv6cp.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen.a AggressiveAntiDepBreaker.o AllocationOrder.o Analysis.o AtomicExpandPass.o BasicBlockSections.o BasicTargetTransformInfo.o BranchFolding.o BranchRelaxation.o BreakFalseDeps.o CalcSpillWeights.o CallingConvLower.o CFGuardLongjmp.o CFIInstrInserter.o CodeGen.o CodeGenPassBuilder.o CodeGenPrepare.o CommandFlags.o CriticalAntiDepBreaker.o DeadMachineInstructionElim.o DetectDeadLanes.o DFAPacketizer.o DwarfEHPrepare.o EarlyIfConversion.o EdgeBundles.o EHContGuardCatchret.o ExecutionDomainFix.o ExpandMemCmp.o ExpandPostRAPseudos.o ExpandReductions.o ExpandVectorPredication.o FaultMaps.o FEntryInserter.o FinalizeISel.o FixupStatepointCallerSaved.o FuncletLayout.o GCMetadata.o GCMetadataPrinter.o GCRootLowering.o GlobalMerge.o HardwareLoops.o IfConversion.o ImplicitNullChecks.o IndirectBrExpandPass.o InlineSpiller.o InstrRefBasedImpl.o InterferenceCache.o InterleavedAccessPass.o InterleavedLoadCombinePass.o IntrinsicLowering.o LatencyPriorityQueue.o LazyMachineBlockFrequencyInfo.o LexicalScopes.o LiveDebugValues.o LiveDebugVariables.o LiveIntervalCalc.o LiveInterval.o LiveIntervals.o LiveIntervalUnion.o LivePhysRegs.o LiveRangeCalc.o LiveRangeEdit.o LiveRangeShrink.o LiveRegMatrix.o LiveRegUnits.o LiveStacks.o LiveVariables.o LLVMTargetMachine.o LocalStackSlotAllocation.o LoopTraversal.o LowerEmuTLS.o LowLevelType.o MachineBasicBlock.o MachineBlockFrequencyInfo.o MachineBlockPlacement.o MachineBranchProbabilityInfo.o MachineCheckDebugify.o MachineCombiner.o MachineCopyPropagation.o MachineCSE.o MachineDebugify.o MachineDominanceFrontier.o MachineDominators.o MachineFrameInfo.o MachineFunction.o MachineFunctionPass.o MachineFunctionPrinterPass.o MachineFunctionSplitter.o MachineInstrBundle.o MachineInstr.o MachineLICM.o MachineLoopInfo.o MachineLoopUtils.o MachineModuleInfo.o MachineModuleInfoImpls.o MachineOperand.o MachineOptimizationRemarkEmitter.o MachineOutliner.o MachinePassManager.o MachinePipeliner.o MachinePostDominators.o MachineRegionInfo.o MachineRegisterInfo.o MachineScheduler.o MachineSink.o MachineSizeOpts.o MachineSSAUpdater.o MachineStableHash.o MachineStripDebug.o MachineTraceMetrics.o MachineVerifier.o MacroFusion.o MBFIWrapper.o MIRCanonicalizerPass.o MIRFSDiscriminator.o MIRNamerPass.o MIRPrinter.o MIRPrintingPass.o MIRVRegNamerUtils.o MIRYamlMapping.o ModuloSchedule.o MultiHazardRecognizer.o NonRelocatableStringpool.o OptimizePHIs.o ParallelCG.o PatchableFunction.o PeepholeOptimizer.o PHIElimination.o PHIEliminationUtils.o PostRAHazardRecognizer.o PostRASchedulerList.o PreISelIntrinsicLowering.o ProcessImplicitDefs.o PrologEpilogInserter.o PseudoProbeInserter.o PseudoSourceValue.o RDFGraph.o RDFLiveness.o RDFRegisters.o ReachingDefAnalysis.o RegAllocBase.o RegAllocBasic.o RegAllocFast.o RegAllocGreedy.o RegAllocPBQP.o RegisterClassInfo.o RegisterCoalescer.o RegisterPressure.o RegisterScavenging.o RegisterUsageInfo.o RegUsageInfoCollector.o RegUsageInfoPropagate.o RenameIndependentSubregs.o ReplaceWithVeclib.o ResetMachineFunctionPass.o SafeStack.o SafeStackLayout.o ScheduleDAG.o ScheduleDAGInstrs.o ScheduleDAGPrinter.o ScoreboardHazardRecognizer.o ShadowStackGCLowering.o ShrinkWrap.o SjLjEHPrepare.o SlotIndexes.o SpillPlacement.o SplitKit.o StackColoring.o StackMapLivenessAnalysis.o StackMaps.o StackProtector.o StackSlotColoring.o SwiftErrorValueTracking.o SwitchLoweringUtils.o TailDuplication.o TailDuplicator.o TargetFrameLoweringImpl.o TargetInstrInfo.o TargetLoweringBase.o TargetLoweringObjectFileImpl.o TargetOptionsImpl.o TargetPassConfig.o TargetRegisterInfo.o TargetSchedule.o TargetSubtargetInfo.o TwoAddressInstructionPass.o TypePromotion.o UnreachableBlockElim.o ValueTypes.o VarLocBasedImpl.o VirtRegMap.o WasmEHPrepare.o WinEHPrepare.o XRayInstrumentation.o AggressiveAntiDepBreaker.o.tmp AllocationOrder.o.tmp Analysis.o.tmp AtomicExpandPass.o.tmp BasicBlockSections.o.tmp BasicTargetTransformInfo.o.tmp BranchFolding.o.tmp BranchRelaxation.o.tmp BreakFalseDeps.o.tmp CalcSpillWeights.o.tmp CallingConvLower.o.tmp CFGuardLongjmp.o.tmp CFIInstrInserter.o.tmp CodeGen.o.tmp CodeGenPassBuilder.o.tmp CodeGenPrepare.o.tmp CommandFlags.o.tmp CriticalAntiDepBreaker.o.tmp DeadMachineInstructionElim.o.tmp DetectDeadLanes.o.tmp DFAPacketizer.o.tmp DwarfEHPrepare.o.tmp EarlyIfConversion.o.tmp EdgeBundles.o.tmp EHContGuardCatchret.o.tmp ExecutionDomainFix.o.tmp ExpandMemCmp.o.tmp ExpandPostRAPseudos.o.tmp ExpandReductions.o.tmp ExpandVectorPredication.o.tmp FaultMaps.o.tmp FEntryInserter.o.tmp FinalizeISel.o.tmp FixupStatepointCallerSaved.o.tmp FuncletLayout.o.tmp GCMetadata.o.tmp GCMetadataPrinter.o.tmp GCRootLowering.o.tmp GlobalMerge.o.tmp HardwareLoops.o.tmp IfConversion.o.tmp ImplicitNullChecks.o.tmp IndirectBrExpandPass.o.tmp InlineSpiller.o.tmp InstrRefBasedImpl.o.tmp InterferenceCache.o.tmp InterleavedAccessPass.o.tmp InterleavedLoadCombinePass.o.tmp IntrinsicLowering.o.tmp LatencyPriorityQueue.o.tmp LazyMachineBlockFrequencyInfo.o.tmp LexicalScopes.o.tmp LiveDebugValues.o.tmp LiveDebugVariables.o.tmp LiveIntervalCalc.o.tmp LiveInterval.o.tmp LiveIntervals.o.tmp LiveIntervalUnion.o.tmp LivePhysRegs.o.tmp LiveRangeCalc.o.tmp LiveRangeEdit.o.tmp LiveRangeShrink.o.tmp LiveRegMatrix.o.tmp LiveRegUnits.o.tmp LiveStacks.o.tmp LiveVariables.o.tmp LLVMTargetMachine.o.tmp LocalStackSlotAllocation.o.tmp LoopTraversal.o.tmp LowerEmuTLS.o.tmp LowLevelType.o.tmp MachineBasicBlock.o.tmp MachineBlockFrequencyInfo.o.tmp MachineBlockPlacement.o.tmp MachineBranchProbabilityInfo.o.tmp MachineCheckDebugify.o.tmp MachineCombiner.o.tmp MachineCopyPropagation.o.tmp MachineCSE.o.tmp MachineDebugify.o.tmp MachineDominanceFrontier.o.tmp MachineDominators.o.tmp MachineFrameInfo.o.tmp MachineFunction.o.tmp MachineFunctionPass.o.tmp MachineFunctionPrinterPass.o.tmp MachineFunctionSplitter.o.tmp MachineInstrBundle.o.tmp MachineInstr.o.tmp MachineLICM.o.tmp MachineLoopInfo.o.tmp MachineLoopUtils.o.tmp MachineModuleInfo.o.tmp MachineModuleInfoImpls.o.tmp MachineOperand.o.tmp MachineOptimizationRemarkEmitter.o.tmp MachineOutliner.o.tmp MachinePassManager.o.tmp MachinePipeliner.o.tmp MachinePostDominators.o.tmp MachineRegionInfo.o.tmp MachineRegisterInfo.o.tmp MachineScheduler.o.tmp MachineSink.o.tmp MachineSizeOpts.o.tmp MachineSSAUpdater.o.tmp MachineStableHash.o.tmp MachineStripDebug.o.tmp MachineTraceMetrics.o.tmp MachineVerifier.o.tmp MacroFusion.o.tmp MBFIWrapper.o.tmp MIRCanonicalizerPass.o.tmp MIRFSDiscriminator.o.tmp MIRNamerPass.o.tmp MIRPrinter.o.tmp MIRPrintingPass.o.tmp MIRVRegNamerUtils.o.tmp MIRYamlMapping.o.tmp ModuloSchedule.o.tmp MultiHazardRecognizer.o.tmp NonRelocatableStringpool.o.tmp OptimizePHIs.o.tmp ParallelCG.o.tmp PatchableFunction.o.tmp PeepholeOptimizer.o.tmp PHIElimination.o.tmp PHIEliminationUtils.o.tmp PostRAHazardRecognizer.o.tmp PostRASchedulerList.o.tmp PreISelIntrinsicLowering.o.tmp ProcessImplicitDefs.o.tmp PrologEpilogInserter.o.tmp PseudoProbeInserter.o.tmp PseudoSourceValue.o.tmp RDFGraph.o.tmp RDFLiveness.o.tmp RDFRegisters.o.tmp ReachingDefAnalysis.o.tmp RegAllocBase.o.tmp RegAllocBasic.o.tmp RegAllocFast.o.tmp RegAllocGreedy.o.tmp RegAllocPBQP.o.tmp RegisterClassInfo.o.tmp RegisterCoalescer.o.tmp RegisterPressure.o.tmp RegisterScavenging.o.tmp RegisterUsageInfo.o.tmp RegUsageInfoCollector.o.tmp RegUsageInfoPropagate.o.tmp RenameIndependentSubregs.o.tmp ReplaceWithVeclib.o.tmp ResetMachineFunctionPass.o.tmp SafeStack.o.tmp SafeStackLayout.o.tmp ScheduleDAG.o.tmp ScheduleDAGInstrs.o.tmp ScheduleDAGPrinter.o.tmp ScoreboardHazardRecognizer.o.tmp ShadowStackGCLowering.o.tmp ShrinkWrap.o.tmp SjLjEHPrepare.o.tmp SlotIndexes.o.tmp SpillPlacement.o.tmp SplitKit.o.tmp StackColoring.o.tmp StackMapLivenessAnalysis.o.tmp StackMaps.o.tmp StackProtector.o.tmp StackSlotColoring.o.tmp SwiftErrorValueTracking.o.tmp SwitchLoweringUtils.o.tmp TailDuplication.o.tmp TailDuplicator.o.tmp TargetFrameLoweringImpl.o.tmp TargetInstrInfo.o.tmp TargetLoweringBase.o.tmp TargetLoweringObjectFileImpl.o.tmp TargetOptionsImpl.o.tmp TargetPassConfig.o.tmp TargetRegisterInfo.o.tmp TargetSchedule.o.tmp TargetSubtargetInfo.o.tmp TwoAddressInstructionPass.o.tmp TypePromotion.o.tmp UnreachableBlockElim.o.tmp ValueTypes.o.tmp VarLocBasedImpl.o.tmp VirtRegMap.o.tmp WasmEHPrepare.o.tmp WinEHPrepare.o.tmp XRayInstrumentation.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ppp/usr.sbin/pppd && rm -f pppd.html8 .depend auth.d cbcp.d ccp.d chap-md5.d chap-new.d chap_ms.d demand.d eap.d ecp.d eui64.d fsm.d ipcp.d ipv6cp.d ipxcp.d lcp.d magic.d main.d multilink.d options.d pppcrypt.d session.d sys-bsd.d tdb.d tty.d upap.d utils.d auth.d.tmp cbcp.d.tmp ccp.d.tmp chap-md5.d.tmp chap-new.d.tmp chap_ms.d.tmp demand.d.tmp eap.d.tmp ecp.d.tmp eui64.d.tmp fsm.d.tmp ipcp.d.tmp ipv6cp.d.tmp ipxcp.d.tmp lcp.d.tmp magic.d.tmp main.d.tmp multilink.d.tmp options.d.tmp pppcrypt.d.tmp session.d.tmp sys-bsd.d.tmp tdb.d.tmp tty.d.tmp upap.d.tmp utils.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ppp/usr.sbin/pppd && rm -f pppd.html8 .depend auth.d cbcp.d ccp.d chap-md5.d chap-new.d chap_ms.d demand.d eap.d ecp.d eui64.d fsm.d ipcp.d ipv6cp.d ipxcp.d lcp.d magic.d main.d multilink.d options.d pppcrypt.d session.d sys-bsd.d tdb.d tty.d upap.d utils.d auth.d.tmp cbcp.d.tmp ccp.d.tmp chap-md5.d.tmp chap-new.d.tmp chap_ms.d.tmp demand.d.tmp eap.d.tmp ecp.d.tmp eui64.d.tmp fsm.d.tmp ipcp.d.tmp ipv6cp.d.tmp ipxcp.d.tmp lcp.d.tmp magic.d.tmp main.d.tmp multilink.d.tmp options.d.tmp pppcrypt.d.tmp session.d.tmp sys-bsd.d.tmp tdb.d.tmp tty.d.tmp upap.d.tmp utils.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen.a AggressiveAntiDepBreaker.o AllocationOrder.o Analysis.o AtomicExpandPass.o BasicBlockSections.o BasicTargetTransformInfo.o BranchFolding.o BranchRelaxation.o BreakFalseDeps.o CalcSpillWeights.o CallingConvLower.o CFGuardLongjmp.o CFIInstrInserter.o CodeGen.o CodeGenPassBuilder.o CodeGenPrepare.o CommandFlags.o CriticalAntiDepBreaker.o DeadMachineInstructionElim.o DetectDeadLanes.o DFAPacketizer.o DwarfEHPrepare.o EarlyIfConversion.o EdgeBundles.o EHContGuardCatchret.o ExecutionDomainFix.o ExpandMemCmp.o ExpandPostRAPseudos.o ExpandReductions.o ExpandVectorPredication.o FaultMaps.o FEntryInserter.o FinalizeISel.o FixupStatepointCallerSaved.o FuncletLayout.o GCMetadata.o GCMetadataPrinter.o GCRootLowering.o GlobalMerge.o HardwareLoops.o IfConversion.o ImplicitNullChecks.o IndirectBrExpandPass.o InlineSpiller.o InstrRefBasedImpl.o InterferenceCache.o InterleavedAccessPass.o InterleavedLoadCombinePass.o IntrinsicLowering.o LatencyPriorityQueue.o LazyMachineBlockFrequencyInfo.o LexicalScopes.o LiveDebugValues.o LiveDebugVariables.o LiveIntervalCalc.o LiveInterval.o LiveIntervals.o LiveIntervalUnion.o LivePhysRegs.o LiveRangeCalc.o LiveRangeEdit.o LiveRangeShrink.o LiveRegMatrix.o LiveRegUnits.o LiveStacks.o LiveVariables.o LLVMTargetMachine.o LocalStackSlotAllocation.o LoopTraversal.o LowerEmuTLS.o LowLevelType.o MachineBasicBlock.o MachineBlockFrequencyInfo.o MachineBlockPlacement.o MachineBranchProbabilityInfo.o MachineCheckDebugify.o MachineCombiner.o MachineCopyPropagation.o MachineCSE.o MachineDebugify.o MachineDominanceFrontier.o MachineDominators.o MachineFrameInfo.o MachineFunction.o MachineFunctionPass.o MachineFunctionPrinterPass.o MachineFunctionSplitter.o MachineInstrBundle.o MachineInstr.o MachineLICM.o MachineLoopInfo.o MachineLoopUtils.o MachineModuleInfo.o MachineModuleInfoImpls.o MachineOperand.o MachineOptimizationRemarkEmitter.o MachineOutliner.o MachinePassManager.o MachinePipeliner.o MachinePostDominators.o MachineRegionInfo.o MachineRegisterInfo.o MachineScheduler.o MachineSink.o MachineSizeOpts.o MachineSSAUpdater.o MachineStableHash.o MachineStripDebug.o MachineTraceMetrics.o MachineVerifier.o MacroFusion.o MBFIWrapper.o MIRCanonicalizerPass.o MIRFSDiscriminator.o MIRNamerPass.o MIRPrinter.o MIRPrintingPass.o MIRVRegNamerUtils.o MIRYamlMapping.o ModuloSchedule.o MultiHazardRecognizer.o NonRelocatableStringpool.o OptimizePHIs.o ParallelCG.o PatchableFunction.o PeepholeOptimizer.o PHIElimination.o PHIEliminationUtils.o PostRAHazardRecognizer.o PostRASchedulerList.o PreISelIntrinsicLowering.o ProcessImplicitDefs.o PrologEpilogInserter.o PseudoProbeInserter.o PseudoSourceValue.o RDFGraph.o RDFLiveness.o RDFRegisters.o ReachingDefAnalysis.o RegAllocBase.o RegAllocBasic.o RegAllocFast.o RegAllocGreedy.o RegAllocPBQP.o RegisterClassInfo.o RegisterCoalescer.o RegisterPressure.o RegisterScavenging.o RegisterUsageInfo.o RegUsageInfoCollector.o RegUsageInfoPropagate.o RenameIndependentSubregs.o ReplaceWithVeclib.o ResetMachineFunctionPass.o SafeStack.o SafeStackLayout.o ScheduleDAG.o ScheduleDAGInstrs.o ScheduleDAGPrinter.o ScoreboardHazardRecognizer.o ShadowStackGCLowering.o ShrinkWrap.o SjLjEHPrepare.o SlotIndexes.o SpillPlacement.o SplitKit.o StackColoring.o StackMapLivenessAnalysis.o StackMaps.o StackProtector.o StackSlotColoring.o SwiftErrorValueTracking.o SwitchLoweringUtils.o TailDuplication.o TailDuplicator.o TargetFrameLoweringImpl.o TargetInstrInfo.o TargetLoweringBase.o TargetLoweringObjectFileImpl.o TargetOptionsImpl.o TargetPassConfig.o TargetRegisterInfo.o TargetSchedule.o TargetSubtargetInfo.o TwoAddressInstructionPass.o TypePromotion.o UnreachableBlockElim.o ValueTypes.o VarLocBasedImpl.o VirtRegMap.o WasmEHPrepare.o WinEHPrepare.o XRayInstrumentation.o AggressiveAntiDepBreaker.o.tmp AllocationOrder.o.tmp Analysis.o.tmp AtomicExpandPass.o.tmp BasicBlockSections.o.tmp BasicTargetTransformInfo.o.tmp BranchFolding.o.tmp BranchRelaxation.o.tmp BreakFalseDeps.o.tmp CalcSpillWeights.o.tmp CallingConvLower.o.tmp CFGuardLongjmp.o.tmp CFIInstrInserter.o.tmp CodeGen.o.tmp CodeGenPassBuilder.o.tmp CodeGenPrepare.o.tmp CommandFlags.o.tmp CriticalAntiDepBreaker.o.tmp DeadMachineInstructionElim.o.tmp DetectDeadLanes.o.tmp DFAPacketizer.o.tmp DwarfEHPrepare.o.tmp EarlyIfConversion.o.tmp EdgeBundles.o.tmp EHContGuardCatchret.o.tmp ExecutionDomainFix.o.tmp ExpandMemCmp.o.tmp ExpandPostRAPseudos.o.tmp ExpandReductions.o.tmp ExpandVectorPredication.o.tmp FaultMaps.o.tmp FEntryInserter.o.tmp FinalizeISel.o.tmp FixupStatepointCallerSaved.o.tmp FuncletLayout.o.tmp GCMetadata.o.tmp GCMetadataPrinter.o.tmp GCRootLowering.o.tmp GlobalMerge.o.tmp HardwareLoops.o.tmp IfConversion.o.tmp ImplicitNullChecks.o.tmp IndirectBrExpandPass.o.tmp InlineSpiller.o.tmp InstrRefBasedImpl.o.tmp InterferenceCache.o.tmp InterleavedAccessPass.o.tmp InterleavedLoadCombinePass.o.tmp IntrinsicLowering.o.tmp LatencyPriorityQueue.o.tmp LazyMachineBlockFrequencyInfo.o.tmp LexicalScopes.o.tmp LiveDebugValues.o.tmp LiveDebugVariables.o.tmp LiveIntervalCalc.o.tmp LiveInterval.o.tmp LiveIntervals.o.tmp LiveIntervalUnion.o.tmp LivePhysRegs.o.tmp LiveRangeCalc.o.tmp LiveRangeEdit.o.tmp LiveRangeShrink.o.tmp LiveRegMatrix.o.tmp LiveRegUnits.o.tmp LiveStacks.o.tmp LiveVariables.o.tmp LLVMTargetMachine.o.tmp LocalStackSlotAllocation.o.tmp LoopTraversal.o.tmp LowerEmuTLS.o.tmp LowLevelType.o.tmp MachineBasicBlock.o.tmp MachineBlockFrequencyInfo.o.tmp MachineBlockPlacement.o.tmp MachineBranchProbabilityInfo.o.tmp MachineCheckDebugify.o.tmp MachineCombiner.o.tmp MachineCopyPropagation.o.tmp MachineCSE.o.tmp MachineDebugify.o.tmp MachineDominanceFrontier.o.tmp MachineDominators.o.tmp MachineFrameInfo.o.tmp MachineFunction.o.tmp MachineFunctionPass.o.tmp MachineFunctionPrinterPass.o.tmp MachineFunctionSplitter.o.tmp MachineInstrBundle.o.tmp MachineInstr.o.tmp MachineLICM.o.tmp MachineLoopInfo.o.tmp MachineLoopUtils.o.tmp MachineModuleInfo.o.tmp MachineModuleInfoImpls.o.tmp MachineOperand.o.tmp MachineOptimizationRemarkEmitter.o.tmp MachineOutliner.o.tmp MachinePassManager.o.tmp MachinePipeliner.o.tmp MachinePostDominators.o.tmp MachineRegionInfo.o.tmp MachineRegisterInfo.o.tmp MachineScheduler.o.tmp MachineSink.o.tmp MachineSizeOpts.o.tmp MachineSSAUpdater.o.tmp MachineStableHash.o.tmp MachineStripDebug.o.tmp MachineTraceMetrics.o.tmp MachineVerifier.o.tmp MacroFusion.o.tmp MBFIWrapper.o.tmp MIRCanonicalizerPass.o.tmp MIRFSDiscriminator.o.tmp MIRNamerPass.o.tmp MIRPrinter.o.tmp MIRPrintingPass.o.tmp MIRVRegNamerUtils.o.tmp MIRYamlMapping.o.tmp ModuloSchedule.o.tmp MultiHazardRecognizer.o.tmp NonRelocatableStringpool.o.tmp OptimizePHIs.o.tmp ParallelCG.o.tmp PatchableFunction.o.tmp PeepholeOptimizer.o.tmp PHIElimination.o.tmp PHIEliminationUtils.o.tmp PostRAHazardRecognizer.o.tmp PostRASchedulerList.o.tmp PreISelIntrinsicLowering.o.tmp ProcessImplicitDefs.o.tmp PrologEpilogInserter.o.tmp PseudoProbeInserter.o.tmp PseudoSourceValue.o.tmp RDFGraph.o.tmp RDFLiveness.o.tmp RDFRegisters.o.tmp ReachingDefAnalysis.o.tmp RegAllocBase.o.tmp RegAllocBasic.o.tmp RegAllocFast.o.tmp RegAllocGreedy.o.tmp RegAllocPBQP.o.tmp RegisterClassInfo.o.tmp RegisterCoalescer.o.tmp RegisterPressure.o.tmp RegisterScavenging.o.tmp RegisterUsageInfo.o.tmp RegUsageInfoCollector.o.tmp RegUsageInfoPropagate.o.tmp RenameIndependentSubregs.o.tmp ReplaceWithVeclib.o.tmp ResetMachineFunctionPass.o.tmp SafeStack.o.tmp SafeStackLayout.o.tmp ScheduleDAG.o.tmp ScheduleDAGInstrs.o.tmp ScheduleDAGPrinter.o.tmp ScoreboardHazardRecognizer.o.tmp ShadowStackGCLowering.o.tmp ShrinkWrap.o.tmp SjLjEHPrepare.o.tmp SlotIndexes.o.tmp SpillPlacement.o.tmp SplitKit.o.tmp StackColoring.o.tmp StackMapLivenessAnalysis.o.tmp StackMaps.o.tmp StackProtector.o.tmp StackSlotColoring.o.tmp SwiftErrorValueTracking.o.tmp SwitchLoweringUtils.o.tmp TailDuplication.o.tmp TailDuplicator.o.tmp TargetFrameLoweringImpl.o.tmp TargetInstrInfo.o.tmp TargetLoweringBase.o.tmp TargetLoweringObjectFileImpl.o.tmp TargetOptionsImpl.o.tmp TargetPassConfig.o.tmp TargetRegisterInfo.o.tmp TargetSchedule.o.tmp TargetSubtargetInfo.o.tmp TwoAddressInstructionPass.o.tmp TypePromotion.o.tmp UnreachableBlockElim.o.tmp ValueTypes.o.tmp VarLocBasedImpl.o.tmp VirtRegMap.o.tmp WasmEHPrepare.o.tmp WinEHPrepare.o.tmp XRayInstrumentation.o.tmp || true) --- cleandir-external --- --- cleandir-pppdump --- cleandir ===> external/bsd/ppp/usr.sbin/pppdump --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ppp/usr.sbin/pppdump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pppdump pppdump.o deflate.o bsd-comp.o zlib.o pppdump.ln deflate.ln bsd-comp.ln zlib.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ppp/usr.sbin/pppdump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pppdump pppdump.o deflate.o bsd-comp.o zlib.o pppdump.ln deflate.ln bsd-comp.ln zlib.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ppp/usr.sbin/pppdump && rm -f pppdump.html8 .depend bsd-comp.d deflate.d pppdump.d zlib.d bsd-comp.d.tmp deflate.d.tmp pppdump.d.tmp zlib.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ppp/usr.sbin/pppdump && rm -f pppdump.html8 .depend bsd-comp.d deflate.d pppdump.d zlib.d bsd-comp.d.tmp deflate.d.tmp pppdump.d.tmp zlib.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_pic.a AggressiveAntiDepBreaker.pico AllocationOrder.pico Analysis.pico AtomicExpandPass.pico BasicBlockSections.pico BasicTargetTransformInfo.pico BranchFolding.pico BranchRelaxation.pico BreakFalseDeps.pico CalcSpillWeights.pico CallingConvLower.pico CFGuardLongjmp.pico CFIInstrInserter.pico CodeGen.pico CodeGenPassBuilder.pico CodeGenPrepare.pico CommandFlags.pico CriticalAntiDepBreaker.pico DeadMachineInstructionElim.pico DetectDeadLanes.pico DFAPacketizer.pico DwarfEHPrepare.pico EarlyIfConversion.pico EdgeBundles.pico EHContGuardCatchret.pico ExecutionDomainFix.pico ExpandMemCmp.pico ExpandPostRAPseudos.pico ExpandReductions.pico ExpandVectorPredication.pico FaultMaps.pico FEntryInserter.pico FinalizeISel.pico FixupStatepointCallerSaved.pico FuncletLayout.pico GCMetadata.pico GCMetadataPrinter.pico GCRootLowering.pico GlobalMerge.pico HardwareLoops.pico IfConversion.pico ImplicitNullChecks.pico IndirectBrExpandPass.pico InlineSpiller.pico InstrRefBasedImpl.pico InterferenceCache.pico InterleavedAccessPass.pico InterleavedLoadCombinePass.pico IntrinsicLowering.pico LatencyPriorityQueue.pico LazyMachineBlockFrequencyInfo.pico LexicalScopes.pico LiveDebugValues.pico LiveDebugVariables.pico LiveIntervalCalc.pico LiveInterval.pico LiveIntervals.pico LiveIntervalUnion.pico LivePhysRegs.pico LiveRangeCalc.pico LiveRangeEdit.pico LiveRangeShrink.pico LiveRegMatrix.pico LiveRegUnits.pico LiveStacks.pico LiveVariables.pico LLVMTargetMachine.pico LocalStackSlotAllocation.pico LoopTraversal.pico LowerEmuTLS.pico LowLevelType.pico MachineBasicBlock.pico MachineBlockFrequencyInfo.pico MachineBlockPlacement.pico MachineBranchProbabilityInfo.pico MachineCheckDebugify.pico MachineCombiner.pico MachineCopyPropagation.pico MachineCSE.pico MachineDebugify.pico MachineDominanceFrontier.pico MachineDominators.pico MachineFrameInfo.pico MachineFunction.pico MachineFunctionPass.pico MachineFunctionPrinterPass.pico MachineFunctionSplitter.pico MachineInstrBundle.pico MachineInstr.pico MachineLICM.pico MachineLoopInfo.pico MachineLoopUtils.pico MachineModuleInfo.pico MachineModuleInfoImpls.pico MachineOperand.pico MachineOptimizationRemarkEmitter.pico MachineOutliner.pico MachinePassManager.pico MachinePipeliner.pico MachinePostDominators.pico MachineRegionInfo.pico MachineRegisterInfo.pico MachineScheduler.pico MachineSink.pico MachineSizeOpts.pico MachineSSAUpdater.pico MachineStableHash.pico MachineStripDebug.pico MachineTraceMetrics.pico MachineVerifier.pico MacroFusion.pico MBFIWrapper.pico MIRCanonicalizerPass.pico MIRFSDiscriminator.pico MIRNamerPass.pico MIRPrinter.pico MIRPrintingPass.pico MIRVRegNamerUtils.pico MIRYamlMapping.pico ModuloSchedule.pico MultiHazardRecognizer.pico NonRelocatableStringpool.pico OptimizePHIs.pico ParallelCG.pico PatchableFunction.pico PeepholeOptimizer.pico PHIElimination.pico PHIEliminationUtils.pico PostRAHazardRecognizer.pico PostRASchedulerList.pico PreISelIntrinsicLowering.pico ProcessImplicitDefs.pico PrologEpilogInserter.pico PseudoProbeInserter.pico PseudoSourceValue.pico RDFGraph.pico RDFLiveness.pico RDFRegisters.pico ReachingDefAnalysis.pico RegAllocBase.pico RegAllocBasic.pico RegAllocFast.pico RegAllocGreedy.pico RegAllocPBQP.pico RegisterClassInfo.pico RegisterCoalescer.pico RegisterPressure.pico RegisterScavenging.pico RegisterUsageInfo.pico RegUsageInfoCollector.pico RegUsageInfoPropagate.pico RenameIndependentSubregs.pico ReplaceWithVeclib.pico ResetMachineFunctionPass.pico SafeStack.pico SafeStackLayout.pico ScheduleDAG.pico ScheduleDAGInstrs.pico ScheduleDAGPrinter.pico ScoreboardHazardRecognizer.pico ShadowStackGCLowering.pico ShrinkWrap.pico SjLjEHPrepare.pico SlotIndexes.pico SpillPlacement.pico SplitKit.pico StackColoring.pico StackMapLivenessAnalysis.pico StackMaps.pico StackProtector.pico StackSlotColoring.pico SwiftErrorValueTracking.pico SwitchLoweringUtils.pico TailDuplication.pico TailDuplicator.pico TargetFrameLoweringImpl.pico TargetInstrInfo.pico TargetLoweringBase.pico TargetLoweringObjectFileImpl.pico TargetOptionsImpl.pico TargetPassConfig.pico TargetRegisterInfo.pico TargetSchedule.pico TargetSubtargetInfo.pico TwoAddressInstructionPass.pico TypePromotion.pico UnreachableBlockElim.pico ValueTypes.pico VarLocBasedImpl.pico VirtRegMap.pico WasmEHPrepare.pico WinEHPrepare.pico XRayInstrumentation.pico AggressiveAntiDepBreaker.pico.tmp AllocationOrder.pico.tmp Analysis.pico.tmp AtomicExpandPass.pico.tmp BasicBlockSections.pico.tmp BasicTargetTransformInfo.pico.tmp BranchFolding.pico.tmp BranchRelaxation.pico.tmp BreakFalseDeps.pico.tmp CalcSpillWeights.pico.tmp CallingConvLower.pico.tmp CFGuardLongjmp.pico.tmp CFIInstrInserter.pico.tmp CodeGen.pico.tmp CodeGenPassBuilder.pico.tmp CodeGenPrepare.pico.tmp CommandFlags.pico.tmp CriticalAntiDepBreaker.pico.tmp DeadMachineInstructionElim.pico.tmp DetectDeadLanes.pico.tmp DFAPacketizer.pico.tmp DwarfEHPrepare.pico.tmp EarlyIfConversion.pico.tmp EdgeBundles.pico.tmp EHContGuardCatchret.pico.tmp ExecutionDomainFix.pico.tmp ExpandMemCmp.pico.tmp ExpandPostRAPseudos.pico.tmp ExpandReductions.pico.tmp ExpandVectorPredication.pico.tmp FaultMaps.pico.tmp FEntryInserter.pico.tmp FinalizeISel.pico.tmp FixupStatepointCallerSaved.pico.tmp FuncletLayout.pico.tmp GCMetadata.pico.tmp GCMetadataPrinter.pico.tmp GCRootLowering.pico.tmp GlobalMerge.pico.tmp HardwareLoops.pico.tmp IfConversion.pico.tmp ImplicitNullChecks.pico.tmp IndirectBrExpandPass.pico.tmp InlineSpiller.pico.tmp InstrRefBasedImpl.pico.tmp InterferenceCache.pico.tmp InterleavedAccessPass.pico.tmp InterleavedLoadCombinePass.pico.tmp IntrinsicLowering.pico.tmp LatencyPriorityQueue.pico.tmp LazyMachineBlockFrequencyInfo.pico.tmp LexicalScopes.pico.tmp LiveDebugValues.pico.tmp LiveDebugVariables.pico.tmp LiveIntervalCalc.pico.tmp LiveInterval.pico.tmp LiveIntervals.pico.tmp LiveIntervalUnion.pico.tmp LivePhysRegs.pico.tmp LiveRangeCalc.pico.tmp LiveRangeEdit.pico.tmp LiveRangeShrink.pico.tmp LiveRegMatrix.pico.tmp LiveRegUnits.pico.tmp LiveStacks.pico.tmp LiveVariables.pico.tmp LLVMTargetMachine.pico.tmp LocalStackSlotAllocation.pico.tmp LoopTraversal.pico.tmp LowerEmuTLS.pico.tmp LowLevelType.pico.tmp MachineBasicBlock.pico.tmp MachineBlockFrequencyInfo.pico.tmp MachineBlockPlacement.pico.tmp MachineBranchProbabilityInfo.pico.tmp MachineCheckDebugify.pico.tmp MachineCombiner.pico.tmp MachineCopyPropagation.pico.tmp MachineCSE.pico.tmp MachineDebugify.pico.tmp MachineDominanceFrontier.pico.tmp MachineDominators.pico.tmp MachineFrameInfo.pico.tmp MachineFunction.pico.tmp MachineFunctionPass.pico.tmp MachineFunctionPrinterPass.pico.tmp MachineFunctionSplitter.pico.tmp MachineInstrBundle.pico.tmp MachineInstr.pico.tmp MachineLICM.pico.tmp MachineLoopInfo.pico.tmp MachineLoopUtils.pico.tmp MachineModuleInfo.pico.tmp MachineModuleInfoImpls.pico.tmp MachineOperand.pico.tmp MachineOptimizationRemarkEmitter.pico.tmp MachineOutliner.pico.tmp MachinePassManager.pico.tmp MachinePipeliner.pico.tmp MachinePostDominators.pico.tmp MachineRegionInfo.pico.tmp MachineRegisterInfo.pico.tmp MachineScheduler.pico.tmp MachineSink.pico.tmp MachineSizeOpts.pico.tmp MachineSSAUpdater.pico.tmp MachineStableHash.pico.tmp MachineStripDebug.pico.tmp MachineTraceMetrics.pico.tmp MachineVerifier.pico.tmp MacroFusion.pico.tmp MBFIWrapper.pico.tmp MIRCanonicalizerPass.pico.tmp MIRFSDiscriminator.pico.tmp MIRNamerPass.pico.tmp MIRPrinter.pico.tmp MIRPrintingPass.pico.tmp MIRVRegNamerUtils.pico.tmp MIRYamlMapping.pico.tmp ModuloSchedule.pico.tmp MultiHazardRecognizer.pico.tmp NonRelocatableStringpool.pico.tmp OptimizePHIs.pico.tmp ParallelCG.pico.tmp PatchableFunction.pico.tmp PeepholeOptimizer.pico.tmp PHIElimination.pico.tmp PHIEliminationUtils.pico.tmp PostRAHazardRecognizer.pico.tmp PostRASchedulerList.pico.tmp PreISelIntrinsicLowering.pico.tmp ProcessImplicitDefs.pico.tmp PrologEpilogInserter.pico.tmp PseudoProbeInserter.pico.tmp PseudoSourceValue.pico.tmp RDFGraph.pico.tmp RDFLiveness.pico.tmp RDFRegisters.pico.tmp ReachingDefAnalysis.pico.tmp RegAllocBase.pico.tmp RegAllocBasic.pico.tmp RegAllocFast.pico.tmp RegAllocGreedy.pico.tmp RegAllocPBQP.pico.tmp RegisterClassInfo.pico.tmp RegisterCoalescer.pico.tmp RegisterPressure.pico.tmp RegisterScavenging.pico.tmp RegisterUsageInfo.pico.tmp RegUsageInfoCollector.pico.tmp RegUsageInfoPropagate.pico.tmp RenameIndependentSubregs.pico.tmp ReplaceWithVeclib.pico.tmp ResetMachineFunctionPass.pico.tmp SafeStack.pico.tmp SafeStackLayout.pico.tmp ScheduleDAG.pico.tmp ScheduleDAGInstrs.pico.tmp ScheduleDAGPrinter.pico.tmp ScoreboardHazardRecognizer.pico.tmp ShadowStackGCLowering.pico.tmp ShrinkWrap.pico.tmp SjLjEHPrepare.pico.tmp SlotIndexes.pico.tmp SpillPlacement.pico.tmp SplitKit.pico.tmp StackColoring.pico.tmp StackMapLivenessAnalysis.pico.tmp StackMaps.pico.tmp StackProtector.pico.tmp StackSlotColoring.pico.tmp SwiftErrorValueTracking.pico.tmp SwitchLoweringUtils.pico.tmp TailDuplication.pico.tmp TailDuplicator.pico.tmp TargetFrameLoweringImpl.pico.tmp TargetInstrInfo.pico.tmp TargetLoweringBase.pico.tmp TargetLoweringObjectFileImpl.pico.tmp TargetOptionsImpl.pico.tmp TargetPassConfig.pico.tmp TargetRegisterInfo.pico.tmp TargetSchedule.pico.tmp TargetSubtargetInfo.pico.tmp TwoAddressInstructionPass.pico.tmp TypePromotion.pico.tmp UnreachableBlockElim.pico.tmp ValueTypes.pico.tmp VarLocBasedImpl.pico.tmp VirtRegMap.pico.tmp WasmEHPrepare.pico.tmp WinEHPrepare.pico.tmp XRayInstrumentation.pico.tmp || true) --- cleandir-external --- --- cleandir-pppstats --- cleandir ===> external/bsd/ppp/usr.sbin/pppstats --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen_pic.a AggressiveAntiDepBreaker.pico AllocationOrder.pico Analysis.pico AtomicExpandPass.pico BasicBlockSections.pico BasicTargetTransformInfo.pico BranchFolding.pico BranchRelaxation.pico BreakFalseDeps.pico CalcSpillWeights.pico CallingConvLower.pico CFGuardLongjmp.pico CFIInstrInserter.pico CodeGen.pico CodeGenPassBuilder.pico CodeGenPrepare.pico CommandFlags.pico CriticalAntiDepBreaker.pico DeadMachineInstructionElim.pico DetectDeadLanes.pico DFAPacketizer.pico DwarfEHPrepare.pico EarlyIfConversion.pico EdgeBundles.pico EHContGuardCatchret.pico ExecutionDomainFix.pico ExpandMemCmp.pico ExpandPostRAPseudos.pico ExpandReductions.pico ExpandVectorPredication.pico FaultMaps.pico FEntryInserter.pico FinalizeISel.pico FixupStatepointCallerSaved.pico FuncletLayout.pico GCMetadata.pico GCMetadataPrinter.pico GCRootLowering.pico GlobalMerge.pico HardwareLoops.pico IfConversion.pico ImplicitNullChecks.pico IndirectBrExpandPass.pico InlineSpiller.pico InstrRefBasedImpl.pico InterferenceCache.pico InterleavedAccessPass.pico InterleavedLoadCombinePass.pico IntrinsicLowering.pico LatencyPriorityQueue.pico LazyMachineBlockFrequencyInfo.pico LexicalScopes.pico LiveDebugValues.pico LiveDebugVariables.pico LiveIntervalCalc.pico LiveInterval.pico LiveIntervals.pico LiveIntervalUnion.pico LivePhysRegs.pico LiveRangeCalc.pico LiveRangeEdit.pico LiveRangeShrink.pico LiveRegMatrix.pico LiveRegUnits.pico LiveStacks.pico LiveVariables.pico LLVMTargetMachine.pico LocalStackSlotAllocation.pico LoopTraversal.pico LowerEmuTLS.pico LowLevelType.pico MachineBasicBlock.pico MachineBlockFrequencyInfo.pico MachineBlockPlacement.pico MachineBranchProbabilityInfo.pico MachineCheckDebugify.pico MachineCombiner.pico MachineCopyPropagation.pico MachineCSE.pico MachineDebugify.pico MachineDominanceFrontier.pico MachineDominators.pico MachineFrameInfo.pico MachineFunction.pico MachineFunctionPass.pico MachineFunctionPrinterPass.pico MachineFunctionSplitter.pico MachineInstrBundle.pico MachineInstr.pico MachineLICM.pico MachineLoopInfo.pico MachineLoopUtils.pico MachineModuleInfo.pico MachineModuleInfoImpls.pico MachineOperand.pico MachineOptimizationRemarkEmitter.pico MachineOutliner.pico MachinePassManager.pico MachinePipeliner.pico MachinePostDominators.pico MachineRegionInfo.pico MachineRegisterInfo.pico MachineScheduler.pico MachineSink.pico MachineSizeOpts.pico MachineSSAUpdater.pico MachineStableHash.pico MachineStripDebug.pico MachineTraceMetrics.pico MachineVerifier.pico MacroFusion.pico MBFIWrapper.pico MIRCanonicalizerPass.pico MIRFSDiscriminator.pico MIRNamerPass.pico MIRPrinter.pico MIRPrintingPass.pico MIRVRegNamerUtils.pico MIRYamlMapping.pico ModuloSchedule.pico MultiHazardRecognizer.pico NonRelocatableStringpool.pico OptimizePHIs.pico ParallelCG.pico PatchableFunction.pico PeepholeOptimizer.pico PHIElimination.pico PHIEliminationUtils.pico PostRAHazardRecognizer.pico PostRASchedulerList.pico PreISelIntrinsicLowering.pico ProcessImplicitDefs.pico PrologEpilogInserter.pico PseudoProbeInserter.pico PseudoSourceValue.pico RDFGraph.pico RDFLiveness.pico RDFRegisters.pico ReachingDefAnalysis.pico RegAllocBase.pico RegAllocBasic.pico RegAllocFast.pico RegAllocGreedy.pico RegAllocPBQP.pico RegisterClassInfo.pico RegisterCoalescer.pico RegisterPressure.pico RegisterScavenging.pico RegisterUsageInfo.pico RegUsageInfoCollector.pico RegUsageInfoPropagate.pico RenameIndependentSubregs.pico ReplaceWithVeclib.pico ResetMachineFunctionPass.pico SafeStack.pico SafeStackLayout.pico ScheduleDAG.pico ScheduleDAGInstrs.pico ScheduleDAGPrinter.pico ScoreboardHazardRecognizer.pico ShadowStackGCLowering.pico ShrinkWrap.pico SjLjEHPrepare.pico SlotIndexes.pico SpillPlacement.pico SplitKit.pico StackColoring.pico StackMapLivenessAnalysis.pico StackMaps.pico StackProtector.pico StackSlotColoring.pico SwiftErrorValueTracking.pico SwitchLoweringUtils.pico TailDuplication.pico TailDuplicator.pico TargetFrameLoweringImpl.pico TargetInstrInfo.pico TargetLoweringBase.pico TargetLoweringObjectFileImpl.pico TargetOptionsImpl.pico TargetPassConfig.pico TargetRegisterInfo.pico TargetSchedule.pico TargetSubtargetInfo.pico TwoAddressInstructionPass.pico TypePromotion.pico UnreachableBlockElim.pico ValueTypes.pico VarLocBasedImpl.pico VirtRegMap.pico WasmEHPrepare.pico WinEHPrepare.pico XRayInstrumentation.pico AggressiveAntiDepBreaker.pico.tmp AllocationOrder.pico.tmp Analysis.pico.tmp AtomicExpandPass.pico.tmp BasicBlockSections.pico.tmp BasicTargetTransformInfo.pico.tmp BranchFolding.pico.tmp BranchRelaxation.pico.tmp BreakFalseDeps.pico.tmp CalcSpillWeights.pico.tmp CallingConvLower.pico.tmp CFGuardLongjmp.pico.tmp CFIInstrInserter.pico.tmp CodeGen.pico.tmp CodeGenPassBuilder.pico.tmp CodeGenPrepare.pico.tmp CommandFlags.pico.tmp CriticalAntiDepBreaker.pico.tmp DeadMachineInstructionElim.pico.tmp DetectDeadLanes.pico.tmp DFAPacketizer.pico.tmp DwarfEHPrepare.pico.tmp EarlyIfConversion.pico.tmp EdgeBundles.pico.tmp EHContGuardCatchret.pico.tmp ExecutionDomainFix.pico.tmp ExpandMemCmp.pico.tmp ExpandPostRAPseudos.pico.tmp ExpandReductions.pico.tmp ExpandVectorPredication.pico.tmp FaultMaps.pico.tmp FEntryInserter.pico.tmp FinalizeISel.pico.tmp FixupStatepointCallerSaved.pico.tmp FuncletLayout.pico.tmp GCMetadata.pico.tmp GCMetadataPrinter.pico.tmp GCRootLowering.pico.tmp GlobalMerge.pico.tmp HardwareLoops.pico.tmp IfConversion.pico.tmp ImplicitNullChecks.pico.tmp IndirectBrExpandPass.pico.tmp InlineSpiller.pico.tmp InstrRefBasedImpl.pico.tmp InterferenceCache.pico.tmp InterleavedAccessPass.pico.tmp InterleavedLoadCombinePass.pico.tmp IntrinsicLowering.pico.tmp LatencyPriorityQueue.pico.tmp LazyMachineBlockFrequencyInfo.pico.tmp LexicalScopes.pico.tmp LiveDebugValues.pico.tmp LiveDebugVariables.pico.tmp LiveIntervalCalc.pico.tmp LiveInterval.pico.tmp LiveIntervals.pico.tmp LiveIntervalUnion.pico.tmp LivePhysRegs.pico.tmp LiveRangeCalc.pico.tmp LiveRangeEdit.pico.tmp LiveRangeShrink.pico.tmp LiveRegMatrix.pico.tmp LiveRegUnits.pico.tmp LiveStacks.pico.tmp LiveVariables.pico.tmp LLVMTargetMachine.pico.tmp LocalStackSlotAllocation.pico.tmp LoopTraversal.pico.tmp LowerEmuTLS.pico.tmp LowLevelType.pico.tmp MachineBasicBlock.pico.tmp MachineBlockFrequencyInfo.pico.tmp MachineBlockPlacement.pico.tmp MachineBranchProbabilityInfo.pico.tmp MachineCheckDebugify.pico.tmp MachineCombiner.pico.tmp MachineCopyPropagation.pico.tmp MachineCSE.pico.tmp MachineDebugify.pico.tmp MachineDominanceFrontier.pico.tmp MachineDominators.pico.tmp MachineFrameInfo.pico.tmp MachineFunction.pico.tmp MachineFunctionPass.pico.tmp MachineFunctionPrinterPass.pico.tmp MachineFunctionSplitter.pico.tmp MachineInstrBundle.pico.tmp MachineInstr.pico.tmp MachineLICM.pico.tmp MachineLoopInfo.pico.tmp MachineLoopUtils.pico.tmp MachineModuleInfo.pico.tmp MachineModuleInfoImpls.pico.tmp MachineOperand.pico.tmp MachineOptimizationRemarkEmitter.pico.tmp MachineOutliner.pico.tmp MachinePassManager.pico.tmp MachinePipeliner.pico.tmp MachinePostDominators.pico.tmp MachineRegionInfo.pico.tmp MachineRegisterInfo.pico.tmp MachineScheduler.pico.tmp MachineSink.pico.tmp MachineSizeOpts.pico.tmp MachineSSAUpdater.pico.tmp MachineStableHash.pico.tmp MachineStripDebug.pico.tmp MachineTraceMetrics.pico.tmp MachineVerifier.pico.tmp MacroFusion.pico.tmp MBFIWrapper.pico.tmp MIRCanonicalizerPass.pico.tmp MIRFSDiscriminator.pico.tmp MIRNamerPass.pico.tmp MIRPrinter.pico.tmp MIRPrintingPass.pico.tmp MIRVRegNamerUtils.pico.tmp MIRYamlMapping.pico.tmp ModuloSchedule.pico.tmp MultiHazardRecognizer.pico.tmp NonRelocatableStringpool.pico.tmp OptimizePHIs.pico.tmp ParallelCG.pico.tmp PatchableFunction.pico.tmp PeepholeOptimizer.pico.tmp PHIElimination.pico.tmp PHIEliminationUtils.pico.tmp PostRAHazardRecognizer.pico.tmp PostRASchedulerList.pico.tmp PreISelIntrinsicLowering.pico.tmp ProcessImplicitDefs.pico.tmp PrologEpilogInserter.pico.tmp PseudoProbeInserter.pico.tmp PseudoSourceValue.pico.tmp RDFGraph.pico.tmp RDFLiveness.pico.tmp RDFRegisters.pico.tmp ReachingDefAnalysis.pico.tmp RegAllocBase.pico.tmp RegAllocBasic.pico.tmp RegAllocFast.pico.tmp RegAllocGreedy.pico.tmp RegAllocPBQP.pico.tmp RegisterClassInfo.pico.tmp RegisterCoalescer.pico.tmp RegisterPressure.pico.tmp RegisterScavenging.pico.tmp RegisterUsageInfo.pico.tmp RegUsageInfoCollector.pico.tmp RegUsageInfoPropagate.pico.tmp RenameIndependentSubregs.pico.tmp ReplaceWithVeclib.pico.tmp ResetMachineFunctionPass.pico.tmp SafeStack.pico.tmp SafeStackLayout.pico.tmp ScheduleDAG.pico.tmp ScheduleDAGInstrs.pico.tmp ScheduleDAGPrinter.pico.tmp ScoreboardHazardRecognizer.pico.tmp ShadowStackGCLowering.pico.tmp ShrinkWrap.pico.tmp SjLjEHPrepare.pico.tmp SlotIndexes.pico.tmp SpillPlacement.pico.tmp SplitKit.pico.tmp StackColoring.pico.tmp StackMapLivenessAnalysis.pico.tmp StackMaps.pico.tmp StackProtector.pico.tmp StackSlotColoring.pico.tmp SwiftErrorValueTracking.pico.tmp SwitchLoweringUtils.pico.tmp TailDuplication.pico.tmp TailDuplicator.pico.tmp TargetFrameLoweringImpl.pico.tmp TargetInstrInfo.pico.tmp TargetLoweringBase.pico.tmp TargetLoweringObjectFileImpl.pico.tmp TargetOptionsImpl.pico.tmp TargetPassConfig.pico.tmp TargetRegisterInfo.pico.tmp TargetSchedule.pico.tmp TargetSubtargetInfo.pico.tmp TwoAddressInstructionPass.pico.tmp TypePromotion.pico.tmp UnreachableBlockElim.pico.tmp ValueTypes.pico.tmp VarLocBasedImpl.pico.tmp VirtRegMap.pico.tmp WasmEHPrepare.pico.tmp WinEHPrepare.pico.tmp XRayInstrumentation.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ppp/usr.sbin/pppstats && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pppstats pppstats.o pppstats.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f llib-lLLVMCodeGen.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ppp/usr.sbin/pppstats && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pppstats pppstats.o pppstats.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f llib-lLLVMCodeGen.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/ppp/usr.sbin/pppstats && rm -f pppstats.html8 .depend pppstats.d pppstats.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/ppp/usr.sbin/pppstats && rm -f pppstats.html8 .depend pppstats.d pppstats.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f libLLVMCodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-libnv --- cleandir ===> external/bsd/libnv --- cleandir-lib --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/bsd/libnv/lib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMCodeGen && rm -f .depend AggressiveAntiDepBreaker.d AllocationOrder.d Analysis.d AtomicExpandPass.d BasicBlockSections.d BasicTargetTransformInfo.d BranchFolding.d BranchRelaxation.d BreakFalseDeps.d CFGuardLongjmp.d CFIInstrInserter.d CalcSpillWeights.d CallingConvLower.d CodeGen.d CodeGenPassBuilder.d CodeGenPrepare.d CommandFlags.d CriticalAntiDepBreaker.d DFAPacketizer.d DeadMachineInstructionElim.d DetectDeadLanes.d DwarfEHPrepare.d EHContGuardCatchret.d EarlyIfConversion.d EdgeBundles.d ExecutionDomainFix.d ExpandMemCmp.d ExpandPostRAPseudos.d ExpandReductions.d ExpandVectorPredication.d FEntryInserter.d FaultMaps.d FinalizeISel.d FixupStatepointCallerSaved.d FuncletLayout.d GCMetadata.d GCMetadataPrinter.d GCRootLowering.d GlobalMerge.d HardwareLoops.d IfConversion.d ImplicitNullChecks.d IndirectBrExpandPass.d InlineSpiller.d InstrRefBasedImpl.d InterferenceCache.d InterleavedAccessPass.d InterleavedLoadCombinePass.d IntrinsicLowering.d LLVMTargetMachine.d LatencyPriorityQueue.d LazyMachineBlockFrequencyInfo.d LexicalScopes.d LiveDebugValues.d LiveDebugVariables.d LiveInterval.d LiveIntervalCalc.d LiveIntervalUnion.d LiveIntervals.d LivePhysRegs.d LiveRangeCalc.d LiveRangeEdit.d LiveRangeShrink.d LiveRegMatrix.d LiveRegUnits.d LiveStacks.d LiveVariables.d LocalStackSlotAllocation.d LoopTraversal.d LowLevelType.d LowerEmuTLS.d MBFIWrapper.d MIRCanonicalizerPass.d MIRFSDiscriminator.d MIRNamerPass.d MIRPrinter.d MIRPrintingPass.d MIRVRegNamerUtils.d MIRYamlMapping.d MachineBasicBlock.d MachineBlockFrequencyInfo.d MachineBlockPlacement.d MachineBranchProbabilityInfo.d MachineCSE.d MachineCheckDebugify.d MachineCombiner.d MachineCopyPropagation.d MachineDebugify.d MachineDominanceFrontier.d MachineDominators.d MachineFrameInfo.d MachineFunction.d MachineFunctionPass.d MachineFunctionPrinterPass.d MachineFunctionSplitter.d MachineInstr.d MachineInstrBundle.d MachineLICM.d MachineLoopInfo.d MachineLoopUtils.d MachineModuleInfo.d MachineModuleInfoImpls.d MachineOperand.d MachineOptimizationRemarkEmitter.d MachineOutliner.d MachinePassManager.d MachinePipeliner.d MachinePostDominators.d MachineRegionInfo.d MachineRegisterInfo.d MachineSSAUpdater.d MachineScheduler.d MachineSink.d MachineSizeOpts.d MachineStableHash.d MachineStripDebug.d MachineTraceMetrics.d MachineVerifier.d MacroFusion.d ModuloSchedule.d MultiHazardRecognizer.d NonRelocatableStringpool.d OptimizePHIs.d PHIElimination.d PHIEliminationUtils.d ParallelCG.d PatchableFunction.d PeepholeOptimizer.d PostRAHazardRecognizer.d PostRASchedulerList.d PreISelIntrinsicLowering.d ProcessImplicitDefs.d PrologEpilogInserter.d PseudoProbeInserter.d PseudoSourceValue.d RDFGraph.d RDFLiveness.d RDFRegisters.d ReachingDefAnalysis.d RegAllocBase.d RegAllocBasic.d RegAllocFast.d RegAllocGreedy.d RegAllocPBQP.d RegUsageInfoCollector.d RegUsageInfoPropagate.d RegisterClassInfo.d RegisterCoalescer.d RegisterPressure.d RegisterScavenging.d RegisterUsageInfo.d RenameIndependentSubregs.d ReplaceWithVeclib.d ResetMachineFunctionPass.d SafeStack.d SafeStackLayout.d ScheduleDAG.d ScheduleDAGInstrs.d ScheduleDAGPrinter.d ScoreboardHazardRecognizer.d ShadowStackGCLowering.d ShrinkWrap.d SjLjEHPrepare.d SlotIndexes.d SpillPlacement.d SplitKit.d StackColoring.d StackMapLivenessAnalysis.d StackMaps.d StackProtector.d StackSlotColoring.d SwiftErrorValueTracking.d SwitchLoweringUtils.d TailDuplication.d TailDuplicator.d TargetFrameLoweringImpl.d TargetInstrInfo.d TargetLoweringBase.d TargetLoweringObjectFileImpl.d TargetOptionsImpl.d TargetPassConfig.d TargetRegisterInfo.d TargetSchedule.d TargetSubtargetInfo.d TwoAddressInstructionPass.d TypePromotion.d UnreachableBlockElim.d ValueTypes.d VarLocBasedImpl.d VirtRegMap.d WasmEHPrepare.d WinEHPrepare.d XRayInstrumentation.d AggressiveAntiDepBreaker.d.tmp AllocationOrder.d.tmp Analysis.d.tmp AtomicExpandPass.d.tmp BasicBlockSections.d.tmp BasicTargetTransformInfo.d.tmp BranchFolding.d.tmp BranchRelaxation.d.tmp BreakFalseDeps.d.tmp CFGuardLongjmp.d.tmp CFIInstrInserter.d.tmp CalcSpillWeights.d.tmp CallingConvLower.d.tmp CodeGen.d.tmp CodeGenPassBuilder.d.tmp CodeGenPrepare.d.tmp CommandFlags.d.tmp CriticalAntiDepBreaker.d.tmp DFAPacketizer.d.tmp DeadMachineInstructionElim.d.tmp DetectDeadLanes.d.tmp DwarfEHPrepare.d.tmp EHContGuardCatchret.d.tmp EarlyIfConversion.d.tmp EdgeBundles.d.tmp ExecutionDomainFix.d.tmp ExpandMemCmp.d.tmp ExpandPostRAPseudos.d.tmp ExpandReductions.d.tmp ExpandVectorPredication.d.tmp FEntryInserter.d.tmp FaultMaps.d.tmp FinalizeISel.d.tmp FixupStatepointCallerSaved.d.tmp FuncletLayout.d.tmp GCMetadata.d.tmp GCMetadataPrinter.d.tmp GCRootLowering.d.tmp GlobalMerge.d.tmp HardwareLoops.d.tmp IfConversion.d.tmp ImplicitNullChecks.d.tmp IndirectBrExpandPass.d.tmp InlineSpiller.d.tmp InstrRefBasedImpl.d.tmp InterferenceCache.d.tmp InterleavedAccessPass.d.tmp InterleavedLoadCombinePass.d.tmp IntrinsicLowering.d.tmp LLVMTargetMachine.d.tmp LatencyPriorityQueue.d.tmp LazyMachineBlockFrequencyInfo.d.tmp LexicalScopes.d.tmp LiveDebugValues.d.tmp LiveDebugVariables.d.tmp LiveInterval.d.tmp LiveIntervalCalc.d.tmp LiveIntervalUnion.d.tmp LiveIntervals.d.tmp LivePhysRegs.d.tmp LiveRangeCalc.d.tmp LiveRangeEdit.d.tmp LiveRangeShrink.d.tmp LiveRegMatrix.d.tmp LiveRegUnits.d.tmp LiveStacks.d.tmp LiveVariables.d.tmp LocalStackSlotAllocation.d.tmp LoopTraversal.d.tmp LowLevelType.d.tmp LowerEmuTLS.d.tmp MBFIWrapper.d.tmp MIRCanonicalizerPass.d.tmp MIRFSDiscriminator.d.tmp MIRNamerPass.d.tmp MIRPrinter.d.tmp MIRPrintingPass.d.tmp MIRVRegNamerUtils.d.tmp MIRYamlMapping.d.tmp MachineBasicBlock.d.tmp MachineBlockFrequencyInfo.d.tmp MachineBlockPlacement.d.tmp MachineBranchProbabilityInfo.d.tmp MachineCSE.d.tmp MachineCheckDebugify.d.tmp MachineCombiner.d.tmp MachineCopyPropagation.d.tmp MachineDebugify.d.tmp MachineDominanceFrontier.d.tmp MachineDominators.d.tmp MachineFrameInfo.d.tmp MachineFunction.d.tmp MachineFunctionPass.d.tmp MachineFunctionPrinterPass.d.tmp MachineFunctionSplitter.d.tmp MachineInstr.d.tmp MachineInstrBundle.d.tmp MachineLICM.d.tmp MachineLoopInfo.d.tmp MachineLoopUtils.d.tmp MachineModuleInfo.d.tmp MachineModuleInfoImpls.d.tmp MachineOperand.d.tmp MachineOptimizationRemarkEmitter.d.tmp MachineOutliner.d.tmp MachinePassManager.d.tmp MachinePipeliner.d.tmp MachinePostDominators.d.tmp MachineRegionInfo.d.tmp MachineRegisterInfo.d.tmp MachineSSAUpdater.d.tmp MachineScheduler.d.tmp MachineSink.d.tmp MachineSizeOpts.d.tmp MachineStableHash.d.tmp MachineStripDebug.d.tmp MachineTraceMetrics.d.tmp MachineVerifier.d.tmp MacroFusion.d.tmp ModuloSchedule.d.tmp MultiHazardRecognizer.d.tmp NonRelocatableStringpool.d.tmp OptimizePHIs.d.tmp PHIElimination.d.tmp PHIEliminationUtils.d.tmp ParallelCG.d.tmp PatchableFunction.d.tmp PeepholeOptimizer.d.tmp PostRAHazardRecognizer.d.tmp PostRASchedulerList.d.tmp PreISelIntrinsicLowering.d.tmp ProcessImplicitDefs.d.tmp PrologEpilogInserter.d.tmp PseudoProbeInserter.d.tmp PseudoSourceValue.d.tmp RDFGraph.d.tmp RDFLiveness.d.tmp RDFRegisters.d.tmp ReachingDefAnalysis.d.tmp RegAllocBase.d.tmp RegAllocBasic.d.tmp RegAllocFast.d.tmp RegAllocGreedy.d.tmp RegAllocPBQP.d.tmp RegUsageInfoCollector.d.tmp RegUsageInfoPropagate.d.tmp RegisterClassInfo.d.tmp RegisterCoalescer.d.tmp RegisterPressure.d.tmp RegisterScavenging.d.tmp RegisterUsageInfo.d.tmp RenameIndependentSubregs.d.tmp ReplaceWithVeclib.d.tmp ResetMachineFunctionPass.d.tmp SafeStack.d.tmp SafeStackLayout.d.tmp ScheduleDAG.d.tmp ScheduleDAGInstrs.d.tmp ScheduleDAGPrinter.d.tmp ScoreboardHazardRecognizer.d.tmp ShadowStackGCLowering.d.tmp ShrinkWrap.d.tmp SjLjEHPrepare.d.tmp SlotIndexes.d.tmp SpillPlacement.d.tmp SplitKit.d.tmp StackColoring.d.tmp StackMapLivenessAnalysis.d.tmp StackMaps.d.tmp StackProtector.d.tmp StackSlotColoring.d.tmp SwiftErrorValueTracking.d.tmp SwitchLoweringUtils.d.tmp TailDuplication.d.tmp TailDuplicator.d.tmp TargetFrameLoweringImpl.d.tmp TargetInstrInfo.d.tmp TargetLoweringBase.d.tmp TargetLoweringObjectFileImpl.d.tmp TargetOptionsImpl.d.tmp TargetPassConfig.d.tmp TargetRegisterInfo.d.tmp TargetSchedule.d.tmp TargetSubtargetInfo.d.tmp TwoAddressInstructionPass.d.tmp TypePromotion.d.tmp UnreachableBlockElim.d.tmp ValueTypes.d.tmp VarLocBasedImpl.d.tmp VirtRegMap.d.tmp WasmEHPrepare.d.tmp WinEHPrepare.d.tmp XRayInstrumentation.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMCodeGen && rm -f .depend AggressiveAntiDepBreaker.d AllocationOrder.d Analysis.d AtomicExpandPass.d BasicBlockSections.d BasicTargetTransformInfo.d BranchFolding.d BranchRelaxation.d BreakFalseDeps.d CFGuardLongjmp.d CFIInstrInserter.d CalcSpillWeights.d CallingConvLower.d CodeGen.d CodeGenPassBuilder.d CodeGenPrepare.d CommandFlags.d CriticalAntiDepBreaker.d DFAPacketizer.d DeadMachineInstructionElim.d DetectDeadLanes.d DwarfEHPrepare.d EHContGuardCatchret.d EarlyIfConversion.d EdgeBundles.d ExecutionDomainFix.d ExpandMemCmp.d ExpandPostRAPseudos.d ExpandReductions.d ExpandVectorPredication.d FEntryInserter.d FaultMaps.d FinalizeISel.d FixupStatepointCallerSaved.d FuncletLayout.d GCMetadata.d GCMetadataPrinter.d GCRootLowering.d GlobalMerge.d HardwareLoops.d IfConversion.d ImplicitNullChecks.d IndirectBrExpandPass.d InlineSpiller.d InstrRefBasedImpl.d InterferenceCache.d InterleavedAccessPass.d InterleavedLoadCombinePass.d IntrinsicLowering.d LLVMTargetMachine.d LatencyPriorityQueue.d LazyMachineBlockFrequencyInfo.d LexicalScopes.d LiveDebugValues.d LiveDebugVariables.d LiveInterval.d LiveIntervalCalc.d LiveIntervalUnion.d LiveIntervals.d LivePhysRegs.d LiveRangeCalc.d LiveRangeEdit.d LiveRangeShrink.d LiveRegMatrix.d LiveRegUnits.d LiveStacks.d LiveVariables.d LocalStackSlotAllocation.d LoopTraversal.d LowLevelType.d LowerEmuTLS.d MBFIWrapper.d MIRCanonicalizerPass.d MIRFSDiscriminator.d MIRNamerPass.d MIRPrinter.d MIRPrintingPass.d MIRVRegNamerUtils.d MIRYamlMapping.d MachineBasicBlock.d MachineBlockFrequencyInfo.d MachineBlockPlacement.d MachineBranchProbabilityInfo.d MachineCSE.d MachineCheckDebugify.d MachineCombiner.d MachineCopyPropagation.d MachineDebugify.d MachineDominanceFrontier.d MachineDominators.d MachineFrameInfo.d MachineFunction.d MachineFunctionPass.d MachineFunctionPrinterPass.d MachineFunctionSplitter.d MachineInstr.d MachineInstrBundle.d MachineLICM.d MachineLoopInfo.d MachineLoopUtils.d MachineModuleInfo.d MachineModuleInfoImpls.d MachineOperand.d MachineOptimizationRemarkEmitter.d MachineOutliner.d MachinePassManager.d MachinePipeliner.d MachinePostDominators.d MachineRegionInfo.d MachineRegisterInfo.d MachineSSAUpdater.d MachineScheduler.d MachineSink.d MachineSizeOpts.d MachineStableHash.d MachineStripDebug.d MachineTraceMetrics.d MachineVerifier.d MacroFusion.d ModuloSchedule.d MultiHazardRecognizer.d NonRelocatableStringpool.d OptimizePHIs.d PHIElimination.d PHIEliminationUtils.d ParallelCG.d PatchableFunction.d PeepholeOptimizer.d PostRAHazardRecognizer.d PostRASchedulerList.d PreISelIntrinsicLowering.d ProcessImplicitDefs.d PrologEpilogInserter.d PseudoProbeInserter.d PseudoSourceValue.d RDFGraph.d RDFLiveness.d RDFRegisters.d ReachingDefAnalysis.d RegAllocBase.d RegAllocBasic.d RegAllocFast.d RegAllocGreedy.d RegAllocPBQP.d RegUsageInfoCollector.d RegUsageInfoPropagate.d RegisterClassInfo.d RegisterCoalescer.d RegisterPressure.d RegisterScavenging.d RegisterUsageInfo.d RenameIndependentSubregs.d ReplaceWithVeclib.d ResetMachineFunctionPass.d SafeStack.d SafeStackLayout.d ScheduleDAG.d ScheduleDAGInstrs.d ScheduleDAGPrinter.d ScoreboardHazardRecognizer.d ShadowStackGCLowering.d ShrinkWrap.d SjLjEHPrepare.d SlotIndexes.d SpillPlacement.d SplitKit.d StackColoring.d StackMapLivenessAnalysis.d StackMaps.d StackProtector.d StackSlotColoring.d SwiftErrorValueTracking.d SwitchLoweringUtils.d TailDuplication.d TailDuplicator.d TargetFrameLoweringImpl.d TargetInstrInfo.d TargetLoweringBase.d TargetLoweringObjectFileImpl.d TargetOptionsImpl.d TargetPassConfig.d TargetRegisterInfo.d TargetSchedule.d TargetSubtargetInfo.d TwoAddressInstructionPass.d TypePromotion.d UnreachableBlockElim.d ValueTypes.d VarLocBasedImpl.d VirtRegMap.d WasmEHPrepare.d WinEHPrepare.d XRayInstrumentation.d AggressiveAntiDepBreaker.d.tmp AllocationOrder.d.tmp Analysis.d.tmp AtomicExpandPass.d.tmp BasicBlockSections.d.tmp BasicTargetTransformInfo.d.tmp BranchFolding.d.tmp BranchRelaxation.d.tmp BreakFalseDeps.d.tmp CFGuardLongjmp.d.tmp CFIInstrInserter.d.tmp CalcSpillWeights.d.tmp CallingConvLower.d.tmp CodeGen.d.tmp CodeGenPassBuilder.d.tmp CodeGenPrepare.d.tmp CommandFlags.d.tmp CriticalAntiDepBreaker.d.tmp DFAPacketizer.d.tmp DeadMachineInstructionElim.d.tmp DetectDeadLanes.d.tmp DwarfEHPrepare.d.tmp EHContGuardCatchret.d.tmp EarlyIfConversion.d.tmp EdgeBundles.d.tmp ExecutionDomainFix.d.tmp ExpandMemCmp.d.tmp ExpandPostRAPseudos.d.tmp ExpandReductions.d.tmp ExpandVectorPredication.d.tmp FEntryInserter.d.tmp FaultMaps.d.tmp FinalizeISel.d.tmp FixupStatepointCallerSaved.d.tmp FuncletLayout.d.tmp GCMetadata.d.tmp GCMetadataPrinter.d.tmp GCRootLowering.d.tmp GlobalMerge.d.tmp HardwareLoops.d.tmp IfConversion.d.tmp ImplicitNullChecks.d.tmp IndirectBrExpandPass.d.tmp InlineSpiller.d.tmp InstrRefBasedImpl.d.tmp InterferenceCache.d.tmp InterleavedAccessPass.d.tmp InterleavedLoadCombinePass.d.tmp IntrinsicLowering.d.tmp LLVMTargetMachine.d.tmp LatencyPriorityQueue.d.tmp LazyMachineBlockFrequencyInfo.d.tmp LexicalScopes.d.tmp LiveDebugValues.d.tmp LiveDebugVariables.d.tmp LiveInterval.d.tmp LiveIntervalCalc.d.tmp LiveIntervalUnion.d.tmp LiveIntervals.d.tmp LivePhysRegs.d.tmp LiveRangeCalc.d.tmp LiveRangeEdit.d.tmp LiveRangeShrink.d.tmp LiveRegMatrix.d.tmp LiveRegUnits.d.tmp LiveStacks.d.tmp LiveVariables.d.tmp LocalStackSlotAllocation.d.tmp LoopTraversal.d.tmp LowLevelType.d.tmp LowerEmuTLS.d.tmp MBFIWrapper.d.tmp MIRCanonicalizerPass.d.tmp MIRFSDiscriminator.d.tmp MIRNamerPass.d.tmp MIRPrinter.d.tmp MIRPrintingPass.d.tmp MIRVRegNamerUtils.d.tmp MIRYamlMapping.d.tmp MachineBasicBlock.d.tmp MachineBlockFrequencyInfo.d.tmp MachineBlockPlacement.d.tmp MachineBranchProbabilityInfo.d.tmp MachineCSE.d.tmp MachineCheckDebugify.d.tmp MachineCombiner.d.tmp MachineCopyPropagation.d.tmp MachineDebugify.d.tmp MachineDominanceFrontier.d.tmp MachineDominators.d.tmp MachineFrameInfo.d.tmp MachineFunction.d.tmp MachineFunctionPass.d.tmp MachineFunctionPrinterPass.d.tmp MachineFunctionSplitter.d.tmp MachineInstr.d.tmp MachineInstrBundle.d.tmp MachineLICM.d.tmp MachineLoopInfo.d.tmp MachineLoopUtils.d.tmp MachineModuleInfo.d.tmp MachineModuleInfoImpls.d.tmp MachineOperand.d.tmp MachineOptimizationRemarkEmitter.d.tmp MachineOutliner.d.tmp MachinePassManager.d.tmp MachinePipeliner.d.tmp MachinePostDominators.d.tmp MachineRegionInfo.d.tmp MachineRegisterInfo.d.tmp MachineSSAUpdater.d.tmp MachineScheduler.d.tmp MachineSink.d.tmp MachineSizeOpts.d.tmp MachineStableHash.d.tmp MachineStripDebug.d.tmp MachineTraceMetrics.d.tmp MachineVerifier.d.tmp MacroFusion.d.tmp ModuloSchedule.d.tmp MultiHazardRecognizer.d.tmp NonRelocatableStringpool.d.tmp OptimizePHIs.d.tmp PHIElimination.d.tmp PHIEliminationUtils.d.tmp ParallelCG.d.tmp PatchableFunction.d.tmp PeepholeOptimizer.d.tmp PostRAHazardRecognizer.d.tmp PostRASchedulerList.d.tmp PreISelIntrinsicLowering.d.tmp ProcessImplicitDefs.d.tmp PrologEpilogInserter.d.tmp PseudoProbeInserter.d.tmp PseudoSourceValue.d.tmp RDFGraph.d.tmp RDFLiveness.d.tmp RDFRegisters.d.tmp ReachingDefAnalysis.d.tmp RegAllocBase.d.tmp RegAllocBasic.d.tmp RegAllocFast.d.tmp RegAllocGreedy.d.tmp RegAllocPBQP.d.tmp RegUsageInfoCollector.d.tmp RegUsageInfoPropagate.d.tmp RegisterClassInfo.d.tmp RegisterCoalescer.d.tmp RegisterPressure.d.tmp RegisterScavenging.d.tmp RegisterUsageInfo.d.tmp RenameIndependentSubregs.d.tmp ReplaceWithVeclib.d.tmp ResetMachineFunctionPass.d.tmp SafeStack.d.tmp SafeStackLayout.d.tmp ScheduleDAG.d.tmp ScheduleDAGInstrs.d.tmp ScheduleDAGPrinter.d.tmp ScoreboardHazardRecognizer.d.tmp ShadowStackGCLowering.d.tmp ShrinkWrap.d.tmp SjLjEHPrepare.d.tmp SlotIndexes.d.tmp SpillPlacement.d.tmp SplitKit.d.tmp StackColoring.d.tmp StackMapLivenessAnalysis.d.tmp StackMaps.d.tmp StackProtector.d.tmp StackSlotColoring.d.tmp SwiftErrorValueTracking.d.tmp SwitchLoweringUtils.d.tmp TailDuplication.d.tmp TailDuplicator.d.tmp TargetFrameLoweringImpl.d.tmp TargetInstrInfo.d.tmp TargetLoweringBase.d.tmp TargetLoweringObjectFileImpl.d.tmp TargetOptionsImpl.d.tmp TargetPassConfig.d.tmp TargetRegisterInfo.d.tmp TargetSchedule.d.tmp TargetSubtargetInfo.d.tmp TwoAddressInstructionPass.d.tmp TypePromotion.d.tmp UnreachableBlockElim.d.tmp ValueTypes.d.tmp VarLocBasedImpl.d.tmp VirtRegMap.d.tmp WasmEHPrepare.d.tmp WinEHPrepare.d.tmp XRayInstrumentation.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f libnv.a dnvlist.o msgio.o nvlist.o nvpair.o nv_kern_netbsd.o dnvlist.o.tmp msgio.o.tmp nvlist.o.tmp nvpair.o.tmp nv_kern_netbsd.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f libnv.a dnvlist.o msgio.o nvlist.o nvpair.o nv_kern_netbsd.o dnvlist.o.tmp msgio.o.tmp nvlist.o.tmp nvpair.o.tmp nv_kern_netbsd.o.tmp || true) --- cleandir-lib --- --- cleandir-libLLVMDemangle --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMDemangle --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f libnv_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f libnv_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f libnv_g.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f libnv_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle.a Demangle.o ItaniumDemangle.o MicrosoftDemangle.o MicrosoftDemangleNodes.o RustDemangle.o Demangle.o.tmp ItaniumDemangle.o.tmp MicrosoftDemangle.o.tmp MicrosoftDemangleNodes.o.tmp RustDemangle.o.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle.a Demangle.o ItaniumDemangle.o MicrosoftDemangle.o MicrosoftDemangleNodes.o RustDemangle.o Demangle.o.tmp ItaniumDemangle.o.tmp MicrosoftDemangle.o.tmp MicrosoftDemangleNodes.o.tmp RustDemangle.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f libnv_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f libnv_pic.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_p.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f llib-lnv.ln dnvlist.ln msgio.ln nvlist.ln nvpair.ln nv_kern_netbsd.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f llib-lnv.ln dnvlist.ln msgio.ln nvlist.ln nvpair.ln nv_kern_netbsd.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f libnv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f libnv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_pic.a Demangle.pico ItaniumDemangle.pico MicrosoftDemangle.pico MicrosoftDemangleNodes.pico RustDemangle.pico Demangle.pico.tmp ItaniumDemangle.pico.tmp MicrosoftDemangle.pico.tmp MicrosoftDemangleNodes.pico.tmp RustDemangle.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle_pic.a Demangle.pico ItaniumDemangle.pico MicrosoftDemangle.pico MicrosoftDemangleNodes.pico RustDemangle.pico Demangle.pico.tmp ItaniumDemangle.pico.tmp MicrosoftDemangle.pico.tmp MicrosoftDemangleNodes.pico.tmp RustDemangle.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libnv/lib && rm -f .depend dnvlist.d msgio.d nv_kern_netbsd.d nvlist.d nvpair.d dnvlist.d.tmp msgio.d.tmp nv_kern_netbsd.d.tmp nvlist.d.tmp nvpair.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libnv/lib && rm -f .depend dnvlist.d msgio.d nv_kern_netbsd.d nvlist.d nvpair.d dnvlist.d.tmp msgio.d.tmp nv_kern_netbsd.d.tmp nvlist.d.tmp nvpair.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f llib-lLLVMDemangle.ln || true) --- cleandir-external --- --- cleandir-tradcpp --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f llib-lLLVMDemangle.ln || true) --- cleandir-external --- cleandir ===> external/bsd/tradcpp --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-usr.bin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/bsd/tradcpp/usr.bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f libLLVMDemangle.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tradcpp/usr.bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tradcpp main.o files.o directive.o eval.o macro.o output.o place.o array.o utils.o main.ln files.ln directive.ln eval.ln macro.ln output.ln place.ln array.ln utils.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDemangle && rm -f .depend Demangle.d ItaniumDemangle.d MicrosoftDemangle.d MicrosoftDemangleNodes.d RustDemangle.d Demangle.d.tmp ItaniumDemangle.d.tmp MicrosoftDemangle.d.tmp MicrosoftDemangleNodes.d.tmp RustDemangle.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tradcpp/usr.bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tradcpp main.o files.o directive.o eval.o macro.o output.o place.o array.o utils.o main.ln files.ln directive.ln eval.ln macro.ln output.ln place.ln array.ln utils.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDemangle && rm -f .depend Demangle.d ItaniumDemangle.d MicrosoftDemangle.d MicrosoftDemangleNodes.d RustDemangle.d Demangle.d.tmp ItaniumDemangle.d.tmp MicrosoftDemangle.d.tmp MicrosoftDemangleNodes.d.tmp RustDemangle.d.tmp tags || true) --- cleandir-libLLVMDebugInfoCodeView --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMDebugInfoCodeView --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/tradcpp/usr.bin && rm -f tradcpp.html1 .depend array.d directive.d eval.d files.d macro.d main.d output.d place.d utils.d array.d.tmp directive.d.tmp eval.d.tmp files.d.tmp macro.d.tmp main.d.tmp output.d.tmp place.d.tmp utils.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/tradcpp/usr.bin && rm -f tradcpp.html1 .depend array.d directive.d eval.d files.d macro.d main.d output.d place.d utils.d array.d.tmp directive.d.tmp eval.d.tmp files.d.tmp macro.d.tmp main.d.tmp output.d.tmp place.d.tmp utils.d.tmp tags || true) --- cleandir-cddl --- cleandir ===> external/cddl --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-dtracetoolkit --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView.a AppendingTypeTableBuilder.o CodeViewError.o CodeViewRecordIO.o ContinuationRecordBuilder.o CVSymbolVisitor.o CVTypeVisitor.o DebugChecksumsSubsection.o DebugCrossExSubsection.o DebugCrossImpSubsection.o DebugFrameDataSubsection.o DebugInlineeLinesSubsection.o DebugLinesSubsection.o DebugStringTableSubsection.o DebugSubsection.o DebugSubsectionRecord.o DebugSubsectionVisitor.o DebugSymbolsSubsection.o EnumTables.o Formatters.o GlobalTypeTableBuilder.o LazyRandomTypeCollection.o Line.o MergingTypeTableBuilder.o RecordName.o RecordSerialization.o SimpleTypeSerializer.o StringsAndChecksums.o SymbolDumper.o SymbolRecordHelpers.o SymbolRecordMapping.o SymbolSerializer.o TypeDumpVisitor.o TypeHashing.o TypeIndex.o TypeIndexDiscovery.o TypeRecordHelpers.o TypeRecordMapping.o TypeStreamMerger.o TypeTableCollection.o AppendingTypeTableBuilder.o.tmp CodeViewError.o.tmp CodeViewRecordIO.o.tmp ContinuationRecordBuilder.o.tmp CVSymbolVisitor.o.tmp CVTypeVisitor.o.tmp DebugChecksumsSubsection.o.tmp DebugCrossExSubsection.o.tmp DebugCrossImpSubsection.o.tmp DebugFrameDataSubsection.o.tmp DebugInlineeLinesSubsection.o.tmp DebugLinesSubsection.o.tmp DebugStringTableSubsection.o.tmp DebugSubsection.o.tmp DebugSubsectionRecord.o.tmp DebugSubsectionVisitor.o.tmp DebugSymbolsSubsection.o.tmp EnumTables.o.tmp Formatters.o.tmp GlobalTypeTableBuilder.o.tmp LazyRandomTypeCollection.o.tmp Line.o.tmp MergingTypeTableBuilder.o.tmp RecordName.o.tmp RecordSerialization.o.tmp SimpleTypeSerializer.o.tmp StringsAndChecksums.o.tmp SymbolDumper.o.tmp SymbolRecordHelpers.o.tmp SymbolRecordMapping.o.tmp SymbolSerializer.o.tmp TypeDumpVisitor.o.tmp TypeHashing.o.tmp TypeIndex.o.tmp TypeIndexDiscovery.o.tmp TypeRecordHelpers.o.tmp TypeRecordMapping.o.tmp TypeStreamMerger.o.tmp TypeTableCollection.o.tmp || true) --- cleandir-external --- cleandir ===> external/cddl/dtracetoolkit --- cleandir-dist --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView.a AppendingTypeTableBuilder.o CodeViewError.o CodeViewRecordIO.o ContinuationRecordBuilder.o CVSymbolVisitor.o CVTypeVisitor.o DebugChecksumsSubsection.o DebugCrossExSubsection.o DebugCrossImpSubsection.o DebugFrameDataSubsection.o DebugInlineeLinesSubsection.o DebugLinesSubsection.o DebugStringTableSubsection.o DebugSubsection.o DebugSubsectionRecord.o DebugSubsectionVisitor.o DebugSymbolsSubsection.o EnumTables.o Formatters.o GlobalTypeTableBuilder.o LazyRandomTypeCollection.o Line.o MergingTypeTableBuilder.o RecordName.o RecordSerialization.o SimpleTypeSerializer.o StringsAndChecksums.o SymbolDumper.o SymbolRecordHelpers.o SymbolRecordMapping.o SymbolSerializer.o TypeDumpVisitor.o TypeHashing.o TypeIndex.o TypeIndexDiscovery.o TypeRecordHelpers.o TypeRecordMapping.o TypeStreamMerger.o TypeTableCollection.o AppendingTypeTableBuilder.o.tmp CodeViewError.o.tmp CodeViewRecordIO.o.tmp ContinuationRecordBuilder.o.tmp CVSymbolVisitor.o.tmp CVTypeVisitor.o.tmp DebugChecksumsSubsection.o.tmp DebugCrossExSubsection.o.tmp DebugCrossImpSubsection.o.tmp DebugFrameDataSubsection.o.tmp DebugInlineeLinesSubsection.o.tmp DebugLinesSubsection.o.tmp DebugStringTableSubsection.o.tmp DebugSubsection.o.tmp DebugSubsectionRecord.o.tmp DebugSubsectionVisitor.o.tmp DebugSymbolsSubsection.o.tmp EnumTables.o.tmp Formatters.o.tmp GlobalTypeTableBuilder.o.tmp LazyRandomTypeCollection.o.tmp Line.o.tmp MergingTypeTableBuilder.o.tmp RecordName.o.tmp RecordSerialization.o.tmp SimpleTypeSerializer.o.tmp StringsAndChecksums.o.tmp SymbolDumper.o.tmp SymbolRecordHelpers.o.tmp SymbolRecordMapping.o.tmp SymbolSerializer.o.tmp TypeDumpVisitor.o.tmp TypeHashing.o.tmp TypeIndex.o.tmp TypeIndexDiscovery.o.tmp TypeRecordHelpers.o.tmp TypeRecordMapping.o.tmp TypeStreamMerger.o.tmp TypeTableCollection.o.tmp || true) --- cleandir-external --- cleandir ===> external/cddl/dtracetoolkit/dist --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_p.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_p.a || true) --- cleandir-external --- --- cleandir-osnet --- cleandir ===> external/cddl/osnet --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_g.a || true) --- cleandir-external --- --- cleandir-lib --- cleandir ===> external/cddl/osnet/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_g.a || true) --- cleandir-external --- --- cleandir-libdtrace --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/cddl/osnet/lib/libdtrace --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_pic.a AppendingTypeTableBuilder.pico CodeViewError.pico CodeViewRecordIO.pico ContinuationRecordBuilder.pico CVSymbolVisitor.pico CVTypeVisitor.pico DebugChecksumsSubsection.pico DebugCrossExSubsection.pico DebugCrossImpSubsection.pico DebugFrameDataSubsection.pico DebugInlineeLinesSubsection.pico DebugLinesSubsection.pico DebugStringTableSubsection.pico DebugSubsection.pico DebugSubsectionRecord.pico DebugSubsectionVisitor.pico DebugSymbolsSubsection.pico EnumTables.pico Formatters.pico GlobalTypeTableBuilder.pico LazyRandomTypeCollection.pico Line.pico MergingTypeTableBuilder.pico RecordName.pico RecordSerialization.pico SimpleTypeSerializer.pico StringsAndChecksums.pico SymbolDumper.pico SymbolRecordHelpers.pico SymbolRecordMapping.pico SymbolSerializer.pico TypeDumpVisitor.pico TypeHashing.pico TypeIndex.pico TypeIndexDiscovery.pico TypeRecordHelpers.pico TypeRecordMapping.pico TypeStreamMerger.pico TypeTableCollection.pico AppendingTypeTableBuilder.pico.tmp CodeViewError.pico.tmp CodeViewRecordIO.pico.tmp ContinuationRecordBuilder.pico.tmp CVSymbolVisitor.pico.tmp CVTypeVisitor.pico.tmp DebugChecksumsSubsection.pico.tmp DebugCrossExSubsection.pico.tmp DebugCrossImpSubsection.pico.tmp DebugFrameDataSubsection.pico.tmp DebugInlineeLinesSubsection.pico.tmp DebugLinesSubsection.pico.tmp DebugStringTableSubsection.pico.tmp DebugSubsection.pico.tmp DebugSubsectionRecord.pico.tmp DebugSubsectionVisitor.pico.tmp DebugSymbolsSubsection.pico.tmp EnumTables.pico.tmp Formatters.pico.tmp GlobalTypeTableBuilder.pico.tmp LazyRandomTypeCollection.pico.tmp Line.pico.tmp MergingTypeTableBuilder.pico.tmp RecordName.pico.tmp RecordSerialization.pico.tmp SimpleTypeSerializer.pico.tmp StringsAndChecksums.pico.tmp SymbolDumper.pico.tmp SymbolRecordHelpers.pico.tmp SymbolRecordMapping.pico.tmp SymbolSerializer.pico.tmp TypeDumpVisitor.pico.tmp TypeHashing.pico.tmp TypeIndex.pico.tmp TypeIndexDiscovery.pico.tmp TypeRecordHelpers.pico.tmp TypeRecordMapping.pico.tmp TypeStreamMerger.pico.tmp TypeTableCollection.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView_pic.a AppendingTypeTableBuilder.pico CodeViewError.pico CodeViewRecordIO.pico ContinuationRecordBuilder.pico CVSymbolVisitor.pico CVTypeVisitor.pico DebugChecksumsSubsection.pico DebugCrossExSubsection.pico DebugCrossImpSubsection.pico DebugFrameDataSubsection.pico DebugInlineeLinesSubsection.pico DebugLinesSubsection.pico DebugStringTableSubsection.pico DebugSubsection.pico DebugSubsectionRecord.pico DebugSubsectionVisitor.pico DebugSymbolsSubsection.pico EnumTables.pico Formatters.pico GlobalTypeTableBuilder.pico LazyRandomTypeCollection.pico Line.pico MergingTypeTableBuilder.pico RecordName.pico RecordSerialization.pico SimpleTypeSerializer.pico StringsAndChecksums.pico SymbolDumper.pico SymbolRecordHelpers.pico SymbolRecordMapping.pico SymbolSerializer.pico TypeDumpVisitor.pico TypeHashing.pico TypeIndex.pico TypeIndexDiscovery.pico TypeRecordHelpers.pico TypeRecordMapping.pico TypeStreamMerger.pico TypeTableCollection.pico AppendingTypeTableBuilder.pico.tmp CodeViewError.pico.tmp CodeViewRecordIO.pico.tmp ContinuationRecordBuilder.pico.tmp CVSymbolVisitor.pico.tmp CVTypeVisitor.pico.tmp DebugChecksumsSubsection.pico.tmp DebugCrossExSubsection.pico.tmp DebugCrossImpSubsection.pico.tmp DebugFrameDataSubsection.pico.tmp DebugInlineeLinesSubsection.pico.tmp DebugLinesSubsection.pico.tmp DebugStringTableSubsection.pico.tmp DebugSubsection.pico.tmp DebugSubsectionRecord.pico.tmp DebugSubsectionVisitor.pico.tmp DebugSymbolsSubsection.pico.tmp EnumTables.pico.tmp Formatters.pico.tmp GlobalTypeTableBuilder.pico.tmp LazyRandomTypeCollection.pico.tmp Line.pico.tmp MergingTypeTableBuilder.pico.tmp RecordName.pico.tmp RecordSerialization.pico.tmp SimpleTypeSerializer.pico.tmp StringsAndChecksums.pico.tmp SymbolDumper.pico.tmp SymbolRecordHelpers.pico.tmp SymbolRecordMapping.pico.tmp SymbolSerializer.pico.tmp TypeDumpVisitor.pico.tmp TypeHashing.pico.tmp TypeIndex.pico.tmp TypeIndexDiscovery.pico.tmp TypeRecordHelpers.pico.tmp TypeRecordMapping.pico.tmp TypeStreamMerger.pico.tmp TypeTableCollection.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f llib-lLLVMDebugInfoCodeView.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f llib-lLLVMDebugInfoCodeView.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f libdtrace.a dt_aggregate.o dt_as.o dt_buf.o dt_cc.o dt_cg.o dt_consume.o dt_decl.o dt_dis.o dt_dof.o dt_error.o dt_errtags.o dt_grammar.o dt_handle.o dt_ident.o dt_inttab.o dt_isadep.o dt_lex.o dt_link.o dt_list.o dt_map.o dt_module.o dt_names.o dt_open.o dt_options.o dt_parser.o dt_pcb.o dt_pid.o dt_pq.o dt_pragma.o dt_print.o dt_printf.o dt_proc.o dt_program.o dt_provider.o dt_regset.o dt_string.o dt_strtab.o dt_subr.o dt_sugar.o dt_work.o dt_xlator.o gmatch.o dis_tables.o dt_aggregate.o.tmp dt_as.o.tmp dt_buf.o.tmp dt_cc.o.tmp dt_cg.o.tmp dt_consume.o.tmp dt_decl.o.tmp dt_dis.o.tmp dt_dof.o.tmp dt_error.o.tmp dt_errtags.o.tmp dt_grammar.o.tmp dt_handle.o.tmp dt_ident.o.tmp dt_inttab.o.tmp dt_isadep.o.tmp dt_lex.o.tmp dt_link.o.tmp dt_list.o.tmp dt_map.o.tmp dt_module.o.tmp dt_names.o.tmp dt_open.o.tmp dt_options.o.tmp dt_parser.o.tmp dt_pcb.o.tmp dt_pid.o.tmp dt_pq.o.tmp dt_pragma.o.tmp dt_print.o.tmp dt_printf.o.tmp dt_proc.o.tmp dt_program.o.tmp dt_provider.o.tmp dt_regset.o.tmp dt_string.o.tmp dt_strtab.o.tmp dt_subr.o.tmp dt_sugar.o.tmp dt_work.o.tmp dt_xlator.o.tmp gmatch.o.tmp dis_tables.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f libLLVMDebugInfoCodeView.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f libdtrace.a dt_aggregate.o dt_as.o dt_buf.o dt_cc.o dt_cg.o dt_consume.o dt_decl.o dt_dis.o dt_dof.o dt_error.o dt_errtags.o dt_grammar.o dt_handle.o dt_ident.o dt_inttab.o dt_isadep.o dt_lex.o dt_link.o dt_list.o dt_map.o dt_module.o dt_names.o dt_open.o dt_options.o dt_parser.o dt_pcb.o dt_pid.o dt_pq.o dt_pragma.o dt_print.o dt_printf.o dt_proc.o dt_program.o dt_provider.o dt_regset.o dt_string.o dt_strtab.o dt_subr.o dt_sugar.o dt_work.o dt_xlator.o gmatch.o dis_tables.o dt_aggregate.o.tmp dt_as.o.tmp dt_buf.o.tmp dt_cc.o.tmp dt_cg.o.tmp dt_consume.o.tmp dt_decl.o.tmp dt_dis.o.tmp dt_dof.o.tmp dt_error.o.tmp dt_errtags.o.tmp dt_grammar.o.tmp dt_handle.o.tmp dt_ident.o.tmp dt_inttab.o.tmp dt_isadep.o.tmp dt_lex.o.tmp dt_link.o.tmp dt_list.o.tmp dt_map.o.tmp dt_module.o.tmp dt_names.o.tmp dt_open.o.tmp dt_options.o.tmp dt_parser.o.tmp dt_pcb.o.tmp dt_pid.o.tmp dt_pq.o.tmp dt_pragma.o.tmp dt_print.o.tmp dt_printf.o.tmp dt_proc.o.tmp dt_program.o.tmp dt_provider.o.tmp dt_regset.o.tmp dt_string.o.tmp dt_strtab.o.tmp dt_subr.o.tmp dt_sugar.o.tmp dt_work.o.tmp dt_xlator.o.tmp gmatch.o.tmp dis_tables.o.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f .depend AppendingTypeTableBuilder.d CVSymbolVisitor.d CVTypeVisitor.d CodeViewError.d CodeViewRecordIO.d ContinuationRecordBuilder.d DebugChecksumsSubsection.d DebugCrossExSubsection.d DebugCrossImpSubsection.d DebugFrameDataSubsection.d DebugInlineeLinesSubsection.d DebugLinesSubsection.d DebugStringTableSubsection.d DebugSubsection.d DebugSubsectionRecord.d DebugSubsectionVisitor.d DebugSymbolsSubsection.d EnumTables.d Formatters.d GlobalTypeTableBuilder.d LazyRandomTypeCollection.d Line.d MergingTypeTableBuilder.d RecordName.d RecordSerialization.d SimpleTypeSerializer.d StringsAndChecksums.d SymbolDumper.d SymbolRecordHelpers.d SymbolRecordMapping.d SymbolSerializer.d TypeDumpVisitor.d TypeHashing.d TypeIndex.d TypeIndexDiscovery.d TypeRecordHelpers.d TypeRecordMapping.d TypeStreamMerger.d TypeTableCollection.d AppendingTypeTableBuilder.d.tmp CVSymbolVisitor.d.tmp CVTypeVisitor.d.tmp CodeViewError.d.tmp CodeViewRecordIO.d.tmp ContinuationRecordBuilder.d.tmp DebugChecksumsSubsection.d.tmp DebugCrossExSubsection.d.tmp DebugCrossImpSubsection.d.tmp DebugFrameDataSubsection.d.tmp DebugInlineeLinesSubsection.d.tmp DebugLinesSubsection.d.tmp DebugStringTableSubsection.d.tmp DebugSubsection.d.tmp DebugSubsectionRecord.d.tmp DebugSubsectionVisitor.d.tmp DebugSymbolsSubsection.d.tmp EnumTables.d.tmp Formatters.d.tmp GlobalTypeTableBuilder.d.tmp LazyRandomTypeCollection.d.tmp Line.d.tmp MergingTypeTableBuilder.d.tmp RecordName.d.tmp RecordSerialization.d.tmp SimpleTypeSerializer.d.tmp StringsAndChecksums.d.tmp SymbolDumper.d.tmp SymbolRecordHelpers.d.tmp SymbolRecordMapping.d.tmp SymbolSerializer.d.tmp TypeDumpVisitor.d.tmp TypeHashing.d.tmp TypeIndex.d.tmp TypeIndexDiscovery.d.tmp TypeRecordHelpers.d.tmp TypeRecordMapping.d.tmp TypeStreamMerger.d.tmp TypeTableCollection.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_p.a dt_aggregate.po dt_as.po dt_buf.po dt_cc.po dt_cg.po dt_consume.po dt_decl.po dt_dis.po dt_dof.po dt_error.po dt_errtags.po dt_grammar.po dt_handle.po dt_ident.po dt_inttab.po dt_isadep.po dt_lex.po dt_link.po dt_list.po dt_map.po dt_module.po dt_names.po dt_open.po dt_options.po dt_parser.po dt_pcb.po dt_pid.po dt_pq.po dt_pragma.po dt_print.po dt_printf.po dt_proc.po dt_program.po dt_provider.po dt_regset.po dt_string.po dt_strtab.po dt_subr.po dt_sugar.po dt_work.po dt_xlator.po gmatch.po dis_tables.po dt_aggregate.po.tmp dt_as.po.tmp dt_buf.po.tmp dt_cc.po.tmp dt_cg.po.tmp dt_consume.po.tmp dt_decl.po.tmp dt_dis.po.tmp dt_dof.po.tmp dt_error.po.tmp dt_errtags.po.tmp dt_grammar.po.tmp dt_handle.po.tmp dt_ident.po.tmp dt_inttab.po.tmp dt_isadep.po.tmp dt_lex.po.tmp dt_link.po.tmp dt_list.po.tmp dt_map.po.tmp dt_module.po.tmp dt_names.po.tmp dt_open.po.tmp dt_options.po.tmp dt_parser.po.tmp dt_pcb.po.tmp dt_pid.po.tmp dt_pq.po.tmp dt_pragma.po.tmp dt_print.po.tmp dt_printf.po.tmp dt_proc.po.tmp dt_program.po.tmp dt_provider.po.tmp dt_regset.po.tmp dt_string.po.tmp dt_strtab.po.tmp dt_subr.po.tmp dt_sugar.po.tmp dt_work.po.tmp dt_xlator.po.tmp gmatch.po.tmp dis_tables.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoCodeView && rm -f .depend AppendingTypeTableBuilder.d CVSymbolVisitor.d CVTypeVisitor.d CodeViewError.d CodeViewRecordIO.d ContinuationRecordBuilder.d DebugChecksumsSubsection.d DebugCrossExSubsection.d DebugCrossImpSubsection.d DebugFrameDataSubsection.d DebugInlineeLinesSubsection.d DebugLinesSubsection.d DebugStringTableSubsection.d DebugSubsection.d DebugSubsectionRecord.d DebugSubsectionVisitor.d DebugSymbolsSubsection.d EnumTables.d Formatters.d GlobalTypeTableBuilder.d LazyRandomTypeCollection.d Line.d MergingTypeTableBuilder.d RecordName.d RecordSerialization.d SimpleTypeSerializer.d StringsAndChecksums.d SymbolDumper.d SymbolRecordHelpers.d SymbolRecordMapping.d SymbolSerializer.d TypeDumpVisitor.d TypeHashing.d TypeIndex.d TypeIndexDiscovery.d TypeRecordHelpers.d TypeRecordMapping.d TypeStreamMerger.d TypeTableCollection.d AppendingTypeTableBuilder.d.tmp CVSymbolVisitor.d.tmp CVTypeVisitor.d.tmp CodeViewError.d.tmp CodeViewRecordIO.d.tmp ContinuationRecordBuilder.d.tmp DebugChecksumsSubsection.d.tmp DebugCrossExSubsection.d.tmp DebugCrossImpSubsection.d.tmp DebugFrameDataSubsection.d.tmp DebugInlineeLinesSubsection.d.tmp DebugLinesSubsection.d.tmp DebugStringTableSubsection.d.tmp DebugSubsection.d.tmp DebugSubsectionRecord.d.tmp DebugSubsectionVisitor.d.tmp DebugSymbolsSubsection.d.tmp EnumTables.d.tmp Formatters.d.tmp GlobalTypeTableBuilder.d.tmp LazyRandomTypeCollection.d.tmp Line.d.tmp MergingTypeTableBuilder.d.tmp RecordName.d.tmp RecordSerialization.d.tmp SimpleTypeSerializer.d.tmp StringsAndChecksums.d.tmp SymbolDumper.d.tmp SymbolRecordHelpers.d.tmp SymbolRecordMapping.d.tmp SymbolSerializer.d.tmp TypeDumpVisitor.d.tmp TypeHashing.d.tmp TypeIndex.d.tmp TypeIndexDiscovery.d.tmp TypeRecordHelpers.d.tmp TypeRecordMapping.d.tmp TypeStreamMerger.d.tmp TypeTableCollection.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_p.a dt_aggregate.po dt_as.po dt_buf.po dt_cc.po dt_cg.po dt_consume.po dt_decl.po dt_dis.po dt_dof.po dt_error.po dt_errtags.po dt_grammar.po dt_handle.po dt_ident.po dt_inttab.po dt_isadep.po dt_lex.po dt_link.po dt_list.po dt_map.po dt_module.po dt_names.po dt_open.po dt_options.po dt_parser.po dt_pcb.po dt_pid.po dt_pq.po dt_pragma.po dt_print.po dt_printf.po dt_proc.po dt_program.po dt_provider.po dt_regset.po dt_string.po dt_strtab.po dt_subr.po dt_sugar.po dt_work.po dt_xlator.po gmatch.po dis_tables.po dt_aggregate.po.tmp dt_as.po.tmp dt_buf.po.tmp dt_cc.po.tmp dt_cg.po.tmp dt_consume.po.tmp dt_decl.po.tmp dt_dis.po.tmp dt_dof.po.tmp dt_error.po.tmp dt_errtags.po.tmp dt_grammar.po.tmp dt_handle.po.tmp dt_ident.po.tmp dt_inttab.po.tmp dt_isadep.po.tmp dt_lex.po.tmp dt_link.po.tmp dt_list.po.tmp dt_map.po.tmp dt_module.po.tmp dt_names.po.tmp dt_open.po.tmp dt_options.po.tmp dt_parser.po.tmp dt_pcb.po.tmp dt_pid.po.tmp dt_pq.po.tmp dt_pragma.po.tmp dt_print.po.tmp dt_printf.po.tmp dt_proc.po.tmp dt_program.po.tmp dt_provider.po.tmp dt_regset.po.tmp dt_string.po.tmp dt_strtab.po.tmp dt_subr.po.tmp dt_sugar.po.tmp dt_work.po.tmp dt_xlator.po.tmp gmatch.po.tmp dis_tables.po.tmp || true) --- libclean3 --- --- cleandir-lib --- --- cleandir-libLLVMDebugInfoDWARF --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_g.a || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMDebugInfoDWARF --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_pic.a libdtrace.so.* libdtrace.so dt_aggregate.pico dt_as.pico dt_buf.pico dt_cc.pico dt_cg.pico dt_consume.pico dt_decl.pico dt_dis.pico dt_dof.pico dt_error.pico dt_errtags.pico dt_grammar.pico dt_handle.pico dt_ident.pico dt_inttab.pico dt_isadep.pico dt_lex.pico dt_link.pico dt_list.pico dt_map.pico dt_module.pico dt_names.pico dt_open.pico dt_options.pico dt_parser.pico dt_pcb.pico dt_pid.pico dt_pq.pico dt_pragma.pico dt_print.pico dt_printf.pico dt_proc.pico dt_program.pico dt_provider.pico dt_regset.pico dt_string.pico dt_strtab.pico dt_subr.pico dt_sugar.pico dt_work.pico dt_xlator.pico gmatch.pico dis_tables.pico dt_aggregate.pico.tmp dt_as.pico.tmp dt_buf.pico.tmp dt_cc.pico.tmp dt_cg.pico.tmp dt_consume.pico.tmp dt_decl.pico.tmp dt_dis.pico.tmp dt_dof.pico.tmp dt_error.pico.tmp dt_errtags.pico.tmp dt_grammar.pico.tmp dt_handle.pico.tmp dt_ident.pico.tmp dt_inttab.pico.tmp dt_isadep.pico.tmp dt_lex.pico.tmp dt_link.pico.tmp dt_list.pico.tmp dt_map.pico.tmp dt_module.pico.tmp dt_names.pico.tmp dt_open.pico.tmp dt_options.pico.tmp dt_parser.pico.tmp dt_pcb.pico.tmp dt_pid.pico.tmp dt_pq.pico.tmp dt_pragma.pico.tmp dt_print.pico.tmp dt_printf.pico.tmp dt_proc.pico.tmp dt_program.pico.tmp dt_provider.pico.tmp dt_regset.pico.tmp dt_string.pico.tmp dt_strtab.pico.tmp dt_subr.pico.tmp dt_sugar.pico.tmp dt_work.pico.tmp dt_xlator.pico.tmp gmatch.pico.tmp dis_tables.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_pic.a libdtrace.so.* libdtrace.so dt_aggregate.pico dt_as.pico dt_buf.pico dt_cc.pico dt_cg.pico dt_consume.pico dt_decl.pico dt_dis.pico dt_dof.pico dt_error.pico dt_errtags.pico dt_grammar.pico dt_handle.pico dt_ident.pico dt_inttab.pico dt_isadep.pico dt_lex.pico dt_link.pico dt_list.pico dt_map.pico dt_module.pico dt_names.pico dt_open.pico dt_options.pico dt_parser.pico dt_pcb.pico dt_pid.pico dt_pq.pico dt_pragma.pico dt_print.pico dt_printf.pico dt_proc.pico dt_program.pico dt_provider.pico dt_regset.pico dt_string.pico dt_strtab.pico dt_subr.pico dt_sugar.pico dt_work.pico dt_xlator.pico gmatch.pico dis_tables.pico dt_aggregate.pico.tmp dt_as.pico.tmp dt_buf.pico.tmp dt_cc.pico.tmp dt_cg.pico.tmp dt_consume.pico.tmp dt_decl.pico.tmp dt_dis.pico.tmp dt_dof.pico.tmp dt_error.pico.tmp dt_errtags.pico.tmp dt_grammar.pico.tmp dt_handle.pico.tmp dt_ident.pico.tmp dt_inttab.pico.tmp dt_isadep.pico.tmp dt_lex.pico.tmp dt_link.pico.tmp dt_list.pico.tmp dt_map.pico.tmp dt_module.pico.tmp dt_names.pico.tmp dt_open.pico.tmp dt_options.pico.tmp dt_parser.pico.tmp dt_pcb.pico.tmp dt_pid.pico.tmp dt_pq.pico.tmp dt_pragma.pico.tmp dt_print.pico.tmp dt_printf.pico.tmp dt_proc.pico.tmp dt_program.pico.tmp dt_provider.pico.tmp dt_regset.pico.tmp dt_string.pico.tmp dt_strtab.pico.tmp dt_subr.pico.tmp dt_sugar.pico.tmp dt_work.pico.tmp dt_xlator.pico.tmp gmatch.pico.tmp dis_tables.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF.a DWARFAbbreviationDeclaration.o DWARFAcceleratorTable.o DWARFAddressRange.o DWARFCompileUnit.o DWARFContext.o DWARFDataExtractor.o DWARFDebugAbbrev.o DWARFDebugAddr.o DWARFDebugAranges.o DWARFDebugArangeSet.o DWARFDebugFrame.o DWARFDebugInfoEntry.o DWARFDebugLine.o DWARFDebugLoc.o DWARFDebugMacro.o DWARFDebugPubTable.o DWARFDebugRangeList.o DWARFDebugRnglists.o DWARFDie.o DWARFExpression.o DWARFFormValue.o DWARFGdbIndex.o DWARFListTable.o DWARFLocationExpression.o DWARFTypeUnit.o DWARFUnit.o DWARFUnitIndex.o DWARFVerifier.o DWARFAbbreviationDeclaration.o.tmp DWARFAcceleratorTable.o.tmp DWARFAddressRange.o.tmp DWARFCompileUnit.o.tmp DWARFContext.o.tmp DWARFDataExtractor.o.tmp DWARFDebugAbbrev.o.tmp DWARFDebugAddr.o.tmp DWARFDebugAranges.o.tmp DWARFDebugArangeSet.o.tmp DWARFDebugFrame.o.tmp DWARFDebugInfoEntry.o.tmp DWARFDebugLine.o.tmp DWARFDebugLoc.o.tmp DWARFDebugMacro.o.tmp DWARFDebugPubTable.o.tmp DWARFDebugRangeList.o.tmp DWARFDebugRnglists.o.tmp DWARFDie.o.tmp DWARFExpression.o.tmp DWARFFormValue.o.tmp DWARFGdbIndex.o.tmp DWARFListTable.o.tmp DWARFLocationExpression.o.tmp DWARFTypeUnit.o.tmp DWARFUnit.o.tmp DWARFUnitIndex.o.tmp DWARFVerifier.o.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF.a DWARFAbbreviationDeclaration.o DWARFAcceleratorTable.o DWARFAddressRange.o DWARFCompileUnit.o DWARFContext.o DWARFDataExtractor.o DWARFDebugAbbrev.o DWARFDebugAddr.o DWARFDebugAranges.o DWARFDebugArangeSet.o DWARFDebugFrame.o DWARFDebugInfoEntry.o DWARFDebugLine.o DWARFDebugLoc.o DWARFDebugMacro.o DWARFDebugPubTable.o DWARFDebugRangeList.o DWARFDebugRnglists.o DWARFDie.o DWARFExpression.o DWARFFormValue.o DWARFGdbIndex.o DWARFListTable.o DWARFLocationExpression.o DWARFTypeUnit.o DWARFUnit.o DWARFUnitIndex.o DWARFVerifier.o DWARFAbbreviationDeclaration.o.tmp DWARFAcceleratorTable.o.tmp DWARFAddressRange.o.tmp DWARFCompileUnit.o.tmp DWARFContext.o.tmp DWARFDataExtractor.o.tmp DWARFDebugAbbrev.o.tmp DWARFDebugAddr.o.tmp DWARFDebugAranges.o.tmp DWARFDebugArangeSet.o.tmp DWARFDebugFrame.o.tmp DWARFDebugInfoEntry.o.tmp DWARFDebugLine.o.tmp DWARFDebugLoc.o.tmp DWARFDebugMacro.o.tmp DWARFDebugPubTable.o.tmp DWARFDebugRangeList.o.tmp DWARFDebugRnglists.o.tmp DWARFDie.o.tmp DWARFExpression.o.tmp DWARFFormValue.o.tmp DWARFGdbIndex.o.tmp DWARFListTable.o.tmp DWARFLocationExpression.o.tmp DWARFTypeUnit.o.tmp DWARFUnit.o.tmp DWARFUnitIndex.o.tmp DWARFVerifier.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f llib-ldtrace.ln dt_aggregate.ln dt_as.ln dt_buf.ln dt_cc.ln dt_cg.ln dt_consume.ln dt_decl.ln dt_dis.ln dt_dof.ln dt_error.ln dt_errtags.ln dt_handle.ln dt_ident.ln dt_inttab.ln dt_isadep.ln dt_link.ln dt_list.ln dt_map.ln dt_module.ln dt_names.ln dt_open.ln dt_options.ln dt_parser.ln dt_pcb.ln dt_pid.ln dt_pq.ln dt_pragma.ln dt_print.ln dt_printf.ln dt_proc.ln dt_program.ln dt_provider.ln dt_regset.ln dt_string.ln dt_strtab.ln dt_subr.ln dt_sugar.ln dt_work.ln dt_xlator.ln gmatch.ln dis_tables.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f llib-ldtrace.ln dt_aggregate.ln dt_as.ln dt_buf.ln dt_cc.ln dt_cg.ln dt_consume.ln dt_decl.ln dt_dis.ln dt_dof.ln dt_error.ln dt_errtags.ln dt_handle.ln dt_ident.ln dt_inttab.ln dt_isadep.ln dt_link.ln dt_list.ln dt_map.ln dt_module.ln dt_names.ln dt_open.ln dt_options.ln dt_parser.ln dt_pcb.ln dt_pid.ln dt_pq.ln dt_pragma.ln dt_print.ln dt_printf.ln dt_proc.ln dt_program.ln dt_provider.ln dt_regset.ln dt_string.ln dt_strtab.ln dt_subr.ln dt_sugar.ln dt_work.ln dt_xlator.ln gmatch.ln dis_tables.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f dt_errtags.c dt_names.c dt_grammar.h libdtrace.so.3.map dt_grammar.c dt_lex.c a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f dt_errtags.c dt_names.c dt_grammar.h libdtrace.so.3.map dt_grammar.c dt_lex.c a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f .depend dis_tables.d dt_aggregate.d dt_as.d dt_buf.d dt_cc.d dt_cg.d dt_consume.d dt_decl.d dt_dis.d dt_dof.d dt_error.d dt_errtags.d dt_grammar.d dt_handle.d dt_ident.d dt_inttab.d dt_isadep.d dt_lex.d dt_link.d dt_list.d dt_map.d dt_module.d dt_names.d dt_open.d dt_options.d dt_parser.d dt_pcb.d dt_pid.d dt_pq.d dt_pragma.d dt_print.d dt_printf.d dt_proc.d dt_program.d dt_provider.d dt_regset.d dt_string.d dt_strtab.d dt_subr.d dt_sugar.d dt_work.d dt_xlator.d gmatch.d dis_tables.d.tmp dt_aggregate.d.tmp dt_as.d.tmp dt_buf.d.tmp dt_cc.d.tmp dt_cg.d.tmp dt_consume.d.tmp dt_decl.d.tmp dt_dis.d.tmp dt_dof.d.tmp dt_error.d.tmp dt_errtags.d.tmp dt_grammar.d.tmp dt_handle.d.tmp dt_ident.d.tmp dt_inttab.d.tmp dt_isadep.d.tmp dt_lex.d.tmp dt_link.d.tmp dt_list.d.tmp dt_map.d.tmp dt_module.d.tmp dt_names.d.tmp dt_open.d.tmp dt_options.d.tmp dt_parser.d.tmp dt_pcb.d.tmp dt_pid.d.tmp dt_pq.d.tmp dt_pragma.d.tmp dt_print.d.tmp dt_printf.d.tmp dt_proc.d.tmp dt_program.d.tmp dt_provider.d.tmp dt_regset.d.tmp dt_string.d.tmp dt_strtab.d.tmp dt_subr.d.tmp dt_sugar.d.tmp dt_work.d.tmp dt_xlator.d.tmp gmatch.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f .depend dis_tables.d dt_aggregate.d dt_as.d dt_buf.d dt_cc.d dt_cg.d dt_consume.d dt_decl.d dt_dis.d dt_dof.d dt_error.d dt_errtags.d dt_grammar.d dt_handle.d dt_ident.d dt_inttab.d dt_isadep.d dt_lex.d dt_link.d dt_list.d dt_map.d dt_module.d dt_names.d dt_open.d dt_options.d dt_parser.d dt_pcb.d dt_pid.d dt_pq.d dt_pragma.d dt_print.d dt_printf.d dt_proc.d dt_program.d dt_provider.d dt_regset.d dt_string.d dt_strtab.d dt_subr.d dt_sugar.d dt_work.d dt_xlator.d gmatch.d dis_tables.d.tmp dt_aggregate.d.tmp dt_as.d.tmp dt_buf.d.tmp dt_cc.d.tmp dt_cg.d.tmp dt_consume.d.tmp dt_decl.d.tmp dt_dis.d.tmp dt_dof.d.tmp dt_error.d.tmp dt_errtags.d.tmp dt_grammar.d.tmp dt_handle.d.tmp dt_ident.d.tmp dt_inttab.d.tmp dt_isadep.d.tmp dt_lex.d.tmp dt_link.d.tmp dt_list.d.tmp dt_map.d.tmp dt_module.d.tmp dt_names.d.tmp dt_open.d.tmp dt_options.d.tmp dt_parser.d.tmp dt_pcb.d.tmp dt_pid.d.tmp dt_pq.d.tmp dt_pragma.d.tmp dt_print.d.tmp dt_printf.d.tmp dt_proc.d.tmp dt_program.d.tmp dt_provider.d.tmp dt_regset.d.tmp dt_string.d.tmp dt_strtab.d.tmp dt_subr.d.tmp dt_sugar.d.tmp dt_work.d.tmp dt_xlator.d.tmp gmatch.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_pic.a DWARFAbbreviationDeclaration.pico DWARFAcceleratorTable.pico DWARFAddressRange.pico DWARFCompileUnit.pico DWARFContext.pico DWARFDataExtractor.pico DWARFDebugAbbrev.pico DWARFDebugAddr.pico DWARFDebugAranges.pico DWARFDebugArangeSet.pico DWARFDebugFrame.pico DWARFDebugInfoEntry.pico DWARFDebugLine.pico DWARFDebugLoc.pico DWARFDebugMacro.pico DWARFDebugPubTable.pico DWARFDebugRangeList.pico DWARFDebugRnglists.pico DWARFDie.pico DWARFExpression.pico DWARFFormValue.pico DWARFGdbIndex.pico DWARFListTable.pico DWARFLocationExpression.pico DWARFTypeUnit.pico DWARFUnit.pico DWARFUnitIndex.pico DWARFVerifier.pico DWARFAbbreviationDeclaration.pico.tmp DWARFAcceleratorTable.pico.tmp DWARFAddressRange.pico.tmp DWARFCompileUnit.pico.tmp DWARFContext.pico.tmp DWARFDataExtractor.pico.tmp DWARFDebugAbbrev.pico.tmp DWARFDebugAddr.pico.tmp DWARFDebugAranges.pico.tmp DWARFDebugArangeSet.pico.tmp DWARFDebugFrame.pico.tmp DWARFDebugInfoEntry.pico.tmp DWARFDebugLine.pico.tmp DWARFDebugLoc.pico.tmp DWARFDebugMacro.pico.tmp DWARFDebugPubTable.pico.tmp DWARFDebugRangeList.pico.tmp DWARFDebugRnglists.pico.tmp DWARFDie.pico.tmp DWARFExpression.pico.tmp DWARFFormValue.pico.tmp DWARFGdbIndex.pico.tmp DWARFListTable.pico.tmp DWARFLocationExpression.pico.tmp DWARFTypeUnit.pico.tmp DWARFUnit.pico.tmp DWARFUnitIndex.pico.tmp DWARFVerifier.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF_pic.a DWARFAbbreviationDeclaration.pico DWARFAcceleratorTable.pico DWARFAddressRange.pico DWARFCompileUnit.pico DWARFContext.pico DWARFDataExtractor.pico DWARFDebugAbbrev.pico DWARFDebugAddr.pico DWARFDebugAranges.pico DWARFDebugArangeSet.pico DWARFDebugFrame.pico DWARFDebugInfoEntry.pico DWARFDebugLine.pico DWARFDebugLoc.pico DWARFDebugMacro.pico DWARFDebugPubTable.pico DWARFDebugRangeList.pico DWARFDebugRnglists.pico DWARFDie.pico DWARFExpression.pico DWARFFormValue.pico DWARFGdbIndex.pico DWARFListTable.pico DWARFLocationExpression.pico DWARFTypeUnit.pico DWARFUnit.pico DWARFUnitIndex.pico DWARFVerifier.pico DWARFAbbreviationDeclaration.pico.tmp DWARFAcceleratorTable.pico.tmp DWARFAddressRange.pico.tmp DWARFCompileUnit.pico.tmp DWARFContext.pico.tmp DWARFDataExtractor.pico.tmp DWARFDebugAbbrev.pico.tmp DWARFDebugAddr.pico.tmp DWARFDebugAranges.pico.tmp DWARFDebugArangeSet.pico.tmp DWARFDebugFrame.pico.tmp DWARFDebugInfoEntry.pico.tmp DWARFDebugLine.pico.tmp DWARFDebugLoc.pico.tmp DWARFDebugMacro.pico.tmp DWARFDebugPubTable.pico.tmp DWARFDebugRangeList.pico.tmp DWARFDebugRnglists.pico.tmp DWARFDie.pico.tmp DWARFExpression.pico.tmp DWARFFormValue.pico.tmp DWARFGdbIndex.pico.tmp DWARFListTable.pico.tmp DWARFLocationExpression.pico.tmp DWARFTypeUnit.pico.tmp DWARFUnit.pico.tmp DWARFUnitIndex.pico.tmp DWARFVerifier.pico.tmp || true) --- cleandir-external --- --- cleandir-drti --- cleandir ===> external/cddl/osnet/lib/drti --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f llib-lLLVMDebugInfoDWARF.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f llib-lLLVMDebugInfoDWARF.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/drti && rm -f drti.o a.out [Ee]rrs mklog core *.core .gdbinit drti.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/drti && rm -f drti.o a.out [Ee]rrs mklog core *.core .gdbinit drti.o || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f libLLVMDebugInfoDWARF.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/drti && rm -f .depend drti.d drti.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/drti && rm -f .depend drti.d drti.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f .depend DWARFAbbreviationDeclaration.d DWARFAcceleratorTable.d DWARFAddressRange.d DWARFCompileUnit.d DWARFContext.d DWARFDataExtractor.d DWARFDebugAbbrev.d DWARFDebugAddr.d DWARFDebugArangeSet.d DWARFDebugAranges.d DWARFDebugFrame.d DWARFDebugInfoEntry.d DWARFDebugLine.d DWARFDebugLoc.d DWARFDebugMacro.d DWARFDebugPubTable.d DWARFDebugRangeList.d DWARFDebugRnglists.d DWARFDie.d DWARFExpression.d DWARFFormValue.d DWARFGdbIndex.d DWARFListTable.d DWARFLocationExpression.d DWARFTypeUnit.d DWARFUnit.d DWARFUnitIndex.d DWARFVerifier.d DWARFAbbreviationDeclaration.d.tmp DWARFAcceleratorTable.d.tmp DWARFAddressRange.d.tmp DWARFCompileUnit.d.tmp DWARFContext.d.tmp DWARFDataExtractor.d.tmp DWARFDebugAbbrev.d.tmp DWARFDebugAddr.d.tmp DWARFDebugArangeSet.d.tmp DWARFDebugAranges.d.tmp DWARFDebugFrame.d.tmp DWARFDebugInfoEntry.d.tmp DWARFDebugLine.d.tmp DWARFDebugLoc.d.tmp DWARFDebugMacro.d.tmp DWARFDebugPubTable.d.tmp DWARFDebugRangeList.d.tmp DWARFDebugRnglists.d.tmp DWARFDie.d.tmp DWARFExpression.d.tmp DWARFFormValue.d.tmp DWARFGdbIndex.d.tmp DWARFListTable.d.tmp DWARFLocationExpression.d.tmp DWARFTypeUnit.d.tmp DWARFUnit.d.tmp DWARFUnitIndex.d.tmp DWARFVerifier.d.tmp tags || true) --- cleandir-external --- --- cleandir-libctf --- cleandir ===> external/cddl/osnet/lib/libctf --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMDebugInfoDWARF && rm -f .depend DWARFAbbreviationDeclaration.d DWARFAcceleratorTable.d DWARFAddressRange.d DWARFCompileUnit.d DWARFContext.d DWARFDataExtractor.d DWARFDebugAbbrev.d DWARFDebugAddr.d DWARFDebugArangeSet.d DWARFDebugAranges.d DWARFDebugFrame.d DWARFDebugInfoEntry.d DWARFDebugLine.d DWARFDebugLoc.d DWARFDebugMacro.d DWARFDebugPubTable.d DWARFDebugRangeList.d DWARFDebugRnglists.d DWARFDie.d DWARFExpression.d DWARFFormValue.d DWARFGdbIndex.d DWARFListTable.d DWARFLocationExpression.d DWARFTypeUnit.d DWARFUnit.d DWARFUnitIndex.d DWARFVerifier.d DWARFAbbreviationDeclaration.d.tmp DWARFAcceleratorTable.d.tmp DWARFAddressRange.d.tmp DWARFCompileUnit.d.tmp DWARFContext.d.tmp DWARFDataExtractor.d.tmp DWARFDebugAbbrev.d.tmp DWARFDebugAddr.d.tmp DWARFDebugArangeSet.d.tmp DWARFDebugAranges.d.tmp DWARFDebugFrame.d.tmp DWARFDebugInfoEntry.d.tmp DWARFDebugLine.d.tmp DWARFDebugLoc.d.tmp DWARFDebugMacro.d.tmp DWARFDebugPubTable.d.tmp DWARFDebugRangeList.d.tmp DWARFDebugRnglists.d.tmp DWARFDie.d.tmp DWARFExpression.d.tmp DWARFFormValue.d.tmp DWARFGdbIndex.d.tmp DWARFListTable.d.tmp DWARFLocationExpression.d.tmp DWARFTypeUnit.d.tmp DWARFUnit.d.tmp DWARFUnitIndex.d.tmp DWARFVerifier.d.tmp tags || true) --- cleandir-libLLVMExecutionEngine --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMExecutionEngine --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f libctf.a ctf_create.o ctf_decl.o ctf_error.o ctf_hash.o ctf_labels.o ctf_lib.o ctf_lookup.o ctf_open.o ctf_subr.o ctf_types.o ctf_util.o ctf_create.o.tmp ctf_decl.o.tmp ctf_error.o.tmp ctf_hash.o.tmp ctf_labels.o.tmp ctf_lib.o.tmp ctf_lookup.o.tmp ctf_open.o.tmp ctf_subr.o.tmp ctf_types.o.tmp ctf_util.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f libctf.a ctf_create.o ctf_decl.o ctf_error.o ctf_hash.o ctf_labels.o ctf_lib.o ctf_lookup.o ctf_open.o ctf_subr.o ctf_types.o ctf_util.o ctf_create.o.tmp ctf_decl.o.tmp ctf_error.o.tmp ctf_hash.o.tmp ctf_labels.o.tmp ctf_lib.o.tmp ctf_lookup.o.tmp ctf_open.o.tmp ctf_subr.o.tmp ctf_types.o.tmp ctf_util.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine.a GDBRegistrationListener.o ExecutionEngine.o ExecutionEngineBindings.o SectionMemoryManager.o TargetSelect.o GDBRegistrationListener.o.tmp ExecutionEngine.o.tmp ExecutionEngineBindings.o.tmp SectionMemoryManager.o.tmp TargetSelect.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine.a GDBRegistrationListener.o ExecutionEngine.o ExecutionEngineBindings.o SectionMemoryManager.o TargetSelect.o GDBRegistrationListener.o.tmp ExecutionEngine.o.tmp ExecutionEngineBindings.o.tmp SectionMemoryManager.o.tmp TargetSelect.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f libctf_p.a ctf_create.po ctf_decl.po ctf_error.po ctf_hash.po ctf_labels.po ctf_lib.po ctf_lookup.po ctf_open.po ctf_subr.po ctf_types.po ctf_util.po ctf_create.po.tmp ctf_decl.po.tmp ctf_error.po.tmp ctf_hash.po.tmp ctf_labels.po.tmp ctf_lib.po.tmp ctf_lookup.po.tmp ctf_open.po.tmp ctf_subr.po.tmp ctf_types.po.tmp ctf_util.po.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f libctf_p.a ctf_create.po ctf_decl.po ctf_error.po ctf_hash.po ctf_labels.po ctf_lib.po ctf_lookup.po ctf_open.po ctf_subr.po ctf_types.po ctf_util.po ctf_create.po.tmp ctf_decl.po.tmp ctf_error.po.tmp ctf_hash.po.tmp ctf_labels.po.tmp ctf_lib.po.tmp ctf_lookup.po.tmp ctf_open.po.tmp ctf_subr.po.tmp ctf_types.po.tmp ctf_util.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_p.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f libctf_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f libctf_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f libctf_pic.a libctf.so.* libctf.so ctf_create.pico ctf_decl.pico ctf_error.pico ctf_hash.pico ctf_labels.pico ctf_lib.pico ctf_lookup.pico ctf_open.pico ctf_subr.pico ctf_types.pico ctf_util.pico ctf_create.pico.tmp ctf_decl.pico.tmp ctf_error.pico.tmp ctf_hash.pico.tmp ctf_labels.pico.tmp ctf_lib.pico.tmp ctf_lookup.pico.tmp ctf_open.pico.tmp ctf_subr.pico.tmp ctf_types.pico.tmp ctf_util.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f libctf_pic.a libctf.so.* libctf.so ctf_create.pico ctf_decl.pico ctf_error.pico ctf_hash.pico ctf_labels.pico ctf_lib.pico ctf_lookup.pico ctf_open.pico ctf_subr.pico ctf_types.pico ctf_util.pico ctf_create.pico.tmp ctf_decl.pico.tmp ctf_error.pico.tmp ctf_hash.pico.tmp ctf_labels.pico.tmp ctf_lib.pico.tmp ctf_lookup.pico.tmp ctf_open.pico.tmp ctf_subr.pico.tmp ctf_types.pico.tmp ctf_util.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_pic.a GDBRegistrationListener.pico ExecutionEngine.pico ExecutionEngineBindings.pico SectionMemoryManager.pico TargetSelect.pico GDBRegistrationListener.pico.tmp ExecutionEngine.pico.tmp ExecutionEngineBindings.pico.tmp SectionMemoryManager.pico.tmp TargetSelect.pico.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine_pic.a GDBRegistrationListener.pico ExecutionEngine.pico ExecutionEngineBindings.pico SectionMemoryManager.pico TargetSelect.pico GDBRegistrationListener.pico.tmp ExecutionEngine.pico.tmp ExecutionEngineBindings.pico.tmp SectionMemoryManager.pico.tmp TargetSelect.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f llib-lctf.ln ctf_create.ln ctf_decl.ln ctf_error.ln ctf_hash.ln ctf_labels.ln ctf_lib.ln ctf_lookup.ln ctf_open.ln ctf_subr.ln ctf_types.ln ctf_util.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f llib-lctf.ln ctf_create.ln ctf_decl.ln ctf_error.ln ctf_hash.ln ctf_labels.ln ctf_lib.ln ctf_lookup.ln ctf_open.ln ctf_subr.ln ctf_types.ln ctf_util.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f llib-lLLVMExecutionEngine.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f llib-lLLVMExecutionEngine.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f libctf.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f libctf.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f libLLVMExecutionEngine.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libctf && rm -f ctf.html5 .depend ctf_create.d ctf_decl.d ctf_error.d ctf_hash.d ctf_labels.d ctf_lib.d ctf_lookup.d ctf_open.d ctf_subr.d ctf_types.d ctf_util.d ctf_create.d.tmp ctf_decl.d.tmp ctf_error.d.tmp ctf_hash.d.tmp ctf_labels.d.tmp ctf_lib.d.tmp ctf_lookup.d.tmp ctf_open.d.tmp ctf_subr.d.tmp ctf_types.d.tmp ctf_util.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libctf && rm -f ctf.html5 .depend ctf_create.d ctf_decl.d ctf_error.d ctf_hash.d ctf_labels.d ctf_lib.d ctf_lookup.d ctf_open.d ctf_subr.d ctf_types.d ctf_util.d ctf_create.d.tmp ctf_decl.d.tmp ctf_error.d.tmp ctf_hash.d.tmp ctf_labels.d.tmp ctf_lib.d.tmp ctf_lookup.d.tmp ctf_open.d.tmp ctf_subr.d.tmp ctf_types.d.tmp ctf_util.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f .depend ExecutionEngine.d ExecutionEngineBindings.d GDBRegistrationListener.d SectionMemoryManager.d TargetSelect.d ExecutionEngine.d.tmp ExecutionEngineBindings.d.tmp GDBRegistrationListener.d.tmp SectionMemoryManager.d.tmp TargetSelect.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngine && rm -f .depend ExecutionEngine.d ExecutionEngineBindings.d GDBRegistrationListener.d SectionMemoryManager.d TargetSelect.d ExecutionEngine.d.tmp ExecutionEngineBindings.d.tmp GDBRegistrationListener.d.tmp SectionMemoryManager.d.tmp TargetSelect.d.tmp tags || true) --- cleandir-external --- --- cleandir-libavl --- cleandir ===> external/cddl/osnet/lib/libavl --- cleandir-lib --- --- cleandir-libLLVMExecutionEngineOrcShared --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f libavl.a avl.o avl.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f libavl.a avl.o avl.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared.a OrcError.o RPCError.o TargetProcessControlTypes.o OrcError.o.tmp RPCError.o.tmp TargetProcessControlTypes.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared.a OrcError.o RPCError.o TargetProcessControlTypes.o OrcError.o.tmp RPCError.o.tmp TargetProcessControlTypes.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f libavl_p.a avl.po avl.po.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f libavl_p.a avl.po avl.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_p.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f libavl_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f libavl_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f libavl_pic.a libavl.so.* libavl.so avl.pico avl.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f libavl_pic.a libavl.so.* libavl.so avl.pico avl.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_pic.a OrcError.pico RPCError.pico TargetProcessControlTypes.pico OrcError.pico.tmp RPCError.pico.tmp TargetProcessControlTypes.pico.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared_pic.a OrcError.pico RPCError.pico TargetProcessControlTypes.pico OrcError.pico.tmp RPCError.pico.tmp TargetProcessControlTypes.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f llib-lavl.ln avl.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f llib-lavl.ln avl.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f llib-lLLVMExecutionEngineOrcShared.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f llib-lLLVMExecutionEngineOrcShared.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f libavl.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f libavl.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f libLLVMExecutionEngineOrcShared.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libavl && rm -f .depend avl.d avl.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libavl && rm -f .depend avl.d avl.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f .depend OrcError.d RPCError.d TargetProcessControlTypes.d OrcError.d.tmp RPCError.d.tmp TargetProcessControlTypes.d.tmp tags || true) --- cleandir-external --- --- cleandir-libnvpair --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcShared && rm -f .depend OrcError.d RPCError.d TargetProcessControlTypes.d OrcError.d.tmp RPCError.d.tmp TargetProcessControlTypes.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/cddl/osnet/lib/libnvpair --- cleandir-lib --- --- cleandir-libLLVMExecutionEngineOrcTargetProcess --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f libnvpair.a libnvpair.o nvpair_alloc_system.o nvpair_alloc_fixed.o nvpair.o fnvpair.o nvpair_json.o libnvpair.o.tmp nvpair_alloc_system.o.tmp nvpair_alloc_fixed.o.tmp nvpair.o.tmp fnvpair.o.tmp nvpair_json.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f libnvpair.a libnvpair.o nvpair_alloc_system.o nvpair_alloc_fixed.o nvpair.o fnvpair.o nvpair_json.o libnvpair.o.tmp nvpair_alloc_system.o.tmp nvpair_alloc_fixed.o.tmp nvpair.o.tmp fnvpair.o.tmp nvpair_json.o.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess.a JITLoaderGDB.o RegisterEHFrames.o TargetExecutionUtils.o JITLoaderGDB.o.tmp RegisterEHFrames.o.tmp TargetExecutionUtils.o.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_p.a libnvpair.po nvpair_alloc_system.po nvpair_alloc_fixed.po nvpair.po fnvpair.po nvpair_json.po libnvpair.po.tmp nvpair_alloc_system.po.tmp nvpair_alloc_fixed.po.tmp nvpair.po.tmp fnvpair.po.tmp nvpair_json.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess.a JITLoaderGDB.o RegisterEHFrames.o TargetExecutionUtils.o JITLoaderGDB.o.tmp RegisterEHFrames.o.tmp TargetExecutionUtils.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_p.a libnvpair.po nvpair_alloc_system.po nvpair_alloc_fixed.po nvpair.po fnvpair.po nvpair_json.po libnvpair.po.tmp nvpair_alloc_system.po.tmp nvpair_alloc_fixed.po.tmp nvpair.po.tmp fnvpair.po.tmp nvpair_json.po.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_p.a || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_g.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_g.a || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_pic.a libnvpair.so.* libnvpair.so libnvpair.pico nvpair_alloc_system.pico nvpair_alloc_fixed.pico nvpair.pico fnvpair.pico nvpair_json.pico libnvpair.pico.tmp nvpair_alloc_system.pico.tmp nvpair_alloc_fixed.pico.tmp nvpair.pico.tmp fnvpair.pico.tmp nvpair_json.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f libnvpair_pic.a libnvpair.so.* libnvpair.so libnvpair.pico nvpair_alloc_system.pico nvpair_alloc_fixed.pico nvpair.pico fnvpair.pico nvpair_json.pico libnvpair.pico.tmp nvpair_alloc_system.pico.tmp nvpair_alloc_fixed.pico.tmp nvpair.pico.tmp fnvpair.pico.tmp nvpair_json.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_pic.a JITLoaderGDB.pico RegisterEHFrames.pico TargetExecutionUtils.pico JITLoaderGDB.pico.tmp RegisterEHFrames.pico.tmp TargetExecutionUtils.pico.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess_pic.a JITLoaderGDB.pico RegisterEHFrames.pico TargetExecutionUtils.pico JITLoaderGDB.pico.tmp RegisterEHFrames.pico.tmp TargetExecutionUtils.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f llib-lnvpair.ln libnvpair.ln nvpair_alloc_system.ln nvpair_alloc_fixed.ln nvpair.ln fnvpair.ln nvpair_json.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f llib-lnvpair.ln libnvpair.ln nvpair_alloc_system.ln nvpair_alloc_fixed.ln nvpair.ln fnvpair.ln nvpair_json.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f llib-lLLVMExecutionEngineOrcTargetProcess.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f llib-lLLVMExecutionEngineOrcTargetProcess.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f libnvpair.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f libnvpair.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f libLLVMExecutionEngineOrcTargetProcess.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libnvpair && rm -f .depend fnvpair.d libnvpair.d nvpair.d nvpair_alloc_fixed.d nvpair_alloc_system.d nvpair_json.d fnvpair.d.tmp libnvpair.d.tmp nvpair.d.tmp nvpair_alloc_fixed.d.tmp nvpair_alloc_system.d.tmp nvpair_json.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libnvpair && rm -f .depend fnvpair.d libnvpair.d nvpair.d nvpair_alloc_fixed.d nvpair_alloc_system.d nvpair_json.d fnvpair.d.tmp libnvpair.d.tmp nvpair.d.tmp nvpair_alloc_fixed.d.tmp nvpair_alloc_system.d.tmp nvpair_json.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f .depend JITLoaderGDB.d RegisterEHFrames.d TargetExecutionUtils.d JITLoaderGDB.d.tmp RegisterEHFrames.d.tmp TargetExecutionUtils.d.tmp tags || true) --- cleandir-external --- --- cleandir-libumem --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMExecutionEngineOrcTargetProcess && rm -f .depend JITLoaderGDB.d RegisterEHFrames.d TargetExecutionUtils.d JITLoaderGDB.d.tmp RegisterEHFrames.d.tmp TargetExecutionUtils.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/cddl/osnet/lib/libumem --- cleandir-lib --- --- cleandir-libLLVMFrontendOpenMP --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMFrontendOpenMP --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f libumem.a umem.o umem.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f libumem.a umem.o umem.o.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP.a OMP.o OMPContext.o OMPIRBuilder.o OMP.o.tmp OMPContext.o.tmp OMPIRBuilder.o.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f libumem_p.a umem.po umem.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP.a OMP.o OMPContext.o OMPIRBuilder.o OMP.o.tmp OMPContext.o.tmp OMPIRBuilder.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f libumem_p.a umem.po umem.po.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_p.a || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f libumem_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f libumem_g.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_g.a || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f libumem_pic.a libumem.so.* libumem.so umem.pico umem.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f libumem_pic.a libumem.so.* libumem.so umem.pico umem.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_pic.a OMP.pico OMPContext.pico OMPIRBuilder.pico OMP.pico.tmp OMPContext.pico.tmp OMPIRBuilder.pico.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f llib-lumem.ln umem.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP_pic.a OMP.pico OMPContext.pico OMPIRBuilder.pico OMP.pico.tmp OMPContext.pico.tmp OMPIRBuilder.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f llib-lumem.ln umem.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f llib-lLLVMFrontendOpenMP.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f libumem.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f llib-lLLVMFrontendOpenMP.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f libumem.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libumem && rm -f .depend umem.d umem.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f libLLVMFrontendOpenMP.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libumem && rm -f .depend umem.d umem.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-libuutil --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f .depend OMP.d OMPContext.d OMPIRBuilder.d OMP.d.tmp OMPContext.d.tmp OMPIRBuilder.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/cddl/osnet/lib/libuutil --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMFrontendOpenMP && rm -f .depend OMP.d OMPContext.d OMPIRBuilder.d OMP.d.tmp OMPContext.d.tmp OMPIRBuilder.d.tmp tags || true) --- cleandir-libLLVMGlobalISel --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMGlobalISel --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f libuutil.a avl.o uu_alloc.o uu_avl.o uu_dprintf.o uu_ident.o uu_list.o uu_misc.o uu_open.o uu_pname.o uu_strtoint.o avl.o.tmp uu_alloc.o.tmp uu_avl.o.tmp uu_dprintf.o.tmp uu_ident.o.tmp uu_list.o.tmp uu_misc.o.tmp uu_open.o.tmp uu_pname.o.tmp uu_strtoint.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f libuutil.a avl.o uu_alloc.o uu_avl.o uu_dprintf.o uu_ident.o uu_list.o uu_misc.o uu_open.o uu_pname.o uu_strtoint.o avl.o.tmp uu_alloc.o.tmp uu_avl.o.tmp uu_dprintf.o.tmp uu_ident.o.tmp uu_list.o.tmp uu_misc.o.tmp uu_open.o.tmp uu_pname.o.tmp uu_strtoint.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel.a CallLowering.o Combiner.o CombinerHelper.o CSEInfo.o CSEMIRBuilder.o GISelChangeObserver.o GISelKnownBits.o GlobalISel.o InlineAsmLowering.o InstructionSelect.o InstructionSelector.o IRTranslator.o LegalityPredicates.o LegalizeMutations.o Legalizer.o LegalizerHelper.o LegalizerInfo.o Localizer.o LostDebugLocObserver.o MachineIRBuilder.o RegBankSelect.o RegisterBank.o RegisterBankInfo.o Utils.o CallLowering.o.tmp Combiner.o.tmp CombinerHelper.o.tmp CSEInfo.o.tmp CSEMIRBuilder.o.tmp GISelChangeObserver.o.tmp GISelKnownBits.o.tmp GlobalISel.o.tmp InlineAsmLowering.o.tmp InstructionSelect.o.tmp InstructionSelector.o.tmp IRTranslator.o.tmp LegalityPredicates.o.tmp LegalizeMutations.o.tmp Legalizer.o.tmp LegalizerHelper.o.tmp LegalizerInfo.o.tmp Localizer.o.tmp LostDebugLocObserver.o.tmp MachineIRBuilder.o.tmp RegBankSelect.o.tmp RegisterBank.o.tmp RegisterBankInfo.o.tmp Utils.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f libuutil_p.a avl.po uu_alloc.po uu_avl.po uu_dprintf.po uu_ident.po uu_list.po uu_misc.po uu_open.po uu_pname.po uu_strtoint.po avl.po.tmp uu_alloc.po.tmp uu_avl.po.tmp uu_dprintf.po.tmp uu_ident.po.tmp uu_list.po.tmp uu_misc.po.tmp uu_open.po.tmp uu_pname.po.tmp uu_strtoint.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f libuutil_p.a avl.po uu_alloc.po uu_avl.po uu_dprintf.po uu_ident.po uu_list.po uu_misc.po uu_open.po uu_pname.po uu_strtoint.po avl.po.tmp uu_alloc.po.tmp uu_avl.po.tmp uu_dprintf.po.tmp uu_ident.po.tmp uu_list.po.tmp uu_misc.po.tmp uu_open.po.tmp uu_pname.po.tmp uu_strtoint.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel.a CallLowering.o Combiner.o CombinerHelper.o CSEInfo.o CSEMIRBuilder.o GISelChangeObserver.o GISelKnownBits.o GlobalISel.o InlineAsmLowering.o InstructionSelect.o InstructionSelector.o IRTranslator.o LegalityPredicates.o LegalizeMutations.o Legalizer.o LegalizerHelper.o LegalizerInfo.o Localizer.o LostDebugLocObserver.o MachineIRBuilder.o RegBankSelect.o RegisterBank.o RegisterBankInfo.o Utils.o CallLowering.o.tmp Combiner.o.tmp CombinerHelper.o.tmp CSEInfo.o.tmp CSEMIRBuilder.o.tmp GISelChangeObserver.o.tmp GISelKnownBits.o.tmp GlobalISel.o.tmp InlineAsmLowering.o.tmp InstructionSelect.o.tmp InstructionSelector.o.tmp IRTranslator.o.tmp LegalityPredicates.o.tmp LegalizeMutations.o.tmp Legalizer.o.tmp LegalizerHelper.o.tmp LegalizerInfo.o.tmp Localizer.o.tmp LostDebugLocObserver.o.tmp MachineIRBuilder.o.tmp RegBankSelect.o.tmp RegisterBank.o.tmp RegisterBankInfo.o.tmp Utils.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f libuutil_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f libuutil_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f libuutil_pic.a libuutil.so.* libuutil.so avl.pico uu_alloc.pico uu_avl.pico uu_dprintf.pico uu_ident.pico uu_list.pico uu_misc.pico uu_open.pico uu_pname.pico uu_strtoint.pico avl.pico.tmp uu_alloc.pico.tmp uu_avl.pico.tmp uu_dprintf.pico.tmp uu_ident.pico.tmp uu_list.pico.tmp uu_misc.pico.tmp uu_open.pico.tmp uu_pname.pico.tmp uu_strtoint.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f libuutil_pic.a libuutil.so.* libuutil.so avl.pico uu_alloc.pico uu_avl.pico uu_dprintf.pico uu_ident.pico uu_list.pico uu_misc.pico uu_open.pico uu_pname.pico uu_strtoint.pico avl.pico.tmp uu_alloc.pico.tmp uu_avl.pico.tmp uu_dprintf.pico.tmp uu_ident.pico.tmp uu_list.pico.tmp uu_misc.pico.tmp uu_open.pico.tmp uu_pname.pico.tmp uu_strtoint.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_pic.a CallLowering.pico Combiner.pico CombinerHelper.pico CSEInfo.pico CSEMIRBuilder.pico GISelChangeObserver.pico GISelKnownBits.pico GlobalISel.pico InlineAsmLowering.pico InstructionSelect.pico InstructionSelector.pico IRTranslator.pico LegalityPredicates.pico LegalizeMutations.pico Legalizer.pico LegalizerHelper.pico LegalizerInfo.pico Localizer.pico LostDebugLocObserver.pico MachineIRBuilder.pico RegBankSelect.pico RegisterBank.pico RegisterBankInfo.pico Utils.pico CallLowering.pico.tmp Combiner.pico.tmp CombinerHelper.pico.tmp CSEInfo.pico.tmp CSEMIRBuilder.pico.tmp GISelChangeObserver.pico.tmp GISelKnownBits.pico.tmp GlobalISel.pico.tmp InlineAsmLowering.pico.tmp InstructionSelect.pico.tmp InstructionSelector.pico.tmp IRTranslator.pico.tmp LegalityPredicates.pico.tmp LegalizeMutations.pico.tmp Legalizer.pico.tmp LegalizerHelper.pico.tmp LegalizerInfo.pico.tmp Localizer.pico.tmp LostDebugLocObserver.pico.tmp MachineIRBuilder.pico.tmp RegBankSelect.pico.tmp RegisterBank.pico.tmp RegisterBankInfo.pico.tmp Utils.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f llib-luutil.ln avl.ln uu_alloc.ln uu_avl.ln uu_dprintf.ln uu_ident.ln uu_list.ln uu_misc.ln uu_open.ln uu_pname.ln uu_strtoint.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f llib-luutil.ln avl.ln uu_alloc.ln uu_avl.ln uu_dprintf.ln uu_ident.ln uu_list.ln uu_misc.ln uu_open.ln uu_pname.ln uu_strtoint.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel_pic.a CallLowering.pico Combiner.pico CombinerHelper.pico CSEInfo.pico CSEMIRBuilder.pico GISelChangeObserver.pico GISelKnownBits.pico GlobalISel.pico InlineAsmLowering.pico InstructionSelect.pico InstructionSelector.pico IRTranslator.pico LegalityPredicates.pico LegalizeMutations.pico Legalizer.pico LegalizerHelper.pico LegalizerInfo.pico Localizer.pico LostDebugLocObserver.pico MachineIRBuilder.pico RegBankSelect.pico RegisterBank.pico RegisterBankInfo.pico Utils.pico CallLowering.pico.tmp Combiner.pico.tmp CombinerHelper.pico.tmp CSEInfo.pico.tmp CSEMIRBuilder.pico.tmp GISelChangeObserver.pico.tmp GISelKnownBits.pico.tmp GlobalISel.pico.tmp InlineAsmLowering.pico.tmp InstructionSelect.pico.tmp InstructionSelector.pico.tmp IRTranslator.pico.tmp LegalityPredicates.pico.tmp LegalizeMutations.pico.tmp Legalizer.pico.tmp LegalizerHelper.pico.tmp LegalizerInfo.pico.tmp Localizer.pico.tmp LostDebugLocObserver.pico.tmp MachineIRBuilder.pico.tmp RegBankSelect.pico.tmp RegisterBank.pico.tmp RegisterBankInfo.pico.tmp Utils.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f llib-lLLVMGlobalISel.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f libuutil.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f llib-lLLVMGlobalISel.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f libuutil.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libuutil && rm -f .depend avl.d uu_alloc.d uu_avl.d uu_dprintf.d uu_ident.d uu_list.d uu_misc.d uu_open.d uu_pname.d uu_strtoint.d avl.d.tmp uu_alloc.d.tmp uu_avl.d.tmp uu_dprintf.d.tmp uu_ident.d.tmp uu_list.d.tmp uu_misc.d.tmp uu_open.d.tmp uu_pname.d.tmp uu_strtoint.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f libLLVMGlobalISel.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libuutil && rm -f .depend avl.d uu_alloc.d uu_avl.d uu_dprintf.d uu_ident.d uu_list.d uu_misc.d uu_open.d uu_pname.d uu_strtoint.d avl.d.tmp uu_alloc.d.tmp uu_avl.d.tmp uu_dprintf.d.tmp uu_ident.d.tmp uu_list.d.tmp uu_misc.d.tmp uu_open.d.tmp uu_pname.d.tmp uu_strtoint.d.tmp tags || true) --- cleandir-libzfs_core --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/cddl/osnet/lib/libzfs_core --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f .depend CSEInfo.d CSEMIRBuilder.d CallLowering.d Combiner.d CombinerHelper.d GISelChangeObserver.d GISelKnownBits.d GlobalISel.d IRTranslator.d InlineAsmLowering.d InstructionSelect.d InstructionSelector.d LegalityPredicates.d LegalizeMutations.d Legalizer.d LegalizerHelper.d LegalizerInfo.d Localizer.d LostDebugLocObserver.d MachineIRBuilder.d RegBankSelect.d RegisterBank.d RegisterBankInfo.d Utils.d CSEInfo.d.tmp CSEMIRBuilder.d.tmp CallLowering.d.tmp Combiner.d.tmp CombinerHelper.d.tmp GISelChangeObserver.d.tmp GISelKnownBits.d.tmp GlobalISel.d.tmp IRTranslator.d.tmp InlineAsmLowering.d.tmp InstructionSelect.d.tmp InstructionSelector.d.tmp LegalityPredicates.d.tmp LegalizeMutations.d.tmp Legalizer.d.tmp LegalizerHelper.d.tmp LegalizerInfo.d.tmp Localizer.d.tmp LostDebugLocObserver.d.tmp MachineIRBuilder.d.tmp RegBankSelect.d.tmp RegisterBank.d.tmp RegisterBankInfo.d.tmp Utils.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMGlobalISel && rm -f .depend CSEInfo.d CSEMIRBuilder.d CallLowering.d Combiner.d CombinerHelper.d GISelChangeObserver.d GISelKnownBits.d GlobalISel.d IRTranslator.d InlineAsmLowering.d InstructionSelect.d InstructionSelector.d LegalityPredicates.d LegalizeMutations.d Legalizer.d LegalizerHelper.d LegalizerInfo.d Localizer.d LostDebugLocObserver.d MachineIRBuilder.d RegBankSelect.d RegisterBank.d RegisterBankInfo.d Utils.d CSEInfo.d.tmp CSEMIRBuilder.d.tmp CallLowering.d.tmp Combiner.d.tmp CombinerHelper.d.tmp GISelChangeObserver.d.tmp GISelKnownBits.d.tmp GlobalISel.d.tmp IRTranslator.d.tmp InlineAsmLowering.d.tmp InstructionSelect.d.tmp InstructionSelector.d.tmp LegalityPredicates.d.tmp LegalizeMutations.d.tmp Legalizer.d.tmp LegalizerHelper.d.tmp LegalizerInfo.d.tmp Localizer.d.tmp LostDebugLocObserver.d.tmp MachineIRBuilder.d.tmp RegBankSelect.d.tmp RegisterBank.d.tmp RegisterBankInfo.d.tmp Utils.d.tmp tags || true) --- cleandir-libLLVMInstCombine --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMInstCombine --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core.a libzfs_core.o libzfs_core_compat.o zfs_ioctl_compat.o libzfs_compat.o libzfs_core.o.tmp libzfs_core_compat.o.tmp zfs_ioctl_compat.o.tmp libzfs_compat.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core.a libzfs_core.o libzfs_core_compat.o zfs_ioctl_compat.o libzfs_compat.o libzfs_core.o.tmp libzfs_core_compat.o.tmp zfs_ioctl_compat.o.tmp libzfs_compat.o.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine.a InstCombineAddSub.o InstCombineAndOrXor.o InstCombineAtomicRMW.o InstCombineCalls.o InstCombineCasts.o InstCombineCompares.o InstCombineLoadStoreAlloca.o InstCombineMulDivRem.o InstCombineNegator.o InstCombinePHI.o InstCombineSelect.o InstCombineShifts.o InstCombineSimplifyDemanded.o InstCombineVectorOps.o InstructionCombining.o InstCombineAddSub.o.tmp InstCombineAndOrXor.o.tmp InstCombineAtomicRMW.o.tmp InstCombineCalls.o.tmp InstCombineCasts.o.tmp InstCombineCompares.o.tmp InstCombineLoadStoreAlloca.o.tmp InstCombineMulDivRem.o.tmp InstCombineNegator.o.tmp InstCombinePHI.o.tmp InstCombineSelect.o.tmp InstCombineShifts.o.tmp InstCombineSimplifyDemanded.o.tmp InstCombineVectorOps.o.tmp InstructionCombining.o.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_p.a libzfs_core.po libzfs_core_compat.po zfs_ioctl_compat.po libzfs_compat.po libzfs_core.po.tmp libzfs_core_compat.po.tmp zfs_ioctl_compat.po.tmp libzfs_compat.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine.a InstCombineAddSub.o InstCombineAndOrXor.o InstCombineAtomicRMW.o InstCombineCalls.o InstCombineCasts.o InstCombineCompares.o InstCombineLoadStoreAlloca.o InstCombineMulDivRem.o InstCombineNegator.o InstCombinePHI.o InstCombineSelect.o InstCombineShifts.o InstCombineSimplifyDemanded.o InstCombineVectorOps.o InstructionCombining.o InstCombineAddSub.o.tmp InstCombineAndOrXor.o.tmp InstCombineAtomicRMW.o.tmp InstCombineCalls.o.tmp InstCombineCasts.o.tmp InstCombineCompares.o.tmp InstCombineLoadStoreAlloca.o.tmp InstCombineMulDivRem.o.tmp InstCombineNegator.o.tmp InstCombinePHI.o.tmp InstCombineSelect.o.tmp InstCombineShifts.o.tmp InstCombineSimplifyDemanded.o.tmp InstCombineVectorOps.o.tmp InstructionCombining.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_p.a libzfs_core.po libzfs_core_compat.po zfs_ioctl_compat.po libzfs_compat.po libzfs_core.po.tmp libzfs_core_compat.po.tmp zfs_ioctl_compat.po.tmp libzfs_compat.po.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_pic.a libzfs_core.so.* libzfs_core.so libzfs_core.pico libzfs_core_compat.pico zfs_ioctl_compat.pico libzfs_compat.pico libzfs_core.pico.tmp libzfs_core_compat.pico.tmp zfs_ioctl_compat.pico.tmp libzfs_compat.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core_pic.a libzfs_core.so.* libzfs_core.so libzfs_core.pico libzfs_core_compat.pico zfs_ioctl_compat.pico libzfs_compat.pico libzfs_core.pico.tmp libzfs_core_compat.pico.tmp zfs_ioctl_compat.pico.tmp libzfs_compat.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_pic.a InstCombineAddSub.pico InstCombineAndOrXor.pico InstCombineAtomicRMW.pico InstCombineCalls.pico InstCombineCasts.pico InstCombineCompares.pico InstCombineLoadStoreAlloca.pico InstCombineMulDivRem.pico InstCombineNegator.pico InstCombinePHI.pico InstCombineSelect.pico InstCombineShifts.pico InstCombineSimplifyDemanded.pico InstCombineVectorOps.pico InstructionCombining.pico InstCombineAddSub.pico.tmp InstCombineAndOrXor.pico.tmp InstCombineAtomicRMW.pico.tmp InstCombineCalls.pico.tmp InstCombineCasts.pico.tmp InstCombineCompares.pico.tmp InstCombineLoadStoreAlloca.pico.tmp InstCombineMulDivRem.pico.tmp InstCombineNegator.pico.tmp InstCombinePHI.pico.tmp InstCombineSelect.pico.tmp InstCombineShifts.pico.tmp InstCombineSimplifyDemanded.pico.tmp InstCombineVectorOps.pico.tmp InstructionCombining.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f llib-lzfs_core.ln libzfs_core.ln libzfs_core_compat.ln zfs_ioctl_compat.ln libzfs_compat.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine_pic.a InstCombineAddSub.pico InstCombineAndOrXor.pico InstCombineAtomicRMW.pico InstCombineCalls.pico InstCombineCasts.pico InstCombineCompares.pico InstCombineLoadStoreAlloca.pico InstCombineMulDivRem.pico InstCombineNegator.pico InstCombinePHI.pico InstCombineSelect.pico InstCombineShifts.pico InstCombineSimplifyDemanded.pico InstCombineVectorOps.pico InstructionCombining.pico InstCombineAddSub.pico.tmp InstCombineAndOrXor.pico.tmp InstCombineAtomicRMW.pico.tmp InstCombineCalls.pico.tmp InstCombineCasts.pico.tmp InstCombineCompares.pico.tmp InstCombineLoadStoreAlloca.pico.tmp InstCombineMulDivRem.pico.tmp InstCombineNegator.pico.tmp InstCombinePHI.pico.tmp InstCombineSelect.pico.tmp InstCombineShifts.pico.tmp InstCombineSimplifyDemanded.pico.tmp InstCombineVectorOps.pico.tmp InstructionCombining.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f llib-lzfs_core.ln libzfs_core.ln libzfs_core_compat.ln zfs_ioctl_compat.ln libzfs_compat.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f llib-lLLVMInstCombine.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f llib-lLLVMInstCombine.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f libzfs_core.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs_core && rm -f .depend libzfs_compat.d libzfs_core.d libzfs_core_compat.d zfs_ioctl_compat.d libzfs_compat.d.tmp libzfs_core.d.tmp libzfs_core_compat.d.tmp zfs_ioctl_compat.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f libLLVMInstCombine.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs_core && rm -f .depend libzfs_compat.d libzfs_core.d libzfs_core_compat.d zfs_ioctl_compat.d libzfs_compat.d.tmp libzfs_core.d.tmp libzfs_core_compat.d.tmp zfs_ioctl_compat.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-libzfs --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstCombine && rm -f .depend InstCombineAddSub.d InstCombineAndOrXor.d InstCombineAtomicRMW.d InstCombineCalls.d InstCombineCasts.d InstCombineCompares.d InstCombineLoadStoreAlloca.d InstCombineMulDivRem.d InstCombineNegator.d InstCombinePHI.d InstCombineSelect.d InstCombineShifts.d InstCombineSimplifyDemanded.d InstCombineVectorOps.d InstructionCombining.d InstCombineAddSub.d.tmp InstCombineAndOrXor.d.tmp InstCombineAtomicRMW.d.tmp InstCombineCalls.d.tmp InstCombineCasts.d.tmp InstCombineCompares.d.tmp InstCombineLoadStoreAlloca.d.tmp InstCombineMulDivRem.d.tmp InstCombineNegator.d.tmp InstCombinePHI.d.tmp InstCombineSelect.d.tmp InstCombineShifts.d.tmp InstCombineSimplifyDemanded.d.tmp InstCombineVectorOps.d.tmp InstructionCombining.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/cddl/osnet/lib/libzfs --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstCombine && rm -f .depend InstCombineAddSub.d InstCombineAndOrXor.d InstCombineAtomicRMW.d InstCombineCalls.d InstCombineCasts.d InstCombineCompares.d InstCombineLoadStoreAlloca.d InstCombineMulDivRem.d InstCombineNegator.d InstCombinePHI.d InstCombineSelect.d InstCombineShifts.d InstCombineSimplifyDemanded.d InstCombineVectorOps.d InstructionCombining.d InstCombineAddSub.d.tmp InstCombineAndOrXor.d.tmp InstCombineAtomicRMW.d.tmp InstCombineCalls.d.tmp InstCombineCasts.d.tmp InstCombineCompares.d.tmp InstCombineLoadStoreAlloca.d.tmp InstCombineMulDivRem.d.tmp InstCombineNegator.d.tmp InstCombinePHI.d.tmp InstCombineSelect.d.tmp InstCombineShifts.d.tmp InstCombineSimplifyDemanded.d.tmp InstCombineVectorOps.d.tmp InstructionCombining.d.tmp tags || true) --- cleandir-libLLVMInstrumentation --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMInstrumentation --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation.a AddressSanitizer.o BoundsChecking.o CGProfile.o ControlHeightReduction.o DataFlowSanitizer.o GCOVProfiling.o HWAddressSanitizer.o IndirectCallPromotion.o InstrOrderFile.o InstrProfiling.o Instrumentation.o MemorySanitizer.o MemProfiler.o PGOInstrumentation.o PGOMemOPSizeOpt.o PoisonChecking.o SanitizerCoverage.o ThreadSanitizer.o ValueProfileCollector.o AddressSanitizer.o.tmp BoundsChecking.o.tmp CGProfile.o.tmp ControlHeightReduction.o.tmp DataFlowSanitizer.o.tmp GCOVProfiling.o.tmp HWAddressSanitizer.o.tmp IndirectCallPromotion.o.tmp InstrOrderFile.o.tmp InstrProfiling.o.tmp Instrumentation.o.tmp MemorySanitizer.o.tmp MemProfiler.o.tmp PGOInstrumentation.o.tmp PGOMemOPSizeOpt.o.tmp PoisonChecking.o.tmp SanitizerCoverage.o.tmp ThreadSanitizer.o.tmp ValueProfileCollector.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation.a AddressSanitizer.o BoundsChecking.o CGProfile.o ControlHeightReduction.o DataFlowSanitizer.o GCOVProfiling.o HWAddressSanitizer.o IndirectCallPromotion.o InstrOrderFile.o InstrProfiling.o Instrumentation.o MemorySanitizer.o MemProfiler.o PGOInstrumentation.o PGOMemOPSizeOpt.o PoisonChecking.o SanitizerCoverage.o ThreadSanitizer.o ValueProfileCollector.o AddressSanitizer.o.tmp BoundsChecking.o.tmp CGProfile.o.tmp ControlHeightReduction.o.tmp DataFlowSanitizer.o.tmp GCOVProfiling.o.tmp HWAddressSanitizer.o.tmp IndirectCallPromotion.o.tmp InstrOrderFile.o.tmp InstrProfiling.o.tmp Instrumentation.o.tmp MemorySanitizer.o.tmp MemProfiler.o.tmp PGOInstrumentation.o.tmp PGOMemOPSizeOpt.o.tmp PoisonChecking.o.tmp SanitizerCoverage.o.tmp ThreadSanitizer.o.tmp ValueProfileCollector.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f libzfs.a deviceid.o fsshare.o mkdirp.o mnttab.o thread_pool.o zmount.o zone.o libzfs_changelist.o libzfs_config.o libzfs_dataset.o libzfs_diff.o libzfs_import.o libzfs_iter.o libzfs_mount.o libzfs_pool.o libzfs_sendrecv.o libzfs_status.o libzfs_util.o zfeature_common.o zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o deviceid.o.tmp fsshare.o.tmp mkdirp.o.tmp mnttab.o.tmp thread_pool.o.tmp zmount.o.tmp zone.o.tmp libzfs_changelist.o.tmp libzfs_config.o.tmp libzfs_dataset.o.tmp libzfs_diff.o.tmp libzfs_import.o.tmp libzfs_iter.o.tmp libzfs_mount.o.tmp libzfs_pool.o.tmp libzfs_sendrecv.o.tmp libzfs_status.o.tmp libzfs_util.o.tmp zfeature_common.o.tmp zfs_comutil.o.tmp zfs_deleg.o.tmp zfs_fletcher.o.tmp zfs_namecheck.o.tmp zfs_prop.o.tmp zpool_prop.o.tmp zprop_common.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_pic.a AddressSanitizer.pico BoundsChecking.pico CGProfile.pico ControlHeightReduction.pico DataFlowSanitizer.pico GCOVProfiling.pico HWAddressSanitizer.pico IndirectCallPromotion.pico InstrOrderFile.pico InstrProfiling.pico Instrumentation.pico MemorySanitizer.pico MemProfiler.pico PGOInstrumentation.pico PGOMemOPSizeOpt.pico PoisonChecking.pico SanitizerCoverage.pico ThreadSanitizer.pico ValueProfileCollector.pico AddressSanitizer.pico.tmp BoundsChecking.pico.tmp CGProfile.pico.tmp ControlHeightReduction.pico.tmp DataFlowSanitizer.pico.tmp GCOVProfiling.pico.tmp HWAddressSanitizer.pico.tmp IndirectCallPromotion.pico.tmp InstrOrderFile.pico.tmp InstrProfiling.pico.tmp Instrumentation.pico.tmp MemorySanitizer.pico.tmp MemProfiler.pico.tmp PGOInstrumentation.pico.tmp PGOMemOPSizeOpt.pico.tmp PoisonChecking.pico.tmp SanitizerCoverage.pico.tmp ThreadSanitizer.pico.tmp ValueProfileCollector.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f libzfs.a deviceid.o fsshare.o mkdirp.o mnttab.o thread_pool.o zmount.o zone.o libzfs_changelist.o libzfs_config.o libzfs_dataset.o libzfs_diff.o libzfs_import.o libzfs_iter.o libzfs_mount.o libzfs_pool.o libzfs_sendrecv.o libzfs_status.o libzfs_util.o zfeature_common.o zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o deviceid.o.tmp fsshare.o.tmp mkdirp.o.tmp mnttab.o.tmp thread_pool.o.tmp zmount.o.tmp zone.o.tmp libzfs_changelist.o.tmp libzfs_config.o.tmp libzfs_dataset.o.tmp libzfs_diff.o.tmp libzfs_import.o.tmp libzfs_iter.o.tmp libzfs_mount.o.tmp libzfs_pool.o.tmp libzfs_sendrecv.o.tmp libzfs_status.o.tmp libzfs_util.o.tmp zfeature_common.o.tmp zfs_comutil.o.tmp zfs_deleg.o.tmp zfs_fletcher.o.tmp zfs_namecheck.o.tmp zfs_prop.o.tmp zpool_prop.o.tmp zprop_common.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation_pic.a AddressSanitizer.pico BoundsChecking.pico CGProfile.pico ControlHeightReduction.pico DataFlowSanitizer.pico GCOVProfiling.pico HWAddressSanitizer.pico IndirectCallPromotion.pico InstrOrderFile.pico InstrProfiling.pico Instrumentation.pico MemorySanitizer.pico MemProfiler.pico PGOInstrumentation.pico PGOMemOPSizeOpt.pico PoisonChecking.pico SanitizerCoverage.pico ThreadSanitizer.pico ValueProfileCollector.pico AddressSanitizer.pico.tmp BoundsChecking.pico.tmp CGProfile.pico.tmp ControlHeightReduction.pico.tmp DataFlowSanitizer.pico.tmp GCOVProfiling.pico.tmp HWAddressSanitizer.pico.tmp IndirectCallPromotion.pico.tmp InstrOrderFile.pico.tmp InstrProfiling.pico.tmp Instrumentation.pico.tmp MemorySanitizer.pico.tmp MemProfiler.pico.tmp PGOInstrumentation.pico.tmp PGOMemOPSizeOpt.pico.tmp PoisonChecking.pico.tmp SanitizerCoverage.pico.tmp ThreadSanitizer.pico.tmp ValueProfileCollector.pico.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f libzfs_p.a deviceid.po fsshare.po mkdirp.po mnttab.po thread_pool.po zmount.po zone.po libzfs_changelist.po libzfs_config.po libzfs_dataset.po libzfs_diff.po libzfs_import.po libzfs_iter.po libzfs_mount.po libzfs_pool.po libzfs_sendrecv.po libzfs_status.po libzfs_util.po zfeature_common.po zfs_comutil.po zfs_deleg.po zfs_fletcher.po zfs_namecheck.po zfs_prop.po zpool_prop.po zprop_common.po deviceid.po.tmp fsshare.po.tmp mkdirp.po.tmp mnttab.po.tmp thread_pool.po.tmp zmount.po.tmp zone.po.tmp libzfs_changelist.po.tmp libzfs_config.po.tmp libzfs_dataset.po.tmp libzfs_diff.po.tmp libzfs_import.po.tmp libzfs_iter.po.tmp libzfs_mount.po.tmp libzfs_pool.po.tmp libzfs_sendrecv.po.tmp libzfs_status.po.tmp libzfs_util.po.tmp zfeature_common.po.tmp zfs_comutil.po.tmp zfs_deleg.po.tmp zfs_fletcher.po.tmp zfs_namecheck.po.tmp zfs_prop.po.tmp zpool_prop.po.tmp zprop_common.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f llib-lLLVMInstrumentation.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f libzfs_p.a deviceid.po fsshare.po mkdirp.po mnttab.po thread_pool.po zmount.po zone.po libzfs_changelist.po libzfs_config.po libzfs_dataset.po libzfs_diff.po libzfs_import.po libzfs_iter.po libzfs_mount.po libzfs_pool.po libzfs_sendrecv.po libzfs_status.po libzfs_util.po zfeature_common.po zfs_comutil.po zfs_deleg.po zfs_fletcher.po zfs_namecheck.po zfs_prop.po zpool_prop.po zprop_common.po deviceid.po.tmp fsshare.po.tmp mkdirp.po.tmp mnttab.po.tmp thread_pool.po.tmp zmount.po.tmp zone.po.tmp libzfs_changelist.po.tmp libzfs_config.po.tmp libzfs_dataset.po.tmp libzfs_diff.po.tmp libzfs_import.po.tmp libzfs_iter.po.tmp libzfs_mount.po.tmp libzfs_pool.po.tmp libzfs_sendrecv.po.tmp libzfs_status.po.tmp libzfs_util.po.tmp zfeature_common.po.tmp zfs_comutil.po.tmp zfs_deleg.po.tmp zfs_fletcher.po.tmp zfs_namecheck.po.tmp zfs_prop.po.tmp zpool_prop.po.tmp zprop_common.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f llib-lLLVMInstrumentation.ln || true) --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f libzfs_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f libLLVMInstrumentation.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f libzfs_g.a || true) --- libclean4 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f libzfs_pic.a libzfs.so.* libzfs.so deviceid.pico fsshare.pico mkdirp.pico mnttab.pico thread_pool.pico zmount.pico zone.pico libzfs_changelist.pico libzfs_config.pico libzfs_dataset.pico libzfs_diff.pico libzfs_import.pico libzfs_iter.pico libzfs_mount.pico libzfs_pool.pico libzfs_sendrecv.pico libzfs_status.pico libzfs_util.pico zfeature_common.pico zfs_comutil.pico zfs_deleg.pico zfs_fletcher.pico zfs_namecheck.pico zfs_prop.pico zpool_prop.pico zprop_common.pico deviceid.pico.tmp fsshare.pico.tmp mkdirp.pico.tmp mnttab.pico.tmp thread_pool.pico.tmp zmount.pico.tmp zone.pico.tmp libzfs_changelist.pico.tmp libzfs_config.pico.tmp libzfs_dataset.pico.tmp libzfs_diff.pico.tmp libzfs_import.pico.tmp libzfs_iter.pico.tmp libzfs_mount.pico.tmp libzfs_pool.pico.tmp libzfs_sendrecv.pico.tmp libzfs_status.pico.tmp libzfs_util.pico.tmp zfeature_common.pico.tmp zfs_comutil.pico.tmp zfs_deleg.pico.tmp zfs_fletcher.pico.tmp zfs_namecheck.pico.tmp zfs_prop.pico.tmp zpool_prop.pico.tmp zprop_common.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f .depend AddressSanitizer.d BoundsChecking.d CGProfile.d ControlHeightReduction.d DataFlowSanitizer.d GCOVProfiling.d HWAddressSanitizer.d IndirectCallPromotion.d InstrOrderFile.d InstrProfiling.d Instrumentation.d MemProfiler.d MemorySanitizer.d PGOInstrumentation.d PGOMemOPSizeOpt.d PoisonChecking.d SanitizerCoverage.d ThreadSanitizer.d ValueProfileCollector.d AddressSanitizer.d.tmp BoundsChecking.d.tmp CGProfile.d.tmp ControlHeightReduction.d.tmp DataFlowSanitizer.d.tmp GCOVProfiling.d.tmp HWAddressSanitizer.d.tmp IndirectCallPromotion.d.tmp InstrOrderFile.d.tmp InstrProfiling.d.tmp Instrumentation.d.tmp MemProfiler.d.tmp MemorySanitizer.d.tmp PGOInstrumentation.d.tmp PGOMemOPSizeOpt.d.tmp PoisonChecking.d.tmp SanitizerCoverage.d.tmp ThreadSanitizer.d.tmp ValueProfileCollector.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f libzfs_pic.a libzfs.so.* libzfs.so deviceid.pico fsshare.pico mkdirp.pico mnttab.pico thread_pool.pico zmount.pico zone.pico libzfs_changelist.pico libzfs_config.pico libzfs_dataset.pico libzfs_diff.pico libzfs_import.pico libzfs_iter.pico libzfs_mount.pico libzfs_pool.pico libzfs_sendrecv.pico libzfs_status.pico libzfs_util.pico zfeature_common.pico zfs_comutil.pico zfs_deleg.pico zfs_fletcher.pico zfs_namecheck.pico zfs_prop.pico zpool_prop.pico zprop_common.pico deviceid.pico.tmp fsshare.pico.tmp mkdirp.pico.tmp mnttab.pico.tmp thread_pool.pico.tmp zmount.pico.tmp zone.pico.tmp libzfs_changelist.pico.tmp libzfs_config.pico.tmp libzfs_dataset.pico.tmp libzfs_diff.pico.tmp libzfs_import.pico.tmp libzfs_iter.pico.tmp libzfs_mount.pico.tmp libzfs_pool.pico.tmp libzfs_sendrecv.pico.tmp libzfs_status.pico.tmp libzfs_util.pico.tmp zfeature_common.pico.tmp zfs_comutil.pico.tmp zfs_deleg.pico.tmp zfs_fletcher.pico.tmp zfs_namecheck.pico.tmp zfs_prop.pico.tmp zpool_prop.pico.tmp zprop_common.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMInstrumentation && rm -f .depend AddressSanitizer.d BoundsChecking.d CGProfile.d ControlHeightReduction.d DataFlowSanitizer.d GCOVProfiling.d HWAddressSanitizer.d IndirectCallPromotion.d InstrOrderFile.d InstrProfiling.d Instrumentation.d MemProfiler.d MemorySanitizer.d PGOInstrumentation.d PGOMemOPSizeOpt.d PoisonChecking.d SanitizerCoverage.d ThreadSanitizer.d ValueProfileCollector.d AddressSanitizer.d.tmp BoundsChecking.d.tmp CGProfile.d.tmp ControlHeightReduction.d.tmp DataFlowSanitizer.d.tmp GCOVProfiling.d.tmp HWAddressSanitizer.d.tmp IndirectCallPromotion.d.tmp InstrOrderFile.d.tmp InstrProfiling.d.tmp Instrumentation.d.tmp MemProfiler.d.tmp MemorySanitizer.d.tmp PGOInstrumentation.d.tmp PGOMemOPSizeOpt.d.tmp PoisonChecking.d.tmp SanitizerCoverage.d.tmp ThreadSanitizer.d.tmp ValueProfileCollector.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- cleandir-libLLVMipo --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMipo --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f llib-lzfs.ln deviceid.ln fsshare.ln mkdirp.ln mnttab.ln thread_pool.ln zmount.ln zone.ln libzfs_changelist.ln libzfs_config.ln libzfs_dataset.ln libzfs_diff.ln libzfs_import.ln libzfs_iter.ln libzfs_mount.ln libzfs_pool.ln libzfs_sendrecv.ln libzfs_status.ln libzfs_util.ln zfeature_common.ln zfs_comutil.ln zfs_deleg.ln zfs_fletcher.ln zfs_namecheck.ln zfs_prop.ln zpool_prop.ln zprop_common.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f llib-lzfs.ln deviceid.ln fsshare.ln mkdirp.ln mnttab.ln thread_pool.ln zmount.ln zone.ln libzfs_changelist.ln libzfs_config.ln libzfs_dataset.ln libzfs_diff.ln libzfs_import.ln libzfs_iter.ln libzfs_mount.ln libzfs_pool.ln libzfs_sendrecv.ln libzfs_status.ln libzfs_util.ln zfeature_common.ln zfs_comutil.ln zfs_deleg.ln zfs_fletcher.ln zfs_namecheck.ln zfs_prop.ln zpool_prop.ln zprop_common.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f libzfs.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f libzfs.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo.a AlwaysInliner.o Annotation2Metadata.o ArgumentPromotion.o AttributorAttributes.o Attributor.o BarrierNoopPass.o BlockExtractor.o CalledValuePropagation.o ConstantMerge.o CrossDSOCFI.o DeadArgumentElimination.o ElimAvailExtern.o ExtractGV.o ForceFunctionAttrs.o FunctionAttrs.o FunctionImport.o GlobalDCE.o GlobalOpt.o GlobalSplit.o HotColdSplitting.o InferFunctionAttrs.o Inliner.o InlineSimple.o Internalize.o IPO.o IROutliner.o LoopExtractor.o LowerTypeTests.o MergeFunctions.o OpenMPOpt.o PartialInlining.o PassManagerBuilder.o PruneEH.o SampleContextTracker.o SampleProfile.o SampleProfileProbe.o SCCP.o StripDeadPrototypes.o StripSymbols.o SyntheticCountsPropagation.o ThinLTOBitcodeWriter.o WholeProgramDevirt.o AlwaysInliner.o.tmp Annotation2Metadata.o.tmp ArgumentPromotion.o.tmp AttributorAttributes.o.tmp Attributor.o.tmp BarrierNoopPass.o.tmp BlockExtractor.o.tmp CalledValuePropagation.o.tmp ConstantMerge.o.tmp CrossDSOCFI.o.tmp DeadArgumentElimination.o.tmp ElimAvailExtern.o.tmp ExtractGV.o.tmp ForceFunctionAttrs.o.tmp FunctionAttrs.o.tmp FunctionImport.o.tmp GlobalDCE.o.tmp GlobalOpt.o.tmp GlobalSplit.o.tmp HotColdSplitting.o.tmp InferFunctionAttrs.o.tmp Inliner.o.tmp InlineSimple.o.tmp Internalize.o.tmp IPO.o.tmp IROutliner.o.tmp LoopExtractor.o.tmp LowerTypeTests.o.tmp MergeFunctions.o.tmp OpenMPOpt.o.tmp PartialInlining.o.tmp PassManagerBuilder.o.tmp PruneEH.o.tmp SampleContextTracker.o.tmp SampleProfile.o.tmp SampleProfileProbe.o.tmp SCCP.o.tmp StripDeadPrototypes.o.tmp StripSymbols.o.tmp SyntheticCountsPropagation.o.tmp ThinLTOBitcodeWriter.o.tmp WholeProgramDevirt.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f .depend deviceid.d fsshare.d libzfs_changelist.d libzfs_config.d libzfs_dataset.d libzfs_diff.d libzfs_import.d libzfs_iter.d libzfs_mount.d libzfs_pool.d libzfs_sendrecv.d libzfs_status.d libzfs_util.d mkdirp.d mnttab.d thread_pool.d zfeature_common.d zfs_comutil.d zfs_deleg.d zfs_fletcher.d zfs_namecheck.d zfs_prop.d zmount.d zone.d zpool_prop.d zprop_common.d deviceid.d.tmp fsshare.d.tmp libzfs_changelist.d.tmp libzfs_config.d.tmp libzfs_dataset.d.tmp libzfs_diff.d.tmp libzfs_import.d.tmp libzfs_iter.d.tmp libzfs_mount.d.tmp libzfs_pool.d.tmp libzfs_sendrecv.d.tmp libzfs_status.d.tmp libzfs_util.d.tmp mkdirp.d.tmp mnttab.d.tmp thread_pool.d.tmp zfeature_common.d.tmp zfs_comutil.d.tmp zfs_deleg.d.tmp zfs_fletcher.d.tmp zfs_namecheck.d.tmp zfs_prop.d.tmp zmount.d.tmp zone.d.tmp zpool_prop.d.tmp zprop_common.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo.a AlwaysInliner.o Annotation2Metadata.o ArgumentPromotion.o AttributorAttributes.o Attributor.o BarrierNoopPass.o BlockExtractor.o CalledValuePropagation.o ConstantMerge.o CrossDSOCFI.o DeadArgumentElimination.o ElimAvailExtern.o ExtractGV.o ForceFunctionAttrs.o FunctionAttrs.o FunctionImport.o GlobalDCE.o GlobalOpt.o GlobalSplit.o HotColdSplitting.o InferFunctionAttrs.o Inliner.o InlineSimple.o Internalize.o IPO.o IROutliner.o LoopExtractor.o LowerTypeTests.o MergeFunctions.o OpenMPOpt.o PartialInlining.o PassManagerBuilder.o PruneEH.o SampleContextTracker.o SampleProfile.o SampleProfileProbe.o SCCP.o StripDeadPrototypes.o StripSymbols.o SyntheticCountsPropagation.o ThinLTOBitcodeWriter.o WholeProgramDevirt.o AlwaysInliner.o.tmp Annotation2Metadata.o.tmp ArgumentPromotion.o.tmp AttributorAttributes.o.tmp Attributor.o.tmp BarrierNoopPass.o.tmp BlockExtractor.o.tmp CalledValuePropagation.o.tmp ConstantMerge.o.tmp CrossDSOCFI.o.tmp DeadArgumentElimination.o.tmp ElimAvailExtern.o.tmp ExtractGV.o.tmp ForceFunctionAttrs.o.tmp FunctionAttrs.o.tmp FunctionImport.o.tmp GlobalDCE.o.tmp GlobalOpt.o.tmp GlobalSplit.o.tmp HotColdSplitting.o.tmp InferFunctionAttrs.o.tmp Inliner.o.tmp InlineSimple.o.tmp Internalize.o.tmp IPO.o.tmp IROutliner.o.tmp LoopExtractor.o.tmp LowerTypeTests.o.tmp MergeFunctions.o.tmp OpenMPOpt.o.tmp PartialInlining.o.tmp PassManagerBuilder.o.tmp PruneEH.o.tmp SampleContextTracker.o.tmp SampleProfile.o.tmp SampleProfileProbe.o.tmp SCCP.o.tmp StripDeadPrototypes.o.tmp StripSymbols.o.tmp SyntheticCountsPropagation.o.tmp ThinLTOBitcodeWriter.o.tmp WholeProgramDevirt.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f .depend deviceid.d fsshare.d libzfs_changelist.d libzfs_config.d libzfs_dataset.d libzfs_diff.d libzfs_import.d libzfs_iter.d libzfs_mount.d libzfs_pool.d libzfs_sendrecv.d libzfs_status.d libzfs_util.d mkdirp.d mnttab.d thread_pool.d zfeature_common.d zfs_comutil.d zfs_deleg.d zfs_fletcher.d zfs_namecheck.d zfs_prop.d zmount.d zone.d zpool_prop.d zprop_common.d deviceid.d.tmp fsshare.d.tmp libzfs_changelist.d.tmp libzfs_config.d.tmp libzfs_dataset.d.tmp libzfs_diff.d.tmp libzfs_import.d.tmp libzfs_iter.d.tmp libzfs_mount.d.tmp libzfs_pool.d.tmp libzfs_sendrecv.d.tmp libzfs_status.d.tmp libzfs_util.d.tmp mkdirp.d.tmp mnttab.d.tmp thread_pool.d.tmp zfeature_common.d.tmp zfs_comutil.d.tmp zfs_deleg.d.tmp zfs_fletcher.d.tmp zfs_namecheck.d.tmp zfs_prop.d.tmp zmount.d.tmp zone.d.tmp zpool_prop.d.tmp zprop_common.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_p.a || true) --- cleandir-external --- --- cleandir-libzpool --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_p.a || true) --- cleandir-external --- cleandir ===> external/cddl/osnet/lib/libzpool --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_pic.a AlwaysInliner.pico Annotation2Metadata.pico ArgumentPromotion.pico AttributorAttributes.pico Attributor.pico BarrierNoopPass.pico BlockExtractor.pico CalledValuePropagation.pico ConstantMerge.pico CrossDSOCFI.pico DeadArgumentElimination.pico ElimAvailExtern.pico ExtractGV.pico ForceFunctionAttrs.pico FunctionAttrs.pico FunctionImport.pico GlobalDCE.pico GlobalOpt.pico GlobalSplit.pico HotColdSplitting.pico InferFunctionAttrs.pico Inliner.pico InlineSimple.pico Internalize.pico IPO.pico IROutliner.pico LoopExtractor.pico LowerTypeTests.pico MergeFunctions.pico OpenMPOpt.pico PartialInlining.pico PassManagerBuilder.pico PruneEH.pico SampleContextTracker.pico SampleProfile.pico SampleProfileProbe.pico SCCP.pico StripDeadPrototypes.pico StripSymbols.pico SyntheticCountsPropagation.pico ThinLTOBitcodeWriter.pico WholeProgramDevirt.pico AlwaysInliner.pico.tmp Annotation2Metadata.pico.tmp ArgumentPromotion.pico.tmp AttributorAttributes.pico.tmp Attributor.pico.tmp BarrierNoopPass.pico.tmp BlockExtractor.pico.tmp CalledValuePropagation.pico.tmp ConstantMerge.pico.tmp CrossDSOCFI.pico.tmp DeadArgumentElimination.pico.tmp ElimAvailExtern.pico.tmp ExtractGV.pico.tmp ForceFunctionAttrs.pico.tmp FunctionAttrs.pico.tmp FunctionImport.pico.tmp GlobalDCE.pico.tmp GlobalOpt.pico.tmp GlobalSplit.pico.tmp HotColdSplitting.pico.tmp InferFunctionAttrs.pico.tmp Inliner.pico.tmp InlineSimple.pico.tmp Internalize.pico.tmp IPO.pico.tmp IROutliner.pico.tmp LoopExtractor.pico.tmp LowerTypeTests.pico.tmp MergeFunctions.pico.tmp OpenMPOpt.pico.tmp PartialInlining.pico.tmp PassManagerBuilder.pico.tmp PruneEH.pico.tmp SampleContextTracker.pico.tmp SampleProfile.pico.tmp SampleProfileProbe.pico.tmp SCCP.pico.tmp StripDeadPrototypes.pico.tmp StripSymbols.pico.tmp SyntheticCountsPropagation.pico.tmp ThinLTOBitcodeWriter.pico.tmp WholeProgramDevirt.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo_pic.a AlwaysInliner.pico Annotation2Metadata.pico ArgumentPromotion.pico AttributorAttributes.pico Attributor.pico BarrierNoopPass.pico BlockExtractor.pico CalledValuePropagation.pico ConstantMerge.pico CrossDSOCFI.pico DeadArgumentElimination.pico ElimAvailExtern.pico ExtractGV.pico ForceFunctionAttrs.pico FunctionAttrs.pico FunctionImport.pico GlobalDCE.pico GlobalOpt.pico GlobalSplit.pico HotColdSplitting.pico InferFunctionAttrs.pico Inliner.pico InlineSimple.pico Internalize.pico IPO.pico IROutliner.pico LoopExtractor.pico LowerTypeTests.pico MergeFunctions.pico OpenMPOpt.pico PartialInlining.pico PassManagerBuilder.pico PruneEH.pico SampleContextTracker.pico SampleProfile.pico SampleProfileProbe.pico SCCP.pico StripDeadPrototypes.pico StripSymbols.pico SyntheticCountsPropagation.pico ThinLTOBitcodeWriter.pico WholeProgramDevirt.pico AlwaysInliner.pico.tmp Annotation2Metadata.pico.tmp ArgumentPromotion.pico.tmp AttributorAttributes.pico.tmp Attributor.pico.tmp BarrierNoopPass.pico.tmp BlockExtractor.pico.tmp CalledValuePropagation.pico.tmp ConstantMerge.pico.tmp CrossDSOCFI.pico.tmp DeadArgumentElimination.pico.tmp ElimAvailExtern.pico.tmp ExtractGV.pico.tmp ForceFunctionAttrs.pico.tmp FunctionAttrs.pico.tmp FunctionImport.pico.tmp GlobalDCE.pico.tmp GlobalOpt.pico.tmp GlobalSplit.pico.tmp HotColdSplitting.pico.tmp InferFunctionAttrs.pico.tmp Inliner.pico.tmp InlineSimple.pico.tmp Internalize.pico.tmp IPO.pico.tmp IROutliner.pico.tmp LoopExtractor.pico.tmp LowerTypeTests.pico.tmp MergeFunctions.pico.tmp OpenMPOpt.pico.tmp PartialInlining.pico.tmp PassManagerBuilder.pico.tmp PruneEH.pico.tmp SampleContextTracker.pico.tmp SampleProfile.pico.tmp SampleProfileProbe.pico.tmp SCCP.pico.tmp StripDeadPrototypes.pico.tmp StripSymbols.pico.tmp SyntheticCountsPropagation.pico.tmp ThinLTOBitcodeWriter.pico.tmp WholeProgramDevirt.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f llib-lLLVMipo.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f llib-lLLVMipo.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f libzpool.a kernel.o atomic.o arc.o bplist.o blkptr.o bpobj.o bptree.o bqueue.o dbuf.o ddt.o ddt_zap.o dmu.o dmu_diff.o dmu_send.o dmu_object.o dmu_objset.o dmu_traverse.o dmu_tx.o dnode.o dnode_sync.o dsl_bookmark.o dsl_dir.o dsl_dataset.o dsl_deadlist.o dsl_destroy.o dsl_pool.o dsl_synctask.o dsl_userhold.o dmu_zfetch.o dsl_deleg.o dsl_prop.o dsl_scan.o zfeature.o gzip.o lz4.o lzjb.o metaslab.o multilist.o range_tree.o refcount.o rrwlock.o sa.o sha256.o spa.o spa_config.o spa_errlog.o spa_history.o spa_misc.o space_map.o space_reftree.o txg.o uberblock.o unique.o vdev.o vdev_cache.o vdev_file.o vdev_label.o vdev_mirror.o vdev_missing.o vdev_queue.o vdev_raidz.o vdev_root.o zap.o zap_leaf.o zap_micro.o zfs_byteswap.o zfs_debug.o zfs_fm.o zfs_fuid.o zfs_sa.o zfs_znode.o zil.o zio.o zio_checksum.o zio_compress.o zio_inject.o zle.o zrlock.o vdev_file.o trim_map.o zfeature_common.o zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o taskq.o util.o list.o u8_textprep.o kernel.o.tmp atomic.o.tmp arc.o.tmp bplist.o.tmp blkptr.o.tmp bpobj.o.tmp bptree.o.tmp bqueue.o.tmp dbuf.o.tmp ddt.o.tmp ddt_zap.o.tmp dmu.o.tmp dmu_diff.o.tmp dmu_send.o.tmp dmu_object.o.tmp dmu_objset.o.tmp dmu_traverse.o.tmp dmu_tx.o.tmp dnode.o.tmp dnode_sync.o.tmp dsl_bookmark.o.tmp dsl_dir.o.tmp dsl_dataset.o.tmp dsl_deadlist.o.tmp dsl_destroy.o.tmp dsl_pool.o.tmp dsl_synctask.o.tmp dsl_userhold.o.tmp dmu_zfetch.o.tmp dsl_deleg.o.tmp dsl_prop.o.tmp dsl_scan.o.tmp zfeature.o.tmp gzip.o.tmp lz4.o.tmp lzjb.o.tmp metaslab.o.tmp multilist.o.tmp range_tree.o.tmp refcount.o.tmp rrwlock.o.tmp sa.o.tmp sha256.o.tmp spa.o.tmp spa_config.o.tmp spa_errlog.o.tmp spa_history.o.tmp spa_misc.o.tmp space_map.o.tmp space_reftree.o.tmp txg.o.tmp uberblock.o.tmp unique.o.tmp vdev.o.tmp vdev_cache.o.tmp vdev_file.o.tmp vdev_label.o.tmp vdev_mirror.o.tmp vdev_missing.o.tmp vdev_queue.o.tmp vdev_raidz.o.tmp vdev_root.o.tmp zap.o.tmp zap_leaf.o.tmp zap_micro.o.tmp zfs_byteswap.o.tmp zfs_debug.o.tmp zfs_fm.o.tmp zfs_fuid.o.tmp zfs_sa.o.tmp zfs_znode.o.tmp zil.o.tmp zio.o.tmp zio_checksum.o.tmp zio_compress.o.tmp zio_inject.o.tmp zle.o.tmp zrlock.o.tmp vdev_file.o.tmp trim_map.o.tmp zfeature_common.o.tmp zfs_comutil.o.tmp zfs_deleg.o.tmp zfs_fletcher.o.tmp zfs_namecheck.o.tmp zfs_prop.o.tmp zpool_prop.o.tmp zprop_common.o.tmp taskq.o.tmp util.o.tmp list.o.tmp u8_textprep.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f libLLVMipo.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f libzpool.a kernel.o atomic.o arc.o bplist.o blkptr.o bpobj.o bptree.o bqueue.o dbuf.o ddt.o ddt_zap.o dmu.o dmu_diff.o dmu_send.o dmu_object.o dmu_objset.o dmu_traverse.o dmu_tx.o dnode.o dnode_sync.o dsl_bookmark.o dsl_dir.o dsl_dataset.o dsl_deadlist.o dsl_destroy.o dsl_pool.o dsl_synctask.o dsl_userhold.o dmu_zfetch.o dsl_deleg.o dsl_prop.o dsl_scan.o zfeature.o gzip.o lz4.o lzjb.o metaslab.o multilist.o range_tree.o refcount.o rrwlock.o sa.o sha256.o spa.o spa_config.o spa_errlog.o spa_history.o spa_misc.o space_map.o space_reftree.o txg.o uberblock.o unique.o vdev.o vdev_cache.o vdev_file.o vdev_label.o vdev_mirror.o vdev_missing.o vdev_queue.o vdev_raidz.o vdev_root.o zap.o zap_leaf.o zap_micro.o zfs_byteswap.o zfs_debug.o zfs_fm.o zfs_fuid.o zfs_sa.o zfs_znode.o zil.o zio.o zio_checksum.o zio_compress.o zio_inject.o zle.o zrlock.o vdev_file.o trim_map.o zfeature_common.o zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o taskq.o util.o list.o u8_textprep.o kernel.o.tmp atomic.o.tmp arc.o.tmp bplist.o.tmp blkptr.o.tmp bpobj.o.tmp bptree.o.tmp bqueue.o.tmp dbuf.o.tmp ddt.o.tmp ddt_zap.o.tmp dmu.o.tmp dmu_diff.o.tmp dmu_send.o.tmp dmu_object.o.tmp dmu_objset.o.tmp dmu_traverse.o.tmp dmu_tx.o.tmp dnode.o.tmp dnode_sync.o.tmp dsl_bookmark.o.tmp dsl_dir.o.tmp dsl_dataset.o.tmp dsl_deadlist.o.tmp dsl_destroy.o.tmp dsl_pool.o.tmp dsl_synctask.o.tmp dsl_userhold.o.tmp dmu_zfetch.o.tmp dsl_deleg.o.tmp dsl_prop.o.tmp dsl_scan.o.tmp zfeature.o.tmp gzip.o.tmp lz4.o.tmp lzjb.o.tmp metaslab.o.tmp multilist.o.tmp range_tree.o.tmp refcount.o.tmp rrwlock.o.tmp sa.o.tmp sha256.o.tmp spa.o.tmp spa_config.o.tmp spa_errlog.o.tmp spa_history.o.tmp spa_misc.o.tmp space_map.o.tmp space_reftree.o.tmp txg.o.tmp uberblock.o.tmp unique.o.tmp vdev.o.tmp vdev_cache.o.tmp vdev_file.o.tmp vdev_label.o.tmp vdev_mirror.o.tmp vdev_missing.o.tmp vdev_queue.o.tmp vdev_raidz.o.tmp vdev_root.o.tmp zap.o.tmp zap_leaf.o.tmp zap_micro.o.tmp zfs_byteswap.o.tmp zfs_debug.o.tmp zfs_fm.o.tmp zfs_fuid.o.tmp zfs_sa.o.tmp zfs_znode.o.tmp zil.o.tmp zio.o.tmp zio_checksum.o.tmp zio_compress.o.tmp zio_inject.o.tmp zle.o.tmp zrlock.o.tmp vdev_file.o.tmp trim_map.o.tmp zfeature_common.o.tmp zfs_comutil.o.tmp zfs_deleg.o.tmp zfs_fletcher.o.tmp zfs_namecheck.o.tmp zfs_prop.o.tmp zpool_prop.o.tmp zprop_common.o.tmp taskq.o.tmp util.o.tmp list.o.tmp u8_textprep.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMipo && rm -f .depend AlwaysInliner.d Annotation2Metadata.d ArgumentPromotion.d Attributor.d AttributorAttributes.d BarrierNoopPass.d BlockExtractor.d CalledValuePropagation.d ConstantMerge.d CrossDSOCFI.d DeadArgumentElimination.d ElimAvailExtern.d ExtractGV.d ForceFunctionAttrs.d FunctionAttrs.d FunctionImport.d GlobalDCE.d GlobalOpt.d GlobalSplit.d HotColdSplitting.d IPO.d IROutliner.d InferFunctionAttrs.d InlineSimple.d Inliner.d Internalize.d LoopExtractor.d LowerTypeTests.d MergeFunctions.d OpenMPOpt.d PartialInlining.d PassManagerBuilder.d PruneEH.d SCCP.d SampleContextTracker.d SampleProfile.d SampleProfileProbe.d StripDeadPrototypes.d StripSymbols.d SyntheticCountsPropagation.d ThinLTOBitcodeWriter.d WholeProgramDevirt.d AlwaysInliner.d.tmp Annotation2Metadata.d.tmp ArgumentPromotion.d.tmp Attributor.d.tmp AttributorAttributes.d.tmp BarrierNoopPass.d.tmp BlockExtractor.d.tmp CalledValuePropagation.d.tmp ConstantMerge.d.tmp CrossDSOCFI.d.tmp DeadArgumentElimination.d.tmp ElimAvailExtern.d.tmp ExtractGV.d.tmp ForceFunctionAttrs.d.tmp FunctionAttrs.d.tmp FunctionImport.d.tmp GlobalDCE.d.tmp GlobalOpt.d.tmp GlobalSplit.d.tmp HotColdSplitting.d.tmp IPO.d.tmp IROutliner.d.tmp InferFunctionAttrs.d.tmp InlineSimple.d.tmp Inliner.d.tmp Internalize.d.tmp LoopExtractor.d.tmp LowerTypeTests.d.tmp MergeFunctions.d.tmp OpenMPOpt.d.tmp PartialInlining.d.tmp PassManagerBuilder.d.tmp PruneEH.d.tmp SCCP.d.tmp SampleContextTracker.d.tmp SampleProfile.d.tmp SampleProfileProbe.d.tmp StripDeadPrototypes.d.tmp StripSymbols.d.tmp SyntheticCountsPropagation.d.tmp ThinLTOBitcodeWriter.d.tmp WholeProgramDevirt.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMipo && rm -f .depend AlwaysInliner.d Annotation2Metadata.d ArgumentPromotion.d Attributor.d AttributorAttributes.d BarrierNoopPass.d BlockExtractor.d CalledValuePropagation.d ConstantMerge.d CrossDSOCFI.d DeadArgumentElimination.d ElimAvailExtern.d ExtractGV.d ForceFunctionAttrs.d FunctionAttrs.d FunctionImport.d GlobalDCE.d GlobalOpt.d GlobalSplit.d HotColdSplitting.d IPO.d IROutliner.d InferFunctionAttrs.d InlineSimple.d Inliner.d Internalize.d LoopExtractor.d LowerTypeTests.d MergeFunctions.d OpenMPOpt.d PartialInlining.d PassManagerBuilder.d PruneEH.d SCCP.d SampleContextTracker.d SampleProfile.d SampleProfileProbe.d StripDeadPrototypes.d StripSymbols.d SyntheticCountsPropagation.d ThinLTOBitcodeWriter.d WholeProgramDevirt.d AlwaysInliner.d.tmp Annotation2Metadata.d.tmp ArgumentPromotion.d.tmp Attributor.d.tmp AttributorAttributes.d.tmp BarrierNoopPass.d.tmp BlockExtractor.d.tmp CalledValuePropagation.d.tmp ConstantMerge.d.tmp CrossDSOCFI.d.tmp DeadArgumentElimination.d.tmp ElimAvailExtern.d.tmp ExtractGV.d.tmp ForceFunctionAttrs.d.tmp FunctionAttrs.d.tmp FunctionImport.d.tmp GlobalDCE.d.tmp GlobalOpt.d.tmp GlobalSplit.d.tmp HotColdSplitting.d.tmp IPO.d.tmp IROutliner.d.tmp InferFunctionAttrs.d.tmp InlineSimple.d.tmp Inliner.d.tmp Internalize.d.tmp LoopExtractor.d.tmp LowerTypeTests.d.tmp MergeFunctions.d.tmp OpenMPOpt.d.tmp PartialInlining.d.tmp PassManagerBuilder.d.tmp PruneEH.d.tmp SCCP.d.tmp SampleContextTracker.d.tmp SampleProfile.d.tmp SampleProfileProbe.d.tmp StripDeadPrototypes.d.tmp StripSymbols.d.tmp SyntheticCountsPropagation.d.tmp ThinLTOBitcodeWriter.d.tmp WholeProgramDevirt.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f libzpool_p.a kernel.po atomic.po arc.po bplist.po blkptr.po bpobj.po bptree.po bqueue.po dbuf.po ddt.po ddt_zap.po dmu.po dmu_diff.po dmu_send.po dmu_object.po dmu_objset.po dmu_traverse.po dmu_tx.po dnode.po dnode_sync.po dsl_bookmark.po dsl_dir.po dsl_dataset.po dsl_deadlist.po dsl_destroy.po dsl_pool.po dsl_synctask.po dsl_userhold.po dmu_zfetch.po dsl_deleg.po dsl_prop.po dsl_scan.po zfeature.po gzip.po lz4.po lzjb.po metaslab.po multilist.po range_tree.po refcount.po rrwlock.po sa.po sha256.po spa.po spa_config.po spa_errlog.po spa_history.po spa_misc.po space_map.po space_reftree.po txg.po uberblock.po unique.po vdev.po vdev_cache.po vdev_file.po vdev_label.po vdev_mirror.po vdev_missing.po vdev_queue.po vdev_raidz.po vdev_root.po zap.po zap_leaf.po zap_micro.po zfs_byteswap.po zfs_debug.po zfs_fm.po zfs_fuid.po zfs_sa.po zfs_znode.po zil.po zio.po zio_checksum.po zio_compress.po zio_inject.po zle.po zrlock.po vdev_file.po trim_map.po zfeature_common.po zfs_comutil.po zfs_deleg.po zfs_fletcher.po zfs_namecheck.po zfs_prop.po zpool_prop.po zprop_common.po taskq.po util.po list.po u8_textprep.po kernel.po.tmp atomic.po.tmp arc.po.tmp bplist.po.tmp blkptr.po.tmp bpobj.po.tmp bptree.po.tmp bqueue.po.tmp dbuf.po.tmp ddt.po.tmp ddt_zap.po.tmp dmu.po.tmp dmu_diff.po.tmp dmu_send.po.tmp dmu_object.po.tmp dmu_objset.po.tmp dmu_traverse.po.tmp dmu_tx.po.tmp dnode.po.tmp dnode_sync.po.tmp dsl_bookmark.po.tmp dsl_dir.po.tmp dsl_dataset.po.tmp dsl_deadlist.po.tmp dsl_destroy.po.tmp dsl_pool.po.tmp dsl_synctask.po.tmp dsl_userhold.po.tmp dmu_zfetch.po.tmp dsl_deleg.po.tmp dsl_prop.po.tmp dsl_scan.po.tmp zfeature.po.tmp gzip.po.tmp lz4.po.tmp lzjb.po.tmp metaslab.po.tmp multilist.po.tmp range_tree.po.tmp refcount.po.tmp rrwlock.po.tmp sa.po.tmp sha256.po.tmp spa.po.tmp spa_config.po.tmp spa_errlog.po.tmp spa_history.po.tmp spa_misc.po.tmp space_map.po.tmp space_reftree.po.tmp txg.po.tmp uberblock.po.tmp unique.po.tmp vdev.po.tmp vdev_cache.po.tmp vdev_file.po.tmp vdev_label.po.tmp vdev_mirror.po.tmp vdev_missing.po.tmp vdev_queue.po.tmp vdev_raidz.po.tmp vdev_root.po.tmp zap.po.tmp zap_leaf.po.tmp zap_micro.po.tmp zfs_byteswap.po.tmp zfs_debug.po.tmp zfs_fm.po.tmp zfs_fuid.po.tmp zfs_sa.po.tmp zfs_znode.po.tmp zil.po.tmp zio.po.tmp zio_checksum.po.tmp zio_compress.po.tmp zio_inject.po.tmp zle.po.tmp zrlock.po.tmp vdev_file.po.tmp trim_map.po.tmp zfeature_common.po.tmp zfs_comutil.po.tmp zfs_deleg.po.tmp zfs_fletcher.po.tmp zfs_namecheck.po.tmp zfs_prop.po.tmp zpool_prop.po.tmp zprop_common.po.tmp taskq.po.tmp util.po.tmp list.po.tmp u8_textprep.po.tmp || true) --- cleandir-lib --- --- cleandir-libLLVMIR --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f libzpool_p.a kernel.po atomic.po arc.po bplist.po blkptr.po bpobj.po bptree.po bqueue.po dbuf.po ddt.po ddt_zap.po dmu.po dmu_diff.po dmu_send.po dmu_object.po dmu_objset.po dmu_traverse.po dmu_tx.po dnode.po dnode_sync.po dsl_bookmark.po dsl_dir.po dsl_dataset.po dsl_deadlist.po dsl_destroy.po dsl_pool.po dsl_synctask.po dsl_userhold.po dmu_zfetch.po dsl_deleg.po dsl_prop.po dsl_scan.po zfeature.po gzip.po lz4.po lzjb.po metaslab.po multilist.po range_tree.po refcount.po rrwlock.po sa.po sha256.po spa.po spa_config.po spa_errlog.po spa_history.po spa_misc.po space_map.po space_reftree.po txg.po uberblock.po unique.po vdev.po vdev_cache.po vdev_file.po vdev_label.po vdev_mirror.po vdev_missing.po vdev_queue.po vdev_raidz.po vdev_root.po zap.po zap_leaf.po zap_micro.po zfs_byteswap.po zfs_debug.po zfs_fm.po zfs_fuid.po zfs_sa.po zfs_znode.po zil.po zio.po zio_checksum.po zio_compress.po zio_inject.po zle.po zrlock.po vdev_file.po trim_map.po zfeature_common.po zfs_comutil.po zfs_deleg.po zfs_fletcher.po zfs_namecheck.po zfs_prop.po zpool_prop.po zprop_common.po taskq.po util.po list.po u8_textprep.po kernel.po.tmp atomic.po.tmp arc.po.tmp bplist.po.tmp blkptr.po.tmp bpobj.po.tmp bptree.po.tmp bqueue.po.tmp dbuf.po.tmp ddt.po.tmp ddt_zap.po.tmp dmu.po.tmp dmu_diff.po.tmp dmu_send.po.tmp dmu_object.po.tmp dmu_objset.po.tmp dmu_traverse.po.tmp dmu_tx.po.tmp dnode.po.tmp dnode_sync.po.tmp dsl_bookmark.po.tmp dsl_dir.po.tmp dsl_dataset.po.tmp dsl_deadlist.po.tmp dsl_destroy.po.tmp dsl_pool.po.tmp dsl_synctask.po.tmp dsl_userhold.po.tmp dmu_zfetch.po.tmp dsl_deleg.po.tmp dsl_prop.po.tmp dsl_scan.po.tmp zfeature.po.tmp gzip.po.tmp lz4.po.tmp lzjb.po.tmp metaslab.po.tmp multilist.po.tmp range_tree.po.tmp refcount.po.tmp rrwlock.po.tmp sa.po.tmp sha256.po.tmp spa.po.tmp spa_config.po.tmp spa_errlog.po.tmp spa_history.po.tmp spa_misc.po.tmp space_map.po.tmp space_reftree.po.tmp txg.po.tmp uberblock.po.tmp unique.po.tmp vdev.po.tmp vdev_cache.po.tmp vdev_file.po.tmp vdev_label.po.tmp vdev_mirror.po.tmp vdev_missing.po.tmp vdev_queue.po.tmp vdev_raidz.po.tmp vdev_root.po.tmp zap.po.tmp zap_leaf.po.tmp zap_micro.po.tmp zfs_byteswap.po.tmp zfs_debug.po.tmp zfs_fm.po.tmp zfs_fuid.po.tmp zfs_sa.po.tmp zfs_znode.po.tmp zil.po.tmp zio.po.tmp zio_checksum.po.tmp zio_compress.po.tmp zio_inject.po.tmp zle.po.tmp zrlock.po.tmp vdev_file.po.tmp trim_map.po.tmp zfeature_common.po.tmp zfs_comutil.po.tmp zfs_deleg.po.tmp zfs_fletcher.po.tmp zfs_namecheck.po.tmp zfs_prop.po.tmp zpool_prop.po.tmp zprop_common.po.tmp taskq.po.tmp util.po.tmp list.po.tmp u8_textprep.po.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMIR --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f libzpool_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f libzpool_g.a || true) --- libclean4 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f libzpool_pic.a libzpool.so.* libzpool.so kernel.pico atomic.pico arc.pico bplist.pico blkptr.pico bpobj.pico bptree.pico bqueue.pico dbuf.pico ddt.pico ddt_zap.pico dmu.pico dmu_diff.pico dmu_send.pico dmu_object.pico dmu_objset.pico dmu_traverse.pico dmu_tx.pico dnode.pico dnode_sync.pico dsl_bookmark.pico dsl_dir.pico dsl_dataset.pico dsl_deadlist.pico dsl_destroy.pico dsl_pool.pico dsl_synctask.pico dsl_userhold.pico dmu_zfetch.pico dsl_deleg.pico dsl_prop.pico dsl_scan.pico zfeature.pico gzip.pico lz4.pico lzjb.pico metaslab.pico multilist.pico range_tree.pico refcount.pico rrwlock.pico sa.pico sha256.pico spa.pico spa_config.pico spa_errlog.pico spa_history.pico spa_misc.pico space_map.pico space_reftree.pico txg.pico uberblock.pico unique.pico vdev.pico vdev_cache.pico vdev_file.pico vdev_label.pico vdev_mirror.pico vdev_missing.pico vdev_queue.pico vdev_raidz.pico vdev_root.pico zap.pico zap_leaf.pico zap_micro.pico zfs_byteswap.pico zfs_debug.pico zfs_fm.pico zfs_fuid.pico zfs_sa.pico zfs_znode.pico zil.pico zio.pico zio_checksum.pico zio_compress.pico zio_inject.pico zle.pico zrlock.pico vdev_file.pico trim_map.pico zfeature_common.pico zfs_comutil.pico zfs_deleg.pico zfs_fletcher.pico zfs_namecheck.pico zfs_prop.pico zpool_prop.pico zprop_common.pico taskq.pico util.pico list.pico u8_textprep.pico kernel.pico.tmp atomic.pico.tmp arc.pico.tmp bplist.pico.tmp blkptr.pico.tmp bpobj.pico.tmp bptree.pico.tmp bqueue.pico.tmp dbuf.pico.tmp ddt.pico.tmp ddt_zap.pico.tmp dmu.pico.tmp dmu_diff.pico.tmp dmu_send.pico.tmp dmu_object.pico.tmp dmu_objset.pico.tmp dmu_traverse.pico.tmp dmu_tx.pico.tmp dnode.pico.tmp dnode_sync.pico.tmp dsl_bookmark.pico.tmp dsl_dir.pico.tmp dsl_dataset.pico.tmp dsl_deadlist.pico.tmp dsl_destroy.pico.tmp dsl_pool.pico.tmp dsl_synctask.pico.tmp dsl_userhold.pico.tmp dmu_zfetch.pico.tmp dsl_deleg.pico.tmp dsl_prop.pico.tmp dsl_scan.pico.tmp zfeature.pico.tmp gzip.pico.tmp lz4.pico.tmp lzjb.pico.tmp metaslab.pico.tmp multilist.pico.tmp range_tree.pico.tmp refcount.pico.tmp rrwlock.pico.tmp sa.pico.tmp sha256.pico.tmp spa.pico.tmp spa_config.pico.tmp spa_errlog.pico.tmp spa_history.pico.tmp spa_misc.pico.tmp space_map.pico.tmp space_reftree.pico.tmp txg.pico.tmp uberblock.pico.tmp unique.pico.tmp vdev.pico.tmp vdev_cache.pico.tmp vdev_file.pico.tmp vdev_label.pico.tmp vdev_mirror.pico.tmp vdev_missing.pico.tmp vdev_queue.pico.tmp vdev_raidz.pico.tmp vdev_root.pico.tmp zap.pico.tmp zap_leaf.pico.tmp zap_micro.pico.tmp zfs_byteswap.pico.tmp zfs_debug.pico.tmp zfs_fm.pico.tmp zfs_fuid.pico.tmp zfs_sa.pico.tmp zfs_znode.pico.tmp zil.pico.tmp zio.pico.tmp zio_checksum.pico.tmp zio_compress.pico.tmp zio_inject.pico.tmp zle.pico.tmp zrlock.pico.tmp vdev_file.pico.tmp trim_map.pico.tmp zfeature_common.pico.tmp zfs_comutil.pico.tmp zfs_deleg.pico.tmp zfs_fletcher.pico.tmp zfs_namecheck.pico.tmp zfs_prop.pico.tmp zpool_prop.pico.tmp zprop_common.pico.tmp taskq.pico.tmp util.pico.tmp list.pico.tmp u8_textprep.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR.a AbstractCallSite.o AsmWriter.o Assumptions.o Attributes.o AutoUpgrade.o BasicBlock.o BuiltinGCs.o Comdat.o ConstantFold.o ConstantRange.o Constants.o Core.o DataLayout.o DebugInfo.o DebugInfoMetadata.o DebugLoc.o DiagnosticHandler.o DiagnosticInfo.o DiagnosticPrinter.o DIBuilder.o Dominators.o FPEnv.o Function.o GCStrategy.o Globals.o GVMaterializer.o InlineAsm.o Instruction.o Instructions.o IntrinsicInst.o IRBuilder.o IRPrintingPasses.o LegacyPassManager.o LLVMContext.o LLVMContextImpl.o LLVMRemarkStreamer.o Mangler.o MDBuilder.o Metadata.o Module.o ModuleSummaryIndex.o Operator.o OptBisect.o Pass.o PassInstrumentation.o PassManager.o PassRegistry.o PassTimingInfo.o PrintPasses.o ProfileSummary.o PseudoProbe.o ReplaceConstant.o SafepointIRVerifier.o Statepoint.o StructuralHash.o Type.o TypeFinder.o Use.o User.o Value.o ValueSymbolTable.o Verifier.o AbstractCallSite.o.tmp AsmWriter.o.tmp Assumptions.o.tmp Attributes.o.tmp AutoUpgrade.o.tmp BasicBlock.o.tmp BuiltinGCs.o.tmp Comdat.o.tmp ConstantFold.o.tmp ConstantRange.o.tmp Constants.o.tmp Core.o.tmp DataLayout.o.tmp DebugInfo.o.tmp DebugInfoMetadata.o.tmp DebugLoc.o.tmp DiagnosticHandler.o.tmp DiagnosticInfo.o.tmp DiagnosticPrinter.o.tmp DIBuilder.o.tmp Dominators.o.tmp FPEnv.o.tmp Function.o.tmp GCStrategy.o.tmp Globals.o.tmp GVMaterializer.o.tmp InlineAsm.o.tmp Instruction.o.tmp Instructions.o.tmp IntrinsicInst.o.tmp IRBuilder.o.tmp IRPrintingPasses.o.tmp LegacyPassManager.o.tmp LLVMContext.o.tmp LLVMContextImpl.o.tmp LLVMRemarkStreamer.o.tmp Mangler.o.tmp MDBuilder.o.tmp Metadata.o.tmp Module.o.tmp ModuleSummaryIndex.o.tmp Operator.o.tmp OptBisect.o.tmp Pass.o.tmp PassInstrumentation.o.tmp PassManager.o.tmp PassRegistry.o.tmp PassTimingInfo.o.tmp PrintPasses.o.tmp ProfileSummary.o.tmp PseudoProbe.o.tmp ReplaceConstant.o.tmp SafepointIRVerifier.o.tmp Statepoint.o.tmp StructuralHash.o.tmp Type.o.tmp TypeFinder.o.tmp Use.o.tmp User.o.tmp Value.o.tmp ValueSymbolTable.o.tmp Verifier.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR.a AbstractCallSite.o AsmWriter.o Assumptions.o Attributes.o AutoUpgrade.o BasicBlock.o BuiltinGCs.o Comdat.o ConstantFold.o ConstantRange.o Constants.o Core.o DataLayout.o DebugInfo.o DebugInfoMetadata.o DebugLoc.o DiagnosticHandler.o DiagnosticInfo.o DiagnosticPrinter.o DIBuilder.o Dominators.o FPEnv.o Function.o GCStrategy.o Globals.o GVMaterializer.o InlineAsm.o Instruction.o Instructions.o IntrinsicInst.o IRBuilder.o IRPrintingPasses.o LegacyPassManager.o LLVMContext.o LLVMContextImpl.o LLVMRemarkStreamer.o Mangler.o MDBuilder.o Metadata.o Module.o ModuleSummaryIndex.o Operator.o OptBisect.o Pass.o PassInstrumentation.o PassManager.o PassRegistry.o PassTimingInfo.o PrintPasses.o ProfileSummary.o PseudoProbe.o ReplaceConstant.o SafepointIRVerifier.o Statepoint.o StructuralHash.o Type.o TypeFinder.o Use.o User.o Value.o ValueSymbolTable.o Verifier.o AbstractCallSite.o.tmp AsmWriter.o.tmp Assumptions.o.tmp Attributes.o.tmp AutoUpgrade.o.tmp BasicBlock.o.tmp BuiltinGCs.o.tmp Comdat.o.tmp ConstantFold.o.tmp ConstantRange.o.tmp Constants.o.tmp Core.o.tmp DataLayout.o.tmp DebugInfo.o.tmp DebugInfoMetadata.o.tmp DebugLoc.o.tmp DiagnosticHandler.o.tmp DiagnosticInfo.o.tmp DiagnosticPrinter.o.tmp DIBuilder.o.tmp Dominators.o.tmp FPEnv.o.tmp Function.o.tmp GCStrategy.o.tmp Globals.o.tmp GVMaterializer.o.tmp InlineAsm.o.tmp Instruction.o.tmp Instructions.o.tmp IntrinsicInst.o.tmp IRBuilder.o.tmp IRPrintingPasses.o.tmp LegacyPassManager.o.tmp LLVMContext.o.tmp LLVMContextImpl.o.tmp LLVMRemarkStreamer.o.tmp Mangler.o.tmp MDBuilder.o.tmp Metadata.o.tmp Module.o.tmp ModuleSummaryIndex.o.tmp Operator.o.tmp OptBisect.o.tmp Pass.o.tmp PassInstrumentation.o.tmp PassManager.o.tmp PassRegistry.o.tmp PassTimingInfo.o.tmp PrintPasses.o.tmp ProfileSummary.o.tmp PseudoProbe.o.tmp ReplaceConstant.o.tmp SafepointIRVerifier.o.tmp Statepoint.o.tmp StructuralHash.o.tmp Type.o.tmp TypeFinder.o.tmp Use.o.tmp User.o.tmp Value.o.tmp ValueSymbolTable.o.tmp Verifier.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f libzpool_pic.a libzpool.so.* libzpool.so kernel.pico atomic.pico arc.pico bplist.pico blkptr.pico bpobj.pico bptree.pico bqueue.pico dbuf.pico ddt.pico ddt_zap.pico dmu.pico dmu_diff.pico dmu_send.pico dmu_object.pico dmu_objset.pico dmu_traverse.pico dmu_tx.pico dnode.pico dnode_sync.pico dsl_bookmark.pico dsl_dir.pico dsl_dataset.pico dsl_deadlist.pico dsl_destroy.pico dsl_pool.pico dsl_synctask.pico dsl_userhold.pico dmu_zfetch.pico dsl_deleg.pico dsl_prop.pico dsl_scan.pico zfeature.pico gzip.pico lz4.pico lzjb.pico metaslab.pico multilist.pico range_tree.pico refcount.pico rrwlock.pico sa.pico sha256.pico spa.pico spa_config.pico spa_errlog.pico spa_history.pico spa_misc.pico space_map.pico space_reftree.pico txg.pico uberblock.pico unique.pico vdev.pico vdev_cache.pico vdev_file.pico vdev_label.pico vdev_mirror.pico vdev_missing.pico vdev_queue.pico vdev_raidz.pico vdev_root.pico zap.pico zap_leaf.pico zap_micro.pico zfs_byteswap.pico zfs_debug.pico zfs_fm.pico zfs_fuid.pico zfs_sa.pico zfs_znode.pico zil.pico zio.pico zio_checksum.pico zio_compress.pico zio_inject.pico zle.pico zrlock.pico vdev_file.pico trim_map.pico zfeature_common.pico zfs_comutil.pico zfs_deleg.pico zfs_fletcher.pico zfs_namecheck.pico zfs_prop.pico zpool_prop.pico zprop_common.pico taskq.pico util.pico list.pico u8_textprep.pico kernel.pico.tmp atomic.pico.tmp arc.pico.tmp bplist.pico.tmp blkptr.pico.tmp bpobj.pico.tmp bptree.pico.tmp bqueue.pico.tmp dbuf.pico.tmp ddt.pico.tmp ddt_zap.pico.tmp dmu.pico.tmp dmu_diff.pico.tmp dmu_send.pico.tmp dmu_object.pico.tmp dmu_objset.pico.tmp dmu_traverse.pico.tmp dmu_tx.pico.tmp dnode.pico.tmp dnode_sync.pico.tmp dsl_bookmark.pico.tmp dsl_dir.pico.tmp dsl_dataset.pico.tmp dsl_deadlist.pico.tmp dsl_destroy.pico.tmp dsl_pool.pico.tmp dsl_synctask.pico.tmp dsl_userhold.pico.tmp dmu_zfetch.pico.tmp dsl_deleg.pico.tmp dsl_prop.pico.tmp dsl_scan.pico.tmp zfeature.pico.tmp gzip.pico.tmp lz4.pico.tmp lzjb.pico.tmp metaslab.pico.tmp multilist.pico.tmp range_tree.pico.tmp refcount.pico.tmp rrwlock.pico.tmp sa.pico.tmp sha256.pico.tmp spa.pico.tmp spa_config.pico.tmp spa_errlog.pico.tmp spa_history.pico.tmp spa_misc.pico.tmp space_map.pico.tmp space_reftree.pico.tmp txg.pico.tmp uberblock.pico.tmp unique.pico.tmp vdev.pico.tmp vdev_cache.pico.tmp vdev_file.pico.tmp vdev_label.pico.tmp vdev_mirror.pico.tmp vdev_missing.pico.tmp vdev_queue.pico.tmp vdev_raidz.pico.tmp vdev_root.pico.tmp zap.pico.tmp zap_leaf.pico.tmp zap_micro.pico.tmp zfs_byteswap.pico.tmp zfs_debug.pico.tmp zfs_fm.pico.tmp zfs_fuid.pico.tmp zfs_sa.pico.tmp zfs_znode.pico.tmp zil.pico.tmp zio.pico.tmp zio_checksum.pico.tmp zio_compress.pico.tmp zio_inject.pico.tmp zle.pico.tmp zrlock.pico.tmp vdev_file.pico.tmp trim_map.pico.tmp zfeature_common.pico.tmp zfs_comutil.pico.tmp zfs_deleg.pico.tmp zfs_fletcher.pico.tmp zfs_namecheck.pico.tmp zfs_prop.pico.tmp zpool_prop.pico.tmp zprop_common.pico.tmp taskq.pico.tmp util.pico.tmp list.pico.tmp u8_textprep.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f llib-lzpool.ln kernel.ln atomic.ln arc.ln bplist.ln blkptr.ln bpobj.ln bptree.ln bqueue.ln dbuf.ln ddt.ln ddt_zap.ln dmu.ln dmu_diff.ln dmu_send.ln dmu_object.ln dmu_objset.ln dmu_traverse.ln dmu_tx.ln dnode.ln dnode_sync.ln dsl_bookmark.ln dsl_dir.ln dsl_dataset.ln dsl_deadlist.ln dsl_destroy.ln dsl_pool.ln dsl_synctask.ln dsl_userhold.ln dmu_zfetch.ln dsl_deleg.ln dsl_prop.ln dsl_scan.ln zfeature.ln gzip.ln lz4.ln lzjb.ln metaslab.ln multilist.ln range_tree.ln refcount.ln rrwlock.ln sa.ln sha256.ln spa.ln spa_config.ln spa_errlog.ln spa_history.ln spa_misc.ln space_map.ln space_reftree.ln txg.ln uberblock.ln unique.ln vdev.ln vdev_cache.ln vdev_file.ln vdev_label.ln vdev_mirror.ln vdev_missing.ln vdev_queue.ln vdev_raidz.ln vdev_root.ln zap.ln zap_leaf.ln zap_micro.ln zfs_byteswap.ln zfs_debug.ln zfs_fm.ln zfs_fuid.ln zfs_sa.ln zfs_znode.ln zil.ln zio.ln zio_checksum.ln zio_compress.ln zio_inject.ln zle.ln zrlock.ln vdev_file.ln trim_map.ln zfeature_common.ln zfs_comutil.ln zfs_deleg.ln zfs_fletcher.ln zfs_namecheck.ln zfs_prop.ln zpool_prop.ln zprop_common.ln taskq.ln util.ln list.ln u8_textprep.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f llib-lzpool.ln kernel.ln atomic.ln arc.ln bplist.ln blkptr.ln bpobj.ln bptree.ln bqueue.ln dbuf.ln ddt.ln ddt_zap.ln dmu.ln dmu_diff.ln dmu_send.ln dmu_object.ln dmu_objset.ln dmu_traverse.ln dmu_tx.ln dnode.ln dnode_sync.ln dsl_bookmark.ln dsl_dir.ln dsl_dataset.ln dsl_deadlist.ln dsl_destroy.ln dsl_pool.ln dsl_synctask.ln dsl_userhold.ln dmu_zfetch.ln dsl_deleg.ln dsl_prop.ln dsl_scan.ln zfeature.ln gzip.ln lz4.ln lzjb.ln metaslab.ln multilist.ln range_tree.ln refcount.ln rrwlock.ln sa.ln sha256.ln spa.ln spa_config.ln spa_errlog.ln spa_history.ln spa_misc.ln space_map.ln space_reftree.ln txg.ln uberblock.ln unique.ln vdev.ln vdev_cache.ln vdev_file.ln vdev_label.ln vdev_mirror.ln vdev_missing.ln vdev_queue.ln vdev_raidz.ln vdev_root.ln zap.ln zap_leaf.ln zap_micro.ln zfs_byteswap.ln zfs_debug.ln zfs_fm.ln zfs_fuid.ln zfs_sa.ln zfs_znode.ln zil.ln zio.ln zio_checksum.ln zio_compress.ln zio_inject.ln zle.ln zrlock.ln vdev_file.ln trim_map.ln zfeature_common.ln zfs_comutil.ln zfs_deleg.ln zfs_fletcher.ln zfs_namecheck.ln zfs_prop.ln zpool_prop.ln zprop_common.ln taskq.ln util.ln list.ln u8_textprep.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f libzpool.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f libzpool.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_pic.a AbstractCallSite.pico AsmWriter.pico Assumptions.pico Attributes.pico AutoUpgrade.pico BasicBlock.pico BuiltinGCs.pico Comdat.pico ConstantFold.pico ConstantRange.pico Constants.pico Core.pico DataLayout.pico DebugInfo.pico DebugInfoMetadata.pico DebugLoc.pico DiagnosticHandler.pico DiagnosticInfo.pico DiagnosticPrinter.pico DIBuilder.pico Dominators.pico FPEnv.pico Function.pico GCStrategy.pico Globals.pico GVMaterializer.pico InlineAsm.pico Instruction.pico Instructions.pico IntrinsicInst.pico IRBuilder.pico IRPrintingPasses.pico LegacyPassManager.pico LLVMContext.pico LLVMContextImpl.pico LLVMRemarkStreamer.pico Mangler.pico MDBuilder.pico Metadata.pico Module.pico ModuleSummaryIndex.pico Operator.pico OptBisect.pico Pass.pico PassInstrumentation.pico PassManager.pico PassRegistry.pico PassTimingInfo.pico PrintPasses.pico ProfileSummary.pico PseudoProbe.pico ReplaceConstant.pico SafepointIRVerifier.pico Statepoint.pico StructuralHash.pico Type.pico TypeFinder.pico Use.pico User.pico Value.pico ValueSymbolTable.pico Verifier.pico AbstractCallSite.pico.tmp AsmWriter.pico.tmp Assumptions.pico.tmp Attributes.pico.tmp AutoUpgrade.pico.tmp BasicBlock.pico.tmp BuiltinGCs.pico.tmp Comdat.pico.tmp ConstantFold.pico.tmp ConstantRange.pico.tmp Constants.pico.tmp Core.pico.tmp DataLayout.pico.tmp DebugInfo.pico.tmp DebugInfoMetadata.pico.tmp DebugLoc.pico.tmp DiagnosticHandler.pico.tmp DiagnosticInfo.pico.tmp DiagnosticPrinter.pico.tmp DIBuilder.pico.tmp Dominators.pico.tmp FPEnv.pico.tmp Function.pico.tmp GCStrategy.pico.tmp Globals.pico.tmp GVMaterializer.pico.tmp InlineAsm.pico.tmp Instruction.pico.tmp Instructions.pico.tmp IntrinsicInst.pico.tmp IRBuilder.pico.tmp IRPrintingPasses.pico.tmp LegacyPassManager.pico.tmp LLVMContext.pico.tmp LLVMContextImpl.pico.tmp LLVMRemarkStreamer.pico.tmp Mangler.pico.tmp MDBuilder.pico.tmp Metadata.pico.tmp Module.pico.tmp ModuleSummaryIndex.pico.tmp Operator.pico.tmp OptBisect.pico.tmp Pass.pico.tmp PassInstrumentation.pico.tmp PassManager.pico.tmp PassRegistry.pico.tmp PassTimingInfo.pico.tmp PrintPasses.pico.tmp ProfileSummary.pico.tmp PseudoProbe.pico.tmp ReplaceConstant.pico.tmp SafepointIRVerifier.pico.tmp Statepoint.pico.tmp StructuralHash.pico.tmp Type.pico.tmp TypeFinder.pico.tmp Use.pico.tmp User.pico.tmp Value.pico.tmp ValueSymbolTable.pico.tmp Verifier.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR_pic.a AbstractCallSite.pico AsmWriter.pico Assumptions.pico Attributes.pico AutoUpgrade.pico BasicBlock.pico BuiltinGCs.pico Comdat.pico ConstantFold.pico ConstantRange.pico Constants.pico Core.pico DataLayout.pico DebugInfo.pico DebugInfoMetadata.pico DebugLoc.pico DiagnosticHandler.pico DiagnosticInfo.pico DiagnosticPrinter.pico DIBuilder.pico Dominators.pico FPEnv.pico Function.pico GCStrategy.pico Globals.pico GVMaterializer.pico InlineAsm.pico Instruction.pico Instructions.pico IntrinsicInst.pico IRBuilder.pico IRPrintingPasses.pico LegacyPassManager.pico LLVMContext.pico LLVMContextImpl.pico LLVMRemarkStreamer.pico Mangler.pico MDBuilder.pico Metadata.pico Module.pico ModuleSummaryIndex.pico Operator.pico OptBisect.pico Pass.pico PassInstrumentation.pico PassManager.pico PassRegistry.pico PassTimingInfo.pico PrintPasses.pico ProfileSummary.pico PseudoProbe.pico ReplaceConstant.pico SafepointIRVerifier.pico Statepoint.pico StructuralHash.pico Type.pico TypeFinder.pico Use.pico User.pico Value.pico ValueSymbolTable.pico Verifier.pico AbstractCallSite.pico.tmp AsmWriter.pico.tmp Assumptions.pico.tmp Attributes.pico.tmp AutoUpgrade.pico.tmp BasicBlock.pico.tmp BuiltinGCs.pico.tmp Comdat.pico.tmp ConstantFold.pico.tmp ConstantRange.pico.tmp Constants.pico.tmp Core.pico.tmp DataLayout.pico.tmp DebugInfo.pico.tmp DebugInfoMetadata.pico.tmp DebugLoc.pico.tmp DiagnosticHandler.pico.tmp DiagnosticInfo.pico.tmp DiagnosticPrinter.pico.tmp DIBuilder.pico.tmp Dominators.pico.tmp FPEnv.pico.tmp Function.pico.tmp GCStrategy.pico.tmp Globals.pico.tmp GVMaterializer.pico.tmp InlineAsm.pico.tmp Instruction.pico.tmp Instructions.pico.tmp IntrinsicInst.pico.tmp IRBuilder.pico.tmp IRPrintingPasses.pico.tmp LegacyPassManager.pico.tmp LLVMContext.pico.tmp LLVMContextImpl.pico.tmp LLVMRemarkStreamer.pico.tmp Mangler.pico.tmp MDBuilder.pico.tmp Metadata.pico.tmp Module.pico.tmp ModuleSummaryIndex.pico.tmp Operator.pico.tmp OptBisect.pico.tmp Pass.pico.tmp PassInstrumentation.pico.tmp PassManager.pico.tmp PassRegistry.pico.tmp PassTimingInfo.pico.tmp PrintPasses.pico.tmp ProfileSummary.pico.tmp PseudoProbe.pico.tmp ReplaceConstant.pico.tmp SafepointIRVerifier.pico.tmp Statepoint.pico.tmp StructuralHash.pico.tmp Type.pico.tmp TypeFinder.pico.tmp Use.pico.tmp User.pico.tmp Value.pico.tmp ValueSymbolTable.pico.tmp Verifier.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzpool && rm -f .depend arc.d atomic.d blkptr.d bplist.d bpobj.d bptree.d bqueue.d dbuf.d ddt.d ddt_zap.d dmu.d dmu_diff.d dmu_object.d dmu_objset.d dmu_send.d dmu_traverse.d dmu_tx.d dmu_zfetch.d dnode.d dnode_sync.d dsl_bookmark.d dsl_dataset.d dsl_deadlist.d dsl_deleg.d dsl_destroy.d dsl_dir.d dsl_pool.d dsl_prop.d dsl_scan.d dsl_synctask.d dsl_userhold.d gzip.d kernel.d list.d lz4.d lzjb.d metaslab.d multilist.d range_tree.d refcount.d rrwlock.d sa.d sha256.d spa.d spa_config.d spa_errlog.d spa_history.d spa_misc.d space_map.d space_reftree.d taskq.d trim_map.d txg.d u8_textprep.d uberblock.d unique.d util.d vdev.d vdev_cache.d vdev_file.d vdev_label.d vdev_mirror.d vdev_missing.d vdev_queue.d vdev_raidz.d vdev_root.d zap.d zap_leaf.d zap_micro.d zfeature.d zfeature_common.d zfs_byteswap.d zfs_comutil.d zfs_debug.d zfs_deleg.d zfs_fletcher.d zfs_fm.d zfs_fuid.d zfs_namecheck.d zfs_prop.d zfs_sa.d zfs_znode.d zil.d zio.d zio_checksum.d zio_compress.d zio_inject.d zle.d zpool_prop.d zprop_common.d zrlock.d arc.d.tmp atomic.d.tmp blkptr.d.tmp bplist.d.tmp bpobj.d.tmp bptree.d.tmp bqueue.d.tmp dbuf.d.tmp ddt.d.tmp ddt_zap.d.tmp dmu.d.tmp dmu_diff.d.tmp dmu_object.d.tmp dmu_objset.d.tmp dmu_send.d.tmp dmu_traverse.d.tmp dmu_tx.d.tmp dmu_zfetch.d.tmp dnode.d.tmp dnode_sync.d.tmp dsl_bookmark.d.tmp dsl_dataset.d.tmp dsl_deadlist.d.tmp dsl_deleg.d.tmp dsl_destroy.d.tmp dsl_dir.d.tmp dsl_pool.d.tmp dsl_prop.d.tmp dsl_scan.d.tmp dsl_synctask.d.tmp dsl_userhold.d.tmp gzip.d.tmp kernel.d.tmp list.d.tmp lz4.d.tmp lzjb.d.tmp metaslab.d.tmp multilist.d.tmp range_tree.d.tmp refcount.d.tmp rrwlock.d.tmp sa.d.tmp sha256.d.tmp spa.d.tmp spa_config.d.tmp spa_errlog.d.tmp spa_history.d.tmp spa_misc.d.tmp space_map.d.tmp space_reftree.d.tmp taskq.d.tmp trim_map.d.tmp txg.d.tmp u8_textprep.d.tmp uberblock.d.tmp unique.d.tmp util.d.tmp vdev.d.tmp vdev_cache.d.tmp vdev_file.d.tmp vdev_label.d.tmp vdev_mirror.d.tmp vdev_missing.d.tmp vdev_queue.d.tmp vdev_raidz.d.tmp vdev_root.d.tmp zap.d.tmp zap_leaf.d.tmp zap_micro.d.tmp zfeature.d.tmp zfeature_common.d.tmp zfs_byteswap.d.tmp zfs_comutil.d.tmp zfs_debug.d.tmp zfs_deleg.d.tmp zfs_fletcher.d.tmp zfs_fm.d.tmp zfs_fuid.d.tmp zfs_namecheck.d.tmp zfs_prop.d.tmp zfs_sa.d.tmp zfs_znode.d.tmp zil.d.tmp zio.d.tmp zio_checksum.d.tmp zio_compress.d.tmp zio_inject.d.tmp zle.d.tmp zpool_prop.d.tmp zprop_common.d.tmp zrlock.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzpool && rm -f .depend arc.d atomic.d blkptr.d bplist.d bpobj.d bptree.d bqueue.d dbuf.d ddt.d ddt_zap.d dmu.d dmu_diff.d dmu_object.d dmu_objset.d dmu_send.d dmu_traverse.d dmu_tx.d dmu_zfetch.d dnode.d dnode_sync.d dsl_bookmark.d dsl_dataset.d dsl_deadlist.d dsl_deleg.d dsl_destroy.d dsl_dir.d dsl_pool.d dsl_prop.d dsl_scan.d dsl_synctask.d dsl_userhold.d gzip.d kernel.d list.d lz4.d lzjb.d metaslab.d multilist.d range_tree.d refcount.d rrwlock.d sa.d sha256.d spa.d spa_config.d spa_errlog.d spa_history.d spa_misc.d space_map.d space_reftree.d taskq.d trim_map.d txg.d u8_textprep.d uberblock.d unique.d util.d vdev.d vdev_cache.d vdev_file.d vdev_label.d vdev_mirror.d vdev_missing.d vdev_queue.d vdev_raidz.d vdev_root.d zap.d zap_leaf.d zap_micro.d zfeature.d zfeature_common.d zfs_byteswap.d zfs_comutil.d zfs_debug.d zfs_deleg.d zfs_fletcher.d zfs_fm.d zfs_fuid.d zfs_namecheck.d zfs_prop.d zfs_sa.d zfs_znode.d zil.d zio.d zio_checksum.d zio_compress.d zio_inject.d zle.d zpool_prop.d zprop_common.d zrlock.d arc.d.tmp atomic.d.tmp blkptr.d.tmp bplist.d.tmp bpobj.d.tmp bptree.d.tmp bqueue.d.tmp dbuf.d.tmp ddt.d.tmp ddt_zap.d.tmp dmu.d.tmp dmu_diff.d.tmp dmu_object.d.tmp dmu_objset.d.tmp dmu_send.d.tmp dmu_traverse.d.tmp dmu_tx.d.tmp dmu_zfetch.d.tmp dnode.d.tmp dnode_sync.d.tmp dsl_bookmark.d.tmp dsl_dataset.d.tmp dsl_deadlist.d.tmp dsl_deleg.d.tmp dsl_destroy.d.tmp dsl_dir.d.tmp dsl_pool.d.tmp dsl_prop.d.tmp dsl_scan.d.tmp dsl_synctask.d.tmp dsl_userhold.d.tmp gzip.d.tmp kernel.d.tmp list.d.tmp lz4.d.tmp lzjb.d.tmp metaslab.d.tmp multilist.d.tmp range_tree.d.tmp refcount.d.tmp rrwlock.d.tmp sa.d.tmp sha256.d.tmp spa.d.tmp spa_config.d.tmp spa_errlog.d.tmp spa_history.d.tmp spa_misc.d.tmp space_map.d.tmp space_reftree.d.tmp taskq.d.tmp trim_map.d.tmp txg.d.tmp u8_textprep.d.tmp uberblock.d.tmp unique.d.tmp util.d.tmp vdev.d.tmp vdev_cache.d.tmp vdev_file.d.tmp vdev_label.d.tmp vdev_mirror.d.tmp vdev_missing.d.tmp vdev_queue.d.tmp vdev_raidz.d.tmp vdev_root.d.tmp zap.d.tmp zap_leaf.d.tmp zap_micro.d.tmp zfeature.d.tmp zfeature_common.d.tmp zfs_byteswap.d.tmp zfs_comutil.d.tmp zfs_debug.d.tmp zfs_deleg.d.tmp zfs_fletcher.d.tmp zfs_fm.d.tmp zfs_fuid.d.tmp zfs_namecheck.d.tmp zfs_prop.d.tmp zfs_sa.d.tmp zfs_znode.d.tmp zil.d.tmp zio.d.tmp zio_checksum.d.tmp zio_compress.d.tmp zio_inject.d.tmp zle.d.tmp zpool_prop.d.tmp zprop_common.d.tmp zrlock.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f llib-lLLVMIR.ln || true) --- cleandir-external --- --- cleandir-sbin --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f llib-lLLVMIR.ln || true) --- cleandir-external --- cleandir ===> external/cddl/osnet/sbin --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-zpool --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/cddl/osnet/sbin/zpool --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f libLLVMIR.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIR && rm -f .depend AbstractCallSite.d AsmWriter.d Assumptions.d Attributes.d AutoUpgrade.d BasicBlock.d BuiltinGCs.d Comdat.d ConstantFold.d ConstantRange.d Constants.d Core.d DIBuilder.d DataLayout.d DebugInfo.d DebugInfoMetadata.d DebugLoc.d DiagnosticHandler.d DiagnosticInfo.d DiagnosticPrinter.d Dominators.d FPEnv.d Function.d GCStrategy.d GVMaterializer.d Globals.d IRBuilder.d IRPrintingPasses.d InlineAsm.d Instruction.d Instructions.d IntrinsicInst.d LLVMContext.d LLVMContextImpl.d LLVMRemarkStreamer.d LegacyPassManager.d MDBuilder.d Mangler.d Metadata.d Module.d ModuleSummaryIndex.d Operator.d OptBisect.d Pass.d PassInstrumentation.d PassManager.d PassRegistry.d PassTimingInfo.d PrintPasses.d ProfileSummary.d PseudoProbe.d ReplaceConstant.d SafepointIRVerifier.d Statepoint.d StructuralHash.d Type.d TypeFinder.d Use.d User.d Value.d ValueSymbolTable.d Verifier.d AbstractCallSite.d.tmp AsmWriter.d.tmp Assumptions.d.tmp Attributes.d.tmp AutoUpgrade.d.tmp BasicBlock.d.tmp BuiltinGCs.d.tmp Comdat.d.tmp ConstantFold.d.tmp ConstantRange.d.tmp Constants.d.tmp Core.d.tmp DIBuilder.d.tmp DataLayout.d.tmp DebugInfo.d.tmp DebugInfoMetadata.d.tmp DebugLoc.d.tmp DiagnosticHandler.d.tmp DiagnosticInfo.d.tmp DiagnosticPrinter.d.tmp Dominators.d.tmp FPEnv.d.tmp Function.d.tmp GCStrategy.d.tmp GVMaterializer.d.tmp Globals.d.tmp IRBuilder.d.tmp IRPrintingPasses.d.tmp InlineAsm.d.tmp Instruction.d.tmp Instructions.d.tmp IntrinsicInst.d.tmp LLVMContext.d.tmp LLVMContextImpl.d.tmp LLVMRemarkStreamer.d.tmp LegacyPassManager.d.tmp MDBuilder.d.tmp Mangler.d.tmp Metadata.d.tmp Module.d.tmp ModuleSummaryIndex.d.tmp Operator.d.tmp OptBisect.d.tmp Pass.d.tmp PassInstrumentation.d.tmp PassManager.d.tmp PassRegistry.d.tmp PassTimingInfo.d.tmp PrintPasses.d.tmp ProfileSummary.d.tmp PseudoProbe.d.tmp ReplaceConstant.d.tmp SafepointIRVerifier.d.tmp Statepoint.d.tmp StructuralHash.d.tmp Type.d.tmp TypeFinder.d.tmp Use.d.tmp User.d.tmp Value.d.tmp ValueSymbolTable.d.tmp Verifier.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIR && rm -f .depend AbstractCallSite.d AsmWriter.d Assumptions.d Attributes.d AutoUpgrade.d BasicBlock.d BuiltinGCs.d Comdat.d ConstantFold.d ConstantRange.d Constants.d Core.d DIBuilder.d DataLayout.d DebugInfo.d DebugInfoMetadata.d DebugLoc.d DiagnosticHandler.d DiagnosticInfo.d DiagnosticPrinter.d Dominators.d FPEnv.d Function.d GCStrategy.d GVMaterializer.d Globals.d IRBuilder.d IRPrintingPasses.d InlineAsm.d Instruction.d Instructions.d IntrinsicInst.d LLVMContext.d LLVMContextImpl.d LLVMRemarkStreamer.d LegacyPassManager.d MDBuilder.d Mangler.d Metadata.d Module.d ModuleSummaryIndex.d Operator.d OptBisect.d Pass.d PassInstrumentation.d PassManager.d PassRegistry.d PassTimingInfo.d PrintPasses.d ProfileSummary.d PseudoProbe.d ReplaceConstant.d SafepointIRVerifier.d Statepoint.d StructuralHash.d Type.d TypeFinder.d Use.d User.d Value.d ValueSymbolTable.d Verifier.d AbstractCallSite.d.tmp AsmWriter.d.tmp Assumptions.d.tmp Attributes.d.tmp AutoUpgrade.d.tmp BasicBlock.d.tmp BuiltinGCs.d.tmp Comdat.d.tmp ConstantFold.d.tmp ConstantRange.d.tmp Constants.d.tmp Core.d.tmp DIBuilder.d.tmp DataLayout.d.tmp DebugInfo.d.tmp DebugInfoMetadata.d.tmp DebugLoc.d.tmp DiagnosticHandler.d.tmp DiagnosticInfo.d.tmp DiagnosticPrinter.d.tmp Dominators.d.tmp FPEnv.d.tmp Function.d.tmp GCStrategy.d.tmp GVMaterializer.d.tmp Globals.d.tmp IRBuilder.d.tmp IRPrintingPasses.d.tmp InlineAsm.d.tmp Instruction.d.tmp Instructions.d.tmp IntrinsicInst.d.tmp LLVMContext.d.tmp LLVMContextImpl.d.tmp LLVMRemarkStreamer.d.tmp LegacyPassManager.d.tmp MDBuilder.d.tmp Mangler.d.tmp Metadata.d.tmp Module.d.tmp ModuleSummaryIndex.d.tmp Operator.d.tmp OptBisect.d.tmp Pass.d.tmp PassInstrumentation.d.tmp PassManager.d.tmp PassRegistry.d.tmp PassTimingInfo.d.tmp PrintPasses.d.tmp ProfileSummary.d.tmp PseudoProbe.d.tmp ReplaceConstant.d.tmp SafepointIRVerifier.d.tmp Statepoint.d.tmp StructuralHash.d.tmp Type.d.tmp TypeFinder.d.tmp Use.d.tmp User.d.tmp Value.d.tmp ValueSymbolTable.d.tmp Verifier.d.tmp tags || true) --- cleandir-libLLVMIRReader --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMIRReader --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader.a IRReader.o IRReader.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/sbin/zpool && rm -f a.out [Ee]rrs mklog core *.core .gdbinit zpool zpool_main.o zpool_iter.o zpool_util.o zpool_vdev.o zpool_main.ln zpool_iter.ln zpool_util.ln zpool_vdev.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader.a IRReader.o IRReader.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/sbin/zpool && rm -f a.out [Ee]rrs mklog core *.core .gdbinit zpool zpool_main.o zpool_iter.o zpool_util.o zpool_vdev.o zpool_main.ln zpool_iter.ln zpool_util.ln zpool_vdev.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/sbin/zpool && rm -f zpool.html8 zpool-features.html7 .depend zpool_iter.d zpool_main.d zpool_util.d zpool_vdev.d zpool_iter.d.tmp zpool_main.d.tmp zpool_util.d.tmp zpool_vdev.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/sbin/zpool && rm -f zpool.html8 zpool-features.html7 .depend zpool_iter.d zpool_main.d zpool_util.d zpool_vdev.d zpool_iter.d.tmp zpool_main.d.tmp zpool_util.d.tmp zpool_vdev.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-zfs --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_g.a || true) --- cleandir-external --- cleandir ===> external/cddl/osnet/sbin/zfs --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_pic.a IRReader.pico IRReader.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader_pic.a IRReader.pico IRReader.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f llib-lLLVMIRReader.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f llib-lLLVMIRReader.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/sbin/zfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit zfs zfs_main.o zfs_iter.o zfs_main.ln zfs_iter.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f libLLVMIRReader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/sbin/zfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit zfs zfs_main.o zfs_iter.o zfs_main.ln zfs_iter.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMIRReader && rm -f .depend IRReader.d IRReader.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/sbin/zfs && rm -f zfs.html8 mount_zfs.html8 .depend zfs_iter.d zfs_main.d zfs_iter.d.tmp zfs_main.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMIRReader && rm -f .depend IRReader.d IRReader.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/sbin/zfs && rm -f zfs.html8 mount_zfs.html8 .depend zfs_iter.d zfs_main.d zfs_iter.d.tmp zfs_main.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libLLVMLinker --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMLinker --- cleandir-external --- --- cleandir-usr.bin --- cleandir ===> external/cddl/osnet/usr.bin --- cleandir-ctfconvert --- cleandir ===> external/cddl/osnet/usr.bin/ctfconvert --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker.a IRMover.o LinkModules.o IRMover.o.tmp LinkModules.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker.a IRMover.o LinkModules.o IRMover.o.tmp LinkModules.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_p.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.bin/ctfconvert && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ctfconvert alist.o ctf.o ctfconvert.o dwarf.o fixup_tdescs.o hash.o iidesc.o input.o list.o memory.o merge.o output.o st_parse.o stabs.o stack.o strtab.o symbol.o tdata.o traverse.o util.o alist.ln ctf.ln ctfconvert.ln dwarf.ln fixup_tdescs.ln hash.ln iidesc.ln input.ln list.ln memory.ln merge.ln output.ln st_parse.ln stabs.ln stack.ln strtab.ln symbol.ln tdata.ln traverse.ln util.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.bin/ctfconvert && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ctfconvert alist.o ctf.o ctfconvert.o dwarf.o fixup_tdescs.o hash.o iidesc.o input.o list.o memory.o merge.o output.o st_parse.o stabs.o stack.o strtab.o symbol.o tdata.o traverse.o util.o alist.ln ctf.ln ctfconvert.ln dwarf.ln fixup_tdescs.ln hash.ln iidesc.ln input.ln list.ln memory.ln merge.ln output.ln st_parse.ln stabs.ln stack.ln strtab.ln symbol.ln tdata.ln traverse.ln util.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.bin/ctfconvert && rm -f ctfconvert.html1 .depend alist.d ctf.d ctfconvert.d dwarf.d fixup_tdescs.d hash.d iidesc.d input.d list.d memory.d merge.d output.d st_parse.d stabs.d stack.d strtab.d symbol.d tdata.d traverse.d util.d alist.d.tmp ctf.d.tmp ctfconvert.d.tmp dwarf.d.tmp fixup_tdescs.d.tmp hash.d.tmp iidesc.d.tmp input.d.tmp list.d.tmp memory.d.tmp merge.d.tmp output.d.tmp st_parse.d.tmp stabs.d.tmp stack.d.tmp strtab.d.tmp symbol.d.tmp tdata.d.tmp traverse.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.bin/ctfconvert && rm -f ctfconvert.html1 .depend alist.d ctf.d ctfconvert.d dwarf.d fixup_tdescs.d hash.d iidesc.d input.d list.d memory.d merge.d output.d st_parse.d stabs.d stack.d strtab.d symbol.d tdata.d traverse.d util.d alist.d.tmp ctf.d.tmp ctfconvert.d.tmp dwarf.d.tmp fixup_tdescs.d.tmp hash.d.tmp iidesc.d.tmp input.d.tmp list.d.tmp memory.d.tmp merge.d.tmp output.d.tmp st_parse.d.tmp stabs.d.tmp stack.d.tmp strtab.d.tmp symbol.d.tmp tdata.d.tmp traverse.d.tmp util.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_pic.a IRMover.pico LinkModules.pico IRMover.pico.tmp LinkModules.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker_pic.a IRMover.pico LinkModules.pico IRMover.pico.tmp LinkModules.pico.tmp || true) --- cleandir-external --- --- cleandir-ctfmerge --- cleandir ===> external/cddl/osnet/usr.bin/ctfmerge --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f llib-lLLVMLinker.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f llib-lLLVMLinker.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f libLLVMLinker.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.bin/ctfmerge && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ctfmerge alist.o barrier.o ctf.o ctfmerge.o fifo.o hash.o iidesc.o input.o list.o memory.o merge.o output.o strtab.o symbol.o tdata.o traverse.o util.o alist.ln barrier.ln ctf.ln ctfmerge.ln fifo.ln hash.ln iidesc.ln input.ln list.ln memory.ln merge.ln output.ln strtab.ln symbol.ln tdata.ln traverse.ln util.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMLinker && rm -f .depend IRMover.d LinkModules.d IRMover.d.tmp LinkModules.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.bin/ctfmerge && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ctfmerge alist.o barrier.o ctf.o ctfmerge.o fifo.o hash.o iidesc.o input.o list.o memory.o merge.o output.o strtab.o symbol.o tdata.o traverse.o util.o alist.ln barrier.ln ctf.ln ctfmerge.ln fifo.ln hash.ln iidesc.ln input.ln list.ln memory.ln merge.ln output.ln strtab.ln symbol.ln tdata.ln traverse.ln util.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMLinker && rm -f .depend IRMover.d LinkModules.d IRMover.d.tmp LinkModules.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-libLLVMMC --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.bin/ctfmerge && rm -f ctfmerge.html1 .depend alist.d barrier.d ctf.d ctfmerge.d fifo.d hash.d iidesc.d input.d list.d memory.d merge.d output.d strtab.d symbol.d tdata.d traverse.d util.d alist.d.tmp barrier.d.tmp ctf.d.tmp ctfmerge.d.tmp fifo.d.tmp hash.d.tmp iidesc.d.tmp input.d.tmp list.d.tmp memory.d.tmp merge.d.tmp output.d.tmp strtab.d.tmp symbol.d.tmp tdata.d.tmp traverse.d.tmp util.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMMC --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.bin/ctfmerge && rm -f ctfmerge.html1 .depend alist.d barrier.d ctf.d ctfmerge.d fifo.d hash.d iidesc.d input.d list.d memory.d merge.d output.d strtab.d symbol.d tdata.d traverse.d util.d alist.d.tmp barrier.d.tmp ctf.d.tmp ctfmerge.d.tmp fifo.d.tmp hash.d.tmp iidesc.d.tmp input.d.tmp list.d.tmp memory.d.tmp merge.d.tmp output.d.tmp strtab.d.tmp symbol.d.tmp tdata.d.tmp traverse.d.tmp util.d.tmp tags || true) --- cleandir-ctfdump --- cleandir ===> external/cddl/osnet/usr.bin/ctfdump --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC.a ConstantPools.o ELFObjectWriter.o MachObjectWriter.o MCAsmBackend.o MCAsmInfoCOFF.o MCAsmInfo.o MCAsmInfoDarwin.o MCAsmInfoELF.o MCAsmInfoWasm.o MCAsmInfoXCOFF.o MCAsmMacro.o MCAsmStreamer.o MCAssembler.o MCCodeEmitter.o MCCodeView.o MCContext.o MCDwarf.o MCELFObjectTargetWriter.o MCELFStreamer.o MCExpr.o MCFragment.o MCInst.o MCInstPrinter.o MCInstrAnalysis.o MCInstrDesc.o MCInstrInfo.o MCLabel.o MCLinkerOptimizationHint.o MCMachObjectTargetWriter.o MCMachOStreamer.o MCNullStreamer.o MCObjectFileInfo.o MCObjectStreamer.o MCObjectWriter.o MCPseudoProbe.o MCRegisterInfo.o MCSchedule.o MCSectionCOFF.o MCSection.o MCSectionELF.o MCSectionMachO.o MCSectionWasm.o MCSectionXCOFF.o MCStreamer.o MCSubtargetInfo.o MCSymbol.o MCSymbolELF.o MCSymbolXCOFF.o MCTargetOptionsCommandFlags.o MCTargetOptions.o MCValue.o MCWasmObjectTargetWriter.o MCWasmStreamer.o MCWin64EH.o MCWinCOFFStreamer.o MCWinEH.o MCXCOFFObjectTargetWriter.o MCXCOFFStreamer.o StringTableBuilder.o SubtargetFeature.o WasmObjectWriter.o WinCOFFObjectWriter.o XCOFFObjectWriter.o ConstantPools.o.tmp ELFObjectWriter.o.tmp MachObjectWriter.o.tmp MCAsmBackend.o.tmp MCAsmInfoCOFF.o.tmp MCAsmInfo.o.tmp MCAsmInfoDarwin.o.tmp MCAsmInfoELF.o.tmp MCAsmInfoWasm.o.tmp MCAsmInfoXCOFF.o.tmp MCAsmMacro.o.tmp MCAsmStreamer.o.tmp MCAssembler.o.tmp MCCodeEmitter.o.tmp MCCodeView.o.tmp MCContext.o.tmp MCDwarf.o.tmp MCELFObjectTargetWriter.o.tmp MCELFStreamer.o.tmp MCExpr.o.tmp MCFragment.o.tmp MCInst.o.tmp MCInstPrinter.o.tmp MCInstrAnalysis.o.tmp MCInstrDesc.o.tmp MCInstrInfo.o.tmp MCLabel.o.tmp MCLinkerOptimizationHint.o.tmp MCMachObjectTargetWriter.o.tmp MCMachOStreamer.o.tmp MCNullStreamer.o.tmp MCObjectFileInfo.o.tmp MCObjectStreamer.o.tmp MCObjectWriter.o.tmp MCPseudoProbe.o.tmp MCRegisterInfo.o.tmp MCSchedule.o.tmp MCSectionCOFF.o.tmp MCSection.o.tmp MCSectionELF.o.tmp MCSectionMachO.o.tmp MCSectionWasm.o.tmp MCSectionXCOFF.o.tmp MCStreamer.o.tmp MCSubtargetInfo.o.tmp MCSymbol.o.tmp MCSymbolELF.o.tmp MCSymbolXCOFF.o.tmp MCTargetOptionsCommandFlags.o.tmp MCTargetOptions.o.tmp MCValue.o.tmp MCWasmObjectTargetWriter.o.tmp MCWasmStreamer.o.tmp MCWin64EH.o.tmp MCWinCOFFStreamer.o.tmp MCWinEH.o.tmp MCXCOFFObjectTargetWriter.o.tmp MCXCOFFStreamer.o.tmp StringTableBuilder.o.tmp SubtargetFeature.o.tmp WasmObjectWriter.o.tmp WinCOFFObjectWriter.o.tmp XCOFFObjectWriter.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC.a ConstantPools.o ELFObjectWriter.o MachObjectWriter.o MCAsmBackend.o MCAsmInfoCOFF.o MCAsmInfo.o MCAsmInfoDarwin.o MCAsmInfoELF.o MCAsmInfoWasm.o MCAsmInfoXCOFF.o MCAsmMacro.o MCAsmStreamer.o MCAssembler.o MCCodeEmitter.o MCCodeView.o MCContext.o MCDwarf.o MCELFObjectTargetWriter.o MCELFStreamer.o MCExpr.o MCFragment.o MCInst.o MCInstPrinter.o MCInstrAnalysis.o MCInstrDesc.o MCInstrInfo.o MCLabel.o MCLinkerOptimizationHint.o MCMachObjectTargetWriter.o MCMachOStreamer.o MCNullStreamer.o MCObjectFileInfo.o MCObjectStreamer.o MCObjectWriter.o MCPseudoProbe.o MCRegisterInfo.o MCSchedule.o MCSectionCOFF.o MCSection.o MCSectionELF.o MCSectionMachO.o MCSectionWasm.o MCSectionXCOFF.o MCStreamer.o MCSubtargetInfo.o MCSymbol.o MCSymbolELF.o MCSymbolXCOFF.o MCTargetOptionsCommandFlags.o MCTargetOptions.o MCValue.o MCWasmObjectTargetWriter.o MCWasmStreamer.o MCWin64EH.o MCWinCOFFStreamer.o MCWinEH.o MCXCOFFObjectTargetWriter.o MCXCOFFStreamer.o StringTableBuilder.o SubtargetFeature.o WasmObjectWriter.o WinCOFFObjectWriter.o XCOFFObjectWriter.o ConstantPools.o.tmp ELFObjectWriter.o.tmp MachObjectWriter.o.tmp MCAsmBackend.o.tmp MCAsmInfoCOFF.o.tmp MCAsmInfo.o.tmp MCAsmInfoDarwin.o.tmp MCAsmInfoELF.o.tmp MCAsmInfoWasm.o.tmp MCAsmInfoXCOFF.o.tmp MCAsmMacro.o.tmp MCAsmStreamer.o.tmp MCAssembler.o.tmp MCCodeEmitter.o.tmp MCCodeView.o.tmp MCContext.o.tmp MCDwarf.o.tmp MCELFObjectTargetWriter.o.tmp MCELFStreamer.o.tmp MCExpr.o.tmp MCFragment.o.tmp MCInst.o.tmp MCInstPrinter.o.tmp MCInstrAnalysis.o.tmp MCInstrDesc.o.tmp MCInstrInfo.o.tmp MCLabel.o.tmp MCLinkerOptimizationHint.o.tmp MCMachObjectTargetWriter.o.tmp MCMachOStreamer.o.tmp MCNullStreamer.o.tmp MCObjectFileInfo.o.tmp MCObjectStreamer.o.tmp MCObjectWriter.o.tmp MCPseudoProbe.o.tmp MCRegisterInfo.o.tmp MCSchedule.o.tmp MCSectionCOFF.o.tmp MCSection.o.tmp MCSectionELF.o.tmp MCSectionMachO.o.tmp MCSectionWasm.o.tmp MCSectionXCOFF.o.tmp MCStreamer.o.tmp MCSubtargetInfo.o.tmp MCSymbol.o.tmp MCSymbolELF.o.tmp MCSymbolXCOFF.o.tmp MCTargetOptionsCommandFlags.o.tmp MCTargetOptions.o.tmp MCValue.o.tmp MCWasmObjectTargetWriter.o.tmp MCWasmStreamer.o.tmp MCWin64EH.o.tmp MCWinCOFFStreamer.o.tmp MCWinEH.o.tmp MCXCOFFObjectTargetWriter.o.tmp MCXCOFFStreamer.o.tmp StringTableBuilder.o.tmp SubtargetFeature.o.tmp WasmObjectWriter.o.tmp WinCOFFObjectWriter.o.tmp XCOFFObjectWriter.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_p.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.bin/ctfdump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ctfdump dump.o symbol.o utils.o dump.ln symbol.ln utils.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.bin/ctfdump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ctfdump dump.o symbol.o utils.o dump.ln symbol.ln utils.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.bin/ctfdump && rm -f ctfdump.html1 .depend dump.d symbol.d utils.d dump.d.tmp symbol.d.tmp utils.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.bin/ctfdump && rm -f ctfdump.html1 .depend dump.d symbol.d utils.d dump.d.tmp symbol.d.tmp utils.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_pic.a ConstantPools.pico ELFObjectWriter.pico MachObjectWriter.pico MCAsmBackend.pico MCAsmInfoCOFF.pico MCAsmInfo.pico MCAsmInfoDarwin.pico MCAsmInfoELF.pico MCAsmInfoWasm.pico MCAsmInfoXCOFF.pico MCAsmMacro.pico MCAsmStreamer.pico MCAssembler.pico MCCodeEmitter.pico MCCodeView.pico MCContext.pico MCDwarf.pico MCELFObjectTargetWriter.pico MCELFStreamer.pico MCExpr.pico MCFragment.pico MCInst.pico MCInstPrinter.pico MCInstrAnalysis.pico MCInstrDesc.pico MCInstrInfo.pico MCLabel.pico MCLinkerOptimizationHint.pico MCMachObjectTargetWriter.pico MCMachOStreamer.pico MCNullStreamer.pico MCObjectFileInfo.pico MCObjectStreamer.pico MCObjectWriter.pico MCPseudoProbe.pico MCRegisterInfo.pico MCSchedule.pico MCSectionCOFF.pico MCSection.pico MCSectionELF.pico MCSectionMachO.pico MCSectionWasm.pico MCSectionXCOFF.pico MCStreamer.pico MCSubtargetInfo.pico MCSymbol.pico MCSymbolELF.pico MCSymbolXCOFF.pico MCTargetOptionsCommandFlags.pico MCTargetOptions.pico MCValue.pico MCWasmObjectTargetWriter.pico MCWasmStreamer.pico MCWin64EH.pico MCWinCOFFStreamer.pico MCWinEH.pico MCXCOFFObjectTargetWriter.pico MCXCOFFStreamer.pico StringTableBuilder.pico SubtargetFeature.pico WasmObjectWriter.pico WinCOFFObjectWriter.pico XCOFFObjectWriter.pico ConstantPools.pico.tmp ELFObjectWriter.pico.tmp MachObjectWriter.pico.tmp MCAsmBackend.pico.tmp MCAsmInfoCOFF.pico.tmp MCAsmInfo.pico.tmp MCAsmInfoDarwin.pico.tmp MCAsmInfoELF.pico.tmp MCAsmInfoWasm.pico.tmp MCAsmInfoXCOFF.pico.tmp MCAsmMacro.pico.tmp MCAsmStreamer.pico.tmp MCAssembler.pico.tmp MCCodeEmitter.pico.tmp MCCodeView.pico.tmp MCContext.pico.tmp MCDwarf.pico.tmp MCELFObjectTargetWriter.pico.tmp MCELFStreamer.pico.tmp MCExpr.pico.tmp MCFragment.pico.tmp MCInst.pico.tmp MCInstPrinter.pico.tmp MCInstrAnalysis.pico.tmp MCInstrDesc.pico.tmp MCInstrInfo.pico.tmp MCLabel.pico.tmp MCLinkerOptimizationHint.pico.tmp MCMachObjectTargetWriter.pico.tmp MCMachOStreamer.pico.tmp MCNullStreamer.pico.tmp MCObjectFileInfo.pico.tmp MCObjectStreamer.pico.tmp MCObjectWriter.pico.tmp MCPseudoProbe.pico.tmp MCRegisterInfo.pico.tmp MCSchedule.pico.tmp MCSectionCOFF.pico.tmp MCSection.pico.tmp MCSectionELF.pico.tmp MCSectionMachO.pico.tmp MCSectionWasm.pico.tmp MCSectionXCOFF.pico.tmp MCStreamer.pico.tmp MCSubtargetInfo.pico.tmp MCSymbol.pico.tmp MCSymbolELF.pico.tmp MCSymbolXCOFF.pico.tmp MCTargetOptionsCommandFlags.pico.tmp MCTargetOptions.pico.tmp MCValue.pico.tmp MCWasmObjectTargetWriter.pico.tmp MCWasmStreamer.pico.tmp MCWin64EH.pico.tmp MCWinCOFFStreamer.pico.tmp MCWinEH.pico.tmp MCXCOFFObjectTargetWriter.pico.tmp MCXCOFFStreamer.pico.tmp StringTableBuilder.pico.tmp SubtargetFeature.pico.tmp WasmObjectWriter.pico.tmp WinCOFFObjectWriter.pico.tmp XCOFFObjectWriter.pico.tmp || true) --- cleandir-external --- --- cleandir-ztest --- cleandir ===> external/cddl/osnet/usr.bin/ztest --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC_pic.a ConstantPools.pico ELFObjectWriter.pico MachObjectWriter.pico MCAsmBackend.pico MCAsmInfoCOFF.pico MCAsmInfo.pico MCAsmInfoDarwin.pico MCAsmInfoELF.pico MCAsmInfoWasm.pico MCAsmInfoXCOFF.pico MCAsmMacro.pico MCAsmStreamer.pico MCAssembler.pico MCCodeEmitter.pico MCCodeView.pico MCContext.pico MCDwarf.pico MCELFObjectTargetWriter.pico MCELFStreamer.pico MCExpr.pico MCFragment.pico MCInst.pico MCInstPrinter.pico MCInstrAnalysis.pico MCInstrDesc.pico MCInstrInfo.pico MCLabel.pico MCLinkerOptimizationHint.pico MCMachObjectTargetWriter.pico MCMachOStreamer.pico MCNullStreamer.pico MCObjectFileInfo.pico MCObjectStreamer.pico MCObjectWriter.pico MCPseudoProbe.pico MCRegisterInfo.pico MCSchedule.pico MCSectionCOFF.pico MCSection.pico MCSectionELF.pico MCSectionMachO.pico MCSectionWasm.pico MCSectionXCOFF.pico MCStreamer.pico MCSubtargetInfo.pico MCSymbol.pico MCSymbolELF.pico MCSymbolXCOFF.pico MCTargetOptionsCommandFlags.pico MCTargetOptions.pico MCValue.pico MCWasmObjectTargetWriter.pico MCWasmStreamer.pico MCWin64EH.pico MCWinCOFFStreamer.pico MCWinEH.pico MCXCOFFObjectTargetWriter.pico MCXCOFFStreamer.pico StringTableBuilder.pico SubtargetFeature.pico WasmObjectWriter.pico WinCOFFObjectWriter.pico XCOFFObjectWriter.pico ConstantPools.pico.tmp ELFObjectWriter.pico.tmp MachObjectWriter.pico.tmp MCAsmBackend.pico.tmp MCAsmInfoCOFF.pico.tmp MCAsmInfo.pico.tmp MCAsmInfoDarwin.pico.tmp MCAsmInfoELF.pico.tmp MCAsmInfoWasm.pico.tmp MCAsmInfoXCOFF.pico.tmp MCAsmMacro.pico.tmp MCAsmStreamer.pico.tmp MCAssembler.pico.tmp MCCodeEmitter.pico.tmp MCCodeView.pico.tmp MCContext.pico.tmp MCDwarf.pico.tmp MCELFObjectTargetWriter.pico.tmp MCELFStreamer.pico.tmp MCExpr.pico.tmp MCFragment.pico.tmp MCInst.pico.tmp MCInstPrinter.pico.tmp MCInstrAnalysis.pico.tmp MCInstrDesc.pico.tmp MCInstrInfo.pico.tmp MCLabel.pico.tmp MCLinkerOptimizationHint.pico.tmp MCMachObjectTargetWriter.pico.tmp MCMachOStreamer.pico.tmp MCNullStreamer.pico.tmp MCObjectFileInfo.pico.tmp MCObjectStreamer.pico.tmp MCObjectWriter.pico.tmp MCPseudoProbe.pico.tmp MCRegisterInfo.pico.tmp MCSchedule.pico.tmp MCSectionCOFF.pico.tmp MCSection.pico.tmp MCSectionELF.pico.tmp MCSectionMachO.pico.tmp MCSectionWasm.pico.tmp MCSectionXCOFF.pico.tmp MCStreamer.pico.tmp MCSubtargetInfo.pico.tmp MCSymbol.pico.tmp MCSymbolELF.pico.tmp MCSymbolXCOFF.pico.tmp MCTargetOptionsCommandFlags.pico.tmp MCTargetOptions.pico.tmp MCValue.pico.tmp MCWasmObjectTargetWriter.pico.tmp MCWasmStreamer.pico.tmp MCWin64EH.pico.tmp MCWinCOFFStreamer.pico.tmp MCWinEH.pico.tmp MCXCOFFObjectTargetWriter.pico.tmp MCXCOFFStreamer.pico.tmp StringTableBuilder.pico.tmp SubtargetFeature.pico.tmp WasmObjectWriter.pico.tmp WinCOFFObjectWriter.pico.tmp XCOFFObjectWriter.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f llib-lLLVMMC.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f llib-lLLVMMC.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f libLLVMMC.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.bin/ztest && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ztest ztest.o ztest.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.bin/ztest && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ztest ztest.o ztest.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMC && rm -f .depend ConstantPools.d ELFObjectWriter.d MCAsmBackend.d MCAsmInfo.d MCAsmInfoCOFF.d MCAsmInfoDarwin.d MCAsmInfoELF.d MCAsmInfoWasm.d MCAsmInfoXCOFF.d MCAsmMacro.d MCAsmStreamer.d MCAssembler.d MCCodeEmitter.d MCCodeView.d MCContext.d MCDwarf.d MCELFObjectTargetWriter.d MCELFStreamer.d MCExpr.d MCFragment.d MCInst.d MCInstPrinter.d MCInstrAnalysis.d MCInstrDesc.d MCInstrInfo.d MCLabel.d MCLinkerOptimizationHint.d MCMachOStreamer.d MCMachObjectTargetWriter.d MCNullStreamer.d MCObjectFileInfo.d MCObjectStreamer.d MCObjectWriter.d MCPseudoProbe.d MCRegisterInfo.d MCSchedule.d MCSection.d MCSectionCOFF.d MCSectionELF.d MCSectionMachO.d MCSectionWasm.d MCSectionXCOFF.d MCStreamer.d MCSubtargetInfo.d MCSymbol.d MCSymbolELF.d MCSymbolXCOFF.d MCTargetOptions.d MCTargetOptionsCommandFlags.d MCValue.d MCWasmObjectTargetWriter.d MCWasmStreamer.d MCWin64EH.d MCWinCOFFStreamer.d MCWinEH.d MCXCOFFObjectTargetWriter.d MCXCOFFStreamer.d MachObjectWriter.d StringTableBuilder.d SubtargetFeature.d WasmObjectWriter.d WinCOFFObjectWriter.d XCOFFObjectWriter.d ConstantPools.d.tmp ELFObjectWriter.d.tmp MCAsmBackend.d.tmp MCAsmInfo.d.tmp MCAsmInfoCOFF.d.tmp MCAsmInfoDarwin.d.tmp MCAsmInfoELF.d.tmp MCAsmInfoWasm.d.tmp MCAsmInfoXCOFF.d.tmp MCAsmMacro.d.tmp MCAsmStreamer.d.tmp MCAssembler.d.tmp MCCodeEmitter.d.tmp MCCodeView.d.tmp MCContext.d.tmp MCDwarf.d.tmp MCELFObjectTargetWriter.d.tmp MCELFStreamer.d.tmp MCExpr.d.tmp MCFragment.d.tmp MCInst.d.tmp MCInstPrinter.d.tmp MCInstrAnalysis.d.tmp MCInstrDesc.d.tmp MCInstrInfo.d.tmp MCLabel.d.tmp MCLinkerOptimizationHint.d.tmp MCMachOStreamer.d.tmp MCMachObjectTargetWriter.d.tmp MCNullStreamer.d.tmp MCObjectFileInfo.d.tmp MCObjectStreamer.d.tmp MCObjectWriter.d.tmp MCPseudoProbe.d.tmp MCRegisterInfo.d.tmp MCSchedule.d.tmp MCSection.d.tmp MCSectionCOFF.d.tmp MCSectionELF.d.tmp MCSectionMachO.d.tmp MCSectionWasm.d.tmp MCSectionXCOFF.d.tmp MCStreamer.d.tmp MCSubtargetInfo.d.tmp MCSymbol.d.tmp MCSymbolELF.d.tmp MCSymbolXCOFF.d.tmp MCTargetOptions.d.tmp MCTargetOptionsCommandFlags.d.tmp MCValue.d.tmp MCWasmObjectTargetWriter.d.tmp MCWasmStreamer.d.tmp MCWin64EH.d.tmp MCWinCOFFStreamer.d.tmp MCWinEH.d.tmp MCXCOFFObjectTargetWriter.d.tmp MCXCOFFStreamer.d.tmp MachObjectWriter.d.tmp StringTableBuilder.d.tmp SubtargetFeature.d.tmp WasmObjectWriter.d.tmp WinCOFFObjectWriter.d.tmp XCOFFObjectWriter.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMC && rm -f .depend ConstantPools.d ELFObjectWriter.d MCAsmBackend.d MCAsmInfo.d MCAsmInfoCOFF.d MCAsmInfoDarwin.d MCAsmInfoELF.d MCAsmInfoWasm.d MCAsmInfoXCOFF.d MCAsmMacro.d MCAsmStreamer.d MCAssembler.d MCCodeEmitter.d MCCodeView.d MCContext.d MCDwarf.d MCELFObjectTargetWriter.d MCELFStreamer.d MCExpr.d MCFragment.d MCInst.d MCInstPrinter.d MCInstrAnalysis.d MCInstrDesc.d MCInstrInfo.d MCLabel.d MCLinkerOptimizationHint.d MCMachOStreamer.d MCMachObjectTargetWriter.d MCNullStreamer.d MCObjectFileInfo.d MCObjectStreamer.d MCObjectWriter.d MCPseudoProbe.d MCRegisterInfo.d MCSchedule.d MCSection.d MCSectionCOFF.d MCSectionELF.d MCSectionMachO.d MCSectionWasm.d MCSectionXCOFF.d MCStreamer.d MCSubtargetInfo.d MCSymbol.d MCSymbolELF.d MCSymbolXCOFF.d MCTargetOptions.d MCTargetOptionsCommandFlags.d MCValue.d MCWasmObjectTargetWriter.d MCWasmStreamer.d MCWin64EH.d MCWinCOFFStreamer.d MCWinEH.d MCXCOFFObjectTargetWriter.d MCXCOFFStreamer.d MachObjectWriter.d StringTableBuilder.d SubtargetFeature.d WasmObjectWriter.d WinCOFFObjectWriter.d XCOFFObjectWriter.d ConstantPools.d.tmp ELFObjectWriter.d.tmp MCAsmBackend.d.tmp MCAsmInfo.d.tmp MCAsmInfoCOFF.d.tmp MCAsmInfoDarwin.d.tmp MCAsmInfoELF.d.tmp MCAsmInfoWasm.d.tmp MCAsmInfoXCOFF.d.tmp MCAsmMacro.d.tmp MCAsmStreamer.d.tmp MCAssembler.d.tmp MCCodeEmitter.d.tmp MCCodeView.d.tmp MCContext.d.tmp MCDwarf.d.tmp MCELFObjectTargetWriter.d.tmp MCELFStreamer.d.tmp MCExpr.d.tmp MCFragment.d.tmp MCInst.d.tmp MCInstPrinter.d.tmp MCInstrAnalysis.d.tmp MCInstrDesc.d.tmp MCInstrInfo.d.tmp MCLabel.d.tmp MCLinkerOptimizationHint.d.tmp MCMachOStreamer.d.tmp MCMachObjectTargetWriter.d.tmp MCNullStreamer.d.tmp MCObjectFileInfo.d.tmp MCObjectStreamer.d.tmp MCObjectWriter.d.tmp MCPseudoProbe.d.tmp MCRegisterInfo.d.tmp MCSchedule.d.tmp MCSection.d.tmp MCSectionCOFF.d.tmp MCSectionELF.d.tmp MCSectionMachO.d.tmp MCSectionWasm.d.tmp MCSectionXCOFF.d.tmp MCStreamer.d.tmp MCSubtargetInfo.d.tmp MCSymbol.d.tmp MCSymbolELF.d.tmp MCSymbolXCOFF.d.tmp MCTargetOptions.d.tmp MCTargetOptionsCommandFlags.d.tmp MCValue.d.tmp MCWasmObjectTargetWriter.d.tmp MCWasmStreamer.d.tmp MCWin64EH.d.tmp MCWinCOFFStreamer.d.tmp MCWinEH.d.tmp MCXCOFFObjectTargetWriter.d.tmp MCXCOFFStreamer.d.tmp MachObjectWriter.d.tmp StringTableBuilder.d.tmp SubtargetFeature.d.tmp WasmObjectWriter.d.tmp WinCOFFObjectWriter.d.tmp XCOFFObjectWriter.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.bin/ztest && rm -f ztest.html1 .depend ztest.d ztest.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libLLVMMCDisassembler --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.bin/ztest && rm -f ztest.html1 .depend ztest.d ztest.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMMCDisassembler --- cleandir-external --- --- cleandir-usr.sbin --- cleandir ===> external/cddl/osnet/usr.sbin --- cleandir-dtrace --- cleandir ===> external/cddl/osnet/usr.sbin/dtrace --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler.a Disassembler.o MCDisassembler.o MCExternalSymbolizer.o MCRelocationInfo.o MCSymbolizer.o Disassembler.o.tmp MCDisassembler.o.tmp MCExternalSymbolizer.o.tmp MCRelocationInfo.o.tmp MCSymbolizer.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.sbin/dtrace && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dtrace dtrace.o dtrace.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler.a Disassembler.o MCDisassembler.o MCExternalSymbolizer.o MCRelocationInfo.o MCSymbolizer.o Disassembler.o.tmp MCDisassembler.o.tmp MCExternalSymbolizer.o.tmp MCRelocationInfo.o.tmp MCSymbolizer.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.sbin/dtrace && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dtrace dtrace.o dtrace.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.sbin/dtrace && rm -f dtrace.html1 .depend dtrace.d dtrace.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.sbin/dtrace && rm -f dtrace.html1 .depend dtrace.d dtrace.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_g.a || true) --- cleandir-external --- --- cleandir-zdb --- cleandir ===> external/cddl/osnet/usr.sbin/zdb --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_pic.a Disassembler.pico MCDisassembler.pico MCExternalSymbolizer.pico MCRelocationInfo.pico MCSymbolizer.pico Disassembler.pico.tmp MCDisassembler.pico.tmp MCExternalSymbolizer.pico.tmp MCRelocationInfo.pico.tmp MCSymbolizer.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler_pic.a Disassembler.pico MCDisassembler.pico MCExternalSymbolizer.pico MCRelocationInfo.pico MCSymbolizer.pico Disassembler.pico.tmp MCDisassembler.pico.tmp MCExternalSymbolizer.pico.tmp MCRelocationInfo.pico.tmp MCSymbolizer.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f llib-lLLVMMCDisassembler.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f llib-lLLVMMCDisassembler.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f libLLVMMCDisassembler.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f .depend Disassembler.d MCDisassembler.d MCExternalSymbolizer.d MCRelocationInfo.d MCSymbolizer.d Disassembler.d.tmp MCDisassembler.d.tmp MCExternalSymbolizer.d.tmp MCRelocationInfo.d.tmp MCSymbolizer.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.sbin/zdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit zdb zdb.o zdb_il.o zdb.ln zdb_il.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCDisassembler && rm -f .depend Disassembler.d MCDisassembler.d MCExternalSymbolizer.d MCRelocationInfo.d MCSymbolizer.d Disassembler.d.tmp MCDisassembler.d.tmp MCExternalSymbolizer.d.tmp MCRelocationInfo.d.tmp MCSymbolizer.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.sbin/zdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit zdb zdb.o zdb_il.o zdb.ln zdb_il.ln || true) --- cleandir-lib --- --- cleandir-libLLVMMCJIT --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMMCJIT --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/usr.sbin/zdb && rm -f zdb.html8 .depend zdb.d zdb_il.d zdb.d.tmp zdb_il.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/usr.sbin/zdb && rm -f zdb.html8 .depend zdb.d zdb_il.d zdb.d.tmp zdb_il.d.tmp tags || true) --- cleandir-gpl2 --- cleandir ===> external/gpl2 --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT.a MCJIT.o MCJIT.o.tmp || true) --- cleandir-external --- --- cleandir-xcvs --- cleandir ===> external/gpl2/xcvs --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT.a MCJIT.o MCJIT.o.tmp || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/gpl2/xcvs/lib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_p.a || true) --- cleandir-external --- --- cleandir-libcvs --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_p.a || true) --- cleandir-external --- cleandir ===> external/gpl2/xcvs/lib/libcvs --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_g.a || true) --- libclean4 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_pic.a MCJIT.pico MCJIT.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libcvs && rm -f libcvs.a __fpending.o asnprintf.o basename.o canon-host.o canonicalize.o chdir-long.o closeout.o cycle-check.o dirname.o dup-safer.o exitfail.o fd-safer.o getdate.o gettime.o md5.o openat.o pagealign_alloc.o printf-args.o printf-parse.o quotearg.o regex.o rpmatch.o save-cwd.o sighandle.o strftime.o stripslash.o vasnprintf.o xalloc-die.o xgetcwd.o xgethostname.o xmalloc.o xreadlink.o yesno.o __fpending.o.tmp asnprintf.o.tmp basename.o.tmp canon-host.o.tmp canonicalize.o.tmp chdir-long.o.tmp closeout.o.tmp cycle-check.o.tmp dirname.o.tmp dup-safer.o.tmp exitfail.o.tmp fd-safer.o.tmp getdate.o.tmp gettime.o.tmp md5.o.tmp openat.o.tmp pagealign_alloc.o.tmp printf-args.o.tmp printf-parse.o.tmp quotearg.o.tmp regex.o.tmp rpmatch.o.tmp save-cwd.o.tmp sighandle.o.tmp strftime.o.tmp stripslash.o.tmp vasnprintf.o.tmp xalloc-die.o.tmp xgetcwd.o.tmp xgethostname.o.tmp xmalloc.o.tmp xreadlink.o.tmp yesno.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT_pic.a MCJIT.pico MCJIT.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libcvs && rm -f libcvs.a __fpending.o asnprintf.o basename.o canon-host.o canonicalize.o chdir-long.o closeout.o cycle-check.o dirname.o dup-safer.o exitfail.o fd-safer.o getdate.o gettime.o md5.o openat.o pagealign_alloc.o printf-args.o printf-parse.o quotearg.o regex.o rpmatch.o save-cwd.o sighandle.o strftime.o stripslash.o vasnprintf.o xalloc-die.o xgetcwd.o xgethostname.o xmalloc.o xreadlink.o yesno.o __fpending.o.tmp asnprintf.o.tmp basename.o.tmp canon-host.o.tmp canonicalize.o.tmp chdir-long.o.tmp closeout.o.tmp cycle-check.o.tmp dirname.o.tmp dup-safer.o.tmp exitfail.o.tmp fd-safer.o.tmp getdate.o.tmp gettime.o.tmp md5.o.tmp openat.o.tmp pagealign_alloc.o.tmp printf-args.o.tmp printf-parse.o.tmp quotearg.o.tmp regex.o.tmp rpmatch.o.tmp save-cwd.o.tmp sighandle.o.tmp strftime.o.tmp stripslash.o.tmp vasnprintf.o.tmp xalloc-die.o.tmp xgetcwd.o.tmp xgethostname.o.tmp xmalloc.o.tmp xreadlink.o.tmp yesno.o.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f llib-lLLVMMCJIT.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libcvs && rm -f libcvs_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f llib-lLLVMMCJIT.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libcvs && rm -f libcvs_p.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libcvs && rm -f libcvs_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f libLLVMMCJIT.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libcvs && rm -f libcvs_g.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCJIT && rm -f .depend MCJIT.d MCJIT.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libcvs && rm -f libcvs_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCJIT && rm -f .depend MCJIT.d MCJIT.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libcvs && rm -f libcvs_pic.a || true) --- cleandir-lib --- --- cleandir-libLLVMMCParser --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMMCParser --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libcvs && rm -f llib-lcvs.ln __fpending.ln asnprintf.ln basename.ln canon-host.ln canonicalize.ln chdir-long.ln closeout.ln cycle-check.ln dirname.ln dup-safer.ln exitfail.ln fd-safer.ln getdate.ln gettime.ln md5.ln openat.ln pagealign_alloc.ln printf-args.ln printf-parse.ln quotearg.ln regex.ln rpmatch.ln save-cwd.ln sighandle.ln strftime.ln stripslash.ln vasnprintf.ln xalloc-die.ln xgetcwd.ln xgethostname.ln xmalloc.ln xreadlink.ln yesno.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libcvs && rm -f llib-lcvs.ln __fpending.ln asnprintf.ln basename.ln canon-host.ln canonicalize.ln chdir-long.ln closeout.ln cycle-check.ln dirname.ln dup-safer.ln exitfail.ln fd-safer.ln getdate.ln gettime.ln md5.ln openat.ln pagealign_alloc.ln printf-args.ln printf-parse.ln quotearg.ln regex.ln rpmatch.ln save-cwd.ln sighandle.ln strftime.ln stripslash.ln vasnprintf.ln xalloc-die.ln xgetcwd.ln xgethostname.ln xmalloc.ln xreadlink.ln yesno.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libcvs && rm -f libcvs.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libcvs && rm -f libcvs.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser.a AsmLexer.o AsmParser.o COFFAsmParser.o COFFMasmParser.o DarwinAsmParser.o ELFAsmParser.o MasmParser.o MCAsmLexer.o MCAsmParser.o MCAsmParserExtension.o MCTargetAsmParser.o WasmAsmParser.o AsmLexer.o.tmp AsmParser.o.tmp COFFAsmParser.o.tmp COFFMasmParser.o.tmp DarwinAsmParser.o.tmp ELFAsmParser.o.tmp MasmParser.o.tmp MCAsmLexer.o.tmp MCAsmParser.o.tmp MCAsmParserExtension.o.tmp MCTargetAsmParser.o.tmp WasmAsmParser.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser.a AsmLexer.o AsmParser.o COFFAsmParser.o COFFMasmParser.o DarwinAsmParser.o ELFAsmParser.o MasmParser.o MCAsmLexer.o MCAsmParser.o MCAsmParserExtension.o MCTargetAsmParser.o WasmAsmParser.o AsmLexer.o.tmp AsmParser.o.tmp COFFAsmParser.o.tmp COFFMasmParser.o.tmp DarwinAsmParser.o.tmp ELFAsmParser.o.tmp MasmParser.o.tmp MCAsmLexer.o.tmp MCAsmParser.o.tmp MCAsmParserExtension.o.tmp MCTargetAsmParser.o.tmp WasmAsmParser.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libcvs && rm -f .depend __fpending.d asnprintf.d basename.d canon-host.d canonicalize.d chdir-long.d closeout.d cycle-check.d dirname.d dup-safer.d exitfail.d fd-safer.d getdate.d gettime.d md5.d openat.d pagealign_alloc.d printf-args.d printf-parse.d quotearg.d regex.d rpmatch.d save-cwd.d sighandle.d strftime.d stripslash.d vasnprintf.d xalloc-die.d xgetcwd.d xgethostname.d xmalloc.d xreadlink.d yesno.d __fpending.d.tmp asnprintf.d.tmp basename.d.tmp canon-host.d.tmp canonicalize.d.tmp chdir-long.d.tmp closeout.d.tmp cycle-check.d.tmp dirname.d.tmp dup-safer.d.tmp exitfail.d.tmp fd-safer.d.tmp getdate.d.tmp gettime.d.tmp md5.d.tmp openat.d.tmp pagealign_alloc.d.tmp printf-args.d.tmp printf-parse.d.tmp quotearg.d.tmp regex.d.tmp rpmatch.d.tmp save-cwd.d.tmp sighandle.d.tmp strftime.d.tmp stripslash.d.tmp vasnprintf.d.tmp xalloc-die.d.tmp xgetcwd.d.tmp xgethostname.d.tmp xmalloc.d.tmp xreadlink.d.tmp yesno.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libcvs && rm -f .depend __fpending.d asnprintf.d basename.d canon-host.d canonicalize.d chdir-long.d closeout.d cycle-check.d dirname.d dup-safer.d exitfail.d fd-safer.d getdate.d gettime.d md5.d openat.d pagealign_alloc.d printf-args.d printf-parse.d quotearg.d regex.d rpmatch.d save-cwd.d sighandle.d strftime.d stripslash.d vasnprintf.d xalloc-die.d xgetcwd.d xgethostname.d xmalloc.d xreadlink.d yesno.d __fpending.d.tmp asnprintf.d.tmp basename.d.tmp canon-host.d.tmp canonicalize.d.tmp chdir-long.d.tmp closeout.d.tmp cycle-check.d.tmp dirname.d.tmp dup-safer.d.tmp exitfail.d.tmp fd-safer.d.tmp getdate.d.tmp gettime.d.tmp md5.d.tmp openat.d.tmp pagealign_alloc.d.tmp printf-args.d.tmp printf-parse.d.tmp quotearg.d.tmp regex.d.tmp rpmatch.d.tmp save-cwd.d.tmp sighandle.d.tmp strftime.d.tmp stripslash.d.tmp vasnprintf.d.tmp xalloc-die.d.tmp xgetcwd.d.tmp xgethostname.d.tmp xmalloc.d.tmp xreadlink.d.tmp yesno.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_p.a || true) --- cleandir-external --- --- cleandir-libdiff --- cleandir ===> external/gpl2/xcvs/lib/libdiff --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_pic.a AsmLexer.pico AsmParser.pico COFFAsmParser.pico COFFMasmParser.pico DarwinAsmParser.pico ELFAsmParser.pico MasmParser.pico MCAsmLexer.pico MCAsmParser.pico MCAsmParserExtension.pico MCTargetAsmParser.pico WasmAsmParser.pico AsmLexer.pico.tmp AsmParser.pico.tmp COFFAsmParser.pico.tmp COFFMasmParser.pico.tmp DarwinAsmParser.pico.tmp ELFAsmParser.pico.tmp MasmParser.pico.tmp MCAsmLexer.pico.tmp MCAsmParser.pico.tmp MCAsmParserExtension.pico.tmp MCTargetAsmParser.pico.tmp WasmAsmParser.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser_pic.a AsmLexer.pico AsmParser.pico COFFAsmParser.pico COFFMasmParser.pico DarwinAsmParser.pico ELFAsmParser.pico MasmParser.pico MCAsmLexer.pico MCAsmParser.pico MCAsmParserExtension.pico MCTargetAsmParser.pico WasmAsmParser.pico AsmLexer.pico.tmp AsmParser.pico.tmp COFFAsmParser.pico.tmp COFFMasmParser.pico.tmp DarwinAsmParser.pico.tmp ELFAsmParser.pico.tmp MasmParser.pico.tmp MCAsmLexer.pico.tmp MCAsmParser.pico.tmp MCAsmParserExtension.pico.tmp MCTargetAsmParser.pico.tmp WasmAsmParser.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libdiff && rm -f libdiff.a analyze.o cmpbuf.o context.o diff.o diff3.o dir.o ed.o ifdef.o io.o normal.o side.o util.o version.o analyze.o.tmp cmpbuf.o.tmp context.o.tmp diff.o.tmp diff3.o.tmp dir.o.tmp ed.o.tmp ifdef.o.tmp io.o.tmp normal.o.tmp side.o.tmp util.o.tmp version.o.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libdiff && rm -f libdiff.a analyze.o cmpbuf.o context.o diff.o diff3.o dir.o ed.o ifdef.o io.o normal.o side.o util.o version.o analyze.o.tmp cmpbuf.o.tmp context.o.tmp diff.o.tmp diff3.o.tmp dir.o.tmp ed.o.tmp ifdef.o.tmp io.o.tmp normal.o.tmp side.o.tmp util.o.tmp version.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f llib-lLLVMMCParser.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f llib-lLLVMMCParser.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libdiff && rm -f libdiff_p.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libdiff && rm -f libdiff_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f libLLVMMCParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libdiff && rm -f libdiff_g.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libdiff && rm -f libdiff_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMCParser && rm -f .depend AsmLexer.d AsmParser.d COFFAsmParser.d COFFMasmParser.d DarwinAsmParser.d ELFAsmParser.d MCAsmLexer.d MCAsmParser.d MCAsmParserExtension.d MCTargetAsmParser.d MasmParser.d WasmAsmParser.d AsmLexer.d.tmp AsmParser.d.tmp COFFAsmParser.d.tmp COFFMasmParser.d.tmp DarwinAsmParser.d.tmp ELFAsmParser.d.tmp MCAsmLexer.d.tmp MCAsmParser.d.tmp MCAsmParserExtension.d.tmp MCTargetAsmParser.d.tmp MasmParser.d.tmp WasmAsmParser.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMCParser && rm -f .depend AsmLexer.d AsmParser.d COFFAsmParser.d COFFMasmParser.d DarwinAsmParser.d ELFAsmParser.d MCAsmLexer.d MCAsmParser.d MCAsmParserExtension.d MCTargetAsmParser.d MasmParser.d WasmAsmParser.d AsmLexer.d.tmp AsmParser.d.tmp COFFAsmParser.d.tmp COFFMasmParser.d.tmp DarwinAsmParser.d.tmp ELFAsmParser.d.tmp MCAsmLexer.d.tmp MCAsmParser.d.tmp MCAsmParserExtension.d.tmp MCTargetAsmParser.d.tmp MasmParser.d.tmp WasmAsmParser.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libdiff && rm -f libdiff_pic.a || true) --- cleandir-lib --- --- cleandir-libLLVMMIRParser --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libdiff && rm -f libdiff_pic.a || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMMIRParser --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libdiff && rm -f llib-ldiff.ln analyze.ln cmpbuf.ln context.ln diff.ln diff3.ln dir.ln ed.ln ifdef.ln io.ln normal.ln side.ln util.ln version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libdiff && rm -f llib-ldiff.ln analyze.ln cmpbuf.ln context.ln diff.ln diff3.ln dir.ln ed.ln ifdef.ln io.ln normal.ln side.ln util.ln version.ln || true) --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libdiff && rm -f libdiff.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser.a MILexer.o MIParser.o MIRParser.o MILexer.o.tmp MIParser.o.tmp MIRParser.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libdiff && rm -f libdiff.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser.a MILexer.o MIParser.o MIRParser.o MILexer.o.tmp MIParser.o.tmp MIRParser.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/lib/libdiff && rm -f .depend analyze.d cmpbuf.d context.d diff.d diff3.d dir.d ed.d ifdef.d io.d normal.d side.d util.d version.d analyze.d.tmp cmpbuf.d.tmp context.d.tmp diff.d.tmp diff3.d.tmp dir.d.tmp ed.d.tmp ifdef.d.tmp io.d.tmp normal.d.tmp side.d.tmp util.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/lib/libdiff && rm -f .depend analyze.d cmpbuf.d context.d diff.d diff3.d dir.d ed.d ifdef.d io.d normal.d side.d util.d version.d analyze.d.tmp cmpbuf.d.tmp context.d.tmp diff.d.tmp diff3.d.tmp dir.d.tmp ed.d.tmp ifdef.d.tmp io.d.tmp normal.d.tmp side.d.tmp util.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_g.a || true) --- cleandir-external --- cleandir ===> external/gpl2/xcvs/bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_g.a || true) --- cleandir-external --- --- cleandir-cvsbug --- cleandir ===> external/gpl2/xcvs/bin/cvsbug --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_pic.a MILexer.pico MIParser.pico MIRParser.pico MILexer.pico.tmp MIParser.pico.tmp MIRParser.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser_pic.a MILexer.pico MIParser.pico MIRParser.pico MILexer.pico.tmp MIParser.pico.tmp MIRParser.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f llib-lLLVMMIRParser.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/bin/cvsbug && rm -f .fname cvsbug a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f llib-lLLVMMIRParser.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/bin/cvsbug && rm -f .fname cvsbug a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f libLLVMMIRParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/bin/cvsbug && rm -f cvsbug.html8 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/bin/cvsbug && rm -f cvsbug.html8 || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMMIRParser && rm -f .depend MILexer.d MIParser.d MIRParser.d MILexer.d.tmp MIParser.d.tmp MIRParser.d.tmp tags || true) --- cleandir-external --- --- cleandir-rcs2log --- cleandir ===> external/gpl2/xcvs/bin/rcs2log --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMMIRParser && rm -f .depend MILexer.d MIParser.d MIRParser.d MILexer.d.tmp MIParser.d.tmp MIRParser.d.tmp tags || true) --- cleandir-libLLVMObject --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMObject --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/bin/rcs2log && rm -f rcs2log a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/bin/rcs2log && rm -f rcs2log a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject.a Archive.o ArchiveWriter.o Binary.o COFFImportFile.o COFFModuleDefinition.o COFFObjectFile.o Decompressor.o ELF.o ELFObjectFile.o Error.o FaultMapParser.o IRObjectFile.o IRSymtab.o MachOObjectFile.o MachOUniversal.o MachOUniversalWriter.o Minidump.o ModuleSymbolTable.o Object.o ObjectFile.o RecordStreamer.o RelocationResolver.o SymbolicFile.o SymbolSize.o TapiFile.o TapiUniversal.o WasmObjectFile.o WindowsMachineFlag.o WindowsResource.o XCOFFObjectFile.o Archive.o.tmp ArchiveWriter.o.tmp Binary.o.tmp COFFImportFile.o.tmp COFFModuleDefinition.o.tmp COFFObjectFile.o.tmp Decompressor.o.tmp ELF.o.tmp ELFObjectFile.o.tmp Error.o.tmp FaultMapParser.o.tmp IRObjectFile.o.tmp IRSymtab.o.tmp MachOObjectFile.o.tmp MachOUniversal.o.tmp MachOUniversalWriter.o.tmp Minidump.o.tmp ModuleSymbolTable.o.tmp Object.o.tmp ObjectFile.o.tmp RecordStreamer.o.tmp RelocationResolver.o.tmp SymbolicFile.o.tmp SymbolSize.o.tmp TapiFile.o.tmp TapiUniversal.o.tmp WasmObjectFile.o.tmp WindowsMachineFlag.o.tmp WindowsResource.o.tmp XCOFFObjectFile.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/bin/rcs2log && rm -f rcs2log.html1 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject.a Archive.o ArchiveWriter.o Binary.o COFFImportFile.o COFFModuleDefinition.o COFFObjectFile.o Decompressor.o ELF.o ELFObjectFile.o Error.o FaultMapParser.o IRObjectFile.o IRSymtab.o MachOObjectFile.o MachOUniversal.o MachOUniversalWriter.o Minidump.o ModuleSymbolTable.o Object.o ObjectFile.o RecordStreamer.o RelocationResolver.o SymbolicFile.o SymbolSize.o TapiFile.o TapiUniversal.o WasmObjectFile.o WindowsMachineFlag.o WindowsResource.o XCOFFObjectFile.o Archive.o.tmp ArchiveWriter.o.tmp Binary.o.tmp COFFImportFile.o.tmp COFFModuleDefinition.o.tmp COFFObjectFile.o.tmp Decompressor.o.tmp ELF.o.tmp ELFObjectFile.o.tmp Error.o.tmp FaultMapParser.o.tmp IRObjectFile.o.tmp IRSymtab.o.tmp MachOObjectFile.o.tmp MachOUniversal.o.tmp MachOUniversalWriter.o.tmp Minidump.o.tmp ModuleSymbolTable.o.tmp Object.o.tmp ObjectFile.o.tmp RecordStreamer.o.tmp RelocationResolver.o.tmp SymbolicFile.o.tmp SymbolSize.o.tmp TapiFile.o.tmp TapiUniversal.o.tmp WasmObjectFile.o.tmp WindowsMachineFlag.o.tmp WindowsResource.o.tmp XCOFFObjectFile.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/bin/rcs2log && rm -f rcs2log.html1 || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-xcvs --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_p.a || true) --- cleandir-external --- cleandir ===> external/gpl2/xcvs/bin/xcvs --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_pic.a Archive.pico ArchiveWriter.pico Binary.pico COFFImportFile.pico COFFModuleDefinition.pico COFFObjectFile.pico Decompressor.pico ELF.pico ELFObjectFile.pico Error.pico FaultMapParser.pico IRObjectFile.pico IRSymtab.pico MachOObjectFile.pico MachOUniversal.pico MachOUniversalWriter.pico Minidump.pico ModuleSymbolTable.pico Object.pico ObjectFile.pico RecordStreamer.pico RelocationResolver.pico SymbolicFile.pico SymbolSize.pico TapiFile.pico TapiUniversal.pico WasmObjectFile.pico WindowsMachineFlag.pico WindowsResource.pico XCOFFObjectFile.pico Archive.pico.tmp ArchiveWriter.pico.tmp Binary.pico.tmp COFFImportFile.pico.tmp COFFModuleDefinition.pico.tmp COFFObjectFile.pico.tmp Decompressor.pico.tmp ELF.pico.tmp ELFObjectFile.pico.tmp Error.pico.tmp FaultMapParser.pico.tmp IRObjectFile.pico.tmp IRSymtab.pico.tmp MachOObjectFile.pico.tmp MachOUniversal.pico.tmp MachOUniversalWriter.pico.tmp Minidump.pico.tmp ModuleSymbolTable.pico.tmp Object.pico.tmp ObjectFile.pico.tmp RecordStreamer.pico.tmp RelocationResolver.pico.tmp SymbolicFile.pico.tmp SymbolSize.pico.tmp TapiFile.pico.tmp TapiUniversal.pico.tmp WasmObjectFile.pico.tmp WindowsMachineFlag.pico.tmp WindowsResource.pico.tmp XCOFFObjectFile.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/bin/xcvs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xcvs acl.o add.o admin.o annotate.o buffer.o checkin.o checkout.o classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o error.o exithandle.o expand_path.o fileattr.o filesubr.o find_names.o hardlink.o hash.o history.o ignore.o import.o lock.o log.o log-buffer.o login.o logmsg.o ls.o main.o mkmodules.o modules.o ms-buffer.o myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o rsh-client.o run.o scramble.o server.o stack.o status.o subr.o tag.o update.o vers_ts.o version.o watch.o wrapper.o zlib.o gssapi-client.o acl.ln add.ln admin.ln annotate.ln buffer.ln checkin.ln checkout.ln classify.ln client.ln commit.ln create_adm.ln cvsrc.ln diff.ln edit.ln entries.ln error.ln exithandle.ln expand_path.ln fileattr.ln filesubr.ln find_names.ln hardlink.ln hash.ln history.ln ignore.ln import.ln lock.ln log.ln log-buffer.ln login.ln logmsg.ln ls.ln main.ln mkmodules.ln modules.ln ms-buffer.ln myndbm.ln no_diff.ln parseinfo.ln patch.ln rcs.ln rcscmds.ln recurse.ln release.ln remove.ln repos.ln root.ln rsh-client.ln run.ln scramble.ln server.ln stack.ln status.ln subr.ln tag.ln update.ln vers_ts.ln version.ln watch.ln wrapper.ln zlib.ln gssapi-client.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject_pic.a Archive.pico ArchiveWriter.pico Binary.pico COFFImportFile.pico COFFModuleDefinition.pico COFFObjectFile.pico Decompressor.pico ELF.pico ELFObjectFile.pico Error.pico FaultMapParser.pico IRObjectFile.pico IRSymtab.pico MachOObjectFile.pico MachOUniversal.pico MachOUniversalWriter.pico Minidump.pico ModuleSymbolTable.pico Object.pico ObjectFile.pico RecordStreamer.pico RelocationResolver.pico SymbolicFile.pico SymbolSize.pico TapiFile.pico TapiUniversal.pico WasmObjectFile.pico WindowsMachineFlag.pico WindowsResource.pico XCOFFObjectFile.pico Archive.pico.tmp ArchiveWriter.pico.tmp Binary.pico.tmp COFFImportFile.pico.tmp COFFModuleDefinition.pico.tmp COFFObjectFile.pico.tmp Decompressor.pico.tmp ELF.pico.tmp ELFObjectFile.pico.tmp Error.pico.tmp FaultMapParser.pico.tmp IRObjectFile.pico.tmp IRSymtab.pico.tmp MachOObjectFile.pico.tmp MachOUniversal.pico.tmp MachOUniversalWriter.pico.tmp Minidump.pico.tmp ModuleSymbolTable.pico.tmp Object.pico.tmp ObjectFile.pico.tmp RecordStreamer.pico.tmp RelocationResolver.pico.tmp SymbolicFile.pico.tmp SymbolSize.pico.tmp TapiFile.pico.tmp TapiUniversal.pico.tmp WasmObjectFile.pico.tmp WindowsMachineFlag.pico.tmp WindowsResource.pico.tmp XCOFFObjectFile.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/bin/xcvs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xcvs acl.o add.o admin.o annotate.o buffer.o checkin.o checkout.o classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o error.o exithandle.o expand_path.o fileattr.o filesubr.o find_names.o hardlink.o hash.o history.o ignore.o import.o lock.o log.o log-buffer.o login.o logmsg.o ls.o main.o mkmodules.o modules.o ms-buffer.o myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o rsh-client.o run.o scramble.o server.o stack.o status.o subr.o tag.o update.o vers_ts.o version.o watch.o wrapper.o zlib.o gssapi-client.o acl.ln add.ln admin.ln annotate.ln buffer.ln checkin.ln checkout.ln classify.ln client.ln commit.ln create_adm.ln cvsrc.ln diff.ln edit.ln entries.ln error.ln exithandle.ln expand_path.ln fileattr.ln filesubr.ln find_names.ln hardlink.ln hash.ln history.ln ignore.ln import.ln lock.ln log.ln log-buffer.ln login.ln logmsg.ln ls.ln main.ln mkmodules.ln modules.ln ms-buffer.ln myndbm.ln no_diff.ln parseinfo.ln patch.ln rcs.ln rcscmds.ln recurse.ln release.ln remove.ln repos.ln root.ln rsh-client.ln run.ln scramble.ln server.ln stack.ln status.ln subr.ln tag.ln update.ln vers_ts.ln version.ln watch.ln wrapper.ln zlib.ln gssapi-client.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f llib-lLLVMObject.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/bin/xcvs && rm -f cvs.html1 cvs.html5 .depend acl.d add.d admin.d annotate.d buffer.d checkin.d checkout.d classify.d client.d commit.d create_adm.d cvsrc.d diff.d edit.d entries.d error.d exithandle.d expand_path.d fileattr.d filesubr.d find_names.d gssapi-client.d hardlink.d hash.d history.d ignore.d import.d lock.d log-buffer.d log.d login.d logmsg.d ls.d main.d mkmodules.d modules.d ms-buffer.d myndbm.d no_diff.d parseinfo.d patch.d rcs.d rcscmds.d recurse.d release.d remove.d repos.d root.d rsh-client.d run.d scramble.d server.d stack.d status.d subr.d tag.d update.d vers_ts.d version.d watch.d wrapper.d zlib.d acl.d.tmp add.d.tmp admin.d.tmp annotate.d.tmp buffer.d.tmp checkin.d.tmp checkout.d.tmp classify.d.tmp client.d.tmp commit.d.tmp create_adm.d.tmp cvsrc.d.tmp diff.d.tmp edit.d.tmp entries.d.tmp error.d.tmp exithandle.d.tmp expand_path.d.tmp fileattr.d.tmp filesubr.d.tmp find_names.d.tmp gssapi-client.d.tmp hardlink.d.tmp hash.d.tmp history.d.tmp ignore.d.tmp import.d.tmp lock.d.tmp log-buffer.d.tmp log.d.tmp login.d.tmp logmsg.d.tmp ls.d.tmp main.d.tmp mkmodules.d.tmp modules.d.tmp ms-buffer.d.tmp myndbm.d.tmp no_diff.d.tmp parseinfo.d.tmp patch.d.tmp rcs.d.tmp rcscmds.d.tmp recurse.d.tmp release.d.tmp remove.d.tmp repos.d.tmp root.d.tmp rsh-client.d.tmp run.d.tmp scramble.d.tmp server.d.tmp stack.d.tmp status.d.tmp subr.d.tmp tag.d.tmp update.d.tmp vers_ts.d.tmp version.d.tmp watch.d.tmp wrapper.d.tmp zlib.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f llib-lLLVMObject.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/bin/xcvs && rm -f cvs.html1 cvs.html5 .depend acl.d add.d admin.d annotate.d buffer.d checkin.d checkout.d classify.d client.d commit.d create_adm.d cvsrc.d diff.d edit.d entries.d error.d exithandle.d expand_path.d fileattr.d filesubr.d find_names.d gssapi-client.d hardlink.d hash.d history.d ignore.d import.d lock.d log-buffer.d log.d login.d logmsg.d ls.d main.d mkmodules.d modules.d ms-buffer.d myndbm.d no_diff.d parseinfo.d patch.d rcs.d rcscmds.d recurse.d release.d remove.d repos.d root.d rsh-client.d run.d scramble.d server.d stack.d status.d subr.d tag.d update.d vers_ts.d version.d watch.d wrapper.d zlib.d acl.d.tmp add.d.tmp admin.d.tmp annotate.d.tmp buffer.d.tmp checkin.d.tmp checkout.d.tmp classify.d.tmp client.d.tmp commit.d.tmp create_adm.d.tmp cvsrc.d.tmp diff.d.tmp edit.d.tmp entries.d.tmp error.d.tmp exithandle.d.tmp expand_path.d.tmp fileattr.d.tmp filesubr.d.tmp find_names.d.tmp gssapi-client.d.tmp hardlink.d.tmp hash.d.tmp history.d.tmp ignore.d.tmp import.d.tmp lock.d.tmp log-buffer.d.tmp log.d.tmp login.d.tmp logmsg.d.tmp ls.d.tmp main.d.tmp mkmodules.d.tmp modules.d.tmp ms-buffer.d.tmp myndbm.d.tmp no_diff.d.tmp parseinfo.d.tmp patch.d.tmp rcs.d.tmp rcscmds.d.tmp recurse.d.tmp release.d.tmp remove.d.tmp repos.d.tmp root.d.tmp rsh-client.d.tmp run.d.tmp scramble.d.tmp server.d.tmp stack.d.tmp status.d.tmp subr.d.tmp tag.d.tmp update.d.tmp vers_ts.d.tmp version.d.tmp watch.d.tmp wrapper.d.tmp zlib.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-doc --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f libLLVMObject.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl2/xcvs/doc --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObject && rm -f .depend Archive.d ArchiveWriter.d Binary.d COFFImportFile.d COFFModuleDefinition.d COFFObjectFile.d Decompressor.d ELF.d ELFObjectFile.d Error.d FaultMapParser.d IRObjectFile.d IRSymtab.d MachOObjectFile.d MachOUniversal.d MachOUniversalWriter.d Minidump.d ModuleSymbolTable.d Object.d ObjectFile.d RecordStreamer.d RelocationResolver.d SymbolSize.d SymbolicFile.d TapiFile.d TapiUniversal.d WasmObjectFile.d WindowsMachineFlag.d WindowsResource.d XCOFFObjectFile.d Archive.d.tmp ArchiveWriter.d.tmp Binary.d.tmp COFFImportFile.d.tmp COFFModuleDefinition.d.tmp COFFObjectFile.d.tmp Decompressor.d.tmp ELF.d.tmp ELFObjectFile.d.tmp Error.d.tmp FaultMapParser.d.tmp IRObjectFile.d.tmp IRSymtab.d.tmp MachOObjectFile.d.tmp MachOUniversal.d.tmp MachOUniversalWriter.d.tmp Minidump.d.tmp ModuleSymbolTable.d.tmp Object.d.tmp ObjectFile.d.tmp RecordStreamer.d.tmp RelocationResolver.d.tmp SymbolSize.d.tmp SymbolicFile.d.tmp TapiFile.d.tmp TapiUniversal.d.tmp WasmObjectFile.d.tmp WindowsMachineFlag.d.tmp WindowsResource.d.tmp XCOFFObjectFile.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/xcvs/doc && rm -f cvsclient.info cvs.info || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObject && rm -f .depend Archive.d ArchiveWriter.d Binary.d COFFImportFile.d COFFModuleDefinition.d COFFObjectFile.d Decompressor.d ELF.d ELFObjectFile.d Error.d FaultMapParser.d IRObjectFile.d IRSymtab.d MachOObjectFile.d MachOUniversal.d MachOUniversalWriter.d Minidump.d ModuleSymbolTable.d Object.d ObjectFile.d RecordStreamer.d RelocationResolver.d SymbolSize.d SymbolicFile.d TapiFile.d TapiUniversal.d WasmObjectFile.d WindowsMachineFlag.d WindowsResource.d XCOFFObjectFile.d Archive.d.tmp ArchiveWriter.d.tmp Binary.d.tmp COFFImportFile.d.tmp COFFModuleDefinition.d.tmp COFFObjectFile.d.tmp Decompressor.d.tmp ELF.d.tmp ELFObjectFile.d.tmp Error.d.tmp FaultMapParser.d.tmp IRObjectFile.d.tmp IRSymtab.d.tmp MachOObjectFile.d.tmp MachOUniversal.d.tmp MachOUniversalWriter.d.tmp Minidump.d.tmp ModuleSymbolTable.d.tmp Object.d.tmp ObjectFile.d.tmp RecordStreamer.d.tmp RelocationResolver.d.tmp SymbolSize.d.tmp SymbolicFile.d.tmp TapiFile.d.tmp TapiUniversal.d.tmp WasmObjectFile.d.tmp WindowsMachineFlag.d.tmp WindowsResource.d.tmp XCOFFObjectFile.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/xcvs/doc && rm -f cvsclient.info cvs.info || true) --- cleandir-lib --- --- cleandir-libLLVMObjCARC --- --- cleandir-external --- --- cleandir-lvm2 --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMObjCARC --- cleandir-external --- cleandir ===> external/gpl2/lvm2 --- cleandir-lib --- cleandir ===> external/gpl2/lvm2/lib --- cleandir-libdevmapper --- cleandir ===> external/gpl2/lvm2/lib/libdevmapper --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC.a DependencyAnalysis.o ObjCARC.o ObjCARCAPElim.o ObjCARCContract.o ObjCARCExpand.o ObjCARCOpts.o ProvenanceAnalysis.o ProvenanceAnalysisEvaluator.o PtrState.o DependencyAnalysis.o.tmp ObjCARC.o.tmp ObjCARCAPElim.o.tmp ObjCARCContract.o.tmp ObjCARCExpand.o.tmp ObjCARCOpts.o.tmp ProvenanceAnalysis.o.tmp ProvenanceAnalysisEvaluator.o.tmp PtrState.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC.a DependencyAnalysis.o ObjCARC.o ObjCARCAPElim.o ObjCARCContract.o ObjCARCExpand.o ObjCARCOpts.o ProvenanceAnalysis.o ProvenanceAnalysisEvaluator.o PtrState.o DependencyAnalysis.o.tmp ObjCARC.o.tmp ObjCARCAPElim.o.tmp ObjCARCContract.o.tmp ObjCARCExpand.o.tmp ObjCARCOpts.o.tmp ProvenanceAnalysis.o.tmp ProvenanceAnalysisEvaluator.o.tmp PtrState.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_p.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper.a bitset.o hash.o list.o libdm-common.o libdm-file.o libdm-deptree.o libdm-string.o libdm-report.o dbg_malloc.o pool.o matcher.o parse_rx.o ttree.o libdm-nbsd-iface.o libdm_netbsd.o bitset.o.tmp hash.o.tmp list.o.tmp libdm-common.o.tmp libdm-file.o.tmp libdm-deptree.o.tmp libdm-string.o.tmp libdm-report.o.tmp dbg_malloc.o.tmp pool.o.tmp matcher.o.tmp parse_rx.o.tmp ttree.o.tmp libdm-nbsd-iface.o.tmp libdm_netbsd.o.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper.a bitset.o hash.o list.o libdm-common.o libdm-file.o libdm-deptree.o libdm-string.o libdm-report.o dbg_malloc.o pool.o matcher.o parse_rx.o ttree.o libdm-nbsd-iface.o libdm_netbsd.o bitset.o.tmp hash.o.tmp list.o.tmp libdm-common.o.tmp libdm-file.o.tmp libdm-deptree.o.tmp libdm-string.o.tmp libdm-report.o.tmp dbg_malloc.o.tmp pool.o.tmp matcher.o.tmp parse_rx.o.tmp ttree.o.tmp libdm-nbsd-iface.o.tmp libdm_netbsd.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_g.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_p.a bitset.po hash.po list.po libdm-common.po libdm-file.po libdm-deptree.po libdm-string.po libdm-report.po dbg_malloc.po pool.po matcher.po parse_rx.po ttree.po libdm-nbsd-iface.po libdm_netbsd.po bitset.po.tmp hash.po.tmp list.po.tmp libdm-common.po.tmp libdm-file.po.tmp libdm-deptree.po.tmp libdm-string.po.tmp libdm-report.po.tmp dbg_malloc.po.tmp pool.po.tmp matcher.po.tmp parse_rx.po.tmp ttree.po.tmp libdm-nbsd-iface.po.tmp libdm_netbsd.po.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_pic.a DependencyAnalysis.pico ObjCARC.pico ObjCARCAPElim.pico ObjCARCContract.pico ObjCARCExpand.pico ObjCARCOpts.pico ProvenanceAnalysis.pico ProvenanceAnalysisEvaluator.pico PtrState.pico DependencyAnalysis.pico.tmp ObjCARC.pico.tmp ObjCARCAPElim.pico.tmp ObjCARCContract.pico.tmp ObjCARCExpand.pico.tmp ObjCARCOpts.pico.tmp ProvenanceAnalysis.pico.tmp ProvenanceAnalysisEvaluator.pico.tmp PtrState.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_p.a bitset.po hash.po list.po libdm-common.po libdm-file.po libdm-deptree.po libdm-string.po libdm-report.po dbg_malloc.po pool.po matcher.po parse_rx.po ttree.po libdm-nbsd-iface.po libdm_netbsd.po bitset.po.tmp hash.po.tmp list.po.tmp libdm-common.po.tmp libdm-file.po.tmp libdm-deptree.po.tmp libdm-string.po.tmp libdm-report.po.tmp dbg_malloc.po.tmp pool.po.tmp matcher.po.tmp parse_rx.po.tmp ttree.po.tmp libdm-nbsd-iface.po.tmp libdm_netbsd.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC_pic.a DependencyAnalysis.pico ObjCARC.pico ObjCARCAPElim.pico ObjCARCContract.pico ObjCARCExpand.pico ObjCARCOpts.pico ProvenanceAnalysis.pico ProvenanceAnalysisEvaluator.pico PtrState.pico DependencyAnalysis.pico.tmp ObjCARC.pico.tmp ObjCARCAPElim.pico.tmp ObjCARCContract.pico.tmp ObjCARCExpand.pico.tmp ObjCARCOpts.pico.tmp ProvenanceAnalysis.pico.tmp ProvenanceAnalysisEvaluator.pico.tmp PtrState.pico.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f llib-lLLVMObjCARC.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f llib-lLLVMObjCARC.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_pic.a libdevmapper.so.* libdevmapper.so bitset.pico hash.pico list.pico libdm-common.pico libdm-file.pico libdm-deptree.pico libdm-string.pico libdm-report.pico dbg_malloc.pico pool.pico matcher.pico parse_rx.pico ttree.pico libdm-nbsd-iface.pico libdm_netbsd.pico bitset.pico.tmp hash.pico.tmp list.pico.tmp libdm-common.pico.tmp libdm-file.pico.tmp libdm-deptree.pico.tmp libdm-string.pico.tmp libdm-report.pico.tmp dbg_malloc.pico.tmp pool.pico.tmp matcher.pico.tmp parse_rx.pico.tmp ttree.pico.tmp libdm-nbsd-iface.pico.tmp libdm_netbsd.pico.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper_pic.a libdevmapper.so.* libdevmapper.so bitset.pico hash.pico list.pico libdm-common.pico libdm-file.pico libdm-deptree.pico libdm-string.pico libdm-report.pico dbg_malloc.pico pool.pico matcher.pico parse_rx.pico ttree.pico libdm-nbsd-iface.pico libdm_netbsd.pico bitset.pico.tmp hash.pico.tmp list.pico.tmp libdm-common.pico.tmp libdm-file.pico.tmp libdm-deptree.pico.tmp libdm-string.pico.tmp libdm-report.pico.tmp dbg_malloc.pico.tmp pool.pico.tmp matcher.pico.tmp parse_rx.pico.tmp ttree.pico.tmp libdm-nbsd-iface.pico.tmp libdm_netbsd.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f libLLVMObjCARC.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f llib-ldevmapper.ln bitset.ln hash.ln list.ln libdm-common.ln libdm-file.ln libdm-deptree.ln libdm-string.ln libdm-report.ln dbg_malloc.ln pool.ln matcher.ln parse_rx.ln ttree.ln libdm-nbsd-iface.ln libdm_netbsd.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMObjCARC && rm -f .depend DependencyAnalysis.d ObjCARC.d ObjCARCAPElim.d ObjCARCContract.d ObjCARCExpand.d ObjCARCOpts.d ProvenanceAnalysis.d ProvenanceAnalysisEvaluator.d PtrState.d DependencyAnalysis.d.tmp ObjCARC.d.tmp ObjCARCAPElim.d.tmp ObjCARCContract.d.tmp ObjCARCExpand.d.tmp ObjCARCOpts.d.tmp ProvenanceAnalysis.d.tmp ProvenanceAnalysisEvaluator.d.tmp PtrState.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f llib-ldevmapper.ln bitset.ln hash.ln list.ln libdm-common.ln libdm-file.ln libdm-deptree.ln libdm-string.ln libdm-report.ln dbg_malloc.ln pool.ln matcher.ln parse_rx.ln ttree.ln libdm-nbsd-iface.ln libdm_netbsd.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMObjCARC && rm -f .depend DependencyAnalysis.d ObjCARC.d ObjCARCAPElim.d ObjCARCContract.d ObjCARCExpand.d ObjCARCOpts.d ProvenanceAnalysis.d ProvenanceAnalysisEvaluator.d PtrState.d DependencyAnalysis.d.tmp ObjCARC.d.tmp ObjCARCAPElim.d.tmp ObjCARCContract.d.tmp ObjCARCExpand.d.tmp ObjCARCOpts.d.tmp ProvenanceAnalysis.d.tmp ProvenanceAnalysisEvaluator.d.tmp PtrState.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-libLLVMOrc --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f libdevmapper.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMOrc --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/libdevmapper && rm -f .depend bitset.d dbg_malloc.d hash.d libdm-common.d libdm-deptree.d libdm-file.d libdm-nbsd-iface.d libdm-report.d libdm-string.d libdm_netbsd.d list.d matcher.d parse_rx.d pool.d ttree.d bitset.d.tmp dbg_malloc.d.tmp hash.d.tmp libdm-common.d.tmp libdm-deptree.d.tmp libdm-file.d.tmp libdm-nbsd-iface.d.tmp libdm-report.d.tmp libdm-string.d.tmp libdm_netbsd.d.tmp list.d.tmp matcher.d.tmp parse_rx.d.tmp pool.d.tmp ttree.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/libdevmapper && rm -f .depend bitset.d dbg_malloc.d hash.d libdm-common.d libdm-deptree.d libdm-file.d libdm-nbsd-iface.d libdm-report.d libdm-string.d libdm_netbsd.d list.d matcher.d parse_rx.d pool.d ttree.d bitset.d.tmp dbg_malloc.d.tmp hash.d.tmp libdm-common.d.tmp libdm-deptree.d.tmp libdm-file.d.tmp libdm-nbsd-iface.d.tmp libdm-report.d.tmp libdm-string.d.tmp libdm_netbsd.d.tmp list.d.tmp matcher.d.tmp parse_rx.d.tmp pool.d.tmp ttree.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-liblvm --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc.a CompileOnDemandLayer.o CompileUtils.o Core.o DebugObjectManagerPlugin.o DebugUtils.o ExecutionUtils.o IndirectionUtils.o IRCompileLayer.o IRTransformLayer.o JITTargetMachineBuilder.o Layer.o LazyReexports.o LLJIT.o MachOPlatform.o Mangling.o ObjectLinkingLayer.o ObjectTransformLayer.o OrcABISupport.o OrcV2CBindings.o RTDyldObjectLinkingLayer.o SpeculateAnalyses.o Speculation.o TargetProcessControl.o ThreadSafeModule.o TPCDebugObjectRegistrar.o TPCDynamicLibrarySearchGenerator.o TPCEHFrameRegistrar.o TPCIndirectionUtils.o CompileOnDemandLayer.o.tmp CompileUtils.o.tmp Core.o.tmp DebugObjectManagerPlugin.o.tmp DebugUtils.o.tmp ExecutionUtils.o.tmp IndirectionUtils.o.tmp IRCompileLayer.o.tmp IRTransformLayer.o.tmp JITTargetMachineBuilder.o.tmp Layer.o.tmp LazyReexports.o.tmp LLJIT.o.tmp MachOPlatform.o.tmp Mangling.o.tmp ObjectLinkingLayer.o.tmp ObjectTransformLayer.o.tmp OrcABISupport.o.tmp OrcV2CBindings.o.tmp RTDyldObjectLinkingLayer.o.tmp SpeculateAnalyses.o.tmp Speculation.o.tmp TargetProcessControl.o.tmp ThreadSafeModule.o.tmp TPCDebugObjectRegistrar.o.tmp TPCDynamicLibrarySearchGenerator.o.tmp TPCEHFrameRegistrar.o.tmp TPCIndirectionUtils.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/lvm2/lib/liblvm --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc.a CompileOnDemandLayer.o CompileUtils.o Core.o DebugObjectManagerPlugin.o DebugUtils.o ExecutionUtils.o IndirectionUtils.o IRCompileLayer.o IRTransformLayer.o JITTargetMachineBuilder.o Layer.o LazyReexports.o LLJIT.o MachOPlatform.o Mangling.o ObjectLinkingLayer.o ObjectTransformLayer.o OrcABISupport.o OrcV2CBindings.o RTDyldObjectLinkingLayer.o SpeculateAnalyses.o Speculation.o TargetProcessControl.o ThreadSafeModule.o TPCDebugObjectRegistrar.o TPCDynamicLibrarySearchGenerator.o TPCEHFrameRegistrar.o TPCIndirectionUtils.o CompileOnDemandLayer.o.tmp CompileUtils.o.tmp Core.o.tmp DebugObjectManagerPlugin.o.tmp DebugUtils.o.tmp ExecutionUtils.o.tmp IndirectionUtils.o.tmp IRCompileLayer.o.tmp IRTransformLayer.o.tmp JITTargetMachineBuilder.o.tmp Layer.o.tmp LazyReexports.o.tmp LLJIT.o.tmp MachOPlatform.o.tmp Mangling.o.tmp ObjectLinkingLayer.o.tmp ObjectTransformLayer.o.tmp OrcABISupport.o.tmp OrcV2CBindings.o.tmp RTDyldObjectLinkingLayer.o.tmp SpeculateAnalyses.o.tmp Speculation.o.tmp TargetProcessControl.o.tmp ThreadSafeModule.o.tmp TPCDebugObjectRegistrar.o.tmp TPCDynamicLibrarySearchGenerator.o.tmp TPCEHFrameRegistrar.o.tmp TPCIndirectionUtils.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f liblvm.a activate.o lvmcache.o toolcontext.o config.o btree.o str_list.o dev-cache.o dev-io.o dev-md.o device.o dev-swap.o display.o errseg.o filter-composite.o filter-persistent.o filter-regex.o filter-sysfs.o filter-md.o archive.o archiver.o export.o flags.o format-text.o import.o import_vsn1.o tags.o text_label.o freeseg.o label.o file_locking.o locking.o no_locking.o log.o lv_manip.o merge.o metadata.o mirror.o pv_manip.o pv_map.o segtype.o snapshot_manip.o crc.o lvm-exec.o lvm-file.o lvm-string.o lvm-wrappers.o timestamp.o util.o memlock.o report.o striped.o unknown.o uuid.o zero.o disk-rep.o format1.o import-export.o import-extents.o layout.o lvm1-label.o vg_number.o disk_rep.o format_pool.o import_export.o pool_label.o filter_netbsd.o snapshot.o mirrored.o dev_manager.o fs.o dev.o lvm-globals.o activate.o.tmp lvmcache.o.tmp toolcontext.o.tmp config.o.tmp btree.o.tmp str_list.o.tmp dev-cache.o.tmp dev-io.o.tmp dev-md.o.tmp device.o.tmp dev-swap.o.tmp display.o.tmp errseg.o.tmp filter-composite.o.tmp filter-persistent.o.tmp filter-regex.o.tmp filter-sysfs.o.tmp filter-md.o.tmp archive.o.tmp archiver.o.tmp export.o.tmp flags.o.tmp format-text.o.tmp import.o.tmp import_vsn1.o.tmp tags.o.tmp text_label.o.tmp freeseg.o.tmp label.o.tmp file_locking.o.tmp locking.o.tmp no_locking.o.tmp log.o.tmp lv_manip.o.tmp merge.o.tmp metadata.o.tmp mirror.o.tmp pv_manip.o.tmp pv_map.o.tmp segtype.o.tmp snapshot_manip.o.tmp crc.o.tmp lvm-exec.o.tmp lvm-file.o.tmp lvm-string.o.tmp lvm-wrappers.o.tmp timestamp.o.tmp util.o.tmp memlock.o.tmp report.o.tmp striped.o.tmp unknown.o.tmp uuid.o.tmp zero.o.tmp disk-rep.o.tmp format1.o.tmp import-export.o.tmp import-extents.o.tmp layout.o.tmp lvm1-label.o.tmp vg_number.o.tmp disk_rep.o.tmp format_pool.o.tmp import_export.o.tmp pool_label.o.tmp filter_netbsd.o.tmp snapshot.o.tmp mirrored.o.tmp dev_manager.o.tmp fs.o.tmp dev.o.tmp lvm-globals.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f liblvm.a activate.o lvmcache.o toolcontext.o config.o btree.o str_list.o dev-cache.o dev-io.o dev-md.o device.o dev-swap.o display.o errseg.o filter-composite.o filter-persistent.o filter-regex.o filter-sysfs.o filter-md.o archive.o archiver.o export.o flags.o format-text.o import.o import_vsn1.o tags.o text_label.o freeseg.o label.o file_locking.o locking.o no_locking.o log.o lv_manip.o merge.o metadata.o mirror.o pv_manip.o pv_map.o segtype.o snapshot_manip.o crc.o lvm-exec.o lvm-file.o lvm-string.o lvm-wrappers.o timestamp.o util.o memlock.o report.o striped.o unknown.o uuid.o zero.o disk-rep.o format1.o import-export.o import-extents.o layout.o lvm1-label.o vg_number.o disk_rep.o format_pool.o import_export.o pool_label.o filter_netbsd.o snapshot.o mirrored.o dev_manager.o fs.o dev.o lvm-globals.o activate.o.tmp lvmcache.o.tmp toolcontext.o.tmp config.o.tmp btree.o.tmp str_list.o.tmp dev-cache.o.tmp dev-io.o.tmp dev-md.o.tmp device.o.tmp dev-swap.o.tmp display.o.tmp errseg.o.tmp filter-composite.o.tmp filter-persistent.o.tmp filter-regex.o.tmp filter-sysfs.o.tmp filter-md.o.tmp archive.o.tmp archiver.o.tmp export.o.tmp flags.o.tmp format-text.o.tmp import.o.tmp import_vsn1.o.tmp tags.o.tmp text_label.o.tmp freeseg.o.tmp label.o.tmp file_locking.o.tmp locking.o.tmp no_locking.o.tmp log.o.tmp lv_manip.o.tmp merge.o.tmp metadata.o.tmp mirror.o.tmp pv_manip.o.tmp pv_map.o.tmp segtype.o.tmp snapshot_manip.o.tmp crc.o.tmp lvm-exec.o.tmp lvm-file.o.tmp lvm-string.o.tmp lvm-wrappers.o.tmp timestamp.o.tmp util.o.tmp memlock.o.tmp report.o.tmp striped.o.tmp unknown.o.tmp uuid.o.tmp zero.o.tmp disk-rep.o.tmp format1.o.tmp import-export.o.tmp import-extents.o.tmp layout.o.tmp lvm1-label.o.tmp vg_number.o.tmp disk_rep.o.tmp format_pool.o.tmp import_export.o.tmp pool_label.o.tmp filter_netbsd.o.tmp snapshot.o.tmp mirrored.o.tmp dev_manager.o.tmp fs.o.tmp dev.o.tmp lvm-globals.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_p.a || true) --- libclean3 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_p.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_pic.a CompileOnDemandLayer.pico CompileUtils.pico Core.pico DebugObjectManagerPlugin.pico DebugUtils.pico ExecutionUtils.pico IndirectionUtils.pico IRCompileLayer.pico IRTransformLayer.pico JITTargetMachineBuilder.pico Layer.pico LazyReexports.pico LLJIT.pico MachOPlatform.pico Mangling.pico ObjectLinkingLayer.pico ObjectTransformLayer.pico OrcABISupport.pico OrcV2CBindings.pico RTDyldObjectLinkingLayer.pico SpeculateAnalyses.pico Speculation.pico TargetProcessControl.pico ThreadSafeModule.pico TPCDebugObjectRegistrar.pico TPCDynamicLibrarySearchGenerator.pico TPCEHFrameRegistrar.pico TPCIndirectionUtils.pico CompileOnDemandLayer.pico.tmp CompileUtils.pico.tmp Core.pico.tmp DebugObjectManagerPlugin.pico.tmp DebugUtils.pico.tmp ExecutionUtils.pico.tmp IndirectionUtils.pico.tmp IRCompileLayer.pico.tmp IRTransformLayer.pico.tmp JITTargetMachineBuilder.pico.tmp Layer.pico.tmp LazyReexports.pico.tmp LLJIT.pico.tmp MachOPlatform.pico.tmp Mangling.pico.tmp ObjectLinkingLayer.pico.tmp ObjectTransformLayer.pico.tmp OrcABISupport.pico.tmp OrcV2CBindings.pico.tmp RTDyldObjectLinkingLayer.pico.tmp SpeculateAnalyses.pico.tmp Speculation.pico.tmp TargetProcessControl.pico.tmp ThreadSafeModule.pico.tmp TPCDebugObjectRegistrar.pico.tmp TPCDynamicLibrarySearchGenerator.pico.tmp TPCEHFrameRegistrar.pico.tmp TPCIndirectionUtils.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc_pic.a CompileOnDemandLayer.pico CompileUtils.pico Core.pico DebugObjectManagerPlugin.pico DebugUtils.pico ExecutionUtils.pico IndirectionUtils.pico IRCompileLayer.pico IRTransformLayer.pico JITTargetMachineBuilder.pico Layer.pico LazyReexports.pico LLJIT.pico MachOPlatform.pico Mangling.pico ObjectLinkingLayer.pico ObjectTransformLayer.pico OrcABISupport.pico OrcV2CBindings.pico RTDyldObjectLinkingLayer.pico SpeculateAnalyses.pico Speculation.pico TargetProcessControl.pico ThreadSafeModule.pico TPCDebugObjectRegistrar.pico TPCDynamicLibrarySearchGenerator.pico TPCEHFrameRegistrar.pico TPCIndirectionUtils.pico CompileOnDemandLayer.pico.tmp CompileUtils.pico.tmp Core.pico.tmp DebugObjectManagerPlugin.pico.tmp DebugUtils.pico.tmp ExecutionUtils.pico.tmp IndirectionUtils.pico.tmp IRCompileLayer.pico.tmp IRTransformLayer.pico.tmp JITTargetMachineBuilder.pico.tmp Layer.pico.tmp LazyReexports.pico.tmp LLJIT.pico.tmp MachOPlatform.pico.tmp Mangling.pico.tmp ObjectLinkingLayer.pico.tmp ObjectTransformLayer.pico.tmp OrcABISupport.pico.tmp OrcV2CBindings.pico.tmp RTDyldObjectLinkingLayer.pico.tmp SpeculateAnalyses.pico.tmp Speculation.pico.tmp TargetProcessControl.pico.tmp ThreadSafeModule.pico.tmp TPCDebugObjectRegistrar.pico.tmp TPCDynamicLibrarySearchGenerator.pico.tmp TPCEHFrameRegistrar.pico.tmp TPCIndirectionUtils.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f llib-lLLVMOrc.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f liblvm_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f llib-lLLVMOrc.ln || true) --- __doclean --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f llib-llvm.ln activate.ln lvmcache.ln toolcontext.ln config.ln btree.ln str_list.ln dev-cache.ln dev-io.ln dev-md.ln device.ln dev-swap.ln display.ln errseg.ln filter-composite.ln filter-persistent.ln filter-regex.ln filter-sysfs.ln filter-md.ln archive.ln archiver.ln export.ln flags.ln format-text.ln import.ln import_vsn1.ln tags.ln text_label.ln freeseg.ln label.ln file_locking.ln locking.ln no_locking.ln log.ln lv_manip.ln merge.ln metadata.ln mirror.ln pv_manip.ln pv_map.ln segtype.ln snapshot_manip.ln crc.ln lvm-exec.ln lvm-file.ln lvm-string.ln lvm-wrappers.ln timestamp.ln util.ln memlock.ln report.ln striped.ln unknown.ln uuid.ln zero.ln disk-rep.ln format1.ln import-export.ln import-extents.ln layout.ln lvm1-label.ln vg_number.ln disk_rep.ln format_pool.ln import_export.ln pool_label.ln filter_netbsd.ln snapshot.ln mirrored.ln dev_manager.ln fs.ln dev.ln lvm-globals.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f libLLVMOrc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f llib-llvm.ln activate.ln lvmcache.ln toolcontext.ln config.ln btree.ln str_list.ln dev-cache.ln dev-io.ln dev-md.ln device.ln dev-swap.ln display.ln errseg.ln filter-composite.ln filter-persistent.ln filter-regex.ln filter-sysfs.ln filter-md.ln archive.ln archiver.ln export.ln flags.ln format-text.ln import.ln import_vsn1.ln tags.ln text_label.ln freeseg.ln label.ln file_locking.ln locking.ln no_locking.ln log.ln lv_manip.ln merge.ln metadata.ln mirror.ln pv_manip.ln pv_map.ln segtype.ln snapshot_manip.ln crc.ln lvm-exec.ln lvm-file.ln lvm-string.ln lvm-wrappers.ln timestamp.ln util.ln memlock.ln report.ln striped.ln unknown.ln uuid.ln zero.ln disk-rep.ln format1.ln import-export.ln import-extents.ln layout.ln lvm1-label.ln vg_number.ln disk_rep.ln format_pool.ln import_export.ln pool_label.ln filter_netbsd.ln snapshot.ln mirrored.ln dev_manager.ln fs.ln dev.ln lvm-globals.ln || true) --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f liblvm.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMOrc && rm -f .depend CompileOnDemandLayer.d CompileUtils.d Core.d DebugObjectManagerPlugin.d DebugUtils.d ExecutionUtils.d IRCompileLayer.d IRTransformLayer.d IndirectionUtils.d JITTargetMachineBuilder.d LLJIT.d Layer.d LazyReexports.d MachOPlatform.d Mangling.d ObjectLinkingLayer.d ObjectTransformLayer.d OrcABISupport.d OrcV2CBindings.d RTDyldObjectLinkingLayer.d SpeculateAnalyses.d Speculation.d TPCDebugObjectRegistrar.d TPCDynamicLibrarySearchGenerator.d TPCEHFrameRegistrar.d TPCIndirectionUtils.d TargetProcessControl.d ThreadSafeModule.d CompileOnDemandLayer.d.tmp CompileUtils.d.tmp Core.d.tmp DebugObjectManagerPlugin.d.tmp DebugUtils.d.tmp ExecutionUtils.d.tmp IRCompileLayer.d.tmp IRTransformLayer.d.tmp IndirectionUtils.d.tmp JITTargetMachineBuilder.d.tmp LLJIT.d.tmp Layer.d.tmp LazyReexports.d.tmp MachOPlatform.d.tmp Mangling.d.tmp ObjectLinkingLayer.d.tmp ObjectTransformLayer.d.tmp OrcABISupport.d.tmp OrcV2CBindings.d.tmp RTDyldObjectLinkingLayer.d.tmp SpeculateAnalyses.d.tmp Speculation.d.tmp TPCDebugObjectRegistrar.d.tmp TPCDynamicLibrarySearchGenerator.d.tmp TPCEHFrameRegistrar.d.tmp TPCIndirectionUtils.d.tmp TargetProcessControl.d.tmp ThreadSafeModule.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f liblvm.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMOrc && rm -f .depend CompileOnDemandLayer.d CompileUtils.d Core.d DebugObjectManagerPlugin.d DebugUtils.d ExecutionUtils.d IRCompileLayer.d IRTransformLayer.d IndirectionUtils.d JITTargetMachineBuilder.d LLJIT.d Layer.d LazyReexports.d MachOPlatform.d Mangling.d ObjectLinkingLayer.d ObjectTransformLayer.d OrcABISupport.d OrcV2CBindings.d RTDyldObjectLinkingLayer.d SpeculateAnalyses.d Speculation.d TPCDebugObjectRegistrar.d TPCDynamicLibrarySearchGenerator.d TPCEHFrameRegistrar.d TPCIndirectionUtils.d TargetProcessControl.d ThreadSafeModule.d CompileOnDemandLayer.d.tmp CompileUtils.d.tmp Core.d.tmp DebugObjectManagerPlugin.d.tmp DebugUtils.d.tmp ExecutionUtils.d.tmp IRCompileLayer.d.tmp IRTransformLayer.d.tmp IndirectionUtils.d.tmp JITTargetMachineBuilder.d.tmp LLJIT.d.tmp Layer.d.tmp LazyReexports.d.tmp MachOPlatform.d.tmp Mangling.d.tmp ObjectLinkingLayer.d.tmp ObjectTransformLayer.d.tmp OrcABISupport.d.tmp OrcV2CBindings.d.tmp RTDyldObjectLinkingLayer.d.tmp SpeculateAnalyses.d.tmp Speculation.d.tmp TPCDebugObjectRegistrar.d.tmp TPCDynamicLibrarySearchGenerator.d.tmp TPCEHFrameRegistrar.d.tmp TPCIndirectionUtils.d.tmp TargetProcessControl.d.tmp ThreadSafeModule.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-libLLVMPasses --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/lib/liblvm && rm -f .depend activate.d archive.d archiver.d btree.d config.d crc.d dev-cache.d dev-io.d dev-md.d dev-swap.d dev.d dev_manager.d device.d disk-rep.d disk_rep.d display.d errseg.d export.d file_locking.d filter-composite.d filter-md.d filter-persistent.d filter-regex.d filter-sysfs.d filter_netbsd.d flags.d format-text.d format1.d format_pool.d freeseg.d fs.d import-export.d import-extents.d import.d import_export.d import_vsn1.d label.d layout.d locking.d log.d lv_manip.d lvm-exec.d lvm-file.d lvm-globals.d lvm-string.d lvm-wrappers.d lvm1-label.d lvmcache.d memlock.d merge.d metadata.d mirror.d mirrored.d no_locking.d pool_label.d pv_manip.d pv_map.d report.d segtype.d snapshot.d snapshot_manip.d str_list.d striped.d tags.d text_label.d timestamp.d toolcontext.d unknown.d util.d uuid.d vg_number.d zero.d activate.d.tmp archive.d.tmp archiver.d.tmp btree.d.tmp config.d.tmp crc.d.tmp dev-cache.d.tmp dev-io.d.tmp dev-md.d.tmp dev-swap.d.tmp dev.d.tmp dev_manager.d.tmp device.d.tmp disk-rep.d.tmp disk_rep.d.tmp display.d.tmp errseg.d.tmp export.d.tmp file_locking.d.tmp filter-composite.d.tmp filter-md.d.tmp filter-persistent.d.tmp filter-regex.d.tmp filter-sysfs.d.tmp filter_netbsd.d.tmp flags.d.tmp format-text.d.tmp format1.d.tmp format_pool.d.tmp freeseg.d.tmp fs.d.tmp import-export.d.tmp import-extents.d.tmp import.d.tmp import_export.d.tmp import_vsn1.d.tmp label.d.tmp layout.d.tmp locking.d.tmp log.d.tmp lv_manip.d.tmp lvm-exec.d.tmp lvm-file.d.tmp lvm-globals.d.tmp lvm-string.d.tmp lvm-wrappers.d.tmp lvm1-label.d.tmp lvmcache.d.tmp memlock.d.tmp merge.d.tmp metadata.d.tmp mirror.d.tmp mirrored.d.tmp no_locking.d.tmp pool_label.d.tmp pv_manip.d.tmp pv_map.d.tmp report.d.tmp segtype.d.tmp snapshot.d.tmp snapshot_manip.d.tmp str_list.d.tmp striped.d.tmp tags.d.tmp text_label.d.tmp timestamp.d.tmp toolcontext.d.tmp unknown.d.tmp util.d.tmp uuid.d.tmp vg_number.d.tmp zero.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMPasses --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/lib/liblvm && rm -f .depend activate.d archive.d archiver.d btree.d config.d crc.d dev-cache.d dev-io.d dev-md.d dev-swap.d dev.d dev_manager.d device.d disk-rep.d disk_rep.d display.d errseg.d export.d file_locking.d filter-composite.d filter-md.d filter-persistent.d filter-regex.d filter-sysfs.d filter_netbsd.d flags.d format-text.d format1.d format_pool.d freeseg.d fs.d import-export.d import-extents.d import.d import_export.d import_vsn1.d label.d layout.d locking.d log.d lv_manip.d lvm-exec.d lvm-file.d lvm-globals.d lvm-string.d lvm-wrappers.d lvm1-label.d lvmcache.d memlock.d merge.d metadata.d mirror.d mirrored.d no_locking.d pool_label.d pv_manip.d pv_map.d report.d segtype.d snapshot.d snapshot_manip.d str_list.d striped.d tags.d text_label.d timestamp.d toolcontext.d unknown.d util.d uuid.d vg_number.d zero.d activate.d.tmp archive.d.tmp archiver.d.tmp btree.d.tmp config.d.tmp crc.d.tmp dev-cache.d.tmp dev-io.d.tmp dev-md.d.tmp dev-swap.d.tmp dev.d.tmp dev_manager.d.tmp device.d.tmp disk-rep.d.tmp disk_rep.d.tmp display.d.tmp errseg.d.tmp export.d.tmp file_locking.d.tmp filter-composite.d.tmp filter-md.d.tmp filter-persistent.d.tmp filter-regex.d.tmp filter-sysfs.d.tmp filter_netbsd.d.tmp flags.d.tmp format-text.d.tmp format1.d.tmp format_pool.d.tmp freeseg.d.tmp fs.d.tmp import-export.d.tmp import-extents.d.tmp import.d.tmp import_export.d.tmp import_vsn1.d.tmp label.d.tmp layout.d.tmp locking.d.tmp log.d.tmp lv_manip.d.tmp lvm-exec.d.tmp lvm-file.d.tmp lvm-globals.d.tmp lvm-string.d.tmp lvm-wrappers.d.tmp lvm1-label.d.tmp lvmcache.d.tmp memlock.d.tmp merge.d.tmp metadata.d.tmp mirror.d.tmp mirrored.d.tmp no_locking.d.tmp pool_label.d.tmp pv_manip.d.tmp pv_map.d.tmp report.d.tmp segtype.d.tmp snapshot.d.tmp snapshot_manip.d.tmp str_list.d.tmp striped.d.tmp tags.d.tmp text_label.d.tmp timestamp.d.tmp toolcontext.d.tmp unknown.d.tmp util.d.tmp uuid.d.tmp vg_number.d.tmp zero.d.tmp tags || true) --- cleandir-sbin --- cleandir ===> external/gpl2/lvm2/sbin --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-dmsetup --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses.a PassBuilder.o PassBuilderBindings.o PassPlugin.o StandardInstrumentations.o PassBuilder.o.tmp PassBuilderBindings.o.tmp PassPlugin.o.tmp StandardInstrumentations.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/lvm2/sbin/dmsetup --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses.a PassBuilder.o PassBuilderBindings.o PassPlugin.o StandardInstrumentations.o PassBuilder.o.tmp PassBuilderBindings.o.tmp PassPlugin.o.tmp StandardInstrumentations.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/sbin/dmsetup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dmsetup dmsetup.o dmsetup.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/sbin/dmsetup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dmsetup dmsetup.o dmsetup.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/sbin/dmsetup && rm -f dmsetup.html8 .depend dmsetup.d dmsetup.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_pic.a PassBuilder.pico PassBuilderBindings.pico PassPlugin.pico StandardInstrumentations.pico PassBuilder.pico.tmp PassBuilderBindings.pico.tmp PassPlugin.pico.tmp StandardInstrumentations.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/sbin/dmsetup && rm -f dmsetup.html8 .depend dmsetup.d dmsetup.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses_pic.a PassBuilder.pico PassBuilderBindings.pico PassPlugin.pico StandardInstrumentations.pico PassBuilder.pico.tmp PassBuilderBindings.pico.tmp PassPlugin.pico.tmp StandardInstrumentations.pico.tmp || true) --- cleandir-external --- --- cleandir-lvm --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/gpl2/lvm2/sbin/lvm --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f llib-lLLVMPasses.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f llib-lLLVMPasses.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f libLLVMPasses.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMPasses && rm -f .depend PassBuilder.d PassBuilderBindings.d PassPlugin.d StandardInstrumentations.d PassBuilder.d.tmp PassBuilderBindings.d.tmp PassPlugin.d.tmp StandardInstrumentations.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/sbin/lvm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lvm dumpconfig.o formats.o lvchange.o lvconvert.o lvcreate.o lvdisplay.o lvextend.o lvmchange.o lvmcmdline.o lvmdiskscan.o lvreduce.o lvremove.o lvrename.o lvresize.o lvscan.o polldaemon.o pvchange.o pvck.o pvcreate.o pvdisplay.o pvmove.o pvremove.o pvresize.o pvscan.o reporter.o segtypes.o toollib.o vgcfgbackup.o vgcfgrestore.o vgchange.o vgck.o vgconvert.o vgcreate.o vgdisplay.o vgexport.o vgextend.o vgimport.o vgmerge.o vgmknodes.o vgreduce.o vgremove.o vgrename.o vgscan.o vgsplit.o lvm.o dumpconfig.ln formats.ln lvchange.ln lvconvert.ln lvcreate.ln lvdisplay.ln lvextend.ln lvmchange.ln lvmcmdline.ln lvmdiskscan.ln lvreduce.ln lvremove.ln lvrename.ln lvresize.ln lvscan.ln polldaemon.ln pvchange.ln pvck.ln pvcreate.ln pvdisplay.ln pvmove.ln pvremove.ln pvresize.ln pvscan.ln reporter.ln segtypes.ln toollib.ln vgcfgbackup.ln vgcfgrestore.ln vgchange.ln vgck.ln vgconvert.ln vgcreate.ln vgdisplay.ln vgexport.ln vgextend.ln vgimport.ln vgmerge.ln vgmknodes.ln vgreduce.ln vgremove.ln vgrename.ln vgscan.ln vgsplit.ln lvm.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMPasses && rm -f .depend PassBuilder.d PassBuilderBindings.d PassPlugin.d StandardInstrumentations.d PassBuilder.d.tmp PassBuilderBindings.d.tmp PassPlugin.d.tmp StandardInstrumentations.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/sbin/lvm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lvm dumpconfig.o formats.o lvchange.o lvconvert.o lvcreate.o lvdisplay.o lvextend.o lvmchange.o lvmcmdline.o lvmdiskscan.o lvreduce.o lvremove.o lvrename.o lvresize.o lvscan.o polldaemon.o pvchange.o pvck.o pvcreate.o pvdisplay.o pvmove.o pvremove.o pvresize.o pvscan.o reporter.o segtypes.o toollib.o vgcfgbackup.o vgcfgrestore.o vgchange.o vgck.o vgconvert.o vgcreate.o vgdisplay.o vgexport.o vgextend.o vgimport.o vgmerge.o vgmknodes.o vgreduce.o vgremove.o vgrename.o vgscan.o vgsplit.o lvm.o dumpconfig.ln formats.ln lvchange.ln lvconvert.ln lvcreate.ln lvdisplay.ln lvextend.ln lvmchange.ln lvmcmdline.ln lvmdiskscan.ln lvreduce.ln lvremove.ln lvrename.ln lvresize.ln lvscan.ln polldaemon.ln pvchange.ln pvck.ln pvcreate.ln pvdisplay.ln pvmove.ln pvremove.ln pvresize.ln pvscan.ln reporter.ln segtypes.ln toollib.ln vgcfgbackup.ln vgcfgrestore.ln vgchange.ln vgck.ln vgconvert.ln vgcreate.ln vgdisplay.ln vgexport.ln vgextend.ln vgimport.ln vgmerge.ln vgmknodes.ln vgreduce.ln vgremove.ln vgrename.ln vgscan.ln vgsplit.ln lvm.ln || true) --- cleandir-lib --- --- cleandir-libLLVMProfileData --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMProfileData --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/lvm2/sbin/lvm && rm -f lvchange.html8 lvconvert.html8 lvcreate.html8 lvdisplay.html8 lvextend.html8 lvm.html8 lvm.conf.html5 lvmchange.html8 lvmdiskscan.html8 lvmdump.html8 lvreduce.html8 lvremove.html8 lvrename.html8 lvresize.html8 lvs.html8 lvscan.html8 pvchange.html8 pvck.html8 pvcreate.html8 pvdisplay.html8 pvmove.html8 pvremove.html8 pvresize.html8 pvs.html8 pvscan.html8 vgcfgbackup.html8 vgcfgrestore.html8 vgchange.html8 vgck.html8 vgconvert.html8 vgcreate.html8 vgdisplay.html8 vgexport.html8 vgextend.html8 vgimport.html8 vgmerge.html8 vgmknodes.html8 vgreduce.html8 vgremove.html8 vgrename.html8 vgs.html8 vgscan.html8 vgsplit.html8 .depend dumpconfig.d formats.d lvchange.d lvconvert.d lvcreate.d lvdisplay.d lvextend.d lvm.d lvmchange.d lvmcmdline.d lvmdiskscan.d lvreduce.d lvremove.d lvrename.d lvresize.d lvscan.d polldaemon.d pvchange.d pvck.d pvcreate.d pvdisplay.d pvmove.d pvremove.d pvresize.d pvscan.d reporter.d segtypes.d toollib.d vgcfgbackup.d vgcfgrestore.d vgchange.d vgck.d vgconvert.d vgcreate.d vgdisplay.d vgexport.d vgextend.d vgimport.d vgmerge.d vgmknodes.d vgreduce.d vgremove.d vgrename.d vgscan.d vgsplit.d dumpconfig.d.tmp formats.d.tmp lvchange.d.tmp lvconvert.d.tmp lvcreate.d.tmp lvdisplay.d.tmp lvextend.d.tmp lvm.d.tmp lvmchange.d.tmp lvmcmdline.d.tmp lvmdiskscan.d.tmp lvreduce.d.tmp lvremove.d.tmp lvrename.d.tmp lvresize.d.tmp lvscan.d.tmp polldaemon.d.tmp pvchange.d.tmp pvck.d.tmp pvcreate.d.tmp pvdisplay.d.tmp pvmove.d.tmp pvremove.d.tmp pvresize.d.tmp pvscan.d.tmp reporter.d.tmp segtypes.d.tmp toollib.d.tmp vgcfgbackup.d.tmp vgcfgrestore.d.tmp vgchange.d.tmp vgck.d.tmp vgconvert.d.tmp vgcreate.d.tmp vgdisplay.d.tmp vgexport.d.tmp vgextend.d.tmp vgimport.d.tmp vgmerge.d.tmp vgmknodes.d.tmp vgreduce.d.tmp vgremove.d.tmp vgrename.d.tmp vgscan.d.tmp vgsplit.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/lvm2/sbin/lvm && rm -f lvchange.html8 lvconvert.html8 lvcreate.html8 lvdisplay.html8 lvextend.html8 lvm.html8 lvm.conf.html5 lvmchange.html8 lvmdiskscan.html8 lvmdump.html8 lvreduce.html8 lvremove.html8 lvrename.html8 lvresize.html8 lvs.html8 lvscan.html8 pvchange.html8 pvck.html8 pvcreate.html8 pvdisplay.html8 pvmove.html8 pvremove.html8 pvresize.html8 pvs.html8 pvscan.html8 vgcfgbackup.html8 vgcfgrestore.html8 vgchange.html8 vgck.html8 vgconvert.html8 vgcreate.html8 vgdisplay.html8 vgexport.html8 vgextend.html8 vgimport.html8 vgmerge.html8 vgmknodes.html8 vgreduce.html8 vgremove.html8 vgrename.html8 vgs.html8 vgscan.html8 vgsplit.html8 .depend dumpconfig.d formats.d lvchange.d lvconvert.d lvcreate.d lvdisplay.d lvextend.d lvm.d lvmchange.d lvmcmdline.d lvmdiskscan.d lvreduce.d lvremove.d lvrename.d lvresize.d lvscan.d polldaemon.d pvchange.d pvck.d pvcreate.d pvdisplay.d pvmove.d pvremove.d pvresize.d pvscan.d reporter.d segtypes.d toollib.d vgcfgbackup.d vgcfgrestore.d vgchange.d vgck.d vgconvert.d vgcreate.d vgdisplay.d vgexport.d vgextend.d vgimport.d vgmerge.d vgmknodes.d vgreduce.d vgremove.d vgrename.d vgscan.d vgsplit.d dumpconfig.d.tmp formats.d.tmp lvchange.d.tmp lvconvert.d.tmp lvcreate.d.tmp lvdisplay.d.tmp lvextend.d.tmp lvm.d.tmp lvmchange.d.tmp lvmcmdline.d.tmp lvmdiskscan.d.tmp lvreduce.d.tmp lvremove.d.tmp lvrename.d.tmp lvresize.d.tmp lvscan.d.tmp polldaemon.d.tmp pvchange.d.tmp pvck.d.tmp pvcreate.d.tmp pvdisplay.d.tmp pvmove.d.tmp pvremove.d.tmp pvresize.d.tmp pvscan.d.tmp reporter.d.tmp segtypes.d.tmp toollib.d.tmp vgcfgbackup.d.tmp vgcfgrestore.d.tmp vgchange.d.tmp vgck.d.tmp vgconvert.d.tmp vgcreate.d.tmp vgdisplay.d.tmp vgexport.d.tmp vgextend.d.tmp vgimport.d.tmp vgmerge.d.tmp vgmknodes.d.tmp vgreduce.d.tmp vgremove.d.tmp vgrename.d.tmp vgscan.d.tmp vgsplit.d.tmp tags || true) --- cleandir-grep --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/gpl2/grep --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData.a GCOV.o InstrProf.o InstrProfReader.o InstrProfWriter.o ProfileSummaryBuilder.o SampleProf.o SampleProfReader.o SampleProfWriter.o GCOV.o.tmp InstrProf.o.tmp InstrProfReader.o.tmp InstrProfWriter.o.tmp ProfileSummaryBuilder.o.tmp SampleProf.o.tmp SampleProfReader.o.tmp SampleProfWriter.o.tmp || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData.a GCOV.o InstrProf.o InstrProfReader.o InstrProfWriter.o ProfileSummaryBuilder.o SampleProf.o SampleProfReader.o SampleProfWriter.o GCOV.o.tmp InstrProf.o.tmp InstrProfReader.o.tmp InstrProfWriter.o.tmp ProfileSummaryBuilder.o.tmp SampleProf.o.tmp SampleProfReader.o.tmp SampleProfWriter.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/grep/lib --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_p.a || true) --- libclean3 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/grep/lib && rm -f libgreputils.a closeout.o error.o exclude.o hard-locale.o isdir.o obstack.o quotearg.o regex.o savedir.o stpcpy.o xmalloc.o xstrtol.o xstrtoumax.o closeout.o.tmp error.o.tmp exclude.o.tmp hard-locale.o.tmp isdir.o.tmp obstack.o.tmp quotearg.o.tmp regex.o.tmp savedir.o.tmp stpcpy.o.tmp xmalloc.o.tmp xstrtol.o.tmp xstrtoumax.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/grep/lib && rm -f libgreputils.a closeout.o error.o exclude.o hard-locale.o isdir.o obstack.o quotearg.o regex.o savedir.o stpcpy.o xmalloc.o xstrtol.o xstrtoumax.o closeout.o.tmp error.o.tmp exclude.o.tmp hard-locale.o.tmp isdir.o.tmp obstack.o.tmp quotearg.o.tmp regex.o.tmp savedir.o.tmp stpcpy.o.tmp xmalloc.o.tmp xstrtol.o.tmp xstrtoumax.o.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_pic.a GCOV.pico InstrProf.pico InstrProfReader.pico InstrProfWriter.pico ProfileSummaryBuilder.pico SampleProf.pico SampleProfReader.pico SampleProfWriter.pico GCOV.pico.tmp InstrProf.pico.tmp InstrProfReader.pico.tmp InstrProfWriter.pico.tmp ProfileSummaryBuilder.pico.tmp SampleProf.pico.tmp SampleProfReader.pico.tmp SampleProfWriter.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/grep/lib && rm -f libgreputils_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData_pic.a GCOV.pico InstrProf.pico InstrProfReader.pico InstrProfWriter.pico ProfileSummaryBuilder.pico SampleProf.pico SampleProfReader.pico SampleProfWriter.pico GCOV.pico.tmp InstrProf.pico.tmp InstrProfReader.pico.tmp InstrProfWriter.pico.tmp ProfileSummaryBuilder.pico.tmp SampleProf.pico.tmp SampleProfReader.pico.tmp SampleProfWriter.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/grep/lib && rm -f libgreputils_p.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f llib-lLLVMProfileData.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/grep/lib && rm -f libgreputils_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f llib-lLLVMProfileData.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/grep/lib && rm -f libgreputils_g.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/grep/lib && rm -f libgreputils_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f libLLVMProfileData.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/grep/lib && rm -f libgreputils_pic.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMProfileData && rm -f .depend GCOV.d InstrProf.d InstrProfReader.d InstrProfWriter.d ProfileSummaryBuilder.d SampleProf.d SampleProfReader.d SampleProfWriter.d GCOV.d.tmp InstrProf.d.tmp InstrProfReader.d.tmp InstrProfWriter.d.tmp ProfileSummaryBuilder.d.tmp SampleProf.d.tmp SampleProfReader.d.tmp SampleProfWriter.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/grep/lib && rm -f llib-lgreputils.ln closeout.ln error.ln exclude.ln hard-locale.ln isdir.ln obstack.ln quotearg.ln regex.ln savedir.ln stpcpy.ln xmalloc.ln xstrtol.ln xstrtoumax.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMProfileData && rm -f .depend GCOV.d InstrProf.d InstrProfReader.d InstrProfWriter.d ProfileSummaryBuilder.d SampleProf.d SampleProfReader.d SampleProfWriter.d GCOV.d.tmp InstrProf.d.tmp InstrProfReader.d.tmp InstrProfWriter.d.tmp ProfileSummaryBuilder.d.tmp SampleProf.d.tmp SampleProfReader.d.tmp SampleProfWriter.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/grep/lib && rm -f llib-lgreputils.ln closeout.ln error.ln exclude.ln hard-locale.ln isdir.ln obstack.ln quotearg.ln regex.ln savedir.ln stpcpy.ln xmalloc.ln xstrtol.ln xstrtoumax.ln || true) --- cleandir-lib --- --- cleandir-libLLVMRemarks --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMRemarks --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/grep/lib && rm -f libgreputils.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/grep/lib && rm -f libgreputils.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/grep/lib && rm -f .depend closeout.d error.d exclude.d hard-locale.d isdir.d obstack.d quotearg.d regex.d savedir.d stpcpy.d xmalloc.d xstrtol.d xstrtoumax.d closeout.d.tmp error.d.tmp exclude.d.tmp hard-locale.d.tmp isdir.d.tmp obstack.d.tmp quotearg.d.tmp regex.d.tmp savedir.d.tmp stpcpy.d.tmp xmalloc.d.tmp xstrtol.d.tmp xstrtoumax.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/grep/lib && rm -f .depend closeout.d error.d exclude.d hard-locale.d isdir.d obstack.d quotearg.d regex.d savedir.d stpcpy.d xmalloc.d xstrtol.d xstrtoumax.d closeout.d.tmp error.d.tmp exclude.d.tmp hard-locale.d.tmp isdir.d.tmp obstack.d.tmp quotearg.d.tmp regex.d.tmp savedir.d.tmp stpcpy.d.tmp xmalloc.d.tmp xstrtol.d.tmp xstrtoumax.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks.a BitstreamRemarkParser.o BitstreamRemarkSerializer.o Remark.o RemarkFormat.o RemarkLinker.o RemarkParser.o RemarkSerializer.o RemarkStreamer.o RemarkStringTable.o YAMLRemarkParser.o YAMLRemarkSerializer.o BitstreamRemarkParser.o.tmp BitstreamRemarkSerializer.o.tmp Remark.o.tmp RemarkFormat.o.tmp RemarkLinker.o.tmp RemarkParser.o.tmp RemarkSerializer.o.tmp RemarkStreamer.o.tmp RemarkStringTable.o.tmp YAMLRemarkParser.o.tmp YAMLRemarkSerializer.o.tmp || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks.a BitstreamRemarkParser.o BitstreamRemarkSerializer.o Remark.o RemarkFormat.o RemarkLinker.o RemarkParser.o RemarkSerializer.o RemarkStreamer.o RemarkStringTable.o YAMLRemarkParser.o YAMLRemarkSerializer.o BitstreamRemarkParser.o.tmp BitstreamRemarkSerializer.o.tmp Remark.o.tmp RemarkFormat.o.tmp RemarkLinker.o.tmp RemarkParser.o.tmp RemarkSerializer.o.tmp RemarkStreamer.o.tmp RemarkStringTable.o.tmp YAMLRemarkParser.o.tmp YAMLRemarkSerializer.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/grep/bin --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/grep/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit grep grep.o dfa.o kwset.o search.o grepmat.o grep.ln dfa.ln kwset.ln search.ln grepmat.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/grep/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit grep grep.o dfa.o kwset.o search.o grepmat.o grep.ln dfa.ln kwset.ln search.ln grepmat.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_pic.a BitstreamRemarkParser.pico BitstreamRemarkSerializer.pico Remark.pico RemarkFormat.pico RemarkLinker.pico RemarkParser.pico RemarkSerializer.pico RemarkStreamer.pico RemarkStringTable.pico YAMLRemarkParser.pico YAMLRemarkSerializer.pico BitstreamRemarkParser.pico.tmp BitstreamRemarkSerializer.pico.tmp Remark.pico.tmp RemarkFormat.pico.tmp RemarkLinker.pico.tmp RemarkParser.pico.tmp RemarkSerializer.pico.tmp RemarkStreamer.pico.tmp RemarkStringTable.pico.tmp YAMLRemarkParser.pico.tmp YAMLRemarkSerializer.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks_pic.a BitstreamRemarkParser.pico BitstreamRemarkSerializer.pico Remark.pico RemarkFormat.pico RemarkLinker.pico RemarkParser.pico RemarkSerializer.pico RemarkStreamer.pico RemarkStringTable.pico YAMLRemarkParser.pico YAMLRemarkSerializer.pico BitstreamRemarkParser.pico.tmp BitstreamRemarkSerializer.pico.tmp Remark.pico.tmp RemarkFormat.pico.tmp RemarkLinker.pico.tmp RemarkParser.pico.tmp RemarkSerializer.pico.tmp RemarkStreamer.pico.tmp RemarkStringTable.pico.tmp YAMLRemarkParser.pico.tmp YAMLRemarkSerializer.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/grep/bin && rm -f grep.info grep.html1 .depend dfa.d grep.d grepmat.d kwset.d search.d dfa.d.tmp grep.d.tmp grepmat.d.tmp kwset.d.tmp search.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/grep/bin && rm -f grep.info grep.html1 .depend dfa.d grep.d grepmat.d kwset.d search.d dfa.d.tmp grep.d.tmp grepmat.d.tmp kwset.d.tmp search.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f llib-lLLVMRemarks.ln || true) --- cleandir-external --- --- cleandir-groff --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f llib-lLLVMRemarks.ln || true) --- cleandir-external --- cleandir ===> external/gpl2/groff --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f libLLVMRemarks.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRemarks && rm -f .depend BitstreamRemarkParser.d BitstreamRemarkSerializer.d Remark.d RemarkFormat.d RemarkLinker.d RemarkParser.d RemarkSerializer.d RemarkStreamer.d RemarkStringTable.d YAMLRemarkParser.d YAMLRemarkSerializer.d BitstreamRemarkParser.d.tmp BitstreamRemarkSerializer.d.tmp Remark.d.tmp RemarkFormat.d.tmp RemarkLinker.d.tmp RemarkParser.d.tmp RemarkSerializer.d.tmp RemarkStreamer.d.tmp RemarkStringTable.d.tmp YAMLRemarkParser.d.tmp YAMLRemarkSerializer.d.tmp tags || true) --- cleandir-external --- --- cleandir-libgroff --- cleandir ===> external/gpl2/groff/lib/libgroff --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRemarks && rm -f .depend BitstreamRemarkParser.d BitstreamRemarkSerializer.d Remark.d RemarkFormat.d RemarkLinker.d RemarkParser.d RemarkSerializer.d RemarkStreamer.d RemarkStringTable.d YAMLRemarkParser.d YAMLRemarkSerializer.d BitstreamRemarkParser.d.tmp BitstreamRemarkSerializer.d.tmp Remark.d.tmp RemarkFormat.d.tmp RemarkLinker.d.tmp RemarkParser.d.tmp RemarkSerializer.d.tmp RemarkStreamer.d.tmp RemarkStringTable.d.tmp YAMLRemarkParser.d.tmp YAMLRemarkSerializer.d.tmp tags || true) --- cleandir-libLLVMRuntimeDyld --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMRuntimeDyld --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libgroff/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libgroff && rm -f libgroff.a assert.o change_lf.o cmap.o color.o cset.o device.o errarg.o error.o fatal.o filename.o font.o fontfile.o geometry.o glyphuni.o htmlhint.o hypot.o invalid.o lf.o lineno.o macropath.o maxfilename.o maxpathname.o mksdir.o nametoindex.o new.o paper.o prime.o ptable.o quotearg.o relocate.o searchpath.o spawnvp.o string.o strsave.o symbol.o tmpfile.o tmpname.o unicode.o uniglyph.o uniuni.o version.o getopt.o getopt1.o iftoa.o itoa.o matherr.o progname.o assert.o.tmp change_lf.o.tmp cmap.o.tmp color.o.tmp cset.o.tmp device.o.tmp errarg.o.tmp error.o.tmp fatal.o.tmp filename.o.tmp font.o.tmp fontfile.o.tmp geometry.o.tmp glyphuni.o.tmp htmlhint.o.tmp hypot.o.tmp invalid.o.tmp lf.o.tmp lineno.o.tmp macropath.o.tmp maxfilename.o.tmp maxpathname.o.tmp mksdir.o.tmp nametoindex.o.tmp new.o.tmp paper.o.tmp prime.o.tmp ptable.o.tmp quotearg.o.tmp relocate.o.tmp searchpath.o.tmp spawnvp.o.tmp string.o.tmp strsave.o.tmp symbol.o.tmp tmpfile.o.tmp tmpname.o.tmp unicode.o.tmp uniglyph.o.tmp uniuni.o.tmp version.o.tmp getopt.o.tmp getopt1.o.tmp iftoa.o.tmp itoa.o.tmp matherr.o.tmp progname.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libgroff && rm -f libgroff.a assert.o change_lf.o cmap.o color.o cset.o device.o errarg.o error.o fatal.o filename.o font.o fontfile.o geometry.o glyphuni.o htmlhint.o hypot.o invalid.o lf.o lineno.o macropath.o maxfilename.o maxpathname.o mksdir.o nametoindex.o new.o paper.o prime.o ptable.o quotearg.o relocate.o searchpath.o spawnvp.o string.o strsave.o symbol.o tmpfile.o tmpname.o unicode.o uniglyph.o uniuni.o version.o getopt.o getopt1.o iftoa.o itoa.o matherr.o progname.o assert.o.tmp change_lf.o.tmp cmap.o.tmp color.o.tmp cset.o.tmp device.o.tmp errarg.o.tmp error.o.tmp fatal.o.tmp filename.o.tmp font.o.tmp fontfile.o.tmp geometry.o.tmp glyphuni.o.tmp htmlhint.o.tmp hypot.o.tmp invalid.o.tmp lf.o.tmp lineno.o.tmp macropath.o.tmp maxfilename.o.tmp maxpathname.o.tmp mksdir.o.tmp nametoindex.o.tmp new.o.tmp paper.o.tmp prime.o.tmp ptable.o.tmp quotearg.o.tmp relocate.o.tmp searchpath.o.tmp spawnvp.o.tmp string.o.tmp strsave.o.tmp symbol.o.tmp tmpfile.o.tmp tmpname.o.tmp unicode.o.tmp uniglyph.o.tmp uniuni.o.tmp version.o.tmp getopt.o.tmp getopt1.o.tmp iftoa.o.tmp itoa.o.tmp matherr.o.tmp progname.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld.a JITSymbol.o RTDyldMemoryManager.o RuntimeDyld.o RuntimeDyldCOFF.o RuntimeDyldChecker.o RuntimeDyldELF.o RuntimeDyldMachO.o RuntimeDyldELFMips.o JITSymbol.o.tmp RTDyldMemoryManager.o.tmp RuntimeDyld.o.tmp RuntimeDyldCOFF.o.tmp RuntimeDyldChecker.o.tmp RuntimeDyldELF.o.tmp RuntimeDyldMachO.o.tmp RuntimeDyldELFMips.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libgroff && rm -f libgroff_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld.a JITSymbol.o RTDyldMemoryManager.o RuntimeDyld.o RuntimeDyldCOFF.o RuntimeDyldChecker.o RuntimeDyldELF.o RuntimeDyldMachO.o RuntimeDyldELFMips.o JITSymbol.o.tmp RTDyldMemoryManager.o.tmp RuntimeDyld.o.tmp RuntimeDyldCOFF.o.tmp RuntimeDyldChecker.o.tmp RuntimeDyldELF.o.tmp RuntimeDyldMachO.o.tmp RuntimeDyldELFMips.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libgroff && rm -f libgroff_p.a || true) --- libclean3 --- --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libgroff && rm -f libgroff_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libgroff && rm -f libgroff_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libgroff && rm -f libgroff_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libgroff && rm -f libgroff_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_pic.a JITSymbol.pico RTDyldMemoryManager.pico RuntimeDyld.pico RuntimeDyldCOFF.pico RuntimeDyldChecker.pico RuntimeDyldELF.pico RuntimeDyldMachO.pico RuntimeDyldELFMips.pico JITSymbol.pico.tmp RTDyldMemoryManager.pico.tmp RuntimeDyld.pico.tmp RuntimeDyldCOFF.pico.tmp RuntimeDyldChecker.pico.tmp RuntimeDyldELF.pico.tmp RuntimeDyldMachO.pico.tmp RuntimeDyldELFMips.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libgroff && rm -f llib-lgroff.ln quotearg.ln spawnvp.ln getopt.ln getopt1.ln iftoa.ln itoa.ln matherr.ln progname.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libgroff && rm -f llib-lgroff.ln quotearg.ln spawnvp.ln getopt.ln getopt1.ln iftoa.ln itoa.ln matherr.ln progname.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld_pic.a JITSymbol.pico RTDyldMemoryManager.pico RuntimeDyld.pico RuntimeDyldCOFF.pico RuntimeDyldChecker.pico RuntimeDyldELF.pico RuntimeDyldMachO.pico RuntimeDyldELFMips.pico JITSymbol.pico.tmp RTDyldMemoryManager.pico.tmp RuntimeDyld.pico.tmp RuntimeDyldCOFF.pico.tmp RuntimeDyldChecker.pico.tmp RuntimeDyldELF.pico.tmp RuntimeDyldMachO.pico.tmp RuntimeDyldELFMips.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f llib-lLLVMRuntimeDyld.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libgroff && rm -f version.cpp libgroff.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f llib-lLLVMRuntimeDyld.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libgroff && rm -f version.cpp libgroff.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libgroff && rm -f .depend assert.d change_lf.d cmap.d color.d cset.d device.d errarg.d error.d fatal.d filename.d font.d fontfile.d geometry.d getopt.d getopt1.d glyphuni.d htmlhint.d hypot.d iftoa.d invalid.d itoa.d lf.d lineno.d macropath.d matherr.d maxfilename.d maxpathname.d mksdir.d nametoindex.d new.d paper.d prime.d progname.d ptable.d quotearg.d relocate.d searchpath.d spawnvp.d string.d strsave.d symbol.d tmpfile.d tmpname.d unicode.d uniglyph.d uniuni.d version.d assert.d.tmp change_lf.d.tmp cmap.d.tmp color.d.tmp cset.d.tmp device.d.tmp errarg.d.tmp error.d.tmp fatal.d.tmp filename.d.tmp font.d.tmp fontfile.d.tmp geometry.d.tmp getopt.d.tmp getopt1.d.tmp glyphuni.d.tmp htmlhint.d.tmp hypot.d.tmp iftoa.d.tmp invalid.d.tmp itoa.d.tmp lf.d.tmp lineno.d.tmp macropath.d.tmp matherr.d.tmp maxfilename.d.tmp maxpathname.d.tmp mksdir.d.tmp nametoindex.d.tmp new.d.tmp paper.d.tmp prime.d.tmp progname.d.tmp ptable.d.tmp quotearg.d.tmp relocate.d.tmp searchpath.d.tmp spawnvp.d.tmp string.d.tmp strsave.d.tmp symbol.d.tmp tmpfile.d.tmp tmpname.d.tmp unicode.d.tmp uniglyph.d.tmp uniuni.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f libLLVMRuntimeDyld.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libgroff && rm -f .depend assert.d change_lf.d cmap.d color.d cset.d device.d errarg.d error.d fatal.d filename.d font.d fontfile.d geometry.d getopt.d getopt1.d glyphuni.d htmlhint.d hypot.d iftoa.d invalid.d itoa.d lf.d lineno.d macropath.d matherr.d maxfilename.d maxpathname.d mksdir.d nametoindex.d new.d paper.d prime.d progname.d ptable.d quotearg.d relocate.d searchpath.d spawnvp.d string.d strsave.d symbol.d tmpfile.d tmpname.d unicode.d uniglyph.d uniuni.d version.d assert.d.tmp change_lf.d.tmp cmap.d.tmp color.d.tmp cset.d.tmp device.d.tmp errarg.d.tmp error.d.tmp fatal.d.tmp filename.d.tmp font.d.tmp fontfile.d.tmp geometry.d.tmp getopt.d.tmp getopt1.d.tmp glyphuni.d.tmp htmlhint.d.tmp hypot.d.tmp iftoa.d.tmp invalid.d.tmp itoa.d.tmp lf.d.tmp lineno.d.tmp macropath.d.tmp matherr.d.tmp maxfilename.d.tmp maxpathname.d.tmp mksdir.d.tmp nametoindex.d.tmp new.d.tmp paper.d.tmp prime.d.tmp progname.d.tmp ptable.d.tmp quotearg.d.tmp relocate.d.tmp searchpath.d.tmp spawnvp.d.tmp string.d.tmp strsave.d.tmp symbol.d.tmp tmpfile.d.tmp tmpname.d.tmp unicode.d.tmp uniglyph.d.tmp uniuni.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-libdriver --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f .depend JITSymbol.d RTDyldMemoryManager.d RuntimeDyld.d RuntimeDyldCOFF.d RuntimeDyldChecker.d RuntimeDyldELF.d RuntimeDyldELFMips.d RuntimeDyldMachO.d JITSymbol.d.tmp RTDyldMemoryManager.d.tmp RuntimeDyld.d.tmp RuntimeDyldCOFF.d.tmp RuntimeDyldChecker.d.tmp RuntimeDyldELF.d.tmp RuntimeDyldELFMips.d.tmp RuntimeDyldMachO.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/lib/libdriver --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMRuntimeDyld && rm -f .depend JITSymbol.d RTDyldMemoryManager.d RuntimeDyld.d RuntimeDyldCOFF.d RuntimeDyldChecker.d RuntimeDyldELF.d RuntimeDyldELFMips.d RuntimeDyldMachO.d JITSymbol.d.tmp RTDyldMemoryManager.d.tmp RuntimeDyld.d.tmp RuntimeDyldCOFF.d.tmp RuntimeDyldChecker.d.tmp RuntimeDyldELF.d.tmp RuntimeDyldELFMips.d.tmp RuntimeDyldMachO.d.tmp tags || true) --- cleandir-libLLVMScalarOpts --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libdriver/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMScalarOpts --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libdriver && rm -f libdriver.a input.o printer.o input.o.tmp printer.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libdriver && rm -f libdriver.a input.o printer.o input.o.tmp printer.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libdriver && rm -f libdriver_p.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts.a ADCE.o AlignmentFromAssumptions.o AnnotationRemarks.o BDCE.o CallSiteSplitting.o ConstantHoisting.o ConstraintElimination.o CorrelatedValuePropagation.o DCE.o DeadStoreElimination.o DivRemPairs.o EarlyCSE.o FlattenCFGPass.o Float2Int.o GuardWidening.o GVN.o GVNHoist.o GVNSink.o InductiveRangeCheckElimination.o IndVarSimplify.o InferAddressSpaces.o InstSimplifyPass.o IVUsersPrinter.o JumpThreading.o LICM.o LoopAccessAnalysisPrinter.o LoopDataPrefetch.o LoopDeletion.o LoopDistribute.o LoopFlatten.o LoopFuse.o LoopIdiomRecognize.o LoopInstSimplify.o LoopInterchange.o LoopLoadElimination.o LoopPassManager.o LoopPredication.o LoopRerollPass.o LoopRotation.o LoopSimplifyCFG.o LoopSink.o LoopStrengthReduce.o LoopUnrollAndJamPass.o LoopUnrollPass.o LoopUnswitch.o LoopVersioningLICM.o LowerAtomic.o LowerConstantIntrinsics.o LowerExpectIntrinsic.o LowerGuardIntrinsic.o LowerMatrixIntrinsics.o LowerWidenableCondition.o MakeGuardsExplicit.o MemCpyOptimizer.o MergedLoadStoreMotion.o MergeICmps.o NaryReassociate.o NewGVN.o PartiallyInlineLibCalls.o PlaceSafepoints.o Reassociate.o Reg2Mem.o RewriteStatepointsForGC.o Scalar.o ScalarizeMaskedMemIntrin.o Scalarizer.o SCCP.o SeparateConstOffsetFromGEP.o SimpleLoopUnswitch.o SimplifyCFGPass.o Sink.o SpeculateAroundPHIs.o SpeculativeExecution.o SROA.o StraightLineStrengthReduce.o StructurizeCFG.o TailRecursionElimination.o WarnMissedTransforms.o ADCE.o.tmp AlignmentFromAssumptions.o.tmp AnnotationRemarks.o.tmp BDCE.o.tmp CallSiteSplitting.o.tmp ConstantHoisting.o.tmp ConstraintElimination.o.tmp CorrelatedValuePropagation.o.tmp DCE.o.tmp DeadStoreElimination.o.tmp DivRemPairs.o.tmp EarlyCSE.o.tmp FlattenCFGPass.o.tmp Float2Int.o.tmp GuardWidening.o.tmp GVN.o.tmp GVNHoist.o.tmp GVNSink.o.tmp InductiveRangeCheckElimination.o.tmp IndVarSimplify.o.tmp InferAddressSpaces.o.tmp InstSimplifyPass.o.tmp IVUsersPrinter.o.tmp JumpThreading.o.tmp LICM.o.tmp LoopAccessAnalysisPrinter.o.tmp LoopDataPrefetch.o.tmp LoopDeletion.o.tmp LoopDistribute.o.tmp LoopFlatten.o.tmp LoopFuse.o.tmp LoopIdiomRecognize.o.tmp LoopInstSimplify.o.tmp LoopInterchange.o.tmp LoopLoadElimination.o.tmp LoopPassManager.o.tmp LoopPredication.o.tmp LoopRerollPass.o.tmp LoopRotation.o.tmp LoopSimplifyCFG.o.tmp LoopSink.o.tmp LoopStrengthReduce.o.tmp LoopUnrollAndJamPass.o.tmp LoopUnrollPass.o.tmp LoopUnswitch.o.tmp LoopVersioningLICM.o.tmp LowerAtomic.o.tmp LowerConstantIntrinsics.o.tmp LowerExpectIntrinsic.o.tmp LowerGuardIntrinsic.o.tmp LowerMatrixIntrinsics.o.tmp LowerWidenableCondition.o.tmp MakeGuardsExplicit.o.tmp MemCpyOptimizer.o.tmp MergedLoadStoreMotion.o.tmp MergeICmps.o.tmp NaryReassociate.o.tmp NewGVN.o.tmp PartiallyInlineLibCalls.o.tmp PlaceSafepoints.o.tmp Reassociate.o.tmp Reg2Mem.o.tmp RewriteStatepointsForGC.o.tmp Scalar.o.tmp ScalarizeMaskedMemIntrin.o.tmp Scalarizer.o.tmp SCCP.o.tmp SeparateConstOffsetFromGEP.o.tmp SimpleLoopUnswitch.o.tmp SimplifyCFGPass.o.tmp Sink.o.tmp SpeculateAroundPHIs.o.tmp SpeculativeExecution.o.tmp SROA.o.tmp StraightLineStrengthReduce.o.tmp StructurizeCFG.o.tmp TailRecursionElimination.o.tmp WarnMissedTransforms.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libdriver && rm -f libdriver_p.a || true) --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts.a ADCE.o AlignmentFromAssumptions.o AnnotationRemarks.o BDCE.o CallSiteSplitting.o ConstantHoisting.o ConstraintElimination.o CorrelatedValuePropagation.o DCE.o DeadStoreElimination.o DivRemPairs.o EarlyCSE.o FlattenCFGPass.o Float2Int.o GuardWidening.o GVN.o GVNHoist.o GVNSink.o InductiveRangeCheckElimination.o IndVarSimplify.o InferAddressSpaces.o InstSimplifyPass.o IVUsersPrinter.o JumpThreading.o LICM.o LoopAccessAnalysisPrinter.o LoopDataPrefetch.o LoopDeletion.o LoopDistribute.o LoopFlatten.o LoopFuse.o LoopIdiomRecognize.o LoopInstSimplify.o LoopInterchange.o LoopLoadElimination.o LoopPassManager.o LoopPredication.o LoopRerollPass.o LoopRotation.o LoopSimplifyCFG.o LoopSink.o LoopStrengthReduce.o LoopUnrollAndJamPass.o LoopUnrollPass.o LoopUnswitch.o LoopVersioningLICM.o LowerAtomic.o LowerConstantIntrinsics.o LowerExpectIntrinsic.o LowerGuardIntrinsic.o LowerMatrixIntrinsics.o LowerWidenableCondition.o MakeGuardsExplicit.o MemCpyOptimizer.o MergedLoadStoreMotion.o MergeICmps.o NaryReassociate.o NewGVN.o PartiallyInlineLibCalls.o PlaceSafepoints.o Reassociate.o Reg2Mem.o RewriteStatepointsForGC.o Scalar.o ScalarizeMaskedMemIntrin.o Scalarizer.o SCCP.o SeparateConstOffsetFromGEP.o SimpleLoopUnswitch.o SimplifyCFGPass.o Sink.o SpeculateAroundPHIs.o SpeculativeExecution.o SROA.o StraightLineStrengthReduce.o StructurizeCFG.o TailRecursionElimination.o WarnMissedTransforms.o ADCE.o.tmp AlignmentFromAssumptions.o.tmp AnnotationRemarks.o.tmp BDCE.o.tmp CallSiteSplitting.o.tmp ConstantHoisting.o.tmp ConstraintElimination.o.tmp CorrelatedValuePropagation.o.tmp DCE.o.tmp DeadStoreElimination.o.tmp DivRemPairs.o.tmp EarlyCSE.o.tmp FlattenCFGPass.o.tmp Float2Int.o.tmp GuardWidening.o.tmp GVN.o.tmp GVNHoist.o.tmp GVNSink.o.tmp InductiveRangeCheckElimination.o.tmp IndVarSimplify.o.tmp InferAddressSpaces.o.tmp InstSimplifyPass.o.tmp IVUsersPrinter.o.tmp JumpThreading.o.tmp LICM.o.tmp LoopAccessAnalysisPrinter.o.tmp LoopDataPrefetch.o.tmp LoopDeletion.o.tmp LoopDistribute.o.tmp LoopFlatten.o.tmp LoopFuse.o.tmp LoopIdiomRecognize.o.tmp LoopInstSimplify.o.tmp LoopInterchange.o.tmp LoopLoadElimination.o.tmp LoopPassManager.o.tmp LoopPredication.o.tmp LoopRerollPass.o.tmp LoopRotation.o.tmp LoopSimplifyCFG.o.tmp LoopSink.o.tmp LoopStrengthReduce.o.tmp LoopUnrollAndJamPass.o.tmp LoopUnrollPass.o.tmp LoopUnswitch.o.tmp LoopVersioningLICM.o.tmp LowerAtomic.o.tmp LowerConstantIntrinsics.o.tmp LowerExpectIntrinsic.o.tmp LowerGuardIntrinsic.o.tmp LowerMatrixIntrinsics.o.tmp LowerWidenableCondition.o.tmp MakeGuardsExplicit.o.tmp MemCpyOptimizer.o.tmp MergedLoadStoreMotion.o.tmp MergeICmps.o.tmp NaryReassociate.o.tmp NewGVN.o.tmp PartiallyInlineLibCalls.o.tmp PlaceSafepoints.o.tmp Reassociate.o.tmp Reg2Mem.o.tmp RewriteStatepointsForGC.o.tmp Scalar.o.tmp ScalarizeMaskedMemIntrin.o.tmp Scalarizer.o.tmp SCCP.o.tmp SeparateConstOffsetFromGEP.o.tmp SimpleLoopUnswitch.o.tmp SimplifyCFGPass.o.tmp Sink.o.tmp SpeculateAroundPHIs.o.tmp SpeculativeExecution.o.tmp SROA.o.tmp StraightLineStrengthReduce.o.tmp StructurizeCFG.o.tmp TailRecursionElimination.o.tmp WarnMissedTransforms.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libdriver && rm -f libdriver_g.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libdriver && rm -f libdriver_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_p.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libdriver && rm -f libdriver_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libdriver && rm -f libdriver_pic.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_g.a || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libdriver && rm -f llib-ldriver.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libdriver && rm -f llib-ldriver.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_pic.a ADCE.pico AlignmentFromAssumptions.pico AnnotationRemarks.pico BDCE.pico CallSiteSplitting.pico ConstantHoisting.pico ConstraintElimination.pico CorrelatedValuePropagation.pico DCE.pico DeadStoreElimination.pico DivRemPairs.pico EarlyCSE.pico FlattenCFGPass.pico Float2Int.pico GuardWidening.pico GVN.pico GVNHoist.pico GVNSink.pico InductiveRangeCheckElimination.pico IndVarSimplify.pico InferAddressSpaces.pico InstSimplifyPass.pico IVUsersPrinter.pico JumpThreading.pico LICM.pico LoopAccessAnalysisPrinter.pico LoopDataPrefetch.pico LoopDeletion.pico LoopDistribute.pico LoopFlatten.pico LoopFuse.pico LoopIdiomRecognize.pico LoopInstSimplify.pico LoopInterchange.pico LoopLoadElimination.pico LoopPassManager.pico LoopPredication.pico LoopRerollPass.pico LoopRotation.pico LoopSimplifyCFG.pico LoopSink.pico LoopStrengthReduce.pico LoopUnrollAndJamPass.pico LoopUnrollPass.pico LoopUnswitch.pico LoopVersioningLICM.pico LowerAtomic.pico LowerConstantIntrinsics.pico LowerExpectIntrinsic.pico LowerGuardIntrinsic.pico LowerMatrixIntrinsics.pico LowerWidenableCondition.pico MakeGuardsExplicit.pico MemCpyOptimizer.pico MergedLoadStoreMotion.pico MergeICmps.pico NaryReassociate.pico NewGVN.pico PartiallyInlineLibCalls.pico PlaceSafepoints.pico Reassociate.pico Reg2Mem.pico RewriteStatepointsForGC.pico Scalar.pico ScalarizeMaskedMemIntrin.pico Scalarizer.pico SCCP.pico SeparateConstOffsetFromGEP.pico SimpleLoopUnswitch.pico SimplifyCFGPass.pico Sink.pico SpeculateAroundPHIs.pico SpeculativeExecution.pico SROA.pico StraightLineStrengthReduce.pico StructurizeCFG.pico TailRecursionElimination.pico WarnMissedTransforms.pico ADCE.pico.tmp AlignmentFromAssumptions.pico.tmp AnnotationRemarks.pico.tmp BDCE.pico.tmp CallSiteSplitting.pico.tmp ConstantHoisting.pico.tmp ConstraintElimination.pico.tmp CorrelatedValuePropagation.pico.tmp DCE.pico.tmp DeadStoreElimination.pico.tmp DivRemPairs.pico.tmp EarlyCSE.pico.tmp FlattenCFGPass.pico.tmp Float2Int.pico.tmp GuardWidening.pico.tmp GVN.pico.tmp GVNHoist.pico.tmp GVNSink.pico.tmp InductiveRangeCheckElimination.pico.tmp IndVarSimplify.pico.tmp InferAddressSpaces.pico.tmp InstSimplifyPass.pico.tmp IVUsersPrinter.pico.tmp JumpThreading.pico.tmp LICM.pico.tmp LoopAccessAnalysisPrinter.pico.tmp LoopDataPrefetch.pico.tmp LoopDeletion.pico.tmp LoopDistribute.pico.tmp LoopFlatten.pico.tmp LoopFuse.pico.tmp LoopIdiomRecognize.pico.tmp LoopInstSimplify.pico.tmp LoopInterchange.pico.tmp LoopLoadElimination.pico.tmp LoopPassManager.pico.tmp LoopPredication.pico.tmp LoopRerollPass.pico.tmp LoopRotation.pico.tmp LoopSimplifyCFG.pico.tmp LoopSink.pico.tmp LoopStrengthReduce.pico.tmp LoopUnrollAndJamPass.pico.tmp LoopUnrollPass.pico.tmp LoopUnswitch.pico.tmp LoopVersioningLICM.pico.tmp LowerAtomic.pico.tmp LowerConstantIntrinsics.pico.tmp LowerExpectIntrinsic.pico.tmp LowerGuardIntrinsic.pico.tmp LowerMatrixIntrinsics.pico.tmp LowerWidenableCondition.pico.tmp MakeGuardsExplicit.pico.tmp MemCpyOptimizer.pico.tmp MergedLoadStoreMotion.pico.tmp MergeICmps.pico.tmp NaryReassociate.pico.tmp NewGVN.pico.tmp PartiallyInlineLibCalls.pico.tmp PlaceSafepoints.pico.tmp Reassociate.pico.tmp Reg2Mem.pico.tmp RewriteStatepointsForGC.pico.tmp Scalar.pico.tmp ScalarizeMaskedMemIntrin.pico.tmp Scalarizer.pico.tmp SCCP.pico.tmp SeparateConstOffsetFromGEP.pico.tmp SimpleLoopUnswitch.pico.tmp SimplifyCFGPass.pico.tmp Sink.pico.tmp SpeculateAroundPHIs.pico.tmp SpeculativeExecution.pico.tmp SROA.pico.tmp StraightLineStrengthReduce.pico.tmp StructurizeCFG.pico.tmp TailRecursionElimination.pico.tmp WarnMissedTransforms.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libdriver && rm -f libdriver.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts_pic.a ADCE.pico AlignmentFromAssumptions.pico AnnotationRemarks.pico BDCE.pico CallSiteSplitting.pico ConstantHoisting.pico ConstraintElimination.pico CorrelatedValuePropagation.pico DCE.pico DeadStoreElimination.pico DivRemPairs.pico EarlyCSE.pico FlattenCFGPass.pico Float2Int.pico GuardWidening.pico GVN.pico GVNHoist.pico GVNSink.pico InductiveRangeCheckElimination.pico IndVarSimplify.pico InferAddressSpaces.pico InstSimplifyPass.pico IVUsersPrinter.pico JumpThreading.pico LICM.pico LoopAccessAnalysisPrinter.pico LoopDataPrefetch.pico LoopDeletion.pico LoopDistribute.pico LoopFlatten.pico LoopFuse.pico LoopIdiomRecognize.pico LoopInstSimplify.pico LoopInterchange.pico LoopLoadElimination.pico LoopPassManager.pico LoopPredication.pico LoopRerollPass.pico LoopRotation.pico LoopSimplifyCFG.pico LoopSink.pico LoopStrengthReduce.pico LoopUnrollAndJamPass.pico LoopUnrollPass.pico LoopUnswitch.pico LoopVersioningLICM.pico LowerAtomic.pico LowerConstantIntrinsics.pico LowerExpectIntrinsic.pico LowerGuardIntrinsic.pico LowerMatrixIntrinsics.pico LowerWidenableCondition.pico MakeGuardsExplicit.pico MemCpyOptimizer.pico MergedLoadStoreMotion.pico MergeICmps.pico NaryReassociate.pico NewGVN.pico PartiallyInlineLibCalls.pico PlaceSafepoints.pico Reassociate.pico Reg2Mem.pico RewriteStatepointsForGC.pico Scalar.pico ScalarizeMaskedMemIntrin.pico Scalarizer.pico SCCP.pico SeparateConstOffsetFromGEP.pico SimpleLoopUnswitch.pico SimplifyCFGPass.pico Sink.pico SpeculateAroundPHIs.pico SpeculativeExecution.pico SROA.pico StraightLineStrengthReduce.pico StructurizeCFG.pico TailRecursionElimination.pico WarnMissedTransforms.pico ADCE.pico.tmp AlignmentFromAssumptions.pico.tmp AnnotationRemarks.pico.tmp BDCE.pico.tmp CallSiteSplitting.pico.tmp ConstantHoisting.pico.tmp ConstraintElimination.pico.tmp CorrelatedValuePropagation.pico.tmp DCE.pico.tmp DeadStoreElimination.pico.tmp DivRemPairs.pico.tmp EarlyCSE.pico.tmp FlattenCFGPass.pico.tmp Float2Int.pico.tmp GuardWidening.pico.tmp GVN.pico.tmp GVNHoist.pico.tmp GVNSink.pico.tmp InductiveRangeCheckElimination.pico.tmp IndVarSimplify.pico.tmp InferAddressSpaces.pico.tmp InstSimplifyPass.pico.tmp IVUsersPrinter.pico.tmp JumpThreading.pico.tmp LICM.pico.tmp LoopAccessAnalysisPrinter.pico.tmp LoopDataPrefetch.pico.tmp LoopDeletion.pico.tmp LoopDistribute.pico.tmp LoopFlatten.pico.tmp LoopFuse.pico.tmp LoopIdiomRecognize.pico.tmp LoopInstSimplify.pico.tmp LoopInterchange.pico.tmp LoopLoadElimination.pico.tmp LoopPassManager.pico.tmp LoopPredication.pico.tmp LoopRerollPass.pico.tmp LoopRotation.pico.tmp LoopSimplifyCFG.pico.tmp LoopSink.pico.tmp LoopStrengthReduce.pico.tmp LoopUnrollAndJamPass.pico.tmp LoopUnrollPass.pico.tmp LoopUnswitch.pico.tmp LoopVersioningLICM.pico.tmp LowerAtomic.pico.tmp LowerConstantIntrinsics.pico.tmp LowerExpectIntrinsic.pico.tmp LowerGuardIntrinsic.pico.tmp LowerMatrixIntrinsics.pico.tmp LowerWidenableCondition.pico.tmp MakeGuardsExplicit.pico.tmp MemCpyOptimizer.pico.tmp MergedLoadStoreMotion.pico.tmp MergeICmps.pico.tmp NaryReassociate.pico.tmp NewGVN.pico.tmp PartiallyInlineLibCalls.pico.tmp PlaceSafepoints.pico.tmp Reassociate.pico.tmp Reg2Mem.pico.tmp RewriteStatepointsForGC.pico.tmp Scalar.pico.tmp ScalarizeMaskedMemIntrin.pico.tmp Scalarizer.pico.tmp SCCP.pico.tmp SeparateConstOffsetFromGEP.pico.tmp SimpleLoopUnswitch.pico.tmp SimplifyCFGPass.pico.tmp Sink.pico.tmp SpeculateAroundPHIs.pico.tmp SpeculativeExecution.pico.tmp SROA.pico.tmp StraightLineStrengthReduce.pico.tmp StructurizeCFG.pico.tmp TailRecursionElimination.pico.tmp WarnMissedTransforms.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libdriver && rm -f libdriver.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f llib-lLLVMScalarOpts.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libdriver && rm -f .depend input.d printer.d input.d.tmp printer.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f llib-lLLVMScalarOpts.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libdriver && rm -f .depend input.d printer.d input.d.tmp printer.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-libbib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/lib/libbib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f libLLVMScalarOpts.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libbib/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f .depend ADCE.d AlignmentFromAssumptions.d AnnotationRemarks.d BDCE.d CallSiteSplitting.d ConstantHoisting.d ConstraintElimination.d CorrelatedValuePropagation.d DCE.d DeadStoreElimination.d DivRemPairs.d EarlyCSE.d FlattenCFGPass.d Float2Int.d GVN.d GVNHoist.d GVNSink.d GuardWidening.d IVUsersPrinter.d IndVarSimplify.d InductiveRangeCheckElimination.d InferAddressSpaces.d InstSimplifyPass.d JumpThreading.d LICM.d LoopAccessAnalysisPrinter.d LoopDataPrefetch.d LoopDeletion.d LoopDistribute.d LoopFlatten.d LoopFuse.d LoopIdiomRecognize.d LoopInstSimplify.d LoopInterchange.d LoopLoadElimination.d LoopPassManager.d LoopPredication.d LoopRerollPass.d LoopRotation.d LoopSimplifyCFG.d LoopSink.d LoopStrengthReduce.d LoopUnrollAndJamPass.d LoopUnrollPass.d LoopUnswitch.d LoopVersioningLICM.d LowerAtomic.d LowerConstantIntrinsics.d LowerExpectIntrinsic.d LowerGuardIntrinsic.d LowerMatrixIntrinsics.d LowerWidenableCondition.d MakeGuardsExplicit.d MemCpyOptimizer.d MergeICmps.d MergedLoadStoreMotion.d NaryReassociate.d NewGVN.d PartiallyInlineLibCalls.d PlaceSafepoints.d Reassociate.d Reg2Mem.d RewriteStatepointsForGC.d SCCP.d SROA.d Scalar.d ScalarizeMaskedMemIntrin.d Scalarizer.d SeparateConstOffsetFromGEP.d SimpleLoopUnswitch.d SimplifyCFGPass.d Sink.d SpeculateAroundPHIs.d SpeculativeExecution.d StraightLineStrengthReduce.d StructurizeCFG.d TailRecursionElimination.d WarnMissedTransforms.d ADCE.d.tmp AlignmentFromAssumptions.d.tmp AnnotationRemarks.d.tmp BDCE.d.tmp CallSiteSplitting.d.tmp ConstantHoisting.d.tmp ConstraintElimination.d.tmp CorrelatedValuePropagation.d.tmp DCE.d.tmp DeadStoreElimination.d.tmp DivRemPairs.d.tmp EarlyCSE.d.tmp FlattenCFGPass.d.tmp Float2Int.d.tmp GVN.d.tmp GVNHoist.d.tmp GVNSink.d.tmp GuardWidening.d.tmp IVUsersPrinter.d.tmp IndVarSimplify.d.tmp InductiveRangeCheckElimination.d.tmp InferAddressSpaces.d.tmp InstSimplifyPass.d.tmp JumpThreading.d.tmp LICM.d.tmp LoopAccessAnalysisPrinter.d.tmp LoopDataPrefetch.d.tmp LoopDeletion.d.tmp LoopDistribute.d.tmp LoopFlatten.d.tmp LoopFuse.d.tmp LoopIdiomRecognize.d.tmp LoopInstSimplify.d.tmp LoopInterchange.d.tmp LoopLoadElimination.d.tmp LoopPassManager.d.tmp LoopPredication.d.tmp LoopRerollPass.d.tmp LoopRotation.d.tmp LoopSimplifyCFG.d.tmp LoopSink.d.tmp LoopStrengthReduce.d.tmp LoopUnrollAndJamPass.d.tmp LoopUnrollPass.d.tmp LoopUnswitch.d.tmp LoopVersioningLICM.d.tmp LowerAtomic.d.tmp LowerConstantIntrinsics.d.tmp LowerExpectIntrinsic.d.tmp LowerGuardIntrinsic.d.tmp LowerMatrixIntrinsics.d.tmp LowerWidenableCondition.d.tmp MakeGuardsExplicit.d.tmp MemCpyOptimizer.d.tmp MergeICmps.d.tmp MergedLoadStoreMotion.d.tmp NaryReassociate.d.tmp NewGVN.d.tmp PartiallyInlineLibCalls.d.tmp PlaceSafepoints.d.tmp Reassociate.d.tmp Reg2Mem.d.tmp RewriteStatepointsForGC.d.tmp SCCP.d.tmp SROA.d.tmp Scalar.d.tmp ScalarizeMaskedMemIntrin.d.tmp Scalarizer.d.tmp SeparateConstOffsetFromGEP.d.tmp SimpleLoopUnswitch.d.tmp SimplifyCFGPass.d.tmp Sink.d.tmp SpeculateAroundPHIs.d.tmp SpeculativeExecution.d.tmp StraightLineStrengthReduce.d.tmp StructurizeCFG.d.tmp TailRecursionElimination.d.tmp WarnMissedTransforms.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libbib && rm -f libbib.a common.o index.o linear.o search.o map.o common.o.tmp index.o.tmp linear.o.tmp search.o.tmp map.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMScalarOpts && rm -f .depend ADCE.d AlignmentFromAssumptions.d AnnotationRemarks.d BDCE.d CallSiteSplitting.d ConstantHoisting.d ConstraintElimination.d CorrelatedValuePropagation.d DCE.d DeadStoreElimination.d DivRemPairs.d EarlyCSE.d FlattenCFGPass.d Float2Int.d GVN.d GVNHoist.d GVNSink.d GuardWidening.d IVUsersPrinter.d IndVarSimplify.d InductiveRangeCheckElimination.d InferAddressSpaces.d InstSimplifyPass.d JumpThreading.d LICM.d LoopAccessAnalysisPrinter.d LoopDataPrefetch.d LoopDeletion.d LoopDistribute.d LoopFlatten.d LoopFuse.d LoopIdiomRecognize.d LoopInstSimplify.d LoopInterchange.d LoopLoadElimination.d LoopPassManager.d LoopPredication.d LoopRerollPass.d LoopRotation.d LoopSimplifyCFG.d LoopSink.d LoopStrengthReduce.d LoopUnrollAndJamPass.d LoopUnrollPass.d LoopUnswitch.d LoopVersioningLICM.d LowerAtomic.d LowerConstantIntrinsics.d LowerExpectIntrinsic.d LowerGuardIntrinsic.d LowerMatrixIntrinsics.d LowerWidenableCondition.d MakeGuardsExplicit.d MemCpyOptimizer.d MergeICmps.d MergedLoadStoreMotion.d NaryReassociate.d NewGVN.d PartiallyInlineLibCalls.d PlaceSafepoints.d Reassociate.d Reg2Mem.d RewriteStatepointsForGC.d SCCP.d SROA.d Scalar.d ScalarizeMaskedMemIntrin.d Scalarizer.d SeparateConstOffsetFromGEP.d SimpleLoopUnswitch.d SimplifyCFGPass.d Sink.d SpeculateAroundPHIs.d SpeculativeExecution.d StraightLineStrengthReduce.d StructurizeCFG.d TailRecursionElimination.d WarnMissedTransforms.d ADCE.d.tmp AlignmentFromAssumptions.d.tmp AnnotationRemarks.d.tmp BDCE.d.tmp CallSiteSplitting.d.tmp ConstantHoisting.d.tmp ConstraintElimination.d.tmp CorrelatedValuePropagation.d.tmp DCE.d.tmp DeadStoreElimination.d.tmp DivRemPairs.d.tmp EarlyCSE.d.tmp FlattenCFGPass.d.tmp Float2Int.d.tmp GVN.d.tmp GVNHoist.d.tmp GVNSink.d.tmp GuardWidening.d.tmp IVUsersPrinter.d.tmp IndVarSimplify.d.tmp InductiveRangeCheckElimination.d.tmp InferAddressSpaces.d.tmp InstSimplifyPass.d.tmp JumpThreading.d.tmp LICM.d.tmp LoopAccessAnalysisPrinter.d.tmp LoopDataPrefetch.d.tmp LoopDeletion.d.tmp LoopDistribute.d.tmp LoopFlatten.d.tmp LoopFuse.d.tmp LoopIdiomRecognize.d.tmp LoopInstSimplify.d.tmp LoopInterchange.d.tmp LoopLoadElimination.d.tmp LoopPassManager.d.tmp LoopPredication.d.tmp LoopRerollPass.d.tmp LoopRotation.d.tmp LoopSimplifyCFG.d.tmp LoopSink.d.tmp LoopStrengthReduce.d.tmp LoopUnrollAndJamPass.d.tmp LoopUnrollPass.d.tmp LoopUnswitch.d.tmp LoopVersioningLICM.d.tmp LowerAtomic.d.tmp LowerConstantIntrinsics.d.tmp LowerExpectIntrinsic.d.tmp LowerGuardIntrinsic.d.tmp LowerMatrixIntrinsics.d.tmp LowerWidenableCondition.d.tmp MakeGuardsExplicit.d.tmp MemCpyOptimizer.d.tmp MergeICmps.d.tmp MergedLoadStoreMotion.d.tmp NaryReassociate.d.tmp NewGVN.d.tmp PartiallyInlineLibCalls.d.tmp PlaceSafepoints.d.tmp Reassociate.d.tmp Reg2Mem.d.tmp RewriteStatepointsForGC.d.tmp SCCP.d.tmp SROA.d.tmp Scalar.d.tmp ScalarizeMaskedMemIntrin.d.tmp Scalarizer.d.tmp SeparateConstOffsetFromGEP.d.tmp SimpleLoopUnswitch.d.tmp SimplifyCFGPass.d.tmp Sink.d.tmp SpeculateAroundPHIs.d.tmp SpeculativeExecution.d.tmp StraightLineStrengthReduce.d.tmp StructurizeCFG.d.tmp TailRecursionElimination.d.tmp WarnMissedTransforms.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libbib && rm -f libbib.a common.o index.o linear.o search.o map.o common.o.tmp index.o.tmp linear.o.tmp search.o.tmp map.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- cleandir-libLLVMSelectionDAG --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libbib && rm -f libbib_p.a || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMSelectionDAG --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libbib && rm -f libbib_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libbib && rm -f libbib_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libbib && rm -f libbib_g.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG.a DAGCombiner.o FastISel.o FunctionLoweringInfo.o InstrEmitter.o LegalizeDAG.o LegalizeFloatTypes.o LegalizeIntegerTypes.o LegalizeTypes.o LegalizeTypesGeneric.o LegalizeVectorOps.o LegalizeVectorTypes.o ResourcePriorityQueue.o ScheduleDAGFast.o ScheduleDAGRRList.o ScheduleDAGSDNodes.o ScheduleDAGVLIW.o SelectionDAG.o SelectionDAGAddressAnalysis.o SelectionDAGBuilder.o SelectionDAGDumper.o SelectionDAGISel.o SelectionDAGPrinter.o SelectionDAGTargetInfo.o StatepointLowering.o TargetLowering.o DAGCombiner.o.tmp FastISel.o.tmp FunctionLoweringInfo.o.tmp InstrEmitter.o.tmp LegalizeDAG.o.tmp LegalizeFloatTypes.o.tmp LegalizeIntegerTypes.o.tmp LegalizeTypes.o.tmp LegalizeTypesGeneric.o.tmp LegalizeVectorOps.o.tmp LegalizeVectorTypes.o.tmp ResourcePriorityQueue.o.tmp ScheduleDAGFast.o.tmp ScheduleDAGRRList.o.tmp ScheduleDAGSDNodes.o.tmp ScheduleDAGVLIW.o.tmp SelectionDAG.o.tmp SelectionDAGAddressAnalysis.o.tmp SelectionDAGBuilder.o.tmp SelectionDAGDumper.o.tmp SelectionDAGISel.o.tmp SelectionDAGPrinter.o.tmp SelectionDAGTargetInfo.o.tmp StatepointLowering.o.tmp TargetLowering.o.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libbib && rm -f libbib_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG.a DAGCombiner.o FastISel.o FunctionLoweringInfo.o InstrEmitter.o LegalizeDAG.o LegalizeFloatTypes.o LegalizeIntegerTypes.o LegalizeTypes.o LegalizeTypesGeneric.o LegalizeVectorOps.o LegalizeVectorTypes.o ResourcePriorityQueue.o ScheduleDAGFast.o ScheduleDAGRRList.o ScheduleDAGSDNodes.o ScheduleDAGVLIW.o SelectionDAG.o SelectionDAGAddressAnalysis.o SelectionDAGBuilder.o SelectionDAGDumper.o SelectionDAGISel.o SelectionDAGPrinter.o SelectionDAGTargetInfo.o StatepointLowering.o TargetLowering.o DAGCombiner.o.tmp FastISel.o.tmp FunctionLoweringInfo.o.tmp InstrEmitter.o.tmp LegalizeDAG.o.tmp LegalizeFloatTypes.o.tmp LegalizeIntegerTypes.o.tmp LegalizeTypes.o.tmp LegalizeTypesGeneric.o.tmp LegalizeVectorOps.o.tmp LegalizeVectorTypes.o.tmp ResourcePriorityQueue.o.tmp ScheduleDAGFast.o.tmp ScheduleDAGRRList.o.tmp ScheduleDAGSDNodes.o.tmp ScheduleDAGVLIW.o.tmp SelectionDAG.o.tmp SelectionDAGAddressAnalysis.o.tmp SelectionDAGBuilder.o.tmp SelectionDAGDumper.o.tmp SelectionDAGISel.o.tmp SelectionDAGPrinter.o.tmp SelectionDAGTargetInfo.o.tmp StatepointLowering.o.tmp TargetLowering.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libbib && rm -f libbib_pic.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libbib && rm -f llib-lbib.ln map.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libbib && rm -f llib-lbib.ln map.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libbib && rm -f libbib.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libbib && rm -f libbib.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_pic.a DAGCombiner.pico FastISel.pico FunctionLoweringInfo.pico InstrEmitter.pico LegalizeDAG.pico LegalizeFloatTypes.pico LegalizeIntegerTypes.pico LegalizeTypes.pico LegalizeTypesGeneric.pico LegalizeVectorOps.pico LegalizeVectorTypes.pico ResourcePriorityQueue.pico ScheduleDAGFast.pico ScheduleDAGRRList.pico ScheduleDAGSDNodes.pico ScheduleDAGVLIW.pico SelectionDAG.pico SelectionDAGAddressAnalysis.pico SelectionDAGBuilder.pico SelectionDAGDumper.pico SelectionDAGISel.pico SelectionDAGPrinter.pico SelectionDAGTargetInfo.pico StatepointLowering.pico TargetLowering.pico DAGCombiner.pico.tmp FastISel.pico.tmp FunctionLoweringInfo.pico.tmp InstrEmitter.pico.tmp LegalizeDAG.pico.tmp LegalizeFloatTypes.pico.tmp LegalizeIntegerTypes.pico.tmp LegalizeTypes.pico.tmp LegalizeTypesGeneric.pico.tmp LegalizeVectorOps.pico.tmp LegalizeVectorTypes.pico.tmp ResourcePriorityQueue.pico.tmp ScheduleDAGFast.pico.tmp ScheduleDAGRRList.pico.tmp ScheduleDAGSDNodes.pico.tmp ScheduleDAGVLIW.pico.tmp SelectionDAG.pico.tmp SelectionDAGAddressAnalysis.pico.tmp SelectionDAGBuilder.pico.tmp SelectionDAGDumper.pico.tmp SelectionDAGISel.pico.tmp SelectionDAGPrinter.pico.tmp SelectionDAGTargetInfo.pico.tmp StatepointLowering.pico.tmp TargetLowering.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/lib/libbib && rm -f .depend common.d index.d linear.d map.d search.d common.d.tmp index.d.tmp linear.d.tmp map.d.tmp search.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG_pic.a DAGCombiner.pico FastISel.pico FunctionLoweringInfo.pico InstrEmitter.pico LegalizeDAG.pico LegalizeFloatTypes.pico LegalizeIntegerTypes.pico LegalizeTypes.pico LegalizeTypesGeneric.pico LegalizeVectorOps.pico LegalizeVectorTypes.pico ResourcePriorityQueue.pico ScheduleDAGFast.pico ScheduleDAGRRList.pico ScheduleDAGSDNodes.pico ScheduleDAGVLIW.pico SelectionDAG.pico SelectionDAGAddressAnalysis.pico SelectionDAGBuilder.pico SelectionDAGDumper.pico SelectionDAGISel.pico SelectionDAGPrinter.pico SelectionDAGTargetInfo.pico StatepointLowering.pico TargetLowering.pico DAGCombiner.pico.tmp FastISel.pico.tmp FunctionLoweringInfo.pico.tmp InstrEmitter.pico.tmp LegalizeDAG.pico.tmp LegalizeFloatTypes.pico.tmp LegalizeIntegerTypes.pico.tmp LegalizeTypes.pico.tmp LegalizeTypesGeneric.pico.tmp LegalizeVectorOps.pico.tmp LegalizeVectorTypes.pico.tmp ResourcePriorityQueue.pico.tmp ScheduleDAGFast.pico.tmp ScheduleDAGRRList.pico.tmp ScheduleDAGSDNodes.pico.tmp ScheduleDAGVLIW.pico.tmp SelectionDAG.pico.tmp SelectionDAGAddressAnalysis.pico.tmp SelectionDAGBuilder.pico.tmp SelectionDAGDumper.pico.tmp SelectionDAGISel.pico.tmp SelectionDAGPrinter.pico.tmp SelectionDAGTargetInfo.pico.tmp StatepointLowering.pico.tmp TargetLowering.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/lib/libbib && rm -f .depend common.d index.d linear.d map.d search.d common.d.tmp index.d.tmp linear.d.tmp map.d.tmp search.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f llib-lLLVMSelectionDAG.ln || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f llib-lLLVMSelectionDAG.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-addftinfo --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f libLLVMSelectionDAG.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/addftinfo --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f .depend DAGCombiner.d FastISel.d FunctionLoweringInfo.d InstrEmitter.d LegalizeDAG.d LegalizeFloatTypes.d LegalizeIntegerTypes.d LegalizeTypes.d LegalizeTypesGeneric.d LegalizeVectorOps.d LegalizeVectorTypes.d ResourcePriorityQueue.d ScheduleDAGFast.d ScheduleDAGRRList.d ScheduleDAGSDNodes.d ScheduleDAGVLIW.d SelectionDAG.d SelectionDAGAddressAnalysis.d SelectionDAGBuilder.d SelectionDAGDumper.d SelectionDAGISel.d SelectionDAGPrinter.d SelectionDAGTargetInfo.d StatepointLowering.d TargetLowering.d DAGCombiner.d.tmp FastISel.d.tmp FunctionLoweringInfo.d.tmp InstrEmitter.d.tmp LegalizeDAG.d.tmp LegalizeFloatTypes.d.tmp LegalizeIntegerTypes.d.tmp LegalizeTypes.d.tmp LegalizeTypesGeneric.d.tmp LegalizeVectorOps.d.tmp LegalizeVectorTypes.d.tmp ResourcePriorityQueue.d.tmp ScheduleDAGFast.d.tmp ScheduleDAGRRList.d.tmp ScheduleDAGSDNodes.d.tmp ScheduleDAGVLIW.d.tmp SelectionDAG.d.tmp SelectionDAGAddressAnalysis.d.tmp SelectionDAGBuilder.d.tmp SelectionDAGDumper.d.tmp SelectionDAGISel.d.tmp SelectionDAGPrinter.d.tmp SelectionDAGTargetInfo.d.tmp StatepointLowering.d.tmp TargetLowering.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/addftinfo/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSelectionDAG && rm -f .depend DAGCombiner.d FastISel.d FunctionLoweringInfo.d InstrEmitter.d LegalizeDAG.d LegalizeFloatTypes.d LegalizeIntegerTypes.d LegalizeTypes.d LegalizeTypesGeneric.d LegalizeVectorOps.d LegalizeVectorTypes.d ResourcePriorityQueue.d ScheduleDAGFast.d ScheduleDAGRRList.d ScheduleDAGSDNodes.d ScheduleDAGVLIW.d SelectionDAG.d SelectionDAGAddressAnalysis.d SelectionDAGBuilder.d SelectionDAGDumper.d SelectionDAGISel.d SelectionDAGPrinter.d SelectionDAGTargetInfo.d StatepointLowering.d TargetLowering.d DAGCombiner.d.tmp FastISel.d.tmp FunctionLoweringInfo.d.tmp InstrEmitter.d.tmp LegalizeDAG.d.tmp LegalizeFloatTypes.d.tmp LegalizeIntegerTypes.d.tmp LegalizeTypes.d.tmp LegalizeTypesGeneric.d.tmp LegalizeVectorOps.d.tmp LegalizeVectorTypes.d.tmp ResourcePriorityQueue.d.tmp ScheduleDAGFast.d.tmp ScheduleDAGRRList.d.tmp ScheduleDAGSDNodes.d.tmp ScheduleDAGVLIW.d.tmp SelectionDAG.d.tmp SelectionDAGAddressAnalysis.d.tmp SelectionDAGBuilder.d.tmp SelectionDAGDumper.d.tmp SelectionDAGISel.d.tmp SelectionDAGPrinter.d.tmp SelectionDAGTargetInfo.d.tmp StatepointLowering.d.tmp TargetLowering.d.tmp tags || true) --- cleandir-libLLVMSupport --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMSupport --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/addftinfo && rm -f addftinfo.1 a.out [Ee]rrs mklog core *.core .gdbinit addftinfo addftinfo.o guess.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/addftinfo && rm -f addftinfo.1 a.out [Ee]rrs mklog core *.core .gdbinit addftinfo addftinfo.o guess.o || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport.a AArch64TargetParser.o ABIBreak.o Allocator.o AMDGPUMetadata.o APFixedPoint.o APFloat.o APInt.o APSInt.o ARMAttributeParser.o ARMBuildAttrs.o ARMTargetParser.o ARMWinEH.o AutoConvert.o BinaryStreamError.o BinaryStreamReader.o BinaryStreamRef.o BinaryStreamWriter.o BlockFrequency.o BranchProbability.o BuryPointer.o CachePruning.o Chrono.o circular_raw_ostream.o CodeGenCoverage.o COM.o CommandLine.o Compression.o ConvertUTF.o ConvertUTFWrapper.o CrashRecoveryContext.o CRC.o DAGDeltaAlgorithm.o DataExtractor.o DebugCounter.o Debug.o DeltaAlgorithm.o DJB.o ELFAttributeParser.o ELFAttributes.o Error.o ErrorHandling.o ExtensibleRTTI.o FileCollector.o FileOutputBuffer.o FileUtilities.o FoldingSet.o FormattedStream.o GlobPattern.o GraphWriter.o Hashing.o InitLLVM.o InstructionCost.o IntEqClasses.o IntervalMap.o ItaniumManglingCanonicalizer.o JSON.o KnownBits.o LEB128.o LineIterator.o Locale.o LockFileManager.o LowLevelType.o ManagedStatic.o MathExtras.o MD5.o MemAlloc.o MemoryBuffer.o MemoryBufferRef.o NativeFormatting.o OptimizedStructLayout.o Optional.o Parallel.o PluginLoader.o PrettyStackTrace.o raw_os_ostream.o raw_ostream.o regcomp.o regerror.o Regex.o regexec.o regfree.o regstrlcpy.o RISCVAttributeParser.o RISCVAttributes.o ScopedPrinter.o SHA1.o SHA256.o Signposts.o SmallPtrSet.o SmallVector.o SourceMgr.o SpecialCaseList.o Statistic.o StringExtras.o StringMap.o StringRef.o StringSaver.o SuffixTree.o SymbolRemappingReader.o SystemUtils.o TargetParser.o TargetRegistry.o TarWriter.o TimeProfiler.o Timer.o ToolOutputFile.o TrigramIndex.o Triple.o Twine.o TypeSize.o UnicodeCaseFold.o Unicode.o VersionTuple.o VirtualFileSystem.o Watchdog.o WithColor.o X86TargetParser.o xxhash.o YAMLParser.o YAMLTraits.o Z3Solver.o Atomic.o DynamicLibrary.o Errno.o FormatVariadic.o Host.o Memory.o Path.o Process.o Program.o RWMutex.o RandomNumberGenerator.o ScaledNumber.o Signals.o ThreadLocal.o ThreadPool.o Threading.o Valgrind.o Host.o Memory.o Path.o Process.o Program.o Signals.o Watchdog.o ThreadLocal.o AArch64TargetParser.o.tmp ABIBreak.o.tmp Allocator.o.tmp AMDGPUMetadata.o.tmp APFixedPoint.o.tmp APFloat.o.tmp APInt.o.tmp APSInt.o.tmp ARMAttributeParser.o.tmp ARMBuildAttrs.o.tmp ARMTargetParser.o.tmp ARMWinEH.o.tmp AutoConvert.o.tmp BinaryStreamError.o.tmp BinaryStreamReader.o.tmp BinaryStreamRef.o.tmp BinaryStreamWriter.o.tmp BlockFrequency.o.tmp BranchProbability.o.tmp BuryPointer.o.tmp CachePruning.o.tmp Chrono.o.tmp circular_raw_ostream.o.tmp CodeGenCoverage.o.tmp COM.o.tmp CommandLine.o.tmp Compression.o.tmp ConvertUTF.o.tmp ConvertUTFWrapper.o.tmp CrashRecoveryContext.o.tmp CRC.o.tmp DAGDeltaAlgorithm.o.tmp DataExtractor.o.tmp DebugCounter.o.tmp Debug.o.tmp DeltaAlgorithm.o.tmp DJB.o.tmp ELFAttributeParser.o.tmp ELFAttributes.o.tmp Error.o.tmp ErrorHandling.o.tmp ExtensibleRTTI.o.tmp FileCollector.o.tmp FileOutputBuffer.o.tmp FileUtilities.o.tmp FoldingSet.o.tmp FormattedStream.o.tmp GlobPattern.o.tmp GraphWriter.o.tmp Hashing.o.tmp InitLLVM.o.tmp InstructionCost.o.tmp IntEqClasses.o.tmp IntervalMap.o.tmp ItaniumManglingCanonicalizer.o.tmp JSON.o.tmp KnownBits.o.tmp LEB128.o.tmp LineIterator.o.tmp Locale.o.tmp LockFileManager.o.tmp LowLevelType.o.tmp ManagedStatic.o.tmp MathExtras.o.tmp MD5.o.tmp MemAlloc.o.tmp MemoryBuffer.o.tmp MemoryBufferRef.o.tmp NativeFormatting.o.tmp OptimizedStructLayout.o.tmp Optional.o.tmp Parallel.o.tmp PluginLoader.o.tmp PrettyStackTrace.o.tmp raw_os_ostream.o.tmp raw_ostream.o.tmp regcomp.o.tmp regerror.o.tmp Regex.o.tmp regexec.o.tmp regfree.o.tmp regstrlcpy.o.tmp RISCVAttributeParser.o.tmp RISCVAttributes.o.tmp ScopedPrinter.o.tmp SHA1.o.tmp SHA256.o.tmp Signposts.o.tmp SmallPtrSet.o.tmp SmallVector.o.tmp SourceMgr.o.tmp SpecialCaseList.o.tmp Statistic.o.tmp StringExtras.o.tmp StringMap.o.tmp StringRef.o.tmp StringSaver.o.tmp SuffixTree.o.tmp SymbolRemappingReader.o.tmp SystemUtils.o.tmp TargetParser.o.tmp TargetRegistry.o.tmp TarWriter.o.tmp TimeProfiler.o.tmp Timer.o.tmp ToolOutputFile.o.tmp TrigramIndex.o.tmp Triple.o.tmp Twine.o.tmp TypeSize.o.tmp UnicodeCaseFold.o.tmp Unicode.o.tmp VersionTuple.o.tmp VirtualFileSystem.o.tmp Watchdog.o.tmp WithColor.o.tmp X86TargetParser.o.tmp xxhash.o.tmp YAMLParser.o.tmp YAMLTraits.o.tmp Z3Solver.o.tmp Atomic.o.tmp DynamicLibrary.o.tmp Errno.o.tmp FormatVariadic.o.tmp Host.o.tmp Memory.o.tmp Path.o.tmp Process.o.tmp Program.o.tmp RWMutex.o.tmp RandomNumberGenerator.o.tmp ScaledNumber.o.tmp Signals.o.tmp ThreadLocal.o.tmp ThreadPool.o.tmp Threading.o.tmp Valgrind.o.tmp Host.o.tmp Memory.o.tmp Path.o.tmp Process.o.tmp Program.o.tmp Signals.o.tmp Watchdog.o.tmp ThreadLocal.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/addftinfo && rm -f addftinfo.html1 .depend addftinfo.d guess.d addftinfo.d.tmp guess.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/addftinfo && rm -f addftinfo.html1 .depend addftinfo.d guess.d addftinfo.d.tmp guess.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport.a AArch64TargetParser.o ABIBreak.o Allocator.o AMDGPUMetadata.o APFixedPoint.o APFloat.o APInt.o APSInt.o ARMAttributeParser.o ARMBuildAttrs.o ARMTargetParser.o ARMWinEH.o AutoConvert.o BinaryStreamError.o BinaryStreamReader.o BinaryStreamRef.o BinaryStreamWriter.o BlockFrequency.o BranchProbability.o BuryPointer.o CachePruning.o Chrono.o circular_raw_ostream.o CodeGenCoverage.o COM.o CommandLine.o Compression.o ConvertUTF.o ConvertUTFWrapper.o CrashRecoveryContext.o CRC.o DAGDeltaAlgorithm.o DataExtractor.o DebugCounter.o Debug.o DeltaAlgorithm.o DJB.o ELFAttributeParser.o ELFAttributes.o Error.o ErrorHandling.o ExtensibleRTTI.o FileCollector.o FileOutputBuffer.o FileUtilities.o FoldingSet.o FormattedStream.o GlobPattern.o GraphWriter.o Hashing.o InitLLVM.o InstructionCost.o IntEqClasses.o IntervalMap.o ItaniumManglingCanonicalizer.o JSON.o KnownBits.o LEB128.o LineIterator.o Locale.o LockFileManager.o LowLevelType.o ManagedStatic.o MathExtras.o MD5.o MemAlloc.o MemoryBuffer.o MemoryBufferRef.o NativeFormatting.o OptimizedStructLayout.o Optional.o Parallel.o PluginLoader.o PrettyStackTrace.o raw_os_ostream.o raw_ostream.o regcomp.o regerror.o Regex.o regexec.o regfree.o regstrlcpy.o RISCVAttributeParser.o RISCVAttributes.o ScopedPrinter.o SHA1.o SHA256.o Signposts.o SmallPtrSet.o SmallVector.o SourceMgr.o SpecialCaseList.o Statistic.o StringExtras.o StringMap.o StringRef.o StringSaver.o SuffixTree.o SymbolRemappingReader.o SystemUtils.o TargetParser.o TargetRegistry.o TarWriter.o TimeProfiler.o Timer.o ToolOutputFile.o TrigramIndex.o Triple.o Twine.o TypeSize.o UnicodeCaseFold.o Unicode.o VersionTuple.o VirtualFileSystem.o Watchdog.o WithColor.o X86TargetParser.o xxhash.o YAMLParser.o YAMLTraits.o Z3Solver.o Atomic.o DynamicLibrary.o Errno.o FormatVariadic.o Host.o Memory.o Path.o Process.o Program.o RWMutex.o RandomNumberGenerator.o ScaledNumber.o Signals.o ThreadLocal.o ThreadPool.o Threading.o Valgrind.o Host.o Memory.o Path.o Process.o Program.o Signals.o Watchdog.o ThreadLocal.o AArch64TargetParser.o.tmp ABIBreak.o.tmp Allocator.o.tmp AMDGPUMetadata.o.tmp APFixedPoint.o.tmp APFloat.o.tmp APInt.o.tmp APSInt.o.tmp ARMAttributeParser.o.tmp ARMBuildAttrs.o.tmp ARMTargetParser.o.tmp ARMWinEH.o.tmp AutoConvert.o.tmp BinaryStreamError.o.tmp BinaryStreamReader.o.tmp BinaryStreamRef.o.tmp BinaryStreamWriter.o.tmp BlockFrequency.o.tmp BranchProbability.o.tmp BuryPointer.o.tmp CachePruning.o.tmp Chrono.o.tmp circular_raw_ostream.o.tmp CodeGenCoverage.o.tmp COM.o.tmp CommandLine.o.tmp Compression.o.tmp ConvertUTF.o.tmp ConvertUTFWrapper.o.tmp CrashRecoveryContext.o.tmp CRC.o.tmp DAGDeltaAlgorithm.o.tmp DataExtractor.o.tmp DebugCounter.o.tmp Debug.o.tmp DeltaAlgorithm.o.tmp DJB.o.tmp ELFAttributeParser.o.tmp ELFAttributes.o.tmp Error.o.tmp ErrorHandling.o.tmp ExtensibleRTTI.o.tmp FileCollector.o.tmp FileOutputBuffer.o.tmp FileUtilities.o.tmp FoldingSet.o.tmp FormattedStream.o.tmp GlobPattern.o.tmp GraphWriter.o.tmp Hashing.o.tmp InitLLVM.o.tmp InstructionCost.o.tmp IntEqClasses.o.tmp IntervalMap.o.tmp ItaniumManglingCanonicalizer.o.tmp JSON.o.tmp KnownBits.o.tmp LEB128.o.tmp LineIterator.o.tmp Locale.o.tmp LockFileManager.o.tmp LowLevelType.o.tmp ManagedStatic.o.tmp MathExtras.o.tmp MD5.o.tmp MemAlloc.o.tmp MemoryBuffer.o.tmp MemoryBufferRef.o.tmp NativeFormatting.o.tmp OptimizedStructLayout.o.tmp Optional.o.tmp Parallel.o.tmp PluginLoader.o.tmp PrettyStackTrace.o.tmp raw_os_ostream.o.tmp raw_ostream.o.tmp regcomp.o.tmp regerror.o.tmp Regex.o.tmp regexec.o.tmp regfree.o.tmp regstrlcpy.o.tmp RISCVAttributeParser.o.tmp RISCVAttributes.o.tmp ScopedPrinter.o.tmp SHA1.o.tmp SHA256.o.tmp Signposts.o.tmp SmallPtrSet.o.tmp SmallVector.o.tmp SourceMgr.o.tmp SpecialCaseList.o.tmp Statistic.o.tmp StringExtras.o.tmp StringMap.o.tmp StringRef.o.tmp StringSaver.o.tmp SuffixTree.o.tmp SymbolRemappingReader.o.tmp SystemUtils.o.tmp TargetParser.o.tmp TargetRegistry.o.tmp TarWriter.o.tmp TimeProfiler.o.tmp Timer.o.tmp ToolOutputFile.o.tmp TrigramIndex.o.tmp Triple.o.tmp Twine.o.tmp TypeSize.o.tmp UnicodeCaseFold.o.tmp Unicode.o.tmp VersionTuple.o.tmp VirtualFileSystem.o.tmp Watchdog.o.tmp WithColor.o.tmp X86TargetParser.o.tmp xxhash.o.tmp YAMLParser.o.tmp YAMLTraits.o.tmp Z3Solver.o.tmp Atomic.o.tmp DynamicLibrary.o.tmp Errno.o.tmp FormatVariadic.o.tmp Host.o.tmp Memory.o.tmp Path.o.tmp Process.o.tmp Program.o.tmp RWMutex.o.tmp RandomNumberGenerator.o.tmp ScaledNumber.o.tmp Signals.o.tmp ThreadLocal.o.tmp ThreadPool.o.tmp Threading.o.tmp Valgrind.o.tmp Host.o.tmp Memory.o.tmp Path.o.tmp Process.o.tmp Program.o.tmp Signals.o.tmp Watchdog.o.tmp ThreadLocal.o.tmp || true) --- cleandir-external --- --- cleandir-eqn --- cleandir ===> external/gpl2/groff/bin/eqn --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_p.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/eqn/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/eqn && rm -f eqn.cpp eqn_tab.h neqn eqn.1 neqn.1 a.out [Ee]rrs mklog core *.core .gdbinit eqn main.o lex.o eqn.o box.o limit.o list.o over.o text.o script.o mark.o other.o delim.o sqrt.o pile.o special.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_pic.a AArch64TargetParser.pico ABIBreak.pico Allocator.pico AMDGPUMetadata.pico APFixedPoint.pico APFloat.pico APInt.pico APSInt.pico ARMAttributeParser.pico ARMBuildAttrs.pico ARMTargetParser.pico ARMWinEH.pico AutoConvert.pico BinaryStreamError.pico BinaryStreamReader.pico BinaryStreamRef.pico BinaryStreamWriter.pico BlockFrequency.pico BranchProbability.pico BuryPointer.pico CachePruning.pico Chrono.pico circular_raw_ostream.pico CodeGenCoverage.pico COM.pico CommandLine.pico Compression.pico ConvertUTF.pico ConvertUTFWrapper.pico CrashRecoveryContext.pico CRC.pico DAGDeltaAlgorithm.pico DataExtractor.pico DebugCounter.pico Debug.pico DeltaAlgorithm.pico DJB.pico ELFAttributeParser.pico ELFAttributes.pico Error.pico ErrorHandling.pico ExtensibleRTTI.pico FileCollector.pico FileOutputBuffer.pico FileUtilities.pico FoldingSet.pico FormattedStream.pico GlobPattern.pico GraphWriter.pico Hashing.pico InitLLVM.pico InstructionCost.pico IntEqClasses.pico IntervalMap.pico ItaniumManglingCanonicalizer.pico JSON.pico KnownBits.pico LEB128.pico LineIterator.pico Locale.pico LockFileManager.pico LowLevelType.pico ManagedStatic.pico MathExtras.pico MD5.pico MemAlloc.pico MemoryBuffer.pico MemoryBufferRef.pico NativeFormatting.pico OptimizedStructLayout.pico Optional.pico Parallel.pico PluginLoader.pico PrettyStackTrace.pico raw_os_ostream.pico raw_ostream.pico regcomp.pico regerror.pico Regex.pico regexec.pico regfree.pico regstrlcpy.pico RISCVAttributeParser.pico RISCVAttributes.pico ScopedPrinter.pico SHA1.pico SHA256.pico Signposts.pico SmallPtrSet.pico SmallVector.pico SourceMgr.pico SpecialCaseList.pico Statistic.pico StringExtras.pico StringMap.pico StringRef.pico StringSaver.pico SuffixTree.pico SymbolRemappingReader.pico SystemUtils.pico TargetParser.pico TargetRegistry.pico TarWriter.pico TimeProfiler.pico Timer.pico ToolOutputFile.pico TrigramIndex.pico Triple.pico Twine.pico TypeSize.pico UnicodeCaseFold.pico Unicode.pico VersionTuple.pico VirtualFileSystem.pico Watchdog.pico WithColor.pico X86TargetParser.pico xxhash.pico YAMLParser.pico YAMLTraits.pico Z3Solver.pico Atomic.pico DynamicLibrary.pico Errno.pico FormatVariadic.pico Host.pico Memory.pico Path.pico Process.pico Program.pico RWMutex.pico RandomNumberGenerator.pico ScaledNumber.pico Signals.pico ThreadLocal.pico ThreadPool.pico Threading.pico Valgrind.pico Host.pico Memory.pico Path.pico Process.pico Program.pico Signals.pico Watchdog.pico ThreadLocal.pico AArch64TargetParser.pico.tmp ABIBreak.pico.tmp Allocator.pico.tmp AMDGPUMetadata.pico.tmp APFixedPoint.pico.tmp APFloat.pico.tmp APInt.pico.tmp APSInt.pico.tmp ARMAttributeParser.pico.tmp ARMBuildAttrs.pico.tmp ARMTargetParser.pico.tmp ARMWinEH.pico.tmp AutoConvert.pico.tmp BinaryStreamError.pico.tmp BinaryStreamReader.pico.tmp BinaryStreamRef.pico.tmp BinaryStreamWriter.pico.tmp BlockFrequency.pico.tmp BranchProbability.pico.tmp BuryPointer.pico.tmp CachePruning.pico.tmp Chrono.pico.tmp circular_raw_ostream.pico.tmp CodeGenCoverage.pico.tmp COM.pico.tmp CommandLine.pico.tmp Compression.pico.tmp ConvertUTF.pico.tmp ConvertUTFWrapper.pico.tmp CrashRecoveryContext.pico.tmp CRC.pico.tmp DAGDeltaAlgorithm.pico.tmp DataExtractor.pico.tmp DebugCounter.pico.tmp Debug.pico.tmp DeltaAlgorithm.pico.tmp DJB.pico.tmp ELFAttributeParser.pico.tmp ELFAttributes.pico.tmp Error.pico.tmp ErrorHandling.pico.tmp ExtensibleRTTI.pico.tmp FileCollector.pico.tmp FileOutputBuffer.pico.tmp FileUtilities.pico.tmp FoldingSet.pico.tmp FormattedStream.pico.tmp GlobPattern.pico.tmp GraphWriter.pico.tmp Hashing.pico.tmp InitLLVM.pico.tmp InstructionCost.pico.tmp IntEqClasses.pico.tmp IntervalMap.pico.tmp ItaniumManglingCanonicalizer.pico.tmp JSON.pico.tmp KnownBits.pico.tmp LEB128.pico.tmp LineIterator.pico.tmp Locale.pico.tmp LockFileManager.pico.tmp LowLevelType.pico.tmp ManagedStatic.pico.tmp MathExtras.pico.tmp MD5.pico.tmp MemAlloc.pico.tmp MemoryBuffer.pico.tmp MemoryBufferRef.pico.tmp NativeFormatting.pico.tmp OptimizedStructLayout.pico.tmp Optional.pico.tmp Parallel.pico.tmp PluginLoader.pico.tmp PrettyStackTrace.pico.tmp raw_os_ostream.pico.tmp raw_ostream.pico.tmp regcomp.pico.tmp regerror.pico.tmp Regex.pico.tmp regexec.pico.tmp regfree.pico.tmp regstrlcpy.pico.tmp RISCVAttributeParser.pico.tmp RISCVAttributes.pico.tmp ScopedPrinter.pico.tmp SHA1.pico.tmp SHA256.pico.tmp Signposts.pico.tmp SmallPtrSet.pico.tmp SmallVector.pico.tmp SourceMgr.pico.tmp SpecialCaseList.pico.tmp Statistic.pico.tmp StringExtras.pico.tmp StringMap.pico.tmp StringRef.pico.tmp StringSaver.pico.tmp SuffixTree.pico.tmp SymbolRemappingReader.pico.tmp SystemUtils.pico.tmp TargetParser.pico.tmp TargetRegistry.pico.tmp TarWriter.pico.tmp TimeProfiler.pico.tmp Timer.pico.tmp ToolOutputFile.pico.tmp TrigramIndex.pico.tmp Triple.pico.tmp Twine.pico.tmp TypeSize.pico.tmp UnicodeCaseFold.pico.tmp Unicode.pico.tmp VersionTuple.pico.tmp VirtualFileSystem.pico.tmp Watchdog.pico.tmp WithColor.pico.tmp X86TargetParser.pico.tmp xxhash.pico.tmp YAMLParser.pico.tmp YAMLTraits.pico.tmp Z3Solver.pico.tmp Atomic.pico.tmp DynamicLibrary.pico.tmp Errno.pico.tmp FormatVariadic.pico.tmp Host.pico.tmp Memory.pico.tmp Path.pico.tmp Process.pico.tmp Program.pico.tmp RWMutex.pico.tmp RandomNumberGenerator.pico.tmp ScaledNumber.pico.tmp Signals.pico.tmp ThreadLocal.pico.tmp ThreadPool.pico.tmp Threading.pico.tmp Valgrind.pico.tmp Host.pico.tmp Memory.pico.tmp Path.pico.tmp Process.pico.tmp Program.pico.tmp Signals.pico.tmp Watchdog.pico.tmp ThreadLocal.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/eqn && rm -f eqn.cpp eqn_tab.h neqn eqn.1 neqn.1 a.out [Ee]rrs mklog core *.core .gdbinit eqn main.o lex.o eqn.o box.o limit.o list.o over.o text.o script.o mark.o other.o delim.o sqrt.o pile.o special.o || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport_pic.a AArch64TargetParser.pico ABIBreak.pico Allocator.pico AMDGPUMetadata.pico APFixedPoint.pico APFloat.pico APInt.pico APSInt.pico ARMAttributeParser.pico ARMBuildAttrs.pico ARMTargetParser.pico ARMWinEH.pico AutoConvert.pico BinaryStreamError.pico BinaryStreamReader.pico BinaryStreamRef.pico BinaryStreamWriter.pico BlockFrequency.pico BranchProbability.pico BuryPointer.pico CachePruning.pico Chrono.pico circular_raw_ostream.pico CodeGenCoverage.pico COM.pico CommandLine.pico Compression.pico ConvertUTF.pico ConvertUTFWrapper.pico CrashRecoveryContext.pico CRC.pico DAGDeltaAlgorithm.pico DataExtractor.pico DebugCounter.pico Debug.pico DeltaAlgorithm.pico DJB.pico ELFAttributeParser.pico ELFAttributes.pico Error.pico ErrorHandling.pico ExtensibleRTTI.pico FileCollector.pico FileOutputBuffer.pico FileUtilities.pico FoldingSet.pico FormattedStream.pico GlobPattern.pico GraphWriter.pico Hashing.pico InitLLVM.pico InstructionCost.pico IntEqClasses.pico IntervalMap.pico ItaniumManglingCanonicalizer.pico JSON.pico KnownBits.pico LEB128.pico LineIterator.pico Locale.pico LockFileManager.pico LowLevelType.pico ManagedStatic.pico MathExtras.pico MD5.pico MemAlloc.pico MemoryBuffer.pico MemoryBufferRef.pico NativeFormatting.pico OptimizedStructLayout.pico Optional.pico Parallel.pico PluginLoader.pico PrettyStackTrace.pico raw_os_ostream.pico raw_ostream.pico regcomp.pico regerror.pico Regex.pico regexec.pico regfree.pico regstrlcpy.pico RISCVAttributeParser.pico RISCVAttributes.pico ScopedPrinter.pico SHA1.pico SHA256.pico Signposts.pico SmallPtrSet.pico SmallVector.pico SourceMgr.pico SpecialCaseList.pico Statistic.pico StringExtras.pico StringMap.pico StringRef.pico StringSaver.pico SuffixTree.pico SymbolRemappingReader.pico SystemUtils.pico TargetParser.pico TargetRegistry.pico TarWriter.pico TimeProfiler.pico Timer.pico ToolOutputFile.pico TrigramIndex.pico Triple.pico Twine.pico TypeSize.pico UnicodeCaseFold.pico Unicode.pico VersionTuple.pico VirtualFileSystem.pico Watchdog.pico WithColor.pico X86TargetParser.pico xxhash.pico YAMLParser.pico YAMLTraits.pico Z3Solver.pico Atomic.pico DynamicLibrary.pico Errno.pico FormatVariadic.pico Host.pico Memory.pico Path.pico Process.pico Program.pico RWMutex.pico RandomNumberGenerator.pico ScaledNumber.pico Signals.pico ThreadLocal.pico ThreadPool.pico Threading.pico Valgrind.pico Host.pico Memory.pico Path.pico Process.pico Program.pico Signals.pico Watchdog.pico ThreadLocal.pico AArch64TargetParser.pico.tmp ABIBreak.pico.tmp Allocator.pico.tmp AMDGPUMetadata.pico.tmp APFixedPoint.pico.tmp APFloat.pico.tmp APInt.pico.tmp APSInt.pico.tmp ARMAttributeParser.pico.tmp ARMBuildAttrs.pico.tmp ARMTargetParser.pico.tmp ARMWinEH.pico.tmp AutoConvert.pico.tmp BinaryStreamError.pico.tmp BinaryStreamReader.pico.tmp BinaryStreamRef.pico.tmp BinaryStreamWriter.pico.tmp BlockFrequency.pico.tmp BranchProbability.pico.tmp BuryPointer.pico.tmp CachePruning.pico.tmp Chrono.pico.tmp circular_raw_ostream.pico.tmp CodeGenCoverage.pico.tmp COM.pico.tmp CommandLine.pico.tmp Compression.pico.tmp ConvertUTF.pico.tmp ConvertUTFWrapper.pico.tmp CrashRecoveryContext.pico.tmp CRC.pico.tmp DAGDeltaAlgorithm.pico.tmp DataExtractor.pico.tmp DebugCounter.pico.tmp Debug.pico.tmp DeltaAlgorithm.pico.tmp DJB.pico.tmp ELFAttributeParser.pico.tmp ELFAttributes.pico.tmp Error.pico.tmp ErrorHandling.pico.tmp ExtensibleRTTI.pico.tmp FileCollector.pico.tmp FileOutputBuffer.pico.tmp FileUtilities.pico.tmp FoldingSet.pico.tmp FormattedStream.pico.tmp GlobPattern.pico.tmp GraphWriter.pico.tmp Hashing.pico.tmp InitLLVM.pico.tmp InstructionCost.pico.tmp IntEqClasses.pico.tmp IntervalMap.pico.tmp ItaniumManglingCanonicalizer.pico.tmp JSON.pico.tmp KnownBits.pico.tmp LEB128.pico.tmp LineIterator.pico.tmp Locale.pico.tmp LockFileManager.pico.tmp LowLevelType.pico.tmp ManagedStatic.pico.tmp MathExtras.pico.tmp MD5.pico.tmp MemAlloc.pico.tmp MemoryBuffer.pico.tmp MemoryBufferRef.pico.tmp NativeFormatting.pico.tmp OptimizedStructLayout.pico.tmp Optional.pico.tmp Parallel.pico.tmp PluginLoader.pico.tmp PrettyStackTrace.pico.tmp raw_os_ostream.pico.tmp raw_ostream.pico.tmp regcomp.pico.tmp regerror.pico.tmp Regex.pico.tmp regexec.pico.tmp regfree.pico.tmp regstrlcpy.pico.tmp RISCVAttributeParser.pico.tmp RISCVAttributes.pico.tmp ScopedPrinter.pico.tmp SHA1.pico.tmp SHA256.pico.tmp Signposts.pico.tmp SmallPtrSet.pico.tmp SmallVector.pico.tmp SourceMgr.pico.tmp SpecialCaseList.pico.tmp Statistic.pico.tmp StringExtras.pico.tmp StringMap.pico.tmp StringRef.pico.tmp StringSaver.pico.tmp SuffixTree.pico.tmp SymbolRemappingReader.pico.tmp SystemUtils.pico.tmp TargetParser.pico.tmp TargetRegistry.pico.tmp TarWriter.pico.tmp TimeProfiler.pico.tmp Timer.pico.tmp ToolOutputFile.pico.tmp TrigramIndex.pico.tmp Triple.pico.tmp Twine.pico.tmp TypeSize.pico.tmp UnicodeCaseFold.pico.tmp Unicode.pico.tmp VersionTuple.pico.tmp VirtualFileSystem.pico.tmp Watchdog.pico.tmp WithColor.pico.tmp X86TargetParser.pico.tmp xxhash.pico.tmp YAMLParser.pico.tmp YAMLTraits.pico.tmp Z3Solver.pico.tmp Atomic.pico.tmp DynamicLibrary.pico.tmp Errno.pico.tmp FormatVariadic.pico.tmp Host.pico.tmp Memory.pico.tmp Path.pico.tmp Process.pico.tmp Program.pico.tmp RWMutex.pico.tmp RandomNumberGenerator.pico.tmp ScaledNumber.pico.tmp Signals.pico.tmp ThreadLocal.pico.tmp ThreadPool.pico.tmp Threading.pico.tmp Valgrind.pico.tmp Host.pico.tmp Memory.pico.tmp Path.pico.tmp Process.pico.tmp Program.pico.tmp Signals.pico.tmp Watchdog.pico.tmp ThreadLocal.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/eqn && rm -f eqn.html1 neqn.html1 .depend box.d delim.d eqn.d lex.d limit.d list.d main.d mark.d other.d over.d pile.d script.d special.d sqrt.d text.d box.d.tmp delim.d.tmp eqn.d.tmp lex.d.tmp limit.d.tmp list.d.tmp main.d.tmp mark.d.tmp other.d.tmp over.d.tmp pile.d.tmp script.d.tmp special.d.tmp sqrt.d.tmp text.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f llib-lLLVMSupport.ln regcomp.ln regerror.ln regexec.ln regfree.ln regstrlcpy.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/eqn && rm -f eqn.html1 neqn.html1 .depend box.d delim.d eqn.d lex.d limit.d list.d main.d mark.d other.d over.d pile.d script.d special.d sqrt.d text.d box.d.tmp delim.d.tmp eqn.d.tmp lex.d.tmp limit.d.tmp list.d.tmp main.d.tmp mark.d.tmp other.d.tmp over.d.tmp pile.d.tmp script.d.tmp special.d.tmp sqrt.d.tmp text.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f llib-lLLVMSupport.ln regcomp.ln regerror.ln regexec.ln regfree.ln regstrlcpy.ln || true) --- cleandir-external --- --- cleandir-gdiffmk --- cleandir ===> external/gpl2/groff/bin/gdiffmk --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f libLLVMSupport.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/gdiffmk/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMSupport && rm -f .depend AArch64TargetParser.d ABIBreak.d AMDGPUMetadata.d APFixedPoint.d APFloat.d APInt.d APSInt.d ARMAttributeParser.d ARMBuildAttrs.d ARMTargetParser.d ARMWinEH.d Allocator.d Atomic.d AutoConvert.d BinaryStreamError.d BinaryStreamReader.d BinaryStreamRef.d BinaryStreamWriter.d BlockFrequency.d BranchProbability.d BuryPointer.d COM.d CRC.d CachePruning.d Chrono.d CodeGenCoverage.d CommandLine.d Compression.d ConvertUTF.d ConvertUTFWrapper.d CrashRecoveryContext.d DAGDeltaAlgorithm.d DJB.d DataExtractor.d Debug.d DebugCounter.d DeltaAlgorithm.d DynamicLibrary.d ELFAttributeParser.d ELFAttributes.d Errno.d Error.d ErrorHandling.d ExtensibleRTTI.d FileCollector.d FileOutputBuffer.d FileUtilities.d FoldingSet.d FormatVariadic.d FormattedStream.d GlobPattern.d GraphWriter.d Hashing.d Host.d InitLLVM.d InstructionCost.d IntEqClasses.d IntervalMap.d ItaniumManglingCanonicalizer.d JSON.d KnownBits.d LEB128.d LineIterator.d Locale.d LockFileManager.d LowLevelType.d MD5.d ManagedStatic.d MathExtras.d MemAlloc.d Memory.d MemoryBuffer.d MemoryBufferRef.d NativeFormatting.d OptimizedStructLayout.d Optional.d Parallel.d Path.d PluginLoader.d PrettyStackTrace.d Process.d Program.d RISCVAttributeParser.d RISCVAttributes.d RWMutex.d RandomNumberGenerator.d Regex.d SHA1.d SHA256.d ScaledNumber.d ScopedPrinter.d Signals.d Signposts.d SmallPtrSet.d SmallVector.d SourceMgr.d SpecialCaseList.d Statistic.d StringExtras.d StringMap.d StringRef.d StringSaver.d SuffixTree.d SymbolRemappingReader.d SystemUtils.d TarWriter.d TargetParser.d TargetRegistry.d ThreadLocal.d ThreadPool.d Threading.d TimeProfiler.d Timer.d ToolOutputFile.d TrigramIndex.d Triple.d Twine.d TypeSize.d Unicode.d UnicodeCaseFold.d Valgrind.d VersionTuple.d VirtualFileSystem.d Watchdog.d WithColor.d X86TargetParser.d YAMLParser.d YAMLTraits.d Z3Solver.d circular_raw_ostream.d raw_os_ostream.d raw_ostream.d regcomp.d regerror.d regexec.d regfree.d regstrlcpy.d xxhash.d AArch64TargetParser.d.tmp ABIBreak.d.tmp AMDGPUMetadata.d.tmp APFixedPoint.d.tmp APFloat.d.tmp APInt.d.tmp APSInt.d.tmp ARMAttributeParser.d.tmp ARMBuildAttrs.d.tmp ARMTargetParser.d.tmp ARMWinEH.d.tmp Allocator.d.tmp Atomic.d.tmp AutoConvert.d.tmp BinaryStreamError.d.tmp BinaryStreamReader.d.tmp BinaryStreamRef.d.tmp BinaryStreamWriter.d.tmp BlockFrequency.d.tmp BranchProbability.d.tmp BuryPointer.d.tmp COM.d.tmp CRC.d.tmp CachePruning.d.tmp Chrono.d.tmp CodeGenCoverage.d.tmp CommandLine.d.tmp Compression.d.tmp ConvertUTF.d.tmp ConvertUTFWrapper.d.tmp CrashRecoveryContext.d.tmp DAGDeltaAlgorithm.d.tmp DJB.d.tmp DataExtractor.d.tmp Debug.d.tmp DebugCounter.d.tmp DeltaAlgorithm.d.tmp DynamicLibrary.d.tmp ELFAttributeParser.d.tmp ELFAttributes.d.tmp Errno.d.tmp Error.d.tmp ErrorHandling.d.tmp ExtensibleRTTI.d.tmp FileCollector.d.tmp FileOutputBuffer.d.tmp FileUtilities.d.tmp FoldingSet.d.tmp FormatVariadic.d.tmp FormattedStream.d.tmp GlobPattern.d.tmp GraphWriter.d.tmp Hashing.d.tmp Host.d.tmp InitLLVM.d.tmp InstructionCost.d.tmp IntEqClasses.d.tmp IntervalMap.d.tmp ItaniumManglingCanonicalizer.d.tmp JSON.d.tmp KnownBits.d.tmp LEB128.d.tmp LineIterator.d.tmp Locale.d.tmp LockFileManager.d.tmp LowLevelType.d.tmp MD5.d.tmp ManagedStatic.d.tmp MathExtras.d.tmp MemAlloc.d.tmp Memory.d.tmp MemoryBuffer.d.tmp MemoryBufferRef.d.tmp NativeFormatting.d.tmp OptimizedStructLayout.d.tmp Optional.d.tmp Parallel.d.tmp Path.d.tmp PluginLoader.d.tmp PrettyStackTrace.d.tmp Process.d.tmp Program.d.tmp RISCVAttributeParser.d.tmp RISCVAttributes.d.tmp RWMutex.d.tmp RandomNumberGenerator.d.tmp Regex.d.tmp SHA1.d.tmp SHA256.d.tmp ScaledNumber.d.tmp ScopedPrinter.d.tmp Signals.d.tmp Signposts.d.tmp SmallPtrSet.d.tmp SmallVector.d.tmp SourceMgr.d.tmp SpecialCaseList.d.tmp Statistic.d.tmp StringExtras.d.tmp StringMap.d.tmp StringRef.d.tmp StringSaver.d.tmp SuffixTree.d.tmp SymbolRemappingReader.d.tmp SystemUtils.d.tmp TarWriter.d.tmp TargetParser.d.tmp TargetRegistry.d.tmp ThreadLocal.d.tmp ThreadPool.d.tmp Threading.d.tmp TimeProfiler.d.tmp Timer.d.tmp ToolOutputFile.d.tmp TrigramIndex.d.tmp Triple.d.tmp Twine.d.tmp TypeSize.d.tmp Unicode.d.tmp UnicodeCaseFold.d.tmp Valgrind.d.tmp VersionTuple.d.tmp VirtualFileSystem.d.tmp Watchdog.d.tmp WithColor.d.tmp X86TargetParser.d.tmp YAMLParser.d.tmp YAMLTraits.d.tmp Z3Solver.d.tmp circular_raw_ostream.d.tmp raw_os_ostream.d.tmp raw_ostream.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp regstrlcpy.d.tmp xxhash.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMSupport && rm -f .depend AArch64TargetParser.d ABIBreak.d AMDGPUMetadata.d APFixedPoint.d APFloat.d APInt.d APSInt.d ARMAttributeParser.d ARMBuildAttrs.d ARMTargetParser.d ARMWinEH.d Allocator.d Atomic.d AutoConvert.d BinaryStreamError.d BinaryStreamReader.d BinaryStreamRef.d BinaryStreamWriter.d BlockFrequency.d BranchProbability.d BuryPointer.d COM.d CRC.d CachePruning.d Chrono.d CodeGenCoverage.d CommandLine.d Compression.d ConvertUTF.d ConvertUTFWrapper.d CrashRecoveryContext.d DAGDeltaAlgorithm.d DJB.d DataExtractor.d Debug.d DebugCounter.d DeltaAlgorithm.d DynamicLibrary.d ELFAttributeParser.d ELFAttributes.d Errno.d Error.d ErrorHandling.d ExtensibleRTTI.d FileCollector.d FileOutputBuffer.d FileUtilities.d FoldingSet.d FormatVariadic.d FormattedStream.d GlobPattern.d GraphWriter.d Hashing.d Host.d InitLLVM.d InstructionCost.d IntEqClasses.d IntervalMap.d ItaniumManglingCanonicalizer.d JSON.d KnownBits.d LEB128.d LineIterator.d Locale.d LockFileManager.d LowLevelType.d MD5.d ManagedStatic.d MathExtras.d MemAlloc.d Memory.d MemoryBuffer.d MemoryBufferRef.d NativeFormatting.d OptimizedStructLayout.d Optional.d Parallel.d Path.d PluginLoader.d PrettyStackTrace.d Process.d Program.d RISCVAttributeParser.d RISCVAttributes.d RWMutex.d RandomNumberGenerator.d Regex.d SHA1.d SHA256.d ScaledNumber.d ScopedPrinter.d Signals.d Signposts.d SmallPtrSet.d SmallVector.d SourceMgr.d SpecialCaseList.d Statistic.d StringExtras.d StringMap.d StringRef.d StringSaver.d SuffixTree.d SymbolRemappingReader.d SystemUtils.d TarWriter.d TargetParser.d TargetRegistry.d ThreadLocal.d ThreadPool.d Threading.d TimeProfiler.d Timer.d ToolOutputFile.d TrigramIndex.d Triple.d Twine.d TypeSize.d Unicode.d UnicodeCaseFold.d Valgrind.d VersionTuple.d VirtualFileSystem.d Watchdog.d WithColor.d X86TargetParser.d YAMLParser.d YAMLTraits.d Z3Solver.d circular_raw_ostream.d raw_os_ostream.d raw_ostream.d regcomp.d regerror.d regexec.d regfree.d regstrlcpy.d xxhash.d AArch64TargetParser.d.tmp ABIBreak.d.tmp AMDGPUMetadata.d.tmp APFixedPoint.d.tmp APFloat.d.tmp APInt.d.tmp APSInt.d.tmp ARMAttributeParser.d.tmp ARMBuildAttrs.d.tmp ARMTargetParser.d.tmp ARMWinEH.d.tmp Allocator.d.tmp Atomic.d.tmp AutoConvert.d.tmp BinaryStreamError.d.tmp BinaryStreamReader.d.tmp BinaryStreamRef.d.tmp BinaryStreamWriter.d.tmp BlockFrequency.d.tmp BranchProbability.d.tmp BuryPointer.d.tmp COM.d.tmp CRC.d.tmp CachePruning.d.tmp Chrono.d.tmp CodeGenCoverage.d.tmp CommandLine.d.tmp Compression.d.tmp ConvertUTF.d.tmp ConvertUTFWrapper.d.tmp CrashRecoveryContext.d.tmp DAGDeltaAlgorithm.d.tmp DJB.d.tmp DataExtractor.d.tmp Debug.d.tmp DebugCounter.d.tmp DeltaAlgorithm.d.tmp DynamicLibrary.d.tmp ELFAttributeParser.d.tmp ELFAttributes.d.tmp Errno.d.tmp Error.d.tmp ErrorHandling.d.tmp ExtensibleRTTI.d.tmp FileCollector.d.tmp FileOutputBuffer.d.tmp FileUtilities.d.tmp FoldingSet.d.tmp FormatVariadic.d.tmp FormattedStream.d.tmp GlobPattern.d.tmp GraphWriter.d.tmp Hashing.d.tmp Host.d.tmp InitLLVM.d.tmp InstructionCost.d.tmp IntEqClasses.d.tmp IntervalMap.d.tmp ItaniumManglingCanonicalizer.d.tmp JSON.d.tmp KnownBits.d.tmp LEB128.d.tmp LineIterator.d.tmp Locale.d.tmp LockFileManager.d.tmp LowLevelType.d.tmp MD5.d.tmp ManagedStatic.d.tmp MathExtras.d.tmp MemAlloc.d.tmp Memory.d.tmp MemoryBuffer.d.tmp MemoryBufferRef.d.tmp NativeFormatting.d.tmp OptimizedStructLayout.d.tmp Optional.d.tmp Parallel.d.tmp Path.d.tmp PluginLoader.d.tmp PrettyStackTrace.d.tmp Process.d.tmp Program.d.tmp RISCVAttributeParser.d.tmp RISCVAttributes.d.tmp RWMutex.d.tmp RandomNumberGenerator.d.tmp Regex.d.tmp SHA1.d.tmp SHA256.d.tmp ScaledNumber.d.tmp ScopedPrinter.d.tmp Signals.d.tmp Signposts.d.tmp SmallPtrSet.d.tmp SmallVector.d.tmp SourceMgr.d.tmp SpecialCaseList.d.tmp Statistic.d.tmp StringExtras.d.tmp StringMap.d.tmp StringRef.d.tmp StringSaver.d.tmp SuffixTree.d.tmp SymbolRemappingReader.d.tmp SystemUtils.d.tmp TarWriter.d.tmp TargetParser.d.tmp TargetRegistry.d.tmp ThreadLocal.d.tmp ThreadPool.d.tmp Threading.d.tmp TimeProfiler.d.tmp Timer.d.tmp ToolOutputFile.d.tmp TrigramIndex.d.tmp Triple.d.tmp Twine.d.tmp TypeSize.d.tmp Unicode.d.tmp UnicodeCaseFold.d.tmp Valgrind.d.tmp VersionTuple.d.tmp VirtualFileSystem.d.tmp Watchdog.d.tmp WithColor.d.tmp X86TargetParser.d.tmp YAMLParser.d.tmp YAMLTraits.d.tmp Z3Solver.d.tmp circular_raw_ostream.d.tmp raw_os_ostream.d.tmp raw_ostream.d.tmp regcomp.d.tmp regerror.d.tmp regexec.d.tmp regfree.d.tmp regstrlcpy.d.tmp xxhash.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/gdiffmk && rm -f gdiffmk gdiffmk.1 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-libLLVMTarget --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMTarget --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/gdiffmk && rm -f gdiffmk gdiffmk.1 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/gdiffmk && rm -f gdiffmk.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/gdiffmk && rm -f gdiffmk.html1 || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-grn --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget.a Target.o TargetIntrinsicInfo.o TargetLoweringObjectFile.o TargetMachine.o TargetMachineC.o Target.o.tmp TargetIntrinsicInfo.o.tmp TargetLoweringObjectFile.o.tmp TargetMachine.o.tmp TargetMachineC.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/grn --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget.a Target.o TargetIntrinsicInfo.o TargetLoweringObjectFile.o TargetMachine.o TargetMachineC.o Target.o.tmp TargetIntrinsicInfo.o.tmp TargetLoweringObjectFile.o.tmp TargetMachine.o.tmp TargetMachineC.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_p.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/grn/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/grn && rm -f grn.1 a.out [Ee]rrs mklog core *.core .gdbinit grn hdb.o hpoint.o hgraph.o main.o || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/grn && rm -f grn.1 a.out [Ee]rrs mklog core *.core .gdbinit grn hdb.o hpoint.o hgraph.o main.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_pic.a Target.pico TargetIntrinsicInfo.pico TargetLoweringObjectFile.pico TargetMachine.pico TargetMachineC.pico Target.pico.tmp TargetIntrinsicInfo.pico.tmp TargetLoweringObjectFile.pico.tmp TargetMachine.pico.tmp TargetMachineC.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget_pic.a Target.pico TargetIntrinsicInfo.pico TargetLoweringObjectFile.pico TargetMachine.pico TargetMachineC.pico Target.pico.tmp TargetIntrinsicInfo.pico.tmp TargetLoweringObjectFile.pico.tmp TargetMachine.pico.tmp TargetMachineC.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/grn && rm -f grn.html1 .depend hdb.d hgraph.d hpoint.d main.d hdb.d.tmp hgraph.d.tmp hpoint.d.tmp main.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/grn && rm -f grn.html1 .depend hdb.d hgraph.d hpoint.d main.d hdb.d.tmp hgraph.d.tmp hpoint.d.tmp main.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f llib-lLLVMTarget.ln || true) --- cleandir-external --- --- cleandir-groff --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f llib-lLLVMTarget.ln || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/groff --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f libLLVMTarget.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/groff/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTarget && rm -f .depend Target.d TargetIntrinsicInfo.d TargetLoweringObjectFile.d TargetMachine.d TargetMachineC.d Target.d.tmp TargetIntrinsicInfo.d.tmp TargetLoweringObjectFile.d.tmp TargetMachine.d.tmp TargetMachineC.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTarget && rm -f .depend Target.d TargetIntrinsicInfo.d TargetLoweringObjectFile.d TargetMachine.d TargetMachineC.d Target.d.tmp TargetIntrinsicInfo.d.tmp TargetLoweringObjectFile.d.tmp TargetMachine.d.tmp TargetMachineC.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/groff && rm -f groff.1 a.out [Ee]rrs mklog core *.core .gdbinit groff groff.o pipeline.o pipeline.ln || true) --- cleandir-lib --- --- cleandir-libLLVMTextAPI --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMTextAPI --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/groff && rm -f groff.1 a.out [Ee]rrs mklog core *.core .gdbinit groff groff.o pipeline.o pipeline.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/groff && rm -f groff.html1 .depend groff.d pipeline.d groff.d.tmp pipeline.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/groff && rm -f groff.html1 .depend groff.d pipeline.d groff.d.tmp pipeline.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-grog --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI.a Architecture.o ArchitectureSet.o InterfaceFile.o PackedVersion.o Platform.o Symbol.o Target.o TextStub.o TextStubCommon.o Architecture.o.tmp ArchitectureSet.o.tmp InterfaceFile.o.tmp PackedVersion.o.tmp Platform.o.tmp Symbol.o.tmp Target.o.tmp TextStub.o.tmp TextStubCommon.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/grog --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI.a Architecture.o ArchitectureSet.o InterfaceFile.o PackedVersion.o Platform.o Symbol.o Target.o TextStub.o TextStubCommon.o Architecture.o.tmp ArchitectureSet.o.tmp InterfaceFile.o.tmp PackedVersion.o.tmp Platform.o.tmp Symbol.o.tmp Target.o.tmp TextStub.o.tmp TextStubCommon.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_p.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/grog/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/grog && rm -f grog grog.1 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_pic.a Architecture.pico ArchitectureSet.pico InterfaceFile.pico PackedVersion.pico Platform.pico Symbol.pico Target.pico TextStub.pico TextStubCommon.pico Architecture.pico.tmp ArchitectureSet.pico.tmp InterfaceFile.pico.tmp PackedVersion.pico.tmp Platform.pico.tmp Symbol.pico.tmp Target.pico.tmp TextStub.pico.tmp TextStubCommon.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/grog && rm -f grog grog.1 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI_pic.a Architecture.pico ArchitectureSet.pico InterfaceFile.pico PackedVersion.pico Platform.pico Symbol.pico Target.pico TextStub.pico TextStubCommon.pico Architecture.pico.tmp ArchitectureSet.pico.tmp InterfaceFile.pico.tmp PackedVersion.pico.tmp Platform.pico.tmp Symbol.pico.tmp Target.pico.tmp TextStub.pico.tmp TextStubCommon.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/grog && rm -f grog.html1 || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f llib-lLLVMTextAPI.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/grog && rm -f grog.html1 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f llib-lLLVMTextAPI.ln || true) --- cleandir-external --- --- cleandir-hpftodit --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/hpftodit --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f libLLVMTextAPI.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/hpftodit/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTextAPI && rm -f .depend Architecture.d ArchitectureSet.d InterfaceFile.d PackedVersion.d Platform.d Symbol.d Target.d TextStub.d TextStubCommon.d Architecture.d.tmp ArchitectureSet.d.tmp InterfaceFile.d.tmp PackedVersion.d.tmp Platform.d.tmp Symbol.d.tmp Target.d.tmp TextStub.d.tmp TextStubCommon.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTextAPI && rm -f .depend Architecture.d ArchitectureSet.d InterfaceFile.d PackedVersion.d Platform.d Symbol.d Target.d TextStub.d TextStubCommon.d Architecture.d.tmp ArchitectureSet.d.tmp InterfaceFile.d.tmp PackedVersion.d.tmp Platform.d.tmp Symbol.d.tmp Target.d.tmp TextStub.d.tmp TextStubCommon.d.tmp tags || true) --- cleandir-libLLVMTransformsAggressiveInstCombine --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/hpftodit && rm -f hpftodit.1 a.out [Ee]rrs mklog core *.core .gdbinit hpftodit hpftodit.o hpuni.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/hpftodit && rm -f hpftodit.1 a.out [Ee]rrs mklog core *.core .gdbinit hpftodit hpftodit.o hpuni.o || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/hpftodit && rm -f hpftodit.html1 .depend hpftodit.d hpuni.d hpftodit.d.tmp hpuni.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/hpftodit && rm -f hpftodit.html1 .depend hpftodit.d hpuni.d hpftodit.d.tmp hpuni.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine.a AggressiveInstCombine.o TruncInstCombine.o AggressiveInstCombine.o.tmp TruncInstCombine.o.tmp || true) --- cleandir-external --- --- cleandir-html --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine.a AggressiveInstCombine.o TruncInstCombine.o AggressiveInstCombine.o.tmp TruncInstCombine.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/html --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_p.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/html/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/html && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pre-grohtml pre-html.o pushback.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_pic.a AggressiveInstCombine.pico TruncInstCombine.pico AggressiveInstCombine.pico.tmp TruncInstCombine.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/html && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pre-grohtml pre-html.o pushback.o || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine_pic.a AggressiveInstCombine.pico TruncInstCombine.pico AggressiveInstCombine.pico.tmp TruncInstCombine.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/html && rm -f .depend pre-html.d pushback.d pre-html.d.tmp pushback.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f llib-lLLVMTransformsAggressiveInstCombine.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/html && rm -f .depend pre-html.d pushback.d pre-html.d.tmp pushback.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f llib-lLLVMTransformsAggressiveInstCombine.ln || true) --- cleandir-external --- --- cleandir-indxbib --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/indxbib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f libLLVMTransformsAggressiveInstCombine.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/indxbib/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f .depend AggressiveInstCombine.d TruncInstCombine.d AggressiveInstCombine.d.tmp TruncInstCombine.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsAggressiveInstCombine && rm -f .depend AggressiveInstCombine.d TruncInstCombine.d AggressiveInstCombine.d.tmp TruncInstCombine.d.tmp tags || true) --- cleandir-libLLVMTransformsCFGuard --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMTransformsCFGuard --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/indxbib && rm -f indxbib.1 a.out [Ee]rrs mklog core *.core .gdbinit indxbib indxbib.o signal.o signal.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/indxbib && rm -f indxbib.1 a.out [Ee]rrs mklog core *.core .gdbinit indxbib indxbib.o signal.o signal.ln || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/indxbib && rm -f indxbib.html1 .depend indxbib.d signal.d indxbib.d.tmp signal.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard.a CFGuard.o CFGuard.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard.a CFGuard.o CFGuard.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/indxbib && rm -f indxbib.html1 .depend indxbib.d signal.d indxbib.d.tmp signal.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-lkbib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_p.a || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/lkbib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_p.a || true) --- libclean3 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/lkbib/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_pic.a CFGuard.pico CFGuard.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard_pic.a CFGuard.pico CFGuard.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/lkbib && rm -f lkbib.1 a.out [Ee]rrs mklog core *.core .gdbinit lkbib lkbib.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f llib-lLLVMTransformsCFGuard.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/lkbib && rm -f lkbib.1 a.out [Ee]rrs mklog core *.core .gdbinit lkbib lkbib.o || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f llib-lLLVMTransformsCFGuard.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/lkbib && rm -f lkbib.html1 .depend lkbib.d lkbib.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/lkbib && rm -f lkbib.html1 .depend lkbib.d lkbib.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f libLLVMTransformsCFGuard.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-lookbib --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/lookbib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f .depend CFGuard.d CFGuard.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCFGuard && rm -f .depend CFGuard.d CFGuard.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/lookbib/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- cleandir-libLLVMTransformsCoroutines --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMTransformsCoroutines --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/lookbib && rm -f lookbib.1 a.out [Ee]rrs mklog core *.core .gdbinit lookbib lookbib.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines.a CoroCleanup.o CoroEarly.o CoroElide.o CoroFrame.o CoroSplit.o Coroutines.o CoroCleanup.o.tmp CoroEarly.o.tmp CoroElide.o.tmp CoroFrame.o.tmp CoroSplit.o.tmp Coroutines.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/lookbib && rm -f lookbib.1 a.out [Ee]rrs mklog core *.core .gdbinit lookbib lookbib.o || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines.a CoroCleanup.o CoroEarly.o CoroElide.o CoroFrame.o CoroSplit.o Coroutines.o CoroCleanup.o.tmp CoroEarly.o.tmp CoroElide.o.tmp CoroFrame.o.tmp CoroSplit.o.tmp Coroutines.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/lookbib && rm -f lookbib.html1 .depend lookbib.d lookbib.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/lookbib && rm -f lookbib.html1 .depend lookbib.d lookbib.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-nroff --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_g.a || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/nroff --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_g.a || true) --- libclean4 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/nroff/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_pic.a CoroCleanup.pico CoroEarly.pico CoroElide.pico CoroFrame.pico CoroSplit.pico Coroutines.pico CoroCleanup.pico.tmp CoroEarly.pico.tmp CoroElide.pico.tmp CoroFrame.pico.tmp CoroSplit.pico.tmp Coroutines.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines_pic.a CoroCleanup.pico CoroEarly.pico CoroElide.pico CoroFrame.pico CoroSplit.pico Coroutines.pico CoroCleanup.pico.tmp CoroEarly.pico.tmp CoroElide.pico.tmp CoroFrame.pico.tmp CoroSplit.pico.tmp Coroutines.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f llib-lLLVMTransformsCoroutines.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f llib-lLLVMTransformsCoroutines.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/nroff && rm -f nroff nroff.1 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/nroff && rm -f nroff nroff.1 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f libLLVMTransformsCoroutines.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/nroff && rm -f nroff.html1 || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f .depend CoroCleanup.d CoroEarly.d CoroElide.d CoroFrame.d CoroSplit.d Coroutines.d CoroCleanup.d.tmp CoroEarly.d.tmp CoroElide.d.tmp CoroFrame.d.tmp CoroSplit.d.tmp Coroutines.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/nroff && rm -f nroff.html1 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsCoroutines && rm -f .depend CoroCleanup.d CoroEarly.d CoroElide.d CoroFrame.d CoroSplit.d Coroutines.d CoroCleanup.d.tmp CoroEarly.d.tmp CoroElide.d.tmp CoroFrame.d.tmp CoroSplit.d.tmp Coroutines.d.tmp tags || true) --- cleandir-external --- --- cleandir-pfbtops --- --- cleandir-lib --- --- cleandir-libLLVMTransformsUtils --- --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/pfbtops --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMTransformsUtils --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/pfbtops/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils.a AddDiscriminators.o AMDGPUEmitPrintf.o ASanStackFrameLayout.o AssumeBundleBuilder.o AutoInitRemark.o BasicBlockUtils.o BreakCriticalEdges.o BuildLibCalls.o BypassSlowDivision.o CallGraphUpdater.o CallPromotionUtils.o CanonicalizeAliases.o CanonicalizeFreezeInLoops.o CloneFunction.o CloneModule.o CodeExtractor.o CodeMoverUtils.o CtorUtils.o Debugify.o DemoteRegToStack.o EntryExitInstrumenter.o EscapeEnumerator.o Evaluator.o FixIrreducible.o FlattenCFG.o FunctionComparator.o FunctionImportUtils.o GlobalStatus.o GuardUtils.o HelloWorld.o InjectTLIMappings.o InlineFunction.o InstructionNamer.o IntegerDivision.o LCSSA.o LibCallsShrinkWrap.o Local.o LoopPeel.o LoopRotationUtils.o LoopSimplify.o LoopUnrollAndJam.o LoopUnroll.o LoopUnrollRuntime.o LoopUtils.o LoopVersioning.o LowerInvoke.o LowerMemIntrinsics.o LowerSwitch.o MatrixUtils.o Mem2Reg.o MetaRenamer.o ModuleUtils.o NameAnonGlobals.o PredicateInfo.o PromoteMemoryToRegister.o RelLookupTableConverter.o SampleProfileLoaderBaseUtil.o SanitizerStats.o ScalarEvolutionExpander.o SCCPSolver.o SimplifyCFG.o SimplifyIndVar.o SimplifyLibCalls.o SizeOpts.o SplitModule.o SSAUpdaterBulk.o SSAUpdater.o StripGCRelocates.o StripNonLineTableDebugInfo.o SymbolRewriter.o UnifyFunctionExitNodes.o UnifyLoopExits.o Utils.o ValueMapper.o VNCoercion.o AddDiscriminators.o.tmp AMDGPUEmitPrintf.o.tmp ASanStackFrameLayout.o.tmp AssumeBundleBuilder.o.tmp AutoInitRemark.o.tmp BasicBlockUtils.o.tmp BreakCriticalEdges.o.tmp BuildLibCalls.o.tmp BypassSlowDivision.o.tmp CallGraphUpdater.o.tmp CallPromotionUtils.o.tmp CanonicalizeAliases.o.tmp CanonicalizeFreezeInLoops.o.tmp CloneFunction.o.tmp CloneModule.o.tmp CodeExtractor.o.tmp CodeMoverUtils.o.tmp CtorUtils.o.tmp Debugify.o.tmp DemoteRegToStack.o.tmp EntryExitInstrumenter.o.tmp EscapeEnumerator.o.tmp Evaluator.o.tmp FixIrreducible.o.tmp FlattenCFG.o.tmp FunctionComparator.o.tmp FunctionImportUtils.o.tmp GlobalStatus.o.tmp GuardUtils.o.tmp HelloWorld.o.tmp InjectTLIMappings.o.tmp InlineFunction.o.tmp InstructionNamer.o.tmp IntegerDivision.o.tmp LCSSA.o.tmp LibCallsShrinkWrap.o.tmp Local.o.tmp LoopPeel.o.tmp LoopRotationUtils.o.tmp LoopSimplify.o.tmp LoopUnrollAndJam.o.tmp LoopUnroll.o.tmp LoopUnrollRuntime.o.tmp LoopUtils.o.tmp LoopVersioning.o.tmp LowerInvoke.o.tmp LowerMemIntrinsics.o.tmp LowerSwitch.o.tmp MatrixUtils.o.tmp Mem2Reg.o.tmp MetaRenamer.o.tmp ModuleUtils.o.tmp NameAnonGlobals.o.tmp PredicateInfo.o.tmp PromoteMemoryToRegister.o.tmp RelLookupTableConverter.o.tmp SampleProfileLoaderBaseUtil.o.tmp SanitizerStats.o.tmp ScalarEvolutionExpander.o.tmp SCCPSolver.o.tmp SimplifyCFG.o.tmp SimplifyIndVar.o.tmp SimplifyLibCalls.o.tmp SizeOpts.o.tmp SplitModule.o.tmp SSAUpdaterBulk.o.tmp SSAUpdater.o.tmp StripGCRelocates.o.tmp StripNonLineTableDebugInfo.o.tmp SymbolRewriter.o.tmp UnifyFunctionExitNodes.o.tmp UnifyLoopExits.o.tmp Utils.o.tmp ValueMapper.o.tmp VNCoercion.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils.a AddDiscriminators.o AMDGPUEmitPrintf.o ASanStackFrameLayout.o AssumeBundleBuilder.o AutoInitRemark.o BasicBlockUtils.o BreakCriticalEdges.o BuildLibCalls.o BypassSlowDivision.o CallGraphUpdater.o CallPromotionUtils.o CanonicalizeAliases.o CanonicalizeFreezeInLoops.o CloneFunction.o CloneModule.o CodeExtractor.o CodeMoverUtils.o CtorUtils.o Debugify.o DemoteRegToStack.o EntryExitInstrumenter.o EscapeEnumerator.o Evaluator.o FixIrreducible.o FlattenCFG.o FunctionComparator.o FunctionImportUtils.o GlobalStatus.o GuardUtils.o HelloWorld.o InjectTLIMappings.o InlineFunction.o InstructionNamer.o IntegerDivision.o LCSSA.o LibCallsShrinkWrap.o Local.o LoopPeel.o LoopRotationUtils.o LoopSimplify.o LoopUnrollAndJam.o LoopUnroll.o LoopUnrollRuntime.o LoopUtils.o LoopVersioning.o LowerInvoke.o LowerMemIntrinsics.o LowerSwitch.o MatrixUtils.o Mem2Reg.o MetaRenamer.o ModuleUtils.o NameAnonGlobals.o PredicateInfo.o PromoteMemoryToRegister.o RelLookupTableConverter.o SampleProfileLoaderBaseUtil.o SanitizerStats.o ScalarEvolutionExpander.o SCCPSolver.o SimplifyCFG.o SimplifyIndVar.o SimplifyLibCalls.o SizeOpts.o SplitModule.o SSAUpdaterBulk.o SSAUpdater.o StripGCRelocates.o StripNonLineTableDebugInfo.o SymbolRewriter.o UnifyFunctionExitNodes.o UnifyLoopExits.o Utils.o ValueMapper.o VNCoercion.o AddDiscriminators.o.tmp AMDGPUEmitPrintf.o.tmp ASanStackFrameLayout.o.tmp AssumeBundleBuilder.o.tmp AutoInitRemark.o.tmp BasicBlockUtils.o.tmp BreakCriticalEdges.o.tmp BuildLibCalls.o.tmp BypassSlowDivision.o.tmp CallGraphUpdater.o.tmp CallPromotionUtils.o.tmp CanonicalizeAliases.o.tmp CanonicalizeFreezeInLoops.o.tmp CloneFunction.o.tmp CloneModule.o.tmp CodeExtractor.o.tmp CodeMoverUtils.o.tmp CtorUtils.o.tmp Debugify.o.tmp DemoteRegToStack.o.tmp EntryExitInstrumenter.o.tmp EscapeEnumerator.o.tmp Evaluator.o.tmp FixIrreducible.o.tmp FlattenCFG.o.tmp FunctionComparator.o.tmp FunctionImportUtils.o.tmp GlobalStatus.o.tmp GuardUtils.o.tmp HelloWorld.o.tmp InjectTLIMappings.o.tmp InlineFunction.o.tmp InstructionNamer.o.tmp IntegerDivision.o.tmp LCSSA.o.tmp LibCallsShrinkWrap.o.tmp Local.o.tmp LoopPeel.o.tmp LoopRotationUtils.o.tmp LoopSimplify.o.tmp LoopUnrollAndJam.o.tmp LoopUnroll.o.tmp LoopUnrollRuntime.o.tmp LoopUtils.o.tmp LoopVersioning.o.tmp LowerInvoke.o.tmp LowerMemIntrinsics.o.tmp LowerSwitch.o.tmp MatrixUtils.o.tmp Mem2Reg.o.tmp MetaRenamer.o.tmp ModuleUtils.o.tmp NameAnonGlobals.o.tmp PredicateInfo.o.tmp PromoteMemoryToRegister.o.tmp RelLookupTableConverter.o.tmp SampleProfileLoaderBaseUtil.o.tmp SanitizerStats.o.tmp ScalarEvolutionExpander.o.tmp SCCPSolver.o.tmp SimplifyCFG.o.tmp SimplifyIndVar.o.tmp SimplifyLibCalls.o.tmp SizeOpts.o.tmp SplitModule.o.tmp SSAUpdaterBulk.o.tmp SSAUpdater.o.tmp StripGCRelocates.o.tmp StripNonLineTableDebugInfo.o.tmp SymbolRewriter.o.tmp UnifyFunctionExitNodes.o.tmp UnifyLoopExits.o.tmp Utils.o.tmp ValueMapper.o.tmp VNCoercion.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/pfbtops && rm -f pfbtops.1 a.out [Ee]rrs mklog core *.core .gdbinit pfbtops pfbtops.o pfbtops.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/pfbtops && rm -f pfbtops.1 a.out [Ee]rrs mklog core *.core .gdbinit pfbtops pfbtops.o pfbtops.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/pfbtops && rm -f pfbtops.html1 .depend pfbtops.d pfbtops.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/pfbtops && rm -f pfbtops.html1 .depend pfbtops.d pfbtops.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_g.a || true) --- cleandir-external --- --- cleandir-pic --- cleandir ===> external/gpl2/groff/bin/pic --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_pic.a AddDiscriminators.pico AMDGPUEmitPrintf.pico ASanStackFrameLayout.pico AssumeBundleBuilder.pico AutoInitRemark.pico BasicBlockUtils.pico BreakCriticalEdges.pico BuildLibCalls.pico BypassSlowDivision.pico CallGraphUpdater.pico CallPromotionUtils.pico CanonicalizeAliases.pico CanonicalizeFreezeInLoops.pico CloneFunction.pico CloneModule.pico CodeExtractor.pico CodeMoverUtils.pico CtorUtils.pico Debugify.pico DemoteRegToStack.pico EntryExitInstrumenter.pico EscapeEnumerator.pico Evaluator.pico FixIrreducible.pico FlattenCFG.pico FunctionComparator.pico FunctionImportUtils.pico GlobalStatus.pico GuardUtils.pico HelloWorld.pico InjectTLIMappings.pico InlineFunction.pico InstructionNamer.pico IntegerDivision.pico LCSSA.pico LibCallsShrinkWrap.pico Local.pico LoopPeel.pico LoopRotationUtils.pico LoopSimplify.pico LoopUnrollAndJam.pico LoopUnroll.pico LoopUnrollRuntime.pico LoopUtils.pico LoopVersioning.pico LowerInvoke.pico LowerMemIntrinsics.pico LowerSwitch.pico MatrixUtils.pico Mem2Reg.pico MetaRenamer.pico ModuleUtils.pico NameAnonGlobals.pico PredicateInfo.pico PromoteMemoryToRegister.pico RelLookupTableConverter.pico SampleProfileLoaderBaseUtil.pico SanitizerStats.pico ScalarEvolutionExpander.pico SCCPSolver.pico SimplifyCFG.pico SimplifyIndVar.pico SimplifyLibCalls.pico SizeOpts.pico SplitModule.pico SSAUpdaterBulk.pico SSAUpdater.pico StripGCRelocates.pico StripNonLineTableDebugInfo.pico SymbolRewriter.pico UnifyFunctionExitNodes.pico UnifyLoopExits.pico Utils.pico ValueMapper.pico VNCoercion.pico AddDiscriminators.pico.tmp AMDGPUEmitPrintf.pico.tmp ASanStackFrameLayout.pico.tmp AssumeBundleBuilder.pico.tmp AutoInitRemark.pico.tmp BasicBlockUtils.pico.tmp BreakCriticalEdges.pico.tmp BuildLibCalls.pico.tmp BypassSlowDivision.pico.tmp CallGraphUpdater.pico.tmp CallPromotionUtils.pico.tmp CanonicalizeAliases.pico.tmp CanonicalizeFreezeInLoops.pico.tmp CloneFunction.pico.tmp CloneModule.pico.tmp CodeExtractor.pico.tmp CodeMoverUtils.pico.tmp CtorUtils.pico.tmp Debugify.pico.tmp DemoteRegToStack.pico.tmp EntryExitInstrumenter.pico.tmp EscapeEnumerator.pico.tmp Evaluator.pico.tmp FixIrreducible.pico.tmp FlattenCFG.pico.tmp FunctionComparator.pico.tmp FunctionImportUtils.pico.tmp GlobalStatus.pico.tmp GuardUtils.pico.tmp HelloWorld.pico.tmp InjectTLIMappings.pico.tmp InlineFunction.pico.tmp InstructionNamer.pico.tmp IntegerDivision.pico.tmp LCSSA.pico.tmp LibCallsShrinkWrap.pico.tmp Local.pico.tmp LoopPeel.pico.tmp LoopRotationUtils.pico.tmp LoopSimplify.pico.tmp LoopUnrollAndJam.pico.tmp LoopUnroll.pico.tmp LoopUnrollRuntime.pico.tmp LoopUtils.pico.tmp LoopVersioning.pico.tmp LowerInvoke.pico.tmp LowerMemIntrinsics.pico.tmp LowerSwitch.pico.tmp MatrixUtils.pico.tmp Mem2Reg.pico.tmp MetaRenamer.pico.tmp ModuleUtils.pico.tmp NameAnonGlobals.pico.tmp PredicateInfo.pico.tmp PromoteMemoryToRegister.pico.tmp RelLookupTableConverter.pico.tmp SampleProfileLoaderBaseUtil.pico.tmp SanitizerStats.pico.tmp ScalarEvolutionExpander.pico.tmp SCCPSolver.pico.tmp SimplifyCFG.pico.tmp SimplifyIndVar.pico.tmp SimplifyLibCalls.pico.tmp SizeOpts.pico.tmp SplitModule.pico.tmp SSAUpdaterBulk.pico.tmp SSAUpdater.pico.tmp StripGCRelocates.pico.tmp StripNonLineTableDebugInfo.pico.tmp SymbolRewriter.pico.tmp UnifyFunctionExitNodes.pico.tmp UnifyLoopExits.pico.tmp Utils.pico.tmp ValueMapper.pico.tmp VNCoercion.pico.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils_pic.a AddDiscriminators.pico AMDGPUEmitPrintf.pico ASanStackFrameLayout.pico AssumeBundleBuilder.pico AutoInitRemark.pico BasicBlockUtils.pico BreakCriticalEdges.pico BuildLibCalls.pico BypassSlowDivision.pico CallGraphUpdater.pico CallPromotionUtils.pico CanonicalizeAliases.pico CanonicalizeFreezeInLoops.pico CloneFunction.pico CloneModule.pico CodeExtractor.pico CodeMoverUtils.pico CtorUtils.pico Debugify.pico DemoteRegToStack.pico EntryExitInstrumenter.pico EscapeEnumerator.pico Evaluator.pico FixIrreducible.pico FlattenCFG.pico FunctionComparator.pico FunctionImportUtils.pico GlobalStatus.pico GuardUtils.pico HelloWorld.pico InjectTLIMappings.pico InlineFunction.pico InstructionNamer.pico IntegerDivision.pico LCSSA.pico LibCallsShrinkWrap.pico Local.pico LoopPeel.pico LoopRotationUtils.pico LoopSimplify.pico LoopUnrollAndJam.pico LoopUnroll.pico LoopUnrollRuntime.pico LoopUtils.pico LoopVersioning.pico LowerInvoke.pico LowerMemIntrinsics.pico LowerSwitch.pico MatrixUtils.pico Mem2Reg.pico MetaRenamer.pico ModuleUtils.pico NameAnonGlobals.pico PredicateInfo.pico PromoteMemoryToRegister.pico RelLookupTableConverter.pico SampleProfileLoaderBaseUtil.pico SanitizerStats.pico ScalarEvolutionExpander.pico SCCPSolver.pico SimplifyCFG.pico SimplifyIndVar.pico SimplifyLibCalls.pico SizeOpts.pico SplitModule.pico SSAUpdaterBulk.pico SSAUpdater.pico StripGCRelocates.pico StripNonLineTableDebugInfo.pico SymbolRewriter.pico UnifyFunctionExitNodes.pico UnifyLoopExits.pico Utils.pico ValueMapper.pico VNCoercion.pico AddDiscriminators.pico.tmp AMDGPUEmitPrintf.pico.tmp ASanStackFrameLayout.pico.tmp AssumeBundleBuilder.pico.tmp AutoInitRemark.pico.tmp BasicBlockUtils.pico.tmp BreakCriticalEdges.pico.tmp BuildLibCalls.pico.tmp BypassSlowDivision.pico.tmp CallGraphUpdater.pico.tmp CallPromotionUtils.pico.tmp CanonicalizeAliases.pico.tmp CanonicalizeFreezeInLoops.pico.tmp CloneFunction.pico.tmp CloneModule.p--- cleandir-external --- nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/pic/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- ico.tmp CodeExtractor.pico.tmp CodeMoverUtils.pico.tmp CtorUtils.pico.tmp Debugify.pico.tmp DemoteRegToStack.pico.tmp EntryExitInstrumenter.pico.tmp EscapeEnumerator.pico.tmp Evaluator.pico.tmp FixIrreducible.pico.tmp FlattenCFG.pico.tmp FunctionComparator.pico.tmp FunctionImportUtils.pico.tmp GlobalStatus.pico.tmp GuardUtils.pico.tmp HelloWorld.pico.tmp InjectTLIMappings.pico.tmp InlineFunction.pico.tmp InstructionNamer.pico.tmp IntegerDivision.pico.tmp LCSSA.pico.tmp LibCallsShrinkWrap.pico.tmp Local.pico.tmp LoopPeel.pico.tmp LoopRotationUtils.pico.tmp LoopSimplify.pico.tmp LoopUnrollAndJam.pico.tmp LoopUnroll.pico.tmp LoopUnrollRuntime.pico.tmp LoopUtils.pico.tmp LoopVersioning.pico.tmp LowerInvoke.pico.tmp LowerMemIntrinsics.pico.tmp LowerSwitch.pico.tmp MatrixUtils.pico.tmp Mem2Reg.pico.tmp MetaRenamer.pico.tmp ModuleUtils.pico.tmp NameAnonGlobals.pico.tmp PredicateInfo.pico.tmp PromoteMemoryToRegister.pico.tmp RelLookupTableConverter.pico.tmp SampleProfileLoaderBaseUtil.pico.tmp SanitizerStats.pico.tmp ScalarEvolutionExpander.pico.tmp SCCPSolver.pico.tmp SimplifyCFG.pico.tmp SimplifyIndVar.pico.tmp SimplifyLibCalls.pico.tmp SizeOpts.pico.tmp SplitModule.pico.tmp SSAUpdaterBulk.pico.tmp SSAUpdater.pico.tmp StripGCRelocates.pico.tmp StripNonLineTableDebugInfo.pico.tmp SymbolRewriter.pico.tmp UnifyFunctionExitNodes.pico.tmp UnifyLoopExits.pico.tmp Utils.pico.tmp ValueMapper.pico.tmp VNCoercion.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f llib-lLLVMTransformsUtils.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f llib-lLLVMTransformsUtils.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/pic && rm -f pic.cpp pic_tab.h pic.1 a.out [Ee]rrs mklog core *.core .gdbinit pic lex.o main.o object.o pic.o common.o troff.o tex.o || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/pic && rm -f pic.cpp pic_tab.h pic.1 a.out [Ee]rrs mklog core *.core .gdbinit pic lex.o main.o object.o pic.o common.o troff.o tex.o || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f libLLVMTransformsUtils.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/pic && rm -f pic.html1 .depend common.d lex.d main.d object.d pic.d tex.d troff.d common.d.tmp lex.d.tmp main.d.tmp object.d.tmp pic.d.tmp tex.d.tmp troff.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/pic && rm -f pic.html1 .depend common.d lex.d main.d object.d pic.d tex.d troff.d common.d.tmp lex.d.tmp main.d.tmp object.d.tmp pic.d.tmp tex.d.tmp troff.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f .depend AMDGPUEmitPrintf.d ASanStackFrameLayout.d AddDiscriminators.d AssumeBundleBuilder.d AutoInitRemark.d BasicBlockUtils.d BreakCriticalEdges.d BuildLibCalls.d BypassSlowDivision.d CallGraphUpdater.d CallPromotionUtils.d CanonicalizeAliases.d CanonicalizeFreezeInLoops.d CloneFunction.d CloneModule.d CodeExtractor.d CodeMoverUtils.d CtorUtils.d Debugify.d DemoteRegToStack.d EntryExitInstrumenter.d EscapeEnumerator.d Evaluator.d FixIrreducible.d FlattenCFG.d FunctionComparator.d FunctionImportUtils.d GlobalStatus.d GuardUtils.d HelloWorld.d InjectTLIMappings.d InlineFunction.d InstructionNamer.d IntegerDivision.d LCSSA.d LibCallsShrinkWrap.d Local.d LoopPeel.d LoopRotationUtils.d LoopSimplify.d LoopUnroll.d LoopUnrollAndJam.d LoopUnrollRuntime.d LoopUtils.d LoopVersioning.d LowerInvoke.d LowerMemIntrinsics.d LowerSwitch.d MatrixUtils.d Mem2Reg.d MetaRenamer.d ModuleUtils.d NameAnonGlobals.d PredicateInfo.d PromoteMemoryToRegister.d RelLookupTableConverter.d SCCPSolver.d SSAUpdater.d SSAUpdaterBulk.d SampleProfileLoaderBaseUtil.d SanitizerStats.d ScalarEvolutionExpander.d SimplifyCFG.d SimplifyIndVar.d SimplifyLibCalls.d SizeOpts.d SplitModule.d StripGCRelocates.d StripNonLineTableDebugInfo.d SymbolRewriter.d UnifyFunctionExitNodes.d UnifyLoopExits.d Utils.d VNCoercion.d ValueMapper.d AMDGPUEmitPrintf.d.tmp ASanStackFrameLayout.d.tmp AddDiscriminators.d.tmp AssumeBundleBuilder.d.tmp AutoInitRemark.d.tmp BasicBlockUtils.d.tmp BreakCriticalEdges.d.tmp BuildLibCalls.d.tmp BypassSlowDivision.d.tmp CallGraphUpdater.d.tmp CallPromotionUtils.d.tmp CanonicalizeAliases.d.tmp CanonicalizeFreezeInLoops.d.tmp CloneFunction.d.tmp CloneModule.d.tmp CodeExtractor.d.tmp CodeMoverUtils.d.tmp CtorUtils.d.tmp Debugify.d.tmp DemoteRegToStack.d.tmp EntryExitInstrumenter.d.tmp EscapeEnumerator.d.tmp Evaluator.d.tmp FixIrreducible.d.tmp FlattenCFG.d.tmp FunctionComparator.d.tmp FunctionImportUtils.d.tmp GlobalStatus.d.tmp GuardUtils.d.tmp HelloWorld.d.tmp InjectTLIMappings.d.tmp InlineFunction.d.tmp InstructionNamer.d.tmp IntegerDivision.d.tmp LCSSA.d.tmp LibCallsShrinkWrap.d.tmp Local.d.tmp LoopPeel.d.tmp LoopRotationUtils.d.tmp LoopSimplify.d.tmp LoopUnroll.d.tmp LoopUnrollAndJam.d.tmp LoopUnrollRuntime.d.tmp LoopUtils.d.tmp LoopVersioning.d.tmp LowerInvoke.d.tmp LowerMemIntrinsics.d.tmp LowerSwitch.d.tmp MatrixUtils.d.tmp Mem2Reg.d.tmp MetaRenamer.d.tmp ModuleUtils.d.tmp NameAnonGlobals.d.tmp PredicateInfo.d.tmp PromoteMemoryToRegister.d.tmp RelLookupTableConverter.d.tmp SCCPSolver.d.tmp SSAUpdater.d.tmp SSAUpdaterBulk.d.tmp SampleProfileLoaderBaseUtil.d.tmp SanitizerStats.d.tmp ScalarEvolutionExpander.d.tmp SimplifyCFG.d.tmp SimplifyIndVar.d.tmp SimplifyLibCalls.d.tmp SizeOpts.d.tmp SplitModule.d.tmp StripGCRelocates.d.tmp StripNonLineTableDebugInfo.d.tmp SymbolRewriter.d.tmp UnifyFunctionExitNodes.d.tmp UnifyLoopExits.d.tmp Utils.d.tmp VNCoercion.d.tmp ValueMapper.d.tmp tags || true) --- cleandir-external --- --- cleandir-refer --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMTransformsUtils && rm -f .depend AMDGPUEmitPrintf.d ASanStackFrameLayout.d AddDiscriminators.d AssumeBundleBuilder.d AutoInitRemark.d BasicBlockUtils.d BreakCriticalEdges.d BuildLibCalls.d BypassSlowDivision.d CallGraphUpdater.d CallPromotionUtils.d CanonicalizeAliases.d CanonicalizeFreezeInLoops.d CloneFunction.d CloneModule.d CodeExtractor.d CodeMoverUtils.d CtorUtils.d Debugify.d DemoteRegToStack.d EntryExitInstrumenter.d EscapeEnumerator.d Evaluator.d FixIrreducible.d FlattenCFG.d FunctionComparator.d FunctionImportUtils.d GlobalStatus.d GuardUtils.d HelloWorld.d InjectTLIMappings.d InlineFunction.d InstructionNamer.d IntegerDivision.d LCSSA.d LibCallsShrinkWrap.d Local.d LoopPeel.d LoopRotationUtils.d LoopSimplify.d LoopUnroll.d LoopUnrollAndJam.d LoopUnrollRuntime.d LoopUtils.d LoopVersioning.d LowerInvoke.d LowerMemIntrinsics.d LowerSwitch.d MatrixUtils.d Mem2Reg.d MetaRenamer.d ModuleUtils.d NameAnonGlobals.d PredicateInfo.d PromoteMemoryToRegister.d RelLookupTableConverter.d SCCPSolver.d SSAUpdater.d SSAUpdaterBulk.d SampleProfileLoaderBaseUtil.d SanitizerStats.d ScalarEvolutionExpander.d SimplifyCFG.d SimplifyIndVar.d SimplifyLibCalls.d SizeOpts.d SplitModule.d StripGCRelocates.d StripNonLineTableDebugInfo.d SymbolRewriter.d UnifyFunctionExitNodes.d UnifyLoopExits.d Utils.d VNCoercion.d ValueMapper.d AMDGPUEmitPrintf.d.tmp ASanStackFrameLayout.d.tmp AddDiscriminators.d.tmp AssumeBundleBuilder.d.tmp AutoInitRemark.d.tmp BasicBlockUtils.d.tmp BreakCriticalEdges.d.tmp BuildLibCalls.d.tmp BypassSlowDivision.d.tmp CallGraphUpdater.d.tmp CallPromotionUtils.d.tmp CanonicalizeAliases.d.tmp CanonicalizeFreezeInLoops.d.tmp CloneFunction.d.tmp CloneModule.d.tmp CodeExtractor.d.tmp CodeMoverUtils.d.tmp CtorUtils.d.tmp Debugify.d.tmp DemoteRegToStack.d.tmp EntryExitInstrumenter.d.tmp EscapeEnumerator.d.tmp Evaluator.d.tmp FixIrreducible.d.tmp FlattenCFG.d.tmp FunctionComparator.d.tmp FunctionImportUtils.d.tmp GlobalStatus.d.tmp GuardUtils.d.tmp HelloWorld.d.tmp InjectTLIMappings.d.tmp InlineFunction.d.tmp InstructionNamer.d.tmp IntegerDivision.d.tmp LCSSA.d.tmp LibCallsShrinkWrap.d.tmp Local.d.tmp LoopPeel.d.tmp LoopRotationUtils.d.tmp LoopSimplify.d.tmp LoopUnroll.d.tmp LoopUnrollAndJam.d.tmp LoopUnrollRuntime.d.tmp LoopUtils.d.tmp LoopVersioning.d.tmp LowerInvoke.d.tmp LowerMemIntrinsics.d.tmp LowerSwitch.d.tmp MatrixUtils.d.tmp Mem2Reg.d.tmp MetaRenamer.d.tmp ModuleUtils.d.tmp NameAnonGlobals.d.tmp PredicateInfo.d.tmp PromoteMemoryToRegister.d.tmp RelLookupTableConverter.d.tmp SCCPSolver.d.tmp SSAUpdater.d.tmp SSAUpdaterBulk.d.tmp SampleProfileLoaderBaseUtil.d.tmp SanitizerStats.d.tmp ScalarEvolutionExpander.d.tmp SimplifyCFG.d.tmp SimplifyIndVar.d.tmp SimplifyLibCalls.d.tmp SizeOpts.d.tmp SplitModule.d.tmp StripGCRelocates.d.tmp StripNonLineTableDebugInfo.d.tmp SymbolRewriter.d.tmp UnifyFunctionExitNodes.d.tmp UnifyLoopExits.d.tmp Utils.d.tmp VNCoercion.d.tmp ValueMapper.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/refer --- cleandir-lib --- --- cleandir-libLLVMVectorize --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMVectorize --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/refer/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/refer && rm -f label.cpp label_tab.h refer.1 a.out [Ee]rrs mklog core *.core .gdbinit refer label.o command.o ref.o refer.o token.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize.a LoadStoreVectorizer.o LoopVectorizationLegality.o LoopVectorize.o SLPVectorizer.o VectorCombine.o Vectorize.o VPlan.o VPlanHCFGBuilder.o VPlanPredicator.o VPlanSLP.o VPlanTransforms.o VPlanVerifier.o LoadStoreVectorizer.o.tmp LoopVectorizationLegality.o.tmp LoopVectorize.o.tmp SLPVectorizer.o.tmp VectorCombine.o.tmp Vectorize.o.tmp VPlan.o.tmp VPlanHCFGBuilder.o.tmp VPlanPredicator.o.tmp VPlanSLP.o.tmp VPlanTransforms.o.tmp VPlanVerifier.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/refer && rm -f label.cpp label_tab.h refer.1 a.out [Ee]rrs mklog core *.core .gdbinit refer label.o command.o ref.o refer.o token.o || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize.a LoadStoreVectorizer.o LoopVectorizationLegality.o LoopVectorize.o SLPVectorizer.o VectorCombine.o Vectorize.o VPlan.o VPlanHCFGBuilder.o VPlanPredicator.o VPlanSLP.o VPlanTransforms.o VPlanVerifier.o LoadStoreVectorizer.o.tmp LoopVectorizationLegality.o.tmp LoopVectorize.o.tmp SLPVectorizer.o.tmp VectorCombine.o.tmp Vectorize.o.tmp VPlan.o.tmp VPlanHCFGBuilder.o.tmp VPlanPredicator.o.tmp VPlanSLP.o.tmp VPlanTransforms.o.tmp VPlanVerifier.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/refer && rm -f refer.html1 .depend command.d label.d ref.d refer.d token.d command.d.tmp label.d.tmp ref.d.tmp refer.d.tmp token.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/refer && rm -f refer.html1 .depend command.d label.d ref.d refer.d token.d command.d.tmp label.d.tmp ref.d.tmp refer.d.tmp token.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-soelim --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_g.a || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/soelim --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_g.a || true) --- libclean4 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/soelim/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_pic.a LoadStoreVectorizer.pico LoopVectorizationLegality.pico LoopVectorize.pico SLPVectorizer.pico VectorCombine.pico Vectorize.pico VPlan.pico VPlanHCFGBuilder.pico VPlanPredicator.pico VPlanSLP.pico VPlanTransforms.pico VPlanVerifier.pico LoadStoreVectorizer.pico.tmp LoopVectorizationLegality.pico.tmp LoopVectorize.pico.tmp SLPVectorizer.pico.tmp VectorCombine.pico.tmp Vectorize.pico.tmp VPlan.pico.tmp VPlanHCFGBuilder.pico.tmp VPlanPredicator.pico.tmp VPlanSLP.pico.tmp VPlanTransforms.pico.tmp VPlanVerifier.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize_pic.a LoadStoreVectorizer.pico LoopVectorizationLegality.pico LoopVectorize.pico SLPVectorizer.pico VectorCombine.pico Vectorize.pico VPlan.pico VPlanHCFGBuilder.pico VPlanPredicator.pico VPlanSLP.pico VPlanTransforms.pico VPlanVerifier.pico LoadStoreVectorizer.pico.tmp LoopVectorizationLegality.pico.tmp LoopVectorize.pico.tmp SLPVectorizer.pico.tmp VectorCombine.pico.tmp Vectorize.pico.tmp VPlan.pico.tmp VPlanHCFGBuilder.pico.tmp VPlanPredicator.pico.tmp VPlanSLP.pico.tmp VPlanTransforms.pico.tmp VPlanVerifier.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f llib-lLLVMVectorize.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/soelim && rm -f soelim.1 a.out [Ee]rrs mklog core *.core .gdbinit soelim soelim.o || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f llib-lLLVMVectorize.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/soelim && rm -f soelim.1 a.out [Ee]rrs mklog core *.core .gdbinit soelim soelim.o || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/soelim && rm -f soelim.html1 .depend soelim.d soelim.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f libLLVMVectorize.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/soelim && rm -f soelim.html1 .depend soelim.d soelim.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-tbl --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMVectorize && rm -f .depend LoadStoreVectorizer.d LoopVectorizationLegality.d LoopVectorize.d SLPVectorizer.d VPlan.d VPlanHCFGBuilder.d VPlanPredicator.d VPlanSLP.d VPlanTransforms.d VPlanVerifier.d VectorCombine.d Vectorize.d LoadStoreVectorizer.d.tmp LoopVectorizationLegality.d.tmp LoopVectorize.d.tmp SLPVectorizer.d.tmp VPlan.d.tmp VPlanHCFGBuilder.d.tmp VPlanPredicator.d.tmp VPlanSLP.d.tmp VPlanTransforms.d.tmp VPlanVerifier.d.tmp VectorCombine.d.tmp Vectorize.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/tbl --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMVectorize && rm -f .depend LoadStoreVectorizer.d LoopVectorizationLegality.d LoopVectorize.d SLPVectorizer.d VPlan.d VPlanHCFGBuilder.d VPlanPredicator.d VPlanSLP.d VPlanTransforms.d VPlanVerifier.d VectorCombine.d Vectorize.d LoadStoreVectorizer.d.tmp LoopVectorizationLegality.d.tmp LoopVectorize.d.tmp SLPVectorizer.d.tmp VPlan.d.tmp VPlanHCFGBuilder.d.tmp VPlanPredicator.d.tmp VPlanSLP.d.tmp VPlanTransforms.d.tmp VPlanVerifier.d.tmp VectorCombine.d.tmp Vectorize.d.tmp tags || true) --- cleandir-libLLVMAMDGPUCodeGen --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMAMDGPUCodeGen --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/tbl/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/tbl && rm -f tbl.1 a.out [Ee]rrs mklog core *.core .gdbinit tbl main.o table.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/tbl && rm -f tbl.1 a.out [Ee]rrs mklog core *.core .gdbinit tbl main.o table.o || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen.a AMDGPUAliasAnalysis.o AMDGPUAlwaysInlinePass.o AMDGPUAnnotateKernelFeatures.o AMDGPUAnnotateUniformValues.o AMDGPUArgumentUsageInfo.o AMDGPUAsmPrinter.o AMDGPUAtomicOptimizer.o AMDGPUCallLowering.o AMDGPUCodeGenPrepare.o AMDGPUExportClustering.o AMDGPUFixFunctionBitcasts.o AMDGPUFrameLowering.o AMDGPUGlobalISelUtils.o AMDGPUHSAMetadataStreamer.o AMDGPUInstCombineIntrinsic.o AMDGPUInstrInfo.o AMDGPUInstructionSelector.o AMDGPUISelDAGToDAG.o AMDGPUISelLowering.o AMDGPULateCodeGenPrepare.o AMDGPULegalizerInfo.o AMDGPULibCalls.o AMDGPULibFunc.o AMDGPULowerIntrinsics.o AMDGPULowerKernelArguments.o AMDGPULowerKernelAttributes.o AMDGPULowerModuleLDSPass.o AMDGPUMachineCFGStructurizer.o AMDGPUMachineFunction.o AMDGPUMachineModuleInfo.o AMDGPUMacroFusion.o AMDGPUMCInstLower.o AMDGPUMIRFormatter.o AMDGPUOpenCLEnqueuedBlockLowering.o AMDGPUPerfHintAnalysis.o AMDGPUPostLegalizerCombiner.o AMDGPUPreLegalizerCombiner.o AMDGPUPrintfRuntimeBinding.o AMDGPUPromoteAlloca.o AMDGPUPropagateAttributes.o AMDGPURegBankCombiner.o AMDGPURegisterBankInfo.o AMDGPURewriteOutArguments.o AMDGPUSubtarget.o AMDGPUTargetMachine.o AMDGPUTargetObjectFile.o AMDGPUTargetTransformInfo.o AMDGPUUnifyDivergentExitNodes.o AMDGPUUnifyMetadata.o AMDILCFGStructurizer.o GCNDPPCombine.o GCNHazardRecognizer.o GCNILPSched.o GCNIterativeScheduler.o GCNMinRegStrategy.o GCNNSAReassign.o GCNRegPressure.o GCNSchedStrategy.o R600AsmPrinter.o R600ClauseMergePass.o R600ControlFlowFinalizer.o R600EmitClauseMarkers.o R600ExpandSpecialInstrs.o R600FrameLowering.o R600InstrInfo.o R600ISelLowering.o R600MachineFunctionInfo.o R600MachineScheduler.o R600OpenCLImageTypeLoweringPass.o R600OptimizeVectorRegisters.o R600Packetizer.o R600RegisterInfo.o SIAnnotateControlFlow.o SIFixSGPRCopies.o SIFixVGPRCopies.o SIFoldOperands.o SIFormMemoryClauses.o SIFrameLowering.o SIInsertHardClauses.o SIInsertWaitcnts.o SIInstrInfo.o SIISelLowering.o SILateBranchLowering.o SILoadStoreOptimizer.o SILowerControlFlow.o SILowerI1Copies.o SILowerSGPRSpills.o SIMachineFunctionInfo.o SIMachineScheduler.o SIMemoryLegalizer.o SIModeRegister.o SIOptimizeExecMasking.o SIOptimizeExecMaskingPreRA.o SIPeepholeSDWA.o SIPostRABundler.o SIPreAllocateWWMRegs.o SIPreEmitPeephole.o SIProgramInfo.o SIRegisterInfo.o SIShrinkInstructions.o SIWholeQuadMode.o AMDGPUAliasAnalysis.o.tmp AMDGPUAlwaysInlinePass.o.tmp AMDGPUAnnotateKernelFeatures.o.tmp AMDGPUAnnotateUniformValues.o.tmp AMDGPUArgumentUsageInfo.o.tmp AMDGPUAsmPrinter.o.tmp AMDGPUAtomicOptimizer.o.tmp AMDGPUCallLowering.o.tmp AMDGPUCodeGenPrepare.o.tmp AMDGPUExportClustering.o.tmp AMDGPUFixFunctionBitcasts.o.tmp AMDGPUFrameLowering.o.tmp AMDGPUGlobalISelUtils.o.tmp AMDGPUHSAMetadataStreamer.o.tmp AMDGPUInstCombineIntrinsic.o.tmp AMDGPUInstrInfo.o.tmp AMDGPUInstructionSelector.o.tmp AMDGPUISelDAGToDAG.o.tmp AMDGPUISelLowering.o.tmp AMDGPULateCodeGenPrepare.o.tmp AMDGPULegalizerInfo.o.tmp AMDGPULibCalls.o.tmp AMDGPULibFunc.o.tmp AMDGPULowerIntrinsics.o.tmp AMDGPULowerKernelArguments.o.tmp AMDGPULowerKernelAttributes.o.tmp AMDGPULowerModuleLDSPass.o.tmp AMDGPUMachineCFGStructurizer.o.tmp AMDGPUMachineFunction.o.tmp AMDGPUMachineModuleInfo.o.tmp AMDGPUMacroFusion.o.tmp AMDGPUMCInstLower.o.tmp AMDGPUMIRFormatter.o.tmp AMDGPUOpenCLEnqueuedBlockLowering.o.tmp AMDGPUPerfHintAnalysis.o.tmp AMDGPUPostLegalizerCombiner.o.tmp AMDGPUPreLegalizerCombiner.o.tmp AMDGPUPrintfRuntimeBinding.o.tmp AMDGPUPromoteAlloca.o.tmp AMDGPUPropagateAttributes.o.tmp AMDGPURegBankCombiner.o.tmp AMDGPURegisterBankInfo.o.tmp AMDGPURewriteOutArguments.o.tmp AMDGPUSubtarget.o.tmp AMDGPUTargetMachine.o.tmp AMDGPUTargetObjectFile.o.tmp AMDGPUTargetTransformInfo.o.tmp AMDGPUUnifyDivergentExitNodes.o.tmp AMDGPUUnifyMetadata.o.tmp AMDILCFGStructurizer.o.tmp GCNDPPCombine.o.tmp GCNHazardRecognizer.o.tmp GCNILPSched.o.tmp GCNIterativeScheduler.o.tmp GCNMinRegStrategy.o.tmp GCNNSAReassign.o.tmp GCNRegPressure.o.tmp GCNSchedStrategy.o.tmp R600AsmPrinter.o.tmp R600ClauseMergePass.o.tmp R600ControlFlowFinalizer.o.tmp R600EmitClauseMarkers.o.tmp R600ExpandSpecialInstrs.o.tmp R600FrameLowering.o.tmp R600InstrInfo.o.tmp R600ISelLowering.o.tmp R600MachineFunctionInfo.o.tmp R600MachineScheduler.o.tmp R600OpenCLImageTypeLoweringPass.o.tmp R600OptimizeVectorRegisters.o.tmp R600Packetizer.o.tmp R600RegisterInfo.o.tmp SIAnnotateControlFlow.o.tmp SIFixSGPRCopies.o.tmp SIFixVGPRCopies.o.tmp SIFoldOperands.o.tmp SIFormMemoryClauses.o.tmp SIFrameLowering.o.tmp SIInsertHardClauses.o.tmp SIInsertWaitcnts.o.tmp SIInstrInfo.o.tmp SIISelLowering.o.tmp SILateBranchLowering.o.tmp SILoadStoreOptimizer.o.tmp SILowerControlFlow.o.tmp SILowerI1Copies.o.tmp SILowerSGPRSpills.o.tmp SIMachineFunctionInfo.o.tmp SIMachineScheduler.o.tmp SIMemoryLegalizer.o.tmp SIModeRegister.o.tmp SIOptimizeExecMasking.o.tmp SIOptimizeExecMaskingPreRA.o.tmp SIPeepholeSDWA.o.tmp SIPostRABundler.o.tmp SIPreAllocateWWMRegs.o.tmp SIPreEmitPeephole.o.tmp SIProgramInfo.o.tmp SIRegisterInfo.o.tmp SIShrinkInstructions.o.tmp SIWholeQuadMode.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/tbl && rm -f tbl.html1 .depend main.d table.d main.d.tmp table.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen.a AMDGPUAliasAnalysis.o AMDGPUAlwaysInlinePass.o AMDGPUAnnotateKernelFeatures.o AMDGPUAnnotateUniformValues.o AMDGPUArgumentUsageInfo.o AMDGPUAsmPrinter.o AMDGPUAtomicOptimizer.o AMDGPUCallLowering.o AMDGPUCodeGenPrepare.o AMDGPUExportClustering.o AMDGPUFixFunctionBitcasts.o AMDGPUFrameLowering.o AMDGPUGlobalISelUtils.o AMDGPUHSAMetadataStreamer.o AMDGPUInstCombineIntrinsic.o AMDGPUInstrInfo.o AMDGPUInstructionSelector.o AMDGPUISelDAGToDAG.o AMDGPUISelLowering.o AMDGPULateCodeGenPrepare.o AMDGPULegalizerInfo.o AMDGPULibCalls.o AMDGPULibFunc.o AMDGPULowerIntrinsics.o AMDGPULowerKernelArguments.o AMDGPULowerKernelAttributes.o AMDGPULowerModuleLDSPass.o AMDGPUMachineCFGStructurizer.o AMDGPUMachineFunction.o AMDGPUMachineModuleInfo.o AMDGPUMacroFusion.o AMDGPUMCInstLower.o AMDGPUMIRFormatter.o AMDGPUOpenCLEnqueuedBlockLowering.o AMDGPUPerfHintAnalysis.o AMDGPUPostLegalizerCombiner.o AMDGPUPreLegalizerCombiner.o AMDGPUPrintfRuntimeBinding.o AMDGPUPromoteAlloca.o AMDGPUPropagateAttributes.o AMDGPURegBankCombiner.o AMDGPURegisterBankInfo.o AMDGPURewriteOutArguments.o AMDGPUSubtarget.o AMDGPUTargetMachine.o AMDGPUTargetObjectFile.o AMDGPUTargetTransformInfo.o AMDGPUUnifyDivergentExitNodes.o AMDGPUUnifyMetadata.o AMDILCFGStructurizer.o GCNDPPCombine.o GCNHazardRecognizer.o GCNILPSched.o GCNIterativeScheduler.o GCNMinRegStrategy.o GCNNSAReassign.o GCNRegPressure.o GCNSchedStrategy.o R600AsmPrinter.o R600ClauseMergePass.o R600ControlFlowFinalizer.o R600EmitClauseMarkers.o R600ExpandSpecialInstrs.o R600FrameLowering.o R600InstrInfo.o R600ISelLowering.o R600MachineFunctionInfo.o R600MachineScheduler.o R600OpenCLImageTypeLoweringPass.o R600OptimizeVectorRegisters.o R600Packetizer.o R600RegisterInfo.o SIAnnotateControlFlow.o SIFixSGPRCopies.o SIFixVGPRCopies.o SIFoldOperands.o SIFormMemoryClauses.o SIFrameLowering.o SIInsertHardClauses.o SIInsertWaitcnts.o SIInstrInfo.o SIISelLowering.o SILateBranchLowering.o SILoadStoreOptimizer.o SILowerControlFlow.o SILowerI1Copies.o SILowerSGPRSpills.o SIMachineFunctionInfo.o SIMachineScheduler.o SIMemoryLegalizer.o SIModeRegister.o SIOptimizeExecMasking.o SIOptimizeExecMaskingPreRA.o SIPeepholeSDWA.o SIPostRABundler.o SIPreAllocateWWMRegs.o SIPreEmitPeephole.o SIProgramInfo.o SIRegisterInfo.o SIShrinkInstructions.o SIWholeQuadMode.o AMDGPUAliasAnalysis.o.tmp AMDGPUAlwaysInlinePass.o.tmp AMDGPUAnnotateKernelFeatures.o.tmp AMDGPUAnnotateUniformValues.o.tmp AMDGPUArgumentUsageInfo.o.tmp AMDGPUAsmPrinter.o.tmp AMDGPUAtomicOptimizer.o.tmp AMDGPUCallLowering.o.tmp AMDGPUCodeGenPrepare.o.tmp AMDGPUExportClustering.o.tmp AMDGPUFixFunctionBitcasts.o.tmp AMDGPUFrameLowering.o.tmp AMDGPUGlobalISelUtils.o.tmp AMDGPUHSAMetadataStreamer.o.tmp AMDGPUInstCombineIntrinsic.o.tmp AMDGPUInstrInfo.o.tmp AMDGPUInstructionSelector.o.tmp AMDGPUISelDAGToDAG.o.tmp AMDGPUISelLowering.o.tmp AMDGPULateCodeGenPrepare.o.tmp AMDGPULegalizerInfo.o.tmp AMDGPULibCalls.o.tmp AMDGPULibFunc.o.tmp AMDGPULowerIntrinsics.o.tmp AMDGPULowerKernelArguments.o.tmp AMDGPULowerKernelAttributes.o.tmp AMDGPULowerModuleLDSPass.o.tmp AMDGPUMachineCFGStructurizer.o.tmp AMDGPUMachineFunction.o.tmp AMDGPUMachineModuleInfo.o.tmp AMDGPUMacroFusion.o.tmp AMDGPUMCInstLower.o.tmp AMDGPUMIRFormatter.o.tmp AMDGPUOpenCLEnqueuedBlockLowering.o.tmp AMDGPUPerfHintAnalysis.o.tmp AMDGPUPostLegalizerCombiner.o.tmp AMDGPUPreLegalizerCombiner.o.tmp AMDGPUPrintfRuntimeBinding.o.tmp AMDGPUPromoteAlloca.o.tmp AMDGPUPropagateAttributes.o.tmp AMDGPURegBankCombiner.o.tmp AMDGPURegisterBankInfo.o.tmp AMDGPURewriteOutArguments.o.tmp AMDGPUSubtarget.o.tmp AMDGPUTargetMachine.o.tmp AMDGPUTargetObjectFile.o.tmp AMDGPUTargetTransformInfo.o.tmp AMDGPUUnifyDivergentExitNodes.o.tmp AMDGPUUnifyMetadata.o.tmp AMDILCFGStructurizer.o.tmp GCNDPPCombine.o.tmp GCNHazardRecognizer.o.tmp GCNILPSched.o.tmp GCNIterativeScheduler.o.tmp GCNMinRegStrategy.o.tmp GCNNSAReassign.o.tmp GCNRegPressure.o.tmp GCNSchedStrategy.o.tmp R600AsmPrinter.o.tmp R600ClauseMergePass.o.tmp R600ControlFlowFinalizer.o.tmp R600EmitClauseMarkers.o.tmp R600ExpandSpecialInstrs.o.tmp R600FrameLowering.o.tmp R600InstrInfo.o.tmp R600ISelLowering.o.tmp R600MachineFunctionInfo.o.tmp R600MachineScheduler.o.tmp R600OpenCLImageTypeLoweringPass.o.tmp R600OptimizeVectorRegisters.o.tmp R600Packetizer.o.tmp R600RegisterInfo.o.tmp SIAnnotateControlFlow.o.tmp SIFixSGPRCopies.o.tmp SIFixVGPRCopies.o.tmp SIFoldOperands.o.tmp SIFormMemoryClauses.o.tmp SIFrameLowering.o.tmp SIInsertHardClauses.o.tmp SIInsertWaitcnts.o.tmp SIInstrInfo.o.tmp SIISelLowering.o.tmp SILateBranchLowering.o.tmp SILoadStoreOptimizer.o.tmp SILowerControlFlow.o.tmp SILowerI1Copies.o.tmp SILowerSGPRSpills.o.tmp SIMachineFunctionInfo.o.tmp SIMachineScheduler.o.tmp SIMemoryLegalizer.o.tmp SIModeRegister.o.tmp SIOptimizeExecMasking.o.tmp SIOptimizeExecMaskingPreRA.o.tmp SIPeepholeSDWA.o.tmp SIPostRABundler.o.tmp SIPreAllocateWWMRegs.o.tmp SIPreEmitPeephole.o.tmp SIProgramInfo.o.tmp SIRegisterInfo.o.tmp SIShrinkInstructions.o.tmp SIWholeQuadMode.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/tbl && rm -f tbl.html1 .depend main.d table.d main.d.tmp table.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-tfmtodit --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_p.a || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/tfmtodit --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_p.a || true) --- libclean3 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/tfmtodit/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_pic.a AMDGPUAliasAnalysis.pico AMDGPUAlwaysInlinePass.pico AMDGPUAnnotateKernelFeatures.pico AMDGPUAnnotateUniformValues.pico AMDGPUArgumentUsageInfo.pico AMDGPUAsmPrinter.pico AMDGPUAtomicOptimizer.pico AMDGPUCallLowering.pico AMDGPUCodeGenPrepare.pico AMDGPUExportClustering.pico AMDGPUFixFunctionBitcasts.pico AMDGPUFrameLowering.pico AMDGPUGlobalISelUtils.pico AMDGPUHSAMetadataStreamer.pico AMDGPUInstCombineIntrinsic.pico AMDGPUInstrInfo.pico AMDGPUInstructionSelector.pico AMDGPUISelDAGToDAG.pico AMDGPUISelLowering.pico AMDGPULateCodeGenPrepare.pico AMDGPULegalizerInfo.pico AMDGPULibCalls.pico AMDGPULibFunc.pico AMDGPULowerIntrinsics.pico AMDGPULowerKernelArguments.pico AMDGPULowerKernelAttributes.pico AMDGPULowerModuleLDSPass.pico AMDGPUMachineCFGStructurizer.pico AMDGPUMachineFunction.pico AMDGPUMachineModuleInfo.pico AMDGPUMacroFusion.pico AMDGPUMCInstLower.pico AMDGPUMIRFormatter.pico AMDGPUOpenCLEnqueuedBlockLowering.pico AMDGPUPerfHintAnalysis.pico AMDGPUPostLegalizerCombiner.pico AMDGPUPreLegalizerCombiner.pico AMDGPUPrintfRuntimeBinding.pico AMDGPUPromoteAlloca.pico AMDGPUPropagateAttributes.pico AMDGPURegBankCombiner.pico AMDGPURegisterBankInfo.pico AMDGPURewriteOutArguments.pico AMDGPUSubtarget.pico AMDGPUTargetMachine.pico AMDGPUTargetObjectFile.pico AMDGPUTargetTransformInfo.pico AMDGPUUnifyDivergentExitNodes.pico AMDGPUUnifyMetadata.pico AMDILCFGStructurizer.pico GCNDPPCombine.pico GCNHazardRecognizer.pico GCNILPSched.pico GCNIterativeScheduler.pico GCNMinRegStrategy.pico GCNNSAReassign.pico GCNRegPressure.pico GCNSchedStrategy.pico R600AsmPrinter.pico R600ClauseMergePass.pico R600ControlFlowFinalizer.pico R600EmitClauseMarkers.pico R600ExpandSpecialInstrs.pico R600FrameLowering.pico R600InstrInfo.pico R600ISelLowering.pico R600MachineFunctionInfo.pico R600MachineScheduler.pico R600OpenCLImageTypeLoweringPass.pico R600OptimizeVectorRegisters.pico R600Packetizer.pico R600RegisterInfo.pico SIAnnotateControlFlow.pico SIFixSGPRCopies.pico SIFixVGPRCopies.pico SIFoldOperands.pico SIFormMemoryClauses.pico SIFrameLowering.pico SIInsertHardClauses.pico SIInsertWaitcnts.pico SIInstrInfo.pico SIISelLowering.pico SILateBranchLowering.pico SILoadStoreOptimizer.pico SILowerControlFlow.pico SILowerI1Copies.pico SILowerSGPRSpills.pico SIMachineFunctionInfo.pico SIMachineScheduler.pico SIMemoryLegalizer.pico SIModeRegister.pico SIOptimizeExecMasking.pico SIOptimizeExecMaskingPreRA.pico SIPeepholeSDWA.pico SIPostRABundler.pico SIPreAllocateWWMRegs.pico SIPreEmitPeephole.pico SIProgramInfo.pico SIRegisterInfo.pico SIShrinkInstructions.pico SIWholeQuadMode.pico AMDGPUAliasAnalysis.pico.tmp AMDGPUAlwaysInlinePass.pico.tmp AMDGPUAnnotateKernelFeatures.pico.tmp AMDGPUAnnotateUniformValues.pico.tmp AMDGPUArgumentUsageInfo.pico.tmp AMDGPUAsmPrinter.pico.tmp AMDGPUAtomicOptimizer.pico.tmp AMDGPUCallLowering.pico.tmp AMDGPUCodeGenPrepare.pico.tmp AMDGPUExportClustering.pico.tmp AMDGPUFixFunctionBitcasts.pico.tmp AMDGPUFrameLowering.pico.tmp AMDGPUGlobalISelUtils.pico.tmp AMDGPUHSAMetadataStreamer.pico.tmp AMDGPUInstCombineIntrinsic.pico.tmp AMDGPUInstrInfo.pico.tmp AMDGPUInstructionSelector.pico.tmp AMDGPUISelDAGToDAG.pico.tmp AMDGPUISelLowering.pico.tmp AMDGPULateCodeGenPrepare.pico.tmp AMDGPULegalizerInfo.pico.tmp AMDGPULibCalls.pico.tmp AMDGPULibFunc.pico.tmp AMDGPULowerIntrinsics.pico.tmp AMDGPULowerKernelArguments.pico.tmp AMDGPULowerKernelAttributes.pico.tmp AMDGPULowerModuleLDSPass.pico.tmp AMDGPUMachineCFGStructurizer.pico.tmp AMDGPUMachineFunction.pico.tmp AMDGPUMachineModuleInfo.pico.tmp AMDGPUMacroFusion.pico.tmp AMDGPUMCInstLower.pico.tmp AMDGPUMIRFormatter.pico.tmp AMDGPUOpenCLEnqueuedBlockLowering.pico.tmp AMDGPUPerfHintAnalysis.pico.tmp AMDGPUPostLegalizerCombiner.pico.tmp AMDGPUPreLegalizerCombiner.pico.tmp AMDGPUPrintfRuntimeBinding.pico.tmp AMDGPUPromoteAlloca.pico.tmp AMDGPUPropagateAttributes.pico.tmp AMDGPURegBankCombiner.pico.tmp AMDGPURegisterBankInfo.pico.tmp AMDGPURewriteOutArguments.pico.tmp AMDGPUSubtarget.pico.tmp AMDGPUTargetMachine.pico.tmp AMDGPUTargetObjectFile.pico.tmp AMDGPUTargetTransformInfo.pico.tmp AMDGPUUnifyDivergentExitNodes.pico.tmp AMDGPUUnifyMetadata.pico.tmp AMDILCFGStructurizer.pico.tmp GCNDPPCombine.pico.tmp GCNHazardRecognizer.pico.tmp GCNILPSched.pico.tmp GCNIterativeScheduler.pico.tmp GCNMinRegStrategy.pico.tmp GCNNSAReassign.pico.tmp GCNRegPressure.pico.tmp GCNSchedStrategy.pico.tmp R600AsmPrinter.pico.tmp R600ClauseMergePass.pico.tmp R600ControlFlowFinalizer.pico.tmp R600EmitClauseMarkers.pico.tmp R600ExpandSpecialInstrs.pico.tmp R600FrameLowering.pico.tmp R600InstrInfo.pico.tmp R600ISelLowering.pico.tmp R600MachineFunctionInfo.pico.tmp R600MachineScheduler.pico.tmp R600OpenCLImageTypeLoweringPass.pico.tmp R600OptimizeVectorRegisters.pico.tmp R600Packetizer.pico.tmp R600RegisterInfo.pico.tmp SIAnnotateControlFlow.pico.tmp SIFixSGPRCopies.pico.tmp SIFixVGPRCopies.pico.tmp SIFoldOperands.pico.tmp SIFormMemoryClauses.pico.tmp SIFrameLowering.pico.tmp SIInsertHardClauses.pico.tmp SIInsertWaitcnts.pico.tmp SIInstrInfo.pico.tmp SIISelLowering.pico.tmp SILateBranchLowering.pico.tmp SILoadStoreOptimizer.pico.tmp SILowerControlFlow.pico.tmp SILowerI1Copies.pico.tmp SILowerSGPRSpills.pico.tmp SIMachineFunctionInfo.pico.tmp SIMachineScheduler.pico.tmp SIMemoryLegalizer.pico.tmp SIModeRegister.pico.tmp SIOptimizeExecMasking.pico.tmp SIOptimizeExecMaskingPreRA.pico.tmp SIPeepholeSDWA.pico.tmp SIPostRABundler.pico.tmp SIPreAllocateWWMRegs.pico.tmp SIPreEmitPeephole.pico.tmp SIProgramInfo.pico.tmp SIRegisterInfo.pico.tmp SIShrinkInstructions.pico.tmp SIWholeQuadMode.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f libLLVMAMDGPUCodeGen_pic.a AMDGPUAliasAnalysis.pico AMDGPUAlwaysInlinePass.pico AMDGPUAnnotateKernelFeatures.pico AMDGPUAnnotateUniformValues.pico AMDGPUArgumentUsageInfo.pico AMDGPUAsmPrinter.pico AMDGPUAtomicOptimizer.pico AMDGPUCallLowering.pico AMDGPUCodeGenPrepare.pico AMDGPUExportClustering.pico AMDGPUFixFunctionBitcasts.pico AMDGPUFrameLowering.pico AMDGPUGlobalISelUtils.pico AMDGPUHSAMetadataStreamer.pico AMDGPUInstCombineIntrinsic.pico AMDGPUInstrInfo.pico AMDGPUInstructionSelector.pico AMDGPUISelDAGToDAG.pico AMDGPUISelLowering.pico AMDGPULateCodeGenPrepare.pico AMDGPULegalizerInfo.pico AMDGPULibCalls.pico AMDGPULibFunc.pico AMDGPULowerIntrinsics.pico AMDGPULowerKernelArguments.pico AMDGPULowerKernelAttributes.pico AMDGPULowerModuleLDSPass.pico AMDGPUMachineCFGStructurizer.pico AMDGPUMachineFunction.pico AMDGPUMachineModuleInfo.pico AMDGPUMacroFusion.pico AMDGPUMCInstLower.pico AMDGPUMIRFormatter.pico AMDGPUOpenCLEnqueuedBlockLowering.pico AMDGPUPerfHintAnalysis.pico AMDGPUPostLegalizerCombiner.pico AMDGPUPreLegalizerCombiner.pico AMDGPUPrintfRuntimeBinding.pico AMDGPUPromoteAlloca.pico AMDGPUPropagateAttributes.pico AMDGPURegBankCombiner.pico AMDGPURegisterBankInfo.pico AMDGPURewriteOutArguments.pico AMDGPUSubtarget.pico AMDGPUTargetMachine.pico AMDGPUTargetObjectFile.pico AMDGPUTargetTransformInfo.pico AMDGPUUnifyDivergentExitNodes.pico AMDGPUUnifyMetadata.pico AMDILCFGStructurizer.pico GCNDPPCombine.pico GCNHazardRecognizer.pico GCNILPSched.pico GCNIterativeScheduler.pico GCNMinRegStrategy.pico GCNNSAReassign.pico GCNRegPressure.pico GCNSchedStrategy.pico R600AsmPrinter.pico R600ClauseMergePass.pico R600ControlFlowFinalizer.pico R600EmitClauseMarkers.pico R600ExpandSpecialInstrs.pico R600FrameLowering.pico R600InstrInfo.pico R600ISelLowering.pico R600MachineFunctionInfo.pico R600MachineScheduler.pico R600OpenCLImageTypeLoweringPass.pico R600OptimizeVectorRegisters.pico R600Packetizer.pico R600RegisterInfo.pico SIAnnotateControlFlow.pico SIFixSGPRCopies.pico SIFixVGPRCopies.pico SIFoldOperands.pico SIFormMemoryClauses.pico SIFrameLowering.pico SIInsertHardClauses.pico SIInsertWaitcnts.pico SIInstrInfo.pico SIISelLowering.pico SILateBranchLowering.pico SILoadStoreOptimizer.pico SILowerControlFlow.pico SILowerI1Copies.pico SILowerSGPRSpills.pico SIMachineFunctionInfo.pico SIMachineScheduler.pico SIMemoryLegalizer.pico SIModeRegister.pico SIOptimizeExecMasking.pico SIOptimizeExecMaskingPreRA.pico SIPeepholeSDWA.pico SIPostRABundler.pico SIPreAllocateWWMRegs.pico SIPreEmitPeephole.pico SIProgramInfo.pico SIRegisterInfo.pico SIShrinkInstructions.pico SIWholeQuadMode.pico AMDGPUAliasAnalysis.pico.tmp AMDGPUAlwaysInlinePass.pico.tmp AMDGPUAnnotateKernelFeatures.pico.tmp AMDGPUAnnotateUniformValues.pico.tmp AMDGPUArgumentUsageInfo.pico.tmp AMDGPUAsmPrinter.pico.tmp AMDGPUAtomicOptimizer.pico.tmp AMDGPUCallLowering.pico.tmp AMDGPUCodeGenPrepare.pico.tmp AMDGPUExportClustering.pico.tmp AMDGPUFixFunctionBitcasts.pico.tmp AMDGPUFrameLowering.pico.tmp AMDGPUGlobalISelUtils.pico.tmp AMDGPUHSAMetadataStreamer.pico.tmp AMDGPUInstCombineIntrinsic.pico.tmp AMDGPUInstrInfo.pico.tmp AMDGPUInstructionSelector.pico.tmp AMDGPUISelDAGToDAG.pico.tmp AMDGPUISelLowering.pico.tmp AMDGPULateCodeGenPrepare.pico.tmp AMDGPULegalizerInfo.pico.tmp AMDGPULibCalls.pico.tmp AMDGPULibFunc.pico.tmp AMDGPULowerIntrinsics.pico.tmp AMDGPULowerKernelArguments.pico.tmp AMDGPULowerKernelAttributes.pico.tmp AMDGPULowerModuleLDSPass.pico.tmp AMDGPUMachineCFGStructurizer.pico.tmp AMDGPUMachineFunction.pico.tmp AMDGPUMachineModuleInfo.pico.tmp AMDGPUMacroFusion.pico.tmp AMDGPUMCInstLower.pico.tmp AMDGPUMIRFormatter.pico.tmp AMDGPUOpenCLEnqueuedBlockLowering.pico.tmp AMDGPUPerfHintAnalysis.pico.tmp AMDGPUPostLegalizerCombiner.pico.tmp AMDGPUPreLegalizerCombiner.pico.tmp AMDGPUPrintfRuntimeBinding.pico.tmp AMDGPUPromoteAlloca.pico.tmp AMDGPUPropagateAttributes.pico.tmp AMDGPURegBankCombiner.pico.tmp AMDGPURegisterBankInfo.pico.tmp AMDGPURewriteOutArguments.pico.tmp AMDGPUSubtarget.pico.tmp AMDGPUTargetMachine.pico.tmp AMDGPUTargetObjectFile.pico.tmp AMDGPUTargetTransformInfo.pico.tmp AMDGPUUnifyDivergentExitNodes.pico.tmp AMDGPUUnifyMetadata.pico.tmp AMDILCFGStructurizer.pico.tmp GCNDPPCombine.pico.tmp GCNHazardRecognizer.pico.tmp GCNILPSched.pico.tmp GCNIterativeScheduler.pico.tmp GCNMinRegStrategy.pico.tmp GCNNSAReassign.pico.tmp GCNRegPressure.pico.tmp GCNSchedStrategy.pico.tmp R600AsmPrinter.pico.tmp R600ClauseMergePass.pico.tmp R600ControlFlowFinalizer.pico.tmp R600EmitClauseMarkers.pico.tmp R600ExpandSpecialInstrs.pico.tmp R600FrameLowering.pico.tmp R600InstrInfo.pico.tmp R600ISelLowering.pico.tmp R600MachineFunctionInfo.pico.tmp R600MachineScheduler.pico.tmp R600OpenCLImageTypeLoweringPass.pico.tmp R600OptimizeVectorRegisters.pico.tmp R600Packetizer.pico.tmp R600RegisterInfo.pico.tmp SIAnnotateControlFlow.pico.tmp SIFixSGPRCopies.pico.tmp SIFixVGPRCopies.pico.tmp SIFoldOperands.pico.tmp SIFormMemoryClauses.pico.tmp SIFrameLowering.pico.tmp SIInsertHardClauses.pico.tmp SIInsertWaitcnts.pico.tmp SIInstrInfo.pico.tmp SIISelLowering.pico.tmp SILateBranchLowering.pico.tmp SILoadStoreOptimizer.pico.tmp SILowerControlFlow.pico.tmp SILowerI1Copies.pico.tmp SILowerSGPRSpills.pico.tmp SIMachineFunctionInfo.pico.tmp SIMachineScheduler.pico.tmp SIMemoryLegalizer.pico.tmp SIModeRegister.pico.tmp SIOptimizeExecMasking.pico.tmp SIOptimizeExecMaskingPreRA.pico.tmp SIPeepholeSDWA.pico.tmp SIPostRABundler.pico.tmp SIPreAllocateWWMRegs.pico.tmp SIPreEmitPeephole.pico.tmp SIProgramInfo.pico.tmp SIRegisterInfo.pico.tmp SIShrinkInstructions.pico.tmp SIWholeQuadMode.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/tfmtodit && rm -f tfmtodit.1 a.out [Ee]rrs mklog core *.core .gdbinit tfmtodit tfmtodit.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/tfmtodit && rm -f tfmtodit.1 a.out [Ee]rrs mklog core *.core .gdbinit tfmtodit tfmtodit.o || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f llib-lLLVMAMDGPUCodeGen.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f llib-lLLVMAMDGPUCodeGen.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/tfmtodit && rm -f tfmtodit.html1 .depend tfmtodit.d tfmtodit.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/tfmtodit && rm -f tfmtodit.html1 .depend tfmtodit.d tfmtodit.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-troff --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f AMDGPUGenAsmMatcher.inc AMDGPUGenAsmMatcher.inc.d AMDGPUGenAsmWriter.inc AMDGPUGenAsmWriter.inc.d AMDGPUGenCallingConv.inc AMDGPUGenCallingConv.inc.d AMDGPUGenDAGISel.inc AMDGPUGenDAGISel.inc.d AMDGPUGenDisassemblerTables.inc AMDGPUGenDisassemblerTables.inc.d AMDGPUGenInstrInfo.inc AMDGPUGenInstrInfo.inc.d AMDGPUGenMCCodeEmitter.inc AMDGPUGenMCCodeEmitter.inc.d AMDGPUGenMCPseudoLowering.inc AMDGPUGenMCPseudoLowering.inc.d AMDGPUGenRegisterBank.inc AMDGPUGenRegisterBank.inc.d AMDGPUGenRegisterInfo.inc AMDGPUGenRegisterInfo.inc.d AMDGPUGenSearchableTables.inc AMDGPUGenSearchableTables.inc.d AMDGPUGenSubtargetInfo.inc AMDGPUGenSubtargetInfo.inc.d AMDGPUGenGICombiner.inc AMDGPUGenGICombiner.inc.d AMDGPUGenGlobalISel.inc AMDGPUGenGlobalISel.inc.d AMDGPUGenPostLegalizeGICombiner.inc AMDGPUGenPostLegalizeGICombiner.inc.d AMDGPUGenPreLegalizeGICombiner.inc AMDGPUGenPreLegalizeGICombiner.inc.d AMDGPUGenRegBankGICombiner.inc AMDGPUGenRegBankGICombiner.inc.d InstCombineTables.inc InstCombineTables.inc.d R600GenAsmWriter.inc R600GenAsmWriter.inc.d R600GenCallingConv.inc R600GenCallingConv.inc.d R600GenDAGISel.inc R600GenDAGISel.inc.d R600GenDFAPacketizer.inc R600GenDFAPacketizer.inc.d R600GenInstrInfo.inc R600GenInstrInfo.inc.d R600GenMCCodeEmitter.inc R600GenMCCodeEmitter.inc.d R600GenRegisterInfo.inc R600GenRegisterInfo.inc.d R600GenSubtargetInfo.inc R600GenSubtargetInfo.inc.d libLLVMAMDGPUCodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/bin/troff --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f AMDGPUGenAsmMatcher.inc AMDGPUGenAsmMatcher.inc.d AMDGPUGenAsmWriter.inc AMDGPUGenAsmWriter.inc.d AMDGPUGenCallingConv.inc AMDGPUGenCallingConv.inc.d AMDGPUGenDAGISel.inc AMDGPUGenDAGISel.inc.d AMDGPUGenDisassemblerTables.inc AMDGPUGenDisassemblerTables.inc.d AMDGPUGenInstrInfo.inc AMDGPUGenInstrInfo.inc.d AMDGPUGenMCCodeEmitter.inc AMDGPUGenMCCodeEmitter.inc.d AMDGPUGenMCPseudoLowering.inc AMDGPUGenMCPseudoLowering.inc.d AMDGPUGenRegisterBank.inc AMDGPUGenRegisterBank.inc.d AMDGPUGenRegisterInfo.inc AMDGPUGenRegisterInfo.inc.d AMDGPUGenSearchableTables.inc AMDGPUGenSearchableTables.inc.d AMDGPUGenSubtargetInfo.inc AMDGPUGenSubtargetInfo.inc.d AMDGPUGenGICombiner.inc AMDGPUGenGICombiner.inc.d AMDGPUGenGlobalISel.inc AMDGPUGenGlobalISel.inc.d AMDGPUGenPostLegalizeGICombiner.inc AMDGPUGenPostLegalizeGICombiner.inc.d AMDGPUGenPreLegalizeGICombiner.inc AMDGPUGenPreLegalizeGICombiner.inc.d AMDGPUGenRegBankGICombiner.inc AMDGPUGenRegBankGICombiner.inc.d InstCombineTables.inc InstCombineTables.inc.d R600GenAsmWriter.inc R600GenAsmWriter.inc.d R600GenCallingConv.inc R600GenCallingConv.inc.d R600GenDAGISel.inc R600GenDAGISel.inc.d R600GenDFAPacketizer.inc R600GenDFAPacketizer.inc.d R600GenInstrInfo.inc R600GenInstrInfo.inc.d R600GenMCCodeEmitter.inc R600GenMCCodeEmitter.inc.d R600GenRegisterInfo.inc R600GenRegisterInfo.inc.d R600GenSubtargetInfo.inc R600GenSubtargetInfo.inc.d libLLVMAMDGPUCodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/troff/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f .depend AMDGPUAliasAnalysis.d AMDGPUAlwaysInlinePass.d AMDGPUAnnotateKernelFeatures.d AMDGPUAnnotateUniformValues.d AMDGPUArgumentUsageInfo.d AMDGPUAsmPrinter.d AMDGPUAtomicOptimizer.d AMDGPUCallLowering.d AMDGPUCodeGenPrepare.d AMDGPUExportClustering.d AMDGPUFixFunctionBitcasts.d AMDGPUFrameLowering.d AMDGPUGlobalISelUtils.d AMDGPUHSAMetadataStreamer.d AMDGPUISelDAGToDAG.d AMDGPUISelLowering.d AMDGPUInstCombineIntrinsic.d AMDGPUInstrInfo.d AMDGPUInstructionSelector.d AMDGPULateCodeGenPrepare.d AMDGPULegalizerInfo.d AMDGPULibCalls.d AMDGPULibFunc.d AMDGPULowerIntrinsics.d AMDGPULowerKernelArguments.d AMDGPULowerKernelAttributes.d AMDGPULowerModuleLDSPass.d AMDGPUMCInstLower.d AMDGPUMIRFormatter.d AMDGPUMachineCFGStructurizer.d AMDGPUMachineFunction.d AMDGPUMachineModuleInfo.d AMDGPUMacroFusion.d AMDGPUOpenCLEnqueuedBlockLowering.d AMDGPUPerfHintAnalysis.d AMDGPUPostLegalizerCombiner.d AMDGPUPreLegalizerCombiner.d AMDGPUPrintfRuntimeBinding.d AMDGPUPromoteAlloca.d AMDGPUPropagateAttributes.d AMDGPURegBankCombiner.d AMDGPURegisterBankInfo.d AMDGPURewriteOutArguments.d AMDGPUSubtarget.d AMDGPUTargetMachine.d AMDGPUTargetObjectFile.d AMDGPUTargetTransformInfo.d AMDGPUUnifyDivergentExitNodes.d AMDGPUUnifyMetadata.d AMDILCFGStructurizer.d GCNDPPCombine.d GCNHazardRecognizer.d GCNILPSched.d GCNIterativeScheduler.d GCNMinRegStrategy.d GCNNSAReassign.d GCNRegPressure.d GCNSchedStrategy.d R600AsmPrinter.d R600ClauseMergePass.d R600ControlFlowFinalizer.d R600EmitClauseMarkers.d R600ExpandSpecialInstrs.d R600FrameLowering.d R600ISelLowering.d R600InstrInfo.d R600MachineFunctionInfo.d R600MachineScheduler.d R600OpenCLImageTypeLoweringPass.d R600OptimizeVectorRegisters.d R600Packetizer.d R600RegisterInfo.d SIAnnotateControlFlow.d SIFixSGPRCopies.d SIFixVGPRCopies.d SIFoldOperands.d SIFormMemoryClauses.d SIFrameLowering.d SIISelLowering.d SIInsertHardClauses.d SIInsertWaitcnts.d SIInstrInfo.d SILateBranchLowering.d SILoadStoreOptimizer.d SILowerControlFlow.d SILowerI1Copies.d SILowerSGPRSpills.d SIMachineFunctionInfo.d SIMachineScheduler.d SIMemoryLegalizer.d SIModeRegister.d SIOptimizeExecMasking.d SIOptimizeExecMaskingPreRA.d SIPeepholeSDWA.d SIPostRABundler.d SIPreAllocateWWMRegs.d SIPreEmitPeephole.d SIProgramInfo.d SIRegisterInfo.d SIShrinkInstructions.d SIWholeQuadMode.d AMDGPUAliasAnalysis.d.tmp AMDGPUAlwaysInlinePass.d.tmp AMDGPUAnnotateKernelFeatures.d.tmp AMDGPUAnnotateUniformValues.d.tmp AMDGPUArgumentUsageInfo.d.tmp AMDGPUAsmPrinter.d.tmp AMDGPUAtomicOptimizer.d.tmp AMDGPUCallLowering.d.tmp AMDGPUCodeGenPrepare.d.tmp AMDGPUExportClustering.d.tmp AMDGPUFixFunctionBitcasts.d.tmp AMDGPUFrameLowering.d.tmp AMDGPUGlobalISelUtils.d.tmp AMDGPUHSAMetadataStreamer.d.tmp AMDGPUISelDAGToDAG.d.tmp AMDGPUISelLowering.d.tmp AMDGPUInstCombineIntrinsic.d.tmp AMDGPUInstrInfo.d.tmp AMDGPUInstructionSelector.d.tmp AMDGPULateCodeGenPrepare.d.tmp AMDGPULegalizerInfo.d.tmp AMDGPULibCalls.d.tmp AMDGPULibFunc.d.tmp AMDGPULowerIntrinsics.d.tmp AMDGPULowerKernelArguments.d.tmp AMDGPULowerKernelAttributes.d.tmp AMDGPULowerModuleLDSPass.d.tmp AMDGPUMCInstLower.d.tmp AMDGPUMIRFormatter.d.tmp AMDGPUMachineCFGStructurizer.d.tmp AMDGPUMachineFunction.d.tmp AMDGPUMachineModuleInfo.d.tmp AMDGPUMacroFusion.d.tmp AMDGPUOpenCLEnqueuedBlockLowering.d.tmp AMDGPUPerfHintAnalysis.d.tmp AMDGPUPostLegalizerCombiner.d.tmp AMDGPUPreLegalizerCombiner.d.tmp AMDGPUPrintfRuntimeBinding.d.tmp AMDGPUPromoteAlloca.d.tmp AMDGPUPropagateAttributes.d.tmp AMDGPURegBankCombiner.d.tmp AMDGPURegisterBankInfo.d.tmp AMDGPURewriteOutArguments.d.tmp AMDGPUSubtarget.d.tmp AMDGPUTargetMachine.d.tmp AMDGPUTargetObjectFile.d.tmp AMDGPUTargetTransformInfo.d.tmp AMDGPUUnifyDivergentExitNodes.d.tmp AMDGPUUnifyMetadata.d.tmp AMDILCFGStructurizer.d.tmp GCNDPPCombine.d.tmp GCNHazardRecognizer.d.tmp GCNILPSched.d.tmp GCNIterativeScheduler.d.tmp GCNMinRegStrategy.d.tmp GCNNSAReassign.d.tmp GCNRegPressure.d.tmp GCNSchedStrategy.d.tmp R600AsmPrinter.d.tmp R600ClauseMergePass.d.tmp R600ControlFlowFinalizer.d.tmp R600EmitClauseMarkers.d.tmp R600ExpandSpecialInstrs.d.tmp R600FrameLowering.d.tmp R600ISelLowering.d.tmp R600InstrInfo.d.tmp R600MachineFunctionInfo.d.tmp R600MachineScheduler.d.tmp R600OpenCLImageTypeLoweringPass.d.tmp R600OptimizeVectorRegisters.d.tmp R600Packetizer.d.tmp R600RegisterInfo.d.tmp SIAnnotateControlFlow.d.tmp SIFixSGPRCopies.d.tmp SIFixVGPRCopies.d.tmp SIFoldOperands.d.tmp SIFormMemoryClauses.d.tmp SIFrameLowering.d.tmp SIISelLowering.d.tmp SIInsertHardClauses.d.tmp SIInsertWaitcnts.d.tmp SIInstrInfo.d.tmp SILateBranchLowering.d.tmp SILoadStoreOptimizer.d.tmp SILowerControlFlow.d.tmp SILowerI1Copies.d.tmp SILowerSGPRSpills.d.tmp SIMachineFunctionInfo.d.tmp SIMachineScheduler.d.tmp SIMemoryLegalizer.d.tmp SIModeRegister.d.tmp SIOptimizeExecMasking.d.tmp SIOptimizeExecMaskingPreRA.d.tmp SIPeepholeSDWA.d.tmp SIPostRABundler.d.tmp SIPreAllocateWWMRegs.d.tmp SIPreEmitPeephole.d.tmp SIProgramInfo.d.tmp SIRegisterInfo.d.tmp SIShrinkInstructions.d.tmp SIWholeQuadMode.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUCodeGen && rm -f .depend AMDGPUAliasAnalysis.d AMDGPUAlwaysInlinePass.d AMDGPUAnnotateKernelFeatures.d AMDGPUAnnotateUniformValues.d AMDGPUArgumentUsageInfo.d AMDGPUAsmPrinter.d AMDGPUAtomicOptimizer.d AMDGPUCallLowering.d AMDGPUCodeGenPrepare.d AMDGPUExportClustering.d AMDGPUFixFunctionBitcasts.d AMDGPUFrameLowering.d AMDGPUGlobalISelUtils.d AMDGPUHSAMetadataStreamer.d AMDGPUISelDAGToDAG.d AMDGPUISelLowering.d AMDGPUInstCombineIntrinsic.d AMDGPUInstrInfo.d AMDGPUInstructionSelector.d AMDGPULateCodeGenPrepare.d AMDGPULegalizerInfo.d AMDGPULibCalls.d AMDGPULibFunc.d AMDGPULowerIntrinsics.d AMDGPULowerKernelArguments.d AMDGPULowerKernelAttributes.d AMDGPULowerModuleLDSPass.d AMDGPUMCInstLower.d AMDGPUMIRFormatter.d AMDGPUMachineCFGStructurizer.d AMDGPUMachineFunction.d AMDGPUMachineModuleInfo.d AMDGPUMacroFusion.d AMDGPUOpenCLEnqueuedBlockLowering.d AMDGPUPerfHintAnalysis.d AMDGPUPostLegalizerCombiner.d AMDGPUPreLegalizerCombiner.d AMDGPUPrintfRuntimeBinding.d AMDGPUPromoteAlloca.d AMDGPUPropagateAttributes.d AMDGPURegBankCombiner.d AMDGPURegisterBankInfo.d AMDGPURewriteOutArguments.d AMDGPUSubtarget.d AMDGPUTargetMachine.d AMDGPUTargetObjectFile.d AMDGPUTargetTransformInfo.d AMDGPUUnifyDivergentExitNodes.d AMDGPUUnifyMetadata.d AMDILCFGStructurizer.d GCNDPPCombine.d GCNHazardRecognizer.d GCNILPSched.d GCNIterativeScheduler.d GCNMinRegStrategy.d GCNNSAReassign.d GCNRegPressure.d GCNSchedStrategy.d R600AsmPrinter.d R600ClauseMergePass.d R600ControlFlowFinalizer.d R600EmitClauseMarkers.d R600ExpandSpecialInstrs.d R600FrameLowering.d R600ISelLowering.d R600InstrInfo.d R600MachineFunctionInfo.d R600MachineScheduler.d R600OpenCLImageTypeLoweringPass.d R600OptimizeVectorRegisters.d R600Packetizer.d R600RegisterInfo.d SIAnnotateControlFlow.d SIFixSGPRCopies.d SIFixVGPRCopies.d SIFoldOperands.d SIFormMemoryClauses.d SIFrameLowering.d SIISelLowering.d SIInsertHardClauses.d SIInsertWaitcnts.d SIInstrInfo.d SILateBranchLowering.d SILoadStoreOptimizer.d SILowerControlFlow.d SILowerI1Copies.d SILowerSGPRSpills.d SIMachineFunctionInfo.d SIMachineScheduler.d SIMemoryLegalizer.d SIModeRegister.d SIOptimizeExecMasking.d SIOptimizeExecMaskingPreRA.d SIPeepholeSDWA.d SIPostRABundler.d SIPreAllocateWWMRegs.d SIPreEmitPeephole.d SIProgramInfo.d SIRegisterInfo.d SIShrinkInstructions.d SIWholeQuadMode.d AMDGPUAliasAnalysis.d.tmp AMDGPUAlwaysInlinePass.d.tmp AMDGPUAnnotateKernelFeatures.d.tmp AMDGPUAnnotateUniformValues.d.tmp AMDGPUArgumentUsageInfo.d.tmp AMDGPUAsmPrinter.d.tmp AMDGPUAtomicOptimizer.d.tmp AMDGPUCallLowering.d.tmp AMDGPUCodeGenPrepare.d.tmp AMDGPUExportClustering.d.tmp AMDGPUFixFunctionBitcasts.d.tmp AMDGPUFrameLowering.d.tmp AMDGPUGlobalISelUtils.d.tmp AMDGPUHSAMetadataStreamer.d.tmp AMDGPUISelDAGToDAG.d.tmp AMDGPUISelLowering.d.tmp AMDGPUInstCombineIntrinsic.d.tmp AMDGPUInstrInfo.d.tmp AMDGPUInstructionSelector.d.tmp AMDGPULateCodeGenPrepare.d.tmp AMDGPULegalizerInfo.d.tmp AMDGPULibCalls.d.tmp AMDGPULibFunc.d.tmp AMDGPULowerIntrinsics.d.tmp AMDGPULowerKernelArguments.d.tmp AMDGPULowerKernelAttributes.d.tmp AMDGPULowerModuleLDSPass.d.tmp AMDGPUMCInstLower.d.tmp AMDGPUMIRFormatter.d.tmp AMDGPUMachineCFGStructurizer.d.tmp AMDGPUMachineFunction.d.tmp AMDGPUMachineModuleInfo.d.tmp AMDGPUMacroFusion.d.tmp AMDGPUOpenCLEnqueuedBlockLowering.d.tmp AMDGPUPerfHintAnalysis.d.tmp AMDGPUPostLegalizerCombiner.d.tmp AMDGPUPreLegalizerCombiner.d.tmp AMDGPUPrintfRuntimeBinding.d.tmp AMDGPUPromoteAlloca.d.tmp AMDGPUPropagateAttributes.d.tmp AMDGPURegBankCombiner.d.tmp AMDGPURegisterBankInfo.d.tmp AMDGPURewriteOutArguments.d.tmp AMDGPUSubtarget.d.tmp AMDGPUTargetMachine.d.tmp AMDGPUTargetObjectFile.d.tmp AMDGPUTargetTransformInfo.d.tmp AMDGPUUnifyDivergentExitNodes.d.tmp AMDGPUUnifyMetadata.d.tmp AMDILCFGStructurizer.d.tmp GCNDPPCombine.d.tmp GCNHazardRecognizer.d.tmp GCNILPSched.d.tmp GCNIterativeScheduler.d.tmp GCNMinRegStrategy.d.tmp GCNNSAReassign.d.tmp GCNRegPressure.d.tmp GCNSchedStrategy.d.tmp R600AsmPrinter.d.tmp R600ClauseMergePass.d.tmp R600ControlFlowFinalizer.d.tmp R600EmitClauseMarkers.d.tmp R600ExpandSpecialInstrs.d.tmp R600FrameLowering.d.tmp R600ISelLowering.d.tmp R600InstrInfo.d.tmp R600MachineFunctionInfo.d.tmp R600MachineScheduler.d.tmp R600OpenCLImageTypeLoweringPass.d.tmp R600OptimizeVectorRegisters.d.tmp R600Packetizer.d.tmp R600RegisterInfo.d.tmp SIAnnotateControlFlow.d.tmp SIFixSGPRCopies.d.tmp SIFixVGPRCopies.d.tmp SIFoldOperands.d.tmp SIFormMemoryClauses.d.tmp SIFrameLowering.d.tmp SIISelLowering.d.tmp SIInsertHardClauses.d.tmp SIInsertWaitcnts.d.tmp SIInstrInfo.d.tmp SILateBranchLowering.d.tmp SILoadStoreOptimizer.d.tmp SILowerControlFlow.d.tmp SILowerI1Copies.d.tmp SILowerSGPRSpills.d.tmp SIMachineFunctionInfo.d.tmp SIMachineScheduler.d.tmp SIMemoryLegalizer.d.tmp SIModeRegister.d.tmp SIOptimizeExecMasking.d.tmp SIOptimizeExecMaskingPreRA.d.tmp SIPeepholeSDWA.d.tmp SIPostRABundler.d.tmp SIPreAllocateWWMRegs.d.tmp SIPreEmitPeephole.d.tmp SIProgramInfo.d.tmp SIRegisterInfo.d.tmp SIShrinkInstructions.d.tmp SIWholeQuadMode.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/troff && rm -f majorminor.cpp troff.1 a.out [Ee]rrs mklog core *.core .gdbinit troff dictionary.o div.o env.o input.o majorminor.o mtsm.o node.o number.o reg.o || true) --- cleandir-lib --- --- cleandir-libLLVMX86CodeGen --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMX86CodeGen --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/troff && rm -f majorminor.cpp troff.1 a.out [Ee]rrs mklog core *.core .gdbinit troff dictionary.o div.o env.o input.o majorminor.o mtsm.o node.o number.o reg.o || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/bin/troff && rm -f troff.html1 .depend dictionary.d div.d env.d input.d majorminor.d mtsm.d node.d number.d reg.d dictionary.d.tmp div.d.tmp env.d.tmp input.d.tmp majorminor.d.tmp mtsm.d.tmp node.d.tmp number.d.tmp reg.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/bin/troff && rm -f troff.html1 .depend dictionary.d div.d env.d input.d majorminor.d mtsm.d node.d number.d reg.d dictionary.d.tmp div.d.tmp env.d.tmp input.d.tmp majorminor.d.tmp mtsm.d.tmp node.d.tmp number.d.tmp reg.d.tmp tags || true) --- cleandir-doc --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/gpl2/groff/doc --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen.a X86AsmPrinter.o X86AvoidStoreForwardingBlocks.o X86AvoidTrailingCall.o X86CallFrameOptimization.o X86CallingConv.o X86CallLowering.o X86CmovConversion.o X86DiscriminateMemOps.o X86DomainReassignment.o X86EvexToVex.o X86ExpandPseudo.o X86FastISel.o X86FastTileConfig.o X86FixupBWInsts.o X86FixupLEAs.o X86FixupSetCC.o X86FlagsCopyLowering.o X86FloatingPoint.o X86FrameLowering.o X86IndirectBranchTracking.o X86IndirectThunks.o X86InsertPrefetch.o X86InsertWait.o X86InstCombineIntrinsic.o X86InstrFMA3Info.o X86InstrFoldTables.o X86InstrInfo.o X86InstructionSelector.o X86InterleavedAccess.o X86ISelDAGToDAG.o X86ISelLowering.o X86LegalizerInfo.o X86LoadValueInjectionLoadHardening.o X86LoadValueInjectionRetHardening.o X86LowerAMXIntrinsics.o X86LowerAMXType.o X86LowerTileCopy.o X86MachineFunctionInfo.o X86MacroFusion.o X86MCInstLower.o X86OptimizeLEAs.o X86PadShortFunction.o X86PartialReduction.o X86PreAMXConfig.o X86PreTileConfig.o X86RegisterBankInfo.o X86RegisterInfo.o X86SelectionDAGInfo.o X86ShuffleDecodeConstantPool.o X86SpeculativeExecutionSideEffectSuppression.o X86SpeculativeLoadHardening.o X86Subtarget.o X86TargetMachine.o X86TargetObjectFile.o X86TargetTransformInfo.o X86TileConfig.o X86VZeroUpper.o X86WinAllocaExpander.o X86WinEHState.o X86AsmPrinter.o.tmp X86AvoidStoreForwardingBlocks.o.tmp X86AvoidTrailingCall.o.tmp X86CallFrameOptimization.o.tmp X86CallingConv.o.tmp X86CallLowering.o.tmp X86CmovConversion.o.tmp X86DiscriminateMemOps.o.tmp X86DomainReassignment.o.tmp X86EvexToVex.o.tmp X86ExpandPseudo.o.tmp X86FastISel.o.tmp X86FastTileConfig.o.tmp X86FixupBWInsts.o.tmp X86FixupLEAs.o.tmp X86FixupSetCC.o.tmp X86FlagsCopyLowering.o.tmp X86FloatingPoint.o.tmp X86FrameLowering.o.tmp X86IndirectBranchTracking.o.tmp X86IndirectThunks.o.tmp X86InsertPrefetch.o.tmp X86InsertWait.o.tmp X86InstCombineIntrinsic.o.tmp X86InstrFMA3Info.o.tmp X86InstrFoldTables.o.tmp X86InstrInfo.o.tmp X86InstructionSelector.o.tmp X86InterleavedAccess.o.tmp X86ISelDAGToDAG.o.tmp X86ISelLowering.o.tmp X86LegalizerInfo.o.tmp X86LoadValueInjectionLoadHardening.o.tmp X86LoadValueInjectionRetHardening.o.tmp X86LowerAMXIntrinsics.o.tmp X86LowerAMXType.o.tmp X86LowerTileCopy.o.tmp X86MachineFunctionInfo.o.tmp X86MacroFusion.o.tmp X86MCInstLower.o.tmp X86OptimizeLEAs.o.tmp X86PadShortFunction.o.tmp X86PartialReduction.o.tmp X86PreAMXConfig.o.tmp X86PreTileConfig.o.tmp X86RegisterBankInfo.o.tmp X86RegisterInfo.o.tmp X86SelectionDAGInfo.o.tmp X86ShuffleDecodeConstantPool.o.tmp X86SpeculativeExecutionSideEffectSuppression.o.tmp X86SpeculativeLoadHardening.o.tmp X86Subtarget.o.tmp X86TargetMachine.o.tmp X86TargetObjectFile.o.tmp X86TargetTransformInfo.o.tmp X86TileConfig.o.tmp X86VZeroUpper.o.tmp X86WinAllocaExpander.o.tmp X86WinEHState.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen.a X86AsmPrinter.o X86AvoidStoreForwardingBlocks.o X86AvoidTrailingCall.o X86CallFrameOptimization.o X86CallingConv.o X86CallLowering.o X86CmovConversion.o X86DiscriminateMemOps.o X86DomainReassignment.o X86EvexToVex.o X86ExpandPseudo.o X86FastISel.o X86FastTileConfig.o X86FixupBWInsts.o X86FixupLEAs.o X86FixupSetCC.o X86FlagsCopyLowering.o X86FloatingPoint.o X86FrameLowering.o X86IndirectBranchTracking.o X86IndirectThunks.o X86InsertPrefetch.o X86InsertWait.o X86InstCombineIntrinsic.o X86InstrFMA3Info.o X86InstrFoldTables.o X86InstrInfo.o X86InstructionSelector.o X86InterleavedAccess.o X86ISelDAGToDAG.o X86ISelLowering.o X86LegalizerInfo.o X86LoadValueInjectionLoadHardening.o X86LoadValueInjectionRetHardening.o X86LowerAMXIntrinsics.o X86LowerAMXType.o X86LowerTileCopy.o X86MachineFunctionInfo.o X86MacroFusion.o X86MCInstLower.o X86OptimizeLEAs.o X86PadShortFunction.o X86PartialReduction.o X86PreAMXConfig.o X86PreTileConfig.o X86RegisterBankInfo.o X86RegisterInfo.o X86SelectionDAGInfo.o X86ShuffleDecodeConstantPool.o X86SpeculativeExecutionSideEffectSuppression.o X86SpeculativeLoadHardening.o X86Subtarget.o X86TargetMachine.o X86TargetObjectFile.o X86TargetTransformInfo.o X86TileConfig.o X86VZeroUpper.o X86WinAllocaExpander.o X86WinEHState.o X86AsmPrinter.o.tmp X86AvoidStoreForwardingBlocks.o.tmp X86AvoidTrailingCall.o.tmp X86CallFrameOptimization.o.tmp X86CallingConv.o.tmp X86CallLowering.o.tmp X86CmovConversion.o.tmp X86DiscriminateMemOps.o.tmp X86DomainReassignment.o.tmp X86EvexToVex.o.tmp X86ExpandPseudo.o.tmp X86FastISel.o.tmp X86FastTileConfig.o.tmp X86FixupBWInsts.o.tmp X86FixupLEAs.o.tmp X86FixupSetCC.o.tmp X86FlagsCopyLowering.o.tmp X86FloatingPoint.o.tmp X86FrameLowering.o.tmp X86IndirectBranchTracking.o.tmp X86IndirectThunks.o.tmp X86InsertPrefetch.o.tmp X86InsertWait.o.tmp X86InstCombineIntrinsic.o.tmp X86InstrFMA3Info.o.tmp X86InstrFoldTables.o.tmp X86InstrInfo.o.tmp X86InstructionSelector.o.tmp X86InterleavedAccess.o.tmp X86ISelDAGToDAG.o.tmp X86ISelLowering.o.tmp X86LegalizerInfo.o.tmp X86LoadValueInjectionLoadHardening.o.tmp X86LoadValueInjectionRetHardening.o.tmp X86LowerAMXIntrinsics.o.tmp X86LowerAMXType.o.tmp X86LowerTileCopy.o.tmp X86MachineFunctionInfo.o.tmp X86MacroFusion.o.tmp X86MCInstLower.o.tmp X86OptimizeLEAs.o.tmp X86PadShortFunction.o.tmp X86PartialReduction.o.tmp X86PreAMXConfig.o.tmp X86PreTileConfig.o.tmp X86RegisterBankInfo.o.tmp X86RegisterInfo.o.tmp X86SelectionDAGInfo.o.tmp X86ShuffleDecodeConstantPool.o.tmp X86SpeculativeExecutionSideEffectSuppression.o.tmp X86SpeculativeLoadHardening.o.tmp X86Subtarget.o.tmp X86TargetMachine.o.tmp X86TargetObjectFile.o.tmp X86TargetTransformInfo.o.tmp X86TileConfig.o.tmp X86VZeroUpper.o.tmp X86WinAllocaExpander.o.tmp X86WinEHState.o.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/doc/../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/doc && rm -f groff.info || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/doc && rm -f groff.info || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-font --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_g.a || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/font --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_pic.a X86AsmPrinter.pico X86AvoidStoreForwardingBlocks.pico X86AvoidTrailingCall.pico X86CallFrameOptimization.pico X86CallingConv.pico X86CallLowering.pico X86CmovConversion.pico X86DiscriminateMemOps.pico X86DomainReassignment.pico X86EvexToVex.pico X86ExpandPseudo.pico X86FastISel.pico X86FastTileConfig.pico X86FixupBWInsts.pico X86FixupLEAs.pico X86FixupSetCC.pico X86FlagsCopyLowering.pico X86FloatingPoint.pico X86FrameLowering.pico X86IndirectBranchTracking.pico X86IndirectThunks.pico X86InsertPrefetch.pico X86InsertWait.pico X86InstCombineIntrinsic.pico X86InstrFMA3Info.pico X86InstrFoldTables.pico X86InstrInfo.pico X86InstructionSelector.pico X86InterleavedAccess.pico X86ISelDAGToDAG.pico X86ISelLowering.pico X86LegalizerInfo.pico X86LoadValueInjectionLoadHardening.pico X86LoadValueInjectionRetHardening.pico X86LowerAMXIntrinsics.pico X86LowerAMXType.pico X86LowerTileCopy.pico X86MachineFunctionInfo.pico X86MacroFusion.pico X86MCInstLower.pico X86OptimizeLEAs.pico X86PadShortFunction.pico X86PartialReduction.pico X86PreAMXConfig.pico X86PreTileConfig.pico X86RegisterBankInfo.pico X86RegisterInfo.pico X86SelectionDAGInfo.pico X86ShuffleDecodeConstantPool.pico X86SpeculativeExecutionSideEffectSuppression.pico X86SpeculativeLoadHardening.pico X86Subtarget.pico X86TargetMachine.pico X86TargetObjectFile.pico X86TargetTransformInfo.pico X86TileConfig.pico X86VZeroUpper.pico X86WinAllocaExpander.pico X86WinEHState.pico X86AsmPrinter.pico.tmp X86AvoidStoreForwardingBlocks.pico.tmp X86AvoidTrailingCall.pico.tmp X86CallFrameOptimization.pico.tmp X86CallingConv.pico.tmp X86CallLowering.pico.tmp X86CmovConversion.pico.tmp X86DiscriminateMemOps.pico.tmp X86DomainReassignment.pico.tmp X86EvexToVex.pico.tmp X86ExpandPseudo.pico.tmp X86FastISel.pico.tmp X86FastTileConfig.pico.tmp X86FixupBWInsts.pico.tmp X86FixupLEAs.pico.tmp X86FixupSetCC.pico.tmp X86FlagsCopyLowering.pico.tmp X86FloatingPoint.pico.tmp X86FrameLowering.pico.tmp X86IndirectBranchTracking.pico.tmp X86IndirectThunks.pico.tmp X86InsertPrefetch.pico.tmp X86InsertWait.pico.tmp X86InstCombineIntrinsic.pico.tmp X86InstrFMA3Info.pico.tmp X86InstrFoldTables.pico.tmp X86InstrInfo.pico.tmp X86InstructionSelector.pico.tmp X86InterleavedAccess.pico.tmp X86ISelDAGToDAG.pico.tmp X86ISelLowering.pico.tmp X86LegalizerInfo.pico.tmp X86LoadValueInjectionLoadHardening.pico.tmp X86LoadValueInjectionRetHardening.pico.tmp X86LowerAMXIntrinsics.pico.tmp X86LowerAMXType.pico.tmp X86LowerTileCopy.pico.tmp X86MachineFunctionInfo.pico.tmp X86MacroFusion.pico.tmp X86MCInstLower.pico.tmp X86OptimizeLEAs.pico.tmp X86PadShortFunction.pico.tmp X86PartialReduction.pico.tmp X86PreAMXConfig.pico.tmp X86PreTileConfig.pico.tmp X86RegisterBankInfo.pico.tmp X86RegisterInfo.pico.tmp X86SelectionDAGInfo.pico.tmp X86ShuffleDecodeConstantPool.pico.tmp X86SpeculativeExecutionSideEffectSuppression.pico.tmp X86SpeculativeLoadHardening.pico.tmp X86Subtarget.pico.tmp X86TargetMachine.pico.tmp X86TargetObjectFile.pico.tmp X86TargetTransformInfo.pico.tmp X86TileConfig.pico.tmp X86VZeroUpper.pico.tmp X86WinAllocaExpander.pico.tmp X86WinEHState.pico.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-devX100 --- cleandir ===> external/gpl2/groff/font/devX100 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f libLLVMX86CodeGen_pic.a X86AsmPrinter.pico X86AvoidStoreForwardingBlocks.pico X86AvoidTrailingCall.pico X86CallFrameOptimization.pico X86CallingConv.pico X86CallLowering.pico X86CmovConversion.pico X86DiscriminateMemOps.pico X86DomainReassignment.pico X86EvexToVex.pico X86ExpandPseudo.pico X86FastISel.pico X86FastTileConfig.pico X86FixupBWInsts.pico X86FixupLEAs.pico X86FixupSetCC.pico X86FlagsCopyLowering.pico X86FloatingPoint.pico X86FrameLowering.pico X86IndirectBranchTracking.pico X86IndirectThunks.pico X86InsertPrefetch.pico X86InsertWait.pico X86InstCombineIntrinsic.pico X86InstrFMA3Info.pico X86InstrFoldTables.pico X86InstrInfo.pico X86InstructionSelector.pico X86InterleavedAccess.pico X86ISelDAGToDAG.pico X86ISelLowering.pico X86LegalizerInfo.pico X86LoadValueInjectionLoadHardening.pico X86LoadValueInjectionRetHardening.pico X86LowerAMXIntrinsics.pico X86LowerAMXType.pico X86LowerTileCopy.pico X86MachineFunctionInfo.pico X86MacroFusion.pico X86MCInstLower.pico X86OptimizeLEAs.pico X86PadShortFunction.pico X86PartialReduction.pico X86PreAMXConfig.pico X86PreTileConfig.pico X86RegisterBankInfo.pico X86RegisterInfo.pico X86SelectionDAGInfo.pico X86ShuffleDecodeConstantPool.pico X86SpeculativeExecutionSideEffectSuppression.pico X86SpeculativeLoadHardening.pico X86Subtarget.pico X86TargetMachine.pico X86TargetObjectFile.pico X86TargetTransformInfo.pico X86TileConfig.pico X86VZeroUpper.pico X86WinAllocaExpander.pico X86WinEHState.pico X86AsmPrinter.pico.tmp X86AvoidStoreForwardingBlocks.pico.tmp X86AvoidTrailingCall.pico.tmp X86CallFrameOptimization.pico.tmp X86CallingConv.pico.tmp X86CallLowering.pico.tmp X86CmovConversion.pico.tmp X86DiscriminateMemOps.pico.tmp X86DomainReassignment.pico.tmp X86EvexToVex.pico.tmp X86ExpandPseudo.pico.tmp X86FastISel.pico.tmp X86FastTileConfig.pico.tmp X86FixupBWInsts.pico.tmp X86FixupLEAs.pico.tmp X86FixupSetCC.pico.tmp X86FlagsCopyLowering.pico.tmp X86FloatingPoint.pico.tmp X86FrameLowering.pico.tmp X86IndirectBranchTracking.pico.tmp X86IndirectThunks.pico.tmp X86InsertPrefetch.pico.tmp X86InsertWait.pico.tmp X86InstCombineIntrinsic.pico.tmp X86InstrFMA3Info.pico.tmp X86InstrFoldTables.pico.tmp X86InstrInfo.pico.tmp X86InstructionSelector.pico.tmp X86InterleavedAccess.pico.tmp X86ISelDAGToDAG.pico.tmp X86ISelLowering.pico.tmp X86LegalizerInfo.pico.tmp X86LoadValueInjectionLoadHardening.pico.tmp X86LoadValueInjectionRetHardening.pico.tmp X86LowerAMXIntrinsics.pico.tmp X86LowerAMXType.pico.tmp X86LowerTileCopy.pico.tmp X86MachineFunctionInfo.pico.tmp X86MacroFusion.pico.tmp X86MCInstLower.pico.tmp X86OptimizeLEAs.pico.tmp X86PadShortFunction.pico.tmp X86PartialReduction.pico.tmp X86PreAMXConfig.pico.tmp X86PreTileConfig.pico.tmp X86RegisterBankInfo.pico.tmp X86RegisterInfo.pico.tmp X86SelectionDAGInfo.pico.tmp X86ShuffleDecodeConstantPool.pico.tmp X86SpeculativeExecutionSideEffectSuppression.pico.tmp X86SpeculativeLoadHardening.pico.tmp X86Subtarget.pico.tmp X86TargetMachine.pico.tmp X86TargetObjectFile.pico.tmp X86TargetTransformInfo.pico.tmp X86TileConfig.pico.tmp X86VZeroUpper.pico.tmp X86WinAllocaExpander.pico.tmp X86WinEHState.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f llib-lLLVMX86CodeGen.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f llib-lLLVMX86CodeGen.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devX100/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f X86GenAsmMatcher.inc X86GenAsmMatcher.inc.d X86GenAsmWriter.inc X86GenAsmWriter.inc.d X86GenAsmWriter1.inc X86GenAsmWriter1.inc.d X86GenCallingConv.inc X86GenCallingConv.inc.d X86GenDAGISel.inc X86GenDAGISel.inc.d X86GenDisassemblerTables.inc X86GenDisassemblerTables.inc.d X86GenEVEX2VEXTables.inc X86GenEVEX2VEXTables.inc.d X86GenFastISel.inc X86GenFastISel.inc.d X86GenGlobalISel.inc X86GenGlobalISel.inc.d X86GenInstrInfo.inc X86GenInstrInfo.inc.d X86GenRegisterBank.inc X86GenRegisterBank.inc.d X86GenRegisterInfo.inc X86GenRegisterInfo.inc.d X86GenSubtargetInfo.inc X86GenSubtargetInfo.inc.d libLLVMX86CodeGen.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f X86GenAsmMatcher.inc X86GenAsmMatcher.inc.d X86GenAsmWriter.inc X86GenAsmWriter.inc.d X86GenAsmWriter1.inc X86GenAsmWriter1.inc.d X86GenCallingConv.inc X86GenCallingConv.inc.d X86GenDAGISel.inc X86GenDAGISel.inc.d X86GenDisassemblerTables.inc X86GenDisassemblerTables.inc.d X86GenEVEX2VEXTables.inc X86GenEVEX2VEXTables.inc.d X86GenFastISel.inc X86GenFastISel.inc.d X86GenGlobalISel.inc X86GenGlobalISel.inc.d X86GenInstrInfo.inc X86GenInstrInfo.inc.d X86GenRegisterBank.inc X86GenRegisterBank.inc.d X86GenRegisterInfo.inc X86GenRegisterInfo.inc.d X86GenSubtargetInfo.inc X86GenSubtargetInfo.inc.d libLLVMX86CodeGen.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f .depend X86AsmPrinter.d X86AvoidStoreForwardingBlocks.d X86AvoidTrailingCall.d X86CallFrameOptimization.d X86CallLowering.d X86CallingConv.d X86CmovConversion.d X86DiscriminateMemOps.d X86DomainReassignment.d X86EvexToVex.d X86ExpandPseudo.d X86FastISel.d X86FastTileConfig.d X86FixupBWInsts.d X86FixupLEAs.d X86FixupSetCC.d X86FlagsCopyLowering.d X86FloatingPoint.d X86FrameLowering.d X86ISelDAGToDAG.d X86ISelLowering.d X86IndirectBranchTracking.d X86IndirectThunks.d X86InsertPrefetch.d X86InsertWait.d X86InstCombineIntrinsic.d X86InstrFMA3Info.d X86InstrFoldTables.d X86InstrInfo.d X86InstructionSelector.d X86InterleavedAccess.d X86LegalizerInfo.d X86LoadValueInjectionLoadHardening.d X86LoadValueInjectionRetHardening.d X86LowerAMXIntrinsics.d X86LowerAMXType.d X86LowerTileCopy.d X86MCInstLower.d X86MachineFunctionInfo.d X86MacroFusion.d X86OptimizeLEAs.d X86PadShortFunction.d X86PartialReduction.d X86PreAMXConfig.d X86PreTileConfig.d X86RegisterBankInfo.d X86RegisterInfo.d X86SelectionDAGInfo.d X86ShuffleDecodeConstantPool.d X86SpeculativeExecutionSideEffectSuppression.d X86SpeculativeLoadHardening.d X86Subtarget.d X86TargetMachine.d X86TargetObjectFile.d X86TargetTransformInfo.d X86TileConfig.d X86VZeroUpper.d X86WinAllocaExpander.d X86WinEHState.d X86AsmPrinter.d.tmp X86AvoidStoreForwardingBlocks.d.tmp X86AvoidTrailingCall.d.tmp X86CallFrameOptimization.d.tmp X86CallLowering.d.tmp X86CallingConv.d.tmp X86CmovConversion.d.tmp X86DiscriminateMemOps.d.tmp X86DomainReassignment.d.tmp X86EvexToVex.d.tmp X86ExpandPseudo.d.tmp X86FastISel.d.tmp X86FastTileConfig.d.tmp X86FixupBWInsts.d.tmp X86FixupLEAs.d.tmp X86FixupSetCC.d.tmp X86FlagsCopyLowering.d.tmp X86FloatingPoint.d.tmp X86FrameLowering.d.tmp X86ISelDAGToDAG.d.tmp X86ISelLowering.d.tmp X86IndirectBranchTracking.d.tmp X86IndirectThunks.d.tmp X86InsertPrefetch.d.tmp X86InsertWait.d.tmp X86InstCombineIntrinsic.d.tmp X86InstrFMA3Info.d.tmp X86InstrFoldTables.d.tmp X86InstrInfo.d.tmp X86InstructionSelector.d.tmp X86InterleavedAccess.d.tmp X86LegalizerInfo.d.tmp X86LoadValueInjectionLoadHardening.d.tmp X86LoadValueInjectionRetHardening.d.tmp X86LowerAMXIntrinsics.d.tmp X86LowerAMXType.d.tmp X86LowerTileCopy.d.tmp X86MCInstLower.d.tmp X86MachineFunctionInfo.d.tmp X86MacroFusion.d.tmp X86OptimizeLEAs.d.tmp X86PadShortFunction.d.tmp X86PartialReduction.d.tmp X86PreAMXConfig.d.tmp X86PreTileConfig.d.tmp X86RegisterBankInfo.d.tmp X86RegisterInfo.d.tmp X86SelectionDAGInfo.d.tmp X86ShuffleDecodeConstantPool.d.tmp X86SpeculativeExecutionSideEffectSuppression.d.tmp X86SpeculativeLoadHardening.d.tmp X86Subtarget.d.tmp X86TargetMachine.d.tmp X86TargetObjectFile.d.tmp X86TargetTransformInfo.d.tmp X86TileConfig.d.tmp X86VZeroUpper.d.tmp X86WinAllocaExpander.d.tmp X86WinEHState.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86CodeGen && rm -f .depend X86AsmPrinter.d X86AvoidStoreForwardingBlocks.d X86AvoidTrailingCall.d X86CallFrameOptimization.d X86CallLowering.d X86CallingConv.d X86CmovConversion.d X86DiscriminateMemOps.d X86DomainReassignment.d X86EvexToVex.d X86ExpandPseudo.d X86FastISel.d X86FastTileConfig.d X86FixupBWInsts.d X86FixupLEAs.d X86FixupSetCC.d X86FlagsCopyLowering.d X86FloatingPoint.d X86FrameLowering.d X86ISelDAGToDAG.d X86ISelLowering.d X86IndirectBranchTracking.d X86IndirectThunks.d X86InsertPrefetch.d X86InsertWait.d X86InstCombineIntrinsic.d X86InstrFMA3Info.d X86InstrFoldTables.d X86InstrInfo.d X86InstructionSelector.d X86InterleavedAccess.d X86LegalizerInfo.d X86LoadValueInjectionLoadHardening.d X86LoadValueInjectionRetHardening.d X86LowerAMXIntrinsics.d X86LowerAMXType.d X86LowerTileCopy.d X86MCInstLower.d X86MachineFunctionInfo.d X86MacroFusion.d X86OptimizeLEAs.d X86PadShortFunction.d X86PartialReduction.d X86PreAMXConfig.d X86PreTileConfig.d X86RegisterBankInfo.d X86RegisterInfo.d X86SelectionDAGInfo.d X86ShuffleDecodeConstantPool.d X86SpeculativeExecutionSideEffectSuppression.d X86SpeculativeLoadHardening.d X86Subtarget.d X86TargetMachine.d X86TargetObjectFile.d X86TargetTransformInfo.d X86TileConfig.d X86VZeroUpper.d X86WinAllocaExpander.d X86WinEHState.d X86AsmPrinter.d.tmp X86AvoidStoreForwardingBlocks.d.tmp X86AvoidTrailingCall.d.tmp X86CallFrameOptimization.d.tmp X86CallLowering.d.tmp X86CallingConv.d.tmp X86CmovConversion.d.tmp X86DiscriminateMemOps.d.tmp X86DomainReassignment.d.tmp X86EvexToVex.d.tmp X86ExpandPseudo.d.tmp X86FastISel.d.tmp X86FastTileConfig.d.tmp X86FixupBWInsts.d.tmp X86FixupLEAs.d.tmp X86FixupSetCC.d.tmp X86FlagsCopyLowering.d.tmp X86FloatingPoint.d.tmp X86FrameLowering.d.tmp X86ISelDAGToDAG.d.tmp X86ISelLowering.d.tmp X86IndirectBranchTracking.d.tmp X86IndirectThunks.d.tmp X86InsertPrefetch.d.tmp X86InsertWait.d.tmp X86InstCombineIntrinsic.d.tmp X86InstrFMA3Info.d.tmp X86InstrFoldTables.d.tmp X86InstrInfo.d.tmp X86InstructionSelector.d.tmp X86InterleavedAccess.d.tmp X86LegalizerInfo.d.tmp X86LoadValueInjectionLoadHardening.d.tmp X86LoadValueInjectionRetHardening.d.tmp X86LowerAMXIntrinsics.d.tmp X86LowerAMXType.d.tmp X86LowerTileCopy.d.tmp X86MCInstLower.d.tmp X86MachineFunctionInfo.d.tmp X86MacroFusion.d.tmp X86OptimizeLEAs.d.tmp X86PadShortFunction.d.tmp X86PartialReduction.d.tmp X86PreAMXConfig.d.tmp X86PreTileConfig.d.tmp X86RegisterBankInfo.d.tmp X86RegisterInfo.d.tmp X86SelectionDAGInfo.d.tmp X86ShuffleDecodeConstantPool.d.tmp X86SpeculativeExecutionSideEffectSuppression.d.tmp X86SpeculativeLoadHardening.d.tmp X86Subtarget.d.tmp X86TargetMachine.d.tmp X86TargetObjectFile.d.tmp X86TargetTransformInfo.d.tmp X86TileConfig.d.tmp X86VZeroUpper.d.tmp X86WinAllocaExpander.d.tmp X86WinEHState.d.tmp tags || true) --- cleandir-libLLVMAMDGPUMCTargetDesc --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devX100 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-devX100-12 --- cleandir ===> external/gpl2/groff/font/devX100-12 --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc.a AMDGPUAsmBackend.o AMDGPUELFObjectWriter.o AMDGPUELFStreamer.o AMDGPUInstPrinter.o AMDGPUMCAsmInfo.o AMDGPUMCCodeEmitter.o AMDGPUMCTargetDesc.o AMDGPUTargetStreamer.o R600MCCodeEmitter.o R600MCTargetDesc.o SIMCCodeEmitter.o AMDGPUAsmBackend.o.tmp AMDGPUELFObjectWriter.o.tmp AMDGPUELFStreamer.o.tmp AMDGPUInstPrinter.o.tmp AMDGPUMCAsmInfo.o.tmp AMDGPUMCCodeEmitter.o.tmp AMDGPUMCTargetDesc.o.tmp AMDGPUTargetStreamer.o.tmp R600MCCodeEmitter.o.tmp R600MCTargetDesc.o.tmp SIMCCodeEmitter.o.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devX100-12/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc.a AMDGPUAsmBackend.o AMDGPUELFObjectWriter.o AMDGPUELFStreamer.o AMDGPUInstPrinter.o AMDGPUMCAsmInfo.o AMDGPUMCCodeEmitter.o AMDGPUMCTargetDesc.o AMDGPUTargetStreamer.o R600MCCodeEmitter.o R600MCTargetDesc.o SIMCCodeEmitter.o AMDGPUAsmBackend.o.tmp AMDGPUELFObjectWriter.o.tmp AMDGPUELFStreamer.o.tmp AMDGPUInstPrinter.o.tmp AMDGPUMCAsmInfo.o.tmp AMDGPUMCCodeEmitter.o.tmp AMDGPUMCTargetDesc.o.tmp AMDGPUTargetStreamer.o.tmp R600MCCodeEmitter.o.tmp R600MCTargetDesc.o.tmp SIMCCodeEmitter.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_pic.a AMDGPUAsmBackend.pico AMDGPUELFObjectWriter.pico AMDGPUELFStreamer.pico AMDGPUInstPrinter.pico AMDGPUMCAsmInfo.pico AMDGPUMCCodeEmitter.pico AMDGPUMCTargetDesc.pico AMDGPUTargetStreamer.pico R600MCCodeEmitter.pico R600MCTargetDesc.pico SIMCCodeEmitter.pico AMDGPUAsmBackend.pico.tmp AMDGPUELFObjectWriter.pico.tmp AMDGPUELFStreamer.pico.tmp AMDGPUInstPrinter.pico.tmp AMDGPUMCAsmInfo.pico.tmp AMDGPUMCCodeEmitter.pico.tmp AMDGPUMCTargetDesc.pico.tmp AMDGPUTargetStreamer.pico.tmp R600MCCodeEmitter.pico.tmp R600MCTargetDesc.pico.tmp SIMCCodeEmitter.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc_pic.a AMDGPUAsmBackend.pico AMDGPUELFObjectWriter.pico AMDGPUELFStreamer.pico AMDGPUInstPrinter.pico AMDGPUMCAsmInfo.pico AMDGPUMCCodeEmitter.pico AMDGPUMCTargetDesc.pico AMDGPUTargetStreamer.pico R600MCCodeEmitter.pico R600MCTargetDesc.pico SIMCCodeEmitter.pico AMDGPUAsmBackend.pico.tmp AMDGPUELFObjectWriter.pico.tmp AMDGPUELFStreamer.pico.tmp AMDGPUInstPrinter.pico.tmp AMDGPUMCAsmInfo.pico.tmp AMDGPUMCCodeEmitter.pico.tmp AMDGPUMCTargetDesc.pico.tmp AMDGPUTargetStreamer.pico.tmp R600MCCodeEmitter.pico.tmp R600MCTargetDesc.pico.tmp SIMCCodeEmitter.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devX100-12 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f llib-lLLVMAMDGPUMCTargetDesc.ln || true) --- cleandir-external --- --- cleandir-devX75 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f llib-lLLVMAMDGPUMCTargetDesc.ln || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/font/devX75 --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f libLLVMAMDGPUMCTargetDesc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devX75/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f .depend AMDGPUAsmBackend.d AMDGPUELFObjectWriter.d AMDGPUELFStreamer.d AMDGPUInstPrinter.d AMDGPUMCAsmInfo.d AMDGPUMCCodeEmitter.d AMDGPUMCTargetDesc.d AMDGPUTargetStreamer.d R600MCCodeEmitter.d R600MCTargetDesc.d SIMCCodeEmitter.d AMDGPUAsmBackend.d.tmp AMDGPUELFObjectWriter.d.tmp AMDGPUELFStreamer.d.tmp AMDGPUInstPrinter.d.tmp AMDGPUMCAsmInfo.d.tmp AMDGPUMCCodeEmitter.d.tmp AMDGPUMCTargetDesc.d.tmp AMDGPUTargetStreamer.d.tmp R600MCCodeEmitter.d.tmp R600MCTargetDesc.d.tmp SIMCCodeEmitter.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUMCTargetDesc && rm -f .depend AMDGPUAsmBackend.d AMDGPUELFObjectWriter.d AMDGPUELFStreamer.d AMDGPUInstPrinter.d AMDGPUMCAsmInfo.d AMDGPUMCCodeEmitter.d AMDGPUMCTargetDesc.d AMDGPUTargetStreamer.d R600MCCodeEmitter.d R600MCTargetDesc.d SIMCCodeEmitter.d AMDGPUAsmBackend.d.tmp AMDGPUELFObjectWriter.d.tmp AMDGPUELFStreamer.d.tmp AMDGPUInstPrinter.d.tmp AMDGPUMCAsmInfo.d.tmp AMDGPUMCCodeEmitter.d.tmp AMDGPUMCTargetDesc.d.tmp AMDGPUTargetStreamer.d.tmp R600MCCodeEmitter.d.tmp R600MCTargetDesc.d.tmp SIMCCodeEmitter.d.tmp tags || true) --- cleandir-libLLVMAMDGPUTargetInfo --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devX75 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo.a AMDGPUTargetInfo.o AMDGPUTargetInfo.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo.a AMDGPUTargetInfo.o AMDGPUTargetInfo.o.tmp || true) --- cleandir-external --- --- cleandir-devX75-12 --- cleandir ===> external/gpl2/groff/font/devX75-12 --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_p.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_g.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devX75-12/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_pic.a AMDGPUTargetInfo.pico AMDGPUTargetInfo.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo_pic.a AMDGPUTargetInfo.pico AMDGPUTargetInfo.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f llib-lLLVMAMDGPUTargetInfo.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f llib-lLLVMAMDGPUTargetInfo.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f libLLVMAMDGPUTargetInfo.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devX75-12 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f .depend AMDGPUTargetInfo.d AMDGPUTargetInfo.d.tmp tags || true) --- cleandir-external --- --- cleandir-devascii --- cleandir ===> external/gpl2/groff/font/devascii --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUTargetInfo && rm -f .depend AMDGPUTargetInfo.d AMDGPUTargetInfo.d.tmp tags || true) --- cleandir-libLLVMAMDGPUAsmParser --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMAMDGPUAsmParser --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devascii/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/font/devascii && rm -f R I B BI S L CW DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser.a AMDGPUAsmParser.o AMDGPUAsmParser.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devascii && rm -f R I B BI S L CW DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser.a AMDGPUAsmParser.o AMDGPUAsmParser.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-devcp1047 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_p.a || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/font/devcp1047 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_g.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devcp1047/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_pic.a AMDGPUAsmParser.pico AMDGPUAsmParser.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser_pic.a AMDGPUAsmParser.pico AMDGPUAsmParser.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/font/devcp1047 && rm -f R I B BI S L CW DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f llib-lLLVMAMDGPUAsmParser.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f llib-lLLVMAMDGPUAsmParser.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devcp1047 && rm -f R I B BI S L CW DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-devdvi --- cleandir ===> external/gpl2/groff/font/devdvi --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f libLLVMAMDGPUAsmParser.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f .depend AMDGPUAsmParser.d AMDGPUAsmParser.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devdvi/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUAsmParser && rm -f .depend AMDGPUAsmParser.d AMDGPUAsmParser.d.tmp tags || true) --- cleandir-libLLVMAMDGPUUtils --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMAMDGPUUtils --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/font/devdvi && rm -f DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devdvi && rm -f DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-devhtml --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils.a AMDGPUAsmUtils.o AMDGPUBaseInfo.o AMDGPULDSUtils.o AMDGPUPALMetadata.o AMDKernelCodeTUtils.o AMDGPUAsmUtils.o.tmp AMDGPUBaseInfo.o.tmp AMDGPULDSUtils.o.tmp AMDGPUPALMetadata.o.tmp AMDKernelCodeTUtils.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/font/devhtml --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils.a AMDGPUAsmUtils.o AMDGPUBaseInfo.o AMDGPULDSUtils.o AMDGPUPALMetadata.o AMDKernelCodeTUtils.o AMDGPUAsmUtils.o.tmp AMDGPUBaseInfo.o.tmp AMDGPULDSUtils.o.tmp AMDGPUPALMetadata.o.tmp AMDKernelCodeTUtils.o.tmp || true) --- libclean2 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devhtml/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/font/devhtml && rm -f R I B BI CR CI CB CBI S DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_pic.a AMDGPUAsmUtils.pico AMDGPUBaseInfo.pico AMDGPULDSUtils.pico AMDGPUPALMetadata.pico AMDKernelCodeTUtils.pico AMDGPUAsmUtils.pico.tmp AMDGPUBaseInfo.pico.tmp AMDGPULDSUtils.pico.tmp AMDGPUPALMetadata.pico.tmp AMDKernelCodeTUtils.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devhtml && rm -f R I B BI CR CI CB CBI S DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils_pic.a AMDGPUAsmUtils.pico AMDGPUBaseInfo.pico AMDGPULDSUtils.pico AMDGPUPALMetadata.pico AMDKernelCodeTUtils.pico AMDGPUAsmUtils.pico.tmp AMDGPUBaseInfo.pico.tmp AMDGPULDSUtils.pico.tmp AMDGPUPALMetadata.pico.tmp AMDKernelCodeTUtils.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-devkoi8-r --- cleandir ===> external/gpl2/groff/font/devkoi8-r --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f llib-lLLVMAMDGPUUtils.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f llib-lLLVMAMDGPUUtils.ln || true) --- __doclean --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devkoi8-r/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f libLLVMAMDGPUUtils.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f .depend AMDGPUAsmUtils.d AMDGPUBaseInfo.d AMDGPULDSUtils.d AMDGPUPALMetadata.d AMDKernelCodeTUtils.d AMDGPUAsmUtils.d.tmp AMDGPUBaseInfo.d.tmp AMDGPULDSUtils.d.tmp AMDGPUPALMetadata.d.tmp AMDKernelCodeTUtils.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMAMDGPUUtils && rm -f .depend AMDGPUAsmUtils.d AMDGPUBaseInfo.d AMDGPULDSUtils.d AMDGPUPALMetadata.d AMDKernelCodeTUtils.d AMDGPUAsmUtils.d.tmp AMDGPUBaseInfo.d.tmp AMDGPULDSUtils.d.tmp AMDGPUPALMetadata.d.tmp AMDKernelCodeTUtils.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/font/devkoi8-r && rm -f R I B BI S L CW DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-libLLVMX86AsmParser --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devkoi8-r && rm -f R I B BI S L CW DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMX86AsmParser --- cleandir-external --- --- __docleandir --- --- cleandir-devlatin1 --- cleandir ===> external/gpl2/groff/font/devlatin1 --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devlatin1/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser.a X86AsmParser.o X86AsmParser.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser.a X86AsmParser.o X86AsmParser.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_p.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/font/devlatin1 && rm -f R I B BI S L CW DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devlatin1 && rm -f R I B BI S L CW DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-devlbp --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_pic.a X86AsmParser.pico X86AsmParser.pico.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/font/devlbp --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser_pic.a X86AsmParser.pico X86AsmParser.pico.tmp || true) --- libclean5 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devlbp/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f llib-lLLVMX86AsmParser.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f llib-lLLVMX86AsmParser.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f libLLVMX86AsmParser.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/font/devlbp && rm -f DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f .depend X86AsmParser.d X86AsmParser.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devlbp && rm -f DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86AsmParser && rm -f .depend X86AsmParser.d X86AsmParser.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-libLLVMX86Disassembler --- --- cleandir-external --- --- cleandir-devlj4 --- --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMX86Disassembler --- cleandir-external --- cleandir ===> external/gpl2/groff/font/devlj4 sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devlj4/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler.a X86Disassembler.o X86Disassembler.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler.a X86Disassembler.o X86Disassembler.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/font/devlj4 && rm -f DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devlj4 && rm -f DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_p.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-devps --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/gpl2/groff/font/devps --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_g.a || true) --- libclean4 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devps/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_pic.a X86Disassembler.pico X86Disassembler.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler_pic.a X86Disassembler.pico X86Disassembler.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f llib-lLLVMX86Disassembler.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f llib-lLLVMX86Disassembler.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/font/devps && rm -f DESC prologue symbolsl.pfa zapfdr.pfa a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devps && rm -f DESC prologue symbolsl.pfa zapfdr.pfa a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f libLLVMX86Disassembler.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-devutf8 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f .depend X86Disassembler.d X86Disassembler.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/font/devutf8 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86Disassembler && rm -f .depend X86Disassembler.d X86Disassembler.d.tmp tags || true) --- cleandir-libLLVMX86MCTargetDesc --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devutf8/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMX86MCTargetDesc --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/font/devutf8 && rm -f R I B BI S L CW DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/font/devutf8 && rm -f R I B BI S L CW DESC a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc.a X86AsmBackend.o X86ATTInstPrinter.o X86ELFObjectWriter.o X86InstComments.o X86InstPrinterCommon.o X86IntelInstPrinter.o X86MachObjectWriter.o X86MCAsmInfo.o X86MCCodeEmitter.o X86MCTargetDesc.o X86ShuffleDecode.o X86WinCOFFObjectWriter.o X86WinCOFFStreamer.o X86WinCOFFTargetStreamer.o X86AsmBackend.o.tmp X86ATTInstPrinter.o.tmp X86ELFObjectWriter.o.tmp X86InstComments.o.tmp X86InstPrinterCommon.o.tmp X86IntelInstPrinter.o.tmp X86MachObjectWriter.o.tmp X86MCAsmInfo.o.tmp X86MCCodeEmitter.o.tmp X86MCTargetDesc.o.tmp X86ShuffleDecode.o.tmp X86WinCOFFObjectWriter.o.tmp X86WinCOFFStreamer.o.tmp X86WinCOFFTargetStreamer.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc.a X86AsmBackend.o X86ATTInstPrinter.o X86ELFObjectWriter.o X86InstComments.o X86InstPrinterCommon.o X86IntelInstPrinter.o X86MachObjectWriter.o X86MCAsmInfo.o X86MCCodeEmitter.o X86MCTargetDesc.o X86ShuffleDecode.o X86WinCOFFObjectWriter.o X86WinCOFFStreamer.o X86WinCOFFTargetStreamer.o X86AsmBackend.o.tmp X86ATTInstPrinter.o.tmp X86ELFObjectWriter.o.tmp X86InstComments.o.tmp X86InstPrinterCommon.o.tmp X86IntelInstPrinter.o.tmp X86MachObjectWriter.o.tmp X86MCAsmInfo.o.tmp X86MCCodeEmitter.o.tmp X86MCTargetDesc.o.tmp X86ShuffleDecode.o.tmp X86WinCOFFObjectWriter.o.tmp X86WinCOFFStreamer.o.tmp X86WinCOFFTargetStreamer.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-man --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/gpl2/groff/man --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_p.a || true) --- libclean3 --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/man/../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_pic.a X86AsmBackend.pico X86ATTInstPrinter.pico X86ELFObjectWriter.pico X86InstComments.pico X86InstPrinterCommon.pico X86IntelInstPrinter.pico X86MachObjectWriter.pico X86MCAsmInfo.pico X86MCCodeEmitter.pico X86MCTargetDesc.pico X86ShuffleDecode.pico X86WinCOFFObjectWriter.pico X86WinCOFFStreamer.pico X86WinCOFFTargetStreamer.pico X86AsmBackend.pico.tmp X86ATTInstPrinter.pico.tmp X86ELFObjectWriter.pico.tmp X86InstComments.pico.tmp X86InstPrinterCommon.pico.tmp X86IntelInstPrinter.pico.tmp X86MachObjectWriter.pico.tmp X86MCAsmInfo.pico.tmp X86MCCodeEmitter.pico.tmp X86MCTargetDesc.pico.tmp X86ShuffleDecode.pico.tmp X86WinCOFFObjectWriter.pico.tmp X86WinCOFFStreamer.pico.tmp X86WinCOFFTargetStreamer.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc_pic.a X86AsmBackend.pico X86ATTInstPrinter.pico X86ELFObjectWriter.pico X86InstComments.pico X86InstPrinterCommon.pico X86IntelInstPrinter.pico X86MachObjectWriter.pico X86MCAsmInfo.pico X86MCCodeEmitter.pico X86MCTargetDesc.pico X86ShuffleDecode.pico X86WinCOFFObjectWriter.pico X86WinCOFFStreamer.pico X86WinCOFFTargetStreamer.pico X86AsmBackend.pico.tmp X86ATTInstPrinter.pico.tmp X86ELFObjectWriter.pico.tmp X86InstComments.pico.tmp X86InstPrinterCommon.pico.tmp X86IntelInstPrinter.pico.tmp X86MachObjectWriter.pico.tmp X86MCAsmInfo.pico.tmp X86MCCodeEmitter.pico.tmp X86MCTargetDesc.pico.tmp X86ShuffleDecode.pico.tmp X86WinCOFFObjectWriter.pico.tmp X86WinCOFFStreamer.pico.tmp X86WinCOFFTargetStreamer.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/man && rm -f groff_font.5 groff_out.5 groff_tmac.5 ditroff.7 groff.7 groff_char.7 groff_diff.7 roff.7 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f llib-lLLVMX86MCTargetDesc.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/man && rm -f groff_font.5 groff_out.5 groff_tmac.5 ditroff.7 groff.7 groff_char.7 groff_diff.7 roff.7 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f llib-lLLVMX86MCTargetDesc.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/man && rm -f groff_font.html5 groff_out.html5 groff_tmac.html5 ditroff.html7 groff.html7 groff_char.html7 groff_diff.html7 roff.html7 || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/man && rm -f groff_font.html5 groff_out.html5 groff_tmac.html5 ditroff.html7 groff.html7 groff_char.html7 groff_diff.html7 roff.html7 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f libLLVMX86MCTargetDesc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-tmac --- cleandir ===> external/gpl2/groff/tmac --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f .depend X86ATTInstPrinter.d X86AsmBackend.d X86ELFObjectWriter.d X86InstComments.d X86InstPrinterCommon.d X86IntelInstPrinter.d X86MCAsmInfo.d X86MCCodeEmitter.d X86MCTargetDesc.d X86MachObjectWriter.d X86ShuffleDecode.d X86WinCOFFObjectWriter.d X86WinCOFFStreamer.d X86WinCOFFTargetStreamer.d X86ATTInstPrinter.d.tmp X86AsmBackend.d.tmp X86ELFObjectWriter.d.tmp X86InstComments.d.tmp X86InstPrinterCommon.d.tmp X86IntelInstPrinter.d.tmp X86MCAsmInfo.d.tmp X86MCCodeEmitter.d.tmp X86MCTargetDesc.d.tmp X86MachObjectWriter.d.tmp X86ShuffleDecode.d.tmp X86WinCOFFObjectWriter.d.tmp X86WinCOFFStreamer.d.tmp X86WinCOFFTargetStreamer.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86MCTargetDesc && rm -f .depend X86ATTInstPrinter.d X86AsmBackend.d X86ELFObjectWriter.d X86InstComments.d X86InstPrinterCommon.d X86IntelInstPrinter.d X86MCAsmInfo.d X86MCCodeEmitter.d X86MCTargetDesc.d X86MachObjectWriter.d X86ShuffleDecode.d X86WinCOFFObjectWriter.d X86WinCOFFStreamer.d X86WinCOFFTargetStreamer.d X86ATTInstPrinter.d.tmp X86AsmBackend.d.tmp X86ELFObjectWriter.d.tmp X86InstComments.d.tmp X86InstPrinterCommon.d.tmp X86IntelInstPrinter.d.tmp X86MCAsmInfo.d.tmp X86MCCodeEmitter.d.tmp X86MCTargetDesc.d.tmp X86MachObjectWriter.d.tmp X86ShuffleDecode.d.tmp X86WinCOFFObjectWriter.d.tmp X86WinCOFFStreamer.d.tmp X86WinCOFFTargetStreamer.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- cleandir-libLLVMX86TargetInfo --- cleandir ===> lib/../external/apache2/llvm/librt/libLLVMX86TargetInfo --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/tmac && rm -f doc-common-s doc-ditroff-s doc-nroff-s doc-syms-s fr.ISO8859-1-s ru.KOI8-R-s e.tmac-s doc.tmac-s man.local-s mdoc.local-s an.tmac-s man.tmac-s s.tmac-s ms.tmac-s www.tmac-s a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac && rm -f doc-common-s doc-ditroff-s doc-nroff-s doc-syms-s fr.ISO8859-1-s ru.KOI8-R-s e.tmac-s doc.tmac-s man.local-s mdoc.local-s an.tmac-s man.tmac-s s.tmac-s ms.tmac-s www.tmac-s a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo.a X86TargetInfo.o X86TargetInfo.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo.a X86TargetInfo.o X86TargetInfo.o.tmp || true) --- cleandir-external --- --- cleandir-man --- cleandir ===> external/gpl2/groff/tmac/man --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_p.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/man/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_g.a || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/man/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_g.a || true) --- cleandir-external --- --- tmac_manclean --- rm -f groff_ms.7 groff_man.7 groff_me.7 groff_mdoc.7 groff_trace.7 groff_www.7 --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_pic.a X86TargetInfo.pico X86TargetInfo.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/tmac/man && rm -f groff_ms.html7 groff_man.html7 groff_me.html7 groff_mdoc.html7 groff_trace.html7 groff_www.html7 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo_pic.a X86TargetInfo.pico X86TargetInfo.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/man && rm -f groff_ms.html7 groff_man.html7 groff_me.html7 groff_mdoc.html7 groff_trace.html7 groff_www.html7 || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-mom --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f llib-lLLVMX86TargetInfo.ln || true) --- cleandir-external --- cleandir ===> external/gpl2/groff/tmac/mom --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f llib-lLLVMX86TargetInfo.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/mom/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f libLLVMX86TargetInfo.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f .depend X86TargetInfo.d X86TargetInfo.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/apache2/llvm/librt/libLLVMX86TargetInfo && rm -f .depend X86TargetInfo.d X86TargetInfo.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/tmac/mom && rm -f groff_mom.7 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-../external/bsd/libarchive/lib --- cleandir ===> lib/../external/bsd/libarchive/lib --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/mom && rm -f groff_mom.7 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/tmac/mom && rm -f groff_mom.html7 || true) --- cleandir-lib --- --- cleandir-libarchive --- cleandir ===> lib/../external/bsd/libarchive/lib/libarchive --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/mom && rm -f groff_mom.html7 || true) --- cleandir-examples --- cleandir ===> external/gpl2/groff/tmac/mom/examples sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/mom/examples/../../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/tmac/mom/examples && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/mom/examples && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-momdoc --- cleandir ===> external/gpl2/groff/tmac/mom/momdoc --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f libarchive.a archive_acl.o archive_blake2sp_ref.o archive_blake2s_ref.o archive_check_magic.o archive_cmdline.o archive_cryptor.o archive_digest.o archive_disk_acl_freebsd.o archive_entry.o archive_entry_copy_stat.o archive_entry_link_resolver.o archive_entry_sparse.o archive_entry_stat.o archive_entry_strmode.o archive_entry_xattr.o archive_getdate.o archive_hmac.o archive_match.o archive_options.o archive_pack_dev.o archive_pathmatch.o archive_ppmd7.o archive_ppmd8.o archive_random.o archive_rb.o archive_read_add_passphrase.o archive_read_append_filter.o archive_read.o archive_read_data_into_fd.o archive_read_disk_entry_from_file.o archive_read_disk_posix.o archive_read_disk_set_standard_lookup.o archive_read_extract2.o archive_read_extract.o archive_read_open_fd.o archive_read_open_file.o archive_read_open_filename.o archive_read_open_memory.o archive_read_set_format.o archive_read_set_options.o archive_read_support_filter_all.o archive_read_support_filter_bzip2.o archive_read_support_filter_compress.o archive_read_support_filter_grzip.o archive_read_support_filter_gzip.o archive_read_support_filter_lrzip.o archive_read_support_filter_lz4.o archive_read_support_filter_lzop.o archive_read_support_filter_none.o archive_read_support_filter_program.o archive_read_support_filter_rpm.o archive_read_support_filter_uu.o archive_read_support_filter_xz.o archive_read_support_filter_zstd.o archive_read_support_format_7zip.o archive_read_support_format_all.o archive_read_support_format_ar.o archive_read_support_format_by_code.o archive_read_support_format_cab.o archive_read_support_format_cpio.o archive_read_support_format_empty.o archive_read_support_format_iso9660.o archive_read_support_format_lha.o archive_read_support_format_mtree.o archive_read_support_format_rar5.o archive_read_support_format_rar.o archive_read_support_format_raw.o archive_read_support_format_tar.o archive_read_support_format_warc.o archive_read_support_format_xar.o archive_read_support_format_zip.o archive_string.o archive_string_sprintf.o archive_util.o archive_version_details.o archive_virtual.o archive_write_add_filter_b64encode.o archive_write_add_filter_by_name.o archive_write_add_filter_bzip2.o archive_write_add_filter.o archive_write_add_filter_compress.o archive_write_add_filter_grzip.o archive_write_add_filter_gzip.o archive_write_add_filter_lrzip.o archive_write_add_filter_lz4.o archive_write_add_filter_lzop.o archive_write_add_filter_none.o archive_write_add_filter_program.o archive_write_add_filter_uuencode.o archive_write_add_filter_xz.o archive_write_add_filter_zstd.o archive_write.o archive_write_disk_posix.o archive_write_disk_set_standard_lookup.o archive_write_open_fd.o archive_write_open_file.o archive_write_open_filename.o archive_write_open_memory.o archive_write_set_format_7zip.o archive_write_set_format_ar.o archive_write_set_format_by_name.o archive_write_set_format.o archive_write_set_format_cpio.o archive_write_set_format_cpio_newc.o archive_write_set_format_filter_by_ext.o archive_write_set_format_gnutar.o archive_write_set_format_iso9660.o archive_write_set_format_mtree.o archive_write_set_format_pax.o archive_write_set_format_raw.o archive_write_set_format_shar.o archive_write_set_format_ustar.o archive_write_set_format_v7tar.o archive_write_set_format_warc.o archive_write_set_format_xar.o archive_write_set_format_zip.o archive_write_set_options.o archive_write_set_passphrase.o filter_fork_posix.o xxhash.o archive_acl.o.tmp archive_blake2sp_ref.o.tmp archive_blake2s_ref.o.tmp archive_check_magic.o.tmp archive_cmdline.o.tmp archive_cryptor.o.tmp archive_digest.o.tmp archive_disk_acl_freebsd.o.tmp archive_entry.o.tmp archive_entry_copy_stat.o.tmp archive_entry_link_resolver.o.tmp archive_entry_sparse.o.tmp archive_entry_stat.o.tmp archive_entry_strmode.o.tmp archive_entry_xattr.o.tmp archive_getdate.o.tmp archive_hmac.o.tmp archive_match.o.tmp archive_options.o.tmp archive_pack_dev.o.tmp archive_pathmatch.o.tmp archive_ppmd7.o.tmp archive_ppmd8.o.tmp archive_random.o.tmp archive_rb.o.tmp archive_read_add_passphrase.o.tmp archive_read_append_filter.o.tmp archive_read.o.tmp archive_read_data_into_fd.o.tmp archive_read_disk_entry_from_file.o.tmp archive_read_disk_posix.o.tmp archive_read_disk_set_standard_lookup.o.tmp archive_read_extract2.o.tmp archive_read_extract.o.tmp archive_read_open_fd.o.tmp archive_read_open_file.o.tmp archive_read_open_filename.o.tmp archive_read_open_memory.o.tmp archive_read_set_format.o.tmp archive_read_set_options.o.tmp archive_read_support_filter_all.o.tmp archive_read_support_filter_bzip2.o.tmp archive_read_support_filter_compress.o.tmp archive_read_support_filter_grzip.o.tmp archive_read_support_filter_gzip.o.tmp archive_read_support_filter_lrzip.o.tmp archive_read_support_filter_lz4.o.tmp archive_read_support_filter_lzop.o.tmp archive_read_support_filter_none.o.tmp archive_read_support_filter_program.o.tmp archive_read_support_filter_rpm.o.tmp archive_read_support_filter_uu.o.tmp archive_read_support_filter_xz.o.tmp archive_read_support_filter_zstd.o.tmp archive_read_support_format_7zip.o.tmp archive_read_support_format_all.o.tmp archive_read_support_format_ar.o.tmp archive_read_support_format_by_code.o.tmp archive_read_support_format_cab.o.tmp archive_read_support_format_cpio.o.tmp archive_read_support_format_empty.o.tmp archive_read_support_format_iso9660.o.tmp archive_read_support_format_lha.o.tmp archive_read_support_format_mtree.o.tmp archive_read_support_format_rar5.o.tmp archive_read_support_format_rar.o.tmp archive_read_support_format_raw.o.tmp archive_read_support_format_tar.o.tmp archive_read_support_format_warc.o.tmp archive_read_support_format_xar.o.tmp archive_read_support_format_zip.o.tmp archive_string.o.tmp archive_string_sprintf.o.tmp archive_util.o.tmp archive_version_details.o.tmp archive_virtual.o.tmp archive_write_add_filter_b64encode.o.tmp archive_write_add_filter_by_name.o.tmp archive_write_add_filter_bzip2.o.tmp archive_write_add_filter.o.tmp archive_write_add_filter_compress.o.tmp archive_write_add_filter_grzip.o.tmp archive_write_add_filter_gzip.o.tmp archive_write_add_filter_lrzip.o.tmp archive_write_add_filter_lz4.o.tmp archive_write_add_filter_lzop.o.tmp archive_write_add_filter_none.o.tmp archive_write_add_filter_program.o.tmp archive_write_add_filter_uuencode.o.tmp archive_write_add_filter_xz.o.tmp archive_write_add_filter_zstd.o.tmp archive_write.o.tmp archive_write_disk_posix.o.tmp archive_write_disk_set_standard_lookup.o.tmp archive_write_open_fd.o.tmp archive_write_open_file.o.tmp archive_write_open_filename.o.tmp archive_write_open_memory.o.tmp archive_write_set_format_7zip.o.tmp archive_write_set_format_ar.o.tmp archive_write_set_format_by_name.o.tmp archive_write_set_format.o.tmp archive_write_set_format_cpio.o.tmp archive_write_set_format_cpio_newc.o.tmp archive_write_set_format_filter_by_ext.o.tmp archive_write_set_format_gnutar.o.tmp archive_write_set_format_iso9660.o.tmp archive_write_set_format_mtree.o.tmp archive_write_set_format_pax.o.tmp archive_write_set_format_raw.o.tmp archive_write_set_format_shar.o.tmp archive_write_set_format_ustar.o.tmp archive_write_set_format_v7tar.o.tmp archive_write_set_format_warc.o.tmp archive_write_set_format_xar.o.tmp archive_write_set_format_zip.o.tmp archive_write_set_options.o.tmp archive_write_set_passphrase.o.tmp filter_fork_posix.o.tmp xxhash.o.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/mom/momdoc/../../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f libarchive.a archive_acl.o archive_blake2sp_ref.o archive_blake2s_ref.o archive_check_magic.o archive_cmdline.o archive_cryptor.o archive_digest.o archive_disk_acl_freebsd.o archive_entry.o archive_entry_copy_stat.o archive_entry_link_resolver.o archive_entry_sparse.o archive_entry_stat.o archive_entry_strmode.o archive_entry_xattr.o archive_getdate.o archive_hmac.o archive_match.o archive_options.o archive_pack_dev.o archive_pathmatch.o archive_ppmd7.o archive_ppmd8.o archive_random.o archive_rb.o archive_read_add_passphrase.o archive_read_append_filter.o archive_read.o archive_read_data_into_fd.o archive_read_disk_entry_from_file.o archive_read_disk_posix.o archive_read_disk_set_standard_lookup.o archive_read_extract2.o archive_read_extract.o archive_read_open_fd.o archive_read_open_file.o archive_read_open_filename.o archive_read_open_memory.o archive_read_set_format.o archive_read_set_options.o archive_read_support_filter_all.o archive_read_support_filter_bzip2.o archive_read_support_filter_compress.o archive_read_support_filter_grzip.o archive_read_support_filter_gzip.o archive_read_support_filter_lrzip.o archive_read_support_filter_lz4.o archive_read_support_filter_lzop.o archive_read_support_filter_none.o archive_read_support_filter_program.o archive_read_support_filter_rpm.o archive_read_support_filter_uu.o archive_read_support_filter_xz.o archive_read_support_filter_zstd.o archive_read_support_format_7zip.o archive_read_support_format_all.o archive_read_support_format_ar.o archive_read_support_format_by_code.o archive_read_support_format_cab.o archive_read_support_format_cpio.o archive_read_support_format_empty.o archive_read_support_format_iso9660.o archive_read_support_format_lha.o archive_read_support_format_mtree.o archive_read_support_format_rar5.o archive_read_support_format_rar.o archive_read_support_format_raw.o archive_read_support_format_tar.o archive_read_support_format_warc.o archive_read_support_format_xar.o archive_read_support_format_zip.o archive_string.o archive_string_sprintf.o archive_util.o archive_version_details.o archive_virtual.o archive_write_add_filter_b64encode.o archive_write_add_filter_by_name.o archive_write_add_filter_bzip2.o archive_write_add_filter.o archive_write_add_filter_compress.o archive_write_add_filter_grzip.o archive_write_add_filter_gzip.o archive_write_add_filter_lrzip.o archive_write_add_filter_lz4.o archive_write_add_filter_lzop.o archive_write_add_filter_none.o archive_write_add_filter_program.o archive_write_add_filter_uuencode.o archive_write_add_filter_xz.o archive_write_add_filter_zstd.o archive_write.o archive_write_disk_posix.o archive_write_disk_set_standard_lookup.o archive_write_open_fd.o archive_write_open_file.o archive_write_open_filename.o archive_write_open_memory.o archive_write_set_format_7zip.o archive_write_set_format_ar.o archive_write_set_format_by_name.o archive_write_set_format.o archive_write_set_format_cpio.o archive_write_set_format_cpio_newc.o archive_write_set_format_filter_by_ext.o archive_write_set_format_gnutar.o archive_write_set_format_iso9660.o archive_write_set_format_mtree.o archive_write_set_format_pax.o archive_write_set_format_raw.o archive_write_set_format_shar.o archive_write_set_format_ustar.o archive_write_set_format_v7tar.o archive_write_set_format_warc.o archive_write_set_format_xar.o archive_write_set_format_zip.o archive_write_set_options.o archive_write_set_passphrase.o filter_fork_posix.o xxhash.o archive_acl.o.tmp archive_blake2sp_ref.o.tmp archive_blake2s_ref.o.tmp archive_check_magic.o.tmp archive_cmdline.o.tmp archive_cryptor.o.tmp archive_digest.o.tmp archive_disk_acl_freebsd.o.tmp archive_entry.o.tmp archive_entry_copy_stat.o.tmp archive_entry_link_resolver.o.tmp archive_entry_sparse.o.tmp archive_entry_stat.o.tmp archive_entry_strmode.o.tmp archive_entry_xattr.o.tmp archive_getdate.o.tmp archive_hmac.o.tmp archive_match.o.tmp archive_options.o.tmp archive_pack_dev.o.tmp archive_pathmatch.o.tmp archive_ppmd7.o.tmp archive_ppmd8.o.tmp archive_random.o.tmp archive_rb.o.tmp archive_read_add_passphrase.o.tmp archive_read_append_filter.o.tmp archive_read.o.tmp archive_read_data_into_fd.o.tmp archive_read_disk_entry_from_file.o.tmp archive_read_disk_posix.o.tmp archive_read_disk_set_standard_lookup.o.tmp archive_read_extract2.o.tmp archive_read_extract.o.tmp archive_read_open_fd.o.tmp archive_read_open_file.o.tmp archive_read_open_filename.o.tmp archive_read_open_memory.o.tmp archive_read_set_format.o.tmp archive_read_set_options.o.tmp archive_read_support_filter_all.o.tmp archive_read_support_filter_bzip2.o.tmp archive_read_support_filter_compress.o.tmp archive_read_support_filter_grzip.o.tmp archive_read_support_filter_gzip.o.tmp archive_read_support_filter_lrzip.o.tmp archive_read_support_filter_lz4.o.tmp archive_read_support_filter_lzop.o.tmp archive_read_support_filter_none.o.tmp archive_read_support_filter_program.o.tmp archive_read_support_filter_rpm.o.tmp archive_read_support_filter_uu.o.tmp archive_read_support_filter_xz.o.tmp archive_read_support_filter_zstd.o.tmp archive_read_support_format_7zip.o.tmp archive_read_support_format_all.o.tmp archive_read_support_format_ar.o.tmp archive_read_support_format_by_code.o.tmp archive_read_support_format_cab.o.tmp archive_read_support_format_cpio.o.tmp archive_read_support_format_empty.o.tmp archive_read_support_format_iso9660.o.tmp archive_read_support_format_lha.o.tmp archive_read_support_format_mtree.o.tmp archive_read_support_format_rar5.o.tmp archive_read_support_format_rar.o.tmp archive_read_support_format_raw.o.tmp archive_read_support_format_tar.o.tmp archive_read_support_format_warc.o.tmp archive_read_support_format_xar.o.tmp archive_read_support_format_zip.o.tmp archive_string.o.tmp archive_string_sprintf.o.tmp archive_util.o.tmp archive_version_details.o.tmp archive_virtual.o.tmp archive_write_add_filter_b64encode.o.tmp archive_write_add_filter_by_name.o.tmp archive_write_add_filter_bzip2.o.tmp archive_write_add_filter.o.tmp archive_write_add_filter_compress.o.tmp archive_write_add_filter_grzip.o.tmp archive_write_add_filter_gzip.o.tmp archive_write_add_filter_lrzip.o.tmp archive_write_add_filter_lz4.o.tmp archive_write_add_filter_lzop.o.tmp archive_write_add_filter_none.o.tmp archive_write_add_filter_program.o.tmp archive_write_add_filter_uuencode.o.tmp archive_write_add_filter_xz.o.tmp archive_write_add_filter_zstd.o.tmp archive_write.o.tmp archive_write_disk_posix.o.tmp archive_write_disk_set_standard_lookup.o.tmp archive_write_open_fd.o.tmp archive_write_open_file.o.tmp archive_write_open_filename.o.tmp archive_write_open_memory.o.tmp archive_write_set_format_7zip.o.tmp archive_write_set_format_ar.o.tmp archive_write_set_format_by_name.o.tmp archive_write_set_format.o.tmp archive_write_set_format_cpio.o.tmp archive_write_set_format_cpio_newc.o.tmp archive_write_set_format_filter_by_ext.o.tmp archive_write_set_format_gnutar.o.tmp archive_write_set_format_iso9660.o.tmp archive_write_set_format_mtree.o.tmp archive_write_set_format_pax.o.tmp archive_write_set_format_raw.o.tmp archive_write_set_format_shar.o.tmp archive_write_set_format_ustar.o.tmp archive_write_set_format_v7tar.o.tmp archive_write_set_format_warc.o.tmp archive_write_set_format_xar.o.tmp archive_write_set_format_zip.o.tmp archive_write_set_options.o.tmp archive_write_set_passphrase.o.tmp filter_fork_posix.o.tmp xxhash.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f libarchive_p.a archive_acl.po archive_blake2sp_ref.po archive_blake2s_ref.po archive_check_magic.po archive_cmdline.po archive_cryptor.po archive_digest.po archive_disk_acl_freebsd.po archive_entry.po archive_entry_copy_stat.po archive_entry_link_resolver.po archive_entry_sparse.po archive_entry_stat.po archive_entry_strmode.po archive_entry_xattr.po archive_getdate.po archive_hmac.po archive_match.po archive_options.po archive_pack_dev.po archive_pathmatch.po archive_ppmd7.po archive_ppmd8.po archive_random.po archive_rb.po archive_read_add_passphrase.po archive_read_append_filter.po archive_read.po archive_read_data_into_fd.po archive_read_disk_entry_from_file.po archive_read_disk_posix.po archive_read_disk_set_standard_lookup.po archive_read_extract2.po archive_read_extract.po archive_read_open_fd.po archive_read_open_file.po archive_read_open_filename.po archive_read_open_memory.po archive_read_set_format.po archive_read_set_options.po archive_read_support_filter_all.po archive_read_support_filter_bzip2.po archive_read_support_filter_compress.po archive_read_support_filter_grzip.po archive_read_support_filter_gzip.po archive_read_support_filter_lrzip.po archive_read_support_filter_lz4.po archive_read_support_filter_lzop.po archive_read_support_filter_none.po archive_read_support_filter_program.po archive_read_support_filter_rpm.po archive_read_support_filter_uu.po archive_read_support_filter_xz.po archive_read_support_filter_zstd.po archive_read_support_format_7zip.po archive_read_support_format_all.po archive_read_support_format_ar.po archive_read_support_format_by_code.po archive_read_support_format_cab.po archive_read_support_format_cpio.po archive_read_support_format_empty.po archive_read_support_format_iso9660.po archive_read_support_format_lha.po archive_read_support_format_mtree.po archive_read_support_format_rar5.po archive_read_support_format_rar.po archive_read_support_format_raw.po archive_read_support_format_tar.po archive_read_support_format_warc.po archive_read_support_format_xar.po archive_read_support_format_zip.po archive_string.po archive_string_sprintf.po archive_util.po archive_version_details.po archive_virtual.po archive_write_add_filter_b64encode.po archive_write_add_filter_by_name.po archive_write_add_filter_bzip2.po archive_write_add_filter.po archive_write_add_filter_compress.po archive_write_add_filter_grzip.po archive_write_add_filter_gzip.po archive_write_add_filter_lrzip.po archive_write_add_filter_lz4.po archive_write_add_filter_lzop.po archive_write_add_filter_none.po archive_write_add_filter_program.po archive_write_add_filter_uuencode.po archive_write_add_filter_xz.po archive_write_add_filter_zstd.po archive_write.po archive_write_disk_posix.po archive_write_disk_set_standard_lookup.po archive_write_open_fd.po archive_write_open_file.po archive_write_open_filename.po archive_write_open_memory.po archive_write_set_format_7zip.po archive_write_set_format_ar.po archive_write_set_format_by_name.po archive_write_set_format.po archive_write_set_format_cpio.po archive_write_set_format_cpio_newc.po archive_write_set_format_filter_by_ext.po archive_write_set_format_gnutar.po archive_write_set_format_iso9660.po archive_write_set_format_mtree.po archive_write_set_format_pax.po archive_write_set_format_raw.po archive_write_set_format_shar.po archive_write_set_format_ustar.po archive_write_set_format_v7tar.po archive_write_set_format_warc.po archive_write_set_format_xar.po archive_write_set_format_zip.po archive_write_set_options.po archive_write_set_passphrase.po filter_fork_posix.po xxhash.po archive_acl.po.tmp archive_blake2sp_ref.po.tmp archive_blake2s_ref.po.tmp archive_check_magic.po.tmp archive_cmdline.po.tmp archive_cryptor.po.tmp archive_digest.po.tmp archive_disk_acl_freebsd.po.tmp archive_entry.po.tmp archive_entry_copy_stat.po.tmp archive_entry_link_resolver.po.tmp archive_entry_sparse.po.tmp archive_entry_stat.po.tmp archive_entry_strmode.po.tmp archive_entry_xattr.po.tmp archive_getdate.po.tmp archive_hmac.po.tmp archive_match.po.tmp archive_options.po.tmp archive_pack_dev.po.tmp archive_pathmatch.po.tmp archive_ppmd7.po.tmp archive_ppmd8.po.tmp archive_random.po.tmp archive_rb.po.tmp archive_read_add_passphrase.po.tmp archive_read_append_filter.po.tmp archive_read.po.tmp archive_read_data_into_fd.po.tmp archive_read_disk_entry_from_file.po.tmp archive_read_disk_posix.po.tmp archive_read_disk_set_standard_lookup.po.tmp archive_read_extract2.po.tmp archive_read_extract.po.tmp archive_read_open_fd.po.tmp archive_read_open_file.po.tmp archive_read_open_filename.po.tmp archive_read_open_memory.po.tmp archive_read_set_format.po.tmp archive_read_set_options.po.tmp archive_read_support_filter_all.po.tmp archive_read_support_filter_bzip2.po.tmp archive_read_support_filter_compress.po.tmp archive_read_support_filter_grzip.po.tmp archive_read_support_filter_gzip.po.tmp archive_read_support_filter_lrzip.po.tmp archive_read_support_filter_lz4.po.tmp archive_read_support_filter_lzop.po.tmp archive_read_support_filter_none.po.tmp archive_read_support_filter_program.po.tmp archive_read_support_filter_rpm.po.tmp archive_read_support_filter_uu.po.tmp archive_read_support_filter_xz.po.tmp archive_read_support_filter_zstd.po.tmp archive_read_support_format_7zip.po.tmp archive_read_support_format_all.po.tmp archive_read_support_format_ar.po.tmp archive_read_support_format_by_code.po.tmp archive_read_support_format_cab.po.tmp archive_read_support_format_cpio.po.tmp archive_read_support_format_empty.po.tmp archive_read_support_format_iso9660.po.tmp archive_read_support_format_lha.po.tmp archive_read_support_format_mtree.po.tmp archive_read_support_format_rar5.po.tmp archive_read_support_format_rar.po.tmp archive_read_support_format_raw.po.tmp archive_read_support_format_tar.po.tmp archive_read_support_format_warc.po.tmp archive_read_support_format_xar.po.tmp archive_read_support_format_zip.po.tmp archive_string.po.tmp archive_string_sprintf.po.tmp archive_util.po.tmp archive_version_details.po.tmp archive_virtual.po.tmp archive_write_add_filter_b64encode.po.tmp archive_write_add_filter_by_name.po.tmp archive_write_add_filter_bzip2.po.tmp archive_write_add_filter.po.tmp archive_write_add_filter_compress.po.tmp archive_write_add_filter_grzip.po.tmp archive_write_add_filter_gzip.po.tmp archive_write_add_filter_lrzip.po.tmp archive_write_add_filter_lz4.po.tmp archive_write_add_filter_lzop.po.tmp archive_write_add_filter_none.po.tmp archive_write_add_filter_program.po.tmp archive_write_add_filter_uuencode.po.tmp archive_write_add_filter_xz.po.tmp archive_write_add_filter_zstd.po.tmp archive_write.po.tmp archive_write_disk_posix.po.tmp archive_write_disk_set_standard_lookup.po.tmp archive_write_open_fd.po.tmp archive_write_open_file.po.tmp archive_write_open_filename.po.tmp archive_write_open_memory.po.tmp archive_write_set_format_7zip.po.tmp archive_write_set_format_ar.po.tmp archive_write_set_format_by_name.po.tmp archive_write_set_format.po.tmp archive_write_set_format_cpio.po.tmp archive_write_set_format_cpio_newc.po.tmp archive_write_set_format_filter_by_ext.po.tmp archive_write_set_format_gnutar.po.tmp archive_write_set_format_iso9660.po.tmp archive_write_set_format_mtree.po.tmp archive_write_set_format_pax.po.tmp archive_write_set_format_raw.po.tmp archive_write_set_format_shar.po.tmp archive_write_set_format_ustar.po.tmp archive_write_set_format_v7tar.po.tmp archive_write_set_format_warc.po.tmp archive_write_set_format_xar.po.tmp archive_write_set_format_zip.po.tmp archive_write_set_options.po.tmp archive_write_set_passphrase.po.tmp filter_fork_posix.po.tmp xxhash.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f libarchive_p.a archive_acl.po archive_blake2sp_ref.po archive_blake2s_ref.po archive_check_magic.po archive_cmdline.po archive_cryptor.po archive_digest.po archive_disk_acl_freebsd.po archive_entry.po archive_entry_copy_stat.po archive_entry_link_resolver.po archive_entry_sparse.po archive_entry_stat.po archive_entry_strmode.po archive_entry_xattr.po archive_getdate.po archive_hmac.po archive_match.po archive_options.po archive_pack_dev.po archive_pathmatch.po archive_ppmd7.po archive_ppmd8.po archive_random.po archive_rb.po archive_read_add_passphrase.po archive_read_append_filter.po archive_read.po archive_read_data_into_fd.po archive_read_disk_entry_from_file.po archive_read_disk_posix.po archive_read_disk_set_standard_lookup.po archive_read_extract2.po archive_read_extract.po archive_read_open_fd.po archive_read_open_file.po archive_read_open_filename.po archive_read_open_memory.po archive_read_set_format.po archive_read_set_options.po archive_read_support_filter_all.po archive_read_support_filter_bzip2.po archive_read_support_filter_compress.po archive_read_support_filter_grzip.po archive_read_support_filter_gzip.po archive_read_support_filter_lrzip.po archive_read_support_filter_lz4.po archive_read_support_filter_lzop.po archive_read_support_filter_none.po archive_read_support_filter_program.po archive_read_support_filter_rpm.po archive_read_support_filter_uu.po archive_read_support_filter_xz.po archive_read_support_filter_zstd.po archive_read_support_format_7zip.po archive_read_support_format_all.po archive_read_support_format_ar.po archive_read_support_format_by_code.po archive_read_support_format_cab.po archive_read_support_format_cpio.po archive_read_support_format_empty.po archive_read_support_format_iso9660.po archive_read_support_format_lha.po archive_read_support_format_mtree.po archive_read_support_format_rar5.po archive_read_support_format_rar.po archive_read_support_format_raw.po archive_read_support_format_tar.po archive_read_support_format_warc.po archive_read_support_format_xar.po archive_read_support_format_zip.po archive_string.po archive_string_sprintf.po archive_util.po archive_version_details.po archive_virtual.po archive_write_add_filter_b64encode.po archive_write_add_filter_by_name.po archive_write_add_filter_bzip2.po archive_write_add_filter.po archive_write_add_filter_compress.po archive_write_add_filter_grzip.po archive_write_add_filter_gzip.po archive_write_add_filter_lrzip.po archive_write_add_filter_lz4.po archive_write_add_filter_lzop.po archive_write_add_filter_none.po archive_write_add_filter_program.po archive_write_add_filter_uuencode.po archive_write_add_filter_xz.po archive_write_add_filter_zstd.po archive_write.po archive_write_disk_posix.po archive_write_disk_set_standard_lookup.po archive_write_open_fd.po archive_write_open_file.po archive_write_open_filename.po archive_write_open_memory.po archive_write_set_format_7zip.po archive_write_set_format_ar.po archive_write_set_format_by_name.po archive_write_set_format.po archive_write_set_format_cpio.po archive_write_set_format_cpio_newc.po archive_write_set_format_filter_by_ext.po archive_write_set_format_gnutar.po archive_write_set_format_iso9660.po archive_write_set_format_mtree.po archive_write_set_format_pax.po archive_write_set_format_raw.po archive_write_set_format_shar.po archive_write_set_format_ustar.po archive_write_set_format_v7tar.po archive_write_set_format_warc.po archive_write_set_format_xar.po archive_write_set_format_zip.po archive_write_set_options.po archive_write_set_passphrase.po filter_fork_posix.po xxhash.po archive_acl.po.tmp archive_blake2sp_ref.po.tmp archive_blake2s_ref.po.tmp archive_check_magic.po.tmp archive_cmdline.po.tmp archive_cryptor.po.tmp archive_digest.po.tmp archive_disk_acl_freebsd.po.tmp archive_entry.po.tmp archive_entry_copy_stat.po.tmp archive_entry_link_resolver.po.tmp archive_entry_sparse.po.tmp archive_entry_stat.po.tmp archive_entry_strmode.po.tmp archive_entry_xattr.po.tmp archive_getdate.po.tmp archive_hmac.po.tmp archive_match.po.tmp archive_options.po.tmp archive_pack_dev.po.tmp archive_pathmatch.po.tmp archive_ppmd7.po.tmp archive_ppmd8.po.tmp archive_random.po.tmp archive_rb.po.tmp archive_read_add_passphrase.po.tmp archive_read_append_filter.po.tmp archive_read.po.tmp archive_read_data_into_fd.po.tmp archive_read_disk_entry_from_file.po.tmp archive_read_disk_posix.po.tmp archive_read_disk_set_standard_lookup.po.tmp archive_read_extract2.po.tmp archive_read_extract.po.tmp archive_read_open_fd.po.tmp archive_read_open_file.po.tmp archive_read_open_filename.po.tmp archive_read_open_memory.po.tmp archive_read_set_format.po.tmp archive_read_set_options.po.tmp archive_read_support_filter_all.po.tmp archive_read_support_filter_bzip2.po.tmp archive_read_support_filter_compress.po.tmp archive_read_support_filter_grzip.po.tmp archive_read_support_filter_gzip.po.tmp archive_read_support_filter_lrzip.po.tmp archive_read_support_filter_lz4.po.tmp archive_read_support_filter_lzop.po.tmp archive_read_support_filter_none.po.tmp archive_read_support_filter_program.po.tmp archive_read_support_filter_rpm.po.tmp archive_read_support_filter_uu.po.tmp archive_read_support_filter_xz.po.tmp archive_read_support_filter_zstd.po.tmp archive_read_support_format_7zip.po.tmp archive_read_support_format_all.po.tmp archive_read_support_format_ar.po.tmp archive_read_support_format_by_code.po.tmp archive_read_support_format_cab.po.tmp archive_read_support_format_cpio.po.tmp archive_read_support_format_empty.po.tmp archive_read_support_format_iso9660.po.tmp archive_read_support_format_lha.po.tmp archive_read_support_format_mtree.po.tmp archive_read_support_format_rar5.po.tmp archive_read_support_format_rar.po.tmp archive_read_support_format_raw.po.tmp archive_read_support_format_tar.po.tmp archive_read_support_format_warc.po.tmp archive_read_support_format_xar.po.tmp archive_read_support_format_zip.po.tmp archive_string.po.tmp archive_string_sprintf.po.tmp archive_util.po.tmp archive_version_details.po.tmp archive_virtual.po.tmp archive_write_add_filter_b64encode.po.tmp archive_write_add_filter_by_name.po.tmp archive_write_add_filter_bzip2.po.tmp archive_write_add_filter.po.tmp archive_write_add_filter_compress.po.tmp archive_write_add_filter_grzip.po.tmp archive_write_add_filter_gzip.po.tmp archive_write_add_filter_lrzip.po.tmp archive_write_add_filter_lz4.po.tmp archive_write_add_filter_lzop.po.tmp archive_write_add_filter_none.po.tmp archive_write_add_filter_program.po.tmp archive_write_add_filter_uuencode.po.tmp archive_write_add_filter_xz.po.tmp archive_write_add_filter_zstd.po.tmp archive_write.po.tmp archive_write_disk_posix.po.tmp archive_write_disk_set_standard_lookup.po.tmp archive_write_open_fd.po.tmp archive_write_open_file.po.tmp archive_write_open_filename.po.tmp archive_write_open_memory.po.tmp archive_write_set_format_7zip.po.tmp archive_write_set_format_ar.po.tmp archive_write_set_format_by_name.po.tmp archive_write_set_format.po.tmp archive_write_set_format_cpio.po.tmp archive_write_set_format_cpio_newc.po.tmp archive_write_set_format_filter_by_ext.po.tmp archive_write_set_format_gnutar.po.tmp archive_write_set_format_iso9660.po.tmp archive_write_set_format_mtree.po.tmp archive_write_set_format_pax.po.tmp archive_write_set_format_raw.po.tmp archive_write_set_format_shar.po.tmp archive_write_set_format_ustar.po.tmp archive_write_set_format_v7tar.po.tmp archive_write_set_format_warc.po.tmp archive_write_set_format_xar.po.tmp archive_write_set_format_zip.po.tmp archive_write_set_options.po.tmp archive_write_set_passphrase.po.tmp filter_fork_posix.po.tmp xxhash.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/tmac/mom/momdoc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/mom/momdoc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f libarchive_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f libarchive_g.a || true) --- cleandir-external --- --- cleandir-mm --- cleandir ===> external/gpl2/groff/tmac/mm --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f libarchive_pic.a libarchive.so.* libarchive.so archive_acl.pico archive_blake2sp_ref.pico archive_blake2s_ref.pico archive_check_magic.pico archive_cmdline.pico archive_cryptor.pico archive_digest.pico archive_disk_acl_freebsd.pico archive_entry.pico archive_entry_copy_stat.pico archive_entry_link_resolver.pico archive_entry_sparse.pico archive_entry_stat.pico archive_entry_strmode.pico archive_entry_xattr.pico archive_getdate.pico archive_hmac.pico archive_match.pico archive_options.pico archive_pack_dev.pico archive_pathmatch.pico archive_ppmd7.pico archive_ppmd8.pico archive_random.pico archive_rb.pico archive_read_add_passphrase.pico archive_read_append_filter.pico archive_read.pico archive_read_data_into_fd.pico archive_read_disk_entry_from_file.pico archive_read_disk_posix.pico archive_read_disk_set_standard_lookup.pico archive_read_extract2.pico archive_read_extract.pico archive_read_open_fd.pico archive_read_open_file.pico archive_read_open_filename.pico archive_read_open_memory.pico archive_read_set_format.pico archive_read_set_options.pico archive_read_support_filter_all.pico archive_read_support_filter_bzip2.pico archive_read_support_filter_compress.pico archive_read_support_filter_grzip.pico archive_read_support_filter_gzip.pico archive_read_support_filter_lrzip.pico archive_read_support_filter_lz4.pico archive_read_support_filter_lzop.pico archive_read_support_filter_none.pico archive_read_support_filter_program.pico archive_read_support_filter_rpm.pico archive_read_support_filter_uu.pico archive_read_support_filter_xz.pico archive_read_support_filter_zstd.pico archive_read_support_format_7zip.pico archive_read_support_format_all.pico archive_read_support_format_ar.pico archive_read_support_format_by_code.pico archive_read_support_format_cab.pico archive_read_support_format_cpio.pico archive_read_support_format_empty.pico archive_read_support_format_iso9660.pico archive_read_support_format_lha.pico archive_read_support_format_mtree.pico archive_read_support_format_rar5.pico archive_read_support_format_rar.pico archive_read_support_format_raw.pico archive_read_support_format_tar.pico archive_read_support_format_warc.pico archive_read_support_format_xar.pico archive_read_support_format_zip.pico archive_string.pico archive_string_sprintf.pico archive_util.pico archive_version_details.pico archive_virtual.pico archive_write_add_filter_b64encode.pico archive_write_add_filter_by_name.pico archive_write_add_filter_bzip2.pico archive_write_add_filter.pico archive_write_add_filter_compress.pico archive_write_add_filter_grzip.pico archive_write_add_filter_gzip.pico archive_write_add_filter_lrzip.pico archive_write_add_filter_lz4.pico archive_write_add_filter_lzop.pico archive_write_add_filter_none.pico archive_write_add_filter_program.pico archive_write_add_filter_uuencode.pico archive_write_add_filter_xz.pico archive_write_add_filter_zstd.pico archive_write.pico archive_write_disk_posix.pico archive_write_disk_set_standard_lookup.pico archive_write_open_fd.pico archive_write_open_file.pico archive_write_open_filename.pico archive_write_open_memory.pico archive_write_set_format_7zip.pico archive_write_set_format_ar.pico archive_write_set_format_by_name.pico archive_write_set_format.pico archive_write_set_format_cpio.pico archive_write_set_format_cpio_newc.pico archive_write_set_format_filter_by_ext.pico archive_write_set_format_gnutar.pico archive_write_set_format_iso9660.pico archive_write_set_format_mtree.pico archive_write_set_format_pax.pico archive_write_set_format_raw.pico archive_write_set_format_shar.pico archive_write_set_format_ustar.pico archive_write_set_format_v7tar.pico archive_write_set_format_warc.pico archive_write_set_format_xar.pico archive_write_set_format_zip.pico archive_write_set_options.pico archive_write_set_passphrase.pico filter_fork_posix.pico xxhash.pico archive_acl.pico.tmp archive_blake2sp_ref.pico.tmp archive_blake2s_ref.pico.tmp archive_check_magic.pico.tmp archive_cmdline.pico.tmp archive_cryptor.pico.tmp archive_digest.pico.tmp archive_disk_acl_freebsd.pico.tmp archive_entry.pico.tmp archive_entry_copy_stat.pico.tmp archive_entry_link_resolver.pico.tmp archive_entry_sparse.pico.tmp archive_entry_stat.pico.tmp archive_entry_strmode.pico.tmp archive_entry_xattr.pico.tmp archive_getdate.pico.tmp archive_hmac.pico.tmp archive_match.pico.tmp archive_options.pico.tmp archive_pack_dev.pico.tmp archive_pathmatch.pico.tmp archive_ppmd7.pico.tmp archive_ppmd8.pico.tmp archive_random.pico.tmp archive_rb.pico.tmp archive_read_add_passphrase.pico.tmp archive_read_append_filter.pico.tmp archive_read.pico.tmp archive_read_data_into_fd.pico.tmp archive_read_disk_entry_from_file.pico.tmp archive_read_disk_posix.pico.tmp archive_read_disk_set_standard_lookup.pico.tmp archive_read_extract2.pico.tmp archive_read_extract.pico.tmp archive_read_open_fd.pico.tmp archive_read_open_file.pico.tmp archive_read_open_filename.pico.tmp archive_read_open_memory.pico.tmp archive_read_set_format.pico.tmp archive_read_set_options.pico.tmp archive_read_support_filter_all.pico.tmp archive_read_support_filter_bzip2.pico.tmp archive_read_support_filter_compress.pico.tmp archive_read_support_filter_grzip.pico.tmp archive_read_support_filter_gzip.pico.tmp archive_read_support_filter_lrzip.pico.tmp archive_read_support_filter_lz4.pico.tmp archive_read_support_filter_lzop.pico.tmp archive_read_support_filter_none.pico.tmp archive_read_support_filter_program.pico.tmp archive_read_support_filter_rpm.pico.tmp archive_read_support_filter_uu.pico.tmp archive_read_support_filter_xz.pico.tmp archive_read_support_filter_zstd.pico.tmp archive_read_support_format_7zip.pico.tmp archive_read_support_format_all.pico.tmp archive_read_support_format_ar.pico.tmp archive_read_support_format_by_code.pico.tmp archive_read_support_format_cab.pico.tmp archive_read_support_format_cpio.pico.tmp archive_read_support_format_empty.pico.tmp archive_read_support_format_iso9660.pico.tmp archive_read_support_format_lha.pico.tmp archive_read_support_format_mtree.pico.tmp archive_read_support_format_rar5.pico.tmp archive_read_support_format_rar.pico.tmp archive_read_support_format_raw.pico.tmp archive_read_support_format_tar.pico.tmp archive_read_support_format_warc.pico.tmp archive_read_support_format_xar.pico.tmp archive_read_support_format_zip.pico.tmp archive_string.pico.tmp archive_string_sprintf.pico.tmp archive_util.pico.tmp archive_version_details.pico.tmp archive_virtual.pico.tmp archive_write_add_filter_b64encode.pico.tmp archive_write_add_filter_by_name.pico.tmp archive_write_add_filter_bzip2.pico.tmp archive_write_add_filter.pico.tmp archive_write_add_filter_compress.pico.tmp archive_write_add_filter_grzip.pico.tmp archive_write_add_filter_gzip.pico.tmp archive_write_add_filter_lrzip.pico.tmp archive_write_add_filter_lz4.pico.tmp archive_write_add_filter_lzop.pico.tmp archive_write_add_filter_none.pico.tmp archive_write_add_filter_program.pico.tmp archive_write_add_filter_uuencode.pico.tmp archive_write_add_filter_xz.pico.tmp archive_write_add_filter_zstd.pico.tmp archive_write.pico.tmp archive_write_disk_posix.pico.tmp archive_write_disk_set_standard_lookup.pico.tmp archive_write_open_fd.pico.tmp archive_write_open_file.pico.tmp archive_write_open_filename.pico.tmp archive_write_open_memory.pico.tmp archive_write_set_format_7zip.pico.tmp archive_write_set_format_ar.pico.tmp archive_write_set_format_by_name.pico.tmp archive_write_set_format.pico.tmp archive_write_set_format_cpio.pico.tmp archive_write_set_format_cpio_newc.pico.tmp archive_write_set_format_filter_by_ext.pico.tmp archive_write_set_format_gnutar.pico.tmp archive_write_set_format_iso9660.pico.tmp archive_write_set_format_mtree.pico.tmp archive_write_set_format_pax.pico.tmp archive_write_set_format_raw.pico.tmp archive_write_set_format_shar.pico.tmp archive_write_set_format_ustar.pico.tmp archive_write_set_format_v7tar.pico.tmp archive_write_set_format_warc.pico.tmp archive_write_set_format_xar.pico.tmp archive_write_set_format_zip.pico.tmp archive_write_set_options.pico.tmp archive_write_set_passphrase.pico.tmp filter_fork_posix.pico.tmp xxhash.pico.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/mm/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f libarchive_pic.a libarchive.so.* libarchive.so archive_acl.pico archive_blake2sp_ref.pico archive_blake2s_ref.pico archive_check_magic.pico archive_cmdline.pico archive_cryptor.pico archive_digest.pico archive_disk_acl_freebsd.pico archive_entry.pico archive_entry_copy_stat.pico archive_entry_link_resolver.pico archive_entry_sparse.pico archive_entry_stat.pico archive_entry_strmode.pico archive_entry_xattr.pico archive_getdate.pico archive_hmac.pico archive_match.pico archive_options.pico archive_pack_dev.pico archive_pathmatch.pico archive_ppmd7.pico archive_ppmd8.pico archive_random.pico archive_rb.pico archive_read_add_passphrase.pico archive_read_append_filter.pico archive_read.pico archive_read_data_into_fd.pico archive_read_disk_entry_from_file.pico archive_read_disk_posix.pico archive_read_disk_set_standard_lookup.pico archive_read_extract2.pico archive_read_extract.pico archive_read_open_fd.pico archive_read_open_file.pico archive_read_open_filename.pico archive_read_open_memory.pico archive_read_set_format.pico archive_read_set_options.pico archive_read_support_filter_all.pico archive_read_support_filter_bzip2.pico archive_read_support_filter_compress.pico archive_read_support_filter_grzip.pico archive_read_support_filter_gzip.pico archive_read_support_filter_lrzip.pico archive_read_support_filter_lz4.pico archive_read_support_filter_lzop.pico archive_read_support_filter_none.pico archive_read_support_filter_program.pico archive_read_support_filter_rpm.pico archive_read_support_filter_uu.pico archive_read_support_filter_xz.pico archive_read_support_filter_zstd.pico archive_read_support_format_7zip.pico archive_read_support_format_all.pico archive_read_support_format_ar.pico archive_read_support_format_by_code.pico archive_read_support_format_cab.pico archive_read_support_format_cpio.pico archive_read_support_format_empty.pico archive_read_support_format_iso9660.pico archive_read_support_format_lha.pico archive_read_support_format_mtree.pico archive_read_support_format_rar5.pico archive_read_support_format_rar.pico archive_read_support_format_raw.pico archive_read_support_format_tar.pico archive_read_support_format_warc.pico archive_read_support_format_xar.pico archive_read_support_format_zip.pico archive_string.pico archive_string_sprintf.pico archive_util.pico archive_version_details.pico archive_virtual.pico archive_write_add_filter_b64encode.pico archive_write_add_filter_by_name.pico archive_write_add_filter_bzip2.pico archive_write_add_filter.pico archive_write_add_filter_compress.pico archive_write_add_filter_grzip.pico archive_write_add_filter_gzip.pico archive_write_add_filter_lrzip.pico archive_write_add_filter_lz4.pico archive_write_add_filter_lzop.pico archive_write_add_filter_none.pico archive_write_add_filter_program.pico archive_write_add_filter_uuencode.pico archive_write_add_filter_xz.pico archive_write_add_filter_zstd.pico archive_write.pico archive_write_disk_posix.pico archive_write_disk_set_standard_lookup.pico archive_write_open_fd.pico archive_write_open_file.pico archive_write_open_filename.pico archive_write_open_memory.pico archive_write_set_format_7zip.pico archive_write_set_format_ar.pico archive_write_set_format_by_name.pico archive_write_set_format.pico archive_write_set_format_cpio.pico archive_write_set_format_cpio_newc.pico archive_write_set_format_filter_by_ext.pico archive_write_set_format_gnutar.pico archive_write_set_format_iso9660.pico archive_write_set_format_mtree.pico archive_write_set_format_pax.pico archive_write_set_format_raw.pico archive_write_set_format_shar.pico archive_write_set_format_ustar.pico archive_write_set_format_v7tar.pico archive_write_set_format_warc.pico archive_write_set_format_xar.pico archive_write_set_format_zip.pico archive_write_set_options.pico archive_write_set_passphrase.pico filter_fork_posix.pico xxhash.pico archive_acl.pico.tmp archive_blake2sp_ref.pico.tmp archive_blake2s_ref.pico.tmp archive_check_magic.pico.tmp archive_cmdline.pico.tmp archive_cryptor.pico.tmp archive_digest.pico.tmp archive_disk_acl_freebsd.pico.tmp archive_entry.pico.tmp archive_entry_copy_stat.pico.tmp archive_entry_link_resolver.pico.tmp archive_entry_sparse.pico.tmp archive_entry_stat.pico.tmp archive_entry_strmode.pico.tmp archive_entry_xattr.pico.tmp archive_getdate.pico.tmp archive_hmac.pico.tmp archive_match.pico.tmp archive_options.pico.tmp archive_pack_dev.pico.tmp archive_pathmatch.pico.tmp archive_ppmd7.pico.tmp archive_ppmd8.pico.tmp archive_random.pico.tmp archive_rb.pico.tmp archive_read_add_passphrase.pico.tmp archive_read_append_filter.pico.tmp archive_read.pico.tmp archive_read_data_into_fd.pico.tmp archive_read_disk_entry_from_file.pico.tmp archive_read_disk_posix.pico.tmp archive_read_disk_set_standard_lookup.pico.tmp archive_read_extract2.pico.tmp archive_read_extract.pico.tmp archive_read_open_fd.pico.tmp archive_read_open_file.pico.tmp archive_read_open_filename.pico.tmp archive_read_open_memory.pico.tmp archive_read_set_format.pico.tmp archive_read_set_options.pico.tmp archive_read_support_filter_all.pico.tmp archive_read_support_filter_bzip2.pico.tmp archive_read_support_filter_compress.pico.tmp archive_read_support_filter_grzip.pico.tmp archive_read_support_filter_gzip.pico.tmp archive_read_support_filter_lrzip.pico.tmp archive_read_support_filter_lz4.pico.tmp archive_read_support_filter_lzop.pico.tmp archive_read_support_filter_none.pico.tmp archive_read_support_filter_program.pico.tmp archive_read_support_filter_rpm.pico.tmp archive_read_support_filter_uu.pico.tmp archive_read_support_filter_xz.pico.tmp archive_read_support_filter_zstd.pico.tmp archive_read_support_format_7zip.pico.tmp archive_read_support_format_all.pico.tmp archive_read_support_format_ar.pico.tmp archive_read_support_format_by_code.pico.tmp archive_read_support_format_cab.pico.tmp archive_read_support_format_cpio.pico.tmp archive_read_support_format_empty.pico.tmp archive_read_support_format_iso9660.pico.tmp archive_read_support_format_lha.pico.tmp archive_read_support_format_mtree.pico.tmp archive_read_support_format_rar5.pico.tmp archive_read_support_format_rar.pico.tmp archive_read_support_format_raw.pico.tmp archive_read_support_format_tar.pico.tmp archive_read_support_format_warc.pico.tmp archive_read_support_format_xar.pico.tmp archive_read_support_format_zip.pico.tmp archive_string.pico.tmp archive_string_sprintf.pico.tmp archive_util.pico.tmp archive_version_details.pico.tmp archive_virtual.pico.tmp archive_write_add_filter_b64encode.pico.tmp archive_write_add_filter_by_name.pico.tmp archive_write_add_filter_bzip2.pico.tmp archive_write_add_filter.pico.tmp archive_write_add_filter_compress.pico.tmp archive_write_add_filter_grzip.pico.tmp archive_write_add_filter_gzip.pico.tmp archive_write_add_filter_lrzip.pico.tmp archive_write_add_filter_lz4.pico.tmp archive_write_add_filter_lzop.pico.tmp archive_write_add_filter_none.pico.tmp archive_write_add_filter_program.pico.tmp archive_write_add_filter_uuencode.pico.tmp archive_write_add_filter_xz.pico.tmp archive_write_add_filter_zstd.pico.tmp archive_write.pico.tmp archive_write_disk_posix.pico.tmp archive_write_disk_set_standard_lookup.pico.tmp archive_write_open_fd.pico.tmp archive_write_open_file.pico.tmp archive_write_open_filename.pico.tmp archive_write_open_memory.pico.tmp archive_write_set_format_7zip.pico.tmp archive_write_set_format_ar.pico.tmp archive_write_set_format_by_name.pico.tmp archive_write_set_format.pico.tmp archive_write_set_format_cpio.pico.tmp archive_write_set_format_cpio_newc.pico.tmp archive_write_set_format_filter_by_ext.pico.tmp archive_write_set_format_gnutar.pico.tmp archive_write_set_format_iso9660.pico.tmp archive_write_set_format_mtree.pico.tmp archive_write_set_format_pax.pico.tmp archive_write_set_format_raw.pico.tmp archive_write_set_format_shar.pico.tmp archive_write_set_format_ustar.pico.tmp archive_write_set_format_v7tar.pico.tmp archive_write_set_format_warc.pico.tmp archive_write_set_format_xar.pico.tmp archive_write_set_format_zip.pico.tmp archive_write_set_options.pico.tmp archive_write_set_passphrase.pico.tmp filter_fork_posix.pico.tmp xxhash.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f llib-larchive.ln archive_acl.ln archive_blake2sp_ref.ln archive_blake2s_ref.ln archive_check_magic.ln archive_cmdline.ln archive_cryptor.ln archive_digest.ln archive_disk_acl_freebsd.ln archive_entry.ln archive_entry_copy_stat.ln archive_entry_link_resolver.ln archive_entry_sparse.ln archive_entry_stat.ln archive_entry_strmode.ln archive_entry_xattr.ln archive_getdate.ln archive_hmac.ln archive_match.ln archive_options.ln archive_pack_dev.ln archive_pathmatch.ln archive_ppmd7.ln archive_ppmd8.ln archive_random.ln archive_rb.ln archive_read_add_passphrase.ln archive_read_append_filter.ln archive_read.ln archive_read_data_into_fd.ln archive_read_disk_entry_from_file.ln archive_read_disk_posix.ln archive_read_disk_set_standard_lookup.ln archive_read_extract2.ln archive_read_extract.ln archive_read_open_fd.ln archive_read_open_file.ln archive_read_open_filename.ln archive_read_open_memory.ln archive_read_set_format.ln archive_read_set_options.ln archive_read_support_filter_all.ln archive_read_support_filter_bzip2.ln archive_read_support_filter_compress.ln archive_read_support_filter_grzip.ln archive_read_support_filter_gzip.ln archive_read_support_filter_lrzip.ln archive_read_support_filter_lz4.ln archive_read_support_filter_lzop.ln archive_read_support_filter_none.ln archive_read_support_filter_program.ln archive_read_support_filter_rpm.ln archive_read_support_filter_uu.ln archive_read_support_filter_xz.ln archive_read_support_filter_zstd.ln archive_read_support_format_7zip.ln archive_read_support_format_all.ln archive_read_support_format_ar.ln archive_read_support_format_by_code.ln archive_read_support_format_cab.ln archive_read_support_format_cpio.ln archive_read_support_format_empty.ln archive_read_support_format_iso9660.ln archive_read_support_format_lha.ln archive_read_support_format_mtree.ln archive_read_support_format_rar5.ln archive_read_support_format_rar.ln archive_read_support_format_raw.ln archive_read_support_format_tar.ln archive_read_support_format_warc.ln archive_read_support_format_xar.ln archive_read_support_format_zip.ln archive_string.ln archive_string_sprintf.ln archive_util.ln archive_version_details.ln archive_virtual.ln archive_write_add_filter_b64encode.ln archive_write_add_filter_by_name.ln archive_write_add_filter_bzip2.ln archive_write_add_filter.ln archive_write_add_filter_compress.ln archive_write_add_filter_grzip.ln archive_write_add_filter_gzip.ln archive_write_add_filter_lrzip.ln archive_write_add_filter_lz4.ln archive_write_add_filter_lzop.ln archive_write_add_filter_none.ln archive_write_add_filter_program.ln archive_write_add_filter_uuencode.ln archive_write_add_filter_xz.ln archive_write_add_filter_zstd.ln archive_write.ln archive_write_disk_posix.ln archive_write_disk_set_standard_lookup.ln archive_write_open_fd.ln archive_write_open_file.ln archive_write_open_filename.ln archive_write_open_memory.ln archive_write_set_format_7zip.ln archive_write_set_format_ar.ln archive_write_set_format_by_name.ln archive_write_set_format.ln archive_write_set_format_cpio.ln archive_write_set_format_cpio_newc.ln archive_write_set_format_filter_by_ext.ln archive_write_set_format_gnutar.ln archive_write_set_format_iso9660.ln archive_write_set_format_mtree.ln archive_write_set_format_pax.ln archive_write_set_format_raw.ln archive_write_set_format_shar.ln archive_write_set_format_ustar.ln archive_write_set_format_v7tar.ln archive_write_set_format_warc.ln archive_write_set_format_xar.ln archive_write_set_format_zip.ln archive_write_set_options.ln archive_write_set_passphrase.ln filter_fork_posix.ln xxhash.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f llib-larchive.ln archive_acl.ln archive_blake2sp_ref.ln archive_blake2s_ref.ln archive_check_magic.ln archive_cmdline.ln archive_cryptor.ln archive_digest.ln archive_disk_acl_freebsd.ln archive_entry.ln archive_entry_copy_stat.ln archive_entry_link_resolver.ln archive_entry_sparse.ln archive_entry_stat.ln archive_entry_strmode.ln archive_entry_xattr.ln archive_getdate.ln archive_hmac.ln archive_match.ln archive_options.ln archive_pack_dev.ln archive_pathmatch.ln archive_ppmd7.ln archive_ppmd8.ln archive_random.ln archive_rb.ln archive_read_add_passphrase.ln archive_read_append_filter.ln archive_read.ln archive_read_data_into_fd.ln archive_read_disk_entry_from_file.ln archive_read_disk_posix.ln archive_read_disk_set_standard_lookup.ln archive_read_extract2.ln archive_read_extract.ln archive_read_open_fd.ln archive_read_open_file.ln archive_read_open_filename.ln archive_read_open_memory.ln archive_read_set_format.ln archive_read_set_options.ln archive_read_support_filter_all.ln archive_read_support_filter_bzip2.ln archive_read_support_filter_compress.ln archive_read_support_filter_grzip.ln archive_read_support_filter_gzip.ln archive_read_support_filter_lrzip.ln archive_read_support_filter_lz4.ln archive_read_support_filter_lzop.ln archive_read_support_filter_none.ln archive_read_support_filter_program.ln archive_read_support_filter_rpm.ln archive_read_support_filter_uu.ln archive_read_support_filter_xz.ln archive_read_support_filter_zstd.ln archive_read_support_format_7zip.ln archive_read_support_format_all.ln archive_read_support_format_ar.ln archive_read_support_format_by_code.ln archive_read_support_format_cab.ln archive_read_support_format_cpio.ln archive_read_support_format_empty.ln archive_read_support_format_iso9660.ln archive_read_support_format_lha.ln archive_read_support_format_mtree.ln archive_read_support_format_rar5.ln archive_read_support_format_rar.ln archive_read_support_format_raw.ln archive_read_support_format_tar.ln archive_read_support_format_warc.ln archive_read_support_format_xar.ln archive_read_support_format_zip.ln archive_string.ln archive_string_sprintf.ln archive_util.ln archive_version_details.ln archive_virtual.ln archive_write_add_filter_b64encode.ln archive_write_add_filter_by_name.ln archive_write_add_filter_bzip2.ln archive_write_add_filter.ln archive_write_add_filter_compress.ln archive_write_add_filter_grzip.ln archive_write_add_filter_gzip.ln archive_write_add_filter_lrzip.ln archive_write_add_filter_lz4.ln archive_write_add_filter_lzop.ln archive_write_add_filter_none.ln archive_write_add_filter_program.ln archive_write_add_filter_uuencode.ln archive_write_add_filter_xz.ln archive_write_add_filter_zstd.ln archive_write.ln archive_write_disk_posix.ln archive_write_disk_set_standard_lookup.ln archive_write_open_fd.ln archive_write_open_file.ln archive_write_open_filename.ln archive_write_open_memory.ln archive_write_set_format_7zip.ln archive_write_set_format_ar.ln archive_write_set_format_by_name.ln archive_write_set_format.ln archive_write_set_format_cpio.ln archive_write_set_format_cpio_newc.ln archive_write_set_format_filter_by_ext.ln archive_write_set_format_gnutar.ln archive_write_set_format_iso9660.ln archive_write_set_format_mtree.ln archive_write_set_format_pax.ln archive_write_set_format_raw.ln archive_write_set_format_shar.ln archive_write_set_format_ustar.ln archive_write_set_format_v7tar.ln archive_write_set_format_warc.ln archive_write_set_format_xar.ln archive_write_set_format_zip.ln archive_write_set_options.ln archive_write_set_passphrase.ln filter_fork_posix.ln xxhash.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/tmac/mm && rm -f groff_mm.7 groff_mmse.7 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/mm && rm -f groff_mm.7 groff_mmse.7 a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f libarchive.pc libarchive.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f libarchive.pc libarchive.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/tmac/mm && rm -f groff_mm.html7 groff_mmse.html7 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/tmac/mm && rm -f groff_mm.html7 groff_mmse.html7 || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive && rm -f archive_entry.html3 archive_entry_acl.html3 archive_entry_linkify.html3 archive_entry_misc.html3 archive_entry_paths.html3 archive_entry_perms.html3 archive_entry_stat.html3 archive_entry_time.html3 archive_read.html3 archive_read_add_passphrase.html3 archive_read_data.html3 archive_read_disk.html3 archive_read_extract.html3 archive_read_filter.html3 archive_read_format.html3 archive_read_free.html3 archive_read_header.html3 archive_read_new.html3 archive_read_open.html3 archive_read_set_options.html3 archive_util.html3 archive_write.html3 archive_write_blocksize.html3 archive_write_data.html3 archive_write_disk.html3 archive_write_filter.html3 archive_write_finish_entry.html3 archive_write_format.html3 archive_write_free.html3 archive_write_header.html3 archive_write_new.html3 archive_write_open.html3 archive_write_set_options.html3 archive_write_set_passphrase.html3 libarchive.html3 libarchive_changes.html3 libarchive_internals.html3 cpio.html5 libarchive-formats.html5 mtree.html5 tar.html5 .depend archive_acl.d archive_blake2s_ref.d archive_blake2sp_ref.d archive_check_magic.d archive_cmdline.d archive_cryptor.d archive_digest.d archive_disk_acl_freebsd.d archive_entry.d archive_entry_copy_stat.d archive_entry_link_resolver.d archive_entry_sparse.d archive_entry_stat.d archive_entry_strmode.d archive_entry_xattr.d archive_getdate.d archive_hmac.d archive_match.d archive_options.d archive_pack_dev.d archive_pathmatch.d archive_ppmd7.d archive_ppmd8.d archive_random.d archive_rb.d archive_read.d archive_read_add_passphrase.d archive_read_append_filter.d archive_read_data_into_fd.d archive_read_disk_entry_from_file.d archive_read_disk_posix.d archive_read_disk_set_standard_lookup.d archive_read_extract.d archive_read_extract2.d archive_read_open_fd.d archive_read_open_file.d archive_read_open_filename.d archive_read_open_memory.d archive_read_set_format.d archive_read_set_options.d archive_read_support_filter_all.d archive_read_support_filter_bzip2.d archive_read_support_filter_compress.d archive_read_support_filter_grzip.d archive_read_support_filter_gzip.d archive_read_support_filter_lrzip.d archive_read_support_filter_lz4.d archive_read_support_filter_lzop.d archive_read_support_filter_none.d archive_read_support_filter_program.d archive_read_support_filter_rpm.d archive_read_support_filter_uu.d archive_read_support_filter_xz.d archive_read_support_filter_zstd.d archive_read_support_format_7zip.d archive_read_support_format_all.d archive_read_support_format_ar.d archive_read_support_format_by_code.d archive_read_support_format_cab.d archive_read_support_format_cpio.d archive_read_support_format_empty.d archive_read_support_format_iso9660.d archive_read_support_format_lha.d archive_read_support_format_mtree.d archive_read_support_format_rar.d archive_read_support_format_rar5.d archive_read_support_format_raw.d archive_read_support_format_tar.d archive_read_support_format_warc.d archive_read_support_format_xar.d archive_read_support_format_zip.d archive_string.d archive_string_sprintf.d archive_util.d archive_version_details.d archive_virtual.d archive_write.d archive_write_add_filter.d archive_write_add_filter_b64encode.d archive_write_add_filter_by_name.d archive_write_add_filter_bzip2.d archive_write_add_filter_compress.d archive_write_add_filter_grzip.d archive_write_add_filter_gzip.d archive_write_add_filter_lrzip.d archive_write_add_filter_lz4.d archive_write_add_filter_lzop.d archive_write_add_filter_none.d archive_write_add_filter_program.d archive_write_add_filter_uuencode.d archive_write_add_filter_xz.d archive_write_add_filter_zstd.d archive_write_disk_posix.d archive_write_disk_set_standard_lookup.d archive_write_open_fd.d archive_write_open_file.d archive_write_open_filename.d archive_write_open_memory.d archive_write_set_format.d archive_write_set_format_7zip.d archive_write_set_format_ar.d archive_write_set_format_by_name.d archive_write_set_format_cpio.d archive_write_set_format_cpio_newc.d archive_write_set_format_filter_by_ext.d archive_write_set_format_gnutar.d archive_write_set_format_iso9660.d archive_write_set_format_mtree.d archive_write_set_format_pax.d archive_write_set_format_raw.d archive_write_set_format_shar.d archive_write_set_format_ustar.d archive_write_set_format_v7tar.d archive_write_set_format_warc.d archive_write_set_format_xar.d archive_write_set_format_zip.d archive_write_set_options.d archive_write_set_passphrase.d filter_fork_posix.d xxhash.d archive_acl.d.tmp archive_blake2s_ref.d.tmp archive_blake2sp_ref.d.tmp archive_check_magic.d.tmp archive_cmdline.d.tmp archive_cryptor.d.tmp archive_digest.d.tmp archive_disk_acl_freebsd.d.tmp archive_entry.d.tmp archive_entry_copy_stat.d.tmp archive_entry_link_resolver.d.tmp archive_entry_sparse.d.tmp archive_entry_stat.d.tmp archive_entry_strmode.d.tmp archive_entry_xattr.d.tmp archive_getdate.d.tmp archive_hmac.d.tmp archive_match.d.tmp archive_options.d.tmp archive_pack_dev.d.tmp archive_pathmatch.d.tmp archive_ppmd7.d.tmp archive_ppmd8.d.tmp archive_random.d.tmp archive_rb.d.tmp archive_read.d.tmp archive_read_add_passphrase.d.tmp archive_read_append_filter.d.tmp archive_read_data_into_fd.d.tmp archive_read_disk_entry_from_file.d.tmp archive_read_disk_posix.d.tmp archive_read_disk_set_standard_lookup.d.tmp archive_read_extract.d.tmp archive_read_extract2.d.tmp archive_read_open_fd.d.tmp archive_read_open_file.d.tmp archive_read_open_filename.d.tmp archive_read_open_memory.d.tmp archive_read_set_format.d.tmp archive_read_set_options.d.tmp archive_read_support_filter_all.d.tmp archive_read_support_filter_bzip2.d.tmp archive_read_support_filter_compress.d.tmp archive_read_support_filter_grzip.d.tmp archive_read_support_filter_gzip.d.tmp archive_read_support_filter_lrzip.d.tmp archive_read_support_filter_lz4.d.tmp archive_read_support_filter_lzop.d.tmp archive_read_support_filter_none.d.tmp archive_read_support_filter_program.d.tmp archive_read_support_filter_rpm.d.tmp archive_read_support_filter_uu.d.tmp archive_read_support_filter_xz.d.tmp archive_read_support_filter_zstd.d.tmp archive_read_support_format_7zip.d.tmp archive_read_support_format_all.d.tmp archive_read_support_format_ar.d.tmp archive_read_support_format_by_code.d.tmp archive_read_support_format_cab.d.tmp archive_read_support_format_cpio.d.tmp archive_read_support_format_empty.d.tmp archive_read_support_format_iso9660.d.tmp archive_read_support_format_lha.d.tmp archive_read_support_format_mtree.d.tmp archive_read_support_format_rar.d.tmp archive_read_support_format_rar5.d.tmp archive_read_support_format_raw.d.tmp archive_read_support_format_tar.d.tmp archive_read_support_format_warc.d.tmp archive_read_support_format_xar.d.tmp archive_read_support_format_zip.d.tmp archive_string.d.tmp archive_string_sprintf.d.tmp archive_util.d.tmp archive_version_details.d.tmp archive_virtual.d.tmp archive_write.d.tmp archive_write_add_filter.d.tmp archive_write_add_filter_b64encode.d.tmp archive_write_add_filter_by_name.d.tmp archive_write_add_filter_bzip2.d.tmp archive_write_add_filter_compress.d.tmp archive_write_add_filter_grzip.d.tmp archive_write_add_filter_gzip.d.tmp archive_write_add_filter_lrzip.d.tmp archive_write_add_filter_lz4.d.tmp archive_write_add_filter_lzop.d.tmp archive_write_add_filter_none.d.tmp archive_write_add_filter_program.d.tmp archive_write_add_filter_uuencode.d.tmp archive_write_add_filter_xz.d.tmp archive_write_add_filter_zstd.d.tmp archive_write_disk_posix.d.tmp archive_write_disk_set_standard_lookup.d.tmp archive_write_open_fd.d.tmp archive_write_open_file.d.tmp archive_write_open_filename.d.tmp archive_write_open_memory.d.tmp archive_write_set_format.d.tmp archive_write_set_format_7zip.d.tmp archive_write_set_format_ar.d.tmp archive_write_set_format_by_name.d.tmp archive_write_set_format_cpio.d.tmp archive_write_set_format_cpio_newc.d.tmp archive_write_set_format_filter_by_ext.d.tmp archive_write_set_format_gnutar.d.tmp archive_write_set_format_iso9660.d.tmp archive_write_set_format_mtree.d.tmp archive_write_set_format_pax.d.tmp archive_write_set_format_raw.d.tmp archive_write_set_format_shar.d.tmp archive_write_set_format_ustar.d.tmp archive_write_set_format_v7tar.d.tmp archive_write_set_format_warc.d.tmp archive_write_set_format_xar.d.tmp archive_write_set_format_zip.d.tmp archive_write_set_options.d.tmp archive_write_set_passphrase.d.tmp filter_fork_posix.d.tmp xxhash.d.tmp tags || true) --- cleandir-external --- --- cleandir-devices --- cleandir ===> external/gpl2/groff/devices --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive && rm -f archive_entry.html3 archive_entry_acl.html3 archive_entry_linkify.html3 archive_entry_misc.html3 archive_entry_paths.html3 archive_entry_perms.html3 archive_entry_stat.html3 archive_entry_time.html3 archive_read.html3 archive_read_add_passphrase.html3 archive_read_data.html3 archive_read_disk.html3 archive_read_extract.html3 archive_read_filter.html3 archive_read_format.html3 archive_read_free.html3 archive_read_header.html3 archive_read_new.html3 archive_read_open.html3 archive_read_set_options.html3 archive_util.html3 archive_write.html3 archive_write_blocksize.html3 archive_write_data.html3 archive_write_disk.html3 archive_write_filter.html3 archive_write_finish_entry.html3 archive_write_format.html3 archive_write_free.html3 archive_write_header.html3 archive_write_new.html3 archive_write_open.html3 archive_write_set_options.html3 archive_write_set_passphrase.html3 libarchive.html3 libarchive_changes.html3 libarchive_internals.html3 cpio.html5 libarchive-formats.html5 mtree.html5 tar.html5 .depend archive_acl.d archive_blake2s_ref.d archive_blake2sp_ref.d archive_check_magic.d archive_cmdline.d archive_cryptor.d archive_digest.d archive_disk_acl_freebsd.d archive_entry.d archive_entry_copy_stat.d archive_entry_link_resolver.d archive_entry_sparse.d archive_entry_stat.d archive_entry_strmode.d archive_entry_xattr.d archive_getdate.d archive_hmac.d archive_match.d archive_options.d archive_pack_dev.d archive_pathmatch.d archive_ppmd7.d archive_ppmd8.d archive_random.d archive_rb.d archive_read.d archive_read_add_passphrase.d archive_read_append_filter.d archive_read_data_into_fd.d archive_read_disk_entry_from_file.d archive_read_disk_posix.d archive_read_disk_set_standard_lookup.d archive_read_extract.d archive_read_extract2.d archive_read_open_fd.d archive_read_open_file.d archive_read_open_filename.d archive_read_open_memory.d archive_read_set_format.d archive_read_set_options.d archive_read_support_filter_all.d archive_read_support_filter_bzip2.d archive_read_support_filter_compress.d archive_read_support_filter_grzip.d archive_read_support_filter_gzip.d archive_read_support_filter_lrzip.d archive_read_support_filter_lz4.d archive_read_support_filter_lzop.d archive_read_support_filter_none.d archive_read_support_filter_program.d archive_read_support_filter_rpm.d archive_read_support_filter_uu.d archive_read_support_filter_xz.d archive_read_support_filter_zstd.d archive_read_support_format_7zip.d archive_read_support_format_all.d archive_read_support_format_ar.d archive_read_support_format_by_code.d archive_read_support_format_cab.d archive_read_support_format_cpio.d archive_read_support_format_empty.d archive_read_support_format_iso9660.d archive_read_support_format_lha.d archive_read_support_format_mtree.d archive_read_support_format_rar.d archive_read_support_format_rar5.d archive_read_support_format_raw.d archive_read_support_format_tar.d archive_read_support_format_warc.d archive_read_support_format_xar.d archive_read_support_format_zip.d archive_string.d archive_string_sprintf.d archive_util.d archive_version_details.d archive_virtual.d archive_write.d archive_write_add_filter.d archive_write_add_filter_b64encode.d archive_write_add_filter_by_name.d archive_write_add_filter_bzip2.d archive_write_add_filter_compress.d archive_write_add_filter_grzip.d archive_write_add_filter_gzip.d archive_write_add_filter_lrzip.d archive_write_add_filter_lz4.d archive_write_add_filter_lzop.d archive_write_add_filter_none.d archive_write_add_filter_program.d archive_write_add_filter_uuencode.d archive_write_add_filter_xz.d archive_write_add_filter_zstd.d archive_write_disk_posix.d archive_write_disk_set_standard_lookup.d archive_write_open_fd.d archive_write_open_file.d archive_write_open_filename.d archive_write_open_memory.d archive_write_set_format.d archive_write_set_format_7zip.d archive_write_set_format_ar.d archive_write_set_format_by_name.d archive_write_set_format_cpio.d archive_write_set_format_cpio_newc.d archive_write_set_format_filter_by_ext.d archive_write_set_format_gnutar.d archive_write_set_format_iso9660.d archive_write_set_format_mtree.d archive_write_set_format_pax.d archive_write_set_format_raw.d archive_write_set_format_shar.d archive_write_set_format_ustar.d archive_write_set_format_v7tar.d archive_write_set_format_warc.d archive_write_set_format_xar.d archive_write_set_format_zip.d archive_write_set_options.d archive_write_set_passphrase.d filter_fork_posix.d xxhash.d archive_acl.d.tmp archive_blake2s_ref.d.tmp archive_blake2sp_ref.d.tmp archive_check_magic.d.tmp archive_cmdline.d.tmp archive_cryptor.d.tmp archive_digest.d.tmp archive_disk_acl_freebsd.d.tmp archive_entry.d.tmp archive_entry_copy_stat.d.tmp archive_entry_link_resolver.d.tmp archive_entry_sparse.d.tmp archive_entry_stat.d.tmp archive_entry_strmode.d.tmp archive_entry_xattr.d.tmp archive_getdate.d.tmp archive_hmac.d.tmp archive_match.d.tmp archive_options.d.tmp archive_pack_dev.d.tmp archive_pathmatch.d.tmp archive_ppmd7.d.tmp archive_ppmd8.d.tmp archive_random.d.tmp archive_rb.d.tmp archive_read.d.tmp archive_read_add_passphrase.d.tmp archive_read_append_filter.d.tmp archive_read_data_into_fd.d.tmp archive_read_disk_entry_from_file.d.tmp archive_read_disk_posix.d.tmp archive_read_disk_set_standard_lookup.d.tmp archive_read_extract.d.tmp archive_read_extract2.d.tmp archive_read_open_fd.d.tmp archive_read_open_file.d.tmp archive_read_open_filename.d.tmp archive_read_open_memory.d.tmp archive_read_set_format.d.tmp archive_read_set_options.d.tmp archive_read_support_filter_all.d.tmp archive_read_support_filter_bzip2.d.tmp archive_read_support_filter_compress.d.tmp archive_read_support_filter_grzip.d.tmp archive_read_support_filter_gzip.d.tmp archive_read_support_filter_lrzip.d.tmp archive_read_support_filter_lz4.d.tmp archive_read_support_filter_lzop.d.tmp archive_read_support_filter_none.d.tmp archive_read_support_filter_program.d.tmp archive_read_support_filter_rpm.d.tmp archive_read_support_filter_uu.d.tmp archive_read_support_filter_xz.d.tmp archive_read_support_filter_zstd.d.tmp archive_read_support_format_7zip.d.tmp archive_read_support_format_all.d.tmp archive_read_support_format_ar.d.tmp archive_read_support_format_by_code.d.tmp archive_read_support_format_cab.d.tmp archive_read_support_format_cpio.d.tmp archive_read_support_format_empty.d.tmp archive_read_support_format_iso9660.d.tmp archive_read_support_format_lha.d.tmp archive_read_support_format_mtree.d.tmp archive_read_support_format_rar.d.tmp archive_read_support_format_rar5.d.tmp archive_read_support_format_raw.d.tmp archive_read_support_format_tar.d.tmp archive_read_support_format_warc.d.tmp archive_read_support_format_xar.d.tmp archive_read_support_format_zip.d.tmp archive_string.d.tmp archive_string_sprintf.d.tmp archive_util.d.tmp archive_version_details.d.tmp archive_virtual.d.tmp archive_write.d.tmp archive_write_add_filter.d.tmp archive_write_add_filter_b64encode.d.tmp archive_write_add_filter_by_name.d.tmp archive_write_add_filter_bzip2.d.tmp archive_write_add_filter_compress.d.tmp archive_write_add_filter_grzip.d.tmp archive_write_add_filter_gzip.d.tmp archive_write_add_filter_lrzip.d.tmp archive_write_add_filter_lz4.d.tmp archive_write_add_filter_lzop.d.tmp archive_write_add_filter_none.d.tmp archive_write_add_filter_program.d.tmp archive_write_add_filter_uuencode.d.tmp archive_write_add_filter_xz.d.tmp archive_write_add_filter_zstd.d.tmp archive_write_disk_posix.d.tmp archive_write_disk_set_standard_lookup.d.tmp archive_write_open_fd.d.tmp archive_write_open_file.d.tmp archive_write_open_filename.d.tmp archive_write_open_memory.d.tmp archive_write_set_format.d.tmp archive_write_set_format_7zip.d.tmp archive_write_set_format_ar.d.tmp archive_write_set_format_by_name.d.tmp archive_write_set_format_cpio.d.tmp archive_write_set_format_cpio_newc.d.tmp archive_write_set_format_filter_by_ext.d.tmp archive_write_set_format_gnutar.d.tmp archive_write_set_format_iso9660.d.tmp archive_write_set_format_mtree.d.tmp archive_write_set_format_pax.d.tmp archive_write_set_format_raw.d.tmp archive_write_set_format_shar.d.tmp archive_write_set_format_ustar.d.tmp archive_write_set_format_v7tar.d.tmp archive_write_set_format_warc.d.tmp archive_write_set_format_xar.d.tmp archive_write_set_format_zip.d.tmp archive_write_set_options.d.tmp archive_write_set_passphrase.d.tmp filter_fork_posix.d.tmp xxhash.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-grodvi --- --- cleandir-lib --- --- cleandir-libarchive_fe --- --- cleandir-external --- cleandir ===> external/gpl2/groff/devices/grodvi --- cleandir-lib --- cleandir ===> lib/../external/bsd/libarchive/lib/libarchive_fe --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grodvi/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe.a err.o line_reader.o passphrase.o err.o.tmp line_reader.o.tmp passphrase.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe.a err.o line_reader.o passphrase.o err.o.tmp line_reader.o.tmp passphrase.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grodvi && rm -f grodvi.1 a.out [Ee]rrs mklog core *.core .gdbinit grodvi dvi.o || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grodvi && rm -f grodvi.1 a.out [Ee]rrs mklog core *.core .gdbinit grodvi dvi.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grodvi && rm -f grodvi.html1 .depend dvi.d dvi.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grodvi && rm -f grodvi.html1 .depend dvi.d dvi.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe_pic.a || true) --- cleandir-external --- --- cleandir-grohtml --- cleandir ===> external/gpl2/groff/devices/grohtml --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f llib-larchive_fe.ln err.ln line_reader.ln passphrase.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f llib-larchive_fe.ln err.ln line_reader.ln passphrase.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grohtml/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f libarchive_fe.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libarchive/lib/libarchive_fe && rm -f .depend err.d line_reader.d passphrase.d err.d.tmp line_reader.d.tmp passphrase.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grohtml && rm -f grohtml.1 a.out [Ee]rrs mklog core *.core .gdbinit post-grohtml post-html.o html-table.o html-text.o output.o || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libarchive/lib/libarchive_fe && rm -f .depend err.d line_reader.d passphrase.d err.d.tmp line_reader.d.tmp passphrase.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grohtml && rm -f grohtml.1 a.out [Ee]rrs mklog core *.core .gdbinit post-grohtml post-html.o html-table.o html-text.o output.o || true) --- cleandir-lib --- --- cleandir-../external/bsd/file/lib --- cleandir ===> lib/../external/bsd/file/lib --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grohtml && rm -f grohtml.html1 .depend html-table.d html-text.d output.d post-html.d html-table.d.tmp html-text.d.tmp output.d.tmp post-html.d.tmp tags || true) --- cleandir-lib --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[5]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/Makefile.inc" line 17: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne "s/^PACKAGE_VERSION='\([^']*\)'/\1/p" /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/dist/configure" returned non-zero status --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grohtml && rm -f grohtml.html1 .depend html-table.d html-text.d output.d post-html.d html-table.d.tmp html-text.d.tmp output.d.tmp post-html.d.tmp tags || true) --- cleandir-lib --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[5]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib/../Makefile.inc" line 17: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne "s/^PACKAGE_VERSION='\([^']*\)'/\1/p" /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/dist/configure" returned non-zero status --- cleandir-external --- --- cleandir-grolbp --- cleandir ===> external/gpl2/groff/devices/grolbp sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grolbp/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f libmagic.a magic.o apprentice.o softmagic.o ascmagic.o compress.o is_json.o is_tar.o readelf.o print.o fsmagic.o apptype.o funcs.o cdf.o readcdf.o cdf_time.o encoding.o der.o buffer.o is_csv.o magic.o.tmp apprentice.o.tmp softmagic.o.tmp ascmagic.o.tmp compress.o.tmp is_json.o.tmp is_tar.o.tmp readelf.o.tmp print.o.tmp fsmagic.o.tmp apptype.o.tmp funcs.o.tmp cdf.o.tmp readcdf.o.tmp cdf_time.o.tmp encoding.o.tmp der.o.tmp buffer.o.tmp is_csv.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f libmagic.a magic.o apprentice.o softmagic.o ascmagic.o compress.o is_json.o is_tar.o readelf.o print.o fsmagic.o apptype.o funcs.o cdf.o readcdf.o cdf_time.o encoding.o der.o buffer.o is_csv.o magic.o.tmp apprentice.o.tmp softmagic.o.tmp ascmagic.o.tmp compress.o.tmp is_json.o.tmp is_tar.o.tmp readelf.o.tmp print.o.tmp fsmagic.o.tmp apptype.o.tmp funcs.o.tmp cdf.o.tmp readcdf.o.tmp cdf_time.o.tmp encoding.o.tmp der.o.tmp buffer.o.tmp is_csv.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grolbp && rm -f grolbp.1 a.out [Ee]rrs mklog core *.core .gdbinit grolbp lbp.o || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f libmagic_p.a magic.po apprentice.po softmagic.po ascmagic.po compress.po is_json.po is_tar.po readelf.po print.po fsmagic.po apptype.po funcs.po cdf.po readcdf.po cdf_time.po encoding.po der.po buffer.po is_csv.po magic.po.tmp apprentice.po.tmp softmagic.po.tmp ascmagic.po.tmp compress.po.tmp is_json.po.tmp is_tar.po.tmp readelf.po.tmp print.po.tmp fsmagic.po.tmp apptype.po.tmp funcs.po.tmp cdf.po.tmp readcdf.po.tmp cdf_time.po.tmp encoding.po.tmp der.po.tmp buffer.po.tmp is_csv.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grolbp && rm -f grolbp.1 a.out [Ee]rrs mklog core *.core .gdbinit grolbp lbp.o || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f libmagic_p.a magic.po apprentice.po softmagic.po ascmagic.po compress.po is_json.po is_tar.po readelf.po print.po fsmagic.po apptype.po funcs.po cdf.po readcdf.po cdf_time.po encoding.po der.po buffer.po is_csv.po magic.po.tmp apprentice.po.tmp softmagic.po.tmp ascmagic.po.tmp compress.po.tmp is_json.po.tmp is_tar.po.tmp readelf.po.tmp print.po.tmp fsmagic.po.tmp apptype.po.tmp funcs.po.tmp cdf.po.tmp readcdf.po.tmp cdf_time.po.tmp encoding.po.tmp der.po.tmp buffer.po.tmp is_csv.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grolbp && rm -f grolbp.html1 .depend lbp.d lbp.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f libmagic_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grolbp && rm -f grolbp.html1 .depend lbp.d lbp.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f libmagic_g.a || true) --- cleandir-external --- --- cleandir-grolj4 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/gpl2/groff/devices/grolj4 --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f libmagic_pic.a libmagic.so.* libmagic.so magic.pico apprentice.pico softmagic.pico ascmagic.pico compress.pico is_json.pico is_tar.pico readelf.pico print.pico fsmagic.pico apptype.pico funcs.pico cdf.pico readcdf.pico cdf_time.pico encoding.pico der.pico buffer.pico is_csv.pico magic.pico.tmp apprentice.pico.tmp softmagic.pico.tmp ascmagic.pico.tmp compress.pico.tmp is_json.pico.tmp is_tar.pico.tmp readelf.pico.tmp print.pico.tmp fsmagic.pico.tmp apptype.pico.tmp funcs.pico.tmp cdf.pico.tmp readcdf.pico.tmp cdf_time.pico.tmp encoding.pico.tmp der.pico.tmp buffer.pico.tmp is_csv.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f libmagic_pic.a libmagic.so.* libmagic.so magic.pico apprentice.pico softmagic.pico ascmagic.pico compress.pico is_json.pico is_tar.pico readelf.pico print.pico fsmagic.pico apptype.pico funcs.pico cdf.pico readcdf.pico cdf_time.pico encoding.pico der.pico buffer.pico is_csv.pico magic.pico.tmp apprentice.pico.tmp softmagic.pico.tmp ascmagic.pico.tmp compress.pico.tmp is_json.pico.tmp is_tar.pico.tmp readelf.pico.tmp print.pico.tmp fsmagic.pico.tmp apptype.pico.tmp funcs.pico.tmp cdf.pico.tmp readcdf.pico.tmp cdf_time.pico.tmp encoding.pico.tmp der.pico.tmp buffer.pico.tmp is_csv.pico.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grolj4/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f llib-lmagic.ln magic.ln apprentice.ln softmagic.ln ascmagic.ln compress.ln is_json.ln is_tar.ln readelf.ln print.ln fsmagic.ln apptype.ln funcs.ln cdf.ln readcdf.ln cdf_time.ln encoding.ln der.ln buffer.ln is_csv.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f llib-lmagic.ln magic.ln apprentice.ln softmagic.ln ascmagic.ln compress.ln is_json.ln is_tar.ln readelf.ln print.ln fsmagic.ln apptype.ln funcs.ln cdf.ln readcdf.ln cdf_time.ln encoding.ln der.ln buffer.ln is_csv.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f magic.h libmagic.so.8.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f magic.h libmagic.so.8.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grolj4 && rm -f grolj4.1 lj4_font.5 a.out [Ee]rrs mklog core *.core .gdbinit grolj4 lj4.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grolj4 && rm -f grolj4.1 lj4_font.5 a.out [Ee]rrs mklog core *.core .gdbinit grolj4 lj4.o || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/file/lib && rm -f libmagic.html3 .depend apprentice.d apptype.d ascmagic.d buffer.d cdf.d cdf_time.d compress.d der.d encoding.d fsmagic.d funcs.d is_csv.d is_json.d is_tar.d magic.d print.d readcdf.d readelf.d softmagic.d apprentice.d.tmp apptype.d.tmp ascmagic.d.tmp buffer.d.tmp cdf.d.tmp cdf_time.d.tmp compress.d.tmp der.d.tmp encoding.d.tmp fsmagic.d.tmp funcs.d.tmp is_csv.d.tmp is_json.d.tmp is_tar.d.tmp magic.d.tmp print.d.tmp readcdf.d.tmp readelf.d.tmp softmagic.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grolj4 && rm -f grolj4.html1 lj4_font.html5 .depend lj4.d lj4.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/file/lib && rm -f libmagic.html3 .depend apprentice.d apptype.d ascmagic.d buffer.d cdf.d cdf_time.d compress.d der.d encoding.d fsmagic.d funcs.d is_csv.d is_json.d is_tar.d magic.d print.d readcdf.d readelf.d softmagic.d apprentice.d.tmp apptype.d.tmp ascmagic.d.tmp buffer.d.tmp cdf.d.tmp cdf_time.d.tmp compress.d.tmp der.d.tmp encoding.d.tmp fsmagic.d.tmp funcs.d.tmp is_csv.d.tmp is_json.d.tmp is_tar.d.tmp magic.d.tmp print.d.tmp readcdf.d.tmp readelf.d.tmp softmagic.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grolj4 && rm -f grolj4.html1 lj4_font.html5 .depend lj4.d lj4.d.tmp tags || true) --- cleandir-lib --- --- cleandir-npf --- cleandir ===> lib/npf --- cleandir-external --- --- cleandir-grops --- cleandir ===> external/gpl2/groff/devices/grops --- cleandir-lib --- --- cleandir-ext_log --- cleandir ===> lib/npf/ext_log --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grops/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_log && rm -f ext_log.a npfext_log.o npfext_log.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_log && rm -f ext_log.a npfext_log.o npfext_log.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grops && rm -f grops.1 a.out [Ee]rrs mklog core *.core .gdbinit grops ps.o psrm.o || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grops && rm -f grops.1 a.out [Ee]rrs mklog core *.core .gdbinit grops ps.o psrm.o || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_log && rm -f ext_log_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_log && rm -f ext_log_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grops && rm -f grops.html1 .depend ps.d psrm.d ps.d.tmp psrm.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_log && rm -f ext_log_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grops && rm -f grops.html1 .depend ps.d psrm.d ps.d.tmp psrm.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_log && rm -f ext_log_g.a || true) --- cleandir-external --- --- cleandir-grotty --- cleandir ===> external/gpl2/groff/devices/grotty --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_log && rm -f ext_log_pic.a ext_log.so.* ext_log.so npfext_log.pico npfext_log.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_log && rm -f ext_log_pic.a ext_log.so.* ext_log.so npfext_log.pico npfext_log.pico.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grotty/../../Makefile.inc" line 115: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -e 's/^0$//' -e 's/^[1-9].*$/.&/' /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/dist/REVISION" returned non-zero status --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_log && rm -f llib-lext_log.ln npfext_log.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_log && rm -f llib-lext_log.ln npfext_log.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_log && rm -f ext_log.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_log && rm -f ext_log.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grotty && rm -f grotty.1 a.out [Ee]rrs mklog core *.core .gdbinit grotty tty.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grotty && rm -f grotty.1 a.out [Ee]rrs mklog core *.core .gdbinit grotty tty.o || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_log && rm -f .depend npfext_log.d npfext_log.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_log && rm -f .depend npfext_log.d npfext_log.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/groff/devices/grotty && rm -f grotty.html1 .depend tty.d tty.d.tmp tags || true) --- cleandir-lib --- --- cleandir-ext_normalize --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/groff/devices/grotty && rm -f grotty.html1 .depend tty.d tty.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/npf/ext_normalize --- cleandir-external --- --- cleandir-dtc --- cleandir ===> external/gpl2/dtc --- cleandir-lib --- cleandir ===> external/gpl2/dtc/lib --- cleandir-libfdt --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/gpl2/dtc/lib/libfdt --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_normalize && rm -f ext_normalize.a npfext_normalize.o npfext_normalize.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_normalize && rm -f ext_normalize.a npfext_normalize.o npfext_normalize.o.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/dtc/lib/libfdt && rm -f libfdt.a fdt.o fdt_ro.o fdt_wip.o fdt_sw.o fdt_rw.o fdt_strerror.o fdt_empty_tree.o fdt_addresses.o fdt_overlay.o fdt.o.tmp fdt_ro.o.tmp fdt_wip.o.tmp fdt_sw.o.tmp fdt_rw.o.tmp fdt_strerror.o.tmp fdt_empty_tree.o.tmp fdt_addresses.o.tmp fdt_overlay.o.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/dtc/lib/libfdt && rm -f libfdt.a fdt.o fdt_ro.o fdt_wip.o fdt_sw.o fdt_rw.o fdt_strerror.o fdt_empty_tree.o fdt_addresses.o fdt_overlay.o fdt.o.tmp fdt_ro.o.tmp fdt_wip.o.tmp fdt_sw.o.tmp fdt_rw.o.tmp fdt_strerror.o.tmp fdt_empty_tree.o.tmp fdt_addresses.o.tmp fdt_overlay.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_normalize && rm -f ext_normalize_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_normalize && rm -f ext_normalize_p.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/dtc/lib/libfdt && rm -f libfdt_p.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/dtc/lib/libfdt && rm -f libfdt_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_normalize && rm -f ext_normalize_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_normalize && rm -f ext_normalize_g.a || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/dtc/lib/libfdt && rm -f libfdt_g.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/dtc/lib/libfdt && rm -f libfdt_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_normalize && rm -f ext_normalize_pic.a ext_normalize.so.* ext_normalize.so npfext_normalize.pico npfext_normalize.pico.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_normalize && rm -f ext_normalize_pic.a ext_normalize.so.* ext_normalize.so npfext_normalize.pico npfext_normalize.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/dtc/lib/libfdt && rm -f libfdt_pic.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/dtc/lib/libfdt && rm -f libfdt_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_normalize && rm -f llib-lext_normalize.ln npfext_normalize.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_normalize && rm -f llib-lext_normalize.ln npfext_normalize.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/dtc/lib/libfdt && rm -f llib-lfdt.ln fdt.ln fdt_ro.ln fdt_wip.ln fdt_sw.ln fdt_rw.ln fdt_strerror.ln fdt_empty_tree.ln fdt_addresses.ln fdt_overlay.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/dtc/lib/libfdt && rm -f llib-lfdt.ln fdt.ln fdt_ro.ln fdt_wip.ln fdt_sw.ln fdt_rw.ln fdt_strerror.ln fdt_empty_tree.ln fdt_addresses.ln fdt_overlay.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_normalize && rm -f ext_normalize.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_normalize && rm -f ext_normalize.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/dtc/lib/libfdt && rm -f libfdt.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_normalize && rm -f .depend npfext_normalize.d npfext_normalize.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/dtc/lib/libfdt && rm -f libfdt.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_normalize && rm -f .depend npfext_normalize.d npfext_normalize.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/dtc/lib/libfdt && rm -f .depend fdt.d fdt_addresses.d fdt_empty_tree.d fdt_overlay.d fdt_ro.d fdt_rw.d fdt_strerror.d fdt_sw.d fdt_wip.d fdt.d.tmp fdt_addresses.d.tmp fdt_empty_tree.d.tmp fdt_overlay.d.tmp fdt_ro.d.tmp fdt_rw.d.tmp fdt_strerror.d.tmp fdt_sw.d.tmp fdt_wip.d.tmp tags || true) --- cleandir-lib --- --- cleandir-ext_rndblock --- cleandir ===> lib/npf/ext_rndblock --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/dtc/lib/libfdt && rm -f .depend fdt.d fdt_addresses.d fdt_empty_tree.d fdt_overlay.d fdt_ro.d fdt_rw.d fdt_strerror.d fdt_sw.d fdt_wip.d fdt.d.tmp fdt_addresses.d.tmp fdt_empty_tree.d.tmp fdt_overlay.d.tmp fdt_ro.d.tmp fdt_rw.d.tmp fdt_strerror.d.tmp fdt_sw.d.tmp fdt_wip.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> external/gpl2/dtc/usr.bin --- cleandir-dtc --- cleandir ===> external/gpl2/dtc/usr.bin/dtc --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_rndblock && rm -f ext_rndblock.a npfext_rndblock.o npfext_rndblock.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/dtc/usr.bin/dtc && rm -f dtc-parser.h a.out [Ee]rrs mklog core *.core .gdbinit dtc-lexer.c dtc-parser.c dtc checks.o data.o dtc.o flattree.o fstree.o livetree.o srcpos.o treesource.o util.o dtc-lexer.o dtc-parser.o checks.ln data.ln dtc.ln flattree.ln fstree.ln livetree.ln srcpos.ln treesource.ln util.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_rndblock && rm -f ext_rndblock.a npfext_rndblock.o npfext_rndblock.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/dtc/usr.bin/dtc && rm -f dtc-parser.h a.out [Ee]rrs mklog core *.core .gdbinit dtc-lexer.c dtc-parser.c dtc checks.o data.o dtc.o flattree.o fstree.o livetree.o srcpos.o treesource.o util.o dtc-lexer.o dtc-parser.o checks.ln data.ln dtc.ln flattree.ln fstree.ln livetree.ln srcpos.ln treesource.ln util.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_rndblock && rm -f ext_rndblock_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/dtc/usr.bin/dtc && rm -f .depend checks.d data.d dtc-lexer.d dtc-parser.d dtc.d flattree.d fstree.d livetree.d srcpos.d treesource.d util.d checks.d.tmp data.d.tmp dtc-lexer.d.tmp dtc-parser.d.tmp dtc.d.tmp flattree.d.tmp fstree.d.tmp livetree.d.tmp srcpos.d.tmp treesource.d.tmp util.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_rndblock && rm -f ext_rndblock_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/dtc/usr.bin/dtc && rm -f .depend checks.d data.d dtc-lexer.d dtc-parser.d dtc.d flattree.d fstree.d livetree.d srcpos.d treesource.d util.d checks.d.tmp data.d.tmp dtc-lexer.d.tmp dtc-parser.d.tmp dtc.d.tmp flattree.d.tmp fstree.d.tmp livetree.d.tmp srcpos.d.tmp treesource.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_rndblock && rm -f ext_rndblock_g.a || true) --- cleandir-external --- --- cleandir-gettext --- cleandir ===> external/gpl2/gettext --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_rndblock && rm -f ext_rndblock_g.a || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/gpl2/gettext/lib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_rndblock && rm -f ext_rndblock_pic.a ext_rndblock.so.* ext_rndblock.so npfext_rndblock.pico npfext_rndblock.pico.tmp || true) --- cleandir-external --- --- cleandir-libgrep --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_rndblock && rm -f ext_rndblock_pic.a ext_rndblock.so.* ext_rndblock.so npfext_rndblock.pico npfext_rndblock.pico.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/gettext/lib/libgrep --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_rndblock && rm -f llib-lext_rndblock.ln npfext_rndblock.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libgrep && rm -f libgrep.a dfa.o hard-locale.o kwset.o m-common.o m-fgrep.o m-regex.o memchr.o regex.o strdup.o dfa.o.tmp hard-locale.o.tmp kwset.o.tmp m-common.o.tmp m-fgrep.o.tmp m-regex.o.tmp memchr.o.tmp regex.o.tmp strdup.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_rndblock && rm -f llib-lext_rndblock.ln npfext_rndblock.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libgrep && rm -f libgrep.a dfa.o hard-locale.o kwset.o m-common.o m-fgrep.o m-regex.o memchr.o regex.o strdup.o dfa.o.tmp hard-locale.o.tmp kwset.o.tmp m-common.o.tmp m-fgrep.o.tmp m-regex.o.tmp memchr.o.tmp regex.o.tmp strdup.o.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_rndblock && rm -f ext_rndblock.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_rndblock && rm -f ext_rndblock.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libgrep && rm -f libgrep_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libgrep && rm -f libgrep_p.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/npf/ext_rndblock && rm -f .depend npfext_rndblock.d npfext_rndblock.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libgrep && rm -f libgrep_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/npf/ext_rndblock && rm -f .depend npfext_rndblock.d npfext_rndblock.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libgrep && rm -f libgrep_g.a || true) --- cleandir-lib --- --- cleandir-../external/bsd/atf/lib/libatf-c --- cleandir ===> lib/../external/bsd/atf/lib/libatf-c --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libgrep && rm -f libgrep_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libgrep && rm -f libgrep_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libgrep && rm -f llib-lgrep.ln dfa.ln hard-locale.ln kwset.ln m-common.ln m-fgrep.ln m-regex.ln memchr.ln regex.ln strdup.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f libatf-c.a build.o check.o config.o dynstr.o env.o error.o fs.o list.o map.o process.o sanity.o text.o user.o utils.o tc.o tp.o tp_main.o build.o.tmp check.o.tmp config.o.tmp dynstr.o.tmp env.o.tmp error.o.tmp fs.o.tmp list.o.tmp map.o.tmp process.o.tmp sanity.o.tmp text.o.tmp user.o.tmp utils.o.tmp tc.o.tmp tp.o.tmp tp_main.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libgrep && rm -f llib-lgrep.ln dfa.ln hard-locale.ln kwset.ln m-common.ln m-fgrep.ln m-regex.ln memchr.ln regex.ln strdup.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f libatf-c.a build.o check.o config.o dynstr.o env.o error.o fs.o list.o map.o process.o sanity.o text.o user.o utils.o tc.o tp.o tp_main.o build.o.tmp check.o.tmp config.o.tmp dynstr.o.tmp env.o.tmp error.o.tmp fs.o.tmp list.o.tmp map.o.tmp process.o.tmp sanity.o.tmp text.o.tmp user.o.tmp utils.o.tmp tc.o.tmp tp.o.tmp tp_main.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libgrep && rm -f libgrep.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libgrep && rm -f libgrep.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f libatf-c_p.a build.po check.po config.po dynstr.po env.po error.po fs.po list.po map.po process.po sanity.po text.po user.po utils.po tc.po tp.po tp_main.po build.po.tmp check.po.tmp config.po.tmp dynstr.po.tmp env.po.tmp error.po.tmp fs.po.tmp list.po.tmp map.po.tmp process.po.tmp sanity.po.tmp text.po.tmp user.po.tmp utils.po.tmp tc.po.tmp tp.po.tmp tp_main.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f libatf-c_p.a build.po check.po config.po dynstr.po env.po error.po fs.po list.po map.po process.po sanity.po text.po user.po utils.po tc.po tp.po tp_main.po build.po.tmp check.po.tmp config.po.tmp dynstr.po.tmp env.po.tmp error.po.tmp fs.po.tmp list.po.tmp map.po.tmp process.po.tmp sanity.po.tmp text.po.tmp user.po.tmp utils.po.tmp tc.po.tmp tp.po.tmp tp_main.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libgrep && rm -f .depend dfa.d hard-locale.d kwset.d m-common.d m-fgrep.d m-regex.d memchr.d regex.d strdup.d dfa.d.tmp hard-locale.d.tmp kwset.d.tmp m-common.d.tmp m-fgrep.d.tmp m-regex.d.tmp memchr.d.tmp regex.d.tmp strdup.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f libatf-c_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libgrep && rm -f .depend dfa.d hard-locale.d kwset.d m-common.d m-fgrep.d m-regex.d memchr.d regex.d strdup.d dfa.d.tmp hard-locale.d.tmp kwset.d.tmp m-common.d.tmp m-fgrep.d.tmp m-regex.d.tmp memchr.d.tmp regex.d.tmp strdup.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f libatf-c_g.a || true) --- cleandir-external --- --- cleandir-libnlsut --- cleandir ===> external/gpl2/gettext/lib/libnlsut --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f libatf-c_pic.a libatf-c.so.* libatf-c.so build.pico check.pico config.pico dynstr.pico env.pico error.pico fs.pico list.pico map.pico process.pico sanity.pico text.pico user.pico utils.pico tc.pico tp.pico tp_main.pico build.pico.tmp check.pico.tmp config.pico.tmp dynstr.pico.tmp env.pico.tmp error.pico.tmp fs.pico.tmp list.pico.tmp map.pico.tmp process.pico.tmp sanity.pico.tmp text.pico.tmp user.pico.tmp utils.pico.tmp tc.pico.tmp tp.pico.tmp tp_main.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f libatf-c_pic.a libatf-c.so.* libatf-c.so build.pico check.pico config.pico dynstr.pico env.pico error.pico fs.pico list.pico map.pico process.pico sanity.pico text.pico user.pico utils.pico tc.pico tp.pico tp_main.pico build.pico.tmp check.pico.tmp config.pico.tmp dynstr.pico.tmp env.pico.tmp error.pico.tmp fs.pico.tmp list.pico.tmp map.pico.tmp process.pico.tmp sanity.pico.tmp text.pico.tmp user.pico.tmp utils.pico.tmp tc.pico.tmp tp.pico.tmp tp_main.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlsut && rm -f libnlsut.a addext.o allocsa.o argmatch.o backupfile.o basename.o c-ctype.o c-strcasecmp.o c-strncasecmp.o c-strstr.o classpath.o closeout.o concatpath.o copy-file.o csharpcomp.o csharpexec.o error-progname.o error.o execute.o exitfail.o fatal-signal.o findprog.o fstrcmp.o full-write.o fwriteerror.o gcd.o getline.o gl_linkedhash_list.o hash.o javacomp.o javaexec.o javaversion.o linebreak.o localcharset.o lock.o mbchar.o mbswidth.o obstack.o pipe.o progname.o propername.o quote.o quotearg.o safe-read.o safe-write.o sh-quote.o striconv.o strnlen1.o strstr.o tmpdir.o wait-process.o xallocsa.o xasprintf.o xerror.o xmalloc.o xsetenv.o xstrdup.o xstriconv.o xvasprintf.o addext.o.tmp allocsa.o.tmp argmatch.o.tmp backupfile.o.tmp basename.o.tmp c-ctype.o.tmp c-strcasecmp.o.tmp c-strncasecmp.o.tmp c-strstr.o.tmp classpath.o.tmp closeout.o.tmp concatpath.o.tmp copy-file.o.tmp csharpcomp.o.tmp csharpexec.o.tmp error-progname.o.tmp error.o.tmp execute.o.tmp exitfail.o.tmp fatal-signal.o.tmp findprog.o.tmp fstrcmp.o.tmp full-write.o.tmp fwriteerror.o.tmp gcd.o.tmp getline.o.tmp gl_linkedhash_list.o.tmp hash.o.tmp javacomp.o.tmp javaexec.o.tmp javaversion.o.tmp linebreak.o.tmp localcharset.o.tmp lock.o.tmp mbchar.o.tmp mbswidth.o.tmp obstack.o.tmp pipe.o.tmp progname.o.tmp propername.o.tmp quote.o.tmp quotearg.o.tmp safe-read.o.tmp safe-write.o.tmp sh-quote.o.tmp striconv.o.tmp strnlen1.o.tmp strstr.o.tmp tmpdir.o.tmp wait-process.o.tmp xallocsa.o.tmp xasprintf.o.tmp xerror.o.tmp xmalloc.o.tmp xsetenv.o.tmp xstrdup.o.tmp xstriconv.o.tmp xvasprintf.o.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlsut && rm -f libnlsut.a addext.o allocsa.o argmatch.o backupfile.o basename.o c-ctype.o c-strcasecmp.o c-strncasecmp.o c-strstr.o classpath.o closeout.o concatpath.o copy-file.o csharpcomp.o csharpexec.o error-progname.o error.o execute.o exitfail.o fatal-signal.o findprog.o fstrcmp.o full-write.o fwriteerror.o gcd.o getline.o gl_linkedhash_list.o hash.o javacomp.o javaexec.o javaversion.o linebreak.o localcharset.o lock.o mbchar.o mbswidth.o obstack.o pipe.o progname.o propername.o quote.o quotearg.o safe-read.o safe-write.o sh-quote.o striconv.o strnlen1.o strstr.o tmpdir.o wait-process.o xallocsa.o xasprintf.o xerror.o xmalloc.o xsetenv.o xstrdup.o xstriconv.o xvasprintf.o addext.o.tmp allocsa.o.tmp argmatch.o.tmp backupfile.o.tmp basename.o.tmp c-ctype.o.tmp c-strcasecmp.o.tmp c-strncasecmp.o.tmp c-strstr.o.tmp classpath.o.tmp closeout.o.tmp concatpath.o.tmp copy-file.o.tmp csharpcomp.o.tmp csharpexec.o.tmp error-progname.o.tmp error.o.tmp execute.o.tmp exitfail.o.tmp fatal-signal.o.tmp findprog.o.tmp fstrcmp.o.tmp full-write.o.tmp fwriteerror.o.tmp gcd.o.tmp getline.o.tmp gl_linkedhash_list.o.tmp hash.o.tmp javacomp.o.tmp javaexec.o.tmp javaversion.o.tmp linebreak.o.tmp localcharset.o.tmp lock.o.tmp mbchar.o.tmp mbswidth.o.tmp obstack.o.tmp pipe.o.tmp progname.o.tmp propername.o.tmp quote.o.tmp quotearg.o.tmp safe-read.o.tmp safe-write.o.tmp sh-quote.o.tmp striconv.o.tmp strnlen1.o.tmp strstr.o.tmp tmpdir.o.tmp wait-process.o.tmp xallocsa.o.tmp xasprintf.o.tmp xerror.o.tmp xmalloc.o.tmp xsetenv.o.tmp xstrdup.o.tmp xstriconv.o.tmp xvasprintf.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f llib-latf-c.ln build.ln check.ln config.ln dynstr.ln env.ln error.ln fs.ln list.ln map.ln process.ln sanity.ln text.ln user.ln utils.ln tc.ln tp.ln tp_main.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f llib-latf-c.ln build.ln check.ln config.ln dynstr.ln env.ln error.ln fs.ln list.ln map.ln process.ln sanity.ln text.ln user.ln utils.ln tc.ln tp.ln tp_main.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlsut && rm -f libnlsut_p.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlsut && rm -f libnlsut_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f atf-version.txt atf-version-real.txt atf-c.pc libatf-c.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f atf-version.txt atf-version-real.txt atf-c.pc libatf-c.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlsut && rm -f libnlsut_g.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlsut && rm -f libnlsut_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c && rm -f atf-c-api.html3 .depend build.d check.d config.d dynstr.d env.d error.d fs.d list.d map.d process.d sanity.d tc.d text.d tp.d tp_main.d user.d utils.d build.d.tmp check.d.tmp config.d.tmp dynstr.d.tmp env.d.tmp error.d.tmp fs.d.tmp list.d.tmp map.d.tmp process.d.tmp sanity.d.tmp tc.d.tmp text.d.tmp tp.d.tmp tp_main.d.tmp user.d.tmp utils.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c && rm -f atf-c-api.html3 .depend build.d check.d config.d dynstr.d env.d error.d fs.d list.d map.d process.d sanity.d tc.d text.d tp.d tp_main.d user.d utils.d build.d.tmp check.d.tmp config.d.tmp dynstr.d.tmp env.d.tmp error.d.tmp fs.d.tmp list.d.tmp map.d.tmp process.d.tmp sanity.d.tmp tc.d.tmp text.d.tmp tp.d.tmp tp_main.d.tmp user.d.tmp utils.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlsut && rm -f libnlsut_pic.a || true) --- cleandir-lib --- --- cleandir-../external/bsd/atf/lib/libatf-c++ --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlsut && rm -f libnlsut_pic.a || true) --- cleandir-lib --- cleandir ===> lib/../external/bsd/atf/lib/libatf-c++ --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlsut && rm -f llib-lnlsut.ln addext.ln allocsa.ln argmatch.ln backupfile.ln basename.ln c-ctype.ln c-strcasecmp.ln c-strncasecmp.ln c-strstr.ln classpath.ln closeout.ln concatpath.ln copy-file.ln csharpcomp.ln csharpexec.ln error-progname.ln error.ln execute.ln exitfail.ln fatal-signal.ln findprog.ln fstrcmp.ln full-write.ln fwriteerror.ln gcd.ln getline.ln gl_linkedhash_list.ln hash.ln javacomp.ln javaexec.ln javaversion.ln linebreak.ln localcharset.ln lock.ln mbchar.ln mbswidth.ln obstack.ln pipe.ln progname.ln propername.ln quote.ln quotearg.ln safe-read.ln safe-write.ln sh-quote.ln striconv.ln strnlen1.ln strstr.ln tmpdir.ln wait-process.ln xallocsa.ln xasprintf.ln xerror.ln xmalloc.ln xsetenv.ln xstrdup.ln xstriconv.ln xvasprintf.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlsut && rm -f llib-lnlsut.ln addext.ln allocsa.ln argmatch.ln backupfile.ln basename.ln c-ctype.ln c-strcasecmp.ln c-strncasecmp.ln c-strstr.ln classpath.ln closeout.ln concatpath.ln copy-file.ln csharpcomp.ln csharpexec.ln error-progname.ln error.ln execute.ln exitfail.ln fatal-signal.ln findprog.ln fstrcmp.ln full-write.ln fwriteerror.ln gcd.ln getline.ln gl_linkedhash_list.ln hash.ln javacomp.ln javaexec.ln javaversion.ln linebreak.ln localcharset.ln lock.ln mbchar.ln mbswidth.ln obstack.ln pipe.ln progname.ln propername.ln quote.ln quotearg.ln safe-read.ln safe-write.ln sh-quote.ln striconv.ln strnlen1.ln strstr.ln tmpdir.ln wait-process.ln xallocsa.ln xasprintf.ln xerror.ln xmalloc.ln xsetenv.ln xstrdup.ln xstriconv.ln xvasprintf.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlsut && rm -f libnlsut.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlsut && rm -f libnlsut.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++.a application.o build.o check.o config.o env.o exceptions.o fs.o process.o tests.o text.o utils.o application.o.tmp build.o.tmp check.o.tmp config.o.tmp env.o.tmp exceptions.o.tmp fs.o.tmp process.o.tmp tests.o.tmp text.o.tmp utils.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlsut && rm -f .depend addext.d allocsa.d argmatch.d backupfile.d basename.d c-ctype.d c-strcasecmp.d c-strncasecmp.d c-strstr.d classpath.d closeout.d concatpath.d copy-file.d csharpcomp.d csharpexec.d error-progname.d error.d execute.d exitfail.d fatal-signal.d findprog.d fstrcmp.d full-write.d fwriteerror.d gcd.d getline.d gl_linkedhash_list.d hash.d javacomp.d javaexec.d javaversion.d linebreak.d localcharset.d lock.d mbchar.d mbswidth.d obstack.d pipe.d progname.d propername.d quote.d quotearg.d safe-read.d safe-write.d sh-quote.d striconv.d strnlen1.d strstr.d tmpdir.d wait-process.d xallocsa.d xasprintf.d xerror.d xmalloc.d xsetenv.d xstrdup.d xstriconv.d xvasprintf.d addext.d.tmp allocsa.d.tmp argmatch.d.tmp backupfile.d.tmp basename.d.tmp c-ctype.d.tmp c-strcasecmp.d.tmp c-strncasecmp.d.tmp c-strstr.d.tmp classpath.d.tmp closeout.d.tmp concatpath.d.tmp copy-file.d.tmp csharpcomp.d.tmp csharpexec.d.tmp error-progname.d.tmp error.d.tmp execute.d.tmp exitfail.d.tmp fatal-signal.d.tmp findprog.d.tmp fstrcmp.d.tmp full-write.d.tmp fwriteerror.d.tmp gcd.d.tmp getline.d.tmp gl_linkedhash_list.d.tmp hash.d.tmp javacomp.d.tmp javaexec.d.tmp javaversion.d.tmp linebreak.d.tmp localcharset.d.tmp lock.d.tmp mbchar.d.tmp mbswidth.d.tmp obstack.d.tmp pipe.d.tmp progname.d.tmp propername.d.tmp quote.d.tmp quotearg.d.tmp safe-read.d.tmp safe-write.d.tmp sh-quote.d.tmp striconv.d.tmp strnlen1.d.tmp strstr.d.tmp tmpdir.d.tmp wait-process.d.tmp xallocsa.d.tmp xasprintf.d.tmp xerror.d.tmp xmalloc.d.tmp xsetenv.d.tmp xstrdup.d.tmp xstriconv.d.tmp xvasprintf.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++.a application.o build.o check.o config.o env.o exceptions.o fs.o process.o tests.o text.o utils.o application.o.tmp build.o.tmp check.o.tmp config.o.tmp env.o.tmp exceptions.o.tmp fs.o.tmp process.o.tmp tests.o.tmp text.o.tmp utils.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlsut && rm -f .depend addext.d allocsa.d argmatch.d backupfile.d basename.d c-ctype.d c-strcasecmp.d c-strncasecmp.d c-strstr.d classpath.d closeout.d concatpath.d copy-file.d csharpcomp.d csharpexec.d error-progname.d error.d execute.d exitfail.d fatal-signal.d findprog.d fstrcmp.d full-write.d fwriteerror.d gcd.d getline.d gl_linkedhash_list.d hash.d javacomp.d javaexec.d javaversion.d linebreak.d localcharset.d lock.d mbchar.d mbswidth.d obstack.d pipe.d progname.d propername.d quote.d quotearg.d safe-read.d safe-write.d sh-quote.d striconv.d strnlen1.d strstr.d tmpdir.d wait-process.d xallocsa.d xasprintf.d xerror.d xmalloc.d xsetenv.d xstrdup.d xstriconv.d xvasprintf.d addext.d.tmp allocsa.d.tmp argmatch.d.tmp backupfile.d.tmp basename.d.tmp c-ctype.d.tmp c-strcasecmp.d.tmp c-strncasecmp.d.tmp c-strstr.d.tmp classpath.d.tmp closeout.d.tmp concatpath.d.tmp copy-file.d.tmp csharpcomp.d.tmp csharpexec.d.tmp error-progname.d.tmp error.d.tmp execute.d.tmp exitfail.d.tmp fatal-signal.d.tmp findprog.d.tmp fstrcmp.d.tmp full-write.d.tmp fwriteerror.d.tmp gcd.d.tmp getline.d.tmp gl_linkedhash_list.d.tmp hash.d.tmp javacomp.d.tmp javaexec.d.tmp javaversion.d.tmp linebreak.d.tmp localcharset.d.tmp lock.d.tmp mbchar.d.tmp mbswidth.d.tmp obstack.d.tmp pipe.d.tmp progname.d.tmp propername.d.tmp quote.d.tmp quotearg.d.tmp safe-read.d.tmp safe-write.d.tmp sh-quote.d.tmp striconv.d.tmp strnlen1.d.tmp strstr.d.tmp tmpdir.d.tmp wait-process.d.tmp xallocsa.d.tmp xasprintf.d.tmp xerror.d.tmp xmalloc.d.tmp xsetenv.d.tmp xstrdup.d.tmp xstriconv.d.tmp xvasprintf.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_p.a application.po build.po check.po config.po env.po exceptions.po fs.po process.po tests.po text.po utils.po application.po.tmp build.po.tmp check.po.tmp config.po.tmp env.po.tmp exceptions.po.tmp fs.po.tmp process.po.tmp tests.po.tmp text.po.tmp utils.po.tmp || true) --- cleandir-external --- --- cleandir-libnlspr --- cleandir ===> external/gpl2/gettext/lib/libnlspr --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_p.a application.po build.po check.po config.po env.po exceptions.po fs.po process.po tests.po text.po utils.po application.po.tmp build.po.tmp check.po.tmp config.po.tmp env.po.tmp exceptions.po.tmp fs.po.tmp process.po.tmp tests.po.tmp text.po.tmp utils.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlspr && rm -f libnlspr.a clean-temp.o dir-list.o file-list.o format-awk.o format-boost.o format-c.o format-csharp.o format-elisp.o format-gcc-internal.o format-java.o format-librep.o format-lisp.o format-pascal.o format-perl-brace.o format-perl.o format-php.o format-python.o format-qt.o format-scheme.o format-sh.o format-tcl.o format-ycp.o format.o gettext-po.o hash-string.o lang-table.o localcharset.o message.o msgl-ascii.o msgl-cat.o msgl-charset.o msgl-check.o msgl-english.o msgl-equal.o msgl-iconv.o open-catalog.o plural-count.o plural-eval.o plural-exp.o plural-table.o po-charset.o po-error.o po-gram-gen.o po-lex.o po-time.o po-xerror.o read-catalog-abstract.o read-catalog.o read-csharp.o read-java.o read-mo.o read-po.o read-properties.o read-resources.o read-stringtable.o read-tcl.o str-list.o write-catalog.o write-csharp.o write-java.o write-mo.o write-po.o write-properties.o write-qt.o write-resources.o write-stringtable.o write-tcl.o clean-temp.o.tmp dir-list.o.tmp file-list.o.tmp format-awk.o.tmp format-boost.o.tmp format-c.o.tmp format-csharp.o.tmp format-elisp.o.tmp format-gcc-internal.o.tmp format-java.o.tmp format-librep.o.tmp format-lisp.o.tmp format-pascal.o.tmp format-perl-brace.o.tmp format-perl.o.tmp format-php.o.tmp format-python.o.tmp format-qt.o.tmp format-scheme.o.tmp format-sh.o.tmp format-tcl.o.tmp format-ycp.o.tmp format.o.tmp gettext-po.o.tmp hash-string.o.tmp lang-table.o.tmp localcharset.o.tmp message.o.tmp msgl-ascii.o.tmp msgl-cat.o.tmp msgl-charset.o.tmp msgl-check.o.tmp msgl-english.o.tmp msgl-equal.o.tmp msgl-iconv.o.tmp open-catalog.o.tmp plural-count.o.tmp plural-eval.o.tmp plural-exp.o.tmp plural-table.o.tmp po-charset.o.tmp po-error.o.tmp po-gram-gen.o.tmp po-lex.o.tmp po-time.o.tmp po-xerror.o.tmp read-catalog-abstract.o.tmp read-catalog.o.tmp read-csharp.o.tmp read-java.o.tmp read-mo.o.tmp read-po.o.tmp read-properties.o.tmp read-resources.o.tmp read-stringtable.o.tmp read-tcl.o.tmp str-list.o.tmp write-catalog.o.tmp write-csharp.o.tmp write-java.o.tmp write-mo.o.tmp write-po.o.tmp write-properties.o.tmp write-qt.o.tmp write-resources.o.tmp write-stringtable.o.tmp write-tcl.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlspr && rm -f libnlspr.a clean-temp.o dir-list.o file-list.o format-awk.o format-boost.o format-c.o format-csharp.o format-elisp.o format-gcc-internal.o format-java.o format-librep.o format-lisp.o format-pascal.o format-perl-brace.o format-perl.o format-php.o format-python.o format-qt.o format-scheme.o format-sh.o format-tcl.o format-ycp.o format.o gettext-po.o hash-string.o lang-table.o localcharset.o message.o msgl-ascii.o msgl-cat.o msgl-charset.o msgl-check.o msgl-english.o msgl-equal.o msgl-iconv.o open-catalog.o plural-count.o plural-eval.o plural-exp.o plural-table.o po-charset.o po-error.o po-gram-gen.o po-lex.o po-time.o po-xerror.o read-catalog-abstract.o read-catalog.o read-csharp.o read-java.o read-mo.o read-po.o read-properties.o read-resources.o read-stringtable.o read-tcl.o str-list.o write-catalog.o write-csharp.o write-java.o write-mo.o write-po.o write-properties.o write-qt.o write-resources.o write-stringtable.o write-tcl.o clean-temp.o.tmp dir-list.o.tmp file-list.o.tmp format-awk.o.tmp format-boost.o.tmp format-c.o.tmp format-csharp.o.tmp format-elisp.o.tmp format-gcc-internal.o.tmp format-java.o.tmp format-librep.o.tmp format-lisp.o.tmp format-pascal.o.tmp format-perl-brace.o.tmp format-perl.o.tmp format-php.o.tmp format-python.o.tmp format-qt.o.tmp format-scheme.o.tmp format-sh.o.tmp format-tcl.o.tmp format-ycp.o.tmp format.o.tmp gettext-po.o.tmp hash-string.o.tmp lang-table.o.tmp localcharset.o.tmp message.o.tmp msgl-ascii.o.tmp msgl-cat.o.tmp msgl-charset.o.tmp msgl-check.o.tmp msgl-english.o.tmp msgl-equal.o.tmp msgl-iconv.o.tmp open-catalog.o.tmp plural-count.o.tmp plural-eval.o.tmp plural-exp.o.tmp plural-table.o.tmp po-charset.o.tmp po-error.o.tmp po-gram-gen.o.tmp po-lex.o.tmp po-time.o.tmp po-xerror.o.tmp read-catalog-abstract.o.tmp read-catalog.o.tmp read-csharp.o.tmp read-java.o.tmp read-mo.o.tmp read-po.o.tmp read-properties.o.tmp read-resources.o.tmp read-stringtable.o.tmp read-tcl.o.tmp str-list.o.tmp write-catalog.o.tmp write-csharp.o.tmp write-java.o.tmp write-mo.o.tmp write-po.o.tmp write-properties.o.tmp write-qt.o.tmp write-resources.o.tmp write-stringtable.o.tmp write-tcl.o.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_pic.a libatf-c++.so.* libatf-c++.so application.pico build.pico check.pico config.pico env.pico exceptions.pico fs.pico process.pico tests.pico text.pico utils.pico application.pico.tmp build.pico.tmp check.pico.tmp config.pico.tmp env.pico.tmp exceptions.pico.tmp fs.pico.tmp process.pico.tmp tests.pico.tmp text.pico.tmp utils.pico.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlspr && rm -f libnlspr_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f libatf-c++_pic.a libatf-c++.so.* libatf-c++.so application.pico build.pico check.pico config.pico env.pico exceptions.pico fs.pico process.pico tests.pico text.pico utils.pico application.pico.tmp build.pico.tmp check.pico.tmp config.pico.tmp env.pico.tmp exceptions.pico.tmp fs.pico.tmp process.pico.tmp tests.pico.tmp text.pico.tmp utils.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlspr && rm -f libnlspr_p.a || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f llib-latf-c++.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlspr && rm -f libnlspr_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f llib-latf-c++.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlspr && rm -f libnlspr_g.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f atf-version.txt atf-version-real.txt atf-c++.pc libatf-c++.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlspr && rm -f libnlspr_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f atf-version.txt atf-version-real.txt atf-c++.pc libatf-c++.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlspr && rm -f libnlspr_pic.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/libatf-c++ && rm -f atf-c++-api.html3 .depend application.d build.d check.d config.d env.d exceptions.d fs.d process.d tests.d text.d utils.d application.d.tmp build.d.tmp check.d.tmp config.d.tmp env.d.tmp exceptions.d.tmp fs.d.tmp process.d.tmp tests.d.tmp text.d.tmp utils.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlspr && rm -f llib-lnlspr.ln clean-temp.ln dir-list.ln file-list.ln format-awk.ln format-boost.ln format-c.ln format-csharp.ln format-elisp.ln format-gcc-internal.ln format-java.ln format-librep.ln format-lisp.ln format-pascal.ln format-perl-brace.ln format-perl.ln format-php.ln format-python.ln format-qt.ln format-scheme.ln format-sh.ln format-tcl.ln format-ycp.ln format.ln gettext-po.ln hash-string.ln lang-table.ln localcharset.ln message.ln msgl-ascii.ln msgl-cat.ln msgl-charset.ln msgl-check.ln msgl-english.ln msgl-equal.ln msgl-iconv.ln open-catalog.ln plural-count.ln plural-eval.ln plural-exp.ln plural-table.ln po-charset.ln po-error.ln po-gram-gen.ln po-lex.ln po-time.ln po-xerror.ln read-catalog-abstract.ln read-catalog.ln read-csharp.ln read-java.ln read-mo.ln read-po.ln read-properties.ln read-resources.ln read-stringtable.ln read-tcl.ln str-list.ln write-catalog.ln write-csharp.ln write-java.ln write-mo.ln write-po.ln write-properties.ln write-qt.ln write-resources.ln write-stringtable.ln write-tcl.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/libatf-c++ && rm -f atf-c++-api.html3 .depend application.d build.d check.d config.d env.d exceptions.d fs.d process.d tests.d text.d utils.d application.d.tmp build.d.tmp check.d.tmp config.d.tmp env.d.tmp exceptions.d.tmp fs.d.tmp process.d.tmp tests.d.tmp text.d.tmp utils.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlspr && rm -f llib-lnlspr.ln clean-temp.ln dir-list.ln file-list.ln format-awk.ln format-boost.ln format-c.ln format-csharp.ln format-elisp.ln format-gcc-internal.ln format-java.ln format-librep.ln format-lisp.ln format-pascal.ln format-perl-brace.ln format-perl.ln format-php.ln format-python.ln format-qt.ln format-scheme.ln format-sh.ln format-tcl.ln format-ycp.ln format.ln gettext-po.ln hash-string.ln lang-table.ln localcharset.ln message.ln msgl-ascii.ln msgl-cat.ln msgl-charset.ln msgl-check.ln msgl-english.ln msgl-equal.ln msgl-iconv.ln open-catalog.ln plural-count.ln plural-eval.ln plural-exp.ln plural-table.ln po-charset.ln po-error.ln po-gram-gen.ln po-lex.ln po-time.ln po-xerror.ln read-catalog-abstract.ln read-catalog.ln read-csharp.ln read-java.ln read-mo.ln read-po.ln read-properties.ln read-resources.ln read-stringtable.ln read-tcl.ln str-list.ln write-catalog.ln write-csharp.ln write-java.ln write-mo.ln write-po.ln write-properties.ln write-qt.ln write-resources.ln write-stringtable.ln write-tcl.ln || true) --- cleandir-lib --- --- cleandir-../external/bsd/atf/lib/tools --- cleandir ===> lib/../external/bsd/atf/lib/tools --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlspr && rm -f libnlspr.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlspr && rm -f libnlspr.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f libtools.a application.o atffile.o config.o config_file.o env.o exceptions.o expand.o fs.o io.o parser.o process.o reader.o requirements.o signals.o test-program.o text.o timers.o ui.o user.o application.o.tmp atffile.o.tmp config.o.tmp config_file.o.tmp env.o.tmp exceptions.o.tmp expand.o.tmp fs.o.tmp io.o.tmp parser.o.tmp process.o.tmp reader.o.tmp requirements.o.tmp signals.o.tmp test-program.o.tmp text.o.tmp timers.o.tmp ui.o.tmp user.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f libtools.a application.o atffile.o config.o config_file.o env.o exceptions.o expand.o fs.o io.o parser.o process.o reader.o requirements.o signals.o test-program.o text.o timers.o ui.o user.o application.o.tmp atffile.o.tmp config.o.tmp config_file.o.tmp env.o.tmp exceptions.o.tmp expand.o.tmp fs.o.tmp io.o.tmp parser.o.tmp process.o.tmp reader.o.tmp requirements.o.tmp signals.o.tmp test-program.o.tmp text.o.tmp timers.o.tmp ui.o.tmp user.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/lib/libnlspr && rm -f .depend clean-temp.d dir-list.d file-list.d format-awk.d format-boost.d format-c.d format-csharp.d format-elisp.d format-gcc-internal.d format-java.d format-librep.d format-lisp.d format-pascal.d format-perl-brace.d format-perl.d format-php.d format-python.d format-qt.d format-scheme.d format-sh.d format-tcl.d format-ycp.d format.d gettext-po.d hash-string.d lang-table.d localcharset.d message.d msgl-ascii.d msgl-cat.d msgl-charset.d msgl-check.d msgl-english.d msgl-equal.d msgl-iconv.d open-catalog.d plural-count.d plural-eval.d plural-exp.d plural-table.d po-charset.d po-error.d po-gram-gen.d po-lex.d po-time.d po-xerror.d read-catalog-abstract.d read-catalog.d read-csharp.d read-java.d read-mo.d read-po.d read-properties.d read-resources.d read-stringtable.d read-tcl.d str-list.d write-catalog.d write-csharp.d write-java.d write-mo.d write-po.d write-properties.d write-qt.d write-resources.d write-stringtable.d write-tcl.d clean-temp.d.tmp dir-list.d.tmp file-list.d.tmp format-awk.d.tmp format-boost.d.tmp format-c.d.tmp format-csharp.d.tmp format-elisp.d.tmp format-gcc-internal.d.tmp format-java.d.tmp format-librep.d.tmp format-lisp.d.tmp format-pascal.d.tmp format-perl-brace.d.tmp format-perl.d.tmp format-php.d.tmp format-python.d.tmp format-qt.d.tmp format-scheme.d.tmp format-sh.d.tmp format-tcl.d.tmp format-ycp.d.tmp format.d.tmp gettext-po.d.tmp hash-string.d.tmp lang-table.d.tmp localcharset.d.tmp message.d.tmp msgl-ascii.d.tmp msgl-cat.d.tmp msgl-charset.d.tmp msgl-check.d.tmp msgl-english.d.tmp msgl-equal.d.tmp msgl-iconv.d.tmp open-catalog.d.tmp plural-count.d.tmp plural-eval.d.tmp plural-exp.d.tmp plural-table.d.tmp po-charset.d.tmp po-error.d.tmp po-gram-gen.d.tmp po-lex.d.tmp po-time.d.tmp po-xerror.d.tmp read-catalog-abstract.d.tmp read-catalog.d.tmp read-csharp.d.tmp read-java.d.tmp read-mo.d.tmp read-po.d.tmp read-properties.d.tmp read-resources.d.tmp read-stringtable.d.tmp read-tcl.d.tmp str-list.d.tmp write-catalog.d.tmp write-csharp.d.tmp write-java.d.tmp write-mo.d.tmp write-po.d.tmp write-properties.d.tmp write-qt.d.tmp write-resources.d.tmp write-stringtable.d.tmp write-tcl.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f libtools_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/lib/libnlspr && rm -f .depend clean-temp.d dir-list.d file-list.d format-awk.d format-boost.d format-c.d format-csharp.d format-elisp.d format-gcc-internal.d format-java.d format-librep.d format-lisp.d format-pascal.d format-perl-brace.d format-perl.d format-php.d format-python.d format-qt.d format-scheme.d format-sh.d format-tcl.d format-ycp.d format.d gettext-po.d hash-string.d lang-table.d localcharset.d message.d msgl-ascii.d msgl-cat.d msgl-charset.d msgl-check.d msgl-english.d msgl-equal.d msgl-iconv.d open-catalog.d plural-count.d plural-eval.d plural-exp.d plural-table.d po-charset.d po-error.d po-gram-gen.d po-lex.d po-time.d po-xerror.d read-catalog-abstract.d read-catalog.d read-csharp.d read-java.d read-mo.d read-po.d read-properties.d read-resources.d read-stringtable.d read-tcl.d str-list.d write-catalog.d write-csharp.d write-java.d write-mo.d write-po.d write-properties.d write-qt.d write-resources.d write-stringtable.d write-tcl.d clean-temp.d.tmp dir-list.d.tmp file-list.d.tmp format-awk.d.tmp format-boost.d.tmp format-c.d.tmp format-csharp.d.tmp format-elisp.d.tmp format-gcc-internal.d.tmp format-java.d.tmp format-librep.d.tmp format-lisp.d.tmp format-pascal.d.tmp format-perl-brace.d.tmp format-perl.d.tmp format-php.d.tmp format-python.d.tmp format-qt.d.tmp format-scheme.d.tmp format-sh.d.tmp format-tcl.d.tmp format-ycp.d.tmp format.d.tmp gettext-po.d.tmp hash-string.d.tmp lang-table.d.tmp localcharset.d.tmp message.d.tmp msgl-ascii.d.tmp msgl-cat.d.tmp msgl-charset.d.tmp msgl-check.d.tmp msgl-english.d.tmp msgl-equal.d.tmp msgl-iconv.d.tmp open-catalog.d.tmp plural-count.d.tmp plural-eval.d.tmp plural-exp.d.tmp plural-table.d.tmp po-charset.d.tmp po-error.d.tmp po-gram-gen.d.tmp po-lex.d.tmp po-time.d.tmp po-xerror.d.tmp read-catalog-abstract.d.tmp read-catalog.d.tmp read-csharp.d.tmp read-java.d.tmp read-mo.d.tmp read-po.d.tmp read-properties.d.tmp read-resources.d.tmp read-stringtable.d.tmp read-tcl.d.tmp str-list.d.tmp write-catalog.d.tmp write-csharp.d.tmp write-java.d.tmp write-mo.d.tmp write-po.d.tmp write-properties.d.tmp write-qt.d.tmp write-resources.d.tmp write-stringtable.d.tmp write-tcl.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f libtools_p.a || true) --- cleandir-external --- --- cleandir-info --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/gpl2/gettext/info --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f libtools_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f libtools_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/info && rm -f gettext.info || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f libtools_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/info && rm -f gettext.info || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f libtools_pic.a || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/gpl2/gettext/bin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f llib-ltools.ln || true) --- cleandir-external --- --- cleandir-msgattrib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f llib-ltools.ln || true) --- cleandir-external --- cleandir ===> external/gpl2/gettext/bin/msgattrib --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f atf-version.txt atf-version-real.txt libtools.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f atf-version.txt atf-version-real.txt libtools.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/atf/lib/tools && rm -f .depend application.d atffile.d config.d config_file.d env.d exceptions.d expand.d fs.d io.d parser.d process.d reader.d requirements.d signals.d test-program.d text.d timers.d ui.d user.d application.d.tmp atffile.d.tmp config.d.tmp config_file.d.tmp env.d.tmp exceptions.d.tmp expand.d.tmp fs.d.tmp io.d.tmp parser.d.tmp process.d.tmp reader.d.tmp requirements.d.tmp signals.d.tmp test-program.d.tmp text.d.tmp timers.d.tmp ui.d.tmp user.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgattrib && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgattrib msgattrib.o msgattrib.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/atf/lib/tools && rm -f .depend application.d atffile.d config.d config_file.d env.d exceptions.d expand.d fs.d io.d parser.d process.d reader.d requirements.d signals.d test-program.d text.d timers.d ui.d user.d application.d.tmp atffile.d.tmp config.d.tmp config_file.d.tmp env.d.tmp exceptions.d.tmp expand.d.tmp fs.d.tmp io.d.tmp parser.d.tmp process.d.tmp reader.d.tmp requirements.d.tmp signals.d.tmp test-program.d.tmp text.d.tmp timers.d.tmp ui.d.tmp user.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgattrib && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgattrib msgattrib.o msgattrib.ln || true) --- cleandir-lib --- --- cleandir-libform --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/libform --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgattrib && rm -f msgattrib.html1 .depend msgattrib.d msgattrib.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgattrib && rm -f msgattrib.html1 .depend msgattrib.d msgattrib.d.tmp tags || true) --- cleandir-msgcat --- cleandir ===> external/gpl2/gettext/bin/msgcat --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libform && rm -f libform.a driver.o field_types.o internals.o field.o form.o post.o type_alnum.o type_alpha.o type_integer.o type_numeric.o type_enum.o type_regex.o type_ipv4.o type_ipv6.o driver.o.tmp field_types.o.tmp internals.o.tmp field.o.tmp form.o.tmp post.o.tmp type_alnum.o.tmp type_alpha.o.tmp type_integer.o.tmp type_numeric.o.tmp type_enum.o.tmp type_regex.o.tmp type_ipv4.o.tmp type_ipv6.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libform && rm -f libform.a driver.o field_types.o internals.o field.o form.o post.o type_alnum.o type_alpha.o type_integer.o type_numeric.o type_enum.o type_regex.o type_ipv4.o type_ipv6.o driver.o.tmp field_types.o.tmp internals.o.tmp field.o.tmp form.o.tmp post.o.tmp type_alnum.o.tmp type_alpha.o.tmp type_integer.o.tmp type_numeric.o.tmp type_enum.o.tmp type_regex.o.tmp type_ipv4.o.tmp type_ipv6.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgcat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgcat msgcat.o msgcat.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgcat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgcat msgcat.o msgcat.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libform && rm -f libform_p.a driver.po field_types.po internals.po field.po form.po post.po type_alnum.po type_alpha.po type_integer.po type_numeric.po type_enum.po type_regex.po type_ipv4.po type_ipv6.po driver.po.tmp field_types.po.tmp internals.po.tmp field.po.tmp form.po.tmp post.po.tmp type_alnum.po.tmp type_alpha.po.tmp type_integer.po.tmp type_numeric.po.tmp type_enum.po.tmp type_regex.po.tmp type_ipv4.po.tmp type_ipv6.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libform && rm -f libform_p.a driver.po field_types.po internals.po field.po form.po post.po type_alnum.po type_alpha.po type_integer.po type_numeric.po type_enum.po type_regex.po type_ipv4.po type_ipv6.po driver.po.tmp field_types.po.tmp internals.po.tmp field.po.tmp form.po.tmp post.po.tmp type_alnum.po.tmp type_alpha.po.tmp type_integer.po.tmp type_numeric.po.tmp type_enum.po.tmp type_regex.po.tmp type_ipv4.po.tmp type_ipv6.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgcat && rm -f msgcat.html1 .depend msgcat.d msgcat.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libform && rm -f libform_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgcat && rm -f msgcat.html1 .depend msgcat.d msgcat.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libform && rm -f libform_g.a || true) --- cleandir-external --- --- cleandir-msgcmp --- cleandir ===> external/gpl2/gettext/bin/msgcmp --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libform && rm -f libform_pic.a libform.so.* libform.so driver.pico field_types.pico internals.pico field.pico form.pico post.pico type_alnum.pico type_alpha.pico type_integer.pico type_numeric.pico type_enum.pico type_regex.pico type_ipv4.pico type_ipv6.pico driver.pico.tmp field_types.pico.tmp internals.pico.tmp field.pico.tmp form.pico.tmp post.pico.tmp type_alnum.pico.tmp type_alpha.pico.tmp type_integer.pico.tmp type_numeric.pico.tmp type_enum.pico.tmp type_regex.pico.tmp type_ipv4.pico.tmp type_ipv6.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libform && rm -f libform_pic.a libform.so.* libform.so driver.pico field_types.pico internals.pico field.pico form.pico post.pico type_alnum.pico type_alpha.pico type_integer.pico type_numeric.pico type_enum.pico type_regex.pico type_ipv4.pico type_ipv6.pico driver.pico.tmp field_types.pico.tmp internals.pico.tmp field.pico.tmp form.pico.tmp post.pico.tmp type_alnum.pico.tmp type_alpha.pico.tmp type_integer.pico.tmp type_numeric.pico.tmp type_enum.pico.tmp type_regex.pico.tmp type_ipv4.pico.tmp type_ipv6.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libform && rm -f llib-lform.ln driver.ln field_types.ln internals.ln field.ln form.ln post.ln type_alnum.ln type_alpha.ln type_integer.ln type_numeric.ln type_enum.ln type_regex.ln type_ipv4.ln type_ipv6.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgcmp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgcmp msgcmp.o msgcmp.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libform && rm -f llib-lform.ln driver.ln field_types.ln internals.ln field.ln form.ln post.ln type_alnum.ln type_alpha.ln type_integer.ln type_numeric.ln type_enum.ln type_regex.ln type_ipv4.ln type_ipv6.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgcmp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgcmp msgcmp.o msgcmp.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libform && rm -f libform.so.8.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgcmp && rm -f msgcmp.html1 .depend msgcmp.d msgcmp.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libform && rm -f libform.so.8.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgcmp && rm -f msgcmp.html1 .depend msgcmp.d msgcmp.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libform && rm -f form_cursor.html3 form_data.html3 form_driver.html3 form_field.html3 form_field_attributes.html3 form_field_buffer.html3 form_field_info.html3 form_field_just.html3 form_field_new.html3 form_field_opts.html3 form_field_userptr.html3 form_field_validation.html3 form_fieldtype.html3 form_hook.html3 form_new.html3 form_new_page.html3 form_opts.html3 form_page.html3 form_post.html3 form_userptr.html3 form_win.html3 forms.html3 .depend driver.d field.d field_types.d form.d internals.d post.d type_alnum.d type_alpha.d type_enum.d type_integer.d type_ipv4.d type_ipv6.d type_numeric.d type_regex.d driver.d.tmp field.d.tmp field_types.d.tmp form.d.tmp internals.d.tmp post.d.tmp type_alnum.d.tmp type_alpha.d.tmp type_enum.d.tmp type_integer.d.tmp type_ipv4.d.tmp type_ipv6.d.tmp type_numeric.d.tmp type_regex.d.tmp tags || true) --- cleandir-external --- --- cleandir-msgcomm --- cleandir ===> external/gpl2/gettext/bin/msgcomm --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libform && rm -f form_cursor.html3 form_data.html3 form_driver.html3 form_field.html3 form_field_attributes.html3 form_field_buffer.html3 form_field_info.html3 form_field_just.html3 form_field_new.html3 form_field_opts.html3 form_field_userptr.html3 form_field_validation.html3 form_fieldtype.html3 form_hook.html3 form_new.html3 form_new_page.html3 form_opts.html3 form_page.html3 form_post.html3 form_userptr.html3 form_win.html3 forms.html3 .depend driver.d field.d field_types.d form.d internals.d post.d type_alnum.d type_alpha.d type_enum.d type_integer.d type_ipv4.d type_ipv6.d type_numeric.d type_regex.d driver.d.tmp field.d.tmp field_types.d.tmp form.d.tmp internals.d.tmp post.d.tmp type_alnum.d.tmp type_alpha.d.tmp type_enum.d.tmp type_integer.d.tmp type_ipv4.d.tmp type_ipv6.d.tmp type_numeric.d.tmp type_regex.d.tmp tags || true) --- cleandir-libmenu --- cleandir ===> lib/libmenu --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgcomm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgcomm msgcomm.o msgcomm.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgcomm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgcomm msgcomm.o msgcomm.ln || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgcomm && rm -f msgcomm.html1 .depend msgcomm.d msgcomm.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libmenu && rm -f libmenu.a menu.o item.o userptr.o internals.o driver.o post.o attributes.o menu.o.tmp item.o.tmp userptr.o.tmp internals.o.tmp driver.o.tmp post.o.tmp attributes.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgcomm && rm -f msgcomm.html1 .depend msgcomm.d msgcomm.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libmenu && rm -f libmenu.a menu.o item.o userptr.o internals.o driver.o post.o attributes.o menu.o.tmp item.o.tmp userptr.o.tmp internals.o.tmp driver.o.tmp post.o.tmp attributes.o.tmp || true) --- cleandir-external --- --- cleandir-msgconv --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/gpl2/gettext/bin/msgconv --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libmenu && rm -f libmenu_p.a menu.po item.po userptr.po internals.po driver.po post.po attributes.po menu.po.tmp item.po.tmp userptr.po.tmp internals.po.tmp driver.po.tmp post.po.tmp attributes.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libmenu && rm -f libmenu_p.a menu.po item.po userptr.po internals.po driver.po post.po attributes.po menu.po.tmp item.po.tmp userptr.po.tmp internals.po.tmp driver.po.tmp post.po.tmp attributes.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libmenu && rm -f libmenu_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libmenu && rm -f libmenu_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgconv && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgconv msgconv.o msgconv.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libmenu && rm -f libmenu_pic.a libmenu.so.* libmenu.so menu.pico item.pico userptr.pico internals.pico driver.pico post.pico attributes.pico menu.pico.tmp item.pico.tmp userptr.pico.tmp internals.pico.tmp driver.pico.tmp post.pico.tmp attributes.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgconv && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgconv msgconv.o msgconv.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libmenu && rm -f libmenu_pic.a libmenu.so.* libmenu.so menu.pico item.pico userptr.pico internals.pico driver.pico post.pico attributes.pico menu.pico.tmp item.pico.tmp userptr.pico.tmp internals.pico.tmp driver.pico.tmp post.pico.tmp attributes.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgconv && rm -f msgconv.html1 .depend msgconv.d msgconv.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libmenu && rm -f llib-lmenu.ln menu.ln item.ln userptr.ln internals.ln driver.ln post.ln attributes.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgconv && rm -f msgconv.html1 .depend msgconv.d msgconv.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libmenu && rm -f llib-lmenu.ln menu.ln item.ln userptr.ln internals.ln driver.ln post.ln attributes.ln || true) --- cleandir-external --- --- cleandir-msgen --- cleandir ===> external/gpl2/gettext/bin/msgen --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libmenu && rm -f libmenu.so.8.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libmenu && rm -f libmenu.so.8.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libmenu && rm -f menu_attributes.html3 menu_item_name.html3 menu_items.html3 menu_userptr.html3 menu_cursor.html3 menu_item_new.html3 menu_mark.html3 menu_win.html3 menu_driver.html3 menu_item_opts.html3 menu_new.html3 menus.html3 menu_format.html3 menu_item_userptr.html3 menu_opts.html3 menu_hook.html3 menu_item_value.html3 menu_pattern.html3 menu_item_current.html3 menu_item_visible.html3 menu_post.html3 .depend attributes.d driver.d internals.d item.d menu.d post.d userptr.d attributes.d.tmp driver.d.tmp internals.d.tmp item.d.tmp menu.d.tmp post.d.tmp userptr.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgen msgen.o msgen.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libmenu && rm -f menu_attributes.html3 menu_item_name.html3 menu_items.html3 menu_userptr.html3 menu_cursor.html3 menu_item_new.html3 menu_mark.html3 menu_win.html3 menu_driver.html3 menu_item_opts.html3 menu_new.html3 menus.html3 menu_format.html3 menu_item_userptr.html3 menu_opts.html3 menu_hook.html3 menu_item_value.html3 menu_pattern.html3 menu_item_current.html3 menu_item_visible.html3 menu_post.html3 .depend attributes.d driver.d internals.d item.d menu.d post.d userptr.d attributes.d.tmp driver.d.tmp internals.d.tmp item.d.tmp menu.d.tmp post.d.tmp userptr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgen msgen.o msgen.ln || true) --- cleandir-lib --- --- cleandir-libpanel --- cleandir ===> lib/libpanel --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgen && rm -f msgen.html1 .depend msgen.d msgen.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgen && rm -f msgen.html1 .depend msgen.d msgen.d.tmp tags || true) --- cleandir-msgfilter --- cleandir ===> external/gpl2/gettext/bin/msgfilter --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpanel && rm -f libpanel.a _deck.o above.o below.o bottom.o del.o getuser.o hidden.o hide.o move.o new.o replace.o setuser.o show.o top.o update.o window.o _deck.o.tmp above.o.tmp below.o.tmp bottom.o.tmp del.o.tmp getuser.o.tmp hidden.o.tmp hide.o.tmp move.o.tmp new.o.tmp replace.o.tmp setuser.o.tmp show.o.tmp top.o.tmp update.o.tmp window.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpanel && rm -f libpanel.a _deck.o above.o below.o bottom.o del.o getuser.o hidden.o hide.o move.o new.o replace.o setuser.o show.o top.o update.o window.o _deck.o.tmp above.o.tmp below.o.tmp bottom.o.tmp del.o.tmp getuser.o.tmp hidden.o.tmp hide.o.tmp move.o.tmp new.o.tmp replace.o.tmp setuser.o.tmp show.o.tmp top.o.tmp update.o.tmp window.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpanel && rm -f libpanel_p.a _deck.po above.po below.po bottom.po del.po getuser.po hidden.po hide.po move.po new.po replace.po setuser.po show.po top.po update.po window.po _deck.po.tmp above.po.tmp below.po.tmp bottom.po.tmp del.po.tmp getuser.po.tmp hidden.po.tmp hide.po.tmp move.po.tmp new.po.tmp replace.po.tmp setuser.po.tmp show.po.tmp top.po.tmp update.po.tmp window.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgfilter && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgexec msgexec.o msgexec.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgfilter && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgexec msgexec.o msgexec.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpanel && rm -f libpanel_p.a _deck.po above.po below.po bottom.po del.po getuser.po hidden.po hide.po move.po new.po replace.po setuser.po show.po top.po update.po window.po _deck.po.tmp above.po.tmp below.po.tmp bottom.po.tmp del.po.tmp getuser.po.tmp hidden.po.tmp hide.po.tmp move.po.tmp new.po.tmp replace.po.tmp setuser.po.tmp show.po.tmp top.po.tmp update.po.tmp window.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpanel && rm -f libpanel_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgfilter && rm -f msgexec.html1 .depend msgexec.d msgexec.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpanel && rm -f libpanel_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgfilter && rm -f msgexec.html1 .depend msgexec.d msgexec.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-msgfmt --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpanel && rm -f libpanel_pic.a libpanel.so.* libpanel.so _deck.pico above.pico below.pico bottom.pico del.pico getuser.pico hidden.pico hide.pico move.pico new.pico replace.pico setuser.pico show.pico top.pico update.pico window.pico _deck.pico.tmp above.pico.tmp below.pico.tmp bottom.pico.tmp del.pico.tmp getuser.pico.tmp hidden.pico.tmp hide.pico.tmp move.pico.tmp new.pico.tmp replace.pico.tmp setuser.pico.tmp show.pico.tmp top.pico.tmp update.pico.tmp window.pico.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/gettext/bin/msgfmt --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpanel && rm -f libpanel_pic.a libpanel.so.* libpanel.so _deck.pico above.pico below.pico bottom.pico del.pico getuser.pico hidden.pico hide.pico move.pico new.pico replace.pico setuser.pico show.pico top.pico update.pico window.pico _deck.pico.tmp above.pico.tmp below.pico.tmp bottom.pico.tmp del.pico.tmp getuser.pico.tmp hidden.pico.tmp hide.pico.tmp move.pico.tmp new.pico.tmp replace.pico.tmp setuser.pico.tmp show.pico.tmp top.pico.tmp update.pico.tmp window.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpanel && rm -f llib-lpanel.ln _deck.ln above.ln below.ln bottom.ln del.ln getuser.ln hidden.ln hide.ln move.ln new.ln replace.ln setuser.ln show.ln top.ln update.ln window.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpanel && rm -f llib-lpanel.ln _deck.ln above.ln below.ln bottom.ln del.ln getuser.ln hidden.ln hide.ln move.ln new.ln replace.ln setuser.ln show.ln top.ln update.ln window.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgfmt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgfmt msgfmt.o msgfmt.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpanel && rm -f libpanel.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgfmt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgfmt msgfmt.o msgfmt.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpanel && rm -f libpanel.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgfmt && rm -f msgfmt.html1 .depend msgfmt.d msgfmt.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpanel && rm -f move_panel.html3 new_panel.html3 panel.html3 panel_above.html3 panel_hidden.html3 panel_userptr.html3 update_panels.html3 .depend _deck.d above.d below.d bottom.d del.d getuser.d hidden.d hide.d move.d new.d replace.d setuser.d show.d top.d update.d window.d _deck.d.tmp above.d.tmp below.d.tmp bottom.d.tmp del.d.tmp getuser.d.tmp hidden.d.tmp hide.d.tmp move.d.tmp new.d.tmp replace.d.tmp setuser.d.tmp show.d.tmp top.d.tmp update.d.tmp window.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgfmt && rm -f msgfmt.html1 .depend msgfmt.d msgfmt.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpanel && rm -f move_panel.html3 new_panel.html3 panel.html3 panel_above.html3 panel_hidden.html3 panel_userptr.html3 update_panels.html3 .depend _deck.d above.d below.d bottom.d del.d getuser.d hidden.d hide.d move.d new.d replace.d setuser.d show.d top.d update.d window.d _deck.d.tmp above.d.tmp below.d.tmp bottom.d.tmp del.d.tmp getuser.d.tmp hidden.d.tmp hide.d.tmp move.d.tmp new.d.tmp replace.d.tmp setuser.d.tmp show.d.tmp top.d.tmp update.d.tmp window.d.tmp tags || true) --- cleandir-external --- --- cleandir-msginit --- --- cleandir-lib --- --- cleandir-libradius --- --- cleandir-external --- cleandir ===> external/gpl2/gettext/bin/msginit --- cleandir-lib --- cleandir ===> lib/libradius --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msginit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msginit msginit.o localealias.o localename.o msginit.ln localealias.ln localename.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msginit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msginit msginit.o localealias.o localename.o msginit.ln localealias.ln localename.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libradius && rm -f libradius.a radlib.o radlib.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libradius && rm -f libradius.a radlib.o radlib.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msginit && rm -f msginit.html1 .depend localealias.d localename.d msginit.d localealias.d.tmp localename.d.tmp msginit.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msginit && rm -f msginit.html1 .depend localealias.d localename.d msginit.d localealias.d.tmp localename.d.tmp msginit.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libradius && rm -f libradius_p.a radlib.po radlib.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libradius && rm -f libradius_p.a radlib.po radlib.po.tmp || true) --- cleandir-external --- --- cleandir-msgmerge --- cleandir ===> external/gpl2/gettext/bin/msgmerge --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libradius && rm -f libradius_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libradius && rm -f libradius_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libradius && rm -f libradius_pic.a libradius.so.* libradius.so radlib.pico radlib.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgmerge && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgmerge msgmerge.o msgl-fsearch.o msgmerge.ln msgl-fsearch.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libradius && rm -f libradius_pic.a libradius.so.* libradius.so radlib.pico radlib.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgmerge && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgmerge msgmerge.o msgl-fsearch.o msgmerge.ln msgl-fsearch.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libradius && rm -f llib-lradius.ln radlib.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libradius && rm -f llib-lradius.ln radlib.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgmerge && rm -f msgmerge.html1 .depend msgl-fsearch.d msgmerge.d msgl-fsearch.d.tmp msgmerge.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgmerge && rm -f msgmerge.html1 .depend msgl-fsearch.d msgmerge.d msgl-fsearch.d.tmp msgmerge.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libradius && rm -f libradius.cat3 radius.conf.cat5 radlib.d libradius.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-msgunfmt --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libradius && rm -f libradius.cat3 radius.conf.cat5 radlib.d libradius.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl2/gettext/bin/msgunfmt --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libradius && rm -f libradius.html3 radius.conf.html5 .depend radlib.d radlib.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libradius && rm -f libradius.html3 radius.conf.html5 .depend radlib.d radlib.d.tmp tags || true) --- cleandir-librump --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/librump --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgunfmt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgunfmt msgunfmt.o msgunfmt.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgunfmt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgunfmt msgunfmt.o msgunfmt.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msgunfmt && rm -f msgunfmt.html1 .depend msgunfmt.d msgunfmt.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msgunfmt && rm -f msgunfmt.html1 .depend msgunfmt.d msgunfmt.d.tmp tags || true) --- cleandir-msguniq --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/gpl2/gettext/bin/msguniq --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librump && rm -f librump.a rump.o rumpcopy.o cons.o emul.o etfs_wrap.o intr.o lwproc.o klock.o kobj_rename.o ltsleep.o scheduler.o signals.o sleepq.o threads.o vm.o hyperentropy.o accessors.o rump_autoconf.o rumpkern_syscalls.o locks.o vers.o rump_syscalls.o rumpkern_if_wrappers.o devsw.o init_sysctl_base.o compat_stub.o kern_auth.o kern_cfglock.o kern_clock.o kern_descrip.o kern_entropy.o kern_event.o kern_hook.o kern_ksyms.o kern_malloc.o kern_module.o kern_module_hook.o kern_mutex_obj.o kern_ntptime.o kern_proc.o kern_prot.o kern_rate.o kern_reboot.o kern_resource.o kern_rwlock_obj.o kern_scdebug.o kern_stub.o kern_ssp.o kern_syscall.o kern_sysctl.o kern_tc.o kern_threadpool.o kern_time.o kern_timeout.o kern_uidinfo.o param.o subr_autoconf.o subr_callback.o subr_copy.o subr_cprng.o subr_cpu.o subr_device.o subr_devsw.o subr_evcnt.o subr_extent.o subr_hash.o subr_humanize.o subr_iostat.o subr_kcpuset.o subr_kmem.o subr_kobj.o subr_localcount.o subr_log.o subr_lwp_specificdata.o subr_once.o subr_pcq.o subr_percpu.o subr_pool.o subr_prf.o subr_pserialize.o subr_psref.o subr_specificdata.o subr_time.o subr_thmap.o subr_vmem.o subr_workqueue.o subr_xcall.o sys_descrip.o sys_generic.o sys_getrandom.o sys_module.o sys_pipe.o sys_select.o syscalls.o uipc_sem.o uvm_aobj.o uvm_readahead.o uvm_object.o uvm_swapstub.o uvm_page_array.o uvm_page_status.o secmodel.o secmodel_suser.o secmodel_extensions.o vnode_if.o clock_subr.o nist_hash_drbg.o cprng_fast.o chacha_impl.o chacha_ref.o chacha_selftest.o blake2s.o kern_select_50.o kern_time_50.o rndpseudo_50.o kern_ktrace.o rump_x86_cpu.o rump_x86_spl.o rump_x86_cpu_counter.o rump_x86_spinlock.o rump_x86_pmap.o rump_x86_abi.o kobj_machdep.o rump_generic_directmap.o atomic.o snprintb.o proc_compare.o getfstypename.o prop_array.o prop_array_util.o prop_bool.o prop_data.o prop_dictionary.o prop_dictionary_util.o prop_ingest.o prop_kern.o prop_number.o prop_object.o prop_stack.o prop_string.o ppath.o ppath_extant.o byte_swap_2.o byte_swap_4.o byte_swap_8.o ffs.o memchr.o memcpy.o memmove.o memset.o strcat.o strchr.o strcmp.o strcpy.o strlen.o strrchr.o scanc.o skpc.o random.o kern_assert.o __main.o cpuset.o inet_addr.o intoa.o md4c.o md5c.o rmd160.o sha1.o sha2.o sha3.o keccak.o murmurhash.o pmatch.o mcount.o crc32.o strlist.o ppath_kmem_alloc.o copystr.o strsep.o strstr.o strlcpy.o strlcat.o imax.o imin.o lmax.o lmin.o uimax.o uimin.o ulmax.o ulmin.o memcmp.o memmem.o popcount32.o popcount64.o strtoul.o strtoll.o strtoull.o strtoimax.o strtoumax.o strtoi.o strtou.o strnvisx.o rngtest.o strcspn.o strnlen.o strncat.o strncmp.o strncpy.o strpbrk.o strspn.o strcasecmp.o strncasecmp.o xlat_mbr_fstype.o heapsort.o ptree.o radixtree.o rb.o rpst.o hexdump.o explicit_memset.o consttime_memequal.o entpool.o dkcksum.o disklabel_swap.o cdbr.o mi_vector_hash.o rump.o.tmp rumpcopy.o.tmp cons.o.tmp emul.o.tmp etfs_wrap.o.tmp intr.o.tmp lwproc.o.tmp klock.o.tmp kobj_rename.o.tmp ltsleep.o.tmp scheduler.o.tmp signals.o.tmp sleepq.o.tmp threads.o.tmp vm.o.tmp hyperentropy.o.tmp accessors.o.tmp rump_autoconf.o.tmp rumpkern_syscalls.o.tmp locks.o.tmp vers.o.tmp rump_syscalls.o.tmp rumpkern_if_wrappers.o.tmp devsw.o.tmp init_sysctl_base.o.tmp compat_stub.o.tmp kern_auth.o.tmp kern_cfglock.o.tmp kern_clock.o.tmp kern_descrip.o.tmp kern_entropy.o.tmp kern_event.o.tmp kern_hook.o.tmp kern_ksyms.o.tmp kern_malloc.o.tmp kern_module.o.tmp kern_module_hook.o.tmp kern_mutex_obj.o.tmp kern_ntptime.o.tmp kern_proc.o.tmp kern_prot.o.tmp kern_rate.o.tmp kern_reboot.o.tmp kern_resource.o.tmp kern_rwlock_obj.o.tmp kern_scdebug.o.tmp kern_stub.o.tmp kern_ssp.o.tmp kern_syscall.o.tmp kern_sysctl.o.tmp kern_tc.o.tmp kern_threadpool.o.tmp kern_time.o.tmp kern_timeout.o.tmp kern_uidinfo.o.tmp param.o.tmp subr_autoconf.o.tmp subr_callback.o.tmp subr_copy.o.tmp subr_cprng.o.tmp subr_cpu.o.tmp subr_device.o.tmp subr_devsw.o.tmp subr_evcnt.o.tmp subr_extent.o.tmp subr_hash.o.tmp subr_humanize.o.tmp subr_iostat.o.tmp subr_kcpuset.o.tmp subr_kmem.o.tmp subr_kobj.o.tmp subr_localcount.o.tmp subr_log.o.tmp subr_lwp_specificdata.o.tmp subr_once.o.tmp subr_pcq.o.tmp subr_percpu.o.tmp subr_pool.o.tmp subr_prf.o.tmp subr_pserialize.o.tmp subr_psref.o.tmp subr_specificdata.o.tmp subr_time.o.tmp subr_thmap.o.tmp subr_vmem.o.tmp subr_workqueue.o.tmp subr_xcall.o.tmp sys_descrip.o.tmp sys_generic.o.tmp sys_getrandom.o.tmp sys_module.o.tmp sys_pipe.o.tmp sys_select.o.tmp syscalls.o.tmp uipc_sem.o.tmp uvm_aobj.o.tmp uvm_readahead.o.tmp uvm_object.o.tmp uvm_swapstub.o.tmp uvm_page_array.o.tmp uvm_page_status.o.tmp secmodel.o.tmp secmodel_suser.o.tmp secmodel_extensions.o.tmp vnode_if.o.tmp clock_subr.o.tmp nist_hash_drbg.o.tmp cprng_fast.o.tmp chacha_impl.o.tmp chacha_ref.o.tmp chacha_selftest.o.tmp blake2s.o.tmp kern_select_50.o.tmp kern_time_50.o.tmp rndpseudo_50.o.tmp kern_ktrace.o.tmp rump_x86_cpu.o.tmp rump_x86_spl.o.tmp rump_x86_cpu_counter.o.tmp rump_x86_spinlock.o.tmp rump_x86_pmap.o.tmp rump_x86_abi.o.tmp kobj_machdep.o.tmp rump_generic_directmap.o.tmp atomic.o.tmp snprintb.o.tmp proc_compare.o.tmp getfstypename.o.tmp prop_array.o.tmp prop_array_util.o.tmp prop_bool.o.tmp prop_data.o.tmp prop_dictionary.o.tmp prop_dictionary_util.o.tmp prop_ingest.o.tmp prop_kern.o.tmp prop_number.o.tmp prop_object.o.tmp prop_stack.o.tmp prop_string.o.tmp ppath.o.tmp ppath_extant.o.tmp byte_swap_2.o.tmp byte_swap_4.o.tmp byte_swap_8.o.tmp ffs.o.tmp memchr.o.tmp memcpy.o.tmp memmove.o.tmp memset.o.tmp strcat.o.tmp strchr.o.tmp strcmp.o.tmp strcpy.o.tmp strlen.o.tmp strrchr.o.tmp scanc.o.tmp skpc.o.tmp random.o.tmp kern_assert.o.tmp __main.o.tmp cpuset.o.tmp inet_addr.o.tmp intoa.o.tmp md4c.o.tmp md5c.o.tmp rmd160.o.tmp sha1.o.tmp sha2.o.tmp sha3.o.tmp keccak.o.tmp murmurhash.o.tmp pmatch.o.tmp mcount.o.tmp crc32.o.tmp strlist.o.tmp ppath_kmem_alloc.o.tmp copystr.o.tmp strsep.o.tmp strstr.o.tmp strlcpy.o.tmp strlcat.o.tmp imax.o.tmp imin.o.tmp lmax.o.tmp lmin.o.tmp uimax.o.tmp uimin.o.tmp ulmax.o.tmp ulmin.o.tmp memcmp.o.tmp memmem.o.tmp popcount32.o.tmp popcount64.o.tmp strtoul.o.tmp strtoll.o.tmp strtoull.o.tmp strtoimax.o.tmp strtoumax.o.tmp strtoi.o.tmp strtou.o.tmp strnvisx.o.tmp rngtest.o.tmp strcspn.o.tmp strnlen.o.tmp strncat.o.tmp strncmp.o.tmp strncpy.o.tmp strpbrk.o.tmp strspn.o.tmp strcasecmp.o.tmp strncasecmp.o.tmp xlat_mbr_fstype.o.tmp heapsort.o.tmp ptree.o.tmp radixtree.o.tmp rb.o.tmp rpst.o.tmp hexdump.o.tmp explicit_memset.o.tmp consttime_memequal.o.tmp entpool.o.tmp dkcksum.o.tmp disklabel_swap.o.tmp cdbr.o.tmp mi_vector_hash.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librump && rm -f librump.a rump.o rumpcopy.o cons.o emul.o etfs_wrap.o intr.o lwproc.o klock.o kobj_rename.o ltsleep.o scheduler.o signals.o sleepq.o threads.o vm.o hyperentropy.o accessors.o rump_autoconf.o rumpkern_syscalls.o locks.o vers.o rump_syscalls.o rumpkern_if_wrappers.o devsw.o init_sysctl_base.o compat_stub.o kern_auth.o kern_cfglock.o kern_clock.o kern_descrip.o kern_entropy.o kern_event.o kern_hook.o kern_ksyms.o kern_malloc.o kern_module.o kern_module_hook.o kern_mutex_obj.o kern_ntptime.o kern_proc.o kern_prot.o kern_rate.o kern_reboot.o kern_resource.o kern_rwlock_obj.o kern_scdebug.o kern_stub.o kern_ssp.o kern_syscall.o kern_sysctl.o kern_tc.o kern_threadpool.o kern_time.o kern_timeout.o kern_uidinfo.o param.o subr_autoconf.o subr_callback.o subr_copy.o subr_cprng.o subr_cpu.o subr_device.o subr_devsw.o subr_evcnt.o subr_extent.o subr_hash.o subr_humanize.o subr_iostat.o subr_kcpuset.o subr_kmem.o subr_kobj.o subr_localcount.o subr_log.o subr_lwp_specificdata.o subr_once.o subr_pcq.o subr_percpu.o subr_pool.o subr_prf.o subr_pserialize.o subr_psref.o subr_specificdata.o subr_time.o subr_thmap.o subr_vmem.o subr_workqueue.o subr_xcall.o sys_descrip.o sys_generic.o sys_getrandom.o sys_module.o sys_pipe.o sys_select.o syscalls.o uipc_sem.o uvm_aobj.o uvm_readahead.o uvm_object.o uvm_swapstub.o uvm_page_array.o uvm_page_status.o secmodel.o secmodel_suser.o secmodel_extensions.o vnode_if.o clock_subr.o nist_hash_drbg.o cprng_fast.o chacha_impl.o chacha_ref.o chacha_selftest.o blake2s.o kern_select_50.o kern_time_50.o rndpseudo_50.o kern_ktrace.o rump_x86_cpu.o rump_x86_spl.o rump_x86_cpu_counter.o rump_x86_spinlock.o rump_x86_pmap.o rump_x86_abi.o kobj_machdep.o rump_generic_directmap.o atomic.o snprintb.o proc_compare.o getfstypename.o prop_array.o prop_array_util.o prop_bool.o prop_data.o prop_dictionary.o prop_dictionary_util.o prop_ingest.o prop_kern.o prop_number.o prop_object.o prop_stack.o prop_string.o ppath.o ppath_extant.o byte_swap_2.o byte_swap_4.o byte_swap_8.o ffs.o memchr.o memcpy.o memmove.o memset.o strcat.o strchr.o strcmp.o strcpy.o strlen.o strrchr.o scanc.o skpc.o random.o kern_assert.o __main.o cpuset.o inet_addr.o intoa.o md4c.o md5c.o rmd160.o sha1.o sha2.o sha3.o keccak.o murmurhash.o pmatch.o mcount.o crc32.o strlist.o ppath_kmem_alloc.o copystr.o strsep.o strstr.o strlcpy.o strlcat.o imax.o imin.o lmax.o lmin.o uimax.o uimin.o ulmax.o ulmin.o memcmp.o memmem.o popcount32.o popcount64.o strtoul.o strtoll.o strtoull.o strtoimax.o strtoumax.o strtoi.o strtou.o strnvisx.o rngtest.o strcspn.o strnlen.o strncat.o strncmp.o strncpy.o strpbrk.o strspn.o strcasecmp.o strncasecmp.o xlat_mbr_fstype.o heapsort.o ptree.o radixtree.o rb.o rpst.o hexdump.o explicit_memset.o consttime_memequal.o entpool.o dkcksum.o disklabel_swap.o cdbr.o mi_vector_hash.o rump.o.tmp rumpcopy.o.tmp cons.o.tmp emul.o.tmp etfs_wrap.o.tmp intr.o.tmp lwproc.o.tmp klock.o.tmp kobj_rename.o.tmp ltsleep.o.tmp scheduler.o.tmp signals.o.tmp sleepq.o.tmp threads.o.tmp vm.o.tmp hyperentropy.o.tmp accessors.o.tmp rump_autoconf.o.tmp rumpkern_syscalls.o.tmp locks.o.tmp vers.o.tmp rump_syscalls.o.tmp rumpkern_if_wrappers.o.tmp devsw.o.tmp init_sysctl_base.o.tmp compat_stub.o.tmp kern_auth.o.tmp kern_cfglock.o.tmp kern_clock.o.tmp kern_descrip.o.tmp kern_entropy.o.tmp kern_event.o.tmp kern_hook.o.tmp kern_ksyms.o.tmp kern_malloc.o.tmp kern_module.o.tmp kern_module_hook.o.tmp kern_mutex_obj.o.tmp kern_ntptime.o.tmp kern_proc.o.tmp kern_prot.o.tmp kern_rate.o.tmp kern_reboot.o.tmp kern_resource.o.tmp kern_rwlock_obj.o.tmp kern_scdebug.o.tmp kern_stub.o.tmp kern_ssp.o.tmp kern_syscall.o.tmp kern_sysctl.o.tmp kern_tc.o.tmp kern_threadpool.o.tmp kern_time.o.tmp kern_timeout.o.tmp kern_uidinfo.o.tmp param.o.tmp subr_autoconf.o.tmp subr_callback.o.tmp subr_copy.o.tmp subr_cprng.o.tmp subr_cpu.o.tmp subr_device.o.tmp subr_devsw.o.tmp subr_evcnt.o.tmp subr_extent.o.tmp subr_hash.o.tmp subr_humanize.o.tmp subr_iostat.o.tmp subr_kcpuset.o.tmp subr_kmem.o.tmp subr_kobj.o.tmp subr_localcount.o.tmp subr_log.o.tmp subr_lwp_specificdata.o.tmp subr_once.o.tmp subr_pcq.o.tmp subr_percpu.o.tmp subr_pool.o.tmp subr_prf.o.tmp subr_pserialize.o.tmp subr_psref.o.tmp subr_specificdata.o.tmp subr_time.o.tmp subr_thmap.o.tmp subr_vmem.o.tmp subr_workqueue.o.tmp subr_xcall.o.tmp sys_descrip.o.tmp sys_generic.o.tmp sys_getrandom.o.tmp sys_module.o.tmp sys_pipe.o.tmp sys_select.o.tmp syscalls.o.tmp uipc_sem.o.tmp uvm_aobj.o.tmp uvm_readahead.o.tmp uvm_object.o.tmp uvm_swapstub.o.tmp uvm_page_array.o.tmp uvm_page_status.o.tmp secmodel.o.tmp secmodel_suser.o.tmp secmodel_extensions.o.tmp vnode_if.o.tmp clock_subr.o.tmp nist_hash_drbg.o.tmp cprng_fast.o.tmp chacha_impl.o.tmp chacha_ref.o.tmp chacha_selftest.o.tmp blake2s.o.tmp kern_select_50.o.tmp kern_time_50.o.tmp rndpseudo_50.o.tmp kern_ktrace.o.tmp rump_x86_cpu.o.tmp rump_x86_spl.o.tmp rump_x86_cpu_counter.o.tmp rump_x86_spinlock.o.tmp rump_x86_pmap.o.tmp rump_x86_abi.o.tmp kobj_machdep.o.tmp rump_generic_directmap.o.tmp atomic.o.tmp snprintb.o.tmp proc_compare.o.tmp getfstypename.o.tmp prop_array.o.tmp prop_array_util.o.tmp prop_bool.o.tmp prop_data.o.tmp prop_dictionary.o.tmp prop_dictionary_util.o.tmp prop_ingest.o.tmp prop_kern.o.tmp prop_number.o.tmp prop_object.o.tmp prop_stack.o.tmp prop_string.o.tmp ppath.o.tmp ppath_extant.o.tmp byte_swap_2.o.tmp byte_swap_4.o.tmp byte_swap_8.o.tmp ffs.o.tmp memchr.o.tmp memcpy.o.tmp memmove.o.tmp memset.o.tmp strcat.o.tmp strchr.o.tmp strcmp.o.tmp strcpy.o.tmp strlen.o.tmp strrchr.o.tmp scanc.o.tmp skpc.o.tmp random.o.tmp kern_assert.o.tmp __main.o.tmp cpuset.o.tmp inet_addr.o.tmp intoa.o.tmp md4c.o.tmp md5c.o.tmp rmd160.o.tmp sha1.o.tmp sha2.o.tmp sha3.o.tmp keccak.o.tmp murmurhash.o.tmp pmatch.o.tmp mcount.o.tmp crc32.o.tmp strlist.o.tmp ppath_kmem_alloc.o.tmp copystr.o.tmp strsep.o.tmp strstr.o.tmp strlcpy.o.tmp strlcat.o.tmp imax.o.tmp imin.o.tmp lmax.o.tmp lmin.o.tmp uimax.o.tmp uimin.o.tmp ulmax.o.tmp ulmin.o.tmp memcmp.o.tmp memmem.o.tmp popcount32.o.tmp popcount64.o.tmp strtoul.o.tmp strtoll.o.tmp strtoull.o.tmp strtoimax.o.tmp strtoumax.o.tmp strtoi.o.tmp strtou.o.tmp strnvisx.o.tmp rngtest.o.tmp strcspn.o.tmp strnlen.o.tmp strncat.o.tmp strncmp.o.tmp strncpy.o.tmp strpbrk.o.tmp strspn.o.tmp strcasecmp.o.tmp strncasecmp.o.tmp xlat_mbr_fstype.o.tmp heapsort.o.tmp ptree.o.tmp radixtree.o.tmp rb.o.tmp rpst.o.tmp hexdump.o.tmp explicit_memset.o.tmp consttime_memequal.o.tmp entpool.o.tmp dkcksum.o.tmp disklabel_swap.o.tmp cdbr.o.tmp mi_vector_hash.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msguniq && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msguniq msguniq.o msguniq.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librump && rm -f librump_p.a rump.po rumpcopy.po cons.po emul.po etfs_wrap.po intr.po lwproc.po klock.po kobj_rename.po ltsleep.po scheduler.po signals.po sleepq.po threads.po vm.po hyperentropy.po accessors.po rump_autoconf.po rumpkern_syscalls.po locks.po vers.po rump_syscalls.po rumpkern_if_wrappers.po devsw.po init_sysctl_base.po compat_stub.po kern_auth.po kern_cfglock.po kern_clock.po kern_descrip.po kern_entropy.po kern_event.po kern_hook.po kern_ksyms.po kern_malloc.po kern_module.po kern_module_hook.po kern_mutex_obj.po kern_ntptime.po kern_proc.po kern_prot.po kern_rate.po kern_reboot.po kern_resource.po kern_rwlock_obj.po kern_scdebug.po kern_stub.po kern_ssp.po kern_syscall.po kern_sysctl.po kern_tc.po kern_threadpool.po kern_time.po kern_timeout.po kern_uidinfo.po param.po subr_autoconf.po subr_callback.po subr_copy.po subr_cprng.po subr_cpu.po subr_device.po subr_devsw.po subr_evcnt.po subr_extent.po subr_hash.po subr_humanize.po subr_iostat.po subr_kcpuset.po subr_kmem.po subr_kobj.po subr_localcount.po subr_log.po subr_lwp_specificdata.po subr_once.po subr_pcq.po subr_percpu.po subr_pool.po subr_prf.po subr_pserialize.po subr_psref.po subr_specificdata.po subr_time.po subr_thmap.po subr_vmem.po subr_workqueue.po subr_xcall.po sys_descrip.po sys_generic.po sys_getrandom.po sys_module.po sys_pipe.po sys_select.po syscalls.po uipc_sem.po uvm_aobj.po uvm_readahead.po uvm_object.po uvm_swapstub.po uvm_page_array.po uvm_page_status.po secmodel.po secmodel_suser.po secmodel_extensions.po vnode_if.po clock_subr.po nist_hash_drbg.po cprng_fast.po chacha_impl.po chacha_ref.po chacha_selftest.po blake2s.po kern_select_50.po kern_time_50.po rndpseudo_50.po kern_ktrace.po rump_x86_cpu.po rump_x86_spl.po rump_x86_cpu_counter.po rump_x86_spinlock.po rump_x86_pmap.po rump_x86_abi.po kobj_machdep.po rump_generic_directmap.po atomic.po snprintb.po proc_compare.po getfstypename.po prop_array.po prop_array_util.po prop_bool.po prop_data.po prop_dictionary.po prop_dictionary_util.po prop_ingest.po prop_kern.po prop_number.po prop_object.po prop_stack.po prop_string.po ppath.po ppath_extant.po byte_swap_2.po byte_swap_4.po byte_swap_8.po ffs.po memchr.po memcpy.po memmove.po memset.po strcat.po strchr.po strcmp.po strcpy.po strlen.po strrchr.po scanc.po skpc.po random.po kern_assert.po __main.po cpuset.po inet_addr.po intoa.po md4c.po md5c.po rmd160.po sha1.po sha2.po sha3.po keccak.po murmurhash.po pmatch.po mcount.po crc32.po strlist.po ppath_kmem_alloc.po copystr.po strsep.po strstr.po strlcpy.po strlcat.po imax.po imin.po lmax.po lmin.po uimax.po uimin.po ulmax.po ulmin.po memcmp.po memmem.po popcount32.po popcount64.po strtoul.po strtoll.po strtoull.po strtoimax.po strtoumax.po strtoi.po strtou.po strnvisx.po rngtest.po strcspn.po strnlen.po strncat.po strncmp.po strncpy.po strpbrk.po strspn.po strcasecmp.po strncasecmp.po xlat_mbr_fstype.po heapsort.po ptree.po radixtree.po rb.po rpst.po hexdump.po explicit_memset.po consttime_memequal.po entpool.po dkcksum.po disklabel_swap.po cdbr.po mi_vector_hash.po rump.po.tmp rumpcopy.po.tmp cons.po.tmp emul.po.tmp etfs_wrap.po.tmp intr.po.tmp lwproc.po.tmp klock.po.tmp kobj_rename.po.tmp ltsleep.po.tmp scheduler.po.tmp signals.po.tmp sleepq.po.tmp threads.po.tmp vm.po.tmp hyperentropy.po.tmp accessors.po.tmp rump_autoconf.po.tmp rumpkern_syscalls.po.tmp locks.po.tmp vers.po.tmp rump_syscalls.po.tmp rumpkern_if_wrappers.po.tmp devsw.po.tmp init_sysctl_base.po.tmp compat_stub.po.tmp kern_auth.po.tmp kern_cfglock.po.tmp kern_clock.po.tmp kern_descrip.po.tmp kern_entropy.po.tmp kern_event.po.tmp kern_hook.po.tmp kern_ksyms.po.tmp kern_malloc.po.tmp kern_module.po.tmp kern_module_hook.po.tmp kern_mutex_obj.po.tmp kern_ntptime.po.tmp kern_proc.po.tmp kern_prot.po.tmp kern_rate.po.tmp kern_reboot.po.tmp kern_resource.po.tmp kern_rwlock_obj.po.tmp kern_scdebug.po.tmp kern_stub.po.tmp kern_ssp.po.tmp kern_syscall.po.tmp kern_sysctl.po.tmp kern_tc.po.tmp kern_threadpool.po.tmp kern_time.po.tmp kern_timeout.po.tmp kern_uidinfo.po.tmp param.po.tmp subr_autoconf.po.tmp subr_callback.po.tmp subr_copy.po.tmp subr_cprng.po.tmp subr_cpu.po.tmp subr_device.po.tmp subr_devsw.po.tmp subr_evcnt.po.tmp subr_extent.po.tmp subr_hash.po.tmp subr_humanize.po.tmp subr_iostat.po.tmp subr_kcpuset.po.tmp subr_kmem.po.tmp subr_kobj.po.tmp subr_localcount.po.tmp subr_log.po.tmp subr_lwp_specificdata.po.tmp subr_once.po.tmp subr_pcq.po.tmp subr_percpu.po.tmp subr_pool.po.tmp subr_prf.po.tmp subr_pserialize.po.tmp subr_psref.po.tmp subr_specificdata.po.tmp subr_time.po.tmp subr_thmap.po.tmp subr_vmem.po.tmp subr_workqueue.po.tmp subr_xcall.po.tmp sys_descrip.po.tmp sys_generic.po.tmp sys_getrandom.po.tmp sys_module.po.tmp sys_pipe.po.tmp sys_select.po.tmp syscalls.po.tmp uipc_sem.po.tmp uvm_aobj.po.tmp uvm_readahead.po.tmp uvm_object.po.tmp uvm_swapstub.po.tmp uvm_page_array.po.tmp uvm_page_status.po.tmp secmodel.po.tmp secmodel_suser.po.tmp secmodel_extensions.po.tmp vnode_if.po.tmp clock_subr.po.tmp nist_hash_drbg.po.tmp cprng_fast.po.tmp chacha_impl.po.tmp chacha_ref.po.tmp chacha_selftest.po.tmp blake2s.po.tmp kern_select_50.po.tmp kern_time_50.po.tmp rndpseudo_50.po.tmp kern_ktrace.po.tmp rump_x86_cpu.po.tmp rump_x86_spl.po.tmp rump_x86_cpu_counter.po.tmp rump_x86_spinlock.po.tmp rump_x86_pmap.po.tmp rump_x86_abi.po.tmp kobj_machdep.po.tmp rump_generic_directmap.po.tmp atomic.po.tmp snprintb.po.tmp proc_compare.po.tmp getfstypename.po.tmp prop_array.po.tmp prop_array_util.po.tmp prop_bool.po.tmp prop_data.po.tmp prop_dictionary.po.tmp prop_dictionary_util.po.tmp prop_ingest.po.tmp prop_kern.po.tmp prop_number.po.tmp prop_object.po.tmp prop_stack.po.tmp prop_string.po.tmp ppath.po.tmp ppath_extant.po.tmp byte_swap_2.po.tmp byte_swap_4.po.tmp byte_swap_8.po.tmp ffs.po.tmp memchr.po.tmp memcpy.po.tmp memmove.po.tmp memset.po.tmp strcat.po.tmp strchr.po.tmp strcmp.po.tmp strcpy.po.tmp strlen.po.tmp strrchr.po.tmp scanc.po.tmp skpc.po.tmp random.po.tmp kern_assert.po.tmp __main.po.tmp cpuset.po.tmp inet_addr.po.tmp intoa.po.tmp md4c.po.tmp md5c.po.tmp rmd160.po.tmp sha1.po.tmp sha2.po.tmp sha3.po.tmp keccak.po.tmp murmurhash.po.tmp pmatch.po.tmp mcount.po.tmp crc32.po.tmp strlist.po.tmp ppath_kmem_alloc.po.tmp copystr.po.tmp strsep.po.tmp strstr.po.tmp strlcpy.po.tmp strlcat.po.tmp imax.po.tmp imin.po.tmp lmax.po.tmp lmin.po.tmp uimax.po.tmp uimin.po.tmp ulmax.po.tmp ulmin.po.tmp memcmp.po.tmp memmem.po.tmp popcount32.po.tmp popcount64.po.tmp strtoul.po.tmp strtoll.po.tmp strtoull.po.tmp strtoimax.po.tmp strtoumax.po.tmp strtoi.po.tmp strtou.po.tmp strnvisx.po.tmp rngtest.po.tmp strcspn.po.tmp strnlen.po.tmp strncat.po.tmp strncmp.po.tmp strncpy.po.tmp strpbrk.po.tmp strspn.po.tmp strcasecmp.po.tmp strncasecmp.po.tmp xlat_mbr_fstype.po.tmp heapsort.po.tmp ptree.po.tmp radixtree.po.tmp rb.po.tmp rpst.po.tmp hexdump.po.tmp explicit_memset.po.tmp consttime_memequal.po.tmp entpool.po.tmp dkcksum.po.tmp disklabel_swap.po.tmp cdbr.po.tmp mi_vector_hash.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msguniq && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msguniq msguniq.o msguniq.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librump && rm -f librump_p.a rump.po rumpcopy.po cons.po emul.po etfs_wrap.po intr.po lwproc.po klock.po kobj_rename.po ltsleep.po scheduler.po signals.po sleepq.po threads.po vm.po hyperentropy.po accessors.po rump_autoconf.po rumpkern_syscalls.po locks.po vers.po rump_syscalls.po rumpkern_if_wrappers.po devsw.po init_sysctl_base.po compat_stub.po kern_auth.po kern_cfglock.po kern_clock.po kern_descrip.po kern_entropy.po kern_event.po kern_hook.po kern_ksyms.po kern_malloc.po kern_module.po kern_module_hook.po kern_mutex_obj.po kern_ntptime.po kern_proc.po kern_prot.po kern_rate.po kern_reboot.po kern_resource.po kern_rwlock_obj.po kern_scdebug.po kern_stub.po kern_ssp.po kern_syscall.po kern_sysctl.po kern_tc.po kern_threadpool.po kern_time.po kern_timeout.po kern_uidinfo.po param.po subr_autoconf.po subr_callback.po subr_copy.po subr_cprng.po subr_cpu.po subr_device.po subr_devsw.po subr_evcnt.po subr_extent.po subr_hash.po subr_humanize.po subr_iostat.po subr_kcpuset.po subr_kmem.po subr_kobj.po subr_localcount.po subr_log.po subr_lwp_specificdata.po subr_once.po subr_pcq.po subr_percpu.po subr_pool.po subr_prf.po subr_pserialize.po subr_psref.po subr_specificdata.po subr_time.po subr_thmap.po subr_vmem.po subr_workqueue.po subr_xcall.po sys_descrip.po sys_generic.po sys_getrandom.po sys_module.po sys_pipe.po sys_select.po syscalls.po uipc_sem.po uvm_aobj.po uvm_readahead.po uvm_object.po uvm_swapstub.po uvm_page_array.po uvm_page_status.po secmodel.po secmodel_suser.po secmodel_extensions.po vnode_if.po clock_subr.po nist_hash_drbg.po cprng_fast.po chacha_impl.po chacha_ref.po chacha_selftest.po blake2s.po kern_select_50.po kern_time_50.po rndpseudo_50.po kern_ktrace.po rump_x86_cpu.po rump_x86_spl.po rump_x86_cpu_counter.po rump_x86_spinlock.po rump_x86_pmap.po rump_x86_abi.po kobj_machdep.po rump_generic_directmap.po atomic.po snprintb.po proc_compare.po getfstypename.po prop_array.po prop_array_util.po prop_bool.po prop_data.po prop_dictionary.po prop_dictionary_util.po prop_ingest.po prop_kern.po prop_number.po prop_object.po prop_stack.po prop_string.po ppath.po ppath_extant.po byte_swap_2.po byte_swap_4.po byte_swap_8.po ffs.po memchr.po memcpy.po memmove.po memset.po strcat.po strchr.po strcmp.po strcpy.po strlen.po strrchr.po scanc.po skpc.po random.po kern_assert.po __main.po cpuset.po inet_addr.po intoa.po md4c.po md5c.po rmd160.po sha1.po sha2.po sha3.po keccak.po murmurhash.po pmatch.po mcount.po crc32.po strlist.po ppath_kmem_alloc.po copystr.po strsep.po strstr.po strlcpy.po strlcat.po imax.po imin.po lmax.po lmin.po uimax.po uimin.po ulmax.po ulmin.po memcmp.po memmem.po popcount32.po popcount64.po strtoul.po strtoll.po strtoull.po strtoimax.po strtoumax.po strtoi.po strtou.po strnvisx.po rngtest.po strcspn.po strnlen.po strncat.po strncmp.po strncpy.po strpbrk.po strspn.po strcasecmp.po strncasecmp.po xlat_mbr_fstype.po heapsort.po ptree.po radixtree.po rb.po rpst.po hexdump.po explicit_memset.po consttime_memequal.po entpool.po dkcksum.po disklabel_swap.po cdbr.po mi_vector_hash.po rump.po.tmp rumpcopy.po.tmp cons.po.tmp emul.po.tmp etfs_wrap.po.tmp intr.po.tmp lwproc.po.tmp klock.po.tmp kobj_rename.po.tmp ltsleep.po.tmp scheduler.po.tmp signals.po.tmp sleepq.po.tmp threads.po.tmp vm.po.tmp hyperentropy.po.tmp accessors.po.tmp rump_autoconf.po.tmp rumpkern_syscalls.po.tmp locks.po.tmp vers.po.tmp rump_syscalls.po.tmp rumpkern_if_wrappers.po.tmp devsw.po.tmp init_sysctl_base.po.tmp compat_stub.po.tmp kern_auth.po.tmp kern_cfglock.po.tmp kern_clock.po.tmp kern_descrip.po.tmp kern_entropy.po.tmp kern_event.po.tmp kern_hook.po.tmp kern_ksyms.po.tmp kern_malloc.po.tmp kern_module.po.tmp kern_module_hook.po.tmp kern_mutex_obj.po.tmp kern_ntptime.po.tmp kern_proc.po.tmp kern_prot.po.tmp kern_rate.po.tmp kern_reboot.po.tmp kern_resource.po.tmp kern_rwlock_obj.po.tmp kern_scdebug.po.tmp kern_stub.po.tmp kern_ssp.po.tmp kern_syscall.po.tmp kern_sysctl.po.tmp kern_tc.po.tmp kern_threadpool.po.tmp kern_time.po.tmp kern_timeout.po.tmp kern_uidinfo.po.tmp param.po.tmp subr_autoconf.po.tmp subr_callback.po.tmp subr_copy.po.tmp subr_cprng.po.tmp subr_cpu.po.tmp subr_device.po.tmp subr_devsw.po.tmp subr_evcnt.po.tmp subr_extent.po.tmp subr_hash.po.tmp subr_humanize.po.tmp subr_iostat.po.tmp subr_kcpuset.po.tmp subr_kmem.po.tmp subr_kobj.po.tmp subr_localcount.po.tmp subr_log.po.tmp subr_lwp_specificdata.po.tmp subr_once.po.tmp subr_pcq.po.tmp subr_percpu.po.tmp subr_pool.po.tmp subr_prf.po.tmp subr_pserialize.po.tmp subr_psref.po.tmp subr_specificdata.po.tmp subr_time.po.tmp subr_thmap.po.tmp subr_vmem.po.tmp subr_workqueue.po.tmp subr_xcall.po.tmp sys_descrip.po.tmp sys_generic.po.tmp sys_getrandom.po.tmp sys_module.po.tmp sys_pipe.po.tmp sys_select.po.tmp syscalls.po.tmp uipc_sem.po.tmp uvm_aobj.po.tmp uvm_readahead.po.tmp uvm_object.po.tmp uvm_swapstub.po.tmp uvm_page_array.po.tmp uvm_page_status.po.tmp secmodel.po.tmp secmodel_suser.po.tmp secmodel_extensions.po.tmp vnode_if.po.tmp clock_subr.po.tmp nist_hash_drbg.po.tmp cprng_fast.po.tmp chacha_impl.po.tmp chacha_ref.po.tmp chacha_selftest.po.tmp blake2s.po.tmp kern_select_50.po.tmp kern_time_50.po.tmp rndpseudo_50.po.tmp kern_ktrace.po.tmp rump_x86_cpu.po.tmp rump_x86_spl.po.tmp rump_x86_cpu_counter.po.tmp rump_x86_spinlock.po.tmp rump_x86_pmap.po.tmp rump_x86_abi.po.tmp kobj_machdep.po.tmp rump_generic_directmap.po.tmp atomic.po.tmp snprintb.po.tmp proc_compare.po.tmp getfstypename.po.tmp prop_array.po.tmp prop_array_util.po.tmp prop_bool.po.tmp prop_data.po.tmp prop_dictionary.po.tmp prop_dictionary_util.po.tmp prop_ingest.po.tmp prop_kern.po.tmp prop_number.po.tmp prop_object.po.tmp prop_stack.po.tmp prop_string.po.tmp ppath.po.tmp ppath_extant.po.tmp byte_swap_2.po.tmp byte_swap_4.po.tmp byte_swap_8.po.tmp ffs.po.tmp memchr.po.tmp memcpy.po.tmp memmove.po.tmp memset.po.tmp strcat.po.tmp strchr.po.tmp strcmp.po.tmp strcpy.po.tmp strlen.po.tmp strrchr.po.tmp scanc.po.tmp skpc.po.tmp random.po.tmp kern_assert.po.tmp __main.po.tmp cpuset.po.tmp inet_addr.po.tmp intoa.po.tmp md4c.po.tmp md5c.po.tmp rmd160.po.tmp sha1.po.tmp sha2.po.tmp sha3.po.tmp keccak.po.tmp murmurhash.po.tmp pmatch.po.tmp mcount.po.tmp crc32.po.tmp strlist.po.tmp ppath_kmem_alloc.po.tmp copystr.po.tmp strsep.po.tmp strstr.po.tmp strlcpy.po.tmp strlcat.po.tmp imax.po.tmp imin.po.tmp lmax.po.tmp lmin.po.tmp uimax.po.tmp uimin.po.tmp ulmax.po.tmp ulmin.po.tmp memcmp.po.tmp memmem.po.tmp popcount32.po.tmp popcount64.po.tmp strtoul.po.tmp strtoll.po.tmp strtoull.po.tmp strtoimax.po.tmp strtoumax.po.tmp strtoi.po.tmp strtou.po.tmp strnvisx.po.tmp rngtest.po.tmp strcspn.po.tmp strnlen.po.tmp strncat.po.tmp strncmp.po.tmp strncpy.po.tmp strpbrk.po.tmp strspn.po.tmp strcasecmp.po.tmp strncasecmp.po.tmp xlat_mbr_fstype.po.tmp heapsort.po.tmp ptree.po.tmp radixtree.po.tmp rb.po.tmp rpst.po.tmp hexdump.po.tmp explicit_memset.po.tmp consttime_memequal.po.tmp entpool.po.tmp dkcksum.po.tmp disklabel_swap.po.tmp cdbr.po.tmp mi_vector_hash.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/msguniq && rm -f msguniq.html1 .depend msguniq.d msguniq.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/msguniq && rm -f msguniq.html1 .depend msguniq.d msguniq.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librump && rm -f librump_g.a || true) --- cleandir-external --- --- cleandir-xgettext --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librump && rm -f librump_g.a || true) --- cleandir-external --- cleandir ===> external/gpl2/gettext/bin/xgettext --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librump && rm -f librump_pic.a librump.so.* librump.so rump.pico rumpcopy.pico cons.pico emul.pico etfs_wrap.pico intr.pico lwproc.pico klock.pico kobj_rename.pico ltsleep.pico scheduler.pico signals.pico sleepq.pico threads.pico vm.pico hyperentropy.pico accessors.pico rump_autoconf.pico rumpkern_syscalls.pico locks.pico vers.pico rump_syscalls.pico rumpkern_if_wrappers.pico devsw.pico init_sysctl_base.pico compat_stub.pico kern_auth.pico kern_cfglock.pico kern_clock.pico kern_descrip.pico kern_entropy.pico kern_event.pico kern_hook.pico kern_ksyms.pico kern_malloc.pico kern_module.pico kern_module_hook.pico kern_mutex_obj.pico kern_ntptime.pico kern_proc.pico kern_prot.pico kern_rate.pico kern_reboot.pico kern_resource.pico kern_rwlock_obj.pico kern_scdebug.pico kern_stub.pico kern_ssp.pico kern_syscall.pico kern_sysctl.pico kern_tc.pico kern_threadpool.pico kern_time.pico kern_timeout.pico kern_uidinfo.pico param.pico subr_autoconf.pico subr_callback.pico subr_copy.pico subr_cprng.pico subr_cpu.pico subr_device.pico subr_devsw.pico subr_evcnt.pico subr_extent.pico subr_hash.pico subr_humanize.pico subr_iostat.pico subr_kcpuset.pico subr_kmem.pico subr_kobj.pico subr_localcount.pico subr_log.pico subr_lwp_specificdata.pico subr_once.pico subr_pcq.pico subr_percpu.pico subr_pool.pico subr_prf.pico subr_pserialize.pico subr_psref.pico subr_specificdata.pico subr_time.pico subr_thmap.pico subr_vmem.pico subr_workqueue.pico subr_xcall.pico sys_descrip.pico sys_generic.pico sys_getrandom.pico sys_module.pico sys_pipe.pico sys_select.pico syscalls.pico uipc_sem.pico uvm_aobj.pico uvm_readahead.pico uvm_object.pico uvm_swapstub.pico uvm_page_array.pico uvm_page_status.pico secmodel.pico secmodel_suser.pico secmodel_extensions.pico vnode_if.pico clock_subr.pico nist_hash_drbg.pico cprng_fast.pico chacha_impl.pico chacha_ref.pico chacha_selftest.pico blake2s.pico kern_select_50.pico kern_time_50.pico rndpseudo_50.pico kern_ktrace.pico rump_x86_cpu.pico rump_x86_spl.pico rump_x86_cpu_counter.pico rump_x86_spinlock.pico rump_x86_pmap.pico rump_x86_abi.pico kobj_machdep.pico rump_generic_directmap.pico atomic.pico snprintb.pico proc_compare.pico getfstypename.pico prop_array.pico prop_array_util.pico prop_bool.pico prop_data.pico prop_dictionary.pico prop_dictionary_util.pico prop_ingest.pico prop_kern.pico prop_number.pico prop_object.pico prop_stack.pico prop_string.pico ppath.pico ppath_extant.pico byte_swap_2.pico byte_swap_4.pico byte_swap_8.pico ffs.pico memchr.pico memcpy.pico memmove.pico memset.pico strcat.pico strchr.pico strcmp.pico strcpy.pico strlen.pico strrchr.pico scanc.pico skpc.pico random.pico kern_assert.pico __main.pico cpuset.pico inet_addr.pico intoa.pico md4c.pico md5c.pico rmd160.pico sha1.pico sha2.pico sha3.pico keccak.pico murmurhash.pico pmatch.pico mcount.pico crc32.pico strlist.pico ppath_kmem_alloc.pico copystr.pico strsep.pico strstr.pico strlcpy.pico strlcat.pico imax.pico imin.pico lmax.pico lmin.pico uimax.pico uimin.pico ulmax.pico ulmin.pico memcmp.pico memmem.pico popcount32.pico popcount64.pico strtoul.pico strtoll.pico strtoull.pico strtoimax.pico strtoumax.pico strtoi.pico strtou.pico strnvisx.pico rngtest.pico strcspn.pico strnlen.pico strncat.pico strncmp.pico strncpy.pico strpbrk.pico strspn.pico strcasecmp.pico strncasecmp.pico xlat_mbr_fstype.pico heapsort.pico ptree.pico radixtree.pico rb.pico rpst.pico hexdump.pico explicit_memset.pico consttime_memequal.pico entpool.pico dkcksum.pico disklabel_swap.pico cdbr.pico mi_vector_hash.pico rump.pico.tmp rumpcopy.pico.tmp cons.pico.tmp emul.pico.tmp etfs_wrap.pico.tmp intr.pico.tmp lwproc.pico.tmp klock.pico.tmp kobj_rename.pico.tmp ltsleep.pico.tmp scheduler.pico.tmp signals.pico.tmp sleepq.pico.tmp threads.pico.tmp vm.pico.tmp hyperentropy.pico.tmp accessors.pico.tmp rump_autoconf.pico.tmp rumpkern_syscalls.pico.tmp locks.pico.tmp vers.pico.tmp rump_syscalls.pico.tmp rumpkern_if_wrappers.pico.tmp devsw.pico.tmp init_sysctl_base.pico.tmp compat_stub.pico.tmp kern_auth.pico.tmp kern_cfglock.pico.tmp kern_clock.pico.tmp kern_descrip.pico.tmp kern_entropy.pico.tmp kern_event.pico.tmp kern_hook.pico.tmp kern_ksyms.pico.tmp kern_malloc.pico.tmp kern_module.pico.tmp kern_module_hook.pico.tmp kern_mutex_obj.pico.tmp kern_ntptime.pico.tmp kern_proc.pico.tmp kern_prot.pico.tmp kern_rate.pico.tmp kern_reboot.pico.tmp kern_resource.pico.tmp kern_rwlock_obj.pico.tmp kern_scdebug.pico.tmp kern_stub.pico.tmp kern_ssp.pico.tmp kern_syscall.pico.tmp kern_sysctl.pico.tmp kern_tc.pico.tmp kern_threadpool.pico.tmp kern_time.pico.tmp kern_timeout.pico.tmp kern_uidinfo.pico.tmp param.pico.tmp subr_autoconf.pico.tmp subr_callback.pico.tmp subr_copy.pico.tmp subr_cprng.pico.tmp subr_cpu.pico.tmp subr_device.pico.tmp subr_devsw.pico.tmp subr_evcnt.pico.tmp subr_extent.pico.tmp subr_hash.pico.tmp subr_humanize.pico.tmp subr_iostat.pico.tmp subr_kcpuset.pico.tmp subr_kmem.pico.tmp subr_kobj.pico.tmp subr_localcount.pico.tmp subr_log.pico.tmp subr_lwp_specificdata.pico.tmp subr_once.pico.tmp subr_pcq.pico.tmp subr_percpu.pico.tmp subr_pool.pico.tmp subr_prf.pico.tmp subr_pserialize.pico.tmp subr_psref.pico.tmp subr_specificdata.pico.tmp subr_time.pico.tmp subr_thmap.pico.tmp subr_vmem.pico.tmp subr_workqueue.pico.tmp subr_xcall.pico.tmp sys_descrip.pico.tmp sys_generic.pico.tmp sys_getrandom.pico.tmp sys_module.pico.tmp sys_pipe.pico.tmp sys_select.pico.tmp syscalls.pico.tmp uipc_sem.pico.tmp uvm_aobj.pico.tmp uvm_readahead.pico.tmp uvm_object.pico.tmp uvm_swapstub.pico.tmp uvm_page_array.pico.tmp uvm_page_status.pico.tmp secmodel.pico.tmp secmodel_suser.pico.tmp secmodel_extensions.pico.tmp vnode_if.pico.tmp clock_subr.pico.tmp nist_hash_drbg.pico.tmp cprng_fast.pico.tmp chacha_impl.pico.tmp chacha_ref.pico.tmp chacha_selftest.pico.tmp blake2s.pico.tmp kern_select_50.pico.tmp kern_time_50.pico.tmp rndpseudo_50.pico.tmp kern_ktrace.pico.tmp rump_x86_cpu.pico.tmp rump_x86_spl.pico.tmp rump_x86_cpu_counter.pico.tmp rump_x86_spinlock.pico.tmp rump_x86_pmap.pico.tmp rump_x86_abi.pico.tmp kobj_machdep.pico.tmp rump_generic_directmap.pico.tmp atomic.pico.tmp snprintb.pico.tmp proc_compare.pico.tmp getfstypename.pico.tmp prop_array.pico.tmp prop_array_util.pico.tmp prop_bool.pico.tmp prop_data.pico.tmp prop_dictionary.pico.tmp prop_dictionary_util.pico.tmp prop_ingest.pico.tmp prop_kern.pico.tmp prop_number.pico.tmp prop_object.pico.tmp prop_stack.pico.tmp prop_string.pico.tmp ppath.pico.tmp ppath_extant.pico.tmp byte_swap_2.pico.tmp byte_swap_4.pico.tmp byte_swap_8.pico.tmp ffs.pico.tmp memchr.pico.tmp memcpy.pico.tmp memmove.pico.tmp memset.pico.tmp strcat.pico.tmp strchr.pico.tmp strcmp.pico.tmp strcpy.pico.tmp strlen.pico.tmp strrchr.pico.tmp scanc.pico.tmp skpc.pico.tmp random.pico.tmp kern_assert.pico.tmp __main.pico.tmp cpuset.pico.tmp inet_addr.pico.tmp intoa.pico.tmp md4c.pico.tmp md5c.pico.tmp rmd160.pico.tmp sha1.pico.tmp sha2.pico.tmp sha3.pico.tmp keccak.pico.tmp murmurhash.pico.tmp pmatch.pico.tmp mcount.pico.tmp crc32.pico.tmp strlist.pico.tmp ppath_kmem_alloc.pico.tmp copystr.pico.tmp strsep.pico.tmp strstr.pico.tmp strlcpy.pico.tmp strlcat.pico.tmp imax.pico.tmp imin.pico.tmp lmax.pico.tmp lmin.pico.tmp uimax.pico.tmp uimin.pico.tmp ulmax.pico.tmp ulmin.pico.tmp memcmp.pico.tmp memmem.pico.tmp popcount32.pico.tmp popcount64.pico.tmp strtoul.pico.tmp strtoll.pico.tmp strtoull.pico.tmp strtoimax.pico.tmp strtoumax.pico.tmp strtoi.pico.tmp strtou.pico.tmp strnvisx.pico.tmp rngtest.pico.tmp strcspn.pico.tmp strnlen.pico.tmp strncat.pico.tmp strncmp.pico.tmp strncpy.pico.tmp strpbrk.pico.tmp strspn.pico.tmp strcasecmp.pico.tmp strncasecmp.pico.tmp xlat_mbr_fstype.pico.tmp heapsort.pico.tmp ptree.pico.tmp radixtree.pico.tmp rb.pico.tmp rpst.pico.tmp hexdump.pico.tmp explicit_memset.pico.tmp consttime_memequal.pico.tmp entpool.pico.tmp dkcksum.pico.tmp disklabel_swap.pico.tmp cdbr.pico.tmp mi_vector_hash.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librump && rm -f librump_pic.a librump.so.* librump.so rump.pico rumpcopy.pico cons.pico emul.pico etfs_wrap.pico intr.pico lwproc.pico klock.pico kobj_rename.pico ltsleep.pico scheduler.pico signals.pico sleepq.pico threads.pico vm.pico hyperentropy.pico accessors.pico rump_autoconf.pico rumpkern_syscalls.pico locks.pico vers.pico rump_syscalls.pico rumpkern_if_wrappers.pico devsw.pico init_sysctl_base.pico compat_stub.pico kern_auth.pico kern_cfglock.pico kern_clock.pico kern_descrip.pico kern_entropy.pico kern_event.pico kern_hook.pico kern_ksyms.pico kern_malloc.pico kern_module.pico kern_module_hook.pico kern_mutex_obj.pico kern_ntptime.pico kern_proc.pico kern_prot.pico kern_rate.pico kern_reboot.pico kern_resource.pico kern_rwlock_obj.pico kern_scdebug.pico kern_stub.pico kern_ssp.pico kern_syscall.pico kern_sysctl.pico kern_tc.pico kern_threadpool.pico kern_time.pico kern_timeout.pico kern_uidinfo.pico param.pico subr_autoconf.pico subr_callback.pico subr_copy.pico subr_cprng.pico subr_cpu.pico subr_device.pico subr_devsw.pico subr_evcnt.pico subr_extent.pico subr_hash.pico subr_humanize.pico subr_iostat.pico subr_kcpuset.pico subr_kmem.pico subr_kobj.pico subr_localcount.pico subr_log.pico subr_lwp_specificdata.pico subr_once.pico subr_pcq.pico subr_percpu.pico subr_pool.pico subr_prf.pico subr_pserialize.pico subr_psref.pico subr_specificdata.pico subr_time.pico subr_thmap.pico subr_vmem.pico subr_workqueue.pico subr_xcall.pico sys_descrip.pico sys_generic.pico sys_getrandom.pico sys_module.pico sys_pipe.pico sys_select.pico syscalls.pico uipc_sem.pico uvm_aobj.pico uvm_readahead.pico uvm_object.pico uvm_swapstub.pico uvm_page_array.pico uvm_page_status.pico secmodel.pico secmodel_suser.pico secmodel_extensions.pico vnode_if.pico clock_subr.pico nist_hash_drbg.pico cprng_fast.pico chacha_impl.pico chacha_ref.pico chacha_selftest.pico blake2s.pico kern_select_50.pico kern_time_50.pico rndpseudo_50.pico kern_ktrace.pico rump_x86_cpu.pico rump_x86_spl.pico rump_x86_cpu_counter.pico rump_x86_spinlock.pico rump_x86_pmap.pico rump_x86_abi.pico kobj_machdep.pico rump_generic_directmap.pico atomic.pico snprintb.pico proc_compare.pico getfstypename.pico prop_array.pico prop_array_util.pico prop_bool.pico prop_data.pico prop_dictionary.pico prop_dictionary_util.pico prop_ingest.pico prop_kern.pico prop_number.pico prop_object.pico prop_stack.pico prop_string.pico ppath.pico ppath_extant.pico byte_swap_2.pico byte_swap_4.pico byte_swap_8.pico ffs.pico memchr.pico memcpy.pico memmove.pico memset.pico strcat.pico strchr.pico strcmp.pico strcpy.pico strlen.pico strrchr.pico scanc.pico skpc.pico random.pico kern_assert.pico __main.pico cpuset.pico inet_addr.pico intoa.pico md4c.pico md5c.pico rmd160.pico sha1.pico sha2.pico sha3.pico keccak.pico murmurhash.pico pmatch.pico mcount.pico crc32.pico strlist.pico ppath_kmem_alloc.pico copystr.pico strsep.pico strstr.pico strlcpy.pico strlcat.pico imax.pico imin.pico lmax.pico lmin.pico uimax.pico uimin.pico ulmax.pico ulmin.pico memcmp.pico memmem.pico popcount32.pico popcount64.pico strtoul.pico strtoll.pico strtoull.pico strtoimax.pico strtoumax.pico strtoi.pico strtou.pico strnvisx.pico rngtest.pico strcspn.pico strnlen.pico strncat.pico strncmp.pico strncpy.pico strpbrk.pico strspn.pico strcasecmp.pico strncasecmp.pico xlat_mbr_fstype.pico heapsort.pico ptree.pico radixtree.pico rb.pico rpst.pico hexdump.pico explicit_memset.pico consttime_memequal.pico entpool.pico dkcksum.pico disklabel_swap.pico cdbr.pico mi_vector_hash.pico rump.pico.tmp rumpcopy.pico.tmp cons.pico.tmp emul.pico.tmp etfs_wrap.pico.tmp intr.pico.tmp lwproc.pico.tmp klock.pico.tmp kobj_rename.pico.tmp ltsleep.pico.tmp scheduler.pico.tmp signals.pico.tmp sleepq.pico.tmp threads.pico.tmp vm.pico.tmp hyperentropy.pico.tmp accessors.pico.tmp rump_autoconf.pico.tmp rumpkern_syscalls.pico.tmp locks.pico.tmp vers.pico.tmp rump_syscalls.pico.tmp rumpkern_if_wrappers.pico.tmp devsw.pico.tmp init_sysctl_base.pico.tmp compat_stub.pico.tmp kern_auth.pico.tmp kern_cfglock.pico.tmp kern_clock.pico.tmp kern_descrip.pico.tmp kern_entropy.pico.tmp kern_event.pico.tmp kern_hook.pico.tmp kern_ksyms.pico.tmp kern_malloc.pico.tmp kern_module.pico.tmp kern_module_hook.pico.tmp kern_mutex_obj.pico.tmp kern_ntptime.pico.tmp kern_proc.pico.tmp kern_prot.pico.tmp kern_rate.pico.tmp kern_reboot.pico.tmp kern_resource.pico.tmp kern_rwlock_obj.pico.tmp kern_scdebug.pico.tmp kern_stub.pico.tmp kern_ssp.pico.tmp kern_syscall.pico.tmp kern_sysctl.pico.tmp kern_tc.pico.tmp kern_threadpool.pico.tmp kern_time.pico.tmp kern_timeout.pico.tmp kern_uidinfo.pico.tmp param.pico.tmp subr_autoconf.pico.tmp subr_callback.pico.tmp subr_copy.pico.tmp subr_cprng.pico.tmp subr_cpu.pico.tmp subr_device.pico.tmp subr_devsw.pico.tmp subr_evcnt.pico.tmp subr_extent.pico.tmp subr_hash.pico.tmp subr_humanize.pico.tmp subr_iostat.pico.tmp subr_kcpuset.pico.tmp subr_kmem.pico.tmp subr_kobj.pico.tmp subr_localcount.pico.tmp subr_log.pico.tmp subr_lwp_specificdata.pico.tmp subr_once.pico.tmp subr_pcq.pico.tmp subr_percpu.pico.tmp subr_pool.pico.tmp subr_prf.pico.tmp subr_pserialize.pico.tmp subr_psref.pico.tmp subr_specificdata.pico.tmp subr_time.pico.tmp subr_thmap.pico.tmp subr_vmem.pico.tmp subr_workqueue.pico.tmp subr_xcall.pico.tmp sys_descrip.pico.tmp sys_generic.pico.tmp sys_getrandom.pico.tmp sys_module.pico.tmp sys_pipe.pico.tmp sys_select.pico.tmp syscalls.pico.tmp uipc_sem.pico.tmp uvm_aobj.pico.tmp uvm_readahead.pico.tmp uvm_object.pico.tmp uvm_swapstub.pico.tmp uvm_page_array.pico.tmp uvm_page_status.pico.tmp secmodel.pico.tmp secmodel_suser.pico.tmp secmodel_extensions.pico.tmp vnode_if.pico.tmp clock_subr.pico.tmp nist_hash_drbg.pico.tmp cprng_fast.pico.tmp chacha_impl.pico.tmp chacha_ref.pico.tmp chacha_selftest.pico.tmp blake2s.pico.tmp kern_select_50.pico.tmp kern_time_50.pico.tmp rndpseudo_50.pico.tmp kern_ktrace.pico.tmp rump_x86_cpu.pico.tmp rump_x86_spl.pico.tmp rump_x86_cpu_counter.pico.tmp rump_x86_spinlock.pico.tmp rump_x86_pmap.pico.tmp rump_x86_abi.pico.tmp kobj_machdep.pico.tmp rump_generic_directmap.pico.tmp atomic.pico.tmp snprintb.pico.tmp proc_compare.pico.tmp getfstypename.pico.tmp prop_array.pico.tmp prop_array_util.pico.tmp prop_bool.pico.tmp prop_data.pico.tmp prop_dictionary.pico.tmp prop_dictionary_util.pico.tmp prop_ingest.pico.tmp prop_kern.pico.tmp prop_number.pico.tmp prop_object.pico.tmp prop_stack.pico.tmp prop_string.pico.tmp ppath.pico.tmp ppath_extant.pico.tmp byte_swap_2.pico.tmp byte_swap_4.pico.tmp byte_swap_8.pico.tmp ffs.pico.tmp memchr.pico.tmp memcpy.pico.tmp memmove.pico.tmp memset.pico.tmp strcat.pico.tmp strchr.pico.tmp strcmp.pico.tmp strcpy.pico.tmp strlen.pico.tmp strrchr.pico.tmp scanc.pico.tmp skpc.pico.tmp random.pico.tmp kern_assert.pico.tmp __main.pico.tmp cpuset.pico.tmp inet_addr.pico.tmp intoa.pico.tmp md4c.pico.tmp md5c.pico.tmp rmd160.pico.tmp sha1.pico.tmp sha2.pico.tmp sha3.pico.tmp keccak.pico.tmp murmurhash.pico.tmp pmatch.pico.tmp mcount.pico.tmp crc32.pico.tmp strlist.pico.tmp ppath_kmem_alloc.pico.tmp copystr.pico.tmp strsep.pico.tmp strstr.pico.tmp strlcpy.pico.tmp strlcat.pico.tmp imax.pico.tmp imin.pico.tmp lmax.pico.tmp lmin.pico.tmp uimax.pico.tmp uimin.pico.tmp ulmax.pico.tmp ulmin.pico.tmp memcmp.pico.tmp memmem.pico.tmp popcount32.pico.tmp popcount64.pico.tmp strtoul.pico.tmp strtoll.pico.tmp strtoull.pico.tmp strtoimax.pico.tmp strtoumax.pico.tmp strtoi.pico.tmp strtou.pico.tmp strnvisx.pico.tmp rngtest.pico.tmp strcspn.pico.tmp strnlen.pico.tmp strncat.pico.tmp strncmp.pico.tmp strncpy.pico.tmp strpbrk.pico.tmp strspn.pico.tmp strcasecmp.pico.tmp strncasecmp.pico.tmp xlat_mbr_fstype.pico.tmp heapsort.pico.tmp ptree.pico.tmp radixtree.pico.tmp rb.pico.tmp rpst.pico.tmp hexdump.pico.tmp explicit_memset.pico.tmp consttime_memequal.pico.tmp entpool.pico.tmp dkcksum.pico.tmp disklabel_swap.pico.tmp cdbr.pico.tmp mi_vector_hash.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/xgettext && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xgettext po-time.o uniname.o xgettext.o x-awk.o x-c.o x-csharp.o x-elisp.o x-glade.o x-java.o x-librep.o x-lisp.o x-perl.o x-php.o x-po.o x-python.o x-rst.o x-scheme.o x-sh.o x-smalltalk.o x-tcl.o x-ycp.o po-time.ln uniname.ln xgettext.ln x-awk.ln x-c.ln x-csharp.ln x-elisp.ln x-glade.ln x-java.ln x-librep.ln x-lisp.ln x-perl.ln x-php.ln x-po.ln x-python.ln x-rst.ln x-scheme.ln x-sh.ln x-smalltalk.ln x-tcl.ln x-ycp.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/xgettext && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xgettext po-time.o uniname.o xgettext.o x-awk.o x-c.o x-csharp.o x-elisp.o x-glade.o x-java.o x-librep.o x-lisp.o x-perl.o x-php.o x-po.o x-python.o x-rst.o x-scheme.o x-sh.o x-smalltalk.o x-tcl.o x-ycp.o po-time.ln uniname.ln xgettext.ln x-awk.ln x-c.ln x-csharp.ln x-elisp.ln x-glade.ln x-java.ln x-librep.ln x-lisp.ln x-perl.ln x-php.ln x-po.ln x-python.ln x-rst.ln x-scheme.ln x-sh.ln x-smalltalk.ln x-tcl.ln x-ycp.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librump && rm -f llib-lrump.ln rump.ln rumpcopy.ln cons.ln emul.ln etfs_wrap.ln intr.ln lwproc.ln klock.ln kobj_rename.ln ltsleep.ln scheduler.ln signals.ln sleepq.ln threads.ln vm.ln hyperentropy.ln accessors.ln rump_autoconf.ln rumpkern_syscalls.ln locks.ln vers.ln rump_syscalls.ln rumpkern_if_wrappers.ln devsw.ln init_sysctl_base.ln compat_stub.ln kern_auth.ln kern_cfglock.ln kern_clock.ln kern_descrip.ln kern_entropy.ln kern_event.ln kern_hook.ln kern_ksyms.ln kern_malloc.ln kern_module.ln kern_module_hook.ln kern_mutex_obj.ln kern_ntptime.ln kern_proc.ln kern_prot.ln kern_rate.ln kern_reboot.ln kern_resource.ln kern_rwlock_obj.ln kern_scdebug.ln kern_stub.ln kern_ssp.ln kern_syscall.ln kern_sysctl.ln kern_tc.ln kern_threadpool.ln kern_time.ln kern_timeout.ln kern_uidinfo.ln param.ln subr_autoconf.ln subr_callback.ln subr_copy.ln subr_cprng.ln subr_cpu.ln subr_device.ln subr_devsw.ln subr_evcnt.ln subr_extent.ln subr_hash.ln subr_humanize.ln subr_iostat.ln subr_kcpuset.ln subr_kmem.ln subr_kobj.ln subr_localcount.ln subr_log.ln subr_lwp_specificdata.ln subr_once.ln subr_pcq.ln subr_percpu.ln subr_pool.ln subr_prf.ln subr_pserialize.ln subr_psref.ln subr_specificdata.ln subr_time.ln subr_thmap.ln subr_vmem.ln subr_workqueue.ln subr_xcall.ln sys_descrip.ln sys_generic.ln sys_getrandom.ln sys_module.ln sys_pipe.ln sys_select.ln syscalls.ln uipc_sem.ln uvm_aobj.ln uvm_readahead.ln uvm_object.ln uvm_swapstub.ln uvm_page_array.ln uvm_page_status.ln secmodel.ln secmodel_suser.ln secmodel_extensions.ln vnode_if.ln clock_subr.ln nist_hash_drbg.ln cprng_fast.ln chacha_impl.ln chacha_ref.ln chacha_selftest.ln blake2s.ln kern_select_50.ln kern_time_50.ln rndpseudo_50.ln kern_ktrace.ln rump_x86_cpu.ln rump_x86_spl.ln rump_x86_cpu_counter.ln rump_x86_spinlock.ln rump_x86_pmap.ln rump_x86_abi.ln kobj_machdep.ln rump_generic_directmap.ln snprintb.ln proc_compare.ln getfstypename.ln prop_array.ln prop_array_util.ln prop_bool.ln prop_data.ln prop_dictionary.ln prop_dictionary_util.ln prop_ingest.ln prop_kern.ln prop_number.ln prop_object.ln prop_stack.ln prop_string.ln ppath.ln ppath_extant.ln kern_assert.ln __main.ln cpuset.ln inet_addr.ln intoa.ln md4c.ln md5c.ln rmd160.ln sha1.ln sha2.ln sha3.ln keccak.ln murmurhash.ln pmatch.ln mcount.ln crc32.ln strlist.ln ppath_kmem_alloc.ln copystr.ln strsep.ln strstr.ln strlcpy.ln strlcat.ln imax.ln imin.ln lmax.ln lmin.ln uimax.ln uimin.ln ulmax.ln ulmin.ln memcmp.ln memmem.ln popcount32.ln popcount64.ln strtoul.ln strtoll.ln strtoull.ln strtoimax.ln strtoumax.ln strtoi.ln strtou.ln strnvisx.ln rngtest.ln strcspn.ln strnlen.ln strncat.ln strncmp.ln strncpy.ln strpbrk.ln strspn.ln strcasecmp.ln strncasecmp.ln xlat_mbr_fstype.ln heapsort.ln ptree.ln radixtree.ln rb.ln rpst.ln hexdump.ln explicit_memset.ln consttime_memequal.ln entpool.ln dkcksum.ln disklabel_swap.ln cdbr.ln mi_vector_hash.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librump && rm -f llib-lrump.ln rump.ln rumpcopy.ln cons.ln emul.ln etfs_wrap.ln intr.ln lwproc.ln klock.ln kobj_rename.ln ltsleep.ln scheduler.ln signals.ln sleepq.ln threads.ln vm.ln hyperentropy.ln accessors.ln rump_autoconf.ln rumpkern_syscalls.ln locks.ln vers.ln rump_syscalls.ln rumpkern_if_wrappers.ln devsw.ln init_sysctl_base.ln compat_stub.ln kern_auth.ln kern_cfglock.ln kern_clock.ln kern_descrip.ln kern_entropy.ln kern_event.ln kern_hook.ln kern_ksyms.ln kern_malloc.ln kern_module.ln kern_module_hook.ln kern_mutex_obj.ln kern_ntptime.ln kern_proc.ln kern_prot.ln kern_rate.ln kern_reboot.ln kern_resource.ln kern_rwlock_obj.ln kern_scdebug.ln kern_stub.ln kern_ssp.ln kern_syscall.ln kern_sysctl.ln kern_tc.ln kern_threadpool.ln kern_time.ln kern_timeout.ln kern_uidinfo.ln param.ln subr_autoconf.ln subr_callback.ln subr_copy.ln subr_cprng.ln subr_cpu.ln subr_device.ln subr_devsw.ln subr_evcnt.ln subr_extent.ln subr_hash.ln subr_humanize.ln subr_iostat.ln subr_kcpuset.ln subr_kmem.ln subr_kobj.ln subr_localcount.ln subr_log.ln subr_lwp_specificdata.ln subr_once.ln subr_pcq.ln subr_percpu.ln subr_pool.ln subr_prf.ln subr_pserialize.ln subr_psref.ln subr_specificdata.ln subr_time.ln subr_thmap.ln subr_vmem.ln subr_workqueue.ln subr_xcall.ln sys_descrip.ln sys_generic.ln sys_getrandom.ln sys_module.ln sys_pipe.ln sys_select.ln syscalls.ln uipc_sem.ln uvm_aobj.ln uvm_readahead.ln uvm_object.ln uvm_swapstub.ln uvm_page_array.ln uvm_page_status.ln secmodel.ln secmodel_suser.ln secmodel_extensions.ln vnode_if.ln clock_subr.ln nist_hash_drbg.ln cprng_fast.ln chacha_impl.ln chacha_ref.ln chacha_selftest.ln blake2s.ln kern_select_50.ln kern_time_50.ln rndpseudo_50.ln kern_ktrace.ln rump_x86_cpu.ln rump_x86_spl.ln rump_x86_cpu_counter.ln rump_x86_spinlock.ln rump_x86_pmap.ln rump_x86_abi.ln kobj_machdep.ln rump_generic_directmap.ln snprintb.ln proc_compare.ln getfstypename.ln prop_array.ln prop_array_util.ln prop_bool.ln prop_data.ln prop_dictionary.ln prop_dictionary_util.ln prop_ingest.ln prop_kern.ln prop_number.ln prop_object.ln prop_stack.ln prop_string.ln ppath.ln ppath_extant.ln kern_assert.ln __main.ln cpuset.ln inet_addr.ln intoa.ln md4c.ln md5c.ln rmd160.ln sha1.ln sha2.ln sha3.ln keccak.ln murmurhash.ln pmatch.ln mcount.ln crc32.ln strlist.ln ppath_kmem_alloc.ln copystr.ln strsep.ln strstr.ln strlcpy.ln strlcat.ln imax.ln imin.ln lmax.ln lmin.ln uimax.ln uimin.ln ulmax.ln ulmin.ln memcmp.ln memmem.ln popcount32.ln popcount64.ln strtoul.ln strtoll.ln strtoull.ln strtoimax.ln strtoumax.ln strtoi.ln strtou.ln strnvisx.ln rngtest.ln strcspn.ln strnlen.ln strncat.ln strncmp.ln strncpy.ln strpbrk.ln strspn.ln strcasecmp.ln strncasecmp.ln xlat_mbr_fstype.ln heapsort.ln ptree.ln radixtree.ln rb.ln rpst.ln hexdump.ln explicit_memset.ln consttime_memequal.ln entpool.ln dkcksum.ln disklabel_swap.ln cdbr.ln mi_vector_hash.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/gettext/bin/xgettext && rm -f xgettext.html1 .depend po-time.d uniname.d x-awk.d x-c.d x-csharp.d x-elisp.d x-glade.d x-java.d x-librep.d x-lisp.d x-perl.d x-php.d x-po.d x-python.d x-rst.d x-scheme.d x-sh.d x-smalltalk.d x-tcl.d x-ycp.d xgettext.d po-time.d.tmp uniname.d.tmp x-awk.d.tmp x-c.d.tmp x-csharp.d.tmp x-elisp.d.tmp x-glade.d.tmp x-java.d.tmp x-librep.d.tmp x-lisp.d.tmp x-perl.d.tmp x-php.d.tmp x-po.d.tmp x-python.d.tmp x-rst.d.tmp x-scheme.d.tmp x-sh.d.tmp x-smalltalk.d.tmp x-tcl.d.tmp x-ycp.d.tmp xgettext.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/gettext/bin/xgettext && rm -f xgettext.html1 .depend po-time.d uniname.d x-awk.d x-c.d x-csharp.d x-elisp.d x-glade.d x-java.d x-librep.d x-lisp.d x-perl.d x-php.d x-po.d x-python.d x-rst.d x-scheme.d x-sh.d x-smalltalk.d x-tcl.d x-ycp.d xgettext.d po-time.d.tmp uniname.d.tmp x-awk.d.tmp x-c.d.tmp x-csharp.d.tmp x-elisp.d.tmp x-glade.d.tmp x-java.d.tmp x-librep.d.tmp x-lisp.d.tmp x-perl.d.tmp x-php.d.tmp x-po.d.tmp x-python.d.tmp x-rst.d.tmp x-scheme.d.tmp x-sh.d.tmp x-smalltalk.d.tmp x-tcl.d.tmp x-ycp.d.tmp xgettext.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librump && rm -f vers.c version ioconf.c ioconf.h locators.h librump.o librump.po librump.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-locale --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librump && rm -f vers.c version ioconf.c ioconf.h locators.h librump.o librump.po librump.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/gpl2/gettext/locale --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librump && rm -f rump.html3 rump_lwproc.html3 .depend __main.d accessors.d atomic.d blake2s.d byte_swap_2.d byte_swap_4.d byte_swap_8.d cdbr.d chacha_impl.d chacha_ref.d chacha_selftest.d clock_subr.d compat_stub.d cons.d consttime_memequal.d copystr.d cprng_fast.d cpuset.d crc32.d devsw.d disklabel_swap.d dkcksum.d emul.d entpool.d etfs_wrap.d explicit_memset.d ffs.d getfstypename.d heapsort.d hexdump.d hyperentropy.d imax.d imin.d inet_addr.d init_sysctl_base.d intoa.d intr.d ioconf.d keccak.d kern_assert.d kern_auth.d kern_cfglock.d kern_clock.d kern_descrip.d kern_entropy.d kern_event.d kern_hook.d kern_ksyms.d kern_ktrace.d kern_malloc.d kern_module.d kern_module_hook.d kern_mutex_obj.d kern_ntptime.d kern_proc.d kern_prot.d kern_rate.d kern_reboot.d kern_resource.d kern_rwlock_obj.d kern_scdebug.d kern_select_50.d kern_ssp.d kern_stub.d kern_syscall.d kern_sysctl.d kern_tc.d kern_threadpool.d kern_time.d kern_time_50.d kern_timeout.d kern_uidinfo.d klock.d kobj_machdep.d kobj_rename.d lmax.d lmin.d locks.d ltsleep.d lwproc.d mcount.d md4c.d md5c.d memchr.d memcmp.d memcpy.d memmem.d memmove.d memset.d mi_vector_hash.d murmurhash.d nist_hash_drbg.d param.d pmatch.d popcount32.d popcount64.d ppath.d ppath_extant.d ppath_kmem_alloc.d proc_compare.d prop_array.d prop_array_util.d prop_bool.d prop_data.d prop_dictionary.d prop_dictionary_util.d prop_ingest.d prop_kern.d prop_number.d prop_object.d prop_stack.d prop_string.d ptree.d radixtree.d random.d rb.d rmd160.d rndpseudo_50.d rngtest.d rpst.d rump.d rump_autoconf.d rump_generic_directmap.d rump_syscalls.d rump_x86_abi.d rump_x86_cpu.d rump_x86_cpu_counter.d rump_x86_pmap.d rump_x86_spinlock.d rump_x86_spl.d rumpcopy.d rumpkern_if_wrappers.d rumpkern_syscalls.d scanc.d scheduler.d secmodel.d secmodel_extensions.d secmodel_suser.d sha1.d sha2.d sha3.d signals.d skpc.d sleepq.d snprintb.d strcasecmp.d strcat.d strchr.d strcmp.d strcpy.d strcspn.d strlcat.d strlcpy.d strlen.d strlist.d strncasecmp.d strncat.d strncmp.d strncpy.d strnlen.d strnvisx.d strpbrk.d strrchr.d strsep.d strspn.d strstr.d strtoi.d strtoimax.d strtoll.d strtou.d strtoul.d strtoull.d strtoumax.d subr_autoconf.d subr_callback.d subr_copy.d subr_cprng.d subr_cpu.d subr_device.d subr_devsw.d subr_evcnt.d subr_extent.d subr_hash.d subr_humanize.d subr_iostat.d subr_kcpuset.d subr_kmem.d subr_kobj.d subr_localcount.d subr_log.d subr_lwp_specificdata.d subr_once.d subr_pcq.d subr_percpu.d subr_pool.d subr_prf.d subr_pserialize.d subr_psref.d subr_specificdata.d subr_thmap.d subr_time.d subr_vmem.d subr_workqueue.d subr_xcall.d sys_descrip.d sys_generic.d sys_getrandom.d sys_module.d sys_pipe.d sys_select.d syscalls.d threads.d uimax.d uimin.d uipc_sem.d ulmax.d ulmin.d uvm_aobj.d uvm_object.d uvm_page_array.d uvm_page_status.d uvm_readahead.d uvm_swapstub.d vers.d vm.d vnode_if.d xlat_mbr_fstype.d __main.d.tmp accessors.d.tmp atomic.d.tmp blake2s.d.tmp byte_swap_2.d.tmp byte_swap_4.d.tmp byte_swap_8.d.tmp cdbr.d.tmp chacha_impl.d.tmp chacha_ref.d.tmp chacha_selftest.d.tmp clock_subr.d.tmp compat_stub.d.tmp cons.d.tmp consttime_memequal.d.tmp copystr.d.tmp cprng_fast.d.tmp cpuset.d.tmp crc32.d.tmp devsw.d.tmp disklabel_swap.d.tmp dkcksum.d.tmp emul.d.tmp entpool.d.tmp etfs_wrap.d.tmp explicit_memset.d.tmp ffs.d.tmp getfstypename.d.tmp heapsort.d.tmp hexdump.d.tmp hyperentropy.d.tmp imax.d.tmp imin.d.tmp inet_addr.d.tmp init_sysctl_base.d.tmp intoa.d.tmp intr.d.tmp ioconf.d.tmp keccak.d.tmp kern_assert.d.tmp kern_auth.d.tmp kern_cfglock.d.tmp kern_clock.d.tmp kern_descrip.d.tmp kern_entropy.d.tmp kern_event.d.tmp kern_hook.d.tmp kern_ksyms.d.tmp kern_ktrace.d.tmp kern_malloc.d.tmp kern_module.d.tmp kern_module_hook.d.tmp kern_mutex_obj.d.tmp kern_ntptime.d.tmp kern_proc.d.tmp kern_prot.d.tmp kern_rate.d.tmp kern_reboot.d.tmp kern_resource.d.tmp kern_rwlock_obj.d.tmp kern_scdebug.d.tmp kern_select_50.d.tmp kern_ssp.d.tmp kern_stub.d.tmp kern_syscall.d.tmp kern_sysctl.d.tmp kern_tc.d.tmp kern_threadpool.d.tmp kern_time.d.tmp kern_time_50.d.tmp kern_timeout.d.tmp kern_uidinfo.d.tmp klock.d.tmp kobj_machdep.d.tmp kobj_rename.d.tmp lmax.d.tmp lmin.d.tmp locks.d.tmp ltsleep.d.tmp lwproc.d.tmp mcount.d.tmp md4c.d.tmp md5c.d.tmp memchr.d.tmp memcmp.d.tmp memcpy.d.tmp memmem.d.tmp memmove.d.tmp memset.d.tmp mi_vector_hash.d.tmp murmurhash.d.tmp nist_hash_drbg.d.tmp param.d.tmp pmatch.d.tmp popcount32.d.tmp popcount64.d.tmp ppath.d.tmp ppath_extant.d.tmp ppath_kmem_alloc.d.tmp proc_compare.d.tmp prop_array.d.tmp prop_array_util.d.tmp prop_bool.d.tmp prop_data.d.tmp prop_dictionary.d.tmp prop_dictionary_util.d.tmp prop_ingest.d.tmp prop_kern.d.tmp prop_number.d.tmp prop_object.d.tmp prop_stack.d.tmp prop_string.d.tmp ptree.d.tmp radixtree.d.tmp random.d.tmp rb.d.tmp rmd160.d.tmp rndpseudo_50.d.tmp rngtest.d.tmp rpst.d.tmp rump.d.tmp rump_autoconf.d.tmp rump_generic_directmap.d.tmp rump_syscalls.d.tmp rump_x86_abi.d.tmp rump_x86_cpu.d.tmp rump_x86_cpu_counter.d.tmp rump_x86_pmap.d.tmp rump_x86_spinlock.d.tmp rump_x86_spl.d.tmp rumpcopy.d.tmp rumpkern_if_wrappers.d.tmp rumpkern_syscalls.d.tmp scanc.d.tmp scheduler.d.tmp secmodel.d.tmp secmodel_extensions.d.tmp secmodel_suser.d.tmp sha1.d.tmp sha2.d.tmp sha3.d.tmp signals.d.tmp skpc.d.tmp sleepq.d.tmp snprintb.d.tmp strcasecmp.d.tmp strcat.d.tmp strchr.d.tmp strcmp.d.tmp strcpy.d.tmp strcspn.d.tmp strlcat.d.tmp strlcpy.d.tmp strlen.d.tmp strlist.d.tmp strncasecmp.d.tmp strncat.d.tmp strncmp.d.tmp strncpy.d.tmp strnlen.d.tmp strnvisx.d.tmp strpbrk.d.tmp strrchr.d.tmp strsep.d.tmp strspn.d.tmp strstr.d.tmp strtoi.d.tmp strtoimax.d.tmp strtoll.d.tmp strtou.d.tmp strtoul.d.tmp strtoull.d.tmp strtoumax.d.tmp subr_autoconf.d.tmp subr_callback.d.tmp subr_copy.d.tmp subr_cprng.d.tmp subr_cpu.d.tmp subr_device.d.tmp subr_devsw.d.tmp subr_evcnt.d.tmp subr_extent.d.tmp subr_hash.d.tmp subr_humanize.d.tmp subr_iostat.d.tmp subr_kcpuset.d.tmp subr_kmem.d.tmp subr_kobj.d.tmp subr_localcount.d.tmp subr_log.d.tmp subr_lwp_specificdata.d.tmp subr_once.d.tmp subr_pcq.d.tmp subr_percpu.d.tmp subr_pool.d.tmp subr_prf.d.tmp subr_pserialize.d.tmp subr_psref.d.tmp subr_specificdata.d.tmp subr_thmap.d.tmp subr_time.d.tmp subr_vmem.d.tmp subr_workqueue.d.tmp subr_xcall.d.tmp sys_descrip.d.tmp sys_generic.d.tmp sys_getrandom.d.tmp sys_module.d.tmp sys_pipe.d.tmp sys_select.d.tmp syscalls.d.tmp threads.d.tmp uimax.d.tmp uimin.d.tmp uipc_sem.d.tmp ulmax.d.tmp ulmin.d.tmp uvm_aobj.d.tmp uvm_object.d.tmp uvm_page_array.d.tmp uvm_page_status.d.tmp uvm_readahead.d.tmp uvm_swapstub.d.tmp vers.d.tmp vm.d.tmp vnode_if.d.tmp xlat_mbr_fstype.d.tmp tags || true) --- cleandir-external --- --- cleandir-diffutils --- cleandir ===> external/gpl2/diffutils --- cleandir-lib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librump && rm -f rump.html3 rump_lwproc.html3 .depend __main.d accessors.d atomic.d blake2s.d byte_swap_2.d byte_swap_4.d byte_swap_8.d cdbr.d chacha_impl.d chacha_ref.d chacha_selftest.d clock_subr.d compat_stub.d cons.d consttime_memequal.d copystr.d cprng_fast.d cpuset.d crc32.d devsw.d disklabel_swap.d dkcksum.d emul.d entpool.d etfs_wrap.d explicit_memset.d ffs.d getfstypename.d heapsort.d hexdump.d hyperentropy.d imax.d imin.d inet_addr.d init_sysctl_base.d intoa.d intr.d ioconf.d keccak.d kern_assert.d kern_auth.d kern_cfglock.d kern_clock.d kern_descrip.d kern_entropy.d kern_event.d kern_hook.d kern_ksyms.d kern_ktrace.d kern_malloc.d kern_module.d kern_module_hook.d kern_mutex_obj.d kern_ntptime.d kern_proc.d kern_prot.d kern_rate.d kern_reboot.d kern_resource.d kern_rwlock_obj.d kern_scdebug.d kern_select_50.d kern_ssp.d kern_stub.d kern_syscall.d kern_sysctl.d kern_tc.d kern_threadpool.d kern_time.d kern_time_50.d kern_timeout.d kern_uidinfo.d klock.d kobj_machdep.d kobj_rename.d lmax.d lmin.d locks.d ltsleep.d lwproc.d mcount.d md4c.d md5c.d memchr.d memcmp.d memcpy.d memmem.d memmove.d memset.d mi_vector_hash.d murmurhash.d nist_hash_drbg.d param.d pmatch.d popcount32.d popcount64.d ppath.d ppath_extant.d ppath_kmem_alloc.d proc_compare.d prop_array.d prop_array_util.d prop_bool.d prop_data.d prop_dictionary.d prop_dictionary_util.d prop_ingest.d prop_kern.d prop_number.d prop_object.d prop_stack.d prop_string.d ptree.d radixtree.d random.d rb.d rmd160.d rndpseudo_50.d rngtest.d rpst.d rump.d rump_autoconf.d rump_generic_directmap.d rump_syscalls.d rump_x86_abi.d rump_x86_cpu.d rump_x86_cpu_counter.d rump_x86_pmap.d rump_x86_spinlock.d rump_x86_spl.d rumpcopy.d rumpkern_if_wrappers.d rumpkern_syscalls.d scanc.d scheduler.d secmodel.d secmodel_extensions.d secmodel_suser.d sha1.d sha2.d sha3.d signals.d skpc.d sleepq.d snprintb.d strcasecmp.d strcat.d strchr.d strcmp.d strcpy.d strcspn.d strlcat.d strlcpy.d strlen.d strlist.d strncasecmp.d strncat.d strncmp.d strncpy.d strnlen.d strnvisx.d strpbrk.d strrchr.d strsep.d strspn.d strstr.d strtoi.d strtoimax.d strtoll.d strtou.d strtoul.d strtoull.d strtoumax.d subr_autoconf.d subr_callback.d subr_copy.d subr_cprng.d subr_cpu.d subr_device.d subr_devsw.d subr_evcnt.d subr_extent.d subr_hash.d subr_humanize.d subr_iostat.d subr_kcpuset.d subr_kmem.d subr_kobj.d subr_localcount.d subr_log.d subr_lwp_specificdata.d subr_once.d subr_pcq.d subr_percpu.d subr_pool.d subr_prf.d subr_pserialize.d subr_psref.d subr_specificdata.d subr_thmap.d subr_time.d subr_vmem.d subr_workqueue.d subr_xcall.d sys_descrip.d sys_generic.d sys_getrandom.d sys_module.d sys_pipe.d sys_select.d syscalls.d threads.d uimax.d uimin.d uipc_sem.d ulmax.d ulmin.d uvm_aobj.d uvm_object.d uvm_page_array.d uvm_page_status.d uvm_readahead.d uvm_swapstub.d vers.d vm.d vnode_if.d xlat_mbr_fstype.d __main.d.tmp accessors.d.tmp atomic.d.tmp blake2s.d.tmp byte_swap_2.d.tmp byte_swap_4.d.tmp byte_swap_8.d.tmp cdbr.d.tmp chacha_impl.d.tmp chacha_ref.d.tmp chacha_selftest.d.tmp clock_subr.d.tmp compat_stub.d.tmp cons.d.tmp consttime_memequal.d.tmp copystr.d.tmp cprng_fast.d.tmp cpuset.d.tmp crc32.d.tmp devsw.d.tmp disklabel_swap.d.tmp dkcksum.d.tmp emul.d.tmp entpool.d.tmp etfs_wrap.d.tmp explicit_memset.d.tmp ffs.d.tmp getfstypename.d.tmp heapsort.d.tmp hexdump.d.tmp hyperentropy.d.tmp imax.d.tmp imin.d.tmp inet_addr.d.tmp init_sysctl_base.d.tmp intoa.d.tmp intr.d.tmp ioconf.d.tmp keccak.d.tmp kern_assert.d.tmp kern_auth.d.tmp kern_cfglock.d.tmp kern_clock.d.tmp kern_descrip.d.tmp kern_entropy.d.tmp kern_event.d.tmp kern_hook.d.tmp kern_ksyms.d.tmp kern_ktrace.d.tmp kern_malloc.d.tmp kern_module.d.tmp kern_module_hook.d.tmp kern_mutex_obj.d.tmp kern_ntptime.d.tmp kern_proc.d.tmp kern_prot.d.tmp kern_rate.d.tmp kern_reboot.d.tmp kern_resource.d.tmp kern_rwlock_obj.d.tmp kern_scdebug.d.tmp kern_select_50.d.tmp kern_ssp.d.tmp kern_stub.d.tmp kern_syscall.d.tmp kern_sysctl.d.tmp kern_tc.d.tmp kern_threadpool.d.tmp kern_time.d.tmp kern_time_50.d.tmp kern_timeout.d.tmp kern_uidinfo.d.tmp klock.d.tmp kobj_machdep.d.tmp kobj_rename.d.tmp lmax.d.tmp lmin.d.tmp locks.d.tmp ltsleep.d.tmp lwproc.d.tmp mcount.d.tmp md4c.d.tmp md5c.d.tmp memchr.d.tmp memcmp.d.tmp memcpy.d.tmp memmem.d.tmp memmove.d.tmp memset.d.tmp mi_vector_hash.d.tmp murmurhash.d.tmp nist_hash_drbg.d.tmp param.d.tmp pmatch.d.tmp popcount32.d.tmp popcount64.d.tmp ppath.d.tmp ppath_extant.d.tmp ppath_kmem_alloc.d.tmp proc_compare.d.tmp prop_array.d.tmp prop_array_util.d.tmp prop_bool.d.tmp prop_data.d.tmp prop_dictionary.d.tmp prop_dictionary_util.d.tmp prop_ingest.d.tmp prop_kern.d.tmp prop_number.d.tmp prop_object.d.tmp prop_stack.d.tmp prop_string.d.tmp ptree.d.tmp radixtree.d.tmp random.d.tmp rb.d.tmp rmd160.d.tmp rndpseudo_50.d.tmp rngtest.d.tmp rpst.d.tmp rump.d.tmp rump_autoconf.d.tmp rump_generic_directmap.d.tmp rump_syscalls.d.tmp rump_x86_abi.d.tmp rump_x86_cpu.d.tmp rump_x86_cpu_counter.d.tmp rump_x86_pmap.d.tmp rump_x86_spinlock.d.tmp rump_x86_spl.d.tmp rumpcopy.d.tmp rumpkern_if_wrappers.d.tmp rumpkern_syscalls.d.tmp scanc.d.tmp scheduler.d.tmp secmodel.d.tmp secmodel_extensions.d.tmp secmodel_suser.d.tmp sha1.d.tmp sha2.d.tmp sha3.d.tmp signals.d.tmp skpc.d.tmp sleepq.d.tmp snprintb.d.tmp strcasecmp.d.tmp strcat.d.tmp strchr.d.tmp strcmp.d.tmp strcpy.d.tmp strcspn.d.tmp strlcat.d.tmp strlcpy.d.tmp strlen.d.tmp strlist.d.tmp strncasecmp.d.tmp strncat.d.tmp strncmp.d.tmp strncpy.d.tmp strnlen.d.tmp strnvisx.d.tmp strpbrk.d.tmp strrchr.d.tmp strsep.d.tmp strspn.d.tmp strstr.d.tmp strtoi.d.tmp strtoimax.d.tmp strtoll.d.tmp strtou.d.tmp strtoul.d.tmp strtoull.d.tmp strtoumax.d.tmp subr_autoconf.d.tmp subr_callback.d.tmp subr_copy.d.tmp subr_cprng.d.tmp subr_cpu.d.tmp subr_device.d.tmp subr_devsw.d.tmp subr_evcnt.d.tmp subr_extent.d.tmp subr_hash.d.tmp subr_humanize.d.tmp subr_iostat.d.tmp subr_kcpuset.d.tmp subr_kmem.d.tmp subr_kobj.d.tmp subr_localcount.d.tmp subr_log.d.tmp subr_lwp_specificdata.d.tmp subr_once.d.tmp subr_pcq.d.tmp subr_percpu.d.tmp subr_pool.d.tmp subr_prf.d.tmp subr_pserialize.d.tmp subr_psref.d.tmp subr_specificdata.d.tmp subr_thmap.d.tmp subr_time.d.tmp subr_vmem.d.tmp subr_workqueue.d.tmp subr_xcall.d.tmp sys_descrip.d.tmp sys_generic.d.tmp sys_getrandom.d.tmp sys_module.d.tmp sys_pipe.d.tmp sys_select.d.tmp syscalls.d.tmp threads.d.tmp uimax.d.tmp uimin.d.tmp uipc_sem.d.tmp ulmax.d.tmp ulmin.d.tmp uvm_aobj.d.tmp uvm_object.d.tmp uvm_page_array.d.tmp uvm_page_status.d.tmp uvm_readahead.d.tmp uvm_swapstub.d.tmp vers.d.tmp vm.d.tmp vnode_if.d.tmp xlat_mbr_fstype.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl2/diffutils/lib --- libclean1 --- --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libheimbase --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/lib && rm -f libdiffutils.a basename.o c-stack.o cmpbuf.o error.o exclude.o exitfail.o freesoft.o hard-locale.o imaxtostr.o offtostr.o prepargs.o posixver.o quotesys.o regex.o setmode.o strftime.o umaxtostr.o xmalloc.o xstrtoumax.o basename.o.tmp c-stack.o.tmp cmpbuf.o.tmp error.o.tmp exclude.o.tmp exitfail.o.tmp freesoft.o.tmp hard-locale.o.tmp imaxtostr.o.tmp offtostr.o.tmp prepargs.o.tmp posixver.o.tmp quotesys.o.tmp regex.o.tmp setmode.o.tmp strftime.o.tmp umaxtostr.o.tmp xmalloc.o.tmp xstrtoumax.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libheimbase --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/lib && rm -f libdiffutils.a basename.o c-stack.o cmpbuf.o error.o exclude.o exitfail.o freesoft.o hard-locale.o imaxtostr.o offtostr.o prepargs.o posixver.o quotesys.o regex.o setmode.o strftime.o umaxtostr.o xmalloc.o xstrtoumax.o basename.o.tmp c-stack.o.tmp cmpbuf.o.tmp error.o.tmp exclude.o.tmp exitfail.o.tmp freesoft.o.tmp hard-locale.o.tmp imaxtostr.o.tmp offtostr.o.tmp prepargs.o.tmp posixver.o.tmp quotesys.o.tmp regex.o.tmp setmode.o.tmp strftime.o.tmp umaxtostr.o.tmp xmalloc.o.tmp xstrtoumax.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/lib && rm -f libdiffutils_p.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/lib && rm -f libdiffutils_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase.a array.o bsearch.o db.o data.o dict.o error.o json.o number.o bool.o heimbase.o null.o string.o array.o.tmp bsearch.o.tmp db.o.tmp data.o.tmp dict.o.tmp error.o.tmp json.o.tmp number.o.tmp bool.o.tmp heimbase.o.tmp null.o.tmp string.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase.a array.o bsearch.o db.o data.o dict.o error.o json.o number.o bool.o heimbase.o null.o string.o array.o.tmp bsearch.o.tmp db.o.tmp data.o.tmp dict.o.tmp error.o.tmp json.o.tmp number.o.tmp bool.o.tmp heimbase.o.tmp null.o.tmp string.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/lib && rm -f libdiffutils_g.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/lib && rm -f libdiffutils_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_p.a array.po bsearch.po db.po data.po dict.po error.po json.po number.po bool.po heimbase.po null.po string.po array.po.tmp bsearch.po.tmp db.po.tmp data.po.tmp dict.po.tmp error.po.tmp json.po.tmp number.po.tmp bool.po.tmp heimbase.po.tmp null.po.tmp string.po.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_p.a array.po bsearch.po db.po data.po dict.po error.po json.po number.po bool.po heimbase.po null.po string.po array.po.tmp bsearch.po.tmp db.po.tmp data.po.tmp dict.po.tmp error.po.tmp json.po.tmp number.po.tmp bool.po.tmp heimbase.po.tmp null.po.tmp string.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/lib && rm -f libdiffutils_pic.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/lib && rm -f libdiffutils_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/lib && rm -f llib-ldiffutils.ln basename.ln c-stack.ln cmpbuf.ln error.ln exclude.ln exitfail.ln freesoft.ln hard-locale.ln imaxtostr.ln offtostr.ln prepargs.ln posixver.ln quotesys.ln regex.ln setmode.ln strftime.ln umaxtostr.ln xmalloc.ln xstrtoumax.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/lib && rm -f llib-ldiffutils.ln basename.ln c-stack.ln cmpbuf.ln error.ln exclude.ln exitfail.ln freesoft.ln hard-locale.ln imaxtostr.ln offtostr.ln prepargs.ln posixver.ln quotesys.ln regex.ln setmode.ln strftime.ln umaxtostr.ln xmalloc.ln xstrtoumax.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_pic.a libheimbase.so.* libheimbase.so array.pico bsearch.pico db.pico data.pico dict.pico error.pico json.pico number.pico bool.pico heimbase.pico null.pico string.pico array.pico.tmp bsearch.pico.tmp db.pico.tmp data.pico.tmp dict.pico.tmp error.pico.tmp json.pico.tmp number.pico.tmp bool.pico.tmp heimbase.pico.tmp null.pico.tmp string.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_pic.a libheimbase.so.* libheimbase.so array.pico bsearch.pico db.pico data.pico dict.pico error.pico json.pico number.pico bool.pico heimbase.pico null.pico string.pico array.pico.tmp bsearch.pico.tmp db.pico.tmp data.pico.tmp dict.pico.tmp error.pico.tmp json.pico.tmp number.pico.tmp bool.pico.tmp heimbase.pico.tmp null.pico.tmp string.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/lib && rm -f libdiffutils.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/lib && rm -f libdiffutils.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f llib-lheimbase.ln array.ln bsearch.ln db.ln data.ln dict.ln error.ln json.ln number.ln bool.ln heimbase.ln null.ln string.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f llib-lheimbase.ln array.ln bsearch.ln db.ln data.ln dict.ln error.ln json.ln number.ln bool.ln heimbase.ln null.ln string.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/lib && rm -f .depend basename.d c-stack.d cmpbuf.d error.d exclude.d exitfail.d freesoft.d hard-locale.d imaxtostr.d offtostr.d posixver.d prepargs.d quotesys.d regex.d setmode.d strftime.d umaxtostr.d xmalloc.d xstrtoumax.d basename.d.tmp c-stack.d.tmp cmpbuf.d.tmp error.d.tmp exclude.d.tmp exitfail.d.tmp freesoft.d.tmp hard-locale.d.tmp imaxtostr.d.tmp offtostr.d.tmp posixver.d.tmp prepargs.d.tmp quotesys.d.tmp regex.d.tmp setmode.d.tmp strftime.d.tmp umaxtostr.d.tmp xmalloc.d.tmp xstrtoumax.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/lib && rm -f .depend basename.d c-stack.d cmpbuf.d error.d exclude.d exitfail.d freesoft.d hard-locale.d imaxtostr.d offtostr.d posixver.d prepargs.d quotesys.d regex.d setmode.d strftime.d umaxtostr.d xmalloc.d xstrtoumax.d basename.d.tmp c-stack.d.tmp cmpbuf.d.tmp error.d.tmp exclude.d.tmp exitfail.d.tmp freesoft.d.tmp hard-locale.d.tmp imaxtostr.d.tmp offtostr.d.tmp posixver.d.tmp prepargs.d.tmp quotesys.d.tmp regex.d.tmp setmode.d.tmp strftime.d.tmp umaxtostr.d.tmp xmalloc.d.tmp xstrtoumax.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl2/diffutils/bin --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-diff --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f .depend array.d bool.d bsearch.d data.d db.d dict.d error.d heimbase.d json.d null.d number.d string.d array.d.tmp bool.d.tmp bsearch.d.tmp data.d.tmp db.d.tmp dict.d.tmp error.d.tmp heimbase.d.tmp json.d.tmp null.d.tmp number.d.tmp string.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl2/diffutils/bin/diff --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f .depend array.d bool.d bsearch.d data.d db.d dict.d error.d heimbase.d json.d null.d number.d string.d array.d.tmp bool.d.tmp bsearch.d.tmp data.d.tmp db.d.tmp dict.d.tmp error.d.tmp heimbase.d.tmp json.d.tmp null.d.tmp number.d.tmp string.d.tmp tags || true) --- cleandir-../crypto/external/bsd/heimdal/lib/libcom_err --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libcom_err --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/bin/diff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit diff analyze.o context.o diff.o dir.o ed.o ifdef.o io.o normal.o side.o util.o version.o analyze.ln context.ln diff.ln dir.ln ed.ln ifdef.ln io.ln normal.ln side.ln util.ln version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/bin/diff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit diff analyze.o context.o diff.o dir.o ed.o ifdef.o io.o normal.o side.o util.o version.o analyze.ln context.ln diff.ln dir.ln ed.ln ifdef.ln io.ln normal.ln side.ln util.ln version.ln || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/bin/diff && rm -f diff.info diff.html1 .depend analyze.d context.d diff.d dir.d ed.d ifdef.d io.d normal.d side.d util.d version.d analyze.d.tmp context.d.tmp diff.d.tmp dir.d.tmp ed.d.tmp ifdef.d.tmp io.d.tmp normal.d.tmp side.d.tmp util.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err.a error.o com_err.o error.o.tmp com_err.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err.a error.o com_err.o error.o.tmp com_err.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/bin/diff && rm -f diff.info diff.html1 .depend analyze.d context.d diff.d dir.d ed.d ifdef.d io.d normal.d side.d util.d version.d analyze.d.tmp context.d.tmp diff.d.tmp dir.d.tmp ed.d.tmp ifdef.d.tmp io.d.tmp normal.d.tmp side.d.tmp util.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-diff3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_p.a error.po com_err.po error.po.tmp com_err.po.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/diffutils/bin/diff3 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_p.a error.po com_err.po error.po.tmp com_err.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/bin/diff3 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit diff3 diff3.o version.o diff3.ln version.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/bin/diff3 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit diff3 diff3.o version.o diff3.ln version.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_pic.a libcom_err.so.* libcom_err.so error.pico com_err.pico error.pico.tmp com_err.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_pic.a libcom_err.so.* libcom_err.so error.pico com_err.pico error.pico.tmp com_err.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/diffutils/bin/diff3 && rm -f diff3.html1 .depend diff3.d version.d diff3.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/diffutils/bin/diff3 && rm -f diff3.html1 .depend diff3.d version.d diff3.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f llib-lcom_err.ln error.ln com_err.ln || true) --- cleandir-external --- --- cleandir-texinfo --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f llib-lcom_err.ln error.ln com_err.ln || true) --- cleandir-external --- cleandir ===> external/gpl2/texinfo --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err.so.8.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[6]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/makefile" line 11: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -n "s/^#define VERSION \"\(.*\)\"/\1/p" /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/include/config.h" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err.so.8.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo && rm -f texinfo.cat a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f com_err.html3 .depend com_err.d error.d com_err.d.tmp error.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo && rm -f texinfo.cat a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f com_err.html3 .depend com_err.d error.d com_err.d.tmp error.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libroken --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo && rm -f info-stnd.info info.info texinfo.info info.html5 texinfo.html5 || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libroken --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo && rm -f info-stnd.info info.info texinfo.info info.html5 texinfo.html5 || true) --- cleandir-makedoc --- cleandir ===> external/gpl2/texinfo/makedoc --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/makedoc && rm -f a.out [Ee]rrs mklog core *.core makedoc makedoc.lo xexit.lo xmalloc.lo xstrdup.lo makedoc.ln xexit.ln xmalloc.ln xstrdup.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/makedoc && rm -f a.out [Ee]rrs mklog core *.core makedoc makedoc.lo xexit.lo xmalloc.lo xstrdup.lo makedoc.ln xexit.ln xmalloc.ln xstrdup.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken.a base64.o concat.o cloexec.o ct.o dumpdata.o detach.o dumpdata.o environment.o ecalloc.o emalloc.o eread.o erealloc.o esetenv.o estrdup.o ewrite.o getaddrinfo_hostspec.o get_default_username.o get_window_size.o getarg.o getnameinfo_verified.o getprogname.o h_errno.o hex.o hostent_find_fqdn.o issuid.o k_getpwnam.o k_getpwuid.o memset_s.o mini_inetd.o net_read.o net_write.o parse_bytes.o parse_time.o parse_units.o rand.o realloc.o resolve.o roken_gethostby.o rtbl.o setprogname.o signal.o simple_exec.o socket.o strcollect.o strlwr.o strpool.o strsep_copy.o strupr.o timeval.o tm2time.o verify.o warnerr.o write_pid.o xfree.o base64.o.tmp concat.o.tmp cloexec.o.tmp ct.o.tmp dumpdata.o.tmp detach.o.tmp dumpdata.o.tmp environment.o.tmp ecalloc.o.tmp emalloc.o.tmp eread.o.tmp erealloc.o.tmp esetenv.o.tmp estrdup.o.tmp ewrite.o.tmp getaddrinfo_hostspec.o.tmp get_default_username.o.tmp get_window_size.o.tmp getarg.o.tmp getnameinfo_verified.o.tmp getprogname.o.tmp h_errno.o.tmp hex.o.tmp hostent_find_fqdn.o.tmp issuid.o.tmp k_getpwnam.o.tmp k_getpwuid.o.tmp memset_s.o.tmp mini_inetd.o.tmp net_read.o.tmp net_write.o.tmp parse_bytes.o.tmp parse_time.o.tmp parse_units.o.tmp rand.o.tmp realloc.o.tmp resolve.o.tmp roken_gethostby.o.tmp rtbl.o.tmp setprogname.o.tmp signal.o.tmp simple_exec.o.tmp socket.o.tmp strcollect.o.tmp strlwr.o.tmp strpool.o.tmp strsep_copy.o.tmp strupr.o.tmp timeval.o.tmp tm2time.o.tmp verify.o.tmp warnerr.o.tmp write_pid.o.tmp xfree.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/makedoc && rm -f .depend makedoc.d xexit.d xmalloc.d xstrdup.d makedoc.d.tmp xexit.d.tmp xmalloc.d.tmp xstrdup.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken.a base64.o concat.o cloexec.o ct.o dumpdata.o detach.o dumpdata.o environment.o ecalloc.o emalloc.o eread.o erealloc.o esetenv.o estrdup.o ewrite.o getaddrinfo_hostspec.o get_default_username.o get_window_size.o getarg.o getnameinfo_verified.o getprogname.o h_errno.o hex.o hostent_find_fqdn.o issuid.o k_getpwnam.o k_getpwuid.o memset_s.o mini_inetd.o net_read.o net_write.o parse_bytes.o parse_time.o parse_units.o rand.o realloc.o resolve.o roken_gethostby.o rtbl.o setprogname.o signal.o simple_exec.o socket.o strcollect.o strlwr.o strpool.o strsep_copy.o strupr.o timeval.o tm2time.o verify.o warnerr.o write_pid.o xfree.o base64.o.tmp concat.o.tmp cloexec.o.tmp ct.o.tmp dumpdata.o.tmp detach.o.tmp dumpdata.o.tmp environment.o.tmp ecalloc.o.tmp emalloc.o.tmp eread.o.tmp erealloc.o.tmp esetenv.o.tmp estrdup.o.tmp ewrite.o.tmp getaddrinfo_hostspec.o.tmp get_default_username.o.tmp get_window_size.o.tmp getarg.o.tmp getnameinfo_verified.o.tmp getprogname.o.tmp h_errno.o.tmp hex.o.tmp hostent_find_fqdn.o.tmp issuid.o.tmp k_getpwnam.o.tmp k_getpwuid.o.tmp memset_s.o.tmp mini_inetd.o.tmp net_read.o.tmp net_write.o.tmp parse_bytes.o.tmp parse_time.o.tmp parse_units.o.tmp rand.o.tmp realloc.o.tmp resolve.o.tmp roken_gethostby.o.tmp rtbl.o.tmp setprogname.o.tmp signal.o.tmp simple_exec.o.tmp socket.o.tmp strcollect.o.tmp strlwr.o.tmp strpool.o.tmp strsep_copy.o.tmp strupr.o.tmp timeval.o.tmp tm2time.o.tmp verify.o.tmp warnerr.o.tmp write_pid.o.tmp xfree.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/makedoc && rm -f .depend makedoc.d xexit.d xmalloc.d xstrdup.d makedoc.d.tmp xexit.d.tmp xmalloc.d.tmp xstrdup.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_p.a base64.po concat.po cloexec.po ct.po dumpdata.po detach.po dumpdata.po environment.po ecalloc.po emalloc.po eread.po erealloc.po esetenv.po estrdup.po ewrite.po getaddrinfo_hostspec.po get_default_username.po get_window_size.po getarg.po getnameinfo_verified.po getprogname.po h_errno.po hex.po hostent_find_fqdn.po issuid.po k_getpwnam.po k_getpwuid.po memset_s.po mini_inetd.po net_read.po net_write.po parse_bytes.po parse_time.po parse_units.po rand.po realloc.po resolve.po roken_gethostby.po rtbl.po setprogname.po signal.po simple_exec.po socket.po strcollect.po strlwr.po strpool.po strsep_copy.po strupr.po timeval.po tm2time.po verify.po warnerr.po write_pid.po xfree.po base64.po.tmp concat.po.tmp cloexec.po.tmp ct.po.tmp dumpdata.po.tmp detach.po.tmp dumpdata.po.tmp environment.po.tmp ecalloc.po.tmp emalloc.po.tmp eread.po.tmp erealloc.po.tmp esetenv.po.tmp estrdup.po.tmp ewrite.po.tmp getaddrinfo_hostspec.po.tmp get_default_username.po.tmp get_window_size.po.tmp getarg.po.tmp getnameinfo_verified.po.tmp getprogname.po.tmp h_errno.po.tmp hex.po.tmp hostent_find_fqdn.po.tmp issuid.po.tmp k_getpwnam.po.tmp k_getpwuid.po.tmp memset_s.po.tmp mini_inetd.po.tmp net_read.po.tmp net_write.po.tmp parse_bytes.po.tmp parse_time.po.tmp parse_units.po.tmp rand.po.tmp realloc.po.tmp resolve.po.tmp roken_gethostby.po.tmp rtbl.po.tmp setprogname.po.tmp signal.po.tmp simple_exec.po.tmp socket.po.tmp strcollect.po.tmp strlwr.po.tmp strpool.po.tmp strsep_copy.po.tmp strupr.po.tmp timeval.po.tmp tm2time.po.tmp verify.po.tmp warnerr.po.tmp write_pid.po.tmp xfree.po.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/texinfo/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_p.a base64.po concat.po cloexec.po ct.po dumpdata.po detach.po dumpdata.po environment.po ecalloc.po emalloc.po eread.po erealloc.po esetenv.po estrdup.po ewrite.po getaddrinfo_hostspec.po get_default_username.po get_window_size.po getarg.po getnameinfo_verified.po getprogname.po h_errno.po hex.po hostent_find_fqdn.po issuid.po k_getpwnam.po k_getpwuid.po memset_s.po mini_inetd.po net_read.po net_write.po parse_bytes.po parse_time.po parse_units.po rand.po realloc.po resolve.po roken_gethostby.po rtbl.po setprogname.po signal.po simple_exec.po socket.po strcollect.po strlwr.po strpool.po strsep_copy.po strupr.po timeval.po tm2time.po verify.po warnerr.po write_pid.po xfree.po base64.po.tmp concat.po.tmp cloexec.po.tmp ct.po.tmp dumpdata.po.tmp detach.po.tmp dumpdata.po.tmp environment.po.tmp ecalloc.po.tmp emalloc.po.tmp eread.po.tmp erealloc.po.tmp esetenv.po.tmp estrdup.po.tmp ewrite.po.tmp getaddrinfo_hostspec.po.tmp get_default_username.po.tmp get_window_size.po.tmp getarg.po.tmp getnameinfo_verified.po.tmp getprogname.po.tmp h_errno.po.tmp hex.po.tmp hostent_find_fqdn.po.tmp issuid.po.tmp k_getpwnam.po.tmp k_getpwuid.po.tmp memset_s.po.tmp mini_inetd.po.tmp net_read.po.tmp net_write.po.tmp parse_bytes.po.tmp parse_time.po.tmp parse_units.po.tmp rand.po.tmp realloc.po.tmp resolve.po.tmp roken_gethostby.po.tmp rtbl.po.tmp setprogname.po.tmp signal.po.tmp simple_exec.po.tmp socket.po.tmp strcollect.po.tmp strlwr.po.tmp strpool.po.tmp strsep_copy.po.tmp strupr.po.tmp timeval.po.tmp tm2time.po.tmp verify.po.tmp warnerr.po.tmp write_pid.po.tmp xfree.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/lib && rm -f libcommon.a substring.o xexit.o xmalloc.o xstrdup.o key.o doc.o substring.o.tmp xexit.o.tmp xmalloc.o.tmp xstrdup.o.tmp key.o.tmp doc.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/lib && rm -f libcommon.a substring.o xexit.o xmalloc.o xstrdup.o key.o doc.o substring.o.tmp xexit.o.tmp xmalloc.o.tmp xstrdup.o.tmp key.o.tmp doc.o.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_pic.a libroken.so.* libroken.so base64.pico concat.pico cloexec.pico ct.pico dumpdata.pico detach.pico dumpdata.pico environment.pico ecalloc.pico emalloc.pico eread.pico erealloc.pico esetenv.pico estrdup.pico ewrite.pico getaddrinfo_hostspec.pico get_default_username.pico get_window_size.pico getarg.pico getnameinfo_verified.pico getprogname.pico h_errno.pico hex.pico hostent_find_fqdn.pico issuid.pico k_getpwnam.pico k_getpwuid.pico memset_s.pico mini_inetd.pico net_read.pico net_write.pico parse_bytes.pico parse_time.pico parse_units.pico rand.pico realloc.pico resolve.pico roken_gethostby.pico rtbl.pico setprogname.pico signal.pico simple_exec.pico socket.pico strcollect.pico strlwr.pico strpool.pico strsep_copy.pico strupr.pico timeval.pico tm2time.pico verify.pico warnerr.pico write_pid.pico xfree.pico base64.pico.tmp concat.pico.tmp cloexec.pico.tmp ct.pico.tmp dumpdata.pico.tmp detach.pico.tmp dumpdata.pico.tmp environment.pico.tmp ecalloc.pico.tmp emalloc.pico.tmp eread.pico.tmp erealloc.pico.tmp esetenv.pico.tmp estrdup.pico.tmp ewrite.pico.tmp getaddrinfo_hostspec.pico.tmp get_default_username.pico.tmp get_window_size.pico.tmp getarg.pico.tmp getnameinfo_verified.pico.tmp getprogname.pico.tmp h_errno.pico.tmp hex.pico.tmp hostent_find_fqdn.pico.tmp issuid.pico.tmp k_getpwnam.pico.tmp k_getpwuid.pico.tmp memset_s.pico.tmp mini_inetd.pico.tmp net_read.pico.tmp net_write.pico.tmp parse_bytes.pico.tmp parse_time.pico.tmp parse_units.pico.tmp rand.pico.tmp realloc.pico.tmp resolve.pico.tmp roken_gethostby.pico.tmp rtbl.pico.tmp setprogname.pico.tmp signal.pico.tmp simple_exec.pico.tmp socket.pico.tmp strcollect.pico.tmp strlwr.pico.tmp strpool.pico.tmp strsep_copy.pico.tmp strupr.pico.tmp timeval.pico.tmp tm2time.pico.tmp verify.pico.tmp warnerr.pico.tmp write_pid.pico.tmp xfree.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/lib && rm -f libcommon_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/lib && rm -f libcommon_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_pic.a libroken.so.* libroken.so base64.pico concat.pico cloexec.pico ct.pico dumpdata.pico detach.pico dumpdata.pico environment.pico ecalloc.pico emalloc.pico eread.pico erealloc.pico esetenv.pico estrdup.pico ewrite.pico getaddrinfo_hostspec.pico get_default_username.pico get_window_size.pico getarg.pico getnameinfo_verified.pico getprogname.pico h_errno.pico hex.pico hostent_find_fqdn.pico issuid.pico k_getpwnam.pico k_getpwuid.pico memset_s.pico mini_inetd.pico net_read.pico net_write.pico parse_bytes.pico parse_time.pico parse_units.pico rand.pico realloc.pico resolve.pico roken_gethostby.pico rtbl.pico setprogname.pico signal.pico simple_exec.pico socket.pico strcollect.pico strlwr.pico strpool.pico strsep_copy.pico strupr.pico timeval.pico tm2time.pico verify.pico warnerr.pico write_pid.pico xfree.pico base64.pico.tmp concat.pico.tmp cloexec.pico.tmp ct.pico.tmp dumpdata.pico.tmp detach.pico.tmp dumpdata.pico.tmp environment.pico.tmp ecalloc.pico.tmp emalloc.pico.tmp eread.pico.tmp erealloc.pico.tmp esetenv.pico.tmp estrdup.pico.tmp ewrite.pico.tmp getaddrinfo_hostspec.pico.tmp get_default_username.pico.tmp get_window_size.pico.tmp getarg.pico.tmp getnameinfo_verified.pico.tmp getprogname.pico.tmp h_errno.pico.tmp hex.pico.tmp hostent_find_fqdn.pico.tmp issuid.pico.tmp k_getpwnam.pico.tmp k_getpwuid.pico.tmp memset_s.pico.tmp mini_inetd.pico.tmp net_read.pico.tmp net_write.pico.tmp parse_bytes.pico.tmp parse_time.pico.tmp parse_units.pico.tmp rand.pico.tmp realloc.pico.tmp resolve.pico.tmp roken_gethostby.pico.tmp rtbl.pico.tmp setprogname.pico.tmp signal.pico.tmp simple_exec.pico.tmp socket.pico.tmp strcollect.pico.tmp strlwr.pico.tmp strpool.pico.tmp strsep_copy.pico.tmp strupr.pico.tmp timeval.pico.tmp tm2time.pico.tmp verify.pico.tmp warnerr.pico.tmp write_pid.pico.tmp xfree.pico.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/lib && rm -f libcommon_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f llib-lroken.ln base64.ln concat.ln cloexec.ln ct.ln dumpdata.ln detach.ln dumpdata.ln environment.ln ecalloc.ln emalloc.ln eread.ln erealloc.ln esetenv.ln estrdup.ln ewrite.ln getaddrinfo_hostspec.ln get_default_username.ln get_window_size.ln getarg.ln getnameinfo_verified.ln getprogname.ln h_errno.ln hex.ln hostent_find_fqdn.ln issuid.ln k_getpwnam.ln k_getpwuid.ln memset_s.ln mini_inetd.ln net_read.ln net_write.ln parse_bytes.ln parse_time.ln parse_units.ln rand.ln realloc.ln resolve.ln roken_gethostby.ln rtbl.ln setprogname.ln signal.ln simple_exec.ln socket.ln strcollect.ln strlwr.ln strpool.ln strsep_copy.ln strupr.ln timeval.ln tm2time.ln verify.ln warnerr.ln write_pid.ln xfree.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/lib && rm -f libcommon_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f llib-lroken.ln base64.ln concat.ln cloexec.ln ct.ln dumpdata.ln detach.ln dumpdata.ln environment.ln ecalloc.ln emalloc.ln eread.ln erealloc.ln esetenv.ln estrdup.ln ewrite.ln getaddrinfo_hostspec.ln get_default_username.ln get_window_size.ln getarg.ln getnameinfo_verified.ln getprogname.ln h_errno.ln hex.ln hostent_find_fqdn.ln issuid.ln k_getpwnam.ln k_getpwuid.ln memset_s.ln mini_inetd.ln net_read.ln net_write.ln parse_bytes.ln parse_time.ln parse_units.ln rand.ln realloc.ln resolve.ln roken_gethostby.ln rtbl.ln setprogname.ln signal.ln simple_exec.ln socket.ln strcollect.ln strlwr.ln strpool.ln strsep_copy.ln strupr.ln timeval.ln tm2time.ln verify.ln warnerr.ln write_pid.ln xfree.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/lib && rm -f libcommon_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken.so.20.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/lib && rm -f libcommon_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken.so.20.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/lib && rm -f llib-lcommon.ln substring.ln xexit.ln xmalloc.ln xstrdup.ln key.ln doc.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f .depend base64.d cloexec.d concat.d ct.d detach.d dumpdata.d ecalloc.d emalloc.d environment.d eread.d erealloc.d esetenv.d estrdup.d ewrite.d get_default_username.d get_window_size.d getaddrinfo_hostspec.d getarg.d getnameinfo_verified.d getprogname.d h_errno.d hex.d hostent_find_fqdn.d issuid.d k_getpwnam.d k_getpwuid.d memset_s.d mini_inetd.d net_read.d net_write.d parse_bytes.d parse_time.d parse_units.d rand.d realloc.d resolve.d roken_gethostby.d rtbl.d setprogname.d signal.d simple_exec.d socket.d strcollect.d strlwr.d strpool.d strsep_copy.d strupr.d timeval.d tm2time.d verify.d warnerr.d write_pid.d xfree.d base64.d.tmp cloexec.d.tmp concat.d.tmp ct.d.tmp detach.d.tmp dumpdata.d.tmp ecalloc.d.tmp emalloc.d.tmp environment.d.tmp eread.d.tmp erealloc.d.tmp esetenv.d.tmp estrdup.d.tmp ewrite.d.tmp get_default_username.d.tmp get_window_size.d.tmp getaddrinfo_hostspec.d.tmp getarg.d.tmp getnameinfo_verified.d.tmp getprogname.d.tmp h_errno.d.tmp hex.d.tmp hostent_find_fqdn.d.tmp issuid.d.tmp k_getpwnam.d.tmp k_getpwuid.d.tmp memset_s.d.tmp mini_inetd.d.tmp net_read.d.tmp net_write.d.tmp parse_bytes.d.tmp parse_time.d.tmp parse_units.d.tmp rand.d.tmp realloc.d.tmp resolve.d.tmp roken_gethostby.d.tmp rtbl.d.tmp setprogname.d.tmp signal.d.tmp simple_exec.d.tmp socket.d.tmp strcollect.d.tmp strlwr.d.tmp strpool.d.tmp strsep_copy.d.tmp strupr.d.tmp timeval.d.tmp tm2time.d.tmp verify.d.tmp warnerr.d.tmp write_pid.d.tmp xfree.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/lib && rm -f llib-lcommon.ln substring.ln xexit.ln xmalloc.ln xstrdup.ln key.ln doc.ln || true) --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f .depend base64.d cloexec.d concat.d ct.d detach.d dumpdata.d ecalloc.d emalloc.d environment.d eread.d erealloc.d esetenv.d estrdup.d ewrite.d get_default_username.d get_window_size.d getaddrinfo_hostspec.d getarg.d getnameinfo_verified.d getprogname.d h_errno.d hex.d hostent_find_fqdn.d issuid.d k_getpwnam.d k_getpwuid.d memset_s.d mini_inetd.d net_read.d net_write.d parse_bytes.d parse_time.d parse_units.d rand.d realloc.d resolve.d roken_gethostby.d rtbl.d setprogname.d signal.d simple_exec.d socket.d strcollect.d strlwr.d strpool.d strsep_copy.d strupr.d timeval.d tm2time.d verify.d warnerr.d write_pid.d xfree.d base64.d.tmp cloexec.d.tmp concat.d.tmp ct.d.tmp detach.d.tmp dumpdata.d.tmp ecalloc.d.tmp emalloc.d.tmp environment.d.tmp eread.d.tmp erealloc.d.tmp esetenv.d.tmp estrdup.d.tmp ewrite.d.tmp get_default_username.d.tmp get_window_size.d.tmp getaddrinfo_hostspec.d.tmp getarg.d.tmp getnameinfo_verified.d.tmp getprogname.d.tmp h_errno.d.tmp hex.d.tmp hostent_find_fqdn.d.tmp issuid.d.tmp k_getpwnam.d.tmp k_getpwuid.d.tmp memset_s.d.tmp mini_inetd.d.tmp net_read.d.tmp net_write.d.tmp parse_bytes.d.tmp parse_time.d.tmp parse_units.d.tmp rand.d.tmp realloc.d.tmp resolve.d.tmp roken_gethostby.d.tmp rtbl.d.tmp setprogname.d.tmp signal.d.tmp simple_exec.d.tmp socket.d.tmp strcollect.d.tmp strlwr.d.tmp strpool.d.tmp strsep_copy.d.tmp strupr.d.tmp timeval.d.tmp tm2time.d.tmp verify.d.tmp warnerr.d.tmp write_pid.d.tmp xfree.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/lib && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core funs.h key.c doc.c || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libvers --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/lib && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core funs.h key.c doc.c || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libvers --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/lib && rm -f .depend doc.d key.d substring.d xexit.d xmalloc.d xstrdup.d doc.d.tmp key.d.tmp substring.d.tmp xexit.d.tmp xmalloc.d.tmp xstrdup.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers.a print_version.o print_version.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/lib && rm -f .depend doc.d key.d substring.d xexit.d xmalloc.d xstrdup.d doc.d.tmp key.d.tmp substring.d.tmp xexit.d.tmp xmalloc.d.tmp xstrdup.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers.a print_version.o print_version.o.tmp || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/gpl2/texinfo/bin --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_p.a || true) --- cleandir-external --- --- cleandir-info --- cleandir ===> external/gpl2/texinfo/bin/info --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/info && rm -f a.out [Ee]rrs mklog core *.core .gdbinit info dir.o display.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o variables.o window.o dir.ln display.ln dribble.ln echo-area.ln filesys.ln footnotes.ln gc.ln indices.ln info-utils.ln info.ln infodoc.ln infomap.ln m-x.ln man.ln nodemenu.ln nodes.ln search.ln session.ln signals.ln terminal.ln tilde.ln variables.ln window.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/info && rm -f a.out [Ee]rrs mklog core *.core .gdbinit info dir.o display.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o variables.o window.o dir.ln display.ln dribble.ln echo-area.ln filesys.ln footnotes.ln gc.ln indices.ln info-utils.ln info.ln infodoc.ln infomap.ln m-x.ln man.ln nodemenu.ln nodes.ln search.ln session.ln signals.ln terminal.ln tilde.ln variables.ln window.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f llib-lvers.ln print_version.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/info && rm -f info.html1 .depend dir.d display.d dribble.d echo-area.d filesys.d footnotes.d gc.d indices.d info-utils.d info.d infodoc.d infomap.d m-x.d man.d nodemenu.d nodes.d search.d session.d signals.d terminal.d tilde.d variables.d window.d dir.d.tmp display.d.tmp dribble.d.tmp echo-area.d.tmp filesys.d.tmp footnotes.d.tmp gc.d.tmp indices.d.tmp info-utils.d.tmp info.d.tmp infodoc.d.tmp infomap.d.tmp m-x.d.tmp man.d.tmp nodemenu.d.tmp nodes.d.tmp search.d.tmp session.d.tmp signals.d.tmp terminal.d.tmp tilde.d.tmp variables.d.tmp window.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f llib-lvers.ln print_version.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/info && rm -f info.html1 .depend dir.d display.d dribble.d echo-area.d filesys.d footnotes.d gc.d indices.d info-utils.d info.d infodoc.d infomap.d m-x.d man.d nodemenu.d nodes.d search.d session.d signals.d terminal.d tilde.d variables.d window.d dir.d.tmp display.d.tmp dribble.d.tmp echo-area.d.tmp filesys.d.tmp footnotes.d.tmp gc.d.tmp indices.d.tmp info-utils.d.tmp info.d.tmp infodoc.d.tmp infomap.d.tmp m-x.d.tmp man.d.tmp nodemenu.d.tmp nodes.d.tmp search.d.tmp session.d.tmp signals.d.tmp terminal.d.tmp tilde.d.tmp variables.d.tmp window.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f print_version.h make-print-version make-print-version.lo libvers.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-infokey --- cleandir ===> external/gpl2/texinfo/bin/infokey --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f print_version.h make-print-version make-print-version.lo libvers.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f .depend print_version.d print_version.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f .depend print_version.d print_version.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/infokey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit infokey infokey.o infokey.ln || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libsl --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/infokey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit infokey infokey.o infokey.ln || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libsl --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/infokey && rm -f infokey.html1 .depend infokey.d infokey.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/infokey && rm -f infokey.html1 .depend infokey.d infokey.d.tmp tags || true) --- cleandir-install-info --- cleandir ===> external/gpl2/texinfo/bin/install-info --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl.a sl.o sl.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/install-info && rm -f a.out [Ee]rrs mklog core *.core .gdbinit install-info install-info.o install-info.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl.a sl.o sl.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/install-info && rm -f a.out [Ee]rrs mklog core *.core .gdbinit install-info install-info.o install-info.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_p.a sl.po sl.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/install-info && rm -f install-info.html1 .depend install-info.d install-info.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_p.a sl.po sl.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/install-info && rm -f install-info.html1 .depend install-info.d install-info.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-makeinfo --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_g.a || true) --- cleandir-external --- cleandir ===> external/gpl2/texinfo/bin/makeinfo --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_pic.a libsl.so.* libsl.so sl.pico sl.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/makeinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit makeinfo cmds.o defun.o files.o float.o footnote.o html.o index.o insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o toc.o xml.o xref.o cmds.ln defun.ln files.ln float.ln footnote.ln html.ln index.ln insertion.ln lang.ln macro.ln makeinfo.ln multi.ln node.ln sectioning.ln toc.ln xml.ln xref.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_pic.a libsl.so.* libsl.so sl.pico sl.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/makeinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit makeinfo cmds.o defun.o files.o float.o footnote.o html.o index.o insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o toc.o xml.o xref.o cmds.ln defun.ln files.ln float.ln footnote.ln html.ln index.ln insertion.ln lang.ln macro.ln makeinfo.ln multi.ln node.ln sectioning.ln toc.ln xml.ln xref.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f llib-lsl.ln sl.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f llib-lsl.ln sl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/makeinfo && rm -f makeinfo.html1 .depend cmds.d defun.d files.d float.d footnote.d html.d index.d insertion.d lang.d macro.d makeinfo.d multi.d node.d sectioning.d toc.d xml.d xref.d cmds.d.tmp defun.d.tmp files.d.tmp float.d.tmp footnote.d.tmp html.d.tmp index.d.tmp insertion.d.tmp lang.d.tmp macro.d.tmp makeinfo.d.tmp multi.d.tmp node.d.tmp sectioning.d.tmp toc.d.tmp xml.d.tmp xref.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/makeinfo && rm -f makeinfo.html1 .depend cmds.d defun.d files.d float.d footnote.d html.d index.d insertion.d lang.d macro.d makeinfo.d multi.d node.d sectioning.d toc.d xml.d xref.d cmds.d.tmp defun.d.tmp files.d.tmp float.d.tmp footnote.d.tmp html.d.tmp index.d.tmp insertion.d.tmp lang.d.tmp macro.d.tmp makeinfo.d.tmp multi.d.tmp node.d.tmp sectioning.d.tmp toc.d.tmp xml.d.tmp xref.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-texi2dvi --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl2/texinfo/bin/texi2dvi --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f .depend sl.d sl.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f .depend sl.d sl.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/texi2dvi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libasn1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/texi2dvi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libasn1 --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/texi2dvi && rm -f texi2dvi.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/texi2dvi && rm -f texi2dvi.html1 || true) --- cleandir-texindex --- cleandir ===> external/gpl2/texinfo/bin/texindex --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1.a asn1_err.o asn1_krb5_asn1.o asn1_cms_asn1.o asn1_rfc2459_asn1.o asn1_pkinit_asn1.o asn1_pkcs12_asn1.o asn1_pkcs8_asn1.o asn1_pkcs9_asn1.o asn1_digest_asn1.o asn1_kx509_asn1.o der.o der_get.o der_put.o der_free.o der_length.o der_copy.o der_cmp.o der_format.o fuzzer.o extra.o template.o timegm.o asn1_err.o.tmp asn1_krb5_asn1.o.tmp asn1_cms_asn1.o.tmp asn1_rfc2459_asn1.o.tmp asn1_pkinit_asn1.o.tmp asn1_pkcs12_asn1.o.tmp asn1_pkcs8_asn1.o.tmp asn1_pkcs9_asn1.o.tmp asn1_digest_asn1.o.tmp asn1_kx509_asn1.o.tmp der.o.tmp der_get.o.tmp der_put.o.tmp der_free.o.tmp der_length.o.tmp der_copy.o.tmp der_cmp.o.tmp der_format.o.tmp fuzzer.o.tmp extra.o.tmp template.o.tmp timegm.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1.a asn1_err.o asn1_krb5_asn1.o asn1_cms_asn1.o asn1_rfc2459_asn1.o asn1_pkinit_asn1.o asn1_pkcs12_asn1.o asn1_pkcs8_asn1.o asn1_pkcs9_asn1.o asn1_digest_asn1.o asn1_kx509_asn1.o der.o der_get.o der_put.o der_free.o der_length.o der_copy.o der_cmp.o der_format.o fuzzer.o extra.o template.o timegm.o asn1_err.o.tmp asn1_krb5_asn1.o.tmp asn1_cms_asn1.o.tmp asn1_rfc2459_asn1.o.tmp asn1_pkinit_asn1.o.tmp asn1_pkcs12_asn1.o.tmp asn1_pkcs8_asn1.o.tmp asn1_pkcs9_asn1.o.tmp asn1_digest_asn1.o.tmp asn1_kx509_asn1.o.tmp der.o.tmp der_get.o.tmp der_put.o.tmp der_free.o.tmp der_length.o.tmp der_copy.o.tmp der_cmp.o.tmp der_format.o.tmp fuzzer.o.tmp extra.o.tmp template.o.tmp timegm.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/texindex && rm -f a.out [Ee]rrs mklog core *.core .gdbinit texindex texindex.o texindex.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/texindex && rm -f a.out [Ee]rrs mklog core *.core .gdbinit texindex texindex.o texindex.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_p.a asn1_err.po asn1_krb5_asn1.po asn1_cms_asn1.po asn1_rfc2459_asn1.po asn1_pkinit_asn1.po asn1_pkcs12_asn1.po asn1_pkcs8_asn1.po asn1_pkcs9_asn1.po asn1_digest_asn1.po asn1_kx509_asn1.po der.po der_get.po der_put.po der_free.po der_length.po der_copy.po der_cmp.po der_format.po fuzzer.po extra.po template.po timegm.po asn1_err.po.tmp asn1_krb5_asn1.po.tmp asn1_cms_asn1.po.tmp asn1_rfc2459_asn1.po.tmp asn1_pkinit_asn1.po.tmp asn1_pkcs12_asn1.po.tmp asn1_pkcs8_asn1.po.tmp asn1_pkcs9_asn1.po.tmp asn1_digest_asn1.po.tmp asn1_kx509_asn1.po.tmp der.po.tmp der_get.po.tmp der_put.po.tmp der_free.po.tmp der_length.po.tmp der_copy.po.tmp der_cmp.po.tmp der_format.po.tmp fuzzer.po.tmp extra.po.tmp template.po.tmp timegm.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/texinfo/bin/texindex && rm -f texindex.html1 .depend texindex.d texindex.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_p.a asn1_err.po asn1_krb5_asn1.po asn1_cms_asn1.po asn1_rfc2459_asn1.po asn1_pkinit_asn1.po asn1_pkcs12_asn1.po asn1_pkcs8_asn1.po asn1_pkcs9_asn1.po asn1_digest_asn1.po asn1_kx509_asn1.po der.po der_get.po der_put.po der_free.po der_length.po der_copy.po der_cmp.po der_format.po fuzzer.po extra.po template.po timegm.po asn1_err.po.tmp asn1_krb5_asn1.po.tmp asn1_cms_asn1.po.tmp asn1_rfc2459_asn1.po.tmp asn1_pkinit_asn1.po.tmp asn1_pkcs12_asn1.po.tmp asn1_pkcs8_asn1.po.tmp asn1_pkcs9_asn1.po.tmp asn1_digest_asn1.po.tmp asn1_kx509_asn1.po.tmp der.po.tmp der_get.po.tmp der_put.po.tmp der_free.po.tmp der_length.po.tmp der_copy.po.tmp der_cmp.po.tmp der_format.po.tmp fuzzer.po.tmp extra.po.tmp template.po.tmp timegm.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/texinfo/bin/texindex && rm -f texindex.html1 .depend texindex.d texindex.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_g.a || true) --- cleandir-external --- --- cleandir-rcs --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_g.a || true) --- cleandir-external --- cleandir ===> external/gpl2/rcs --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_pic.a libasn1.so.* libasn1.so asn1_err.pico asn1_krb5_asn1.pico asn1_cms_asn1.pico asn1_rfc2459_asn1.pico asn1_pkinit_asn1.pico asn1_pkcs12_asn1.pico asn1_pkcs8_asn1.pico asn1_pkcs9_asn1.pico asn1_digest_asn1.pico asn1_kx509_asn1.pico der.pico der_get.pico der_put.pico der_free.pico der_length.pico der_copy.pico der_cmp.pico der_format.pico fuzzer.pico extra.pico template.pico timegm.pico asn1_err.pico.tmp asn1_krb5_asn1.pico.tmp asn1_cms_asn1.pico.tmp asn1_rfc2459_asn1.pico.tmp asn1_pkinit_asn1.pico.tmp asn1_pkcs12_asn1.pico.tmp asn1_pkcs8_asn1.pico.tmp asn1_pkcs9_asn1.pico.tmp asn1_digest_asn1.pico.tmp asn1_kx509_asn1.pico.tmp der.pico.tmp der_get.pico.tmp der_put.pico.tmp der_free.pico.tmp der_length.pico.tmp der_copy.pico.tmp der_cmp.pico.tmp der_format.pico.tmp fuzzer.pico.tmp extra.pico.tmp template.pico.tmp timegm.pico.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/rcs/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_pic.a libasn1.so.* libasn1.so asn1_err.pico asn1_krb5_asn1.pico asn1_cms_asn1.pico asn1_rfc2459_asn1.pico asn1_pkinit_asn1.pico asn1_pkcs12_asn1.pico asn1_pkcs8_asn1.pico asn1_pkcs9_asn1.pico asn1_digest_asn1.pico asn1_kx509_asn1.pico der.pico der_get.pico der_put.pico der_free.pico der_length.pico der_copy.pico der_cmp.pico der_format.pico fuzzer.pico extra.pico template.pico timegm.pico asn1_err.pico.tmp asn1_krb5_asn1.pico.tmp asn1_cms_asn1.pico.tmp asn1_rfc2459_asn1.pico.tmp asn1_pkinit_asn1.pico.tmp asn1_pkcs12_asn1.pico.tmp asn1_pkcs8_asn1.pico.tmp asn1_pkcs9_asn1.pico.tmp asn1_digest_asn1.pico.tmp asn1_kx509_asn1.pico.tmp der.pico.tmp der_get.pico.tmp der_put.pico.tmp der_free.pico.tmp der_length.pico.tmp der_copy.pico.tmp der_cmp.pico.tmp der_format.pico.tmp fuzzer.pico.tmp extra.pico.tmp template.pico.tmp timegm.pico.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/lib && rm -f librcs.a maketime.o merger.o partime.o rcsedit.o rcsfcmp.o rcsfnms.o rcsgen.o rcskeep.o rcskeys.o rcslex.o rcsmap.o rcsrev.o rcssyn.o rcstime.o rcsutil.o version.o maketime.o.tmp merger.o.tmp partime.o.tmp rcsedit.o.tmp rcsfcmp.o.tmp rcsfnms.o.tmp rcsgen.o.tmp rcskeep.o.tmp rcskeys.o.tmp rcslex.o.tmp rcsmap.o.tmp rcsrev.o.tmp rcssyn.o.tmp rcstime.o.tmp rcsutil.o.tmp version.o.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/lib && rm -f librcs.a maketime.o merger.o partime.o rcsedit.o rcsfcmp.o rcsfnms.o rcsgen.o rcskeep.o rcskeys.o rcslex.o rcsmap.o rcsrev.o rcssyn.o rcstime.o rcsutil.o version.o maketime.o.tmp merger.o.tmp partime.o.tmp rcsedit.o.tmp rcsfcmp.o.tmp rcsfnms.o.tmp rcsgen.o.tmp rcskeep.o.tmp rcskeys.o.tmp rcslex.o.tmp rcsmap.o.tmp rcsrev.o.tmp rcssyn.o.tmp rcstime.o.tmp rcsutil.o.tmp version.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f llib-lasn1.ln der.ln der_get.ln der_put.ln der_free.ln der_length.ln der_copy.ln der_cmp.ln der_format.ln fuzzer.ln extra.ln template.ln timegm.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f llib-lasn1.ln der.ln der_get.ln der_put.ln der_free.ln der_length.ln der_copy.ln der_cmp.ln der_format.ln fuzzer.ln extra.ln template.ln timegm.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/lib && rm -f librcs_p.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/lib && rm -f librcs_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f asn1_err.c asn1_err.h krb5_asn1_files krb5_asn1-template.c krb5_asn1-template.x asn1_krb5_asn1.x asn1_krb5_asn1.c krb5_asn1.h krb5_asn1.hx krb5_asn1-priv.h krb5_asn1-priv.hx krb5.ts cms_asn1_files cms_asn1-template.c cms_asn1-template.x asn1_cms_asn1.x asn1_cms_asn1.c cms_asn1.h cms_asn1.hx cms_asn1-priv.h cms_asn1-priv.hx cms.ts rfc2459_asn1_files rfc2459_asn1-template.c rfc2459_asn1-template.x asn1_rfc2459_asn1.x asn1_rfc2459_asn1.c rfc2459_asn1.h rfc2459_asn1.hx rfc2459_asn1-priv.h rfc2459_asn1-priv.hx rfc2459.ts pkinit_asn1_files pkinit_asn1-template.c pkinit_asn1-template.x asn1_pkinit_asn1.x asn1_pkinit_asn1.c pkinit_asn1.h pkinit_asn1.hx pkinit_asn1-priv.h pkinit_asn1-priv.hx pkinit.ts pkcs12_asn1_files pkcs12_asn1-template.c pkcs12_asn1-template.x asn1_pkcs12_asn1.x asn1_pkcs12_asn1.c pkcs12_asn1.h pkcs12_asn1.hx pkcs12_asn1-priv.h pkcs12_asn1-priv.hx pkcs12.ts pkcs8_asn1_files pkcs8_asn1-template.c pkcs8_asn1-template.x asn1_pkcs8_asn1.x asn1_pkcs8_asn1.c pkcs8_asn1.h pkcs8_asn1.hx pkcs8_asn1-priv.h pkcs8_asn1-priv.hx pkcs8.ts pkcs9_asn1_files pkcs9_asn1-template.c pkcs9_asn1-template.x asn1_pkcs9_asn1.x asn1_pkcs9_asn1.c pkcs9_asn1.h pkcs9_asn1.hx pkcs9_asn1-priv.h pkcs9_asn1-priv.hx pkcs9.ts digest_asn1_files digest_asn1-template.c digest_asn1-template.x asn1_digest_asn1.x asn1_digest_asn1.c digest_asn1.h digest_asn1.hx digest_asn1-priv.h digest_asn1-priv.hx digest.ts kx509_asn1_files kx509_asn1-template.c kx509_asn1-template.x asn1_kx509_asn1.x asn1_kx509_asn1.c kx509_asn1.h kx509_asn1.hx kx509_asn1-priv.h kx509_asn1-priv.hx kx509.ts libasn1.so.10.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f asn1_err.c asn1_err.h krb5_asn1_files krb5_asn1-template.c krb5_asn1-template.x asn1_krb5_asn1.x asn1_krb5_asn1.c krb5_asn1.h krb5_asn1.hx krb5_asn1-priv.h krb5_asn1-priv.hx krb5.ts cms_asn1_files cms_asn1-template.c cms_asn1-template.x asn1_cms_asn1.x asn1_cms_asn1.c cms_asn1.h cms_asn1.hx cms_asn1-priv.h cms_asn1-priv.hx cms.ts rfc2459_asn1_files rfc2459_asn1-template.c rfc2459_asn1-template.x asn1_rfc2459_asn1.x asn1_rfc2459_asn1.c rfc2459_asn1.h rfc2459_asn1.hx rfc2459_asn1-priv.h rfc2459_asn1-priv.hx rfc2459.ts pkinit_asn1_files pkinit_asn1-template.c pkinit_asn1-template.x asn1_pkinit_asn1.x asn1_pkinit_asn1.c pkinit_asn1.h pkinit_asn1.hx pkinit_asn1-priv.h pkinit_asn1-priv.hx pkinit.ts pkcs12_asn1_files pkcs12_asn1-template.c pkcs12_asn1-template.x asn1_pkcs12_asn1.x asn1_pkcs12_asn1.c pkcs12_asn1.h pkcs12_asn1.hx pkcs12_asn1-priv.h pkcs12_asn1-priv.hx pkcs12.ts pkcs8_asn1_files pkcs8_asn1-template.c pkcs8_asn1-template.x asn1_pkcs8_asn1.x asn1_pkcs8_asn1.c pkcs8_asn1.h pkcs8_asn1.hx pkcs8_asn1-priv.h pkcs8_asn1-priv.hx pkcs8.ts pkcs9_asn1_files pkcs9_asn1-template.c pkcs9_asn1-template.x asn1_pkcs9_asn1.x asn1_pkcs9_asn1.c pkcs9_asn1.h pkcs9_asn1.hx pkcs9_asn1-priv.h pkcs9_asn1-priv.hx pkcs9.ts digest_asn1_files digest_asn1-template.c digest_asn1-template.x asn1_digest_asn1.x asn1_digest_asn1.c digest_asn1.h digest_asn1.hx digest_asn1-priv.h digest_asn1-priv.hx digest.ts kx509_asn1_files kx509_asn1-template.c kx509_asn1-template.x asn1_kx509_asn1.x asn1_kx509_asn1.c kx509_asn1.h kx509_asn1.hx kx509_asn1-priv.h kx509_asn1-priv.hx kx509.ts libasn1.so.10.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/lib && rm -f librcs_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/lib && rm -f librcs_g.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f .depend asn1_err.d der.d der_cmp.d der_copy.d der_format.d der_free.d der_get.d der_length.d der_put.d extra.d fuzzer.d template.d timegm.d asn1_err.d.tmp der.d.tmp der_cmp.d.tmp der_copy.d.tmp der_format.d.tmp der_free.d.tmp der_get.d.tmp der_length.d.tmp der_put.d.tmp extra.d.tmp fuzzer.d.tmp template.d.tmp timegm.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/lib && rm -f librcs_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f .depend asn1_err.d der.d der_cmp.d der_copy.d der_format.d der_free.d der_get.d der_length.d der_put.d extra.d fuzzer.d template.d timegm.d asn1_err.d.tmp der.d.tmp der_cmp.d.tmp der_copy.d.tmp der_format.d.tmp der_free.d.tmp der_get.d.tmp der_length.d.tmp der_put.d.tmp extra.d.tmp fuzzer.d.tmp template.d.tmp timegm.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/lib && rm -f librcs_pic.a || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libwind --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libwind --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/lib && rm -f llib-lrcs.ln maketime.ln merger.ln partime.ln rcsedit.ln rcsfcmp.ln rcsfnms.ln rcsgen.ln rcskeep.ln rcskeys.ln rcslex.ln rcsmap.ln rcsrev.ln rcssyn.ln rcstime.ln rcsutil.ln version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/lib && rm -f llib-lrcs.ln maketime.ln merger.ln partime.ln rcsedit.ln rcsfcmp.ln rcsfnms.ln rcsgen.ln rcskeep.ln rcskeys.ln rcslex.ln rcsmap.ln rcsrev.ln rcssyn.ln rcstime.ln rcsutil.ln version.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/lib && rm -f librcs.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/lib && rm -f librcs.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/lib && rm -f .depend maketime.d merger.d partime.d rcsedit.d rcsfcmp.d rcsfnms.d rcsgen.d rcskeep.d rcskeys.d rcslex.d rcsmap.d rcsrev.d rcssyn.d rcstime.d rcsutil.d version.d maketime.d.tmp merger.d.tmp partime.d.tmp rcsedit.d.tmp rcsfcmp.d.tmp rcsfnms.d.tmp rcsgen.d.tmp rcskeep.d.tmp rcskeys.d.tmp rcslex.d.tmp rcsmap.d.tmp rcsrev.d.tmp rcssyn.d.tmp rcstime.d.tmp rcsutil.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/lib && rm -f .depend maketime.d merger.d partime.d rcsedit.d rcsfcmp.d rcsfnms.d rcsgen.d rcskeep.d rcskeys.d rcslex.d rcsmap.d rcsrev.d rcssyn.d rcstime.d rcsutil.d version.d maketime.d.tmp merger.d.tmp partime.d.tmp rcsedit.d.tmp rcsfcmp.d.tmp rcsfnms.d.tmp rcsgen.d.tmp rcskeep.d.tmp rcskeys.d.tmp rcslex.d.tmp rcsmap.d.tmp rcsrev.d.tmp rcssyn.d.tmp rcstime.d.tmp rcsutil.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind.a wind_err.o bidi.o bidi_table.o combining.o combining_table.o doxygen.o errorlist.o errorlist_table.o ldap.o map.o map_table.o normalize.o normalize_table.o punycode.o stringprep.o utf8.o wind_err.o.tmp bidi.o.tmp bidi_table.o.tmp combining.o.tmp combining_table.o.tmp doxygen.o.tmp errorlist.o.tmp errorlist_table.o.tmp ldap.o.tmp map.o.tmp map_table.o.tmp normalize.o.tmp normalize_table.o.tmp punycode.o.tmp stringprep.o.tmp utf8.o.tmp || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind.a wind_err.o bidi.o bidi_table.o combining.o combining_table.o doxygen.o errorlist.o errorlist_table.o ldap.o map.o map_table.o normalize.o normalize_table.o punycode.o stringprep.o utf8.o wind_err.o.tmp bidi.o.tmp bidi_table.o.tmp combining.o.tmp combining_table.o.tmp doxygen.o.tmp errorlist.o.tmp errorlist_table.o.tmp ldap.o.tmp map.o.tmp map_table.o.tmp normalize.o.tmp normalize_table.o.tmp punycode.o.tmp stringprep.o.tmp utf8.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/rcs/bin --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-ci --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_p.a wind_err.po bidi.po bidi_table.po combining.po combining_table.po doxygen.po errorlist.po errorlist_table.po ldap.po map.po map_table.po normalize.po normalize_table.po punycode.po stringprep.po utf8.po wind_err.po.tmp bidi.po.tmp bidi_table.po.tmp combining.po.tmp combining_table.po.tmp doxygen.po.tmp errorlist.po.tmp errorlist_table.po.tmp ldap.po.tmp map.po.tmp map_table.po.tmp normalize.po.tmp normalize_table.po.tmp punycode.po.tmp stringprep.po.tmp utf8.po.tmp || true) --- cleandir-external --- cleandir ===> external/gpl2/rcs/bin/ci --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_p.a wind_err.po bidi.po bidi_table.po combining.po combining_table.po doxygen.po errorlist.po errorlist_table.po ldap.po map.po map_table.po normalize.po normalize_table.po punycode.po stringprep.po utf8.po wind_err.po.tmp bidi.po.tmp bidi_table.po.tmp combining.po.tmp combining_table.po.tmp doxygen.po.tmp errorlist.po.tmp errorlist_table.po.tmp ldap.po.tmp map.po.tmp map_table.po.tmp normalize.po.tmp normalize_table.po.tmp punycode.po.tmp stringprep.po.tmp utf8.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/ci && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ci ci.o ci.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/ci && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ci ci.o ci.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_pic.a libwind.so.* libwind.so wind_err.pico bidi.pico bidi_table.pico combining.pico combining_table.pico doxygen.pico errorlist.pico errorlist_table.pico ldap.pico map.pico map_table.pico normalize.pico normalize_table.pico punycode.pico stringprep.pico utf8.pico wind_err.pico.tmp bidi.pico.tmp bidi_table.pico.tmp combining.pico.tmp combining_table.pico.tmp doxygen.pico.tmp errorlist.pico.tmp errorlist_table.pico.tmp ldap.pico.tmp map.pico.tmp map_table.pico.tmp normalize.pico.tmp normalize_table.pico.tmp punycode.pico.tmp stringprep.pico.tmp utf8.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/ci && rm -f ci.html1 .depend ci.d ci.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_pic.a libwind.so.* libwind.so wind_err.pico bidi.pico bidi_table.pico combining.pico combining_table.pico doxygen.pico errorlist.pico errorlist_table.pico ldap.pico map.pico map_table.pico normalize.pico normalize_table.pico punycode.pico stringprep.pico utf8.pico wind_err.pico.tmp bidi.pico.tmp bidi_table.pico.tmp combining.pico.tmp combining_table.pico.tmp doxygen.pico.tmp errorlist.pico.tmp errorlist_table.pico.tmp ldap.pico.tmp map.pico.tmp map_table.pico.tmp normalize.pico.tmp normalize_table.pico.tmp punycode.pico.tmp stringprep.pico.tmp utf8.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/ci && rm -f ci.html1 .depend ci.d ci.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f llib-lwind.ln bidi.ln bidi_table.ln combining.ln combining_table.ln doxygen.ln errorlist.ln errorlist_table.ln ldap.ln map.ln map_table.ln normalize.ln normalize_table.ln punycode.ln stringprep.ln utf8.ln || true) --- cleandir-external --- --- cleandir-co --- cleandir ===> external/gpl2/rcs/bin/co --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f llib-lwind.ln bidi.ln bidi_table.ln combining.ln combining_table.ln doxygen.ln errorlist.ln errorlist_table.ln ldap.ln map.ln map_table.ln normalize.ln normalize_table.ln punycode.ln stringprep.ln utf8.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f wind_err.c wind_err.h libwind.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f wind_err.c wind_err.h libwind.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/co && rm -f a.out [Ee]rrs mklog core *.core .gdbinit co co.o co.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/co && rm -f a.out [Ee]rrs mklog core *.core .gdbinit co co.o co.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f .depend bidi.d bidi_table.d combining.d combining_table.d doxygen.d errorlist.d errorlist_table.d ldap.d map.d map_table.d normalize.d normalize_table.d punycode.d stringprep.d utf8.d wind_err.d bidi.d.tmp bidi_table.d.tmp combining.d.tmp combining_table.d.tmp doxygen.d.tmp errorlist.d.tmp errorlist_table.d.tmp ldap.d.tmp map.d.tmp map_table.d.tmp normalize.d.tmp normalize_table.d.tmp punycode.d.tmp stringprep.d.tmp utf8.d.tmp wind_err.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f .depend bidi.d bidi_table.d combining.d combining_table.d doxygen.d errorlist.d errorlist_table.d ldap.d map.d map_table.d normalize.d normalize_table.d punycode.d stringprep.d utf8.d wind_err.d bidi.d.tmp bidi_table.d.tmp combining.d.tmp combining_table.d.tmp doxygen.d.tmp errorlist.d.tmp errorlist_table.d.tmp ldap.d.tmp map.d.tmp map_table.d.tmp normalize.d.tmp normalize_table.d.tmp punycode.d.tmp stringprep.d.tmp utf8.d.tmp wind_err.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/co && rm -f co.html1 .depend co.d co.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/co && rm -f co.html1 .depend co.d co.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libhx509 --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libhx509 --- cleandir-external --- --- cleandir-ident --- cleandir ===> external/gpl2/rcs/bin/ident --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/ident && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ident ident.o ident.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/ident && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ident ident.o ident.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/ident && rm -f ident.html1 .depend ident.d ident.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/ident && rm -f ident.html1 .depend ident.d ident.d.tmp tags || true) --- cleandir-merge --- cleandir ===> external/gpl2/rcs/bin/merge --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509.a hx509_err.o asn1_OCSPBasicOCSPResponse.o asn1_OCSPCertID.o asn1_OCSPCertStatus.o asn1_OCSPInnerRequest.o asn1_OCSPKeyHash.o asn1_OCSPRequest.o asn1_OCSPResponderID.o asn1_OCSPResponse.o asn1_OCSPResponseBytes.o asn1_OCSPResponseData.o asn1_OCSPResponseStatus.o asn1_OCSPSignature.o asn1_OCSPSingleResponse.o asn1_OCSPTBSRequest.o asn1_OCSPVersion.o asn1_id_pkix_ocsp.o asn1_id_pkix_ocsp_basic.o asn1_id_pkix_ocsp_nonce.o asn1_pkcs10_asn1.o ca.o cert.o cms.o collector.o crypto.o crypto-ec.o doxygen.o env.o error.o file.o keyset.o ks_dir.o ks_file.o ks_keychain.o ks_mem.o ks_null.o ks_p11.o ks_p12.o lock.o name.o peer.o print.o req.o revoke.o sel.o sel-gram.o sel-lex.o softp11.o ui.o hx509_err.o.tmp asn1_OCSPBasicOCSPResponse.o.tmp asn1_OCSPCertID.o.tmp asn1_OCSPCertStatus.o.tmp asn1_OCSPInnerRequest.o.tmp asn1_OCSPKeyHash.o.tmp asn1_OCSPRequest.o.tmp asn1_OCSPResponderID.o.tmp asn1_OCSPResponse.o.tmp asn1_OCSPResponseBytes.o.tmp asn1_OCSPResponseData.o.tmp asn1_OCSPResponseStatus.o.tmp asn1_OCSPSignature.o.tmp asn1_OCSPSingleResponse.o.tmp asn1_OCSPTBSRequest.o.tmp asn1_OCSPVersion.o.tmp asn1_id_pkix_ocsp.o.tmp asn1_id_pkix_ocsp_basic.o.tmp asn1_id_pkix_ocsp_nonce.o.tmp asn1_pkcs10_asn1.o.tmp ca.o.tmp cert.o.tmp cms.o.tmp collector.o.tmp crypto.o.tmp crypto-ec.o.tmp doxygen.o.tmp env.o.tmp error.o.tmp file.o.tmp keyset.o.tmp ks_dir.o.tmp ks_file.o.tmp ks_keychain.o.tmp ks_mem.o.tmp ks_null.o.tmp ks_p11.o.tmp ks_p12.o.tmp lock.o.tmp name.o.tmp peer.o.tmp print.o.tmp req.o.tmp revoke.o.tmp sel.o.tmp sel-gram.o.tmp sel-lex.o.tmp softp11.o.tmp ui.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509.a hx509_err.o asn1_OCSPBasicOCSPResponse.o asn1_OCSPCertID.o asn1_OCSPCertStatus.o asn1_OCSPInnerRequest.o asn1_OCSPKeyHash.o asn1_OCSPRequest.o asn1_OCSPResponderID.o asn1_OCSPResponse.o asn1_OCSPResponseBytes.o asn1_OCSPResponseData.o asn1_OCSPResponseStatus.o asn1_OCSPSignature.o asn1_OCSPSingleResponse.o asn1_OCSPTBSRequest.o asn1_OCSPVersion.o asn1_id_pkix_ocsp.o asn1_id_pkix_ocsp_basic.o asn1_id_pkix_ocsp_nonce.o asn1_pkcs10_asn1.o ca.o cert.o cms.o collector.o crypto.o crypto-ec.o doxygen.o env.o error.o file.o keyset.o ks_dir.o ks_file.o ks_keychain.o ks_mem.o ks_null.o ks_p11.o ks_p12.o lock.o name.o peer.o print.o req.o revoke.o sel.o sel-gram.o sel-lex.o softp11.o ui.o hx509_err.o.tmp asn1_OCSPBasicOCSPResponse.o.tmp asn1_OCSPCertID.o.tmp asn1_OCSPCertStatus.o.tmp asn1_OCSPInnerRequest.o.tmp asn1_OCSPKeyHash.o.tmp asn1_OCSPRequest.o.tmp asn1_OCSPResponderID.o.tmp asn1_OCSPResponse.o.tmp asn1_OCSPResponseBytes.o.tmp asn1_OCSPResponseData.o.tmp asn1_OCSPResponseStatus.o.tmp asn1_OCSPSignature.o.tmp asn1_OCSPSingleResponse.o.tmp asn1_OCSPTBSRequest.o.tmp asn1_OCSPVersion.o.tmp asn1_id_pkix_ocsp.o.tmp asn1_id_pkix_ocsp_basic.o.tmp asn1_id_pkix_ocsp_nonce.o.tmp asn1_pkcs10_asn1.o.tmp ca.o.tmp cert.o.tmp cms.o.tmp collector.o.tmp crypto.o.tmp crypto-ec.o.tmp doxygen.o.tmp env.o.tmp error.o.tmp file.o.tmp keyset.o.tmp ks_dir.o.tmp ks_file.o.tmp ks_keychain.o.tmp ks_mem.o.tmp ks_null.o.tmp ks_p11.o.tmp ks_p12.o.tmp lock.o.tmp name.o.tmp peer.o.tmp print.o.tmp req.o.tmp revoke.o.tmp sel.o.tmp sel-gram.o.tmp sel-lex.o.tmp softp11.o.tmp ui.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/merge && rm -f a.out [Ee]rrs mklog core *.core .gdbinit merge merge.o merge.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/merge && rm -f a.out [Ee]rrs mklog core *.core .gdbinit merge merge.o merge.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_p.a hx509_err.po asn1_OCSPBasicOCSPResponse.po asn1_OCSPCertID.po asn1_OCSPCertStatus.po asn1_OCSPInnerRequest.po asn1_OCSPKeyHash.po asn1_OCSPRequest.po asn1_OCSPResponderID.po asn1_OCSPResponse.po asn1_OCSPResponseBytes.po asn1_OCSPResponseData.po asn1_OCSPResponseStatus.po asn1_OCSPSignature.po asn1_OCSPSingleResponse.po asn1_OCSPTBSRequest.po asn1_OCSPVersion.po asn1_id_pkix_ocsp.po asn1_id_pkix_ocsp_basic.po asn1_id_pkix_ocsp_nonce.po asn1_pkcs10_asn1.po ca.po cert.po cms.po collector.po crypto.po crypto-ec.po doxygen.po env.po error.po file.po keyset.po ks_dir.po ks_file.po ks_keychain.po ks_mem.po ks_null.po ks_p11.po ks_p12.po lock.po name.po peer.po print.po req.po revoke.po sel.po sel-gram.po sel-lex.po softp11.po ui.po hx509_err.po.tmp asn1_OCSPBasicOCSPResponse.po.tmp asn1_OCSPCertID.po.tmp asn1_OCSPCertStatus.po.tmp asn1_OCSPInnerRequest.po.tmp asn1_OCSPKeyHash.po.tmp asn1_OCSPRequest.po.tmp asn1_OCSPResponderID.po.tmp asn1_OCSPResponse.po.tmp asn1_OCSPResponseBytes.po.tmp asn1_OCSPResponseData.po.tmp asn1_OCSPResponseStatus.po.tmp asn1_OCSPSignature.po.tmp asn1_OCSPSingleResponse.po.tmp asn1_OCSPTBSRequest.po.tmp asn1_OCSPVersion.po.tmp asn1_id_pkix_ocsp.po.tmp asn1_id_pkix_ocsp_basic.po.tmp asn1_id_pkix_ocsp_nonce.po.tmp asn1_pkcs10_asn1.po.tmp ca.po.tmp cert.po.tmp cms.po.tmp collector.po.tmp crypto.po.tmp crypto-ec.po.tmp doxygen.po.tmp env.po.tmp error.po.tmp file.po.tmp keyset.po.tmp ks_dir.po.tmp ks_file.po.tmp ks_keychain.po.tmp ks_mem.po.tmp ks_null.po.tmp ks_p11.po.tmp ks_p12.po.tmp lock.po.tmp name.po.tmp peer.po.tmp print.po.tmp req.po.tmp revoke.po.tmp sel.po.tmp sel-gram.po.tmp sel-lex.po.tmp softp11.po.tmp ui.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_p.a hx509_err.po asn1_OCSPBasicOCSPResponse.po asn1_OCSPCertID.po asn1_OCSPCertStatus.po asn1_OCSPInnerRequest.po asn1_OCSPKeyHash.po asn1_OCSPRequest.po asn1_OCSPResponderID.po asn1_OCSPResponse.po asn1_OCSPResponseBytes.po asn1_OCSPResponseData.po asn1_OCSPResponseStatus.po asn1_OCSPSignature.po asn1_OCSPSingleResponse.po asn1_OCSPTBSRequest.po asn1_OCSPVersion.po asn1_id_pkix_ocsp.po asn1_id_pkix_ocsp_basic.po asn1_id_pkix_ocsp_nonce.po asn1_pkcs10_asn1.po ca.po cert.po cms.po collector.po crypto.po crypto-ec.po doxygen.po env.po error.po file.po keyset.po ks_dir.po ks_file.po ks_keychain.po ks_mem.po ks_null.po ks_p11.po ks_p12.po lock.po name.po peer.po print.po req.po revoke.po sel.po sel-gram.po sel-lex.po softp11.po ui.po hx509_err.po.tmp asn1_OCSPBasicOCSPResponse.po.tmp asn1_OCSPCertID.po.tmp asn1_OCSPCertStatus.po.tmp asn1_OCSPInnerRequest.po.tmp asn1_OCSPKeyHash.po.tmp asn1_OCSPRequest.po.tmp asn1_OCSPResponderID.po.tmp asn1_OCSPResponse.po.tmp asn1_OCSPResponseBytes.po.tmp asn1_OCSPResponseData.po.tmp asn1_OCSPResponseStatus.po.tmp asn1_OCSPSignature.po.tmp asn1_OCSPSingleResponse.po.tmp asn1_OCSPTBSRequest.po.tmp asn1_OCSPVersion.po.tmp asn1_id_pkix_ocsp.po.tmp asn1_id_pkix_ocsp_basic.po.tmp asn1_id_pkix_ocsp_nonce.po.tmp asn1_pkcs10_asn1.po.tmp ca.po.tmp cert.po.tmp cms.po.tmp collector.po.tmp crypto.po.tmp crypto-ec.po.tmp doxygen.po.tmp env.po.tmp error.po.tmp file.po.tmp keyset.po.tmp ks_dir.po.tmp ks_file.po.tmp ks_keychain.po.tmp ks_mem.po.tmp ks_null.po.tmp ks_p11.po.tmp ks_p12.po.tmp lock.po.tmp name.po.tmp peer.po.tmp print.po.tmp req.po.tmp revoke.po.tmp sel.po.tmp sel-gram.po.tmp sel-lex.po.tmp softp11.po.tmp ui.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/merge && rm -f merge.html1 .depend merge.d merge.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/merge && rm -f merge.html1 .depend merge.d merge.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_g.a || true) --- cleandir-external --- --- cleandir-rcs --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_g.a || true) --- cleandir-external --- cleandir ===> external/gpl2/rcs/bin/rcs --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_pic.a libhx509.so.* libhx509.so hx509_err.pico asn1_OCSPBasicOCSPResponse.pico asn1_OCSPCertID.pico asn1_OCSPCertStatus.pico asn1_OCSPInnerRequest.pico asn1_OCSPKeyHash.pico asn1_OCSPRequest.pico asn1_OCSPResponderID.pico asn1_OCSPResponse.pico asn1_OCSPResponseBytes.pico asn1_OCSPResponseData.pico asn1_OCSPResponseStatus.pico asn1_OCSPSignature.pico asn1_OCSPSingleResponse.pico asn1_OCSPTBSRequest.pico asn1_OCSPVersion.pico asn1_id_pkix_ocsp.pico asn1_id_pkix_ocsp_basic.pico asn1_id_pkix_ocsp_nonce.pico asn1_pkcs10_asn1.pico ca.pico cert.pico cms.pico collector.pico crypto.pico crypto-ec.pico doxygen.pico env.pico error.pico file.pico keyset.pico ks_dir.pico ks_file.pico ks_keychain.pico ks_mem.pico ks_null.pico ks_p11.pico ks_p12.pico lock.pico name.pico peer.pico print.pico req.pico revoke.pico sel.pico sel-gram.pico sel-lex.pico softp11.pico ui.pico hx509_err.pico.tmp asn1_OCSPBasicOCSPResponse.pico.tmp asn1_OCSPCertID.pico.tmp asn1_OCSPCertStatus.pico.tmp asn1_OCSPInnerRequest.pico.tmp asn1_OCSPKeyHash.pico.tmp asn1_OCSPRequest.pico.tmp asn1_OCSPResponderID.pico.tmp asn1_OCSPResponse.pico.tmp asn1_OCSPResponseBytes.pico.tmp asn1_OCSPResponseData.pico.tmp asn1_OCSPResponseStatus.pico.tmp asn1_OCSPSignature.pico.tmp asn1_OCSPSingleResponse.pico.tmp asn1_OCSPTBSRequest.pico.tmp asn1_OCSPVersion.pico.tmp asn1_id_pkix_ocsp.pico.tmp asn1_id_pkix_ocsp_basic.pico.tmp asn1_id_pkix_ocsp_nonce.pico.tmp asn1_pkcs10_asn1.pico.tmp ca.pico.tmp cert.pico.tmp cms.pico.tmp collector.pico.tmp crypto.pico.tmp crypto-ec.pico.tmp doxygen.pico.tmp env.pico.tmp error.pico.tmp file.pico.tmp keyset.pico.tmp ks_dir.pico.tmp ks_file.pico.tmp ks_keychain.pico.tmp ks_mem.pico.tmp ks_null.pico.tmp ks_p11.pico.tmp ks_p12.pico.tmp lock.pico.tmp name.pico.tmp peer.pico.tmp print.pico.tmp req.pico.tmp revoke.pico.tmp sel.pico.tmp sel-gram.pico.tmp sel-lex.pico.tmp softp11.pico.tmp ui.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_pic.a libhx509.so.* libhx509.so hx509_err.pico asn1_OCSPBasicOCSPResponse.pico asn1_OCSPCertID.pico asn1_OCSPCertStatus.pico asn1_OCSPInnerRequest.pico asn1_OCSPKeyHash.pico asn1_OCSPRequest.pico asn1_OCSPResponderID.pico asn1_OCSPResponse.pico asn1_OCSPResponseBytes.pico asn1_OCSPResponseData.pico asn1_OCSPResponseStatus.pico asn1_OCSPSignature.pico asn1_OCSPSingleResponse.pico asn1_OCSPTBSRequest.pico asn1_OCSPVersion.pico asn1_id_pkix_ocsp.pico asn1_id_pkix_ocsp_basic.pico asn1_id_pkix_ocsp_nonce.pico asn1_pkcs10_asn1.pico ca.pico cert.pico cms.pico collector.pico crypto.pico crypto-ec.pico doxygen.pico env.pico error.pico file.pico keyset.pico ks_dir.pico ks_file.pico ks_keychain.pico ks_mem.pico ks_null.pico ks_p11.pico ks_p12.pico lock.pico name.pico peer.pico print.pico req.pico revoke.pico sel.pico sel-gram.pico sel-lex.pico softp11.pico ui.pico hx509_err.pico.tmp asn1_OCSPBasicOCSPResponse.pico.tmp asn1_OCSPCertID.pico.tmp asn1_OCSPCertStatus.pico.tmp asn1_OCSPInnerRequest.pico.tmp asn1_OCSPKeyHash.pico.tmp asn1_OCSPRequest.pico.tmp asn1_OCSPResponderID.pico.tmp asn1_OCSPResponse.pico.tmp asn1_OCSPResponseBytes.pico.tmp asn1_OCSPResponseData.pico.tmp asn1_OCSPResponseStatus.pico.tmp asn1_OCSPSignature.pico.tmp asn1_OCSPSingleResponse.pico.tmp asn1_OCSPTBSRequest.pico.tmp asn1_OCSPVersion.pico.tmp asn1_id_pkix_ocsp.pico.tmp asn1_id_pkix_ocsp_basic.pico.tmp asn1_id_pkix_ocsp_nonce.pico.tmp asn1_pkcs10_asn1.pico.tmp ca.pico.tmp cert.pico.tmp cms.pico.tmp collector.pico.tmp crypto.pico.tmp crypto-ec.pico.tmp doxygen.pico.tmp env.pico.tmp error.pico.tmp file.pico.tmp keyset.pico.tmp ks_dir.pico.tmp ks_file.pico.tmp ks_keychain.pico.tmp ks_mem.pico.tmp ks_null.pico.tmp ks_p11.pico.tmp ks_p12.pico.tmp lock.pico.tmp name.pico.tmp peer.pico.tmp print.pico.tmp req.pico.tmp revoke.pico.tmp sel.pico.tmp sel-gram.pico.tmp sel-lex.pico.tmp softp11.pico.tmp ui.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rcs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcs rcs.o rcs.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rcs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcs rcs.o rcs.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f llib-lhx509.ln ca.ln cert.ln cms.ln collector.ln crypto.ln crypto-ec.ln doxygen.ln env.ln error.ln file.ln keyset.ln ks_dir.ln ks_file.ln ks_keychain.ln ks_mem.ln ks_null.ln ks_p11.ln ks_p12.ln lock.ln name.ln peer.ln print.ln req.ln revoke.ln sel.ln softp11.ln ui.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f llib-lhx509.ln ca.ln cert.ln cms.ln collector.ln crypto.ln crypto-ec.ln doxygen.ln env.ln error.ln file.ln keyset.ln ks_dir.ln ks_file.ln ks_keychain.ln ks_mem.ln ks_null.ln ks_p11.ln ks_p12.ln lock.ln name.ln peer.ln print.ln req.ln revoke.ln sel.ln softp11.ln ui.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rcs && rm -f rcs.html1 rcsfile.html5 rcsintro.html1 .depend rcs.d rcs.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rcs && rm -f rcs.html1 rcsfile.html5 rcsintro.html1 .depend rcs.d rcs.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f hx509_err.c hx509_err.h ocsp_asn1_files ocsp_asn1-template.c ocsp_asn1-template.x asn1_OCSPBasicOCSPResponse.x asn1_OCSPCertID.x asn1_OCSPCertStatus.x asn1_OCSPInnerRequest.x asn1_OCSPKeyHash.x asn1_OCSPRequest.x asn1_OCSPResponderID.x asn1_OCSPResponse.x asn1_OCSPResponseBytes.x asn1_OCSPResponseData.x asn1_OCSPResponseStatus.x asn1_OCSPSignature.x asn1_OCSPSingleResponse.x asn1_OCSPTBSRequest.x asn1_OCSPVersion.x asn1_id_pkix_ocsp.x asn1_id_pkix_ocsp_basic.x asn1_id_pkix_ocsp_nonce.x asn1_OCSPBasicOCSPResponse.c asn1_OCSPCertID.c asn1_OCSPCertStatus.c asn1_OCSPInnerRequest.c asn1_OCSPKeyHash.c asn1_OCSPRequest.c asn1_OCSPResponderID.c asn1_OCSPResponse.c asn1_OCSPResponseBytes.c asn1_OCSPResponseData.c asn1_OCSPResponseStatus.c asn1_OCSPSignature.c asn1_OCSPSingleResponse.c asn1_OCSPTBSRequest.c asn1_OCSPVersion.c asn1_id_pkix_ocsp.c asn1_id_pkix_ocsp_basic.c asn1_id_pkix_ocsp_nonce.c ocsp_asn1.h ocsp_asn1.hx ocsp_asn1-priv.h ocsp_asn1-priv.hx ocsp.ts pkcs10_asn1_files pkcs10_asn1-template.c pkcs10_asn1-template.x asn1_pkcs10_asn1.x asn1_pkcs10_asn1.c pkcs10_asn1.h pkcs10_asn1.hx pkcs10_asn1-priv.h pkcs10_asn1-priv.hx pkcs10.ts libhx509.so.7.map sel-gram.c sel-lex.c sel-gram.h a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-rcsclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f hx509_err.c hx509_err.h ocsp_asn1_files ocsp_asn1-template.c ocsp_asn1-template.x asn1_OCSPBasicOCSPResponse.x asn1_OCSPCertID.x asn1_OCSPCertStatus.x asn1_OCSPInnerRequest.x asn1_OCSPKeyHash.x asn1_OCSPRequest.x asn1_OCSPResponderID.x asn1_OCSPResponse.x asn1_OCSPResponseBytes.x asn1_OCSPResponseData.x asn1_OCSPResponseStatus.x asn1_OCSPSignature.x asn1_OCSPSingleResponse.x asn1_OCSPTBSRequest.x asn1_OCSPVersion.x asn1_id_pkix_ocsp.x asn1_id_pkix_ocsp_basic.x asn1_id_pkix_ocsp_nonce.x asn1_OCSPBasicOCSPResponse.c asn1_OCSPCertID.c asn1_OCSPCertStatus.c asn1_OCSPInnerRequest.c asn1_OCSPKeyHash.c asn1_OCSPRequest.c asn1_OCSPResponderID.c asn1_OCSPResponse.c asn1_OCSPResponseBytes.c asn1_OCSPResponseData.c asn1_OCSPResponseStatus.c asn1_OCSPSignature.c asn1_OCSPSingleResponse.c asn1_OCSPTBSRequest.c asn1_OCSPVersion.c asn1_id_pkix_ocsp.c asn1_id_pkix_ocsp_basic.c asn1_id_pkix_ocsp_nonce.c ocsp_asn1.h ocsp_asn1.hx ocsp_asn1-priv.h ocsp_asn1-priv.hx ocsp.ts pkcs10_asn1_files pkcs10_asn1-template.c pkcs10_asn1-template.x asn1_pkcs10_asn1.x asn1_pkcs10_asn1.c pkcs10_asn1.h pkcs10_asn1.hx pkcs10_asn1-priv.h pkcs10_asn1-priv.hx pkcs10.ts libhx509.so.7.map sel-gram.c sel-lex.c sel-gram.h a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl2/rcs/bin/rcsclean --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f .depend ca.d cert.d cms.d collector.d crypto-ec.d crypto.d doxygen.d env.d error.d file.d hx509_err.d keyset.d ks_dir.d ks_file.d ks_keychain.d ks_mem.d ks_null.d ks_p11.d ks_p12.d lock.d name.d peer.d print.d req.d revoke.d sel-gram.d sel-lex.d sel.d softp11.d ui.d ca.d.tmp cert.d.tmp cms.d.tmp collector.d.tmp crypto-ec.d.tmp crypto.d.tmp doxygen.d.tmp env.d.tmp error.d.tmp file.d.tmp hx509_err.d.tmp keyset.d.tmp ks_dir.d.tmp ks_file.d.tmp ks_keychain.d.tmp ks_mem.d.tmp ks_null.d.tmp ks_p11.d.tmp ks_p12.d.tmp lock.d.tmp name.d.tmp peer.d.tmp print.d.tmp req.d.tmp revoke.d.tmp sel-gram.d.tmp sel-lex.d.tmp sel.d.tmp softp11.d.tmp ui.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f .depend ca.d cert.d cms.d collector.d crypto-ec.d crypto.d doxygen.d env.d error.d file.d hx509_err.d keyset.d ks_dir.d ks_file.d ks_keychain.d ks_mem.d ks_null.d ks_p11.d ks_p12.d lock.d name.d peer.d print.d req.d revoke.d sel-gram.d sel-lex.d sel.d softp11.d ui.d ca.d.tmp cert.d.tmp cms.d.tmp collector.d.tmp crypto-ec.d.tmp crypto.d.tmp doxygen.d.tmp env.d.tmp error.d.tmp file.d.tmp hx509_err.d.tmp keyset.d.tmp ks_dir.d.tmp ks_file.d.tmp ks_keychain.d.tmp ks_mem.d.tmp ks_null.d.tmp ks_p11.d.tmp ks_p12.d.tmp lock.d.tmp name.d.tmp peer.d.tmp print.d.tmp req.d.tmp revoke.d.tmp sel-gram.d.tmp sel-lex.d.tmp sel.d.tmp softp11.d.tmp ui.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rcsclean && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcsclean rcsclean.o rcsclean.ln || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libkrb5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rcsclean && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcsclean rcsclean.o rcsclean.ln || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libkrb5 --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rcsclean && rm -f rcsclean.html1 .depend rcsclean.d rcsclean.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rcsclean && rm -f rcsclean.html1 .depend rcsclean.d rcsclean.d.tmp tags || true) --- cleandir-rcsdiff --- cleandir ===> external/gpl2/rcs/bin/rcsdiff --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rcsdiff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcsdiff rcsdiff.o rcsdiff.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rcsdiff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcsdiff rcsdiff.o rcsdiff.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rcsdiff && rm -f rcsdiff.html1 .depend rcsdiff.d rcsdiff.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rcsdiff && rm -f rcsdiff.html1 .depend rcsdiff.d rcsdiff.d.tmp tags || true) --- cleandir-rcsfreeze --- cleandir ===> external/gpl2/rcs/bin/rcsfreeze --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rcsfreeze && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5.a krb_err.o krb5_err.o heim_err.o k524_err.o acache.o acl.o add_et_list.o addr_families.o aname_to_localname.o appdefault.o asn1_glue.o auth_context.o build_ap_req.o build_auth.o cache.o changepw.o codec.o config_file.o constants.o context.o convert_creds.o copy_host_realm.o crc.o creds.o crypto-aes-sha1.o crypto-aes-sha2.o crypto-algs.o crypto-arcfour.o crypto-des-common.o crypto-des.o crypto-des3.o crypto-evp.o crypto-null.o crypto-pk.o crypto-rand.o crypto.o data.o db_plugin.o dcache.o deprecated.o digest.o doxygen.o eai_to_heim_errno.o enomem.o error_string.o expand_hostname.o expand_path.o fast.o fcache.o free.o free_host_realm.o generate_seq_number.o generate_subkey.o get_addrs.o get_cred.o get_default_principal.o get_default_realm.o get_for_creds.o get_host_realm.o get_in_tkt.o get_port.o init_creds.o init_creds_pw.o kcm.o keyblock.o keytab.o keytab_any.o keytab_file.o keytab_keyfile.o keytab_memory.o krbhst.o kuserok.o log.o mcache.o misc.o mit_glue.o mk_error.o mk_priv.o mk_rep.o mk_req.o mk_req_ext.o mk_safe.o n-fold.o net_read.o net_write.o pac.o padata.o pcache.o pkinit.o pkinit-ec.o plugin.o principal.o print_version.o prog_setup.o prompter_posix.o rd_cred.o rd_error.o rd_priv.o rd_rep.o rd_req.o rd_safe.o read_message.o recvauth.o replay.o salt-aes-sha1.o salt-aes-sha2.o salt-arcfour.o salt-des.o salt-des3.o salt.o scache.o send_to_kdc.o sendauth.o set_default_realm.o sock_principal.o sp800-108-kdf.o store-int.o store.o store_emem.o store_fd.o store_mem.o store_sock.o ticket.o time.o transited.o verify_init.o verify_user.o version.o warn.o write_message.o common.o client.o server.o krb_err.o.tmp krb5_err.o.tmp heim_err.o.tmp k524_err.o.tmp acache.o.tmp acl.o.tmp add_et_list.o.tmp addr_families.o.tmp aname_to_localname.o.tmp appdefault.o.tmp asn1_glue.o.tmp auth_context.o.tmp build_ap_req.o.tmp build_auth.o.tmp cache.o.tmp changepw.o.tmp codec.o.tmp config_file.o.tmp constants.o.tmp context.o.tmp convert_creds.o.tmp copy_host_realm.o.tmp crc.o.tmp creds.o.tmp crypto-aes-sha1.o.tmp crypto-aes-sha2.o.tmp crypto-algs.o.tmp crypto-arcfour.o.tmp crypto-des-common.o.tmp crypto-des.o.tmp crypto-des3.o.tmp crypto-evp.o.tmp crypto-null.o.tmp crypto-pk.o.tmp crypto-rand.o.tmp crypto.o.tmp data.o.tmp db_plugin.o.tmp dcache.o.tmp deprecated.o.tmp digest.o.tmp doxygen.o.tmp eai_to_heim_errno.o.tmp enomem.o.tmp error_string.o.tmp expand_hostname.o.tmp expand_path.o.tmp fast.o.tmp fcache.o.tmp free.o.tmp free_host_realm.o.tmp generate_seq_number.o.tmp generate_subkey.o.tmp get_addrs.o.tmp get_cred.o.tmp get_default_principal.o.tmp get_default_realm.o.tmp get_for_creds.o.tmp get_host_realm.o.tmp get_in_tkt.o.tmp get_port.o.tmp init_creds.o.tmp init_creds_pw.o.tmp kcm.o.tmp keyblock.o.tmp keytab.o.tmp keytab_any.o.tmp keytab_file.o.tmp keytab_keyfile.o.tmp keytab_memory.o.tmp krbhst.o.tmp kuserok.o.tmp log.o.tmp mcache.o.tmp misc.o.tmp mit_glue.o.tmp mk_error.o.tmp mk_priv.o.tmp mk_rep.o.tmp mk_req.o.tmp mk_req_ext.o.tmp mk_safe.o.tmp n-fold.o.tmp net_read.o.tmp net_write.o.tmp pac.o.tmp padata.o.tmp pcache.o.tmp pkinit.o.tmp pkinit-ec.o.tmp plugin.o.tmp principal.o.tmp print_version.o.tmp prog_setup.o.tmp prompter_posix.o.tmp rd_cred.o.tmp rd_error.o.tmp rd_priv.o.tmp rd_rep.o.tmp rd_req.o.tmp rd_safe.o.tmp read_message.o.tmp recvauth.o.tmp replay.o.tmp salt-aes-sha1.o.tmp salt-aes-sha2.o.tmp salt-arcfour.o.tmp salt-des.o.tmp salt-des3.o.tmp salt.o.tmp scache.o.tmp send_to_kdc.o.tmp sendauth.o.tmp set_default_realm.o.tmp sock_principal.o.tmp sp800-108-kdf.o.tmp store-int.o.tmp store.o.tmp store_emem.o.tmp store_fd.o.tmp store_mem.o.tmp store_sock.o.tmp ticket.o.tmp time.o.tmp transited.o.tmp verify_init.o.tmp verify_user.o.tmp version.o.tmp warn.o.tmp write_message.o.tmp common.o.tmp client.o.tmp server.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rcsfreeze && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5.a krb_err.o krb5_err.o heim_err.o k524_err.o acache.o acl.o add_et_list.o addr_families.o aname_to_localname.o appdefault.o asn1_glue.o auth_context.o build_ap_req.o build_auth.o cache.o changepw.o codec.o config_file.o constants.o context.o convert_creds.o copy_host_realm.o crc.o creds.o crypto-aes-sha1.o crypto-aes-sha2.o crypto-algs.o crypto-arcfour.o crypto-des-common.o crypto-des.o crypto-des3.o crypto-evp.o crypto-null.o crypto-pk.o crypto-rand.o crypto.o data.o db_plugin.o dcache.o deprecated.o digest.o doxygen.o eai_to_heim_errno.o enomem.o error_string.o expand_hostname.o expand_path.o fast.o fcache.o free.o free_host_realm.o generate_seq_number.o generate_subkey.o get_addrs.o get_cred.o get_default_principal.o get_default_realm.o get_for_creds.o get_host_realm.o get_in_tkt.o get_port.o init_creds.o init_creds_pw.o kcm.o keyblock.o keytab.o keytab_any.o keytab_file.o keytab_keyfile.o keytab_memory.o krbhst.o kuserok.o log.o mcache.o misc.o mit_glue.o mk_error.o mk_priv.o mk_rep.o mk_req.o mk_req_ext.o mk_safe.o n-fold.o net_read.o net_write.o pac.o padata.o pcache.o pkinit.o pkinit-ec.o plugin.o principal.o print_version.o prog_setup.o prompter_posix.o rd_cred.o rd_error.o rd_priv.o rd_rep.o rd_req.o rd_safe.o read_message.o recvauth.o replay.o salt-aes-sha1.o salt-aes-sha2.o salt-arcfour.o salt-des.o salt-des3.o salt.o scache.o send_to_kdc.o sendauth.o set_default_realm.o sock_principal.o sp800-108-kdf.o store-int.o store.o store_emem.o store_fd.o store_mem.o store_sock.o ticket.o time.o transited.o verify_init.o verify_user.o version.o warn.o write_message.o common.o client.o server.o krb_err.o.tmp krb5_err.o.tmp heim_err.o.tmp k524_err.o.tmp acache.o.tmp acl.o.tmp add_et_list.o.tmp addr_families.o.tmp aname_to_localname.o.tmp appdefault.o.tmp asn1_glue.o.tmp auth_context.o.tmp build_ap_req.o.tmp build_auth.o.tmp cache.o.tmp changepw.o.tmp codec.o.tmp config_file.o.tmp constants.o.tmp context.o.tmp convert_creds.o.tmp copy_host_realm.o.tmp crc.o.tmp creds.o.tmp crypto-aes-sha1.o.tmp crypto-aes-sha2.o.tmp crypto-algs.o.tmp crypto-arcfour.o.tmp crypto-des-common.o.tmp crypto-des.o.tmp crypto-des3.o.tmp crypto-evp.o.tmp crypto-null.o.tmp crypto-pk.o.tmp crypto-rand.o.tmp crypto.o.tmp data.o.tmp db_plugin.o.tmp dcache.o.tmp deprecated.o.tmp digest.o.tmp doxygen.o.tmp eai_to_heim_errno.o.tmp enomem.o.tmp error_string.o.tmp expand_hostname.o.tmp expand_path.o.tmp fast.o.tmp fcache.o.tmp free.o.tmp free_host_realm.o.tmp generate_seq_number.o.tmp generate_subkey.o.tmp get_addrs.o.tmp get_cred.o.tmp get_default_principal.o.tmp get_default_realm.o.tmp get_for_creds.o.tmp get_host_realm.o.tmp get_in_tkt.o.tmp get_port.o.tmp init_creds.o.tmp init_creds_pw.o.tmp kcm.o.tmp keyblock.o.tmp keytab.o.tmp keytab_any.o.tmp keytab_file.o.tmp keytab_keyfile.o.tmp keytab_memory.o.tmp krbhst.o.tmp kuserok.o.tmp log.o.tmp mcache.o.tmp misc.o.tmp mit_glue.o.tmp mk_error.o.tmp mk_priv.o.tmp mk_rep.o.tmp mk_req.o.tmp mk_req_ext.o.tmp mk_safe.o.tmp n-fold.o.tmp net_read.o.tmp net_write.o.tmp pac.o.tmp padata.o.tmp pcache.o.tmp pkinit.o.tmp pkinit-ec.o.tmp plugin.o.tmp principal.o.tmp print_version.o.tmp prog_setup.o.tmp prompter_posix.o.tmp rd_cred.o.tmp rd_error.o.tmp rd_priv.o.tmp rd_rep.o.tmp rd_req.o.tmp rd_safe.o.tmp read_message.o.tmp recvauth.o.tmp replay.o.tmp salt-aes-sha1.o.tmp salt-aes-sha2.o.tmp salt-arcfour.o.tmp salt-des.o.tmp salt-des3.o.tmp salt.o.tmp scache.o.tmp send_to_kdc.o.tmp sendauth.o.tmp set_default_realm.o.tmp sock_principal.o.tmp sp800-108-kdf.o.tmp store-int.o.tmp store.o.tmp store_emem.o.tmp store_fd.o.tmp store_mem.o.tmp store_sock.o.tmp ticket.o.tmp time.o.tmp transited.o.tmp verify_init.o.tmp verify_user.o.tmp version.o.tmp warn.o.tmp write_message.o.tmp common.o.tmp client.o.tmp server.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rcsfreeze && rm -f rcsfreeze.html1 || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rcsfreeze && rm -f rcsfreeze.html1 || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_p.a krb_err.po krb5_err.po heim_err.po k524_err.po acache.po acl.po add_et_list.po addr_families.po aname_to_localname.po appdefault.po asn1_glue.po auth_context.po build_ap_req.po build_auth.po cache.po changepw.po codec.po config_file.po constants.po context.po convert_creds.po copy_host_realm.po crc.po creds.po crypto-aes-sha1.po crypto-aes-sha2.po crypto-algs.po crypto-arcfour.po crypto-des-common.po crypto-des.po crypto-des3.po crypto-evp.po crypto-null.po crypto-pk.po crypto-rand.po crypto.po data.po db_plugin.po dcache.po deprecated.po digest.po doxygen.po eai_to_heim_errno.po enomem.po error_string.po expand_hostname.po expand_path.po fast.po fcache.po free.po free_host_realm.po generate_seq_number.po generate_subkey.po get_addrs.po get_cred.po get_default_principal.po get_default_realm.po get_for_creds.po get_host_realm.po get_in_tkt.po get_port.po init_creds.po init_creds_pw.po kcm.po keyblock.po keytab.po keytab_any.po keytab_file.po keytab_keyfile.po keytab_memory.po krbhst.po kuserok.po log.po mcache.po misc.po mit_glue.po mk_error.po mk_priv.po mk_rep.po mk_req.po mk_req_ext.po mk_safe.po n-fold.po net_read.po net_write.po pac.po padata.po pcache.po pkinit.po pkinit-ec.po plugin.po principal.po print_version.po prog_setup.po prompter_posix.po rd_cred.po rd_error.po rd_priv.po rd_rep.po rd_req.po rd_safe.po read_message.po recvauth.po replay.po salt-aes-sha1.po salt-aes-sha2.po salt-arcfour.po salt-des.po salt-des3.po salt.po scache.po send_to_kdc.po sendauth.po set_default_realm.po sock_principal.po sp800-108-kdf.po store-int.po store.po store_emem.po store_fd.po store_mem.po store_sock.po ticket.po time.po transited.po verify_init.po verify_user.po version.po warn.po write_message.po common.po client.po server.po krb_err.po.tmp krb5_err.po.tmp heim_err.po.tmp k524_err.po.tmp acache.po.tmp acl.po.tmp add_et_list.po.tmp addr_families.po.tmp aname_to_localname.po.tmp appdefault.po.tmp asn1_glue.po.tmp auth_context.po.tmp build_ap_req.po.tmp build_auth.po.tmp cache.po.tmp changepw.po.tmp codec.po.tmp config_file.po.tmp constants.po.tmp context.po.tmp convert_creds.po.tmp copy_host_realm.po.tmp crc.po.tmp creds.po.tmp crypto-aes-sha1.po.tmp crypto-aes-sha2.po.tmp crypto-algs.po.tmp crypto-arcfour.po.tmp crypto-des-common.po.tmp crypto-des.po.tmp crypto-des3.po.tmp crypto-evp.po.tmp crypto-null.po.tmp crypto-pk.po.tmp crypto-rand.po.tmp crypto.po.tmp data.po.tmp db_plugin.po.tmp dcache.po.tmp deprecated.po.tmp digest.po.tmp doxygen.po.tmp eai_to_heim_errno.po.tmp enomem.po.tmp error_string.po.tmp expand_hostname.po.tmp expand_path.po.tmp fast.po.tmp fcache.po.tmp free.po.tmp free_host_realm.po.tmp generate_seq_number.po.tmp generate_subkey.po.tmp get_addrs.po.tmp get_cred.po.tmp get_default_principal.po.tmp get_default_realm.po.tmp get_for_creds.po.tmp get_host_realm.po.tmp get_in_tkt.po.tmp get_port.po.tmp init_creds.po.tmp init_creds_pw.po.tmp kcm.po.tmp keyblock.po.tmp keytab.po.tmp keytab_any.po.tmp keytab_file.po.tmp keytab_keyfile.po.tmp keytab_memory.po.tmp krbhst.po.tmp kuserok.po.tmp log.po.tmp mcache.po.tmp misc.po.tmp mit_glue.po.tmp mk_error.po.tmp mk_priv.po.tmp mk_rep.po.tmp mk_req.po.tmp mk_req_ext.po.tmp mk_safe.po.tmp n-fold.po.tmp net_read.po.tmp net_write.po.tmp pac.po.tmp padata.po.tmp pcache.po.tmp pkinit.po.tmp pkinit-ec.po.tmp plugin.po.tmp principal.po.tmp print_version.po.tmp prog_setup.po.tmp prompter_posix.po.tmp rd_cred.po.tmp rd_error.po.tmp rd_priv.po.tmp rd_rep.po.tmp rd_req.po.tmp rd_safe.po.tmp read_message.po.tmp recvauth.po.tmp replay.po.tmp salt-aes-sha1.po.tmp salt-aes-sha2.po.tmp salt-arcfour.po.tmp salt-des.po.tmp salt-des3.po.tmp salt.po.tmp scache.po.tmp send_to_kdc.po.tmp sendauth.po.tmp set_default_realm.po.tmp sock_principal.po.tmp sp800-108-kdf.po.tmp store-int.po.tmp store.po.tmp store_emem.po.tmp store_fd.po.tmp store_mem.po.tmp store_sock.po.tmp ticket.po.tmp time.po.tmp transited.po.tmp verify_init.po.tmp verify_user.po.tmp version.po.tmp warn.po.tmp write_message.po.tmp common.po.tmp client.po.tmp server.po.tmp || true) --- cleandir-external --- --- cleandir-rcsmerge --- cleandir ===> external/gpl2/rcs/bin/rcsmerge --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_p.a krb_err.po krb5_err.po heim_err.po k524_err.po acache.po acl.po add_et_list.po addr_families.po aname_to_localname.po appdefault.po asn1_glue.po auth_context.po build_ap_req.po build_auth.po cache.po changepw.po codec.po config_file.po constants.po context.po convert_creds.po copy_host_realm.po crc.po creds.po crypto-aes-sha1.po crypto-aes-sha2.po crypto-algs.po crypto-arcfour.po crypto-des-common.po crypto-des.po crypto-des3.po crypto-evp.po crypto-null.po crypto-pk.po crypto-rand.po crypto.po data.po db_plugin.po dcache.po deprecated.po digest.po doxygen.po eai_to_heim_errno.po enomem.po error_string.po expand_hostname.po expand_path.po fast.po fcache.po free.po free_host_realm.po generate_seq_number.po generate_subkey.po get_addrs.po get_cred.po get_default_principal.po get_default_realm.po get_for_creds.po get_host_realm.po get_in_tkt.po get_port.po init_creds.po init_creds_pw.po kcm.po keyblock.po keytab.po keytab_any.po keytab_file.po keytab_keyfile.po keytab_memory.po krbhst.po kuserok.po log.po mcache.po misc.po mit_glue.po mk_error.po mk_priv.po mk_rep.po mk_req.po mk_req_ext.po mk_safe.po n-fold.po net_read.po net_write.po pac.po padata.po pcache.po pkinit.po pkinit-ec.po plugin.po principal.po print_version.po prog_setup.po prompter_posix.po rd_cred.po rd_error.po rd_priv.po rd_rep.po rd_req.po rd_safe.po read_message.po recvauth.po replay.po salt-aes-sha1.po salt-aes-sha2.po salt-arcfour.po salt-des.po salt-des3.po salt.po scache.po send_to_kdc.po sendauth.po set_default_realm.po sock_principal.po sp800-108-kdf.po store-int.po store.po store_emem.po store_fd.po store_mem.po store_sock.po ticket.po time.po transited.po verify_init.po verify_user.po version.po warn.po write_message.po common.po client.po server.po krb_err.po.tmp krb5_err.po.tmp heim_err.po.tmp k524_err.po.tmp acache.po.tmp acl.po.tmp add_et_list.po.tmp addr_families.po.tmp aname_to_localname.po.tmp appdefault.po.tmp asn1_glue.po.tmp auth_context.po.tmp build_ap_req.po.tmp build_auth.po.tmp cache.po.tmp changepw.po.tmp codec.po.tmp config_file.po.tmp constants.po.tmp context.po.tmp convert_creds.po.tmp copy_host_realm.po.tmp crc.po.tmp creds.po.tmp crypto-aes-sha1.po.tmp crypto-aes-sha2.po.tmp crypto-algs.po.tmp crypto-arcfour.po.tmp crypto-des-common.po.tmp crypto-des.po.tmp crypto-des3.po.tmp crypto-evp.po.tmp crypto-null.po.tmp crypto-pk.po.tmp crypto-rand.po.tmp crypto.po.tmp data.po.tmp db_plugin.po.tmp dcache.po.tmp deprecated.po.tmp digest.po.tmp doxygen.po.tmp eai_to_heim_errno.po.tmp enomem.po.tmp error_string.po.tmp expand_hostname.po.tmp expand_path.po.tmp fast.po.tmp fcache.po.tmp free.po.tmp free_host_realm.po.tmp generate_seq_number.po.tmp generate_subkey.po.tmp get_addrs.po.tmp get_cred.po.tmp get_default_principal.po.tmp get_default_realm.po.tmp get_for_creds.po.tmp get_host_realm.po.tmp get_in_tkt.po.tmp get_port.po.tmp init_creds.po.tmp init_creds_pw.po.tmp kcm.po.tmp keyblock.po.tmp keytab.po.tmp keytab_any.po.tmp keytab_file.po.tmp keytab_keyfile.po.tmp keytab_memory.po.tmp krbhst.po.tmp kuserok.po.tmp log.po.tmp mcache.po.tmp misc.po.tmp mit_glue.po.tmp mk_error.po.tmp mk_priv.po.tmp mk_rep.po.tmp mk_req.po.tmp mk_req_ext.po.tmp mk_safe.po.tmp n-fold.po.tmp net_read.po.tmp net_write.po.tmp pac.po.tmp padata.po.tmp pcache.po.tmp pkinit.po.tmp pkinit-ec.po.tmp plugin.po.tmp principal.po.tmp print_version.po.tmp prog_setup.po.tmp prompter_posix.po.tmp rd_cred.po.tmp rd_error.po.tmp rd_priv.po.tmp rd_rep.po.tmp rd_req.po.tmp rd_safe.po.tmp read_message.po.tmp recvauth.po.tmp replay.po.tmp salt-aes-sha1.po.tmp salt-aes-sha2.po.tmp salt-arcfour.po.tmp salt-des.po.tmp salt-des3.po.tmp salt.po.tmp scache.po.tmp send_to_kdc.po.tmp sendauth.po.tmp set_default_realm.po.tmp sock_principal.po.tmp sp800-108-kdf.po.tmp store-int.po.tmp store.po.tmp store_emem.po.tmp store_fd.po.tmp store_mem.po.tmp store_sock.po.tmp ticket.po.tmp time.po.tmp transited.po.tmp verify_init.po.tmp verify_user.po.tmp version.po.tmp warn.po.tmp write_message.po.tmp common.po.tmp client.po.tmp server.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rcsmerge && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcsmerge rcsmerge.o rcsmerge.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rcsmerge && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcsmerge rcsmerge.o rcsmerge.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_pic.a libkrb5.so.* libkrb5.so krb_err.pico krb5_err.pico heim_err.pico k524_err.pico acache.pico acl.pico add_et_list.pico addr_families.pico aname_to_localname.pico appdefault.pico asn1_glue.pico auth_context.pico build_ap_req.pico build_auth.pico cache.pico changepw.pico codec.pico config_file.pico constants.pico context.pico convert_creds.pico copy_host_realm.pico crc.pico creds.pico crypto-aes-sha1.pico crypto-aes-sha2.pico crypto-algs.pico crypto-arcfour.pico crypto-des-common.pico crypto-des.pico crypto-des3.pico crypto-evp.pico crypto-null.pico crypto-pk.pico crypto-rand.pico crypto.pico data.pico db_plugin.pico dcache.pico deprecated.pico digest.pico doxygen.pico eai_to_heim_errno.pico enomem.pico error_string.pico expand_hostname.pico expand_path.pico fast.pico fcache.pico free.pico free_host_realm.pico generate_seq_number.pico generate_subkey.pico get_addrs.pico get_cred.pico get_default_principal.pico get_default_realm.pico get_for_creds.pico get_host_realm.pico get_in_tkt.pico get_port.pico init_creds.pico init_creds_pw.pico kcm.pico keyblock.pico keytab.pico keytab_any.pico keytab_file.pico keytab_keyfile.pico keytab_memory.pico krbhst.pico kuserok.pico log.pico mcache.pico misc.pico mit_glue.pico mk_error.pico mk_priv.pico mk_rep.pico mk_req.pico mk_req_ext.pico mk_safe.pico n-fold.pico net_read.pico net_write.pico pac.pico padata.pico pcache.pico pkinit.pico pkinit-ec.pico plugin.pico principal.pico print_version.pico prog_setup.pico prompter_posix.pico rd_cred.pico rd_error.pico rd_priv.pico rd_rep.pico rd_req.pico rd_safe.pico read_message.pico recvauth.pico replay.pico salt-aes-sha1.pico salt-aes-sha2.pico salt-arcfour.pico salt-des.pico salt-des3.pico salt.pico scache.pico send_to_kdc.pico sendauth.pico set_default_realm.pico sock_principal.pico sp800-108-kdf.pico store-int.pico store.pico store_emem.pico store_fd.pico store_mem.pico store_sock.pico ticket.pico time.pico transited.pico verify_init.pico verify_user.pico version.pico warn.pico write_message.pico common.pico client.pico server.pico krb_err.pico.tmp krb5_err.pico.tmp heim_err.pico.tmp k524_err.pico.tmp acache.pico.tmp acl.pico.tmp add_et_list.pico.tmp addr_families.pico.tmp aname_to_localname.pico.tmp appdefault.pico.tmp asn1_glue.pico.tmp auth_context.pico.tmp build_ap_req.pico.tmp build_auth.pico.tmp cache.pico.tmp changepw.pico.tmp codec.pico.tmp config_file.pico.tmp constants.pico.tmp context.pico.tmp convert_creds.pico.tmp copy_host_realm.pico.tmp crc.pico.tmp creds.pico.tmp crypto-aes-sha1.pico.tmp crypto-aes-sha2.pico.tmp crypto-algs.pico.tmp crypto-arcfour.pico.tmp crypto-des-common.pico.tmp crypto-des.pico.tmp crypto-des3.pico.tmp crypto-evp.pico.tmp crypto-null.pico.tmp crypto-pk.pico.tmp crypto-rand.pico.tmp crypto.pico.tmp data.pico.tmp db_plugin.pico.tmp dcache.pico.tmp deprecated.pico.tmp digest.pico.tmp doxygen.pico.tmp eai_to_heim_errno.pico.tmp enomem.pico.tmp error_string.pico.tmp expand_hostname.pico.tmp expand_path.pico.tmp fast.pico.tmp fcache.pico.tmp free.pico.tmp free_host_realm.pico.tmp generate_seq_number.pico.tmp generate_subkey.pico.tmp get_addrs.pico.tmp get_cred.pico.tmp get_default_principal.pico.tmp get_default_realm.pico.tmp get_for_creds.pico.tmp get_host_realm.pico.tmp get_in_tkt.pico.tmp get_port.pico.tmp init_creds.pico.tmp init_creds_pw.pico.tmp kcm.pico.tmp keyblock.pico.tmp keytab.pico.tmp keytab_any.pico.tmp keytab_file.pico.tmp keytab_keyfile.pico.tmp keytab_memory.pico.tmp krbhst.pico.tmp kuserok.pico.tmp log.pico.tmp mcache.pico.tmp misc.pico.tmp mit_glue.pico.tmp mk_error.pico.tmp mk_priv.pico.tmp mk_rep.pico.tmp mk_req.pico.tmp mk_req_ext.pico.tmp mk_safe.pico.tmp n-fold.pico.tmp net_read.pico.tmp net_write.pico.tmp pac.pico.tmp padata.pico.tmp pcache.pico.tmp pkinit.pico.tmp pkinit-ec.pico.tmp plugin.pico.tmp principal.pico.tmp print_version.pico.tmp prog_setup.pico.tmp prompter_posix.pico.tmp rd_cred.pico.tmp rd_error.pico.tmp rd_priv.pico.tmp rd_rep.pico.tmp rd_req.pico.tmp rd_safe.pico.tmp read_message.pico.tmp recvauth.pico.tmp replay.pico.tmp salt-aes-sha1.pico.tmp salt-aes-sha2.pico.tmp salt-arcfour.pico.tmp salt-des.pico.tmp salt-des3.pico.tmp salt.pico.tmp scache.pico.tmp send_to_kdc.pico.tmp sendauth.pico.tmp set_default_realm.pico.tmp sock_principal.pico.tmp sp800-108-kdf.pico.tmp store-int.pico.tmp store.pico.tmp store_emem.pico.tmp store_fd.pico.tmp store_mem.pico.tmp store_sock.pico.tmp ticket.pico.tmp time.pico.tmp transited.pico.tmp verify_init.pico.tmp verify_user.pico.tmp version.pico.tmp warn.pico.tmp write_message.pico.tmp common.pico.tmp client.pico.tmp server.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rcsmerge && rm -f rcsmerge.html1 .depend rcsmerge.d rcsmerge.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_pic.a libkrb5.so.* libkrb5.so krb_err.pico krb5_err.pico heim_err.pico k524_err.pico acache.pico acl.pico add_et_list.pico addr_families.pico aname_to_localname.pico appdefault.pico asn1_glue.pico auth_context.pico build_ap_req.pico build_auth.pico cache.pico changepw.pico codec.pico config_file.pico constants.pico context.pico convert_creds.pico copy_host_realm.pico crc.pico creds.pico crypto-aes-sha1.pico crypto-aes-sha2.pico crypto-algs.pico crypto-arcfour.pico crypto-des-common.pico crypto-des.pico crypto-des3.pico crypto-evp.pico crypto-null.pico crypto-pk.pico crypto-rand.pico crypto.pico data.pico db_plugin.pico dcache.pico deprecated.pico digest.pico doxygen.pico eai_to_heim_errno.pico enomem.pico error_string.pico expand_hostname.pico expand_path.pico fast.pico fcache.pico free.pico free_host_realm.pico generate_seq_number.pico generate_subkey.pico get_addrs.pico get_cred.pico get_default_principal.pico get_default_realm.pico get_for_creds.pico get_host_realm.pico get_in_tkt.pico get_port.pico init_creds.pico init_creds_pw.pico kcm.pico keyblock.pico keytab.pico keytab_any.pico keytab_file.pico keytab_keyfile.pico keytab_memory.pico krbhst.pico kuserok.pico log.pico mcache.pico misc.pico mit_glue.pico mk_error.pico mk_priv.pico mk_rep.pico mk_req.pico mk_req_ext.pico mk_safe.pico n-fold.pico net_read.pico net_write.pico pac.pico padata.pico pcache.pico pkinit.pico pkinit-ec.pico plugin.pico principal.pico print_version.pico prog_setup.pico prompter_posix.pico rd_cred.pico rd_error.pico rd_priv.pico rd_rep.pico rd_req.pico rd_safe.pico read_message.pico recvauth.pico replay.pico salt-aes-sha1.pico salt-aes-sha2.pico salt-arcfour.pico salt-des.pico salt-des3.pico salt.pico scache.pico send_to_kdc.pico sendauth.pico set_default_realm.pico sock_principal.pico sp800-108-kdf.pico store-int.pico store.pico store_emem.pico store_fd.pico store_mem.pico store_sock.pico ticket.pico time.pico transited.pico verify_init.pico verify_user.pico version.pico warn.pico write_message.pico common.pico client.pico server.pico krb_err.pico.tmp krb5_err.pico.tmp heim_err.pico.tmp k524_err.pico.tmp acache.pico.tmp acl.pico.tmp add_et_list.pico.tmp addr_families.pico.tmp aname_to_localname.pico.tmp appdefault.pico.tmp asn1_glue.pico.tmp auth_context.pico.tmp build_ap_req.pico.tmp build_auth.pico.tmp cache.pico.tmp changepw.pico.tmp codec.pico.tmp config_file.pico.tmp constants.pico.tmp context.pico.tmp convert_creds.pico.tmp copy_host_realm.pico.tmp crc.pico.tmp creds.pico.tmp crypto-aes-sha1.pico.tmp crypto-aes-sha2.pico.tmp crypto-algs.pico.tmp crypto-arcfour.pico.tmp crypto-des-common.pico.tmp crypto-des.pico.tmp crypto-des3.pico.tmp crypto-evp.pico.tmp crypto-null.pico.tmp crypto-pk.pico.tmp crypto-rand.pico.tmp crypto.pico.tmp data.pico.tmp db_plugin.pico.tmp dcache.pico.tmp deprecated.pico.tmp digest.pico.tmp doxygen.pico.tmp eai_to_heim_errno.pico.tmp enomem.pico.tmp error_string.pico.tmp expand_hostname.pico.tmp expand_path.pico.tmp fast.pico.tmp fcache.pico.tmp free.pico.tmp free_host_realm.pico.tmp generate_seq_number.pico.tmp generate_subkey.pico.tmp get_addrs.pico.tmp get_cred.pico.tmp get_default_principal.pico.tmp get_default_realm.pico.tmp get_for_creds.pico.tmp get_host_realm.pico.tmp get_in_tkt.pico.tmp get_port.pico.tmp init_creds.pico.tmp init_creds_pw.pico.tmp kcm.pico.tmp keyblock.pico.tmp keytab.pico.tmp keytab_any.pico.tmp keytab_file.pico.tmp keytab_keyfile.pico.tmp keytab_memory.pico.tmp krbhst.pico.tmp kuserok.pico.tmp log.pico.tmp mcache.pico.tmp misc.pico.tmp mit_glue.pico.tmp mk_error.pico.tmp mk_priv.pico.tmp mk_rep.pico.tmp mk_req.pico.tmp mk_req_ext.pico.tmp mk_safe.pico.tmp n-fold.pico.tmp net_read.pico.tmp net_write.pico.tmp pac.pico.tmp padata.pico.tmp pcache.pico.tmp pkinit.pico.tmp pkinit-ec.pico.tmp plugin.pico.tmp principal.pico.tmp print_version.pico.tmp prog_setup.pico.tmp prompter_posix.pico.tmp rd_cred.pico.tmp rd_error.pico.tmp rd_priv.pico.tmp rd_rep.pico.tmp rd_req.pico.tmp rd_safe.pico.tmp read_message.pico.tmp recvauth.pico.tmp replay.pico.tmp salt-aes-sha1.pico.tmp salt-aes-sha2.pico.tmp salt-arcfour.pico.tmp salt-des.pico.tmp salt-des3.pico.tmp salt.pico.tmp scache.pico.tmp send_to_kdc.pico.tmp sendauth.pico.tmp set_default_realm.pico.tmp sock_principal.pico.tmp sp800-108-kdf.pico.tmp store-int.pico.tmp store.pico.tmp store_emem.pico.tmp store_fd.pico.tmp store_mem.pico.tmp store_sock.pico.tmp ticket.pico.tmp time.pico.tmp transited.pico.tmp verify_init.pico.tmp verify_user.pico.tmp version.pico.tmp warn.pico.tmp write_message.pico.tmp common.pico.tmp client.pico.tmp server.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rcsmerge && rm -f rcsmerge.html1 .depend rcsmerge.d rcsmerge.d.tmp tags || true) --- cleandir-rlog --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/gpl2/rcs/bin/rlog --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f llib-lkrb5.ln acache.ln acl.ln add_et_list.ln addr_families.ln aname_to_localname.ln appdefault.ln asn1_glue.ln auth_context.ln build_ap_req.ln build_auth.ln cache.ln changepw.ln codec.ln config_file.ln constants.ln context.ln convert_creds.ln copy_host_realm.ln crc.ln creds.ln crypto-aes-sha1.ln crypto-aes-sha2.ln crypto-algs.ln crypto-arcfour.ln crypto-des-common.ln crypto-des.ln crypto-des3.ln crypto-evp.ln crypto-null.ln crypto-pk.ln crypto-rand.ln crypto.ln data.ln db_plugin.ln dcache.ln deprecated.ln digest.ln doxygen.ln eai_to_heim_errno.ln enomem.ln error_string.ln expand_hostname.ln expand_path.ln fast.ln fcache.ln free.ln free_host_realm.ln generate_seq_number.ln generate_subkey.ln get_addrs.ln get_cred.ln get_default_principal.ln get_default_realm.ln get_for_creds.ln get_host_realm.ln get_in_tkt.ln get_port.ln init_creds.ln init_creds_pw.ln kcm.ln keyblock.ln keytab.ln keytab_any.ln keytab_file.ln keytab_keyfile.ln keytab_memory.ln krbhst.ln kuserok.ln log.ln mcache.ln misc.ln mit_glue.ln mk_error.ln mk_priv.ln mk_rep.ln mk_req.ln mk_req_ext.ln mk_safe.ln n-fold.ln net_read.ln net_write.ln pac.ln padata.ln pcache.ln pkinit.ln pkinit-ec.ln plugin.ln principal.ln print_version.ln prog_setup.ln prompter_posix.ln rd_cred.ln rd_error.ln rd_priv.ln rd_rep.ln rd_req.ln rd_safe.ln read_message.ln recvauth.ln replay.ln salt-aes-sha1.ln salt-aes-sha2.ln salt-arcfour.ln salt-des.ln salt-des3.ln salt.ln scache.ln send_to_kdc.ln sendauth.ln set_default_realm.ln sock_principal.ln sp800-108-kdf.ln store-int.ln store.ln store_emem.ln store_fd.ln store_mem.ln store_sock.ln ticket.ln time.ln transited.ln verify_init.ln verify_user.ln version.ln warn.ln write_message.ln common.ln client.ln server.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f llib-lkrb5.ln acache.ln acl.ln add_et_list.ln addr_families.ln aname_to_localname.ln appdefault.ln asn1_glue.ln auth_context.ln build_ap_req.ln build_auth.ln cache.ln changepw.ln codec.ln config_file.ln constants.ln context.ln convert_creds.ln copy_host_realm.ln crc.ln creds.ln crypto-aes-sha1.ln crypto-aes-sha2.ln crypto-algs.ln crypto-arcfour.ln crypto-des-common.ln crypto-des.ln crypto-des3.ln crypto-evp.ln crypto-null.ln crypto-pk.ln crypto-rand.ln crypto.ln data.ln db_plugin.ln dcache.ln deprecated.ln digest.ln doxygen.ln eai_to_heim_errno.ln enomem.ln error_string.ln expand_hostname.ln expand_path.ln fast.ln fcache.ln free.ln free_host_realm.ln generate_seq_number.ln generate_subkey.ln get_addrs.ln get_cred.ln get_default_principal.ln get_default_realm.ln get_for_creds.ln get_host_realm.ln get_in_tkt.ln get_port.ln init_creds.ln init_creds_pw.ln kcm.ln keyblock.ln keytab.ln keytab_any.ln keytab_file.ln keytab_keyfile.ln keytab_memory.ln krbhst.ln kuserok.ln log.ln mcache.ln misc.ln mit_glue.ln mk_error.ln mk_priv.ln mk_rep.ln mk_req.ln mk_req_ext.ln mk_safe.ln n-fold.ln net_read.ln net_write.ln pac.ln padata.ln pcache.ln pkinit.ln pkinit-ec.ln plugin.ln principal.ln print_version.ln prog_setup.ln prompter_posix.ln rd_cred.ln rd_error.ln rd_priv.ln rd_rep.ln rd_req.ln rd_safe.ln read_message.ln recvauth.ln replay.ln salt-aes-sha1.ln salt-aes-sha2.ln salt-arcfour.ln salt-des.ln salt-des3.ln salt.ln scache.ln send_to_kdc.ln sendauth.ln set_default_realm.ln sock_principal.ln sp800-108-kdf.ln store-int.ln store.ln store_emem.ln store_fd.ln store_mem.ln store_sock.ln ticket.ln time.ln transited.ln verify_init.ln verify_user.ln version.ln warn.ln write_message.ln common.ln client.ln server.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rlog && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rlog rlog.o rlog.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f vars.texi krb_err.c krb_err.h krb5_err.c krb5_err.h heim_err.c heim_err.h k524_err.c k524_err.h libkrb5.so.28.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rlog && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rlog rlog.o rlog.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f vars.texi krb_err.c krb_err.h krb5_err.c krb5_err.h heim_err.c heim_err.h k524_err.c k524_err.h libkrb5.so.28.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/rcs/bin/rlog && rm -f rlog.html1 .depend rlog.d rlog.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f kerberos.html8 krb5.conf.html5 krb524_convert_creds_kdc.html3 krb5_425_conv_principal.html3 krb5_acl_match_file.html3 krb5_aname_to_localname.html3 krb5_appdefault.html3 krb5_auth_context.html3 krb5_c_make_checksum.html3 krb5_check_transited.html3 krb5_create_checksum.html3 krb5_creds.html3 krb5_digest.html3 krb5_eai_to_heim_errno.html3 krb5_encrypt.html3 krb5_find_padata.html3 krb5_generate_random_block.html3 krb5_get_all_client_addrs.html3 krb5_get_credentials.html3 krb5_get_creds.html3 krb5_get_forwarded_creds.html3 krb5_get_in_cred.html3 krb5_get_init_creds.html3 krb5_get_krbhst.html3 krb5_getportbyname.html3 krb5_init_context.html3 krb5_is_thread_safe.html3 krb5_krbhst_init.html3 krb5_mk_req.html3 krb5_mk_safe.html3 krb5_openlog.html3 krb5_parse_name.html3 krb5_principal.html3 krb5_rcache.html3 krb5_rd_error.html3 krb5_rd_safe.html3 krb5_set_default_realm.html3 krb5_set_password.html3 krb5_string_to_key.html3 krb5_timeofday.html3 krb5_verify_init_creds.html3 krb5_verify_user.html3 verify_krb5_conf.html8 .depend acache.d acl.d add_et_list.d addr_families.d aname_to_localname.d appdefault.d asn1_glue.d auth_context.d build_ap_req.d build_auth.d cache.d changepw.d client.d codec.d common.d config_file.d constants.d context.d convert_creds.d copy_host_realm.d crc.d creds.d crypto-aes-sha1.d crypto-aes-sha2.d crypto-algs.d crypto-arcfour.d crypto-des-common.d crypto-des.d crypto-des3.d crypto-evp.d crypto-null.d crypto-pk.d crypto-rand.d crypto.d data.d db_plugin.d dcache.d deprecated.d digest.d doxygen.d eai_to_heim_errno.d enomem.d error_string.d expand_hostname.d expand_path.d fast.d fcache.d free.d free_host_realm.d generate_seq_number.d generate_subkey.d get_addrs.d get_cred.d get_default_principal.d get_default_realm.d get_for_creds.d get_host_realm.d get_in_tkt.d get_port.d heim_err.d init_creds.d init_creds_pw.d k524_err.d kcm.d keyblock.d keytab.d keytab_any.d keytab_file.d keytab_keyfile.d keytab_memory.d krb5_err.d krb_err.d krbhst.d kuserok.d log.d mcache.d misc.d mit_glue.d mk_error.d mk_priv.d mk_rep.d mk_req.d mk_req_ext.d mk_safe.d n-fold.d net_read.d net_write.d pac.d padata.d pcache.d pkinit-ec.d pkinit.d plugin.d principal.d print_version.d prog_setup.d prompter_posix.d rd_cred.d rd_error.d rd_priv.d rd_rep.d rd_req.d rd_safe.d read_message.d recvauth.d replay.d salt-aes-sha1.d salt-aes-sha2.d salt-arcfour.d salt-des.d salt-des3.d salt.d scache.d send_to_kdc.d sendauth.d server.d set_default_realm.d sock_principal.d sp800-108-kdf.d store-int.d store.d store_emem.d store_fd.d store_mem.d store_sock.d ticket.d time.d transited.d verify_init.d verify_user.d version.d warn.d write_message.d acache.d.tmp acl.d.tmp add_et_list.d.tmp addr_families.d.tmp aname_to_localname.d.tmp appdefault.d.tmp asn1_glue.d.tmp auth_context.d.tmp build_ap_req.d.tmp build_auth.d.tmp cache.d.tmp changepw.d.tmp client.d.tmp codec.d.tmp common.d.tmp config_file.d.tmp constants.d.tmp context.d.tmp convert_creds.d.tmp copy_host_realm.d.tmp crc.d.tmp creds.d.tmp crypto-aes-sha1.d.tmp crypto-aes-sha2.d.tmp crypto-algs.d.tmp crypto-arcfour.d.tmp crypto-des-common.d.tmp crypto-des.d.tmp crypto-des3.d.tmp crypto-evp.d.tmp crypto-null.d.tmp crypto-pk.d.tmp crypto-rand.d.tmp crypto.d.tmp data.d.tmp db_plugin.d.tmp dcache.d.tmp deprecated.d.tmp digest.d.tmp doxygen.d.tmp eai_to_heim_errno.d.tmp enomem.d.tmp error_string.d.tmp expand_hostname.d.tmp expand_path.d.tmp fast.d.tmp fcache.d.tmp free.d.tmp free_host_realm.d.tmp generate_seq_number.d.tmp generate_subkey.d.tmp get_addrs.d.tmp get_cred.d.tmp get_default_principal.d.tmp get_default_realm.d.tmp get_for_creds.d.tmp get_host_realm.d.tmp get_in_tkt.d.tmp get_port.d.tmp heim_err.d.tmp init_creds.d.tmp init_creds_pw.d.tmp k524_err.d.tmp kcm.d.tmp keyblock.d.tmp keytab.d.tmp keytab_any.d.tmp keytab_file.d.tmp keytab_keyfile.d.tmp keytab_memory.d.tmp krb5_err.d.tmp krb_err.d.tmp krbhst.d.tmp kuserok.d.tmp log.d.tmp mcache.d.tmp misc.d.tmp mit_glue.d.tmp mk_error.d.tmp mk_priv.d.tmp mk_rep.d.tmp mk_req.d.tmp mk_req_ext.d.tmp mk_safe.d.tmp n-fold.d.tmp net_read.d.tmp net_write.d.tmp pac.d.tmp padata.d.tmp pcache.d.tmp pkinit-ec.d.tmp pkinit.d.tmp plugin.d.tmp principal.d.tmp print_version.d.tmp prog_setup.d.tmp prompter_posix.d.tmp rd_cred.d.tmp rd_error.d.tmp rd_priv.d.tmp rd_rep.d.tmp rd_req.d.tmp rd_safe.d.tmp read_message.d.tmp recvauth.d.tmp replay.d.tmp salt-aes-sha1.d.tmp salt-aes-sha2.d.tmp salt-arcfour.d.tmp salt-des.d.tmp salt-des3.d.tmp salt.d.tmp scache.d.tmp send_to_kdc.d.tmp sendauth.d.tmp server.d.tmp set_default_realm.d.tmp sock_principal.d.tmp sp800-108-kdf.d.tmp store-int.d.tmp store.d.tmp store_emem.d.tmp store_fd.d.tmp store_mem.d.tmp store_sock.d.tmp ticket.d.tmp time.d.tmp transited.d.tmp verify_init.d.tmp verify_user.d.tmp version.d.tmp warn.d.tmp write_message.d.tmp tags heimdal.info || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/rcs/bin/rlog && rm -f rlog.html1 .depend rlog.d rlog.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f kerberos.html8 krb5.conf.html5 krb524_convert_creds_kdc.html3 krb5_425_conv_principal.html3 krb5_acl_match_file.html3 krb5_aname_to_localname.html3 krb5_appdefault.html3 krb5_auth_context.html3 krb5_c_make_checksum.html3 krb5_check_transited.html3 krb5_create_checksum.html3 krb5_creds.html3 krb5_digest.html3 krb5_eai_to_heim_errno.html3 krb5_encrypt.html3 krb5_find_padata.html3 krb5_generate_random_block.html3 krb5_get_all_client_addrs.html3 krb5_get_credentials.html3 krb5_get_creds.html3 krb5_get_forwarded_creds.html3 krb5_get_in_cred.html3 krb5_get_init_creds.html3 krb5_get_krbhst.html3 krb5_getportbyname.html3 krb5_init_context.html3 krb5_is_thread_safe.html3 krb5_krbhst_init.html3 krb5_mk_req.html3 krb5_mk_safe.html3 krb5_openlog.html3 krb5_parse_name.html3 krb5_principal.html3 krb5_rcache.html3 krb5_rd_error.html3 krb5_rd_safe.html3 krb5_set_default_realm.html3 krb5_set_password.html3 krb5_string_to_key.html3 krb5_timeofday.html3 krb5_verify_init_creds.html3 krb5_verify_user.html3 verify_krb5_conf.html8 .depend acache.d acl.d add_et_list.d addr_families.d aname_to_localname.d appdefault.d asn1_glue.d auth_context.d build_ap_req.d build_auth.d cache.d changepw.d client.d codec.d common.d config_file.d constants.d context.d convert_creds.d copy_host_realm.d crc.d creds.d crypto-aes-sha1.d crypto-aes-sha2.d crypto-algs.d crypto-arcfour.d crypto-des-common.d crypto-des.d crypto-des3.d crypto-evp.d crypto-null.d crypto-pk.d crypto-rand.d crypto.d data.d db_plugin.d dcache.d deprecated.d digest.d doxygen.d eai_to_heim_errno.d enomem.d error_string.d expand_hostname.d expand_path.d fast.d fcache.d free.d free_host_realm.d generate_seq_number.d generate_subkey.d get_addrs.d get_cred.d get_default_principal.d get_default_realm.d get_for_creds.d get_host_realm.d get_in_tkt.d get_port.d heim_err.d init_creds.d init_creds_pw.d k524_err.d kcm.d keyblock.d keytab.d keytab_any.d keytab_file.d keytab_keyfile.d keytab_memory.d krb5_err.d krb_err.d krbhst.d kuserok.d log.d mcache.d misc.d mit_glue.d mk_error.d mk_priv.d mk_rep.d mk_req.d mk_req_ext.d mk_safe.d n-fold.d net_read.d net_write.d pac.d padata.d pcache.d pkinit-ec.d pkinit.d plugin.d principal.d print_version.d prog_setup.d prompter_posix.d rd_cred.d rd_error.d rd_priv.d rd_rep.d rd_req.d rd_safe.d read_message.d recvauth.d replay.d salt-aes-sha1.d salt-aes-sha2.d salt-arcfour.d salt-des.d salt-des3.d salt.d scache.d send_to_kdc.d sendauth.d server.d set_default_realm.d sock_principal.d sp800-108-kdf.d store-int.d store.d store_emem.d store_fd.d store_mem.d store_sock.d ticket.d time.d transited.d verify_init.d verify_user.d version.d warn.d write_message.d acache.d.tmp acl.d.tmp add_et_list.d.tmp addr_families.d.tmp aname_to_localname.d.tmp appdefault.d.tmp asn1_glue.d.tmp auth_context.d.tmp build_ap_req.d.tmp build_auth.d.tmp cache.d.tmp changepw.d.tmp client.d.tmp codec.d.tmp common.d.tmp config_file.d.tmp constants.d.tmp context.d.tmp convert_creds.d.tmp copy_host_realm.d.tmp crc.d.tmp creds.d.tmp crypto-aes-sha1.d.tmp crypto-aes-sha2.d.tmp crypto-algs.d.tmp crypto-arcfour.d.tmp crypto-des-common.d.tmp crypto-des.d.tmp crypto-des3.d.tmp crypto-evp.d.tmp crypto-null.d.tmp crypto-pk.d.tmp crypto-rand.d.tmp crypto.d.tmp data.d.tmp db_plugin.d.tmp dcache.d.tmp deprecated.d.tmp digest.d.tmp doxygen.d.tmp eai_to_heim_errno.d.tmp enomem.d.tmp error_string.d.tmp expand_hostname.d.tmp expand_path.d.tmp fast.d.tmp fcache.d.tmp free.d.tmp free_host_realm.d.tmp generate_seq_number.d.tmp generate_subkey.d.tmp get_addrs.d.tmp get_cred.d.tmp get_default_principal.d.tmp get_default_realm.d.tmp get_for_creds.d.tmp get_host_realm.d.tmp get_in_tkt.d.tmp get_port.d.tmp heim_err.d.tmp init_creds.d.tmp init_creds_pw.d.tmp k524_err.d.tmp kcm.d.tmp keyblock.d.tmp keytab.d.tmp keytab_any.d.tmp keytab_file.d.tmp keytab_keyfile.d.tmp keytab_memory.d.tmp krb5_err.d.tmp krb_err.d.tmp krbhst.d.tmp kuserok.d.tmp log.d.tmp mcache.d.tmp misc.d.tmp mit_glue.d.tmp mk_error.d.tmp mk_priv.d.tmp mk_rep.d.tmp mk_req.d.tmp mk_req_ext.d.tmp mk_safe.d.tmp n-fold.d.tmp net_read.d.tmp net_write.d.tmp pac.d.tmp padata.d.tmp pcache.d.tmp pkinit-ec.d.tmp pkinit.d.tmp plugin.d.tmp principal.d.tmp print_version.d.tmp prog_setup.d.tmp prompter_posix.d.tmp rd_cred.d.tmp rd_error.d.tmp rd_priv.d.tmp rd_rep.d.tmp rd_req.d.tmp rd_safe.d.tmp read_message.d.tmp recvauth.d.tmp replay.d.tmp salt-aes-sha1.d.tmp salt-aes-sha2.d.tmp salt-arcfour.d.tmp salt-des.d.tmp salt-des3.d.tmp salt.d.tmp scache.d.tmp send_to_kdc.d.tmp sendauth.d.tmp server.d.tmp set_default_realm.d.tmp sock_principal.d.tmp sp800-108-kdf.d.tmp store-int.d.tmp store.d.tmp store_emem.d.tmp store_fd.d.tmp store_mem.d.tmp store_sock.d.tmp ticket.d.tmp time.d.tmp transited.d.tmp verify_init.d.tmp verify_user.d.tmp version.d.tmp warn.d.tmp write_message.d.tmp tags heimdal.info || true) --- cleandir-external --- --- cleandir-send-pr --- cleandir ===> external/gpl2/send-pr --- cleandir-bin --- --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libhdb --- --- cleandir-external --- cleandir ===> external/gpl2/send-pr/bin --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libhdb --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/send-pr/bin && rm -f send-pr send-pr.1 send-pr.el install-sid a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/send-pr/bin && rm -f send-pr send-pr.1 send-pr.el install-sid a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl2/send-pr/bin && rm -f send-pr.info send-pr.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl2/send-pr/bin && rm -f send-pr.info send-pr.html1 || true) --- cleandir-gpl3 --- cleandir ===> external/gpl3 --- cleandir-binutils --- cleandir ===> external/gpl3/binutils --- cleandir-lib --- cleandir ===> external/gpl3/binutils/lib --- cleandir-libgnuctf --- cleandir ===> external/gpl3/binutils/lib/libgnuctf --- libclean1 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf.a ctf-archive.o ctf-dump.o ctf-create.o ctf-decl.o ctf-error.o ctf-hash.o ctf-labels.o ctf-link.o ctf-lookup.o ctf-open.o ctf-string.o ctf-subr.o ctf-types.o ctf-util.o ctf-qsort_r.o ctf-open-bfd.o ctf-archive.o.tmp ctf-dump.o.tmp ctf-create.o.tmp ctf-decl.o.tmp ctf-error.o.tmp ctf-hash.o.tmp ctf-labels.o.tmp ctf-link.o.tmp ctf-lookup.o.tmp ctf-open.o.tmp ctf-string.o.tmp ctf-subr.o.tmp ctf-types.o.tmp ctf-util.o.tmp ctf-qsort_r.o.tmp ctf-open-bfd.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb.a hdb_err.o asn1_hdb_asn1.o common.o db.o db3.o dbinfo.o ext.o hdb-keytab.o hdb-ldap.o hdb-mitdb.o hdb-sqlite.o hdb.o hdb_err.o keys.o keytab.o mkey.o ndbm.o print.o hdb_err.o.tmp asn1_hdb_asn1.o.tmp common.o.tmp db.o.tmp db3.o.tmp dbinfo.o.tmp ext.o.tmp hdb-keytab.o.tmp hdb-ldap.o.tmp hdb-mitdb.o.tmp hdb-sqlite.o.tmp hdb.o.tmp hdb_err.o.tmp keys.o.tmp keytab.o.tmp mkey.o.tmp ndbm.o.tmp print.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf.a ctf-archive.o ctf-dump.o ctf-create.o ctf-decl.o ctf-error.o ctf-hash.o ctf-labels.o ctf-link.o ctf-lookup.o ctf-open.o ctf-string.o ctf-subr.o ctf-types.o ctf-util.o ctf-qsort_r.o ctf-open-bfd.o ctf-archive.o.tmp ctf-dump.o.tmp ctf-create.o.tmp ctf-decl.o.tmp ctf-error.o.tmp ctf-hash.o.tmp ctf-labels.o.tmp ctf-link.o.tmp ctf-lookup.o.tmp ctf-open.o.tmp ctf-string.o.tmp ctf-subr.o.tmp ctf-types.o.tmp ctf-util.o.tmp ctf-qsort_r.o.tmp ctf-open-bfd.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb.a hdb_err.o asn1_hdb_asn1.o common.o db.o db3.o dbinfo.o ext.o hdb-keytab.o hdb-ldap.o hdb-mitdb.o hdb-sqlite.o hdb.o hdb_err.o keys.o keytab.o mkey.o ndbm.o print.o hdb_err.o.tmp asn1_hdb_asn1.o.tmp common.o.tmp db.o.tmp db3.o.tmp dbinfo.o.tmp ext.o.tmp hdb-keytab.o.tmp hdb-ldap.o.tmp hdb-mitdb.o.tmp hdb-sqlite.o.tmp hdb.o.tmp hdb_err.o.tmp keys.o.tmp keytab.o.tmp mkey.o.tmp ndbm.o.tmp print.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_p.a hdb_err.po asn1_hdb_asn1.po common.po db.po db3.po dbinfo.po ext.po hdb-keytab.po hdb-ldap.po hdb-mitdb.po hdb-sqlite.po hdb.po hdb_err.po keys.po keytab.po mkey.po ndbm.po print.po hdb_err.po.tmp asn1_hdb_asn1.po.tmp common.po.tmp db.po.tmp db3.po.tmp dbinfo.po.tmp ext.po.tmp hdb-keytab.po.tmp hdb-ldap.po.tmp hdb-mitdb.po.tmp hdb-sqlite.po.tmp hdb.po.tmp hdb_err.po.tmp keys.po.tmp keytab.po.tmp mkey.po.tmp ndbm.po.tmp print.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_p.a hdb_err.po asn1_hdb_asn1.po common.po db.po db3.po dbinfo.po ext.po hdb-keytab.po hdb-ldap.po hdb-mitdb.po hdb-sqlite.po hdb.po hdb_err.po keys.po keytab.po mkey.po ndbm.po print.po hdb_err.po.tmp asn1_hdb_asn1.po.tmp common.po.tmp db.po.tmp db3.po.tmp dbinfo.po.tmp ext.po.tmp hdb-keytab.po.tmp hdb-ldap.po.tmp hdb-mitdb.po.tmp hdb-sqlite.po.tmp hdb.po.tmp hdb_err.po.tmp keys.po.tmp keytab.po.tmp mkey.po.tmp ndbm.po.tmp print.po.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_pic.a libgnuctf.so.* libgnuctf.so ctf-archive.pico ctf-dump.pico ctf-create.pico ctf-decl.pico ctf-error.pico ctf-hash.pico ctf-labels.pico ctf-link.pico ctf-lookup.pico ctf-open.pico ctf-string.pico ctf-subr.pico ctf-types.pico ctf-util.pico ctf-qsort_r.pico ctf-open-bfd.pico ctf-archive.pico.tmp ctf-dump.pico.tmp ctf-create.pico.tmp ctf-decl.pico.tmp ctf-error.pico.tmp ctf-hash.pico.tmp ctf-labels.pico.tmp ctf-link.pico.tmp ctf-lookup.pico.tmp ctf-open.pico.tmp ctf-string.pico.tmp ctf-subr.pico.tmp ctf-types.pico.tmp ctf-util.pico.tmp ctf-qsort_r.pico.tmp ctf-open-bfd.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_pic.a libhdb.so.* libhdb.so hdb_err.pico asn1_hdb_asn1.pico common.pico db.pico db3.pico dbinfo.pico ext.pico hdb-keytab.pico hdb-ldap.pico hdb-mitdb.pico hdb-sqlite.pico hdb.pico hdb_err.pico keys.pico keytab.pico mkey.pico ndbm.pico print.pico hdb_err.pico.tmp asn1_hdb_asn1.pico.tmp common.pico.tmp db.pico.tmp db3.pico.tmp dbinfo.pico.tmp ext.pico.tmp hdb-keytab.pico.tmp hdb-ldap.pico.tmp hdb-mitdb.pico.tmp hdb-sqlite.pico.tmp hdb.pico.tmp hdb_err.pico.tmp keys.pico.tmp keytab.pico.tmp mkey.pico.tmp ndbm.pico.tmp print.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf_pic.a libgnuctf.so.* libgnuctf.so ctf-archive.pico ctf-dump.pico ctf-create.pico ctf-decl.pico ctf-error.pico ctf-hash.pico ctf-labels.pico ctf-link.pico ctf-lookup.pico ctf-open.pico ctf-string.pico ctf-subr.pico ctf-types.pico ctf-util.pico ctf-qsort_r.pico ctf-open-bfd.pico ctf-archive.pico.tmp ctf-dump.pico.tmp ctf-create.pico.tmp ctf-decl.pico.tmp ctf-error.pico.tmp ctf-hash.pico.tmp ctf-labels.pico.tmp ctf-link.pico.tmp ctf-lookup.pico.tmp ctf-open.pico.tmp ctf-string.pico.tmp ctf-subr.pico.tmp ctf-types.pico.tmp ctf-util.pico.tmp ctf-qsort_r.pico.tmp ctf-open-bfd.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_pic.a libhdb.so.* libhdb.so hdb_err.pico asn1_hdb_asn1.pico common.pico db.pico db3.pico dbinfo.pico ext.pico hdb-keytab.pico hdb-ldap.pico hdb-mitdb.pico hdb-sqlite.pico hdb.pico hdb_err.pico keys.pico keytab.pico mkey.pico ndbm.pico print.pico hdb_err.pico.tmp asn1_hdb_asn1.pico.tmp common.pico.tmp db.pico.tmp db3.pico.tmp dbinfo.pico.tmp ext.pico.tmp hdb-keytab.pico.tmp hdb-ldap.pico.tmp hdb-mitdb.pico.tmp hdb-sqlite.pico.tmp hdb.pico.tmp hdb_err.pico.tmp keys.pico.tmp keytab.pico.tmp mkey.pico.tmp ndbm.pico.tmp print.pico.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f llib-lgnuctf.ln ctf-archive.ln ctf-dump.ln ctf-create.ln ctf-decl.ln ctf-error.ln ctf-hash.ln ctf-labels.ln ctf-link.ln ctf-lookup.ln ctf-open.ln ctf-string.ln ctf-subr.ln ctf-types.ln ctf-util.ln ctf-qsort_r.ln ctf-open-bfd.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f llib-lhdb.ln common.ln db.ln db3.ln dbinfo.ln ext.ln hdb-keytab.ln hdb-ldap.ln hdb-mitdb.ln hdb-sqlite.ln hdb.ln hdb_err.ln keys.ln keytab.ln mkey.ln ndbm.ln print.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f llib-lgnuctf.ln ctf-archive.ln ctf-dump.ln ctf-create.ln ctf-decl.ln ctf-error.ln ctf-hash.ln ctf-labels.ln ctf-link.ln ctf-lookup.ln ctf-open.ln ctf-string.ln ctf-subr.ln ctf-types.ln ctf-util.ln ctf-qsort_r.ln ctf-open-bfd.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f llib-lhdb.ln common.ln db.ln db3.ln dbinfo.ln ext.ln hdb-keytab.ln hdb-ldap.ln hdb-mitdb.ln hdb-sqlite.ln hdb.ln hdb_err.ln keys.ln keytab.ln mkey.ln ndbm.ln print.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f hdb_err.c hdb_err.h hdb_asn1_files hdb_asn1-template.c hdb_asn1-template.x asn1_hdb_asn1.x asn1_hdb_asn1.c hdb_asn1.h hdb_asn1.hx hdb_asn1-priv.h hdb_asn1-priv.hx hdb.ts libhdb.so.16.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f libgnuctf.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f hdb_err.c hdb_err.h hdb_asn1_files hdb_asn1-template.c hdb_asn1-template.x asn1_hdb_asn1.x asn1_hdb_asn1.c hdb_asn1.h hdb_asn1.hx hdb_asn1-priv.h hdb_asn1-priv.hx hdb.ts libhdb.so.16.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libgnuctf && rm -f .depend ctf-archive.d ctf-create.d ctf-decl.d ctf-dump.d ctf-error.d ctf-hash.d ctf-labels.d ctf-link.d ctf-lookup.d ctf-open-bfd.d ctf-open.d ctf-qsort_r.d ctf-string.d ctf-subr.d ctf-types.d ctf-util.d ctf-archive.d.tmp ctf-create.d.tmp ctf-decl.d.tmp ctf-dump.d.tmp ctf-error.d.tmp ctf-hash.d.tmp ctf-labels.d.tmp ctf-link.d.tmp ctf-lookup.d.tmp ctf-open-bfd.d.tmp ctf-open.d.tmp ctf-qsort_r.d.tmp ctf-string.d.tmp ctf-subr.d.tmp ctf-types.d.tmp ctf-util.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f .depend common.d db.d db3.d dbinfo.d ext.d hdb-keytab.d hdb-ldap.d hdb-mitdb.d hdb-sqlite.d hdb.d hdb_err.d keys.d keytab.d mkey.d ndbm.d print.d common.d.tmp db.d.tmp db3.d.tmp dbinfo.d.tmp ext.d.tmp hdb-keytab.d.tmp hdb-ldap.d.tmp hdb-mitdb.d.tmp hdb-sqlite.d.tmp hdb.d.tmp hdb_err.d.tmp keys.d.tmp keytab.d.tmp mkey.d.tmp ndbm.d.tmp print.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libgnuctf && rm -f .depend ctf-archive.d ctf-create.d ctf-decl.d ctf-dump.d ctf-error.d ctf-hash.d ctf-labels.d ctf-link.d ctf-lookup.d ctf-open-bfd.d ctf-open.d ctf-qsort_r.d ctf-string.d ctf-subr.d ctf-types.d ctf-util.d ctf-archive.d.tmp ctf-create.d.tmp ctf-decl.d.tmp ctf-dump.d.tmp ctf-error.d.tmp ctf-hash.d.tmp ctf-labels.d.tmp ctf-link.d.tmp ctf-lookup.d.tmp ctf-open-bfd.d.tmp ctf-open.d.tmp ctf-qsort_r.d.tmp ctf-string.d.tmp ctf-subr.d.tmp ctf-types.d.tmp ctf-util.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f .depend common.d db.d db3.d dbinfo.d ext.d hdb-keytab.d hdb-ldap.d hdb-mitdb.d hdb-sqlite.d hdb.d hdb_err.d keys.d keytab.d mkey.d ndbm.d print.d common.d.tmp db.d.tmp db3.d.tmp dbinfo.d.tmp ext.d.tmp hdb-keytab.d.tmp hdb-ldap.d.tmp hdb-mitdb.d.tmp hdb-sqlite.d.tmp hdb.d.tmp hdb_err.d.tmp keys.d.tmp keytab.d.tmp mkey.d.tmp ndbm.d.tmp print.d.tmp tags || true) --- cleandir-external --- --- cleandir-libopcodes --- cleandir ===> external/gpl3/binutils/lib/libopcodes --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libkafs --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libkafs --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes.a i386-dis.o i386-opc.o dis-buf.o disassemble.o dis-init.o i386-dis.o.tmp i386-opc.o.tmp dis-buf.o.tmp disassemble.o.tmp dis-init.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes.a i386-dis.o i386-opc.o dis-buf.o disassemble.o dis-init.o i386-dis.o.tmp i386-opc.o.tmp dis-buf.o.tmp disassemble.o.tmp dis-init.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_g.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs.a afssys.o afskrb5.o common.o rxkad_kdf.o afssys.o.tmp afskrb5.o.tmp common.o.tmp rxkad_kdf.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs.a afssys.o afskrb5.o common.o rxkad_kdf.o afssys.o.tmp afskrb5.o.tmp common.o.tmp rxkad_kdf.o.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_pic.a libopcodes.so.* libopcodes.so i386-dis.pico i386-opc.pico dis-buf.pico disassemble.pico dis-init.pico i386-dis.pico.tmp i386-opc.pico.tmp dis-buf.pico.tmp disassemble.pico.tmp dis-init.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_p.a afssys.po afskrb5.po common.po rxkad_kdf.po afssys.po.tmp afskrb5.po.tmp common.po.tmp rxkad_kdf.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes_pic.a libopcodes.so.* libopcodes.so i386-dis.pico i386-opc.pico dis-buf.pico disassemble.pico dis-init.pico i386-dis.pico.tmp i386-opc.pico.tmp dis-buf.pico.tmp disassemble.pico.tmp dis-init.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_p.a afssys.po afskrb5.po common.po rxkad_kdf.po afssys.po.tmp afskrb5.po.tmp common.po.tmp rxkad_kdf.po.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f llib-lopcodes.ln i386-dis.ln i386-opc.ln dis-buf.ln disassemble.ln dis-init.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f llib-lopcodes.ln i386-dis.ln i386-opc.ln dis-buf.ln disassemble.ln dis-init.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes.so.10.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_pic.a libkafs.so.* libkafs.so afssys.pico afskrb5.pico common.pico rxkad_kdf.pico afssys.pico.tmp afskrb5.pico.tmp common.pico.tmp rxkad_kdf.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f libopcodes.so.10.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_pic.a libkafs.so.* libkafs.so afssys.pico afskrb5.pico common.pico rxkad_kdf.pico afssys.pico.tmp afskrb5.pico.tmp common.pico.tmp rxkad_kdf.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libopcodes && rm -f .depend dis-buf.d dis-init.d disassemble.d i386-dis.d i386-opc.d dis-buf.d.tmp dis-init.d.tmp disassemble.d.tmp i386-dis.d.tmp i386-opc.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f llib-lkafs.ln afssys.ln afskrb5.ln common.ln rxkad_kdf.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libopcodes && rm -f .depend dis-buf.d dis-init.d disassemble.d i386-dis.d i386-opc.d dis-buf.d.tmp dis-init.d.tmp disassemble.d.tmp i386-dis.d.tmp i386-opc.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f llib-lkafs.ln afssys.ln afskrb5.ln common.ln rxkad_kdf.ln || true) --- cleandir-external --- --- cleandir-libbfd --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/gpl3/binutils/lib/libbfd --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs.so.14.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs.so.14.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f kafs.html3 .depend afskrb5.d afssys.d common.d rxkad_kdf.d afskrb5.d.tmp afssys.d.tmp common.d.tmp rxkad_kdf.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o lib_bfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-i386.o elf32.o coff-i386.o cofflink.o coffgen.o pei-i386.o peigen.o i386bsd.o aout32.o i386netbsd.o pei-x86_64.o pex64igen.o elf64-gen.o elf32-gen.o plugin.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o netbsd-core.o archive64.o archive.o.tmp archures.o.tmp bfd.o.tmp bfdio.o.tmp bfdwin.o.tmp cache.o.tmp coff-bfd.o.tmp compress.o.tmp corefile.o.tmp elf-properties.o.tmp format.o.tmp hash.o.tmp init.o.tmp lib_bfd.o.tmp linker.o.tmp merge.o.tmp opncls.o.tmp reloc.o.tmp section.o.tmp simple.o.tmp stab-syms.o.tmp stabs.o.tmp syms.o.tmp targets.o.tmp binary.o.tmp ihex.o.tmp srec.o.tmp tekhex.o.tmp verilog.o.tmp elf64-x86-64.o.tmp elfxx-x86.o.tmp elf-ifunc.o.tmp elf-nacl.o.tmp elf-vxworks.o.tmp elf64.o.tmp elf.o.tmp elflink.o.tmp elf-attrs.o.tmp elf-strtab.o.tmp elf-eh-frame.o.tmp dwarf1.o.tmp dwarf2.o.tmp elf32-i386.o.tmp elf32.o.tmp coff-i386.o.tmp cofflink.o.tmp coffgen.o.tmp pei-i386.o.tmp peigen.o.tmp i386bsd.o.tmp aout32.o.tmp i386netbsd.o.tmp pei-x86_64.o.tmp pex64igen.o.tmp elf64-gen.o.tmp elf32-gen.o.tmp plugin.o.tmp cpu-i386.o.tmp cpu-iamcu.o.tmp cpu-l1om.o.tmp cpu-k1om.o.tmp netbsd-core.o.tmp archive64.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f kafs.html3 .depend afskrb5.d afssys.d common.d rxkad_kdf.d afskrb5.d.tmp afssys.d.tmp common.d.tmp rxkad_kdf.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o lib_bfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-i386.o elf32.o coff-i386.o cofflink.o coffgen.o pei-i386.o peigen.o i386bsd.o aout32.o i386netbsd.o pei-x86_64.o pex64igen.o elf64-gen.o elf32-gen.o plugin.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o netbsd-core.o archive64.o archive.o.tmp archures.o.tmp bfd.o.tmp bfdio.o.tmp bfdwin.o.tmp cache.o.tmp coff-bfd.o.tmp compress.o.tmp corefile.o.tmp elf-properties.o.tmp format.o.tmp hash.o.tmp init.o.tmp lib_bfd.o.tmp linker.o.tmp merge.o.tmp opncls.o.tmp reloc.o.tmp section.o.tmp simple.o.tmp stab-syms.o.tmp stabs.o.tmp syms.o.tmp targets.o.tmp binary.o.tmp ihex.o.tmp srec.o.tmp tekhex.o.tmp verilog.o.tmp elf64-x86-64.o.tmp elfxx-x86.o.tmp elf-ifunc.o.tmp elf-nacl.o.tmp elf-vxworks.o.tmp elf64.o.tmp elf.o.tmp elflink.o.tmp elf-attrs.o.tmp elf-strtab.o.tmp elf-eh-frame.o.tmp dwarf1.o.tmp dwarf2.o.tmp elf32-i386.o.tmp elf32.o.tmp coff-i386.o.tmp cofflink.o.tmp coffgen.o.tmp pei-i386.o.tmp peigen.o.tmp i386bsd.o.tmp aout32.o.tmp i386netbsd.o.tmp pei-x86_64.o.tmp pex64igen.o.tmp elf64-gen.o.tmp elf32-gen.o.tmp plugin.o.tmp cpu-i386.o.tmp cpu-iamcu.o.tmp cpu-l1om.o.tmp cpu-k1om.o.tmp netbsd-core.o.tmp archive64.o.tmp || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libheimntlm --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libheimntlm --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f libbfd_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f libbfd_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f libbfd_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f libbfd_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f libbfd_pic.a libbfd.so.* libbfd.so archive.pico archures.pico bfd.pico bfdio.pico bfdwin.pico cache.pico coff-bfd.pico compress.pico corefile.pico elf-properties.pico format.pico hash.pico init.pico lib_bfd.pico linker.pico merge.pico opncls.pico reloc.pico section.pico simple.pico stab-syms.pico stabs.pico syms.pico targets.pico binary.pico ihex.pico srec.pico tekhex.pico verilog.pico elf64-x86-64.pico elfxx-x86.pico elf-ifunc.pico elf-nacl.pico elf-vxworks.pico elf64.pico elf.pico elflink.pico elf-attrs.pico elf-strtab.pico elf-eh-frame.pico dwarf1.pico dwarf2.pico elf32-i386.pico elf32.pico coff-i386.pico cofflink.pico coffgen.pico pei-i386.pico peigen.pico i386bsd.pico aout32.pico i386netbsd.pico pei-x86_64.pico pex64igen.pico elf64-gen.pico elf32-gen.pico plugin.pico cpu-i386.pico cpu-iamcu.pico cpu-l1om.pico cpu-k1om.pico netbsd-core.pico archive64.pico archive.pico.tmp archures.pico.tmp bfd.pico.tmp bfdio.pico.tmp bfdwin.pico.tmp cache.pico.tmp coff-bfd.pico.tmp compress.pico.tmp corefile.pico.tmp elf-properties.pico.tmp format.pico.tmp hash.pico.tmp init.pico.tmp lib_bfd.pico.tmp linker.pico.tmp merge.pico.tmp opncls.pico.tmp reloc.pico.tmp section.pico.tmp simple.pico.tmp stab-syms.pico.tmp stabs.pico.tmp syms.pico.tmp targets.pico.tmp binary.pico.tmp ihex.pico.tmp srec.pico.tmp tekhex.pico.tmp verilog.pico.tmp elf64-x86-64.pico.tmp elfxx-x86.pico.tmp elf-ifunc.pico.tmp elf-nacl.pico.tmp elf-vxworks.pico.tmp elf64.pico.tmp elf.pico.tmp elflink.pico.tmp elf-attrs.pico.tmp elf-strtab.pico.tmp elf-eh-frame.pico.tmp dwarf1.pico.tmp dwarf2.pico.tmp elf32-i386.pico.tmp elf32.pico.tmp coff-i386.pico.tmp cofflink.pico.tmp coffgen.pico.tmp pei-i386.pico.tmp peigen.pico.tmp i386bsd.pico.tmp aout32.pico.tmp i386netbsd.pico.tmp pei-x86_64.pico.tmp pex64igen.pico.tmp elf64-gen.pico.tmp elf32-gen.pico.tmp plugin.pico.tmp cpu-i386.pico.tmp cpu-iamcu.pico.tmp cpu-l1om.pico.tmp cpu-k1om.pico.tmp netbsd-core.pico.tmp archive64.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f libbfd_pic.a libbfd.so.* libbfd.so archive.pico archures.pico bfd.pico bfdio.pico bfdwin.pico cache.pico coff-bfd.pico compress.pico corefile.pico elf-properties.pico format.pico hash.pico init.pico lib_bfd.pico linker.pico merge.pico opncls.pico reloc.pico section.pico simple.pico stab-syms.pico stabs.pico syms.pico targets.pico binary.pico ihex.pico srec.pico tekhex.pico verilog.pico elf64-x86-64.pico elfxx-x86.pico elf-ifunc.pico elf-nacl.pico elf-vxworks.pico elf64.pico elf.pico elflink.pico elf-attrs.pico elf-strtab.pico elf-eh-frame.pico dwarf1.pico dwarf2.pico elf32-i386.pico elf32.pico coff-i386.pico cofflink.pico coffgen.pico pei-i386.pico peigen.pico i386bsd.pico aout32.pico i386netbsd.pico pei-x86_64.pico pex64igen.pico elf64-gen.pico elf32-gen.pico plugin.pico cpu-i386.pico cpu-iamcu.pico cpu-l1om.pico cpu-k1om.pico netbsd-core.pico archive64.pico archive.pico.tmp archures.pico.tmp bfd.pico.tmp bfdio.pico.tmp bfdwin.pico.tmp cache.pico.tmp coff-bfd.pico.tmp compress.pico.tmp corefile.pico.tmp elf-properties.pico.tmp format.pico.tmp hash.pico.tmp init.pico.tmp lib_bfd.pico.tmp linker.pico.tmp merge.pico.tmp opncls.pico.tmp reloc.pico.tmp section.pico.tmp simple.pico.tmp stab-syms.pico.tmp stabs.pico.tmp syms.pico.tmp targets.pico.tmp binary.pico.tmp ihex.pico.tmp srec.pico.tmp tekhex.pico.tmp verilog.pico.tmp elf64-x86-64.pico.tmp elfxx-x86.pico.tmp elf-ifunc.pico.tmp elf-nacl.pico.tmp elf-vxworks.pico.tmp elf64.pico.tmp elf.pico.tmp elflink.pico.tmp elf-attrs.pico.tmp elf-strtab.pico.tmp elf-eh-frame.pico.tmp dwarf1.pico.tmp dwarf2.pico.tmp elf32-i386.pico.tmp elf32.pico.tmp coff-i386.pico.tmp cofflink.pico.tmp coffgen.pico.tmp pei-i386.pico.tmp peigen.pico.tmp i386bsd.pico.tmp aout32.pico.tmp i386netbsd.pico.tmp pei-x86_64.pico.tmp pex64igen.pico.tmp elf64-gen.pico.tmp elf32-gen.pico.tmp plugin.pico.tmp cpu-i386.pico.tmp cpu-iamcu.pico.tmp cpu-l1om.pico.tmp cpu-k1om.pico.tmp netbsd-core.pico.tmp archive64.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f llib-lbfd.ln archive.ln archures.ln bfd.ln bfdio.ln bfdwin.ln cache.ln coff-bfd.ln compress.ln corefile.ln elf-properties.ln format.ln hash.ln init.ln lib_bfd.ln linker.ln merge.ln opncls.ln reloc.ln section.ln simple.ln stab-syms.ln stabs.ln syms.ln targets.ln binary.ln ihex.ln srec.ln tekhex.ln verilog.ln elf64-x86-64.ln elfxx-x86.ln elf-ifunc.ln elf-nacl.ln elf-vxworks.ln elf64.ln elf.ln elflink.ln elf-attrs.ln elf-strtab.ln elf-eh-frame.ln dwarf1.ln dwarf2.ln elf32-i386.ln elf32.ln coff-i386.ln cofflink.ln coffgen.ln pei-i386.ln peigen.ln i386bsd.ln aout32.ln i386netbsd.ln pei-x86_64.ln pex64igen.ln elf64-gen.ln elf32-gen.ln plugin.ln cpu-i386.ln cpu-iamcu.ln cpu-l1om.ln cpu-k1om.ln netbsd-core.ln archive64.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f llib-lbfd.ln archive.ln archures.ln bfd.ln bfdio.ln bfdwin.ln cache.ln coff-bfd.ln compress.ln corefile.ln elf-properties.ln format.ln hash.ln init.ln lib_bfd.ln linker.ln merge.ln opncls.ln reloc.ln section.ln simple.ln stab-syms.ln stabs.ln syms.ln targets.ln binary.ln ihex.ln srec.ln tekhex.ln verilog.ln elf64-x86-64.ln elfxx-x86.ln elf-ifunc.ln elf-nacl.ln elf-vxworks.ln elf64.ln elf.ln elflink.ln elf-attrs.ln elf-strtab.ln elf-eh-frame.ln dwarf1.ln dwarf2.ln elf32-i386.ln elf32.ln coff-i386.ln cofflink.ln coffgen.ln pei-i386.ln peigen.ln i386bsd.ln aout32.ln i386netbsd.ln pei-x86_64.ln pex64igen.ln elf64-gen.ln elf32-gen.ln plugin.ln cpu-i386.ln cpu-iamcu.ln cpu-l1om.ln cpu-k1om.ln netbsd-core.ln archive64.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm.a ntlm_err.o ntlm.o ntlm_err.o.tmp ntlm.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm.a ntlm_err.o ntlm.o ntlm_err.o.tmp ntlm.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f elf32-target.h elf64-target.h targmatch.h elf32-aarch64.c elf64-aarch64.c elf32-ia64.c elf64-ia64.c elf32-riscv.c elf64-riscv.c peigen.c pepigen.c pex64igen.c libbfd.so.17.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f elf32-target.h elf64-target.h targmatch.h elf32-aarch64.c elf64-aarch64.c elf32-ia64.c elf64-ia64.c elf32-riscv.c elf64-riscv.c peigen.c pepigen.c pex64igen.c libbfd.so.17.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_p.a ntlm_err.po ntlm.po ntlm_err.po.tmp ntlm.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_p.a ntlm_err.po ntlm.po ntlm_err.po.tmp ntlm.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libbfd && rm -f .depend aout32.d archive.d archive64.d archures.d bfd.d bfdio.d bfdwin.d binary.d cache.d coff-bfd.d coff-i386.d coffgen.d cofflink.d compress.d corefile.d cpu-i386.d cpu-iamcu.d cpu-k1om.d cpu-l1om.d dwarf1.d dwarf2.d elf-attrs.d elf-eh-frame.d elf-ifunc.d elf-nacl.d elf-properties.d elf-strtab.d elf-vxworks.d elf.d elf32-aarch64.d elf32-gen.d elf32-i386.d elf32-ia64.d elf32-riscv.d elf32.d elf64-aarch64.d elf64-gen.d elf64-ia64.d elf64-riscv.d elf64-x86-64.d elf64.d elflink.d elfxx-x86.d format.d hash.d i386bsd.d i386netbsd.d ihex.d init.d lib_bfd.d linker.d merge.d netbsd-core.d opncls.d pei-i386.d pei-x86_64.d peigen.d pepigen.d pex64igen.d plugin.d reloc.d section.d simple.d srec.d stab-syms.d stabs.d syms.d targets.d tekhex.d verilog.d aout32.d.tmp archive.d.tmp archive64.d.tmp archures.d.tmp bfd.d.tmp bfdio.d.tmp bfdwin.d.tmp binary.d.tmp cache.d.tmp coff-bfd.d.tmp coff-i386.d.tmp coffgen.d.tmp cofflink.d.tmp compress.d.tmp corefile.d.tmp cpu-i386.d.tmp cpu-iamcu.d.tmp cpu-k1om.d.tmp cpu-l1om.d.tmp dwarf1.d.tmp dwarf2.d.tmp elf-attrs.d.tmp elf-eh-frame.d.tmp elf-ifunc.d.tmp elf-nacl.d.tmp elf-properties.d.tmp elf-strtab.d.tmp elf-vxworks.d.tmp elf.d.tmp elf32-aarch64.d.tmp elf32-gen.d.tmp elf32-i386.d.tmp elf32-ia64.d.tmp elf32-riscv.d.tmp elf32.d.tmp elf64-aarch64.d.tmp elf64-gen.d.tmp elf64-ia64.d.tmp elf64-riscv.d.tmp elf64-x86-64.d.tmp elf64.d.tmp elflink.d.tmp elfxx-x86.d.tmp format.d.tmp hash.d.tmp i386bsd.d.tmp i386netbsd.d.tmp ihex.d.tmp init.d.tmp lib_bfd.d.tmp linker.d.tmp merge.d.tmp netbsd-core.d.tmp opncls.d.tmp pei-i386.d.tmp pei-x86_64.d.tmp peigen.d.tmp pepigen.d.tmp pex64igen.d.tmp plugin.d.tmp reloc.d.tmp section.d.tmp simple.d.tmp srec.d.tmp stab-syms.d.tmp stabs.d.tmp syms.d.tmp targets.d.tmp tekhex.d.tmp verilog.d.tmp tags bfd.info || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libbfd && rm -f .depend aout32.d archive.d archive64.d archures.d bfd.d bfdio.d bfdwin.d binary.d cache.d coff-bfd.d coff-i386.d coffgen.d cofflink.d compress.d corefile.d cpu-i386.d cpu-iamcu.d cpu-k1om.d cpu-l1om.d dwarf1.d dwarf2.d elf-attrs.d elf-eh-frame.d elf-ifunc.d elf-nacl.d elf-properties.d elf-strtab.d elf-vxworks.d elf.d elf32-aarch64.d elf32-gen.d elf32-i386.d elf32-ia64.d elf32-riscv.d elf32.d elf64-aarch64.d elf64-gen.d elf64-ia64.d elf64-riscv.d elf64-x86-64.d elf64.d elflink.d elfxx-x86.d format.d hash.d i386bsd.d i386netbsd.d ihex.d init.d lib_bfd.d linker.d merge.d netbsd-core.d opncls.d pei-i386.d pei-x86_64.d peigen.d pepigen.d pex64igen.d plugin.d reloc.d section.d simple.d srec.d stab-syms.d stabs.d syms.d targets.d tekhex.d verilog.d aout32.d.tmp archive.d.tmp archive64.d.tmp archures.d.tmp bfd.d.tmp bfdio.d.tmp bfdwin.d.tmp binary.d.tmp cache.d.tmp coff-bfd.d.tmp coff-i386.d.tmp coffgen.d.tmp cofflink.d.tmp compress.d.tmp corefile.d.tmp cpu-i386.d.tmp cpu-iamcu.d.tmp cpu-k1om.d.tmp cpu-l1om.d.tmp dwarf1.d.tmp dwarf2.d.tmp elf-attrs.d.tmp elf-eh-frame.d.tmp elf-ifunc.d.tmp elf-nacl.d.tmp elf-properties.d.tmp elf-strtab.d.tmp elf-vxworks.d.tmp elf.d.tmp elf32-aarch64.d.tmp elf32-gen.d.tmp elf32-i386.d.tmp elf32-ia64.d.tmp elf32-riscv.d.tmp elf32.d.tmp elf64-aarch64.d.tmp elf64-gen.d.tmp elf64-ia64.d.tmp elf64-riscv.d.tmp elf64-x86-64.d.tmp elf64.d.tmp elflink.d.tmp elfxx-x86.d.tmp format.d.tmp hash.d.tmp i386bsd.d.tmp i386netbsd.d.tmp ihex.d.tmp init.d.tmp lib_bfd.d.tmp linker.d.tmp merge.d.tmp netbsd-core.d.tmp opncls.d.tmp pei-i386.d.tmp pei-x86_64.d.tmp peigen.d.tmp pepigen.d.tmp pex64igen.d.tmp plugin.d.tmp reloc.d.tmp section.d.tmp simple.d.tmp srec.d.tmp stab-syms.d.tmp stabs.d.tmp syms.d.tmp targets.d.tmp tekhex.d.tmp verilog.d.tmp tags bfd.info || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_g.a || true) --- cleandir-external --- --- cleandir-libiberty --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/gpl3/binutils/lib/libiberty --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_pic.a libheimntlm.so.* libheimntlm.so ntlm_err.pico ntlm.pico ntlm_err.pico.tmp ntlm.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_pic.a libheimntlm.so.* libheimntlm.so ntlm_err.pico ntlm.pico ntlm_err.pico.tmp ntlm.pico.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f libiberty.a regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filedescriptor.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o xvasprintf.o mempcpy.o strverscmp.o regex.o.tmp cplus-dem.o.tmp cp-demangle.o.tmp md5.o.tmp sha1.o.tmp alloca.o.tmp argv.o.tmp choose-temp.o.tmp concat.o.tmp cp-demint.o.tmp crc32.o.tmp d-demangle.o.tmp dwarfnames.o.tmp dyn-string.o.tmp fdmatch.o.tmp fibheap.o.tmp filedescriptor.o.tmp filename_cmp.o.tmp floatformat.o.tmp fnmatch.o.tmp fopen_unlocked.o.tmp getopt.o.tmp getopt1.o.tmp getpwd.o.tmp getruntime.o.tmp hashtab.o.tmp hex.o.tmp lbasename.o.tmp lrealpath.o.tmp make-relative-prefix.o.tmp make-temp-file.o.tmp objalloc.o.tmp obstack.o.tmp partition.o.tmp pexecute.o.tmp physmem.o.tmp pex-common.o.tmp pex-one.o.tmp pex-unix.o.tmp vprintf-support.o.tmp rust-demangle.o.tmp safe-ctype.o.tmp simple-object.o.tmp simple-object-coff.o.tmp simple-object-elf.o.tmp simple-object-mach-o.o.tmp simple-object-xcoff.o.tmp sort.o.tmp spaces.o.tmp splay-tree.o.tmp stack-limit.o.tmp strerror.o.tmp strsignal.o.tmp timeval-utils.o.tmp unlink-if-ordinary.o.tmp xasprintf.o.tmp xatexit.o.tmp xexit.o.tmp xmalloc.o.tmp xmemdup.o.tmp xstrdup.o.tmp xstrerror.o.tmp xstrndup.o.tmp xvasprintf.o.tmp mempcpy.o.tmp strverscmp.o.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f llib-lheimntlm.ln ntlm.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f libiberty.a regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filedescriptor.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o xvasprintf.o mempcpy.o strverscmp.o regex.o.tmp cplus-dem.o.tmp cp-demangle.o.tmp md5.o.tmp sha1.o.tmp alloca.o.tmp argv.o.tmp choose-temp.o.tmp concat.o.tmp cp-demint.o.tmp crc32.o.tmp d-demangle.o.tmp dwarfnames.o.tmp dyn-string.o.tmp fdmatch.o.tmp fibheap.o.tmp filedescriptor.o.tmp filename_cmp.o.tmp floatformat.o.tmp fnmatch.o.tmp fopen_unlocked.o.tmp getopt.o.tmp getopt1.o.tmp getpwd.o.tmp getruntime.o.tmp hashtab.o.tmp hex.o.tmp lbasename.o.tmp lrealpath.o.tmp make-relative-prefix.o.tmp make-temp-file.o.tmp objalloc.o.tmp obstack.o.tmp partition.o.tmp pexecute.o.tmp physmem.o.tmp pex-common.o.tmp pex-one.o.tmp pex-unix.o.tmp vprintf-support.o.tmp rust-demangle.o.tmp safe-ctype.o.tmp simple-object.o.tmp simple-object-coff.o.tmp simple-object-elf.o.tmp simple-object-mach-o.o.tmp simple-object-xcoff.o.tmp sort.o.tmp spaces.o.tmp splay-tree.o.tmp stack-limit.o.tmp strerror.o.tmp strsignal.o.tmp timeval-utils.o.tmp unlink-if-ordinary.o.tmp xasprintf.o.tmp xatexit.o.tmp xexit.o.tmp xmalloc.o.tmp xmemdup.o.tmp xstrdup.o.tmp xstrerror.o.tmp xstrndup.o.tmp xvasprintf.o.tmp mempcpy.o.tmp strverscmp.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f llib-lheimntlm.ln ntlm.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f libiberty_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f ntlm_err.c ntlm_err.h libheimntlm.so.6.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f ntlm_err.c ntlm_err.h libheimntlm.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f libiberty_p.a || true) --- libclean3 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f libiberty_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f .depend ntlm.d ntlm_err.d ntlm.d.tmp ntlm_err.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f .depend ntlm.d ntlm_err.d ntlm.d.tmp ntlm_err.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f libiberty_g.a || true) --- libclean4 --- --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libkdc --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f libiberty_pic.a || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libkdc --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f libiberty_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f llib-liberty.ln regex.ln cplus-dem.ln cp-demangle.ln md5.ln sha1.ln alloca.ln argv.ln choose-temp.ln concat.ln cp-demint.ln crc32.ln d-demangle.ln dwarfnames.ln dyn-string.ln fdmatch.ln fibheap.ln filedescriptor.ln filename_cmp.ln floatformat.ln fnmatch.ln fopen_unlocked.ln getopt.ln getopt1.ln getpwd.ln getruntime.ln hashtab.ln hex.ln lbasename.ln lrealpath.ln make-relative-prefix.ln make-temp-file.ln objalloc.ln obstack.ln partition.ln pexecute.ln physmem.ln pex-common.ln pex-one.ln pex-unix.ln vprintf-support.ln rust-demangle.ln safe-ctype.ln simple-object.ln simple-object-coff.ln simple-object-elf.ln simple-object-mach-o.ln simple-object-xcoff.ln sort.ln spaces.ln splay-tree.ln stack-limit.ln strerror.ln strsignal.ln timeval-utils.ln unlink-if-ordinary.ln xasprintf.ln xatexit.ln xexit.ln xmalloc.ln xmemdup.ln xstrdup.ln xstrerror.ln xstrndup.ln xvasprintf.ln mempcpy.ln strverscmp.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f llib-liberty.ln regex.ln cplus-dem.ln cp-demangle.ln md5.ln sha1.ln alloca.ln argv.ln choose-temp.ln concat.ln cp-demint.ln crc32.ln d-demangle.ln dwarfnames.ln dyn-string.ln fdmatch.ln fibheap.ln filedescriptor.ln filename_cmp.ln floatformat.ln fnmatch.ln fopen_unlocked.ln getopt.ln getopt1.ln getpwd.ln getruntime.ln hashtab.ln hex.ln lbasename.ln lrealpath.ln make-relative-prefix.ln make-temp-file.ln objalloc.ln obstack.ln partition.ln pexecute.ln physmem.ln pex-common.ln pex-one.ln pex-unix.ln vprintf-support.ln rust-demangle.ln safe-ctype.ln simple-object.ln simple-object-coff.ln simple-object-elf.ln simple-object-mach-o.ln simple-object-xcoff.ln sort.ln spaces.ln splay-tree.ln stack-limit.ln strerror.ln strsignal.ln timeval-utils.ln unlink-if-ordinary.ln xasprintf.ln xatexit.ln xexit.ln xmalloc.ln xmemdup.ln xstrdup.ln xstrerror.ln xstrndup.ln xvasprintf.ln mempcpy.ln strverscmp.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f libiberty.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f libiberty.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/lib/libiberty && rm -f .depend alloca.d argv.d choose-temp.d concat.d cp-demangle.d cp-demint.d cplus-dem.d crc32.d d-demangle.d dwarfnames.d dyn-string.d fdmatch.d fibheap.d filedescriptor.d filename_cmp.d floatformat.d fnmatch.d fopen_unlocked.d getopt.d getopt1.d getpwd.d getruntime.d hashtab.d hex.d lbasename.d lrealpath.d make-relative-prefix.d make-temp-file.d md5.d mempcpy.d objalloc.d obstack.d partition.d pex-common.d pex-one.d pex-unix.d pexecute.d physmem.d regex.d rust-demangle.d safe-ctype.d sha1.d simple-object-coff.d simple-object-elf.d simple-object-mach-o.d simple-object-xcoff.d simple-object.d sort.d spaces.d splay-tree.d stack-limit.d strerror.d strsignal.d strverscmp.d timeval-utils.d unlink-if-ordinary.d vprintf-support.d xasprintf.d xatexit.d xexit.d xmalloc.d xmemdup.d xstrdup.d xstrerror.d xstrndup.d xvasprintf.d alloca.d.tmp argv.d.tmp choose-temp.d.tmp concat.d.tmp cp-demangle.d.tmp cp-demint.d.tmp cplus-dem.d.tmp crc32.d.tmp d-demangle.d.tmp dwarfnames.d.tmp dyn-string.d.tmp fdmatch.d.tmp fibheap.d.tmp filedescriptor.d.tmp filename_cmp.d.tmp floatformat.d.tmp fnmatch.d.tmp fopen_unlocked.d.tmp getopt.d.tmp getopt1.d.tmp getpwd.d.tmp getruntime.d.tmp hashtab.d.tmp hex.d.tmp lbasename.d.tmp lrealpath.d.tmp make-relative-prefix.d.tmp make-temp-file.d.tmp md5.d.tmp mempcpy.d.tmp objalloc.d.tmp obstack.d.tmp partition.d.tmp pex-common.d.tmp pex-one.d.tmp pex-unix.d.tmp pexecute.d.tmp physmem.d.tmp regex.d.tmp rust-demangle.d.tmp safe-ctype.d.tmp sha1.d.tmp simple-object-coff.d.tmp simple-object-elf.d.tmp simple-object-mach-o.d.tmp simple-object-xcoff.d.tmp simple-object.d.tmp sort.d.tmp spaces.d.tmp splay-tree.d.tmp stack-limit.d.tmp strerror.d.tmp strsignal.d.tmp strverscmp.d.tmp timeval-utils.d.tmp unlink-if-ordinary.d.tmp vprintf-support.d.tmp xasprintf.d.tmp xatexit.d.tmp xexit.d.tmp xmalloc.d.tmp xmemdup.d.tmp xstrdup.d.tmp xstrerror.d.tmp xstrndup.d.tmp xvasprintf.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/lib/libiberty && rm -f .depend alloca.d argv.d choose-temp.d concat.d cp-demangle.d cp-demint.d cplus-dem.d crc32.d d-demangle.d dwarfnames.d dyn-string.d fdmatch.d fibheap.d filedescriptor.d filename_cmp.d floatformat.d fnmatch.d fopen_unlocked.d getopt.d getopt1.d getpwd.d getruntime.d hashtab.d hex.d lbasename.d lrealpath.d make-relative-prefix.d make-temp-file.d md5.d mempcpy.d objalloc.d obstack.d partition.d pex-common.d pex-one.d pex-unix.d pexecute.d physmem.d regex.d rust-demangle.d safe-ctype.d sha1.d simple-object-coff.d simple-object-elf.d simple-object-mach-o.d simple-object-xcoff.d simple-object.d sort.d spaces.d splay-tree.d stack-limit.d strerror.d strsignal.d strverscmp.d timeval-utils.d unlink-if-ordinary.d vprintf-support.d xasprintf.d xatexit.d xexit.d xmalloc.d xmemdup.d xstrdup.d xstrerror.d xstrndup.d xvasprintf.d alloca.d.tmp argv.d.tmp choose-temp.d.tmp concat.d.tmp cp-demangle.d.tmp cp-demint.d.tmp cplus-dem.d.tmp crc32.d.tmp d-demangle.d.tmp dwarfnames.d.tmp dyn-string.d.tmp fdmatch.d.tmp fibheap.d.tmp filedescriptor.d.tmp filename_cmp.d.tmp floatformat.d.tmp fnmatch.d.tmp fopen_unlocked.d.tmp getopt.d.tmp getopt1.d.tmp getpwd.d.tmp getruntime.d.tmp hashtab.d.tmp hex.d.tmp lbasename.d.tmp lrealpath.d.tmp make-relative-prefix.d.tmp make-temp-file.d.tmp md5.d.tmp mempcpy.d.tmp objalloc.d.tmp obstack.d.tmp partition.d.tmp pex-common.d.tmp pex-one.d.tmp pex-unix.d.tmp pexecute.d.tmp physmem.d.tmp regex.d.tmp rust-demangle.d.tmp safe-ctype.d.tmp sha1.d.tmp simple-object-coff.d.tmp simple-object-elf.d.tmp simple-object-mach-o.d.tmp simple-object-xcoff.d.tmp simple-object.d.tmp sort.d.tmp spaces.d.tmp splay-tree.d.tmp stack-limit.d.tmp strerror.d.tmp strsignal.d.tmp strverscmp.d.tmp timeval-utils.d.tmp unlink-if-ordinary.d.tmp vprintf-support.d.tmp xasprintf.d.tmp xatexit.d.tmp xexit.d.tmp xmalloc.d.tmp xmemdup.d.tmp xstrdup.d.tmp xstrerror.d.tmp xstrndup.d.tmp xvasprintf.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> external/gpl3/binutils/usr.bin --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-common --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc.a default_config.o set_dbinfo.o digest.o fast.o kerberos5.o krb5tgs.o pkinit.o pkinit-ec.o log.o misc.o kx509.o process.o windc.o default_config.o.tmp set_dbinfo.o.tmp digest.o.tmp fast.o.tmp kerberos5.o.tmp krb5tgs.o.tmp pkinit.o.tmp pkinit-ec.o.tmp log.o.tmp misc.o.tmp kx509.o.tmp process.o.tmp windc.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.bin/common --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc.a default_config.o set_dbinfo.o digest.o fast.o kerberos5.o krb5tgs.o pkinit.o pkinit-ec.o log.o misc.o kx509.o process.o windc.o default_config.o.tmp set_dbinfo.o.tmp digest.o.tmp fast.o.tmp kerberos5.o.tmp krb5tgs.o.tmp pkinit.o.tmp pkinit-ec.o.tmp log.o.tmp misc.o.tmp kx509.o.tmp process.o.tmp windc.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/common && rm -f bfdver.texi || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_p.a default_config.po set_dbinfo.po digest.po fast.po kerberos5.po krb5tgs.po pkinit.po pkinit-ec.po log.po misc.po kx509.po process.po windc.po default_config.po.tmp set_dbinfo.po.tmp digest.po.tmp fast.po.tmp kerberos5.po.tmp krb5tgs.po.tmp pkinit.po.tmp pkinit-ec.po.tmp log.po.tmp misc.po.tmp kx509.po.tmp process.po.tmp windc.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/common && rm -f bfdver.texi || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_p.a default_config.po set_dbinfo.po digest.po fast.po kerberos5.po krb5tgs.po pkinit.po pkinit-ec.po log.po misc.po kx509.po process.po windc.po default_config.po.tmp set_dbinfo.po.tmp digest.po.tmp fast.po.tmp kerberos5.po.tmp krb5tgs.po.tmp pkinit.po.tmp pkinit-ec.po.tmp log.po.tmp misc.po.tmp kx509.po.tmp process.po.tmp windc.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/common && rm -f binutils.info || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/common && rm -f binutils.info || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_g.a || true) --- cleandir-external --- --- cleandir-addr2line --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.bin/addr2line --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_pic.a libkdc.so.* libkdc.so default_config.pico set_dbinfo.pico digest.pico fast.pico kerberos5.pico krb5tgs.pico pkinit.pico pkinit-ec.pico log.pico misc.pico kx509.pico process.pico windc.pico default_config.pico.tmp set_dbinfo.pico.tmp digest.pico.tmp fast.pico.tmp kerberos5.pico.tmp krb5tgs.pico.tmp pkinit.pico.tmp pkinit-ec.pico.tmp log.pico.tmp misc.pico.tmp kx509.pico.tmp process.pico.tmp windc.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_pic.a libkdc.so.* libkdc.so default_config.pico set_dbinfo.pico digest.pico fast.pico kerberos5.pico krb5tgs.pico pkinit.pico pkinit-ec.pico log.pico misc.pico kx509.pico process.pico windc.pico default_config.pico.tmp set_dbinfo.pico.tmp digest.pico.tmp fast.pico.tmp kerberos5.pico.tmp krb5tgs.pico.tmp pkinit.pico.tmp pkinit-ec.pico.tmp log.pico.tmp misc.pico.tmp kx509.pico.tmp process.pico.tmp windc.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f llib-lkdc.ln default_config.ln set_dbinfo.ln digest.ln fast.ln kerberos5.ln krb5tgs.ln pkinit.ln pkinit-ec.ln log.ln misc.ln kx509.ln process.ln windc.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f llib-lkdc.ln default_config.ln set_dbinfo.ln digest.ln fast.ln kerberos5.ln krb5tgs.ln pkinit.ln pkinit-ec.ln log.ln misc.ln kx509.ln process.ln windc.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/addr2line && rm -f a.out [Ee]rrs mklog core *.core .gdbinit addr2line addr2line.o bucomm.o version.o filemode.o addr2line.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/addr2line && rm -f a.out [Ee]rrs mklog core *.core .gdbinit addr2line addr2line.o bucomm.o version.o filemode.o addr2line.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/addr2line && rm -f addr2line.html1 .depend addr2line.d bucomm.d filemode.d version.d addr2line.d.tmp bucomm.d.tmp filemode.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/addr2line && rm -f addr2line.html1 .depend addr2line.d bucomm.d filemode.d version.d addr2line.d.tmp bucomm.d.tmp filemode.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f .depend default_config.d digest.d fast.d kerberos5.d krb5tgs.d kx509.d log.d misc.d pkinit-ec.d pkinit.d process.d set_dbinfo.d windc.d default_config.d.tmp digest.d.tmp fast.d.tmp kerberos5.d.tmp krb5tgs.d.tmp kx509.d.tmp log.d.tmp misc.d.tmp pkinit-ec.d.tmp pkinit.d.tmp process.d.tmp set_dbinfo.d.tmp windc.d.tmp tags || true) --- cleandir-external --- --- cleandir-ar --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f .depend default_config.d digest.d fast.d kerberos5.d krb5tgs.d kx509.d log.d misc.d pkinit-ec.d pkinit.d process.d set_dbinfo.d windc.d default_config.d.tmp digest.d.tmp fast.d.tmp kerberos5.d.tmp krb5tgs.d.tmp kx509.d.tmp log.d.tmp misc.d.tmp pkinit-ec.d.tmp pkinit.d.tmp process.d.tmp set_dbinfo.d.tmp windc.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.bin/ar --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libgssapi --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libgssapi --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/ar && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o arparse.ln arlex.ln ar.ln not-ranlib.ln arsup.ln rename.ln binemul.ln emul_vanilla.ln bucomm.ln version.ln filemode.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/ar && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o arparse.ln arlex.ln ar.ln not-ranlib.ln arsup.ln rename.ln binemul.ln emul_vanilla.ln bucomm.ln version.ln filemode.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/ar && rm -f ar.html1 .depend ar.d arlex.d arparse.d arsup.d binemul.d bucomm.d emul_vanilla.d filemode.d not-ranlib.d rename.d version.d ar.d.tmp arlex.d.tmp arparse.d.tmp arsup.d.tmp binemul.d.tmp bucomm.d.tmp emul_vanilla.d.tmp filemode.d.tmp not-ranlib.d.tmp rename.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/ar && rm -f ar.html1 .depend ar.d arlex.d arparse.d arsup.d binemul.d bucomm.d emul_vanilla.d filemode.d not-ranlib.d rename.d version.d ar.d.tmp arlex.d.tmp arparse.d.tmp arsup.d.tmp binemul.d.tmp bucomm.d.tmp emul_vanilla.d.tmp filemode.d.tmp not-ranlib.d.tmp rename.d.tmp version.d.tmp tags || true) --- cleandir-c++filt/ --- cleandir ===> external/gpl3/binutils/usr.bin/c++filt/ --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/c++filt && rm -f c++filt.1 a.out [Ee]rrs mklog core *.core .gdbinit c++filt cxxfilt.o bucomm.o version.o filemode.o cxxfilt.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi.a gkrb5_err.o asn1_ContextFlags.o asn1_MechType.o asn1_MechTypeList.o asn1_NegotiationToken.o asn1_NegotiationTokenWin.o asn1_NegHints.o asn1_NegTokenInit.o asn1_NegTokenInitWin.o asn1_NegTokenResp.o asn1_gssapi_asn1.o krb5__8003.o krb5__accept_sec_context.o krb5__acquire_cred.o krb5__add_cred.o krb5__address_to_krb5addr.o krb5__aeap.o krb5__arcfour.o krb5__canonicalize_name.o krb5__creds.o krb5__ccache_name.o krb5__cfx.o krb5__compare_name.o krb5__compat.o krb5__context_time.o krb5__copy_ccache.o krb5__decapsulate.o krb5__delete_sec_context.o krb5__display_name.o krb5__display_status.o krb5__duplicate_name.o krb5__encapsulate.o krb5__export_name.o krb5__export_sec_context.o krb5__external.o krb5__get_mic.o krb5__import_name.o krb5__import_sec_context.o krb5__indicate_mechs.o krb5__init.o krb5__init_sec_context.o krb5__inquire_context.o krb5__inquire_cred.o krb5__inquire_cred_by_mech.o krb5__inquire_cred_by_oid.o krb5__inquire_mechs_for_name.o krb5__inquire_names_for_mech.o krb5__inquire_sec_context_by_oid.o krb5__pname_to_uid.o krb5__process_context_token.o krb5__prf.o krb5__release_buffer.o krb5__release_cred.o krb5__release_name.o krb5__sequence.o krb5__store_cred.o krb5__set_cred_option.o krb5__set_sec_context_option.o krb5__ticket_flags.o krb5__unwrap.o krb5__authorize_localname.o krb5__verify_mic.o krb5__wrap.o mech__context.o mech__doxygen.o mech__gss_accept_sec_context.o mech__gss_acquire_cred.o mech__gss_acquire_cred_ext.o mech__gss_acquire_cred_with_password.o mech__gss_add_cred.o mech__gss_add_cred_with_password.o mech__gss_add_oid_set_member.o mech__gss_aeap.o mech__gss_buffer_set.o mech__gss_canonicalize_name.o mech__gss_compare_name.o mech__gss_context_time.o mech__gss_create_empty_oid_set.o mech__gss_cred.o mech__gss_decapsulate_token.o mech__gss_delete_name_attribute.o mech__gss_delete_sec_context.o mech__gss_display_name.o mech__gss_display_name_ext.o mech__gss_display_status.o mech__gss_duplicate_name.o mech__gss_duplicate_oid.o mech__gss_encapsulate_token.o mech__gss_export_name.o mech__gss_export_name_composite.o mech__gss_export_sec_context.o mech__gss_get_mic.o mech__gss_get_name_attribute.o mech__gss_import_name.o mech__gss_import_sec_context.o mech__gss_indicate_mechs.o mech__gss_init_sec_context.o mech__gss_inquire_context.o mech__gss_inquire_cred.o mech__gss_inquire_cred_by_mech.o mech__gss_inquire_cred_by_oid.o mech__gss_inquire_mechs_for_name.o mech__gss_inquire_name.o mech__gss_inquire_names_for_mech.o mech__gss_krb5.o mech__gss_mech_switch.o mech__gss_mo.o mech__gss_names.o mech__gss_oid.o mech__gss_oid_equal.o mech__gss_oid_to_str.o mech__gss_pname_to_uid.o mech__gss_process_context_token.o mech__gss_pseudo_random.o mech__gss_release_buffer.o mech__gss_release_cred.o mech__gss_release_name.o mech__gss_release_oid.o mech__gss_release_oid_set.o mech__gss_seal.o mech__gss_set_cred_option.o mech__gss_set_name_attribute.o mech__gss_set_sec_context_option.o mech__gss_sign.o mech__gss_store_cred.o mech__gss_test_oid_set_member.o mech__gss_unseal.o mech__gss_unwrap.o mech__gss_authorize_localname.o mech__gss_utils.o mech__gss_verify.o mech__gss_verify_mic.o mech__gss_wrap.o mech__gss_wrap_size_limit.o mech__gss_inquire_sec_context_by_oid.o spnego__accept_sec_context.o spnego__compat.o spnego__context_stubs.o spnego__cred_stubs.o spnego__external.o spnego__init_sec_context.o ntlm__accept_sec_context.o ntlm__acquire_cred.o ntlm__add_cred.o ntlm__canonicalize_name.o ntlm__compare_name.o ntlm__context_time.o ntlm__creds.o ntlm__crypto.o ntlm__delete_sec_context.o ntlm__display_name.o ntlm__display_status.o ntlm__duplicate_name.o ntlm__export_name.o ntlm__export_sec_context.o ntlm__external.o ntlm__import_name.o ntlm__import_sec_context.o ntlm__indicate_mechs.o ntlm__init_sec_context.o ntlm__inquire_context.o ntlm__inquire_cred_by_mech.o ntlm__inquire_mechs_for_name.o ntlm__inquire_names_for_mech.o ntlm__inquire_sec_context_by_oid.o ntlm__iter_cred.o ntlm__process_context_token.o ntlm__release_cred.o ntlm__release_name.o ntlm__kdc.o gkrb5_err.o.tmp asn1_ContextFlags.o.tmp asn1_MechType.o.tmp asn1_MechTypeList.o.tmp asn1_NegotiationToken.o.tmp asn1_NegotiationTokenWin.o.tmp asn1_NegHints.o.tmp asn1_NegTokenInit.o.tmp asn1_NegTokenInitWin.o.tmp asn1_NegTokenResp.o.tmp asn1_gssapi_asn1.o.tmp krb5__8003.o.tmp krb5__accept_sec_context.o.tmp krb5__acquire_cred.o.tmp krb5__add_cred.o.tmp krb5__address_to_krb5addr.o.tmp krb5__aeap.o.tmp krb5__arcfour.o.tmp krb5__canonicalize_name.o.tmp krb5__creds.o.tmp krb5__ccache_name.o.tmp krb5__cfx.o.tmp krb5__compare_name.o.tmp krb5__compat.o.tmp krb5__context_time.o.tmp krb5__copy_ccache.o.tmp krb5__decapsulate.o.tmp krb5__delete_sec_context.o.tmp krb5__display_name.o.tmp krb5__display_status.o.tmp krb5__duplicate_name.o.tmp krb5__encapsulate.o.tmp krb5__export_name.o.tmp krb5__export_sec_context.o.tmp krb5__external.o.tmp krb5__get_mic.o.tmp krb5__import_name.o.tmp krb5__import_sec_context.o.tmp krb5__indicate_mechs.o.tmp krb5__init.o.tmp krb5__init_sec_context.o.tmp krb5__inquire_context.o.tmp krb5__inquire_cred.o.tmp krb5__inquire_cred_by_mech.o.tmp krb5__inquire_cred_by_oid.o.tmp krb5__inquire_mechs_for_name.o.tmp krb5__inquire_names_for_mech.o.tmp krb5__inquire_sec_context_by_oid.o.tmp krb5__pname_to_uid.o.tmp krb5__process_context_token.o.tmp krb5__prf.o.tmp krb5__release_buffer.o.tmp krb5__release_cred.o.tmp krb5__release_name.o.tmp krb5__sequence.o.tmp krb5__store_cred.o.tmp krb5__set_cred_option.o.tmp krb5__set_sec_context_option.o.tmp krb5__ticket_flags.o.tmp krb5__unwrap.o.tmp krb5__authorize_localname.o.tmp krb5__verify_mic.o.tmp krb5__wrap.o.tmp mech__context.o.tmp mech__doxygen.o.tmp mech__gss_accept_sec_context.o.tmp mech__gss_acquire_cred.o.tmp mech__gss_acquire_cred_ext.o.tmp mech__gss_acquire_cred_with_password.o.tmp mech__gss_add_cred.o.tmp mech__gss_add_cred_with_password.o.tmp mech__gss_add_oid_set_member.o.tmp mech__gss_aeap.o.tmp mech__gss_buffer_set.o.tmp mech__gss_canonicalize_name.o.tmp mech__gss_compare_name.o.tmp mech__gss_context_time.o.tmp mech__gss_create_empty_oid_set.o.tmp mech__gss_cred.o.tmp mech__gss_decapsulate_token.o.tmp mech__gss_delete_name_attribute.o.tmp mech__gss_delete_sec_context.o.tmp mech__gss_display_name.o.tmp mech__gss_display_name_ext.o.tmp mech__gss_display_status.o.tmp mech__gss_duplicate_name.o.tmp mech__gss_duplicate_oid.o.tmp mech__gss_encapsulate_token.o.tmp mech__gss_export_name.o.tmp mech__gss_export_name_composite.o.tmp mech__gss_export_sec_context.o.tmp mech__gss_get_mic.o.tmp mech__gss_get_name_attribute.o.tmp mech__gss_import_name.o.tmp mech__gss_import_sec_context.o.tmp mech__gss_indicate_mechs.o.tmp mech__gss_init_sec_context.o.tmp mech__gss_inquire_context.o.tmp mech__gss_inquire_cred.o.tmp mech__gss_inquire_cred_by_mech.o.tmp mech__gss_inquire_cred_by_oid.o.tmp mech__gss_inquire_mechs_for_name.o.tmp mech__gss_inquire_name.o.tmp mech__gss_inquire_names_for_mech.o.tmp mech__gss_krb5.o.tmp mech__gss_mech_switch.o.tmp mech__gss_mo.o.tmp mech__gss_names.o.tmp mech__gss_oid.o.tmp mech__gss_oid_equal.o.tmp mech__gss_oid_to_str.o.tmp mech__gss_pname_to_uid.o.tmp mech__gss_process_context_token.o.tmp mech__gss_pseudo_random.o.tmp mech__gss_release_buffer.o.tmp mech__gss_release_cred.o.tmp mech__gss_release_name.o.tmp mech__gss_release_oid.o.tmp mech__gss_release_oid_set.o.tmp mech__gss_seal.o.tmp mech__gss_set_cred_option.o.tmp mech__gss_set_name_attribute.o.tmp mech__gss_set_sec_context_option.o.tmp mech__gss_sign.o.tmp mech__gss_store_cred.o.tmp mech__gss_test_oid_set_member.o.tmp mech__gss_unseal.o.tmp mech__gss_unwrap.o.tmp mech__gss_authorize_localname.o.tmp mech__gss_utils.o.tmp mech__gss_verify.o.tmp mech__gss_verify_mic.o.tmp mech__gss_wrap.o.tmp mech__gss_wrap_size_limit.o.tmp mech__gss_inquire_sec_context_by_oid.o.tmp spnego__accept_sec_context.o.tmp spnego__compat.o.tmp spnego__context_stubs.o.tmp spnego__cred_stubs.o.tmp spnego__external.o.tmp spnego__init_sec_context.o.tmp ntlm__accept_sec_context.o.tmp ntlm__acquire_cred.o.tmp ntlm__add_cred.o.tmp ntlm__canonicalize_name.o.tmp ntlm__compare_name.o.tmp ntlm__context_time.o.tmp ntlm__creds.o.tmp ntlm__crypto.o.tmp ntlm__delete_sec_context.o.tmp ntlm__display_name.o.tmp ntlm__display_status.o.tmp ntlm__duplicate_name.o.tmp ntlm__export_name.o.tmp ntlm__export_sec_context.o.tmp ntlm__external.o.tmp ntlm__import_name.o.tmp ntlm__import_sec_context.o.tmp ntlm__indicate_mechs.o.tmp ntlm__init_sec_context.o.tmp ntlm__inquire_context.o.tmp ntlm__inquire_cred_by_mech.o.tmp ntlm__inquire_mechs_for_name.o.tmp ntlm__inquire_names_for_mech.o.tmp ntlm__inquire_sec_context_by_oid.o.tmp ntlm__iter_cred.o.tmp ntlm__process_context_token.o.tmp ntlm__release_cred.o.tmp ntlm__release_name.o.tmp ntlm__kdc.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/c++filt && rm -f c++filt.1 a.out [Ee]rrs mklog core *.core .gdbinit c++filt cxxfilt.o bucomm.o version.o filemode.o cxxfilt.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi.a gkrb5_err.o asn1_ContextFlags.o asn1_MechType.o asn1_MechTypeList.o asn1_NegotiationToken.o asn1_NegotiationTokenWin.o asn1_NegHints.o asn1_NegTokenInit.o asn1_NegTokenInitWin.o asn1_NegTokenResp.o asn1_gssapi_asn1.o krb5__8003.o krb5__accept_sec_context.o krb5__acquire_cred.o krb5__add_cred.o krb5__address_to_krb5addr.o krb5__aeap.o krb5__arcfour.o krb5__canonicalize_name.o krb5__creds.o krb5__ccache_name.o krb5__cfx.o krb5__compare_name.o krb5__compat.o krb5__context_time.o krb5__copy_ccache.o krb5__decapsulate.o krb5__delete_sec_context.o krb5__display_name.o krb5__display_status.o krb5__duplicate_name.o krb5__encapsulate.o krb5__export_name.o krb5__export_sec_context.o krb5__external.o krb5__get_mic.o krb5__import_name.o krb5__import_sec_context.o krb5__indicate_mechs.o krb5__init.o krb5__init_sec_context.o krb5__inquire_context.o krb5__inquire_cred.o krb5__inquire_cred_by_mech.o krb5__inquire_cred_by_oid.o krb5__inquire_mechs_for_name.o krb5__inquire_names_for_mech.o krb5__inquire_sec_context_by_oid.o krb5__pname_to_uid.o krb5__process_context_token.o krb5__prf.o krb5__release_buffer.o krb5__release_cred.o krb5__release_name.o krb5__sequence.o krb5__store_cred.o krb5__set_cred_option.o krb5__set_sec_context_option.o krb5__ticket_flags.o krb5__unwrap.o krb5__authorize_localname.o krb5__verify_mic.o krb5__wrap.o mech__context.o mech__doxygen.o mech__gss_accept_sec_context.o mech__gss_acquire_cred.o mech__gss_acquire_cred_ext.o mech__gss_acquire_cred_with_password.o mech__gss_add_cred.o mech__gss_add_cred_with_password.o mech__gss_add_oid_set_member.o mech__gss_aeap.o mech__gss_buffer_set.o mech__gss_canonicalize_name.o mech__gss_compare_name.o mech__gss_context_time.o mech__gss_create_empty_oid_set.o mech__gss_cred.o mech__gss_decapsulate_token.o mech__gss_delete_name_attribute.o mech__gss_delete_sec_context.o mech__gss_display_name.o mech__gss_display_name_ext.o mech__gss_display_status.o mech__gss_duplicate_name.o mech__gss_duplicate_oid.o mech__gss_encapsulate_token.o mech__gss_export_name.o mech__gss_export_name_composite.o mech__gss_export_sec_context.o mech__gss_get_mic.o mech__gss_get_name_attribute.o mech__gss_import_name.o mech__gss_import_sec_context.o mech__gss_indicate_mechs.o mech__gss_init_sec_context.o mech__gss_inquire_context.o mech__gss_inquire_cred.o mech__gss_inquire_cred_by_mech.o mech__gss_inquire_cred_by_oid.o mech__gss_inquire_mechs_for_name.o mech__gss_inquire_name.o mech__gss_inquire_names_for_mech.o mech__gss_krb5.o mech__gss_mech_switch.o mech__gss_mo.o mech__gss_names.o mech__gss_oid.o mech__gss_oid_equal.o mech__gss_oid_to_str.o mech__gss_pname_to_uid.o mech__gss_process_context_token.o mech__gss_pseudo_random.o mech__gss_release_buffer.o mech__gss_release_cred.o mech__gss_release_name.o mech__gss_release_oid.o mech__gss_release_oid_set.o mech__gss_seal.o mech__gss_set_cred_option.o mech__gss_set_name_attribute.o mech__gss_set_sec_context_option.o mech__gss_sign.o mech__gss_store_cred.o mech__gss_test_oid_set_member.o mech__gss_unseal.o mech__gss_unwrap.o mech__gss_authorize_localname.o mech__gss_utils.o mech__gss_verify.o mech__gss_verify_mic.o mech__gss_wrap.o mech__gss_wrap_size_limit.o mech__gss_inquire_sec_context_by_oid.o spnego__accept_sec_context.o spnego__compat.o spnego__context_stubs.o spnego__cred_stubs.o spnego__external.o spnego__init_sec_context.o ntlm__accept_sec_context.o ntlm__acquire_cred.o ntlm__add_cred.o ntlm__canonicalize_name.o ntlm__compare_name.o ntlm__context_time.o ntlm__creds.o ntlm__crypto.o ntlm__delete_sec_context.o ntlm__display_name.o ntlm__display_status.o ntlm__duplicate_name.o ntlm__export_name.o ntlm__export_sec_context.o ntlm__external.o ntlm__import_name.o ntlm__import_sec_context.o ntlm__indicate_mechs.o ntlm__init_sec_context.o ntlm__inquire_context.o ntlm__inquire_cred_by_mech.o ntlm__inquire_mechs_for_name.o ntlm__inquire_names_for_mech.o ntlm__inquire_sec_context_by_oid.o ntlm__iter_cred.o ntlm__process_context_token.o ntlm__release_cred.o ntlm__release_name.o ntlm__kdc.o gkrb5_err.o.tmp asn1_ContextFlags.o.tmp asn1_MechType.o.tmp asn1_MechTypeList.o.tmp asn1_NegotiationToken.o.tmp asn1_NegotiationTokenWin.o.tmp asn1_NegHints.o.tmp asn1_NegTokenInit.o.tmp asn1_NegTokenInitWin.o.tmp asn1_NegTokenResp.o.tmp asn1_gssapi_asn1.o.tmp krb5__8003.o.tmp krb5__accept_sec_context.o.tmp krb5__acquire_cred.o.tmp krb5__add_cred.o.tmp krb5__address_to_krb5addr.o.tmp krb5__aeap.o.tmp krb5__arcfour.o.tmp krb5__canonicalize_name.o.tmp krb5__creds.o.tmp krb5__ccache_name.o.tmp krb5__cfx.o.tmp krb5__compare_name.o.tmp krb5__compat.o.tmp krb5__context_time.o.tmp krb5__copy_ccache.o.tmp krb5__decapsulate.o.tmp krb5__delete_sec_context.o.tmp krb5__display_name.o.tmp krb5__display_status.o.tmp krb5__duplicate_name.o.tmp krb5__encapsulate.o.tmp krb5__export_name.o.tmp krb5__export_sec_context.o.tmp krb5__external.o.tmp krb5__get_mic.o.tmp krb5__import_name.o.tmp krb5__import_sec_context.o.tmp krb5__indicate_mechs.o.tmp krb5__init.o.tmp krb5__init_sec_context.o.tmp krb5__inquire_context.o.tmp krb5__inquire_cred.o.tmp krb5__inquire_cred_by_mech.o.tmp krb5__inquire_cred_by_oid.o.tmp krb5__inquire_mechs_for_name.o.tmp krb5__inquire_names_for_mech.o.tmp krb5__inquire_sec_context_by_oid.o.tmp krb5__pname_to_uid.o.tmp krb5__process_context_token.o.tmp krb5__prf.o.tmp krb5__release_buffer.o.tmp krb5__release_cred.o.tmp krb5__release_name.o.tmp krb5__sequence.o.tmp krb5__store_cred.o.tmp krb5__set_cred_option.o.tmp krb5__set_sec_context_option.o.tmp krb5__ticket_flags.o.tmp krb5__unwrap.o.tmp krb5__authorize_localname.o.tmp krb5__verify_mic.o.tmp krb5__wrap.o.tmp mech__context.o.tmp mech__doxygen.o.tmp mech__gss_accept_sec_context.o.tmp mech__gss_acquire_cred.o.tmp mech__gss_acquire_cred_ext.o.tmp mech__gss_acquire_cred_with_password.o.tmp mech__gss_add_cred.o.tmp mech__gss_add_cred_with_password.o.tmp mech__gss_add_oid_set_member.o.tmp mech__gss_aeap.o.tmp mech__gss_buffer_set.o.tmp mech__gss_canonicalize_name.o.tmp mech__gss_compare_name.o.tmp mech__gss_context_time.o.tmp mech__gss_create_empty_oid_set.o.tmp mech__gss_cred.o.tmp mech__gss_decapsulate_token.o.tmp mech__gss_delete_name_attribute.o.tmp mech__gss_delete_sec_context.o.tmp mech__gss_display_name.o.tmp mech__gss_display_name_ext.o.tmp mech__gss_display_status.o.tmp mech__gss_duplicate_name.o.tmp mech__gss_duplicate_oid.o.tmp mech__gss_encapsulate_token.o.tmp mech__gss_export_name.o.tmp mech__gss_export_name_composite.o.tmp mech__gss_export_sec_context.o.tmp mech__gss_get_mic.o.tmp mech__gss_get_name_attribute.o.tmp mech__gss_import_name.o.tmp mech__gss_import_sec_context.o.tmp mech__gss_indicate_mechs.o.tmp mech__gss_init_sec_context.o.tmp mech__gss_inquire_context.o.tmp mech__gss_inquire_cred.o.tmp mech__gss_inquire_cred_by_mech.o.tmp mech__gss_inquire_cred_by_oid.o.tmp mech__gss_inquire_mechs_for_name.o.tmp mech__gss_inquire_name.o.tmp mech__gss_inquire_names_for_mech.o.tmp mech__gss_krb5.o.tmp mech__gss_mech_switch.o.tmp mech__gss_mo.o.tmp mech__gss_names.o.tmp mech__gss_oid.o.tmp mech__gss_oid_equal.o.tmp mech__gss_oid_to_str.o.tmp mech__gss_pname_to_uid.o.tmp mech__gss_process_context_token.o.tmp mech__gss_pseudo_random.o.tmp mech__gss_release_buffer.o.tmp mech__gss_release_cred.o.tmp mech__gss_release_name.o.tmp mech__gss_release_oid.o.tmp mech__gss_release_oid_set.o.tmp mech__gss_seal.o.tmp mech__gss_set_cred_option.o.tmp mech__gss_set_name_attribute.o.tmp mech__gss_set_sec_context_option.o.tmp mech__gss_sign.o.tmp mech__gss_store_cred.o.tmp mech__gss_test_oid_set_member.o.tmp mech__gss_unseal.o.tmp mech__gss_unwrap.o.tmp mech__gss_authorize_localname.o.tmp mech__gss_utils.o.tmp mech__gss_verify.o.tmp mech__gss_verify_mic.o.tmp mech__gss_wrap.o.tmp mech__gss_wrap_size_limit.o.tmp mech__gss_inquire_sec_context_by_oid.o.tmp spnego__accept_sec_context.o.tmp spnego__compat.o.tmp spnego__context_stubs.o.tmp spnego__cred_stubs.o.tmp spnego__external.o.tmp spnego__init_sec_context.o.tmp ntlm__accept_sec_context.o.tmp ntlm__acquire_cred.o.tmp ntlm__add_cred.o.tmp ntlm__canonicalize_name.o.tmp ntlm__compare_name.o.tmp ntlm__context_time.o.tmp ntlm__creds.o.tmp ntlm__crypto.o.tmp ntlm__delete_sec_context.o.tmp ntlm__display_name.o.tmp ntlm__display_status.o.tmp ntlm__duplicate_name.o.tmp ntlm__export_name.o.tmp ntlm__export_sec_context.o.tmp ntlm__external.o.tmp ntlm__import_name.o.tmp ntlm__import_sec_context.o.tmp ntlm__indicate_mechs.o.tmp ntlm__init_sec_context.o.tmp ntlm__inquire_context.o.tmp ntlm__inquire_cred_by_mech.o.tmp ntlm__inquire_mechs_for_name.o.tmp ntlm__inquire_names_for_mech.o.tmp ntlm__inquire_sec_context_by_oid.o.tmp ntlm__iter_cred.o.tmp ntlm__process_context_token.o.tmp ntlm__release_cred.o.tmp ntlm__release_name.o.tmp ntlm__kdc.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/c++filt && rm -f c++filt.html1 .depend bucomm.d cxxfilt.d filemode.d version.d bucomm.d.tmp cxxfilt.d.tmp filemode.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/c++filt && rm -f c++filt.html1 .depend bucomm.d cxxfilt.d filemode.d version.d bucomm.d.tmp cxxfilt.d.tmp filemode.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_p.a gkrb5_err.po asn1_ContextFlags.po asn1_MechType.po asn1_MechTypeList.po asn1_NegotiationToken.po asn1_NegotiationTokenWin.po asn1_NegHints.po asn1_NegTokenInit.po asn1_NegTokenInitWin.po asn1_NegTokenResp.po asn1_gssapi_asn1.po krb5__8003.po krb5__accept_sec_context.po krb5__acquire_cred.po krb5__add_cred.po krb5__address_to_krb5addr.po krb5__aeap.po krb5__arcfour.po krb5__canonicalize_name.po krb5__creds.po krb5__ccache_name.po krb5__cfx.po krb5__compare_name.po krb5__compat.po krb5__context_time.po krb5__copy_ccache.po krb5__decapsulate.po krb5__delete_sec_context.po krb5__display_name.po krb5__display_status.po krb5__duplicate_name.po krb5__encapsulate.po krb5__export_name.po krb5__export_sec_context.po krb5__external.po krb5__get_mic.po krb5__import_name.po krb5__import_sec_context.po krb5__indicate_mechs.po krb5__init.po krb5__init_sec_context.po krb5__inquire_context.po krb5__inquire_cred.po krb5__inquire_cred_by_mech.po krb5__inquire_cred_by_oid.po krb5__inquire_mechs_for_name.po krb5__inquire_names_for_mech.po krb5__inquire_sec_context_by_oid.po krb5__pname_to_uid.po krb5__process_context_token.po krb5__prf.po krb5__release_buffer.po krb5__release_cred.po krb5__release_name.po krb5__sequence.po krb5__store_cred.po krb5__set_cred_option.po krb5__set_sec_context_option.po krb5__ticket_flags.po krb5__unwrap.po krb5__authorize_localname.po krb5__verify_mic.po krb5__wrap.po mech__context.po mech__doxygen.po mech__gss_accept_sec_context.po mech__gss_acquire_cred.po mech__gss_acquire_cred_ext.po mech__gss_acquire_cred_with_password.po mech__gss_add_cred.po mech__gss_add_cred_with_password.po mech__gss_add_oid_set_member.po mech__gss_aeap.po mech__gss_buffer_set.po mech__gss_canonicalize_name.po mech__gss_compare_name.po mech__gss_context_time.po mech__gss_create_empty_oid_set.po mech__gss_cred.po mech__gss_decapsulate_token.po mech__gss_delete_name_attribute.po mech__gss_delete_sec_context.po mech__gss_display_name.po mech__gss_display_name_ext.po mech__gss_display_status.po mech__gss_duplicate_name.po mech__gss_duplicate_oid.po mech__gss_encapsulate_token.po mech__gss_export_name.po mech__gss_export_name_composite.po mech__gss_export_sec_context.po mech__gss_get_mic.po mech__gss_get_name_attribute.po mech__gss_import_name.po mech__gss_import_sec_context.po mech__gss_indicate_mechs.po mech__gss_init_sec_context.po mech__gss_inquire_context.po mech__gss_inquire_cred.po mech__gss_inquire_cred_by_mech.po mech__gss_inquire_cred_by_oid.po mech__gss_inquire_mechs_for_name.po mech__gss_inquire_name.po mech__gss_inquire_names_for_mech.po mech__gss_krb5.po mech__gss_mech_switch.po mech__gss_mo.po mech__gss_names.po mech__gss_oid.po mech__gss_oid_equal.po mech__gss_oid_to_str.po mech__gss_pname_to_uid.po mech__gss_process_context_token.po mech__gss_pseudo_random.po mech__gss_release_buffer.po mech__gss_release_cred.po mech__gss_release_name.po mech__gss_release_oid.po mech__gss_release_oid_set.po mech__gss_seal.po mech__gss_set_cred_option.po mech__gss_set_name_attribute.po mech__gss_set_sec_context_option.po mech__gss_sign.po mech__gss_store_cred.po mech__gss_test_oid_set_member.po mech__gss_unseal.po mech__gss_unwrap.po mech__gss_authorize_localname.po mech__gss_utils.po mech__gss_verify.po mech__gss_verify_mic.po mech__gss_wrap.po mech__gss_wrap_size_limit.po mech__gss_inquire_sec_context_by_oid.po spnego__accept_sec_context.po spnego__compat.po spnego__context_stubs.po spnego__cred_stubs.po spnego__external.po spnego__init_sec_context.po ntlm__accept_sec_context.po ntlm__acquire_cred.po ntlm__add_cred.po ntlm__canonicalize_name.po ntlm__compare_name.po ntlm__context_time.po ntlm__creds.po ntlm__crypto.po ntlm__delete_sec_context.po ntlm__display_name.po ntlm__display_status.po ntlm__duplicate_name.po ntlm__export_name.po ntlm__export_sec_context.po ntlm__external.po ntlm__import_name.po ntlm__import_sec_context.po ntlm__indicate_mechs.po ntlm__init_sec_context.po ntlm__inquire_context.po ntlm__inquire_cred_by_mech.po ntlm__inquire_mechs_for_name.po ntlm__inquire_names_for_mech.po ntlm__inquire_sec_context_by_oid.po ntlm__iter_cred.po ntlm__process_context_token.po ntlm__release_cred.po ntlm__release_name.po ntlm__kdc.po gkrb5_err.po.tmp asn1_ContextFlags.po.tmp asn1_MechType.po.tmp asn1_MechTypeList.po.tmp asn1_NegotiationToken.po.tmp asn1_NegotiationTokenWin.po.tmp asn1_NegHints.po.tmp asn1_NegTokenInit.po.tmp asn1_NegTokenInitWin.po.tmp asn1_NegTokenResp.po.tmp asn1_gssapi_asn1.po.tmp krb5__8003.po.tmp krb5__accept_sec_context.po.tmp krb5__acquire_cred.po.tmp krb5__add_cred.po.tmp krb5__address_to_krb5addr.po.tmp krb5__aeap.po.tmp krb5__arcfour.po.tmp krb5__canonicalize_name.po.tmp krb5__creds.po.tmp krb5__ccache_name.po.tmp krb5__cfx.po.tmp krb5__compare_name.po.tmp krb5__compat.po.tmp krb5__context_time.po.tmp krb5__copy_ccache.po.tmp krb5__decapsulate.po.tmp krb5__delete_sec_context.po.tmp krb5__display_name.po.tmp krb5__display_status.po.tmp krb5__duplicate_name.po.tmp krb5__encapsulate.po.tmp krb5__export_name.po.tmp krb5__export_sec_context.po.tmp krb5__external.po.tmp krb5__get_mic.po.tmp krb5__import_name.po.tmp krb5__import_sec_context.po.tmp krb5__indicate_mechs.po.tmp krb5__init.po.tmp krb5__init_sec_context.po.tmp krb5__inquire_context.po.tmp krb5__inquire_cred.po.tmp krb5__inquire_cred_by_mech.po.tmp krb5__inquire_cred_by_oid.po.tmp krb5__inquire_mechs_for_name.po.tmp krb5__inquire_names_for_mech.po.tmp krb5__inquire_sec_context_by_oid.po.tmp krb5__pname_to_uid.po.tmp krb5__process_context_token.po.tmp krb5__prf.po.tmp krb5__release_buffer.po.tmp krb5__release_cred.po.tmp krb5__release_name.po.tmp krb5__sequence.po.tmp krb5__store_cred.po.tmp krb5__set_cred_option.po.tmp krb5__set_sec_context_option.po.tmp krb5__ticket_flags.po.tmp krb5__unwrap.po.tmp krb5__authorize_localname.po.tmp krb5__verify_mic.po.tmp krb5__wrap.po.tmp mech__context.po.tmp mech__doxygen.po.tmp mech__gss_accept_sec_context.po.tmp mech__gss_acquire_cred.po.tmp mech__gss_acquire_cred_ext.po.tmp mech__gss_acquire_cred_with_password.po.tmp mech__gss_add_cred.po.tmp mech__gss_add_cred_with_password.po.tmp mech__gss_add_oid_set_member.po.tmp mech__gss_aeap.po.tmp mech__gss_buffer_set.po.tmp mech__gss_canonicalize_name.po.tmp mech__gss_compare_name.po.tmp mech__gss_context_time.po.tmp mech__gss_create_empty_oid_set.po.tmp mech__gss_cred.po.tmp mech__gss_decapsulate_token.po.tmp mech__gss_delete_name_attribute.po.tmp mech__gss_delete_sec_context.po.tmp mech__gss_display_name.po.tmp mech__gss_display_name_ext.po.tmp mech__gss_display_status.po.tmp mech__gss_duplicate_name.po.tmp mech__gss_duplicate_oid.po.tmp mech__gss_encapsulate_token.po.tmp mech__gss_export_name.po.tmp mech__gss_export_name_composite.po.tmp mech__gss_export_sec_context.po.tmp mech__gss_get_mic.po.tmp mech__gss_get_name_attribute.po.tmp mech__gss_import_name.po.tmp mech__gss_import_sec_context.po.tmp mech__gss_indicate_mechs.po.tmp mech__gss_init_sec_context.po.tmp mech__gss_inquire_context.po.tmp mech__gss_inquire_cred.po.tmp mech__gss_inquire_cred_by_mech.po.tmp mech__gss_inquire_cred_by_oid.po.tmp mech__gss_inquire_mechs_for_name.po.tmp mech__gss_inquire_name.po.tmp mech__gss_inquire_names_for_mech.po.tmp mech__gss_krb5.po.tmp mech__gss_mech_switch.po.tmp mech__gss_mo.po.tmp mech__gss_names.po.tmp mech__gss_oid.po.tmp mech__gss_oid_equal.po.tmp mech__gss_oid_to_str.po.tmp mech__gss_pname_to_uid.po.tmp mech__gss_process_context_token.po.tmp mech__gss_pseudo_random.po.tmp mech__gss_release_buffer.po.tmp mech__gss_release_cred.po.tmp mech__gss_release_name.po.tmp mech__gss_release_oid.po.tmp mech__gss_release_oid_set.po.tmp mech__gss_seal.po.tmp mech__gss_set_cred_option.po.tmp mech__gss_set_name_attribute.po.tmp mech__gss_set_sec_context_option.po.tmp mech__gss_sign.po.tmp mech__gss_store_cred.po.tmp mech__gss_test_oid_set_member.po.tmp mech__gss_unseal.po.tmp mech__gss_unwrap.po.tmp mech__gss_authorize_localname.po.tmp mech__gss_utils.po.tmp mech__gss_verify.po.tmp mech__gss_verify_mic.po.tmp mech__gss_wrap.po.tmp mech__gss_wrap_size_limit.po.tmp mech__gss_inquire_sec_context_by_oid.po.tmp spnego__accept_sec_context.po.tmp spnego__compat.po.tmp spnego__context_stubs.po.tmp spnego__cred_stubs.po.tmp spnego__external.po.tmp spnego__init_sec_context.po.tmp ntlm__accept_sec_context.po.tmp ntlm__acquire_cred.po.tmp ntlm__add_cred.po.tmp ntlm__canonicalize_name.po.tmp ntlm__compare_name.po.tmp ntlm__context_time.po.tmp ntlm__creds.po.tmp ntlm__crypto.po.tmp ntlm__delete_sec_context.po.tmp ntlm__display_name.po.tmp ntlm__display_status.po.tmp ntlm__duplicate_name.po.tmp ntlm__export_name.po.tmp ntlm__export_sec_context.po.tmp ntlm__external.po.tmp ntlm__import_name.po.tmp ntlm__import_sec_context.po.tmp ntlm__indicate_mechs.po.tmp ntlm__init_sec_context.po.tmp ntlm__inquire_context.po.tmp ntlm__inquire_cred_by_mech.po.tmp ntlm__inquire_mechs_for_name.po.tmp ntlm__inquire_names_for_mech.po.tmp ntlm__inquire_sec_context_by_oid.po.tmp ntlm__iter_cred.po.tmp ntlm__process_context_token.po.tmp ntlm__release_cred.po.tmp ntlm__release_name.po.tmp ntlm__kdc.po.tmp || true) --- cleandir-external --- --- cleandir-elfedit --- cleandir ===> external/gpl3/binutils/usr.bin/elfedit --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_p.a gkrb5_err.po asn1_ContextFlags.po asn1_MechType.po asn1_MechTypeList.po asn1_NegotiationToken.po asn1_NegotiationTokenWin.po asn1_NegHints.po asn1_NegTokenInit.po asn1_NegTokenInitWin.po asn1_NegTokenResp.po asn1_gssapi_asn1.po krb5__8003.po krb5__accept_sec_context.po krb5__acquire_cred.po krb5__add_cred.po krb5__address_to_krb5addr.po krb5__aeap.po krb5__arcfour.po krb5__canonicalize_name.po krb5__creds.po krb5__ccache_name.po krb5__cfx.po krb5__compare_name.po krb5__compat.po krb5__context_time.po krb5__copy_ccache.po krb5__decapsulate.po krb5__delete_sec_context.po krb5__display_name.po krb5__display_status.po krb5__duplicate_name.po krb5__encapsulate.po krb5__export_name.po krb5__export_sec_context.po krb5__external.po krb5__get_mic.po krb5__import_name.po krb5__import_sec_context.po krb5__indicate_mechs.po krb5__init.po krb5__init_sec_context.po krb5__inquire_context.po krb5__inquire_cred.po krb5__inquire_cred_by_mech.po krb5__inquire_cred_by_oid.po krb5__inquire_mechs_for_name.po krb5__inquire_names_for_mech.po krb5__inquire_sec_context_by_oid.po krb5__pname_to_uid.po krb5__process_context_token.po krb5__prf.po krb5__release_buffer.po krb5__release_cred.po krb5__release_name.po krb5__sequence.po krb5__store_cred.po krb5__set_cred_option.po krb5__set_sec_context_option.po krb5__ticket_flags.po krb5__unwrap.po krb5__authorize_localname.po krb5__verify_mic.po krb5__wrap.po mech__context.po mech__doxygen.po mech__gss_accept_sec_context.po mech__gss_acquire_cred.po mech__gss_acquire_cred_ext.po mech__gss_acquire_cred_with_password.po mech__gss_add_cred.po mech__gss_add_cred_with_password.po mech__gss_add_oid_set_member.po mech__gss_aeap.po mech__gss_buffer_set.po mech__gss_canonicalize_name.po mech__gss_compare_name.po mech__gss_context_time.po mech__gss_create_empty_oid_set.po mech__gss_cred.po mech__gss_decapsulate_token.po mech__gss_delete_name_attribute.po mech__gss_delete_sec_context.po mech__gss_display_name.po mech__gss_display_name_ext.po mech__gss_display_status.po mech__gss_duplicate_name.po mech__gss_duplicate_oid.po mech__gss_encapsulate_token.po mech__gss_export_name.po mech__gss_export_name_composite.po mech__gss_export_sec_context.po mech__gss_get_mic.po mech__gss_get_name_attribute.po mech__gss_import_name.po mech__gss_import_sec_context.po mech__gss_indicate_mechs.po mech__gss_init_sec_context.po mech__gss_inquire_context.po mech__gss_inquire_cred.po mech__gss_inquire_cred_by_mech.po mech__gss_inquire_cred_by_oid.po mech__gss_inquire_mechs_for_name.po mech__gss_inquire_name.po mech__gss_inquire_names_for_mech.po mech__gss_krb5.po mech__gss_mech_switch.po mech__gss_mo.po mech__gss_names.po mech__gss_oid.po mech__gss_oid_equal.po mech__gss_oid_to_str.po mech__gss_pname_to_uid.po mech__gss_process_context_token.po mech__gss_pseudo_random.po mech__gss_release_buffer.po mech__gss_release_cred.po mech__gss_release_name.po mech__gss_release_oid.po mech__gss_release_oid_set.po mech__gss_seal.po mech__gss_set_cred_option.po mech__gss_set_name_attribute.po mech__gss_set_sec_context_option.po mech__gss_sign.po mech__gss_store_cred.po mech__gss_test_oid_set_member.po mech__gss_unseal.po mech__gss_unwrap.po mech__gss_authorize_localname.po mech__gss_utils.po mech__gss_verify.po mech__gss_verify_mic.po mech__gss_wrap.po mech__gss_wrap_size_limit.po mech__gss_inquire_sec_context_by_oid.po spnego__accept_sec_context.po spnego__compat.po spnego__context_stubs.po spnego__cred_stubs.po spnego__external.po spnego__init_sec_context.po ntlm__accept_sec_context.po ntlm__acquire_cred.po ntlm__add_cred.po ntlm__canonicalize_name.po ntlm__compare_name.po ntlm__context_time.po ntlm__creds.po ntlm__crypto.po ntlm__delete_sec_context.po ntlm__display_name.po ntlm__display_status.po ntlm__duplicate_name.po ntlm__export_name.po ntlm__export_sec_context.po ntlm__external.po ntlm__import_name.po ntlm__import_sec_context.po ntlm__indicate_mechs.po ntlm__init_sec_context.po ntlm__inquire_context.po ntlm__inquire_cred_by_mech.po ntlm__inquire_mechs_for_name.po ntlm__inquire_names_for_mech.po ntlm__inquire_sec_context_by_oid.po ntlm__iter_cred.po ntlm__process_context_token.po ntlm__release_cred.po ntlm__release_name.po ntlm__kdc.po gkrb5_err.po.tmp asn1_ContextFlags.po.tmp asn1_MechType.po.tmp asn1_MechTypeList.po.tmp asn1_NegotiationToken.po.tmp asn1_NegotiationTokenWin.po.tmp asn1_NegHints.po.tmp asn1_NegTokenInit.po.tmp asn1_NegTokenInitWin.po.tmp asn1_NegTokenResp.po.tmp asn1_gssapi_asn1.po.tmp krb5__8003.po.tmp krb5__accept_sec_context.po.tmp krb5__acquire_cred.po.tmp krb5__add_cred.po.tmp krb5__address_to_krb5addr.po.tmp krb5__aeap.po.tmp krb5__arcfour.po.tmp krb5__canonicalize_name.po.tmp krb5__creds.po.tmp krb5__ccache_name.po.tmp krb5__cfx.po.tmp krb5__compare_name.po.tmp krb5__compat.po.tmp krb5__context_time.po.tmp krb5__copy_ccache.po.tmp krb5__decapsulate.po.tmp krb5__delete_sec_context.po.tmp krb5__display_name.po.tmp krb5__display_status.po.tmp krb5__duplicate_name.po.tmp krb5__encapsulate.po.tmp krb5__export_name.po.tmp krb5__export_sec_context.po.tmp krb5__external.po.tmp krb5__get_mic.po.tmp krb5__import_name.po.tmp krb5__import_sec_context.po.tmp krb5__indicate_mechs.po.tmp krb5__init.po.tmp krb5__init_sec_context.po.tmp krb5__inquire_context.po.tmp krb5__inquire_cred.po.tmp krb5__inquire_cred_by_mech.po.tmp krb5__inquire_cred_by_oid.po.tmp krb5__inquire_mechs_for_name.po.tmp krb5__inquire_names_for_mech.po.tmp krb5__inquire_sec_context_by_oid.po.tmp krb5__pname_to_uid.po.tmp krb5__process_context_token.po.tmp krb5__prf.po.tmp krb5__release_buffer.po.tmp krb5__release_cred.po.tmp krb5__release_name.po.tmp krb5__sequence.po.tmp krb5__store_cred.po.tmp krb5__set_cred_option.po.tmp krb5__set_sec_context_option.po.tmp krb5__ticket_flags.po.tmp krb5__unwrap.po.tmp krb5__authorize_localname.po.tmp krb5__verify_mic.po.tmp krb5__wrap.po.tmp mech__context.po.tmp mech__doxygen.po.tmp mech__gss_accept_sec_context.po.tmp mech__gss_acquire_cred.po.tmp mech__gss_acquire_cred_ext.po.tmp mech__gss_acquire_cred_with_password.po.tmp mech__gss_add_cred.po.tmp mech__gss_add_cred_with_password.po.tmp mech__gss_add_oid_set_member.po.tmp mech__gss_aeap.po.tmp mech__gss_buffer_set.po.tmp mech__gss_canonicalize_name.po.tmp mech__gss_compare_name.po.tmp mech__gss_context_time.po.tmp mech__gss_create_empty_oid_set.po.tmp mech__gss_cred.po.tmp mech__gss_decapsulate_token.po.tmp mech__gss_delete_name_attribute.po.tmp mech__gss_delete_sec_context.po.tmp mech__gss_display_name.po.tmp mech__gss_display_name_ext.po.tmp mech__gss_display_status.po.tmp mech__gss_duplicate_name.po.tmp mech__gss_duplicate_oid.po.tmp mech__gss_encapsulate_token.po.tmp mech__gss_export_name.po.tmp mech__gss_export_name_composite.po.tmp mech__gss_export_sec_context.po.tmp mech__gss_get_mic.po.tmp mech__gss_get_name_attribute.po.tmp mech__gss_import_name.po.tmp mech__gss_import_sec_context.po.tmp mech__gss_indicate_mechs.po.tmp mech__gss_init_sec_context.po.tmp mech__gss_inquire_context.po.tmp mech__gss_inquire_cred.po.tmp mech__gss_inquire_cred_by_mech.po.tmp mech__gss_inquire_cred_by_oid.po.tmp mech__gss_inquire_mechs_for_name.po.tmp mech__gss_inquire_name.po.tmp mech__gss_inquire_names_for_mech.po.tmp mech__gss_krb5.po.tmp mech__gss_mech_switch.po.tmp mech__gss_mo.po.tmp mech__gss_names.po.tmp mech__gss_oid.po.tmp mech__gss_oid_equal.po.tmp mech__gss_oid_to_str.po.tmp mech__gss_pname_to_uid.po.tmp mech__gss_process_context_token.po.tmp mech__gss_pseudo_random.po.tmp mech__gss_release_buffer.po.tmp mech__gss_release_cred.po.tmp mech__gss_release_name.po.tmp mech__gss_release_oid.po.tmp mech__gss_release_oid_set.po.tmp mech__gss_seal.po.tmp mech__gss_set_cred_option.po.tmp mech__gss_set_name_attribute.po.tmp mech__gss_set_sec_context_option.po.tmp mech__gss_sign.po.tmp mech__gss_store_cred.po.tmp mech__gss_test_oid_set_member.po.tmp mech__gss_unseal.po.tmp mech__gss_unwrap.po.tmp mech__gss_authorize_localname.po.tmp mech__gss_utils.po.tmp mech__gss_verify.po.tmp mech__gss_verify_mic.po.tmp mech__gss_wrap.po.tmp mech__gss_wrap_size_limit.po.tmp mech__gss_inquire_sec_context_by_oid.po.tmp spnego__accept_sec_context.po.tmp spnego__compat.po.tmp spnego__context_stubs.po.tmp spnego__cred_stubs.po.tmp spnego__external.po.tmp spnego__init_sec_context.po.tmp ntlm__accept_sec_context.po.tmp ntlm__acquire_cred.po.tmp ntlm__add_cred.po.tmp ntlm__canonicalize_name.po.tmp ntlm__compare_name.po.tmp ntlm__context_time.po.tmp ntlm__creds.po.tmp ntlm__crypto.po.tmp ntlm__delete_sec_context.po.tmp ntlm__display_name.po.tmp ntlm__display_status.po.tmp ntlm__duplicate_name.po.tmp ntlm__export_name.po.tmp ntlm__export_sec_context.po.tmp ntlm__external.po.tmp ntlm__import_name.po.tmp ntlm__import_sec_context.po.tmp ntlm__indicate_mechs.po.tmp ntlm__init_sec_context.po.tmp ntlm__inquire_context.po.tmp ntlm__inquire_cred_by_mech.po.tmp ntlm__inquire_mechs_for_name.po.tmp ntlm__inquire_names_for_mech.po.tmp ntlm__inquire_sec_context_by_oid.po.tmp ntlm__iter_cred.po.tmp ntlm__process_context_token.po.tmp ntlm__release_cred.po.tmp ntlm__release_name.po.tmp ntlm__kdc.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/elfedit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit elfedit elfedit.o version.o elfcomm.o elfedit.ln version.ln elfcomm.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/elfedit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit elfedit elfedit.o version.o elfcomm.o elfedit.ln version.ln elfcomm.ln || true) --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/elfedit && rm -f elfedit.html1 .depend elfcomm.d elfedit.d version.d elfcomm.d.tmp elfedit.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_pic.a libgssapi.so.* libgssapi.so gkrb5_err.pico asn1_ContextFlags.pico asn1_MechType.pico asn1_MechTypeList.pico asn1_NegotiationToken.pico asn1_NegotiationTokenWin.pico asn1_NegHints.pico asn1_NegTokenInit.pico asn1_NegTokenInitWin.pico asn1_NegTokenResp.pico asn1_gssapi_asn1.pico krb5__8003.pico krb5__accept_sec_context.pico krb5__acquire_cred.pico krb5__add_cred.pico krb5__address_to_krb5addr.pico krb5__aeap.pico krb5__arcfour.pico krb5__canonicalize_name.pico krb5__creds.pico krb5__ccache_name.pico krb5__cfx.pico krb5__compare_name.pico krb5__compat.pico krb5__context_time.pico krb5__copy_ccache.pico krb5__decapsulate.pico krb5__delete_sec_context.pico krb5__display_name.pico krb5__display_status.pico krb5__duplicate_name.pico krb5__encapsulate.pico krb5__export_name.pico krb5__export_sec_context.pico krb5__external.pico krb5__get_mic.pico krb5__import_name.pico krb5__import_sec_context.pico krb5__indicate_mechs.pico krb5__init.pico krb5__init_sec_context.pico krb5__inquire_context.pico krb5__inquire_cred.pico krb5__inquire_cred_by_mech.pico krb5__inquire_cred_by_oid.pico krb5__inquire_mechs_for_name.pico krb5__inquire_names_for_mech.pico krb5__inquire_sec_context_by_oid.pico krb5__pname_to_uid.pico krb5__process_context_token.pico krb5__prf.pico krb5__release_buffer.pico krb5__release_cred.pico krb5__release_name.pico krb5__sequence.pico krb5__store_cred.pico krb5__set_cred_option.pico krb5__set_sec_context_option.pico krb5__ticket_flags.pico krb5__unwrap.pico krb5__authorize_localname.pico krb5__verify_mic.pico krb5__wrap.pico mech__context.pico mech__doxygen.pico mech__gss_accept_sec_context.pico mech__gss_acquire_cred.pico mech__gss_acquire_cred_ext.pico mech__gss_acquire_cred_with_password.pico mech__gss_add_cred.pico mech__gss_add_cred_with_password.pico mech__gss_add_oid_set_member.pico mech__gss_aeap.pico mech__gss_buffer_set.pico mech__gss_canonicalize_name.pico mech__gss_compare_name.pico mech__gss_context_time.pico mech__gss_create_empty_oid_set.pico mech__gss_cred.pico mech__gss_decapsulate_token.pico mech__gss_delete_name_attribute.pico mech__gss_delete_sec_context.pico mech__gss_display_name.pico mech__gss_display_name_ext.pico mech__gss_display_status.pico mech__gss_duplicate_name.pico mech__gss_duplicate_oid.pico mech__gss_encapsulate_token.pico mech__gss_export_name.pico mech__gss_export_name_composite.pico mech__gss_export_sec_context.pico mech__gss_get_mic.pico mech__gss_get_name_attribute.pico mech__gss_import_name.pico mech__gss_import_sec_context.pico mech__gss_indicate_mechs.pico mech__gss_init_sec_context.pico mech__gss_inquire_context.pico mech__gss_inquire_cred.pico mech__gss_inquire_cred_by_mech.pico mech__gss_inquire_cred_by_oid.pico mech__gss_inquire_mechs_for_name.pico mech__gss_inquire_name.pico mech__gss_inquire_names_for_mech.pico mech__gss_krb5.pico mech__gss_mech_switch.pico mech__gss_mo.pico mech__gss_names.pico mech__gss_oid.pico mech__gss_oid_equal.pico mech__gss_oid_to_str.pico mech__gss_pname_to_uid.pico mech__gss_process_context_token.pico mech__gss_pseudo_random.pico mech__gss_release_buffer.pico mech__gss_release_cred.pico mech__gss_release_name.pico mech__gss_release_oid.pico mech__gss_release_oid_set.pico mech__gss_seal.pico mech__gss_set_cred_option.pico mech__gss_set_name_attribute.pico mech__gss_set_sec_context_option.pico mech__gss_sign.pico mech__gss_store_cred.pico mech__gss_test_oid_set_member.pico mech__gss_unseal.pico mech__gss_unwrap.pico mech__gss_authorize_localname.pico mech__gss_utils.pico mech__gss_verify.pico mech__gss_verify_mic.pico mech__gss_wrap.pico mech__gss_wrap_size_limit.pico mech__gss_inquire_sec_context_by_oid.pico spnego__accept_sec_context.pico spnego__compat.pico spnego__context_stubs.pico spnego__cred_stubs.pico spnego__external.pico spnego__init_sec_context.pico ntlm__accept_sec_context.pico ntlm__acquire_cred.pico ntlm__add_cred.pico ntlm__canonicalize_name.pico ntlm__compare_name.pico ntlm__context_time.pico ntlm__creds.pico ntlm__crypto.pico ntlm__delete_sec_context.pico ntlm__display_name.pico ntlm__display_status.pico ntlm__duplicate_name.pico ntlm__export_name.pico ntlm__export_sec_context.pico ntlm__external.pico ntlm__import_name.pico ntlm__import_sec_context.pico ntlm__indicate_mechs.pico ntlm__init_sec_context.pico ntlm__inquire_context.pico ntlm__inquire_cred_by_mech.pico ntlm__inquire_mechs_for_name.pico ntlm__inquire_names_for_mech.pico ntlm__inquire_sec_context_by_oid.pico ntlm__iter_cred.pico ntlm__process_context_token.pico ntlm__release_cred.pico ntlm__release_name.pico ntlm__kdc.pico gkrb5_err.pico.tmp asn1_ContextFlags.pico.tmp asn1_MechType.pico.tmp asn1_MechTypeList.pico.tmp asn1_NegotiationToken.pico.tmp asn1_NegotiationTokenWin.pico.tmp asn1_NegHints.pico.tmp asn1_NegTokenInit.pico.tmp asn1_NegTokenInitWin.pico.tmp asn1_NegTokenResp.pico.tmp asn1_gssapi_asn1.pico.tmp krb5__8003.pico.tmp krb5__accept_sec_context.pico.tmp krb5__acquire_cred.pico.tmp krb5__add_cred.pico.tmp krb5__address_to_krb5addr.pico.tmp krb5__aeap.pico.tmp krb5__arcfour.pico.tmp krb5__canonicalize_name.pico.tmp krb5__creds.pico.tmp krb5__ccache_name.pico.tmp krb5__cfx.pico.tmp krb5__compare_name.pico.tmp krb5__compat.pico.tmp krb5__context_time.pico.tmp krb5__copy_ccache.pico.tmp krb5__decapsulate.pico.tmp krb5__delete_sec_context.pico.tmp krb5__display_name.pico.tmp krb5__display_status.pico.tmp krb5__duplicate_name.pico.tmp krb5__encapsulate.pico.tmp krb5__export_name.pico.tmp krb5__export_sec_context.pico.tmp krb5__external.pico.tmp krb5__get_mic.pico.tmp krb5__import_name.pico.tmp krb5__import_sec_context.pico.tmp krb5__indicate_mechs.pico.tmp krb5__init.pico.tmp krb5__init_sec_context.pico.tmp krb5__inquire_context.pico.tmp krb5__inquire_cred.pico.tmp krb5__inquire_cred_by_mech.pico.tmp krb5__inquire_cred_by_oid.pico.tmp krb5__inquire_mechs_for_name.pico.tmp krb5__inquire_names_for_mech.pico.tmp krb5__inquire_sec_context_by_oid.pico.tmp krb5__pname_to_uid.pico.tmp krb5__process_context_token.pico.tmp krb5__prf.pico.tmp krb5__release_buffer.pico.tmp krb5__release_cred.pico.tmp krb5__release_name.pico.tmp krb5__sequence.pico.tmp krb5__store_cred.pico.tmp krb5__set_cred_option.pico.tmp krb5__set_sec_context_option.pico.tmp krb5__ticket_flags.pico.tmp krb5__unwrap.pico.tmp krb5__authorize_localname.pico.tmp krb5__verify_mic.pico.tmp krb5__wrap.pico.tmp mech__context.pico.tmp mech__doxygen.pico.tmp mech__gss_accept_sec_context.pico.tmp mech__gss_acquire_cred.pico.tmp mech__gss_acquire_cred_ext.pico.tmp mech__gss_acquire_cred_with_password.pico.tmp mech__gss_add_cred.pico.tmp mech__gss_add_cred_with_password.pico.tmp mech__gss_add_oid_set_member.pico.tmp mech__gss_aeap.pico.tmp mech__gss_buffer_set.pico.tmp mech__gss_canonicalize_name.pico.tmp mech__gss_compare_name.pico.tmp mech__gss_context_time.pico.tmp mech__gss_create_empty_oid_set.pico.tmp mech__gss_cred.pico.tmp mech__gss_decapsulate_token.pico.tmp mech__gss_delete_name_attribute.pico.tmp mech__gss_delete_sec_context.pico.tmp mech__gss_display_name.pico.tmp mech__gss_display_name_ext.pico.tmp mech__gss_display_status.pico.tmp mech__gss_duplicate_name.pico.tmp mech__gss_duplicate_oid.pico.tmp mech__gss_encapsulate_token.pico.tmp mech__gss_export_name.pico.tmp mech__gss_export_name_composite.pico.tmp mech__gss_export_sec_context.pico.tmp mech__gss_get_mic.pico.tmp mech__gss_get_name_attribute.pico.tmp mech__gss_import_name.pico.tmp mech__gss_import_sec_context.pico.tmp mech__gss_indicate_mechs.pico.tmp mech__gss_init_sec_context.pico.tmp mech__gss_inquire_context.pico.tmp mech__gss_inquire_cred.pico.tmp mech__gss_inquire_cred_by_mech.pico.tmp mech__gss_inquire_cred_by_oid.pico.tmp mech__gss_inquire_mechs_for_name.pico.tmp mech__gss_inquire_name.pico.tmp mech__gss_inquire_names_for_mech.pico.tmp mech__gss_krb5.pico.tmp mech__gss_mech_switch.pico.tmp mech__gss_mo.pico.tmp mech__gss_names.pico.tmp mech__gss_oid.pico.tmp mech__gss_oid_equal.pico.tmp mech__gss_oid_to_str.pico.tmp mech__gss_pname_to_uid.pico.tmp mech__gss_process_context_token.pico.tmp mech__gss_pseudo_random.pico.tmp mech__gss_release_buffer.pico.tmp mech__gss_release_cred.pico.tmp mech__gss_release_name.pico.tmp mech__gss_release_oid.pico.tmp mech__gss_release_oid_set.pico.tmp mech__gss_seal.pico.tmp mech__gss_set_cred_option.pico.tmp mech__gss_set_name_attribute.pico.tmp mech__gss_set_sec_context_option.pico.tmp mech__gss_sign.pico.tmp mech__gss_store_cred.pico.tmp mech__gss_test_oid_set_member.pico.tmp mech__gss_unseal.pico.tmp mech__gss_unwrap.pico.tmp mech__gss_authorize_localname.pico.tmp mech__gss_utils.pico.tmp mech__gss_verify.pico.tmp mech__gss_verify_mic.pico.tmp mech__gss_wrap.pico.tmp mech__gss_wrap_size_limit.pico.tmp mech__gss_inquire_sec_context_by_oid.pico.tmp spnego__accept_sec_context.pico.tmp spnego__compat.pico.tmp spnego__context_stubs.pico.tmp spnego__cred_stubs.pico.tmp spnego__external.pico.tmp spnego__init_sec_context.pico.tmp ntlm__accept_sec_context.pico.tmp ntlm__acquire_cred.pico.tmp ntlm__add_cred.pico.tmp ntlm__canonicalize_name.pico.tmp ntlm__compare_name.pico.tmp ntlm__context_time.pico.tmp ntlm__creds.pico.tmp ntlm__crypto.pico.tmp ntlm__delete_sec_context.pico.tmp ntlm__display_name.pico.tmp ntlm__display_status.pico.tmp ntlm__duplicate_name.pico.tmp ntlm__export_name.pico.tmp ntlm__export_sec_context.pico.tmp ntlm__external.pico.tmp ntlm__import_name.pico.tmp ntlm__import_sec_context.pico.tmp ntlm__indicate_mechs.pico.tmp ntlm__init_sec_context.pico.tmp ntlm__inquire_context.pico.tmp ntlm__inquire_cred_by_mech.pico.tmp ntlm__inquire_mechs_for_name.pico.tmp ntlm__inquire_names_for_mech.pico.tmp ntlm__inquire_sec_context_by_oid.pico.tmp ntlm__iter_cred.pico.tmp ntlm__process_context_token.pico.tmp ntlm__release_cred.pico.tmp ntlm__release_name.pico.tmp ntlm__kdc.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/elfedit && rm -f elfedit.html1 .depend elfcomm.d elfedit.d version.d elfcomm.d.tmp elfedit.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_pic.a libgssapi.so.* libgssapi.so gkrb5_err.pico asn1_ContextFlags.pico asn1_MechType.pico asn1_MechTypeList.pico asn1_NegotiationToken.pico asn1_NegotiationTokenWin.pico asn1_NegHints.pico asn1_NegTokenInit.pico asn1_NegTokenInitWin.pico asn1_NegTokenResp.pico asn1_gssapi_asn1.pico krb5__8003.pico krb5__accept_sec_context.pico krb5__acquire_cred.pico krb5__add_cred.pico krb5__address_to_krb5addr.pico krb5__aeap.pico krb5__arcfour.pico krb5__canonicalize_name.pico krb5__creds.pico krb5__ccache_name.pico krb5__cfx.pico krb5__compare_name.pico krb5__compat.pico krb5__context_time.pico krb5__copy_ccache.pico krb5__decapsulate.pico krb5__delete_sec_context.pico krb5__display_name.pico krb5__display_status.pico krb5__duplicate_name.pico krb5__encapsulate.pico krb5__export_name.pico krb5__export_sec_context.pico krb5__external.pico krb5__get_mic.pico krb5__import_name.pico krb5__import_sec_context.pico krb5__indicate_mechs.pico krb5__init.pico krb5__init_sec_context.pico krb5__inquire_context.pico krb5__inquire_cred.pico krb5__inquire_cred_by_mech.pico krb5__inquire_cred_by_oid.pico krb5__inquire_mechs_for_name.pico krb5__inquire_names_for_mech.pico krb5__inquire_sec_context_by_oid.pico krb5__pname_to_uid.pico krb5__process_context_token.pico krb5__prf.pico krb5__release_buffer.pico krb5__release_cred.pico krb5__release_name.pico krb5__sequence.pico krb5__store_cred.pico krb5__set_cred_option.pico krb5__set_sec_context_option.pico krb5__ticket_flags.pico krb5__unwrap.pico krb5__authorize_localname.pico krb5__verify_mic.pico krb5__wrap.pico mech__context.pico mech__doxygen.pico mech__gss_accept_sec_context.pico mech__gss_acquire_cred.pico mech__gss_acquire_cred_ext.pico mech__gss_acquire_cred_with_password.pico mech__gss_add_cred.pico mech__gss_add_cred_with_password.pico mech__gss_add_oid_set_member.pico mech__gss_aeap.pico mech__gss_buffer_set.pico mech__gss_canonicalize_name.pico mech__gss_compare_name.pico mech__gss_context_time.pico mech__gss_create_empty_oid_set.pico mech__gss_cred.pico mech__gss_decapsulate_token.pico mech__gss_delete_name_attribute.pico mech__gss_delete_sec_context.pico mech__gss_display_name.pico mech__gss_display_name_ext.pico mech__gss_display_status.pico mech__gss_duplicate_name.pico mech__gss_duplicate_oid.pico mech__gss_encapsulate_token.pico mech__gss_export_name.pico mech__gss_export_name_composite.pico mech__gss_export_sec_context.pico mech__gss_get_mic.pico mech__gss_get_name_attribute.pico mech__gss_import_name.pico mech__gss_import_sec_context.pico mech__gss_indicate_mechs.pico mech__gss_init_sec_context.pico mech__gss_inquire_context.pico mech__gss_inquire_cred.pico mech__gss_inquire_cred_by_mech.pico mech__gss_inquire_cred_by_oid.pico mech__gss_inquire_mechs_for_name.pico mech__gss_inquire_name.pico mech__gss_inquire_names_for_mech.pico mech__gss_krb5.pico mech__gss_mech_switch.pico mech__gss_mo.pico mech__gss_names.pico mech__gss_oid.pico mech__gss_oid_equal.pico mech__gss_oid_to_str.pico mech__gss_pname_to_uid.pico mech__gss_process_context_token.pico mech__gss_pseudo_random.pico mech__gss_release_buffer.pico mech__gss_release_cred.pico mech__gss_release_name.pico mech__gss_release_oid.pico mech__gss_release_oid_set.pico mech__gss_seal.pico mech__gss_set_cred_option.pico mech__gss_set_name_attribute.pico mech__gss_set_sec_context_option.pico mech__gss_sign.pico mech__gss_store_cred.pico mech__gss_test_oid_set_member.pico mech__gss_unseal.pico mech__gss_unwrap.pico mech__gss_authorize_localname.pico mech__gss_utils.pico mech__gss_verify.pico mech__gss_verify_mic.pico mech__gss_wrap.pico mech__gss_wrap_size_limit.pico mech__gss_inquire_sec_context_by_oid.pico spnego__accept_sec_context.pico spnego__compat.pico spnego__context_stubs.pico spnego__cred_stubs.pico spnego__external.pico spnego__init_sec_context.pico ntlm__accept_sec_context.pico ntlm__acquire_cred.pico ntlm__add_cred.pico ntlm__canonicalize_name.pico ntlm__compare_name.pico ntlm__context_time.pico ntlm__creds.pico ntlm__crypto.pico ntlm__delete_sec_context.pico ntlm__display_name.pico ntlm__display_status.pico ntlm__duplicate_name.pico ntlm__export_name.pico ntlm__export_sec_context.pico ntlm__external.pico ntlm__import_name.pico ntlm__import_sec_context.pico ntlm__indicate_mechs.pico ntlm__init_sec_context.pico ntlm__inquire_context.pico ntlm__inquire_cred_by_mech.pico ntlm__inquire_mechs_for_name.pico ntlm__inquire_names_for_mech.pico ntlm__inquire_sec_context_by_oid.pico ntlm__iter_cred.pico ntlm__process_context_token.pico ntlm__release_cred.pico ntlm__release_name.pico ntlm__kdc.pico gkrb5_err.pico.tmp asn1_ContextFlags.pico.tmp asn1_MechType.pico.tmp asn1_MechTypeList.pico.tmp asn1_NegotiationToken.pico.tmp asn1_NegotiationTokenWin.pico.tmp asn1_NegHints.pico.tmp asn1_NegTokenInit.pico.tmp asn1_NegTokenInitWin.pico.tmp asn1_NegTokenResp.pico.tmp asn1_gssapi_asn1.pico.tmp krb5__8003.pico.tmp krb5__accept_sec_context.pico.tmp krb5__acquire_cred.pico.tmp krb5__add_cred.pico.tmp krb5__address_to_krb5addr.pico.tmp krb5__aeap.pico.tmp krb5__arcfour.pico.tmp krb5__canonicalize_name.pico.tmp krb5__creds.pico.tmp krb5__ccache_name.pico.tmp krb5__cfx.pico.tmp krb5__compare_name.pico.tmp krb5__compat.pico.tmp krb5__context_time.pico.tmp krb5__copy_ccache.pico.tmp krb5__decapsulate.pico.tmp krb5__delete_sec_context.pico.tmp krb5__display_name.pico.tmp krb5__display_status.pico.tmp krb5__duplicate_name.pico.tmp krb5__encapsulate.pico.tmp krb5__export_name.pico.tmp krb5__export_sec_context.pico.tmp krb5__external.pico.tmp krb5__get_mic.pico.tmp krb5__import_name.pico.tmp krb5__import_sec_context.pico.tmp krb5__indicate_mechs.pico.tmp krb5__init.pico.tmp krb5__init_sec_context.pico.tmp krb5__inquire_context.pico.tmp krb5__inquire_cred.pico.tmp krb5__inquire_cred_by_mech.pico.tmp krb5__inquire_cred_by_oid.pico.tmp krb5__inquire_mechs_for_name.pico.tmp krb5__inquire_names_for_mech.pico.tmp krb5__inquire_sec_context_by_oid.pico.tmp krb5__pname_to_uid.pico.tmp krb5__process_context_token.pico.tmp krb5__prf.pico.tmp krb5__release_buffer.pico.tmp krb5__release_cred.pico.tmp krb5__release_name.pico.tmp krb5__sequence.pico.tmp krb5__store_cred.pico.tmp krb5__set_cred_option.pico.tmp krb5__set_sec_context_option.pico.tmp krb5__ticket_flags.pico.tmp krb5__unwrap.pico.tmp krb5__authorize_localname.pico.tmp krb5__verify_mic.pico.tmp krb5__wrap.pico.tmp mech__context.pico.tmp mech__doxygen.pico.tmp mech__gss_accept_sec_context.pico.tmp mech__gss_acquire_cred.pico.tmp mech__gss_acquire_cred_ext.pico.tmp mech__gss_acquire_cred_with_password.pico.tmp mech__gss_add_cred.pico.tmp mech__gss_add_cred_with_password.pico.tmp mech__gss_add_oid_set_member.pico.tmp mech__gss_aeap.pico.tmp mech__gss_buffer_set.pico.tmp mech__gss_canonicalize_name.pico.tmp mech__gss_compare_name.pico.tmp mech__gss_context_time.pico.tmp mech__gss_create_empty_oid_set.pico.tmp mech__gss_cred.pico.tmp mech__gss_decapsulate_token.pico.tmp mech__gss_delete_name_attribute.pico.tmp mech__gss_delete_sec_context.pico.tmp mech__gss_display_name.pico.tmp mech__gss_display_name_ext.pico.tmp mech__gss_display_status.pico.tmp mech__gss_duplicate_name.pico.tmp mech__gss_duplicate_oid.pico.tmp mech__gss_encapsulate_token.pico.tmp mech__gss_export_name.pico.tmp mech__gss_export_name_composite.pico.tmp mech__gss_export_sec_context.pico.tmp mech__gss_get_mic.pico.tmp mech__gss_get_name_attribute.pico.tmp mech__gss_import_name.pico.tmp mech__gss_import_sec_context.pico.tmp mech__gss_indicate_mechs.pico.tmp mech__gss_init_sec_context.pico.tmp mech__gss_inquire_context.pico.tmp mech__gss_inquire_cred.pico.tmp mech__gss_inquire_cred_by_mech.pico.tmp mech__gss_inquire_cred_by_oid.pico.tmp mech__gss_inquire_mechs_for_name.pico.tmp mech__gss_inquire_name.pico.tmp mech__gss_inquire_names_for_mech.pico.tmp mech__gss_krb5.pico.tmp mech__gss_mech_switch.pico.tmp mech__gss_mo.pico.tmp mech__gss_names.pico.tmp mech__gss_oid.pico.tmp mech__gss_oid_equal.pico.tmp mech__gss_oid_to_str.pico.tmp mech__gss_pname_to_uid.pico.tmp mech__gss_process_context_token.pico.tmp mech__gss_pseudo_random.pico.tmp mech__gss_release_buffer.pico.tmp mech__gss_release_cred.pico.tmp mech__gss_release_name.pico.tmp mech__gss_release_oid.pico.tmp mech__gss_release_oid_set.pico.tmp mech__gss_seal.pico.tmp mech__gss_set_cred_option.pico.tmp mech__gss_set_name_attribute.pico.tmp mech__gss_set_sec_context_option.pico.tmp mech__gss_sign.pico.tmp mech__gss_store_cred.pico.tmp mech__gss_test_oid_set_member.pico.tmp mech__gss_unseal.pico.tmp mech__gss_unwrap.pico.tmp mech__gss_authorize_localname.pico.tmp mech__gss_utils.pico.tmp mech__gss_verify.pico.tmp mech__gss_verify_mic.pico.tmp mech__gss_wrap.pico.tmp mech__gss_wrap_size_limit.pico.tmp mech__gss_inquire_sec_context_by_oid.pico.tmp spnego__accept_sec_context.pico.tmp spnego__compat.pico.tmp spnego__context_stubs.pico.tmp spnego__cred_stubs.pico.tmp spnego__external.pico.tmp spnego__init_sec_context.pico.tmp ntlm__accept_sec_context.pico.tmp ntlm__acquire_cred.pico.tmp ntlm__add_cred.pico.tmp ntlm__canonicalize_name.pico.tmp ntlm__compare_name.pico.tmp ntlm__context_time.pico.tmp ntlm__creds.pico.tmp ntlm__crypto.pico.tmp ntlm__delete_sec_context.pico.tmp ntlm__display_name.pico.tmp ntlm__display_status.pico.tmp ntlm__duplicate_name.pico.tmp ntlm__export_name.pico.tmp ntlm__export_sec_context.pico.tmp ntlm__external.pico.tmp ntlm__import_name.pico.tmp ntlm__import_sec_context.pico.tmp ntlm__indicate_mechs.pico.tmp ntlm__init_sec_context.pico.tmp ntlm__inquire_context.pico.tmp ntlm__inquire_cred_by_mech.pico.tmp ntlm__inquire_mechs_for_name.pico.tmp ntlm__inquire_names_for_mech.pico.tmp ntlm__inquire_sec_context_by_oid.pico.tmp ntlm__iter_cred.pico.tmp ntlm__process_context_token.pico.tmp ntlm__release_cred.pico.tmp ntlm__release_name.pico.tmp ntlm__kdc.pico.tmp || true) --- cleandir-external --- --- cleandir-gas --- cleandir ===> external/gpl3/binutils/usr.bin/gas --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f llib-lgssapi.ln krb5__8003.ln krb5__accept_sec_context.ln krb5__acquire_cred.ln krb5__add_cred.ln krb5__address_to_krb5addr.ln krb5__aeap.ln krb5__arcfour.ln krb5__canonicalize_name.ln krb5__creds.ln krb5__ccache_name.ln krb5__cfx.ln krb5__compare_name.ln krb5__compat.ln krb5__context_time.ln krb5__copy_ccache.ln krb5__decapsulate.ln krb5__delete_sec_context.ln krb5__display_name.ln krb5__display_status.ln krb5__duplicate_name.ln krb5__encapsulate.ln krb5__export_name.ln krb5__export_sec_context.ln krb5__external.ln krb5__get_mic.ln krb5__import_name.ln krb5__import_sec_context.ln krb5__indicate_mechs.ln krb5__init.ln krb5__init_sec_context.ln krb5__inquire_context.ln krb5__inquire_cred.ln krb5__inquire_cred_by_mech.ln krb5__inquire_cred_by_oid.ln krb5__inquire_mechs_for_name.ln krb5__inquire_names_for_mech.ln krb5__inquire_sec_context_by_oid.ln krb5__pname_to_uid.ln krb5__process_context_token.ln krb5__prf.ln krb5__release_buffer.ln krb5__release_cred.ln krb5__release_name.ln krb5__sequence.ln krb5__store_cred.ln krb5__set_cred_option.ln krb5__set_sec_context_option.ln krb5__ticket_flags.ln krb5__unwrap.ln krb5__authorize_localname.ln krb5__verify_mic.ln krb5__wrap.ln mech__context.ln mech__doxygen.ln mech__gss_accept_sec_context.ln mech__gss_acquire_cred.ln mech__gss_acquire_cred_ext.ln mech__gss_acquire_cred_with_password.ln mech__gss_add_cred.ln mech__gss_add_cred_with_password.ln mech__gss_add_oid_set_member.ln mech__gss_aeap.ln mech__gss_buffer_set.ln mech__gss_canonicalize_name.ln mech__gss_compare_name.ln mech__gss_context_time.ln mech__gss_create_empty_oid_set.ln mech__gss_cred.ln mech__gss_decapsulate_token.ln mech__gss_delete_name_attribute.ln mech__gss_delete_sec_context.ln mech__gss_display_name.ln mech__gss_display_name_ext.ln mech__gss_display_status.ln mech__gss_duplicate_name.ln mech__gss_duplicate_oid.ln mech__gss_encapsulate_token.ln mech__gss_export_name.ln mech__gss_export_name_composite.ln mech__gss_export_sec_context.ln mech__gss_get_mic.ln mech__gss_get_name_attribute.ln mech__gss_import_name.ln mech__gss_import_sec_context.ln mech__gss_indicate_mechs.ln mech__gss_init_sec_context.ln mech__gss_inquire_context.ln mech__gss_inquire_cred.ln mech__gss_inquire_cred_by_mech.ln mech__gss_inquire_cred_by_oid.ln mech__gss_inquire_mechs_for_name.ln mech__gss_inquire_name.ln mech__gss_inquire_names_for_mech.ln mech__gss_krb5.ln mech__gss_mech_switch.ln mech__gss_mo.ln mech__gss_names.ln mech__gss_oid.ln mech__gss_oid_equal.ln mech__gss_oid_to_str.ln mech__gss_pname_to_uid.ln mech__gss_process_context_token.ln mech__gss_pseudo_random.ln mech__gss_release_buffer.ln mech__gss_release_cred.ln mech__gss_release_name.ln mech__gss_release_oid.ln mech__gss_release_oid_set.ln mech__gss_seal.ln mech__gss_set_cred_option.ln mech__gss_set_name_attribute.ln mech__gss_set_sec_context_option.ln mech__gss_sign.ln mech__gss_store_cred.ln mech__gss_test_oid_set_member.ln mech__gss_unseal.ln mech__gss_unwrap.ln mech__gss_authorize_localname.ln mech__gss_utils.ln mech__gss_verify.ln mech__gss_verify_mic.ln mech__gss_wrap.ln mech__gss_wrap_size_limit.ln mech__gss_inquire_sec_context_by_oid.ln spnego__accept_sec_context.ln spnego__compat.ln spnego__context_stubs.ln spnego__cred_stubs.ln spnego__external.ln spnego__init_sec_context.ln ntlm__accept_sec_context.ln ntlm__acquire_cred.ln ntlm__add_cred.ln ntlm__canonicalize_name.ln ntlm__compare_name.ln ntlm__context_time.ln ntlm__creds.ln ntlm__crypto.ln ntlm__delete_sec_context.ln ntlm__display_name.ln ntlm__display_status.ln ntlm__duplicate_name.ln ntlm__export_name.ln ntlm__export_sec_context.ln ntlm__external.ln ntlm__import_name.ln ntlm__import_sec_context.ln ntlm__indicate_mechs.ln ntlm__init_sec_context.ln ntlm__inquire_context.ln ntlm__inquire_cred_by_mech.ln ntlm__inquire_mechs_for_name.ln ntlm__inquire_names_for_mech.ln ntlm__inquire_sec_context_by_oid.ln ntlm__iter_cred.ln ntlm__process_context_token.ln ntlm__release_cred.ln ntlm__release_name.ln ntlm__kdc.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f llib-lgssapi.ln krb5__8003.ln krb5__accept_sec_context.ln krb5__acquire_cred.ln krb5__add_cred.ln krb5__address_to_krb5addr.ln krb5__aeap.ln krb5__arcfour.ln krb5__canonicalize_name.ln krb5__creds.ln krb5__ccache_name.ln krb5__cfx.ln krb5__compare_name.ln krb5__compat.ln krb5__context_time.ln krb5__copy_ccache.ln krb5__decapsulate.ln krb5__delete_sec_context.ln krb5__display_name.ln krb5__display_status.ln krb5__duplicate_name.ln krb5__encapsulate.ln krb5__export_name.ln krb5__export_sec_context.ln krb5__external.ln krb5__get_mic.ln krb5__import_name.ln krb5__import_sec_context.ln krb5__indicate_mechs.ln krb5__init.ln krb5__init_sec_context.ln krb5__inquire_context.ln krb5__inquire_cred.ln krb5__inquire_cred_by_mech.ln krb5__inquire_cred_by_oid.ln krb5__inquire_mechs_for_name.ln krb5__inquire_names_for_mech.ln krb5__inquire_sec_context_by_oid.ln krb5__pname_to_uid.ln krb5__process_context_token.ln krb5__prf.ln krb5__release_buffer.ln krb5__release_cred.ln krb5__release_name.ln krb5__sequence.ln krb5__store_cred.ln krb5__set_cred_option.ln krb5__set_sec_context_option.ln krb5__ticket_flags.ln krb5__unwrap.ln krb5__authorize_localname.ln krb5__verify_mic.ln krb5__wrap.ln mech__context.ln mech__doxygen.ln mech__gss_accept_sec_context.ln mech__gss_acquire_cred.ln mech__gss_acquire_cred_ext.ln mech__gss_acquire_cred_with_password.ln mech__gss_add_cred.ln mech__gss_add_cred_with_password.ln mech__gss_add_oid_set_member.ln mech__gss_aeap.ln mech__gss_buffer_set.ln mech__gss_canonicalize_name.ln mech__gss_compare_name.ln mech__gss_context_time.ln mech__gss_create_empty_oid_set.ln mech__gss_cred.ln mech__gss_decapsulate_token.ln mech__gss_delete_name_attribute.ln mech__gss_delete_sec_context.ln mech__gss_display_name.ln mech__gss_display_name_ext.ln mech__gss_display_status.ln mech__gss_duplicate_name.ln mech__gss_duplicate_oid.ln mech__gss_encapsulate_token.ln mech__gss_export_name.ln mech__gss_export_name_composite.ln mech__gss_export_sec_context.ln mech__gss_get_mic.ln mech__gss_get_name_attribute.ln mech__gss_import_name.ln mech__gss_import_sec_context.ln mech__gss_indicate_mechs.ln mech__gss_init_sec_context.ln mech__gss_inquire_context.ln mech__gss_inquire_cred.ln mech__gss_inquire_cred_by_mech.ln mech__gss_inquire_cred_by_oid.ln mech__gss_inquire_mechs_for_name.ln mech__gss_inquire_name.ln mech__gss_inquire_names_for_mech.ln mech__gss_krb5.ln mech__gss_mech_switch.ln mech__gss_mo.ln mech__gss_names.ln mech__gss_oid.ln mech__gss_oid_equal.ln mech__gss_oid_to_str.ln mech__gss_pname_to_uid.ln mech__gss_process_context_token.ln mech__gss_pseudo_random.ln mech__gss_release_buffer.ln mech__gss_release_cred.ln mech__gss_release_name.ln mech__gss_release_oid.ln mech__gss_release_oid_set.ln mech__gss_seal.ln mech__gss_set_cred_option.ln mech__gss_set_name_attribute.ln mech__gss_set_sec_context_option.ln mech__gss_sign.ln mech__gss_store_cred.ln mech__gss_test_oid_set_member.ln mech__gss_unseal.ln mech__gss_unwrap.ln mech__gss_authorize_localname.ln mech__gss_utils.ln mech__gss_verify.ln mech__gss_verify_mic.ln mech__gss_wrap.ln mech__gss_wrap_size_limit.ln mech__gss_inquire_sec_context_by_oid.ln spnego__accept_sec_context.ln spnego__compat.ln spnego__context_stubs.ln spnego__cred_stubs.ln spnego__external.ln spnego__init_sec_context.ln ntlm__accept_sec_context.ln ntlm__acquire_cred.ln ntlm__add_cred.ln ntlm__canonicalize_name.ln ntlm__compare_name.ln ntlm__context_time.ln ntlm__creds.ln ntlm__crypto.ln ntlm__delete_sec_context.ln ntlm__display_name.ln ntlm__display_status.ln ntlm__duplicate_name.ln ntlm__export_name.ln ntlm__export_sec_context.ln ntlm__external.ln ntlm__import_name.ln ntlm__import_sec_context.ln ntlm__indicate_mechs.ln ntlm__init_sec_context.ln ntlm__inquire_context.ln ntlm__inquire_cred_by_mech.ln ntlm__inquire_mechs_for_name.ln ntlm__inquire_names_for_mech.ln ntlm__inquire_sec_context_by_oid.ln ntlm__iter_cred.ln ntlm__process_context_token.ln ntlm__release_cred.ln ntlm__release_name.ln ntlm__kdc.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f krb5__8003.c krb5__accept_sec_context.c krb5__acquire_cred.c krb5__add_cred.c krb5__address_to_krb5addr.c krb5__aeap.c krb5__arcfour.c krb5__canonicalize_name.c krb5__creds.c krb5__ccache_name.c krb5__cfx.c krb5__compare_name.c krb5__compat.c krb5__context_time.c krb5__copy_ccache.c krb5__decapsulate.c krb5__delete_sec_context.c krb5__display_name.c krb5__display_status.c krb5__duplicate_name.c krb5__encapsulate.c krb5__export_name.c krb5__export_sec_context.c krb5__external.c krb5__get_mic.c krb5__import_name.c krb5__import_sec_context.c krb5__indicate_mechs.c krb5__init.c krb5__init_sec_context.c krb5__inquire_context.c krb5__inquire_cred.c krb5__inquire_cred_by_mech.c krb5__inquire_cred_by_oid.c krb5__inquire_mechs_for_name.c krb5__inquire_names_for_mech.c krb5__inquire_sec_context_by_oid.c krb5__pname_to_uid.c krb5__process_context_token.c krb5__prf.c krb5__release_buffer.c krb5__release_cred.c krb5__release_name.c krb5__sequence.c krb5__store_cred.c krb5__set_cred_option.c krb5__set_sec_context_option.c krb5__ticket_flags.c krb5__unwrap.c krb5__authorize_localname.c krb5__verify_mic.c krb5__wrap.c mech__context.c mech__doxygen.c mech__gss_accept_sec_context.c mech__gss_acquire_cred.c mech__gss_acquire_cred_ext.c mech__gss_acquire_cred_with_password.c mech__gss_add_cred.c mech__gss_add_cred_with_password.c mech__gss_add_oid_set_member.c mech__gss_aeap.c mech__gss_buffer_set.c mech__gss_canonicalize_name.c mech__gss_compare_name.c mech__gss_context_time.c mech__gss_create_empty_oid_set.c mech__gss_cred.c mech__gss_decapsulate_token.c mech__gss_delete_name_attribute.c mech__gss_delete_sec_context.c mech__gss_display_name.c mech__gss_display_name_ext.c mech__gss_display_status.c mech__gss_duplicate_name.c mech__gss_duplicate_oid.c mech__gss_encapsulate_token.c mech__gss_export_name.c mech__gss_export_name_composite.c mech__gss_export_sec_context.c mech__gss_get_mic.c mech__gss_get_name_attribute.c mech__gss_import_name.c mech__gss_import_sec_context.c mech__gss_indicate_mechs.c mech__gss_init_sec_context.c mech__gss_inquire_context.c mech__gss_inquire_cred.c mech__gss_inquire_cred_by_mech.c mech__gss_inquire_cred_by_oid.c mech__gss_inquire_mechs_for_name.c mech__gss_inquire_name.c mech__gss_inquire_names_for_mech.c mech__gss_krb5.c mech__gss_mech_switch.c mech__gss_mo.c mech__gss_names.c mech__gss_oid.c mech__gss_oid_equal.c mech__gss_oid_to_str.c mech__gss_pname_to_uid.c mech__gss_process_context_token.c mech__gss_pseudo_random.c mech__gss_release_buffer.c mech__gss_release_cred.c mech__gss_release_name.c mech__gss_release_oid.c mech__gss_release_oid_set.c mech__gss_seal.c mech__gss_set_cred_option.c mech__gss_set_name_attribute.c mech__gss_set_sec_context_option.c mech__gss_sign.c mech__gss_store_cred.c mech__gss_test_oid_set_member.c mech__gss_unseal.c mech__gss_unwrap.c mech__gss_authorize_localname.c mech__gss_utils.c mech__gss_verify.c mech__gss_verify_mic.c mech__gss_wrap.c mech__gss_wrap_size_limit.c mech__gss_inquire_sec_context_by_oid.c spnego__accept_sec_context.c spnego__compat.c spnego__context_stubs.c spnego__cred_stubs.c spnego__external.c spnego__init_sec_context.c ntlm__accept_sec_context.c ntlm__acquire_cred.c ntlm__add_cred.c ntlm__canonicalize_name.c ntlm__compare_name.c ntlm__context_time.c ntlm__creds.c ntlm__crypto.c ntlm__delete_sec_context.c ntlm__display_name.c ntlm__display_status.c ntlm__duplicate_name.c ntlm__export_name.c ntlm__export_sec_context.c ntlm__external.c ntlm__import_name.c ntlm__import_sec_context.c ntlm__indicate_mechs.c ntlm__init_sec_context.c ntlm__inquire_context.c ntlm__inquire_cred_by_mech.c ntlm__inquire_mechs_for_name.c ntlm__inquire_names_for_mech.c ntlm__inquire_sec_context_by_oid.c ntlm__iter_cred.c ntlm__process_context_token.c ntlm__release_cred.c ntlm__release_name.c ntlm__kdc.c gkrb5_err.c gkrb5_err.h spnego_asn1_files spnego_asn1-template.c spnego_asn1-template.x asn1_ContextFlags.x asn1_MechType.x asn1_MechTypeList.x asn1_NegotiationToken.x asn1_NegotiationTokenWin.x asn1_NegHints.x asn1_NegTokenInit.x asn1_NegTokenInitWin.x asn1_NegTokenResp.x asn1_ContextFlags.c asn1_MechType.c asn1_MechTypeList.c asn1_NegotiationToken.c asn1_NegotiationTokenWin.c asn1_NegHints.c asn1_NegTokenInit.c asn1_NegTokenInitWin.c asn1_NegTokenResp.c spnego_asn1.h spnego_asn1.hx spnego_asn1-priv.h spnego_asn1-priv.hx spnego.ts gssapi_asn1_files gssapi_asn1-template.c gssapi_asn1-template.x asn1_gssapi_asn1.x asn1_gssapi_asn1.c gssapi_asn1.h gssapi_asn1.hx gssapi_asn1-priv.h gssapi_asn1-priv.hx gssapi.ts libgssapi.so.12.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f krb5__8003.c krb5__accept_sec_context.c krb5__acquire_cred.c krb5__add_cred.c krb5__address_to_krb5addr.c krb5__aeap.c krb5__arcfour.c krb5__canonicalize_name.c krb5__creds.c krb5__ccache_name.c krb5__cfx.c krb5__compare_name.c krb5__compat.c krb5__context_time.c krb5__copy_ccache.c krb5__decapsulate.c krb5__delete_sec_context.c krb5__display_name.c krb5__display_status.c krb5__duplicate_name.c krb5__encapsulate.c krb5__export_name.c krb5__export_sec_context.c krb5__external.c krb5__get_mic.c krb5__import_name.c krb5__import_sec_context.c krb5__indicate_mechs.c krb5__init.c krb5__init_sec_context.c krb5__inquire_context.c krb5__inquire_cred.c krb5__inquire_cred_by_mech.c krb5__inquire_cred_by_oid.c krb5__inquire_mechs_for_name.c krb5__inquire_names_for_mech.c krb5__inquire_sec_context_by_oid.c krb5__pname_to_uid.c krb5__process_context_token.c krb5__prf.c krb5__release_buffer.c krb5__release_cred.c krb5__release_name.c krb5__sequence.c krb5__store_cred.c krb5__set_cred_option.c krb5__set_sec_context_option.c krb5__ticket_flags.c krb5__unwrap.c krb5__authorize_localname.c krb5__verify_mic.c krb5__wrap.c mech__context.c mech__doxygen.c mech__gss_accept_sec_context.c mech__gss_acquire_cred.c mech__gss_acquire_cred_ext.c mech__gss_acquire_cred_with_password.c mech__gss_add_cred.c mech__gss_add_cred_with_password.c mech__gss_add_oid_set_member.c mech__gss_aeap.c mech__gss_buffer_set.c mech__gss_canonicalize_name.c mech__gss_compare_name.c mech__gss_context_time.c mech__gss_create_empty_oid_set.c mech__gss_cred.c mech__gss_decapsulate_token.c mech__gss_delete_name_attribute.c mech__gss_delete_sec_context.c mech__gss_display_name.c mech__gss_display_name_ext.c mech__gss_display_status.c mech__gss_duplicate_name.c mech__gss_duplicate_oid.c mech__gss_encapsulate_token.c mech__gss_export_name.c mech__gss_export_name_composite.c mech__gss_export_sec_context.c mech__gss_get_mic.c mech__gss_get_name_attribute.c mech__gss_import_name.c mech__gss_import_sec_context.c mech__gss_indicate_mechs.c mech__gss_init_sec_context.c mech__gss_inquire_context.c mech__gss_inquire_cred.c mech__gss_inquire_cred_by_mech.c mech__gss_inquire_cred_by_oid.c mech__gss_inquire_mechs_for_name.c mech__gss_inquire_name.c mech__gss_inquire_names_for_mech.c mech__gss_krb5.c mech__gss_mech_switch.c mech__gss_mo.c mech__gss_names.c mech__gss_oid.c mech__gss_oid_equal.c mech__gss_oid_to_str.c mech__gss_pname_to_uid.c mech__gss_process_context_token.c mech__gss_pseudo_random.c mech__gss_release_buffer.c mech__gss_release_cred.c mech__gss_release_name.c mech__gss_release_oid.c mech__gss_release_oid_set.c mech__gss_seal.c mech__gss_set_cred_option.c mech__gss_set_name_attribute.c mech__gss_set_sec_context_option.c mech__gss_sign.c mech__gss_store_cred.c mech__gss_test_oid_set_member.c mech__gss_unseal.c mech__gss_unwrap.c mech__gss_authorize_localname.c mech__gss_utils.c mech__gss_verify.c mech__gss_verify_mic.c mech__gss_wrap.c mech__gss_wrap_size_limit.c mech__gss_inquire_sec_context_by_oid.c spnego__accept_sec_context.c spnego__compat.c spnego__context_stubs.c spnego__cred_stubs.c spnego__external.c spnego__init_sec_context.c ntlm__accept_sec_context.c ntlm__acquire_cred.c ntlm__add_cred.c ntlm__canonicalize_name.c ntlm__compare_name.c ntlm__context_time.c ntlm__creds.c ntlm__crypto.c ntlm__delete_sec_context.c ntlm__display_name.c ntlm__display_status.c ntlm__duplicate_name.c ntlm__export_name.c ntlm__export_sec_context.c ntlm__external.c ntlm__import_name.c ntlm__import_sec_context.c ntlm__indicate_mechs.c ntlm__init_sec_context.c ntlm__inquire_context.c ntlm__inquire_cred_by_mech.c ntlm__inquire_mechs_for_name.c ntlm__inquire_names_for_mech.c ntlm__inquire_sec_context_by_oid.c ntlm__iter_cred.c ntlm__process_context_token.c ntlm__release_cred.c ntlm__release_name.c ntlm__kdc.c gkrb5_err.c gkrb5_err.h spnego_asn1_files spnego_asn1-template.c spnego_asn1-template.x asn1_ContextFlags.x asn1_MechType.x asn1_MechTypeList.x asn1_NegotiationToken.x asn1_NegotiationTokenWin.x asn1_NegHints.x asn1_NegTokenInit.x asn1_NegTokenInitWin.x asn1_NegTokenResp.x asn1_ContextFlags.c asn1_MechType.c asn1_MechTypeList.c asn1_NegotiationToken.c asn1_NegotiationTokenWin.c asn1_NegHints.c asn1_NegTokenInit.c asn1_NegTokenInitWin.c asn1_NegTokenResp.c spnego_asn1.h spnego_asn1.hx spnego_asn1-priv.h spnego_asn1-priv.hx spnego.ts gssapi_asn1_files gssapi_asn1-template.c gssapi_asn1-template.x asn1_gssapi_asn1.x asn1_gssapi_asn1.c gssapi_asn1.h gssapi_asn1.hx gssapi_asn1-priv.h gssapi_asn1-priv.hx gssapi.ts libgssapi.so.12.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/gas && rm -f a.out [Ee]rrs mklog core *.core .gdbinit as app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-i386.o obj-elf.o atof-ieee.o app.ln as.ln atof-generic.ln compress-debug.ln cond.ln depend.ln dwarf2dbg.ln dw2gencfi.ln ecoff.ln ehopt.ln expr.ln flonum-copy.ln flonum-konst.ln flonum-mult.ln frags.ln hash.ln input-file.ln input-scrub.ln listing.ln literal.ln macro.ln messages.ln output-file.ln read.ln remap.ln sb.ln stabs.ln subsegs.ln symbols.ln write.ln tc-i386.ln obj-elf.ln atof-ieee.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/gas && rm -f a.out [Ee]rrs mklog core *.core .gdbinit as app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-i386.o obj-elf.o atof-ieee.o app.ln as.ln atof-generic.ln compress-debug.ln cond.ln depend.ln dwarf2dbg.ln dw2gencfi.ln ecoff.ln ehopt.ln expr.ln flonum-copy.ln flonum-konst.ln flonum-mult.ln frags.ln hash.ln input-file.ln input-scrub.ln listing.ln literal.ln macro.ln messages.ln output-file.ln read.ln remap.ln sb.ln stabs.ln subsegs.ln symbols.ln write.ln tc-i386.ln obj-elf.ln atof-ieee.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f gssapi.html3 gss_acquire_cred.html3 mech.html5 krb5__8003.c krb5__accept_sec_context.c krb5__acquire_cred.c krb5__add_cred.c krb5__address_to_krb5addr.c krb5__aeap.c krb5__arcfour.c krb5__canonicalize_name.c krb5__creds.c krb5__ccache_name.c krb5__cfx.c krb5__compare_name.c krb5__compat.c krb5__context_time.c krb5__copy_ccache.c krb5__decapsulate.c krb5__delete_sec_context.c krb5__display_name.c krb5__display_status.c krb5__duplicate_name.c krb5__encapsulate.c krb5__export_name.c krb5__export_sec_context.c krb5__external.c krb5__get_mic.c krb5__import_name.c krb5__import_sec_context.c krb5__indicate_mechs.c krb5__init.c krb5__init_sec_context.c krb5__inquire_context.c krb5__inquire_cred.c krb5__inquire_cred_by_mech.c krb5__inquire_cred_by_oid.c krb5__inquire_mechs_for_name.c krb5__inquire_names_for_mech.c krb5__inquire_sec_context_by_oid.c krb5__pname_to_uid.c krb5__process_context_token.c krb5__prf.c krb5__release_buffer.c krb5__release_cred.c krb5__release_name.c krb5__sequence.c krb5__store_cred.c krb5__set_cred_option.c krb5__set_sec_context_option.c krb5__ticket_flags.c krb5__unwrap.c krb5__authorize_localname.c krb5__verify_mic.c krb5__wrap.c mech__context.c mech__doxygen.c mech__gss_accept_sec_context.c mech__gss_acquire_cred.c mech__gss_acquire_cred_ext.c mech__gss_acquire_cred_with_password.c mech__gss_add_cred.c mech__gss_add_cred_with_password.c mech__gss_add_oid_set_member.c mech__gss_aeap.c mech__gss_buffer_set.c mech__gss_canonicalize_name.c mech__gss_compare_name.c mech__gss_context_time.c mech__gss_create_empty_oid_set.c mech__gss_cred.c mech__gss_decapsulate_token.c mech__gss_delete_name_attribute.c mech__gss_delete_sec_context.c mech__gss_display_name.c mech__gss_display_name_ext.c mech__gss_display_status.c mech__gss_duplicate_name.c mech__gss_duplicate_oid.c mech__gss_encapsulate_token.c mech__gss_export_name.c mech__gss_export_name_composite.c mech__gss_export_sec_context.c mech__gss_get_mic.c mech__gss_get_name_attribute.c mech__gss_import_name.c mech__gss_import_sec_context.c mech__gss_indicate_mechs.c mech__gss_init_sec_context.c mech__gss_inquire_context.c mech__gss_inquire_cred.c mech__gss_inquire_cred_by_mech.c mech__gss_inquire_cred_by_oid.c mech__gss_inquire_mechs_for_name.c mech__gss_inquire_name.c mech__gss_inquire_names_for_mech.c mech__gss_krb5.c mech__gss_mech_switch.c mech__gss_mo.c mech__gss_names.c mech__gss_oid.c mech__gss_oid_equal.c mech__gss_oid_to_str.c mech__gss_pname_to_uid.c mech__gss_process_context_token.c mech__gss_pseudo_random.c mech__gss_release_buffer.c mech__gss_release_cred.c mech__gss_release_name.c mech__gss_release_oid.c mech__gss_release_oid_set.c mech__gss_seal.c mech__gss_set_cred_option.c mech__gss_set_name_attribute.c mech__gss_set_sec_context_option.c mech__gss_sign.c mech__gss_store_cred.c mech__gss_test_oid_set_member.c mech__gss_unseal.c mech__gss_unwrap.c mech__gss_authorize_localname.c mech__gss_utils.c mech__gss_verify.c mech__gss_verify_mic.c mech__gss_wrap.c mech__gss_wrap_size_limit.c mech__gss_inquire_sec_context_by_oid.c spnego__accept_sec_context.c spnego__compat.c spnego__context_stubs.c spnego__cred_stubs.c spnego__external.c spnego__init_sec_context.c ntlm__accept_sec_context.c ntlm__acquire_cred.c ntlm__add_cred.c ntlm__canonicalize_name.c ntlm__compare_name.c ntlm__context_time.c ntlm__creds.c ntlm__crypto.c ntlm__delete_sec_context.c ntlm__display_name.c ntlm__display_status.c ntlm__duplicate_name.c ntlm__export_name.c ntlm__export_sec_context.c ntlm__external.c ntlm__import_name.c ntlm__import_sec_context.c ntlm__indicate_mechs.c ntlm__init_sec_context.c ntlm__inquire_context.c ntlm__inquire_cred_by_mech.c ntlm__inquire_mechs_for_name.c ntlm__inquire_names_for_mech.c ntlm__inquire_sec_context_by_oid.c ntlm__iter_cred.c ntlm__process_context_token.c ntlm__release_cred.c ntlm__release_name.c ntlm__kdc.c .depend gkrb5_err.d krb5__8003.d krb5__accept_sec_context.d krb5__acquire_cred.d krb5__add_cred.d krb5__address_to_krb5addr.d krb5__aeap.d krb5__arcfour.d krb5__authorize_localname.d krb5__canonicalize_name.d krb5__ccache_name.d krb5__cfx.d krb5__compare_name.d krb5__compat.d krb5__context_time.d krb5__copy_ccache.d krb5__creds.d krb5__decapsulate.d krb5__delete_sec_context.d krb5__display_name.d krb5__display_status.d krb5__duplicate_name.d krb5__encapsulate.d krb5__export_name.d krb5__export_sec_context.d krb5__external.d krb5__get_mic.d krb5__import_name.d krb5__import_sec_context.d krb5__indicate_mechs.d krb5__init.d krb5__init_sec_context.d krb5__inquire_context.d krb5__inquire_cred.d krb5__inquire_cred_by_mech.d krb5__inquire_cred_by_oid.d krb5__inquire_mechs_for_name.d krb5__inquire_names_for_mech.d krb5__inquire_sec_context_by_oid.d krb5__pname_to_uid.d krb5__prf.d krb5__process_context_token.d krb5__release_buffer.d krb5__release_cred.d krb5__release_name.d krb5__sequence.d krb5__set_cred_option.d krb5__set_sec_context_option.d krb5__store_cred.d krb5__ticket_flags.d krb5__unwrap.d krb5__verify_mic.d krb5__wrap.d mech__context.d mech__doxygen.d mech__gss_accept_sec_context.d mech__gss_acquire_cred.d mech__gss_acquire_cred_ext.d mech__gss_acquire_cred_with_password.d mech__gss_add_cred.d mech__gss_add_cred_with_password.d mech__gss_add_oid_set_member.d mech__gss_aeap.d mech__gss_authorize_localname.d mech__gss_buffer_set.d mech__gss_canonicalize_name.d mech__gss_compare_name.d mech__gss_context_time.d mech__gss_create_empty_oid_set.d mech__gss_cred.d mech__gss_decapsulate_token.d mech__gss_delete_name_attribute.d mech__gss_delete_sec_context.d mech__gss_display_name.d mech__gss_display_name_ext.d mech__gss_display_status.d mech__gss_duplicate_name.d mech__gss_duplicate_oid.d mech__gss_encapsulate_token.d mech__gss_export_name.d mech__gss_export_name_composite.d mech__gss_export_sec_context.d mech__gss_get_mic.d mech__gss_get_name_attribute.d mech__gss_import_name.d mech__gss_import_sec_context.d mech__gss_indicate_mechs.d mech__gss_init_sec_context.d mech__gss_inquire_context.d mech__gss_inquire_cred.d mech__gss_inquire_cred_by_mech.d mech__gss_inquire_cred_by_oid.d mech__gss_inquire_mechs_for_name.d mech__gss_inquire_name.d mech__gss_inquire_names_for_mech.d mech__gss_inquire_sec_context_by_oid.d mech__gss_krb5.d mech__gss_mech_switch.d mech__gss_mo.d mech__gss_names.d mech__gss_oid.d mech__gss_oid_equal.d mech__gss_oid_to_str.d mech__gss_pname_to_uid.d mech__gss_process_context_token.d mech__gss_pseudo_random.d mech__gss_release_buffer.d mech__gss_release_cred.d mech__gss_release_name.d mech__gss_release_oid.d mech__gss_release_oid_set.d mech__gss_seal.d mech__gss_set_cred_option.d mech__gss_set_name_attribute.d mech__gss_set_sec_context_option.d mech__gss_sign.d mech__gss_store_cred.d mech__gss_test_oid_set_member.d mech__gss_unseal.d mech__gss_unwrap.d mech__gss_utils.d mech__gss_verify.d mech__gss_verify_mic.d mech__gss_wrap.d mech__gss_wrap_size_limit.d ntlm__accept_sec_context.d ntlm__acquire_cred.d ntlm__add_cred.d ntlm__canonicalize_name.d ntlm__compare_name.d ntlm__context_time.d ntlm__creds.d ntlm__crypto.d ntlm__delete_sec_context.d ntlm__display_name.d ntlm__display_status.d ntlm__duplicate_name.d ntlm__export_name.d ntlm__export_sec_context.d ntlm__external.d ntlm__import_name.d ntlm__import_sec_context.d ntlm__indicate_mechs.d ntlm__init_sec_context.d ntlm__inquire_context.d ntlm__inquire_cred_by_mech.d ntlm__inquire_mechs_for_name.d ntlm__inquire_names_for_mech.d ntlm__inquire_sec_context_by_oid.d ntlm__iter_cred.d ntlm__kdc.d ntlm__process_context_token.d ntlm__release_cred.d ntlm__release_name.d spnego__accept_sec_context.d spnego__compat.d spnego__context_stubs.d spnego__cred_stubs.d spnego__external.d spnego__init_sec_context.d gkrb5_err.d.tmp krb5__8003.d.tmp krb5__accept_sec_context.d.tmp krb5__acquire_cred.d.tmp krb5__add_cred.d.tmp krb5__address_to_krb5addr.d.tmp krb5__aeap.d.tmp krb5__arcfour.d.tmp krb5__authorize_localname.d.tmp krb5__canonicalize_name.d.tmp krb5__ccache_name.d.tmp krb5__cfx.d.tmp krb5__compare_name.d.tmp krb5__compat.d.tmp krb5__context_time.d.tmp krb5__copy_ccache.d.tmp krb5__creds.d.tmp krb5__decapsulate.d.tmp krb5__delete_sec_context.d.tmp krb5__display_name.d.tmp krb5__display_status.d.tmp krb5__duplicate_name.d.tmp krb5__encapsulate.d.tmp krb5__export_name.d.tmp krb5__export_sec_context.d.tmp krb5__external.d.tmp krb5__get_mic.d.tmp krb5__import_name.d.tmp krb5__import_sec_context.d.tmp krb5__indicate_mechs.d.tmp krb5__init.d.tmp krb5__init_sec_context.d.tmp krb5__inquire_context.d.tmp krb5__inquire_cred.d.tmp krb5__inquire_cred_by_mech.d.tmp krb5__inquire_cred_by_oid.d.tmp krb5__inquire_mechs_for_name.d.tmp krb5__inquire_names_for_mech.d.tmp krb5__inquire_sec_context_by_oid.d.tmp krb5__pname_to_uid.d.tmp krb5__prf.d.tmp krb5__process_context_token.d.tmp krb5__release_buffer.d.tmp krb5__release_cred.d.tmp krb5__release_name.d.tmp krb5__sequence.d.tmp krb5__set_cred_option.d.tmp krb5__set_sec_context_option.d.tmp krb5__store_cred.d.tmp krb5__ticket_flags.d.tmp krb5__unwrap.d.tmp krb5__verify_mic.d.tmp krb5__wrap.d.tmp mech__context.d.tmp mech__doxygen.d.tmp mech__gss_accept_sec_context.d.tmp mech__gss_acquire_cred.d.tmp mech__gss_acquire_cred_ext.d.tmp mech__gss_acquire_cred_with_password.d.tmp mech__gss_add_cred.d.tmp mech__gss_add_cred_with_password.d.tmp mech__gss_add_oid_set_member.d.tmp mech__gss_aeap.d.tmp mech__gss_authorize_localname.d.tmp mech__gss_buffer_set.d.tmp mech__gss_canonicalize_name.d.tmp mech__gss_compare_name.d.tmp mech__gss_context_time.d.tmp mech__gss_create_empty_oid_set.d.tmp mech__gss_cred.d.tmp mech__gss_decapsulate_token.d.tmp mech__gss_delete_name_attribute.d.tmp mech__gss_delete_sec_context.d.tmp mech__gss_display_name.d.tmp mech__gss_display_name_ext.d.tmp mech__gss_display_status.d.tmp mech__gss_duplicate_name.d.tmp mech__gss_duplicate_oid.d.tmp mech__gss_encapsulate_token.d.tmp mech__gss_export_name.d.tmp mech__gss_export_name_composite.d.tmp mech__gss_export_sec_context.d.tmp mech__gss_get_mic.d.tmp mech__gss_get_name_attribute.d.tmp mech__gss_import_name.d.tmp mech__gss_import_sec_context.d.tmp mech__gss_indicate_mechs.d.tmp mech__gss_init_sec_context.d.tmp mech__gss_inquire_context.d.tmp mech__gss_inquire_cred.d.tmp mech__gss_inquire_cred_by_mech.d.tmp mech__gss_inquire_cred_by_oid.d.tmp mech__gss_inquire_mechs_for_name.d.tmp mech__gss_inquire_name.d.tmp mech__gss_inquire_names_for_mech.d.tmp mech__gss_inquire_sec_context_by_oid.d.tmp mech__gss_krb5.d.tmp mech__gss_mech_switch.d.tmp mech__gss_mo.d.tmp mech__gss_names.d.tmp mech__gss_oid.d.tmp mech__gss_oid_equal.d.tmp mech__gss_oid_to_str.d.tmp mech__gss_pname_to_uid.d.tmp mech__gss_process_context_token.d.tmp mech__gss_pseudo_random.d.tmp mech__gss_release_buffer.d.tmp mech__gss_release_cred.d.tmp mech__gss_release_name.d.tmp mech__gss_release_oid.d.tmp mech__gss_release_oid_set.d.tmp mech__gss_seal.d.tmp mech__gss_set_cred_option.d.tmp mech__gss_set_name_attribute.d.tmp mech__gss_set_sec_context_option.d.tmp mech__gss_sign.d.tmp mech__gss_store_cred.d.tmp mech__gss_test_oid_set_member.d.tmp mech__gss_unseal.d.tmp mech__gss_unwrap.d.tmp mech__gss_utils.d.tmp mech__gss_verify.d.tmp mech__gss_verify_mic.d.tmp mech__gss_wrap.d.tmp mech__gss_wrap_size_limit.d.tmp ntlm__accept_sec_context.d.tmp ntlm__acquire_cred.d.tmp ntlm__add_cred.d.tmp ntlm__canonicalize_name.d.tmp ntlm__compare_name.d.tmp ntlm__context_time.d.tmp ntlm__creds.d.tmp ntlm__crypto.d.tmp ntlm__delete_sec_context.d.tmp ntlm__display_name.d.tmp ntlm__display_status.d.tmp ntlm__duplicate_name.d.tmp ntlm__export_name.d.tmp ntlm__export_sec_context.d.tmp ntlm__external.d.tmp ntlm__import_name.d.tmp ntlm__import_sec_context.d.tmp ntlm__indicate_mechs.d.tmp ntlm__init_sec_context.d.tmp ntlm__inquire_context.d.tmp ntlm__inquire_cred_by_mech.d.tmp ntlm__inquire_mechs_for_name.d.tmp ntlm__inquire_names_for_mech.d.tmp ntlm__inquire_sec_context_by_oid.d.tmp ntlm__iter_cred.d.tmp ntlm__kdc.d.tmp ntlm__process_context_token.d.tmp ntlm__release_cred.d.tmp ntlm__release_name.d.tmp spnego__accept_sec_context.d.tmp spnego__compat.d.tmp spnego__context_stubs.d.tmp spnego__cred_stubs.d.tmp spnego__external.d.tmp spnego__init_sec_context.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/gas && rm -f as.html1 .depend app.d as.d atof-generic.d atof-ieee.d compress-debug.d cond.d depend.d dw2gencfi.d dwarf2dbg.d ecoff.d ehopt.d expr.d flonum-copy.d flonum-konst.d flonum-mult.d frags.d hash.d input-file.d input-scrub.d listing.d literal.d macro.d messages.d obj-elf.d output-file.d read.d remap.d sb.d stabs.d subsegs.d symbols.d tc-i386.d write.d app.d.tmp as.d.tmp atof-generic.d.tmp atof-ieee.d.tmp compress-debug.d.tmp cond.d.tmp depend.d.tmp dw2gencfi.d.tmp dwarf2dbg.d.tmp ecoff.d.tmp ehopt.d.tmp expr.d.tmp flonum-copy.d.tmp flonum-konst.d.tmp flonum-mult.d.tmp frags.d.tmp hash.d.tmp input-file.d.tmp input-scrub.d.tmp listing.d.tmp literal.d.tmp macro.d.tmp messages.d.tmp obj-elf.d.tmp output-file.d.tmp read.d.tmp remap.d.tmp sb.d.tmp stabs.d.tmp subsegs.d.tmp symbols.d.tmp tc-i386.d.tmp write.d.tmp tags as.info || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/gas && rm -f as.html1 .depend app.d as.d atof-generic.d atof-ieee.d compress-debug.d cond.d depend.d dw2gencfi.d dwarf2dbg.d ecoff.d ehopt.d expr.d flonum-copy.d flonum-konst.d flonum-mult.d frags.d hash.d input-file.d input-scrub.d listing.d literal.d macro.d messages.d obj-elf.d output-file.d read.d remap.d sb.d stabs.d subsegs.d symbols.d tc-i386.d write.d app.d.tmp as.d.tmp atof-generic.d.tmp atof-ieee.d.tmp compress-debug.d.tmp cond.d.tmp depend.d.tmp dw2gencfi.d.tmp dwarf2dbg.d.tmp ecoff.d.tmp ehopt.d.tmp expr.d.tmp flonum-copy.d.tmp flonum-konst.d.tmp flonum-mult.d.tmp frags.d.tmp hash.d.tmp input-file.d.tmp input-scrub.d.tmp listing.d.tmp literal.d.tmp macro.d.tmp messages.d.tmp obj-elf.d.tmp output-file.d.tmp read.d.tmp remap.d.tmp sb.d.tmp stabs.d.tmp subsegs.d.tmp symbols.d.tmp tc-i386.d.tmp write.d.tmp tags as.info || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f gssapi.html3 gss_acquire_cred.html3 mech.html5 krb5__8003.c krb5__accept_sec_context.c krb5__acquire_cred.c krb5__add_cred.c krb5__address_to_krb5addr.c krb5__aeap.c krb5__arcfour.c krb5__canonicalize_name.c krb5__creds.c krb5__ccache_name.c krb5__cfx.c krb5__compare_name.c krb5__compat.c krb5__context_time.c krb5__copy_ccache.c krb5__decapsulate.c krb5__delete_sec_context.c krb5__display_name.c krb5__display_status.c krb5__duplicate_name.c krb5__encapsulate.c krb5__export_name.c krb5__export_sec_context.c krb5__external.c krb5__get_mic.c krb5__import_name.c krb5__import_sec_context.c krb5__indicate_mechs.c krb5__init.c krb5__init_sec_context.c krb5__inquire_context.c krb5__inquire_cred.c krb5__inquire_cred_by_mech.c krb5__inquire_cred_by_oid.c krb5__inquire_mechs_for_name.c krb5__inquire_names_for_mech.c krb5__inquire_sec_context_by_oid.c krb5__pname_to_uid.c krb5__process_context_token.c krb5__prf.c krb5__release_buffer.c krb5__release_cred.c krb5__release_name.c krb5__sequence.c krb5__store_cred.c krb5__set_cred_option.c krb5__set_sec_context_option.c krb5__ticket_flags.c krb5__unwrap.c krb5__authorize_localname.c krb5__verify_mic.c krb5__wrap.c mech__context.c mech__doxygen.c mech__gss_accept_sec_context.c mech__gss_acquire_cred.c mech__gss_acquire_cred_ext.c mech__gss_acquire_cred_with_password.c mech__gss_add_cred.c mech__gss_add_cred_with_password.c mech__gss_add_oid_set_member.c mech__gss_aeap.c mech__gss_buffer_set.c mech__gss_canonicalize_name.c mech__gss_compare_name.c mech__gss_context_time.c mech__gss_create_empty_oid_set.c mech__gss_cred.c mech__gss_decapsulate_token.c mech__gss_delete_name_attribute.c mech__gss_delete_sec_context.c mech__gss_display_name.c mech__gss_display_name_ext.c mech__gss_display_status.c mech__gss_duplicate_name.c mech__gss_duplicate_oid.c mech__gss_encapsulate_token.c mech__gss_export_name.c mech__gss_export_name_composite.c mech__gss_export_sec_context.c mech__gss_get_mic.c mech__gss_get_name_attribute.c mech__gss_import_name.c mech__gss_import_sec_context.c mech__gss_indicate_mechs.c mech__gss_init_sec_context.c mech__gss_inquire_context.c mech__gss_inquire_cred.c mech__gss_inquire_cred_by_mech.c mech__gss_inquire_cred_by_oid.c mech__gss_inquire_mechs_for_name.c mech__gss_inquire_name.c mech__gss_inquire_names_for_mech.c mech__gss_krb5.c mech__gss_mech_switch.c mech__gss_mo.c mech__gss_names.c mech__gss_oid.c mech__gss_oid_equal.c mech__gss_oid_to_str.c mech__gss_pname_to_uid.c mech__gss_process_context_token.c mech__gss_pseudo_random.c mech__gss_release_buffer.c mech__gss_release_cred.c mech__gss_release_name.c mech__gss_release_oid.c mech__gss_release_oid_set.c mech__gss_seal.c mech__gss_set_cred_option.c mech__gss_set_name_attribute.c mech__gss_set_sec_context_option.c mech__gss_sign.c mech__gss_store_cred.c mech__gss_test_oid_set_member.c mech__gss_unseal.c mech__gss_unwrap.c mech__gss_authorize_localname.c mech__gss_utils.c mech__gss_verify.c mech__gss_verify_mic.c mech__gss_wrap.c mech__gss_wrap_size_limit.c mech__gss_inquire_sec_context_by_oid.c spnego__accept_sec_context.c spnego__compat.c spnego__context_stubs.c spnego__cred_stubs.c spnego__external.c spnego__init_sec_context.c ntlm__accept_sec_context.c ntlm__acquire_cred.c ntlm__add_cred.c ntlm__canonicalize_name.c ntlm__compare_name.c ntlm__context_time.c ntlm__creds.c ntlm__crypto.c ntlm__delete_sec_context.c ntlm__display_name.c ntlm__display_status.c ntlm__duplicate_name.c ntlm__export_name.c ntlm__export_sec_context.c ntlm__external.c ntlm__import_name.c ntlm__import_sec_context.c ntlm__indicate_mechs.c ntlm__init_sec_context.c ntlm__inquire_context.c ntlm__inquire_cred_by_mech.c ntlm__inquire_mechs_for_name.c ntlm__inquire_names_for_mech.c ntlm__inquire_sec_context_by_oid.c ntlm__iter_cred.c ntlm__process_context_token.c ntlm__release_cred.c ntlm__release_name.c ntlm__kdc.c .depend gkrb5_err.d krb5__8003.d krb5__accept_sec_context.d krb5__acquire_cred.d krb5__add_cred.d krb5__address_to_krb5addr.d krb5__aeap.d krb5__arcfour.d krb5__authorize_localname.d krb5__canonicalize_name.d krb5__ccache_name.d krb5__cfx.d krb5__compare_name.d krb5__compat.d krb5__context_time.d krb5__copy_ccache.d krb5__creds.d krb5__decapsulate.d krb5__delete_sec_context.d krb5__display_name.d krb5__display_status.d krb5__duplicate_name.d krb5__encapsulate.d krb5__export_name.d krb5__export_sec_context.d krb5__external.d krb5__get_mic.d krb5__import_name.d krb5__import_sec_context.d krb5__indicate_mechs.d krb5__init.d krb5__init_sec_context.d krb5__inquire_context.d krb5__inquire_cred.d krb5__inquire_cred_by_mech.d krb5__inquire_cred_by_oid.d krb5__inquire_mechs_for_name.d krb5__inquire_names_for_mech.d krb5__inquire_sec_context_by_oid.d krb5__pname_to_uid.d krb5__prf.d krb5__process_context_token.d krb5__release_buffer.d krb5__release_cred.d krb5__release_name.d krb5__sequence.d krb5__set_cred_option.d krb5__set_sec_context_option.d krb5__store_cred.d krb5__ticket_flags.d krb5__unwrap.d krb5__verify_mic.d krb5__wrap.d mech__context.d mech__doxygen.d mech__gss_accept_sec_context.d mech__gss_acquire_cred.d mech__gss_acquire_cred_ext.d mech__gss_acquire_cred_with_password.d mech__gss_add_cred.d mech__gss_add_cred_with_password.d mech__gss_add_oid_set_member.d mech__gss_aeap.d mech__gss_authorize_localname.d mech__gss_buffer_set.d mech__gss_canonicalize_name.d mech__gss_compare_name.d mech__gss_context_time.d mech__gss_create_empty_oid_set.d mech__gss_cred.d mech__gss_decapsulate_token.d mech__gss_delete_name_attribute.d mech__gss_delete_sec_context.d mech__gss_display_name.d mech__gss_display_name_ext.d mech__gss_display_status.d mech__gss_duplicate_name.d mech__gss_duplicate_oid.d mech__gss_encapsulate_token.d mech__gss_export_name.d mech__gss_export_name_composite.d mech__gss_export_sec_context.d mech__gss_get_mic.d mech__gss_get_name_attribute.d mech__gss_import_name.d mech__gss_import_sec_context.d mech__gss_indicate_mechs.d mech__gss_init_sec_context.d mech__gss_inquire_context.d mech__gss_inquire_cred.d mech__gss_inquire_cred_by_mech.d mech__gss_inquire_cred_by_oid.d mech__gss_inquire_mechs_for_name.d mech__gss_inquire_name.d mech__gss_inquire_names_for_mech.d mech__gss_inquire_sec_context_by_oid.d mech__gss_krb5.d mech__gss_mech_switch.d mech__gss_mo.d mech__gss_names.d mech__gss_oid.d mech__gss_oid_equal.d mech__gss_oid_to_str.d mech__gss_pname_to_uid.d mech__gss_process_context_token.d mech__gss_pseudo_random.d mech__gss_release_buffer.d mech__gss_release_cred.d mech__gss_release_name.d mech__gss_release_oid.d mech__gss_release_oid_set.d mech__gss_seal.d mech__gss_set_cred_option.d mech__gss_set_name_attribute.d mech__gss_set_sec_context_option.d mech__gss_sign.d mech__gss_store_cred.d mech__gss_test_oid_set_member.d mech__gss_unseal.d mech__gss_unwrap.d mech__gss_utils.d mech__gss_verify.d mech__gss_verify_mic.d mech__gss_wrap.d mech__gss_wrap_size_limit.d ntlm__accept_sec_context.d ntlm__acquire_cred.d ntlm__add_cred.d ntlm__canonicalize_name.d ntlm__compare_name.d ntlm__context_time.d ntlm__creds.d ntlm__crypto.d ntlm__delete_sec_context.d ntlm__display_name.d ntlm__display_status.d ntlm__duplicate_name.d ntlm__export_name.d ntlm__export_sec_context.d ntlm__external.d ntlm__import_name.d ntlm__import_sec_context.d ntlm__indicate_mechs.d ntlm__init_sec_context.d ntlm__inquire_context.d ntlm__inquire_cred_by_mech.d ntlm__inquire_mechs_for_name.d ntlm__inquire_names_for_mech.d ntlm__inquire_sec_context_by_oid.d ntlm__iter_cred.d ntlm__kdc.d ntlm__process_context_token.d ntlm__release_cred.d ntlm__release_name.d spnego__accept_sec_context.d spnego__compat.d spnego__context_stubs.d spnego__cred_stubs.d spnego__external.d spnego__init_sec_context.d gkrb5_err.d.tmp krb5__8003.d.tmp krb5__accept_sec_context.d.tmp krb5__acquire_cred.d.tmp krb5__add_cred.d.tmp krb5__address_to_krb5addr.d.tmp krb5__aeap.d.tmp krb5__arcfour.d.tmp krb5__authorize_localname.d.tmp krb5__canonicalize_name.d.tmp krb5__ccache_name.d.tmp krb5__cfx.d.tmp krb5__compare_name.d.tmp krb5__compat.d.tmp krb5__context_time.d.tmp krb5__copy_ccache.d.tmp krb5__creds.d.tmp krb5__decapsulate.d.tmp krb5__delete_sec_context.d.tmp krb5__display_name.d.tmp krb5__display_status.d.tmp krb5__duplicate_name.d.tmp krb5__encapsulate.d.tmp krb5__export_name.d.tmp krb5__export_sec_context.d.tmp krb5__external.d.tmp krb5__get_mic.d.tmp krb5__import_name.d.tmp krb5__import_sec_context.d.tmp krb5__indicate_mechs.d.tmp krb5__init.d.tmp krb5__init_sec_context.d.tmp krb5__inquire_context.d.tmp krb5__inquire_cred.d.tmp krb5__inquire_cred_by_mech.d.tmp krb5__inquire_cred_by_oid.d.tmp krb5__inquire_mechs_for_name.d.tmp krb5__inquire_names_for_mech.d.tmp krb5__inquire_sec_context_by_oid.d.tmp krb5__pname_to_uid.d.tmp krb5__prf.d.tmp krb5__process_context_token.d.tmp krb5__release_buffer.d.tmp krb5__release_cred.d.tmp krb5__release_name.d.tmp krb5__sequence.d.tmp krb5__set_cred_option.d.tmp krb5__set_sec_context_option.d.tmp krb5__store_cred.d.tmp krb5__ticket_flags.d.tmp krb5__unwrap.d.tmp krb5__verify_mic.d.tmp krb5__wrap.d.tmp mech__context.d.tmp mech__doxygen.d.tmp mech__gss_accept_sec_context.d.tmp mech__gss_acquire_cred.d.tmp mech__gss_acquire_cred_ext.d.tmp mech__gss_acquire_cred_with_password.d.tmp mech__gss_add_cred.d.tmp mech__gss_add_cred_with_password.d.tmp mech__gss_add_oid_set_member.d.tmp mech__gss_aeap.d.tmp mech__gss_authorize_localname.d.tmp mech__gss_buffer_set.d.tmp mech__gss_canonicalize_name.d.tmp mech__gss_compare_name.d.tmp mech__gss_context_time.d.tmp mech__gss_create_empty_oid_set.d.tmp mech__gss_cred.d.tmp mech__gss_decapsulate_token.d.tmp mech__gss_delete_name_attribute.d.tmp mech__gss_delete_sec_context.d.tmp mech__gss_display_name.d.tmp mech__gss_display_name_ext.d.tmp mech__gss_display_status.d.tmp mech__gss_duplicate_name.d.tmp mech__gss_duplicate_oid.d.tmp mech__gss_encapsulate_token.d.tmp mech__gss_export_name.d.tmp mech__gss_export_name_composite.d.tmp mech__gss_export_sec_context.d.tmp mech__gss_get_mic.d.tmp mech__gss_get_name_attribute.d.tmp mech__gss_import_name.d.tmp mech__gss_import_sec_context.d.tmp mech__gss_indicate_mechs.d.tmp mech__gss_init_sec_context.d.tmp mech__gss_inquire_context.d.tmp mech__gss_inquire_cred.d.tmp mech__gss_inquire_cred_by_mech.d.tmp mech__gss_inquire_cred_by_oid.d.tmp mech__gss_inquire_mechs_for_name.d.tmp mech__gss_inquire_name.d.tmp mech__gss_inquire_names_for_mech.d.tmp mech__gss_inquire_sec_context_by_oid.d.tmp mech__gss_krb5.d.tmp mech__gss_mech_switch.d.tmp mech__gss_mo.d.tmp mech__gss_names.d.tmp mech__gss_oid.d.tmp mech__gss_oid_equal.d.tmp mech__gss_oid_to_str.d.tmp mech__gss_pname_to_uid.d.tmp mech__gss_process_context_token.d.tmp mech__gss_pseudo_random.d.tmp mech__gss_release_buffer.d.tmp mech__gss_release_cred.d.tmp mech__gss_release_name.d.tmp mech__gss_release_oid.d.tmp mech__gss_release_oid_set.d.tmp mech__gss_seal.d.tmp mech__gss_set_cred_option.d.tmp mech__gss_set_name_attribute.d.tmp mech__gss_set_sec_context_option.d.tmp mech__gss_sign.d.tmp mech__gss_store_cred.d.tmp mech__gss_test_oid_set_member.d.tmp mech__gss_unseal.d.tmp mech__gss_unwrap.d.tmp mech__gss_utils.d.tmp mech__gss_verify.d.tmp mech__gss_verify_mic.d.tmp mech__gss_wrap.d.tmp mech__gss_wrap_size_limit.d.tmp ntlm__accept_sec_context.d.tmp ntlm__acquire_cred.d.tmp ntlm__add_cred.d.tmp ntlm__canonicalize_name.d.tmp ntlm__compare_name.d.tmp ntlm__context_time.d.tmp ntlm__creds.d.tmp ntlm__crypto.d.tmp ntlm__delete_sec_context.d.tmp ntlm__display_name.d.tmp ntlm__display_status.d.tmp ntlm__duplicate_name.d.tmp ntlm__export_name.d.tmp ntlm__export_sec_context.d.tmp ntlm__external.d.tmp ntlm__import_name.d.tmp ntlm__import_sec_context.d.tmp ntlm__indicate_mechs.d.tmp ntlm__init_sec_context.d.tmp ntlm__inquire_context.d.tmp ntlm__inquire_cred_by_mech.d.tmp ntlm__inquire_mechs_for_name.d.tmp ntlm__inquire_names_for_mech.d.tmp ntlm__inquire_sec_context_by_oid.d.tmp ntlm__iter_cred.d.tmp ntlm__kdc.d.tmp ntlm__process_context_token.d.tmp ntlm__release_cred.d.tmp ntlm__release_name.d.tmp spnego__accept_sec_context.d.tmp spnego__compat.d.tmp spnego__context_stubs.d.tmp spnego__cred_stubs.d.tmp spnego__external.d.tmp spnego__init_sec_context.d.tmp tags || true) --- cleandir-external --- --- cleandir-gprof --- cleandir ===> external/gpl3/binutils/usr.bin/gprof --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libkadm5srv --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libkadm5srv --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/gprof && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o basic_blocks.ln call_graph.ln cg_arcs.ln cg_dfn.ln cg_print.ln corefile.ln gmon_io.ln gprof.ln hertz.ln hist.ln source.ln search_list.ln symtab.ln sym_ids.ln utils.ln i386.ln alpha.ln vax.ln sparc.ln mips.ln aarch64.ln flat_bl.ln bsd_callg_bl.ln fsf_callg_bl.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/gprof && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o basic_blocks.ln call_graph.ln cg_arcs.ln cg_dfn.ln cg_print.ln corefile.ln gmon_io.ln gprof.ln hertz.ln hist.ln source.ln search_list.ln symtab.ln sym_ids.ln utils.ln i386.ln alpha.ln vax.ln sparc.ln mips.ln aarch64.ln flat_bl.ln bsd_callg_bl.ln fsf_callg_bl.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/gprof && rm -f gprof.html1 .depend aarch64.d alpha.d basic_blocks.d bsd_callg_bl.d call_graph.d cg_arcs.d cg_dfn.d cg_print.d corefile.d flat_bl.d fsf_callg_bl.d gmon_io.d gprof.d hertz.d hist.d i386.d mips.d search_list.d source.d sparc.d sym_ids.d symtab.d utils.d vax.d aarch64.d.tmp alpha.d.tmp basic_blocks.d.tmp bsd_callg_bl.d.tmp call_graph.d.tmp cg_arcs.d.tmp cg_dfn.d.tmp cg_print.d.tmp corefile.d.tmp flat_bl.d.tmp fsf_callg_bl.d.tmp gmon_io.d.tmp gprof.d.tmp hertz.d.tmp hist.d.tmp i386.d.tmp mips.d.tmp search_list.d.tmp source.d.tmp sparc.d.tmp sym_ids.d.tmp symtab.d.tmp utils.d.tmp vax.d.tmp tags gprof.info || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/gprof && rm -f gprof.html1 .depend aarch64.d alpha.d basic_blocks.d bsd_callg_bl.d call_graph.d cg_arcs.d cg_dfn.d cg_print.d corefile.d flat_bl.d fsf_callg_bl.d gmon_io.d gprof.d hertz.d hist.d i386.d mips.d search_list.d source.d sparc.d sym_ids.d symtab.d utils.d vax.d aarch64.d.tmp alpha.d.tmp basic_blocks.d.tmp bsd_callg_bl.d.tmp call_graph.d.tmp cg_arcs.d.tmp cg_dfn.d.tmp cg_print.d.tmp corefile.d.tmp flat_bl.d.tmp fsf_callg_bl.d.tmp gmon_io.d.tmp gprof.d.tmp hertz.d.tmp hist.d.tmp i386.d.tmp mips.d.tmp search_list.d.tmp source.d.tmp sparc.d.tmp sym_ids.d.tmp symtab.d.tmp utils.d.tmp vax.d.tmp tags gprof.info || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-ld --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv.a kadm5_err.o acl.o bump_pw_expire.o chpass_s.o common_glue.o context_s.o create_s.o delete_s.o destroy_s.o ent_setup.o error.o flush_s.o free.o get_princs_s.o get_s.o init_s.o keys.o log.o marshall.o modify_s.o password_quality.o privs_s.o randkey_s.o rename_s.o server_glue.o setkey3_s.o set_keys.o set_modifier.o kadm5_err.o.tmp acl.o.tmp bump_pw_expire.o.tmp chpass_s.o.tmp common_glue.o.tmp context_s.o.tmp create_s.o.tmp delete_s.o.tmp destroy_s.o.tmp ent_setup.o.tmp error.o.tmp flush_s.o.tmp free.o.tmp get_princs_s.o.tmp get_s.o.tmp init_s.o.tmp keys.o.tmp log.o.tmp marshall.o.tmp modify_s.o.tmp password_quality.o.tmp privs_s.o.tmp randkey_s.o.tmp rename_s.o.tmp server_glue.o.tmp setkey3_s.o.tmp set_keys.o.tmp set_modifier.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.bin/ld --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv.a kadm5_err.o acl.o bump_pw_expire.o chpass_s.o common_glue.o context_s.o create_s.o delete_s.o destroy_s.o ent_setup.o error.o flush_s.o free.o get_princs_s.o get_s.o init_s.o keys.o log.o marshall.o modify_s.o password_quality.o privs_s.o randkey_s.o rename_s.o server_glue.o setkey3_s.o set_keys.o set_modifier.o kadm5_err.o.tmp acl.o.tmp bump_pw_expire.o.tmp chpass_s.o.tmp common_glue.o.tmp context_s.o.tmp create_s.o.tmp delete_s.o.tmp destroy_s.o.tmp ent_setup.o.tmp error.o.tmp flush_s.o.tmp free.o.tmp get_princs_s.o.tmp get_s.o.tmp init_s.o.tmp keys.o.tmp log.o.tmp marshall.o.tmp modify_s.o.tmp password_quality.o.tmp privs_s.o.tmp randkey_s.o.tmp rename_s.o.tmp server_glue.o.tmp setkey3_s.o.tmp set_keys.o.tmp set_modifier.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_p.a kadm5_err.po acl.po bump_pw_expire.po chpass_s.po common_glue.po context_s.po create_s.po delete_s.po destroy_s.po ent_setup.po error.po flush_s.po free.po get_princs_s.po get_s.po init_s.po keys.po log.po marshall.po modify_s.po password_quality.po privs_s.po randkey_s.po rename_s.po server_glue.po setkey3_s.po set_keys.po set_modifier.po kadm5_err.po.tmp acl.po.tmp bump_pw_expire.po.tmp chpass_s.po.tmp common_glue.po.tmp context_s.po.tmp create_s.po.tmp delete_s.po.tmp destroy_s.po.tmp ent_setup.po.tmp error.po.tmp flush_s.po.tmp free.po.tmp get_princs_s.po.tmp get_s.po.tmp init_s.po.tmp keys.po.tmp log.po.tmp marshall.po.tmp modify_s.po.tmp password_quality.po.tmp privs_s.po.tmp randkey_s.po.tmp rename_s.po.tmp server_glue.po.tmp setkey3_s.po.tmp set_keys.po.tmp set_modifier.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_p.a kadm5_err.po acl.po bump_pw_expire.po chpass_s.po common_glue.po context_s.po create_s.po delete_s.po destroy_s.po ent_setup.po error.po flush_s.po free.po get_princs_s.po get_s.po init_s.po keys.po log.po marshall.po modify_s.po password_quality.po privs_s.po randkey_s.po rename_s.po server_glue.po setkey3_s.po set_keys.po set_modifier.po kadm5_err.po.tmp acl.po.tmp bump_pw_expire.po.tmp chpass_s.po.tmp common_glue.po.tmp context_s.po.tmp create_s.po.tmp delete_s.po.tmp destroy_s.po.tmp ent_setup.po.tmp error.po.tmp flush_s.po.tmp free.po.tmp get_princs_s.po.tmp get_s.po.tmp init_s.po.tmp keys.po.tmp log.po.tmp marshall.po.tmp modify_s.po.tmp password_quality.po.tmp privs_s.po.tmp randkey_s.po.tmp rename_s.po.tmp server_glue.po.tmp setkey3_s.po.tmp set_keys.po.tmp set_modifier.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/ld && rm -f .depend.elf_x86_64 eelf_x86_64.c .depend.elf_i386 eelf_i386.c .depend.elf_iamcu eelf_iamcu.c .depend.elf_l1om eelf_l1om.c .depend.elf_k1om eelf_k1om.c a.out [Ee]rrs mklog core *.core .gdbinit ld ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o plugin.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf_x86_64.o eelf_i386.o eelf_iamcu.o eelf_l1om.o eelf_k1om.o ldelf.o ldelfgen.o ldbuildid.o ldgram.ln ldlex-wrapper.ln lexsup.ln ldlang.ln mri.ln ldctor.ln ldmain.ln plugin.ln ldwrite.ln ldexp.ln ldemul.ln ldver.ln ldmisc.ln ldfile.ln ldcref.ln eelf_x86_64.ln eelf_i386.ln eelf_iamcu.ln eelf_l1om.ln eelf_k1om.ln ldelf.ln ldelfgen.ln ldbuildid.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_pic.a libkadm5srv.so.* libkadm5srv.so kadm5_err.pico acl.pico bump_pw_expire.pico chpass_s.pico common_glue.pico context_s.pico create_s.pico delete_s.pico destroy_s.pico ent_setup.pico error.pico flush_s.pico free.pico get_princs_s.pico get_s.pico init_s.pico keys.pico log.pico marshall.pico modify_s.pico password_quality.pico privs_s.pico randkey_s.pico rename_s.pico server_glue.pico setkey3_s.pico set_keys.pico set_modifier.pico kadm5_err.pico.tmp acl.pico.tmp bump_pw_expire.pico.tmp chpass_s.pico.tmp common_glue.pico.tmp context_s.pico.tmp create_s.pico.tmp delete_s.pico.tmp destroy_s.pico.tmp ent_setup.pico.tmp error.pico.tmp flush_s.pico.tmp free.pico.tmp get_princs_s.pico.tmp get_s.pico.tmp init_s.pico.tmp keys.pico.tmp log.pico.tmp marshall.pico.tmp modify_s.pico.tmp password_quality.pico.tmp privs_s.pico.tmp randkey_s.pico.tmp rename_s.pico.tmp server_glue.pico.tmp setkey3_s.pico.tmp set_keys.pico.tmp set_modifier.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/ld && rm -f .depend.elf_x86_64 eelf_x86_64.c .depend.elf_i386 eelf_i386.c .depend.elf_iamcu eelf_iamcu.c .depend.elf_l1om eelf_l1om.c .depend.elf_k1om eelf_k1om.c a.out [Ee]rrs mklog core *.core .gdbinit ld ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o plugin.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf_x86_64.o eelf_i386.o eelf_iamcu.o eelf_l1om.o eelf_k1om.o ldelf.o ldelfgen.o ldbuildid.o ldgram.ln ldlex-wrapper.ln lexsup.ln ldlang.ln mri.ln ldctor.ln ldmain.ln plugin.ln ldwrite.ln ldexp.ln ldemul.ln ldver.ln ldmisc.ln ldfile.ln ldcref.ln eelf_x86_64.ln eelf_i386.ln eelf_iamcu.ln eelf_l1om.ln eelf_k1om.ln ldelf.ln ldelfgen.ln ldbuildid.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_pic.a libkadm5srv.so.* libkadm5srv.so kadm5_err.pico acl.pico bump_pw_expire.pico chpass_s.pico common_glue.pico context_s.pico create_s.pico delete_s.pico destroy_s.pico ent_setup.pico error.pico flush_s.pico free.pico get_princs_s.pico get_s.pico init_s.pico keys.pico log.pico marshall.pico modify_s.pico password_quality.pico privs_s.pico randkey_s.pico rename_s.pico server_glue.pico setkey3_s.pico set_keys.pico set_modifier.pico kadm5_err.pico.tmp acl.pico.tmp bump_pw_expire.pico.tmp chpass_s.pico.tmp common_glue.pico.tmp context_s.pico.tmp create_s.pico.tmp delete_s.pico.tmp destroy_s.pico.tmp ent_setup.pico.tmp error.pico.tmp flush_s.pico.tmp free.pico.tmp get_princs_s.pico.tmp get_s.pico.tmp init_s.pico.tmp keys.pico.tmp log.pico.tmp marshall.pico.tmp modify_s.pico.tmp password_quality.pico.tmp privs_s.pico.tmp randkey_s.pico.tmp rename_s.pico.tmp server_glue.pico.tmp setkey3_s.pico.tmp set_keys.pico.tmp set_modifier.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/ld && rm -f ld.html1 stringify.sed configdoc.texi .depend eelf_i386.d eelf_iamcu.d eelf_k1om.d eelf_l1om.d eelf_x86_64.d ldbuildid.d ldcref.d ldctor.d ldelf.d ldelfgen.d ldemul.d ldexp.d ldfile.d ldgram.d ldlang.d ldlex-wrapper.d ldmain.d ldmisc.d ldver.d ldwrite.d lexsup.d mri.d plugin.d eelf_i386.d.tmp eelf_iamcu.d.tmp eelf_k1om.d.tmp eelf_l1om.d.tmp eelf_x86_64.d.tmp ldbuildid.d.tmp ldcref.d.tmp ldctor.d.tmp ldelf.d.tmp ldelfgen.d.tmp ldemul.d.tmp ldexp.d.tmp ldfile.d.tmp ldgram.d.tmp ldlang.d.tmp ldlex-wrapper.d.tmp ldmain.d.tmp ldmisc.d.tmp ldver.d.tmp ldwrite.d.tmp lexsup.d.tmp mri.d.tmp plugin.d.tmp tags ld.info || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f llib-lkadm5srv.ln acl.ln bump_pw_expire.ln chpass_s.ln common_glue.ln context_s.ln create_s.ln delete_s.ln destroy_s.ln ent_setup.ln error.ln flush_s.ln free.ln get_princs_s.ln get_s.ln init_s.ln keys.ln log.ln marshall.ln modify_s.ln password_quality.ln privs_s.ln randkey_s.ln rename_s.ln server_glue.ln setkey3_s.ln set_keys.ln set_modifier.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/ld && rm -f ld.html1 stringify.sed configdoc.texi .depend eelf_i386.d eelf_iamcu.d eelf_k1om.d eelf_l1om.d eelf_x86_64.d ldbuildid.d ldcref.d ldctor.d ldelf.d ldelfgen.d ldemul.d ldexp.d ldfile.d ldgram.d ldlang.d ldlex-wrapper.d ldmain.d ldmisc.d ldver.d ldwrite.d lexsup.d mri.d plugin.d eelf_i386.d.tmp eelf_iamcu.d.tmp eelf_k1om.d.tmp eelf_l1om.d.tmp eelf_x86_64.d.tmp ldbuildid.d.tmp ldcref.d.tmp ldctor.d.tmp ldelf.d.tmp ldelfgen.d.tmp ldemul.d.tmp ldexp.d.tmp ldfile.d.tmp ldgram.d.tmp ldlang.d.tmp ldlex-wrapper.d.tmp ldmain.d.tmp ldmisc.d.tmp ldver.d.tmp ldwrite.d.tmp lexsup.d.tmp mri.d.tmp plugin.d.tmp tags ld.info || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f llib-lkadm5srv.ln acl.ln bump_pw_expire.ln chpass_s.ln common_glue.ln context_s.ln create_s.ln delete_s.ln destroy_s.ln ent_setup.ln error.ln flush_s.ln free.ln get_princs_s.ln get_s.ln init_s.ln keys.ln log.ln marshall.ln modify_s.ln password_quality.ln privs_s.ln randkey_s.ln rename_s.ln server_glue.ln setkey3_s.ln set_keys.ln set_modifier.ln || true) --- cleandir-external --- --- __cleanldscripts --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- rm -rf ldscripts tmpdir --- cleandir-nm --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f kadm5_err.c kadm5_err.h libkadm5srv.so.16.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.bin/nm --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f kadm5_err.c kadm5_err.h libkadm5srv.so.16.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f kadm5_pwcheck.html3 .depend acl.d bump_pw_expire.d chpass_s.d common_glue.d context_s.d create_s.d delete_s.d destroy_s.d ent_setup.d error.d flush_s.d free.d get_princs_s.d get_s.d init_s.d kadm5_err.d keys.d log.d marshall.d modify_s.d password_quality.d privs_s.d randkey_s.d rename_s.d server_glue.d set_keys.d set_modifier.d setkey3_s.d acl.d.tmp bump_pw_expire.d.tmp chpass_s.d.tmp common_glue.d.tmp context_s.d.tmp create_s.d.tmp delete_s.d.tmp destroy_s.d.tmp ent_setup.d.tmp error.d.tmp flush_s.d.tmp free.d.tmp get_princs_s.d.tmp get_s.d.tmp init_s.d.tmp kadm5_err.d.tmp keys.d.tmp log.d.tmp marshall.d.tmp modify_s.d.tmp password_quality.d.tmp privs_s.d.tmp randkey_s.d.tmp rename_s.d.tmp server_glue.d.tmp set_keys.d.tmp set_modifier.d.tmp setkey3_s.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f kadm5_pwcheck.html3 .depend acl.d bump_pw_expire.d chpass_s.d common_glue.d context_s.d create_s.d delete_s.d destroy_s.d ent_setup.d error.d flush_s.d free.d get_princs_s.d get_s.d init_s.d kadm5_err.d keys.d log.d marshall.d modify_s.d password_quality.d privs_s.d randkey_s.d rename_s.d server_glue.d set_keys.d set_modifier.d setkey3_s.d acl.d.tmp bump_pw_expire.d.tmp chpass_s.d.tmp common_glue.d.tmp context_s.d.tmp create_s.d.tmp delete_s.d.tmp destroy_s.d.tmp ent_setup.d.tmp error.d.tmp flush_s.d.tmp free.d.tmp get_princs_s.d.tmp get_s.d.tmp init_s.d.tmp kadm5_err.d.tmp keys.d.tmp log.d.tmp marshall.d.tmp modify_s.d.tmp password_quality.d.tmp privs_s.d.tmp randkey_s.d.tmp rename_s.d.tmp server_glue.d.tmp set_keys.d.tmp set_modifier.d.tmp setkey3_s.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/nm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nm nm.o bucomm.o version.o filemode.o nm.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/heimdal/lib/libkadm5clnt --- cleandir ===> lib/../crypto/external/bsd/heimdal/lib/libkadm5clnt --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/nm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nm nm.o bucomm.o version.o filemode.o nm.ln bucomm.ln version.ln filemode.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/nm && rm -f nm.html1 .depend bucomm.d filemode.d nm.d version.d bucomm.d.tmp filemode.d.tmp nm.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/nm && rm -f nm.html1 .depend bucomm.d filemode.d nm.d version.d bucomm.d.tmp filemode.d.tmp nm.d.tmp version.d.tmp tags || true) --- cleandir-objcopy --- cleandir ===> external/gpl3/binutils/usr.bin/objcopy --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt.a kadm5_err.o ad.o chpass_c.o client_glue.o common_glue.o create_c.o delete_c.o destroy_c.o flush_c.o free.o get_c.o get_princs_c.o init_c.o marshall.o modify_c.o privs_c.o randkey_c.o rename_c.o send_recv.o kadm5_err.o.tmp ad.o.tmp chpass_c.o.tmp client_glue.o.tmp common_glue.o.tmp create_c.o.tmp delete_c.o.tmp destroy_c.o.tmp flush_c.o.tmp free.o.tmp get_c.o.tmp get_princs_c.o.tmp init_c.o.tmp marshall.o.tmp modify_c.o.tmp privs_c.o.tmp randkey_c.o.tmp rename_c.o.tmp send_recv.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt.a kadm5_err.o ad.o chpass_c.o client_glue.o common_glue.o create_c.o delete_c.o destroy_c.o flush_c.o free.o get_c.o get_princs_c.o init_c.o marshall.o modify_c.o privs_c.o randkey_c.o rename_c.o send_recv.o kadm5_err.o.tmp ad.o.tmp chpass_c.o.tmp client_glue.o.tmp common_glue.o.tmp create_c.o.tmp delete_c.o.tmp destroy_c.o.tmp flush_c.o.tmp free.o.tmp get_c.o.tmp get_princs_c.o.tmp init_c.o.tmp marshall.o.tmp modify_c.o.tmp privs_c.o.tmp randkey_c.o.tmp rename_c.o.tmp send_recv.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/objcopy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o objcopy.ln not-strip.ln rename.ln rddbg.ln debug.ln stabs.ln rdcoff.ln wrstabs.ln bucomm.ln version.ln filemode.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/objcopy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o objcopy.ln not-strip.ln rename.ln rddbg.ln debug.ln stabs.ln rdcoff.ln wrstabs.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_p.a kadm5_err.po ad.po chpass_c.po client_glue.po common_glue.po create_c.po delete_c.po destroy_c.po flush_c.po free.po get_c.po get_princs_c.po init_c.po marshall.po modify_c.po privs_c.po randkey_c.po rename_c.po send_recv.po kadm5_err.po.tmp ad.po.tmp chpass_c.po.tmp client_glue.po.tmp common_glue.po.tmp create_c.po.tmp delete_c.po.tmp destroy_c.po.tmp flush_c.po.tmp free.po.tmp get_c.po.tmp get_princs_c.po.tmp init_c.po.tmp marshall.po.tmp modify_c.po.tmp privs_c.po.tmp randkey_c.po.tmp rename_c.po.tmp send_recv.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_p.a kadm5_err.po ad.po chpass_c.po client_glue.po common_glue.po create_c.po delete_c.po destroy_c.po flush_c.po free.po get_c.po get_princs_c.po init_c.po marshall.po modify_c.po privs_c.po randkey_c.po rename_c.po send_recv.po kadm5_err.po.tmp ad.po.tmp chpass_c.po.tmp client_glue.po.tmp common_glue.po.tmp create_c.po.tmp delete_c.po.tmp destroy_c.po.tmp flush_c.po.tmp free.po.tmp get_c.po.tmp get_princs_c.po.tmp init_c.po.tmp marshall.po.tmp modify_c.po.tmp privs_c.po.tmp randkey_c.po.tmp rename_c.po.tmp send_recv.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/objcopy && rm -f objcopy.html1 .depend bucomm.d debug.d filemode.d not-strip.d objcopy.d rdcoff.d rddbg.d rename.d stabs.d version.d wrstabs.d bucomm.d.tmp debug.d.tmp filemode.d.tmp not-strip.d.tmp objcopy.d.tmp rdcoff.d.tmp rddbg.d.tmp rename.d.tmp stabs.d.tmp version.d.tmp wrstabs.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/objcopy && rm -f objcopy.html1 .depend bucomm.d debug.d filemode.d not-strip.d objcopy.d rdcoff.d rddbg.d rename.d stabs.d version.d wrstabs.d bucomm.d.tmp debug.d.tmp filemode.d.tmp not-strip.d.tmp objcopy.d.tmp rdcoff.d.tmp rddbg.d.tmp rename.d.tmp stabs.d.tmp version.d.tmp wrstabs.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_g.a || true) --- cleandir-external --- --- cleandir-objdump --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_g.a || true) --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.bin/objdump --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_pic.a libkadm5clnt.so.* libkadm5clnt.so kadm5_err.pico ad.pico chpass_c.pico client_glue.pico common_glue.pico create_c.pico delete_c.pico destroy_c.pico flush_c.pico free.pico get_c.pico get_princs_c.pico init_c.pico marshall.pico modify_c.pico privs_c.pico randkey_c.pico rename_c.pico send_recv.pico kadm5_err.pico.tmp ad.pico.tmp chpass_c.pico.tmp client_glue.pico.tmp common_glue.pico.tmp create_c.pico.tmp delete_c.pico.tmp destroy_c.pico.tmp flush_c.pico.tmp free.pico.tmp get_c.pico.tmp get_princs_c.pico.tmp init_c.pico.tmp marshall.pico.tmp modify_c.pico.tmp privs_c.pico.tmp randkey_c.pico.tmp rename_c.pico.tmp send_recv.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_pic.a libkadm5clnt.so.* libkadm5clnt.so kadm5_err.pico ad.pico chpass_c.pico client_glue.pico common_glue.pico create_c.pico delete_c.pico destroy_c.pico flush_c.pico free.pico get_c.pico get_princs_c.pico init_c.pico marshall.pico modify_c.pico privs_c.pico randkey_c.pico rename_c.pico send_recv.pico kadm5_err.pico.tmp ad.pico.tmp chpass_c.pico.tmp client_glue.pico.tmp common_glue.pico.tmp create_c.pico.tmp delete_c.pico.tmp destroy_c.pico.tmp flush_c.pico.tmp free.pico.tmp get_c.pico.tmp get_princs_c.pico.tmp init_c.pico.tmp marshall.pico.tmp modify_c.pico.tmp privs_c.pico.tmp randkey_c.pico.tmp rename_c.pico.tmp send_recv.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f llib-lkadm5clnt.ln ad.ln chpass_c.ln client_glue.ln common_glue.ln create_c.ln delete_c.ln destroy_c.ln flush_c.ln free.ln get_c.ln get_princs_c.ln init_c.ln marshall.ln modify_c.ln privs_c.ln randkey_c.ln rename_c.ln send_recv.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f llib-lkadm5clnt.ln ad.ln chpass_c.ln client_glue.ln common_glue.ln create_c.ln delete_c.ln destroy_c.ln flush_c.ln free.ln get_c.ln get_princs_c.ln init_c.ln marshall.ln modify_c.ln privs_c.ln randkey_c.ln rename_c.ln send_recv.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f kadm5_err.c kadm5_err.h libkadm5clnt.so.15.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/objdump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o objdump.ln dwarf.ln prdbg.ln rddbg.ln debug.ln stabs.ln rdcoff.ln bucomm.ln version.ln filemode.ln elfcomm.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f kadm5_err.c kadm5_err.h libkadm5clnt.so.15.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/objdump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o objdump.ln dwarf.ln prdbg.ln rddbg.ln debug.ln stabs.ln rdcoff.ln bucomm.ln version.ln filemode.ln elfcomm.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f .depend ad.d chpass_c.d client_glue.d common_glue.d create_c.d delete_c.d destroy_c.d flush_c.d free.d get_c.d get_princs_c.d init_c.d kadm5_err.d marshall.d modify_c.d privs_c.d randkey_c.d rename_c.d send_recv.d ad.d.tmp chpass_c.d.tmp client_glue.d.tmp common_glue.d.tmp create_c.d.tmp delete_c.d.tmp destroy_c.d.tmp flush_c.d.tmp free.d.tmp get_c.d.tmp get_princs_c.d.tmp init_c.d.tmp kadm5_err.d.tmp marshall.d.tmp modify_c.d.tmp privs_c.d.tmp randkey_c.d.tmp rename_c.d.tmp send_recv.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/objdump && rm -f objdump.html1 .depend bucomm.d debug.d dwarf.d elfcomm.d filemode.d objdump.d prdbg.d rdcoff.d rddbg.d stabs.d version.d bucomm.d.tmp debug.d.tmp dwarf.d.tmp elfcomm.d.tmp filemode.d.tmp objdump.d.tmp prdbg.d.tmp rdcoff.d.tmp rddbg.d.tmp stabs.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f .depend ad.d chpass_c.d client_glue.d common_glue.d create_c.d delete_c.d destroy_c.d flush_c.d free.d get_c.d get_princs_c.d init_c.d kadm5_err.d marshall.d modify_c.d privs_c.d randkey_c.d rename_c.d send_recv.d ad.d.tmp chpass_c.d.tmp client_glue.d.tmp common_glue.d.tmp create_c.d.tmp delete_c.d.tmp destroy_c.d.tmp flush_c.d.tmp free.d.tmp get_c.d.tmp get_princs_c.d.tmp init_c.d.tmp kadm5_err.d.tmp marshall.d.tmp modify_c.d.tmp privs_c.d.tmp randkey_c.d.tmp rename_c.d.tmp send_recv.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/objdump && rm -f objdump.html1 .depend bucomm.d debug.d dwarf.d elfcomm.d filemode.d objdump.d prdbg.d rdcoff.d rddbg.d stabs.d version.d bucomm.d.tmp debug.d.tmp dwarf.d.tmp elfcomm.d.tmp filemode.d.tmp objdump.d.tmp prdbg.d.tmp rdcoff.d.tmp rddbg.d.tmp stabs.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/bsd/libfido2/lib --- --- cleandir-external --- --- cleandir-ranlib --- --- cleandir-lib --- cleandir ===> lib/../external/bsd/libfido2/lib --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.bin/ranlib --- cleandir-lib --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[5]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MAJOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../dist/CMakeLists.txt" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[5]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_MINOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../dist/CMakeLists.txt" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[5]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../Makefile.inc" line 8: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/FIDO_PATCH/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib/../dist/CMakeLists.txt" returned non-zero status --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f libfido2.a aes256.o assert.o authkey.o bio.o blob.o buf.o cbor.o compress.o config.o cred.o credman.o dev.o ecdh.o eddsa.o err.o es256.o es384.o hid.o hid_netbsd.o hid_unix.o info.o io.o iso7816.o largeblob.o log.o pin.o random.o reset.o rs1.o rs256.o time.o tpm.o touch.o types.o u2f.o explicit_bzero.o freezero.o recallocarray.o timingsafe_bcmp.o aes256.o.tmp assert.o.tmp authkey.o.tmp bio.o.tmp blob.o.tmp buf.o.tmp cbor.o.tmp compress.o.tmp config.o.tmp cred.o.tmp credman.o.tmp dev.o.tmp ecdh.o.tmp eddsa.o.tmp err.o.tmp es256.o.tmp es384.o.tmp hid.o.tmp hid_netbsd.o.tmp hid_unix.o.tmp info.o.tmp io.o.tmp iso7816.o.tmp largeblob.o.tmp log.o.tmp pin.o.tmp random.o.tmp reset.o.tmp rs1.o.tmp rs256.o.tmp time.o.tmp tpm.o.tmp touch.o.tmp types.o.tmp u2f.o.tmp explicit_bzero.o.tmp freezero.o.tmp recallocarray.o.tmp timingsafe_bcmp.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/ranlib && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ar.ln is-ranlib.ln arparse.ln arlex.ln arsup.ln rename.ln binemul.ln emul_vanilla.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f libfido2.a aes256.o assert.o authkey.o bio.o blob.o buf.o cbor.o compress.o config.o cred.o credman.o dev.o ecdh.o eddsa.o err.o es256.o es384.o hid.o hid_netbsd.o hid_unix.o info.o io.o iso7816.o largeblob.o log.o pin.o random.o reset.o rs1.o rs256.o time.o tpm.o touch.o types.o u2f.o explicit_bzero.o freezero.o recallocarray.o timingsafe_bcmp.o aes256.o.tmp assert.o.tmp authkey.o.tmp bio.o.tmp blob.o.tmp buf.o.tmp cbor.o.tmp compress.o.tmp config.o.tmp cred.o.tmp credman.o.tmp dev.o.tmp ecdh.o.tmp eddsa.o.tmp err.o.tmp es256.o.tmp es384.o.tmp hid.o.tmp hid_netbsd.o.tmp hid_unix.o.tmp info.o.tmp io.o.tmp iso7816.o.tmp largeblob.o.tmp log.o.tmp pin.o.tmp random.o.tmp reset.o.tmp rs1.o.tmp rs256.o.tmp time.o.tmp tpm.o.tmp touch.o.tmp types.o.tmp u2f.o.tmp explicit_bzero.o.tmp freezero.o.tmp recallocarray.o.tmp timingsafe_bcmp.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/ranlib && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ar.ln is-ranlib.ln arparse.ln arlex.ln arsup.ln rename.ln binemul.ln emul_vanilla.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f libfido2_p.a aes256.po assert.po authkey.po bio.po blob.po buf.po cbor.po compress.po config.po cred.po credman.po dev.po ecdh.po eddsa.po err.po es256.po es384.po hid.po hid_netbsd.po hid_unix.po info.po io.po iso7816.po largeblob.po log.po pin.po random.po reset.po rs1.po rs256.po time.po tpm.po touch.po types.po u2f.po explicit_bzero.po freezero.po recallocarray.po timingsafe_bcmp.po aes256.po.tmp assert.po.tmp authkey.po.tmp bio.po.tmp blob.po.tmp buf.po.tmp cbor.po.tmp compress.po.tmp config.po.tmp cred.po.tmp credman.po.tmp dev.po.tmp ecdh.po.tmp eddsa.po.tmp err.po.tmp es256.po.tmp es384.po.tmp hid.po.tmp hid_netbsd.po.tmp hid_unix.po.tmp info.po.tmp io.po.tmp iso7816.po.tmp largeblob.po.tmp log.po.tmp pin.po.tmp random.po.tmp reset.po.tmp rs1.po.tmp rs256.po.tmp time.po.tmp tpm.po.tmp touch.po.tmp types.po.tmp u2f.po.tmp explicit_bzero.po.tmp freezero.po.tmp recallocarray.po.tmp timingsafe_bcmp.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/ranlib && rm -f ranlib.html1 .depend ar.d arlex.d arparse.d arsup.d binemul.d bucomm.d emul_vanilla.d filemode.d is-ranlib.d rename.d version.d ar.d.tmp arlex.d.tmp arparse.d.tmp arsup.d.tmp binemul.d.tmp bucomm.d.tmp emul_vanilla.d.tmp filemode.d.tmp is-ranlib.d.tmp rename.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f libfido2_p.a aes256.po assert.po authkey.po bio.po blob.po buf.po cbor.po compress.po config.po cred.po credman.po dev.po ecdh.po eddsa.po err.po es256.po es384.po hid.po hid_netbsd.po hid_unix.po info.po io.po iso7816.po largeblob.po log.po pin.po random.po reset.po rs1.po rs256.po time.po tpm.po touch.po types.po u2f.po explicit_bzero.po freezero.po recallocarray.po timingsafe_bcmp.po aes256.po.tmp assert.po.tmp authkey.po.tmp bio.po.tmp blob.po.tmp buf.po.tmp cbor.po.tmp compress.po.tmp config.po.tmp cred.po.tmp credman.po.tmp dev.po.tmp ecdh.po.tmp eddsa.po.tmp err.po.tmp es256.po.tmp es384.po.tmp hid.po.tmp hid_netbsd.po.tmp hid_unix.po.tmp info.po.tmp io.po.tmp iso7816.po.tmp largeblob.po.tmp log.po.tmp pin.po.tmp random.po.tmp reset.po.tmp rs1.po.tmp rs256.po.tmp time.po.tmp tpm.po.tmp touch.po.tmp types.po.tmp u2f.po.tmp explicit_bzero.po.tmp freezero.po.tmp recallocarray.po.tmp timingsafe_bcmp.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/ranlib && rm -f ranlib.html1 .depend ar.d arlex.d arparse.d arsup.d binemul.d bucomm.d emul_vanilla.d filemode.d is-ranlib.d rename.d version.d ar.d.tmp arlex.d.tmp arparse.d.tmp arsup.d.tmp binemul.d.tmp bucomm.d.tmp emul_vanilla.d.tmp filemode.d.tmp is-ranlib.d.tmp rename.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-readelf --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f libfido2_g.a || true) --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.bin/readelf --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f libfido2_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f libfido2_pic.a libfido2.so.* libfido2.so aes256.pico assert.pico authkey.pico bio.pico blob.pico buf.pico cbor.pico compress.pico config.pico cred.pico credman.pico dev.pico ecdh.pico eddsa.pico err.pico es256.pico es384.pico hid.pico hid_netbsd.pico hid_unix.pico info.pico io.pico iso7816.pico largeblob.pico log.pico pin.pico random.pico reset.pico rs1.pico rs256.pico time.pico tpm.pico touch.pico types.pico u2f.pico explicit_bzero.pico freezero.pico recallocarray.pico timingsafe_bcmp.pico aes256.pico.tmp assert.pico.tmp authkey.pico.tmp bio.pico.tmp blob.pico.tmp buf.pico.tmp cbor.pico.tmp compress.pico.tmp config.pico.tmp cred.pico.tmp credman.pico.tmp dev.pico.tmp ecdh.pico.tmp eddsa.pico.tmp err.pico.tmp es256.pico.tmp es384.pico.tmp hid.pico.tmp hid_netbsd.pico.tmp hid_unix.pico.tmp info.pico.tmp io.pico.tmp iso7816.pico.tmp largeblob.pico.tmp log.pico.tmp pin.pico.tmp random.pico.tmp reset.pico.tmp rs1.pico.tmp rs256.pico.tmp time.pico.tmp tpm.pico.tmp touch.pico.tmp types.pico.tmp u2f.pico.tmp explicit_bzero.pico.tmp freezero.pico.tmp recallocarray.pico.tmp timingsafe_bcmp.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f libfido2_pic.a libfido2.so.* libfido2.so aes256.pico assert.pico authkey.pico bio.pico blob.pico buf.pico cbor.pico compress.pico config.pico cred.pico credman.pico dev.pico ecdh.pico eddsa.pico err.pico es256.pico es384.pico hid.pico hid_netbsd.pico hid_unix.pico info.pico io.pico iso7816.pico largeblob.pico log.pico pin.pico random.pico reset.pico rs1.pico rs256.pico time.pico tpm.pico touch.pico types.pico u2f.pico explicit_bzero.pico freezero.pico recallocarray.pico timingsafe_bcmp.pico aes256.pico.tmp assert.pico.tmp authkey.pico.tmp bio.pico.tmp blob.pico.tmp buf.pico.tmp cbor.pico.tmp compress.pico.tmp config.pico.tmp cred.pico.tmp credman.pico.tmp dev.pico.tmp ecdh.pico.tmp eddsa.pico.tmp err.pico.tmp es256.pico.tmp es384.pico.tmp hid.pico.tmp hid_netbsd.pico.tmp hid_unix.pico.tmp info.pico.tmp io.pico.tmp iso7816.pico.tmp largeblob.pico.tmp log.pico.tmp pin.pico.tmp random.pico.tmp reset.pico.tmp rs1.pico.tmp rs256.pico.tmp time.pico.tmp tpm.pico.tmp touch.pico.tmp types.pico.tmp u2f.pico.tmp explicit_bzero.pico.tmp freezero.pico.tmp recallocarray.pico.tmp timingsafe_bcmp.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f llib-lfido2.ln aes256.ln assert.ln authkey.ln bio.ln blob.ln buf.ln cbor.ln compress.ln config.ln cred.ln credman.ln dev.ln ecdh.ln eddsa.ln err.ln es256.ln es384.ln hid.ln hid_netbsd.ln hid_unix.ln info.ln io.ln iso7816.ln largeblob.ln log.ln pin.ln random.ln reset.ln rs1.ln rs256.ln time.ln tpm.ln touch.ln types.ln u2f.ln explicit_bzero.ln freezero.ln recallocarray.ln timingsafe_bcmp.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/readelf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o readelf.ln version.ln unwind-ia64.ln dwarf.ln elfcomm.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f llib-lfido2.ln aes256.ln assert.ln authkey.ln bio.ln blob.ln buf.ln cbor.ln compress.ln config.ln cred.ln credman.ln dev.ln ecdh.ln eddsa.ln err.ln es256.ln es384.ln hid.ln hid_netbsd.ln hid_unix.ln info.ln io.ln iso7816.ln largeblob.ln log.ln pin.ln random.ln reset.ln rs1.ln rs256.ln time.ln tpm.ln touch.ln types.ln u2f.ln explicit_bzero.ln freezero.ln recallocarray.ln timingsafe_bcmp.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/readelf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o readelf.ln version.ln unwind-ia64.ln dwarf.ln elfcomm.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f libfido2.so.5.map a.out [Ee]rrs mklog core *.core libfido2.pc || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/readelf && rm -f readelf.html1 .depend dwarf.d elfcomm.d readelf.d unwind-ia64.d version.d dwarf.d.tmp elfcomm.d.tmp readelf.d.tmp unwind-ia64.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f libfido2.so.5.map a.out [Ee]rrs mklog core *.core libfido2.pc || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/readelf && rm -f readelf.html1 .depend dwarf.d elfcomm.d readelf.d unwind-ia64.d version.d dwarf.d.tmp elfcomm.d.tmp readelf.d.tmp unwind-ia64.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libfido2/lib && rm -f eddsa_pk_new.html3 es256_pk_new.html3 es384_pk_new.html3 fido_assert_allow_cred.html3 fido_assert_new.html3 fido_assert_set_authdata.html3 fido_assert_verify.html3 fido_bio_dev_get_info.html3 fido_bio_enroll_new.html3 fido_bio_info_new.html3 fido_bio_template.html3 fido_cbor_info_new.html3 fido_cred_exclude.html3 fido_cred_new.html3 fido_cred_set_authdata.html3 fido_cred_verify.html3 fido_credman_metadata_new.html3 fido_dev_enable_entattest.html3 fido_dev_get_assert.html3 fido_dev_get_touch_begin.html3 fido_dev_info_manifest.html3 fido_dev_largeblob_get.html3 fido_dev_make_cred.html3 fido_dev_open.html3 fido_dev_set_io_functions.html3 fido_dev_set_pin.html3 fido_init.html3 fido_strerr.html3 rs256_pk_new.html3 .depend aes256.d assert.d authkey.d bio.d blob.d buf.d cbor.d compress.d config.d cred.d credman.d dev.d ecdh.d eddsa.d err.d es256.d es384.d explicit_bzero.d freezero.d hid.d hid_netbsd.d hid_unix.d info.d io.d iso7816.d largeblob.d log.d pin.d random.d recallocarray.d reset.d rs1.d rs256.d time.d timingsafe_bcmp.d touch.d tpm.d types.d u2f.d aes256.d.tmp assert.d.tmp authkey.d.tmp bio.d.tmp blob.d.tmp buf.d.tmp cbor.d.tmp compress.d.tmp config.d.tmp cred.d.tmp credman.d.tmp dev.d.tmp ecdh.d.tmp eddsa.d.tmp err.d.tmp es256.d.tmp es384.d.tmp explicit_bzero.d.tmp freezero.d.tmp hid.d.tmp hid_netbsd.d.tmp hid_unix.d.tmp info.d.tmp io.d.tmp iso7816.d.tmp largeblob.d.tmp log.d.tmp pin.d.tmp random.d.tmp recallocarray.d.tmp reset.d.tmp rs1.d.tmp rs256.d.tmp time.d.tmp timingsafe_bcmp.d.tmp touch.d.tmp tpm.d.tmp types.d.tmp u2f.d.tmp tags || true) --- cleandir-external --- --- cleandir-size --- cleandir ===> external/gpl3/binutils/usr.bin/size --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libfido2/lib && rm -f eddsa_pk_new.html3 es256_pk_new.html3 es384_pk_new.html3 fido_assert_allow_cred.html3 fido_assert_new.html3 fido_assert_set_authdata.html3 fido_assert_verify.html3 fido_bio_dev_get_info.html3 fido_bio_enroll_new.html3 fido_bio_info_new.html3 fido_bio_template.html3 fido_cbor_info_new.html3 fido_cred_exclude.html3 fido_cred_new.html3 fido_cred_set_authdata.html3 fido_cred_verify.html3 fido_credman_metadata_new.html3 fido_dev_enable_entattest.html3 fido_dev_get_assert.html3 fido_dev_get_touch_begin.html3 fido_dev_info_manifest.html3 fido_dev_largeblob_get.html3 fido_dev_make_cred.html3 fido_dev_open.html3 fido_dev_set_io_functions.html3 fido_dev_set_pin.html3 fido_init.html3 fido_strerr.html3 rs256_pk_new.html3 .depend aes256.d assert.d authkey.d bio.d blob.d buf.d cbor.d compress.d config.d cred.d credman.d dev.d ecdh.d eddsa.d err.d es256.d es384.d explicit_bzero.d freezero.d hid.d hid_netbsd.d hid_unix.d info.d io.d iso7816.d largeblob.d log.d pin.d random.d recallocarray.d reset.d rs1.d rs256.d time.d timingsafe_bcmp.d touch.d tpm.d types.d u2f.d aes256.d.tmp assert.d.tmp authkey.d.tmp bio.d.tmp blob.d.tmp buf.d.tmp cbor.d.tmp compress.d.tmp config.d.tmp cred.d.tmp credman.d.tmp dev.d.tmp ecdh.d.tmp eddsa.d.tmp err.d.tmp es256.d.tmp es384.d.tmp explicit_bzero.d.tmp freezero.d.tmp hid.d.tmp hid_netbsd.d.tmp hid_unix.d.tmp info.d.tmp io.d.tmp iso7816.d.tmp largeblob.d.tmp log.d.tmp pin.d.tmp random.d.tmp recallocarray.d.tmp reset.d.tmp rs1.d.tmp rs256.d.tmp time.d.tmp timingsafe_bcmp.d.tmp touch.d.tmp tpm.d.tmp types.d.tmp u2f.d.tmp tags || true) --- cleandir-../crypto/external/bsd/netpgp/lib/netpgp --- cleandir ===> lib/../crypto/external/bsd/netpgp/lib/netpgp --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/size && rm -f a.out [Ee]rrs mklog core *.core .gdbinit size size.o bucomm.o version.o filemode.o size.ln bucomm.ln version.ln filemode.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/size && rm -f a.out [Ee]rrs mklog core *.core .gdbinit size size.o bucomm.o version.o filemode.o size.ln bucomm.ln version.ln filemode.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/size && rm -f size.html1 .depend bucomm.d filemode.d size.d version.d bucomm.d.tmp filemode.d.tmp size.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/size && rm -f size.html1 .depend bucomm.d filemode.d size.d version.d bucomm.d.tmp filemode.d.tmp size.d.tmp version.d.tmp tags || true) --- cleandir-strings --- cleandir ===> external/gpl3/binutils/usr.bin/strings --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.a compress.o create.o crypto.o keyring.o misc.o netpgp.o openssl_crypto.o packet-parse.o packet-print.o packet-show.o reader.o signature.o symmetric.o validate.o writer.o ssh2pgp.o bufgap.o compress.o.tmp create.o.tmp crypto.o.tmp keyring.o.tmp misc.o.tmp netpgp.o.tmp openssl_crypto.o.tmp packet-parse.o.tmp packet-print.o.tmp packet-show.o.tmp reader.o.tmp signature.o.tmp symmetric.o.tmp validate.o.tmp writer.o.tmp ssh2pgp.o.tmp bufgap.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.a compress.o create.o crypto.o keyring.o misc.o netpgp.o openssl_crypto.o packet-parse.o packet-print.o packet-show.o reader.o signature.o symmetric.o validate.o writer.o ssh2pgp.o bufgap.o compress.o.tmp create.o.tmp crypto.o.tmp keyring.o.tmp misc.o.tmp netpgp.o.tmp openssl_crypto.o.tmp packet-parse.o.tmp packet-print.o.tmp packet-show.o.tmp reader.o.tmp signature.o.tmp symmetric.o.tmp validate.o.tmp writer.o.tmp ssh2pgp.o.tmp bufgap.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_p.a compress.po create.po crypto.po keyring.po misc.po netpgp.po openssl_crypto.po packet-parse.po packet-print.po packet-show.po reader.po signature.po symmetric.po validate.po writer.po ssh2pgp.po bufgap.po compress.po.tmp create.po.tmp crypto.po.tmp keyring.po.tmp misc.po.tmp netpgp.po.tmp openssl_crypto.po.tmp packet-parse.po.tmp packet-print.po.tmp packet-show.po.tmp reader.po.tmp signature.po.tmp symmetric.po.tmp validate.po.tmp writer.po.tmp ssh2pgp.po.tmp bufgap.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/strings && rm -f a.out [Ee]rrs mklog core *.core .gdbinit strings strings.o bucomm.o version.o filemode.o strings.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_p.a compress.po create.po crypto.po keyring.po misc.po netpgp.po openssl_crypto.po packet-parse.po packet-print.po packet-show.po reader.po signature.po symmetric.po validate.po writer.po ssh2pgp.po bufgap.po compress.po.tmp create.po.tmp crypto.po.tmp keyring.po.tmp misc.po.tmp netpgp.po.tmp openssl_crypto.po.tmp packet-parse.po.tmp packet-print.po.tmp packet-show.po.tmp reader.po.tmp signature.po.tmp symmetric.po.tmp validate.po.tmp writer.po.tmp ssh2pgp.po.tmp bufgap.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/strings && rm -f a.out [Ee]rrs mklog core *.core .gdbinit strings strings.o bucomm.o version.o filemode.o strings.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/strings && rm -f strings.html1 .depend bucomm.d filemode.d strings.d version.d bucomm.d.tmp filemode.d.tmp strings.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/strings && rm -f strings.html1 .depend bucomm.d filemode.d strings.d version.d bucomm.d.tmp filemode.d.tmp strings.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_pic.a libnetpgp.so.* libnetpgp.so compress.pico create.pico crypto.pico keyring.pico misc.pico netpgp.pico openssl_crypto.pico packet-parse.pico packet-print.pico packet-show.pico reader.pico signature.pico symmetric.pico validate.pico writer.pico ssh2pgp.pico bufgap.pico compress.pico.tmp create.pico.tmp crypto.pico.tmp keyring.pico.tmp misc.pico.tmp netpgp.pico.tmp openssl_crypto.pico.tmp packet-parse.pico.tmp packet-print.pico.tmp packet-show.pico.tmp reader.pico.tmp signature.pico.tmp symmetric.pico.tmp validate.pico.tmp writer.pico.tmp ssh2pgp.pico.tmp bufgap.pico.tmp || true) --- cleandir-external --- --- cleandir-strip --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_pic.a libnetpgp.so.* libnetpgp.so compress.pico create.pico crypto.pico keyring.pico misc.pico netpgp.pico openssl_crypto.pico packet-parse.pico packet-print.pico packet-show.pico reader.pico signature.pico symmetric.pico validate.pico writer.pico ssh2pgp.pico bufgap.pico compress.pico.tmp create.pico.tmp crypto.pico.tmp keyring.pico.tmp misc.pico.tmp netpgp.pico.tmp openssl_crypto.pico.tmp packet-parse.pico.tmp packet-print.pico.tmp packet-show.pico.tmp reader.pico.tmp signature.pico.tmp symmetric.pico.tmp validate.pico.tmp writer.pico.tmp ssh2pgp.pico.tmp bufgap.pico.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.bin/strip --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f llib-lnetpgp.ln compress.ln create.ln crypto.ln keyring.ln misc.ln netpgp.ln openssl_crypto.ln packet-parse.ln packet-print.ln packet-show.ln reader.ln signature.ln symmetric.ln validate.ln writer.ln ssh2pgp.ln bufgap.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f llib-lnetpgp.ln compress.ln create.ln crypto.ln keyring.ln misc.ln netpgp.ln openssl_crypto.ln packet-parse.ln packet-print.ln packet-show.ln reader.ln signature.ln symmetric.ln validate.ln writer.ln ssh2pgp.ln bufgap.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/strip && rm -f a.out [Ee]rrs mklog core *.core .gdbinit strip objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o objcopy.ln is-strip.ln rename.ln rddbg.ln debug.ln stabs.ln rdcoff.ln wrstabs.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/strip && rm -f a.out [Ee]rrs mklog core *.core .gdbinit strip objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o objcopy.ln is-strip.ln rename.ln rddbg.ln debug.ln stabs.ln rdcoff.ln wrstabs.ln bucomm.ln version.ln filemode.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.html3 .depend bufgap.d compress.d create.d crypto.d keyring.d misc.d netpgp.d openssl_crypto.d packet-parse.d packet-print.d packet-show.d reader.d signature.d ssh2pgp.d symmetric.d validate.d writer.d bufgap.d.tmp compress.d.tmp create.d.tmp crypto.d.tmp keyring.d.tmp misc.d.tmp netpgp.d.tmp openssl_crypto.d.tmp packet-parse.d.tmp packet-print.d.tmp packet-show.d.tmp reader.d.tmp signature.d.tmp ssh2pgp.d.tmp symmetric.d.tmp validate.d.tmp writer.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.bin/strip && rm -f strip.html1 .depend bucomm.d debug.d filemode.d is-strip.d objcopy.d rdcoff.d rddbg.d rename.d stabs.d version.d wrstabs.d bucomm.d.tmp debug.d.tmp filemode.d.tmp is-strip.d.tmp objcopy.d.tmp rdcoff.d.tmp rddbg.d.tmp rename.d.tmp stabs.d.tmp version.d.tmp wrstabs.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.html3 .depend bufgap.d compress.d create.d crypto.d keyring.d misc.d netpgp.d openssl_crypto.d packet-parse.d packet-print.d packet-show.d reader.d signature.d ssh2pgp.d symmetric.d validate.d writer.d bufgap.d.tmp compress.d.tmp create.d.tmp crypto.d.tmp keyring.d.tmp misc.d.tmp netpgp.d.tmp openssl_crypto.d.tmp packet-parse.d.tmp packet-print.d.tmp packet-show.d.tmp reader.d.tmp signature.d.tmp ssh2pgp.d.tmp symmetric.d.tmp validate.d.tmp writer.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.bin/strip && rm -f strip.html1 .depend bucomm.d debug.d filemode.d is-strip.d objcopy.d rdcoff.d rddbg.d rename.d stabs.d version.d wrstabs.d bucomm.d.tmp debug.d.tmp filemode.d.tmp is-strip.d.tmp objcopy.d.tmp rdcoff.d.tmp rddbg.d.tmp rename.d.tmp stabs.d.tmp version.d.tmp wrstabs.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/bsd/libevent/lib/libevent --- --- cleandir-external --- --- cleandir-usr.sbin --- --- cleandir-lib --- cleandir ===> lib/../external/bsd/libevent/lib/libevent --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.sbin --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-dbsym --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f libevent.a buffer.o bufferevent.o bufferevent_filter.o bufferevent_pair.o bufferevent_ratelim.o bufferevent_sock.o evdns.o event.o event_tagging.o evmap.o evrpc.o evthread.o evutil.o evutil_rand.o evutil_time.o http.o kqueue.o listener.o log.o poll.o select.o signal.o buffer.o.tmp bufferevent.o.tmp bufferevent_filter.o.tmp bufferevent_pair.o.tmp bufferevent_ratelim.o.tmp bufferevent_sock.o.tmp evdns.o.tmp event.o.tmp event_tagging.o.tmp evmap.o.tmp evrpc.o.tmp evthread.o.tmp evutil.o.tmp evutil_rand.o.tmp evutil_time.o.tmp http.o.tmp kqueue.o.tmp listener.o.tmp log.o.tmp poll.o.tmp select.o.tmp signal.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.sbin/dbsym --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f libevent.a buffer.o bufferevent.o bufferevent_filter.o bufferevent_pair.o bufferevent_ratelim.o bufferevent_sock.o evdns.o event.o event_tagging.o evmap.o evrpc.o evthread.o evutil.o evutil_rand.o evutil_time.o http.o kqueue.o listener.o log.o poll.o select.o signal.o buffer.o.tmp bufferevent.o.tmp bufferevent_filter.o.tmp bufferevent_pair.o.tmp bufferevent_ratelim.o.tmp bufferevent_sock.o.tmp evdns.o.tmp event.o.tmp event_tagging.o.tmp evmap.o.tmp evrpc.o.tmp evthread.o.tmp evutil.o.tmp evutil_rand.o.tmp evutil_time.o.tmp http.o.tmp kqueue.o.tmp listener.o.tmp log.o.tmp poll.o.tmp select.o.tmp signal.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f libevent_p.a buffer.po bufferevent.po bufferevent_filter.po bufferevent_pair.po bufferevent_ratelim.po bufferevent_sock.po evdns.po event.po event_tagging.po evmap.po evrpc.po evthread.po evutil.po evutil_rand.po evutil_time.po http.po kqueue.po listener.po log.po poll.po select.po signal.po buffer.po.tmp bufferevent.po.tmp bufferevent_filter.po.tmp bufferevent_pair.po.tmp bufferevent_ratelim.po.tmp bufferevent_sock.po.tmp evdns.po.tmp event.po.tmp event_tagging.po.tmp evmap.po.tmp evrpc.po.tmp evthread.po.tmp evutil.po.tmp evutil_rand.po.tmp evutil_time.po.tmp http.po.tmp kqueue.po.tmp listener.po.tmp log.po.tmp poll.po.tmp select.po.tmp signal.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f libevent_p.a buffer.po bufferevent.po bufferevent_filter.po bufferevent_pair.po bufferevent_ratelim.po bufferevent_sock.po evdns.po event.po event_tagging.po evmap.po evrpc.po evthread.po evutil.po evutil_rand.po evutil_time.po http.po kqueue.po listener.po log.po poll.po select.po signal.po buffer.po.tmp bufferevent.po.tmp bufferevent_filter.po.tmp bufferevent_pair.po.tmp bufferevent_ratelim.po.tmp bufferevent_sock.po.tmp evdns.po.tmp event.po.tmp event_tagging.po.tmp evmap.po.tmp evrpc.po.tmp evthread.po.tmp evutil.po.tmp evutil_rand.po.tmp evutil_time.po.tmp http.po.tmp kqueue.po.tmp listener.po.tmp log.po.tmp poll.po.tmp select.po.tmp signal.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.sbin/dbsym && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dbsym dbsym.o dbsym.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.sbin/dbsym && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dbsym dbsym.o dbsym.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f libevent_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f libevent_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.sbin/dbsym && rm -f dbsym.html8 .depend dbsym.d dbsym.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.sbin/dbsym && rm -f dbsym.html8 .depend dbsym.d dbsym.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f libevent_pic.a libevent.so.* libevent.so buffer.pico bufferevent.pico bufferevent_filter.pico bufferevent_pair.pico bufferevent_ratelim.pico bufferevent_sock.pico evdns.pico event.pico event_tagging.pico evmap.pico evrpc.pico evthread.pico evutil.pico evutil_rand.pico evutil_time.pico http.pico kqueue.pico listener.pico log.pico poll.pico select.pico signal.pico buffer.pico.tmp bufferevent.pico.tmp bufferevent_filter.pico.tmp bufferevent_pair.pico.tmp bufferevent_ratelim.pico.tmp bufferevent_sock.pico.tmp evdns.pico.tmp event.pico.tmp event_tagging.pico.tmp evmap.pico.tmp evrpc.pico.tmp evthread.pico.tmp evutil.pico.tmp evutil_rand.pico.tmp evutil_time.pico.tmp http.pico.tmp kqueue.pico.tmp listener.pico.tmp log.pico.tmp poll.pico.tmp select.pico.tmp signal.pico.tmp || true) --- cleandir-external --- --- cleandir-mdsetimage --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f libevent_pic.a libevent.so.* libevent.so buffer.pico bufferevent.pico bufferevent_filter.pico bufferevent_pair.pico bufferevent_ratelim.pico bufferevent_sock.pico evdns.pico event.pico event_tagging.pico evmap.pico evrpc.pico evthread.pico evutil.pico evutil_rand.pico evutil_time.pico http.pico kqueue.pico listener.pico log.pico poll.pico select.pico signal.pico buffer.pico.tmp bufferevent.pico.tmp bufferevent_filter.pico.tmp bufferevent_pair.pico.tmp bufferevent_ratelim.pico.tmp bufferevent_sock.pico.tmp evdns.pico.tmp event.pico.tmp event_tagging.pico.tmp evmap.pico.tmp evrpc.pico.tmp evthread.pico.tmp evutil.pico.tmp evutil_rand.pico.tmp evutil_time.pico.tmp http.pico.tmp kqueue.pico.tmp listener.pico.tmp log.pico.tmp poll.pico.tmp select.pico.tmp signal.pico.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.sbin/mdsetimage --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f llib-levent.ln buffer.ln bufferevent.ln bufferevent_filter.ln bufferevent_pair.ln bufferevent_ratelim.ln bufferevent_sock.ln evdns.ln event.ln event_tagging.ln evmap.ln evrpc.ln evthread.ln evutil.ln evutil_rand.ln evutil_time.ln http.ln kqueue.ln listener.ln log.ln poll.ln select.ln signal.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f llib-levent.ln buffer.ln bufferevent.ln bufferevent_filter.ln bufferevent_pair.ln bufferevent_ratelim.ln bufferevent_sock.ln evdns.ln event.ln event_tagging.ln evmap.ln evrpc.ln evthread.ln evutil.ln evutil_rand.ln evutil_time.ln http.ln kqueue.ln listener.ln log.ln poll.ln select.ln signal.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f libevent.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.sbin/mdsetimage && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mdsetimage mdsetimage.o bin_bfd.o mdsetimage.ln bin_bfd.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f libevent.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.sbin/mdsetimage && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mdsetimage mdsetimage.o bin_bfd.o mdsetimage.ln bin_bfd.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent && rm -f .depend buffer.d bufferevent.d bufferevent_filter.d bufferevent_pair.d bufferevent_ratelim.d bufferevent_sock.d evdns.d event.d event_tagging.d evmap.d evrpc.d evthread.d evutil.d evutil_rand.d evutil_time.d http.d kqueue.d listener.d log.d poll.d select.d signal.d buffer.d.tmp bufferevent.d.tmp bufferevent_filter.d.tmp bufferevent_pair.d.tmp bufferevent_ratelim.d.tmp bufferevent_sock.d.tmp evdns.d.tmp event.d.tmp event_tagging.d.tmp evmap.d.tmp evrpc.d.tmp evthread.d.tmp evutil.d.tmp evutil_rand.d.tmp evutil_time.d.tmp http.d.tmp kqueue.d.tmp listener.d.tmp log.d.tmp poll.d.tmp select.d.tmp signal.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.sbin/mdsetimage && rm -f mdsetimage.html8 .depend bin_bfd.d mdsetimage.d bin_bfd.d.tmp mdsetimage.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent && rm -f .depend buffer.d bufferevent.d bufferevent_filter.d bufferevent_pair.d bufferevent_ratelim.d bufferevent_sock.d evdns.d event.d event_tagging.d evmap.d evrpc.d evthread.d evutil.d evutil_rand.d evutil_time.d http.d kqueue.d listener.d log.d poll.d select.d signal.d buffer.d.tmp bufferevent.d.tmp bufferevent_filter.d.tmp bufferevent_pair.d.tmp bufferevent_ratelim.d.tmp bufferevent_sock.d.tmp evdns.d.tmp event.d.tmp event_tagging.d.tmp evmap.d.tmp evrpc.d.tmp evthread.d.tmp evutil.d.tmp evutil_rand.d.tmp evutil_time.d.tmp http.d.tmp kqueue.d.tmp listener.d.tmp log.d.tmp poll.d.tmp select.d.tmp signal.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.sbin/mdsetimage && rm -f mdsetimage.html8 .depend bin_bfd.d mdsetimage.d bin_bfd.d.tmp mdsetimage.d.tmp tags || true) --- cleandir-ncdcs --- --- cleandir-lib --- --- cleandir-../external/bsd/libevent/lib/libevent_openssl --- cleandir ===> lib/../external/bsd/libevent/lib/libevent_openssl --- cleandir-external --- cleandir ===> external/gpl3/binutils/usr.sbin/ncdcs --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.sbin/ncdcs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ncdcs ncdcs.o ncdcs.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.sbin/ncdcs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ncdcs ncdcs.o ncdcs.ln || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/binutils/usr.sbin/ncdcs && rm -f ncdcs.html8 .depend ncdcs.d ncdcs.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl.a bufferevent_openssl.o bufferevent_openssl.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/binutils/usr.sbin/ncdcs && rm -f ncdcs.html8 .depend ncdcs.d ncdcs.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl.a bufferevent_openssl.o bufferevent_openssl.o.tmp || true) --- cleandir-external --- --- cleandir-gcc --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/gpl3/gcc --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_p.a bufferevent_openssl.po bufferevent_openssl.po.tmp || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_p.a bufferevent_openssl.po bufferevent_openssl.po.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-libgcc --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_g.a || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libgcc --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_g.a || true) --- cleandir-external --- --- cleandir-libgcc --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libgcc/libgcc --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_pic.a libevent_openssl.so.* libevent_openssl.so bufferevent_openssl.pico bufferevent_openssl.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl_pic.a libevent_openssl.so.* libevent_openssl.so bufferevent_openssl.pico bufferevent_openssl.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f llib-levent_openssl.ln bufferevent_openssl.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f llib-levent_openssl.ln bufferevent_openssl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc.a _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o cpuinfo.o sfp-exceptions.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o enable-execute-stack.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _cmpdi2.o.tmp _ucmpdi2.o.tmp _clear_cache.o.tmp _trampoline.o.tmp __main.o.tmp _absvsi2.o.tmp _absvdi2.o.tmp _addvsi3.o.tmp _addvdi3.o.tmp _subvsi3.o.tmp _subvdi3.o.tmp _mulvsi3.o.tmp _mulvdi3.o.tmp _negvsi2.o.tmp _negvdi2.o.tmp _ctors.o.tmp _ffssi2.o.tmp _ffsdi2.o.tmp _clz.o.tmp _clzsi2.o.tmp _clzdi2.o.tmp _ctzsi2.o.tmp _ctzdi2.o.tmp _popcount_tab.o.tmp _popcountsi2.o.tmp _popcountdi2.o.tmp _paritysi2.o.tmp _paritydi2.o.tmp _powisf2.o.tmp _powidf2.o.tmp _powixf2.o.tmp _powitf2.o.tmp _mulsc3.o.tmp _muldc3.o.tmp _mulxc3.o.tmp _multc3.o.tmp _divsc3.o.tmp _divdc3.o.tmp _divxc3.o.tmp _divtc3.o.tmp _bswapsi2.o.tmp _bswapdi2.o.tmp _clrsbsi2.o.tmp _clrsbdi2.o.tmp _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _fixsfdi.o.tmp _fixdfdi.o.tmp _fixxfdi.o.tmp _fixunssfdi.o.tmp _fixunsdfdi.o.tmp _fixunsxfdi.o.tmp _floatdisf.o.tmp _floatdidf.o.tmp _floatdixf.o.tmp _floatundisf.o.tmp _floatundidf.o.tmp _floatundixf.o.tmp _fixunssfsi.o.tmp _fixunsdfsi.o.tmp _fixunsxfsi.o.tmp _eprintf.o.tmp __gcc_bcmp.o.tmp _divdi3.o.tmp _moddi3.o.tmp _divmoddi4.o.tmp _udivdi3.o.tmp _umoddi3.o.tmp _udivmoddi4.o.tmp _udiv_w_sdiv.o.tmp cpuinfo.o.tmp sfp-exceptions.o.tmp addtf3.o.tmp divtf3.o.tmp eqtf2.o.tmp getf2.o.tmp letf2.o.tmp multf3.o.tmp negtf2.o.tmp subtf3.o.tmp unordtf2.o.tmp fixtfsi.o.tmp fixunstfsi.o.tmp floatsitf.o.tmp floatunsitf.o.tmp fixtfdi.o.tmp fixunstfdi.o.tmp floatditf.o.tmp floatunditf.o.tmp fixtfti.o.tmp fixunstfti.o.tmp floattitf.o.tmp floatuntitf.o.tmp extendsftf2.o.tmp extenddftf2.o.tmp extendxftf2.o.tmp trunctfsf2.o.tmp trunctfdf2.o.tmp trunctfxf2.o.tmp enable-execute-stack.o.tmp unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc.a _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o cpuinfo.o sfp-exceptions.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o enable-execute-stack.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _cmpdi2.o.tmp _ucmpdi2.o.tmp _clear_cache.o.tmp _trampoline.o.tmp __main.o.tmp _absvsi2.o.tmp _absvdi2.o.tmp _addvsi3.o.tmp _addvdi3.o.tmp _subvsi3.o.tmp _subvdi3.o.tmp _mulvsi3.o.tmp _mulvdi3.o.tmp _negvsi2.o.tmp _negvdi2.o.tmp _ctors.o.tmp _ffssi2.o.tmp _ffsdi2.o.tmp _clz.o.tmp _clzsi2.o.tmp _clzdi2.o.tmp _ctzsi2.o.tmp _ctzdi2.o.tmp _popcount_tab.o.tmp _popcountsi2.o.tmp _popcountdi2.o.tmp _paritysi2.o.tmp _paritydi2.o.tmp _powisf2.o.tmp _powidf2.o.tmp _powixf2.o.tmp _powitf2.o.tmp _mulsc3.o.tmp _muldc3.o.tmp _mulxc3.o.tmp _multc3.o.tmp _divsc3.o.tmp _divdc3.o.tmp _divxc3.o.tmp _divtc3.o.tmp _bswapsi2.o.tmp _bswapdi2.o.tmp _clrsbsi2.o.tmp _clrsbdi2.o.tmp _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _fixsfdi.o.tmp _fixdfdi.o.tmp _fixxfdi.o.tmp _fixunssfdi.o.tmp _fixunsdfdi.o.tmp _fixunsxfdi.o.tmp _floatdisf.o.tmp _floatdidf.o.tmp _floatdixf.o.tmp _floatundisf.o.tmp _floatundidf.o.tmp _floatundixf.o.tmp _fixunssfsi.o.tmp _fixunsdfsi.o.tmp _fixunsxfsi.o.tmp _eprintf.o.tmp __gcc_bcmp.o.tmp _divdi3.o.tmp _moddi3.o.tmp _divmoddi4.o.tmp _udivdi3.o.tmp _umoddi3.o.tmp _udivmoddi4.o.tmp _udiv_w_sdiv.o.tmp cpuinfo.o.tmp sfp-exceptions.o.tmp addtf3.o.tmp divtf3.o.tmp eqtf2.o.tmp getf2.o.tmp letf2.o.tmp multf3.o.tmp negtf2.o.tmp subtf3.o.tmp unordtf2.o.tmp fixtfsi.o.tmp fixunstfsi.o.tmp floatsitf.o.tmp floatunsitf.o.tmp fixtfdi.o.tmp fixunstfdi.o.tmp floatditf.o.tmp floatunditf.o.tmp fixtfti.o.tmp fixunstfti.o.tmp floattitf.o.tmp floatuntitf.o.tmp extendsftf2.o.tmp extenddftf2.o.tmp extendxftf2.o.tmp trunctfsf2.o.tmp trunctfdf2.o.tmp trunctfxf2.o.tmp enable-execute-stack.o.tmp unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f libevent_openssl.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_p.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_openssl && rm -f .depend bufferevent_openssl.d bufferevent_openssl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_openssl && rm -f .depend bufferevent_openssl.d bufferevent_openssl.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_g.a || true) --- cleandir-lib --- --- cleandir-../external/bsd/libevent/lib/libevent_pthreads --- cleandir ===> lib/../external/bsd/libevent/lib/libevent_pthreads --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f libgcc_pic.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads.a evthread_pthread.o evthread_pthread.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f llib-lgcc.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _cmpdi2.ln _ucmpdi2.ln _clear_cache.ln _trampoline.ln __main.ln _absvsi2.ln _absvdi2.ln _addvsi3.ln _addvdi3.ln _subvsi3.ln _subvdi3.ln _mulvsi3.ln _mulvdi3.ln _negvsi2.ln _negvdi2.ln _ctors.ln _ffssi2.ln _ffsdi2.ln _clz.ln _clzsi2.ln _clzdi2.ln _ctzsi2.ln _ctzdi2.ln _popcount_tab.ln _popcountsi2.ln _popcountdi2.ln _paritysi2.ln _paritydi2.ln _powisf2.ln _powidf2.ln _powixf2.ln _powitf2.ln _mulsc3.ln _muldc3.ln _mulxc3.ln _multc3.ln _divsc3.ln _divdc3.ln _divxc3.ln _divtc3.ln _bswapsi2.ln _bswapdi2.ln _clrsbsi2.ln _clrsbdi2.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _fixsfdi.ln _fixdfdi.ln _fixxfdi.ln _fixunssfdi.ln _fixunsdfdi.ln _fixunsxfdi.ln _floatdisf.ln _floatdidf.ln _floatdixf.ln _floatundisf.ln _floatundidf.ln _floatundixf.ln _fixunssfsi.ln _fixunsdfsi.ln _fixunsxfsi.ln _eprintf.ln __gcc_bcmp.ln _divdi3.ln _moddi3.ln _divmoddi4.ln _udivdi3.ln _umoddi3.ln _udivmoddi4.ln _udiv_w_sdiv.ln cpuinfo.ln sfp-exceptions.ln addtf3.ln divtf3.ln eqtf2.ln getf2.ln letf2.ln multf3.ln negtf2.ln subtf3.ln unordtf2.ln fixtfsi.ln fixunstfsi.ln floatsitf.ln floatunsitf.ln fixtfdi.ln fixunstfdi.ln floatditf.ln floatunditf.ln fixtfti.ln fixunstfti.ln floattitf.ln floatuntitf.ln extendsftf2.ln extenddftf2.ln extendxftf2.ln trunctfsf2.ln trunctfdf2.ln trunctfxf2.ln enable-execute-stack.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads.a evthread_pthread.o evthread_pthread.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f llib-lgcc.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _cmpdi2.ln _ucmpdi2.ln _clear_cache.ln _trampoline.ln __main.ln _absvsi2.ln _absvdi2.ln _addvsi3.ln _addvdi3.ln _subvsi3.ln _subvdi3.ln _mulvsi3.ln _mulvdi3.ln _negvsi2.ln _negvdi2.ln _ctors.ln _ffssi2.ln _ffsdi2.ln _clz.ln _clzsi2.ln _clzdi2.ln _ctzsi2.ln _ctzdi2.ln _popcount_tab.ln _popcountsi2.ln _popcountdi2.ln _paritysi2.ln _paritydi2.ln _powisf2.ln _powidf2.ln _powixf2.ln _powitf2.ln _mulsc3.ln _muldc3.ln _mulxc3.ln _multc3.ln _divsc3.ln _divdc3.ln _divxc3.ln _divtc3.ln _bswapsi2.ln _bswapdi2.ln _clrsbsi2.ln _clrsbdi2.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _fixsfdi.ln _fixdfdi.ln _fixxfdi.ln _fixunssfdi.ln _fixunsdfdi.ln _fixunsxfdi.ln _floatdisf.ln _floatdidf.ln _floatdixf.ln _floatundisf.ln _floatundidf.ln _floatundixf.ln _fixunssfsi.ln _fixunsdfsi.ln _fixunsxfsi.ln _eprintf.ln __gcc_bcmp.ln _divdi3.ln _moddi3.ln _divmoddi4.ln _udivdi3.ln _umoddi3.ln _udivmoddi4.ln _udiv_w_sdiv.ln cpuinfo.ln sfp-exceptions.ln addtf3.ln divtf3.ln eqtf2.ln getf2.ln letf2.ln multf3.ln negtf2.ln subtf3.ln unordtf2.ln fixtfsi.ln fixunstfsi.ln floatsitf.ln floatunsitf.ln fixtfdi.ln fixunstfdi.ln floatditf.ln floatunditf.ln fixtfti.ln fixunstfti.ln floattitf.ln floatuntitf.ln extendsftf2.ln extenddftf2.ln extendxftf2.ln trunctfsf2.ln trunctfdf2.ln trunctfxf2.ln enable-execute-stack.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_p.a evthread_pthread.po evthread_pthread.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_p.a evthread_pthread.po evthread_pthread.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend __gcc_bcmp.d __main.d _absvdi2.d _absvsi2.d _addvdi3.d _addvsi3.d _ashldi3.d _ashrdi3.d _bswapdi2.d _bswapsi2.d _clear_cache.d _clrsbdi2.d _clrsbsi2.d _clz.d _clzdi2.d _clzsi2.d _cmpdi2.d _ctors.d _ctzdi2.d _ctzsi2.d _divdc3.d _divdi3.d _divmoddi4.d _divsc3.d _divtc3.d _divxc3.d _eprintf.d _ffsdi2.d _ffssi2.d _fixdfdi.d _fixsfdi.d _fixunsdfdi.d _fixunsdfsi.d _fixunssfdi.d _fixunssfsi.d _fixunsxfdi.d _fixunsxfsi.d _fixxfdi.d _floatdidf.d _floatdisf.d _floatdixf.d _floatundidf.d _floatundisf.d _floatundixf.d _lshrdi3.d _moddi3.d _muldc3.d _muldi3.d _mulsc3.d _multc3.d _mulvdi3.d _mulvsi3.d _mulxc3.d _negdi2.d _negvdi2.d _negvsi2.d _paritydi2.d _paritysi2.d _popcount_tab.d _popcountdi2.d _popcountsi2.d _powidf2.d _powisf2.d _powitf2.d _powixf2.d _subvdi3.d _subvsi3.d _trampoline.d _ucmpdi2.d _udiv_w_sdiv.d _udivdi3.d _udivmoddi4.d _umoddi3.d addtf3.d cpuinfo.d divtf3.d emutls.d enable-execute-stack.d eqtf2.d extenddftf2.d extendsftf2.d extendxftf2.d fixtfdi.d fixtfsi.d fixtfti.d fixunstfdi.d fixunstfsi.d fixunstfti.d floatditf.d floatsitf.d floattitf.d floatunditf.d floatunsitf.d floatuntitf.d getf2.d letf2.d multf3.d negtf2.d sfp-exceptions.d subtf3.d trunctfdf2.d trunctfsf2.d trunctfxf2.d unordtf2.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d __gcc_bcmp.d.tmp __main.d.tmp _absvdi2.d.tmp _absvsi2.d.tmp _addvdi3.d.tmp _addvsi3.d.tmp _ashldi3.d.tmp _ashrdi3.d.tmp _bswapdi2.d.tmp _bswapsi2.d.tmp _clear_cache.d.tmp _clrsbdi2.d.tmp _clrsbsi2.d.tmp _clz.d.tmp _clzdi2.d.tmp _clzsi2.d.tmp _cmpdi2.d.tmp _ctors.d.tmp _ctzdi2.d.tmp _ctzsi2.d.tmp _divdc3.d.tmp _divdi3.d.tmp _divmoddi4.d.tmp _divsc3.d.tmp _divtc3.d.tmp _divxc3.d.tmp _eprintf.d.tmp _ffsdi2.d.tmp _ffssi2.d.tmp _fixdfdi.d.tmp _fixsfdi.d.tmp _fixunsdfdi.d.tmp _fixunsdfsi.d.tmp _fixunssfdi.d.tmp _fixunssfsi.d.tmp _fixunsxfdi.d.tmp _fixunsxfsi.d.tmp _fixxfdi.d.tmp _floatdidf.d.tmp _floatdisf.d.tmp _floatdixf.d.tmp _floatundidf.d.tmp _floatundisf.d.tmp _floatundixf.d.tmp _lshrdi3.d.tmp _moddi3.d.tmp _muldc3.d.tmp _muldi3.d.tmp _mulsc3.d.tmp _multc3.d.tmp _mulvdi3.d.tmp _mulvsi3.d.tmp _mulxc3.d.tmp _negdi2.d.tmp _negvdi2.d.tmp _negvsi2.d.tmp _paritydi2.d.tmp _paritysi2.d.tmp _popcount_tab.d.tmp _popcountdi2.d.tmp _popcountsi2.d.tmp _powidf2.d.tmp _powisf2.d.tmp _powitf2.d.tmp _powixf2.d.tmp _subvdi3.d.tmp _subvsi3.d.tmp _trampoline.d.tmp _ucmpdi2.d.tmp _udiv_w_sdiv.d.tmp _udivdi3.d.tmp _udivmoddi4.d.tmp _umoddi3.d.tmp addtf3.d.tmp cpuinfo.d.tmp divtf3.d.tmp emutls.d.tmp enable-execute-stack.d.tmp eqtf2.d.tmp extenddftf2.d.tmp extendsftf2.d.tmp extendxftf2.d.tmp fixtfdi.d.tmp fixtfsi.d.tmp fixtfti.d.tmp fixunstfdi.d.tmp fixunstfsi.d.tmp fixunstfti.d.tmp floatditf.d.tmp floatsitf.d.tmp floattitf.d.tmp floatunditf.d.tmp floatunsitf.d.tmp floatuntitf.d.tmp getf2.d.tmp letf2.d.tmp multf3.d.tmp negtf2.d.tmp sfp-exceptions.d.tmp subtf3.d.tmp trunctfdf2.d.tmp trunctfsf2.d.tmp trunctfxf2.d.tmp unordtf2.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_pic.a libevent_pthreads.so.* libevent_pthreads.so evthread_pthread.pico evthread_pthread.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend __gcc_bcmp.d __main.d _absvdi2.d _absvsi2.d _addvdi3.d _addvsi3.d _ashldi3.d _ashrdi3.d _bswapdi2.d _bswapsi2.d _clear_cache.d _clrsbdi2.d _clrsbsi2.d _clz.d _clzdi2.d _clzsi2.d _cmpdi2.d _ctors.d _ctzdi2.d _ctzsi2.d _divdc3.d _divdi3.d _divmoddi4.d _divsc3.d _divtc3.d _divxc3.d _eprintf.d _ffsdi2.d _ffssi2.d _fixdfdi.d _fixsfdi.d _fixunsdfdi.d _fixunsdfsi.d _fixunssfdi.d _fixunssfsi.d _fixunsxfdi.d _fixunsxfsi.d _fixxfdi.d _floatdidf.d _floatdisf.d _floatdixf.d _floatundidf.d _floatundisf.d _floatundixf.d _lshrdi3.d _moddi3.d _muldc3.d _muldi3.d _mulsc3.d _multc3.d _mulvdi3.d _mulvsi3.d _mulxc3.d _negdi2.d _negvdi2.d _negvsi2.d _paritydi2.d _paritysi2.d _popcount_tab.d _popcountdi2.d _popcountsi2.d _powidf2.d _powisf2.d _powitf2.d _powixf2.d _subvdi3.d _subvsi3.d _trampoline.d _ucmpdi2.d _udiv_w_sdiv.d _udivdi3.d _udivmoddi4.d _umoddi3.d addtf3.d cpuinfo.d divtf3.d emutls.d enable-execute-stack.d eqtf2.d extenddftf2.d extendsftf2.d extendxftf2.d fixtfdi.d fixtfsi.d fixtfti.d fixunstfdi.d fixunstfsi.d fixunstfti.d floatditf.d floatsitf.d floattitf.d floatunditf.d floatunsitf.d floatuntitf.d getf2.d letf2.d multf3.d negtf2.d sfp-exceptions.d subtf3.d trunctfdf2.d trunctfsf2.d trunctfxf2.d unordtf2.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d __gcc_bcmp.d.tmp __main.d.tmp _absvdi2.d.tmp _absvsi2.d.tmp _addvdi3.d.tmp _addvsi3.d.tmp _ashldi3.d.tmp _ashrdi3.d.tmp _bswapdi2.d.tmp _bswapsi2.d.tmp _clear_cache.d.tmp _clrsbdi2.d.tmp _clrsbsi2.d.tmp _clz.d.tmp _clzdi2.d.tmp _clzsi2.d.tmp _cmpdi2.d.tmp _ctors.d.tmp _ctzdi2.d.tmp _ctzsi2.d.tmp _divdc3.d.tmp _divdi3.d.tmp _divmoddi4.d.tmp _divsc3.d.tmp _divtc3.d.tmp _divxc3.d.tmp _eprintf.d.tmp _ffsdi2.d.tmp _ffssi2.d.tmp _fixdfdi.d.tmp _fixsfdi.d.tmp _fixunsdfdi.d.tmp _fixunsdfsi.d.tmp _fixunssfdi.d.tmp _fixunssfsi.d.tmp _fixunsxfdi.d.tmp _fixunsxfsi.d.tmp _fixxfdi.d.tmp _floatdidf.d.tmp _floatdisf.d.tmp _floatdixf.d.tmp _floatundidf.d.tmp _floatundisf.d.tmp _floatundixf.d.tmp _lshrdi3.d.tmp _moddi3.d.tmp _muldc3.d.tmp _muldi3.d.tmp _mulsc3.d.tmp _multc3.d.tmp _mulvdi3.d.tmp _mulvsi3.d.tmp _mulxc3.d.tmp _negdi2.d.tmp _negvdi2.d.tmp _negvsi2.d.tmp _paritydi2.d.tmp _paritysi2.d.tmp _popcount_tab.d.tmp _popcountdi2.d.tmp _popcountsi2.d.tmp _powidf2.d.tmp _powisf2.d.tmp _powitf2.d.tmp _powixf2.d.tmp _subvdi3.d.tmp _subvsi3.d.tmp _trampoline.d.tmp _ucmpdi2.d.tmp _udiv_w_sdiv.d.tmp _udivdi3.d.tmp _udivmoddi4.d.tmp _umoddi3.d.tmp addtf3.d.tmp cpuinfo.d.tmp divtf3.d.tmp emutls.d.tmp enable-execute-stack.d.tmp eqtf2.d.tmp extenddftf2.d.tmp extendsftf2.d.tmp extendxftf2.d.tmp fixtfdi.d.tmp fixtfsi.d.tmp fixtfti.d.tmp fixunstfdi.d.tmp fixunstfsi.d.tmp fixunstfti.d.tmp floatditf.d.tmp floatsitf.d.tmp floattitf.d.tmp floatunditf.d.tmp floatunsitf.d.tmp floatuntitf.d.tmp getf2.d.tmp letf2.d.tmp multf3.d.tmp negtf2.d.tmp sfp-exceptions.d.tmp subtf3.d.tmp trunctfdf2.d.tmp trunctfsf2.d.tmp trunctfxf2.d.tmp unordtf2.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads_pic.a libevent_pthreads.so.* libevent_pthreads.so evthread_pthread.pico evthread_pthread.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- cleandir-libgcc_eh --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f llib-levent_pthreads.ln evthread_pthread.ln || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libgcc/libgcc_eh --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f llib-levent_pthreads.ln evthread_pthread.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f libevent_pthreads.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh.a unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o empty.o unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp empty.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libevent/lib/libevent_pthreads && rm -f .depend evthread_pthread.d evthread_pthread.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh.a unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o empty.o unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp empty.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libevent/lib/libevent_pthreads && rm -f .depend evthread_pthread.d evthread_pthread.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_p.a || true) --- cleandir-lib --- --- cleandir-../external/bsd/libproc/lib --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_p.a || true) --- cleandir-lib --- cleandir ===> lib/../external/bsd/libproc/lib --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f libgcc_eh_pic.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f libproc.a proc_bkpt.o proc_create.o proc_regs.o proc_sym.o proc_rtld.o proc_util.o proc_bkpt.o.tmp proc_create.o.tmp proc_regs.o.tmp proc_sym.o.tmp proc_rtld.o.tmp proc_util.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f llib-lgcc_eh.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln empty.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f libproc.a proc_bkpt.o proc_create.o proc_regs.o proc_sym.o proc_rtld.o proc_util.o proc_bkpt.o.tmp proc_create.o.tmp proc_regs.o.tmp proc_sym.o.tmp proc_rtld.o.tmp proc_util.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f llib-lgcc_eh.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln empty.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f libproc_p.a proc_bkpt.po proc_create.po proc_regs.po proc_sym.po proc_rtld.po proc_util.po proc_bkpt.po.tmp proc_create.po.tmp proc_regs.po.tmp proc_sym.po.tmp proc_rtld.po.tmp proc_util.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc_eh.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f libproc_p.a proc_bkpt.po proc_create.po proc_regs.po proc_sym.po proc_rtld.po proc_util.po proc_bkpt.po.tmp proc_create.po.tmp proc_regs.po.tmp proc_sym.po.tmp proc_rtld.po.tmp proc_util.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc_eh.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f libproc_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f libproc_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend empty.d emutls.d enable-execute-stack.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d empty.d.tmp emutls.d.tmp enable-execute-stack.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_eh && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend empty.d emutls.d enable-execute-stack.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d empty.d.tmp emutls.d.tmp enable-execute-stack.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f libproc_pic.a libproc.so.* libproc.so proc_bkpt.pico proc_create.pico proc_regs.pico proc_sym.pico proc_rtld.pico proc_util.pico proc_bkpt.pico.tmp proc_create.pico.tmp proc_regs.pico.tmp proc_sym.pico.tmp proc_rtld.pico.tmp proc_util.pico.tmp || true) --- cleandir-external --- --- cleandir-libgcc_s --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f libproc_pic.a libproc.so.* libproc.so proc_bkpt.pico proc_create.pico proc_regs.pico proc_sym.pico proc_rtld.pico proc_util.pico proc_bkpt.pico.tmp proc_create.pico.tmp proc_regs.pico.tmp proc_sym.pico.tmp proc_rtld.pico.tmp proc_util.pico.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libgcc/libgcc_s --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f llib-lproc.ln proc_bkpt.ln proc_create.ln proc_regs.ln proc_sym.ln proc_rtld.ln proc_util.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f llib-lproc.ln proc_bkpt.ln proc_create.ln proc_regs.ln proc_sym.ln proc_rtld.ln proc_util.ln || true) --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f libproc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s.a _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o cpuinfo.o sfp-exceptions.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o enable-execute-stack.o _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _cmpdi2.o.tmp _ucmpdi2.o.tmp _clear_cache.o.tmp _trampoline.o.tmp __main.o.tmp _absvsi2.o.tmp _absvdi2.o.tmp _addvsi3.o.tmp _addvdi3.o.tmp _subvsi3.o.tmp _subvdi3.o.tmp _mulvsi3.o.tmp _mulvdi3.o.tmp _negvsi2.o.tmp _negvdi2.o.tmp _ctors.o.tmp _ffssi2.o.tmp _ffsdi2.o.tmp _clz.o.tmp _clzsi2.o.tmp _clzdi2.o.tmp _ctzsi2.o.tmp _ctzdi2.o.tmp _popcount_tab.o.tmp _popcountsi2.o.tmp _popcountdi2.o.tmp _paritysi2.o.tmp _paritydi2.o.tmp _powisf2.o.tmp _powidf2.o.tmp _powixf2.o.tmp _powitf2.o.tmp _mulsc3.o.tmp _muldc3.o.tmp _mulxc3.o.tmp _multc3.o.tmp _divsc3.o.tmp _divdc3.o.tmp _divxc3.o.tmp _divtc3.o.tmp _bswapsi2.o.tmp _bswapdi2.o.tmp _clrsbsi2.o.tmp _clrsbdi2.o.tmp _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _fixsfdi.o.tmp _fixdfdi.o.tmp _fixxfdi.o.tmp _fixunssfdi.o.tmp _fixunsdfdi.o.tmp _fixunsxfdi.o.tmp _floatdisf.o.tmp _floatdidf.o.tmp _floatdixf.o.tmp _floatundisf.o.tmp _floatundidf.o.tmp _floatundixf.o.tmp _fixunssfsi.o.tmp _fixunsdfsi.o.tmp _fixunsxfsi.o.tmp _divdi3.o.tmp _moddi3.o.tmp _divmoddi4.o.tmp _udivdi3.o.tmp _umoddi3.o.tmp _udivmoddi4.o.tmp _udiv_w_sdiv.o.tmp unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp cpuinfo.o.tmp sfp-exceptions.o.tmp addtf3.o.tmp divtf3.o.tmp eqtf2.o.tmp getf2.o.tmp letf2.o.tmp multf3.o.tmp negtf2.o.tmp subtf3.o.tmp unordtf2.o.tmp fixtfsi.o.tmp fixunstfsi.o.tmp floatsitf.o.tmp floatunsitf.o.tmp fixtfdi.o.tmp fixunstfdi.o.tmp floatditf.o.tmp floatunditf.o.tmp fixtfti.o.tmp fixunstfti.o.tmp floattitf.o.tmp floatuntitf.o.tmp extendsftf2.o.tmp extenddftf2.o.tmp extendxftf2.o.tmp trunctfsf2.o.tmp trunctfdf2.o.tmp trunctfxf2.o.tmp enable-execute-stack.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f libproc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s.a _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o cpuinfo.o sfp-exceptions.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o enable-execute-stack.o _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _cmpdi2.o.tmp _ucmpdi2.o.tmp _clear_cache.o.tmp _trampoline.o.tmp __main.o.tmp _absvsi2.o.tmp _absvdi2.o.tmp _addvsi3.o.tmp _addvdi3.o.tmp _subvsi3.o.tmp _subvdi3.o.tmp _mulvsi3.o.tmp _mulvdi3.o.tmp _negvsi2.o.tmp _negvdi2.o.tmp _ctors.o.tmp _ffssi2.o.tmp _ffsdi2.o.tmp _clz.o.tmp _clzsi2.o.tmp _clzdi2.o.tmp _ctzsi2.o.tmp _ctzdi2.o.tmp _popcount_tab.o.tmp _popcountsi2.o.tmp _popcountdi2.o.tmp _paritysi2.o.tmp _paritydi2.o.tmp _powisf2.o.tmp _powidf2.o.tmp _powixf2.o.tmp _powitf2.o.tmp _mulsc3.o.tmp _muldc3.o.tmp _mulxc3.o.tmp _multc3.o.tmp _divsc3.o.tmp _divdc3.o.tmp _divxc3.o.tmp _divtc3.o.tmp _bswapsi2.o.tmp _bswapdi2.o.tmp _clrsbsi2.o.tmp _clrsbdi2.o.tmp _muldi3.o.tmp _negdi2.o.tmp _lshrdi3.o.tmp _ashldi3.o.tmp _ashrdi3.o.tmp _fixsfdi.o.tmp _fixdfdi.o.tmp _fixxfdi.o.tmp _fixunssfdi.o.tmp _fixunsdfdi.o.tmp _fixunsxfdi.o.tmp _floatdisf.o.tmp _floatdidf.o.tmp _floatdixf.o.tmp _floatundisf.o.tmp _floatundidf.o.tmp _floatundixf.o.tmp _fixunssfsi.o.tmp _fixunsdfsi.o.tmp _fixunsxfsi.o.tmp _divdi3.o.tmp _moddi3.o.tmp _divmoddi4.o.tmp _udivdi3.o.tmp _umoddi3.o.tmp _udivmoddi4.o.tmp _udiv_w_sdiv.o.tmp unwind-dw2.o.tmp unwind-dw2-fde-dip.o.tmp unwind-sjlj.o.tmp unwind-c.o.tmp emutls.o.tmp cpuinfo.o.tmp sfp-exceptions.o.tmp addtf3.o.tmp divtf3.o.tmp eqtf2.o.tmp getf2.o.tmp letf2.o.tmp multf3.o.tmp negtf2.o.tmp subtf3.o.tmp unordtf2.o.tmp fixtfsi.o.tmp fixunstfsi.o.tmp floatsitf.o.tmp floatunsitf.o.tmp fixtfdi.o.tmp fixunstfdi.o.tmp floatditf.o.tmp floatunditf.o.tmp fixtfti.o.tmp fixunstfti.o.tmp floattitf.o.tmp floatuntitf.o.tmp extendsftf2.o.tmp extenddftf2.o.tmp extendxftf2.o.tmp trunctfsf2.o.tmp trunctfdf2.o.tmp trunctfxf2.o.tmp enable-execute-stack.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/libproc/lib && rm -f .depend proc_bkpt.d proc_create.d proc_regs.d proc_rtld.d proc_sym.d proc_util.d proc_bkpt.d.tmp proc_create.d.tmp proc_regs.d.tmp proc_rtld.d.tmp proc_sym.d.tmp proc_util.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/libproc/lib && rm -f .depend proc_bkpt.d proc_create.d proc_regs.d proc_rtld.d proc_sym.d proc_util.d proc_bkpt.d.tmp proc_create.d.tmp proc_regs.d.tmp proc_rtld.d.tmp proc_sym.d.tmp proc_util.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_p.a || true) --- cleandir-lib --- --- cleandir-../external/bsd/fetch/lib --- cleandir ===> lib/../external/bsd/fetch/lib --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_pic.a libgcc_s.so.* libgcc_s.so _muldi3.pico _negdi2.pico _lshrdi3.pico _ashldi3.pico _ashrdi3.pico _cmpdi2.pico _ucmpdi2.pico _clear_cache.pico _trampoline.pico __main.pico _absvsi2.pico _absvdi2.pico _addvsi3.pico _addvdi3.pico _subvsi3.pico _subvdi3.pico _mulvsi3.pico _mulvdi3.pico _negvsi2.pico _negvdi2.pico _ctors.pico _ffssi2.pico _ffsdi2.pico _clz.pico _clzsi2.pico _clzdi2.pico _ctzsi2.pico _ctzdi2.pico _popcount_tab.pico _popcountsi2.pico _popcountdi2.pico _paritysi2.pico _paritydi2.pico _powisf2.pico _powidf2.pico _powixf2.pico _powitf2.pico _mulsc3.pico _muldc3.pico _mulxc3.pico _multc3.pico _divsc3.pico _divdc3.pico _divxc3.pico _divtc3.pico _bswapsi2.pico _bswapdi2.pico _clrsbsi2.pico _clrsbdi2.pico _muldi3.pico _negdi2.pico _lshrdi3.pico _ashldi3.pico _ashrdi3.pico _fixsfdi.pico _fixdfdi.pico _fixxfdi.pico _fixunssfdi.pico _fixunsdfdi.pico _fixunsxfdi.pico _floatdisf.pico _floatdidf.pico _floatdixf.pico _floatundisf.pico _floatundidf.pico _floatundixf.pico _fixunssfsi.pico _fixunsdfsi.pico _fixunsxfsi.pico _divdi3.pico _moddi3.pico _divmoddi4.pico _udivdi3.pico _umoddi3.pico _udivmoddi4.pico _udiv_w_sdiv.pico unwind-dw2.pico unwind-dw2-fde-dip.pico unwind-sjlj.pico unwind-c.pico emutls.pico cpuinfo.pico sfp-exceptions.pico addtf3.pico divtf3.pico eqtf2.pico getf2.pico letf2.pico multf3.pico negtf2.pico subtf3.pico unordtf2.pico fixtfsi.pico fixunstfsi.pico floatsitf.pico floatunsitf.pico fixtfdi.pico fixunstfdi.pico floatditf.pico floatunditf.pico fixtfti.pico fixunstfti.pico floattitf.pico floatuntitf.pico extendsftf2.pico extenddftf2.pico extendxftf2.pico trunctfsf2.pico trunctfdf2.pico trunctfxf2.pico enable-execute-stack.pico _muldi3.pico.tmp _negdi2.pico.tmp _lshrdi3.pico.tmp _ashldi3.pico.tmp _ashrdi3.pico.tmp _cmpdi2.pico.tmp _ucmpdi2.pico.tmp _clear_cache.pico.tmp _trampoline.pico.tmp __main.pico.tmp _absvsi2.pico.tmp _absvdi2.pico.tmp _addvsi3.pico.tmp _addvdi3.pico.tmp _subvsi3.pico.tmp _subvdi3.pico.tmp _mulvsi3.pico.tmp _mulvdi3.pico.tmp _negvsi2.pico.tmp _negvdi2.pico.tmp _ctors.pico.tmp _ffssi2.pico.tmp _ffsdi2.pico.tmp _clz.pico.tmp _clzsi2.pico.tmp _clzdi2.pico.tmp _ctzsi2.pico.tmp _ctzdi2.pico.tmp _popcount_tab.pico.tmp _popcountsi2.pico.tmp _popcountdi2.pico.tmp _paritysi2.pico.tmp _paritydi2.pico.tmp _powisf2.pico.tmp _powidf2.pico.tmp _powixf2.pico.tmp _powitf2.pico.tmp _mulsc3.pico.tmp _muldc3.pico.tmp _mulxc3.pico.tmp _multc3.pico.tmp _divsc3.pico.tmp _divdc3.pico.tmp _divxc3.pico.tmp _divtc3.pico.tmp _bswapsi2.pico.tmp _bswapdi2.pico.tmp _clrsbsi2.pico.tmp _clrsbdi2.pico.tmp _muldi3.pico.tmp _negdi2.pico.tmp _lshrdi3.pico.tmp _ashldi3.pico.tmp _ashrdi3.pico.tmp _fixsfdi.pico.tmp _fixdfdi.pico.tmp _fixxfdi.pico.tmp _fixunssfdi.pico.tmp _fixunsdfdi.pico.tmp _fixunsxfdi.pico.tmp _floatdisf.pico.tmp _floatdidf.pico.tmp _floatdixf.pico.tmp _floatundisf.pico.tmp _floatundidf.pico.tmp _floatundixf.pico.tmp _fixunssfsi.pico.tmp _fixunsdfsi.pico.tmp _fixunsxfsi.pico.tmp _divdi3.pico.tmp _moddi3.pico.tmp _divmoddi4.pico.tmp _udivdi3.pico.tmp _umoddi3.pico.tmp _udivmoddi4.pico.tmp _udiv_w_sdiv.pico.tmp unwind-dw2.pico.tmp unwind-dw2-fde-dip.pico.tmp unwind-sjlj.pico.tmp unwind-c.pico.tmp emutls.pico.tmp cpuinfo.pico.tmp sfp-exceptions.pico.tmp addtf3.pico.tmp divtf3.pico.tmp eqtf2.pico.tmp getf2.pico.tmp letf2.pico.tmp multf3.pico.tmp negtf2.pico.tmp subtf3.pico.tmp unordtf2.pico.tmp fixtfsi.pico.tmp fixunstfsi.pico.tmp floatsitf.pico.tmp floatunsitf.pico.tmp fixtfdi.pico.tmp fixunstfdi.pico.tmp floatditf.pico.tmp floatunditf.pico.tmp fixtfti.pico.tmp fixunstfti.pico.tmp floattitf.pico.tmp floatuntitf.pico.tmp extendsftf2.pico.tmp extenddftf2.pico.tmp extendxftf2.pico.tmp trunctfsf2.pico.tmp trunctfdf2.pico.tmp trunctfxf2.pico.tmp enable-execute-stack.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc_s_pic.a libgcc_s.so.* libgcc_s.so _muldi3.pico _negdi2.pico _lshrdi3.pico _ashldi3.pico _ashrdi3.pico _cmpdi2.pico _ucmpdi2.pico _clear_cache.pico _trampoline.pico __main.pico _absvsi2.pico _absvdi2.pico _addvsi3.pico _addvdi3.pico _subvsi3.pico _subvdi3.pico _mulvsi3.pico _mulvdi3.pico _negvsi2.pico _negvdi2.pico _ctors.pico _ffssi2.pico _ffsdi2.pico _clz.pico _clzsi2.pico _clzdi2.pico _ctzsi2.pico _ctzdi2.pico _popcount_tab.pico _popcountsi2.pico _popcountdi2.pico _paritysi2.pico _paritydi2.pico _powisf2.pico _powidf2.pico _powixf2.pico _powitf2.pico _mulsc3.pico _muldc3.pico _mulxc3.pico _multc3.pico _divsc3.pico _divdc3.pico _divxc3.pico _divtc3.pico _bswapsi2.pico _bswapdi2.pico _clrsbsi2.pico _clrsbdi2.pico _muldi3.pico _negdi2.pico _lshrdi3.pico _ashldi3.pico _ashrdi3.pico _fixsfdi.pico _fixdfdi.pico _fixxfdi.pico _fixunssfdi.pico _fixunsdfdi.pico _fixunsxfdi.pico _floatdisf.pico _floatdidf.pico _floatdixf.pico _floatundisf.pico _floatundidf.pico _floatundixf.pico _fixunssfsi.pico _fixunsdfsi.pico _fixunsxfsi.pico _divdi3.pico _moddi3.pico _divmoddi4.pico _udivdi3.pico _umoddi3.pico _udivmoddi4.pico _udiv_w_sdiv.pico unwind-dw2.pico unwind-dw2-fde-dip.pico unwind-sjlj.pico unwind-c.pico emutls.pico cpuinfo.pico sfp-exceptions.pico addtf3.pico divtf3.pico eqtf2.pico getf2.pico letf2.pico multf3.pico negtf2.pico subtf3.pico unordtf2.pico fixtfsi.pico fixunstfsi.pico floatsitf.pico floatunsitf.pico fixtfdi.pico fixunstfdi.pico floatditf.pico floatunditf.pico fixtfti.pico fixunstfti.pico floattitf.pico floatuntitf.pico extendsftf2.pico extenddftf2.pico extendxftf2.pico trunctfsf2.pico trunctfdf2.pico trunctfxf2.pico enable-execute-stack.pico _muldi3.pico.tmp _negdi2.pico.tmp _lshrdi3.pico.tmp _ashldi3.pico.tmp _ashrdi3.pico.tmp _cmpdi2.pico.tmp _ucmpdi2.pico.tmp _clear_cache.pico.tmp _trampoline.pico.tmp __main.pico.tmp _absvsi2.pico.tmp _absvdi2.pico.tmp _addvsi3.pico.tmp _addvdi3.pico.tmp _subvsi3.pico.tmp _subvdi3.pico.tmp _mulvsi3.pico.tmp _mulvdi3.pico.tmp _negvsi2.pico.tmp _negvdi2.pico.tmp _ctors.pico.tmp _ffssi2.pico.tmp _ffsdi2.pico.tmp _clz.pico.tmp _clzsi2.pico.tmp _clzdi2.pico.tmp _ctzsi2.pico.tmp _ctzdi2.pico.tmp _popcount_tab.pico.tmp _popcountsi2.pico.tmp _popcountdi2.pico.tmp _paritysi2.pico.tmp _paritydi2.pico.tmp _powisf2.pico.tmp _powidf2.pico.tmp _powixf2.pico.tmp _powitf2.pico.tmp _mulsc3.pico.tmp _muldc3.pico.tmp _mulxc3.pico.tmp _multc3.pico.tmp _divsc3.pico.tmp _divdc3.pico.tmp _divxc3.pico.tmp _divtc3.pico.tmp _bswapsi2.pico.tmp _bswapdi2.pico.tmp _clrsbsi2.pico.tmp _clrsbdi2.pico.tmp _muldi3.pico.tmp _negdi2.pico.tmp _lshrdi3.pico.tmp _ashldi3.pico.tmp _ashrdi3.pico.tmp _fixsfdi.pico.tmp _fixdfdi.pico.tmp _fixxfdi.pico.tmp _fixunssfdi.pico.tmp _fixunsdfdi.pico.tmp _fixunsxfdi.pico.tmp _floatdisf.pico.tmp _floatdidf.pico.tmp _floatdixf.pico.tmp _floatundisf.pico.tmp _floatundidf.pico.tmp _floatundixf.pico.tmp _fixunssfsi.pico.tmp _fixunsdfsi.pico.tmp _fixunsxfsi.pico.tmp _divdi3.pico.tmp _moddi3.pico.tmp _divmoddi4.pico.tmp _udivdi3.pico.tmp _umoddi3.pico.tmp _udivmoddi4.pico.tmp _udiv_w_sdiv.pico.tmp unwind-dw2.pico.tmp unwind-dw2-fde-dip.pico.tmp unwind-sjlj.pico.tmp unwind-c.pico.tmp emutls.pico.tmp cpuinfo.pico.tmp sfp-exceptions.pico.tmp addtf3.pico.tmp divtf3.pico.tmp eqtf2.pico.tmp getf2.pico.tmp letf2.pico.tmp multf3.pico.tmp negtf2.pico.tmp subtf3.pico.tmp unordtf2.pico.tmp fixtfsi.pico.tmp fixunstfsi.pico.tmp floatsitf.pico.tmp floatunsitf.pico.tmp fixtfdi.pico.tmp fixunstfdi.pico.tmp floatditf.pico.tmp floatunditf.pico.tmp fixtfti.pico.tmp fixunstfti.pico.tmp floattitf.pico.tmp floatuntitf.pico.tmp extendsftf2.pico.tmp extenddftf2.pico.tmp extendxftf2.pico.tmp trunctfsf2.pico.tmp trunctfdf2.pico.tmp trunctfxf2.pico.tmp enable-execute-stack.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f libfetch.a fetch.o common.o ftp.o http.o file.o fetch.o.tmp common.o.tmp ftp.o.tmp http.o.tmp file.o.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f libfetch.a fetch.o common.o ftp.o http.o file.o fetch.o.tmp common.o.tmp ftp.o.tmp http.o.tmp file.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f llib-lgcc_s.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _cmpdi2.ln _ucmpdi2.ln _clear_cache.ln _trampoline.ln __main.ln _absvsi2.ln _absvdi2.ln _addvsi3.ln _addvdi3.ln _subvsi3.ln _subvdi3.ln _mulvsi3.ln _mulvdi3.ln _negvsi2.ln _negvdi2.ln _ctors.ln _ffssi2.ln _ffsdi2.ln _clz.ln _clzsi2.ln _clzdi2.ln _ctzsi2.ln _ctzdi2.ln _popcount_tab.ln _popcountsi2.ln _popcountdi2.ln _paritysi2.ln _paritydi2.ln _powisf2.ln _powidf2.ln _powixf2.ln _powitf2.ln _mulsc3.ln _muldc3.ln _mulxc3.ln _multc3.ln _divsc3.ln _divdc3.ln _divxc3.ln _divtc3.ln _bswapsi2.ln _bswapdi2.ln _clrsbsi2.ln _clrsbdi2.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _fixsfdi.ln _fixdfdi.ln _fixxfdi.ln _fixunssfdi.ln _fixunsdfdi.ln _fixunsxfdi.ln _floatdisf.ln _floatdidf.ln _floatdixf.ln _floatundisf.ln _floatundidf.ln _floatundixf.ln _fixunssfsi.ln _fixunsdfsi.ln _fixunsxfsi.ln _divdi3.ln _moddi3.ln _divmoddi4.ln _udivdi3.ln _umoddi3.ln _udivmoddi4.ln _udiv_w_sdiv.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln cpuinfo.ln sfp-exceptions.ln addtf3.ln divtf3.ln eqtf2.ln getf2.ln letf2.ln multf3.ln negtf2.ln subtf3.ln unordtf2.ln fixtfsi.ln fixunstfsi.ln floatsitf.ln floatunsitf.ln fixtfdi.ln fixunstfdi.ln floatditf.ln floatunditf.ln fixtfti.ln fixunstfti.ln floattitf.ln floatuntitf.ln extendsftf2.ln extenddftf2.ln extendxftf2.ln trunctfsf2.ln trunctfdf2.ln trunctfxf2.ln enable-execute-stack.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f llib-lgcc_s.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _cmpdi2.ln _ucmpdi2.ln _clear_cache.ln _trampoline.ln __main.ln _absvsi2.ln _absvdi2.ln _addvsi3.ln _addvdi3.ln _subvsi3.ln _subvdi3.ln _mulvsi3.ln _mulvdi3.ln _negvsi2.ln _negvdi2.ln _ctors.ln _ffssi2.ln _ffsdi2.ln _clz.ln _clzsi2.ln _clzdi2.ln _ctzsi2.ln _ctzdi2.ln _popcount_tab.ln _popcountsi2.ln _popcountdi2.ln _paritysi2.ln _paritydi2.ln _powisf2.ln _powidf2.ln _powixf2.ln _powitf2.ln _mulsc3.ln _muldc3.ln _mulxc3.ln _multc3.ln _divsc3.ln _divdc3.ln _divxc3.ln _divtc3.ln _bswapsi2.ln _bswapdi2.ln _clrsbsi2.ln _clrsbdi2.ln _muldi3.ln _negdi2.ln _lshrdi3.ln _ashldi3.ln _ashrdi3.ln _fixsfdi.ln _fixdfdi.ln _fixxfdi.ln _fixunssfdi.ln _fixunsdfdi.ln _fixunsxfdi.ln _floatdisf.ln _floatdidf.ln _floatdixf.ln _floatundisf.ln _floatundidf.ln _floatundixf.ln _fixunssfsi.ln _fixunsdfsi.ln _fixunsxfsi.ln _divdi3.ln _moddi3.ln _divmoddi4.ln _udivdi3.ln _umoddi3.ln _udivmoddi4.ln _udiv_w_sdiv.ln unwind-dw2.ln unwind-dw2-fde-dip.ln unwind-sjlj.ln unwind-c.ln emutls.ln cpuinfo.ln sfp-exceptions.ln addtf3.ln divtf3.ln eqtf2.ln getf2.ln letf2.ln multf3.ln negtf2.ln subtf3.ln unordtf2.ln fixtfsi.ln fixunstfsi.ln floatsitf.ln floatunsitf.ln fixtfdi.ln fixunstfdi.ln floatditf.ln floatunditf.ln fixtfti.ln fixunstfti.ln floattitf.ln floatuntitf.ln extendsftf2.ln extenddftf2.ln extendxftf2.ln trunctfsf2.ln trunctfdf2.ln trunctfxf2.ln enable-execute-stack.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f libfetch_p.a fetch.po common.po ftp.po http.po file.po fetch.po.tmp common.po.tmp ftp.po.tmp http.po.tmp file.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f libfetch_p.a fetch.po common.po ftp.po http.po file.po fetch.po.tmp common.po.tmp ftp.po.tmp http.po.tmp file.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc.map _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc_s.so.1.map a.out [Ee]rrs mklog core *.core libgcc-std.ver || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f libfetch_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f libgcc.map _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h libgcc_s.so.1.map a.out [Ee]rrs mklog core *.core libgcc-std.ver || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f libfetch_g.a || true) --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f libfetch_pic.a libfetch.so.* libfetch.so fetch.pico common.pico ftp.pico http.pico file.pico fetch.pico.tmp common.pico.tmp ftp.pico.tmp http.pico.tmp file.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend __main.d _absvdi2.d _absvsi2.d _addvdi3.d _addvsi3.d _ashldi3.d _ashrdi3.d _bswapdi2.d _bswapsi2.d _clear_cache.d _clrsbdi2.d _clrsbsi2.d _clz.d _clzdi2.d _clzsi2.d _cmpdi2.d _ctors.d _ctzdi2.d _ctzsi2.d _divdc3.d _divdi3.d _divmoddi4.d _divsc3.d _divtc3.d _divxc3.d _ffsdi2.d _ffssi2.d _fixdfdi.d _fixsfdi.d _fixunsdfdi.d _fixunsdfsi.d _fixunssfdi.d _fixunssfsi.d _fixunsxfdi.d _fixunsxfsi.d _fixxfdi.d _floatdidf.d _floatdisf.d _floatdixf.d _floatundidf.d _floatundisf.d _floatundixf.d _lshrdi3.d _moddi3.d _muldc3.d _muldi3.d _mulsc3.d _multc3.d _mulvdi3.d _mulvsi3.d _mulxc3.d _negdi2.d _negvdi2.d _negvsi2.d _paritydi2.d _paritysi2.d _popcount_tab.d _popcountdi2.d _popcountsi2.d _powidf2.d _powisf2.d _powitf2.d _powixf2.d _subvdi3.d _subvsi3.d _trampoline.d _ucmpdi2.d _udiv_w_sdiv.d _udivdi3.d _udivmoddi4.d _umoddi3.d addtf3.d cpuinfo.d divtf3.d emutls.d enable-execute-stack.d eqtf2.d extenddftf2.d extendsftf2.d extendxftf2.d fixtfdi.d fixtfsi.d fixtfti.d fixunstfdi.d fixunstfsi.d fixunstfti.d floatditf.d floatsitf.d floattitf.d floatunditf.d floatunsitf.d floatuntitf.d getf2.d letf2.d multf3.d negtf2.d sfp-exceptions.d subtf3.d trunctfdf2.d trunctfsf2.d trunctfxf2.d unordtf2.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d __main.d.tmp _absvdi2.d.tmp _absvsi2.d.tmp _addvdi3.d.tmp _addvsi3.d.tmp _ashldi3.d.tmp _ashrdi3.d.tmp _bswapdi2.d.tmp _bswapsi2.d.tmp _clear_cache.d.tmp _clrsbdi2.d.tmp _clrsbsi2.d.tmp _clz.d.tmp _clzdi2.d.tmp _clzsi2.d.tmp _cmpdi2.d.tmp _ctors.d.tmp _ctzdi2.d.tmp _ctzsi2.d.tmp _divdc3.d.tmp _divdi3.d.tmp _divmoddi4.d.tmp _divsc3.d.tmp _divtc3.d.tmp _divxc3.d.tmp _ffsdi2.d.tmp _ffssi2.d.tmp _fixdfdi.d.tmp _fixsfdi.d.tmp _fixunsdfdi.d.tmp _fixunsdfsi.d.tmp _fixunssfdi.d.tmp _fixunssfsi.d.tmp _fixunsxfdi.d.tmp _fixunsxfsi.d.tmp _fixxfdi.d.tmp _floatdidf.d.tmp _floatdisf.d.tmp _floatdixf.d.tmp _floatundidf.d.tmp _floatundisf.d.tmp _floatundixf.d.tmp _lshrdi3.d.tmp _moddi3.d.tmp _muldc3.d.tmp _muldi3.d.tmp _mulsc3.d.tmp _multc3.d.tmp _mulvdi3.d.tmp _mulvsi3.d.tmp _mulxc3.d.tmp _negdi2.d.tmp _negvdi2.d.tmp _negvsi2.d.tmp _paritydi2.d.tmp _paritysi2.d.tmp _popcount_tab.d.tmp _popcountdi2.d.tmp _popcountsi2.d.tmp _powidf2.d.tmp _powisf2.d.tmp _powitf2.d.tmp _powixf2.d.tmp _subvdi3.d.tmp _subvsi3.d.tmp _trampoline.d.tmp _ucmpdi2.d.tmp _udiv_w_sdiv.d.tmp _udivdi3.d.tmp _udivmoddi4.d.tmp _umoddi3.d.tmp addtf3.d.tmp cpuinfo.d.tmp divtf3.d.tmp emutls.d.tmp enable-execute-stack.d.tmp eqtf2.d.tmp extenddftf2.d.tmp extendsftf2.d.tmp extendxftf2.d.tmp fixtfdi.d.tmp fixtfsi.d.tmp fixtfti.d.tmp fixunstfdi.d.tmp fixunstfsi.d.tmp fixunstfti.d.tmp floatditf.d.tmp floatsitf.d.tmp floattitf.d.tmp floatunditf.d.tmp floatunsitf.d.tmp floatuntitf.d.tmp getf2.d.tmp letf2.d.tmp multf3.d.tmp negtf2.d.tmp sfp-exceptions.d.tmp subtf3.d.tmp trunctfdf2.d.tmp trunctfsf2.d.tmp trunctfxf2.d.tmp unordtf2.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f libfetch_pic.a libfetch.so.* libfetch.so fetch.pico common.pico ftp.pico http.pico file.pico fetch.pico.tmp common.pico.tmp ftp.pico.tmp http.pico.tmp file.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcc_s && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend __main.d _absvdi2.d _absvsi2.d _addvdi3.d _addvsi3.d _ashldi3.d _ashrdi3.d _bswapdi2.d _bswapsi2.d _clear_cache.d _clrsbdi2.d _clrsbsi2.d _clz.d _clzdi2.d _clzsi2.d _cmpdi2.d _ctors.d _ctzdi2.d _ctzsi2.d _divdc3.d _divdi3.d _divmoddi4.d _divsc3.d _divtc3.d _divxc3.d _ffsdi2.d _ffssi2.d _fixdfdi.d _fixsfdi.d _fixunsdfdi.d _fixunsdfsi.d _fixunssfdi.d _fixunssfsi.d _fixunsxfdi.d _fixunsxfsi.d _fixxfdi.d _floatdidf.d _floatdisf.d _floatdixf.d _floatundidf.d _floatundisf.d _floatundixf.d _lshrdi3.d _moddi3.d _muldc3.d _muldi3.d _mulsc3.d _multc3.d _mulvdi3.d _mulvsi3.d _mulxc3.d _negdi2.d _negvdi2.d _negvsi2.d _paritydi2.d _paritysi2.d _popcount_tab.d _popcountdi2.d _popcountsi2.d _powidf2.d _powisf2.d _powitf2.d _powixf2.d _subvdi3.d _subvsi3.d _trampoline.d _ucmpdi2.d _udiv_w_sdiv.d _udivdi3.d _udivmoddi4.d _umoddi3.d addtf3.d cpuinfo.d divtf3.d emutls.d enable-execute-stack.d eqtf2.d extenddftf2.d extendsftf2.d extendxftf2.d fixtfdi.d fixtfsi.d fixtfti.d fixunstfdi.d fixunstfsi.d fixunstfti.d floatditf.d floatsitf.d floattitf.d floatunditf.d floatunsitf.d floatuntitf.d getf2.d letf2.d multf3.d negtf2.d sfp-exceptions.d subtf3.d trunctfdf2.d trunctfsf2.d trunctfxf2.d unordtf2.d unwind-c.d unwind-dw2-fde-dip.d unwind-dw2.d unwind-sjlj.d __main.d.tmp _absvdi2.d.tmp _absvsi2.d.tmp _addvdi3.d.tmp _addvsi3.d.tmp _ashldi3.d.tmp _ashrdi3.d.tmp _bswapdi2.d.tmp _bswapsi2.d.tmp _clear_cache.d.tmp _clrsbdi2.d.tmp _clrsbsi2.d.tmp _clz.d.tmp _clzdi2.d.tmp _clzsi2.d.tmp _cmpdi2.d.tmp _ctors.d.tmp _ctzdi2.d.tmp _ctzsi2.d.tmp _divdc3.d.tmp _divdi3.d.tmp _divmoddi4.d.tmp _divsc3.d.tmp _divtc3.d.tmp _divxc3.d.tmp _ffsdi2.d.tmp _ffssi2.d.tmp _fixdfdi.d.tmp _fixsfdi.d.tmp _fixunsdfdi.d.tmp _fixunsdfsi.d.tmp _fixunssfdi.d.tmp _fixunssfsi.d.tmp _fixunsxfdi.d.tmp _fixunsxfsi.d.tmp _fixxfdi.d.tmp _floatdidf.d.tmp _floatdisf.d.tmp _floatdixf.d.tmp _floatundidf.d.tmp _floatundisf.d.tmp _floatundixf.d.tmp _lshrdi3.d.tmp _moddi3.d.tmp _muldc3.d.tmp _muldi3.d.tmp _mulsc3.d.tmp _multc3.d.tmp _mulvdi3.d.tmp _mulvsi3.d.tmp _mulxc3.d.tmp _negdi2.d.tmp _negvdi2.d.tmp _negvsi2.d.tmp _paritydi2.d.tmp _paritysi2.d.tmp _popcount_tab.d.tmp _popcountdi2.d.tmp _popcountsi2.d.tmp _powidf2.d.tmp _powisf2.d.tmp _powitf2.d.tmp _powixf2.d.tmp _subvdi3.d.tmp _subvsi3.d.tmp _trampoline.d.tmp _ucmpdi2.d.tmp _udiv_w_sdiv.d.tmp _udivdi3.d.tmp _udivmoddi4.d.tmp _umoddi3.d.tmp addtf3.d.tmp cpuinfo.d.tmp divtf3.d.tmp emutls.d.tmp enable-execute-stack.d.tmp eqtf2.d.tmp extenddftf2.d.tmp extendsftf2.d.tmp extendxftf2.d.tmp fixtfdi.d.tmp fixtfsi.d.tmp fixtfti.d.tmp fixunstfdi.d.tmp fixunstfsi.d.tmp fixunstfti.d.tmp floatditf.d.tmp floatsitf.d.tmp floattitf.d.tmp floatunditf.d.tmp floatunsitf.d.tmp floatuntitf.d.tmp getf2.d.tmp letf2.d.tmp multf3.d.tmp negtf2.d.tmp sfp-exceptions.d.tmp subtf3.d.tmp trunctfdf2.d.tmp trunctfsf2.d.tmp trunctfxf2.d.tmp unordtf2.d.tmp unwind-c.d.tmp unwind-dw2-fde-dip.d.tmp unwind-dw2.d.tmp unwind-sjlj.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f llib-lfetch.ln fetch.ln common.ln ftp.ln http.ln file.ln || true) --- cleandir-external --- --- cleandir-libgcov --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f llib-lfetch.ln fetch.ln common.ln ftp.ln http.ln file.ln || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libgcc/libgcov --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f ftperr.h httperr.h ftperr.h httperr.h libfetch.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f ftperr.h httperr.h ftperr.h httperr.h libfetch.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov.a _gcov_merge_add.o _gcov_merge_topn.o _gcov_merge_ior.o _gcov_merge_time_profile.o _gcov_interval_profiler.o _gcov_interval_profiler_atomic.o _gcov_pow2_profiler.o _gcov_pow2_profiler_atomic.o _gcov_topn_values_profiler.o _gcov_topn_values_profiler_atomic.o _gcov_average_profiler.o _gcov_average_profiler_atomic.o _gcov_ior_profiler.o _gcov_ior_profiler_atomic.o _gcov_indirect_call_profiler_v4.o _gcov_time_profiler.o _gcov_dump.o _gcov_flush.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_reset.o _gcov.o _gcov_merge_add.o.tmp _gcov_merge_topn.o.tmp _gcov_merge_ior.o.tmp _gcov_merge_time_profile.o.tmp _gcov_interval_profiler.o.tmp _gcov_interval_profiler_atomic.o.tmp _gcov_pow2_profiler.o.tmp _gcov_pow2_profiler_atomic.o.tmp _gcov_topn_values_profiler.o.tmp _gcov_topn_values_profiler_atomic.o.tmp _gcov_average_profiler.o.tmp _gcov_average_profiler_atomic.o.tmp _gcov_ior_profiler.o.tmp _gcov_ior_profiler_atomic.o.tmp _gcov_indirect_call_profiler_v4.o.tmp _gcov_time_profiler.o.tmp _gcov_dump.o.tmp _gcov_flush.o.tmp _gcov_fork.o.tmp _gcov_execl.o.tmp _gcov_execlp.o.tmp _gcov_execle.o.tmp _gcov_execv.o.tmp _gcov_execvp.o.tmp _gcov_execve.o.tmp _gcov_reset.o.tmp _gcov.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/fetch/lib && rm -f fetch.html3 .depend common.d fetch.d file.d ftp.d http.d common.d.tmp fetch.d.tmp file.d.tmp ftp.d.tmp http.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov.a _gcov_merge_add.o _gcov_merge_topn.o _gcov_merge_ior.o _gcov_merge_time_profile.o _gcov_interval_profiler.o _gcov_interval_profiler_atomic.o _gcov_pow2_profiler.o _gcov_pow2_profiler_atomic.o _gcov_topn_values_profiler.o _gcov_topn_values_profiler_atomic.o _gcov_average_profiler.o _gcov_average_profiler_atomic.o _gcov_ior_profiler.o _gcov_ior_profiler_atomic.o _gcov_indirect_call_profiler_v4.o _gcov_time_profiler.o _gcov_dump.o _gcov_flush.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_reset.o _gcov.o _gcov_merge_add.o.tmp _gcov_merge_topn.o.tmp _gcov_merge_ior.o.tmp _gcov_merge_time_profile.o.tmp _gcov_interval_profiler.o.tmp _gcov_interval_profiler_atomic.o.tmp _gcov_pow2_profiler.o.tmp _gcov_pow2_profiler_atomic.o.tmp _gcov_topn_values_profiler.o.tmp _gcov_topn_values_profiler_atomic.o.tmp _gcov_average_profiler.o.tmp _gcov_average_profiler_atomic.o.tmp _gcov_ior_profiler.o.tmp _gcov_ior_profiler_atomic.o.tmp _gcov_indirect_call_profiler_v4.o.tmp _gcov_time_profiler.o.tmp _gcov_dump.o.tmp _gcov_flush.o.tmp _gcov_fork.o.tmp _gcov_execl.o.tmp _gcov_execlp.o.tmp _gcov_execle.o.tmp _gcov_execv.o.tmp _gcov_execvp.o.tmp _gcov_execve.o.tmp _gcov_reset.o.tmp _gcov.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/fetch/lib && rm -f fetch.html3 .depend common.d fetch.d file.d ftp.d http.d common.d.tmp fetch.d.tmp file.d.tmp ftp.d.tmp http.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- cleandir-../external/bsd/openldap/lib/liblber --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_p.a || true) --- cleandir-lib --- cleandir ===> lib/../external/bsd/openldap/lib/liblber --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_pic.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f libgcov_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f liblber.a assert.o decode.o encode.o io.o bprint.o debug.o memory.o options.o sockbuf.o stdio.o assert.o.tmp decode.o.tmp encode.o.tmp io.o.tmp bprint.o.tmp debug.o.tmp memory.o.tmp options.o.tmp sockbuf.o.tmp stdio.o.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f liblber.a assert.o decode.o encode.o io.o bprint.o debug.o memory.o options.o sockbuf.o stdio.o assert.o.tmp decode.o.tmp encode.o.tmp io.o.tmp bprint.o.tmp debug.o.tmp memory.o.tmp options.o.tmp sockbuf.o.tmp stdio.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f llib-lgcov.ln _gcov_merge_add.ln _gcov_merge_topn.ln _gcov_merge_ior.ln _gcov_merge_time_profile.ln _gcov_interval_profiler.ln _gcov_interval_profiler_atomic.ln _gcov_pow2_profiler.ln _gcov_pow2_profiler_atomic.ln _gcov_topn_values_profiler.ln _gcov_topn_values_profiler_atomic.ln _gcov_average_profiler.ln _gcov_average_profiler_atomic.ln _gcov_ior_profiler.ln _gcov_ior_profiler_atomic.ln _gcov_indirect_call_profiler_v4.ln _gcov_time_profiler.ln _gcov_dump.ln _gcov_flush.ln _gcov_fork.ln _gcov_execl.ln _gcov_execlp.ln _gcov_execle.ln _gcov_execv.ln _gcov_execvp.ln _gcov_execve.ln _gcov_reset.ln _gcov.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f llib-lgcov.ln _gcov_merge_add.ln _gcov_merge_topn.ln _gcov_merge_ior.ln _gcov_merge_time_profile.ln _gcov_interval_profiler.ln _gcov_interval_profiler_atomic.ln _gcov_pow2_profiler.ln _gcov_pow2_profiler_atomic.ln _gcov_topn_values_profiler.ln _gcov_topn_values_profiler_atomic.ln _gcov_average_profiler.ln _gcov_average_profiler_atomic.ln _gcov_ior_profiler.ln _gcov_ior_profiler_atomic.ln _gcov_indirect_call_profiler_v4.ln _gcov_time_profiler.ln _gcov_dump.ln _gcov_flush.ln _gcov_fork.ln _gcov_execl.ln _gcov_execlp.ln _gcov_execle.ln _gcov_execv.ln _gcov_execvp.ln _gcov_execve.ln _gcov_reset.ln _gcov.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f liblber_p.a assert.po decode.po encode.po io.po bprint.po debug.po memory.po options.po sockbuf.po stdio.po assert.po.tmp decode.po.tmp encode.po.tmp io.po.tmp bprint.po.tmp debug.po.tmp memory.po.tmp options.po.tmp sockbuf.po.tmp stdio.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f liblber_p.a assert.po decode.po encode.po io.po bprint.po debug.po memory.po options.po sockbuf.po stdio.po assert.po.tmp decode.po.tmp encode.po.tmp io.po.tmp bprint.po.tmp debug.po.tmp memory.po.tmp options.po.tmp sockbuf.po.tmp stdio.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h _gcov_merge_add.c _gcov_merge_topn.c _gcov_merge_ior.c _gcov_merge_time_profile.c _gcov_interval_profiler.c _gcov_interval_profiler_atomic.c _gcov_pow2_profiler.c _gcov_pow2_profiler_atomic.c _gcov_topn_values_profiler.c _gcov_topn_values_profiler_atomic.c _gcov_average_profiler.c _gcov_average_profiler_atomic.c _gcov_ior_profiler.c _gcov_ior_profiler_atomic.c _gcov_indirect_call_profiler_v4.c _gcov_time_profiler.c _gcov_dump.c _gcov_flush.c _gcov_fork.c _gcov_execl.c _gcov_execlp.c _gcov_execle.c _gcov_execv.c _gcov_execvp.c _gcov_execve.c _gcov_reset.c _gcov.c libgcov.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _cmpdi2.c _ucmpdi2.c _clear_cache.c _trampoline.c __main.c _absvsi2.c _absvdi2.c _addvsi3.c _addvdi3.c _subvsi3.c _subvdi3.c _mulvsi3.c _mulvdi3.c _negvsi2.c _negvdi2.c _ctors.c _ffssi2.c _ffsdi2.c _clz.c _clzsi2.c _clzdi2.c _ctzsi2.c _ctzdi2.c _popcount_tab.c _popcountsi2.c _popcountdi2.c _paritysi2.c _paritydi2.c _powisf2.c _powidf2.c _powixf2.c _powitf2.c _mulsc3.c _muldc3.c _mulxc3.c _multc3.c _divsc3.c _divdc3.c _divxc3.c _divtc3.c _bswapsi2.c _bswapdi2.c _clrsbsi2.c _clrsbdi2.c _muldi3.c _negdi2.c _lshrdi3.c _ashldi3.c _ashrdi3.c _fixsfdi.c _fixdfdi.c _fixxfdi.c _fixunssfdi.c _fixunsdfdi.c _fixunsxfdi.c _floatdisf.c _floatdidf.c _floatdixf.c _floatundisf.c _floatundidf.c _floatundixf.c _fixunssfsi.c _fixunsdfsi.c _fixunsxfsi.c _eprintf.c __gcc_bcmp.c _divdi3.c _moddi3.c _divmoddi4.c _udivdi3.c _umoddi3.c _udivmoddi4.c _udiv_w_sdiv.c cs-tconfig.h cs-tconfig.h tconfig.h insn-constants.h options.h libgcc_tm.h insn-flags.h sysroot-suffix.h _gcov_merge_add.c _gcov_merge_topn.c _gcov_merge_ior.c _gcov_merge_time_profile.c _gcov_interval_profiler.c _gcov_interval_profiler_atomic.c _gcov_pow2_profiler.c _gcov_pow2_profiler_atomic.c _gcov_topn_values_profiler.c _gcov_topn_values_profiler_atomic.c _gcov_average_profiler.c _gcov_average_profiler_atomic.c _gcov_ior_profiler.c _gcov_ior_profiler_atomic.c _gcov_indirect_call_profiler_v4.c _gcov_time_profiler.c _gcov_dump.c _gcov_flush.c _gcov_fork.c _gcov_execl.c _gcov_execlp.c _gcov_execle.c _gcov_execv.c _gcov_execvp.c _gcov_execve.c _gcov_reset.c _gcov.c libgcov.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f liblber_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f liblber_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgcc/libgcov && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend _gcov.d _gcov_average_profiler.d _gcov_average_profiler_atomic.d _gcov_dump.d _gcov_execl.d _gcov_execle.d _gcov_execlp.d _gcov_execv.d _gcov_execve.d _gcov_execvp.d _gcov_flush.d _gcov_fork.d _gcov_indirect_call_profiler_v4.d _gcov_interval_profiler.d _gcov_interval_profiler_atomic.d _gcov_ior_profiler.d _gcov_ior_profiler_atomic.d _gcov_merge_add.d _gcov_merge_ior.d _gcov_merge_time_profile.d _gcov_merge_topn.d _gcov_pow2_profiler.d _gcov_pow2_profiler_atomic.d _gcov_reset.d _gcov_time_profiler.d _gcov_topn_values_profiler.d _gcov_topn_values_profiler_atomic.d enable-execute-stack.d _gcov.d.tmp _gcov_average_profiler.d.tmp _gcov_average_profiler_atomic.d.tmp _gcov_dump.d.tmp _gcov_execl.d.tmp _gcov_execle.d.tmp _gcov_execlp.d.tmp _gcov_execv.d.tmp _gcov_execve.d.tmp _gcov_execvp.d.tmp _gcov_flush.d.tmp _gcov_fork.d.tmp _gcov_indirect_call_profiler_v4.d.tmp _gcov_interval_profiler.d.tmp _gcov_interval_profiler_atomic.d.tmp _gcov_ior_profiler.d.tmp _gcov_ior_profiler_atomic.d.tmp _gcov_merge_add.d.tmp _gcov_merge_ior.d.tmp _gcov_merge_time_profile.d.tmp _gcov_merge_topn.d.tmp _gcov_pow2_profiler.d.tmp _gcov_pow2_profiler_atomic.d.tmp _gcov_reset.d.tmp _gcov_time_profiler.d.tmp _gcov_topn_values_profiler.d.tmp _gcov_topn_values_profiler_atomic.d.tmp enable-execute-stack.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f liblber_pic.a liblber.so.* liblber.so assert.pico decode.pico encode.pico io.pico bprint.pico debug.pico memory.pico options.pico sockbuf.pico stdio.pico assert.pico.tmp decode.pico.tmp encode.pico.tmp io.pico.tmp bprint.pico.tmp debug.pico.tmp memory.pico.tmp options.pico.tmp sockbuf.pico.tmp stdio.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgcc/libgcov && rm -f enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend _gcov.d _gcov_average_profiler.d _gcov_average_profiler_atomic.d _gcov_dump.d _gcov_execl.d _gcov_execle.d _gcov_execlp.d _gcov_execv.d _gcov_execve.d _gcov_execvp.d _gcov_flush.d _gcov_fork.d _gcov_indirect_call_profiler_v4.d _gcov_interval_profiler.d _gcov_interval_profiler_atomic.d _gcov_ior_profiler.d _gcov_ior_profiler_atomic.d _gcov_merge_add.d _gcov_merge_ior.d _gcov_merge_time_profile.d _gcov_merge_topn.d _gcov_pow2_profiler.d _gcov_pow2_profiler_atomic.d _gcov_reset.d _gcov_time_profiler.d _gcov_topn_values_profiler.d _gcov_topn_values_profiler_atomic.d enable-execute-stack.d _gcov.d.tmp _gcov_average_profiler.d.tmp _gcov_average_profiler_atomic.d.tmp _gcov_dump.d.tmp _gcov_execl.d.tmp _gcov_execle.d.tmp _gcov_execlp.d.tmp _gcov_execv.d.tmp _gcov_execve.d.tmp _gcov_execvp.d.tmp _gcov_flush.d.tmp _gcov_fork.d.tmp _gcov_indirect_call_profiler_v4.d.tmp _gcov_interval_profiler.d.tmp _gcov_interval_profiler_atomic.d.tmp _gcov_ior_profiler.d.tmp _gcov_ior_profiler_atomic.d.tmp _gcov_merge_add.d.tmp _gcov_merge_ior.d.tmp _gcov_merge_time_profile.d.tmp _gcov_merge_topn.d.tmp _gcov_pow2_profiler.d.tmp _gcov_pow2_profiler_atomic.d.tmp _gcov_reset.d.tmp _gcov_time_profiler.d.tmp _gcov_topn_values_profiler.d.tmp _gcov_topn_values_profiler_atomic.d.tmp enable-execute-stack.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f liblber_pic.a liblber.so.* liblber.so assert.pico decode.pico encode.pico io.pico bprint.pico debug.pico memory.pico options.pico sockbuf.pico stdio.pico assert.pico.tmp decode.pico.tmp encode.pico.tmp io.pico.tmp bprint.pico.tmp debug.pico.tmp memory.pico.tmp options.pico.tmp sockbuf.pico.tmp stdio.pico.tmp || true) --- cleandir-external --- --- cleandir-libiberty --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libiberty --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f llib-llber.ln assert.ln decode.ln encode.ln io.ln bprint.ln debug.ln memory.ln options.ln sockbuf.ln stdio.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f llib-llber.ln assert.ln decode.ln encode.ln io.ln bprint.ln debug.ln memory.ln options.ln sockbuf.ln stdio.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libiberty && rm -f libiberty.a regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filedescriptor.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o xvasprintf.o mempcpy.o strverscmp.o regex.o.tmp cplus-dem.o.tmp cp-demangle.o.tmp md5.o.tmp sha1.o.tmp alloca.o.tmp argv.o.tmp choose-temp.o.tmp concat.o.tmp cp-demint.o.tmp crc32.o.tmp d-demangle.o.tmp dwarfnames.o.tmp dyn-string.o.tmp fdmatch.o.tmp fibheap.o.tmp filedescriptor.o.tmp filename_cmp.o.tmp floatformat.o.tmp fnmatch.o.tmp fopen_unlocked.o.tmp getopt.o.tmp getopt1.o.tmp getpwd.o.tmp getruntime.o.tmp hashtab.o.tmp hex.o.tmp lbasename.o.tmp lrealpath.o.tmp make-relative-prefix.o.tmp make-temp-file.o.tmp objalloc.o.tmp obstack.o.tmp partition.o.tmp pexecute.o.tmp physmem.o.tmp pex-common.o.tmp pex-one.o.tmp pex-unix.o.tmp vprintf-support.o.tmp rust-demangle.o.tmp safe-ctype.o.tmp simple-object.o.tmp simple-object-coff.o.tmp simple-object-elf.o.tmp simple-object-mach-o.o.tmp simple-object-xcoff.o.tmp sort.o.tmp spaces.o.tmp splay-tree.o.tmp stack-limit.o.tmp strerror.o.tmp strsignal.o.tmp timeval-utils.o.tmp unlink-if-ordinary.o.tmp xasprintf.o.tmp xatexit.o.tmp xexit.o.tmp xmalloc.o.tmp xmemdup.o.tmp xstrdup.o.tmp xstrerror.o.tmp xstrndup.o.tmp xvasprintf.o.tmp mempcpy.o.tmp strverscmp.o.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f liblber.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libiberty && rm -f libiberty.a regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filedescriptor.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o xvasprintf.o mempcpy.o strverscmp.o regex.o.tmp cplus-dem.o.tmp cp-demangle.o.tmp md5.o.tmp sha1.o.tmp alloca.o.tmp argv.o.tmp choose-temp.o.tmp concat.o.tmp cp-demint.o.tmp crc32.o.tmp d-demangle.o.tmp dwarfnames.o.tmp dyn-string.o.tmp fdmatch.o.tmp fibheap.o.tmp filedescriptor.o.tmp filename_cmp.o.tmp floatformat.o.tmp fnmatch.o.tmp fopen_unlocked.o.tmp getopt.o.tmp getopt1.o.tmp getpwd.o.tmp getruntime.o.tmp hashtab.o.tmp hex.o.tmp lbasename.o.tmp lrealpath.o.tmp make-relative-prefix.o.tmp make-temp-file.o.tmp objalloc.o.tmp obstack.o.tmp partition.o.tmp pexecute.o.tmp physmem.o.tmp pex-common.o.tmp pex-one.o.tmp pex-unix.o.tmp vprintf-support.o.tmp rust-demangle.o.tmp safe-ctype.o.tmp simple-object.o.tmp simple-object-coff.o.tmp simple-object-elf.o.tmp simple-object-mach-o.o.tmp simple-object-xcoff.o.tmp sort.o.tmp spaces.o.tmp splay-tree.o.tmp stack-limit.o.tmp strerror.o.tmp strsignal.o.tmp timeval-utils.o.tmp unlink-if-ordinary.o.tmp xasprintf.o.tmp xatexit.o.tmp xexit.o.tmp xmalloc.o.tmp xmemdup.o.tmp xstrdup.o.tmp xstrerror.o.tmp xstrndup.o.tmp xvasprintf.o.tmp mempcpy.o.tmp strverscmp.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f liblber.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libiberty && rm -f libiberty_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblber && rm -f lber-decode.html3 lber-encode.html3 lber-memory.html3 lber-sockbuf.html3 lber-types.html3 .depend assert.d bprint.d debug.d decode.d encode.d io.d memory.d options.d sockbuf.d stdio.d assert.d.tmp bprint.d.tmp debug.d.tmp decode.d.tmp encode.d.tmp io.d.tmp memory.d.tmp options.d.tmp sockbuf.d.tmp stdio.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libiberty && rm -f libiberty_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblber && rm -f lber-decode.html3 lber-encode.html3 lber-memory.html3 lber-sockbuf.html3 lber-types.html3 .depend assert.d bprint.d debug.d decode.d encode.d io.d memory.d options.d sockbuf.d stdio.d assert.d.tmp bprint.d.tmp debug.d.tmp decode.d.tmp encode.d.tmp io.d.tmp memory.d.tmp options.d.tmp sockbuf.d.tmp stdio.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libiberty && rm -f libiberty_g.a || true) --- cleandir-lib --- --- cleandir-../external/bsd/openldap/lib/libldap --- cleandir ===> lib/../external/bsd/openldap/lib/libldap --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libiberty && rm -f libiberty_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libiberty && rm -f libiberty_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libiberty && rm -f libiberty_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libiberty && rm -f llib-liberty.ln regex.ln cplus-dem.ln cp-demangle.ln md5.ln sha1.ln alloca.ln argv.ln choose-temp.ln concat.ln cp-demint.ln crc32.ln d-demangle.ln dwarfnames.ln dyn-string.ln fdmatch.ln fibheap.ln filedescriptor.ln filename_cmp.ln floatformat.ln fnmatch.ln fopen_unlocked.ln getopt.ln getopt1.ln getpwd.ln getruntime.ln hashtab.ln hex.ln lbasename.ln lrealpath.ln make-relative-prefix.ln make-temp-file.ln objalloc.ln obstack.ln partition.ln pexecute.ln physmem.ln pex-common.ln pex-one.ln pex-unix.ln vprintf-support.ln rust-demangle.ln safe-ctype.ln simple-object.ln simple-object-coff.ln simple-object-elf.ln simple-object-mach-o.ln simple-object-xcoff.ln sort.ln spaces.ln splay-tree.ln stack-limit.ln strerror.ln strsignal.ln timeval-utils.ln unlink-if-ordinary.ln xasprintf.ln xatexit.ln xexit.ln xmalloc.ln xmemdup.ln xstrdup.ln xstrerror.ln xstrndup.ln xvasprintf.ln mempcpy.ln strverscmp.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libiberty && rm -f llib-liberty.ln regex.ln cplus-dem.ln cp-demangle.ln md5.ln sha1.ln alloca.ln argv.ln choose-temp.ln concat.ln cp-demint.ln crc32.ln d-demangle.ln dwarfnames.ln dyn-string.ln fdmatch.ln fibheap.ln filedescriptor.ln filename_cmp.ln floatformat.ln fnmatch.ln fopen_unlocked.ln getopt.ln getopt1.ln getpwd.ln getruntime.ln hashtab.ln hex.ln lbasename.ln lrealpath.ln make-relative-prefix.ln make-temp-file.ln objalloc.ln obstack.ln partition.ln pexecute.ln physmem.ln pex-common.ln pex-one.ln pex-unix.ln vprintf-support.ln rust-demangle.ln safe-ctype.ln simple-object.ln simple-object-coff.ln simple-object-elf.ln simple-object-mach-o.ln simple-object-xcoff.ln sort.ln spaces.ln splay-tree.ln stack-limit.ln strerror.ln strsignal.ln timeval-utils.ln unlink-if-ordinary.ln xasprintf.ln xatexit.ln xexit.ln xmalloc.ln xmemdup.ln xstrdup.ln xstrerror.ln xstrndup.ln xvasprintf.ln mempcpy.ln strverscmp.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libiberty && rm -f libiberty.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libiberty && rm -f libiberty.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libiberty && rm -f .depend alloca.d argv.d choose-temp.d concat.d cp-demangle.d cp-demint.d cplus-dem.d crc32.d d-demangle.d dwarfnames.d dyn-string.d fdmatch.d fibheap.d filedescriptor.d filename_cmp.d floatformat.d fnmatch.d fopen_unlocked.d getopt.d getopt1.d getpwd.d getruntime.d hashtab.d hex.d lbasename.d lrealpath.d make-relative-prefix.d make-temp-file.d md5.d mempcpy.d objalloc.d obstack.d partition.d pex-common.d pex-one.d pex-unix.d pexecute.d physmem.d regex.d rust-demangle.d safe-ctype.d sha1.d simple-object-coff.d simple-object-elf.d simple-object-mach-o.d simple-object-xcoff.d simple-object.d sort.d spaces.d splay-tree.d stack-limit.d strerror.d strsignal.d strverscmp.d timeval-utils.d unlink-if-ordinary.d vprintf-support.d xasprintf.d xatexit.d xexit.d xmalloc.d xmemdup.d xstrdup.d xstrerror.d xstrndup.d xvasprintf.d alloca.d.tmp argv.d.tmp choose-temp.d.tmp concat.d.tmp cp-demangle.d.tmp cp-demint.d.tmp cplus-dem.d.tmp crc32.d.tmp d-demangle.d.tmp dwarfnames.d.tmp dyn-string.d.tmp fdmatch.d.tmp fibheap.d.tmp filedescriptor.d.tmp filename_cmp.d.tmp floatformat.d.tmp fnmatch.d.tmp fopen_unlocked.d.tmp getopt.d.tmp getopt1.d.tmp getpwd.d.tmp getruntime.d.tmp hashtab.d.tmp hex.d.tmp lbasename.d.tmp lrealpath.d.tmp make-relative-prefix.d.tmp make-temp-file.d.tmp md5.d.tmp mempcpy.d.tmp objalloc.d.tmp obstack.d.tmp partition.d.tmp pex-common.d.tmp pex-one.d.tmp pex-unix.d.tmp pexecute.d.tmp physmem.d.tmp regex.d.tmp rust-demangle.d.tmp safe-ctype.d.tmp sha1.d.tmp simple-object-coff.d.tmp simple-object-elf.d.tmp simple-object-mach-o.d.tmp simple-object-xcoff.d.tmp simple-object.d.tmp sort.d.tmp spaces.d.tmp splay-tree.d.tmp stack-limit.d.tmp strerror.d.tmp strsignal.d.tmp strverscmp.d.tmp timeval-utils.d.tmp unlink-if-ordinary.d.tmp vprintf-support.d.tmp xasprintf.d.tmp xatexit.d.tmp xexit.d.tmp xmalloc.d.tmp xmemdup.d.tmp xstrdup.d.tmp xstrerror.d.tmp xstrndup.d.tmp xvasprintf.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f libldap.a bind.o open.o result.o error.o compare.o search.o controls.o messages.o references.o extended.o cyrus.o modify.o add.o modrdn.o delete.o abandon.o sasl.o sbind.o unbind.o cancel.o msctrl.o filter.o free.o sort.o passwd.o whoami.o lbase64.o getdn.o getentry.o getattr.o getvalues.o addentry.o request.o os-ip.o url.o pagectrl.o sortctrl.o vlvctrl.o init.o options.o print.o string.o util-int.o schema.o charray.o os-local.o dnssrv.o utf-8.o utf-8-conv.o turn.o ppolicy.o dds.o txn.o ldap_sync.o stctrl.o assertion.o deref.o fetch.o ldif.o tavl.o account_usability.o avl.o psearchctrl.o ldifutil.o gssapi.o tls2.o tls_o.o tls_g.o bind.o.tmp open.o.tmp result.o.tmp error.o.tmp compare.o.tmp search.o.tmp controls.o.tmp messages.o.tmp references.o.tmp extended.o.tmp cyrus.o.tmp modify.o.tmp add.o.tmp modrdn.o.tmp delete.o.tmp abandon.o.tmp sasl.o.tmp sbind.o.tmp unbind.o.tmp cancel.o.tmp msctrl.o.tmp filter.o.tmp free.o.tmp sort.o.tmp passwd.o.tmp whoami.o.tmp lbase64.o.tmp getdn.o.tmp getentry.o.tmp getattr.o.tmp getvalues.o.tmp addentry.o.tmp request.o.tmp os-ip.o.tmp url.o.tmp pagectrl.o.tmp sortctrl.o.tmp vlvctrl.o.tmp init.o.tmp options.o.tmp print.o.tmp string.o.tmp util-int.o.tmp schema.o.tmp charray.o.tmp os-local.o.tmp dnssrv.o.tmp utf-8.o.tmp utf-8-conv.o.tmp turn.o.tmp ppolicy.o.tmp dds.o.tmp txn.o.tmp ldap_sync.o.tmp stctrl.o.tmp assertion.o.tmp deref.o.tmp fetch.o.tmp ldif.o.tmp tavl.o.tmp account_usability.o.tmp avl.o.tmp psearchctrl.o.tmp ldifutil.o.tmp gssapi.o.tmp tls2.o.tmp tls_o.o.tmp tls_g.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libiberty && rm -f .depend alloca.d argv.d choose-temp.d concat.d cp-demangle.d cp-demint.d cplus-dem.d crc32.d d-demangle.d dwarfnames.d dyn-string.d fdmatch.d fibheap.d filedescriptor.d filename_cmp.d floatformat.d fnmatch.d fopen_unlocked.d getopt.d getopt1.d getpwd.d getruntime.d hashtab.d hex.d lbasename.d lrealpath.d make-relative-prefix.d make-temp-file.d md5.d mempcpy.d objalloc.d obstack.d partition.d pex-common.d pex-one.d pex-unix.d pexecute.d physmem.d regex.d rust-demangle.d safe-ctype.d sha1.d simple-object-coff.d simple-object-elf.d simple-object-mach-o.d simple-object-xcoff.d simple-object.d sort.d spaces.d splay-tree.d stack-limit.d strerror.d strsignal.d strverscmp.d timeval-utils.d unlink-if-ordinary.d vprintf-support.d xasprintf.d xatexit.d xexit.d xmalloc.d xmemdup.d xstrdup.d xstrerror.d xstrndup.d xvasprintf.d alloca.d.tmp argv.d.tmp choose-temp.d.tmp concat.d.tmp cp-demangle.d.tmp cp-demint.d.tmp cplus-dem.d.tmp crc32.d.tmp d-demangle.d.tmp dwarfnames.d.tmp dyn-string.d.tmp fdmatch.d.tmp fibheap.d.tmp filedescriptor.d.tmp filename_cmp.d.tmp floatformat.d.tmp fnmatch.d.tmp fopen_unlocked.d.tmp getopt.d.tmp getopt1.d.tmp getpwd.d.tmp getruntime.d.tmp hashtab.d.tmp hex.d.tmp lbasename.d.tmp lrealpath.d.tmp make-relative-prefix.d.tmp make-temp-file.d.tmp md5.d.tmp mempcpy.d.tmp objalloc.d.tmp obstack.d.tmp partition.d.tmp pex-common.d.tmp pex-one.d.tmp pex-unix.d.tmp pexecute.d.tmp physmem.d.tmp regex.d.tmp rust-demangle.d.tmp safe-ctype.d.tmp sha1.d.tmp simple-object-coff.d.tmp simple-object-elf.d.tmp simple-object-mach-o.d.tmp simple-object-xcoff.d.tmp simple-object.d.tmp sort.d.tmp spaces.d.tmp splay-tree.d.tmp stack-limit.d.tmp strerror.d.tmp strsignal.d.tmp strverscmp.d.tmp timeval-utils.d.tmp unlink-if-ordinary.d.tmp vprintf-support.d.tmp xasprintf.d.tmp xatexit.d.tmp xexit.d.tmp xmalloc.d.tmp xmemdup.d.tmp xstrdup.d.tmp xstrerror.d.tmp xstrndup.d.tmp xvasprintf.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f libldap.a bind.o open.o result.o error.o compare.o search.o controls.o messages.o references.o extended.o cyrus.o modify.o add.o modrdn.o delete.o abandon.o sasl.o sbind.o unbind.o cancel.o msctrl.o filter.o free.o sort.o passwd.o whoami.o lbase64.o getdn.o getentry.o getattr.o getvalues.o addentry.o request.o os-ip.o url.o pagectrl.o sortctrl.o vlvctrl.o init.o options.o print.o string.o util-int.o schema.o charray.o os-local.o dnssrv.o utf-8.o utf-8-conv.o turn.o ppolicy.o dds.o txn.o ldap_sync.o stctrl.o assertion.o deref.o fetch.o ldif.o tavl.o account_usability.o avl.o psearchctrl.o ldifutil.o gssapi.o tls2.o tls_o.o tls_g.o bind.o.tmp open.o.tmp result.o.tmp error.o.tmp compare.o.tmp search.o.tmp controls.o.tmp messages.o.tmp references.o.tmp extended.o.tmp cyrus.o.tmp modify.o.tmp add.o.tmp modrdn.o.tmp delete.o.tmp abandon.o.tmp sasl.o.tmp sbind.o.tmp unbind.o.tmp cancel.o.tmp msctrl.o.tmp filter.o.tmp free.o.tmp sort.o.tmp passwd.o.tmp whoami.o.tmp lbase64.o.tmp getdn.o.tmp getentry.o.tmp getattr.o.tmp getvalues.o.tmp addentry.o.tmp request.o.tmp os-ip.o.tmp url.o.tmp pagectrl.o.tmp sortctrl.o.tmp vlvctrl.o.tmp init.o.tmp options.o.tmp print.o.tmp string.o.tmp util-int.o.tmp schema.o.tmp charray.o.tmp os-local.o.tmp dnssrv.o.tmp utf-8.o.tmp utf-8-conv.o.tmp turn.o.tmp ppolicy.o.tmp dds.o.tmp txn.o.tmp ldap_sync.o.tmp stctrl.o.tmp assertion.o.tmp deref.o.tmp fetch.o.tmp ldif.o.tmp tavl.o.tmp account_usability.o.tmp avl.o.tmp psearchctrl.o.tmp ldifutil.o.tmp gssapi.o.tmp tls2.o.tmp tls_o.o.tmp tls_g.o.tmp || true) --- cleandir-external --- --- cleandir-libobjc --- cleandir ===> external/gpl3/gcc/lib/libobjc --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f libldap_p.a bind.po open.po result.po error.po compare.po search.po controls.po messages.po references.po extended.po cyrus.po modify.po add.po modrdn.po delete.po abandon.po sasl.po sbind.po unbind.po cancel.po msctrl.po filter.po free.po sort.po passwd.po whoami.po lbase64.po getdn.po getentry.po getattr.po getvalues.po addentry.po request.po os-ip.po url.po pagectrl.po sortctrl.po vlvctrl.po init.po options.po print.po string.po util-int.po schema.po charray.po os-local.po dnssrv.po utf-8.po utf-8-conv.po turn.po ppolicy.po dds.po txn.po ldap_sync.po stctrl.po assertion.po deref.po fetch.po ldif.po tavl.po account_usability.po avl.po psearchctrl.po ldifutil.po gssapi.po tls2.po tls_o.po tls_g.po bind.po.tmp open.po.tmp result.po.tmp error.po.tmp compare.po.tmp search.po.tmp controls.po.tmp messages.po.tmp references.po.tmp extended.po.tmp cyrus.po.tmp modify.po.tmp add.po.tmp modrdn.po.tmp delete.po.tmp abandon.po.tmp sasl.po.tmp sbind.po.tmp unbind.po.tmp cancel.po.tmp msctrl.po.tmp filter.po.tmp free.po.tmp sort.po.tmp passwd.po.tmp whoami.po.tmp lbase64.po.tmp getdn.po.tmp getentry.po.tmp getattr.po.tmp getvalues.po.tmp addentry.po.tmp request.po.tmp os-ip.po.tmp url.po.tmp pagectrl.po.tmp sortctrl.po.tmp vlvctrl.po.tmp init.po.tmp options.po.tmp print.po.tmp string.po.tmp util-int.po.tmp schema.po.tmp charray.po.tmp os-local.po.tmp dnssrv.po.tmp utf-8.po.tmp utf-8-conv.po.tmp turn.po.tmp ppolicy.po.tmp dds.po.tmp txn.po.tmp ldap_sync.po.tmp stctrl.po.tmp assertion.po.tmp deref.po.tmp fetch.po.tmp ldif.po.tmp tavl.po.tmp account_usability.po.tmp avl.po.tmp psearchctrl.po.tmp ldifutil.po.tmp gssapi.po.tmp tls2.po.tmp tls_o.po.tmp tls_g.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f libldap_p.a bind.po open.po result.po error.po compare.po search.po controls.po messages.po references.po extended.po cyrus.po modify.po add.po modrdn.po delete.po abandon.po sasl.po sbind.po unbind.po cancel.po msctrl.po filter.po free.po sort.po passwd.po whoami.po lbase64.po getdn.po getentry.po getattr.po getvalues.po addentry.po request.po os-ip.po url.po pagectrl.po sortctrl.po vlvctrl.po init.po options.po print.po string.po util-int.po schema.po charray.po os-local.po dnssrv.po utf-8.po utf-8-conv.po turn.po ppolicy.po dds.po txn.po ldap_sync.po stctrl.po assertion.po deref.po fetch.po ldif.po tavl.po account_usability.po avl.po psearchctrl.po ldifutil.po gssapi.po tls2.po tls_o.po tls_g.po bind.po.tmp open.po.tmp result.po.tmp error.po.tmp compare.po.tmp search.po.tmp controls.po.tmp messages.po.tmp references.po.tmp extended.po.tmp cyrus.po.tmp modify.po.tmp add.po.tmp modrdn.po.tmp delete.po.tmp abandon.po.tmp sasl.po.tmp sbind.po.tmp unbind.po.tmp cancel.po.tmp msctrl.po.tmp filter.po.tmp free.po.tmp sort.po.tmp passwd.po.tmp whoami.po.tmp lbase64.po.tmp getdn.po.tmp getentry.po.tmp getattr.po.tmp getvalues.po.tmp addentry.po.tmp request.po.tmp os-ip.po.tmp url.po.tmp pagectrl.po.tmp sortctrl.po.tmp vlvctrl.po.tmp init.po.tmp options.po.tmp print.po.tmp string.po.tmp util-int.po.tmp schema.po.tmp charray.po.tmp os-local.po.tmp dnssrv.po.tmp utf-8.po.tmp utf-8-conv.po.tmp turn.po.tmp ppolicy.po.tmp dds.po.tmp txn.po.tmp ldap_sync.po.tmp stctrl.po.tmp assertion.po.tmp deref.po.tmp fetch.po.tmp ldif.po.tmp tavl.po.tmp account_usability.po.tmp avl.po.tmp psearchctrl.po.tmp ldifutil.po.tmp gssapi.po.tmp tls2.po.tmp tls_o.po.tmp tls_g.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f libldap_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f libobjc.a NXConstStr.o Object.o Protocol.o accessors.o linking.o class.o encoding.o error.o gc.o hash.o init.o ivars.o memory.o methods.o nil_method.o objc-foreach.o objc-sync.o objects.o protocols.o sarray.o selector.o sendmsg.o thr.o exception.o NXConstStr.o.tmp Object.o.tmp Protocol.o.tmp accessors.o.tmp linking.o.tmp class.o.tmp encoding.o.tmp error.o.tmp gc.o.tmp hash.o.tmp init.o.tmp ivars.o.tmp memory.o.tmp methods.o.tmp nil_method.o.tmp objc-foreach.o.tmp objc-sync.o.tmp objects.o.tmp protocols.o.tmp sarray.o.tmp selector.o.tmp sendmsg.o.tmp thr.o.tmp exception.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f libldap_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f libobjc.a NXConstStr.o Object.o Protocol.o accessors.o linking.o class.o encoding.o error.o gc.o hash.o init.o ivars.o memory.o methods.o nil_method.o objc-foreach.o objc-sync.o objects.o protocols.o sarray.o selector.o sendmsg.o thr.o exception.o NXConstStr.o.tmp Object.o.tmp Protocol.o.tmp accessors.o.tmp linking.o.tmp class.o.tmp encoding.o.tmp error.o.tmp gc.o.tmp hash.o.tmp init.o.tmp ivars.o.tmp memory.o.tmp methods.o.tmp nil_method.o.tmp objc-foreach.o.tmp objc-sync.o.tmp objects.o.tmp protocols.o.tmp sarray.o.tmp selector.o.tmp sendmsg.o.tmp thr.o.tmp exception.o.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f libldap_pic.a libldap.so.* libldap.so bind.pico open.pico result.pico error.pico compare.pico search.pico controls.pico messages.pico references.pico extended.pico cyrus.pico modify.pico add.pico modrdn.pico delete.pico abandon.pico sasl.pico sbind.pico unbind.pico cancel.pico msctrl.pico filter.pico free.pico sort.pico passwd.pico whoami.pico lbase64.pico getdn.pico getentry.pico getattr.pico getvalues.pico addentry.pico request.pico os-ip.pico url.pico pagectrl.pico sortctrl.pico vlvctrl.pico init.pico options.pico print.pico string.pico util-int.pico schema.pico charray.pico os-local.pico dnssrv.pico utf-8.pico utf-8-conv.pico turn.pico ppolicy.pico dds.pico txn.pico ldap_sync.pico stctrl.pico assertion.pico deref.pico fetch.pico ldif.pico tavl.pico account_usability.pico avl.pico psearchctrl.pico ldifutil.pico gssapi.pico tls2.pico tls_o.pico tls_g.pico bind.pico.tmp open.pico.tmp result.pico.tmp error.pico.tmp compare.pico.tmp search.pico.tmp controls.pico.tmp messages.pico.tmp references.pico.tmp extended.pico.tmp cyrus.pico.tmp modify.pico.tmp add.pico.tmp modrdn.pico.tmp delete.pico.tmp abandon.pico.tmp sasl.pico.tmp sbind.pico.tmp unbind.pico.tmp cancel.pico.tmp msctrl.pico.tmp filter.pico.tmp free.pico.tmp sort.pico.tmp passwd.pico.tmp whoami.pico.tmp lbase64.pico.tmp getdn.pico.tmp getentry.pico.tmp getattr.pico.tmp getvalues.pico.tmp addentry.pico.tmp request.pico.tmp os-ip.pico.tmp url.pico.tmp pagectrl.pico.tmp sortctrl.pico.tmp vlvctrl.pico.tmp init.pico.tmp options.pico.tmp print.pico.tmp string.pico.tmp util-int.pico.tmp schema.pico.tmp charray.pico.tmp os-local.pico.tmp dnssrv.pico.tmp utf-8.pico.tmp utf-8-conv.pico.tmp turn.pico.tmp ppolicy.pico.tmp dds.pico.tmp txn.pico.tmp ldap_sync.pico.tmp stctrl.pico.tmp assertion.pico.tmp deref.pico.tmp fetch.pico.tmp ldif.pico.tmp tavl.pico.tmp account_usability.pico.tmp avl.pico.tmp psearchctrl.pico.tmp ldifutil.pico.tmp gssapi.pico.tmp tls2.pico.tmp tls_o.pico.tmp tls_g.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f libobjc_p.a NXConstStr.po Object.po Protocol.po accessors.po linking.po class.po encoding.po error.po gc.po hash.po init.po ivars.po memory.po methods.po nil_method.po objc-foreach.po objc-sync.po objects.po protocols.po sarray.po selector.po sendmsg.po thr.po exception.po NXConstStr.po.tmp Object.po.tmp Protocol.po.tmp accessors.po.tmp linking.po.tmp class.po.tmp encoding.po.tmp error.po.tmp gc.po.tmp hash.po.tmp init.po.tmp ivars.po.tmp memory.po.tmp methods.po.tmp nil_method.po.tmp objc-foreach.po.tmp objc-sync.po.tmp objects.po.tmp protocols.po.tmp sarray.po.tmp selector.po.tmp sendmsg.po.tmp thr.po.tmp exception.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f libldap_pic.a libldap.so.* libldap.so bind.pico open.pico result.pico error.pico compare.pico search.pico controls.pico messages.pico references.pico extended.pico cyrus.pico modify.pico add.pico modrdn.pico delete.pico abandon.pico sasl.pico sbind.pico unbind.pico cancel.pico msctrl.pico filter.pico free.pico sort.pico passwd.pico whoami.pico lbase64.pico getdn.pico getentry.pico getattr.pico getvalues.pico addentry.pico request.pico os-ip.pico url.pico pagectrl.pico sortctrl.pico vlvctrl.pico init.pico options.pico print.pico string.pico util-int.pico schema.pico charray.pico os-local.pico dnssrv.pico utf-8.pico utf-8-conv.pico turn.pico ppolicy.pico dds.pico txn.pico ldap_sync.pico stctrl.pico assertion.pico deref.pico fetch.pico ldif.pico tavl.pico account_usability.pico avl.pico psearchctrl.pico ldifutil.pico gssapi.pico tls2.pico tls_o.pico tls_g.pico bind.pico.tmp open.pico.tmp result.pico.tmp error.pico.tmp compare.pico.tmp search.pico.tmp controls.pico.tmp messages.pico.tmp references.pico.tmp extended.pico.tmp cyrus.pico.tmp modify.pico.tmp add.pico.tmp modrdn.pico.tmp delete.pico.tmp abandon.pico.tmp sasl.pico.tmp sbind.pico.tmp unbind.pico.tmp cancel.pico.tmp msctrl.pico.tmp filter.pico.tmp free.pico.tmp sort.pico.tmp passwd.pico.tmp whoami.pico.tmp lbase64.pico.tmp getdn.pico.tmp getentry.pico.tmp getattr.pico.tmp getvalues.pico.tmp addentry.pico.tmp request.pico.tmp os-ip.pico.tmp url.pico.tmp pagectrl.pico.tmp sortctrl.pico.tmp vlvctrl.pico.tmp init.pico.tmp options.pico.tmp print.pico.tmp string.pico.tmp util-int.pico.tmp schema.pico.tmp charray.pico.tmp os-local.pico.tmp dnssrv.pico.tmp utf-8.pico.tmp utf-8-conv.pico.tmp turn.pico.tmp ppolicy.pico.tmp dds.pico.tmp txn.pico.tmp ldap_sync.pico.tmp stctrl.pico.tmp assertion.pico.tmp deref.pico.tmp fetch.pico.tmp ldif.pico.tmp tavl.pico.tmp account_usability.pico.tmp avl.pico.tmp psearchctrl.pico.tmp ldifutil.pico.tmp gssapi.pico.tmp tls2.pico.tmp tls_o.pico.tmp tls_g.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f libobjc_p.a NXConstStr.po Object.po Protocol.po accessors.po linking.po class.po encoding.po error.po gc.po hash.po init.po ivars.po memory.po methods.po nil_method.po objc-foreach.po objc-sync.po objects.po protocols.po sarray.po selector.po sendmsg.po thr.po exception.po NXConstStr.po.tmp Object.po.tmp Protocol.po.tmp accessors.po.tmp linking.po.tmp class.po.tmp encoding.po.tmp error.po.tmp gc.po.tmp hash.po.tmp init.po.tmp ivars.po.tmp memory.po.tmp methods.po.tmp nil_method.po.tmp objc-foreach.po.tmp objc-sync.po.tmp objects.po.tmp protocols.po.tmp sarray.po.tmp selector.po.tmp sendmsg.po.tmp thr.po.tmp exception.po.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f libobjc_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f llib-lldap.ln bind.ln open.ln result.ln error.ln compare.ln search.ln controls.ln messages.ln references.ln extended.ln cyrus.ln modify.ln add.ln modrdn.ln delete.ln abandon.ln sasl.ln sbind.ln unbind.ln cancel.ln msctrl.ln filter.ln free.ln sort.ln passwd.ln whoami.ln lbase64.ln getdn.ln getentry.ln getattr.ln getvalues.ln addentry.ln request.ln os-ip.ln url.ln pagectrl.ln sortctrl.ln vlvctrl.ln init.ln options.ln print.ln string.ln util-int.ln schema.ln charray.ln os-local.ln dnssrv.ln utf-8.ln utf-8-conv.ln turn.ln ppolicy.ln dds.ln txn.ln ldap_sync.ln stctrl.ln assertion.ln deref.ln fetch.ln ldif.ln tavl.ln account_usability.ln avl.ln psearchctrl.ln ldifutil.ln gssapi.ln tls2.ln tls_o.ln tls_g.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f libobjc_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f llib-lldap.ln bind.ln open.ln result.ln error.ln compare.ln search.ln controls.ln messages.ln references.ln extended.ln cyrus.ln modify.ln add.ln modrdn.ln delete.ln abandon.ln sasl.ln sbind.ln unbind.ln cancel.ln msctrl.ln filter.ln free.ln sort.ln passwd.ln whoami.ln lbase64.ln getdn.ln getentry.ln getattr.ln getvalues.ln addentry.ln request.ln os-ip.ln url.ln pagectrl.ln sortctrl.ln vlvctrl.ln init.ln options.ln print.ln string.ln util-int.ln schema.ln charray.ln os-local.ln dnssrv.ln utf-8.ln utf-8-conv.ln turn.ln ppolicy.ln dds.ln txn.ln ldap_sync.ln stctrl.ln assertion.ln deref.ln fetch.ln ldif.ln tavl.ln account_usability.ln avl.ln psearchctrl.ln ldifutil.ln gssapi.ln tls2.ln tls_o.ln tls_g.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f libobjc_pic.a libobjc.so.* libobjc.so NXConstStr.pico Object.pico Protocol.pico accessors.pico linking.pico class.pico encoding.pico error.pico gc.pico hash.pico init.pico ivars.pico memory.pico methods.pico nil_method.pico objc-foreach.pico objc-sync.pico objects.pico protocols.pico sarray.pico selector.pico sendmsg.pico thr.pico exception.pico NXConstStr.pico.tmp Object.pico.tmp Protocol.pico.tmp accessors.pico.tmp linking.pico.tmp class.pico.tmp encoding.pico.tmp error.pico.tmp gc.pico.tmp hash.pico.tmp init.pico.tmp ivars.pico.tmp memory.pico.tmp methods.pico.tmp nil_method.pico.tmp objc-foreach.pico.tmp objc-sync.pico.tmp objects.pico.tmp protocols.pico.tmp sarray.pico.tmp selector.pico.tmp sendmsg.pico.tmp thr.pico.tmp exception.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f libldap.so.6.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f libldap.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f libobjc_pic.a libobjc.so.* libobjc.so NXConstStr.pico Object.pico Protocol.pico accessors.pico linking.pico class.pico encoding.pico error.pico gc.pico hash.pico init.pico ivars.pico memory.pico methods.pico nil_method.pico objc-foreach.pico objc-sync.pico objects.pico protocols.pico sarray.pico selector.pico sendmsg.pico thr.pico exception.pico NXConstStr.pico.tmp Object.pico.tmp Protocol.pico.tmp accessors.pico.tmp linking.pico.tmp class.pico.tmp encoding.pico.tmp error.pico.tmp gc.pico.tmp hash.pico.tmp init.pico.tmp ivars.pico.tmp memory.pico.tmp methods.pico.tmp nil_method.pico.tmp objc-foreach.pico.tmp objc-sync.pico.tmp objects.pico.tmp protocols.pico.tmp sarray.pico.tmp selector.pico.tmp sendmsg.pico.tmp thr.pico.tmp exception.pico.tmp || true) --- libclean5 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f llib-lobjc.ln class.ln encoding.ln error.ln gc.ln hash.ln init.ln ivars.ln memory.ln methods.ln nil_method.ln objc-foreach.ln objc-sync.ln objects.ln protocols.ln sarray.ln selector.ln sendmsg.ln thr.ln exception.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap && rm -f ldap.html3 ldap_abandon.html3 ldap_add.html3 ldap_bind.html3 ldap_compare.html3 ldap_delete.html3 ldap_dup.html3 ldap_error.html3 ldap_first_attribute.html3 ldap_first_entry.html3 ldap_first_message.html3 ldap_first_reference.html3 ldap_get_dn.html3 ldap_get_values.html3 ldap_modify.html3 ldap_modrdn.html3 ldap_open.html3 ldap_parse_reference.html3 ldap_parse_result.html3 ldap_result.html3 ldap_schema.html3 ldap_search.html3 ldap_sort.html3 ldap_url.html3 ldap.conf.html5 ldif.html5 .depend abandon.d account_usability.d add.d addentry.d assertion.d avl.d bind.d cancel.d charray.d compare.d controls.d cyrus.d dds.d delete.d deref.d dnssrv.d error.d extended.d fetch.d filter.d free.d getattr.d getdn.d getentry.d getvalues.d gssapi.d init.d lbase64.d ldap_sync.d ldif.d ldifutil.d messages.d modify.d modrdn.d msctrl.d open.d options.d os-ip.d os-local.d pagectrl.d passwd.d ppolicy.d print.d psearchctrl.d references.d request.d result.d sasl.d sbind.d schema.d search.d sort.d sortctrl.d stctrl.d string.d tavl.d tls2.d tls_g.d tls_o.d turn.d txn.d unbind.d url.d utf-8-conv.d utf-8.d util-int.d vlvctrl.d whoami.d abandon.d.tmp account_usability.d.tmp add.d.tmp addentry.d.tmp assertion.d.tmp avl.d.tmp bind.d.tmp cancel.d.tmp charray.d.tmp compare.d.tmp controls.d.tmp cyrus.d.tmp dds.d.tmp delete.d.tmp deref.d.tmp dnssrv.d.tmp error.d.tmp extended.d.tmp fetch.d.tmp filter.d.tmp free.d.tmp getattr.d.tmp getdn.d.tmp getentry.d.tmp getvalues.d.tmp gssapi.d.tmp init.d.tmp lbase64.d.tmp ldap_sync.d.tmp ldif.d.tmp ldifutil.d.tmp messages.d.tmp modify.d.tmp modrdn.d.tmp msctrl.d.tmp open.d.tmp options.d.tmp os-ip.d.tmp os-local.d.tmp pagectrl.d.tmp passwd.d.tmp ppolicy.d.tmp print.d.tmp psearchctrl.d.tmp references.d.tmp request.d.tmp result.d.tmp sasl.d.tmp sbind.d.tmp schema.d.tmp search.d.tmp sort.d.tmp sortctrl.d.tmp stctrl.d.tmp string.d.tmp tavl.d.tmp tls2.d.tmp tls_g.d.tmp tls_o.d.tmp turn.d.tmp txn.d.tmp unbind.d.tmp url.d.tmp utf-8-conv.d.tmp utf-8.d.tmp util-int.d.tmp vlvctrl.d.tmp whoami.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f llib-lobjc.ln class.ln encoding.ln error.ln gc.ln hash.ln init.ln ivars.ln memory.ln methods.ln nil_method.ln objc-foreach.ln objc-sync.ln objects.ln protocols.ln sarray.ln selector.ln sendmsg.ln thr.ln exception.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap && rm -f ldap.html3 ldap_abandon.html3 ldap_add.html3 ldap_bind.html3 ldap_compare.html3 ldap_delete.html3 ldap_dup.html3 ldap_error.html3 ldap_first_attribute.html3 ldap_first_entry.html3 ldap_first_message.html3 ldap_first_reference.html3 ldap_get_dn.html3 ldap_get_values.html3 ldap_modify.html3 ldap_modrdn.html3 ldap_open.html3 ldap_parse_reference.html3 ldap_parse_result.html3 ldap_result.html3 ldap_schema.html3 ldap_search.html3 ldap_sort.html3 ldap_url.html3 ldap.conf.html5 ldif.html5 .depend abandon.d account_usability.d add.d addentry.d assertion.d avl.d bind.d cancel.d charray.d compare.d controls.d cyrus.d dds.d delete.d deref.d dnssrv.d error.d extended.d fetch.d filter.d free.d getattr.d getdn.d getentry.d getvalues.d gssapi.d init.d lbase64.d ldap_sync.d ldif.d ldifutil.d messages.d modify.d modrdn.d msctrl.d open.d options.d os-ip.d os-local.d pagectrl.d passwd.d ppolicy.d print.d psearchctrl.d references.d request.d result.d sasl.d sbind.d schema.d search.d sort.d sortctrl.d stctrl.d string.d tavl.d tls2.d tls_g.d tls_o.d turn.d txn.d unbind.d url.d utf-8-conv.d utf-8.d util-int.d vlvctrl.d whoami.d abandon.d.tmp account_usability.d.tmp add.d.tmp addentry.d.tmp assertion.d.tmp avl.d.tmp bind.d.tmp cancel.d.tmp charray.d.tmp compare.d.tmp controls.d.tmp cyrus.d.tmp dds.d.tmp delete.d.tmp deref.d.tmp dnssrv.d.tmp error.d.tmp extended.d.tmp fetch.d.tmp filter.d.tmp free.d.tmp getattr.d.tmp getdn.d.tmp getentry.d.tmp getvalues.d.tmp gssapi.d.tmp init.d.tmp lbase64.d.tmp ldap_sync.d.tmp ldif.d.tmp ldifutil.d.tmp messages.d.tmp modify.d.tmp modrdn.d.tmp msctrl.d.tmp open.d.tmp options.d.tmp os-ip.d.tmp os-local.d.tmp pagectrl.d.tmp passwd.d.tmp ppolicy.d.tmp print.d.tmp psearchctrl.d.tmp references.d.tmp request.d.tmp result.d.tmp sasl.d.tmp sbind.d.tmp schema.d.tmp search.d.tmp sort.d.tmp sortctrl.d.tmp stctrl.d.tmp string.d.tmp tavl.d.tmp tls2.d.tmp tls_g.d.tmp tls_o.d.tmp turn.d.tmp txn.d.tmp unbind.d.tmp url.d.tmp utf-8-conv.d.tmp utf-8.d.tmp util-int.d.tmp vlvctrl.d.tmp whoami.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f rtscratch rtscratch.s runtime-info.h cs-tconfig.h tconfig.h insn-constants.h insn-flags.h sysroot-suffix.h options.h optionlist libobjc.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-../external/bsd/openldap/lib/libldap_r --- cleandir ===> lib/../external/bsd/openldap/lib/libldap_r --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f rtscratch rtscratch.s runtime-info.h cs-tconfig.h tconfig.h insn-constants.h insn-flags.h sysroot-suffix.h options.h optionlist libobjc.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libobjc && rm -f bits enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend NXConstStr.d Object.d Protocol.d accessors.d class.d enable-execute-stack.d encoding.d error.d exception.d gc.d hash.d init.d ivars.d linking.d memory.d methods.d nil_method.d objc-foreach.d objc-sync.d objects.d protocols.d sarray.d selector.d sendmsg.d thr.d NXConstStr.d.tmp Object.d.tmp Protocol.d.tmp accessors.d.tmp class.d.tmp enable-execute-stack.d.tmp encoding.d.tmp error.d.tmp exception.d.tmp gc.d.tmp hash.d.tmp init.d.tmp ivars.d.tmp linking.d.tmp memory.d.tmp methods.d.tmp nil_method.d.tmp objc-foreach.d.tmp objc-sync.d.tmp objects.d.tmp protocols.d.tmp sarray.d.tmp selector.d.tmp sendmsg.d.tmp thr.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libobjc && rm -f bits enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend NXConstStr.d Object.d Protocol.d accessors.d class.d enable-execute-stack.d encoding.d error.d exception.d gc.d hash.d init.d ivars.d linking.d memory.d methods.d nil_method.d objc-foreach.d objc-sync.d objects.d protocols.d sarray.d selector.d sendmsg.d thr.d NXConstStr.d.tmp Object.d.tmp Protocol.d.tmp accessors.d.tmp class.d.tmp enable-execute-stack.d.tmp encoding.d.tmp error.d.tmp exception.d.tmp gc.d.tmp hash.d.tmp init.d.tmp ivars.d.tmp linking.d.tmp memory.d.tmp methods.d.tmp nil_method.d.tmp objc-foreach.d.tmp objc-sync.d.tmp objects.d.tmp protocols.d.tmp sarray.d.tmp selector.d.tmp sendmsg.d.tmp thr.d.tmp tags || true) --- cleandir-libgomp --- cleandir ===> external/gpl3/gcc/lib/libgomp --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f libgomp.a alloc.o atomic.o barrier.o critical.o env.o error.o icv.o icv-device.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o sections.o single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o time.o fortran.o affinity.o target.o splay-tree.o libgomp-plugin.o oacc-parallel.o oacc-host.o oacc-init.o oacc-mem.o oacc-async.o oacc-plugin.o oacc-cuda.o priority_queue.o affinity-fmt.o teams.o oacc-profiling.o oacc-target.o alloc.o.tmp atomic.o.tmp barrier.o.tmp critical.o.tmp env.o.tmp error.o.tmp icv.o.tmp icv-device.o.tmp iter.o.tmp iter_ull.o.tmp loop.o.tmp loop_ull.o.tmp ordered.o.tmp parallel.o.tmp sections.o.tmp single.o.tmp task.o.tmp team.o.tmp work.o.tmp lock.o.tmp mutex.o.tmp proc.o.tmp sem.o.tmp bar.o.tmp ptrlock.o.tmp time.o.tmp fortran.o.tmp affinity.o.tmp target.o.tmp splay-tree.o.tmp libgomp-plugin.o.tmp oacc-parallel.o.tmp oacc-host.o.tmp oacc-init.o.tmp oacc-mem.o.tmp oacc-async.o.tmp oacc-plugin.o.tmp oacc-cuda.o.tmp priority_queue.o.tmp affinity-fmt.o.tmp teams.o.tmp oacc-profiling.o.tmp oacc-target.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f libgomp.a alloc.o atomic.o barrier.o critical.o env.o error.o icv.o icv-device.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o sections.o single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o time.o fortran.o affinity.o target.o splay-tree.o libgomp-plugin.o oacc-parallel.o oacc-host.o oacc-init.o oacc-mem.o oacc-async.o oacc-plugin.o oacc-cuda.o priority_queue.o affinity-fmt.o teams.o oacc-profiling.o oacc-target.o alloc.o.tmp atomic.o.tmp barrier.o.tmp critical.o.tmp env.o.tmp error.o.tmp icv.o.tmp icv-device.o.tmp iter.o.tmp iter_ull.o.tmp loop.o.tmp loop_ull.o.tmp ordered.o.tmp parallel.o.tmp sections.o.tmp single.o.tmp task.o.tmp team.o.tmp work.o.tmp lock.o.tmp mutex.o.tmp proc.o.tmp sem.o.tmp bar.o.tmp ptrlock.o.tmp time.o.tmp fortran.o.tmp affinity.o.tmp target.o.tmp splay-tree.o.tmp libgomp-plugin.o.tmp oacc-parallel.o.tmp oacc-host.o.tmp oacc-init.o.tmp oacc-mem.o.tmp oacc-async.o.tmp oacc-plugin.o.tmp oacc-cuda.o.tmp priority_queue.o.tmp affinity-fmt.o.tmp teams.o.tmp oacc-profiling.o.tmp oacc-target.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f libgomp_p.a alloc.po atomic.po barrier.po critical.po env.po error.po icv.po icv-device.po iter.po iter_ull.po loop.po loop_ull.po ordered.po parallel.po sections.po single.po task.po team.po work.po lock.po mutex.po proc.po sem.po bar.po ptrlock.po time.po fortran.po affinity.po target.po splay-tree.po libgomp-plugin.po oacc-parallel.po oacc-host.po oacc-init.po oacc-mem.po oacc-async.po oacc-plugin.po oacc-cuda.po priority_queue.po affinity-fmt.po teams.po oacc-profiling.po oacc-target.po alloc.po.tmp atomic.po.tmp barrier.po.tmp critical.po.tmp env.po.tmp error.po.tmp icv.po.tmp icv-device.po.tmp iter.po.tmp iter_ull.po.tmp loop.po.tmp loop_ull.po.tmp ordered.po.tmp parallel.po.tmp sections.po.tmp single.po.tmp task.po.tmp team.po.tmp work.po.tmp lock.po.tmp mutex.po.tmp proc.po.tmp sem.po.tmp bar.po.tmp ptrlock.po.tmp time.po.tmp fortran.po.tmp affinity.po.tmp target.po.tmp splay-tree.po.tmp libgomp-plugin.po.tmp oacc-parallel.po.tmp oacc-host.po.tmp oacc-init.po.tmp oacc-mem.po.tmp oacc-async.po.tmp oacc-plugin.po.tmp oacc-cuda.po.tmp priority_queue.po.tmp affinity-fmt.po.tmp teams.po.tmp oacc-profiling.po.tmp oacc-target.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f libgomp_p.a alloc.po atomic.po barrier.po critical.po env.po error.po icv.po icv-device.po iter.po iter_ull.po loop.po loop_ull.po ordered.po parallel.po sections.po single.po task.po team.po work.po lock.po mutex.po proc.po sem.po bar.po ptrlock.po time.po fortran.po affinity.po target.po splay-tree.po libgomp-plugin.po oacc-parallel.po oacc-host.po oacc-init.po oacc-mem.po oacc-async.po oacc-plugin.po oacc-cuda.po priority_queue.po affinity-fmt.po teams.po oacc-profiling.po oacc-target.po alloc.po.tmp atomic.po.tmp barrier.po.tmp critical.po.tmp env.po.tmp error.po.tmp icv.po.tmp icv-device.po.tmp iter.po.tmp iter_ull.po.tmp loop.po.tmp loop_ull.po.tmp ordered.po.tmp parallel.po.tmp sections.po.tmp single.po.tmp task.po.tmp team.po.tmp work.po.tmp lock.po.tmp mutex.po.tmp proc.po.tmp sem.po.tmp bar.po.tmp ptrlock.po.tmp time.po.tmp fortran.po.tmp affinity.po.tmp target.po.tmp splay-tree.po.tmp libgomp-plugin.po.tmp oacc-parallel.po.tmp oacc-host.po.tmp oacc-init.po.tmp oacc-mem.po.tmp oacc-async.po.tmp oacc-plugin.po.tmp oacc-cuda.po.tmp priority_queue.po.tmp affinity-fmt.po.tmp teams.po.tmp oacc-profiling.po.tmp oacc-target.po.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f libldap_r.a bind.o open.o result.o error.o compare.o search.o controls.o messages.o references.o extended.o cyrus.o modify.o add.o modrdn.o delete.o abandon.o sasl.o sbind.o unbind.o cancel.o msctrl.o filter.o free.o sort.o passwd.o whoami.o lbase64.o getdn.o getentry.o getattr.o getvalues.o addentry.o request.o os-ip.o url.o pagectrl.o sortctrl.o vlvctrl.o init.o options.o print.o string.o util-int.o schema.o charray.o os-local.o dnssrv.o utf-8.o utf-8-conv.o turn.o ppolicy.o dds.o txn.o ldap_sync.o stctrl.o assertion.o deref.o fetch.o ldif.o tavl.o account_usability.o avl.o psearchctrl.o ldifutil.o gssapi.o tls2.o tls_o.o tls_g.o threads.o rdwr.o rq.o thr_posix.o thr_thr.o thr_nt.o thr_pth.o thr_debug.o tpool.o bind.o.tmp open.o.tmp result.o.tmp error.o.tmp compare.o.tmp search.o.tmp controls.o.tmp messages.o.tmp references.o.tmp extended.o.tmp cyrus.o.tmp modify.o.tmp add.o.tmp modrdn.o.tmp delete.o.tmp abandon.o.tmp sasl.o.tmp sbind.o.tmp unbind.o.tmp cancel.o.tmp msctrl.o.tmp filter.o.tmp free.o.tmp sort.o.tmp passwd.o.tmp whoami.o.tmp lbase64.o.tmp getdn.o.tmp getentry.o.tmp getattr.o.tmp getvalues.o.tmp addentry.o.tmp request.o.tmp os-ip.o.tmp url.o.tmp pagectrl.o.tmp sortctrl.o.tmp vlvctrl.o.tmp init.o.tmp options.o.tmp print.o.tmp string.o.tmp util-int.o.tmp schema.o.tmp charray.o.tmp os-local.o.tmp dnssrv.o.tmp utf-8.o.tmp utf-8-conv.o.tmp turn.o.tmp ppolicy.o.tmp dds.o.tmp txn.o.tmp ldap_sync.o.tmp stctrl.o.tmp assertion.o.tmp deref.o.tmp fetch.o.tmp ldif.o.tmp tavl.o.tmp account_usability.o.tmp avl.o.tmp psearchctrl.o.tmp ldifutil.o.tmp gssapi.o.tmp tls2.o.tmp tls_o.o.tmp tls_g.o.tmp threads.o.tmp rdwr.o.tmp rq.o.tmp thr_posix.o.tmp thr_thr.o.tmp thr_nt.o.tmp thr_pth.o.tmp thr_debug.o.tmp tpool.o.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f libgomp_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f libldap_r.a bind.o open.o result.o error.o compare.o search.o controls.o messages.o references.o extended.o cyrus.o modify.o add.o modrdn.o delete.o abandon.o sasl.o sbind.o unbind.o cancel.o msctrl.o filter.o free.o sort.o passwd.o whoami.o lbase64.o getdn.o getentry.o getattr.o getvalues.o addentry.o request.o os-ip.o url.o pagectrl.o sortctrl.o vlvctrl.o init.o options.o print.o string.o util-int.o schema.o charray.o os-local.o dnssrv.o utf-8.o utf-8-conv.o turn.o ppolicy.o dds.o txn.o ldap_sync.o stctrl.o assertion.o deref.o fetch.o ldif.o tavl.o account_usability.o avl.o psearchctrl.o ldifutil.o gssapi.o tls2.o tls_o.o tls_g.o threads.o rdwr.o rq.o thr_posix.o thr_thr.o thr_nt.o thr_pth.o thr_debug.o tpool.o bind.o.tmp open.o.tmp result.o.tmp error.o.tmp compare.o.tmp search.o.tmp controls.o.tmp messages.o.tmp references.o.tmp extended.o.tmp cyrus.o.tmp modify.o.tmp add.o.tmp modrdn.o.tmp delete.o.tmp abandon.o.tmp sasl.o.tmp sbind.o.tmp unbind.o.tmp cancel.o.tmp msctrl.o.tmp filter.o.tmp free.o.tmp sort.o.tmp passwd.o.tmp whoami.o.tmp lbase64.o.tmp getdn.o.tmp getentry.o.tmp getattr.o.tmp getvalues.o.tmp addentry.o.tmp request.o.tmp os-ip.o.tmp url.o.tmp pagectrl.o.tmp sortctrl.o.tmp vlvctrl.o.tmp init.o.tmp options.o.tmp print.o.tmp string.o.tmp util-int.o.tmp schema.o.tmp charray.o.tmp os-local.o.tmp dnssrv.o.tmp utf-8.o.tmp utf-8-conv.o.tmp turn.o.tmp ppolicy.o.tmp dds.o.tmp txn.o.tmp ldap_sync.o.tmp stctrl.o.tmp assertion.o.tmp deref.o.tmp fetch.o.tmp ldif.o.tmp tavl.o.tmp account_usability.o.tmp avl.o.tmp psearchctrl.o.tmp ldifutil.o.tmp gssapi.o.tmp tls2.o.tmp tls_o.o.tmp tls_g.o.tmp threads.o.tmp rdwr.o.tmp rq.o.tmp thr_posix.o.tmp thr_thr.o.tmp thr_nt.o.tmp thr_pth.o.tmp thr_debug.o.tmp tpool.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f libgomp_g.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_p.a bind.po open.po result.po error.po compare.po search.po controls.po messages.po references.po extended.po cyrus.po modify.po add.po modrdn.po delete.po abandon.po sasl.po sbind.po unbind.po cancel.po msctrl.po filter.po free.po sort.po passwd.po whoami.po lbase64.po getdn.po getentry.po getattr.po getvalues.po addentry.po request.po os-ip.po url.po pagectrl.po sortctrl.po vlvctrl.po init.po options.po print.po string.po util-int.po schema.po charray.po os-local.po dnssrv.po utf-8.po utf-8-conv.po turn.po ppolicy.po dds.po txn.po ldap_sync.po stctrl.po assertion.po deref.po fetch.po ldif.po tavl.po account_usability.po avl.po psearchctrl.po ldifutil.po gssapi.po tls2.po tls_o.po tls_g.po threads.po rdwr.po rq.po thr_posix.po thr_thr.po thr_nt.po thr_pth.po thr_debug.po tpool.po bind.po.tmp open.po.tmp result.po.tmp error.po.tmp compare.po.tmp search.po.tmp controls.po.tmp messages.po.tmp references.po.tmp extended.po.tmp cyrus.po.tmp modify.po.tmp add.po.tmp modrdn.po.tmp delete.po.tmp abandon.po.tmp sasl.po.tmp sbind.po.tmp unbind.po.tmp cancel.po.tmp msctrl.po.tmp filter.po.tmp free.po.tmp sort.po.tmp passwd.po.tmp whoami.po.tmp lbase64.po.tmp getdn.po.tmp getentry.po.tmp getattr.po.tmp getvalues.po.tmp addentry.po.tmp request.po.tmp os-ip.po.tmp url.po.tmp pagectrl.po.tmp sortctrl.po.tmp vlvctrl.po.tmp init.po.tmp options.po.tmp print.po.tmp string.po.tmp util-int.po.tmp schema.po.tmp charray.po.tmp os-local.po.tmp dnssrv.po.tmp utf-8.po.tmp utf-8-conv.po.tmp turn.po.tmp ppolicy.po.tmp dds.po.tmp txn.po.tmp ldap_sync.po.tmp stctrl.po.tmp assertion.po.tmp deref.po.tmp fetch.po.tmp ldif.po.tmp tavl.po.tmp account_usability.po.tmp avl.po.tmp psearchctrl.po.tmp ldifutil.po.tmp gssapi.po.tmp tls2.po.tmp tls_o.po.tmp tls_g.po.tmp threads.po.tmp rdwr.po.tmp rq.po.tmp thr_posix.po.tmp thr_thr.po.tmp thr_nt.po.tmp thr_pth.po.tmp thr_debug.po.tmp tpool.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f libgomp_pic.a libgomp.so.* libgomp.so alloc.pico atomic.pico barrier.pico critical.pico env.pico error.pico icv.pico icv-device.pico iter.pico iter_ull.pico loop.pico loop_ull.pico ordered.pico parallel.pico sections.pico single.pico task.pico team.pico work.pico lock.pico mutex.pico proc.pico sem.pico bar.pico ptrlock.pico time.pico fortran.pico affinity.pico target.pico splay-tree.pico libgomp-plugin.pico oacc-parallel.pico oacc-host.pico oacc-init.pico oacc-mem.pico oacc-async.pico oacc-plugin.pico oacc-cuda.pico priority_queue.pico affinity-fmt.pico teams.pico oacc-profiling.pico oacc-target.pico alloc.pico.tmp atomic.pico.tmp barrier.pico.tmp critical.pico.tmp env.pico.tmp error.pico.tmp icv.pico.tmp icv-device.pico.tmp iter.pico.tmp iter_ull.pico.tmp loop.pico.tmp loop_ull.pico.tmp ordered.pico.tmp parallel.pico.tmp sections.pico.tmp single.pico.tmp task.pico.tmp team.pico.tmp work.pico.tmp lock.pico.tmp mutex.pico.tmp proc.pico.tmp sem.pico.tmp bar.pico.tmp ptrlock.pico.tmp time.pico.tmp fortran.pico.tmp affinity.pico.tmp target.pico.tmp splay-tree.pico.tmp libgomp-plugin.pico.tmp oacc-parallel.pico.tmp oacc-host.pico.tmp oacc-init.pico.tmp oacc-mem.pico.tmp oacc-async.pico.tmp oacc-plugin.pico.tmp oacc-cuda.pico.tmp priority_queue.pico.tmp affinity-fmt.pico.tmp teams.pico.tmp oacc-profiling.pico.tmp oacc-target.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_p.a bind.po open.po result.po error.po compare.po search.po controls.po messages.po references.po extended.po cyrus.po modify.po add.po modrdn.po delete.po abandon.po sasl.po sbind.po unbind.po cancel.po msctrl.po filter.po free.po sort.po passwd.po whoami.po lbase64.po getdn.po getentry.po getattr.po getvalues.po addentry.po request.po os-ip.po url.po pagectrl.po sortctrl.po vlvctrl.po init.po options.po print.po string.po util-int.po schema.po charray.po os-local.po dnssrv.po utf-8.po utf-8-conv.po turn.po ppolicy.po dds.po txn.po ldap_sync.po stctrl.po assertion.po deref.po fetch.po ldif.po tavl.po account_usability.po avl.po psearchctrl.po ldifutil.po gssapi.po tls2.po tls_o.po tls_g.po threads.po rdwr.po rq.po thr_posix.po thr_thr.po thr_nt.po thr_pth.po thr_debug.po tpool.po bind.po.tmp open.po.tmp result.po.tmp error.po.tmp compare.po.tmp search.po.tmp controls.po.tmp messages.po.tmp references.po.tmp extended.po.tmp cyrus.po.tmp modify.po.tmp add.po.tmp modrdn.po.tmp delete.po.tmp abandon.po.tmp sasl.po.tmp sbind.po.tmp unbind.po.tmp cancel.po.tmp msctrl.po.tmp filter.po.tmp free.po.tmp sort.po.tmp passwd.po.tmp whoami.po.tmp lbase64.po.tmp getdn.po.tmp getentry.po.tmp getattr.po.tmp getvalues.po.tmp addentry.po.tmp request.po.tmp os-ip.po.tmp url.po.tmp pagectrl.po.tmp sortctrl.po.tmp vlvctrl.po.tmp init.po.tmp options.po.tmp print.po.tmp string.po.tmp util-int.po.tmp schema.po.tmp charray.po.tmp os-local.po.tmp dnssrv.po.tmp utf-8.po.tmp utf-8-conv.po.tmp turn.po.tmp ppolicy.po.tmp dds.po.tmp txn.po.tmp ldap_sync.po.tmp stctrl.po.tmp assertion.po.tmp deref.po.tmp fetch.po.tmp ldif.po.tmp tavl.po.tmp account_usability.po.tmp avl.po.tmp psearchctrl.po.tmp ldifutil.po.tmp gssapi.po.tmp tls2.po.tmp tls_o.po.tmp tls_g.po.tmp threads.po.tmp rdwr.po.tmp rq.po.tmp thr_posix.po.tmp thr_thr.po.tmp thr_nt.po.tmp thr_pth.po.tmp thr_debug.po.tmp tpool.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f libgomp_pic.a libgomp.so.* libgomp.so alloc.pico atomic.pico barrier.pico critical.pico env.pico error.pico icv.pico icv-device.pico iter.pico iter_ull.pico loop.pico loop_ull.pico ordered.pico parallel.pico sections.pico single.pico task.pico team.pico work.pico lock.pico mutex.pico proc.pico sem.pico bar.pico ptrlock.pico time.pico fortran.pico affinity.pico target.pico splay-tree.pico libgomp-plugin.pico oacc-parallel.pico oacc-host.pico oacc-init.pico oacc-mem.pico oacc-async.pico oacc-plugin.pico oacc-cuda.pico priority_queue.pico affinity-fmt.pico teams.pico oacc-profiling.pico oacc-target.pico alloc.pico.tmp atomic.pico.tmp barrier.pico.tmp critical.pico.tmp env.pico.tmp error.pico.tmp icv.pico.tmp icv-device.pico.tmp iter.pico.tmp iter_ull.pico.tmp loop.pico.tmp loop_ull.pico.tmp ordered.pico.tmp parallel.pico.tmp sections.pico.tmp single.pico.tmp task.pico.tmp team.pico.tmp work.pico.tmp lock.pico.tmp mutex.pico.tmp proc.pico.tmp sem.pico.tmp bar.pico.tmp ptrlock.pico.tmp time.pico.tmp fortran.pico.tmp affinity.pico.tmp target.pico.tmp splay-tree.pico.tmp libgomp-plugin.pico.tmp oacc-parallel.pico.tmp oacc-host.pico.tmp oacc-init.pico.tmp oacc-mem.pico.tmp oacc-async.pico.tmp oacc-plugin.pico.tmp oacc-cuda.pico.tmp priority_queue.pico.tmp affinity-fmt.pico.tmp teams.pico.tmp oacc-profiling.pico.tmp oacc-target.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f llib-lgomp.ln alloc.ln atomic.ln barrier.ln critical.ln env.ln error.ln icv.ln icv-device.ln iter.ln iter_ull.ln loop.ln loop_ull.ln ordered.ln parallel.ln sections.ln single.ln task.ln team.ln work.ln lock.ln mutex.ln proc.ln sem.ln bar.ln ptrlock.ln time.ln fortran.ln affinity.ln target.ln splay-tree.ln libgomp-plugin.ln oacc-parallel.ln oacc-host.ln oacc-init.ln oacc-mem.ln oacc-async.ln oacc-plugin.ln oacc-cuda.ln priority_queue.ln affinity-fmt.ln teams.ln oacc-profiling.ln oacc-target.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f llib-lgomp.ln alloc.ln atomic.ln barrier.ln critical.ln env.ln error.ln icv.ln icv-device.ln iter.ln iter_ull.ln loop.ln loop_ull.ln ordered.ln parallel.ln sections.ln single.ln task.ln team.ln work.ln lock.ln mutex.ln proc.ln sem.ln bar.ln ptrlock.ln time.ln fortran.ln affinity.ln target.ln splay-tree.ln libgomp-plugin.ln oacc-parallel.ln oacc-host.ln oacc-init.ln oacc-mem.ln oacc-async.ln oacc-plugin.ln oacc-cuda.ln priority_queue.ln affinity-fmt.ln teams.ln oacc-profiling.ln oacc-target.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_pic.a libldap_r.so.* libldap_r.so bind.pico open.pico result.pico error.pico compare.pico search.pico controls.pico messages.pico references.pico extended.pico cyrus.pico modify.pico add.pico modrdn.pico delete.pico abandon.pico sasl.pico sbind.pico unbind.pico cancel.pico msctrl.pico filter.pico free.pico sort.pico passwd.pico whoami.pico lbase64.pico getdn.pico getentry.pico getattr.pico getvalues.pico addentry.pico request.pico os-ip.pico url.pico pagectrl.pico sortctrl.pico vlvctrl.pico init.pico options.pico print.pico string.pico util-int.pico schema.pico charray.pico os-local.pico dnssrv.pico utf-8.pico utf-8-conv.pico turn.pico ppolicy.pico dds.pico txn.pico ldap_sync.pico stctrl.pico assertion.pico deref.pico fetch.pico ldif.pico tavl.pico account_usability.pico avl.pico psearchctrl.pico ldifutil.pico gssapi.pico tls2.pico tls_o.pico tls_g.pico threads.pico rdwr.pico rq.pico thr_posix.pico thr_thr.pico thr_nt.pico thr_pth.pico thr_debug.pico tpool.pico bind.pico.tmp open.pico.tmp result.pico.tmp error.pico.tmp compare.pico.tmp search.pico.tmp controls.pico.tmp messages.pico.tmp references.pico.tmp extended.pico.tmp cyrus.pico.tmp modify.pico.tmp add.pico.tmp modrdn.pico.tmp delete.pico.tmp abandon.pico.tmp sasl.pico.tmp sbind.pico.tmp unbind.pico.tmp cancel.pico.tmp msctrl.pico.tmp filter.pico.tmp free.pico.tmp sort.pico.tmp passwd.pico.tmp whoami.pico.tmp lbase64.pico.tmp getdn.pico.tmp getentry.pico.tmp getattr.pico.tmp getvalues.pico.tmp addentry.pico.tmp request.pico.tmp os-ip.pico.tmp url.pico.tmp pagectrl.pico.tmp sortctrl.pico.tmp vlvctrl.pico.tmp init.pico.tmp options.pico.tmp print.pico.tmp string.pico.tmp util-int.pico.tmp schema.pico.tmp charray.pico.tmp os-local.pico.tmp dnssrv.pico.tmp utf-8.pico.tmp utf-8-conv.pico.tmp turn.pico.tmp ppolicy.pico.tmp dds.pico.tmp txn.pico.tmp ldap_sync.pico.tmp stctrl.pico.tmp assertion.pico.tmp deref.pico.tmp fetch.pico.tmp ldif.pico.tmp tavl.pico.tmp account_usability.pico.tmp avl.pico.tmp psearchctrl.pico.tmp ldifutil.pico.tmp gssapi.pico.tmp tls2.pico.tmp tls_o.pico.tmp tls_g.pico.tmp threads.pico.tmp rdwr.pico.tmp rq.pico.tmp thr_posix.pico.tmp thr_thr.pico.tmp thr_nt.pico.tmp thr_pth.pico.tmp thr_debug.pico.tmp tpool.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f libgomp.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f libgomp.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f libldap_r_pic.a libldap_r.so.* libldap_r.so bind.pico open.pico result.pico error.pico compare.pico search.pico controls.pico messages.pico references.pico extended.pico cyrus.pico modify.pico add.pico modrdn.pico delete.pico abandon.pico sasl.pico sbind.pico unbind.pico cancel.pico msctrl.pico filter.pico free.pico sort.pico passwd.pico whoami.pico lbase64.pico getdn.pico getentry.pico getattr.pico getvalues.pico addentry.pico request.pico os-ip.pico url.pico pagectrl.pico sortctrl.pico vlvctrl.pico init.pico options.pico print.pico string.pico util-int.pico schema.pico charray.pico os-local.pico dnssrv.pico utf-8.pico utf-8-conv.pico turn.pico ppolicy.pico dds.pico txn.pico ldap_sync.pico stctrl.pico assertion.pico deref.pico fetch.pico ldif.pico tavl.pico account_usability.pico avl.pico psearchctrl.pico ldifutil.pico gssapi.pico tls2.pico tls_o.pico tls_g.pico threads.pico rdwr.pico rq.pico thr_posix.pico thr_thr.pico thr_nt.pico thr_pth.pico thr_debug.pico tpool.pico bind.pico.tmp open.pico.tmp result.pico.tmp error.pico.tmp compare.pico.tmp search.pico.tmp controls.pico.tmp messages.pico.tmp references.pico.tmp extended.pico.tmp cyrus.pico.tmp modify.pico.tmp add.pico.tmp modrdn.pico.tmp delete.pico.tmp abandon.pico.tmp sasl.pico.tmp sbind.pico.tmp unbind.pico.tmp cancel.pico.tmp msctrl.pico.tmp filter.pico.tmp free.pico.tmp sort.pico.tmp passwd.pico.tmp whoami.pico.tmp lbase64.pico.tmp getdn.pico.tmp getentry.pico.tmp getattr.pico.tmp getvalues.pico.tmp addentry.pico.tmp request.pico.tmp os-ip.pico.tmp url.pico.tmp pagectrl.pico.tmp sortctrl.pico.tmp vlvctrl.pico.tmp init.pico.tmp options.pico.tmp print.pico.tmp string.pico.tmp util-int.pico.tmp schema.pico.tmp charray.pico.tmp os-local.pico.tmp dnssrv.pico.tmp utf-8.pico.tmp utf-8-conv.pico.tmp turn.pico.tmp ppolicy.pico.tmp dds.pico.tmp txn.pico.tmp ldap_sync.pico.tmp stctrl.pico.tmp assertion.pico.tmp deref.pico.tmp fetch.pico.tmp ldif.pico.tmp tavl.pico.tmp account_usability.pico.tmp avl.pico.tmp psearchctrl.pico.tmp ldifutil.pico.tmp gssapi.pico.tmp tls2.pico.tmp tls_o.pico.tmp tls_g.pico.tmp threads.pico.tmp rdwr.pico.tmp rq.pico.tmp thr_posix.pico.tmp thr_thr.pico.tmp thr_nt.pico.tmp thr_pth.pico.tmp thr_debug.pico.tmp tpool.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libgomp && rm -f .depend affinity-fmt.d affinity.d alloc.d atomic.d bar.d barrier.d critical.d env.d error.d fortran.d icv-device.d icv.d iter.d iter_ull.d libgomp-plugin.d lock.d loop.d loop_ull.d mutex.d oacc-async.d oacc-cuda.d oacc-host.d oacc-init.d oacc-mem.d oacc-parallel.d oacc-plugin.d oacc-profiling.d oacc-target.d ordered.d parallel.d priority_queue.d proc.d ptrlock.d sections.d sem.d single.d splay-tree.d target.d task.d team.d teams.d time.d work.d affinity-fmt.d.tmp affinity.d.tmp alloc.d.tmp atomic.d.tmp bar.d.tmp barrier.d.tmp critical.d.tmp env.d.tmp error.d.tmp fortran.d.tmp icv-device.d.tmp icv.d.tmp iter.d.tmp iter_ull.d.tmp libgomp-plugin.d.tmp lock.d.tmp loop.d.tmp loop_ull.d.tmp mutex.d.tmp oacc-async.d.tmp oacc-cuda.d.tmp oacc-host.d.tmp oacc-init.d.tmp oacc-mem.d.tmp oacc-parallel.d.tmp oacc-plugin.d.tmp oacc-profiling.d.tmp oacc-target.d.tmp ordered.d.tmp parallel.d.tmp priority_queue.d.tmp proc.d.tmp ptrlock.d.tmp sections.d.tmp sem.d.tmp single.d.tmp splay-tree.d.tmp target.d.tmp task.d.tmp team.d.tmp teams.d.tmp time.d.tmp work.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f llib-lldap_r.ln bind.ln open.ln result.ln error.ln compare.ln search.ln controls.ln messages.ln references.ln extended.ln cyrus.ln modify.ln add.ln modrdn.ln delete.ln abandon.ln sasl.ln sbind.ln unbind.ln cancel.ln msctrl.ln filter.ln free.ln sort.ln passwd.ln whoami.ln lbase64.ln getdn.ln getentry.ln getattr.ln getvalues.ln addentry.ln request.ln os-ip.ln url.ln pagectrl.ln sortctrl.ln vlvctrl.ln init.ln options.ln print.ln string.ln util-int.ln schema.ln charray.ln os-local.ln dnssrv.ln utf-8.ln utf-8-conv.ln turn.ln ppolicy.ln dds.ln txn.ln ldap_sync.ln stctrl.ln assertion.ln deref.ln fetch.ln ldif.ln tavl.ln account_usability.ln avl.ln psearchctrl.ln ldifutil.ln gssapi.ln tls2.ln tls_o.ln tls_g.ln threads.ln rdwr.ln rq.ln thr_posix.ln thr_thr.ln thr_nt.ln thr_pth.ln thr_debug.ln tpool.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libgomp && rm -f .depend affinity-fmt.d affinity.d alloc.d atomic.d bar.d barrier.d critical.d env.d error.d fortran.d icv-device.d icv.d iter.d iter_ull.d libgomp-plugin.d lock.d loop.d loop_ull.d mutex.d oacc-async.d oacc-cuda.d oacc-host.d oacc-init.d oacc-mem.d oacc-parallel.d oacc-plugin.d oacc-profiling.d oacc-target.d ordered.d parallel.d priority_queue.d proc.d ptrlock.d sections.d sem.d single.d splay-tree.d target.d task.d team.d teams.d time.d work.d affinity-fmt.d.tmp affinity.d.tmp alloc.d.tmp atomic.d.tmp bar.d.tmp barrier.d.tmp critical.d.tmp env.d.tmp error.d.tmp fortran.d.tmp icv-device.d.tmp icv.d.tmp iter.d.tmp iter_ull.d.tmp libgomp-plugin.d.tmp lock.d.tmp loop.d.tmp loop_ull.d.tmp mutex.d.tmp oacc-async.d.tmp oacc-cuda.d.tmp oacc-host.d.tmp oacc-init.d.tmp oacc-mem.d.tmp oacc-parallel.d.tmp oacc-plugin.d.tmp oacc-profiling.d.tmp oacc-target.d.tmp ordered.d.tmp parallel.d.tmp priority_queue.d.tmp proc.d.tmp ptrlock.d.tmp sections.d.tmp sem.d.tmp single.d.tmp splay-tree.d.tmp target.d.tmp task.d.tmp team.d.tmp teams.d.tmp time.d.tmp work.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f llib-lldap_r.ln bind.ln open.ln result.ln error.ln compare.ln search.ln controls.ln messages.ln references.ln extended.ln cyrus.ln modify.ln add.ln modrdn.ln delete.ln abandon.ln sasl.ln sbind.ln unbind.ln cancel.ln msctrl.ln filter.ln free.ln sort.ln passwd.ln whoami.ln lbase64.ln getdn.ln getentry.ln getattr.ln getvalues.ln addentry.ln request.ln os-ip.ln url.ln pagectrl.ln sortctrl.ln vlvctrl.ln init.ln options.ln print.ln string.ln util-int.ln schema.ln charray.ln os-local.ln dnssrv.ln utf-8.ln utf-8-conv.ln turn.ln ppolicy.ln dds.ln txn.ln ldap_sync.ln stctrl.ln assertion.ln deref.ln fetch.ln ldif.ln tavl.ln account_usability.ln avl.ln psearchctrl.ln ldifutil.ln gssapi.ln tls2.ln tls_o.ln tls_g.ln threads.ln rdwr.ln rq.ln thr_posix.ln thr_thr.ln thr_nt.ln thr_pth.ln thr_debug.ln tpool.ln || true) --- cleandir-external --- --- cleandir-libbacktrace --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libbacktrace --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f libldap_r.so.6.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f libldap_r.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libbacktrace && rm -f libbacktrace.a dwarf.o elf.o fileline.o mmap.o mmapio.o nounwind.o posix.o print.o state.o dwarf.o.tmp elf.o.tmp fileline.o.tmp mmap.o.tmp mmapio.o.tmp nounwind.o.tmp posix.o.tmp print.o.tmp state.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/libldap_r && rm -f .depend abandon.d account_usability.d add.d addentry.d assertion.d avl.d bind.d cancel.d charray.d compare.d controls.d cyrus.d dds.d delete.d deref.d dnssrv.d error.d extended.d fetch.d filter.d free.d getattr.d getdn.d getentry.d getvalues.d gssapi.d init.d lbase64.d ldap_sync.d ldif.d ldifutil.d messages.d modify.d modrdn.d msctrl.d open.d options.d os-ip.d os-local.d pagectrl.d passwd.d ppolicy.d print.d psearchctrl.d rdwr.d references.d request.d result.d rq.d sasl.d sbind.d schema.d search.d sort.d sortctrl.d stctrl.d string.d tavl.d thr_debug.d thr_nt.d thr_posix.d thr_pth.d thr_thr.d threads.d tls2.d tls_g.d tls_o.d tpool.d turn.d txn.d unbind.d url.d utf-8-conv.d utf-8.d util-int.d vlvctrl.d whoami.d abandon.d.tmp account_usability.d.tmp add.d.tmp addentry.d.tmp assertion.d.tmp avl.d.tmp bind.d.tmp cancel.d.tmp charray.d.tmp compare.d.tmp controls.d.tmp cyrus.d.tmp dds.d.tmp delete.d.tmp deref.d.tmp dnssrv.d.tmp error.d.tmp extended.d.tmp fetch.d.tmp filter.d.tmp free.d.tmp getattr.d.tmp getdn.d.tmp getentry.d.tmp getvalues.d.tmp gssapi.d.tmp init.d.tmp lbase64.d.tmp ldap_sync.d.tmp ldif.d.tmp ldifutil.d.tmp messages.d.tmp modify.d.tmp modrdn.d.tmp msctrl.d.tmp open.d.tmp options.d.tmp os-ip.d.tmp os-local.d.tmp pagectrl.d.tmp passwd.d.tmp ppolicy.d.tmp print.d.tmp psearchctrl.d.tmp rdwr.d.tmp references.d.tmp request.d.tmp result.d.tmp rq.d.tmp sasl.d.tmp sbind.d.tmp schema.d.tmp search.d.tmp sort.d.tmp sortctrl.d.tmp stctrl.d.tmp string.d.tmp tavl.d.tmp thr_debug.d.tmp thr_nt.d.tmp thr_posix.d.tmp thr_pth.d.tmp thr_thr.d.tmp threads.d.tmp tls2.d.tmp tls_g.d.tmp tls_o.d.tmp tpool.d.tmp turn.d.tmp txn.d.tmp unbind.d.tmp url.d.tmp utf-8-conv.d.tmp utf-8.d.tmp util-int.d.tmp vlvctrl.d.tmp whoami.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libbacktrace && rm -f libbacktrace.a dwarf.o elf.o fileline.o mmap.o mmapio.o nounwind.o posix.o print.o state.o dwarf.o.tmp elf.o.tmp fileline.o.tmp mmap.o.tmp mmapio.o.tmp nounwind.o.tmp posix.o.tmp print.o.tmp state.o.tmp || true) --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/libldap_r && rm -f .depend abandon.d account_usability.d add.d addentry.d assertion.d avl.d bind.d cancel.d charray.d compare.d controls.d cyrus.d dds.d delete.d deref.d dnssrv.d error.d extended.d fetch.d filter.d free.d getattr.d getdn.d getentry.d getvalues.d gssapi.d init.d lbase64.d ldap_sync.d ldif.d ldifutil.d messages.d modify.d modrdn.d msctrl.d open.d options.d os-ip.d os-local.d pagectrl.d passwd.d ppolicy.d print.d psearchctrl.d rdwr.d references.d request.d result.d rq.d sasl.d sbind.d schema.d search.d sort.d sortctrl.d stctrl.d string.d tavl.d thr_debug.d thr_nt.d thr_posix.d thr_pth.d thr_thr.d threads.d tls2.d tls_g.d tls_o.d tpool.d turn.d txn.d unbind.d url.d utf-8-conv.d utf-8.d util-int.d vlvctrl.d whoami.d abandon.d.tmp account_usability.d.tmp add.d.tmp addentry.d.tmp assertion.d.tmp avl.d.tmp bind.d.tmp cancel.d.tmp charray.d.tmp compare.d.tmp controls.d.tmp cyrus.d.tmp dds.d.tmp delete.d.tmp deref.d.tmp dnssrv.d.tmp error.d.tmp extended.d.tmp fetch.d.tmp filter.d.tmp free.d.tmp getattr.d.tmp getdn.d.tmp getentry.d.tmp getvalues.d.tmp gssapi.d.tmp init.d.tmp lbase64.d.tmp ldap_sync.d.tmp ldif.d.tmp ldifutil.d.tmp messages.d.tmp modify.d.tmp modrdn.d.tmp msctrl.d.tmp open.d.tmp options.d.tmp os-ip.d.tmp os-local.d.tmp pagectrl.d.tmp passwd.d.tmp ppolicy.d.tmp print.d.tmp psearchctrl.d.tmp rdwr.d.tmp references.d.tmp request.d.tmp result.d.tmp rq.d.tmp sasl.d.tmp sbind.d.tmp schema.d.tmp search.d.tmp sort.d.tmp sortctrl.d.tmp stctrl.d.tmp string.d.tmp tavl.d.tmp thr_debug.d.tmp thr_nt.d.tmp thr_posix.d.tmp thr_pth.d.tmp thr_thr.d.tmp threads.d.tmp tls2.d.tmp tls_g.d.tmp tls_o.d.tmp tpool.d.tmp turn.d.tmp txn.d.tmp unbind.d.tmp url.d.tmp utf-8-conv.d.tmp utf-8.d.tmp util-int.d.tmp vlvctrl.d.tmp whoami.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libbacktrace && rm -f libbacktrace_p.a || true) --- cleandir-lib --- --- cleandir-../external/bsd/openldap/lib/liblutil --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libbacktrace && rm -f libbacktrace_p.a || true) --- cleandir-lib --- cleandir ===> lib/../external/bsd/openldap/lib/liblutil --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libbacktrace && rm -f libbacktrace_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libbacktrace && rm -f libbacktrace_g.a || true) --- libclean4 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libbacktrace && rm -f libbacktrace_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f liblutil.a base64.o entropy.o sasl.o signal.o hash.o passfile.o md5.o passwd.o sha1.o getpass.o lockf.o utils.o uuid.o sockpair.o meter.o getpeereid.o detach.o base64.o.tmp entropy.o.tmp sasl.o.tmp signal.o.tmp hash.o.tmp passfile.o.tmp md5.o.tmp passwd.o.tmp sha1.o.tmp getpass.o.tmp lockf.o.tmp utils.o.tmp uuid.o.tmp sockpair.o.tmp meter.o.tmp getpeereid.o.tmp detach.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libbacktrace && rm -f libbacktrace_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f liblutil.a base64.o entropy.o sasl.o signal.o hash.o passfile.o md5.o passwd.o sha1.o getpass.o lockf.o utils.o uuid.o sockpair.o meter.o getpeereid.o detach.o base64.o.tmp entropy.o.tmp sasl.o.tmp signal.o.tmp hash.o.tmp passfile.o.tmp md5.o.tmp passwd.o.tmp sha1.o.tmp getpass.o.tmp lockf.o.tmp utils.o.tmp uuid.o.tmp sockpair.o.tmp meter.o.tmp getpeereid.o.tmp detach.o.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libbacktrace && rm -f llib-lbacktrace.ln dwarf.ln elf.ln fileline.ln mmap.ln mmapio.ln nounwind.ln posix.ln print.ln state.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f liblutil_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libbacktrace && rm -f llib-lbacktrace.ln dwarf.ln elf.ln fileline.ln mmap.ln mmapio.ln nounwind.ln posix.ln print.ln state.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f liblutil_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libbacktrace && rm -f libbacktrace.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f liblutil_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libbacktrace && rm -f libbacktrace.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f liblutil_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libbacktrace && rm -f .depend dwarf.d elf.d fileline.d mmap.d mmapio.d nounwind.d posix.d print.d state.d dwarf.d.tmp elf.d.tmp fileline.d.tmp mmap.d.tmp mmapio.d.tmp nounwind.d.tmp posix.d.tmp print.d.tmp state.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f liblutil_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libbacktrace && rm -f .depend dwarf.d elf.d fileline.d mmap.d mmapio.d nounwind.d posix.d print.d state.d dwarf.d.tmp elf.d.tmp fileline.d.tmp mmap.d.tmp mmapio.d.tmp nounwind.d.tmp posix.d.tmp print.d.tmp state.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f liblutil_pic.a || true) --- cleandir-external --- --- cleandir-liblto_plugin --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/liblto_plugin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f llib-llutil.ln base64.ln entropy.ln sasl.ln signal.ln hash.ln passfile.ln md5.ln passwd.ln sha1.ln getpass.ln lockf.ln utils.ln uuid.ln sockpair.ln meter.ln getpeereid.ln detach.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f llib-llutil.ln base64.ln entropy.ln sasl.ln signal.ln hash.ln passfile.ln md5.ln passwd.ln sha1.ln getpass.ln lockf.ln utils.ln uuid.ln sockpair.ln meter.ln getpeereid.ln detach.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblto_plugin && rm -f liblto_plugin.a lto-plugin.o hashtab.o simple-object.o pex-unix.o pex-common.o argv.o make-temp-file.o concat.o simple-object-elf.o simple-object-mach-o.o simple-object-coff.o simple-object-xcoff.o xstrerror.o xasprintf.o xvasprintf.o safe-ctype.o vprintf-support.o unlink-if-ordinary.o lto-plugin.o.tmp hashtab.o.tmp simple-object.o.tmp pex-unix.o.tmp pex-common.o.tmp argv.o.tmp make-temp-file.o.tmp concat.o.tmp simple-object-elf.o.tmp simple-object-mach-o.o.tmp simple-object-coff.o.tmp simple-object-xcoff.o.tmp xstrerror.o.tmp xasprintf.o.tmp xvasprintf.o.tmp safe-ctype.o.tmp vprintf-support.o.tmp unlink-if-ordinary.o.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f liblutil.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblto_plugin && rm -f liblto_plugin.a lto-plugin.o hashtab.o simple-object.o pex-unix.o pex-common.o argv.o make-temp-file.o concat.o simple-object-elf.o simple-object-mach-o.o simple-object-coff.o simple-object-xcoff.o xstrerror.o xasprintf.o xvasprintf.o safe-ctype.o vprintf-support.o unlink-if-ordinary.o lto-plugin.o.tmp hashtab.o.tmp simple-object.o.tmp pex-unix.o.tmp pex-common.o.tmp argv.o.tmp make-temp-file.o.tmp concat.o.tmp simple-object-elf.o.tmp simple-object-mach-o.o.tmp simple-object-coff.o.tmp simple-object-xcoff.o.tmp xstrerror.o.tmp xasprintf.o.tmp xvasprintf.o.tmp safe-ctype.o.tmp vprintf-support.o.tmp unlink-if-ordinary.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f liblutil.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblto_plugin && rm -f liblto_plugin_p.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblto_plugin && rm -f liblto_plugin_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/openldap/lib/liblutil && rm -f .depend base64.d detach.d entropy.d getpass.d getpeereid.d hash.d lockf.d md5.d meter.d passfile.d passwd.d sasl.d sha1.d signal.d sockpair.d utils.d uuid.d base64.d.tmp detach.d.tmp entropy.d.tmp getpass.d.tmp getpeereid.d.tmp hash.d.tmp lockf.d.tmp md5.d.tmp meter.d.tmp passfile.d.tmp passwd.d.tmp sasl.d.tmp sha1.d.tmp signal.d.tmp sockpair.d.tmp utils.d.tmp uuid.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/openldap/lib/liblutil && rm -f .depend base64.d detach.d entropy.d getpass.d getpeereid.d hash.d lockf.d md5.d meter.d passfile.d passwd.d sasl.d sha1.d signal.d sockpair.d utils.d uuid.d base64.d.tmp detach.d.tmp entropy.d.tmp getpass.d.tmp getpeereid.d.tmp hash.d.tmp lockf.d.tmp md5.d.tmp meter.d.tmp passfile.d.tmp passwd.d.tmp sasl.d.tmp sha1.d.tmp signal.d.tmp sockpair.d.tmp utils.d.tmp uuid.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblto_plugin && rm -f liblto_plugin_g.a || true) --- cleandir-lib --- --- cleandir-../external/cddl/osnet/lib/libzfs --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblto_plugin && rm -f liblto_plugin_g.a || true) --- cleandir-lib --- cleandir ===> lib/../external/cddl/osnet/lib/libzfs --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblto_plugin && rm -f liblto_plugin_pic.a liblto_plugin.so.* liblto_plugin.so lto-plugin.pico hashtab.pico simple-object.pico pex-unix.pico pex-common.pico argv.pico make-temp-file.pico concat.pico simple-object-elf.pico simple-object-mach-o.pico simple-object-coff.pico simple-object-xcoff.pico xstrerror.pico xasprintf.pico xvasprintf.pico safe-ctype.pico vprintf-support.pico unlink-if-ordinary.pico lto-plugin.pico.tmp hashtab.pico.tmp simple-object.pico.tmp pex-unix.pico.tmp pex-common.pico.tmp argv.pico.tmp make-temp-file.pico.tmp concat.pico.tmp simple-object-elf.pico.tmp simple-object-mach-o.pico.tmp simple-object-coff.pico.tmp simple-object-xcoff.pico.tmp xstrerror.pico.tmp xasprintf.pico.tmp xvasprintf.pico.tmp safe-ctype.pico.tmp vprintf-support.pico.tmp unlink-if-ordinary.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblto_plugin && rm -f liblto_plugin_pic.a liblto_plugin.so.* liblto_plugin.so lto-plugin.pico hashtab.pico simple-object.pico pex-unix.pico pex-common.pico argv.pico make-temp-file.pico concat.pico simple-object-elf.pico simple-object-mach-o.pico simple-object-coff.pico simple-object-xcoff.pico xstrerror.pico xasprintf.pico xvasprintf.pico safe-ctype.pico vprintf-support.pico unlink-if-ordinary.pico lto-plugin.pico.tmp hashtab.pico.tmp simple-object.pico.tmp pex-unix.pico.tmp pex-common.pico.tmp argv.pico.tmp make-temp-file.pico.tmp concat.pico.tmp simple-object-elf.pico.tmp simple-object-mach-o.pico.tmp simple-object-coff.pico.tmp simple-object-xcoff.pico.tmp xstrerror.pico.tmp xasprintf.pico.tmp xvasprintf.pico.tmp safe-ctype.pico.tmp vprintf-support.pico.tmp unlink-if-ordinary.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblto_plugin && rm -f llib-lliblto_plugin.ln lto-plugin.ln hashtab.ln simple-object.ln pex-unix.ln pex-common.ln argv.ln make-temp-file.ln concat.ln simple-object-elf.ln simple-object-mach-o.ln simple-object-coff.ln simple-object-xcoff.ln xstrerror.ln xasprintf.ln xvasprintf.ln safe-ctype.ln vprintf-support.ln unlink-if-ordinary.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblto_plugin && rm -f llib-lliblto_plugin.ln lto-plugin.ln hashtab.ln simple-object.ln pex-unix.ln pex-common.ln argv.ln make-temp-file.ln concat.ln simple-object-elf.ln simple-object-mach-o.ln simple-object-coff.ln simple-object-xcoff.ln xstrerror.ln xasprintf.ln xvasprintf.ln safe-ctype.ln vprintf-support.ln unlink-if-ordinary.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblto_plugin && rm -f config.h liblto_plugin.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblto_plugin && rm -f config.h liblto_plugin.so.0.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblto_plugin && rm -f .depend argv.d concat.d hashtab.d lto-plugin.d make-temp-file.d pex-common.d pex-unix.d safe-ctype.d simple-object-coff.d simple-object-elf.d simple-object-mach-o.d simple-object-xcoff.d simple-object.d unlink-if-ordinary.d vprintf-support.d xasprintf.d xstrerror.d xvasprintf.d argv.d.tmp concat.d.tmp hashtab.d.tmp lto-plugin.d.tmp make-temp-file.d.tmp pex-common.d.tmp pex-unix.d.tmp safe-ctype.d.tmp simple-object-coff.d.tmp simple-object-elf.d.tmp simple-object-mach-o.d.tmp simple-object-xcoff.d.tmp simple-object.d.tmp unlink-if-ordinary.d.tmp vprintf-support.d.tmp xasprintf.d.tmp xstrerror.d.tmp xvasprintf.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblto_plugin && rm -f .depend argv.d concat.d hashtab.d lto-plugin.d make-temp-file.d pex-common.d pex-unix.d safe-ctype.d simple-object-coff.d simple-object-elf.d simple-object-mach-o.d simple-object-xcoff.d simple-object.d unlink-if-ordinary.d vprintf-support.d xasprintf.d xstrerror.d xvasprintf.d argv.d.tmp concat.d.tmp hashtab.d.tmp lto-plugin.d.tmp make-temp-file.d.tmp pex-common.d.tmp pex-unix.d.tmp safe-ctype.d.tmp simple-object-coff.d.tmp simple-object-elf.d.tmp simple-object-mach-o.d.tmp simple-object-xcoff.d.tmp simple-object.d.tmp unlink-if-ordinary.d.tmp vprintf-support.d.tmp xasprintf.d.tmp xstrerror.d.tmp xvasprintf.d.tmp tags || true) --- cleandir-libsupc++ --- cleandir ===> external/gpl3/gcc/lib/libsupc++ --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f libzfs.a deviceid.o fsshare.o mkdirp.o mnttab.o thread_pool.o zmount.o zone.o libzfs_changelist.o libzfs_config.o libzfs_dataset.o libzfs_diff.o libzfs_import.o libzfs_iter.o libzfs_mount.o libzfs_pool.o libzfs_sendrecv.o libzfs_status.o libzfs_util.o zfeature_common.o zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o deviceid.o.tmp fsshare.o.tmp mkdirp.o.tmp mnttab.o.tmp thread_pool.o.tmp zmount.o.tmp zone.o.tmp libzfs_changelist.o.tmp libzfs_config.o.tmp libzfs_dataset.o.tmp libzfs_diff.o.tmp libzfs_import.o.tmp libzfs_iter.o.tmp libzfs_mount.o.tmp libzfs_pool.o.tmp libzfs_sendrecv.o.tmp libzfs_status.o.tmp libzfs_util.o.tmp zfeature_common.o.tmp zfs_comutil.o.tmp zfs_deleg.o.tmp zfs_fletcher.o.tmp zfs_namecheck.o.tmp zfs_prop.o.tmp zpool_prop.o.tmp zprop_common.o.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o xmalloc.o array_type_info.o.tmp atexit_arm.o.tmp atexit_thread.o.tmp atomicity.o.tmp bad_alloc.o.tmp bad_array_length.o.tmp bad_array_new.o.tmp bad_cast.o.tmp bad_typeid.o.tmp class_type_info.o.tmp del_op.o.tmp del_ops.o.tmp del_opnt.o.tmp del_opv.o.tmp del_opvs.o.tmp del_opvnt.o.tmp dyncast.o.tmp eh_alloc.o.tmp eh_arm.o.tmp eh_aux_runtime.o.tmp eh_call.o.tmp eh_catch.o.tmp eh_exception.o.tmp eh_globals.o.tmp eh_personality.o.tmp eh_ptr.o.tmp eh_term_handler.o.tmp eh_terminate.o.tmp eh_tm.o.tmp eh_throw.o.tmp eh_type.o.tmp eh_unex_handler.o.tmp enum_type_info.o.tmp function_type_info.o.tmp fundamental_type_info.o.tmp guard.o.tmp guard_error.o.tmp hash_bytes.o.tmp nested_exception.o.tmp new_handler.o.tmp new_op.o.tmp new_opnt.o.tmp new_opv.o.tmp new_opvnt.o.tmp new_opa.o.tmp new_opant.o.tmp new_opva.o.tmp new_opvant.o.tmp del_opa.o.tmp del_opant.o.tmp del_opsa.o.tmp del_opva.o.tmp del_opvant.o.tmp del_opvsa.o.tmp pbase_type_info.o.tmp pmem_type_info.o.tmp pointer_type_info.o.tmp pure.o.tmp si_class_type_info.o.tmp tinfo.o.tmp tinfo2.o.tmp vec.o.tmp vmi_class_type_info.o.tmp vterminate.o.tmp cp-demangle.o.tmp xmalloc.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f libzfs.a deviceid.o fsshare.o mkdirp.o mnttab.o thread_pool.o zmount.o zone.o libzfs_changelist.o libzfs_config.o libzfs_dataset.o libzfs_diff.o libzfs_import.o libzfs_iter.o libzfs_mount.o libzfs_pool.o libzfs_sendrecv.o libzfs_status.o libzfs_util.o zfeature_common.o zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o deviceid.o.tmp fsshare.o.tmp mkdirp.o.tmp mnttab.o.tmp thread_pool.o.tmp zmount.o.tmp zone.o.tmp libzfs_changelist.o.tmp libzfs_config.o.tmp libzfs_dataset.o.tmp libzfs_diff.o.tmp libzfs_import.o.tmp libzfs_iter.o.tmp libzfs_mount.o.tmp libzfs_pool.o.tmp libzfs_sendrecv.o.tmp libzfs_status.o.tmp libzfs_util.o.tmp zfeature_common.o.tmp zfs_comutil.o.tmp zfs_deleg.o.tmp zfs_fletcher.o.tmp zfs_namecheck.o.tmp zfs_prop.o.tmp zpool_prop.o.tmp zprop_common.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o xmalloc.o array_type_info.o.tmp atexit_arm.o.tmp atexit_thread.o.tmp atomicity.o.tmp bad_alloc.o.tmp bad_array_length.o.tmp bad_array_new.o.tmp bad_cast.o.tmp bad_typeid.o.tmp class_type_info.o.tmp del_op.o.tmp del_ops.o.tmp del_opnt.o.tmp del_opv.o.tmp del_opvs.o.tmp del_opvnt.o.tmp dyncast.o.tmp eh_alloc.o.tmp eh_arm.o.tmp eh_aux_runtime.o.tmp eh_call.o.tmp eh_catch.o.tmp eh_exception.o.tmp eh_globals.o.tmp eh_personality.o.tmp eh_ptr.o.tmp eh_term_handler.o.tmp eh_terminate.o.tmp eh_tm.o.tmp eh_throw.o.tmp eh_type.o.tmp eh_unex_handler.o.tmp enum_type_info.o.tmp function_type_info.o.tmp fundamental_type_info.o.tmp guard.o.tmp guard_error.o.tmp hash_bytes.o.tmp nested_exception.o.tmp new_handler.o.tmp new_op.o.tmp new_opnt.o.tmp new_opv.o.tmp new_opvnt.o.tmp new_opa.o.tmp new_opant.o.tmp new_opva.o.tmp new_opvant.o.tmp del_opa.o.tmp del_opant.o.tmp del_opsa.o.tmp del_opva.o.tmp del_opvant.o.tmp del_opvsa.o.tmp pbase_type_info.o.tmp pmem_type_info.o.tmp pointer_type_info.o.tmp pure.o.tmp si_class_type_info.o.tmp tinfo.o.tmp tinfo2.o.tmp vec.o.tmp vmi_class_type_info.o.tmp vterminate.o.tmp cp-demangle.o.tmp xmalloc.o.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f libzfs_p.a deviceid.po fsshare.po mkdirp.po mnttab.po thread_pool.po zmount.po zone.po libzfs_changelist.po libzfs_config.po libzfs_dataset.po libzfs_diff.po libzfs_import.po libzfs_iter.po libzfs_mount.po libzfs_pool.po libzfs_sendrecv.po libzfs_status.po libzfs_util.po zfeature_common.po zfs_comutil.po zfs_deleg.po zfs_fletcher.po zfs_namecheck.po zfs_prop.po zpool_prop.po zprop_common.po deviceid.po.tmp fsshare.po.tmp mkdirp.po.tmp mnttab.po.tmp thread_pool.po.tmp zmount.po.tmp zone.po.tmp libzfs_changelist.po.tmp libzfs_config.po.tmp libzfs_dataset.po.tmp libzfs_diff.po.tmp libzfs_import.po.tmp libzfs_iter.po.tmp libzfs_mount.po.tmp libzfs_pool.po.tmp libzfs_sendrecv.po.tmp libzfs_status.po.tmp libzfs_util.po.tmp zfeature_common.po.tmp zfs_comutil.po.tmp zfs_deleg.po.tmp zfs_fletcher.po.tmp zfs_namecheck.po.tmp zfs_prop.po.tmp zpool_prop.po.tmp zprop_common.po.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f libzfs_p.a deviceid.po fsshare.po mkdirp.po mnttab.po thread_pool.po zmount.po zone.po libzfs_changelist.po libzfs_config.po libzfs_dataset.po libzfs_diff.po libzfs_import.po libzfs_iter.po libzfs_mount.po libzfs_pool.po libzfs_sendrecv.po libzfs_status.po libzfs_util.po zfeature_common.po zfs_comutil.po zfs_deleg.po zfs_fletcher.po zfs_namecheck.po zfs_prop.po zpool_prop.po zprop_common.po deviceid.po.tmp fsshare.po.tmp mkdirp.po.tmp mnttab.po.tmp thread_pool.po.tmp zmount.po.tmp zone.po.tmp libzfs_changelist.po.tmp libzfs_config.po.tmp libzfs_dataset.po.tmp libzfs_diff.po.tmp libzfs_import.po.tmp libzfs_iter.po.tmp libzfs_mount.po.tmp libzfs_pool.po.tmp libzfs_sendrecv.po.tmp libzfs_status.po.tmp libzfs_util.po.tmp zfeature_common.po.tmp zfs_comutil.po.tmp zfs_deleg.po.tmp zfs_fletcher.po.tmp zfs_namecheck.po.tmp zfs_prop.po.tmp zpool_prop.po.tmp zprop_common.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_p.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f libzfs_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f libzfs_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_g.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f libzfs_pic.a libzfs.so.* libzfs.so deviceid.pico fsshare.pico mkdirp.pico mnttab.pico thread_pool.pico zmount.pico zone.pico libzfs_changelist.pico libzfs_config.pico libzfs_dataset.pico libzfs_diff.pico libzfs_import.pico libzfs_iter.pico libzfs_mount.pico libzfs_pool.pico libzfs_sendrecv.pico libzfs_status.pico libzfs_util.pico zfeature_common.pico zfs_comutil.pico zfs_deleg.pico zfs_fletcher.pico zfs_namecheck.pico zfs_prop.pico zpool_prop.pico zprop_common.pico deviceid.pico.tmp fsshare.pico.tmp mkdirp.pico.tmp mnttab.pico.tmp thread_pool.pico.tmp zmount.pico.tmp zone.pico.tmp libzfs_changelist.pico.tmp libzfs_config.pico.tmp libzfs_dataset.pico.tmp libzfs_diff.pico.tmp libzfs_import.pico.tmp libzfs_iter.pico.tmp libzfs_mount.pico.tmp libzfs_pool.pico.tmp libzfs_sendrecv.pico.tmp libzfs_status.pico.tmp libzfs_util.pico.tmp zfeature_common.pico.tmp zfs_comutil.pico.tmp zfs_deleg.pico.tmp zfs_fletcher.pico.tmp zfs_namecheck.pico.tmp zfs_prop.pico.tmp zpool_prop.pico.tmp zprop_common.pico.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f libzfs_pic.a libzfs.so.* libzfs.so deviceid.pico fsshare.pico mkdirp.pico mnttab.pico thread_pool.pico zmount.pico zone.pico libzfs_changelist.pico libzfs_config.pico libzfs_dataset.pico libzfs_diff.pico libzfs_import.pico libzfs_iter.pico libzfs_mount.pico libzfs_pool.pico libzfs_sendrecv.pico libzfs_status.pico libzfs_util.pico zfeature_common.pico zfs_comutil.pico zfs_deleg.pico zfs_fletcher.pico zfs_namecheck.pico zfs_prop.pico zpool_prop.pico zprop_common.pico deviceid.pico.tmp fsshare.pico.tmp mkdirp.pico.tmp mnttab.pico.tmp thread_pool.pico.tmp zmount.pico.tmp zone.pico.tmp libzfs_changelist.pico.tmp libzfs_config.pico.tmp libzfs_dataset.pico.tmp libzfs_diff.pico.tmp libzfs_import.pico.tmp libzfs_iter.pico.tmp libzfs_mount.pico.tmp libzfs_pool.pico.tmp libzfs_sendrecv.pico.tmp libzfs_status.pico.tmp libzfs_util.pico.tmp zfeature_common.pico.tmp zfs_comutil.pico.tmp zfs_deleg.pico.tmp zfs_fletcher.pico.tmp zfs_namecheck.pico.tmp zfs_prop.pico.tmp zpool_prop.pico.tmp zprop_common.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f libsupc++_pic.a || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f llib-lzfs.ln deviceid.ln fsshare.ln mkdirp.ln mnttab.ln thread_pool.ln zmount.ln zone.ln libzfs_changelist.ln libzfs_config.ln libzfs_dataset.ln libzfs_diff.ln libzfs_import.ln libzfs_iter.ln libzfs_mount.ln libzfs_pool.ln libzfs_sendrecv.ln libzfs_status.ln libzfs_util.ln zfeature_common.ln zfs_comutil.ln zfs_deleg.ln zfs_fletcher.ln zfs_namecheck.ln zfs_prop.ln zpool_prop.ln zprop_common.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f llib-lsupc++.ln cp-demangle.ln xmalloc.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f llib-lzfs.ln deviceid.ln fsshare.ln mkdirp.ln mnttab.ln thread_pool.ln zmount.ln zone.ln libzfs_changelist.ln libzfs_config.ln libzfs_dataset.ln libzfs_diff.ln libzfs_import.ln libzfs_iter.ln libzfs_mount.ln libzfs_pool.ln libzfs_sendrecv.ln libzfs_status.ln libzfs_util.ln zfeature_common.ln zfs_comutil.ln zfs_deleg.ln zfs_fletcher.ln zfs_namecheck.ln zfs_prop.ln zpool_prop.ln zprop_common.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f llib-lsupc++.ln cp-demangle.ln xmalloc.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f libzfs.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f bits/largefile-config.h libsupc++.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f libzfs.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f bits/largefile-config.h libsupc++.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libzfs && rm -f .depend deviceid.d fsshare.d libzfs_changelist.d libzfs_config.d libzfs_dataset.d libzfs_diff.d libzfs_import.d libzfs_iter.d libzfs_mount.d libzfs_pool.d libzfs_sendrecv.d libzfs_status.d libzfs_util.d mkdirp.d mnttab.d thread_pool.d zfeature_common.d zfs_comutil.d zfs_deleg.d zfs_fletcher.d zfs_namecheck.d zfs_prop.d zmount.d zone.d zpool_prop.d zprop_common.d deviceid.d.tmp fsshare.d.tmp libzfs_changelist.d.tmp libzfs_config.d.tmp libzfs_dataset.d.tmp libzfs_diff.d.tmp libzfs_import.d.tmp libzfs_iter.d.tmp libzfs_mount.d.tmp libzfs_pool.d.tmp libzfs_sendrecv.d.tmp libzfs_status.d.tmp libzfs_util.d.tmp mkdirp.d.tmp mnttab.d.tmp thread_pool.d.tmp zfeature_common.d.tmp zfs_comutil.d.tmp zfs_deleg.d.tmp zfs_fletcher.d.tmp zfs_namecheck.d.tmp zfs_prop.d.tmp zmount.d.tmp zone.d.tmp zpool_prop.d.tmp zprop_common.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libsupc++ && rm -f atomicity.cc enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend array_type_info.d atexit_arm.d atexit_thread.d atomicity.d bad_alloc.d bad_array_length.d bad_array_new.d bad_cast.d bad_typeid.d class_type_info.d cp-demangle.d del_op.d del_opa.d del_opant.d del_opnt.d del_ops.d del_opsa.d del_opv.d del_opva.d del_opvant.d del_opvnt.d del_opvs.d del_opvsa.d dyncast.d eh_alloc.d eh_arm.d eh_aux_runtime.d eh_call.d eh_catch.d eh_exception.d eh_globals.d eh_personality.d eh_ptr.d eh_term_handler.d eh_terminate.d eh_throw.d eh_tm.d eh_type.d eh_unex_handler.d enable-execute-stack.d enum_type_info.d function_type_info.d fundamental_type_info.d guard.d guard_error.d hash_bytes.d nested_exception.d new_handler.d new_op.d new_opa.d new_opant.d new_opnt.d new_opv.d new_opva.d new_opvant.d new_opvnt.d pbase_type_info.d pmem_type_info.d pointer_type_info.d pure.d si_class_type_info.d tinfo.d tinfo2.d vec.d vmi_class_type_info.d vterminate.d xmalloc.d array_type_info.d.tmp atexit_arm.d.tmp atexit_thread.d.tmp atomicity.d.tmp bad_alloc.d.tmp bad_array_length.d.tmp bad_array_new.d.tmp bad_cast.d.tmp bad_typeid.d.tmp class_type_info.d.tmp cp-demangle.d.tmp del_op.d.tmp del_opa.d.tmp del_opant.d.tmp del_opnt.d.tmp del_ops.d.tmp del_opsa.d.tmp del_opv.d.tmp del_opva.d.tmp del_opvant.d.tmp del_opvnt.d.tmp del_opvs.d.tmp del_opvsa.d.tmp dyncast.d.tmp eh_alloc.d.tmp eh_arm.d.tmp eh_aux_runtime.d.tmp eh_call.d.tmp eh_catch.d.tmp eh_exception.d.tmp eh_globals.d.tmp eh_personality.d.tmp eh_ptr.d.tmp eh_term_handler.d.tmp eh_terminate.d.tmp eh_throw.d.tmp eh_tm.d.tmp eh_type.d.tmp eh_unex_handler.d.tmp enable-execute-stack.d.tmp enum_type_info.d.tmp function_type_info.d.tmp fundamental_type_info.d.tmp guard.d.tmp guard_error.d.tmp hash_bytes.d.tmp nested_exception.d.tmp new_handler.d.tmp new_op.d.tmp new_opa.d.tmp new_opant.d.tmp new_opnt.d.tmp new_opv.d.tmp new_opva.d.tmp new_opvant.d.tmp new_opvnt.d.tmp pbase_type_info.d.tmp pmem_type_info.d.tmp pointer_type_info.d.tmp pure.d.tmp si_class_type_info.d.tmp tinfo.d.tmp tinfo2.d.tmp vec.d.tmp vmi_class_type_info.d.tmp vterminate.d.tmp xmalloc.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libzfs && rm -f .depend deviceid.d fsshare.d libzfs_changelist.d libzfs_config.d libzfs_dataset.d libzfs_diff.d libzfs_import.d libzfs_iter.d libzfs_mount.d libzfs_pool.d libzfs_sendrecv.d libzfs_status.d libzfs_util.d mkdirp.d mnttab.d thread_pool.d zfeature_common.d zfs_comutil.d zfs_deleg.d zfs_fletcher.d zfs_namecheck.d zfs_prop.d zmount.d zone.d zpool_prop.d zprop_common.d deviceid.d.tmp fsshare.d.tmp libzfs_changelist.d.tmp libzfs_config.d.tmp libzfs_dataset.d.tmp libzfs_diff.d.tmp libzfs_import.d.tmp libzfs_iter.d.tmp libzfs_mount.d.tmp libzfs_pool.d.tmp libzfs_sendrecv.d.tmp libzfs_status.d.tmp libzfs_util.d.tmp mkdirp.d.tmp mnttab.d.tmp thread_pool.d.tmp zfeature_common.d.tmp zfs_comutil.d.tmp zfs_deleg.d.tmp zfs_fletcher.d.tmp zfs_namecheck.d.tmp zfs_prop.d.tmp zmount.d.tmp zone.d.tmp zpool_prop.d.tmp zprop_common.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libsupc++ && rm -f atomicity.cc enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend array_type_info.d atexit_arm.d atexit_thread.d atomicity.d bad_alloc.d bad_array_length.d bad_array_new.d bad_cast.d bad_typeid.d class_type_info.d cp-demangle.d del_op.d del_opa.d del_opant.d del_opnt.d del_ops.d del_opsa.d del_opv.d del_opva.d del_opvant.d del_opvnt.d del_opvs.d del_opvsa.d dyncast.d eh_alloc.d eh_arm.d eh_aux_runtime.d eh_call.d eh_catch.d eh_exception.d eh_globals.d eh_personality.d eh_ptr.d eh_term_handler.d eh_terminate.d eh_throw.d eh_tm.d eh_type.d eh_unex_handler.d enable-execute-stack.d enum_type_info.d function_type_info.d fundamental_type_info.d guard.d guard_error.d hash_bytes.d nested_exception.d new_handler.d new_op.d new_opa.d new_opant.d new_opnt.d new_opv.d new_opva.d new_opvant.d new_opvnt.d pbase_type_info.d pmem_type_info.d pointer_type_info.d pure.d si_class_type_info.d tinfo.d tinfo2.d vec.d vmi_class_type_info.d vterminate.d xmalloc.d array_type_info.d.tmp atexit_arm.d.tmp atexit_thread.d.tmp atomicity.d.tmp bad_alloc.d.tmp bad_array_length.d.tmp bad_array_new.d.tmp bad_cast.d.tmp bad_typeid.d.tmp class_type_info.d.tmp cp-demangle.d.tmp del_op.d.tmp del_opa.d.tmp del_opant.d.tmp del_opnt.d.tmp del_ops.d.tmp del_opsa.d.tmp del_opv.d.tmp del_opva.d.tmp del_opvant.d.tmp del_opvnt.d.tmp del_opvs.d.tmp del_opvsa.d.tmp dyncast.d.tmp eh_alloc.d.tmp eh_arm.d.tmp eh_aux_runtime.d.tmp eh_call.d.tmp eh_catch.d.tmp eh_exception.d.tmp eh_globals.d.tmp eh_personality.d.tmp eh_ptr.d.tmp eh_term_handler.d.tmp eh_terminate.d.tmp eh_throw.d.tmp eh_tm.d.tmp eh_type.d.tmp eh_unex_handler.d.tmp enable-execute-stack.d.tmp enum_type_info.d.tmp function_type_info.d.tmp fundamental_type_info.d.tmp guard.d.tmp guard_error.d.tmp hash_bytes.d.tmp nested_exception.d.tmp new_handler.d.tmp new_op.d.tmp new_opa.d.tmp new_opant.d.tmp new_opnt.d.tmp new_opv.d.tmp new_opva.d.tmp new_opvant.d.tmp new_opvnt.d.tmp pbase_type_info.d.tmp pmem_type_info.d.tmp pointer_type_info.d.tmp pure.d.tmp si_class_type_info.d.tmp tinfo.d.tmp tinfo2.d.tmp vec.d.tmp vmi_class_type_info.d.tmp vterminate.d.tmp xmalloc.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../libexec/httpd/libbozohttpd --- cleandir ===> lib/../libexec/httpd/libbozohttpd --- cleandir-external --- --- cleandir-libstdc++-v3 --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3 --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/httpd/libbozohttpd && rm -f libbozohttpd.a bozohttpd.o ssl-bozo.o auth-bozo.o cgi-bozo.o daemon-bozo.o tilde-luzah-bozo.o dir-index-bozo.o content-bozo.o lua-bozo.o bozohttpd.o.tmp ssl-bozo.o.tmp auth-bozo.o.tmp cgi-bozo.o.tmp daemon-bozo.o.tmp tilde-luzah-bozo.o.tmp dir-index-bozo.o.tmp content-bozo.o.tmp lua-bozo.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/httpd/libbozohttpd && rm -f libbozohttpd.a bozohttpd.o ssl-bozo.o auth-bozo.o cgi-bozo.o daemon-bozo.o tilde-luzah-bozo.o dir-index-bozo.o content-bozo.o lua-bozo.o bozohttpd.o.tmp ssl-bozo.o.tmp auth-bozo.o.tmp cgi-bozo.o.tmp daemon-bozo.o.tmp tilde-luzah-bozo.o.tmp dir-index-bozo.o.tmp content-bozo.o.tmp lua-bozo.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o compatibility.o compatibility-debug_list.o compatibility-debug_list-2.o compatibility-c++0x.o compatibility-atomic-c++0x.o compatibility-thread-c++0x.o compatibility-chrono.o compatibility-condvar.o bitmap_allocator.o pool_allocator.o mt_allocator.o complex_io.o globals_io.o hash_tr1.o hashtable_tr1.o ios_failure.o ios_init.o ios_locale.o list.o list-aux.o list-aux-2.o list_associated.o list_associated-2.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o tree.o istream.o istream-string.o streambuf.o valarray.o cow-istream-string.o collate_members_cow.o messages_members_cow.o monetary_members_cow.o numeric_members_cow.o codecvt_members.o collate_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o allocator-inst.o concept-inst.o ext-inst.o misc-inst.o parallel_settings.o c98-codecvt.o chrono.o condition_variable.o cow-stdexcept.o ctype.o debug.o functexcept.o functional.o futex.o future.o hash_c++0x.o hashtable_c++0x.o ios.o limits.o mutex.o placeholders.o random.o regex.o shared_ptr.o snprintf_lite.o system_error.o thread.o cow-locale_init.o cow-shim_facets.o cxx11-hash_tr1.o cxx11-ios_failure.o cxx11-shim_facets.o cxx11-stdexcept.o ctype_configure_char.o ctype_members.o cow-fstream-inst.o cow-sstream-inst.o cow-string-io-inst.o cow-wstring-inst.o cow-wstring-io-inst.o cxx11-locale-inst.o cxx11-wlocale-inst.o sso_string.o ext11-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o sstream-inst.o streambuf-inst.o string-io-inst.o wlocale-inst.o wstring-inst.o wstring-io-inst.o c11-codecvt.o c11-cow-string-inst.o c11-ostream-inst.o c11-string-inst.o fs_dir.o fs_ops.o fs_path.o memory_resource.o cow-fs_dir.o cow-fs_ops.o cow-fs_path.o c17-cow-string-inst.o c17-ostream-inst.o c17-string-inst.o array_type_info.o.tmp atexit_arm.o.tmp atexit_thread.o.tmp atomicity.o.tmp bad_alloc.o.tmp bad_array_length.o.tmp bad_array_new.o.tmp bad_cast.o.tmp bad_typeid.o.tmp class_type_info.o.tmp del_op.o.tmp del_ops.o.tmp del_opnt.o.tmp del_opv.o.tmp del_opvs.o.tmp del_opvnt.o.tmp dyncast.o.tmp eh_alloc.o.tmp eh_arm.o.tmp eh_aux_runtime.o.tmp eh_call.o.tmp eh_catch.o.tmp eh_exception.o.tmp eh_globals.o.tmp eh_personality.o.tmp eh_ptr.o.tmp eh_term_handler.o.tmp eh_terminate.o.tmp eh_tm.o.tmp eh_throw.o.tmp eh_type.o.tmp eh_unex_handler.o.tmp enum_type_info.o.tmp function_type_info.o.tmp fundamental_type_info.o.tmp guard.o.tmp guard_error.o.tmp hash_bytes.o.tmp nested_exception.o.tmp new_handler.o.tmp new_op.o.tmp new_opnt.o.tmp new_opv.o.tmp new_opvnt.o.tmp new_opa.o.tmp new_opant.o.tmp new_opva.o.tmp new_opvant.o.tmp del_opa.o.tmp del_opant.o.tmp del_opsa.o.tmp del_opva.o.tmp del_opvant.o.tmp del_opvsa.o.tmp pbase_type_info.o.tmp pmem_type_info.o.tmp pointer_type_info.o.tmp pure.o.tmp si_class_type_info.o.tmp tinfo.o.tmp tinfo2.o.tmp vec.o.tmp vmi_class_type_info.o.tmp vterminate.o.tmp cp-demangle.o.tmp compatibility.o.tmp compatibility-debug_list.o.tmp compatibility-debug_list-2.o.tmp compatibility-c++0x.o.tmp compatibility-atomic-c++0x.o.tmp compatibility-thread-c++0x.o.tmp compatibility-chrono.o.tmp compatibility-condvar.o.tmp bitmap_allocator.o.tmp pool_allocator.o.tmp mt_allocator.o.tmp complex_io.o.tmp globals_io.o.tmp hash_tr1.o.tmp hashtable_tr1.o.tmp ios_failure.o.tmp ios_init.o.tmp ios_locale.o.tmp list.o.tmp list-aux.o.tmp list-aux-2.o.tmp list_associated.o.tmp list_associated-2.o.tmp locale.o.tmp locale_init.o.tmp locale_facets.o.tmp localename.o.tmp math_stubs_float.o.tmp math_stubs_long_double.o.tmp stdexcept.o.tmp strstream.o.tmp tree.o.tmp istream.o.tmp istream-string.o.tmp streambuf.o.tmp valarray.o.tmp cow-istream-string.o.tmp collate_members_cow.o.tmp messages_members_cow.o.tmp monetary_members_cow.o.tmp numeric_members_cow.o.tmp codecvt_members.o.tmp collate_members.o.tmp messages_members.o.tmp monetary_members.o.tmp numeric_members.o.tmp time_members.o.tmp basic_file.o.tmp c++locale.o.tmp allocator-inst.o.tmp concept-inst.o.tmp ext-inst.o.tmp misc-inst.o.tmp parallel_settings.o.tmp c98-codecvt.o.tmp chrono.o.tmp condition_variable.o.tmp cow-stdexcept.o.tmp ctype.o.tmp debug.o.tmp functexcept.o.tmp functional.o.tmp futex.o.tmp future.o.tmp hash_c++0x.o.tmp hashtable_c++0x.o.tmp ios.o.tmp limits.o.tmp mutex.o.tmp placeholders.o.tmp random.o.tmp regex.o.tmp shared_ptr.o.tmp snprintf_lite.o.tmp system_error.o.tmp thread.o.tmp cow-locale_init.o.tmp cow-shim_facets.o.tmp cxx11-hash_tr1.o.tmp cxx11-ios_failure.o.tmp cxx11-shim_facets.o.tmp cxx11-stdexcept.o.tmp ctype_configure_char.o.tmp ctype_members.o.tmp cow-fstream-inst.o.tmp cow-sstream-inst.o.tmp cow-string-io-inst.o.tmp cow-wstring-inst.o.tmp cow-wstring-io-inst.o.tmp cxx11-locale-inst.o.tmp cxx11-wlocale-inst.o.tmp sso_string.o.tmp ext11-inst.o.tmp fstream-inst.o.tmp ios-inst.o.tmp iostream-inst.o.tmp istream-inst.o.tmp locale-inst.o.tmp sstream-inst.o.tmp streambuf-inst.o.tmp string-io-inst.o.tmp wlocale-inst.o.tmp wstring-inst.o.tmp wstring-io-inst.o.tmp c11-codecvt.o.tmp c11-cow-string-inst.o.tmp c11-ostream-inst.o.tmp c11-string-inst.o.tmp fs_dir.o.tmp fs_ops.o.tmp fs_path.o.tmp memory_resource.o.tmp cow-fs_dir.o.tmp cow-fs_ops.o.tmp cow-fs_path.o.tmp c17-cow-string-inst.o.tmp c17-ostream-inst.o.tmp c17-string-inst.o.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/httpd/libbozohttpd && rm -f libbozohttpd_p.a bozohttpd.po ssl-bozo.po auth-bozo.po cgi-bozo.po daemon-bozo.po tilde-luzah-bozo.po dir-index-bozo.po content-bozo.po lua-bozo.po bozohttpd.po.tmp ssl-bozo.po.tmp auth-bozo.po.tmp cgi-bozo.po.tmp daemon-bozo.po.tmp tilde-luzah-bozo.po.tmp dir-index-bozo.po.tmp content-bozo.po.tmp lua-bozo.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o compatibility.o compatibility-debug_list.o compatibility-debug_list-2.o compatibility-c++0x.o compatibility-atomic-c++0x.o compatibility-thread-c++0x.o compatibility-chrono.o compatibility-condvar.o bitmap_allocator.o pool_allocator.o mt_allocator.o complex_io.o globals_io.o hash_tr1.o hashtable_tr1.o ios_failure.o ios_init.o ios_locale.o list.o list-aux.o list-aux-2.o list_associated.o list_associated-2.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o tree.o istream.o istream-string.o streambuf.o valarray.o cow-istream-string.o collate_members_cow.o messages_members_cow.o monetary_members_cow.o numeric_members_cow.o codecvt_members.o collate_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o allocator-inst.o concept-inst.o ext-inst.o misc-inst.o parallel_settings.o c98-codecvt.o chrono.o condition_variable.o cow-stdexcept.o ctype.o debug.o functexcept.o functional.o futex.o future.o hash_c++0x.o hashtable_c++0x.o ios.o limits.o mutex.o placeholders.o random.o regex.o shared_ptr.o snprintf_lite.o system_error.o thread.o cow-locale_init.o cow-shim_facets.o cxx11-hash_tr1.o cxx11-ios_failure.o cxx11-shim_facets.o cxx11-stdexcept.o ctype_configure_char.o ctype_members.o cow-fstream-inst.o cow-sstream-inst.o cow-string-io-inst.o cow-wstring-inst.o cow-wstring-io-inst.o cxx11-locale-inst.o cxx11-wlocale-inst.o sso_string.o ext11-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o sstream-inst.o streambuf-inst.o string-io-inst.o wlocale-inst.o wstring-inst.o wstring-io-inst.o c11-codecvt.o c11-cow-string-inst.o c11-ostream-inst.o c11-string-inst.o fs_dir.o fs_ops.o fs_path.o memory_resource.o cow-fs_dir.o cow-fs_ops.o cow-fs_path.o c17-cow-string-inst.o c17-ostream-inst.o c17-string-inst.o array_type_info.o.tmp atexit_arm.o.tmp atexit_thread.o.tmp atomicity.o.tmp bad_alloc.o.tmp bad_array_length.o.tmp bad_array_new.o.tmp bad_cast.o.tmp bad_typeid.o.tmp class_type_info.o.tmp del_op.o.tmp del_ops.o.tmp del_opnt.o.tmp del_opv.o.tmp del_opvs.o.tmp del_opvnt.o.tmp dyncast.o.tmp eh_alloc.o.tmp eh_arm.o.tmp eh_aux_runtime.o.tmp eh_call.o.tmp eh_catch.o.tmp eh_exception.o.tmp eh_globals.o.tmp eh_personality.o.tmp eh_ptr.o.tmp eh_term_handler.o.tmp eh_terminate.o.tmp eh_tm.o.tmp eh_throw.o.tmp eh_type.o.tmp eh_unex_handler.o.tmp enum_type_info.o.tmp function_type_info.o.tmp fundamental_type_info.o.tmp guard.o.tmp guard_error.o.tmp hash_bytes.o.tmp nested_exception.o.tmp new_handler.o.tmp new_op.o.tmp new_opnt.o.tmp new_opv.o.tmp new_opvnt.o.tmp new_opa.o.tmp new_opant.o.tmp new_opva.o.tmp new_opvant.o.tmp del_opa.o.tmp del_opant.o.tmp del_opsa.o.tmp del_opva.o.tmp del_opvant.o.tmp del_opvsa.o.tmp pbase_type_info.o.tmp pmem_type_info.o.tmp pointer_type_info.o.tmp pure.o.tmp si_class_type_info.o.tmp tinfo.o.tmp tinfo2.o.tmp vec.o.tmp vmi_class_type_info.o.tmp vterminate.o.tmp cp-demangle.o.tmp compatibility.o.tmp compatibility-debug_list.o.tmp compatibility-debug_list-2.o.tmp compatibility-c++0x.o.tmp compatibility-atomic-c++0x.o.tmp compatibility-thread-c++0x.o.tmp compatibility-chrono.o.tmp compatibility-condvar.o.tmp bitmap_allocator.o.tmp pool_allocator.o.tmp mt_allocator.o.tmp complex_io.o.tmp globals_io.o.tmp hash_tr1.o.tmp hashtable_tr1.o.tmp ios_failure.o.tmp ios_init.o.tmp ios_locale.o.tmp list.o.tmp list-aux.o.tmp list-aux-2.o.tmp list_associated.o.tmp list_associated-2.o.tmp locale.o.tmp locale_init.o.tmp locale_facets.o.tmp localename.o.tmp math_stubs_float.o.tmp math_stubs_long_double.o.tmp stdexcept.o.tmp strstream.o.tmp tree.o.tmp istream.o.tmp istream-string.o.tmp streambuf.o.tmp valarray.o.tmp cow-istream-string.o.tmp collate_members_cow.o.tmp messages_members_cow.o.tmp monetary_members_cow.o.tmp numeric_members_cow.o.tmp codecvt_members.o.tmp collate_members.o.tmp messages_members.o.tmp monetary_members.o.tmp numeric_members.o.tmp time_members.o.tmp basic_file.o.tmp c++locale.o.tmp allocator-inst.o.tmp concept-inst.o.tmp ext-inst.o.tmp misc-inst.o.tmp parallel_settings.o.tmp c98-codecvt.o.tmp chrono.o.tmp condition_variable.o.tmp cow-stdexcept.o.tmp ctype.o.tmp debug.o.tmp functexcept.o.tmp functional.o.tmp futex.o.tmp future.o.tmp hash_c++0x.o.tmp hashtable_c++0x.o.tmp ios.o.tmp limits.o.tmp mutex.o.tmp placeholders.o.tmp random.o.tmp regex.o.tmp shared_ptr.o.tmp snprintf_lite.o.tmp system_error.o.tmp thread.o.tmp cow-locale_init.o.tmp cow-shim_facets.o.tmp cxx11-hash_tr1.o.tmp cxx11-ios_failure.o.tmp cxx11-shim_facets.o.tmp cxx11-stdexcept.o.tmp ctype_configure_char.o.tmp ctype_members.o.tmp cow-fstream-inst.o.tmp cow-sstream-inst.o.tmp cow-string-io-inst.o.tmp cow-wstring-inst.o.tmp cow-wstring-io-inst.o.tmp cxx11-locale-inst.o.tmp cxx11-wlocale-inst.o.tmp sso_string.o.tmp ext11-inst.o.tmp fstream-inst.o.tmp ios-inst.o.tmp iostream-inst.o.tmp istream-inst.o.tmp locale-inst.o.tmp sstream-inst.o.tmp streambuf-inst.o.tmp string-io-inst.o.tmp wlocale-inst.o.tmp wstring-inst.o.tmp wstring-io-inst.o.tmp c11-codecvt.o.tmp c11-cow-string-inst.o.tmp c11-ostream-inst.o.tmp c11-string-inst.o.tmp fs_dir.o.tmp fs_ops.o.tmp fs_path.o.tmp memory_resource.o.tmp cow-fs_dir.o.tmp cow-fs_ops.o.tmp cow-fs_path.o.tmp c17-cow-string-inst.o.tmp c17-ostream-inst.o.tmp c17-string-inst.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/httpd/libbozohttpd && rm -f libbozohttpd_p.a bozohttpd.po ssl-bozo.po auth-bozo.po cgi-bozo.po daemon-bozo.po tilde-luzah-bozo.po dir-index-bozo.po content-bozo.po lua-bozo.po bozohttpd.po.tmp ssl-bozo.po.tmp auth-bozo.po.tmp cgi-bozo.po.tmp daemon-bozo.po.tmp tilde-luzah-bozo.po.tmp dir-index-bozo.po.tmp content-bozo.po.tmp lua-bozo.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/httpd/libbozohttpd && rm -f libbozohttpd_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_p.a array_type_info.po atexit_arm.po atexit_thread.po atomicity.po bad_alloc.po bad_array_length.po bad_array_new.po bad_cast.po bad_typeid.po class_type_info.po del_op.po del_ops.po del_opnt.po del_opv.po del_opvs.po del_opvnt.po dyncast.po eh_alloc.po eh_arm.po eh_aux_runtime.po eh_call.po eh_catch.po eh_exception.po eh_globals.po eh_personality.po eh_ptr.po eh_term_handler.po eh_terminate.po eh_tm.po eh_throw.po eh_type.po eh_unex_handler.po enum_type_info.po function_type_info.po fundamental_type_info.po guard.po guard_error.po hash_bytes.po nested_exception.po new_handler.po new_op.po new_opnt.po new_opv.po new_opvnt.po new_opa.po new_opant.po new_opva.po new_opvant.po del_opa.po del_opant.po del_opsa.po del_opva.po del_opvant.po del_opvsa.po pbase_type_info.po pmem_type_info.po pointer_type_info.po pure.po si_class_type_info.po tinfo.po tinfo2.po vec.po vmi_class_type_info.po vterminate.po cp-demangle.po compatibility.po compatibility-debug_list.po compatibility-debug_list-2.po compatibility-c++0x.po compatibility-atomic-c++0x.po compatibility-thread-c++0x.po compatibility-chrono.po compatibility-condvar.po bitmap_allocator.po pool_allocator.po mt_allocator.po complex_io.po globals_io.po hash_tr1.po hashtable_tr1.po ios_failure.po ios_init.po ios_locale.po list.po list-aux.po list-aux-2.po list_associated.po list_associated-2.po locale.po locale_init.po locale_facets.po localename.po math_stubs_float.po math_stubs_long_double.po stdexcept.po strstream.po tree.po istream.po istream-string.po streambuf.po valarray.po cow-istream-string.po collate_members_cow.po messages_members_cow.po monetary_members_cow.po numeric_members_cow.po codecvt_members.po collate_members.po messages_members.po monetary_members.po numeric_members.po time_members.po basic_file.po c++locale.po allocator-inst.po concept-inst.po ext-inst.po misc-inst.po parallel_settings.po c98-codecvt.po chrono.po condition_variable.po cow-stdexcept.po ctype.po debug.po functexcept.po functional.po futex.po future.po hash_c++0x.po hashtable_c++0x.po ios.po limits.po mutex.po placeholders.po random.po regex.po shared_ptr.po snprintf_lite.po system_error.po thread.po cow-locale_init.po cow-shim_facets.po cxx11-hash_tr1.po cxx11-ios_failure.po cxx11-shim_facets.po cxx11-stdexcept.po ctype_configure_char.po ctype_members.po cow-fstream-inst.po cow-sstream-inst.po cow-string-io-inst.po cow-wstring-inst.po cow-wstring-io-inst.po cxx11-locale-inst.po cxx11-wlocale-inst.po sso_string.po ext11-inst.po fstream-inst.po ios-inst.po iostream-inst.po istream-inst.po locale-inst.po sstream-inst.po streambuf-inst.po string-io-inst.po wlocale-inst.po wstring-inst.po wstring-io-inst.po c11-codecvt.po c11-cow-string-inst.po c11-ostream-inst.po c11-string-inst.po fs_dir.po fs_ops.po fs_path.po memory_resource.po cow-fs_dir.po cow-fs_ops.po cow-fs_path.po c17-cow-string-inst.po c17-ostream-inst.po c17-string-inst.po array_type_info.po.tmp atexit_arm.po.tmp atexit_thread.po.tmp atomicity.po.tmp bad_alloc.po.tmp bad_array_length.po.tmp bad_array_new.po.tmp bad_cast.po.tmp bad_typeid.po.tmp class_type_info.po.tmp del_op.po.tmp del_ops.po.tmp del_opnt.po.tmp del_opv.po.tmp del_opvs.po.tmp del_opvnt.po.tmp dyncast.po.tmp eh_alloc.po.tmp eh_arm.po.tmp eh_aux_runtime.po.tmp eh_call.po.tmp eh_catch.po.tmp eh_exception.po.tmp eh_globals.po.tmp eh_personality.po.tmp eh_ptr.po.tmp eh_term_handler.po.tmp eh_terminate.po.tmp eh_tm.po.tmp eh_throw.po.tmp eh_type.po.tmp eh_unex_handler.po.tmp enum_type_info.po.tmp function_type_info.po.tmp fundamental_type_info.po.tmp guard.po.tmp guard_error.po.tmp hash_bytes.po.tmp nested_exception.po.tmp new_handler.po.tmp new_op.po.tmp new_opnt.po.tmp new_opv.po.tmp new_opvnt.po.tmp new_opa.po.tmp new_opant.po.tmp new_opva.po.tmp new_opvant.po.tmp del_opa.po.tmp del_opant.po.tmp del_opsa.po.tmp del_opva.po.tmp del_opvant.po.tmp del_opvsa.po.tmp pbase_type_info.po.tmp pmem_type_info.po.tmp pointer_type_info.po.tmp pure.po.tmp si_class_type_info.po.tmp tinfo.po.tmp tinfo2.po.tmp vec.po.tmp vmi_class_type_info.po.tmp vterminate.po.tmp cp-demangle.po.tmp compatibility.po.tmp compatibility-debug_list.po.tmp compatibility-debug_list-2.po.tmp compatibility-c++0x.po.tmp compatibility-atomic-c++0x.po.tmp compatibility-thread-c++0x.po.tmp compatibility-chrono.po.tmp compatibility-condvar.po.tmp bitmap_allocator.po.tmp pool_allocator.po.tmp mt_allocator.po.tmp complex_io.po.tmp globals_io.po.tmp hash_tr1.po.tmp hashtable_tr1.po.tmp ios_failure.po.tmp ios_init.po.tmp ios_locale.po.tmp list.po.tmp list-aux.po.tmp list-aux-2.po.tmp list_associated.po.tmp list_associated-2.po.tmp locale.po.tmp locale_init.po.tmp locale_facets.po.tmp localename.po.tmp math_stubs_float.po.tmp math_stubs_long_double.po.tmp stdexcept.po.tmp strstream.po.tmp tree.po.tmp istream.po.tmp istream-string.po.tmp streambuf.po.tmp valarray.po.tmp cow-istream-string.po.tmp collate_members_cow.po.tmp messages_members_cow.po.tmp monetary_members_cow.po.tmp numeric_members_cow.po.tmp codecvt_members.po.tmp collate_members.po.tmp messages_members.po.tmp monetary_members.po.tmp numeric_members.po.tmp time_members.po.tmp basic_file.po.tmp c++locale.po.tmp allocator-inst.po.tmp concept-inst.po.tmp ext-inst.po.tmp misc-inst.po.tmp parallel_settings.po.tmp c98-codecvt.po.tmp chrono.po.tmp condition_variable.po.tmp cow-stdexcept.po.tmp ctype.po.tmp debug.po.tmp functexcept.po.tmp functional.po.tmp futex.po.tmp future.po.tmp hash_c++0x.po.tmp hashtable_c++0x.po.tmp ios.po.tmp limits.po.tmp mutex.po.tmp placeholders.po.tmp random.po.tmp regex.po.tmp shared_ptr.po.tmp snprintf_lite.po.tmp system_error.po.tmp thread.po.tmp cow-locale_init.po.tmp cow-shim_facets.po.tmp cxx11-hash_tr1.po.tmp cxx11-ios_failure.po.tmp cxx11-shim_facets.po.tmp cxx11-stdexcept.po.tmp ctype_configure_char.po.tmp ctype_members.po.tmp cow-fstream-inst.po.tmp cow-sstream-inst.po.tmp cow-string-io-inst.po.tmp cow-wstring-inst.po.tmp cow-wstring-io-inst.po.tmp cxx11-locale-inst.po.tmp cxx11-wlocale-inst.po.tmp sso_string.po.tmp ext11-inst.po.tmp fstream-inst.po.tmp ios-inst.po.tmp iostream-inst.po.tmp istream-inst.po.tmp locale-inst.po.tmp sstream-inst.po.tmp streambuf-inst.po.tmp string-io-inst.po.tmp wlocale-inst.po.tmp wstring-inst.po.tmp wstring-io-inst.po.tmp c11-codecvt.po.tmp c11-cow-string-inst.po.tmp c11-ostream-inst.po.tmp c11-string-inst.po.tmp fs_dir.po.tmp fs_ops.po.tmp fs_path.po.tmp memory_resource.po.tmp cow-fs_dir.po.tmp cow-fs_ops.po.tmp cow-fs_path.po.tmp c17-cow-string-inst.po.tmp c17-ostream-inst.po.tmp c17-string-inst.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/httpd/libbozohttpd && rm -f libbozohttpd_g.a || true) --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_p.a array_type_info.po atexit_arm.po atexit_thread.po atomicity.po bad_alloc.po bad_array_length.po bad_array_new.po bad_cast.po bad_typeid.po class_type_info.po del_op.po del_ops.po del_opnt.po del_opv.po del_opvs.po del_opvnt.po dyncast.po eh_alloc.po eh_arm.po eh_aux_runtime.po eh_call.po eh_catch.po eh_exception.po eh_globals.po eh_personality.po eh_ptr.po eh_term_handler.po eh_terminate.po eh_tm.po eh_throw.po eh_type.po eh_unex_handler.po enum_type_info.po function_type_info.po fundamental_type_info.po guard.po guard_error.po hash_bytes.po nested_exception.po new_handler.po new_op.po new_opnt.po new_opv.po new_opvnt.po new_opa.po new_opant.po new_opva.po new_opvant.po del_opa.po del_opant.po del_opsa.po del_opva.po del_opvant.po del_opvsa.po pbase_type_info.po pmem_type_info.po pointer_type_info.po pure.po si_class_type_info.po tinfo.po tinfo2.po vec.po vmi_class_type_info.po vterminate.po cp-demangle.po compatibility.po compatibility-debug_list.po compatibility-debug_list-2.po compatibility-c++0x.po compatibility-atomic-c++0x.po compatibility-thread-c++0x.po compatibility-chrono.po compatibility-condvar.po bitmap_allocator.po pool_allocator.po mt_allocator.po complex_io.po globals_io.po hash_tr1.po hashtable_tr1.po ios_failure.po ios_init.po ios_locale.po list.po list-aux.po list-aux-2.po list_associated.po list_associated-2.po locale.po locale_init.po locale_facets.po localename.po math_stubs_float.po math_stubs_long_double.po stdexcept.po strstream.po tree.po istream.po istream-string.po streambuf.po valarray.po cow-istream-string.po collate_members_cow.po messages_members_cow.po monetary_members_cow.po numeric_members_cow.po codecvt_members.po collate_members.po messages_members.po monetary_members.po numeric_members.po time_members.po basic_file.po c++locale.po allocator-inst.po concept-inst.po ext-inst.po misc-inst.po parallel_settings.po c98-codecvt.po chrono.po condition_variable.po cow-stdexcept.po ctype.po debug.po functexcept.po functional.po futex.po future.po hash_c++0x.po hashtable_c++0x.po ios.po limits.po mutex.po placeholders.po random.po regex.po shared_ptr.po snprintf_lite.po system_error.po thread.po cow-locale_init.po cow-shim_facets.po cxx11-hash_tr1.po cxx11-ios_failure.po cxx11-shim_facets.po cxx11-stdexcept.po ctype_configure_char.po ctype_members.po cow-fstream-inst.po cow-sstream-inst.po cow-string-io-inst.po cow-wstring-inst.po cow-wstring-io-inst.po cxx11-locale-inst.po cxx11-wlocale-inst.po sso_string.po ext11-inst.po fstream-inst.po ios-inst.po iostream-inst.po istream-inst.po locale-inst.po sstream-inst.po streambuf-inst.po string-io-inst.po wlocale-inst.po wstring-inst.po wstring-io-inst.po c11-codecvt.po c11-cow-string-inst.po c11-ostream-inst.po c11-string-inst.po fs_dir.po fs_ops.po fs_path.po memory_resource.po cow-fs_dir.po cow-fs_ops.po cow-fs_path.po c17-cow-string-inst.po c17-ostream-inst.po c17-string-inst.po array_type_info.po.tmp atexit_arm.po.tmp atexit_thread.po.tmp atomicity.po.tmp bad_alloc.po.tmp bad_array_length.po.tmp bad_array_new.po.tmp bad_cast.po.tmp bad_typeid.po.tmp class_type_info.po.tmp del_op.po.tmp del_ops.po.tmp del_opnt.po.tmp del_opv.po.tmp del_opvs.po.tmp del_opvnt.po.tmp dyncast.po.tmp eh_alloc.po.tmp eh_arm.po.tmp eh_aux_runtime.po.tmp eh_call.po.tmp eh_catch.po.tmp eh_exception.po.tmp eh_globals.po.tmp eh_personality.po.tmp eh_ptr.po.tmp eh_term_handler.po.tmp eh_terminate.po.tmp eh_tm.po.tmp eh_throw.po.tmp eh_type.po.tmp eh_unex_handler.po.tmp enum_type_info.po.tmp function_type_info.po.tmp fundamental_type_info.po.tmp guard.po.tmp guard_error.po.tmp hash_bytes.po.tmp nested_exception.po.tmp new_handler.po.tmp new_op.po.tmp new_opnt.po.tmp new_opv.po.tmp new_opvnt.po.tmp new_opa.po.tmp new_opant.po.tmp new_opva.po.tmp new_opvant.po.tmp del_opa.po.tmp del_opant.po.tmp del_opsa.po.tmp del_opva.po.tmp del_opvant.po.tmp del_opvsa.po.tmp pbase_type_info.po.tmp pmem_type_info.po.tmp pointer_type_info.po.tmp pure.po.tmp si_class_type_info.po.tmp tinfo.po.tmp tinfo2.po.tmp vec.po.tmp vmi_class_type_info.po.tmp vterminate.po.tmp cp-demangle.po.tmp compatibility.po.tmp compatibility-debug_list.po.tmp compatibility-debug_list-2.po.tmp compatibility-c++0x.po.tmp compatibility-atomic-c++0x.po.tmp compatibility-thread-c++0x.po.tmp compatibility-chrono.po.tmp compatibility-condvar.po.tmp bitmap_allocator.po.tmp pool_allocator.po.tmp mt_allocator.po.tmp complex_io.po.tmp globals_io.po.tmp hash_tr1.po.tmp hashtable_tr1.po.tmp ios_failure.po.tmp ios_init.po.tmp ios_locale.po.tmp list.po.tmp list-aux.po.tmp list-aux-2.po.tmp list_associated.po.tmp list_associated-2.po.tmp locale.po.tmp locale_init.po.tmp locale_facets.po.tmp localename.po.tmp math_stubs_float.po.tmp math_stubs_long_double.po.tmp stdexcept.po.tmp strstream.po.tmp tree.po.tmp istream.po.tmp istream-string.po.tmp streambuf.po.tmp valarray.po.tmp cow-istream-string.po.tmp collate_members_cow.po.tmp messages_members_cow.po.tmp monetary_members_cow.po.tmp numeric_members_cow.po.tmp codecvt_members.po.tmp collate_members.po.tmp messages_members.po.tmp monetary_members.po.tmp numeric_members.po.tmp time_members.po.tmp basic_file.po.tmp c++locale.po.tmp allocator-inst.po.tmp concept-inst.po.tmp ext-inst.po.tmp misc-inst.po.tmp parallel_settings.po.tmp c98-codecvt.po.tmp chrono.po.tmp condition_variable.po.tmp cow-stdexcept.po.tmp ctype.po.tmp debug.po.tmp functexcept.po.tmp functional.po.tmp futex.po.tmp future.po.tmp hash_c++0x.po.tmp hashtable_c++0x.po.tmp ios.po.tmp limits.po.tmp mutex.po.tmp placeholders.po.tmp random.po.tmp regex.po.tmp shared_ptr.po.tmp snprintf_lite.po.tmp system_error.po.tmp thread.po.tmp cow-locale_init.po.tmp cow-shim_facets.po.tmp cxx11-hash_tr1.po.tmp cxx11-ios_failure.po.tmp cxx11-shim_facets.po.tmp cxx11-stdexcept.po.tmp ctype_configure_char.po.tmp ctype_members.po.tmp cow-fstream-inst.po.tmp cow-sstream-inst.po.tmp cow-string-io-inst.po.tmp cow-wstring-inst.po.tmp cow-wstring-io-inst.po.tmp cxx11-locale-inst.po.tmp cxx11-wlocale-inst.po.tmp sso_string.po.tmp ext11-inst.po.tmp fstream-inst.po.tmp ios-inst.po.tmp iostream-inst.po.tmp istream-inst.po.tmp locale-inst.po.tmp sstream-inst.po.tmp streambuf-inst.po.tmp string-io-inst.po.tmp wlocale-inst.po.tmp wstring-inst.po.tmp wstring-io-inst.po.tmp c11-codecvt.po.tmp c11-cow-string-inst.po.tmp c11-ostream-inst.po.tmp c11-string-inst.po.tmp fs_dir.po.tmp fs_ops.po.tmp fs_path.po.tmp memory_resource.po.tmp cow-fs_dir.po.tmp cow-fs_ops.po.tmp cow-fs_path.po.tmp c17-cow-string-inst.po.tmp c17-ostream-inst.po.tmp c17-string-inst.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/httpd/libbozohttpd && rm -f libbozohttpd_pic.a libbozohttpd.so.* libbozohttpd.so bozohttpd.pico ssl-bozo.pico auth-bozo.pico cgi-bozo.pico daemon-bozo.pico tilde-luzah-bozo.pico dir-index-bozo.pico content-bozo.pico lua-bozo.pico bozohttpd.pico.tmp ssl-bozo.pico.tmp auth-bozo.pico.tmp cgi-bozo.pico.tmp daemon-bozo.pico.tmp tilde-luzah-bozo.pico.tmp dir-index-bozo.pico.tmp content-bozo.pico.tmp lua-bozo.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/httpd/libbozohttpd && rm -f libbozohttpd_pic.a libbozohttpd.so.* libbozohttpd.so bozohttpd.pico ssl-bozo.pico auth-bozo.pico cgi-bozo.pico daemon-bozo.pico tilde-luzah-bozo.pico dir-index-bozo.pico content-bozo.pico lua-bozo.pico bozohttpd.pico.tmp ssl-bozo.pico.tmp auth-bozo.pico.tmp cgi-bozo.pico.tmp daemon-bozo.pico.tmp tilde-luzah-bozo.pico.tmp dir-index-bozo.pico.tmp content-bozo.pico.tmp lua-bozo.pico.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_g.a || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/httpd/libbozohttpd && rm -f llib-lbozohttpd.ln bozohttpd.ln ssl-bozo.ln auth-bozo.ln cgi-bozo.ln daemon-bozo.ln tilde-luzah-bozo.ln dir-index-bozo.ln content-bozo.ln lua-bozo.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/httpd/libbozohttpd && rm -f llib-lbozohttpd.ln bozohttpd.ln ssl-bozo.ln auth-bozo.ln cgi-bozo.ln daemon-bozo.ln tilde-luzah-bozo.ln dir-index-bozo.ln content-bozo.ln lua-bozo.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_pic.a libstdc++.so.* libstdc++.so array_type_info.pico atexit_arm.pico atexit_thread.pico atomicity.pico bad_alloc.pico bad_array_length.pico bad_array_new.pico bad_cast.pico bad_typeid.pico class_type_info.pico del_op.pico del_ops.pico del_opnt.pico del_opv.pico del_opvs.pico del_opvnt.pico dyncast.pico eh_alloc.pico eh_arm.pico eh_aux_runtime.pico eh_call.pico eh_catch.pico eh_exception.pico eh_globals.pico eh_personality.pico eh_ptr.pico eh_term_handler.pico eh_terminate.pico eh_tm.pico eh_throw.pico eh_type.pico eh_unex_handler.pico enum_type_info.pico function_type_info.pico fundamental_type_info.pico guard.pico guard_error.pico hash_bytes.pico nested_exception.pico new_handler.pico new_op.pico new_opnt.pico new_opv.pico new_opvnt.pico new_opa.pico new_opant.pico new_opva.pico new_opvant.pico del_opa.pico del_opant.pico del_opsa.pico del_opva.pico del_opvant.pico del_opvsa.pico pbase_type_info.pico pmem_type_info.pico pointer_type_info.pico pure.pico si_class_type_info.pico tinfo.pico tinfo2.pico vec.pico vmi_class_type_info.pico vterminate.pico cp-demangle.pico compatibility.pico compatibility-debug_list.pico compatibility-debug_list-2.pico compatibility-c++0x.pico compatibility-atomic-c++0x.pico compatibility-thread-c++0x.pico compatibility-chrono.pico compatibility-condvar.pico bitmap_allocator.pico pool_allocator.pico mt_allocator.pico complex_io.pico globals_io.pico hash_tr1.pico hashtable_tr1.pico ios_failure.pico ios_init.pico ios_locale.pico list.pico list-aux.pico list-aux-2.pico list_associated.pico list_associated-2.pico locale.pico locale_init.pico locale_facets.pico localename.pico math_stubs_float.pico math_stubs_long_double.pico stdexcept.pico strstream.pico tree.pico istream.pico istream-string.pico streambuf.pico valarray.pico cow-istream-string.pico collate_members_cow.pico messages_members_cow.pico monetary_members_cow.pico numeric_members_cow.pico codecvt_members.pico collate_members.pico messages_members.pico monetary_members.pico numeric_members.pico time_members.pico basic_file.pico c++locale.pico allocator-inst.pico concept-inst.pico ext-inst.pico misc-inst.pico parallel_settings.pico c98-codecvt.pico chrono.pico condition_variable.pico cow-stdexcept.pico ctype.pico debug.pico functexcept.pico functional.pico futex.pico future.pico hash_c++0x.pico hashtable_c++0x.pico ios.pico limits.pico mutex.pico placeholders.pico random.pico regex.pico shared_ptr.pico snprintf_lite.pico system_error.pico thread.pico cow-locale_init.pico cow-shim_facets.pico cxx11-hash_tr1.pico cxx11-ios_failure.pico cxx11-shim_facets.pico cxx11-stdexcept.pico ctype_configure_char.pico ctype_members.pico cow-fstream-inst.pico cow-sstream-inst.pico cow-string-io-inst.pico cow-wstring-inst.pico cow-wstring-io-inst.pico cxx11-locale-inst.pico cxx11-wlocale-inst.pico sso_string.pico ext11-inst.pico fstream-inst.pico ios-inst.pico iostream-inst.pico istream-inst.pico locale-inst.pico sstream-inst.pico streambuf-inst.pico string-io-inst.pico wlocale-inst.pico wstring-inst.pico wstring-io-inst.pico c11-codecvt.pico c11-cow-string-inst.pico c11-ostream-inst.pico c11-string-inst.pico fs_dir.pico fs_ops.pico fs_path.pico memory_resource.pico cow-fs_dir.pico cow-fs_ops.pico cow-fs_path.pico c17-cow-string-inst.pico c17-ostream-inst.pico c17-string-inst.pico array_type_info.pico.tmp atexit_arm.pico.tmp atexit_thread.pico.tmp atomicity.pico.tmp bad_alloc.pico.tmp bad_array_length.pico.tmp bad_array_new.pico.tmp bad_cast.pico.tmp bad_typeid.pico.tmp class_type_info.pico.tmp del_op.pico.tmp del_ops.pico.tmp del_opnt.pico.tmp del_opv.pico.tmp del_opvs.pico.tmp del_opvnt.pico.tmp dyncast.pico.tmp eh_alloc.pico.tmp eh_arm.pico.tmp eh_aux_runtime.pico.tmp eh_call.pico.tmp eh_catch.pico.tmp eh_exception.pico.tmp eh_globals.pico.tmp eh_personality.pico.tmp eh_ptr.pico.tmp eh_term_handler.pico.tmp eh_terminate.pico.tmp eh_tm.pico.tmp eh_throw.pico.tmp eh_type.pico.tmp eh_unex_handler.pico.tmp enum_type_info.pico.tmp function_type_info.pico.tmp fundamental_type_info.pico.tmp guard.pico.tmp guard_error.pico.tmp hash_bytes.pico.tmp nested_exception.pico.tmp new_handler.pico.tmp new_op.pico.tmp new_opnt.pico.tmp new_opv.pico.tmp new_opvnt.pico.tmp new_opa.pico.tmp new_opant.pico.tmp new_opva.pico.tmp new_opvant.pico.tmp del_opa.pico.tmp del_opant.pico.tmp del_opsa.pico.tmp del_opva.pico.tmp del_opvant.pico.tmp del_opvsa.pico.tmp pbase_type_info.pico.tmp pmem_type_info.pico.tmp pointer_type_info.pico.tmp pure.pico.tmp si_class_type_info.pico.tmp tinfo.pico.tmp tinfo2.pico.tmp vec.pico.tmp vmi_class_type_info.pico.tmp vterminate.pico.tmp cp-demangle.pico.tmp compatibility.pico.tmp compatibility-debug_list.pico.tmp compatibility-debug_list-2.pico.tmp compatibility-c++0x.pico.tmp compatibility-atomic-c++0x.pico.tmp compatibility-thread-c++0x.pico.tmp compatibility-chrono.pico.tmp compatibility-condvar.pico.tmp bitmap_allocator.pico.tmp pool_allocator.pico.tmp mt_allocator.pico.tmp complex_io.pico.tmp globals_io.pico.tmp hash_tr1.pico.tmp hashtable_tr1.pico.tmp ios_failure.pico.tmp ios_init.pico.tmp ios_locale.pico.tmp list.pico.tmp list-aux.pico.tmp list-aux-2.pico.tmp list_associated.pico.tmp list_associated-2.pico.tmp locale.pico.tmp locale_init.pico.tmp locale_facets.pico.tmp localename.pico.tmp math_stubs_float.pico.tmp math_stubs_long_double.pico.tmp stdexcept.pico.tmp strstream.pico.tmp tree.pico.tmp istream.pico.tmp istream-string.pico.tmp streambuf.pico.tmp valarray.pico.tmp cow-istream-string.pico.tmp collate_members_cow.pico.tmp messages_members_cow.pico.tmp monetary_members_cow.pico.tmp numeric_members_cow.pico.tmp codecvt_members.pico.tmp collate_members.pico.tmp messages_members.pico.tmp monetary_members.pico.tmp numeric_members.pico.tmp time_members.pico.tmp basic_file.pico.tmp c++locale.pico.tmp allocator-inst.pico.tmp concept-inst.pico.tmp ext-inst.pico.tmp misc-inst.pico.tmp parallel_settings.pico.tmp c98-codecvt.pico.tmp chrono.pico.tmp condition_variable.pico.tmp cow-stdexcept.pico.tmp ctype.pico.tmp debug.pico.tmp functexcept.pico.tmp functional.pico.tmp futex.pico.tmp future.pico.tmp hash_c++0x.pico.tmp hashtable_c++0x.pico.tmp ios.pico.tmp limits.pico.tmp mutex.pico.tmp placeholders.pico.tmp random.pico.tmp regex.pico.tmp shared_ptr.pico.tmp snprintf_lite.pico.tmp system_error.pico.tmp thread.pico.tmp cow-locale_init.pico.tmp cow-shim_facets.pico.tmp cxx11-hash_tr1.pico.tmp cxx11-ios_failure.pico.tmp cxx11-shim_facets.pico.tmp cxx11-stdexcept.pico.tmp ctype_configure_char.pico.tmp ctype_members.pico.tmp cow-fstream-inst.pico.tmp cow-sstream-inst.pico.tmp cow-string-io-inst.pico.tmp cow-wstring-inst.pico.tmp cow-wstring-io-inst.pico.tmp cxx11-locale-inst.pico.tmp cxx11-wlocale-inst.pico.tmp sso_string.pico.tmp ext11-inst.pico.tmp fstream-inst.pico.tmp ios-inst.pico.tmp iostream-inst.pico.tmp istream-inst.pico.tmp locale-inst.pico.tmp sstream-inst.pico.tmp streambuf-inst.pico.tmp string-io-inst.pico.tmp wlocale-inst.pico.tmp wstring-inst.pico.tmp wstring-io-inst.pico.tmp c11-codecvt.pico.tmp c11-cow-string-inst.pico.tmp c11-ostream-inst.pico.tmp c11-string-inst.pico.tmp fs_dir.pico.tmp fs_ops.pico.tmp fs_path.pico.tmp memory_resource.pico.tmp cow-fs_dir.pico.tmp cow-fs_ops.pico.tmp cow-fs_path.pico.tmp c17-cow-string-inst.pico.tmp c17-ostream-inst.pico.tmp c17-string-inst.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/httpd/libbozohttpd && rm -f libbozohttpd.so.1.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/httpd/libbozohttpd && rm -f libbozohttpd.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++_pic.a libstdc++.so.* libstdc++.so array_type_info.pico atexit_arm.pico atexit_thread.pico atomicity.pico bad_alloc.pico bad_array_length.pico bad_array_new.pico bad_cast.pico bad_typeid.pico class_type_info.pico del_op.pico del_ops.pico del_opnt.pico del_opv.pico del_opvs.pico del_opvnt.pico dyncast.pico eh_alloc.pico eh_arm.pico eh_aux_runtime.pico eh_call.pico eh_catch.pico eh_exception.pico eh_globals.pico eh_personality.pico eh_ptr.pico eh_term_handler.pico eh_terminate.pico eh_tm.pico eh_throw.pico eh_type.pico eh_unex_handler.pico enum_type_info.pico function_type_info.pico fundamental_type_info.pico guard.pico guard_error.pico hash_bytes.pico nested_exception.pico new_handler.pico new_op.pico new_opnt.pico new_opv.pico new_opvnt.pico new_opa.pico new_opant.pico new_opva.pico new_opvant.pico del_opa.pico del_opant.pico del_opsa.pico del_opva.pico del_opvant.pico del_opvsa.pico pbase_type_info.pico pmem_type_info.pico pointer_type_info.pico pure.pico si_class_type_info.pico tinfo.pico tinfo2.pico vec.pico vmi_class_type_info.pico vterminate.pico cp-demangle.pico compatibility.pico compatibility-debug_list.pico compatibility-debug_list-2.pico compatibility-c++0x.pico compatibility-atomic-c++0x.pico compatibility-thread-c++0x.pico compatibility-chrono.pico compatibility-condvar.pico bitmap_allocator.pico pool_allocator.pico mt_allocator.pico complex_io.pico globals_io.pico hash_tr1.pico hashtable_tr1.pico ios_failure.pico ios_init.pico ios_locale.pico list.pico list-aux.pico list-aux-2.pico list_associated.pico list_associated-2.pico locale.pico locale_init.pico locale_facets.pico localename.pico math_stubs_float.pico math_stubs_long_double.pico stdexcept.pico strstream.pico tree.pico istream.pico istream-string.pico streambuf.pico valarray.pico cow-istream-string.pico collate_members_cow.pico messages_members_cow.pico monetary_members_cow.pico numeric_members_cow.pico codecvt_members.pico collate_members.pico messages_members.pico monetary_members.pico numeric_members.pico time_members.pico basic_file.pico c++locale.pico allocator-inst.pico concept-inst.pico ext-inst.pico misc-inst.pico parallel_settings.pico c98-codecvt.pico chrono.pico condition_variable.pico cow-stdexcept.pico ctype.pico debug.pico functexcept.pico functional.pico futex.pico future.pico hash_c++0x.pico hashtable_c++0x.pico ios.pico limits.pico mutex.pico placeholders.pico random.pico regex.pico shared_ptr.pico snprintf_lite.pico system_error.pico thread.pico cow-locale_init.pico cow-shim_facets.pico cxx11-hash_tr1.pico cxx11-ios_failure.pico cxx11-shim_facets.pico cxx11-stdexcept.pico ctype_configure_char.pico ctype_members.pico cow-fstream-inst.pico cow-sstream-inst.pico cow-string-io-inst.pico cow-wstring-inst.pico cow-wstring-io-inst.pico cxx11-locale-inst.pico cxx11-wlocale-inst.pico sso_string.pico ext11-inst.pico fstream-inst.pico ios-inst.pico iostream-inst.pico istream-inst.pico locale-inst.pico sstream-inst.pico streambuf-inst.pico string-io-inst.pico wlocale-inst.pico wstring-inst.pico wstring-io-inst.pico c11-codecvt.pico c11-cow-string-inst.pico c11-ostream-inst.pico c11-string-inst.pico fs_dir.pico fs_ops.pico fs_path.pico memory_resource.pico cow-fs_dir.pico cow-fs_ops.pico cow-fs_path.pico c17-cow-string-inst.pico c17-ostream-inst.pico c17-string-inst.pico array_type_info.pico.tmp atexit_arm.pico.tmp atexit_thread.pico.tmp atomicity.pico.tmp bad_alloc.pico.tmp bad_array_length.pico.tmp bad_array_new.pico.tmp bad_cast.pico.tmp bad_typeid.pico.tmp class_type_info.pico.tmp del_op.pico.tmp del_ops.pico.tmp del_opnt.pico.tmp del_opv.pico.tmp del_opvs.pico.tmp del_opvnt.pico.tmp dyncast.pico.tmp eh_alloc.pico.tmp eh_arm.pico.tmp eh_aux_runtime.pico.tmp eh_call.pico.tmp eh_catch.pico.tmp eh_exception.pico.tmp eh_globals.pico.tmp eh_personality.pico.tmp eh_ptr.pico.tmp eh_term_handler.pico.tmp eh_terminate.pico.tmp eh_tm.pico.tmp eh_throw.pico.tmp eh_type.pico.tmp eh_unex_handler.pico.tmp enum_type_info.pico.tmp function_type_info.pico.tmp fundamental_type_info.pico.tmp guard.pico.tmp guard_error.pico.tmp hash_bytes.pico.tmp nested_exception.pico.tmp new_handler.pico.tmp new_op.pico.tmp new_opnt.pico.tmp new_opv.pico.tmp new_opvnt.pico.tmp new_opa.pico.tmp new_opant.pico.tmp new_opva.pico.tmp new_opvant.pico.tmp del_opa.pico.tmp del_opant.pico.tmp del_opsa.pico.tmp del_opva.pico.tmp del_opvant.pico.tmp del_opvsa.pico.tmp pbase_type_info.pico.tmp pmem_type_info.pico.tmp pointer_type_info.pico.tmp pure.pico.tmp si_class_type_info.pico.tmp tinfo.pico.tmp tinfo2.pico.tmp vec.pico.tmp vmi_class_type_info.pico.tmp vterminate.pico.tmp cp-demangle.pico.tmp compatibility.pico.tmp compatibility-debug_list.pico.tmp compatibility-debug_list-2.pico.tmp compatibility-c++0x.pico.tmp compatibility-atomic-c++0x.pico.tmp compatibility-thread-c++0x.pico.tmp compatibility-chrono.pico.tmp compatibility-condvar.pico.tmp bitmap_allocator.pico.tmp pool_allocator.pico.tmp mt_allocator.pico.tmp complex_io.pico.tmp globals_io.pico.tmp hash_tr1.pico.tmp hashtable_tr1.pico.tmp ios_failure.pico.tmp ios_init.pico.tmp ios_locale.pico.tmp list.pico.tmp list-aux.pico.tmp list-aux-2.pico.tmp list_associated.pico.tmp list_associated-2.pico.tmp locale.pico.tmp locale_init.pico.tmp locale_facets.pico.tmp localename.pico.tmp math_stubs_float.pico.tmp math_stubs_long_double.pico.tmp stdexcept.pico.tmp strstream.pico.tmp tree.pico.tmp istream.pico.tmp istream-string.pico.tmp streambuf.pico.tmp valarray.pico.tmp cow-istream-string.pico.tmp collate_members_cow.pico.tmp messages_members_cow.pico.tmp monetary_members_cow.pico.tmp numeric_members_cow.pico.tmp codecvt_members.pico.tmp collate_members.pico.tmp messages_members.pico.tmp monetary_members.pico.tmp numeric_members.pico.tmp time_members.pico.tmp basic_file.pico.tmp c++locale.pico.tmp allocator-inst.pico.tmp concept-inst.pico.tmp ext-inst.pico.tmp misc-inst.pico.tmp parallel_settings.pico.tmp c98-codecvt.pico.tmp chrono.pico.tmp condition_variable.pico.tmp cow-stdexcept.pico.tmp ctype.pico.tmp debug.pico.tmp functexcept.pico.tmp functional.pico.tmp futex.pico.tmp future.pico.tmp hash_c++0x.pico.tmp hashtable_c++0x.pico.tmp ios.pico.tmp limits.pico.tmp mutex.pico.tmp placeholders.pico.tmp random.pico.tmp regex.pico.tmp shared_ptr.pico.tmp snprintf_lite.pico.tmp system_error.pico.tmp thread.pico.tmp cow-locale_init.pico.tmp cow-shim_facets.pico.tmp cxx11-hash_tr1.pico.tmp cxx11-ios_failure.pico.tmp cxx11-shim_facets.pico.tmp cxx11-stdexcept.pico.tmp ctype_configure_char.pico.tmp ctype_members.pico.tmp cow-fstream-inst.pico.tmp cow-sstream-inst.pico.tmp cow-string-io-inst.pico.tmp cow-wstring-inst.pico.tmp cow-wstring-io-inst.pico.tmp cxx11-locale-inst.pico.tmp cxx11-wlocale-inst.pico.tmp sso_string.pico.tmp ext11-inst.pico.tmp fstream-inst.pico.tmp ios-inst.pico.tmp iostream-inst.pico.tmp istream-inst.pico.tmp locale-inst.pico.tmp sstream-inst.pico.tmp streambuf-inst.pico.tmp string-io-inst.pico.tmp wlocale-inst.pico.tmp wstring-inst.pico.tmp wstring-io-inst.pico.tmp c11-codecvt.pico.tmp c11-cow-string-inst.pico.tmp c11-ostream-inst.pico.tmp c11-string-inst.pico.tmp fs_dir.pico.tmp fs_ops.pico.tmp fs_path.pico.tmp memory_resource.pico.tmp cow-fs_dir.pico.tmp cow-fs_ops.pico.tmp cow-fs_path.pico.tmp c17-cow-string-inst.pico.tmp c17-ostream-inst.pico.tmp c17-string-inst.pico.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/httpd/libbozohttpd && rm -f libbozohttpd.html3 .depend auth-bozo.d bozohttpd.d cgi-bozo.d content-bozo.d daemon-bozo.d dir-index-bozo.d lua-bozo.d ssl-bozo.d tilde-luzah-bozo.d auth-bozo.d.tmp bozohttpd.d.tmp cgi-bozo.d.tmp content-bozo.d.tmp daemon-bozo.d.tmp dir-index-bozo.d.tmp lua-bozo.d.tmp ssl-bozo.d.tmp tilde-luzah-bozo.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/httpd/libbozohttpd && rm -f libbozohttpd.html3 .depend auth-bozo.d bozohttpd.d cgi-bozo.d content-bozo.d daemon-bozo.d dir-index-bozo.d lua-bozo.d ssl-bozo.d tilde-luzah-bozo.d auth-bozo.d.tmp bozohttpd.d.tmp cgi-bozo.d.tmp content-bozo.d.tmp daemon-bozo.d.tmp dir-index-bozo.d.tmp lua-bozo.d.tmp ssl-bozo.d.tmp tilde-luzah-bozo.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f llib-lstdc++.ln cp-demangle.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f llib-lstdc++.ln cp-demangle.ln || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/openssh/lib --- cleandir ===> lib/../crypto/external/bsd/openssh/lib --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++-symbols.ver libstdc++-symbols.ver.tmp bits/largefile-config.h libstdc++.so.9.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f libstdc++-symbols.ver libstdc++-symbols.ver.tmp bits/largefile-config.h libstdc++.so.9.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3 && rm -f codecvt_members.cc collate_members.cc ctype_members.cc messages_members.cc monetary_members.cc numeric_members.cc time_members.cc atomicity.cc c++locale.cc basic_file.cc cp-demangle.c cp-demangle.h collate_members_cow.cc messages_members_cow.cc monetary_members_cow.cc numeric_members_cow.cc c98-codecvt.cc c11-codecvt.cc c11-cow-string-inst.cc c17-cow-string-inst.cc c11-ostream-inst.cc c17-ostream-inst.cc c11-string-inst.cc c17-string-inst.cc enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend allocator-inst.d array_type_info.d atexit_arm.d atexit_thread.d atomicity.d bad_alloc.d bad_array_length.d bad_array_new.d bad_cast.d bad_typeid.d basic_file.d bitmap_allocator.d c++locale.d c11-codecvt.d c11-cow-string-inst.d c11-ostream-inst.d c11-string-inst.d c17-cow-string-inst.d c17-ostream-inst.d c17-string-inst.d c98-codecvt.d chrono.d class_type_info.d codecvt_members.d collate_members.d collate_members_cow.d compatibility-atomic-c++0x.d compatibility-c++0x.d compatibility-chrono.d compatibility-condvar.d compatibility-debug_list-2.d compatibility-debug_list.d compatibility-thread-c++0x.d compatibility.d complex_io.d concept-inst.d condition_variable.d cow-fs_dir.d cow-fs_ops.d cow-fs_path.d cow-fstream-inst.d cow-istream-string.d cow-locale_init.d cow-shim_facets.d cow-sstream-inst.d cow-stdexcept.d cow-string-io-inst.d cow-wstring-inst.d cow-wstring-io-inst.d cp-demangle.d ctype.d ctype_configure_char.d ctype_members.d cxx11-hash_tr1.d cxx11-ios_failure.d cxx11-locale-inst.d cxx11-shim_facets.d cxx11-stdexcept.d cxx11-wlocale-inst.d debug.d del_op.d del_opa.d del_opant.d del_opnt.d del_ops.d del_opsa.d del_opv.d del_opva.d del_opvant.d del_opvnt.d del_opvs.d del_opvsa.d dyncast.d eh_alloc.d eh_arm.d eh_aux_runtime.d eh_call.d eh_catch.d eh_exception.d eh_globals.d eh_personality.d eh_ptr.d eh_term_handler.d eh_terminate.d eh_throw.d eh_tm.d eh_type.d eh_unex_handler.d enable-execute-stack.d enum_type_info.d ext-inst.d ext11-inst.d fs_dir.d fs_ops.d fs_path.d fstream-inst.d functexcept.d function_type_info.d functional.d fundamental_type_info.d futex.d future.d globals_io.d guard.d guard_error.d hash_bytes.d hash_c++0x.d hash_tr1.d hashtable_c++0x.d hashtable_tr1.d ios-inst.d ios.d ios_failure.d ios_init.d ios_locale.d iostream-inst.d istream-inst.d istream-string.d istream.d limits.d list-aux-2.d list-aux.d list.d list_associated-2.d list_associated.d locale-inst.d locale.d locale_facets.d locale_init.d localename.d math_stubs_float.d math_stubs_long_double.d memory_resource.d messages_members.d messages_members_cow.d misc-inst.d monetary_members.d monetary_members_cow.d mt_allocator.d mutex.d nested_exception.d new_handler.d new_op.d new_opa.d new_opant.d new_opnt.d new_opv.d new_opva.d new_opvant.d new_opvnt.d numeric_members.d numeric_members_cow.d parallel_settings.d pbase_type_info.d placeholders.d pmem_type_info.d pointer_type_info.d pool_allocator.d pure.d random.d regex.d shared_ptr.d si_class_type_info.d snprintf_lite.d sso_string.d sstream-inst.d stdexcept.d streambuf-inst.d streambuf.d string-io-inst.d strstream.d system_error.d thread.d time_members.d tinfo.d tinfo2.d tree.d valarray.d vec.d vmi_class_type_info.d vterminate.d wlocale-inst.d wstring-inst.d wstring-io-inst.d allocator-inst.d.tmp array_type_info.d.tmp atexit_arm.d.tmp atexit_thread.d.tmp atomicity.d.tmp bad_alloc.d.tmp bad_array_length.d.tmp bad_array_new.d.tmp bad_cast.d.tmp bad_typeid.d.tmp basic_file.d.tmp bitmap_allocator.d.tmp c++locale.d.tmp c11-codecvt.d.tmp c11-cow-string-inst.d.tmp c11-ostream-inst.d.tmp c11-string-inst.d.tmp c17-cow-string-inst.d.tmp c17-ostream-inst.d.tmp c17-string-inst.d.tmp c98-codecvt.d.tmp chrono.d.tmp class_type_info.d.tmp codecvt_members.d.tmp collate_members.d.tmp collate_members_cow.d.tmp compatibility-atomic-c++0x.d.tmp compatibility-c++0x.d.tmp compatibility-chrono.d.tmp compatibility-condvar.d.tmp compatibility-debug_list-2.d.tmp compatibility-debug_list.d.tmp compatibility-thread-c++0x.d.tmp compatibility.d.tmp complex_io.d.tmp concept-inst.d.tmp condition_variable.d.tmp cow-fs_dir.d.tmp cow-fs_ops.d.tmp cow-fs_path.d.tmp cow-fstream-inst.d.tmp cow-istream-string.d.tmp cow-locale_init.d.tmp cow-shim_facets.d.tmp cow-sstream-inst.d.tmp cow-stdexcept.d.tmp cow-string-io-inst.d.tmp cow-wstring-inst.d.tmp cow-wstring-io-inst.d.tmp cp-demangle.d.tmp ctype.d.tmp ctype_configure_char.d.tmp ctype_members.d.tmp cxx11-hash_tr1.d.tmp cxx11-ios_failure.d.tmp cxx11-locale-inst.d.tmp cxx11-shim_facets.d.tmp cxx11-stdexcept.d.tmp cxx11-wlocale-inst.d.tmp debug.d.tmp del_op.d.tmp del_opa.d.tmp del_opant.d.tmp del_opnt.d.tmp del_ops.d.tmp del_opsa.d.tmp del_opv.d.tmp del_opva.d.tmp del_opvant.d.tmp del_opvnt.d.tmp del_opvs.d.tmp del_opvsa.d.tmp dyncast.d.tmp eh_alloc.d.tmp eh_arm.d.tmp eh_aux_runtime.d.tmp eh_call.d.tmp eh_catch.d.tmp eh_exception.d.tmp eh_globals.d.tmp eh_personality.d.tmp eh_ptr.d.tmp eh_term_handler.d.tmp eh_terminate.d.tmp eh_throw.d.tmp eh_tm.d.tmp eh_type.d.tmp eh_unex_handler.d.tmp enable-execute-stack.d.tmp enum_type_info.d.tmp ext-inst.d.tmp ext11-inst.d.tmp fs_dir.d.tmp fs_ops.d.tmp fs_path.d.tmp fstream-inst.d.tmp functexcept.d.tmp function_type_info.d.tmp functional.d.tmp fundamental_type_info.d.tmp futex.d.tmp future.d.tmp globals_io.d.tmp guard.d.tmp guard_error.d.tmp hash_bytes.d.tmp hash_c++0x.d.tmp hash_tr1.d.tmp hashtable_c++0x.d.tmp hashtable_tr1.d.tmp ios-inst.d.tmp ios.d.tmp ios_failure.d.tmp ios_init.d.tmp ios_locale.d.tmp iostream-inst.d.tmp istream-inst.d.tmp istream-string.d.tmp istream.d.tmp limits.d.tmp list-aux-2.d.tmp list-aux.d.tmp list.d.tmp list_associated-2.d.tmp list_associated.d.tmp locale-inst.d.tmp locale.d.tmp locale_facets.d.tmp locale_init.d.tmp localename.d.tmp math_stubs_float.d.tmp math_stubs_long_double.d.tmp memory_resource.d.tmp messages_members.d.tmp messages_members_cow.d.tmp misc-inst.d.tmp monetary_members.d.tmp monetary_members_cow.d.tmp mt_allocator.d.tmp mutex.d.tmp nested_exception.d.tmp new_handler.d.tmp new_op.d.tmp new_opa.d.tmp new_opant.d.tmp new_opnt.d.tmp new_opv.d.tmp new_opva.d.tmp new_opvant.d.tmp new_opvnt.d.tmp numeric_members.d.tmp numeric_members_cow.d.tmp parallel_settings.d.tmp pbase_type_info.d.tmp placeholders.d.tmp pmem_type_info.d.tmp pointer_type_info.d.tmp pool_allocator.d.tmp pure.d.tmp random.d.tmp regex.d.tmp shared_ptr.d.tmp si_class_type_info.d.tmp snprintf_lite.d.tmp sso_string.d.tmp sstream-inst.d.tmp stdexcept.d.tmp streambuf-inst.d.tmp streambuf.d.tmp string-io-inst.d.tmp strstream.d.tmp system_error.d.tmp thread.d.tmp time_members.d.tmp tinfo.d.tmp tinfo2.d.tmp tree.d.tmp valarray.d.tmp vec.d.tmp vmi_class_type_info.d.tmp vterminate.d.tmp wlocale-inst.d.tmp wstring-inst.d.tmp wstring-io-inst.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3 && rm -f codecvt_members.cc collate_members.cc ctype_members.cc messages_members.cc monetary_members.cc numeric_members.cc time_members.cc atomicity.cc c++locale.cc basic_file.cc cp-demangle.c cp-demangle.h collate_members_cow.cc messages_members_cow.cc monetary_members_cow.cc numeric_members_cow.cc c98-codecvt.cc c11-codecvt.cc c11-cow-string-inst.cc c17-cow-string-inst.cc c11-ostream-inst.cc c17-ostream-inst.cc c11-string-inst.cc c17-string-inst.cc enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h .depend allocator-inst.d array_type_info.d atexit_arm.d atexit_thread.d atomicity.d bad_alloc.d bad_array_length.d bad_array_new.d bad_cast.d bad_typeid.d basic_file.d bitmap_allocator.d c++locale.d c11-codecvt.d c11-cow-string-inst.d c11-ostream-inst.d c11-string-inst.d c17-cow-string-inst.d c17-ostream-inst.d c17-string-inst.d c98-codecvt.d chrono.d class_type_info.d codecvt_members.d collate_members.d collate_members_cow.d compatibility-atomic-c++0x.d compatibility-c++0x.d compatibility-chrono.d compatibility-condvar.d compatibility-debug_list-2.d compatibility-debug_list.d compatibility-thread-c++0x.d compatibility.d complex_io.d concept-inst.d condition_variable.d cow-fs_dir.d cow-fs_ops.d cow-fs_path.d cow-fstream-inst.d cow-istream-string.d cow-locale_init.d cow-shim_facets.d cow-sstream-inst.d cow-stdexcept.d cow-string-io-inst.d cow-wstring-inst.d cow-wstring-io-inst.d cp-demangle.d ctype.d ctype_configure_char.d ctype_members.d cxx11-hash_tr1.d cxx11-ios_failure.d cxx11-locale-inst.d cxx11-shim_facets.d cxx11-stdexcept.d cxx11-wlocale-inst.d debug.d del_op.d del_opa.d del_opant.d del_opnt.d del_ops.d del_opsa.d del_opv.d del_opva.d del_opvant.d del_opvnt.d del_opvs.d del_opvsa.d dyncast.d eh_alloc.d eh_arm.d eh_aux_runtime.d eh_call.d eh_catch.d eh_exception.d eh_globals.d eh_personality.d eh_ptr.d eh_term_handler.d eh_terminate.d eh_throw.d eh_tm.d eh_type.d eh_unex_handler.d enable-execute-stack.d enum_type_info.d ext-inst.d ext11-inst.d fs_dir.d fs_ops.d fs_path.d fstream-inst.d functexcept.d function_type_info.d functional.d fundamental_type_info.d futex.d future.d globals_io.d guard.d guard_error.d hash_bytes.d hash_c++0x.d hash_tr1.d hashtable_c++0x.d hashtable_tr1.d ios-inst.d ios.d ios_failure.d ios_init.d ios_locale.d iostream-inst.d istream-inst.d istream-string.d istream.d limits.d list-aux-2.d list-aux.d list.d list_associated-2.d list_associated.d locale-inst.d locale.d locale_facets.d locale_init.d localename.d math_stubs_float.d math_stubs_long_double.d memory_resource.d messages_members.d messages_members_cow.d misc-inst.d monetary_members.d monetary_members_cow.d mt_allocator.d mutex.d nested_exception.d new_handler.d new_op.d new_opa.d new_opant.d new_opnt.d new_opv.d new_opva.d new_opvant.d new_opvnt.d numeric_members.d numeric_members_cow.d parallel_settings.d pbase_type_info.d placeholders.d pmem_type_info.d pointer_type_info.d pool_allocator.d pure.d random.d regex.d shared_ptr.d si_class_type_info.d snprintf_lite.d sso_string.d sstream-inst.d stdexcept.d streambuf-inst.d streambuf.d string-io-inst.d strstream.d system_error.d thread.d time_members.d tinfo.d tinfo2.d tree.d valarray.d vec.d vmi_class_type_info.d vterminate.d wlocale-inst.d wstring-inst.d wstring-io-inst.d allocator-inst.d.tmp array_type_info.d.tmp atexit_arm.d.tmp atexit_thread.d.tmp atomicity.d.tmp bad_alloc.d.tmp bad_array_length.d.tmp bad_array_new.d.tmp bad_cast.d.tmp bad_typeid.d.tmp basic_file.d.tmp bitmap_allocator.d.tmp c++locale.d.tmp c11-codecvt.d.tmp c11-cow-string-inst.d.tmp c11-ostream-inst.d.tmp c11-string-inst.d.tmp c17-cow-string-inst.d.tmp c17-ostream-inst.d.tmp c17-string-inst.d.tmp c98-codecvt.d.tmp chrono.d.tmp class_type_info.d.tmp codecvt_members.d.tmp collate_members.d.tmp collate_members_cow.d.tmp compatibility-atomic-c++0x.d.tmp compatibility-c++0x.d.tmp compatibility-chrono.d.tmp compatibility-condvar.d.tmp compatibility-debug_list-2.d.tmp compatibility-debug_list.d.tmp compatibility-thread-c++0x.d.tmp compatibility.d.tmp complex_io.d.tmp concept-inst.d.tmp condition_variable.d.tmp cow-fs_dir.d.tmp cow-fs_ops.d.tmp cow-fs_path.d.tmp cow-fstream-inst.d.tmp cow-istream-string.d.tmp cow-locale_init.d.tmp cow-shim_facets.d.tmp cow-sstream-inst.d.tmp cow-stdexcept.d.tmp cow-string-io-inst.d.tmp cow-wstring-inst.d.tmp cow-wstring-io-inst.d.tmp cp-demangle.d.tmp ctype.d.tmp ctype_configure_char.d.tmp ctype_members.d.tmp cxx11-hash_tr1.d.tmp cxx11-ios_failure.d.tmp cxx11-locale-inst.d.tmp cxx11-shim_facets.d.tmp cxx11-stdexcept.d.tmp cxx11-wlocale-inst.d.tmp debug.d.tmp del_op.d.tmp del_opa.d.tmp del_opant.d.tmp del_opnt.d.tmp del_ops.d.tmp del_opsa.d.tmp del_opv.d.tmp del_opva.d.tmp del_opvant.d.tmp del_opvnt.d.tmp del_opvs.d.tmp del_opvsa.d.tmp dyncast.d.tmp eh_alloc.d.tmp eh_arm.d.tmp eh_aux_runtime.d.tmp eh_call.d.tmp eh_catch.d.tmp eh_exception.d.tmp eh_globals.d.tmp eh_personality.d.tmp eh_ptr.d.tmp eh_term_handler.d.tmp eh_terminate.d.tmp eh_throw.d.tmp eh_tm.d.tmp eh_type.d.tmp eh_unex_handler.d.tmp enable-execute-stack.d.tmp enum_type_info.d.tmp ext-inst.d.tmp ext11-inst.d.tmp fs_dir.d.tmp fs_ops.d.tmp fs_path.d.tmp fstream-inst.d.tmp functexcept.d.tmp function_type_info.d.tmp functional.d.tmp fundamental_type_info.d.tmp futex.d.tmp future.d.tmp globals_io.d.tmp guard.d.tmp guard_error.d.tmp hash_bytes.d.tmp hash_c++0x.d.tmp hash_tr1.d.tmp hashtable_c++0x.d.tmp hashtable_tr1.d.tmp ios-inst.d.tmp ios.d.tmp ios_failure.d.tmp ios_init.d.tmp ios_locale.d.tmp iostream-inst.d.tmp istream-inst.d.tmp istream-string.d.tmp istream.d.tmp limits.d.tmp list-aux-2.d.tmp list-aux.d.tmp list.d.tmp list_associated-2.d.tmp list_associated.d.tmp locale-inst.d.tmp locale.d.tmp locale_facets.d.tmp locale_init.d.tmp localename.d.tmp math_stubs_float.d.tmp math_stubs_long_double.d.tmp memory_resource.d.tmp messages_members.d.tmp messages_members_cow.d.tmp misc-inst.d.tmp monetary_members.d.tmp monetary_members_cow.d.tmp mt_allocator.d.tmp mutex.d.tmp nested_exception.d.tmp new_handler.d.tmp new_op.d.tmp new_opa.d.tmp new_opant.d.tmp new_opnt.d.tmp new_opv.d.tmp new_opva.d.tmp new_opvant.d.tmp new_opvnt.d.tmp numeric_members.d.tmp numeric_members_cow.d.tmp parallel_settings.d.tmp pbase_type_info.d.tmp placeholders.d.tmp pmem_type_info.d.tmp pointer_type_info.d.tmp pool_allocator.d.tmp pure.d.tmp random.d.tmp regex.d.tmp shared_ptr.d.tmp si_class_type_info.d.tmp snprintf_lite.d.tmp sso_string.d.tmp sstream-inst.d.tmp stdexcept.d.tmp streambuf-inst.d.tmp streambuf.d.tmp string-io-inst.d.tmp strstream.d.tmp system_error.d.tmp thread.d.tmp time_members.d.tmp tinfo.d.tmp tinfo2.d.tmp tree.d.tmp valarray.d.tmp vec.d.tmp vmi_class_type_info.d.tmp vterminate.d.tmp wlocale-inst.d.tmp wstring-inst.d.tmp wstring-io-inst.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f libssh.a addr.o addrmatch.o atomicio.o authfd.o authfile.o bcrypt_pbkdf.o bitmap.o blowfish.o canohost.o chacha.o channels.o cipher-chachapoly.o cipher.o cleanup.o compat.o dh.o dispatch.o dns.o ed25519.o fatal.o freezero.o hash.o hmac.o hostfile.o kex.o kexdh.o kexecdh.o kexgen.o kexgex.o kexgexc.o kexsntrup761x25519.o krl.o log.o mac.o match.o misc.o monitor_fdpass.o msg.o nchan.o packet.o poly1305.o progressmeter.o readpass.o recallocarray.o smult_curve25519_ref.o sntrup761.o ssh-ed25519.o ssh-ed25519-sk.o ssh-pkcs11.o ssh-sk-client.o ssh-xmss.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf-io.o sshbuf.o ssherr.o sshkey-xmss.o sshkey.o ttymodes.o uidswap.o umac.o umac128.o utf8.o xmalloc.o xmss_commons.o xmss_fast.o xmss_hash.o xmss_hash_address.o xmss_wots.o fmt_scaled.o readpassphrase.o getpeereid.o getrrsetbyname.o digest-openssl.o kexc25519.o ssh-dss.o ssh-ecdsa.o ssh-ecdsa-sk.o ssh-rsa.o addr.o.tmp addrmatch.o.tmp atomicio.o.tmp authfd.o.tmp authfile.o.tmp bcrypt_pbkdf.o.tmp bitmap.o.tmp blowfish.o.tmp canohost.o.tmp chacha.o.tmp channels.o.tmp cipher-chachapoly.o.tmp cipher.o.tmp cleanup.o.tmp compat.o.tmp dh.o.tmp dispatch.o.tmp dns.o.tmp ed25519.o.tmp fatal.o.tmp freezero.o.tmp hash.o.tmp hmac.o.tmp hostfile.o.tmp kex.o.tmp kexdh.o.tmp kexecdh.o.tmp kexgen.o.tmp kexgex.o.tmp kexgexc.o.tmp kexsntrup761x25519.o.tmp krl.o.tmp log.o.tmp mac.o.tmp match.o.tmp misc.o.tmp monitor_fdpass.o.tmp msg.o.tmp nchan.o.tmp packet.o.tmp poly1305.o.tmp progressmeter.o.tmp readpass.o.tmp recallocarray.o.tmp smult_curve25519_ref.o.tmp sntrup761.o.tmp ssh-ed25519.o.tmp ssh-ed25519-sk.o.tmp ssh-pkcs11.o.tmp ssh-sk-client.o.tmp ssh-xmss.o.tmp sshbuf-getput-basic.o.tmp sshbuf-getput-crypto.o.tmp sshbuf-misc.o.tmp sshbuf-io.o.tmp sshbuf.o.tmp ssherr.o.tmp sshkey-xmss.o.tmp sshkey.o.tmp ttymodes.o.tmp uidswap.o.tmp umac.o.tmp umac128.o.tmp utf8.o.tmp xmalloc.o.tmp xmss_commons.o.tmp xmss_fast.o.tmp xmss_hash.o.tmp xmss_hash_address.o.tmp xmss_wots.o.tmp fmt_scaled.o.tmp readpassphrase.o.tmp getpeereid.o.tmp getrrsetbyname.o.tmp digest-openssl.o.tmp kexc25519.o.tmp ssh-dss.o.tmp ssh-ecdsa.o.tmp ssh-ecdsa-sk.o.tmp ssh-rsa.o.tmp || true) --- cleandir-external --- --- cleandir-include --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f libssh.a addr.o addrmatch.o atomicio.o authfd.o authfile.o bcrypt_pbkdf.o bitmap.o blowfish.o canohost.o chacha.o channels.o cipher-chachapoly.o cipher.o cleanup.o compat.o dh.o dispatch.o dns.o ed25519.o fatal.o freezero.o hash.o hmac.o hostfile.o kex.o kexdh.o kexecdh.o kexgen.o kexgex.o kexgexc.o kexsntrup761x25519.o krl.o log.o mac.o match.o misc.o monitor_fdpass.o msg.o nchan.o packet.o poly1305.o progressmeter.o readpass.o recallocarray.o smult_curve25519_ref.o sntrup761.o ssh-ed25519.o ssh-ed25519-sk.o ssh-pkcs11.o ssh-sk-client.o ssh-xmss.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf-io.o sshbuf.o ssherr.o sshkey-xmss.o sshkey.o ttymodes.o uidswap.o umac.o umac128.o utf8.o xmalloc.o xmss_commons.o xmss_fast.o xmss_hash.o xmss_hash_address.o xmss_wots.o fmt_scaled.o readpassphrase.o getpeereid.o getrrsetbyname.o digest-openssl.o kexc25519.o ssh-dss.o ssh-ecdsa.o ssh-ecdsa-sk.o ssh-rsa.o addr.o.tmp addrmatch.o.tmp atomicio.o.tmp authfd.o.tmp authfile.o.tmp bcrypt_pbkdf.o.tmp bitmap.o.tmp blowfish.o.tmp canohost.o.tmp chacha.o.tmp channels.o.tmp cipher-chachapoly.o.tmp cipher.o.tmp cleanup.o.tmp compat.o.tmp dh.o.tmp dispatch.o.tmp dns.o.tmp ed25519.o.tmp fatal.o.tmp freezero.o.tmp hash.o.tmp hmac.o.tmp hostfile.o.tmp kex.o.tmp kexdh.o.tmp kexecdh.o.tmp kexgen.o.tmp kexgex.o.tmp kexgexc.o.tmp kexsntrup761x25519.o.tmp krl.o.tmp log.o.tmp mac.o.tmp match.o.tmp misc.o.tmp monitor_fdpass.o.tmp msg.o.tmp nchan.o.tmp packet.o.tmp poly1305.o.tmp progressmeter.o.tmp readpass.o.tmp recallocarray.o.tmp smult_curve25519_ref.o.tmp sntrup761.o.tmp ssh-ed25519.o.tmp ssh-ed25519-sk.o.tmp ssh-pkcs11.o.tmp ssh-sk-client.o.tmp ssh-xmss.o.tmp sshbuf-getput-basic.o.tmp sshbuf-getput-crypto.o.tmp sshbuf-misc.o.tmp sshbuf-io.o.tmp sshbuf.o.tmp ssherr.o.tmp sshkey-xmss.o.tmp sshkey.o.tmp ttymodes.o.tmp uidswap.o.tmp umac.o.tmp umac128.o.tmp utf8.o.tmp xmalloc.o.tmp xmss_commons.o.tmp xmss_fast.o.tmp xmss_hash.o.tmp xmss_hash_address.o.tmp xmss_wots.o.tmp fmt_scaled.o.tmp readpassphrase.o.tmp getpeereid.o.tmp getrrsetbyname.o.tmp digest-openssl.o.tmp kexc25519.o.tmp ssh-dss.o.tmp ssh-ecdsa.o.tmp ssh-ecdsa-sk.o.tmp ssh-rsa.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f libssh_p.a addr.po addrmatch.po atomicio.po authfd.po authfile.po bcrypt_pbkdf.po bitmap.po blowfish.po canohost.po chacha.po channels.po cipher-chachapoly.po cipher.po cleanup.po compat.po dh.po dispatch.po dns.po ed25519.po fatal.po freezero.po hash.po hmac.po hostfile.po kex.po kexdh.po kexecdh.po kexgen.po kexgex.po kexgexc.po kexsntrup761x25519.po krl.po log.po mac.po match.po misc.po monitor_fdpass.po msg.po nchan.po packet.po poly1305.po progressmeter.po readpass.po recallocarray.po smult_curve25519_ref.po sntrup761.po ssh-ed25519.po ssh-ed25519-sk.po ssh-pkcs11.po ssh-sk-client.po ssh-xmss.po sshbuf-getput-basic.po sshbuf-getput-crypto.po sshbuf-misc.po sshbuf-io.po sshbuf.po ssherr.po sshkey-xmss.po sshkey.po ttymodes.po uidswap.po umac.po umac128.po utf8.po xmalloc.po xmss_commons.po xmss_fast.po xmss_hash.po xmss_hash_address.po xmss_wots.po fmt_scaled.po readpassphrase.po getpeereid.po getrrsetbyname.po digest-openssl.po kexc25519.po ssh-dss.po ssh-ecdsa.po ssh-ecdsa-sk.po ssh-rsa.po addr.po.tmp addrmatch.po.tmp atomicio.po.tmp authfd.po.tmp authfile.po.tmp bcrypt_pbkdf.po.tmp bitmap.po.tmp blowfish.po.tmp canohost.po.tmp chacha.po.tmp channels.po.tmp cipher-chachapoly.po.tmp cipher.po.tmp cleanup.po.tmp compat.po.tmp dh.po.tmp dispatch.po.tmp dns.po.tmp ed25519.po.tmp fatal.po.tmp freezero.po.tmp hash.po.tmp hmac.po.tmp hostfile.po.tmp kex.po.tmp kexdh.po.tmp kexecdh.po.tmp kexgen.po.tmp kexgex.po.tmp kexgexc.po.tmp kexsntrup761x25519.po.tmp krl.po.tmp log.po.tmp mac.po.tmp match.po.tmp misc.po.tmp monitor_fdpass.po.tmp msg.po.tmp nchan.po.tmp packet.po.tmp poly1305.po.tmp progressmeter.po.tmp readpass.po.tmp recallocarray.po.tmp smult_curve25519_ref.po.tmp sntrup761.po.tmp ssh-ed25519.po.tmp ssh-ed25519-sk.po.tmp ssh-pkcs11.po.tmp ssh-sk-client.po.tmp ssh-xmss.po.tmp sshbuf-getput-basic.po.tmp sshbuf-getput-crypto.po.tmp sshbuf-misc.po.tmp sshbuf-io.po.tmp sshbuf.po.tmp ssherr.po.tmp sshkey-xmss.po.tmp sshkey.po.tmp ttymodes.po.tmp uidswap.po.tmp umac.po.tmp umac128.po.tmp utf8.po.tmp xmalloc.po.tmp xmss_commons.po.tmp xmss_fast.po.tmp xmss_hash.po.tmp xmss_hash_address.po.tmp xmss_wots.po.tmp fmt_scaled.po.tmp readpassphrase.po.tmp getpeereid.po.tmp getrrsetbyname.po.tmp digest-openssl.po.tmp kexc25519.po.tmp ssh-dss.po.tmp ssh-ecdsa.po.tmp ssh-ecdsa-sk.po.tmp ssh-rsa.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f libssh_p.a addr.po addrmatch.po atomicio.po authfd.po authfile.po bcrypt_pbkdf.po bitmap.po blowfish.po canohost.po chacha.po channels.po cipher-chachapoly.po cipher.po cleanup.po compat.po dh.po dispatch.po dns.po ed25519.po fatal.po freezero.po hash.po hmac.po hostfile.po kex.po kexdh.po kexecdh.po kexgen.po kexgex.po kexgexc.po kexsntrup761x25519.po krl.po log.po mac.po match.po misc.po monitor_fdpass.po msg.po nchan.po packet.po poly1305.po progressmeter.po readpass.po recallocarray.po smult_curve25519_ref.po sntrup761.po ssh-ed25519.po ssh-ed25519-sk.po ssh-pkcs11.po ssh-sk-client.po ssh-xmss.po sshbuf-getput-basic.po sshbuf-getput-crypto.po sshbuf-misc.po sshbuf-io.po sshbuf.po ssherr.po sshkey-xmss.po sshkey.po ttymodes.po uidswap.po umac.po umac128.po utf8.po xmalloc.po xmss_commons.po xmss_fast.po xmss_hash.po xmss_hash_address.po xmss_wots.po fmt_scaled.po readpassphrase.po getpeereid.po getrrsetbyname.po digest-openssl.po kexc25519.po ssh-dss.po ssh-ecdsa.po ssh-ecdsa-sk.po ssh-rsa.po addr.po.tmp addrmatch.po.tmp atomicio.po.tmp authfd.po.tmp authfile.po.tmp bcrypt_pbkdf.po.tmp bitmap.po.tmp blowfish.po.tmp canohost.po.tmp chacha.po.tmp channels.po.tmp cipher-chachapoly.po.tmp cipher.po.tmp cleanup.po.tmp compat.po.tmp dh.po.tmp dispatch.po.tmp dns.po.tmp ed25519.po.tmp fatal.po.tmp freezero.po.tmp hash.po.tmp hmac.po.tmp hostfile.po.tmp kex.po.tmp kexdh.po.tmp kexecdh.po.tmp kexgen.po.tmp kexgex.po.tmp kexgexc.po.tmp kexsntrup761x25519.po.tmp krl.po.tmp log.po.tmp mac.po.tmp match.po.tmp misc.po.tmp monitor_fdpass.po.tmp msg.po.tmp nchan.po.tmp packet.po.tmp poly1305.po.tmp progressmeter.po.tmp readpass.po.tmp recallocarray.po.tmp smult_curve25519_ref.po.tmp sntrup761.po.tmp ssh-ed25519.po.tmp ssh-ed25519-sk.po.tmp ssh-pkcs11.po.tmp ssh-sk-client.po.tmp ssh-xmss.po.tmp sshbuf-getput-basic.po.tmp sshbuf-getput-crypto.po.tmp sshbuf-misc.po.tmp sshbuf-io.po.tmp sshbuf.po.tmp ssherr.po.tmp sshkey-xmss.po.tmp sshkey.po.tmp ttymodes.po.tmp uidswap.po.tmp umac.po.tmp umac128.po.tmp utf8.po.tmp xmalloc.po.tmp xmss_commons.po.tmp xmss_fast.po.tmp xmss_hash.po.tmp xmss_hash_address.po.tmp xmss_wots.po.tmp fmt_scaled.po.tmp readpassphrase.po.tmp getpeereid.po.tmp getrrsetbyname.po.tmp digest-openssl.po.tmp kexc25519.po.tmp ssh-dss.po.tmp ssh-ecdsa.po.tmp ssh-ecdsa-sk.po.tmp ssh-rsa.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-backward --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f libssh_g.a || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/backward --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f libssh_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/backward && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f libssh_pic.a libssh.so.* libssh.so addr.pico addrmatch.pico atomicio.pico authfd.pico authfile.pico bcrypt_pbkdf.pico bitmap.pico blowfish.pico canohost.pico chacha.pico channels.pico cipher-chachapoly.pico cipher.pico cleanup.pico compat.pico dh.pico dispatch.pico dns.pico ed25519.pico fatal.pico freezero.pico hash.pico hmac.pico hostfile.pico kex.pico kexdh.pico kexecdh.pico kexgen.pico kexgex.pico kexgexc.pico kexsntrup761x25519.pico krl.pico log.pico mac.pico match.pico misc.pico monitor_fdpass.pico msg.pico nchan.pico packet.pico poly1305.pico progressmeter.pico readpass.pico recallocarray.pico smult_curve25519_ref.pico sntrup761.pico ssh-ed25519.pico ssh-ed25519-sk.pico ssh-pkcs11.pico ssh-sk-client.pico ssh-xmss.pico sshbuf-getput-basic.pico sshbuf-getput-crypto.pico sshbuf-misc.pico sshbuf-io.pico sshbuf.pico ssherr.pico sshkey-xmss.pico sshkey.pico ttymodes.pico uidswap.pico umac.pico umac128.pico utf8.pico xmalloc.pico xmss_commons.pico xmss_fast.pico xmss_hash.pico xmss_hash_address.pico xmss_wots.pico fmt_scaled.pico readpassphrase.pico getpeereid.pico getrrsetbyname.pico digest-openssl.pico kexc25519.pico ssh-dss.pico ssh-ecdsa.pico ssh-ecdsa-sk.pico ssh-rsa.pico addr.pico.tmp addrmatch.pico.tmp atomicio.pico.tmp authfd.pico.tmp authfile.pico.tmp bcrypt_pbkdf.pico.tmp bitmap.pico.tmp blowfish.pico.tmp canohost.pico.tmp chacha.pico.tmp channels.pico.tmp cipher-chachapoly.pico.tmp cipher.pico.tmp cleanup.pico.tmp compat.pico.tmp dh.pico.tmp dispatch.pico.tmp dns.pico.tmp ed25519.pico.tmp fatal.pico.tmp freezero.pico.tmp hash.pico.tmp hmac.pico.tmp hostfile.pico.tmp kex.pico.tmp kexdh.pico.tmp kexecdh.pico.tmp kexgen.pico.tmp kexgex.pico.tmp kexgexc.pico.tmp kexsntrup761x25519.pico.tmp krl.pico.tmp log.pico.tmp mac.pico.tmp match.pico.tmp misc.pico.tmp monitor_fdpass.pico.tmp msg.pico.tmp nchan.pico.tmp packet.pico.tmp poly1305.pico.tmp progressmeter.pico.tmp readpass.pico.tmp recallocarray.pico.tmp smult_curve25519_ref.pico.tmp sntrup761.pico.tmp ssh-ed25519.pico.tmp ssh-ed25519-sk.pico.tmp ssh-pkcs11.pico.tmp ssh-sk-client.pico.tmp ssh-xmss.pico.tmp sshbuf-getput-basic.pico.tmp sshbuf-getput-crypto.pico.tmp sshbuf-misc.pico.tmp sshbuf-io.pico.tmp sshbuf.pico.tmp ssherr.pico.tmp sshkey-xmss.pico.tmp sshkey.pico.tmp ttymodes.pico.tmp uidswap.pico.tmp umac.pico.tmp umac128.pico.tmp utf8.pico.tmp xmalloc.pico.tmp xmss_commons.pico.tmp xmss_fast.pico.tmp xmss_hash.pico.tmp xmss_hash_address.pico.tmp xmss_wots.pico.tmp fmt_scaled.pico.tmp readpassphrase.pico.tmp getpeereid.pico.tmp getrrsetbyname.pico.tmp digest-openssl.pico.tmp kexc25519.pico.tmp ssh-dss.pico.tmp ssh-ecdsa.pico.tmp ssh-ecdsa-sk.pico.tmp ssh-rsa.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/backward && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f libssh_pic.a libssh.so.* libssh.so addr.pico addrmatch.pico atomicio.pico authfd.pico authfile.pico bcrypt_pbkdf.pico bitmap.pico blowfish.pico canohost.pico chacha.pico channels.pico cipher-chachapoly.pico cipher.pico cleanup.pico compat.pico dh.pico dispatch.pico dns.pico ed25519.pico fatal.pico freezero.pico hash.pico hmac.pico hostfile.pico kex.pico kexdh.pico kexecdh.pico kexgen.pico kexgex.pico kexgexc.pico kexsntrup761x25519.pico krl.pico log.pico mac.pico match.pico misc.pico monitor_fdpass.pico msg.pico nchan.pico packet.pico poly1305.pico progressmeter.pico readpass.pico recallocarray.pico smult_curve25519_ref.pico sntrup761.pico ssh-ed25519.pico ssh-ed25519-sk.pico ssh-pkcs11.pico ssh-sk-client.pico ssh-xmss.pico sshbuf-getput-basic.pico sshbuf-getput-crypto.pico sshbuf-misc.pico sshbuf-io.pico sshbuf.pico ssherr.pico sshkey-xmss.pico sshkey.pico ttymodes.pico uidswap.pico umac.pico umac128.pico utf8.pico xmalloc.pico xmss_commons.pico xmss_fast.pico xmss_hash.pico xmss_hash_address.pico xmss_wots.pico fmt_scaled.pico readpassphrase.pico getpeereid.pico getrrsetbyname.pico digest-openssl.pico kexc25519.pico ssh-dss.pico ssh-ecdsa.pico ssh-ecdsa-sk.pico ssh-rsa.pico addr.pico.tmp addrmatch.pico.tmp atomicio.pico.tmp authfd.pico.tmp authfile.pico.tmp bcrypt_pbkdf.pico.tmp bitmap.pico.tmp blowfish.pico.tmp canohost.pico.tmp chacha.pico.tmp channels.pico.tmp cipher-chachapoly.pico.tmp cipher.pico.tmp cleanup.pico.tmp compat.pico.tmp dh.pico.tmp dispatch.pico.tmp dns.pico.tmp ed25519.pico.tmp fatal.pico.tmp freezero.pico.tmp hash.pico.tmp hmac.pico.tmp hostfile.pico.tmp kex.pico.tmp kexdh.pico.tmp kexecdh.pico.tmp kexgen.pico.tmp kexgex.pico.tmp kexgexc.pico.tmp kexsntrup761x25519.pico.tmp krl.pico.tmp log.pico.tmp mac.pico.tmp match.pico.tmp misc.pico.tmp monitor_fdpass.pico.tmp msg.pico.tmp nchan.pico.tmp packet.pico.tmp poly1305.pico.tmp progressmeter.pico.tmp readpass.pico.tmp recallocarray.pico.tmp smult_curve25519_ref.pico.tmp sntrup761.pico.tmp ssh-ed25519.pico.tmp ssh-ed25519-sk.pico.tmp ssh-pkcs11.pico.tmp ssh-sk-client.pico.tmp ssh-xmss.pico.tmp sshbuf-getput-basic.pico.tmp sshbuf-getput-crypto.pico.tmp sshbuf-misc.pico.tmp sshbuf-io.pico.tmp sshbuf.pico.tmp ssherr.pico.tmp sshkey-xmss.pico.tmp sshkey.pico.tmp ttymodes.pico.tmp uidswap.pico.tmp umac.pico.tmp umac128.pico.tmp utf8.pico.tmp xmalloc.pico.tmp xmss_commons.pico.tmp xmss_fast.pico.tmp xmss_hash.pico.tmp xmss_hash_address.pico.tmp xmss_wots.pico.tmp fmt_scaled.pico.tmp readpassphrase.pico.tmp getpeereid.pico.tmp getrrsetbyname.pico.tmp digest-openssl.pico.tmp kexc25519.pico.tmp ssh-dss.pico.tmp ssh-ecdsa.pico.tmp ssh-ecdsa-sk.pico.tmp ssh-rsa.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-ext --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/ext --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f llib-lssh.ln addr.ln addrmatch.ln atomicio.ln authfd.ln authfile.ln bcrypt_pbkdf.ln bitmap.ln blowfish.ln canohost.ln chacha.ln channels.ln cipher-chachapoly.ln cipher.ln cleanup.ln compat.ln dh.ln dispatch.ln dns.ln ed25519.ln fatal.ln freezero.ln hash.ln hmac.ln hostfile.ln kex.ln kexdh.ln kexecdh.ln kexgen.ln kexgex.ln kexgexc.ln kexsntrup761x25519.ln krl.ln log.ln mac.ln match.ln misc.ln monitor_fdpass.ln msg.ln nchan.ln packet.ln poly1305.ln progressmeter.ln readpass.ln recallocarray.ln smult_curve25519_ref.ln sntrup761.ln ssh-ed25519.ln ssh-ed25519-sk.ln ssh-pkcs11.ln ssh-sk-client.ln ssh-xmss.ln sshbuf-getput-basic.ln sshbuf-getput-crypto.ln sshbuf-misc.ln sshbuf-io.ln sshbuf.ln ssherr.ln sshkey-xmss.ln sshkey.ln ttymodes.ln uidswap.ln umac.ln umac128.ln utf8.ln xmalloc.ln xmss_commons.ln xmss_fast.ln xmss_hash.ln xmss_hash_address.ln xmss_wots.ln fmt_scaled.ln readpassphrase.ln getpeereid.ln getrrsetbyname.ln digest-openssl.ln kexc25519.ln ssh-dss.ln ssh-ecdsa.ln ssh-ecdsa-sk.ln ssh-rsa.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f llib-lssh.ln addr.ln addrmatch.ln atomicio.ln authfd.ln authfile.ln bcrypt_pbkdf.ln bitmap.ln blowfish.ln canohost.ln chacha.ln channels.ln cipher-chachapoly.ln cipher.ln cleanup.ln compat.ln dh.ln dispatch.ln dns.ln ed25519.ln fatal.ln freezero.ln hash.ln hmac.ln hostfile.ln kex.ln kexdh.ln kexecdh.ln kexgen.ln kexgex.ln kexgexc.ln kexsntrup761x25519.ln krl.ln log.ln mac.ln match.ln misc.ln monitor_fdpass.ln msg.ln nchan.ln packet.ln poly1305.ln progressmeter.ln readpass.ln recallocarray.ln smult_curve25519_ref.ln sntrup761.ln ssh-ed25519.ln ssh-ed25519-sk.ln ssh-pkcs11.ln ssh-sk-client.ln ssh-xmss.ln sshbuf-getput-basic.ln sshbuf-getput-crypto.ln sshbuf-misc.ln sshbuf-io.ln sshbuf.ln ssherr.ln sshkey-xmss.ln sshkey.ln ttymodes.ln uidswap.ln umac.ln umac128.ln utf8.ln xmalloc.ln xmss_commons.ln xmss_fast.ln xmss_hash.ln xmss_hash_address.ln xmss_wots.ln fmt_scaled.ln readpassphrase.ln getpeereid.ln getrrsetbyname.ln digest-openssl.ln kexc25519.ln ssh-dss.ln ssh-ecdsa.ln ssh-ecdsa-sk.ln ssh-rsa.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/ext && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f libssh.so.46.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/ext && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f libssh.so.46.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-bits --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/bits --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f .depend addr.d addrmatch.d atomicio.d authfd.d authfile.d bcrypt_pbkdf.d bitmap.d blowfish.d canohost.d chacha.d channels.d cipher-chachapoly.d cipher.d cleanup.d compat.d dh.d digest-openssl.d dispatch.d dns.d ed25519.d fatal.d fmt_scaled.d freezero.d getpeereid.d getrrsetbyname.d hash.d hmac.d hostfile.d kex.d kexc25519.d kexdh.d kexecdh.d kexgen.d kexgex.d kexgexc.d kexsntrup761x25519.d krl.d log.d mac.d match.d misc.d monitor_fdpass.d msg.d nchan.d packet.d poly1305.d progressmeter.d readpass.d readpassphrase.d recallocarray.d smult_curve25519_ref.d sntrup761.d ssh-dss.d ssh-ecdsa-sk.d ssh-ecdsa.d ssh-ed25519-sk.d ssh-ed25519.d ssh-pkcs11.d ssh-rsa.d ssh-sk-client.d ssh-xmss.d sshbuf-getput-basic.d sshbuf-getput-crypto.d sshbuf-io.d sshbuf-misc.d sshbuf.d ssherr.d sshkey-xmss.d sshkey.d ttymodes.d uidswap.d umac.d umac128.d utf8.d xmalloc.d xmss_commons.d xmss_fast.d xmss_hash.d xmss_hash_address.d xmss_wots.d addr.d.tmp addrmatch.d.tmp atomicio.d.tmp authfd.d.tmp authfile.d.tmp bcrypt_pbkdf.d.tmp bitmap.d.tmp blowfish.d.tmp canohost.d.tmp chacha.d.tmp channels.d.tmp cipher-chachapoly.d.tmp cipher.d.tmp cleanup.d.tmp compat.d.tmp dh.d.tmp digest-openssl.d.tmp dispatch.d.tmp dns.d.tmp ed25519.d.tmp fatal.d.tmp fmt_scaled.d.tmp freezero.d.tmp getpeereid.d.tmp getrrsetbyname.d.tmp hash.d.tmp hmac.d.tmp hostfile.d.tmp kex.d.tmp kexc25519.d.tmp kexdh.d.tmp kexecdh.d.tmp kexgen.d.tmp kexgex.d.tmp kexgexc.d.tmp kexsntrup761x25519.d.tmp krl.d.tmp log.d.tmp mac.d.tmp match.d.tmp misc.d.tmp monitor_fdpass.d.tmp msg.d.tmp nchan.d.tmp packet.d.tmp poly1305.d.tmp progressmeter.d.tmp readpass.d.tmp readpassphrase.d.tmp recallocarray.d.tmp smult_curve25519_ref.d.tmp sntrup761.d.tmp ssh-dss.d.tmp ssh-ecdsa-sk.d.tmp ssh-ecdsa.d.tmp ssh-ed25519-sk.d.tmp ssh-ed25519.d.tmp ssh-pkcs11.d.tmp ssh-rsa.d.tmp ssh-sk-client.d.tmp ssh-xmss.d.tmp sshbuf-getput-basic.d.tmp sshbuf-getput-crypto.d.tmp sshbuf-io.d.tmp sshbuf-misc.d.tmp sshbuf.d.tmp ssherr.d.tmp sshkey-xmss.d.tmp sshkey.d.tmp ttymodes.d.tmp uidswap.d.tmp umac.d.tmp umac128.d.tmp utf8.d.tmp xmalloc.d.tmp xmss_commons.d.tmp xmss_fast.d.tmp xmss_hash.d.tmp xmss_hash_address.d.tmp xmss_wots.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f .depend addr.d addrmatch.d atomicio.d authfd.d authfile.d bcrypt_pbkdf.d bitmap.d blowfish.d canohost.d chacha.d channels.d cipher-chachapoly.d cipher.d cleanup.d compat.d dh.d digest-openssl.d dispatch.d dns.d ed25519.d fatal.d fmt_scaled.d freezero.d getpeereid.d getrrsetbyname.d hash.d hmac.d hostfile.d kex.d kexc25519.d kexdh.d kexecdh.d kexgen.d kexgex.d kexgexc.d kexsntrup761x25519.d krl.d log.d mac.d match.d misc.d monitor_fdpass.d msg.d nchan.d packet.d poly1305.d progressmeter.d readpass.d readpassphrase.d recallocarray.d smult_curve25519_ref.d sntrup761.d ssh-dss.d ssh-ecdsa-sk.d ssh-ecdsa.d ssh-ed25519-sk.d ssh-ed25519.d ssh-pkcs11.d ssh-rsa.d ssh-sk-client.d ssh-xmss.d sshbuf-getput-basic.d sshbuf-getput-crypto.d sshbuf-io.d sshbuf-misc.d sshbuf.d ssherr.d sshkey-xmss.d sshkey.d ttymodes.d uidswap.d umac.d umac128.d utf8.d xmalloc.d xmss_commons.d xmss_fast.d xmss_hash.d xmss_hash_address.d xmss_wots.d addr.d.tmp addrmatch.d.tmp atomicio.d.tmp authfd.d.tmp authfile.d.tmp bcrypt_pbkdf.d.tmp bitmap.d.tmp blowfish.d.tmp canohost.d.tmp chacha.d.tmp channels.d.tmp cipher-chachapoly.d.tmp cipher.d.tmp cleanup.d.tmp compat.d.tmp dh.d.tmp digest-openssl.d.tmp dispatch.d.tmp dns.d.tmp ed25519.d.tmp fatal.d.tmp fmt_scaled.d.tmp freezero.d.tmp getpeereid.d.tmp getrrsetbyname.d.tmp hash.d.tmp hmac.d.tmp hostfile.d.tmp kex.d.tmp kexc25519.d.tmp kexdh.d.tmp kexecdh.d.tmp kexgen.d.tmp kexgex.d.tmp kexgexc.d.tmp kexsntrup761x25519.d.tmp krl.d.tmp log.d.tmp mac.d.tmp match.d.tmp misc.d.tmp monitor_fdpass.d.tmp msg.d.tmp nchan.d.tmp packet.d.tmp poly1305.d.tmp progressmeter.d.tmp readpass.d.tmp readpassphrase.d.tmp recallocarray.d.tmp smult_curve25519_ref.d.tmp sntrup761.d.tmp ssh-dss.d.tmp ssh-ecdsa-sk.d.tmp ssh-ecdsa.d.tmp ssh-ed25519-sk.d.tmp ssh-ed25519.d.tmp ssh-pkcs11.d.tmp ssh-rsa.d.tmp ssh-sk-client.d.tmp ssh-xmss.d.tmp sshbuf-getput-basic.d.tmp sshbuf-getput-crypto.d.tmp sshbuf-io.d.tmp sshbuf-misc.d.tmp sshbuf.d.tmp ssherr.d.tmp sshkey-xmss.d.tmp sshkey.d.tmp ttymodes.d.tmp uidswap.d.tmp umac.d.tmp umac128.d.tmp utf8.d.tmp xmalloc.d.tmp xmss_commons.d.tmp xmss_fast.d.tmp xmss_hash.d.tmp xmss_hash_address.d.tmp xmss_wots.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/bits && rm -f __doclean __doclean.tmp __doclean __doclean.tmp __doclean __doclean.tmp a.out [Ee]rrs mklog core *.core .gdbinit basic_file.h c++allocator.h c++io.h c++locale.h messages_members.h time_members.h opt_random.h gthr.h gthr-single.h gthr-posix.h || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/netpgp/bindings/lua --- cleandir ===> lib/../crypto/external/bsd/netpgp/bindings/lua --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/bits && rm -f __doclean __doclean.tmp __doclean __doclean.tmp __doclean __doclean.tmp a.out [Ee]rrs mklog core *.core .gdbinit basic_file.h c++allocator.h c++io.h c++locale.h messages_members.h time_members.h opt_random.h gthr.h gthr-single.h gthr-posix.h || true) --- __docleandir --- --- cleandir-arch --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/bindings/lua && rm -f a.out [Ee]rrs mklog core *.core glue.o glue.ln netpgp.so || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/bindings/lua && rm -f a.out [Ee]rrs mklog core *.core glue.o glue.ln netpgp.so || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch && rm -f c++config.h || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch && rm -f c++config.h || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/bindings/lua && rm -f .depend glue.d glue.d.tmp tags || true) --- cleandir-external --- --- cleandir-i386 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/bindings/lua && rm -f .depend glue.d glue.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/i386 --- cleandir-lib --- --- cleandir-../external/mpl/bind/lib --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../external/mpl/bind/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/i386 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/i386 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-libisc --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../external/mpl/bind/lib/libisc --- cleandir-external --- --- cleandir-x86_64 --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/x86_64 --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/x86_64 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/x86_64 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- __docleandir --- --- cleandir-debug --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/debug --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/debug && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/debug && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-decimal --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/decimal --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/decimal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/decimal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-parallel --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/parallel --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f libisc.a app.o assertions.o astack.o base32.o base64.o buffer.o commandline.o crc64.o counter.o error.o event.o glob.o hash.o heap.o hex.o hmac.o httpd.o ht.o managers.o iterated_hash.o lex.o lib.o log.o md.o mem.o mutexblock.o netaddr.o netscope.o nonce.o parseint.o picohttpparser.o pool.o portset.o quota.o radix.o random.o ratelimiter.o regex.o trampoline.o region.o result.o rwlock.o safe.o serial.o siphash.o sockaddr.o stats.o string.o symtab.o task.o taskpool.o timer.o tls.o tm.o url.o utf8.o backtrace.o dir.o entropy.o errno.o errno2result.o file.o interfaceiter.o net.o os.o resource.o stdio.o stdtime.o syslog.o time.o meminfo.o condition.o mutex.o thread.o aes.o tcp.o udp.o netmgr.o tcpdns.o tlsdns.o uv-compat.o netmgr-timer.o uverr2result.o app.o.tmp assertions.o.tmp astack.o.tmp base32.o.tmp base64.o.tmp buffer.o.tmp commandline.o.tmp crc64.o.tmp counter.o.tmp error.o.tmp event.o.tmp glob.o.tmp hash.o.tmp heap.o.tmp hex.o.tmp hmac.o.tmp httpd.o.tmp ht.o.tmp managers.o.tmp iterated_hash.o.tmp lex.o.tmp lib.o.tmp log.o.tmp md.o.tmp mem.o.tmp mutexblock.o.tmp netaddr.o.tmp netscope.o.tmp nonce.o.tmp parseint.o.tmp picohttpparser.o.tmp pool.o.tmp portset.o.tmp quota.o.tmp radix.o.tmp random.o.tmp ratelimiter.o.tmp regex.o.tmp trampoline.o.tmp region.o.tmp result.o.tmp rwlock.o.tmp safe.o.tmp serial.o.tmp siphash.o.tmp sockaddr.o.tmp stats.o.tmp string.o.tmp symtab.o.tmp task.o.tmp taskpool.o.tmp timer.o.tmp tls.o.tmp tm.o.tmp url.o.tmp utf8.o.tmp backtrace.o.tmp dir.o.tmp entropy.o.tmp errno.o.tmp errno2result.o.tmp file.o.tmp interfaceiter.o.tmp net.o.tmp os.o.tmp resource.o.tmp stdio.o.tmp stdtime.o.tmp syslog.o.tmp time.o.tmp meminfo.o.tmp condition.o.tmp mutex.o.tmp thread.o.tmp aes.o.tmp tcp.o.tmp udp.o.tmp netmgr.o.tmp tcpdns.o.tmp tlsdns.o.tmp uv-compat.o.tmp netmgr-timer.o.tmp uverr2result.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f libisc.a app.o assertions.o astack.o base32.o base64.o buffer.o commandline.o crc64.o counter.o error.o event.o glob.o hash.o heap.o hex.o hmac.o httpd.o ht.o managers.o iterated_hash.o lex.o lib.o log.o md.o mem.o mutexblock.o netaddr.o netscope.o nonce.o parseint.o picohttpparser.o pool.o portset.o quota.o radix.o random.o ratelimiter.o regex.o trampoline.o region.o result.o rwlock.o safe.o serial.o siphash.o sockaddr.o stats.o string.o symtab.o task.o taskpool.o timer.o tls.o tm.o url.o utf8.o backtrace.o dir.o entropy.o errno.o errno2result.o file.o interfaceiter.o net.o os.o resource.o stdio.o stdtime.o syslog.o time.o meminfo.o condition.o mutex.o thread.o aes.o tcp.o udp.o netmgr.o tcpdns.o tlsdns.o uv-compat.o netmgr-timer.o uverr2result.o app.o.tmp assertions.o.tmp astack.o.tmp base32.o.tmp base64.o.tmp buffer.o.tmp commandline.o.tmp crc64.o.tmp counter.o.tmp error.o.tmp event.o.tmp glob.o.tmp hash.o.tmp heap.o.tmp hex.o.tmp hmac.o.tmp httpd.o.tmp ht.o.tmp managers.o.tmp iterated_hash.o.tmp lex.o.tmp lib.o.tmp log.o.tmp md.o.tmp mem.o.tmp mutexblock.o.tmp netaddr.o.tmp netscope.o.tmp nonce.o.tmp parseint.o.tmp picohttpparser.o.tmp pool.o.tmp portset.o.tmp quota.o.tmp radix.o.tmp random.o.tmp ratelimiter.o.tmp regex.o.tmp trampoline.o.tmp region.o.tmp result.o.tmp rwlock.o.tmp safe.o.tmp serial.o.tmp siphash.o.tmp sockaddr.o.tmp stats.o.tmp string.o.tmp symtab.o.tmp task.o.tmp taskpool.o.tmp timer.o.tmp tls.o.tmp tm.o.tmp url.o.tmp utf8.o.tmp backtrace.o.tmp dir.o.tmp entropy.o.tmp errno.o.tmp errno2result.o.tmp file.o.tmp interfaceiter.o.tmp net.o.tmp os.o.tmp resource.o.tmp stdio.o.tmp stdtime.o.tmp syslog.o.tmp time.o.tmp meminfo.o.tmp condition.o.tmp mutex.o.tmp thread.o.tmp aes.o.tmp tcp.o.tmp udp.o.tmp netmgr.o.tmp tcpdns.o.tmp tlsdns.o.tmp uv-compat.o.tmp netmgr-timer.o.tmp uverr2result.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/parallel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/parallel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f libisc_p.a app.po assertions.po astack.po base32.po base64.po buffer.po commandline.po crc64.po counter.po error.po event.po glob.po hash.po heap.po hex.po hmac.po httpd.po ht.po managers.po iterated_hash.po lex.po lib.po log.po md.po mem.po mutexblock.po netaddr.po netscope.po nonce.po parseint.po picohttpparser.po pool.po portset.po quota.po radix.po random.po ratelimiter.po regex.po trampoline.po region.po result.po rwlock.po safe.po serial.po siphash.po sockaddr.po stats.po string.po symtab.po task.po taskpool.po timer.po tls.po tm.po url.po utf8.po backtrace.po dir.po entropy.po errno.po errno2result.po file.po interfaceiter.po net.po os.po resource.po stdio.po stdtime.po syslog.po time.po meminfo.po condition.po mutex.po thread.po aes.po tcp.po udp.po netmgr.po tcpdns.po tlsdns.po uv-compat.po netmgr-timer.po uverr2result.po app.po.tmp assertions.po.tmp astack.po.tmp base32.po.tmp base64.po.tmp buffer.po.tmp commandline.po.tmp crc64.po.tmp counter.po.tmp error.po.tmp event.po.tmp glob.po.tmp hash.po.tmp heap.po.tmp hex.po.tmp hmac.po.tmp httpd.po.tmp ht.po.tmp managers.po.tmp iterated_hash.po.tmp lex.po.tmp lib.po.tmp log.po.tmp md.po.tmp mem.po.tmp mutexblock.po.tmp netaddr.po.tmp netscope.po.tmp nonce.po.tmp parseint.po.tmp picohttpparser.po.tmp pool.po.tmp portset.po.tmp quota.po.tmp radix.po.tmp random.po.tmp ratelimiter.po.tmp regex.po.tmp trampoline.po.tmp region.po.tmp result.po.tmp rwlock.po.tmp safe.po.tmp serial.po.tmp siphash.po.tmp sockaddr.po.tmp stats.po.tmp string.po.tmp symtab.po.tmp task.po.tmp taskpool.po.tmp timer.po.tmp tls.po.tmp tm.po.tmp url.po.tmp utf8.po.tmp backtrace.po.tmp dir.po.tmp entropy.po.tmp errno.po.tmp errno2result.po.tmp file.po.tmp interfaceiter.po.tmp net.po.tmp os.po.tmp resource.po.tmp stdio.po.tmp stdtime.po.tmp syslog.po.tmp time.po.tmp meminfo.po.tmp condition.po.tmp mutex.po.tmp thread.po.tmp aes.po.tmp tcp.po.tmp udp.po.tmp netmgr.po.tmp tcpdns.po.tmp tlsdns.po.tmp uv-compat.po.tmp netmgr-timer.po.tmp uverr2result.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-pb --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f libisc_p.a app.po assertions.po astack.po base32.po base64.po buffer.po commandline.po crc64.po counter.po error.po event.po glob.po hash.po heap.po hex.po hmac.po httpd.po ht.po managers.po iterated_hash.po lex.po lib.po log.po md.po mem.po mutexblock.po netaddr.po netscope.po nonce.po parseint.po picohttpparser.po pool.po portset.po quota.po radix.po random.po ratelimiter.po regex.po trampoline.po region.po result.po rwlock.po safe.po serial.po siphash.po sockaddr.po stats.po string.po symtab.po task.po taskpool.po timer.po tls.po tm.po url.po utf8.po backtrace.po dir.po entropy.po errno.po errno2result.po file.po interfaceiter.po net.po os.po resource.po stdio.po stdtime.po syslog.po time.po meminfo.po condition.po mutex.po thread.po aes.po tcp.po udp.po netmgr.po tcpdns.po tlsdns.po uv-compat.po netmgr-timer.po uverr2result.po app.po.tmp assertions.po.tmp astack.po.tmp base32.po.tmp base64.po.tmp buffer.po.tmp commandline.po.tmp crc64.po.tmp counter.po.tmp error.po.tmp event.po.tmp glob.po.tmp hash.po.tmp heap.po.tmp hex.po.tmp hmac.po.tmp httpd.po.tmp ht.po.tmp managers.po.tmp iterated_hash.po.tmp lex.po.tmp lib.po.tmp log.po.tmp md.po.tmp mem.po.tmp mutexblock.po.tmp netaddr.po.tmp netscope.po.tmp nonce.po.tmp parseint.po.tmp picohttpparser.po.tmp pool.po.tmp portset.po.tmp quota.po.tmp radix.po.tmp random.po.tmp ratelimiter.po.tmp regex.po.tmp trampoline.po.tmp region.po.tmp result.po.tmp rwlock.po.tmp safe.po.tmp serial.po.tmp siphash.po.tmp sockaddr.po.tmp stats.po.tmp string.po.tmp symtab.po.tmp task.po.tmp taskpool.po.tmp timer.po.tmp tls.po.tmp tm.po.tmp url.po.tmp utf8.po.tmp backtrace.po.tmp dir.po.tmp entropy.po.tmp errno.po.tmp errno2result.po.tmp file.po.tmp interfaceiter.po.tmp net.po.tmp os.po.tmp resource.po.tmp stdio.po.tmp stdtime.po.tmp syslog.po.tmp time.po.tmp meminfo.po.tmp condition.po.tmp mutex.po.tmp thread.po.tmp aes.po.tmp tcp.po.tmp udp.po.tmp netmgr.po.tmp tcpdns.po.tmp tlsdns.po.tmp uv-compat.po.tmp netmgr-timer.po.tmp uverr2result.po.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/pb --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f libisc_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f libisc_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/pb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/pb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f libisc_pic.a libisc.so.* libisc.so app.pico assertions.pico astack.pico base32.pico base64.pico buffer.pico commandline.pico crc64.pico counter.pico error.pico event.pico glob.pico hash.pico heap.pico hex.pico hmac.pico httpd.pico ht.pico managers.pico iterated_hash.pico lex.pico lib.pico log.pico md.pico mem.pico mutexblock.pico netaddr.pico netscope.pico nonce.pico parseint.pico picohttpparser.pico pool.pico portset.pico quota.pico radix.pico random.pico ratelimiter.pico regex.pico trampoline.pico region.pico result.pico rwlock.pico safe.pico serial.pico siphash.pico sockaddr.pico stats.pico string.pico symtab.pico task.pico taskpool.pico timer.pico tls.pico tm.pico url.pico utf8.pico backtrace.pico dir.pico entropy.pico errno.pico errno2result.pico file.pico interfaceiter.pico net.pico os.pico resource.pico stdio.pico stdtime.pico syslog.pico time.pico meminfo.pico condition.pico mutex.pico thread.pico aes.pico tcp.pico udp.pico netmgr.pico tcpdns.pico tlsdns.pico uv-compat.pico netmgr-timer.pico uverr2result.pico app.pico.tmp assertions.pico.tmp astack.pico.tmp base32.pico.tmp base64.pico.tmp buffer.pico.tmp commandline.pico.tmp crc64.pico.tmp counter.pico.tmp error.pico.tmp event.pico.tmp glob.pico.tmp hash.pico.tmp heap.pico.tmp hex.pico.tmp hmac.pico.tmp httpd.pico.tmp ht.pico.tmp managers.pico.tmp iterated_hash.pico.tmp lex.pico.tmp lib.pico.tmp log.pico.tmp md.pico.tmp mem.pico.tmp mutexblock.pico.tmp netaddr.pico.tmp netscope.pico.tmp nonce.pico.tmp parseint.pico.tmp picohttpparser.pico.tmp pool.pico.tmp portset.pico.tmp quota.pico.tmp radix.pico.tmp random.pico.tmp ratelimiter.pico.tmp regex.pico.tmp trampoline.pico.tmp region.pico.tmp result.pico.tmp rwlock.pico.tmp safe.pico.tmp serial.pico.tmp siphash.pico.tmp sockaddr.pico.tmp stats.pico.tmp string.pico.tmp symtab.pico.tmp task.pico.tmp taskpool.pico.tmp timer.pico.tmp tls.pico.tmp tm.pico.tmp url.pico.tmp utf8.pico.tmp backtrace.pico.tmp dir.pico.tmp entropy.pico.tmp errno.pico.tmp errno2result.pico.tmp file.pico.tmp interfaceiter.pico.tmp net.pico.tmp os.pico.tmp resource.pico.tmp stdio.pico.tmp stdtime.pico.tmp syslog.pico.tmp time.pico.tmp meminfo.pico.tmp condition.pico.tmp mutex.pico.tmp thread.pico.tmp aes.pico.tmp tcp.pico.tmp udp.pico.tmp netmgr.pico.tmp tcpdns.pico.tmp tlsdns.pico.tmp uv-compat.pico.tmp netmgr-timer.pico.tmp uverr2result.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f libisc_pic.a libisc.so.* libisc.so app.pico assertions.pico astack.pico base32.pico base64.pico buffer.pico commandline.pico crc64.pico counter.pico error.pico event.pico glob.pico hash.pico heap.pico hex.pico hmac.pico httpd.pico ht.pico managers.pico iterated_hash.pico lex.pico lib.pico log.pico md.pico mem.pico mutexblock.pico netaddr.pico netscope.pico nonce.pico parseint.pico picohttpparser.pico pool.pico portset.pico quota.pico radix.pico random.pico ratelimiter.pico regex.pico trampoline.pico region.pico result.pico rwlock.pico safe.pico serial.pico siphash.pico sockaddr.pico stats.pico string.pico symtab.pico task.pico taskpool.pico timer.pico tls.pico tm.pico url.pico utf8.pico backtrace.pico dir.pico entropy.pico errno.pico errno2result.pico file.pico interfaceiter.pico net.pico os.pico resource.pico stdio.pico stdtime.pico syslog.pico time.pico meminfo.pico condition.pico mutex.pico thread.pico aes.pico tcp.pico udp.pico netmgr.pico tcpdns.pico tlsdns.pico uv-compat.pico netmgr-timer.pico uverr2result.pico app.pico.tmp assertions.pico.tmp astack.pico.tmp base32.pico.tmp base64.pico.tmp buffer.pico.tmp commandline.pico.tmp crc64.pico.tmp counter.pico.tmp error.pico.tmp event.pico.tmp glob.pico.tmp hash.pico.tmp heap.pico.tmp hex.pico.tmp hmac.pico.tmp httpd.pico.tmp ht.pico.tmp managers.pico.tmp iterated_hash.pico.tmp lex.pico.tmp lib.pico.tmp log.pico.tmp md.pico.tmp mem.pico.tmp mutexblock.pico.tmp netaddr.pico.tmp netscope.pico.tmp nonce.pico.tmp parseint.pico.tmp picohttpparser.pico.tmp pool.pico.tmp portset.pico.tmp quota.pico.tmp radix.pico.tmp random.pico.tmp ratelimiter.pico.tmp regex.pico.tmp trampoline.pico.tmp region.pico.tmp result.pico.tmp rwlock.pico.tmp safe.pico.tmp serial.pico.tmp siphash.pico.tmp sockaddr.pico.tmp stats.pico.tmp string.pico.tmp symtab.pico.tmp task.pico.tmp taskpool.pico.tmp timer.pico.tmp tls.pico.tmp tm.pico.tmp url.pico.tmp utf8.pico.tmp backtrace.pico.tmp dir.pico.tmp entropy.pico.tmp errno.pico.tmp errno2result.pico.tmp file.pico.tmp interfaceiter.pico.tmp net.pico.tmp os.pico.tmp resource.pico.tmp stdio.pico.tmp stdtime.pico.tmp syslog.pico.tmp time.pico.tmp meminfo.pico.tmp condition.pico.tmp mutex.pico.tmp thread.pico.tmp aes.pico.tmp tcp.pico.tmp udp.pico.tmp netmgr.pico.tmp tcpdns.pico.tmp tlsdns.pico.tmp uv-compat.pico.tmp netmgr-timer.pico.tmp uverr2result.pico.tmp || true) --- cleandir-external --- --- cleandir-profile --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/profile --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f llib-lisc.ln app.ln assertions.ln astack.ln base32.ln base64.ln buffer.ln commandline.ln crc64.ln counter.ln error.ln event.ln glob.ln hash.ln heap.ln hex.ln hmac.ln httpd.ln ht.ln managers.ln iterated_hash.ln lex.ln lib.ln log.ln md.ln mem.ln mutexblock.ln netaddr.ln netscope.ln nonce.ln parseint.ln picohttpparser.ln pool.ln portset.ln quota.ln radix.ln random.ln ratelimiter.ln regex.ln trampoline.ln region.ln result.ln rwlock.ln safe.ln serial.ln siphash.ln sockaddr.ln stats.ln string.ln symtab.ln task.ln taskpool.ln timer.ln tls.ln tm.ln url.ln utf8.ln backtrace.ln dir.ln entropy.ln errno.ln errno2result.ln file.ln interfaceiter.ln net.ln os.ln resource.ln stdio.ln stdtime.ln syslog.ln time.ln meminfo.ln condition.ln mutex.ln thread.ln aes.ln tcp.ln udp.ln netmgr.ln tcpdns.ln tlsdns.ln uv-compat.ln netmgr-timer.ln uverr2result.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f llib-lisc.ln app.ln assertions.ln astack.ln base32.ln base64.ln buffer.ln commandline.ln crc64.ln counter.ln error.ln event.ln glob.ln hash.ln heap.ln hex.ln hmac.ln httpd.ln ht.ln managers.ln iterated_hash.ln lex.ln lib.ln log.ln md.ln mem.ln mutexblock.ln netaddr.ln netscope.ln nonce.ln parseint.ln picohttpparser.ln pool.ln portset.ln quota.ln radix.ln random.ln ratelimiter.ln regex.ln trampoline.ln region.ln result.ln rwlock.ln safe.ln serial.ln siphash.ln sockaddr.ln stats.ln string.ln symtab.ln task.ln taskpool.ln timer.ln tls.ln tm.ln url.ln utf8.ln backtrace.ln dir.ln entropy.ln errno.ln errno2result.ln file.ln interfaceiter.ln net.ln os.ln resource.ln stdio.ln stdtime.ln syslog.ln time.ln meminfo.ln condition.ln mutex.ln thread.ln aes.ln tcp.ln udp.ln netmgr.ln tcpdns.ln tlsdns.ln uv-compat.ln netmgr-timer.ln uverr2result.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/profile && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/profile && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f libisc.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f libisc.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-impl --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/profile/impl --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f .depend aes.d app.d assertions.d astack.d backtrace.d base32.d base64.d buffer.d commandline.d condition.d counter.d crc64.d dir.d entropy.d errno.d errno2result.d error.d event.d file.d glob.d hash.d heap.d hex.d hmac.d ht.d httpd.d interfaceiter.d iterated_hash.d lex.d lib.d log.d managers.d md.d mem.d meminfo.d mutex.d mutexblock.d net.d netaddr.d netmgr-timer.d netmgr.d netscope.d nonce.d os.d parseint.d picohttpparser.d pool.d portset.d quota.d radix.d random.d ratelimiter.d regex.d region.d resource.d result.d rwlock.d safe.d serial.d siphash.d sockaddr.d stats.d stdio.d stdtime.d string.d symtab.d syslog.d task.d taskpool.d tcp.d tcpdns.d thread.d time.d timer.d tls.d tlsdns.d tm.d trampoline.d udp.d url.d utf8.d uv-compat.d uverr2result.d aes.d.tmp app.d.tmp assertions.d.tmp astack.d.tmp backtrace.d.tmp base32.d.tmp base64.d.tmp buffer.d.tmp commandline.d.tmp condition.d.tmp counter.d.tmp crc64.d.tmp dir.d.tmp entropy.d.tmp errno.d.tmp errno2result.d.tmp error.d.tmp event.d.tmp file.d.tmp glob.d.tmp hash.d.tmp heap.d.tmp hex.d.tmp hmac.d.tmp ht.d.tmp httpd.d.tmp interfaceiter.d.tmp iterated_hash.d.tmp lex.d.tmp lib.d.tmp log.d.tmp managers.d.tmp md.d.tmp mem.d.tmp meminfo.d.tmp mutex.d.tmp mutexblock.d.tmp net.d.tmp netaddr.d.tmp netmgr-timer.d.tmp netmgr.d.tmp netscope.d.tmp nonce.d.tmp os.d.tmp parseint.d.tmp picohttpparser.d.tmp pool.d.tmp portset.d.tmp quota.d.tmp radix.d.tmp random.d.tmp ratelimiter.d.tmp regex.d.tmp region.d.tmp resource.d.tmp result.d.tmp rwlock.d.tmp safe.d.tmp serial.d.tmp siphash.d.tmp sockaddr.d.tmp stats.d.tmp stdio.d.tmp stdtime.d.tmp string.d.tmp symtab.d.tmp syslog.d.tmp task.d.tmp taskpool.d.tmp tcp.d.tmp tcpdns.d.tmp thread.d.tmp time.d.tmp timer.d.tmp tls.d.tmp tlsdns.d.tmp tm.d.tmp trampoline.d.tmp udp.d.tmp url.d.tmp utf8.d.tmp uv-compat.d.tmp uverr2result.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/profile/impl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f .depend aes.d app.d assertions.d astack.d backtrace.d base32.d base64.d buffer.d commandline.d condition.d counter.d crc64.d dir.d entropy.d errno.d errno2result.d error.d event.d file.d glob.d hash.d heap.d hex.d hmac.d ht.d httpd.d interfaceiter.d iterated_hash.d lex.d lib.d log.d managers.d md.d mem.d meminfo.d mutex.d mutexblock.d net.d netaddr.d netmgr-timer.d netmgr.d netscope.d nonce.d os.d parseint.d picohttpparser.d pool.d portset.d quota.d radix.d random.d ratelimiter.d regex.d region.d resource.d result.d rwlock.d safe.d serial.d siphash.d sockaddr.d stats.d stdio.d stdtime.d string.d symtab.d syslog.d task.d taskpool.d tcp.d tcpdns.d thread.d time.d timer.d tls.d tlsdns.d tm.d trampoline.d udp.d url.d utf8.d uv-compat.d uverr2result.d aes.d.tmp app.d.tmp assertions.d.tmp astack.d.tmp backtrace.d.tmp base32.d.tmp base64.d.tmp buffer.d.tmp commandline.d.tmp condition.d.tmp counter.d.tmp crc64.d.tmp dir.d.tmp entropy.d.tmp errno.d.tmp errno2result.d.tmp error.d.tmp event.d.tmp file.d.tmp glob.d.tmp hash.d.tmp heap.d.tmp hex.d.tmp hmac.d.tmp ht.d.tmp httpd.d.tmp interfaceiter.d.tmp iterated_hash.d.tmp lex.d.tmp lib.d.tmp log.d.tmp managers.d.tmp md.d.tmp mem.d.tmp meminfo.d.tmp mutex.d.tmp mutexblock.d.tmp net.d.tmp netaddr.d.tmp netmgr-timer.d.tmp netmgr.d.tmp netscope.d.tmp nonce.d.tmp os.d.tmp parseint.d.tmp picohttpparser.d.tmp pool.d.tmp portset.d.tmp quota.d.tmp radix.d.tmp random.d.tmp ratelimiter.d.tmp regex.d.tmp region.d.tmp resource.d.tmp result.d.tmp rwlock.d.tmp safe.d.tmp serial.d.tmp siphash.d.tmp sockaddr.d.tmp stats.d.tmp stdio.d.tmp stdtime.d.tmp string.d.tmp symtab.d.tmp syslog.d.tmp task.d.tmp taskpool.d.tmp tcp.d.tmp tcpdns.d.tmp thread.d.tmp time.d.tmp timer.d.tmp tls.d.tmp tlsdns.d.tmp tm.d.tmp trampoline.d.tmp udp.d.tmp url.d.tmp utf8.d.tmp uv-compat.d.tmp uverr2result.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/profile/impl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-libdns --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../external/mpl/bind/lib/libdns --- cleandir-external --- --- cleandir-pstl --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/pstl --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/pstl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/pstl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-tr1 --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/tr1 --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/tr1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/tr1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-tr2 --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/tr2 --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/tr2 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/tr2 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-experimental --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/experimental --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f libdns.a acl.o adb.o badcache.o byaddr.o cache.o callbacks.o catz.o clientinfo.o compress.o client.o dyndb.o tsec.o ecs.o db.o dbiterator.o diff.o dispatch.o dlz.o dns64.o dnsrps.o dnssec.o ds.o fixedname.o forward.o ipkeylist.o iptable.o journal.o kasp.o keydata.o keymgr.o keytable.o log.o lookup.o master.o masterdump.o message.o name.o ncache.o nsec.o nsec3.o nta.o order.o peer.o rbt.o rbtdb.o rcode.o rdata.o rdatalist.o rdataset.o rdatasetiter.o rdataslab.o request.o resolver.o result.o rootns.o rpz.o rriterator.o rrl.o sdb.o soa.o ssu.o ssu_external.o stats.o time.o tkey.o transport.o tsig.o ttl.o private.o validator.o view.o xfrin.o zone.o zonekey.o zoneverify.o zt.o sdlz.o update.o dst_api.o dst_parse.o gssapictx.o hmac_link.o key.o openssl_link.o openssldh_link.o opensslrsa_link.o opensslecdsa_link.o openssleddsa_link.o gssapi_link.o acl.o.tmp adb.o.tmp badcache.o.tmp byaddr.o.tmp cache.o.tmp callbacks.o.tmp catz.o.tmp clientinfo.o.tmp compress.o.tmp client.o.tmp dyndb.o.tmp tsec.o.tmp ecs.o.tmp db.o.tmp dbiterator.o.tmp diff.o.tmp dispatch.o.tmp dlz.o.tmp dns64.o.tmp dnsrps.o.tmp dnssec.o.tmp ds.o.tmp fixedname.o.tmp forward.o.tmp ipkeylist.o.tmp iptable.o.tmp journal.o.tmp kasp.o.tmp keydata.o.tmp keymgr.o.tmp keytable.o.tmp log.o.tmp lookup.o.tmp master.o.tmp masterdump.o.tmp message.o.tmp name.o.tmp ncache.o.tmp nsec.o.tmp nsec3.o.tmp nta.o.tmp order.o.tmp peer.o.tmp rbt.o.tmp rbtdb.o.tmp rcode.o.tmp rdata.o.tmp rdatalist.o.tmp rdataset.o.tmp rdatasetiter.o.tmp rdataslab.o.tmp request.o.tmp resolver.o.tmp result.o.tmp rootns.o.tmp rpz.o.tmp rriterator.o.tmp rrl.o.tmp sdb.o.tmp soa.o.tmp ssu.o.tmp ssu_external.o.tmp stats.o.tmp time.o.tmp tkey.o.tmp transport.o.tmp tsig.o.tmp ttl.o.tmp private.o.tmp validator.o.tmp view.o.tmp xfrin.o.tmp zone.o.tmp zonekey.o.tmp zoneverify.o.tmp zt.o.tmp sdlz.o.tmp update.o.tmp dst_api.o.tmp dst_parse.o.tmp gssapictx.o.tmp hmac_link.o.tmp key.o.tmp openssl_link.o.tmp openssldh_link.o.tmp opensslrsa_link.o.tmp opensslecdsa_link.o.tmp openssleddsa_link.o.tmp gssapi_link.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/experimental && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f libdns.a acl.o adb.o badcache.o byaddr.o cache.o callbacks.o catz.o clientinfo.o compress.o client.o dyndb.o tsec.o ecs.o db.o dbiterator.o diff.o dispatch.o dlz.o dns64.o dnsrps.o dnssec.o ds.o fixedname.o forward.o ipkeylist.o iptable.o journal.o kasp.o keydata.o keymgr.o keytable.o log.o lookup.o master.o masterdump.o message.o name.o ncache.o nsec.o nsec3.o nta.o order.o peer.o rbt.o rbtdb.o rcode.o rdata.o rdatalist.o rdataset.o rdatasetiter.o rdataslab.o request.o resolver.o result.o rootns.o rpz.o rriterator.o rrl.o sdb.o soa.o ssu.o ssu_external.o stats.o time.o tkey.o transport.o tsig.o ttl.o private.o validator.o view.o xfrin.o zone.o zonekey.o zoneverify.o zt.o sdlz.o update.o dst_api.o dst_parse.o gssapictx.o hmac_link.o key.o openssl_link.o openssldh_link.o opensslrsa_link.o opensslecdsa_link.o openssleddsa_link.o gssapi_link.o acl.o.tmp adb.o.tmp badcache.o.tmp byaddr.o.tmp cache.o.tmp callbacks.o.tmp catz.o.tmp clientinfo.o.tmp compress.o.tmp client.o.tmp dyndb.o.tmp tsec.o.tmp ecs.o.tmp db.o.tmp dbiterator.o.tmp diff.o.tmp dispatch.o.tmp dlz.o.tmp dns64.o.tmp dnsrps.o.tmp dnssec.o.tmp ds.o.tmp fixedname.o.tmp forward.o.tmp ipkeylist.o.tmp iptable.o.tmp journal.o.tmp kasp.o.tmp keydata.o.tmp keymgr.o.tmp keytable.o.tmp log.o.tmp lookup.o.tmp master.o.tmp masterdump.o.tmp message.o.tmp name.o.tmp ncache.o.tmp nsec.o.tmp nsec3.o.tmp nta.o.tmp order.o.tmp peer.o.tmp rbt.o.tmp rbtdb.o.tmp rcode.o.tmp rdata.o.tmp rdatalist.o.tmp rdataset.o.tmp rdatasetiter.o.tmp rdataslab.o.tmp request.o.tmp resolver.o.tmp result.o.tmp rootns.o.tmp rpz.o.tmp rriterator.o.tmp rrl.o.tmp sdb.o.tmp soa.o.tmp ssu.o.tmp ssu_external.o.tmp stats.o.tmp time.o.tmp tkey.o.tmp transport.o.tmp tsig.o.tmp ttl.o.tmp private.o.tmp validator.o.tmp view.o.tmp xfrin.o.tmp zone.o.tmp zonekey.o.tmp zoneverify.o.tmp zt.o.tmp sdlz.o.tmp update.o.tmp dst_api.o.tmp dst_parse.o.tmp gssapictx.o.tmp hmac_link.o.tmp key.o.tmp openssl_link.o.tmp openssldh_link.o.tmp opensslrsa_link.o.tmp opensslecdsa_link.o.tmp openssleddsa_link.o.tmp gssapi_link.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/experimental && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f libdns_p.a acl.po adb.po badcache.po byaddr.po cache.po callbacks.po catz.po clientinfo.po compress.po client.po dyndb.po tsec.po ecs.po db.po dbiterator.po diff.po dispatch.po dlz.po dns64.po dnsrps.po dnssec.po ds.po fixedname.po forward.po ipkeylist.po iptable.po journal.po kasp.po keydata.po keymgr.po keytable.po log.po lookup.po master.po masterdump.po message.po name.po ncache.po nsec.po nsec3.po nta.po order.po peer.po rbt.po rbtdb.po rcode.po rdata.po rdatalist.po rdataset.po rdatasetiter.po rdataslab.po request.po resolver.po result.po rootns.po rpz.po rriterator.po rrl.po sdb.po soa.po ssu.po ssu_external.po stats.po time.po tkey.po transport.po tsig.po ttl.po private.po validator.po view.po xfrin.po zone.po zonekey.po zoneverify.po zt.po sdlz.po update.po dst_api.po dst_parse.po gssapictx.po hmac_link.po key.po openssl_link.po openssldh_link.po opensslrsa_link.po opensslecdsa_link.po openssleddsa_link.po gssapi_link.po acl.po.tmp adb.po.tmp badcache.po.tmp byaddr.po.tmp cache.po.tmp callbacks.po.tmp catz.po.tmp clientinfo.po.tmp compress.po.tmp client.po.tmp dyndb.po.tmp tsec.po.tmp ecs.po.tmp db.po.tmp dbiterator.po.tmp diff.po.tmp dispatch.po.tmp dlz.po.tmp dns64.po.tmp dnsrps.po.tmp dnssec.po.tmp ds.po.tmp fixedname.po.tmp forward.po.tmp ipkeylist.po.tmp iptable.po.tmp journal.po.tmp kasp.po.tmp keydata.po.tmp keymgr.po.tmp keytable.po.tmp log.po.tmp lookup.po.tmp master.po.tmp masterdump.po.tmp message.po.tmp name.po.tmp ncache.po.tmp nsec.po.tmp nsec3.po.tmp nta.po.tmp order.po.tmp peer.po.tmp rbt.po.tmp rbtdb.po.tmp rcode.po.tmp rdata.po.tmp rdatalist.po.tmp rdataset.po.tmp rdatasetiter.po.tmp rdataslab.po.tmp request.po.tmp resolver.po.tmp result.po.tmp rootns.po.tmp rpz.po.tmp rriterator.po.tmp rrl.po.tmp sdb.po.tmp soa.po.tmp ssu.po.tmp ssu_external.po.tmp stats.po.tmp time.po.tmp tkey.po.tmp transport.po.tmp tsig.po.tmp ttl.po.tmp private.po.tmp validator.po.tmp view.po.tmp xfrin.po.tmp zone.po.tmp zonekey.po.tmp zoneverify.po.tmp zt.po.tmp sdlz.po.tmp update.po.tmp dst_api.po.tmp dst_parse.po.tmp gssapictx.po.tmp hmac_link.po.tmp key.po.tmp openssl_link.po.tmp openssldh_link.po.tmp opensslrsa_link.po.tmp opensslecdsa_link.po.tmp openssleddsa_link.po.tmp gssapi_link.po.tmp || true) --- cleandir-external --- --- cleandir-bits --- cleandir ===> external/gpl3/gcc/lib/libstdc++-v3/include/experimental/bits --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f libdns_p.a acl.po adb.po badcache.po byaddr.po cache.po callbacks.po catz.po clientinfo.po compress.po client.po dyndb.po tsec.po ecs.po db.po dbiterator.po diff.po dispatch.po dlz.po dns64.po dnsrps.po dnssec.po ds.po fixedname.po forward.po ipkeylist.po iptable.po journal.po kasp.po keydata.po keymgr.po keytable.po log.po lookup.po master.po masterdump.po message.po name.po ncache.po nsec.po nsec3.po nta.po order.po peer.po rbt.po rbtdb.po rcode.po rdata.po rdatalist.po rdataset.po rdatasetiter.po rdataslab.po request.po resolver.po result.po rootns.po rpz.po rriterator.po rrl.po sdb.po soa.po ssu.po ssu_external.po stats.po time.po tkey.po transport.po tsig.po ttl.po private.po validator.po view.po xfrin.po zone.po zonekey.po zoneverify.po zt.po sdlz.po update.po dst_api.po dst_parse.po gssapictx.po hmac_link.po key.po openssl_link.po openssldh_link.po opensslrsa_link.po opensslecdsa_link.po openssleddsa_link.po gssapi_link.po acl.po.tmp adb.po.tmp badcache.po.tmp byaddr.po.tmp cache.po.tmp callbacks.po.tmp catz.po.tmp clientinfo.po.tmp compress.po.tmp client.po.tmp dyndb.po.tmp tsec.po.tmp ecs.po.tmp db.po.tmp dbiterator.po.tmp diff.po.tmp dispatch.po.tmp dlz.po.tmp dns64.po.tmp dnsrps.po.tmp dnssec.po.tmp ds.po.tmp fixedname.po.tmp forward.po.tmp ipkeylist.po.tmp iptable.po.tmp journal.po.tmp kasp.po.tmp keydata.po.tmp keymgr.po.tmp keytable.po.tmp log.po.tmp lookup.po.tmp master.po.tmp masterdump.po.tmp message.po.tmp name.po.tmp ncache.po.tmp nsec.po.tmp nsec3.po.tmp nta.po.tmp order.po.tmp peer.po.tmp rbt.po.tmp rbtdb.po.tmp rcode.po.tmp rdata.po.tmp rdatalist.po.tmp rdataset.po.tmp rdatasetiter.po.tmp rdataslab.po.tmp request.po.tmp resolver.po.tmp result.po.tmp rootns.po.tmp rpz.po.tmp rriterator.po.tmp rrl.po.tmp sdb.po.tmp soa.po.tmp ssu.po.tmp ssu_external.po.tmp stats.po.tmp time.po.tmp tkey.po.tmp transport.po.tmp tsig.po.tmp ttl.po.tmp private.po.tmp validator.po.tmp view.po.tmp xfrin.po.tmp zone.po.tmp zonekey.po.tmp zoneverify.po.tmp zt.po.tmp sdlz.po.tmp update.po.tmp dst_api.po.tmp dst_parse.po.tmp gssapictx.po.tmp hmac_link.po.tmp key.po.tmp openssl_link.po.tmp openssldh_link.po.tmp opensslrsa_link.po.tmp opensslecdsa_link.po.tmp openssleddsa_link.po.tmp gssapi_link.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libstdc++-v3/include/experimental/bits && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f libdns_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f libdns_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libstdc++-v3/include/experimental/bits && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f libdns_pic.a libdns.so.* libdns.so acl.pico adb.pico badcache.pico byaddr.pico cache.pico callbacks.pico catz.pico clientinfo.pico compress.pico client.pico dyndb.pico tsec.pico ecs.pico db.pico dbiterator.pico diff.pico dispatch.pico dlz.pico dns64.pico dnsrps.pico dnssec.pico ds.pico fixedname.pico forward.pico ipkeylist.pico iptable.pico journal.pico kasp.pico keydata.pico keymgr.pico keytable.pico log.pico lookup.pico master.pico masterdump.pico message.pico name.pico ncache.pico nsec.pico nsec3.pico nta.pico order.pico peer.pico rbt.pico rbtdb.pico rcode.pico rdata.pico rdatalist.pico rdataset.pico rdatasetiter.pico rdataslab.pico request.pico resolver.pico result.pico rootns.pico rpz.pico rriterator.pico rrl.pico sdb.pico soa.pico ssu.pico ssu_external.pico stats.pico time.pico tkey.pico transport.pico tsig.pico ttl.pico private.pico validator.pico view.pico xfrin.pico zone.pico zonekey.pico zoneverify.pico zt.pico sdlz.pico update.pico dst_api.pico dst_parse.pico gssapictx.pico hmac_link.pico key.pico openssl_link.pico openssldh_link.pico opensslrsa_link.pico opensslecdsa_link.pico openssleddsa_link.pico gssapi_link.pico acl.pico.tmp adb.pico.tmp badcache.pico.tmp byaddr.pico.tmp cache.pico.tmp callbacks.pico.tmp catz.pico.tmp clientinfo.pico.tmp compress.pico.tmp client.pico.tmp dyndb.pico.tmp tsec.pico.tmp ecs.pico.tmp db.pico.tmp dbiterator.pico.tmp diff.pico.tmp dispatch.pico.tmp dlz.pico.tmp dns64.pico.tmp dnsrps.pico.tmp dnssec.pico.tmp ds.pico.tmp fixedname.pico.tmp forward.pico.tmp ipkeylist.pico.tmp iptable.pico.tmp journal.pico.tmp kasp.pico.tmp keydata.pico.tmp keymgr.pico.tmp keytable.pico.tmp log.pico.tmp lookup.pico.tmp master.pico.tmp masterdump.pico.tmp message.pico.tmp name.pico.tmp ncache.pico.tmp nsec.pico.tmp nsec3.pico.tmp nta.pico.tmp order.pico.tmp peer.pico.tmp rbt.pico.tmp rbtdb.pico.tmp rcode.pico.tmp rdata.pico.tmp rdatalist.pico.tmp rdataset.pico.tmp rdatasetiter.pico.tmp rdataslab.pico.tmp request.pico.tmp resolver.pico.tmp result.pico.tmp rootns.pico.tmp rpz.pico.tmp rriterator.pico.tmp rrl.pico.tmp sdb.pico.tmp soa.pico.tmp ssu.pico.tmp ssu_external.pico.tmp stats.pico.tmp time.pico.tmp tkey.pico.tmp transport.pico.tmp tsig.pico.tmp ttl.pico.tmp private.pico.tmp validator.pico.tmp view.pico.tmp xfrin.pico.tmp zone.pico.tmp zonekey.pico.tmp zoneverify.pico.tmp zt.pico.tmp sdlz.pico.tmp update.pico.tmp dst_api.pico.tmp dst_parse.pico.tmp gssapictx.pico.tmp hmac_link.pico.tmp key.pico.tmp openssl_link.pico.tmp openssldh_link.pico.tmp opensslrsa_link.pico.tmp opensslecdsa_link.pico.tmp openssleddsa_link.pico.tmp gssapi_link.pico.tmp || true) --- cleandir-external --- --- cleandir-libasan --- cleandir ===> external/gpl3/gcc/lib/libasan --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f libdns_pic.a libdns.so.* libdns.so acl.pico adb.pico badcache.pico byaddr.pico cache.pico callbacks.pico catz.pico clientinfo.pico compress.pico client.pico dyndb.pico tsec.pico ecs.pico db.pico dbiterator.pico diff.pico dispatch.pico dlz.pico dns64.pico dnsrps.pico dnssec.pico ds.pico fixedname.pico forward.pico ipkeylist.pico iptable.pico journal.pico kasp.pico keydata.pico keymgr.pico keytable.pico log.pico lookup.pico master.pico masterdump.pico message.pico name.pico ncache.pico nsec.pico nsec3.pico nta.pico order.pico peer.pico rbt.pico rbtdb.pico rcode.pico rdata.pico rdatalist.pico rdataset.pico rdatasetiter.pico rdataslab.pico request.pico resolver.pico result.pico rootns.pico rpz.pico rriterator.pico rrl.pico sdb.pico soa.pico ssu.pico ssu_external.pico stats.pico time.pico tkey.pico transport.pico tsig.pico ttl.pico private.pico validator.pico view.pico xfrin.pico zone.pico zonekey.pico zoneverify.pico zt.pico sdlz.pico update.pico dst_api.pico dst_parse.pico gssapictx.pico hmac_link.pico key.pico openssl_link.pico openssldh_link.pico opensslrsa_link.pico opensslecdsa_link.pico openssleddsa_link.pico gssapi_link.pico acl.pico.tmp adb.pico.tmp badcache.pico.tmp byaddr.pico.tmp cache.pico.tmp callbacks.pico.tmp catz.pico.tmp clientinfo.pico.tmp compress.pico.tmp client.pico.tmp dyndb.pico.tmp tsec.pico.tmp ecs.pico.tmp db.pico.tmp dbiterator.pico.tmp diff.pico.tmp dispatch.pico.tmp dlz.pico.tmp dns64.pico.tmp dnsrps.pico.tmp dnssec.pico.tmp ds.pico.tmp fixedname.pico.tmp forward.pico.tmp ipkeylist.pico.tmp iptable.pico.tmp journal.pico.tmp kasp.pico.tmp keydata.pico.tmp keymgr.pico.tmp keytable.pico.tmp log.pico.tmp lookup.pico.tmp master.pico.tmp masterdump.pico.tmp message.pico.tmp name.pico.tmp ncache.pico.tmp nsec.pico.tmp nsec3.pico.tmp nta.pico.tmp order.pico.tmp peer.pico.tmp rbt.pico.tmp rbtdb.pico.tmp rcode.pico.tmp rdata.pico.tmp rdatalist.pico.tmp rdataset.pico.tmp rdatasetiter.pico.tmp rdataslab.pico.tmp request.pico.tmp resolver.pico.tmp result.pico.tmp rootns.pico.tmp rpz.pico.tmp rriterator.pico.tmp rrl.pico.tmp sdb.pico.tmp soa.pico.tmp ssu.pico.tmp ssu_external.pico.tmp stats.pico.tmp time.pico.tmp tkey.pico.tmp transport.pico.tmp tsig.pico.tmp ttl.pico.tmp private.pico.tmp validator.pico.tmp view.pico.tmp xfrin.pico.tmp zone.pico.tmp zonekey.pico.tmp zoneverify.pico.tmp zt.pico.tmp sdlz.pico.tmp update.pico.tmp dst_api.pico.tmp dst_parse.pico.tmp gssapictx.pico.tmp hmac_link.pico.tmp key.pico.tmp openssl_link.pico.tmp openssldh_link.pico.tmp opensslrsa_link.pico.tmp opensslecdsa_link.pico.tmp openssleddsa_link.pico.tmp gssapi_link.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f llib-ldns.ln acl.ln adb.ln badcache.ln byaddr.ln cache.ln callbacks.ln catz.ln clientinfo.ln compress.ln client.ln dyndb.ln tsec.ln ecs.ln db.ln dbiterator.ln diff.ln dispatch.ln dlz.ln dns64.ln dnsrps.ln dnssec.ln ds.ln fixedname.ln forward.ln ipkeylist.ln iptable.ln journal.ln kasp.ln keydata.ln keymgr.ln keytable.ln log.ln lookup.ln master.ln masterdump.ln message.ln name.ln ncache.ln nsec.ln nsec3.ln nta.ln order.ln peer.ln rbt.ln rbtdb.ln rcode.ln rdata.ln rdatalist.ln rdataset.ln rdatasetiter.ln rdataslab.ln request.ln resolver.ln result.ln rootns.ln rpz.ln rriterator.ln rrl.ln sdb.ln soa.ln ssu.ln ssu_external.ln stats.ln time.ln tkey.ln transport.ln tsig.ln ttl.ln private.ln validator.ln view.ln xfrin.ln zone.ln zonekey.ln zoneverify.ln zt.ln sdlz.ln update.ln dst_api.ln dst_parse.ln gssapictx.ln hmac_link.ln key.ln openssl_link.ln openssldh_link.ln opensslrsa_link.ln opensslecdsa_link.ln openssleddsa_link.ln gssapi_link.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f llib-ldns.ln acl.ln adb.ln badcache.ln byaddr.ln cache.ln callbacks.ln catz.ln clientinfo.ln compress.ln client.ln dyndb.ln tsec.ln ecs.ln db.ln dbiterator.ln diff.ln dispatch.ln dlz.ln dns64.ln dnsrps.ln dnssec.ln ds.ln fixedname.ln forward.ln ipkeylist.ln iptable.ln journal.ln kasp.ln keydata.ln keymgr.ln keytable.ln log.ln lookup.ln master.ln masterdump.ln message.ln name.ln ncache.ln nsec.ln nsec3.ln nta.ln order.ln peer.ln rbt.ln rbtdb.ln rcode.ln rdata.ln rdatalist.ln rdataset.ln rdatasetiter.ln rdataslab.ln request.ln resolver.ln result.ln rootns.ln rpz.ln rriterator.ln rrl.ln sdb.ln soa.ln ssu.ln ssu_external.ln stats.ln time.ln tkey.ln transport.ln tsig.ln ttl.ln private.ln validator.ln view.ln xfrin.ln zone.ln zonekey.ln zoneverify.ln zt.ln sdlz.ln update.ln dst_api.ln dst_parse.ln gssapictx.ln hmac_link.ln key.ln openssl_link.ln openssldh_link.ln opensslrsa_link.ln opensslecdsa_link.ln openssleddsa_link.ln gssapi_link.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f libdns.so.21.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f libdns.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f libasan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o asan_activation.o asan_allocator.o asan_debugging.o asan_descriptions.o asan_errors.o asan_fake_stack.o asan_flags.o asan_globals.o asan_interceptors.o asan_interceptors_memintrinsics.o asan_linux.o asan_mac.o asan_malloc_linux.o asan_malloc_mac.o asan_malloc_win.o asan_memory_profile.o asan_new_delete.o asan_poisoning.o asan_posix.o asan_report.o asan_rtl.o asan_shadow_setup.o asan_stack.o asan_stats.o asan_suppressions.o asan_thread.o asan_win.o asan_win_dll_thunk.o asan_win_dynamic_runtime_thunk.o lsan_common.o lsan_common_linux.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp asan_activation.o.tmp asan_allocator.o.tmp asan_debugging.o.tmp asan_descriptions.o.tmp asan_errors.o.tmp asan_fake_stack.o.tmp asan_flags.o.tmp asan_globals.o.tmp asan_interceptors.o.tmp asan_interceptors_memintrinsics.o.tmp asan_linux.o.tmp asan_mac.o.tmp asan_malloc_linux.o.tmp asan_malloc_mac.o.tmp asan_malloc_win.o.tmp asan_memory_profile.o.tmp asan_new_delete.o.tmp asan_poisoning.o.tmp asan_posix.o.tmp asan_report.o.tmp asan_rtl.o.tmp asan_shadow_setup.o.tmp asan_stack.o.tmp asan_stats.o.tmp asan_suppressions.o.tmp asan_thread.o.tmp asan_win.o.tmp asan_win_dll_thunk.o.tmp asan_win_dynamic_runtime_thunk.o.tmp lsan_common.o.tmp lsan_common_linux.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f .depend acl.d adb.d badcache.d byaddr.d cache.d callbacks.d catz.d client.d clientinfo.d compress.d db.d dbiterator.d diff.d dispatch.d dlz.d dns64.d dnsrps.d dnssec.d ds.d dst_api.d dst_parse.d dyndb.d ecs.d fixedname.d forward.d gssapi_link.d gssapictx.d hmac_link.d ipkeylist.d iptable.d journal.d kasp.d key.d keydata.d keymgr.d keytable.d log.d lookup.d master.d masterdump.d message.d name.d ncache.d nsec.d nsec3.d nta.d openssl_link.d openssldh_link.d opensslecdsa_link.d openssleddsa_link.d opensslrsa_link.d order.d peer.d private.d rbt.d rbtdb.d rcode.d rdata.d rdatalist.d rdataset.d rdatasetiter.d rdataslab.d request.d resolver.d result.d rootns.d rpz.d rriterator.d rrl.d sdb.d sdlz.d soa.d ssu.d ssu_external.d stats.d time.d tkey.d transport.d tsec.d tsig.d ttl.d update.d validator.d view.d xfrin.d zone.d zonekey.d zoneverify.d zt.d acl.d.tmp adb.d.tmp badcache.d.tmp byaddr.d.tmp cache.d.tmp callbacks.d.tmp catz.d.tmp client.d.tmp clientinfo.d.tmp compress.d.tmp db.d.tmp dbiterator.d.tmp diff.d.tmp dispatch.d.tmp dlz.d.tmp dns64.d.tmp dnsrps.d.tmp dnssec.d.tmp ds.d.tmp dst_api.d.tmp dst_parse.d.tmp dyndb.d.tmp ecs.d.tmp fixedname.d.tmp forward.d.tmp gssapi_link.d.tmp gssapictx.d.tmp hmac_link.d.tmp ipkeylist.d.tmp iptable.d.tmp journal.d.tmp kasp.d.tmp key.d.tmp keydata.d.tmp keymgr.d.tmp keytable.d.tmp log.d.tmp lookup.d.tmp master.d.tmp masterdump.d.tmp message.d.tmp name.d.tmp ncache.d.tmp nsec.d.tmp nsec3.d.tmp nta.d.tmp openssl_link.d.tmp openssldh_link.d.tmp opensslecdsa_link.d.tmp openssleddsa_link.d.tmp opensslrsa_link.d.tmp order.d.tmp peer.d.tmp private.d.tmp rbt.d.tmp rbtdb.d.tmp rcode.d.tmp rdata.d.tmp rdatalist.d.tmp rdataset.d.tmp rdatasetiter.d.tmp rdataslab.d.tmp request.d.tmp resolver.d.tmp result.d.tmp rootns.d.tmp rpz.d.tmp rriterator.d.tmp rrl.d.tmp sdb.d.tmp sdlz.d.tmp soa.d.tmp ssu.d.tmp ssu_external.d.tmp stats.d.tmp time.d.tmp tkey.d.tmp transport.d.tmp tsec.d.tmp tsig.d.tmp ttl.d.tmp update.d.tmp validator.d.tmp view.d.tmp xfrin.d.tmp zone.d.tmp zonekey.d.tmp zoneverify.d.tmp zt.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f libasan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o asan_activation.o asan_allocator.o asan_debugging.o asan_descriptions.o asan_errors.o asan_fake_stack.o asan_flags.o asan_globals.o asan_interceptors.o asan_interceptors_memintrinsics.o asan_linux.o asan_mac.o asan_malloc_linux.o asan_malloc_mac.o asan_malloc_win.o asan_memory_profile.o asan_new_delete.o asan_poisoning.o asan_posix.o asan_report.o asan_rtl.o asan_shadow_setup.o asan_stack.o asan_stats.o asan_suppressions.o asan_thread.o asan_win.o asan_win_dll_thunk.o asan_win_dynamic_runtime_thunk.o lsan_common.o lsan_common_linux.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp asan_activation.o.tmp asan_allocator.o.tmp asan_debugging.o.tmp asan_descriptions.o.tmp asan_errors.o.tmp asan_fake_stack.o.tmp asan_flags.o.tmp asan_globals.o.tmp asan_interceptors.o.tmp asan_interceptors_memintrinsics.o.tmp asan_linux.o.tmp asan_mac.o.tmp asan_malloc_linux.o.tmp asan_malloc_mac.o.tmp asan_malloc_win.o.tmp asan_memory_profile.o.tmp asan_new_delete.o.tmp asan_poisoning.o.tmp asan_posix.o.tmp asan_report.o.tmp asan_rtl.o.tmp asan_shadow_setup.o.tmp asan_stack.o.tmp asan_stats.o.tmp asan_suppressions.o.tmp asan_thread.o.tmp asan_win.o.tmp asan_win_dll_thunk.o.tmp asan_win_dynamic_runtime_thunk.o.tmp lsan_common.o.tmp lsan_common_linux.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f .depend acl.d adb.d badcache.d byaddr.d cache.d callbacks.d catz.d client.d clientinfo.d compress.d db.d dbiterator.d diff.d dispatch.d dlz.d dns64.d dnsrps.d dnssec.d ds.d dst_api.d dst_parse.d dyndb.d ecs.d fixedname.d forward.d gssapi_link.d gssapictx.d hmac_link.d ipkeylist.d iptable.d journal.d kasp.d key.d keydata.d keymgr.d keytable.d log.d lookup.d master.d masterdump.d message.d name.d ncache.d nsec.d nsec3.d nta.d openssl_link.d openssldh_link.d opensslecdsa_link.d openssleddsa_link.d opensslrsa_link.d order.d peer.d private.d rbt.d rbtdb.d rcode.d rdata.d rdatalist.d rdataset.d rdatasetiter.d rdataslab.d request.d resolver.d result.d rootns.d rpz.d rriterator.d rrl.d sdb.d sdlz.d soa.d ssu.d ssu_external.d stats.d time.d tkey.d transport.d tsec.d tsig.d ttl.d update.d validator.d view.d xfrin.d zone.d zonekey.d zoneverify.d zt.d acl.d.tmp adb.d.tmp badcache.d.tmp byaddr.d.tmp cache.d.tmp callbacks.d.tmp catz.d.tmp client.d.tmp clientinfo.d.tmp compress.d.tmp db.d.tmp dbiterator.d.tmp diff.d.tmp dispatch.d.tmp dlz.d.tmp dns64.d.tmp dnsrps.d.tmp dnssec.d.tmp ds.d.tmp dst_api.d.tmp dst_parse.d.tmp dyndb.d.tmp ecs.d.tmp fixedname.d.tmp forward.d.tmp gssapi_link.d.tmp gssapictx.d.tmp hmac_link.d.tmp ipkeylist.d.tmp iptable.d.tmp journal.d.tmp kasp.d.tmp key.d.tmp keydata.d.tmp keymgr.d.tmp keytable.d.tmp log.d.tmp lookup.d.tmp master.d.tmp masterdump.d.tmp message.d.tmp name.d.tmp ncache.d.tmp nsec.d.tmp nsec3.d.tmp nta.d.tmp openssl_link.d.tmp openssldh_link.d.tmp opensslecdsa_link.d.tmp openssleddsa_link.d.tmp opensslrsa_link.d.tmp order.d.tmp peer.d.tmp private.d.tmp rbt.d.tmp rbtdb.d.tmp rcode.d.tmp rdata.d.tmp rdatalist.d.tmp rdataset.d.tmp rdatasetiter.d.tmp rdataslab.d.tmp request.d.tmp resolver.d.tmp result.d.tmp rootns.d.tmp rpz.d.tmp rriterator.d.tmp rrl.d.tmp sdb.d.tmp sdlz.d.tmp soa.d.tmp ssu.d.tmp ssu_external.d.tmp stats.d.tmp time.d.tmp tkey.d.tmp transport.d.tmp tsec.d.tmp tsig.d.tmp ttl.d.tmp update.d.tmp validator.d.tmp view.d.tmp xfrin.d.tmp zone.d.tmp zonekey.d.tmp zoneverify.d.tmp zt.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- cleandir-libisccc --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f libasan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po asan_activation.po asan_allocator.po asan_debugging.po asan_descriptions.po asan_errors.po asan_fake_stack.po asan_flags.po asan_globals.po asan_interceptors.po asan_interceptors_memintrinsics.po asan_linux.po asan_mac.po asan_malloc_linux.po asan_malloc_mac.po asan_malloc_win.po asan_memory_profile.po asan_new_delete.po asan_poisoning.po asan_posix.po asan_report.po asan_rtl.po asan_shadow_setup.po asan_stack.po asan_stats.po asan_suppressions.po asan_thread.po asan_win.po asan_win_dll_thunk.po asan_win_dynamic_runtime_thunk.po lsan_common.po lsan_common_linux.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp asan_activation.po.tmp asan_allocator.po.tmp asan_debugging.po.tmp asan_descriptions.po.tmp asan_errors.po.tmp asan_fake_stack.po.tmp asan_flags.po.tmp asan_globals.po.tmp asan_interceptors.po.tmp asan_interceptors_memintrinsics.po.tmp asan_linux.po.tmp asan_mac.po.tmp asan_malloc_linux.po.tmp asan_malloc_mac.po.tmp asan_malloc_win.po.tmp asan_memory_profile.po.tmp asan_new_delete.po.tmp asan_poisoning.po.tmp asan_posix.po.tmp asan_report.po.tmp asan_rtl.po.tmp asan_shadow_setup.po.tmp asan_stack.po.tmp asan_stats.po.tmp asan_suppressions.po.tmp asan_thread.po.tmp asan_win.po.tmp asan_win_dll_thunk.po.tmp asan_win_dynamic_runtime_thunk.po.tmp lsan_common.po.tmp lsan_common_linux.po.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/mpl/bind/lib/libisccc --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f libasan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po asan_activation.po asan_allocator.po asan_debugging.po asan_descriptions.po asan_errors.po asan_fake_stack.po asan_flags.po asan_globals.po asan_interceptors.po asan_interceptors_memintrinsics.po asan_linux.po asan_mac.po asan_malloc_linux.po asan_malloc_mac.po asan_malloc_win.po asan_memory_profile.po asan_new_delete.po asan_poisoning.po asan_posix.po asan_report.po asan_rtl.po asan_shadow_setup.po asan_stack.po asan_stats.po asan_suppressions.po asan_thread.po asan_win.po asan_win_dll_thunk.po asan_win_dynamic_runtime_thunk.po lsan_common.po lsan_common_linux.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp asan_activation.po.tmp asan_allocator.po.tmp asan_debugging.po.tmp asan_descriptions.po.tmp asan_errors.po.tmp asan_fake_stack.po.tmp asan_flags.po.tmp asan_globals.po.tmp asan_interceptors.po.tmp asan_interceptors_memintrinsics.po.tmp asan_linux.po.tmp asan_mac.po.tmp asan_malloc_linux.po.tmp asan_malloc_mac.po.tmp asan_malloc_win.po.tmp asan_memory_profile.po.tmp asan_new_delete.po.tmp asan_poisoning.po.tmp asan_posix.po.tmp asan_report.po.tmp asan_rtl.po.tmp asan_shadow_setup.po.tmp asan_stack.po.tmp asan_stats.po.tmp asan_suppressions.po.tmp asan_thread.po.tmp asan_win.po.tmp asan_win_dll_thunk.po.tmp asan_win_dynamic_runtime_thunk.po.tmp lsan_common.po.tmp lsan_common_linux.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f libasan_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f libasan_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f libasan_pic.a libasan.so.* libasan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico asan_activation.pico asan_allocator.pico asan_debugging.pico asan_descriptions.pico asan_errors.pico asan_fake_stack.pico asan_flags.pico asan_globals.pico asan_interceptors.pico asan_interceptors_memintrinsics.pico asan_linux.pico asan_mac.pico asan_malloc_linux.pico asan_malloc_mac.pico asan_malloc_win.pico asan_memory_profile.pico asan_new_delete.pico asan_poisoning.pico asan_posix.pico asan_report.pico asan_rtl.pico asan_shadow_setup.pico asan_stack.pico asan_stats.pico asan_suppressions.pico asan_thread.pico asan_win.pico asan_win_dll_thunk.pico asan_win_dynamic_runtime_thunk.pico lsan_common.pico lsan_common_linux.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp asan_activation.pico.tmp asan_allocator.pico.tmp asan_debugging.pico.tmp asan_descriptions.pico.tmp asan_errors.pico.tmp asan_fake_stack.pico.tmp asan_flags.pico.tmp asan_globals.pico.tmp asan_interceptors.pico.tmp asan_interceptors_memintrinsics.pico.tmp asan_linux.pico.tmp asan_mac.pico.tmp asan_malloc_linux.pico.tmp asan_malloc_mac.pico.tmp asan_malloc_win.pico.tmp asan_memory_profile.pico.tmp asan_new_delete.pico.tmp asan_poisoning.pico.tmp asan_posix.pico.tmp asan_report.pico.tmp asan_rtl.pico.tmp asan_shadow_setup.pico.tmp asan_stack.pico.tmp asan_stats.pico.tmp asan_suppressions.pico.tmp asan_thread.pico.tmp asan_win.pico.tmp asan_win_dll_thunk.pico.tmp asan_win_dynamic_runtime_thunk.pico.tmp lsan_common.pico.tmp lsan_common_linux.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f libasan_pic.a libasan.so.* libasan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico asan_activation.pico asan_allocator.pico asan_debugging.pico asan_descriptions.pico asan_errors.pico asan_fake_stack.pico asan_flags.pico asan_globals.pico asan_interceptors.pico asan_interceptors_memintrinsics.pico asan_linux.pico asan_mac.pico asan_malloc_linux.pico asan_malloc_mac.pico asan_malloc_win.pico asan_memory_profile.pico asan_new_delete.pico asan_poisoning.pico asan_posix.pico asan_report.pico asan_rtl.pico asan_shadow_setup.pico asan_stack.pico asan_stats.pico asan_suppressions.pico asan_thread.pico asan_win.pico asan_win_dll_thunk.pico asan_win_dynamic_runtime_thunk.pico lsan_common.pico lsan_common_linux.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp asan_activation.pico.tmp asan_allocator.pico.tmp asan_debugging.pico.tmp asan_descriptions.pico.tmp asan_errors.pico.tmp asan_fake_stack.pico.tmp asan_flags.pico.tmp asan_globals.pico.tmp asan_interceptors.pico.tmp asan_interceptors_memintrinsics.pico.tmp asan_linux.pico.tmp asan_mac.pico.tmp asan_malloc_linux.pico.tmp asan_malloc_mac.pico.tmp asan_malloc_win.pico.tmp asan_memory_profile.pico.tmp asan_new_delete.pico.tmp asan_poisoning.pico.tmp asan_posix.pico.tmp asan_report.pico.tmp asan_rtl.pico.tmp asan_shadow_setup.pico.tmp asan_stack.pico.tmp asan_stats.pico.tmp asan_suppressions.pico.tmp asan_thread.pico.tmp asan_win.pico.tmp asan_win_dll_thunk.pico.tmp asan_win_dynamic_runtime_thunk.pico.tmp lsan_common.pico.tmp lsan_common_linux.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f llib-lasan.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f llib-lasan.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f libasan.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f libasan.so.5.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libasan && rm -f .depend asan_activation.d asan_allocator.d asan_debugging.d asan_descriptions.d asan_errors.d asan_fake_stack.d asan_flags.d asan_globals.d asan_interceptors.d asan_interceptors_memintrinsics.d asan_linux.d asan_mac.d asan_malloc_linux.d asan_malloc_mac.d asan_malloc_win.d asan_memory_profile.d asan_new_delete.d asan_poisoning.d asan_posix.d asan_report.d asan_rtl.d asan_shadow_setup.d asan_stack.d asan_stats.d asan_suppressions.d asan_thread.d asan_win.d asan_win_dll_thunk.d asan_win_dynamic_runtime_thunk.d interception_linux.d interception_mac.d interception_type_test.d interception_win.d lsan_common.d lsan_common_linux.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d asan_activation.d.tmp asan_allocator.d.tmp asan_debugging.d.tmp asan_descriptions.d.tmp asan_errors.d.tmp asan_fake_stack.d.tmp asan_flags.d.tmp asan_globals.d.tmp asan_interceptors.d.tmp asan_interceptors_memintrinsics.d.tmp asan_linux.d.tmp asan_mac.d.tmp asan_malloc_linux.d.tmp asan_malloc_mac.d.tmp asan_malloc_win.d.tmp asan_memory_profile.d.tmp asan_new_delete.d.tmp asan_poisoning.d.tmp asan_posix.d.tmp asan_report.d.tmp asan_rtl.d.tmp asan_shadow_setup.d.tmp asan_stack.d.tmp asan_stats.d.tmp asan_suppressions.d.tmp asan_thread.d.tmp asan_win.d.tmp asan_win_dll_thunk.d.tmp asan_win_dynamic_runtime_thunk.d.tmp interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp lsan_common.d.tmp lsan_common_linux.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libasan && rm -f .depend asan_activation.d asan_allocator.d asan_debugging.d asan_descriptions.d asan_errors.d asan_fake_stack.d asan_flags.d asan_globals.d asan_interceptors.d asan_interceptors_memintrinsics.d asan_linux.d asan_mac.d asan_malloc_linux.d asan_malloc_mac.d asan_malloc_win.d asan_memory_profile.d asan_new_delete.d asan_poisoning.d asan_posix.d asan_report.d asan_rtl.d asan_shadow_setup.d asan_stack.d asan_stats.d asan_suppressions.d asan_thread.d asan_win.d asan_win_dll_thunk.d asan_win_dynamic_runtime_thunk.d interception_linux.d interception_mac.d interception_type_test.d interception_win.d lsan_common.d lsan_common_linux.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d asan_activation.d.tmp asan_allocator.d.tmp asan_debugging.d.tmp asan_descriptions.d.tmp asan_errors.d.tmp asan_fake_stack.d.tmp asan_flags.d.tmp asan_globals.d.tmp asan_interceptors.d.tmp asan_interceptors_memintrinsics.d.tmp asan_linux.d.tmp asan_mac.d.tmp asan_malloc_linux.d.tmp asan_malloc_mac.d.tmp asan_malloc_win.d.tmp asan_memory_profile.d.tmp asan_new_delete.d.tmp asan_poisoning.d.tmp asan_posix.d.tmp asan_report.d.tmp asan_rtl.d.tmp asan_shadow_setup.d.tmp asan_stack.d.tmp asan_stats.d.tmp asan_suppressions.d.tmp asan_thread.d.tmp asan_win.d.tmp asan_win_dll_thunk.d.tmp asan_win_dynamic_runtime_thunk.d.tmp interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp lsan_common.d.tmp lsan_common_linux.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-liblsan --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f libisccc.a alist.o base64.o cc.o ccmsg.o sexpr.o symtab.o alist.o.tmp base64.o.tmp cc.o.tmp ccmsg.o.tmp sexpr.o.tmp symtab.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/lib/liblsan --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f libisccc.a alist.o base64.o cc.o ccmsg.o sexpr.o symtab.o alist.o.tmp base64.o.tmp cc.o.tmp ccmsg.o.tmp sexpr.o.tmp symtab.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f libisccc_p.a alist.po base64.po cc.po ccmsg.po sexpr.po symtab.po alist.po.tmp base64.po.tmp cc.po.tmp ccmsg.po.tmp sexpr.po.tmp symtab.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f libisccc_p.a alist.po base64.po cc.po ccmsg.po sexpr.po symtab.po alist.po.tmp base64.po.tmp cc.po.tmp ccmsg.po.tmp sexpr.po.tmp symtab.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f libisccc_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f libisccc_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f liblsan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o lsan.o lsan_allocator.o lsan_common.o lsan_common_linux.o lsan_interceptors.o lsan_linux.o lsan_thread.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp lsan.o.tmp lsan_allocator.o.tmp lsan_common.o.tmp lsan_common_linux.o.tmp lsan_interceptors.o.tmp lsan_linux.o.tmp lsan_thread.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f libisccc_pic.a libisccc.so.* libisccc.so alist.pico base64.pico cc.pico ccmsg.pico sexpr.pico symtab.pico alist.pico.tmp base64.pico.tmp cc.pico.tmp ccmsg.pico.tmp sexpr.pico.tmp symtab.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f liblsan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o lsan.o lsan_allocator.o lsan_common.o lsan_common_linux.o lsan_interceptors.o lsan_linux.o lsan_thread.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp lsan.o.tmp lsan_allocator.o.tmp lsan_common.o.tmp lsan_common_linux.o.tmp lsan_interceptors.o.tmp lsan_linux.o.tmp lsan_thread.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f libisccc_pic.a libisccc.so.* libisccc.so alist.pico base64.pico cc.pico ccmsg.pico sexpr.pico symtab.pico alist.pico.tmp base64.pico.tmp cc.pico.tmp ccmsg.pico.tmp sexpr.pico.tmp symtab.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f llib-lisccc.ln alist.ln base64.ln cc.ln ccmsg.ln sexpr.ln symtab.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f liblsan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po lsan.po lsan_allocator.po lsan_common.po lsan_common_linux.po lsan_interceptors.po lsan_linux.po lsan_thread.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp lsan.po.tmp lsan_allocator.po.tmp lsan_common.po.tmp lsan_common_linux.po.tmp lsan_interceptors.po.tmp lsan_linux.po.tmp lsan_thread.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f llib-lisccc.ln alist.ln base64.ln cc.ln ccmsg.ln sexpr.ln symtab.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f liblsan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po lsan.po lsan_allocator.po lsan_common.po lsan_common_linux.po lsan_interceptors.po lsan_linux.po lsan_thread.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp lsan.po.tmp lsan_allocator.po.tmp lsan_common.po.tmp lsan_common_linux.po.tmp lsan_interceptors.po.tmp lsan_linux.po.tmp lsan_thread.po.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f libisccc.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f libisccc.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f liblsan_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f liblsan_g.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f .depend alist.d base64.d cc.d ccmsg.d sexpr.d symtab.d alist.d.tmp base64.d.tmp cc.d.tmp ccmsg.d.tmp sexpr.d.tmp symtab.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f .depend alist.d base64.d cc.d ccmsg.d sexpr.d symtab.d alist.d.tmp base64.d.tmp cc.d.tmp ccmsg.d.tmp sexpr.d.tmp symtab.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f liblsan_pic.a liblsan.so.* liblsan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico lsan.pico lsan_allocator.pico lsan_common.pico lsan_common_linux.pico lsan_interceptors.pico lsan_linux.pico lsan_thread.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp lsan.pico.tmp lsan_allocator.pico.tmp lsan_common.pico.tmp lsan_common_linux.pico.tmp lsan_interceptors.pico.tmp lsan_linux.pico.tmp lsan_thread.pico.tmp || true) --- cleandir-lib --- --- cleandir-libisccfg --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f liblsan_pic.a liblsan.so.* liblsan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico lsan.pico lsan_allocator.pico lsan_common.pico lsan_common_linux.pico lsan_interceptors.pico lsan_linux.pico lsan_thread.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp lsan.pico.tmp lsan_allocator.pico.tmp lsan_common.pico.tmp lsan_common_linux.pico.tmp lsan_interceptors.pico.tmp lsan_linux.pico.tmp lsan_thread.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/mpl/bind/lib/libisccfg --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f llib-llsan.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f llib-llsan.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f liblsan.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f liblsan.so.2.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/liblsan && rm -f .depend interception_linux.d interception_mac.d interception_type_test.d interception_win.d lsan.d lsan_allocator.d lsan_common.d lsan_common_linux.d lsan_interceptors.d lsan_linux.d lsan_thread.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp lsan.d.tmp lsan_allocator.d.tmp lsan_common.d.tmp lsan_common_linux.d.tmp lsan_interceptors.d.tmp lsan_linux.d.tmp lsan_thread.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/liblsan && rm -f .depend interception_linux.d interception_mac.d interception_type_test.d interception_win.d lsan.d lsan_allocator.d lsan_common.d lsan_common_linux.d lsan_interceptors.d lsan_linux.d lsan_thread.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp lsan.d.tmp lsan_allocator.d.tmp lsan_common.d.tmp lsan_common_linux.d.tmp lsan_interceptors.d.tmp lsan_linux.d.tmp lsan_thread.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp tags || true) --- cleandir-libubsan --- cleandir ===> external/gpl3/gcc/lib/libubsan --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f libubsan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o ubsan_diag.o ubsan_flags.o ubsan_handlers.o ubsan_init.o ubsan_monitor.o ubsan_type_hash.o ubsan_type_hash_itanium.o ubsan_type_hash_win.o ubsan_value.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp ubsan_diag.o.tmp ubsan_flags.o.tmp ubsan_handlers.o.tmp ubsan_init.o.tmp ubsan_monitor.o.tmp ubsan_type_hash.o.tmp ubsan_type_hash_itanium.o.tmp ubsan_type_hash_win.o.tmp ubsan_value.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f libubsan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o ubsan_diag.o ubsan_flags.o ubsan_handlers.o ubsan_init.o ubsan_monitor.o ubsan_type_hash.o ubsan_type_hash_itanium.o ubsan_type_hash_win.o ubsan_value.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp ubsan_diag.o.tmp ubsan_flags.o.tmp ubsan_handlers.o.tmp ubsan_init.o.tmp ubsan_monitor.o.tmp ubsan_type_hash.o.tmp ubsan_type_hash_itanium.o.tmp ubsan_type_hash_win.o.tmp ubsan_value.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f libisccfg.a aclconf.o duration.o kaspconf.o log.o namedconf.o parser.o dnsconf.o aclconf.o.tmp duration.o.tmp kaspconf.o.tmp log.o.tmp namedconf.o.tmp parser.o.tmp dnsconf.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f libisccfg.a aclconf.o duration.o kaspconf.o log.o namedconf.o parser.o dnsconf.o aclconf.o.tmp duration.o.tmp kaspconf.o.tmp log.o.tmp namedconf.o.tmp parser.o.tmp dnsconf.o.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f libubsan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po ubsan_diag.po ubsan_flags.po ubsan_handlers.po ubsan_init.po ubsan_monitor.po ubsan_type_hash.po ubsan_type_hash_itanium.po ubsan_type_hash_win.po ubsan_value.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp ubsan_diag.po.tmp ubsan_flags.po.tmp ubsan_handlers.po.tmp ubsan_init.po.tmp ubsan_monitor.po.tmp ubsan_type_hash.po.tmp ubsan_type_hash_itanium.po.tmp ubsan_type_hash_win.po.tmp ubsan_value.po.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f libisccfg_p.a aclconf.po duration.po kaspconf.po log.po namedconf.po parser.po dnsconf.po aclconf.po.tmp duration.po.tmp kaspconf.po.tmp log.po.tmp namedconf.po.tmp parser.po.tmp dnsconf.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f libubsan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po ubsan_diag.po ubsan_flags.po ubsan_handlers.po ubsan_init.po ubsan_monitor.po ubsan_type_hash.po ubsan_type_hash_itanium.po ubsan_type_hash_win.po ubsan_value.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp ubsan_diag.po.tmp ubsan_flags.po.tmp ubsan_handlers.po.tmp ubsan_init.po.tmp ubsan_monitor.po.tmp ubsan_type_hash.po.tmp ubsan_type_hash_itanium.po.tmp ubsan_type_hash_win.po.tmp ubsan_value.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f libisccfg_p.a aclconf.po duration.po kaspconf.po log.po namedconf.po parser.po dnsconf.po aclconf.po.tmp duration.po.tmp kaspconf.po.tmp log.po.tmp namedconf.po.tmp parser.po.tmp dnsconf.po.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f libubsan_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f libisccfg_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f libisccfg_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f libubsan_g.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f libisccfg_pic.a libisccfg.so.* libisccfg.so aclconf.pico duration.pico kaspconf.pico log.pico namedconf.pico parser.pico dnsconf.pico aclconf.pico.tmp duration.pico.tmp kaspconf.pico.tmp log.pico.tmp namedconf.pico.tmp parser.pico.tmp dnsconf.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f libubsan_pic.a libubsan.so.* libubsan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico ubsan_diag.pico ubsan_flags.pico ubsan_handlers.pico ubsan_init.pico ubsan_monitor.pico ubsan_type_hash.pico ubsan_type_hash_itanium.pico ubsan_type_hash_win.pico ubsan_value.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp ubsan_diag.pico.tmp ubsan_flags.pico.tmp ubsan_handlers.pico.tmp ubsan_init.pico.tmp ubsan_monitor.pico.tmp ubsan_type_hash.pico.tmp ubsan_type_hash_itanium.pico.tmp ubsan_type_hash_win.pico.tmp ubsan_value.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f libisccfg_pic.a libisccfg.so.* libisccfg.so aclconf.pico duration.pico kaspconf.pico log.pico namedconf.pico parser.pico dnsconf.pico aclconf.pico.tmp duration.pico.tmp kaspconf.pico.tmp log.pico.tmp namedconf.pico.tmp parser.pico.tmp dnsconf.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f libubsan_pic.a libubsan.so.* libubsan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico ubsan_diag.pico ubsan_flags.pico ubsan_handlers.pico ubsan_init.pico ubsan_monitor.pico ubsan_type_hash.pico ubsan_type_hash_itanium.pico ubsan_type_hash_win.pico ubsan_value.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp ubsan_diag.pico.tmp ubsan_flags.pico.tmp ubsan_handlers.pico.tmp ubsan_init.pico.tmp ubsan_monitor.pico.tmp ubsan_type_hash.pico.tmp ubsan_type_hash_itanium.pico.tmp ubsan_type_hash_win.pico.tmp ubsan_value.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f llib-lisccfg.ln aclconf.ln duration.ln kaspconf.ln log.ln namedconf.ln parser.ln dnsconf.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f llib-lubsan.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f llib-lisccfg.ln aclconf.ln duration.ln kaspconf.ln log.ln namedconf.ln parser.ln dnsconf.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f llib-lubsan.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f libisccfg.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f libubsan.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f libisccfg.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f libubsan.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f .depend aclconf.d dnsconf.d duration.d kaspconf.d log.d namedconf.d parser.d aclconf.d.tmp dnsconf.d.tmp duration.d.tmp kaspconf.d.tmp log.d.tmp namedconf.d.tmp parser.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f .depend aclconf.d dnsconf.d duration.d kaspconf.d log.d namedconf.d parser.d aclconf.d.tmp dnsconf.d.tmp duration.d.tmp kaspconf.d.tmp log.d.tmp namedconf.d.tmp parser.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libubsan && rm -f .depend interception_linux.d interception_mac.d interception_type_test.d interception_win.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d ubsan_diag.d ubsan_flags.d ubsan_handlers.d ubsan_init.d ubsan_monitor.d ubsan_type_hash.d ubsan_type_hash_itanium.d ubsan_type_hash_win.d ubsan_value.d interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp ubsan_diag.d.tmp ubsan_flags.d.tmp ubsan_handlers.d.tmp ubsan_init.d.tmp ubsan_monitor.d.tmp ubsan_type_hash.d.tmp ubsan_type_hash_itanium.d.tmp ubsan_type_hash_win.d.tmp ubsan_value.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libbind9 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libubsan && rm -f .depend interception_linux.d interception_mac.d interception_type_test.d interception_win.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d ubsan_diag.d ubsan_flags.d ubsan_handlers.d ubsan_init.d ubsan_monitor.d ubsan_type_hash.d ubsan_type_hash_itanium.d ubsan_type_hash_win.d ubsan_value.d interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp ubsan_diag.d.tmp ubsan_flags.d.tmp ubsan_handlers.d.tmp ubsan_init.d.tmp ubsan_monitor.d.tmp ubsan_type_hash.d.tmp ubsan_type_hash_itanium.d.tmp ubsan_type_hash_win.d.tmp ubsan_value.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../external/mpl/bind/lib/libbind9 --- cleandir-external --- --- cleandir-libtsan --- cleandir ===> external/gpl3/gcc/lib/libtsan --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libtsan && rm -f libtsan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o tsan_clock.o tsan_debugging.o tsan_external.o tsan_fd.o tsan_flags.o tsan_ignoreset.o tsan_interceptors.o tsan_interceptors_mac.o tsan_interface_ann.o tsan_interface_atomic.o tsan_interface.o tsan_interface_java.o tsan_libdispatch_mac.o tsan_malloc_mac.o tsan_md5.o tsan_mman.o tsan_mutex.o tsan_mutexset.o tsan_new_delete.o tsan_platform_linux.o tsan_platform_mac.o tsan_platform_posix.o tsan_platform_windows.o tsan_report.o tsan_rtl.o tsan_rtl_mutex.o tsan_rtl_proc.o tsan_rtl_report.o tsan_rtl_thread.o tsan_stack_trace.o tsan_stat.o tsan_suppressions.o tsan_symbolize.o tsan_sync.o tsan_rtl_amd64.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp tsan_clock.o.tmp tsan_debugging.o.tmp tsan_external.o.tmp tsan_fd.o.tmp tsan_flags.o.tmp tsan_ignoreset.o.tmp tsan_interceptors.o.tmp tsan_interceptors_mac.o.tmp tsan_interface_ann.o.tmp tsan_interface_atomic.o.tmp tsan_interface.o.tmp tsan_interface_java.o.tmp tsan_libdispatch_mac.o.tmp tsan_malloc_mac.o.tmp tsan_md5.o.tmp tsan_mman.o.tmp tsan_mutex.o.tmp tsan_mutexset.o.tmp tsan_new_delete.o.tmp tsan_platform_linux.o.tmp tsan_platform_mac.o.tmp tsan_platform_posix.o.tmp tsan_platform_windows.o.tmp tsan_report.o.tmp tsan_rtl.o.tmp tsan_rtl_mutex.o.tmp tsan_rtl_proc.o.tmp tsan_rtl_report.o.tmp tsan_rtl_thread.o.tmp tsan_stack_trace.o.tmp tsan_stat.o.tmp tsan_suppressions.o.tmp tsan_symbolize.o.tmp tsan_sync.o.tmp tsan_rtl_amd64.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libtsan && rm -f libtsan.a interception_linux.o interception_mac.o interception_type_test.o interception_win.o sancov_flags.o sanitizer_allocator.o sanitizer_allocator_checks.o sanitizer_allocator_report.o sanitizer_common.o sanitizer_common_libcdep.o sanitizer_coverage_libcdep_new.o sanitizer_deadlock_detector1.o sanitizer_deadlock_detector2.o sanitizer_errno.o sanitizer_file.o sanitizer_flag_parser.o sanitizer_flags.o sanitizer_libc.o sanitizer_libignore.o sanitizer_linux.o sanitizer_linux_libcdep.o sanitizer_linux_s390.o sanitizer_mac.o sanitizer_netbsd.o sanitizer_openbsd.o sanitizer_persistent_allocator.o sanitizer_platform_limits_linux.o sanitizer_platform_limits_netbsd.o sanitizer_platform_limits_openbsd.o sanitizer_platform_limits_solaris.o sanitizer_posix.o sanitizer_posix_libcdep.o sanitizer_printf.o sanitizer_procmaps_bsd.o sanitizer_procmaps_common.o sanitizer_procmaps_linux.o sanitizer_procmaps_mac.o sanitizer_procmaps_solaris.o sanitizer_rtems.o sanitizer_solaris.o sanitizer_stackdepot.o sanitizer_stacktrace.o sanitizer_stacktrace_libcdep.o sanitizer_stacktrace_printer.o sanitizer_stacktrace_sparc.o sanitizer_stoptheworld_linux_libcdep.o sanitizer_stoptheworld_netbsd_libcdep.o sanitizer_suppressions.o sanitizer_symbolizer.o sanitizer_symbolizer_libbacktrace.o sanitizer_symbolizer_libcdep.o sanitizer_symbolizer_mac.o sanitizer_symbolizer_posix_libcdep.o sanitizer_symbolizer_report.o sanitizer_symbolizer_win.o sanitizer_termination.o sanitizer_thread_registry.o sanitizer_tls_get_addr.o sanitizer_unwind_linux_libcdep.o sanitizer_unwind_win.o sanitizer_win.o tsan_clock.o tsan_debugging.o tsan_external.o tsan_fd.o tsan_flags.o tsan_ignoreset.o tsan_interceptors.o tsan_interceptors_mac.o tsan_interface_ann.o tsan_interface_atomic.o tsan_interface.o tsan_interface_java.o tsan_libdispatch_mac.o tsan_malloc_mac.o tsan_md5.o tsan_mman.o tsan_mutex.o tsan_mutexset.o tsan_new_delete.o tsan_platform_linux.o tsan_platform_mac.o tsan_platform_posix.o tsan_platform_windows.o tsan_report.o tsan_rtl.o tsan_rtl_mutex.o tsan_rtl_proc.o tsan_rtl_report.o tsan_rtl_thread.o tsan_stack_trace.o tsan_stat.o tsan_suppressions.o tsan_symbolize.o tsan_sync.o tsan_rtl_amd64.o interception_linux.o.tmp interception_mac.o.tmp interception_type_test.o.tmp interception_win.o.tmp sancov_flags.o.tmp sanitizer_allocator.o.tmp sanitizer_allocator_checks.o.tmp sanitizer_allocator_report.o.tmp sanitizer_common.o.tmp sanitizer_common_libcdep.o.tmp sanitizer_coverage_libcdep_new.o.tmp sanitizer_deadlock_detector1.o.tmp sanitizer_deadlock_detector2.o.tmp sanitizer_errno.o.tmp sanitizer_file.o.tmp sanitizer_flag_parser.o.tmp sanitizer_flags.o.tmp sanitizer_libc.o.tmp sanitizer_libignore.o.tmp sanitizer_linux.o.tmp sanitizer_linux_libcdep.o.tmp sanitizer_linux_s390.o.tmp sanitizer_mac.o.tmp sanitizer_netbsd.o.tmp sanitizer_openbsd.o.tmp sanitizer_persistent_allocator.o.tmp sanitizer_platform_limits_linux.o.tmp sanitizer_platform_limits_netbsd.o.tmp sanitizer_platform_limits_openbsd.o.tmp sanitizer_platform_limits_solaris.o.tmp sanitizer_posix.o.tmp sanitizer_posix_libcdep.o.tmp sanitizer_printf.o.tmp sanitizer_procmaps_bsd.o.tmp sanitizer_procmaps_common.o.tmp sanitizer_procmaps_linux.o.tmp sanitizer_procmaps_mac.o.tmp sanitizer_procmaps_solaris.o.tmp sanitizer_rtems.o.tmp sanitizer_solaris.o.tmp sanitizer_stackdepot.o.tmp sanitizer_stacktrace.o.tmp sanitizer_stacktrace_libcdep.o.tmp sanitizer_stacktrace_printer.o.tmp sanitizer_stacktrace_sparc.o.tmp sanitizer_stoptheworld_linux_libcdep.o.tmp sanitizer_stoptheworld_netbsd_libcdep.o.tmp sanitizer_suppressions.o.tmp sanitizer_symbolizer.o.tmp sanitizer_symbolizer_libbacktrace.o.tmp sanitizer_symbolizer_libcdep.o.tmp sanitizer_symbolizer_mac.o.tmp sanitizer_symbolizer_posix_libcdep.o.tmp sanitizer_symbolizer_report.o.tmp sanitizer_symbolizer_win.o.tmp sanitizer_termination.o.tmp sanitizer_thread_registry.o.tmp sanitizer_tls_get_addr.o.tmp sanitizer_unwind_linux_libcdep.o.tmp sanitizer_unwind_win.o.tmp sanitizer_win.o.tmp tsan_clock.o.tmp tsan_debugging.o.tmp tsan_external.o.tmp tsan_fd.o.tmp tsan_flags.o.tmp tsan_ignoreset.o.tmp tsan_interceptors.o.tmp tsan_interceptors_mac.o.tmp tsan_interface_ann.o.tmp tsan_interface_atomic.o.tmp tsan_interface.o.tmp tsan_interface_java.o.tmp tsan_libdispatch_mac.o.tmp tsan_malloc_mac.o.tmp tsan_md5.o.tmp tsan_mman.o.tmp tsan_mutex.o.tmp tsan_mutexset.o.tmp tsan_new_delete.o.tmp tsan_platform_linux.o.tmp tsan_platform_mac.o.tmp tsan_platform_posix.o.tmp tsan_platform_windows.o.tmp tsan_report.o.tmp tsan_rtl.o.tmp tsan_rtl_mutex.o.tmp tsan_rtl_proc.o.tmp tsan_rtl_report.o.tmp tsan_rtl_thread.o.tmp tsan_stack_trace.o.tmp tsan_stat.o.tmp tsan_suppressions.o.tmp tsan_symbolize.o.tmp tsan_sync.o.tmp tsan_rtl_amd64.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libtsan && rm -f libtsan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po tsan_clock.po tsan_debugging.po tsan_external.po tsan_fd.po tsan_flags.po tsan_ignoreset.po tsan_interceptors.po tsan_interceptors_mac.po tsan_interface_ann.po tsan_interface_atomic.po tsan_interface.po tsan_interface_java.po tsan_libdispatch_mac.po tsan_malloc_mac.po tsan_md5.po tsan_mman.po tsan_mutex.po tsan_mutexset.po tsan_new_delete.po tsan_platform_linux.po tsan_platform_mac.po tsan_platform_posix.po tsan_platform_windows.po tsan_report.po tsan_rtl.po tsan_rtl_mutex.po tsan_rtl_proc.po tsan_rtl_report.po tsan_rtl_thread.po tsan_stack_trace.po tsan_stat.po tsan_suppressions.po tsan_symbolize.po tsan_sync.po tsan_rtl_amd64.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp tsan_clock.po.tmp tsan_debugging.po.tmp tsan_external.po.tmp tsan_fd.po.tmp tsan_flags.po.tmp tsan_ignoreset.po.tmp tsan_interceptors.po.tmp tsan_interceptors_mac.po.tmp tsan_interface_ann.po.tmp tsan_interface_atomic.po.tmp tsan_interface.po.tmp tsan_interface_java.po.tmp tsan_libdispatch_mac.po.tmp tsan_malloc_mac.po.tmp tsan_md5.po.tmp tsan_mman.po.tmp tsan_mutex.po.tmp tsan_mutexset.po.tmp tsan_new_delete.po.tmp tsan_platform_linux.po.tmp tsan_platform_mac.po.tmp tsan_platform_posix.po.tmp tsan_platform_windows.po.tmp tsan_report.po.tmp tsan_rtl.po.tmp tsan_rtl_mutex.po.tmp tsan_rtl_proc.po.tmp tsan_rtl_report.po.tmp tsan_rtl_thread.po.tmp tsan_stack_trace.po.tmp tsan_stat.po.tmp tsan_suppressions.po.tmp tsan_symbolize.po.tmp tsan_sync.po.tmp tsan_rtl_amd64.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libtsan && rm -f libtsan_p.a interception_linux.po interception_mac.po interception_type_test.po interception_win.po sancov_flags.po sanitizer_allocator.po sanitizer_allocator_checks.po sanitizer_allocator_report.po sanitizer_common.po sanitizer_common_libcdep.po sanitizer_coverage_libcdep_new.po sanitizer_deadlock_detector1.po sanitizer_deadlock_detector2.po sanitizer_errno.po sanitizer_file.po sanitizer_flag_parser.po sanitizer_flags.po sanitizer_libc.po sanitizer_libignore.po sanitizer_linux.po sanitizer_linux_libcdep.po sanitizer_linux_s390.po sanitizer_mac.po sanitizer_netbsd.po sanitizer_openbsd.po sanitizer_persistent_allocator.po sanitizer_platform_limits_linux.po sanitizer_platform_limits_netbsd.po sanitizer_platform_limits_openbsd.po sanitizer_platform_limits_solaris.po sanitizer_posix.po sanitizer_posix_libcdep.po sanitizer_printf.po sanitizer_procmaps_bsd.po sanitizer_procmaps_common.po sanitizer_procmaps_linux.po sanitizer_procmaps_mac.po sanitizer_procmaps_solaris.po sanitizer_rtems.po sanitizer_solaris.po sanitizer_stackdepot.po sanitizer_stacktrace.po sanitizer_stacktrace_libcdep.po sanitizer_stacktrace_printer.po sanitizer_stacktrace_sparc.po sanitizer_stoptheworld_linux_libcdep.po sanitizer_stoptheworld_netbsd_libcdep.po sanitizer_suppressions.po sanitizer_symbolizer.po sanitizer_symbolizer_libbacktrace.po sanitizer_symbolizer_libcdep.po sanitizer_symbolizer_mac.po sanitizer_symbolizer_posix_libcdep.po sanitizer_symbolizer_report.po sanitizer_symbolizer_win.po sanitizer_termination.po sanitizer_thread_registry.po sanitizer_tls_get_addr.po sanitizer_unwind_linux_libcdep.po sanitizer_unwind_win.po sanitizer_win.po tsan_clock.po tsan_debugging.po tsan_external.po tsan_fd.po tsan_flags.po tsan_ignoreset.po tsan_interceptors.po tsan_interceptors_mac.po tsan_interface_ann.po tsan_interface_atomic.po tsan_interface.po tsan_interface_java.po tsan_libdispatch_mac.po tsan_malloc_mac.po tsan_md5.po tsan_mman.po tsan_mutex.po tsan_mutexset.po tsan_new_delete.po tsan_platform_linux.po tsan_platform_mac.po tsan_platform_posix.po tsan_platform_windows.po tsan_report.po tsan_rtl.po tsan_rtl_mutex.po tsan_rtl_proc.po tsan_rtl_report.po tsan_rtl_thread.po tsan_stack_trace.po tsan_stat.po tsan_suppressions.po tsan_symbolize.po tsan_sync.po tsan_rtl_amd64.po interception_linux.po.tmp interception_mac.po.tmp interception_type_test.po.tmp interception_win.po.tmp sancov_flags.po.tmp sanitizer_allocator.po.tmp sanitizer_allocator_checks.po.tmp sanitizer_allocator_report.po.tmp sanitizer_common.po.tmp sanitizer_common_libcdep.po.tmp sanitizer_coverage_libcdep_new.po.tmp sanitizer_deadlock_detector1.po.tmp sanitizer_deadlock_detector2.po.tmp sanitizer_errno.po.tmp sanitizer_file.po.tmp sanitizer_flag_parser.po.tmp sanitizer_flags.po.tmp sanitizer_libc.po.tmp sanitizer_libignore.po.tmp sanitizer_linux.po.tmp sanitizer_linux_libcdep.po.tmp sanitizer_linux_s390.po.tmp sanitizer_mac.po.tmp sanitizer_netbsd.po.tmp sanitizer_openbsd.po.tmp sanitizer_persistent_allocator.po.tmp sanitizer_platform_limits_linux.po.tmp sanitizer_platform_limits_netbsd.po.tmp sanitizer_platform_limits_openbsd.po.tmp sanitizer_platform_limits_solaris.po.tmp sanitizer_posix.po.tmp sanitizer_posix_libcdep.po.tmp sanitizer_printf.po.tmp sanitizer_procmaps_bsd.po.tmp sanitizer_procmaps_common.po.tmp sanitizer_procmaps_linux.po.tmp sanitizer_procmaps_mac.po.tmp sanitizer_procmaps_solaris.po.tmp sanitizer_rtems.po.tmp sanitizer_solaris.po.tmp sanitizer_stackdepot.po.tmp sanitizer_stacktrace.po.tmp sanitizer_stacktrace_libcdep.po.tmp sanitizer_stacktrace_printer.po.tmp sanitizer_stacktrace_sparc.po.tmp sanitizer_stoptheworld_linux_libcdep.po.tmp sanitizer_stoptheworld_netbsd_libcdep.po.tmp sanitizer_suppressions.po.tmp sanitizer_symbolizer.po.tmp sanitizer_symbolizer_libbacktrace.po.tmp sanitizer_symbolizer_libcdep.po.tmp sanitizer_symbolizer_mac.po.tmp sanitizer_symbolizer_posix_libcdep.po.tmp sanitizer_symbolizer_report.po.tmp sanitizer_symbolizer_win.po.tmp sanitizer_termination.po.tmp sanitizer_thread_registry.po.tmp sanitizer_tls_get_addr.po.tmp sanitizer_unwind_linux_libcdep.po.tmp sanitizer_unwind_win.po.tmp sanitizer_win.po.tmp tsan_clock.po.tmp tsan_debugging.po.tmp tsan_external.po.tmp tsan_fd.po.tmp tsan_flags.po.tmp tsan_ignoreset.po.tmp tsan_interceptors.po.tmp tsan_interceptors_mac.po.tmp tsan_interface_ann.po.tmp tsan_interface_atomic.po.tmp tsan_interface.po.tmp tsan_interface_java.po.tmp tsan_libdispatch_mac.po.tmp tsan_malloc_mac.po.tmp tsan_md5.po.tmp tsan_mman.po.tmp tsan_mutex.po.tmp tsan_mutexset.po.tmp tsan_new_delete.po.tmp tsan_platform_linux.po.tmp tsan_platform_mac.po.tmp tsan_platform_posix.po.tmp tsan_platform_windows.po.tmp tsan_report.po.tmp tsan_rtl.po.tmp tsan_rtl_mutex.po.tmp tsan_rtl_proc.po.tmp tsan_rtl_report.po.tmp tsan_rtl_thread.po.tmp tsan_stack_trace.po.tmp tsan_stat.po.tmp tsan_suppressions.po.tmp tsan_symbolize.po.tmp tsan_sync.po.tmp tsan_rtl_amd64.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libtsan && rm -f libtsan_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libtsan && rm -f libtsan_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libtsan && rm -f libtsan_pic.a libtsan.so.* libtsan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico tsan_clock.pico tsan_debugging.pico tsan_external.pico tsan_fd.pico tsan_flags.pico tsan_ignoreset.pico tsan_interceptors.pico tsan_interceptors_mac.pico tsan_interface_ann.pico tsan_interface_atomic.pico tsan_interface.pico tsan_interface_java.pico tsan_libdispatch_mac.pico tsan_malloc_mac.pico tsan_md5.pico tsan_mman.pico tsan_mutex.pico tsan_mutexset.pico tsan_new_delete.pico tsan_platform_linux.pico tsan_platform_mac.pico tsan_platform_posix.pico tsan_platform_windows.pico tsan_report.pico tsan_rtl.pico tsan_rtl_mutex.pico tsan_rtl_proc.pico tsan_rtl_report.pico tsan_rtl_thread.pico tsan_stack_trace.pico tsan_stat.pico tsan_suppressions.pico tsan_symbolize.pico tsan_sync.pico tsan_rtl_amd64.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp tsan_clock.pico.tmp tsan_debugging.pico.tmp tsan_external.pico.tmp tsan_fd.pico.tmp tsan_flags.pico.tmp tsan_ignoreset.pico.tmp tsan_interceptors.pico.tmp tsan_interceptors_mac.pico.tmp tsan_interface_ann.pico.tmp tsan_interface_atomic.pico.tmp tsan_interface.pico.tmp tsan_interface_java.pico.tmp tsan_libdispatch_mac.pico.tmp tsan_malloc_mac.pico.tmp tsan_md5.pico.tmp tsan_mman.pico.tmp tsan_mutex.pico.tmp tsan_mutexset.pico.tmp tsan_new_delete.pico.tmp tsan_platform_linux.pico.tmp tsan_platform_mac.pico.tmp tsan_platform_posix.pico.tmp tsan_platform_windows.pico.tmp tsan_report.pico.tmp tsan_rtl.pico.tmp tsan_rtl_mutex.pico.tmp tsan_rtl_proc.pico.tmp tsan_rtl_report.pico.tmp tsan_rtl_thread.pico.tmp tsan_stack_trace.pico.tmp tsan_stat.pico.tmp tsan_suppressions.pico.tmp tsan_symbolize.pico.tmp tsan_sync.pico.tmp tsan_rtl_amd64.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libtsan && rm -f libtsan_pic.a libtsan.so.* libtsan.so interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico tsan_clock.pico tsan_debugging.pico tsan_external.pico tsan_fd.pico tsan_flags.pico tsan_ignoreset.pico tsan_interceptors.pico tsan_interceptors_mac.pico tsan_interface_ann.pico tsan_interface_atomic.pico tsan_interface.pico tsan_interface_java.pico tsan_libdispatch_mac.pico tsan_malloc_mac.pico tsan_md5.pico tsan_mman.pico tsan_mutex.pico tsan_mutexset.pico tsan_new_delete.pico tsan_platform_linux.pico tsan_platform_mac.pico tsan_platform_posix.pico tsan_platform_windows.pico tsan_report.pico tsan_rtl.pico tsan_rtl_mutex.pico tsan_rtl_proc.pico tsan_rtl_report.pico tsan_rtl_thread.pico tsan_stack_trace.pico tsan_stat.pico tsan_suppressions.pico tsan_symbolize.pico tsan_sync.pico tsan_rtl_amd64.pico interception_linux.pico.tmp interception_mac.pico.tmp interception_type_test.pico.tmp interception_win.pico.tmp sancov_flags.pico.tmp sanitizer_allocator.pico.tmp sanitizer_allocator_checks.pico.tmp sanitizer_allocator_report.pico.tmp sanitizer_common.pico.tmp sanitizer_common_libcdep.pico.tmp sanitizer_coverage_libcdep_new.pico.tmp sanitizer_deadlock_detector1.pico.tmp sanitizer_deadlock_detector2.pico.tmp sanitizer_errno.pico.tmp sanitizer_file.pico.tmp sanitizer_flag_parser.pico.tmp sanitizer_flags.pico.tmp sanitizer_libc.pico.tmp sanitizer_libignore.pico.tmp sanitizer_linux.pico.tmp sanitizer_linux_libcdep.pico.tmp sanitizer_linux_s390.pico.tmp sanitizer_mac.pico.tmp sanitizer_netbsd.pico.tmp sanitizer_openbsd.pico.tmp sanitizer_persistent_allocator.pico.tmp sanitizer_platform_limits_linux.pico.tmp sanitizer_platform_limits_netbsd.pico.tmp sanitizer_platform_limits_openbsd.pico.tmp sanitizer_platform_limits_solaris.pico.tmp sanitizer_posix.pico.tmp sanitizer_posix_libcdep.pico.tmp sanitizer_printf.pico.tmp sanitizer_procmaps_bsd.pico.tmp sanitizer_procmaps_common.pico.tmp sanitizer_procmaps_linux.pico.tmp sanitizer_procmaps_mac.pico.tmp sanitizer_procmaps_solaris.pico.tmp sanitizer_rtems.pico.tmp sanitizer_solaris.pico.tmp sanitizer_stackdepot.pico.tmp sanitizer_stacktrace.pico.tmp sanitizer_stacktrace_libcdep.pico.tmp sanitizer_stacktrace_printer.pico.tmp sanitizer_stacktrace_sparc.pico.tmp sanitizer_stoptheworld_linux_libcdep.pico.tmp sanitizer_stoptheworld_netbsd_libcdep.pico.tmp sanitizer_suppressions.pico.tmp sanitizer_symbolizer.pico.tmp sanitizer_symbolizer_libbacktrace.pico.tmp sanitizer_symbolizer_libcdep.pico.tmp sanitizer_symbolizer_mac.pico.tmp sanitizer_symbolizer_posix_libcdep.pico.tmp sanitizer_symbolizer_report.pico.tmp sanitizer_symbolizer_win.pico.tmp sanitizer_termination.pico.tmp sanitizer_thread_registry.pico.tmp sanitizer_tls_get_addr.pico.tmp sanitizer_unwind_linux_libcdep.pico.tmp sanitizer_unwind_win.pico.tmp sanitizer_win.pico.tmp tsan_clock.pico.tmp tsan_debugging.pico.tmp tsan_external.pico.tmp tsan_fd.pico.tmp tsan_flags.pico.tmp tsan_ignoreset.pico.tmp tsan_interceptors.pico.tmp tsan_interceptors_mac.pico.tmp tsan_interface_ann.pico.tmp tsan_interface_atomic.pico.tmp tsan_interface.pico.tmp tsan_interface_java.pico.tmp tsan_libdispatch_mac.pico.tmp tsan_malloc_mac.pico.tmp tsan_md5.pico.tmp tsan_mman.pico.tmp tsan_mutex.pico.tmp tsan_mutexset.pico.tmp tsan_new_delete.pico.tmp tsan_platform_linux.pico.tmp tsan_platform_mac.pico.tmp tsan_platform_posix.pico.tmp tsan_platform_windows.pico.tmp tsan_report.pico.tmp tsan_rtl.pico.tmp tsan_rtl_mutex.pico.tmp tsan_rtl_proc.pico.tmp tsan_rtl_report.pico.tmp tsan_rtl_thread.pico.tmp tsan_stack_trace.pico.tmp tsan_stat.pico.tmp tsan_suppressions.pico.tmp tsan_symbolize.pico.tmp tsan_sync.pico.tmp tsan_rtl_amd64.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f libbind9.a check.o getaddresses.o check.o.tmp getaddresses.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f libbind9.a check.o getaddresses.o check.o.tmp getaddresses.o.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libtsan && rm -f llib-ltsan.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f libbind9_p.a check.po getaddresses.po check.po.tmp getaddresses.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libtsan && rm -f llib-ltsan.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f libbind9_p.a check.po getaddresses.po check.po.tmp getaddresses.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libtsan && rm -f libtsan.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f libbind9_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libtsan && rm -f libtsan.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f libbind9_g.a || true) --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f libbind9_pic.a libbind9.so.* libbind9.so check.pico getaddresses.pico check.pico.tmp getaddresses.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/lib/libtsan && rm -f .depend interception_linux.d interception_mac.d interception_type_test.d interception_win.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d tsan_clock.d tsan_debugging.d tsan_external.d tsan_fd.d tsan_flags.d tsan_ignoreset.d tsan_interceptors.d tsan_interceptors_mac.d tsan_interface.d tsan_interface_ann.d tsan_interface_atomic.d tsan_interface_java.d tsan_libdispatch_mac.d tsan_malloc_mac.d tsan_md5.d tsan_mman.d tsan_mutex.d tsan_mutexset.d tsan_new_delete.d tsan_platform_linux.d tsan_platform_mac.d tsan_platform_posix.d tsan_platform_windows.d tsan_report.d tsan_rtl.d tsan_rtl_amd64.d tsan_rtl_mutex.d tsan_rtl_proc.d tsan_rtl_report.d tsan_rtl_thread.d tsan_stack_trace.d tsan_stat.d tsan_suppressions.d tsan_symbolize.d tsan_sync.d interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp tsan_clock.d.tmp tsan_debugging.d.tmp tsan_external.d.tmp tsan_fd.d.tmp tsan_flags.d.tmp tsan_ignoreset.d.tmp tsan_interceptors.d.tmp tsan_interceptors_mac.d.tmp tsan_interface.d.tmp tsan_interface_ann.d.tmp tsan_interface_atomic.d.tmp tsan_interface_java.d.tmp tsan_libdispatch_mac.d.tmp tsan_malloc_mac.d.tmp tsan_md5.d.tmp tsan_mman.d.tmp tsan_mutex.d.tmp tsan_mutexset.d.tmp tsan_new_delete.d.tmp tsan_platform_linux.d.tmp tsan_platform_mac.d.tmp tsan_platform_posix.d.tmp tsan_platform_windows.d.tmp tsan_report.d.tmp tsan_rtl.d.tmp tsan_rtl_amd64.d.tmp tsan_rtl_mutex.d.tmp tsan_rtl_proc.d.tmp tsan_rtl_report.d.tmp tsan_rtl_thread.d.tmp tsan_stack_trace.d.tmp tsan_stat.d.tmp tsan_suppressions.d.tmp tsan_symbolize.d.tmp tsan_sync.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f libbind9_pic.a libbind9.so.* libbind9.so check.pico getaddresses.pico check.pico.tmp getaddresses.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/lib/libtsan && rm -f .depend interception_linux.d interception_mac.d interception_type_test.d interception_win.d sancov_flags.d sanitizer_allocator.d sanitizer_allocator_checks.d sanitizer_allocator_report.d sanitizer_common.d sanitizer_common_libcdep.d sanitizer_coverage_libcdep_new.d sanitizer_deadlock_detector1.d sanitizer_deadlock_detector2.d sanitizer_errno.d sanitizer_file.d sanitizer_flag_parser.d sanitizer_flags.d sanitizer_libc.d sanitizer_libignore.d sanitizer_linux.d sanitizer_linux_libcdep.d sanitizer_linux_s390.d sanitizer_mac.d sanitizer_netbsd.d sanitizer_openbsd.d sanitizer_persistent_allocator.d sanitizer_platform_limits_linux.d sanitizer_platform_limits_netbsd.d sanitizer_platform_limits_openbsd.d sanitizer_platform_limits_solaris.d sanitizer_posix.d sanitizer_posix_libcdep.d sanitizer_printf.d sanitizer_procmaps_bsd.d sanitizer_procmaps_common.d sanitizer_procmaps_linux.d sanitizer_procmaps_mac.d sanitizer_procmaps_solaris.d sanitizer_rtems.d sanitizer_solaris.d sanitizer_stackdepot.d sanitizer_stacktrace.d sanitizer_stacktrace_libcdep.d sanitizer_stacktrace_printer.d sanitizer_stacktrace_sparc.d sanitizer_stoptheworld_linux_libcdep.d sanitizer_stoptheworld_netbsd_libcdep.d sanitizer_suppressions.d sanitizer_symbolizer.d sanitizer_symbolizer_libbacktrace.d sanitizer_symbolizer_libcdep.d sanitizer_symbolizer_mac.d sanitizer_symbolizer_posix_libcdep.d sanitizer_symbolizer_report.d sanitizer_symbolizer_win.d sanitizer_termination.d sanitizer_thread_registry.d sanitizer_tls_get_addr.d sanitizer_unwind_linux_libcdep.d sanitizer_unwind_win.d sanitizer_win.d tsan_clock.d tsan_debugging.d tsan_external.d tsan_fd.d tsan_flags.d tsan_ignoreset.d tsan_interceptors.d tsan_interceptors_mac.d tsan_interface.d tsan_interface_ann.d tsan_interface_atomic.d tsan_interface_java.d tsan_libdispatch_mac.d tsan_malloc_mac.d tsan_md5.d tsan_mman.d tsan_mutex.d tsan_mutexset.d tsan_new_delete.d tsan_platform_linux.d tsan_platform_mac.d tsan_platform_posix.d tsan_platform_windows.d tsan_report.d tsan_rtl.d tsan_rtl_amd64.d tsan_rtl_mutex.d tsan_rtl_proc.d tsan_rtl_report.d tsan_rtl_thread.d tsan_stack_trace.d tsan_stat.d tsan_suppressions.d tsan_symbolize.d tsan_sync.d interception_linux.d.tmp interception_mac.d.tmp interception_type_test.d.tmp interception_win.d.tmp sancov_flags.d.tmp sanitizer_allocator.d.tmp sanitizer_allocator_checks.d.tmp sanitizer_allocator_report.d.tmp sanitizer_common.d.tmp sanitizer_common_libcdep.d.tmp sanitizer_coverage_libcdep_new.d.tmp sanitizer_deadlock_detector1.d.tmp sanitizer_deadlock_detector2.d.tmp sanitizer_errno.d.tmp sanitizer_file.d.tmp sanitizer_flag_parser.d.tmp sanitizer_flags.d.tmp sanitizer_libc.d.tmp sanitizer_libignore.d.tmp sanitizer_linux.d.tmp sanitizer_linux_libcdep.d.tmp sanitizer_linux_s390.d.tmp sanitizer_mac.d.tmp sanitizer_netbsd.d.tmp sanitizer_openbsd.d.tmp sanitizer_persistent_allocator.d.tmp sanitizer_platform_limits_linux.d.tmp sanitizer_platform_limits_netbsd.d.tmp sanitizer_platform_limits_openbsd.d.tmp sanitizer_platform_limits_solaris.d.tmp sanitizer_posix.d.tmp sanitizer_posix_libcdep.d.tmp sanitizer_printf.d.tmp sanitizer_procmaps_bsd.d.tmp sanitizer_procmaps_common.d.tmp sanitizer_procmaps_linux.d.tmp sanitizer_procmaps_mac.d.tmp sanitizer_procmaps_solaris.d.tmp sanitizer_rtems.d.tmp sanitizer_solaris.d.tmp sanitizer_stackdepot.d.tmp sanitizer_stacktrace.d.tmp sanitizer_stacktrace_libcdep.d.tmp sanitizer_stacktrace_printer.d.tmp sanitizer_stacktrace_sparc.d.tmp sanitizer_stoptheworld_linux_libcdep.d.tmp sanitizer_stoptheworld_netbsd_libcdep.d.tmp sanitizer_suppressions.d.tmp sanitizer_symbolizer.d.tmp sanitizer_symbolizer_libbacktrace.d.tmp sanitizer_symbolizer_libcdep.d.tmp sanitizer_symbolizer_mac.d.tmp sanitizer_symbolizer_posix_libcdep.d.tmp sanitizer_symbolizer_report.d.tmp sanitizer_symbolizer_win.d.tmp sanitizer_termination.d.tmp sanitizer_thread_registry.d.tmp sanitizer_tls_get_addr.d.tmp sanitizer_unwind_linux_libcdep.d.tmp sanitizer_unwind_win.d.tmp sanitizer_win.d.tmp tsan_clock.d.tmp tsan_debugging.d.tmp tsan_external.d.tmp tsan_fd.d.tmp tsan_flags.d.tmp tsan_ignoreset.d.tmp tsan_interceptors.d.tmp tsan_interceptors_mac.d.tmp tsan_interface.d.tmp tsan_interface_ann.d.tmp tsan_interface_atomic.d.tmp tsan_interface_java.d.tmp tsan_libdispatch_mac.d.tmp tsan_malloc_mac.d.tmp tsan_md5.d.tmp tsan_mman.d.tmp tsan_mutex.d.tmp tsan_mutexset.d.tmp tsan_new_delete.d.tmp tsan_platform_linux.d.tmp tsan_platform_mac.d.tmp tsan_platform_posix.d.tmp tsan_platform_windows.d.tmp tsan_report.d.tmp tsan_rtl.d.tmp tsan_rtl_amd64.d.tmp tsan_rtl_mutex.d.tmp tsan_rtl_proc.d.tmp tsan_rtl_report.d.tmp tsan_rtl_thread.d.tmp tsan_stack_trace.d.tmp tsan_stat.d.tmp tsan_suppressions.d.tmp tsan_symbolize.d.tmp tsan_sync.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f llib-lbind9.ln check.ln getaddresses.ln || true) --- cleandir-external --- --- cleandir-usr.bin --- cleandir ===> external/gpl3/gcc/usr.bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f llib-lbind9.ln check.ln getaddresses.ln || true) --- __doclean --- --- cleandir-external --- --- cleandir-host-libiberty --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f libbind9.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/host-libiberty --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f libbind9.so.21.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f .depend check.d getaddresses.d check.d.tmp getaddresses.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f .depend check.d getaddresses.d check.d.tmp getaddresses.d.tmp tags || true) --- cleandir-libirs --- cleandir ===> lib/../external/mpl/bind/lib/libirs --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/host-libiberty && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/host-libiberty && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/host-libiberty && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/host-libiberty && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h || true) --- cleandir --- rm -rf libiberty --- cleandir-host-libcpp --- cleandir ===> external/gpl3/gcc/usr.bin/host-libcpp --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/host-libcpp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f libirs.a resconf.o resconf.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f libirs.a resconf.o resconf.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/host-libcpp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f libirs_p.a resconf.po resconf.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/host-libcpp && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f libirs_p.a resconf.po resconf.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/host-libcpp && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h || true) --- cleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- rm -rf libcpp --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f libirs_g.a || true) --- cleandir-external --- --- cleandir-backend --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f libirs_g.a || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/backend --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f libirs_pic.a libirs.so.* libirs.so resconf.pico resconf.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f libirs_pic.a libirs.so.* libirs.so resconf.pico resconf.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f llib-lirs.ln resconf.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f llib-lirs.ln resconf.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f libirs.so.21.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f libirs.so.21.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f .depend resconf.d resconf.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f .depend resconf.d resconf.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- cleandir-libns --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/backend && rm -f libbackend.a gimple-match.o generic-match.o insn-attrtab.o insn-automata.o insn-dfatab.o insn-emit.o insn-extract.o insn-latencytab.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o auto-profile.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o ccmp.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o symtab.o cgraph.o cgraphbuild.o cgraphunit.o cgraphclones.o combine.o combine-stack-adj.o compare-elim.o context.o convert.o coroutine-passes.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o digraph.o dojump.o dominance.o domwalk.o double-int.o dse.o dumpfile.o dwarf2asm.o dwarf2cfi.o dwarf2out.o early-remat.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fixed-value.o fold-const.o fold-const-call.o function.o function-abi.o function-tests.o fwprop.o gcc-rich-location.o gcse.o gcse-common.o ggc-common.o ggc-tests.o gimple.o gimple-builder.o gimple-expr.o gimple-iterator.o gimple-fold.o gimple-laddress.o gimple-loop-interchange.o gimple-loop-jam.o gimple-loop-versioning.o gimple-low.o gimple-pretty-print.o gimple-ssa-backprop.o gimple-ssa-evrp.o gimple-ssa-evrp-analyze.o gimple-ssa-isolate-paths.o gimple-ssa-nonnull-compare.o gimple-ssa-split-paths.o gimple-ssa-store-merging.o gimple-ssa-strength-reduction.o gimple-ssa-sprintf.o gimple-ssa-warn-alloca.o gimple-ssa-warn-restrict.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimplify.o gimplify-me.o godump.o graph.o graphds.o graphviz.o graphite.o graphite-isl-ast-to-gimple.o graphite-dependences.o graphite-optimize-isl.o graphite-poly.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hash-map-tests.o hash-set-tests.o hsa-common.o hsa-gen.o hsa-regalloc.o hsa-brig.o hsa-dump.o hw-doloop.o hwint.o ifcvt.o ree.o inchash.o incpath.o init-regs.o internal-fn.o ipa-cp.o ipa-sra.o ipa-devirt.o ipa-fnsummary.o ipa-polymorphic-call.o ipa-split.o ipa-inline.o ipa-comdats.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-predicate.o ipa-profile.o ipa-prop.o ipa-param-manipulation.o ipa-pure-const.o ipa-icf.o ipa-icf-gimple.o ipa-reference.o ipa-hsa.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o lower-subreg.o lra.o lra-assigns.o lra-coalesce.o lra-constraints.o lra-eliminations.o lra-lives.o lra-remat.o lra-spills.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-opts.o lto-compress.o mcf.o mode-switching.o modulo-sched.o multiple_target.o omp-offload.o omp-expand.o omp-general.o omp-grid.o omp-low.o omp-simd-clone.o opt-problem.o optabs.o optabs-libfuncs.o optabs-query.o optabs-tree.o optinfo.o optinfo-emit-json.o options-save.o opts-global.o ordered-hash-map-tests.o passes.o plugin.o postreload-gcse.o postreload.o predict.o print-rtl.o print-rtl-function.o print-tree.o profile.o profile-count.o range.o range-op.o read-md.o read-rtl.o read-rtl-function.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regrename.o regstat.o regsub.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-tests.o rtl.o rtlhash.o rtlanal.o rtlhooks.o rtx-vector-builder.o run-rtl-passes.o sched-deps.o sched-ebb.o sched-rgn.o sel-sched-ir.o sel-sched-dump.o sel-sched.o selftest-rtl.o selftest-run-tests.o sese.o shrink-wrap.o simplify-rtx.o sparseset.o spellcheck.o spellcheck-tree.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o substring-locations.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o asan.o tsan.o ubsan.o sanopt.o sancov.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-diagnostic-path.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nrv.o tree-object-size.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-split.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-scopedtables.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadbackward.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vector-builder.o tree-vrp.o tree.o tristate.o typed-splay-tree.o unique-ptr-tests.o valtrack.o value-range.o value-prof.o var-tracking.o varasm.o varpool.o vec-perm-indices.o vmsdbgout.o vr-values.o vtable-verify.o web.o wide-int.o wide-int-print.o xcoffout.o i386.o analysis-plan.o analyzer.o analyzer-logging.o analyzer-pass.o analyzer-selftests.o bar-chart.o call-string.o checker-path.o constraint-manager.o diagnostic-manager.o engine.o function-set.o pending-diagnostic.o program-point.o program-state.o region-model.o sm.o sm-file.o sm-malloc.o sm-pattern-test.o sm-sensitive.o sm-signal.o sm-taint.o state-purge.o supergraph.o x86-tune-sched.o x86-tune-sched-bd.o x86-tune-sched-atom.o x86-tune-sched-core.o i386-options.o i386-builtins.o i386-expand.o i386-features.o netbsd.o host-netbsd.o i386.o regsub.o gimple-match.o.tmp generic-match.o.tmp insn-attrtab.o.tmp insn-automata.o.tmp insn-dfatab.o.tmp insn-emit.o.tmp insn-extract.o.tmp insn-latencytab.o.tmp insn-modes.o.tmp insn-opinit.o.tmp insn-output.o.tmp insn-peep.o.tmp insn-preds.o.tmp insn-recog.o.tmp insn-enums.o.tmp ggc-page.o.tmp alias.o.tmp alloc-pool.o.tmp auto-inc-dec.o.tmp auto-profile.o.tmp bb-reorder.o.tmp bitmap.o.tmp builtins.o.tmp caller-save.o.tmp calls.o.tmp ccmp.o.tmp cfg.o.tmp cfganal.o.tmp cfgbuild.o.tmp cfgcleanup.o.tmp cfgexpand.o.tmp cfghooks.o.tmp cfgloop.o.tmp cfgloopanal.o.tmp cfgloopmanip.o.tmp cfgrtl.o.tmp symtab.o.tmp cgraph.o.tmp cgraphbuild.o.tmp cgraphunit.o.tmp cgraphclones.o.tmp combine.o.tmp combine-stack-adj.o.tmp compare-elim.o.tmp context.o.tmp convert.o.tmp coroutine-passes.o.tmp coverage.o.tmp cppbuiltin.o.tmp cppdefault.o.tmp cprop.o.tmp cse.o.tmp cselib.o.tmp data-streamer.o.tmp data-streamer-in.o.tmp data-streamer-out.o.tmp dbxout.o.tmp dbgcnt.o.tmp dce.o.tmp ddg.o.tmp debug.o.tmp df-core.o.tmp df-problems.o.tmp df-scan.o.tmp dfp.o.tmp digraph.o.tmp dojump.o.tmp dominance.o.tmp domwalk.o.tmp double-int.o.tmp dse.o.tmp dumpfile.o.tmp dwarf2asm.o.tmp dwarf2cfi.o.tmp dwarf2out.o.tmp early-remat.o.tmp emit-rtl.o.tmp et-forest.o.tmp except.o.tmp explow.o.tmp expmed.o.tmp expr.o.tmp fibonacci_heap.o.tmp file-prefix-map.o.tmp final.o.tmp fixed-value.o.tmp fold-const.o.tmp fold-const-call.o.tmp function.o.tmp function-abi.o.tmp function-tests.o.tmp fwprop.o.tmp gcc-rich-location.o.tmp gcse.o.tmp gcse-common.o.tmp ggc-common.o.tmp ggc-tests.o.tmp gimple.o.tmp gimple-builder.o.tmp gimple-expr.o.tmp gimple-iterator.o.tmp gimple-fold.o.tmp gimple-laddress.o.tmp gimple-loop-interchange.o.tmp gimple-loop-jam.o.tmp gimple-loop-versioning.o.tmp gimple-low.o.tmp gimple-pretty-print.o.tmp gimple-ssa-backprop.o.tmp gimple-ssa-evrp.o.tmp gimple-ssa-evrp-analyze.o.tmp gimple-ssa-isolate-paths.o.tmp gimple-ssa-nonnull-compare.o.tmp gimple-ssa-split-paths.o.tmp gimple-ssa-store-merging.o.tmp gimple-ssa-strength-reduction.o.tmp gimple-ssa-sprintf.o.tmp gimple-ssa-warn-alloca.o.tmp gimple-ssa-warn-restrict.o.tmp gimple-streamer-in.o.tmp gimple-streamer-out.o.tmp gimple-walk.o.tmp gimplify.o.tmp gimplify-me.o.tmp godump.o.tmp graph.o.tmp graphds.o.tmp graphviz.o.tmp graphite.o.tmp graphite-isl-ast-to-gimple.o.tmp graphite-dependences.o.tmp graphite-optimize-isl.o.tmp graphite-poly.o.tmp graphite-scop-detection.o.tmp graphite-sese-to-poly.o.tmp gtype-desc.o.tmp haifa-sched.o.tmp hash-map-tests.o.tmp hash-set-tests.o.tmp hsa-common.o.tmp hsa-gen.o.tmp hsa-regalloc.o.tmp hsa-brig.o.tmp hsa-dump.o.tmp hw-doloop.o.tmp hwint.o.tmp ifcvt.o.tmp ree.o.tmp inchash.o.tmp incpath.o.tmp init-regs.o.tmp internal-fn.o.tmp ipa-cp.o.tmp ipa-sra.o.tmp ipa-devirt.o.tmp ipa-fnsummary.o.tmp ipa-polymorphic-call.o.tmp ipa-split.o.tmp ipa-inline.o.tmp ipa-comdats.o.tmp ipa-visibility.o.tmp ipa-inline-analysis.o.tmp ipa-inline-transform.o.tmp ipa-predicate.o.tmp ipa-profile.o.tmp ipa-prop.o.tmp ipa-param-manipulation.o.tmp ipa-pure-const.o.tmp ipa-icf.o.tmp ipa-icf-gimple.o.tmp ipa-reference.o.tmp ipa-hsa.o.tmp ipa-ref.o.tmp ipa-utils.o.tmp ipa.o.tmp ira.o.tmp ira-build.o.tmp ira-costs.o.tmp ira-conflicts.o.tmp ira-color.o.tmp ira-emit.o.tmp ira-lives.o.tmp jump.o.tmp langhooks.o.tmp lcm.o.tmp lists.o.tmp loop-doloop.o.tmp loop-init.o.tmp loop-invariant.o.tmp loop-iv.o.tmp loop-unroll.o.tmp lower-subreg.o.tmp lra.o.tmp lra-assigns.o.tmp lra-coalesce.o.tmp lra-constraints.o.tmp lra-eliminations.o.tmp lra-lives.o.tmp lra-remat.o.tmp lra-spills.o.tmp lto-cgraph.o.tmp lto-streamer.o.tmp lto-streamer-in.o.tmp lto-streamer-out.o.tmp lto-section-in.o.tmp lto-section-out.o.tmp lto-opts.o.tmp lto-compress.o.tmp mcf.o.tmp mode-switching.o.tmp modulo-sched.o.tmp multiple_target.o.tmp omp-offload.o.tmp omp-expand.o.tmp omp-general.o.tmp omp-grid.o.tmp omp-low.o.tmp omp-simd-clone.o.tmp opt-problem.o.tmp optabs.o.tmp optabs-libfuncs.o.tmp optabs-query.o.tmp optabs-tree.o.tmp optinfo.o.tmp optinfo-emit-json.o.tmp options-save.o.tmp opts-global.o.tmp ordered-hash-map-tests.o.tmp passes.o.tmp plugin.o.tmp postreload-gcse.o.tmp postreload.o.tmp predict.o.tmp print-rtl.o.tmp print-rtl-function.o.tmp print-tree.o.tmp profile.o.tmp profile-count.o.tmp range.o.tmp range-op.o.tmp read-md.o.tmp read-rtl.o.tmp read-rtl-function.o.tmp real.o.tmp realmpfr.o.tmp recog.o.tmp reg-stack.o.tmp regcprop.o.tmp reginfo.o.tmp regrename.o.tmp regstat.o.tmp regsub.o.tmp reload.o.tmp reload1.o.tmp reorg.o.tmp resource.o.tmp rtl-error.o.tmp rtl-tests.o.tmp rtl.o.tmp rtlhash.o.tmp rtlanal.o.tmp rtlhooks.o.tmp rtx-vector-builder.o.tmp run-rtl-passes.o.tmp sched-deps.o.tmp sched-ebb.o.tmp sched-rgn.o.tmp sel-sched-ir.o.tmp sel-sched-dump.o.tmp sel-sched.o.tmp selftest-rtl.o.tmp selftest-run-tests.o.tmp sese.o.tmp shrink-wrap.o.tmp simplify-rtx.o.tmp sparseset.o.tmp spellcheck.o.tmp spellcheck-tree.o.tmp sreal.o.tmp stack-ptr-mod.o.tmp statistics.o.tmp stmt.o.tmp stor-layout.o.tmp store-motion.o.tmp streamer-hooks.o.tmp stringpool.o.tmp substring-locations.o.tmp target-globals.o.tmp targhooks.o.tmp timevar.o.tmp toplev.o.tmp tracer.o.tmp trans-mem.o.tmp tree-affine.o.tmp asan.o.tmp tsan.o.tmp ubsan.o.tmp sanopt.o.tmp sancov.o.tmp tree-call-cdce.o.tmp tree-cfg.o.tmp tree-cfgcleanup.o.tmp tree-chrec.o.tmp tree-complex.o.tmp tree-data-ref.o.tmp tree-dfa.o.tmp tree-diagnostic.o.tmp tree-diagnostic-path.o.tmp tree-dump.o.tmp tree-eh.o.tmp tree-emutls.o.tmp tree-if-conv.o.tmp tree-inline.o.tmp tree-into-ssa.o.tmp tree-iterator.o.tmp tree-loop-distribution.o.tmp tree-nested.o.tmp tree-nrv.o.tmp tree-object-size.o.tmp tree-outof-ssa.o.tmp tree-parloops.o.tmp tree-phinodes.o.tmp tree-predcom.o.tmp tree-pretty-print.o.tmp tree-profile.o.tmp tree-scalar-evolution.o.tmp tree-sra.o.tmp tree-switch-conversion.o.tmp tree-ssa-address.o.tmp tree-ssa-alias.o.tmp tree-ssa-ccp.o.tmp tree-ssa-coalesce.o.tmp tree-ssa-copy.o.tmp tree-ssa-dce.o.tmp tree-ssa-dom.o.tmp tree-ssa-dse.o.tmp tree-ssa-forwprop.o.tmp tree-ssa-ifcombine.o.tmp tree-ssa-live.o.tmp tree-ssa-loop-ch.o.tmp tree-ssa-loop-im.o.tmp tree-ssa-loop-ivcanon.o.tmp tree-ssa-loop-ivopts.o.tmp tree-ssa-loop-manip.o.tmp tree-ssa-loop-niter.o.tmp tree-ssa-loop-prefetch.o.tmp tree-ssa-loop-split.o.tmp tree-ssa-loop-unswitch.o.tmp tree-ssa-loop.o.tmp tree-ssa-math-opts.o.tmp tree-ssa-operands.o.tmp tree-ssa-phiopt.o.tmp tree-ssa-phiprop.o.tmp tree-ssa-pre.o.tmp tree-ssa-propagate.o.tmp tree-ssa-reassoc.o.tmp tree-ssa-sccvn.o.tmp tree-ssa-scopedtables.o.tmp tree-ssa-sink.o.tmp tree-ssa-strlen.o.tmp tree-ssa-structalias.o.tmp tree-ssa-tail-merge.o.tmp tree-ssa-ter.o.tmp tree-ssa-threadbackward.o.tmp tree-ssa-threadedge.o.tmp tree-ssa-threadupdate.o.tmp tree-ssa-uncprop.o.tmp tree-ssa-uninit.o.tmp tree-ssa.o.tmp tree-ssanames.o.tmp tree-stdarg.o.tmp tree-streamer.o.tmp tree-streamer-in.o.tmp tree-streamer-out.o.tmp tree-tailcall.o.tmp tree-vect-generic.o.tmp tree-vect-patterns.o.tmp tree-vect-data-refs.o.tmp tree-vect-stmts.o.tmp tree-vect-loop.o.tmp tree-vect-loop-manip.o.tmp tree-vect-slp.o.tmp tree-vectorizer.o.tmp tree-vector-builder.o.tmp tree-vrp.o.tmp tree.o.tmp tristate.o.tmp typed-splay-tree.o.tmp unique-ptr-tests.o.tmp valtrack.o.tmp value-range.o.tmp value-prof.o.tmp var-tracking.o.tmp varasm.o.tmp varpool.o.tmp vec-perm-indices.o.tmp vmsdbgout.o.tmp vr-values.o.tmp vtable-verify.o.tmp web.o.tmp wide-int.o.tmp wide-int-print.o.tmp xcoffout.o.tmp i386.o.tmp analysis-plan.o.tmp analyzer.o.tmp analyzer-logging.o.tmp analyzer-pass.o.tmp analyzer-selftests.o.tmp bar-chart.o.tmp call-string.o.tmp checker-path.o.tmp constraint-manager.o.tmp diagnostic-manager.o.tmp engine.o.tmp function-set.o.tmp pending-diagnostic.o.tmp program-point.o.tmp program-state.o.tmp region-model.o.tmp sm.o.tmp sm-file.o.tmp sm-malloc.o.tmp sm-pattern-test.o.tmp sm-sensitive.o.tmp sm-signal.o.tmp sm-taint.o.tmp state-purge.o.tmp supergraph.o.tmp x86-tune-sched.o.tmp x86-tune-sched-bd.o.tmp x86-tune-sched-atom.o.tmp x86-tune-sched-core.o.tmp i386-options.o.tmp i386-builtins.o.tmp i386-expand.o.tmp i386-features.o.tmp netbsd.o.tmp host-netbsd.o.tmp i386.o.tmp regsub.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../external/mpl/bind/lib/libns --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/backend && rm -f libbackend.a gimple-match.o generic-match.o insn-attrtab.o insn-automata.o insn-dfatab.o insn-emit.o insn-extract.o insn-latencytab.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o auto-profile.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o ccmp.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o symtab.o cgraph.o cgraphbuild.o cgraphunit.o cgraphclones.o combine.o combine-stack-adj.o compare-elim.o context.o convert.o coroutine-passes.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o digraph.o dojump.o dominance.o domwalk.o double-int.o dse.o dumpfile.o dwarf2asm.o dwarf2cfi.o dwarf2out.o early-remat.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fixed-value.o fold-const.o fold-const-call.o function.o function-abi.o function-tests.o fwprop.o gcc-rich-location.o gcse.o gcse-common.o ggc-common.o ggc-tests.o gimple.o gimple-builder.o gimple-expr.o gimple-iterator.o gimple-fold.o gimple-laddress.o gimple-loop-interchange.o gimple-loop-jam.o gimple-loop-versioning.o gimple-low.o gimple-pretty-print.o gimple-ssa-backprop.o gimple-ssa-evrp.o gimple-ssa-evrp-analyze.o gimple-ssa-isolate-paths.o gimple-ssa-nonnull-compare.o gimple-ssa-split-paths.o gimple-ssa-store-merging.o gimple-ssa-strength-reduction.o gimple-ssa-sprintf.o gimple-ssa-warn-alloca.o gimple-ssa-warn-restrict.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimplify.o gimplify-me.o godump.o graph.o graphds.o graphviz.o graphite.o graphite-isl-ast-to-gimple.o graphite-dependences.o graphite-optimize-isl.o graphite-poly.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hash-map-tests.o hash-set-tests.o hsa-common.o hsa-gen.o hsa-regalloc.o hsa-brig.o hsa-dump.o hw-doloop.o hwint.o ifcvt.o ree.o inchash.o incpath.o init-regs.o internal-fn.o ipa-cp.o ipa-sra.o ipa-devirt.o ipa-fnsummary.o ipa-polymorphic-call.o ipa-split.o ipa-inline.o ipa-comdats.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-predicate.o ipa-profile.o ipa-prop.o ipa-param-manipulation.o ipa-pure-const.o ipa-icf.o ipa-icf-gimple.o ipa-reference.o ipa-hsa.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o lower-subreg.o lra.o lra-assigns.o lra-coalesce.o lra-constraints.o lra-eliminations.o lra-lives.o lra-remat.o lra-spills.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-opts.o lto-compress.o mcf.o mode-switching.o modulo-sched.o multiple_target.o omp-offload.o omp-expand.o omp-general.o omp-grid.o omp-low.o omp-simd-clone.o opt-problem.o optabs.o optabs-libfuncs.o optabs-query.o optabs-tree.o optinfo.o optinfo-emit-json.o options-save.o opts-global.o ordered-hash-map-tests.o passes.o plugin.o postreload-gcse.o postreload.o predict.o print-rtl.o print-rtl-function.o print-tree.o profile.o profile-count.o range.o range-op.o read-md.o read-rtl.o read-rtl-function.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regrename.o regstat.o regsub.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-tests.o rtl.o rtlhash.o rtlanal.o rtlhooks.o rtx-vector-builder.o run-rtl-passes.o sched-deps.o sched-ebb.o sched-rgn.o sel-sched-ir.o sel-sched-dump.o sel-sched.o selftest-rtl.o selftest-run-tests.o sese.o shrink-wrap.o simplify-rtx.o sparseset.o spellcheck.o spellcheck-tree.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o substring-locations.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o asan.o tsan.o ubsan.o sanopt.o sancov.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-diagnostic-path.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nrv.o tree-object-size.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-split.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-scopedtables.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadbackward.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vector-builder.o tree-vrp.o tree.o tristate.o typed-splay-tree.o unique-ptr-tests.o valtrack.o value-range.o value-prof.o var-tracking.o varasm.o varpool.o vec-perm-indices.o vmsdbgout.o vr-values.o vtable-verify.o web.o wide-int.o wide-int-print.o xcoffout.o i386.o analysis-plan.o analyzer.o analyzer-logging.o analyzer-pass.o analyzer-selftests.o bar-chart.o call-string.o checker-path.o constraint-manager.o diagnostic-manager.o engine.o function-set.o pending-diagnostic.o program-point.o program-state.o region-model.o sm.o sm-file.o sm-malloc.o sm-pattern-test.o sm-sensitive.o sm-signal.o sm-taint.o state-purge.o supergraph.o x86-tune-sched.o x86-tune-sched-bd.o x86-tune-sched-atom.o x86-tune-sched-core.o i386-options.o i386-builtins.o i386-expand.o i386-features.o netbsd.o host-netbsd.o i386.o regsub.o gimple-match.o.tmp generic-match.o.tmp insn-attrtab.o.tmp insn-automata.o.tmp insn-dfatab.o.tmp insn-emit.o.tmp insn-extract.o.tmp insn-latencytab.o.tmp insn-modes.o.tmp insn-opinit.o.tmp insn-output.o.tmp insn-peep.o.tmp insn-preds.o.tmp insn-recog.o.tmp insn-enums.o.tmp ggc-page.o.tmp alias.o.tmp alloc-pool.o.tmp auto-inc-dec.o.tmp auto-profile.o.tmp bb-reorder.o.tmp bitmap.o.tmp builtins.o.tmp caller-save.o.tmp calls.o.tmp ccmp.o.tmp cfg.o.tmp cfganal.o.tmp cfgbuild.o.tmp cfgcleanup.o.tmp cfgexpand.o.tmp cfghooks.o.tmp cfgloop.o.tmp cfgloopanal.o.tmp cfgloopmanip.o.tmp cfgrtl.o.tmp symtab.o.tmp cgraph.o.tmp cgraphbuild.o.tmp cgraphunit.o.tmp cgraphclones.o.tmp combine.o.tmp combine-stack-adj.o.tmp compare-elim.o.tmp context.o.tmp convert.o.tmp coroutine-passes.o.tmp coverage.o.tmp cppbuiltin.o.tmp cppdefault.o.tmp cprop.o.tmp cse.o.tmp cselib.o.tmp data-streamer.o.tmp data-streamer-in.o.tmp data-streamer-out.o.tmp dbxout.o.tmp dbgcnt.o.tmp dce.o.tmp ddg.o.tmp debug.o.tmp df-core.o.tmp df-problems.o.tmp df-scan.o.tmp dfp.o.tmp digraph.o.tmp dojump.o.tmp dominance.o.tmp domwalk.o.tmp double-int.o.tmp dse.o.tmp dumpfile.o.tmp dwarf2asm.o.tmp dwarf2cfi.o.tmp dwarf2out.o.tmp early-remat.o.tmp emit-rtl.o.tmp et-forest.o.tmp except.o.tmp explow.o.tmp expmed.o.tmp expr.o.tmp fibonacci_heap.o.tmp file-prefix-map.o.tmp final.o.tmp fixed-value.o.tmp fold-const.o.tmp fold-const-call.o.tmp function.o.tmp function-abi.o.tmp function-tests.o.tmp fwprop.o.tmp gcc-rich-location.o.tmp gcse.o.tmp gcse-common.o.tmp ggc-common.o.tmp ggc-tests.o.tmp gimple.o.tmp gimple-builder.o.tmp gimple-expr.o.tmp gimple-iterator.o.tmp gimple-fold.o.tmp gimple-laddress.o.tmp gimple-loop-interchange.o.tmp gimple-loop-jam.o.tmp gimple-loop-versioning.o.tmp gimple-low.o.tmp gimple-pretty-print.o.tmp gimple-ssa-backprop.o.tmp gimple-ssa-evrp.o.tmp gimple-ssa-evrp-analyze.o.tmp gimple-ssa-isolate-paths.o.tmp gimple-ssa-nonnull-compare.o.tmp gimple-ssa-split-paths.o.tmp gimple-ssa-store-merging.o.tmp gimple-ssa-strength-reduction.o.tmp gimple-ssa-sprintf.o.tmp gimple-ssa-warn-alloca.o.tmp gimple-ssa-warn-restrict.o.tmp gimple-streamer-in.o.tmp gimple-streamer-out.o.tmp gimple-walk.o.tmp gimplify.o.tmp gimplify-me.o.tmp godump.o.tmp graph.o.tmp graphds.o.tmp graphviz.o.tmp graphite.o.tmp graphite-isl-ast-to-gimple.o.tmp graphite-dependences.o.tmp graphite-optimize-isl.o.tmp graphite-poly.o.tmp graphite-scop-detection.o.tmp graphite-sese-to-poly.o.tmp gtype-desc.o.tmp haifa-sched.o.tmp hash-map-tests.o.tmp hash-set-tests.o.tmp hsa-common.o.tmp hsa-gen.o.tmp hsa-regalloc.o.tmp hsa-brig.o.tmp hsa-dump.o.tmp hw-doloop.o.tmp hwint.o.tmp ifcvt.o.tmp ree.o.tmp inchash.o.tmp incpath.o.tmp init-regs.o.tmp internal-fn.o.tmp ipa-cp.o.tmp ipa-sra.o.tmp ipa-devirt.o.tmp ipa-fnsummary.o.tmp ipa-polymorphic-call.o.tmp ipa-split.o.tmp ipa-inline.o.tmp ipa-comdats.o.tmp ipa-visibility.o.tmp ipa-inline-analysis.o.tmp ipa-inline-transform.o.tmp ipa-predicate.o.tmp ipa-profile.o.tmp ipa-prop.o.tmp ipa-param-manipulation.o.tmp ipa-pure-const.o.tmp ipa-icf.o.tmp ipa-icf-gimple.o.tmp ipa-reference.o.tmp ipa-hsa.o.tmp ipa-ref.o.tmp ipa-utils.o.tmp ipa.o.tmp ira.o.tmp ira-build.o.tmp ira-costs.o.tmp ira-conflicts.o.tmp ira-color.o.tmp ira-emit.o.tmp ira-lives.o.tmp jump.o.tmp langhooks.o.tmp lcm.o.tmp lists.o.tmp loop-doloop.o.tmp loop-init.o.tmp loop-invariant.o.tmp loop-iv.o.tmp loop-unroll.o.tmp lower-subreg.o.tmp lra.o.tmp lra-assigns.o.tmp lra-coalesce.o.tmp lra-constraints.o.tmp lra-eliminations.o.tmp lra-lives.o.tmp lra-remat.o.tmp lra-spills.o.tmp lto-cgraph.o.tmp lto-streamer.o.tmp lto-streamer-in.o.tmp lto-streamer-out.o.tmp lto-section-in.o.tmp lto-section-out.o.tmp lto-opts.o.tmp lto-compress.o.tmp mcf.o.tmp mode-switching.o.tmp modulo-sched.o.tmp multiple_target.o.tmp omp-offload.o.tmp omp-expand.o.tmp omp-general.o.tmp omp-grid.o.tmp omp-low.o.tmp omp-simd-clone.o.tmp opt-problem.o.tmp optabs.o.tmp optabs-libfuncs.o.tmp optabs-query.o.tmp optabs-tree.o.tmp optinfo.o.tmp optinfo-emit-json.o.tmp options-save.o.tmp opts-global.o.tmp ordered-hash-map-tests.o.tmp passes.o.tmp plugin.o.tmp postreload-gcse.o.tmp postreload.o.tmp predict.o.tmp print-rtl.o.tmp print-rtl-function.o.tmp print-tree.o.tmp profile.o.tmp profile-count.o.tmp range.o.tmp range-op.o.tmp read-md.o.tmp read-rtl.o.tmp read-rtl-function.o.tmp real.o.tmp realmpfr.o.tmp recog.o.tmp reg-stack.o.tmp regcprop.o.tmp reginfo.o.tmp regrename.o.tmp regstat.o.tmp regsub.o.tmp reload.o.tmp reload1.o.tmp reorg.o.tmp resource.o.tmp rtl-error.o.tmp rtl-tests.o.tmp rtl.o.tmp rtlhash.o.tmp rtlanal.o.tmp rtlhooks.o.tmp rtx-vector-builder.o.tmp run-rtl-passes.o.tmp sched-deps.o.tmp sched-ebb.o.tmp sched-rgn.o.tmp sel-sched-ir.o.tmp sel-sched-dump.o.tmp sel-sched.o.tmp selftest-rtl.o.tmp selftest-run-tests.o.tmp sese.o.tmp shrink-wrap.o.tmp simplify-rtx.o.tmp sparseset.o.tmp spellcheck.o.tmp spellcheck-tree.o.tmp sreal.o.tmp stack-ptr-mod.o.tmp statistics.o.tmp stmt.o.tmp stor-layout.o.tmp store-motion.o.tmp streamer-hooks.o.tmp stringpool.o.tmp substring-locations.o.tmp target-globals.o.tmp targhooks.o.tmp timevar.o.tmp toplev.o.tmp tracer.o.tmp trans-mem.o.tmp tree-affine.o.tmp asan.o.tmp tsan.o.tmp ubsan.o.tmp sanopt.o.tmp sancov.o.tmp tree-call-cdce.o.tmp tree-cfg.o.tmp tree-cfgcleanup.o.tmp tree-chrec.o.tmp tree-complex.o.tmp tree-data-ref.o.tmp tree-dfa.o.tmp tree-diagnostic.o.tmp tree-diagnostic-path.o.tmp tree-dump.o.tmp tree-eh.o.tmp tree-emutls.o.tmp tree-if-conv.o.tmp tree-inline.o.tmp tree-into-ssa.o.tmp tree-iterator.o.tmp tree-loop-distribution.o.tmp tree-nested.o.tmp tree-nrv.o.tmp tree-object-size.o.tmp tree-outof-ssa.o.tmp tree-parloops.o.tmp tree-phinodes.o.tmp tree-predcom.o.tmp tree-pretty-print.o.tmp tree-profile.o.tmp tree-scalar-evolution.o.tmp tree-sra.o.tmp tree-switch-conversion.o.tmp tree-ssa-address.o.tmp tree-ssa-alias.o.tmp tree-ssa-ccp.o.tmp tree-ssa-coalesce.o.tmp tree-ssa-copy.o.tmp tree-ssa-dce.o.tmp tree-ssa-dom.o.tmp tree-ssa-dse.o.tmp tree-ssa-forwprop.o.tmp tree-ssa-ifcombine.o.tmp tree-ssa-live.o.tmp tree-ssa-loop-ch.o.tmp tree-ssa-loop-im.o.tmp tree-ssa-loop-ivcanon.o.tmp tree-ssa-loop-ivopts.o.tmp tree-ssa-loop-manip.o.tmp tree-ssa-loop-niter.o.tmp tree-ssa-loop-prefetch.o.tmp tree-ssa-loop-split.o.tmp tree-ssa-loop-unswitch.o.tmp tree-ssa-loop.o.tmp tree-ssa-math-opts.o.tmp tree-ssa-operands.o.tmp tree-ssa-phiopt.o.tmp tree-ssa-phiprop.o.tmp tree-ssa-pre.o.tmp tree-ssa-propagate.o.tmp tree-ssa-reassoc.o.tmp tree-ssa-sccvn.o.tmp tree-ssa-scopedtables.o.tmp tree-ssa-sink.o.tmp tree-ssa-strlen.o.tmp tree-ssa-structalias.o.tmp tree-ssa-tail-merge.o.tmp tree-ssa-ter.o.tmp tree-ssa-threadbackward.o.tmp tree-ssa-threadedge.o.tmp tree-ssa-threadupdate.o.tmp tree-ssa-uncprop.o.tmp tree-ssa-uninit.o.tmp tree-ssa.o.tmp tree-ssanames.o.tmp tree-stdarg.o.tmp tree-streamer.o.tmp tree-streamer-in.o.tmp tree-streamer-out.o.tmp tree-tailcall.o.tmp tree-vect-generic.o.tmp tree-vect-patterns.o.tmp tree-vect-data-refs.o.tmp tree-vect-stmts.o.tmp tree-vect-loop.o.tmp tree-vect-loop-manip.o.tmp tree-vect-slp.o.tmp tree-vectorizer.o.tmp tree-vector-builder.o.tmp tree-vrp.o.tmp tree.o.tmp tristate.o.tmp typed-splay-tree.o.tmp unique-ptr-tests.o.tmp valtrack.o.tmp value-range.o.tmp value-prof.o.tmp var-tracking.o.tmp varasm.o.tmp varpool.o.tmp vec-perm-indices.o.tmp vmsdbgout.o.tmp vr-values.o.tmp vtable-verify.o.tmp web.o.tmp wide-int.o.tmp wide-int-print.o.tmp xcoffout.o.tmp i386.o.tmp analysis-plan.o.tmp analyzer.o.tmp analyzer-logging.o.tmp analyzer-pass.o.tmp analyzer-selftests.o.tmp bar-chart.o.tmp call-string.o.tmp checker-path.o.tmp constraint-manager.o.tmp diagnostic-manager.o.tmp engine.o.tmp function-set.o.tmp pending-diagnostic.o.tmp program-point.o.tmp program-state.o.tmp region-model.o.tmp sm.o.tmp sm-file.o.tmp sm-malloc.o.tmp sm-pattern-test.o.tmp sm-sensitive.o.tmp sm-signal.o.tmp sm-taint.o.tmp state-purge.o.tmp supergraph.o.tmp x86-tune-sched.o.tmp x86-tune-sched-bd.o.tmp x86-tune-sched-atom.o.tmp x86-tune-sched-core.o.tmp i386-options.o.tmp i386-builtins.o.tmp i386-expand.o.tmp i386-features.o.tmp netbsd.o.tmp host-netbsd.o.tmp i386.o.tmp regsub.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/backend && rm -f libbackend_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/backend && rm -f libbackend_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/backend && rm -f libbackend_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/backend && rm -f libbackend_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/backend && rm -f libbackend_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/backend && rm -f libbackend_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/backend && rm -f llib-lbackend.ln i386.ln regsub.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/backend && rm -f llib-lbackend.ln i386.ln regsub.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/backend && rm -f libbackend.so..map a.out [Ee]rrs mklog core *.core gengenrtl genrtl.h gengtype gtyp-gen.h gtype-brig.h gtype-desc.c gtype-desc.h gtype-c.h gtype-cp.h gtype-f.h gtype-objc.h genflags genflags.h gencheck tree-check.h insn-preds.c genpreds tm-preds.h tm_p.h cs-tm_p.h auto-host.h gt-*.h *.o *.lo cs-config.h gcov-iov gcov-iov.h gtype-go.h gtype.state pass-instances.def gtyp-input.list.tmp gtype-lto.h gtype-objcp.h tm-constrs.h gtype-jit.h genmodes insn-modes.c insn-modes.h-test min-insn-modes.c insn-modes-inline.h genmatch gimple-match.c generic-match.c options.h options.c optionlist options-save.c auto-build.h pass-instances.def build-rtl.c build-print-rtl.c build-bitmap.c build-errors.c build-varray.c build-ggc-none.c build-hash-table.c build-vec.c build-sort.cc genattr genattr.lo genattr-common genattr-common.lo genattrtab genattrtab.lo genautomata genautomata.lo gencodes gencodes.lo genconditions genconditions.lo genconfig genconfig.lo genemit genemit.lo genextract genextract.lo genflags genflags.lo genopinit genopinit.lo genoutput genoutput.lo genpeep genpeep.lo genpreds genpreds.lo genrecog genrecog.lo genmddump genmddump.lo gencondmd gencondmd.lo gentarget-def gentarget-def.lo gencfn-macros gencfn-macros.lo genmddeps genmddeps.lo genconstants genconstants.lo genenums genenums.lo gencheck gencheck.lo genchecksum genchecksum.lo genhooks genhooks.lo build-errors.lo target-hooks-def.h c-family/c-target-hooks-def.h common/common-target-hooks-def.h insn-attr.h insn-attr-common.h insn-codes.h insn-config.h insn-flags.h insn-automata.c insn-emit.c insn-extract.c insn-output.c insn-peep.c insn-recog.c insn-target-def.h insn-constants.h insn-enums.c gencondmd.c tree-check.h insn-attrtab.c insn-dfatab.c insn-latencytab.c insn-dfatab.c.tmp insn-latencytab.c.tmp insn-opinit.h insn-opinit.c insn-opinit.h.tmp insn-conditions.md case-cfn-macros.h.tmp case-cfn-macros.h cfn-operators.pd.tmp cfn-operators.pd aarch-builtin-iterators.h || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/backend && rm -f libbackend.so..map a.out [Ee]rrs mklog core *.core gengenrtl genrtl.h gengtype gtyp-gen.h gtype-brig.h gtype-desc.c gtype-desc.h gtype-c.h gtype-cp.h gtype-f.h gtype-objc.h genflags genflags.h gencheck tree-check.h insn-preds.c genpreds tm-preds.h tm_p.h cs-tm_p.h auto-host.h gt-*.h *.o *.lo cs-config.h gcov-iov gcov-iov.h gtype-go.h gtype.state pass-instances.def gtyp-input.list.tmp gtype-lto.h gtype-objcp.h tm-constrs.h gtype-jit.h genmodes insn-modes.c insn-modes.h-test min-insn-modes.c insn-modes-inline.h genmatch gimple-match.c generic-match.c options.h options.c optionlist options-save.c auto-build.h pass-instances.def build-rtl.c build-print-rtl.c build-bitmap.c build-errors.c build-varray.c build-ggc-none.c build-hash-table.c build-vec.c build-sort.cc genattr genattr.lo genattr-common genattr-common.lo genattrtab genattrtab.lo genautomata genautomata.lo gencodes gencodes.lo genconditions genconditions.lo genconfig genconfig.lo genemit genemit.lo genextract genextract.lo genflags genflags.lo genopinit genopinit.lo genoutput genoutput.lo genpeep genpeep.lo genpreds genpreds.lo genrecog genrecog.lo genmddump genmddump.lo gencondmd gencondmd.lo gentarget-def gentarget-def.lo gencfn-macros gencfn-macros.lo genmddeps genmddeps.lo genconstants genconstants.lo genenums genenums.lo gencheck gencheck.lo genchecksum genchecksum.lo genhooks genhooks.lo build-errors.lo target-hooks-def.h c-family/c-target-hooks-def.h common/common-target-hooks-def.h insn-attr.h insn-attr-common.h insn-codes.h insn-config.h insn-flags.h insn-automata.c insn-emit.c insn-extract.c insn-output.c insn-peep.c insn-recog.c insn-target-def.h insn-constants.h insn-enums.c gencondmd.c tree-check.h insn-attrtab.c insn-dfatab.c insn-latencytab.c insn-dfatab.c.tmp insn-latencytab.c.tmp insn-opinit.h insn-opinit.c insn-opinit.h.tmp insn-conditions.md case-cfn-macros.h.tmp case-cfn-macros.h cfn-operators.pd.tmp cfn-operators.pd aarch-builtin-iterators.h || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f libns.a client.o hooks.o interfacemgr.o listenlist.o log.o notify.o query.o server.o sortlist.o stats.o update.o xfrout.o pfilter.o client.o.tmp hooks.o.tmp interfacemgr.o.tmp listenlist.o.tmp log.o.tmp notify.o.tmp query.o.tmp server.o.tmp sortlist.o.tmp stats.o.tmp update.o.tmp xfrout.o.tmp pfilter.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f libns.a client.o hooks.o interfacemgr.o listenlist.o log.o notify.o query.o server.o sortlist.o stats.o update.o xfrout.o pfilter.o client.o.tmp hooks.o.tmp interfacemgr.o.tmp listenlist.o.tmp log.o.tmp notify.o.tmp query.o.tmp server.o.tmp sortlist.o.tmp stats.o.tmp update.o.tmp xfrout.o.tmp pfilter.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f libns_p.a client.po hooks.po interfacemgr.po listenlist.po log.po notify.po query.po server.po sortlist.po stats.po update.po xfrout.po pfilter.po client.po.tmp hooks.po.tmp interfacemgr.po.tmp listenlist.po.tmp log.po.tmp notify.po.tmp query.po.tmp server.po.tmp sortlist.po.tmp stats.po.tmp update.po.tmp xfrout.po.tmp pfilter.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/backend && rm -f gimple-match.d generic-match.d insn-attrtab.d insn-automata.d insn-dfatab.d insn-emit.d insn-extract.d insn-latencytab.d insn-modes.d insn-opinit.d insn-output.d insn-peep.d insn-preds.d insn-recog.d insn-enums.d ggc-page.d alias.d alloc-pool.d auto-inc-dec.d auto-profile.d bb-reorder.d bitmap.d builtins.d caller-save.d calls.d ccmp.d cfg.d cfganal.d cfgbuild.d cfgcleanup.d cfgexpand.d cfghooks.d cfgloop.d cfgloopanal.d cfgloopmanip.d cfgrtl.d symtab.d cgraph.d cgraphbuild.d cgraphunit.d cgraphclones.d combine.d combine-stack-adj.d compare-elim.d context.d convert.d coroutine-passes.d coverage.d cppbuiltin.d cppdefault.d cprop.d cse.d cselib.d data-streamer.d data-streamer-in.d data-streamer-out.d dbxout.d dbgcnt.d dce.d ddg.d debug.d df-core.d df-problems.d df-scan.d dfp.d digraph.d dojump.d dominance.d domwalk.d double-int.d dse.d dumpfile.d dwarf2asm.d dwarf2cfi.d dwarf2out.d early-remat.d emit-rtl.d et-forest.d except.d explow.d expmed.d expr.d fibonacci_heap.d file-prefix-map.d final.d fixed-value.d fold-const.d fold-const-call.d function.d function-abi.d function-tests.d fwprop.d gcc-rich-location.d gcse.d gcse-common.d ggc-common.d ggc-tests.d gimple.d gimple-builder.d gimple-expr.d gimple-iterator.d gimple-fold.d gimple-laddress.d gimple-loop-interchange.d gimple-loop-jam.d gimple-loop-versioning.d gimple-low.d gimple-pretty-print.d gimple-ssa-backprop.d gimple-ssa-evrp.d gimple-ssa-evrp-analyze.d gimple-ssa-isolate-paths.d gimple-ssa-nonnull-compare.d gimple-ssa-split-paths.d gimple-ssa-store-merging.d gimple-ssa-strength-reduction.d gimple-ssa-sprintf.d gimple-ssa-warn-alloca.d gimple-ssa-warn-restrict.d gimple-streamer-in.d gimple-streamer-out.d gimple-walk.d gimplify.d gimplify-me.d godump.d graph.d graphds.d graphviz.d graphite.d graphite-isl-ast-to-gimple.d graphite-dependences.d graphite-optimize-isl.d graphite-poly.d graphite-scop-detection.d graphite-sese-to-poly.d gtype-desc.d haifa-sched.d hash-map-tests.d hash-set-tests.d hsa-common.d hsa-gen.d hsa-regalloc.d hsa-brig.d hsa-dump.d hw-doloop.d hwint.d ifcvt.d ree.d inchash.d incpath.d init-regs.d internal-fn.d ipa-cp.d ipa-sra.d ipa-devirt.d ipa-fnsummary.d ipa-polymorphic-call.d ipa-split.d ipa-inline.d ipa-comdats.d ipa-visibility.d ipa-inline-analysis.d ipa-inline-transform.d ipa-predicate.d ipa-profile.d ipa-prop.d ipa-param-manipulation.d ipa-pure-const.d ipa-icf.d ipa-icf-gimple.d ipa-reference.d ipa-hsa.d ipa-ref.d ipa-utils.d ipa.d ira.d ira-build.d ira-costs.d ira-conflicts.d ira-color.d ira-emit.d ira-lives.d jump.d langhooks.d lcm.d lists.d loop-doloop.d loop-init.d loop-invariant.d loop-iv.d loop-unroll.d lower-subreg.d lra.d lra-assigns.d lra-coalesce.d lra-constraints.d lra-eliminations.d lra-lives.d lra-remat.d lra-spills.d lto-cgraph.d lto-streamer.d lto-streamer-in.d lto-streamer-out.d lto-section-in.d lto-section-out.d lto-opts.d lto-compress.d mcf.d mode-switching.d modulo-sched.d multiple_target.d omp-offload.d omp-expand.d omp-general.d omp-grid.d omp-low.d omp-simd-clone.d opt-problem.d optabs.d optabs-libfuncs.d optabs-query.d optabs-tree.d optinfo.d optinfo-emit-json.d options-save.d opts-global.d ordered-hash-map-tests.d passes.d plugin.d postreload-gcse.d postreload.d predict.d print-rtl.d print-rtl-function.d print-tree.d profile.d profile-count.d range.d range-op.d read-md.d read-rtl.d read-rtl-function.d real.d realmpfr.d recog.d reg-stack.d regcprop.d reginfo.d regrename.d regstat.d regsub.d reload.d reload1.d reorg.d resource.d rtl-error.d rtl-tests.d rtl.d rtlhash.d rtlanal.d rtlhooks.d rtx-vector-builder.d run-rtl-passes.d sched-deps.d sched-ebb.d sched-rgn.d sel-sched-ir.d sel-sched-dump.d sel-sched.d selftest-rtl.d selftest-run-tests.d sese.d shrink-wrap.d simplify-rtx.d sparseset.d spellcheck.d spellcheck-tree.d sreal.d stack-ptr-mod.d statistics.d stmt.d stor-layout.d store-motion.d streamer-hooks.d stringpool.d substring-locations.d target-globals.d targhooks.d timevar.d toplev.d tracer.d trans-mem.d tree-affine.d asan.d tsan.d ubsan.d sanopt.d sancov.d tree-call-cdce.d tree-cfg.d tree-cfgcleanup.d tree-chrec.d tree-complex.d tree-data-ref.d tree-dfa.d tree-diagnostic.d tree-diagnostic-path.d tree-dump.d tree-eh.d tree-emutls.d tree-if-conv.d tree-inline.d tree-into-ssa.d tree-iterator.d tree-loop-distribution.d tree-nested.d tree-nrv.d tree-object-size.d tree-outof-ssa.d tree-parloops.d tree-phinodes.d tree-predcom.d tree-pretty-print.d tree-profile.d tree-scalar-evolution.d tree-sra.d tree-switch-conversion.d tree-ssa-address.d tree-ssa-alias.d tree-ssa-ccp.d tree-ssa-coalesce.d tree-ssa-copy.d tree-ssa-dce.d tree-ssa-dom.d tree-ssa-dse.d tree-ssa-forwprop.d tree-ssa-ifcombine.d tree-ssa-live.d tree-ssa-loop-ch.d tree-ssa-loop-im.d tree-ssa-loop-ivcanon.d tree-ssa-loop-ivopts.d tree-ssa-loop-manip.d tree-ssa-loop-niter.d tree-ssa-loop-prefetch.d tree-ssa-loop-split.d tree-ssa-loop-unswitch.d tree-ssa-loop.d tree-ssa-math-opts.d tree-ssa-operands.d tree-ssa-phiopt.d tree-ssa-phiprop.d tree-ssa-pre.d tree-ssa-propagate.d tree-ssa-reassoc.d tree-ssa-sccvn.d tree-ssa-scopedtables.d tree-ssa-sink.d tree-ssa-strlen.d tree-ssa-structalias.d tree-ssa-tail-merge.d tree-ssa-ter.d tree-ssa-threadbackward.d tree-ssa-threadedge.d tree-ssa-threadupdate.d tree-ssa-uncprop.d tree-ssa-uninit.d tree-ssa.d tree-ssanames.d tree-stdarg.d tree-streamer.d tree-streamer-in.d tree-streamer-out.d tree-tailcall.d tree-vect-generic.d tree-vect-patterns.d tree-vect-data-refs.d tree-vect-stmts.d tree-vect-loop.d tree-vect-loop-manip.d tree-vect-slp.d tree-vectorizer.d tree-vector-builder.d tree-vrp.d tree.d tristate.d typed-splay-tree.d unique-ptr-tests.d valtrack.d value-range.d value-prof.d var-tracking.d varasm.d varpool.d vec-perm-indices.d vmsdbgout.d vr-values.d vtable-verify.d web.d wide-int.d wide-int-print.d xcoffout.d i386.d analyzer/analysis-plan.d analyzer/analyzer.d analyzer/analyzer-logging.d analyzer/analyzer-pass.d analyzer/analyzer-selftests.d analyzer/bar-chart.d analyzer/call-string.d analyzer/checker-path.d analyzer/constraint-manager.d analyzer/diagnostic-manager.d analyzer/engine.d analyzer/function-set.d analyzer/pending-diagnostic.d analyzer/program-point.d analyzer/program-state.d analyzer/region-model.d analyzer/sm.d analyzer/sm-file.d analyzer/sm-malloc.d analyzer/sm-pattern-test.d analyzer/sm-sensitive.d analyzer/sm-signal.d analyzer/sm-taint.d analyzer/state-purge.d analyzer/supergraph.d x86-tune-sched.d x86-tune-sched-bd.d x86-tune-sched-atom.d x86-tune-sched-core.d i386-options.d i386-builtins.d i386-expand.d i386-features.d netbsd.d host-netbsd.d gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend i386.d regsub.d i386.d.tmp regsub.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f libns_p.a client.po hooks.po interfacemgr.po listenlist.po log.po notify.po query.po server.po sortlist.po stats.po update.po xfrout.po pfilter.po client.po.tmp hooks.po.tmp interfacemgr.po.tmp listenlist.po.tmp log.po.tmp notify.po.tmp query.po.tmp server.po.tmp sortlist.po.tmp stats.po.tmp update.po.tmp xfrout.po.tmp pfilter.po.tmp || true) --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/backend && rm -f gimple-match.d generic-match.d insn-attrtab.d insn-automata.d insn-dfatab.d insn-emit.d insn-extract.d insn-latencytab.d insn-modes.d insn-opinit.d insn-output.d insn-peep.d insn-preds.d insn-recog.d insn-enums.d ggc-page.d alias.d alloc-pool.d auto-inc-dec.d auto-profile.d bb-reorder.d bitmap.d builtins.d caller-save.d calls.d ccmp.d cfg.d cfganal.d cfgbuild.d cfgcleanup.d cfgexpand.d cfghooks.d cfgloop.d cfgloopanal.d cfgloopmanip.d cfgrtl.d symtab.d cgraph.d cgraphbuild.d cgraphunit.d cgraphclones.d combine.d combine-stack-adj.d compare-elim.d context.d convert.d coroutine-passes.d coverage.d cppbuiltin.d cppdefault.d cprop.d cse.d cselib.d data-streamer.d data-streamer-in.d data-streamer-out.d dbxout.d dbgcnt.d dce.d ddg.d debug.d df-core.d df-problems.d df-scan.d dfp.d digraph.d dojump.d dominance.d domwalk.d double-int.d dse.d dumpfile.d dwarf2asm.d dwarf2cfi.d dwarf2out.d early-remat.d emit-rtl.d et-forest.d except.d explow.d expmed.d expr.d fibonacci_heap.d file-prefix-map.d final.d fixed-value.d fold-const.d fold-const-call.d function.d function-abi.d function-tests.d fwprop.d gcc-rich-location.d gcse.d gcse-common.d ggc-common.d ggc-tests.d gimple.d gimple-builder.d gimple-expr.d gimple-iterator.d gimple-fold.d gimple-laddress.d gimple-loop-interchange.d gimple-loop-jam.d gimple-loop-versioning.d gimple-low.d gimple-pretty-print.d gimple-ssa-backprop.d gimple-ssa-evrp.d gimple-ssa-evrp-analyze.d gimple-ssa-isolate-paths.d gimple-ssa-nonnull-compare.d gimple-ssa-split-paths.d gimple-ssa-store-merging.d gimple-ssa-strength-reduction.d gimple-ssa-sprintf.d gimple-ssa-warn-alloca.d gimple-ssa-warn-restrict.d gimple-streamer-in.d gimple-streamer-out.d gimple-walk.d gimplify.d gimplify-me.d godump.d graph.d graphds.d graphviz.d graphite.d graphite-isl-ast-to-gimple.d graphite-dependences.d graphite-optimize-isl.d graphite-poly.d graphite-scop-detection.d graphite-sese-to-poly.d gtype-desc.d haifa-sched.d hash-map-tests.d hash-set-tests.d hsa-common.d hsa-gen.d hsa-regalloc.d hsa-brig.d hsa-dump.d hw-doloop.d hwint.d ifcvt.d ree.d inchash.d incpath.d init-regs.d internal-fn.d ipa-cp.d ipa-sra.d ipa-devirt.d ipa-fnsummary.d ipa-polymorphic-call.d ipa-split.d ipa-inline.d ipa-comdats.d ipa-visibility.d ipa-inline-analysis.d ipa-inline-transform.d ipa-predicate.d ipa-profile.d ipa-prop.d ipa-param-manipulation.d ipa-pure-const.d ipa-icf.d ipa-icf-gimple.d ipa-reference.d ipa-hsa.d ipa-ref.d ipa-utils.d ipa.d ira.d ira-build.d ira-costs.d ira-conflicts.d ira-color.d ira-emit.d ira-lives.d jump.d langhooks.d lcm.d lists.d loop-doloop.d loop-init.d loop-invariant.d loop-iv.d loop-unroll.d lower-subreg.d lra.d lra-assigns.d lra-coalesce.d lra-constraints.d lra-eliminations.d lra-lives.d lra-remat.d lra-spills.d lto-cgraph.d lto-streamer.d lto-streamer-in.d lto-streamer-out.d lto-section-in.d lto-section-out.d lto-opts.d lto-compress.d mcf.d mode-switching.d modulo-sched.d multiple_target.d omp-offload.d omp-expand.d omp-general.d omp-grid.d omp-low.d omp-simd-clone.d opt-problem.d optabs.d optabs-libfuncs.d optabs-query.d optabs-tree.d optinfo.d optinfo-emit-json.d options-save.d opts-global.d ordered-hash-map-tests.d passes.d plugin.d postreload-gcse.d postreload.d predict.d print-rtl.d print-rtl-function.d print-tree.d profile.d profile-count.d range.d range-op.d read-md.d read-rtl.d read-rtl-function.d real.d realmpfr.d recog.d reg-stack.d regcprop.d reginfo.d regrename.d regstat.d regsub.d reload.d reload1.d reorg.d resource.d rtl-error.d rtl-tests.d rtl.d rtlhash.d rtlanal.d rtlhooks.d rtx-vector-builder.d run-rtl-passes.d sched-deps.d sched-ebb.d sched-rgn.d sel-sched-ir.d sel-sched-dump.d sel-sched.d selftest-rtl.d selftest-run-tests.d sese.d shrink-wrap.d simplify-rtx.d sparseset.d spellcheck.d spellcheck-tree.d sreal.d stack-ptr-mod.d statistics.d stmt.d stor-layout.d store-motion.d streamer-hooks.d stringpool.d substring-locations.d target-globals.d targhooks.d timevar.d toplev.d tracer.d trans-mem.d tree-affine.d asan.d tsan.d ubsan.d sanopt.d sancov.d tree-call-cdce.d tree-cfg.d tree-cfgcleanup.d tree-chrec.d tree-complex.d tree-data-ref.d tree-dfa.d tree-diagnostic.d tree-diagnostic-path.d tree-dump.d tree-eh.d tree-emutls.d tree-if-conv.d tree-inline.d tree-into-ssa.d tree-iterator.d tree-loop-distribution.d tree-nested.d tree-nrv.d tree-object-size.d tree-outof-ssa.d tree-parloops.d tree-phinodes.d tree-predcom.d tree-pretty-print.d tree-profile.d tree-scalar-evolution.d tree-sra.d tree-switch-conversion.d tree-ssa-address.d tree-ssa-alias.d tree-ssa-ccp.d tree-ssa-coalesce.d tree-ssa-copy.d tree-ssa-dce.d tree-ssa-dom.d tree-ssa-dse.d tree-ssa-forwprop.d tree-ssa-ifcombine.d tree-ssa-live.d tree-ssa-loop-ch.d tree-ssa-loop-im.d tree-ssa-loop-ivcanon.d tree-ssa-loop-ivopts.d tree-ssa-loop-manip.d tree-ssa-loop-niter.d tree-ssa-loop-prefetch.d tree-ssa-loop-split.d tree-ssa-loop-unswitch.d tree-ssa-loop.d tree-ssa-math-opts.d tree-ssa-operands.d tree-ssa-phiopt.d tree-ssa-phiprop.d tree-ssa-pre.d tree-ssa-propagate.d tree-ssa-reassoc.d tree-ssa-sccvn.d tree-ssa-scopedtables.d tree-ssa-sink.d tree-ssa-strlen.d tree-ssa-structalias.d tree-ssa-tail-merge.d tree-ssa-ter.d tree-ssa-threadbackward.d tree-ssa-threadedge.d tree-ssa-threadupdate.d tree-ssa-uncprop.d tree-ssa-uninit.d tree-ssa.d tree-ssanames.d tree-stdarg.d tree-streamer.d tree-streamer-in.d tree-streamer-out.d tree-tailcall.d tree-vect-generic.d tree-vect-patterns.d tree-vect-data-refs.d tree-vect-stmts.d tree-vect-loop.d tree-vect-loop-manip.d tree-vect-slp.d tree-vectorizer.d tree-vector-builder.d tree-vrp.d tree.d tristate.d typed-splay-tree.d unique-ptr-tests.d valtrack.d value-range.d value-prof.d var-tracking.d varasm.d varpool.d vec-perm-indices.d vmsdbgout.d vr-values.d vtable-verify.d web.d wide-int.d wide-int-print.d xcoffout.d i386.d analyzer/analysis-plan.d analyzer/analyzer.d analyzer/analyzer-logging.d analyzer/analyzer-pass.d analyzer/analyzer-selftests.d analyzer/bar-chart.d analyzer/call-string.d analyzer/checker-path.d analyzer/constraint-manager.d analyzer/diagnostic-manager.d analyzer/engine.d analyzer/function-set.d analyzer/pending-diagnostic.d analyzer/program-point.d analyzer/program-state.d analyzer/region-model.d analyzer/sm.d analyzer/sm-file.d analyzer/sm-malloc.d analyzer/sm-pattern-test.d analyzer/sm-sensitive.d analyzer/sm-signal.d analyzer/sm-taint.d analyzer/state-purge.d analyzer/supergraph.d x86-tune-sched.d x86-tune-sched-bd.d x86-tune-sched-atom.d x86-tune-sched-core.d i386-options.d i386-builtins.d i386-expand.d i386-features.d netbsd.d host-netbsd.d gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend i386.d regsub.d i386.d.tmp regsub.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f libns_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f libns_g.a || true) --- cleandir-external --- --- cleandir-frontend --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/frontend --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f libns_pic.a libns.so.* libns.so client.pico hooks.pico interfacemgr.pico listenlist.pico log.pico notify.pico query.pico server.pico sortlist.pico stats.pico update.pico xfrout.pico pfilter.pico client.pico.tmp hooks.pico.tmp interfacemgr.pico.tmp listenlist.pico.tmp log.pico.tmp notify.pico.tmp query.pico.tmp server.pico.tmp sortlist.pico.tmp stats.pico.tmp update.pico.tmp xfrout.pico.tmp pfilter.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f libns_pic.a libns.so.* libns.so client.pico hooks.pico interfacemgr.pico listenlist.pico log.pico notify.pico query.pico server.pico sortlist.pico stats.pico update.pico xfrout.pico pfilter.pico client.pico.tmp hooks.pico.tmp interfacemgr.pico.tmp listenlist.pico.tmp log.pico.tmp notify.pico.tmp query.pico.tmp server.pico.tmp sortlist.pico.tmp stats.pico.tmp update.pico.tmp xfrout.pico.tmp pfilter.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f llib-lns.ln client.ln hooks.ln interfacemgr.ln listenlist.ln log.ln notify.ln query.ln server.ln sortlist.ln stats.ln update.ln xfrout.ln pfilter.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f llib-lns.ln client.ln hooks.ln interfacemgr.ln listenlist.ln log.ln notify.ln query.ln server.ln sortlist.ln stats.ln update.ln xfrout.ln pfilter.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f libns.so.21.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f libns.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/frontend && rm -f libfrontend.a gcc.o version.o prefix.o driver-i386.o gcc.o.tmp version.o.tmp prefix.o.tmp driver-i386.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f .depend client.d hooks.d interfacemgr.d listenlist.d log.d notify.d pfilter.d query.d server.d sortlist.d stats.d update.d xfrout.d client.d.tmp hooks.d.tmp interfacemgr.d.tmp listenlist.d.tmp log.d.tmp notify.d.tmp pfilter.d.tmp query.d.tmp server.d.tmp sortlist.d.tmp stats.d.tmp update.d.tmp xfrout.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/frontend && rm -f libfrontend.a gcc.o version.o prefix.o driver-i386.o gcc.o.tmp version.o.tmp prefix.o.tmp driver-i386.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f .depend client.d hooks.d interfacemgr.d listenlist.d log.d notify.d pfilter.d query.d server.d sortlist.d stats.d update.d xfrout.d client.d.tmp hooks.d.tmp interfacemgr.d.tmp listenlist.d.tmp log.d.tmp notify.d.tmp pfilter.d.tmp query.d.tmp server.d.tmp sortlist.d.tmp stats.d.tmp update.d.tmp xfrout.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- cleandir-plugins --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/frontend && rm -f libfrontend_p.a || true) --- cleandir-lib --- cleandir ===> lib/../external/mpl/bind/lib/plugins --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/frontend && rm -f libfrontend_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/frontend && rm -f libfrontend_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/frontend && rm -f libfrontend_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/frontend && rm -f libfrontend_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/frontend && rm -f libfrontend_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/frontend && rm -f llib-lfrontend.ln gcc.ln version.ln prefix.ln driver-i386.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/frontend && rm -f llib-lfrontend.ln gcc.ln version.ln prefix.ln driver-i386.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/frontend && rm -f libfrontend.so..map a.out [Ee]rrs mklog core *.core specs.h || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/frontend && rm -f libfrontend.so..map a.out [Ee]rrs mklog core *.core specs.h || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/frontend && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend driver-i386.d gcc.d prefix.d version.d driver-i386.d.tmp gcc.d.tmp prefix.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/frontend && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend driver-i386.d gcc.d prefix.d version.d driver-i386.d.tmp gcc.d.tmp prefix.d.tmp version.d.tmp tags || true) --- cleandir-common --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/common --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f filter-aaaa.a filter-aaaa.o filter-aaaa.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f filter-aaaa.a filter-aaaa.o filter-aaaa.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f filter-aaaa_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f filter-aaaa_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f filter-aaaa_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f filter-aaaa_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f filter-aaaa_pic.a filter-aaaa.so.* filter-aaaa.so filter-aaaa.pico filter-aaaa.pico.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common && rm -f libcommon.a diagnostic.o diagnostic-color.o diagnostic-show-locus.o diagnostic-format-json.o json.o edit-context.o pretty-print.o intl.o sbitmap.o vec.o input.o version.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sort.o diagnostic.o.tmp diagnostic-color.o.tmp diagnostic-show-locus.o.tmp diagnostic-format-json.o.tmp json.o.tmp edit-context.o.tmp pretty-print.o.tmp intl.o.tmp sbitmap.o.tmp vec.o.tmp input.o.tmp version.o.tmp hash-table.o.tmp ggc-none.o.tmp memory-block.o.tmp selftest.o.tmp selftest-diagnostic.o.tmp sort.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f filter-aaaa_pic.a filter-aaaa.so.* filter-aaaa.so filter-aaaa.pico filter-aaaa.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common && rm -f libcommon.a diagnostic.o diagnostic-color.o diagnostic-show-locus.o diagnostic-format-json.o json.o edit-context.o pretty-print.o intl.o sbitmap.o vec.o input.o version.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sort.o diagnostic.o.tmp diagnostic-color.o.tmp diagnostic-show-locus.o.tmp diagnostic-format-json.o.tmp json.o.tmp edit-context.o.tmp pretty-print.o.tmp intl.o.tmp sbitmap.o.tmp vec.o.tmp input.o.tmp version.o.tmp hash-table.o.tmp ggc-none.o.tmp memory-block.o.tmp selftest.o.tmp selftest-diagnostic.o.tmp sort.o.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f llib-lfilter-aaaa.ln filter-aaaa.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common && rm -f libcommon_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f llib-lfilter-aaaa.ln filter-aaaa.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common && rm -f libcommon_p.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f filter-aaaa.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common && rm -f libcommon_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f filter-aaaa.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common && rm -f libcommon_g.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f .depend filter-aaaa.d filter-aaaa.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common && rm -f libcommon_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f .depend filter-aaaa.d filter-aaaa.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common && rm -f libcommon_pic.a || true) --- cleandir-lib --- --- cleandir-../external/bsd/unbound/lib --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- cleandir ===> lib/../external/bsd/unbound/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common && rm -f llib-lcommon.ln diagnostic.ln diagnostic-color.ln diagnostic-show-locus.ln edit-context.ln pretty-print.ln intl.ln sbitmap.ln vec.ln input.ln version.ln hash-table.ln ggc-none.ln selftest.ln selftest-diagnostic.ln || true) --- cleandir-lib --- --- cleandir-libunbound --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common && rm -f llib-lcommon.ln diagnostic.ln diagnostic-color.ln diagnostic-show-locus.ln edit-context.ln pretty-print.ln intl.ln sbitmap.ln vec.ln input.ln version.ln hash-table.ln ggc-none.ln selftest.ln selftest-diagnostic.ln || true) --- cleandir-lib --- cleandir ===> lib/../external/bsd/unbound/lib/libunbound --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend diagnostic-color.d diagnostic-format-json.d diagnostic-show-locus.d diagnostic.d edit-context.d ggc-none.d hash-table.d input.d intl.d json.d memory-block.d pretty-print.d sbitmap.d selftest-diagnostic.d selftest.d sort.d vec.d version.d diagnostic-color.d.tmp diagnostic-format-json.d.tmp diagnostic-show-locus.d.tmp diagnostic.d.tmp edit-context.d.tmp ggc-none.d.tmp hash-table.d.tmp input.d.tmp intl.d.tmp json.d.tmp memory-block.d.tmp pretty-print.d.tmp sbitmap.d.tmp selftest-diagnostic.d.tmp selftest.d.tmp sort.d.tmp vec.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend diagnostic-color.d diagnostic-format-json.d diagnostic-show-locus.d diagnostic.d edit-context.d ggc-none.d hash-table.d input.d intl.d json.d memory-block.d pretty-print.d sbitmap.d selftest-diagnostic.d selftest.d sort.d vec.d version.d diagnostic-color.d.tmp diagnostic-format-json.d.tmp diagnostic-show-locus.d.tmp diagnostic.d.tmp edit-context.d.tmp ggc-none.d.tmp hash-table.d.tmp input.d.tmp intl.d.tmp json.d.tmp memory-block.d.tmp pretty-print.d.tmp sbitmap.d.tmp selftest-diagnostic.d.tmp selftest.d.tmp sort.d.tmp vec.d.tmp version.d.tmp tags || true) --- cleandir-common-target --- cleandir ===> external/gpl3/gcc/usr.bin/common-target --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound.a alloc.o as112.o authzone.o autotrust.o cachedb.o config_file.o configlexer.o configparser.o context.o dname.o dns.o dns64.o dnstree.o edns.o fptr_wlist.o infra.o iter_delegpt.o iter_donotq.o iter_fwd.o iter_hints.o iter_priv.o iter_resptype.o iter_scrub.o iter_utils.o iterator.o keyraw.o libunbound.o libworker.o listen_dnsport.o localzone.o locks.o log.o lookup3.o lruhash.o mesh.o mini_event.o modstack.o module.o msgencode.o msgparse.o msgreply.o net_help.o netevent.o outbound_list.o outside_network.o packed_rrset.o parse.o parseutil.o proxy_protocol.o random.o rbtree.o regional.o respip.o rfc_1982.o rpz.o rrdef.o rrset.o rtt.o sbuffer.o siphash.o slabhash.o str2wire.o tcp_conn_limit.o timehist.o timeval_func.o tube.o ub_event_pluggable.o val_anchor.o val_kcache.o val_kentry.o val_neg.o val_nsec.o val_nsec3.o val_secalgo.o val_sigcrypt.o val_utils.o validator.o view.o winsock_event.o wire2str.o alloc.o.tmp as112.o.tmp authzone.o.tmp autotrust.o.tmp cachedb.o.tmp config_file.o.tmp configlexer.o.tmp configparser.o.tmp context.o.tmp dname.o.tmp dns.o.tmp dns64.o.tmp dnstree.o.tmp edns.o.tmp fptr_wlist.o.tmp infra.o.tmp iter_delegpt.o.tmp iter_donotq.o.tmp iter_fwd.o.tmp iter_hints.o.tmp iter_priv.o.tmp iter_resptype.o.tmp iter_scrub.o.tmp iter_utils.o.tmp iterator.o.tmp keyraw.o.tmp libunbound.o.tmp libworker.o.tmp listen_dnsport.o.tmp localzone.o.tmp locks.o.tmp log.o.tmp lookup3.o.tmp lruhash.o.tmp mesh.o.tmp mini_event.o.tmp modstack.o.tmp module.o.tmp msgencode.o.tmp msgparse.o.tmp msgreply.o.tmp net_help.o.tmp netevent.o.tmp outbound_list.o.tmp outside_network.o.tmp packed_rrset.o.tmp parse.o.tmp parseutil.o.tmp proxy_protocol.o.tmp random.o.tmp rbtree.o.tmp regional.o.tmp respip.o.tmp rfc_1982.o.tmp rpz.o.tmp rrdef.o.tmp rrset.o.tmp rtt.o.tmp sbuffer.o.tmp siphash.o.tmp slabhash.o.tmp str2wire.o.tmp tcp_conn_limit.o.tmp timehist.o.tmp timeval_func.o.tmp tube.o.tmp ub_event_pluggable.o.tmp val_anchor.o.tmp val_kcache.o.tmp val_kentry.o.tmp val_neg.o.tmp val_nsec.o.tmp val_nsec3.o.tmp val_secalgo.o.tmp val_sigcrypt.o.tmp val_utils.o.tmp validator.o.tmp view.o.tmp winsock_event.o.tmp wire2str.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound.a alloc.o as112.o authzone.o autotrust.o cachedb.o config_file.o configlexer.o configparser.o context.o dname.o dns.o dns64.o dnstree.o edns.o fptr_wlist.o infra.o iter_delegpt.o iter_donotq.o iter_fwd.o iter_hints.o iter_priv.o iter_resptype.o iter_scrub.o iter_utils.o iterator.o keyraw.o libunbound.o libworker.o listen_dnsport.o localzone.o locks.o log.o lookup3.o lruhash.o mesh.o mini_event.o modstack.o module.o msgencode.o msgparse.o msgreply.o net_help.o netevent.o outbound_list.o outside_network.o packed_rrset.o parse.o parseutil.o proxy_protocol.o random.o rbtree.o regional.o respip.o rfc_1982.o rpz.o rrdef.o rrset.o rtt.o sbuffer.o siphash.o slabhash.o str2wire.o tcp_conn_limit.o timehist.o timeval_func.o tube.o ub_event_pluggable.o val_anchor.o val_kcache.o val_kentry.o val_neg.o val_nsec.o val_nsec3.o val_secalgo.o val_sigcrypt.o val_utils.o validator.o view.o winsock_event.o wire2str.o alloc.o.tmp as112.o.tmp authzone.o.tmp autotrust.o.tmp cachedb.o.tmp config_file.o.tmp configlexer.o.tmp configparser.o.tmp context.o.tmp dname.o.tmp dns.o.tmp dns64.o.tmp dnstree.o.tmp edns.o.tmp fptr_wlist.o.tmp infra.o.tmp iter_delegpt.o.tmp iter_donotq.o.tmp iter_fwd.o.tmp iter_hints.o.tmp iter_priv.o.tmp iter_resptype.o.tmp iter_scrub.o.tmp iter_utils.o.tmp iterator.o.tmp keyraw.o.tmp libunbound.o.tmp libworker.o.tmp listen_dnsport.o.tmp localzone.o.tmp locks.o.tmp log.o.tmp lookup3.o.tmp lruhash.o.tmp mesh.o.tmp mini_event.o.tmp modstack.o.tmp module.o.tmp msgencode.o.tmp msgparse.o.tmp msgreply.o.tmp net_help.o.tmp netevent.o.tmp outbound_list.o.tmp outside_network.o.tmp packed_rrset.o.tmp parse.o.tmp parseutil.o.tmp proxy_protocol.o.tmp random.o.tmp rbtree.o.tmp regional.o.tmp respip.o.tmp rfc_1982.o.tmp rpz.o.tmp rrdef.o.tmp rrset.o.tmp rtt.o.tmp sbuffer.o.tmp siphash.o.tmp slabhash.o.tmp str2wire.o.tmp tcp_conn_limit.o.tmp timehist.o.tmp timeval_func.o.tmp tube.o.tmp ub_event_pluggable.o.tmp val_anchor.o.tmp val_kcache.o.tmp val_kentry.o.tmp val_neg.o.tmp val_nsec.o.tmp val_nsec3.o.tmp val_secalgo.o.tmp val_sigcrypt.o.tmp val_utils.o.tmp validator.o.tmp view.o.tmp winsock_event.o.tmp wire2str.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound_p.a alloc.po as112.po authzone.po autotrust.po cachedb.po config_file.po configlexer.po configparser.po context.po dname.po dns.po dns64.po dnstree.po edns.po fptr_wlist.po infra.po iter_delegpt.po iter_donotq.po iter_fwd.po iter_hints.po iter_priv.po iter_resptype.po iter_scrub.po iter_utils.po iterator.po keyraw.po libunbound.po libworker.po listen_dnsport.po localzone.po locks.po log.po lookup3.po lruhash.po mesh.po mini_event.po modstack.po module.po msgencode.po msgparse.po msgreply.po net_help.po netevent.po outbound_list.po outside_network.po packed_rrset.po parse.po parseutil.po proxy_protocol.po random.po rbtree.po regional.po respip.po rfc_1982.po rpz.po rrdef.po rrset.po rtt.po sbuffer.po siphash.po slabhash.po str2wire.po tcp_conn_limit.po timehist.po timeval_func.po tube.po ub_event_pluggable.po val_anchor.po val_kcache.po val_kentry.po val_neg.po val_nsec.po val_nsec3.po val_secalgo.po val_sigcrypt.po val_utils.po validator.po view.po winsock_event.po wire2str.po alloc.po.tmp as112.po.tmp authzone.po.tmp autotrust.po.tmp cachedb.po.tmp config_file.po.tmp configlexer.po.tmp configparser.po.tmp context.po.tmp dname.po.tmp dns.po.tmp dns64.po.tmp dnstree.po.tmp edns.po.tmp fptr_wlist.po.tmp infra.po.tmp iter_delegpt.po.tmp iter_donotq.po.tmp iter_fwd.po.tmp iter_hints.po.tmp iter_priv.po.tmp iter_resptype.po.tmp iter_scrub.po.tmp iter_utils.po.tmp iterator.po.tmp keyraw.po.tmp libunbound.po.tmp libworker.po.tmp listen_dnsport.po.tmp localzone.po.tmp locks.po.tmp log.po.tmp lookup3.po.tmp lruhash.po.tmp mesh.po.tmp mini_event.po.tmp modstack.po.tmp module.po.tmp msgencode.po.tmp msgparse.po.tmp msgreply.po.tmp net_help.po.tmp netevent.po.tmp outbound_list.po.tmp outside_network.po.tmp packed_rrset.po.tmp parse.po.tmp parseutil.po.tmp proxy_protocol.po.tmp random.po.tmp rbtree.po.tmp regional.po.tmp respip.po.tmp rfc_1982.po.tmp rpz.po.tmp rrdef.po.tmp rrset.po.tmp rtt.po.tmp sbuffer.po.tmp siphash.po.tmp slabhash.po.tmp str2wire.po.tmp tcp_conn_limit.po.tmp timehist.po.tmp timeval_func.po.tmp tube.po.tmp ub_event_pluggable.po.tmp val_anchor.po.tmp val_kcache.po.tmp val_kentry.po.tmp val_neg.po.tmp val_nsec.po.tmp val_nsec3.po.tmp val_secalgo.po.tmp val_sigcrypt.po.tmp val_utils.po.tmp validator.po.tmp view.po.tmp winsock_event.po.tmp wire2str.po.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound_p.a alloc.po as112.po authzone.po autotrust.po cachedb.po config_file.po configlexer.po configparser.po context.po dname.po dns.po dns64.po dnstree.po edns.po fptr_wlist.po infra.po iter_delegpt.po iter_donotq.po iter_fwd.po iter_hints.po iter_priv.po iter_resptype.po iter_scrub.po iter_utils.po iterator.po keyraw.po libunbound.po libworker.po listen_dnsport.po localzone.po locks.po log.po lookup3.po lruhash.po mesh.po mini_event.po modstack.po module.po msgencode.po msgparse.po msgreply.po net_help.po netevent.po outbound_list.po outside_network.po packed_rrset.po parse.po parseutil.po proxy_protocol.po random.po rbtree.po regional.po respip.po rfc_1982.po rpz.po rrdef.po rrset.po rtt.po sbuffer.po siphash.po slabhash.po str2wire.po tcp_conn_limit.po timehist.po timeval_func.po tube.po ub_event_pluggable.po val_anchor.po val_kcache.po val_kentry.po val_neg.po val_nsec.po val_nsec3.po val_secalgo.po val_sigcrypt.po val_utils.po validator.po view.po winsock_event.po wire2str.po alloc.po.tmp as112.po.tmp authzone.po.tmp autotrust.po.tmp cachedb.po.tmp config_file.po.tmp configlexer.po.tmp configparser.po.tmp context.po.tmp dname.po.tmp dns.po.tmp dns64.po.tmp dnstree.po.tmp edns.po.tmp fptr_wlist.po.tmp infra.po.tmp iter_delegpt.po.tmp iter_donotq.po.tmp iter_fwd.po.tmp iter_hints.po.tmp iter_priv.po.tmp iter_resptype.po.tmp iter_scrub.po.tmp iter_utils.po.tmp iterator.po.tmp keyraw.po.tmp libunbound.po.tmp libworker.po.tmp listen_dnsport.po.tmp localzone.po.tmp locks.po.tmp log.po.tmp lookup3.po.tmp lruhash.po.tmp mesh.po.tmp mini_event.po.tmp modstack.po.tmp module.po.tmp msgencode.po.tmp msgparse.po.tmp msgreply.po.tmp net_help.po.tmp netevent.po.tmp outbound_list.po.tmp outside_network.po.tmp packed_rrset.po.tmp parse.po.tmp parseutil.po.tmp proxy_protocol.po.tmp random.po.tmp rbtree.po.tmp regional.po.tmp respip.po.tmp rfc_1982.po.tmp rpz.po.tmp rrdef.po.tmp rrset.po.tmp rtt.po.tmp sbuffer.po.tmp siphash.po.tmp slabhash.po.tmp str2wire.po.tmp tcp_conn_limit.po.tmp timehist.po.tmp timeval_func.po.tmp tube.po.tmp ub_event_pluggable.po.tmp val_anchor.po.tmp val_kcache.po.tmp val_kentry.po.tmp val_neg.po.tmp val_nsec.po.tmp val_nsec3.po.tmp val_secalgo.po.tmp val_sigcrypt.po.tmp val_utils.po.tmp validator.po.tmp view.po.tmp winsock_event.po.tmp wire2str.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common-target && rm -f libcommon-target.a i386-common.o prefix.o opts.o opts-common.o options.o vec.o hooks.o common-targhooks.o hash-table.o file-find.o spellcheck.o selftest.o opt-suggestions.o i386-common.o.tmp prefix.o.tmp opts.o.tmp opts-common.o.tmp options.o.tmp vec.o.tmp hooks.o.tmp common-targhooks.o.tmp hash-table.o.tmp file-find.o.tmp spellcheck.o.tmp selftest.o.tmp opt-suggestions.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common-target && rm -f libcommon-target.a i386-common.o prefix.o opts.o opts-common.o options.o vec.o hooks.o common-targhooks.o hash-table.o file-find.o spellcheck.o selftest.o opt-suggestions.o i386-common.o.tmp prefix.o.tmp opts.o.tmp opts-common.o.tmp options.o.tmp vec.o.tmp hooks.o.tmp common-targhooks.o.tmp hash-table.o.tmp file-find.o.tmp spellcheck.o.tmp selftest.o.tmp opt-suggestions.o.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound_g.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common-target && rm -f libcommon-target_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common-target && rm -f libcommon-target_p.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound_pic.a libunbound.so.* libunbound.so alloc.pico as112.pico authzone.pico autotrust.pico cachedb.pico config_file.pico configlexer.pico configparser.pico context.pico dname.pico dns.pico dns64.pico dnstree.pico edns.pico fptr_wlist.pico infra.pico iter_delegpt.pico iter_donotq.pico iter_fwd.pico iter_hints.pico iter_priv.pico iter_resptype.pico iter_scrub.pico iter_utils.pico iterator.pico keyraw.pico libunbound.pico libworker.pico listen_dnsport.pico localzone.pico locks.pico log.pico lookup3.pico lruhash.pico mesh.pico mini_event.pico modstack.pico module.pico msgencode.pico msgparse.pico msgreply.pico net_help.pico netevent.pico outbound_list.pico outside_network.pico packed_rrset.pico parse.pico parseutil.pico proxy_protocol.pico random.pico rbtree.pico regional.pico respip.pico rfc_1982.pico rpz.pico rrdef.pico rrset.pico rtt.pico sbuffer.pico siphash.pico slabhash.pico str2wire.pico tcp_conn_limit.pico timehist.pico timeval_func.pico tube.pico ub_event_pluggable.pico val_anchor.pico val_kcache.pico val_kentry.pico val_neg.pico val_nsec.pico val_nsec3.pico val_secalgo.pico val_sigcrypt.pico val_utils.pico validator.pico view.pico winsock_event.pico wire2str.pico alloc.pico.tmp as112.pico.tmp authzone.pico.tmp autotrust.pico.tmp cachedb.pico.tmp config_file.pico.tmp configlexer.pico.tmp configparser.pico.tmp context.pico.tmp dname.pico.tmp dns.pico.tmp dns64.pico.tmp dnstree.pico.tmp edns.pico.tmp fptr_wlist.pico.tmp infra.pico.tmp iter_delegpt.pico.tmp iter_donotq.pico.tmp iter_fwd.pico.tmp iter_hints.pico.tmp iter_priv.pico.tmp iter_resptype.pico.tmp iter_scrub.pico.tmp iter_utils.pico.tmp iterator.pico.tmp keyraw.pico.tmp libunbound.pico.tmp libworker.pico.tmp listen_dnsport.pico.tmp localzone.pico.tmp locks.pico.tmp log.pico.tmp lookup3.pico.tmp lruhash.pico.tmp mesh.pico.tmp mini_event.pico.tmp modstack.pico.tmp module.pico.tmp msgencode.pico.tmp msgparse.pico.tmp msgreply.pico.tmp net_help.pico.tmp netevent.pico.tmp outbound_list.pico.tmp outside_network.pico.tmp packed_rrset.pico.tmp parse.pico.tmp parseutil.pico.tmp proxy_protocol.pico.tmp random.pico.tmp rbtree.pico.tmp regional.pico.tmp respip.pico.tmp rfc_1982.pico.tmp rpz.pico.tmp rrdef.pico.tmp rrset.pico.tmp rtt.pico.tmp sbuffer.pico.tmp siphash.pico.tmp slabhash.pico.tmp str2wire.pico.tmp tcp_conn_limit.pico.tmp timehist.pico.tmp timeval_func.pico.tmp tube.pico.tmp ub_event_pluggable.pico.tmp val_anchor.pico.tmp val_kcache.pico.tmp val_kentry.pico.tmp val_neg.pico.tmp val_nsec.pico.tmp val_nsec3.pico.tmp val_secalgo.pico.tmp val_sigcrypt.pico.tmp val_utils.pico.tmp validator.pico.tmp view.pico.tmp winsock_event.pico.tmp wire2str.pico.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common-target && rm -f libcommon-target_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound_pic.a libunbound.so.* libunbound.so alloc.pico as112.pico authzone.pico autotrust.pico cachedb.pico config_file.pico configlexer.pico configparser.pico context.pico dname.pico dns.pico dns64.pico dnstree.pico edns.pico fptr_wlist.pico infra.pico iter_delegpt.pico iter_donotq.pico iter_fwd.pico iter_hints.pico iter_priv.pico iter_resptype.pico iter_scrub.pico iter_utils.pico iterator.pico keyraw.pico libunbound.pico libworker.pico listen_dnsport.pico localzone.pico locks.pico log.pico lookup3.pico lruhash.pico mesh.pico mini_event.pico modstack.pico module.pico msgencode.pico msgparse.pico msgreply.pico net_help.pico netevent.pico outbound_list.pico outside_network.pico packed_rrset.pico parse.pico parseutil.pico proxy_protocol.pico random.pico rbtree.pico regional.pico respip.pico rfc_1982.pico rpz.pico rrdef.pico rrset.pico rtt.pico sbuffer.pico siphash.pico slabhash.pico str2wire.pico tcp_conn_limit.pico timehist.pico timeval_func.pico tube.pico ub_event_pluggable.pico val_anchor.pico val_kcache.pico val_kentry.pico val_neg.pico val_nsec.pico val_nsec3.pico val_secalgo.pico val_sigcrypt.pico val_utils.pico validator.pico view.pico winsock_event.pico wire2str.pico alloc.pico.tmp as112.pico.tmp authzone.pico.tmp autotrust.pico.tmp cachedb.pico.tmp config_file.pico.tmp configlexer.pico.tmp configparser.pico.tmp context.pico.tmp dname.pico.tmp dns.pico.tmp dns64.pico.tmp dnstree.pico.tmp edns.pico.tmp fptr_wlist.pico.tmp infra.pico.tmp iter_delegpt.pico.tmp iter_donotq.pico.tmp iter_fwd.pico.tmp iter_hints.pico.tmp iter_priv.pico.tmp iter_resptype.pico.tmp iter_scrub.pico.tmp iter_utils.pico.tmp iterator.pico.tmp keyraw.pico.tmp libunbound.pico.tmp libworker.pico.tmp listen_dnsport.pico.tmp localzone.pico.tmp locks.pico.tmp log.pico.tmp lookup3.pico.tmp lruhash.pico.tmp mesh.pico.tmp mini_event.pico.tmp modstack.pico.tmp module.pico.tmp msgencode.pico.tmp msgparse.pico.tmp msgreply.pico.tmp net_help.pico.tmp netevent.pico.tmp outbound_list.pico.tmp outside_network.pico.tmp packed_rrset.pico.tmp parse.pico.tmp parseutil.pico.tmp proxy_protocol.pico.tmp random.pico.tmp rbtree.pico.tmp regional.pico.tmp respip.pico.tmp rfc_1982.pico.tmp rpz.pico.tmp rrdef.pico.tmp rrset.pico.tmp rtt.pico.tmp sbuffer.pico.tmp siphash.pico.tmp slabhash.pico.tmp str2wire.pico.tmp tcp_conn_limit.pico.tmp timehist.pico.tmp timeval_func.pico.tmp tube.pico.tmp ub_event_pluggable.pico.tmp val_anchor.pico.tmp val_kcache.pico.tmp val_kentry.pico.tmp val_neg.pico.tmp val_nsec.pico.tmp val_nsec3.pico.tmp val_secalgo.pico.tmp val_sigcrypt.pico.tmp val_utils.pico.tmp validator.pico.tmp view.pico.tmp winsock_event.pico.tmp wire2str.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common-target && rm -f libcommon-target_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f llib-lunbound.ln alloc.ln as112.ln authzone.ln autotrust.ln cachedb.ln config_file.ln configlexer.ln configparser.ln context.ln dname.ln dns.ln dns64.ln dnstree.ln edns.ln fptr_wlist.ln infra.ln iter_delegpt.ln iter_donotq.ln iter_fwd.ln iter_hints.ln iter_priv.ln iter_resptype.ln iter_scrub.ln iter_utils.ln iterator.ln keyraw.ln libunbound.ln libworker.ln listen_dnsport.ln localzone.ln locks.ln log.ln lookup3.ln lruhash.ln mesh.ln mini_event.ln modstack.ln module.ln msgencode.ln msgparse.ln msgreply.ln net_help.ln netevent.ln outbound_list.ln outside_network.ln packed_rrset.ln parse.ln parseutil.ln proxy_protocol.ln random.ln rbtree.ln regional.ln respip.ln rfc_1982.ln rpz.ln rrdef.ln rrset.ln rtt.ln sbuffer.ln siphash.ln slabhash.ln str2wire.ln tcp_conn_limit.ln timehist.ln timeval_func.ln tube.ln ub_event_pluggable.ln val_anchor.ln val_kcache.ln val_kentry.ln val_neg.ln val_nsec.ln val_nsec3.ln val_secalgo.ln val_sigcrypt.ln val_utils.ln validator.ln view.ln winsock_event.ln wire2str.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common-target && rm -f libcommon-target_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common-target && rm -f libcommon-target_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f llib-lunbound.ln alloc.ln as112.ln authzone.ln autotrust.ln cachedb.ln config_file.ln configlexer.ln configparser.ln context.ln dname.ln dns.ln dns64.ln dnstree.ln edns.ln fptr_wlist.ln infra.ln iter_delegpt.ln iter_donotq.ln iter_fwd.ln iter_hints.ln iter_priv.ln iter_resptype.ln iter_scrub.ln iter_utils.ln iterator.ln keyraw.ln libunbound.ln libworker.ln listen_dnsport.ln localzone.ln locks.ln log.ln lookup3.ln lruhash.ln mesh.ln mini_event.ln modstack.ln module.ln msgencode.ln msgparse.ln msgreply.ln net_help.ln netevent.ln outbound_list.ln outside_network.ln packed_rrset.ln parse.ln parseutil.ln proxy_protocol.ln random.ln rbtree.ln regional.ln respip.ln rfc_1982.ln rpz.ln rrdef.ln rrset.ln rtt.ln sbuffer.ln siphash.ln slabhash.ln str2wire.ln tcp_conn_limit.ln timehist.ln timeval_func.ln tube.ln ub_event_pluggable.ln val_anchor.ln val_kcache.ln val_kentry.ln val_neg.ln val_nsec.ln val_nsec3.ln val_secalgo.ln val_sigcrypt.ln val_utils.ln validator.ln view.ln winsock_event.ln wire2str.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common-target && rm -f llib-lcommon-target.ln i386-common.ln prefix.ln opts.ln opts-common.ln options.ln vec.ln hooks.ln common-targhooks.ln hash-table.ln file-find.ln spellcheck.ln selftest.ln opt-suggestions.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound.3 libunbound.so.9.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common-target && rm -f llib-lcommon-target.ln i386-common.ln prefix.ln opts.ln opts-common.ln options.ln vec.ln hooks.ln common-targhooks.ln hash-table.ln file-find.ln spellcheck.ln selftest.ln opt-suggestions.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound.3 libunbound.so.9.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common-target && rm -f options.h options.c optionlist options-save.c genhooks genhooks.lo errors.lo target-hooks-def.h c-family/c-target-hooks-def.h common/common-target-hooks-def.h libcommon-target.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/unbound/lib/libunbound && rm -f libunbound.html3 .depend alloc.d as112.d authzone.d autotrust.d cachedb.d config_file.d configlexer.d configparser.d context.d dname.d dns.d dns64.d dnstree.d edns.d fptr_wlist.d infra.d iter_delegpt.d iter_donotq.d iter_fwd.d iter_hints.d iter_priv.d iter_resptype.d iter_scrub.d iter_utils.d iterator.d keyraw.d libunbound.d libworker.d listen_dnsport.d localzone.d locks.d log.d lookup3.d lruhash.d mesh.d mini_event.d modstack.d module.d msgencode.d msgparse.d msgreply.d net_help.d netevent.d outbound_list.d outside_network.d packed_rrset.d parse.d parseutil.d proxy_protocol.d random.d rbtree.d regional.d respip.d rfc_1982.d rpz.d rrdef.d rrset.d rtt.d sbuffer.d siphash.d slabhash.d str2wire.d tcp_conn_limit.d timehist.d timeval_func.d tube.d ub_event_pluggable.d val_anchor.d val_kcache.d val_kentry.d val_neg.d val_nsec.d val_nsec3.d val_secalgo.d val_sigcrypt.d val_utils.d validator.d view.d winsock_event.d wire2str.d alloc.d.tmp as112.d.tmp authzone.d.tmp autotrust.d.tmp cachedb.d.tmp config_file.d.tmp configlexer.d.tmp configparser.d.tmp context.d.tmp dname.d.tmp dns.d.tmp dns64.d.tmp dnstree.d.tmp edns.d.tmp fptr_wlist.d.tmp infra.d.tmp iter_delegpt.d.tmp iter_donotq.d.tmp iter_fwd.d.tmp iter_hints.d.tmp iter_priv.d.tmp iter_resptype.d.tmp iter_scrub.d.tmp iter_utils.d.tmp iterator.d.tmp keyraw.d.tmp libunbound.d.tmp libworker.d.tmp listen_dnsport.d.tmp localzone.d.tmp locks.d.tmp log.d.tmp lookup3.d.tmp lruhash.d.tmp mesh.d.tmp mini_event.d.tmp modstack.d.tmp module.d.tmp msgencode.d.tmp msgparse.d.tmp msgreply.d.tmp net_help.d.tmp netevent.d.tmp outbound_list.d.tmp outside_network.d.tmp packed_rrset.d.tmp parse.d.tmp parseutil.d.tmp proxy_protocol.d.tmp random.d.tmp rbtree.d.tmp regional.d.tmp respip.d.tmp rfc_1982.d.tmp rpz.d.tmp rrdef.d.tmp rrset.d.tmp rtt.d.tmp sbuffer.d.tmp siphash.d.tmp slabhash.d.tmp str2wire.d.tmp tcp_conn_limit.d.tmp timehist.d.tmp timeval_func.d.tmp tube.d.tmp ub_event_pluggable.d.tmp val_anchor.d.tmp val_kcache.d.tmp val_kentry.d.tmp val_neg.d.tmp val_nsec.d.tmp val_nsec3.d.tmp val_secalgo.d.tmp val_sigcrypt.d.tmp val_utils.d.tmp validator.d.tmp view.d.tmp winsock_event.d.tmp wire2str.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common-target && rm -f options.h options.c optionlist options-save.c genhooks genhooks.lo errors.lo target-hooks-def.h c-family/c-target-hooks-def.h common/common-target-hooks-def.h libcommon-target.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/unbound/lib/libunbound && rm -f libunbound.html3 .depend alloc.d as112.d authzone.d autotrust.d cachedb.d config_file.d configlexer.d configparser.d context.d dname.d dns.d dns64.d dnstree.d edns.d fptr_wlist.d infra.d iter_delegpt.d iter_donotq.d iter_fwd.d iter_hints.d iter_priv.d iter_resptype.d iter_scrub.d iter_utils.d iterator.d keyraw.d libunbound.d libworker.d listen_dnsport.d localzone.d locks.d log.d lookup3.d lruhash.d mesh.d mini_event.d modstack.d module.d msgencode.d msgparse.d msgreply.d net_help.d netevent.d outbound_list.d outside_network.d packed_rrset.d parse.d parseutil.d proxy_protocol.d random.d rbtree.d regional.d respip.d rfc_1982.d rpz.d rrdef.d rrset.d rtt.d sbuffer.d siphash.d slabhash.d str2wire.d tcp_conn_limit.d timehist.d timeval_func.d tube.d ub_event_pluggable.d val_anchor.d val_kcache.d val_kentry.d val_neg.d val_nsec.d val_nsec3.d val_secalgo.d val_sigcrypt.d val_utils.d validator.d view.d winsock_event.d wire2str.d alloc.d.tmp as112.d.tmp authzone.d.tmp autotrust.d.tmp cachedb.d.tmp config_file.d.tmp configlexer.d.tmp configparser.d.tmp context.d.tmp dname.d.tmp dns.d.tmp dns64.d.tmp dnstree.d.tmp edns.d.tmp fptr_wlist.d.tmp infra.d.tmp iter_delegpt.d.tmp iter_donotq.d.tmp iter_fwd.d.tmp iter_hints.d.tmp iter_priv.d.tmp iter_resptype.d.tmp iter_scrub.d.tmp iter_utils.d.tmp iterator.d.tmp keyraw.d.tmp libunbound.d.tmp libworker.d.tmp listen_dnsport.d.tmp localzone.d.tmp locks.d.tmp log.d.tmp lookup3.d.tmp lruhash.d.tmp mesh.d.tmp mini_event.d.tmp modstack.d.tmp module.d.tmp msgencode.d.tmp msgparse.d.tmp msgreply.d.tmp net_help.d.tmp netevent.d.tmp outbound_list.d.tmp outside_network.d.tmp packed_rrset.d.tmp parse.d.tmp parseutil.d.tmp proxy_protocol.d.tmp random.d.tmp rbtree.d.tmp regional.d.tmp respip.d.tmp rfc_1982.d.tmp rpz.d.tmp rrdef.d.tmp rrset.d.tmp rtt.d.tmp sbuffer.d.tmp siphash.d.tmp slabhash.d.tmp str2wire.d.tmp tcp_conn_limit.d.tmp timehist.d.tmp timeval_func.d.tmp tube.d.tmp ub_event_pluggable.d.tmp val_anchor.d.tmp val_kcache.d.tmp val_kentry.d.tmp val_neg.d.tmp val_nsec.d.tmp val_nsec3.d.tmp val_secalgo.d.tmp val_sigcrypt.d.tmp val_utils.d.tmp validator.d.tmp view.d.tmp winsock_event.d.tmp wire2str.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/common-target && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend common-targhooks.d file-find.d hash-table.d hooks.d i386-common.d opt-suggestions.d options.d opts-common.d opts.d prefix.d selftest.d spellcheck.d vec.d common-targhooks.d.tmp file-find.d.tmp hash-table.d.tmp hooks.d.tmp i386-common.d.tmp opt-suggestions.d.tmp options.d.tmp opts-common.d.tmp opts.d.tmp prefix.d.tmp selftest.d.tmp spellcheck.d.tmp vec.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../external/cddl/osnet/lib/libdtrace --- cleandir ===> lib/../external/cddl/osnet/lib/libdtrace --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/common-target && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend common-targhooks.d file-find.d hash-table.d hooks.d i386-common.d opt-suggestions.d options.d opts-common.d opts.d prefix.d selftest.d spellcheck.d vec.d common-targhooks.d.tmp file-find.d.tmp hash-table.d.tmp hooks.d.tmp i386-common.d.tmp opt-suggestions.d.tmp options.d.tmp opts-common.d.tmp opts.d.tmp prefix.d.tmp selftest.d.tmp spellcheck.d.tmp vec.d.tmp tags || true) --- cleandir-libcpp --- cleandir ===> external/gpl3/gcc/usr.bin/libcpp --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f libdtrace.a dt_aggregate.o dt_as.o dt_buf.o dt_cc.o dt_cg.o dt_consume.o dt_decl.o dt_dis.o dt_dof.o dt_error.o dt_errtags.o dt_grammar.o dt_handle.o dt_ident.o dt_inttab.o dt_isadep.o dt_lex.o dt_link.o dt_list.o dt_map.o dt_module.o dt_names.o dt_open.o dt_options.o dt_parser.o dt_pcb.o dt_pid.o dt_pq.o dt_pragma.o dt_print.o dt_printf.o dt_proc.o dt_program.o dt_provider.o dt_regset.o dt_string.o dt_strtab.o dt_subr.o dt_sugar.o dt_work.o dt_xlator.o gmatch.o dis_tables.o dt_aggregate.o.tmp dt_as.o.tmp dt_buf.o.tmp dt_cc.o.tmp dt_cg.o.tmp dt_consume.o.tmp dt_decl.o.tmp dt_dis.o.tmp dt_dof.o.tmp dt_error.o.tmp dt_errtags.o.tmp dt_grammar.o.tmp dt_handle.o.tmp dt_ident.o.tmp dt_inttab.o.tmp dt_isadep.o.tmp dt_lex.o.tmp dt_link.o.tmp dt_list.o.tmp dt_map.o.tmp dt_module.o.tmp dt_names.o.tmp dt_open.o.tmp dt_options.o.tmp dt_parser.o.tmp dt_pcb.o.tmp dt_pid.o.tmp dt_pq.o.tmp dt_pragma.o.tmp dt_print.o.tmp dt_printf.o.tmp dt_proc.o.tmp dt_program.o.tmp dt_provider.o.tmp dt_regset.o.tmp dt_string.o.tmp dt_strtab.o.tmp dt_subr.o.tmp dt_sugar.o.tmp dt_work.o.tmp dt_xlator.o.tmp gmatch.o.tmp dis_tables.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f libdtrace.a dt_aggregate.o dt_as.o dt_buf.o dt_cc.o dt_cg.o dt_consume.o dt_decl.o dt_dis.o dt_dof.o dt_error.o dt_errtags.o dt_grammar.o dt_handle.o dt_ident.o dt_inttab.o dt_isadep.o dt_lex.o dt_link.o dt_list.o dt_map.o dt_module.o dt_names.o dt_open.o dt_options.o dt_parser.o dt_pcb.o dt_pid.o dt_pq.o dt_pragma.o dt_print.o dt_printf.o dt_proc.o dt_program.o dt_provider.o dt_regset.o dt_string.o dt_strtab.o dt_subr.o dt_sugar.o dt_work.o dt_xlator.o gmatch.o dis_tables.o dt_aggregate.o.tmp dt_as.o.tmp dt_buf.o.tmp dt_cc.o.tmp dt_cg.o.tmp dt_consume.o.tmp dt_decl.o.tmp dt_dis.o.tmp dt_dof.o.tmp dt_error.o.tmp dt_errtags.o.tmp dt_grammar.o.tmp dt_handle.o.tmp dt_ident.o.tmp dt_inttab.o.tmp dt_isadep.o.tmp dt_lex.o.tmp dt_link.o.tmp dt_list.o.tmp dt_map.o.tmp dt_module.o.tmp dt_names.o.tmp dt_open.o.tmp dt_options.o.tmp dt_parser.o.tmp dt_pcb.o.tmp dt_pid.o.tmp dt_pq.o.tmp dt_pragma.o.tmp dt_print.o.tmp dt_printf.o.tmp dt_proc.o.tmp dt_program.o.tmp dt_provider.o.tmp dt_regset.o.tmp dt_string.o.tmp dt_strtab.o.tmp dt_subr.o.tmp dt_sugar.o.tmp dt_work.o.tmp dt_xlator.o.tmp gmatch.o.tmp dis_tables.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_p.a dt_aggregate.po dt_as.po dt_buf.po dt_cc.po dt_cg.po dt_consume.po dt_decl.po dt_dis.po dt_dof.po dt_error.po dt_errtags.po dt_grammar.po dt_handle.po dt_ident.po dt_inttab.po dt_isadep.po dt_lex.po dt_link.po dt_list.po dt_map.po dt_module.po dt_names.po dt_open.po dt_options.po dt_parser.po dt_pcb.po dt_pid.po dt_pq.po dt_pragma.po dt_print.po dt_printf.po dt_proc.po dt_program.po dt_provider.po dt_regset.po dt_string.po dt_strtab.po dt_subr.po dt_sugar.po dt_work.po dt_xlator.po gmatch.po dis_tables.po dt_aggregate.po.tmp dt_as.po.tmp dt_buf.po.tmp dt_cc.po.tmp dt_cg.po.tmp dt_consume.po.tmp dt_decl.po.tmp dt_dis.po.tmp dt_dof.po.tmp dt_error.po.tmp dt_errtags.po.tmp dt_grammar.po.tmp dt_handle.po.tmp dt_ident.po.tmp dt_inttab.po.tmp dt_isadep.po.tmp dt_lex.po.tmp dt_link.po.tmp dt_list.po.tmp dt_map.po.tmp dt_module.po.tmp dt_names.po.tmp dt_open.po.tmp dt_options.po.tmp dt_parser.po.tmp dt_pcb.po.tmp dt_pid.po.tmp dt_pq.po.tmp dt_pragma.po.tmp dt_print.po.tmp dt_printf.po.tmp dt_proc.po.tmp dt_program.po.tmp dt_provider.po.tmp dt_regset.po.tmp dt_string.po.tmp dt_strtab.po.tmp dt_subr.po.tmp dt_sugar.po.tmp dt_work.po.tmp dt_xlator.po.tmp gmatch.po.tmp dis_tables.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_p.a dt_aggregate.po dt_as.po dt_buf.po dt_cc.po dt_cg.po dt_consume.po dt_decl.po dt_dis.po dt_dof.po dt_error.po dt_errtags.po dt_grammar.po dt_handle.po dt_ident.po dt_inttab.po dt_isadep.po dt_lex.po dt_link.po dt_list.po dt_map.po dt_module.po dt_names.po dt_open.po dt_options.po dt_parser.po dt_pcb.po dt_pid.po dt_pq.po dt_pragma.po dt_print.po dt_printf.po dt_proc.po dt_program.po dt_provider.po dt_regset.po dt_string.po dt_strtab.po dt_subr.po dt_sugar.po dt_work.po dt_xlator.po gmatch.po dis_tables.po dt_aggregate.po.tmp dt_as.po.tmp dt_buf.po.tmp dt_cc.po.tmp dt_cg.po.tmp dt_consume.po.tmp dt_decl.po.tmp dt_dis.po.tmp dt_dof.po.tmp dt_error.po.tmp dt_errtags.po.tmp dt_grammar.po.tmp dt_handle.po.tmp dt_ident.po.tmp dt_inttab.po.tmp dt_isadep.po.tmp dt_lex.po.tmp dt_link.po.tmp dt_list.po.tmp dt_map.po.tmp dt_module.po.tmp dt_names.po.tmp dt_open.po.tmp dt_options.po.tmp dt_parser.po.tmp dt_pcb.po.tmp dt_pid.po.tmp dt_pq.po.tmp dt_pragma.po.tmp dt_print.po.tmp dt_printf.po.tmp dt_proc.po.tmp dt_program.po.tmp dt_provider.po.tmp dt_regset.po.tmp dt_string.po.tmp dt_strtab.po.tmp dt_subr.po.tmp dt_sugar.po.tmp dt_work.po.tmp dt_xlator.po.tmp gmatch.po.tmp dis_tables.po.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libcpp && rm -f libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o charset.o.tmp directives.o.tmp directives-only.o.tmp errors.o.tmp expr.o.tmp files.o.tmp identifiers.o.tmp init.o.tmp lex.o.tmp line-map.o.tmp macro.o.tmp mkdeps.o.tmp pch.o.tmp symtab.o.tmp traditional.o.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libcpp && rm -f libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o charset.o.tmp directives.o.tmp directives-only.o.tmp errors.o.tmp expr.o.tmp files.o.tmp identifiers.o.tmp init.o.tmp lex.o.tmp line-map.o.tmp macro.o.tmp mkdeps.o.tmp pch.o.tmp symtab.o.tmp traditional.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_g.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libcpp && rm -f libcpp_p.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libcpp && rm -f libcpp_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_pic.a libdtrace.so.* libdtrace.so dt_aggregate.pico dt_as.pico dt_buf.pico dt_cc.pico dt_cg.pico dt_consume.pico dt_decl.pico dt_dis.pico dt_dof.pico dt_error.pico dt_errtags.pico dt_grammar.pico dt_handle.pico dt_ident.pico dt_inttab.pico dt_isadep.pico dt_lex.pico dt_link.pico dt_list.pico dt_map.pico dt_module.pico dt_names.pico dt_open.pico dt_options.pico dt_parser.pico dt_pcb.pico dt_pid.pico dt_pq.pico dt_pragma.pico dt_print.pico dt_printf.pico dt_proc.pico dt_program.pico dt_provider.pico dt_regset.pico dt_string.pico dt_strtab.pico dt_subr.pico dt_sugar.pico dt_work.pico dt_xlator.pico gmatch.pico dis_tables.pico dt_aggregate.pico.tmp dt_as.pico.tmp dt_buf.pico.tmp dt_cc.pico.tmp dt_cg.pico.tmp dt_consume.pico.tmp dt_decl.pico.tmp dt_dis.pico.tmp dt_dof.pico.tmp dt_error.pico.tmp dt_errtags.pico.tmp dt_grammar.pico.tmp dt_handle.pico.tmp dt_ident.pico.tmp dt_inttab.pico.tmp dt_isadep.pico.tmp dt_lex.pico.tmp dt_link.pico.tmp dt_list.pico.tmp dt_map.pico.tmp dt_module.pico.tmp dt_names.pico.tmp dt_open.pico.tmp dt_options.pico.tmp dt_parser.pico.tmp dt_pcb.pico.tmp dt_pid.pico.tmp dt_pq.pico.tmp dt_pragma.pico.tmp dt_print.pico.tmp dt_printf.pico.tmp dt_proc.pico.tmp dt_program.pico.tmp dt_provider.pico.tmp dt_regset.pico.tmp dt_string.pico.tmp dt_strtab.pico.tmp dt_subr.pico.tmp dt_sugar.pico.tmp dt_work.pico.tmp dt_xlator.pico.tmp gmatch.pico.tmp dis_tables.pico.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f libdtrace_pic.a libdtrace.so.* libdtrace.so dt_aggregate.pico dt_as.pico dt_buf.pico dt_cc.pico dt_cg.pico dt_consume.pico dt_decl.pico dt_dis.pico dt_dof.pico dt_error.pico dt_errtags.pico dt_grammar.pico dt_handle.pico dt_ident.pico dt_inttab.pico dt_isadep.pico dt_lex.pico dt_link.pico dt_list.pico dt_map.pico dt_module.pico dt_names.pico dt_open.pico dt_options.pico dt_parser.pico dt_pcb.pico dt_pid.pico dt_pq.pico dt_pragma.pico dt_print.pico dt_printf.pico dt_proc.pico dt_program.pico dt_provider.pico dt_regset.pico dt_string.pico dt_strtab.pico dt_subr.pico dt_sugar.pico dt_work.pico dt_xlator.pico gmatch.pico dis_tables.pico dt_aggregate.pico.tmp dt_as.pico.tmp dt_buf.pico.tmp dt_cc.pico.tmp dt_cg.pico.tmp dt_consume.pico.tmp dt_decl.pico.tmp dt_dis.pico.tmp dt_dof.pico.tmp dt_error.pico.tmp dt_errtags.pico.tmp dt_grammar.pico.tmp dt_handle.pico.tmp dt_ident.pico.tmp dt_inttab.pico.tmp dt_isadep.pico.tmp dt_lex.pico.tmp dt_link.pico.tmp dt_list.pico.tmp dt_map.pico.tmp dt_module.pico.tmp dt_names.pico.tmp dt_open.pico.tmp dt_options.pico.tmp dt_parser.pico.tmp dt_pcb.pico.tmp dt_pid.pico.tmp dt_pq.pico.tmp dt_pragma.pico.tmp dt_print.pico.tmp dt_printf.pico.tmp dt_proc.pico.tmp dt_program.pico.tmp dt_provider.pico.tmp dt_regset.pico.tmp dt_string.pico.tmp dt_strtab.pico.tmp dt_subr.pico.tmp dt_sugar.pico.tmp dt_work.pico.tmp dt_xlator.pico.tmp gmatch.pico.tmp dis_tables.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libcpp && rm -f libcpp_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libcpp && rm -f libcpp_g.a || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f llib-ldtrace.ln dt_aggregate.ln dt_as.ln dt_buf.ln dt_cc.ln dt_cg.ln dt_consume.ln dt_decl.ln dt_dis.ln dt_dof.ln dt_error.ln dt_errtags.ln dt_handle.ln dt_ident.ln dt_inttab.ln dt_isadep.ln dt_link.ln dt_list.ln dt_map.ln dt_module.ln dt_names.ln dt_open.ln dt_options.ln dt_parser.ln dt_pcb.ln dt_pid.ln dt_pq.ln dt_pragma.ln dt_print.ln dt_printf.ln dt_proc.ln dt_program.ln dt_provider.ln dt_regset.ln dt_string.ln dt_strtab.ln dt_subr.ln dt_sugar.ln dt_work.ln dt_xlator.ln gmatch.ln dis_tables.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libcpp && rm -f libcpp_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f llib-ldtrace.ln dt_aggregate.ln dt_as.ln dt_buf.ln dt_cc.ln dt_cg.ln dt_consume.ln dt_decl.ln dt_dis.ln dt_dof.ln dt_error.ln dt_errtags.ln dt_handle.ln dt_ident.ln dt_inttab.ln dt_isadep.ln dt_link.ln dt_list.ln dt_map.ln dt_module.ln dt_names.ln dt_open.ln dt_options.ln dt_parser.ln dt_pcb.ln dt_pid.ln dt_pq.ln dt_pragma.ln dt_print.ln dt_printf.ln dt_proc.ln dt_program.ln dt_provider.ln dt_regset.ln dt_string.ln dt_strtab.ln dt_subr.ln dt_sugar.ln dt_work.ln dt_xlator.ln gmatch.ln dis_tables.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libcpp && rm -f libcpp_pic.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f dt_errtags.c dt_names.c dt_grammar.h libdtrace.so.3.map dt_grammar.c dt_lex.c a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libcpp && rm -f llib-lcpp.ln charset.ln directives.ln directives-only.ln errors.ln expr.ln files.ln identifiers.ln init.ln lex.ln line-map.ln macro.ln mkdeps.ln pch.ln symtab.ln traditional.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f dt_errtags.c dt_names.c dt_grammar.h libdtrace.so.3.map dt_grammar.c dt_lex.c a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libcpp && rm -f llib-lcpp.ln charset.ln directives.ln directives-only.ln errors.ln expr.ln files.ln identifiers.ln init.ln lex.ln line-map.ln macro.ln mkdeps.ln pch.ln symtab.ln traditional.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/cddl/osnet/lib/libdtrace && rm -f .depend dis_tables.d dt_aggregate.d dt_as.d dt_buf.d dt_cc.d dt_cg.d dt_consume.d dt_decl.d dt_dis.d dt_dof.d dt_error.d dt_errtags.d dt_grammar.d dt_handle.d dt_ident.d dt_inttab.d dt_isadep.d dt_lex.d dt_link.d dt_list.d dt_map.d dt_module.d dt_names.d dt_open.d dt_options.d dt_parser.d dt_pcb.d dt_pid.d dt_pq.d dt_pragma.d dt_print.d dt_printf.d dt_proc.d dt_program.d dt_provider.d dt_regset.d dt_string.d dt_strtab.d dt_subr.d dt_sugar.d dt_work.d dt_xlator.d gmatch.d dis_tables.d.tmp dt_aggregate.d.tmp dt_as.d.tmp dt_buf.d.tmp dt_cc.d.tmp dt_cg.d.tmp dt_consume.d.tmp dt_decl.d.tmp dt_dis.d.tmp dt_dof.d.tmp dt_error.d.tmp dt_errtags.d.tmp dt_grammar.d.tmp dt_handle.d.tmp dt_ident.d.tmp dt_inttab.d.tmp dt_isadep.d.tmp dt_lex.d.tmp dt_link.d.tmp dt_list.d.tmp dt_map.d.tmp dt_module.d.tmp dt_names.d.tmp dt_open.d.tmp dt_options.d.tmp dt_parser.d.tmp dt_pcb.d.tmp dt_pid.d.tmp dt_pq.d.tmp dt_pragma.d.tmp dt_print.d.tmp dt_printf.d.tmp dt_proc.d.tmp dt_program.d.tmp dt_provider.d.tmp dt_regset.d.tmp dt_string.d.tmp dt_strtab.d.tmp dt_subr.d.tmp dt_sugar.d.tmp dt_work.d.tmp dt_xlator.d.tmp gmatch.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libcpp && rm -f libcpp.so..map a.out [Ee]rrs mklog core *.core localedir.h || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/cddl/osnet/lib/libdtrace && rm -f .depend dis_tables.d dt_aggregate.d dt_as.d dt_buf.d dt_cc.d dt_cg.d dt_consume.d dt_decl.d dt_dis.d dt_dof.d dt_error.d dt_errtags.d dt_grammar.d dt_handle.d dt_ident.d dt_inttab.d dt_isadep.d dt_lex.d dt_link.d dt_list.d dt_map.d dt_module.d dt_names.d dt_open.d dt_options.d dt_parser.d dt_pcb.d dt_pid.d dt_pq.d dt_pragma.d dt_print.d dt_printf.d dt_proc.d dt_program.d dt_provider.d dt_regset.d dt_string.d dt_strtab.d dt_subr.d dt_sugar.d dt_work.d dt_xlator.d gmatch.d dis_tables.d.tmp dt_aggregate.d.tmp dt_as.d.tmp dt_buf.d.tmp dt_cc.d.tmp dt_cg.d.tmp dt_consume.d.tmp dt_decl.d.tmp dt_dis.d.tmp dt_dof.d.tmp dt_error.d.tmp dt_errtags.d.tmp dt_grammar.d.tmp dt_handle.d.tmp dt_ident.d.tmp dt_inttab.d.tmp dt_isadep.d.tmp dt_lex.d.tmp dt_link.d.tmp dt_list.d.tmp dt_map.d.tmp dt_module.d.tmp dt_names.d.tmp dt_open.d.tmp dt_options.d.tmp dt_parser.d.tmp dt_pcb.d.tmp dt_pid.d.tmp dt_pq.d.tmp dt_pragma.d.tmp dt_print.d.tmp dt_printf.d.tmp dt_proc.d.tmp dt_program.d.tmp dt_provider.d.tmp dt_regset.d.tmp dt_string.d.tmp dt_strtab.d.tmp dt_subr.d.tmp dt_sugar.d.tmp dt_work.d.tmp dt_xlator.d.tmp gmatch.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libcpp && rm -f libcpp.so..map a.out [Ee]rrs mklog core *.core localedir.h || true) --- cleandir-lib --- --- cleandir-librumpdev --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/librumpdev --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libcpp && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend charset.d directives-only.d directives.d errors.d expr.d files.d identifiers.d init.d lex.d line-map.d macro.d mkdeps.d pch.d symtab.d traditional.d charset.d.tmp directives-only.d.tmp directives.d.tmp errors.d.tmp expr.d.tmp files.d.tmp identifiers.d.tmp init.d.tmp lex.d.tmp line-map.d.tmp macro.d.tmp mkdeps.d.tmp pch.d.tmp symtab.d.tmp traditional.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libcpp && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend charset.d directives-only.d directives.d errors.d expr.d files.d identifiers.d init.d lex.d line-map.d macro.d mkdeps.d pch.d symtab.d traditional.d charset.d.tmp directives-only.d.tmp directives.d.tmp errors.d.tmp expr.d.tmp files.d.tmp identifiers.d.tmp init.d.tmp lex.d.tmp line-map.d.tmp macro.d.tmp mkdeps.d.tmp pch.d.tmp symtab.d.tmp traditional.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-libdecnumber --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpdev && rm -f librumpdev.a rump_dev.o kern_pmf.o dev_verbose.o rump_dev.o.tmp kern_pmf.o.tmp dev_verbose.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/libdecnumber --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpdev && rm -f librumpdev.a rump_dev.o kern_pmf.o dev_verbose.o rump_dev.o.tmp kern_pmf.o.tmp dev_verbose.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpdev && rm -f librumpdev_p.a rump_dev.po kern_pmf.po dev_verbose.po rump_dev.po.tmp kern_pmf.po.tmp dev_verbose.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpdev && rm -f librumpdev_p.a rump_dev.po kern_pmf.po dev_verbose.po rump_dev.po.tmp kern_pmf.po.tmp dev_verbose.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpdev && rm -f librumpdev_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpdev && rm -f librumpdev_g.a || true) --- libclean4 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpdev && rm -f librumpdev_pic.a librumpdev.so.* librumpdev.so rump_dev.pico kern_pmf.pico dev_verbose.pico rump_dev.pico.tmp kern_pmf.pico.tmp dev_verbose.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libdecnumber && rm -f libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o decNumber.o.tmp decContext.o.tmp decimal32.o.tmp decimal64.o.tmp decimal128.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpdev && rm -f librumpdev_pic.a librumpdev.so.* librumpdev.so rump_dev.pico kern_pmf.pico dev_verbose.pico rump_dev.pico.tmp kern_pmf.pico.tmp dev_verbose.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libdecnumber && rm -f libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o decNumber.o.tmp decContext.o.tmp decimal32.o.tmp decimal64.o.tmp decimal128.o.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpdev && rm -f llib-lrumpdev.ln rump_dev.ln kern_pmf.ln dev_verbose.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libdecnumber && rm -f libdecnumber_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpdev && rm -f llib-lrumpdev.ln rump_dev.ln kern_pmf.ln dev_verbose.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libdecnumber && rm -f libdecnumber_p.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpdev && rm -f librumpdev.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libdecnumber && rm -f libdecnumber_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpdev && rm -f librumpdev.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libdecnumber && rm -f libdecnumber_g.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpdev && rm -f .depend dev_verbose.d kern_pmf.d rump_dev.d dev_verbose.d.tmp kern_pmf.d.tmp rump_dev.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libdecnumber && rm -f libdecnumber_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpdev && rm -f .depend dev_verbose.d kern_pmf.d rump_dev.d dev_verbose.d.tmp kern_pmf.d.tmp rump_dev.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libdecnumber && rm -f libdecnumber_pic.a || true) --- cleandir-lib --- --- cleandir-librumpnet --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- cleandir ===> lib/librumpnet --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libdecnumber && rm -f llib-ldecnumber.ln decNumber.ln decContext.ln decimal32.ln decimal64.ln decimal128.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libdecnumber && rm -f llib-ldecnumber.ln decNumber.ln decContext.ln decimal32.ln decimal64.ln decimal128.ln || true) --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libdecnumber && rm -f libdecnumber.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpnet && rm -f librumpnet.a net_stub.o rump_net.o rumpnet_if_wrappers.o rumpnet_syscalls.o sys_socket.o uipc_accf.o uipc_domain.o uipc_mbuf.o uipc_socket.o uipc_socket2.o uipc_syscalls.o pktqueue.o pfil.o rss_config.o toeplitz.o at_print.o dl_print.o in_print.o in6_print.o radix.o rtbl.o bpf_stub.o wqinput.o net_stub.o.tmp rump_net.o.tmp rumpnet_if_wrappers.o.tmp rumpnet_syscalls.o.tmp sys_socket.o.tmp uipc_accf.o.tmp uipc_domain.o.tmp uipc_mbuf.o.tmp uipc_socket.o.tmp uipc_socket2.o.tmp uipc_syscalls.o.tmp pktqueue.o.tmp pfil.o.tmp rss_config.o.tmp toeplitz.o.tmp at_print.o.tmp dl_print.o.tmp in_print.o.tmp in6_print.o.tmp radix.o.tmp rtbl.o.tmp bpf_stub.o.tmp wqinput.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libdecnumber && rm -f libdecnumber.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpnet && rm -f librumpnet.a net_stub.o rump_net.o rumpnet_if_wrappers.o rumpnet_syscalls.o sys_socket.o uipc_accf.o uipc_domain.o uipc_mbuf.o uipc_socket.o uipc_socket2.o uipc_syscalls.o pktqueue.o pfil.o rss_config.o toeplitz.o at_print.o dl_print.o in_print.o in6_print.o radix.o rtbl.o bpf_stub.o wqinput.o net_stub.o.tmp rump_net.o.tmp rumpnet_if_wrappers.o.tmp rumpnet_syscalls.o.tmp sys_socket.o.tmp uipc_accf.o.tmp uipc_domain.o.tmp uipc_mbuf.o.tmp uipc_socket.o.tmp uipc_socket2.o.tmp uipc_syscalls.o.tmp pktqueue.o.tmp pfil.o.tmp rss_config.o.tmp toeplitz.o.tmp at_print.o.tmp dl_print.o.tmp in_print.o.tmp in6_print.o.tmp radix.o.tmp rtbl.o.tmp bpf_stub.o.tmp wqinput.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/libdecnumber && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend decContext.d decNumber.d decimal128.d decimal32.d decimal64.d decContext.d.tmp decNumber.d.tmp decimal128.d.tmp decimal32.d.tmp decimal64.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpnet && rm -f librumpnet_p.a net_stub.po rump_net.po rumpnet_if_wrappers.po rumpnet_syscalls.po sys_socket.po uipc_accf.po uipc_domain.po uipc_mbuf.po uipc_socket.po uipc_socket2.po uipc_syscalls.po pktqueue.po pfil.po rss_config.po toeplitz.po at_print.po dl_print.po in_print.po in6_print.po radix.po rtbl.po bpf_stub.po wqinput.po net_stub.po.tmp rump_net.po.tmp rumpnet_if_wrappers.po.tmp rumpnet_syscalls.po.tmp sys_socket.po.tmp uipc_accf.po.tmp uipc_domain.po.tmp uipc_mbuf.po.tmp uipc_socket.po.tmp uipc_socket2.po.tmp uipc_syscalls.po.tmp pktqueue.po.tmp pfil.po.tmp rss_config.po.tmp toeplitz.po.tmp at_print.po.tmp dl_print.po.tmp in_print.po.tmp in6_print.po.tmp radix.po.tmp rtbl.po.tmp bpf_stub.po.tmp wqinput.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/libdecnumber && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend decContext.d decNumber.d decimal128.d decimal32.d decimal64.d decContext.d.tmp decNumber.d.tmp decimal128.d.tmp decimal32.d.tmp decimal64.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpnet && rm -f librumpnet_p.a net_stub.po rump_net.po rumpnet_if_wrappers.po rumpnet_syscalls.po sys_socket.po uipc_accf.po uipc_domain.po uipc_mbuf.po uipc_socket.po uipc_socket2.po uipc_syscalls.po pktqueue.po pfil.po rss_config.po toeplitz.po at_print.po dl_print.po in_print.po in6_print.po radix.po rtbl.po bpf_stub.po wqinput.po net_stub.po.tmp rump_net.po.tmp rumpnet_if_wrappers.po.tmp rumpnet_syscalls.po.tmp sys_socket.po.tmp uipc_accf.po.tmp uipc_domain.po.tmp uipc_mbuf.po.tmp uipc_socket.po.tmp uipc_socket2.po.tmp uipc_syscalls.po.tmp pktqueue.po.tmp pfil.po.tmp rss_config.po.tmp toeplitz.po.tmp at_print.po.tmp dl_print.po.tmp in_print.po.tmp in6_print.po.tmp radix.po.tmp rtbl.po.tmp bpf_stub.po.tmp wqinput.po.tmp || true) --- cleandir-external --- --- cleandir-gcov --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/gcov --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpnet && rm -f librumpnet_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpnet && rm -f librumpnet_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpnet && rm -f librumpnet_pic.a librumpnet.so.* librumpnet.so net_stub.pico rump_net.pico rumpnet_if_wrappers.pico rumpnet_syscalls.pico sys_socket.pico uipc_accf.pico uipc_domain.pico uipc_mbuf.pico uipc_socket.pico uipc_socket2.pico uipc_syscalls.pico pktqueue.pico pfil.pico rss_config.pico toeplitz.pico at_print.pico dl_print.pico in_print.pico in6_print.pico radix.pico rtbl.pico bpf_stub.pico wqinput.pico net_stub.pico.tmp rump_net.pico.tmp rumpnet_if_wrappers.pico.tmp rumpnet_syscalls.pico.tmp sys_socket.pico.tmp uipc_accf.pico.tmp uipc_domain.pico.tmp uipc_mbuf.pico.tmp uipc_socket.pico.tmp uipc_socket2.pico.tmp uipc_syscalls.pico.tmp pktqueue.pico.tmp pfil.pico.tmp rss_config.pico.tmp toeplitz.pico.tmp at_print.pico.tmp dl_print.pico.tmp in_print.pico.tmp in6_print.pico.tmp radix.pico.tmp rtbl.pico.tmp bpf_stub.pico.tmp wqinput.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpnet && rm -f librumpnet_pic.a librumpnet.so.* librumpnet.so net_stub.pico rump_net.pico rumpnet_if_wrappers.pico rumpnet_syscalls.pico sys_socket.pico uipc_accf.pico uipc_domain.pico uipc_mbuf.pico uipc_socket.pico uipc_socket2.pico uipc_syscalls.pico pktqueue.pico pfil.pico rss_config.pico toeplitz.pico at_print.pico dl_print.pico in_print.pico in6_print.pico radix.pico rtbl.pico bpf_stub.pico wqinput.pico net_stub.pico.tmp rump_net.pico.tmp rumpnet_if_wrappers.pico.tmp rumpnet_syscalls.pico.tmp sys_socket.pico.tmp uipc_accf.pico.tmp uipc_domain.pico.tmp uipc_mbuf.pico.tmp uipc_socket.pico.tmp uipc_socket2.pico.tmp uipc_syscalls.pico.tmp pktqueue.pico.tmp pfil.pico.tmp rss_config.pico.tmp toeplitz.pico.tmp at_print.pico.tmp dl_print.pico.tmp in_print.pico.tmp in6_print.pico.tmp radix.pico.tmp rtbl.pico.tmp bpf_stub.pico.tmp wqinput.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpnet && rm -f llib-lrumpnet.ln net_stub.ln rump_net.ln rumpnet_if_wrappers.ln rumpnet_syscalls.ln sys_socket.ln uipc_accf.ln uipc_domain.ln uipc_mbuf.ln uipc_socket.ln uipc_socket2.ln uipc_syscalls.ln pktqueue.ln pfil.ln rss_config.ln toeplitz.ln at_print.ln dl_print.ln in_print.ln in6_print.ln radix.ln rtbl.ln bpf_stub.ln wqinput.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpnet && rm -f llib-lrumpnet.ln net_stub.ln rump_net.ln rumpnet_if_wrappers.ln rumpnet_syscalls.ln sys_socket.ln uipc_accf.ln uipc_domain.ln uipc_mbuf.ln uipc_socket.ln uipc_socket2.ln uipc_syscalls.ln pktqueue.ln pfil.ln rss_config.ln toeplitz.ln at_print.ln dl_print.ln in_print.ln in6_print.ln radix.ln rtbl.ln bpf_stub.ln wqinput.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpnet && rm -f librumpnet.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpnet && rm -f librumpnet.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpnet && rm -f .depend at_print.d bpf_stub.d dl_print.d in6_print.d in_print.d net_stub.d pfil.d pktqueue.d radix.d rss_config.d rtbl.d rump_net.d rumpnet_if_wrappers.d rumpnet_syscalls.d sys_socket.d toeplitz.d uipc_accf.d uipc_domain.d uipc_mbuf.d uipc_socket.d uipc_socket2.d uipc_syscalls.d wqinput.d at_print.d.tmp bpf_stub.d.tmp dl_print.d.tmp in6_print.d.tmp in_print.d.tmp net_stub.d.tmp pfil.d.tmp pktqueue.d.tmp radix.d.tmp rss_config.d.tmp rtbl.d.tmp rump_net.d.tmp rumpnet_if_wrappers.d.tmp rumpnet_syscalls.d.tmp sys_socket.d.tmp toeplitz.d.tmp uipc_accf.d.tmp uipc_domain.d.tmp uipc_mbuf.d.tmp uipc_socket.d.tmp uipc_socket2.d.tmp uipc_syscalls.d.tmp wqinput.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpnet && rm -f .depend at_print.d bpf_stub.d dl_print.d in6_print.d in_print.d net_stub.d pfil.d pktqueue.d radix.d rss_config.d rtbl.d rump_net.d rumpnet_if_wrappers.d rumpnet_syscalls.d sys_socket.d toeplitz.d uipc_accf.d uipc_domain.d uipc_mbuf.d uipc_socket.d uipc_socket2.d uipc_syscalls.d wqinput.d at_print.d.tmp bpf_stub.d.tmp dl_print.d.tmp in6_print.d.tmp in_print.d.tmp net_stub.d.tmp pfil.d.tmp pktqueue.d.tmp radix.d.tmp rss_config.d.tmp rtbl.d.tmp rump_net.d.tmp rumpnet_if_wrappers.d.tmp rumpnet_syscalls.d.tmp sys_socket.d.tmp toeplitz.d.tmp uipc_accf.d.tmp uipc_domain.d.tmp uipc_mbuf.d.tmp uipc_socket.d.tmp uipc_socket2.d.tmp uipc_syscalls.d.tmp wqinput.d.tmp tags || true) --- cleandir-librumpvfs --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/librumpvfs --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/gcov && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gcov gcov.o json.o gcov.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/gcov && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gcov gcov.o json.o gcov.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/gcov && rm -f gcov.html1 gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend gcov.d json.d gcov.d.tmp json.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpvfs && rm -f librumpvfs.a rump_vfs.o devnodes.o devnull.o rumpblk.o rumpfs.o vm_vfs.o rumpvfs_if_wrappers.o rumpvfs_syscalls.o kern_physio.o vfs_acl.o vfs_bio.o vfs_cache.o vfs_cwd.o vfs_dirhash.o vfs_getcwd.o vfs_hooks.o vfs_init.o vfs_lockf.o vfs_lookup.o vfs_mount.o vfs_subr.o vfs_syscalls.o vfs_trans.o vfs_vnode.o vfs_vnops.o vfs_wapbl.o vfs_xattr.o kern_module_vfs.o subr_kobj_vfs.o uvm_vnode.o dead_vfsops.o dead_vnops.o genfs_io.o genfs_rename.o genfs_vfsops.o genfs_vnops.o spec_vnops.o subr_acl_nfs4.o subr_acl_posix1e.o subr_bufq.o bufq_disksort.o bufq_fcfs.o bufq_priocscan.o bufq_readprio.o mfs_miniroot.o kern_ktrace_vfs.o quota1_subr.o vfs_quotactl.o firmload.o vfs_syscalls_50.o rumpvfs_compat50.o rumpvnode_if.o rump_vfs.o.tmp devnodes.o.tmp devnull.o.tmp rumpblk.o.tmp rumpfs.o.tmp vm_vfs.o.tmp rumpvfs_if_wrappers.o.tmp rumpvfs_syscalls.o.tmp kern_physio.o.tmp vfs_acl.o.tmp vfs_bio.o.tmp vfs_cache.o.tmp vfs_cwd.o.tmp vfs_dirhash.o.tmp vfs_getcwd.o.tmp vfs_hooks.o.tmp vfs_init.o.tmp vfs_lockf.o.tmp vfs_lookup.o.tmp vfs_mount.o.tmp vfs_subr.o.tmp vfs_syscalls.o.tmp vfs_trans.o.tmp vfs_vnode.o.tmp vfs_vnops.o.tmp vfs_wapbl.o.tmp vfs_xattr.o.tmp kern_module_vfs.o.tmp subr_kobj_vfs.o.tmp uvm_vnode.o.tmp dead_vfsops.o.tmp dead_vnops.o.tmp genfs_io.o.tmp genfs_rename.o.tmp genfs_vfsops.o.tmp genfs_vnops.o.tmp spec_vnops.o.tmp subr_acl_nfs4.o.tmp subr_acl_posix1e.o.tmp subr_bufq.o.tmp bufq_disksort.o.tmp bufq_fcfs.o.tmp bufq_priocscan.o.tmp bufq_readprio.o.tmp mfs_miniroot.o.tmp kern_ktrace_vfs.o.tmp quota1_subr.o.tmp vfs_quotactl.o.tmp firmload.o.tmp vfs_syscalls_50.o.tmp rumpvfs_compat50.o.tmp rumpvnode_if.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/gcov && rm -f gcov.html1 gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend gcov.d json.d gcov.d.tmp json.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpvfs && rm -f librumpvfs.a rump_vfs.o devnodes.o devnull.o rumpblk.o rumpfs.o vm_vfs.o rumpvfs_if_wrappers.o rumpvfs_syscalls.o kern_physio.o vfs_acl.o vfs_bio.o vfs_cache.o vfs_cwd.o vfs_dirhash.o vfs_getcwd.o vfs_hooks.o vfs_init.o vfs_lockf.o vfs_lookup.o vfs_mount.o vfs_subr.o vfs_syscalls.o vfs_trans.o vfs_vnode.o vfs_vnops.o vfs_wapbl.o vfs_xattr.o kern_module_vfs.o subr_kobj_vfs.o uvm_vnode.o dead_vfsops.o dead_vnops.o genfs_io.o genfs_rename.o genfs_vfsops.o genfs_vnops.o spec_vnops.o subr_acl_nfs4.o subr_acl_posix1e.o subr_bufq.o bufq_disksort.o bufq_fcfs.o bufq_priocscan.o bufq_readprio.o mfs_miniroot.o kern_ktrace_vfs.o quota1_subr.o vfs_quotactl.o firmload.o vfs_syscalls_50.o rumpvfs_compat50.o rumpvnode_if.o rump_vfs.o.tmp devnodes.o.tmp devnull.o.tmp rumpblk.o.tmp rumpfs.o.tmp vm_vfs.o.tmp rumpvfs_if_wrappers.o.tmp rumpvfs_syscalls.o.tmp kern_physio.o.tmp vfs_acl.o.tmp vfs_bio.o.tmp vfs_cache.o.tmp vfs_cwd.o.tmp vfs_dirhash.o.tmp vfs_getcwd.o.tmp vfs_hooks.o.tmp vfs_init.o.tmp vfs_lockf.o.tmp vfs_lookup.o.tmp vfs_mount.o.tmp vfs_subr.o.tmp vfs_syscalls.o.tmp vfs_trans.o.tmp vfs_vnode.o.tmp vfs_vnops.o.tmp vfs_wapbl.o.tmp vfs_xattr.o.tmp kern_module_vfs.o.tmp subr_kobj_vfs.o.tmp uvm_vnode.o.tmp dead_vfsops.o.tmp dead_vnops.o.tmp genfs_io.o.tmp genfs_rename.o.tmp genfs_vfsops.o.tmp genfs_vnops.o.tmp spec_vnops.o.tmp subr_acl_nfs4.o.tmp subr_acl_posix1e.o.tmp subr_bufq.o.tmp bufq_disksort.o.tmp bufq_fcfs.o.tmp bufq_priocscan.o.tmp bufq_readprio.o.tmp mfs_miniroot.o.tmp kern_ktrace_vfs.o.tmp quota1_subr.o.tmp vfs_quotactl.o.tmp firmload.o.tmp vfs_syscalls_50.o.tmp rumpvfs_compat50.o.tmp rumpvnode_if.o.tmp || true) --- cleandir-external --- --- cleandir-gcov-dump --- cleandir ===> external/gpl3/gcc/usr.bin/gcov-dump --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpvfs && rm -f librumpvfs_p.a rump_vfs.po devnodes.po devnull.po rumpblk.po rumpfs.po vm_vfs.po rumpvfs_if_wrappers.po rumpvfs_syscalls.po kern_physio.po vfs_acl.po vfs_bio.po vfs_cache.po vfs_cwd.po vfs_dirhash.po vfs_getcwd.po vfs_hooks.po vfs_init.po vfs_lockf.po vfs_lookup.po vfs_mount.po vfs_subr.po vfs_syscalls.po vfs_trans.po vfs_vnode.po vfs_vnops.po vfs_wapbl.po vfs_xattr.po kern_module_vfs.po subr_kobj_vfs.po uvm_vnode.po dead_vfsops.po dead_vnops.po genfs_io.po genfs_rename.po genfs_vfsops.po genfs_vnops.po spec_vnops.po subr_acl_nfs4.po subr_acl_posix1e.po subr_bufq.po bufq_disksort.po bufq_fcfs.po bufq_priocscan.po bufq_readprio.po mfs_miniroot.po kern_ktrace_vfs.po quota1_subr.po vfs_quotactl.po firmload.po vfs_syscalls_50.po rumpvfs_compat50.po rumpvnode_if.po rump_vfs.po.tmp devnodes.po.tmp devnull.po.tmp rumpblk.po.tmp rumpfs.po.tmp vm_vfs.po.tmp rumpvfs_if_wrappers.po.tmp rumpvfs_syscalls.po.tmp kern_physio.po.tmp vfs_acl.po.tmp vfs_bio.po.tmp vfs_cache.po.tmp vfs_cwd.po.tmp vfs_dirhash.po.tmp vfs_getcwd.po.tmp vfs_hooks.po.tmp vfs_init.po.tmp vfs_lockf.po.tmp vfs_lookup.po.tmp vfs_mount.po.tmp vfs_subr.po.tmp vfs_syscalls.po.tmp vfs_trans.po.tmp vfs_vnode.po.tmp vfs_vnops.po.tmp vfs_wapbl.po.tmp vfs_xattr.po.tmp kern_module_vfs.po.tmp subr_kobj_vfs.po.tmp uvm_vnode.po.tmp dead_vfsops.po.tmp dead_vnops.po.tmp genfs_io.po.tmp genfs_rename.po.tmp genfs_vfsops.po.tmp genfs_vnops.po.tmp spec_vnops.po.tmp subr_acl_nfs4.po.tmp subr_acl_posix1e.po.tmp subr_bufq.po.tmp bufq_disksort.po.tmp bufq_fcfs.po.tmp bufq_priocscan.po.tmp bufq_readprio.po.tmp mfs_miniroot.po.tmp kern_ktrace_vfs.po.tmp quota1_subr.po.tmp vfs_quotactl.po.tmp firmload.po.tmp vfs_syscalls_50.po.tmp rumpvfs_compat50.po.tmp rumpvnode_if.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpvfs && rm -f librumpvfs_p.a rump_vfs.po devnodes.po devnull.po rumpblk.po rumpfs.po vm_vfs.po rumpvfs_if_wrappers.po rumpvfs_syscalls.po kern_physio.po vfs_acl.po vfs_bio.po vfs_cache.po vfs_cwd.po vfs_dirhash.po vfs_getcwd.po vfs_hooks.po vfs_init.po vfs_lockf.po vfs_lookup.po vfs_mount.po vfs_subr.po vfs_syscalls.po vfs_trans.po vfs_vnode.po vfs_vnops.po vfs_wapbl.po vfs_xattr.po kern_module_vfs.po subr_kobj_vfs.po uvm_vnode.po dead_vfsops.po dead_vnops.po genfs_io.po genfs_rename.po genfs_vfsops.po genfs_vnops.po spec_vnops.po subr_acl_nfs4.po subr_acl_posix1e.po subr_bufq.po bufq_disksort.po bufq_fcfs.po bufq_priocscan.po bufq_readprio.po mfs_miniroot.po kern_ktrace_vfs.po quota1_subr.po vfs_quotactl.po firmload.po vfs_syscalls_50.po rumpvfs_compat50.po rumpvnode_if.po rump_vfs.po.tmp devnodes.po.tmp devnull.po.tmp rumpblk.po.tmp rumpfs.po.tmp vm_vfs.po.tmp rumpvfs_if_wrappers.po.tmp rumpvfs_syscalls.po.tmp kern_physio.po.tmp vfs_acl.po.tmp vfs_bio.po.tmp vfs_cache.po.tmp vfs_cwd.po.tmp vfs_dirhash.po.tmp vfs_getcwd.po.tmp vfs_hooks.po.tmp vfs_init.po.tmp vfs_lockf.po.tmp vfs_lookup.po.tmp vfs_mount.po.tmp vfs_subr.po.tmp vfs_syscalls.po.tmp vfs_trans.po.tmp vfs_vnode.po.tmp vfs_vnops.po.tmp vfs_wapbl.po.tmp vfs_xattr.po.tmp kern_module_vfs.po.tmp subr_kobj_vfs.po.tmp uvm_vnode.po.tmp dead_vfsops.po.tmp dead_vnops.po.tmp genfs_io.po.tmp genfs_rename.po.tmp genfs_vfsops.po.tmp genfs_vnops.po.tmp spec_vnops.po.tmp subr_acl_nfs4.po.tmp subr_acl_posix1e.po.tmp subr_bufq.po.tmp bufq_disksort.po.tmp bufq_fcfs.po.tmp bufq_priocscan.po.tmp bufq_readprio.po.tmp mfs_miniroot.po.tmp kern_ktrace_vfs.po.tmp quota1_subr.po.tmp vfs_quotactl.po.tmp firmload.po.tmp vfs_syscalls_50.po.tmp rumpvfs_compat50.po.tmp rumpvnode_if.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpvfs && rm -f librumpvfs_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpvfs && rm -f librumpvfs_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpvfs && rm -f librumpvfs_pic.a librumpvfs.so.* librumpvfs.so rump_vfs.pico devnodes.pico devnull.pico rumpblk.pico rumpfs.pico vm_vfs.pico rumpvfs_if_wrappers.pico rumpvfs_syscalls.pico kern_physio.pico vfs_acl.pico vfs_bio.pico vfs_cache.pico vfs_cwd.pico vfs_dirhash.pico vfs_getcwd.pico vfs_hooks.pico vfs_init.pico vfs_lockf.pico vfs_lookup.pico vfs_mount.pico vfs_subr.pico vfs_syscalls.pico vfs_trans.pico vfs_vnode.pico vfs_vnops.pico vfs_wapbl.pico vfs_xattr.pico kern_module_vfs.pico subr_kobj_vfs.pico uvm_vnode.pico dead_vfsops.pico dead_vnops.pico genfs_io.pico genfs_rename.pico genfs_vfsops.pico genfs_vnops.pico spec_vnops.pico subr_acl_nfs4.pico subr_acl_posix1e.pico subr_bufq.pico bufq_disksort.pico bufq_fcfs.pico bufq_priocscan.pico bufq_readprio.pico mfs_miniroot.pico kern_ktrace_vfs.pico quota1_subr.pico vfs_quotactl.pico firmload.pico vfs_syscalls_50.pico rumpvfs_compat50.pico rumpvnode_if.pico rump_vfs.pico.tmp devnodes.pico.tmp devnull.pico.tmp rumpblk.pico.tmp rumpfs.pico.tmp vm_vfs.pico.tmp rumpvfs_if_wrappers.pico.tmp rumpvfs_syscalls.pico.tmp kern_physio.pico.tmp vfs_acl.pico.tmp vfs_bio.pico.tmp vfs_cache.pico.tmp vfs_cwd.pico.tmp vfs_dirhash.pico.tmp vfs_getcwd.pico.tmp vfs_hooks.pico.tmp vfs_init.pico.tmp vfs_lockf.pico.tmp vfs_lookup.pico.tmp vfs_mount.pico.tmp vfs_subr.pico.tmp vfs_syscalls.pico.tmp vfs_trans.pico.tmp vfs_vnode.pico.tmp vfs_vnops.pico.tmp vfs_wapbl.pico.tmp vfs_xattr.pico.tmp kern_module_vfs.pico.tmp subr_kobj_vfs.pico.tmp uvm_vnode.pico.tmp dead_vfsops.pico.tmp dead_vnops.pico.tmp genfs_io.pico.tmp genfs_rename.pico.tmp genfs_vfsops.pico.tmp genfs_vnops.pico.tmp spec_vnops.pico.tmp subr_acl_nfs4.pico.tmp subr_acl_posix1e.pico.tmp subr_bufq.pico.tmp bufq_disksort.pico.tmp bufq_fcfs.pico.tmp bufq_priocscan.pico.tmp bufq_readprio.pico.tmp mfs_miniroot.pico.tmp kern_ktrace_vfs.pico.tmp quota1_subr.pico.tmp vfs_quotactl.pico.tmp firmload.pico.tmp vfs_syscalls_50.pico.tmp rumpvfs_compat50.pico.tmp rumpvnode_if.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpvfs && rm -f librumpvfs_pic.a librumpvfs.so.* librumpvfs.so rump_vfs.pico devnodes.pico devnull.pico rumpblk.pico rumpfs.pico vm_vfs.pico rumpvfs_if_wrappers.pico rumpvfs_syscalls.pico kern_physio.pico vfs_acl.pico vfs_bio.pico vfs_cache.pico vfs_cwd.pico vfs_dirhash.pico vfs_getcwd.pico vfs_hooks.pico vfs_init.pico vfs_lockf.pico vfs_lookup.pico vfs_mount.pico vfs_subr.pico vfs_syscalls.pico vfs_trans.pico vfs_vnode.pico vfs_vnops.pico vfs_wapbl.pico vfs_xattr.pico kern_module_vfs.pico subr_kobj_vfs.pico uvm_vnode.pico dead_vfsops.pico dead_vnops.pico genfs_io.pico genfs_rename.pico genfs_vfsops.pico genfs_vnops.pico spec_vnops.pico subr_acl_nfs4.pico subr_acl_posix1e.pico subr_bufq.pico bufq_disksort.pico bufq_fcfs.pico bufq_priocscan.pico bufq_readprio.pico mfs_miniroot.pico kern_ktrace_vfs.pico quota1_subr.pico vfs_quotactl.pico firmload.pico vfs_syscalls_50.pico rumpvfs_compat50.pico rumpvnode_if.pico rump_vfs.pico.tmp devnodes.pico.tmp devnull.pico.tmp rumpblk.pico.tmp rumpfs.pico.tmp vm_vfs.pico.tmp rumpvfs_if_wrappers.pico.tmp rumpvfs_syscalls.pico.tmp kern_physio.pico.tmp vfs_acl.pico.tmp vfs_bio.pico.tmp vfs_cache.pico.tmp vfs_cwd.pico.tmp vfs_dirhash.pico.tmp vfs_getcwd.pico.tmp vfs_hooks.pico.tmp vfs_init.pico.tmp vfs_lockf.pico.tmp vfs_lookup.pico.tmp vfs_mount.pico.tmp vfs_subr.pico.tmp vfs_syscalls.pico.tmp vfs_trans.pico.tmp vfs_vnode.pico.tmp vfs_vnops.pico.tmp vfs_wapbl.pico.tmp vfs_xattr.pico.tmp kern_module_vfs.pico.tmp subr_kobj_vfs.pico.tmp uvm_vnode.pico.tmp dead_vfsops.pico.tmp dead_vnops.pico.tmp genfs_io.pico.tmp genfs_rename.pico.tmp genfs_vfsops.pico.tmp genfs_vnops.pico.tmp spec_vnops.pico.tmp subr_acl_nfs4.pico.tmp subr_acl_posix1e.pico.tmp subr_bufq.pico.tmp bufq_disksort.pico.tmp bufq_fcfs.pico.tmp bufq_priocscan.pico.tmp bufq_readprio.pico.tmp mfs_miniroot.pico.tmp kern_ktrace_vfs.pico.tmp quota1_subr.pico.tmp vfs_quotactl.pico.tmp firmload.pico.tmp vfs_syscalls_50.pico.tmp rumpvfs_compat50.pico.tmp rumpvnode_if.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpvfs && rm -f llib-lrumpvfs.ln rump_vfs.ln devnodes.ln devnull.ln rumpblk.ln rumpfs.ln vm_vfs.ln rumpvfs_if_wrappers.ln rumpvfs_syscalls.ln kern_physio.ln vfs_acl.ln vfs_bio.ln vfs_cache.ln vfs_cwd.ln vfs_dirhash.ln vfs_getcwd.ln vfs_hooks.ln vfs_init.ln vfs_lockf.ln vfs_lookup.ln vfs_mount.ln vfs_subr.ln vfs_syscalls.ln vfs_trans.ln vfs_vnode.ln vfs_vnops.ln vfs_wapbl.ln vfs_xattr.ln kern_module_vfs.ln subr_kobj_vfs.ln uvm_vnode.ln dead_vfsops.ln dead_vnops.ln genfs_io.ln genfs_rename.ln genfs_vfsops.ln genfs_vnops.ln spec_vnops.ln subr_acl_nfs4.ln subr_acl_posix1e.ln subr_bufq.ln bufq_disksort.ln bufq_fcfs.ln bufq_priocscan.ln bufq_readprio.ln mfs_miniroot.ln kern_ktrace_vfs.ln quota1_subr.ln vfs_quotactl.ln firmload.ln vfs_syscalls_50.ln rumpvfs_compat50.ln rumpvnode_if.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpvfs && rm -f llib-lrumpvfs.ln rump_vfs.ln devnodes.ln devnull.ln rumpblk.ln rumpfs.ln vm_vfs.ln rumpvfs_if_wrappers.ln rumpvfs_syscalls.ln kern_physio.ln vfs_acl.ln vfs_bio.ln vfs_cache.ln vfs_cwd.ln vfs_dirhash.ln vfs_getcwd.ln vfs_hooks.ln vfs_init.ln vfs_lockf.ln vfs_lookup.ln vfs_mount.ln vfs_subr.ln vfs_syscalls.ln vfs_trans.ln vfs_vnode.ln vfs_vnops.ln vfs_wapbl.ln vfs_xattr.ln kern_module_vfs.ln subr_kobj_vfs.ln uvm_vnode.ln dead_vfsops.ln dead_vnops.ln genfs_io.ln genfs_rename.ln genfs_vfsops.ln genfs_vnops.ln spec_vnops.ln subr_acl_nfs4.ln subr_acl_posix1e.ln subr_bufq.ln bufq_disksort.ln bufq_fcfs.ln bufq_priocscan.ln bufq_readprio.ln mfs_miniroot.ln kern_ktrace_vfs.ln quota1_subr.ln vfs_quotactl.ln firmload.ln vfs_syscalls_50.ln rumpvfs_compat50.ln rumpvnode_if.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpvfs && rm -f librumpvfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpvfs && rm -f librumpvfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/gcov-dump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gcov-dump gcov-dump.o gcov-dump.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/gcov-dump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gcov-dump gcov-dump.o gcov-dump.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/librumpvfs && rm -f rump_etfs.html3 rumpfs.html4 .depend bufq_disksort.d bufq_fcfs.d bufq_priocscan.d bufq_readprio.d dead_vfsops.d dead_vnops.d devnodes.d devnull.d firmload.d genfs_io.d genfs_rename.d genfs_vfsops.d genfs_vnops.d kern_ktrace_vfs.d kern_module_vfs.d kern_physio.d mfs_miniroot.d quota1_subr.d rump_vfs.d rumpblk.d rumpfs.d rumpvfs_compat50.d rumpvfs_if_wrappers.d rumpvfs_syscalls.d rumpvnode_if.d spec_vnops.d subr_acl_nfs4.d subr_acl_posix1e.d subr_bufq.d subr_kobj_vfs.d uvm_vnode.d vfs_acl.d vfs_bio.d vfs_cache.d vfs_cwd.d vfs_dirhash.d vfs_getcwd.d vfs_hooks.d vfs_init.d vfs_lockf.d vfs_lookup.d vfs_mount.d vfs_quotactl.d vfs_subr.d vfs_syscalls.d vfs_syscalls_50.d vfs_trans.d vfs_vnode.d vfs_vnops.d vfs_wapbl.d vfs_xattr.d vm_vfs.d bufq_disksort.d.tmp bufq_fcfs.d.tmp bufq_priocscan.d.tmp bufq_readprio.d.tmp dead_vfsops.d.tmp dead_vnops.d.tmp devnodes.d.tmp devnull.d.tmp firmload.d.tmp genfs_io.d.tmp genfs_rename.d.tmp genfs_vfsops.d.tmp genfs_vnops.d.tmp kern_ktrace_vfs.d.tmp kern_module_vfs.d.tmp kern_physio.d.tmp mfs_miniroot.d.tmp quota1_subr.d.tmp rump_vfs.d.tmp rumpblk.d.tmp rumpfs.d.tmp rumpvfs_compat50.d.tmp rumpvfs_if_wrappers.d.tmp rumpvfs_syscalls.d.tmp rumpvnode_if.d.tmp spec_vnops.d.tmp subr_acl_nfs4.d.tmp subr_acl_posix1e.d.tmp subr_bufq.d.tmp subr_kobj_vfs.d.tmp uvm_vnode.d.tmp vfs_acl.d.tmp vfs_bio.d.tmp vfs_cache.d.tmp vfs_cwd.d.tmp vfs_dirhash.d.tmp vfs_getcwd.d.tmp vfs_hooks.d.tmp vfs_init.d.tmp vfs_lockf.d.tmp vfs_lookup.d.tmp vfs_mount.d.tmp vfs_quotactl.d.tmp vfs_subr.d.tmp vfs_syscalls.d.tmp vfs_syscalls_50.d.tmp vfs_trans.d.tmp vfs_vnode.d.tmp vfs_vnops.d.tmp vfs_wapbl.d.tmp vfs_xattr.d.tmp vm_vfs.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/librumpvfs && rm -f rump_etfs.html3 rumpfs.html4 .depend bufq_disksort.d bufq_fcfs.d bufq_priocscan.d bufq_readprio.d dead_vfsops.d dead_vnops.d devnodes.d devnull.d firmload.d genfs_io.d genfs_rename.d genfs_vfsops.d genfs_vnops.d kern_ktrace_vfs.d kern_module_vfs.d kern_physio.d mfs_miniroot.d quota1_subr.d rump_vfs.d rumpblk.d rumpfs.d rumpvfs_compat50.d rumpvfs_if_wrappers.d rumpvfs_syscalls.d rumpvnode_if.d spec_vnops.d subr_acl_nfs4.d subr_acl_posix1e.d subr_bufq.d subr_kobj_vfs.d uvm_vnode.d vfs_acl.d vfs_bio.d vfs_cache.d vfs_cwd.d vfs_dirhash.d vfs_getcwd.d vfs_hooks.d vfs_init.d vfs_lockf.d vfs_lookup.d vfs_mount.d vfs_quotactl.d vfs_subr.d vfs_syscalls.d vfs_syscalls_50.d vfs_trans.d vfs_vnode.d vfs_vnops.d vfs_wapbl.d vfs_xattr.d vm_vfs.d bufq_disksort.d.tmp bufq_fcfs.d.tmp bufq_priocscan.d.tmp bufq_readprio.d.tmp dead_vfsops.d.tmp dead_vnops.d.tmp devnodes.d.tmp devnull.d.tmp firmload.d.tmp genfs_io.d.tmp genfs_rename.d.tmp genfs_vfsops.d.tmp genfs_vnops.d.tmp kern_ktrace_vfs.d.tmp kern_module_vfs.d.tmp kern_physio.d.tmp mfs_miniroot.d.tmp quota1_subr.d.tmp rump_vfs.d.tmp rumpblk.d.tmp rumpfs.d.tmp rumpvfs_compat50.d.tmp rumpvfs_if_wrappers.d.tmp rumpvfs_syscalls.d.tmp rumpvnode_if.d.tmp spec_vnops.d.tmp subr_acl_nfs4.d.tmp subr_acl_posix1e.d.tmp subr_bufq.d.tmp subr_kobj_vfs.d.tmp uvm_vnode.d.tmp vfs_acl.d.tmp vfs_bio.d.tmp vfs_cache.d.tmp vfs_cwd.d.tmp vfs_dirhash.d.tmp vfs_getcwd.d.tmp vfs_hooks.d.tmp vfs_init.d.tmp vfs_lockf.d.tmp vfs_lookup.d.tmp vfs_mount.d.tmp vfs_quotactl.d.tmp vfs_subr.d.tmp vfs_syscalls.d.tmp vfs_syscalls_50.d.tmp vfs_trans.d.tmp vfs_vnode.d.tmp vfs_vnops.d.tmp vfs_wapbl.d.tmp vfs_xattr.d.tmp vm_vfs.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/gcov-dump && rm -f gcov-dump.html1 gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend gcov-dump.d gcov-dump.d.tmp tags || true) --- cleandir-lib --- --- cleandir-../crypto/external/bsd/libsaslc --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/gcov-dump && rm -f gcov-dump.html1 gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend gcov-dump.d gcov-dump.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/libsaslc --- cleandir-external --- --- cleandir-cc1 --- --- cleandir-lib --- --- cleandir-etc --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/cc1 --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/libsaslc/etc --- __doclean --- --- __docleandir --- --- cleandir-mech --- cleandir ===> lib/../crypto/external/bsd/libsaslc/etc/mech --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/etc/mech && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/etc/mech && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../crypto/external/bsd/libsaslc/lib --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.a buffer.o crypto.o dict.o error.o list.o mech.o mech_anonymous.o mech_crammd5.o mech_digestmd5.o mech_external.o mech_gssapi.o mech_login.o mech_plain.o msg.o parser.o saslc.o xsess.o buffer.o.tmp crypto.o.tmp dict.o.tmp error.o.tmp list.o.tmp mech.o.tmp mech_anonymous.o.tmp mech_crammd5.o.tmp mech_digestmd5.o.tmp mech_external.o.tmp mech_gssapi.o.tmp mech_login.o.tmp mech_plain.o.tmp msg.o.tmp parser.o.tmp saslc.o.tmp xsess.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.a buffer.o crypto.o dict.o error.o list.o mech.o mech_anonymous.o mech_crammd5.o mech_digestmd5.o mech_external.o mech_gssapi.o mech_login.o mech_plain.o msg.o parser.o saslc.o xsess.o buffer.o.tmp crypto.o.tmp dict.o.tmp error.o.tmp list.o.tmp mech.o.tmp mech_anonymous.o.tmp mech_crammd5.o.tmp mech_digestmd5.o.tmp mech_external.o.tmp mech_gssapi.o.tmp mech_login.o.tmp mech_plain.o.tmp msg.o.tmp parser.o.tmp saslc.o.tmp xsess.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_p.a buffer.po crypto.po dict.po error.po list.po mech.po mech_anonymous.po mech_crammd5.po mech_digestmd5.po mech_external.po mech_gssapi.po mech_login.po mech_plain.po msg.po parser.po saslc.po xsess.po buffer.po.tmp crypto.po.tmp dict.po.tmp error.po.tmp list.po.tmp mech.po.tmp mech_anonymous.po.tmp mech_crammd5.po.tmp mech_digestmd5.po.tmp mech_external.po.tmp mech_gssapi.po.tmp mech_login.po.tmp mech_plain.po.tmp msg.po.tmp parser.po.tmp saslc.po.tmp xsess.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/cc1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o c-fold.o gimple-parser.o c-common.o c-cppbuiltin.o c-dump.o c-format.o c-gimplify.o c-indentation.o c-lex.o c-omp.o c-opts.o c-pch.o c-ppoutput.o c-pragma.o c-pretty-print.o c-semantics.o c-ada-spec.o c-ubsan.o known-headers.o c-attribs.o c-warn.o c-spellcheck.o i386-c.o default-c.o main.o cc1-checksum.o c-lang.ln stub-objc.ln attribs.ln c-errors.ln c-decl.ln c-typeck.ln c-convert.ln c-aux-info.ln c-objc-common.ln c-parser.ln c-fold.ln gimple-parser.ln c-common.ln c-cppbuiltin.ln c-dump.ln c-format.ln c-gimplify.ln c-indentation.ln c-lex.ln c-omp.ln c-opts.ln c-pch.ln c-ppoutput.ln c-pragma.ln c-pretty-print.ln c-semantics.ln c-ada-spec.ln c-ubsan.ln c-attribs.ln c-warn.ln i386-c.ln default-c.ln main.ln cc1-checksum.ln cc1-checksum.c genchecksum genchecksum.lo checksum-options || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_p.a buffer.po crypto.po dict.po error.po list.po mech.po mech_anonymous.po mech_crammd5.po mech_digestmd5.po mech_external.po mech_gssapi.po mech_login.po mech_plain.po msg.po parser.po saslc.po xsess.po buffer.po.tmp crypto.po.tmp dict.po.tmp error.po.tmp list.po.tmp mech.po.tmp mech_anonymous.po.tmp mech_crammd5.po.tmp mech_digestmd5.po.tmp mech_external.po.tmp mech_gssapi.po.tmp mech_login.po.tmp mech_plain.po.tmp msg.po.tmp parser.po.tmp saslc.po.tmp xsess.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/cc1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o c-fold.o gimple-parser.o c-common.o c-cppbuiltin.o c-dump.o c-format.o c-gimplify.o c-indentation.o c-lex.o c-omp.o c-opts.o c-pch.o c-ppoutput.o c-pragma.o c-pretty-print.o c-semantics.o c-ada-spec.o c-ubsan.o known-headers.o c-attribs.o c-warn.o c-spellcheck.o i386-c.o default-c.o main.o cc1-checksum.o c-lang.ln stub-objc.ln attribs.ln c-errors.ln c-decl.ln c-typeck.ln c-convert.ln c-aux-info.ln c-objc-common.ln c-parser.ln c-fold.ln gimple-parser.ln c-common.ln c-cppbuiltin.ln c-dump.ln c-format.ln c-gimplify.ln c-indentation.ln c-lex.ln c-omp.ln c-opts.ln c-pch.ln c-ppoutput.ln c-pragma.ln c-pretty-print.ln c-semantics.ln c-ada-spec.ln c-ubsan.ln c-attribs.ln c-warn.ln i386-c.ln default-c.ln main.ln cc1-checksum.ln cc1-checksum.c genchecksum genchecksum.lo checksum-options || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/cc1 && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d c-ada-spec.d c-attribs.d c-aux-info.d c-common.d c-convert.d c-cppbuiltin.d c-decl.d c-dump.d c-errors.d c-fold.d c-format.d c-gimplify.d c-indentation.d c-lang.d c-lex.d c-objc-common.d c-omp.d c-opts.d c-parser.d c-pch.d c-ppoutput.d c-pragma.d c-pretty-print.d c-semantics.d c-spellcheck.d c-typeck.d c-ubsan.d c-warn.d cc1-checksum.d default-c.d gimple-parser.d i386-c.d known-headers.d main.d stub-objc.d attribs.d.tmp c-ada-spec.d.tmp c-attribs.d.tmp c-aux-info.d.tmp c-common.d.tmp c-convert.d.tmp c-cppbuiltin.d.tmp c-decl.d.tmp c-dump.d.tmp c-errors.d.tmp c-fold.d.tmp c-format.d.tmp c-gimplify.d.tmp c-indentation.d.tmp c-lang.d.tmp c-lex.d.tmp c-objc-common.d.tmp c-omp.d.tmp c-opts.d.tmp c-parser.d.tmp c-pch.d.tmp c-ppoutput.d.tmp c-pragma.d.tmp c-pretty-print.d.tmp c-semantics.d.tmp c-spellcheck.d.tmp c-typeck.d.tmp c-ubsan.d.tmp c-warn.d.tmp cc1-checksum.d.tmp default-c.d.tmp gimple-parser.d.tmp i386-c.d.tmp known-headers.d.tmp main.d.tmp stub-objc.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/cc1 && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d c-ada-spec.d c-attribs.d c-aux-info.d c-common.d c-convert.d c-cppbuiltin.d c-decl.d c-dump.d c-errors.d c-fold.d c-format.d c-gimplify.d c-indentation.d c-lang.d c-lex.d c-objc-common.d c-omp.d c-opts.d c-parser.d c-pch.d c-ppoutput.d c-pragma.d c-pretty-print.d c-semantics.d c-spellcheck.d c-typeck.d c-ubsan.d c-warn.d cc1-checksum.d default-c.d gimple-parser.d i386-c.d known-headers.d main.d stub-objc.d attribs.d.tmp c-ada-spec.d.tmp c-attribs.d.tmp c-aux-info.d.tmp c-common.d.tmp c-convert.d.tmp c-cppbuiltin.d.tmp c-decl.d.tmp c-dump.d.tmp c-errors.d.tmp c-fold.d.tmp c-format.d.tmp c-gimplify.d.tmp c-indentation.d.tmp c-lang.d.tmp c-lex.d.tmp c-objc-common.d.tmp c-omp.d.tmp c-opts.d.tmp c-parser.d.tmp c-pch.d.tmp c-ppoutput.d.tmp c-pragma.d.tmp c-pretty-print.d.tmp c-semantics.d.tmp c-spellcheck.d.tmp c-typeck.d.tmp c-ubsan.d.tmp c-warn.d.tmp cc1-checksum.d.tmp default-c.d.tmp gimple-parser.d.tmp i386-c.d.tmp known-headers.d.tmp main.d.tmp stub-objc.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_pic.a libsaslc.so.* libsaslc.so buffer.pico crypto.pico dict.pico error.pico list.pico mech.pico mech_anonymous.pico mech_crammd5.pico mech_digestmd5.pico mech_external.pico mech_gssapi.pico mech_login.pico mech_plain.pico msg.pico parser.pico saslc.pico xsess.pico buffer.pico.tmp crypto.pico.tmp dict.pico.tmp error.pico.tmp list.pico.tmp mech.pico.tmp mech_anonymous.pico.tmp mech_crammd5.pico.tmp mech_digestmd5.pico.tmp mech_external.pico.tmp mech_gssapi.pico.tmp mech_login.pico.tmp mech_plain.pico.tmp msg.pico.tmp parser.pico.tmp saslc.pico.tmp xsess.pico.tmp || true) --- cleandir-external --- --- cleandir-cc1obj --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_pic.a libsaslc.so.* libsaslc.so buffer.pico crypto.pico dict.pico error.pico list.pico mech.pico mech_anonymous.pico mech_crammd5.pico mech_digestmd5.pico mech_external.pico mech_gssapi.pico mech_login.pico mech_plain.pico msg.pico parser.pico saslc.pico xsess.pico buffer.pico.tmp crypto.pico.tmp dict.pico.tmp error.pico.tmp list.pico.tmp mech.pico.tmp mech_anonymous.pico.tmp mech_crammd5.pico.tmp mech_digestmd5.pico.tmp mech_external.pico.tmp mech_gssapi.pico.tmp mech_login.pico.tmp mech_plain.pico.tmp msg.pico.tmp parser.pico.tmp saslc.pico.tmp xsess.pico.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/cc1obj --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f llib-lsaslc.ln buffer.ln crypto.ln dict.ln error.ln list.ln mech.ln mech_anonymous.ln mech_crammd5.ln mech_digestmd5.ln mech_external.ln mech_gssapi.ln mech_login.ln mech_plain.ln msg.ln parser.ln saslc.ln xsess.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f llib-lsaslc.ln buffer.ln crypto.ln dict.ln error.ln list.ln mech.ln mech_anonymous.ln mech_crammd5.ln mech_digestmd5.ln mech_external.ln mech_gssapi.ln mech_login.ln mech_plain.ln msg.ln parser.ln saslc.ln xsess.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.so.1.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.html3 .depend buffer.d crypto.d dict.d error.d list.d mech.d mech_anonymous.d mech_crammd5.d mech_digestmd5.d mech_external.d mech_gssapi.d mech_login.d mech_plain.d msg.d parser.d saslc.d xsess.d buffer.d.tmp crypto.d.tmp dict.d.tmp error.d.tmp list.d.tmp mech.d.tmp mech_anonymous.d.tmp mech_crammd5.d.tmp mech_digestmd5.d.tmp mech_external.d.tmp mech_gssapi.d.tmp mech_login.d.tmp mech_plain.d.tmp msg.d.tmp parser.d.tmp saslc.d.tmp xsess.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.html3 .depend buffer.d crypto.d dict.d error.d list.d mech.d mech_anonymous.d mech_crammd5.d mech_digestmd5.d mech_external.d mech_gssapi.d mech_login.d mech_plain.d msg.d parser.d saslc.d xsess.d buffer.d.tmp crypto.d.tmp dict.d.tmp error.d.tmp list.d.tmp mech.d.tmp mech_anonymous.d.tmp mech_crammd5.d.tmp mech_digestmd5.d.tmp mech_external.d.tmp mech_gssapi.d.tmp mech_login.d.tmp mech_plain.d.tmp msg.d.tmp parser.d.tmp saslc.d.tmp xsess.d.tmp tags || true) --- cleandir-../external/bsd/mdocml/lib --- cleandir ===> lib/../external/bsd/mdocml/lib --- cleandir-libmandoc --- cleandir ===> lib/../external/bsd/mdocml/lib/libmandoc --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc.a arch.o att.o chars.o compat_ohash.o compat_recallocarray.o eqn.o lib.o man.o man_macro.o man_validate.o mandoc.o mandoc_aux.o mandoc_msg.o mandoc_ohash.o mandoc_xr.o mdoc.o mdoc_argv.o mdoc_macro.o mdoc_man.o mdoc_state.o mdoc_validate.o msec.o preconv.o read.o roff.o roff_validate.o st.o tag.o tbl.o tbl_data.o tbl_layout.o tbl_opts.o arch.o.tmp att.o.tmp chars.o.tmp compat_ohash.o.tmp compat_recallocarray.o.tmp eqn.o.tmp lib.o.tmp man.o.tmp man_macro.o.tmp man_validate.o.tmp mandoc.o.tmp mandoc_aux.o.tmp mandoc_msg.o.tmp mandoc_ohash.o.tmp mandoc_xr.o.tmp mdoc.o.tmp mdoc_argv.o.tmp mdoc_macro.o.tmp mdoc_man.o.tmp mdoc_state.o.tmp mdoc_validate.o.tmp msec.o.tmp preconv.o.tmp read.o.tmp roff.o.tmp roff_validate.o.tmp st.o.tmp tag.o.tmp tbl.o.tmp tbl_data.o.tmp tbl_layout.o.tmp tbl_opts.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc.a arch.o att.o chars.o compat_ohash.o compat_recallocarray.o eqn.o lib.o man.o man_macro.o man_validate.o mandoc.o mandoc_aux.o mandoc_msg.o mandoc_ohash.o mandoc_xr.o mdoc.o mdoc_argv.o mdoc_macro.o mdoc_man.o mdoc_state.o mdoc_validate.o msec.o preconv.o read.o roff.o roff_validate.o st.o tag.o tbl.o tbl_data.o tbl_layout.o tbl_opts.o arch.o.tmp att.o.tmp chars.o.tmp compat_ohash.o.tmp compat_recallocarray.o.tmp eqn.o.tmp lib.o.tmp man.o.tmp man_macro.o.tmp man_validate.o.tmp mandoc.o.tmp mandoc_aux.o.tmp mandoc_msg.o.tmp mandoc_ohash.o.tmp mandoc_xr.o.tmp mdoc.o.tmp mdoc_argv.o.tmp mdoc_macro.o.tmp mdoc_man.o.tmp mdoc_state.o.tmp mdoc_validate.o.tmp msec.o.tmp preconv.o.tmp read.o.tmp roff.o.tmp roff_validate.o.tmp st.o.tmp tag.o.tmp tbl.o.tmp tbl_data.o.tmp tbl_layout.o.tmp tbl_opts.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/cc1obj && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cc1obj objc-lang.o objc-act.o hash-table.o objc-runtime-shared-support.o objc-gnu-runtime-abi-01.o objc-next-runtime-abi-01.o objc-next-runtime-abi-02.o objc-encoding.o objc-map.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o c-fold.o gimple-parser.o c-common.o c-cppbuiltin.o c-dump.o c-format.o c-gimplify.o c-indentation.o c-lex.o c-omp.o c-opts.o c-pch.o c-ppoutput.o c-pragma.o c-pretty-print.o c-semantics.o c-ada-spec.o c-ubsan.o known-headers.o c-attribs.o c-warn.o c-spellcheck.o i386-c.o default-c.o main.o cc1obj-checksum.o objc-lang.ln objc-act.ln hash-table.ln objc-runtime-shared-support.ln objc-gnu-runtime-abi-01.ln objc-next-runtime-abi-01.ln objc-next-runtime-abi-02.ln objc-encoding.ln objc-map.ln attribs.ln c-errors.ln c-decl.ln c-typeck.ln c-convert.ln c-aux-info.ln c-objc-common.ln c-parser.ln c-fold.ln gimple-parser.ln c-common.ln c-cppbuiltin.ln c-dump.ln c-format.ln c-gimplify.ln c-indentation.ln c-lex.ln c-omp.ln c-opts.ln c-pch.ln c-ppoutput.ln c-pragma.ln c-pretty-print.ln c-semantics.ln c-ada-spec.ln c-ubsan.ln c-attribs.ln c-warn.ln i386-c.ln default-c.ln main.ln cc1obj-checksum.ln cc1obj-checksum.c genchecksum genchecksum.lo checksum-options || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/cc1obj && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cc1obj objc-lang.o objc-act.o hash-table.o objc-runtime-shared-support.o objc-gnu-runtime-abi-01.o objc-next-runtime-abi-01.o objc-next-runtime-abi-02.o objc-encoding.o objc-map.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o c-fold.o gimple-parser.o c-common.o c-cppbuiltin.o c-dump.o c-format.o c-gimplify.o c-indentation.o c-lex.o c-omp.o c-opts.o c-pch.o c-ppoutput.o c-pragma.o c-pretty-print.o c-semantics.o c-ada-spec.o c-ubsan.o known-headers.o c-attribs.o c-warn.o c-spellcheck.o i386-c.o default-c.o main.o cc1obj-checksum.o objc-lang.ln objc-act.ln hash-table.ln objc-runtime-shared-support.ln objc-gnu-runtime-abi-01.ln objc-next-runtime-abi-01.ln objc-next-runtime-abi-02.ln objc-encoding.ln objc-map.ln attribs.ln c-errors.ln c-decl.ln c-typeck.ln c-convert.ln c-aux-info.ln c-objc-common.ln c-parser.ln c-fold.ln gimple-parser.ln c-common.ln c-cppbuiltin.ln c-dump.ln c-format.ln c-gimplify.ln c-indentation.ln c-lex.ln c-omp.ln c-opts.ln c-pch.ln c-ppoutput.ln c-pragma.ln c-pretty-print.ln c-semantics.ln c-ada-spec.ln c-ubsan.ln c-attribs.ln c-warn.ln i386-c.ln default-c.ln main.ln cc1obj-checksum.ln cc1obj-checksum.c genchecksum genchecksum.lo checksum-options || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/cc1obj && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d c-ada-spec.d c-attribs.d c-aux-info.d c-common.d c-convert.d c-cppbuiltin.d c-decl.d c-dump.d c-errors.d c-fold.d c-format.d c-gimplify.d c-indentation.d c-lex.d c-objc-common.d c-omp.d c-opts.d c-parser.d c-pch.d c-ppoutput.d c-pragma.d c-pretty-print.d c-semantics.d c-spellcheck.d c-typeck.d c-ubsan.d c-warn.d cc1obj-checksum.d default-c.d gimple-parser.d hash-table.d i386-c.d known-headers.d main.d objc-act.d objc-encoding.d objc-gnu-runtime-abi-01.d objc-lang.d objc-map.d objc-next-runtime-abi-01.d objc-next-runtime-abi-02.d objc-runtime-shared-support.d attribs.d.tmp c-ada-spec.d.tmp c-attribs.d.tmp c-aux-info.d.tmp c-common.d.tmp c-convert.d.tmp c-cppbuiltin.d.tmp c-decl.d.tmp c-dump.d.tmp c-errors.d.tmp c-fold.d.tmp c-format.d.tmp c-gimplify.d.tmp c-indentation.d.tmp c-lex.d.tmp c-objc-common.d.tmp c-omp.d.tmp c-opts.d.tmp c-parser.d.tmp c-pch.d.tmp c-ppoutput.d.tmp c-pragma.d.tmp c-pretty-print.d.tmp c-semantics.d.tmp c-spellcheck.d.tmp c-typeck.d.tmp c-ubsan.d.tmp c-warn.d.tmp cc1obj-checksum.d.tmp default-c.d.tmp gimple-parser.d.tmp hash-table.d.tmp i386-c.d.tmp known-headers.d.tmp main.d.tmp objc-act.d.tmp objc-encoding.d.tmp objc-gnu-runtime-abi-01.d.tmp objc-lang.d.tmp objc-map.d.tmp objc-next-runtime-abi-01.d.tmp objc-next-runtime-abi-02.d.tmp objc-runtime-shared-support.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/cc1obj && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d c-ada-spec.d c-attribs.d c-aux-info.d c-common.d c-convert.d c-cppbuiltin.d c-decl.d c-dump.d c-errors.d c-fold.d c-format.d c-gimplify.d c-indentation.d c-lex.d c-objc-common.d c-omp.d c-opts.d c-parser.d c-pch.d c-ppoutput.d c-pragma.d c-pretty-print.d c-semantics.d c-spellcheck.d c-typeck.d c-ubsan.d c-warn.d cc1obj-checksum.d default-c.d gimple-parser.d hash-table.d i386-c.d known-headers.d main.d objc-act.d objc-encoding.d objc-gnu-runtime-abi-01.d objc-lang.d objc-map.d objc-next-runtime-abi-01.d objc-next-runtime-abi-02.d objc-runtime-shared-support.d attribs.d.tmp c-ada-spec.d.tmp c-attribs.d.tmp c-aux-info.d.tmp c-common.d.tmp c-convert.d.tmp c-cppbuiltin.d.tmp c-decl.d.tmp c-dump.d.tmp c-errors.d.tmp c-fold.d.tmp c-format.d.tmp c-gimplify.d.tmp c-indentation.d.tmp c-lex.d.tmp c-objc-common.d.tmp c-omp.d.tmp c-opts.d.tmp c-parser.d.tmp c-pch.d.tmp c-ppoutput.d.tmp c-pragma.d.tmp c-pretty-print.d.tmp c-semantics.d.tmp c-spellcheck.d.tmp c-typeck.d.tmp c-ubsan.d.tmp c-warn.d.tmp cc1obj-checksum.d.tmp default-c.d.tmp gimple-parser.d.tmp hash-table.d.tmp i386-c.d.tmp known-headers.d.tmp main.d.tmp objc-act.d.tmp objc-encoding.d.tmp objc-gnu-runtime-abi-01.d.tmp objc-lang.d.tmp objc-map.d.tmp objc-next-runtime-abi-01.d.tmp objc-next-runtime-abi-02.d.tmp objc-runtime-shared-support.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_g.a || true) --- cleandir-external --- --- cleandir-cc1objplus --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/cc1objplus --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f llib-lmandoc.ln arch.ln att.ln chars.ln compat_ohash.ln compat_recallocarray.ln eqn.ln lib.ln man.ln man_macro.ln man_validate.ln mandoc.ln mandoc_aux.ln mandoc_msg.ln mandoc_ohash.ln mandoc_xr.ln mdoc.ln mdoc_argv.ln mdoc_macro.ln mdoc_man.ln mdoc_state.ln mdoc_validate.ln msec.ln preconv.ln read.ln roff.ln roff_validate.ln st.ln tag.ln tbl.ln tbl_data.ln tbl_layout.ln tbl_opts.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f llib-lmandoc.ln arch.ln att.ln chars.ln compat_ohash.ln compat_recallocarray.ln eqn.ln lib.ln man.ln man_macro.ln man_validate.ln mandoc.ln mandoc_aux.ln mandoc_msg.ln mandoc_ohash.ln mandoc_xr.ln mdoc.ln mdoc_argv.ln mdoc_macro.ln mdoc_man.ln mdoc_state.ln mdoc_validate.ln msec.ln preconv.ln read.ln roff.ln roff_validate.ln st.ln tag.ln tbl.ln tbl_data.ln tbl_layout.ln tbl_opts.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f libmandoc.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/mdocml/lib/libmandoc && rm -f mandoc.html3 .depend arch.d att.d chars.d compat_ohash.d compat_recallocarray.d eqn.d lib.d man.d man_macro.d man_validate.d mandoc.d mandoc_aux.d mandoc_msg.d mandoc_ohash.d mandoc_xr.d mdoc.d mdoc_argv.d mdoc_macro.d mdoc_man.d mdoc_state.d mdoc_validate.d msec.d preconv.d read.d roff.d roff_validate.d st.d tag.d tbl.d tbl_data.d tbl_layout.d tbl_opts.d arch.d.tmp att.d.tmp chars.d.tmp compat_ohash.d.tmp compat_recallocarray.d.tmp eqn.d.tmp lib.d.tmp man.d.tmp man_macro.d.tmp man_validate.d.tmp mandoc.d.tmp mandoc_aux.d.tmp mandoc_msg.d.tmp mandoc_ohash.d.tmp mandoc_xr.d.tmp mdoc.d.tmp mdoc_argv.d.tmp mdoc_macro.d.tmp mdoc_man.d.tmp mdoc_state.d.tmp mdoc_validate.d.tmp msec.d.tmp preconv.d.tmp read.d.tmp roff.d.tmp roff_validate.d.tmp st.d.tmp tag.d.tmp tbl.d.tmp tbl_data.d.tmp tbl_layout.d.tmp tbl_opts.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/mdocml/lib/libmandoc && rm -f mandoc.html3 .depend arch.d att.d chars.d compat_ohash.d compat_recallocarray.d eqn.d lib.d man.d man_macro.d man_validate.d mandoc.d mandoc_aux.d mandoc_msg.d mandoc_ohash.d mandoc_xr.d mdoc.d mdoc_argv.d mdoc_macro.d mdoc_man.d mdoc_state.d mdoc_validate.d msec.d preconv.d read.d roff.d roff_validate.d st.d tag.d tbl.d tbl_data.d tbl_layout.d tbl_opts.d arch.d.tmp att.d.tmp chars.d.tmp compat_ohash.d.tmp compat_recallocarray.d.tmp eqn.d.tmp lib.d.tmp man.d.tmp man_macro.d.tmp man_validate.d.tmp mandoc.d.tmp mandoc_aux.d.tmp mandoc_msg.d.tmp mandoc_ohash.d.tmp mandoc_xr.d.tmp mdoc.d.tmp mdoc_argv.d.tmp mdoc_macro.d.tmp mdoc_man.d.tmp mdoc_state.d.tmp mdoc_validate.d.tmp msec.d.tmp preconv.d.tmp read.d.tmp roff.d.tmp roff_validate.d.tmp st.d.tmp tag.d.tmp tbl.d.tmp tbl_data.d.tmp tbl_layout.d.tmp tbl_opts.d.tmp tags || true) --- cleandir-libpam --- cleandir ===> lib/libpam --- cleandir-staticmodules --- cleandir ===> lib/libpam/staticmodules --- cleandir-/Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules --- cleandir-pam_chroot --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_chroot --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f libpam_chroot.a pam_chroot.o pam_chroot.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f libpam_chroot.a pam_chroot.o pam_chroot.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/cc1objplus && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cc1objplus objcp-act.o objcp-lang.o objcp-decl.o objc-runtime-shared-support.o objc-gnu-runtime-abi-01.o objc-next-runtime-abi-01.o objc-next-runtime-abi-02.o objc-encoding.o objc-map.o call.o class.o constexpr.o constraint.o coroutines.o cp-gimplify.o cp-objcp-common.o cp-ubsan.o cvt.o cxx-pretty-print.o decl.o decl2.o dump.o error.o except.o expr.o friend.o init.o lambda.o lex.o logic.o mangle.o method.o name-lookup.o optimize.o parser.o pt.o ptree.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o vtable-class-hierarchy.o attribs.o incpath.o c-common.o c-cppbuiltin.o c-dump.o c-format.o c-gimplify.o c-indentation.o c-lex.o c-omp.o c-opts.o c-pch.o c-ppoutput.o c-pragma.o c-pretty-print.o c-semantics.o c-ada-spec.o c-ubsan.o known-headers.o c-attribs.o c-warn.o c-spellcheck.o i386-c.o default-c.o main.o cc1objplus-checksum.o objcp-act.ln objcp-lang.ln objcp-decl.ln objc-runtime-shared-support.ln objc-gnu-runtime-abi-01.ln objc-next-runtime-abi-01.ln objc-next-runtime-abi-02.ln objc-encoding.ln objc-map.ln call.ln class.ln constexpr.ln cp-gimplify.ln cp-objcp-common.ln cp-ubsan.ln cvt.ln cxx-pretty-print.ln decl.ln decl2.ln dump.ln error.ln except.ln expr.ln friend.ln init.ln lambda.ln lex.ln mangle.ln method.ln name-lookup.ln optimize.ln parser.ln pt.ln ptree.ln rtti.ln search.ln semantics.ln tree.ln typeck.ln typeck2.ln vtable-class-hierarchy.ln attribs.ln incpath.ln c-common.ln c-cppbuiltin.ln c-dump.ln c-format.ln c-gimplify.ln c-indentation.ln c-lex.ln c-omp.ln c-opts.ln c-pch.ln c-ppoutput.ln c-pragma.ln c-pretty-print.ln c-semantics.ln c-ada-spec.ln c-ubsan.ln c-attribs.ln c-warn.ln i386-c.ln default-c.ln main.ln cc1objplus-checksum.ln cc1objplus-checksum.c genchecksum genchecksum.lo checksum-options || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/cc1objplus && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cc1objplus objcp-act.o objcp-lang.o objcp-decl.o objc-runtime-shared-support.o objc-gnu-runtime-abi-01.o objc-next-runtime-abi-01.o objc-next-runtime-abi-02.o objc-encoding.o objc-map.o call.o class.o constexpr.o constraint.o coroutines.o cp-gimplify.o cp-objcp-common.o cp-ubsan.o cvt.o cxx-pretty-print.o decl.o decl2.o dump.o error.o except.o expr.o friend.o init.o lambda.o lex.o logic.o mangle.o method.o name-lookup.o optimize.o parser.o pt.o ptree.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o vtable-class-hierarchy.o attribs.o incpath.o c-common.o c-cppbuiltin.o c-dump.o c-format.o c-gimplify.o c-indentation.o c-lex.o c-omp.o c-opts.o c-pch.o c-ppoutput.o c-pragma.o c-pretty-print.o c-semantics.o c-ada-spec.o c-ubsan.o known-headers.o c-attribs.o c-warn.o c-spellcheck.o i386-c.o default-c.o main.o cc1objplus-checksum.o objcp-act.ln objcp-lang.ln objcp-decl.ln objc-runtime-shared-support.ln objc-gnu-runtime-abi-01.ln objc-next-runtime-abi-01.ln objc-next-runtime-abi-02.ln objc-encoding.ln objc-map.ln call.ln class.ln constexpr.ln cp-gimplify.ln cp-objcp-common.ln cp-ubsan.ln cvt.ln cxx-pretty-print.ln decl.ln decl2.ln dump.ln error.ln except.ln expr.ln friend.ln init.ln lambda.ln lex.ln mangle.ln method.ln name-lookup.ln optimize.ln parser.ln pt.ln ptree.ln rtti.ln search.ln semantics.ln tree.ln typeck.ln typeck2.ln vtable-class-hierarchy.ln attribs.ln incpath.ln c-common.ln c-cppbuiltin.ln c-dump.ln c-format.ln c-gimplify.ln c-indentation.ln c-lex.ln c-omp.ln c-opts.ln c-pch.ln c-ppoutput.ln c-pragma.ln c-pretty-print.ln c-semantics.ln c-ada-spec.ln c-ubsan.ln c-attribs.ln c-warn.ln i386-c.ln default-c.ln main.ln cc1objplus-checksum.ln cc1objplus-checksum.c genchecksum genchecksum.lo checksum-options || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_p.a || true) --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/cc1objplus && rm -f objcp-act.c objcp-lang.c gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d c-ada-spec.d c-attribs.d c-common.d c-cppbuiltin.d c-dump.d c-format.d c-gimplify.d c-indentation.d c-lex.d c-omp.d c-opts.d c-pch.d c-ppoutput.d c-pragma.d c-pretty-print.d c-semantics.d c-spellcheck.d c-ubsan.d c-warn.d call.d cc1objplus-checksum.d class.d constexpr.d constraint.d coroutines.d cp-gimplify.d cp-objcp-common.d cp-ubsan.d cvt.d cxx-pretty-print.d decl.d decl2.d default-c.d dump.d error.d except.d expr.d friend.d i386-c.d incpath.d init.d known-headers.d lambda.d lex.d logic.d main.d mangle.d method.d name-lookup.d objc-encoding.d objc-gnu-runtime-abi-01.d objc-map.d objc-next-runtime-abi-01.d objc-next-runtime-abi-02.d objc-runtime-shared-support.d objcp-act.d objcp-decl.d objcp-lang.d optimize.d parser.d pt.d ptree.d rtti.d search.d semantics.d tree.d typeck.d typeck2.d vtable-class-hierarchy.d attribs.d.tmp c-ada-spec.d.tmp c-attribs.d.tmp c-common.d.tmp c-cppbuiltin.d.tmp c-dump.d.tmp c-format.d.tmp c-gimplify.d.tmp c-indentation.d.tmp c-lex.d.tmp c-omp.d.tmp c-opts.d.tmp c-pch.d.tmp c-ppoutput.d.tmp c-pragma.d.tmp c-pretty-print.d.tmp c-semantics.d.tmp c-spellcheck.d.tmp c-ubsan.d.tmp c-warn.d.tmp call.d.tmp cc1objplus-checksum.d.tmp class.d.tmp constexpr.d.tmp constraint.d.tmp coroutines.d.tmp cp-gimplify.d.tmp cp-objcp-common.d.tmp cp-ubsan.d.tmp cvt.d.tmp cxx-pretty-print.d.tmp decl.d.tmp decl2.d.tmp default-c.d.tmp dump.d.tmp error.d.tmp except.d.tmp expr.d.tmp friend.d.tmp i386-c.d.tmp incpath.d.tmp init.d.tmp known-headers.d.tmp lambda.d.tmp lex.d.tmp logic.d.tmp main.d.tmp mangle.d.tmp method.d.tmp name-lookup.d.tmp objc-encoding.d.tmp objc-gnu-runtime-abi-01.d.tmp objc-map.d.tmp objc-next-runtime-abi-01.d.tmp objc-next-runtime-abi-02.d.tmp objc-runtime-shared-support.d.tmp objcp-act.d.tmp objcp-decl.d.tmp objcp-lang.d.tmp optimize.d.tmp parser.d.tmp pt.d.tmp ptree.d.tmp rtti.d.tmp search.d.tmp semantics.d.tmp tree.d.tmp typeck.d.tmp typeck2.d.tmp vtable-class-hierarchy.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/cc1objplus && rm -f objcp-act.c objcp-lang.c gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d c-ada-spec.d c-attribs.d c-common.d c-cppbuiltin.d c-dump.d c-format.d c-gimplify.d c-indentation.d c-lex.d c-omp.d c-opts.d c-pch.d c-ppoutput.d c-pragma.d c-pretty-print.d c-semantics.d c-spellcheck.d c-ubsan.d c-warn.d call.d cc1objplus-checksum.d class.d constexpr.d constraint.d coroutines.d cp-gimplify.d cp-objcp-common.d cp-ubsan.d cvt.d cxx-pretty-print.d decl.d decl2.d default-c.d dump.d error.d except.d expr.d friend.d i386-c.d incpath.d init.d known-headers.d lambda.d lex.d logic.d main.d mangle.d method.d name-lookup.d objc-encoding.d objc-gnu-runtime-abi-01.d objc-map.d objc-next-runtime-abi-01.d objc-next-runtime-abi-02.d objc-runtime-shared-support.d objcp-act.d objcp-decl.d objcp-lang.d optimize.d parser.d pt.d ptree.d rtti.d search.d semantics.d tree.d typeck.d typeck2.d vtable-class-hierarchy.d attribs.d.tmp c-ada-spec.d.tmp c-attribs.d.tmp c-common.d.tmp c-cppbuiltin.d.tmp c-dump.d.tmp c-format.d.tmp c-gimplify.d.tmp c-indentation.d.tmp c-lex.d.tmp c-omp.d.tmp c-opts.d.tmp c-pch.d.tmp c-ppoutput.d.tmp c-pragma.d.tmp c-pretty-print.d.tmp c-semantics.d.tmp c-spellcheck.d.tmp c-ubsan.d.tmp c-warn.d.tmp call.d.tmp cc1objplus-checksum.d.tmp class.d.tmp constexpr.d.tmp constraint.d.tmp coroutines.d.tmp cp-gimplify.d.tmp cp-objcp-common.d.tmp cp-ubsan.d.tmp cvt.d.tmp cxx-pretty-print.d.tmp decl.d.tmp decl2.d.tmp default-c.d.tmp dump.d.tmp error.d.tmp except.d.tmp expr.d.tmp friend.d.tmp i386-c.d.tmp incpath.d.tmp init.d.tmp known-headers.d.tmp lambda.d.tmp lex.d.tmp logic.d.tmp main.d.tmp mangle.d.tmp method.d.tmp name-lookup.d.tmp objc-encoding.d.tmp objc-gnu-runtime-abi-01.d.tmp objc-map.d.tmp objc-next-runtime-abi-01.d.tmp objc-next-runtime-abi-02.d.tmp objc-runtime-shared-support.d.tmp objcp-act.d.tmp objcp-decl.d.tmp objcp-lang.d.tmp optimize.d.tmp parser.d.tmp pt.d.tmp ptree.d.tmp rtti.d.tmp search.d.tmp semantics.d.tmp tree.d.tmp typeck.d.tmp typeck2.d.tmp vtable-class-hierarchy.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_pic.a || true) --- cleandir-external --- --- cleandir-cc1plus --- cleandir ===> external/gpl3/gcc/usr.bin/cc1plus --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f llib-lpam_chroot.ln pam_chroot.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f llib-lpam_chroot.ln pam_chroot.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f libpam_chroot.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f libpam_chroot.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f pam_chroot.html8 .depend pam_chroot.d pam_chroot.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f pam_chroot.html8 .depend pam_chroot.d pam_chroot.d.tmp tags || true) --- cleandir-pam_deny --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_deny --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f libpam_deny.a pam_deny.o pam_deny.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f libpam_deny.a pam_deny.o pam_deny.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f libpam_deny_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f libpam_deny_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f libpam_deny_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f libpam_deny_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f libpam_deny_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/cc1plus && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cc1plus cp-lang.o stub-objc.o call.o class.o constexpr.o constraint.o coroutines.o cp-gimplify.o cp-objcp-common.o cp-ubsan.o cvt.o cxx-pretty-print.o decl.o decl2.o dump.o error.o except.o expr.o friend.o init.o lambda.o lex.o logic.o mangle.o method.o name-lookup.o optimize.o parser.o pt.o ptree.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o vtable-class-hierarchy.o attribs.o incpath.o c-common.o c-cppbuiltin.o c-dump.o c-format.o c-gimplify.o c-indentation.o c-lex.o c-omp.o c-opts.o c-pch.o c-ppoutput.o c-pragma.o c-pretty-print.o c-semantics.o c-ada-spec.o c-ubsan.o known-headers.o c-attribs.o c-warn.o c-spellcheck.o i386-c.o default-c.o main.o cc1plus-checksum.o cp-lang.ln stub-objc.ln call.ln class.ln constexpr.ln cp-gimplify.ln cp-objcp-common.ln cp-ubsan.ln cvt.ln cxx-pretty-print.ln decl.ln decl2.ln dump.ln error.ln except.ln expr.ln friend.ln init.ln lambda.ln lex.ln mangle.ln method.ln name-lookup.ln optimize.ln parser.ln pt.ln ptree.ln rtti.ln search.ln semantics.ln tree.ln typeck.ln typeck2.ln vtable-class-hierarchy.ln attribs.ln incpath.ln c-common.ln c-cppbuiltin.ln c-dump.ln c-format.ln c-gimplify.ln c-indentation.ln c-lex.ln c-omp.ln c-opts.ln c-pch.ln c-ppoutput.ln c-pragma.ln c-pretty-print.ln c-semantics.ln c-ada-spec.ln c-ubsan.ln c-attribs.ln c-warn.ln i386-c.ln default-c.ln main.ln cc1plus-checksum.ln cc1plus-checksum.c genchecksum genchecksum.lo checksum-options || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f libpam_deny_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/cc1plus && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cc1plus cp-lang.o stub-objc.o call.o class.o constexpr.o constraint.o coroutines.o cp-gimplify.o cp-objcp-common.o cp-ubsan.o cvt.o cxx-pretty-print.o decl.o decl2.o dump.o error.o except.o expr.o friend.o init.o lambda.o lex.o logic.o mangle.o method.o name-lookup.o optimize.o parser.o pt.o ptree.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o vtable-class-hierarchy.o attribs.o incpath.o c-common.o c-cppbuiltin.o c-dump.o c-format.o c-gimplify.o c-indentation.o c-lex.o c-omp.o c-opts.o c-pch.o c-ppoutput.o c-pragma.o c-pretty-print.o c-semantics.o c-ada-spec.o c-ubsan.o known-headers.o c-attribs.o c-warn.o c-spellcheck.o i386-c.o default-c.o main.o cc1plus-checksum.o cp-lang.ln stub-objc.ln call.ln class.ln constexpr.ln cp-gimplify.ln cp-objcp-common.ln cp-ubsan.ln cvt.ln cxx-pretty-print.ln decl.ln decl2.ln dump.ln error.ln except.ln expr.ln friend.ln init.ln lambda.ln lex.ln mangle.ln method.ln name-lookup.ln optimize.ln parser.ln pt.ln ptree.ln rtti.ln search.ln semantics.ln tree.ln typeck.ln typeck2.ln vtable-class-hierarchy.ln attribs.ln incpath.ln c-common.ln c-cppbuiltin.ln c-dump.ln c-format.ln c-gimplify.ln c-indentation.ln c-lex.ln c-omp.ln c-opts.ln c-pch.ln c-ppoutput.ln c-pragma.ln c-pretty-print.ln c-semantics.ln c-ada-spec.ln c-ubsan.ln c-attribs.ln c-warn.ln i386-c.ln default-c.ln main.ln cc1plus-checksum.ln cc1plus-checksum.c genchecksum genchecksum.lo checksum-options || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f llib-lpam_deny.ln pam_deny.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f llib-lpam_deny.ln pam_deny.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/cc1plus && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d c-ada-spec.d c-attribs.d c-common.d c-cppbuiltin.d c-dump.d c-format.d c-gimplify.d c-indentation.d c-lex.d c-omp.d c-opts.d c-pch.d c-ppoutput.d c-pragma.d c-pretty-print.d c-semantics.d c-spellcheck.d c-ubsan.d c-warn.d call.d cc1plus-checksum.d class.d constexpr.d constraint.d coroutines.d cp-gimplify.d cp-lang.d cp-objcp-common.d cp-ubsan.d cvt.d cxx-pretty-print.d decl.d decl2.d default-c.d dump.d error.d except.d expr.d friend.d i386-c.d incpath.d init.d known-headers.d lambda.d lex.d logic.d main.d mangle.d method.d name-lookup.d optimize.d parser.d pt.d ptree.d rtti.d search.d semantics.d stub-objc.d tree.d typeck.d typeck2.d vtable-class-hierarchy.d attribs.d.tmp c-ada-spec.d.tmp c-attribs.d.tmp c-common.d.tmp c-cppbuiltin.d.tmp c-dump.d.tmp c-format.d.tmp c-gimplify.d.tmp c-indentation.d.tmp c-lex.d.tmp c-omp.d.tmp c-opts.d.tmp c-pch.d.tmp c-ppoutput.d.tmp c-pragma.d.tmp c-pretty-print.d.tmp c-semantics.d.tmp c-spellcheck.d.tmp c-ubsan.d.tmp c-warn.d.tmp call.d.tmp cc1plus-checksum.d.tmp class.d.tmp constexpr.d.tmp constraint.d.tmp coroutines.d.tmp cp-gimplify.d.tmp cp-lang.d.tmp cp-objcp-common.d.tmp cp-ubsan.d.tmp cvt.d.tmp cxx-pretty-print.d.tmp decl.d.tmp decl2.d.tmp default-c.d.tmp dump.d.tmp error.d.tmp except.d.tmp expr.d.tmp friend.d.tmp i386-c.d.tmp incpath.d.tmp init.d.tmp known-headers.d.tmp lambda.d.tmp lex.d.tmp logic.d.tmp main.d.tmp mangle.d.tmp method.d.tmp name-lookup.d.tmp optimize.d.tmp parser.d.tmp pt.d.tmp ptree.d.tmp rtti.d.tmp search.d.tmp semantics.d.tmp stub-objc.d.tmp tree.d.tmp typeck.d.tmp typeck2.d.tmp vtable-class-hierarchy.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f libpam_deny.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/cc1plus && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d c-ada-spec.d c-attribs.d c-common.d c-cppbuiltin.d c-dump.d c-format.d c-gimplify.d c-indentation.d c-lex.d c-omp.d c-opts.d c-pch.d c-ppoutput.d c-pragma.d c-pretty-print.d c-semantics.d c-spellcheck.d c-ubsan.d c-warn.d call.d cc1plus-checksum.d class.d constexpr.d constraint.d coroutines.d cp-gimplify.d cp-lang.d cp-objcp-common.d cp-ubsan.d cvt.d cxx-pretty-print.d decl.d decl2.d default-c.d dump.d error.d except.d expr.d friend.d i386-c.d incpath.d init.d known-headers.d lambda.d lex.d logic.d main.d mangle.d method.d name-lookup.d optimize.d parser.d pt.d ptree.d rtti.d search.d semantics.d stub-objc.d tree.d typeck.d typeck2.d vtable-class-hierarchy.d attribs.d.tmp c-ada-spec.d.tmp c-attribs.d.tmp c-common.d.tmp c-cppbuiltin.d.tmp c-dump.d.tmp c-format.d.tmp c-gimplify.d.tmp c-indentation.d.tmp c-lex.d.tmp c-omp.d.tmp c-opts.d.tmp c-pch.d.tmp c-ppoutput.d.tmp c-pragma.d.tmp c-pretty-print.d.tmp c-semantics.d.tmp c-spellcheck.d.tmp c-ubsan.d.tmp c-warn.d.tmp call.d.tmp cc1plus-checksum.d.tmp class.d.tmp constexpr.d.tmp constraint.d.tmp coroutines.d.tmp cp-gimplify.d.tmp cp-lang.d.tmp cp-objcp-common.d.tmp cp-ubsan.d.tmp cvt.d.tmp cxx-pretty-print.d.tmp decl.d.tmp decl2.d.tmp default-c.d.tmp dump.d.tmp error.d.tmp except.d.tmp expr.d.tmp friend.d.tmp i386-c.d.tmp incpath.d.tmp init.d.tmp known-headers.d.tmp lambda.d.tmp lex.d.tmp logic.d.tmp main.d.tmp mangle.d.tmp method.d.tmp name-lookup.d.tmp optimize.d.tmp parser.d.tmp pt.d.tmp ptree.d.tmp rtti.d.tmp search.d.tmp semantics.d.tmp stub-objc.d.tmp tree.d.tmp typeck.d.tmp typeck2.d.tmp vtable-class-hierarchy.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f libpam_deny.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-cpp --- cleandir ===> external/gpl3/gcc/usr.bin/cpp --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f pam_deny.html8 .depend pam_deny.d pam_deny.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f pam_deny.html8 .depend pam_deny.d pam_deny.d.tmp tags || true) --- cleandir-pam_echo --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_echo --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f libpam_echo.a pam_echo.o pam_echo.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f libpam_echo.a pam_echo.o pam_echo.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f libpam_echo_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f libpam_echo_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f libpam_echo_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f libpam_echo_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f libpam_echo_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f libpam_echo_pic.a || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f llib-lpam_echo.ln pam_echo.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/cpp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cpp cppspec.o gcc.o gcc-main.o ggc-none.o driver-i386.o cppspec.ln gcc.ln gcc-main.ln ggc-none.ln driver-i386.ln gcc-vers.texi || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f llib-lpam_echo.ln pam_echo.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/cpp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cpp cppspec.o gcc.o gcc-main.o ggc-none.o driver-i386.o cppspec.ln gcc.ln gcc-main.ln ggc-none.ln driver-i386.ln gcc-vers.texi || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f libpam_echo.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/cpp && rm -f cpp.html1 gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend cppspec.d driver-i386.d gcc-main.d gcc.d ggc-none.d cppspec.d.tmp driver-i386.d.tmp gcc-main.d.tmp gcc.d.tmp ggc-none.d.tmp tags cpp.info || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f libpam_echo.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/cpp && rm -f cpp.html1 gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend cppspec.d driver-i386.d gcc-main.d gcc.d ggc-none.d cppspec.d.tmp driver-i386.d.tmp gcc-main.d.tmp gcc.d.tmp ggc-none.d.tmp tags cpp.info || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-g++ --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f pam_echo.html8 .depend pam_echo.d pam_echo.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/g++ --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f pam_echo.html8 .depend pam_echo.d pam_echo.d.tmp tags || true) --- cleandir-pam_exec --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_exec --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f libpam_exec.a pam_exec.o pam_exec.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f libpam_exec.a pam_exec.o pam_exec.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f libpam_exec_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f libpam_exec_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f libpam_exec_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f libpam_exec_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f libpam_exec_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f libpam_exec_pic.a || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f llib-lpam_exec.ln pam_exec.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/g++ && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gplusplus gcc.o gcc-main.o ggc-none.o g++spec.o gcc.ln gcc-main.ln ggc-none.ln g++spec.ln gcc-vers.texi || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f llib-lpam_exec.ln pam_exec.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/g++ && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gplusplus gcc.o gcc-main.o ggc-none.o g++spec.o gcc.ln gcc-main.ln ggc-none.ln g++spec.ln gcc-vers.texi || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f libpam_exec.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/g++ && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend g++spec.d gcc-main.d gcc.d ggc-none.d g++spec.d.tmp gcc-main.d.tmp gcc.d.tmp ggc-none.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f libpam_exec.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/g++ && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend g++spec.d gcc-main.d gcc.d ggc-none.d g++spec.d.tmp gcc-main.d.tmp gcc.d.tmp ggc-none.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-gcc --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f pam_exec.html8 .depend pam_exec.d pam_exec.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/gcc --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f pam_exec.html8 .depend pam_exec.d pam_exec.d.tmp tags || true) --- cleandir-pam_ftpusers --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_ftpusers --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers.a pam_ftpusers.o pam_ftpusers.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers.a pam_ftpusers.o pam_ftpusers.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f llib-lpam_ftpusers.ln pam_ftpusers.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f llib-lpam_ftpusers.ln pam_ftpusers.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/gcc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gcc gccspec.o gcc.o gcc-main.o ggc-none.o gccspec.ln gcc.ln gcc-main.ln ggc-none.ln gcc-vers.texi || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/gcc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gcc gccspec.o gcc.o gcc-main.o ggc-none.o gccspec.ln gcc.ln gcc-main.ln ggc-none.ln gcc-vers.texi || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/gcc && rm -f gcc.html1 gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend gcc-main.d gcc.d gccspec.d ggc-none.d gcc-main.d.tmp gcc.d.tmp gccspec.d.tmp ggc-none.d.tmp tags gcc.info || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/gcc && rm -f gcc.html1 gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend gcc-main.d gcc.d gccspec.d ggc-none.d gcc-main.d.tmp gcc.d.tmp gccspec.d.tmp ggc-none.d.tmp tags gcc.info || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f pam_ftpusers.html8 .depend pam_ftpusers.d pam_ftpusers.d.tmp tags || true) --- cleandir-external --- --- cleandir-lto1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f pam_ftpusers.html8 .depend pam_ftpusers.d pam_ftpusers.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/lto1 --- cleandir-lib --- --- cleandir-pam_group --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_group --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f libpam_group.a pam_group.o pam_group.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f libpam_group.a pam_group.o pam_group.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f libpam_group_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f libpam_group_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f libpam_group_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f libpam_group_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f libpam_group_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f libpam_group_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f llib-lpam_group.ln pam_group.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f llib-lpam_group.ln pam_group.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f libpam_group.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f libpam_group.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f pam_group.html8 .depend pam_group.d pam_group.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/lto1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lto1 attribs.o lto-common.o lto-lang.o lto-object.o lto-partition.o lto-symtab.o lto.o main.o attribs.ln lto-common.ln lto-lang.ln lto-object.ln lto-partition.ln lto-symtab.ln lto.ln main.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f pam_group.html8 .depend pam_group.d pam_group.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/lto1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lto1 attribs.o lto-common.o lto-lang.o lto-object.o lto-partition.o lto-symtab.o lto.o main.o attribs.ln lto-common.ln lto-lang.ln lto-object.ln lto-partition.ln lto-symtab.ln lto.ln main.ln || true) --- cleandir-lib --- --- cleandir-pam_guest --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_guest --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/lto1 && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d lto-common.d lto-lang.d lto-object.d lto-partition.d lto-symtab.d lto.d main.d attribs.d.tmp lto-common.d.tmp lto-lang.d.tmp lto-object.d.tmp lto-partition.d.tmp lto-symtab.d.tmp lto.d.tmp main.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/lto1 && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d lto-common.d lto-lang.d lto-object.d lto-partition.d lto-symtab.d lto.d main.d attribs.d.tmp lto-common.d.tmp lto-lang.d.tmp lto-object.d.tmp lto-partition.d.tmp lto-symtab.d.tmp lto.d.tmp main.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f libpam_guest.a pam_guest.o pam_guest.o.tmp || true) --- cleandir-external --- --- cleandir-lto-wrapper --- cleandir ===> external/gpl3/gcc/usr.bin/lto-wrapper --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f libpam_guest.a pam_guest.o pam_guest.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f libpam_guest_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f libpam_guest_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f libpam_guest_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f libpam_guest_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f libpam_guest_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f libpam_guest_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f llib-lpam_guest.ln pam_guest.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f llib-lpam_guest.ln pam_guest.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f libpam_guest.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f libpam_guest.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/lto-wrapper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lto-wrapper lto-wrapper.o collect-utils.o ggc-none.o lto-wrapper.ln collect-utils.ln ggc-none.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f pam_guest.html8 .depend pam_guest.d pam_guest.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/lto-wrapper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lto-wrapper lto-wrapper.o collect-utils.o ggc-none.o lto-wrapper.ln collect-utils.ln ggc-none.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f pam_guest.html8 .depend pam_guest.d pam_guest.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/lto-wrapper && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend collect-utils.d ggc-none.d lto-wrapper.d collect-utils.d.tmp ggc-none.d.tmp lto-wrapper.d.tmp tags || true) --- cleandir-lib --- --- cleandir-pam_lastlog --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_lastlog --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/lto-wrapper && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend collect-utils.d ggc-none.d lto-wrapper.d collect-utils.d.tmp ggc-none.d.tmp lto-wrapper.d.tmp tags || true) --- cleandir-lto-dump --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/lto-dump --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog.a pam_lastlog.o pam_lastlog.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog.a pam_lastlog.o pam_lastlog.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f llib-lpam_lastlog.ln pam_lastlog.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f llib-lpam_lastlog.ln pam_lastlog.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f pam_lastlog.html8 .depend pam_lastlog.d pam_lastlog.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f pam_lastlog.html8 .depend pam_lastlog.d pam_lastlog.d.tmp tags || true) --- cleandir-pam_login_access --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_login_access --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/lto-dump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lto-dump lto-lang.o lto-object.o attribs.o lto-partition.o lto-symtab.o lto-dump.o lto-common.o main.o lto-lang.ln lto-object.ln attribs.ln lto-partition.ln lto-symtab.ln lto-dump.ln lto-common.ln main.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/lto-dump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lto-dump lto-lang.o lto-object.o attribs.o lto-partition.o lto-symtab.o lto-dump.o lto-common.o main.o lto-lang.ln lto-object.ln attribs.ln lto-partition.ln lto-symtab.ln lto-dump.ln lto-common.ln main.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f libpam_login_access.a pam_login_access.o login_access.o pam_login_access.o.tmp login_access.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f libpam_login_access.a pam_login_access.o login_access.o pam_login_access.o.tmp login_access.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/lto-dump && rm -f lto-dump.html1 gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d lto-common.d lto-dump.d lto-lang.d lto-object.d lto-partition.d lto-symtab.d main.d attribs.d.tmp lto-common.d.tmp lto-dump.d.tmp lto-lang.d.tmp lto-object.d.tmp lto-partition.d.tmp lto-symtab.d.tmp main.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/lto-dump && rm -f lto-dump.html1 gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h .depend attribs.d lto-common.d lto-dump.d lto-lang.d lto-object.d lto-partition.d lto-symtab.d main.d attribs.d.tmp lto-common.d.tmp lto-dump.d.tmp lto-lang.d.tmp lto-object.d.tmp lto-partition.d.tmp lto-symtab.d.tmp main.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_p.a || true) --- cleandir-external --- --- cleandir-include --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_p.a || true) --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/include --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f llib-lpam_login_access.ln pam_login_access.ln login_access.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f llib-lpam_login_access.ln pam_login_access.ln login_access.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f libpam_login_access.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/include && rm -f mm_malloc.h a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f libpam_login_access.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/include && rm -f mm_malloc.h a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sanitizer --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/gpl3/gcc/usr.bin/include/sanitizer --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f pam_login_access.html8 login.access.html5 .depend login_access.d pam_login_access.d login_access.d.tmp pam_login_access.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f pam_login_access.html8 login.access.html5 .depend login_access.d pam_login_access.d login_access.d.tmp pam_login_access.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/include/sanitizer && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-pam_nologin --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_nologin --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/include/sanitizer && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f libpam_nologin.a pam_nologin.o pam_nologin.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gcc/usr.bin/include && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f libpam_nologin.a pam_nologin.o pam_nologin.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gcc/usr.bin/include && rm -f gmp.h mpfr.h mpf2mpfr.h mpc.h mpc-log.h || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_p.a || true) --- cleandir-external --- --- cleandir-gdb --- cleandir ===> external/gpl3/gdb --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_p.a || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/gpl3/gdb/lib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_g.a || true) --- cleandir-external --- --- cleandir-libbfd --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_g.a || true) --- cleandir-external --- cleandir ===> external/gpl3/gdb/lib/libbfd --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_pic.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libbfd && rm -f libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o lib_bfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-i386.o elf32.o coff-i386.o cofflink.o coffgen.o pei-i386.o peigen.o pei-x86_64.o pex64igen.o elf64-gen.o elf32-gen.o plugin.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o netbsd-core.o archive64.o archive.o.tmp archures.o.tmp bfd.o.tmp bfdio.o.tmp bfdwin.o.tmp cache.o.tmp coff-bfd.o.tmp compress.o.tmp corefile.o.tmp elf-properties.o.tmp format.o.tmp hash.o.tmp init.o.tmp lib_bfd.o.tmp linker.o.tmp merge.o.tmp opncls.o.tmp reloc.o.tmp section.o.tmp simple.o.tmp stab-syms.o.tmp stabs.o.tmp syms.o.tmp targets.o.tmp binary.o.tmp ihex.o.tmp srec.o.tmp tekhex.o.tmp verilog.o.tmp elf64-x86-64.o.tmp elfxx-x86.o.tmp elf-ifunc.o.tmp elf-vxworks.o.tmp elf64.o.tmp elf.o.tmp elflink.o.tmp elf-attrs.o.tmp elf-strtab.o.tmp elf-eh-frame.o.tmp dwarf1.o.tmp dwarf2.o.tmp elf32-i386.o.tmp elf32.o.tmp coff-i386.o.tmp cofflink.o.tmp coffgen.o.tmp pei-i386.o.tmp peigen.o.tmp pei-x86_64.o.tmp pex64igen.o.tmp elf64-gen.o.tmp elf32-gen.o.tmp plugin.o.tmp cpu-i386.o.tmp cpu-iamcu.o.tmp cpu-l1om.o.tmp cpu-k1om.o.tmp netbsd-core.o.tmp archive64.o.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f llib-lpam_nologin.ln pam_nologin.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libbfd && rm -f libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o lib_bfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-i386.o elf32.o coff-i386.o cofflink.o coffgen.o pei-i386.o peigen.o pei-x86_64.o pex64igen.o elf64-gen.o elf32-gen.o plugin.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o netbsd-core.o archive64.o archive.o.tmp archures.o.tmp bfd.o.tmp bfdio.o.tmp bfdwin.o.tmp cache.o.tmp coff-bfd.o.tmp compress.o.tmp corefile.o.tmp elf-properties.o.tmp format.o.tmp hash.o.tmp init.o.tmp lib_bfd.o.tmp linker.o.tmp merge.o.tmp opncls.o.tmp reloc.o.tmp section.o.tmp simple.o.tmp stab-syms.o.tmp stabs.o.tmp syms.o.tmp targets.o.tmp binary.o.tmp ihex.o.tmp srec.o.tmp tekhex.o.tmp verilog.o.tmp elf64-x86-64.o.tmp elfxx-x86.o.tmp elf-ifunc.o.tmp elf-vxworks.o.tmp elf64.o.tmp elf.o.tmp elflink.o.tmp elf-attrs.o.tmp elf-strtab.o.tmp elf-eh-frame.o.tmp dwarf1.o.tmp dwarf2.o.tmp elf32-i386.o.tmp elf32.o.tmp coff-i386.o.tmp cofflink.o.tmp coffgen.o.tmp pei-i386.o.tmp peigen.o.tmp pei-x86_64.o.tmp pex64igen.o.tmp elf64-gen.o.tmp elf32-gen.o.tmp plugin.o.tmp cpu-i386.o.tmp cpu-iamcu.o.tmp cpu-l1om.o.tmp cpu-k1om.o.tmp netbsd-core.o.tmp archive64.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f llib-lpam_nologin.ln pam_nologin.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libbfd && rm -f libbfd_p.a || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f libpam_nologin.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libbfd && rm -f libbfd_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f libpam_nologin.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libbfd && rm -f libbfd_g.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f pam_nologin.html8 .depend pam_nologin.d pam_nologin.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libbfd && rm -f libbfd_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f pam_nologin.html8 .depend pam_nologin.d pam_nologin.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libbfd && rm -f libbfd_pic.a || true) --- cleandir-lib --- --- cleandir-pam_permit --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libbfd && rm -f libbfd_pic.a || true) --- cleandir-lib --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_permit --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libbfd && rm -f llib-lbfd.ln archive.ln archures.ln bfd.ln bfdio.ln bfdwin.ln cache.ln coff-bfd.ln compress.ln corefile.ln elf-properties.ln format.ln hash.ln init.ln lib_bfd.ln linker.ln merge.ln opncls.ln reloc.ln section.ln simple.ln stab-syms.ln stabs.ln syms.ln targets.ln binary.ln ihex.ln srec.ln tekhex.ln verilog.ln elf64-x86-64.ln elfxx-x86.ln elf-ifunc.ln elf-vxworks.ln elf64.ln elf.ln elflink.ln elf-attrs.ln elf-strtab.ln elf-eh-frame.ln dwarf1.ln dwarf2.ln elf32-i386.ln elf32.ln coff-i386.ln cofflink.ln coffgen.ln pei-i386.ln peigen.ln pei-x86_64.ln pex64igen.ln elf64-gen.ln elf32-gen.ln plugin.ln cpu-i386.ln cpu-iamcu.ln cpu-l1om.ln cpu-k1om.ln netbsd-core.ln archive64.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f libpam_permit.a pam_permit.o pam_permit.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libbfd && rm -f llib-lbfd.ln archive.ln archures.ln bfd.ln bfdio.ln bfdwin.ln cache.ln coff-bfd.ln compress.ln corefile.ln elf-properties.ln format.ln hash.ln init.ln lib_bfd.ln linker.ln merge.ln opncls.ln reloc.ln section.ln simple.ln stab-syms.ln stabs.ln syms.ln targets.ln binary.ln ihex.ln srec.ln tekhex.ln verilog.ln elf64-x86-64.ln elfxx-x86.ln elf-ifunc.ln elf-vxworks.ln elf64.ln elf.ln elflink.ln elf-attrs.ln elf-strtab.ln elf-eh-frame.ln dwarf1.ln dwarf2.ln elf32-i386.ln elf32.ln coff-i386.ln cofflink.ln coffgen.ln pei-i386.ln peigen.ln pei-x86_64.ln pex64igen.ln elf64-gen.ln elf32-gen.ln plugin.ln cpu-i386.ln cpu-iamcu.ln cpu-l1om.ln cpu-k1om.ln netbsd-core.ln archive64.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f libpam_permit.a pam_permit.o pam_permit.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libbfd && rm -f elf32-target.h elf64-target.h targmatch.h elf32-aarch64.c elf64-aarch64.c elf32-ia64.c elf64-ia64.c peigen.c pex64igen.c libbfd.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f libpam_permit_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f libpam_permit_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libbfd && rm -f elf32-target.h elf64-target.h targmatch.h elf32-aarch64.c elf64-aarch64.c elf32-ia64.c elf64-ia64.c peigen.c pex64igen.c libbfd.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f libpam_permit_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libbfd && rm -f .depend archive.d archive64.d archures.d bfd.d bfdio.d bfdwin.d binary.d cache.d coff-bfd.d coff-i386.d coffgen.d cofflink.d compress.d corefile.d cpu-i386.d cpu-iamcu.d cpu-k1om.d cpu-l1om.d dwarf1.d dwarf2.d elf-attrs.d elf-eh-frame.d elf-ifunc.d elf-properties.d elf-strtab.d elf-vxworks.d elf.d elf32-aarch64.d elf32-gen.d elf32-i386.d elf32-ia64.d elf32.d elf64-aarch64.d elf64-gen.d elf64-ia64.d elf64-x86-64.d elf64.d elflink.d elfxx-x86.d format.d hash.d ihex.d init.d lib_bfd.d linker.d merge.d netbsd-core.d opncls.d pei-i386.d pei-x86_64.d peigen.d pex64igen.d plugin.d reloc.d section.d simple.d srec.d stab-syms.d stabs.d syms.d targets.d tekhex.d verilog.d archive.d.tmp archive64.d.tmp archures.d.tmp bfd.d.tmp bfdio.d.tmp bfdwin.d.tmp binary.d.tmp cache.d.tmp coff-bfd.d.tmp coff-i386.d.tmp coffgen.d.tmp cofflink.d.tmp compress.d.tmp corefile.d.tmp cpu-i386.d.tmp cpu-iamcu.d.tmp cpu-k1om.d.tmp cpu-l1om.d.tmp dwarf1.d.tmp dwarf2.d.tmp elf-attrs.d.tmp elf-eh-frame.d.tmp elf-ifunc.d.tmp elf-properties.d.tmp elf-strtab.d.tmp elf-vxworks.d.tmp elf.d.tmp elf32-aarch64.d.tmp elf32-gen.d.tmp elf32-i386.d.tmp elf32-ia64.d.tmp elf32.d.tmp elf64-aarch64.d.tmp elf64-gen.d.tmp elf64-ia64.d.tmp elf64-x86-64.d.tmp elf64.d.tmp elflink.d.tmp elfxx-x86.d.tmp format.d.tmp hash.d.tmp ihex.d.tmp init.d.tmp lib_bfd.d.tmp linker.d.tmp merge.d.tmp netbsd-core.d.tmp opncls.d.tmp pei-i386.d.tmp pei-x86_64.d.tmp peigen.d.tmp pex64igen.d.tmp plugin.d.tmp reloc.d.tmp section.d.tmp simple.d.tmp srec.d.tmp stab-syms.d.tmp stabs.d.tmp syms.d.tmp targets.d.tmp tekhex.d.tmp verilog.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f libpam_permit_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libbfd && rm -f .depend archive.d archive64.d archures.d bfd.d bfdio.d bfdwin.d binary.d cache.d coff-bfd.d coff-i386.d coffgen.d cofflink.d compress.d corefile.d cpu-i386.d cpu-iamcu.d cpu-k1om.d cpu-l1om.d dwarf1.d dwarf2.d elf-attrs.d elf-eh-frame.d elf-ifunc.d elf-properties.d elf-strtab.d elf-vxworks.d elf.d elf32-aarch64.d elf32-gen.d elf32-i386.d elf32-ia64.d elf32.d elf64-aarch64.d elf64-gen.d elf64-ia64.d elf64-x86-64.d elf64.d elflink.d elfxx-x86.d format.d hash.d ihex.d init.d lib_bfd.d linker.d merge.d netbsd-core.d opncls.d pei-i386.d pei-x86_64.d peigen.d pex64igen.d plugin.d reloc.d section.d simple.d srec.d stab-syms.d stabs.d syms.d targets.d tekhex.d verilog.d archive.d.tmp archive64.d.tmp archures.d.tmp bfd.d.tmp bfdio.d.tmp bfdwin.d.tmp binary.d.tmp cache.d.tmp coff-bfd.d.tmp coff-i386.d.tmp coffgen.d.tmp cofflink.d.tmp compress.d.tmp corefile.d.tmp cpu-i386.d.tmp cpu-iamcu.d.tmp cpu-k1om.d.tmp cpu-l1om.d.tmp dwarf1.d.tmp dwarf2.d.tmp elf-attrs.d.tmp elf-eh-frame.d.tmp elf-ifunc.d.tmp elf-properties.d.tmp elf-strtab.d.tmp elf-vxworks.d.tmp elf.d.tmp elf32-aarch64.d.tmp elf32-gen.d.tmp elf32-i386.d.tmp elf32-ia64.d.tmp elf32.d.tmp elf64-aarch64.d.tmp elf64-gen.d.tmp elf64-ia64.d.tmp elf64-x86-64.d.tmp elf64.d.tmp elflink.d.tmp elfxx-x86.d.tmp format.d.tmp hash.d.tmp ihex.d.tmp init.d.tmp lib_bfd.d.tmp linker.d.tmp merge.d.tmp netbsd-core.d.tmp opncls.d.tmp pei-i386.d.tmp pei-x86_64.d.tmp peigen.d.tmp pex64igen.d.tmp plugin.d.tmp reloc.d.tmp section.d.tmp simple.d.tmp srec.d.tmp stab-syms.d.tmp stabs.d.tmp syms.d.tmp targets.d.tmp tekhex.d.tmp verilog.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f libpam_permit_pic.a || true) --- cleandir-external --- --- cleandir-libiberty --- cleandir ===> external/gpl3/gdb/lib/libiberty --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f libpam_permit_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f llib-lpam_permit.ln pam_permit.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libiberty && rm -f libiberty.a regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o bsearch_r.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filedescriptor.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o xvasprintf.o mempcpy.o strverscmp.o regex.o.tmp cplus-dem.o.tmp cp-demangle.o.tmp md5.o.tmp sha1.o.tmp alloca.o.tmp argv.o.tmp bsearch_r.o.tmp choose-temp.o.tmp concat.o.tmp cp-demint.o.tmp crc32.o.tmp d-demangle.o.tmp dwarfnames.o.tmp dyn-string.o.tmp fdmatch.o.tmp fibheap.o.tmp filedescriptor.o.tmp filename_cmp.o.tmp floatformat.o.tmp fnmatch.o.tmp fopen_unlocked.o.tmp getopt.o.tmp getopt1.o.tmp getpwd.o.tmp getruntime.o.tmp hashtab.o.tmp hex.o.tmp lbasename.o.tmp lrealpath.o.tmp make-relative-prefix.o.tmp make-temp-file.o.tmp objalloc.o.tmp obstack.o.tmp partition.o.tmp pexecute.o.tmp physmem.o.tmp pex-common.o.tmp pex-one.o.tmp pex-unix.o.tmp vprintf-support.o.tmp rust-demangle.o.tmp safe-ctype.o.tmp simple-object.o.tmp simple-object-coff.o.tmp simple-object-elf.o.tmp simple-object-mach-o.o.tmp simple-object-xcoff.o.tmp sort.o.tmp spaces.o.tmp splay-tree.o.tmp stack-limit.o.tmp strerror.o.tmp strsignal.o.tmp timeval-utils.o.tmp unlink-if-ordinary.o.tmp xasprintf.o.tmp xatexit.o.tmp xexit.o.tmp xmalloc.o.tmp xmemdup.o.tmp xstrdup.o.tmp xstrerror.o.tmp xstrndup.o.tmp xvasprintf.o.tmp mempcpy.o.tmp strverscmp.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f llib-lpam_permit.ln pam_permit.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libiberty && rm -f libiberty.a regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o bsearch_r.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filedescriptor.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o xvasprintf.o mempcpy.o strverscmp.o regex.o.tmp cplus-dem.o.tmp cp-demangle.o.tmp md5.o.tmp sha1.o.tmp alloca.o.tmp argv.o.tmp bsearch_r.o.tmp choose-temp.o.tmp concat.o.tmp cp-demint.o.tmp crc32.o.tmp d-demangle.o.tmp dwarfnames.o.tmp dyn-string.o.tmp fdmatch.o.tmp fibheap.o.tmp filedescriptor.o.tmp filename_cmp.o.tmp floatformat.o.tmp fnmatch.o.tmp fopen_unlocked.o.tmp getopt.o.tmp getopt1.o.tmp getpwd.o.tmp getruntime.o.tmp hashtab.o.tmp hex.o.tmp lbasename.o.tmp lrealpath.o.tmp make-relative-prefix.o.tmp make-temp-file.o.tmp objalloc.o.tmp obstack.o.tmp partition.o.tmp pexecute.o.tmp physmem.o.tmp pex-common.o.tmp pex-one.o.tmp pex-unix.o.tmp vprintf-support.o.tmp rust-demangle.o.tmp safe-ctype.o.tmp simple-object.o.tmp simple-object-coff.o.tmp simple-object-elf.o.tmp simple-object-mach-o.o.tmp simple-object-xcoff.o.tmp sort.o.tmp spaces.o.tmp splay-tree.o.tmp stack-limit.o.tmp strerror.o.tmp strsignal.o.tmp timeval-utils.o.tmp unlink-if-ordinary.o.tmp xasprintf.o.tmp xatexit.o.tmp xexit.o.tmp xmalloc.o.tmp xmemdup.o.tmp xstrdup.o.tmp xstrerror.o.tmp xstrndup.o.tmp xvasprintf.o.tmp mempcpy.o.tmp strverscmp.o.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f libpam_permit.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f libpam_permit.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libiberty && rm -f libiberty_p.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libiberty && rm -f libiberty_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f pam_permit.html8 .depend pam_permit.d pam_permit.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f pam_permit.html8 .depend pam_permit.d pam_permit.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libiberty && rm -f libiberty_g.a || true) --- cleandir-lib --- --- cleandir-pam_radius --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libiberty && rm -f libiberty_g.a || true) --- cleandir-lib --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_radius --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libiberty && rm -f libiberty_pic.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f libpam_radius.a pam_radius.o pam_radius.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libiberty && rm -f libiberty_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f libpam_radius.a pam_radius.o pam_radius.o.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libiberty && rm -f llib-liberty.ln regex.ln cplus-dem.ln cp-demangle.ln md5.ln sha1.ln alloca.ln argv.ln bsearch_r.ln choose-temp.ln concat.ln cp-demint.ln crc32.ln d-demangle.ln dwarfnames.ln dyn-string.ln fdmatch.ln fibheap.ln filedescriptor.ln filename_cmp.ln floatformat.ln fnmatch.ln fopen_unlocked.ln getopt.ln getopt1.ln getpwd.ln getruntime.ln hashtab.ln hex.ln lbasename.ln lrealpath.ln make-relative-prefix.ln make-temp-file.ln objalloc.ln obstack.ln partition.ln pexecute.ln physmem.ln pex-common.ln pex-one.ln pex-unix.ln vprintf-support.ln rust-demangle.ln safe-ctype.ln simple-object.ln simple-object-coff.ln simple-object-elf.ln simple-object-mach-o.ln simple-object-xcoff.ln sort.ln spaces.ln splay-tree.ln stack-limit.ln strerror.ln strsignal.ln timeval-utils.ln unlink-if-ordinary.ln xasprintf.ln xatexit.ln xexit.ln xmalloc.ln xmemdup.ln xstrdup.ln xstrerror.ln xstrndup.ln xvasprintf.ln mempcpy.ln strverscmp.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f libpam_radius_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libiberty && rm -f llib-liberty.ln regex.ln cplus-dem.ln cp-demangle.ln md5.ln sha1.ln alloca.ln argv.ln bsearch_r.ln choose-temp.ln concat.ln cp-demint.ln crc32.ln d-demangle.ln dwarfnames.ln dyn-string.ln fdmatch.ln fibheap.ln filedescriptor.ln filename_cmp.ln floatformat.ln fnmatch.ln fopen_unlocked.ln getopt.ln getopt1.ln getpwd.ln getruntime.ln hashtab.ln hex.ln lbasename.ln lrealpath.ln make-relative-prefix.ln make-temp-file.ln objalloc.ln obstack.ln partition.ln pexecute.ln physmem.ln pex-common.ln pex-one.ln pex-unix.ln vprintf-support.ln rust-demangle.ln safe-ctype.ln simple-object.ln simple-object-coff.ln simple-object-elf.ln simple-object-mach-o.ln simple-object-xcoff.ln sort.ln spaces.ln splay-tree.ln stack-limit.ln strerror.ln strsignal.ln timeval-utils.ln unlink-if-ordinary.ln xasprintf.ln xatexit.ln xexit.ln xmalloc.ln xmemdup.ln xstrdup.ln xstrerror.ln xstrndup.ln xvasprintf.ln mempcpy.ln strverscmp.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f libpam_radius_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libiberty && rm -f libiberty.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f libpam_radius_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libiberty && rm -f libiberty.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f libpam_radius_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libiberty && rm -f .depend alloca.d argv.d bsearch_r.d choose-temp.d concat.d cp-demangle.d cp-demint.d cplus-dem.d crc32.d d-demangle.d dwarfnames.d dyn-string.d fdmatch.d fibheap.d filedescriptor.d filename_cmp.d floatformat.d fnmatch.d fopen_unlocked.d getopt.d getopt1.d getpwd.d getruntime.d hashtab.d hex.d lbasename.d lrealpath.d make-relative-prefix.d make-temp-file.d md5.d mempcpy.d objalloc.d obstack.d partition.d pex-common.d pex-one.d pex-unix.d pexecute.d physmem.d regex.d rust-demangle.d safe-ctype.d sha1.d simple-object-coff.d simple-object-elf.d simple-object-mach-o.d simple-object-xcoff.d simple-object.d sort.d spaces.d splay-tree.d stack-limit.d strerror.d strsignal.d strverscmp.d timeval-utils.d unlink-if-ordinary.d vprintf-support.d xasprintf.d xatexit.d xexit.d xmalloc.d xmemdup.d xstrdup.d xstrerror.d xstrndup.d xvasprintf.d alloca.d.tmp argv.d.tmp bsearch_r.d.tmp choose-temp.d.tmp concat.d.tmp cp-demangle.d.tmp cp-demint.d.tmp cplus-dem.d.tmp crc32.d.tmp d-demangle.d.tmp dwarfnames.d.tmp dyn-string.d.tmp fdmatch.d.tmp fibheap.d.tmp filedescriptor.d.tmp filename_cmp.d.tmp floatformat.d.tmp fnmatch.d.tmp fopen_unlocked.d.tmp getopt.d.tmp getopt1.d.tmp getpwd.d.tmp getruntime.d.tmp hashtab.d.tmp hex.d.tmp lbasename.d.tmp lrealpath.d.tmp make-relative-prefix.d.tmp make-temp-file.d.tmp md5.d.tmp mempcpy.d.tmp objalloc.d.tmp obstack.d.tmp partition.d.tmp pex-common.d.tmp pex-one.d.tmp pex-unix.d.tmp pexecute.d.tmp physmem.d.tmp regex.d.tmp rust-demangle.d.tmp safe-ctype.d.tmp sha1.d.tmp simple-object-coff.d.tmp simple-object-elf.d.tmp simple-object-mach-o.d.tmp simple-object-xcoff.d.tmp simple-object.d.tmp sort.d.tmp spaces.d.tmp splay-tree.d.tmp stack-limit.d.tmp strerror.d.tmp strsignal.d.tmp strverscmp.d.tmp timeval-utils.d.tmp unlink-if-ordinary.d.tmp vprintf-support.d.tmp xasprintf.d.tmp xatexit.d.tmp xexit.d.tmp xmalloc.d.tmp xmemdup.d.tmp xstrdup.d.tmp xstrerror.d.tmp xstrndup.d.tmp xvasprintf.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f libpam_radius_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f libpam_radius_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libiberty && rm -f .depend alloca.d argv.d bsearch_r.d choose-temp.d concat.d cp-demangle.d cp-demint.d cplus-dem.d crc32.d d-demangle.d dwarfnames.d dyn-string.d fdmatch.d fibheap.d filedescriptor.d filename_cmp.d floatformat.d fnmatch.d fopen_unlocked.d getopt.d getopt1.d getpwd.d getruntime.d hashtab.d hex.d lbasename.d lrealpath.d make-relative-prefix.d make-temp-file.d md5.d mempcpy.d objalloc.d obstack.d partition.d pex-common.d pex-one.d pex-unix.d pexecute.d physmem.d regex.d rust-demangle.d safe-ctype.d sha1.d simple-object-coff.d simple-object-elf.d simple-object-mach-o.d simple-object-xcoff.d simple-object.d sort.d spaces.d splay-tree.d stack-limit.d strerror.d strsignal.d strverscmp.d timeval-utils.d unlink-if-ordinary.d vprintf-support.d xasprintf.d xatexit.d xexit.d xmalloc.d xmemdup.d xstrdup.d xstrerror.d xstrndup.d xvasprintf.d alloca.d.tmp argv.d.tmp bsearch_r.d.tmp choose-temp.d.tmp concat.d.tmp cp-demangle.d.tmp cp-demint.d.tmp cplus-dem.d.tmp crc32.d.tmp d-demangle.d.tmp dwarfnames.d.tmp dyn-string.d.tmp fdmatch.d.tmp fibheap.d.tmp filedescriptor.d.tmp filename_cmp.d.tmp floatformat.d.tmp fnmatch.d.tmp fopen_unlocked.d.tmp getopt.d.tmp getopt1.d.tmp getpwd.d.tmp getruntime.d.tmp hashtab.d.tmp hex.d.tmp lbasename.d.tmp lrealpath.d.tmp make-relative-prefix.d.tmp make-temp-file.d.tmp md5.d.tmp mempcpy.d.tmp objalloc.d.tmp obstack.d.tmp partition.d.tmp pex-common.d.tmp pex-one.d.tmp pex-unix.d.tmp pexecute.d.tmp physmem.d.tmp regex.d.tmp rust-demangle.d.tmp safe-ctype.d.tmp sha1.d.tmp simple-object-coff.d.tmp simple-object-elf.d.tmp simple-object-mach-o.d.tmp simple-object-xcoff.d.tmp simple-object.d.tmp sort.d.tmp spaces.d.tmp splay-tree.d.tmp stack-limit.d.tmp strerror.d.tmp strsignal.d.tmp strverscmp.d.tmp timeval-utils.d.tmp unlink-if-ordinary.d.tmp vprintf-support.d.tmp xasprintf.d.tmp xatexit.d.tmp xexit.d.tmp xmalloc.d.tmp xmemdup.d.tmp xstrdup.d.tmp xstrerror.d.tmp xstrndup.d.tmp xvasprintf.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-libopcodes --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f llib-lpam_radius.ln pam_radius.ln || true) --- cleandir-external --- cleandir ===> external/gpl3/gdb/lib/libopcodes --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f llib-lpam_radius.ln pam_radius.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f libpam_radius.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libopcodes && rm -f libopcodes.a i386-dis.o i386-opc.o dis-buf.o disassemble.o dis-init.o i386-dis.o.tmp i386-opc.o.tmp dis-buf.o.tmp disassemble.o.tmp dis-init.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f libpam_radius.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libopcodes && rm -f libopcodes.a i386-dis.o i386-opc.o dis-buf.o disassemble.o dis-init.o i386-dis.o.tmp i386-opc.o.tmp dis-buf.o.tmp disassemble.o.tmp dis-init.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libopcodes && rm -f libopcodes_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f pam_radius.html8 .depend pam_radius.d pam_radius.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libopcodes && rm -f libopcodes_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f pam_radius.html8 .depend pam_radius.d pam_radius.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- cleandir-pam_rhosts --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libopcodes && rm -f libopcodes_g.a || true) --- cleandir-lib --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_rhosts --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libopcodes && rm -f libopcodes_g.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts.a pam_rhosts.o pam_rhosts.o.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libopcodes && rm -f libopcodes_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts.a pam_rhosts.o pam_rhosts.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libopcodes && rm -f libopcodes_pic.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_p.a || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libopcodes && rm -f llib-lopcodes.ln i386-dis.ln i386-opc.ln dis-buf.ln disassemble.ln dis-init.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libopcodes && rm -f llib-lopcodes.ln i386-dis.ln i386-opc.ln dis-buf.ln disassemble.ln dis-init.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libopcodes && rm -f libopcodes.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libopcodes && rm -f libopcodes.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_pic.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libopcodes && rm -f .depend dis-buf.d dis-init.d disassemble.d i386-dis.d i386-opc.d dis-buf.d.tmp dis-init.d.tmp disassemble.d.tmp i386-dis.d.tmp i386-opc.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libopcodes && rm -f .depend dis-buf.d dis-init.d disassemble.d i386-dis.d i386-opc.d dis-buf.d.tmp dis-init.d.tmp disassemble.d.tmp i386-dis.d.tmp i386-opc.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f llib-lpam_rhosts.ln pam_rhosts.ln || true) --- cleandir-external --- --- cleandir-libgdb --- cleandir ===> external/gpl3/gdb/lib/libgdb --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f llib-lpam_rhosts.ln pam_rhosts.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdb && rm -f libgdb.a ada-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o alloc.o amd64-bsd-nat.o amd64-nat.o amd64-nbsd-nat.o amd64-nbsd-tdep.o amd64-tdep.o annotate.o arch-utils.o amd64.o i386.o async-event.o auto-load.o auxv.o ax-gdb.o ax-general.o bcache.o bfd-target.o block.o blockframe.o break-catch-sig.o break-catch-syscall.o break-catch-throw.o breakpoint.o bsd-kvm.o btrace.o build-id.o buildsym-legacy.o buildsym.o c-exp.o c-lang.o c-typeprint.o c-valprint.o c-varobj.o charset.o cli-out.o cli-cmds.o cli-decode.o cli-dump.o cli-interp.o cli-logging.o cli-option.o cli-script.o cli-setshow.o cli-style.o cli-utils.o coff-pe-read.o coffread.o compile-c-support.o compile-c-symbols.o compile-c-types.o compile-cplus-symbols.o compile-cplus-types.o compile-loc2c.o compile-object-load.o compile-object-run.o compile.o complaints.o completer.o continuations.o copying.o corefile.o corelow.o cp-abi.o cp-name-parser.o cp-namespace.o cp-support.o cp-valprint.o ctfread.o d-exp.o d-lang.o d-namespace.o d-valprint.o dbxread.o dcache.o debug.o debuginfod-support.o dictionary.o disasm-selftests.o disasm.o dtrace-probe.o dummy-frame.o abbrev.o attribute.o comp-unit.o dwz.o expr.o frame-tailcall.o frame.o index-cache.o index-common.o index-write.o leb.o line-header.o loc.o macro.o read.o section.o stringify.o elfread.o eval.o event-top.o exceptions.o exec.o expprint.o extension.o f-exp.o f-lang.o f-typeprint.o f-valprint.o filename-seen-cache.o filesystem.o findcmd.o findvar.o fork-child.o frame-base.o frame-unwind.o frame.o gcore.o gdb-demangle.o gdb_bfd.o gdb_obstack.o gdb_regex.o gdbarch-selftests.o gdbarch.o gdbtypes.o gnu-v2-abi.o gnu-v3-abi.o go-exp.o go-lang.o go-typeprint.o go-valprint.o guile.o i386-bsd-tdep.o i386-nbsd-tdep.o i386-tdep.o i387-tdep.o inf-child.o inf-loop.o inf-ptrace.o infcall.o infcmd.o inferior.o inflow.o infrun.o inline-frame.o interps.o jit.o language.o linespec.o location.o m2-exp.o m2-lang.o m2-typeprint.o m2-valprint.o macrocmd.o macroexp.o macroscope.o macrotab.o main.o maint-test-options.o maint-test-settings.o maint.o mdebugread.o mem-break.o memattr.o memory-map.o memrange.o mi-cmd-break.o mi-cmd-catch.o mi-cmd-disas.o mi-cmd-env.o mi-cmd-file.o mi-cmd-info.o mi-cmd-stack.o mi-cmd-target.o mi-cmd-var.o mi-cmds.o mi-common.o mi-console.o mi-getopt.o mi-interp.o mi-main.o mi-out.o mi-parse.o mi-symbol-cmds.o minidebug.o minsyms.o mipsread.o namespace.o fork-inferior.o netbsd-nat.o x86-dregs.o nbsd-nat.o nbsd-tdep.o objc-lang.o objfiles.o observable.o opencl-lang.o osabi.o osdata.o p-exp.o p-lang.o p-typeprint.o p-valprint.o parse.o posix-hdep.o printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o registry.o remote-fileio.o remote-notif.o remote.o reverse.o run-on-main-thread.o rust-exp.o rust-lang.o selftest-arch.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o symmisc.o symtab.o target-connection.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracectf.o tracefile-tfile.o tracefile.o tracepoint.o trad-frame.o tramp-frame.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-wingeneral.o tui-winsource.o tui.o type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o array-view-selftests.o child-path-selftests.o cli-utils-selftests.o command-def-selftests.o common-utils-selftests.o copy_bitwise-selftests.o environ-selftests.o filtered_iterator-selftests.o format_pieces-selftests.o function-view-selftests.o lookup_name_info-selftests.o main-thread-selftests.o memory-map-selftests.o memrange-selftests.o mkdir-recursive-selftests.o observable-selftests.o offset-type-selftests.o optional-selftests.o parse-connection-spec-selftests.o ptid-selftests.o rsp-low-selftests.o scoped_fd-selftests.o scoped_mmap-selftests.o scoped_restore-selftests.o string_view-selftests.o style-selftests.o tracepoint-selftests.o tui-selftests.o unpack-selftests.o utils-selftests.o vec-utils-selftests.o xml-utils-selftests.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o x86-bsd-nat.o x86-nat.o x86-tdep.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o dwarf2-frame.o ada-exp.o.tmp ada-lang.o.tmp ada-tasks.o.tmp ada-typeprint.o.tmp ada-valprint.o.tmp ada-varobj.o.tmp addrmap.o.tmp agent.o.tmp alloc.o.tmp amd64-bsd-nat.o.tmp amd64-nat.o.tmp amd64-nbsd-nat.o.tmp amd64-nbsd-tdep.o.tmp amd64-tdep.o.tmp annotate.o.tmp arch-utils.o.tmp amd64.o.tmp i386.o.tmp async-event.o.tmp auto-load.o.tmp auxv.o.tmp ax-gdb.o.tmp ax-general.o.tmp bcache.o.tmp bfd-target.o.tmp block.o.tmp blockframe.o.tmp break-catch-sig.o.tmp break-catch-syscall.o.tmp break-catch-throw.o.tmp breakpoint.o.tmp bsd-kvm.o.tmp btrace.o.tmp build-id.o.tmp buildsym-legacy.o.tmp buildsym.o.tmp c-exp.o.tmp c-lang.o.tmp c-typeprint.o.tmp c-valprint.o.tmp c-varobj.o.tmp charset.o.tmp cli-out.o.tmp cli-cmds.o.tmp cli-decode.o.tmp cli-dump.o.tmp cli-interp.o.tmp cli-logging.o.tmp cli-option.o.tmp cli-script.o.tmp cli-setshow.o.tmp cli-style.o.tmp cli-utils.o.tmp coff-pe-read.o.tmp coffread.o.tmp compile-c-support.o.tmp compile-c-symbols.o.tmp compile-c-types.o.tmp compile-cplus-symbols.o.tmp compile-cplus-types.o.tmp compile-loc2c.o.tmp compile-object-load.o.tmp compile-object-run.o.tmp compile.o.tmp complaints.o.tmp completer.o.tmp continuations.o.tmp copying.o.tmp corefile.o.tmp corelow.o.tmp cp-abi.o.tmp cp-name-parser.o.tmp cp-namespace.o.tmp cp-support.o.tmp cp-valprint.o.tmp ctfread.o.tmp d-exp.o.tmp d-lang.o.tmp d-namespace.o.tmp d-valprint.o.tmp dbxread.o.tmp dcache.o.tmp debug.o.tmp debuginfod-support.o.tmp dictionary.o.tmp disasm-selftests.o.tmp disasm.o.tmp dtrace-probe.o.tmp dummy-frame.o.tmp abbrev.o.tmp attribute.o.tmp comp-unit.o.tmp dwz.o.tmp expr.o.tmp frame-tailcall.o.tmp frame.o.tmp index-cache.o.tmp index-common.o.tmp index-write.o.tmp leb.o.tmp line-header.o.tmp loc.o.tmp macro.o.tmp read.o.tmp section.o.tmp stringify.o.tmp elfread.o.tmp eval.o.tmp event-top.o.tmp exceptions.o.tmp exec.o.tmp expprint.o.tmp extension.o.tmp f-exp.o.tmp f-lang.o.tmp f-typeprint.o.tmp f-valprint.o.tmp filename-seen-cache.o.tmp filesystem.o.tmp findcmd.o.tmp findvar.o.tmp fork-child.o.tmp frame-base.o.tmp frame-unwind.o.tmp frame.o.tmp gcore.o.tmp gdb-demangle.o.tmp gdb_bfd.o.tmp gdb_obstack.o.tmp gdb_regex.o.tmp gdbarch-selftests.o.tmp gdbarch.o.tmp gdbtypes.o.tmp gnu-v2-abi.o.tmp gnu-v3-abi.o.tmp go-exp.o.tmp go-lang.o.tmp go-typeprint.o.tmp go-valprint.o.tmp guile.o.tmp i386-bsd-tdep.o.tmp i386-nbsd-tdep.o.tmp i386-tdep.o.tmp i387-tdep.o.tmp inf-child.o.tmp inf-loop.o.tmp inf-ptrace.o.tmp infcall.o.tmp infcmd.o.tmp inferior.o.tmp inflow.o.tmp infrun.o.tmp inline-frame.o.tmp interps.o.tmp jit.o.tmp language.o.tmp linespec.o.tmp location.o.tmp m2-exp.o.tmp m2-lang.o.tmp m2-typeprint.o.tmp m2-valprint.o.tmp macrocmd.o.tmp macroexp.o.tmp macroscope.o.tmp macrotab.o.tmp main.o.tmp maint-test-options.o.tmp maint-test-settings.o.tmp maint.o.tmp mdebugread.o.tmp mem-break.o.tmp memattr.o.tmp memory-map.o.tmp memrange.o.tmp mi-cmd-break.o.tmp mi-cmd-catch.o.tmp mi-cmd-disas.o.tmp mi-cmd-env.o.tmp mi-cmd-file.o.tmp mi-cmd-info.o.tmp mi-cmd-stack.o.tmp mi-cmd-target.o.tmp mi-cmd-var.o.tmp mi-cmds.o.tmp mi-common.o.tmp mi-console.o.tmp mi-getopt.o.tmp mi-interp.o.tmp mi-main.o.tmp mi-out.o.tmp mi-parse.o.tmp mi-symbol-cmds.o.tmp minidebug.o.tmp minsyms.o.tmp mipsread.o.tmp namespace.o.tmp fork-inferior.o.tmp netbsd-nat.o.tmp x86-dregs.o.tmp nbsd-nat.o.tmp nbsd-tdep.o.tmp objc-lang.o.tmp objfiles.o.tmp observable.o.tmp opencl-lang.o.tmp osabi.o.tmp osdata.o.tmp p-exp.o.tmp p-lang.o.tmp p-typeprint.o.tmp p-valprint.o.tmp parse.o.tmp posix-hdep.o.tmp printcmd.o.tmp probe.o.tmp process-stratum-target.o.tmp producer.o.tmp progspace-and-thread.o.tmp progspace.o.tmp prologue-value.o.tmp psymtab.o.tmp python.o.tmp record-btrace.o.tmp record-full.o.tmp record.o.tmp regcache-dump.o.tmp regcache.o.tmp reggroups.o.tmp registry.o.tmp remote-fileio.o.tmp remote-notif.o.tmp remote.o.tmp reverse.o.tmp run-on-main-thread.o.tmp rust-exp.o.tmp rust-lang.o.tmp selftest-arch.o.tmp sentinel-frame.o.tmp ser-base.o.tmp ser-event.o.tmp ser-pipe.o.tmp ser-tcp.o.tmp ser-uds.o.tmp ser-unix.o.tmp serial.o.tmp skip.o.tmp solib-svr4.o.tmp solib-target.o.tmp solib.o.tmp source-cache.o.tmp source.o.tmp stabsread.o.tmp stack.o.tmp stap-probe.o.tmp std-regs.o.tmp symfile-debug.o.tmp symfile.o.tmp symmisc.o.tmp symtab.o.tmp target-connection.o.tmp target-dcache.o.tmp target-descriptions.o.tmp target-float.o.tmp target-memory.o.tmp target.o.tmp waitstatus.o.tmp test-target.o.tmp thread-iter.o.tmp thread.o.tmp tid-parse.o.tmp top.o.tmp tracectf.o.tmp tracefile-tfile.o.tmp tracefile.o.tmp tracepoint.o.tmp trad-frame.o.tmp tramp-frame.o.tmp tui-command.o.tmp tui-data.o.tmp tui-disasm.o.tmp tui-file.o.tmp tui-hooks.o.tmp tui-interp.o.tmp tui-io.o.tmp tui-layout.o.tmp tui-out.o.tmp tui-regs.o.tmp tui-source.o.tmp tui-stack.o.tmp tui-win.o.tmp tui-wingeneral.o.tmp tui-winsource.o.tmp tui.o.tmp type-stack.o.tmp typeprint.o.tmp ui-file.o.tmp ui-out.o.tmp ui-style.o.tmp array-view-selftests.o.tmp child-path-selftests.o.tmp cli-utils-selftests.o.tmp command-def-selftests.o.tmp common-utils-selftests.o.tmp copy_bitwise-selftests.o.tmp environ-selftests.o.tmp filtered_iterator-selftests.o.tmp format_pieces-selftests.o.tmp function-view-selftests.o.tmp lookup_name_info-selftests.o.tmp main-thread-selftests.o.tmp memory-map-selftests.o.tmp memrange-selftests.o.tmp mkdir-recursive-selftests.o.tmp observable-selftests.o.tmp offset-type-selftests.o.tmp optional-selftests.o.tmp parse-connection-spec-selftests.o.tmp ptid-selftests.o.tmp rsp-low-selftests.o.tmp scoped_fd-selftests.o.tmp scoped_mmap-selftests.o.tmp scoped_restore-selftests.o.tmp string_view-selftests.o.tmp style-selftests.o.tmp tracepoint-selftests.o.tmp tui-selftests.o.tmp unpack-selftests.o.tmp utils-selftests.o.tmp vec-utils-selftests.o.tmp xml-utils-selftests.o.tmp user-regs.o.tmp utils.o.tmp valarith.o.tmp valops.o.tmp valprint.o.tmp value.o.tmp varobj.o.tmp version.o.tmp x86-bsd-nat.o.tmp x86-nat.o.tmp x86-tdep.o.tmp xml-builtin.o.tmp xml-support.o.tmp xml-syscall.o.tmp xml-tdesc.o.tmp init.o.tmp dwarf2-frame.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f pam_rhosts.html8 .depend pam_rhosts.d pam_rhosts.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f pam_rhosts.html8 .depend pam_rhosts.d pam_rhosts.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdb && rm -f libgdb.a ada-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o alloc.o amd64-bsd-nat.o amd64-nat.o amd64-nbsd-nat.o amd64-nbsd-tdep.o amd64-tdep.o annotate.o arch-utils.o amd64.o i386.o async-event.o auto-load.o auxv.o ax-gdb.o ax-general.o bcache.o bfd-target.o block.o blockframe.o break-catch-sig.o break-catch-syscall.o break-catch-throw.o breakpoint.o bsd-kvm.o btrace.o build-id.o buildsym-legacy.o buildsym.o c-exp.o c-lang.o c-typeprint.o c-valprint.o c-varobj.o charset.o cli-out.o cli-cmds.o cli-decode.o cli-dump.o cli-interp.o cli-logging.o cli-option.o cli-script.o cli-setshow.o cli-style.o cli-utils.o coff-pe-read.o coffread.o compile-c-support.o compile-c-symbols.o compile-c-types.o compile-cplus-symbols.o compile-cplus-types.o compile-loc2c.o compile-object-load.o compile-object-run.o compile.o complaints.o completer.o continuations.o copying.o corefile.o corelow.o cp-abi.o cp-name-parser.o cp-namespace.o cp-support.o cp-valprint.o ctfread.o d-exp.o d-lang.o d-namespace.o d-valprint.o dbxread.o dcache.o debug.o debuginfod-support.o dictionary.o disasm-selftests.o disasm.o dtrace-probe.o dummy-frame.o abbrev.o attribute.o comp-unit.o dwz.o expr.o frame-tailcall.o frame.o index-cache.o index-common.o index-write.o leb.o line-header.o loc.o macro.o read.o section.o stringify.o elfread.o eval.o event-top.o exceptions.o exec.o expprint.o extension.o f-exp.o f-lang.o f-typeprint.o f-valprint.o filename-seen-cache.o filesystem.o findcmd.o findvar.o fork-child.o frame-base.o frame-unwind.o frame.o gcore.o gdb-demangle.o gdb_bfd.o gdb_obstack.o gdb_regex.o gdbarch-selftests.o gdbarch.o gdbtypes.o gnu-v2-abi.o gnu-v3-abi.o go-exp.o go-lang.o go-typeprint.o go-valprint.o guile.o i386-bsd-tdep.o i386-nbsd-tdep.o i386-tdep.o i387-tdep.o inf-child.o inf-loop.o inf-ptrace.o infcall.o infcmd.o inferior.o inflow.o infrun.o inline-frame.o interps.o jit.o language.o linespec.o location.o m2-exp.o m2-lang.o m2-typeprint.o m2-valprint.o macrocmd.o macroexp.o macroscope.o macrotab.o main.o maint-test-options.o maint-test-settings.o maint.o mdebugread.o mem-break.o memattr.o memory-map.o memrange.o mi-cmd-break.o mi-cmd-catch.o mi-cmd-disas.o mi-cmd-env.o mi-cmd-file.o mi-cmd-info.o mi-cmd-stack.o mi-cmd-target.o mi-cmd-var.o mi-cmds.o mi-common.o mi-console.o mi-getopt.o mi-interp.o mi-main.o mi-out.o mi-parse.o mi-symbol-cmds.o minidebug.o minsyms.o mipsread.o namespace.o fork-inferior.o netbsd-nat.o x86-dregs.o nbsd-nat.o nbsd-tdep.o objc-lang.o objfiles.o observable.o opencl-lang.o osabi.o osdata.o p-exp.o p-lang.o p-typeprint.o p-valprint.o parse.o posix-hdep.o printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o registry.o remote-fileio.o remote-notif.o remote.o reverse.o run-on-main-thread.o rust-exp.o rust-lang.o selftest-arch.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o symmisc.o symtab.o target-connection.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracectf.o tracefile-tfile.o tracefile.o tracepoint.o trad-frame.o tramp-frame.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-wingeneral.o tui-winsource.o tui.o type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o array-view-selftests.o child-path-selftests.o cli-utils-selftests.o command-def-selftests.o common-utils-selftests.o copy_bitwise-selftests.o environ-selftests.o filtered_iterator-selftests.o format_pieces-selftests.o function-view-selftests.o lookup_name_info-selftests.o main-thread-selftests.o memory-map-selftests.o memrange-selftests.o mkdir-recursive-selftests.o observable-selftests.o offset-type-selftests.o optional-selftests.o parse-connection-spec-selftests.o ptid-selftests.o rsp-low-selftests.o scoped_fd-selftests.o scoped_mmap-selftests.o scoped_restore-selftests.o string_view-selftests.o style-selftests.o tracepoint-selftests.o tui-selftests.o unpack-selftests.o utils-selftests.o vec-utils-selftests.o xml-utils-selftests.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o x86-bsd-nat.o x86-nat.o x86-tdep.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o dwarf2-frame.o ada-exp.o.tmp ada-lang.o.tmp ada-tasks.o.tmp ada-typeprint.o.tmp ada-valprint.o.tmp ada-varobj.o.tmp addrmap.o.tmp agent.o.tmp alloc.o.tmp amd64-bsd-nat.o.tmp amd64-nat.o.tmp amd64-nbsd-nat.o.tmp amd64-nbsd-tdep.o.tmp amd64-tdep.o.tmp annotate.o.tmp arch-utils.o.tmp amd64.o.tmp i386.o.tmp async-event.o.tmp auto-load.o.tmp auxv.o.tmp ax-gdb.o.tmp ax-general.o.tmp bcache.o.tmp bfd-target.o.tmp block.o.tmp blockframe.o.tmp break-catch-sig.o.tmp break-catch-syscall.o.tmp break-catch-throw.o.tmp breakpoint.o.tmp bsd-kvm.o.tmp btrace.o.tmp build-id.o.tmp buildsym-legacy.o.tmp buildsym.o.tmp c-exp.o.tmp c-lang.o.tmp c-typeprint.o.tmp c-valprint.o.tmp c-varobj.o.tmp charset.o.tmp cli-out.o.tmp cli-cmds.o.tmp cli-decode.o.tmp cli-dump.o.tmp cli-interp.o.tmp cli-logging.o.tmp cli-option.o.tmp cli-script.o.tmp cli-setshow.o.tmp cli-style.o.tmp cli-utils.o.tmp coff-pe-read.o.tmp coffread.o.tmp compile-c-support.o.tmp compile-c-symbols.o.tmp compile-c-types.o.tmp compile-cplus-symbols.o.tmp compile-cplus-types.o.tmp compile-loc2c.o.tmp compile-object-load.o.tmp compile-object-run.o.tmp compile.o.tmp complaints.o.tmp completer.o.tmp continuations.o.tmp copying.o.tmp corefile.o.tmp corelow.o.tmp cp-abi.o.tmp cp-name-parser.o.tmp cp-namespace.o.tmp cp-support.o.tmp cp-valprint.o.tmp ctfread.o.tmp d-exp.o.tmp d-lang.o.tmp d-namespace.o.tmp d-valprint.o.tmp dbxread.o.tmp dcache.o.tmp debug.o.tmp debuginfod-support.o.tmp dictionary.o.tmp disasm-selftests.o.tmp disasm.o.tmp dtrace-probe.o.tmp dummy-frame.o.tmp abbrev.o.tmp attribute.o.tmp comp-unit.o.tmp dwz.o.tmp expr.o.tmp frame-tailcall.o.tmp frame.o.tmp index-cache.o.tmp index-common.o.tmp index-write.o.tmp leb.o.tmp line-header.o.tmp loc.o.tmp macro.o.tmp read.o.tmp section.o.tmp stringify.o.tmp elfread.o.tmp eval.o.tmp event-top.o.tmp exceptions.o.tmp exec.o.tmp expprint.o.tmp extension.o.tmp f-exp.o.tmp f-lang.o.tmp f-typeprint.o.tmp f-valprint.o.tmp filename-seen-cache.o.tmp filesystem.o.tmp findcmd.o.tmp findvar.o.tmp fork-child.o.tmp frame-base.o.tmp frame-unwind.o.tmp frame.o.tmp gcore.o.tmp gdb-demangle.o.tmp gdb_bfd.o.tmp gdb_obstack.o.tmp gdb_regex.o.tmp gdbarch-selftests.o.tmp gdbarch.o.tmp gdbtypes.o.tmp gnu-v2-abi.o.tmp gnu-v3-abi.o.tmp go-exp.o.tmp go-lang.o.tmp go-typeprint.o.tmp go-valprint.o.tmp guile.o.tmp i386-bsd-tdep.o.tmp i386-nbsd-tdep.o.tmp i386-tdep.o.tmp i387-tdep.o.tmp inf-child.o.tmp inf-loop.o.tmp inf-ptrace.o.tmp infcall.o.tmp infcmd.o.tmp inferior.o.tmp inflow.o.tmp infrun.o.tmp inline-frame.o.tmp interps.o.tmp jit.o.tmp language.o.tmp linespec.o.tmp location.o.tmp m2-exp.o.tmp m2-lang.o.tmp m2-typeprint.o.tmp m2-valprint.o.tmp macrocmd.o.tmp macroexp.o.tmp macroscope.o.tmp macrotab.o.tmp main.o.tmp maint-test-options.o.tmp maint-test-settings.o.tmp maint.o.tmp mdebugread.o.tmp mem-break.o.tmp memattr.o.tmp memory-map.o.tmp memrange.o.tmp mi-cmd-break.o.tmp mi-cmd-catch.o.tmp mi-cmd-disas.o.tmp mi-cmd-env.o.tmp mi-cmd-file.o.tmp mi-cmd-info.o.tmp mi-cmd-stack.o.tmp mi-cmd-target.o.tmp mi-cmd-var.o.tmp mi-cmds.o.tmp mi-common.o.tmp mi-console.o.tmp mi-getopt.o.tmp mi-interp.o.tmp mi-main.o.tmp mi-out.o.tmp mi-parse.o.tmp mi-symbol-cmds.o.tmp minidebug.o.tmp minsyms.o.tmp mipsread.o.tmp namespace.o.tmp fork-inferior.o.tmp netbsd-nat.o.tmp x86-dregs.o.tmp nbsd-nat.o.tmp nbsd-tdep.o.tmp objc-lang.o.tmp objfiles.o.tmp observable.o.tmp opencl-lang.o.tmp osabi.o.tmp osdata.o.tmp p-exp.o.tmp p-lang.o.tmp p-typeprint.o.tmp p-valprint.o.tmp parse.o.tmp posix-hdep.o.tmp printcmd.o.tmp probe.o.tmp process-stratum-target.o.tmp producer.o.tmp progspace-and-thread.o.tmp progspace.o.tmp prologue-value.o.tmp psymtab.o.tmp python.o.tmp record-btrace.o.tmp record-full.o.tmp record.o.tmp regcache-dump.o.tmp regcache.o.tmp reggroups.o.tmp registry.o.tmp remote-fileio.o.tmp remote-notif.o.tmp remote.o.tmp reverse.o.tmp run-on-main-thread.o.tmp rust-exp.o.tmp rust-lang.o.tmp selftest-arch.o.tmp sentinel-frame.o.tmp ser-base.o.tmp ser-event.o.tmp ser-pipe.o.tmp ser-tcp.o.tmp ser-uds.o.tmp ser-unix.o.tmp serial.o.tmp skip.o.tmp solib-svr4.o.tmp solib-target.o.tmp solib.o.tmp source-cache.o.tmp source.o.tmp stabsread.o.tmp stack.o.tmp stap-probe.o.tmp std-regs.o.tmp symfile-debug.o.tmp symfile.o.tmp symmisc.o.tmp symtab.o.tmp target-connection.o.tmp target-dcache.o.tmp target-descriptions.o.tmp target-float.o.tmp target-memory.o.tmp target.o.tmp waitstatus.o.tmp test-target.o.tmp thread-iter.o.tmp thread.o.tmp tid-parse.o.tmp top.o.tmp tracectf.o.tmp tracefile-tfile.o.tmp tracefile.o.tmp tracepoint.o.tmp trad-frame.o.tmp tramp-frame.o.tmp tui-command.o.tmp tui-data.o.tmp tui-disasm.o.tmp tui-file.o.tmp tui-hooks.o.tmp tui-interp.o.tmp tui-io.o.tmp tui-layout.o.tmp tui-out.o.tmp tui-regs.o.tmp tui-source.o.tmp tui-stack.o.tmp tui-win.o.tmp tui-wingeneral.o.tmp tui-winsource.o.tmp tui.o.tmp type-stack.o.tmp typeprint.o.tmp ui-file.o.tmp ui-out.o.tmp ui-style.o.tmp array-view-selftests.o.tmp child-path-selftests.o.tmp cli-utils-selftests.o.tmp command-def-selftests.o.tmp common-utils-selftests.o.tmp copy_bitwise-selftests.o.tmp environ-selftests.o.tmp filtered_iterator-selftests.o.tmp format_pieces-selftests.o.tmp function-view-selftests.o.tmp lookup_name_info-selftests.o.tmp main-thread-selftests.o.tmp memory-map-selftests.o.tmp memrange-selftests.o.tmp mkdir-recursive-selftests.o.tmp observable-selftests.o.tmp offset-type-selftests.o.tmp optional-selftests.o.tmp parse-connection-spec-selftests.o.tmp ptid-selftests.o.tmp rsp-low-selftests.o.tmp scoped_fd-selftests.o.tmp scoped_mmap-selftests.o.tmp scoped_restore-selftests.o.tmp string_view-selftests.o.tmp style-selftests.o.tmp tracepoint-selftests.o.tmp tui-selftests.o.tmp unpack-selftests.o.tmp utils-selftests.o.tmp vec-utils-selftests.o.tmp xml-utils-selftests.o.tmp user-regs.o.tmp utils.o.tmp valarith.o.tmp valops.o.tmp valprint.o.tmp value.o.tmp varobj.o.tmp version.o.tmp x86-bsd-nat.o.tmp x86-nat.o.tmp x86-tdep.o.tmp xml-builtin.o.tmp xml-support.o.tmp xml-syscall.o.tmp xml-tdesc.o.tmp init.o.tmp dwarf2-frame.o.tmp || true) --- cleandir-lib --- --- cleandir-pam_rootok --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_rootok --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdb && rm -f libgdb_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f libpam_rootok.a pam_rootok.o pam_rootok.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdb && rm -f libgdb_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f libpam_rootok.a pam_rootok.o pam_rootok.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdb && rm -f libgdb_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdb && rm -f libgdb_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_p.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdb && rm -f libgdb_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdb && rm -f libgdb_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdb && rm -f llib-lgdb.ln ada-exp.ln ada-lang.ln ada-tasks.ln ada-typeprint.ln ada-valprint.ln ada-varobj.ln addrmap.ln agent.ln alloc.ln amd64-bsd-nat.ln amd64-nat.ln amd64-nbsd-nat.ln amd64-nbsd-tdep.ln amd64-tdep.ln annotate.ln arch-utils.ln amd64.ln i386.ln async-event.ln auto-load.ln auxv.ln ax-gdb.ln ax-general.ln bcache.ln bfd-target.ln block.ln blockframe.ln break-catch-sig.ln break-catch-syscall.ln break-catch-throw.ln breakpoint.ln bsd-kvm.ln btrace.ln build-id.ln buildsym-legacy.ln buildsym.ln c-exp.ln c-lang.ln c-typeprint.ln c-valprint.ln c-varobj.ln charset.ln cli-out.ln cli-cmds.ln cli-decode.ln cli-dump.ln cli-interp.ln cli-logging.ln cli-option.ln cli-script.ln cli-setshow.ln cli-style.ln cli-utils.ln coff-pe-read.ln coffread.ln compile-c-support.ln compile-c-symbols.ln compile-c-types.ln compile-cplus-symbols.ln compile-cplus-types.ln compile-loc2c.ln compile-object-load.ln compile-object-run.ln compile.ln complaints.ln completer.ln continuations.ln copying.ln corefile.ln corelow.ln cp-abi.ln cp-name-parser.ln cp-namespace.ln cp-support.ln cp-valprint.ln ctfread.ln d-exp.ln d-lang.ln d-namespace.ln d-valprint.ln dbxread.ln dcache.ln debug.ln debuginfod-support.ln dictionary.ln disasm-selftests.ln disasm.ln dtrace-probe.ln dummy-frame.ln abbrev.ln attribute.ln comp-unit.ln dwz.ln expr.ln frame-tailcall.ln frame.ln index-cache.ln index-common.ln index-write.ln leb.ln line-header.ln loc.ln macro.ln read.ln section.ln stringify.ln elfread.ln eval.ln event-top.ln exceptions.ln exec.ln expprint.ln extension.ln f-exp.ln f-lang.ln f-typeprint.ln f-valprint.ln filename-seen-cache.ln filesystem.ln findcmd.ln findvar.ln fork-child.ln frame-base.ln frame-unwind.ln frame.ln gcore.ln gdb-demangle.ln gdb_bfd.ln gdb_obstack.ln gdb_regex.ln gdbarch-selftests.ln gdbarch.ln gdbtypes.ln gnu-v2-abi.ln gnu-v3-abi.ln go-exp.ln go-lang.ln go-typeprint.ln go-valprint.ln guile.ln i386-bsd-tdep.ln i386-nbsd-tdep.ln i386-tdep.ln i387-tdep.ln inf-child.ln inf-loop.ln inf-ptrace.ln infcall.ln infcmd.ln inferior.ln inflow.ln infrun.ln inline-frame.ln interps.ln jit.ln language.ln linespec.ln location.ln m2-exp.ln m2-lang.ln m2-typeprint.ln m2-valprint.ln macrocmd.ln macroexp.ln macroscope.ln macrotab.ln main.ln maint-test-options.ln maint-test-settings.ln maint.ln mdebugread.ln mem-break.ln memattr.ln memory-map.ln memrange.ln mi-cmd-break.ln mi-cmd-catch.ln mi-cmd-disas.ln mi-cmd-env.ln mi-cmd-file.ln mi-cmd-info.ln mi-cmd-stack.ln mi-cmd-target.ln mi-cmd-var.ln mi-cmds.ln mi-common.ln mi-console.ln mi-getopt.ln mi-interp.ln mi-main.ln mi-out.ln mi-parse.ln mi-symbol-cmds.ln minidebug.ln minsyms.ln mipsread.ln namespace.ln fork-inferior.ln netbsd-nat.ln x86-dregs.ln nbsd-nat.ln nbsd-tdep.ln objc-lang.ln objfiles.ln observable.ln opencl-lang.ln osabi.ln osdata.ln p-exp.ln p-lang.ln p-typeprint.ln p-valprint.ln parse.ln posix-hdep.ln printcmd.ln probe.ln process-stratum-target.ln producer.ln progspace-and-thread.ln progspace.ln prologue-value.ln psymtab.ln python.ln record-btrace.ln record-full.ln record.ln regcache-dump.ln regcache.ln reggroups.ln registry.ln remote-fileio.ln remote-notif.ln remote.ln reverse.ln run-on-main-thread.ln rust-exp.ln rust-lang.ln selftest-arch.ln sentinel-frame.ln ser-base.ln ser-event.ln ser-pipe.ln ser-tcp.ln ser-uds.ln ser-unix.ln serial.ln skip.ln solib-svr4.ln solib-target.ln solib.ln source-cache.ln source.ln stabsread.ln stack.ln stap-probe.ln std-regs.ln symfile-debug.ln symfile.ln symmisc.ln symtab.ln target-connection.ln target-dcache.ln target-descriptions.ln target-float.ln target-memory.ln target.ln waitstatus.ln test-target.ln thread-iter.ln thread.ln tid-parse.ln top.ln tracectf.ln tracefile-tfile.ln tracefile.ln tracepoint.ln trad-frame.ln tramp-frame.ln tui-command.ln tui-data.ln tui-disasm.ln tui-file.ln tui-hooks.ln tui-interp.ln tui-io.ln tui-layout.ln tui-out.ln tui-regs.ln tui-source.ln tui-stack.ln tui-win.ln tui-wingeneral.ln tui-winsource.ln tui.ln type-stack.ln typeprint.ln ui-file.ln ui-out.ln ui-style.ln array-view-selftests.ln child-path-selftests.ln cli-utils-selftests.ln command-def-selftests.ln common-utils-selftests.ln copy_bitwise-selftests.ln environ-selftests.ln filtered_iterator-selftests.ln format_pieces-selftests.ln function-view-selftests.ln lookup_name_info-selftests.ln main-thread-selftests.ln memory-map-selftests.ln memrange-selftests.ln mkdir-recursive-selftests.ln observable-selftests.ln offset-type-selftests.ln optional-selftests.ln parse-connection-spec-selftests.ln ptid-selftests.ln rsp-low-selftests.ln scoped_fd-selftests.ln scoped_mmap-selftests.ln scoped_restore-selftests.ln string_view-selftests.ln style-selftests.ln tracepoint-selftests.ln tui-selftests.ln unpack-selftests.ln utils-selftests.ln vec-utils-selftests.ln xml-utils-selftests.ln user-regs.ln utils.ln valarith.ln valops.ln valprint.ln value.ln varobj.ln version.ln x86-bsd-nat.ln x86-nat.ln x86-tdep.ln xml-builtin.ln xml-support.ln xml-syscall.ln xml-tdesc.ln init.ln dwarf2-frame.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdb && rm -f llib-lgdb.ln ada-exp.ln ada-lang.ln ada-tasks.ln ada-typeprint.ln ada-valprint.ln ada-varobj.ln addrmap.ln agent.ln alloc.ln amd64-bsd-nat.ln amd64-nat.ln amd64-nbsd-nat.ln amd64-nbsd-tdep.ln amd64-tdep.ln annotate.ln arch-utils.ln amd64.ln i386.ln async-event.ln auto-load.ln auxv.ln ax-gdb.ln ax-general.ln bcache.ln bfd-target.ln block.ln blockframe.ln break-catch-sig.ln break-catch-syscall.ln break-catch-throw.ln breakpoint.ln bsd-kvm.ln btrace.ln build-id.ln buildsym-legacy.ln buildsym.ln c-exp.ln c-lang.ln c-typeprint.ln c-valprint.ln c-varobj.ln charset.ln cli-out.ln cli-cmds.ln cli-decode.ln cli-dump.ln cli-interp.ln cli-logging.ln cli-option.ln cli-script.ln cli-setshow.ln cli-style.ln cli-utils.ln coff-pe-read.ln coffread.ln compile-c-support.ln compile-c-symbols.ln compile-c-types.ln compile-cplus-symbols.ln compile-cplus-types.ln compile-loc2c.ln compile-object-load.ln compile-object-run.ln compile.ln complaints.ln completer.ln continuations.ln copying.ln corefile.ln corelow.ln cp-abi.ln cp-name-parser.ln cp-namespace.ln cp-support.ln cp-valprint.ln ctfread.ln d-exp.ln d-lang.ln d-namespace.ln d-valprint.ln dbxread.ln dcache.ln debug.ln debuginfod-support.ln dictionary.ln disasm-selftests.ln disasm.ln dtrace-probe.ln dummy-frame.ln abbrev.ln attribute.ln comp-unit.ln dwz.ln expr.ln frame-tailcall.ln frame.ln index-cache.ln index-common.ln index-write.ln leb.ln line-header.ln loc.ln macro.ln read.ln section.ln stringify.ln elfread.ln eval.ln event-top.ln exceptions.ln exec.ln expprint.ln extension.ln f-exp.ln f-lang.ln f-typeprint.ln f-valprint.ln filename-seen-cache.ln filesystem.ln findcmd.ln findvar.ln fork-child.ln frame-base.ln frame-unwind.ln frame.ln gcore.ln gdb-demangle.ln gdb_bfd.ln gdb_obstack.ln gdb_regex.ln gdbarch-selftests.ln gdbarch.ln gdbtypes.ln gnu-v2-abi.ln gnu-v3-abi.ln go-exp.ln go-lang.ln go-typeprint.ln go-valprint.ln guile.ln i386-bsd-tdep.ln i386-nbsd-tdep.ln i386-tdep.ln i387-tdep.ln inf-child.ln inf-loop.ln inf-ptrace.ln infcall.ln infcmd.ln inferior.ln inflow.ln infrun.ln inline-frame.ln interps.ln jit.ln language.ln linespec.ln location.ln m2-exp.ln m2-lang.ln m2-typeprint.ln m2-valprint.ln macrocmd.ln macroexp.ln macroscope.ln macrotab.ln main.ln maint-test-options.ln maint-test-settings.ln maint.ln mdebugread.ln mem-break.ln memattr.ln memory-map.ln memrange.ln mi-cmd-break.ln mi-cmd-catch.ln mi-cmd-disas.ln mi-cmd-env.ln mi-cmd-file.ln mi-cmd-info.ln mi-cmd-stack.ln mi-cmd-target.ln mi-cmd-var.ln mi-cmds.ln mi-common.ln mi-console.ln mi-getopt.ln mi-interp.ln mi-main.ln mi-out.ln mi-parse.ln mi-symbol-cmds.ln minidebug.ln minsyms.ln mipsread.ln namespace.ln fork-inferior.ln netbsd-nat.ln x86-dregs.ln nbsd-nat.ln nbsd-tdep.ln objc-lang.ln objfiles.ln observable.ln opencl-lang.ln osabi.ln osdata.ln p-exp.ln p-lang.ln p-typeprint.ln p-valprint.ln parse.ln posix-hdep.ln printcmd.ln probe.ln process-stratum-target.ln producer.ln progspace-and-thread.ln progspace.ln prologue-value.ln psymtab.ln python.ln record-btrace.ln record-full.ln record.ln regcache-dump.ln regcache.ln reggroups.ln registry.ln remote-fileio.ln remote-notif.ln remote.ln reverse.ln run-on-main-thread.ln rust-exp.ln rust-lang.ln selftest-arch.ln sentinel-frame.ln ser-base.ln ser-event.ln ser-pipe.ln ser-tcp.ln ser-uds.ln ser-unix.ln serial.ln skip.ln solib-svr4.ln solib-target.ln solib.ln source-cache.ln source.ln stabsread.ln stack.ln stap-probe.ln std-regs.ln symfile-debug.ln symfile.ln symmisc.ln symtab.ln target-connection.ln target-dcache.ln target-descriptions.ln target-float.ln target-memory.ln target.ln waitstatus.ln test-target.ln thread-iter.ln thread.ln tid-parse.ln top.ln tracectf.ln tracefile-tfile.ln tracefile.ln tracepoint.ln trad-frame.ln tramp-frame.ln tui-command.ln tui-data.ln tui-disasm.ln tui-file.ln tui-hooks.ln tui-interp.ln tui-io.ln tui-layout.ln tui-out.ln tui-regs.ln tui-source.ln tui-stack.ln tui-win.ln tui-wingeneral.ln tui-winsource.ln tui.ln type-stack.ln typeprint.ln ui-file.ln ui-out.ln ui-style.ln array-view-selftests.ln child-path-selftests.ln cli-utils-selftests.ln command-def-selftests.ln common-utils-selftests.ln copy_bitwise-selftests.ln environ-selftests.ln filtered_iterator-selftests.ln format_pieces-selftests.ln function-view-selftests.ln lookup_name_info-selftests.ln main-thread-selftests.ln memory-map-selftests.ln memrange-selftests.ln mkdir-recursive-selftests.ln observable-selftests.ln offset-type-selftests.ln optional-selftests.ln parse-connection-spec-selftests.ln ptid-selftests.ln rsp-low-selftests.ln scoped_fd-selftests.ln scoped_mmap-selftests.ln scoped_restore-selftests.ln string_view-selftests.ln style-selftests.ln tracepoint-selftests.ln tui-selftests.ln unpack-selftests.ln utils-selftests.ln vec-utils-selftests.ln xml-utils-selftests.ln user-regs.ln utils.ln valarith.ln valops.ln valprint.ln value.ln varobj.ln version.ln x86-bsd-nat.ln x86-nat.ln x86-tdep.ln xml-builtin.ln xml-support.ln xml-syscall.ln xml-tdesc.ln init.ln dwarf2-frame.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f llib-lpam_rootok.ln pam_rootok.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f llib-lpam_rootok.ln pam_rootok.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdb && rm -f libgdb.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdb && rm -f libgdb.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f libpam_rootok.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f libpam_rootok.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdb && rm -f .depend abbrev.d ada-exp.d ada-lang.d ada-tasks.d ada-typeprint.d ada-valprint.d ada-varobj.d addrmap.d agent.d alloc.d amd64-bsd-nat.d amd64-nat.d amd64-nbsd-nat.d amd64-nbsd-tdep.d amd64-tdep.d amd64.d annotate.d arch-utils.d array-view-selftests.d async-event.d attribute.d auto-load.d auxv.d ax-gdb.d ax-general.d bcache.d bfd-target.d block.d blockframe.d break-catch-sig.d break-catch-syscall.d break-catch-throw.d breakpoint.d bsd-kvm.d btrace.d build-id.d buildsym-legacy.d buildsym.d c-exp.d c-lang.d c-typeprint.d c-valprint.d c-varobj.d charset.d child-path-selftests.d cli-cmds.d cli-decode.d cli-dump.d cli-interp.d cli-logging.d cli-option.d cli-out.d cli-script.d cli-setshow.d cli-style.d cli-utils-selftests.d cli-utils.d coff-pe-read.d coffread.d command-def-selftests.d common-utils-selftests.d comp-unit.d compile-c-support.d compile-c-symbols.d compile-c-types.d compile-cplus-symbols.d compile-cplus-types.d compile-loc2c.d compile-object-load.d compile-object-run.d compile.d complaints.d completer.d continuations.d copy_bitwise-selftests.d copying.d corefile.d corelow.d cp-abi.d cp-name-parser.d cp-namespace.d cp-support.d cp-valprint.d ctfread.d d-exp.d d-lang.d d-namespace.d d-valprint.d dbxread.d dcache.d debug.d debuginfod-support.d dictionary.d disasm-selftests.d disasm.d dtrace-probe.d dummy-frame.d dwarf2-frame.d dwz.d elfread.d environ-selftests.d eval.d event-top.d exceptions.d exec.d expprint.d expr.d extension.d f-exp.d f-lang.d f-typeprint.d f-valprint.d filename-seen-cache.d filesystem.d filtered_iterator-selftests.d findcmd.d findvar.d fork-child.d fork-inferior.d format_pieces-selftests.d frame-base.d frame-tailcall.d frame-unwind.d frame.d function-view-selftests.d gcore.d gdb-demangle.d gdb_bfd.d gdb_obstack.d gdb_regex.d gdbarch-selftests.d gdbarch.d gdbtypes.d gnu-v2-abi.d gnu-v3-abi.d go-exp.d go-lang.d go-typeprint.d go-valprint.d guile.d i386-bsd-tdep.d i386-nbsd-tdep.d i386-tdep.d i386.d i387-tdep.d index-cache.d index-common.d index-write.d inf-child.d inf-loop.d inf-ptrace.d infcall.d infcmd.d inferior.d inflow.d infrun.d init.d inline-frame.d interps.d jit.d language.d leb.d line-header.d linespec.d loc.d location.d lookup_name_info-selftests.d m2-exp.d m2-lang.d m2-typeprint.d m2-valprint.d macro.d macrocmd.d macroexp.d macroscope.d macrotab.d main-thread-selftests.d main.d maint-test-options.d maint-test-settings.d maint.d mdebugread.d mem-break.d memattr.d memory-map-selftests.d memory-map.d memrange-selftests.d memrange.d mi-cmd-break.d mi-cmd-catch.d mi-cmd-disas.d mi-cmd-env.d mi-cmd-file.d mi-cmd-info.d mi-cmd-stack.d mi-cmd-target.d mi-cmd-var.d mi-cmds.d mi-common.d mi-console.d mi-getopt.d mi-interp.d mi-main.d mi-out.d mi-parse.d mi-symbol-cmds.d minidebug.d minsyms.d mipsread.d mkdir-recursive-selftests.d namespace.d nbsd-nat.d nbsd-tdep.d netbsd-nat.d objc-lang.d objfiles.d observable-selftests.d observable.d offset-type-selftests.d opencl-lang.d optional-selftests.d osabi.d osdata.d p-exp.d p-lang.d p-typeprint.d p-valprint.d parse-connection-spec-selftests.d parse.d posix-hdep.d printcmd.d probe.d process-stratum-target.d producer.d progspace-and-thread.d progspace.d prologue-value.d psymtab.d ptid-selftests.d python.d read.d record-btrace.d record-full.d record.d regcache-dump.d regcache.d reggroups.d registry.d remote-fileio.d remote-notif.d remote.d reverse.d rsp-low-selftests.d run-on-main-thread.d rust-exp.d rust-lang.d scoped_fd-selftests.d scoped_mmap-selftests.d scoped_restore-selftests.d section.d selftest-arch.d sentinel-frame.d ser-base.d ser-event.d ser-pipe.d ser-tcp.d ser-uds.d ser-unix.d serial.d skip.d solib-svr4.d solib-target.d solib.d source-cache.d source.d stabsread.d stack.d stap-probe.d std-regs.d string_view-selftests.d stringify.d style-selftests.d symfile-debug.d symfile.d symmisc.d symtab.d target-connection.d target-dcache.d target-descriptions.d target-float.d target-memory.d target.d test-target.d thread-iter.d thread.d tid-parse.d top.d tracectf.d tracefile-tfile.d tracefile.d tracepoint-selftests.d tracepoint.d trad-frame.d tramp-frame.d tui-command.d tui-data.d tui-disasm.d tui-file.d tui-hooks.d tui-interp.d tui-io.d tui-layout.d tui-out.d tui-regs.d tui-selftests.d tui-source.d tui-stack.d tui-win.d tui-wingeneral.d tui-winsource.d tui.d type-stack.d typeprint.d ui-file.d ui-out.d ui-style.d unpack-selftests.d user-regs.d utils-selftests.d utils.d valarith.d valops.d valprint.d value.d varobj.d vec-utils-selftests.d version.d waitstatus.d x86-bsd-nat.d x86-dregs.d x86-nat.d x86-tdep.d xml-builtin.d xml-support.d xml-syscall.d xml-tdesc.d xml-utils-selftests.d abbrev.d.tmp ada-exp.d.tmp ada-lang.d.tmp ada-tasks.d.tmp ada-typeprint.d.tmp ada-valprint.d.tmp ada-varobj.d.tmp addrmap.d.tmp agent.d.tmp alloc.d.tmp amd64-bsd-nat.d.tmp amd64-nat.d.tmp amd64-nbsd-nat.d.tmp amd64-nbsd-tdep.d.tmp amd64-tdep.d.tmp amd64.d.tmp annotate.d.tmp arch-utils.d.tmp array-view-selftests.d.tmp async-event.d.tmp attribute.d.tmp auto-load.d.tmp auxv.d.tmp ax-gdb.d.tmp ax-general.d.tmp bcache.d.tmp bfd-target.d.tmp block.d.tmp blockframe.d.tmp break-catch-sig.d.tmp break-catch-syscall.d.tmp break-catch-throw.d.tmp breakpoint.d.tmp bsd-kvm.d.tmp btrace.d.tmp build-id.d.tmp buildsym-legacy.d.tmp buildsym.d.tmp c-exp.d.tmp c-lang.d.tmp c-typeprint.d.tmp c-valprint.d.tmp c-varobj.d.tmp charset.d.tmp child-path-selftests.d.tmp cli-cmds.d.tmp cli-decode.d.tmp cli-dump.d.tmp cli-interp.d.tmp cli-logging.d.tmp cli-option.d.tmp cli-out.d.tmp cli-script.d.tmp cli-setshow.d.tmp cli-style.d.tmp cli-utils-selftests.d.tmp cli-utils.d.tmp coff-pe-read.d.tmp coffread.d.tmp command-def-selftests.d.tmp common-utils-selftests.d.tmp comp-unit.d.tmp compile-c-support.d.tmp compile-c-symbols.d.tmp compile-c-types.d.tmp compile-cplus-symbols.d.tmp compile-cplus-types.d.tmp compile-loc2c.d.tmp compile-object-load.d.tmp compile-object-run.d.tmp compile.d.tmp complaints.d.tmp completer.d.tmp continuations.d.tmp copy_bitwise-selftests.d.tmp copying.d.tmp corefile.d.tmp corelow.d.tmp cp-abi.d.tmp cp-name-parser.d.tmp cp-namespace.d.tmp cp-support.d.tmp cp-valprint.d.tmp ctfread.d.tmp d-exp.d.tmp d-lang.d.tmp d-namespace.d.tmp d-valprint.d.tmp dbxread.d.tmp dcache.d.tmp debug.d.tmp debuginfod-support.d.tmp dictionary.d.tmp disasm-selftests.d.tmp disasm.d.tmp dtrace-probe.d.tmp dummy-frame.d.tmp dwarf2-frame.d.tmp dwz.d.tmp elfread.d.tmp environ-selftests.d.tmp eval.d.tmp event-top.d.tmp exceptions.d.tmp exec.d.tmp expprint.d.tmp expr.d.tmp extension.d.tmp f-exp.d.tmp f-lang.d.tmp f-typeprint.d.tmp f-valprint.d.tmp filename-seen-cache.d.tmp filesystem.d.tmp filtered_iterator-selftests.d.tmp findcmd.d.tmp findvar.d.tmp fork-child.d.tmp fork-inferior.d.tmp format_pieces-selftests.d.tmp frame-base.d.tmp frame-tailcall.d.tmp frame-unwind.d.tmp frame.d.tmp function-view-selftests.d.tmp gcore.d.tmp gdb-demangle.d.tmp gdb_bfd.d.tmp gdb_obstack.d.tmp gdb_regex.d.tmp gdbarch-selftests.d.tmp gdbarch.d.tmp gdbtypes.d.tmp gnu-v2-abi.d.tmp gnu-v3-abi.d.tmp go-exp.d.tmp go-lang.d.tmp go-typeprint.d.tmp go-valprint.d.tmp guile.d.tmp i386-bsd-tdep.d.tmp i386-nbsd-tdep.d.tmp i386-tdep.d.tmp i386.d.tmp i387-tdep.d.tmp index-cache.d.tmp index-common.d.tmp index-write.d.tmp inf-child.d.tmp inf-loop.d.tmp inf-ptrace.d.tmp infcall.d.tmp infcmd.d.tmp inferior.d.tmp inflow.d.tmp infrun.d.tmp init.d.tmp inline-frame.d.tmp interps.d.tmp jit.d.tmp language.d.tmp leb.d.tmp line-header.d.tmp linespec.d.tmp loc.d.tmp location.d.tmp lookup_name_info-selftests.d.tmp m2-exp.d.tmp m2-lang.d.tmp m2-typeprint.d.tmp m2-valprint.d.tmp macro.d.tmp macrocmd.d.tmp macroexp.d.tmp macroscope.d.tmp macrotab.d.tmp main-thread-selftests.d.tmp main.d.tmp maint-test-options.d.tmp maint-test-settings.d.tmp maint.d.tmp mdebugread.d.tmp mem-break.d.tmp memattr.d.tmp memory-map-selftests.d.tmp memory-map.d.tmp memrange-selftests.d.tmp memrange.d.tmp mi-cmd-break.d.tmp mi-cmd-catch.d.tmp mi-cmd-disas.d.tmp mi-cmd-env.d.tmp mi-cmd-file.d.tmp mi-cmd-info.d.tmp mi-cmd-stack.d.tmp mi-cmd-target.d.tmp mi-cmd-var.d.tmp mi-cmds.d.tmp mi-common.d.tmp mi-console.d.tmp mi-getopt.d.tmp mi-interp.d.tmp mi-main.d.tmp mi-out.d.tmp mi-parse.d.tmp mi-symbol-cmds.d.tmp minidebug.d.tmp minsyms.d.tmp mipsread.d.tmp mkdir-recursive-selftests.d.tmp namespace.d.tmp nbsd-nat.d.tmp nbsd-tdep.d.tmp netbsd-nat.d.tmp objc-lang.d.tmp objfiles.d.tmp observable-selftests.d.tmp observable.d.tmp offset-type-selftests.d.tmp opencl-lang.d.tmp optional-selftests.d.tmp osabi.d.tmp osdata.d.tmp p-exp.d.tmp p-lang.d.tmp p-typeprint.d.tmp p-valprint.d.tmp parse-connection-spec-selftests.d.tmp parse.d.tmp posix-hdep.d.tmp printcmd.d.tmp probe.d.tmp process-stratum-target.d.tmp producer.d.tmp progspace-and-thread.d.tmp progspace.d.tmp prologue-value.d.tmp psymtab.d.tmp ptid-selftests.d.tmp python.d.tmp read.d.tmp record-btrace.d.tmp record-full.d.tmp record.d.tmp regcache-dump.d.tmp regcache.d.tmp reggroups.d.tmp registry.d.tmp remote-fileio.d.tmp remote-notif.d.tmp remote.d.tmp reverse.d.tmp rsp-low-selftests.d.tmp run-on-main-thread.d.tmp rust-exp.d.tmp rust-lang.d.tmp scoped_fd-selftests.d.tmp scoped_mmap-selftests.d.tmp scoped_restore-selftests.d.tmp section.d.tmp selftest-arch.d.tmp sentinel-frame.d.tmp ser-base.d.tmp ser-event.d.tmp ser-pipe.d.tmp ser-tcp.d.tmp ser-uds.d.tmp ser-unix.d.tmp serial.d.tmp skip.d.tmp solib-svr4.d.tmp solib-target.d.tmp solib.d.tmp source-cache.d.tmp source.d.tmp stabsread.d.tmp stack.d.tmp stap-probe.d.tmp std-regs.d.tmp string_view-selftests.d.tmp stringify.d.tmp style-selftests.d.tmp symfile-debug.d.tmp symfile.d.tmp symmisc.d.tmp symtab.d.tmp target-connection.d.tmp target-dcache.d.tmp target-descriptions.d.tmp target-float.d.tmp target-memory.d.tmp target.d.tmp test-target.d.tmp thread-iter.d.tmp thread.d.tmp tid-parse.d.tmp top.d.tmp tracectf.d.tmp tracefile-tfile.d.tmp tracefile.d.tmp tracepoint-selftests.d.tmp tracepoint.d.tmp trad-frame.d.tmp tramp-frame.d.tmp tui-command.d.tmp tui-data.d.tmp tui-disasm.d.tmp tui-file.d.tmp tui-hooks.d.tmp tui-interp.d.tmp tui-io.d.tmp tui-layout.d.tmp tui-out.d.tmp tui-regs.d.tmp tui-selftests.d.tmp tui-source.d.tmp tui-stack.d.tmp tui-win.d.tmp tui-wingeneral.d.tmp tui-winsource.d.tmp tui.d.tmp type-stack.d.tmp typeprint.d.tmp ui-file.d.tmp ui-out.d.tmp ui-style.d.tmp unpack-selftests.d.tmp user-regs.d.tmp utils-selftests.d.tmp utils.d.tmp valarith.d.tmp valops.d.tmp valprint.d.tmp value.d.tmp varobj.d.tmp vec-utils-selftests.d.tmp version.d.tmp waitstatus.d.tmp x86-bsd-nat.d.tmp x86-dregs.d.tmp x86-nat.d.tmp x86-tdep.d.tmp xml-builtin.d.tmp xml-support.d.tmp xml-syscall.d.tmp xml-tdesc.d.tmp xml-utils-selftests.d.tmp tags ada-exp.c ada-lex.c c-exp.c d-exp.c cp-name-parser.c f-exp.c go-exp.c jv-exp.c m2-exp.c p-exp.c rust-exp.c || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f pam_rootok.html8 .depend pam_rootok.d pam_rootok.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f pam_rootok.html8 .depend pam_rootok.d pam_rootok.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdb && rm -f .depend abbrev.d ada-exp.d ada-lang.d ada-tasks.d ada-typeprint.d ada-valprint.d ada-varobj.d addrmap.d agent.d alloc.d amd64-bsd-nat.d amd64-nat.d amd64-nbsd-nat.d amd64-nbsd-tdep.d amd64-tdep.d amd64.d annotate.d arch-utils.d array-view-selftests.d async-event.d attribute.d auto-load.d auxv.d ax-gdb.d ax-general.d bcache.d bfd-target.d block.d blockframe.d break-catch-sig.d break-catch-syscall.d break-catch-throw.d breakpoint.d bsd-kvm.d btrace.d build-id.d buildsym-legacy.d buildsym.d c-exp.d c-lang.d c-typeprint.d c-valprint.d c-varobj.d charset.d child-path-selftests.d cli-cmds.d cli-decode.d cli-dump.d cli-interp.d cli-logging.d cli-option.d cli-out.d cli-script.d cli-setshow.d cli-style.d cli-utils-selftests.d cli-utils.d coff-pe-read.d coffread.d command-def-selftests.d common-utils-selftests.d comp-unit.d compile-c-support.d compile-c-symbols.d compile-c-types.d compile-cplus-symbols.d compile-cplus-types.d compile-loc2c.d compile-object-load.d compile-object-run.d compile.d complaints.d completer.d continuations.d copy_bitwise-selftests.d copying.d corefile.d corelow.d cp-abi.d cp-name-parser.d cp-namespace.d cp-support.d cp-valprint.d ctfread.d d-exp.d d-lang.d d-namespace.d d-valprint.d dbxread.d dcache.d debug.d debuginfod-support.d dictionary.d disasm-selftests.d disasm.d dtrace-probe.d dummy-frame.d dwarf2-frame.d dwz.d elfread.d environ-selftests.d eval.d event-top.d exceptions.d exec.d expprint.d expr.d extension.d f-exp.d f-lang.d f-typeprint.d f-valprint.d filename-seen-cache.d filesystem.d filtered_iterator-selftests.d findcmd.d findvar.d fork-child.d fork-inferior.d format_pieces-selftests.d frame-base.d frame-tailcall.d frame-unwind.d frame.d function-view-selftests.d gcore.d gdb-demangle.d gdb_bfd.d gdb_obstack.d gdb_regex.d gdbarch-selftests.d gdbarch.d gdbtypes.d gnu-v2-abi.d gnu-v3-abi.d go-exp.d go-lang.d go-typeprint.d go-valprint.d guile.d i386-bsd-tdep.d i386-nbsd-tdep.d i386-tdep.d i386.d i387-tdep.d index-cache.d index-common.d index-write.d inf-child.d inf-loop.d inf-ptrace.d infcall.d infcmd.d inferior.d inflow.d infrun.d init.d inline-frame.d interps.d jit.d language.d leb.d line-header.d linespec.d loc.d location.d lookup_name_info-selftests.d m2-exp.d m2-lang.d m2-typeprint.d m2-valprint.d macro.d macrocmd.d macroexp.d macroscope.d macrotab.d main-thread-selftests.d main.d maint-test-options.d maint-test-settings.d maint.d mdebugread.d mem-break.d memattr.d memory-map-selftests.d memory-map.d memrange-selftests.d memrange.d mi-cmd-break.d mi-cmd-catch.d mi-cmd-disas.d mi-cmd-env.d mi-cmd-file.d mi-cmd-info.d mi-cmd-stack.d mi-cmd-target.d mi-cmd-var.d mi-cmds.d mi-common.d mi-console.d mi-getopt.d mi-interp.d mi-main.d mi-out.d mi-parse.d mi-symbol-cmds.d minidebug.d minsyms.d mipsread.d mkdir-recursive-selftests.d namespace.d nbsd-nat.d nbsd-tdep.d netbsd-nat.d objc-lang.d objfiles.d observable-selftests.d observable.d offset-type-selftests.d opencl-lang.d optional-selftests.d osabi.d osdata.d p-exp.d p-lang.d p-typeprint.d p-valprint.d parse-connection-spec-selftests.d parse.d posix-hdep.d printcmd.d probe.d process-stratum-target.d producer.d progspace-and-thread.d progspace.d prologue-value.d psymtab.d ptid-selftests.d python.d read.d record-btrace.d record-full.d record.d regcache-dump.d regcache.d reggroups.d registry.d remote-fileio.d remote-notif.d remote.d reverse.d rsp-low-selftests.d run-on-main-thread.d rust-exp.d rust-lang.d scoped_fd-selftests.d scoped_mmap-selftests.d scoped_restore-selftests.d section.d selftest-arch.d sentinel-frame.d ser-base.d ser-event.d ser-pipe.d ser-tcp.d ser-uds.d ser-unix.d serial.d skip.d solib-svr4.d solib-target.d solib.d source-cache.d source.d stabsread.d stack.d stap-probe.d std-regs.d string_view-selftests.d stringify.d style-selftests.d symfile-debug.d symfile.d symmisc.d symtab.d target-connection.d target-dcache.d target-descriptions.d target-float.d target-memory.d target.d test-target.d thread-iter.d thread.d tid-parse.d top.d tracectf.d tracefile-tfile.d tracefile.d tracepoint-selftests.d tracepoint.d trad-frame.d tramp-frame.d tui-command.d tui-data.d tui-disasm.d tui-file.d tui-hooks.d tui-interp.d tui-io.d tui-layout.d tui-out.d tui-regs.d tui-selftests.d tui-source.d tui-stack.d tui-win.d tui-wingeneral.d tui-winsource.d tui.d type-stack.d typeprint.d ui-file.d ui-out.d ui-style.d unpack-selftests.d user-regs.d utils-selftests.d utils.d valarith.d valops.d valprint.d value.d varobj.d vec-utils-selftests.d version.d waitstatus.d x86-bsd-nat.d x86-dregs.d x86-nat.d x86-tdep.d xml-builtin.d xml-support.d xml-syscall.d xml-tdesc.d xml-utils-selftests.d abbrev.d.tmp ada-exp.d.tmp ada-lang.d.tmp ada-tasks.d.tmp ada-typeprint.d.tmp ada-valprint.d.tmp ada-varobj.d.tmp addrmap.d.tmp agent.d.tmp alloc.d.tmp amd64-bsd-nat.d.tmp amd64-nat.d.tmp amd64-nbsd-nat.d.tmp amd64-nbsd-tdep.d.tmp amd64-tdep.d.tmp amd64.d.tmp annotate.d.tmp arch-utils.d.tmp array-view-selftests.d.tmp async-event.d.tmp attribute.d.tmp auto-load.d.tmp auxv.d.tmp ax-gdb.d.tmp ax-general.d.tmp bcache.d.tmp bfd-target.d.tmp block.d.tmp blockframe.d.tmp break-catch-sig.d.tmp break-catch-syscall.d.tmp break-catch-throw.d.tmp breakpoint.d.tmp bsd-kvm.d.tmp btrace.d.tmp build-id.d.tmp buildsym-legacy.d.tmp buildsym.d.tmp c-exp.d.tmp c-lang.d.tmp c-typeprint.d.tmp c-valprint.d.tmp c-varobj.d.tmp charset.d.tmp child-path-selftests.d.tmp cli-cmds.d.tmp cli-decode.d.tmp cli-dump.d.tmp cli-interp.d.tmp cli-logging.d.tmp cli-option.d.tmp cli-out.d.tmp cli-script.d.tmp cli-setshow.d.tmp cli-style.d.tmp cli-utils-selftests.d.tmp cli-utils.d.tmp coff-pe-read.d.tmp coffread.d.tmp command-def-selftests.d.tmp common-utils-selftests.d.tmp comp-unit.d.tmp compile-c-support.d.tmp compile-c-symbols.d.tmp compile-c-types.d.tmp compile-cplus-symbols.d.tmp compile-cplus-types.d.tmp compile-loc2c.d.tmp compile-object-load.d.tmp compile-object-run.d.tmp compile.d.tmp complaints.d.tmp completer.d.tmp continuations.d.tmp copy_bitwise-selftests.d.tmp copying.d.tmp corefile.d.tmp corelow.d.tmp cp-abi.d.tmp cp-name-parser.d.tmp cp-namespace.d.tmp cp-support.d.tmp cp-valprint.d.tmp ctfread.d.tmp d-exp.d.tmp d-lang.d.tmp d-namespace.d.tmp d-valprint.d.tmp dbxread.d.tmp dcache.d.tmp debug.d.tmp debuginfod-support.d.tmp dictionary.d.tmp disasm-selftests.d.tmp disasm.d.tmp dtrace-probe.d.tmp dummy-frame.d.tmp dwarf2-frame.d.tmp dwz.d.tmp elfread.d.tmp environ-selftests.d.tmp eval.d.tmp event-top.d.tmp exceptions.d.tmp exec.d.tmp expprint.d.tmp expr.d.tmp extension.d.tmp f-exp.d.tmp f-lang.d.tmp f-typeprint.d.tmp f-valprint.d.tmp filename-seen-cache.d.tmp filesystem.d.tmp filtered_iterator-selftests.d.tmp findcmd.d.tmp findvar.d.tmp fork-child.d.tmp fork-inferior.d.tmp format_pieces-selftests.d.tmp frame-base.d.tmp frame-tailcall.d.tmp frame-unwind.d.tmp frame.d.tmp function-view-selftests.d.tmp gcore.d.tmp gdb-demangle.d.tmp gdb_bfd.d.tmp gdb_obstack.d.tmp gdb_regex.d.tmp gdbarch-selftests.d.tmp gdbarch.d.tmp gdbtypes.d.tmp gnu-v2-abi.d.tmp gnu-v3-abi.d.tmp go-exp.d.tmp go-lang.d.tmp go-typeprint.d.tmp go-valprint.d.tmp guile.d.tmp i386-bsd-tdep.d.tmp i386-nbsd-tdep.d.tmp i386-tdep.d.tmp i386.d.tmp i387-tdep.d.tmp index-cache.d.tmp index-common.d.tmp index-write.d.tmp inf-child.d.tmp inf-loop.d.tmp inf-ptrace.d.tmp infcall.d.tmp infcmd.d.tmp inferior.d.tmp inflow.d.tmp infrun.d.tmp init.d.tmp inline-frame.d.tmp interps.d.tmp jit.d.tmp language.d.tmp leb.d.tmp line-header.d.tmp linespec.d.tmp loc.d.tmp location.d.tmp lookup_name_info-selftests.d.tmp m2-exp.d.tmp m2-lang.d.tmp m2-typeprint.d.tmp m2-valprint.d.tmp macro.d.tmp macrocmd.d.tmp macroexp.d.tmp macroscope.d.tmp macrotab.d.tmp main-thread-selftests.d.tmp main.d.tmp maint-test-options.d.tmp maint-test-settings.d.tmp maint.d.tmp mdebugread.d.tmp mem-break.d.tmp memattr.d.tmp memory-map-selftests.d.tmp memory-map.d.tmp memrange-selftests.d.tmp memrange.d.tmp mi-cmd-break.d.tmp mi-cmd-catch.d.tmp mi-cmd-disas.d.tmp mi-cmd-env.d.tmp mi-cmd-file.d.tmp mi-cmd-info.d.tmp mi-cmd-stack.d.tmp mi-cmd-target.d.tmp mi-cmd-var.d.tmp mi-cmds.d.tmp mi-common.d.tmp mi-console.d.tmp mi-getopt.d.tmp mi-interp.d.tmp mi-main.d.tmp mi-out.d.tmp mi-parse.d.tmp mi-symbol-cmds.d.tmp minidebug.d.tmp minsyms.d.tmp mipsread.d.tmp mkdir-recursive-selftests.d.tmp namespace.d.tmp nbsd-nat.d.tmp nbsd-tdep.d.tmp netbsd-nat.d.tmp objc-lang.d.tmp objfiles.d.tmp observable-selftests.d.tmp observable.d.tmp offset-type-selftests.d.tmp opencl-lang.d.tmp optional-selftests.d.tmp osabi.d.tmp osdata.d.tmp p-exp.d.tmp p-lang.d.tmp p-typeprint.d.tmp p-valprint.d.tmp parse-connection-spec-selftests.d.tmp parse.d.tmp posix-hdep.d.tmp printcmd.d.tmp probe.d.tmp process-stratum-target.d.tmp producer.d.tmp progspace-and-thread.d.tmp progspace.d.tmp prologue-value.d.tmp psymtab.d.tmp ptid-selftests.d.tmp python.d.tmp read.d.tmp record-btrace.d.tmp record-full.d.tmp record.d.tmp regcache-dump.d.tmp regcache.d.tmp reggroups.d.tmp registry.d.tmp remote-fileio.d.tmp remote-notif.d.tmp remote.d.tmp reverse.d.tmp rsp-low-selftests.d.tmp run-on-main-thread.d.tmp rust-exp.d.tmp rust-lang.d.tmp scoped_fd-selftests.d.tmp scoped_mmap-selftests.d.tmp scoped_restore-selftests.d.tmp section.d.tmp selftest-arch.d.tmp sentinel-frame.d.tmp ser-base.d.tmp ser-event.d.tmp ser-pipe.d.tmp ser-tcp.d.tmp ser-uds.d.tmp ser-unix.d.tmp serial.d.tmp skip.d.tmp solib-svr4.d.tmp solib-target.d.tmp solib.d.tmp source-cache.d.tmp source.d.tmp stabsread.d.tmp stack.d.tmp stap-probe.d.tmp std-regs.d.tmp string_view-selftests.d.tmp stringify.d.tmp style-selftests.d.tmp symfile-debug.d.tmp symfile.d.tmp symmisc.d.tmp symtab.d.tmp target-connection.d.tmp target-dcache.d.tmp target-descriptions.d.tmp target-float.d.tmp target-memory.d.tmp target.d.tmp test-target.d.tmp thread-iter.d.tmp thread.d.tmp tid-parse.d.tmp top.d.tmp tracectf.d.tmp tracefile-tfile.d.tmp tracefile.d.tmp tracepoint-selftests.d.tmp tracepoint.d.tmp trad-frame.d.tmp tramp-frame.d.tmp tui-command.d.tmp tui-data.d.tmp tui-disasm.d.tmp tui-file.d.tmp tui-hooks.d.tmp tui-interp.d.tmp tui-io.d.tmp tui-layout.d.tmp tui-out.d.tmp tui-regs.d.tmp tui-selftests.d.tmp tui-source.d.tmp tui-stack.d.tmp tui-win.d.tmp tui-wingeneral.d.tmp tui-winsource.d.tmp tui.d.tmp type-stack.d.tmp typeprint.d.tmp ui-file.d.tmp ui-out.d.tmp ui-style.d.tmp unpack-selftests.d.tmp user-regs.d.tmp utils-selftests.d.tmp utils.d.tmp valarith.d.tmp valops.d.tmp valprint.d.tmp value.d.tmp varobj.d.tmp vec-utils-selftests.d.tmp version.d.tmp waitstatus.d.tmp x86-bsd-nat.d.tmp x86-dregs.d.tmp x86-nat.d.tmp x86-tdep.d.tmp xml-builtin.d.tmp xml-support.d.tmp xml-syscall.d.tmp xml-tdesc.d.tmp xml-utils-selftests.d.tmp tags ada-exp.c ada-lex.c c-exp.c d-exp.c cp-name-parser.c f-exp.c go-exp.c jv-exp.c m2-exp.c p-exp.c rust-exp.c || true) --- cleandir-lib --- --- cleandir-pam_securetty --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_securetty --- libclean1 --- --- cleandir-external --- --- cleandir-libgdbsupport --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f libpam_securetty.a pam_securetty.o pam_securetty.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/gdb/lib/libgdbsupport --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f libpam_securetty.a pam_securetty.o pam_securetty.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdbsupport && rm -f libgdbsupport.a agent.o btrace-common.o buffer.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o signals.o signals-state-save-restore.o tdesc.o thread-pool.o xml-utils.o selftest.o agent.o.tmp btrace-common.o.tmp buffer.o.tmp cleanups.o.tmp common-debug.o.tmp common-exceptions.o.tmp common-inferior.o.tmp common-regcache.o.tmp common-utils.o.tmp environ.o.tmp errors.o.tmp event-loop.o.tmp fileio.o.tmp filestuff.o.tmp format.o.tmp gdb-dlfcn.o.tmp gdb_tilde_expand.o.tmp gdb_wait.o.tmp gdb_vecs.o.tmp job-control.o.tmp netstuff.o.tmp new-op.o.tmp pathstuff.o.tmp print-utils.o.tmp ptid.o.tmp rsp-low.o.tmp run-time-clock.o.tmp safe-strerror.o.tmp scoped_mmap.o.tmp signals.o.tmp signals-state-save-restore.o.tmp tdesc.o.tmp thread-pool.o.tmp xml-utils.o.tmp selftest.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdbsupport && rm -f libgdbsupport.a agent.o btrace-common.o buffer.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o signals.o signals-state-save-restore.o tdesc.o thread-pool.o xml-utils.o selftest.o agent.o.tmp btrace-common.o.tmp buffer.o.tmp cleanups.o.tmp common-debug.o.tmp common-exceptions.o.tmp common-inferior.o.tmp common-regcache.o.tmp common-utils.o.tmp environ.o.tmp errors.o.tmp event-loop.o.tmp fileio.o.tmp filestuff.o.tmp format.o.tmp gdb-dlfcn.o.tmp gdb_tilde_expand.o.tmp gdb_wait.o.tmp gdb_vecs.o.tmp job-control.o.tmp netstuff.o.tmp new-op.o.tmp pathstuff.o.tmp print-utils.o.tmp ptid.o.tmp rsp-low.o.tmp run-time-clock.o.tmp safe-strerror.o.tmp scoped_mmap.o.tmp signals.o.tmp signals-state-save-restore.o.tmp tdesc.o.tmp thread-pool.o.tmp xml-utils.o.tmp selftest.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_p.a || true) --- libclean3 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdbsupport && rm -f libgdbsupport_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdbsupport && rm -f libgdbsupport_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_g.a || true) --- libclean4 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdbsupport && rm -f libgdbsupport_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdbsupport && rm -f libgdbsupport_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f llib-lpam_securetty.ln pam_securetty.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdbsupport && rm -f libgdbsupport_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdbsupport && rm -f libgdbsupport_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f llib-lpam_securetty.ln pam_securetty.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdbsupport && rm -f llib-lgdbsupport.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f libpam_securetty.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f libpam_securetty.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdbsupport && rm -f llib-lgdbsupport.ln || true) --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdbsupport && rm -f libgdbsupport.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f pam_securetty.html8 .depend pam_securetty.d pam_securetty.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdbsupport && rm -f libgdbsupport.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f pam_securetty.html8 .depend pam_securetty.d pam_securetty.d.tmp tags || true) --- cleandir-pam_self --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_self --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgdbsupport && rm -f .depend agent.d btrace-common.d buffer.d cleanups.d common-debug.d common-exceptions.d common-inferior.d common-regcache.d common-utils.d environ.d errors.d event-loop.d fileio.d filestuff.d format.d gdb-dlfcn.d gdb_tilde_expand.d gdb_vecs.d gdb_wait.d job-control.d netstuff.d new-op.d pathstuff.d print-utils.d ptid.d rsp-low.d run-time-clock.d safe-strerror.d scoped_mmap.d selftest.d signals-state-save-restore.d signals.d tdesc.d thread-pool.d xml-utils.d agent.d.tmp btrace-common.d.tmp buffer.d.tmp cleanups.d.tmp common-debug.d.tmp common-exceptions.d.tmp common-inferior.d.tmp common-regcache.d.tmp common-utils.d.tmp environ.d.tmp errors.d.tmp event-loop.d.tmp fileio.d.tmp filestuff.d.tmp format.d.tmp gdb-dlfcn.d.tmp gdb_tilde_expand.d.tmp gdb_vecs.d.tmp gdb_wait.d.tmp job-control.d.tmp netstuff.d.tmp new-op.d.tmp pathstuff.d.tmp print-utils.d.tmp ptid.d.tmp rsp-low.d.tmp run-time-clock.d.tmp safe-strerror.d.tmp scoped_mmap.d.tmp selftest.d.tmp signals-state-save-restore.d.tmp signals.d.tmp tdesc.d.tmp thread-pool.d.tmp xml-utils.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgdbsupport && rm -f .depend agent.d btrace-common.d buffer.d cleanups.d common-debug.d common-exceptions.d common-inferior.d common-regcache.d common-utils.d environ.d errors.d event-loop.d fileio.d filestuff.d format.d gdb-dlfcn.d gdb_tilde_expand.d gdb_vecs.d gdb_wait.d job-control.d netstuff.d new-op.d pathstuff.d print-utils.d ptid.d rsp-low.d run-time-clock.d safe-strerror.d scoped_mmap.d selftest.d signals-state-save-restore.d signals.d tdesc.d thread-pool.d xml-utils.d agent.d.tmp btrace-common.d.tmp buffer.d.tmp cleanups.d.tmp common-debug.d.tmp common-exceptions.d.tmp common-inferior.d.tmp common-regcache.d.tmp common-utils.d.tmp environ.d.tmp errors.d.tmp event-loop.d.tmp fileio.d.tmp filestuff.d.tmp format.d.tmp gdb-dlfcn.d.tmp gdb_tilde_expand.d.tmp gdb_vecs.d.tmp gdb_wait.d.tmp job-control.d.tmp netstuff.d.tmp new-op.d.tmp pathstuff.d.tmp print-utils.d.tmp ptid.d.tmp rsp-low.d.tmp run-time-clock.d.tmp safe-strerror.d.tmp scoped_mmap.d.tmp selftest.d.tmp signals-state-save-restore.d.tmp signals.d.tmp tdesc.d.tmp thread-pool.d.tmp xml-utils.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f libpam_self.a pam_self.o pam_self.o.tmp || true) --- cleandir-external --- --- cleandir-libdecnumber --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f libpam_self.a pam_self.o pam_self.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/gdb/lib/libdecnumber --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f libpam_self_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libdecnumber && rm -f libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o decNumber.o.tmp decContext.o.tmp decimal32.o.tmp decimal64.o.tmp decimal128.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f libpam_self_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libdecnumber && rm -f libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o decNumber.o.tmp decContext.o.tmp decimal32.o.tmp decimal64.o.tmp decimal128.o.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f libpam_self_g.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libdecnumber && rm -f libdecnumber_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f libpam_self_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libdecnumber && rm -f libdecnumber_p.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f libpam_self_pic.a || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libdecnumber && rm -f libdecnumber_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f libpam_self_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libdecnumber && rm -f libdecnumber_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f llib-lpam_self.ln pam_self.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libdecnumber && rm -f libdecnumber_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f llib-lpam_self.ln pam_self.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libdecnumber && rm -f libdecnumber_pic.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f libpam_self.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libdecnumber && rm -f llib-ldecnumber.ln decNumber.ln decContext.ln decimal32.ln decimal64.ln decimal128.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f libpam_self.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libdecnumber && rm -f llib-ldecnumber.ln decNumber.ln decContext.ln decimal32.ln decimal64.ln decimal128.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f pam_self.html8 .depend pam_self.d pam_self.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libdecnumber && rm -f libdecnumber.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f pam_self.html8 .depend pam_self.d pam_self.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libdecnumber && rm -f libdecnumber.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-pam_unix --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_unix --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libdecnumber && rm -f .depend decContext.d decNumber.d decimal128.d decimal32.d decimal64.d decContext.d.tmp decNumber.d.tmp decimal128.d.tmp decimal32.d.tmp decimal64.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libdecnumber && rm -f .depend decContext.d decNumber.d decimal128.d decimal32.d decimal64.d decContext.d.tmp decNumber.d.tmp decimal128.d.tmp decimal32.d.tmp decimal64.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f libpam_unix.a pam_unix.o pam_unix.o.tmp || true) --- cleandir-external --- --- cleandir-libgnulib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f libpam_unix.a pam_unix.o pam_unix.o.tmp || true) --- cleandir-external --- cleandir ===> external/gpl3/gdb/lib/libgnulib --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f libpam_unix_p.a || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgnulib && rm -f libgnulib.a canonicalize-lgpl.o chdir-long.o error.o fnmatch.o getcwd.o getcwd-lgpl.o glob.o glob_pattern_p.o globfree.o lc-charset-dispatch.o localtime-buffer.o mbrtowc.o mbsinit.o mbsrtowcs.o mbsrtowcs-state.o mbtowc-lock.o memmem.o mempcpy.o rawmemchr.o setlocale-lock.o strerror.o strerror-override.o strerror_r.o strstr.o wmempcpy.o openat-proc.o cloexec.o count-one-bits.o dirname-lgpl.o basename-lgpl.o stripslash.o exitfail.o fd-hook.o fd-safer-flag.o dup-safer-flag.o filenamecat-lgpl.o getprogname.o hard-locale.o localcharset.o lock.o malloca.o math.o openat-die.o save-cwd.o scratch_buffer_grow.o scratch_buffer_grow_preserve.o scratch_buffer_set_array_size.o setlocale_null.o stat-time.o strnlen1.o sys_socket.o tempname.o threadlib.o unistd.o dup-safer.o fd-safer.o pipe-safer.o wctype-h.o canonicalize-lgpl.o.tmp chdir-long.o.tmp error.o.tmp fnmatch.o.tmp getcwd.o.tmp getcwd-lgpl.o.tmp glob.o.tmp glob_pattern_p.o.tmp globfree.o.tmp lc-charset-dispatch.o.tmp localtime-buffer.o.tmp mbrtowc.o.tmp mbsinit.o.tmp mbsrtowcs.o.tmp mbsrtowcs-state.o.tmp mbtowc-lock.o.tmp memmem.o.tmp mempcpy.o.tmp rawmemchr.o.tmp setlocale-lock.o.tmp strerror.o.tmp strerror-override.o.tmp strerror_r.o.tmp strstr.o.tmp wmempcpy.o.tmp openat-proc.o.tmp cloexec.o.tmp count-one-bits.o.tmp dirname-lgpl.o.tmp basename-lgpl.o.tmp stripslash.o.tmp exitfail.o.tmp fd-hook.o.tmp fd-safer-flag.o.tmp dup-safer-flag.o.tmp filenamecat-lgpl.o.tmp getprogname.o.tmp hard-locale.o.tmp localcharset.o.tmp lock.o.tmp malloca.o.tmp math.o.tmp openat-die.o.tmp save-cwd.o.tmp scratch_buffer_grow.o.tmp scratch_buffer_grow_preserve.o.tmp scratch_buffer_set_array_size.o.tmp setlocale_null.o.tmp stat-time.o.tmp strnlen1.o.tmp sys_socket.o.tmp tempname.o.tmp threadlib.o.tmp unistd.o.tmp dup-safer.o.tmp fd-safer.o.tmp pipe-safer.o.tmp wctype-h.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f libpam_unix_p.a || true) --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgnulib && rm -f libgnulib.a canonicalize-lgpl.o chdir-long.o error.o fnmatch.o getcwd.o getcwd-lgpl.o glob.o glob_pattern_p.o globfree.o lc-charset-dispatch.o localtime-buffer.o mbrtowc.o mbsinit.o mbsrtowcs.o mbsrtowcs-state.o mbtowc-lock.o memmem.o mempcpy.o rawmemchr.o setlocale-lock.o strerror.o strerror-override.o strerror_r.o strstr.o wmempcpy.o openat-proc.o cloexec.o count-one-bits.o dirname-lgpl.o basename-lgpl.o stripslash.o exitfail.o fd-hook.o fd-safer-flag.o dup-safer-flag.o filenamecat-lgpl.o getprogname.o hard-locale.o localcharset.o lock.o malloca.o math.o openat-die.o save-cwd.o scratch_buffer_grow.o scratch_buffer_grow_preserve.o scratch_buffer_set_array_size.o setlocale_null.o stat-time.o strnlen1.o sys_socket.o tempname.o threadlib.o unistd.o dup-safer.o fd-safer.o pipe-safer.o wctype-h.o canonicalize-lgpl.o.tmp chdir-long.o.tmp error.o.tmp fnmatch.o.tmp getcwd.o.tmp getcwd-lgpl.o.tmp glob.o.tmp glob_pattern_p.o.tmp globfree.o.tmp lc-charset-dispatch.o.tmp localtime-buffer.o.tmp mbrtowc.o.tmp mbsinit.o.tmp mbsrtowcs.o.tmp mbsrtowcs-state.o.tmp mbtowc-lock.o.tmp memmem.o.tmp mempcpy.o.tmp rawmemchr.o.tmp setlocale-lock.o.tmp strerror.o.tmp strerror-override.o.tmp strerror_r.o.tmp strstr.o.tmp wmempcpy.o.tmp openat-proc.o.tmp cloexec.o.tmp count-one-bits.o.tmp dirname-lgpl.o.tmp basename-lgpl.o.tmp stripslash.o.tmp exitfail.o.tmp fd-hook.o.tmp fd-safer-flag.o.tmp dup-safer-flag.o.tmp filenamecat-lgpl.o.tmp getprogname.o.tmp hard-locale.o.tmp localcharset.o.tmp lock.o.tmp malloca.o.tmp math.o.tmp openat-die.o.tmp save-cwd.o.tmp scratch_buffer_grow.o.tmp scratch_buffer_grow_preserve.o.tmp scratch_buffer_set_array_size.o.tmp setlocale_null.o.tmp stat-time.o.tmp strnlen1.o.tmp sys_socket.o.tmp tempname.o.tmp threadlib.o.tmp unistd.o.tmp dup-safer.o.tmp fd-safer.o.tmp pipe-safer.o.tmp wctype-h.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f libpam_unix_g.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f libpam_unix_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgnulib && rm -f libgnulib_p.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgnulib && rm -f libgnulib_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f libpam_unix_pic.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f libpam_unix_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgnulib && rm -f libgnulib_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgnulib && rm -f libgnulib_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f llib-lpam_unix.ln pam_unix.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f llib-lpam_unix.ln pam_unix.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgnulib && rm -f libgnulib_pic.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgnulib && rm -f libgnulib_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f libpam_unix.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f libpam_unix.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgnulib && rm -f llib-lgnulib.ln canonicalize-lgpl.ln chdir-long.ln error.ln fnmatch.ln getcwd.ln getcwd-lgpl.ln glob.ln glob_pattern_p.ln globfree.ln lc-charset-dispatch.ln localtime-buffer.ln mbrtowc.ln mbsinit.ln mbsrtowcs.ln mbsrtowcs-state.ln mbtowc-lock.ln memmem.ln mempcpy.ln rawmemchr.ln setlocale-lock.ln strerror.ln strerror-override.ln strerror_r.ln strstr.ln wmempcpy.ln openat-proc.ln cloexec.ln count-one-bits.ln dirname-lgpl.ln basename-lgpl.ln stripslash.ln exitfail.ln fd-hook.ln fd-safer-flag.ln dup-safer-flag.ln filenamecat-lgpl.ln getprogname.ln hard-locale.ln localcharset.ln lock.ln malloca.ln math.ln openat-die.ln save-cwd.ln scratch_buffer_grow.ln scratch_buffer_grow_preserve.ln scratch_buffer_set_array_size.ln setlocale_null.ln stat-time.ln strnlen1.ln sys_socket.ln tempname.ln threadlib.ln unistd.ln dup-safer.ln fd-safer.ln pipe-safer.ln wctype-h.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgnulib && rm -f llib-lgnulib.ln canonicalize-lgpl.ln chdir-long.ln error.ln fnmatch.ln getcwd.ln getcwd-lgpl.ln glob.ln glob_pattern_p.ln globfree.ln lc-charset-dispatch.ln localtime-buffer.ln mbrtowc.ln mbsinit.ln mbsrtowcs.ln mbsrtowcs-state.ln mbtowc-lock.ln memmem.ln mempcpy.ln rawmemchr.ln setlocale-lock.ln strerror.ln strerror-override.ln strerror_r.ln strstr.ln wmempcpy.ln openat-proc.ln cloexec.ln count-one-bits.ln dirname-lgpl.ln basename-lgpl.ln stripslash.ln exitfail.ln fd-hook.ln fd-safer-flag.ln dup-safer-flag.ln filenamecat-lgpl.ln getprogname.ln hard-locale.ln localcharset.ln lock.ln malloca.ln math.ln openat-die.ln save-cwd.ln scratch_buffer_grow.ln scratch_buffer_grow_preserve.ln scratch_buffer_set_array_size.ln setlocale_null.ln stat-time.ln strnlen1.ln sys_socket.ln tempname.ln threadlib.ln unistd.ln dup-safer.ln fd-safer.ln pipe-safer.ln wctype-h.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f pam_unix.html8 .depend pam_unix.d pam_unix.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f pam_unix.html8 .depend pam_unix.d pam_unix.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgnulib && rm -f libgnulib.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-pam_skey --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgnulib && rm -f libgnulib.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_skey --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libgnulib && rm -f .depend basename-lgpl.d canonicalize-lgpl.d chdir-long.d cloexec.d count-one-bits.d dirname-lgpl.d dup-safer-flag.d dup-safer.d error.d exitfail.d fd-hook.d fd-safer-flag.d fd-safer.d filenamecat-lgpl.d fnmatch.d getcwd-lgpl.d getcwd.d getprogname.d glob.d glob_pattern_p.d globfree.d hard-locale.d lc-charset-dispatch.d localcharset.d localtime-buffer.d lock.d malloca.d math.d mbrtowc.d mbsinit.d mbsrtowcs-state.d mbsrtowcs.d mbtowc-lock.d memmem.d mempcpy.d openat-die.d openat-proc.d pipe-safer.d rawmemchr.d save-cwd.d scratch_buffer_grow.d scratch_buffer_grow_preserve.d scratch_buffer_set_array_size.d setlocale-lock.d setlocale_null.d stat-time.d strerror-override.d strerror.d strerror_r.d stripslash.d strnlen1.d strstr.d sys_socket.d tempname.d threadlib.d unistd.d wctype-h.d wmempcpy.d basename-lgpl.d.tmp canonicalize-lgpl.d.tmp chdir-long.d.tmp cloexec.d.tmp count-one-bits.d.tmp dirname-lgpl.d.tmp du--- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f libpam_skey.a pam_skey.o pam_skey.o.tmp || true) --- cleandir-external --- p-safer-flag.d.tmp dup-safer.d.tmp error.d.tmp exitfail.d.tmp fd-hook.d.tmp fd-safer-flag.d.tmp fd-safer.d.tmp filenamecat-lgpl.d.tmp fnmatch.d.tmp getcwd-lgpl.d.tmp getcwd.d.tmp getprogname.d.tmp glob.d.tmp glob_pattern_p.d.tmp globfree.d.tmp hard-locale.d.tmp lc-charset-dispatch.d.tmp localcharset.d.tmp localtime-buffer.d.tmp lock.d.tmp malloca.d.tmp math.d.tmp mbrtowc.d.tmp mbsinit.d.tmp mbsrtowcs-state.d.tmp mbsrtowcs.d.tmp mbtowc-lock.d.tmp memmem.d.tmp mempcpy.d.tmp openat-die.d.tmp openat-proc.d.tmp pipe-safer.d.tmp rawmemchr.d.tmp save-cwd.d.tmp scratch_buffer_grow.d.tmp scratch_buffer_grow_preserve.d.tmp scratch_buffer_set_array_size.d.tmp setlocale-lock.d.tmp setlocale_null.d.tmp stat-time.d.tmp strerror-override.d.tmp strerror.d.tmp strerror_r.d.tmp stripslash.d.tmp strnlen1.d.tmp strstr.d.tmp sys_socket.d.tmp tempname.d.tmp threadlib.d.tmp unistd.d.tmp wctype-h.d.tmp wmempcpy.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f libpam_skey.a pam_skey.o pam_skey.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libgnulib && rm -f .depend basename-lgpl.d canonicalize-lgpl.d chdir-long.d cloexec.d count-one-bits.d dirname-lgpl.d dup-safer-flag.d dup-safer.d error.d exitfail.d fd-hook.d fd-safer-flag.d fd-safer.d filenamecat-lgpl.d fnmatch.d getcwd-lgpl.d getcwd.d getprogname.d glob.d glob_pattern_p.d globfree.d hard-locale.d lc-charset-dispatch.d localcharset.d localtime-buffer.d lock.d malloca.d math.d mbrtowc.d mbsinit.d mbsrtowcs-state.d mbsrtowcs.d mbtowc-lock.d memmem.d mempcpy.d openat-die.d openat-proc.d pipe-safer.d rawmemchr.d save-cwd.d scratch_buffer_grow.d scratch_buffer_grow_preserve.d scratch_buffer_set_array_size.d setlocale-lock.d setlocale_null.d stat-time.d strerror-override.d strerror.d strerror_r.d stripslash.d strnlen1.d strstr.d sys_socket.d tempname.d threadlib.d unistd.d wctype-h.d wmempcpy.d basename-lgpl.d.tmp canonicalize-lgpl.d.tmp chdir-long.d.tmp cloexec.d.tmp count-one-bits.d.tmp dirname-lgpl.d.tmp dup-safer-flag.d.tmp dup-safer.d.tmp error.d.tmp exitfail.d.tmp fd-hook.d.tmp fd-safer-flag.d.tmp fd-safer.d.tmp filenamecat-lgpl.d.tmp fnmatch.d.tmp getcwd-lgpl.d.tmp getcwd.d.tmp getprogname.d.tmp glob.d.tmp glob_pattern_p.d.tmp globfree.d.tmp hard-locale.d.tmp lc-charset-dispatch.d.tmp localcharset.d.tmp localtime-buffer.d.tmp lock.d.tmp malloca.d.tmp math.d.tmp mbrtowc.d.tmp mbsinit.d.tmp mbsrtowcs-state.d.tmp mbsrtowcs.d.tmp mbtowc-lock.d.tmp memmem.d.tmp mempcpy.d.tmp openat-die.d.tmp openat-proc.d.tmp pipe-safer.d.tmp rawmemchr.d.tmp save-cwd.d.tmp scratch_buffer_grow.d.tmp scratch_buffer_grow_preserve.d.tmp scratch_buffer_set_array_size.d.tmp setlocale-lock.d.tmp setlocale_null.d.tmp stat-time.d.tmp strerror-override.d.tmp strerror.d.tmp strerror_r.d.tmp stripslash.d.tmp strnlen1.d.tmp strstr.d.tmp sys_socket.d.tmp tempname.d.tmp threadlib.d.tmp unistd.d.tmp wctype-h.d.tmp wmempcpy.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-libctf --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f libpam_skey_p.a || true) --- cleandir-external --- cleandir ===> external/gpl3/gdb/lib/libctf --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f libpam_skey_p.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f libpam_skey_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libctf && rm -f libctf.a ctf-archive.o ctf-dump.o ctf-create.o ctf-decl.o ctf-error.o ctf-hash.o ctf-labels.o ctf-dedup.o ctf-link.o ctf-lookup.o ctf-open.o ctf-sha1.o ctf-string.o ctf-subr.o ctf-types.o ctf-util.o ctf-qsort_r.o ctf-open-bfd.o ctf-archive.o.tmp ctf-dump.o.tmp ctf-create.o.tmp ctf-decl.o.tmp ctf-error.o.tmp ctf-hash.o.tmp ctf-labels.o.tmp ctf-dedup.o.tmp ctf-link.o.tmp ctf-lookup.o.tmp ctf-open.o.tmp ctf-sha1.o.tmp ctf-string.o.tmp ctf-subr.o.tmp ctf-types.o.tmp ctf-util.o.tmp ctf-qsort_r.o.tmp ctf-open-bfd.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f libpam_skey_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libctf && rm -f libctf.a ctf-archive.o ctf-dump.o ctf-create.o ctf-decl.o ctf-error.o ctf-hash.o ctf-labels.o ctf-dedup.o ctf-link.o ctf-lookup.o ctf-open.o ctf-sha1.o ctf-string.o ctf-subr.o ctf-types.o ctf-util.o ctf-qsort_r.o ctf-open-bfd.o ctf-archive.o.tmp ctf-dump.o.tmp ctf-create.o.tmp ctf-decl.o.tmp ctf-error.o.tmp ctf-hash.o.tmp ctf-labels.o.tmp ctf-dedup.o.tmp ctf-link.o.tmp ctf-lookup.o.tmp ctf-open.o.tmp ctf-sha1.o.tmp ctf-string.o.tmp ctf-subr.o.tmp ctf-types.o.tmp ctf-util.o.tmp ctf-qsort_r.o.tmp ctf-open-bfd.o.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f libpam_skey_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libctf && rm -f libctf_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f libpam_skey_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libctf && rm -f libctf_p.a || true) --- libclean3 --- --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f llib-lpam_skey.ln pam_skey.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libctf && rm -f libctf_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f llib-lpam_skey.ln pam_skey.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libctf && rm -f libctf_g.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f libpam_skey.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libctf && rm -f libctf_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libctf && rm -f libctf_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f libpam_skey.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libctf && rm -f llib-lctf.ln ctf-archive.ln ctf-dump.ln ctf-create.ln ctf-decl.ln ctf-error.ln ctf-hash.ln ctf-labels.ln ctf-dedup.ln ctf-link.ln ctf-lookup.ln ctf-open.ln ctf-sha1.ln ctf-string.ln ctf-subr.ln ctf-types.ln ctf-util.ln ctf-qsort_r.ln ctf-open-bfd.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f pam_skey.html8 .depend pam_skey.d pam_skey.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f pam_skey.html8 .depend pam_skey.d pam_skey.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libctf && rm -f llib-lctf.ln ctf-archive.ln ctf-dump.ln ctf-create.ln ctf-decl.ln ctf-error.ln ctf-hash.ln ctf-labels.ln ctf-dedup.ln ctf-link.ln ctf-lookup.ln ctf-open.ln ctf-sha1.ln ctf-string.ln ctf-subr.ln ctf-types.ln ctf-util.ln ctf-qsort_r.ln ctf-open-bfd.ln || true) --- cleandir-lib --- --- cleandir-pam_afslog --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_afslog --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libctf && rm -f libctf.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libctf && rm -f libctf.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f libpam_afslog.a pam_afslog.o pam_afslog.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libctf && rm -f ctf-error.h .depend ctf-archive.d ctf-create.d ctf-decl.d ctf-dedup.d ctf-dump.d ctf-error.d ctf-hash.d ctf-labels.d ctf-link.d ctf-lookup.d ctf-open-bfd.d ctf-open.d ctf-qsort_r.d ctf-sha1.d ctf-string.d ctf-subr.d ctf-types.d ctf-util.d ctf-archive.d.tmp ctf-create.d.tmp ctf-decl.d.tmp ctf-dedup.d.tmp ctf-dump.d.tmp ctf-error.d.tmp ctf-hash.d.tmp ctf-labels.d.tmp ctf-link.d.tmp ctf-lookup.d.tmp ctf-open-bfd.d.tmp ctf-open.d.tmp ctf-qsort_r.d.tmp ctf-sha1.d.tmp ctf-string.d.tmp ctf-subr.d.tmp ctf-types.d.tmp ctf-util.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f libpam_afslog.a pam_afslog.o pam_afslog.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libctf && rm -f ctf-error.h .depend ctf-archive.d ctf-create.d ctf-decl.d ctf-dedup.d ctf-dump.d ctf-error.d ctf-hash.d ctf-labels.d ctf-link.d ctf-lookup.d ctf-open-bfd.d ctf-open.d ctf-qsort_r.d ctf-sha1.d ctf-string.d ctf-subr.d ctf-types.d ctf-util.d ctf-archive.d.tmp ctf-create.d.tmp ctf-decl.d.tmp ctf-dedup.d.tmp ctf-dump.d.tmp ctf-error.d.tmp ctf-hash.d.tmp ctf-labels.d.tmp ctf-link.d.tmp ctf-lookup.d.tmp ctf-open-bfd.d.tmp ctf-open.d.tmp ctf-qsort_r.d.tmp ctf-sha1.d.tmp ctf-string.d.tmp ctf-subr.d.tmp ctf-types.d.tmp ctf-util.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_p.a || true) --- cleandir-external --- --- cleandir-libreadline --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_p.a || true) --- cleandir-external --- cleandir ===> external/gpl3/gdb/lib/libreadline --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_g.a || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libreadline && rm -f libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o readline.o.tmp vi_mode.o.tmp funmap.o.tmp keymaps.o.tmp parens.o.tmp search.o.tmp rltty.o.tmp complete.o.tmp bind.o.tmp isearch.o.tmp display.o.tmp signals.o.tmp util.o.tmp kill.o.tmp undo.o.tmp macro.o.tmp input.o.tmp callback.o.tmp terminal.o.tmp text.o.tmp nls.o.tmp misc.o.tmp history.o.tmp histexpand.o.tmp histfile.o.tmp histsearch.o.tmp shell.o.tmp mbutil.o.tmp tilde.o.tmp colors.o.tmp parse-colors.o.tmp xmalloc.o.tmp xfree.o.tmp compat.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libreadline && rm -f libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o readline.o.tmp vi_mode.o.tmp funmap.o.tmp keymaps.o.tmp parens.o.tmp search.o.tmp rltty.o.tmp complete.o.tmp bind.o.tmp isearch.o.tmp display.o.tmp signals.o.tmp util.o.tmp kill.o.tmp undo.o.tmp macro.o.tmp input.o.tmp callback.o.tmp terminal.o.tmp text.o.tmp nls.o.tmp misc.o.tmp history.o.tmp histexpand.o.tmp histfile.o.tmp histsearch.o.tmp shell.o.tmp mbutil.o.tmp tilde.o.tmp colors.o.tmp parse-colors.o.tmp xmalloc.o.tmp xfree.o.tmp compat.o.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_pic.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libreadline && rm -f libreadline_p.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libreadline && rm -f libreadline_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f llib-lpam_afslog.ln pam_afslog.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f llib-lpam_afslog.ln pam_afslog.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libreadline && rm -f libreadline_g.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libreadline && rm -f libreadline_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f libpam_afslog.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f libpam_afslog.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libreadline && rm -f libreadline_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libreadline && rm -f libreadline_pic.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f pam_afslog.html8 .depend pam_afslog.d pam_afslog.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libreadline && rm -f llib-lreadline.ln readline.ln vi_mode.ln funmap.ln keymaps.ln parens.ln search.ln rltty.ln complete.ln bind.ln isearch.ln display.ln signals.ln util.ln kill.ln undo.ln macro.ln input.ln callback.ln terminal.ln text.ln nls.ln misc.ln history.ln histexpand.ln histfile.ln histsearch.ln shell.ln mbutil.ln tilde.ln colors.ln parse-colors.ln xmalloc.ln xfree.ln compat.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f pam_afslog.html8 .depend pam_afslog.d pam_afslog.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libreadline && rm -f llib-lreadline.ln readline.ln vi_mode.ln funmap.ln keymaps.ln parens.ln search.ln rltty.ln complete.ln bind.ln isearch.ln display.ln signals.ln util.ln kill.ln undo.ln macro.ln input.ln callback.ln terminal.ln text.ln nls.ln misc.ln history.ln histexpand.ln histfile.ln histsearch.ln shell.ln mbutil.ln tilde.ln colors.ln parse-colors.ln xmalloc.ln xfree.ln compat.ln || true) --- cleandir-lib --- --- cleandir-pam_krb5 --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_krb5 --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libreadline && rm -f libreadline.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5.a pam_krb5.o pam_krb5.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libreadline && rm -f libreadline.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5.a pam_krb5.o pam_krb5.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/lib/libreadline && rm -f .depend bind.d callback.d colors.d compat.d complete.d display.d funmap.d histexpand.d histfile.d history.d histsearch.d input.d isearch.d keymaps.d kill.d macro.d mbutil.d misc.d nls.d parens.d parse-colors.d readline.d rltty.d search.d shell.d signals.d terminal.d text.d tilde.d undo.d util.d vi_mode.d xfree.d xmalloc.d bind.d.tmp callback.d.tmp colors.d.tmp compat.d.tmp complete.d.tmp display.d.tmp funmap.d.tmp histexpand.d.tmp histfile.d.tmp history.d.tmp histsearch.d.tmp input.d.tmp isearch.d.tmp keymaps.d.tmp kill.d.tmp macro.d.tmp mbutil.d.tmp misc.d.tmp nls.d.tmp parens.d.tmp parse-colors.d.tmp readline.d.tmp rltty.d.tmp search.d.tmp shell.d.tmp signals.d.tmp terminal.d.tmp text.d.tmp tilde.d.tmp undo.d.tmp util.d.tmp vi_mode.d.tmp xfree.d.tmp xmalloc.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/lib/libreadline && rm -f .depend bind.d callback.d colors.d compat.d complete.d display.d funmap.d histexpand.d histfile.d history.d histsearch.d input.d isearch.d keymaps.d kill.d macro.d mbutil.d misc.d nls.d parens.d parse-colors.d readline.d rltty.d search.d shell.d signals.d terminal.d text.d tilde.d undo.d util.d vi_mode.d xfree.d xmalloc.d bind.d.tmp callback.d.tmp colors.d.tmp compat.d.tmp complete.d.tmp display.d.tmp funmap.d.tmp histexpand.d.tmp histfile.d.tmp history.d.tmp histsearch.d.tmp input.d.tmp isearch.d.tmp keymaps.d.tmp kill.d.tmp macro.d.tmp mbutil.d.tmp misc.d.tmp nls.d.tmp parens.d.tmp parse-colors.d.tmp readline.d.tmp rltty.d.tmp search.d.tmp shell.d.tmp signals.d.tmp terminal.d.tmp text.d.tmp tilde.d.tmp undo.d.tmp util.d.tmp vi_mode.d.tmp xfree.d.tmp xmalloc.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_p.a || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/gpl3/gdb/bin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_g.a || true) --- cleandir-external --- --- cleandir-gdb --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_g.a || true) --- cleandir-external --- cleandir ===> external/gpl3/gdb/bin/gdb --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f llib-lpam_krb5.ln pam_krb5.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f llib-lpam_krb5.ln pam_krb5.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f pam_krb5.html8 .depend pam_krb5.d pam_krb5.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f pam_krb5.html8 .depend pam_krb5.d pam_krb5.d.tmp tags || true) --- cleandir-pam_ksu --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_ksu --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/bin/gdb && rm -f GDBvn.texi gdb-cfg.texi a.out [Ee]rrs mklog core *.core .gdbinit gdb gdb.o gdb.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/bin/gdb && rm -f GDBvn.texi gdb-cfg.texi a.out [Ee]rrs mklog core *.core .gdbinit gdb gdb.o gdb.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f libpam_ksu.a pam_ksu.o pam_ksu.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f libpam_ksu.a pam_ksu.o pam_ksu.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/bin/gdb && rm -f gdb.info stabs.info gdb.html1 .depend gdb.d gdb.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/bin/gdb && rm -f gdb.info stabs.info gdb.html1 .depend gdb.d gdb.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_p.a || true) --- cleandir-external --- --- cleandir-gdbtui --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_p.a || true) --- cleandir-external --- cleandir ===> external/gpl3/gdb/bin/gdbtui --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f llib-lpam_ksu.ln pam_ksu.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f llib-lpam_ksu.ln pam_ksu.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f libpam_ksu.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f libpam_ksu.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f pam_ksu.html8 .depend pam_ksu.d pam_ksu.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/bin/gdbtui && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gdbtui tui-main.o tui-main.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f pam_ksu.html8 .depend pam_ksu.d pam_ksu.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/bin/gdbtui && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gdbtui tui-main.o tui-main.ln || true) --- cleandir-lib --- --- cleandir-pam_ssh --- cleandir ===> /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/staticmodules/../modules/pam_ssh --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/bin/gdbtui && rm -f .depend tui-main.d tui-main.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/bin/gdbtui && rm -f .depend tui-main.d tui-main.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f libpam_ssh.a pam_ssh.o pam_ssh.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f libpam_ssh.a pam_ssh.o pam_ssh.o.tmp || true) --- cleandir-external --- --- cleandir-gdbserver --- cleandir ===> external/gpl3/gdb/bin/gdbserver --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_pic.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/bin/gdbserver && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gdbserver ax.o debug.o dll.o hostio.o hostio-errno.o inferiors.o mem-break.o notif.o regcache.o remote-utils.o server.o symbol.o target.o tdesc.o tracepoint.o utils.o waitstatus.o version.o netbsd-low.o fork-child.o fork-inferior.o netbsd-nat.o netbsd-amd64-low.o amd64.o waitstatus.ln fork-inferior.ln netbsd-nat.ln amd64.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/bin/gdbserver && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gdbserver ax.o debug.o dll.o hostio.o hostio-errno.o inferiors.o mem-break.o notif.o regcache.o remote-utils.o server.o symbol.o target.o tdesc.o tracepoint.o utils.o waitstatus.o version.o netbsd-low.o fork-child.o fork-inferior.o netbsd-nat.o netbsd-amd64-low.o amd64.o waitstatus.ln fork-inferior.ln netbsd-nat.ln amd64.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f llib-lpam_ssh.ln pam_ssh.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f llib-lpam_ssh.ln pam_ssh.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/gpl3/gdb/bin/gdbserver && rm -f .depend amd64.d ax.d debug.d dll.d fork-child.d fork-inferior.d hostio-errno.d hostio.d inferiors.d mem-break.d netbsd-amd64-low.d netbsd-low.d netbsd-nat.d notif.d regcache.d remote-utils.d server.d symbol.d target.d tdesc.d tracepoint.d utils.d version.d waitstatus.d amd64.d.tmp ax.d.tmp debug.d.tmp dll.d.tmp fork-child.d.tmp fork-inferior.d.tmp hostio-errno.d.tmp hostio.d.tmp inferiors.d.tmp mem-break.d.tmp netbsd-amd64-low.d.tmp netbsd-low.d.tmp netbsd-nat.d.tmp notif.d.tmp regcache.d.tmp remote-utils.d.tmp server.d.tmp symbol.d.tmp target.d.tmp tdesc.d.tmp tracepoint.d.tmp utils.d.tmp version.d.tmp waitstatus.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/gpl3/gdb/bin/gdbserver && rm -f .depend amd64.d ax.d debug.d dll.d fork-child.d fork-inferior.d hostio-errno.d hostio.d inferiors.d mem-break.d netbsd-amd64-low.d netbsd-low.d netbsd-nat.d notif.d regcache.d remote-utils.d server.d symbol.d target.d tdesc.d tracepoint.d utils.d version.d waitstatus.d amd64.d.tmp ax.d.tmp debug.d.tmp dll.d.tmp fork-child.d.tmp fork-inferior.d.tmp hostio-errno.d.tmp hostio.d.tmp inferiors.d.tmp mem-break.d.tmp netbsd-amd64-low.d.tmp netbsd-low.d.tmp netbsd-nat.d.tmp notif.d.tmp regcache.d.tmp remote-utils.d.tmp server.d.tmp symbol.d.tmp target.d.tmp tdesc.d.tmp tracepoint.d.tmp utils.d.tmp version.d.tmp waitstatus.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f libpam_ssh.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f libpam_ssh.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-historical --- cleandir ===> external/historical --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-nawk --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f pam_ssh.html8 .depend pam_ssh.d pam_ssh.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/historical/nawk --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f pam_ssh.html8 .depend pam_ssh.d pam_ssh.d.tmp tags || true) --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/historical/nawk/bin --- cleandir-lib --- --- cleandir-libpam --- cleandir ===> lib/libpam/libpam --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/historical/nawk/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit awkgram.c awkgram.h awk awkgram.o b.o lex.o lib.o main.o parse.o proctab.o run.o tran.o b.ln lex.ln lib.ln main.ln parse.ln proctab.ln run.ln tran.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/historical/nawk/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit awkgram.c awkgram.h awk awkgram.o b.o lex.o lib.o main.o parse.o proctab.o run.o tran.o b.ln lex.ln lib.ln main.ln parse.ln proctab.ln run.ln tran.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/historical/nawk/bin && rm -f awk.info awk.html1 .depend awkgram.d b.d lex.d lib.d main.d parse.d proctab.d run.d tran.d awkgram.d.tmp b.d.tmp lex.d.tmp lib.d.tmp main.d.tmp parse.d.tmp proctab.d.tmp run.d.tmp tran.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/historical/nawk/bin && rm -f awk.info awk.html1 .depend awkgram.d b.d lex.d lib.d main.d parse.d proctab.d run.d tran.d awkgram.d.tmp b.d.tmp lex.d.tmp lib.d.tmp main.d.tmp parse.d.tmp proctab.d.tmp run.d.tmp tran.d.tmp tags || true) --- cleandir-intel-fw-eula --- cleandir ===> external/intel-fw-eula --- cleandir-ipw2100 --- cleandir ===> external/intel-fw-eula/ipw2100 --- __doclean --- --- __docleandir --- --- cleandir-ipw2200 --- cleandir ===> external/intel-fw-eula/ipw2200 --- __doclean --- --- __docleandir --- --- cleandir-intel-fw-public --- cleandir ===> external/intel-fw-public --- cleandir-ipw3945 --- cleandir ===> external/intel-fw-public/ipw3945 --- __doclean --- --- __docleandir --- --- cleandir-iwl100 --- cleandir ===> external/intel-fw-public/iwl100 --- __doclean --- --- __docleandir --- --- cleandir-iwl105 --- cleandir ===> external/intel-fw-public/iwl105 --- __doclean --- --- __docleandir --- --- cleandir-iwl135 --- cleandir ===> external/intel-fw-public/iwl135 --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/libpam && rm -f libpam.a openpam_static_modules.o openpam_borrow_cred.o openpam_check_owner_perms.o openpam_configure.o openpam_constants.o openpam_dispatch.o openpam_dynamic.o openpam_features.o openpam_findenv.o openpam_free_data.o openpam_free_envlist.o openpam_get_feature.o openpam_get_option.o openpam_load.o openpam_log.o openpam_nullconv.o openpam_readline.o openpam_readlinev.o openpam_readword.o openpam_restore_cred.o openpam_set_feature.o openpam_set_option.o openpam_straddch.o openpam_strlset.o openpam_subst.o openpam_ttyconv.o pam_acct_mgmt.o pam_authenticate.o pam_chauthtok.o pam_close_session.o pam_end.o pam_error.o pam_get_authtok.o pam_get_data.o pam_get_item.o pam_get_user.o pam_getenv.o pam_getenvlist.o pam_info.o pam_open_session.o pam_prompt.o pam_putenv.o pam_set_data.o pam_set_item.o pam_setcred.o pam_setenv.o pam_start.o pam_strerror.o pam_verror.o pam_vinfo.o pam_vprompt.o pam_debug_log.o openpam_static_modules.o.tmp openpam_borrow_cred.o.tmp openpam_check_owner_perms.o.tmp openpam_configure.o.tmp openpam_constants.o.tmp openpam_dispatch.o.tmp openpam_dynamic.o.tmp openpam_features.o.tmp openpam_findenv.o.tmp openpam_free_data.o.tmp openpam_free_envlist.o.tmp openpam_get_feature.o.tmp openpam_get_option.o.tmp openpam_load.o.tmp openpam_log.o.tmp openpam_nullconv.o.tmp openpam_readline.o.tmp openpam_readlinev.o.tmp openpam_readword.o.tmp openpam_restore_cred.o.tmp openpam_set_feature.o.tmp openpam_set_option.o.tmp openpam_straddch.o.tmp openpam_strlset.o.tmp openpam_subst.o.tmp openpam_ttyconv.o.tmp pam_acct_mgmt.o.tmp pam_authenticate.o.tmp pam_chauthtok.o.tmp pam_close_session.o.tmp pam_end.o.tmp pam_error.o.tmp pam_get_authtok.o.tmp pam_get_data.o.tmp pam_get_item.o.tmp pam_get_user.o.tmp pam_getenv.o.tmp pam_getenvlist.o.tmp pam_info.o.tmp pam_open_session.o.tmp pam_prompt.o.tmp pam_putenv.o.tmp pam_set_data.o.tmp pam_set_item.o.tmp pam_setcred.o.tmp pam_setenv.o.tmp pam_start.o.tmp pam_strerror.o.tmp pam_verror.o.tmp pam_vinfo.o.tmp pam_vprompt.o.tmp pam_debug_log.o.tmp || true) --- cleandir-external --- --- cleandir-iwl1000 --- cleandir ===> external/intel-fw-public/iwl1000 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/libpam && rm -f libpam.a openpam_static_modules.o openpam_borrow_cred.o openpam_check_owner_perms.o openpam_configure.o openpam_constants.o openpam_dispatch.o openpam_dynamic.o openpam_features.o openpam_findenv.o openpam_free_data.o openpam_free_envlist.o openpam_get_feature.o openpam_get_option.o openpam_load.o openpam_log.o openpam_nullconv.o openpam_readline.o openpam_readlinev.o openpam_readword.o openpam_restore_cred.o openpam_set_feature.o openpam_set_option.o openpam_straddch.o openpam_strlset.o openpam_subst.o openpam_ttyconv.o pam_acct_mgmt.o pam_authenticate.o pam_chauthtok.o pam_close_session.o pam_end.o pam_error.o pam_get_authtok.o pam_get_data.o pam_get_item.o pam_get_user.o pam_getenv.o pam_getenvlist.o pam_info.o pam_open_session.o pam_prompt.o pam_putenv.o pam_set_data.o pam_set_item.o pam_setcred.o pam_setenv.o pam_start.o pam_strerror.o pam_verror.o pam_vinfo.o pam_vprompt.o pam_debug_log.o openpam_static_modules.o.tmp openpam_borrow_cred.o.tmp openpam_check_owner_perms.o.tmp openpam_configure.o.tmp openpam_constants.o.tmp openpam_dispatch.o.tmp openpam_dynamic.o.tmp openpam_features.o.tmp openpam_findenv.o.tmp openpam_free_data.o.tmp openpam_free_envlist.o.tmp openpam_get_feature.o.tmp openpam_get_option.o.tmp openpam_load.o.tmp openpam_log.o.tmp openpam_nullconv.o.tmp openpam_readline.o.tmp openpam_readlinev.o.tmp openpam_readword.o.tmp openpam_restore_cred.o.tmp openpam_set_feature.o.tmp openpam_set_option.o.tmp openpam_straddch.o.tmp openpam_strlset.o.tmp openpam_subst.o.tmp openpam_ttyconv.o.tmp pam_acct_mgmt.o.tmp pam_authenticate.o.tmp pam_chauthtok.o.tmp pam_close_session.o.tmp pam_end.o.tmp pam_error.o.tmp pam_get_authtok.o.tmp pam_get_data.o.tmp pam_get_item.o.tmp pam_get_user.o.tmp pam_getenv.o.tmp pam_getenvlist.o.tmp pam_info.o.tmp pam_open_session.o.tmp pam_prompt.o.tmp pam_putenv.o.tmp pam_set_data.o.tmp pam_set_item.o.tmp pam_setcred.o.tmp pam_setenv.o.tmp pam_start.o.tmp pam_strerror.o.tmp pam_verror.o.tmp pam_vinfo.o.tmp pam_vprompt.o.tmp pam_debug_log.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/libpam && rm -f libpam_p.a || true) --- cleandir-external --- --- cleandir-iwl2000 --- cleandir ===> external/intel-fw-public/iwl2000 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/libpam && rm -f libpam_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/libpam && rm -f libpam_g.a || true) --- cleandir-external --- --- cleandir-iwl2030 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/libpam && rm -f libpam_g.a || true) --- cleandir-external --- cleandir ===> external/intel-fw-public/iwl2030 --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/libpam && rm -f libpam_pic.a libpam.so.* libpam.so openpam_borrow_cred.pico openpam_check_owner_perms.pico openpam_configure.pico openpam_constants.pico openpam_dispatch.pico openpam_dynamic.pico openpam_features.pico openpam_findenv.pico openpam_free_data.pico openpam_free_envlist.pico openpam_get_feature.pico openpam_get_option.pico openpam_load.pico openpam_log.pico openpam_nullconv.pico openpam_readline.pico openpam_readlinev.pico openpam_readword.pico openpam_restore_cred.pico openpam_set_feature.pico openpam_set_option.pico openpam_straddch.pico openpam_strlset.pico openpam_subst.pico openpam_ttyconv.pico pam_acct_mgmt.pico pam_authenticate.pico pam_chauthtok.pico pam_close_session.pico pam_end.pico pam_error.pico pam_get_authtok.pico pam_get_data.pico pam_get_item.pico pam_get_user.pico pam_getenv.pico pam_getenvlist.pico pam_info.pico pam_open_session.pico pam_prompt.pico pam_putenv.pico pam_set_data.pico pam_set_item.pico pam_setcred.pico pam_setenv.pico pam_start.pico pam_strerror.pico pam_verror.pico pam_vinfo.pico pam_vprompt.pico pam_debug_log.pico openpam_borrow_cred.pico.tmp openpam_check_owner_perms.pico.tmp openpam_configure.pico.tmp openpam_constants.pico.tmp openpam_dispatch.pico.tmp openpam_dynamic.pico.tmp openpam_features.pico.tmp openpam_findenv.pico.tmp openpam_free_data.pico.tmp openpam_free_envlist.pico.tmp openpam_get_feature.pico.tmp openpam_get_option.pico.tmp openpam_load.pico.tmp openpam_log.pico.tmp openpam_nullconv.pico.tmp openpam_readline.pico.tmp openpam_readlinev.pico.tmp openpam_readword.pico.tmp openpam_restore_cred.pico.tmp openpam_set_feature.pico.tmp openpam_set_option.pico.tmp openpam_straddch.pico.tmp openpam_strlset.pico.tmp openpam_subst.pico.tmp openpam_ttyconv.pico.tmp pam_acct_mgmt.pico.tmp pam_authenticate.pico.tmp pam_chauthtok.pico.tmp pam_close_session.pico.tmp pam_end.pico.tmp pam_error.pico.tmp pam_get_authtok.pico.tmp pam_get_data.pico.tmp pam_get_item.pico.tmp pam_get_user.pico.tmp pam_getenv.pico.tmp pam_getenvlist.pico.tmp pam_info.pico.tmp pam_open_session.pico.tmp pam_prompt.pico.tmp pam_putenv.pico.tmp pam_set_data.pico.tmp pam_set_item.pico.tmp pam_setcred.pico.tmp pam_setenv.pico.tmp pam_start.pico.tmp pam_strerror.pico.tmp pam_verror.pico.tmp pam_vinfo.pico.tmp pam_vprompt.pico.tmp pam_debug_log.pico.tmp || true) --- cleandir-external --- --- cleandir-iwl3160 --- cleandir ===> external/intel-fw-public/iwl3160 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/libpam && rm -f libpam_pic.a libpam.so.* libpam.so openpam_borrow_cred.pico openpam_check_owner_perms.pico openpam_configure.pico openpam_constants.pico openpam_dispatch.pico openpam_dynamic.pico openpam_features.pico openpam_findenv.pico openpam_free_data.pico openpam_free_envlist.pico openpam_get_feature.pico openpam_get_option.pico openpam_load.pico openpam_log.pico openpam_nullconv.pico openpam_readline.pico openpam_readlinev.pico openpam_readword.pico openpam_restore_cred.pico openpam_set_feature.pico openpam_set_option.pico openpam_straddch.pico openpam_strlset.pico openpam_subst.pico openpam_ttyconv.pico pam_acct_mgmt.pico pam_authenticate.pico pam_chauthtok.pico pam_close_session.pico pam_end.pico pam_error.pico pam_get_authtok.pico pam_get_data.pico pam_get_item.pico pam_get_user.pico pam_getenv.pico pam_getenvlist.pico pam_info.pico pam_open_session.pico pam_prompt.pico pam_putenv.pico pam_set_data.pico pam_set_item.pico pam_setcred.pico pam_setenv.pico pam_start.pico pam_strerror.pico pam_verror.pico pam_vinfo.pico pam_vprompt.pico pam_debug_log.pico openpam_borrow_cred.pico.tmp openpam_check_owner_perms.pico.tmp openpam_configure.pico.tmp openpam_constants.pico.tmp openpam_dispatch.pico.tmp openpam_dynamic.pico.tmp openpam_features.pico.tmp openpam_findenv.pico.tmp openpam_free_data.pico.tmp openpam_free_envlist.pico.tmp openpam_get_feature.pico.tmp openpam_get_option.pico.tmp openpam_load.pico.tmp openpam_log.pico.tmp openpam_nullconv.pico.tmp openpam_readline.pico.tmp openpam_readlinev.pico.tmp openpam_readword.pico.tmp openpam_restore_cred.pico.tmp openpam_set_feature.pico.tmp openpam_set_option.pico.tmp openpam_straddch.pico.tmp openpam_strlset.pico.tmp openpam_subst.pico.tmp openpam_ttyconv.pico.tmp pam_acct_mgmt.pico.tmp pam_authenticate.pico.tmp pam_chauthtok.pico.tmp pam_close_session.pico.tmp pam_end.pico.tmp pam_error.pico.tmp pam_get_authtok.pico.tmp pam_get_data.pico.tmp pam_get_item.pico.tmp pam_get_user.pico.tmp pam_getenv.pico.tmp pam_getenvlist.pico.tmp pam_info.pico.tmp pam_open_session.pico.tmp pam_prompt.pico.tmp pam_putenv.pico.tmp pam_set_data.pico.tmp pam_set_item.pico.tmp pam_setcred.pico.tmp pam_setenv.pico.tmp pam_start.pico.tmp pam_strerror.pico.tmp pam_verror.pico.tmp pam_vinfo.pico.tmp pam_vprompt.pico.tmp pam_debug_log.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/libpam && rm -f llib-lpam.ln openpam_borrow_cred.ln openpam_check_owner_perms.ln openpam_configure.ln openpam_constants.ln openpam_dispatch.ln openpam_dynamic.ln openpam_features.ln openpam_findenv.ln openpam_free_data.ln openpam_free_envlist.ln openpam_get_feature.ln openpam_get_option.ln openpam_load.ln openpam_log.ln openpam_nullconv.ln openpam_readline.ln openpam_readlinev.ln openpam_readword.ln openpam_restore_cred.ln openpam_set_feature.ln openpam_set_option.ln openpam_straddch.ln openpam_strlset.ln openpam_subst.ln openpam_ttyconv.ln pam_acct_mgmt.ln pam_authenticate.ln pam_chauthtok.ln pam_close_session.ln pam_end.ln pam_error.ln pam_get_authtok.ln pam_get_data.ln pam_get_item.ln pam_get_user.ln pam_getenv.ln pam_getenvlist.ln pam_info.ln pam_open_session.ln pam_prompt.ln pam_putenv.ln pam_set_data.ln pam_set_item.ln pam_setcred.ln pam_setenv.ln pam_start.ln pam_strerror.ln pam_verror.ln pam_vinfo.ln pam_vprompt.ln pam_debug_log.ln || true) --- cleandir-external --- --- cleandir-iwl3168 --- cleandir ===> external/intel-fw-public/iwl3168 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/libpam && rm -f llib-lpam.ln openpam_borrow_cred.ln openpam_check_owner_perms.ln openpam_configure.ln openpam_constants.ln openpam_dispatch.ln openpam_dynamic.ln openpam_features.ln openpam_findenv.ln openpam_free_data.ln openpam_free_envlist.ln openpam_get_feature.ln openpam_get_option.ln openpam_load.ln openpam_log.ln openpam_nullconv.ln openpam_readline.ln openpam_readlinev.ln openpam_readword.ln openpam_restore_cred.ln openpam_set_feature.ln openpam_set_option.ln openpam_straddch.ln openpam_strlset.ln openpam_subst.ln openpam_ttyconv.ln pam_acct_mgmt.ln pam_authenticate.ln pam_chauthtok.ln pam_close_session.ln pam_end.ln pam_error.ln pam_get_authtok.ln pam_get_data.ln pam_get_item.ln pam_get_user.ln pam_getenv.ln pam_getenvlist.ln pam_info.ln pam_open_session.ln pam_prompt.ln pam_putenv.ln pam_set_data.ln pam_set_item.ln pam_setcred.ln pam_setenv.ln pam_start.ln pam_strerror.ln pam_verror.ln pam_vinfo.ln pam_vprompt.ln pam_debug_log.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/libpam && rm -f openpam_static.o openpam_static_modules.o libpam.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-iwl4965 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/libpam && rm -f openpam_static.o openpam_static_modules.o libpam.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/intel-fw-public/iwl4965 --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/libpam && rm -f openpam.html3 openpam_borrow_cred.html3 openpam_free_data.html3 openpam_free_envlist.html3 openpam_get_feature.html3 openpam_get_option.html3 openpam_log.html3 openpam_nullconv.html3 openpam_readline.html3 openpam_readlinev.html3 openpam_readword.html3 openpam_restore_cred.html3 openpam_set_feature.html3 openpam_set_option.html3 openpam_straddch.html3 openpam_subst.html3 openpam_ttyconv.html3 pam.html3 pam.conf.html5 pam_acct_mgmt.html3 pam_authenticate.html3 pam_chauthtok.html3 pam_close_session.html3 pam_conv.html3 pam_end.html3 pam_error.html3 pam_get_authtok.html3 pam_get_data.html3 pam_get_item.html3 pam_get_user.html3 pam_getenv.html3 pam_getenvlist.html3 pam_info.html3 pam_open_session.html3 pam_prompt.html3 pam_putenv.html3 pam_set_data.html3 pam_set_item.html3 pam_setcred.html3 pam_setenv.html3 pam_sm_acct_mgmt.html3 pam_sm_authenticate.html3 pam_sm_chauthtok.html3 pam_sm_close_session.html3 pam_sm_open_session.html3 pam_sm_setcred.html3 pam_start.html3 pam_strerror.html3 pam_verror.html3 pam_vinfo.html3 pam_vprompt.html3 .depend openpam_borrow_cred.d openpam_check_owner_perms.d openpam_configure.d openpam_constants.d openpam_dispatch.d openpam_dynamic.d openpam_features.d openpam_findenv.d openpam_free_data.d openpam_free_envlist.d openpam_get_feature.d openpam_get_option.d openpam_load.d openpam_log.d openpam_nullconv.d openpam_readline.d openpam_readlinev.d openpam_readword.d openpam_restore_cred.d openpam_set_feature.d openpam_set_option.d openpam_straddch.d openpam_strlset.d openpam_subst.d openpam_ttyconv.d pam_acct_mgmt.d pam_authenticate.d pam_chauthtok.d pam_close_session.d pam_debug_log.d pam_end.d pam_error.d pam_get_authtok.d pam_get_data.d pam_get_item.d pam_get_user.d pam_getenv.d pam_getenvlist.d pam_info.d pam_open_session.d pam_prompt.d pam_putenv.d pam_set_data.d pam_set_item.d pam_setcred.d pam_setenv.d pam_start.d pam_strerror.d pam_verror.d pam_vinfo.d pam_vprompt.d openpam_borrow_cred.d.tmp openpam_check_owner_perms.d.tmp openpam_configure.d.tmp openpam_constants.d.tmp openpam_dispatch.d.tmp openpam_dynamic.d.tmp openpam_features.d.tmp openpam_findenv.d.tmp openpam_free_data.d.tmp openpam_free_envlist.d.tmp openpam_get_feature.d.tmp openpam_get_option.d.tmp openpam_load.d.tmp openpam_log.d.tmp openpam_nullconv.d.tmp openpam_readline.d.tmp openpam_readlinev.d.tmp openpam_readword.d.tmp openpam_restore_cred.d.tmp openpam_set_feature.d.tmp openpam_set_option.d.tmp openpam_straddch.d.tmp openpam_strlset.d.tmp openpam_subst.d.tmp openpam_ttyconv.d.tmp pam_acct_mgmt.d.tmp pam_authenticate.d.tmp pam_chauthtok.d.tmp pam_close_session.d.tmp pam_debug_log.d.tmp pam_end.d.tmp pam_error.d.tmp pam_get_authtok.d.tmp pam_get_data.d.tmp pam_get_item.d.tmp pam_get_user.d.tmp pam_getenv.d.tmp pam_getenvlist.d.tmp pam_info.d.tmp pam_open_session.d.tmp pam_prompt.d.tmp pam_putenv.d.tmp pam_set_data.d.tmp pam_set_item.d.tmp pam_setcred.d.tmp pam_setenv.d.tmp pam_start.d.tmp pam_strerror.d.tmp pam_verror.d.tmp pam_vinfo.d.tmp pam_vprompt.d.tmp tags || true) --- cleandir-external --- --- cleandir-iwl5000 --- cleandir ===> external/intel-fw-public/iwl5000 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/libpam && rm -f openpam.html3 openpam_borrow_cred.html3 openpam_free_data.html3 openpam_free_envlist.html3 openpam_get_feature.html3 openpam_get_option.html3 openpam_log.html3 openpam_nullconv.html3 openpam_readline.html3 openpam_readlinev.html3 openpam_readword.html3 openpam_restore_cred.html3 openpam_set_feature.html3 openpam_set_option.html3 openpam_straddch.html3 openpam_subst.html3 openpam_ttyconv.html3 pam.html3 pam.conf.html5 pam_acct_mgmt.html3 pam_authenticate.html3 pam_chauthtok.html3 pam_close_session.html3 pam_conv.html3 pam_end.html3 pam_error.html3 pam_get_authtok.html3 pam_get_data.html3 pam_get_item.html3 pam_get_user.html3 pam_getenv.html3 pam_getenvlist.html3 pam_info.html3 pam_open_session.html3 pam_prompt.html3 pam_putenv.html3 pam_set_data.html3 pam_set_item.html3 pam_setcred.html3 pam_setenv.html3 pam_sm_acct_mgmt.html3 pam_sm_authenticate.html3 pam_sm_chauthtok.html3 pam_sm_close_session.html3 pam_sm_open_session.html3 pam_sm_setcred.html3 pam_start.html3 pam_strerror.html3 pam_verror.html3 pam_vinfo.html3 pam_vprompt.html3 .depend openpam_borrow_cred.d openpam_check_owner_perms.d openpam_configure.d openpam_constants.d openpam_dispatch.d openpam_dynamic.d openpam_features.d openpam_findenv.d openpam_free_data.d openpam_free_envlist.d openpam_get_feature.d openpam_get_option.d openpam_load.d openpam_log.d openpam_nullconv.d openpam_readline.d openpam_readlinev.d openpam_readword.d openpam_restore_cred.d openpam_set_feature.d openpam_set_option.d openpam_straddch.d openpam_strlset.d openpam_subst.d openpam_ttyconv.d pam_acct_mgmt.d pam_authenticate.d pam_chauthtok.d pam_close_session.d pam_debug_log.d pam_end.d pam_error.d pam_get_authtok.d pam_get_data.d pam_get_item.d pam_get_user.d pam_getenv.d pam_getenvlist.d pam_info.d pam_open_session.d pam_prompt.d pam_putenv.d pam_set_data.d pam_set_item.d pam_setcred.d pam_setenv.d pam_start.d pam_strerror.d pam_verror.d pam_vinfo.d pam_vprompt.d openpam_borrow_cred.d.tmp openpam_check_owner_perms.d.tmp openpam_configure.d.tmp openpam_constants.d.tmp openpam_dispatch.d.tmp openpam_dynamic.d.tmp openpam_features.d.tmp openpam_findenv.d.tmp openpam_free_data.d.tmp openpam_free_envlist.d.tmp openpam_get_feature.d.tmp openpam_get_option.d.tmp openpam_load.d.tmp openpam_log.d.tmp openpam_nullconv.d.tmp openpam_readline.d.tmp openpam_readlinev.d.tmp openpam_readword.d.tmp openpam_restore_cred.d.tmp openpam_set_feature.d.tmp openpam_set_option.d.tmp openpam_straddch.d.tmp openpam_strlset.d.tmp openpam_subst.d.tmp openpam_ttyconv.d.tmp pam_acct_mgmt.d.tmp pam_authenticate.d.tmp pam_chauthtok.d.tmp pam_close_session.d.tmp pam_debug_log.d.tmp pam_end.d.tmp pam_error.d.tmp pam_get_authtok.d.tmp pam_get_data.d.tmp pam_get_item.d.tmp pam_get_user.d.tmp pam_getenv.d.tmp pam_getenvlist.d.tmp pam_info.d.tmp pam_open_session.d.tmp pam_prompt.d.tmp pam_putenv.d.tmp pam_set_data.d.tmp pam_set_item.d.tmp pam_setcred.d.tmp pam_setenv.d.tmp pam_start.d.tmp pam_strerror.d.tmp pam_verror.d.tmp pam_vinfo.d.tmp pam_vprompt.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-modules --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/libpam/modules --- cleandir-external --- --- cleandir-iwl5150 --- cleandir ===> external/intel-fw-public/iwl5150 --- cleandir-lib --- --- cleandir-pam_chroot --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_chroot --- cleandir-external --- --- __docleandir --- --- cleandir-iwl6000 --- cleandir ===> external/intel-fw-public/iwl6000 --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f libpam_chroot.a pam_chroot.o pam_chroot.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f libpam_chroot.a pam_chroot.o pam_chroot.o.tmp || true) --- cleandir-external --- --- cleandir-iwl6005 --- cleandir ===> external/intel-fw-public/iwl6005 --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_p.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-iwl6030 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/intel-fw-public/iwl6030 --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-iwl6050 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_pic.a libpam_chroot.so.* libpam_chroot.so pam_chroot.pico pam_chroot.pico.tmp || true) --- cleandir-external --- cleandir ===> external/intel-fw-public/iwl6050 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f libpam_chroot_pic.a libpam_chroot.so.* libpam_chroot.so pam_chroot.pico pam_chroot.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f llib-lpam_chroot.ln pam_chroot.ln || true) --- cleandir-external --- --- cleandir-iwl7260 --- cleandir ===> external/intel-fw-public/iwl7260 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f llib-lpam_chroot.ln pam_chroot.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f libpam_chroot.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-iwl7265 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f libpam_chroot.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/intel-fw-public/iwl7265 --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_chroot && rm -f pam_chroot.html8 .depend pam_chroot.d pam_chroot.d.tmp tags || true) --- cleandir-external --- --- cleandir-iwl8000 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_chroot && rm -f pam_chroot.html8 .depend pam_chroot.d pam_chroot.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/intel-fw-public/iwl8000 --- __doclean --- --- cleandir-lib --- --- cleandir-pam_deny --- cleandir ===> lib/libpam/modules/pam_deny --- cleandir-external --- --- __docleandir --- --- cleandir-iwl8265 --- cleandir ===> external/intel-fw-public/iwl8265 --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f libpam_deny.a pam_deny.o pam_deny.o.tmp || true) --- cleandir-external --- --- cleandir-ibm-public --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f libpam_deny.a pam_deny.o pam_deny.o.tmp || true) --- cleandir-external --- cleandir ===> external/ibm-public --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-postfix --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f libpam_deny_p.a || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f libpam_deny_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f libpam_deny_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f libpam_deny_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f libpam_deny_pic.a libpam_deny.so.* libpam_deny.so pam_deny.pico pam_deny.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f libpam_deny_pic.a libpam_deny.so.* libpam_deny.so pam_deny.pico pam_deny.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f llib-lpam_deny.ln pam_deny.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f llib-lpam_deny.ln pam_deny.ln || true) --- cleandir-external --- --- cleandir-lib --- cleandir ===> external/ibm-public/postfix/lib --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f libpam_deny.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-util --- cleandir ===> external/ibm-public/postfix/lib/util --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f libpam_deny.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_deny && rm -f pam_deny.html8 .depend pam_deny.d pam_deny.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_deny && rm -f pam_deny.html8 .depend pam_deny.d pam_deny.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/util && rm -f libutil.a allascii.o alldig.o allprint.o allspace.o argv.o argv_attr_print.o argv_attr_scan.o argv_split.o argv_split_at.o argv_splitq.o attr_clnt.o attr_print0.o attr_print64.o attr_print_plain.o attr_scan0.o attr_scan64.o attr_scan_plain.o auto_clnt.o balpar.o base32_code.o base64_code.o basename.o binhash.o byte_mask.o casefold.o chroot_uid.o cidr_match.o clean_env.o close_on_exec.o concatenate.o ctable.o dict.o dict_alloc.o dict_cache.o dict_cdb.o dict_cidr.o dict_db.o dict_dbm.o dict_debug.o dict_env.o dict_fail.o dict_file.o dict_ht.o dict_inline.o dict_lmdb.o dict_ni.o dict_nis.o dict_nisplus.o dict_open.o dict_pcre.o dict_pipe.o dict_random.o dict_regexp.o dict_sdbm.o dict_sockmap.o dict_static.o dict_stream.o dict_surrogate.o dict_tcp.o dict_test.o dict_thash.o dict_union.o dict_unix.o dict_utf8.o dir_forest.o doze.o dummy_read.o dummy_write.o dup2_pass_on_exec.o duplex_pipe.o edit_file.o environ.o events.o exec_command.o extpar.o fifo_listen.o fifo_open.o fifo_rdonly_bug.o fifo_rdwr_bug.o fifo_trigger.o file_limit.o find_inet.o format_tv.o fsspace.o fullname.o get_domainname.o get_hostname.o hash_fnv.o hex_code.o hex_quote.o host_port.o htable.o inet_addr_host.o inet_addr_list.o inet_addr_local.o inet_addr_sizes.o inet_connect.o inet_listen.o inet_prefix_top.o inet_proto.o inet_trigger.o inet_windowsize.o ip_match.o killme_after.o known_tcp_ports.o ldseed.o line_number.o line_wrap.o load_file.o load_lib.o logwriter.o lowercase.o lstat_as.o mac_expand.o mac_parse.o make_dirs.o mask_addr.o match_list.o match_ops.o midna_domain.o mkmap_cdb.o mkmap_db.o mkmap_dbm.o mkmap_fail.o mkmap_lmdb.o mkmap_open.o mkmap_sdbm.o msg.o msg_logger.o msg_output.o msg_rate_delay.o msg_syslog.o msg_vstream.o mvect.o myaddrinfo.o myflock.o mymalloc.o myrand.o mystrtok.o name_code.o name_mask.o nbbio.o netstring.o neuter.o non_blocking.o nvtable.o open_as.o open_limit.o open_lock.o pass_accept.o pass_trigger.o peekfd.o poll_fd.o posix_signals.o printable.o rand_sleep.o readlline.o recv_pass_attr.o ring.o safe_getenv.o safe_open.o sane_accept.o sane_basename.o sane_connect.o sane_link.o sane_rename.o sane_socketpair.o sane_strtol.o sane_time.o scan_dir.o select_bug.o set_eugid.o set_ugid.o sigdelay.o skipblanks.o slmdb.o sock_addr.o spawn_command.o split_at.o split_nameval.o split_qnameval.o stat_as.o strcasecmp.o strcasecmp_utf8.o stream_connect.o stream_listen.o stream_recv_fd.o stream_send_fd.o stream_test.o stream_trigger.o sys_compat.o timecmp.o timed_connect.o timed_read.o timed_wait.o timed_write.o translit.o trimblanks.o unescape.o unix_connect.o unix_dgram_connect.o unix_dgram_listen.o unix_listen.o unix_pass_fd_fix.o unix_recv_fd.o unix_send_fd.o unix_trigger.o unsafe.o uppercase.o username.o valid_hostname.o valid_utf8_hostname.o valid_utf8_string.o vbuf.o vbuf_print.o vstream.o vstream_popen.o vstream_tweak.o vstring.o vstring_vstream.o warn_stat.o watchdog.o write_buf.o allascii.o.tmp alldig.o.tmp allprint.o.tmp allspace.o.tmp argv.o.tmp argv_attr_print.o.tmp argv_attr_scan.o.tmp argv_split.o.tmp argv_split_at.o.tmp argv_splitq.o.tmp attr_clnt.o.tmp attr_print0.o.tmp attr_print64.o.tmp attr_print_plain.o.tmp attr_scan0.o.tmp attr_scan64.o.tmp attr_scan_plain.o.tmp auto_clnt.o.tmp balpar.o.tmp base32_code.o.tmp base64_code.o.tmp basename.o.tmp binhash.o.tmp byte_mask.o.tmp casefold.o.tmp chroot_uid.o.tmp cidr_match.o.tmp clean_env.o.tmp close_on_exec.o.tmp concatenate.o.tmp ctable.o.tmp dict.o.tmp dict_alloc.o.tmp dict_cache.o.tmp dict_cdb.o.tmp dict_cidr.o.tmp dict_db.o.tmp dict_dbm.o.tmp dict_debug.o.tmp dict_env.o.tmp dict_fail.o.tmp dict_file.o.tmp dict_ht.o.tmp dict_inline.o.tmp dict_lmdb.o.tmp dict_ni.o.tmp dict_nis.o.tmp dict_nisplus.o.tmp dict_open.o.tmp dict_pcre.o.tmp dict_pipe.o.tmp dict_random.o.tmp dict_regexp.o.tmp dict_sdbm.o.tmp dict_sockmap.o.tmp dict_static.o.tmp dict_stream.o.tmp dict_surrogate.o.tmp dict_tcp.o.tmp dict_test.o.tmp dict_thash.o.tmp dict_union.o.tmp dict_unix.o.tmp dict_utf8.o.tmp dir_forest.o.tmp doze.o.tmp dummy_read.o.tmp dummy_write.o.tmp dup2_pass_on_exec.o.tmp duplex_pipe.o.tmp edit_file.o.tmp environ.o.tmp events.o.tmp exec_command.o.tmp extpar.o.tmp fifo_listen.o.tmp fifo_open.o.tmp fifo_rdonly_bug.o.tmp fifo_rdwr_bug.o.tmp fifo_trigger.o.tmp file_limit.o.tmp find_inet.o.tmp format_tv.o.tmp fsspace.o.tmp fullname.o.tmp get_domainname.o.tmp get_hostname.o.tmp hash_fnv.o.tmp hex_code.o.tmp hex_quote.o.tmp host_port.o.tmp htable.o.tmp inet_addr_host.o.tmp inet_addr_list.o.tmp inet_addr_local.o.tmp inet_addr_sizes.o.tmp inet_connect.o.tmp inet_listen.o.tmp inet_prefix_top.o.tmp inet_proto.o.tmp inet_trigger.o.tmp inet_windowsize.o.tmp ip_match.o.tmp killme_after.o.tmp known_tcp_ports.o.tmp ldseed.o.tmp line_number.o.tmp line_wrap.o.tmp load_file.o.tmp load_lib.o.tmp logwriter.o.tmp lowercase.o.tmp lstat_as.o.tmp mac_expand.o.tmp mac_parse.o.tmp make_dirs.o.tmp mask_addr.o.tmp match_list.o.tmp match_ops.o.tmp midna_domain.o.tmp mkmap_cdb.o.tmp mkmap_db.o.tmp mkmap_dbm.o.tmp mkmap_fail.o.tmp mkmap_lmdb.o.tmp mkmap_open.o.tmp mkmap_sdbm.o.tmp msg.o.tmp msg_logger.o.tmp msg_output.o.tmp msg_rate_delay.o.tmp msg_syslog.o.tmp msg_vstream.o.tmp mvect.o.tmp myaddrinfo.o.tmp myflock.o.tmp mymalloc.o.tmp myrand.o.tmp mystrtok.o.tmp name_code.o.tmp name_mask.o.tmp nbbio.o.tmp netstring.o.tmp neuter.o.tmp non_blocking.o.tmp nvtable.o.tmp open_as.o.tmp open_limit.o.tmp open_lock.o.tmp pass_accept.o.tmp pass_trigger.o.tmp peekfd.o.tmp poll_fd.o.tmp posix_signals.o.tmp printable.o.tmp rand_sleep.o.tmp readlline.o.tmp recv_pass_attr.o.tmp ring.o.tmp safe_getenv.o.tmp safe_open.o.tmp sane_accept.o.tmp sane_basename.o.tmp sane_connect.o.tmp sane_link.o.tmp sane_rename.o.tmp sane_socketpair.o.tmp sane_strtol.o.tmp sane_time.o.tmp scan_dir.o.tmp select_bug.o.tmp set_eugid.o.tmp set_ugid.o.tmp sigdelay.o.tmp skipblanks.o.tmp slmdb.o.tmp sock_addr.o.tmp spawn_command.o.tmp split_at.o.tmp split_nameval.o.tmp split_qnameval.o.tmp stat_as.o.tmp strcasecmp.o.tmp strcasecmp_utf8.o.tmp stream_connect.o.tmp stream_listen.o.tmp stream_recv_fd.o.tmp stream_send_fd.o.tmp stream_test.o.tmp stream_trigger.o.tmp sys_compat.o.tmp timecmp.o.tmp timed_connect.o.tmp timed_read.o.tmp timed_wait.o.tmp timed_write.o.tmp translit.o.tmp trimblanks.o.tmp unescape.o.tmp unix_connect.o.tmp unix_dgram_connect.o.tmp unix_dgram_listen.o.tmp unix_listen.o.tmp unix_pass_fd_fix.o.tmp unix_recv_fd.o.tmp unix_send_fd.o.tmp unix_trigger.o.tmp unsafe.o.tmp uppercase.o.tmp username.o.tmp valid_hostname.o.tmp valid_utf8_hostname.o.tmp valid_utf8_string.o.tmp vbuf.o.tmp vbuf_print.o.tmp vstream.o.tmp vstream_popen.o.tmp vstream_tweak.o.tmp vstring.o.tmp vstring_vstream.o.tmp warn_stat.o.tmp watchdog.o.tmp write_buf.o.tmp || true) --- cleandir-lib --- --- cleandir-pam_echo --- cleandir ===> lib/libpam/modules/pam_echo --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/util && rm -f libutil.a allascii.o alldig.o allprint.o allspace.o argv.o argv_attr_print.o argv_attr_scan.o argv_split.o argv_split_at.o argv_splitq.o attr_clnt.o attr_print0.o attr_print64.o attr_print_plain.o attr_scan0.o attr_scan64.o attr_scan_plain.o auto_clnt.o balpar.o base32_code.o base64_code.o basename.o binhash.o byte_mask.o casefold.o chroot_uid.o cidr_match.o clean_env.o close_on_exec.o concatenate.o ctable.o dict.o dict_alloc.o dict_cache.o dict_cdb.o dict_cidr.o dict_db.o dict_dbm.o dict_debug.o dict_env.o dict_fail.o dict_file.o dict_ht.o dict_inline.o dict_lmdb.o dict_ni.o dict_nis.o dict_nisplus.o dict_open.o dict_pcre.o dict_pipe.o dict_random.o dict_regexp.o dict_sdbm.o dict_sockmap.o dict_static.o dict_stream.o dict_surrogate.o dict_tcp.o dict_test.o dict_thash.o dict_union.o dict_unix.o dict_utf8.o dir_forest.o doze.o dummy_read.o dummy_write.o dup2_pass_on_exec.o duplex_pipe.o edit_file.o environ.o events.o exec_command.o extpar.o fifo_listen.o fifo_open.o fifo_rdonly_bug.o fifo_rdwr_bug.o fifo_trigger.o file_limit.o find_inet.o format_tv.o fsspace.o fullname.o get_domainname.o get_hostname.o hash_fnv.o hex_code.o hex_quote.o host_port.o htable.o inet_addr_host.o inet_addr_list.o inet_addr_local.o inet_addr_sizes.o inet_connect.o inet_listen.o inet_prefix_top.o inet_proto.o inet_trigger.o inet_windowsize.o ip_match.o killme_after.o known_tcp_ports.o ldseed.o line_number.o line_wrap.o load_file.o load_lib.o logwriter.o lowercase.o lstat_as.o mac_expand.o mac_parse.o make_dirs.o mask_addr.o match_list.o match_ops.o midna_domain.o mkmap_cdb.o mkmap_db.o mkmap_dbm.o mkmap_fail.o mkmap_lmdb.o mkmap_open.o mkmap_sdbm.o msg.o msg_logger.o msg_output.o msg_rate_delay.o msg_syslog.o msg_vstream.o mvect.o myaddrinfo.o myflock.o mymalloc.o myrand.o mystrtok.o name_code.o name_mask.o nbbio.o netstring.o neuter.o non_blocking.o nvtable.o open_as.o open_limit.o open_lock.o pass_accept.o pass_trigger.o peekfd.o poll_fd.o posix_signals.o printable.o rand_sleep.o readlline.o recv_pass_attr.o ring.o safe_getenv.o safe_open.o sane_accept.o sane_basename.o sane_connect.o sane_link.o sane_rename.o sane_socketpair.o sane_strtol.o sane_time.o scan_dir.o select_bug.o set_eugid.o set_ugid.o sigdelay.o skipblanks.o slmdb.o sock_addr.o spawn_command.o split_at.o split_nameval.o split_qnameval.o stat_as.o strcasecmp.o strcasecmp_utf8.o stream_connect.o stream_listen.o stream_recv_fd.o stream_send_fd.o stream_test.o stream_trigger.o sys_compat.o timecmp.o timed_connect.o timed_read.o timed_wait.o timed_write.o translit.o trimblanks.o unescape.o unix_connect.o unix_dgram_connect.o unix_dgram_listen.o unix_listen.o unix_pass_fd_fix.o unix_recv_fd.o unix_send_fd.o unix_trigger.o unsafe.o uppercase.o username.o valid_hostname.o valid_utf8_hostname.o valid_utf8_string.o vbuf.o vbuf_print.o vstream.o vstream_popen.o vstream_tweak.o vstring.o vstring_vstream.o warn_stat.o watchdog.o write_buf.o allascii.o.tmp alldig.o.tmp allprint.o.tmp allspace.o.tmp argv.o.tmp argv_attr_print.o.tmp argv_attr_scan.o.tmp argv_split.o.tmp argv_split_at.o.tmp argv_splitq.o.tmp attr_clnt.o.tmp attr_print0.o.tmp attr_print64.o.tmp attr_print_plain.o.tmp attr_scan0.o.tmp attr_scan64.o.tmp attr_scan_plain.o.tmp auto_clnt.o.tmp balpar.o.tmp base32_code.o.tmp base64_code.o.tmp basename.o.tmp binhash.o.tmp byte_mask.o.tmp casefold.o.tmp chroot_uid.o.tmp cidr_match.o.tmp clean_env.o.tmp close_on_exec.o.tmp concatenate.o.tmp ctable.o.tmp dict.o.tmp dict_alloc.o.tmp dict_cache.o.tmp dict_cdb.o.tmp dict_cidr.o.tmp dict_db.o.tmp dict_dbm.o.tmp dict_debug.o.tmp dict_env.o.tmp dict_fail.o.tmp dict_file.o.tmp dict_ht.o.tmp dict_inline.o.tmp dict_lmdb.o.tmp dict_ni.o.tmp dict_nis.o.tmp dict_nisplus.o.tmp dict_open.o.tmp dict_pcre.o.tmp dict_pipe.o.tmp dict_random.o.tmp dict_regexp.o.tmp dict_sdbm.o.tmp dict_sockmap.o.tmp dict_static.o.tmp dict_stream.o.tmp dict_surrogate.o.tmp dict_tcp.o.tmp dict_test.o.tmp dict_thash.o.tmp dict_union.o.tmp dict_unix.o.tmp dict_utf8.o.tmp dir_forest.o.tmp doze.o.tmp dummy_read.o.tmp dummy_write.o.tmp dup2_pass_on_exec.o.tmp duplex_pipe.o.tmp edit_file.o.tmp environ.o.tmp events.o.tmp exec_command.o.tmp extpar.o.tmp fifo_listen.o.tmp fifo_open.o.tmp fifo_rdonly_bug.o.tmp fifo_rdwr_bug.o.tmp fifo_trigger.o.tmp file_limit.o.tmp find_inet.o.tmp format_tv.o.tmp fsspace.o.tmp fullname.o.tmp get_domainname.o.tmp get_hostname.o.tmp hash_fnv.o.tmp hex_code.o.tmp hex_quote.o.tmp host_port.o.tmp htable.o.tmp inet_addr_host.o.tmp inet_addr_list.o.tmp inet_addr_local.o.tmp inet_addr_sizes.o.tmp inet_connect.o.tmp inet_listen.o.tmp inet_prefix_top.o.tmp inet_proto.o.tmp inet_trigger.o.tmp inet_windowsize.o.tmp ip_match.o.tmp killme_after.o.tmp known_tcp_ports.o.tmp ldseed.o.tmp line_number.o.tmp line_wrap.o.tmp load_file.o.tmp load_lib.o.tmp logwriter.o.tmp lowercase.o.tmp lstat_as.o.tmp mac_expand.o.tmp mac_parse.o.tmp make_dirs.o.tmp mask_addr.o.tmp match_list.o.tmp match_ops.o.tmp midna_domain.o.tmp mkmap_cdb.o.tmp mkmap_db.o.tmp mkmap_dbm.o.tmp mkmap_fail.o.tmp mkmap_lmdb.o.tmp mkmap_open.o.tmp mkmap_sdbm.o.tmp msg.o.tmp msg_logger.o.tmp msg_output.o.tmp msg_rate_delay.o.tmp msg_syslog.o.tmp msg_vstream.o.tmp mvect.o.tmp myaddrinfo.o.tmp myflock.o.tmp mymalloc.o.tmp myrand.o.tmp mystrtok.o.tmp name_code.o.tmp name_mask.o.tmp nbbio.o.tmp netstring.o.tmp neuter.o.tmp non_blocking.o.tmp nvtable.o.tmp open_as.o.tmp open_limit.o.tmp open_lock.o.tmp pass_accept.o.tmp pass_trigger.o.tmp peekfd.o.tmp poll_fd.o.tmp posix_signals.o.tmp printable.o.tmp rand_sleep.o.tmp readlline.o.tmp recv_pass_attr.o.tmp ring.o.tmp safe_getenv.o.tmp safe_open.o.tmp sane_accept.o.tmp sane_basename.o.tmp sane_connect.o.tmp sane_link.o.tmp sane_rename.o.tmp sane_socketpair.o.tmp sane_strtol.o.tmp sane_time.o.tmp scan_dir.o.tmp select_bug.o.tmp set_eugid.o.tmp set_ugid.o.tmp sigdelay.o.tmp skipblanks.o.tmp slmdb.o.tmp sock_addr.o.tmp spawn_command.o.tmp split_at.o.tmp split_nameval.o.tmp split_qnameval.o.tmp stat_as.o.tmp strcasecmp.o.tmp strcasecmp_utf8.o.tmp stream_connect.o.tmp stream_listen.o.tmp stream_recv_fd.o.tmp stream_send_fd.o.tmp stream_test.o.tmp stream_trigger.o.tmp sys_compat.o.tmp timecmp.o.tmp timed_connect.o.tmp timed_read.o.tmp timed_wait.o.tmp timed_write.o.tmp translit.o.tmp trimblanks.o.tmp unescape.o.tmp unix_connect.o.tmp unix_dgram_connect.o.tmp unix_dgram_listen.o.tmp unix_listen.o.tmp unix_pass_fd_fix.o.tmp unix_recv_fd.o.tmp unix_send_fd.o.tmp unix_trigger.o.tmp unsafe.o.tmp uppercase.o.tmp username.o.tmp valid_hostname.o.tmp valid_utf8_hostname.o.tmp valid_utf8_string.o.tmp vbuf.o.tmp vbuf_print.o.tmp vstream.o.tmp vstream_popen.o.tmp vstream_tweak.o.tmp vstring.o.tmp vstring_vstream.o.tmp warn_stat.o.tmp watchdog.o.tmp write_buf.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/util && rm -f libutil_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f libpam_echo.a pam_echo.o pam_echo.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/util && rm -f libutil_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f libpam_echo.a pam_echo.o pam_echo.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/util && rm -f libutil_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f libpam_echo_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/util && rm -f libutil_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f libpam_echo_p.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/util && rm -f libutil_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f libpam_echo_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/util && rm -f libutil_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f libpam_echo_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/util && rm -f llib-lutil.ln allascii.ln alldig.ln allprint.ln allspace.ln argv.ln argv_attr_print.ln argv_attr_scan.ln argv_split.ln argv_split_at.ln argv_splitq.ln attr_clnt.ln attr_print0.ln attr_print64.ln attr_print_plain.ln attr_scan0.ln attr_scan64.ln attr_scan_plain.ln auto_clnt.ln balpar.ln base32_code.ln base64_code.ln basename.ln binhash.ln byte_mask.ln casefold.ln chroot_uid.ln cidr_match.ln clean_env.ln close_on_exec.ln concatenate.ln ctable.ln dict.ln dict_alloc.ln dict_cache.ln dict_cdb.ln dict_cidr.ln dict_db.ln dict_dbm.ln dict_debug.ln dict_env.ln dict_fail.ln dict_file.ln dict_ht.ln dict_inline.ln dict_lmdb.ln dict_ni.ln dict_nis.ln dict_nisplus.ln dict_open.ln dict_pcre.ln dict_pipe.ln dict_random.ln dict_regexp.ln dict_sdbm.ln dict_sockmap.ln dict_static.ln dict_stream.ln dict_surrogate.ln dict_tcp.ln dict_test.ln dict_thash.ln dict_union.ln dict_unix.ln dict_utf8.ln dir_forest.ln doze.ln dummy_read.ln dummy_write.ln dup2_pass_on_exec.ln duplex_pipe.ln edit_file.ln environ.ln events.ln exec_command.ln extpar.ln fifo_listen.ln fifo_open.ln fifo_rdonly_bug.ln fifo_rdwr_bug.ln fifo_trigger.ln file_limit.ln find_inet.ln format_tv.ln fsspace.ln fullname.ln get_domainname.ln get_hostname.ln hash_fnv.ln hex_code.ln hex_quote.ln host_port.ln htable.ln inet_addr_host.ln inet_addr_list.ln inet_addr_local.ln inet_addr_sizes.ln inet_connect.ln inet_listen.ln inet_prefix_top.ln inet_proto.ln inet_trigger.ln inet_windowsize.ln ip_match.ln killme_after.ln known_tcp_ports.ln ldseed.ln line_number.ln line_wrap.ln load_file.ln load_lib.ln logwriter.ln lowercase.ln lstat_as.ln mac_expand.ln mac_parse.ln make_dirs.ln mask_addr.ln match_list.ln match_ops.ln midna_domain.ln mkmap_cdb.ln mkmap_db.ln mkmap_dbm.ln mkmap_fail.ln mkmap_lmdb.ln mkmap_open.ln mkmap_sdbm.ln msg.ln msg_logger.ln msg_output.ln msg_rate_delay.ln msg_syslog.ln msg_vstream.ln mvect.ln myaddrinfo.ln myflock.ln mymalloc.ln myrand.ln mystrtok.ln name_code.ln name_mask.ln nbbio.ln netstring.ln neuter.ln non_blocking.ln nvtable.ln open_as.ln open_limit.ln open_lock.ln pass_accept.ln pass_trigger.ln peekfd.ln poll_fd.ln posix_signals.ln printable.ln rand_sleep.ln readlline.ln recv_pass_attr.ln ring.ln safe_getenv.ln safe_open.ln sane_accept.ln sane_basename.ln sane_connect.ln sane_link.ln sane_rename.ln sane_socketpair.ln sane_strtol.ln sane_time.ln scan_dir.ln select_bug.ln set_eugid.ln set_ugid.ln sigdelay.ln skipblanks.ln slmdb.ln sock_addr.ln spawn_command.ln split_at.ln split_nameval.ln split_qnameval.ln stat_as.ln strcasecmp.ln strcasecmp_utf8.ln stream_connect.ln stream_listen.ln stream_recv_fd.ln stream_send_fd.ln stream_test.ln stream_trigger.ln sys_compat.ln timecmp.ln timed_connect.ln timed_read.ln timed_wait.ln timed_write.ln translit.ln trimblanks.ln unescape.ln unix_connect.ln unix_dgram_connect.ln unix_dgram_listen.ln unix_listen.ln unix_pass_fd_fix.ln unix_recv_fd.ln unix_send_fd.ln unix_trigger.ln unsafe.ln uppercase.ln username.ln valid_hostname.ln valid_utf8_hostname.ln valid_utf8_string.ln vbuf.ln vbuf_print.ln vstream.ln vstream_popen.ln vstream_tweak.ln vstring.ln vstring_vstream.ln warn_stat.ln watchdog.ln write_buf.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f libpam_echo_pic.a libpam_echo.so.* libpam_echo.so pam_echo.pico pam_echo.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f libpam_echo_pic.a libpam_echo.so.* libpam_echo.so pam_echo.pico pam_echo.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/util && rm -f llib-lutil.ln allascii.ln alldig.ln allprint.ln allspace.ln argv.ln argv_attr_print.ln argv_attr_scan.ln argv_split.ln argv_split_at.ln argv_splitq.ln attr_clnt.ln attr_print0.ln attr_print64.ln attr_print_plain.ln attr_scan0.ln attr_scan64.ln attr_scan_plain.ln auto_clnt.ln balpar.ln base32_code.ln base64_code.ln basename.ln binhash.ln byte_mask.ln casefold.ln chroot_uid.ln cidr_match.ln clean_env.ln close_on_exec.ln concatenate.ln ctable.ln dict.ln dict_alloc.ln dict_cache.ln dict_cdb.ln dict_cidr.ln dict_db.ln dict_dbm.ln dict_debug.ln dict_env.ln dict_fail.ln dict_file.ln dict_ht.ln dict_inline.ln dict_lmdb.ln dict_ni.ln dict_nis.ln dict_nisplus.ln dict_open.ln dict_pcre.ln dict_pipe.ln dict_random.ln dict_regexp.ln dict_sdbm.ln dict_sockmap.ln dict_static.ln dict_stream.ln dict_surrogate.ln dict_tcp.ln dict_test.ln dict_thash.ln dict_union.ln dict_unix.ln dict_utf8.ln dir_forest.ln doze.ln dummy_read.ln dummy_write.ln dup2_pass_on_exec.ln duplex_pipe.ln edit_file.ln environ.ln events.ln exec_command.ln extpar.ln fifo_listen.ln fifo_open.ln fifo_rdonly_bug.ln fifo_rdwr_bug.ln fifo_trigger.ln file_limit.ln find_inet.ln format_tv.ln fsspace.ln fullname.ln get_domainname.ln get_hostname.ln hash_fnv.ln hex_code.ln hex_quote.ln host_port.ln htable.ln inet_addr_host.ln inet_addr_list.ln inet_addr_local.ln inet_addr_sizes.ln inet_connect.ln inet_listen.ln inet_prefix_top.ln inet_proto.ln inet_trigger.ln inet_windowsize.ln ip_match.ln killme_after.ln known_tcp_ports.ln ldseed.ln line_number.ln line_wrap.ln load_file.ln load_lib.ln logwriter.ln lowercase.ln lstat_as.ln mac_expand.ln mac_parse.ln make_dirs.ln mask_addr.ln match_list.ln match_ops.ln midna_domain.ln mkmap_cdb.ln mkmap_db.ln mkmap_dbm.ln mkmap_fail.ln mkmap_lmdb.ln mkmap_open.ln mkmap_sdbm.ln msg.ln msg_logger.ln msg_output.ln msg_rate_delay.ln msg_syslog.ln msg_vstream.ln mvect.ln myaddrinfo.ln myflock.ln mymalloc.ln myrand.ln mystrtok.ln name_code.ln name_mask.ln nbbio.ln netstring.ln neuter.ln non_blocking.ln nvtable.ln open_as.ln open_limit.ln open_lock.ln pass_accept.ln pass_trigger.ln peekfd.ln poll_fd.ln posix_signals.ln printable.ln rand_sleep.ln readlline.ln recv_pass_attr.ln ring.ln safe_getenv.ln safe_open.ln sane_accept.ln sane_basename.ln sane_connect.ln sane_link.ln sane_rename.ln sane_socketpair.ln sane_strtol.ln sane_time.ln scan_dir.ln select_bug.ln set_eugid.ln set_ugid.ln sigdelay.ln skipblanks.ln slmdb.ln sock_addr.ln spawn_command.ln split_at.ln split_nameval.ln split_qnameval.ln stat_as.ln strcasecmp.ln strcasecmp_utf8.ln stream_connect.ln stream_listen.ln stream_recv_fd.ln stream_send_fd.ln stream_test.ln stream_trigger.ln sys_compat.ln timecmp.ln timed_connect.ln timed_read.ln timed_wait.ln timed_write.ln translit.ln trimblanks.ln unescape.ln unix_connect.ln unix_dgram_connect.ln unix_dgram_listen.ln unix_listen.ln unix_pass_fd_fix.ln unix_recv_fd.ln unix_send_fd.ln unix_trigger.ln unsafe.ln uppercase.ln username.ln valid_hostname.ln valid_utf8_hostname.ln valid_utf8_string.ln vbuf.ln vbuf_print.ln vstream.ln vstream_popen.ln vstream_tweak.ln vstring.ln vstring_vstream.ln warn_stat.ln watchdog.ln write_buf.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f llib-lpam_echo.ln pam_echo.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/util && rm -f libutil.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f llib-lpam_echo.ln pam_echo.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/util && rm -f libutil.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f libpam_echo.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f libpam_echo.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/util && rm -f .depend allascii.d alldig.d allprint.d allspace.d argv.d argv_attr_print.d argv_attr_scan.d argv_split.d argv_split_at.d argv_splitq.d attr_clnt.d attr_print0.d attr_print64.d attr_print_plain.d attr_scan0.d attr_scan64.d attr_scan_plain.d auto_clnt.d balpar.d base32_code.d base64_code.d basename.d binhash.d byte_mask.d casefold.d chroot_uid.d cidr_match.d clean_env.d close_on_exec.d concatenate.d ctable.d dict.d dict_alloc.d dict_cache.d dict_cdb.d dict_cidr.d dict_db.d dict_dbm.d dict_debug.d dict_env.d dict_fail.d dict_file.d dict_ht.d dict_inline.d dict_lmdb.d dict_ni.d dict_nis.d dict_nisplus.d dict_open.d dict_pcre.d dict_pipe.d dict_random.d dict_regexp.d dict_sdbm.d dict_sockmap.d dict_static.d dict_stream.d dict_surrogate.d dict_tcp.d dict_test.d dict_thash.d dict_union.d dict_unix.d dict_utf8.d dir_forest.d doze.d dummy_read.d dummy_write.d dup2_pass_on_exec.d duplex_pipe.d edit_file.d environ.d events.d exec_command.d extpar.d fifo_listen.d fifo_open.d fifo_rdonly_bug.d fifo_rdwr_bug.d fifo_trigger.d file_limit.d find_inet.d format_tv.d fsspace.d fullname.d get_domainname.d get_hostname.d hash_fnv.d hex_code.d hex_quote.d host_port.d htable.d inet_addr_host.d inet_addr_list.d inet_addr_local.d inet_addr_sizes.d inet_connect.d inet_listen.d inet_prefix_top.d inet_proto.d inet_trigger.d inet_windowsize.d ip_match.d killme_after.d known_tcp_ports.d ldseed.d line_number.d line_wrap.d load_file.d load_lib.d logwriter.d lowercase.d lstat_as.d mac_expand.d mac_parse.d make_dirs.d mask_addr.d match_list.d match_ops.d midna_domain.d mkmap_cdb.d mkmap_db.d mkmap_dbm.d mkmap_fail.d mkmap_lmdb.d mkmap_open.d mkmap_sdbm.d msg.d msg_logger.d msg_output.d msg_rate_delay.d msg_syslog.d msg_vstream.d mvect.d myaddrinfo.d myflock.d mymalloc.d myrand.d mystrtok.d name_code.d name_mask.d nbbio.d netstring.d neuter.d non_blocking.d nvtable.d open_as.d open_limit.d open_lock.d pass_accept.d pass_trigger.d peekfd.d poll_fd.d posix_signals.d printable.d rand_sleep.d readlline.d recv_pass_attr.d ring.d safe_getenv.d safe_open.d sane_accept.d sane_basename.d sane_connect.d sane_link.d sane_rename.d sane_socketpair.d sane_strtol.d sane_time.d scan_dir.d select_bug.d set_eugid.d set_ugid.d sigdelay.d skipblanks.d slmdb.d sock_addr.d spawn_command.d split_at.d split_nameval.d split_qnameval.d stat_as.d strcasecmp.d strcasecmp_utf8.d stream_connect.d stream_listen.d stream_recv_fd.d stream_send_fd.d stream_test.d stream_trigger.d sys_compat.d timecmp.d timed_connect.d timed_read.d timed_wait.d timed_write.d translit.d trimblanks.d unescape.d unix_connect.d unix_dgram_connect.d unix_dgram_listen.d unix_listen.d unix_pass_fd_fix.d unix_recv_fd.d unix_send_fd.d unix_trigger.d unsafe.d uppercase.d username.d valid_hostname.d valid_utf8_hostname.d valid_utf8_string.d vbuf.d vbuf_print.d vstream.d vstream_popen.d vstream_tweak.d vstring.d vstring_vstream.d warn_stat.d watchdog.d write_buf.d allascii.d.tmp alldig.d.tmp allprint.d.tmp allspace.d.tmp argv.d.tmp argv_attr_print.d.tmp argv_attr_scan.d.tmp argv_split.d.tmp argv_split_at.d.tmp argv_splitq.d.tmp attr_clnt.d.tmp attr_print0.d.tmp attr_print64.d.tmp attr_print_plain.d.tmp attr_scan0.d.tmp attr_scan64.d.tmp attr_scan_plain.d.tmp auto_clnt.d.tmp balpar.d.tmp base32_code.d.tmp base64_code.d.tmp basename.d.tmp binhash.d.tmp byte_mask.d.tmp casefold.d.tmp chroot_uid.d.tmp cidr_match.d.tmp clean_env.d.tmp close_on_exec.d.tmp concatenate.d.tmp ctable.d.tmp dict.d.tmp dict_alloc.d.tmp dict_cache.d.tmp dict_cdb.d.tmp dict_cidr.d.tmp dict_db.d.tmp dict_dbm.d.tmp dict_debug.d.tmp dict_env.d.tmp dict_fail.d.tmp dict_file.d.tmp dict_ht.d.tmp dict_inline.d.tmp dict_lmdb.d.tmp dict_ni.d.tmp dict_nis.d.tmp dict_nisplus.d.tmp dict_open.d.tmp dict_pcre.d.tmp dict_pipe.d.tmp dict_random.d.tmp dict_regexp.d.tmp dict_sdbm.d.tmp dict_sockmap.d.tmp dict_static.d.tmp dict_stream.d.tmp dict_surrogate.d.tmp dict_tcp.d.tmp dict_test.d.tmp dict_thash.d.tmp dict_union.d.tmp dict_unix.d.tmp dict_utf8.d.tmp dir_forest.d.tmp doze.d.tmp dummy_read.d.tmp dummy_write.d.tmp dup2_pass_on_exec.d.tmp duplex_pipe.d.tmp edit_file.d.tmp environ.d.tmp events.d.tmp exec_command.d.tmp extpar.d.tmp fifo_listen.d.tmp fifo_open.d.tmp fifo_rdonly_bug.d.tmp fifo_rdwr_bug.d.tmp fifo_trigger.d.tmp file_limit.d.tmp find_inet.d.tmp format_tv.d.tmp fsspace.d.tmp fullname.d.tmp get_domainname.d.tmp get_hostname.d.tmp hash_fnv.d.tmp hex_code.d.tmp hex_quote.d.tmp host_port.d.tmp htable.d.tmp inet_addr_host.d.tmp inet_addr_list.d.tmp inet_addr_local.d.tmp inet_addr_sizes.d.tmp inet_connect.d.tmp inet_listen.d.tmp inet_prefix_top.d.tmp inet_proto.d.tmp inet_trigger.d.tmp inet_windowsize.d.tmp ip_match.d.tmp killme_after.d.tmp known_tcp_ports.d.tmp ldseed.d.tmp line_number.d.tmp line_wrap.d.tmp load_file.d.tmp load_lib.d.tmp logwriter.d.tmp lowercase.d.tmp lstat_as.d.tmp mac_expand.d.tmp mac_parse.d.tmp make_dirs.d.tmp mask_addr.d.tmp match_list.d.tmp match_ops.d.tmp midna_domain.d.tmp mkmap_cdb.d.tmp mkmap_db.d.tmp mkmap_dbm.d.tmp mkmap_fail.d.tmp mkmap_lmdb.d.tmp mkmap_open.d.tmp mkmap_sdbm.d.tmp msg.d.tmp msg_logger.d.tmp msg_output.d.tmp msg_rate_delay.d.tmp msg_syslog.d.tmp msg_vstream.d.tmp mvect.d.tmp myaddrinfo.d.tmp myflock.d.tmp mymalloc.d.tmp myrand.d.tmp mystrtok.d.tmp name_code.d.tmp name_mask.d.tmp nbbio.d.tmp netstring.d.tmp neuter.d.tmp non_blocking.d.tmp nvtable.d.tmp open_as.d.tmp open_limit.d.tmp open_lock.d.tmp pass_accept.d.tmp pass_trigger.d.tmp peekfd.d.tmp poll_fd.d.tmp posix_signals.d.tmp printable.d.tmp rand_sleep.d.tmp readlline.d.tmp recv_pass_attr.d.tmp ring.d.tmp safe_getenv.d.tmp safe_open.d.tmp sane_accept.d.tmp sane_basename.d.tmp sane_connect.d.tmp sane_link.d.tmp sane_rename.d.tmp sane_socketpair.d.tmp sane_strtol.d.tmp sane_time.d.tmp scan_dir.d.tmp select_bug.d.tmp set_eugid.d.tmp set_ugid.d.tmp sigdelay.d.tmp skipblanks.d.tmp slmdb.d.tmp sock_addr.d.tmp spawn_command.d.tmp split_at.d.tmp split_nameval.d.tmp split_qnameval.d.tmp stat_as.d.tmp strcasecmp.d.tmp strcasecmp_utf8.d.tmp stream_connect.d.tmp stream_listen.d.tmp stream_recv_fd.d.tmp stream_send_fd.d.tmp stream_test.d.tmp stream_trigger.d.tmp sys_compat.d.tmp timecmp.d.tmp timed_connect.d.tmp timed_read.d.tmp timed_wait.d.tmp timed_write.d.tmp translit.d.tmp trimblanks.d.tmp unescape.d.tmp unix_connect.d.tmp unix_dgram_connect.d.tmp unix_dgram_listen.d.tmp unix_listen.d.tmp unix_pass_fd_fix.d.tmp unix_recv_fd.d.tmp unix_send_fd.d.tmp unix_trigger.d.tmp unsafe.d.tmp uppercase.d.tmp username.d.tmp valid_hostname.d.tmp valid_utf8_hostname.d.tmp valid_utf8_string.d.tmp vbuf.d.tmp vbuf_print.d.tmp vstream.d.tmp vstream_popen.d.tmp vstream_tweak.d.tmp vstring.d.tmp vstring_vstream.d.tmp warn_stat.d.tmp watchdog.d.tmp write_buf.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_echo && rm -f pam_echo.html8 .depend pam_echo.d pam_echo.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/util && rm -f .depend allascii.d alldig.d allprint.d allspace.d argv.d argv_attr_print.d argv_attr_scan.d argv_split.d argv_split_at.d argv_splitq.d attr_clnt.d attr_print0.d attr_print64.d attr_print_plain.d attr_scan0.d attr_scan64.d attr_scan_plain.d auto_clnt.d balpar.d base32_code.d base64_code.d basename.d binhash.d byte_mask.d casefold.d chroot_uid.d cidr_match.d clean_env.d close_on_exec.d concatenate.d ctable.d dict.d dict_alloc.d dict_cache.d dict_cdb.d dict_cidr.d dict_db.d dict_dbm.d dict_debug.d dict_env.d dict_fail.d dict_file.d dict_ht.d dict_inline.d dict_lmdb.d dict_ni.d dict_nis.d dict_nisplus.d dict_open.d dict_pcre.d dict_pipe.d dict_random.d dict_regexp.d dict_sdbm.d dict_sockmap.d dict_static.d dict_stream.d dict_surrogate.d dict_tcp.d dict_test.d dict_thash.d dict_union.d dict_unix.d dict_utf8.d dir_forest.d doze.d dummy_read.d dummy_write.d dup2_pass_on_exec.d duplex_pipe.d edit_file.d environ.d events.d exec_command.d extpar.d fifo_listen.d fifo_open.d fifo_rdonly_bug.d fifo_rdwr_bug.d fifo_trigger.d file_limit.d find_inet.d format_tv.d fsspace.d fullname.d get_domainname.d get_hostname.d hash_fnv.d hex_code.d hex_quote.d host_port.d htable.d inet_addr_host.d inet_addr_list.d inet_addr_local.d inet_addr_sizes.d inet_connect.d inet_listen.d inet_prefix_top.d inet_proto.d inet_trigger.d inet_windowsize.d ip_match.d killme_after.d known_tcp_ports.d ldseed.d line_number.d line_wrap.d load_file.d load_lib.d logwriter.d lowercase.d lstat_as.d mac_expand.d mac_parse.d make_dirs.d mask_addr.d match_list.d match_ops.d midna_domain.d mkmap_cdb.d mkmap_db.d mkmap_dbm.d mkmap_fail.d mkmap_lmdb.d mkmap_open.d mkmap_sdbm.d msg.d msg_logger.d msg_output.d msg_rate_delay.d msg_syslog.d msg_vstream.d mvect.d myaddrinfo.d myflock.d mymalloc.d myrand.d mystrtok.d name_code.d name_mask.d nbbio.d netstring.d neuter.d non_blocking.d nvtable.d open_as.d open_limit.d open_lock.d pass_accept.d pass_trigger.d peekfd.d poll_fd.d posix_signals.d printable.d rand_sleep.d readlline.d recv_pass_attr.d ring.d safe_getenv.d safe_open.d sane_accept.d sane_basename.d sane_connect.d sane_link.d sane_rename.d sane_socketpair.d sane_strtol.d sane_time.d scan_dir.d select_bug.d set_eugid.d set_ugid.d sigdelay.d skipblanks.d slmdb.d sock_addr.d spawn_command.d split_at.d split_nameval.d split_qnameval.d stat_as.d strcasecmp.d strcasecmp_utf8.d stream_connect.d stream_listen.d stream_recv_fd.d stream_send_fd.d stream_test.d stream_trigger.d sys_compat.d timecmp.d timed_connect.d timed_read.d timed_wait.d timed_write.d translit.d trimblanks.d unescape.d unix_connect.d unix_dgram_connect.d unix_dgram_listen.d unix_listen.d unix_pass_fd_fix.d unix_recv_fd.d unix_send_fd.d unix_trigger.d unsafe.d uppercase.d username.d valid_hostname.d valid_utf8_hostname.d valid_utf8_string.d vbuf.d vbuf_print.d vstream.d vstream_popen.d vstream_tweak.d vstring.d vstring_vstream.d warn_stat.d watchdog.d write_buf.d allascii.d.tmp alldig.d.tmp allprint.d.tmp allspace.d.tmp argv.d.tmp argv_attr_print.d.tmp argv_attr_scan.d.tmp argv_split.d.tmp argv_split_at.d.tmp argv_splitq.d.tmp attr_clnt.d.tmp attr_print0.d.tmp attr_print64.d.tmp attr_print_plain.d.tmp attr_scan0.d.tmp attr_scan64.d.tmp attr_scan_plain.d.tmp auto_clnt.d.tmp balpar.d.tmp base32_code.d.tmp base64_code.d.tmp basename.d.tmp binhash.d.tmp byte_mask.d.tmp casefold.d.tmp chroot_uid.d.tmp cidr_match.d.tmp clean_env.d.tmp close_on_exec.d.tmp concatenate.d.tmp ctable.d.tmp dict.d.tmp dict_alloc.d.tmp dict_cache.d.tmp dict_cdb.d.tmp dict_cidr.d.tmp dict_db.d.tmp dict_dbm.d.tmp dict_debug.d.tmp dict_env.d.tmp dict_fail.d.tmp dict_file.d.tmp dict_ht.d.tmp dict_inline.d.tmp dict_lmdb.d.tmp dict_ni.d.tmp dict_nis.d.tmp dict_nisplus.d.tmp dict_open.d.tmp dict_pcre.d.tmp dict_pipe.d.tmp dict_random.d.tmp dict_regexp.d.tmp dict_sdbm.d.tmp dict_sockmap.d.tmp dict_static.d.tmp dict_stream.d.tmp dict_surrogate.d.tmp dict_tcp.d.tmp dict_test.d.tmp dict_thash.d.tmp dict_union.d.tmp dict_unix.d.tmp dict_utf8.d.tmp dir_forest.d.tmp doze.d.tmp dummy_read.d.tmp dummy_write.d.tmp dup2_pass_on_exec.d.tmp duplex_pipe.d.tmp edit_file.d.tmp environ.d.tmp events.d.tmp exec_command.d.tmp extpar.d.tmp fifo_listen.d.tmp fifo_open.d.tmp fifo_rdonly_bug.d.tmp fifo_rdwr_bug.d.tmp fifo_trigger.d.tmp file_limit.d.tmp find_inet.d.tmp format_tv.d.tmp fsspace.d.tmp fullname.d.tmp get_domainname.d.tmp get_hostname.d.tmp hash_fnv.d.tmp hex_code.d.tmp hex_quote.d.tmp host_port.d.tmp htable.d.tmp inet_addr_host.d.tmp inet_addr_list.d.tmp inet_addr_local.d.tmp inet_addr_sizes.d.tmp inet_connect.d.tmp inet_listen.d.tmp inet_prefix_top.d.tmp inet_proto.d.tmp inet_trigger.d.tmp inet_windowsize.d.tmp ip_match.d.tmp killme_after.d.tmp known_tcp_ports.d.tmp ldseed.d.tmp line_number.d.tmp line_wrap.d.tmp load_file.d.tmp load_lib.d.tmp logwriter.d.tmp lowercase.d.tmp lstat_as.d.tmp mac_expand.d.tmp mac_parse.d.tmp make_dirs.d.tmp mask_addr.d.tmp match_list.d.tmp match_ops.d.tmp midna_domain.d.tmp mkmap_cdb.d.tmp mkmap_db.d.tmp mkmap_dbm.d.tmp mkmap_fail.d.tmp mkmap_lmdb.d.tmp mkmap_open.d.tmp mkmap_sdbm.d.tmp msg.d.tmp msg_logger.d.tmp msg_output.d.tmp msg_rate_delay.d.tmp msg_syslog.d.tmp msg_vstream.d.tmp mvect.d.tmp myaddrinfo.d.tmp myflock.d.tmp mymalloc.d.tmp myrand.d.tmp mystrtok.d.tmp name_code.d.tmp name_mask.d.tmp nbbio.d.tmp netstring.d.tmp neuter.d.tmp non_blocking.d.tmp nvtable.d.tmp open_as.d.tmp open_limit.d.tmp open_lock.d.tmp pass_accept.d.tmp pass_trigger.d.tmp peekfd.d.tmp poll_fd.d.tmp posix_signals.d.tmp printable.d.tmp rand_sleep.d.tmp readlline.d.tmp recv_pass_attr.d.tmp ring.d.tmp safe_getenv.d.tmp safe_open.d.tmp sane_accept.d.tmp sane_basename.d.tmp sane_connect.d.tmp sane_link.d.tmp sane_rename.d.tmp sane_socketpair.d.tmp sane_strtol.d.tmp sane_time.d.tmp scan_dir.d.tmp select_bug.d.tmp set_eugid.d.tmp set_ugid.d.tmp sigdelay.d.tmp skipblanks.d.tmp slmdb.d.tmp sock_addr.d.tmp spawn_command.d.tmp split_at.d.tmp split_nameval.d.tmp split_qnameval.d.tmp stat_as.d.tmp strcasecmp.d.tmp strcasecmp_utf8.d.tmp stream_connect.d.tmp stream_listen.d.tmp stream_recv_fd.d.tmp stream_send_fd.d.tmp stream_test.d.tmp stream_trigger.d.tmp sys_compat.d.tmp timecmp.d.tmp timed_connect.d.tmp timed_read.d.tmp timed_wait.d.tmp timed_write.d.tmp translit.d.tmp trimblanks.d.tmp unescape.d.tmp unix_connect.d.tmp unix_dgram_connect.d.tmp unix_dgram_listen.d.tmp unix_listen.d.tmp unix_pass_fd_fix.d.tmp unix_recv_fd.d.tmp unix_send_fd.d.tmp unix_trigger.d.tmp unsafe.d.tmp uppercase.d.tmp username.d.tmp valid_hostname.d.tmp valid_utf8_hostname.d.tmp valid_utf8_string.d.tmp vbuf.d.tmp vbuf_print.d.tmp vstream.d.tmp vstream_popen.d.tmp vstream_tweak.d.tmp vstring.d.tmp vstring_vstream.d.tmp warn_stat.d.tmp watchdog.d.tmp write_buf.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_echo && rm -f pam_echo.html8 .depend pam_echo.d pam_echo.d.tmp tags || true) --- cleandir-pam_exec --- --- cleandir-external --- --- cleandir-global --- --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_exec --- cleandir-external --- cleandir ===> external/ibm-public/postfix/lib/global --- libclean1 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/global && rm -f libglobal.a abounce.o addr_match_list.o anvil_clnt.o attr_override.o been_here.o bounce.o bounce_log.o canon_addr.o cfg_parser.o cleanup_strerror.o cleanup_strflags.o clnt_stream.o compat_level.o config_known_tcp_ports.o conv_time.o data_redirect.o db_common.o debug_peer.o debug_process.o defer.o deliver_completed.o deliver_flock.o deliver_pass.o deliver_request.o delivered_hdr.o dict_ldap.o dict_memcache.o dict_mysql.o dict_pgsql.o dict_proxy.o dict_sqlite.o domain_list.o dot_lockfile.o dot_lockfile_as.o dsb_scan.o dsn.o dsn_buf.o dsn_filter.o dsn_mask.o dsn_print.o dsn_util.o dynamicmaps.o ehlo_mask.o ext_prop.o file_id.o flush_clnt.o fold_addr.o haproxy_srvr.o header_body_checks.o header_opts.o header_token.o hfrom_format.o info_log_addr_form.o input_transp.o int_filt.o is_header.o log_adhoc.o login_sender_match.o mail_addr.o mail_addr_crunch.o mail_addr_find.o mail_addr_form.o mail_addr_map.o mail_command_client.o mail_command_server.o mail_conf.o mail_conf_bool.o mail_conf_int.o mail_conf_long.o mail_conf_nbool.o mail_conf_nint.o mail_conf_raw.o mail_conf_str.o mail_conf_time.o mail_connect.o mail_copy.o mail_date.o mail_dict.o mail_error.o mail_flush.o mail_open_ok.o mail_params.o mail_parm_split.o mail_pathname.o mail_queue.o mail_run.o mail_scan_dir.o mail_stream.o mail_task.o mail_trigger.o mail_version.o maillog_client.o map_search.o maps.o mark_corrupt.o match_parent_style.o match_service.o mbox_conf.o mbox_open.o memcache_proto.o midna_adomain.o mime_state.o mkmap_proxy.o msg_stats_print.o msg_stats_scan.o mynetworks.o mypwd.o namadr_list.o normalize_mailhost_addr.o off_cvt.o opened.o own_inet_addr.o pipe_command.o post_mail.o quote_821_local.o quote_822_local.o quote_flags.o rcpt_buf.o rcpt_print.o rec2stream.o rec_attr_map.o rec_streamlf.o rec_type.o recdump.o recipient_list.o record.o reject_deliver_request.o remove.o resolve_clnt.o resolve_local.o rewrite_clnt.o safe_ultostr.o sasl_mech_filter.o scache.o scache_clnt.o scache_multi.o scache_single.o sent.o server_acl.o smtp_reply_footer.o smtp_stream.o smtputf8.o split_addr.o stream2rec.o string_list.o strip_addr.o sys_exits.o timed_ipc.o tok822_find.o tok822_node.o tok822_parse.o tok822_resolve.o tok822_rewrite.o tok822_tree.o trace.o user_acl.o uxtext.o valid_mailhost_addr.o verify.o verify_clnt.o verify_sender_addr.o verp_sender.o wildcard_inet_addr.o xtext.o abounce.o.tmp addr_match_list.o.tmp anvil_clnt.o.tmp attr_override.o.tmp been_here.o.tmp bounce.o.tmp bounce_log.o.tmp canon_addr.o.tmp cfg_parser.o.tmp cleanup_strerror.o.tmp cleanup_strflags.o.tmp clnt_stream.o.tmp compat_level.o.tmp config_known_tcp_ports.o.tmp conv_time.o.tmp data_redirect.o.tmp db_common.o.tmp debug_peer.o.tmp debug_process.o.tmp defer.o.tmp deliver_completed.o.tmp deliver_flock.o.tmp deliver_pass.o.tmp deliver_request.o.tmp delivered_hdr.o.tmp dict_ldap.o.tmp dict_memcache.o.tmp dict_mysql.o.tmp dict_pgsql.o.tmp dict_proxy.o.tmp dict_sqlite.o.tmp domain_list.o.tmp dot_lockfile.o.tmp dot_lockfile_as.o.tmp dsb_scan.o.tmp dsn.o.tmp dsn_buf.o.tmp dsn_filter.o.tmp dsn_mask.o.tmp dsn_print.o.tmp dsn_util.o.tmp dynamicmaps.o.tmp ehlo_mask.o.tmp ext_prop.o.tmp file_id.o.tmp flush_clnt.o.tmp fold_addr.o.tmp haproxy_srvr.o.tmp header_body_checks.o.tmp header_opts.o.tmp header_token.o.tmp hfrom_format.o.tmp info_log_addr_form.o.tmp input_transp.o.tmp int_filt.o.tmp is_header.o.tmp log_adhoc.o.tmp login_sender_match.o.tmp mail_addr.o.tmp mail_addr_crunch.o.tmp mail_addr_find.o.tmp mail_addr_form.o.tmp mail_addr_map.o.tmp mail_command_client.o.tmp mail_command_server.o.tmp mail_conf.o.tmp mail_conf_bool.o.tmp mail_conf_int.o.tmp mail_conf_long.o.tmp mail_conf_nbool.o.tmp mail_conf_nint.o.tmp mail_conf_raw.o.tmp mail_conf_str.o.tmp mail_conf_time.o.tmp mail_connect.o.tmp mail_copy.o.tmp mail_date.o.tmp mail_dict.o.tmp mail_error.o.tmp mail_flush.o.tmp mail_open_ok.o.tmp mail_params.o.tmp mail_parm_split.o.tmp mail_pathname.o.tmp mail_queue.o.tmp mail_run.o.tmp mail_scan_dir.o.tmp mail_stream.o.tmp mail_task.o.tmp mail_trigger.o.tmp mail_version.o.tmp maillog_client.o.tmp map_search.o.tmp maps.o.tmp mark_corrupt.o.tmp match_parent_style.o.tmp match_service.o.tmp mbox_conf.o.tmp mbox_open.o.tmp memcache_proto.o.tmp midna_adomain.o.tmp mime_state.o.tmp mkmap_proxy.o.tmp msg_stats_print.o.tmp msg_stats_scan.o.tmp mynetworks.o.tmp mypwd.o.tmp namadr_list.o.tmp normalize_mailhost_addr.o.tmp off_cvt.o.tmp opened.o.tmp own_inet_addr.o.tmp pipe_command.o.tmp post_mail.o.tmp quote_821_local.o.tmp quote_822_local.o.tmp quote_flags.o.tmp rcpt_buf.o.tmp rcpt_print.o.tmp rec2stream.o.tmp rec_attr_map.o.tmp rec_streamlf.o.tmp rec_type.o.tmp recdump.o.tmp recipient_list.o.tmp record.o.tmp reject_deliver_request.o.tmp remove.o.tmp resolve_clnt.o.tmp resolve_local.o.tmp rewrite_clnt.o.tmp safe_ultostr.o.tmp sasl_mech_filter.o.tmp scache.o.tmp scache_clnt.o.tmp scache_multi.o.tmp scache_single.o.tmp sent.o.tmp server_acl.o.tmp smtp_reply_footer.o.tmp smtp_stream.o.tmp smtputf8.o.tmp split_addr.o.tmp stream2rec.o.tmp string_list.o.tmp strip_addr.o.tmp sys_exits.o.tmp timed_ipc.o.tmp tok822_find.o.tmp tok822_node.o.tmp tok822_parse.o.tmp tok822_resolve.o.tmp tok822_rewrite.o.tmp tok822_tree.o.tmp trace.o.tmp user_acl.o.tmp uxtext.o.tmp valid_mailhost_addr.o.tmp verify.o.tmp verify_clnt.o.tmp verify_sender_addr.o.tmp verp_sender.o.tmp wildcard_inet_addr.o.tmp xtext.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f libpam_exec.a pam_exec.o pam_exec.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f libpam_exec.a pam_exec.o pam_exec.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/global && rm -f libglobal.a abounce.o addr_match_list.o anvil_clnt.o attr_override.o been_here.o bounce.o bounce_log.o canon_addr.o cfg_parser.o cleanup_strerror.o cleanup_strflags.o clnt_stream.o compat_level.o config_known_tcp_ports.o conv_time.o data_redirect.o db_common.o debug_peer.o debug_process.o defer.o deliver_completed.o deliver_flock.o deliver_pass.o deliver_request.o delivered_hdr.o dict_ldap.o dict_memcache.o dict_mysql.o dict_pgsql.o dict_proxy.o dict_sqlite.o domain_list.o dot_lockfile.o dot_lockfile_as.o dsb_scan.o dsn.o dsn_buf.o dsn_filter.o dsn_mask.o dsn_print.o dsn_util.o dynamicmaps.o ehlo_mask.o ext_prop.o file_id.o flush_clnt.o fold_addr.o haproxy_srvr.o header_body_checks.o header_opts.o header_token.o hfrom_format.o info_log_addr_form.o input_transp.o int_filt.o is_header.o log_adhoc.o login_sender_match.o mail_addr.o mail_addr_crunch.o mail_addr_find.o mail_addr_form.o mail_addr_map.o mail_command_client.o mail_command_server.o mail_conf.o mail_conf_bool.o mail_conf_int.o mail_conf_long.o mail_conf_nbool.o mail_conf_nint.o mail_conf_raw.o mail_conf_str.o mail_conf_time.o mail_connect.o mail_copy.o mail_date.o mail_dict.o mail_error.o mail_flush.o mail_open_ok.o mail_params.o mail_parm_split.o mail_pathname.o mail_queue.o mail_run.o mail_scan_dir.o mail_stream.o mail_task.o mail_trigger.o mail_version.o maillog_client.o map_search.o maps.o mark_corrupt.o match_parent_style.o match_service.o mbox_conf.o mbox_open.o memcache_proto.o midna_adomain.o mime_state.o mkmap_proxy.o msg_stats_print.o msg_stats_scan.o mynetworks.o mypwd.o namadr_list.o normalize_mailhost_addr.o off_cvt.o opened.o own_inet_addr.o pipe_command.o post_mail.o quote_821_local.o quote_822_local.o quote_flags.o rcpt_buf.o rcpt_print.o rec2stream.o rec_attr_map.o rec_streamlf.o rec_type.o recdump.o recipient_list.o record.o reject_deliver_request.o remove.o resolve_clnt.o resolve_local.o rewrite_clnt.o safe_ultostr.o sasl_mech_filter.o scache.o scache_clnt.o scache_multi.o scache_single.o sent.o server_acl.o smtp_reply_footer.o smtp_stream.o smtputf8.o split_addr.o stream2rec.o string_list.o strip_addr.o sys_exits.o timed_ipc.o tok822_find.o tok822_node.o tok822_parse.o tok822_resolve.o tok822_rewrite.o tok822_tree.o trace.o user_acl.o uxtext.o valid_mailhost_addr.o verify.o verify_clnt.o verify_sender_addr.o verp_sender.o wildcard_inet_addr.o xtext.o abounce.o.tmp addr_match_list.o.tmp anvil_clnt.o.tmp attr_override.o.tmp been_here.o.tmp bounce.o.tmp bounce_log.o.tmp canon_addr.o.tmp cfg_parser.o.tmp cleanup_strerror.o.tmp cleanup_strflags.o.tmp clnt_stream.o.tmp compat_level.o.tmp config_known_tcp_ports.o.tmp conv_time.o.tmp data_redirect.o.tmp db_common.o.tmp debug_peer.o.tmp debug_process.o.tmp defer.o.tmp deliver_completed.o.tmp deliver_flock.o.tmp deliver_pass.o.tmp deliver_request.o.tmp delivered_hdr.o.tmp dict_ldap.o.tmp dict_memcache.o.tmp dict_mysql.o.tmp dict_pgsql.o.tmp dict_proxy.o.tmp dict_sqlite.o.tmp domain_list.o.tmp dot_lockfile.o.tmp dot_lockfile_as.o.tmp dsb_scan.o.tmp dsn.o.tmp dsn_buf.o.tmp dsn_filter.o.tmp dsn_mask.o.tmp dsn_print.o.tmp dsn_util.o.tmp dynamicmaps.o.tmp ehlo_mask.o.tmp ext_prop.o.tmp file_id.o.tmp flush_clnt.o.tmp fold_addr.o.tmp haproxy_srvr.o.tmp header_body_checks.o.tmp header_opts.o.tmp header_token.o.tmp hfrom_format.o.tmp info_log_addr_form.o.tmp input_transp.o.tmp int_filt.o.tmp is_header.o.tmp log_adhoc.o.tmp login_sender_match.o.tmp mail_addr.o.tmp mail_addr_crunch.o.tmp mail_addr_find.o.tmp mail_addr_form.o.tmp mail_addr_map.o.tmp mail_command_client.o.tmp mail_command_server.o.tmp mail_conf.o.tmp mail_conf_bool.o.tmp mail_conf_int.o.tmp mail_conf_long.o.tmp mail_conf_nbool.o.tmp mail_conf_nint.o.tmp mail_conf_raw.o.tmp mail_conf_str.o.tmp mail_conf_time.o.tmp mail_connect.o.tmp mail_copy.o.tmp mail_date.o.tmp mail_dict.o.tmp mail_error.o.tmp mail_flush.o.tmp mail_open_ok.o.tmp mail_params.o.tmp mail_parm_split.o.tmp mail_pathname.o.tmp mail_queue.o.tmp mail_run.o.tmp mail_scan_dir.o.tmp mail_stream.o.tmp mail_task.o.tmp mail_trigger.o.tmp mail_version.o.tmp maillog_client.o.tmp map_search.o.tmp maps.o.tmp mark_corrupt.o.tmp match_parent_style.o.tmp match_service.o.tmp mbox_conf.o.tmp mbox_open.o.tmp memcache_proto.o.tmp midna_adomain.o.tmp mime_state.o.tmp mkmap_proxy.o.tmp msg_stats_print.o.tmp msg_stats_scan.o.tmp mynetworks.o.tmp mypwd.o.tmp namadr_list.o.tmp normalize_mailhost_addr.o.tmp off_cvt.o.tmp opened.o.tmp own_inet_addr.o.tmp pipe_command.o.tmp post_mail.o.tmp quote_821_local.o.tmp quote_822_local.o.tmp quote_flags.o.tmp rcpt_buf.o.tmp rcpt_print.o.tmp rec2stream.o.tmp rec_attr_map.o.tmp rec_streamlf.o.tmp rec_type.o.tmp recdump.o.tmp recipient_list.o.tmp record.o.tmp reject_deliver_request.o.tmp remove.o.tmp resolve_clnt.o.tmp resolve_local.o.tmp rewrite_clnt.o.tmp safe_ultostr.o.tmp sasl_mech_filter.o.tmp scache.o.tmp scache_clnt.o.tmp scache_multi.o.tmp scache_single.o.tmp sent.o.tmp server_acl.o.tmp smtp_reply_footer.o.tmp smtp_stream.o.tmp smtputf8.o.tmp split_addr.o.tmp stream2rec.o.tmp string_list.o.tmp strip_addr.o.tmp sys_exits.o.tmp timed_ipc.o.tmp tok822_find.o.tmp tok822_node.o.tmp tok822_parse.o.tmp tok822_resolve.o.tmp tok822_rewrite.o.tmp tok822_tree.o.tmp trace.o.tmp user_acl.o.tmp uxtext.o.tmp valid_mailhost_addr.o.tmp verify.o.tmp verify_clnt.o.tmp verify_sender_addr.o.tmp verp_sender.o.tmp wildcard_inet_addr.o.tmp xtext.o.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f libpam_exec_p.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f libpam_exec_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/global && rm -f libglobal_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/global && rm -f libglobal_p.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f libpam_exec_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f libpam_exec_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/global && rm -f libglobal_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/global && rm -f libglobal_g.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f libpam_exec_pic.a libpam_exec.so.* libpam_exec.so pam_exec.pico pam_exec.pico.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f libpam_exec_pic.a libpam_exec.so.* libpam_exec.so pam_exec.pico pam_exec.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/global && rm -f libglobal_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/global && rm -f libglobal_pic.a || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f llib-lpam_exec.ln pam_exec.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f llib-lpam_exec.ln pam_exec.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/global && rm -f llib-lglobal.ln abounce.ln addr_match_list.ln anvil_clnt.ln attr_override.ln been_here.ln bounce.ln bounce_log.ln canon_addr.ln cfg_parser.ln cleanup_strerror.ln cleanup_strflags.ln clnt_stream.ln compat_level.ln config_known_tcp_ports.ln conv_time.ln data_redirect.ln db_common.ln debug_peer.ln debug_process.ln defer.ln deliver_completed.ln deliver_flock.ln deliver_pass.ln deliver_request.ln delivered_hdr.ln dict_ldap.ln dict_memcache.ln dict_mysql.ln dict_pgsql.ln dict_proxy.ln dict_sqlite.ln domain_list.ln dot_lockfile.ln dot_lockfile_as.ln dsb_scan.ln dsn.ln dsn_buf.ln dsn_filter.ln dsn_mask.ln dsn_print.ln dsn_util.ln dynamicmaps.ln ehlo_mask.ln ext_prop.ln file_id.ln flush_clnt.ln fold_addr.ln haproxy_srvr.ln header_body_checks.ln header_opts.ln header_token.ln hfrom_format.ln info_log_addr_form.ln input_transp.ln int_filt.ln is_header.ln log_adhoc.ln login_sender_match.ln mail_addr.ln mail_addr_crunch.ln mail_addr_find.ln mail_addr_form.ln mail_addr_map.ln mail_command_client.ln mail_command_server.ln mail_conf.ln mail_conf_bool.ln mail_conf_int.ln mail_conf_long.ln mail_conf_nbool.ln mail_conf_nint.ln mail_conf_raw.ln mail_conf_str.ln mail_conf_time.ln mail_connect.ln mail_copy.ln mail_date.ln mail_dict.ln mail_error.ln mail_flush.ln mail_open_ok.ln mail_params.ln mail_parm_split.ln mail_pathname.ln mail_queue.ln mail_run.ln mail_scan_dir.ln mail_stream.ln mail_task.ln mail_trigger.ln mail_version.ln maillog_client.ln map_search.ln maps.ln mark_corrupt.ln match_parent_style.ln match_service.ln mbox_conf.ln mbox_open.ln memcache_proto.ln midna_adomain.ln mime_state.ln mkmap_proxy.ln msg_stats_print.ln msg_stats_scan.ln mynetworks.ln mypwd.ln namadr_list.ln normalize_mailhost_addr.ln off_cvt.ln opened.ln own_inet_addr.ln pipe_command.ln post_mail.ln quote_821_local.ln quote_822_local.ln quote_flags.ln rcpt_buf.ln rcpt_print.ln rec2stream.ln rec_attr_map.ln rec_streamlf.ln rec_type.ln recdump.ln recipient_list.ln record.ln reject_deliver_request.ln remove.ln resolve_clnt.ln resolve_local.ln rewrite_clnt.ln safe_ultostr.ln sasl_mech_filter.ln scache.ln scache_clnt.ln scache_multi.ln scache_single.ln sent.ln server_acl.ln smtp_reply_footer.ln smtp_stream.ln smtputf8.ln split_addr.ln stream2rec.ln string_list.ln strip_addr.ln sys_exits.ln timed_ipc.ln tok822_find.ln tok822_node.ln tok822_parse.ln tok822_resolve.ln tok822_rewrite.ln tok822_tree.ln trace.ln user_acl.ln uxtext.ln valid_mailhost_addr.ln verify.ln verify_clnt.ln verify_sender_addr.ln verp_sender.ln wildcard_inet_addr.ln xtext.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/global && rm -f llib-lglobal.ln abounce.ln addr_match_list.ln anvil_clnt.ln attr_override.ln been_here.ln bounce.ln bounce_log.ln canon_addr.ln cfg_parser.ln cleanup_strerror.ln cleanup_strflags.ln clnt_stream.ln compat_level.ln config_known_tcp_ports.ln conv_time.ln data_redirect.ln db_common.ln debug_peer.ln debug_process.ln defer.ln deliver_completed.ln deliver_flock.ln deliver_pass.ln deliver_request.ln delivered_hdr.ln dict_ldap.ln dict_memcache.ln dict_mysql.ln dict_pgsql.ln dict_proxy.ln dict_sqlite.ln domain_list.ln dot_lockfile.ln dot_lockfile_as.ln dsb_scan.ln dsn.ln dsn_buf.ln dsn_filter.ln dsn_mask.ln dsn_print.ln dsn_util.ln dynamicmaps.ln ehlo_mask.ln ext_prop.ln file_id.ln flush_clnt.ln fold_addr.ln haproxy_srvr.ln header_body_checks.ln header_opts.ln header_token.ln hfrom_format.ln info_log_addr_form.ln input_transp.ln int_filt.ln is_header.ln log_adhoc.ln login_sender_match.ln mail_addr.ln mail_addr_crunch.ln mail_addr_find.ln mail_addr_form.ln mail_addr_map.ln mail_command_client.ln mail_command_server.ln mail_conf.ln mail_conf_bool.ln mail_conf_int.ln mail_conf_long.ln mail_conf_nbool.ln mail_conf_nint.ln mail_conf_raw.ln mail_conf_str.ln mail_conf_time.ln mail_connect.ln mail_copy.ln mail_date.ln mail_dict.ln mail_error.ln mail_flush.ln mail_open_ok.ln mail_params.ln mail_parm_split.ln mail_pathname.ln mail_queue.ln mail_run.ln mail_scan_dir.ln mail_stream.ln mail_task.ln mail_trigger.ln mail_version.ln maillog_client.ln map_search.ln maps.ln mark_corrupt.ln match_parent_style.ln match_service.ln mbox_conf.ln mbox_open.ln memcache_proto.ln midna_adomain.ln mime_state.ln mkmap_proxy.ln msg_stats_print.ln msg_stats_scan.ln mynetworks.ln mypwd.ln namadr_list.ln normalize_mailhost_addr.ln off_cvt.ln opened.ln own_inet_addr.ln pipe_command.ln post_mail.ln quote_821_local.ln quote_822_local.ln quote_flags.ln rcpt_buf.ln rcpt_print.ln rec2stream.ln rec_attr_map.ln rec_streamlf.ln rec_type.ln recdump.ln recipient_list.ln record.ln reject_deliver_request.ln remove.ln resolve_clnt.ln resolve_local.ln rewrite_clnt.ln safe_ultostr.ln sasl_mech_filter.ln scache.ln scache_clnt.ln scache_multi.ln scache_single.ln sent.ln server_acl.ln smtp_reply_footer.ln smtp_stream.ln smtputf8.ln split_addr.ln stream2rec.ln string_list.ln strip_addr.ln sys_exits.ln timed_ipc.ln tok822_find.ln tok822_node.ln tok822_parse.ln tok822_resolve.ln tok822_rewrite.ln tok822_tree.ln trace.ln user_acl.ln uxtext.ln valid_mailhost_addr.ln verify.ln verify_clnt.ln verify_sender_addr.ln verp_sender.ln wildcard_inet_addr.ln xtext.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f libpam_exec.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f libpam_exec.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/global && rm -f libglobal.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/global && rm -f libglobal.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_exec && rm -f pam_exec.html8 .depend pam_exec.d pam_exec.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_exec && rm -f pam_exec.html8 .depend pam_exec.d pam_exec.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-pam_ftpusers --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/global && rm -f .depend abounce.d addr_match_list.d anvil_clnt.d attr_override.d been_here.d bounce.d bounce_log.d canon_addr.d cfg_parser.d cleanup_strerror.d cleanup_strflags.d clnt_stream.d compat_level.d config_known_tcp_ports.d conv_time.d data_redirect.d db_common.d debug_peer.d debug_process.d defer.d deliver_completed.d deliver_flock.d deliver_pass.d deliver_request.d delivered_hdr.d dict_ldap.d dict_memcache.d dict_mysql.d dict_pgsql.d dict_proxy.d dict_sqlite.d domain_list.d dot_lockfile.d dot_lockfile_as.d dsb_scan.d dsn.d dsn_buf.d dsn_filter.d dsn_mask.d dsn_print.d dsn_util.d dynamicmaps.d ehlo_mask.d ext_prop.d file_id.d flush_clnt.d fold_addr.d haproxy_srvr.d header_body_checks.d header_opts.d header_token.d hfrom_format.d info_log_addr_form.d input_transp.d int_filt.d is_header.d log_adhoc.d login_sender_match.d mail_addr.d mail_addr_crunch.d mail_addr_find.d mail_addr_form.d mail_addr_map.d mail_command_client.d mail_command_server.d mail_conf.d mail_conf_bool.d mail_conf_int.d mail_conf_long.d mail_conf_nbool.d mail_conf_nint.d mail_conf_raw.d mail_conf_str.d mail_conf_time.d mail_connect.d mail_copy.d mail_date.d mail_dict.d mail_error.d mail_flush.d mail_open_ok.d mail_params.d mail_parm_split.d mail_pathname.d mail_queue.d mail_run.d mail_scan_dir.d mail_stream.d mail_task.d mail_trigger.d mail_version.d maillog_client.d map_search.d maps.d mark_corrupt.d match_parent_style.d match_service.d mbox_conf.d mbox_open.d memcache_proto.d midna_adomain.d mime_state.d mkmap_proxy.d msg_stats_print.d msg_stats_scan.d mynetworks.d mypwd.d namadr_list.d normalize_mailhost_addr.d off_cvt.d opened.d own_inet_addr.d pipe_command.d post_mail.d quote_821_local.d quote_822_local.d quote_flags.d rcpt_buf.d rcpt_print.d rec2stream.d rec_attr_map.d rec_streamlf.d rec_type.d recdump.d recipient_list.d record.d reject_deliver_request.d remove.d resolve_clnt.d resolve_local.d rewrite_clnt.d safe_ultostr.d sasl_mech_filter.d scache.d scache_clnt.d scache_multi.d scache_single.d sent.d server_acl.d smtp_reply_footer.d smtp_stream.d smtputf8.d split_addr.d stream2rec.d string_list.d strip_addr.d sys_exits.d timed_ipc.d tok822_find.d tok822_node.d tok822_parse.d tok822_resolve.d tok822_rewrite.d tok822_tree.d trace.d user_acl.d uxtext.d valid_mailhost_addr.d verify.d verify_clnt.d verify_sender_addr.d verp_sender.d wildcard_inet_addr.d xtext.d abounce.d.tmp addr_match_list.d.tmp anvil_clnt.d.tmp attr_override.d.tmp been_here.d.tmp bounce.d.tmp bounce_log.d.tmp canon_addr.d.tmp cfg_parser.d.tmp cleanup_strerror.d.tmp cleanup_strflags.d.tmp clnt_stream.d.tmp compat_level.d.tmp config_known_tcp_ports.d.tmp conv_time.d.tmp data_redirect.d.tmp db_common.d.tmp debug_peer.d.tmp debug_process.d.tmp defer.d.tmp deliver_completed.d.tmp deliver_flock.d.tmp deliver_pass.d.tmp deliver_request.d.tmp delivered_hdr.d.tmp dict_ldap.d.tmp dict_memcache.d.tmp dict_mysql.d.tmp dict_pgsql.d.tmp dict_proxy.d.tmp dict_sqlite.d.tmp domain_list.d.tmp dot_lockfile.d.tmp dot_lockfile_as.d.tmp dsb_scan.d.tmp dsn.d.tmp dsn_buf.d.tmp dsn_filter.d.tmp dsn_mask.d.tmp dsn_print.d.tmp dsn_util.d.tmp dynamicmaps.d.tmp ehlo_mask.d.tmp ext_prop.d.tmp file_id.d.tmp flush_clnt.d.tmp fold_addr.d.tmp haproxy_srvr.d.tmp header_body_checks.d.tmp header_opts.d.tmp header_token.d.tmp hfrom_format.d.tmp info_log_addr_form.d.tmp input_transp.d.tmp int_filt.d.tmp is_header.d.tmp log_adhoc.d.tmp login_sender_match.d.tmp mail_addr.d.tmp mail_addr_crunch.d.tmp mail_addr_find.d.tmp mail_addr_form.d.tmp mail_addr_map.d.tmp mail_command_client.d.tmp mail_command_server.d.tmp mail_conf.d.tmp mail_conf_bool.d.tmp mail_conf_int.d.tmp mail_conf_long.d.tmp mail_conf_nbool.d.tmp mail_conf_nint.d.tmp mail_conf_raw.d.tmp mail_conf_str.d.tmp mail_conf_time.d.tmp mail_connect.d.tmp mail_copy.d.tmp mail_date.d.tmp mail_dict.d.tmp mail_error.d.tmp mail_flush.d.tmp mail_open_ok.d.tmp mail_params.d.tmp mail_parm_split.d.tmp mail_pathname.d.tmp mail_queue.d.tmp mail_run.d.tmp mail_scan_dir.d.tmp mail_stream.d.tmp mail_task.d.tmp mail_trigger.d.tmp mail_version.d.tmp maillog_client.d.tmp map_search.d.tmp maps.d.tmp mark_corrupt.d.tmp match_parent_style.d.tmp match_service.d.tmp mbox_conf.d.tmp mbox_open.d.tmp memcache_proto.d.tmp midna_adomain.d.tmp mime_state.d.tmp mkmap_proxy.d.tmp msg_stats_print.d.tmp msg_stats_scan.d.tmp mynetworks.d.tmp mypwd.d.tmp namadr_list.d.tmp normalize_mailhost_addr.d.tmp off_cvt.d.tmp opened.d.tmp own_inet_addr.d.tmp pipe_command.d.tmp post_mail.d.tmp quote_821_local.d.tmp quote_822_local.d.tmp quote_flags.d.tmp rcpt_buf.d.tmp rcpt_print.d.tmp rec2stream.d.tmp rec_attr_map.d.tmp rec_streamlf.d.tmp rec_type.d.tmp recdump.d.tmp recipient_list.d.tmp record.d.tmp reject_deliver_request.d.tmp remove.d.tmp resolve_clnt.d.tmp resolve_local.d.tmp rewrite_clnt.d.tmp safe_ultostr.d.tmp sasl_mech_filter.d.tmp scache.d.tmp scache_clnt.d.tmp scache_multi.d.tmp scache_single.d.tmp sent.d.tmp server_acl.d.tmp smtp_reply_footer.d.tmp smtp_stream.d.tmp smtputf8.d.tmp split_addr.d.tmp stream2rec.d.tmp string_list.d.tmp strip_addr.d.tmp sys_exits.d.tmp timed_ipc.d.tmp tok822_find.d.tmp tok822_node.d.tmp tok822_parse.d.tmp tok822_resolve.d.tmp tok822_rewrite.d.tmp tok822_tree.d.tmp trace.d.tmp user_acl.d.tmp uxtext.d.tmp valid_mailhost_addr.d.tmp verify.d.tmp verify_clnt.d.tmp verify_sender_addr.d.tmp verp_sender.d.tmp wildcard_inet_addr.d.tmp xtext.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_ftpusers --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/global && rm -f .depend abounce.d addr_match_list.d anvil_clnt.d attr_override.d been_here.d bounce.d bounce_log.d canon_addr.d cfg_parser.d cleanup_strerror.d cleanup_strflags.d clnt_stream.d compat_level.d config_known_tcp_ports.d conv_time.d data_redirect.d db_common.d debug_peer.d debug_process.d defer.d deliver_completed.d deliver_flock.d deliver_pass.d deliver_request.d delivered_hdr.d dict_ldap.d dict_memcache.d dict_mysql.d dict_pgsql.d dict_proxy.d dict_sqlite.d domain_list.d dot_lockfile.d dot_lockfile_as.d dsb_scan.d dsn.d dsn_buf.d dsn_filter.d dsn_mask.d dsn_print.d dsn_util.d dynamicmaps.d ehlo_mask.d ext_prop.d file_id.d flush_clnt.d fold_addr.d haproxy_srvr.d header_body_checks.d header_opts.d header_token.d hfrom_format.d info_log_addr_form.d input_transp.d int_filt.d is_header.d log_adhoc.d login_sender_match.d mail_addr.d mail_addr_crunch.d mail_addr_find.d mail_addr_form.d mail_addr_map.d mail_command_client.d mail_command_server.d mail_conf.d mail_conf_bool.d mail_conf_int.d mail_conf_long.d mail_conf_nbool.d mail_conf_nint.d mail_conf_raw.d mail_conf_str.d mail_conf_time.d mail_connect.d mail_copy.d mail_date.d mail_dict.d mail_error.d mail_flush.d mail_open_ok.d mail_params.d mail_parm_split.d mail_pathname.d mail_queue.d mail_run.d mail_scan_dir.d mail_stream.d mail_task.d mail_trigger.d mail_version.d maillog_client.d map_search.d maps.d mark_corrupt.d match_parent_style.d match_service.d mbox_conf.d mbox_open.d memcache_proto.d midna_adomain.d mime_state.d mkmap_proxy.d msg_stats_print.d msg_stats_scan.d mynetworks.d mypwd.d namadr_list.d normalize_mailhost_addr.d off_cvt.d opened.d own_inet_addr.d pipe_command.d post_mail.d quote_821_local.d quote_822_local.d quote_flags.d rcpt_buf.d rcpt_print.d rec2stream.d rec_attr_map.d rec_streamlf.d rec_type.d recdump.d recipient_list.d record.d reject_deliver_request.d remove.d resolve_clnt.d resolve_local.d rewrite_clnt.d safe_ultostr.d sasl_mech_filter.d scache.d scache_clnt.d scache_multi.d scache_single.d sent.d server_acl.d smtp_reply_footer.d smtp_stream.d smtputf8.d split_addr.d stream2rec.d string_list.d strip_addr.d sys_exits.d timed_ipc.d tok822_find.d tok822_node.d tok822_parse.d tok822_resolve.d tok822_rewrite.d tok822_tree.d trace.d user_acl.d uxtext.d valid_mailhost_addr.d verify.d verify_clnt.d verify_sender_addr.d verp_sender.d wildcard_inet_addr.d xtext.d abounce.d.tmp addr_match_list.d.tmp anvil_clnt.d.tmp attr_override.d.tmp been_here.d.tmp bounce.d.tmp bounce_log.d.tmp canon_addr.d.tmp cfg_parser.d.tmp cleanup_strerror.d.tmp cleanup_strflags.d.tmp clnt_stream.d.tmp compat_level.d.tmp config_known_tcp_ports.d.tmp conv_time.d.tmp data_redirect.d.tmp db_common.d.tmp debug_peer.d.tmp debug_process.d.tmp defer.d.tmp deliver_completed.d.tmp deliver_flock.d.tmp deliver_pass.d.tmp deliver_request.d.tmp delivered_hdr.d.tmp dict_ldap.d.tmp dict_memcache.d.tmp dict_mysql.d.tmp dict_pgsql.d.tmp dict_proxy.d.tmp dict_sqlite.d.tmp domain_list.d.tmp dot_lockfile.d.tmp dot_lockfile_as.d.tmp dsb_scan.d.tmp dsn.d.tmp dsn_buf.d.tmp dsn_filter.d.tmp dsn_mask.d.tmp dsn_print.d.tmp dsn_util.d.tmp dynamicmaps.d.tmp ehlo_mask.d.tmp ext_prop.d.tmp file_id.d.tmp flush_clnt.d.tmp fold_addr.d.tmp haproxy_srvr.d.tmp header_body_checks.d.tmp header_opts.d.tmp header_token.d.tmp hfrom_format.d.tmp info_log_addr_form.d.tmp input_transp.d.tmp int_filt.d.tmp is_header.d.tmp log_adhoc.d.tmp login_sender_match.d.tmp mail_addr.d.tmp mail_addr_crunch.d.tmp mail_addr_find.d.tmp mail_addr_form.d.tmp mail_addr_map.d.tmp mail_command_client.d.tmp mail_command_server.d.tmp mail_conf.d.tmp mail_conf_bool.d.tmp mail_conf_int.d.tmp mail_conf_long.d.tmp mail_conf_nbool.d.tmp mail_conf_nint.d.tmp mail_conf_raw.d.tmp mail_conf_str.d.tmp mail_conf_time.d.tmp mail_connect.d.tmp mail_copy.d.tmp mail_date.d.tmp mail_dict.d.tmp mail_error.d.tmp mail_flush.d.tmp mail_open_ok.d.tmp mail_params.d.tmp mail_parm_split.d.tmp mail_pathname.d.tmp mail_queue.d.tmp mail_run.d.tmp mail_scan_dir.d.tmp mail_stream.d.tmp mail_task.d.tmp mail_trigger.d.tmp mail_version.d.tmp maillog_client.d.tmp map_search.d.tmp maps.d.tmp mark_corrupt.d.tmp match_parent_style.d.tmp match_service.d.tmp mbox_conf.d.tmp mbox_open.d.tmp memcache_proto.d.tmp midna_adomain.d.tmp mime_state.d.tmp mkmap_proxy.d.tmp msg_stats_print.d.tmp msg_stats_scan.d.tmp mynetworks.d.tmp mypwd.d.tmp namadr_list.d.tmp normalize_mailhost_addr.d.tmp off_cvt.d.tmp opened.d.tmp own_inet_addr.d.tmp pipe_command.d.tmp post_mail.d.tmp quote_821_local.d.tmp quote_822_local.d.tmp quote_flags.d.tmp rcpt_buf.d.tmp rcpt_print.d.tmp rec2stream.d.tmp rec_attr_map.d.tmp rec_streamlf.d.tmp rec_type.d.tmp recdump.d.tmp recipient_list.d.tmp record.d.tmp reject_deliver_request.d.tmp remove.d.tmp resolve_clnt.d.tmp resolve_local.d.tmp rewrite_clnt.d.tmp safe_ultostr.d.tmp sasl_mech_filter.d.tmp scache.d.tmp scache_clnt.d.tmp scache_multi.d.tmp scache_single.d.tmp sent.d.tmp server_acl.d.tmp smtp_reply_footer.d.tmp smtp_stream.d.tmp smtputf8.d.tmp split_addr.d.tmp stream2rec.d.tmp string_list.d.tmp strip_addr.d.tmp sys_exits.d.tmp timed_ipc.d.tmp tok822_find.d.tmp tok822_node.d.tmp tok822_parse.d.tmp tok822_resolve.d.tmp tok822_rewrite.d.tmp tok822_tree.d.tmp trace.d.tmp user_acl.d.tmp uxtext.d.tmp valid_mailhost_addr.d.tmp verify.d.tmp verify_clnt.d.tmp verify_sender_addr.d.tmp verp_sender.d.tmp wildcard_inet_addr.d.tmp xtext.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-dns --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers.a pam_ftpusers.o pam_ftpusers.o.tmp || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/lib/dns --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers.a pam_ftpusers.o pam_ftpusers.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/dns && rm -f libdns.a dns_lookup.o dns_rr.o dns_rr_eq_sa.o dns_rr_filter.o dns_rr_to_pa.o dns_rr_to_sa.o dns_sa_to_rr.o dns_sec.o dns_str_resflags.o dns_strerror.o dns_strrecord.o dns_strtype.o test_dns_lookup.o dns_lookup.o.tmp dns_rr.o.tmp dns_rr_eq_sa.o.tmp dns_rr_filter.o.tmp dns_rr_to_pa.o.tmp dns_rr_to_sa.o.tmp dns_sa_to_rr.o.tmp dns_sec.o.tmp dns_str_resflags.o.tmp dns_strerror.o.tmp dns_strrecord.o.tmp dns_strtype.o.tmp test_dns_lookup.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/dns && rm -f libdns.a dns_lookup.o dns_rr.o dns_rr_eq_sa.o dns_rr_filter.o dns_rr_to_pa.o dns_rr_to_sa.o dns_sa_to_rr.o dns_sec.o dns_str_resflags.o dns_strerror.o dns_strrecord.o dns_strtype.o test_dns_lookup.o dns_lookup.o.tmp dns_rr.o.tmp dns_rr_eq_sa.o.tmp dns_rr_filter.o.tmp dns_rr_to_pa.o.tmp dns_rr_to_sa.o.tmp dns_sa_to_rr.o.tmp dns_sec.o.tmp dns_str_resflags.o.tmp dns_strerror.o.tmp dns_strrecord.o.tmp dns_strtype.o.tmp test_dns_lookup.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_p.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/dns && rm -f libdns_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/dns && rm -f libdns_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_pic.a libpam_ftpusers.so.* libpam_ftpusers.so pam_ftpusers.pico pam_ftpusers.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/dns && rm -f libdns_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers_pic.a libpam_ftpusers.so.* libpam_ftpusers.so pam_ftpusers.pico pam_ftpusers.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/dns && rm -f libdns_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f llib-lpam_ftpusers.ln pam_ftpusers.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/dns && rm -f libdns_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f llib-lpam_ftpusers.ln pam_ftpusers.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/dns && rm -f libdns_pic.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/dns && rm -f llib-ldns.ln dns_lookup.ln dns_rr.ln dns_rr_eq_sa.ln dns_rr_filter.ln dns_rr_to_pa.ln dns_rr_to_sa.ln dns_sa_to_rr.ln dns_sec.ln dns_str_resflags.ln dns_strerror.ln dns_strrecord.ln dns_strtype.ln test_dns_lookup.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f libpam_ftpusers.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/dns && rm -f llib-ldns.ln dns_lookup.ln dns_rr.ln dns_rr_eq_sa.ln dns_rr_filter.ln dns_rr_to_pa.ln dns_rr_to_sa.ln dns_sa_to_rr.ln dns_sec.ln dns_str_resflags.ln dns_strerror.ln dns_strrecord.ln dns_strtype.ln test_dns_lookup.ln || true) --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/dns && rm -f libdns.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ftpusers && rm -f pam_ftpusers.html8 .depend pam_ftpusers.d pam_ftpusers.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ftpusers && rm -f pam_ftpusers.html8 .depend pam_ftpusers.d pam_ftpusers.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/dns && rm -f libdns.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-pam_group --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_group --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/dns && rm -f .depend dns_lookup.d dns_rr.d dns_rr_eq_sa.d dns_rr_filter.d dns_rr_to_pa.d dns_rr_to_sa.d dns_sa_to_rr.d dns_sec.d dns_str_resflags.d dns_strerror.d dns_strrecord.d dns_strtype.d test_dns_lookup.d dns_lookup.d.tmp dns_rr.d.tmp dns_rr_eq_sa.d.tmp dns_rr_filter.d.tmp dns_rr_to_pa.d.tmp dns_rr_to_sa.d.tmp dns_sa_to_rr.d.tmp dns_sec.d.tmp dns_str_resflags.d.tmp dns_strerror.d.tmp dns_strrecord.d.tmp dns_strtype.d.tmp test_dns_lookup.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/dns && rm -f .depend dns_lookup.d dns_rr.d dns_rr_eq_sa.d dns_rr_filter.d dns_rr_to_pa.d dns_rr_to_sa.d dns_sa_to_rr.d dns_sec.d dns_str_resflags.d dns_strerror.d dns_strrecord.d dns_strtype.d test_dns_lookup.d dns_lookup.d.tmp dns_rr.d.tmp dns_rr_eq_sa.d.tmp dns_rr_filter.d.tmp dns_rr_to_pa.d.tmp dns_rr_to_sa.d.tmp dns_sa_to_rr.d.tmp dns_sec.d.tmp dns_str_resflags.d.tmp dns_strerror.d.tmp dns_strrecord.d.tmp dns_strtype.d.tmp test_dns_lookup.d.tmp tags || true) --- cleandir-masterlib --- cleandir ===> external/ibm-public/postfix/lib/masterlib --- libclean1 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/masterlib && rm -f libmaster.a dgram_server.o event_server.o mail_flow.o master_avail.o master_conf.o master_flow.o master_listen.o master_monitor.o master_proto.o master_service.o master_sig.o master_spawn.o master_status.o master_wakeup.o master_watch.o multi_server.o single_server.o trigger_server.o dgram_server.o.tmp event_server.o.tmp mail_flow.o.tmp master_avail.o.tmp master_conf.o.tmp master_flow.o.tmp master_listen.o.tmp master_monitor.o.tmp master_proto.o.tmp master_service.o.tmp master_sig.o.tmp master_spawn.o.tmp master_status.o.tmp master_wakeup.o.tmp master_watch.o.tmp multi_server.o.tmp single_server.o.tmp trigger_server.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f libpam_group.a pam_group.o pam_group.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/masterlib && rm -f libmaster.a dgram_server.o event_server.o mail_flow.o master_avail.o master_conf.o master_flow.o master_listen.o master_monitor.o master_proto.o master_service.o master_sig.o master_spawn.o master_status.o master_wakeup.o master_watch.o multi_server.o single_server.o trigger_server.o dgram_server.o.tmp event_server.o.tmp mail_flow.o.tmp master_avail.o.tmp master_conf.o.tmp master_flow.o.tmp master_listen.o.tmp master_monitor.o.tmp master_proto.o.tmp master_service.o.tmp master_sig.o.tmp master_spawn.o.tmp master_status.o.tmp master_wakeup.o.tmp master_watch.o.tmp multi_server.o.tmp single_server.o.tmp trigger_server.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f libpam_group.a pam_group.o pam_group.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f libpam_group_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/masterlib && rm -f libmaster_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f libpam_group_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/masterlib && rm -f libmaster_p.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/masterlib && rm -f libmaster_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f libpam_group_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f libpam_group_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/masterlib && rm -f libmaster_g.a || true) --- libclean4 --- --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f libpam_group_pic.a libpam_group.so.* libpam_group.so pam_group.pico pam_group.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/masterlib && rm -f libmaster_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f libpam_group_pic.a libpam_group.so.* libpam_group.so pam_group.pico pam_group.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/masterlib && rm -f libmaster_pic.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f llib-lpam_group.ln pam_group.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/masterlib && rm -f llib-lmaster.ln dgram_server.ln event_server.ln mail_flow.ln master_avail.ln master_conf.ln master_flow.ln master_listen.ln master_monitor.ln master_proto.ln master_service.ln master_sig.ln master_spawn.ln master_status.ln master_wakeup.ln master_watch.ln multi_server.ln single_server.ln trigger_server.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f llib-lpam_group.ln pam_group.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/masterlib && rm -f llib-lmaster.ln dgram_server.ln event_server.ln mail_flow.ln master_avail.ln master_conf.ln master_flow.ln master_listen.ln master_monitor.ln master_proto.ln master_service.ln master_sig.ln master_spawn.ln master_status.ln master_wakeup.ln master_watch.ln multi_server.ln single_server.ln trigger_server.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/masterlib && rm -f libmaster.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f libpam_group.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f libpam_group.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/masterlib && rm -f libmaster.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_group && rm -f pam_group.html8 .depend pam_group.d pam_group.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/masterlib && rm -f .depend dgram_server.d event_server.d mail_flow.d master_avail.d master_conf.d master_flow.d master_listen.d master_monitor.d master_proto.d master_service.d master_sig.d master_spawn.d master_status.d master_wakeup.d master_watch.d multi_server.d single_server.d trigger_server.d dgram_server.d.tmp event_server.d.tmp mail_flow.d.tmp master_avail.d.tmp master_conf.d.tmp master_flow.d.tmp master_listen.d.tmp master_monitor.d.tmp master_proto.d.tmp master_service.d.tmp master_sig.d.tmp master_spawn.d.tmp master_status.d.tmp master_wakeup.d.tmp master_watch.d.tmp multi_server.d.tmp single_server.d.tmp trigger_server.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_group && rm -f pam_group.html8 .depend pam_group.d pam_group.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/masterlib && rm -f .depend dgram_server.d event_server.d mail_flow.d master_avail.d master_conf.d master_flow.d master_listen.d master_monitor.d master_proto.d master_service.d master_sig.d master_spawn.d master_status.d master_wakeup.d master_watch.d multi_server.d single_server.d trigger_server.d dgram_server.d.tmp event_server.d.tmp mail_flow.d.tmp master_avail.d.tmp master_conf.d.tmp master_flow.d.tmp master_listen.d.tmp master_monitor.d.tmp master_proto.d.tmp master_service.d.tmp master_sig.d.tmp master_spawn.d.tmp master_status.d.tmp master_wakeup.d.tmp master_watch.d.tmp multi_server.d.tmp single_server.d.tmp trigger_server.d.tmp tags || true) --- cleandir-lib --- --- cleandir-pam_guest --- --- cleandir-external --- --- cleandir-tls --- --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_guest --- cleandir-external --- cleandir ===> external/ibm-public/postfix/lib/tls --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/tls && rm -f libtls.a tls_bio_ops.o tls_certkey.o tls_client.o tls_dane.o tls_dh.o tls_fprint.o tls_level.o tls_mgr.o tls_misc.o tls_prng_dev.o tls_prng_egd.o tls_prng_exch.o tls_prng_file.o tls_proxy_client_misc.o tls_proxy_client_print.o tls_proxy_client_scan.o tls_proxy_clnt.o tls_proxy_context_print.o tls_proxy_context_scan.o tls_proxy_server_print.o tls_proxy_server_scan.o tls_rsa.o tls_scache.o tls_seed.o tls_server.o tls_session.o tls_stream.o tls_verify.o tls_bio_ops.o.tmp tls_certkey.o.tmp tls_client.o.tmp tls_dane.o.tmp tls_dh.o.tmp tls_fprint.o.tmp tls_level.o.tmp tls_mgr.o.tmp tls_misc.o.tmp tls_prng_dev.o.tmp tls_prng_egd.o.tmp tls_prng_exch.o.tmp tls_prng_file.o.tmp tls_proxy_client_misc.o.tmp tls_proxy_client_print.o.tmp tls_proxy_client_scan.o.tmp tls_proxy_clnt.o.tmp tls_proxy_context_print.o.tmp tls_proxy_context_scan.o.tmp tls_proxy_server_print.o.tmp tls_proxy_server_scan.o.tmp tls_rsa.o.tmp tls_scache.o.tmp tls_seed.o.tmp tls_server.o.tmp tls_session.o.tmp tls_stream.o.tmp tls_verify.o.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f libpam_guest.a pam_guest.o pam_guest.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/tls && rm -f libtls.a tls_bio_ops.o tls_certkey.o tls_client.o tls_dane.o tls_dh.o tls_fprint.o tls_level.o tls_mgr.o tls_misc.o tls_prng_dev.o tls_prng_egd.o tls_prng_exch.o tls_prng_file.o tls_proxy_client_misc.o tls_proxy_client_print.o tls_proxy_client_scan.o tls_proxy_clnt.o tls_proxy_context_print.o tls_proxy_context_scan.o tls_proxy_server_print.o tls_proxy_server_scan.o tls_rsa.o tls_scache.o tls_seed.o tls_server.o tls_session.o tls_stream.o tls_verify.o tls_bio_ops.o.tmp tls_certkey.o.tmp tls_client.o.tmp tls_dane.o.tmp tls_dh.o.tmp tls_fprint.o.tmp tls_level.o.tmp tls_mgr.o.tmp tls_misc.o.tmp tls_prng_dev.o.tmp tls_prng_egd.o.tmp tls_prng_exch.o.tmp tls_prng_file.o.tmp tls_proxy_client_misc.o.tmp tls_proxy_client_print.o.tmp tls_proxy_client_scan.o.tmp tls_proxy_clnt.o.tmp tls_proxy_context_print.o.tmp tls_proxy_context_scan.o.tmp tls_proxy_server_print.o.tmp tls_proxy_server_scan.o.tmp tls_rsa.o.tmp tls_scache.o.tmp tls_seed.o.tmp tls_server.o.tmp tls_session.o.tmp tls_stream.o.tmp tls_verify.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f libpam_guest.a pam_guest.o pam_guest.o.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/tls && rm -f libtls_p.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f libpam_guest_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/tls && rm -f libtls_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f libpam_guest_p.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/tls && rm -f libtls_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f libpam_guest_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/tls && rm -f libtls_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f libpam_guest_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/tls && rm -f libtls_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f libpam_guest_pic.a libpam_guest.so.* libpam_guest.so pam_guest.pico pam_guest.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/tls && rm -f libtls_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f libpam_guest_pic.a libpam_guest.so.* libpam_guest.so pam_guest.pico pam_guest.pico.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/tls && rm -f llib-ltls.ln tls_bio_ops.ln tls_certkey.ln tls_client.ln tls_dane.ln tls_dh.ln tls_fprint.ln tls_level.ln tls_mgr.ln tls_misc.ln tls_prng_dev.ln tls_prng_egd.ln tls_prng_exch.ln tls_prng_file.ln tls_proxy_client_misc.ln tls_proxy_client_print.ln tls_proxy_client_scan.ln tls_proxy_clnt.ln tls_proxy_context_print.ln tls_proxy_context_scan.ln tls_proxy_server_print.ln tls_proxy_server_scan.ln tls_rsa.ln tls_scache.ln tls_seed.ln tls_server.ln tls_session.ln tls_stream.ln tls_verify.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f llib-lpam_guest.ln pam_guest.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/tls && rm -f llib-ltls.ln tls_bio_ops.ln tls_certkey.ln tls_client.ln tls_dane.ln tls_dh.ln tls_fprint.ln tls_level.ln tls_mgr.ln tls_misc.ln tls_prng_dev.ln tls_prng_egd.ln tls_prng_exch.ln tls_prng_file.ln tls_proxy_client_misc.ln tls_proxy_client_print.ln tls_proxy_client_scan.ln tls_proxy_clnt.ln tls_proxy_context_print.ln tls_proxy_context_scan.ln tls_proxy_server_print.ln tls_proxy_server_scan.ln tls_rsa.ln tls_scache.ln tls_seed.ln tls_server.ln tls_session.ln tls_stream.ln tls_verify.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f llib-lpam_guest.ln pam_guest.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/tls && rm -f libtls.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f libpam_guest.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/tls && rm -f libtls.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f libpam_guest.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/tls && rm -f .depend tls_bio_ops.d tls_certkey.d tls_client.d tls_dane.d tls_dh.d tls_fprint.d tls_level.d tls_mgr.d tls_misc.d tls_prng_dev.d tls_prng_egd.d tls_prng_exch.d tls_prng_file.d tls_proxy_client_misc.d tls_proxy_client_print.d tls_proxy_client_scan.d tls_proxy_clnt.d tls_proxy_context_print.d tls_proxy_context_scan.d tls_proxy_server_print.d tls_proxy_server_scan.d tls_rsa.d tls_scache.d tls_seed.d tls_server.d tls_session.d tls_stream.d tls_verify.d tls_bio_ops.d.tmp tls_certkey.d.tmp tls_client.d.tmp tls_dane.d.tmp tls_dh.d.tmp tls_fprint.d.tmp tls_level.d.tmp tls_mgr.d.tmp tls_misc.d.tmp tls_prng_dev.d.tmp tls_prng_egd.d.tmp tls_prng_exch.d.tmp tls_prng_file.d.tmp tls_proxy_client_misc.d.tmp tls_proxy_client_print.d.tmp tls_proxy_client_scan.d.tmp tls_proxy_clnt.d.tmp tls_proxy_context_print.d.tmp tls_proxy_context_scan.d.tmp tls_proxy_server_print.d.tmp tls_proxy_server_scan.d.tmp tls_rsa.d.tmp tls_scache.d.tmp tls_seed.d.tmp tls_server.d.tmp tls_session.d.tmp tls_stream.d.tmp tls_verify.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_guest && rm -f pam_guest.html8 .depend pam_guest.d pam_guest.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/tls && rm -f .depend tls_bio_ops.d tls_certkey.d tls_client.d tls_dane.d tls_dh.d tls_fprint.d tls_level.d tls_mgr.d tls_misc.d tls_prng_dev.d tls_prng_egd.d tls_prng_exch.d tls_prng_file.d tls_proxy_client_misc.d tls_proxy_client_print.d tls_proxy_client_scan.d tls_proxy_clnt.d tls_proxy_context_print.d tls_proxy_context_scan.d tls_proxy_server_print.d tls_proxy_server_scan.d tls_rsa.d tls_scache.d tls_seed.d tls_server.d tls_session.d tls_stream.d tls_verify.d tls_bio_ops.d.tmp tls_certkey.d.tmp tls_client.d.tmp tls_dane.d.tmp tls_dh.d.tmp tls_fprint.d.tmp tls_level.d.tmp tls_mgr.d.tmp tls_misc.d.tmp tls_prng_dev.d.tmp tls_prng_egd.d.tmp tls_prng_exch.d.tmp tls_prng_file.d.tmp tls_proxy_client_misc.d.tmp tls_proxy_client_print.d.tmp tls_proxy_client_scan.d.tmp tls_proxy_clnt.d.tmp tls_proxy_context_print.d.tmp tls_proxy_context_scan.d.tmp tls_proxy_server_print.d.tmp tls_proxy_server_scan.d.tmp tls_rsa.d.tmp tls_scache.d.tmp tls_seed.d.tmp tls_server.d.tmp tls_session.d.tmp tls_stream.d.tmp tls_verify.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_guest && rm -f pam_guest.html8 .depend pam_guest.d pam_guest.d.tmp tags || true) --- cleandir-external --- --- cleandir-milter --- --- cleandir-lib --- --- cleandir-pam_lastlog --- --- cleandir-external --- cleandir ===> external/ibm-public/postfix/lib/milter --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_lastlog --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/milter && rm -f libmilter.a milter.o milter8.o milter_macros.o milter.o.tmp milter8.o.tmp milter_macros.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/milter && rm -f libmilter.a milter.o milter8.o milter_macros.o milter.o.tmp milter8.o.tmp milter_macros.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog.a pam_lastlog.o pam_lastlog.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/milter && rm -f libmilter_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog.a pam_lastlog.o pam_lastlog.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/milter && rm -f libmilter_p.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/milter && rm -f libmilter_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/milter && rm -f libmilter_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/milter && rm -f libmilter_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/milter && rm -f libmilter_pic.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_pic.a libpam_lastlog.so.* libpam_lastlog.so pam_lastlog.pico pam_lastlog.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/milter && rm -f llib-lmilter.ln milter.ln milter8.ln milter_macros.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog_pic.a libpam_lastlog.so.* libpam_lastlog.so pam_lastlog.pico pam_lastlog.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/milter && rm -f llib-lmilter.ln milter.ln milter8.ln milter_macros.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f llib-lpam_lastlog.ln pam_lastlog.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/milter && rm -f libmilter.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f llib-lpam_lastlog.ln pam_lastlog.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/milter && rm -f libmilter.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/milter && rm -f .depend milter.d milter8.d milter_macros.d milter.d.tmp milter8.d.tmp milter_macros.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f libpam_lastlog.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/milter && rm -f .depend milter.d milter8.d milter_macros.d milter.d.tmp milter8.d.tmp milter_macros.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-xsasl --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_lastlog && rm -f pam_lastlog.html8 .depend pam_lastlog.d pam_lastlog.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/lib/xsasl --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_lastlog && rm -f pam_lastlog.html8 .depend pam_lastlog.d pam_lastlog.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- cleandir-pam_login_access --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/xsasl && rm -f libxsasl.a xsasl_client.o xsasl_cyrus_client.o xsasl_cyrus_log.o xsasl_cyrus_security.o xsasl_cyrus_server.o xsasl_dovecot_server.o xsasl_saslc_client.o xsasl_server.o xsasl_client.o.tmp xsasl_cyrus_client.o.tmp xsasl_cyrus_log.o.tmp xsasl_cyrus_security.o.tmp xsasl_cyrus_server.o.tmp xsasl_dovecot_server.o.tmp xsasl_saslc_client.o.tmp xsasl_server.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_login_access --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/xsasl && rm -f libxsasl.a xsasl_client.o xsasl_cyrus_client.o xsasl_cyrus_log.o xsasl_cyrus_security.o xsasl_cyrus_server.o xsasl_dovecot_server.o xsasl_saslc_client.o xsasl_server.o xsasl_client.o.tmp xsasl_cyrus_client.o.tmp xsasl_cyrus_log.o.tmp xsasl_cyrus_security.o.tmp xsasl_cyrus_server.o.tmp xsasl_dovecot_server.o.tmp xsasl_saslc_client.o.tmp xsasl_server.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/xsasl && rm -f libxsasl_p.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f libpam_login_access.a pam_login_access.o login_access.o pam_login_access.o.tmp login_access.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/xsasl && rm -f libxsasl_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f libpam_login_access.a pam_login_access.o login_access.o pam_login_access.o.tmp login_access.o.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/xsasl && rm -f libxsasl_g.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/xsasl && rm -f libxsasl_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_p.a || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/xsasl && rm -f libxsasl_pic.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/xsasl && rm -f libxsasl_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_g.a || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/xsasl && rm -f llib-lxsasl.ln xsasl_client.ln xsasl_cyrus_client.ln xsasl_cyrus_log.ln xsasl_cyrus_security.ln xsasl_cyrus_server.ln xsasl_dovecot_server.ln xsasl_saslc_client.ln xsasl_server.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_pic.a libpam_login_access.so.* libpam_login_access.so pam_login_access.pico login_access.pico pam_login_access.pico.tmp login_access.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/xsasl && rm -f llib-lxsasl.ln xsasl_client.ln xsasl_cyrus_client.ln xsasl_cyrus_log.ln xsasl_cyrus_security.ln xsasl_cyrus_server.ln xsasl_dovecot_server.ln xsasl_saslc_client.ln xsasl_server.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f libpam_login_access_pic.a libpam_login_access.so.* libpam_login_access.so pam_login_access.pico login_access.pico pam_login_access.pico.tmp login_access.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/xsasl && rm -f libxsasl.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f llib-lpam_login_access.ln pam_login_access.ln login_access.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/xsasl && rm -f libxsasl.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f llib-lpam_login_access.ln pam_login_access.ln login_access.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/lib/xsasl && rm -f .depend xsasl_client.d xsasl_cyrus_client.d xsasl_cyrus_log.d xsasl_cyrus_security.d xsasl_cyrus_server.d xsasl_dovecot_server.d xsasl_saslc_client.d xsasl_server.d xsasl_client.d.tmp xsasl_cyrus_client.d.tmp xsasl_cyrus_log.d.tmp xsasl_cyrus_security.d.tmp xsasl_cyrus_server.d.tmp xsasl_dovecot_server.d.tmp xsasl_saslc_client.d.tmp xsasl_server.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/lib/xsasl && rm -f .depend xsasl_client.d xsasl_cyrus_client.d xsasl_cyrus_log.d xsasl_cyrus_security.d xsasl_cyrus_server.d xsasl_dovecot_server.d xsasl_saslc_client.d xsasl_server.d xsasl_client.d.tmp xsasl_cyrus_client.d.tmp xsasl_cyrus_log.d.tmp xsasl_cyrus_security.d.tmp xsasl_cyrus_server.d.tmp xsasl_dovecot_server.d.tmp xsasl_saslc_client.d.tmp xsasl_server.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f libpam_login_access.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f libpam_login_access.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-libexec --- cleandir ===> external/ibm-public/postfix/libexec --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_login_access && rm -f pam_login_access.html8 login.access.html5 .depend login_access.d pam_login_access.d login_access.d.tmp pam_login_access.d.tmp tags || true) --- cleandir-external --- --- cleandir-anvil --- cleandir ===> external/ibm-public/postfix/libexec/anvil --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_login_access && rm -f pam_login_access.html8 login.access.html5 .depend login_access.d pam_login_access.d login_access.d.tmp pam_login_access.d.tmp tags || true) --- cleandir-pam_nologin --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_nologin --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/anvil && rm -f a.out [Ee]rrs mklog core *.core .gdbinit anvil anvil.o anvil.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/anvil && rm -f a.out [Ee]rrs mklog core *.core .gdbinit anvil anvil.o anvil.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/anvil && rm -f .depend anvil.d anvil.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/anvil && rm -f .depend anvil.d anvil.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f libpam_nologin.a pam_nologin.o pam_nologin.o.tmp || true) --- cleandir-external --- --- cleandir-bounce --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f libpam_nologin.a pam_nologin.o pam_nologin.o.tmp || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/bounce --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/bounce && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bounce bounce.o bounce_append_service.o bounce_notify_service.o bounce_cleanup.o bounce_notify_util.o bounce_notify_verp.o bounce_one_service.o bounce_warn_service.o bounce_trace_service.o bounce_template.o bounce_templates.o bounce.ln bounce_append_service.ln bounce_notify_service.ln bounce_cleanup.ln bounce_notify_util.ln bounce_notify_verp.ln bounce_one_service.ln bounce_warn_service.ln bounce_trace_service.ln bounce_template.ln bounce_templates.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/bounce && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bounce bounce.o bounce_append_service.o bounce_notify_service.o bounce_cleanup.o bounce_notify_util.o bounce_notify_verp.o bounce_one_service.o bounce_warn_service.o bounce_trace_service.o bounce_template.o bounce_templates.o bounce.ln bounce_append_service.ln bounce_notify_service.ln bounce_cleanup.ln bounce_notify_util.ln bounce_notify_verp.ln bounce_one_service.ln bounce_warn_service.ln bounce_trace_service.ln bounce_template.ln bounce_templates.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/bounce && rm -f .depend bounce.d bounce_append_service.d bounce_cleanup.d bounce_notify_service.d bounce_notify_util.d bounce_notify_verp.d bounce_one_service.d bounce_template.d bounce_templates.d bounce_trace_service.d bounce_warn_service.d bounce.d.tmp bounce_append_service.d.tmp bounce_cleanup.d.tmp bounce_notify_service.d.tmp bounce_notify_util.d.tmp bounce_notify_verp.d.tmp bounce_one_service.d.tmp bounce_template.d.tmp bounce_templates.d.tmp bounce_trace_service.d.tmp bounce_warn_service.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/bounce && rm -f .depend bounce.d bounce_append_service.d bounce_cleanup.d bounce_notify_service.d bounce_notify_util.d bounce_notify_verp.d bounce_one_service.d bounce_template.d bounce_templates.d bounce_trace_service.d bounce_warn_service.d bounce.d.tmp bounce_append_service.d.tmp bounce_cleanup.d.tmp bounce_notify_service.d.tmp bounce_notify_util.d.tmp bounce_notify_verp.d.tmp bounce_one_service.d.tmp bounce_template.d.tmp bounce_templates.d.tmp bounce_trace_service.d.tmp bounce_warn_service.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_pic.a libpam_nologin.so.* libpam_nologin.so pam_nologin.pico pam_nologin.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f libpam_nologin_pic.a libpam_nologin.so.* libpam_nologin.so pam_nologin.pico pam_nologin.pico.tmp || true) --- cleandir-external --- --- cleandir-cleanup --- cleandir ===> external/ibm-public/postfix/libexec/cleanup --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f llib-lpam_nologin.ln pam_nologin.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f llib-lpam_nologin.ln pam_nologin.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/cleanup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cleanup cleanup.o cleanup_out.o cleanup_envelope.o cleanup_message.o cleanup_extracted.o cleanup_state.o cleanup_rewrite.o cleanup_map11.o cleanup_map1n.o cleanup_masquerade.o cleanup_out_recipient.o cleanup_init.o cleanup_api.o cleanup_addr.o cleanup_bounce.o cleanup_milter.o cleanup_body_edit.o cleanup_region.o cleanup_final.o cleanup.ln cleanup_out.ln cleanup_envelope.ln cleanup_message.ln cleanup_extracted.ln cleanup_state.ln cleanup_rewrite.ln cleanup_map11.ln cleanup_map1n.ln cleanup_masquerade.ln cleanup_out_recipient.ln cleanup_init.ln cleanup_api.ln cleanup_addr.ln cleanup_bounce.ln cleanup_milter.ln cleanup_body_edit.ln cleanup_region.ln cleanup_final.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/cleanup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cleanup cleanup.o cleanup_out.o cleanup_envelope.o cleanup_message.o cleanup_extracted.o cleanup_state.o cleanup_rewrite.o cleanup_map11.o cleanup_map1n.o cleanup_masquerade.o cleanup_out_recipient.o cleanup_init.o cleanup_api.o cleanup_addr.o cleanup_bounce.o cleanup_milter.o cleanup_body_edit.o cleanup_region.o cleanup_final.o cleanup.ln cleanup_out.ln cleanup_envelope.ln cleanup_message.ln cleanup_extracted.ln cleanup_state.ln cleanup_rewrite.ln cleanup_map11.ln cleanup_map1n.ln cleanup_masquerade.ln cleanup_out_recipient.ln cleanup_init.ln cleanup_api.ln cleanup_addr.ln cleanup_bounce.ln cleanup_milter.ln cleanup_body_edit.ln cleanup_region.ln cleanup_final.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f libpam_nologin.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f libpam_nologin.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/cleanup && rm -f .depend cleanup.d cleanup_addr.d cleanup_api.d cleanup_body_edit.d cleanup_bounce.d cleanup_envelope.d cleanup_extracted.d cleanup_final.d cleanup_init.d cleanup_map11.d cleanup_map1n.d cleanup_masquerade.d cleanup_message.d cleanup_milter.d cleanup_out.d cleanup_out_recipient.d cleanup_region.d cleanup_rewrite.d cleanup_state.d cleanup.d.tmp cleanup_addr.d.tmp cleanup_api.d.tmp cleanup_body_edit.d.tmp cleanup_bounce.d.tmp cleanup_envelope.d.tmp cleanup_extracted.d.tmp cleanup_final.d.tmp cleanup_init.d.tmp cleanup_map11.d.tmp cleanup_map1n.d.tmp cleanup_masquerade.d.tmp cleanup_message.d.tmp cleanup_milter.d.tmp cleanup_out.d.tmp cleanup_out_recipient.d.tmp cleanup_region.d.tmp cleanup_rewrite.d.tmp cleanup_state.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/cleanup && rm -f .depend cleanup.d cleanup_addr.d cleanup_api.d cleanup_body_edit.d cleanup_bounce.d cleanup_envelope.d cleanup_extracted.d cleanup_final.d cleanup_init.d cleanup_map11.d cleanup_map1n.d cleanup_masquerade.d cleanup_message.d cleanup_milter.d cleanup_out.d cleanup_out_recipient.d cleanup_region.d cleanup_rewrite.d cleanup_state.d cleanup.d.tmp cleanup_addr.d.tmp cleanup_api.d.tmp cleanup_body_edit.d.tmp cleanup_bounce.d.tmp cleanup_envelope.d.tmp cleanup_extracted.d.tmp cleanup_final.d.tmp cleanup_init.d.tmp cleanup_map11.d.tmp cleanup_map1n.d.tmp cleanup_masquerade.d.tmp cleanup_message.d.tmp cleanup_milter.d.tmp cleanup_out.d.tmp cleanup_out_recipient.d.tmp cleanup_region.d.tmp cleanup_rewrite.d.tmp cleanup_state.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_nologin && rm -f pam_nologin.html8 .depend pam_nologin.d pam_nologin.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_nologin && rm -f pam_nologin.html8 .depend pam_nologin.d pam_nologin.d.tmp tags || true) --- cleandir-external --- --- cleandir-discard --- cleandir ===> external/ibm-public/postfix/libexec/discard --- cleandir-lib --- --- cleandir-pam_permit --- cleandir ===> lib/libpam/modules/pam_permit --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/discard && rm -f a.out [Ee]rrs mklog core *.core .gdbinit discard discard.o discard.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/discard && rm -f a.out [Ee]rrs mklog core *.core .gdbinit discard discard.o discard.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f libpam_permit.a pam_permit.o pam_permit.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/discard && rm -f .depend discard.d discard.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f libpam_permit.a pam_permit.o pam_permit.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/discard && rm -f .depend discard.d discard.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f libpam_permit_p.a || true) --- cleandir-external --- --- cleandir-dnsblog --- cleandir ===> external/ibm-public/postfix/libexec/dnsblog --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f libpam_permit_p.a || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f libpam_permit_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/dnsblog && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnsblog dnsblog.o dnsblog.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f libpam_permit_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/dnsblog && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnsblog dnsblog.o dnsblog.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f libpam_permit_pic.a libpam_permit.so.* libpam_permit.so pam_permit.pico pam_permit.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/dnsblog && rm -f .depend dnsblog.d dnsblog.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f libpam_permit_pic.a libpam_permit.so.* libpam_permit.so pam_permit.pico pam_permit.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/dnsblog && rm -f .depend dnsblog.d dnsblog.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f llib-lpam_permit.ln pam_permit.ln || true) --- cleandir-external --- --- cleandir-error --- cleandir ===> external/ibm-public/postfix/libexec/error --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f llib-lpam_permit.ln pam_permit.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f libpam_permit.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/error && rm -f a.out [Ee]rrs mklog core *.core .gdbinit error error.o error.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f libpam_permit.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/error && rm -f a.out [Ee]rrs mklog core *.core .gdbinit error error.o error.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_permit && rm -f pam_permit.html8 .depend pam_permit.d pam_permit.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/error && rm -f .depend error.d error.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_permit && rm -f pam_permit.html8 .depend pam_permit.d pam_permit.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/error && rm -f .depend error.d error.d.tmp tags || true) --- cleandir-lib --- --- cleandir-pam_radius --- --- cleandir-external --- --- cleandir-flush --- --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_radius --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/flush --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/flush && rm -f a.out [Ee]rrs mklog core *.core .gdbinit flush flush.o flush.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/flush && rm -f a.out [Ee]rrs mklog core *.core .gdbinit flush flush.o flush.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f libpam_radius.a pam_radius.o pam_radius.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/flush && rm -f .depend flush.d flush.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f libpam_radius.a pam_radius.o pam_radius.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/flush && rm -f .depend flush.d flush.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f libpam_radius_p.a || true) --- cleandir-external --- --- cleandir-local --- cleandir ===> external/ibm-public/postfix/libexec/local --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f libpam_radius_p.a || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f libpam_radius_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/local && rm -f a.out [Ee]rrs mklog core *.core .gdbinit local alias.o command.o dotforward.o file.o forward.o include.o indirect.o local.o mailbox.o recipient.o resolve.o token.o deliver_attr.o maildir.o biff_notify.o unknown.o local_expand.o bounce_workaround.o alias.ln command.ln dotforward.ln file.ln forward.ln include.ln indirect.ln local.ln mailbox.ln recipient.ln resolve.ln token.ln deliver_attr.ln maildir.ln biff_notify.ln unknown.ln local_expand.ln bounce_workaround.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f libpam_radius_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/local && rm -f a.out [Ee]rrs mklog core *.core .gdbinit local alias.o command.o dotforward.o file.o forward.o include.o indirect.o local.o mailbox.o recipient.o resolve.o token.o deliver_attr.o maildir.o biff_notify.o unknown.o local_expand.o bounce_workaround.o alias.ln command.ln dotforward.ln file.ln forward.ln include.ln indirect.ln local.ln mailbox.ln recipient.ln resolve.ln token.ln deliver_attr.ln maildir.ln biff_notify.ln unknown.ln local_expand.ln bounce_workaround.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f libpam_radius_pic.a libpam_radius.so.* libpam_radius.so pam_radius.pico pam_radius.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/local && rm -f .depend alias.d biff_notify.d bounce_workaround.d command.d deliver_attr.d dotforward.d file.d forward.d include.d indirect.d local.d local_expand.d mailbox.d maildir.d recipient.d resolve.d token.d unknown.d alias.d.tmp biff_notify.d.tmp bounce_workaround.d.tmp command.d.tmp deliver_attr.d.tmp dotforward.d.tmp file.d.tmp forward.d.tmp include.d.tmp indirect.d.tmp local.d.tmp local_expand.d.tmp mailbox.d.tmp maildir.d.tmp recipient.d.tmp resolve.d.tmp token.d.tmp unknown.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f libpam_radius_pic.a libpam_radius.so.* libpam_radius.so pam_radius.pico pam_radius.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/local && rm -f .depend alias.d biff_notify.d bounce_workaround.d command.d deliver_attr.d dotforward.d file.d forward.d include.d indirect.d local.d local_expand.d mailbox.d maildir.d recipient.d resolve.d token.d unknown.d alias.d.tmp biff_notify.d.tmp bounce_workaround.d.tmp command.d.tmp deliver_attr.d.tmp dotforward.d.tmp file.d.tmp forward.d.tmp include.d.tmp indirect.d.tmp local.d.tmp local_expand.d.tmp mailbox.d.tmp maildir.d.tmp recipient.d.tmp resolve.d.tmp token.d.tmp unknown.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f llib-lpam_radius.ln pam_radius.ln || true) --- cleandir-external --- --- cleandir-master --- cleandir ===> external/ibm-public/postfix/libexec/master --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f llib-lpam_radius.ln pam_radius.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f libpam_radius.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/master && rm -f a.out [Ee]rrs mklog core *.core .gdbinit master master.o master_conf.o master_ent.o master_sig.o master_avail.o master_spawn.o master_service.o master_status.o master_listen.o master_vars.o master_wakeup.o master_flow.o master_watch.o master_monitor.o master.ln master_conf.ln master_ent.ln master_sig.ln master_avail.ln master_spawn.ln master_service.ln master_status.ln master_listen.ln master_vars.ln master_wakeup.ln master_flow.ln master_watch.ln master_monitor.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f libpam_radius.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/master && rm -f a.out [Ee]rrs mklog core *.core .gdbinit master master.o master_conf.o master_ent.o master_sig.o master_avail.o master_spawn.o master_service.o master_status.o master_listen.o master_vars.o master_wakeup.o master_flow.o master_watch.o master_monitor.o master.ln master_conf.ln master_ent.ln master_sig.ln master_avail.ln master_spawn.ln master_service.ln master_status.ln master_listen.ln master_vars.ln master_wakeup.ln master_flow.ln master_watch.ln master_monitor.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_radius && rm -f pam_radius.html8 .depend pam_radius.d pam_radius.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/master && rm -f .depend master.d master_avail.d master_conf.d master_ent.d master_flow.d master_listen.d master_monitor.d master_service.d master_sig.d master_spawn.d master_status.d master_vars.d master_wakeup.d master_watch.d master.d.tmp master_avail.d.tmp master_conf.d.tmp master_ent.d.tmp master_flow.d.tmp master_listen.d.tmp master_monitor.d.tmp master_service.d.tmp master_sig.d.tmp master_spawn.d.tmp master_status.d.tmp master_vars.d.tmp master_wakeup.d.tmp master_watch.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_radius && rm -f pam_radius.html8 .depend pam_radius.d pam_radius.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/master && rm -f .depend master.d master_avail.d master_conf.d master_ent.d master_flow.d master_listen.d master_monitor.d master_service.d master_sig.d master_spawn.d master_status.d master_vars.d master_wakeup.d master_watch.d master.d.tmp master_avail.d.tmp master_conf.d.tmp master_ent.d.tmp master_flow.d.tmp master_listen.d.tmp master_monitor.d.tmp master_service.d.tmp master_sig.d.tmp master_spawn.d.tmp master_status.d.tmp master_vars.d.tmp master_wakeup.d.tmp master_watch.d.tmp tags || true) --- cleandir-lib --- --- cleandir-pam_rhosts --- --- cleandir-external --- --- cleandir-oqmgr --- --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_rhosts --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/oqmgr --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/oqmgr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit oqmgr qmgr.o qmgr_active.o qmgr_transport.o qmgr_queue.o qmgr_entry.o qmgr_message.o qmgr_deliver.o qmgr_move.o qmgr_feedback.o qmgr_defer.o qmgr_enable.o qmgr_scan.o qmgr_bounce.o qmgr_error.o qmgr.ln qmgr_active.ln qmgr_transport.ln qmgr_queue.ln qmgr_entry.ln qmgr_message.ln qmgr_deliver.ln qmgr_move.ln qmgr_feedback.ln qmgr_defer.ln qmgr_enable.ln qmgr_scan.ln qmgr_bounce.ln qmgr_error.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts.a pam_rhosts.o pam_rhosts.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/oqmgr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit oqmgr qmgr.o qmgr_active.o qmgr_transport.o qmgr_queue.o qmgr_entry.o qmgr_message.o qmgr_deliver.o qmgr_move.o qmgr_feedback.o qmgr_defer.o qmgr_enable.o qmgr_scan.o qmgr_bounce.o qmgr_error.o qmgr.ln qmgr_active.ln qmgr_transport.ln qmgr_queue.ln qmgr_entry.ln qmgr_message.ln qmgr_deliver.ln qmgr_move.ln qmgr_feedback.ln qmgr_defer.ln qmgr_enable.ln qmgr_scan.ln qmgr_bounce.ln qmgr_error.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts.a pam_rhosts.o pam_rhosts.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/oqmgr && rm -f .depend qmgr.d qmgr_active.d qmgr_bounce.d qmgr_defer.d qmgr_deliver.d qmgr_enable.d qmgr_entry.d qmgr_error.d qmgr_feedback.d qmgr_message.d qmgr_move.d qmgr_queue.d qmgr_scan.d qmgr_transport.d qmgr.d.tmp qmgr_active.d.tmp qmgr_bounce.d.tmp qmgr_defer.d.tmp qmgr_deliver.d.tmp qmgr_enable.d.tmp qmgr_entry.d.tmp qmgr_error.d.tmp qmgr_feedback.d.tmp qmgr_message.d.tmp qmgr_move.d.tmp qmgr_queue.d.tmp qmgr_scan.d.tmp qmgr_transport.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/oqmgr && rm -f .depend qmgr.d qmgr_active.d qmgr_bounce.d qmgr_defer.d qmgr_deliver.d qmgr_enable.d qmgr_entry.d qmgr_error.d qmgr_feedback.d qmgr_message.d qmgr_move.d qmgr_queue.d qmgr_scan.d qmgr_transport.d qmgr.d.tmp qmgr_active.d.tmp qmgr_bounce.d.tmp qmgr_defer.d.tmp qmgr_deliver.d.tmp qmgr_enable.d.tmp qmgr_entry.d.tmp qmgr_error.d.tmp qmgr_feedback.d.tmp qmgr_message.d.tmp qmgr_move.d.tmp qmgr_queue.d.tmp qmgr_scan.d.tmp qmgr_transport.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_p.a || true) --- libclean3 --- --- cleandir-external --- --- cleandir-pickup --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_g.a || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/pickup --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/pickup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pickup pickup.o pickup.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_pic.a libpam_rhosts.so.* libpam_rhosts.so pam_rhosts.pico pam_rhosts.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/pickup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pickup pickup.o pickup.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts_pic.a libpam_rhosts.so.* libpam_rhosts.so pam_rhosts.pico pam_rhosts.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/pickup && rm -f .depend pickup.d pickup.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f llib-lpam_rhosts.ln pam_rhosts.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/pickup && rm -f .depend pickup.d pickup.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f llib-lpam_rhosts.ln pam_rhosts.ln || true) --- cleandir-external --- --- cleandir-pipe --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/pipe --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f libpam_rhosts.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/pipe && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pipe pipe.o pipe.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/pipe && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pipe pipe.o pipe.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rhosts && rm -f pam_rhosts.html8 .depend pam_rhosts.d pam_rhosts.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rhosts && rm -f pam_rhosts.html8 .depend pam_rhosts.d pam_rhosts.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/pipe && rm -f .depend pipe.d pipe.d.tmp tags || true) --- cleandir-lib --- --- cleandir-pam_rootok --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/pipe && rm -f .depend pipe.d pipe.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_rootok --- cleandir-external --- --- cleandir-postfix-script --- cleandir ===> external/ibm-public/postfix/libexec/postfix-script --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f libpam_rootok.a pam_rootok.o pam_rootok.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/postfix-script && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f libpam_rootok.a pam_rootok.o pam_rootok.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/postfix-script && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_p.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-proxymap --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_p.a || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/proxymap --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/proxymap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit proxymap proxymap.o proxymap.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/proxymap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit proxymap proxymap.o proxymap.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_pic.a libpam_rootok.so.* libpam_rootok.so pam_rootok.pico pam_rootok.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f libpam_rootok_pic.a libpam_rootok.so.* libpam_rootok.so pam_rootok.pico pam_rootok.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/proxymap && rm -f .depend proxymap.d proxymap.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/proxymap && rm -f .depend proxymap.d proxymap.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f llib-lpam_rootok.ln pam_rootok.ln || true) --- cleandir-external --- --- cleandir-qmgr --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f llib-lpam_rootok.ln pam_rootok.ln || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/qmgr --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f libpam_rootok.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/qmgr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit qmgr qmgr.o qmgr_active.o qmgr_transport.o qmgr_queue.o qmgr_entry.o qmgr_message.o qmgr_deliver.o qmgr_move.o qmgr_job.o qmgr_peer.o qmgr_feedback.o qmgr_defer.o qmgr_enable.o qmgr_scan.o qmgr_bounce.o qmgr_error.o qmgr.ln qmgr_active.ln qmgr_transport.ln qmgr_queue.ln qmgr_entry.ln qmgr_message.ln qmgr_deliver.ln qmgr_move.ln qmgr_job.ln qmgr_peer.ln qmgr_feedback.ln qmgr_defer.ln qmgr_enable.ln qmgr_scan.ln qmgr_bounce.ln qmgr_error.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f libpam_rootok.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/qmgr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit qmgr qmgr.o qmgr_active.o qmgr_transport.o qmgr_queue.o qmgr_entry.o qmgr_message.o qmgr_deliver.o qmgr_move.o qmgr_job.o qmgr_peer.o qmgr_feedback.o qmgr_defer.o qmgr_enable.o qmgr_scan.o qmgr_bounce.o qmgr_error.o qmgr.ln qmgr_active.ln qmgr_transport.ln qmgr_queue.ln qmgr_entry.ln qmgr_message.ln qmgr_deliver.ln qmgr_move.ln qmgr_job.ln qmgr_peer.ln qmgr_feedback.ln qmgr_defer.ln qmgr_enable.ln qmgr_scan.ln qmgr_bounce.ln qmgr_error.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_rootok && rm -f pam_rootok.html8 .depend pam_rootok.d pam_rootok.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_rootok && rm -f pam_rootok.html8 .depend pam_rootok.d pam_rootok.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/qmgr && rm -f .depend qmgr.d qmgr_active.d qmgr_bounce.d qmgr_defer.d qmgr_deliver.d qmgr_enable.d qmgr_entry.d qmgr_error.d qmgr_feedback.d qmgr_job.d qmgr_message.d qmgr_move.d qmgr_peer.d qmgr_queue.d qmgr_scan.d qmgr_transport.d qmgr.d.tmp qmgr_active.d.tmp qmgr_bounce.d.tmp qmgr_defer.d.tmp qmgr_deliver.d.tmp qmgr_enable.d.tmp qmgr_entry.d.tmp qmgr_error.d.tmp qmgr_feedback.d.tmp qmgr_job.d.tmp qmgr_message.d.tmp qmgr_move.d.tmp qmgr_peer.d.tmp qmgr_queue.d.tmp qmgr_scan.d.tmp qmgr_transport.d.tmp tags || true) --- cleandir-lib --- --- cleandir-pam_securetty --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/qmgr && rm -f .depend qmgr.d qmgr_active.d qmgr_bounce.d qmgr_defer.d qmgr_deliver.d qmgr_enable.d qmgr_entry.d qmgr_error.d qmgr_feedback.d qmgr_job.d qmgr_message.d qmgr_move.d qmgr_peer.d qmgr_queue.d qmgr_scan.d qmgr_transport.d qmgr.d.tmp qmgr_active.d.tmp qmgr_bounce.d.tmp qmgr_defer.d.tmp qmgr_deliver.d.tmp qmgr_enable.d.tmp qmgr_entry.d.tmp qmgr_error.d.tmp qmgr_feedback.d.tmp qmgr_job.d.tmp qmgr_message.d.tmp qmgr_move.d.tmp qmgr_peer.d.tmp qmgr_queue.d.tmp qmgr_scan.d.tmp qmgr_transport.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_securetty --- cleandir-external --- --- cleandir-scache --- cleandir ===> external/ibm-public/postfix/libexec/scache --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f libpam_securetty.a pam_securetty.o pam_securetty.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/scache && rm -f a.out [Ee]rrs mklog core *.core .gdbinit scache scache.o scache.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f libpam_securetty.a pam_securetty.o pam_securetty.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/scache && rm -f a.out [Ee]rrs mklog core *.core .gdbinit scache scache.o scache.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/scache && rm -f .depend scache.d scache.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/scache && rm -f .depend scache.d scache.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-sendmail --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_g.a || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/sendmail --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_pic.a libpam_securetty.so.* libpam_securetty.so pam_securetty.pico pam_securetty.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/sendmail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sendmail sendmail.o sendmail.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f libpam_securetty_pic.a libpam_securetty.so.* libpam_securetty.so pam_securetty.pico pam_securetty.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/sendmail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sendmail sendmail.o sendmail.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f llib-lpam_securetty.ln pam_securetty.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/sendmail && rm -f .depend sendmail.d sendmail.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f llib-lpam_securetty.ln pam_securetty.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/sendmail && rm -f .depend sendmail.d sendmail.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-showq --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f libpam_securetty.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/showq --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f libpam_securetty.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/showq && rm -f a.out [Ee]rrs mklog core *.core .gdbinit showq showq.o showq.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_securetty && rm -f pam_securetty.html8 .depend pam_securetty.d pam_securetty.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/showq && rm -f a.out [Ee]rrs mklog core *.core .gdbinit showq showq.o showq.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_securetty && rm -f pam_securetty.html8 .depend pam_securetty.d pam_securetty.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-pam_self --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/showq && rm -f .depend showq.d showq.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_self --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/showq && rm -f .depend showq.d showq.d.tmp tags || true) --- cleandir-smtp --- cleandir ===> external/ibm-public/postfix/libexec/smtp --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f libpam_self.a pam_self.o pam_self.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f libpam_self.a pam_self.o pam_self.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/smtp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit smtp smtp.o smtp_addr.o smtp_chat.o smtp_connect.o smtp_key.o smtp_map11.o smtp_misc.o smtp_proto.o smtp_rcpt.o smtp_reuse.o smtp_sasl_auth_cache.o smtp_sasl_glue.o smtp_sasl_proto.o smtp_session.o smtp_state.o smtp_tls_policy.o smtp_trouble.o smtp_unalias.o smtp.ln smtp_addr.ln smtp_chat.ln smtp_connect.ln smtp_key.ln smtp_map11.ln smtp_misc.ln smtp_proto.ln smtp_rcpt.ln smtp_reuse.ln smtp_sasl_auth_cache.ln smtp_sasl_glue.ln smtp_sasl_proto.ln smtp_session.ln smtp_state.ln smtp_tls_policy.ln smtp_trouble.ln smtp_unalias.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f libpam_self_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/smtp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit smtp smtp.o smtp_addr.o smtp_chat.o smtp_connect.o smtp_key.o smtp_map11.o smtp_misc.o smtp_proto.o smtp_rcpt.o smtp_reuse.o smtp_sasl_auth_cache.o smtp_sasl_glue.o smtp_sasl_proto.o smtp_session.o smtp_state.o smtp_tls_policy.o smtp_trouble.o smtp_unalias.o smtp.ln smtp_addr.ln smtp_chat.ln smtp_connect.ln smtp_key.ln smtp_map11.ln smtp_misc.ln smtp_proto.ln smtp_rcpt.ln smtp_reuse.ln smtp_sasl_auth_cache.ln smtp_sasl_glue.ln smtp_sasl_proto.ln smtp_session.ln smtp_state.ln smtp_tls_policy.ln smtp_trouble.ln smtp_unalias.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f libpam_self_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/smtp && rm -f .depend smtp.d smtp_addr.d smtp_chat.d smtp_connect.d smtp_key.d smtp_map11.d smtp_misc.d smtp_proto.d smtp_rcpt.d smtp_reuse.d smtp_sasl_auth_cache.d smtp_sasl_glue.d smtp_sasl_proto.d smtp_session.d smtp_state.d smtp_tls_policy.d smtp_trouble.d smtp_unalias.d smtp.d.tmp smtp_addr.d.tmp smtp_chat.d.tmp smtp_connect.d.tmp smtp_key.d.tmp smtp_map11.d.tmp smtp_misc.d.tmp smtp_proto.d.tmp smtp_rcpt.d.tmp smtp_reuse.d.tmp smtp_sasl_auth_cache.d.tmp smtp_sasl_glue.d.tmp smtp_sasl_proto.d.tmp smtp_session.d.tmp smtp_state.d.tmp smtp_tls_policy.d.tmp smtp_trouble.d.tmp smtp_unalias.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f libpam_self_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/smtp && rm -f .depend smtp.d smtp_addr.d smtp_chat.d smtp_connect.d smtp_key.d smtp_map11.d smtp_misc.d smtp_proto.d smtp_rcpt.d smtp_reuse.d smtp_sasl_auth_cache.d smtp_sasl_glue.d smtp_sasl_proto.d smtp_session.d smtp_state.d smtp_tls_policy.d smtp_trouble.d smtp_unalias.d smtp.d.tmp smtp_addr.d.tmp smtp_chat.d.tmp smtp_connect.d.tmp smtp_key.d.tmp smtp_map11.d.tmp smtp_misc.d.tmp smtp_proto.d.tmp smtp_rcpt.d.tmp smtp_reuse.d.tmp smtp_sasl_auth_cache.d.tmp smtp_sasl_glue.d.tmp smtp_sasl_proto.d.tmp smtp_session.d.tmp smtp_state.d.tmp smtp_tls_policy.d.tmp smtp_trouble.d.tmp smtp_unalias.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f libpam_self_g.a || true) --- cleandir-external --- --- cleandir-smtpd --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/smtpd --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f libpam_self_pic.a libpam_self.so.* libpam_self.so pam_self.pico pam_self.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f libpam_self_pic.a libpam_self.so.* libpam_self.so pam_self.pico pam_self.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/smtpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit smtpd pfilter.o smtpd.o smtpd_chat.o smtpd_check.o smtpd_dsn_fix.o smtpd_expand.o smtpd_haproxy.o smtpd_milter.o smtpd_peer.o smtpd_proxy.o smtpd_resolve.o smtpd_sasl_glue.o smtpd_sasl_proto.o smtpd_state.o smtpd_token.o smtpd_xforward.o pfilter.ln smtpd.ln smtpd_chat.ln smtpd_check.ln smtpd_dsn_fix.ln smtpd_expand.ln smtpd_haproxy.ln smtpd_milter.ln smtpd_peer.ln smtpd_proxy.ln smtpd_resolve.ln smtpd_sasl_glue.ln smtpd_sasl_proto.ln smtpd_state.ln smtpd_token.ln smtpd_xforward.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f llib-lpam_self.ln pam_self.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/smtpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit smtpd pfilter.o smtpd.o smtpd_chat.o smtpd_check.o smtpd_dsn_fix.o smtpd_expand.o smtpd_haproxy.o smtpd_milter.o smtpd_peer.o smtpd_proxy.o smtpd_resolve.o smtpd_sasl_glue.o smtpd_sasl_proto.o smtpd_state.o smtpd_token.o smtpd_xforward.o pfilter.ln smtpd.ln smtpd_chat.ln smtpd_check.ln smtpd_dsn_fix.ln smtpd_expand.ln smtpd_haproxy.ln smtpd_milter.ln smtpd_peer.ln smtpd_proxy.ln smtpd_resolve.ln smtpd_sasl_glue.ln smtpd_sasl_proto.ln smtpd_state.ln smtpd_token.ln smtpd_xforward.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f llib-lpam_self.ln pam_self.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/smtpd && rm -f .depend pfilter.d smtpd.d smtpd_chat.d smtpd_check.d smtpd_dsn_fix.d smtpd_expand.d smtpd_haproxy.d smtpd_milter.d smtpd_peer.d smtpd_proxy.d smtpd_resolve.d smtpd_sasl_glue.d smtpd_sasl_proto.d smtpd_state.d smtpd_token.d smtpd_xforward.d pfilter.d.tmp smtpd.d.tmp smtpd_chat.d.tmp smtpd_check.d.tmp smtpd_dsn_fix.d.tmp smtpd_expand.d.tmp smtpd_haproxy.d.tmp smtpd_milter.d.tmp smtpd_peer.d.tmp smtpd_proxy.d.tmp smtpd_resolve.d.tmp smtpd_sasl_glue.d.tmp smtpd_sasl_proto.d.tmp smtpd_state.d.tmp smtpd_token.d.tmp smtpd_xforward.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f libpam_self.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/smtpd && rm -f .depend pfilter.d smtpd.d smtpd_chat.d smtpd_check.d smtpd_dsn_fix.d smtpd_expand.d smtpd_haproxy.d smtpd_milter.d smtpd_peer.d smtpd_proxy.d smtpd_resolve.d smtpd_sasl_glue.d smtpd_sasl_proto.d smtpd_state.d smtpd_token.d smtpd_xforward.d pfilter.d.tmp smtpd.d.tmp smtpd_chat.d.tmp smtpd_check.d.tmp smtpd_dsn_fix.d.tmp smtpd_expand.d.tmp smtpd_haproxy.d.tmp smtpd_milter.d.tmp smtpd_peer.d.tmp smtpd_proxy.d.tmp smtpd_resolve.d.tmp smtpd_sasl_glue.d.tmp smtpd_sasl_proto.d.tmp smtpd_state.d.tmp smtpd_token.d.tmp smtpd_xforward.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f libpam_self.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-spawn --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/spawn --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_self && rm -f pam_self.html8 .depend pam_self.d pam_self.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_self && rm -f pam_self.html8 .depend pam_self.d pam_self.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/spawn && rm -f a.out [Ee]rrs mklog core *.core .gdbinit spawn spawn.o spawn.ln || true) --- cleandir-lib --- --- cleandir-pam_unix --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/spawn && rm -f a.out [Ee]rrs mklog core *.core .gdbinit spawn spawn.o spawn.ln || true) --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_unix --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/spawn && rm -f .depend spawn.d spawn.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/spawn && rm -f .depend spawn.d spawn.d.tmp tags || true) --- cleandir-trivial-rewrite --- cleandir ===> external/ibm-public/postfix/libexec/trivial-rewrite --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f libpam_unix.a pam_unix.o pam_unix.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/trivial-rewrite && rm -f a.out [Ee]rrs mklog core *.core .gdbinit trivial-rewrite trivial-rewrite.o rewrite.o resolve.o transport.o trivial-rewrite.ln rewrite.ln resolve.ln transport.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f libpam_unix.a pam_unix.o pam_unix.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/trivial-rewrite && rm -f a.out [Ee]rrs mklog core *.core .gdbinit trivial-rewrite trivial-rewrite.o rewrite.o resolve.o transport.o trivial-rewrite.ln rewrite.ln resolve.ln transport.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f libpam_unix_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/trivial-rewrite && rm -f .depend resolve.d rewrite.d transport.d trivial-rewrite.d resolve.d.tmp rewrite.d.tmp transport.d.tmp trivial-rewrite.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f libpam_unix_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/trivial-rewrite && rm -f .depend resolve.d rewrite.d transport.d trivial-rewrite.d resolve.d.tmp rewrite.d.tmp transport.d.tmp trivial-rewrite.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-verify --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f libpam_unix_g.a || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/verify --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f libpam_unix_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/verify && rm -f a.out [Ee]rrs mklog core *.core .gdbinit verify verify.o verify.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f libpam_unix_pic.a libpam_unix.so.* libpam_unix.so pam_unix.pico pam_unix.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/verify && rm -f a.out [Ee]rrs mklog core *.core .gdbinit verify verify.o verify.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f libpam_unix_pic.a libpam_unix.so.* libpam_unix.so pam_unix.pico pam_unix.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f llib-lpam_unix.ln pam_unix.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/verify && rm -f .depend verify.d verify.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/verify && rm -f .depend verify.d verify.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f llib-lpam_unix.ln pam_unix.ln || true) --- __doclean --- --- cleandir-external --- --- cleandir-virtual --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f libpam_unix.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/virtual --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f libpam_unix.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/virtual && rm -f a.out [Ee]rrs mklog core *.core .gdbinit virtual virtual.o mailbox.o recipient.o deliver_attr.o maildir.o unknown.o virtual.ln mailbox.ln recipient.ln deliver_attr.ln maildir.ln unknown.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_unix && rm -f pam_unix.html8 .depend pam_unix.d pam_unix.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/virtual && rm -f a.out [Ee]rrs mklog core *.core .gdbinit virtual virtual.o mailbox.o recipient.o deliver_attr.o maildir.o unknown.o virtual.ln mailbox.ln recipient.ln deliver_attr.ln maildir.ln unknown.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_unix && rm -f pam_unix.html8 .depend pam_unix.d pam_unix.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-pam_skey --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/virtual && rm -f .depend deliver_attr.d mailbox.d maildir.d recipient.d unknown.d virtual.d deliver_attr.d.tmp mailbox.d.tmp maildir.d.tmp recipient.d.tmp unknown.d.tmp virtual.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_skey --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/virtual && rm -f .depend deliver_attr.d mailbox.d maildir.d recipient.d unknown.d virtual.d deliver_attr.d.tmp mailbox.d.tmp maildir.d.tmp recipient.d.tmp unknown.d.tmp virtual.d.tmp tags || true) --- cleandir-postscreen --- cleandir ===> external/ibm-public/postfix/libexec/postscreen --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f libpam_skey.a pam_skey.o pam_skey.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/postscreen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postscreen postscreen.o postscreen_dict.o postscreen_dnsbl.o postscreen_early.o postscreen_expand.o postscreen_misc.o postscreen_send.o postscreen_smtpd.o postscreen_starttls.o postscreen_state.o postscreen_tests.o postscreen_haproxy.o postscreen_endpt.o postscreen.ln postscreen_dict.ln postscreen_dnsbl.ln postscreen_early.ln postscreen_expand.ln postscreen_misc.ln postscreen_send.ln postscreen_smtpd.ln postscreen_starttls.ln postscreen_state.ln postscreen_tests.ln postscreen_haproxy.ln postscreen_endpt.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f libpam_skey.a pam_skey.o pam_skey.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/postscreen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postscreen postscreen.o postscreen_dict.o postscreen_dnsbl.o postscreen_early.o postscreen_expand.o postscreen_misc.o postscreen_send.o postscreen_smtpd.o postscreen_starttls.o postscreen_state.o postscreen_tests.o postscreen_haproxy.o postscreen_endpt.o postscreen.ln postscreen_dict.ln postscreen_dnsbl.ln postscreen_early.ln postscreen_expand.ln postscreen_misc.ln postscreen_send.ln postscreen_smtpd.ln postscreen_starttls.ln postscreen_state.ln postscreen_tests.ln postscreen_haproxy.ln postscreen_endpt.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f libpam_skey_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/postscreen && rm -f .depend postscreen.d postscreen_dict.d postscreen_dnsbl.d postscreen_early.d postscreen_endpt.d postscreen_expand.d postscreen_haproxy.d postscreen_misc.d postscreen_send.d postscreen_smtpd.d postscreen_starttls.d postscreen_state.d postscreen_tests.d postscreen.d.tmp postscreen_dict.d.tmp postscreen_dnsbl.d.tmp postscreen_early.d.tmp postscreen_endpt.d.tmp postscreen_expand.d.tmp postscreen_haproxy.d.tmp postscreen_misc.d.tmp postscreen_send.d.tmp postscreen_smtpd.d.tmp postscreen_starttls.d.tmp postscreen_state.d.tmp postscreen_tests.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f libpam_skey_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/postscreen && rm -f .depend postscreen.d postscreen_dict.d postscreen_dnsbl.d postscreen_early.d postscreen_endpt.d postscreen_expand.d postscreen_haproxy.d postscreen_misc.d postscreen_send.d postscreen_smtpd.d postscreen_starttls.d postscreen_state.d postscreen_tests.d postscreen.d.tmp postscreen_dict.d.tmp postscreen_dnsbl.d.tmp postscreen_early.d.tmp postscreen_endpt.d.tmp postscreen_expand.d.tmp postscreen_haproxy.d.tmp postscreen_misc.d.tmp postscreen_send.d.tmp postscreen_smtpd.d.tmp postscreen_starttls.d.tmp postscreen_state.d.tmp postscreen_tests.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f libpam_skey_g.a || true) --- cleandir-external --- --- cleandir-tlsmgr --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f libpam_skey_g.a || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/libexec/tlsmgr --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f libpam_skey_pic.a libpam_skey.so.* libpam_skey.so pam_skey.pico pam_skey.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/tlsmgr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tlsmgr tlsmgr.o tlsmgr.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f libpam_skey_pic.a libpam_skey.so.* libpam_skey.so pam_skey.pico pam_skey.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/tlsmgr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tlsmgr tlsmgr.o tlsmgr.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f llib-lpam_skey.ln pam_skey.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/tlsmgr && rm -f .depend tlsmgr.d tlsmgr.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f llib-lpam_skey.ln pam_skey.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/tlsmgr && rm -f .depend tlsmgr.d tlsmgr.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f libpam_skey.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-tlsproxy --- cleandir ===> external/ibm-public/postfix/libexec/tlsproxy --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f libpam_skey.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_skey && rm -f pam_skey.html8 .depend pam_skey.d pam_skey.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/tlsproxy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tlsproxy tlsproxy_state.o tlsproxy.o tlsproxy_state.ln tlsproxy.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_skey && rm -f pam_skey.html8 .depend pam_skey.d pam_skey.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/tlsproxy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tlsproxy tlsproxy_state.o tlsproxy.o tlsproxy_state.ln tlsproxy.ln || true) --- cleandir-lib --- --- cleandir-pam_afslog --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_afslog --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/libexec/tlsproxy && rm -f .depend tlsproxy.d tlsproxy_state.d tlsproxy.d.tmp tlsproxy_state.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/libexec/tlsproxy && rm -f .depend tlsproxy.d tlsproxy_state.d tlsproxy.d.tmp tlsproxy_state.d.tmp tags || true) --- cleandir-man --- cleandir ===> external/ibm-public/postfix/man --- cleandir-man1 --- cleandir ===> external/ibm-public/postfix/man/man1 --- __doclean --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/man/man1 && rm -f postalias.html1 postcat.html1 postconf.html1 postfix.html1 postkick.html1 postlock.html1 postlog.html1 postdrop.html1 postmap.html1 postmulti.html1 postqueue.html1 postsuper.html1 sendmail.html1 postfix-tls.html1 posttls-finger.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/man/man1 && rm -f postalias.html1 postcat.html1 postconf.html1 postfix.html1 postkick.html1 postlock.html1 postlog.html1 postdrop.html1 postmap.html1 postmulti.html1 postqueue.html1 postsuper.html1 sendmail.html1 postfix-tls.html1 posttls-finger.html1 || true) --- cleandir-man5 --- cleandir ===> external/ibm-public/postfix/man/man5 --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f libpam_afslog.a pam_afslog.o pam_afslog.o.tmp || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f libpam_afslog.a pam_afslog.o pam_afslog.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/man/man5 && rm -f access.html5 aliases.html5 bounce.html5 canonical.html5 relocated.html5 transport.html5 virtual.html5 sqlite_table.html5 regexp_table.html5 cidr_table.html5 header_checks.html5 ldap_table.html5 master.html5 nisplus_table.html5 generic.html5 memcache_table.html5 postconf.html5 postfix-wrapper.html5 || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/man/man5 && rm -f access.html5 aliases.html5 bounce.html5 canonical.html5 relocated.html5 transport.html5 virtual.html5 sqlite_table.html5 regexp_table.html5 cidr_table.html5 header_checks.html5 ldap_table.html5 master.html5 nisplus_table.html5 generic.html5 memcache_table.html5 postconf.html5 postfix-wrapper.html5 || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_p.a || true) --- cleandir-external --- --- cleandir-man8 --- cleandir ===> external/ibm-public/postfix/man/man8 --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/man/man8 && rm -f anvil.html8 bounce.html8 cleanup.html8 discard.html8 dnsblog.html8 error.html8 local.html8 master.html8 pickup.html8 pipe.html8 proxymap.html8 qmgr.html8 scache.html8 showq.html8 smtp.html8 smtpd.html8 spawn.html8 trivial-rewrite.html8 oqmgr.html8 spawn.html8 flush.html8 virtual.html8 verify.html8 postscreen.html8 tlsmgr.html8 tlsproxy.html8 || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_pic.a libpam_afslog.so.* libpam_afslog.so pam_afslog.pico pam_afslog.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/man/man8 && rm -f anvil.html8 bounce.html8 cleanup.html8 discard.html8 dnsblog.html8 error.html8 local.html8 master.html8 pickup.html8 pipe.html8 proxymap.html8 qmgr.html8 scache.html8 showq.html8 smtp.html8 smtpd.html8 spawn.html8 trivial-rewrite.html8 oqmgr.html8 spawn.html8 flush.html8 virtual.html8 verify.html8 postscreen.html8 tlsmgr.html8 tlsproxy.html8 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f libpam_afslog_pic.a libpam_afslog.so.* libpam_afslog.so pam_afslog.pico pam_afslog.pico.tmp || true) --- cleandir-external --- --- cleandir-sbin --- cleandir ===> external/ibm-public/postfix/sbin --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f llib-lpam_afslog.ln pam_afslog.ln || true) --- cleandir-external --- --- cleandir-postalias --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f llib-lpam_afslog.ln pam_afslog.ln || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/sbin/postalias --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f libpam_afslog.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postalias && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postalias postalias.o postalias.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f libpam_afslog.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postalias && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postalias postalias.o postalias.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_afslog && rm -f pam_afslog.html8 .depend pam_afslog.d pam_afslog.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postalias && rm -f .depend postalias.d postalias.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_afslog && rm -f pam_afslog.html8 .depend pam_afslog.d pam_afslog.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postalias && rm -f .depend postalias.d postalias.d.tmp tags || true) --- cleandir-lib --- --- cleandir-pam_krb5 --- --- cleandir-external --- --- cleandir-postcat --- --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_krb5 --- cleandir-external --- cleandir ===> external/ibm-public/postfix/sbin/postcat --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postcat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postcat postcat.o postcat.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postcat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postcat postcat.o postcat.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postcat && rm -f .depend postcat.d postcat.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postcat && rm -f .depend postcat.d postcat.d.tmp tags || true) --- cleandir-postconf --- cleandir ===> external/ibm-public/postfix/sbin/postconf --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5.a pam_krb5.o pam_krb5.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postconf && rm -f bool_table.h bool_vars.h int_table.h int_vars.h str_table.h str_vars.h time_table.h time_vars.h raw_table.h raw_vars.h nint_table.h nint_vars.h nbool_table.h nbool_vars.h long_table.h long_vars.h str_fn_table.h str_fn_vars.h postconf-hdrs.stamp a.out [Ee]rrs mklog core *.core .gdbinit postconf postconf.o postconf_builtin.o postconf_dbms.o postconf_edit.o postconf_main.o postconf_master.o postconf_misc.o postconf_node.o postconf_other.o postconf_service.o postconf_unused.o postconf_user.o postconf_lookup.o postconf_match.o postconf_print.o postconf.ln postconf_builtin.ln postconf_dbms.ln postconf_edit.ln postconf_main.ln postconf_master.ln postconf_misc.ln postconf_node.ln postconf_other.ln postconf_service.ln postconf_unused.ln postconf_user.ln postconf_lookup.ln postconf_match.ln postconf_print.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5.a pam_krb5.o pam_krb5.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postconf && rm -f bool_table.h bool_vars.h int_table.h int_vars.h str_table.h str_vars.h time_table.h time_vars.h raw_table.h raw_vars.h nint_table.h nint_vars.h nbool_table.h nbool_vars.h long_table.h long_vars.h str_fn_table.h str_fn_vars.h postconf-hdrs.stamp a.out [Ee]rrs mklog core *.core .gdbinit postconf postconf.o postconf_builtin.o postconf_dbms.o postconf_edit.o postconf_main.o postconf_master.o postconf_misc.o postconf_node.o postconf_other.o postconf_service.o postconf_unused.o postconf_user.o postconf_lookup.o postconf_match.o postconf_print.o postconf.ln postconf_builtin.ln postconf_dbms.ln postconf_edit.ln postconf_main.ln postconf_master.ln postconf_misc.ln postconf_node.ln postconf_other.ln postconf_service.ln postconf_unused.ln postconf_user.ln postconf_lookup.ln postconf_match.ln postconf_print.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_p.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postconf && rm -f .depend postconf.d postconf_builtin.d postconf_dbms.d postconf_edit.d postconf_lookup.d postconf_main.d postconf_master.d postconf_match.d postconf_misc.d postconf_node.d postconf_other.d postconf_print.d postconf_service.d postconf_unused.d postconf_user.d postconf.d.tmp postconf_builtin.d.tmp postconf_dbms.d.tmp postconf_edit.d.tmp postconf_lookup.d.tmp postconf_main.d.tmp postconf_master.d.tmp postconf_match.d.tmp postconf_misc.d.tmp postconf_node.d.tmp postconf_other.d.tmp postconf_print.d.tmp postconf_service.d.tmp postconf_unused.d.tmp postconf_user.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postconf && rm -f .depend postconf.d postconf_builtin.d postconf_dbms.d postconf_edit.d postconf_lookup.d postconf_main.d postconf_master.d postconf_match.d postconf_misc.d postconf_node.d postconf_other.d postconf_print.d postconf_service.d postconf_unused.d postconf_user.d postconf.d.tmp postconf_builtin.d.tmp postconf_dbms.d.tmp postconf_edit.d.tmp postconf_lookup.d.tmp postconf_main.d.tmp postconf_master.d.tmp postconf_match.d.tmp postconf_misc.d.tmp postconf_node.d.tmp postconf_other.d.tmp postconf_print.d.tmp postconf_service.d.tmp postconf_unused.d.tmp postconf_user.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_g.a || true) --- cleandir-external --- --- cleandir-postdrop --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_g.a || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/sbin/postdrop --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_pic.a libpam_krb5.so.* libpam_krb5.so pam_krb5.pico pam_krb5.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postdrop && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postdrop postdrop.o postdrop.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5_pic.a libpam_krb5.so.* libpam_krb5.so pam_krb5.pico pam_krb5.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postdrop && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postdrop postdrop.o postdrop.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f llib-lpam_krb5.ln pam_krb5.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postdrop && rm -f .depend postdrop.d postdrop.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f llib-lpam_krb5.ln pam_krb5.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postdrop && rm -f .depend postdrop.d postdrop.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-postfix --- cleandir ===> external/ibm-public/postfix/sbin/postfix --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f libpam_krb5.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_krb5 && rm -f pam_krb5.html8 .depend pam_krb5.d pam_krb5.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postfix && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postfix postfix.o postfix.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_krb5 && rm -f pam_krb5.html8 .depend pam_krb5.d pam_krb5.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postfix && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postfix postfix.o postfix.ln || true) --- cleandir-lib --- --- cleandir-pam_ksu --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/libpam/modules/pam_ksu --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postfix && rm -f .depend postfix.d postfix.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postfix && rm -f .depend postfix.d postfix.d.tmp tags || true) --- cleandir-postkick --- cleandir ===> external/ibm-public/postfix/sbin/postkick --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postkick && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postkick postkick.o postkick.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postkick && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postkick postkick.o postkick.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postkick && rm -f .depend postkick.d postkick.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postkick && rm -f .depend postkick.d postkick.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-postlock --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f libpam_ksu.a pam_ksu.o pam_ksu.o.tmp || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/sbin/postlock --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f libpam_ksu.a pam_ksu.o pam_ksu.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postlock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postlock postlock.o postlock.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postlock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postlock postlock.o postlock.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postlock && rm -f .depend postlock.d postlock.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postlock && rm -f .depend postlock.d postlock.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-postlog --- cleandir ===> external/ibm-public/postfix/sbin/postlog --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_pic.a libpam_ksu.so.* libpam_ksu.so pam_ksu.pico pam_ksu.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f libpam_ksu_pic.a libpam_ksu.so.* libpam_ksu.so pam_ksu.pico pam_ksu.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postlog && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postlog postlog.o postlog.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f llib-lpam_ksu.ln pam_ksu.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postlog && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postlog postlog.o postlog.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f llib-lpam_ksu.ln pam_ksu.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postlog && rm -f .depend postlog.d postlog.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f libpam_ksu.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postlog && rm -f .depend postlog.d postlog.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f libpam_ksu.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-postmap --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/ibm-public/postfix/sbin/postmap --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ksu && rm -f pam_ksu.html8 .depend pam_ksu.d pam_ksu.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ksu && rm -f pam_ksu.html8 .depend pam_ksu.d pam_ksu.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postmap postmap.o postmap.ln || true) --- cleandir-lib --- --- cleandir-pam_ssh --- cleandir ===> lib/libpam/modules/pam_ssh --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postmap postmap.o postmap.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postmap && rm -f .depend postmap.d postmap.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postmap && rm -f .depend postmap.d postmap.d.tmp tags || true) --- cleandir-postmulti --- cleandir ===> external/ibm-public/postfix/sbin/postmulti --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f libpam_ssh.a pam_ssh.o pam_ssh.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postmulti && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postmulti postmulti.o postmulti.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f libpam_ssh.a pam_ssh.o pam_ssh.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postmulti && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postmulti postmulti.o postmulti.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postmulti && rm -f .depend postmulti.d postmulti.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postmulti && rm -f .depend postmulti.d postmulti.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-postqueue --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_g.a || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/sbin/postqueue --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postqueue && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postqueue postqueue.o showq_compat.o showq_json.o postqueue.ln showq_compat.ln showq_json.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_pic.a libpam_ssh.so.* libpam_ssh.so pam_ssh.pico pam_ssh.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f libpam_ssh_pic.a libpam_ssh.so.* libpam_ssh.so pam_ssh.pico pam_ssh.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postqueue && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postqueue postqueue.o showq_compat.o showq_json.o postqueue.ln showq_compat.ln showq_json.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f llib-lpam_ssh.ln pam_ssh.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postqueue && rm -f .depend postqueue.d showq_compat.d showq_json.d postqueue.d.tmp showq_compat.d.tmp showq_json.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f llib-lpam_ssh.ln pam_ssh.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postqueue && rm -f .depend postqueue.d showq_compat.d showq_json.d postqueue.d.tmp showq_compat.d.tmp showq_json.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-postsuper --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f libpam_ssh.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/sbin/postsuper --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f libpam_ssh.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postsuper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postsuper postsuper.o postsuper.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libpam/modules/pam_ssh && rm -f pam_ssh.html8 .depend pam_ssh.d pam_ssh.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postsuper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit postsuper postsuper.o postsuper.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libpam/modules/pam_ssh && rm -f pam_ssh.html8 .depend pam_ssh.d pam_ssh.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/postsuper && rm -f .depend postsuper.d postsuper.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libukfs --- cleandir ===> lib/libukfs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/postsuper && rm -f .depend postsuper.d postsuper.d.tmp tags || true) --- cleandir-posttls-finger --- cleandir ===> external/ibm-public/postfix/sbin/posttls-finger --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/posttls-finger && rm -f a.out [Ee]rrs mklog core *.core .gdbinit posttls-finger posttls-finger.o tlsmgrmem.o posttls-finger.ln tlsmgrmem.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/posttls-finger && rm -f a.out [Ee]rrs mklog core *.core .gdbinit posttls-finger posttls-finger.o tlsmgrmem.o posttls-finger.ln tlsmgrmem.ln || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/sbin/posttls-finger && rm -f .depend posttls-finger.d tlsmgrmem.d posttls-finger.d.tmp tlsmgrmem.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libukfs && rm -f libukfs.a ukfs.o ukfs_disklabel.o ukfs.o.tmp ukfs_disklabel.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/sbin/posttls-finger && rm -f .depend posttls-finger.d tlsmgrmem.d posttls-finger.d.tmp tlsmgrmem.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libukfs && rm -f libukfs.a ukfs.o ukfs_disklabel.o ukfs.o.tmp ukfs_disklabel.o.tmp || true) --- cleandir-external --- --- cleandir-share --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/ibm-public/postfix/share --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libukfs && rm -f libukfs_p.a ukfs.po ukfs_disklabel.po ukfs.po.tmp ukfs_disklabel.po.tmp || true) --- cleandir-external --- --- cleandir-README_FILES --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libukfs && rm -f libukfs_p.a ukfs.po ukfs_disklabel.po ukfs.po.tmp ukfs_disklabel.po.tmp || true) --- cleandir-external --- cleandir ===> external/ibm-public/postfix/share/README_FILES --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libukfs && rm -f libukfs_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libukfs && rm -f libukfs_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/share/README_FILES && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/share/README_FILES && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libukfs && rm -f libukfs_pic.a libukfs.so.* libukfs.so ukfs.pico ukfs_disklabel.pico ukfs.pico.tmp ukfs_disklabel.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libukfs && rm -f libukfs_pic.a libukfs.so.* libukfs.so ukfs.pico ukfs_disklabel.pico ukfs.pico.tmp ukfs_disklabel.pico.tmp || true) --- cleandir-external --- --- cleandir-html --- cleandir ===> external/ibm-public/postfix/share/html --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libukfs && rm -f llib-lukfs.ln ukfs.ln ukfs_disklabel.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libukfs && rm -f llib-lukfs.ln ukfs.ln ukfs_disklabel.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/share/html && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libukfs && rm -f libukfs.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/share/html && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libukfs && rm -f libukfs.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-conf --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/ibm-public/postfix/share/conf --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libukfs && rm -f ukfs.html3 .depend ukfs.d ukfs_disklabel.d ukfs.d.tmp ukfs_disklabel.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libukfs && rm -f ukfs.html3 .depend ukfs.d ukfs_disklabel.d ukfs.d.tmp ukfs_disklabel.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ibm-public/postfix/share/conf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-../external/bsd/pam-u2f/lib --- cleandir ===> lib/../external/bsd/pam-u2f/lib --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ibm-public/postfix/share/conf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-security --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../external/bsd/pam-u2f/lib/security --- cleandir-external --- --- cleandir-mpl --- --- cleandir-lib --- --- cleandir-pam-u2f --- --- cleandir-external --- cleandir ===> external/mpl --- cleandir-lib --- cleandir ===> lib/../external/bsd/pam-u2f/lib/security/pam-u2f --- cleandir-external --- --- cleandir-bind --- cleandir ===> external/mpl/bind --- cleandir-lib --- cleandir ===> external/mpl/bind/lib --- cleandir-libisc --- cleandir ===> external/mpl/bind/lib/libisc --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f.a pam-u2f.o drop_privs.o util.o b64.o explicit_bzero.o pam-u2f.o.tmp drop_privs.o.tmp util.o.tmp b64.o.tmp explicit_bzero.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f.a pam-u2f.o drop_privs.o util.o b64.o explicit_bzero.o pam-u2f.o.tmp drop_privs.o.tmp util.o.tmp b64.o.tmp explicit_bzero.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_p.a pam-u2f.po drop_privs.po util.po b64.po explicit_bzero.po pam-u2f.po.tmp drop_privs.po.tmp util.po.tmp b64.po.tmp explicit_bzero.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_p.a pam-u2f.po drop_privs.po util.po b64.po explicit_bzero.po pam-u2f.po.tmp drop_privs.po.tmp util.po.tmp b64.po.tmp explicit_bzero.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_pic.a libpam_u2f.so.* libpam_u2f.so pam-u2f.pico drop_privs.pico util.pico b64.pico explicit_bzero.pico pam-u2f.pico.tmp drop_privs.pico.tmp util.pico.tmp b64.pico.tmp explicit_bzero.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f_pic.a libpam_u2f.so.* libpam_u2f.so pam-u2f.pico drop_privs.pico util.pico b64.pico explicit_bzero.pico pam-u2f.pico.tmp drop_privs.pico.tmp util.pico.tmp b64.pico.tmp explicit_bzero.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f llib-lpam_u2f.ln pam-u2f.ln drop_privs.ln util.ln b64.ln explicit_bzero.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f llib-lpam_u2f.ln pam-u2f.ln drop_privs.ln util.ln b64.ln explicit_bzero.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f libpam_u2f.so.4.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f pam_u2f.html8 .depend b64.d drop_privs.d explicit_bzero.d pam-u2f.d util.d b64.d.tmp drop_privs.d.tmp explicit_bzero.d.tmp pam-u2f.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f libisc.a app.o assertions.o astack.o base32.o base64.o buffer.o commandline.o crc64.o counter.o error.o event.o glob.o hash.o heap.o hex.o hmac.o httpd.o ht.o managers.o iterated_hash.o lex.o lib.o log.o md.o mem.o mutexblock.o netaddr.o netscope.o nonce.o parseint.o picohttpparser.o pool.o portset.o quota.o radix.o random.o ratelimiter.o regex.o trampoline.o region.o result.o rwlock.o safe.o serial.o siphash.o sockaddr.o stats.o string.o symtab.o task.o taskpool.o timer.o tls.o tm.o url.o utf8.o backtrace.o dir.o entropy.o errno.o errno2result.o file.o interfaceiter.o net.o os.o resource.o stdio.o stdtime.o syslog.o time.o meminfo.o condition.o mutex.o thread.o aes.o tcp.o udp.o netmgr.o tcpdns.o tlsdns.o uv-compat.o netmgr-timer.o uverr2result.o app.o.tmp assertions.o.tmp astack.o.tmp base32.o.tmp base64.o.tmp buffer.o.tmp commandline.o.tmp crc64.o.tmp counter.o.tmp error.o.tmp event.o.tmp glob.o.tmp hash.o.tmp heap.o.tmp hex.o.tmp hmac.o.tmp httpd.o.tmp ht.o.tmp managers.o.tmp iterated_hash.o.tmp lex.o.tmp lib.o.tmp log.o.tmp md.o.tmp mem.o.tmp mutexblock.o.tmp netaddr.o.tmp netscope.o.tmp nonce.o.tmp parseint.o.tmp picohttpparser.o.tmp pool.o.tmp portset.o.tmp quota.o.tmp radix.o.tmp random.o.tmp ratelimiter.o.tmp regex.o.tmp trampoline.o.tmp region.o.tmp result.o.tmp rwlock.o.tmp safe.o.tmp serial.o.tmp siphash.o.tmp sockaddr.o.tmp stats.o.tmp string.o.tmp symtab.o.tmp task.o.tmp taskpool.o.tmp timer.o.tmp tls.o.tmp tm.o.tmp url.o.tmp utf8.o.tmp backtrace.o.tmp dir.o.tmp entropy.o.tmp errno.o.tmp errno2result.o.tmp file.o.tmp interfaceiter.o.tmp net.o.tmp os.o.tmp resource.o.tmp stdio.o.tmp stdtime.o.tmp syslog.o.tmp time.o.tmp meminfo.o.tmp condition.o.tmp mutex.o.tmp thread.o.tmp aes.o.tmp tcp.o.tmp udp.o.tmp netmgr.o.tmp tcpdns.o.tmp tlsdns.o.tmp uv-compat.o.tmp netmgr-timer.o.tmp uverr2result.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/bsd/pam-u2f/lib/security/pam-u2f && rm -f pam_u2f.html8 .depend b64.d drop_privs.d explicit_bzero.d pam-u2f.d util.d b64.d.tmp drop_privs.d.tmp explicit_bzero.d.tmp pam-u2f.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f libisc.a app.o assertions.o astack.o base32.o base64.o buffer.o commandline.o crc64.o counter.o error.o event.o glob.o hash.o heap.o hex.o hmac.o httpd.o ht.o managers.o iterated_hash.o lex.o lib.o log.o md.o mem.o mutexblock.o netaddr.o netscope.o nonce.o parseint.o picohttpparser.o pool.o portset.o quota.o radix.o random.o ratelimiter.o regex.o trampoline.o region.o result.o rwlock.o safe.o serial.o siphash.o sockaddr.o stats.o string.o symtab.o task.o taskpool.o timer.o tls.o tm.o url.o utf8.o backtrace.o dir.o entropy.o errno.o errno2result.o file.o interfaceiter.o net.o os.o resource.o stdio.o stdtime.o syslog.o time.o meminfo.o condition.o mutex.o thread.o aes.o tcp.o udp.o netmgr.o tcpdns.o tlsdns.o uv-compat.o netmgr-timer.o uverr2result.o app.o.tmp assertions.o.tmp astack.o.tmp base32.o.tmp base64.o.tmp buffer.o.tmp commandline.o.tmp crc64.o.tmp counter.o.tmp error.o.tmp event.o.tmp glob.o.tmp hash.o.tmp heap.o.tmp hex.o.tmp hmac.o.tmp httpd.o.tmp ht.o.tmp managers.o.tmp iterated_hash.o.tmp lex.o.tmp lib.o.tmp log.o.tmp md.o.tmp mem.o.tmp mutexblock.o.tmp netaddr.o.tmp netscope.o.tmp nonce.o.tmp parseint.o.tmp picohttpparser.o.tmp pool.o.tmp portset.o.tmp quota.o.tmp radix.o.tmp random.o.tmp ratelimiter.o.tmp regex.o.tmp trampoline.o.tmp region.o.tmp result.o.tmp rwlock.o.tmp safe.o.tmp serial.o.tmp siphash.o.tmp sockaddr.o.tmp stats.o.tmp string.o.tmp symtab.o.tmp task.o.tmp taskpool.o.tmp timer.o.tmp tls.o.tmp tm.o.tmp url.o.tmp utf8.o.tmp backtrace.o.tmp dir.o.tmp entropy.o.tmp errno.o.tmp errno2result.o.tmp file.o.tmp interfaceiter.o.tmp net.o.tmp os.o.tmp resource.o.tmp stdio.o.tmp stdtime.o.tmp syslog.o.tmp time.o.tmp meminfo.o.tmp condition.o.tmp mutex.o.tmp thread.o.tmp aes.o.tmp tcp.o.tmp udp.o.tmp netmgr.o.tmp tcpdns.o.tmp tlsdns.o.tmp uv-compat.o.tmp netmgr-timer.o.tmp uverr2result.o.tmp || true) --- cleandir-lib --- --- cleandir-libp2k --- cleandir ===> lib/libp2k --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f libisc_p.a app.po assertions.po astack.po base32.po base64.po buffer.po commandline.po crc64.po counter.po error.po event.po glob.po hash.po heap.po hex.po hmac.po httpd.po ht.po managers.po iterated_hash.po lex.po lib.po log.po md.po mem.po mutexblock.po netaddr.po netscope.po nonce.po parseint.po picohttpparser.po pool.po portset.po quota.po radix.po random.po ratelimiter.po regex.po trampoline.po region.po result.po rwlock.po safe.po serial.po siphash.po sockaddr.po stats.po string.po symtab.po task.po taskpool.po timer.po tls.po tm.po url.po utf8.po backtrace.po dir.po entropy.po errno.po errno2result.po file.po interfaceiter.po net.po os.po resource.po stdio.po stdtime.po syslog.po time.po meminfo.po condition.po mutex.po thread.po aes.po tcp.po udp.po netmgr.po tcpdns.po tlsdns.po uv-compat.po netmgr-timer.po uverr2result.po app.po.tmp assertions.po.tmp astack.po.tmp base32.po.tmp base64.po.tmp buffer.po.tmp commandline.po.tmp crc64.po.tmp counter.po.tmp error.po.tmp event.po.tmp glob.po.tmp hash.po.tmp heap.po.tmp hex.po.tmp hmac.po.tmp httpd.po.tmp ht.po.tmp managers.po.tmp iterated_hash.po.tmp lex.po.tmp lib.po.tmp log.po.tmp md.po.tmp mem.po.tmp mutexblock.po.tmp netaddr.po.tmp netscope.po.tmp nonce.po.tmp parseint.po.tmp picohttpparser.po.tmp pool.po.tmp portset.po.tmp quota.po.tmp radix.po.tmp random.po.tmp ratelimiter.po.tmp regex.po.tmp trampoline.po.tmp region.po.tmp result.po.tmp rwlock.po.tmp safe.po.tmp serial.po.tmp siphash.po.tmp sockaddr.po.tmp stats.po.tmp string.po.tmp symtab.po.tmp task.po.tmp taskpool.po.tmp timer.po.tmp tls.po.tmp tm.po.tmp url.po.tmp utf8.po.tmp backtrace.po.tmp dir.po.tmp entropy.po.tmp errno.po.tmp errno2result.po.tmp file.po.tmp interfaceiter.po.tmp net.po.tmp os.po.tmp resource.po.tmp stdio.po.tmp stdtime.po.tmp syslog.po.tmp time.po.tmp meminfo.po.tmp condition.po.tmp mutex.po.tmp thread.po.tmp aes.po.tmp tcp.po.tmp udp.po.tmp netmgr.po.tmp tcpdns.po.tmp tlsdns.po.tmp uv-compat.po.tmp netmgr-timer.po.tmp uverr2result.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f libisc_p.a app.po assertions.po astack.po base32.po base64.po buffer.po commandline.po crc64.po counter.po error.po event.po glob.po hash.po heap.po hex.po hmac.po httpd.po ht.po managers.po iterated_hash.po lex.po lib.po log.po md.po mem.po mutexblock.po netaddr.po netscope.po nonce.po parseint.po picohttpparser.po pool.po portset.po quota.po radix.po random.po ratelimiter.po regex.po trampoline.po region.po result.po rwlock.po safe.po serial.po siphash.po sockaddr.po stats.po string.po symtab.po task.po taskpool.po timer.po tls.po tm.po url.po utf8.po backtrace.po dir.po entropy.po errno.po errno2result.po file.po interfaceiter.po net.po os.po resource.po stdio.po stdtime.po syslog.po time.po meminfo.po condition.po mutex.po thread.po aes.po tcp.po udp.po netmgr.po tcpdns.po tlsdns.po uv-compat.po netmgr-timer.po uverr2result.po app.po.tmp assertions.po.tmp astack.po.tmp base32.po.tmp base64.po.tmp buffer.po.tmp commandline.po.tmp crc64.po.tmp counter.po.tmp error.po.tmp event.po.tmp glob.po.tmp hash.po.tmp heap.po.tmp hex.po.tmp hmac.po.tmp httpd.po.tmp ht.po.tmp managers.po.tmp iterated_hash.po.tmp lex.po.tmp lib.po.tmp log.po.tmp md.po.tmp mem.po.tmp mutexblock.po.tmp netaddr.po.tmp netscope.po.tmp nonce.po.tmp parseint.po.tmp picohttpparser.po.tmp pool.po.tmp portset.po.tmp quota.po.tmp radix.po.tmp random.po.tmp ratelimiter.po.tmp regex.po.tmp trampoline.po.tmp region.po.tmp result.po.tmp rwlock.po.tmp safe.po.tmp serial.po.tmp siphash.po.tmp sockaddr.po.tmp stats.po.tmp string.po.tmp symtab.po.tmp task.po.tmp taskpool.po.tmp timer.po.tmp tls.po.tmp tm.po.tmp url.po.tmp utf8.po.tmp backtrace.po.tmp dir.po.tmp entropy.po.tmp errno.po.tmp errno2result.po.tmp file.po.tmp interfaceiter.po.tmp net.po.tmp os.po.tmp resource.po.tmp stdio.po.tmp stdtime.po.tmp syslog.po.tmp time.po.tmp meminfo.po.tmp condition.po.tmp mutex.po.tmp thread.po.tmp aes.po.tmp tcp.po.tmp udp.po.tmp netmgr.po.tmp tcpdns.po.tmp tlsdns.po.tmp uv-compat.po.tmp netmgr-timer.po.tmp uverr2result.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f libisc_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f libisc_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f libisc_pic.a libisc.so.* libisc.so app.pico assertions.pico astack.pico base32.pico base64.pico buffer.pico commandline.pico crc64.pico counter.pico error.pico event.pico glob.pico hash.pico heap.pico hex.pico hmac.pico httpd.pico ht.pico managers.pico iterated_hash.pico lex.pico lib.pico log.pico md.pico mem.pico mutexblock.pico netaddr.pico netscope.pico nonce.pico parseint.pico picohttpparser.pico pool.pico portset.pico quota.pico radix.pico random.pico ratelimiter.pico regex.pico trampoline.pico region.pico result.pico rwlock.pico safe.pico serial.pico siphash.pico sockaddr.pico stats.pico string.pico symtab.pico task.pico taskpool.pico timer.pico tls.pico tm.pico url.pico utf8.pico backtrace.pico dir.pico entropy.pico errno.pico errno2result.pico file.pico interfaceiter.pico net.pico os.pico resource.pico stdio.pico stdtime.pico syslog.pico time.pico meminfo.pico condition.pico mutex.pico thread.pico aes.pico tcp.pico udp.pico netmgr.pico tcpdns.pico tlsdns.pico uv-compat.pico netmgr-timer.pico uverr2result.pico app.pico.tmp assertions.pico.tmp astack.pico.tmp base32.pico.tmp base64.pico.tmp buffer.pico.tmp commandline.pico.tmp crc64.pico.tmp counter.pico.tmp error.pico.tmp event.pico.tmp glob.pico.tmp hash.pico.tmp heap.pico.tmp hex.pico.tmp hmac.pico.tmp httpd.pico.tmp ht.pico.tmp managers.pico.tmp iterated_hash.pico.tmp lex.pico.tmp lib.pico.tmp log.pico.tmp md.pico.tmp mem.pico.tmp mutexblock.pico.tmp netaddr.pico.tmp netscope.pico.tmp nonce.pico.tmp parseint.pico.tmp picohttpparser.pico.tmp pool.pico.tmp portset.pico.tmp quota.pico.tmp radix.pico.tmp random.pico.tmp ratelimiter.pico.tmp regex.pico.tmp trampoline.pico.tmp region.pico.tmp result.pico.tmp rwlock.pico.tmp safe.pico.tmp serial.pico.tmp siphash.pico.tmp sockaddr.pico.tmp stats.pico.tmp string.pico.tmp symtab.pico.tmp task.pico.tmp taskpool.pico.tmp timer.pico.tmp tls.pico.tmp tm.pico.tmp url.pico.tmp utf8.pico.tmp backtrace.pico.tmp dir.pico.tmp entropy.pico.tmp errno.pico.tmp errno2result.pico.tmp file.pico.tmp interfaceiter.pico.tmp net.pico.tmp os.pico.tmp resource.pico.tmp stdio.pico.tmp stdtime.pico.tmp syslog.pico.tmp time.pico.tmp meminfo.pico.tmp condition.pico.tmp mutex.pico.tmp thread.pico.tmp aes.pico.tmp tcp.pico.tmp udp.pico.tmp netmgr.pico.tmp tcpdns.pico.tmp tlsdns.pico.tmp uv-compat.pico.tmp netmgr-timer.pico.tmp uverr2result.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f libisc_pic.a libisc.so.* libisc.so app.pico assertions.pico astack.pico base32.pico base64.pico buffer.pico commandline.pico crc64.pico counter.pico error.pico event.pico glob.pico hash.pico heap.pico hex.pico hmac.pico httpd.pico ht.pico managers.pico iterated_hash.pico lex.pico lib.pico log.pico md.pico mem.pico mutexblock.pico netaddr.pico netscope.pico nonce.pico parseint.pico picohttpparser.pico pool.pico portset.pico quota.pico radix.pico random.pico ratelimiter.pico regex.pico trampoline.pico region.pico result.pico rwlock.pico safe.pico serial.pico siphash.pico sockaddr.pico stats.pico string.pico symtab.pico task.pico taskpool.pico timer.pico tls.pico tm.pico url.pico utf8.pico backtrace.pico dir.pico entropy.pico errno.pico errno2result.pico file.pico interfaceiter.pico net.pico os.pico resource.pico stdio.pico stdtime.pico syslog.pico time.pico meminfo.pico condition.pico mutex.pico thread.pico aes.pico tcp.pico udp.pico netmgr.pico tcpdns.pico tlsdns.pico uv-compat.pico netmgr-timer.pico uverr2result.pico app.pico.tmp assertions.pico.tmp astack.pico.tmp base32.pico.tmp base64.pico.tmp buffer.pico.tmp commandline.pico.tmp crc64.pico.tmp counter.pico.tmp error.pico.tmp event.pico.tmp glob.pico.tmp hash.pico.tmp heap.pico.tmp hex.pico.tmp hmac.pico.tmp httpd.pico.tmp ht.pico.tmp managers.pico.tmp iterated_hash.pico.tmp lex.pico.tmp lib.pico.tmp log.pico.tmp md.pico.tmp mem.pico.tmp mutexblock.pico.tmp netaddr.pico.tmp netscope.pico.tmp nonce.pico.tmp parseint.pico.tmp picohttpparser.pico.tmp pool.pico.tmp portset.pico.tmp quota.pico.tmp radix.pico.tmp random.pico.tmp ratelimiter.pico.tmp regex.pico.tmp trampoline.pico.tmp region.pico.tmp result.pico.tmp rwlock.pico.tmp safe.pico.tmp serial.pico.tmp siphash.pico.tmp sockaddr.pico.tmp stats.pico.tmp string.pico.tmp symtab.pico.tmp task.pico.tmp taskpool.pico.tmp timer.pico.tmp tls.pico.tmp tm.pico.tmp url.pico.tmp utf8.pico.tmp backtrace.pico.tmp dir.pico.tmp entropy.pico.tmp errno.pico.tmp errno2result.pico.tmp file.pico.tmp interfaceiter.pico.tmp net.pico.tmp os.pico.tmp resource.pico.tmp stdio.pico.tmp stdtime.pico.tmp syslog.pico.tmp time.pico.tmp meminfo.pico.tmp condition.pico.tmp mutex.pico.tmp thread.pico.tmp aes.pico.tmp tcp.pico.tmp udp.pico.tmp netmgr.pico.tmp tcpdns.pico.tmp tlsdns.pico.tmp uv-compat.pico.tmp netmgr-timer.pico.tmp uverr2result.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libp2k && rm -f libp2k.a p2k.o p2k.o.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libp2k && rm -f libp2k.a p2k.o p2k.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f llib-lisc.ln app.ln assertions.ln astack.ln base32.ln base64.ln buffer.ln commandline.ln crc64.ln counter.ln error.ln event.ln glob.ln hash.ln heap.ln hex.ln hmac.ln httpd.ln ht.ln managers.ln iterated_hash.ln lex.ln lib.ln log.ln md.ln mem.ln mutexblock.ln netaddr.ln netscope.ln nonce.ln parseint.ln picohttpparser.ln pool.ln portset.ln quota.ln radix.ln random.ln ratelimiter.ln regex.ln trampoline.ln region.ln result.ln rwlock.ln safe.ln serial.ln siphash.ln sockaddr.ln stats.ln string.ln symtab.ln task.ln taskpool.ln timer.ln tls.ln tm.ln url.ln utf8.ln backtrace.ln dir.ln entropy.ln errno.ln errno2result.ln file.ln interfaceiter.ln net.ln os.ln resource.ln stdio.ln stdtime.ln syslog.ln time.ln meminfo.ln condition.ln mutex.ln thread.ln aes.ln tcp.ln udp.ln netmgr.ln tcpdns.ln tlsdns.ln uv-compat.ln netmgr-timer.ln uverr2result.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libp2k && rm -f libp2k_p.a p2k.po p2k.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f llib-lisc.ln app.ln assertions.ln astack.ln base32.ln base64.ln buffer.ln commandline.ln crc64.ln counter.ln error.ln event.ln glob.ln hash.ln heap.ln hex.ln hmac.ln httpd.ln ht.ln managers.ln iterated_hash.ln lex.ln lib.ln log.ln md.ln mem.ln mutexblock.ln netaddr.ln netscope.ln nonce.ln parseint.ln picohttpparser.ln pool.ln portset.ln quota.ln radix.ln random.ln ratelimiter.ln regex.ln trampoline.ln region.ln result.ln rwlock.ln safe.ln serial.ln siphash.ln sockaddr.ln stats.ln string.ln symtab.ln task.ln taskpool.ln timer.ln tls.ln tm.ln url.ln utf8.ln backtrace.ln dir.ln entropy.ln errno.ln errno2result.ln file.ln interfaceiter.ln net.ln os.ln resource.ln stdio.ln stdtime.ln syslog.ln time.ln meminfo.ln condition.ln mutex.ln thread.ln aes.ln tcp.ln udp.ln netmgr.ln tcpdns.ln tlsdns.ln uv-compat.ln netmgr-timer.ln uverr2result.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libp2k && rm -f libp2k_p.a p2k.po p2k.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f libisc.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libp2k && rm -f libp2k_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f libisc.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libp2k && rm -f libp2k_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisc && rm -f .depend aes.d app.d assertions.d astack.d backtrace.d base32.d base64.d buffer.d commandline.d condition.d counter.d crc64.d dir.d entropy.d errno.d errno2result.d error.d event.d file.d glob.d hash.d heap.d hex.d hmac.d ht.d httpd.d interfaceiter.d iterated_hash.d lex.d lib.d log.d managers.d md.d mem.d meminfo.d mutex.d mutexblock.d net.d netaddr.d netmgr-timer.d netmgr.d netscope.d nonce.d os.d parseint.d picohttpparser.d pool.d portset.d quota.d radix.d random.d ratelimiter.d regex.d region.d resource.d result.d rwlock.d safe.d serial.d siphash.d sockaddr.d stats.d stdio.d stdtime.d string.d symtab.d syslog.d task.d taskpool.d tcp.d tcpdns.d thread.d time.d timer.d tls.d tlsdns.d tm.d trampoline.d udp.d url.d utf8.d uv-compat.d uverr2result.d aes.d.tmp app.d.tmp assertions.d.tmp astack.d.tmp backtrace.d.tmp base32.d.tmp base64.d.tmp buffer.d.tmp commandline.d.tmp condition.d.tmp counter.d.tmp crc64.d.tmp dir.d.tmp entropy.d.tmp errno.d.tmp errno2result.d.tmp error.d.tmp event.d.tmp file.d.tmp glob.d.tmp hash.d.tmp heap.d.tmp hex.d.tmp hmac.d.tmp ht.d.tmp httpd.d.tmp interfaceiter.d.tmp iterated_hash.d.tmp lex.d.tmp lib.d.tmp log.d.tmp managers.d.tmp md.d.tmp mem.d.tmp meminfo.d.tmp mutex.d.tmp mutexblock.d.tmp net.d.tmp netaddr.d.tmp netmgr-timer.d.tmp netmgr.d.tmp netscope.d.tmp nonce.d.tmp os.d.tmp parseint.d.tmp picohttpparser.d.tmp pool.d.tmp portset.d.tmp quota.d.tmp radix.d.tmp random.d.tmp ratelimiter.d.tmp regex.d.tmp region.d.tmp resource.d.tmp result.d.tmp rwlock.d.tmp safe.d.tmp serial.d.tmp siphash.d.tmp sockaddr.d.tmp stats.d.tmp stdio.d.tmp stdtime.d.tmp string.d.tmp symtab.d.tmp syslog.d.tmp task.d.tmp taskpool.d.tmp tcp.d.tmp tcpdns.d.tmp thread.d.tmp time.d.tmp timer.d.tmp tls.d.tmp tlsdns.d.tmp tm.d.tmp trampoline.d.tmp udp.d.tmp url.d.tmp utf8.d.tmp uv-compat.d.tmp uverr2result.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libp2k && rm -f libp2k_pic.a libp2k.so.* libp2k.so p2k.pico p2k.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisc && rm -f .depend aes.d app.d assertions.d astack.d backtrace.d base32.d base64.d buffer.d commandline.d condition.d counter.d crc64.d dir.d entropy.d errno.d errno2result.d error.d event.d file.d glob.d hash.d heap.d hex.d hmac.d ht.d httpd.d interfaceiter.d iterated_hash.d lex.d lib.d log.d managers.d md.d mem.d meminfo.d mutex.d mutexblock.d net.d netaddr.d netmgr-timer.d netmgr.d netscope.d nonce.d os.d parseint.d picohttpparser.d pool.d portset.d quota.d radix.d random.d ratelimiter.d regex.d region.d resource.d result.d rwlock.d safe.d serial.d siphash.d sockaddr.d stats.d stdio.d stdtime.d string.d symtab.d syslog.d task.d taskpool.d tcp.d tcpdns.d thread.d time.d timer.d tls.d tlsdns.d tm.d trampoline.d udp.d url.d utf8.d uv-compat.d uverr2result.d aes.d.tmp app.d.tmp assertions.d.tmp astack.d.tmp backtrace.d.tmp base32.d.tmp base64.d.tmp buffer.d.tmp commandline.d.tmp condition.d.tmp counter.d.tmp crc64.d.tmp dir.d.tmp entropy.d.tmp errno.d.tmp errno2result.d.tmp error.d.tmp event.d.tmp file.d.tmp glob.d.tmp hash.d.tmp heap.d.tmp hex.d.tmp hmac.d.tmp ht.d.tmp httpd.d.tmp interfaceiter.d.tmp iterated_hash.d.tmp lex.d.tmp lib.d.tmp log.d.tmp managers.d.tmp md.d.tmp mem.d.tmp meminfo.d.tmp mutex.d.tmp mutexblock.d.tmp net.d.tmp netaddr.d.tmp netmgr-timer.d.tmp netmgr.d.tmp netscope.d.tmp nonce.d.tmp os.d.tmp parseint.d.tmp picohttpparser.d.tmp pool.d.tmp portset.d.tmp quota.d.tmp radix.d.tmp random.d.tmp ratelimiter.d.tmp regex.d.tmp region.d.tmp resource.d.tmp result.d.tmp rwlock.d.tmp safe.d.tmp serial.d.tmp siphash.d.tmp sockaddr.d.tmp stats.d.tmp stdio.d.tmp stdtime.d.tmp string.d.tmp symtab.d.tmp syslog.d.tmp task.d.tmp taskpool.d.tmp tcp.d.tmp tcpdns.d.tmp thread.d.tmp time.d.tmp timer.d.tmp tls.d.tmp tlsdns.d.tmp tm.d.tmp trampoline.d.tmp udp.d.tmp url.d.tmp utf8.d.tmp uv-compat.d.tmp uverr2result.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libp2k && rm -f libp2k_pic.a libp2k.so.* libp2k.so p2k.pico p2k.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- cleandir-libdns --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libp2k && rm -f llib-lp2k.ln p2k.ln || true) --- cleandir-external --- cleandir ===> external/mpl/bind/lib/libdns --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libp2k && rm -f llib-lp2k.ln p2k.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libp2k && rm -f libp2k.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libp2k && rm -f libp2k.so.2.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/libp2k && rm -f p2k.html3 .depend p2k.d p2k.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/libp2k && rm -f p2k.html3 .depend p2k.d p2k.d.tmp tags || true) --- cleandir-../sys/rump/dev/lib --- cleandir ===> lib/../sys/rump/dev/lib --- cleandir-libaudio --- cleandir ===> lib/../sys/rump/dev/lib/libaudio --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libaudio && rm -f librumpdev_audio.a alaw.o audio.o linear.o mulaw.o audio_component.o alaw.o.tmp audio.o.tmp linear.o.tmp mulaw.o.tmp audio_component.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libaudio && rm -f librumpdev_audio.a alaw.o audio.o linear.o mulaw.o audio_component.o alaw.o.tmp audio.o.tmp linear.o.tmp mulaw.o.tmp audio_component.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libaudio && rm -f librumpdev_audio_p.a alaw.po audio.po linear.po mulaw.po audio_component.po alaw.po.tmp audio.po.tmp linear.po.tmp mulaw.po.tmp audio_component.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libaudio && rm -f librumpdev_audio_p.a alaw.po audio.po linear.po mulaw.po audio_component.po alaw.po.tmp audio.po.tmp linear.po.tmp mulaw.po.tmp audio_component.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libaudio && rm -f librumpdev_audio_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libaudio && rm -f librumpdev_audio_g.a || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f libdns.a acl.o adb.o badcache.o byaddr.o cache.o callbacks.o catz.o clientinfo.o compress.o client.o dyndb.o tsec.o ecs.o db.o dbiterator.o diff.o dispatch.o dlz.o dns64.o dnsrps.o dnssec.o ds.o fixedname.o forward.o ipkeylist.o iptable.o journal.o kasp.o keydata.o keymgr.o keytable.o log.o lookup.o master.o masterdump.o message.o name.o ncache.o nsec.o nsec3.o nta.o order.o peer.o rbt.o rbtdb.o rcode.o rdata.o rdatalist.o rdataset.o rdatasetiter.o rdataslab.o request.o resolver.o result.o rootns.o rpz.o rriterator.o rrl.o sdb.o soa.o ssu.o ssu_external.o stats.o time.o tkey.o transport.o tsig.o ttl.o private.o validator.o view.o xfrin.o zone.o zonekey.o zoneverify.o zt.o sdlz.o update.o dst_api.o dst_parse.o gssapictx.o hmac_link.o key.o openssl_link.o openssldh_link.o opensslrsa_link.o opensslecdsa_link.o openssleddsa_link.o gssapi_link.o acl.o.tmp adb.o.tmp badcache.o.tmp byaddr.o.tmp cache.o.tmp callbacks.o.tmp catz.o.tmp clientinfo.o.tmp compress.o.tmp client.o.tmp dyndb.o.tmp tsec.o.tmp ecs.o.tmp db.o.tmp dbiterator.o.tmp diff.o.tmp dispatch.o.tmp dlz.o.tmp dns64.o.tmp dnsrps.o.tmp dnssec.o.tmp ds.o.tmp fixedname.o.tmp forward.o.tmp ipkeylist.o.tmp iptable.o.tmp journal.o.tmp kasp.o.tmp keydata.o.tmp keymgr.o.tmp keytable.o.tmp log.o.tmp lookup.o.tmp master.o.tmp masterdump.o.tmp message.o.tmp name.o.tmp ncache.o.tmp nsec.o.tmp nsec3.o.tmp nta.o.tmp order.o.tmp peer.o.tmp rbt.o.tmp rbtdb.o.tmp rcode.o.tmp rdata.o.tmp rdatalist.o.tmp rdataset.o.tmp rdatasetiter.o.tmp rdataslab.o.tmp request.o.tmp resolver.o.tmp result.o.tmp rootns.o.tmp rpz.o.tmp rriterator.o.tmp rrl.o.tmp sdb.o.tmp soa.o.tmp ssu.o.tmp ssu_external.o.tmp stats.o.tmp time.o.tmp tkey.o.tmp transport.o.tmp tsig.o.tmp ttl.o.tmp private.o.tmp validator.o.tmp view.o.tmp xfrin.o.tmp zone.o.tmp zonekey.o.tmp zoneverify.o.tmp zt.o.tmp sdlz.o.tmp update.o.tmp dst_api.o.tmp dst_parse.o.tmp gssapictx.o.tmp hmac_link.o.tmp key.o.tmp openssl_link.o.tmp openssldh_link.o.tmp opensslrsa_link.o.tmp opensslecdsa_link.o.tmp openssleddsa_link.o.tmp gssapi_link.o.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libaudio && rm -f librumpdev_audio_pic.a librumpdev_audio.so.* librumpdev_audio.so alaw.pico audio.pico linear.pico mulaw.pico audio_component.pico alaw.pico.tmp audio.pico.tmp linear.pico.tmp mulaw.pico.tmp audio_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f libdns.a acl.o adb.o badcache.o byaddr.o cache.o callbacks.o catz.o clientinfo.o compress.o client.o dyndb.o tsec.o ecs.o db.o dbiterator.o diff.o dispatch.o dlz.o dns64.o dnsrps.o dnssec.o ds.o fixedname.o forward.o ipkeylist.o iptable.o journal.o kasp.o keydata.o keymgr.o keytable.o log.o lookup.o master.o masterdump.o message.o name.o ncache.o nsec.o nsec3.o nta.o order.o peer.o rbt.o rbtdb.o rcode.o rdata.o rdatalist.o rdataset.o rdatasetiter.o rdataslab.o request.o resolver.o result.o rootns.o rpz.o rriterator.o rrl.o sdb.o soa.o ssu.o ssu_external.o stats.o time.o tkey.o transport.o tsig.o ttl.o private.o validator.o view.o xfrin.o zone.o zonekey.o zoneverify.o zt.o sdlz.o update.o dst_api.o dst_parse.o gssapictx.o hmac_link.o key.o openssl_link.o openssldh_link.o opensslrsa_link.o opensslecdsa_link.o openssleddsa_link.o gssapi_link.o acl.o.tmp adb.o.tmp badcache.o.tmp byaddr.o.tmp cache.o.tmp callbacks.o.tmp catz.o.tmp clientinfo.o.tmp compress.o.tmp client.o.tmp dyndb.o.tmp tsec.o.tmp ecs.o.tmp db.o.tmp dbiterator.o.tmp diff.o.tmp dispatch.o.tmp dlz.o.tmp dns64.o.tmp dnsrps.o.tmp dnssec.o.tmp ds.o.tmp fixedname.o.tmp forward.o.tmp ipkeylist.o.tmp iptable.o.tmp journal.o.tmp kasp.o.tmp keydata.o.tmp keymgr.o.tmp keytable.o.tmp log.o.tmp lookup.o.tmp master.o.tmp masterdump.o.tmp message.o.tmp name.o.tmp ncache.o.tmp nsec.o.tmp nsec3.o.tmp nta.o.tmp order.o.tmp peer.o.tmp rbt.o.tmp rbtdb.o.tmp rcode.o.tmp rdata.o.tmp rdatalist.o.tmp rdataset.o.tmp rdatasetiter.o.tmp rdataslab.o.tmp request.o.tmp resolver.o.tmp result.o.tmp rootns.o.tmp rpz.o.tmp rriterator.o.tmp rrl.o.tmp sdb.o.tmp soa.o.tmp ssu.o.tmp ssu_external.o.tmp stats.o.tmp time.o.tmp tkey.o.tmp transport.o.tmp tsig.o.tmp ttl.o.tmp private.o.tmp validator.o.tmp view.o.tmp xfrin.o.tmp zone.o.tmp zonekey.o.tmp zoneverify.o.tmp zt.o.tmp sdlz.o.tmp update.o.tmp dst_api.o.tmp dst_parse.o.tmp gssapictx.o.tmp hmac_link.o.tmp key.o.tmp openssl_link.o.tmp openssldh_link.o.tmp opensslrsa_link.o.tmp opensslecdsa_link.o.tmp openssleddsa_link.o.tmp gssapi_link.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libaudio && rm -f librumpdev_audio_pic.a librumpdev_audio.so.* librumpdev_audio.so alaw.pico audio.pico linear.pico mulaw.pico audio_component.pico alaw.pico.tmp audio.pico.tmp linear.pico.tmp mulaw.pico.tmp audio_component.pico.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libaudio && rm -f llib-lrumpdev_audio.ln alaw.ln audio.ln linear.ln mulaw.ln audio_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f libdns_p.a acl.po adb.po badcache.po byaddr.po cache.po callbacks.po catz.po clientinfo.po compress.po client.po dyndb.po tsec.po ecs.po db.po dbiterator.po diff.po dispatch.po dlz.po dns64.po dnsrps.po dnssec.po ds.po fixedname.po forward.po ipkeylist.po iptable.po journal.po kasp.po keydata.po keymgr.po keytable.po log.po lookup.po master.po masterdump.po message.po name.po ncache.po nsec.po nsec3.po nta.po order.po peer.po rbt.po rbtdb.po rcode.po rdata.po rdatalist.po rdataset.po rdatasetiter.po rdataslab.po request.po resolver.po result.po rootns.po rpz.po rriterator.po rrl.po sdb.po soa.po ssu.po ssu_external.po stats.po time.po tkey.po transport.po tsig.po ttl.po private.po validator.po view.po xfrin.po zone.po zonekey.po zoneverify.po zt.po sdlz.po update.po dst_api.po dst_parse.po gssapictx.po hmac_link.po key.po openssl_link.po openssldh_link.po opensslrsa_link.po opensslecdsa_link.po openssleddsa_link.po gssapi_link.po acl.po.tmp adb.po.tmp badcache.po.tmp byaddr.po.tmp cache.po.tmp callbacks.po.tmp catz.po.tmp clientinfo.po.tmp compress.po.tmp client.po.tmp dyndb.po.tmp tsec.po.tmp ecs.po.tmp db.po.tmp dbiterator.po.tmp diff.po.tmp dispatch.po.tmp dlz.po.tmp dns64.po.tmp dnsrps.po.tmp dnssec.po.tmp ds.po.tmp fixedname.po.tmp forward.po.tmp ipkeylist.po.tmp iptable.po.tmp journal.po.tmp kasp.po.tmp keydata.po.tmp keymgr.po.tmp keytable.po.tmp log.po.tmp lookup.po.tmp master.po.tmp masterdump.po.tmp message.po.tmp name.po.tmp ncache.po.tmp nsec.po.tmp nsec3.po.tmp nta.po.tmp order.po.tmp peer.po.tmp rbt.po.tmp rbtdb.po.tmp rcode.po.tmp rdata.po.tmp rdatalist.po.tmp rdataset.po.tmp rdatasetiter.po.tmp rdataslab.po.tmp request.po.tmp resolver.po.tmp result.po.tmp rootns.po.tmp rpz.po.tmp rriterator.po.tmp rrl.po.tmp sdb.po.tmp soa.po.tmp ssu.po.tmp ssu_external.po.tmp stats.po.tmp time.po.tmp tkey.po.tmp transport.po.tmp tsig.po.tmp ttl.po.tmp private.po.tmp validator.po.tmp view.po.tmp xfrin.po.tmp zone.po.tmp zonekey.po.tmp zoneverify.po.tmp zt.po.tmp sdlz.po.tmp update.po.tmp dst_api.po.tmp dst_parse.po.tmp gssapictx.po.tmp hmac_link.po.tmp key.po.tmp openssl_link.po.tmp openssldh_link.po.tmp opensslrsa_link.po.tmp opensslecdsa_link.po.tmp openssleddsa_link.po.tmp gssapi_link.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libaudio && rm -f llib-lrumpdev_audio.ln alaw.ln audio.ln linear.ln mulaw.ln audio_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f libdns_p.a acl.po adb.po badcache.po byaddr.po cache.po callbacks.po catz.po clientinfo.po compress.po client.po dyndb.po tsec.po ecs.po db.po dbiterator.po diff.po dispatch.po dlz.po dns64.po dnsrps.po dnssec.po ds.po fixedname.po forward.po ipkeylist.po iptable.po journal.po kasp.po keydata.po keymgr.po keytable.po log.po lookup.po master.po masterdump.po message.po name.po ncache.po nsec.po nsec3.po nta.po order.po peer.po rbt.po rbtdb.po rcode.po rdata.po rdatalist.po rdataset.po rdatasetiter.po rdataslab.po request.po resolver.po result.po rootns.po rpz.po rriterator.po rrl.po sdb.po soa.po ssu.po ssu_external.po stats.po time.po tkey.po transport.po tsig.po ttl.po private.po validator.po view.po xfrin.po zone.po zonekey.po zoneverify.po zt.po sdlz.po update.po dst_api.po dst_parse.po gssapictx.po hmac_link.po key.po openssl_link.po openssldh_link.po opensslrsa_link.po opensslecdsa_link.po openssleddsa_link.po gssapi_link.po acl.po.tmp adb.po.tmp badcache.po.tmp byaddr.po.tmp cache.po.tmp callbacks.po.tmp catz.po.tmp clientinfo.po.tmp compress.po.tmp client.po.tmp dyndb.po.tmp tsec.po.tmp ecs.po.tmp db.po.tmp dbiterator.po.tmp diff.po.tmp dispatch.po.tmp dlz.po.tmp dns64.po.tmp dnsrps.po.tmp dnssec.po.tmp ds.po.tmp fixedname.po.tmp forward.po.tmp ipkeylist.po.tmp iptable.po.tmp journal.po.tmp kasp.po.tmp keydata.po.tmp keymgr.po.tmp keytable.po.tmp log.po.tmp lookup.po.tmp master.po.tmp masterdump.po.tmp message.po.tmp name.po.tmp ncache.po.tmp nsec.po.tmp nsec3.po.tmp nta.po.tmp order.po.tmp peer.po.tmp rbt.po.tmp rbtdb.po.tmp rcode.po.tmp rdata.po.tmp rdatalist.po.tmp rdataset.po.tmp rdatasetiter.po.tmp rdataslab.po.tmp request.po.tmp resolver.po.tmp result.po.tmp rootns.po.tmp rpz.po.tmp rriterator.po.tmp rrl.po.tmp sdb.po.tmp soa.po.tmp ssu.po.tmp ssu_external.po.tmp stats.po.tmp time.po.tmp tkey.po.tmp transport.po.tmp tsig.po.tmp ttl.po.tmp private.po.tmp validator.po.tmp view.po.tmp xfrin.po.tmp zone.po.tmp zonekey.po.tmp zoneverify.po.tmp zt.po.tmp sdlz.po.tmp update.po.tmp dst_api.po.tmp dst_parse.po.tmp gssapictx.po.tmp hmac_link.po.tmp key.po.tmp openssl_link.po.tmp openssldh_link.po.tmp opensslrsa_link.po.tmp opensslecdsa_link.po.tmp openssleddsa_link.po.tmp gssapi_link.po.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libaudio && rm -f ioconf.c ioconf.h locators.h librumpdev_audio.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f libdns_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libaudio && rm -f ioconf.c ioconf.h locators.h librumpdev_audio.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f libdns_g.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libaudio && rm -f .depend alaw.d audio.d audio_component.d ioconf.d linear.d mulaw.d alaw.d.tmp audio.d.tmp audio_component.d.tmp ioconf.d.tmp linear.d.tmp mulaw.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f libdns_pic.a libdns.so.* libdns.so acl.pico adb.pico badcache.pico byaddr.pico cache.pico callbacks.pico catz.pico clientinfo.pico compress.pico client.pico dyndb.pico tsec.pico ecs.pico db.pico dbiterator.pico diff.pico dispatch.pico dlz.pico dns64.pico dnsrps.pico dnssec.pico ds.pico fixedname.pico forward.pico ipkeylist.pico iptable.pico journal.pico kasp.pico keydata.pico keymgr.pico keytable.pico log.pico lookup.pico master.pico masterdump.pico message.pico name.pico ncache.pico nsec.pico nsec3.pico nta.pico order.pico peer.pico rbt.pico rbtdb.pico rcode.pico rdata.pico rdatalist.pico rdataset.pico rdatasetiter.pico rdataslab.pico request.pico resolver.pico result.pico rootns.pico rpz.pico rriterator.pico rrl.pico sdb.pico soa.pico ssu.pico ssu_external.pico stats.pico time.pico tkey.pico transport.pico tsig.pico ttl.pico private.pico validator.pico view.pico xfrin.pico zone.pico zonekey.pico zoneverify.pico zt.pico sdlz.pico update.pico dst_api.pico dst_parse.pico gssapictx.pico hmac_link.pico key.pico openssl_link.pico openssldh_link.pico opensslrsa_link.pico opensslecdsa_link.pico openssleddsa_link.pico gssapi_link.pico acl.pico.tmp adb.pico.tmp badcache.pico.tmp byaddr.pico.tmp cache.pico.tmp callbacks.pico.tmp catz.pico.tmp clientinfo.pico.tmp compress.pico.tmp client.pico.tmp dyndb.pico.tmp tsec.pico.tmp ecs.pico.tmp db.pico.tmp dbiterator.pico.tmp diff.pico.tmp dispatch.pico.tmp dlz.pico.tmp dns64.pico.tmp dnsrps.pico.tmp dnssec.pico.tmp ds.pico.tmp fixedname.pico.tmp forward.pico.tmp ipkeylist.pico.tmp iptable.pico.tmp journal.pico.tmp kasp.pico.tmp keydata.pico.tmp keymgr.pico.tmp keytable.pico.tmp log.pico.tmp lookup.pico.tmp master.pico.tmp masterdump.pico.tmp message.pico.tmp name.pico.tmp ncache.pico.tmp nsec.pico.tmp nsec3.pico.tmp nta.pico.tmp order.pico.tmp peer.pico.tmp rbt.pico.tmp rbtdb.pico.tmp rcode.pico.tmp rdata.pico.tmp rdatalist.pico.tmp rdataset.pico.tmp rdatasetiter.pico.tmp rdataslab.pico.tmp request.pico.tmp resolver.pico.tmp result.pico.tmp rootns.pico.tmp rpz.pico.tmp rriterator.pico.tmp rrl.pico.tmp sdb.pico.tmp soa.pico.tmp ssu.pico.tmp ssu_external.pico.tmp stats.pico.tmp time.pico.tmp tkey.pico.tmp transport.pico.tmp tsig.pico.tmp ttl.pico.tmp private.pico.tmp validator.pico.tmp view.pico.tmp xfrin.pico.tmp zone.pico.tmp zonekey.pico.tmp zoneverify.pico.tmp zt.pico.tmp sdlz.pico.tmp update.pico.tmp dst_api.pico.tmp dst_parse.pico.tmp gssapictx.pico.tmp hmac_link.pico.tmp key.pico.tmp openssl_link.pico.tmp openssldh_link.pico.tmp opensslrsa_link.pico.tmp opensslecdsa_link.pico.tmp openssleddsa_link.pico.tmp gssapi_link.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libaudio && rm -f .depend alaw.d audio.d audio_component.d ioconf.d linear.d mulaw.d alaw.d.tmp audio.d.tmp audio_component.d.tmp ioconf.d.tmp linear.d.tmp mulaw.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f libdns_pic.a libdns.so.* libdns.so acl.pico adb.pico badcache.pico byaddr.pico cache.pico callbacks.pico catz.pico clientinfo.pico compress.pico client.pico dyndb.pico tsec.pico ecs.pico db.pico dbiterator.pico diff.pico dispatch.pico dlz.pico dns64.pico dnsrps.pico dnssec.pico ds.pico fixedname.pico forward.pico ipkeylist.pico iptable.pico journal.pico kasp.pico keydata.pico keymgr.pico keytable.pico log.pico lookup.pico master.pico masterdump.pico message.pico name.pico ncache.pico nsec.pico nsec3.pico nta.pico order.pico peer.pico rbt.pico rbtdb.pico rcode.pico rdata.pico rdatalist.pico rdataset.pico rdatasetiter.pico rdataslab.pico request.pico resolver.pico result.pico rootns.pico rpz.pico rriterator.pico rrl.pico sdb.pico soa.pico ssu.pico ssu_external.pico stats.pico time.pico tkey.pico transport.pico tsig.pico ttl.pico private.pico validator.pico view.pico xfrin.pico zone.pico zonekey.pico zoneverify.pico zt.pico sdlz.pico update.pico dst_api.pico dst_parse.pico gssapictx.pico hmac_link.pico key.pico openssl_link.pico openssldh_link.pico opensslrsa_link.pico opensslecdsa_link.pico openssleddsa_link.pico gssapi_link.pico acl.pico.tmp adb.pico.tmp badcache.pico.tmp byaddr.pico.tmp cache.pico.tmp callbacks.pico.tmp catz.pico.tmp clientinfo.pico.tmp compress.pico.tmp client.pico.tmp dyndb.pico.tmp tsec.pico.tmp ecs.pico.tmp db.pico.tmp dbiterator.pico.tmp diff.pico.tmp dispatch.pico.tmp dlz.pico.tmp dns64.pico.tmp dnsrps.pico.tmp dnssec.pico.tmp ds.pico.tmp fixedname.pico.tmp forward.pico.tmp ipkeylist.pico.tmp iptable.pico.tmp journal.pico.tmp kasp.pico.tmp keydata.pico.tmp keymgr.pico.tmp keytable.pico.tmp log.pico.tmp lookup.pico.tmp master.pico.tmp masterdump.pico.tmp message.pico.tmp name.pico.tmp ncache.pico.tmp nsec.pico.tmp nsec3.pico.tmp nta.pico.tmp order.pico.tmp peer.pico.tmp rbt.pico.tmp rbtdb.pico.tmp rcode.pico.tmp rdata.pico.tmp rdatalist.pico.tmp rdataset.pico.tmp rdatasetiter.pico.tmp rdataslab.pico.tmp request.pico.tmp resolver.pico.tmp result.pico.tmp rootns.pico.tmp rpz.pico.tmp rriterator.pico.tmp rrl.pico.tmp sdb.pico.tmp soa.pico.tmp ssu.pico.tmp ssu_external.pico.tmp stats.pico.tmp time.pico.tmp tkey.pico.tmp transport.pico.tmp tsig.pico.tmp ttl.pico.tmp private.pico.tmp validator.pico.tmp view.pico.tmp xfrin.pico.tmp zone.pico.tmp zonekey.pico.tmp zoneverify.pico.tmp zt.pico.tmp sdlz.pico.tmp update.pico.tmp dst_api.pico.tmp dst_parse.pico.tmp gssapictx.pico.tmp hmac_link.pico.tmp key.pico.tmp openssl_link.pico.tmp openssldh_link.pico.tmp opensslrsa_link.pico.tmp opensslecdsa_link.pico.tmp openssleddsa_link.pico.tmp gssapi_link.pico.tmp || true) --- cleandir-lib --- --- cleandir-libbpf --- cleandir ===> lib/../sys/rump/dev/lib/libbpf --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f llib-ldns.ln acl.ln adb.ln badcache.ln byaddr.ln cache.ln callbacks.ln catz.ln clientinfo.ln compress.ln client.ln dyndb.ln tsec.ln ecs.ln db.ln dbiterator.ln diff.ln dispatch.ln dlz.ln dns64.ln dnsrps.ln dnssec.ln ds.ln fixedname.ln forward.ln ipkeylist.ln iptable.ln journal.ln kasp.ln keydata.ln keymgr.ln keytable.ln log.ln lookup.ln master.ln masterdump.ln message.ln name.ln ncache.ln nsec.ln nsec3.ln nta.ln order.ln peer.ln rbt.ln rbtdb.ln rcode.ln rdata.ln rdatalist.ln rdataset.ln rdatasetiter.ln rdataslab.ln request.ln resolver.ln result.ln rootns.ln rpz.ln rriterator.ln rrl.ln sdb.ln soa.ln ssu.ln ssu_external.ln stats.ln time.ln tkey.ln transport.ln tsig.ln ttl.ln private.ln validator.ln view.ln xfrin.ln zone.ln zonekey.ln zoneverify.ln zt.ln sdlz.ln update.ln dst_api.ln dst_parse.ln gssapictx.ln hmac_link.ln key.ln openssl_link.ln openssldh_link.ln opensslrsa_link.ln opensslecdsa_link.ln openssleddsa_link.ln gssapi_link.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libbpf && rm -f librumpdev_bpf.a bpf.o bpf_filter.o bpf_component.o bpf.o.tmp bpf_filter.o.tmp bpf_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f llib-ldns.ln acl.ln adb.ln badcache.ln byaddr.ln cache.ln callbacks.ln catz.ln clientinfo.ln compress.ln client.ln dyndb.ln tsec.ln ecs.ln db.ln dbiterator.ln diff.ln dispatch.ln dlz.ln dns64.ln dnsrps.ln dnssec.ln ds.ln fixedname.ln forward.ln ipkeylist.ln iptable.ln journal.ln kasp.ln keydata.ln keymgr.ln keytable.ln log.ln lookup.ln master.ln masterdump.ln message.ln name.ln ncache.ln nsec.ln nsec3.ln nta.ln order.ln peer.ln rbt.ln rbtdb.ln rcode.ln rdata.ln rdatalist.ln rdataset.ln rdatasetiter.ln rdataslab.ln request.ln resolver.ln result.ln rootns.ln rpz.ln rriterator.ln rrl.ln sdb.ln soa.ln ssu.ln ssu_external.ln stats.ln time.ln tkey.ln transport.ln tsig.ln ttl.ln private.ln validator.ln view.ln xfrin.ln zone.ln zonekey.ln zoneverify.ln zt.ln sdlz.ln update.ln dst_api.ln dst_parse.ln gssapictx.ln hmac_link.ln key.ln openssl_link.ln openssldh_link.ln opensslrsa_link.ln opensslecdsa_link.ln openssleddsa_link.ln gssapi_link.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libbpf && rm -f librumpdev_bpf.a bpf.o bpf_filter.o bpf_component.o bpf.o.tmp bpf_filter.o.tmp bpf_component.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f libdns.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libbpf && rm -f librumpdev_bpf_p.a bpf.po bpf_filter.po bpf_component.po bpf.po.tmp bpf_filter.po.tmp bpf_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f libdns.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libbpf && rm -f librumpdev_bpf_p.a bpf.po bpf_filter.po bpf_component.po bpf.po.tmp bpf_filter.po.tmp bpf_component.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libdns && rm -f .depend acl.d adb.d badcache.d byaddr.d cache.d callbacks.d catz.d client.d clientinfo.d compress.d db.d dbiterator.d diff.d dispatch.d dlz.d dns64.d dnsrps.d dnssec.d ds.d dst_api.d dst_parse.d dyndb.d ecs.d fixedname.d forward.d gssapi_link.d gssapictx.d hmac_link.d ipkeylist.d iptable.d journal.d kasp.d key.d keydata.d keymgr.d keytable.d log.d lookup.d master.d masterdump.d message.d name.d ncache.d nsec.d nsec3.d nta.d openssl_link.d openssldh_link.d opensslecdsa_link.d openssleddsa_link.d opensslrsa_link.d order.d peer.d private.d rbt.d rbtdb.d rcode.d rdata.d rdatalist.d rdataset.d rdatasetiter.d rdataslab.d request.d resolver.d result.d rootns.d rpz.d rriterator.d rrl.d sdb.d sdlz.d soa.d ssu.d ssu_external.d stats.d time.d tkey.d transport.d tsec.d tsig.d ttl.d update.d validator.d view.d xfrin.d zone.d zonekey.d zoneverify.d zt.d acl.d.tmp adb.d.tmp badcache.d.tmp byaddr.d.tmp cache.d.tmp callbacks.d.tmp catz.d.tmp client.d.tmp clientinfo.d.tmp compress.d.tmp db.d.tmp dbiterator.d.tmp diff.d.tmp dispatch.d.tmp dlz.d.tmp dns64.d.tmp dnsrps.d.tmp dnssec.d.tmp ds.d.tmp dst_api.d.tmp dst_parse.d.tmp dyndb.d.tmp ecs.d.tmp fixedname.d.tmp forward.d.tmp gssapi_link.d.tmp gssapictx.d.tmp hmac_link.d.tmp ipkeylist.d.tmp iptable.d.tmp journal.d.tmp kasp.d.tmp key.d.tmp keydata.d.tmp keymgr.d.tmp keytable.d.tmp log.d.tmp lookup.d.tmp master.d.tmp masterdump.d.tmp message.d.tmp name.d.tmp ncache.d.tmp nsec.d.tmp nsec3.d.tmp nta.d.tmp openssl_link.d.tmp openssldh_link.d.tmp opensslecdsa_link.d.tmp openssleddsa_link.d.tmp opensslrsa_link.d.tmp order.d.tmp peer.d.tmp private.d.tmp rbt.d.tmp rbtdb.d.tmp rcode.d.tmp rdata.d.tmp rdatalist.d.tmp rdataset.d.tmp rdatasetiter.d.tmp rdataslab.d.tmp request.d.tmp resolver.d.tmp result.d.tmp rootns.d.tmp rpz.d.tmp rriterator.d.tmp rrl.d.tmp sdb.d.tmp sdlz.d.tmp soa.d.tmp ssu.d.tmp ssu_external.d.tmp stats.d.tmp time.d.tmp tkey.d.tmp transport.d.tmp tsec.d.tmp tsig.d.tmp ttl.d.tmp update.d.tmp validator.d.tmp view.d.tmp xfrin.d.tmp zone.d.tmp zonekey.d.tmp zoneverify.d.tmp zt.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libbpf && rm -f librumpdev_bpf_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libbpf && rm -f librumpdev_bpf_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libdns && rm -f .depend acl.d adb.d badcache.d byaddr.d cache.d callbacks.d catz.d client.d clientinfo.d compress.d db.d dbiterator.d diff.d dispatch.d dlz.d dns64.d dnsrps.d dnssec.d ds.d dst_api.d dst_parse.d dyndb.d ecs.d fixedname.d forward.d gssapi_link.d gssapictx.d hmac_link.d ipkeylist.d iptable.d journal.d kasp.d key.d keydata.d keymgr.d keytable.d log.d lookup.d master.d masterdump.d message.d name.d ncache.d nsec.d nsec3.d nta.d openssl_link.d openssldh_link.d opensslecdsa_link.d openssleddsa_link.d opensslrsa_link.d order.d peer.d private.d rbt.d rbtdb.d rcode.d rdata.d rdatalist.d rdataset.d rdatasetiter.d rdataslab.d request.d resolver.d result.d rootns.d rpz.d rriterator.d rrl.d sdb.d sdlz.d soa.d ssu.d ssu_external.d stats.d time.d tkey.d transport.d tsec.d tsig.d ttl.d update.d validator.d view.d xfrin.d zone.d zonekey.d zoneverify.d zt.d acl.d.tmp adb.d.tmp badcache.d.tmp byaddr.d.tmp cache.d.tmp callbacks.d.tmp catz.d.tmp client.d.tmp clientinfo.d.tmp compress.d.tmp db.d.tmp dbiterator.d.tmp diff.d.tmp dispatch.d.tmp dlz.d.tmp dns64.d.tmp dnsrps.d.tmp dnssec.d.tmp ds.d.tmp dst_api.d.tmp dst_parse.d.tmp dyndb.d.tmp ecs.d.tmp fixedname.d.tmp forward.d.tmp gssapi_link.d.tmp gssapictx.d.tmp hmac_link.d.tmp ipkeylist.d.tmp iptable.d.tmp journal.d.tmp kasp.d.tmp key.d.tmp keydata.d.tmp keymgr.d.tmp keytable.d.tmp log.d.tmp lookup.d.tmp master.d.tmp masterdump.d.tmp message.d.tmp name.d.tmp ncache.d.tmp nsec.d.tmp nsec3.d.tmp nta.d.tmp openssl_link.d.tmp openssldh_link.d.tmp opensslecdsa_link.d.tmp openssleddsa_link.d.tmp opensslrsa_link.d.tmp order.d.tmp peer.d.tmp private.d.tmp rbt.d.tmp rbtdb.d.tmp rcode.d.tmp rdata.d.tmp rdatalist.d.tmp rdataset.d.tmp rdatasetiter.d.tmp rdataslab.d.tmp request.d.tmp resolver.d.tmp result.d.tmp rootns.d.tmp rpz.d.tmp rriterator.d.tmp rrl.d.tmp sdb.d.tmp sdlz.d.tmp soa.d.tmp ssu.d.tmp ssu_external.d.tmp stats.d.tmp time.d.tmp tkey.d.tmp transport.d.tmp tsec.d.tmp tsig.d.tmp ttl.d.tmp update.d.tmp validator.d.tmp view.d.tmp xfrin.d.tmp zone.d.tmp zonekey.d.tmp zoneverify.d.tmp zt.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-libisccc --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libbpf && rm -f librumpdev_bpf_pic.a librumpdev_bpf.so.* librumpdev_bpf.so bpf.pico bpf_filter.pico bpf_component.pico bpf.pico.tmp bpf_filter.pico.tmp bpf_component.pico.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/lib/libisccc --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libbpf && rm -f librumpdev_bpf_pic.a librumpdev_bpf.so.* librumpdev_bpf.so bpf.pico bpf_filter.pico bpf_component.pico bpf.pico.tmp bpf_filter.pico.tmp bpf_component.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libbpf && rm -f llib-lrumpdev_bpf.ln bpf.ln bpf_filter.ln bpf_component.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libbpf && rm -f llib-lrumpdev_bpf.ln bpf.ln bpf_filter.ln bpf_component.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libbpf && rm -f librumpdev_bpf.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libbpf && rm -f librumpdev_bpf.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libbpf && rm -f .depend bpf.d bpf_component.d bpf_filter.d bpf.d.tmp bpf_component.d.tmp bpf_filter.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libbpf && rm -f .depend bpf.d bpf_component.d bpf_filter.d bpf.d.tmp bpf_component.d.tmp bpf_filter.d.tmp tags || true) --- cleandir-libcgd --- cleandir ===> lib/../sys/rump/dev/lib/libcgd --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libcgd && rm -f librumpdev_cgd.a cgd.o cgd_crypto.o cgd_component.o cgd.o.tmp cgd_crypto.o.tmp cgd_component.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libcgd && rm -f librumpdev_cgd.a cgd.o cgd_crypto.o cgd_component.o cgd.o.tmp cgd_crypto.o.tmp cgd_component.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libcgd && rm -f librumpdev_cgd_p.a cgd.po cgd_crypto.po cgd_component.po cgd.po.tmp cgd_crypto.po.tmp cgd_component.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libcgd && rm -f librumpdev_cgd_p.a cgd.po cgd_crypto.po cgd_component.po cgd.po.tmp cgd_crypto.po.tmp cgd_component.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libcgd && rm -f librumpdev_cgd_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libcgd && rm -f librumpdev_cgd_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f libisccc.a alist.o base64.o cc.o ccmsg.o sexpr.o symtab.o alist.o.tmp base64.o.tmp cc.o.tmp ccmsg.o.tmp sexpr.o.tmp symtab.o.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f libisccc.a alist.o base64.o cc.o ccmsg.o sexpr.o symtab.o alist.o.tmp base64.o.tmp cc.o.tmp ccmsg.o.tmp sexpr.o.tmp symtab.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libcgd && rm -f librumpdev_cgd_pic.a librumpdev_cgd.so.* librumpdev_cgd.so cgd.pico cgd_crypto.pico cgd_component.pico cgd.pico.tmp cgd_crypto.pico.tmp cgd_component.pico.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libcgd && rm -f librumpdev_cgd_pic.a librumpdev_cgd.so.* librumpdev_cgd.so cgd.pico cgd_crypto.pico cgd_component.pico cgd.pico.tmp cgd_crypto.pico.tmp cgd_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f libisccc_p.a alist.po base64.po cc.po ccmsg.po sexpr.po symtab.po alist.po.tmp base64.po.tmp cc.po.tmp ccmsg.po.tmp sexpr.po.tmp symtab.po.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f libisccc_p.a alist.po base64.po cc.po ccmsg.po sexpr.po symtab.po alist.po.tmp base64.po.tmp cc.po.tmp ccmsg.po.tmp sexpr.po.tmp symtab.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libcgd && rm -f llib-lrumpdev_cgd.ln cgd.ln cgd_crypto.ln cgd_component.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libcgd && rm -f llib-lrumpdev_cgd.ln cgd.ln cgd_crypto.ln cgd_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f libisccc_g.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f libisccc_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libcgd && rm -f ioconf.c ioconf.h locators.h librumpdev_cgd.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libcgd && rm -f ioconf.c ioconf.h locators.h librumpdev_cgd.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f libisccc_pic.a libisccc.so.* libisccc.so alist.pico base64.pico cc.pico ccmsg.pico sexpr.pico symtab.pico alist.pico.tmp base64.pico.tmp cc.pico.tmp ccmsg.pico.tmp sexpr.pico.tmp symtab.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f libisccc_pic.a libisccc.so.* libisccc.so alist.pico base64.pico cc.pico ccmsg.pico sexpr.pico symtab.pico alist.pico.tmp base64.pico.tmp cc.pico.tmp ccmsg.pico.tmp sexpr.pico.tmp symtab.pico.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libcgd && rm -f .depend cgd.d cgd_component.d cgd_crypto.d ioconf.d cgd.d.tmp cgd_component.d.tmp cgd_crypto.d.tmp ioconf.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f llib-lisccc.ln alist.ln base64.ln cc.ln ccmsg.ln sexpr.ln symtab.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libcgd && rm -f .depend cgd.d cgd_component.d cgd_crypto.d ioconf.d cgd.d.tmp cgd_component.d.tmp cgd_crypto.d.tmp ioconf.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f llib-lisccc.ln alist.ln base64.ln cc.ln ccmsg.ln sexpr.ln symtab.ln || true) --- cleandir-lib --- --- cleandir-libdisk --- cleandir ===> lib/../sys/rump/dev/lib/libdisk --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f libisccc.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f libisccc.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdisk && rm -f librumpdev_disk.a disk_component.o subr_disk_mbr.o subr_disk.o subr_disk_open.o subr_disklabel.o dksubr.o dk.o disk_component.o.tmp subr_disk_mbr.o.tmp subr_disk.o.tmp subr_disk_open.o.tmp subr_disklabel.o.tmp dksubr.o.tmp dk.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdisk && rm -f librumpdev_disk.a disk_component.o subr_disk_mbr.o subr_disk.o subr_disk_open.o subr_disklabel.o dksubr.o dk.o disk_component.o.tmp subr_disk_mbr.o.tmp subr_disk.o.tmp subr_disk_open.o.tmp subr_disklabel.o.tmp dksubr.o.tmp dk.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccc && rm -f .depend alist.d base64.d cc.d ccmsg.d sexpr.d symtab.d alist.d.tmp base64.d.tmp cc.d.tmp ccmsg.d.tmp sexpr.d.tmp symtab.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccc && rm -f .depend alist.d base64.d cc.d ccmsg.d sexpr.d symtab.d alist.d.tmp base64.d.tmp cc.d.tmp ccmsg.d.tmp sexpr.d.tmp symtab.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdisk && rm -f librumpdev_disk_p.a disk_component.po subr_disk_mbr.po subr_disk.po subr_disk_open.po subr_disklabel.po dksubr.po dk.po disk_component.po.tmp subr_disk_mbr.po.tmp subr_disk.po.tmp subr_disk_open.po.tmp subr_disklabel.po.tmp dksubr.po.tmp dk.po.tmp || true) --- cleandir-external --- --- cleandir-libisccfg --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdisk && rm -f librumpdev_disk_p.a disk_component.po subr_disk_mbr.po subr_disk.po subr_disk_open.po subr_disklabel.po dksubr.po dk.po disk_component.po.tmp subr_disk_mbr.po.tmp subr_disk.po.tmp subr_disk_open.po.tmp subr_disklabel.po.tmp dksubr.po.tmp dk.po.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/lib/libisccfg --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdisk && rm -f librumpdev_disk_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdisk && rm -f librumpdev_disk_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdisk && rm -f librumpdev_disk_pic.a librumpdev_disk.so.* librumpdev_disk.so disk_component.pico subr_disk_mbr.pico subr_disk.pico subr_disk_open.pico subr_disklabel.pico dksubr.pico dk.pico disk_component.pico.tmp subr_disk_mbr.pico.tmp subr_disk.pico.tmp subr_disk_open.pico.tmp subr_disklabel.pico.tmp dksubr.pico.tmp dk.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdisk && rm -f librumpdev_disk_pic.a librumpdev_disk.so.* librumpdev_disk.so disk_component.pico subr_disk_mbr.pico subr_disk.pico subr_disk_open.pico subr_disklabel.pico dksubr.pico dk.pico disk_component.pico.tmp subr_disk_mbr.pico.tmp subr_disk.pico.tmp subr_disk_open.pico.tmp subr_disklabel.pico.tmp dksubr.pico.tmp dk.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdisk && rm -f llib-lrumpdev_disk.ln disk_component.ln subr_disk_mbr.ln subr_disk.ln subr_disk_open.ln subr_disklabel.ln dksubr.ln dk.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdisk && rm -f llib-lrumpdev_disk.ln disk_component.ln subr_disk_mbr.ln subr_disk.ln subr_disk_open.ln subr_disklabel.ln dksubr.ln dk.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdisk && rm -f librumpdev_disk.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdisk && rm -f librumpdev_disk.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdisk && rm -f .depend disk_component.d dk.d dksubr.d subr_disk.d subr_disk_mbr.d subr_disk_open.d subr_disklabel.d disk_component.d.tmp dk.d.tmp dksubr.d.tmp subr_disk.d.tmp subr_disk_mbr.d.tmp subr_disk_open.d.tmp subr_disklabel.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdisk && rm -f .depend disk_component.d dk.d dksubr.d subr_disk.d subr_disk_mbr.d subr_disk_open.d subr_disklabel.d disk_component.d.tmp dk.d.tmp dksubr.d.tmp subr_disk.d.tmp subr_disk_mbr.d.tmp subr_disk_open.d.tmp subr_disklabel.d.tmp tags || true) --- cleandir-libdm --- cleandir ===> lib/../sys/rump/dev/lib/libdm --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdm && rm -f librumpdev_dm.a device-mapper.o dm_dev.o dm_ioctl.o dm_pdev.o dm_table.o dm_target.o dm_target_linear.o dm_target_stripe.o dm_target_error.o dm_target_zero.o dm_component.o device-mapper.o.tmp dm_dev.o.tmp dm_ioctl.o.tmp dm_pdev.o.tmp dm_table.o.tmp dm_target.o.tmp dm_target_linear.o.tmp dm_target_stripe.o.tmp dm_target_error.o.tmp dm_target_zero.o.tmp dm_component.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdm && rm -f librumpdev_dm.a device-mapper.o dm_dev.o dm_ioctl.o dm_pdev.o dm_table.o dm_target.o dm_target_linear.o dm_target_stripe.o dm_target_error.o dm_target_zero.o dm_component.o device-mapper.o.tmp dm_dev.o.tmp dm_ioctl.o.tmp dm_pdev.o.tmp dm_table.o.tmp dm_target.o.tmp dm_target_linear.o.tmp dm_target_stripe.o.tmp dm_target_error.o.tmp dm_target_zero.o.tmp dm_component.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdm && rm -f librumpdev_dm_p.a device-mapper.po dm_dev.po dm_ioctl.po dm_pdev.po dm_table.po dm_target.po dm_target_linear.po dm_target_stripe.po dm_target_error.po dm_target_zero.po dm_component.po device-mapper.po.tmp dm_dev.po.tmp dm_ioctl.po.tmp dm_pdev.po.tmp dm_table.po.tmp dm_target.po.tmp dm_target_linear.po.tmp dm_target_stripe.po.tmp dm_target_error.po.tmp dm_target_zero.po.tmp dm_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f libisccfg.a aclconf.o duration.o kaspconf.o log.o namedconf.o parser.o dnsconf.o aclconf.o.tmp duration.o.tmp kaspconf.o.tmp log.o.tmp namedconf.o.tmp parser.o.tmp dnsconf.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdm && rm -f librumpdev_dm_p.a device-mapper.po dm_dev.po dm_ioctl.po dm_pdev.po dm_table.po dm_target.po dm_target_linear.po dm_target_stripe.po dm_target_error.po dm_target_zero.po dm_component.po device-mapper.po.tmp dm_dev.po.tmp dm_ioctl.po.tmp dm_pdev.po.tmp dm_table.po.tmp dm_target.po.tmp dm_target_linear.po.tmp dm_target_stripe.po.tmp dm_target_error.po.tmp dm_target_zero.po.tmp dm_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f libisccfg.a aclconf.o duration.o kaspconf.o log.o namedconf.o parser.o dnsconf.o aclconf.o.tmp duration.o.tmp kaspconf.o.tmp log.o.tmp namedconf.o.tmp parser.o.tmp dnsconf.o.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdm && rm -f librumpdev_dm_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f libisccfg_p.a aclconf.po duration.po kaspconf.po log.po namedconf.po parser.po dnsconf.po aclconf.po.tmp duration.po.tmp kaspconf.po.tmp log.po.tmp namedconf.po.tmp parser.po.tmp dnsconf.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdm && rm -f librumpdev_dm_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f libisccfg_p.a aclconf.po duration.po kaspconf.po log.po namedconf.po parser.po dnsconf.po aclconf.po.tmp duration.po.tmp kaspconf.po.tmp log.po.tmp namedconf.po.tmp parser.po.tmp dnsconf.po.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdm && rm -f librumpdev_dm_pic.a librumpdev_dm.so.* librumpdev_dm.so device-mapper.pico dm_dev.pico dm_ioctl.pico dm_pdev.pico dm_table.pico dm_target.pico dm_target_linear.pico dm_target_stripe.pico dm_target_error.pico dm_target_zero.pico dm_component.pico device-mapper.pico.tmp dm_dev.pico.tmp dm_ioctl.pico.tmp dm_pdev.pico.tmp dm_table.pico.tmp dm_target.pico.tmp dm_target_linear.pico.tmp dm_target_stripe.pico.tmp dm_target_error.pico.tmp dm_target_zero.pico.tmp dm_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f libisccfg_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdm && rm -f librumpdev_dm_pic.a librumpdev_dm.so.* librumpdev_dm.so device-mapper.pico dm_dev.pico dm_ioctl.pico dm_pdev.pico dm_table.pico dm_target.pico dm_target_linear.pico dm_target_stripe.pico dm_target_error.pico dm_target_zero.pico dm_component.pico device-mapper.pico.tmp dm_dev.pico.tmp dm_ioctl.pico.tmp dm_pdev.pico.tmp dm_table.pico.tmp dm_target.pico.tmp dm_target_linear.pico.tmp dm_target_stripe.pico.tmp dm_target_error.pico.tmp dm_target_zero.pico.tmp dm_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f libisccfg_g.a || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdm && rm -f llib-lrumpdev_dm.ln device-mapper.ln dm_dev.ln dm_ioctl.ln dm_pdev.ln dm_table.ln dm_target.ln dm_target_linear.ln dm_target_stripe.ln dm_target_error.ln dm_target_zero.ln dm_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f libisccfg_pic.a libisccfg.so.* libisccfg.so aclconf.pico duration.pico kaspconf.pico log.pico namedconf.pico parser.pico dnsconf.pico aclconf.pico.tmp duration.pico.tmp kaspconf.pico.tmp log.pico.tmp namedconf.pico.tmp parser.pico.tmp dnsconf.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdm && rm -f llib-lrumpdev_dm.ln device-mapper.ln dm_dev.ln dm_ioctl.ln dm_pdev.ln dm_table.ln dm_target.ln dm_target_linear.ln dm_target_stripe.ln dm_target_error.ln dm_target_zero.ln dm_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f libisccfg_pic.a libisccfg.so.* libisccfg.so aclconf.pico duration.pico kaspconf.pico log.pico namedconf.pico parser.pico dnsconf.pico aclconf.pico.tmp duration.pico.tmp kaspconf.pico.tmp log.pico.tmp namedconf.pico.tmp parser.pico.tmp dnsconf.pico.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdm && rm -f ioconf.c ioconf.h locators.h librumpdev_dm.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f llib-lisccfg.ln aclconf.ln duration.ln kaspconf.ln log.ln namedconf.ln parser.ln dnsconf.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdm && rm -f ioconf.c ioconf.h locators.h librumpdev_dm.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f llib-lisccfg.ln aclconf.ln duration.ln kaspconf.ln log.ln namedconf.ln parser.ln dnsconf.ln || true) --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f libisccfg.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdm && rm -f .depend device-mapper.d dm_component.d dm_dev.d dm_ioctl.d dm_pdev.d dm_table.d dm_target.d dm_target_error.d dm_target_linear.d dm_target_stripe.d dm_target_zero.d ioconf.d device-mapper.d.tmp dm_component.d.tmp dm_dev.d.tmp dm_ioctl.d.tmp dm_pdev.d.tmp dm_table.d.tmp dm_target.d.tmp dm_target_error.d.tmp dm_target_linear.d.tmp dm_target_stripe.d.tmp dm_target_zero.d.tmp ioconf.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f libisccfg.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdm && rm -f .depend device-mapper.d dm_component.d dm_dev.d dm_ioctl.d dm_pdev.d dm_table.d dm_target.d dm_target_error.d dm_target_linear.d dm_target_stripe.d dm_target_zero.d ioconf.d device-mapper.d.tmp dm_component.d.tmp dm_dev.d.tmp dm_ioctl.d.tmp dm_pdev.d.tmp dm_table.d.tmp dm_target.d.tmp dm_target_error.d.tmp dm_target_linear.d.tmp dm_target_stripe.d.tmp dm_target_zero.d.tmp ioconf.d.tmp tags || true) --- cleandir-libdrvctl --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/dev/lib/libdrvctl --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libisccfg && rm -f .depend aclconf.d dnsconf.d duration.d kaspconf.d log.d namedconf.d parser.d aclconf.d.tmp dnsconf.d.tmp duration.d.tmp kaspconf.d.tmp log.d.tmp namedconf.d.tmp parser.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libisccfg && rm -f .depend aclconf.d dnsconf.d duration.d kaspconf.d log.d namedconf.d parser.d aclconf.d.tmp dnsconf.d.tmp duration.d.tmp kaspconf.d.tmp log.d.tmp namedconf.d.tmp parser.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-libbind9 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdrvctl && rm -f librumpdev_drvctl.a kern_drvctl.o drvctl_component.o kern_drvctl.o.tmp drvctl_component.o.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/lib/libbind9 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdrvctl && rm -f librumpdev_drvctl.a kern_drvctl.o drvctl_component.o kern_drvctl.o.tmp drvctl_component.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdrvctl && rm -f librumpdev_drvctl_p.a kern_drvctl.po drvctl_component.po kern_drvctl.po.tmp drvctl_component.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdrvctl && rm -f librumpdev_drvctl_p.a kern_drvctl.po drvctl_component.po kern_drvctl.po.tmp drvctl_component.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdrvctl && rm -f librumpdev_drvctl_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdrvctl && rm -f librumpdev_drvctl_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdrvctl && rm -f librumpdev_drvctl_pic.a librumpdev_drvctl.so.* librumpdev_drvctl.so kern_drvctl.pico drvctl_component.pico kern_drvctl.pico.tmp drvctl_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdrvctl && rm -f librumpdev_drvctl_pic.a librumpdev_drvctl.so.* librumpdev_drvctl.so kern_drvctl.pico drvctl_component.pico kern_drvctl.pico.tmp drvctl_component.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdrvctl && rm -f llib-lrumpdev_drvctl.ln kern_drvctl.ln drvctl_component.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdrvctl && rm -f llib-lrumpdev_drvctl.ln kern_drvctl.ln drvctl_component.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdrvctl && rm -f ioconf.c ioconf.h locators.h librumpdev_drvctl.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdrvctl && rm -f ioconf.c ioconf.h locators.h librumpdev_drvctl.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libdrvctl && rm -f .depend drvctl_component.d ioconf.d kern_drvctl.d drvctl_component.d.tmp ioconf.d.tmp kern_drvctl.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libdrvctl && rm -f .depend drvctl_component.d ioconf.d kern_drvctl.d drvctl_component.d.tmp ioconf.d.tmp kern_drvctl.d.tmp tags || true) --- cleandir-libfss --- cleandir ===> lib/../sys/rump/dev/lib/libfss --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libfss && rm -f librumpdev_fss.a fss.o fss_component.o fss.o.tmp fss_component.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libfss && rm -f librumpdev_fss.a fss.o fss_component.o fss.o.tmp fss_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f libbind9.a check.o getaddresses.o check.o.tmp getaddresses.o.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f libbind9.a check.o getaddresses.o check.o.tmp getaddresses.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libfss && rm -f librumpdev_fss_p.a fss.po fss_component.po fss.po.tmp fss_component.po.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libfss && rm -f librumpdev_fss_p.a fss.po fss_component.po fss.po.tmp fss_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f libbind9_p.a check.po getaddresses.po check.po.tmp getaddresses.po.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f libbind9_p.a check.po getaddresses.po check.po.tmp getaddresses.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libfss && rm -f librumpdev_fss_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libfss && rm -f librumpdev_fss_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f libbind9_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f libbind9_g.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libfss && rm -f librumpdev_fss_pic.a librumpdev_fss.so.* librumpdev_fss.so fss.pico fss_component.pico fss.pico.tmp fss_component.pico.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libfss && rm -f librumpdev_fss_pic.a librumpdev_fss.so.* librumpdev_fss.so fss.pico fss_component.pico fss.pico.tmp fss_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f libbind9_pic.a libbind9.so.* libbind9.so check.pico getaddresses.pico check.pico.tmp getaddresses.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f libbind9_pic.a libbind9.so.* libbind9.so check.pico getaddresses.pico check.pico.tmp getaddresses.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libfss && rm -f llib-lrumpdev_fss.ln fss.ln fss_component.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libfss && rm -f llib-lrumpdev_fss.ln fss.ln fss_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f llib-lbind9.ln check.ln getaddresses.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f llib-lbind9.ln check.ln getaddresses.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libfss && rm -f ioconf.c ioconf.h locators.h librumpdev_fss.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f libbind9.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libfss && rm -f ioconf.c ioconf.h locators.h librumpdev_fss.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f libbind9.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libfss && rm -f .depend fss.d fss_component.d ioconf.d fss.d.tmp fss_component.d.tmp ioconf.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libbind9 && rm -f .depend check.d getaddresses.d check.d.tmp getaddresses.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libfss && rm -f .depend fss.d fss_component.d ioconf.d fss.d.tmp fss_component.d.tmp ioconf.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libbind9 && rm -f .depend check.d getaddresses.d check.d.tmp getaddresses.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libmd --- cleandir ===> lib/../sys/rump/dev/lib/libmd --- cleandir-external --- --- cleandir-libirs --- cleandir ===> external/mpl/bind/lib/libirs --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libmd && rm -f librumpdev_md.a md.o md_component.o md.o.tmp md_component.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libmd && rm -f librumpdev_md.a md.o md_component.o md.o.tmp md_component.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libmd && rm -f librumpdev_md_p.a md.po md_component.po md.po.tmp md_component.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libmd && rm -f librumpdev_md_p.a md.po md_component.po md.po.tmp md_component.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libmd && rm -f librumpdev_md_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libmd && rm -f librumpdev_md_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libmd && rm -f librumpdev_md_pic.a librumpdev_md.so.* librumpdev_md.so md.pico md_component.pico md.pico.tmp md_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libmd && rm -f librumpdev_md_pic.a librumpdev_md.so.* librumpdev_md.so md.pico md_component.pico md.pico.tmp md_component.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libmd && rm -f llib-lrumpdev_md.ln md.ln md_component.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libmd && rm -f llib-lrumpdev_md.ln md.ln md_component.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libmd && rm -f ioconf.c ioconf.h locators.h librumpdev_md.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libmd && rm -f ioconf.c ioconf.h locators.h librumpdev_md.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libmd && rm -f .depend ioconf.d md.d md_component.d ioconf.d.tmp md.d.tmp md_component.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f libirs.a resconf.o resconf.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libmd && rm -f .depend ioconf.d md.d md_component.d ioconf.d.tmp md.d.tmp md_component.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f libirs.a resconf.o resconf.o.tmp || true) --- cleandir-lib --- --- cleandir-libpad --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/dev/lib/libpad --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f libirs_p.a resconf.po resconf.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f libirs_p.a resconf.po resconf.po.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpad && rm -f librumpdev_pad.a pad.o pad_component.o pad.o.tmp pad_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f libirs_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpad && rm -f librumpdev_pad.a pad.o pad_component.o pad.o.tmp pad_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f libirs_g.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpad && rm -f librumpdev_pad_p.a pad.po pad_component.po pad.po.tmp pad_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f libirs_pic.a libirs.so.* libirs.so resconf.pico resconf.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpad && rm -f librumpdev_pad_p.a pad.po pad_component.po pad.po.tmp pad_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f libirs_pic.a libirs.so.* libirs.so resconf.pico resconf.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpad && rm -f librumpdev_pad_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f llib-lirs.ln resconf.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpad && rm -f librumpdev_pad_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f llib-lirs.ln resconf.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpad && rm -f librumpdev_pad_pic.a librumpdev_pad.so.* librumpdev_pad.so pad.pico pad_component.pico pad.pico.tmp pad_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f libirs.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpad && rm -f librumpdev_pad_pic.a librumpdev_pad.so.* librumpdev_pad.so pad.pico pad_component.pico pad.pico.tmp pad_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f libirs.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpad && rm -f llib-lrumpdev_pad.ln pad.ln pad_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libirs && rm -f .depend resconf.d resconf.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpad && rm -f llib-lrumpdev_pad.ln pad.ln pad_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libirs && rm -f .depend resconf.d resconf.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-libns --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpad && rm -f ioconf.c ioconf.h locators.h librumpdev_pad.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/mpl/bind/lib/libns --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpad && rm -f ioconf.c ioconf.h locators.h librumpdev_pad.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpad && rm -f .depend ioconf.d pad.d pad_component.d ioconf.d.tmp pad.d.tmp pad_component.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpad && rm -f .depend ioconf.d pad.d pad_component.d ioconf.d.tmp pad.d.tmp pad_component.d.tmp tags || true) --- cleandir-libpud --- cleandir ===> lib/../sys/rump/dev/lib/libpud --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpud && rm -f librumpdev_pud.a pud.o pud_dev.o pud_component.o pud.o.tmp pud_dev.o.tmp pud_component.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpud && rm -f librumpdev_pud.a pud.o pud_dev.o pud_component.o pud.o.tmp pud_dev.o.tmp pud_component.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpud && rm -f librumpdev_pud_p.a pud.po pud_dev.po pud_component.po pud.po.tmp pud_dev.po.tmp pud_component.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpud && rm -f librumpdev_pud_p.a pud.po pud_dev.po pud_component.po pud.po.tmp pud_dev.po.tmp pud_component.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpud && rm -f librumpdev_pud_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpud && rm -f librumpdev_pud_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpud && rm -f librumpdev_pud_pic.a librumpdev_pud.so.* librumpdev_pud.so pud.pico pud_dev.pico pud_component.pico pud.pico.tmp pud_dev.pico.tmp pud_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpud && rm -f librumpdev_pud_pic.a librumpdev_pud.so.* librumpdev_pud.so pud.pico pud_dev.pico pud_component.pico pud.pico.tmp pud_dev.pico.tmp pud_component.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpud && rm -f llib-lrumpdev_pud.ln pud.ln pud_dev.ln pud_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f libns.a client.o hooks.o interfacemgr.o listenlist.o log.o notify.o query.o server.o sortlist.o stats.o update.o xfrout.o pfilter.o client.o.tmp hooks.o.tmp interfacemgr.o.tmp listenlist.o.tmp log.o.tmp notify.o.tmp query.o.tmp server.o.tmp sortlist.o.tmp stats.o.tmp update.o.tmp xfrout.o.tmp pfilter.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpud && rm -f llib-lrumpdev_pud.ln pud.ln pud_dev.ln pud_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f libns.a client.o hooks.o interfacemgr.o listenlist.o log.o notify.o query.o server.o sortlist.o stats.o update.o xfrout.o pfilter.o client.o.tmp hooks.o.tmp interfacemgr.o.tmp listenlist.o.tmp log.o.tmp notify.o.tmp query.o.tmp server.o.tmp sortlist.o.tmp stats.o.tmp update.o.tmp xfrout.o.tmp pfilter.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpud && rm -f librumpdev_pud.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f libns_p.a client.po hooks.po interfacemgr.po listenlist.po log.po notify.po query.po server.po sortlist.po stats.po update.po xfrout.po pfilter.po client.po.tmp hooks.po.tmp interfacemgr.po.tmp listenlist.po.tmp log.po.tmp notify.po.tmp query.po.tmp server.po.tmp sortlist.po.tmp stats.po.tmp update.po.tmp xfrout.po.tmp pfilter.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f libns_p.a client.po hooks.po interfacemgr.po listenlist.po log.po notify.po query.po server.po sortlist.po stats.po update.po xfrout.po pfilter.po client.po.tmp hooks.po.tmp interfacemgr.po.tmp listenlist.po.tmp log.po.tmp notify.po.tmp query.po.tmp server.po.tmp sortlist.po.tmp stats.po.tmp update.po.tmp xfrout.po.tmp pfilter.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpud && rm -f librumpdev_pud.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f libns_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libpud && rm -f .depend pud.d pud_component.d pud_dev.d pud.d.tmp pud_component.d.tmp pud_dev.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f libns_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libpud && rm -f .depend pud.d pud_component.d pud_dev.d pud.d.tmp pud_component.d.tmp pud_dev.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- cleandir-libputter --- cleandir ===> lib/../sys/rump/dev/lib/libputter --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f libns_pic.a libns.so.* libns.so client.pico hooks.pico interfacemgr.pico listenlist.pico log.pico notify.pico query.pico server.pico sortlist.pico stats.pico update.pico xfrout.pico pfilter.pico client.pico.tmp hooks.pico.tmp interfacemgr.pico.tmp listenlist.pico.tmp log.pico.tmp notify.pico.tmp query.pico.tmp server.pico.tmp sortlist.pico.tmp stats.pico.tmp update.pico.tmp xfrout.pico.tmp pfilter.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f libns_pic.a libns.so.* libns.so client.pico hooks.pico interfacemgr.pico listenlist.pico log.pico notify.pico query.pico server.pico sortlist.pico stats.pico update.pico xfrout.pico pfilter.pico client.pico.tmp hooks.pico.tmp interfacemgr.pico.tmp listenlist.pico.tmp log.pico.tmp notify.pico.tmp query.pico.tmp server.pico.tmp sortlist.pico.tmp stats.pico.tmp update.pico.tmp xfrout.pico.tmp pfilter.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libputter && rm -f librumpdev_putter.a putter.o putter_component.o putter.o.tmp putter_component.o.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f llib-lns.ln client.ln hooks.ln interfacemgr.ln listenlist.ln log.ln notify.ln query.ln server.ln sortlist.ln stats.ln update.ln xfrout.ln pfilter.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libputter && rm -f librumpdev_putter.a putter.o putter_component.o putter.o.tmp putter_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f llib-lns.ln client.ln hooks.ln interfacemgr.ln listenlist.ln log.ln notify.ln query.ln server.ln sortlist.ln stats.ln update.ln xfrout.ln pfilter.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libputter && rm -f librumpdev_putter_p.a putter.po putter_component.po putter.po.tmp putter_component.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f libns.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libputter && rm -f librumpdev_putter_p.a putter.po putter_component.po putter.po.tmp putter_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f libns.so.21.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libputter && rm -f librumpdev_putter_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/libns && rm -f .depend client.d hooks.d interfacemgr.d listenlist.d log.d notify.d pfilter.d query.d server.d sortlist.d stats.d update.d xfrout.d client.d.tmp hooks.d.tmp interfacemgr.d.tmp listenlist.d.tmp log.d.tmp notify.d.tmp pfilter.d.tmp query.d.tmp server.d.tmp sortlist.d.tmp stats.d.tmp update.d.tmp xfrout.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libputter && rm -f librumpdev_putter_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/libns && rm -f .depend client.d hooks.d interfacemgr.d listenlist.d log.d notify.d pfilter.d query.d server.d sortlist.d stats.d update.d xfrout.d client.d.tmp hooks.d.tmp interfacemgr.d.tmp listenlist.d.tmp log.d.tmp notify.d.tmp pfilter.d.tmp query.d.tmp server.d.tmp sortlist.d.tmp stats.d.tmp update.d.tmp xfrout.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libputter && rm -f librumpdev_putter_pic.a librumpdev_putter.so.* librumpdev_putter.so putter.pico putter_component.pico putter.pico.tmp putter_component.pico.tmp || true) --- cleandir-external --- --- cleandir-plugins --- cleandir ===> external/mpl/bind/lib/plugins --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libputter && rm -f librumpdev_putter_pic.a librumpdev_putter.so.* librumpdev_putter.so putter.pico putter_component.pico putter.pico.tmp putter_component.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libputter && rm -f llib-lrumpdev_putter.ln putter.ln putter_component.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libputter && rm -f llib-lrumpdev_putter.ln putter.ln putter_component.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libputter && rm -f librumpdev_putter.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libputter && rm -f librumpdev_putter.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libputter && rm -f .depend putter.d putter_component.d putter.d.tmp putter_component.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libputter && rm -f .depend putter.d putter_component.d putter.d.tmp putter_component.d.tmp tags || true) --- cleandir-libraidframe --- cleandir ===> lib/../sys/rump/dev/lib/libraidframe --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libraidframe && rm -f librumpdev_raidframe.a rf_acctrace.o rf_alloclist.o rf_aselect.o rf_callback.o rf_chaindecluster.o rf_copyback.o rf_cvscan.o rf_dagdegrd.o rf_dagdegwr.o rf_dagffrd.o rf_dagffwr.o rf_dagfuncs.o rf_dagutils.o rf_debugMem.o rf_debugprint.o rf_decluster.o rf_declusterPQ.o rf_diskqueue.o rf_disks.o rf_driver.o rf_engine.o rf_evenodd.o rf_evenodd_dagfuncs.o rf_evenodd_dags.o rf_fifo.o rf_interdecluster.o rf_invertq.o rf_layout.o rf_map.o rf_mcpair.o rf_netbsdkintf.o rf_nwayxor.o rf_options.o rf_paritylog.o rf_paritylogDiskMgr.o rf_paritylogging.o rf_parityloggingdags.o rf_parityscan.o rf_pq.o rf_pqdeg.o rf_pqdegdags.o rf_psstatus.o rf_raid0.o rf_raid1.o rf_raid4.o rf_raid5.o rf_raid5_rotatedspare.o rf_reconbuffer.o rf_reconmap.o rf_reconstruct.o rf_reconutil.o rf_revent.o rf_shutdown.o rf_sstf.o rf_states.o rf_stripelocks.o rf_strutils.o rf_utils.o rf_paritymap.o raidframe_component.o rf_acctrace.o.tmp rf_alloclist.o.tmp rf_aselect.o.tmp rf_callback.o.tmp rf_chaindecluster.o.tmp rf_copyback.o.tmp rf_cvscan.o.tmp rf_dagdegrd.o.tmp rf_dagdegwr.o.tmp rf_dagffrd.o.tmp rf_dagffwr.o.tmp rf_dagfuncs.o.tmp rf_dagutils.o.tmp rf_debugMem.o.tmp rf_debugprint.o.tmp rf_decluster.o.tmp rf_declusterPQ.o.tmp rf_diskqueue.o.tmp rf_disks.o.tmp rf_driver.o.tmp rf_engine.o.tmp rf_evenodd.o.tmp rf_evenodd_dagfuncs.o.tmp rf_evenodd_dags.o.tmp rf_fifo.o.tmp rf_interdecluster.o.tmp rf_invertq.o.tmp rf_layout.o.tmp rf_map.o.tmp rf_mcpair.o.tmp rf_netbsdkintf.o.tmp rf_nwayxor.o.tmp rf_options.o.tmp rf_paritylog.o.tmp rf_paritylogDiskMgr.o.tmp rf_paritylogging.o.tmp rf_parityloggingdags.o.tmp rf_parityscan.o.tmp rf_pq.o.tmp rf_pqdeg.o.tmp rf_pqdegdags.o.tmp rf_psstatus.o.tmp rf_raid0.o.tmp rf_raid1.o.tmp rf_raid4.o.tmp rf_raid5.o.tmp rf_raid5_rotatedspare.o.tmp rf_reconbuffer.o.tmp rf_reconmap.o.tmp rf_reconstruct.o.tmp rf_reconutil.o.tmp rf_revent.o.tmp rf_shutdown.o.tmp rf_sstf.o.tmp rf_states.o.tmp rf_stripelocks.o.tmp rf_strutils.o.tmp rf_utils.o.tmp rf_paritymap.o.tmp raidframe_component.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libraidframe && rm -f librumpdev_raidframe.a rf_acctrace.o rf_alloclist.o rf_aselect.o rf_callback.o rf_chaindecluster.o rf_copyback.o rf_cvscan.o rf_dagdegrd.o rf_dagdegwr.o rf_dagffrd.o rf_dagffwr.o rf_dagfuncs.o rf_dagutils.o rf_debugMem.o rf_debugprint.o rf_decluster.o rf_declusterPQ.o rf_diskqueue.o rf_disks.o rf_driver.o rf_engine.o rf_evenodd.o rf_evenodd_dagfuncs.o rf_evenodd_dags.o rf_fifo.o rf_interdecluster.o rf_invertq.o rf_layout.o rf_map.o rf_mcpair.o rf_netbsdkintf.o rf_nwayxor.o rf_options.o rf_paritylog.o rf_paritylogDiskMgr.o rf_paritylogging.o rf_parityloggingdags.o rf_parityscan.o rf_pq.o rf_pqdeg.o rf_pqdegdags.o rf_psstatus.o rf_raid0.o rf_raid1.o rf_raid4.o rf_raid5.o rf_raid5_rotatedspare.o rf_reconbuffer.o rf_reconmap.o rf_reconstruct.o rf_reconutil.o rf_revent.o rf_shutdown.o rf_sstf.o rf_states.o rf_stripelocks.o rf_strutils.o rf_utils.o rf_paritymap.o raidframe_component.o rf_acctrace.o.tmp rf_alloclist.o.tmp rf_aselect.o.tmp rf_callback.o.tmp rf_chaindecluster.o.tmp rf_copyback.o.tmp rf_cvscan.o.tmp rf_dagdegrd.o.tmp rf_dagdegwr.o.tmp rf_dagffrd.o.tmp rf_dagffwr.o.tmp rf_dagfuncs.o.tmp rf_dagutils.o.tmp rf_debugMem.o.tmp rf_debugprint.o.tmp rf_decluster.o.tmp rf_declusterPQ.o.tmp rf_diskqueue.o.tmp rf_disks.o.tmp rf_driver.o.tmp rf_engine.o.tmp rf_evenodd.o.tmp rf_evenodd_dagfuncs.o.tmp rf_evenodd_dags.o.tmp rf_fifo.o.tmp rf_interdecluster.o.tmp rf_invertq.o.tmp rf_layout.o.tmp rf_map.o.tmp rf_mcpair.o.tmp rf_netbsdkintf.o.tmp rf_nwayxor.o.tmp rf_options.o.tmp rf_paritylog.o.tmp rf_paritylogDiskMgr.o.tmp rf_paritylogging.o.tmp rf_parityloggingdags.o.tmp rf_parityscan.o.tmp rf_pq.o.tmp rf_pqdeg.o.tmp rf_pqdegdags.o.tmp rf_psstatus.o.tmp rf_raid0.o.tmp rf_raid1.o.tmp rf_raid4.o.tmp rf_raid5.o.tmp rf_raid5_rotatedspare.o.tmp rf_reconbuffer.o.tmp rf_reconmap.o.tmp rf_reconstruct.o.tmp rf_reconutil.o.tmp rf_revent.o.tmp rf_shutdown.o.tmp rf_sstf.o.tmp rf_states.o.tmp rf_stripelocks.o.tmp rf_strutils.o.tmp rf_utils.o.tmp rf_paritymap.o.tmp raidframe_component.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libraidframe && rm -f librumpdev_raidframe_p.a rf_acctrace.po rf_alloclist.po rf_aselect.po rf_callback.po rf_chaindecluster.po rf_copyback.po rf_cvscan.po rf_dagdegrd.po rf_dagdegwr.po rf_dagffrd.po rf_dagffwr.po rf_dagfuncs.po rf_dagutils.po rf_debugMem.po rf_debugprint.po rf_decluster.po rf_declusterPQ.po rf_diskqueue.po rf_disks.po rf_driver.po rf_engine.po rf_evenodd.po rf_evenodd_dagfuncs.po rf_evenodd_dags.po rf_fifo.po rf_interdecluster.po rf_invertq.po rf_layout.po rf_map.po rf_mcpair.po rf_netbsdkintf.po rf_nwayxor.po rf_options.po rf_paritylog.po rf_paritylogDiskMgr.po rf_paritylogging.po rf_parityloggingdags.po rf_parityscan.po rf_pq.po rf_pqdeg.po rf_pqdegdags.po rf_psstatus.po rf_raid0.po rf_raid1.po rf_raid4.po rf_raid5.po rf_raid5_rotatedspare.po rf_reconbuffer.po rf_reconmap.po rf_reconstruct.po rf_reconutil.po rf_revent.po rf_shutdown.po rf_sstf.po rf_states.po rf_stripelocks.po rf_strutils.po rf_utils.po rf_paritymap.po raidframe_component.po rf_acctrace.po.tmp rf_alloclist.po.tmp rf_aselect.po.tmp rf_callback.po.tmp rf_chaindecluster.po.tmp rf_copyback.po.tmp rf_cvscan.po.tmp rf_dagdegrd.po.tmp rf_dagdegwr.po.tmp rf_dagffrd.po.tmp rf_dagffwr.po.tmp rf_dagfuncs.po.tmp rf_dagutils.po.tmp rf_debugMem.po.tmp rf_debugprint.po.tmp rf_decluster.po.tmp rf_declusterPQ.po.tmp rf_diskqueue.po.tmp rf_disks.po.tmp rf_driver.po.tmp rf_engine.po.tmp rf_evenodd.po.tmp rf_evenodd_dagfuncs.po.tmp rf_evenodd_dags.po.tmp rf_fifo.po.tmp rf_interdecluster.po.tmp rf_invertq.po.tmp rf_layout.po.tmp rf_map.po.tmp rf_mcpair.po.tmp rf_netbsdkintf.po.tmp rf_nwayxor.po.tmp rf_options.po.tmp rf_paritylog.po.tmp rf_paritylogDiskMgr.po.tmp rf_paritylogging.po.tmp rf_parityloggingdags.po.tmp rf_parityscan.po.tmp rf_pq.po.tmp rf_pqdeg.po.tmp rf_pqdegdags.po.tmp rf_psstatus.po.tmp rf_raid0.po.tmp rf_raid1.po.tmp rf_raid4.po.tmp rf_raid5.po.tmp rf_raid5_rotatedspare.po.tmp rf_reconbuffer.po.tmp rf_reconmap.po.tmp rf_reconstruct.po.tmp rf_reconutil.po.tmp rf_revent.po.tmp rf_shutdown.po.tmp rf_sstf.po.tmp rf_states.po.tmp rf_stripelocks.po.tmp rf_strutils.po.tmp rf_utils.po.tmp rf_paritymap.po.tmp raidframe_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f filter-aaaa.a filter-aaaa.o filter-aaaa.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f filter-aaaa.a filter-aaaa.o filter-aaaa.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libraidframe && rm -f librumpdev_raidframe_p.a rf_acctrace.po rf_alloclist.po rf_aselect.po rf_callback.po rf_chaindecluster.po rf_copyback.po rf_cvscan.po rf_dagdegrd.po rf_dagdegwr.po rf_dagffrd.po rf_dagffwr.po rf_dagfuncs.po rf_dagutils.po rf_debugMem.po rf_debugprint.po rf_decluster.po rf_declusterPQ.po rf_diskqueue.po rf_disks.po rf_driver.po rf_engine.po rf_evenodd.po rf_evenodd_dagfuncs.po rf_evenodd_dags.po rf_fifo.po rf_interdecluster.po rf_invertq.po rf_layout.po rf_map.po rf_mcpair.po rf_netbsdkintf.po rf_nwayxor.po rf_options.po rf_paritylog.po rf_paritylogDiskMgr.po rf_paritylogging.po rf_parityloggingdags.po rf_parityscan.po rf_pq.po rf_pqdeg.po rf_pqdegdags.po rf_psstatus.po rf_raid0.po rf_raid1.po rf_raid4.po rf_raid5.po rf_raid5_rotatedspare.po rf_reconbuffer.po rf_reconmap.po rf_reconstruct.po rf_reconutil.po rf_revent.po rf_shutdown.po rf_sstf.po rf_states.po rf_stripelocks.po rf_strutils.po rf_utils.po rf_paritymap.po raidframe_component.po rf_acctrace.po.tmp rf_alloclist.po.tmp rf_aselect.po.tmp rf_callback.po.tmp rf_chaindecluster.po.tmp rf_copyback.po.tmp rf_cvscan.po.tmp rf_dagdegrd.po.tmp rf_dagdegwr.po.tmp rf_dagffrd.po.tmp rf_dagffwr.po.tmp rf_dagfuncs.po.tmp rf_dagutils.po.tmp rf_debugMem.po.tmp rf_debugprint.po.tmp rf_decluster.po.tmp rf_declusterPQ.po.tmp rf_diskqueue.po.tmp rf_disks.po.tmp rf_driver.po.tmp rf_engine.po.tmp rf_evenodd.po.tmp rf_evenodd_dagfuncs.po.tmp rf_evenodd_dags.po.tmp rf_fifo.po.tmp rf_interdecluster.po.tmp rf_invertq.po.tmp rf_layout.po.tmp rf_map.po.tmp rf_mcpair.po.tmp rf_netbsdkintf.po.tmp rf_nwayxor.po.tmp rf_options.po.tmp rf_paritylog.po.tmp rf_paritylogDiskMgr.po.tmp rf_paritylogging.po.tmp rf_parityloggingdags.po.tmp rf_parityscan.po.tmp rf_pq.po.tmp rf_pqdeg.po.tmp rf_pqdegdags.po.tmp rf_psstatus.po.tmp rf_raid0.po.tmp rf_raid1.po.tmp rf_raid4.po.tmp rf_raid5.po.tmp rf_raid5_rotatedspare.po.tmp rf_reconbuffer.po.tmp rf_reconmap.po.tmp rf_reconstruct.po.tmp rf_reconutil.po.tmp rf_revent.po.tmp rf_shutdown.po.tmp rf_sstf.po.tmp rf_states.po.tmp rf_stripelocks.po.tmp rf_strutils.po.tmp rf_utils.po.tmp rf_paritymap.po.tmp raidframe_component.po.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f filter-aaaa_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libraidframe && rm -f librumpdev_raidframe_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f filter-aaaa_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libraidframe && rm -f librumpdev_raidframe_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f filter-aaaa_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libraidframe && rm -f librumpdev_raidframe_pic.a librumpdev_raidframe.so.* librumpdev_raidframe.so rf_acctrace.pico rf_alloclist.pico rf_aselect.pico rf_callback.pico rf_chaindecluster.pico rf_copyback.pico rf_cvscan.pico rf_dagdegrd.pico rf_dagdegwr.pico rf_dagffrd.pico rf_dagffwr.pico rf_dagfuncs.pico rf_dagutils.pico rf_debugMem.pico rf_debugprint.pico rf_decluster.pico rf_declusterPQ.pico rf_diskqueue.pico rf_disks.pico rf_driver.pico rf_engine.pico rf_evenodd.pico rf_evenodd_dagfuncs.pico rf_evenodd_dags.pico rf_fifo.pico rf_interdecluster.pico rf_invertq.pico rf_layout.pico rf_map.pico rf_mcpair.pico rf_netbsdkintf.pico rf_nwayxor.pico rf_options.pico rf_paritylog.pico rf_paritylogDiskMgr.pico rf_paritylogging.pico rf_parityloggingdags.pico rf_parityscan.pico rf_pq.pico rf_pqdeg.pico rf_pqdegdags.pico rf_psstatus.pico rf_raid0.pico rf_raid1.pico rf_raid4.pico rf_raid5.pico rf_raid5_rotatedspare.pico rf_reconbuffer.pico rf_reconmap.pico rf_reconstruct.pico rf_reconutil.pico rf_revent.pico rf_shutdown.pico rf_sstf.pico rf_states.pico rf_stripelocks.pico rf_strutils.pico rf_utils.pico rf_paritymap.pico raidframe_component.pico rf_acctrace.pico.tmp rf_alloclist.pico.tmp rf_aselect.pico.tmp rf_callback.pico.tmp rf_chaindecluster.pico.tmp rf_copyback.pico.tmp rf_cvscan.pico.tmp rf_dagdegrd.pico.tmp rf_dagdegwr.pico.tmp rf_dagffrd.pico.tmp rf_dagffwr.pico.tmp rf_dagfuncs.pico.tmp rf_dagutils.pico.tmp rf_debugMem.pico.tmp rf_debugprint.pico.tmp rf_decluster.pico.tmp rf_declusterPQ.pico.tmp rf_diskqueue.pico.tmp rf_disks.pico.tmp rf_driver.pico.tmp rf_engine.pico.tmp rf_evenodd.pico.tmp rf_evenodd_dagfuncs.pico.tmp rf_evenodd_dags.pico.tmp rf_fifo.pico.tmp rf_interdecluster.pico.tmp rf_invertq.pico.tmp rf_layout.pico.tmp rf_map.pico.tmp rf_mcpair.pico.tmp rf_netbsdkintf.pico.tmp rf_nwayxor.pico.tmp rf_options.pico.tmp rf_paritylog.pico.tmp rf_paritylogDiskMgr.pico.tmp rf_paritylogging.pico.tmp rf_parityloggingdags.pico.tmp rf_parityscan.pico.tmp rf_pq.pico.tmp rf_pqdeg.pico.tmp rf_pqdegdags.pico.tmp rf_psstatus.pico.tmp rf_raid0.pico.tmp rf_raid1.pico.tmp rf_raid4.pico.tmp rf_raid5.pico.tmp rf_raid5_rotatedspare.pico.tmp rf_reconbuffer.pico.tmp rf_reconmap.pico.tmp rf_reconstruct.pico.tmp rf_reconutil.pico.tmp rf_revent.pico.tmp rf_shutdown.pico.tmp rf_sstf.pico.tmp rf_states.pico.tmp rf_stripelocks.pico.tmp rf_strutils.pico.tmp rf_utils.pico.tmp rf_paritymap.pico.tmp raidframe_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f filter-aaaa_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libraidframe && rm -f librumpdev_raidframe_pic.a librumpdev_raidframe.so.* librumpdev_raidframe.so rf_acctrace.pico rf_alloclist.pico rf_aselect.pico rf_callback.pico rf_chaindecluster.pico rf_copyback.pico rf_cvscan.pico rf_dagdegrd.pico rf_dagdegwr.pico rf_dagffrd.pico rf_dagffwr.pico rf_dagfuncs.pico rf_dagutils.pico rf_debugMem.pico rf_debugprint.pico rf_decluster.pico rf_declusterPQ.pico rf_diskqueue.pico rf_disks.pico rf_driver.pico rf_engine.pico rf_evenodd.pico rf_evenodd_dagfuncs.pico rf_evenodd_dags.pico rf_fifo.pico rf_interdecluster.pico rf_invertq.pico rf_layout.pico rf_map.pico rf_mcpair.pico rf_netbsdkintf.pico rf_nwayxor.pico rf_options.pico rf_paritylog.pico rf_paritylogDiskMgr.pico rf_paritylogging.pico rf_parityloggingdags.pico rf_parityscan.pico rf_pq.pico rf_pqdeg.pico rf_pqdegdags.pico rf_psstatus.pico rf_raid0.pico rf_raid1.pico rf_raid4.pico rf_raid5.pico rf_raid5_rotatedspare.pico rf_reconbuffer.pico rf_reconmap.pico rf_reconstruct.pico rf_reconutil.pico rf_revent.pico rf_shutdown.pico rf_sstf.pico rf_states.pico rf_stripelocks.pico rf_strutils.pico rf_utils.pico rf_paritymap.pico raidframe_component.pico rf_acctrace.pico.tmp rf_alloclist.pico.tmp rf_aselect.pico.tmp rf_callback.pico.tmp rf_chaindecluster.pico.tmp rf_copyback.pico.tmp rf_cvscan.pico.tmp rf_dagdegrd.pico.tmp rf_dagdegwr.pico.tmp rf_dagffrd.pico.tmp rf_dagffwr.pico.tmp rf_dagfuncs.pico.tmp rf_dagutils.pico.tmp rf_debugMem.pico.tmp rf_debugprint.pico.tmp rf_decluster.pico.tmp rf_declusterPQ.pico.tmp rf_diskqueue.pico.tmp rf_disks.pico.tmp rf_driver.pico.tmp rf_engine.pico.tmp rf_evenodd.pico.tmp rf_evenodd_dagfuncs.pico.tmp rf_evenodd_dags.pico.tmp rf_fifo.pico.tmp rf_interdecluster.pico.tmp rf_invertq.pico.tmp rf_layout.pico.tmp rf_map.pico.tmp rf_mcpair.pico.tmp rf_netbsdkintf.pico.tmp rf_nwayxor.pico.tmp rf_options.pico.tmp rf_paritylog.pico.tmp rf_paritylogDiskMgr.pico.tmp rf_paritylogging.pico.tmp rf_parityloggingdags.pico.tmp rf_parityscan.pico.tmp rf_pq.pico.tmp rf_pqdeg.pico.tmp rf_pqdegdags.pico.tmp rf_psstatus.pico.tmp rf_raid0.pico.tmp rf_raid1.pico.tmp rf_raid4.pico.tmp rf_raid5.pico.tmp rf_raid5_rotatedspare.pico.tmp rf_reconbuffer.pico.tmp rf_reconmap.pico.tmp rf_reconstruct.pico.tmp rf_reconutil.pico.tmp rf_revent.pico.tmp rf_shutdown.pico.tmp rf_sstf.pico.tmp rf_states.pico.tmp rf_stripelocks.pico.tmp rf_strutils.pico.tmp rf_utils.pico.tmp rf_paritymap.pico.tmp raidframe_component.pico.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f filter-aaaa_pic.a filter-aaaa.so.* filter-aaaa.so filter-aaaa.pico filter-aaaa.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libraidframe && rm -f llib-lrumpdev_raidframe.ln rf_acctrace.ln rf_alloclist.ln rf_aselect.ln rf_callback.ln rf_chaindecluster.ln rf_copyback.ln rf_cvscan.ln rf_dagdegrd.ln rf_dagdegwr.ln rf_dagffrd.ln rf_dagffwr.ln rf_dagfuncs.ln rf_dagutils.ln rf_debugMem.ln rf_debugprint.ln rf_decluster.ln rf_declusterPQ.ln rf_diskqueue.ln rf_disks.ln rf_driver.ln rf_engine.ln rf_evenodd.ln rf_evenodd_dagfuncs.ln rf_evenodd_dags.ln rf_fifo.ln rf_interdecluster.ln rf_invertq.ln rf_layout.ln rf_map.ln rf_mcpair.ln rf_netbsdkintf.ln rf_nwayxor.ln rf_options.ln rf_paritylog.ln rf_paritylogDiskMgr.ln rf_paritylogging.ln rf_parityloggingdags.ln rf_parityscan.ln rf_pq.ln rf_pqdeg.ln rf_pqdegdags.ln rf_psstatus.ln rf_raid0.ln rf_raid1.ln rf_raid4.ln rf_raid5.ln rf_raid5_rotatedspare.ln rf_reconbuffer.ln rf_reconmap.ln rf_reconstruct.ln rf_reconutil.ln rf_revent.ln rf_shutdown.ln rf_sstf.ln rf_states.ln rf_stripelocks.ln rf_strutils.ln rf_utils.ln rf_paritymap.ln raidframe_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f filter-aaaa_pic.a filter-aaaa.so.* filter-aaaa.so filter-aaaa.pico filter-aaaa.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libraidframe && rm -f llib-lrumpdev_raidframe.ln rf_acctrace.ln rf_alloclist.ln rf_aselect.ln rf_callback.ln rf_chaindecluster.ln rf_copyback.ln rf_cvscan.ln rf_dagdegrd.ln rf_dagdegwr.ln rf_dagffrd.ln rf_dagffwr.ln rf_dagfuncs.ln rf_dagutils.ln rf_debugMem.ln rf_debugprint.ln rf_decluster.ln rf_declusterPQ.ln rf_diskqueue.ln rf_disks.ln rf_driver.ln rf_engine.ln rf_evenodd.ln rf_evenodd_dagfuncs.ln rf_evenodd_dags.ln rf_fifo.ln rf_interdecluster.ln rf_invertq.ln rf_layout.ln rf_map.ln rf_mcpair.ln rf_netbsdkintf.ln rf_nwayxor.ln rf_options.ln rf_paritylog.ln rf_paritylogDiskMgr.ln rf_paritylogging.ln rf_parityloggingdags.ln rf_parityscan.ln rf_pq.ln rf_pqdeg.ln rf_pqdegdags.ln rf_psstatus.ln rf_raid0.ln rf_raid1.ln rf_raid4.ln rf_raid5.ln rf_raid5_rotatedspare.ln rf_reconbuffer.ln rf_reconmap.ln rf_reconstruct.ln rf_reconutil.ln rf_revent.ln rf_shutdown.ln rf_sstf.ln rf_states.ln rf_stripelocks.ln rf_strutils.ln rf_utils.ln rf_paritymap.ln raidframe_component.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f llib-lfilter-aaaa.ln filter-aaaa.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f llib-lfilter-aaaa.ln filter-aaaa.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libraidframe && rm -f ioconf.c ioconf.h locators.h librumpdev_raidframe.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libraidframe && rm -f ioconf.c ioconf.h locators.h librumpdev_raidframe.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f filter-aaaa.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f filter-aaaa.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libraidframe && rm -f .depend ioconf.d raidframe_component.d rf_acctrace.d rf_alloclist.d rf_aselect.d rf_callback.d rf_chaindecluster.d rf_copyback.d rf_cvscan.d rf_dagdegrd.d rf_dagdegwr.d rf_dagffrd.d rf_dagffwr.d rf_dagfuncs.d rf_dagutils.d rf_debugMem.d rf_debugprint.d rf_decluster.d rf_declusterPQ.d rf_diskqueue.d rf_disks.d rf_driver.d rf_engine.d rf_evenodd.d rf_evenodd_dagfuncs.d rf_evenodd_dags.d rf_fifo.d rf_interdecluster.d rf_invertq.d rf_layout.d rf_map.d rf_mcpair.d rf_netbsdkintf.d rf_nwayxor.d rf_options.d rf_paritylog.d rf_paritylogDiskMgr.d rf_paritylogging.d rf_parityloggingdags.d rf_paritymap.d rf_parityscan.d rf_pq.d rf_pqdeg.d rf_pqdegdags.d rf_psstatus.d rf_raid0.d rf_raid1.d rf_raid4.d rf_raid5.d rf_raid5_rotatedspare.d rf_reconbuffer.d rf_reconmap.d rf_reconstruct.d rf_reconutil.d rf_revent.d rf_shutdown.d rf_sstf.d rf_states.d rf_stripelocks.d rf_strutils.d rf_utils.d ioconf.d.tmp raidframe_component.d.tmp rf_acctrace.d.tmp rf_alloclist.d.tmp rf_aselect.d.tmp rf_callback.d.tmp rf_chaindecluster.d.tmp rf_copyback.d.tmp rf_cvscan.d.tmp rf_dagdegrd.d.tmp rf_dagdegwr.d.tmp rf_dagffrd.d.tmp rf_dagffwr.d.tmp rf_dagfuncs.d.tmp rf_dagutils.d.tmp rf_debugMem.d.tmp rf_debugprint.d.tmp rf_decluster.d.tmp rf_declusterPQ.d.tmp rf_diskqueue.d.tmp rf_disks.d.tmp rf_driver.d.tmp rf_engine.d.tmp rf_evenodd.d.tmp rf_evenodd_dagfuncs.d.tmp rf_evenodd_dags.d.tmp rf_fifo.d.tmp rf_interdecluster.d.tmp rf_invertq.d.tmp rf_layout.d.tmp rf_map.d.tmp rf_mcpair.d.tmp rf_netbsdkintf.d.tmp rf_nwayxor.d.tmp rf_options.d.tmp rf_paritylog.d.tmp rf_paritylogDiskMgr.d.tmp rf_paritylogging.d.tmp rf_parityloggingdags.d.tmp rf_paritymap.d.tmp rf_parityscan.d.tmp rf_pq.d.tmp rf_pqdeg.d.tmp rf_pqdegdags.d.tmp rf_psstatus.d.tmp rf_raid0.d.tmp rf_raid1.d.tmp rf_raid4.d.tmp rf_raid5.d.tmp rf_raid5_rotatedspare.d.tmp rf_reconbuffer.d.tmp rf_reconmap.d.tmp rf_reconstruct.d.tmp rf_reconutil.d.tmp rf_revent.d.tmp rf_shutdown.d.tmp rf_sstf.d.tmp rf_states.d.tmp rf_stripelocks.d.tmp rf_strutils.d.tmp rf_utils.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libraidframe && rm -f .depend ioconf.d raidframe_component.d rf_acctrace.d rf_alloclist.d rf_aselect.d rf_callback.d rf_chaindecluster.d rf_copyback.d rf_cvscan.d rf_dagdegrd.d rf_dagdegwr.d rf_dagffrd.d rf_dagffwr.d rf_dagfuncs.d rf_dagutils.d rf_debugMem.d rf_debugprint.d rf_decluster.d rf_declusterPQ.d rf_diskqueue.d rf_disks.d rf_driver.d rf_engine.d rf_evenodd.d rf_evenodd_dagfuncs.d rf_evenodd_dags.d rf_fifo.d rf_interdecluster.d rf_invertq.d rf_layout.d rf_map.d rf_mcpair.d rf_netbsdkintf.d rf_nwayxor.d rf_options.d rf_paritylog.d rf_paritylogDiskMgr.d rf_paritylogging.d rf_parityloggingdags.d rf_paritymap.d rf_parityscan.d rf_pq.d rf_pqdeg.d rf_pqdegdags.d rf_psstatus.d rf_raid0.d rf_raid1.d rf_raid4.d rf_raid5.d rf_raid5_rotatedspare.d rf_reconbuffer.d rf_reconmap.d rf_reconstruct.d rf_reconutil.d rf_revent.d rf_shutdown.d rf_sstf.d rf_states.d rf_stripelocks.d rf_strutils.d rf_utils.d ioconf.d.tmp raidframe_component.d.tmp rf_acctrace.d.tmp rf_alloclist.d.tmp rf_aselect.d.tmp rf_callback.d.tmp rf_chaindecluster.d.tmp rf_copyback.d.tmp rf_cvscan.d.tmp rf_dagdegrd.d.tmp rf_dagdegwr.d.tmp rf_dagffrd.d.tmp rf_dagffwr.d.tmp rf_dagfuncs.d.tmp rf_dagutils.d.tmp rf_debugMem.d.tmp rf_debugprint.d.tmp rf_decluster.d.tmp rf_declusterPQ.d.tmp rf_diskqueue.d.tmp rf_disks.d.tmp rf_driver.d.tmp rf_engine.d.tmp rf_evenodd.d.tmp rf_evenodd_dagfuncs.d.tmp rf_evenodd_dags.d.tmp rf_fifo.d.tmp rf_interdecluster.d.tmp rf_invertq.d.tmp rf_layout.d.tmp rf_map.d.tmp rf_mcpair.d.tmp rf_netbsdkintf.d.tmp rf_nwayxor.d.tmp rf_options.d.tmp rf_paritylog.d.tmp rf_paritylogDiskMgr.d.tmp rf_paritylogging.d.tmp rf_parityloggingdags.d.tmp rf_paritymap.d.tmp rf_parityscan.d.tmp rf_pq.d.tmp rf_pqdeg.d.tmp rf_pqdegdags.d.tmp rf_psstatus.d.tmp rf_raid0.d.tmp rf_raid1.d.tmp rf_raid4.d.tmp rf_raid5.d.tmp rf_raid5_rotatedspare.d.tmp rf_reconbuffer.d.tmp rf_reconmap.d.tmp rf_reconstruct.d.tmp rf_reconutil.d.tmp rf_revent.d.tmp rf_shutdown.d.tmp rf_sstf.d.tmp rf_states.d.tmp rf_stripelocks.d.tmp rf_strutils.d.tmp rf_utils.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/lib/plugins && rm -f .depend filter-aaaa.d filter-aaaa.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/lib/plugins && rm -f .depend filter-aaaa.d filter-aaaa.d.tmp tags || true) --- cleandir-lib --- --- cleandir-librnd --- cleandir ===> lib/../sys/rump/dev/lib/librnd --- cleandir-external --- --- cleandir-libexec --- cleandir ===> external/mpl/bind/libexec --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/librnd && rm -f librumpdev_rnd.a random.o rnd_component.o random.o.tmp rnd_component.o.tmp || true) --- cleandir-external --- --- cleandir-filter-aaaa --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/librnd && rm -f librumpdev_rnd.a random.o rnd_component.o random.o.tmp rnd_component.o.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/libexec/filter-aaaa --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/librnd && rm -f librumpdev_rnd_p.a random.po rnd_component.po random.po.tmp rnd_component.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/librnd && rm -f librumpdev_rnd_p.a random.po rnd_component.po random.po.tmp rnd_component.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/librnd && rm -f librumpdev_rnd_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/librnd && rm -f librumpdev_rnd_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/librnd && rm -f librumpdev_rnd_pic.a librumpdev_rnd.so.* librumpdev_rnd.so random.pico rnd_component.pico random.pico.tmp rnd_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/librnd && rm -f librumpdev_rnd_pic.a librumpdev_rnd.so.* librumpdev_rnd.so random.pico rnd_component.pico random.pico.tmp rnd_component.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/librnd && rm -f llib-lrumpdev_rnd.ln random.ln rnd_component.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/librnd && rm -f llib-lrumpdev_rnd.ln random.ln rnd_component.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/librnd && rm -f ioconf.c ioconf.h locators.h librumpdev_rnd.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/librnd && rm -f ioconf.c ioconf.h locators.h librumpdev_rnd.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/librnd && rm -f .depend ioconf.d random.d rnd_component.d ioconf.d.tmp random.d.tmp rnd_component.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/librnd && rm -f .depend ioconf.d random.d rnd_component.d ioconf.d.tmp random.d.tmp rnd_component.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/libexec/filter-aaaa && rm -f libfilter-aaaa.a filter-aaaa.o filter-aaaa.o.tmp || true) --- cleandir-lib --- --- cleandir-libscsipi --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/libexec/filter-aaaa && rm -f libfilter-aaaa.a filter-aaaa.o filter-aaaa.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/dev/lib/libscsipi --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/libexec/filter-aaaa && rm -f libfilter-aaaa_p.a filter-aaaa.po filter-aaaa.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libscsipi && rm -f librumpdev_scsipi.a scsipiconf.o scsipi_base.o scsipi_ioctl.o scsi_base.o scsiconf.o scsi_subr.o atapi_base.o atapiconf.o cd.o sd.o scsipi_verbose.o scsipi_component.o scsipiconf.o.tmp scsipi_base.o.tmp scsipi_ioctl.o.tmp scsi_base.o.tmp scsiconf.o.tmp scsi_subr.o.tmp atapi_base.o.tmp atapiconf.o.tmp cd.o.tmp sd.o.tmp scsipi_verbose.o.tmp scsipi_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/libexec/filter-aaaa && rm -f libfilter-aaaa_p.a filter-aaaa.po filter-aaaa.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libscsipi && rm -f librumpdev_scsipi.a scsipiconf.o scsipi_base.o scsipi_ioctl.o scsi_base.o scsiconf.o scsi_subr.o atapi_base.o atapiconf.o cd.o sd.o scsipi_verbose.o scsipi_component.o scsipiconf.o.tmp scsipi_base.o.tmp scsipi_ioctl.o.tmp scsi_base.o.tmp scsiconf.o.tmp scsi_subr.o.tmp atapi_base.o.tmp atapiconf.o.tmp cd.o.tmp sd.o.tmp scsipi_verbose.o.tmp scsipi_component.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/libexec/filter-aaaa && rm -f libfilter-aaaa_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libscsipi && rm -f librumpdev_scsipi_p.a scsipiconf.po scsipi_base.po scsipi_ioctl.po scsi_base.po scsiconf.po scsi_subr.po atapi_base.po atapiconf.po cd.po sd.po scsipi_verbose.po scsipi_component.po scsipiconf.po.tmp scsipi_base.po.tmp scsipi_ioctl.po.tmp scsi_base.po.tmp scsiconf.po.tmp scsi_subr.po.tmp atapi_base.po.tmp atapiconf.po.tmp cd.po.tmp sd.po.tmp scsipi_verbose.po.tmp scsipi_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/libexec/filter-aaaa && rm -f libfilter-aaaa_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libscsipi && rm -f librumpdev_scsipi_p.a scsipiconf.po scsipi_base.po scsipi_ioctl.po scsi_base.po scsiconf.po scsi_subr.po atapi_base.po atapiconf.po cd.po sd.po scsipi_verbose.po scsipi_component.po scsipiconf.po.tmp scsipi_base.po.tmp scsipi_ioctl.po.tmp scsi_base.po.tmp scsiconf.po.tmp scsi_subr.po.tmp atapi_base.po.tmp atapiconf.po.tmp cd.po.tmp sd.po.tmp scsipi_verbose.po.tmp scsipi_component.po.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/libexec/filter-aaaa && rm -f libfilter-aaaa_pic.a libfilter-aaaa.so.* libfilter-aaaa.so filter-aaaa.pico filter-aaaa.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libscsipi && rm -f librumpdev_scsipi_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/libexec/filter-aaaa && rm -f libfilter-aaaa_pic.a libfilter-aaaa.so.* libfilter-aaaa.so filter-aaaa.pico filter-aaaa.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libscsipi && rm -f librumpdev_scsipi_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/libexec/filter-aaaa && rm -f llib-lfilter-aaaa.ln filter-aaaa.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libscsipi && rm -f librumpdev_scsipi_pic.a librumpdev_scsipi.so.* librumpdev_scsipi.so scsipiconf.pico scsipi_base.pico scsipi_ioctl.pico scsi_base.pico scsiconf.pico scsi_subr.pico atapi_base.pico atapiconf.pico cd.pico sd.pico scsipi_verbose.pico scsipi_component.pico scsipiconf.pico.tmp scsipi_base.pico.tmp scsipi_ioctl.pico.tmp scsi_base.pico.tmp scsiconf.pico.tmp scsi_subr.pico.tmp atapi_base.pico.tmp atapiconf.pico.tmp cd.pico.tmp sd.pico.tmp scsipi_verbose.pico.tmp scsipi_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/libexec/filter-aaaa && rm -f llib-lfilter-aaaa.ln filter-aaaa.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libscsipi && rm -f librumpdev_scsipi_pic.a librumpdev_scsipi.so.* librumpdev_scsipi.so scsipiconf.pico scsipi_base.pico scsipi_ioctl.pico scsi_base.pico scsiconf.pico scsi_subr.pico atapi_base.pico atapiconf.pico cd.pico sd.pico scsipi_verbose.pico scsipi_component.pico scsipiconf.pico.tmp scsipi_base.pico.tmp scsipi_ioctl.pico.tmp scsi_base.pico.tmp scsiconf.pico.tmp scsi_subr.pico.tmp atapi_base.pico.tmp atapiconf.pico.tmp cd.pico.tmp sd.pico.tmp scsipi_verbose.pico.tmp scsipi_component.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/libexec/filter-aaaa && rm -f libfilter-aaaa.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libscsipi && rm -f llib-lrumpdev_scsipi.ln scsipiconf.ln scsipi_base.ln scsipi_ioctl.ln scsi_base.ln scsiconf.ln scsi_subr.ln atapi_base.ln atapiconf.ln cd.ln sd.ln scsipi_verbose.ln scsipi_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/libexec/filter-aaaa && rm -f libfilter-aaaa.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libscsipi && rm -f llib-lrumpdev_scsipi.ln scsipiconf.ln scsipi_base.ln scsipi_ioctl.ln scsi_base.ln scsiconf.ln scsi_subr.ln atapi_base.ln atapiconf.ln cd.ln sd.ln scsipi_verbose.ln scsipi_component.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/libexec/filter-aaaa && rm -f .depend filter-aaaa.d filter-aaaa.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libscsipi && rm -f ioconf.c ioconf.h locators.h librumpdev_scsipi.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/libexec/filter-aaaa && rm -f .depend filter-aaaa.d filter-aaaa.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libscsipi && rm -f ioconf.c ioconf.h locators.h librumpdev_scsipi.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mpl/bind/bin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libscsipi && rm -f .depend atapi_base.d atapiconf.d cd.d ioconf.d scsi_base.d scsi_subr.d scsiconf.d scsipi_base.d scsipi_component.d scsipi_ioctl.d scsipi_verbose.d scsipiconf.d sd.d atapi_base.d.tmp atapiconf.d.tmp cd.d.tmp ioconf.d.tmp scsi_base.d.tmp scsi_subr.d.tmp scsiconf.d.tmp scsipi_base.d.tmp scsipi_component.d.tmp scsipi_ioctl.d.tmp scsipi_verbose.d.tmp scsipiconf.d.tmp sd.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libscsipi && rm -f .depend atapi_base.d atapiconf.d cd.d ioconf.d scsi_base.d scsi_subr.d scsiconf.d scsipi_base.d scsipi_component.d scsipi_ioctl.d scsipi_verbose.d scsipiconf.d sd.d atapi_base.d.tmp atapiconf.d.tmp cd.d.tmp ioconf.d.tmp scsi_base.d.tmp scsi_subr.d.tmp scsiconf.d.tmp scsipi_base.d.tmp scsipi_component.d.tmp scsipi_ioctl.d.tmp scsipi_verbose.d.tmp scsipiconf.d.tmp sd.d.tmp tags || true) --- cleandir-external --- --- cleandir-dig --- cleandir ===> external/mpl/bind/bin/dig --- cleandir-lib --- --- cleandir-libsysmon --- cleandir ===> lib/../sys/rump/dev/lib/libsysmon --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libsysmon && rm -f librumpdev_sysmon.a sysmon_taskq.o sysmon_power.o sysmon_envsys.o sysmon_envsys_events.o sysmon_envsys_tables.o sysmon_envsys_util.o sysmon_wdog.o sysmon.o swsensor.o swwdog.o sysmon_component.o sysmon_taskq.o.tmp sysmon_power.o.tmp sysmon_envsys.o.tmp sysmon_envsys_events.o.tmp sysmon_envsys_tables.o.tmp sysmon_envsys_util.o.tmp sysmon_wdog.o.tmp sysmon.o.tmp swsensor.o.tmp swwdog.o.tmp sysmon_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dig dig.o dighost.o dig.ln dighost.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libsysmon && rm -f librumpdev_sysmon.a sysmon_taskq.o sysmon_power.o sysmon_envsys.o sysmon_envsys_events.o sysmon_envsys_tables.o sysmon_envsys_util.o sysmon_wdog.o sysmon.o swsensor.o swwdog.o sysmon_component.o sysmon_taskq.o.tmp sysmon_power.o.tmp sysmon_envsys.o.tmp sysmon_envsys_events.o.tmp sysmon_envsys_tables.o.tmp sysmon_envsys_util.o.tmp sysmon_wdog.o.tmp sysmon.o.tmp swsensor.o.tmp swwdog.o.tmp sysmon_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dig dig.o dighost.o dig.ln dighost.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libsysmon && rm -f librumpdev_sysmon_p.a sysmon_taskq.po sysmon_power.po sysmon_envsys.po sysmon_envsys_events.po sysmon_envsys_tables.po sysmon_envsys_util.po sysmon_wdog.po sysmon.po swsensor.po swwdog.po sysmon_component.po sysmon_taskq.po.tmp sysmon_power.po.tmp sysmon_envsys.po.tmp sysmon_envsys_events.po.tmp sysmon_envsys_tables.po.tmp sysmon_envsys_util.po.tmp sysmon_wdog.po.tmp sysmon.po.tmp swsensor.po.tmp swwdog.po.tmp sysmon_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dig && rm -f dig.html1 .depend dig.d dighost.d dig.d.tmp dighost.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libsysmon && rm -f librumpdev_sysmon_p.a sysmon_taskq.po sysmon_power.po sysmon_envsys.po sysmon_envsys_events.po sysmon_envsys_tables.po sysmon_envsys_util.po sysmon_wdog.po sysmon.po swsensor.po swwdog.po sysmon_component.po sysmon_taskq.po.tmp sysmon_power.po.tmp sysmon_envsys.po.tmp sysmon_envsys_events.po.tmp sysmon_envsys_tables.po.tmp sysmon_envsys_util.po.tmp sysmon_wdog.po.tmp sysmon.po.tmp swsensor.po.tmp swwdog.po.tmp sysmon_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dig && rm -f dig.html1 .depend dig.d dighost.d dig.d.tmp dighost.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-host --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libsysmon && rm -f librumpdev_sysmon_g.a || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/host --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libsysmon && rm -f librumpdev_sysmon_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libsysmon && rm -f librumpdev_sysmon_pic.a librumpdev_sysmon.so.* librumpdev_sysmon.so sysmon_taskq.pico sysmon_power.pico sysmon_envsys.pico sysmon_envsys_events.pico sysmon_envsys_tables.pico sysmon_envsys_util.pico sysmon_wdog.pico sysmon.pico swsensor.pico swwdog.pico sysmon_component.pico sysmon_taskq.pico.tmp sysmon_power.pico.tmp sysmon_envsys.pico.tmp sysmon_envsys_events.pico.tmp sysmon_envsys_tables.pico.tmp sysmon_envsys_util.pico.tmp sysmon_wdog.pico.tmp sysmon.pico.tmp swsensor.pico.tmp swwdog.pico.tmp sysmon_component.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libsysmon && rm -f librumpdev_sysmon_pic.a librumpdev_sysmon.so.* librumpdev_sysmon.so sysmon_taskq.pico sysmon_power.pico sysmon_envsys.pico sysmon_envsys_events.pico sysmon_envsys_tables.pico sysmon_envsys_util.pico sysmon_wdog.pico sysmon.pico swsensor.pico swwdog.pico sysmon_component.pico sysmon_taskq.pico.tmp sysmon_power.pico.tmp sysmon_envsys.pico.tmp sysmon_envsys_events.pico.tmp sysmon_envsys_tables.pico.tmp sysmon_envsys_util.pico.tmp sysmon_wdog.pico.tmp sysmon.pico.tmp swsensor.pico.tmp swwdog.pico.tmp sysmon_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/host && rm -f a.out [Ee]rrs mklog core *.core .gdbinit host host.o dighost.o host.ln dighost.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/host && rm -f a.out [Ee]rrs mklog core *.core .gdbinit host host.o dighost.o host.ln dighost.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libsysmon && rm -f llib-lrumpdev_sysmon.ln sysmon_taskq.ln sysmon_power.ln sysmon_envsys.ln sysmon_envsys_events.ln sysmon_envsys_tables.ln sysmon_envsys_util.ln sysmon_wdog.ln sysmon.ln swsensor.ln swwdog.ln sysmon_component.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libsysmon && rm -f llib-lrumpdev_sysmon.ln sysmon_taskq.ln sysmon_power.ln sysmon_envsys.ln sysmon_envsys_events.ln sysmon_envsys_tables.ln sysmon_envsys_util.ln sysmon_wdog.ln sysmon.ln swsensor.ln swwdog.ln sysmon_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/host && rm -f host.html1 .depend dighost.d host.d dighost.d.tmp host.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/host && rm -f host.html1 .depend dighost.d host.d dighost.d.tmp host.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libsysmon && rm -f ioconf.c ioconf.h locators.h librumpdev_sysmon.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-named --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libsysmon && rm -f ioconf.c ioconf.h locators.h librumpdev_sysmon.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/named --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libsysmon && rm -f .depend ioconf.d swsensor.d swwdog.d sysmon.d sysmon_component.d sysmon_envsys.d sysmon_envsys_events.d sysmon_envsys_tables.d sysmon_envsys_util.d sysmon_power.d sysmon_taskq.d sysmon_wdog.d ioconf.d.tmp swsensor.d.tmp swwdog.d.tmp sysmon.d.tmp sysmon_component.d.tmp sysmon_envsys.d.tmp sysmon_envsys_events.d.tmp sysmon_envsys_tables.d.tmp sysmon_envsys_util.d.tmp sysmon_power.d.tmp sysmon_taskq.d.tmp sysmon_wdog.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libsysmon && rm -f .depend ioconf.d swsensor.d swwdog.d sysmon.d sysmon_component.d sysmon_envsys.d sysmon_envsys_events.d sysmon_envsys_tables.d sysmon_envsys_util.d sysmon_power.d sysmon_taskq.d sysmon_wdog.d ioconf.d.tmp swsensor.d.tmp swwdog.d.tmp sysmon.d.tmp sysmon_component.d.tmp sysmon_envsys.d.tmp sysmon_envsys_events.d.tmp sysmon_envsys_tables.d.tmp sysmon_envsys_util.d.tmp sysmon_power.d.tmp sysmon_taskq.d.tmp sysmon_wdog.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/named && rm -f xsl.c a.out [Ee]rrs mklog core *.core .gdbinit named builtin.o config.o control.o controlconf.o log.o logconf.o main.o server.o statschannel.o tkeyconf.o transportconf.o tsigconf.o xsl.o zoneconf.o os.o dlz_dlopen_driver.o builtin.ln config.ln control.ln controlconf.ln log.ln logconf.ln main.ln server.ln statschannel.ln tkeyconf.ln transportconf.ln tsigconf.ln xsl.ln zoneconf.ln os.ln dlz_dlopen_driver.ln || true) --- cleandir-lib --- --- cleandir-libvnd --- cleandir ===> lib/../sys/rump/dev/lib/libvnd --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/named && rm -f xsl.c a.out [Ee]rrs mklog core *.core .gdbinit named builtin.o config.o control.o controlconf.o log.o logconf.o main.o server.o statschannel.o tkeyconf.o transportconf.o tsigconf.o xsl.o zoneconf.o os.o dlz_dlopen_driver.o builtin.ln config.ln control.ln controlconf.ln log.ln logconf.ln main.ln server.ln statschannel.ln tkeyconf.ln transportconf.ln tsigconf.ln xsl.ln zoneconf.ln os.ln dlz_dlopen_driver.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libvnd && rm -f librumpdev_vnd.a vnd.o vnd_component.o vnd.o.tmp vnd_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/named && rm -f named.html8 named.conf.html5 .depend builtin.d config.d control.d controlconf.d dlz_dlopen_driver.d log.d logconf.d main.d os.d server.d statschannel.d tkeyconf.d transportconf.d tsigconf.d xsl.d zoneconf.d builtin.d.tmp config.d.tmp control.d.tmp controlconf.d.tmp dlz_dlopen_driver.d.tmp log.d.tmp logconf.d.tmp main.d.tmp os.d.tmp server.d.tmp statschannel.d.tmp tkeyconf.d.tmp transportconf.d.tmp tsigconf.d.tmp xsl.d.tmp zoneconf.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libvnd && rm -f librumpdev_vnd.a vnd.o vnd_component.o vnd.o.tmp vnd_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/named && rm -f named.html8 named.conf.html5 .depend builtin.d config.d control.d controlconf.d dlz_dlopen_driver.d log.d logconf.d main.d os.d server.d statschannel.d tkeyconf.d transportconf.d tsigconf.d xsl.d zoneconf.d builtin.d.tmp config.d.tmp control.d.tmp controlconf.d.tmp dlz_dlopen_driver.d.tmp log.d.tmp logconf.d.tmp main.d.tmp os.d.tmp server.d.tmp statschannel.d.tmp tkeyconf.d.tmp transportconf.d.tmp tsigconf.d.tmp xsl.d.tmp zoneconf.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-nslookup --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libvnd && rm -f librumpdev_vnd_p.a vnd.po vnd_component.po vnd.po.tmp vnd_component.po.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/nslookup --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libvnd && rm -f librumpdev_vnd_p.a vnd.po vnd_component.po vnd.po.tmp vnd_component.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libvnd && rm -f librumpdev_vnd_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/nslookup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nslookup nslookup.o dighost.o nslookup.ln dighost.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libvnd && rm -f librumpdev_vnd_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/nslookup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nslookup nslookup.o dighost.o nslookup.ln dighost.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libvnd && rm -f librumpdev_vnd_pic.a librumpdev_vnd.so.* librumpdev_vnd.so vnd.pico vnd_component.pico vnd.pico.tmp vnd_component.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libvnd && rm -f librumpdev_vnd_pic.a librumpdev_vnd.so.* librumpdev_vnd.so vnd.pico vnd_component.pico vnd.pico.tmp vnd_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/nslookup && rm -f nslookup.html8 .depend dighost.d nslookup.d dighost.d.tmp nslookup.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/nslookup && rm -f nslookup.html8 .depend dighost.d nslookup.d dighost.d.tmp nslookup.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libvnd && rm -f llib-lrumpdev_vnd.ln vnd.ln vnd_component.ln || true) --- cleandir-external --- --- cleandir-nsupdate --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libvnd && rm -f llib-lrumpdev_vnd.ln vnd.ln vnd_component.ln || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/nsupdate --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libvnd && rm -f ioconf.c ioconf.h locators.h librumpdev_vnd.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libvnd && rm -f ioconf.c ioconf.h locators.h librumpdev_vnd.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/nsupdate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nsupdate nsupdate.o nsupdate.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libvnd && rm -f .depend ioconf.d vnd.d vnd_component.d ioconf.d.tmp vnd.d.tmp vnd_component.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/nsupdate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nsupdate nsupdate.o nsupdate.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libvnd && rm -f .depend ioconf.d vnd.d vnd_component.d ioconf.d.tmp vnd.d.tmp vnd_component.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/nsupdate && rm -f nsupdate.html1 .depend nsupdate.d nsupdate.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libwscons --- cleandir ===> lib/../sys/rump/dev/lib/libwscons --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/nsupdate && rm -f nsupdate.html1 .depend nsupdate.d nsupdate.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-rndc --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libwscons && rm -f librumpdev_wscons.a wsevent.o wskbd.o wskbdutil.o wsmouse.o wscons_component.o wsevent.o.tmp wskbd.o.tmp wskbdutil.o.tmp wsmouse.o.tmp wscons_component.o.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/rndc --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libwscons && rm -f librumpdev_wscons.a wsevent.o wskbd.o wskbdutil.o wsmouse.o wscons_component.o wsevent.o.tmp wskbd.o.tmp wskbdutil.o.tmp wsmouse.o.tmp wscons_component.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libwscons && rm -f librumpdev_wscons_p.a wsevent.po wskbd.po wskbdutil.po wsmouse.po wscons_component.po wsevent.po.tmp wskbd.po.tmp wskbdutil.po.tmp wsmouse.po.tmp wscons_component.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/rndc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rndc rndc.o util.o rndc.ln util.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libwscons && rm -f librumpdev_wscons_p.a wsevent.po wskbd.po wskbdutil.po wsmouse.po wscons_component.po wsevent.po.tmp wskbd.po.tmp wskbdutil.po.tmp wsmouse.po.tmp wscons_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/rndc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rndc rndc.o util.o rndc.ln util.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libwscons && rm -f librumpdev_wscons_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/rndc && rm -f rndc.html8 rndc.conf.html5 .depend rndc.d util.d rndc.d.tmp util.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libwscons && rm -f librumpdev_wscons_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/rndc && rm -f rndc.html8 rndc.conf.html5 .depend rndc.d util.d rndc.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libwscons && rm -f librumpdev_wscons_pic.a librumpdev_wscons.so.* librumpdev_wscons.so wsevent.pico wskbd.pico wskbdutil.pico wsmouse.pico wscons_component.pico wsevent.pico.tmp wskbd.pico.tmp wskbdutil.pico.tmp wsmouse.pico.tmp wscons_component.pico.tmp || true) --- cleandir-external --- --- cleandir-dnssec --- cleandir ===> external/mpl/bind/bin/dnssec --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libwscons && rm -f librumpdev_wscons_pic.a librumpdev_wscons.so.* librumpdev_wscons.so wsevent.pico wskbd.pico wskbdutil.pico wsmouse.pico wscons_component.pico wsevent.pico.tmp wskbd.pico.tmp wskbdutil.pico.tmp wsmouse.pico.tmp wscons_component.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libwscons && rm -f llib-lrumpdev_wscons.ln wsevent.ln wskbd.ln wskbdutil.ln wsmouse.ln wscons_component.ln || true) --- cleandir-external --- --- cleandir-dnssec-cds --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libwscons && rm -f llib-lrumpdev_wscons.ln wsevent.ln wskbd.ln wskbdutil.ln wsmouse.ln wscons_component.ln || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/dnssec/dnssec-cds --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libwscons && rm -f ioconf.c ioconf.h locators.h librumpdev_wscons.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libwscons && rm -f ioconf.c ioconf.h locators.h librumpdev_wscons.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-cds && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-cds dnssec-cds.o dnssectool.o dnssec-cds.ln dnssectool.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libwscons && rm -f .depend ioconf.d wscons_component.d wsevent.d wskbd.d wskbdutil.d wsmouse.d ioconf.d.tmp wscons_component.d.tmp wsevent.d.tmp wskbd.d.tmp wskbdutil.d.tmp wsmouse.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-cds && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-cds dnssec-cds.o dnssectool.o dnssec-cds.ln dnssectool.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libwscons && rm -f .depend ioconf.d wscons_component.d wsevent.d wskbd.d wskbdutil.d wsmouse.d ioconf.d.tmp wscons_component.d.tmp wsevent.d.tmp wskbd.d.tmp wskbdutil.d.tmp wsmouse.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-libopencrypto --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-cds && rm -f dnssec-cds.html1 .depend dnssec-cds.d dnssectool.d dnssec-cds.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/dev/lib/libopencrypto --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-cds && rm -f dnssec-cds.html1 .depend dnssec-cds.d dnssectool.d dnssec-cds.d.tmp dnssectool.d.tmp tags || true) --- cleandir-dnssec-dsfromkey --- --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libopencrypto && rm -f librumpdev_opencrypto.a opencrypto_component.o criov.o crypto.o xform.o cryptodev.o ocryptodev.o aesxcbcmac.o cryptosoft.o deflate.o gmac.o opencrypto_component.o.tmp criov.o.tmp crypto.o.tmp xform.o.tmp cryptodev.o.tmp ocryptodev.o.tmp aesxcbcmac.o.tmp cryptosoft.o.tmp deflate.o.tmp gmac.o.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/dnssec/dnssec-dsfromkey --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libopencrypto && rm -f librumpdev_opencrypto.a opencrypto_component.o criov.o crypto.o xform.o cryptodev.o ocryptodev.o aesxcbcmac.o cryptosoft.o deflate.o gmac.o opencrypto_component.o.tmp criov.o.tmp crypto.o.tmp xform.o.tmp cryptodev.o.tmp ocryptodev.o.tmp aesxcbcmac.o.tmp cryptosoft.o.tmp deflate.o.tmp gmac.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libopencrypto && rm -f librumpdev_opencrypto_p.a opencrypto_component.po criov.po crypto.po xform.po cryptodev.po ocryptodev.po aesxcbcmac.po cryptosoft.po deflate.po gmac.po opencrypto_component.po.tmp criov.po.tmp crypto.po.tmp xform.po.tmp cryptodev.po.tmp ocryptodev.po.tmp aesxcbcmac.po.tmp cryptosoft.po.tmp deflate.po.tmp gmac.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-dsfromkey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-dsfromkey dnssec-dsfromkey.o dnssectool.o dnssec-dsfromkey.ln dnssectool.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libopencrypto && rm -f librumpdev_opencrypto_p.a opencrypto_component.po criov.po crypto.po xform.po cryptodev.po ocryptodev.po aesxcbcmac.po cryptosoft.po deflate.po gmac.po opencrypto_component.po.tmp criov.po.tmp crypto.po.tmp xform.po.tmp cryptodev.po.tmp ocryptodev.po.tmp aesxcbcmac.po.tmp cryptosoft.po.tmp deflate.po.tmp gmac.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-dsfromkey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-dsfromkey dnssec-dsfromkey.o dnssectool.o dnssec-dsfromkey.ln dnssectool.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libopencrypto && rm -f librumpdev_opencrypto_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-dsfromkey && rm -f dnssec-dsfromkey.html1 .depend dnssec-dsfromkey.d dnssectool.d dnssec-dsfromkey.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libopencrypto && rm -f librumpdev_opencrypto_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-dsfromkey && rm -f dnssec-dsfromkey.html1 .depend dnssec-dsfromkey.d dnssectool.d dnssec-dsfromkey.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libopencrypto && rm -f librumpdev_opencrypto_pic.a librumpdev_opencrypto.so.* librumpdev_opencrypto.so opencrypto_component.pico criov.pico crypto.pico xform.pico cryptodev.pico ocryptodev.pico aesxcbcmac.pico cryptosoft.pico deflate.pico gmac.pico opencrypto_component.pico.tmp criov.pico.tmp crypto.pico.tmp xform.pico.tmp cryptodev.pico.tmp ocryptodev.pico.tmp aesxcbcmac.pico.tmp cryptosoft.pico.tmp deflate.pico.tmp gmac.pico.tmp || true) --- cleandir-external --- --- cleandir-dnssec-keyfromlabel --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libopencrypto && rm -f librumpdev_opencrypto_pic.a librumpdev_opencrypto.so.* librumpdev_opencrypto.so opencrypto_component.pico criov.pico crypto.pico xform.pico cryptodev.pico ocryptodev.pico aesxcbcmac.pico cryptosoft.pico deflate.pico gmac.pico opencrypto_component.pico.tmp criov.pico.tmp crypto.pico.tmp xform.pico.tmp cryptodev.pico.tmp ocryptodev.pico.tmp aesxcbcmac.pico.tmp cryptosoft.pico.tmp deflate.pico.tmp gmac.pico.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/dnssec/dnssec-keyfromlabel --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libopencrypto && rm -f llib-lrumpdev_opencrypto.ln opencrypto_component.ln criov.ln crypto.ln xform.ln cryptodev.ln ocryptodev.ln aesxcbcmac.ln cryptosoft.ln deflate.ln gmac.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libopencrypto && rm -f llib-lrumpdev_opencrypto.ln opencrypto_component.ln criov.ln crypto.ln xform.ln cryptodev.ln ocryptodev.ln aesxcbcmac.ln cryptosoft.ln deflate.ln gmac.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-keyfromlabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-keyfromlabel dnssec-keyfromlabel.o dnssectool.o dnssec-keyfromlabel.ln dnssectool.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libopencrypto && rm -f ioconf.c ioconf.h locators.h librumpdev_opencrypto.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-keyfromlabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-keyfromlabel dnssec-keyfromlabel.o dnssectool.o dnssec-keyfromlabel.ln dnssectool.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libopencrypto && rm -f ioconf.c ioconf.h locators.h librumpdev_opencrypto.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-keyfromlabel && rm -f dnssec-keyfromlabel.html1 .depend dnssec-keyfromlabel.d dnssectool.d dnssec-keyfromlabel.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libopencrypto && rm -f .depend aesxcbcmac.d criov.d crypto.d cryptodev.d cryptosoft.d deflate.d gmac.d ioconf.d ocryptodev.d opencrypto_component.d xform.d aesxcbcmac.d.tmp criov.d.tmp crypto.d.tmp cryptodev.d.tmp cryptosoft.d.tmp deflate.d.tmp gmac.d.tmp ioconf.d.tmp ocryptodev.d.tmp opencrypto_component.d.tmp xform.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-keyfromlabel && rm -f dnssec-keyfromlabel.html1 .depend dnssec-keyfromlabel.d dnssectool.d dnssec-keyfromlabel.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libopencrypto && rm -f .depend aesxcbcmac.d criov.d crypto.d cryptodev.d cryptosoft.d deflate.d gmac.d ioconf.d ocryptodev.d opencrypto_component.d xform.d aesxcbcmac.d.tmp criov.d.tmp crypto.d.tmp cryptodev.d.tmp cryptosoft.d.tmp deflate.d.tmp gmac.d.tmp ioconf.d.tmp ocryptodev.d.tmp opencrypto_component.d.tmp xform.d.tmp tags || true) --- cleandir-external --- --- cleandir-dnssec-keygen --- cleandir ===> external/mpl/bind/bin/dnssec/dnssec-keygen --- cleandir-lib --- --- cleandir-libualea --- cleandir ===> lib/../sys/rump/dev/lib/libualea --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libualea && rm -f librumpdev_ualea.a ualea.o ualea.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-keygen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-keygen dnssec-keygen.o dnssectool.o dnssec-keygen.ln dnssectool.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libualea && rm -f librumpdev_ualea.a ualea.o ualea.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-keygen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-keygen dnssec-keygen.o dnssectool.o dnssec-keygen.ln dnssectool.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libualea && rm -f librumpdev_ualea_p.a ualea.po ualea.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-keygen && rm -f dnssec-keygen.html1 .depend dnssec-keygen.d dnssectool.d dnssec-keygen.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libualea && rm -f librumpdev_ualea_p.a ualea.po ualea.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-keygen && rm -f dnssec-keygen.html1 .depend dnssec-keygen.d dnssectool.d dnssec-keygen.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-dnssec-signzone --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libualea && rm -f librumpdev_ualea_g.a || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/dnssec/dnssec-signzone --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libualea && rm -f librumpdev_ualea_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libualea && rm -f librumpdev_ualea_pic.a librumpdev_ualea.so.* librumpdev_ualea.so ualea.pico ualea.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libualea && rm -f librumpdev_ualea_pic.a librumpdev_ualea.so.* librumpdev_ualea.so ualea.pico ualea.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-signzone && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-signzone dnssec-signzone.o dnssectool.o dnssec-signzone.ln dnssectool.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-signzone && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-signzone dnssec-signzone.o dnssectool.o dnssec-signzone.ln dnssectool.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libualea && rm -f llib-lrumpdev_ualea.ln ualea.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libualea && rm -f llib-lrumpdev_ualea.ln ualea.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-signzone && rm -f dnssec-signzone.html1 .depend dnssec-signzone.d dnssectool.d dnssec-signzone.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libualea && rm -f ioconf.c ioconf.h locators.h librumpdev_ualea.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-signzone && rm -f dnssec-signzone.html1 .depend dnssec-signzone.d dnssectool.d dnssec-signzone.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libualea && rm -f ioconf.c ioconf.h locators.h librumpdev_ualea.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-dnssec-settime --- cleandir ===> external/mpl/bind/bin/dnssec/dnssec-settime --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libualea && rm -f .depend ioconf.d ualea.d ioconf.d.tmp ualea.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libualea && rm -f .depend ioconf.d ualea.d ioconf.d.tmp ualea.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-libubt --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-settime && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-settime dnssec-settime.o dnssectool.o dnssec-settime.ln dnssectool.ln || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/dev/lib/libubt --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-settime && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-settime dnssec-settime.o dnssectool.o dnssec-settime.ln dnssectool.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libubt && rm -f librumpdev_ubt.a ubt.o bthub.o component_simple.o ubt.o.tmp bthub.o.tmp component_simple.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-settime && rm -f dnssec-settime.html1 .depend dnssec-settime.d dnssectool.d dnssec-settime.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libubt && rm -f librumpdev_ubt.a ubt.o bthub.o component_simple.o ubt.o.tmp bthub.o.tmp component_simple.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-settime && rm -f dnssec-settime.html1 .depend dnssec-settime.d dnssectool.d dnssec-settime.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-dnssec-revoke --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libubt && rm -f librumpdev_ubt_p.a ubt.po bthub.po component_simple.po ubt.po.tmp bthub.po.tmp component_simple.po.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/dnssec/dnssec-revoke --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libubt && rm -f librumpdev_ubt_p.a ubt.po bthub.po component_simple.po ubt.po.tmp bthub.po.tmp component_simple.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libubt && rm -f librumpdev_ubt_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libubt && rm -f librumpdev_ubt_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-revoke && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-revoke dnssec-revoke.o dnssectool.o dnssec-revoke.ln dnssectool.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-revoke && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-revoke dnssec-revoke.o dnssectool.o dnssec-revoke.ln dnssectool.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libubt && rm -f librumpdev_ubt_pic.a librumpdev_ubt.so.* librumpdev_ubt.so ubt.pico bthub.pico component_simple.pico ubt.pico.tmp bthub.pico.tmp component_simple.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libubt && rm -f librumpdev_ubt_pic.a librumpdev_ubt.so.* librumpdev_ubt.so ubt.pico bthub.pico component_simple.pico ubt.pico.tmp bthub.pico.tmp component_simple.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-revoke && rm -f dnssec-revoke.html1 .depend dnssec-revoke.d dnssectool.d dnssec-revoke.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-revoke && rm -f dnssec-revoke.html1 .depend dnssec-revoke.d dnssectool.d dnssec-revoke.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libubt && rm -f llib-lrumpdev_ubt.ln ubt.ln bthub.ln component_simple.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libubt && rm -f llib-lrumpdev_ubt.ln ubt.ln bthub.ln component_simple.ln || true) --- cleandir-external --- --- cleandir-dnssec-verify --- cleandir ===> external/mpl/bind/bin/dnssec/dnssec-verify --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libubt && rm -f ioconf.c ioconf.h locators.h librumpdev_ubt.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libubt && rm -f ioconf.c ioconf.h locators.h librumpdev_ubt.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-verify && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-verify dnssec-verify.o dnssectool.o dnssec-verify.ln dnssectool.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libubt && rm -f .depend bthub.d component_simple.d ioconf.d ubt.d bthub.d.tmp component_simple.d.tmp ioconf.d.tmp ubt.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-verify && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-verify dnssec-verify.o dnssectool.o dnssec-verify.ln dnssectool.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libubt && rm -f .depend bthub.d component_simple.d ioconf.d ubt.d bthub.d.tmp component_simple.d.tmp ioconf.d.tmp ubt.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-libucom --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-verify && rm -f dnssec-verify.html1 .depend dnssec-verify.d dnssectool.d dnssec-verify.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/dev/lib/libucom --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-verify && rm -f dnssec-verify.html1 .depend dnssec-verify.d dnssectool.d dnssec-verify.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-dnssec-importkey --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libucom && rm -f librumpdev_ucom.a ucom.o uplcom.o u3g.o ucom_at_usb.o ucom.o.tmp uplcom.o.tmp u3g.o.tmp ucom_at_usb.o.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/dnssec/dnssec-importkey --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libucom && rm -f librumpdev_ucom.a ucom.o uplcom.o u3g.o ucom_at_usb.o ucom.o.tmp uplcom.o.tmp u3g.o.tmp ucom_at_usb.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libucom && rm -f librumpdev_ucom_p.a ucom.po uplcom.po u3g.po ucom_at_usb.po ucom.po.tmp uplcom.po.tmp u3g.po.tmp ucom_at_usb.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libucom && rm -f librumpdev_ucom_p.a ucom.po uplcom.po u3g.po ucom_at_usb.po ucom.po.tmp uplcom.po.tmp u3g.po.tmp ucom_at_usb.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-importkey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-importkey dnssec-importkey.o dnssectool.o dnssec-importkey.ln dnssectool.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-importkey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dnssec-importkey dnssec-importkey.o dnssectool.o dnssec-importkey.ln dnssectool.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libucom && rm -f librumpdev_ucom_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libucom && rm -f librumpdev_ucom_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/dnssec/dnssec-importkey && rm -f dnssec-importkey.html1 .depend dnssec-importkey.d dnssectool.d dnssec-importkey.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/dnssec/dnssec-importkey && rm -f dnssec-importkey.html1 .depend dnssec-importkey.d dnssectool.d dnssec-importkey.d.tmp dnssectool.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libucom && rm -f librumpdev_ucom_pic.a librumpdev_ucom.so.* librumpdev_ucom.so ucom.pico uplcom.pico u3g.pico ucom_at_usb.pico ucom.pico.tmp uplcom.pico.tmp u3g.pico.tmp ucom_at_usb.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libucom && rm -f librumpdev_ucom_pic.a librumpdev_ucom.so.* librumpdev_ucom.so ucom.pico uplcom.pico u3g.pico ucom_at_usb.pico ucom.pico.tmp uplcom.pico.tmp u3g.pico.tmp ucom_at_usb.pico.tmp || true) --- cleandir-external --- --- cleandir-check --- cleandir ===> external/mpl/bind/bin/check --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libucom && rm -f llib-lrumpdev_ucom.ln ucom.ln uplcom.ln u3g.ln ucom_at_usb.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libucom && rm -f llib-lrumpdev_ucom.ln ucom.ln uplcom.ln u3g.ln ucom_at_usb.ln || true) --- cleandir-external --- --- cleandir-named-checkconf --- cleandir ===> external/mpl/bind/bin/check/named-checkconf --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libucom && rm -f ioconf.c ioconf.h locators.h librumpdev_ucom.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libucom && rm -f ioconf.c ioconf.h locators.h librumpdev_ucom.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/check/named-checkconf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit named-checkconf named-checkconf.o check-tool.o named-checkconf.ln check-tool.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libucom && rm -f .depend ioconf.d u3g.d ucom.d ucom_at_usb.d uplcom.d ioconf.d.tmp u3g.d.tmp ucom.d.tmp ucom_at_usb.d.tmp uplcom.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/check/named-checkconf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit named-checkconf named-checkconf.o check-tool.o named-checkconf.ln check-tool.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libucom && rm -f .depend ioconf.d u3g.d ucom.d ucom_at_usb.d uplcom.d ioconf.d.tmp u3g.d.tmp ucom.d.tmp ucom_at_usb.d.tmp uplcom.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-libugenhc --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/check/named-checkconf && rm -f named-checkconf.html1 .depend check-tool.d named-checkconf.d check-tool.d.tmp named-checkconf.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/dev/lib/libugenhc --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/check/named-checkconf && rm -f named-checkconf.html1 .depend check-tool.d named-checkconf.d check-tool.d.tmp named-checkconf.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-named-checkzone --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libugenhc && rm -f librumpdev_ugenhc.a ugenhc.o component_simple.o ugenhc_user.o ugenhc.o.tmp component_simple.o.tmp ugenhc_user.o.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/check/named-checkzone --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libugenhc && rm -f librumpdev_ugenhc.a ugenhc.o component_simple.o ugenhc_user.o ugenhc.o.tmp component_simple.o.tmp ugenhc_user.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libugenhc && rm -f librumpdev_ugenhc_p.a ugenhc.po component_simple.po ugenhc_user.po ugenhc.po.tmp component_simple.po.tmp ugenhc_user.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libugenhc && rm -f librumpdev_ugenhc_p.a ugenhc.po component_simple.po ugenhc_user.po ugenhc.po.tmp component_simple.po.tmp ugenhc_user.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/check/named-checkzone && rm -f a.out [Ee]rrs mklog core *.core .gdbinit named-checkzone named-checkzone.o check-tool.o named-checkzone.ln check-tool.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/check/named-checkzone && rm -f a.out [Ee]rrs mklog core *.core .gdbinit named-checkzone named-checkzone.o check-tool.o named-checkzone.ln check-tool.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libugenhc && rm -f librumpdev_ugenhc_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libugenhc && rm -f librumpdev_ugenhc_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/check/named-checkzone && rm -f named-checkzone.html1 .depend check-tool.d named-checkzone.d check-tool.d.tmp named-checkzone.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/check/named-checkzone && rm -f named-checkzone.html1 .depend check-tool.d named-checkzone.d check-tool.d.tmp named-checkzone.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libugenhc && rm -f librumpdev_ugenhc_pic.a librumpdev_ugenhc.so.* librumpdev_ugenhc.so ugenhc.pico component_simple.pico ugenhc_user.pico ugenhc.pico.tmp component_simple.pico.tmp ugenhc_user.pico.tmp || true) --- cleandir-external --- --- cleandir-tools --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libugenhc && rm -f librumpdev_ugenhc_pic.a librumpdev_ugenhc.so.* librumpdev_ugenhc.so ugenhc.pico component_simple.pico ugenhc_user.pico ugenhc.pico.tmp component_simple.pico.tmp ugenhc_user.pico.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/tools --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libugenhc && rm -f llib-lrumpdev_ugenhc.ln ugenhc.ln component_simple.ln ugenhc_user.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libugenhc && rm -f llib-lrumpdev_ugenhc.ln ugenhc.ln component_simple.ln ugenhc_user.ln || true) --- cleandir-external --- --- cleandir-arpaname --- cleandir ===> external/mpl/bind/bin/tools/arpaname --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libugenhc && rm -f ioconf.c ioconf.h locators.h librumpdev_ugenhc.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libugenhc && rm -f ioconf.c ioconf.h locators.h librumpdev_ugenhc.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/tools/arpaname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit arpaname arpaname.o arpaname.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libugenhc && rm -f .depend component_simple.d ioconf.d ugenhc.d ugenhc_user.d component_simple.d.tmp ioconf.d.tmp ugenhc.d.tmp ugenhc_user.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/tools/arpaname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit arpaname arpaname.o arpaname.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libugenhc && rm -f .depend component_simple.d ioconf.d ugenhc.d ugenhc_user.d component_simple.d.tmp ioconf.d.tmp ugenhc.d.tmp ugenhc_user.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-libulpt --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/tools/arpaname && rm -f arpaname.html1 .depend arpaname.d arpaname.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/dev/lib/libulpt --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/tools/arpaname && rm -f arpaname.html1 .depend arpaname.d arpaname.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- cleandir-mdig --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libulpt && rm -f librumpdev_ulpt.a ulpt.o ulpt_at_usb.o ulpt.o.tmp ulpt_at_usb.o.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/tools/mdig --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libulpt && rm -f librumpdev_ulpt.a ulpt.o ulpt_at_usb.o ulpt.o.tmp ulpt_at_usb.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libulpt && rm -f librumpdev_ulpt_p.a ulpt.po ulpt_at_usb.po ulpt.po.tmp ulpt_at_usb.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/tools/mdig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mdig mdig.o mdig.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libulpt && rm -f librumpdev_ulpt_p.a ulpt.po ulpt_at_usb.po ulpt.po.tmp ulpt_at_usb.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/tools/mdig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mdig mdig.o mdig.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libulpt && rm -f librumpdev_ulpt_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libulpt && rm -f librumpdev_ulpt_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/tools/mdig && rm -f mdig.html1 .depend mdig.d mdig.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/tools/mdig && rm -f mdig.html1 .depend mdig.d mdig.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libulpt && rm -f librumpdev_ulpt_pic.a librumpdev_ulpt.so.* librumpdev_ulpt.so ulpt.pico ulpt_at_usb.pico ulpt.pico.tmp ulpt_at_usb.pico.tmp || true) --- cleandir-external --- --- cleandir-named-journalprint --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libulpt && rm -f librumpdev_ulpt_pic.a librumpdev_ulpt.so.* librumpdev_ulpt.so ulpt.pico ulpt_at_usb.pico ulpt.pico.tmp ulpt_at_usb.pico.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/tools/named-journalprint --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libulpt && rm -f llib-lrumpdev_ulpt.ln ulpt.ln ulpt_at_usb.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libulpt && rm -f llib-lrumpdev_ulpt.ln ulpt.ln ulpt_at_usb.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/tools/named-journalprint && rm -f a.out [Ee]rrs mklog core *.core .gdbinit named-journalprint named-journalprint.o named-journalprint.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libulpt && rm -f ioconf.c ioconf.h locators.h librumpdev_ulpt.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/tools/named-journalprint && rm -f a.out [Ee]rrs mklog core *.core .gdbinit named-journalprint named-journalprint.o named-journalprint.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libulpt && rm -f ioconf.c ioconf.h locators.h librumpdev_ulpt.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/tools/named-journalprint && rm -f named-journalprint.html1 .depend named-journalprint.d named-journalprint.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libulpt && rm -f .depend ioconf.d ulpt.d ulpt_at_usb.d ioconf.d.tmp ulpt.d.tmp ulpt_at_usb.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/tools/named-journalprint && rm -f named-journalprint.html1 .depend named-journalprint.d named-journalprint.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libulpt && rm -f .depend ioconf.d ulpt.d ulpt_at_usb.d ioconf.d.tmp ulpt.d.tmp ulpt_at_usb.d.tmp tags || true) --- cleandir-external --- --- cleandir-named-rrchecker --- --- cleandir-lib --- --- cleandir-libumass --- --- cleandir-external --- cleandir ===> external/mpl/bind/bin/tools/named-rrchecker --- cleandir-lib --- cleandir ===> lib/../sys/rump/dev/lib/libumass --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libumass && rm -f librumpdev_umass.a umass.o umass_quirks.o umass_scsipi.o umass_component.o umass.o.tmp umass_quirks.o.tmp umass_scsipi.o.tmp umass_component.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/tools/named-rrchecker && rm -f a.out [Ee]rrs mklog core *.core .gdbinit named-rrchecker named-rrchecker.o named-rrchecker.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libumass && rm -f librumpdev_umass.a umass.o umass_quirks.o umass_scsipi.o umass_component.o umass.o.tmp umass_quirks.o.tmp umass_scsipi.o.tmp umass_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/tools/named-rrchecker && rm -f a.out [Ee]rrs mklog core *.core .gdbinit named-rrchecker named-rrchecker.o named-rrchecker.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libumass && rm -f librumpdev_umass_p.a umass.po umass_quirks.po umass_scsipi.po umass_component.po umass.po.tmp umass_quirks.po.tmp umass_scsipi.po.tmp umass_component.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/tools/named-rrchecker && rm -f named-rrchecker.html1 .depend named-rrchecker.d named-rrchecker.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libumass && rm -f librumpdev_umass_p.a umass.po umass_quirks.po umass_scsipi.po umass_component.po umass.po.tmp umass_quirks.po.tmp umass_scsipi.po.tmp umass_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/tools/named-rrchecker && rm -f named-rrchecker.html1 .depend named-rrchecker.d named-rrchecker.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libumass && rm -f librumpdev_umass_g.a || true) --- cleandir-external --- --- cleandir-nsec3hash --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libumass && rm -f librumpdev_umass_g.a || true) --- cleandir-external --- cleandir ===> external/mpl/bind/bin/tools/nsec3hash --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libumass && rm -f librumpdev_umass_pic.a librumpdev_umass.so.* librumpdev_umass.so umass.pico umass_quirks.pico umass_scsipi.pico umass_component.pico umass.pico.tmp umass_quirks.pico.tmp umass_scsipi.pico.tmp umass_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libumass && rm -f librumpdev_umass_pic.a librumpdev_umass.so.* librumpdev_umass.so umass.pico umass_quirks.pico umass_scsipi.pico umass_component.pico umass.pico.tmp umass_quirks.pico.tmp umass_scsipi.pico.tmp umass_component.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/tools/nsec3hash && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nsec3hash nsec3hash.o nsec3hash.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libumass && rm -f llib-lrumpdev_umass.ln umass.ln umass_quirks.ln umass_scsipi.ln umass_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/tools/nsec3hash && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nsec3hash nsec3hash.o nsec3hash.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libumass && rm -f llib-lrumpdev_umass.ln umass.ln umass_quirks.ln umass_scsipi.ln umass_component.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/tools/nsec3hash && rm -f nsec3hash.html1 .depend nsec3hash.d nsec3hash.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libumass && rm -f ioconf.c ioconf.h locators.h librumpdev_umass.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/tools/nsec3hash && rm -f nsec3hash.html1 .depend nsec3hash.d nsec3hash.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libumass && rm -f ioconf.c ioconf.h locators.h librumpdev_umass.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-confgen --- cleandir ===> external/mpl/bind/bin/confgen --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libumass && rm -f .depend ioconf.d umass.d umass_component.d umass_quirks.d umass_scsipi.d ioconf.d.tmp umass.d.tmp umass_component.d.tmp umass_quirks.d.tmp umass_scsipi.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libumass && rm -f .depend ioconf.d umass.d umass_component.d umass_quirks.d umass_scsipi.d ioconf.d.tmp umass.d.tmp umass_component.d.tmp umass_quirks.d.tmp umass_scsipi.d.tmp tags || true) --- cleandir-external --- --- cleandir-rndc-confgen --- cleandir ===> external/mpl/bind/bin/confgen/rndc-confgen --- cleandir-lib --- --- cleandir-libusb --- cleandir ===> lib/../sys/rump/dev/lib/libusb --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libusb && rm -f librumpdev_usb.a usb.o usbdi.o usbdi_util.o usb_mem.o usb_subr.o usb_quirks.o uhub.o usbroothub.o usb_verbose.o component_simple.o usb.o.tmp usbdi.o.tmp usbdi_util.o.tmp usb_mem.o.tmp usb_subr.o.tmp usb_quirks.o.tmp uhub.o.tmp usbroothub.o.tmp usb_verbose.o.tmp component_simple.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/confgen/rndc-confgen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rndc-confgen rndc-confgen.o keygen.o util.o os.o rndc-confgen.ln keygen.ln util.ln os.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libusb && rm -f librumpdev_usb.a usb.o usbdi.o usbdi_util.o usb_mem.o usb_subr.o usb_quirks.o uhub.o usbroothub.o usb_verbose.o component_simple.o usb.o.tmp usbdi.o.tmp usbdi_util.o.tmp usb_mem.o.tmp usb_subr.o.tmp usb_quirks.o.tmp uhub.o.tmp usbroothub.o.tmp usb_verbose.o.tmp component_simple.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/confgen/rndc-confgen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rndc-confgen rndc-confgen.o keygen.o util.o os.o rndc-confgen.ln keygen.ln util.ln os.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libusb && rm -f librumpdev_usb_p.a usb.po usbdi.po usbdi_util.po usb_mem.po usb_subr.po usb_quirks.po uhub.po usbroothub.po usb_verbose.po component_simple.po usb.po.tmp usbdi.po.tmp usbdi_util.po.tmp usb_mem.po.tmp usb_subr.po.tmp usb_quirks.po.tmp uhub.po.tmp usbroothub.po.tmp usb_verbose.po.tmp component_simple.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/confgen/rndc-confgen && rm -f rndc-confgen.html8 .depend keygen.d os.d rndc-confgen.d util.d keygen.d.tmp os.d.tmp rndc-confgen.d.tmp util.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libusb && rm -f librumpdev_usb_p.a usb.po usbdi.po usbdi_util.po usb_mem.po usb_subr.po usb_quirks.po uhub.po usbroothub.po usb_verbose.po component_simple.po usb.po.tmp usbdi.po.tmp usbdi_util.po.tmp usb_mem.po.tmp usb_subr.po.tmp usb_quirks.po.tmp uhub.po.tmp usbroothub.po.tmp usb_verbose.po.tmp component_simple.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/confgen/rndc-confgen && rm -f rndc-confgen.html8 .depend keygen.d os.d rndc-confgen.d util.d keygen.d.tmp os.d.tmp rndc-confgen.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libusb && rm -f librumpdev_usb_g.a || true) --- cleandir-external --- --- cleandir-tsig-keygen --- cleandir ===> external/mpl/bind/bin/confgen/tsig-keygen --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libusb && rm -f librumpdev_usb_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libusb && rm -f librumpdev_usb_pic.a librumpdev_usb.so.* librumpdev_usb.so usb.pico usbdi.pico usbdi_util.pico usb_mem.pico usb_subr.pico usb_quirks.pico uhub.pico usbroothub.pico usb_verbose.pico component_simple.pico usb.pico.tmp usbdi.pico.tmp usbdi_util.pico.tmp usb_mem.pico.tmp usb_subr.pico.tmp usb_quirks.pico.tmp uhub.pico.tmp usbroothub.pico.tmp usb_verbose.pico.tmp component_simple.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libusb && rm -f librumpdev_usb_pic.a librumpdev_usb.so.* librumpdev_usb.so usb.pico usbdi.pico usbdi_util.pico usb_mem.pico usb_subr.pico usb_quirks.pico uhub.pico usbroothub.pico usb_verbose.pico component_simple.pico usb.pico.tmp usbdi.pico.tmp usbdi_util.pico.tmp usb_mem.pico.tmp usb_subr.pico.tmp usb_quirks.pico.tmp uhub.pico.tmp usbroothub.pico.tmp usb_verbose.pico.tmp component_simple.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/confgen/tsig-keygen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tsig-keygen tsig-keygen.o keygen.o util.o os.o tsig-keygen.ln keygen.ln util.ln os.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/confgen/tsig-keygen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tsig-keygen tsig-keygen.o keygen.o util.o os.o tsig-keygen.ln keygen.ln util.ln os.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libusb && rm -f llib-lrumpdev_usb.ln usb.ln usbdi.ln usbdi_util.ln usb_mem.ln usb_subr.ln usb_quirks.ln uhub.ln usbroothub.ln usb_verbose.ln component_simple.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libusb && rm -f llib-lrumpdev_usb.ln usb.ln usbdi.ln usbdi_util.ln usb_mem.ln usb_subr.ln usb_quirks.ln uhub.ln usbroothub.ln usb_verbose.ln component_simple.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/confgen/tsig-keygen && rm -f tsig-keygen.html8 .depend keygen.d os.d tsig-keygen.d util.d keygen.d.tmp os.d.tmp tsig-keygen.d.tmp util.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/confgen/tsig-keygen && rm -f tsig-keygen.html8 .depend keygen.d os.d tsig-keygen.d util.d keygen.d.tmp os.d.tmp tsig-keygen.d.tmp util.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libusb && rm -f ioconf.c ioconf.h locators.h librumpdev_usb.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libusb && rm -f ioconf.c ioconf.h locators.h librumpdev_usb.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-delv --- cleandir ===> external/mpl/bind/bin/delv --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/dev/lib/libusb && rm -f .depend component_simple.d ioconf.d uhub.d usb.d usb_mem.d usb_quirks.d usb_subr.d usb_verbose.d usbdi.d usbdi_util.d usbroothub.d component_simple.d.tmp ioconf.d.tmp uhub.d.tmp usb.d.tmp usb_mem.d.tmp usb_quirks.d.tmp usb_subr.d.tmp usb_verbose.d.tmp usbdi.d.tmp usbdi_util.d.tmp usbroothub.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/dev/lib/libusb && rm -f .depend component_simple.d ioconf.d uhub.d usb.d usb_mem.d usb_quirks.d usb_subr.d usb_verbose.d usbdi.d usbdi_util.d usbroothub.d component_simple.d.tmp ioconf.d.tmp uhub.d.tmp usb.d.tmp usb_mem.d.tmp usb_quirks.d.tmp usb_subr.d.tmp usb_verbose.d.tmp usbdi.d.tmp usbdi_util.d.tmp usbroothub.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-../sys/rump/fs/lib --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/delv && rm -f a.out [Ee]rrs mklog core *.core .gdbinit delv delv.o delv.ln || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/delv && rm -f a.out [Ee]rrs mklog core *.core .gdbinit delv delv.o delv.ln || true) --- cleandir-lib --- --- cleandir-libcd9660 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libcd9660 --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/bind/bin/delv && rm -f delv.html1 .depend delv.d delv.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/bind/bin/delv && rm -f delv.html1 .depend delv.d delv.d.tmp tags || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libcd9660 && rm -f librumpfs_cd9660.a cd9660_bmap.o cd9660_node.o cd9660_util.o cd9660_vnops.o cd9660_lookup.o cd9660_rrip.o cd9660_vfsops.o cd9660_bmap.o.tmp cd9660_node.o.tmp cd9660_util.o.tmp cd9660_vnops.o.tmp cd9660_lookup.o.tmp cd9660_rrip.o.tmp cd9660_vfsops.o.tmp || true) --- cleandir-external --- --- cleandir-dhcp --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libcd9660 && rm -f librumpfs_cd9660.a cd9660_bmap.o cd9660_node.o cd9660_util.o cd9660_vnops.o cd9660_lookup.o cd9660_rrip.o cd9660_vfsops.o cd9660_bmap.o.tmp cd9660_node.o.tmp cd9660_util.o.tmp cd9660_vnops.o.tmp cd9660_lookup.o.tmp cd9660_rrip.o.tmp cd9660_vfsops.o.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/dhcp --- cleandir-bind --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/mpl/dhcp/bind --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libcd9660 && rm -f librumpfs_cd9660_p.a cd9660_bmap.po cd9660_node.po cd9660_util.po cd9660_vnops.po cd9660_lookup.po cd9660_rrip.po cd9660_vfsops.po cd9660_bmap.po.tmp cd9660_node.po.tmp cd9660_util.po.tmp cd9660_vnops.po.tmp cd9660_lookup.po.tmp cd9660_rrip.po.tmp cd9660_vfsops.po.tmp || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libcd9660 && rm -f librumpfs_cd9660_p.a cd9660_bmap.po cd9660_node.po cd9660_util.po cd9660_vnops.po cd9660_lookup.po cd9660_rrip.po cd9660_vfsops.po cd9660_bmap.po.tmp cd9660_node.po.tmp cd9660_util.po.tmp cd9660_vnops.po.tmp cd9660_lookup.po.tmp cd9660_rrip.po.tmp cd9660_vfsops.po.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/dhcp/bind/lib --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libcd9660 && rm -f librumpfs_cd9660_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libcd9660 && rm -f librumpfs_cd9660_g.a || true) --- cleandir-external --- --- cleandir-libisc --- cleandir ===> external/mpl/dhcp/bind/lib/libisc --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libcd9660 && rm -f librumpfs_cd9660_pic.a librumpfs_cd9660.so.* librumpfs_cd9660.so cd9660_bmap.pico cd9660_node.pico cd9660_util.pico cd9660_vnops.pico cd9660_lookup.pico cd9660_rrip.pico cd9660_vfsops.pico cd9660_bmap.pico.tmp cd9660_node.pico.tmp cd9660_util.pico.tmp cd9660_vnops.pico.tmp cd9660_lookup.pico.tmp cd9660_rrip.pico.tmp cd9660_vfsops.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libcd9660 && rm -f librumpfs_cd9660_pic.a librumpfs_cd9660.so.* librumpfs_cd9660.so cd9660_bmap.pico cd9660_node.pico cd9660_util.pico cd9660_vnops.pico cd9660_lookup.pico cd9660_rrip.pico cd9660_vfsops.pico cd9660_bmap.pico.tmp cd9660_node.pico.tmp cd9660_util.pico.tmp cd9660_vnops.pico.tmp cd9660_lookup.pico.tmp cd9660_rrip.pico.tmp cd9660_vfsops.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libcd9660 && rm -f llib-lrumpfs_cd9660.ln cd9660_bmap.ln cd9660_node.ln cd9660_util.ln cd9660_vnops.ln cd9660_lookup.ln cd9660_rrip.ln cd9660_vfsops.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libcd9660 && rm -f llib-lrumpfs_cd9660.ln cd9660_bmap.ln cd9660_node.ln cd9660_util.ln cd9660_vnops.ln cd9660_lookup.ln cd9660_rrip.ln cd9660_vfsops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisc && rm -f libisc.a app.o assertions.o astack.o base32.o base64.o bind9.o buffer.o bufferlist.o commandline.o crc64.o counter.o error.o event.o hash.o heap.o hex.o hmac.o httpd.o ht.o managers.o iterated_hash.o lex.o lfsr.o lib.o log.o md.o mem.o mutexblock.o netaddr.o netscope.o nonce.o parseint.o pool.o portset.o quota.o radix.o random.o ratelimiter.o regex.o trampoline.o region.o result.o rwlock.o safe.o serial.o siphash.o sockaddr.o stats.o string.o symtab.o task.o taskpool.o timer.o tls.o tm.o utf8.o version.o backtrace.o dir.o entropy.o errno.o errno2result.o file.o fsaccess.o interfaceiter.o net.o os.o resource.o socket.o stdio.o stdtime.o syslog.o time.o backtrace-emptytbl.o meminfo.o condition.o mutex.o thread.o aes.o tcp.o udp.o netmgr.o tcpdns.o uv-compat.o uverr2result.o app.o.tmp assertions.o.tmp astack.o.tmp base32.o.tmp base64.o.tmp bind9.o.tmp buffer.o.tmp bufferlist.o.tmp commandline.o.tmp crc64.o.tmp counter.o.tmp error.o.tmp event.o.tmp hash.o.tmp heap.o.tmp hex.o.tmp hmac.o.tmp httpd.o.tmp ht.o.tmp managers.o.tmp iterated_hash.o.tmp lex.o.tmp lfsr.o.tmp lib.o.tmp log.o.tmp md.o.tmp mem.o.tmp mutexblock.o.tmp netaddr.o.tmp netscope.o.tmp nonce.o.tmp parseint.o.tmp pool.o.tmp portset.o.tmp quota.o.tmp radix.o.tmp random.o.tmp ratelimiter.o.tmp regex.o.tmp trampoline.o.tmp region.o.tmp result.o.tmp rwlock.o.tmp safe.o.tmp serial.o.tmp siphash.o.tmp sockaddr.o.tmp stats.o.tmp string.o.tmp symtab.o.tmp task.o.tmp taskpool.o.tmp timer.o.tmp tls.o.tmp tm.o.tmp utf8.o.tmp version.o.tmp backtrace.o.tmp dir.o.tmp entropy.o.tmp errno.o.tmp errno2result.o.tmp file.o.tmp fsaccess.o.tmp interfaceiter.o.tmp net.o.tmp os.o.tmp resource.o.tmp socket.o.tmp stdio.o.tmp stdtime.o.tmp syslog.o.tmp time.o.tmp backtrace-emptytbl.o.tmp meminfo.o.tmp condition.o.tmp mutex.o.tmp thread.o.tmp aes.o.tmp tcp.o.tmp udp.o.tmp netmgr.o.tmp tcpdns.o.tmp uv-compat.o.tmp uverr2result.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisc && rm -f libisc.a app.o assertions.o astack.o base32.o base64.o bind9.o buffer.o bufferlist.o commandline.o crc64.o counter.o error.o event.o hash.o heap.o hex.o hmac.o httpd.o ht.o managers.o iterated_hash.o lex.o lfsr.o lib.o log.o md.o mem.o mutexblock.o netaddr.o netscope.o nonce.o parseint.o pool.o portset.o quota.o radix.o random.o ratelimiter.o regex.o trampoline.o region.o result.o rwlock.o safe.o serial.o siphash.o sockaddr.o stats.o string.o symtab.o task.o taskpool.o timer.o tls.o tm.o utf8.o version.o backtrace.o dir.o entropy.o errno.o errno2result.o file.o fsaccess.o interfaceiter.o net.o os.o resource.o socket.o stdio.o stdtime.o syslog.o time.o backtrace-emptytbl.o meminfo.o condition.o mutex.o thread.o aes.o tcp.o udp.o netmgr.o tcpdns.o uv-compat.o uverr2result.o app.o.tmp assertions.o.tmp astack.o.tmp base32.o.tmp base64.o.tmp bind9.o.tmp buffer.o.tmp bufferlist.o.tmp commandline.o.tmp crc64.o.tmp counter.o.tmp error.o.tmp event.o.tmp hash.o.tmp heap.o.tmp hex.o.tmp hmac.o.tmp httpd.o.tmp ht.o.tmp managers.o.tmp iterated_hash.o.tmp lex.o.tmp lfsr.o.tmp lib.o.tmp log.o.tmp md.o.tmp mem.o.tmp mutexblock.o.tmp netaddr.o.tmp netscope.o.tmp nonce.o.tmp parseint.o.tmp pool.o.tmp portset.o.tmp quota.o.tmp radix.o.tmp random.o.tmp ratelimiter.o.tmp regex.o.tmp trampoline.o.tmp region.o.tmp result.o.tmp rwlock.o.tmp safe.o.tmp serial.o.tmp siphash.o.tmp sockaddr.o.tmp stats.o.tmp string.o.tmp symtab.o.tmp task.o.tmp taskpool.o.tmp timer.o.tmp tls.o.tmp tm.o.tmp utf8.o.tmp version.o.tmp backtrace.o.tmp dir.o.tmp entropy.o.tmp errno.o.tmp errno2result.o.tmp file.o.tmp fsaccess.o.tmp interfaceiter.o.tmp net.o.tmp os.o.tmp resource.o.tmp socket.o.tmp stdio.o.tmp stdtime.o.tmp syslog.o.tmp time.o.tmp backtrace-emptytbl.o.tmp meminfo.o.tmp condition.o.tmp mutex.o.tmp thread.o.tmp aes.o.tmp tcp.o.tmp udp.o.tmp netmgr.o.tmp tcpdns.o.tmp uv-compat.o.tmp uverr2result.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libcd9660 && rm -f librumpfs_cd9660.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libcd9660 && rm -f librumpfs_cd9660.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisc && rm -f libisc_p.a || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisc && rm -f libisc_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libcd9660 && rm -f .depend cd9660_bmap.d cd9660_lookup.d cd9660_node.d cd9660_rrip.d cd9660_util.d cd9660_vfsops.d cd9660_vnops.d cd9660_bmap.d.tmp cd9660_lookup.d.tmp cd9660_node.d.tmp cd9660_rrip.d.tmp cd9660_util.d.tmp cd9660_vfsops.d.tmp cd9660_vnops.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libcd9660 && rm -f .depend cd9660_bmap.d cd9660_lookup.d cd9660_node.d cd9660_rrip.d cd9660_util.d cd9660_vfsops.d cd9660_vnops.d cd9660_bmap.d.tmp cd9660_lookup.d.tmp cd9660_node.d.tmp cd9660_rrip.d.tmp cd9660_util.d.tmp cd9660_vfsops.d.tmp cd9660_vnops.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisc && rm -f libisc_g.a || true) --- cleandir-lib --- --- cleandir-libefs --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisc && rm -f libisc_g.a || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libefs --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisc && rm -f libisc_pic.a || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libefs && rm -f librumpfs_efs.a efs_genfs.o efs_subr.o efs_vfsops.o efs_vnops.o efs_genfs.o.tmp efs_subr.o.tmp efs_vfsops.o.tmp efs_vnops.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisc && rm -f libisc_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libefs && rm -f librumpfs_efs.a efs_genfs.o efs_subr.o efs_vfsops.o efs_vnops.o efs_genfs.o.tmp efs_subr.o.tmp efs_vfsops.o.tmp efs_vnops.o.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisc && rm -f llib-lisc.ln app.ln assertions.ln astack.ln base32.ln base64.ln bind9.ln buffer.ln bufferlist.ln commandline.ln crc64.ln counter.ln error.ln event.ln hash.ln heap.ln hex.ln hmac.ln httpd.ln ht.ln managers.ln iterated_hash.ln lex.ln lfsr.ln lib.ln log.ln md.ln mem.ln mutexblock.ln netaddr.ln netscope.ln nonce.ln parseint.ln pool.ln portset.ln quota.ln radix.ln random.ln ratelimiter.ln regex.ln trampoline.ln region.ln result.ln rwlock.ln safe.ln serial.ln siphash.ln sockaddr.ln stats.ln string.ln symtab.ln task.ln taskpool.ln timer.ln tls.ln tm.ln utf8.ln version.ln backtrace.ln dir.ln entropy.ln errno.ln errno2result.ln file.ln fsaccess.ln interfaceiter.ln net.ln os.ln resource.ln socket.ln stdio.ln stdtime.ln syslog.ln time.ln backtrace-emptytbl.ln meminfo.ln condition.ln mutex.ln thread.ln aes.ln tcp.ln udp.ln netmgr.ln tcpdns.ln uv-compat.ln uverr2result.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libefs && rm -f librumpfs_efs_p.a efs_genfs.po efs_subr.po efs_vfsops.po efs_vnops.po efs_genfs.po.tmp efs_subr.po.tmp efs_vfsops.po.tmp efs_vnops.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisc && rm -f llib-lisc.ln app.ln assertions.ln astack.ln base32.ln base64.ln bind9.ln buffer.ln bufferlist.ln commandline.ln crc64.ln counter.ln error.ln event.ln hash.ln heap.ln hex.ln hmac.ln httpd.ln ht.ln managers.ln iterated_hash.ln lex.ln lfsr.ln lib.ln log.ln md.ln mem.ln mutexblock.ln netaddr.ln netscope.ln nonce.ln parseint.ln pool.ln portset.ln quota.ln radix.ln random.ln ratelimiter.ln regex.ln trampoline.ln region.ln result.ln rwlock.ln safe.ln serial.ln siphash.ln sockaddr.ln stats.ln string.ln symtab.ln task.ln taskpool.ln timer.ln tls.ln tm.ln utf8.ln version.ln backtrace.ln dir.ln entropy.ln errno.ln errno2result.ln file.ln fsaccess.ln interfaceiter.ln net.ln os.ln resource.ln socket.ln stdio.ln stdtime.ln syslog.ln time.ln backtrace-emptytbl.ln meminfo.ln condition.ln mutex.ln thread.ln aes.ln tcp.ln udp.ln netmgr.ln tcpdns.ln uv-compat.ln uverr2result.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libefs && rm -f librumpfs_efs_p.a efs_genfs.po efs_subr.po efs_vfsops.po efs_vnops.po efs_genfs.po.tmp efs_subr.po.tmp efs_vfsops.po.tmp efs_vnops.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisc && rm -f libisc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libefs && rm -f librumpfs_efs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisc && rm -f libisc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libefs && rm -f librumpfs_efs_g.a || true) --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libefs && rm -f librumpfs_efs_pic.a librumpfs_efs.so.* librumpfs_efs.so efs_genfs.pico efs_subr.pico efs_vfsops.pico efs_vnops.pico efs_genfs.pico.tmp efs_subr.pico.tmp efs_vfsops.pico.tmp efs_vnops.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisc && rm -f .depend aes.d app.d assertions.d astack.d backtrace-emptytbl.d backtrace.d base32.d base64.d bind9.d buffer.d bufferlist.d commandline.d condition.d counter.d crc64.d dir.d entropy.d errno.d errno2result.d error.d event.d file.d fsaccess.d hash.d heap.d hex.d hmac.d ht.d httpd.d interfaceiter.d iterated_hash.d lex.d lfsr.d lib.d log.d managers.d md.d mem.d meminfo.d mutex.d mutexblock.d net.d netaddr.d netmgr.d netscope.d nonce.d os.d parseint.d pool.d portset.d quota.d radix.d random.d ratelimiter.d regex.d region.d resource.d result.d rwlock.d safe.d serial.d siphash.d sockaddr.d socket.d stats.d stdio.d stdtime.d string.d symtab.d syslog.d task.d taskpool.d tcp.d tcpdns.d thread.d time.d timer.d tls.d tm.d trampoline.d udp.d utf8.d uv-compat.d uverr2result.d version.d aes.d.tmp app.d.tmp assertions.d.tmp astack.d.tmp backtrace-emptytbl.d.tmp backtrace.d.tmp base32.d.tmp base64.d.tmp bind9.d.tmp buffer.d.tmp bufferlist.d.tmp commandline.d.tmp condition.d.tmp counter.d.tmp crc64.d.tmp dir.d.tmp entropy.d.tmp errno.d.tmp errno2result.d.tmp error.d.tmp event.d.tmp file.d.tmp fsaccess.d.tmp hash.d.tmp heap.d.tmp hex.d.tmp hmac.d.tmp ht.d.tmp httpd.d.tmp interfaceiter.d.tmp iterated_hash.d.tmp lex.d.tmp lfsr.d.tmp lib.d.tmp log.d.tmp managers.d.tmp md.d.tmp mem.d.tmp meminfo.d.tmp mutex.d.tmp mutexblock.d.tmp net.d.tmp netaddr.d.tmp netmgr.d.tmp netscope.d.tmp nonce.d.tmp os.d.tmp parseint.d.tmp pool.d.tmp portset.d.tmp quota.d.tmp radix.d.tmp random.d.tmp ratelimiter.d.tmp regex.d.tmp region.d.tmp resource.d.tmp result.d.tmp rwlock.d.tmp safe.d.tmp serial.d.tmp siphash.d.tmp sockaddr.d.tmp socket.d.tmp stats.d.tmp stdio.d.tmp stdtime.d.tmp string.d.tmp symtab.d.tmp syslog.d.tmp task.d.tmp taskpool.d.tmp tcp.d.tmp tcpdns.d.tmp thread.d.tmp time.d.tmp timer.d.tmp tls.d.tmp tm.d.tmp trampoline.d.tmp udp.d.tmp utf8.d.tmp uv-compat.d.tmp uverr2result.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libefs && rm -f librumpfs_efs_pic.a librumpfs_efs.so.* librumpfs_efs.so efs_genfs.pico efs_subr.pico efs_vfsops.pico efs_vnops.pico efs_genfs.pico.tmp efs_subr.pico.tmp efs_vfsops.pico.tmp efs_vnops.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisc && rm -f .depend aes.d app.d assertions.d astack.d backtrace-emptytbl.d backtrace.d base32.d base64.d bind9.d buffer.d bufferlist.d commandline.d condition.d counter.d crc64.d dir.d entropy.d errno.d errno2result.d error.d event.d file.d fsaccess.d hash.d heap.d hex.d hmac.d ht.d httpd.d interfaceiter.d iterated_hash.d lex.d lfsr.d lib.d log.d managers.d md.d mem.d meminfo.d mutex.d mutexblock.d net.d netaddr.d netmgr.d netscope.d nonce.d os.d parseint.d pool.d portset.d quota.d radix.d random.d ratelimiter.d regex.d region.d resource.d result.d rwlock.d safe.d serial.d siphash.d sockaddr.d socket.d stats.d stdio.d stdtime.d string.d symtab.d syslog.d task.d taskpool.d tcp.d tcpdns.d thread.d time.d timer.d tls.d tm.d trampoline.d udp.d utf8.d uv-compat.d uverr2result.d version.d aes.d.tmp app.d.tmp assertions.d.tmp astack.d.tmp backtrace-emptytbl.d.tmp backtrace.d.tmp base32.d.tmp base64.d.tmp bind9.d.tmp buffer.d.tmp bufferlist.d.tmp commandline.d.tmp condition.d.tmp counter.d.tmp crc64.d.tmp dir.d.tmp entropy.d.tmp errno.d.tmp errno2result.d.tmp error.d.tmp event.d.tmp file.d.tmp fsaccess.d.tmp hash.d.tmp heap.d.tmp hex.d.tmp hmac.d.tmp ht.d.tmp httpd.d.tmp interfaceiter.d.tmp iterated_hash.d.tmp lex.d.tmp lfsr.d.tmp lib.d.tmp log.d.tmp managers.d.tmp md.d.tmp mem.d.tmp meminfo.d.tmp mutex.d.tmp mutexblock.d.tmp net.d.tmp netaddr.d.tmp netmgr.d.tmp netscope.d.tmp nonce.d.tmp os.d.tmp parseint.d.tmp pool.d.tmp portset.d.tmp quota.d.tmp radix.d.tmp random.d.tmp ratelimiter.d.tmp regex.d.tmp region.d.tmp resource.d.tmp result.d.tmp rwlock.d.tmp safe.d.tmp serial.d.tmp siphash.d.tmp sockaddr.d.tmp socket.d.tmp stats.d.tmp stdio.d.tmp stdtime.d.tmp string.d.tmp symtab.d.tmp syslog.d.tmp task.d.tmp taskpool.d.tmp tcp.d.tmp tcpdns.d.tmp thread.d.tmp time.d.tmp timer.d.tmp tls.d.tmp tm.d.tmp trampoline.d.tmp udp.d.tmp utf8.d.tmp uv-compat.d.tmp uverr2result.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libefs && rm -f llib-lrumpfs_efs.ln efs_genfs.ln efs_subr.ln efs_vfsops.ln efs_vnops.ln || true) --- cleandir-external --- --- cleandir-libdns --- cleandir ===> external/mpl/dhcp/bind/lib/libdns --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libefs && rm -f llib-lrumpfs_efs.ln efs_genfs.ln efs_subr.ln efs_vfsops.ln efs_vnops.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libefs && rm -f librumpfs_efs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libefs && rm -f librumpfs_efs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libdns && rm -f libdns.a acl.o adb.o badcache.o byaddr.o cache.o callbacks.o catz.o clientinfo.o compress.o client.o dyndb.o tsec.o ecdb.o ecs.o db.o dbiterator.o dbtable.o diff.o dispatch.o dlz.o dns64.o dnsrps.o dnssec.o ds.o fixedname.o forward.o ipkeylist.o iptable.o journal.o kasp.o keydata.o keymgr.o keytable.o lib.o log.o lookup.o master.o masterdump.o message.o name.o ncache.o nsec.o nsec3.o nta.o order.o peer.o portlist.o rbt.o rbtdb.o rcode.o rdata.o rdatalist.o rdataset.o rdatasetiter.o rdataslab.o request.o resolver.o result.o rootns.o rpz.o rriterator.o rrl.o sdb.o soa.o ssu.o ssu_external.o stats.o tcpmsg.o time.o timer.o tkey.o tsig.o ttl.o private.o validator.o version.o view.o xfrin.o zone.o zonekey.o zoneverify.o zt.o sdlz.o update.o dst_api.o dst_parse.o dst_result.o gssapictx.o hmac_link.o key.o openssl_link.o openssldh_link.o opensslrsa_link.o opensslecdsa_link.o openssleddsa_link.o gssapi_link.o acl.o.tmp adb.o.tmp badcache.o.tmp byaddr.o.tmp cache.o.tmp callbacks.o.tmp catz.o.tmp clientinfo.o.tmp compress.o.tmp client.o.tmp dyndb.o.tmp tsec.o.tmp ecdb.o.tmp ecs.o.tmp db.o.tmp dbiterator.o.tmp dbtable.o.tmp diff.o.tmp dispatch.o.tmp dlz.o.tmp dns64.o.tmp dnsrps.o.tmp dnssec.o.tmp ds.o.tmp fixedname.o.tmp forward.o.tmp ipkeylist.o.tmp iptable.o.tmp journal.o.tmp kasp.o.tmp keydata.o.tmp keymgr.o.tmp keytable.o.tmp lib.o.tmp log.o.tmp lookup.o.tmp master.o.tmp masterdump.o.tmp message.o.tmp name.o.tmp ncache.o.tmp nsec.o.tmp nsec3.o.tmp nta.o.tmp order.o.tmp peer.o.tmp portlist.o.tmp rbt.o.tmp rbtdb.o.tmp rcode.o.tmp rdata.o.tmp rdatalist.o.tmp rdataset.o.tmp rdatasetiter.o.tmp rdataslab.o.tmp request.o.tmp resolver.o.tmp result.o.tmp rootns.o.tmp rpz.o.tmp rriterator.o.tmp rrl.o.tmp sdb.o.tmp soa.o.tmp ssu.o.tmp ssu_external.o.tmp stats.o.tmp tcpmsg.o.tmp time.o.tmp timer.o.tmp tkey.o.tmp tsig.o.tmp ttl.o.tmp private.o.tmp validator.o.tmp version.o.tmp view.o.tmp xfrin.o.tmp zone.o.tmp zonekey.o.tmp zoneverify.o.tmp zt.o.tmp sdlz.o.tmp update.o.tmp dst_api.o.tmp dst_parse.o.tmp dst_result.o.tmp gssapictx.o.tmp hmac_link.o.tmp key.o.tmp openssl_link.o.tmp openssldh_link.o.tmp opensslrsa_link.o.tmp opensslecdsa_link.o.tmp openssleddsa_link.o.tmp gssapi_link.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libefs && rm -f .depend efs_genfs.d efs_subr.d efs_vfsops.d efs_vnops.d efs_genfs.d.tmp efs_subr.d.tmp efs_vfsops.d.tmp efs_vnops.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libdns && rm -f libdns.a acl.o adb.o badcache.o byaddr.o cache.o callbacks.o catz.o clientinfo.o compress.o client.o dyndb.o tsec.o ecdb.o ecs.o db.o dbiterator.o dbtable.o diff.o dispatch.o dlz.o dns64.o dnsrps.o dnssec.o ds.o fixedname.o forward.o ipkeylist.o iptable.o journal.o kasp.o keydata.o keymgr.o keytable.o lib.o log.o lookup.o master.o masterdump.o message.o name.o ncache.o nsec.o nsec3.o nta.o order.o peer.o portlist.o rbt.o rbtdb.o rcode.o rdata.o rdatalist.o rdataset.o rdatasetiter.o rdataslab.o request.o resolver.o result.o rootns.o rpz.o rriterator.o rrl.o sdb.o soa.o ssu.o ssu_external.o stats.o tcpmsg.o time.o timer.o tkey.o tsig.o ttl.o private.o validator.o version.o view.o xfrin.o zone.o zonekey.o zoneverify.o zt.o sdlz.o update.o dst_api.o dst_parse.o dst_result.o gssapictx.o hmac_link.o key.o openssl_link.o openssldh_link.o opensslrsa_link.o opensslecdsa_link.o openssleddsa_link.o gssapi_link.o acl.o.tmp adb.o.tmp badcache.o.tmp byaddr.o.tmp cache.o.tmp callbacks.o.tmp catz.o.tmp clientinfo.o.tmp compress.o.tmp client.o.tmp dyndb.o.tmp tsec.o.tmp ecdb.o.tmp ecs.o.tmp db.o.tmp dbiterator.o.tmp dbtable.o.tmp diff.o.tmp dispatch.o.tmp dlz.o.tmp dns64.o.tmp dnsrps.o.tmp dnssec.o.tmp ds.o.tmp fixedname.o.tmp forward.o.tmp ipkeylist.o.tmp iptable.o.tmp journal.o.tmp kasp.o.tmp keydata.o.tmp keymgr.o.tmp keytable.o.tmp lib.o.tmp log.o.tmp lookup.o.tmp master.o.tmp masterdump.o.tmp message.o.tmp name.o.tmp ncache.o.tmp nsec.o.tmp nsec3.o.tmp nta.o.tmp order.o.tmp peer.o.tmp portlist.o.tmp rbt.o.tmp rbtdb.o.tmp rcode.o.tmp rdata.o.tmp rdatalist.o.tmp rdataset.o.tmp rdatasetiter.o.tmp rdataslab.o.tmp request.o.tmp resolver.o.tmp result.o.tmp rootns.o.tmp rpz.o.tmp rriterator.o.tmp rrl.o.tmp sdb.o.tmp soa.o.tmp ssu.o.tmp ssu_external.o.tmp stats.o.tmp tcpmsg.o.tmp time.o.tmp timer.o.tmp tkey.o.tmp tsig.o.tmp ttl.o.tmp private.o.tmp validator.o.tmp version.o.tmp view.o.tmp xfrin.o.tmp zone.o.tmp zonekey.o.tmp zoneverify.o.tmp zt.o.tmp sdlz.o.tmp update.o.tmp dst_api.o.tmp dst_parse.o.tmp dst_result.o.tmp gssapictx.o.tmp hmac_link.o.tmp key.o.tmp openssl_link.o.tmp openssldh_link.o.tmp opensslrsa_link.o.tmp opensslecdsa_link.o.tmp openssleddsa_link.o.tmp gssapi_link.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libefs && rm -f .depend efs_genfs.d efs_subr.d efs_vfsops.d efs_vnops.d efs_genfs.d.tmp efs_subr.d.tmp efs_vfsops.d.tmp efs_vnops.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- cleandir-libext2fs --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libdns && rm -f libdns_p.a || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libext2fs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libdns && rm -f libdns_p.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libext2fs && rm -f librumpfs_ext2fs.a ext2fs_alloc.o ext2fs_balloc.o ext2fs_bmap.o ext2fs_bswap.o ext2fs_hash.o ext2fs_htree.o ext2fs_extents.o ext2fs_inode.o ext2fs_lookup.o ext2fs_readwrite.o ext2fs_rename.o ext2fs_subr.o ext2fs_vfsops.o ext2fs_vnops.o ext2fs_xattr.o ext2fs_alloc.o.tmp ext2fs_balloc.o.tmp ext2fs_bmap.o.tmp ext2fs_bswap.o.tmp ext2fs_hash.o.tmp ext2fs_htree.o.tmp ext2fs_extents.o.tmp ext2fs_inode.o.tmp ext2fs_lookup.o.tmp ext2fs_readwrite.o.tmp ext2fs_rename.o.tmp ext2fs_subr.o.tmp ext2fs_vfsops.o.tmp ext2fs_vnops.o.tmp ext2fs_xattr.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libdns && rm -f libdns_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libext2fs && rm -f librumpfs_ext2fs.a ext2fs_alloc.o ext2fs_balloc.o ext2fs_bmap.o ext2fs_bswap.o ext2fs_hash.o ext2fs_htree.o ext2fs_extents.o ext2fs_inode.o ext2fs_lookup.o ext2fs_readwrite.o ext2fs_rename.o ext2fs_subr.o ext2fs_vfsops.o ext2fs_vnops.o ext2fs_xattr.o ext2fs_alloc.o.tmp ext2fs_balloc.o.tmp ext2fs_bmap.o.tmp ext2fs_bswap.o.tmp ext2fs_hash.o.tmp ext2fs_htree.o.tmp ext2fs_extents.o.tmp ext2fs_inode.o.tmp ext2fs_lookup.o.tmp ext2fs_readwrite.o.tmp ext2fs_rename.o.tmp ext2fs_subr.o.tmp ext2fs_vfsops.o.tmp ext2fs_vnops.o.tmp ext2fs_xattr.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libdns && rm -f libdns_g.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libext2fs && rm -f librumpfs_ext2fs_p.a ext2fs_alloc.po ext2fs_balloc.po ext2fs_bmap.po ext2fs_bswap.po ext2fs_hash.po ext2fs_htree.po ext2fs_extents.po ext2fs_inode.po ext2fs_lookup.po ext2fs_readwrite.po ext2fs_rename.po ext2fs_subr.po ext2fs_vfsops.po ext2fs_vnops.po ext2fs_xattr.po ext2fs_alloc.po.tmp ext2fs_balloc.po.tmp ext2fs_bmap.po.tmp ext2fs_bswap.po.tmp ext2fs_hash.po.tmp ext2fs_htree.po.tmp ext2fs_extents.po.tmp ext2fs_inode.po.tmp ext2fs_lookup.po.tmp ext2fs_readwrite.po.tmp ext2fs_rename.po.tmp ext2fs_subr.po.tmp ext2fs_vfsops.po.tmp ext2fs_vnops.po.tmp ext2fs_xattr.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libdns && rm -f libdns_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libext2fs && rm -f librumpfs_ext2fs_p.a ext2fs_alloc.po ext2fs_balloc.po ext2fs_bmap.po ext2fs_bswap.po ext2fs_hash.po ext2fs_htree.po ext2fs_extents.po ext2fs_inode.po ext2fs_lookup.po ext2fs_readwrite.po ext2fs_rename.po ext2fs_subr.po ext2fs_vfsops.po ext2fs_vnops.po ext2fs_xattr.po ext2fs_alloc.po.tmp ext2fs_balloc.po.tmp ext2fs_bmap.po.tmp ext2fs_bswap.po.tmp ext2fs_hash.po.tmp ext2fs_htree.po.tmp ext2fs_extents.po.tmp ext2fs_inode.po.tmp ext2fs_lookup.po.tmp ext2fs_readwrite.po.tmp ext2fs_rename.po.tmp ext2fs_subr.po.tmp ext2fs_vfsops.po.tmp ext2fs_vnops.po.tmp ext2fs_xattr.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libdns && rm -f libdns_pic.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libext2fs && rm -f librumpfs_ext2fs_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libdns && rm -f llib-ldns.ln acl.ln adb.ln badcache.ln byaddr.ln cache.ln callbacks.ln catz.ln clientinfo.ln compress.ln client.ln dyndb.ln tsec.ln ecdb.ln ecs.ln db.ln dbiterator.ln dbtable.ln diff.ln dispatch.ln dlz.ln dns64.ln dnsrps.ln dnssec.ln ds.ln fixedname.ln forward.ln ipkeylist.ln iptable.ln journal.ln kasp.ln keydata.ln keymgr.ln keytable.ln lib.ln log.ln lookup.ln master.ln masterdump.ln message.ln name.ln ncache.ln nsec.ln nsec3.ln nta.ln order.ln peer.ln portlist.ln rbt.ln rbtdb.ln rcode.ln rdata.ln rdatalist.ln rdataset.ln rdatasetiter.ln rdataslab.ln request.ln resolver.ln result.ln rootns.ln rpz.ln rriterator.ln rrl.ln sdb.ln soa.ln ssu.ln ssu_external.ln stats.ln tcpmsg.ln time.ln timer.ln tkey.ln tsig.ln ttl.ln private.ln validator.ln version.ln view.ln xfrin.ln zone.ln zonekey.ln zoneverify.ln zt.ln sdlz.ln update.ln dst_api.ln dst_parse.ln dst_result.ln gssapictx.ln hmac_link.ln key.ln openssl_link.ln openssldh_link.ln opensslrsa_link.ln opensslecdsa_link.ln openssleddsa_link.ln gssapi_link.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libext2fs && rm -f librumpfs_ext2fs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libdns && rm -f llib-ldns.ln acl.ln adb.ln badcache.ln byaddr.ln cache.ln callbacks.ln catz.ln clientinfo.ln compress.ln client.ln dyndb.ln tsec.ln ecdb.ln ecs.ln db.ln dbiterator.ln dbtable.ln diff.ln dispatch.ln dlz.ln dns64.ln dnsrps.ln dnssec.ln ds.ln fixedname.ln forward.ln ipkeylist.ln iptable.ln journal.ln kasp.ln keydata.ln keymgr.ln keytable.ln lib.ln log.ln lookup.ln master.ln masterdump.ln message.ln name.ln ncache.ln nsec.ln nsec3.ln nta.ln order.ln peer.ln portlist.ln rbt.ln rbtdb.ln rcode.ln rdata.ln rdatalist.ln rdataset.ln rdatasetiter.ln rdataslab.ln request.ln resolver.ln result.ln rootns.ln rpz.ln rriterator.ln rrl.ln sdb.ln soa.ln ssu.ln ssu_external.ln stats.ln tcpmsg.ln time.ln timer.ln tkey.ln tsig.ln ttl.ln private.ln validator.ln version.ln view.ln xfrin.ln zone.ln zonekey.ln zoneverify.ln zt.ln sdlz.ln update.ln dst_api.ln dst_parse.ln dst_result.ln gssapictx.ln hmac_link.ln key.ln openssl_link.ln openssldh_link.ln opensslrsa_link.ln opensslecdsa_link.ln openssleddsa_link.ln gssapi_link.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libext2fs && rm -f librumpfs_ext2fs_pic.a librumpfs_ext2fs.so.* librumpfs_ext2fs.so ext2fs_alloc.pico ext2fs_balloc.pico ext2fs_bmap.pico ext2fs_bswap.pico ext2fs_hash.pico ext2fs_htree.pico ext2fs_extents.pico ext2fs_inode.pico ext2fs_lookup.pico ext2fs_readwrite.pico ext2fs_rename.pico ext2fs_subr.pico ext2fs_vfsops.pico ext2fs_vnops.pico ext2fs_xattr.pico ext2fs_alloc.pico.tmp ext2fs_balloc.pico.tmp ext2fs_bmap.pico.tmp ext2fs_bswap.pico.tmp ext2fs_hash.pico.tmp ext2fs_htree.pico.tmp ext2fs_extents.pico.tmp ext2fs_inode.pico.tmp ext2fs_lookup.pico.tmp ext2fs_readwrite.pico.tmp ext2fs_rename.pico.tmp ext2fs_subr.pico.tmp ext2fs_vfsops.pico.tmp ext2fs_vnops.pico.tmp ext2fs_xattr.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libdns && rm -f libdns.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libext2fs && rm -f librumpfs_ext2fs_pic.a librumpfs_ext2fs.so.* librumpfs_ext2fs.so ext2fs_alloc.pico ext2fs_balloc.pico ext2fs_bmap.pico ext2fs_bswap.pico ext2fs_hash.pico ext2fs_htree.pico ext2fs_extents.pico ext2fs_inode.pico ext2fs_lookup.pico ext2fs_readwrite.pico ext2fs_rename.pico ext2fs_subr.pico ext2fs_vfsops.pico ext2fs_vnops.pico ext2fs_xattr.pico ext2fs_alloc.pico.tmp ext2fs_balloc.pico.tmp ext2fs_bmap.pico.tmp ext2fs_bswap.pico.tmp ext2fs_hash.pico.tmp ext2fs_htree.pico.tmp ext2fs_extents.pico.tmp ext2fs_inode.pico.tmp ext2fs_lookup.pico.tmp ext2fs_readwrite.pico.tmp ext2fs_rename.pico.tmp ext2fs_subr.pico.tmp ext2fs_vfsops.pico.tmp ext2fs_vnops.pico.tmp ext2fs_xattr.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libdns && rm -f libdns.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libext2fs && rm -f llib-lrumpfs_ext2fs.ln ext2fs_alloc.ln ext2fs_balloc.ln ext2fs_bmap.ln ext2fs_bswap.ln ext2fs_hash.ln ext2fs_htree.ln ext2fs_extents.ln ext2fs_inode.ln ext2fs_lookup.ln ext2fs_readwrite.ln ext2fs_rename.ln ext2fs_subr.ln ext2fs_vfsops.ln ext2fs_vnops.ln ext2fs_xattr.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libdns && rm -f .depend acl.d adb.d badcache.d byaddr.d cache.d callbacks.d catz.d client.d clientinfo.d compress.d db.d dbiterator.d dbtable.d diff.d dispatch.d dlz.d dns64.d dnsrps.d dnssec.d ds.d dst_api.d dst_parse.d dst_result.d dyndb.d ecdb.d ecs.d fixedname.d forward.d gssapi_link.d gssapictx.d hmac_link.d ipkeylist.d iptable.d journal.d kasp.d key.d keydata.d keymgr.d keytable.d lib.d log.d lookup.d master.d masterdump.d message.d name.d ncache.d nsec.d nsec3.d nta.d openssl_link.d openssldh_link.d opensslecdsa_link.d openssleddsa_link.d opensslrsa_link.d order.d peer.d portlist.d private.d rbt.d rbtdb.d rcode.d rdata.d rdatalist.d rdataset.d rdatasetiter.d rdataslab.d request.d resolver.d result.d rootns.d rpz.d rriterator.d rrl.d sdb.d sdlz.d soa.d ssu.d ssu_external.d stats.d tcpmsg.d time.d timer.d tkey.d tsec.d tsig.d ttl.d update.d validator.d version.d view.d xfrin.d zone.d zonekey.d zoneverify.d zt.d acl.d.tmp adb.d.tmp badcache.d.tmp byaddr.d.tmp cache.d.tmp callbacks.d.tmp catz.d.tmp client.d.tmp clientinfo.d.tmp compress.d.tmp db.d.tmp dbiterator.d.tmp dbtable.d.tmp diff.d.tmp dispatch.d.tmp dlz.d.tmp dns64.d.tmp dnsrps.d.tmp dnssec.d.tmp ds.d.tmp dst_api.d.tmp dst_parse.d.tmp dst_result.d.tmp dyndb.d.tmp ecdb.d.tmp ecs.d.tmp fixedname.d.tmp forward.d.tmp gssapi_link.d.tmp gssapictx.d.tmp hmac_link.d.tmp ipkeylist.d.tmp iptable.d.tmp journal.d.tmp kasp.d.tmp key.d.tmp keydata.d.tmp keymgr.d.tmp keytable.d.tmp lib.d.tmp log.d.tmp lookup.d.tmp master.d.tmp masterdump.d.tmp message.d.tmp name.d.tmp ncache.d.tmp nsec.d.tmp nsec3.d.tmp nta.d.tmp openssl_link.d.tmp openssldh_link.d.tmp opensslecdsa_link.d.tmp openssleddsa_link.d.tmp opensslrsa_link.d.tmp order.d.tmp peer.d.tmp portlist.d.tmp private.d.tmp rbt.d.tmp rbtdb.d.tmp rcode.d.tmp rdata.d.tmp rdatalist.d.tmp rdataset.d.tmp rdatasetiter.d.tmp rdataslab.d.tmp request.d.tmp resolver.d.tmp result.d.tmp rootns.d.tmp rpz.d.tmp rriterator.d.tmp rrl.d.tmp sdb.d.tmp sdlz.d.tmp soa.d.tmp ssu.d.tmp ssu_external.d.tmp stats.d.tmp tcpmsg.d.tmp time.d.tmp timer.d.tmp tkey.d.tmp tsec.d.tmp tsig.d.tmp ttl.d.tmp update.d.tmp validator.d.tmp version.d.tmp view.d.tmp xfrin.d.tmp zone.d.tmp zonekey.d.tmp zoneverify.d.tmp zt.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libext2fs && rm -f llib-lrumpfs_ext2fs.ln ext2fs_alloc.ln ext2fs_balloc.ln ext2fs_bmap.ln ext2fs_bswap.ln ext2fs_hash.ln ext2fs_htree.ln ext2fs_extents.ln ext2fs_inode.ln ext2fs_lookup.ln ext2fs_readwrite.ln ext2fs_rename.ln ext2fs_subr.ln ext2fs_vfsops.ln ext2fs_vnops.ln ext2fs_xattr.ln || true) --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libdns && rm -f .depend acl.d adb.d badcache.d byaddr.d cache.d callbacks.d catz.d client.d clientinfo.d compress.d db.d dbiterator.d dbtable.d diff.d dispatch.d dlz.d dns64.d dnsrps.d dnssec.d ds.d dst_api.d dst_parse.d dst_result.d dyndb.d ecdb.d ecs.d fixedname.d forward.d gssapi_link.d gssapictx.d hmac_link.d ipkeylist.d iptable.d journal.d kasp.d key.d keydata.d keymgr.d keytable.d lib.d log.d lookup.d master.d masterdump.d message.d name.d ncache.d nsec.d nsec3.d nta.d openssl_link.d openssldh_link.d opensslecdsa_link.d openssleddsa_link.d opensslrsa_link.d order.d peer.d portlist.d private.d rbt.d rbtdb.d rcode.d rdata.d rdatalist.d rdataset.d rdatasetiter.d rdataslab.d request.d resolver.d result.d rootns.d rpz.d rriterator.d rrl.d sdb.d sdlz.d soa.d ssu.d ssu_external.d stats.d tcpmsg.d time.d timer.d tkey.d tsec.d tsig.d ttl.d update.d validator.d version.d view.d xfrin.d zone.d zonekey.d zoneverify.d zt.d acl.d.tmp adb.d.tmp badcache.d.tmp byaddr.d.tmp cache.d.tmp callbacks.d.tmp catz.d.tmp client.d.tmp clientinfo.d.tmp compress.d.tmp db.d.tmp dbiterator.d.tmp dbtable.d.tmp diff.d.tmp dispatch.d.tmp dlz.d.tmp dns64.d.tmp dnsrps.d.tmp dnssec.d.tmp ds.d.tmp dst_api.d.tmp dst_parse.d.tmp dst_result.d.tmp dyndb.d.tmp ecdb.d.tmp ecs.d.tmp fixedname.d.tmp forward.d.tmp gssapi_link.d.tmp gssapictx.d.tmp hmac_link.d.tmp ipkeylist.d.tmp iptable.d.tmp journal.d.tmp kasp.d.tmp key.d.tmp keydata.d.tmp keymgr.d.tmp keytable.d.tmp lib.d.tmp log.d.tmp lookup.d.tmp master.d.tmp masterdump.d.tmp message.d.tmp name.d.tmp ncache.d.tmp nsec.d.tmp nsec3.d.tmp nta.d.tmp openssl_link.d.tmp openssldh_link.d.tmp opensslecdsa_link.d.tmp openssleddsa_link.d.tmp opensslrsa_link.d.tmp order.d.tmp peer.d.tmp portlist.d.tmp private.d.tmp rbt.d.tmp rbtdb.d.tmp rcode.d.tmp rdata.d.tmp rdatalist.d.tmp rdataset.d.tmp rdatasetiter.d.tmp rdataslab.d.tmp request.d.tmp resolver.d.tmp result.d.tmp rootns.d.tmp rpz.d.tmp rriterator.d.tmp rrl.d.tmp sdb.d.tmp sdlz.d.tmp soa.d.tmp ssu.d.tmp ssu_external.d.tmp stats.d.tmp tcpmsg.d.tmp time.d.tmp timer.d.tmp tkey.d.tmp tsec.d.tmp tsig.d.tmp ttl.d.tmp update.d.tmp validator.d.tmp version.d.tmp view.d.tmp xfrin.d.tmp zone.d.tmp zonekey.d.tmp zoneverify.d.tmp zt.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libext2fs && rm -f librumpfs_ext2fs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-libisccfg --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libext2fs && rm -f librumpfs_ext2fs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/mpl/dhcp/bind/lib/libisccfg --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libext2fs && rm -f .depend ext2fs_alloc.d ext2fs_balloc.d ext2fs_bmap.d ext2fs_bswap.d ext2fs_extents.d ext2fs_hash.d ext2fs_htree.d ext2fs_inode.d ext2fs_lookup.d ext2fs_readwrite.d ext2fs_rename.d ext2fs_subr.d ext2fs_vfsops.d ext2fs_vnops.d ext2fs_xattr.d ext2fs_alloc.d.tmp ext2fs_balloc.d.tmp ext2fs_bmap.d.tmp ext2fs_bswap.d.tmp ext2fs_extents.d.tmp ext2fs_hash.d.tmp ext2fs_htree.d.tmp ext2fs_inode.d.tmp ext2fs_lookup.d.tmp ext2fs_readwrite.d.tmp ext2fs_rename.d.tmp ext2fs_subr.d.tmp ext2fs_vfsops.d.tmp ext2fs_vnops.d.tmp ext2fs_xattr.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libext2fs && rm -f .depend ext2fs_alloc.d ext2fs_balloc.d ext2fs_bmap.d ext2fs_bswap.d ext2fs_extents.d ext2fs_hash.d ext2fs_htree.d ext2fs_inode.d ext2fs_lookup.d ext2fs_readwrite.d ext2fs_rename.d ext2fs_subr.d ext2fs_vfsops.d ext2fs_vnops.d ext2fs_xattr.d ext2fs_alloc.d.tmp ext2fs_balloc.d.tmp ext2fs_bmap.d.tmp ext2fs_bswap.d.tmp ext2fs_extents.d.tmp ext2fs_hash.d.tmp ext2fs_htree.d.tmp ext2fs_inode.d.tmp ext2fs_lookup.d.tmp ext2fs_readwrite.d.tmp ext2fs_rename.d.tmp ext2fs_subr.d.tmp ext2fs_vfsops.d.tmp ext2fs_vnops.d.tmp ext2fs_xattr.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisccfg && rm -f libisccfg.a aclconf.o kaspconf.o log.o namedconf.o parser.o version.o dnsconf.o aclconf.o.tmp kaspconf.o.tmp log.o.tmp namedconf.o.tmp parser.o.tmp version.o.tmp dnsconf.o.tmp || true) --- cleandir-lib --- --- cleandir-libfdesc --- cleandir ===> lib/../sys/rump/fs/lib/libfdesc --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisccfg && rm -f libisccfg.a aclconf.o kaspconf.o log.o namedconf.o parser.o version.o dnsconf.o aclconf.o.tmp kaspconf.o.tmp log.o.tmp namedconf.o.tmp parser.o.tmp version.o.tmp dnsconf.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisccfg && rm -f libisccfg_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfdesc && rm -f librumpfs_fdesc.a fdesc_vfsops.o fdesc_vnops.o fdesc_vfsops.o.tmp fdesc_vnops.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisccfg && rm -f libisccfg_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfdesc && rm -f librumpfs_fdesc.a fdesc_vfsops.o fdesc_vnops.o fdesc_vfsops.o.tmp fdesc_vnops.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisccfg && rm -f libisccfg_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfdesc && rm -f librumpfs_fdesc_p.a fdesc_vfsops.po fdesc_vnops.po fdesc_vfsops.po.tmp fdesc_vnops.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisccfg && rm -f libisccfg_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfdesc && rm -f librumpfs_fdesc_p.a fdesc_vfsops.po fdesc_vnops.po fdesc_vfsops.po.tmp fdesc_vnops.po.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisccfg && rm -f libisccfg_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfdesc && rm -f librumpfs_fdesc_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisccfg && rm -f libisccfg_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfdesc && rm -f librumpfs_fdesc_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisccfg && rm -f llib-lisccfg.ln aclconf.ln kaspconf.ln log.ln namedconf.ln parser.ln version.ln dnsconf.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfdesc && rm -f librumpfs_fdesc_pic.a librumpfs_fdesc.so.* librumpfs_fdesc.so fdesc_vfsops.pico fdesc_vnops.pico fdesc_vfsops.pico.tmp fdesc_vnops.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisccfg && rm -f llib-lisccfg.ln aclconf.ln kaspconf.ln log.ln namedconf.ln parser.ln version.ln dnsconf.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfdesc && rm -f librumpfs_fdesc_pic.a librumpfs_fdesc.so.* librumpfs_fdesc.so fdesc_vfsops.pico fdesc_vnops.pico fdesc_vfsops.pico.tmp fdesc_vnops.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisccfg && rm -f libisccfg.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfdesc && rm -f llib-lrumpfs_fdesc.ln fdesc_vfsops.ln fdesc_vnops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisccfg && rm -f libisccfg.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfdesc && rm -f llib-lrumpfs_fdesc.ln fdesc_vfsops.ln fdesc_vnops.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libisccfg && rm -f .depend aclconf.d dnsconf.d kaspconf.d log.d namedconf.d parser.d version.d aclconf.d.tmp dnsconf.d.tmp kaspconf.d.tmp log.d.tmp namedconf.d.tmp parser.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfdesc && rm -f librumpfs_fdesc.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libisccfg && rm -f .depend aclconf.d dnsconf.d kaspconf.d log.d namedconf.d parser.d version.d aclconf.d.tmp dnsconf.d.tmp kaspconf.d.tmp log.d.tmp namedconf.d.tmp parser.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfdesc && rm -f librumpfs_fdesc.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-libirs --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mpl/dhcp/bind/lib/libirs --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfdesc && rm -f .depend fdesc_vfsops.d fdesc_vnops.d fdesc_vfsops.d.tmp fdesc_vnops.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfdesc && rm -f .depend fdesc_vfsops.d fdesc_vnops.d fdesc_vfsops.d.tmp fdesc_vnops.d.tmp tags || true) --- cleandir-libffs --- --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libirs && rm -f libirs.a context.o dnsconf.o resconf.o version.o context.o.tmp dnsconf.o.tmp resconf.o.tmp version.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libffs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libirs && rm -f libirs.a context.o dnsconf.o resconf.o version.o context.o.tmp dnsconf.o.tmp resconf.o.tmp version.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libffs && rm -f librumpfs_ffs.a ffs_alloc.o ffs_appleufs.o ffs_balloc.o ffs_bswap.o ffs_inode.o ffs_snapshot.o ffs_subr.o ffs_tables.o ffs_vfsops.o ffs_vnops.o ffs_wapbl.o ffs_quota2.o ffs_extattr.o ufs_acl.o ufs_bmap.o ufs_dirhash.o ufs_extattr.o ufs_inode.o ufs_lookup.o ufs_rename.o ufs_vfsops.o ufs_vnops.o ufs_quota.o ufs_quota2.o quota2_subr.o ffs_alloc.o.tmp ffs_appleufs.o.tmp ffs_balloc.o.tmp ffs_bswap.o.tmp ffs_inode.o.tmp ffs_snapshot.o.tmp ffs_subr.o.tmp ffs_tables.o.tmp ffs_vfsops.o.tmp ffs_vnops.o.tmp ffs_wapbl.o.tmp ffs_quota2.o.tmp ffs_extattr.o.tmp ufs_acl.o.tmp ufs_bmap.o.tmp ufs_dirhash.o.tmp ufs_extattr.o.tmp ufs_inode.o.tmp ufs_lookup.o.tmp ufs_rename.o.tmp ufs_vfsops.o.tmp ufs_vnops.o.tmp ufs_quota.o.tmp ufs_quota2.o.tmp quota2_subr.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libirs && rm -f libirs_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libffs && rm -f librumpfs_ffs.a ffs_alloc.o ffs_appleufs.o ffs_balloc.o ffs_bswap.o ffs_inode.o ffs_snapshot.o ffs_subr.o ffs_tables.o ffs_vfsops.o ffs_vnops.o ffs_wapbl.o ffs_quota2.o ffs_extattr.o ufs_acl.o ufs_bmap.o ufs_dirhash.o ufs_extattr.o ufs_inode.o ufs_lookup.o ufs_rename.o ufs_vfsops.o ufs_vnops.o ufs_quota.o ufs_quota2.o quota2_subr.o ffs_alloc.o.tmp ffs_appleufs.o.tmp ffs_balloc.o.tmp ffs_bswap.o.tmp ffs_inode.o.tmp ffs_snapshot.o.tmp ffs_subr.o.tmp ffs_tables.o.tmp ffs_vfsops.o.tmp ffs_vnops.o.tmp ffs_wapbl.o.tmp ffs_quota2.o.tmp ffs_extattr.o.tmp ufs_acl.o.tmp ufs_bmap.o.tmp ufs_dirhash.o.tmp ufs_extattr.o.tmp ufs_inode.o.tmp ufs_lookup.o.tmp ufs_rename.o.tmp ufs_vfsops.o.tmp ufs_vnops.o.tmp ufs_quota.o.tmp ufs_quota2.o.tmp quota2_subr.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libirs && rm -f libirs_p.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libffs && rm -f librumpfs_ffs_p.a ffs_alloc.po ffs_appleufs.po ffs_balloc.po ffs_bswap.po ffs_inode.po ffs_snapshot.po ffs_subr.po ffs_tables.po ffs_vfsops.po ffs_vnops.po ffs_wapbl.po ffs_quota2.po ffs_extattr.po ufs_acl.po ufs_bmap.po ufs_dirhash.po ufs_extattr.po ufs_inode.po ufs_lookup.po ufs_rename.po ufs_vfsops.po ufs_vnops.po ufs_quota.po ufs_quota2.po quota2_subr.po ffs_alloc.po.tmp ffs_appleufs.po.tmp ffs_balloc.po.tmp ffs_bswap.po.tmp ffs_inode.po.tmp ffs_snapshot.po.tmp ffs_subr.po.tmp ffs_tables.po.tmp ffs_vfsops.po.tmp ffs_vnops.po.tmp ffs_wapbl.po.tmp ffs_quota2.po.tmp ffs_extattr.po.tmp ufs_acl.po.tmp ufs_bmap.po.tmp ufs_dirhash.po.tmp ufs_extattr.po.tmp ufs_inode.po.tmp ufs_lookup.po.tmp ufs_rename.po.tmp ufs_vfsops.po.tmp ufs_vnops.po.tmp ufs_quota.po.tmp ufs_quota2.po.tmp quota2_subr.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libirs && rm -f libirs_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libirs && rm -f libirs_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libffs && rm -f librumpfs_ffs_p.a ffs_alloc.po ffs_appleufs.po ffs_balloc.po ffs_bswap.po ffs_inode.po ffs_snapshot.po ffs_subr.po ffs_tables.po ffs_vfsops.po ffs_vnops.po ffs_wapbl.po ffs_quota2.po ffs_extattr.po ufs_acl.po ufs_bmap.po ufs_dirhash.po ufs_extattr.po ufs_inode.po ufs_lookup.po ufs_rename.po ufs_vfsops.po ufs_vnops.po ufs_quota.po ufs_quota2.po quota2_subr.po ffs_alloc.po.tmp ffs_appleufs.po.tmp ffs_balloc.po.tmp ffs_bswap.po.tmp ffs_inode.po.tmp ffs_snapshot.po.tmp ffs_subr.po.tmp ffs_tables.po.tmp ffs_vfsops.po.tmp ffs_vnops.po.tmp ffs_wapbl.po.tmp ffs_quota2.po.tmp ffs_extattr.po.tmp ufs_acl.po.tmp ufs_bmap.po.tmp ufs_dirhash.po.tmp ufs_extattr.po.tmp ufs_inode.po.tmp ufs_lookup.po.tmp ufs_rename.po.tmp ufs_vfsops.po.tmp ufs_vnops.po.tmp ufs_quota.po.tmp ufs_quota2.po.tmp quota2_subr.po.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libirs && rm -f libirs_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libffs && rm -f librumpfs_ffs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libirs && rm -f libirs_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libffs && rm -f librumpfs_ffs_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libirs && rm -f llib-lirs.ln context.ln dnsconf.ln resconf.ln version.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libffs && rm -f librumpfs_ffs_pic.a librumpfs_ffs.so.* librumpfs_ffs.so ffs_alloc.pico ffs_appleufs.pico ffs_balloc.pico ffs_bswap.pico ffs_inode.pico ffs_snapshot.pico ffs_subr.pico ffs_tables.pico ffs_vfsops.pico ffs_vnops.pico ffs_wapbl.pico ffs_quota2.pico ffs_extattr.pico ufs_acl.pico ufs_bmap.pico ufs_dirhash.pico ufs_extattr.pico ufs_inode.pico ufs_lookup.pico ufs_rename.pico ufs_vfsops.pico ufs_vnops.pico ufs_quota.pico ufs_quota2.pico quota2_subr.pico ffs_alloc.pico.tmp ffs_appleufs.pico.tmp ffs_balloc.pico.tmp ffs_bswap.pico.tmp ffs_inode.pico.tmp ffs_snapshot.pico.tmp ffs_subr.pico.tmp ffs_tables.pico.tmp ffs_vfsops.pico.tmp ffs_vnops.pico.tmp ffs_wapbl.pico.tmp ffs_quota2.pico.tmp ffs_extattr.pico.tmp ufs_acl.pico.tmp ufs_bmap.pico.tmp ufs_dirhash.pico.tmp ufs_extattr.pico.tmp ufs_inode.pico.tmp ufs_lookup.pico.tmp ufs_rename.pico.tmp ufs_vfsops.pico.tmp ufs_vnops.pico.tmp ufs_quota.pico.tmp ufs_quota2.pico.tmp quota2_subr.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libirs && rm -f llib-lirs.ln context.ln dnsconf.ln resconf.ln version.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libffs && rm -f librumpfs_ffs_pic.a librumpfs_ffs.so.* librumpfs_ffs.so ffs_alloc.pico ffs_appleufs.pico ffs_balloc.pico ffs_bswap.pico ffs_inode.pico ffs_snapshot.pico ffs_subr.pico ffs_tables.pico ffs_vfsops.pico ffs_vnops.pico ffs_wapbl.pico ffs_quota2.pico ffs_extattr.pico ufs_acl.pico ufs_bmap.pico ufs_dirhash.pico ufs_extattr.pico ufs_inode.pico ufs_lookup.pico ufs_rename.pico ufs_vfsops.pico ufs_vnops.pico ufs_quota.pico ufs_quota2.pico quota2_subr.pico ffs_alloc.pico.tmp ffs_appleufs.pico.tmp ffs_balloc.pico.tmp ffs_bswap.pico.tmp ffs_inode.pico.tmp ffs_snapshot.pico.tmp ffs_subr.pico.tmp ffs_tables.pico.tmp ffs_vfsops.pico.tmp ffs_vnops.pico.tmp ffs_wapbl.pico.tmp ffs_quota2.pico.tmp ffs_extattr.pico.tmp ufs_acl.pico.tmp ufs_bmap.pico.tmp ufs_dirhash.pico.tmp ufs_extattr.pico.tmp ufs_inode.pico.tmp ufs_lookup.pico.tmp ufs_rename.pico.tmp ufs_vfsops.pico.tmp ufs_vnops.pico.tmp ufs_quota.pico.tmp ufs_quota2.pico.tmp quota2_subr.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libirs && rm -f libirs.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libffs && rm -f llib-lrumpfs_ffs.ln ffs_alloc.ln ffs_appleufs.ln ffs_balloc.ln ffs_bswap.ln ffs_inode.ln ffs_snapshot.ln ffs_subr.ln ffs_tables.ln ffs_vfsops.ln ffs_vnops.ln ffs_wapbl.ln ffs_quota2.ln ffs_extattr.ln ufs_acl.ln ufs_bmap.ln ufs_dirhash.ln ufs_extattr.ln ufs_inode.ln ufs_lookup.ln ufs_rename.ln ufs_vfsops.ln ufs_vnops.ln ufs_quota.ln ufs_quota2.ln quota2_subr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libirs && rm -f libirs.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libffs && rm -f llib-lrumpfs_ffs.ln ffs_alloc.ln ffs_appleufs.ln ffs_balloc.ln ffs_bswap.ln ffs_inode.ln ffs_snapshot.ln ffs_subr.ln ffs_tables.ln ffs_vfsops.ln ffs_vnops.ln ffs_wapbl.ln ffs_quota2.ln ffs_extattr.ln ufs_acl.ln ufs_bmap.ln ufs_dirhash.ln ufs_extattr.ln ufs_inode.ln ufs_lookup.ln ufs_rename.ln ufs_vfsops.ln ufs_vnops.ln ufs_quota.ln ufs_quota2.ln quota2_subr.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bind/lib/libirs && rm -f .depend context.d dnsconf.d resconf.d version.d context.d.tmp dnsconf.d.tmp resconf.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libffs && rm -f librumpfs_ffs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bind/lib/libirs && rm -f .depend context.d dnsconf.d resconf.d version.d context.d.tmp dnsconf.d.tmp resconf.d.tmp version.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libffs && rm -f librumpfs_ffs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mpl/dhcp/lib --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libffs && rm -f .depend ffs_alloc.d ffs_appleufs.d ffs_balloc.d ffs_bswap.d ffs_extattr.d ffs_inode.d ffs_quota2.d ffs_snapshot.d ffs_subr.d ffs_tables.d ffs_vfsops.d ffs_vnops.d ffs_wapbl.d quota2_subr.d ufs_acl.d ufs_bmap.d ufs_dirhash.d ufs_extattr.d ufs_inode.d ufs_lookup.d ufs_quota.d ufs_quota2.d ufs_rename.d ufs_vfsops.d ufs_vnops.d ffs_alloc.d.tmp ffs_appleufs.d.tmp ffs_balloc.d.tmp ffs_bswap.d.tmp ffs_extattr.d.tmp ffs_inode.d.tmp ffs_quota2.d.tmp ffs_snapshot.d.tmp ffs_subr.d.tmp ffs_tables.d.tmp ffs_vfsops.d.tmp ffs_vnops.d.tmp ffs_wapbl.d.tmp quota2_subr.d.tmp ufs_acl.d.tmp ufs_bmap.d.tmp ufs_dirhash.d.tmp ufs_extattr.d.tmp ufs_inode.d.tmp ufs_lookup.d.tmp ufs_quota.d.tmp ufs_quota2.d.tmp ufs_rename.d.tmp ufs_vfsops.d.tmp ufs_vnops.d.tmp tags || true) --- cleandir-external --- --- cleandir-common --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libffs && rm -f .depend ffs_alloc.d ffs_appleufs.d ffs_balloc.d ffs_bswap.d ffs_extattr.d ffs_inode.d ffs_quota2.d ffs_snapshot.d ffs_subr.d ffs_tables.d ffs_vfsops.d ffs_vnops.d ffs_wapbl.d quota2_subr.d ufs_acl.d ufs_bmap.d ufs_dirhash.d ufs_extattr.d ufs_inode.d ufs_lookup.d ufs_quota.d ufs_quota2.d ufs_rename.d ufs_vfsops.d ufs_vnops.d ffs_alloc.d.tmp ffs_appleufs.d.tmp ffs_balloc.d.tmp ffs_bswap.d.tmp ffs_extattr.d.tmp ffs_inode.d.tmp ffs_quota2.d.tmp ffs_snapshot.d.tmp ffs_subr.d.tmp ffs_tables.d.tmp ffs_vfsops.d.tmp ffs_vnops.d.tmp ffs_wapbl.d.tmp quota2_subr.d.tmp ufs_acl.d.tmp ufs_bmap.d.tmp ufs_dirhash.d.tmp ufs_extattr.d.tmp ufs_inode.d.tmp ufs_lookup.d.tmp ufs_quota.d.tmp ufs_quota2.d.tmp ufs_rename.d.tmp ufs_vfsops.d.tmp ufs_vnops.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mpl/dhcp/lib/common --- cleandir-lib --- --- cleandir-libhfs --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libhfs --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/common && rm -f libdhcp.a raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o lpf.o dlpi.o packet.o tr.o ethernet.o memory.o print.o options.o inet.o tree.o tables.o alloc.o fddi.o ctrace.o dns.o resolv.o execute.o discover.o comapi.o ns_name.o raw.o.tmp parse.o.tmp nit.o.tmp icmp.o.tmp dispatch.o.tmp conflex.o.tmp upf.o.tmp bpf.o.tmp socket.o.tmp lpf.o.tmp dlpi.o.tmp packet.o.tmp tr.o.tmp ethernet.o.tmp memory.o.tmp print.o.tmp options.o.tmp inet.o.tmp tree.o.tmp tables.o.tmp alloc.o.tmp fddi.o.tmp ctrace.o.tmp dns.o.tmp resolv.o.tmp execute.o.tmp discover.o.tmp comapi.o.tmp ns_name.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/common && rm -f libdhcp.a raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o lpf.o dlpi.o packet.o tr.o ethernet.o memory.o print.o options.o inet.o tree.o tables.o alloc.o fddi.o ctrace.o dns.o resolv.o execute.o discover.o comapi.o ns_name.o raw.o.tmp parse.o.tmp nit.o.tmp icmp.o.tmp dispatch.o.tmp conflex.o.tmp upf.o.tmp bpf.o.tmp socket.o.tmp lpf.o.tmp dlpi.o.tmp packet.o.tmp tr.o.tmp ethernet.o.tmp memory.o.tmp print.o.tmp options.o.tmp inet.o.tmp tree.o.tmp tables.o.tmp alloc.o.tmp fddi.o.tmp ctrace.o.tmp dns.o.tmp resolv.o.tmp execute.o.tmp discover.o.tmp comapi.o.tmp ns_name.o.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libhfs && rm -f librumpfs_hfs.a hfs_subr.o hfs_vfsops.o hfs_vnops.o libhfs.o unicode.o hfs_subr.o.tmp hfs_vfsops.o.tmp hfs_vnops.o.tmp libhfs.o.tmp unicode.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libhfs && rm -f librumpfs_hfs.a hfs_subr.o hfs_vfsops.o hfs_vnops.o libhfs.o unicode.o hfs_subr.o.tmp hfs_vfsops.o.tmp hfs_vnops.o.tmp libhfs.o.tmp unicode.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/common && rm -f libdhcp_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/common && rm -f libdhcp_p.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libhfs && rm -f librumpfs_hfs_p.a hfs_subr.po hfs_vfsops.po hfs_vnops.po libhfs.po unicode.po hfs_subr.po.tmp hfs_vfsops.po.tmp hfs_vnops.po.tmp libhfs.po.tmp unicode.po.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/common && rm -f libdhcp_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libhfs && rm -f librumpfs_hfs_p.a hfs_subr.po hfs_vfsops.po hfs_vnops.po libhfs.po unicode.po hfs_subr.po.tmp hfs_vfsops.po.tmp hfs_vnops.po.tmp libhfs.po.tmp unicode.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/common && rm -f libdhcp_g.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libhfs && rm -f librumpfs_hfs_g.a || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/common && rm -f libdhcp_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libhfs && rm -f librumpfs_hfs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/common && rm -f libdhcp_pic.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libhfs && rm -f librumpfs_hfs_pic.a librumpfs_hfs.so.* librumpfs_hfs.so hfs_subr.pico hfs_vfsops.pico hfs_vnops.pico libhfs.pico unicode.pico hfs_subr.pico.tmp hfs_vfsops.pico.tmp hfs_vnops.pico.tmp libhfs.pico.tmp unicode.pico.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/common && rm -f llib-ldhcp.ln raw.ln parse.ln nit.ln icmp.ln dispatch.ln conflex.ln upf.ln bpf.ln socket.ln lpf.ln dlpi.ln packet.ln tr.ln ethernet.ln memory.ln print.ln options.ln inet.ln tree.ln tables.ln alloc.ln fddi.ln ctrace.ln dns.ln resolv.ln execute.ln discover.ln comapi.ln ns_name.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libhfs && rm -f librumpfs_hfs_pic.a librumpfs_hfs.so.* librumpfs_hfs.so hfs_subr.pico hfs_vfsops.pico hfs_vnops.pico libhfs.pico unicode.pico hfs_subr.pico.tmp hfs_vfsops.pico.tmp hfs_vnops.pico.tmp libhfs.pico.tmp unicode.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/common && rm -f llib-ldhcp.ln raw.ln parse.ln nit.ln icmp.ln dispatch.ln conflex.ln upf.ln bpf.ln socket.ln lpf.ln dlpi.ln packet.ln tr.ln ethernet.ln memory.ln print.ln options.ln inet.ln tree.ln tables.ln alloc.ln fddi.ln ctrace.ln dns.ln resolv.ln execute.ln discover.ln comapi.ln ns_name.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libhfs && rm -f llib-lrumpfs_hfs.ln hfs_subr.ln hfs_vfsops.ln hfs_vnops.ln libhfs.ln unicode.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libhfs && rm -f llib-lrumpfs_hfs.ln hfs_subr.ln hfs_vfsops.ln hfs_vnops.ln libhfs.ln unicode.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/common && rm -f libdhcp.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/common && rm -f libdhcp.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libhfs && rm -f librumpfs_hfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libhfs && rm -f librumpfs_hfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/common && rm -f dhcp-options.html5 dhcp-eval.html5 .depend alloc.d bpf.d comapi.d conflex.d ctrace.d discover.d dispatch.d dlpi.d dns.d ethernet.d execute.d fddi.d icmp.d inet.d lpf.d memory.d nit.d ns_name.d options.d packet.d parse.d print.d raw.d resolv.d socket.d tables.d tr.d tree.d upf.d alloc.d.tmp bpf.d.tmp comapi.d.tmp conflex.d.tmp ctrace.d.tmp discover.d.tmp dispatch.d.tmp dlpi.d.tmp dns.d.tmp ethernet.d.tmp execute.d.tmp fddi.d.tmp icmp.d.tmp inet.d.tmp lpf.d.tmp memory.d.tmp nit.d.tmp ns_name.d.tmp options.d.tmp packet.d.tmp parse.d.tmp print.d.tmp raw.d.tmp resolv.d.tmp socket.d.tmp tables.d.tmp tr.d.tmp tree.d.tmp upf.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/common && rm -f dhcp-options.html5 dhcp-eval.html5 .depend alloc.d bpf.d comapi.d conflex.d ctrace.d discover.d dispatch.d dlpi.d dns.d ethernet.d execute.d fddi.d icmp.d inet.d lpf.d memory.d nit.d ns_name.d options.d packet.d parse.d print.d raw.d resolv.d socket.d tables.d tr.d tree.d upf.d alloc.d.tmp bpf.d.tmp comapi.d.tmp conflex.d.tmp ctrace.d.tmp discover.d.tmp dispatch.d.tmp dlpi.d.tmp dns.d.tmp ethernet.d.tmp execute.d.tmp fddi.d.tmp icmp.d.tmp inet.d.tmp lpf.d.tmp memory.d.tmp nit.d.tmp ns_name.d.tmp options.d.tmp packet.d.tmp parse.d.tmp print.d.tmp raw.d.tmp resolv.d.tmp socket.d.tmp tables.d.tmp tr.d.tmp tree.d.tmp upf.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libhfs && rm -f .depend hfs_subr.d hfs_vfsops.d hfs_vnops.d libhfs.d unicode.d hfs_subr.d.tmp hfs_vfsops.d.tmp hfs_vnops.d.tmp libhfs.d.tmp unicode.d.tmp tags || true) --- cleandir-external --- --- cleandir-dhcpctl --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libhfs && rm -f .depend hfs_subr.d hfs_vfsops.d hfs_vnops.d libhfs.d unicode.d hfs_subr.d.tmp hfs_vfsops.d.tmp hfs_vnops.d.tmp libhfs.d.tmp unicode.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mpl/dhcp/lib/dhcpctl --- cleandir-lib --- --- cleandir-libkernfs --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libkernfs --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/dhcpctl && rm -f libdhcpctl.a dhcpctl.o callback.o remote.o dhcpctl.o.tmp callback.o.tmp remote.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/dhcpctl && rm -f libdhcpctl.a dhcpctl.o callback.o remote.o dhcpctl.o.tmp callback.o.tmp remote.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libkernfs && rm -f librumpfs_kernfs.a kernfs_vfsops.o kernfs_vnops.o kernfs_vfsops.o.tmp kernfs_vnops.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libkernfs && rm -f librumpfs_kernfs.a kernfs_vfsops.o kernfs_vnops.o kernfs_vfsops.o.tmp kernfs_vnops.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/dhcpctl && rm -f libdhcpctl_p.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/dhcpctl && rm -f libdhcpctl_p.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libkernfs && rm -f librumpfs_kernfs_p.a kernfs_vfsops.po kernfs_vnops.po kernfs_vfsops.po.tmp kernfs_vnops.po.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libkernfs && rm -f librumpfs_kernfs_p.a kernfs_vfsops.po kernfs_vnops.po kernfs_vfsops.po.tmp kernfs_vnops.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/dhcpctl && rm -f libdhcpctl_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/dhcpctl && rm -f libdhcpctl_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libkernfs && rm -f librumpfs_kernfs_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libkernfs && rm -f librumpfs_kernfs_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/dhcpctl && rm -f libdhcpctl_pic.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/dhcpctl && rm -f libdhcpctl_pic.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libkernfs && rm -f librumpfs_kernfs_pic.a librumpfs_kernfs.so.* librumpfs_kernfs.so kernfs_vfsops.pico kernfs_vnops.pico kernfs_vfsops.pico.tmp kernfs_vnops.pico.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libkernfs && rm -f librumpfs_kernfs_pic.a librumpfs_kernfs.so.* librumpfs_kernfs.so kernfs_vfsops.pico kernfs_vnops.pico kernfs_vfsops.pico.tmp kernfs_vnops.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/dhcpctl && rm -f llib-ldhcpctl.ln dhcpctl.ln callback.ln remote.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/dhcpctl && rm -f llib-ldhcpctl.ln dhcpctl.ln callback.ln remote.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libkernfs && rm -f llib-lrumpfs_kernfs.ln kernfs_vfsops.ln kernfs_vnops.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libkernfs && rm -f llib-lrumpfs_kernfs.ln kernfs_vfsops.ln kernfs_vnops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/dhcpctl && rm -f libdhcpctl.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/dhcpctl && rm -f libdhcpctl.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libkernfs && rm -f librumpfs_kernfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libkernfs && rm -f librumpfs_kernfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/dhcpctl && rm -f .depend callback.d dhcpctl.d remote.d callback.d.tmp dhcpctl.d.tmp remote.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/dhcpctl && rm -f .depend callback.d dhcpctl.d remote.d callback.d.tmp dhcpctl.d.tmp remote.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libkernfs && rm -f .depend kernfs_vfsops.d kernfs_vnops.d kernfs_vfsops.d.tmp kernfs_vnops.d.tmp tags || true) --- cleandir-external --- --- cleandir-omapip --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libkernfs && rm -f .depend kernfs_vfsops.d kernfs_vnops.d kernfs_vfsops.d.tmp kernfs_vnops.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mpl/dhcp/lib/omapip --- cleandir-lib --- --- cleandir-liblfs --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/liblfs --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/omapip && rm -f libomapi.a protocol.o buffer.o alloc.o result.o connection.o errwarn.o listener.o dispatch.o generic.o support.o handle.o message.o auth.o convert.o hash.o array.o inet_addr.o trace.o toisc.o isclib.o protocol.o.tmp buffer.o.tmp alloc.o.tmp result.o.tmp connection.o.tmp errwarn.o.tmp listener.o.tmp dispatch.o.tmp generic.o.tmp support.o.tmp handle.o.tmp message.o.tmp auth.o.tmp convert.o.tmp hash.o.tmp array.o.tmp inet_addr.o.tmp trace.o.tmp toisc.o.tmp isclib.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/omapip && rm -f libomapi.a protocol.o buffer.o alloc.o result.o connection.o errwarn.o listener.o dispatch.o generic.o support.o handle.o message.o auth.o convert.o hash.o array.o inet_addr.o trace.o toisc.o isclib.o protocol.o.tmp buffer.o.tmp alloc.o.tmp result.o.tmp connection.o.tmp errwarn.o.tmp listener.o.tmp dispatch.o.tmp generic.o.tmp support.o.tmp handle.o.tmp message.o.tmp auth.o.tmp convert.o.tmp hash.o.tmp array.o.tmp inet_addr.o.tmp trace.o.tmp toisc.o.tmp isclib.o.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblfs && rm -f librumpfs_lfs.a lfs_alloc.o lfs_balloc.o lfs_bio.o lfs_cksum.o lfs_debug.o lfs_inode.o lfs_itimes.o lfs_pages.o lfs_rename.o lfs_rfw.o lfs_segment.o lfs_subr.o lfs_syscalls.o lfs_vfsops.o lfs_vnops.o ulfs_bmap.o ulfs_dirhash.o ulfs_extattr.o ulfs_inode.o ulfs_lookup.o ulfs_quota.o ulfs_quota1.o ulfs_quota2.o ulfs_quota1_subr.o ulfs_quota2_subr.o ulfs_snapshot.o ulfs_vfsops.o ulfs_vnops.o lfs_alloc.o.tmp lfs_balloc.o.tmp lfs_bio.o.tmp lfs_cksum.o.tmp lfs_debug.o.tmp lfs_inode.o.tmp lfs_itimes.o.tmp lfs_pages.o.tmp lfs_rename.o.tmp lfs_rfw.o.tmp lfs_segment.o.tmp lfs_subr.o.tmp lfs_syscalls.o.tmp lfs_vfsops.o.tmp lfs_vnops.o.tmp ulfs_bmap.o.tmp ulfs_dirhash.o.tmp ulfs_extattr.o.tmp ulfs_inode.o.tmp ulfs_lookup.o.tmp ulfs_quota.o.tmp ulfs_quota1.o.tmp ulfs_quota2.o.tmp ulfs_quota1_subr.o.tmp ulfs_quota2_subr.o.tmp ulfs_snapshot.o.tmp ulfs_vfsops.o.tmp ulfs_vnops.o.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/omapip && rm -f libomapi_p.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblfs && rm -f librumpfs_lfs.a lfs_alloc.o lfs_balloc.o lfs_bio.o lfs_cksum.o lfs_debug.o lfs_inode.o lfs_itimes.o lfs_pages.o lfs_rename.o lfs_rfw.o lfs_segment.o lfs_subr.o lfs_syscalls.o lfs_vfsops.o lfs_vnops.o ulfs_bmap.o ulfs_dirhash.o ulfs_extattr.o ulfs_inode.o ulfs_lookup.o ulfs_quota.o ulfs_quota1.o ulfs_quota2.o ulfs_quota1_subr.o ulfs_quota2_subr.o ulfs_snapshot.o ulfs_vfsops.o ulfs_vnops.o lfs_alloc.o.tmp lfs_balloc.o.tmp lfs_bio.o.tmp lfs_cksum.o.tmp lfs_debug.o.tmp lfs_inode.o.tmp lfs_itimes.o.tmp lfs_pages.o.tmp lfs_rename.o.tmp lfs_rfw.o.tmp lfs_segment.o.tmp lfs_subr.o.tmp lfs_syscalls.o.tmp lfs_vfsops.o.tmp lfs_vnops.o.tmp ulfs_bmap.o.tmp ulfs_dirhash.o.tmp ulfs_extattr.o.tmp ulfs_inode.o.tmp ulfs_lookup.o.tmp ulfs_quota.o.tmp ulfs_quota1.o.tmp ulfs_quota2.o.tmp ulfs_quota1_subr.o.tmp ulfs_quota2_subr.o.tmp ulfs_snapshot.o.tmp ulfs_vfsops.o.tmp ulfs_vnops.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/omapip && rm -f libomapi_p.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblfs && rm -f librumpfs_lfs_p.a lfs_alloc.po lfs_balloc.po lfs_bio.po lfs_cksum.po lfs_debug.po lfs_inode.po lfs_itimes.po lfs_pages.po lfs_rename.po lfs_rfw.po lfs_segment.po lfs_subr.po lfs_syscalls.po lfs_vfsops.po lfs_vnops.po ulfs_bmap.po ulfs_dirhash.po ulfs_extattr.po ulfs_inode.po ulfs_lookup.po ulfs_quota.po ulfs_quota1.po ulfs_quota2.po ulfs_quota1_subr.po ulfs_quota2_subr.po ulfs_snapshot.po ulfs_vfsops.po ulfs_vnops.po lfs_alloc.po.tmp lfs_balloc.po.tmp lfs_bio.po.tmp lfs_cksum.po.tmp lfs_debug.po.tmp lfs_inode.po.tmp lfs_itimes.po.tmp lfs_pages.po.tmp lfs_rename.po.tmp lfs_rfw.po.tmp lfs_segment.po.tmp lfs_subr.po.tmp lfs_syscalls.po.tmp lfs_vfsops.po.tmp lfs_vnops.po.tmp ulfs_bmap.po.tmp ulfs_dirhash.po.tmp ulfs_extattr.po.tmp ulfs_inode.po.tmp ulfs_lookup.po.tmp ulfs_quota.po.tmp ulfs_quota1.po.tmp ulfs_quota2.po.tmp ulfs_quota1_subr.po.tmp ulfs_quota2_subr.po.tmp ulfs_snapshot.po.tmp ulfs_vfsops.po.tmp ulfs_vnops.po.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/omapip && rm -f libomapi_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblfs && rm -f librumpfs_lfs_p.a lfs_alloc.po lfs_balloc.po lfs_bio.po lfs_cksum.po lfs_debug.po lfs_inode.po lfs_itimes.po lfs_pages.po lfs_rename.po lfs_rfw.po lfs_segment.po lfs_subr.po lfs_syscalls.po lfs_vfsops.po lfs_vnops.po ulfs_bmap.po ulfs_dirhash.po ulfs_extattr.po ulfs_inode.po ulfs_lookup.po ulfs_quota.po ulfs_quota1.po ulfs_quota2.po ulfs_quota1_subr.po ulfs_quota2_subr.po ulfs_snapshot.po ulfs_vfsops.po ulfs_vnops.po lfs_alloc.po.tmp lfs_balloc.po.tmp lfs_bio.po.tmp lfs_cksum.po.tmp lfs_debug.po.tmp lfs_inode.po.tmp lfs_itimes.po.tmp lfs_pages.po.tmp lfs_rename.po.tmp lfs_rfw.po.tmp lfs_segment.po.tmp lfs_subr.po.tmp lfs_syscalls.po.tmp lfs_vfsops.po.tmp lfs_vnops.po.tmp ulfs_bmap.po.tmp ulfs_dirhash.po.tmp ulfs_extattr.po.tmp ulfs_inode.po.tmp ulfs_lookup.po.tmp ulfs_quota.po.tmp ulfs_quota1.po.tmp ulfs_quota2.po.tmp ulfs_quota1_subr.po.tmp ulfs_quota2_subr.po.tmp ulfs_snapshot.po.tmp ulfs_vfsops.po.tmp ulfs_vnops.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/omapip && rm -f libomapi_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblfs && rm -f librumpfs_lfs_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/omapip && rm -f libomapi_pic.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblfs && rm -f librumpfs_lfs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/omapip && rm -f libomapi_pic.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblfs && rm -f librumpfs_lfs_pic.a librumpfs_lfs.so.* librumpfs_lfs.so lfs_alloc.pico lfs_balloc.pico lfs_bio.pico lfs_cksum.pico lfs_debug.pico lfs_inode.pico lfs_itimes.pico lfs_pages.pico lfs_rename.pico lfs_rfw.pico lfs_segment.pico lfs_subr.pico lfs_syscalls.pico lfs_vfsops.pico lfs_vnops.pico ulfs_bmap.pico ulfs_dirhash.pico ulfs_extattr.pico ulfs_inode.pico ulfs_lookup.pico ulfs_quota.pico ulfs_quota1.pico ulfs_quota2.pico ulfs_quota1_subr.pico ulfs_quota2_subr.pico ulfs_snapshot.pico ulfs_vfsops.pico ulfs_vnops.pico lfs_alloc.pico.tmp lfs_balloc.pico.tmp lfs_bio.pico.tmp lfs_cksum.pico.tmp lfs_debug.pico.tmp lfs_inode.pico.tmp lfs_itimes.pico.tmp lfs_pages.pico.tmp lfs_rename.pico.tmp lfs_rfw.pico.tmp lfs_segment.pico.tmp lfs_subr.pico.tmp lfs_syscalls.pico.tmp lfs_vfsops.pico.tmp lfs_vnops.pico.tmp ulfs_bmap.pico.tmp ulfs_dirhash.pico.tmp ulfs_extattr.pico.tmp ulfs_inode.pico.tmp ulfs_lookup.pico.tmp ulfs_quota.pico.tmp ulfs_quota1.pico.tmp ulfs_quota2.pico.tmp ulfs_quota1_subr.pico.tmp ulfs_quota2_subr.pico.tmp ulfs_snapshot.pico.tmp ulfs_vfsops.pico.tmp ulfs_vnops.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/omapip && rm -f llib-lomapi.ln protocol.ln buffer.ln alloc.ln result.ln connection.ln errwarn.ln listener.ln dispatch.ln generic.ln support.ln handle.ln message.ln auth.ln convert.ln hash.ln array.ln inet_addr.ln trace.ln toisc.ln isclib.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblfs && rm -f librumpfs_lfs_pic.a librumpfs_lfs.so.* librumpfs_lfs.so lfs_alloc.pico lfs_balloc.pico lfs_bio.pico lfs_cksum.pico lfs_debug.pico lfs_inode.pico lfs_itimes.pico lfs_pages.pico lfs_rename.pico lfs_rfw.pico lfs_segment.pico lfs_subr.pico lfs_syscalls.pico lfs_vfsops.pico lfs_vnops.pico ulfs_bmap.pico ulfs_dirhash.pico ulfs_extattr.pico ulfs_inode.pico ulfs_lookup.pico ulfs_quota.pico ulfs_quota1.pico ulfs_quota2.pico ulfs_quota1_subr.pico ulfs_quota2_subr.pico ulfs_snapshot.pico ulfs_vfsops.pico ulfs_vnops.pico lfs_alloc.pico.tmp lfs_balloc.pico.tmp lfs_bio.pico.tmp lfs_cksum.pico.tmp lfs_debug.pico.tmp lfs_inode.pico.tmp lfs_itimes.pico.tmp lfs_pages.pico.tmp lfs_rename.pico.tmp lfs_rfw.pico.tmp lfs_segment.pico.tmp lfs_subr.pico.tmp lfs_syscalls.pico.tmp lfs_vfsops.pico.tmp lfs_vnops.pico.tmp ulfs_bmap.pico.tmp ulfs_dirhash.pico.tmp ulfs_extattr.pico.tmp ulfs_inode.pico.tmp ulfs_lookup.pico.tmp ulfs_quota.pico.tmp ulfs_quota1.pico.tmp ulfs_quota2.pico.tmp ulfs_quota1_subr.pico.tmp ulfs_quota2_subr.pico.tmp ulfs_snapshot.pico.tmp ulfs_vfsops.pico.tmp ulfs_vnops.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/omapip && rm -f llib-lomapi.ln protocol.ln buffer.ln alloc.ln result.ln connection.ln errwarn.ln listener.ln dispatch.ln generic.ln support.ln handle.ln message.ln auth.ln convert.ln hash.ln array.ln inet_addr.ln trace.ln toisc.ln isclib.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblfs && rm -f llib-lrumpfs_lfs.ln lfs_alloc.ln lfs_balloc.ln lfs_bio.ln lfs_cksum.ln lfs_debug.ln lfs_inode.ln lfs_itimes.ln lfs_pages.ln lfs_rename.ln lfs_rfw.ln lfs_segment.ln lfs_subr.ln lfs_syscalls.ln lfs_vfsops.ln lfs_vnops.ln ulfs_bmap.ln ulfs_dirhash.ln ulfs_extattr.ln ulfs_inode.ln ulfs_lookup.ln ulfs_quota.ln ulfs_quota1.ln ulfs_quota2.ln ulfs_quota1_subr.ln ulfs_quota2_subr.ln ulfs_snapshot.ln ulfs_vfsops.ln ulfs_vnops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/omapip && rm -f libomapi.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblfs && rm -f llib-lrumpfs_lfs.ln lfs_alloc.ln lfs_balloc.ln lfs_bio.ln lfs_cksum.ln lfs_debug.ln lfs_inode.ln lfs_itimes.ln lfs_pages.ln lfs_rename.ln lfs_rfw.ln lfs_segment.ln lfs_subr.ln lfs_syscalls.ln lfs_vfsops.ln lfs_vnops.ln ulfs_bmap.ln ulfs_dirhash.ln ulfs_extattr.ln ulfs_inode.ln ulfs_lookup.ln ulfs_quota.ln ulfs_quota1.ln ulfs_quota2.ln ulfs_quota1_subr.ln ulfs_quota2_subr.ln ulfs_snapshot.ln ulfs_vfsops.ln ulfs_vnops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/omapip && rm -f libomapi.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblfs && rm -f librumpfs_lfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/lib/omapip && rm -f .depend alloc.d array.d auth.d buffer.d connection.d convert.d dispatch.d errwarn.d generic.d handle.d hash.d inet_addr.d isclib.d listener.d message.d protocol.d result.d support.d toisc.d trace.d alloc.d.tmp array.d.tmp auth.d.tmp buffer.d.tmp connection.d.tmp convert.d.tmp dispatch.d.tmp errwarn.d.tmp generic.d.tmp handle.d.tmp hash.d.tmp inet_addr.d.tmp isclib.d.tmp listener.d.tmp message.d.tmp protocol.d.tmp result.d.tmp support.d.tmp toisc.d.tmp trace.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblfs && rm -f librumpfs_lfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/lib/omapip && rm -f .depend alloc.d array.d auth.d buffer.d connection.d convert.d dispatch.d errwarn.d generic.d handle.d hash.d inet_addr.d isclib.d listener.d message.d protocol.d result.d support.d toisc.d trace.d alloc.d.tmp array.d.tmp auth.d.tmp buffer.d.tmp connection.d.tmp convert.d.tmp dispatch.d.tmp errwarn.d.tmp generic.d.tmp handle.d.tmp hash.d.tmp inet_addr.d.tmp isclib.d.tmp listener.d.tmp message.d.tmp protocol.d.tmp result.d.tmp support.d.tmp toisc.d.tmp trace.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-share --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblfs && rm -f .depend lfs_alloc.d lfs_balloc.d lfs_bio.d lfs_cksum.d lfs_debug.d lfs_inode.d lfs_itimes.d lfs_pages.d lfs_rename.d lfs_rfw.d lfs_segment.d lfs_subr.d lfs_syscalls.d lfs_vfsops.d lfs_vnops.d ulfs_bmap.d ulfs_dirhash.d ulfs_extattr.d ulfs_inode.d ulfs_lookup.d ulfs_quota.d ulfs_quota1.d ulfs_quota1_subr.d ulfs_quota2.d ulfs_quota2_subr.d ulfs_snapshot.d ulfs_vfsops.d ulfs_vnops.d lfs_alloc.d.tmp lfs_balloc.d.tmp lfs_bio.d.tmp lfs_cksum.d.tmp lfs_debug.d.tmp lfs_inode.d.tmp lfs_itimes.d.tmp lfs_pages.d.tmp lfs_rename.d.tmp lfs_rfw.d.tmp lfs_segment.d.tmp lfs_subr.d.tmp lfs_syscalls.d.tmp lfs_vfsops.d.tmp lfs_vnops.d.tmp ulfs_bmap.d.tmp ulfs_dirhash.d.tmp ulfs_extattr.d.tmp ulfs_inode.d.tmp ulfs_lookup.d.tmp ulfs_quota.d.tmp ulfs_quota1.d.tmp ulfs_quota1_subr.d.tmp ulfs_quota2.d.tmp ulfs_quota2_subr.d.tmp ulfs_snapshot.d.tmp ulfs_vfsops.d.tmp ulfs_vnops.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mpl/dhcp/share --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblfs && rm -f .depend lfs_alloc.d lfs_balloc.d lfs_bio.d lfs_cksum.d lfs_debug.d lfs_inode.d lfs_itimes.d lfs_pages.d lfs_rename.d lfs_rfw.d lfs_segment.d lfs_subr.d lfs_syscalls.d lfs_vfsops.d lfs_vnops.d ulfs_bmap.d ulfs_dirhash.d ulfs_extattr.d ulfs_inode.d ulfs_lookup.d ulfs_quota.d ulfs_quota1.d ulfs_quota1_subr.d ulfs_quota2.d ulfs_quota2_subr.d ulfs_snapshot.d ulfs_vfsops.d ulfs_vnops.d lfs_alloc.d.tmp lfs_balloc.d.tmp lfs_bio.d.tmp lfs_cksum.d.tmp lfs_debug.d.tmp lfs_inode.d.tmp lfs_itimes.d.tmp lfs_pages.d.tmp lfs_rename.d.tmp lfs_rfw.d.tmp lfs_segment.d.tmp lfs_subr.d.tmp lfs_syscalls.d.tmp lfs_vfsops.d.tmp lfs_vnops.d.tmp ulfs_bmap.d.tmp ulfs_dirhash.d.tmp ulfs_extattr.d.tmp ulfs_inode.d.tmp ulfs_lookup.d.tmp ulfs_quota.d.tmp ulfs_quota1.d.tmp ulfs_quota1_subr.d.tmp ulfs_quota2.d.tmp ulfs_quota2_subr.d.tmp ulfs_snapshot.d.tmp ulfs_vfsops.d.tmp ulfs_vnops.d.tmp tags || true) --- cleandir-external --- --- cleandir-dhcpd --- cleandir ===> external/mpl/dhcp/share/dhcpd --- cleandir-lib --- --- cleandir-libmfs --- cleandir ===> lib/../sys/rump/fs/lib/libmfs --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/share/dhcpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/share/dhcpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmfs && rm -f librumpfs_mfs.a mfs_vfsops.o mfs_vnops.o mfs_vfsops.o.tmp mfs_vnops.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmfs && rm -f librumpfs_mfs.a mfs_vfsops.o mfs_vnops.o mfs_vfsops.o.tmp mfs_vnops.o.tmp || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/mpl/dhcp/bin --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmfs && rm -f librumpfs_mfs_p.a mfs_vfsops.po mfs_vnops.po mfs_vfsops.po.tmp mfs_vnops.po.tmp || true) --- cleandir-external --- --- cleandir-server --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmfs && rm -f librumpfs_mfs_p.a mfs_vfsops.po mfs_vnops.po mfs_vfsops.po.tmp mfs_vnops.po.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/dhcp/bin/server --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmfs && rm -f librumpfs_mfs_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmfs && rm -f librumpfs_mfs_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmfs && rm -f librumpfs_mfs_pic.a librumpfs_mfs.so.* librumpfs_mfs.so mfs_vfsops.pico mfs_vnops.pico mfs_vfsops.pico.tmp mfs_vnops.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmfs && rm -f librumpfs_mfs_pic.a librumpfs_mfs.so.* librumpfs_mfs.so mfs_vfsops.pico mfs_vnops.pico mfs_vfsops.pico.tmp mfs_vnops.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmfs && rm -f llib-lrumpfs_mfs.ln mfs_vfsops.ln mfs_vnops.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmfs && rm -f llib-lrumpfs_mfs.ln mfs_vfsops.ln mfs_vnops.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmfs && rm -f librumpfs_mfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmfs && rm -f librumpfs_mfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmfs && rm -f .depend mfs_vfsops.d mfs_vnops.d mfs_vfsops.d.tmp mfs_vnops.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmfs && rm -f .depend mfs_vfsops.d mfs_vnops.d mfs_vfsops.d.tmp mfs_vnops.d.tmp tags || true) --- cleandir-libmsdos --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libmsdos --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bin/server && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dhcpd dhcpd.o dhcp.o dhcpv6.o bootp.o confpars.o db.o class.o failover.o omapi.o mdb.o mdb6.o stables.o salloc.o ddns.o dhcpleasequery.o dhcpd.ln dhcp.ln dhcpv6.ln bootp.ln confpars.ln db.ln class.ln failover.ln omapi.ln mdb.ln mdb6.ln stables.ln salloc.ln ddns.ln dhcpleasequery.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bin/server && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dhcpd dhcpd.o dhcp.o dhcpv6.o bootp.o confpars.o db.o class.o failover.o omapi.o mdb.o mdb6.o stables.o salloc.o ddns.o dhcpleasequery.o dhcpd.ln dhcp.ln dhcpv6.ln bootp.ln confpars.ln db.ln class.ln failover.ln omapi.ln mdb.ln mdb6.ln stables.ln salloc.ln ddns.ln dhcpleasequery.ln || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmsdos && rm -f librumpfs_msdos.a msdosfs_conv.o msdosfs_fat.o msdosfs_vfsops.o msdosfs_denode.o msdosfs_lookup.o msdosfs_rename.o msdosfs_vnops.o msdosfs_unicode.o msdosfs_conv.o.tmp msdosfs_fat.o.tmp msdosfs_vfsops.o.tmp msdosfs_denode.o.tmp msdosfs_lookup.o.tmp msdosfs_rename.o.tmp msdosfs_vnops.o.tmp msdosfs_unicode.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bin/server && rm -f dhcpd.html8 dhcpd.conf.html5 dhcpd.leases.html5 .depend bootp.d class.d confpars.d db.d ddns.d dhcp.d dhcpd.d dhcpleasequery.d dhcpv6.d failover.d mdb.d mdb6.d omapi.d salloc.d stables.d bootp.d.tmp class.d.tmp confpars.d.tmp db.d.tmp ddns.d.tmp dhcp.d.tmp dhcpd.d.tmp dhcpleasequery.d.tmp dhcpv6.d.tmp failover.d.tmp mdb.d.tmp mdb6.d.tmp omapi.d.tmp salloc.d.tmp stables.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmsdos && rm -f librumpfs_msdos.a msdosfs_conv.o msdosfs_fat.o msdosfs_vfsops.o msdosfs_denode.o msdosfs_lookup.o msdosfs_rename.o msdosfs_vnops.o msdosfs_unicode.o msdosfs_conv.o.tmp msdosfs_fat.o.tmp msdosfs_vfsops.o.tmp msdosfs_denode.o.tmp msdosfs_lookup.o.tmp msdosfs_rename.o.tmp msdosfs_vnops.o.tmp msdosfs_unicode.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bin/server && rm -f dhcpd.html8 dhcpd.conf.html5 dhcpd.leases.html5 .depend bootp.d class.d confpars.d db.d ddns.d dhcp.d dhcpd.d dhcpleasequery.d dhcpv6.d failover.d mdb.d mdb6.d omapi.d salloc.d stables.d bootp.d.tmp class.d.tmp confpars.d.tmp db.d.tmp ddns.d.tmp dhcp.d.tmp dhcpd.d.tmp dhcpleasequery.d.tmp dhcpv6.d.tmp failover.d.tmp mdb.d.tmp mdb6.d.tmp omapi.d.tmp salloc.d.tmp stables.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmsdos && rm -f librumpfs_msdos_p.a msdosfs_conv.po msdosfs_fat.po msdosfs_vfsops.po msdosfs_denode.po msdosfs_lookup.po msdosfs_rename.po msdosfs_vnops.po msdosfs_unicode.po msdosfs_conv.po.tmp msdosfs_fat.po.tmp msdosfs_vfsops.po.tmp msdosfs_denode.po.tmp msdosfs_lookup.po.tmp msdosfs_rename.po.tmp msdosfs_vnops.po.tmp msdosfs_unicode.po.tmp || true) --- cleandir-external --- --- cleandir-relay --- cleandir ===> external/mpl/dhcp/bin/relay --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmsdos && rm -f librumpfs_msdos_p.a msdosfs_conv.po msdosfs_fat.po msdosfs_vfsops.po msdosfs_denode.po msdosfs_lookup.po msdosfs_rename.po msdosfs_vnops.po msdosfs_unicode.po msdosfs_conv.po.tmp msdosfs_fat.po.tmp msdosfs_vfsops.po.tmp msdosfs_denode.po.tmp msdosfs_lookup.po.tmp msdosfs_rename.po.tmp msdosfs_vnops.po.tmp msdosfs_unicode.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmsdos && rm -f librumpfs_msdos_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmsdos && rm -f librumpfs_msdos_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmsdos && rm -f librumpfs_msdos_pic.a librumpfs_msdos.so.* librumpfs_msdos.so msdosfs_conv.pico msdosfs_fat.pico msdosfs_vfsops.pico msdosfs_denode.pico msdosfs_lookup.pico msdosfs_rename.pico msdosfs_vnops.pico msdosfs_unicode.pico msdosfs_conv.pico.tmp msdosfs_fat.pico.tmp msdosfs_vfsops.pico.tmp msdosfs_denode.pico.tmp msdosfs_lookup.pico.tmp msdosfs_rename.pico.tmp msdosfs_vnops.pico.tmp msdosfs_unicode.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmsdos && rm -f librumpfs_msdos_pic.a librumpfs_msdos.so.* librumpfs_msdos.so msdosfs_conv.pico msdosfs_fat.pico msdosfs_vfsops.pico msdosfs_denode.pico msdosfs_lookup.pico msdosfs_rename.pico msdosfs_vnops.pico msdosfs_unicode.pico msdosfs_conv.pico.tmp msdosfs_fat.pico.tmp msdosfs_vfsops.pico.tmp msdosfs_denode.pico.tmp msdosfs_lookup.pico.tmp msdosfs_rename.pico.tmp msdosfs_vnops.pico.tmp msdosfs_unicode.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmsdos && rm -f llib-lrumpfs_msdos.ln msdosfs_conv.ln msdosfs_fat.ln msdosfs_vfsops.ln msdosfs_denode.ln msdosfs_lookup.ln msdosfs_rename.ln msdosfs_vnops.ln msdosfs_unicode.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmsdos && rm -f llib-lrumpfs_msdos.ln msdosfs_conv.ln msdosfs_fat.ln msdosfs_vfsops.ln msdosfs_denode.ln msdosfs_lookup.ln msdosfs_rename.ln msdosfs_vnops.ln msdosfs_unicode.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmsdos && rm -f librumpfs_msdos.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmsdos && rm -f librumpfs_msdos.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libmsdos && rm -f .depend msdosfs_conv.d msdosfs_denode.d msdosfs_fat.d msdosfs_lookup.d msdosfs_rename.d msdosfs_unicode.d msdosfs_vfsops.d msdosfs_vnops.d msdosfs_conv.d.tmp msdosfs_denode.d.tmp msdosfs_fat.d.tmp msdosfs_lookup.d.tmp msdosfs_rename.d.tmp msdosfs_unicode.d.tmp msdosfs_vfsops.d.tmp msdosfs_vnops.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libmsdos && rm -f .depend msdosfs_conv.d msdosfs_denode.d msdosfs_fat.d msdosfs_lookup.d msdosfs_rename.d msdosfs_unicode.d msdosfs_vfsops.d msdosfs_vnops.d msdosfs_conv.d.tmp msdosfs_denode.d.tmp msdosfs_fat.d.tmp msdosfs_lookup.d.tmp msdosfs_rename.d.tmp msdosfs_unicode.d.tmp msdosfs_vfsops.d.tmp msdosfs_vnops.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-libnfs --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bin/relay && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dhcrelay dhcrelay.o dhcrelay.ln || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libnfs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bin/relay && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dhcrelay dhcrelay.o dhcrelay.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfs && rm -f librumpfs_nfs.a krpc_subr.o nfs_bio.o nfs_boot.o nfs_kq.o nfs_node.o nfs_socket.o nfs_clntsocket.o nfs_clntsubs.o nfs_subs.o nfs_iod.o nfs_vfsops.o nfs_vnops.o nfs_bootdhcp.o nfs_bootparam.o krpc_subr.o.tmp nfs_bio.o.tmp nfs_boot.o.tmp nfs_kq.o.tmp nfs_node.o.tmp nfs_socket.o.tmp nfs_clntsocket.o.tmp nfs_clntsubs.o.tmp nfs_subs.o.tmp nfs_iod.o.tmp nfs_vfsops.o.tmp nfs_vnops.o.tmp nfs_bootdhcp.o.tmp nfs_bootparam.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bin/relay && rm -f dhcrelay.html8 .depend dhcrelay.d dhcrelay.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfs && rm -f librumpfs_nfs.a krpc_subr.o nfs_bio.o nfs_boot.o nfs_kq.o nfs_node.o nfs_socket.o nfs_clntsocket.o nfs_clntsubs.o nfs_subs.o nfs_iod.o nfs_vfsops.o nfs_vnops.o nfs_bootdhcp.o nfs_bootparam.o krpc_subr.o.tmp nfs_bio.o.tmp nfs_boot.o.tmp nfs_kq.o.tmp nfs_node.o.tmp nfs_socket.o.tmp nfs_clntsocket.o.tmp nfs_clntsubs.o.tmp nfs_subs.o.tmp nfs_iod.o.tmp nfs_vfsops.o.tmp nfs_vnops.o.tmp nfs_bootdhcp.o.tmp nfs_bootparam.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bin/relay && rm -f dhcrelay.html8 .depend dhcrelay.d dhcrelay.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-omshell --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfs && rm -f librumpfs_nfs_p.a krpc_subr.po nfs_bio.po nfs_boot.po nfs_kq.po nfs_node.po nfs_socket.po nfs_clntsocket.po nfs_clntsubs.po nfs_subs.po nfs_iod.po nfs_vfsops.po nfs_vnops.po nfs_bootdhcp.po nfs_bootparam.po krpc_subr.po.tmp nfs_bio.po.tmp nfs_boot.po.tmp nfs_kq.po.tmp nfs_node.po.tmp nfs_socket.po.tmp nfs_clntsocket.po.tmp nfs_clntsubs.po.tmp nfs_subs.po.tmp nfs_iod.po.tmp nfs_vfsops.po.tmp nfs_vnops.po.tmp nfs_bootdhcp.po.tmp nfs_bootparam.po.tmp || true) --- cleandir-external --- cleandir ===> external/mpl/dhcp/bin/omshell --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfs && rm -f librumpfs_nfs_p.a krpc_subr.po nfs_bio.po nfs_boot.po nfs_kq.po nfs_node.po nfs_socket.po nfs_clntsocket.po nfs_clntsubs.po nfs_subs.po nfs_iod.po nfs_vfsops.po nfs_vnops.po nfs_bootdhcp.po nfs_bootparam.po krpc_subr.po.tmp nfs_bio.po.tmp nfs_boot.po.tmp nfs_kq.po.tmp nfs_node.po.tmp nfs_socket.po.tmp nfs_clntsocket.po.tmp nfs_clntsubs.po.tmp nfs_subs.po.tmp nfs_iod.po.tmp nfs_vfsops.po.tmp nfs_vnops.po.tmp nfs_bootdhcp.po.tmp nfs_bootparam.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfs && rm -f librumpfs_nfs_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfs && rm -f librumpfs_nfs_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfs && rm -f librumpfs_nfs_pic.a librumpfs_nfs.so.* librumpfs_nfs.so krpc_subr.pico nfs_bio.pico nfs_boot.pico nfs_kq.pico nfs_node.pico nfs_socket.pico nfs_clntsocket.pico nfs_clntsubs.pico nfs_subs.pico nfs_iod.pico nfs_vfsops.pico nfs_vnops.pico nfs_bootdhcp.pico nfs_bootparam.pico krpc_subr.pico.tmp nfs_bio.pico.tmp nfs_boot.pico.tmp nfs_kq.pico.tmp nfs_node.pico.tmp nfs_socket.pico.tmp nfs_clntsocket.pico.tmp nfs_clntsubs.pico.tmp nfs_subs.pico.tmp nfs_iod.pico.tmp nfs_vfsops.pico.tmp nfs_vnops.pico.tmp nfs_bootdhcp.pico.tmp nfs_bootparam.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfs && rm -f librumpfs_nfs_pic.a librumpfs_nfs.so.* librumpfs_nfs.so krpc_subr.pico nfs_bio.pico nfs_boot.pico nfs_kq.pico nfs_node.pico nfs_socket.pico nfs_clntsocket.pico nfs_clntsubs.pico nfs_subs.pico nfs_iod.pico nfs_vfsops.pico nfs_vnops.pico nfs_bootdhcp.pico nfs_bootparam.pico krpc_subr.pico.tmp nfs_bio.pico.tmp nfs_boot.pico.tmp nfs_kq.pico.tmp nfs_node.pico.tmp nfs_socket.pico.tmp nfs_clntsocket.pico.tmp nfs_clntsubs.pico.tmp nfs_subs.pico.tmp nfs_iod.pico.tmp nfs_vfsops.pico.tmp nfs_vnops.pico.tmp nfs_bootdhcp.pico.tmp nfs_bootparam.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfs && rm -f llib-lrumpfs_nfs.ln krpc_subr.ln nfs_bio.ln nfs_boot.ln nfs_kq.ln nfs_node.ln nfs_socket.ln nfs_clntsocket.ln nfs_clntsubs.ln nfs_subs.ln nfs_iod.ln nfs_vfsops.ln nfs_vnops.ln nfs_bootdhcp.ln nfs_bootparam.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfs && rm -f llib-lrumpfs_nfs.ln krpc_subr.ln nfs_bio.ln nfs_boot.ln nfs_kq.ln nfs_node.ln nfs_socket.ln nfs_clntsocket.ln nfs_clntsubs.ln nfs_subs.ln nfs_iod.ln nfs_vfsops.ln nfs_vnops.ln nfs_bootdhcp.ln nfs_bootparam.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfs && rm -f librumpfs_nfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfs && rm -f librumpfs_nfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfs && rm -f .depend krpc_subr.d nfs_bio.d nfs_boot.d nfs_bootdhcp.d nfs_bootparam.d nfs_clntsocket.d nfs_clntsubs.d nfs_iod.d nfs_kq.d nfs_node.d nfs_socket.d nfs_subs.d nfs_vfsops.d nfs_vnops.d krpc_subr.d.tmp nfs_bio.d.tmp nfs_boot.d.tmp nfs_bootdhcp.d.tmp nfs_bootparam.d.tmp nfs_clntsocket.d.tmp nfs_clntsubs.d.tmp nfs_iod.d.tmp nfs_kq.d.tmp nfs_node.d.tmp nfs_socket.d.tmp nfs_subs.d.tmp nfs_vfsops.d.tmp nfs_vnops.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfs && rm -f .depend krpc_subr.d nfs_bio.d nfs_boot.d nfs_bootdhcp.d nfs_bootparam.d nfs_clntsocket.d nfs_clntsubs.d nfs_iod.d nfs_kq.d nfs_node.d nfs_socket.d nfs_subs.d nfs_vfsops.d nfs_vnops.d krpc_subr.d.tmp nfs_bio.d.tmp nfs_boot.d.tmp nfs_bootdhcp.d.tmp nfs_bootparam.d.tmp nfs_clntsocket.d.tmp nfs_clntsubs.d.tmp nfs_iod.d.tmp nfs_kq.d.tmp nfs_node.d.tmp nfs_socket.d.tmp nfs_subs.d.tmp nfs_vfsops.d.tmp nfs_vnops.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-libnilfs --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bin/omshell && rm -f a.out [Ee]rrs mklog core *.core .gdbinit omshell omshell.o omshell.ln || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libnilfs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bin/omshell && rm -f a.out [Ee]rrs mklog core *.core .gdbinit omshell omshell.o omshell.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnilfs && rm -f librumpfs_nilfs.a nilfs_subr.o nilfs_vfsops.o nilfs_vnops.o nilfs_subr.o.tmp nilfs_vfsops.o.tmp nilfs_vnops.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mpl/dhcp/bin/omshell && rm -f omshell.html1 .depend omshell.d omshell.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnilfs && rm -f librumpfs_nilfs.a nilfs_subr.o nilfs_vfsops.o nilfs_vnops.o nilfs_subr.o.tmp nilfs_vfsops.o.tmp nilfs_vnops.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mpl/dhcp/bin/omshell && rm -f omshell.html1 .depend omshell.d omshell.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnilfs && rm -f librumpfs_nilfs_p.a nilfs_subr.po nilfs_vfsops.po nilfs_vnops.po nilfs_subr.po.tmp nilfs_vfsops.po.tmp nilfs_vnops.po.tmp || true) --- cleandir-external --- --- cleandir-mozilla-certdata --- cleandir ===> external/mpl/mozilla-certdata --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnilfs && rm -f librumpfs_nilfs_p.a nilfs_subr.po nilfs_vfsops.po nilfs_vnops.po nilfs_subr.po.tmp nilfs_vfsops.po.tmp nilfs_vnops.po.tmp || true) --- cleandir-external --- --- cleandir-share --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/mpl/mozilla-certdata/share --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnilfs && rm -f librumpfs_nilfs_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnilfs && rm -f librumpfs_nilfs_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnilfs && rm -f librumpfs_nilfs_pic.a librumpfs_nilfs.so.* librumpfs_nilfs.so nilfs_subr.pico nilfs_vfsops.pico nilfs_vnops.pico nilfs_subr.pico.tmp nilfs_vfsops.pico.tmp nilfs_vnops.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnilfs && rm -f librumpfs_nilfs_pic.a librumpfs_nilfs.so.* librumpfs_nilfs.so nilfs_subr.pico nilfs_vfsops.pico nilfs_vnops.pico nilfs_subr.pico.tmp nilfs_vfsops.pico.tmp nilfs_vnops.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnilfs && rm -f llib-lrumpfs_nilfs.ln nilfs_subr.ln nilfs_vfsops.ln nilfs_vnops.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnilfs && rm -f llib-lrumpfs_nilfs.ln nilfs_subr.ln nilfs_vfsops.ln nilfs_vnops.ln || true) --- cleandir-external --- --- cleandir-mit --- cleandir ===> external/mit --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnilfs && rm -f librumpfs_nilfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-expat --- cleandir ===> external/mit/expat --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnilfs && rm -f librumpfs_nilfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-lib --- cleandir ===> external/mit/expat/lib --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnilfs && rm -f .depend nilfs_subr.d nilfs_vfsops.d nilfs_vnops.d nilfs_subr.d.tmp nilfs_vfsops.d.tmp nilfs_vnops.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnilfs && rm -f .depend nilfs_subr.d nilfs_vfsops.d nilfs_vnops.d nilfs_subr.d.tmp nilfs_vfsops.d.tmp nilfs_vnops.d.tmp tags || true) --- cleandir-external --- --- cleandir-libexpat --- cleandir ===> external/mit/expat/lib/libexpat --- cleandir-lib --- --- cleandir-libntfs --- cleandir ===> lib/../sys/rump/fs/lib/libntfs --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libntfs && rm -f librumpfs_ntfs.a ntfs_compr.o ntfs_conv.o ntfs_ihash.o ntfs_subr.o ntfs_vfsops.o ntfs_vnops.o ntfs_compr.o.tmp ntfs_conv.o.tmp ntfs_ihash.o.tmp ntfs_subr.o.tmp ntfs_vfsops.o.tmp ntfs_vnops.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libntfs && rm -f librumpfs_ntfs.a ntfs_compr.o ntfs_conv.o ntfs_ihash.o ntfs_subr.o ntfs_vfsops.o ntfs_vnops.o ntfs_compr.o.tmp ntfs_conv.o.tmp ntfs_ihash.o.tmp ntfs_subr.o.tmp ntfs_vfsops.o.tmp ntfs_vnops.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f libexpat.a xmlparse.o xmlrole.o xmltok.o xmlparse.o.tmp xmlrole.o.tmp xmltok.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f libexpat.a xmlparse.o xmlrole.o xmltok.o xmlparse.o.tmp xmlrole.o.tmp xmltok.o.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libntfs && rm -f librumpfs_ntfs_p.a ntfs_compr.po ntfs_conv.po ntfs_ihash.po ntfs_subr.po ntfs_vfsops.po ntfs_vnops.po ntfs_compr.po.tmp ntfs_conv.po.tmp ntfs_ihash.po.tmp ntfs_subr.po.tmp ntfs_vfsops.po.tmp ntfs_vnops.po.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f libexpat_p.a xmlparse.po xmlrole.po xmltok.po xmlparse.po.tmp xmlrole.po.tmp xmltok.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libntfs && rm -f librumpfs_ntfs_p.a ntfs_compr.po ntfs_conv.po ntfs_ihash.po ntfs_subr.po ntfs_vfsops.po ntfs_vnops.po ntfs_compr.po.tmp ntfs_conv.po.tmp ntfs_ihash.po.tmp ntfs_subr.po.tmp ntfs_vfsops.po.tmp ntfs_vnops.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f libexpat_p.a xmlparse.po xmlrole.po xmltok.po xmlparse.po.tmp xmlrole.po.tmp xmltok.po.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libntfs && rm -f librumpfs_ntfs_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libntfs && rm -f librumpfs_ntfs_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f libexpat_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f libexpat_g.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libntfs && rm -f librumpfs_ntfs_pic.a librumpfs_ntfs.so.* librumpfs_ntfs.so ntfs_compr.pico ntfs_conv.pico ntfs_ihash.pico ntfs_subr.pico ntfs_vfsops.pico ntfs_vnops.pico ntfs_compr.pico.tmp ntfs_conv.pico.tmp ntfs_ihash.pico.tmp ntfs_subr.pico.tmp ntfs_vfsops.pico.tmp ntfs_vnops.pico.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f libexpat_pic.a libexpat.so.* libexpat.so xmlparse.pico xmlrole.pico xmltok.pico xmlparse.pico.tmp xmlrole.pico.tmp xmltok.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libntfs && rm -f librumpfs_ntfs_pic.a librumpfs_ntfs.so.* librumpfs_ntfs.so ntfs_compr.pico ntfs_conv.pico ntfs_ihash.pico ntfs_subr.pico ntfs_vfsops.pico ntfs_vnops.pico ntfs_compr.pico.tmp ntfs_conv.pico.tmp ntfs_ihash.pico.tmp ntfs_subr.pico.tmp ntfs_vfsops.pico.tmp ntfs_vnops.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f libexpat_pic.a libexpat.so.* libexpat.so xmlparse.pico xmlrole.pico xmltok.pico xmlparse.pico.tmp xmlrole.pico.tmp xmltok.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libntfs && rm -f llib-lrumpfs_ntfs.ln ntfs_compr.ln ntfs_conv.ln ntfs_ihash.ln ntfs_subr.ln ntfs_vfsops.ln ntfs_vnops.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libntfs && rm -f llib-lrumpfs_ntfs.ln ntfs_compr.ln ntfs_conv.ln ntfs_ihash.ln ntfs_subr.ln ntfs_vfsops.ln ntfs_vnops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f llib-lexpat.ln xmlparse.ln xmlrole.ln xmltok.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f llib-lexpat.ln xmlparse.ln xmlrole.ln xmltok.ln || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libntfs && rm -f librumpfs_ntfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f expat.pc libexpat.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libntfs && rm -f librumpfs_ntfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f expat.pc libexpat.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libntfs && rm -f .depend ntfs_compr.d ntfs_conv.d ntfs_ihash.d ntfs_subr.d ntfs_vfsops.d ntfs_vnops.d ntfs_compr.d.tmp ntfs_conv.d.tmp ntfs_ihash.d.tmp ntfs_subr.d.tmp ntfs_vfsops.d.tmp ntfs_vnops.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libntfs && rm -f .depend ntfs_compr.d ntfs_conv.d ntfs_ihash.d ntfs_subr.d ntfs_vfsops.d ntfs_vnops.d ntfs_compr.d.tmp ntfs_conv.d.tmp ntfs_ihash.d.tmp ntfs_subr.d.tmp ntfs_vfsops.d.tmp ntfs_vnops.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/lib/libexpat && rm -f .depend xmlparse.d xmlrole.d xmltok.d xmlparse.d.tmp xmlrole.d.tmp xmltok.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/lib/libexpat && rm -f .depend xmlparse.d xmlrole.d xmltok.d xmlparse.d.tmp xmlrole.d.tmp xmltok.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libnull --- cleandir ===> lib/../sys/rump/fs/lib/libnull --- cleandir-external --- --- cleandir-bin --- cleandir ===> external/mit/expat/bin --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnull && rm -f librumpfs_null.a null_vfsops.o null_vnops.o null_vfsops.o.tmp null_vnops.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnull && rm -f librumpfs_null.a null_vfsops.o null_vnops.o null_vfsops.o.tmp null_vnops.o.tmp || true) --- cleandir-external --- --- cleandir-xmlwf --- cleandir ===> external/mit/expat/bin/xmlwf --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnull && rm -f librumpfs_null_p.a null_vfsops.po null_vnops.po null_vfsops.po.tmp null_vnops.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnull && rm -f librumpfs_null_p.a null_vfsops.po null_vnops.po null_vfsops.po.tmp null_vnops.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/bin/xmlwf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmlwf codepage.o unixfilemap.o xmlfile.o xmlwf.o codepage.ln unixfilemap.ln xmlfile.ln xmlwf.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/bin/xmlwf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmlwf codepage.o unixfilemap.o xmlfile.o xmlwf.o codepage.ln unixfilemap.ln xmlfile.ln xmlwf.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnull && rm -f librumpfs_null_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnull && rm -f librumpfs_null_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/expat/bin/xmlwf && rm -f xmlwf.html1 .depend codepage.d unixfilemap.d xmlfile.d xmlwf.d codepage.d.tmp unixfilemap.d.tmp xmlfile.d.tmp xmlwf.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/expat/bin/xmlwf && rm -f xmlwf.html1 .depend codepage.d unixfilemap.d xmlfile.d xmlwf.d codepage.d.tmp unixfilemap.d.tmp xmlfile.d.tmp xmlwf.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnull && rm -f librumpfs_null_pic.a librumpfs_null.so.* librumpfs_null.so null_vfsops.pico null_vnops.pico null_vfsops.pico.tmp null_vnops.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnull && rm -f librumpfs_null_pic.a librumpfs_null.so.* librumpfs_null.so null_vfsops.pico null_vnops.pico null_vfsops.pico.tmp null_vnops.pico.tmp || true) --- cleandir-external --- --- cleandir-lua --- cleandir ===> external/mit/lua --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnull && rm -f llib-lrumpfs_null.ln null_vfsops.ln null_vnops.ln || true) --- cleandir-external --- --- cleandir-lib --- cleandir ===> external/mit/lua/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnull && rm -f llib-lrumpfs_null.ln null_vfsops.ln null_vnops.ln || true) --- cleandir-external --- --- cleandir-liblua --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/lua/lib/liblua --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnull && rm -f librumpfs_null.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnull && rm -f librumpfs_null.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnull && rm -f .depend null_vfsops.d null_vnops.d null_vfsops.d.tmp null_vnops.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnull && rm -f .depend null_vfsops.d null_vnops.d null_vfsops.d.tmp null_vnops.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o lapi.o.tmp lcode.o.tmp lctype.o.tmp ldebug.o.tmp ldo.o.tmp ldump.o.tmp lfunc.o.tmp lgc.o.tmp llex.o.tmp lmem.o.tmp lobject.o.tmp lopcodes.o.tmp lparser.o.tmp lstate.o.tmp lstring.o.tmp ltable.o.tmp ltm.o.tmp lundump.o.tmp lvm.o.tmp lzio.o.tmp lauxlib.o.tmp lbaselib.o.tmp lcorolib.o.tmp ldblib.o.tmp liolib.o.tmp lmathlib.o.tmp loslib.o.tmp lstrlib.o.tmp ltablib.o.tmp lutf8lib.o.tmp loadlib.o.tmp linit.o.tmp || true) --- cleandir-lib --- --- cleandir-libptyfs --- cleandir ===> lib/../sys/rump/fs/lib/libptyfs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o lapi.o.tmp lcode.o.tmp lctype.o.tmp ldebug.o.tmp ldo.o.tmp ldump.o.tmp lfunc.o.tmp lgc.o.tmp llex.o.tmp lmem.o.tmp lobject.o.tmp lopcodes.o.tmp lparser.o.tmp lstate.o.tmp lstring.o.tmp ltable.o.tmp ltm.o.tmp lundump.o.tmp lvm.o.tmp lzio.o.tmp lauxlib.o.tmp lbaselib.o.tmp lcorolib.o.tmp ldblib.o.tmp liolib.o.tmp lmathlib.o.tmp loslib.o.tmp lstrlib.o.tmp ltablib.o.tmp lutf8lib.o.tmp loadlib.o.tmp linit.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libptyfs && rm -f librumpfs_ptyfs.a ptyfs_subr.o ptyfs_vfsops.o ptyfs_vnops.o ptyfs_subr.o.tmp ptyfs_vfsops.o.tmp ptyfs_vnops.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f liblua_p.a lapi.po lcode.po lctype.po ldebug.po ldo.po ldump.po lfunc.po lgc.po llex.po lmem.po lobject.po lopcodes.po lparser.po lstate.po lstring.po ltable.po ltm.po lundump.po lvm.po lzio.po lauxlib.po lbaselib.po lcorolib.po ldblib.po liolib.po lmathlib.po loslib.po lstrlib.po ltablib.po lutf8lib.po loadlib.po linit.po lapi.po.tmp lcode.po.tmp lctype.po.tmp ldebug.po.tmp ldo.po.tmp ldump.po.tmp lfunc.po.tmp lgc.po.tmp llex.po.tmp lmem.po.tmp lobject.po.tmp lopcodes.po.tmp lparser.po.tmp lstate.po.tmp lstring.po.tmp ltable.po.tmp ltm.po.tmp lundump.po.tmp lvm.po.tmp lzio.po.tmp lauxlib.po.tmp lbaselib.po.tmp lcorolib.po.tmp ldblib.po.tmp liolib.po.tmp lmathlib.po.tmp loslib.po.tmp lstrlib.po.tmp ltablib.po.tmp lutf8lib.po.tmp loadlib.po.tmp linit.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libptyfs && rm -f librumpfs_ptyfs.a ptyfs_subr.o ptyfs_vfsops.o ptyfs_vnops.o ptyfs_subr.o.tmp ptyfs_vfsops.o.tmp ptyfs_vnops.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f liblua_p.a lapi.po lcode.po lctype.po ldebug.po ldo.po ldump.po lfunc.po lgc.po llex.po lmem.po lobject.po lopcodes.po lparser.po lstate.po lstring.po ltable.po ltm.po lundump.po lvm.po lzio.po lauxlib.po lbaselib.po lcorolib.po ldblib.po liolib.po lmathlib.po loslib.po lstrlib.po ltablib.po lutf8lib.po loadlib.po linit.po lapi.po.tmp lcode.po.tmp lctype.po.tmp ldebug.po.tmp ldo.po.tmp ldump.po.tmp lfunc.po.tmp lgc.po.tmp llex.po.tmp lmem.po.tmp lobject.po.tmp lopcodes.po.tmp lparser.po.tmp lstate.po.tmp lstring.po.tmp ltable.po.tmp ltm.po.tmp lundump.po.tmp lvm.po.tmp lzio.po.tmp lauxlib.po.tmp lbaselib.po.tmp lcorolib.po.tmp ldblib.po.tmp liolib.po.tmp lmathlib.po.tmp loslib.po.tmp lstrlib.po.tmp ltablib.po.tmp lutf8lib.po.tmp loadlib.po.tmp linit.po.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f liblua_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libptyfs && rm -f librumpfs_ptyfs_p.a ptyfs_subr.po ptyfs_vfsops.po ptyfs_vnops.po ptyfs_subr.po.tmp ptyfs_vfsops.po.tmp ptyfs_vnops.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libptyfs && rm -f librumpfs_ptyfs_p.a ptyfs_subr.po ptyfs_vfsops.po ptyfs_vnops.po ptyfs_subr.po.tmp ptyfs_vfsops.po.tmp ptyfs_vnops.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f liblua_g.a || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libptyfs && rm -f librumpfs_ptyfs_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f liblua_pic.a liblua.so.* liblua.so lapi.pico lcode.pico lctype.pico ldebug.pico ldo.pico ldump.pico lfunc.pico lgc.pico llex.pico lmem.pico lobject.pico lopcodes.pico lparser.pico lstate.pico lstring.pico ltable.pico ltm.pico lundump.pico lvm.pico lzio.pico lauxlib.pico lbaselib.pico lcorolib.pico ldblib.pico liolib.pico lmathlib.pico loslib.pico lstrlib.pico ltablib.pico lutf8lib.pico loadlib.pico linit.pico lapi.pico.tmp lcode.pico.tmp lctype.pico.tmp ldebug.pico.tmp ldo.pico.tmp ldump.pico.tmp lfunc.pico.tmp lgc.pico.tmp llex.pico.tmp lmem.pico.tmp lobject.pico.tmp lopcodes.pico.tmp lparser.pico.tmp lstate.pico.tmp lstring.pico.tmp ltable.pico.tmp ltm.pico.tmp lundump.pico.tmp lvm.pico.tmp lzio.pico.tmp lauxlib.pico.tmp lbaselib.pico.tmp lcorolib.pico.tmp ldblib.pico.tmp liolib.pico.tmp lmathlib.pico.tmp loslib.pico.tmp lstrlib.pico.tmp ltablib.pico.tmp lutf8lib.pico.tmp loadlib.pico.tmp linit.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libptyfs && rm -f librumpfs_ptyfs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f liblua_pic.a liblua.so.* liblua.so lapi.pico lcode.pico lctype.pico ldebug.pico ldo.pico ldump.pico lfunc.pico lgc.pico llex.pico lmem.pico lobject.pico lopcodes.pico lparser.pico lstate.pico lstring.pico ltable.pico ltm.pico lundump.pico lvm.pico lzio.pico lauxlib.pico lbaselib.pico lcorolib.pico ldblib.pico liolib.pico lmathlib.pico loslib.pico lstrlib.pico ltablib.pico lutf8lib.pico loadlib.pico linit.pico lapi.pico.tmp lcode.pico.tmp lctype.pico.tmp ldebug.pico.tmp ldo.pico.tmp ldump.pico.tmp lfunc.pico.tmp lgc.pico.tmp llex.pico.tmp lmem.pico.tmp lobject.pico.tmp lopcodes.pico.tmp lparser.pico.tmp lstate.pico.tmp lstring.pico.tmp ltable.pico.tmp ltm.pico.tmp lundump.pico.tmp lvm.pico.tmp lzio.pico.tmp lauxlib.pico.tmp lbaselib.pico.tmp lcorolib.pico.tmp ldblib.pico.tmp liolib.pico.tmp lmathlib.pico.tmp loslib.pico.tmp lstrlib.pico.tmp ltablib.pico.tmp lutf8lib.pico.tmp loadlib.pico.tmp linit.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libptyfs && rm -f librumpfs_ptyfs_pic.a librumpfs_ptyfs.so.* librumpfs_ptyfs.so ptyfs_subr.pico ptyfs_vfsops.pico ptyfs_vnops.pico ptyfs_subr.pico.tmp ptyfs_vfsops.pico.tmp ptyfs_vnops.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f llib-llua.ln lapi.ln lcode.ln lctype.ln ldebug.ln ldo.ln ldump.ln lfunc.ln lgc.ln llex.ln lmem.ln lobject.ln lopcodes.ln lparser.ln lstate.ln lstring.ln ltable.ln ltm.ln lundump.ln lvm.ln lzio.ln lauxlib.ln lbaselib.ln lcorolib.ln ldblib.ln liolib.ln lmathlib.ln loslib.ln lstrlib.ln ltablib.ln lutf8lib.ln loadlib.ln linit.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libptyfs && rm -f librumpfs_ptyfs_pic.a librumpfs_ptyfs.so.* librumpfs_ptyfs.so ptyfs_subr.pico ptyfs_vfsops.pico ptyfs_vnops.pico ptyfs_subr.pico.tmp ptyfs_vfsops.pico.tmp ptyfs_vnops.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f llib-llua.ln lapi.ln lcode.ln lctype.ln ldebug.ln ldo.ln ldump.ln lfunc.ln lgc.ln llex.ln lmem.ln lobject.ln lopcodes.ln lparser.ln lstate.ln lstring.ln ltable.ln ltm.ln lundump.ln lvm.ln lzio.ln lauxlib.ln lbaselib.ln lcorolib.ln ldblib.ln liolib.ln lmathlib.ln loslib.ln lstrlib.ln ltablib.ln lutf8lib.ln loadlib.ln linit.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libptyfs && rm -f llib-lrumpfs_ptyfs.ln ptyfs_subr.ln ptyfs_vfsops.ln ptyfs_vnops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f liblua.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libptyfs && rm -f llib-lrumpfs_ptyfs.ln ptyfs_subr.ln ptyfs_vfsops.ln ptyfs_vnops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f liblua.so.6.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libptyfs && rm -f librumpfs_ptyfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/lib/liblua && rm -f .depend lapi.d lauxlib.d lbaselib.d lcode.d lcorolib.d lctype.d ldblib.d ldebug.d ldo.d ldump.d lfunc.d lgc.d linit.d liolib.d llex.d lmathlib.d lmem.d loadlib.d lobject.d lopcodes.d loslib.d lparser.d lstate.d lstring.d lstrlib.d ltable.d ltablib.d ltm.d lundump.d lutf8lib.d lvm.d lzio.d lapi.d.tmp lauxlib.d.tmp lbaselib.d.tmp lcode.d.tmp lcorolib.d.tmp lctype.d.tmp ldblib.d.tmp ldebug.d.tmp ldo.d.tmp ldump.d.tmp lfunc.d.tmp lgc.d.tmp linit.d.tmp liolib.d.tmp llex.d.tmp lmathlib.d.tmp lmem.d.tmp loadlib.d.tmp lobject.d.tmp lopcodes.d.tmp loslib.d.tmp lparser.d.tmp lstate.d.tmp lstring.d.tmp lstrlib.d.tmp ltable.d.tmp ltablib.d.tmp ltm.d.tmp lundump.d.tmp lutf8lib.d.tmp lvm.d.tmp lzio.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libptyfs && rm -f librumpfs_ptyfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/lib/liblua && rm -f .depend lapi.d lauxlib.d lbaselib.d lcode.d lcorolib.d lctype.d ldblib.d ldebug.d ldo.d ldump.d lfunc.d lgc.d linit.d liolib.d llex.d lmathlib.d lmem.d loadlib.d lobject.d lopcodes.d loslib.d lparser.d lstate.d lstring.d lstrlib.d ltable.d ltablib.d ltm.d lundump.d lutf8lib.d lvm.d lzio.d lapi.d.tmp lauxlib.d.tmp lbaselib.d.tmp lcode.d.tmp lcorolib.d.tmp lctype.d.tmp ldblib.d.tmp ldebug.d.tmp ldo.d.tmp ldump.d.tmp lfunc.d.tmp lgc.d.tmp linit.d.tmp liolib.d.tmp llex.d.tmp lmathlib.d.tmp lmem.d.tmp loadlib.d.tmp lobject.d.tmp lopcodes.d.tmp loslib.d.tmp lparser.d.tmp lstate.d.tmp lstring.d.tmp lstrlib.d.tmp ltable.d.tmp ltablib.d.tmp ltm.d.tmp lundump.d.tmp lutf8lib.d.tmp lvm.d.tmp lzio.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libptyfs && rm -f .depend ptyfs_subr.d ptyfs_vfsops.d ptyfs_vnops.d ptyfs_subr.d.tmp ptyfs_vfsops.d.tmp ptyfs_vnops.d.tmp tags || true) --- cleandir-external --- --- cleandir-usr.bin --- cleandir ===> external/mit/lua/usr.bin --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libptyfs && rm -f .depend ptyfs_subr.d ptyfs_vfsops.d ptyfs_vnops.d ptyfs_subr.d.tmp ptyfs_vfsops.d.tmp ptyfs_vnops.d.tmp tags || true) --- cleandir-external --- --- cleandir-lua --- --- cleandir-lib --- --- cleandir-libsyspuffs --- --- cleandir-external --- cleandir ===> external/mit/lua/usr.bin/lua --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libsyspuffs --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/usr.bin/lua && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lua lua.o lua.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsyspuffs && rm -f librumpfs_syspuffs.a puffs_msgif.o puffs_node.o puffs_subr.o puffs_vfsops.o puffs_vnops.o puffs_compat.o puffs_rumpglue.o syspuffs_component.o puffs_msgif.o.tmp puffs_node.o.tmp puffs_subr.o.tmp puffs_vfsops.o.tmp puffs_vnops.o.tmp puffs_compat.o.tmp puffs_rumpglue.o.tmp syspuffs_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/usr.bin/lua && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lua lua.o lua.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsyspuffs && rm -f librumpfs_syspuffs.a puffs_msgif.o puffs_node.o puffs_subr.o puffs_vfsops.o puffs_vnops.o puffs_compat.o puffs_rumpglue.o syspuffs_component.o puffs_msgif.o.tmp puffs_node.o.tmp puffs_subr.o.tmp puffs_vfsops.o.tmp puffs_vnops.o.tmp puffs_compat.o.tmp puffs_rumpglue.o.tmp syspuffs_component.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/usr.bin/lua && rm -f lua.html1 .depend lua.d lua.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsyspuffs && rm -f librumpfs_syspuffs_p.a puffs_msgif.po puffs_node.po puffs_subr.po puffs_vfsops.po puffs_vnops.po puffs_compat.po puffs_rumpglue.po syspuffs_component.po puffs_msgif.po.tmp puffs_node.po.tmp puffs_subr.po.tmp puffs_vfsops.po.tmp puffs_vnops.po.tmp puffs_compat.po.tmp puffs_rumpglue.po.tmp syspuffs_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/usr.bin/lua && rm -f lua.html1 .depend lua.d lua.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsyspuffs && rm -f librumpfs_syspuffs_p.a puffs_msgif.po puffs_node.po puffs_subr.po puffs_vfsops.po puffs_vnops.po puffs_compat.po puffs_rumpglue.po syspuffs_component.po puffs_msgif.po.tmp puffs_node.po.tmp puffs_subr.po.tmp puffs_vfsops.po.tmp puffs_vnops.po.tmp puffs_compat.po.tmp puffs_rumpglue.po.tmp syspuffs_component.po.tmp || true) --- cleandir-external --- --- cleandir-luac --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/mit/lua/usr.bin/luac --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsyspuffs && rm -f librumpfs_syspuffs_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsyspuffs && rm -f librumpfs_syspuffs_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/usr.bin/luac && rm -f a.out [Ee]rrs mklog core *.core .gdbinit luac luac.o luac.ln || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsyspuffs && rm -f librumpfs_syspuffs_pic.a librumpfs_syspuffs.so.* librumpfs_syspuffs.so puffs_msgif.pico puffs_node.pico puffs_subr.pico puffs_vfsops.pico puffs_vnops.pico puffs_compat.pico puffs_rumpglue.pico syspuffs_component.pico puffs_msgif.pico.tmp puffs_node.pico.tmp puffs_subr.pico.tmp puffs_vfsops.pico.tmp puffs_vnops.pico.tmp puffs_compat.pico.tmp puffs_rumpglue.pico.tmp syspuffs_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/usr.bin/luac && rm -f a.out [Ee]rrs mklog core *.core .gdbinit luac luac.o luac.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsyspuffs && rm -f librumpfs_syspuffs_pic.a librumpfs_syspuffs.so.* librumpfs_syspuffs.so puffs_msgif.pico puffs_node.pico puffs_subr.pico puffs_vfsops.pico puffs_vnops.pico puffs_compat.pico puffs_rumpglue.pico syspuffs_component.pico puffs_msgif.pico.tmp puffs_node.pico.tmp puffs_subr.pico.tmp puffs_vfsops.pico.tmp puffs_vnops.pico.tmp puffs_compat.pico.tmp puffs_rumpglue.pico.tmp syspuffs_component.pico.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/lua/usr.bin/luac && rm -f luac.html1 .depend luac.d luac.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/lua/usr.bin/luac && rm -f luac.html1 .depend luac.d luac.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsyspuffs && rm -f llib-lrumpfs_syspuffs.ln puffs_msgif.ln puffs_node.ln puffs_subr.ln puffs_vfsops.ln puffs_vnops.ln puffs_compat.ln puffs_rumpglue.ln syspuffs_component.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsyspuffs && rm -f llib-lrumpfs_syspuffs.ln puffs_msgif.ln puffs_node.ln puffs_subr.ln puffs_vfsops.ln puffs_vnops.ln puffs_compat.ln puffs_rumpglue.ln syspuffs_component.ln || true) --- cleandir-external --- --- cleandir-libcbor --- cleandir ===> external/mit/libcbor --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsyspuffs && rm -f librumpfs_syspuffs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/mit/libcbor/lib --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsyspuffs && rm -f librumpfs_syspuffs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/makefile" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/CBOR_VERSION_MAJOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/makefile" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/CBOR_VERSION_MINOR/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsyspuffs && rm -f .depend puffs_compat.d puffs_msgif.d puffs_node.d puffs_rumpglue.d puffs_subr.d puffs_vfsops.d puffs_vnops.d syspuffs_component.d puffs_compat.d.tmp puffs_msgif.d.tmp puffs_node.d.tmp puffs_rumpglue.d.tmp puffs_subr.d.tmp puffs_vfsops.d.tmp puffs_vnops.d.tmp syspuffs_component.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[7]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/makefile" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne '/CBOR_VERSION_PATCH/s/.*"\([0-9]*\)")$/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib/../dist/CMakeLists.txt" returned non-zero status --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsyspuffs && rm -f .depend puffs_compat.d puffs_msgif.d puffs_node.d puffs_rumpglue.d puffs_subr.d puffs_vfsops.d puffs_vnops.d syspuffs_component.d puffs_compat.d.tmp puffs_msgif.d.tmp puffs_node.d.tmp puffs_rumpglue.d.tmp puffs_subr.d.tmp puffs_vfsops.d.tmp puffs_vnops.d.tmp syspuffs_component.d.tmp tags || true) --- cleandir-libsysvbfs --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libsysvbfs --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f libcbor.a cbor.o arrays.o bytestrings.o callbacks.o common.o encoding.o floats_ctrls.o ints.o maps.o serialization.o streaming.o strings.o tags.o builder_callbacks.o encoders.o loaders.o memory_utils.o stack.o unicode.o cbor.o.tmp arrays.o.tmp bytestrings.o.tmp callbacks.o.tmp common.o.tmp encoding.o.tmp floats_ctrls.o.tmp ints.o.tmp maps.o.tmp serialization.o.tmp streaming.o.tmp strings.o.tmp tags.o.tmp builder_callbacks.o.tmp encoders.o.tmp loaders.o.tmp memory_utils.o.tmp stack.o.tmp unicode.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f libcbor.a cbor.o arrays.o bytestrings.o callbacks.o common.o encoding.o floats_ctrls.o ints.o maps.o serialization.o streaming.o strings.o tags.o builder_callbacks.o encoders.o loaders.o memory_utils.o stack.o unicode.o cbor.o.tmp arrays.o.tmp bytestrings.o.tmp callbacks.o.tmp common.o.tmp encoding.o.tmp floats_ctrls.o.tmp ints.o.tmp maps.o.tmp serialization.o.tmp streaming.o.tmp strings.o.tmp tags.o.tmp builder_callbacks.o.tmp encoders.o.tmp loaders.o.tmp memory_utils.o.tmp stack.o.tmp unicode.o.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsysvbfs && rm -f librumpfs_sysvbfs.a bfs.o bfs_sysvbfs.o sysvbfs.o sysvbfs_vnops.o sysvbfs_vfsops.o bfs.o.tmp bfs_sysvbfs.o.tmp sysvbfs.o.tmp sysvbfs_vnops.o.tmp sysvbfs_vfsops.o.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f libcbor_p.a cbor.po arrays.po bytestrings.po callbacks.po common.po encoding.po floats_ctrls.po ints.po maps.po serialization.po streaming.po strings.po tags.po builder_callbacks.po encoders.po loaders.po memory_utils.po stack.po unicode.po cbor.po.tmp arrays.po.tmp bytestrings.po.tmp callbacks.po.tmp common.po.tmp encoding.po.tmp floats_ctrls.po.tmp ints.po.tmp maps.po.tmp serialization.po.tmp streaming.po.tmp strings.po.tmp tags.po.tmp builder_callbacks.po.tmp encoders.po.tmp loaders.po.tmp memory_utils.po.tmp stack.po.tmp unicode.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsysvbfs && rm -f librumpfs_sysvbfs.a bfs.o bfs_sysvbfs.o sysvbfs.o sysvbfs_vnops.o sysvbfs_vfsops.o bfs.o.tmp bfs_sysvbfs.o.tmp sysvbfs.o.tmp sysvbfs_vnops.o.tmp sysvbfs_vfsops.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f libcbor_p.a cbor.po arrays.po bytestrings.po callbacks.po common.po encoding.po floats_ctrls.po ints.po maps.po serialization.po streaming.po strings.po tags.po builder_callbacks.po encoders.po loaders.po memory_utils.po stack.po unicode.po cbor.po.tmp arrays.po.tmp bytestrings.po.tmp callbacks.po.tmp common.po.tmp encoding.po.tmp floats_ctrls.po.tmp ints.po.tmp maps.po.tmp serialization.po.tmp streaming.po.tmp strings.po.tmp tags.po.tmp builder_callbacks.po.tmp encoders.po.tmp loaders.po.tmp memory_utils.po.tmp stack.po.tmp unicode.po.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsysvbfs && rm -f librumpfs_sysvbfs_p.a bfs.po bfs_sysvbfs.po sysvbfs.po sysvbfs_vnops.po sysvbfs_vfsops.po bfs.po.tmp bfs_sysvbfs.po.tmp sysvbfs.po.tmp sysvbfs_vnops.po.tmp sysvbfs_vfsops.po.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f libcbor_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsysvbfs && rm -f librumpfs_sysvbfs_p.a bfs.po bfs_sysvbfs.po sysvbfs.po sysvbfs_vnops.po sysvbfs_vfsops.po bfs.po.tmp bfs_sysvbfs.po.tmp sysvbfs.po.tmp sysvbfs_vnops.po.tmp sysvbfs_vfsops.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f libcbor_g.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsysvbfs && rm -f librumpfs_sysvbfs_g.a || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f libcbor_pic.a libcbor.so.* libcbor.so cbor.pico arrays.pico bytestrings.pico callbacks.pico common.pico encoding.pico floats_ctrls.pico ints.pico maps.pico serialization.pico streaming.pico strings.pico tags.pico builder_callbacks.pico encoders.pico loaders.pico memory_utils.pico stack.pico unicode.pico cbor.pico.tmp arrays.pico.tmp bytestrings.pico.tmp callbacks.pico.tmp common.pico.tmp encoding.pico.tmp floats_ctrls.pico.tmp ints.pico.tmp maps.pico.tmp serialization.pico.tmp streaming.pico.tmp strings.pico.tmp tags.pico.tmp builder_callbacks.pico.tmp encoders.pico.tmp loaders.pico.tmp memory_utils.pico.tmp stack.pico.tmp unicode.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsysvbfs && rm -f librumpfs_sysvbfs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f libcbor_pic.a libcbor.so.* libcbor.so cbor.pico arrays.pico bytestrings.pico callbacks.pico common.pico encoding.pico floats_ctrls.pico ints.pico maps.pico serialization.pico streaming.pico strings.pico tags.pico builder_callbacks.pico encoders.pico loaders.pico memory_utils.pico stack.pico unicode.pico cbor.pico.tmp arrays.pico.tmp bytestrings.pico.tmp callbacks.pico.tmp common.pico.tmp encoding.pico.tmp floats_ctrls.pico.tmp ints.pico.tmp maps.pico.tmp serialization.pico.tmp streaming.pico.tmp strings.pico.tmp tags.pico.tmp builder_callbacks.pico.tmp encoders.pico.tmp loaders.pico.tmp memory_utils.pico.tmp stack.pico.tmp unicode.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsysvbfs && rm -f librumpfs_sysvbfs_pic.a librumpfs_sysvbfs.so.* librumpfs_sysvbfs.so bfs.pico bfs_sysvbfs.pico sysvbfs.pico sysvbfs_vnops.pico sysvbfs_vfsops.pico bfs.pico.tmp bfs_sysvbfs.pico.tmp sysvbfs.pico.tmp sysvbfs_vnops.pico.tmp sysvbfs_vfsops.pico.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f llib-lcbor.ln cbor.ln arrays.ln bytestrings.ln callbacks.ln common.ln encoding.ln floats_ctrls.ln ints.ln maps.ln serialization.ln streaming.ln strings.ln tags.ln builder_callbacks.ln encoders.ln loaders.ln memory_utils.ln stack.ln unicode.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsysvbfs && rm -f librumpfs_sysvbfs_pic.a librumpfs_sysvbfs.so.* librumpfs_sysvbfs.so bfs.pico bfs_sysvbfs.pico sysvbfs.pico sysvbfs_vnops.pico sysvbfs_vfsops.pico bfs.pico.tmp bfs_sysvbfs.pico.tmp sysvbfs.pico.tmp sysvbfs_vnops.pico.tmp sysvbfs_vfsops.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f llib-lcbor.ln cbor.ln arrays.ln bytestrings.ln callbacks.ln common.ln encoding.ln floats_ctrls.ln ints.ln maps.ln serialization.ln streaming.ln strings.ln tags.ln builder_callbacks.ln encoders.ln loaders.ln memory_utils.ln stack.ln unicode.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsysvbfs && rm -f llib-lrumpfs_sysvbfs.ln bfs.ln bfs_sysvbfs.ln sysvbfs.ln sysvbfs_vnops.ln sysvbfs_vfsops.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f libcbor.so.0.map a.out [Ee]rrs mklog core *.core cbor/configuration.h || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsysvbfs && rm -f llib-lrumpfs_sysvbfs.ln bfs.ln bfs_sysvbfs.ln sysvbfs.ln sysvbfs_vnops.ln sysvbfs_vfsops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f libcbor.so.0.map a.out [Ee]rrs mklog core *.core cbor/configuration.h || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsysvbfs && rm -f librumpfs_sysvbfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsysvbfs && rm -f librumpfs_sysvbfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libcbor/lib && rm -f .depend arrays.d builder_callbacks.d bytestrings.d callbacks.d cbor.d common.d encoders.d encoding.d floats_ctrls.d ints.d loaders.d maps.d memory_utils.d serialization.d stack.d streaming.d strings.d tags.d unicode.d arrays.d.tmp builder_callbacks.d.tmp bytestrings.d.tmp callbacks.d.tmp cbor.d.tmp common.d.tmp encoders.d.tmp encoding.d.tmp floats_ctrls.d.tmp ints.d.tmp loaders.d.tmp maps.d.tmp memory_utils.d.tmp serialization.d.tmp stack.d.tmp streaming.d.tmp strings.d.tmp tags.d.tmp unicode.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libcbor/lib && rm -f .depend arrays.d builder_callbacks.d bytestrings.d callbacks.d cbor.d common.d encoders.d encoding.d floats_ctrls.d ints.d loaders.d maps.d memory_utils.d serialization.d stack.d streaming.d strings.d tags.d unicode.d arrays.d.tmp builder_callbacks.d.tmp bytestrings.d.tmp callbacks.d.tmp cbor.d.tmp common.d.tmp encoders.d.tmp encoding.d.tmp floats_ctrls.d.tmp ints.d.tmp loaders.d.tmp maps.d.tmp memory_utils.d.tmp serialization.d.tmp stack.d.tmp streaming.d.tmp strings.d.tmp tags.d.tmp unicode.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libsysvbfs && rm -f .depend bfs.d bfs_sysvbfs.d sysvbfs.d sysvbfs_vfsops.d sysvbfs_vnops.d bfs.d.tmp bfs_sysvbfs.d.tmp sysvbfs.d.tmp sysvbfs_vfsops.d.tmp sysvbfs_vnops.d.tmp tags || true) --- cleandir-external --- --- cleandir-libuv --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libsysvbfs && rm -f .depend bfs.d bfs_sysvbfs.d sysvbfs.d sysvbfs_vfsops.d sysvbfs_vnops.d bfs.d.tmp bfs_sysvbfs.d.tmp sysvbfs.d.tmp sysvbfs_vfsops.d.tmp sysvbfs_vnops.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/libuv --- cleandir-lib --- --- cleandir-libtmpfs --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libtmpfs --- cleandir-external --- cleandir ===> external/mit/libuv/lib --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libtmpfs && rm -f librumpfs_tmpfs.a tmpfs_fifoops.o tmpfs_specops.o tmpfs_vfsops.o tmpfs_mem.o tmpfs_rename.o tmpfs_subr.o tmpfs_vnops.o tmpfs_fifoops.o.tmp tmpfs_specops.o.tmp tmpfs_vfsops.o.tmp tmpfs_mem.o.tmp tmpfs_rename.o.tmp tmpfs_subr.o.tmp tmpfs_vnops.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libtmpfs && rm -f librumpfs_tmpfs.a tmpfs_fifoops.o tmpfs_specops.o tmpfs_vfsops.o tmpfs_mem.o tmpfs_rename.o tmpfs_subr.o tmpfs_vnops.o tmpfs_fifoops.o.tmp tmpfs_specops.o.tmp tmpfs_vfsops.o.tmp tmpfs_mem.o.tmp tmpfs_rename.o.tmp tmpfs_subr.o.tmp tmpfs_vnops.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f libuv.a async.o core.o dl.o fs.o getaddrinfo.o getnameinfo.o loop-watcher.o loop.o pipe.o poll.o process.o random-devurandom.o signal.o stream.o strtok.o tcp.o thread.o tty.o udp.o bsd-ifaddrs.o bsd-proctitle.o kqueue.o netbsd.o posix-hrtime.o fs-poll.o idna.o inet.o random.o strscpy.o threadpool.o timer.o uv-data-getter-setters.o uv-common.o version.o async.o.tmp core.o.tmp dl.o.tmp fs.o.tmp getaddrinfo.o.tmp getnameinfo.o.tmp loop-watcher.o.tmp loop.o.tmp pipe.o.tmp poll.o.tmp process.o.tmp random-devurandom.o.tmp signal.o.tmp stream.o.tmp strtok.o.tmp tcp.o.tmp thread.o.tmp tty.o.tmp udp.o.tmp bsd-ifaddrs.o.tmp bsd-proctitle.o.tmp kqueue.o.tmp netbsd.o.tmp posix-hrtime.o.tmp fs-poll.o.tmp idna.o.tmp inet.o.tmp random.o.tmp strscpy.o.tmp threadpool.o.tmp timer.o.tmp uv-data-getter-setters.o.tmp uv-common.o.tmp version.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f libuv.a async.o core.o dl.o fs.o getaddrinfo.o getnameinfo.o loop-watcher.o loop.o pipe.o poll.o process.o random-devurandom.o signal.o stream.o strtok.o tcp.o thread.o tty.o udp.o bsd-ifaddrs.o bsd-proctitle.o kqueue.o netbsd.o posix-hrtime.o fs-poll.o idna.o inet.o random.o strscpy.o threadpool.o timer.o uv-data-getter-setters.o uv-common.o version.o async.o.tmp core.o.tmp dl.o.tmp fs.o.tmp getaddrinfo.o.tmp getnameinfo.o.tmp loop-watcher.o.tmp loop.o.tmp pipe.o.tmp poll.o.tmp process.o.tmp random-devurandom.o.tmp signal.o.tmp stream.o.tmp strtok.o.tmp tcp.o.tmp thread.o.tmp tty.o.tmp udp.o.tmp bsd-ifaddrs.o.tmp bsd-proctitle.o.tmp kqueue.o.tmp netbsd.o.tmp posix-hrtime.o.tmp fs-poll.o.tmp idna.o.tmp inet.o.tmp random.o.tmp strscpy.o.tmp threadpool.o.tmp timer.o.tmp uv-data-getter-setters.o.tmp uv-common.o.tmp version.o.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libtmpfs && rm -f librumpfs_tmpfs_p.a tmpfs_fifoops.po tmpfs_specops.po tmpfs_vfsops.po tmpfs_mem.po tmpfs_rename.po tmpfs_subr.po tmpfs_vnops.po tmpfs_fifoops.po.tmp tmpfs_specops.po.tmp tmpfs_vfsops.po.tmp tmpfs_mem.po.tmp tmpfs_rename.po.tmp tmpfs_subr.po.tmp tmpfs_vnops.po.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libtmpfs && rm -f librumpfs_tmpfs_p.a tmpfs_fifoops.po tmpfs_specops.po tmpfs_vfsops.po tmpfs_mem.po tmpfs_rename.po tmpfs_subr.po tmpfs_vnops.po tmpfs_fifoops.po.tmp tmpfs_specops.po.tmp tmpfs_vfsops.po.tmp tmpfs_mem.po.tmp tmpfs_rename.po.tmp tmpfs_subr.po.tmp tmpfs_vnops.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f libuv_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f libuv_p.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libtmpfs && rm -f librumpfs_tmpfs_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libtmpfs && rm -f librumpfs_tmpfs_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f libuv_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f libuv_g.a || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libtmpfs && rm -f librumpfs_tmpfs_pic.a librumpfs_tmpfs.so.* librumpfs_tmpfs.so tmpfs_fifoops.pico tmpfs_specops.pico tmpfs_vfsops.pico tmpfs_mem.pico tmpfs_rename.pico tmpfs_subr.pico tmpfs_vnops.pico tmpfs_fifoops.pico.tmp tmpfs_specops.pico.tmp tmpfs_vfsops.pico.tmp tmpfs_mem.pico.tmp tmpfs_rename.pico.tmp tmpfs_subr.pico.tmp tmpfs_vnops.pico.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libtmpfs && rm -f librumpfs_tmpfs_pic.a librumpfs_tmpfs.so.* librumpfs_tmpfs.so tmpfs_fifoops.pico tmpfs_specops.pico tmpfs_vfsops.pico tmpfs_mem.pico tmpfs_rename.pico tmpfs_subr.pico tmpfs_vnops.pico tmpfs_fifoops.pico.tmp tmpfs_specops.pico.tmp tmpfs_vfsops.pico.tmp tmpfs_mem.pico.tmp tmpfs_rename.pico.tmp tmpfs_subr.pico.tmp tmpfs_vnops.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f libuv_pic.a async.pico core.pico dl.pico fs.pico getaddrinfo.pico getnameinfo.pico loop-watcher.pico loop.pico pipe.pico poll.pico process.pico random-devurandom.pico signal.pico stream.pico strtok.pico tcp.pico thread.pico tty.pico udp.pico bsd-ifaddrs.pico bsd-proctitle.pico kqueue.pico netbsd.pico posix-hrtime.pico fs-poll.pico idna.pico inet.pico random.pico strscpy.pico threadpool.pico timer.pico uv-data-getter-setters.pico uv-common.pico version.pico async.pico.tmp core.pico.tmp dl.pico.tmp fs.pico.tmp getaddrinfo.pico.tmp getnameinfo.pico.tmp loop-watcher.pico.tmp loop.pico.tmp pipe.pico.tmp poll.pico.tmp process.pico.tmp random-devurandom.pico.tmp signal.pico.tmp stream.pico.tmp strtok.pico.tmp tcp.pico.tmp thread.pico.tmp tty.pico.tmp udp.pico.tmp bsd-ifaddrs.pico.tmp bsd-proctitle.pico.tmp kqueue.pico.tmp netbsd.pico.tmp posix-hrtime.pico.tmp fs-poll.pico.tmp idna.pico.tmp inet.pico.tmp random.pico.tmp strscpy.pico.tmp threadpool.pico.tmp timer.pico.tmp uv-data-getter-setters.pico.tmp uv-common.pico.tmp version.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f libuv_pic.a async.pico core.pico dl.pico fs.pico getaddrinfo.pico getnameinfo.pico loop-watcher.pico loop.pico pipe.pico poll.pico process.pico random-devurandom.pico signal.pico stream.pico strtok.pico tcp.pico thread.pico tty.pico udp.pico bsd-ifaddrs.pico bsd-proctitle.pico kqueue.pico netbsd.pico posix-hrtime.pico fs-poll.pico idna.pico inet.pico random.pico strscpy.pico threadpool.pico timer.pico uv-data-getter-setters.pico uv-common.pico version.pico async.pico.tmp core.pico.tmp dl.pico.tmp fs.pico.tmp getaddrinfo.pico.tmp getnameinfo.pico.tmp loop-watcher.pico.tmp loop.pico.tmp pipe.pico.tmp poll.pico.tmp process.pico.tmp random-devurandom.pico.tmp signal.pico.tmp stream.pico.tmp strtok.pico.tmp tcp.pico.tmp thread.pico.tmp tty.pico.tmp udp.pico.tmp bsd-ifaddrs.pico.tmp bsd-proctitle.pico.tmp kqueue.pico.tmp netbsd.pico.tmp posix-hrtime.pico.tmp fs-poll.pico.tmp idna.pico.tmp inet.pico.tmp random.pico.tmp strscpy.pico.tmp threadpool.pico.tmp timer.pico.tmp uv-data-getter-setters.pico.tmp uv-common.pico.tmp version.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libtmpfs && rm -f llib-lrumpfs_tmpfs.ln tmpfs_fifoops.ln tmpfs_specops.ln tmpfs_vfsops.ln tmpfs_mem.ln tmpfs_rename.ln tmpfs_subr.ln tmpfs_vnops.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libtmpfs && rm -f llib-lrumpfs_tmpfs.ln tmpfs_fifoops.ln tmpfs_specops.ln tmpfs_vfsops.ln tmpfs_mem.ln tmpfs_rename.ln tmpfs_subr.ln tmpfs_vnops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f llib-luv.ln async.ln core.ln dl.ln fs.ln getaddrinfo.ln getnameinfo.ln loop-watcher.ln loop.ln pipe.ln poll.ln process.ln random-devurandom.ln signal.ln stream.ln strtok.ln tcp.ln thread.ln tty.ln udp.ln bsd-ifaddrs.ln bsd-proctitle.ln kqueue.ln netbsd.ln posix-hrtime.ln fs-poll.ln idna.ln inet.ln random.ln strscpy.ln threadpool.ln timer.ln uv-data-getter-setters.ln uv-common.ln version.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f llib-luv.ln async.ln core.ln dl.ln fs.ln getaddrinfo.ln getnameinfo.ln loop-watcher.ln loop.ln pipe.ln poll.ln process.ln random-devurandom.ln signal.ln stream.ln strtok.ln tcp.ln thread.ln tty.ln udp.ln bsd-ifaddrs.ln bsd-proctitle.ln kqueue.ln netbsd.ln posix-hrtime.ln fs-poll.ln idna.ln inet.ln random.ln strscpy.ln threadpool.ln timer.ln uv-data-getter-setters.ln uv-common.ln version.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libtmpfs && rm -f librumpfs_tmpfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libtmpfs && rm -f librumpfs_tmpfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f libuv.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f libuv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libtmpfs && rm -f .depend tmpfs_fifoops.d tmpfs_mem.d tmpfs_rename.d tmpfs_specops.d tmpfs_subr.d tmpfs_vfsops.d tmpfs_vnops.d tmpfs_fifoops.d.tmp tmpfs_mem.d.tmp tmpfs_rename.d.tmp tmpfs_specops.d.tmp tmpfs_subr.d.tmp tmpfs_vfsops.d.tmp tmpfs_vnops.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libtmpfs && rm -f .depend tmpfs_fifoops.d tmpfs_mem.d tmpfs_rename.d tmpfs_specops.d tmpfs_subr.d tmpfs_vfsops.d tmpfs_vnops.d tmpfs_fifoops.d.tmp tmpfs_mem.d.tmp tmpfs_rename.d.tmp tmpfs_specops.d.tmp tmpfs_subr.d.tmp tmpfs_vfsops.d.tmp tmpfs_vnops.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/libuv/lib && rm -f .depend async.d bsd-ifaddrs.d bsd-proctitle.d core.d dl.d fs-poll.d fs.d getaddrinfo.d getnameinfo.d idna.d inet.d kqueue.d loop-watcher.d loop.d netbsd.d pipe.d poll.d posix-hrtime.d process.d random-devurandom.d random.d signal.d stream.d strscpy.d strtok.d tcp.d thread.d threadpool.d timer.d tty.d udp.d uv-common.d uv-data-getter-setters.d version.d async.d.tmp bsd-ifaddrs.d.tmp bsd-proctitle.d.tmp core.d.tmp dl.d.tmp fs-poll.d.tmp fs.d.tmp getaddrinfo.d.tmp getnameinfo.d.tmp idna.d.tmp inet.d.tmp kqueue.d.tmp loop-watcher.d.tmp loop.d.tmp netbsd.d.tmp pipe.d.tmp poll.d.tmp posix-hrtime.d.tmp process.d.tmp random-devurandom.d.tmp random.d.tmp signal.d.tmp stream.d.tmp strscpy.d.tmp strtok.d.tmp tcp.d.tmp thread.d.tmp threadpool.d.tmp timer.d.tmp tty.d.tmp udp.d.tmp uv-common.d.tmp uv-data-getter-setters.d.tmp version.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libudf --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/libuv/lib && rm -f .depend async.d bsd-ifaddrs.d bsd-proctitle.d core.d dl.d fs-poll.d fs.d getaddrinfo.d getnameinfo.d idna.d inet.d kqueue.d loop-watcher.d loop.d netbsd.d pipe.d poll.d posix-hrtime.d process.d random-devurandom.d random.d signal.d stream.d strscpy.d strtok.d tcp.d thread.d threadpool.d timer.d tty.d udp.d uv-common.d uv-data-getter-setters.d version.d async.d.tmp bsd-ifaddrs.d.tmp bsd-proctitle.d.tmp core.d.tmp dl.d.tmp fs-poll.d.tmp fs.d.tmp getaddrinfo.d.tmp getnameinfo.d.tmp idna.d.tmp inet.d.tmp kqueue.d.tmp loop-watcher.d.tmp loop.d.tmp netbsd.d.tmp pipe.d.tmp poll.d.tmp posix-hrtime.d.tmp process.d.tmp random-devurandom.d.tmp random.d.tmp signal.d.tmp stream.d.tmp strscpy.d.tmp strtok.d.tmp tcp.d.tmp thread.d.tmp threadpool.d.tmp timer.d.tmp tty.d.tmp udp.d.tmp uv-common.d.tmp uv-data-getter-setters.d.tmp version.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libudf --- cleandir-external --- --- cleandir-xorg --- cleandir ===> external/mit/xorg --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libudf && rm -f librumpfs_udf.a udf_osta.o udf_vfsops.o udf_vnops.o udf_subr.o udf_allocation.o udf_readwrite.o udf_strat_bootstrap.o udf_strat_direct.o udf_strat_sequential.o udf_strat_rmw.o udf_rename.o udf_osta.o.tmp udf_vfsops.o.tmp udf_vnops.o.tmp udf_subr.o.tmp udf_allocation.o.tmp udf_readwrite.o.tmp udf_strat_bootstrap.o.tmp udf_strat_direct.o.tmp udf_strat_sequential.o.tmp udf_strat_rmw.o.tmp udf_rename.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libudf && rm -f librumpfs_udf.a udf_osta.o udf_vfsops.o udf_vnops.o udf_subr.o udf_allocation.o udf_readwrite.o udf_strat_bootstrap.o udf_strat_direct.o udf_strat_sequential.o udf_strat_rmw.o udf_rename.o udf_osta.o.tmp udf_vfsops.o.tmp udf_vnops.o.tmp udf_subr.o.tmp udf_allocation.o.tmp udf_readwrite.o.tmp udf_strat_bootstrap.o.tmp udf_strat_direct.o.tmp udf_strat_sequential.o.tmp udf_strat_rmw.o.tmp udf_rename.o.tmp || true) --- cleandir-external --- --- cleandir-tools --- cleandir ===> external/mit/xorg/tools --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-bdftopcf --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libudf && rm -f librumpfs_udf_p.a udf_osta.po udf_vfsops.po udf_vnops.po udf_subr.po udf_allocation.po udf_readwrite.po udf_strat_bootstrap.po udf_strat_direct.po udf_strat_sequential.po udf_strat_rmw.po udf_rename.po udf_osta.po.tmp udf_vfsops.po.tmp udf_vnops.po.tmp udf_subr.po.tmp udf_allocation.po.tmp udf_readwrite.po.tmp udf_strat_bootstrap.po.tmp udf_strat_direct.po.tmp udf_strat_sequential.po.tmp udf_strat_rmw.po.tmp udf_rename.po.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/tools/bdftopcf --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libudf && rm -f librumpfs_udf_p.a udf_osta.po udf_vfsops.po udf_vnops.po udf_subr.po udf_allocation.po udf_readwrite.po udf_strat_bootstrap.po udf_strat_direct.po udf_strat_sequential.po udf_strat_rmw.po udf_rename.po udf_osta.po.tmp udf_vfsops.po.tmp udf_vnops.po.tmp udf_subr.po.tmp udf_allocation.po.tmp udf_readwrite.po.tmp udf_strat_bootstrap.po.tmp udf_strat_direct.po.tmp udf_strat_sequential.po.tmp udf_strat_rmw.po.tmp udf_rename.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libudf && rm -f librumpfs_udf_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/tools/bdftopcf && rm -f a.out [Ee]rrs mklog core *.core bdftopcf atom.lo bdfread.lo bdfutils.lo bitmap.lo bitmaputil.lo bufio.lo defaults.lo fileio.lo filewr.lo fontaccel.lo fontink.lo pcfwrite.lo private.lo utilbitmap.lo bdftopcf.lo atom.ln bdfread.ln bdfutils.ln bitmap.ln bitmaputil.ln bufio.ln defaults.ln fileio.ln filewr.ln fontaccel.ln fontink.ln pcfwrite.ln private.ln utilbitmap.ln bdftopcf.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libudf && rm -f librumpfs_udf_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/tools/bdftopcf && rm -f a.out [Ee]rrs mklog core *.core bdftopcf atom.lo bdfread.lo bdfutils.lo bitmap.lo bitmaputil.lo bufio.lo defaults.lo fileio.lo filewr.lo fontaccel.lo fontink.lo pcfwrite.lo private.lo utilbitmap.lo bdftopcf.lo atom.ln bdfread.ln bdfutils.ln bitmap.ln bitmaputil.ln bufio.ln defaults.ln fileio.ln filewr.ln fontaccel.ln fontink.ln pcfwrite.ln private.ln utilbitmap.ln bdftopcf.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libudf && rm -f librumpfs_udf_pic.a librumpfs_udf.so.* librumpfs_udf.so udf_osta.pico udf_vfsops.pico udf_vnops.pico udf_subr.pico udf_allocation.pico udf_readwrite.pico udf_strat_bootstrap.pico udf_strat_direct.pico udf_strat_sequential.pico udf_strat_rmw.pico udf_rename.pico udf_osta.pico.tmp udf_vfsops.pico.tmp udf_vnops.pico.tmp udf_subr.pico.tmp udf_allocation.pico.tmp udf_readwrite.pico.tmp udf_strat_bootstrap.pico.tmp udf_strat_direct.pico.tmp udf_strat_sequential.pico.tmp udf_strat_rmw.pico.tmp udf_rename.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/tools/bdftopcf && rm -f .depend atom.d bdfread.d bdftopcf.d bdfutils.d bitmap.d bitmaputil.d bufio.d defaults.d fileio.d filewr.d fontaccel.d fontink.d pcfwrite.d private.d utilbitmap.d atom.d.tmp bdfread.d.tmp bdftopcf.d.tmp bdfutils.d.tmp bitmap.d.tmp bitmaputil.d.tmp bufio.d.tmp defaults.d.tmp fileio.d.tmp filewr.d.tmp fontaccel.d.tmp fontink.d.tmp pcfwrite.d.tmp private.d.tmp utilbitmap.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libudf && rm -f librumpfs_udf_pic.a librumpfs_udf.so.* librumpfs_udf.so udf_osta.pico udf_vfsops.pico udf_vnops.pico udf_subr.pico udf_allocation.pico udf_readwrite.pico udf_strat_bootstrap.pico udf_strat_direct.pico udf_strat_sequential.pico udf_strat_rmw.pico udf_rename.pico udf_osta.pico.tmp udf_vfsops.pico.tmp udf_vnops.pico.tmp udf_subr.pico.tmp udf_allocation.pico.tmp udf_readwrite.pico.tmp udf_strat_bootstrap.pico.tmp udf_strat_direct.pico.tmp udf_strat_sequential.pico.tmp udf_strat_rmw.pico.tmp udf_rename.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/tools/bdftopcf && rm -f .depend atom.d bdfread.d bdftopcf.d bdfutils.d bitmap.d bitmaputil.d bufio.d defaults.d fileio.d filewr.d fontaccel.d fontink.d pcfwrite.d private.d utilbitmap.d atom.d.tmp bdfread.d.tmp bdftopcf.d.tmp bdfutils.d.tmp bitmap.d.tmp bitmaputil.d.tmp bufio.d.tmp defaults.d.tmp fileio.d.tmp filewr.d.tmp fontaccel.d.tmp fontink.d.tmp pcfwrite.d.tmp private.d.tmp utilbitmap.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- cleandir-fc-cache --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libudf && rm -f llib-lrumpfs_udf.ln udf_osta.ln udf_vfsops.ln udf_vnops.ln udf_subr.ln udf_allocation.ln udf_readwrite.ln udf_strat_bootstrap.ln udf_strat_direct.ln udf_strat_sequential.ln udf_strat_rmw.ln udf_rename.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/tools/fc-cache --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libudf && rm -f llib-lrumpfs_udf.ln udf_osta.ln udf_vfsops.ln udf_vnops.ln udf_subr.ln udf_allocation.ln udf_readwrite.ln udf_strat_bootstrap.ln udf_strat_direct.ln udf_strat_sequential.ln udf_strat_rmw.ln udf_rename.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libudf && rm -f librumpfs_udf.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/tools/fc-cache && rm -f a.out [Ee]rrs mklog core *.core fc-cache fc-cache.lo fcatomic.lo fccache.lo fccfg.lo fccharset.lo fcdbg.lo fccompat.lo fcdefault.lo fcdir.lo fcfreetype.lo fcfs.lo fchash.lo fcinit.lo fclang.lo fclist.lo fcmatch.lo fcmatrix.lo fcname.lo fcobjs.lo fcpat.lo fcptrlist.lo fcrange.lo fcserialize.lo fcstat.lo fcstr.lo fcweight.lo fcxml.lo ftglue.lo ftbase.lo ftbbox.lo ftbdf.lo ftdebug.lo ftglyph.lo ftinit.lo ftmm.lo ftpfr.lo ftstroke.lo ftsynth.lo ftsystem.lo fttype1.lo ftwinfnt.lo ftbitmap.lo autofit.lo bdf.lo cff.lo type1cid.lo ftgzip.lo ftlzw.lo pcf.lo pfr.lo psaux.lo pshinter.lo psnames.lo raster.lo sfnt.lo smooth.lo truetype.lo type1.lo type42.lo winfnt.lo xmlparse.lo xmltok.lo xmlrole.lo fc-cache.ln fcatomic.ln fccache.ln fccfg.ln fccharset.ln fcdbg.ln fccompat.ln fcdefault.ln fcdir.ln fcfreetype.ln fcfs.ln fchash.ln fcinit.ln fclang.ln fclist.ln fcmatch.ln fcmatrix.ln fcname.ln fcobjs.ln fcpat.ln fcptrlist.ln fcrange.ln fcserialize.ln fcstat.ln fcstr.ln fcweight.ln fcxml.ln ftglue.ln ftbase.ln ftbbox.ln ftbdf.ln ftdebug.ln ftglyph.ln ftinit.ln ftmm.ln ftpfr.ln ftstroke.ln ftsynth.ln ftsystem.ln fttype1.ln ftwinfnt.ln ftbitmap.ln autofit.ln bdf.ln cff.ln type1cid.ln ftgzip.ln ftlzw.ln pcf.ln pfr.ln psaux.ln pshinter.ln psnames.ln raster.ln sfnt.ln smooth.ln truetype.ln type1.ln type42.ln winfnt.ln xmlparse.ln xmltok.ln xmlrole.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libudf && rm -f librumpfs_udf.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/tools/fc-cache && rm -f a.out [Ee]rrs mklog core *.core fc-cache fc-cache.lo fcatomic.lo fccache.lo fccfg.lo fccharset.lo fcdbg.lo fccompat.lo fcdefault.lo fcdir.lo fcfreetype.lo fcfs.lo fchash.lo fcinit.lo fclang.lo fclist.lo fcmatch.lo fcmatrix.lo fcname.lo fcobjs.lo fcpat.lo fcptrlist.lo fcrange.lo fcserialize.lo fcstat.lo fcstr.lo fcweight.lo fcxml.lo ftglue.lo ftbase.lo ftbbox.lo ftbdf.lo ftdebug.lo ftglyph.lo ftinit.lo ftmm.lo ftpfr.lo ftstroke.lo ftsynth.lo ftsystem.lo fttype1.lo ftwinfnt.lo ftbitmap.lo autofit.lo bdf.lo cff.lo type1cid.lo ftgzip.lo ftlzw.lo pcf.lo pfr.lo psaux.lo pshinter.lo psnames.lo raster.lo sfnt.lo smooth.lo truetype.lo type1.lo type42.lo winfnt.lo xmlparse.lo xmltok.lo xmlrole.lo fc-cache.ln fcatomic.ln fccache.ln fccfg.ln fccharset.ln fcdbg.ln fccompat.ln fcdefault.ln fcdir.ln fcfreetype.ln fcfs.ln fchash.ln fcinit.ln fclang.ln fclist.ln fcmatch.ln fcmatrix.ln fcname.ln fcobjs.ln fcpat.ln fcptrlist.ln fcrange.ln fcserialize.ln fcstat.ln fcstr.ln fcweight.ln fcxml.ln ftglue.ln ftbase.ln ftbbox.ln ftbdf.ln ftdebug.ln ftglyph.ln ftinit.ln ftmm.ln ftpfr.ln ftstroke.ln ftsynth.ln ftsystem.ln fttype1.ln ftwinfnt.ln ftbitmap.ln autofit.ln bdf.ln cff.ln type1cid.ln ftgzip.ln ftlzw.ln pcf.ln pfr.ln psaux.ln pshinter.ln psnames.ln raster.ln sfnt.ln smooth.ln truetype.ln type1.ln type42.ln winfnt.ln xmlparse.ln xmltok.ln xmlrole.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libudf && rm -f .depend udf_allocation.d udf_osta.d udf_readwrite.d udf_rename.d udf_strat_bootstrap.d udf_strat_direct.d udf_strat_rmw.d udf_strat_sequential.d udf_subr.d udf_vfsops.d udf_vnops.d udf_allocation.d.tmp udf_osta.d.tmp udf_readwrite.d.tmp udf_rename.d.tmp udf_strat_bootstrap.d.tmp udf_strat_direct.d.tmp udf_strat_rmw.d.tmp udf_strat_sequential.d.tmp udf_subr.d.tmp udf_vfsops.d.tmp udf_vnops.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libudf && rm -f .depend udf_allocation.d udf_osta.d udf_readwrite.d udf_rename.d udf_strat_bootstrap.d udf_strat_direct.d udf_strat_rmw.d udf_strat_sequential.d udf_subr.d udf_vfsops.d udf_vnops.d udf_allocation.d.tmp udf_osta.d.tmp udf_readwrite.d.tmp udf_rename.d.tmp udf_strat_bootstrap.d.tmp udf_strat_direct.d.tmp udf_strat_rmw.d.tmp udf_strat_sequential.d.tmp udf_subr.d.tmp udf_vfsops.d.tmp udf_vnops.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/tools/fc-cache && rm -f .depend autofit.d bdf.d cff.d fc-cache.d fcatomic.d fccache.d fccfg.d fccharset.d fccompat.d fcdbg.d fcdefault.d fcdir.d fcfreetype.d fcfs.d fchash.d fcinit.d fclang.d fclist.d fcmatch.d fcmatrix.d fcname.d fcobjs.d fcpat.d fcptrlist.d fcrange.d fcserialize.d fcstat.d fcstr.d fcweight.d fcxml.d ftbase.d ftbbox.d ftbdf.d ftbitmap.d ftdebug.d ftglue.d ftglyph.d ftgzip.d ftinit.d ftlzw.d ftmm.d ftpfr.d ftstroke.d ftsynth.d ftsystem.d fttype1.d ftwinfnt.d pcf.d pfr.d psaux.d pshinter.d psnames.d raster.d sfnt.d smooth.d truetype.d type1.d type1cid.d type42.d winfnt.d xmlparse.d xmlrole.d xmltok.d autofit.d.tmp bdf.d.tmp cff.d.tmp fc-cache.d.tmp fcatomic.d.tmp fccache.d.tmp fccfg.d.tmp fccharset.d.tmp fccompat.d.tmp fcdbg.d.tmp fcdefault.d.tmp fcdir.d.tmp fcfreetype.d.tmp fcfs.d.tmp fchash.d.tmp fcinit.d.tmp fclang.d.tmp fclist.d.tmp fcmatch.d.tmp fcmatrix.d.tmp fcname.d.tmp fcobjs.d.tmp fcpat.d.tmp fcptrlist.d.tmp fcrange.d.tmp fcserialize.d.tmp fcstat.d.tmp fcstr.d.tmp fcweight.d.tmp fcxml.d.tmp ftbase.d.tmp ftbbox.d.tmp ftbdf.d.tmp ftbitmap.d.tmp ftdebug.d.tmp ftglue.d.tmp ftglyph.d.tmp ftgzip.d.tmp ftinit.d.tmp ftlzw.d.tmp ftmm.d.tmp ftpfr.d.tmp ftstroke.d.tmp ftsynth.d.tmp ftsystem.d.tmp fttype1.d.tmp ftwinfnt.d.tmp pcf.d.tmp pfr.d.tmp psaux.d.tmp pshinter.d.tmp psnames.d.tmp raster.d.tmp sfnt.d.tmp smooth.d.tmp truetype.d.tmp type1.d.tmp type1cid.d.tmp type42.d.tmp winfnt.d.tmp xmlparse.d.tmp xmlrole.d.tmp xmltok.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libumap --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/tools/fc-cache && rm -f .depend autofit.d bdf.d cff.d fc-cache.d fcatomic.d fccache.d fccfg.d fccharset.d fccompat.d fcdbg.d fcdefault.d fcdir.d fcfreetype.d fcfs.d fchash.d fcinit.d fclang.d fclist.d fcmatch.d fcmatrix.d fcname.d fcobjs.d fcpat.d fcptrlist.d fcrange.d fcserialize.d fcstat.d fcstr.d fcweight.d fcxml.d ftbase.d ftbbox.d ftbdf.d ftbitmap.d ftdebug.d ftglue.d ftglyph.d ftgzip.d ftinit.d ftlzw.d ftmm.d ftpfr.d ftstroke.d ftsynth.d ftsystem.d fttype1.d ftwinfnt.d pcf.d pfr.d psaux.d pshinter.d psnames.d raster.d sfnt.d smooth.d truetype.d type1.d type1cid.d type42.d winfnt.d xmlparse.d xmlrole.d xmltok.d autofit.d.tmp bdf.d.tmp cff.d.tmp fc-cache.d.tmp fcatomic.d.tmp fccache.d.tmp fccfg.d.tmp fccharset.d.tmp fccompat.d.tmp fcdbg.d.tmp fcdefault.d.tmp fcdir.d.tmp fcfreetype.d.tmp fcfs.d.tmp fchash.d.tmp fcinit.d.tmp fclang.d.tmp fclist.d.tmp fcmatch.d.tmp fcmatrix.d.tmp fcname.d.tmp fcobjs.d.tmp fcpat.d.tmp fcptrlist.d.tmp fcrange.d.tmp fcserialize.d.tmp fcstat.d.tmp fcstr.d.tmp fcweight.d.tmp fcxml.d.tmp ftbase.d.tmp ftbbox.d.tmp ftbdf.d.tmp ftbitmap.d.tmp ftdebug.d.tmp ftglue.d.tmp ftglyph.d.tmp ftgzip.d.tmp ftinit.d.tmp ftlzw.d.tmp ftmm.d.tmp ftpfr.d.tmp ftstroke.d.tmp ftsynth.d.tmp ftsystem.d.tmp fttype1.d.tmp ftwinfnt.d.tmp pcf.d.tmp pfr.d.tmp psaux.d.tmp pshinter.d.tmp psnames.d.tmp raster.d.tmp sfnt.d.tmp smooth.d.tmp truetype.d.tmp type1.d.tmp type1cid.d.tmp type42.d.tmp winfnt.d.tmp xmlparse.d.tmp xmlrole.d.tmp xmltok.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libumap --- cleandir-external --- --- cleandir-ucs2any --- cleandir ===> external/mit/xorg/tools/ucs2any --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libumap && rm -f librumpfs_umap.a umap_subr.o umap_vfsops.o umap_vnops.o umap_subr.o.tmp umap_vfsops.o.tmp umap_vnops.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libumap && rm -f librumpfs_umap.a umap_subr.o umap_vfsops.o umap_vnops.o umap_subr.o.tmp umap_vfsops.o.tmp umap_vnops.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/tools/ucs2any && rm -f a.out [Ee]rrs mklog core *.core ucs2any ucs2any.lo ucs2any.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/tools/ucs2any && rm -f a.out [Ee]rrs mklog core *.core ucs2any ucs2any.lo ucs2any.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libumap && rm -f librumpfs_umap_p.a umap_subr.po umap_vfsops.po umap_vnops.po umap_subr.po.tmp umap_vfsops.po.tmp umap_vnops.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libumap && rm -f librumpfs_umap_p.a umap_subr.po umap_vfsops.po umap_vnops.po umap_subr.po.tmp umap_vfsops.po.tmp umap_vnops.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/tools/ucs2any && rm -f .depend ucs2any.d ucs2any.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/tools/ucs2any && rm -f .depend ucs2any.d ucs2any.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libumap && rm -f librumpfs_umap_g.a || true) --- cleandir-external --- --- cleandir-mkfontscale --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libumap && rm -f librumpfs_umap_g.a || true) --- cleandir-external --- cleandir ===> external/mit/xorg/tools/mkfontscale --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libumap && rm -f librumpfs_umap_pic.a librumpfs_umap.so.* librumpfs_umap.so umap_subr.pico umap_vfsops.pico umap_vnops.pico umap_subr.pico.tmp umap_vfsops.pico.tmp umap_vnops.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/tools/mkfontscale && rm -f a.out [Ee]rrs mklog core *.core mkfontscale mkfontscale.lo hash.lo ident.lo list.lo constlist.lo ftbase.lo ftbbox.lo ftbdf.lo ftdebug.lo ftglyph.lo ftinit.lo ftmm.lo ftpfr.lo ftstroke.lo ftsynth.lo ftsystem.lo fttype1.lo ftwinfnt.lo ftbitmap.lo reallocarray.lo autofit.lo bdf.lo cff.lo type1cid.lo ftgzip.lo ftlzw.lo pcf.lo pfr.lo psaux.lo pshinter.lo psnames.lo raster.lo sfnt.lo smooth.lo truetype.lo type1.lo type42.lo winfnt.lo fontenc.lo encparse.lo mkfontscale.ln hash.ln ident.ln list.ln constlist.ln ftbase.ln ftbbox.ln ftbdf.ln ftdebug.ln ftglyph.ln ftinit.ln ftmm.ln ftpfr.ln ftstroke.ln ftsynth.ln ftsystem.ln fttype1.ln ftwinfnt.ln ftbitmap.ln reallocarray.ln autofit.ln bdf.ln cff.ln type1cid.ln ftgzip.ln ftlzw.ln pcf.ln pfr.ln psaux.ln pshinter.ln psnames.ln raster.ln sfnt.ln smooth.ln truetype.ln type1.ln type42.ln winfnt.ln fontenc.ln encparse.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libumap && rm -f librumpfs_umap_pic.a librumpfs_umap.so.* librumpfs_umap.so umap_subr.pico umap_vfsops.pico umap_vnops.pico umap_subr.pico.tmp umap_vfsops.pico.tmp umap_vnops.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/tools/mkfontscale && rm -f a.out [Ee]rrs mklog core *.core mkfontscale mkfontscale.lo hash.lo ident.lo list.lo constlist.lo ftbase.lo ftbbox.lo ftbdf.lo ftdebug.lo ftglyph.lo ftinit.lo ftmm.lo ftpfr.lo ftstroke.lo ftsynth.lo ftsystem.lo fttype1.lo ftwinfnt.lo ftbitmap.lo reallocarray.lo autofit.lo bdf.lo cff.lo type1cid.lo ftgzip.lo ftlzw.lo pcf.lo pfr.lo psaux.lo pshinter.lo psnames.lo raster.lo sfnt.lo smooth.lo truetype.lo type1.lo type42.lo winfnt.lo fontenc.lo encparse.lo mkfontscale.ln hash.ln ident.ln list.ln constlist.ln ftbase.ln ftbbox.ln ftbdf.ln ftdebug.ln ftglyph.ln ftinit.ln ftmm.ln ftpfr.ln ftstroke.ln ftsynth.ln ftsystem.ln fttype1.ln ftwinfnt.ln ftbitmap.ln reallocarray.ln autofit.ln bdf.ln cff.ln type1cid.ln ftgzip.ln ftlzw.ln pcf.ln pfr.ln psaux.ln pshinter.ln psnames.ln raster.ln sfnt.ln smooth.ln truetype.ln type1.ln type42.ln winfnt.ln fontenc.ln encparse.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libumap && rm -f llib-lrumpfs_umap.ln umap_subr.ln umap_vfsops.ln umap_vnops.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libumap && rm -f llib-lrumpfs_umap.ln umap_subr.ln umap_vfsops.ln umap_vnops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/tools/mkfontscale && rm -f .depend autofit.d bdf.d cff.d constlist.d encparse.d fontenc.d ftbase.d ftbbox.d ftbdf.d ftbitmap.d ftdebug.d ftglyph.d ftgzip.d ftinit.d ftlzw.d ftmm.d ftpfr.d ftstroke.d ftsynth.d ftsystem.d fttype1.d ftwinfnt.d hash.d ident.d list.d mkfontscale.d pcf.d pfr.d psaux.d pshinter.d psnames.d raster.d reallocarray.d sfnt.d smooth.d truetype.d type1.d type1cid.d type42.d winfnt.d autofit.d.tmp bdf.d.tmp cff.d.tmp constlist.d.tmp encparse.d.tmp fontenc.d.tmp ftbase.d.tmp ftbbox.d.tmp ftbdf.d.tmp ftbitmap.d.tmp ftdebug.d.tmp ftglyph.d.tmp ftgzip.d.tmp ftinit.d.tmp ftlzw.d.tmp ftmm.d.tmp ftpfr.d.tmp ftstroke.d.tmp ftsynth.d.tmp ftsystem.d.tmp fttype1.d.tmp ftwinfnt.d.tmp hash.d.tmp ident.d.tmp list.d.tmp mkfontscale.d.tmp pcf.d.tmp pfr.d.tmp psaux.d.tmp pshinter.d.tmp psnames.d.tmp raster.d.tmp reallocarray.d.tmp sfnt.d.tmp smooth.d.tmp truetype.d.tmp type1.d.tmp type1cid.d.tmp type42.d.tmp winfnt.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/tools/mkfontscale && rm -f .depend autofit.d bdf.d cff.d constlist.d encparse.d fontenc.d ftbase.d ftbbox.d ftbdf.d ftbitmap.d ftdebug.d ftglyph.d ftgzip.d ftinit.d ftlzw.d ftmm.d ftpfr.d ftstroke.d ftsynth.d ftsystem.d fttype1.d ftwinfnt.d hash.d ident.d list.d mkfontscale.d pcf.d pfr.d psaux.d pshinter.d psnames.d raster.d reallocarray.d sfnt.d smooth.d truetype.d type1.d type1cid.d type42.d winfnt.d autofit.d.tmp bdf.d.tmp cff.d.tmp constlist.d.tmp encparse.d.tmp fontenc.d.tmp ftbase.d.tmp ftbbox.d.tmp ftbdf.d.tmp ftbitmap.d.tmp ftdebug.d.tmp ftglyph.d.tmp ftgzip.d.tmp ftinit.d.tmp ftlzw.d.tmp ftmm.d.tmp ftpfr.d.tmp ftstroke.d.tmp ftsynth.d.tmp ftsystem.d.tmp fttype1.d.tmp ftwinfnt.d.tmp hash.d.tmp ident.d.tmp list.d.tmp mkfontscale.d.tmp pcf.d.tmp pfr.d.tmp psaux.d.tmp pshinter.d.tmp psnames.d.tmp raster.d.tmp reallocarray.d.tmp sfnt.d.tmp smooth.d.tmp truetype.d.tmp type1.d.tmp type1cid.d.tmp type42.d.tmp winfnt.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libumap && rm -f librumpfs_umap.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libumap && rm -f librumpfs_umap.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-include --- cleandir ===> external/mit/xorg/include --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-libvdpau --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libumap && rm -f .depend umap_subr.d umap_vfsops.d umap_vnops.d umap_subr.d.tmp umap_vfsops.d.tmp umap_vnops.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/include/libvdpau --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libumap && rm -f .depend umap_subr.d umap_vfsops.d umap_vnops.d umap_subr.d.tmp umap_vfsops.d.tmp umap_vnops.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-libunion --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/libvdpau && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libunion --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/libvdpau && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libunion && rm -f librumpfs_union.a union_subr.o union_vfsops.o union_vnops.o union_subr.o.tmp union_vfsops.o.tmp union_vnops.o.tmp || true) --- cleandir-external --- --- cleandir-KHR --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libunion && rm -f librumpfs_union.a union_subr.o union_vfsops.o union_vnops.o union_subr.o.tmp union_vfsops.o.tmp union_vnops.o.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/include/KHR --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libunion && rm -f librumpfs_union_p.a union_subr.po union_vfsops.po union_vnops.po union_subr.po.tmp union_vfsops.po.tmp union_vnops.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libunion && rm -f librumpfs_union_p.a union_subr.po union_vfsops.po union_vnops.po union_subr.po.tmp union_vfsops.po.tmp union_vnops.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/KHR && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/KHR && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libunion && rm -f librumpfs_union_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libunion && rm -f librumpfs_union_g.a || true) --- cleandir-external --- --- cleandir-xorgproto --- cleandir ===> external/mit/xorg/include/xorgproto --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libunion && rm -f librumpfs_union_pic.a librumpfs_union.so.* librumpfs_union.so union_subr.pico union_vfsops.pico union_vnops.pico union_subr.pico.tmp union_vfsops.pico.tmp union_vnops.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libunion && rm -f librumpfs_union_pic.a librumpfs_union.so.* librumpfs_union.so union_subr.pico union_vfsops.pico union_vnops.pico union_subr.pico.tmp union_vfsops.pico.tmp union_vnops.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xorgproto && rm -f bigreqsproto.pc compositeproto.pc damageproto.pc dmxproto.pc dpmsproto.pc dri2proto.pc dri3proto.pc evieproto.pc fixesproto.pc fontsproto.pc glproto.pc inputproto.pc kbproto.pc presentproto.pc randrproto.pc recordproto.pc renderproto.pc resourceproto.pc scrnsaverproto.pc trapproto.pc videoproto.pc xcmiscproto.pc xextproto.pc xf86bigfontproto.pc xf86dgaproto.pc xf86driproto.pc xf86miscproto.pc xf86vidmodeproto.pc xineramaproto.pc xproto.pc xproxymngproto.pc xwaylandproto.pc bigreqsproto.pc.tmp compositeproto.pc.tmp damageproto.pc.tmp dmxproto.pc.tmp dpmsproto.pc.tmp dri2proto.pc.tmp dri3proto.pc.tmp evieproto.pc.tmp fixesproto.pc.tmp fontsproto.pc.tmp glproto.pc.tmp inputproto.pc.tmp kbproto.pc.tmp presentproto.pc.tmp randrproto.pc.tmp recordproto.pc.tmp renderproto.pc.tmp resourceproto.pc.tmp scrnsaverproto.pc.tmp trapproto.pc.tmp videoproto.pc.tmp xcmiscproto.pc.tmp xextproto.pc.tmp xf86bigfontproto.pc.tmp xf86dgaproto.pc.tmp xf86driproto.pc.tmp xf86miscproto.pc.tmp xf86vidmodeproto.pc.tmp xineramaproto.pc.tmp xproto.pc.tmp xproxymngproto.pc.tmp xwaylandproto.pc.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xorgproto && rm -f bigreqsproto.pc compositeproto.pc damageproto.pc dmxproto.pc dpmsproto.pc dri2proto.pc dri3proto.pc evieproto.pc fixesproto.pc fontsproto.pc glproto.pc inputproto.pc kbproto.pc presentproto.pc randrproto.pc recordproto.pc renderproto.pc resourceproto.pc scrnsaverproto.pc trapproto.pc videoproto.pc xcmiscproto.pc xextproto.pc xf86bigfontproto.pc xf86dgaproto.pc xf86driproto.pc xf86miscproto.pc xf86vidmodeproto.pc xineramaproto.pc xproto.pc xproxymngproto.pc xwaylandproto.pc bigreqsproto.pc.tmp compositeproto.pc.tmp damageproto.pc.tmp dmxproto.pc.tmp dpmsproto.pc.tmp dri2proto.pc.tmp dri3proto.pc.tmp evieproto.pc.tmp fixesproto.pc.tmp fontsproto.pc.tmp glproto.pc.tmp inputproto.pc.tmp kbproto.pc.tmp presentproto.pc.tmp randrproto.pc.tmp recordproto.pc.tmp renderproto.pc.tmp resourceproto.pc.tmp scrnsaverproto.pc.tmp trapproto.pc.tmp videoproto.pc.tmp xcmiscproto.pc.tmp xextproto.pc.tmp xf86bigfontproto.pc.tmp xf86dgaproto.pc.tmp xf86driproto.pc.tmp xf86miscproto.pc.tmp xf86vidmodeproto.pc.tmp xineramaproto.pc.tmp xproto.pc.tmp xproxymngproto.pc.tmp xwaylandproto.pc.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libunion && rm -f llib-lrumpfs_union.ln union_subr.ln union_vfsops.ln union_vnops.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libunion && rm -f llib-lrumpfs_union.ln union_subr.ln union_vfsops.ln union_vnops.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-GL --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/include/xorgproto/GL --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libunion && rm -f librumpfs_union.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libunion && rm -f librumpfs_union.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xorgproto/GL && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libunion && rm -f .depend union_subr.d union_vfsops.d union_vnops.d union_subr.d.tmp union_vfsops.d.tmp union_vnops.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xorgproto/GL && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libunion && rm -f .depend union_subr.d union_vfsops.d union_vnops.d union_subr.d.tmp union_vfsops.d.tmp union_vnops.d.tmp tags || true) --- cleandir-external --- --- cleandir-internal --- cleandir ===> external/mit/xorg/include/xorgproto/GL/internal --- cleandir-lib --- --- cleandir-libv7fs --- cleandir ===> lib/../sys/rump/fs/lib/libv7fs --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xorgproto/GL/internal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libv7fs && rm -f librumpfs_v7fs.a v7fs_endian.o v7fs_superblock.o v7fs_inode.o v7fs_dirent.o v7fs_datablock.o v7fs_file.o v7fs_io.o v7fs_file_util.o v7fs_inode_util.o v7fs_superblock_util.o v7fs_io_kern.o v7fs_extern.o v7fs_vnops.o v7fs_vfsops.o v7fs_endian.o.tmp v7fs_superblock.o.tmp v7fs_inode.o.tmp v7fs_dirent.o.tmp v7fs_datablock.o.tmp v7fs_file.o.tmp v7fs_io.o.tmp v7fs_file_util.o.tmp v7fs_inode_util.o.tmp v7fs_superblock_util.o.tmp v7fs_io_kern.o.tmp v7fs_extern.o.tmp v7fs_vnops.o.tmp v7fs_vfsops.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xorgproto/GL/internal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libv7fs && rm -f librumpfs_v7fs.a v7fs_endian.o v7fs_superblock.o v7fs_inode.o v7fs_dirent.o v7fs_datablock.o v7fs_file.o v7fs_io.o v7fs_file_util.o v7fs_inode_util.o v7fs_superblock_util.o v7fs_io_kern.o v7fs_extern.o v7fs_vnops.o v7fs_vfsops.o v7fs_endian.o.tmp v7fs_superblock.o.tmp v7fs_inode.o.tmp v7fs_dirent.o.tmp v7fs_datablock.o.tmp v7fs_file.o.tmp v7fs_io.o.tmp v7fs_file_util.o.tmp v7fs_inode_util.o.tmp v7fs_superblock_util.o.tmp v7fs_io_kern.o.tmp v7fs_extern.o.tmp v7fs_vnops.o.tmp v7fs_vfsops.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-X11 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libv7fs && rm -f librumpfs_v7fs_p.a v7fs_endian.po v7fs_superblock.po v7fs_inode.po v7fs_dirent.po v7fs_datablock.po v7fs_file.po v7fs_io.po v7fs_file_util.po v7fs_inode_util.po v7fs_superblock_util.po v7fs_io_kern.po v7fs_extern.po v7fs_vnops.po v7fs_vfsops.po v7fs_endian.po.tmp v7fs_superblock.po.tmp v7fs_inode.po.tmp v7fs_dirent.po.tmp v7fs_datablock.po.tmp v7fs_file.po.tmp v7fs_io.po.tmp v7fs_file_util.po.tmp v7fs_inode_util.po.tmp v7fs_superblock_util.po.tmp v7fs_io_kern.po.tmp v7fs_extern.po.tmp v7fs_vnops.po.tmp v7fs_vfsops.po.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/include/xorgproto/X11 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libv7fs && rm -f librumpfs_v7fs_p.a v7fs_endian.po v7fs_superblock.po v7fs_inode.po v7fs_dirent.po v7fs_datablock.po v7fs_file.po v7fs_io.po v7fs_file_util.po v7fs_inode_util.po v7fs_superblock_util.po v7fs_io_kern.po v7fs_extern.po v7fs_vnops.po v7fs_vfsops.po v7fs_endian.po.tmp v7fs_superblock.po.tmp v7fs_inode.po.tmp v7fs_dirent.po.tmp v7fs_datablock.po.tmp v7fs_file.po.tmp v7fs_io.po.tmp v7fs_file_util.po.tmp v7fs_inode_util.po.tmp v7fs_superblock_util.po.tmp v7fs_io_kern.po.tmp v7fs_extern.po.tmp v7fs_vnops.po.tmp v7fs_vfsops.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libv7fs && rm -f librumpfs_v7fs_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xorgproto/X11 && rm -f Xpoll.h a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libv7fs && rm -f librumpfs_v7fs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xorgproto/X11 && rm -f Xpoll.h a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libv7fs && rm -f librumpfs_v7fs_pic.a librumpfs_v7fs.so.* librumpfs_v7fs.so v7fs_endian.pico v7fs_superblock.pico v7fs_inode.pico v7fs_dirent.pico v7fs_datablock.pico v7fs_file.pico v7fs_io.pico v7fs_file_util.pico v7fs_inode_util.pico v7fs_superblock_util.pico v7fs_io_kern.pico v7fs_extern.pico v7fs_vnops.pico v7fs_vfsops.pico v7fs_endian.pico.tmp v7fs_superblock.pico.tmp v7fs_inode.pico.tmp v7fs_dirent.pico.tmp v7fs_datablock.pico.tmp v7fs_file.pico.tmp v7fs_io.pico.tmp v7fs_file_util.pico.tmp v7fs_inode_util.pico.tmp v7fs_superblock_util.pico.tmp v7fs_io_kern.pico.tmp v7fs_extern.pico.tmp v7fs_vnops.pico.tmp v7fs_vfsops.pico.tmp || true) --- cleandir-external --- --- cleandir-PM --- cleandir ===> external/mit/xorg/include/xorgproto/X11/PM --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libv7fs && rm -f librumpfs_v7fs_pic.a librumpfs_v7fs.so.* librumpfs_v7fs.so v7fs_endian.pico v7fs_superblock.pico v7fs_inode.pico v7fs_dirent.pico v7fs_datablock.pico v7fs_file.pico v7fs_io.pico v7fs_file_util.pico v7fs_inode_util.pico v7fs_superblock_util.pico v7fs_io_kern.pico v7fs_extern.pico v7fs_vnops.pico v7fs_vfsops.pico v7fs_endian.pico.tmp v7fs_superblock.pico.tmp v7fs_inode.pico.tmp v7fs_dirent.pico.tmp v7fs_datablock.pico.tmp v7fs_file.pico.tmp v7fs_io.pico.tmp v7fs_file_util.pico.tmp v7fs_inode_util.pico.tmp v7fs_superblock_util.pico.tmp v7fs_io_kern.pico.tmp v7fs_extern.pico.tmp v7fs_vnops.pico.tmp v7fs_vfsops.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libv7fs && rm -f llib-lrumpfs_v7fs.ln v7fs_endian.ln v7fs_superblock.ln v7fs_inode.ln v7fs_dirent.ln v7fs_datablock.ln v7fs_file.ln v7fs_io.ln v7fs_file_util.ln v7fs_inode_util.ln v7fs_superblock_util.ln v7fs_io_kern.ln v7fs_extern.ln v7fs_vnops.ln v7fs_vfsops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xorgproto/X11/PM && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libv7fs && rm -f llib-lrumpfs_v7fs.ln v7fs_endian.ln v7fs_superblock.ln v7fs_inode.ln v7fs_dirent.ln v7fs_datablock.ln v7fs_file.ln v7fs_io.ln v7fs_file_util.ln v7fs_inode_util.ln v7fs_superblock_util.ln v7fs_io_kern.ln v7fs_extern.ln v7fs_vnops.ln v7fs_vfsops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xorgproto/X11/PM && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libv7fs && rm -f librumpfs_v7fs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-dri --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libv7fs && rm -f librumpfs_v7fs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/mit/xorg/include/xorgproto/X11/dri --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libv7fs && rm -f .depend v7fs_datablock.d v7fs_dirent.d v7fs_endian.d v7fs_extern.d v7fs_file.d v7fs_file_util.d v7fs_inode.d v7fs_inode_util.d v7fs_io.d v7fs_io_kern.d v7fs_superblock.d v7fs_superblock_util.d v7fs_vfsops.d v7fs_vnops.d v7fs_datablock.d.tmp v7fs_dirent.d.tmp v7fs_endian.d.tmp v7fs_extern.d.tmp v7fs_file.d.tmp v7fs_file_util.d.tmp v7fs_inode.d.tmp v7fs_inode_util.d.tmp v7fs_io.d.tmp v7fs_io_kern.d.tmp v7fs_superblock.d.tmp v7fs_superblock_util.d.tmp v7fs_vfsops.d.tmp v7fs_vnops.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xorgproto/X11/dri && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libv7fs && rm -f .depend v7fs_datablock.d v7fs_dirent.d v7fs_endian.d v7fs_extern.d v7fs_file.d v7fs_file_util.d v7fs_inode.d v7fs_inode_util.d v7fs_io.d v7fs_io_kern.d v7fs_superblock.d v7fs_superblock_util.d v7fs_vfsops.d v7fs_vnops.d v7fs_datablock.d.tmp v7fs_dirent.d.tmp v7fs_endian.d.tmp v7fs_extern.d.tmp v7fs_file.d.tmp v7fs_file_util.d.tmp v7fs_inode.d.tmp v7fs_inode_util.d.tmp v7fs_io.d.tmp v7fs_io_kern.d.tmp v7fs_superblock.d.tmp v7fs_superblock_util.d.tmp v7fs_vfsops.d.tmp v7fs_vnops.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xorgproto/X11/dri && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-libzfs --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libzfs --- cleandir-external --- --- cleandir-extensions --- cleandir ===> external/mit/xorg/include/xorgproto/X11/extensions --- __doclean --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xorgproto/X11/extensions && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libzfs && rm -f librumpfs_zfs.a zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o atomic.o arc.o blkptr.o bplist.o bpobj.o bptree.o bqueue.o dbuf.o ddt.o ddt_zap.o dmu.o dmu_diff.o dmu_object.o dmu_objset.o dmu_send.o dmu_traverse.o dmu_tx.o dmu_zfetch.o dnode.o dnode_sync.o dsl_bookmark.o dsl_dataset.o dsl_deadlist.o dsl_deleg.o dsl_destroy.o dsl_dir.o dsl_pool.o dsl_prop.o dsl_scan.o dsl_synctask.o dsl_userhold.o gzip.o lz4.o lzjb.o metaslab.o multilist.o range_tree.o refcount.o rrwlock.o sa.o sha256.o spa.o spa_config.o spa_errlog.o spa_history.o spa_misc.o space_map.o space_reftree.o trim_map.o txg.o uberblock.o unique.o vdev.o vdev_cache.o vdev_disk.o vdev_file.o vdev_label.o vdev_mirror.o vdev_missing.o vdev_queue.o vdev_raidz.o vdev_root.o zap.o zap_leaf.o zap_micro.o zfeature.o zfeature_common.o zfs_byteswap.o zfs_ctldir.o zfs_debug.o zfs_dir.o zfs_fm.o zfs_fuid.o zfs_ioctl.o zfs_ioctl_compat.o zfs_log.o zfs_onexit.o zfs_replay.o zfs_rlock.o zfs_sa.o zfs_vfsops.o zfs_vnops.o zfs_znode.o zil.o zio.o zio_checksum.o zio_compress.o zio_inject.o zle.o zrlock.o zvol.o zfs_acl.o zfs_component.o zfs_comutil.o.tmp zfs_deleg.o.tmp zfs_fletcher.o.tmp zfs_namecheck.o.tmp zfs_prop.o.tmp zpool_prop.o.tmp zprop_common.o.tmp atomic.o.tmp arc.o.tmp blkptr.o.tmp bplist.o.tmp bpobj.o.tmp bptree.o.tmp bqueue.o.tmp dbuf.o.tmp ddt.o.tmp ddt_zap.o.tmp dmu.o.tmp dmu_diff.o.tmp dmu_object.o.tmp dmu_objset.o.tmp dmu_send.o.tmp dmu_traverse.o.tmp dmu_tx.o.tmp dmu_zfetch.o.tmp dnode.o.tmp dnode_sync.o.tmp dsl_bookmark.o.tmp dsl_dataset.o.tmp dsl_deadlist.o.tmp dsl_deleg.o.tmp dsl_destroy.o.tmp dsl_dir.o.tmp dsl_pool.o.tmp dsl_prop.o.tmp dsl_scan.o.tmp dsl_synctask.o.tmp dsl_userhold.o.tmp gzip.o.tmp lz4.o.tmp lzjb.o.tmp metaslab.o.tmp multilist.o.tmp range_tree.o.tmp refcount.o.tmp rrwlock.o.tmp sa.o.tmp sha256.o.tmp spa.o.tmp spa_config.o.tmp spa_errlog.o.tmp spa_history.o.tmp spa_misc.o.tmp space_map.o.tmp space_reftree.o.tmp trim_map.o.tmp txg.o.tmp uberblock.o.tmp unique.o.tmp vdev.o.tmp vdev_cache.o.tmp vdev_disk.o.tmp vdev_file.o.tmp vdev_label.o.tmp vdev_mirror.o.tmp vdev_missing.o.tmp vdev_queue.o.tmp vdev_raidz.o.tmp vdev_root.o.tmp zap.o.tmp zap_leaf.o.tmp zap_micro.o.tmp zfeature.o.tmp zfeature_common.o.tmp zfs_byteswap.o.tmp zfs_ctldir.o.tmp zfs_debug.o.tmp zfs_dir.o.tmp zfs_fm.o.tmp zfs_fuid.o.tmp zfs_ioctl.o.tmp zfs_ioctl_compat.o.tmp zfs_log.o.tmp zfs_onexit.o.tmp zfs_replay.o.tmp zfs_rlock.o.tmp zfs_sa.o.tmp zfs_vfsops.o.tmp zfs_vnops.o.tmp zfs_znode.o.tmp zil.o.tmp zio.o.tmp zio_checksum.o.tmp zio_compress.o.tmp zio_inject.o.tmp zle.o.tmp zrlock.o.tmp zvol.o.tmp zfs_acl.o.tmp zfs_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xorgproto/X11/extensions && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libzfs && rm -f librumpfs_zfs.a zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o atomic.o arc.o blkptr.o bplist.o bpobj.o bptree.o bqueue.o dbuf.o ddt.o ddt_zap.o dmu.o dmu_diff.o dmu_object.o dmu_objset.o dmu_send.o dmu_traverse.o dmu_tx.o dmu_zfetch.o dnode.o dnode_sync.o dsl_bookmark.o dsl_dataset.o dsl_deadlist.o dsl_deleg.o dsl_destroy.o dsl_dir.o dsl_pool.o dsl_prop.o dsl_scan.o dsl_synctask.o dsl_userhold.o gzip.o lz4.o lzjb.o metaslab.o multilist.o range_tree.o refcount.o rrwlock.o sa.o sha256.o spa.o spa_config.o spa_errlog.o spa_history.o spa_misc.o space_map.o space_reftree.o trim_map.o txg.o uberblock.o unique.o vdev.o vdev_cache.o vdev_disk.o vdev_file.o vdev_label.o vdev_mirror.o vdev_missing.o vdev_queue.o vdev_raidz.o vdev_root.o zap.o zap_leaf.o zap_micro.o zfeature.o zfeature_common.o zfs_byteswap.o zfs_ctldir.o zfs_debug.o zfs_dir.o zfs_fm.o zfs_fuid.o zfs_ioctl.o zfs_ioctl_compat.o zfs_log.o zfs_onexit.o zfs_replay.o zfs_rlock.o zfs_sa.o zfs_vfsops.o zfs_vnops.o zfs_znode.o zil.o zio.o zio_checksum.o zio_compress.o zio_inject.o zle.o zrlock.o zvol.o zfs_acl.o zfs_component.o zfs_comutil.o.tmp zfs_deleg.o.tmp zfs_fletcher.o.tmp zfs_namecheck.o.tmp zfs_prop.o.tmp zpool_prop.o.tmp zprop_common.o.tmp atomic.o.tmp arc.o.tmp blkptr.o.tmp bplist.o.tmp bpobj.o.tmp bptree.o.tmp bqueue.o.tmp dbuf.o.tmp ddt.o.tmp ddt_zap.o.tmp dmu.o.tmp dmu_diff.o.tmp dmu_object.o.tmp dmu_objset.o.tmp dmu_send.o.tmp dmu_traverse.o.tmp dmu_tx.o.tmp dmu_zfetch.o.tmp dnode.o.tmp dnode_sync.o.tmp dsl_bookmark.o.tmp dsl_dataset.o.tmp dsl_deadlist.o.tmp dsl_deleg.o.tmp dsl_destroy.o.tmp dsl_dir.o.tmp dsl_pool.o.tmp dsl_prop.o.tmp dsl_scan.o.tmp dsl_synctask.o.tmp dsl_userhold.o.tmp gzip.o.tmp lz4.o.tmp lzjb.o.tmp metaslab.o.tmp multilist.o.tmp range_tree.o.tmp refcount.o.tmp rrwlock.o.tmp sa.o.tmp sha256.o.tmp spa.o.tmp spa_config.o.tmp spa_errlog.o.tmp spa_history.o.tmp spa_misc.o.tmp space_map.o.tmp space_reftree.o.tmp trim_map.o.tmp txg.o.tmp uberblock.o.tmp unique.o.tmp vdev.o.tmp vdev_cache.o.tmp vdev_disk.o.tmp vdev_file.o.tmp vdev_label.o.tmp vdev_mirror.o.tmp vdev_missing.o.tmp vdev_queue.o.tmp vdev_raidz.o.tmp vdev_root.o.tmp zap.o.tmp zap_leaf.o.tmp zap_micro.o.tmp zfeature.o.tmp zfeature_common.o.tmp zfs_byteswap.o.tmp zfs_ctldir.o.tmp zfs_debug.o.tmp zfs_dir.o.tmp zfs_fm.o.tmp zfs_fuid.o.tmp zfs_ioctl.o.tmp zfs_ioctl_compat.o.tmp zfs_log.o.tmp zfs_onexit.o.tmp zfs_replay.o.tmp zfs_rlock.o.tmp zfs_sa.o.tmp zfs_vfsops.o.tmp zfs_vnops.o.tmp zfs_znode.o.tmp zil.o.tmp zio.o.tmp zio_checksum.o.tmp zio_compress.o.tmp zio_inject.o.tmp zle.o.tmp zrlock.o.tmp zvol.o.tmp zfs_acl.o.tmp zfs_component.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-fonts --- --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libzfs && rm -f librumpfs_zfs_p.a zfs_comutil.po zfs_deleg.po zfs_fletcher.po zfs_namecheck.po zfs_prop.po zpool_prop.po zprop_common.po atomic.po arc.po blkptr.po bplist.po bpobj.po bptree.po bqueue.po dbuf.po ddt.po ddt_zap.po dmu.po dmu_diff.po dmu_object.po dmu_objset.po dmu_send.po dmu_traverse.po dmu_tx.po dmu_zfetch.po dnode.po dnode_sync.po dsl_bookmark.po dsl_dataset.po dsl_deadlist.po dsl_deleg.po dsl_destroy.po dsl_dir.po dsl_pool.po dsl_prop.po dsl_scan.po dsl_synctask.po dsl_userhold.po gzip.po lz4.po lzjb.po metaslab.po multilist.po range_tree.po refcount.po rrwlock.po sa.po sha256.po spa.po spa_config.po spa_errlog.po spa_history.po spa_misc.po space_map.po space_reftree.po trim_map.po txg.po uberblock.po unique.po vdev.po vdev_cache.po vdev_disk.po vdev_file.po vdev_label.po vdev_mirror.po vdev_missing.po vdev_queue.po vdev_raidz.po vdev_root.po zap.po zap_leaf.po zap_micro.po zfeature.po zfeature_common.po zfs_byteswap.po zfs_ctldir.po zfs_debug.po zfs_dir.po zfs_fm.po zfs_fuid.po zfs_ioctl.po zfs_ioctl_compat.po zfs_log.po zfs_onexit.po zfs_replay.po zfs_rlock.po zfs_sa.po zfs_vfsops.po zfs_vnops.po zfs_znode.po zil.po zio.po zio_checksum.po zio_compress.po zio_inject.po zle.po zrlock.po zvol.po zfs_acl.po zfs_component.po zfs_comutil.po.tmp zfs_deleg.po.tmp zfs_fletcher.po.tmp zfs_namecheck.po.tmp zfs_prop.po.tmp zpool_prop.po.tmp zprop_common.po.tmp atomic.po.tmp arc.po.tmp blkptr.po.tmp bplist.po.tmp bpobj.po.tmp bptree.po.tmp bqueue.po.tmp dbuf.po.tmp ddt.po.tmp ddt_zap.po.tmp dmu.po.tmp dmu_diff.po.tmp dmu_object.po.tmp dmu_objset.po.tmp dmu_send.po.tmp dmu_traverse.po.tmp dmu_tx.po.tmp dmu_zfetch.po.tmp dnode.po.tmp dnode_sync.po.tmp dsl_bookmark.po.tmp dsl_dataset.po.tmp dsl_deadlist.po.tmp dsl_deleg.po.tmp dsl_destroy.po.tmp dsl_dir.po.tmp dsl_pool.po.tmp dsl_prop.po.tmp dsl_scan.po.tmp dsl_synctask.po.tmp dsl_userhold.po.tmp gzip.po.tmp lz4.po.tmp lzjb.po.tmp metaslab.po.tmp multilist.po.tmp range_tree.po--- cleandir-external --- cleandir ===> external/mit/xorg/include/xorgproto/X11/fonts --- cleandir-lib --- .tmp refcount.po.tmp rrwlock.po.tmp sa.po.tmp sha256.po.tmp spa.po.tmp spa_config.po.tmp spa_errlog.po.tmp spa_history.po.tmp spa_misc.po.tmp space_map.po.tmp space_reftree.po.tmp trim_map.po.tmp txg.po.tmp uberblock.po.tmp unique.po.tmp vdev.po.tmp vdev_cache.po.tmp vdev_disk.po.tmp vdev_file.po.tmp vdev_label.po.tmp vdev_mirror.po.tmp vdev_missing.po.tmp vdev_queue.po.tmp vdev_raidz.po.tmp vdev_root.po.tmp zap.po.tmp zap_leaf.po.tmp zap_micro.po.tmp zfeature.po.tmp zfeature_common.po.tmp zfs_byteswap.po.tmp zfs_ctldir.po.tmp zfs_debug.po.tmp zfs_dir.po.tmp zfs_fm.po.tmp zfs_fuid.po.tmp zfs_ioctl.po.tmp zfs_ioctl_compat.po.tmp zfs_log.po.tmp zfs_onexit.po.tmp zfs_replay.po.tmp zfs_rlock.po.tmp zfs_sa.po.tmp zfs_vfsops.po.tmp zfs_vnops.po.tmp zfs_znode.po.tmp zil.po.tmp zio.po.tmp zio_checksum.po.tmp zio_compress.po.tmp zio_inject.po.tmp zle.po.tmp zrlock.po.tmp zvol.po.tmp zfs_acl.po.tmp zfs_component.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libzfs && rm -f librumpfs_zfs_p.a zfs_comutil.po zfs_deleg.po zfs_fletcher.po zfs_namecheck.po zfs_prop.po zpool_prop.po zprop_common.po atomic.po arc.po blkptr.po bplist.po bpobj.po bptree.po bqueue.po dbuf.po ddt.po ddt_zap.po dmu.po dmu_diff.po dmu_object.po dmu_objset.po dmu_send.po dmu_traverse.po dmu_tx.po dmu_zfetch.po dnode.po dnode_sync.po dsl_bookmark.po dsl_dataset.po dsl_deadlist.po dsl_deleg.po dsl_destroy.po dsl_dir.po dsl_pool.po dsl_prop.po dsl_scan.po dsl_synctask.po dsl_userhold.po gzip.po lz4.po lzjb.po metaslab.po multilist.po range_tree.po refcount.po rrwlock.po sa.po sha256.po spa.po spa_config.po spa_errlog.po spa_history.po spa_misc.po space_map.po space_reftree.po trim_map.po txg.po uberblock.po unique.po vdev.po vdev_cache.po vdev_disk.po vdev_file.po vdev_label.po vdev_mirror.po vdev_missing.po vdev_queue.po vdev_raidz.po vdev_root.po zap.po zap_leaf.po zap_micro.po zfeature.po zfeature_common.po zfs_byteswap.po zfs_ctldir.po zfs_debug.po zfs_dir.po zfs_fm.po zfs_fuid.po zfs_ioctl.po zfs_ioctl_compat.po zfs_log.po zfs_onexit.po zfs_replay.po zfs_rlock.po zfs_sa.po zfs_vfsops.po zfs_vnops.po zfs_znode.po zil.po zio.po zio_checksum.po zio_compress.po zio_inject.po zle.po zrlock.po zvol.po zfs_acl.po zfs_component.po zfs_comutil.po.tmp zfs_deleg.po.tmp zfs_fletcher.po.tmp zfs_namecheck.po.tmp zfs_prop.po.tmp zpool_prop.po.tmp zprop_common.po.tmp atomic.po.tmp arc.po.tmp blkptr.po.tmp bplist.po.tmp bpobj.po.tmp bptree.po.tmp bqueue.po.tmp dbuf.po.tmp ddt.po.tmp ddt_zap.po.tmp dmu.po.tmp dmu_diff.po.tmp dmu_object.po.tmp dmu_objset.po.tmp dmu_send.po.tmp dmu_traverse.po.tmp dmu_tx.po.tmp dmu_zfetch.po.tmp dnode.po.tmp dnode_sync.po.tmp dsl_bookmark.po.tmp dsl_dataset.po.tmp dsl_deadlist.po.tmp dsl_deleg.po.tmp dsl_destroy.po.tmp dsl_dir.po.tmp dsl_pool.po.tmp dsl_prop.po.tmp dsl_scan.po.tmp dsl_synctask.po.tmp dsl_userhold.po.tmp gzip.po.tmp lz4.po.tmp lzjb.po.tmp metaslab.po.tmp multilist.po.tmp range_tree.po.tmp refcount.po.tmp rrwlock.po.tmp sa.po.tmp sha256.po.tmp spa.po.tmp spa_config.po.tmp spa_errlog.po.tmp spa_history.po.tmp spa_misc.po.tmp space_map.po.tmp space_reftree.po.tmp trim_map.po.tmp txg.po.tmp uberblock.po.tmp unique.po.tmp vdev.po.tmp vdev_cache.po.tmp vdev_disk.po.tmp vdev_file.po.tmp vdev_label.po.tmp vdev_mirror.po.tmp vdev_missing.po.tmp vdev_queue.po.tmp vdev_raidz.po.tmp vdev_root.po.tmp zap.po.tmp zap_leaf.po.tmp zap_micro.po.tmp zfeature.po.tmp zfeature_common.po.tmp zfs_byteswap.po.tmp zfs_ctldir.po.tmp zfs_debug.po.tmp zfs_dir.po.tmp zfs_fm.po.tmp zfs_fuid.po.tmp zfs_ioctl.po.tmp zfs_ioctl_compat.po.tmp zfs_log.po.tmp zfs_onexit.po.tmp zfs_replay.po.tmp zfs_rlock.po.tmp zfs_sa.po.tmp zfs_vfsops.po.tmp zfs_vnops.po.tmp zfs_znode.po.tmp zil.po.tmp zio.po.tmp zio_checksum.po.tmp zio_compress.po.tmp zio_inject.po.tmp zle.po.tmp zrlock.po.tmp zvol.po.tmp zfs_acl.po.tmp zfs_component.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xorgproto/X11/fonts && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xorgproto/X11/fonts && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libzfs && rm -f librumpfs_zfs_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libzfs && rm -f librumpfs_zfs_g.a || true) --- cleandir-external --- --- cleandir-xbitmaps --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/mit/xorg/include/xbitmaps --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libzfs && rm -f librumpfs_zfs_pic.a librumpfs_zfs.so.* librumpfs_zfs.so zfs_comutil.pico zfs_deleg.pico zfs_fletcher.pico zfs_namecheck.pico zfs_prop.pico zpool_prop.pico zprop_common.pico atomic.pico arc.pico blkptr.pico bplist.pico bpobj.pico bptree.pico bqueue.pico dbuf.pico ddt.pico ddt_zap.pico dmu.pico dmu_diff.pico dmu_object.pico dmu_objset.pico dmu_send.pico dmu_traverse.pico dmu_tx.pico dmu_zfetch.pico dnode.pico dnode_sync.pico dsl_bookmark.pico dsl_dataset.pico dsl_deadlist.pico dsl_deleg.pico dsl_destroy.pico dsl_dir.pico dsl_pool.pico dsl_prop.pico dsl_scan.pico dsl_synctask.pico dsl_userhold.pico gzip.pico lz4.pico lzjb.pico metaslab.pico multilist.pico range_tree.pico refcount.pico rrwlock.pico sa.pico sha256.pico spa.pico spa_config.pico spa_errlog.pico spa_history.pico spa_misc.pico space_map.pico space_reftree.pico trim_map.pico txg.pico uberblock.pico unique.pico vdev.pico vdev_cache.pico vdev_disk.pico vdev_file.pico vdev_label.pico vdev_mirror.pico vdev_missing.pico vdev_queue.pico vdev_raidz.pico vdev_root.pico zap.pico zap_leaf.pico zap_micro.pico zfeature.pico zfeature_common.pico zfs_byteswap.pico zfs_ctldir.pico zfs_debug.pico zfs_dir.pico zfs_fm.pico zfs_fuid.pico zfs_ioctl.pico zfs_ioctl_compat.pico zfs_log.pico zfs_onexit.pico zfs_replay.pico zfs_rlock.pico zfs_sa.pico zfs_vfsops.pico zfs_vnops.pico zfs_znode.pico zil.pico zio.pico zio_checksum.pico zio_compress.pico zio_inject.pico zle.pico zrlock.pico zvol.pico zfs_acl.pico zfs_component.pico zfs_comutil.pico.tmp zfs_deleg.pico.tmp zfs_fletcher.pico.tmp zfs_namecheck.pico.tmp zfs_prop.pico.tmp zpool_prop.pico.tmp zprop_common.pico.tmp atomic.pico.tmp arc.pico.tmp blkptr.pico.tmp bplist.pico.tmp bpobj.pico.tmp bptree.pico.tmp bqueue.pico.tmp dbuf.pico.tmp ddt.pico.tmp ddt_zap.pico.tmp dmu.pico.tmp dmu_diff.pico.tmp dmu_object.pico.tmp dmu_objset.pico.tmp dmu_send.pico.tmp dmu_traverse.pico.tmp dmu_tx.pico.tmp dmu_zfetch.pico.tmp dnode.pico.tmp dnode_sync.pico.tmp dsl_bookmark.pico.tmp dsl_dataset.pico.tmp dsl_deadlist.pico.tmp dsl_deleg.pico.tmp dsl_destroy.pico.tmp dsl_dir.pico.tmp dsl_pool.pico.tmp dsl_prop.pico.tmp dsl_scan.pico.tmp dsl_synctask.pico.tmp dsl_userhold.pico.tmp gzip.pico.tmp lz4.pico.tmp lzjb.pico.tmp metaslab.pico.tmp multilist.pico.tmp range_tree.pico.tmp refcount.pico.tmp rrwlock.pico.tmp sa.pico.tmp sha256.pico.tmp spa.pico.tmp spa_config.pico.tmp spa_errlog.pico.tmp spa_history.pico.tmp spa_misc.pico.tmp space_map.pico.tmp space_reftree.pico.tmp trim_map.pico.tmp txg.pico.tmp uberblock.pico.tmp unique.pico.tmp vdev.pico.tmp vdev_cache.pico.tmp vdev_disk.pico.tmp vdev_file.pico.tmp vdev_label.pico.tmp vdev_mirror.pico.tmp vdev_missing.pico.tmp vdev_queue.pico.tmp vdev_raidz.pico.tmp vdev_root.pico.tmp zap.pico.tmp zap_leaf.pico.tmp zap_micro.pico.tmp zfeature.pico.tmp zfeature_common.pico.tmp zfs_byteswap.pico.tmp zfs_ctldir.pico.tmp zfs_debug.pico.tmp zfs_dir.pico.tmp zfs_fm.pico.tmp zfs_fuid.pico.tmp zfs_ioctl.pico.tmp zfs_ioctl_compat.pico.tmp zfs_log.pico.tmp zfs_onexit.pico.tmp zfs_replay.pico.tmp zfs_rlock.pico.tmp zfs_sa.pico.tmp zfs_vfsops.pico.tmp zfs_vnops.pico.tmp zfs_znode.pico.tmp zil.pico.tmp zio.pico.tmp zio_checksum.pico.tmp zio_compress.pico.tmp zio_inject.pico.tmp zle.pico.tmp zrlock.pico.tmp zvol.pico.tmp zfs_acl.pico.tmp zfs_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libzfs && rm -f librumpfs_zfs_pic.a librumpfs_zfs.so.* librumpfs_zfs.so zfs_comutil.pico zfs_deleg.pico zfs_fletcher.pico zfs_namecheck.pico zfs_prop.pico zpool_prop.pico zprop_common.pico atomic.pico arc.pico blkptr.pico bplist.pico bpobj.pico bptree.pico bqueue.pico dbuf.pico ddt.pico ddt_zap.pico dmu.pico dmu_diff.pico dmu_object.pico dmu_objset.pico dmu_send.pico dmu_traverse.pico dmu_tx.pico dmu_zfetch.pico dnode.pico dnode_sync.pico dsl_bookmark.pico dsl_dataset.pico dsl_deadlist.pico dsl_deleg.pico dsl_destroy.pico dsl_dir.pico dsl_pool.pico dsl_prop.pico dsl_scan.pico dsl_synctask.pico dsl_userhold.pico gzip.pico lz4.pico lzjb.pico metaslab.pico multilist.pico range_tree.pico refcount.pico rrwlock.pico sa.pico sha256.pico spa.pico spa_config.pico spa_errlog.pico spa_history.pico spa_misc.pico space_map.pico space_reftree.pico trim_map.pico txg.pico uberblock.pico unique.pico vdev.pico vdev_cache.pico vdev_disk.pico vdev_file.pico vdev_label.pico vdev_mirror.pico vdev_missing.pico vdev_queue.pico vdev_raidz.pico vdev_root.pico zap.pico zap_leaf.pico zap_micro.pico zfeature.pico zfeature_common.pico zfs_byteswap.pico zfs_ctldir.pico zfs_debug.pico zfs_dir.pico zfs_fm.pico zfs_fuid.pico zfs_ioctl.pico zfs_ioctl_compat.pico zfs_log.pico zfs_onexit.pico zfs_replay.pico zfs_rlock.pico zfs_sa.pico zfs_vfsops.pico zfs_vnops.pico zfs_znode.pico zil.pico zio.pico zio_checksum.pico zio_compress.pico zio_inject.pico zle.pico zrlock.pico zvol.pico zfs_acl.pico zfs_component.pico zfs_comutil.pico.tmp zfs_deleg.pico.tmp zfs_fletcher.pico.tmp zfs_namecheck.pico.tmp zfs_prop.pico.tmp zpool_prop.pico.tmp zprop_common.pico.tmp atomic.pico.tmp arc.pico.tmp blkptr.pico.tmp bplist.pico.tmp bpobj.pico.tmp bptree.pico.tmp bqueue.pico.tmp dbuf.pico.tmp ddt.pico.tmp ddt_zap.pico.tmp dmu.pico.tmp dmu_diff.pico.tmp dmu_object.pico.tmp dmu_objset.pico.tmp dmu_send.pico.tmp dmu_traverse.pico.tmp dmu_tx.pico.tmp dmu_zfetch.pico.tmp dnode.pico.tmp dnode_sync.pico.tmp dsl_bookmark.pico.tmp dsl_dataset.pico.tmp dsl_deadlist.pico.tmp dsl_deleg.pico.tmp dsl_destroy.pico.tmp dsl_dir.pico.tmp dsl_pool.pico.tmp dsl_prop.pico.tmp dsl_scan.pico.tmp dsl_synctask.pico.tmp dsl_userhold.pico.tmp gzip.pico.tmp lz4.pico.tmp lzjb.pico.tmp metaslab.pico.tmp multilist.pico.tmp range_tree.pico.tmp refcount.pico.tmp rrwlock.pico.tmp sa.pico.tmp sha256.pico.tmp spa.pico.tmp spa_config.pico.tmp spa_errlog.pico.tmp spa_history.pico.tmp spa_misc.pico.tmp space_map.pico.tmp space_reftree.pico.tmp trim_map.pico.tmp txg.pico.tmp uberblock.pico.tmp unique.pico.tmp vdev.pico.tmp vdev_cache.pico.tmp vdev_disk.pico.tmp vdev_file.pico.tmp vdev_label.pico.tmp vdev_mirror.pico.tmp vdev_missing.pico.tmp vdev_queue.pico.tmp vdev_raidz.pico.tmp vdev_root.pico.tmp zap.pico.tmp zap_leaf.pico.tmp zap_micro.pico.tmp zfeature.pico.tmp zfeature_common.pico.tmp zfs_byteswap.pico.tmp zfs_ctldir.pico.tmp zfs_debug.pico.tmp zfs_dir.pico.tmp zfs_fm.pico.tmp zfs_fuid.pico.tmp zfs_ioctl.pico.tmp zfs_ioctl_compat.pico.tmp zfs_log.pico.tmp zfs_onexit.pico.tmp zfs_replay.pico.tmp zfs_rlock.pico.tmp zfs_sa.pico.tmp zfs_vfsops.pico.tmp zfs_vnops.pico.tmp zfs_znode.pico.tmp zil.pico.tmp zio.pico.tmp zio_checksum.pico.tmp zio_compress.pico.tmp zio_inject.pico.tmp zle.pico.tmp zrlock.pico.tmp zvol.pico.tmp zfs_acl.pico.tmp zfs_component.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xbitmaps && rm -f xbitmaps.pc xbitmaps.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xbitmaps && rm -f xbitmaps.pc xbitmaps.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libzfs && rm -f llib-lrumpfs_zfs.ln zfs_comutil.ln zfs_deleg.ln zfs_fletcher.ln zfs_namecheck.ln zfs_prop.ln zpool_prop.ln zprop_common.ln atomic.ln arc.ln blkptr.ln bplist.ln bpobj.ln bptree.ln bqueue.ln dbuf.ln ddt.ln ddt_zap.ln dmu.ln dmu_diff.ln dmu_object.ln dmu_objset.ln dmu_send.ln dmu_traverse.ln dmu_tx.ln dmu_zfetch.ln dnode.ln dnode_sync.ln dsl_bookmark.ln dsl_dataset.ln dsl_deadlist.ln dsl_deleg.ln dsl_destroy.ln dsl_dir.ln dsl_pool.ln dsl_prop.ln dsl_scan.ln dsl_synctask.ln dsl_userhold.ln gzip.ln lz4.ln lzjb.ln metaslab.ln multilist.ln range_tree.ln refcount.ln rrwlock.ln sa.ln sha256.ln spa.ln spa_config.ln spa_errlog.ln spa_history.ln spa_misc.ln space_map.ln space_reftree.ln trim_map.ln txg.ln uberblock.ln unique.ln vdev.ln vdev_cache.ln vdev_disk.ln vdev_file.ln vdev_label.ln vdev_mirror.ln vdev_missing.ln vdev_queue.ln vdev_raidz.ln vdev_root.ln zap.ln zap_leaf.ln zap_micro.ln zfeature.ln zfeature_common.ln zfs_byteswap.ln zfs_ctldir.ln zfs_debug.ln zfs_dir.ln zfs_fm.ln zfs_fuid.ln zfs_ioctl.ln zfs_ioctl_compat.ln zfs_log.ln zfs_onexit.ln zfs_replay.ln zfs_rlock.ln zfs_sa.ln zfs_vfsops.ln zfs_vnops.ln zfs_znode.ln zil.ln zio.ln zio_checksum.ln zio_compress.ln zio_inject.ln zle.ln zrlock.ln zvol.ln zfs_acl.ln zfs_component.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libzfs && rm -f llib-lrumpfs_zfs.ln zfs_comutil.ln zfs_deleg.ln zfs_fletcher.ln zfs_namecheck.ln zfs_prop.ln zpool_prop.ln zprop_common.ln atomic.ln arc.ln blkptr.ln bplist.ln bpobj.ln bptree.ln bqueue.ln dbuf.ln ddt.ln ddt_zap.ln dmu.ln dmu_diff.ln dmu_object.ln dmu_objset.ln dmu_send.ln dmu_traverse.ln dmu_tx.ln dmu_zfetch.ln dnode.ln dnode_sync.ln dsl_bookmark.ln dsl_dataset.ln dsl_deadlist.ln dsl_deleg.ln dsl_destroy.ln dsl_dir.ln dsl_pool.ln dsl_prop.ln dsl_scan.ln dsl_synctask.ln dsl_userhold.ln gzip.ln lz4.ln lzjb.ln metaslab.ln multilist.ln range_tree.ln refcount.ln rrwlock.ln sa.ln sha256.ln spa.ln spa_config.ln spa_errlog.ln spa_history.ln spa_misc.ln space_map.ln space_reftree.ln trim_map.ln txg.ln uberblock.ln unique.ln vdev.ln vdev_cache.ln vdev_disk.ln vdev_file.ln vdev_label.ln vdev_mirror.ln vdev_missing.ln vdev_queue.ln vdev_raidz.ln vdev_root.ln zap.ln zap_leaf.ln zap_micro.ln zfeature.ln zfeature_common.ln zfs_byteswap.ln zfs_ctldir.ln zfs_debug.ln zfs_dir.ln zfs_fm.ln zfs_fuid.ln zfs_ioctl.ln zfs_ioctl_compat.ln zfs_log.ln zfs_onexit.ln zfs_replay.ln zfs_rlock.ln zfs_sa.ln zfs_vfsops.ln zfs_vnops.ln zfs_znode.ln zil.ln zio.ln zio_checksum.ln zio_compress.ln zio_inject.ln zle.ln zrlock.ln zvol.ln zfs_acl.ln zfs_component.ln || true) --- cleandir-external --- --- cleandir-xcb-proto --- cleandir ===> external/mit/xorg/include/xcb-proto --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libzfs && rm -f librumpfs_zfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libzfs && rm -f librumpfs_zfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xcb-proto && rm -f xcb-proto.pc xcb-proto.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xcb-proto && rm -f xcb-proto.pc xcb-proto.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libzfs && rm -f .depend arc.d atomic.d blkptr.d bplist.d bpobj.d bptree.d bqueue.d dbuf.d ddt.d ddt_zap.d dmu.d dmu_diff.d dmu_object.d dmu_objset.d dmu_send.d dmu_traverse.d dmu_tx.d dmu_zfetch.d dnode.d dnode_sync.d dsl_bookmark.d dsl_dataset.d dsl_deadlist.d dsl_deleg.d dsl_destroy.d dsl_dir.d dsl_pool.d dsl_prop.d dsl_scan.d dsl_synctask.d dsl_userhold.d gzip.d lz4.d lzjb.d metaslab.d multilist.d range_tree.d refcount.d rrwlock.d sa.d sha256.d spa.d spa_config.d spa_errlog.d spa_history.d spa_misc.d space_map.d space_reftree.d trim_map.d txg.d uberblock.d unique.d vdev.d vdev_cache.d vdev_disk.d vdev_file.d vdev_label.d vdev_mirror.d vdev_missing.d vdev_queue.d vdev_raidz.d vdev_root.d zap.d zap_leaf.d zap_micro.d zfeature.d zfeature_common.d zfs_acl.d zfs_byteswap.d zfs_component.d zfs_comutil.d zfs_ctldir.d zfs_debug.d zfs_deleg.d zfs_dir.d zfs_fletcher.d zfs_fm.d zfs_fuid.d zfs_ioctl.d zfs_ioctl_compat.d zfs_log.d zfs_namecheck.d zfs_onexit.d zfs_prop.d zfs_replay.d zfs_rlock.d zfs_sa.d zfs_vfsops.d zfs_vnops.d zfs_znode.d zil.d zio.d zio_checksum.d zio_compress.d zio_inject.d zle.d zpool_prop.d zprop_common.d zrlock.d zvol.d arc.d.tmp atomic.d.tmp blkptr.d.tmp bplist.d.tmp bpobj.d.tmp bptree.d.tmp bqueue.d.tmp dbuf.d.tmp ddt.d.tmp ddt_zap.d.tmp dmu.d.tmp dmu_diff.d.tmp dmu_object.d.tmp dmu_objset.d.tmp dmu_send.d.tmp dmu_traverse.d.tmp dmu_tx.d.tmp dmu_zfetch.d.tmp dnode.d.tmp dnode_sync.d.tmp dsl_bookmark.d.tmp dsl_dataset.d.tmp dsl_deadlist.d.tmp dsl_deleg.d.tmp dsl_destroy.d.tmp dsl_dir.d.tmp dsl_pool.d.tmp dsl_prop.d.tmp dsl_scan.d.tmp dsl_synctask.d.tmp dsl_userhold.d.tmp gzip.d.tmp lz4.d.tmp lzjb.d.tmp metaslab.d.tmp multilist.d.tmp range_tree.d.tmp refcount.d.tmp rrwlock.d.tmp sa.d.tmp sha256.d.tmp spa.d.tmp spa_config.d.tmp spa_errlog.d.tmp spa_history.d.tmp spa_misc.d.tmp space_map.d.tmp space_reftree.d.tmp trim_map.d.tmp txg.d.tmp uberblock.d.tmp unique.d.tmp vdev.d.tmp vdev_cache.d.tmp vdev_disk.d.tmp vdev_file.d.tmp vdev_label.d.tmp vdev_mirror.d.tmp vdev_missing.d.tmp vdev_queue.d.tmp vdev_raidz.d.tmp vdev_root.d.tmp zap.d.tmp zap_leaf.d.tmp zap_micro.d.tmp zfeature.d.tmp zfeature_common.d.tmp zfs_acl.d.tmp zfs_byteswap.d.tmp zfs_component.d.tmp zfs_comutil.d.tmp zfs_ctldir.d.tmp zfs_debug.d.tmp zfs_deleg.d.tmp zfs_dir.d.tmp zfs_fletcher.d.tmp zfs_fm.d.tmp zfs_fuid.d.tmp zfs_ioctl.d.tmp zfs_ioctl_compat.d.tmp zfs_log.d.tmp zfs_namecheck.d.tmp zfs_onexit.d.tmp zfs_prop.d.tmp zfs_replay.d.tmp zfs_rlock.d.tmp zfs_sa.d.tmp zfs_vfsops.d.tmp zfs_vnops.d.tmp zfs_znode.d.tmp zil.d.tmp zio.d.tmp zio_checksum.d.tmp zio_compress.d.tmp zio_inject.d.tmp zle.d.tmp zpool_prop.d.tmp zprop_common.d.tmp zrlock.d.tmp zvol.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-xtrans --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libzfs && rm -f .depend arc.d atomic.d blkptr.d bplist.d bpobj.d bptree.d bqueue.d dbuf.d ddt.d ddt_zap.d dmu.d dmu_diff.d dmu_object.d dmu_objset.d dmu_send.d dmu_traverse.d dmu_tx.d dmu_zfetch.d dnode.d dnode_sync.d dsl_bookmark.d dsl_dataset.d dsl_deadlist.d dsl_deleg.d dsl_destroy.d dsl_dir.d dsl_pool.d dsl_prop.d dsl_scan.d dsl_synctask.d dsl_userhold.d gzip.d lz4.d lzjb.d metaslab.d multilist.d range_tree.d refcount.d rrwlock.d sa.d sha256.d spa.d spa_config.d spa_errlog.d spa_history.d spa_misc.d space_map.d space_reftree.d trim_map.d txg.d uberblock.d unique.d vdev.d vdev_cache.d vdev_disk.d vdev_file.d vdev_label.d vdev_mirror.d vdev_missing.d vdev_queue.d vdev_raidz.d vdev_root.d zap.d zap_leaf.d zap_micro.d zfeature.d zfeature_common.d zfs_acl.d zfs_byteswap.d zfs_component.d zfs_comutil.d zfs_ctldir.d zfs_debug.d zfs_deleg.d zfs_dir.d zfs_fletcher.d zfs_fm.d zfs_fuid.d zfs_ioctl.d zfs_ioctl_compat.d zfs_log.d zfs_namecheck.d zfs_onexit.d zfs_prop.d zfs_replay.d zfs_rlock.d zfs_sa.d zfs_vfsops.d zfs_vnops.d zfs_znode.d zil.d zio.d zio_checksum.d zio_compress.d zio_inject.d zle.d zpool_prop.d zprop_common.d zrlock.d zvol.d arc.d.tmp atomic.d.tmp blkptr.d.tmp bplist.d.tmp bpobj.d.tmp bptree.d.tmp bqueue.d.tmp dbuf.d.tmp ddt.d.tmp ddt_zap.d.tmp dmu.d.tmp dmu_diff.d.tmp dmu_object.d.tmp dmu_objset.d.tmp dmu_send.d.tmp dmu_traverse.d.tmp dmu_tx.d.tmp dmu_zfetch.d.tmp dnode.d.tmp dnode_sync.d.tmp dsl_bookmark.d.tmp dsl_dataset.d.tmp dsl_deadlist.d.tmp dsl_deleg.d.tmp dsl_destroy.d.tmp dsl_dir.d.tmp dsl_pool.d.tmp dsl_prop.d.tmp dsl_scan.d.tmp dsl_synctask.d.tmp dsl_userhold.d.tmp gzip.d.tmp lz4.d.tmp lzjb.d.tmp metaslab.d.tmp multilist.d.tmp range_tree.d.tmp refcount.d.tmp rrwlock.d.tmp sa.d.tmp sha256.d.tmp spa.d.tmp spa_config.d.tmp spa_errlog.d.tmp spa_history.d.tmp spa_misc.d.tmp space_map.d.tmp space_reftree.d.tmp trim_map.d.tmp txg.d.tmp uberblock.d.tmp unique.d.tmp vdev.d.tmp vdev_cache.d.tmp vdev_disk.d.tmp vdev_file.d.tmp vdev_label.d.tmp vdev_mirror.d.tmp vdev_missing.d.tmp vdev_queue.d.tmp vdev_raidz.d.tmp vdev_root.d.tmp zap.d.tmp zap_leaf.d.tmp zap_micro.d.tmp zfeature.d.tmp zfeature_common.d.tmp zfs_acl.d.tmp zfs_byteswap.d.tmp zfs_component.d.tmp zfs_comutil.d.tmp zfs_ctldir.d.tmp zfs_debug.d.tmp zfs_deleg.d.tmp zfs_dir.d.tmp zfs_fletcher.d.tmp zfs_fm.d.tmp zfs_fuid.d.tmp zfs_ioctl.d.tmp zfs_ioctl_compat.d.tmp zfs_log.d.tmp zfs_namecheck.d.tmp zfs_onexit.d.tmp zfs_prop.d.tmp zfs_replay.d.tmp zfs_rlock.d.tmp zfs_sa.d.tmp zfs_vfsops.d.tmp zfs_vnops.d.tmp zfs_znode.d.tmp zil.d.tmp zio.d.tmp zio_checksum.d.tmp zio_compress.d.tmp zio_inject.d.tmp zle.d.tmp zpool_prop.d.tmp zprop_common.d.tmp zrlock.d.tmp zvol.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/include/xtrans --- cleandir-lib --- --- cleandir-libnfsserver --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libnfsserver --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/include/xtrans && rm -f xtrans.pc xtrans.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/include/xtrans && rm -f xtrans.pc xtrans.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfsserver && rm -f librumpfs_nfsserver.a nfs_export.o nfs_serv.o nfs_srvcache.o nfs_srvsubs.o nfs_srvsocket.o nfs_syscalls.o nfs_export.o.tmp nfs_serv.o.tmp nfs_srvcache.o.tmp nfs_srvsubs.o.tmp nfs_srvsocket.o.tmp nfs_syscalls.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfsserver && rm -f librumpfs_nfsserver.a nfs_export.o nfs_serv.o nfs_srvcache.o nfs_srvsubs.o nfs_srvsocket.o nfs_syscalls.o nfs_export.o.tmp nfs_serv.o.tmp nfs_srvcache.o.tmp nfs_srvsubs.o.tmp nfs_srvsocket.o.tmp nfs_syscalls.o.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfsserver && rm -f librumpfs_nfsserver_p.a nfs_export.po nfs_serv.po nfs_srvcache.po nfs_srvsubs.po nfs_srvsocket.po nfs_syscalls.po nfs_export.po.tmp nfs_serv.po.tmp nfs_srvcache.po.tmp nfs_srvsubs.po.tmp nfs_srvsocket.po.tmp nfs_syscalls.po.tmp || true) --- cleandir-external --- --- cleandir-libfontenc --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfsserver && rm -f librumpfs_nfsserver_p.a nfs_export.po nfs_serv.po nfs_srvcache.po nfs_srvsubs.po nfs_srvsocket.po nfs_syscalls.po nfs_export.po.tmp nfs_serv.po.tmp nfs_srvcache.po.tmp nfs_srvsubs.po.tmp nfs_srvsocket.po.tmp nfs_syscalls.po.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libfontenc --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfsserver && rm -f librumpfs_nfsserver_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfsserver && rm -f librumpfs_nfsserver_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfsserver && rm -f librumpfs_nfsserver_pic.a librumpfs_nfsserver.so.* librumpfs_nfsserver.so nfs_export.pico nfs_serv.pico nfs_srvcache.pico nfs_srvsubs.pico nfs_srvsocket.pico nfs_syscalls.pico nfs_export.pico.tmp nfs_serv.pico.tmp nfs_srvcache.pico.tmp nfs_srvsubs.pico.tmp nfs_srvsocket.pico.tmp nfs_syscalls.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfsserver && rm -f librumpfs_nfsserver_pic.a librumpfs_nfsserver.so.* librumpfs_nfsserver.so nfs_export.pico nfs_serv.pico nfs_srvcache.pico nfs_srvsubs.pico nfs_srvsocket.pico nfs_syscalls.pico nfs_export.pico.tmp nfs_serv.pico.tmp nfs_srvcache.pico.tmp nfs_srvsubs.pico.tmp nfs_srvsocket.pico.tmp nfs_syscalls.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libfontenc && rm -f fontenc.pc fontenc.pc.tmp libfontenc.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libfontenc && rm -f fontenc.pc fontenc.pc.tmp libfontenc.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfsserver && rm -f llib-lrumpfs_nfsserver.ln nfs_export.ln nfs_serv.ln nfs_srvcache.ln nfs_srvsubs.ln nfs_srvsocket.ln nfs_syscalls.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfsserver && rm -f llib-lrumpfs_nfsserver.ln nfs_export.ln nfs_serv.ln nfs_srvcache.ln nfs_srvsubs.ln nfs_srvsocket.ln nfs_syscalls.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libfontenc && rm -f libfontenc.a encparse.o fontenc.o encparse.o.tmp fontenc.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libfontenc && rm -f libfontenc.a encparse.o fontenc.o encparse.o.tmp fontenc.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfsserver && rm -f librumpfs_nfsserver.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfsserver && rm -f librumpfs_nfsserver.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libfontenc && rm -f libfontenc_p.a encparse.po fontenc.po encparse.po.tmp fontenc.po.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libfontenc && rm -f libfontenc_p.a encparse.po fontenc.po encparse.po.tmp fontenc.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnfsserver && rm -f .depend nfs_export.d nfs_serv.d nfs_srvcache.d nfs_srvsocket.d nfs_srvsubs.d nfs_syscalls.d nfs_export.d.tmp nfs_serv.d.tmp nfs_srvcache.d.tmp nfs_srvsocket.d.tmp nfs_srvsubs.d.tmp nfs_syscalls.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnfsserver && rm -f .depend nfs_export.d nfs_serv.d nfs_srvcache.d nfs_srvsocket.d nfs_srvsubs.d nfs_syscalls.d nfs_export.d.tmp nfs_serv.d.tmp nfs_srvcache.d.tmp nfs_srvsocket.d.tmp nfs_srvsubs.d.tmp nfs_syscalls.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libfontenc && rm -f libfontenc_g.a || true) --- cleandir-lib --- --- cleandir-libfifovfs --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libfontenc && rm -f libfontenc_g.a || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libfifovfs --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libfontenc && rm -f libfontenc_pic.a libfontenc.so.* libfontenc.so encparse.pico fontenc.pico encparse.pico.tmp fontenc.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfifovfs && rm -f librumpvfs_fifofs.a fifo_vnops.o fifo_vnops.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libfontenc && rm -f libfontenc_pic.a libfontenc.so.* libfontenc.so encparse.pico fontenc.pico encparse.pico.tmp fontenc.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfifovfs && rm -f librumpvfs_fifofs.a fifo_vnops.o fifo_vnops.o.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libfontenc && rm -f llib-lfontenc.ln encparse.ln fontenc.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfifovfs && rm -f librumpvfs_fifofs_p.a fifo_vnops.po fifo_vnops.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libfontenc && rm -f llib-lfontenc.ln encparse.ln fontenc.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfifovfs && rm -f librumpvfs_fifofs_p.a fifo_vnops.po fifo_vnops.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libfontenc && rm -f .depend encparse.d fontenc.d encparse.d.tmp fontenc.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfifovfs && rm -f librumpvfs_fifofs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libfontenc && rm -f .depend encparse.d fontenc.d encparse.d.tmp fontenc.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfifovfs && rm -f librumpvfs_fifofs_g.a || true) --- cleandir-external --- --- cleandir-freetype --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/freetype --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfifovfs && rm -f librumpvfs_fifofs_pic.a librumpvfs_fifofs.so.* librumpvfs_fifofs.so fifo_vnops.pico fifo_vnops.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfifovfs && rm -f librumpvfs_fifofs_pic.a librumpvfs_fifofs.so.* librumpvfs_fifofs.so fifo_vnops.pico fifo_vnops.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfifovfs && rm -f llib-lrumpvfs_fifofs.ln fifo_vnops.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfifovfs && rm -f llib-lrumpvfs_fifofs.ln fifo_vnops.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfifovfs && rm -f librumpvfs_fifofs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfifovfs && rm -f librumpvfs_fifofs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/freetype && rm -f freetype2.pc freetype2.pc.tmp libfreetype.so.19.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/freetype && rm -f freetype2.pc freetype2.pc.tmp libfreetype.so.19.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libfifovfs && rm -f .depend fifo_vnops.d fifo_vnops.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libfifovfs && rm -f .depend fifo_vnops.d fifo_vnops.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/freetype && rm -f libfreetype.a ftbase.o ftbbox.o ftbdf.o ftdebug.o ftfstype.o ftglyph.o ftinit.o ftmm.o ftpfr.o ftstroke.o ftsynth.o ftsystem.o fttype1.o ftwinfnt.o ftbitmap.o ftcid.o ftgasp.o ftgxval.o ftotval.o ftpatent.o autofit.o bdf.o ftcache.o cff.o type1cid.o ftgzip.o ftbzip2.o ftlzw.o pcf.o pfr.o psaux.o pshinter.o psnames.o raster.o sfnt.o smooth.o truetype.o type1.o type42.o winfnt.o ftbase.o.tmp ftbbox.o.tmp ftbdf.o.tmp ftdebug.o.tmp ftfstype.o.tmp ftglyph.o.tmp ftinit.o.tmp ftmm.o.tmp ftpfr.o.tmp ftstroke.o.tmp ftsynth.o.tmp ftsystem.o.tmp fttype1.o.tmp ftwinfnt.o.tmp ftbitmap.o.tmp ftcid.o.tmp ftgasp.o.tmp ftgxval.o.tmp ftotval.o.tmp ftpatent.o.tmp autofit.o.tmp bdf.o.tmp ftcache.o.tmp cff.o.tmp type1cid.o.tmp ftgzip.o.tmp ftbzip2.o.tmp ftlzw.o.tmp pcf.o.tmp pfr.o.tmp psaux.o.tmp pshinter.o.tmp psnames.o.tmp raster.o.tmp sfnt.o.tmp smooth.o.tmp truetype.o.tmp type1.o.tmp type42.o.tmp winfnt.o.tmp || true) --- cleandir-lib --- --- cleandir-liblayervfs --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/freetype && rm -f libfreetype.a ftbase.o ftbbox.o ftbdf.o ftdebug.o ftfstype.o ftglyph.o ftinit.o ftmm.o ftpfr.o ftstroke.o ftsynth.o ftsystem.o fttype1.o ftwinfnt.o ftbitmap.o ftcid.o ftgasp.o ftgxval.o ftotval.o ftpatent.o autofit.o bdf.o ftcache.o cff.o type1cid.o ftgzip.o ftbzip2.o ftlzw.o pcf.o pfr.o psaux.o pshinter.o psnames.o raster.o sfnt.o smooth.o truetype.o type1.o type42.o winfnt.o ftbase.o.tmp ftbbox.o.tmp ftbdf.o.tmp ftdebug.o.tmp ftfstype.o.tmp ftglyph.o.tmp ftinit.o.tmp ftmm.o.tmp ftpfr.o.tmp ftstroke.o.tmp ftsynth.o.tmp ftsystem.o.tmp fttype1.o.tmp ftwinfnt.o.tmp ftbitmap.o.tmp ftcid.o.tmp ftgasp.o.tmp ftgxval.o.tmp ftotval.o.tmp ftpatent.o.tmp autofit.o.tmp bdf.o.tmp ftcache.o.tmp cff.o.tmp type1cid.o.tmp ftgzip.o.tmp ftbzip2.o.tmp ftlzw.o.tmp pcf.o.tmp pfr.o.tmp psaux.o.tmp pshinter.o.tmp psnames.o.tmp raster.o.tmp sfnt.o.tmp smooth.o.tmp truetype.o.tmp type1.o.tmp type42.o.tmp winfnt.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/liblayervfs --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/freetype && rm -f libfreetype_p.a ftbase.po ftbbox.po ftbdf.po ftdebug.po ftfstype.po ftglyph.po ftinit.po ftmm.po ftpfr.po ftstroke.po ftsynth.po ftsystem.po fttype1.po ftwinfnt.po ftbitmap.po ftcid.po ftgasp.po ftgxval.po ftotval.po ftpatent.po autofit.po bdf.po ftcache.po cff.po type1cid.po ftgzip.po ftbzip2.po ftlzw.po pcf.po pfr.po psaux.po pshinter.po psnames.po raster.po sfnt.po smooth.po truetype.po type1.po type42.po winfnt.po ftbase.po.tmp ftbbox.po.tmp ftbdf.po.tmp ftdebug.po.tmp ftfstype.po.tmp ftglyph.po.tmp ftinit.po.tmp ftmm.po.tmp ftpfr.po.tmp ftstroke.po.tmp ftsynth.po.tmp ftsystem.po.tmp fttype1.po.tmp ftwinfnt.po.tmp ftbitmap.po.tmp ftcid.po.tmp ftgasp.po.tmp ftgxval.po.tmp ftotval.po.tmp ftpatent.po.tmp autofit.po.tmp bdf.po.tmp ftcache.po.tmp cff.po.tmp type1cid.po.tmp ftgzip.po.tmp ftbzip2.po.tmp ftlzw.po.tmp pcf.po.tmp pfr.po.tmp psaux.po.tmp pshinter.po.tmp psnames.po.tmp raster.po.tmp sfnt.po.tmp smooth.po.tmp truetype.po.tmp type1.po.tmp type42.po.tmp winfnt.po.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblayervfs && rm -f librumpvfs_layerfs.a layer_subr.o layer_vfsops.o layer_vnops.o layer_subr.o.tmp layer_vfsops.o.tmp layer_vnops.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/freetype && rm -f libfreetype_p.a ftbase.po ftbbox.po ftbdf.po ftdebug.po ftfstype.po ftglyph.po ftinit.po ftmm.po ftpfr.po ftstroke.po ftsynth.po ftsystem.po fttype1.po ftwinfnt.po ftbitmap.po ftcid.po ftgasp.po ftgxval.po ftotval.po ftpatent.po autofit.po bdf.po ftcache.po cff.po type1cid.po ftgzip.po ftbzip2.po ftlzw.po pcf.po pfr.po psaux.po pshinter.po psnames.po raster.po sfnt.po smooth.po truetype.po type1.po type42.po winfnt.po ftbase.po.tmp ftbbox.po.tmp ftbdf.po.tmp ftdebug.po.tmp ftfstype.po.tmp ftglyph.po.tmp ftinit.po.tmp ftmm.po.tmp ftpfr.po.tmp ftstroke.po.tmp ftsynth.po.tmp ftsystem.po.tmp fttype1.po.tmp ftwinfnt.po.tmp ftbitmap.po.tmp ftcid.po.tmp ftgasp.po.tmp ftgxval.po.tmp ftotval.po.tmp ftpatent.po.tmp autofit.po.tmp bdf.po.tmp ftcache.po.tmp cff.po.tmp type1cid.po.tmp ftgzip.po.tmp ftbzip2.po.tmp ftlzw.po.tmp pcf.po.tmp pfr.po.tmp psaux.po.tmp pshinter.po.tmp psnames.po.tmp raster.po.tmp sfnt.po.tmp smooth.po.tmp truetype.po.tmp type1.po.tmp type42.po.tmp winfnt.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblayervfs && rm -f librumpvfs_layerfs.a layer_subr.o layer_vfsops.o layer_vnops.o layer_subr.o.tmp layer_vfsops.o.tmp layer_vnops.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/freetype && rm -f libfreetype_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblayervfs && rm -f librumpvfs_layerfs_p.a layer_subr.po layer_vfsops.po layer_vnops.po layer_subr.po.tmp layer_vfsops.po.tmp layer_vnops.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/freetype && rm -f libfreetype_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblayervfs && rm -f librumpvfs_layerfs_p.a layer_subr.po layer_vfsops.po layer_vnops.po layer_subr.po.tmp layer_vfsops.po.tmp layer_vnops.po.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/freetype && rm -f libfreetype_pic.a libfreetype.so.* libfreetype.so ftbase.pico ftbbox.pico ftbdf.pico ftdebug.pico ftfstype.pico ftglyph.pico ftinit.pico ftmm.pico ftpfr.pico ftstroke.pico ftsynth.pico ftsystem.pico fttype1.pico ftwinfnt.pico ftbitmap.pico ftcid.pico ftgasp.pico ftgxval.pico ftotval.pico ftpatent.pico autofit.pico bdf.pico ftcache.pico cff.pico type1cid.pico ftgzip.pico ftbzip2.pico ftlzw.pico pcf.pico pfr.pico psaux.pico pshinter.pico psnames.pico raster.pico sfnt.pico smooth.pico truetype.pico type1.pico type42.pico winfnt.pico ftbase.pico.tmp ftbbox.pico.tmp ftbdf.pico.tmp ftdebug.pico.tmp ftfstype.pico.tmp ftglyph.pico.tmp ftinit.pico.tmp ftmm.pico.tmp ftpfr.pico.tmp ftstroke.pico.tmp ftsynth.pico.tmp ftsystem.pico.tmp fttype1.pico.tmp ftwinfnt.pico.tmp ftbitmap.pico.tmp ftcid.pico.tmp ftgasp.pico.tmp ftgxval.pico.tmp ftotval.pico.tmp ftpatent.pico.tmp autofit.pico.tmp bdf.pico.tmp ftcache.pico.tmp cff.pico.tmp type1cid.pico.tmp ftgzip.pico.tmp ftbzip2.pico.tmp ftlzw.pico.tmp pcf.pico.tmp pfr.pico.tmp psaux.pico.tmp pshinter.pico.tmp psnames.pico.tmp raster.pico.tmp sfnt.pico.tmp smooth.pico.tmp truetype.pico.tmp type1.pico.tmp type42.pico.tmp winfnt.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblayervfs && rm -f librumpvfs_layerfs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/freetype && rm -f libfreetype_pic.a libfreetype.so.* libfreetype.so ftbase.pico ftbbox.pico ftbdf.pico ftdebug.pico ftfstype.pico ftglyph.pico ftinit.pico ftmm.pico ftpfr.pico ftstroke.pico ftsynth.pico ftsystem.pico fttype1.pico ftwinfnt.pico ftbitmap.pico ftcid.pico ftgasp.pico ftgxval.pico ftotval.pico ftpatent.pico autofit.pico bdf.pico ftcache.pico cff.pico type1cid.pico ftgzip.pico ftbzip2.pico ftlzw.pico pcf.pico pfr.pico psaux.pico pshinter.pico psnames.pico raster.pico sfnt.pico smooth.pico truetype.pico type1.pico type42.pico winfnt.pico ftbase.pico.tmp ftbbox.pico.tmp ftbdf.pico.tmp ftdebug.pico.tmp ftfstype.pico.tmp ftglyph.pico.tmp ftinit.pico.tmp ftmm.pico.tmp ftpfr.pico.tmp ftstroke.pico.tmp ftsynth.pico.tmp ftsystem.pico.tmp fttype1.pico.tmp ftwinfnt.pico.tmp ftbitmap.pico.tmp ftcid.pico.tmp ftgasp.pico.tmp ftgxval.pico.tmp ftotval.pico.tmp ftpatent.pico.tmp autofit.pico.tmp bdf.pico.tmp ftcache.pico.tmp cff.pico.tmp type1cid.pico.tmp ftgzip.pico.tmp ftbzip2.pico.tmp ftlzw.pico.tmp pcf.pico.tmp pfr.pico.tmp psaux.pico.tmp pshinter.pico.tmp psnames.pico.tmp raster.pico.tmp sfnt.pico.tmp smooth.pico.tmp truetype.pico.tmp type1.pico.tmp type42.pico.tmp winfnt.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblayervfs && rm -f librumpvfs_layerfs_g.a || true) --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblayervfs && rm -f librumpvfs_layerfs_pic.a librumpvfs_layerfs.so.* librumpvfs_layerfs.so layer_subr.pico layer_vfsops.pico layer_vnops.pico layer_subr.pico.tmp layer_vfsops.pico.tmp layer_vnops.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/freetype && rm -f llib-lfreetype.ln ftbase.ln ftbbox.ln ftbdf.ln ftdebug.ln ftfstype.ln ftglyph.ln ftinit.ln ftmm.ln ftpfr.ln ftstroke.ln ftsynth.ln ftsystem.ln fttype1.ln ftwinfnt.ln ftbitmap.ln ftcid.ln ftgasp.ln ftgxval.ln ftotval.ln ftpatent.ln autofit.ln bdf.ln ftcache.ln cff.ln type1cid.ln ftgzip.ln ftbzip2.ln ftlzw.ln pcf.ln pfr.ln psaux.ln pshinter.ln psnames.ln raster.ln sfnt.ln smooth.ln truetype.ln type1.ln type42.ln winfnt.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblayervfs && rm -f librumpvfs_layerfs_pic.a librumpvfs_layerfs.so.* librumpvfs_layerfs.so layer_subr.pico layer_vfsops.pico layer_vnops.pico layer_subr.pico.tmp layer_vfsops.pico.tmp layer_vnops.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/freetype && rm -f llib-lfreetype.ln ftbase.ln ftbbox.ln ftbdf.ln ftdebug.ln ftfstype.ln ftglyph.ln ftinit.ln ftmm.ln ftpfr.ln ftstroke.ln ftsynth.ln ftsystem.ln fttype1.ln ftwinfnt.ln ftbitmap.ln ftcid.ln ftgasp.ln ftgxval.ln ftotval.ln ftpatent.ln autofit.ln bdf.ln ftcache.ln cff.ln type1cid.ln ftgzip.ln ftbzip2.ln ftlzw.ln pcf.ln pfr.ln psaux.ln pshinter.ln psnames.ln raster.ln sfnt.ln smooth.ln truetype.ln type1.ln type42.ln winfnt.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblayervfs && rm -f llib-lrumpvfs_layerfs.ln layer_subr.ln layer_vfsops.ln layer_vnops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/freetype && rm -f .depend autofit.d bdf.d cff.d ftbase.d ftbbox.d ftbdf.d ftbitmap.d ftbzip2.d ftcache.d ftcid.d ftdebug.d ftfstype.d ftgasp.d ftglyph.d ftgxval.d ftgzip.d ftinit.d ftlzw.d ftmm.d ftotval.d ftpatent.d ftpfr.d ftstroke.d ftsynth.d ftsystem.d fttype1.d ftwinfnt.d pcf.d pfr.d psaux.d pshinter.d psnames.d raster.d sfnt.d smooth.d truetype.d type1.d type1cid.d type42.d winfnt.d autofit.d.tmp bdf.d.tmp cff.d.tmp ftbase.d.tmp ftbbox.d.tmp ftbdf.d.tmp ftbitmap.d.tmp ftbzip2.d.tmp ftcache.d.tmp ftcid.d.tmp ftdebug.d.tmp ftfstype.d.tmp ftgasp.d.tmp ftglyph.d.tmp ftgxval.d.tmp ftgzip.d.tmp ftinit.d.tmp ftlzw.d.tmp ftmm.d.tmp ftotval.d.tmp ftpatent.d.tmp ftpfr.d.tmp ftstroke.d.tmp ftsynth.d.tmp ftsystem.d.tmp fttype1.d.tmp ftwinfnt.d.tmp pcf.d.tmp pfr.d.tmp psaux.d.tmp pshinter.d.tmp psnames.d.tmp raster.d.tmp sfnt.d.tmp smooth.d.tmp truetype.d.tmp type1.d.tmp type1cid.d.tmp type42.d.tmp winfnt.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblayervfs && rm -f llib-lrumpvfs_layerfs.ln layer_subr.ln layer_vfsops.ln layer_vnops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/freetype && rm -f .depend autofit.d bdf.d cff.d ftbase.d ftbbox.d ftbdf.d ftbitmap.d ftbzip2.d ftcache.d ftcid.d ftdebug.d ftfstype.d ftgasp.d ftglyph.d ftgxval.d ftgzip.d ftinit.d ftlzw.d ftmm.d ftotval.d ftpatent.d ftpfr.d ftstroke.d ftsynth.d ftsystem.d fttype1.d ftwinfnt.d pcf.d pfr.d psaux.d pshinter.d psnames.d raster.d sfnt.d smooth.d truetype.d type1.d type1cid.d type42.d winfnt.d autofit.d.tmp bdf.d.tmp cff.d.tmp ftbase.d.tmp ftbbox.d.tmp ftbdf.d.tmp ftbitmap.d.tmp ftbzip2.d.tmp ftcache.d.tmp ftcid.d.tmp ftdebug.d.tmp ftfstype.d.tmp ftgasp.d.tmp ftglyph.d.tmp ftgxval.d.tmp ftgzip.d.tmp ftinit.d.tmp ftlzw.d.tmp ftmm.d.tmp ftotval.d.tmp ftpatent.d.tmp ftpfr.d.tmp ftstroke.d.tmp ftsynth.d.tmp ftsystem.d.tmp fttype1.d.tmp ftwinfnt.d.tmp pcf.d.tmp pfr.d.tmp psaux.d.tmp pshinter.d.tmp psnames.d.tmp raster.d.tmp sfnt.d.tmp smooth.d.tmp truetype.d.tmp type1.d.tmp type1cid.d.tmp type42.d.tmp winfnt.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-freetype --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblayervfs && rm -f librumpvfs_layerfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/freetype/freetype --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblayervfs && rm -f librumpvfs_layerfs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/liblayervfs && rm -f .depend layer_subr.d layer_vfsops.d layer_vnops.d layer_subr.d.tmp layer_vfsops.d.tmp layer_vnops.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/liblayervfs && rm -f .depend layer_subr.d layer_vfsops.d layer_vnops.d layer_subr.d.tmp layer_vfsops.d.tmp layer_vnops.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/freetype/freetype && rm -f freetype-config a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-libnofifovfs --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/freetype/freetype && rm -f freetype-config a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libnofifovfs --- cleandir-external --- --- __docleandir --- --- cleandir-config --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/freetype/freetype/config --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnofifovfs && rm -f librumpvfs_nofifofs.a nofifo_vnops.o nofifo_vnops.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnofifovfs && rm -f librumpvfs_nofifofs.a nofifo_vnops.o nofifo_vnops.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/freetype/freetype/config && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnofifovfs && rm -f librumpvfs_nofifofs_p.a nofifo_vnops.po nofifo_vnops.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/freetype/freetype/config && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnofifovfs && rm -f librumpvfs_nofifofs_p.a nofifo_vnops.po nofifo_vnops.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-libFS --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnofifovfs && rm -f librumpvfs_nofifofs_g.a || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libFS --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnofifovfs && rm -f librumpvfs_nofifofs_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnofifovfs && rm -f librumpvfs_nofifofs_pic.a librumpvfs_nofifofs.so.* librumpvfs_nofifofs.so nofifo_vnops.pico nofifo_vnops.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnofifovfs && rm -f librumpvfs_nofifofs_pic.a librumpvfs_nofifofs.so.* librumpvfs_nofifofs.so nofifo_vnops.pico nofifo_vnops.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libFS && rm -f libfs.pc libfs.pc.tmp libFS.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnofifovfs && rm -f llib-lrumpvfs_nofifofs.ln nofifo_vnops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libFS && rm -f libfs.pc libfs.pc.tmp libFS.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnofifovfs && rm -f llib-lrumpvfs_nofifofs.ln nofifo_vnops.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libFS && rm -f libFS.a FSCloseFt.o FSClServ.o FSConnServ.o FSErrDis.o FSErrHndlr.o FSFlush.o FSFontInfo.o FSFtNames.o FSGetCats.o FSlibInt.o FSListCats.o FSListExt.o FSMisc.o FSNextEv.o FSOpenFont.o FSOpenServ.o FSQGlyphs.o FSQuExt.o FSQXExt.o FSQXInfo.o FSServName.o FSSetCats.o FSSync.o FSSynchro.o fs_transport.o FSCloseFt.o.tmp FSClServ.o.tmp FSConnServ.o.tmp FSErrDis.o.tmp FSErrHndlr.o.tmp FSFlush.o.tmp FSFontInfo.o.tmp FSFtNames.o.tmp FSGetCats.o.tmp FSlibInt.o.tmp FSListCats.o.tmp FSListExt.o.tmp FSMisc.o.tmp FSNextEv.o.tmp FSOpenFont.o.tmp FSOpenServ.o.tmp FSQGlyphs.o.tmp FSQuExt.o.tmp FSQXExt.o.tmp FSQXInfo.o.tmp FSServName.o.tmp FSSetCats.o.tmp FSSync.o.tmp FSSynchro.o.tmp fs_transport.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnofifovfs && rm -f librumpvfs_nofifofs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libFS && rm -f libFS.a FSCloseFt.o FSClServ.o FSConnServ.o FSErrDis.o FSErrHndlr.o FSFlush.o FSFontInfo.o FSFtNames.o FSGetCats.o FSlibInt.o FSListCats.o FSListExt.o FSMisc.o FSNextEv.o FSOpenFont.o FSOpenServ.o FSQGlyphs.o FSQuExt.o FSQXExt.o FSQXInfo.o FSServName.o FSSetCats.o FSSync.o FSSynchro.o fs_transport.o FSCloseFt.o.tmp FSClServ.o.tmp FSConnServ.o.tmp FSErrDis.o.tmp FSErrHndlr.o.tmp FSFlush.o.tmp FSFontInfo.o.tmp FSFtNames.o.tmp FSGetCats.o.tmp FSlibInt.o.tmp FSListCats.o.tmp FSListExt.o.tmp FSMisc.o.tmp FSNextEv.o.tmp FSOpenFont.o.tmp FSOpenServ.o.tmp FSQGlyphs.o.tmp FSQuExt.o.tmp FSQXExt.o.tmp FSQXInfo.o.tmp FSServName.o.tmp FSSetCats.o.tmp FSSync.o.tmp FSSynchro.o.tmp fs_transport.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnofifovfs && rm -f librumpvfs_nofifofs.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libFS && rm -f libFS_p.a FSCloseFt.po FSClServ.po FSConnServ.po FSErrDis.po FSErrHndlr.po FSFlush.po FSFontInfo.po FSFtNames.po FSGetCats.po FSlibInt.po FSListCats.po FSListExt.po FSMisc.po FSNextEv.po FSOpenFont.po FSOpenServ.po FSQGlyphs.po FSQuExt.po FSQXExt.po FSQXInfo.po FSServName.po FSSetCats.po FSSync.po FSSynchro.po fs_transport.po FSCloseFt.po.tmp FSClServ.po.tmp FSConnServ.po.tmp FSErrDis.po.tmp FSErrHndlr.po.tmp FSFlush.po.tmp FSFontInfo.po.tmp FSFtNames.po.tmp FSGetCats.po.tmp FSlibInt.po.tmp FSListCats.po.tmp FSListExt.po.tmp FSMisc.po.tmp FSNextEv.po.tmp FSOpenFont.po.tmp FSOpenServ.po.tmp FSQGlyphs.po.tmp FSQuExt.po.tmp FSQXExt.po.tmp FSQXInfo.po.tmp FSServName.po.tmp FSSetCats.po.tmp FSSync.po.tmp FSSynchro.po.tmp fs_transport.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libnofifovfs && rm -f .depend nofifo_vnops.d nofifo_vnops.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libFS && rm -f libFS_p.a FSCloseFt.po FSClServ.po FSConnServ.po FSErrDis.po FSErrHndlr.po FSFlush.po FSFontInfo.po FSFtNames.po FSGetCats.po FSlibInt.po FSListCats.po FSListExt.po FSMisc.po FSNextEv.po FSOpenFont.po FSOpenServ.po FSQGlyphs.po FSQuExt.po FSQXExt.po FSQXInfo.po FSServName.po FSSetCats.po FSSync.po FSSynchro.po fs_transport.po FSCloseFt.po.tmp FSClServ.po.tmp FSConnServ.po.tmp FSErrDis.po.tmp FSErrHndlr.po.tmp FSFlush.po.tmp FSFontInfo.po.tmp FSFtNames.po.tmp FSGetCats.po.tmp FSlibInt.po.tmp FSListCats.po.tmp FSListExt.po.tmp FSMisc.po.tmp FSNextEv.po.tmp FSOpenFont.po.tmp FSOpenServ.po.tmp FSQGlyphs.po.tmp FSQuExt.po.tmp FSQXExt.po.tmp FSQXInfo.po.tmp FSServName.po.tmp FSSetCats.po.tmp FSSync.po.tmp FSSynchro.po.tmp fs_transport.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libnofifovfs && rm -f .depend nofifo_vnops.d nofifo_vnops.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- cleandir-libaio --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libFS && rm -f libFS_g.a || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/fs/lib/libaio --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libFS && rm -f libFS_g.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libaio && rm -f librumpvfs_aio.a sys_aio.o sys_aio.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libFS && rm -f libFS_pic.a libFS.so.* libFS.so FSCloseFt.pico FSClServ.pico FSConnServ.pico FSErrDis.pico FSErrHndlr.pico FSFlush.pico FSFontInfo.pico FSFtNames.pico FSGetCats.pico FSlibInt.pico FSListCats.pico FSListExt.pico FSMisc.pico FSNextEv.pico FSOpenFont.pico FSOpenServ.pico FSQGlyphs.pico FSQuExt.pico FSQXExt.pico FSQXInfo.pico FSServName.pico FSSetCats.pico FSSync.pico FSSynchro.pico fs_transport.pico FSCloseFt.pico.tmp FSClServ.pico.tmp FSConnServ.pico.tmp FSErrDis.pico.tmp FSErrHndlr.pico.tmp FSFlush.pico.tmp FSFontInfo.pico.tmp FSFtNames.pico.tmp FSGetCats.pico.tmp FSlibInt.pico.tmp FSListCats.pico.tmp FSListExt.pico.tmp FSMisc.pico.tmp FSNextEv.pico.tmp FSOpenFont.pico.tmp FSOpenServ.pico.tmp FSQGlyphs.pico.tmp FSQuExt.pico.tmp FSQXExt.pico.tmp FSQXInfo.pico.tmp FSServName.pico.tmp FSSetCats.pico.tmp FSSync.pico.tmp FSSynchro.pico.tmp fs_transport.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libaio && rm -f librumpvfs_aio.a sys_aio.o sys_aio.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libFS && rm -f libFS_pic.a libFS.so.* libFS.so FSCloseFt.pico FSClServ.pico FSConnServ.pico FSErrDis.pico FSErrHndlr.pico FSFlush.pico FSFontInfo.pico FSFtNames.pico FSGetCats.pico FSlibInt.pico FSListCats.pico FSListExt.pico FSMisc.pico FSNextEv.pico FSOpenFont.pico FSOpenServ.pico FSQGlyphs.pico FSQuExt.pico FSQXExt.pico FSQXInfo.pico FSServName.pico FSSetCats.pico FSSync.pico FSSynchro.pico fs_transport.pico FSCloseFt.pico.tmp FSClServ.pico.tmp FSConnServ.pico.tmp FSErrDis.pico.tmp FSErrHndlr.pico.tmp FSFlush.pico.tmp FSFontInfo.pico.tmp FSFtNames.pico.tmp FSGetCats.pico.tmp FSlibInt.pico.tmp FSListCats.pico.tmp FSListExt.pico.tmp FSMisc.pico.tmp FSNextEv.pico.tmp FSOpenFont.pico.tmp FSOpenServ.pico.tmp FSQGlyphs.pico.tmp FSQuExt.pico.tmp FSQXExt.pico.tmp FSQXInfo.pico.tmp FSServName.pico.tmp FSSetCats.pico.tmp FSSync.pico.tmp FSSynchro.pico.tmp fs_transport.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libaio && rm -f librumpvfs_aio_p.a sys_aio.po sys_aio.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libFS && rm -f llib-lFS.ln FSCloseFt.ln FSClServ.ln FSConnServ.ln FSErrDis.ln FSErrHndlr.ln FSFlush.ln FSFontInfo.ln FSFtNames.ln FSGetCats.ln FSlibInt.ln FSListCats.ln FSListExt.ln FSMisc.ln FSNextEv.ln FSOpenFont.ln FSOpenServ.ln FSQGlyphs.ln FSQuExt.ln FSQXExt.ln FSQXInfo.ln FSServName.ln FSSetCats.ln FSSync.ln FSSynchro.ln fs_transport.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libaio && rm -f librumpvfs_aio_p.a sys_aio.po sys_aio.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libFS && rm -f llib-lFS.ln FSCloseFt.ln FSClServ.ln FSConnServ.ln FSErrDis.ln FSErrHndlr.ln FSFlush.ln FSFontInfo.ln FSFtNames.ln FSGetCats.ln FSlibInt.ln FSListCats.ln FSListExt.ln FSMisc.ln FSNextEv.ln FSOpenFont.ln FSOpenServ.ln FSQGlyphs.ln FSQuExt.ln FSQXExt.ln FSQXInfo.ln FSServName.ln FSSetCats.ln FSSync.ln FSSynchro.ln fs_transport.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libaio && rm -f librumpvfs_aio_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libaio && rm -f librumpvfs_aio_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libFS && rm -f .depend FSClServ.d FSCloseFt.d FSConnServ.d FSErrDis.d FSErrHndlr.d FSFlush.d FSFontInfo.d FSFtNames.d FSGetCats.d FSListCats.d FSListExt.d FSMisc.d FSNextEv.d FSOpenFont.d FSOpenServ.d FSQGlyphs.d FSQXExt.d FSQXInfo.d FSQuExt.d FSServName.d FSSetCats.d FSSync.d FSSynchro.d FSlibInt.d fs_transport.d FSClServ.d.tmp FSCloseFt.d.tmp FSConnServ.d.tmp FSErrDis.d.tmp FSErrHndlr.d.tmp FSFlush.d.tmp FSFontInfo.d.tmp FSFtNames.d.tmp FSGetCats.d.tmp FSListCats.d.tmp FSListExt.d.tmp FSMisc.d.tmp FSNextEv.d.tmp FSOpenFont.d.tmp FSOpenServ.d.tmp FSQGlyphs.d.tmp FSQXExt.d.tmp FSQXInfo.d.tmp FSQuExt.d.tmp FSServName.d.tmp FSSetCats.d.tmp FSSync.d.tmp FSSynchro.d.tmp FSlibInt.d.tmp fs_transport.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libFS && rm -f .depend FSClServ.d FSCloseFt.d FSConnServ.d FSErrDis.d FSErrHndlr.d FSFlush.d FSFontInfo.d FSFtNames.d FSGetCats.d FSListCats.d FSListExt.d FSMisc.d FSNextEv.d FSOpenFont.d FSOpenServ.d FSQGlyphs.d FSQXExt.d FSQXInfo.d FSQuExt.d FSServName.d FSSetCats.d FSSync.d FSSynchro.d FSlibInt.d fs_transport.d FSClServ.d.tmp FSCloseFt.d.tmp FSConnServ.d.tmp FSErrDis.d.tmp FSErrHndlr.d.tmp FSFlush.d.tmp FSFontInfo.d.tmp FSFtNames.d.tmp FSGetCats.d.tmp FSListCats.d.tmp FSListExt.d.tmp FSMisc.d.tmp FSNextEv.d.tmp FSOpenFont.d.tmp FSOpenServ.d.tmp FSQGlyphs.d.tmp FSQXExt.d.tmp FSQXInfo.d.tmp FSQuExt.d.tmp FSServName.d.tmp FSSetCats.d.tmp FSSync.d.tmp FSSynchro.d.tmp FSlibInt.d.tmp fs_transport.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libaio && rm -f librumpvfs_aio_pic.a librumpvfs_aio.so.* librumpvfs_aio.so sys_aio.pico sys_aio.pico.tmp || true) --- cleandir-external --- --- cleandir-libICE --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libaio && rm -f librumpvfs_aio_pic.a librumpvfs_aio.so.* librumpvfs_aio.so sys_aio.pico sys_aio.pico.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libICE --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libaio && rm -f llib-lrumpvfs_aio.ln sys_aio.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libaio && rm -f llib-lrumpvfs_aio.ln sys_aio.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libaio && rm -f librumpvfs_aio.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libICE && rm -f ice.pc ice.pc.tmp libICE.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libaio && rm -f librumpvfs_aio.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libICE && rm -f ice.pc ice.pc.tmp libICE.so.7.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/fs/lib/libaio && rm -f .depend sys_aio.d sys_aio.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libICE && rm -f libICE.a accept.o authutil.o connect.o error.o getauth.o iceauth.o icetrans.o listen.o listenwk.o locking.o misc.o ping.o process.o protosetup.o register.o replywait.o setauth.o shutdown.o watch.o accept.o.tmp authutil.o.tmp connect.o.tmp error.o.tmp getauth.o.tmp iceauth.o.tmp icetrans.o.tmp listen.o.tmp listenwk.o.tmp locking.o.tmp misc.o.tmp ping.o.tmp process.o.tmp protosetup.o.tmp register.o.tmp replywait.o.tmp setauth.o.tmp shutdown.o.tmp watch.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/fs/lib/libaio && rm -f .depend sys_aio.d sys_aio.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libICE && rm -f libICE.a accept.o authutil.o connect.o error.o getauth.o iceauth.o icetrans.o listen.o listenwk.o locking.o misc.o ping.o process.o protosetup.o register.o replywait.o setauth.o shutdown.o watch.o accept.o.tmp authutil.o.tmp connect.o.tmp error.o.tmp getauth.o.tmp iceauth.o.tmp icetrans.o.tmp listen.o.tmp listenwk.o.tmp locking.o.tmp misc.o.tmp ping.o.tmp process.o.tmp protosetup.o.tmp register.o.tmp replywait.o.tmp setauth.o.tmp shutdown.o.tmp watch.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- cleandir-../sys/rump/kern/lib --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libICE && rm -f libICE_p.a accept.po authutil.po connect.po error.po getauth.po iceauth.po icetrans.po listen.po listenwk.po locking.po misc.po ping.po process.po protosetup.po register.po replywait.po setauth.po shutdown.po watch.po accept.po.tmp authutil.po.tmp connect.po.tmp error.po.tmp getauth.po.tmp iceauth.po.tmp icetrans.po.tmp listen.po.tmp listenwk.po.tmp locking.po.tmp misc.po.tmp ping.po.tmp process.po.tmp protosetup.po.tmp register.po.tmp replywait.po.tmp setauth.po.tmp shutdown.po.tmp watch.po.tmp || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/kern/lib --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libICE && rm -f libICE_p.a accept.po authutil.po connect.po error.po getauth.po iceauth.po icetrans.po listen.po listenwk.po locking.po misc.po ping.po process.po protosetup.po register.po replywait.po setauth.po shutdown.po watch.po accept.po.tmp authutil.po.tmp connect.po.tmp error.po.tmp getauth.po.tmp iceauth.po.tmp icetrans.po.tmp listen.po.tmp listenwk.po.tmp locking.po.tmp misc.po.tmp ping.po.tmp process.po.tmp protosetup.po.tmp register.po.tmp replywait.po.tmp setauth.po.tmp shutdown.po.tmp watch.po.tmp || true) --- cleandir-lib --- --- cleandir-libcrypto --- cleandir ===> lib/../sys/rump/kern/lib/libcrypto --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libICE && rm -f libICE_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libICE && rm -f libICE_g.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libcrypto && rm -f librumpkern_crypto.a adiantum.o adiantum_selftest.o aes_bear.o aes_ccm.o aes_ccm_mbuf.o aes_ct.o aes_ct_dec.o aes_ct_enc.o aes_impl.o aes_selftest.o bf_ecb.o bf_enc.o bf_cbc.o bf_skey.o bf_module.o camellia.o camellia-api.o cast128.o des_ecb.o des_setkey.o des_enc.o des_cbc.o des_module.o skipjack.o x25519_ref10.o scalarmult_curve25519.o crypto_scalarmult.o poly1305_donna.o onetimeauth_poly1305.o crypto_onetimeauth.o chacha20_ref.o stream_chacha20.o aead_xchacha20poly1305.o aead_chacha20poly1305.o core_hchacha20.o ed25519_ref10.o sodium_module.o adiantum.o.tmp adiantum_selftest.o.tmp aes_bear.o.tmp aes_ccm.o.tmp aes_ccm_mbuf.o.tmp aes_ct.o.tmp aes_ct_dec.o.tmp aes_ct_enc.o.tmp aes_impl.o.tmp aes_selftest.o.tmp bf_ecb.o.tmp bf_enc.o.tmp bf_cbc.o.tmp bf_skey.o.tmp bf_module.o.tmp camellia.o.tmp camellia-api.o.tmp cast128.o.tmp des_ecb.o.tmp des_setkey.o.tmp des_enc.o.tmp des_cbc.o.tmp des_module.o.tmp skipjack.o.tmp x25519_ref10.o.tmp scalarmult_curve25519.o.tmp crypto_scalarmult.o.tmp poly1305_donna.o.tmp onetimeauth_poly1305.o.tmp crypto_onetimeauth.o.tmp chacha20_ref.o.tmp stream_chacha20.o.tmp aead_xchacha20poly1305.o.tmp aead_chacha20poly1305.o.tmp core_hchacha20.o.tmp ed25519_ref10.o.tmp sodium_module.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libICE && rm -f libICE_pic.a libICE.so.* libICE.so accept.pico authutil.pico connect.pico error.pico getauth.pico iceauth.pico icetrans.pico listen.pico listenwk.pico locking.pico misc.pico ping.pico process.pico protosetup.pico register.pico replywait.pico setauth.pico shutdown.pico watch.pico accept.pico.tmp authutil.pico.tmp connect.pico.tmp error.pico.tmp getauth.pico.tmp iceauth.pico.tmp icetrans.pico.tmp listen.pico.tmp listenwk.pico.tmp locking.pico.tmp misc.pico.tmp ping.pico.tmp process.pico.tmp protosetup.pico.tmp register.pico.tmp replywait.pico.tmp setauth.pico.tmp shutdown.pico.tmp watch.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libcrypto && rm -f librumpkern_crypto.a adiantum.o adiantum_selftest.o aes_bear.o aes_ccm.o aes_ccm_mbuf.o aes_ct.o aes_ct_dec.o aes_ct_enc.o aes_impl.o aes_selftest.o bf_ecb.o bf_enc.o bf_cbc.o bf_skey.o bf_module.o camellia.o camellia-api.o cast128.o des_ecb.o des_setkey.o des_enc.o des_cbc.o des_module.o skipjack.o x25519_ref10.o scalarmult_curve25519.o crypto_scalarmult.o poly1305_donna.o onetimeauth_poly1305.o crypto_onetimeauth.o chacha20_ref.o stream_chacha20.o aead_xchacha20poly1305.o aead_chacha20poly1305.o core_hchacha20.o ed25519_ref10.o sodium_module.o adiantum.o.tmp adiantum_selftest.o.tmp aes_bear.o.tmp aes_ccm.o.tmp aes_ccm_mbuf.o.tmp aes_ct.o.tmp aes_ct_dec.o.tmp aes_ct_enc.o.tmp aes_impl.o.tmp aes_selftest.o.tmp bf_ecb.o.tmp bf_enc.o.tmp bf_cbc.o.tmp bf_skey.o.tmp bf_module.o.tmp camellia.o.tmp camellia-api.o.tmp cast128.o.tmp des_ecb.o.tmp des_setkey.o.tmp des_enc.o.tmp des_cbc.o.tmp des_module.o.tmp skipjack.o.tmp x25519_ref10.o.tmp scalarmult_curve25519.o.tmp crypto_scalarmult.o.tmp poly1305_donna.o.tmp onetimeauth_poly1305.o.tmp crypto_onetimeauth.o.tmp chacha20_ref.o.tmp stream_chacha20.o.tmp aead_xchacha20poly1305.o.tmp aead_chacha20poly1305.o.tmp core_hchacha20.o.tmp ed25519_ref10.o.tmp sodium_module.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libICE && rm -f libICE_pic.a libICE.so.* libICE.so accept.pico authutil.pico connect.pico error.pico getauth.pico iceauth.pico icetrans.pico listen.pico listenwk.pico locking.pico misc.pico ping.pico process.pico protosetup.pico register.pico replywait.pico setauth.pico shutdown.pico watch.pico accept.pico.tmp authutil.pico.tmp connect.pico.tmp error.pico.tmp getauth.pico.tmp iceauth.pico.tmp icetrans.pico.tmp listen.pico.tmp listenwk.pico.tmp locking.pico.tmp misc.pico.tmp ping.pico.tmp process.pico.tmp protosetup.pico.tmp register.pico.tmp replywait.pico.tmp setauth.pico.tmp shutdown.pico.tmp watch.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libcrypto && rm -f librumpkern_crypto_p.a adiantum.po adiantum_selftest.po aes_bear.po aes_ccm.po aes_ccm_mbuf.po aes_ct.po aes_ct_dec.po aes_ct_enc.po aes_impl.po aes_selftest.po bf_ecb.po bf_enc.po bf_cbc.po bf_skey.po bf_module.po camellia.po camellia-api.po cast128.po des_ecb.po des_setkey.po des_enc.po des_cbc.po des_module.po skipjack.po x25519_ref10.po scalarmult_curve25519.po crypto_scalarmult.po poly1305_donna.po onetimeauth_poly1305.po crypto_onetimeauth.po chacha20_ref.po stream_chacha20.po aead_xchacha20poly1305.po aead_chacha20poly1305.po core_hchacha20.po ed25519_ref10.po sodium_module.po adiantum.po.tmp adiantum_selftest.po.tmp aes_bear.po.tmp aes_ccm.po.tmp aes_ccm_mbuf.po.tmp aes_ct.po.tmp aes_ct_dec.po.tmp aes_ct_enc.po.tmp aes_impl.po.tmp aes_selftest.po.tmp bf_ecb.po.tmp bf_enc.po.tmp bf_cbc.po.tmp bf_skey.po.tmp bf_module.po.tmp camellia.po.tmp camellia-api.po.tmp cast128.po.tmp des_ecb.po.tmp des_setkey.po.tmp des_enc.po.tmp des_cbc.po.tmp des_module.po.tmp skipjack.po.tmp x25519_ref10.po.tmp scalarmult_curve25519.po.tmp crypto_scalarmult.po.tmp poly1305_donna.po.tmp onetimeauth_poly1305.po.tmp crypto_onetimeauth.po.tmp chacha20_ref.po.tmp stream_chacha20.po.tmp aead_xchacha20poly1305.po.tmp aead_chacha20poly1305.po.tmp core_hchacha20.po.tmp ed25519_ref10.po.tmp sodium_module.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libICE && rm -f llib-lICE.ln accept.ln authutil.ln connect.ln error.ln getauth.ln iceauth.ln icetrans.ln listen.ln listenwk.ln locking.ln misc.ln ping.ln process.ln protosetup.ln register.ln replywait.ln setauth.ln shutdown.ln watch.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libcrypto && rm -f librumpkern_crypto_p.a adiantum.po adiantum_selftest.po aes_bear.po aes_ccm.po aes_ccm_mbuf.po aes_ct.po aes_ct_dec.po aes_ct_enc.po aes_impl.po aes_selftest.po bf_ecb.po bf_enc.po bf_cbc.po bf_skey.po bf_module.po camellia.po camellia-api.po cast128.po des_ecb.po des_setkey.po des_enc.po des_cbc.po des_module.po skipjack.po x25519_ref10.po scalarmult_curve25519.po crypto_scalarmult.po poly1305_donna.po onetimeauth_poly1305.po crypto_onetimeauth.po chacha20_ref.po stream_chacha20.po aead_xchacha20poly1305.po aead_chacha20poly1305.po core_hchacha20.po ed25519_ref10.po sodium_module.po adiantum.po.tmp adiantum_selftest.po.tmp aes_bear.po.tmp aes_ccm.po.tmp aes_ccm_mbuf.po.tmp aes_ct.po.tmp aes_ct_dec.po.tmp aes_ct_enc.po.tmp aes_impl.po.tmp aes_selftest.po.tmp bf_ecb.po.tmp bf_enc.po.tmp bf_cbc.po.tmp bf_skey.po.tmp bf_module.po.tmp camellia.po.tmp camellia-api.po.tmp cast128.po.tmp des_ecb.po.tmp des_setkey.po.tmp des_enc.po.tmp des_cbc.po.tmp des_module.po.tmp skipjack.po.tmp x25519_ref10.po.tmp scalarmult_curve25519.po.tmp crypto_scalarmult.po.tmp poly1305_donna.po.tmp onetimeauth_poly1305.po.tmp crypto_onetimeauth.po.tmp chacha20_ref.po.tmp stream_chacha20.po.tmp aead_xchacha20poly1305.po.tmp aead_chacha20poly1305.po.tmp core_hchacha20.po.tmp ed25519_ref10.po.tmp sodium_module.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libICE && rm -f llib-lICE.ln accept.ln authutil.ln connect.ln error.ln getauth.ln iceauth.ln icetrans.ln listen.ln listenwk.ln locking.ln misc.ln ping.ln process.ln protosetup.ln register.ln replywait.ln setauth.ln shutdown.ln watch.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libcrypto && rm -f librumpkern_crypto_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libICE && rm -f .depend accept.d authutil.d connect.d error.d getauth.d iceauth.d icetrans.d listen.d listenwk.d locking.d misc.d ping.d process.d protosetup.d register.d replywait.d setauth.d shutdown.d watch.d accept.d.tmp authutil.d.tmp connect.d.tmp error.d.tmp getauth.d.tmp iceauth.d.tmp icetrans.d.tmp listen.d.tmp listenwk.d.tmp locking.d.tmp misc.d.tmp ping.d.tmp process.d.tmp protosetup.d.tmp register.d.tmp replywait.d.tmp setauth.d.tmp shutdown.d.tmp watch.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libcrypto && rm -f librumpkern_crypto_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libICE && rm -f .depend accept.d authutil.d connect.d error.d getauth.d iceauth.d icetrans.d listen.d listenwk.d locking.d misc.d ping.d process.d protosetup.d register.d replywait.d setauth.d shutdown.d watch.d accept.d.tmp authutil.d.tmp connect.d.tmp error.d.tmp getauth.d.tmp iceauth.d.tmp icetrans.d.tmp listen.d.tmp listenwk.d.tmp locking.d.tmp misc.d.tmp ping.d.tmp process.d.tmp protosetup.d.tmp register.d.tmp replywait.d.tmp setauth.d.tmp shutdown.d.tmp watch.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-libglapi.old --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libcrypto && rm -f librumpkern_crypto_pic.a librumpkern_crypto.so.* librumpkern_crypto.so adiantum.pico adiantum_selftest.pico aes_bear.pico aes_ccm.pico aes_ccm_mbuf.pico aes_ct.pico aes_ct_dec.pico aes_ct_enc.pico aes_impl.pico aes_selftest.pico bf_ecb.pico bf_enc.pico bf_cbc.pico bf_skey.pico bf_module.pico camellia.pico camellia-api.pico cast128.pico des_ecb.pico des_setkey.pico des_enc.pico des_cbc.pico des_module.pico skipjack.pico x25519_ref10.pico scalarmult_curve25519.pico crypto_scalarmult.pico poly1305_donna.pico onetimeauth_poly1305.pico crypto_onetimeauth.pico chacha20_ref.pico stream_chacha20.pico aead_xchacha20poly1305.pico aead_chacha20poly1305.pico core_hchacha20.pico ed25519_ref10.pico sodium_module.pico adiantum.pico.tmp adiantum_selftest.pico.tmp aes_bear.pico.tmp aes_ccm.pico.tmp aes_ccm_mbuf.pico.tmp aes_ct.pico.tmp aes_ct_dec.pico.tmp aes_ct_enc.pico.tmp aes_impl.pico.tmp aes_selftest.pico.tmp bf_ecb.pico.tmp bf_enc.pico.tmp bf_cbc.pico.tmp bf_skey.pico.tmp bf_module.pico.tmp camellia.pico.tmp camellia-api.pico.tmp cast128.pico.tmp des_ecb.pico.tmp des_setkey.pico.tmp des_enc.pico.tmp des_cbc.pico.tmp des_module.pico.tmp skipjack.pico.tmp x25519_ref10.pico.tmp scalarmult_curve25519.pico.tmp crypto_scalarmult.pico.tmp poly1305_donna.pico.tmp onetimeauth_poly1305.pico.tmp crypto_onetimeauth.pico.tmp chacha20_ref.pico.tmp stream_chacha20.pico.tmp aead_xchacha20poly1305.pico.tmp aead_chacha20poly1305.pico.tmp core_hchacha20.pico.tmp ed25519_ref10.pico.tmp sodium_module.pico.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libglapi.old --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libcrypto && rm -f librumpkern_crypto_pic.a librumpkern_crypto.so.* librumpkern_crypto.so adiantum.pico adiantum_selftest.pico aes_bear.pico aes_ccm.pico aes_ccm_mbuf.pico aes_ct.pico aes_ct_dec.pico aes_ct_enc.pico aes_impl.pico aes_selftest.pico bf_ecb.pico bf_enc.pico bf_cbc.pico bf_skey.pico bf_module.pico camellia.pico camellia-api.pico cast128.pico des_ecb.pico des_setkey.pico des_enc.pico des_cbc.pico des_module.pico skipjack.pico x25519_ref10.pico scalarmult_curve25519.pico crypto_scalarmult.pico poly1305_donna.pico onetimeauth_poly1305.pico crypto_onetimeauth.pico chacha20_ref.pico stream_chacha20.pico aead_xchacha20poly1305.pico aead_chacha20poly1305.pico core_hchacha20.pico ed25519_ref10.pico sodium_module.pico adiantum.pico.tmp adiantum_selftest.pico.tmp aes_bear.pico.tmp aes_ccm.pico.tmp aes_ccm_mbuf.pico.tmp aes_ct.pico.tmp aes_ct_dec.pico.tmp aes_ct_enc.pico.tmp aes_impl.pico.tmp aes_selftest.pico.tmp bf_ecb.pico.tmp bf_enc.pico.tmp bf_cbc.pico.tmp bf_skey.pico.tmp bf_module.pico.tmp camellia.pico.tmp camellia-api.pico.tmp cast128.pico.tmp des_ecb.pico.tmp des_setkey.pico.tmp des_enc.pico.tmp des_cbc.pico.tmp des_module.pico.tmp skipjack.pico.tmp x25519_ref10.pico.tmp scalarmult_curve25519.pico.tmp crypto_scalarmult.pico.tmp poly1305_donna.pico.tmp onetimeauth_poly1305.pico.tmp crypto_onetimeauth.pico.tmp chacha20_ref.pico.tmp stream_chacha20.pico.tmp aead_xchacha20poly1305.pico.tmp aead_chacha20poly1305.pico.tmp core_hchacha20.pico.tmp ed25519_ref10.pico.tmp sodium_module.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libglapi.old && rm -f libglapi.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libcrypto && rm -f llib-lrumpkern_crypto.ln adiantum.ln adiantum_selftest.ln aes_bear.ln aes_ccm.ln aes_ccm_mbuf.ln aes_ct.ln aes_ct_dec.ln aes_ct_enc.ln aes_impl.ln aes_selftest.ln bf_ecb.ln bf_enc.ln bf_cbc.ln bf_skey.ln bf_module.ln camellia.ln camellia-api.ln cast128.ln des_ecb.ln des_setkey.ln des_enc.ln des_cbc.ln des_module.ln skipjack.ln x25519_ref10.ln scalarmult_curve25519.ln crypto_scalarmult.ln poly1305_donna.ln onetimeauth_poly1305.ln crypto_onetimeauth.ln chacha20_ref.ln stream_chacha20.ln aead_xchacha20poly1305.ln aead_chacha20poly1305.ln core_hchacha20.ln ed25519_ref10.ln sodium_module.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libglapi.old && rm -f libglapi.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libcrypto && rm -f llib-lrumpkern_crypto.ln adiantum.ln adiantum_selftest.ln aes_bear.ln aes_ccm.ln aes_ccm_mbuf.ln aes_ct.ln aes_ct_dec.ln aes_ct_enc.ln aes_impl.ln aes_selftest.ln bf_ecb.ln bf_enc.ln bf_cbc.ln bf_skey.ln bf_module.ln camellia.ln camellia-api.ln cast128.ln des_ecb.ln des_setkey.ln des_enc.ln des_cbc.ln des_module.ln skipjack.ln x25519_ref10.ln scalarmult_curve25519.ln crypto_scalarmult.ln poly1305_donna.ln onetimeauth_poly1305.ln crypto_onetimeauth.ln chacha20_ref.ln stream_chacha20.ln aead_xchacha20poly1305.ln aead_chacha20poly1305.ln core_hchacha20.ln ed25519_ref10.ln sodium_module.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libglapi.old && rm -f libglapi.a mapi_glapi.o shared_entry.o stub.o table.o u_current.o u_execmem.o mapi_glapi.o.tmp shared_entry.o.tmp stub.o.tmp table.o.tmp u_current.o.tmp u_execmem.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libcrypto && rm -f librumpkern_crypto.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libglapi.old && rm -f libglapi.a mapi_glapi.o shared_entry.o stub.o table.o u_current.o u_execmem.o mapi_glapi.o.tmp shared_entry.o.tmp stub.o.tmp table.o.tmp u_current.o.tmp u_execmem.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libcrypto && rm -f librumpkern_crypto.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libglapi.old && rm -f libglapi_p.a mapi_glapi.po shared_entry.po stub.po table.po u_current.po u_execmem.po mapi_glapi.po.tmp shared_entry.po.tmp stub.po.tmp table.po.tmp u_current.po.tmp u_execmem.po.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libcrypto && rm -f .depend adiantum.d adiantum_selftest.d aead_chacha20poly1305.d aead_xchacha20poly1305.d aes_bear.d aes_ccm.d aes_ccm_mbuf.d aes_ct.d aes_ct_dec.d aes_ct_enc.d aes_impl.d aes_selftest.d bf_cbc.d bf_ecb.d bf_enc.d bf_module.d bf_skey.d camellia-api.d camellia.d cast128.d chacha20_ref.d core_hchacha20.d crypto_onetimeauth.d crypto_scalarmult.d des_cbc.d des_ecb.d des_enc.d des_module.d des_setkey.d ed25519_ref10.d onetimeauth_poly1305.d poly1305_donna.d scalarmult_curve25519.d skipjack.d sodium_module.d stream_chacha20.d x25519_ref10.d adiantum.d.tmp adiantum_selftest.d.tmp aead_chacha20poly1305.d.tmp aead_xchacha20poly1305.d.tmp aes_bear.d.tmp aes_ccm.d.tmp aes_ccm_mbuf.d.tmp aes_ct.d.tmp aes_ct_dec.d.tmp aes_ct_enc.d.tmp aes_impl.d.tmp aes_selftest.d.tmp bf_cbc.d.tmp bf_ecb.d.tmp bf_enc.d.tmp bf_module.d.tmp bf_skey.d.tmp camellia-api.d.tmp camellia.d.tmp cast128.d.tmp chacha20_ref.d.tmp core_hchacha20.d.tmp crypto_onetimeauth.d.tmp crypto_scalarmult.d.tmp des_cbc.d.tmp des_ecb.d.tmp des_enc.d.tmp des_module.d.tmp des_setkey.d.tmp ed25519_ref10.d.tmp onetimeauth_poly1305.d.tmp poly1305_donna.d.tmp scalarmult_curve25519.d.tmp skipjack.d.tmp sodium_module.d.tmp stream_chacha20.d.tmp x25519_ref10.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libglapi.old && rm -f libglapi_p.a mapi_glapi.po shared_entry.po stub.po table.po u_current.po u_execmem.po mapi_glapi.po.tmp shared_entry.po.tmp stub.po.tmp table.po.tmp u_current.po.tmp u_execmem.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libcrypto && rm -f .depend adiantum.d adiantum_selftest.d aead_chacha20poly1305.d aead_xchacha20poly1305.d aes_bear.d aes_ccm.d aes_ccm_mbuf.d aes_ct.d aes_ct_dec.d aes_ct_enc.d aes_impl.d aes_selftest.d bf_cbc.d bf_ecb.d bf_enc.d bf_module.d bf_skey.d camellia-api.d camellia.d cast128.d chacha20_ref.d core_hchacha20.d crypto_onetimeauth.d crypto_scalarmult.d des_cbc.d des_ecb.d des_enc.d des_module.d des_setkey.d ed25519_ref10.d onetimeauth_poly1305.d poly1305_donna.d scalarmult_curve25519.d skipjack.d sodium_module.d stream_chacha20.d x25519_ref10.d adiantum.d.tmp adiantum_selftest.d.tmp aead_chacha20poly1305.d.tmp aead_xchacha20poly1305.d.tmp aes_bear.d.tmp aes_ccm.d.tmp aes_ccm_mbuf.d.tmp aes_ct.d.tmp aes_ct_dec.d.tmp aes_ct_enc.d.tmp aes_impl.d.tmp aes_selftest.d.tmp bf_cbc.d.tmp bf_ecb.d.tmp bf_enc.d.tmp bf_module.d.tmp bf_skey.d.tmp camellia-api.d.tmp camellia.d.tmp cast128.d.tmp chacha20_ref.d.tmp core_hchacha20.d.tmp crypto_onetimeauth.d.tmp crypto_scalarmult.d.tmp des_cbc.d.tmp des_ecb.d.tmp des_enc.d.tmp des_module.d.tmp des_setkey.d.tmp ed25519_ref10.d.tmp onetimeauth_poly1305.d.tmp poly1305_donna.d.tmp scalarmult_curve25519.d.tmp skipjack.d.tmp sodium_module.d.tmp stream_chacha20.d.tmp x25519_ref10.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libglapi.old && rm -f libglapi_g.a || true) --- cleandir-lib --- --- cleandir-libnv --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libglapi.old && rm -f libglapi_g.a || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/kern/lib/libnv --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libglapi.old && rm -f libglapi_pic.a libglapi.so.* libglapi.so mapi_glapi.pico shared_entry.pico stub.pico table.pico u_current.pico u_execmem.pico mapi_glapi.pico.tmp shared_entry.pico.tmp stub.pico.tmp table.pico.tmp u_current.pico.tmp u_execmem.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libnv && rm -f librumpkern_nv.a nvlist.o nvpair.o dnvlist.o nv_kern_netbsd.o nvlist.o.tmp nvpair.o.tmp dnvlist.o.tmp nv_kern_netbsd.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libglapi.old && rm -f libglapi_pic.a libglapi.so.* libglapi.so mapi_glapi.pico shared_entry.pico stub.pico table.pico u_current.pico u_execmem.pico mapi_glapi.pico.tmp shared_entry.pico.tmp stub.pico.tmp table.pico.tmp u_current.pico.tmp u_execmem.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libnv && rm -f librumpkern_nv.a nvlist.o nvpair.o dnvlist.o nv_kern_netbsd.o nvlist.o.tmp nvpair.o.tmp dnvlist.o.tmp nv_kern_netbsd.o.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libglapi.old && rm -f llib-lglapi.ln mapi_glapi.ln shared_entry.ln stub.ln table.ln u_current.ln u_execmem.ln || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libnv && rm -f librumpkern_nv_p.a nvlist.po nvpair.po dnvlist.po nv_kern_netbsd.po nvlist.po.tmp nvpair.po.tmp dnvlist.po.tmp nv_kern_netbsd.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libglapi.old && rm -f llib-lglapi.ln mapi_glapi.ln shared_entry.ln stub.ln table.ln u_current.ln u_execmem.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libnv && rm -f librumpkern_nv_p.a nvlist.po nvpair.po dnvlist.po nv_kern_netbsd.po nvlist.po.tmp nvpair.po.tmp dnvlist.po.tmp nv_kern_netbsd.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libglapi.old && rm -f shared_entry.c .depend mapi_glapi.d shared_entry.d stub.d table.d u_current.d u_execmem.d mapi_glapi.d.tmp shared_entry.d.tmp stub.d.tmp table.d.tmp u_current.d.tmp u_execmem.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libnv && rm -f librumpkern_nv_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libglapi.old && rm -f shared_entry.c .depend mapi_glapi.d shared_entry.d stub.d table.d u_current.d u_execmem.d mapi_glapi.d.tmp shared_entry.d.tmp stub.d.tmp table.d.tmp u_current.d.tmp u_execmem.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libnv && rm -f librumpkern_nv_g.a || true) --- cleandir-external --- --- cleandir-libXau --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libXau --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libnv && rm -f librumpkern_nv_pic.a librumpkern_nv.so.* librumpkern_nv.so nvlist.pico nvpair.pico dnvlist.pico nv_kern_netbsd.pico nvlist.pico.tmp nvpair.pico.tmp dnvlist.pico.tmp nv_kern_netbsd.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libnv && rm -f librumpkern_nv_pic.a librumpkern_nv.so.* librumpkern_nv.so nvlist.pico nvpair.pico dnvlist.pico nv_kern_netbsd.pico nvlist.pico.tmp nvpair.pico.tmp dnvlist.pico.tmp nv_kern_netbsd.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libnv && rm -f llib-lrumpkern_nv.ln nvlist.ln nvpair.ln dnvlist.ln nv_kern_netbsd.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libnv && rm -f llib-lrumpkern_nv.ln nvlist.ln nvpair.ln dnvlist.ln nv_kern_netbsd.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXau && rm -f xau.pc xau.pc.tmp libXau.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXau && rm -f xau.pc xau.pc.tmp libXau.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libnv && rm -f librumpkern_nv.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libnv && rm -f librumpkern_nv.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXau && rm -f libXau.a AuDispose.o AuFileName.o AuGetAddr.o AuGetBest.o AuLock.o AuRead.o AuUnlock.o AuWrite.o AuDispose.o.tmp AuFileName.o.tmp AuGetAddr.o.tmp AuGetBest.o.tmp AuLock.o.tmp AuRead.o.tmp AuUnlock.o.tmp AuWrite.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXau && rm -f libXau.a AuDispose.o AuFileName.o AuGetAddr.o AuGetBest.o AuLock.o AuRead.o AuUnlock.o AuWrite.o AuDispose.o.tmp AuFileName.o.tmp AuGetAddr.o.tmp AuGetBest.o.tmp AuLock.o.tmp AuRead.o.tmp AuUnlock.o.tmp AuWrite.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libnv && rm -f .depend dnvlist.d nv_kern_netbsd.d nvlist.d nvpair.d dnvlist.d.tmp nv_kern_netbsd.d.tmp nvlist.d.tmp nvpair.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libnv && rm -f .depend dnvlist.d nv_kern_netbsd.d nvlist.d nvpair.d dnvlist.d.tmp nv_kern_netbsd.d.tmp nvlist.d.tmp nvpair.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXau && rm -f libXau_p.a AuDispose.po AuFileName.po AuGetAddr.po AuGetBest.po AuLock.po AuRead.po AuUnlock.po AuWrite.po AuDispose.po.tmp AuFileName.po.tmp AuGetAddr.po.tmp AuGetBest.po.tmp AuLock.po.tmp AuRead.po.tmp AuUnlock.po.tmp AuWrite.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXau && rm -f libXau_p.a AuDispose.po AuFileName.po AuGetAddr.po AuGetBest.po AuLock.po AuRead.po AuUnlock.po AuWrite.po AuDispose.po.tmp AuFileName.po.tmp AuGetAddr.po.tmp AuGetBest.po.tmp AuLock.po.tmp AuRead.po.tmp AuUnlock.po.tmp AuWrite.po.tmp || true) --- cleandir-lib --- --- cleandir-libsysproxy --- cleandir ===> lib/../sys/rump/kern/lib/libsysproxy --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXau && rm -f libXau_g.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXau && rm -f libXau_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsysproxy && rm -f librumpkern_sysproxy.a sysproxy.o sysproxy.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsysproxy && rm -f librumpkern_sysproxy.a sysproxy.o sysproxy.o.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXau && rm -f libXau_pic.a libXau.so.* libXau.so AuDispose.pico AuFileName.pico AuGetAddr.pico AuGetBest.pico AuLock.pico AuRead.pico AuUnlock.pico AuWrite.pico AuDispose.pico.tmp AuFileName.pico.tmp AuGetAddr.pico.tmp AuGetBest.pico.tmp AuLock.pico.tmp AuRead.pico.tmp AuUnlock.pico.tmp AuWrite.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsysproxy && rm -f librumpkern_sysproxy_p.a sysproxy.po sysproxy.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXau && rm -f libXau_pic.a libXau.so.* libXau.so AuDispose.pico AuFileName.pico AuGetAddr.pico AuGetBest.pico AuLock.pico AuRead.pico AuUnlock.pico AuWrite.pico AuDispose.pico.tmp AuFileName.pico.tmp AuGetAddr.pico.tmp AuGetBest.pico.tmp AuLock.pico.tmp AuRead.pico.tmp AuUnlock.pico.tmp AuWrite.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsysproxy && rm -f librumpkern_sysproxy_p.a sysproxy.po sysproxy.po.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXau && rm -f llib-lXau.ln AuDispose.ln AuFileName.ln AuGetAddr.ln AuGetBest.ln AuLock.ln AuRead.ln AuUnlock.ln AuWrite.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsysproxy && rm -f librumpkern_sysproxy_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXau && rm -f llib-lXau.ln AuDispose.ln AuFileName.ln AuGetAddr.ln AuGetBest.ln AuLock.ln AuRead.ln AuUnlock.ln AuWrite.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsysproxy && rm -f librumpkern_sysproxy_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXau && rm -f Xau.3 Xau.html3 .depend AuDispose.d AuFileName.d AuGetAddr.d AuGetBest.d AuLock.d AuRead.d AuUnlock.d AuWrite.d AuDispose.d.tmp AuFileName.d.tmp AuGetAddr.d.tmp AuGetBest.d.tmp AuLock.d.tmp AuRead.d.tmp AuUnlock.d.tmp AuWrite.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsysproxy && rm -f librumpkern_sysproxy_pic.a librumpkern_sysproxy.so.* librumpkern_sysproxy.so sysproxy.pico sysproxy.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXau && rm -f Xau.3 Xau.html3 .depend AuDispose.d AuFileName.d AuGetAddr.d AuGetBest.d AuLock.d AuRead.d AuUnlock.d AuWrite.d AuDispose.d.tmp AuFileName.d.tmp AuGetAddr.d.tmp AuGetBest.d.tmp AuLock.d.tmp AuRead.d.tmp AuUnlock.d.tmp AuWrite.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsysproxy && rm -f librumpkern_sysproxy_pic.a librumpkern_sysproxy.so.* librumpkern_sysproxy.so sysproxy.pico sysproxy.pico.tmp || true) --- cleandir-external --- --- cleandir-libXdmcp --- cleandir ===> external/mit/xorg/lib/libXdmcp --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsysproxy && rm -f llib-lrumpkern_sysproxy.ln sysproxy.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsysproxy && rm -f llib-lrumpkern_sysproxy.ln sysproxy.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsysproxy && rm -f librumpkern_sysproxy.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmcp && rm -f xdmcp.pc xdmcp.pc.tmp libXdmcp.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsysproxy && rm -f librumpkern_sysproxy.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmcp && rm -f xdmcp.pc xdmcp.pc.tmp libXdmcp.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsysproxy && rm -f .depend sysproxy.d sysproxy.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmcp && rm -f libXdmcp.a Array.o Fill.o Flush.o Key.o Read.o Unwrap.o Wrap.o Write.o Wraphelp.o Array.o.tmp Fill.o.tmp Flush.o.tmp Key.o.tmp Read.o.tmp Unwrap.o.tmp Wrap.o.tmp Write.o.tmp Wraphelp.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsysproxy && rm -f .depend sysproxy.d sysproxy.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmcp && rm -f libXdmcp.a Array.o Fill.o Flush.o Key.o Read.o Unwrap.o Wrap.o Write.o Wraphelp.o Array.o.tmp Fill.o.tmp Flush.o.tmp Key.o.tmp Read.o.tmp Unwrap.o.tmp Wrap.o.tmp Write.o.tmp Wraphelp.o.tmp || true) --- cleandir-lib --- --- cleandir-libtty --- cleandir ===> lib/../sys/rump/kern/lib/libtty --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmcp && rm -f libXdmcp_p.a Array.po Fill.po Flush.po Key.po Read.po Unwrap.po Wrap.po Write.po Wraphelp.po Array.po.tmp Fill.po.tmp Flush.po.tmp Key.po.tmp Read.po.tmp Unwrap.po.tmp Wrap.po.tmp Write.po.tmp Wraphelp.po.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmcp && rm -f libXdmcp_p.a Array.po Fill.po Flush.po Key.po Read.po Unwrap.po Wrap.po Write.po Wraphelp.po Array.po.tmp Fill.po.tmp Flush.po.tmp Key.po.tmp Read.po.tmp Unwrap.po.tmp Wrap.po.tmp Write.po.tmp Wraphelp.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libtty && rm -f librumpkern_tty.a tty.o tty_bsdpty.o tty_conf.o tty_ptm.o tty_pty.o tty_tty.o tty_subr.o tty_60.o tty_component.o tty.o.tmp tty_bsdpty.o.tmp tty_conf.o.tmp tty_ptm.o.tmp tty_pty.o.tmp tty_tty.o.tmp tty_subr.o.tmp tty_60.o.tmp tty_component.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libtty && rm -f librumpkern_tty.a tty.o tty_bsdpty.o tty_conf.o tty_ptm.o tty_pty.o tty_tty.o tty_subr.o tty_60.o tty_component.o tty.o.tmp tty_bsdpty.o.tmp tty_conf.o.tmp tty_ptm.o.tmp tty_pty.o.tmp tty_tty.o.tmp tty_subr.o.tmp tty_60.o.tmp tty_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmcp && rm -f libXdmcp_g.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmcp && rm -f libXdmcp_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libtty && rm -f librumpkern_tty_p.a tty.po tty_bsdpty.po tty_conf.po tty_ptm.po tty_pty.po tty_tty.po tty_subr.po tty_60.po tty_component.po tty.po.tmp tty_bsdpty.po.tmp tty_conf.po.tmp tty_ptm.po.tmp tty_pty.po.tmp tty_tty.po.tmp tty_subr.po.tmp tty_60.po.tmp tty_component.po.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libtty && rm -f librumpkern_tty_p.a tty.po tty_bsdpty.po tty_conf.po tty_ptm.po tty_pty.po tty_tty.po tty_subr.po tty_60.po tty_component.po tty.po.tmp tty_bsdpty.po.tmp tty_conf.po.tmp tty_ptm.po.tmp tty_pty.po.tmp tty_tty.po.tmp tty_subr.po.tmp tty_60.po.tmp tty_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmcp && rm -f libXdmcp_pic.a libXdmcp.so.* libXdmcp.so Array.pico Fill.pico Flush.pico Key.pico Read.pico Unwrap.pico Wrap.pico Write.pico Wraphelp.pico Array.pico.tmp Fill.pico.tmp Flush.pico.tmp Key.pico.tmp Read.pico.tmp Unwrap.pico.tmp Wrap.pico.tmp Write.pico.tmp Wraphelp.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmcp && rm -f libXdmcp_pic.a libXdmcp.so.* libXdmcp.so Array.pico Fill.pico Flush.pico Key.pico Read.pico Unwrap.pico Wrap.pico Write.pico Wraphelp.pico Array.pico.tmp Fill.pico.tmp Flush.pico.tmp Key.pico.tmp Read.pico.tmp Unwrap.pico.tmp Wrap.pico.tmp Write.pico.tmp Wraphelp.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libtty && rm -f librumpkern_tty_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libtty && rm -f librumpkern_tty_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmcp && rm -f llib-lXdmcp.ln Array.ln Fill.ln Flush.ln Key.ln Read.ln Unwrap.ln Wrap.ln Write.ln Wraphelp.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmcp && rm -f llib-lXdmcp.ln Array.ln Fill.ln Flush.ln Key.ln Read.ln Unwrap.ln Wrap.ln Write.ln Wraphelp.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libtty && rm -f librumpkern_tty_pic.a librumpkern_tty.so.* librumpkern_tty.so tty.pico tty_bsdpty.pico tty_conf.pico tty_ptm.pico tty_pty.pico tty_tty.pico tty_subr.pico tty_60.pico tty_component.pico tty.pico.tmp tty_bsdpty.pico.tmp tty_conf.pico.tmp tty_ptm.pico.tmp tty_pty.pico.tmp tty_tty.pico.tmp tty_subr.pico.tmp tty_60.pico.tmp tty_component.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libtty && rm -f librumpkern_tty_pic.a librumpkern_tty.so.* librumpkern_tty.so tty.pico tty_bsdpty.pico tty_conf.pico tty_ptm.pico tty_pty.pico tty_tty.pico tty_subr.pico tty_60.pico tty_component.pico tty.pico.tmp tty_bsdpty.pico.tmp tty_conf.pico.tmp tty_ptm.pico.tmp tty_pty.pico.tmp tty_tty.pico.tmp tty_subr.pico.tmp tty_60.pico.tmp tty_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmcp && rm -f .depend Array.d Fill.d Flush.d Key.d Read.d Unwrap.d Wrap.d Wraphelp.d Write.d Array.d.tmp Fill.d.tmp Flush.d.tmp Key.d.tmp Read.d.tmp Unwrap.d.tmp Wrap.d.tmp Wraphelp.d.tmp Write.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmcp && rm -f .depend Array.d Fill.d Flush.d Key.d Read.d Unwrap.d Wrap.d Wraphelp.d Write.d Array.d.tmp Fill.d.tmp Flush.d.tmp Key.d.tmp Read.d.tmp Unwrap.d.tmp Wrap.d.tmp Wraphelp.d.tmp Write.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libtty && rm -f llib-lrumpkern_tty.ln tty.ln tty_bsdpty.ln tty_conf.ln tty_ptm.ln tty_pty.ln tty_tty.ln tty_subr.ln tty_60.ln tty_component.ln || true) --- cleandir-external --- --- cleandir-libdrm --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libtty && rm -f llib-lrumpkern_tty.ln tty.ln tty_bsdpty.ln tty_conf.ln tty_ptm.ln tty_pty.ln tty_tty.ln tty_subr.ln tty_60.ln tty_component.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libdrm --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libtty && rm -f ioconf.c ioconf.h locators.h librumpkern_tty.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libtty && rm -f ioconf.c ioconf.h locators.h librumpkern_tty.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libtty && rm -f .depend ioconf.d tty.d tty_60.d tty_bsdpty.d tty_component.d tty_conf.d tty_ptm.d tty_pty.d tty_subr.d tty_tty.d ioconf.d.tmp tty.d.tmp tty_60.d.tmp tty_bsdpty.d.tmp tty_component.d.tmp tty_conf.d.tmp tty_ptm.d.tmp tty_pty.d.tmp tty_subr.d.tmp tty_tty.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libtty && rm -f .depend ioconf.d tty.d tty_60.d tty_bsdpty.d tty_component.d tty_conf.d tty_ptm.d tty_pty.d tty_subr.d tty_tty.d ioconf.d.tmp tty.d.tmp tty_60.d.tmp tty_bsdpty.d.tmp tty_component.d.tmp tty_conf.d.tmp tty_ptm.d.tmp tty_pty.d.tmp tty_subr.d.tmp tty_tty.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-libz --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm && rm -f libdrm.pc libdrm.pc.tmp libdrm.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/kern/lib/libz --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm && rm -f libdrm.pc libdrm.pc.tmp libdrm.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libz && rm -f librumpkern_z.a zlib.o zlib.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm && rm -f libdrm.a xf86drm.o xf86drmHash.o xf86drmMode.o xf86drmRandom.o xf86drmSL.o xf86drm.o.tmp xf86drmHash.o.tmp xf86drmMode.o.tmp xf86drmRandom.o.tmp xf86drmSL.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libz && rm -f librumpkern_z.a zlib.o zlib.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm && rm -f libdrm.a xf86drm.o xf86drmHash.o xf86drmMode.o xf86drmRandom.o xf86drmSL.o xf86drm.o.tmp xf86drmHash.o.tmp xf86drmMode.o.tmp xf86drmRandom.o.tmp xf86drmSL.o.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libz && rm -f librumpkern_z_p.a zlib.po zlib.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm && rm -f libdrm_p.a xf86drm.po xf86drmHash.po xf86drmMode.po xf86drmRandom.po xf86drmSL.po xf86drm.po.tmp xf86drmHash.po.tmp xf86drmMode.po.tmp xf86drmRandom.po.tmp xf86drmSL.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libz && rm -f librumpkern_z_p.a zlib.po zlib.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm && rm -f libdrm_p.a xf86drm.po xf86drmHash.po xf86drmMode.po xf86drmRandom.po xf86drmSL.po xf86drm.po.tmp xf86drmHash.po.tmp xf86drmMode.po.tmp xf86drmRandom.po.tmp xf86drmSL.po.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libz && rm -f librumpkern_z_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm && rm -f libdrm_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libz && rm -f librumpkern_z_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm && rm -f libdrm_g.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libz && rm -f librumpkern_z_pic.a librumpkern_z.so.* librumpkern_z.so zlib.pico zlib.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm && rm -f libdrm_pic.a libdrm.so.* libdrm.so xf86drm.pico xf86drmHash.pico xf86drmMode.pico xf86drmRandom.pico xf86drmSL.pico xf86drm.pico.tmp xf86drmHash.pico.tmp xf86drmMode.pico.tmp xf86drmRandom.pico.tmp xf86drmSL.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libz && rm -f librumpkern_z_pic.a librumpkern_z.so.* librumpkern_z.so zlib.pico zlib.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm && rm -f libdrm_pic.a libdrm.so.* libdrm.so xf86drm.pico xf86drmHash.pico xf86drmMode.pico xf86drmRandom.pico xf86drmSL.pico xf86drm.pico.tmp xf86drmHash.pico.tmp xf86drmMode.pico.tmp xf86drmRandom.pico.tmp xf86drmSL.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm && rm -f llib-ldrm.ln xf86drm.ln xf86drmHash.ln xf86drmMode.ln xf86drmRandom.ln xf86drmSL.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libz && rm -f llib-lrumpkern_z.ln zlib.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libz && rm -f llib-lrumpkern_z.ln zlib.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm && rm -f llib-ldrm.ln xf86drm.ln xf86drmHash.ln xf86drmMode.ln xf86drmRandom.ln xf86drmSL.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libz && rm -f librumpkern_z.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm && rm -f .depend xf86drm.d xf86drmHash.d xf86drmMode.d xf86drmRandom.d xf86drmSL.d xf86drm.d.tmp xf86drmHash.d.tmp xf86drmMode.d.tmp xf86drmRandom.d.tmp xf86drmSL.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libz && rm -f librumpkern_z.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm && rm -f .depend xf86drm.d xf86drmHash.d xf86drmMode.d xf86drmRandom.d xf86drmSL.d xf86drm.d.tmp xf86drmHash.d.tmp xf86drmMode.d.tmp xf86drmRandom.d.tmp xf86drmSL.d.tmp tags || true) --- cleandir-drm --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libdrm/drm --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libz && rm -f .depend zlib.d zlib.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libz && rm -f .depend zlib.d zlib.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-libsimplehook_tester --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm/drm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/kern/lib/libsimplehook_tester --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm/drm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsimplehook_tester && rm -f librumpkern_simplehook_tester.a simplehook_tester.o simplehook_tester.o.tmp || true) --- cleandir-external --- --- cleandir-libpciaccess --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsimplehook_tester && rm -f librumpkern_simplehook_tester.a simplehook_tester.o simplehook_tester.o.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libpciaccess --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsimplehook_tester && rm -f librumpkern_simplehook_tester_p.a simplehook_tester.po simplehook_tester.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsimplehook_tester && rm -f librumpkern_simplehook_tester_p.a simplehook_tester.po simplehook_tester.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsimplehook_tester && rm -f librumpkern_simplehook_tester_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsimplehook_tester && rm -f librumpkern_simplehook_tester_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsimplehook_tester && rm -f librumpkern_simplehook_tester_pic.a librumpkern_simplehook_tester.so.* librumpkern_simplehook_tester.so simplehook_tester.pico simplehook_tester.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsimplehook_tester && rm -f librumpkern_simplehook_tester_pic.a librumpkern_simplehook_tester.so.* librumpkern_simplehook_tester.so simplehook_tester.pico simplehook_tester.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpciaccess && rm -f pciaccess.pc pciaccess.pc.tmp libpciaccess.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpciaccess && rm -f pciaccess.pc pciaccess.pc.tmp libpciaccess.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsimplehook_tester && rm -f llib-lrumpkern_simplehook_tester.ln simplehook_tester.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsimplehook_tester && rm -f llib-lrumpkern_simplehook_tester.ln simplehook_tester.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpciaccess && rm -f libpciaccess.a common_bridge.o common_io.o common_iterator.o common_init.o common_interface.o common_capability.o common_device_name.o common_map.o common_vgaarb_stub.o netbsd_pci.o common_bridge.o.tmp common_io.o.tmp common_iterator.o.tmp common_init.o.tmp common_interface.o.tmp common_capability.o.tmp common_device_name.o.tmp common_map.o.tmp common_vgaarb_stub.o.tmp netbsd_pci.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpciaccess && rm -f libpciaccess.a common_bridge.o common_io.o common_iterator.o common_init.o common_interface.o common_capability.o common_device_name.o common_map.o common_vgaarb_stub.o netbsd_pci.o common_bridge.o.tmp common_io.o.tmp common_iterator.o.tmp common_init.o.tmp common_interface.o.tmp common_capability.o.tmp common_device_name.o.tmp common_map.o.tmp common_vgaarb_stub.o.tmp netbsd_pci.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsimplehook_tester && rm -f librumpkern_simplehook_tester.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsimplehook_tester && rm -f librumpkern_simplehook_tester.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpciaccess && rm -f libpciaccess_p.a common_bridge.po common_io.po common_iterator.po common_init.po common_interface.po common_capability.po common_device_name.po common_map.po common_vgaarb_stub.po netbsd_pci.po common_bridge.po.tmp common_io.po.tmp common_iterator.po.tmp common_init.po.tmp common_interface.po.tmp common_capability.po.tmp common_device_name.po.tmp common_map.po.tmp common_vgaarb_stub.po.tmp netbsd_pci.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpciaccess && rm -f libpciaccess_p.a common_bridge.po common_io.po common_iterator.po common_init.po common_interface.po common_capability.po common_device_name.po common_map.po common_vgaarb_stub.po netbsd_pci.po common_bridge.po.tmp common_io.po.tmp common_iterator.po.tmp common_init.po.tmp common_interface.po.tmp common_capability.po.tmp common_device_name.po.tmp common_map.po.tmp common_vgaarb_stub.po.tmp netbsd_pci.po.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsimplehook_tester && rm -f .depend simplehook_tester.d simplehook_tester.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpciaccess && rm -f libpciaccess_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsimplehook_tester && rm -f .depend simplehook_tester.d simplehook_tester.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpciaccess && rm -f libpciaccess_g.a || true) --- cleandir-lib --- --- cleandir-libsljit --- cleandir ===> lib/../sys/rump/kern/lib/libsljit --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpciaccess && rm -f libpciaccess_pic.a libpciaccess.so.* libpciaccess.so common_bridge.pico common_io.pico common_iterator.pico common_init.pico common_interface.pico common_capability.pico common_device_name.pico common_map.pico common_vgaarb_stub.pico netbsd_pci.pico common_bridge.pico.tmp common_io.pico.tmp common_iterator.pico.tmp common_init.pico.tmp common_interface.pico.tmp common_capability.pico.tmp common_device_name.pico.tmp common_map.pico.tmp common_vgaarb_stub.pico.tmp netbsd_pci.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpciaccess && rm -f libpciaccess_pic.a libpciaccess.so.* libpciaccess.so common_bridge.pico common_io.pico common_iterator.pico common_init.pico common_interface.pico common_capability.pico common_device_name.pico common_map.pico common_vgaarb_stub.pico netbsd_pci.pico common_bridge.pico.tmp common_io.pico.tmp common_iterator.pico.tmp common_init.pico.tmp common_interface.pico.tmp common_capability.pico.tmp common_device_name.pico.tmp common_map.pico.tmp common_vgaarb_stub.pico.tmp netbsd_pci.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsljit && rm -f librumpkern_sljit.a sljitLir.o sljit_mod.o sljitLir.o.tmp sljit_mod.o.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsljit && rm -f librumpkern_sljit.a sljitLir.o sljit_mod.o sljitLir.o.tmp sljit_mod.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpciaccess && rm -f llib-lpciaccess.ln common_bridge.ln common_io.ln common_iterator.ln common_init.ln common_interface.ln common_capability.ln common_device_name.ln common_map.ln common_vgaarb_stub.ln netbsd_pci.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpciaccess && rm -f llib-lpciaccess.ln common_bridge.ln common_io.ln common_iterator.ln common_init.ln common_interface.ln common_capability.ln common_device_name.ln common_map.ln common_vgaarb_stub.ln netbsd_pci.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsljit && rm -f librumpkern_sljit_p.a sljitLir.po sljit_mod.po sljitLir.po.tmp sljit_mod.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsljit && rm -f librumpkern_sljit_p.a sljitLir.po sljit_mod.po sljitLir.po.tmp sljit_mod.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpciaccess && rm -f .depend common_bridge.d common_capability.d common_device_name.d common_init.d common_interface.d common_io.d common_iterator.d common_map.d common_vgaarb_stub.d netbsd_pci.d common_bridge.d.tmp common_capability.d.tmp common_device_name.d.tmp common_init.d.tmp common_interface.d.tmp common_io.d.tmp common_iterator.d.tmp common_map.d.tmp common_vgaarb_stub.d.tmp netbsd_pci.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpciaccess && rm -f .depend common_bridge.d common_capability.d common_device_name.d common_init.d common_interface.d common_io.d common_iterator.d common_map.d common_vgaarb_stub.d netbsd_pci.d common_bridge.d.tmp common_capability.d.tmp common_device_name.d.tmp common_init.d.tmp common_interface.d.tmp common_io.d.tmp common_iterator.d.tmp common_map.d.tmp common_vgaarb_stub.d.tmp netbsd_pci.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsljit && rm -f librumpkern_sljit_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsljit && rm -f librumpkern_sljit_g.a || true) --- cleandir-external --- --- cleandir-libpthread-stubs --- cleandir ===> external/mit/xorg/lib/libpthread-stubs --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsljit && rm -f librumpkern_sljit_pic.a librumpkern_sljit.so.* librumpkern_sljit.so sljitLir.pico sljit_mod.pico sljitLir.pico.tmp sljit_mod.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsljit && rm -f librumpkern_sljit_pic.a librumpkern_sljit.so.* librumpkern_sljit.so sljitLir.pico sljit_mod.pico sljitLir.pico.tmp sljit_mod.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpthread-stubs && rm -f pthread-stubs.pc pthread-stubs.pc.tmp libpthread-stubs.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpthread-stubs && rm -f pthread-stubs.pc pthread-stubs.pc.tmp libpthread-stubs.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsljit && rm -f llib-lrumpkern_sljit.ln sljitLir.ln sljit_mod.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsljit && rm -f llib-lrumpkern_sljit.ln sljitLir.ln sljit_mod.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpthread-stubs && rm -f libpthread-stubs.a stubs.o stubs.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpthread-stubs && rm -f libpthread-stubs.a stubs.o stubs.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsljit && rm -f librumpkern_sljit.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsljit && rm -f librumpkern_sljit.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpthread-stubs && rm -f libpthread-stubs_p.a stubs.po stubs.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpthread-stubs && rm -f libpthread-stubs_p.a stubs.po stubs.po.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsljit && rm -f .depend sljitLir.d sljit_mod.d sljitLir.d.tmp sljit_mod.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpthread-stubs && rm -f libpthread-stubs_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsljit && rm -f .depend sljitLir.d sljit_mod.d sljitLir.d.tmp sljit_mod.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpthread-stubs && rm -f libpthread-stubs_g.a || true) --- cleandir-lib --- --- cleandir-libsolaris --- cleandir ===> lib/../sys/rump/kern/lib/libsolaris --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpthread-stubs && rm -f libpthread-stubs_pic.a stubs.pico stubs.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpthread-stubs && rm -f libpthread-stubs_pic.a stubs.pico stubs.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsolaris && rm -f librumpkern_solaris.a avl.o fnvpair.o nvpair.o nvpair_alloc_fixed.o u8_textprep.o fm.o list.o nvpair_alloc_system.o xdr.o xdr_array.o xdr_mem.o adler32.o crc32.o deflate.o inffast.o inflate.o inftrees.o trees.o zmod.o zmod_subr.o zutil.o acl_common.o callb.o ddi.o kmem.o kobj.o kstat.o misc.o mod.o opensolaris.o policy.o printf.o string.o sysevent.o taskq.o vfs.o zone.o avl.o.tmp fnvpair.o.tmp nvpair.o.tmp nvpair_alloc_fixed.o.tmp u8_textprep.o.tmp fm.o.tmp list.o.tmp nvpair_alloc_system.o.tmp xdr.o.tmp xdr_array.o.tmp xdr_mem.o.tmp adler32.o.tmp crc32.o.tmp deflate.o.tmp inffast.o.tmp inflate.o.tmp inftrees.o.tmp trees.o.tmp zmod.o.tmp zmod_subr.o.tmp zutil.o.tmp acl_common.o.tmp callb.o.tmp ddi.o.tmp kmem.o.tmp kobj.o.tmp kstat.o.tmp misc.o.tmp mod.o.tmp opensolaris.o.tmp policy.o.tmp printf.o.tmp string.o.tmp sysevent.o.tmp taskq.o.tmp vfs.o.tmp zone.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpthread-stubs && rm -f llib-lpthread-stubs.ln stubs.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsolaris && rm -f librumpkern_solaris.a avl.o fnvpair.o nvpair.o nvpair_alloc_fixed.o u8_textprep.o fm.o list.o nvpair_alloc_system.o xdr.o xdr_array.o xdr_mem.o adler32.o crc32.o deflate.o inffast.o inflate.o inftrees.o trees.o zmod.o zmod_subr.o zutil.o acl_common.o callb.o ddi.o kmem.o kobj.o kstat.o misc.o mod.o opensolaris.o policy.o printf.o string.o sysevent.o taskq.o vfs.o zone.o avl.o.tmp fnvpair.o.tmp nvpair.o.tmp nvpair_alloc_fixed.o.tmp u8_textprep.o.tmp fm.o.tmp list.o.tmp nvpair_alloc_system.o.tmp xdr.o.tmp xdr_array.o.tmp xdr_mem.o.tmp adler32.o.tmp crc32.o.tmp deflate.o.tmp inffast.o.tmp inflate.o.tmp inftrees.o.tmp trees.o.tmp zmod.o.tmp zmod_subr.o.tmp zutil.o.tmp acl_common.o.tmp callb.o.tmp ddi.o.tmp kmem.o.tmp kobj.o.tmp kstat.o.tmp misc.o.tmp mod.o.tmp opensolaris.o.tmp policy.o.tmp printf.o.tmp string.o.tmp sysevent.o.tmp taskq.o.tmp vfs.o.tmp zone.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpthread-stubs && rm -f llib-lpthread-stubs.ln stubs.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsolaris && rm -f librumpkern_solaris_p.a avl.po fnvpair.po nvpair.po nvpair_alloc_fixed.po u8_textprep.po fm.po list.po nvpair_alloc_system.po xdr.po xdr_array.po xdr_mem.po adler32.po crc32.po deflate.po inffast.po inflate.po inftrees.po trees.po zmod.po zmod_subr.po zutil.po acl_common.po callb.po ddi.po kmem.po kobj.po kstat.po misc.po mod.po opensolaris.po policy.po printf.po string.po sysevent.po taskq.po vfs.po zone.po avl.po.tmp fnvpair.po.tmp nvpair.po.tmp nvpair_alloc_fixed.po.tmp u8_textprep.po.tmp fm.po.tmp list.po.tmp nvpair_alloc_system.po.tmp xdr.po.tmp xdr_array.po.tmp xdr_mem.po.tmp adler32.po.tmp crc32.po.tmp deflate.po.tmp inffast.po.tmp inflate.po.tmp inftrees.po.tmp trees.po.tmp zmod.po.tmp zmod_subr.po.tmp zutil.po.tmp acl_common.po.tmp callb.po.tmp ddi.po.tmp kmem.po.tmp kobj.po.tmp kstat.po.tmp misc.po.tmp mod.po.tmp opensolaris.po.tmp policy.po.tmp printf.po.tmp string.po.tmp sysevent.po.tmp taskq.p--- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libpthread-stubs && rm -f .depend stubs.d stubs.d.tmp tags || true) --- cleandir-lib --- o.tmp vfs.po.tmp zone.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libpthread-stubs && rm -f .depend stubs.d stubs.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsolaris && rm -f librumpkern_solaris_p.a avl.po fnvpair.po nvpair.po nvpair_alloc_fixed.po u8_textprep.po fm.po list.po nvpair_alloc_system.po xdr.po xdr_array.po xdr_mem.po adler32.po crc32.po deflate.po inffast.po inflate.po inftrees.po trees.po zmod.po zmod_subr.po zutil.po acl_common.po callb.po ddi.po kmem.po kobj.po kstat.po misc.po mod.po opensolaris.po policy.po printf.po string.po sysevent.po taskq.po vfs.po zone.po avl.po.tmp fnvpair.po.tmp nvpair.po.tmp nvpair_alloc_fixed.po.tmp u8_textprep.po.tmp fm.po.tmp list.po.tmp nvpair_alloc_system.po.tmp xdr.po.tmp xdr_array.po.tmp xdr_mem.po.tmp adler32.po.tmp crc32.po.tmp deflate.po.tmp inffast.po.tmp inflate.po.tmp inftrees.po.tmp trees.po.tmp zmod.po.tmp zmod_subr.po.tmp zutil.po.tmp acl_common.po.tmp callb.po.tmp ddi.po.tmp kmem.po.tmp kobj.po.tmp kstat.po.tmp misc.po.tmp mod.po.tmp opensolaris.po.tmp policy.po.tmp printf.po.tmp string.po.tmp sysevent.po.tmp taskq.po.tmp vfs.po.tmp zone.po.tmp || true) --- cleandir-external --- --- cleandir-libxcvt --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcvt --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsolaris && rm -f librumpkern_solaris_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsolaris && rm -f librumpkern_solaris_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsolaris && rm -f librumpkern_solaris_pic.a librumpkern_solaris.so.* librumpkern_solaris.so avl.pico fnvpair.pico nvpair.pico nvpair_alloc_fixed.pico u8_textprep.pico fm.pico list.pico nvpair_alloc_system.pico xdr.pico xdr_array.pico xdr_mem.pico adler32.pico crc32.pico deflate.pico inffast.pico inflate.pico inftrees.pico trees.pico zmod.pico zmod_subr.pico zutil.pico acl_common.pico callb.pico ddi.pico kmem.pico kobj.pico kstat.pico misc.pico mod.pico opensolaris.pico policy.pico printf.pico string.pico sysevent.pico taskq.pico vfs.pico zone.pico avl.pico.tmp fnvpair.pico.tmp nvpair.pico.tmp nvpair_alloc_fixed.pico.tmp u8_textprep.pico.tmp fm.pico.tmp list.pico.tmp nvpair_alloc_system.pico.tmp xdr.pico.tmp xdr_array.pico.tmp xdr_mem.pico.tmp adler32.pico.tmp crc32.pico.tmp deflate.pico.tmp inffast.pico.tmp inflate.pico.tmp inftrees.pico.tmp trees.pico.tmp zmod.pico.tmp zmod_subr.pico.tmp zutil.pico.tmp acl_common.pico.tmp callb.pico.tmp ddi.pico.tmp kmem.pico.tmp kobj.pico.tmp kstat.pico.tmp misc.pico.tmp mod.pico.tmp opensolaris.pico.tmp policy.pico.tmp printf.pico.tmp string.pico.tmp sysevent.pico.tmp taskq.pico.tmp vfs.pico.tmp zone.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsolaris && rm -f librumpkern_solaris_pic.a librumpkern_solaris.so.* librumpkern_solaris.so avl.pico fnvpair.pico nvpair.pico nvpair_alloc_fixed.pico u8_textprep.pico fm.pico list.pico nvpair_alloc_system.pico xdr.pico xdr_array.pico xdr_mem.pico adler32.pico crc32.pico deflate.pico inffast.pico inflate.pico inftrees.pico trees.pico zmod.pico zmod_subr.pico zutil.pico acl_common.pico callb.pico ddi.pico kmem.pico kobj.pico kstat.pico misc.pico mod.pico opensolaris.pico policy.pico printf.pico string.pico sysevent.pico taskq.pico vfs.pico zone.pico avl.pico.tmp fnvpair.pico.tmp nvpair.pico.tmp nvpair_alloc_fixed.pico.tmp u8_textprep.pico.tmp fm.pico.tmp list.pico.tmp nvpair_alloc_system.pico.tmp xdr.pico.tmp xdr_array.pico.tmp xdr_mem.pico.tmp adler32.pico.tmp crc32.pico.tmp deflate.pico.tmp inffast.pico.tmp inflate.pico.tmp inftrees.pico.tmp trees.pico.tmp zmod.pico.tmp zmod_subr.pico.tmp zutil.pico.tmp acl_common.pico.tmp callb.pico.tmp ddi.pico.tmp kmem.pico.tmp kobj.pico.tmp kstat.pico.tmp misc.pico.tmp mod.pico.tmp opensolaris.pico.tmp policy.pico.tmp printf.pico.tmp string.pico.tmp sysevent.pico.tmp taskq.pico.tmp vfs.pico.tmp zone.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcvt && rm -f libxcvt.pc libxcvt.pc.tmp libxcvt.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcvt && rm -f libxcvt.pc libxcvt.pc.tmp libxcvt.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsolaris && rm -f llib-lrumpkern_solaris.ln avl.ln fnvpair.ln nvpair.ln nvpair_alloc_fixed.ln u8_textprep.ln fm.ln list.ln nvpair_alloc_system.ln xdr.ln xdr_array.ln xdr_mem.ln adler32.ln crc32.ln deflate.ln inffast.ln inflate.ln inftrees.ln trees.ln zmod.ln zmod_subr.ln zutil.ln acl_common.ln callb.ln ddi.ln kmem.ln kobj.ln kstat.ln misc.ln mod.ln opensolaris.ln policy.ln printf.ln string.ln sysevent.ln taskq.ln vfs.ln zone.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsolaris && rm -f llib-lrumpkern_solaris.ln avl.ln fnvpair.ln nvpair.ln nvpair_alloc_fixed.ln u8_textprep.ln fm.ln list.ln nvpair_alloc_system.ln xdr.ln xdr_array.ln xdr_mem.ln adler32.ln crc32.ln deflate.ln inffast.ln inflate.ln inftrees.ln trees.ln zmod.ln zmod_subr.ln zutil.ln acl_common.ln callb.ln ddi.ln kmem.ln kobj.ln kstat.ln misc.ln mod.ln opensolaris.ln policy.ln printf.ln string.ln sysevent.ln taskq.ln vfs.ln zone.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcvt && rm -f libxcvt.a libxcvt.o libxcvt.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcvt && rm -f libxcvt.a libxcvt.o libxcvt.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsolaris && rm -f librumpkern_solaris.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsolaris && rm -f librumpkern_solaris.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcvt && rm -f libxcvt_p.a libxcvt.po libxcvt.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcvt && rm -f libxcvt_p.a libxcvt.po libxcvt.po.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/kern/lib/libsolaris && rm -f .depend acl_common.d adler32.d avl.d callb.d crc32.d ddi.d deflate.d fm.d fnvpair.d inffast.d inflate.d inftrees.d kmem.d kobj.d kstat.d list.d misc.d mod.d nvpair.d nvpair_alloc_fixed.d nvpair_alloc_system.d opensolaris.d policy.d printf.d string.d sysevent.d taskq.d trees.d u8_textprep.d vfs.d xdr.d xdr_array.d xdr_mem.d zmod.d zmod_subr.d zone.d zutil.d acl_common.d.tmp adler32.d.tmp avl.d.tmp callb.d.tmp crc32.d.tmp ddi.d.tmp deflate.d.tmp fm.d.tmp fnvpair.d.tmp inffast.d.tmp inflate.d.tmp inftrees.d.tmp kmem.d.tmp kobj.d.tmp kstat.d.tmp list.d.tmp misc.d.tmp mod.d.tmp nvpair.d.tmp nvpair_alloc_fixed.d.tmp nvpair_alloc_system.d.tmp opensolaris.d.tmp policy.d.tmp printf.d.tmp string.d.tmp sysevent.d.tmp taskq.d.tmp trees.d.tmp u8_textprep.d.tmp vfs.d.tmp xdr.d.tmp xdr_array.d.tmp xdr_mem.d.tmp zmod.d.tmp zmod_subr.d.tmp zone.d.tmp zutil.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcvt && rm -f libxcvt_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/kern/lib/libsolaris && rm -f .depend acl_common.d adler32.d avl.d callb.d crc32.d ddi.d deflate.d fm.d fnvpair.d inffast.d inflate.d inftrees.d kmem.d kobj.d kstat.d list.d misc.d mod.d nvpair.d nvpair_alloc_fixed.d nvpair_alloc_system.d opensolaris.d policy.d printf.d string.d sysevent.d taskq.d trees.d u8_textprep.d vfs.d xdr.d xdr_array.d xdr_mem.d zmod.d zmod_subr.d zone.d zutil.d acl_common.d.tmp adler32.d.tmp avl.d.tmp callb.d.tmp crc32.d.tmp ddi.d.tmp deflate.d.tmp fm.d.tmp fnvpair.d.tmp inffast.d.tmp inflate.d.tmp inftrees.d.tmp kmem.d.tmp kobj.d.tmp kstat.d.tmp list.d.tmp misc.d.tmp mod.d.tmp nvpair.d.tmp nvpair_alloc_fixed.d.tmp nvpair_alloc_system.d.tmp opensolaris.d.tmp policy.d.tmp printf.d.tmp string.d.tmp sysevent.d.tmp taskq.d.tmp trees.d.tmp u8_textprep.d.tmp vfs.d.tmp xdr.d.tmp xdr_array.d.tmp xdr_mem.d.tmp zmod.d.tmp zmod_subr.d.tmp zone.d.tmp zutil.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcvt && rm -f libxcvt_g.a || true) --- cleandir-lib --- --- cleandir-../sys/rump/net/lib --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcvt && rm -f libxcvt_pic.a libxcvt.so.* libxcvt.so libxcvt.pico libxcvt.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcvt && rm -f libxcvt_pic.a libxcvt.so.* libxcvt.so libxcvt.pico libxcvt.pico.tmp || true) --- cleandir-lib --- --- cleandir-libagr --- cleandir ===> lib/../sys/rump/net/lib/libagr --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcvt && rm -f llib-lxcvt.ln libxcvt.ln || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcvt && rm -f llib-lxcvt.ln libxcvt.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libagr && rm -f librumpnet_agr.a if_agr.o if_agrsoftc.o if_agrsubr.o if_agrtimer.o if_agrmonitor.o if_agrether.o if_agrether_hash.o ieee8023ad_marker.o ieee8023ad_lacp.o ieee8023ad_lacp_select.o ieee8023ad_lacp_timer.o ieee8023ad_lacp_sm_rx.o ieee8023ad_lacp_sm_mux.o ieee8023ad_lacp_sm_ptx.o ieee8023ad_lacp_sm_tx.o ieee8023ad_lacp_debug.o ieee8023_tlv.o agr_component.o if_agr.o.tmp if_agrsoftc.o.tmp if_agrsubr.o.tmp if_agrtimer.o.tmp if_agrmonitor.o.tmp if_agrether.o.tmp if_agrether_hash.o.tmp ieee8023ad_marker.o.tmp ieee8023ad_lacp.o.tmp ieee8023ad_lacp_select.o.tmp ieee8023ad_lacp_timer.o.tmp ieee8023ad_lacp_sm_rx.o.tmp ieee8023ad_lacp_sm_mux.o.tmp ieee8023ad_lacp_sm_ptx.o.tmp ieee8023ad_lacp_sm_tx.o.tmp ieee8023ad_lacp_debug.o.tmp ieee8023_tlv.o.tmp agr_component.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libagr && rm -f librumpnet_agr.a if_agr.o if_agrsoftc.o if_agrsubr.o if_agrtimer.o if_agrmonitor.o if_agrether.o if_agrether_hash.o ieee8023ad_marker.o ieee8023ad_lacp.o ieee8023ad_lacp_select.o ieee8023ad_lacp_timer.o ieee8023ad_lacp_sm_rx.o ieee8023ad_lacp_sm_mux.o ieee8023ad_lacp_sm_ptx.o ieee8023ad_lacp_sm_tx.o ieee8023ad_lacp_debug.o ieee8023_tlv.o agr_component.o if_agr.o.tmp if_agrsoftc.o.tmp if_agrsubr.o.tmp if_agrtimer.o.tmp if_agrmonitor.o.tmp if_agrether.o.tmp if_agrether_hash.o.tmp ieee8023ad_marker.o.tmp ieee8023ad_lacp.o.tmp ieee8023ad_lacp_select.o.tmp ieee8023ad_lacp_timer.o.tmp ieee8023ad_lacp_sm_rx.o.tmp ieee8023ad_lacp_sm_mux.o.tmp ieee8023ad_lacp_sm_ptx.o.tmp ieee8023ad_lacp_sm_tx.o.tmp ieee8023ad_lacp_debug.o.tmp ieee8023_tlv.o.tmp agr_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcvt && rm -f .depend libxcvt.d libxcvt.d.tmp tags || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcvt && rm -f .depend libxcvt.d libxcvt.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libagr && rm -f librumpnet_agr_p.a if_agr.po if_agrsoftc.po if_agrsubr.po if_agrtimer.po if_agrmonitor.po if_agrether.po if_agrether_hash.po ieee8023ad_marker.po ieee8023ad_lacp.po ieee8023ad_lacp_select.po ieee8023ad_lacp_timer.po ieee8023ad_lacp_sm_rx.po ieee8023ad_lacp_sm_mux.po ieee8023ad_lacp_sm_ptx.po ieee8023ad_lacp_sm_tx.po ieee8023ad_lacp_debug.po ieee8023_tlv.po agr_component.po if_agr.po.tmp if_agrsoftc.po.tmp if_agrsubr.po.tmp if_agrtimer.po.tmp if_agrmonitor.po.tmp if_agrether.po.tmp if_agrether_hash.po.tmp ieee8023ad_marker.po.tmp ieee8023ad_lacp.po.tmp ieee8023ad_lacp_select.po.tmp ieee8023ad_lacp_timer.po.tmp ieee8023ad_lacp_sm_rx.po.tmp ieee8023ad_lacp_sm_mux.po.tmp ieee8023ad_lacp_sm_ptx.po.tmp ieee8023ad_lacp_sm_tx.po.tmp ieee8023ad_lacp_debug.po.tmp ieee8023_tlv.po.tmp agr_component.po.tmp || true) --- cleandir-external --- --- cleandir-libxshmfence --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libagr && rm -f librumpnet_agr_p.a if_agr.po if_agrsoftc.po if_agrsubr.po if_agrtimer.po if_agrmonitor.po if_agrether.po if_agrether_hash.po ieee8023ad_marker.po ieee8023ad_lacp.po ieee8023ad_lacp_select.po ieee8023ad_lacp_timer.po ieee8023ad_lacp_sm_rx.po ieee8023ad_lacp_sm_mux.po ieee8023ad_lacp_sm_ptx.po ieee8023ad_lacp_sm_tx.po ieee8023ad_lacp_debug.po ieee8023_tlv.po agr_component.po if_agr.po.tmp if_agrsoftc.po.tmp if_agrsubr.po.tmp if_agrtimer.po.tmp if_agrmonitor.po.tmp if_agrether.po.tmp if_agrether_hash.po.tmp ieee8023ad_marker.po.tmp ieee8023ad_lacp.po.tmp ieee8023ad_lacp_select.po.tmp ieee8023ad_lacp_timer.po.tmp ieee8023ad_lacp_sm_rx.po.tmp ieee8023ad_lacp_sm_mux.po.tmp ieee8023ad_lacp_sm_ptx.po.tmp ieee8023ad_lacp_sm_tx.po.tmp ieee8023ad_lacp_debug.po.tmp ieee8023_tlv.po.tmp agr_component.po.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxshmfence --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libagr && rm -f librumpnet_agr_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libagr && rm -f librumpnet_agr_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxshmfence && rm -f xshmfence.pc xshmfence.pc.tmp libxshmfence.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libagr && rm -f librumpnet_agr_pic.a librumpnet_agr.so.* librumpnet_agr.so if_agr.pico if_agrsoftc.pico if_agrsubr.pico if_agrtimer.pico if_agrmonitor.pico if_agrether.pico if_agrether_hash.pico ieee8023ad_marker.pico ieee8023ad_lacp.pico ieee8023ad_lacp_select.pico ieee8023ad_lacp_timer.pico ieee8023ad_lacp_sm_rx.pico ieee8023ad_lacp_sm_mux.pico ieee8023ad_lacp_sm_ptx.pico ieee8023ad_lacp_sm_tx.pico ieee8023ad_lacp_debug.pico ieee8023_tlv.pico agr_component.pico if_agr.pico.tmp if_agrsoftc.pico.tmp if_agrsubr.pico.tmp if_agrtimer.pico.tmp if_agrmonitor.pico.tmp if_agrether.pico.tmp if_agrether_hash.pico.tmp ieee8023ad_marker.pico.tmp ieee8023ad_lacp.pico.tmp ieee8023ad_lacp_select.pico.tmp ieee8023ad_lacp_timer.pico.tmp ieee8023ad_lacp_sm_rx.pico.tmp ieee8023ad_lacp_sm_mux.pico.tmp ieee8023ad_lacp_sm_ptx.pico.tmp ieee8023ad_lacp_sm_tx.pico.tmp ieee8023ad_lacp_debug.pico.tmp ieee8023_tlv.pico.tmp agr_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxshmfence && rm -f xshmfence.pc xshmfence.pc.tmp libxshmfence.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libagr && rm -f librumpnet_agr_pic.a librumpnet_agr.so.* librumpnet_agr.so if_agr.pico if_agrsoftc.pico if_agrsubr.pico if_agrtimer.pico if_agrmonitor.pico if_agrether.pico if_agrether_hash.pico ieee8023ad_marker.pico ieee8023ad_lacp.pico ieee8023ad_lacp_select.pico ieee8023ad_lacp_timer.pico ieee8023ad_lacp_sm_rx.pico ieee8023ad_lacp_sm_mux.pico ieee8023ad_lacp_sm_ptx.pico ieee8023ad_lacp_sm_tx.pico ieee8023ad_lacp_debug.pico ieee8023_tlv.pico agr_component.pico if_agr.pico.tmp if_agrsoftc.pico.tmp if_agrsubr.pico.tmp if_agrtimer.pico.tmp if_agrmonitor.pico.tmp if_agrether.pico.tmp if_agrether_hash.pico.tmp ieee8023ad_marker.pico.tmp ieee8023ad_lacp.pico.tmp ieee8023ad_lacp_select.pico.tmp ieee8023ad_lacp_timer.pico.tmp ieee8023ad_lacp_sm_rx.pico.tmp ieee8023ad_lacp_sm_mux.pico.tmp ieee8023ad_lacp_sm_ptx.pico.tmp ieee8023ad_lacp_sm_tx.pico.tmp ieee8023ad_lacp_debug.pico.tmp ieee8023_tlv.pico.tmp agr_component.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxshmfence && rm -f libxshmfence.a xshmfence_alloc.o xshmfence_semaphore.o xshmfence_alloc.o.tmp xshmfence_semaphore.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libagr && rm -f llib-lrumpnet_agr.ln if_agr.ln if_agrsoftc.ln if_agrsubr.ln if_agrtimer.ln if_agrmonitor.ln if_agrether.ln if_agrether_hash.ln ieee8023ad_marker.ln ieee8023ad_lacp.ln ieee8023ad_lacp_select.ln ieee8023ad_lacp_timer.ln ieee8023ad_lacp_sm_rx.ln ieee8023ad_lacp_sm_mux.ln ieee8023ad_lacp_sm_ptx.ln ieee8023ad_lacp_sm_tx.ln ieee8023ad_lacp_debug.ln ieee8023_tlv.ln agr_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxshmfence && rm -f libxshmfence.a xshmfence_alloc.o xshmfence_semaphore.o xshmfence_alloc.o.tmp xshmfence_semaphore.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libagr && rm -f llib-lrumpnet_agr.ln if_agr.ln if_agrsoftc.ln if_agrsubr.ln if_agrtimer.ln if_agrmonitor.ln if_agrether.ln if_agrether_hash.ln ieee8023ad_marker.ln ieee8023ad_lacp.ln ieee8023ad_lacp_select.ln ieee8023ad_lacp_timer.ln ieee8023ad_lacp_sm_rx.ln ieee8023ad_lacp_sm_mux.ln ieee8023ad_lacp_sm_ptx.ln ieee8023ad_lacp_sm_tx.ln ieee8023ad_lacp_debug.ln ieee8023_tlv.ln agr_component.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxshmfence && rm -f libxshmfence_p.a xshmfence_alloc.po xshmfence_semaphore.po xshmfence_alloc.po.tmp xshmfence_semaphore.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libagr && rm -f ioconf.c ioconf.h locators.h librumpnet_agr.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxshmfence && rm -f libxshmfence_p.a xshmfence_alloc.po xshmfence_semaphore.po xshmfence_alloc.po.tmp xshmfence_semaphore.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libagr && rm -f ioconf.c ioconf.h locators.h librumpnet_agr.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxshmfence && rm -f libxshmfence_g.a || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libagr && rm -f .depend agr_component.d ieee8023_tlv.d ieee8023ad_lacp.d ieee8023ad_lacp_debug.d ieee8023ad_lacp_select.d ieee8023ad_lacp_sm_mux.d ieee8023ad_lacp_sm_ptx.d ieee8023ad_lacp_sm_rx.d ieee8023ad_lacp_sm_tx.d ieee8023ad_lacp_timer.d ieee8023ad_marker.d if_agr.d if_agrether.d if_agrether_hash.d if_agrmonitor.d if_agrsoftc.d if_agrsubr.d if_agrtimer.d ioconf.d agr_component.d.tmp ieee8023_tlv.d.tmp ieee8023ad_lacp.d.tmp ieee8023ad_lacp_debug.d.tmp ieee8023ad_lacp_select.d.tmp ieee8023ad_lacp_sm_mux.d.tmp ieee8023ad_lacp_sm_ptx.d.tmp ieee8023ad_lacp_sm_rx.d.tmp ieee8023ad_lacp_sm_tx.d.tmp ieee8023ad_lacp_timer.d.tmp ieee8023ad_marker.d.tmp if_agr.d.tmp if_agrether.d.tmp if_agrether_hash.d.tmp if_agrmonitor.d.tmp if_agrsoftc.d.tmp if_agrsubr.d.tmp if_agrtimer.d.tmp ioconf.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxshmfence && rm -f libxshmfence_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libagr && rm -f .depend agr_component.d ieee8023_tlv.d ieee8023ad_lacp.d ieee8023ad_lacp_debug.d ieee8023ad_lacp_select.d ieee8023ad_lacp_sm_mux.d ieee8023ad_lacp_sm_ptx.d ieee8023ad_lacp_sm_rx.d ieee8023ad_lacp_sm_tx.d ieee8023ad_lacp_timer.d ieee8023ad_marker.d if_agr.d if_agrether.d if_agrether_hash.d if_agrmonitor.d if_agrsoftc.d if_agrsubr.d if_agrtimer.d ioconf.d agr_component.d.tmp ieee8023_tlv.d.tmp ieee8023ad_lacp.d.tmp ieee8023ad_lacp_debug.d.tmp ieee8023ad_lacp_select.d.tmp ieee8023ad_lacp_sm_mux.d.tmp ieee8023ad_lacp_sm_ptx.d.tmp ieee8023ad_lacp_sm_rx.d.tmp ieee8023ad_lacp_sm_tx.d.tmp ieee8023ad_lacp_timer.d.tmp ieee8023ad_marker.d.tmp if_agr.d.tmp if_agrether.d.tmp if_agrether_hash.d.tmp if_agrmonitor.d.tmp if_agrsoftc.d.tmp if_agrsubr.d.tmp if_agrtimer.d.tmp ioconf.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxshmfence && rm -f libxshmfence_pic.a libxshmfence.so.* libxshmfence.so xshmfence_alloc.pico xshmfence_semaphore.pico xshmfence_alloc.pico.tmp xshmfence_semaphore.pico.tmp || true) --- cleandir-lib --- --- cleandir-libaltq --- cleandir ===> lib/../sys/rump/net/lib/libaltq --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxshmfence && rm -f libxshmfence_pic.a libxshmfence.so.* libxshmfence.so xshmfence_alloc.pico xshmfence_semaphore.pico xshmfence_alloc.pico.tmp xshmfence_semaphore.pico.tmp || true) --- libclean5 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxshmfence && rm -f llib-lxshmfence.ln xshmfence_alloc.ln xshmfence_semaphore.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libaltq && rm -f librumpnet_altq.a altq_subr.o altq_conf.o altq_cbq.o altq_rmclass.o altq_component.o altq_subr.o.tmp altq_conf.o.tmp altq_cbq.o.tmp altq_rmclass.o.tmp altq_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxshmfence && rm -f llib-lxshmfence.ln xshmfence_alloc.ln xshmfence_semaphore.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libaltq && rm -f librumpnet_altq.a altq_subr.o altq_conf.o altq_cbq.o altq_rmclass.o altq_component.o altq_subr.o.tmp altq_conf.o.tmp altq_cbq.o.tmp altq_rmclass.o.tmp altq_component.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxshmfence && rm -f .depend xshmfence_alloc.d xshmfence_semaphore.d xshmfence_alloc.d.tmp xshmfence_semaphore.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libaltq && rm -f librumpnet_altq_p.a altq_subr.po altq_conf.po altq_cbq.po altq_rmclass.po altq_component.po altq_subr.po.tmp altq_conf.po.tmp altq_cbq.po.tmp altq_rmclass.po.tmp altq_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxshmfence && rm -f .depend xshmfence_alloc.d xshmfence_semaphore.d xshmfence_alloc.d.tmp xshmfence_semaphore.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libaltq && rm -f librumpnet_altq_p.a altq_subr.po altq_conf.po altq_cbq.po altq_rmclass.po altq_component.po altq_subr.po.tmp altq_conf.po.tmp altq_cbq.po.tmp altq_rmclass.po.tmp altq_component.po.tmp || true) --- cleandir-external --- --- cleandir-libdrm_intel --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libdrm_intel --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libaltq && rm -f librumpnet_altq_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libaltq && rm -f librumpnet_altq_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libaltq && rm -f librumpnet_altq_pic.a librumpnet_altq.so.* librumpnet_altq.so altq_subr.pico altq_conf.pico altq_cbq.pico altq_rmclass.pico altq_component.pico altq_subr.pico.tmp altq_conf.pico.tmp altq_cbq.pico.tmp altq_rmclass.pico.tmp altq_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libaltq && rm -f librumpnet_altq_pic.a librumpnet_altq.so.* librumpnet_altq.so altq_subr.pico altq_conf.pico altq_cbq.pico altq_rmclass.pico altq_component.pico altq_subr.pico.tmp altq_conf.pico.tmp altq_cbq.pico.tmp altq_rmclass.pico.tmp altq_component.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libaltq && rm -f llib-lrumpnet_altq.ln altq_subr.ln altq_conf.ln altq_cbq.ln altq_rmclass.ln altq_component.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_intel && rm -f libdrm_intel.pc libdrm_intel.pc.tmp libdrm_intel.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libaltq && rm -f llib-lrumpnet_altq.ln altq_subr.ln altq_conf.ln altq_cbq.ln altq_rmclass.ln altq_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_intel && rm -f libdrm_intel.pc libdrm_intel.pc.tmp libdrm_intel.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libaltq && rm -f librumpnet_altq.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_intel && rm -f libdrm_intel.a intel_bufmgr.o intel_bufmgr_fake.o intel_bufmgr_gem.o intel_chipset.o intel_decode.o mm.o intel_bufmgr.o.tmp intel_bufmgr_fake.o.tmp intel_bufmgr_gem.o.tmp intel_chipset.o.tmp intel_decode.o.tmp mm.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libaltq && rm -f librumpnet_altq.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_intel && rm -f libdrm_intel.a intel_bufmgr.o intel_bufmgr_fake.o intel_bufmgr_gem.o intel_chipset.o intel_decode.o mm.o intel_bufmgr.o.tmp intel_bufmgr_fake.o.tmp intel_bufmgr_gem.o.tmp intel_chipset.o.tmp intel_decode.o.tmp mm.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libaltq && rm -f .depend altq_cbq.d altq_component.d altq_conf.d altq_rmclass.d altq_subr.d altq_cbq.d.tmp altq_component.d.tmp altq_conf.d.tmp altq_rmclass.d.tmp altq_subr.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_intel && rm -f libdrm_intel_p.a intel_bufmgr.po intel_bufmgr_fake.po intel_bufmgr_gem.po intel_chipset.po intel_decode.po mm.po intel_bufmgr.po.tmp intel_bufmgr_fake.po.tmp intel_bufmgr_gem.po.tmp intel_chipset.po.tmp intel_decode.po.tmp mm.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libaltq && rm -f .depend altq_cbq.d altq_component.d altq_conf.d altq_rmclass.d altq_subr.d altq_cbq.d.tmp altq_component.d.tmp altq_conf.d.tmp altq_rmclass.d.tmp altq_subr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_intel && rm -f libdrm_intel_p.a intel_bufmgr.po intel_bufmgr_fake.po intel_bufmgr_gem.po intel_chipset.po intel_decode.po mm.po intel_bufmgr.po.tmp intel_bufmgr_fake.po.tmp intel_bufmgr_gem.po.tmp intel_chipset.po.tmp intel_decode.po.tmp mm.po.tmp || true) --- cleandir-lib --- --- cleandir-libbridge --- cleandir ===> lib/../sys/rump/net/lib/libbridge --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_intel && rm -f libdrm_intel_g.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_intel && rm -f libdrm_intel_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbridge && rm -f librumpnet_bridge.a if_bridge.o bridgestp.o bridge_component.o if_bridge.o.tmp bridgestp.o.tmp bridge_component.o.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbridge && rm -f librumpnet_bridge.a if_bridge.o bridgestp.o bridge_component.o if_bridge.o.tmp bridgestp.o.tmp bridge_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_intel && rm -f libdrm_intel_pic.a libdrm_intel.so.* libdrm_intel.so intel_bufmgr.pico intel_bufmgr_fake.pico intel_bufmgr_gem.pico intel_chipset.pico intel_decode.pico mm.pico intel_bufmgr.pico.tmp intel_bufmgr_fake.pico.tmp intel_bufmgr_gem.pico.tmp intel_chipset.pico.tmp intel_decode.pico.tmp mm.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_intel && rm -f libdrm_intel_pic.a libdrm_intel.so.* libdrm_intel.so intel_bufmgr.pico intel_bufmgr_fake.pico intel_bufmgr_gem.pico intel_chipset.pico intel_decode.pico mm.pico intel_bufmgr.pico.tmp intel_bufmgr_fake.pico.tmp intel_bufmgr_gem.pico.tmp intel_chipset.pico.tmp intel_decode.pico.tmp mm.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbridge && rm -f librumpnet_bridge_p.a if_bridge.po bridgestp.po bridge_component.po if_bridge.po.tmp bridgestp.po.tmp bridge_component.po.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_intel && rm -f llib-ldrm_intel.ln intel_bufmgr.ln intel_bufmgr_fake.ln intel_bufmgr_gem.ln intel_chipset.ln intel_decode.ln mm.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbridge && rm -f librumpnet_bridge_p.a if_bridge.po bridgestp.po bridge_component.po if_bridge.po.tmp bridgestp.po.tmp bridge_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_intel && rm -f llib-ldrm_intel.ln intel_bufmgr.ln intel_bufmgr_fake.ln intel_bufmgr_gem.ln intel_chipset.ln intel_decode.ln mm.ln || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbridge && rm -f librumpnet_bridge_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_intel && rm -f .depend intel_bufmgr.d intel_bufmgr_fake.d intel_bufmgr_gem.d intel_chipset.d intel_decode.d mm.d intel_bufmgr.d.tmp intel_bufmgr_fake.d.tmp intel_bufmgr_gem.d.tmp intel_chipset.d.tmp intel_decode.d.tmp mm.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbridge && rm -f librumpnet_bridge_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_intel && rm -f .depend intel_bufmgr.d intel_bufmgr_fake.d intel_bufmgr_gem.d intel_chipset.d intel_decode.d mm.d intel_bufmgr.d.tmp intel_bufmgr_fake.d.tmp intel_bufmgr_gem.d.tmp intel_chipset.d.tmp intel_decode.d.tmp mm.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbridge && rm -f librumpnet_bridge_pic.a librumpnet_bridge.so.* librumpnet_bridge.so if_bridge.pico bridgestp.pico bridge_component.pico if_bridge.pico.tmp bridgestp.pico.tmp bridge_component.pico.tmp || true) --- cleandir-external --- --- cleandir-libdrm_amdgpu --- cleandir ===> external/mit/xorg/lib/libdrm_amdgpu --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbridge && rm -f librumpnet_bridge_pic.a librumpnet_bridge.so.* librumpnet_bridge.so if_bridge.pico bridgestp.pico bridge_component.pico if_bridge.pico.tmp bridgestp.pico.tmp bridge_component.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbridge && rm -f llib-lrumpnet_bridge.ln if_bridge.ln bridgestp.ln bridge_component.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbridge && rm -f llib-lrumpnet_bridge.ln if_bridge.ln bridgestp.ln bridge_component.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbridge && rm -f ioconf.c ioconf.h locators.h librumpnet_bridge.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbridge && rm -f ioconf.c ioconf.h locators.h librumpnet_bridge.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_amdgpu && rm -f libdrm_amdgpu.pc libdrm_amdgpu.pc.tmp libdrm_amdgpu.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_amdgpu && rm -f libdrm_amdgpu.pc libdrm_amdgpu.pc.tmp libdrm_amdgpu.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbridge && rm -f .depend bridge_component.d bridgestp.d if_bridge.d ioconf.d bridge_component.d.tmp bridgestp.d.tmp if_bridge.d.tmp ioconf.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbridge && rm -f .depend bridge_component.d bridgestp.d if_bridge.d ioconf.d bridge_component.d.tmp bridgestp.d.tmp if_bridge.d.tmp ioconf.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_amdgpu && rm -f libdrm_amdgpu.a amdgpu_asic_id.o amdgpu_bo.o amdgpu_cs.o amdgpu_device.o amdgpu_gpu_info.o amdgpu_vamgr.o amdgpu_vm.o handle_table.o amdgpu_asic_id.o.tmp amdgpu_bo.o.tmp amdgpu_cs.o.tmp amdgpu_device.o.tmp amdgpu_gpu_info.o.tmp amdgpu_vamgr.o.tmp amdgpu_vm.o.tmp handle_table.o.tmp || true) --- cleandir-lib --- --- cleandir-libnet --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_amdgpu && rm -f libdrm_amdgpu.a amdgpu_asic_id.o amdgpu_bo.o amdgpu_cs.o amdgpu_device.o amdgpu_gpu_info.o amdgpu_vamgr.o amdgpu_vm.o handle_table.o amdgpu_asic_id.o.tmp amdgpu_bo.o.tmp amdgpu_cs.o.tmp amdgpu_device.o.tmp amdgpu_gpu_info.o.tmp amdgpu_vamgr.o.tmp amdgpu_vm.o.tmp handle_table.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libnet --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_amdgpu && rm -f libdrm_amdgpu_p.a amdgpu_asic_id.po amdgpu_bo.po amdgpu_cs.po amdgpu_device.po amdgpu_gpu_info.po amdgpu_vamgr.po amdgpu_vm.po handle_table.po amdgpu_asic_id.po.tmp amdgpu_bo.po.tmp amdgpu_cs.po.tmp amdgpu_device.po.tmp amdgpu_gpu_info.po.tmp amdgpu_vamgr.po.tmp amdgpu_vm.po.tmp handle_table.po.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_amdgpu && rm -f libdrm_amdgpu_p.a amdgpu_asic_id.po amdgpu_bo.po amdgpu_cs.po amdgpu_device.po amdgpu_gpu_info.po amdgpu_vamgr.po amdgpu_vm.po handle_table.po amdgpu_asic_id.po.tmp amdgpu_bo.po.tmp amdgpu_cs.po.tmp amdgpu_device.po.tmp amdgpu_gpu_info.po.tmp amdgpu_vamgr.po.tmp amdgpu_vm.po.tmp handle_table.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet && rm -f librumpnet_net.a if.o if_loop.o if_stats.o route.o rtsock.o raw_usrreq.o raw_cb.o if_media.o link_proto.o net_stats.o if_ethersubr.o if_spppsubr.o if_43.o if_llatbl.o nd.o net_component.o ether_sw_offload.o rtsock_50.o uipc_syscalls_50.o rtsock_70.o uipc_usrreq_70.o in_proto.o igmp.o in.o in_offload.o in_pcb.o ip_carp.o ip_icmp.o ip_flow.o ip_input.o ip_reass.o ip_output.o raw_ip.o in_cksum.o cpu_in_cksum.o in4_cksum.o ip_encap.o portalgo.o if_arp.o tcp_congctl.o tcp_input.o tcp_output.o tcp_sack.o tcp_subr.o tcp_syncache.o tcp_timer.o tcp_usrreq.o tcp_vtw.o udp_usrreq.o ip_ecn.o dest6.o frag6.o icmp6.o in6.o in6_cksum.o in6_ifattach.o in6_offload.o in6_pcb.o in6_proto.o in6_src.o ip6_flow.o ip6_forward.o ip6_input.o ip6_mroute.o ip6_output.o mld6.o nd6.o nd6_nbr.o nd6_rtr.o raw_ip6.o route6.o scope6.o udp6_usrreq.o mpls_ttl.o if_mpls.o mpls_proto.o if.o.tmp if_loop.o.tmp if_stats.o.tmp route.o.tmp rtsock.o.tmp raw_usrreq.o.tmp raw_cb.o.tmp if_media.o.tmp link_proto.o.tmp net_stats.o.tmp if_ethersubr.o.tmp if_spppsubr.o.tmp if_43.o.tmp if_llatbl.o.tmp nd.o.tmp net_component.o.tmp ether_sw_offload.o.tmp rtsock_50.o.tmp uipc_syscalls_50.o.tmp rtsock_70.o.tmp uipc_usrreq_70.o.tmp in_proto.o.tmp igmp.o.tmp in.o.tmp in_offload.o.tmp in_pcb.o.tmp ip_carp.o.tmp ip_icmp.o.tmp ip_flow.o.tmp ip_input.o.tmp ip_reass.o.tmp ip_output.o.tmp raw_ip.o.tmp in_cksum.o.tmp cpu_in_cksum.o.tmp in4_cksum.o.tmp ip_encap.o.tmp portalgo.o.tmp if_arp.o.tmp tcp_congctl.o.tmp tcp_input.o.tmp tcp_output.o.tmp tcp_sack.o.tmp tcp_subr.o.tmp tcp_syncache.o.tmp tcp_timer.o.tmp tcp_usrreq.o.tmp tcp_vtw.o.tmp udp_usrreq.o.tmp ip_ecn.o.tmp dest6.o.tmp frag6.o.tmp icmp6.o.tmp in6.o.tmp in6_cksum.o.tmp in6_ifattach.o.tmp in6_offload.o.tmp in6_pcb.o.tmp in6_proto.o.tmp in6_src.o.tmp ip6_flow.o.tmp ip6_forward.o.tmp ip6_input.o.tmp ip6_mroute.o.tmp ip6_output.o.tmp mld6.o.tmp nd6.o.tmp nd6_nbr.o.tmp nd6_rtr.o.tmp raw_ip6.o.tmp route6.o.tmp scope6.o.tmp udp6_usrreq.o.tmp mpls_ttl.o.tmp if_mpls.o.tmp mpls_proto.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet && rm -f librumpnet_net.a if.o if_loop.o if_stats.o route.o rtsock.o raw_usrreq.o raw_cb.o if_media.o link_proto.o net_stats.o if_ethersubr.o if_spppsubr.o if_43.o if_llatbl.o nd.o net_component.o ether_sw_offload.o rtsock_50.o uipc_syscalls_50.o rtsock_70.o uipc_usrreq_70.o in_proto.o igmp.o in.o in_offload.o in_pcb.o ip_carp.o ip_icmp.o ip_flow.o ip_input.o ip_reass.o ip_output.o raw_ip.o in_cksum.o cpu_in_cksum.o in4_cksum.o ip_encap.o portalgo.o if_arp.o tcp_congctl.o tcp_input.o tcp_output.o tcp_sack.o tcp_subr.o tcp_syncache.o tcp_timer.o tcp_usrreq.o tcp_vtw.o udp_usrreq.o ip_ecn.o dest6.o frag6.o icmp6.o in6.o in6_cksum.o in6_ifattach.o in6_offload.o in6_pcb.o in6_proto.o in6_src.o ip6_flow.o ip6_forward.o ip6_input.o ip6_mroute.o ip6_output.o mld6.o nd6.o nd6_nbr.o nd6_rtr.o raw_ip6.o route6.o scope6.o udp6_usrreq.o mpls_ttl.o if_mpls.o mpls_proto.o if.o.tmp if_loop.o.tmp if_stats.o.tmp route.o.tmp rtsock.o.tmp raw_usrreq.o.tmp raw_cb.o.tmp if_media.o.tmp link_proto.o.tmp net_stats.o.tmp if_ethersubr.o.tmp if_spppsubr.o.tmp if_43.o.tmp if_llatbl.o.tmp nd.o.tmp net_component.o.tmp ether_sw_offload.o.tmp rtsock_50.o.tmp uipc_syscalls_50.o.tmp rtsock_70.o.tmp uipc_usrreq_70.o.tmp in_proto.o.tmp igmp.o.tmp in.o.tmp in_offload.o.tmp in_pcb.o.tmp ip_carp.o.tmp ip_icmp.o.tmp ip_flow.o.tmp ip_input.o.tmp ip_reass.o.tmp ip_output.o.tmp raw_ip.o.tmp in_cksum.o.tmp cpu_in_cksum.o.tmp in4_cksum.o.tmp ip_encap.o.tmp portalgo.o.tmp if_arp.o.tmp tcp_congctl.o.tmp tcp_input.o.tmp tcp_output.o.tmp tcp_sack.o.tmp tcp_subr.o.tmp tcp_syncache.o.tmp tcp_timer.o.tmp tcp_usrreq.o.tmp tcp_vtw.o.tmp udp_usrreq.o.tmp ip_ecn.o.tmp dest6.o.tmp frag6.o.tmp icmp6.o.tmp in6.o.tmp in6_cksum.o.tmp in6_ifattach.o.tmp in6_offload.o.tmp in6_pcb.o.tmp in6_proto.o.tmp in6_src.o.tmp ip6_flow.o.tmp ip6_forward.o.tmp ip6_input.o.tmp ip6_mroute.o.tmp ip6_output.o.tmp mld6.o.tmp nd6.o.tmp nd6_nbr.o.tmp nd6_rtr.o.tmp raw_ip6.o.tmp route6.o.tmp scope6.o.tmp udp6_usrreq.o.tmp mpls_ttl.o.tmp if_mpls.o.tmp mpls_proto.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_amdgpu && rm -f libdrm_amdgpu_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_amdgpu && rm -f libdrm_amdgpu_g.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet && rm -f librumpnet_net_p.a if.po if_loop.po if_stats.po route.po rtsock.po raw_usrreq.po raw_cb.po if_media.po link_proto.po net_stats.po if_ethersubr.po if_spppsubr.po if_43.po if_llatbl.po nd.po net_component.po ether_sw_offload.po rtsock_50.po uipc_syscalls_50.po rtsock_70.po uipc_usrreq_70.po in_proto.po igmp.po in.po in_offload.po in_pcb.po ip_carp.po ip_icmp.po ip_flow.po ip_input.po ip_reass.po ip_output.po raw_ip.po in_cksum.po cpu_in_cksum.po in4_cksum.po ip_encap.po portalgo.po if_arp.po tcp_congctl.po tcp_input.po tcp_output.po tcp_sack.po tcp_subr.po tcp_syncache.po tcp_timer.po tcp_usrreq.po tcp_vtw.po udp_usrreq.po ip_ecn.po dest6.po frag6.po icmp6.po in6.po in6_cksum.po in6_ifattach.po in6_offload.po in6_pcb.po in6_proto.po in6_src.po ip6_flow.po ip6_forward.po ip6_input.po ip6_mroute.po ip6_output.po mld6.po nd6.po nd6_nbr.po nd6_rtr.po raw_ip6.po route6.po scope6.po udp6_usrreq.po mpls_ttl.po if_mpls.po mpls_proto.po if.po.tmp if_loop.po.tmp if_stats.po.tmp route.po.tmp rtsock.po.tmp raw_usrreq.po.tmp raw_cb.po.tmp if_media.po.tmp link_proto.po.tmp net_stats.po.tmp if_ethersubr.po.tmp if_spppsubr.po.tmp if_43.po.tmp if_llatbl.po.tmp nd.po.tmp net_component.po.tmp ether_sw_offload.po.tmp rtsock_50.po.tmp uipc_syscalls_50.po.tmp rtsock_70.po.tmp uipc_usrreq_70.po.tmp in_proto.po.tmp igmp.po.tmp in.po.tmp in_offload.po.tmp in_pcb.po.tmp ip_carp.po.tmp ip_icmp.po.tmp ip_flow.po.tmp ip_input.po.tmp ip_reass.po.tmp ip_output.po.tmp raw_ip.po.tmp in_cksum.po.tmp cpu_in_cksum.po.tmp in4_cksum.po.tmp ip_encap.po.tmp portalgo.po.tmp if_arp.po.tmp tcp_congctl.po.tmp tcp_input.po.tmp tcp_output.po.tmp tcp_sack.po.tmp tcp_subr.po.tmp tcp_syncache.po.tmp tcp_timer.po.tmp tcp_usrreq.po.tmp tcp_vtw.po.tmp udp_usrreq.po.tmp ip_ecn.po.tmp dest6.po.tmp frag6.po.tmp icmp6.po.tmp in6.po.tmp in6_cksum.po.tmp in6_ifattach.po.tmp in6_offload.po.tmp in6_pcb.po.tmp in6_proto.po.tmp in6_src.po.tmp ip6_flow.po.tmp ip6_forward.po.tmp ip6_input.po.tmp ip6_mroute.po.tmp ip6_output.po.tmp mld6.po.tmp nd6.po.tmp nd6_nbr.po.tmp nd6_rtr.po.tmp raw_ip6.po.tmp route6.po.tmp scope6.po.tmp udp6_usrreq.po.tmp mpls_ttl.po.tmp if_mpls.po.tmp mpls_proto.po.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_amdgpu && rm -f libdrm_amdgpu_pic.a libdrm_amdgpu.so.* libdrm_amdgpu.so amdgpu_asic_id.pico amdgpu_bo.pico amdgpu_cs.pico amdgpu_device.pico amdgpu_gpu_info.pico amdgpu_vamgr.pico amdgpu_vm.pico handle_table.pico amdgpu_asic_id.pico.tmp amdgpu_bo.pico.tmp amdgpu_cs.pico.tmp amdgpu_device.pico.tmp amdgpu_gpu_info.pico.tmp amdgpu_vamgr.pico.tmp amdgpu_vm.pico.tmp handle_table.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet && rm -f librumpnet_net_p.a if.po if_loop.po if_stats.po route.po rtsock.po raw_usrreq.po raw_cb.po if_media.po link_proto.po net_stats.po if_ethersubr.po if_spppsubr.po if_43.po if_llatbl.po nd.po net_component.po ether_sw_offload.po rtsock_50.po uipc_syscalls_50.po rtsock_70.po uipc_usrreq_70.po in_proto.po igmp.po in.po in_offload.po in_pcb.po ip_carp.po ip_icmp.po ip_flow.po ip_input.po ip_reass.po ip_output.po raw_ip.po in_cksum.po cpu_in_cksum.po in4_cksum.po ip_encap.po portalgo.po if_arp.po tcp_congctl.po tcp_input.po tcp_output.po tcp_sack.po tcp_subr.po tcp_syncache.po tcp_timer.po tcp_usrreq.po tcp_vtw.po udp_usrreq.po ip_ecn.po dest6.po frag6.po icmp6.po in6.po in6_cksum.po in6_ifattach.po in6_offload.po in6_pcb.po in6_proto.po in6_src.po ip6_flow.po ip6_forward.po ip6_input.po ip6_mroute.po ip6_output.po mld6.po nd6.po nd6_nbr.po nd6_rtr.po raw_ip6.po route6.po scope6.po udp6_usrreq.po mpls_ttl.po if_mpls.po mpls_proto.po if.po.tmp if_loop.po.tmp if_stats.po.tmp route.po.tmp rtsock.po.tmp raw_usrreq.po.tmp raw_cb.po.tmp if_media.po.tmp link_proto.po.tmp net_stats.po.tmp if_ethersubr.po.tmp if_spppsubr.po.tmp if_43.po.tmp if_llatbl.po.tmp nd.po.tmp net_component.po.tmp ether_sw_offload.po.tmp rtsock_50.po.tmp uipc_syscalls_50.po.tmp rtsock_70.po.tmp uipc_usrreq_70.po.tmp in_proto.po.tmp igmp.po.tmp in.po.tmp in_offload.po.tmp in_pcb.po.tmp ip_carp.po.tmp ip_icmp.po.tmp ip_flow.po.tmp ip_input.po.tmp ip_reass.po.tmp ip_output.po.tmp raw_ip.po.tmp in_cksum.po.tmp cpu_in_cksum.po.tmp in4_cksum.po.tmp ip_encap.po.tmp portalgo.po.tmp if_arp.po.tmp tcp_congctl.po.tmp tcp_input.po.tmp tcp_output.po.tmp tcp_sack.po.tmp tcp_subr.po.tmp tcp_syncache.po.tmp tcp_timer.po.tmp tcp_usrreq.po.tmp tcp_vtw.po.tmp udp_usrreq.po.tmp ip_ecn.po.tmp dest6.po.tmp frag6.po.tmp icmp6.po.tmp in6.po.tmp in6_cksum.po.tmp in6_ifattach.po.tmp in6_offload.po.tmp in6_pcb.po.tmp in6_proto.po.tmp in6_src.po.tmp ip6_flow.po.tmp ip6_forward.po.tmp ip6_input.po.tmp ip6_mroute.po.tmp ip6_output.po.tmp mld6.po.tmp nd6.po.tmp nd6_nbr.po.tmp nd6_rtr.po.tmp raw_ip6.po.tmp route6.po.tmp scope6.po.tmp udp6_usrreq.po.tmp mpls_ttl.po.tmp if_mpls.po.tmp mpls_proto.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_amdgpu && rm -f libdrm_amdgpu_pic.a libdrm_amdgpu.so.* libdrm_amdgpu.so amdgpu_asic_id.pico amdgpu_bo.pico amdgpu_cs.pico amdgpu_device.pico amdgpu_gpu_info.pico amdgpu_vamgr.pico amdgpu_vm.pico handle_table.pico amdgpu_asic_id.pico.tmp amdgpu_bo.pico.tmp amdgpu_cs.pico.tmp amdgpu_device.pico.tmp amdgpu_gpu_info.pico.tmp amdgpu_vamgr.pico.tmp amdgpu_vm.pico.tmp handle_table.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet && rm -f librumpnet_net_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_amdgpu && rm -f llib-ldrm_amdgpu.ln amdgpu_asic_id.ln amdgpu_bo.ln amdgpu_cs.ln amdgpu_device.ln amdgpu_gpu_info.ln amdgpu_vamgr.ln amdgpu_vm.ln handle_table.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet && rm -f librumpnet_net_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_amdgpu && rm -f llib-ldrm_amdgpu.ln amdgpu_asic_id.ln amdgpu_bo.ln amdgpu_cs.ln amdgpu_device.ln amdgpu_gpu_info.ln amdgpu_vamgr.ln amdgpu_vm.ln handle_table.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet && rm -f librumpnet_net_pic.a librumpnet_net.so.* librumpnet_net.so if.pico if_loop.pico if_stats.pico route.pico rtsock.pico raw_usrreq.pico raw_cb.pico if_media.pico link_proto.pico net_stats.pico if_ethersubr.pico if_spppsubr.pico if_43.pico if_llatbl.pico nd.pico net_component.pico ether_sw_offload.pico rtsock_50.pico uipc_syscalls_50.pico rtsock_70.pico uipc_usrreq_70.pico in_proto.pico igmp.pico in.pico in_offload.pico in_pcb.pico ip_carp.pico ip_icmp.pico ip_flow.pico ip_input.pico ip_reass.pico ip_output.pico raw_ip.pico in_cksum.pico cpu_in_cksum.pico in4_cksum.pico ip_encap.pico portalgo.pico if_arp.pico tcp_congctl.pico tcp_input.pico tcp_output.pico tcp_sack.pico tcp_subr.pico tcp_syncache.pico tcp_timer.pico tcp_usrreq.pico tcp_vtw.pico udp_usrreq.pico ip_ecn.pico dest6.pico frag6.pico icmp6.pico in6.pico in6_cksum.pico in6_ifattach.pico in6_offload.pico in6_pcb.pico in6_proto.pico in6_src.pico ip6_flow.pico ip6_forward.pico ip6_input.pico ip6_mroute.pico ip6_output.pico mld6.pico nd6.pico nd6_nbr.pico nd6_rtr.pico raw_ip6.pico route6.pico scope6.pico udp6_usrreq.pico mpls_ttl.pico if_mpls.pico mpls_proto.pico if.pico.tmp if_loop.pico.tmp if_stats.pico.tmp route.pico.tmp rtsock.pico.tmp raw_usrreq.pico.tmp raw_cb.pico.tmp if_media.pico.tmp link_proto.pico.tmp net_stats.pico.tmp if_ethersubr.pico.tmp if_spppsubr.pico.tmp if_43.pico.tmp if_llatbl.pico.tmp nd.pico.tmp net_component.pico.tmp ether_sw_offload.pico.tmp rtsock_50.pico.tmp uipc_syscalls_50.pico.tmp rtsock_70.pico.tmp uipc_usrreq_70.pico.tmp in_proto.pico.tmp igmp.pico.tmp in.pico.tmp in_offload.pico.tmp in_pcb.pico.tmp ip_carp.pico.tmp ip_icmp.pico.tmp ip_flow.pico.tmp ip_input.pico.tmp ip_reass.pico.tmp ip_output.pico.tmp raw_ip.pico.tmp in_cksum.pico.tmp cpu_in_cksum.pico.tmp in4_cksum.pico.tmp ip_encap.pico.tmp portalgo.pico.tmp if_arp.pico.tmp tcp_congctl.pico.tmp tcp_input.pico.tmp tcp_output.pico.tmp tcp_sack.pico.tmp tcp_subr.pico.tmp tcp_syncache.pico.tmp tcp_timer.pico.tmp tcp_usrreq.pico.tmp tcp_vtw.pico.tmp udp_usrreq.pico.tmp ip_ecn.pico.tmp dest6.pico.tmp frag6.pico.tmp icmp6.pico.tmp in6.pico.tmp in6_cksum.pico.tmp in6_ifattach.pico.tmp in6_offload.pico.tmp in6_pcb.pico.tmp in6_proto.pico.tmp in6_src.pico.tmp ip6_flow.pico.tmp ip6_forward.pico.tmp ip6_input.pico.tmp ip6_mroute.pico.tmp ip6_output.pico.tmp mld6.pico.tmp nd6.pico.tmp nd6_nbr.pico.tmp nd6_rtr.pico.tmp raw_ip6.pico.tmp route6.pico.tmp scope6.pico.tmp udp6_usrreq.pico.tmp mpls_ttl.pico.tmp if_mpls.pico.tmp mpls_proto.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_amdgpu && rm -f .depend amdgpu_asic_id.d amdgpu_bo.d amdgpu_cs.d amdgpu_device.d amdgpu_gpu_info.d amdgpu_vamgr.d amdgpu_vm.d handle_table.d amdgpu_asic_id.d.tmp amdgpu_bo.d.tmp amdgpu_cs.d.tmp amdgpu_device.d.tmp amdgpu_gpu_info.d.tmp amdgpu_vamgr.d.tmp amdgpu_vm.d.tmp handle_table.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_amdgpu && rm -f .depend amdgpu_asic_id.d amdgpu_bo.d amdgpu_cs.d amdgpu_device.d amdgpu_gpu_info.d amdgpu_vamgr.d amdgpu_vm.d handle_table.d amdgpu_asic_id.d.tmp amdgpu_bo.d.tmp amdgpu_cs.d.tmp amdgpu_device.d.tmp amdgpu_gpu_info.d.tmp amdgpu_vamgr.d.tmp amdgpu_vm.d.tmp handle_table.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet && rm -f librumpnet_net_pic.a librumpnet_net.so.* librumpnet_net.so if.pico if_loop.pico if_stats.pico route.pico rtsock.pico raw_usrreq.pico raw_cb.pico if_media.pico link_proto.pico net_stats.pico if_ethersubr.pico if_spppsubr.pico if_43.pico if_llatbl.pico nd.pico net_component.pico ether_sw_offload.pico rtsock_50.pico uipc_syscalls_50.pico rtsock_70.pico uipc_usrreq_70.pico in_proto.pico igmp.pico in.pico in_offload.pico in_pcb.pico ip_carp.pico ip_icmp.pico ip_flow.pico ip_input.pico ip_reass.pico ip_output.pico raw_ip.pico in_cksum.pico cpu_in_cksum.pico in4_cksum.pico ip_encap.pico portalgo.pico if_arp.pico tcp_congctl.pico tcp_input.pico tcp_output.pico tcp_sack.pico tcp_subr.pico tcp_syncache.pico tcp_timer.pico tcp_usrreq.pico tcp_vtw.pico udp_usrreq.pico ip_ecn.pico dest6.pico frag6.pico icmp6.pico in6.pico in6_cksum.pico in6_ifattach.pico in6_offload.pico in6_pcb.pico in6_proto.pico in6_src.pico ip6_flow.pico ip6_forward.pico ip6_input.pico ip6_mroute.pico ip6_output.pico mld6.pico nd6.pico nd6_nbr.pico nd6_rtr.pico raw_ip6.pico route6.pico scope6.pico udp6_usrreq.pico mpls_ttl.pico if_mpls.pico mpls_proto.pico if.pico.tmp if_loop.pico.tmp if_stats.pico.tmp route.pico.tmp rtsock.pico.tmp raw_usrreq.pico.tmp raw_cb.pico.tmp if_media.pico.tmp link_proto.pico.tmp net_stats.pico.tmp if_ethersubr.pico.tmp if_spppsubr.pico.tmp if_43.pico.tmp if_llatbl.pico.tmp nd.pico.tmp net_component.pico.tmp ether_sw_offload.pico.tmp rtsock_50.pico.tmp uipc_syscalls_50.pico.tmp rtsock_70.pico.tmp uipc_usrreq_70.pico.tmp in_proto.pico.tmp igmp.pico.tmp in.pico.tmp in_offload.pico.tmp in_pcb.pico.tmp ip_carp.pico.tmp ip_icmp.pico.tmp ip_flow.pico.tmp ip_input.pico.tmp ip_reass.pico.tmp ip_output.pico.tmp raw_ip.pico.tmp in_cksum.pico.tmp cpu_in_cksum.pico.tmp in4_cksum.pico.tmp ip_encap.pico.tmp portalgo.pico.tmp if_arp.pico.tmp tcp_congctl.pico.tmp tcp_input.pico.tmp tcp_output.pico.tmp tcp_sack.pico.tmp tcp_subr.pico.tmp tcp_syncache.pico.tmp tcp_timer.pico.tmp tcp_usrreq.pico.tmp tcp_vtw.pico.tmp udp_usrreq.pico.tmp ip_ecn.pico.tmp dest6.pico.tmp frag6.pico.tmp icmp6.pico.tmp in6.pico.tmp in6_cksum.pico.tmp in6_ifattach.pico.tmp in6_offload.pico.tmp in6_pcb.pico.tmp in6_proto.pico.tmp in6_src.pico.tmp ip6_flow.pico.tmp ip6_forward.pico.tmp ip6_input.pico.tmp ip6_mroute.pico.tmp ip6_output.pico.tmp mld6.pico.tmp nd6.pico.tmp nd6_nbr.pico.tmp nd6_rtr.pico.tmp raw_ip6.pico.tmp route6.pico.tmp scope6.pico.tmp udp6_usrreq.pico.tmp mpls_ttl.pico.tmp if_mpls.pico.tmp mpls_proto.pico.tmp || true) --- cleandir-external --- --- cleandir-libdrm_nouveau --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libdrm_nouveau --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet && rm -f llib-lrumpnet_net.ln if.ln if_loop.ln if_stats.ln route.ln rtsock.ln raw_usrreq.ln raw_cb.ln if_media.ln link_proto.ln net_stats.ln if_ethersubr.ln if_spppsubr.ln if_43.ln if_llatbl.ln nd.ln net_component.ln ether_sw_offload.ln rtsock_50.ln uipc_syscalls_50.ln rtsock_70.ln uipc_usrreq_70.ln in_proto.ln igmp.ln in.ln in_offload.ln in_pcb.ln ip_carp.ln ip_icmp.ln ip_flow.ln ip_input.ln ip_reass.ln ip_output.ln raw_ip.ln in_cksum.ln cpu_in_cksum.ln in4_cksum.ln ip_encap.ln portalgo.ln if_arp.ln tcp_congctl.ln tcp_input.ln tcp_output.ln tcp_sack.ln tcp_subr.ln tcp_syncache.ln tcp_timer.ln tcp_usrreq.ln tcp_vtw.ln udp_usrreq.ln ip_ecn.ln dest6.ln frag6.ln icmp6.ln in6.ln in6_cksum.ln in6_ifattach.ln in6_offload.ln in6_pcb.ln in6_proto.ln in6_src.ln ip6_flow.ln ip6_forward.ln ip6_input.ln ip6_mroute.ln ip6_output.ln mld6.ln nd6.ln nd6_nbr.ln nd6_rtr.ln raw_ip6.ln route6.ln scope6.ln udp6_usrreq.ln mpls_ttl.ln if_mpls.ln mpls_proto.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet && rm -f llib-lrumpnet_net.ln if.ln if_loop.ln if_stats.ln route.ln rtsock.ln raw_usrreq.ln raw_cb.ln if_media.ln link_proto.ln net_stats.ln if_ethersubr.ln if_spppsubr.ln if_43.ln if_llatbl.ln nd.ln net_component.ln ether_sw_offload.ln rtsock_50.ln uipc_syscalls_50.ln rtsock_70.ln uipc_usrreq_70.ln in_proto.ln igmp.ln in.ln in_offload.ln in_pcb.ln ip_carp.ln ip_icmp.ln ip_flow.ln ip_input.ln ip_reass.ln ip_output.ln raw_ip.ln in_cksum.ln cpu_in_cksum.ln in4_cksum.ln ip_encap.ln portalgo.ln if_arp.ln tcp_congctl.ln tcp_input.ln tcp_output.ln tcp_sack.ln tcp_subr.ln tcp_syncache.ln tcp_timer.ln tcp_usrreq.ln tcp_vtw.ln udp_usrreq.ln ip_ecn.ln dest6.ln frag6.ln icmp6.ln in6.ln in6_cksum.ln in6_ifattach.ln in6_offload.ln in6_pcb.ln in6_proto.ln in6_src.ln ip6_flow.ln ip6_forward.ln ip6_input.ln ip6_mroute.ln ip6_output.ln mld6.ln nd6.ln nd6_nbr.ln nd6_rtr.ln raw_ip6.ln route6.ln scope6.ln udp6_usrreq.ln mpls_ttl.ln if_mpls.ln mpls_proto.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet && rm -f ioconf.c ioconf.h locators.h librumpnet_net.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet && rm -f ioconf.c ioconf.h locators.h librumpnet_net.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_nouveau && rm -f libdrm_nouveau.pc libdrm_nouveau.pc.tmp libdrm_nouveau.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet && rm -f .depend cpu_in_cksum.d dest6.d ether_sw_offload.d frag6.d icmp6.d if.d if_43.d if_arp.d if_ethersubr.d if_llatbl.d if_loop.d if_media.d if_mpls.d if_spppsubr.d if_stats.d igmp.d in.d in4_cksum.d in6.d in6_cksum.d in6_ifattach.d in6_offload.d in6_pcb.d in6_proto.d in6_src.d in_cksum.d in_offload.d in_pcb.d in_proto.d ioconf.d ip6_flow.d ip6_forward.d ip6_input.d ip6_mroute.d ip6_output.d ip_carp.d ip_ecn.d ip_encap.d ip_flow.d ip_icmp.d ip_input.d ip_output.d ip_reass.d link_proto.d mld6.d mpls_proto.d mpls_ttl.d nd.d nd6.d nd6_nbr.d nd6_rtr.d net_component.d net_stats.d portalgo.d raw_cb.d raw_ip.d raw_ip6.d raw_usrreq.d route.d route6.d rtsock.d rtsock_50.d rtsock_70.d scope6.d tcp_congctl.d tcp_input.d tcp_output.d tcp_sack.d tcp_subr.d tcp_syncache.d tcp_timer.d tcp_usrreq.d tcp_vtw.d udp6_usrreq.d udp_usrreq.d uipc_syscalls_50.d uipc_usrreq_70.d cpu_in_cksum.d.tmp dest6.d.tmp ether_sw_offload.d.tmp frag6.d.tmp icmp6.d.tmp if.d.tmp if_43.d.tmp if_arp.d.tmp if_ethersubr.d.tmp if_llatbl.d.tmp if_loop.d.tmp if_media.d.tmp if_mpls.d.tmp if_spppsubr.d.tmp if_stats.d.tmp igmp.d.tmp in.d.tmp in4_cksum.d.tmp in6.d.tmp in6_cksum.d.tmp in6_ifattach.d.tmp in6_offload.d.tmp in6_pcb.d.tmp in6_proto.d.tmp in6_src.d.tmp in_cksum.d.tmp in_offload.d.tmp in_pcb.d.tmp in_proto.d.tmp ioconf.d.tmp ip6_flow.d.tmp ip6_forward.d.tmp ip6_input.d.tmp ip6_mroute.d.tmp ip6_output.d.tmp ip_carp.d.tmp ip_ecn.d.tmp ip_encap.d.tmp ip_flow.d.tmp ip_icmp.d.tmp ip_input.d.tmp ip_output.d.tmp ip_reass.d.tmp link_proto.d.tmp mld6.d.tmp mpls_proto.d.tmp mpls_ttl.d.tmp nd.d.tmp nd6.d.tmp nd6_nbr.d.tmp nd6_rtr.d.tmp net_component.d.tmp net_stats.d.tmp portalgo.d.tmp raw_cb.d.tmp raw_ip.d.tmp raw_ip6.d.tmp raw_usrreq.d.tmp route.d.tmp route6.d.tmp rtsock.d.tmp rtsock_50.d.tmp rtsock_70.d.tmp scope6.d.tmp tcp_congctl.d.tmp tcp_input.d.tmp tcp_output.d.tmp tcp_sack.d.tmp tcp_subr.d.tmp tcp_syncache.d.tmp tcp_timer.d.tmp tcp_usrreq.d.tmp tcp_vtw.d.tmp udp6_usrreq.d.tmp udp_usrreq.d.tmp uipc_syscalls_50.d.tmp uipc_usrreq_70.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_nouveau && rm -f libdrm_nouveau.pc libdrm_nouveau.pc.tmp libdrm_nouveau.so.3.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet && rm -f .depend cpu_in_cksum.d dest6.d ether_sw_offload.d frag6.d icmp6.d if.d if_43.d if_arp.d if_ethersubr.d if_llatbl.d if_loop.d if_media.d if_mpls.d if_spppsubr.d if_stats.d igmp.d in.d in4_cksum.d in6.d in6_cksum.d in6_ifattach.d in6_offload.d in6_pcb.d in6_proto.d in6_src.d in_cksum.d in_offload.d in_pcb.d in_proto.d ioconf.d ip6_flow.d ip6_forward.d ip6_input.d ip6_mroute.d ip6_output.d ip_carp.d ip_ecn.d ip_encap.d ip_flow.d ip_icmp.d ip_input.d ip_output.d ip_reass.d link_proto.d mld6.d mpls_proto.d mpls_ttl.d nd.d nd6.d nd6_nbr.d nd6_rtr.d net_component.d net_stats.d portalgo.d raw_cb.d raw_ip.d raw_ip6.d raw_usrreq.d route.d route6.d rtsock.d rtsock_50.d rtsock_70.d scope6.d tcp_congctl.d tcp_input.d tcp_output.d tcp_sack.d tcp_subr.d tcp_syncache.d tcp_timer.d tcp_usrreq.d tcp_vtw.d udp6_usrreq.d udp_usrreq.d uipc_syscalls_50.d uipc_usrreq_70.d cpu_in_cksum.d.tmp dest6.d.tmp ether_sw_offload.d.tmp frag6.d.tmp icmp6.d.tmp if.d.tmp if_43.d.tmp if_arp.d.tmp if_ethersubr.d.tmp if_llatbl.d.tmp if_loop.d.tmp if_media.d.tmp if_mpls.d.tmp if_spppsubr.d.tmp if_stats.d.tmp igmp.d.tmp in.d.tmp in4_cksum.d.tmp in6.d.tmp in6_cksum.d.tmp in6_ifattach.d.tmp in6_offload.d.tmp in6_pcb.d.tmp in6_proto.d.tmp in6_src.d.tmp in_cksum.d.tmp in_offload.d.tmp in_pcb.d.tmp in_proto.d.tmp ioconf.d.tmp ip6_flow.d.tmp ip6_forward.d.tmp ip6_input.d.tmp ip6_mroute.d.tmp ip6_output.d.tmp ip_carp.d.tmp ip_ecn.d.tmp ip_encap.d.tmp ip_flow.d.tmp ip_icmp.d.tmp ip_input.d.tmp ip_output.d.tmp ip_reass.d.tmp link_proto.d.tmp mld6.d.tmp mpls_proto.d.tmp mpls_ttl.d.tmp nd.d.tmp nd6.d.tmp nd6_nbr.d.tmp nd6_rtr.d.tmp net_component.d.tmp net_stats.d.tmp portalgo.d.tmp raw_cb.d.tmp raw_ip.d.tmp raw_ip6.d.tmp raw_usrreq.d.tmp route.d.tmp route6.d.tmp rtsock.d.tmp rtsock_50.d.tmp rtsock_70.d.tmp scope6.d.tmp tcp_congctl.d.tmp tcp_input.d.tmp tcp_output.d.tmp tcp_sack.d.tmp tcp_subr.d.tmp tcp_syncache.d.tmp tcp_timer.d.tmp tcp_usrreq.d.tmp tcp_vtw.d.tmp udp6_usrreq.d.tmp udp_usrreq.d.tmp uipc_syscalls_50.d.tmp uipc_usrreq_70.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_nouveau && rm -f libdrm_nouveau.a nouveau.o pushbuf.o bufctx.o abi16.o nouveau.o.tmp pushbuf.o.tmp bufctx.o.tmp abi16.o.tmp || true) --- cleandir-lib --- --- cleandir-libnet80211 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_nouveau && rm -f libdrm_nouveau.a nouveau.o pushbuf.o bufctx.o abi16.o nouveau.o.tmp pushbuf.o.tmp bufctx.o.tmp abi16.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libnet80211 --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_nouveau && rm -f libdrm_nouveau_p.a nouveau.po pushbuf.po bufctx.po abi16.po nouveau.po.tmp pushbuf.po.tmp bufctx.po.tmp abi16.po.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_nouveau && rm -f libdrm_nouveau_p.a nouveau.po pushbuf.po bufctx.po abi16.po nouveau.po.tmp pushbuf.po.tmp bufctx.po.tmp abi16.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet80211 && rm -f librumpnet_net80211.a ieee80211.o ieee80211_amrr.o ieee80211_crypto.o ieee80211_crypto_ccmp.o ieee80211_crypto_none.o ieee80211_crypto_tkip.o ieee80211_crypto_wep.o ieee80211_input.o ieee80211_ioctl.o ieee80211_netbsd.o ieee80211_node.o ieee80211_output.o ieee80211_proto.o ieee80211_rssadapt.o ieee80211_xauth.o ieee80211.o.tmp ieee80211_amrr.o.tmp ieee80211_crypto.o.tmp ieee80211_crypto_ccmp.o.tmp ieee80211_crypto_none.o.tmp ieee80211_crypto_tkip.o.tmp ieee80211_crypto_wep.o.tmp ieee80211_input.o.tmp ieee80211_ioctl.o.tmp ieee80211_netbsd.o.tmp ieee80211_node.o.tmp ieee80211_output.o.tmp ieee80211_proto.o.tmp ieee80211_rssadapt.o.tmp ieee80211_xauth.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet80211 && rm -f librumpnet_net80211.a ieee80211.o ieee80211_amrr.o ieee80211_crypto.o ieee80211_crypto_ccmp.o ieee80211_crypto_none.o ieee80211_crypto_tkip.o ieee80211_crypto_wep.o ieee80211_input.o ieee80211_ioctl.o ieee80211_netbsd.o ieee80211_node.o ieee80211_output.o ieee80211_proto.o ieee80211_rssadapt.o ieee80211_xauth.o ieee80211.o.tmp ieee80211_amrr.o.tmp ieee80211_crypto.o.tmp ieee80211_crypto_ccmp.o.tmp ieee80211_crypto_none.o.tmp ieee80211_crypto_tkip.o.tmp ieee80211_crypto_wep.o.tmp ieee80211_input.o.tmp ieee80211_ioctl.o.tmp ieee80211_netbsd.o.tmp ieee80211_node.o.tmp ieee80211_output.o.tmp ieee80211_proto.o.tmp ieee80211_rssadapt.o.tmp ieee80211_xauth.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_nouveau && rm -f libdrm_nouveau_g.a || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_nouveau && rm -f libdrm_nouveau_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet80211 && rm -f librumpnet_net80211_p.a ieee80211.po ieee80211_amrr.po ieee80211_crypto.po ieee80211_crypto_ccmp.po ieee80211_crypto_none.po ieee80211_crypto_tkip.po ieee80211_crypto_wep.po ieee80211_input.po ieee80211_ioctl.po ieee80211_netbsd.po ieee80211_node.po ieee80211_output.po ieee80211_proto.po ieee80211_rssadapt.po ieee80211_xauth.po ieee80211.po.tmp ieee80211_amrr.po.tmp ieee80211_crypto.po.tmp ieee80211_crypto_ccmp.po.tmp ieee80211_crypto_none.po.tmp ieee80211_crypto_tkip.po.tmp ieee80211_crypto_wep.po.tmp ieee80211_input.po.tmp ieee80211_ioctl.po.tmp ieee80211_netbsd.po.tmp ieee80211_node.po.tmp ieee80211_output.po.tmp ieee80211_proto.po.tmp ieee80211_rssadapt.po.tmp ieee80211_xauth.po.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet80211 && rm -f librumpnet_net80211_p.a ieee80211.po ieee80211_amrr.po ieee80211_crypto.po ieee80211_crypto_ccmp.po ieee80211_crypto_none.po ieee80211_crypto_tkip.po ieee80211_crypto_wep.po ieee80211_input.po ieee80211_ioctl.po ieee80211_netbsd.po ieee80211_node.po ieee80211_output.po ieee80211_proto.po ieee80211_rssadapt.po ieee80211_xauth.po ieee80211.po.tmp ieee80211_amrr.po.tmp ieee80211_crypto.po.tmp ieee80211_crypto_ccmp.po.tmp ieee80211_crypto_none.po.tmp ieee80211_crypto_tkip.po.tmp ieee80211_crypto_wep.po.tmp ieee80211_input.po.tmp ieee80211_ioctl.po.tmp ieee80211_netbsd.po.tmp ieee80211_node.po.tmp ieee80211_output.po.tmp ieee80211_proto.po.tmp ieee80211_rssadapt.po.tmp ieee80211_xauth.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_nouveau && rm -f libdrm_nouveau_pic.a libdrm_nouveau.so.* libdrm_nouveau.so nouveau.pico pushbuf.pico bufctx.pico abi16.pico nouveau.pico.tmp pushbuf.pico.tmp bufctx.pico.tmp abi16.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_nouveau && rm -f libdrm_nouveau_pic.a libdrm_nouveau.so.* libdrm_nouveau.so nouveau.pico pushbuf.pico bufctx.pico abi16.pico nouveau.pico.tmp pushbuf.pico.tmp bufctx.pico.tmp abi16.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet80211 && rm -f librumpnet_net80211_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet80211 && rm -f librumpnet_net80211_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_nouveau && rm -f llib-ldrm_nouveau.ln nouveau.ln pushbuf.ln bufctx.ln abi16.ln || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_nouveau && rm -f llib-ldrm_nouveau.ln nouveau.ln pushbuf.ln bufctx.ln abi16.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet80211 && rm -f librumpnet_net80211_pic.a librumpnet_net80211.so.* librumpnet_net80211.so ieee80211.pico ieee80211_amrr.pico ieee80211_crypto.pico ieee80211_crypto_ccmp.pico ieee80211_crypto_none.pico ieee80211_crypto_tkip.pico ieee80211_crypto_wep.pico ieee80211_input.pico ieee80211_ioctl.pico ieee80211_netbsd.pico ieee80211_node.pico ieee80211_output.pico ieee80211_proto.pico ieee80211_rssadapt.pico ieee80211_xauth.pico ieee80211.pico.tmp ieee80211_amrr.pico.tmp ieee80211_crypto.pico.tmp ieee80211_crypto_ccmp.pico.tmp ieee80211_crypto_none.pico.tmp ieee80211_crypto_tkip.pico.tmp ieee80211_crypto_wep.pico.tmp ieee80211_input.pico.tmp ieee80211_ioctl.pico.tmp ieee80211_netbsd.pico.tmp ieee80211_node.pico.tmp ieee80211_output.pico.tmp ieee80211_proto.pico.tmp ieee80211_rssadapt.pico.tmp ieee80211_xauth.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet80211 && rm -f librumpnet_net80211_pic.a librumpnet_net80211.so.* librumpnet_net80211.so ieee80211.pico ieee80211_amrr.pico ieee80211_crypto.pico ieee80211_crypto_ccmp.pico ieee80211_crypto_none.pico ieee80211_crypto_tkip.pico ieee80211_crypto_wep.pico ieee80211_input.pico ieee80211_ioctl.pico ieee80211_netbsd.pico ieee80211_node.pico ieee80211_output.pico ieee80211_proto.pico ieee80211_rssadapt.pico ieee80211_xauth.pico ieee80211.pico.tmp ieee80211_amrr.pico.tmp ieee80211_crypto.pico.tmp ieee80211_crypto_ccmp.pico.tmp ieee80211_crypto_none.pico.tmp ieee80211_crypto_tkip.pico.tmp ieee80211_crypto_wep.pico.tmp ieee80211_input.pico.tmp ieee80211_ioctl.pico.tmp ieee80211_netbsd.pico.tmp ieee80211_node.pico.tmp ieee80211_output.pico.tmp ieee80211_proto.pico.tmp ieee80211_rssadapt.pico.tmp ieee80211_xauth.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_nouveau && rm -f .depend abi16.d bufctx.d nouveau.d pushbuf.d abi16.d.tmp bufctx.d.tmp nouveau.d.tmp pushbuf.d.tmp tags || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_nouveau && rm -f .depend abi16.d bufctx.d nouveau.d pushbuf.d abi16.d.tmp bufctx.d.tmp nouveau.d.tmp pushbuf.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet80211 && rm -f llib-lrumpnet_net80211.ln ieee80211.ln ieee80211_amrr.ln ieee80211_crypto.ln ieee80211_crypto_ccmp.ln ieee80211_crypto_none.ln ieee80211_crypto_tkip.ln ieee80211_crypto_wep.ln ieee80211_input.ln ieee80211_ioctl.ln ieee80211_netbsd.ln ieee80211_node.ln ieee80211_output.ln ieee80211_proto.ln ieee80211_rssadapt.ln ieee80211_xauth.ln || true) --- cleandir-external --- --- cleandir-libdrm_radeon --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet80211 && rm -f llib-lrumpnet_net80211.ln ieee80211.ln ieee80211_amrr.ln ieee80211_crypto.ln ieee80211_crypto_ccmp.ln ieee80211_crypto_none.ln ieee80211_crypto_tkip.ln ieee80211_crypto_wep.ln ieee80211_input.ln ieee80211_ioctl.ln ieee80211_netbsd.ln ieee80211_node.ln ieee80211_output.ln ieee80211_proto.ln ieee80211_rssadapt.ln ieee80211_xauth.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libdrm_radeon --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet80211 && rm -f librumpnet_net80211.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet80211 && rm -f librumpnet_net80211.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnet80211 && rm -f .depend ieee80211.d ieee80211_amrr.d ieee80211_crypto.d ieee80211_crypto_ccmp.d ieee80211_crypto_none.d ieee80211_crypto_tkip.d ieee80211_crypto_wep.d ieee80211_input.d ieee80211_ioctl.d ieee80211_netbsd.d ieee80211_node.d ieee80211_output.d ieee80211_proto.d ieee80211_rssadapt.d ieee80211_xauth.d ieee80211.d.tmp ieee80211_amrr.d.tmp ieee80211_crypto.d.tmp ieee80211_crypto_ccmp.d.tmp ieee80211_crypto_none.d.tmp ieee80211_crypto_tkip.d.tmp ieee80211_crypto_wep.d.tmp ieee80211_input.d.tmp ieee80211_ioctl.d.tmp ieee80211_netbsd.d.tmp ieee80211_node.d.tmp ieee80211_output.d.tmp ieee80211_proto.d.tmp ieee80211_rssadapt.d.tmp ieee80211_xauth.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnet80211 && rm -f .depend ieee80211.d ieee80211_amrr.d ieee80211_crypto.d ieee80211_crypto_ccmp.d ieee80211_crypto_none.d ieee80211_crypto_tkip.d ieee80211_crypto_wep.d ieee80211_input.d ieee80211_ioctl.d ieee80211_netbsd.d ieee80211_node.d ieee80211_output.d ieee80211_proto.d ieee80211_rssadapt.d ieee80211_xauth.d ieee80211.d.tmp ieee80211_amrr.d.tmp ieee80211_crypto.d.tmp ieee80211_crypto_ccmp.d.tmp ieee80211_crypto_none.d.tmp ieee80211_crypto_tkip.d.tmp ieee80211_crypto_wep.d.tmp ieee80211_input.d.tmp ieee80211_ioctl.d.tmp ieee80211_netbsd.d.tmp ieee80211_node.d.tmp ieee80211_output.d.tmp ieee80211_proto.d.tmp ieee80211_rssadapt.d.tmp ieee80211_xauth.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_radeon && rm -f libdrm_radeon.pc libdrm_radeon.pc.tmp libdrm_radeon.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_radeon && rm -f libdrm_radeon.pc libdrm_radeon.pc.tmp libdrm_radeon.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- cleandir-libnetbt --- cleandir ===> lib/../sys/rump/net/lib/libnetbt --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_radeon && rm -f libdrm_radeon.a radeon_bo.o radeon_bo_gem.o radeon_cs.o radeon_cs_gem.o radeon_cs_space.o radeon_surface.o bof.o radeon_bo.o.tmp radeon_bo_gem.o.tmp radeon_cs.o.tmp radeon_cs_gem.o.tmp radeon_cs_space.o.tmp radeon_surface.o.tmp bof.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_radeon && rm -f libdrm_radeon.a radeon_bo.o radeon_bo_gem.o radeon_cs.o radeon_cs_gem.o radeon_cs_space.o radeon_surface.o bof.o radeon_bo.o.tmp radeon_bo_gem.o.tmp radeon_cs.o.tmp radeon_cs_gem.o.tmp radeon_cs_space.o.tmp radeon_surface.o.tmp bof.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetbt && rm -f librumpnet_netbt.a bt_proto.o bt_sysctl.o hci_event.o hci_ioctl.o hci_link.o hci_misc.o hci_socket.o hci_unit.o l2cap_lower.o l2cap_misc.o l2cap_signal.o l2cap_socket.o l2cap_upper.o rfcomm_dlc.o rfcomm_session.o rfcomm_socket.o rfcomm_upper.o sco_socket.o sco_upper.o netbt_component.o bt_proto.o.tmp bt_sysctl.o.tmp hci_event.o.tmp hci_ioctl.o.tmp hci_link.o.tmp hci_misc.o.tmp hci_socket.o.tmp hci_unit.o.tmp l2cap_lower.o.tmp l2cap_misc.o.tmp l2cap_signal.o.tmp l2cap_socket.o.tmp l2cap_upper.o.tmp rfcomm_dlc.o.tmp rfcomm_session.o.tmp rfcomm_socket.o.tmp rfcomm_upper.o.tmp sco_socket.o.tmp sco_upper.o.tmp netbt_component.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetbt && rm -f librumpnet_netbt.a bt_proto.o bt_sysctl.o hci_event.o hci_ioctl.o hci_link.o hci_misc.o hci_socket.o hci_unit.o l2cap_lower.o l2cap_misc.o l2cap_signal.o l2cap_socket.o l2cap_upper.o rfcomm_dlc.o rfcomm_session.o rfcomm_socket.o rfcomm_upper.o sco_socket.o sco_upper.o netbt_component.o bt_proto.o.tmp bt_sysctl.o.tmp hci_event.o.tmp hci_ioctl.o.tmp hci_link.o.tmp hci_misc.o.tmp hci_socket.o.tmp hci_unit.o.tmp l2cap_lower.o.tmp l2cap_misc.o.tmp l2cap_signal.o.tmp l2cap_socket.o.tmp l2cap_upper.o.tmp rfcomm_dlc.o.tmp rfcomm_session.o.tmp rfcomm_socket.o.tmp rfcomm_upper.o.tmp sco_socket.o.tmp sco_upper.o.tmp netbt_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_radeon && rm -f libdrm_radeon_p.a radeon_bo.po radeon_bo_gem.po radeon_cs.po radeon_cs_gem.po radeon_cs_space.po radeon_surface.po bof.po radeon_bo.po.tmp radeon_bo_gem.po.tmp radeon_cs.po.tmp radeon_cs_gem.po.tmp radeon_cs_space.po.tmp radeon_surface.po.tmp bof.po.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_radeon && rm -f libdrm_radeon_p.a radeon_bo.po radeon_bo_gem.po radeon_cs.po radeon_cs_gem.po radeon_cs_space.po radeon_surface.po bof.po radeon_bo.po.tmp radeon_bo_gem.po.tmp radeon_cs.po.tmp radeon_cs_gem.po.tmp radeon_cs_space.po.tmp radeon_surface.po.tmp bof.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetbt && rm -f librumpnet_netbt_p.a bt_proto.po bt_sysctl.po hci_event.po hci_ioctl.po hci_link.po hci_misc.po hci_socket.po hci_unit.po l2cap_lower.po l2cap_misc.po l2cap_signal.po l2cap_socket.po l2cap_upper.po rfcomm_dlc.po rfcomm_session.po rfcomm_socket.po rfcomm_upper.po sco_socket.po sco_upper.po netbt_component.po bt_proto.po.tmp bt_sysctl.po.tmp hci_event.po.tmp hci_ioctl.po.tmp hci_link.po.tmp hci_misc.po.tmp hci_socket.po.tmp hci_unit.po.tmp l2cap_lower.po.tmp l2cap_misc.po.tmp l2cap_signal.po.tmp l2cap_socket.po.tmp l2cap_upper.po.tmp rfcomm_dlc.po.tmp rfcomm_session.po.tmp rfcomm_socket.po.tmp rfcomm_upper.po.tmp sco_socket.po.tmp sco_upper.po.tmp netbt_component.po.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetbt && rm -f librumpnet_netbt_p.a bt_proto.po bt_sysctl.po hci_event.po hci_ioctl.po hci_link.po hci_misc.po hci_socket.po hci_unit.po l2cap_lower.po l2cap_misc.po l2cap_signal.po l2cap_socket.po l2cap_upper.po rfcomm_dlc.po rfcomm_session.po rfcomm_socket.po rfcomm_upper.po sco_socket.po sco_upper.po netbt_component.po bt_proto.po.tmp bt_sysctl.po.tmp hci_event.po.tmp hci_ioctl.po.tmp hci_link.po.tmp hci_misc.po.tmp hci_socket.po.tmp hci_unit.po.tmp l2cap_lower.po.tmp l2cap_misc.po.tmp l2cap_signal.po.tmp l2cap_socket.po.tmp l2cap_upper.po.tmp rfcomm_dlc.po.tmp rfcomm_session.po.tmp rfcomm_socket.po.tmp rfcomm_upper.po.tmp sco_socket.po.tmp sco_upper.po.tmp netbt_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_radeon && rm -f libdrm_radeon_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_radeon && rm -f libdrm_radeon_g.a || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetbt && rm -f librumpnet_netbt_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetbt && rm -f librumpnet_netbt_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_radeon && rm -f libdrm_radeon_pic.a libdrm_radeon.so.* libdrm_radeon.so radeon_bo.pico radeon_bo_gem.pico radeon_cs.pico radeon_cs_gem.pico radeon_cs_space.pico radeon_surface.pico bof.pico radeon_bo.pico.tmp radeon_bo_gem.pico.tmp radeon_cs.pico.tmp radeon_cs_gem.pico.tmp radeon_cs_space.pico.tmp radeon_surface.pico.tmp bof.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_radeon && rm -f libdrm_radeon_pic.a libdrm_radeon.so.* libdrm_radeon.so radeon_bo.pico radeon_bo_gem.pico radeon_cs.pico radeon_cs_gem.pico radeon_cs_space.pico radeon_surface.pico bof.pico radeon_bo.pico.tmp radeon_bo_gem.pico.tmp radeon_cs.pico.tmp radeon_cs_gem.pico.tmp radeon_cs_space.pico.tmp radeon_surface.pico.tmp bof.pico.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetbt && rm -f librumpnet_netbt_pic.a librumpnet_netbt.so.* librumpnet_netbt.so bt_proto.pico bt_sysctl.pico hci_event.pico hci_ioctl.pico hci_link.pico hci_misc.pico hci_socket.pico hci_unit.pico l2cap_lower.pico l2cap_misc.pico l2cap_signal.pico l2cap_socket.pico l2cap_upper.pico rfcomm_dlc.pico rfcomm_session.pico rfcomm_socket.pico rfcomm_upper.pico sco_socket.pico sco_upper.pico netbt_component.pico bt_proto.pico.tmp bt_sysctl.pico.tmp hci_event.pico.tmp hci_ioctl.pico.tmp hci_link.pico.tmp hci_misc.pico.tmp hci_socket.pico.tmp hci_unit.pico.tmp l2cap_lower.pico.tmp l2cap_misc.pico.tmp l2cap_signal.pico.tmp l2cap_socket.pico.tmp l2cap_upper.pico.tmp rfcomm_dlc.pico.tmp rfcomm_session.pico.tmp rfcomm_socket.pico.tmp rfcomm_upper.pico.tmp sco_socket.pico.tmp sco_upper.pico.tmp netbt_component.pico.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_radeon && rm -f llib-ldrm_radeon.ln radeon_bo.ln radeon_bo_gem.ln radeon_cs.ln radeon_cs_gem.ln radeon_cs_space.ln radeon_surface.ln bof.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetbt && rm -f librumpnet_netbt_pic.a librumpnet_netbt.so.* librumpnet_netbt.so bt_proto.pico bt_sysctl.pico hci_event.pico hci_ioctl.pico hci_link.pico hci_misc.pico hci_socket.pico hci_unit.pico l2cap_lower.pico l2cap_misc.pico l2cap_signal.pico l2cap_socket.pico l2cap_upper.pico rfcomm_dlc.pico rfcomm_session.pico rfcomm_socket.pico rfcomm_upper.pico sco_socket.pico sco_upper.pico netbt_component.pico bt_proto.pico.tmp bt_sysctl.pico.tmp hci_event.pico.tmp hci_ioctl.pico.tmp hci_link.pico.tmp hci_misc.pico.tmp hci_socket.pico.tmp hci_unit.pico.tmp l2cap_lower.pico.tmp l2cap_misc.pico.tmp l2cap_signal.pico.tmp l2cap_socket.pico.tmp l2cap_upper.pico.tmp rfcomm_dlc.pico.tmp rfcomm_session.pico.tmp rfcomm_socket.pico.tmp rfcomm_upper.pico.tmp sco_socket.pico.tmp sco_upper.pico.tmp netbt_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_radeon && rm -f llib-ldrm_radeon.ln radeon_bo.ln radeon_bo_gem.ln radeon_cs.ln radeon_cs_gem.ln radeon_cs_space.ln radeon_surface.ln bof.ln || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetbt && rm -f llib-lrumpnet_netbt.ln bt_proto.ln bt_sysctl.ln hci_event.ln hci_ioctl.ln hci_link.ln hci_misc.ln hci_socket.ln hci_unit.ln l2cap_lower.ln l2cap_misc.ln l2cap_signal.ln l2cap_socket.ln l2cap_upper.ln rfcomm_dlc.ln rfcomm_session.ln rfcomm_socket.ln rfcomm_upper.ln sco_socket.ln sco_upper.ln netbt_component.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetbt && rm -f llib-lrumpnet_netbt.ln bt_proto.ln bt_sysctl.ln hci_event.ln hci_ioctl.ln hci_link.ln hci_misc.ln hci_socket.ln hci_unit.ln l2cap_lower.ln l2cap_misc.ln l2cap_signal.ln l2cap_socket.ln l2cap_upper.ln rfcomm_dlc.ln rfcomm_session.ln rfcomm_socket.ln rfcomm_upper.ln sco_socket.ln sco_upper.ln netbt_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libdrm_radeon && rm -f .depend bof.d radeon_bo.d radeon_bo_gem.d radeon_cs.d radeon_cs_gem.d radeon_cs_space.d radeon_surface.d bof.d.tmp radeon_bo.d.tmp radeon_bo_gem.d.tmp radeon_cs.d.tmp radeon_cs_gem.d.tmp radeon_cs_space.d.tmp radeon_surface.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libdrm_radeon && rm -f .depend bof.d radeon_bo.d radeon_bo_gem.d radeon_cs.d radeon_cs_gem.d radeon_cs_space.d radeon_surface.d bof.d.tmp radeon_bo.d.tmp radeon_bo_gem.d.tmp radeon_cs.d.tmp radeon_cs_gem.d.tmp radeon_cs_space.d.tmp radeon_surface.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetbt && rm -f librumpnet_netbt.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-pixman --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetbt && rm -f librumpnet_netbt.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/pixman --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetbt && rm -f .depend bt_proto.d bt_sysctl.d hci_event.d hci_ioctl.d hci_link.d hci_misc.d hci_socket.d hci_unit.d l2cap_lower.d l2cap_misc.d l2cap_signal.d l2cap_socket.d l2cap_upper.d netbt_component.d rfcomm_dlc.d rfcomm_session.d rfcomm_socket.d rfcomm_upper.d sco_socket.d sco_upper.d bt_proto.d.tmp bt_sysctl.d.tmp hci_event.d.tmp hci_ioctl.d.tmp hci_link.d.tmp hci_misc.d.tmp hci_socket.d.tmp hci_unit.d.tmp l2cap_lower.d.tmp l2cap_misc.d.tmp l2cap_signal.d.tmp l2cap_socket.d.tmp l2cap_upper.d.tmp netbt_component.d.tmp rfcomm_dlc.d.tmp rfcomm_session.d.tmp rfcomm_socket.d.tmp rfcomm_upper.d.tmp sco_socket.d.tmp sco_upper.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetbt && rm -f .depend bt_proto.d bt_sysctl.d hci_event.d hci_ioctl.d hci_link.d hci_misc.d hci_socket.d hci_unit.d l2cap_lower.d l2cap_misc.d l2cap_signal.d l2cap_socket.d l2cap_upper.d netbt_component.d rfcomm_dlc.d rfcomm_session.d rfcomm_socket.d rfcomm_upper.d sco_socket.d sco_upper.d bt_proto.d.tmp bt_sysctl.d.tmp hci_event.d.tmp hci_ioctl.d.tmp hci_link.d.tmp hci_misc.d.tmp hci_socket.d.tmp hci_unit.d.tmp l2cap_lower.d.tmp l2cap_misc.d.tmp l2cap_signal.d.tmp l2cap_socket.d.tmp l2cap_upper.d.tmp netbt_component.d.tmp rfcomm_dlc.d.tmp rfcomm_session.d.tmp rfcomm_socket.d.tmp rfcomm_upper.d.tmp sco_socket.d.tmp sco_upper.d.tmp tags || true) --- cleandir-libnetcan --- cleandir ===> lib/../sys/rump/net/lib/libnetcan --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/pixman && rm -f pixman-1.pc pixman-1.pc.tmp libpixman-1.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/pixman && rm -f pixman-1.pc pixman-1.pc.tmp libpixman-1.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetcan && rm -f librumpnet_netcan.a can.o can_pcb.o can_proto.o if_canloop.o netcan_component.o can.o.tmp can_pcb.o.tmp can_proto.o.tmp if_canloop.o.tmp netcan_component.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetcan && rm -f librumpnet_netcan.a can.o can_pcb.o can_proto.o if_canloop.o netcan_component.o can.o.tmp can_pcb.o.tmp can_proto.o.tmp if_canloop.o.tmp netcan_component.o.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/pixman && rm -f libpixman-1.a pixman.o pixman-access.o pixman-access-accessors.o pixman-bits-image.o pixman-combine32.o pixman-combine-float.o pixman-conical-gradient.o pixman-edge.o pixman-edge-accessors.o pixman-fast-path.o pixman-filter.o pixman-glyph.o pixman-general.o pixman-gradient-walker.o pixman-image.o pixman-implementation.o pixman-linear-gradient.o pixman-matrix.o pixman-noop.o pixman-radial-gradient.o pixman-region16.o pixman-region32.o pixman-solid-fill.o pixman-timer.o pixman-trap.o pixman-utils.o pixman-x86.o pixman-mips.o pixman-arm.o pixman-ppc.o pixman-sse2.o pixman-ssse3.o pixman.o.tmp pixman-access.o.tmp pixman-access-accessors.o.tmp pixman-bits-image.o.tmp pixman-combine32.o.tmp pixman-combine-float.o.tmp pixman-conical-gradient.o.tmp pixman-edge.o.tmp pixman-edge-accessors.o.tmp pixman-fast-path.o.tmp pixman-filter.o.tmp pixman-glyph.o.tmp pixman-general.o.tmp pixman-gradient-walker.o.tmp pixman-image.o.tmp pixman-implementation.o.tmp pixman-linear-gradient.o.tmp pixman-matrix.o.tmp pixman-noop.o.tmp pixman-radial-gradient.o.tmp pixman-region16.o.tmp pixman-region32.o.tmp pixman-solid-fill.o.tmp pixman-timer.o.tmp pixman-trap.o.tmp pixman-utils.o.tmp pixman-x86.o.tmp pixman-mips.o.tmp pixman-arm.o.tmp pixman-ppc.o.tmp pixman-sse2.o.tmp pixman-ssse3.o.tmp || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetcan && rm -f librumpnet_netcan_p.a can.po can_pcb.po can_proto.po if_canloop.po netcan_component.po can.po.tmp can_pcb.po.tmp can_proto.po.tmp if_canloop.po.tmp netcan_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/pixman && rm -f libpixman-1.a pixman.o pixman-access.o pixman-access-accessors.o pixman-bits-image.o pixman-combine32.o pixman-combine-float.o pixman-conical-gradient.o pixman-edge.o pixman-edge-accessors.o pixman-fast-path.o pixman-filter.o pixman-glyph.o pixman-general.o pixman-gradient-walker.o pixman-image.o pixman-implementation.o pixman-linear-gradient.o pixman-matrix.o pixman-noop.o pixman-radial-gradient.o pixman-region16.o pixman-region32.o pixman-solid-fill.o pixman-timer.o pixman-trap.o pixman-utils.o pixman-x86.o pixman-mips.o pixman-arm.o pixman-ppc.o pixman-sse2.o pixman-ssse3.o pixman.o.tmp pixman-access.o.tmp pixman-access-accessors.o.tmp pixman-bits-image.o.tmp pixman-combine32.o.tmp pixman-combine-float.o.tmp pixman-conical-gradient.o.tmp pixman-edge.o.tmp pixman-edge-accessors.o.tmp pixman-fast-path.o.tmp pixman-filter.o.tmp pixman-glyph.o.tmp pixman-general.o.tmp pixman-gradient-walker.o.tmp pixman-image.o.tmp pixman-implementation.o.tmp pixman-linear-gradient.o.tmp pixman-matrix.o.tmp pixman-noop.o.tmp pixman-radial-gradient.o.tmp pixman-region16.o.tmp pixman-region32.o.tmp pixman-solid-fill.o.tmp pixman-timer.o.tmp pixman-trap.o.tmp pixman-utils.o.tmp pixman-x86.o.tmp pixman-mips.o.tmp pixman-arm.o.tmp pixman-ppc.o.tmp pixman-sse2.o.tmp pixman-ssse3.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetcan && rm -f librumpnet_netcan_p.a can.po can_pcb.po can_proto.po if_canloop.po netcan_component.po can.po.tmp can_pcb.po.tmp can_proto.po.tmp if_canloop.po.tmp netcan_component.po.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/pixman && rm -f libpixman-1_p.a pixman.po pixman-access.po pixman-access-accessors.po pixman-bits-image.po pixman-combine32.po pixman-combine-float.po pixman-conical-gradient.po pixman-edge.po pixman-edge-accessors.po pixman-fast-path.po pixman-filter.po pixman-glyph.po pixman-general.po pixman-gradient-walker.po pixman-image.po pixman-implementation.po pixman-linear-gradient.po pixman-matrix.po pixman-noop.po pixman-radial-gradient.po pixman-region16.po pixman-region32.po pixman-solid-fill.po pixman-timer.po pixman-trap.po pixman-utils.po pixman-x86.po pixman-mips.po pixman-arm.po pixman-ppc.po pixman-sse2.po pixman-ssse3.po pixman.po.tmp pixman-access.po.tmp pixman-access-accessors.po.tmp pixman-bits-image.po.tmp pixman-combine32.po.tmp pixman-combine-float.po.tmp pixman-conical-gradient.po.tmp pixman-edge.po.tmp pixman-edge-accessors.po.tmp pixman-fast-path.po.tmp pixman-filter.po.tmp pixman-glyph.po.tmp pixman-general.po.tmp pixman-gradient-walker.po.tmp pixman-image.po.tmp pixman-implementation.po.tmp pixman-linear-gradient.po.tmp pixman-matrix.po.tmp pixman-noop.po.tmp pixman-radial-gradient.po.tmp pixman-region16.po.tmp pixman-region32.po.tmp pixman-solid-fill.po.tmp pixman-timer.po.tmp pixman-trap.po.tmp pixman-utils.po.tmp pixman-x86.po.tmp pixman-mips.po.tmp pixman-arm.po.tmp pixman-ppc.po.tmp pixman-sse2.po.tmp pixman-ssse3.po.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetcan && rm -f librumpnet_netcan_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/pixman && rm -f libpixman-1_p.a pixman.po pixman-access.po pixman-access-accessors.po pixman-bits-image.po pixman-combine32.po pixman-combine-float.po pixman-conical-gradient.po pixman-edge.po pixman-edge-accessors.po pixman-fast-path.po pixman-filter.po pixman-glyph.po pixman-general.po pixman-gradient-walker.po pixman-image.po pixman-implementation.po pixman-linear-gradient.po pixman-matrix.po pixman-noop.po pixman-radial-gradient.po pixman-region16.po pixman-region32.po pixman-solid-fill.po pixman-timer.po pixman-trap.po pixman-utils.po pixman-x86.po pixman-mips.po pixman-arm.po pixman-ppc.po pixman-sse2.po pixman-ssse3.po pixman.po.tmp pixman-access.po.tmp pixman-access-accessors.po.tmp pixman-bits-image.po.tmp pixman-combine32.po.tmp pixman-combine-float.po.tmp pixman-conical-gradient.po.tmp pixman-edge.po.tmp pixman-edge-accessors.po.tmp pixman-fast-path.po.tmp pixman-filter.po.tmp pixman-glyph.po.tmp pixman-general.po.tmp pixman-gradient-walker.po.tmp pixman-image.po.tmp pixman-implementation.po.tmp pixman-linear-gradient.po.tmp pixman-matrix.po.tmp pixman-noop.po.tmp pixman-radial-gradient.po.tmp pixman-region16.po.tmp pixman-region32.po.tmp pixman-solid-fill.po.tmp pixman-timer.po.tmp pixman-trap.po.tmp pixman-utils.po.tmp pixman-x86.po.tmp pixman-mips.po.tmp pixman-arm.po.tmp pixman-ppc.po.tmp pixman-sse2.po.tmp pixman-ssse3.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetcan && rm -f librumpnet_netcan_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/pixman && rm -f libpixman-1_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetcan && rm -f librumpnet_netcan_pic.a librumpnet_netcan.so.* librumpnet_netcan.so can.pico can_pcb.pico can_proto.pico if_canloop.pico netcan_component.pico can.pico.tmp can_pcb.pico.tmp can_proto.pico.tmp if_canloop.pico.tmp netcan_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/pixman && rm -f libpixman-1_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetcan && rm -f librumpnet_netcan_pic.a librumpnet_netcan.so.* librumpnet_netcan.so can.pico can_pcb.pico can_proto.pico if_canloop.pico netcan_component.pico can.pico.tmp can_pcb.pico.tmp can_proto.pico.tmp if_canloop.pico.tmp netcan_component.pico.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/pixman && rm -f libpixman-1_pic.a libpixman-1.so.* libpixman-1.so pixman.pico pixman-access.pico pixman-access-accessors.pico pixman-bits-image.pico pixman-combine32.pico pixman-combine-float.pico pixman-conical-gradient.pico pixman-edge.pico pixman-edge-accessors.pico pixman-fast-path.pico pixman-filter.pico pixman-glyph.pico pixman-general.pico pixman-gradient-walker.pico pixman-image.pico pixman-implementation.pico pixman-linear-gradient.pico pixman-matrix.pico pixman-noop.pico pixman-radial-gradient.pico pixman-region16.pico pixman-region32.pico pixman-solid-fill.pico pixman-timer.pico pixman-trap.pico pixman-utils.pico pixman-x86.pico pixman-mips.pico pixman-arm.pico pixman-ppc.pico pixman-sse2.pico pixman-ssse3.pico pixman.pico.tmp pixman-access.pico.tmp pixman-access-accessors.pico.tmp pixman-bits-image.pico.tmp pixman-combine32.pico.tmp pixman-combine-float.pico.tmp pixman-conical-gradient.pico.tmp pixman-edge.pico.tmp pixman-edge-accessors.pico.tmp pixman-fast-path.pico.tmp pixman-filter.pico.tmp pixman-glyph.pico.tmp pixman-general.pico.tmp pixman-gradient-walker.pico.tmp pixman-image.pico.tmp pixman-implementation.pico.tmp pixman-linear-gradient.pico.tmp pixman-matrix.pico.tmp pixman-noop.pico.tmp pixman-radial-gradient.pico.tmp pixman-region16.pico.tmp pixman-region32.pico.tmp pixman-solid-fill.pico.tmp pixman-timer.pico.tmp pixman-trap.pico.tmp pixman-utils.pico.tmp pixman-x86.pico.tmp pixman-mips.pico.tmp pixman-arm.pico.tmp pixman-ppc.pico.tmp pixman-sse2.pico.tmp pixman-ssse3.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetcan && rm -f llib-lrumpnet_netcan.ln can.ln can_pcb.ln can_proto.ln if_canloop.ln netcan_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/pixman && rm -f libpixman-1_pic.a libpixman-1.so.* libpixman-1.so pixman.pico pixman-access.pico pixman-access-accessors.pico pixman-bits-image.pico pixman-combine32.pico pixman-combine-float.pico pixman-conical-gradient.pico pixman-edge.pico pixman-edge-accessors.pico pixman-fast-path.pico pixman-filter.pico pixman-glyph.pico pixman-general.pico pixman-gradient-walker.pico pixman-image.pico pixman-implementation.pico pixman-linear-gradient.pico pixman-matrix.pico pixman-noop.pico pixman-radial-gradient.pico pixman-region16.pico pixman-region32.pico pixman-solid-fill.pico pixman-timer.pico pixman-trap.pico pixman-utils.pico pixman-x86.pico pixman-mips.pico pixman-arm.pico pixman-ppc.pico pixman-sse2.pico pixman-ssse3.pico pixman.pico.tmp pixman-access.pico.tmp pixman-access-accessors.pico.tmp pixman-bits-image.pico.tmp pixman-combine32.pico.tmp pixman-combine-float.pico.tmp pixman-conical-gradient.pico.tmp pixman-edge.pico.tmp pixman-edge-accessors.pico.tmp pixman-fast-path.pico.tmp pixman-filter.pico.tmp pixman-glyph.pico.tmp pixman-general.pico.tmp pixman-gradient-walker.pico.tmp pixman-image.pico.tmp pixman-implementation.pico.tmp pixman-linear-gradient.pico.tmp pixman-matrix.pico.tmp pixman-noop.pico.tmp pixman-radial-gradient.pico.tmp pixman-region16.pico.tmp pixman-region32.pico.tmp pixman-solid-fill.pico.tmp pixman-timer.pico.tmp pixman-trap.pico.tmp pixman-utils.pico.tmp pixman-x86.pico.tmp pixman-mips.pico.tmp pixman-arm.pico.tmp pixman-ppc.pico.tmp pixman-sse2.pico.tmp pixman-ssse3.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetcan && rm -f llib-lrumpnet_netcan.ln can.ln can_pcb.ln can_proto.ln if_canloop.ln netcan_component.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/pixman && rm -f llib-lpixman-1.ln pixman.ln pixman-access.ln pixman-access-accessors.ln pixman-bits-image.ln pixman-combine32.ln pixman-combine-float.ln pixman-conical-gradient.ln pixman-edge.ln pixman-edge-accessors.ln pixman-fast-path.ln pixman-filter.ln pixman-glyph.ln pixman-general.ln pixman-gradient-walker.ln pixman-image.ln pixman-implementation.ln pixman-linear-gradient.ln pixman-matrix.ln pixman-noop.ln pixman-radial-gradient.ln pixman-region16.ln pixman-region32.ln pixman-solid-fill.ln pixman-timer.ln pixman-trap.ln pixman-utils.ln pixman-x86.ln pixman-mips.ln pixman-arm.ln pixman-ppc.ln pixman-sse2.ln pixman-ssse3.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetcan && rm -f ioconf.c ioconf.h locators.h librumpnet_netcan.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetcan && rm -f ioconf.c ioconf.h locators.h librumpnet_netcan.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/pixman && rm -f llib-lpixman-1.ln pixman.ln pixman-access.ln pixman-access-accessors.ln pixman-bits-image.ln pixman-combine32.ln pixman-combine-float.ln pixman-conical-gradient.ln pixman-edge.ln pixman-edge-accessors.ln pixman-fast-path.ln pixman-filter.ln pixman-glyph.ln pixman-general.ln pixman-gradient-walker.ln pixman-image.ln pixman-implementation.ln pixman-linear-gradient.ln pixman-matrix.ln pixman-noop.ln pixman-radial-gradient.ln pixman-region16.ln pixman-region32.ln pixman-solid-fill.ln pixman-timer.ln pixman-trap.ln pixman-utils.ln pixman-x86.ln pixman-mips.ln pixman-arm.ln pixman-ppc.ln pixman-sse2.ln pixman-ssse3.ln || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetcan && rm -f .depend can.d can_pcb.d can_proto.d if_canloop.d ioconf.d netcan_component.d can.d.tmp can_pcb.d.tmp can_proto.d.tmp if_canloop.d.tmp ioconf.d.tmp netcan_component.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/pixman && rm -f .depend pixman-access-accessors.d pixman-access.d pixman-arm.d pixman-bits-image.d pixman-combine-float.d pixman-combine32.d pixman-conical-gradient.d pixman-edge-accessors.d pixman-edge.d pixman-fast-path.d pixman-filter.d pixman-general.d pixman-glyph.d pixman-gradient-walker.d pixman-image.d pixman-implementation.d pixman-linear-gradient.d pixman-matrix.d pixman-mips.d pixman-noop.d pixman-ppc.d pixman-radial-gradient.d pixman-region16.d pixman-region32.d pixman-solid-fill.d pixman-sse2.d pixman-ssse3.d pixman-timer.d pixman-trap.d pixman-utils.d pixman-x86.d pixman.d pixman-access-accessors.d.tmp pixman-access.d.tmp pixman-arm.d.tmp pixman-bits-image.d.tmp pixman-combine-float.d.tmp pixman-combine32.d.tmp pixman-conical-gradient.d.tmp pixman-edge-accessors.d.tmp pixman-edge.d.tmp pixman-fast-path.d.tmp pixman-filter.d.tmp pixman-general.d.tmp pixman-glyph.d.tmp pixman-gradient-walker.d.tmp pixman-image.d.tmp pixman-implementation.d.tmp pixman-linear-gradient.d.tmp pixman-matrix.d.tmp pixman-mips.d.tmp pixman-noop.d.tmp pixman-ppc.d.tmp pixman-radial-gradient.d.tmp pixman-region16.d.tmp pixman-region32.d.tmp pixman-solid-fill.d.tmp pixman-sse2.d.tmp pixman-ssse3.d.tmp pixman-timer.d.tmp pixman-trap.d.tmp pixman-utils.d.tmp pixman-x86.d.tmp pixman.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetcan && rm -f .depend can.d can_pcb.d can_proto.d if_canloop.d ioconf.d netcan_component.d can.d.tmp can_pcb.d.tmp can_proto.d.tmp if_canloop.d.tmp ioconf.d.tmp netcan_component.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/pixman && rm -f .depend pixman-access-accessors.d pixman-access.d pixman-arm.d pixman-bits-image.d pixman-combine-float.d pixman-combine32.d pixman-conical-gradient.d pixman-edge-accessors.d pixman-edge.d pixman-fast-path.d pixman-filter.d pixman-general.d pixman-glyph.d pixman-gradient-walker.d pixman-image.d pixman-implementation.d pixman-linear-gradient.d pixman-matrix.d pixman-mips.d pixman-noop.d pixman-ppc.d pixman-radial-gradient.d pixman-region16.d pixman-region32.d pixman-solid-fill.d pixman-sse2.d pixman-ssse3.d pixman-timer.d pixman-trap.d pixman-utils.d pixman-x86.d pixman.d pixman-access-accessors.d.tmp pixman-access.d.tmp pixman-arm.d.tmp pixman-bits-image.d.tmp pixman-combine-float.d.tmp pixman-combine32.d.tmp pixman-conical-gradient.d.tmp pixman-edge-accessors.d.tmp pixman-edge.d.tmp pixman-fast-path.d.tmp pixman-filter.d.tmp pixman-general.d.tmp pixman-glyph.d.tmp pixman-gradient-walker.d.tmp pixman-image.d.tmp pixman-implementation.d.tmp pixman-linear-gradient.d.tmp pixman-matrix.d.tmp pixman-mips.d.tmp pixman-noop.d.tmp pixman-ppc.d.tmp pixman-radial-gradient.d.tmp pixman-region16.d.tmp pixman-region32.d.tmp pixman-solid-fill.d.tmp pixman-sse2.d.tmp pixman-ssse3.d.tmp pixman-timer.d.tmp pixman-trap.d.tmp pixman-utils.d.tmp pixman-x86.d.tmp pixman.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libnetinet --- --- cleandir-external --- --- cleandir-xkeyboard-config --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libnetinet --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet && rm -f librumpnet_netinet.a netinet_component.o netinet_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config && rm -f xkeyboard-config.pc xkeyboard-config.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet && rm -f librumpnet_netinet.a netinet_component.o netinet_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config && rm -f xkeyboard-config.pc xkeyboard-config.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet && rm -f librumpnet_netinet_p.a netinet_component.po netinet_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config && rm -f xkeyboard-config.7 xkeyboard-config.html7 || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet && rm -f librumpnet_netinet_p.a netinet_component.po netinet_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config && rm -f xkeyboard-config.7 xkeyboard-config.html7 || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-compat --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet && rm -f librumpnet_netinet_g.a || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/compat --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet && rm -f librumpnet_netinet_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet && rm -f librumpnet_netinet_pic.a librumpnet_netinet.so.* librumpnet_netinet.so netinet_component.pico netinet_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/compat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet && rm -f librumpnet_netinet_pic.a librumpnet_netinet.so.* librumpnet_netinet.so netinet_component.pico netinet_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/compat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet && rm -f llib-lrumpnet_netinet.ln netinet_component.ln || true) --- cleandir-external --- --- cleandir-geometry --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet && rm -f llib-lrumpnet_netinet.ln netinet_component.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/geometry --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet && rm -f librumpnet_netinet.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/geometry && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet && rm -f librumpnet_netinet.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/geometry && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet && rm -f .depend netinet_component.d netinet_component.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet && rm -f .depend netinet_component.d netinet_component.d.tmp tags || true) --- cleandir-external --- --- cleandir-digital_vndr --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/geometry/digital_vndr --- cleandir-lib --- --- cleandir-libnetinet6 --- cleandir ===> lib/../sys/rump/net/lib/libnetinet6 --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/geometry/digital_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet6 && rm -f librumpnet_netinet6.a netinet6_component.o netinet6_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/geometry/digital_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet6 && rm -f librumpnet_netinet6.a netinet6_component.o netinet6_component.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- cleandir-sgi_vndr --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet6 && rm -f librumpnet_netinet6_p.a netinet6_component.po netinet6_component.po.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/geometry/sgi_vndr --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet6 && rm -f librumpnet_netinet6_p.a netinet6_component.po netinet6_component.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/geometry/sgi_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet6 && rm -f librumpnet_netinet6_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/geometry/sgi_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet6 && rm -f librumpnet_netinet6_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- cleandir-keycodes --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet6 && rm -f librumpnet_netinet6_pic.a librumpnet_netinet6.so.* librumpnet_netinet6.so netinet6_component.pico netinet6_component.pico.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/keycodes --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet6 && rm -f librumpnet_netinet6_pic.a librumpnet_netinet6.so.* librumpnet_netinet6.so netinet6_component.pico netinet6_component.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet6 && rm -f llib-lrumpnet_netinet6.ln netinet6_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/keycodes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet6 && rm -f llib-lrumpnet_netinet6.ln netinet6_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/keycodes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet6 && rm -f librumpnet_netinet6.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-digital_vndr --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/keycodes/digital_vndr --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet6 && rm -f librumpnet_netinet6.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetinet6 && rm -f .depend netinet6_component.d netinet6_component.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/keycodes/digital_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetinet6 && rm -f .depend netinet6_component.d netinet6_component.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/keycodes/digital_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- cleandir-libnetipsec --- cleandir ===> lib/../sys/rump/net/lib/libnetipsec --- cleandir-external --- --- cleandir-sgi_vndr --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/keycodes/sgi_vndr --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetipsec && rm -f librumpnet_netipsec.a netipsec_component.o ipsec.o ipsec_netbsd.o key_debug.o xform_esp.o ipsec_input.o ipsec_output.o keysock.o xform_ipcomp.o ipsec_mbuf.o key.o xform_ah.o xform_ipip.o netipsec_component.o.tmp ipsec.o.tmp ipsec_netbsd.o.tmp key_debug.o.tmp xform_esp.o.tmp ipsec_input.o.tmp ipsec_output.o.tmp keysock.o.tmp xform_ipcomp.o.tmp ipsec_mbuf.o.tmp key.o.tmp xform_ah.o.tmp xform_ipip.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/keycodes/sgi_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetipsec && rm -f librumpnet_netipsec.a netipsec_component.o ipsec.o ipsec_netbsd.o key_debug.o xform_esp.o ipsec_input.o ipsec_output.o keysock.o xform_ipcomp.o ipsec_mbuf.o key.o xform_ah.o xform_ipip.o netipsec_component.o.tmp ipsec.o.tmp ipsec_netbsd.o.tmp key_debug.o.tmp xform_esp.o.tmp ipsec_input.o.tmp ipsec_output.o.tmp keysock.o.tmp xform_ipcomp.o.tmp ipsec_mbuf.o.tmp key.o.tmp xform_ah.o.tmp xform_ipip.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/keycodes/sgi_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetipsec && rm -f librumpnet_netipsec_p.a netipsec_component.po ipsec.po ipsec_netbsd.po key_debug.po xform_esp.po ipsec_input.po ipsec_output.po keysock.po xform_ipcomp.po ipsec_mbuf.po key.po xform_ah.po xform_ipip.po netipsec_component.po.tmp ipsec.po.tmp ipsec_netbsd.po.tmp key_debug.po.tmp xform_esp.po.tmp ipsec_input.po.tmp ipsec_output.po.tmp keysock.po.tmp xform_ipcomp.po.tmp ipsec_mbuf.po.tmp key.po.tmp xform_ah.po.tmp xform_ipip.po.tmp || true) --- cleandir-external --- --- cleandir-rules --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetipsec && rm -f librumpnet_netipsec_p.a netipsec_component.po ipsec.po ipsec_netbsd.po key_debug.po xform_esp.po ipsec_input.po ipsec_output.po keysock.po xform_ipcomp.po ipsec_mbuf.po key.po xform_ah.po xform_ipip.po netipsec_component.po.tmp ipsec.po.tmp ipsec_netbsd.po.tmp key_debug.po.tmp xform_esp.po.tmp ipsec_input.po.tmp ipsec_output.po.tmp keysock.po.tmp xform_ipcomp.po.tmp ipsec_mbuf.po.tmp key.po.tmp xform_ah.po.tmp xform_ipip.po.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/rules --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetipsec && rm -f librumpnet_netipsec_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/rules && rm -f a.out [Ee]rrs mklog core *.core .gdbinit base.extras.xml base.xml || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetipsec && rm -f librumpnet_netipsec_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/rules && rm -f a.out [Ee]rrs mklog core *.core .gdbinit base.extras.xml base.xml || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetipsec && rm -f librumpnet_netipsec_pic.a librumpnet_netipsec.so.* librumpnet_netipsec.so netipsec_component.pico ipsec.pico ipsec_netbsd.pico key_debug.pico xform_esp.pico ipsec_input.pico ipsec_output.pico keysock.pico xform_ipcomp.pico ipsec_mbuf.pico key.pico xform_ah.pico xform_ipip.pico netipsec_component.pico.tmp ipsec.pico.tmp ipsec_netbsd.pico.tmp key_debug.pico.tmp xform_esp.pico.tmp ipsec_input.pico.tmp ipsec_output.pico.tmp keysock.pico.tmp xform_ipcomp.pico.tmp ipsec_mbuf.pico.tmp key.pico.tmp xform_ah.pico.tmp xform_ipip.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetipsec && rm -f librumpnet_netipsec_pic.a librumpnet_netipsec.so.* librumpnet_netipsec.so netipsec_component.pico ipsec.pico ipsec_netbsd.pico key_debug.pico xform_esp.pico ipsec_input.pico ipsec_output.pico keysock.pico xform_ipcomp.pico ipsec_mbuf.pico key.pico xform_ah.pico xform_ipip.pico netipsec_component.pico.tmp ipsec.pico.tmp ipsec_netbsd.pico.tmp key_debug.pico.tmp xform_esp.pico.tmp ipsec_input.pico.tmp ipsec_output.pico.tmp keysock.pico.tmp xform_ipcomp.pico.tmp ipsec_mbuf.pico.tmp key.pico.tmp xform_ah.pico.tmp xform_ipip.pico.tmp || true) --- cleandir-external --- --- cleandir-symbols --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetipsec && rm -f llib-lrumpnet_netipsec.ln netipsec_component.ln ipsec.ln ipsec_netbsd.ln key_debug.ln xform_esp.ln ipsec_input.ln ipsec_output.ln keysock.ln xform_ipcomp.ln ipsec_mbuf.ln key.ln xform_ah.ln xform_ipip.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetipsec && rm -f llib-lrumpnet_netipsec.ln netipsec_component.ln ipsec.ln ipsec_netbsd.ln key_debug.ln xform_esp.ln ipsec_input.ln ipsec_output.ln keysock.ln xform_ipcomp.ln ipsec_mbuf.ln key.ln xform_ah.ln xform_ipip.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetipsec && rm -f librumpnet_netipsec.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetipsec && rm -f librumpnet_netipsec.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-digital_vndr --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/digital_vndr --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetipsec && rm -f .depend ipsec.d ipsec_input.d ipsec_mbuf.d ipsec_netbsd.d ipsec_output.d key.d key_debug.d keysock.d netipsec_component.d xform_ah.d xform_esp.d xform_ipcomp.d xform_ipip.d ipsec.d.tmp ipsec_input.d.tmp ipsec_mbuf.d.tmp ipsec_netbsd.d.tmp ipsec_output.d.tmp key.d.tmp key_debug.d.tmp keysock.d.tmp netipsec_component.d.tmp xform_ah.d.tmp xform_esp.d.tmp xform_ipcomp.d.tmp xform_ipip.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetipsec && rm -f .depend ipsec.d ipsec_input.d ipsec_mbuf.d ipsec_netbsd.d ipsec_output.d key.d key_debug.d keysock.d netipsec_component.d xform_ah.d xform_esp.d xform_ipcomp.d xform_ipip.d ipsec.d.tmp ipsec_input.d.tmp ipsec_mbuf.d.tmp ipsec_netbsd.d.tmp ipsec_output.d.tmp key.d.tmp key_debug.d.tmp keysock.d.tmp netipsec_component.d.tmp xform_ah.d.tmp xform_esp.d.tmp xform_ipcomp.d.tmp xform_ipip.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/digital_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- cleandir-libgif --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/digital_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libgif --- cleandir-external --- --- __docleandir --- --- cleandir-fujitsu_vndr --- --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libgif && rm -f librumpnet_gif.a if_gif.o in_gif.o in6_gif.o ip_ecn.o gif_component.o if_gif.o.tmp in_gif.o.tmp in6_gif.o.tmp ip_ecn.o.tmp gif_component.o.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/fujitsu_vndr --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libgif && rm -f librumpnet_gif.a if_gif.o in_gif.o in6_gif.o ip_ecn.o gif_component.o if_gif.o.tmp in_gif.o.tmp in6_gif.o.tmp ip_ecn.o.tmp gif_component.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/fujitsu_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libgif && rm -f librumpnet_gif_p.a if_gif.po in_gif.po in6_gif.po ip_ecn.po gif_component.po if_gif.po.tmp in_gif.po.tmp in6_gif.po.tmp ip_ecn.po.tmp gif_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/fujitsu_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libgif && rm -f librumpnet_gif_p.a if_gif.po in_gif.po in6_gif.po ip_ecn.po gif_component.po if_gif.po.tmp in_gif.po.tmp in6_gif.po.tmp ip_ecn.po.tmp gif_component.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-hp_vndr --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libgif && rm -f librumpnet_gif_g.a || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/hp_vndr --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libgif && rm -f librumpnet_gif_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/hp_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libgif && rm -f librumpnet_gif_pic.a librumpnet_gif.so.* librumpnet_gif.so if_gif.pico in_gif.pico in6_gif.pico ip_ecn.pico gif_component.pico if_gif.pico.tmp in_gif.pico.tmp in6_gif.pico.tmp ip_ecn.pico.tmp gif_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/hp_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libgif && rm -f librumpnet_gif_pic.a librumpnet_gif.so.* librumpnet_gif.so if_gif.pico in_gif.pico in6_gif.pico ip_ecn.pico gif_component.pico if_gif.pico.tmp in_gif.pico.tmp in6_gif.pico.tmp ip_ecn.pico.tmp gif_component.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libgif && rm -f llib-lrumpnet_gif.ln if_gif.ln in_gif.ln in6_gif.ln ip_ecn.ln gif_component.ln || true) --- cleandir-external --- --- cleandir-jolla_vndr --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/jolla_vndr --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libgif && rm -f llib-lrumpnet_gif.ln if_gif.ln in_gif.ln in6_gif.ln ip_ecn.ln gif_component.ln || true) --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libgif && rm -f ioconf.c ioconf.h locators.h librumpnet_gif.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/jolla_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libgif && rm -f ioconf.c ioconf.h locators.h librumpnet_gif.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/jolla_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libgif && rm -f .depend gif_component.d if_gif.d in6_gif.d in_gif.d ioconf.d ip_ecn.d gif_component.d.tmp if_gif.d.tmp in6_gif.d.tmp in_gif.d.tmp ioconf.d.tmp ip_ecn.d.tmp tags || true) --- cleandir-external --- --- cleandir-macintosh_vndr --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/macintosh_vndr --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libgif && rm -f .depend gif_component.d if_gif.d in6_gif.d in_gif.d ioconf.d ip_ecn.d gif_component.d.tmp if_gif.d.tmp in6_gif.d.tmp in_gif.d.tmp ioconf.d.tmp ip_ecn.d.tmp tags || true) --- cleandir-libipsec --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libipsec --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/macintosh_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/macintosh_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libipsec && rm -f librumpnet_ipsec.a if_ipsec.o ipsecif.o ipsec_component.o if_ipsec.o.tmp ipsecif.o.tmp ipsec_component.o.tmp || true) --- cleandir-external --- --- cleandir-nec_vndr --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libipsec && rm -f librumpnet_ipsec.a if_ipsec.o ipsecif.o ipsec_component.o if_ipsec.o.tmp ipsecif.o.tmp ipsec_component.o.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/nec_vndr --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libipsec && rm -f librumpnet_ipsec_p.a if_ipsec.po ipsecif.po ipsec_component.po if_ipsec.po.tmp ipsecif.po.tmp ipsec_component.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/nec_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libipsec && rm -f librumpnet_ipsec_p.a if_ipsec.po ipsecif.po ipsec_component.po if_ipsec.po.tmp ipsecif.po.tmp ipsec_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/nec_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libipsec && rm -f librumpnet_ipsec_g.a || true) --- cleandir-external --- --- cleandir-nokia_vndr --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libipsec && rm -f librumpnet_ipsec_g.a || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/nokia_vndr --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libipsec && rm -f librumpnet_ipsec_pic.a librumpnet_ipsec.so.* librumpnet_ipsec.so if_ipsec.pico ipsecif.pico ipsec_component.pico if_ipsec.pico.tmp ipsecif.pico.tmp ipsec_component.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/nokia_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libipsec && rm -f librumpnet_ipsec_pic.a librumpnet_ipsec.so.* librumpnet_ipsec.so if_ipsec.pico ipsecif.pico ipsec_component.pico if_ipsec.pico.tmp ipsecif.pico.tmp ipsec_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/nokia_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libipsec && rm -f llib-lrumpnet_ipsec.ln if_ipsec.ln ipsecif.ln ipsec_component.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libipsec && rm -f llib-lrumpnet_ipsec.ln if_ipsec.ln ipsecif.ln ipsec_component.ln || true) --- cleandir-external --- --- cleandir-sgi_vndr --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/sgi_vndr --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libipsec && rm -f ioconf.c ioconf.h locators.h librumpnet_ipsec.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libipsec && rm -f ioconf.c ioconf.h locators.h librumpnet_ipsec.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/sgi_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/sgi_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libipsec && rm -f .depend if_ipsec.d ioconf.d ipsec_component.d ipsecif.d if_ipsec.d.tmp ioconf.d.tmp ipsec_component.d.tmp ipsecif.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libipsec && rm -f .depend if_ipsec.d ioconf.d ipsec_component.d ipsecif.d if_ipsec.d.tmp ioconf.d.tmp ipsec_component.d.tmp ipsecif.d.tmp tags || true) --- cleandir-external --- --- cleandir-sharp_vndr --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/sharp_vndr --- cleandir-lib --- --- cleandir-libnetmpls --- cleandir ===> lib/../sys/rump/net/lib/libnetmpls --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/sharp_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetmpls && rm -f librumpnet_netmpls.a netmpls_component.o netmpls_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/sharp_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetmpls && rm -f librumpnet_netmpls.a netmpls_component.o netmpls_component.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sony_vndr --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/sony_vndr --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetmpls && rm -f librumpnet_netmpls_p.a netmpls_component.po netmpls_component.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetmpls && rm -f librumpnet_netmpls_p.a netmpls_component.po netmpls_component.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/sony_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetmpls && rm -f librumpnet_netmpls_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/sony_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetmpls && rm -f librumpnet_netmpls_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sun_vndr --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/sun_vndr --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetmpls && rm -f librumpnet_netmpls_pic.a librumpnet_netmpls.so.* librumpnet_netmpls.so netmpls_component.pico netmpls_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetmpls && rm -f librumpnet_netmpls_pic.a librumpnet_netmpls.so.* librumpnet_netmpls.so netmpls_component.pico netmpls_component.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/sun_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetmpls && rm -f llib-lrumpnet_netmpls.ln netmpls_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/sun_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetmpls && rm -f llib-lrumpnet_netmpls.ln netmpls_component.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-xfree68_vndr --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetmpls && rm -f ioconf.c ioconf.h locators.h librumpnet_netmpls.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/symbols/xfree68_vndr --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetmpls && rm -f ioconf.c ioconf.h locators.h librumpnet_netmpls.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/symbols/xfree68_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnetmpls && rm -f .depend ioconf.d netmpls_component.d ioconf.d.tmp netmpls_component.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/symbols/xfree68_vndr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnetmpls && rm -f .depend ioconf.d netmpls_component.d ioconf.d.tmp netmpls_component.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-libnpf --- --- cleandir-external --- --- cleandir-types --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libnpf --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xkeyboard-config/types --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnpf && rm -f librumpnet_npf.a npf.o npf_alg.o npf_conf.o npf_ctl.o npf_handler.o npf_bpf.o npf_if.o npf_inet.o npf_mbuf.o npf_nat.o npf_params.o npf_ruleset.o npf_rproc.o npf_conn.o npf_conndb.o npf_connkey.o npf_portmap.o npf_state.o npf_state_tcp.o npf_tableset.o lpm.o npf_sendpkt.o npf_worker.o npf_os.o npf_ifaddr.o nvlist.o nvpair.o nv_kern_netbsd.o dnvlist.o if_npflog.o npf_alg_icmp.o npf_ext_log.o npf_ext_normalize.o npf_ext_rndblock.o npf_component.o npf.o.tmp npf_alg.o.tmp npf_conf.o.tmp npf_ctl.o.tmp npf_handler.o.tmp npf_bpf.o.tmp npf_if.o.tmp npf_inet.o.tmp npf_mbuf.o.tmp npf_nat.o.tmp npf_params.o.tmp npf_ruleset.o.tmp npf_rproc.o.tmp npf_conn.o.tmp npf_conndb.o.tmp npf_connkey.o.tmp npf_portmap.o.tmp npf_state.o.tmp npf_state_tcp.o.tmp npf_tableset.o.tmp lpm.o.tmp npf_sendpkt.o.tmp npf_worker.o.tmp npf_os.o.tmp npf_ifaddr.o.tmp nvlist.o.tmp nvpair.o.tmp nv_kern_netbsd.o.tmp dnvlist.o.tmp if_npflog.o.tmp npf_alg_icmp.o.tmp npf_ext_log.o.tmp npf_ext_normalize.o.tmp npf_ext_rndblock.o.tmp npf_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xkeyboard-config/types && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xkeyboard-config/types && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnpf && rm -f librumpnet_npf.a npf.o npf_alg.o npf_conf.o npf_ctl.o npf_handler.o npf_bpf.o npf_if.o npf_inet.o npf_mbuf.o npf_nat.o npf_params.o npf_ruleset.o npf_rproc.o npf_conn.o npf_conndb.o npf_connkey.o npf_portmap.o npf_state.o npf_state_tcp.o npf_tableset.o lpm.o npf_sendpkt.o npf_worker.o npf_os.o npf_ifaddr.o nvlist.o nvpair.o nv_kern_netbsd.o dnvlist.o if_npflog.o npf_alg_icmp.o npf_ext_log.o npf_ext_normalize.o npf_ext_rndblock.o npf_component.o npf.o.tmp npf_alg.o.tmp npf_conf.o.tmp npf_ctl.o.tmp npf_handler.o.tmp npf_bpf.o.tmp npf_if.o.tmp npf_inet.o.tmp npf_mbuf.o.tmp npf_nat.o.tmp npf_params.o.tmp npf_ruleset.o.tmp npf_rproc.o.tmp npf_conn.o.tmp npf_conndb.o.tmp npf_connkey.o.tmp npf_portmap.o.tmp npf_state.o.tmp npf_state_tcp.o.tmp npf_tableset.o.tmp lpm.o.tmp npf_sendpkt.o.tmp npf_worker.o.tmp npf_os.o.tmp npf_ifaddr.o.tmp nvlist.o.tmp nvpair.o.tmp nv_kern_netbsd.o.tmp dnvlist.o.tmp if_npflog.o.tmp npf_alg_icmp.o.tmp npf_ext_log.o.tmp npf_ext_normalize.o.tmp npf_ext_rndblock.o.tmp npf_component.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnpf && rm -f librumpnet_npf_p.a npf.po npf_alg.po npf_conf.po npf_ctl.po npf_handler.po npf_bpf.po npf_if.po npf_inet.po npf_mbuf.po npf_nat.po npf_params.po npf_ruleset.po npf_rproc.po npf_conn.po npf_conndb.po npf_connkey.po npf_portmap.po npf_state.po npf_state_tcp.po npf_tableset.po lpm.po npf_sendpkt.po npf_worker.po npf_os.po npf_ifaddr.po nvlist.po nvpair.po nv_kern_netbsd.po dnvlist.po if_npflog.po npf_alg_icmp.po npf_ext_log.po npf_ext_normalize.po npf_ext_rndblock.po npf_component.po npf.po.tmp npf_alg.po.tmp npf_conf.po.tmp npf_ctl.po.tmp npf_handler.po.tmp npf_bpf.po.tmp npf_if.po.tmp npf_inet.po.tmp npf_mbuf.po.tmp npf_nat.po.tmp npf_params.po.tmp npf_ruleset.po.tmp npf_rproc.po.tmp npf_conn.po.tmp npf_conndb.po.tmp npf_connkey.po.tmp npf_portmap.po.tmp npf_state.po.tmp npf_state_tcp.po.tmp npf_tableset.po.tmp lpm.po.tmp npf_sendpkt.po.tmp npf_worker.po.tmp npf_os.po.tmp npf_ifaddr.po.tmp nvlist.po.tmp nvpair.po.tmp nv_kern_netbsd.po.tmp dnvlist.po.tmp if_npflog.po.tmp npf_alg_icmp.po.tmp npf_ext_log.po.tmp npf_ext_normalize.po.tmp npf_ext_rndblock.po.tmp npf_component.po.tmp || true) --- cleandir-external --- --- cleandir-libxcb --- cleandir ===> external/mit/xorg/lib/libxcb --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnpf && rm -f librumpnet_npf_p.a npf.po npf_alg.po npf_conf.po npf_ctl.po npf_handler.po npf_bpf.po npf_if.po npf_inet.po npf_mbuf.po npf_nat.po npf_params.po npf_ruleset.po npf_rproc.po npf_conn.po npf_conndb.po npf_connkey.po npf_portmap.po npf_state.po npf_state_tcp.po npf_tableset.po lpm.po npf_sendpkt.po npf_worker.po npf_os.po npf_ifaddr.po nvlist.po nvpair.po nv_kern_netbsd.po dnvlist.po if_npflog.po npf_alg_icmp.po npf_ext_log.po npf_ext_normalize.po npf_ext_rndblock.po npf_component.po npf.po.tmp npf_alg.po.tmp npf_conf.po.tmp npf_ctl.po.tmp npf_handler.po.tmp npf_bpf.po.tmp npf_if.po.tmp npf_inet.po.tmp npf_mbuf.po.tmp npf_nat.po.tmp npf_params.po.tmp npf_ruleset.po.tmp npf_rproc.po.tmp npf_conn.po.tmp npf_conndb.po.tmp npf_connkey.po.tmp npf_portmap.po.tmp npf_state.po.tmp npf_state_tcp.po.tmp npf_tableset.po.tmp lpm.po.tmp npf_sendpkt.po.tmp npf_worker.po.tmp npf_os.po.tmp npf_ifaddr.po.tmp nvlist.po.tmp nvpair.po.tmp nv_kern_netbsd.po.tmp dnvlist.po.tmp if_npflog.po.tmp npf_alg_icmp.po.tmp npf_ext_log.po.tmp npf_ext_normalize.po.tmp npf_ext_rndblock.po.tmp npf_component.po.tmp || true) --- cleandir-external --- --- cleandir-libxcb --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/libxcb --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnpf && rm -f librumpnet_npf_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnpf && rm -f librumpnet_npf_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnpf && rm -f librumpnet_npf_pic.a librumpnet_npf.so.* librumpnet_npf.so npf.pico npf_alg.pico npf_conf.pico npf_ctl.pico npf_handler.pico npf_bpf.pico npf_if.pico npf_inet.pico npf_mbuf.pico npf_nat.pico npf_params.pico npf_ruleset.pico npf_rproc.pico npf_conn.pico npf_conndb.pico npf_connkey.pico npf_portmap.pico npf_state.pico npf_state_tcp.pico npf_tableset.pico lpm.pico npf_sendpkt.pico npf_worker.pico npf_os.pico npf_ifaddr.pico nvlist.pico nvpair.pico nv_kern_netbsd.pico dnvlist.pico if_npflog.pico npf_alg_icmp.pico npf_ext_log.pico npf_ext_normalize.pico npf_ext_rndblock.pico npf_component.pico npf.pico.tmp npf_alg.pico.tmp npf_conf.pico.tmp npf_ctl.pico.tmp npf_handler.pico.tmp npf_bpf.pico.tmp npf_if.pico.tmp npf_inet.pico.tmp npf_mbuf.pico.tmp npf_nat.pico.tmp npf_params.pico.tmp npf_ruleset.pico.tmp npf_rproc.pico.tmp npf_conn.pico.tmp npf_conndb.pico.tmp npf_connkey.pico.tmp npf_portmap.pico.tmp npf_state.pico.tmp npf_state_tcp.pico.tmp npf_tableset.pico.tmp lpm.pico.tmp npf_sendpkt.pico.tmp npf_worker.pico.tmp npf_os.pico.tmp npf_ifaddr.pico.tmp nvlist.pico.tmp nvpair.pico.tmp nv_kern_netbsd.pico.tmp dnvlist.pico.tmp if_npflog.pico.tmp npf_alg_icmp.pico.tmp npf_ext_log.pico.tmp npf_ext_normalize.pico.tmp npf_ext_rndblock.pico.tmp npf_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnpf && rm -f librumpnet_npf_pic.a librumpnet_npf.so.* librumpnet_npf.so npf.pico npf_alg.pico npf_conf.pico npf_ctl.pico npf_handler.pico npf_bpf.pico npf_if.pico npf_inet.pico npf_mbuf.pico npf_nat.pico npf_params.pico npf_ruleset.pico npf_rproc.pico npf_conn.pico npf_conndb.pico npf_connkey.pico npf_portmap.pico npf_state.pico npf_state_tcp.pico npf_tableset.pico lpm.pico npf_sendpkt.pico npf_worker.pico npf_os.pico npf_ifaddr.pico nvlist.pico nvpair.pico nv_kern_netbsd.pico dnvlist.pico if_npflog.pico npf_alg_icmp.pico npf_ext_log.pico npf_ext_normalize.pico npf_ext_rndblock.pico npf_component.pico npf.pico.tmp npf_alg.pico.tmp npf_conf.pico.tmp npf_ctl.pico.tmp npf_handler.pico.tmp npf_bpf.pico.tmp npf_if.pico.tmp npf_inet.pico.tmp npf_mbuf.pico.tmp npf_nat.pico.tmp npf_params.pico.tmp npf_ruleset.pico.tmp npf_rproc.pico.tmp npf_conn.pico.tmp npf_conndb.pico.tmp npf_connkey.pico.tmp npf_portmap.pico.tmp npf_state.pico.tmp npf_state_tcp.pico.tmp npf_tableset.pico.tmp lpm.pico.tmp npf_sendpkt.pico.tmp npf_worker.pico.tmp npf_os.pico.tmp npf_ifaddr.pico.tmp nvlist.pico.tmp nvpair.pico.tmp nv_kern_netbsd.pico.tmp dnvlist.pico.tmp if_npflog.pico.tmp npf_alg_icmp.pico.tmp npf_ext_log.pico.tmp npf_ext_normalize.pico.tmp npf_ext_rndblock.pico.tmp npf_component.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/libxcb && rm -f xcb.pc xcb.pc.tmp libxcb.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/libxcb && rm -f xcb.pc xcb.pc.tmp libxcb.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnpf && rm -f llib-lrumpnet_npf.ln npf.ln npf_alg.ln npf_conf.ln npf_ctl.ln npf_handler.ln npf_bpf.ln npf_if.ln npf_inet.ln npf_mbuf.ln npf_nat.ln npf_params.ln npf_ruleset.ln npf_rproc.ln npf_conn.ln npf_conndb.ln npf_connkey.ln npf_portmap.ln npf_state.ln npf_state_tcp.ln npf_tableset.ln lpm.ln npf_sendpkt.ln npf_worker.ln npf_os.ln npf_ifaddr.ln nvlist.ln nvpair.ln nv_kern_netbsd.ln dnvlist.ln if_npflog.ln npf_alg_icmp.ln npf_ext_log.ln npf_ext_normalize.ln npf_ext_rndblock.ln npf_component.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnpf && rm -f llib-lrumpnet_npf.ln npf.ln npf_alg.ln npf_conf.ln npf_ctl.ln npf_handler.ln npf_bpf.ln npf_if.ln npf_inet.ln npf_mbuf.ln npf_nat.ln npf_params.ln npf_ruleset.ln npf_rproc.ln npf_conn.ln npf_conndb.ln npf_connkey.ln npf_portmap.ln npf_state.ln npf_state_tcp.ln npf_tableset.ln lpm.ln npf_sendpkt.ln npf_worker.ln npf_os.ln npf_ifaddr.ln nvlist.ln nvpair.ln nv_kern_netbsd.ln dnvlist.ln if_npflog.ln npf_alg_icmp.ln npf_ext_log.ln npf_ext_normalize.ln npf_ext_rndblock.ln npf_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/libxcb && rm -f libxcb.a xcb_auth.o xcb_conn.o xcb_ext.o xcb_in.o xcb_list.o xcb_out.o xcb_util.o xcb_xid.o xproto.o bigreq.o xc_misc.o xcb_auth.o.tmp xcb_conn.o.tmp xcb_ext.o.tmp xcb_in.o.tmp xcb_list.o.tmp xcb_out.o.tmp xcb_util.o.tmp xcb_xid.o.tmp xproto.o.tmp bigreq.o.tmp xc_misc.o.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/libxcb && rm -f libxcb.a xcb_auth.o xcb_conn.o xcb_ext.o xcb_in.o xcb_list.o xcb_out.o xcb_util.o xcb_xid.o xproto.o bigreq.o xc_misc.o xcb_auth.o.tmp xcb_conn.o.tmp xcb_ext.o.tmp xcb_in.o.tmp xcb_list.o.tmp xcb_out.o.tmp xcb_util.o.tmp xcb_xid.o.tmp xproto.o.tmp bigreq.o.tmp xc_misc.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnpf && rm -f ioconf.c ioconf.h locators.h librumpnet_npf.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnpf && rm -f ioconf.c ioconf.h locators.h librumpnet_npf.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/libxcb && rm -f libxcb_p.a xcb_auth.po xcb_conn.po xcb_ext.po xcb_in.po xcb_list.po xcb_out.po xcb_util.po xcb_xid.po xproto.po bigreq.po xc_misc.po xcb_auth.po.tmp xcb_conn.po.tmp xcb_ext.po.tmp xcb_in.po.tmp xcb_list.po.tmp xcb_out.po.tmp xcb_util.po.tmp xcb_xid.po.tmp xproto.po.tmp bigreq.po.tmp xc_misc.po.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/libxcb && rm -f libxcb_p.a xcb_auth.po xcb_conn.po xcb_ext.po xcb_in.po xcb_list.po xcb_out.po xcb_util.po xcb_xid.po xproto.po bigreq.po xc_misc.po xcb_auth.po.tmp xcb_conn.po.tmp xcb_ext.po.tmp xcb_in.po.tmp xcb_list.po.tmp xcb_out.po.tmp xcb_util.po.tmp xcb_xid.po.tmp xproto.po.tmp bigreq.po.tmp xc_misc.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libnpf && rm -f .depend dnvlist.d if_npflog.d ioconf.d lpm.d npf.d npf_alg.d npf_alg_icmp.d npf_bpf.d npf_component.d npf_conf.d npf_conn.d npf_conndb.d npf_connkey.d npf_ctl.d npf_ext_log.d npf_ext_normalize.d npf_ext_rndblock.d npf_handler.d npf_if.d npf_ifaddr.d npf_inet.d npf_mbuf.d npf_nat.d npf_os.d npf_params.d npf_portmap.d npf_rproc.d npf_ruleset.d npf_sendpkt.d npf_state.d npf_state_tcp.d npf_tableset.d npf_worker.d nv_kern_netbsd.d nvlist.d nvpair.d dnvlist.d.tmp if_npflog.d.tmp ioconf.d.tmp lpm.d.tmp npf.d.tmp npf_alg.d.tmp npf_alg_icmp.d.tmp npf_bpf.d.tmp npf_component.d.tmp npf_conf.d.tmp npf_conn.d.tmp npf_conndb.d.tmp npf_connkey.d.tmp npf_ctl.d.tmp npf_ext_log.d.tmp npf_ext_normalize.d.tmp npf_ext_rndblock.d.tmp npf_handler.d.tmp npf_if.d.tmp npf_ifaddr.d.tmp npf_inet.d.tmp npf_mbuf.d.tmp npf_nat.d.tmp npf_os.d.tmp npf_params.d.tmp npf_portmap.d.tmp npf_rproc.d.tmp npf_ruleset.d.tmp npf_sendpkt.d.tmp npf_state.d.tmp npf_state_tcp.d.tmp npf_tableset.d.tmp npf_worker.d.tmp nv_kern_netbsd.d.tmp nvlist.d.tmp nvpair.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libnpf && rm -f .depend dnvlist.d if_npflog.d ioconf.d lpm.d npf.d npf_alg.d npf_alg_icmp.d npf_bpf.d npf_component.d npf_conf.d npf_conn.d npf_conndb.d npf_connkey.d npf_ctl.d npf_ext_log.d npf_ext_normalize.d npf_ext_rndblock.d npf_handler.d npf_if.d npf_ifaddr.d npf_inet.d npf_mbuf.d npf_nat.d npf_os.d npf_params.d npf_portmap.d npf_rproc.d npf_ruleset.d npf_sendpkt.d npf_state.d npf_state_tcp.d npf_tableset.d npf_worker.d nv_kern_netbsd.d nvlist.d nvpair.d dnvlist.d.tmp if_npflog.d.tmp ioconf.d.tmp lpm.d.tmp npf.d.tmp npf_alg.d.tmp npf_alg_icmp.d.tmp npf_bpf.d.tmp npf_component.d.tmp npf_conf.d.tmp npf_conn.d.tmp npf_conndb.d.tmp npf_connkey.d.tmp npf_ctl.d.tmp npf_ext_log.d.tmp npf_ext_normalize.d.tmp npf_ext_rndblock.d.tmp npf_handler.d.tmp npf_if.d.tmp npf_ifaddr.d.tmp npf_inet.d.tmp npf_mbuf.d.tmp npf_nat.d.tmp npf_os.d.tmp npf_params.d.tmp npf_portmap.d.tmp npf_rproc.d.tmp npf_ruleset.d.tmp npf_sendpkt.d.tmp npf_state.d.tmp npf_state_tcp.d.tmp npf_tableset.d.tmp npf_worker.d.tmp nv_kern_netbsd.d.tmp nvlist.d.tmp nvpair.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/libxcb && rm -f libxcb_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/libxcb && rm -f libxcb_g.a || true) --- cleandir-lib --- --- cleandir-libl2tp --- cleandir ===> lib/../sys/rump/net/lib/libl2tp --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/libxcb && rm -f libxcb_pic.a libxcb.so.* libxcb.so xcb_auth.pico xcb_conn.pico xcb_ext.pico xcb_in.pico xcb_list.pico xcb_out.pico xcb_util.pico xcb_xid.pico xproto.pico bigreq.pico xc_misc.pico xcb_auth.pico.tmp xcb_conn.pico.tmp xcb_ext.pico.tmp xcb_in.pico.tmp xcb_list.pico.tmp xcb_out.pico.tmp xcb_util.pico.tmp xcb_xid.pico.tmp xproto.pico.tmp bigreq.pico.tmp xc_misc.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/libxcb && rm -f libxcb_pic.a libxcb.so.* libxcb.so xcb_auth.pico xcb_conn.pico xcb_ext.pico xcb_in.pico xcb_list.pico xcb_out.pico xcb_util.pico xcb_xid.pico xproto.pico bigreq.pico xc_misc.pico xcb_auth.pico.tmp xcb_conn.pico.tmp xcb_ext.pico.tmp xcb_in.pico.tmp xcb_list.pico.tmp xcb_out.pico.tmp xcb_util.pico.tmp xcb_xid.pico.tmp xproto.pico.tmp bigreq.pico.tmp xc_misc.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libl2tp && rm -f librumpnet_l2tp.a if_l2tp.o in_l2tp.o in6_l2tp.o l2tp_component.o if_l2tp.o.tmp in_l2tp.o.tmp in6_l2tp.o.tmp l2tp_component.o.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libl2tp && rm -f librumpnet_l2tp.a if_l2tp.o in_l2tp.o in6_l2tp.o l2tp_component.o if_l2tp.o.tmp in_l2tp.o.tmp in6_l2tp.o.tmp l2tp_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/libxcb && rm -f llib-lxcb.ln xcb_auth.ln xcb_conn.ln xcb_ext.ln xcb_in.ln xcb_list.ln xcb_out.ln xcb_util.ln xcb_xid.ln xproto.ln bigreq.ln xc_misc.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/libxcb && rm -f llib-lxcb.ln xcb_auth.ln xcb_conn.ln xcb_ext.ln xcb_in.ln xcb_list.ln xcb_out.ln xcb_util.ln xcb_xid.ln xproto.ln bigreq.ln xc_misc.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libl2tp && rm -f librumpnet_l2tp_p.a if_l2tp.po in_l2tp.po in6_l2tp.po l2tp_component.po if_l2tp.po.tmp in_l2tp.po.tmp in6_l2tp.po.tmp l2tp_component.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libl2tp && rm -f librumpnet_l2tp_p.a if_l2tp.po in_l2tp.po in6_l2tp.po l2tp_component.po if_l2tp.po.tmp in_l2tp.po.tmp in6_l2tp.po.tmp l2tp_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/libxcb && rm -f .depend bigreq.d xc_misc.d xcb_auth.d xcb_conn.d xcb_ext.d xcb_in.d xcb_list.d xcb_out.d xcb_util.d xcb_xid.d xproto.d bigreq.d.tmp xc_misc.d.tmp xcb_auth.d.tmp xcb_conn.d.tmp xcb_ext.d.tmp xcb_in.d.tmp xcb_list.d.tmp xcb_out.d.tmp xcb_util.d.tmp xcb_xid.d.tmp xproto.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/libxcb && rm -f .depend bigreq.d xc_misc.d xcb_auth.d xcb_conn.d xcb_ext.d xcb_in.d xcb_list.d xcb_out.d xcb_util.d xcb_xid.d xproto.d bigreq.d.tmp xc_misc.d.tmp xcb_auth.d.tmp xcb_conn.d.tmp xcb_ext.d.tmp xcb_in.d.tmp xcb_list.d.tmp xcb_out.d.tmp xcb_util.d.tmp xcb_xid.d.tmp xproto.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libl2tp && rm -f librumpnet_l2tp_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libl2tp && rm -f librumpnet_l2tp_g.a || true) --- cleandir-external --- --- cleandir-composite --- cleandir ===> external/mit/xorg/lib/libxcb/composite --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libl2tp && rm -f librumpnet_l2tp_pic.a librumpnet_l2tp.so.* librumpnet_l2tp.so if_l2tp.pico in_l2tp.pico in6_l2tp.pico l2tp_component.pico if_l2tp.pico.tmp in_l2tp.pico.tmp in6_l2tp.pico.tmp l2tp_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libl2tp && rm -f librumpnet_l2tp_pic.a librumpnet_l2tp.so.* librumpnet_l2tp.so if_l2tp.pico in_l2tp.pico in6_l2tp.pico l2tp_component.pico if_l2tp.pico.tmp in_l2tp.pico.tmp in6_l2tp.pico.tmp l2tp_component.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libl2tp && rm -f llib-lrumpnet_l2tp.ln if_l2tp.ln in_l2tp.ln in6_l2tp.ln l2tp_component.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libl2tp && rm -f llib-lrumpnet_l2tp.ln if_l2tp.ln in_l2tp.ln in6_l2tp.ln l2tp_component.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/composite && rm -f xcb-composite.pc xcb-composite.pc.tmp libxcb-composite.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libl2tp && rm -f ioconf.c ioconf.h locators.h librumpnet_l2tp.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/composite && rm -f xcb-composite.pc xcb-composite.pc.tmp libxcb-composite.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libl2tp && rm -f ioconf.c ioconf.h locators.h librumpnet_l2tp.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/composite && rm -f libxcb-composite.a composite.o composite.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libl2tp && rm -f .depend if_l2tp.d in6_l2tp.d in_l2tp.d ioconf.d l2tp_component.d if_l2tp.d.tmp in6_l2tp.d.tmp in_l2tp.d.tmp ioconf.d.tmp l2tp_component.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/composite && rm -f libxcb-composite.a composite.o composite.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libl2tp && rm -f .depend if_l2tp.d in6_l2tp.d in_l2tp.d ioconf.d l2tp_component.d if_l2tp.d.tmp in6_l2tp.d.tmp in_l2tp.d.tmp ioconf.d.tmp l2tp_component.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/composite && rm -f libxcb-composite_p.a composite.po composite.po.tmp || true) --- cleandir-lib --- --- cleandir-liblagg --- cleandir ===> lib/../sys/rump/net/lib/liblagg --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/composite && rm -f libxcb-composite_p.a composite.po composite.po.tmp || true) --- libclean3 --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/composite && rm -f libxcb-composite_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblagg && rm -f librumpnet_lagg.a if_lagg.o if_laggproto.o if_lagg_lacp.o lagg_component.o if_lagg.o.tmp if_laggproto.o.tmp if_lagg_lacp.o.tmp lagg_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/composite && rm -f libxcb-composite_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblagg && rm -f librumpnet_lagg.a if_lagg.o if_laggproto.o if_lagg_lacp.o lagg_component.o if_lagg.o.tmp if_laggproto.o.tmp if_lagg_lacp.o.tmp lagg_component.o.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/composite && rm -f libxcb-composite_pic.a libxcb-composite.so.* libxcb-composite.so composite.pico composite.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblagg && rm -f librumpnet_lagg_p.a if_lagg.po if_laggproto.po if_lagg_lacp.po lagg_component.po if_lagg.po.tmp if_laggproto.po.tmp if_lagg_lacp.po.tmp lagg_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/composite && rm -f libxcb-composite_pic.a libxcb-composite.so.* libxcb-composite.so composite.pico composite.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblagg && rm -f librumpnet_lagg_p.a if_lagg.po if_laggproto.po if_lagg_lacp.po lagg_component.po if_lagg.po.tmp if_laggproto.po.tmp if_lagg_lacp.po.tmp lagg_component.po.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/composite && rm -f llib-lxcb-composite.ln composite.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblagg && rm -f librumpnet_lagg_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/composite && rm -f llib-lxcb-composite.ln composite.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblagg && rm -f librumpnet_lagg_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/composite && rm -f .depend composite.d composite.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblagg && rm -f librumpnet_lagg_pic.a librumpnet_lagg.so.* librumpnet_lagg.so if_lagg.pico if_laggproto.pico if_lagg_lacp.pico lagg_component.pico if_lagg.pico.tmp if_laggproto.pico.tmp if_lagg_lacp.pico.tmp lagg_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/composite && rm -f .depend composite.d composite.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblagg && rm -f librumpnet_lagg_pic.a librumpnet_lagg.so.* librumpnet_lagg.so if_lagg.pico if_laggproto.pico if_lagg_lacp.pico lagg_component.pico if_lagg.pico.tmp if_laggproto.pico.tmp if_lagg_lacp.pico.tmp lagg_component.pico.tmp || true) --- cleandir-external --- --- cleandir-damage --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/damage --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblagg && rm -f llib-lrumpnet_lagg.ln if_lagg.ln if_laggproto.ln if_lagg_lacp.ln lagg_component.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblagg && rm -f llib-lrumpnet_lagg.ln if_lagg.ln if_laggproto.ln if_lagg_lacp.ln lagg_component.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblagg && rm -f ioconf.c ioconf.h locators.h librumpnet_lagg.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblagg && rm -f ioconf.c ioconf.h locators.h librumpnet_lagg.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/damage && rm -f xcb-damage.pc xcb-damage.pc.tmp libxcb-damage.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblagg && rm -f .depend if_lagg.d if_lagg_lacp.d if_laggproto.d ioconf.d lagg_component.d if_lagg.d.tmp if_lagg_lacp.d.tmp if_laggproto.d.tmp ioconf.d.tmp lagg_component.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/damage && rm -f xcb-damage.pc xcb-damage.pc.tmp libxcb-damage.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblagg && rm -f .depend if_lagg.d if_lagg_lacp.d if_laggproto.d ioconf.d lagg_component.d if_lagg.d.tmp if_lagg_lacp.d.tmp if_laggproto.d.tmp ioconf.d.tmp lagg_component.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- cleandir-liblocal --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/damage && rm -f libxcb-damage.a damage.o damage.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/liblocal --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/damage && rm -f libxcb-damage.a damage.o damage.o.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblocal && rm -f librumpnet_local.a uipc_proto.o uipc_usrreq.o local_component.o uipc_proto.o.tmp uipc_usrreq.o.tmp local_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/damage && rm -f libxcb-damage_p.a damage.po damage.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblocal && rm -f librumpnet_local.a uipc_proto.o uipc_usrreq.o local_component.o uipc_proto.o.tmp uipc_usrreq.o.tmp local_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/damage && rm -f libxcb-damage_p.a damage.po damage.po.tmp || true) --- libclean3 --- --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblocal && rm -f librumpnet_local_p.a uipc_proto.po uipc_usrreq.po local_component.po uipc_proto.po.tmp uipc_usrreq.po.tmp local_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/damage && rm -f libxcb-damage_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/damage && rm -f libxcb-damage_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblocal && rm -f librumpnet_local_p.a uipc_proto.po uipc_usrreq.po local_component.po uipc_proto.po.tmp uipc_usrreq.po.tmp local_component.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblocal && rm -f librumpnet_local_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/damage && rm -f libxcb-damage_pic.a libxcb-damage.so.* libxcb-damage.so damage.pico damage.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblocal && rm -f librumpnet_local_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/damage && rm -f libxcb-damage_pic.a libxcb-damage.so.* libxcb-damage.so damage.pico damage.pico.tmp || true) --- libclean5 --- --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblocal && rm -f librumpnet_local_pic.a librumpnet_local.so.* librumpnet_local.so uipc_proto.pico uipc_usrreq.pico local_component.pico uipc_proto.pico.tmp uipc_usrreq.pico.tmp local_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/damage && rm -f llib-lxcb-damage.ln damage.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblocal && rm -f librumpnet_local_pic.a librumpnet_local.so.* librumpnet_local.so uipc_proto.pico uipc_usrreq.pico local_component.pico uipc_proto.pico.tmp uipc_usrreq.pico.tmp local_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/damage && rm -f llib-lxcb-damage.ln damage.ln || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblocal && rm -f llib-lrumpnet_local.ln uipc_proto.ln uipc_usrreq.ln local_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/damage && rm -f .depend damage.d damage.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblocal && rm -f llib-lrumpnet_local.ln uipc_proto.ln uipc_usrreq.ln local_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/damage && rm -f .depend damage.d damage.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-dpms --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblocal && rm -f librumpnet_local.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/dpms --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblocal && rm -f librumpnet_local.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/liblocal && rm -f .depend local_component.d uipc_proto.d uipc_usrreq.d local_component.d.tmp uipc_proto.d.tmp uipc_usrreq.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/liblocal && rm -f .depend local_component.d uipc_proto.d uipc_usrreq.d local_component.d.tmp uipc_proto.d.tmp uipc_usrreq.d.tmp tags || true) --- cleandir-libpppoe --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libpppoe --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dpms && rm -f xcb-dpms.pc xcb-dpms.pc.tmp libxcb-dpms.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dpms && rm -f xcb-dpms.pc xcb-dpms.pc.tmp libxcb-dpms.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libpppoe && rm -f librumpnet_pppoe.a if_pppoe.o if_spppsubr.o pppoe_component.o if_pppoe.o.tmp if_spppsubr.o.tmp pppoe_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dpms && rm -f libxcb-dpms.a dpms.o dpms.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libpppoe && rm -f librumpnet_pppoe.a if_pppoe.o if_spppsubr.o pppoe_component.o if_pppoe.o.tmp if_spppsubr.o.tmp pppoe_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dpms && rm -f libxcb-dpms.a dpms.o dpms.o.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libpppoe && rm -f librumpnet_pppoe_p.a if_pppoe.po if_spppsubr.po pppoe_component.po if_pppoe.po.tmp if_spppsubr.po.tmp pppoe_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dpms && rm -f libxcb-dpms_p.a dpms.po dpms.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libpppoe && rm -f librumpnet_pppoe_p.a if_pppoe.po if_spppsubr.po pppoe_component.po if_pppoe.po.tmp if_spppsubr.po.tmp pppoe_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dpms && rm -f libxcb-dpms_p.a dpms.po dpms.po.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libpppoe && rm -f librumpnet_pppoe_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dpms && rm -f libxcb-dpms_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libpppoe && rm -f librumpnet_pppoe_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dpms && rm -f libxcb-dpms_g.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libpppoe && rm -f librumpnet_pppoe_pic.a librumpnet_pppoe.so.* librumpnet_pppoe.so if_pppoe.pico if_spppsubr.pico pppoe_component.pico if_pppoe.pico.tmp if_spppsubr.pico.tmp pppoe_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dpms && rm -f libxcb-dpms_pic.a libxcb-dpms.so.* libxcb-dpms.so dpms.pico dpms.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libpppoe && rm -f librumpnet_pppoe_pic.a librumpnet_pppoe.so.* librumpnet_pppoe.so if_pppoe.pico if_spppsubr.pico pppoe_component.pico if_pppoe.pico.tmp if_spppsubr.pico.tmp pppoe_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dpms && rm -f libxcb-dpms_pic.a libxcb-dpms.so.* libxcb-dpms.so dpms.pico dpms.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libpppoe && rm -f llib-lrumpnet_pppoe.ln if_pppoe.ln if_spppsubr.ln pppoe_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dpms && rm -f llib-lxcb-dpms.ln dpms.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libpppoe && rm -f llib-lrumpnet_pppoe.ln if_pppoe.ln if_spppsubr.ln pppoe_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dpms && rm -f llib-lxcb-dpms.ln dpms.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libpppoe && rm -f ioconf.c ioconf.h locators.h librumpnet_pppoe.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dpms && rm -f .depend dpms.d dpms.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libpppoe && rm -f ioconf.c ioconf.h locators.h librumpnet_pppoe.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dpms && rm -f .depend dpms.d dpms.d.tmp tags || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- cleandir-dri2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libpppoe && rm -f .depend if_pppoe.d if_spppsubr.d ioconf.d pppoe_component.d if_pppoe.d.tmp if_spppsubr.d.tmp ioconf.d.tmp pppoe_component.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/dri2 --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libpppoe && rm -f .depend if_pppoe.d if_spppsubr.d ioconf.d pppoe_component.d if_pppoe.d.tmp if_spppsubr.d.tmp ioconf.d.tmp pppoe_component.d.tmp tags || true) --- cleandir-libshmif --- cleandir ===> lib/../sys/rump/net/lib/libshmif --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libshmif && rm -f librumpnet_shmif.a if_shmem.o shmif_busops.o shmif_component.o shmif_user.o if_shmem.o.tmp shmif_busops.o.tmp shmif_component.o.tmp shmif_user.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libshmif && rm -f librumpnet_shmif.a if_shmem.o shmif_busops.o shmif_component.o shmif_user.o if_shmem.o.tmp shmif_busops.o.tmp shmif_component.o.tmp shmif_user.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri2 && rm -f xcb-dri2.pc xcb-dri2.pc.tmp libxcb-dri2.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri2 && rm -f xcb-dri2.pc xcb-dri2.pc.tmp libxcb-dri2.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libshmif && rm -f librumpnet_shmif_p.a if_shmem.po shmif_busops.po shmif_component.po shmif_user.po if_shmem.po.tmp shmif_busops.po.tmp shmif_component.po.tmp shmif_user.po.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri2 && rm -f libxcb-dri2.a dri2.o dri2.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libshmif && rm -f librumpnet_shmif_p.a if_shmem.po shmif_busops.po shmif_component.po shmif_user.po if_shmem.po.tmp shmif_busops.po.tmp shmif_component.po.tmp shmif_user.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri2 && rm -f libxcb-dri2.a dri2.o dri2.o.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libshmif && rm -f librumpnet_shmif_g.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri2 && rm -f libxcb-dri2_p.a dri2.po dri2.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libshmif && rm -f librumpnet_shmif_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri2 && rm -f libxcb-dri2_p.a dri2.po dri2.po.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libshmif && rm -f librumpnet_shmif_pic.a librumpnet_shmif.so.* librumpnet_shmif.so if_shmem.pico shmif_busops.pico shmif_component.pico shmif_user.pico if_shmem.pico.tmp shmif_busops.pico.tmp shmif_component.pico.tmp shmif_user.pico.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri2 && rm -f libxcb-dri2_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libshmif && rm -f librumpnet_shmif_pic.a librumpnet_shmif.so.* librumpnet_shmif.so if_shmem.pico shmif_busops.pico shmif_component.pico shmif_user.pico if_shmem.pico.tmp shmif_busops.pico.tmp shmif_component.pico.tmp shmif_user.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri2 && rm -f libxcb-dri2_g.a || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libshmif && rm -f llib-lrumpnet_shmif.ln if_shmem.ln shmif_busops.ln shmif_component.ln shmif_user.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libshmif && rm -f llib-lrumpnet_shmif.ln if_shmem.ln shmif_busops.ln shmif_component.ln shmif_user.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri2 && rm -f libxcb-dri2_pic.a libxcb-dri2.so.* libxcb-dri2.so dri2.pico dri2.pico.tmp || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri2 && rm -f libxcb-dri2_pic.a libxcb-dri2.so.* libxcb-dri2.so dri2.pico dri2.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libshmif && rm -f librumpnet_shmif.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libshmif && rm -f librumpnet_shmif.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri2 && rm -f llib-lxcb-dri2.ln dri2.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri2 && rm -f llib-lxcb-dri2.ln dri2.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libshmif && rm -f .depend if_shmem.d shmif_busops.d shmif_component.d shmif_user.d if_shmem.d.tmp shmif_busops.d.tmp shmif_component.d.tmp shmif_user.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri2 && rm -f .depend dri2.d dri2.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libshmif && rm -f .depend if_shmem.d shmif_busops.d shmif_component.d shmif_user.d if_shmem.d.tmp shmif_busops.d.tmp shmif_component.d.tmp shmif_user.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri2 && rm -f .depend dri2.d dri2.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libtap --- cleandir ===> lib/../sys/rump/net/lib/libtap --- cleandir-external --- --- cleandir-dri3 --- cleandir ===> external/mit/xorg/lib/libxcb/dri3 --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtap && rm -f librumpnet_tap.a if_tap.o tap_component.o if_tap.o.tmp tap_component.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtap && rm -f librumpnet_tap.a if_tap.o tap_component.o if_tap.o.tmp tap_component.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtap && rm -f librumpnet_tap_p.a if_tap.po tap_component.po if_tap.po.tmp tap_component.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtap && rm -f librumpnet_tap_p.a if_tap.po tap_component.po if_tap.po.tmp tap_component.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri3 && rm -f xcb-dri3.pc xcb-dri3.pc.tmp libxcb-dri3.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtap && rm -f librumpnet_tap_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri3 && rm -f xcb-dri3.pc xcb-dri3.pc.tmp libxcb-dri3.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtap && rm -f librumpnet_tap_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri3 && rm -f libxcb-dri3.a dri3.o dri3.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtap && rm -f librumpnet_tap_pic.a librumpnet_tap.so.* librumpnet_tap.so if_tap.pico tap_component.pico if_tap.pico.tmp tap_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri3 && rm -f libxcb-dri3.a dri3.o dri3.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtap && rm -f librumpnet_tap_pic.a librumpnet_tap.so.* librumpnet_tap.so if_tap.pico tap_component.pico if_tap.pico.tmp tap_component.pico.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri3 && rm -f libxcb-dri3_p.a dri3.po dri3.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtap && rm -f llib-lrumpnet_tap.ln if_tap.ln tap_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri3 && rm -f libxcb-dri3_p.a dri3.po dri3.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtap && rm -f llib-lrumpnet_tap.ln if_tap.ln tap_component.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri3 && rm -f libxcb-dri3_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtap && rm -f ioconf.c ioconf.h locators.h librumpnet_tap.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri3 && rm -f libxcb-dri3_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtap && rm -f ioconf.c ioconf.h locators.h librumpnet_tap.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri3 && rm -f libxcb-dri3_pic.a libxcb-dri3.so.* libxcb-dri3.so dri3.pico dri3.pico.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtap && rm -f .depend if_tap.d ioconf.d tap_component.d if_tap.d.tmp ioconf.d.tmp tap_component.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri3 && rm -f libxcb-dri3_pic.a libxcb-dri3.so.* libxcb-dri3.so dri3.pico dri3.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtap && rm -f .depend if_tap.d ioconf.d tap_component.d if_tap.d.tmp ioconf.d.tmp tap_component.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri3 && rm -f llib-lxcb-dri3.ln dri3.ln || true) --- cleandir-lib --- --- cleandir-libtun --- cleandir ===> lib/../sys/rump/net/lib/libtun --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri3 && rm -f llib-lxcb-dri3.ln dri3.ln || true) --- __docleandir --- --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/dri3 && rm -f .depend dri3.d dri3.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtun && rm -f librumpnet_tun.a if_tun.o tun_component.o if_tun.o.tmp tun_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/dri3 && rm -f .depend dri3.d dri3.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtun && rm -f librumpnet_tun.a if_tun.o tun_component.o if_tun.o.tmp tun_component.o.tmp || true) --- cleandir-external --- --- cleandir-glx --- --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/glx --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtun && rm -f librumpnet_tun_p.a if_tun.po tun_component.po if_tun.po.tmp tun_component.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtun && rm -f librumpnet_tun_p.a if_tun.po tun_component.po if_tun.po.tmp tun_component.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtun && rm -f librumpnet_tun_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtun && rm -f librumpnet_tun_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtun && rm -f librumpnet_tun_pic.a librumpnet_tun.so.* librumpnet_tun.so if_tun.pico tun_component.pico if_tun.pico.tmp tun_component.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/glx && rm -f xcb-glx.pc xcb-glx.pc.tmp libxcb-glx.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtun && rm -f librumpnet_tun_pic.a librumpnet_tun.so.* librumpnet_tun.so if_tun.pico tun_component.pico if_tun.pico.tmp tun_component.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/glx && rm -f xcb-glx.pc xcb-glx.pc.tmp libxcb-glx.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtun && rm -f llib-lrumpnet_tun.ln if_tun.ln tun_component.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/glx && rm -f libxcb-glx.a glx.o glx.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtun && rm -f llib-lrumpnet_tun.ln if_tun.ln tun_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/glx && rm -f libxcb-glx.a glx.o glx.o.tmp || true) --- libclean2 --- --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtun && rm -f ioconf.c ioconf.h locators.h librumpnet_tun.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/glx && rm -f libxcb-glx_p.a glx.po glx.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtun && rm -f ioconf.c ioconf.h locators.h librumpnet_tun.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/glx && rm -f libxcb-glx_p.a glx.po glx.po.tmp || true) --- libclean3 --- --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/glx && rm -f libxcb-glx_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libtun && rm -f .depend if_tun.d ioconf.d tun_component.d if_tun.d.tmp ioconf.d.tmp tun_component.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/glx && rm -f libxcb-glx_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libtun && rm -f .depend if_tun.d ioconf.d tun_component.d if_tun.d.tmp ioconf.d.tmp tun_component.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- --- cleandir-libvlan --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/glx && rm -f libxcb-glx_pic.a libxcb-glx.so.* libxcb-glx.so glx.pico glx.pico.tmp || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libvlan --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/glx && rm -f libxcb-glx_pic.a libxcb-glx.so.* libxcb-glx.so glx.pico glx.pico.tmp || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvlan && rm -f librumpnet_vlan.a if_vlan.o vlan_component.o if_vlan.o.tmp vlan_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/glx && rm -f llib-lxcb-glx.ln glx.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvlan && rm -f librumpnet_vlan.a if_vlan.o vlan_component.o if_vlan.o.tmp vlan_component.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/glx && rm -f llib-lxcb-glx.ln glx.ln || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvlan && rm -f librumpnet_vlan_p.a if_vlan.po vlan_component.po if_vlan.po.tmp vlan_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/glx && rm -f .depend glx.d glx.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvlan && rm -f librumpnet_vlan_p.a if_vlan.po vlan_component.po if_vlan.po.tmp vlan_component.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/glx && rm -f .depend glx.d glx.d.tmp tags || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- cleandir-present --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvlan && rm -f librumpnet_vlan_g.a || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/present --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvlan && rm -f librumpnet_vlan_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvlan && rm -f librumpnet_vlan_pic.a librumpnet_vlan.so.* librumpnet_vlan.so if_vlan.pico vlan_component.pico if_vlan.pico.tmp vlan_component.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvlan && rm -f librumpnet_vlan_pic.a librumpnet_vlan.so.* librumpnet_vlan.so if_vlan.pico vlan_component.pico if_vlan.pico.tmp vlan_component.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvlan && rm -f llib-lrumpnet_vlan.ln if_vlan.ln vlan_component.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/present && rm -f xcb-present.pc xcb-present.pc.tmp libxcb-present.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvlan && rm -f llib-lrumpnet_vlan.ln if_vlan.ln vlan_component.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/present && rm -f xcb-present.pc xcb-present.pc.tmp libxcb-present.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvlan && rm -f ioconf.c ioconf.h locators.h librumpnet_vlan.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvlan && rm -f ioconf.c ioconf.h locators.h librumpnet_vlan.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/present && rm -f libxcb-present.a present.o present.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/present && rm -f libxcb-present.a present.o present.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvlan && rm -f .depend if_vlan.d ioconf.d vlan_component.d if_vlan.d.tmp ioconf.d.tmp vlan_component.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/present && rm -f libxcb-present_p.a present.po present.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvlan && rm -f .depend if_vlan.d ioconf.d vlan_component.d if_vlan.d.tmp ioconf.d.tmp vlan_component.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/present && rm -f libxcb-present_p.a present.po present.po.tmp || true) --- cleandir-lib --- --- cleandir-libvether --- cleandir ===> lib/../sys/rump/net/lib/libvether --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/present && rm -f libxcb-present_g.a || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/present && rm -f libxcb-present_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvether && rm -f librumpnet_vether.a if_vether.o vether_component.o if_vether.o.tmp vether_component.o.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvether && rm -f librumpnet_vether.a if_vether.o vether_component.o if_vether.o.tmp vether_component.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/present && rm -f libxcb-present_pic.a libxcb-present.so.* libxcb-present.so present.pico present.pico.tmp || true) --- cleandir-lib --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/present && rm -f libxcb-present_pic.a libxcb-present.so.* libxcb-present.so present.pico present.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvether && rm -f librumpnet_vether_p.a if_vether.po vether_component.po if_vether.po.tmp vether_component.po.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvether && rm -f librumpnet_vether_p.a if_vether.po vether_component.po if_vether.po.tmp vether_component.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/present && rm -f llib-lxcb-present.ln present.ln || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/present && rm -f llib-lxcb-present.ln present.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvether && rm -f librumpnet_vether_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvether && rm -f librumpnet_vether_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/present && rm -f .depend present.d present.d.tmp tags || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/present && rm -f .depend present.d present.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvether && rm -f librumpnet_vether_pic.a librumpnet_vether.so.* librumpnet_vether.so if_vether.pico vether_component.pico if_vether.pico.tmp vether_component.pico.tmp || true) --- cleandir-external --- --- cleandir-randr --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvether && rm -f librumpnet_vether_pic.a librumpnet_vether.so.* librumpnet_vether.so if_vether.pico vether_component.pico if_vether.pico.tmp vether_component.pico.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/randr --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvether && rm -f llib-lrumpnet_vether.ln if_vether.ln vether_component.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvether && rm -f llib-lrumpnet_vether.ln if_vether.ln vether_component.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvether && rm -f ioconf.c ioconf.h locators.h librumpnet_vether.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvether && rm -f ioconf.c ioconf.h locators.h librumpnet_vether.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/randr && rm -f xcb-randr.pc xcb-randr.pc.tmp libxcb-randr.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/randr && rm -f xcb-randr.pc xcb-randr.pc.tmp libxcb-randr.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvether && rm -f .depend if_vether.d ioconf.d vether_component.d if_vether.d.tmp ioconf.d.tmp vether_component.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvether && rm -f .depend if_vether.d ioconf.d vether_component.d if_vether.d.tmp ioconf.d.tmp vether_component.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/randr && rm -f libxcb-randr.a randr.o randr.o.tmp || true) --- cleandir-lib --- --- cleandir-libwg --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/randr && rm -f libxcb-randr.a randr.o randr.o.tmp || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libwg --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/randr && rm -f libxcb-randr_p.a randr.po randr.po.tmp || true) --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libwg && rm -f librumpnet_wg.a if_wg.o wg_component.o wg_user.o if_wg.o.tmp wg_component.o.tmp wg_user.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/randr && rm -f libxcb-randr_p.a randr.po randr.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libwg && rm -f librumpnet_wg.a if_wg.o wg_component.o wg_user.o if_wg.o.tmp wg_component.o.tmp wg_user.o.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/randr && rm -f libxcb-randr_g.a || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libwg && rm -f librumpnet_wg_p.a if_wg.po wg_component.po wg_user.po if_wg.po.tmp wg_component.po.tmp wg_user.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/randr && rm -f libxcb-randr_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libwg && rm -f librumpnet_wg_p.a if_wg.po wg_component.po wg_user.po if_wg.po.tmp wg_component.po.tmp wg_user.po.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/randr && rm -f libxcb-randr_pic.a libxcb-randr.so.* libxcb-randr.so randr.pico randr.pico.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libwg && rm -f librumpnet_wg_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/randr && rm -f libxcb-randr_pic.a libxcb-randr.so.* libxcb-randr.so randr.pico randr.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libwg && rm -f librumpnet_wg_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/randr && rm -f llib-lxcb-randr.ln randr.ln || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libwg && rm -f librumpnet_wg_pic.a librumpnet_wg.so.* librumpnet_wg.so if_wg.pico wg_component.pico wg_user.pico if_wg.pico.tmp wg_component.pico.tmp wg_user.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/randr && rm -f llib-lxcb-randr.ln randr.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libwg && rm -f librumpnet_wg_pic.a librumpnet_wg.so.* librumpnet_wg.so if_wg.pico wg_component.pico wg_user.pico if_wg.pico.tmp wg_component.pico.tmp wg_user.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/randr && rm -f .depend randr.d randr.d.tmp tags || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libwg && rm -f llib-lrumpnet_wg.ln if_wg.ln wg_component.ln wg_user.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/randr && rm -f .depend randr.d randr.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libwg && rm -f llib-lrumpnet_wg.ln if_wg.ln wg_component.ln wg_user.ln || true) --- cleandir-external --- --- cleandir-record --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/record --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libwg && rm -f ioconf.c ioconf.h locators.h librumpnet_wg.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libwg && rm -f ioconf.c ioconf.h locators.h librumpnet_wg.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libwg && rm -f .depend if_wg.d ioconf.d wg_component.d wg_user.d if_wg.d.tmp ioconf.d.tmp wg_component.d.tmp wg_user.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libwg && rm -f .depend if_wg.d ioconf.d wg_component.d wg_user.d if_wg.d.tmp ioconf.d.tmp wg_component.d.tmp wg_user.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-libbpfjit --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/record && rm -f xcb-record.pc xcb-record.pc.tmp libxcb-record.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libbpfjit --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/record && rm -f xcb-record.pc xcb-record.pc.tmp libxcb-record.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean1 --- --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbpfjit && rm -f librumpnet_bpfjit.a bpfjit.o bpfjit.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/record && rm -f libxcb-record.a record.o record.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/record && rm -f libxcb-record.a record.o record.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbpfjit && rm -f librumpnet_bpfjit.a bpfjit.o bpfjit.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbpfjit && rm -f librumpnet_bpfjit_p.a bpfjit.po bpfjit.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/record && rm -f libxcb-record_p.a record.po record.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbpfjit && rm -f librumpnet_bpfjit_p.a bpfjit.po bpfjit.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/record && rm -f libxcb-record_p.a record.po record.po.tmp || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/record && rm -f libxcb-record_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbpfjit && rm -f librumpnet_bpfjit_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbpfjit && rm -f librumpnet_bpfjit_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/record && rm -f libxcb-record_g.a || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbpfjit && rm -f librumpnet_bpfjit_pic.a librumpnet_bpfjit.so.* librumpnet_bpfjit.so bpfjit.pico bpfjit.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/record && rm -f libxcb-record_pic.a libxcb-record.so.* libxcb-record.so record.pico record.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbpfjit && rm -f librumpnet_bpfjit_pic.a librumpnet_bpfjit.so.* librumpnet_bpfjit.so bpfjit.pico bpfjit.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/record && rm -f libxcb-record_pic.a libxcb-record.so.* libxcb-record.so record.pico record.pico.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbpfjit && rm -f llib-lrumpnet_bpfjit.ln bpfjit.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/record && rm -f llib-lxcb-record.ln record.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbpfjit && rm -f llib-lrumpnet_bpfjit.ln bpfjit.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/record && rm -f llib-lxcb-record.ln record.ln || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbpfjit && rm -f librumpnet_bpfjit.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/record && rm -f .depend record.d record.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/record && rm -f .depend record.d record.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbpfjit && rm -f librumpnet_bpfjit.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-render --- --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libbpfjit && rm -f .depend bpfjit.d bpfjit.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/render --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libbpfjit && rm -f .depend bpfjit.d bpfjit.d.tmp tags || true) --- cleandir-libvirtif --- cleandir ===> lib/../sys/rump/net/lib/libvirtif --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvirtif && rm -f librumpnet_virtif.a if_virt.o virtif_user.o if_virt.o.tmp virtif_user.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/render && rm -f xcb-render.pc xcb-render.pc.tmp libxcb-render.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvirtif && rm -f librumpnet_virtif.a if_virt.o virtif_user.o if_virt.o.tmp virtif_user.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/render && rm -f xcb-render.pc xcb-render.pc.tmp libxcb-render.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvirtif && rm -f librumpnet_virtif_p.a if_virt.po virtif_user.po if_virt.po.tmp virtif_user.po.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/render && rm -f libxcb-render.a render.o render.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvirtif && rm -f librumpnet_virtif_p.a if_virt.po virtif_user.po if_virt.po.tmp virtif_user.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/render && rm -f libxcb-render.a render.o render.o.tmp || true) --- cleandir-lib --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvirtif && rm -f librumpnet_virtif_g.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/render && rm -f libxcb-render_p.a render.po render.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvirtif && rm -f librumpnet_virtif_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/render && rm -f libxcb-render_p.a render.po render.po.tmp || true) --- cleandir-lib --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvirtif && rm -f librumpnet_virtif_pic.a librumpnet_virtif.so.* librumpnet_virtif.so if_virt.pico virtif_user.pico if_virt.pico.tmp virtif_user.pico.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/render && rm -f libxcb-render_g.a || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvirtif && rm -f librumpnet_virtif_pic.a librumpnet_virtif.so.* librumpnet_virtif.so if_virt.pico virtif_user.pico if_virt.pico.tmp virtif_user.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/render && rm -f libxcb-render_g.a || true) --- cleandir-lib --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvirtif && rm -f llib-lrumpnet_virtif.ln if_virt.ln virtif_user.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/render && rm -f libxcb-render_pic.a libxcb-render.so.* libxcb-render.so render.pico render.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvirtif && rm -f llib-lrumpnet_virtif.ln if_virt.ln virtif_user.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/render && rm -f libxcb-render_pic.a libxcb-render.so.* libxcb-render.so render.pico render.pico.tmp || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvirtif && rm -f librumpnet_virtif.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/render && rm -f llib-lxcb-render.ln render.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvirtif && rm -f librumpnet_virtif.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/render && rm -f llib-lxcb-render.ln render.ln || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libvirtif && rm -f .depend if_virt.d virtif_user.d if_virt.d.tmp virtif_user.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/render && rm -f .depend render.d render.d.tmp tags || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libvirtif && rm -f .depend if_virt.d virtif_user.d if_virt.d.tmp virtif_user.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/render && rm -f .depend render.d render.d.tmp tags || true) --- cleandir-lib --- --- cleandir-libsockin --- --- cleandir-external --- --- cleandir-res --- --- cleandir-lib --- cleandir ===> lib/../sys/rump/net/lib/libsockin --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/res --- cleandir-lib --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libsockin && rm -f librumpnet_sockin.a sockin.o sockin_component.o sockin_user.o sockin.o.tmp sockin_component.o.tmp sockin_user.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libsockin && rm -f librumpnet_sockin.a sockin.o sockin_component.o sockin_user.o sockin.o.tmp sockin_component.o.tmp sockin_user.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libsockin && rm -f librumpnet_sockin_p.a sockin.po sockin_component.po sockin_user.po sockin.po.tmp sockin_component.po.tmp sockin_user.po.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libsockin && rm -f librumpnet_sockin_p.a sockin.po sockin_component.po sockin_user.po sockin.po.tmp sockin_component.po.tmp sockin_user.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/res && rm -f xcb-res.pc xcb-res.pc.tmp libxcb-res.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/res && rm -f xcb-res.pc xcb-res.pc.tmp libxcb-res.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libsockin && rm -f librumpnet_sockin_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libsockin && rm -f librumpnet_sockin_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/res && rm -f libxcb-res.a res.o res.o.tmp || true) --- cleandir-lib --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/res && rm -f libxcb-res.a res.o res.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libsockin && rm -f librumpnet_sockin_pic.a librumpnet_sockin.so.* librumpnet_sockin.so sockin.pico sockin_component.pico sockin_user.pico sockin.pico.tmp sockin_component.pico.tmp sockin_user.pico.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libsockin && rm -f librumpnet_sockin_pic.a librumpnet_sockin.so.* librumpnet_sockin.so sockin.pico sockin_component.pico sockin_user.pico sockin.pico.tmp sockin_component.pico.tmp sockin_user.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/res && rm -f libxcb-res_p.a res.po res.po.tmp || true) --- cleandir-lib --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/res && rm -f libxcb-res_p.a res.po res.po.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libsockin && rm -f llib-lrumpnet_sockin.ln sockin.ln sockin_component.ln sockin_user.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libsockin && rm -f llib-lrumpnet_sockin.ln sockin.ln sockin_component.ln sockin_user.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/res && rm -f libxcb-res_g.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/res && rm -f libxcb-res_g.a || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libsockin && rm -f librumpnet_sockin.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libsockin && rm -f librumpnet_sockin.so.0.map a.out [Ee]rrs mklog core *.core machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/res && rm -f libxcb-res_pic.a libxcb-res.so.* libxcb-res.so res.pico res.pico.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/res && rm -f libxcb-res_pic.a libxcb-res.so.* libxcb-res.so res.pico res.pico.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sys/rump/net/lib/libsockin && rm -f .depend sockin.d sockin_component.d sockin_user.d sockin.d.tmp sockin_component.d.tmp sockin_user.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sys/rump/net/lib/libsockin && rm -f .depend sockin.d sockin_component.d sockin_user.d sockin.d.tmp sockin_component.d.tmp sockin_user.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/res && rm -f llib-lxcb-res.ln res.ln || true) --- cleandir-lib --- --- cleandir-lua --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/res && rm -f llib-lxcb-res.ln res.ln || true) --- cleandir-lib --- cleandir ===> lib/lua --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- --- cleandir-bozohttpd --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/res && rm -f .depend res.d res.d.tmp tags || true) --- cleandir-lib --- cleandir ===> lib/lua/bozohttpd --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/res && rm -f .depend res.d res.d.tmp tags || true) --- cleandir-screensaver --- --- cleandir-lib --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/screensaver --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/lua/bozohttpd && rm -f a.out [Ee]rrs mklog core *.core glue.o glue.ln bozohttpd.so || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/lua/bozohttpd && rm -f a.out [Ee]rrs mklog core *.core glue.o glue.ln bozohttpd.so || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/lua/bozohttpd && rm -f .depend glue.d glue.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/lua/bozohttpd && rm -f .depend glue.d glue.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-lib --- --- cleandir-gpio --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/screensaver && rm -f xcb-screensaver.pc xcb-screensaver.pc.tmp libxcb-screensaver.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- cleandir ===> lib/lua/gpio --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/screensaver && rm -f xcb-screensaver.pc xcb-screensaver.pc.tmp libxcb-screensaver.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/lua/gpio && rm -f a.out [Ee]rrs mklog core *.core gpio.o gpio.ln gpio.so || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/screensaver && rm -f libxcb-screensaver.a screensaver.o screensaver.o.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/lua/gpio && rm -f a.out [Ee]rrs mklog core *.core gpio.o gpio.ln gpio.so || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/screensaver && rm -f libxcb-screensaver.a screensaver.o screensaver.o.tmp || true) --- cleandir-lib --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/lua/gpio && rm -f .depend gpio.d gpio.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/screensaver && rm -f libxcb-screensaver_p.a screensaver.po screensaver.po.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/lua/gpio && rm -f .depend gpio.d gpio.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/screensaver && rm -f libxcb-screensaver_p.a screensaver.po screensaver.po.tmp || true) --- cleandir-lib --- --- cleandir-libm --- --- cleandir-external --- --- libclean3 --- --- cleandir-lib --- cleandir ===> lib/lua/libm --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/screensaver && rm -f libxcb-screensaver_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/screensaver && rm -f libxcb-screensaver_g.a || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/lua/libm && rm -f a.out [Ee]rrs mklog core *.core libm.o libm.ln libm.so || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/screensaver && rm -f libxcb-screensaver_pic.a libxcb-screensaver.so.* libxcb-screensaver.so screensaver.pico screensaver.pico.tmp || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/lua/libm && rm -f a.out [Ee]rrs mklog core *.core libm.o libm.ln libm.so || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/screensaver && rm -f libxcb-screensaver_pic.a libxcb-screensaver.so.* libxcb-screensaver.so screensaver.pico screensaver.pico.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/lua/libm && rm -f .depend libm.d libm.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/screensaver && rm -f llib-lxcb-screensaver.ln screensaver.ln || true) --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/lua/libm && rm -f .depend libm.d libm.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/screensaver && rm -f llib-lxcb-screensaver.ln screensaver.ln || true) --- cleandir-lib --- --- cleandir-sqlite --- --- cleandir-external --- --- __docleandir --- --- cleandir-lib --- cleandir ===> lib/lua/sqlite --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/screensaver && rm -f .depend screensaver.d screensaver.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/screensaver && rm -f .depend screensaver.d screensaver.d.tmp tags || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- --- cleandir-shape --- --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/lua/sqlite && rm -f a.out [Ee]rrs mklog core *.core sqlite.o sqlite.ln sqlite.so || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/shape --- cleandir-lib --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/lua/sqlite && rm -f a.out [Ee]rrs mklog core *.core sqlite.o sqlite.ln sqlite.so || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/lua/sqlite && rm -f .depend sqlite.d sqlite.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/lua/sqlite && rm -f .depend sqlite.d sqlite.d.tmp tags || true) --- cleandir-syslog --- cleandir ===> lib/lua/syslog --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shape && rm -f xcb-shape.pc xcb-shape.pc.tmp libxcb-shape.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shape && rm -f xcb-shape.pc xcb-shape.pc.tmp libxcb-shape.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/lua/syslog && rm -f a.out [Ee]rrs mklog core *.core syslog.o syslog.ln syslog.so || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/lua/syslog && rm -f a.out [Ee]rrs mklog core *.core syslog.o syslog.ln syslog.so || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shape && rm -f libxcb-shape.a shape.o shape.o.tmp || true) --- cleandir-lib --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shape && rm -f libxcb-shape.a shape.o shape.o.tmp || true) --- cleandir-lib --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/lib/lua/syslog && rm -f .depend syslog.d syslog.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/lib/lua/syslog && rm -f .depend syslog.d syslog.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shape && rm -f libxcb-shape_p.a shape.po shape.po.tmp || true) --- cleandir-crypto/external --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shape && rm -f libxcb-shape_p.a shape.po shape.po.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shape && rm -f libxcb-shape_g.a || true) --- cleandir-crypto/external --- --- cleandir-bsd --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shape && rm -f libxcb-shape_g.a || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- --- cleandir-openssl --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shape && rm -f libxcb-shape_pic.a libxcb-shape.so.* libxcb-shape.so shape.pico shape.pico.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssl --- cleandir-lib --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shape && rm -f libxcb-shape_pic.a libxcb-shape.so.* libxcb-shape.so shape.pico shape.pico.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssl/lib --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- --- cleandir-libapps --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shape && rm -f llib-lxcb-shape.ln shape.ln || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssl/lib/libapps --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shape && rm -f llib-lxcb-shape.ln shape.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shape && rm -f .depend shape.d shape.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shape && rm -f .depend shape.d shape.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f libapps.a app_libctx.o app_params.o app_provider.o app_rand.o app_x509.o apps.o apps_ui.o columns.o cmp_mock_srv.o engine.o engine_loader.o fmt.o http_server.o names.o opt.o s_cb.o s_socket.o tlssrp_depr.o app_libctx.o.tmp app_params.o.tmp app_provider.o.tmp app_rand.o.tmp app_x509.o.tmp apps.o.tmp apps_ui.o.tmp columns.o.tmp cmp_mock_srv.o.tmp engine.o.tmp engine_loader.o.tmp fmt.o.tmp http_server.o.tmp names.o.tmp opt.o.tmp s_cb.o.tmp s_socket.o.tmp tlssrp_depr.o.tmp || true) --- cleandir-external --- --- cleandir-shm --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f libapps.a app_libctx.o app_params.o app_provider.o app_rand.o app_x509.o apps.o apps_ui.o columns.o cmp_mock_srv.o engine.o engine_loader.o fmt.o http_server.o names.o opt.o s_cb.o s_socket.o tlssrp_depr.o app_libctx.o.tmp app_params.o.tmp app_provider.o.tmp app_rand.o.tmp app_x509.o.tmp apps.o.tmp apps_ui.o.tmp columns.o.tmp cmp_mock_srv.o.tmp engine.o.tmp engine_loader.o.tmp fmt.o.tmp http_server.o.tmp names.o.tmp opt.o.tmp s_cb.o.tmp s_socket.o.tmp tlssrp_depr.o.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/shm --- cleandir-crypto/external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shm && rm -f xcb-shm.pc xcb-shm.pc.tmp libxcb-shm.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shm && rm -f xcb-shm.pc xcb-shm.pc.tmp libxcb-shm.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f libapps_pic.a || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shm && rm -f libxcb-shm.a shm.o shm.o.tmp || true) --- cleandir-crypto/external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f llib-lapps.ln app_libctx.ln app_params.ln app_provider.ln app_rand.ln app_x509.ln apps.ln apps_ui.ln columns.ln cmp_mock_srv.ln engine.ln engine_loader.ln fmt.ln http_server.ln names.ln opt.ln s_cb.ln s_socket.ln tlssrp_depr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shm && rm -f libxcb-shm.a shm.o shm.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f llib-lapps.ln app_libctx.ln app_params.ln app_provider.ln app_rand.ln app_x509.ln apps.ln apps_ui.ln columns.ln cmp_mock_srv.ln engine.ln engine_loader.ln fmt.ln http_server.ln names.ln opt.ln s_cb.ln s_socket.ln tlssrp_depr.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shm && rm -f libxcb-shm_p.a shm.po shm.po.tmp || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shm && rm -f libxcb-shm_p.a shm.po shm.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f libapps.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f libapps.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shm && rm -f libxcb-shm_g.a || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shm && rm -f libxcb-shm_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libapps && rm -f .depend app_libctx.d app_params.d app_provider.d app_rand.d app_x509.d apps.d apps_ui.d cmp_mock_srv.d columns.d engine.d engine_loader.d fmt.d http_server.d names.d opt.d s_cb.d s_socket.d tlssrp_depr.d app_libctx.d.tmp app_params.d.tmp app_provider.d.tmp app_rand.d.tmp app_x509.d.tmp apps.d.tmp apps_ui.d.tmp cmp_mock_srv.d.tmp columns.d.tmp engine.d.tmp engine_loader.d.tmp fmt.d.tmp http_server.d.tmp names.d.tmp opt.d.tmp s_cb.d.tmp s_socket.d.tmp tlssrp_depr.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libapps && rm -f .depend app_libctx.d app_params.d app_provider.d app_rand.d app_x509.d apps.d apps_ui.d cmp_mock_srv.d columns.d engine.d engine_loader.d fmt.d http_server.d names.d opt.d s_cb.d s_socket.d tlssrp_depr.d app_libctx.d.tmp app_params.d.tmp app_provider.d.tmp app_rand.d.tmp app_x509.d.tmp apps.d.tmp apps_ui.d.tmp cmp_mock_srv.d.tmp columns.d.tmp engine.d.tmp engine_loader.d.tmp fmt.d.tmp http_server.d.tmp names.d.tmp opt.d.tmp s_cb.d.tmp s_socket.d.tmp tlssrp_depr.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shm && rm -f libxcb-shm_pic.a libxcb-shm.so.* libxcb-shm.so shm.pico shm.pico.tmp || true) --- cleandir-crypto/external --- --- cleandir-libcommon --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shm && rm -f libxcb-shm_pic.a libxcb-shm.so.* libxcb-shm.so shm.pico shm.pico.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssl/lib/libcommon --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shm && rm -f llib-lxcb-shm.ln shm.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shm && rm -f llib-lxcb-shm.ln shm.ln || true) --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon.a provider_ctx.o provider_err.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o digestcommon.o tls_pad.o provider_ctx.o.tmp provider_err.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp digestcommon.o.tmp tls_pad.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/shm && rm -f .depend shm.d shm.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon.a provider_ctx.o provider_err.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o digestcommon.o tls_pad.o provider_ctx.o.tmp provider_err.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp digestcommon.o.tmp tls_pad.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/shm && rm -f .depend shm.d shm.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- --- cleandir-sync --- cleandir ===> external/mit/xorg/lib/libxcb/sync --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_g.a || true) --- libclean4 --- --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_pic.a provider_ctx.pico provider_err.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico digestcommon.pico tls_pad.pico provider_ctx.pico.tmp provider_err.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp digestcommon.pico.tmp tls_pad.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/sync && rm -f xcb-sync.pc xcb-sync.pc.tmp libxcb-sync.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon_pic.a provider_ctx.pico provider_err.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico digestcommon.pico tls_pad.pico provider_ctx.pico.tmp provider_err.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp digestcommon.pico.tmp tls_pad.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/sync && rm -f xcb-sync.pc xcb-sync.pc.tmp libxcb-sync.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f llib-lcommon.ln provider_ctx.ln provider_err.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln digestcommon.ln tls_pad.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/sync && rm -f libxcb-sync.a sync.o sync.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f llib-lcommon.ln provider_ctx.ln provider_err.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln digestcommon.ln tls_pad.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/sync && rm -f libxcb-sync.a sync.o sync.o.tmp || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/sync && rm -f libxcb-sync_p.a sync.po sync.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/sync && rm -f libxcb-sync_p.a sync.po sync.po.tmp || true) --- libclean3 --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/sync && rm -f libxcb-sync_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcommon && rm -f .depend ciphercommon.d ciphercommon_block.d ciphercommon_ccm.d ciphercommon_ccm_hw.d ciphercommon_gcm.d ciphercommon_gcm_hw.d ciphercommon_hw.d der_digests_gen.d der_dsa_gen.d der_dsa_key.d der_dsa_sig.d der_ec_gen.d der_ec_key.d der_ec_sig.d der_ecx_gen.d der_ecx_key.d der_rsa_gen.d der_rsa_key.d der_wrap_gen.d digestcommon.d provider_ctx.d provider_err.d tls_pad.d ciphercommon.d.tmp ciphercommon_block.d.tmp ciphercommon_ccm.d.tmp ciphercommon_ccm_hw.d.tmp ciphercommon_gcm.d.tmp ciphercommon_gcm_hw.d.tmp ciphercommon_hw.d.tmp der_digests_gen.d.tmp der_dsa_gen.d.tmp der_dsa_key.d.tmp der_dsa_sig.d.tmp der_ec_gen.d.tmp der_ec_key.d.tmp der_ec_sig.d.tmp der_ecx_gen.d.tmp der_ecx_key.d.tmp der_rsa_gen.d.tmp der_rsa_key.d.tmp der_wrap_gen.d.tmp digestcommon.d.tmp provider_ctx.d.tmp provider_err.d.tmp tls_pad.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/sync && rm -f libxcb-sync_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcommon && rm -f .depend ciphercommon.d ciphercommon_block.d ciphercommon_ccm.d ciphercommon_ccm_hw.d ciphercommon_gcm.d ciphercommon_gcm_hw.d ciphercommon_hw.d der_digests_gen.d der_dsa_gen.d der_dsa_key.d der_dsa_sig.d der_ec_gen.d der_ec_key.d der_ec_sig.d der_ecx_gen.d der_ecx_key.d der_rsa_gen.d der_rsa_key.d der_wrap_gen.d digestcommon.d provider_ctx.d provider_err.d tls_pad.d ciphercommon.d.tmp ciphercommon_block.d.tmp ciphercommon_ccm.d.tmp ciphercommon_ccm_hw.d.tmp ciphercommon_gcm.d.tmp ciphercommon_gcm_hw.d.tmp ciphercommon_hw.d.tmp der_digests_gen.d.tmp der_dsa_gen.d.tmp der_dsa_key.d.tmp der_dsa_sig.d.tmp der_ec_gen.d.tmp der_ec_key.d.tmp der_ec_sig.d.tmp der_ecx_gen.d.tmp der_ecx_key.d.tmp der_rsa_gen.d.tmp der_rsa_key.d.tmp der_wrap_gen.d.tmp digestcommon.d.tmp provider_ctx.d.tmp provider_err.d.tmp tls_pad.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- --- cleandir-libcrypto --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/sync && rm -f libxcb-sync_pic.a libxcb-sync.so.* libxcb-sync.so sync.pico sync.pico.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssl/lib/libcrypto --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/sync && rm -f libxcb-sync_pic.a libxcb-sync.so.* libxcb-sync.so sync.pico sync.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/sync && rm -f llib-lxcb-sync.ln sync.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/sync && rm -f llib-lxcb-sync.ln sync.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/sync && rm -f .depend sync.d sync.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/sync && rm -f .depend sync.d sync.d.tmp tags || true) --- cleandir-xf86dri --- cleandir ===> external/mit/xorg/lib/libxcb/xf86dri --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xf86dri && rm -f xcb-xf86dri.pc xcb-xf86dri.pc.tmp libxcb-xf86dri.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xf86dri && rm -f xcb-xf86dri.pc xcb-xf86dri.pc.tmp libxcb-xf86dri.so.0.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xf86dri && rm -f libxcb-xf86dri.a xf86dri.o xf86dri.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xf86dri && rm -f libxcb-xf86dri.a xf86dri.o xf86dri.o.tmp || true) --- libclean2 --- --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xf86dri && rm -f libxcb-xf86dri_p.a xf86dri.po xf86dri.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto.a aes-x86_64.o aesni-mb-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-x86_64.o bsaes-x86_64.o vpaes-x86_64.o aes_cfb.o aes_ecb.o aes_ige.o aes_misc.o aes_ofb.o aes_wrap.o aria.o a_bitstr.o a_d2i_fp.o a_digest.o a_dup.o a_gentm.o a_i2d_fp.o a_int.o a_mbstr.o a_object.o a_octet.o a_print.o a_sign.o a_strex.o a_strnid.o a_time.o a_type.o a_utctm.o a_utf8.o a_verify.o ameth_lib.o asn1_err.o asn1_gen.o asn1_item_list.o asn1_lib.o asn1_parse.o asn_mime.o asn_moid.o asn_mstbl.o asn_pack.o bio_asn1.o bio_ndef.o d2i_param.o d2i_pr.o d2i_pu.o evp_asn1.o f_int.o f_string.o i2d_evp.o n_pkey.o nsseq.o p5_pbe.o p5_pbev2.o p5_scrypt.o p8_pkey.o t_bitst.o t_pkey.o t_spki.o tasn_dec.o tasn_enc.o tasn_fre.o tasn_new.o tasn_prn.o tasn_scn.o tasn_typ.o tasn_utl.o x_algor.o x_bignum.o x_info.o x_int64.o x_long.o x_pkey.o x_sig.o x_spki.o x_val.o async.o async_err.o async_posix.o async_wait.o bf_enc.o bf_cfb64.o bf_ecb.o bf_ofb64.o bf_skey.o bf_buff.o bf_lbuf.o bf_nbio.o bf_null.o bf_prefix.o bf_readbuff.o bio_addr.o bio_cb.o bio_dump.o bio_err.o bio_lib.o bio_meth.o bio_print.o bio_sock.o bio_sock2.o bss_acpt.o bss_bio.o bss_conn.o bss_core.o bss_dgram.o bss_fd.o bss_file.o bss_log.o bss_mem.o bss_null.o bss_sock.o ossl_core_bio.o blake2_prov.o blake2b_prov.o blake2s_prov.o blake2b_mac.o blake2s_mac.o x86_64-gf2m.o x86_64-mont.o x86_64-mont5.o rsaz-x86_64.o rsaz-avx2.o rsaz-avx512.o x86_64-gcc.o bn_add.o bn_blind.o bn_const.o bn_conv.o bn_ctx.o bn_depr.o bn_dh.o bn_div.o bn_err.o bn_exp.o bn_exp2.o bn_gcd.o bn_gf2m.o bn_intern.o bn_kron.o bn_lib.o bn_mod.o bn_mont.o bn_mpi.o bn_mul.o bn_nist.o bn_prime.o bn_print.o bn_rand.o bn_recp.o bn_rsa_fips186_4.o bn_shift.o bn_sqr.o bn_sqrt.o bn_srp.o bn_word.o bn_x931p.o rsaz_exp.o rsaz_exp_x2.o buf_err.o buffer.o cmll-x86_64.o cmll_cfb.o cmll_ctr.o cmll_ecb.o cmll_misc.o cmll_ofb.o c_enc.o c_cfb64.o c_ecb.o c_ofb64.o c_skey.o chacha-x86_64.o cmac.o cmp_asn.o cmp_client.o cmp_ctx.o cmp_err.o cmp_hdr.o cmp_http.o cmp_msg.o cmp_protect.o cmp_server.o cmp_status.o cmp_util.o cmp_vfy.o cms_asn1.o cms_att.o cms_cd.o cms_dd.o cms_dh.o cms_ec.o cms_enc.o cms_env.o cms_err.o cms_ess.o cms_io.o cms_kari.o cms_lib.o cms_pwri.o cms_rsa.o cms_sd.o cms_smime.o c_zlib.o comp_err.o comp_lib.o conf_api.o conf_def.o conf_err.o conf_lib.o conf_mall.o conf_mod.o conf_sap.o conf_ssl.o crmf_asn.o crmf_err.o crmf_lib.o crmf_pbm.o asn1_dsa.o bsearch.o context.o core_algorithm.o core_fetch.o core_namemap.o cpt_err.o cpuid.o cryptlib.o ctype.o cversion.o der_writer.o ebcdic.o ex_data.o getenv.o info.o init.o initthread.o mem.o mem_sec.o o_dir.o o_fopen.o o_init.o o_str.o o_time.o packet.o param_build.o param_build_set.o params.o params_dup.o params_from_text.o passphrase.o provider.o provider_child.o provider_conf.o provider_core.o provider_predefined.o punycode.o self_test_core.o sparse_array.o threads_lib.o threads_none.o threads_pthread.o threads_win.o trace.o uid.o x86_64cpuid.o ct_b64.o ct_err.o ct_log.o ct_oct.o ct_policy.o ct_prn.o ct_sct.o ct_sct_ctx.o ct_vfy.o ct_x509v3.o curve448.o curve448_tables.o eddsa.o f_generic.o f_impl32.o f_impl64.o scalar.o des_enc.o fcrypt_b.o cbc_cksm.o cbc_enc.o cfb64ede.o cfb64enc.o cfb_enc.o ecb3_enc.o ecb_enc.o fcrypt.o ofb64ede.o ofb64enc.o ofb_enc.o pcbc_enc.o qud_cksm.o rand_key.o set_key.o str2key.o xcbc_enc.o dh_ameth.o dh_asn1.o dh_backend.o dh_check.o dh_depr.o dh_err.o dh_gen.o dh_group_params.o dh_kdf.o dh_key.o dh_lib.o dh_meth.o dh_pmeth.o dh_prn.o dh_rfc5114.o dsa_ameth.o dsa_asn1.o dsa_backend.o dsa_check.o dsa_depr.o dsa_err.o dsa_gen.o dsa_key.o dsa_lib.o dsa_meth.o dsa_ossl.o dsa_pmeth.o dsa_prn.o dsa_sign.o dsa_vrf.o dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_openssl.o dso_vms.o dso_win32.o ecp_nistz256-x86_64.o x25519-x86_64.o curve25519.o ec2_oct.o ec2_smpl.o ec_ameth.o ec_asn1.o ec_backend.o ec_check.o ec_curve.o ec_cvt.o ec_deprecated.o ec_err.o ec_key.o ec_kmeth.o ec_lib.o ec_mult.o ec_oct.o ec_pmeth.o ec_print.o ecdh_kdf.o ecdh_ossl.o ecdsa_ossl.o ecdsa_sign.o ecdsa_vrf.o eck_prn.o ecp_mont.o ecp_nist.o ecp_oct.o ecp_smpl.o ecx_backend.o ecx_key.o ecx_meth.o ecp_nistz256.o decoder_err.o decoder_lib.o decoder_meth.o decoder_pkey.o encoder_err.o encoder_lib.o encoder_meth.o encoder_pkey.o decode_der2key.o eng_all.o eng_cnf.o eng_ctrl.o eng_dyn.o eng_err.o eng_fat.o eng_init.o eng_lib.o eng_list.o eng_openssl.o eng_pkey.o eng_rdrand.o eng_table.o tb_asnmth.o tb_cipher.o tb_dh.o tb_digest.o tb_dsa.o tb_eckey.o tb_pkmeth.o tb_rand.o tb_rsa.o err.o err_all.o err_all_legacy.o err_blocks.o err_prn.o ess_asn1.o ess_err.o ess_lib.o asymcipher.o bio_b64.o bio_enc.o bio_md.o bio_ok.o c_allc.o c_alld.o cmeth_lib.o ctrl_params_translate.o dh_ctrl.o dh_support.o digest.o dsa_ctrl.o e_aes.o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha256.o e_aria.o e_bf.o e_camellia.o e_cast.o e_chacha20_poly1305.o e_des.o e_des3.o e_idea.o e_null.o e_old.o e_rc2.o e_rc4.o e_rc4_hmac_md5.o e_rc5.o e_seed.o e_sm4.o e_xcbc_d.o ec_ctrl.o ec_support.o encode.o evp_cnf.o evp_enc.o evp_err.o evp_fetch.o evp_key.o evp_lib.o evp_pbe.o evp_pkey.o evp_rand.o evp_utils.o exchange.o kdf_lib.o kdf_meth.o kem.o keymgmt_lib.o keymgmt_meth.o legacy_blake2.o legacy_md4.o legacy_md5.o legacy_md5_sha1.o legacy_mdc2.o legacy_ripemd.o legacy_sha.o legacy_wp.o m_null.o m_sigver.o mac_lib.o mac_meth.o names.o p5_crpt.o p5_crpt2.o p_dec.o p_enc.o p_legacy.o p_lib.o p_open.o p_seal.o p_sign.o p_verify.o pbe_scrypt.o pmeth_check.o pmeth_gn.o pmeth_lib.o signature.o ffc_backend.o ffc_dh.o ffc_key_generate.o ffc_key_validate.o ffc_params.o ffc_params_generate.o ffc_params_validate.o hmac.o http_client.o http_err.o http_lib.o i_cbc.o i_cfb64.o i_ecb.o i_ofb64.o i_skey.o kdf_err.o lh_stats.o lhash.o md4_dgst.o md4_one.o md5-x86_64.o md5_dgst.o md5_one.o md5_sha1.o mdc2_one.o mdc2dgst.o aesni-gcm-x86_64.o ghash-x86_64.o cbc128.o ccm128.o cfb128.o ctr128.o cts128.o gcm128.o ocb128.o ofb128.o siv128.o wrap128.o xts128.o o_names.o obj_dat.o obj_err.o obj_lib.o obj_xref.o ocsp_asn.o ocsp_cl.o ocsp_err.o ocsp_ext.o ocsp_http.o ocsp_lib.o ocsp_prn.o ocsp_srv.o ocsp_vfy.o v3_ocsp.o pem_all.o pem_err.o pem_info.o pem_lib.o pem_oth.o pem_pk8.o pem_pkey.o pem_sign.o pem_x509.o pem_xaux.o pvkfmt.o p12_add.o p12_asn.o p12_attr.o p12_crpt.o p12_crt.o p12_decr.o p12_init.o p12_key.o p12_kiss.o p12_mutl.o p12_npas.o p12_p8d.o p12_p8e.o p12_sbag.o p12_utl.o pk12err.o bio_pk7.o pk7_asn1.o pk7_attr.o pk7_doit.o pk7_lib.o pk7_mime.o pk7_smime.o pkcs7err.o poly1305-x86_64.o poly1305.o pqueue.o defn_cache.o property.o property_err.o property_parse.o property_query.o property_string.o baseprov.o defltprov.o nullprov.o prov_running.o prov_seed.o rand_deprecated.o rand_err.o rand_lib.o rand_meth.o rand_pool.o randfile.o rc2_cbc.o rc2_ecb.o rc2_skey.o rc2cfb64.o rc2ofb64.o rc4-md5-x86_64.o rc4-x86_64.o rmd_dgst.o rmd_one.o rsa_ameth.o rsa_asn1.o rsa_backend.o rsa_chk.o rsa_crpt.o rsa_depr.o rsa_err.o rsa_gen.o rsa_lib.o rsa_meth.o rsa_mp.o rsa_mp_names.o rsa_none.o rsa_oaep.o rsa_ossl.o rsa_pk1.o rsa_pmeth.o rsa_prn.o rsa_pss.o rsa_saos.o rsa_schemes.o rsa_sign.o rsa_sp800_56b_check.o rsa_sp800_56b_gen.o rsa_x931.o rsa_x931g.o seed.o seed_cbc.o seed_cfb.o seed_ecb.o seed_ofb.o sha1-x86_64.o sha1-mb-x86_64.o keccak1600-x86_64.o sha1dgst.o sha3.o libc-sha1.o libc-sha512.o libc-sha256.o libc-sha2xx.o siphash.o sm2_crypt.o sm2_err.o sm2_key.o sm2_sign.o legacy_sm3.o sm3.o sm4.o srp_lib.o srp_vfy.o stack.o store_err.o store_init.o store_lib.o store_meth.o store_register.o store_result.o store_strings.o ts_asn1.o ts_conf.o ts_err.o ts_lib.o ts_req_print.o ts_req_utils.o ts_rsp_print.o ts_rsp_sign.o ts_rsp_utils.o ts_rsp_verify.o ts_verify_ctx.o txt_db.o ui_err.o ui_lib.o ui_null.o ui_openssl.o ui_util.o wp-x86_64.o wp_dgst.o by_dir.o by_file.o by_store.o pcy_cache.o pcy_data.o pcy_lib.o pcy_map.o pcy_node.o pcy_tree.o t_crl.o t_req.o t_x509.o v3_addr.o v3_admis.o v3_akeya.o v3_akid.o v3_asid.o v3_bcons.o v3_bitst.o v3_conf.o v3_cpols.o v3_crld.o v3_enum.o v3_extku.o v3_genn.o v3_ia5.o v3_info.o v3_int.o v3_ist.o v3_lib.o v3_ncons.o v3_pci.o v3_pcia.o v3_pcons.o v3_pku.o v3_pmaps.o v3_prn.o v3_purp.o v3_san.o v3_skid.o v3_sxnet.o v3_tlsf.o v3_utf8.o v3_utl.o v3err.o x509_att.o x509_cmp.o x509_d2.o x509_def.o x509_err.o x509_ext.o x509_lu.o x509_meth.o x509_obj.o x509_r2x.o x509_req.o x509_set.o x509_trust.o x509_txt.o x509_v3.o x509_vfy.o x509_vpm.o x509cset.o x509name.o x509rset.o x509spki.o x509type.o x_all.o x_attrib.o x_crl.o x_exten.o x_name.o x_pubkey.o x_req.o x_x509.o x_x509a.o bio_prov.o capabilities.o digest_to_nid.o provider_seeding.o provider_util.o securitycheck.o securitycheck_default.o provider_ctx.o provider_err.o der_rsa_sig.o der_sm2_gen.o der_sm2_key.o der_sm2_sig.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o rsa_enc.o sm2_enc.o cipher_aes.o cipher_aes_cbc_hmac_sha.o cipher_aes_cbc_hmac_sha1_hw.o cipher_aes_cbc_hmac_sha256_hw.o cipher_aes_ccm.o cipher_aes_ccm_hw.o cipher_aes_gcm.o cipher_aes_gcm_hw.o cipher_aes_hw.o cipher_aes_ocb.o cipher_aes_ocb_hw.o cipher_aes_siv.o cipher_aes_siv_hw.o cipher_aes_wrp.o cipher_aes_xts.o cipher_aes_xts_fips.o cipher_aes_xts_hw.o cipher_aria.o cipher_aria_ccm.o cipher_aria_ccm_hw.o cipher_aria_gcm.o cipher_aria_gcm_hw.o cipher_aria_hw.o cipher_camellia.o cipher_camellia_hw.o cipher_chacha20.o cipher_chacha20_hw.o cipher_chacha20_poly1305.o cipher_chacha20_poly1305_hw.o cipher_cts.o cipher_null.o cipher_sm4.o cipher_sm4_hw.o cipher_tdes.o cipher_tdes_common.o cipher_tdes_default.o cipher_tdes_default_hw.o cipher_tdes_hw.o cipher_tdes_wrap.o cipher_tdes_wrap_hw.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o blake2_prov.o blake2b_prov.o blake2s_prov.o md5_prov.o md5_sha1_prov.o null_prov.o ripemd_prov.o sha2_prov.o sha3_prov.o sm3_prov.o digestcommon.o decode_der2key.o decode_epki2pki.o decode_msblob2key.o decode_pem2der.o decode_pvk2key.o decode_spki2typespki.o encode_key2any.o encode_key2blob.o encode_key2ms.o encode_key2text.o endecoder_common.o dh_exch.o ecdh_exch.o ecx_exch.o kdf_exch.o hkdf.o kbkdf.o krb5kdf.o pbkdf2.o pbkdf2_fips.o pkcs12kdf.o scrypt.o sshkdf.o sskdf.o tls1_prf.o x942kdf.o rsa_kem.o dh_kmgmt.o dsa_kmgmt.o ec_kmgmt.o ecx_kmgmt.o kdf_legacy_kmgmt.o mac_legacy_kmgmt.o rsa_kmgmt.o blake2b_mac.o blake2s_mac.o cmac_prov.o gmac_prov.o hmac_prov.o kmac_prov.o poly1305_prov.o siphash_prov.o crngt.o drbg.o drbg_ctr.o drbg_hash.o drbg_hmac.o seed_src.o test_rng.o rand_cpu_x86.o rand_tsc.o rand_unix.o rand_win.o dsa_sig.o ecdsa_sig.o eddsa_sig.o mac_legacy_sig.o rsa_sig.o sm2_sig.o file_store.o file_store_any2obj.o s3_cbc.o bio_prov.o capabilities.o digest_to_nid.o provider_seeding.o provider_util.o securitycheck.o securitycheck_default.o provider_ctx.o provider_err.o der_rsa_sig.o der_sm2_gen.o der_sm2_key.o der_sm2_sig.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o cipher_aes.o cipher_aes_cbc_hmac_sha.o cipher_aes_cbc_hmac_sha1_hw.o cipher_aes_cbc_hmac_sha256_hw.o cipher_aes_ccm.o cipher_aes_ccm_hw.o cipher_aes_gcm.o cipher_aes_gcm_hw.o cipher_aes_hw.o cipher_aes_ocb.o cipher_aes_ocb_hw.o cipher_aes_siv.o cipher_aes_siv_hw.o cipher_aes_wrp.o cipher_aes_xts.o cipher_aes_xts_fips.o cipher_aes_xts_hw.o cipher_aria.o cipher_aria_ccm.o cipher_aria_ccm_hw.o cipher_aria_gcm.o cipher_aria_gcm_hw.o cipher_aria_hw.o cipher_camellia.o cipher_camellia_hw.o cipher_chacha20.o cipher_chacha20_hw.o cipher_chacha20_poly1305.o cipher_chacha20_poly1305_hw.o cipher_cts.o cipher_null.o cipher_sm4.o cipher_sm4_hw.o cipher_tdes.o cipher_tdes_common.o cipher_tdes_default.o cipher_tdes_default_hw.o cipher_tdes_hw.o cipher_tdes_wrap.o cipher_tdes_wrap_hw.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o blake2_prov.o blake2b_prov.o blake2s_prov.o md5_prov.o md5_sha1_prov.o null_prov.o ripemd_prov.o sha2_prov.o sha3_prov.o sm3_prov.o digestcommon.o tls_pad.o aes-x86_64.o.tmp aesni-mb-x86_64.o.tmp aesni-sha1-x86_64.o.tmp aesni-sha256-x86_64.o.tmp aesni-x86_64.o.tmp bsaes-x86_64.o.tmp vpaes-x86_64.o.tmp aes_cfb.o.tmp aes_ecb.o.tmp aes_ige.o.tmp aes_misc.o.tmp aes_ofb.o.tmp aes_wrap.o.tmp aria.o.tmp a_bitstr.o.tmp a_d2i_fp.o.tmp a_digest.o.tmp a_dup.o.tmp a_gentm.o.tmp a_i2d_fp.o.tmp a_int.o.tmp a_mbstr.o.tmp a_object.o.tmp a_octet.o.tmp a_print.o.tmp a_sign.o.tmp a_strex.o.tmp a_strnid.o.tmp a_time.o.tmp a_type.o.tmp a_utctm.o.tmp a_utf8.o.tmp a_verify.o.tmp ameth_lib.o.tmp asn1_err.o.tmp asn1_gen.o.tmp asn1_item_list.o.tmp asn1_lib.o.tmp asn1_parse.o.tmp asn_mime.o.tmp asn_moid.o.tmp asn_mstbl.o.tmp asn_pack.o.tmp bio_asn1.o.tmp bio_ndef.o.tmp d2i_param.o.tmp d2i_pr.o.tmp d2i_pu.o.tmp evp_asn1.o.tmp f_int.o.tmp f_string.o.tmp i2d_evp.o.tmp n_pkey.o.tmp nsseq.o.tmp p5_pbe.o.tmp p5_pbev2.o.tmp p5_scrypt.o.tmp p8_pkey.o.tmp t_bitst.o.tmp t_pkey.o.tmp t_spki.o.tmp tasn_dec.o.tmp tasn_enc.o.tmp tasn_fre.o.tmp tasn_new.o.tmp tasn_prn.o.tmp tasn_scn.o.tmp tasn_typ.o.tmp tasn_utl.o.tmp x_algor.o.tmp x_bignum.o.tmp x_info.o.tmp x_int64.o.tmp x_long.o.tmp x_pkey.o.tmp x_sig.o.tmp x_spki.o.tmp x_val.o.tmp async.o.tmp async_err.o.tmp async_posix.o.tmp async_wait.o.tmp bf_enc.o.tmp bf_cfb64.o.tmp bf_ecb.o.tmp bf_ofb64.o.tmp bf_skey.o.tmp bf_buff.o.tmp bf_lbuf.o.tmp bf_nbio.o.tmp bf_null.o.tmp bf_prefix.o.tmp bf_readbuff.o.tmp bio_addr.o.tmp bio_cb.o.tmp bio_dump.o.tmp bio_err.o.tmp bio_lib.o.tmp bio_meth.o.tmp bio_print.o.tmp bio_sock.o.tmp bio_sock2.o.tmp bss_acpt.o.tmp bss_bio.o.tmp bss_conn.o.tmp bss_core.o.tmp bss_dgram.o.tmp bss_fd.o.tmp bss_file.o.tmp bss_log.o.tmp bss_mem.o.tmp bss_null.o.tmp bss_sock.o.tmp ossl_core_bio.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp blake2b_mac.o.tmp blake2s_mac.o.tmp x86_64-gf2m.o.tmp x86_64-mont.o.tmp x86_64-mont5.o.tmp rsaz-x86_64.o.tmp rsaz-avx2.o.tmp rsaz-avx512.o.tmp x86_64-gcc.o.tmp bn_add.o.tmp bn_blind.o.tmp bn_const.o.tmp bn_conv.o.tmp bn_ctx.o.tmp bn_depr.o.tmp bn_dh.o.tmp bn_div.o.tmp bn_err.o.tmp bn_exp.o.tmp bn_exp2.o.tmp bn_gcd.o.tmp bn_gf2m.o.tmp bn_intern.o.tmp bn_kron.o.tmp bn_lib.o.tmp bn_mod.o.tmp bn_mont.o.tmp bn_mpi.o.tmp bn_mul.o.tmp bn_nist.o.tmp bn_prime.o.tmp bn_print.o.tmp bn_rand.o.tmp bn_recp.o.tmp bn_rsa_fips186_4.o.tmp bn_shift.o.tmp bn_sqr.o.tmp bn_sqrt.o.tmp bn_srp.o.tmp bn_word.o.tmp bn_x931p.o.tmp rsaz_exp.o.tmp rsaz_exp_x2.o.tmp buf_err.o.tmp buffer.o.tmp cmll-x86_64.o.tmp cmll_cfb.o.tmp cmll_ctr.o.tmp cmll_ecb.o.tmp cmll_misc.o.tmp cmll_ofb.o.tmp c_enc.o.tmp c_cfb64.o.tmp c_ecb.o.tmp c_ofb64.o.tmp c_skey.o.tmp chacha-x86_64.o.tmp cmac.o.tmp cmp_asn.o.tmp cmp_client.o.tmp cmp_ctx.o.tmp cmp_err.o.tmp cmp_hdr.o.tmp cmp_http.o.tmp cmp_msg.o.tmp cmp_protect.o.tmp cmp_server.o.tmp cmp_status.o.tmp cmp_util.o.tmp cmp_vfy.o.tmp cms_asn1.o.tmp cms_att.o.tmp cms_cd.o.tmp cms_dd.o.tmp cms_dh.o.tmp cms_ec.o.tmp cms_enc.o.tmp cms_env.o.tmp cms_err.o.tmp cms_ess.o.tmp cms_io.o.tmp cms_kari.o.tmp cms_lib.o.tmp cms_pwri.o.tmp cms_rsa.o.tmp cms_sd.o.tmp cms_smime.o.tmp c_zlib.o.tmp comp_err.o.tmp comp_lib.o.tmp conf_api.o.tmp conf_def.o.tmp conf_err.o.tmp conf_lib.o.tmp conf_mall.o.tmp conf_mod.o.tmp conf_sap.o.tmp conf_ssl.o.tmp crmf_asn.o.tmp crmf_err.o.tmp crmf_lib.o.tmp crmf_pbm.o.tmp asn1_dsa.o.tmp bsearch.o.tmp context.o.tmp core_algorithm.o.tmp core_fetch.o.tmp core_namemap.o.tmp cpt_err.o.tmp cpuid.o.tmp cryptlib.o.tmp ctype.o.tmp cversion.o.tmp der_writer.o.tmp ebcdic.o.tmp ex_data.o.tmp getenv.o.tmp info.o.tmp init.o.tmp initthread.o.tmp mem.o.tmp mem_sec.o.tmp o_dir.o.tmp o_fopen.o.tmp o_init.o.tmp o_str.o.tmp o_time.o.tmp packet.o.tmp param_build.o.tmp param_build_set.o.tmp params.o.tmp params_dup.o.tmp params_from_text.o.tmp passphrase.o.tmp provider.o.tmp provider_child.o.tmp provider_conf.o.tmp provider_core.o.tmp provider_predefined.o.tmp punycode.o.tmp self_test_core.o.tmp sparse_array.o.tmp threads_lib.o.tmp threads_none.o.tmp threads_pthread.o.tmp threads_win.o.tmp trace.o.tmp uid.o.tmp x86_64cpuid.o.tmp ct_b64.o.tmp ct_err.o.tmp ct_log.o.tmp ct_oct.o.tmp ct_policy.o.tmp ct_prn.o.tmp ct_sct.o.tmp ct_sct_ctx.o.tmp ct_vfy.o.tmp ct_x509v3.o.tmp curve448.o.tmp curve448_tables.o.tmp eddsa.o.tmp f_generic.o.tmp f_impl32.o.tmp f_impl64.o.tmp scalar.o.tmp des_enc.o.tmp fcrypt_b.o.tmp cbc_cksm.o.tmp cbc_enc.o.tmp cfb64ede.o.tmp cfb64enc.o.tmp cfb_enc.o.tmp ecb3_enc.o.tmp ecb_enc.o.tmp fcrypt.o.tmp ofb64ede.o.tmp ofb64enc.o.tmp ofb_enc.o.tmp pcbc_enc.o.tmp qud_cksm.o.tmp rand_key.o.tmp set_key.o.tmp str2key.o.tmp xcbc_enc.o.tmp dh_ameth.o.tmp dh_asn1.o.tmp dh_backend.o.tmp dh_check.o.tmp dh_depr.o.tmp dh_err.o.tmp dh_gen.o.tmp dh_group_params.o.tmp dh_kdf.o.tmp dh_key.o.tmp dh_lib.o.tmp dh_meth.o.tmp dh_pmeth.o.tmp dh_prn.o.tmp dh_rfc5114.o.tmp dsa_ameth.o.tmp dsa_asn1.o.tmp dsa_backend.o.tmp dsa_check.o.tmp dsa_depr.o.tmp dsa_err.o.tmp dsa_gen.o.tmp dsa_key.o.tmp dsa_lib.o.tmp dsa_meth.o.tmp dsa_ossl.o.tmp dsa_pmeth.o.tmp dsa_prn.o.tmp dsa_sign.o.tmp dsa_vrf.o.tmp dso_dl.o.tmp dso_dlfcn.o.tmp dso_err.o.tmp dso_lib.o.tmp dso_openssl.o.tmp dso_vms.o.tmp dso_win32.o.tmp ecp_nistz256-x86_64.o.tmp x25519-x86_64.o.tmp curve25519.o.tmp ec2_oct.o.tmp ec2_smpl.o.tmp ec_ameth.o.tmp ec_asn1.o.tmp ec_backend.o.tmp ec_check.o.tmp ec_curve.o.tmp ec_cvt.o.tmp ec_deprecated.o.tmp ec_err.o.tmp ec_key.o.tmp ec_kmeth.o.tmp ec_lib.o.tmp ec_mult.o.tmp ec_oct.o.tmp ec_pmeth.o.tmp ec_print.o.tmp ecdh_kdf.o.tmp ecdh_ossl.o.tmp ecdsa_ossl.o.tmp ecdsa_sign.o.tmp ecdsa_vrf.o.tmp eck_prn.o.tmp ecp_mont.o.tmp ecp_nist.o.tmp ecp_oct.o.tmp ecp_smpl.o.tmp ecx_backend.o.tmp ecx_key.o.tmp ecx_meth.o.tmp ecp_nistz256.o.tmp decoder_err.o.tmp decoder_lib.o.tmp decoder_meth.o.tmp decoder_pkey.o.tmp encoder_err.o.tmp encoder_lib.o.tmp encoder_meth.o.tmp encoder_pkey.o.tmp decode_der2key.o.tmp eng_all.o.tmp eng_cnf.o.tmp eng_ctrl.o.tmp eng_dyn.o.tmp eng_err.o.tmp eng_fat.o.tmp eng_init.o.tmp eng_lib.o.tmp eng_list.o.tmp eng_openssl.o.tmp eng_pkey.o.tmp eng_rdrand.o.tmp eng_table.o.tmp tb_asnmth.o.tmp tb_cipher.o.tmp tb_dh.o.tmp tb_digest.o.tmp tb_dsa.o.tmp tb_eckey.o.tmp tb_pkmeth.o.tmp tb_rand.o.tmp tb_rsa.o.tmp err.o.tmp err_all.o.tmp err_all_legacy.o.tmp err_blocks.o.tmp err_prn.o.tmp ess_asn1.o.tmp ess_err.o.tmp ess_lib.o.tmp asymcipher.o.tmp bio_b64.o.tmp bio_enc.o.tmp bio_md.o.tmp bio_ok.o.tmp c_allc.o.tmp c_alld.o.tmp cmeth_lib.o.tmp ctrl_params_translate.o.tmp dh_ctrl.o.tmp dh_support.o.tmp digest.o.tmp dsa_ctrl.o.tmp e_aes.o.tmp e_aes_cbc_hmac_sha1.o.tmp e_aes_cbc_hmac_sha256.o.tmp e_aria.o.tmp e_bf.o.tmp e_camellia.o.tmp e_cast.o.tmp e_chacha20_poly1305.o.tmp e_des.o.tmp e_des3.o.tmp e_idea.o.tmp e_null.o.tmp e_old.o.tmp e_rc2.o.tmp e_rc4.o.tmp e_rc4_hmac_md5.o.tmp e_rc5.o.tmp e_seed.o.tmp e_sm4.o.tmp e_xcbc_d.o.tmp ec_ctrl.o.tmp ec_support.o.tmp encode.o.tmp evp_cnf.o.tmp evp_enc.o.tmp evp_err.o.tmp evp_fetch.o.tmp evp_key.o.tmp evp_lib.o.tmp evp_pbe.o.tmp evp_pkey.o.tmp evp_rand.o.tmp evp_utils.o.tmp exchange.o.tmp kdf_lib.o.tmp kdf_meth.o.tmp kem.o.tmp keymgmt_lib.o.tmp keymgmt_meth.o.tmp legacy_blake2.o.tmp legacy_md4.o.tmp legacy_md5.o.tmp legacy_md5_sha1.o.tmp legacy_mdc2.o.tmp legacy_ripemd.o.tmp legacy_sha.o.tmp legacy_wp.o.tmp m_null.o.tmp m_sigver.o.tmp mac_lib.o.tmp mac_meth.o.tmp names.o.tmp p5_crpt.o.tmp p5_crpt2.o.tmp p_dec.o.tmp p_enc.o.tmp p_legacy.o.tmp p_lib.o.tmp p_open.o.tmp p_seal.o.tmp p_sign.o.tmp p_verify.o.tmp pbe_scrypt.o.tmp pmeth_check.o.tmp pmeth_gn.o.tmp pmeth_lib.o.tmp signature.o.tmp ffc_backend.o.tmp ffc_dh.o.tmp ffc_key_generate.o.tmp ffc_key_validate.o.tmp ffc_params.o.tmp ffc_params_generate.o.tmp ffc_params_validate.o.tmp hmac.o.tmp http_client.o.tmp http_err.o.tmp http_lib.o.tmp i_cbc.o.tmp i_cfb64.o.tmp i_ecb.o.tmp i_ofb64.o.tmp i_skey.o.tmp kdf_err.o.tmp lh_stats.o.tmp lhash.o.tmp md4_dgst.o.tmp md4_one.o.tmp md5-x86_64.o.tmp md5_dgst.o.tmp md5_one.o.tmp md5_sha1.o.tmp mdc2_one.o.tmp mdc2dgst.o.tmp aesni-gcm-x86_64.o.tmp ghash-x86_64.o.tmp cbc128.o.tmp ccm128.o.tmp cfb128.o.tmp ctr128.o.tmp cts128.o.tmp gcm128.o.tmp ocb128.o.tmp ofb128.o.tmp siv128.o.tmp wrap128.o.tmp xts128.o.tmp o_names.o.tmp obj_dat.o.tmp obj_err.o.tmp obj_lib.o.tmp obj_xref.o.tmp ocsp_asn.o.tmp ocsp_cl.o.tmp ocsp_err.o.tmp ocsp_ext.o.tmp ocsp_http.o.tmp ocsp_lib.o.tmp ocsp_prn.o.tmp ocsp_srv.o.tmp ocsp_vfy.o.tmp v3_ocsp.o.tmp pem_all.o.tmp pem_err.o.tmp pem_info.o.tmp pem_lib.o.tmp pem_oth.o.tmp pem_pk8.o.tmp pem_pkey.o.tmp pem_sign.o.tmp pem_x509.o.tmp pem_xaux.o.tmp pvkfmt.o.tmp p12_add.o.tmp p12_asn.o.tmp p12_attr.o.tmp p12_crpt.o.tmp p12_crt.o.tmp p12_decr.o.tmp p12_init.o.tmp p12_key.o.tmp p12_kiss.o.tmp p12_mutl.o.tmp p12_npas.o.tmp p12_p8d.o.tmp p12_p8e.o.tmp p12_sbag.o.tmp p12_utl.o.tmp pk12err.o.tmp bio_pk7.o.tmp pk7_asn1.o.tmp pk7_attr.o.tmp pk7_doit.o.tmp pk7_lib.o.tmp pk7_mime.o.tmp pk7_smime.o.tmp pkcs7err.o.tmp poly1305-x86_64.o.tmp poly1305.o.tmp pqueue.o.tmp defn_cache.o.tmp property.o.tmp property_err.o.tmp property_parse.o.tmp property_query.o.tmp property_string.o.tmp baseprov.o.tmp defltprov.o.tmp nullprov.o.tmp prov_running.o.tmp prov_seed.o.tmp rand_deprecated.o.tmp rand_err.o.tmp rand_lib.o.tmp rand_meth.o.tmp rand_pool.o.tmp randfile.o.tmp rc2_cbc.o.tmp rc2_ecb.o.tmp rc2_skey.o.tmp rc2cfb64.o.tmp rc2ofb64.o.tmp rc4-md5-x86_64.o.tmp rc4-x86_64.o.tmp rmd_dgst.o.tmp rmd_one.o.tmp rsa_ameth.o.tmp rsa_asn1.o.tmp rsa_backend.o.tmp rsa_chk.o.tmp rsa_crpt.o.tmp rsa_depr.o.tmp rsa_err.o.tmp rsa_gen.o.tmp rsa_lib.o.tmp rsa_meth.o.tmp rsa_mp.o.tmp rsa_mp_names.o.tmp rsa_none.o.tmp rsa_oaep.o.tmp rsa_ossl.o.tmp rsa_pk1.o.tmp rsa_pmeth.o.tmp rsa_prn.o.tmp rsa_pss.o.tmp rsa_saos.o.tmp rsa_schemes.o.tmp rsa_sign.o.tmp rsa_sp800_56b_check.o.tmp rsa_sp800_56b_gen.o.tmp rsa_x931.o.tmp rsa_x931g.o.tmp seed.o.tmp seed_cbc.o.tmp seed_cfb.o.tmp seed_ecb.o.tmp seed_ofb.o.tmp sha1-x86_64.o.tmp sha1-mb-x86_64.o.tmp keccak1600-x86_64.o.tmp sha1dgst.o.tmp sha3.o.tmp libc-sha1.o.tmp libc-sha512.o.tmp libc-sha256.o.tmp libc-sha2xx.o.tmp siphash.o.tmp sm2_crypt.o.tmp sm2_err.o.tmp sm2_key.o.tmp sm2_sign.o.tmp legacy_sm3.o.tmp sm3.o.tmp sm4.o.tmp srp_lib.o.tmp srp_vfy.o.tmp stack.o.tmp store_err.o.tmp store_init.o.tmp store_lib.o.tmp store_meth.o.tmp store_register.o.tmp store_result.o.tmp store_strings.o.tmp ts_asn1.o.tmp ts_conf.o.tmp ts_err.o.tmp ts_lib.o.tmp ts_req_print.o.tmp ts_req_utils.o.tmp ts_rsp_print.o.tmp ts_rsp_sign.o.tmp ts_rsp_utils.o.tmp ts_rsp_verify.o.tmp ts_verify_ctx.o.tmp txt_db.o.tmp ui_err.o.tmp ui_lib.o.tmp ui_null.o.tmp ui_openssl.o.tmp ui_util.o.tmp wp-x86_64.o.tmp wp_dgst.o.tmp by_dir.o.tmp by_file.o.tmp by_store.o.tmp pcy_cache.o.tmp pcy_data.o.tmp pcy_lib.o.tmp pcy_map.o.tmp pcy_node.o.tmp pcy_tree.o.tmp t_crl.o.tmp t_req.o.tmp t_x509.o.tmp v3_addr.o.tmp v3_admis.o.tmp v3_akeya.o.tmp v3_akid.o.tmp v3_asid.o.tmp v3_bcons.o.tmp v3_bitst.o.tmp v3_conf.o.tmp v3_cpols.o.tmp v3_crld.o.tmp v3_enum.o.tmp v3_extku.o.tmp v3_genn.o.tmp v3_ia5.o.tmp v3_info.o.tmp v3_int.o.tmp v3_ist.o.tmp v3_lib.o.tmp v3_ncons.o.tmp v3_pci.o.tmp v3_pcia.o.tmp v3_pcons.o.tmp v3_pku.o.tmp v3_pmaps.o.tmp v3_prn.o.tmp v3_purp.o.tmp v3_san.o.tmp v3_skid.o.tmp v3_sxnet.o.tmp v3_tlsf.o.tmp v3_utf8.o.tmp v3_utl.o.tmp v3err.o.tmp x509_att.o.tmp x509_cmp.o.tmp x509_d2.o.tmp x509_def.o.tmp x509_err.o.tmp x509_ext.o.tmp x509_lu.o.tmp x509_meth.o.tmp x509_obj.o.tmp x509_r2x.o.tmp x509_req.o.tmp x509_set.o.tmp x509_trust.o.tmp x509_txt.o.tmp x509_v3.o.tmp x509_vfy.o.tmp x509_vpm.o.tmp x509cset.o.tmp x509name.o.tmp x509rset.o.tmp x509spki.o.tmp x509type.o.tmp x_all.o.tmp x_attrib.o.tmp x_crl.o.tmp x_exten.o.tmp x_name.o.tmp x_pubkey.o.tmp x_req.o.tmp x_x509.o.tmp x_x509a.o.tmp bio_prov.o.tmp capabilities.o.tmp digest_to_nid.o.tmp provider_seeding.o.tmp provider_util.o.tmp securitycheck.o.tmp securitycheck_default.o.tmp provider_ctx.o.tmp provider_err.o.tmp der_rsa_sig.o.tmp der_sm2_gen.o.tmp der_sm2_key.o.tmp der_sm2_sig.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp rsa_enc.o.tmp sm2_enc.o.tmp cipher_aes.o.tmp cipher_aes_cbc_hmac_sha.o.tmp cipher_aes_cbc_hmac_sha1_hw.o.tmp cipher_aes_cbc_hmac_sha256_hw.o.tmp cipher_aes_ccm.o.tmp cipher_aes_ccm_hw.o.tmp cipher_aes_gcm.o.tmp cipher_aes_gcm_hw.o.tmp cipher_aes_hw.o.tmp cipher_aes_ocb.o.tmp cipher_aes_ocb_hw.o.tmp cipher_aes_siv.o.tmp cipher_aes_siv_hw.o.tmp cipher_aes_wrp.o.tmp cipher_aes_xts.o.tmp cipher_aes_xts_fips.o.tmp cipher_aes_xts_hw.o.tmp cipher_aria.o.tmp cipher_aria_ccm.o.tmp cipher_aria_ccm_hw.o.tmp cipher_aria_gcm.o.tmp cipher_aria_gcm_hw.o.tmp cipher_aria_hw.o.tmp cipher_camellia.o.tmp cipher_camellia_hw.o.tmp cipher_chacha20.o.tmp cipher_chacha20_hw.o.tmp cipher_chacha20_poly1305.o.tmp cipher_chacha20_poly1305_hw.o.tmp cipher_cts.o.tmp cipher_null.o.tmp cipher_sm4.o.tmp cipher_sm4_hw.o.tmp cipher_tdes.o.tmp cipher_tdes_common.o.tmp cipher_tdes_default.o.tmp cipher_tdes_default_hw.o.tmp cipher_tdes_hw.o.tmp cipher_tdes_wrap.o.tmp cipher_tdes_wrap_hw.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp md5_prov.o.tmp md5_sha1_prov.o.tmp null_prov.o.tmp ripemd_prov.o.tmp sha2_prov.o.tmp sha3_prov.o.tmp sm3_prov.o.tmp digestcommon.o.tmp decode_der2key.o.tmp decode_epki2pki.o.tmp decode_msblob2key.o.tmp decode_pem2der.o.tmp decode_pvk2key.o.tmp decode_spki2typespki.o.tmp encode_key2any.o.tmp encode_key2blob.o.tmp encode_key2ms.o.tmp encode_key2text.o.tmp endecoder_common.o.tmp dh_exch.o.tmp ecdh_exch.o.tmp ecx_exch.o.tmp kdf_exch.o.tmp hkdf.o.tmp kbkdf.o.tmp krb5kdf.o.tmp pbkdf2.o.tmp pbkdf2_fips.o.tmp pkcs12kdf.o.tmp scrypt.o.tmp sshkdf.o.tmp sskdf.o.tmp tls1_prf.o.tmp x942kdf.o.tmp rsa_kem.o.tmp dh_kmgmt.o.tmp dsa_kmgmt.o.tmp ec_kmgmt.o.tmp ecx_kmgmt.o.tmp kdf_legacy_kmgmt.o.tmp mac_legacy_kmgmt.o.tmp rsa_kmgmt.o.tmp blake2b_mac.o.tmp blake2s_mac.o.tmp cmac_prov.o.tmp gmac_prov.o.tmp hmac_prov.o.tmp kmac_prov.o.tmp poly1305_prov.o.tmp siphash_prov.o.tmp crngt.o.tmp drbg.o.tmp drbg_ctr.o.tmp drbg_hash.o.tmp drbg_hmac.o.tmp seed_src.o.tmp test_rng.o.tmp rand_cpu_x86.o.tmp rand_tsc.o.tmp rand_unix.o.tmp rand_win.o.tmp dsa_sig.o.tmp ecdsa_sig.o.tmp eddsa_sig.o.tmp mac_legacy_sig.o.tmp rsa_sig.o.tmp sm2_sig.o.tmp file_store.o.tmp file_store_any2obj.o.tmp s3_cbc.o.tmp bio_prov.o.tmp capabilities.o.tmp digest_to_nid.o.tmp provider_seeding.o.tmp provider_util.o.tmp securitycheck.o.tmp securitycheck_default.o.tmp provider_ctx.o.tmp provider_err.o.tmp der_rsa_sig.o.tmp der_sm2_gen.o.tmp der_sm2_key.o.tmp der_sm2_sig.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp cipher_aes.o.tmp cipher_aes_cbc_hmac_sha.o.tmp cipher_aes_cbc_hmac_sha1_hw.o.tmp cipher_aes_cbc_hmac_sha256_hw.o.tmp cipher_aes_ccm.o.tmp cipher_aes_ccm_hw.o.tmp cipher_aes_gcm.o.tmp cipher_aes_gcm_hw.o.tmp cipher_aes_hw.o.tmp cipher_aes_ocb.o.tmp cipher_aes_ocb_hw.o.tmp cipher_aes_siv.o.tmp cipher_aes_siv_hw.o.tmp cipher_aes_wrp.o.tmp cipher_aes_xts.o.tmp cipher_aes_xts_fips.o.tmp cipher_aes_xts_hw.o.tmp cipher_aria.o.tmp cipher_aria_ccm.o.tmp cipher_aria_ccm_hw.o.tmp cipher_aria_gcm.o.tmp cipher_aria_gcm_hw.o.tmp cipher_aria_hw.o.tmp cipher_camellia.o.tmp cipher_camellia_hw.o.tmp cipher_chacha20.o.tmp cipher_chacha20_hw.o.tmp cipher_chacha20_poly1305.o.tmp cipher_chacha20_poly1305_hw.o.tmp cipher_cts.o.tmp cipher_null.o.tmp cipher_sm4.o.tmp cipher_sm4_hw.o.tmp cipher_tdes.o.tmp cipher_tdes_common.o.tmp cipher_tdes_default.o.tmp cipher_tdes_default_hw.o.tmp cipher_tdes_hw.o.tmp cipher_tdes_wrap.o.tmp cipher_tdes_wrap_hw.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp md5_prov.o.tmp md5_sha1_prov.o.tmp null_prov.o.tmp ripemd_prov.o.tmp sha2_prov.o.tmp sha3_prov.o.tmp sm3_prov.o.tmp digestcommon.o.tmp tls_pad.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xf86dri && rm -f libxcb-xf86dri_p.a xf86dri.po xf86dri.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xf86dri && rm -f libxcb-xf86dri_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xf86dri && rm -f libxcb-xf86dri_g.a || true) --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto.a aes-x86_64.o aesni-mb-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-x86_64.o bsaes-x86_64.o vpaes-x86_64.o aes_cfb.o aes_ecb.o aes_ige.o aes_misc.o aes_ofb.o aes_wrap.o aria.o a_bitstr.o a_d2i_fp.o a_digest.o a_dup.o a_gentm.o a_i2d_fp.o a_int.o a_mbstr.o a_object.o a_octet.o a_print.o a_sign.o a_strex.o a_strnid.o a_time.o a_type.o a_utctm.o a_utf8.o a_verify.o ameth_lib.o asn1_err.o asn1_gen.o asn1_item_list.o asn1_lib.o asn1_parse.o asn_mime.o asn_moid.o asn_mstbl.o asn_pack.o bio_asn1.o bio_ndef.o d2i_param.o d2i_pr.o d2i_pu.o evp_asn1.o f_int.o f_string.o i2d_evp.o n_pkey.o nsseq.o p5_pbe.o p5_pbev2.o p5_scrypt.o p8_pkey.o t_bitst.o t_pkey.o t_spki.o tasn_dec.o tasn_enc.o tasn_fre.o tasn_new.o tasn_prn.o tasn_scn.o tasn_typ.o tasn_utl.o x_algor.o x_bignum.o x_info.o x_int64.o x_long.o x_pkey.o x_sig.o x_spki.o x_val.o async.o async_err.o async_posix.o async_wait.o bf_enc.o bf_cfb64.o bf_ecb.o bf_ofb64.o bf_skey.o bf_buff.o bf_lbuf.o bf_nbio.o bf_null.o bf_prefix.o bf_readbuff.o bio_addr.o bio_cb.o bio_dump.o bio_err.o bio_lib.o bio_meth.o bio_print.o bio_sock.o bio_sock2.o bss_acpt.o bss_bio.o bss_conn.o bss_core.o bss_dgram.o bss_fd.o bss_file.o bss_log.o bss_mem.o bss_null.o bss_sock.o ossl_core_bio.o blake2_prov.o blake2b_prov.o blake2s_prov.o blake2b_mac.o blake2s_mac.o x86_64-gf2m.o x86_64-mont.o x86_64-mont5.o rsaz-x86_64.o rsaz-avx2.o rsaz-avx512.o x86_64-gcc.o bn_add.o bn_blind.o bn_const.o bn_conv.o bn_ctx.o bn_depr.o bn_dh.o bn_div.o bn_err.o bn_exp.o bn_exp2.o bn_gcd.o bn_gf2m.o bn_intern.o bn_kron.o bn_lib.o bn_mod.o bn_mont.o bn_mpi.o bn_mul.o bn_nist.o bn_prime.o bn_print.o bn_rand.o bn_recp.o bn_rsa_fips186_4.o bn_shift.o bn_sqr.o bn_sqrt.o bn_srp.o bn_word.o bn_x931p.o rsaz_exp.o rsaz_exp_x2.o buf_err.o buffer.o cmll-x86_64.o cmll_cfb.o cmll_ctr.o cmll_ecb.o cmll_misc.o cmll_ofb.o c_enc.o c_cfb64.o c_ecb.o c_ofb64.o c_skey.o chacha-x86_64.o cmac.o cmp_asn.o cmp_client.o cmp_ctx.o cmp_err.o cmp_hdr.o cmp_http.o cmp_msg.o cmp_protect.o cmp_server.o cmp_status.o cmp_util.o cmp_vfy.o cms_asn1.o cms_att.o cms_cd.o cms_dd.o cms_dh.o cms_ec.o cms_enc.o cms_env.o cms_err.o cms_ess.o cms_io.o cms_kari.o cms_lib.o cms_pwri.o cms_rsa.o cms_sd.o cms_smime.o c_zlib.o comp_err.o comp_lib.o conf_api.o conf_def.o conf_err.o conf_lib.o conf_mall.o conf_mod.o conf_sap.o conf_ssl.o crmf_asn.o crmf_err.o crmf_lib.o crmf_pbm.o asn1_dsa.o bsearch.o context.o core_algorithm.o core_fetch.o core_namemap.o cpt_err.o cpuid.o cryptlib.o ctype.o cversion.o der_writer.o ebcdic.o ex_data.o getenv.o info.o init.o initthread.o mem.o mem_sec.o o_dir.o o_fopen.o o_init.o o_str.o o_time.o packet.o param_build.o param_build_set.o params.o params_dup.o params_from_text.o passphrase.o provider.o provider_child.o provider_conf.o provider_core.o provider_predefined.o punycode.o self_test_core.o sparse_array.o threads_lib.o threads_none.o threads_pthread.o threads_win.o trace.o uid.o x86_64cpuid.o ct_b64.o ct_err.o ct_log.o ct_oct.o ct_policy.o ct_prn.o ct_sct.o ct_sct_ctx.o ct_vfy.o ct_x509v3.o curve448.o curve448_tables.o eddsa.o f_generic.o f_impl32.o f_impl64.o scalar.o des_enc.o fcrypt_b.o cbc_cksm.o cbc_enc.o cfb64ede.o cfb64enc.o cfb_enc.o ecb3_enc.o ecb_enc.o fcrypt.o ofb64ede.o ofb64enc.o ofb_enc.o pcbc_enc.o qud_cksm.o rand_key.o set_key.o str2key.o xcbc_enc.o dh_ameth.o dh_asn1.o dh_backend.o dh_check.o dh_depr.o dh_err.o dh_gen.o dh_group_params.o dh_kdf.o dh_key.o dh_lib.o dh_meth.o dh_pmeth.o dh_prn.o dh_rfc5114.o dsa_ameth.o dsa_asn1.o dsa_backend.o dsa_check.o dsa_depr.o dsa_err.o dsa_gen.o dsa_key.o dsa_lib.o dsa_meth.o dsa_ossl.o dsa_pmeth.o dsa_prn.o dsa_sign.o dsa_vrf.o dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_openssl.o dso_vms.o dso_win32.o ecp_nistz256-x86_64.o x25519-x86_64.o curve25519.o ec2_oct.o ec2_smpl.o ec_ameth.o ec_asn1.o ec_backend.o ec_check.o ec_curve.o ec_cvt.o ec_deprecated.o ec_err.o ec_key.o ec_kmeth.o ec_lib.o ec_mult.o ec_oct.o ec_pmeth.o ec_print.o ecdh_kdf.o ecdh_ossl.o ecdsa_ossl.o ecdsa_sign.o ecdsa_vrf.o eck_prn.o ecp_mont.o ecp_nist.o ecp_oct.o ecp_smpl.o ecx_backend.o ecx_key.o ecx_meth.o ecp_nistz256.o decoder_err.o decoder_lib.o decoder_meth.o decoder_pkey.o encoder_err.o encoder_lib.o encoder_meth.o encoder_pkey.o decode_der2key.o eng_all.o eng_cnf.o eng_ctrl.o eng_dyn.o eng_err.o eng_fat.o eng_init.o eng_lib.o eng_list.o eng_openssl.o eng_pkey.o eng_rdrand.o eng_table.o tb_asnmth.o tb_cipher.o tb_dh.o tb_digest.o tb_dsa.o tb_eckey.o tb_pkmeth.o tb_rand.o tb_rsa.o err.o err_all.o err_all_legacy.o err_blocks.o err_prn.o ess_asn1.o ess_err.o ess_lib.o asymcipher.o bio_b64.o bio_enc.o bio_md.o bio_ok.o c_allc.o c_alld.o cmeth_lib.o ctrl_params_translate.o dh_ctrl.o dh_support.o digest.o dsa_ctrl.o e_aes.o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha256.o e_aria.o e_bf.o e_camellia.o e_cast.o e_chacha20_poly1305.o e_des.o e_des3.o e_idea.o e_null.o e_old.o e_rc2.o e_rc4.o e_rc4_hmac_md5.o e_rc5.o e_seed.o e_sm4.o e_xcbc_d.o ec_ctrl.o ec_support.o encode.o evp_cnf.o evp_enc.o evp_err.o evp_fetch.o evp_key.o evp_lib.o evp_pbe.o evp_pkey.o evp_rand.o evp_utils.o exchange.o kdf_lib.o kdf_meth.o kem.o keymgmt_lib.o keymgmt_meth.o legacy_blake2.o legacy_md4.o legacy_md5.o legacy_md5_sha1.o legacy_mdc2.o legacy_ripemd.o legacy_sha.o legacy_wp.o m_null.o m_sigver.o mac_lib.o mac_meth.o names.o p5_crpt.o p5_crpt2.o p_dec.o p_enc.o p_legacy.o p_lib.o p_open.o p_seal.o p_sign.o p_verify.o pbe_scrypt.o pmeth_check.o pmeth_gn.o pmeth_lib.o signature.o ffc_backend.o ffc_dh.o ffc_key_generate.o ffc_key_validate.o ffc_params.o ffc_params_generate.o ffc_params_validate.o hmac.o http_client.o http_err.o http_lib.o i_cbc.o i_cfb64.o i_ecb.o i_ofb64.o i_skey.o kdf_err.o lh_stats.o lhash.o md4_dgst.o md4_one.o md5-x86_64.o md5_dgst.o md5_one.o md5_sha1.o mdc2_one.o mdc2dgst.o aesni-gcm-x86_64.o ghash-x86_64.o cbc128.o ccm128.o cfb128.o ctr128.o cts128.o gcm128.o ocb128.o ofb128.o siv128.o wrap128.o xts128.o o_names.o obj_dat.o obj_err.o obj_lib.o obj_xref.o ocsp_asn.o ocsp_cl.o ocsp_err.o ocsp_ext.o ocsp_http.o ocsp_lib.o ocsp_prn.o ocsp_srv.o ocsp_vfy.o v3_ocsp.o pem_all.o pem_err.o pem_info.o pem_lib.o pem_oth.o pem_pk8.o pem_pkey.o pem_sign.o pem_x509.o pem_xaux.o pvkfmt.o p12_add.o p12_asn.o p12_attr.o p12_crpt.o p12_crt.o p12_decr.o p12_init.o p12_key.o p12_kiss.o p12_mutl.o p12_npas.o p12_p8d.o p12_p8e.o p12_sbag.o p12_utl.o pk12err.o bio_pk7.o pk7_asn1.o pk7_attr.o pk7_doit.o pk7_lib.o pk7_mime.o pk7_smime.o pkcs7err.o poly1305-x86_64.o poly1305.o pqueue.o defn_cache.o property.o property_err.o property_parse.o property_query.o property_string.o baseprov.o defltprov.o nullprov.o prov_running.o prov_seed.o rand_deprecated.o rand_err.o rand_lib.o rand_meth.o rand_pool.o randfile.o rc2_cbc.o rc2_ecb.o rc2_skey.o rc2cfb64.o rc2ofb64.o rc4-md5-x86_64.o rc4-x86_64.o rmd_dgst.o rmd_one.o rsa_ameth.o rsa_asn1.o rsa_backend.o rsa_chk.o rsa_crpt.o rsa_depr.o rsa_err.o rsa_gen.o rsa_lib.o rsa_meth.o rsa_mp.o rsa_mp_names.o rsa_none.o rsa_oaep.o rsa_ossl.o rsa_pk1.o rsa_pmeth.o rsa_prn.o rsa_pss.o rsa_saos.o rsa_schemes.o rsa_sign.o rsa_sp800_56b_check.o rsa_sp800_56b_gen.o rsa_x931.o rsa_x931g.o seed.o seed_cbc.o seed_cfb.o seed_ecb.o seed_ofb.o sha1-x86_64.o sha1-mb-x86_64.o keccak1600-x86_64.o sha1dgst.o sha3.o libc-sha1.o libc-sha512.o libc-sha256.o libc-sha2xx.o siphash.o sm2_crypt.o sm2_err.o sm2_key.o sm2_sign.o legacy_sm3.o sm3.o sm4.o srp_lib.o srp_vfy.o stack.o store_err.o store_init.o store_lib.o store_meth.o store_register.o store_result.o store_strings.o ts_asn1.o ts_conf.o ts_err.o ts_lib.o ts_req_print.o ts_req_utils.o ts_rsp_print.o ts_rsp_sign.o ts_rsp_utils.o ts_rsp_verify.o ts_verify_ctx.o txt_db.o ui_err.o ui_lib.o ui_null.o ui_openssl.o ui_util.o wp-x86_64.o wp_dgst.o by_dir.o by_file.o by_store.o pcy_cache.o pcy_data.o pcy_lib.o pcy_map.o pcy_node.o pcy_tree.o t_crl.o t_req.o t_x509.o v3_addr.o v3_admis.o v3_akeya.o v3_akid.o v3_asid.o v3_bcons.o v3_bitst.o v3_conf.o v3_cpols.o v3_crld.o v3_enum.o v3_extku.o v3_genn.o v3_ia5.o v3_info.o v3_int.o v3_ist.o v3_lib.o v3_ncons.o v3_pci.o v3_pcia.o v3_pcons.o v3_pku.o v3_pmaps.o v3_prn.o v3_purp.o v3_san.o v3_skid.o v3_sxnet.o v3_tlsf.o v3_utf8.o v3_utl.o v3err.o x509_att.o x509_cmp.o x509_d2.o x509_def.o x509_err.o x509_ext.o x509_lu.o x509_meth.o x509_obj.o x509_r2x.o x509_req.o x509_set.o x509_trust.o x509_txt.o x509_v3.o x509_vfy.o x509_vpm.o x509cset.o x509name.o x509rset.o x509spki.o x509type.o x_all.o x_attrib.o x_crl.o x_exten.o x_name.o x_pubkey.o x_req.o x_x509.o x_x509a.o bio_prov.o capabilities.o digest_to_nid.o provider_seeding.o provider_util.o securitycheck.o securitycheck_default.o provider_ctx.o provider_err.o der_rsa_sig.o der_sm2_gen.o der_sm2_key.o der_sm2_sig.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o rsa_enc.o sm2_enc.o cipher_aes.o cipher_aes_cbc_hmac_sha.o cipher_aes_cbc_hmac_sha1_hw.o cipher_aes_cbc_hmac_sha256_hw.o cipher_aes_ccm.o cipher_aes_ccm_hw.o cipher_aes_gcm.o cipher_aes_gcm_hw.o cipher_aes_hw.o cipher_aes_ocb.o cipher_aes_ocb_hw.o cipher_aes_siv.o cipher_aes_siv_hw.o cipher_aes_wrp.o cipher_aes_xts.o cipher_aes_xts_fips.o cipher_aes_xts_hw.o cipher_aria.o cipher_aria_ccm.o cipher_aria_ccm_hw.o cipher_aria_gcm.o cipher_aria_gcm_hw.o cipher_aria_hw.o cipher_camellia.o cipher_camellia_hw.o cipher_chacha20.o cipher_chacha20_hw.o cipher_chacha20_poly1305.o cipher_chacha20_poly1305_hw.o cipher_cts.o cipher_null.o cipher_sm4.o cipher_sm4_hw.o cipher_tdes.o cipher_tdes_common.o cipher_tdes_default.o cipher_tdes_default_hw.o cipher_tdes_hw.o cipher_tdes_wrap.o cipher_tdes_wrap_hw.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o blake2_prov.o blake2b_prov.o blake2s_prov.o md5_prov.o md5_sha1_prov.o null_prov.o ripemd_prov.o sha2_prov.o sha3_prov.o sm3_prov.o digestcommon.o decode_der2key.o decode_epki2pki.o decode_msblob2key.o decode_pem2der.o decode_pvk2key.o decode_spki2typespki.o encode_key2any.o encode_key2blob.o encode_key2ms.o encode_key2text.o endecoder_common.o dh_exch.o ecdh_exch.o ecx_exch.o kdf_exch.o hkdf.o kbkdf.o krb5kdf.o pbkdf2.o pbkdf2_fips.o pkcs12kdf.o scrypt.o sshkdf.o sskdf.o tls1_prf.o x942kdf.o rsa_kem.o dh_kmgmt.o dsa_kmgmt.o ec_kmgmt.o ecx_kmgmt.o kdf_legacy_kmgmt.o mac_legacy_kmgmt.o rsa_kmgmt.o blake2b_mac.o blake2s_mac.o cmac_prov.o gmac_prov.o hmac_prov.o kmac_prov.o poly1305_prov.o siphash_prov.o crngt.o drbg.o drbg_ctr.o drbg_hash.o drbg_hmac.o seed_src.o test_rng.o rand_cpu_x86.o rand_tsc.o rand_unix.o rand_win.o dsa_sig.o ecdsa_sig.o eddsa_sig.o mac_legacy_sig.o rsa_sig.o sm2_sig.o file_store.o file_store_any2obj.o s3_cbc.o bio_prov.o capabilities.o digest_to_nid.o provider_seeding.o provider_util.o securitycheck.o securitycheck_default.o provider_ctx.o provider_err.o der_rsa_sig.o der_sm2_gen.o der_sm2_key.o der_sm2_sig.o der_ec_gen.o der_digests_gen.o der_dsa_gen.o der_dsa_key.o der_dsa_sig.o der_ec_key.o der_ec_sig.o der_ecx_gen.o der_ecx_key.o der_rsa_gen.o der_rsa_key.o der_wrap_gen.o cipher_aes.o cipher_aes_cbc_hmac_sha.o cipher_aes_cbc_hmac_sha1_hw.o cipher_aes_cbc_hmac_sha256_hw.o cipher_aes_ccm.o cipher_aes_ccm_hw.o cipher_aes_gcm.o cipher_aes_gcm_hw.o cipher_aes_hw.o cipher_aes_ocb.o cipher_aes_ocb_hw.o cipher_aes_siv.o cipher_aes_siv_hw.o cipher_aes_wrp.o cipher_aes_xts.o cipher_aes_xts_fips.o cipher_aes_xts_hw.o cipher_aria.o cipher_aria_ccm.o cipher_aria_ccm_hw.o cipher_aria_gcm.o cipher_aria_gcm_hw.o cipher_aria_hw.o cipher_camellia.o cipher_camellia_hw.o cipher_chacha20.o cipher_chacha20_hw.o cipher_chacha20_poly1305.o cipher_chacha20_poly1305_hw.o cipher_cts.o cipher_null.o cipher_sm4.o cipher_sm4_hw.o cipher_tdes.o cipher_tdes_common.o cipher_tdes_default.o cipher_tdes_default_hw.o cipher_tdes_hw.o cipher_tdes_wrap.o cipher_tdes_wrap_hw.o ciphercommon.o ciphercommon_block.o ciphercommon_ccm.o ciphercommon_ccm_hw.o ciphercommon_gcm.o ciphercommon_gcm_hw.o ciphercommon_hw.o blake2_prov.o blake2b_prov.o blake2s_prov.o md5_prov.o md5_sha1_prov.o null_prov.o ripemd_prov.o sha2_prov.o sha3_prov.o sm3_prov.o digestcommon.o tls_pad.o aes-x86_64.o.tmp aesni-mb-x86_64.o.tmp aesni-sha1-x86_64.o.tmp aesni-sha256-x86_64.o.tmp aesni-x86_64.o.tmp bsaes-x86_64.o.tmp vpaes-x86_64.o.tmp aes_cfb.o.tmp aes_ecb.o.tmp aes_ige.o.tmp aes_misc.o.tmp aes_ofb.o.tmp aes_wrap.o.tmp aria.o.tmp a_bitstr.o.tmp a_d2i_fp.o.tmp a_digest.o.tmp a_dup.o.tmp a_gentm.o.tmp a_i2d_fp.o.tmp a_int.o.tmp a_mbstr.o.tmp a_object.o.tmp a_octet.o.tmp a_print.o.tmp a_sign.o.tmp a_strex.o.tmp a_strnid.o.tmp a_time.o.tmp a_type.o.tmp a_utctm.o.tmp a_utf8.o.tmp a_verify.o.tmp ameth_lib.o.tmp asn1_err.o.tmp asn1_gen.o.tmp asn1_item_list.o.tmp asn1_lib.o.tmp asn1_parse.o.tmp asn_mime.o.tmp asn_moid.o.tmp asn_mstbl.o.tmp asn_pack.o.tmp bio_asn1.o.tmp bio_ndef.o.tmp d2i_param.o.tmp d2i_pr.o.tmp d2i_pu.o.tmp evp_asn1.o.tmp f_int.o.tmp f_string.o.tmp i2d_evp.o.tmp n_pkey.o.tmp nsseq.o.tmp p5_pbe.o.tmp p5_pbev2.o.tmp p5_scrypt.o.tmp p8_pkey.o.tmp t_bitst.o.tmp t_pkey.o.tmp t_spki.o.tmp tasn_dec.o.tmp tasn_enc.o.tmp tasn_fre.o.tmp tasn_new.o.tmp tasn_prn.o.tmp tasn_scn.o.tmp tasn_typ.o.tmp tasn_utl.o.tmp x_algor.o.tmp x_bignum.o.tmp x_info.o.tmp x_int64.o.tmp x_long.o.tmp x_pkey.o.tmp x_sig.o.tmp x_spki.o.tmp x_val.o.tmp async.o.tmp async_err.o.tmp async_posix.o.tmp async_wait.o.tmp bf_enc.o.tmp bf_cfb64.o.tmp bf_ecb.o.tmp bf_ofb64.o.tmp bf_skey.o.tmp bf_buff.o.tmp bf_lbuf.o.tmp bf_nbio.o.tmp bf_null.o.tmp bf_prefix.o.tmp bf_readbuff.o.tmp bio_addr.o.tmp bio_cb.o.tmp bio_dump.o.tmp bio_err.o.tmp bio_lib.o.tmp bio_meth.o.tmp bio_print.o.tmp bio_sock.o.tmp bio_sock2.o.tmp bss_acpt.o.tmp bss_bio.o.tmp bss_conn.o.tmp bss_core.o.tmp bss_dgram.o.tmp bss_fd.o.tmp bss_file.o.tmp bss_log.o.tmp bss_mem.o.tmp bss_null.o.tmp bss_sock.o.tmp ossl_core_bio.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp blake2b_mac.o.tmp blake2s_mac.o.tmp x86_64-gf2m.o.tmp x86_64-mont.o.tmp x86_64-mont5.o.tmp rsaz-x86_64.o.tmp rsaz-avx2.o.tmp rsaz-avx512.o.tmp x86_64-gcc.o.tmp bn_add.o.tmp bn_blind.o.tmp bn_const.o.tmp bn_conv.o.tmp bn_ctx.o.tmp bn_depr.o.tmp bn_dh.o.tmp bn_div.o.tmp bn_err.o.tmp bn_exp.o.tmp bn_exp2.o.tmp bn_gcd.o.tmp bn_gf2m.o.tmp bn_intern.o.tmp bn_kron.o.tmp bn_lib.o.tmp bn_mod.o.tmp bn_mont.o.tmp bn_mpi.o.tmp bn_mul.o.tmp bn_nist.o.tmp bn_prime.o.tmp bn_print.o.tmp bn_rand.o.tmp bn_recp.o.tmp bn_rsa_fips186_4.o.tmp bn_shift.o.tmp bn_sqr.o.tmp bn_sqrt.o.tmp bn_srp.o.tmp bn_word.o.tmp bn_x931p.o.tmp rsaz_exp.o.tmp rsaz_exp_x2.o.tmp buf_err.o.tmp buffer.o.tmp cmll-x86_64.o.tmp cmll_cfb.o.tmp cmll_ctr.o.tmp cmll_ecb.o.tmp cmll_misc.o.tmp cmll_ofb.o.tmp c_enc.o.tmp c_cfb64.o.tmp c_ecb.o.tmp c_ofb64.o.tmp c_skey.o.tmp chacha-x86_64.o.tmp cmac.o.tmp cmp_asn.o.tmp cmp_client.o.tmp cmp_ctx.o.tmp cmp_err.o.tmp cmp_hdr.o.tmp cmp_http.o.tmp cmp_msg.o.tmp cmp_protect.o.tmp cmp_server.o.tmp cmp_status.o.tmp cmp_util.o.tmp cmp_vfy.o.tmp cms_asn1.o.tmp cms_att.o.tmp cms_cd.o.tmp cms_dd.o.tmp cms_dh.o.tmp cms_ec.o.tmp cms_enc.o.tmp cms_env.o.tmp cms_err.o.tmp cms_ess.o.tmp cms_io.o.tmp cms_kari.o.tmp cms_lib.o.tmp cms_pwri.o.tmp cms_rsa.o.tmp cms_sd.o.tmp cms_smime.o.tmp c_zlib.o.tmp comp_err.o.tmp comp_lib.o.tmp conf_api.o.tmp conf_def.o.tmp conf_err.o.tmp conf_lib.o.tmp conf_mall.o.tmp conf_mod.o.tmp conf_sap.o.tmp conf_ssl.o.tmp crmf_asn.o.tmp crmf_err.o.tmp crmf_lib.o.tmp crmf_pbm.o.tmp asn1_dsa.o.tmp bsearch.o.tmp context.o.tmp core_algorithm.o.tmp core_fetch.o.tmp core_namemap.o.tmp cpt_err.o.tmp cpuid.o.tmp cryptlib.o.tmp ctype.o.tmp cversion.o.tmp der_writer.o.tmp ebcdic.o.tmp ex_data.o.tmp getenv.o.tmp info.o.tmp init.o.tmp initthread.o.tmp mem.o.tmp mem_sec.o.tmp o_dir.o.tmp o_fopen.o.tmp o_init.o.tmp o_str.o.tmp o_time.o.tmp packet.o.tmp param_build.o.tmp param_build_set.o.tmp params.o.tmp params_dup.o.tmp params_from_text.o.tmp passphrase.o.tmp provider.o.tmp provider_child.o.tmp provider_conf.o.tmp provider_core.o.tmp provider_predefined.o.tmp punycode.o.tmp self_test_core.o.tmp sparse_array.o.tmp threads_lib.o.tmp threads_none.o.tmp threads_pthread.o.tmp threads_win.o.tmp trace.o.tmp uid.o.tmp x86_64cpuid.o.tmp ct_b64.o.tmp ct_err.o.tmp ct_log.o.tmp ct_oct.o.tmp ct_policy.o.tmp ct_prn.o.tmp ct_sct.o.tmp ct_sct_ctx.o.tmp ct_vfy.o.tmp ct_x509v3.o.tmp curve448.o.tmp curve448_tables.o.tmp eddsa.o.tmp f_generic.o.tmp f_impl32.o.tmp f_impl64.o.tmp scalar.o.tmp des_enc.o.tmp fcrypt_b.o.tmp cbc_cksm.o.tmp cbc_enc.o.tmp cfb64ede.o.tmp cfb64enc.o.tmp cfb_enc.o.tmp ecb3_enc.o.tmp ecb_enc.o.tmp fcrypt.o.tmp ofb64ede.o.tmp ofb64enc.o.tmp ofb_enc.o.tmp pcbc_enc.o.tmp qud_cksm.o.tmp rand_key.o.tmp set_key.o.tmp str2key.o.tmp xcbc_enc.o.tmp dh_ameth.o.tmp dh_asn1.o.tmp dh_backend.o.tmp dh_check.o.tmp dh_depr.o.tmp dh_err.o.tmp dh_gen.o.tmp dh_group_params.o.tmp dh_kdf.o.tmp dh_key.o.tmp dh_lib.o.tmp dh_meth.o.tmp dh_pmeth.o.tmp dh_prn.o.tmp dh_rfc5114.o.tmp dsa_ameth.o.tmp dsa_asn1.o.tmp dsa_backend.o.tmp dsa_check.o.tmp dsa_depr.o.tmp dsa_err.o.tmp dsa_gen.o.tmp dsa_key.o.tmp dsa_lib.o.tmp dsa_meth.o.tmp dsa_ossl.o.tmp dsa_pmeth.o.tmp dsa_prn.o.tmp dsa_sign.o.tmp dsa_vrf.o.tmp dso_dl.o.tmp dso_dlfcn.o.tmp dso_err.o.tmp dso_lib.o.tmp dso_openssl.o.tmp dso_vms.o.tmp dso_win32.o.tmp ecp_nistz256-x86_64.o.tmp x25519-x86_64.o.tmp curve25519.o.tmp ec2_oct.o.tmp ec2_smpl.o.tmp ec_ameth.o.tmp ec_asn1.o.tmp ec_backend.o.tmp ec_check.o.tmp ec_curve.o.tmp ec_cvt.o.tmp ec_deprecated.o.tmp ec_err.o.tmp ec_key.o.tmp ec_kmeth.o.tmp ec_lib.o.tmp ec_mult.o.tmp ec_oct.o.tmp ec_pmeth.o.tmp ec_print.o.tmp ecdh_kdf.o.tmp ecdh_ossl.o.tmp ecdsa_ossl.o.tmp ecdsa_sign.o.tmp ecdsa_vrf.o.tmp eck_prn.o.tmp ecp_mont.o.tmp ecp_nist.o.tmp ecp_oct.o.tmp ecp_smpl.o.tmp ecx_backend.o.tmp ecx_key.o.tmp ecx_meth.o.tmp ecp_nistz256.o.tmp decoder_err.o.tmp decoder_lib.o.tmp decoder_meth.o.tmp decoder_pkey.o.tmp encoder_err.o.tmp encoder_lib.o.tmp encoder_meth.o.tmp encoder_pkey.o.tmp decode_der2key.o.tmp eng_all.o.tmp eng_cnf.o.tmp eng_ctrl.o.tmp eng_dyn.o.tmp eng_err.o.tmp eng_fat.o.tmp eng_init.o.tmp eng_lib.o.tmp eng_list.o.tmp eng_openssl.o.tmp eng_pkey.o.tmp eng_rdrand.o.tmp eng_table.o.tmp tb_asnmth.o.tmp tb_cipher.o.tmp tb_dh.o.tmp tb_digest.o.tmp tb_dsa.o.tmp tb_eckey.o.tmp tb_pkmeth.o.tmp tb_rand.o.tmp tb_rsa.o.tmp err.o.tmp err_all.o.tmp err_all_legacy.o.tmp err_blocks.o.tmp err_prn.o.tmp ess_asn1.o.tmp ess_err.o.tmp ess_lib.o.tmp asymcipher.o.tmp bio_b64.o.tmp bio_enc.o.tmp bio_md.o.tmp bio_ok.o.tmp c_allc.o.tmp c_alld.o.tmp cmeth_lib.o.tmp ctrl_params_translate.o.tmp dh_ctrl.o.tmp dh_support.o.tmp digest.o.tmp dsa_ctrl.o.tmp e_aes.o.tmp e_aes_cbc_hmac_sha1.o.tmp e_aes_cbc_hmac_sha256.o.tmp e_aria.o.tmp e_bf.o.tmp e_camellia.o.tmp e_cast.o.tmp e_chacha20_poly1305.o.tmp e_des.o.tmp e_des3.o.tmp e_idea.o.tmp e_null.o.tmp e_old.o.tmp e_rc2.o.tmp e_rc4.o.tmp e_rc4_hmac_md5.o.tmp e_rc5.o.tmp e_seed.o.tmp e_sm4.o.tmp e_xcbc_d.o.tmp ec_ctrl.o.tmp ec_support.o.tmp encode.o.tmp evp_cnf.o.tmp evp_enc.o.tmp evp_err.o.tmp evp_fetch.o.tmp evp_key.o.tmp evp_lib.o.tmp evp_pbe.o.tmp evp_pkey.o.tmp evp_rand.o.tmp evp_utils.o.tmp exchange.o.tmp kdf_lib.o.tmp kdf_meth.o.tmp kem.o.tmp keymgmt_lib.o.tmp keymgmt_meth.o.tmp legacy_blake2.o.tmp legacy_md4.o.tmp legacy_md5.o.tmp legacy_md5_sha1.o.tmp legacy_mdc2.o.tmp legacy_ripemd.o.tmp legacy_sha.o.tmp legacy_wp.o.tmp m_null.o.tmp m_sigver.o.tmp mac_lib.o.tmp mac_meth.o.tmp names.o.tmp p5_crpt.o.tmp p5_crpt2.o.tmp p_dec.o.tmp p_enc.o.tmp p_legacy.o.tmp p_lib.o.tmp p_open.o.tmp p_seal.o.tmp p_sign.o.tmp p_verify.o.tmp pbe_scrypt.o.tmp pmeth_check.o.tmp pmeth_gn.o.tmp pmeth_lib.o.tmp signature.o.tmp ffc_backend.o.tmp ffc_dh.o.tmp ffc_key_generate.o.tmp ffc_key_validate.o.tmp ffc_params.o.tmp ffc_params_generate.o.tmp ffc_params_validate.o.tmp hmac.o.tmp http_client.o.tmp http_err.o.tmp http_lib.o.tmp i_cbc.o.tmp i_cfb64.o.tmp i_ecb.o.tmp i_ofb64.o.tmp i_skey.o.tmp kdf_err.o.tmp lh_stats.o.tmp lhash.o.tmp md4_dgst.o.tmp md4_one.o.tmp md5-x86_64.o.tmp md5_dgst.o.tmp md5_one.o.tmp md5_sha1.o.tmp mdc2_one.o.tmp mdc2dgst.o.tmp aesni-gcm-x86_64.o.tmp ghash-x86_64.o.tmp cbc128.o.tmp ccm128.o.tmp cfb128.o.tmp ctr128.o.tmp cts128.o.tmp gcm128.o.tmp ocb128.o.tmp ofb128.o.tmp siv128.o.tmp wrap128.o.tmp xts128.o.tmp o_names.o.tmp obj_dat.o.tmp obj_err.o.tmp obj_lib.o.tmp obj_xref.o.tmp ocsp_asn.o.tmp ocsp_cl.o.tmp ocsp_err.o.tmp ocsp_ext.o.tmp ocsp_http.o.tmp ocsp_lib.o.tmp ocsp_prn.o.tmp ocsp_srv.o.tmp ocsp_vfy.o.tmp v3_ocsp.o.tmp pem_all.o.tmp pem_err.o.tmp pem_info.o.tmp pem_lib.o.tmp pem_oth.o.tmp pem_pk8.o.tmp pem_pkey.o.tmp pem_sign.o.tmp pem_x509.o.tmp pem_xaux.o.tmp pvkfmt.o.tmp p12_add.o.tmp p12_asn.o.tmp p12_attr.o.tmp p12_crpt.o.tmp p12_crt.o.tmp p12_decr.o.tmp p12_init.o.tmp p12_key.o.tmp p12_kiss.o.tmp p12_mutl.o.tmp p12_npas.o.tmp p12_p8d.o.tmp p12_p8e.o.tmp p12_sbag.o.tmp p12_utl.o.tmp pk12err.o.tmp bio_pk7.o.tmp pk7_asn1.o.tmp pk7_attr.o.tmp pk7_doit.o.tmp pk7_lib.o.tmp pk7_mime.o.tmp pk7_smime.o.tmp pkcs7err.o.tmp poly1305-x86_64.o.tmp poly1305.o.tmp pqueue.o.tmp defn_cache.o.tmp property.o.tmp property_err.o.tmp property_parse.o.tmp property_query.o.tmp property_string.o.tmp baseprov.o.tmp defltprov.o.tmp nullprov.o.tmp prov_running.o.tmp prov_seed.o.tmp rand_deprecated.o.tmp rand_err.o.tmp rand_lib.o.tmp rand_meth.o.tmp rand_pool.o.tmp randfile.o.tmp rc2_cbc.o.tmp rc2_ecb.o.tmp rc2_skey.o.tmp rc2cfb64.o.tmp rc2ofb64.o.tmp rc4-md5-x86_64.o.tmp rc4-x86_64.o.tmp rmd_dgst.o.tmp rmd_one.o.tmp rsa_ameth.o.tmp rsa_asn1.o.tmp rsa_backend.o.tmp rsa_chk.o.tmp rsa_crpt.o.tmp rsa_depr.o.tmp rsa_err.o.tmp rsa_gen.o.tmp rsa_lib.o.tmp rsa_meth.o.tmp rsa_mp.o.tmp rsa_mp_names.o.tmp rsa_none.o.tmp rsa_oaep.o.tmp rsa_ossl.o.tmp rsa_pk1.o.tmp rsa_pmeth.o.tmp rsa_prn.o.tmp rsa_pss.o.tmp rsa_saos.o.tmp rsa_schemes.o.tmp rsa_sign.o.tmp rsa_sp800_56b_check.o.tmp rsa_sp800_56b_gen.o.tmp rsa_x931.o.tmp rsa_x931g.o.tmp seed.o.tmp seed_cbc.o.tmp seed_cfb.o.tmp seed_ecb.o.tmp seed_ofb.o.tmp sha1-x86_64.o.tmp sha1-mb-x86_64.o.tmp keccak1600-x86_64.o.tmp sha1dgst.o.tmp sha3.o.tmp libc-sha1.o.tmp libc-sha512.o.tmp libc-sha256.o.tmp libc-sha2xx.o.tmp siphash.o.tmp sm2_crypt.o.tmp sm2_err.o.tmp sm2_key.o.tmp sm2_sign.o.tmp legacy_sm3.o.tmp sm3.o.tmp sm4.o.tmp srp_lib.o.tmp srp_vfy.o.tmp stack.o.tmp store_err.o.tmp store_init.o.tmp store_lib.o.tmp store_meth.o.tmp store_register.o.tmp store_result.o.tmp store_strings.o.tmp ts_asn1.o.tmp ts_conf.o.tmp ts_err.o.tmp ts_lib.o.tmp ts_req_print.o.tmp ts_req_utils.o.tmp ts_rsp_print.o.tmp ts_rsp_sign.o.tmp ts_rsp_utils.o.tmp ts_rsp_verify.o.tmp ts_verify_ctx.o.tmp txt_db.o.tmp ui_err.o.tmp ui_lib.o.tmp ui_null.o.tmp ui_openssl.o.tmp ui_util.o.tmp wp-x86_64.o.tmp wp_dgst.o.tmp by_dir.o.tmp by_file.o.tmp by_store.o.tmp pcy_cache.o.tmp pcy_data.o.tmp pcy_lib.o.tmp pcy_map.o.tmp pcy_node.o.tmp pcy_tree.o.tmp t_crl.o.tmp t_req.o.tmp t_x509.o.tmp v3_addr.o.tmp v3_admis.o.tmp v3_akeya.o.tmp v3_akid.o.tmp v3_asid.o.tmp v3_bcons.o.tmp v3_bitst.o.tmp v3_conf.o.tmp v3_cpols.o.tmp v3_crld.o.tmp v3_enum.o.tmp v3_extku.o.tmp v3_genn.o.tmp v3_ia5.o.tmp v3_info.o.tmp v3_int.o.tmp v3_ist.o.tmp v3_lib.o.tmp v3_ncons.o.tmp v3_pci.o.tmp v3_pcia.o.tmp v3_pcons.o.tmp v3_pku.o.tmp v3_pmaps.o.tmp v3_prn.o.tmp v3_purp.o.tmp v3_san.o.tmp v3_skid.o.tmp v3_sxnet.o.tmp v3_tlsf.o.tmp v3_utf8.o.tmp v3_utl.o.tmp v3err.o.tmp x509_att.o.tmp x509_cmp.o.tmp x509_d2.o.tmp x509_def.o.tmp x509_err.o.tmp x509_ext.o.tmp x509_lu.o.tmp x509_meth.o.tmp x509_obj.o.tmp x509_r2x.o.tmp x509_req.o.tmp x509_set.o.tmp x509_trust.o.tmp x509_txt.o.tmp x509_v3.o.tmp x509_vfy.o.tmp x509_vpm.o.tmp x509cset.o.tmp x509name.o.tmp x509rset.o.tmp x509spki.o.tmp x509type.o.tmp x_all.o.tmp x_attrib.o.tmp x_crl.o.tmp x_exten.o.tmp x_name.o.tmp x_pubkey.o.tmp x_req.o.tmp x_x509.o.tmp x_x509a.o.tmp bio_prov.o.tmp capabilities.o.tmp digest_to_nid.o.tmp provider_seeding.o.tmp provider_util.o.tmp securitycheck.o.tmp securitycheck_default.o.tmp provider_ctx.o.tmp provider_err.o.tmp der_rsa_sig.o.tmp der_sm2_gen.o.tmp der_sm2_key.o.tmp der_sm2_sig.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp rsa_enc.o.tmp sm2_enc.o.tmp cipher_aes.o.tmp cipher_aes_cbc_hmac_sha.o.tmp cipher_aes_cbc_hmac_sha1_hw.o.tmp cipher_aes_cbc_hmac_sha256_hw.o.tmp cipher_aes_ccm.o.tmp cipher_aes_ccm_hw.o.tmp cipher_aes_gcm.o.tmp cipher_aes_gcm_hw.o.tmp cipher_aes_hw.o.tmp cipher_aes_ocb.o.tmp cipher_aes_ocb_hw.o.tmp cipher_aes_siv.o.tmp cipher_aes_siv_hw.o.tmp cipher_aes_wrp.o.tmp cipher_aes_xts.o.tmp cipher_aes_xts_fips.o.tmp cipher_aes_xts_hw.o.tmp cipher_aria.o.tmp cipher_aria_ccm.o.tmp cipher_aria_ccm_hw.o.tmp cipher_aria_gcm.o.tmp cipher_aria_gcm_hw.o.tmp cipher_aria_hw.o.tmp cipher_camellia.o.tmp cipher_camellia_hw.o.tmp cipher_chacha20.o.tmp cipher_chacha20_hw.o.tmp cipher_chacha20_poly1305.o.tmp cipher_chacha20_poly1305_hw.o.tmp cipher_cts.o.tmp cipher_null.o.tmp cipher_sm4.o.tmp cipher_sm4_hw.o.tmp cipher_tdes.o.tmp cipher_tdes_common.o.tmp cipher_tdes_default.o.tmp cipher_tdes_default_hw.o.tmp cipher_tdes_hw.o.tmp cipher_tdes_wrap.o.tmp cipher_tdes_wrap_hw.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp md5_prov.o.tmp md5_sha1_prov.o.tmp null_prov.o.tmp ripemd_prov.o.tmp sha2_prov.o.tmp sha3_prov.o.tmp sm3_prov.o.tmp digestcommon.o.tmp decode_der2key.o.tmp decode_epki2pki.o.tmp decode_msblob2key.o.tmp decode_pem2der.o.tmp decode_pvk2key.o.tmp decode_spki2typespki.o.tmp encode_key2any.o.tmp encode_key2blob.o.tmp encode_key2ms.o.tmp encode_key2text.o.tmp endecoder_common.o.tmp dh_exch.o.tmp ecdh_exch.o.tmp ecx_exch.o.tmp kdf_exch.o.tmp hkdf.o.tmp kbkdf.o.tmp krb5kdf.o.tmp pbkdf2.o.tmp pbkdf2_fips.o.tmp pkcs12kdf.o.tmp scrypt.o.tmp sshkdf.o.tmp sskdf.o.tmp tls1_prf.o.tmp x942kdf.o.tmp rsa_kem.o.tmp dh_kmgmt.o.tmp dsa_kmgmt.o.tmp ec_kmgmt.o.tmp ecx_kmgmt.o.tmp kdf_legacy_kmgmt.o.tmp mac_legacy_kmgmt.o.tmp rsa_kmgmt.o.tmp blake2b_mac.o.tmp blake2s_mac.o.tmp cmac_prov.o.tmp gmac_prov.o.tmp hmac_prov.o.tmp kmac_prov.o.tmp poly1305_prov.o.tmp siphash_prov.o.tmp crngt.o.tmp drbg.o.tmp drbg_ctr.o.tmp drbg_hash.o.tmp drbg_hmac.o.tmp seed_src.o.tmp test_rng.o.tmp rand_cpu_x86.o.tmp rand_tsc.o.tmp rand_unix.o.tmp rand_win.o.tmp dsa_sig.o.tmp ecdsa_sig.o.tmp eddsa_sig.o.tmp mac_legacy_sig.o.tmp rsa_sig.o.tmp sm2_sig.o.tmp file_store.o.tmp file_store_any2obj.o.tmp s3_cbc.o.tmp bio_prov.o.tmp capabilities.o.tmp digest_to_nid.o.tmp provider_seeding.o.tmp provider_util.o.tmp securitycheck.o.tmp securitycheck_default.o.tmp provider_ctx.o.tmp provider_err.o.tmp der_rsa_sig.o.tmp der_sm2_gen.o.tmp der_sm2_key.o.tmp der_sm2_sig.o.tmp der_ec_gen.o.tmp der_digests_gen.o.tmp der_dsa_gen.o.tmp der_dsa_key.o.tmp der_dsa_sig.o.tmp der_ec_key.o.tmp der_ec_sig.o.tmp der_ecx_gen.o.tmp der_ecx_key.o.tmp der_rsa_gen.o.tmp der_rsa_key.o.tmp der_wrap_gen.o.tmp cipher_aes.o.tmp cipher_aes_cbc_hmac_sha.o.tmp cipher_aes_cbc_hmac_sha1_hw.o.tmp cipher_aes_cbc_hmac_sha256_hw.o.tmp cipher_aes_ccm.o.tmp cipher_aes_ccm_hw.o.tmp cipher_aes_gcm.o.tmp cipher_aes_gcm_hw.o.tmp cipher_aes_hw.o.tmp cipher_aes_ocb.o.tmp cipher_aes_ocb_hw.o.tmp cipher_aes_siv.o.tmp cipher_aes_siv_hw.o.tmp cipher_aes_wrp.o.tmp cipher_aes_xts.o.tmp cipher_aes_xts_fips.o.tmp cipher_aes_xts_hw.o.tmp cipher_aria.o.tmp cipher_aria_ccm.o.tmp cipher_aria_ccm_hw.o.tmp cipher_aria_gcm.o.tmp cipher_aria_gcm_hw.o.tmp cipher_aria_hw.o.tmp cipher_camellia.o.tmp cipher_camellia_hw.o.tmp cipher_chacha20.o.tmp cipher_chacha20_hw.o.tmp cipher_chacha20_poly1305.o.tmp cipher_chacha20_poly1305_hw.o.tmp cipher_cts.o.tmp cipher_null.o.tmp cipher_sm4.o.tmp cipher_sm4_hw.o.tmp cipher_tdes.o.tmp cipher_tdes_common.o.tmp cipher_tdes_default.o.tmp cipher_tdes_default_hw.o.tmp cipher_tdes_hw.o.tmp cipher_tdes_wrap.o.tmp cipher_tdes_wrap_hw.o.tmp ciphercommon.o.tmp ciphercommon_block.o.tmp ciphercommon_ccm.o.tmp ciphercommon_ccm_hw.o.tmp ciphercommon_gcm.o.tmp ciphercommon_gcm_hw.o.tmp ciphercommon_hw.o.tmp blake2_prov.o.tmp blake2b_prov.o.tmp blake2s_prov.o.tmp md5_prov.o.tmp md5_sha1_prov.o.tmp null_prov.o.tmp ripemd_prov.o.tmp sha2_prov.o.tmp sha3_prov.o.tmp sm3_prov.o.tmp digestcommon.o.tmp tls_pad.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xf86dri && rm -f libxcb-xf86dri_pic.a libxcb-xf86dri.so.* libxcb-xf86dri.so xf86dri.pico xf86dri.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xf86dri && rm -f libxcb-xf86dri_pic.a libxcb-xf86dri.so.* libxcb-xf86dri.so xf86dri.pico xf86dri.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xf86dri && rm -f llib-lxcb-xf86dri.ln xf86dri.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xf86dri && rm -f llib-lxcb-xf86dri.ln xf86dri.ln || true) --- __docleandir --- --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xf86dri && rm -f .depend xf86dri.d xf86dri.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_p.a aes-x86_64.po aesni-mb-x86_64.po aesni-sha1-x86_64.po aesni-sha256-x86_64.po aesni-x86_64.po bsaes-x86_64.po vpaes-x86_64.po aes_cfb.po aes_ecb.po aes_ige.po aes_misc.po aes_ofb.po aes_wrap.po aria.po a_bitstr.po a_d2i_fp.po a_digest.po a_dup.po a_gentm.po a_i2d_fp.po a_int.po a_mbstr.po a_object.po a_octet.po a_print.po a_sign.po a_strex.po a_strnid.po a_time.po a_type.po a_utctm.po a_utf8.po a_verify.po ameth_lib.po asn1_err.po asn1_gen.po asn1_item_list.po asn1_lib.po asn1_parse.po asn_mime.po asn_moid.po asn_mstbl.po asn_pack.po bio_asn1.po bio_ndef.po d2i_param.po d2i_pr.po d2i_pu.po evp_asn1.po f_int.po f_string.po i2d_evp.po n_pkey.po nsseq.po p5_pbe.po p5_pbev2.po p5_scrypt.po p8_pkey.po t_bitst.po t_pkey.po t_spki.po tasn_dec.po tasn_enc.po tasn_fre.po tasn_new.po tasn_prn.po tasn_scn.po tasn_typ.po tasn_utl.po x_algor.po x_bignum.po x_info.po x_int64.po x_long.po x_pkey.po x_sig.po x_spki.po x_val.po async.po async_err.po async_posix.po async_wait.po bf_enc.po bf_cfb64.po bf_ecb.po bf_ofb64.po bf_skey.po bf_buff.po bf_lbuf.po bf_nbio.po bf_null.po bf_prefix.po bf_readbuff.po bio_addr.po bio_cb.po bio_dump.po bio_err.po bio_lib.po bio_meth.po bio_print.po bio_sock.po bio_sock2.po bss_acpt.po bss_bio.po bss_conn.po bss_core.po bss_dgram.po bss_fd.po bss_file.po bss_log.po bss_mem.po bss_null.po bss_sock.po ossl_core_bio.po blake2_prov.po blake2b_prov.po blake2s_prov.po blake2b_mac.po blake2s_mac.po x86_64-gf2m.po x86_64-mont.po x86_64-mont5.po rsaz-x86_64.po rsaz-avx2.po rsaz-avx512.po x86_64-gcc.po bn_add.po bn_blind.po bn_const.po bn_conv.po bn_ctx.po bn_depr.po bn_dh.po bn_div.po bn_err.po bn_exp.po bn_exp2.po bn_gcd.po bn_gf2m.po bn_intern.po bn_kron.po bn_lib.po bn_mod.po bn_mont.po bn_mpi.po bn_mul.po bn_nist.po bn_prime.po bn_print.po bn_rand.po bn_recp.po bn_rsa_fips186_4.po bn_shift.po bn_sqr.po bn_sqrt.po bn_srp.po bn_word.po bn_x931p.po rsaz_exp.po rsaz_exp_x2.po buf_err.po buffer.po cmll-x86_64.po cmll_cfb.po cmll_ctr.po cmll_ecb.po cmll_misc.po cmll_ofb.po c_enc.po c_cfb64.po c_ecb.po c_ofb64.po c_skey.po chacha-x86_64.po cmac.po cmp_asn.po cmp_client.po cmp_ctx.po cmp_err.po cmp_hdr.po cmp_http.po cmp_msg.po cmp_protect.po cmp_server.po cmp_status.po cmp_util.po cmp_vfy.po cms_asn1.po cms_att.po cms_cd.po cms_dd.po cms_dh.po cms_ec.po cms_enc.po cms_env.po cms_err.po cms_ess.po cms_io.po cms_kari.po cms_lib.po cms_pwri.po cms_rsa.po cms_sd.po cms_smime.po c_zlib.po comp_err.po comp_lib.po conf_api.po conf_def.po conf_err.po conf_lib.po conf_mall.po conf_mod.po conf_sap.po conf_ssl.po crmf_asn.po crmf_err.po crmf_lib.po crmf_pbm.po asn1_dsa.po bsearch.po context.po core_algorithm.po core_fetch.po core_namemap.po cpt_err.po cpuid.po cryptlib.po ctype.po cversion.po der_writer.po ebcdic.po ex_data.po getenv.po info.po init.po initthread.po mem.po mem_sec.po o_dir.po o_fopen.po o_init.po o_str.po o_time.po packet.po param_build.po param_build_set.po params.po params_dup.po params_from_text.po passphrase.po provider.po provider_child.po provider_conf.po provider_core.po provider_predefined.po punycode.po self_test_core.po sparse_array.po threads_lib.po threads_none.po threads_pthread.po threads_win.po trace.po uid.po x86_64cpuid.po ct_b64.po ct_err.po ct_log.po ct_oct.po ct_policy.po ct_prn.po ct_sct.po ct_sct_ctx.po ct_vfy.po ct_x509v3.po curve448.po curve448_tables.po eddsa.po f_generic.po f_impl32.po f_impl64.po scalar.po des_enc.po fcrypt_b.po cbc_cksm.po cbc_enc.po cfb64ede.po cfb64enc.po cfb_enc.po ecb3_enc.po ecb_enc.po fcrypt.po ofb64ede.po ofb64enc.po ofb_enc.po pcbc_enc.po qud_cksm.po rand_key.po set_key.po str2key.po xcbc_enc.po dh_ameth.po dh_asn1.po dh_backend.po dh_check.po dh_depr.po dh_err.po dh_gen.po dh_group_params.po dh_kdf.po dh_key.po dh_lib.po dh_meth.po dh_pmeth.po dh_prn.po dh_rfc5114.po dsa_ameth.po dsa_asn1.po dsa_backend.po dsa_check.po dsa_depr.po dsa_err.po dsa_gen.po dsa_key.po dsa_lib.po dsa_meth.po dsa_ossl.po dsa_pmeth.po dsa_prn.po dsa_sign.po dsa_vrf.po dso_dl.po dso_dlfcn.po dso_err.po dso_lib.po dso_openssl.po dso_vms.po dso_win32.po ecp_nistz256-x86_64.po x25519-x86_64.po curve25519.po ec2_oct.po ec2_smpl.po ec_ameth.po ec_asn1.po ec_backend.po ec_check.po ec_curve.po ec_cvt.po ec_deprecated.po ec_err.po ec_key.po ec_kmeth.po ec_lib.po ec_mult.po ec_oct.po ec_pmeth.po ec_print.po ecdh_kdf.po ecdh_ossl.po ecdsa_ossl.po ecdsa_sign.po ecdsa_vrf.po eck_prn.po ecp_mont.po ecp_nist.po ecp_oct.po ecp_smpl.po ecx_backend.po ecx_key.po ecx_meth.po ecp_nistz256.po decoder_err.po decoder_lib.po decoder_meth.po decoder_pkey.po encoder_err.po encoder_lib.po encoder_meth.po encoder_pkey.po decode_der2key.po eng_all.po eng_cnf.po eng_ctrl.po eng_dyn.po eng_err.po eng_fat.po eng_init.po eng_lib.po eng_list.po eng_openssl.po eng_pkey.po eng_rdrand.po eng_table.po tb_asnmth.po tb_cipher.po tb_dh.po tb_digest.po tb_dsa.po tb_eckey.po tb_pkmeth.po tb_rand.po tb_rsa.po err.po err_all.po err_all_legacy.po err_blocks.po err_prn.po ess_asn1.po ess_err.po ess_lib.po asymcipher.po bio_b64.po bio_enc.po bio_md.po bio_ok.po c_allc.po c_alld.po cmeth_lib.po ctrl_params_translate.po dh_ctrl.po dh_support.po digest.po dsa_ctrl.po e_aes.po e_aes_cbc_hmac_sha1.po e_aes_cbc_hmac_sha256.po e_aria.po e_bf.po e_camellia.po e_cast.po e_chacha20_poly1305.po e_des.po e_des3.po e_idea.po e_null.po e_old.po e_rc2.po e_rc4.po e_rc4_hmac_md5.po e_rc5.po e_seed.po e_sm4.po e_xcbc_d.po ec_ctrl.po ec_support.po encode.po evp_cnf.po evp_enc.po evp_err.po evp_fetch.po evp_key.po evp_lib.po evp_pbe.po evp_pkey.po evp_rand.po evp_utils.po exchange.po kdf_lib.po kdf_meth.po kem.po keymgmt_lib.po keymgmt_meth.po legacy_blake2.po legacy_md4.po legacy_md5.po legacy_md5_sha1.po legacy_mdc2.po legacy_ripemd.po legacy_sha.po legacy_wp.po m_null.po m_sigver.po mac_lib.po mac_meth.po names.po p5_crpt.po p5_crpt2.po p_dec.po p_enc.po p_legacy.po p_lib.po p_open.po p_seal.po p_sign.po p_verify.po pbe_scrypt.po pmeth_check.po pmeth_gn.po pmeth_lib.po signature.po ffc_backend.po ffc_dh.po ffc_key_generate.po ffc_key_validate.po ffc_params.po ffc_params_generate.po ffc_params_validate.po hmac.po http_client.po http_err.po http_lib.po i_cbc.po i_cfb64.po i_ecb.po i_ofb64.po i_skey.po kdf_err.po lh_stats.po lhash.po md4_dgst.po md4_one.po md5-x86_64.po md5_dgst.po md5_one.po md5_sha1.po mdc2_one.po mdc2dgst.po aesni-gcm-x86_64.po ghash-x86_64.po cbc128.po ccm128.po cfb128.po ctr128.po cts128.po gcm128.po ocb128.po ofb128.po siv128.po wrap128.po xts128.po o_names.po obj_dat.po obj_err.po obj_lib.po obj_xref.po ocsp_asn.po ocsp_cl.po ocsp_err.po ocsp_ext.po ocsp_http.po ocsp_lib.po ocsp_prn.po ocsp_srv.po ocsp_vfy.po v3_ocsp.po pem_all.po pem_err.po pem_info.po pem_lib.po pem_oth.po pem_pk8.po pem_pkey.po pem_sign.po pem_x509.po pem_xaux.po pvkfmt.po p12_add.po p12_asn.po p12_attr.po p12_crpt.po p12_crt.po p12_decr.po p12_init.po p12_key.po p12_kiss.po p12_mutl.po p12_npas.po p12_p8d.po p12_p8e.po p12_sbag.po p12_utl.po pk12err.po bio_pk7.po pk7_asn1.po pk7_attr.po pk7_doit.po pk7_lib.po pk7_mime.po pk7_smime.po pkcs7err.po poly1305-x86_64.po poly1305.po pqueue.po defn_cache.po property.po property_err.po property_parse.po property_query.po property_string.po baseprov.po defltprov.po nullprov.po prov_running.po prov_seed.po rand_deprecated.po rand_err.po rand_lib.po rand_meth.po rand_pool.po randfile.po rc2_cbc.po rc2_ecb.po rc2_skey.po rc2cfb64.po rc2ofb64.po rc4-md5-x86_64.po rc4-x86_64.po rmd_dgst.po rmd_one.po rsa_ameth.po rsa_asn1.po rsa_backend.po rsa_chk.po rsa_crpt.po rsa_depr.po rsa_err.po rsa_gen.po rsa_lib.po rsa_meth.po rsa_mp.po rsa_mp_names.po rsa_none.po rsa_oaep.po rsa_ossl.po rsa_pk1.po rsa_pmeth.po rsa_prn.po rsa_pss.po rsa_saos.po rsa_schemes.po rsa_sign.po rsa_sp800_56b_check.po rsa_sp800_56b_gen.po rsa_x931.po rsa_x931g.po seed.po seed_cbc.po seed_cfb.po seed_ecb.po seed_ofb.po sha1-x86_64.po sha1-mb-x86_64.po keccak1600-x86_64.po sha1dgst.po sha3.po libc-sha1.po libc-sha512.po libc-sha256.po libc-sha2xx.po siphash.po sm2_crypt.po sm2_err.po sm2_key.po sm2_sign.po legacy_sm3.po sm3.po sm4.po srp_lib.po srp_vfy.po stack.po store_err.po store_init.po store_lib.po store_meth.po store_register.po store_result.po store_strings.po ts_asn1.po ts_conf.po ts_err.po ts_lib.po ts_req_print.po ts_req_utils.po ts_rsp_print.po ts_rsp_sign.po ts_rsp_utils.po ts_rsp_verify.po ts_verify_ctx.po txt_db.po ui_err.po ui_lib.po ui_null.po ui_openssl.po ui_util.po wp-x86_64.po wp_dgst.po by_dir.po by_file.po by_store.po pcy_cache.po pcy_data.po pcy_lib.po pcy_map.po pcy_node.po pcy_tree.po t_crl.po t_req.po t_x509.po v3_addr.po v3_admis.po v3_akeya.po v3_akid.po v3_asid.po v3_bcons.po v3_bitst.po v3_conf.po v3_cpols.po v3_crld.po v3_enum.po v3_extku.po v3_genn.po v3_ia5.po v3_info.po v3_int.po v3_ist.po v3_lib.po v3_ncons.po v3_pci.po v3_pcia.po v3_pcons.po v3_pku.po v3_pmaps.po v3_prn.po v3_purp.po v3_san.po v3_skid.po v3_sxnet.po v3_tlsf.po v3_utf8.po v3_utl.po v3err.po x509_att.po x509_cmp.po x509_d2.po x509_def.po x509_err.po x509_ext.po x509_lu.po x509_meth.po x509_obj.po x509_r2x.po x509_req.po x509_set.po x509_trust.po x509_txt.po x509_v3.po x509_vfy.po x509_vpm.po x509cset.po x509name.po x509rset.po x509spki.po x509type.po x_all.po x_attrib.po x_crl.po x_exten.po x_name.po x_pubkey.po x_req.po x_x509.po x_x509a.po bio_prov.po capabilities.po digest_to_nid.po provider_seeding.po provider_util.po securitycheck.po securitycheck_default.po provider_ctx.po provider_err.po der_rsa_sig.po der_sm2_gen.po der_sm2_key.po der_sm2_sig.po der_ec_gen.po der_digests_gen.po der_dsa_gen.po der_dsa_key.po der_dsa_sig.po der_ec_key.po der_ec_sig.po der_ecx_gen.po der_ecx_key.po der_rsa_gen.po der_rsa_key.po der_wrap_gen.po rsa_enc.po sm2_enc.po cipher_aes.po cipher_aes_cbc_hmac_sha.po cipher_aes_cbc_hmac_sha1_hw.po cipher_aes_cbc_hmac_sha256_hw.po cipher_aes_ccm.po cipher_aes_ccm_hw.po cipher_aes_gcm.po cipher_aes_gcm_hw.po cipher_aes_hw.po cipher_aes_ocb.po cipher_aes_ocb_hw.po cipher_aes_siv.po cipher_aes_siv_hw.po cipher_aes_wrp.po cipher_aes_xts.po cipher_aes_xts_fips.po cipher_aes_xts_hw.po cipher_aria.po cipher_aria_ccm.po cipher_aria_ccm_hw.po cipher_aria_gcm.po cipher_aria_gcm_hw.po cipher_aria_hw.po cipher_camellia.po cipher_camellia_hw.po cipher_chacha20.po cipher_chacha20_hw.po cipher_chacha20_poly1305.po cipher_chacha20_poly1305_hw.po cipher_cts.po cipher_null.po cipher_sm4.po cipher_sm4_hw.po cipher_tdes.po cipher_tdes_common.po cipher_tdes_default.po cipher_tdes_default_hw.po cipher_tdes_hw.po cipher_tdes_wrap.po cipher_tdes_wrap_hw.po ciphercommon.po ciphercommon_block.po ciphercommon_ccm.po ciphercommon_ccm_hw.po ciphercommon_gcm.po ciphercommon_gcm_hw.po ciphercommon_hw.po blake2_prov.po blake2b_prov.po blake2s_prov.po md5_prov.po md5_sha1_prov.po null_prov.po ripemd_prov.po sha2_prov.po sha3_prov.po sm3_prov.po digestcommon.po decode_der2key.po decode_epki2pki.po decode_msblob2key.po decode_pem2der.po decode_pvk2key.po decode_spki2typespki.po encode_key2any.po encode_key2blob.po encode_key2ms.po encode_key2text.po endecoder_common.po dh_exch.po ecdh_exch.po ecx_exch.po kdf_exch.po hkdf.po kbkdf.po krb5kdf.po pbkdf2.po pbkdf2_fips.po pkcs12kdf.po scrypt.po sshkdf.po sskdf.po tls1_prf.po x942kdf.po rsa_kem.po dh_kmgmt.po dsa_kmgmt.po ec_kmgmt.po ecx_kmgmt.po kdf_legacy_kmgmt.po mac_legacy_kmgmt.po rsa_kmgmt.po blake2b_mac.po blake2s_mac.po cmac_prov.po gmac_prov.po hmac_prov.po kmac_prov.po poly1305_prov.po siphash_prov.po crngt.po drbg.po drbg_ctr.po drbg_hash.po drbg_hmac.po seed_src.po test_rng.po rand_cpu_x86.po rand_tsc.po rand_unix.po rand_win.po dsa_sig.po ecdsa_sig.po eddsa_sig.po mac_legacy_sig.po rsa_sig.po sm2_sig.po file_store.po file_store_any2obj.po s3_cbc.po bio_prov.po capabilities.po digest_to_nid.po provider_seeding.po provider_util.po securitycheck.po securitycheck_default.po provider_ctx.po provider_err.po der_rsa_sig.po der_sm2_gen.po der_sm2_key.po der_sm2_sig.po der_ec_gen.po der_digests_gen.po der_dsa_gen.po der_dsa_key.po der_dsa_sig.po der_ec_key.po der_ec_sig.po der_ecx_gen.po der_ecx_key.po der_rsa_gen.po der_rsa_key.po der_wrap_gen.po cipher_aes.po cipher_aes_cbc_hmac_sha.po cipher_aes_cbc_hmac_sha1_hw.po cipher_aes_cbc_hmac_sha256_hw.po cipher_aes_ccm.po cipher_aes_ccm_hw.po cipher_aes_gcm.po cipher_aes_gcm_hw.po cipher_aes_hw.po cipher_aes_ocb.po cipher_aes_ocb_hw.po cipher_aes_siv.po cipher_aes_siv_hw.po cipher_aes_wrp.po cipher_aes_xts.po cipher_aes_xts_fips.po cipher_aes_xts_hw.po cipher_aria.po cipher_aria_ccm.po cipher_aria_ccm_hw.po cipher_aria_gcm.po cipher_aria_gcm_hw.po cipher_aria_hw.po cipher_camellia.po cipher_camellia_hw.po cipher_chacha20.po cipher_chacha20_hw.po cipher_chacha20_poly1305.po cipher_chacha20_poly1305_hw.po cipher_cts.po cipher_null.po cipher_sm4.po cipher_sm4_hw.po cipher_tdes.po cipher_tdes_common.po cipher_tdes_default.po cipher_tdes_default_hw.po cipher_tdes_hw.po cipher_tdes_wrap.po cipher_tdes_wrap_hw.po ciphercommon.po ciphercommon_block.po ciphercommon_ccm.po ciphercommon_ccm_hw.po ciphercommon_gcm.po ciphercommon_gcm_hw.po ciphercommon_hw.po blake2_prov.po blake2b_prov.po blake2s_prov.po md5_prov.po md5_sha1_prov.po null_prov.po ripemd_prov.po sha2_prov.po sha3_prov.po sm3_prov.po digestcommon.po tls_pad.po aes-x86_64.po.tmp aesni-mb-x86_64.po.tmp aesni-sha1-x86_64.po.tmp aesni-sha256-x86_64.po.tmp aesni-x86_64.po.tmp bsaes-x86_64.po.tmp vpaes-x86_64.po.tmp aes_cfb.po.tmp aes_ecb.po.tmp aes_ige.po.tmp aes_misc.po.tmp aes_ofb.po.tmp aes_wrap.po.tmp aria.po.tmp a_bitstr.po.tmp a_d2i_fp.po.tmp a_digest.po.tmp a_dup.po.tmp a_gentm.po.tmp a_i2d_fp.po.tmp a_int.po.tmp a_mbstr.po.tmp a_object.po.tmp a_octet.po.tmp a_print.po.tmp a_sign.po.tmp a_strex.po.tmp a_strnid.po.tmp a_time.po.tmp a_type.po.tmp a_utctm.po.tmp a_utf8.po.tmp a_verify.po.tmp ameth_lib.po.tmp asn1_err.po.tmp asn1_gen.po.tmp asn1_item_list.po.tmp asn1_lib.po.tmp asn1_parse.po.tmp asn_mime.po.tmp asn_moid.po.tmp asn_mstbl.po.tmp asn_pack.po.tmp bio_asn1.po.tmp bio_ndef.po.tmp d2i_param.po.tmp d2i_pr.po.tmp d2i_pu.po.tmp evp_asn1.po.tmp f_int.po.tmp f_string.po.tmp i2d_evp.po.tmp n_pkey.po.tmp nsseq.po.tmp p5_pbe.po.tmp p5_pbev2.po.tmp p5_scrypt.po.tmp p8_pkey.po.tmp t_bitst.po.tmp t_pkey.po.tmp t_spki.po.tmp tasn_dec.po.tmp tasn_enc.po.tmp tasn_fre.po.tmp tasn_new.po.tmp tasn_prn.po.tmp tasn_scn.po.tmp tasn_typ.po.tmp tasn_utl.po.tmp x_algor.po.tmp x_bignum.po.tmp x_info.po.tmp x_int64.po.tmp x_long.po.tmp x_pkey.po.tmp x_sig.po.tmp x_spki.po.tmp x_val.po.tmp async.po.tmp async_err.po.tmp async_posix.po.tmp async_wait.po.tmp bf_enc.po.tmp bf_cfb64.po.tmp bf_ecb.po.tmp bf_ofb64.po.tmp bf_skey.po.tmp bf_buff.po.tmp bf_lbuf.po.tmp bf_nbio.po.tmp bf_null.po.tmp bf_prefix.po.tmp bf_readbuff.po.tmp bio_addr.po.tmp bio_cb.po.tmp bio_dump.po.tmp bio_err.po.tmp bio_lib.po.tmp bio_meth.po.tmp bio_print.po.tmp bio_sock.po.tmp bio_sock2.po.tmp bss_acpt.po.tmp bss_bio.po.tmp bss_conn.po.tmp bss_core.po.tmp bss_dgram.po.tmp bss_fd.po.tmp bss_file.po.tmp bss_log.po.tmp bss_mem.po.tmp bss_null.po.tmp bss_sock.po.tmp ossl_core_bio.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp blake2b_mac.po.tmp blake2s_mac.po.tmp x86_64-gf2m.po.tmp x86_64-mont.po.tmp x86_64-mont5.po.tmp rsaz-x86_64.po.tmp rsaz-avx2.po.tmp rsaz-avx512.po.tmp x86_64-gcc.po.tmp bn_add.po.tmp bn_blind.po.tmp bn_const.po.tmp bn_conv.po.tmp bn_ctx.po.tmp bn_depr.po.tmp bn_dh.po.tmp bn_div.po.tmp bn_err.po.tmp bn_exp.po.tmp bn_exp2.po.tmp bn_gcd.po.tmp bn_gf2m.po.tmp bn_intern.po.tmp bn_kron.po.tmp bn_lib.po.tmp bn_mod.po.tmp bn_mont.po.tmp bn_mpi.po.tmp bn_mul.po.tmp bn_nist.po.tmp bn_prime.po.tmp bn_print.po.tmp bn_rand.po.tmp bn_recp.po.tmp bn_rsa_fips186_4.po.tmp bn_shift.po.tmp bn_sqr.po.tmp bn_sqrt.po.tmp bn_srp.po.tmp bn_word.po.tmp bn_x931p.po.tmp rsaz_exp.po.tmp rsaz_exp_x2.po.tmp buf_err.po.tmp buffer.po.tmp cmll-x86_64.po.tmp cmll_cfb.po.tmp cmll_ctr.po.tmp cmll_ecb.po.tmp cmll_misc.po.tmp cmll_ofb.po.tmp c_enc.po.tmp c_cfb64.po.tmp c_ecb.po.tmp c_ofb64.po.tmp c_skey.po.tmp chacha-x86_64.po.tmp cmac.po.tmp cmp_asn.po.tmp cmp_client.po.tmp cmp_ctx.po.tmp cmp_err.po.tmp cmp_hdr.po.tmp cmp_http.po.tmp cmp_msg.po.tmp cmp_protect.po.tmp cmp_server.po.tmp cmp_status.po.tmp cmp_util.po.tmp cmp_vfy.po.tmp cms_asn1.po.tmp cms_att.po.tmp cms_cd.po.tmp cms_dd.po.tmp cms_dh.po.tmp cms_ec.po.tmp cms_enc.po.tmp cms_env.po.tmp cms_err.po.tmp cms_ess.po.tmp cms_io.po.tmp cms_kari.po.tmp cms_lib.po.tmp cms_pwri.po.tmp cms_rsa.po.tmp cms_sd.po.tmp cms_smime.po.tmp c_zlib.po.tmp comp_err.po.tmp comp_lib.po.tmp conf_api.po.tmp conf_def.po.tmp conf_err.po.tmp conf_lib.po.tmp conf_mall.po.tmp conf_mod.po.tmp conf_sap.po.tmp conf_ssl.po.tmp crmf_asn.po.tmp crmf_err.po.tmp crmf_lib.po.tmp crmf_pbm.po.tmp asn1_dsa.po.tmp bsearch.po.tmp context.po.tmp core_algorithm.po.tmp core_fetch.po.tmp core_namemap.po.tmp cpt_err.po.tmp cpuid.po.tmp cryptlib.po.tmp ctype.po.tmp cversion.po.tmp der_writer.po.tmp ebcdic.po.tmp ex_data.po.tmp getenv.po.tmp info.po.tmp init.po.tmp initthread.po.tmp mem.po.tmp mem_sec.po.tmp o_dir.po.tmp o_fopen.po.tmp o_init.po.tmp o_str.po.tmp o_time.po.tmp packet.po.tmp param_build.po.tmp param_build_set.po.tmp params.po.tmp params_dup.po.tmp params_from_text.po.tmp passphrase.po.tmp provider.po.tmp provider_child.po.tmp provider_conf.po.tmp provider_core.po.tmp provider_predefined.po.tmp punycode.po.tmp self_test_core.po.tmp sparse_array.po.tmp threads_lib.po.tmp threads_none.po.tmp threads_pthread.po.tmp threads_win.po.tmp trace.po.tmp uid.po.tmp x86_64cpuid.po.tmp ct_b64.po.tmp ct_err.po.tmp ct_log.po.tmp ct_oct.po.tmp ct_policy.po.tmp ct_prn.po.tmp ct_sct.po.tmp ct_sct_ctx.po.tmp ct_vfy.po.tmp ct_x509v3.po.tmp curve448.po.tmp curve448_tables.po.tmp eddsa.po.tmp f_generic.po.tmp f_impl32.po.tmp f_impl64.po.tmp scalar.po.tmp des_enc.po.tmp fcrypt_b.po.tmp cbc_cksm.po.tmp cbc_enc.po.tmp cfb64ede.po.tmp cfb64enc.po.tmp cfb_enc.po.tmp ecb3_enc.po.tmp ecb_enc.po.tmp fcrypt.po.tmp ofb64ede.po.tmp ofb64enc.po.tmp ofb_enc.po.tmp pcbc_enc.po.tmp qud_cksm.po.tmp rand_key.po.tmp set_key.po.tmp str2key.po.tmp xcbc_enc.po.tmp dh_ameth.po.tmp dh_asn1.po.tmp dh_backend.po.tmp dh_check.po.tmp dh_depr.po.tmp dh_err.po.tmp dh_gen.po.tmp dh_group_params.po.tmp dh_kdf.po.tmp dh_key.po.tmp dh_lib.po.tmp dh_meth.po.tmp dh_pmeth.po.tmp dh_prn.po.tmp dh_rfc5114.po.tmp dsa_ameth.po.tmp dsa_asn1.po.tmp dsa_backend.po.tmp dsa_check.po.tmp dsa_depr.po.tmp dsa_err.po.tmp dsa_gen.po.tmp dsa_key.po.tmp dsa_lib.po.tmp dsa_meth.po.tmp dsa_ossl.po.tmp dsa_pmeth.po.tmp dsa_prn.po.tmp dsa_sign.po.tmp dsa_vrf.po.tmp dso_dl.po.tmp dso_dlfcn.po.tmp dso_err.po.tmp dso_lib.po.tmp dso_openssl.po.tmp dso_vms.po.tmp dso_win32.po.tmp ecp_nistz256-x86_64.po.tmp x25519-x86_64.po.tmp curve25519.po.tmp ec2_oct.po.tmp ec2_smpl.po.tmp ec_ameth.po.tmp ec_asn1.po.tmp ec_backend.po.tmp ec_check.po.tmp ec_curve.po.tmp ec_cvt.po.tmp ec_deprecated.po.tmp ec_err.po.tmp ec_key.po.tmp ec_kmeth.po.tmp ec_lib.po.tmp ec_mult.po.tmp ec_oct.po.tmp ec_pmeth.po.tmp ec_print.po.tmp ecdh_kdf.po.tmp ecdh_ossl.po.tmp ecdsa_ossl.po.tmp ecdsa_sign.po.tmp ecdsa_vrf.po.tmp eck_prn.po.tmp ecp_mont.po.tmp ecp_nist.po.tmp ecp_oct.po.tmp ecp_smpl.po.tmp ecx_backend.po.tmp ecx_key.po.tmp ecx_meth.po.tmp ecp_nistz256.po.tmp decoder_err.po.tmp decoder_lib.po.tmp decoder_meth.po.tmp decoder_pkey.po.tmp encoder_err.po.tmp encoder_lib.po.tmp encoder_meth.po.tmp encoder_pkey.po.tmp decode_der2key.po.tmp eng_all.po.tmp eng_cnf.po.tmp eng_ctrl.po.tmp eng_dyn.po.tmp eng_err.po.tmp eng_fat.po.tmp eng_init.po.tmp eng_lib.po.tmp eng_list.po.tmp eng_openssl.po.tmp eng_pkey.po.tmp eng_rdrand.po.tmp eng_table.po.tmp tb_asnmth.po.tmp tb_cipher.po.tmp tb_dh.po.tmp tb_digest.po.tmp tb_dsa.po.tmp tb_eckey.po.tmp tb_pkmeth.po.tmp tb_rand.po.tmp tb_rsa.po.tmp err.po.tmp err_all.po.tmp err_all_legacy.po.tmp err_blocks.po.tmp err_prn.po.tmp ess_asn1.po.tmp ess_err.po.tmp ess_lib.po.tmp asymcipher.po.tmp bio_b64.po.tmp bio_enc.po.tmp bio_md.po.tmp bio_ok.po.tmp c_allc.po.tmp c_alld.po.tmp cmeth_lib.po.tmp ctrl_params_translate.po.tmp dh_ctrl.po.tmp dh_support.po.tmp digest.po.tmp dsa_ctrl.po.tmp e_aes.po.tmp e_aes_cbc_hmac_sha1.po.tmp e_aes_cbc_hmac_sha256.po.tmp e_aria.po.tmp e_bf.po.tmp e_camellia.po.tmp e_cast.po.tmp e_chacha20_poly1305.po.tmp e_des.po.tmp e_des3.po.tmp e_idea.po.tmp e_null.po.tmp e_old.po.tmp e_rc2.po.tmp e_rc4.po.tmp e_rc4_hmac_md5.po.tmp e_rc5.po.tmp e_seed.po.tmp e_sm4.po.tmp e_xcbc_d.po.tmp ec_ctrl.po.tmp ec_support.po.tmp encode.po.tmp evp_cnf.po.tmp evp_enc.po.tmp evp_err.po.tmp evp_fetch.po.tmp evp_key.po.tmp evp_lib.po.tmp evp_pbe.po.tmp evp_pkey.po.tmp evp_rand.po.tmp evp_utils.po.tmp exchange.po.tmp kdf_lib.po.tmp kdf_meth.po.tmp kem.po.tmp keymgmt_lib.po.tmp keymgmt_meth.po.tmp legacy_blake2.po.tmp legacy_md4.po.tmp legacy_md5.po.tmp legacy_md5_sha1.po.tmp legacy_mdc2.po.tmp legacy_ripemd.po.tmp legacy_sha.po.tmp legacy_wp.po.tmp m_null.po.tmp m_sigver.po.tmp mac_lib.po.tmp mac_meth.po.tmp names.po.tmp p5_crpt.po.tmp p5_crpt2.po.tmp p_dec.po.tmp p_enc.po.tmp p_legacy.po.tmp p_lib.po.tmp p_open.po.tmp p_seal.po.tmp p_sign.po.tmp p_verify.po.tmp pbe_scrypt.po.tmp pmeth_check.po.tmp pmeth_gn.po.tmp pmeth_lib.po.tmp signature.po.tmp ffc_backend.po.tmp ffc_dh.po.tmp ffc_key_generate.po.tmp ffc_key_validate.po.tmp ffc_params.po.tmp ffc_params_generate.po.tmp ffc_params_validate.po.tmp hmac.po.tmp http_client.po.tmp http_err.po.tmp http_lib.po.tmp i_cbc.po.tmp i_cfb64.po.tmp i_ecb.po.tmp i_ofb64.po.tmp i_skey.po.tmp kdf_err.po.tmp lh_stats.po.tmp lhash.po.tmp md4_dgst.po.tmp md4_one.po.tmp md5-x86_64.po.tmp md5_dgst.po.tmp md5_one.po.tmp md5_sha1.po.tmp mdc2_one.po.tmp mdc2dgst.po.tmp aesni-gcm-x86_64.po.tmp ghash-x86_64.po.tmp cbc128.po.tmp ccm128.po.tmp cfb128.po.tmp ctr128.po.tmp cts128.po.tmp gcm128.po.tmp ocb128.po.tmp ofb128.po.tmp siv128.po.tmp wrap128.po.tmp xts128.po.tmp o_names.po.tmp obj_dat.po.tmp obj_err.po.tmp obj_lib.po.tmp obj_xref.po.tmp ocsp_asn.po.tmp ocsp_cl.po.tmp ocsp_err.po.tmp ocsp_ext.po.tmp ocsp_http.po.tmp ocsp_lib.po.tmp ocsp_prn.po.tmp ocsp_srv.po.tmp ocsp_vfy.po.tmp v3_ocsp.po.tmp pem_all.po.tmp pem_err.po.tmp pem_info.po.tmp pem_lib.po.tmp pem_oth.po.tmp pem_pk8.po.tmp pem_pkey.po.tmp pem_sign.po.tmp pem_x509.po.tmp pem_xaux.po.tmp pvkfmt.po.tmp p12_add.po.tmp p12_asn.po.tmp p12_attr.po.tmp p12_crpt.po.tmp p12_crt.po.tmp p12_decr.po.tmp p12_init.po.tmp p12_key.po.tmp p12_kiss.po.tmp p12_mutl.po.tmp p12_npas.po.tmp p12_p8d.po.tmp p12_p8e.po.tmp p12_sbag.po.tmp p12_utl.po.tmp pk12err.po.tmp bio_pk7.po.tmp pk7_asn1.po.tmp pk7_attr.po.tmp pk7_doit.po.tmp pk7_lib.po.tmp pk7_mime.po.tmp pk7_smime.po.tmp pkcs7err.po.tmp poly1305-x86_64.po.tmp poly1305.po.tmp pqueue.po.tmp defn_cache.po.tmp property.po.tmp property_err.po.tmp property_parse.po.tmp property_query.po.tmp property_string.po.tmp baseprov.po.tmp defltprov.po.tmp nullprov.po.tmp prov_running.po.tmp prov_seed.po.tmp rand_deprecated.po.tmp rand_err.po.tmp rand_lib.po.tmp rand_meth.po.tmp rand_pool.po.tmp randfile.po.tmp rc2_cbc.po.tmp rc2_ecb.po.tmp rc2_skey.po.tmp rc2cfb64.po.tmp rc2ofb64.po.tmp rc4-md5-x86_64.po.tmp rc4-x86_64.po.tmp rmd_dgst.po.tmp rmd_one.po.tmp rsa_ameth.po.tmp rsa_asn1.po.tmp rsa_backend.po.tmp rsa_chk.po.tmp rsa_crpt.po.tmp rsa_depr.po.tmp rsa_err.po.tmp rsa_gen.po.tmp rsa_lib.po.tmp rsa_meth.po.tmp rsa_mp.po.tmp rsa_mp_names.po.tmp rsa_none.po.tmp rsa_oaep.po.tmp rsa_ossl.po.tmp rsa_pk1.po.tmp rsa_pmeth.po.tmp rsa_prn.po.tmp rsa_pss.po.tmp rsa_saos.po.tmp rsa_schemes.po.tmp rsa_sign.po.tmp rsa_sp800_56b_check.po.tmp rsa_sp800_56b_gen.po.tmp rsa_x931.po.tmp rsa_x931g.po.tmp seed.po.tmp seed_cbc.po.tmp seed_cfb.po.tmp seed_ecb.po.tmp seed_ofb.po.tmp sha1-x86_64.po.tmp sha1-mb-x86_64.po.tmp keccak1600-x86_64.po.tmp sha1dgst.po.tmp sha3.po.tmp libc-sha1.po.tmp libc-sha512.po.tmp libc-sha256.po.tmp libc-sha2xx.po.tmp siphash.po.tmp sm2_crypt.po.tmp sm2_err.po.tmp sm2_key.po.tmp sm2_sign.po.tmp legacy_sm3.po.tmp sm3.po.tmp sm4.po.tmp srp_lib.po.tmp srp_vfy.po.tmp stack.po.tmp store_err.po.tmp store_init.po.tmp store_lib.po.tmp store_meth.po.tmp store_register.po.tmp store_result.po.tmp store_strings.po.tmp ts_asn1.po.tmp ts_conf.po.tmp ts_err.po.tmp ts_lib.po.tmp ts_req_print.po.tmp ts_req_utils.po.tmp ts_rsp_print.po.tmp ts_rsp_sign.po.tmp ts_rsp_utils.po.tmp ts_rsp_verify.po.tmp ts_verify_ctx.po.tmp txt_db.po.tmp ui_err.po.tmp ui_lib.po.tmp ui_null.po.tmp ui_openssl.po.tmp ui_util.po.tmp wp-x86_64.po.tmp wp_dgst.po.tmp by_dir.po.tmp by_file.po.tmp by_store.po.tmp pcy_cache.po.tmp pcy_data.po.tmp pcy_lib.po.tmp pcy_map.po.tmp pcy_node.po.tmp pcy_tree.po.tmp t_crl.po.tmp t_req.po.tmp t_x509.po.tmp v3_addr.po.tmp v3_admis.po.tmp v3_akeya.po.tmp v3_akid.po.tmp v3_asid.po.tmp v3_bcons.po.tmp v3_bitst.po.tmp v3_conf.po.tmp v3_cpols.po.tmp v3_crld.po.tmp v3_enum.po.tmp v3_extku.po.tmp v3_genn.po.tmp v3_ia5.po.tmp v3_info.po.tmp v3_int.po.tmp v3_ist.po.tmp v3_lib.po.tmp v3_ncons.po.tmp v3_pci.po.tmp v3_pcia.po.tmp v3_pcons.po.tmp v3_pku.po.tmp v3_pmaps.po.tmp v3_prn.po.tmp v3_purp.po.tmp v3_san.po.tmp v3_skid.po.tmp v3_sxnet.po.tmp v3_tlsf.po.tmp v3_utf8.po.tmp v3_utl.po.tmp v3err.po.tmp x509_att.po.tmp x509_cmp.po.tmp x509_d2.po.tmp x509_def.po.tmp x509_err.po.tmp x509_ext.po.tmp x509_lu.po.tmp x509_meth.po.tmp x509_obj.po.tmp x509_r2x.po.tmp x509_req.po.tmp x509_set.po.tmp x509_trust.po.tmp x509_txt.po.tmp x509_v3.po.tmp x509_vfy.po.tmp x509_vpm.po.tmp x509cset.po.tmp x509name.po.tmp x509rset.po.tmp x509spki.po.tmp x509type.po.tmp x_all.po.tmp x_attrib.po.tmp x_crl.po.tmp x_exten.po.tmp x_name.po.tmp x_pubkey.po.tmp x_req.po.tmp x_x509.po.tmp x_x509a.po.tmp bio_prov.po.tmp capabilities.po.tmp digest_to_nid.po.tmp provider_seeding.po.tmp provider_util.po.tmp securitycheck.po.tmp securitycheck_default.po.tmp provider_ctx.po.tmp provider_err.po.tmp der_rsa_sig.po.tmp der_sm2_gen.po.tmp der_sm2_key.po.tmp der_sm2_sig.po.tmp der_ec_gen.po.tmp der_digests_gen.po.tmp der_dsa_gen.po.tmp der_dsa_key.po.tmp der_dsa_sig.po.tmp der_ec_key.po.tmp der_ec_sig.po.tmp der_ecx_gen.po.tmp der_ecx_key.po.tmp der_rsa_gen.po.tmp der_rsa_key.po.tmp der_wrap_gen.po.tmp rsa_enc.po.tmp sm2_enc.po.tmp cipher_aes.po.tmp cipher_aes_cbc_hmac_sha.po.tmp cipher_aes_cbc_hmac_sha1_hw.po.tmp cipher_aes_cbc_hmac_sha256_hw.po.tmp cipher_aes_ccm.po.tmp cipher_aes_ccm_hw.po.tmp cipher_aes_gcm.po.tmp cipher_aes_gcm_hw.po.tmp cipher_aes_hw.po.tmp cipher_aes_ocb.po.tmp cipher_aes_ocb_hw.po.tmp cipher_aes_siv.po.tmp cipher_aes_siv_hw.po.tmp cipher_aes_wrp.po.tmp cipher_aes_xts.po.tmp cipher_aes_xts_fips.po.tmp cipher_aes_xts_hw.po.tmp cipher_aria.po.tmp cipher_aria_ccm.po.tmp cipher_aria_ccm_hw.po.tmp cipher_aria_gcm.po.tmp cipher_aria_gcm_hw.po.tmp cipher_aria_hw.po.tmp cipher_camellia.po.tmp cipher_camellia_hw.po.tmp cipher_chacha20.po.tmp cipher_chacha20_hw.po.tmp cipher_chacha20_poly1305.po.tmp cipher_chacha20_poly1305_hw.po.tmp cipher_cts.po.tmp cipher_null.po.tmp cipher_sm4.po.tmp cipher_sm4_hw.po.tmp cipher_tdes.po.tmp cipher_tdes_common.po.tmp cipher_tdes_default.po.tmp cipher_tdes_default_hw.po.tmp cipher_tdes_hw.po.tmp cipher_tdes_wrap.po.tmp cipher_tdes_wrap_hw.po.tmp ciphercommon.po.tmp ciphercommon_block.po.tmp ciphercommon_ccm.po.tmp ciphercommon_ccm_hw.po.tmp ciphercommon_gcm.po.tmp ciphercommon_gcm_hw.po.tmp ciphercommon_hw.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp md5_prov.po.tmp md5_sha1_prov.po.tmp null_prov.po.tmp ripemd_prov.po.tmp sha2_prov.po.tmp sha3_prov.po.tmp sm3_prov.po.tmp digestcommon.po.tmp decode_der2key.po.tmp decode_epki2pki.po.tmp decode_msblob2key.po.tmp decode_pem2der.po.tmp decode_pvk2key.po.tmp decode_spki2typespki.po.tmp encode_key2any.po.tmp encode_key2blob.po.tmp encode_key2ms.po.tmp encode_key2text.po.tmp endecoder_common.po.tmp dh_exch.po.tmp ecdh_exch.po.tmp ecx_exch.po.tmp kdf_exch.po.tmp hkdf.po.tmp kbkdf.po.tmp krb5kdf.po.tmp pbkdf2.po.tmp pbkdf2_fips.po.tmp pkcs12kdf.po.tmp scrypt.po.tmp sshkdf.po.tmp sskdf.po.tmp tls1_prf.po.tmp x942kdf.po.tmp rsa_kem.po.tmp dh_kmgmt.po.tmp dsa_kmgmt.po.tmp ec_kmgmt.po.tmp ecx_kmgmt.po.tmp kdf_legacy_kmgmt.po.tmp mac_legacy_kmgmt.po.tmp rsa_kmgmt.po.tmp blake2b_mac.po.tmp blake2s_mac.po.tmp cmac_prov.po.tmp gmac_prov.po.tmp hmac_prov.po.tmp kmac_prov.po.tmp poly1305_prov.po.tmp siphash_prov.po.tmp crngt.po.tmp drbg.po.tmp drbg_ctr.po.tmp drbg_hash.po.tmp drbg_hmac.po.tmp seed_src.po.tmp test_rng.po.tmp rand_cpu_x86.po.tmp rand_tsc.po.tmp rand_unix.po.tmp rand_win.po.tmp dsa_sig.po.tmp ecdsa_sig.po.tmp eddsa_sig.po.tmp mac_legacy_sig.po.tmp rsa_sig.po.tmp sm2_sig.po.tmp file_store.po.tmp file_store_any2obj.po.tmp s3_cbc.po.tmp bio_prov.po.tmp capabilities.po.tmp digest_to_nid.po.tmp provider_seeding.po.tmp provider_util.po.tmp securitycheck.po.tmp securitycheck_default.po.tmp provider_ctx.po.tmp provider_err.po.tmp der_rsa_sig.po.tmp der_sm2_gen.po.tmp der_sm2_key.po.tmp der_sm2_sig.po.tmp der_ec_gen.po.tmp der_digests_gen.po.tmp der_dsa_gen.po.tmp der_dsa_key.po.tmp der_dsa_sig.po.tmp der_ec_key.po.tmp der_ec_sig.po.tmp der_ecx_gen.po.tmp der_ecx_key.po.tmp der_rsa_gen.po.tmp der_rsa_key.po.tmp der_wrap_gen.po.tmp cipher_aes.po.tmp cipher_aes_cbc_hmac_sha.po.tmp cipher_aes_cbc_hmac_sha1_hw.po.tmp cipher_aes_cbc_hmac_sha256_hw.po.tmp cipher_aes_ccm.po.tmp cipher_aes_ccm_hw.po.tmp cipher_aes_gcm.po.tmp cipher_aes_gcm_hw.po.tmp cipher_aes_hw.po.tmp cipher_aes_ocb.po.tmp cipher_aes_ocb_hw.po.tmp cipher_aes_siv.po.tmp cipher_aes_siv_hw.po.tmp cipher_aes_wrp.po.tmp cipher_aes_xts.po.tmp cipher_aes_xts_fips.po.tmp cipher_aes_xts_hw.po.tmp cipher_aria.po.tmp cipher_aria_ccm.po.tmp cipher_aria_ccm_hw.po.tmp cipher_aria_gcm.po.tmp cipher_aria_gcm_hw.po.tmp cipher_aria_hw.po.tmp cipher_camellia.po.tmp cipher_camellia_hw.po.tmp cipher_chacha20.po.tmp cipher_chacha20_hw.po.tmp cipher_chacha20_poly1305.po.tmp cipher_chacha20_poly1305_hw.po.tmp cipher_cts.po.tmp cipher_null.po.tmp cipher_sm4.po.tmp cipher_sm4_hw.po.tmp cipher_tdes.po.tmp cipher_tdes_common.po.tmp cipher_tdes_default.po.tmp cipher_tdes_default_hw.po.tmp cipher_tdes_hw.po.tmp cipher_tdes_wrap.po.tmp cipher_tdes_wrap_hw.po.tmp ciphercommon.po.tmp ciphercommon_block.po.tmp ciphercommon_ccm.po.tmp ciphercommon_ccm_hw.po.tmp ciphercommon_gcm.po.tmp ciphercommon_gcm_hw.po.tmp ciphercommon_hw.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp md5_prov.po.tmp md5_sha1_prov.po.tmp null_prov.po.tmp ripemd_prov.po.tmp sha2_prov.po.tmp sha3_prov.po.tmp sm3_prov.po.tmp digestcommon.po.tmp tls_pad.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xf86dri && rm -f .depend xf86dri.d xf86dri.d.tmp tags || true) --- cleandir-xfixes --- cleandir ===> external/mit/xorg/lib/libxcb/xfixes --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_p.a aes-x86_64.po aesni-mb-x86_64.po aesni-sha1-x86_64.po aesni-sha256-x86_64.po aesni-x86_64.po bsaes-x86_64.po vpaes-x86_64.po aes_cfb.po aes_ecb.po aes_ige.po aes_misc.po aes_ofb.po aes_wrap.po aria.po a_bitstr.po a_d2i_fp.po a_digest.po a_dup.po a_gentm.po a_i2d_fp.po a_int.po a_mbstr.po a_object.po a_octet.po a_print.po a_sign.po a_strex.po a_strnid.po a_time.po a_type.po a_utctm.po a_utf8.po a_verify.po ameth_lib.po asn1_err.po asn1_gen.po asn1_item_list.po asn1_lib.po asn1_parse.po asn_mime.po asn_moid.po asn_mstbl.po asn_pack.po bio_asn1.po bio_ndef.po d2i_param.po d2i_pr.po d2i_pu.po evp_asn1.po f_int.po f_string.po i2d_evp.po n_pkey.po nsseq.po p5_pbe.po p5_pbev2.po p5_scrypt.po p8_pkey.po t_bitst.po t_pkey.po t_spki.po tasn_dec.po tasn_enc.po tasn_fre.po tasn_new.po tasn_prn.po tasn_scn.po tasn_typ.po tasn_utl.po x_algor.po x_bignum.po x_info.po x_int64.po x_long.po x_pkey.po x_sig.po x_spki.po x_val.po async.po async_err.po async_posix.po async_wait.po bf_enc.po bf_cfb64.po bf_ecb.po bf_ofb64.po bf_skey.po bf_buff.po bf_lbuf.po bf_nbio.po bf_null.po bf_prefix.po bf_readbuff.po bio_addr.po bio_cb.po bio_dump.po bio_err.po bio_lib.po bio_meth.po bio_print.po bio_sock.po bio_sock2.po bss_acpt.po bss_bio.po bss_conn.po bss_core.po bss_dgram.po bss_fd.po bss_file.po bss_log.po bss_mem.po bss_null.po bss_sock.po ossl_core_bio.po blake2_prov.po blake2b_prov.po blake2s_prov.po blake2b_mac.po blake2s_mac.po x86_64-gf2m.po x86_64-mont.po x86_64-mont5.po rsaz-x86_64.po rsaz-avx2.po rsaz-avx512.po x86_64-gcc.po bn_add.po bn_blind.po bn_const.po bn_conv.po bn_ctx.po bn_depr.po bn_dh.po bn_div.po bn_err.po bn_exp.po bn_exp2.po bn_gcd.po bn_gf2m.po bn_intern.po bn_kron.po bn_lib.po bn_mod.po bn_mont.po bn_mpi.po bn_mul.po bn_nist.po bn_prime.po bn_print.po bn_rand.po bn_recp.po bn_rsa_fips186_4.po bn_shift.po bn_sqr.po bn_sqrt.po bn_srp.po bn_word.po bn_x931p.po rsaz_exp.po rsaz_exp_x2.po buf_err.po buffer.po cmll-x86_64.po cmll_cfb.po cmll_ctr.po cmll_ecb.po cmll_misc.po cmll_ofb.po c_enc.po c_cfb64.po c_ecb.po c_ofb64.po c_skey.po chacha-x86_64.po cmac.po cmp_asn.po cmp_client.po cmp_ctx.po cmp_err.po cmp_hdr.po cmp_http.po cmp_msg.po cmp_protect.po cmp_server.po cmp_status.po cmp_util.po cmp_vfy.po cms_asn1.po cms_att.po cms_cd.po cms_dd.po cms_dh.po cms_ec.po cms_enc.po cms_env.po cms_err.po cms_ess.po cms_io.po cms_kari.po cms_lib.po cms_pwri.po cms_rsa.po cms_sd.po cms_smime.po c_zlib.po comp_err.po comp_lib.po conf_api.po conf_def.po conf_err.po conf_lib.po conf_mall.po conf_mod.po conf_sap.po conf_ssl.po crmf_asn.po crmf_err.po crmf_lib.po crmf_pbm.po asn1_dsa.po bsearch.po context.po core_algorithm.po core_fetch.po core_namemap.po cpt_err.po cpuid.po cryptlib.po ctype.po cversion.po der_writer.po ebcdic.po ex_data.po getenv.po info.po init.po initthread.po mem.po mem_sec.po o_dir.po o_fopen.po o_init.po o_str.po o_time.po packet.po param_build.po param_build_set.po params.po params_dup.po params_from_text.po passphrase.po provider.po provider_child.po provider_conf.po provider_core.po provider_predefined.po punycode.po self_test_core.po sparse_array.po threads_lib.po threads_none.po threads_pthread.po threads_win.po trace.po uid.po x86_64cpuid.po ct_b64.po ct_err.po ct_log.po ct_oct.po ct_policy.po ct_prn.po ct_sct.po ct_sct_ctx.po ct_vfy.po ct_x509v3.po curve448.po curve448_tables.po eddsa.po f_generic.po f_impl32.po f_impl64.po scalar.po des_enc.po fcrypt_b.po cbc_cksm.po cbc_enc.po cfb64ede.po cfb64enc.po cfb_enc.po ecb3_enc.po ecb_enc.po fcrypt.po ofb64ede.po ofb64enc.po ofb_enc.po pcbc_enc.po qud_cksm.po rand_key.po set_key.po str2key.po xcbc_enc.po dh_ameth.po dh_asn1.po dh_backend.po dh_check.po dh_depr.po dh_err.po dh_gen.po dh_group_params.po dh_kdf.po dh_key.po dh_lib.po dh_meth.po dh_pmeth.po dh_prn.po dh_rfc5114.po dsa_ameth.po dsa_asn1.po dsa_backend.po dsa_check.po dsa_depr.po dsa_err.po dsa_gen.po dsa_key.po dsa_lib.po dsa_meth.po dsa_ossl.po dsa_pmeth.po dsa_prn.po dsa_sign.po dsa_vrf.po dso_dl.po dso_dlfcn.po dso_err.po dso_lib.po dso_openssl.po dso_vms.po dso_win32.po ecp_nistz256-x86_64.po x25519-x86_64.po curve25519.po ec2_oct.po ec2_smpl.po ec_ameth.po ec_asn1.po ec_backend.po ec_check.po ec_curve.po ec_cvt.po ec_deprecated.po ec_err.po ec_key.po ec_kmeth.po ec_lib.po ec_mult.po ec_oct.po ec_pmeth.po ec_print.po ecdh_kdf.po ecdh_ossl.po ecdsa_ossl.po ecdsa_sign.po ecdsa_vrf.po eck_prn.po ecp_mont.po ecp_nist.po ecp_oct.po ecp_smpl.po ecx_backend.po ecx_key.po ecx_meth.po ecp_nistz256.po decoder_err.po decoder_lib.po decoder_meth.po decoder_pkey.po encoder_err.po encoder_lib.po encoder_meth.po encoder_pkey.po decode_der2key.po eng_all.po eng_cnf.po eng_ctrl.po eng_dyn.po eng_err.po eng_fat.po eng_init.po eng_lib.po eng_list.po eng_openssl.po eng_pkey.po eng_rdrand.po eng_table.po tb_asnmth.po tb_cipher.po tb_dh.po tb_digest.po tb_dsa.po tb_eckey.po tb_pkmeth.po tb_rand.po tb_rsa.po err.po err_all.po err_all_legacy.po err_blocks.po err_prn.po ess_asn1.po ess_err.po ess_lib.po asymcipher.po bio_b64.po bio_enc.po bio_md.po bio_ok.po c_allc.po c_alld.po cmeth_lib.po ctrl_params_translate.po dh_ctrl.po dh_support.po digest.po dsa_ctrl.po e_aes.po e_aes_cbc_hmac_sha1.po e_aes_cbc_hmac_sha256.po e_aria.po e_bf.po e_camellia.po e_cast.po e_chacha20_poly1305.po e_des.po e_des3.po e_idea.po e_null.po e_old.po e_rc2.po e_rc4.po e_rc4_hmac_md5.po e_rc5.po e_seed.po e_sm4.po e_xcbc_d.po ec_ctrl.po ec_support.po encode.po evp_cnf.po evp_enc.po evp_err.po evp_fetch.po evp_key.po evp_lib.po evp_pbe.po evp_pkey.po evp_rand.po evp_utils.po exchange.po kdf_lib.po kdf_meth.po kem.po keymgmt_lib.po keymgmt_meth.po legacy_blake2.po legacy_md4.po legacy_md5.po legacy_md5_sha1.po legacy_mdc2.po legacy_ripemd.po legacy_sha.po legacy_wp.po m_null.po m_sigver.po mac_lib.po mac_meth.po names.po p5_crpt.po p5_crpt2.po p_dec.po p_enc.po p_legacy.po p_lib.po p_open.po p_seal.po p_sign.po p_verify.po pbe_scrypt.po pmeth_check.po pmeth_gn.po pmeth_lib.po signature.po ffc_backend.po ffc_dh.po ffc_key_generate.po ffc_key_validate.po ffc_params.po ffc_params_generate.po ffc_params_validate.po hmac.po http_client.po http_err.po http_lib.po i_cbc.po i_cfb64.po i_ecb.po i_ofb64.po i_skey.po kdf_err.po lh_stats.po lhash.po md4_dgst.po md4_one.po md5-x86_64.po md5_dgst.po md5_one.po md5_sha1.po mdc2_one.po mdc2dgst.po aesni-gcm-x86_64.po ghash-x86_64.po cbc128.po ccm128.po cfb128.po ctr128.po cts128.po gcm128.po ocb128.po ofb128.po siv128.po wrap128.po xts128.po o_names.po obj_dat.po obj_err.po obj_lib.po obj_xref.po ocsp_asn.po ocsp_cl.po ocsp_err.po ocsp_ext.po ocsp_http.po ocsp_lib.po ocsp_prn.po ocsp_srv.po ocsp_vfy.po v3_ocsp.po pem_all.po pem_err.po pem_info.po pem_lib.po pem_oth.po pem_pk8.po pem_pkey.po pem_sign.po pem_x509.po pem_xaux.po pvkfmt.po p12_add.po p12_asn.po p12_attr.po p12_crpt.po p12_crt.po p12_decr.po p12_init.po p12_key.po p12_kiss.po p12_mutl.po p12_npas.po p12_p8d.po p12_p8e.po p12_sbag.po p12_utl.po pk12err.po bio_pk7.po pk7_asn1.po pk7_attr.po pk7_doit.po pk7_lib.po pk7_mime.po pk7_smime.po pkcs7err.po poly1305-x86_64.po poly1305.po pqueue.po defn_cache.po property.po property_err.po property_parse.po property_query.po property_string.po baseprov.po defltprov.po nullprov.po prov_running.po prov_seed.po rand_deprecated.po rand_err.po rand_lib.po rand_meth.po rand_pool.po randfile.po rc2_cbc.po rc2_ecb.po rc2_skey.po rc2cfb64.po rc2ofb64.po rc4-md5-x86_64.po rc4-x86_64.po rmd_dgst.po rmd_one.po rsa_ameth.po rsa_asn1.po rsa_backend.po rsa_chk.po rsa_crpt.po rsa_depr.po rsa_err.po rsa_gen.po rsa_lib.po rsa_meth.po rsa_mp.po rsa_mp_names.po rsa_none.po rsa_oaep.po rsa_ossl.po rsa_pk1.po rsa_pmeth.po rsa_prn.po rsa_pss.po rsa_saos.po rsa_schemes.po rsa_sign.po rsa_sp800_56b_check.po rsa_sp800_56b_gen.po rsa_x931.po rsa_x931g.po seed.po seed_cbc.po seed_cfb.po seed_ecb.po seed_ofb.po sha1-x86_64.po sha1-mb-x86_64.po keccak1600-x86_64.po sha1dgst.po sha3.po libc-sha1.po libc-sha512.po libc-sha256.po libc-sha2xx.po siphash.po sm2_crypt.po sm2_err.po sm2_key.po sm2_sign.po legacy_sm3.po sm3.po sm4.po srp_lib.po srp_vfy.po stack.po store_err.po store_init.po store_lib.po store_meth.po store_register.po store_result.po store_strings.po ts_asn1.po ts_conf.po ts_err.po ts_lib.po ts_req_print.po ts_req_utils.po ts_rsp_print.po ts_rsp_sign.po ts_rsp_utils.po ts_rsp_verify.po ts_verify_ctx.po txt_db.po ui_err.po ui_lib.po ui_null.po ui_openssl.po ui_util.po wp-x86_64.po wp_dgst.po by_dir.po by_file.po by_store.po pcy_cache.po pcy_data.po pcy_lib.po pcy_map.po pcy_node.po pcy_tree.po t_crl.po t_req.po t_x509.po v3_addr.po v3_admis.po v3_akeya.po v3_akid.po v3_asid.po v3_bcons.po v3_bitst.po v3_conf.po v3_cpols.po v3_crld.po v3_enum.po v3_extku.po v3_genn.po v3_ia5.po v3_info.po v3_int.po v3_ist.po v3_lib.po v3_ncons.po v3_pci.po v3_pcia.po v3_pcons.po v3_pku.po v3_pmaps.po v3_prn.po v3_purp.po v3_san.po v3_skid.po v3_sxnet.po v3_tlsf.po v3_utf8.po v3_utl.po v3err.po x509_att.po x509_cmp.po x509_d2.po x509_def.po x509_err.po x509_ext.po x509_lu.po x509_meth.po x509_obj.po x509_r2x.po x509_req.po x509_set.po x509_trust.po x509_txt.po x509_v3.po x509_vfy.po x509_vpm.po x509cset.po x509name.po x509rset.po x509spki.po x509type.po x_all.po x_attrib.po x_crl.po x_exten.po x_name.po x_pubkey.po x_req.po x_x509.po x_x509a.po bio_prov.po capabilities.po digest_to_nid.po provider_seeding.po provider_util.po securitycheck.po securitycheck_default.po provider_ctx.po provider_err.po der_rsa_sig.po der_sm2_gen.po der_sm2_key.po der_sm2_sig.po der_ec_gen.po der_digests_gen.po der_dsa_gen.po der_dsa_key.po der_dsa_sig.po der_ec_key.po der_ec_sig.po der_ecx_gen.po der_ecx_key.po der_rsa_gen.po der_rsa_key.po der_wrap_gen.po rsa_enc.po sm2_enc.po cipher_aes.po cipher_aes_cbc_hmac_sha.po cipher_aes_cbc_hmac_sha1_hw.po cipher_aes_cbc_hmac_sha256_hw.po cipher_aes_ccm.po cipher_aes_ccm_hw.po cipher_aes_gcm.po cipher_aes_gcm_hw.po cipher_aes_hw.po cipher_aes_ocb.po cipher_aes_ocb_hw.po cipher_aes_siv.po cipher_aes_siv_hw.po cipher_aes_wrp.po cipher_aes_xts.po cipher_aes_xts_fips.po cipher_aes_xts_hw.po cipher_aria.po cipher_aria_ccm.po cipher_aria_ccm_hw.po cipher_aria_gcm.po cipher_aria_gcm_hw.po cipher_aria_hw.po cipher_camellia.po cipher_camellia_hw.po cipher_chacha20.po cipher_chacha20_hw.po cipher_chacha20_poly1305.po cipher_chacha20_poly1305_hw.po cipher_cts.po cipher_null.po cipher_sm4.po cipher_sm4_hw.po cipher_tdes.po cipher_tdes_common.po cipher_tdes_default.po cipher_tdes_default_hw.po cipher_tdes_hw.po cipher_tdes_wrap.po cipher_tdes_wrap_hw.po ciphercommon.po ciphercommon_block.po ciphercommon_ccm.po ciphercommon_ccm_hw.po ciphercommon_gcm.po ciphercommon_gcm_hw.po ciphercommon_hw.po blake2_prov.po blake2b_prov.po blake2s_prov.po md5_prov.po md5_sha1_prov.po null_prov.po ripemd_prov.po sha2_prov.po sha3_prov.po sm3_prov.po digestcommon.po decode_der2key.po decode_epki2pki.po decode_msblob2key.po decode_pem2der.po decode_pvk2key.po decode_spki2typespki.po encode_key2any.po encode_key2blob.po encode_key2ms.po encode_key2text.po endecoder_common.po dh_exch.po ecdh_exch.po ecx_exch.po kdf_exch.po hkdf.po kbkdf.po krb5kdf.po pbkdf2.po pbkdf2_fips.po pkcs12kdf.po scrypt.po sshkdf.po sskdf.po tls1_prf.po x942kdf.po rsa_kem.po dh_kmgmt.po dsa_kmgmt.po ec_kmgmt.po ecx_kmgmt.po kdf_legacy_kmgmt.po mac_legacy_kmgmt.po rsa_kmgmt.po blake2b_mac.po blake2s_mac.po cmac_prov.po gmac_prov.po hmac_prov.po kmac_prov.po poly1305_prov.po siphash_prov.po crngt.po drbg.po drbg_ctr.po drbg_hash.po drbg_hmac.po seed_src.po test_rng.po rand_cpu_x86.po rand_tsc.po rand_unix.po rand_win.po dsa_sig.po ecdsa_sig.po eddsa_sig.po mac_legacy_sig.po rsa_sig.po sm2_sig.po file_store.po file_store_any2obj.po s3_cbc.po bio_prov.po capabilities.po digest_to_nid.po provider_seeding.po provider_util.po securitycheck.po securitycheck_default.po provider_ctx.po provider_err.po der_rsa_sig.po der_sm2_gen.po der_sm2_key.po der_sm2_sig.po der_ec_gen.po der_digests_gen.po der_dsa_gen.po der_dsa_key.po der_dsa_sig.po der_ec_key.po der_ec_sig.po der_ecx_gen.po der_ecx_key.po der_rsa_gen.po der_rsa_key.po der_wrap_gen.po cipher_aes.po cipher_aes_cbc_hmac_sha.po cipher_aes_cbc_hmac_sha1_hw.po cipher_aes_cbc_hmac_sha256_hw.po cipher_aes_ccm.po cipher_aes_ccm_hw.po cipher_aes_gcm.po cipher_aes_gcm_hw.po cipher_aes_hw.po cipher_aes_ocb.po cipher_aes_ocb_hw.po cipher_aes_siv.po cipher_aes_siv_hw.po cipher_aes_wrp.po cipher_aes_xts.po cipher_aes_xts_fips.po cipher_aes_xts_hw.po cipher_aria.po cipher_aria_ccm.po cipher_aria_ccm_hw.po cipher_aria_gcm.po cipher_aria_gcm_hw.po cipher_aria_hw.po cipher_camellia.po cipher_camellia_hw.po cipher_chacha20.po cipher_chacha20_hw.po cipher_chacha20_poly1305.po cipher_chacha20_poly1305_hw.po cipher_cts.po cipher_null.po cipher_sm4.po cipher_sm4_hw.po cipher_tdes.po cipher_tdes_common.po cipher_tdes_default.po cipher_tdes_default_hw.po cipher_tdes_hw.po cipher_tdes_wrap.po cipher_tdes_wrap_hw.po ciphercommon.po ciphercommon_block.po ciphercommon_ccm.po ciphercommon_ccm_hw.po ciphercommon_gcm.po ciphercommon_gcm_hw.po ciphercommon_hw.po blake2_prov.po blake2b_prov.po blake2s_prov.po md5_prov.po md5_sha1_prov.po null_prov.po ripemd_prov.po sha2_prov.po sha3_prov.po sm3_prov.po digestcommon.po tls_pad.po aes-x86_64.po.tmp aesni-mb-x86_64.po.tmp aesni-sha1-x86_64.po.tmp aesni-sha256-x86_64.po.tmp aesni-x86_64.po.tmp bsaes-x86_64.po.tmp vpaes-x86_64.po.tmp aes_cfb.po.tmp aes_ecb.po.tmp aes_ige.po.tmp aes_misc.po.tmp aes_ofb.po.tmp aes_wrap.po.tmp aria.po.tmp a_bitstr.po.tmp a_d2i_fp.po.tmp a_digest.po.tmp a_dup.po.tmp a_gentm.po.tmp a_i2d_fp.po.tmp a_int.po.tmp a_mbstr.po.tmp a_object.po.tmp a_octet.po.tmp a_print.po.tmp a_sign.po.tmp a_strex.po.tmp a_strnid.po.tmp a_time.po.tmp a_type.po.tmp a_utctm.po.tmp a_utf8.po.tmp a_verify.po.tmp ameth_lib.po.tmp asn1_err.po.tmp asn1_gen.po.tmp asn1_item_list.po.tmp asn1_lib.po.tmp asn1_parse.po.tmp asn_mime.po.tmp asn_moid.po.tmp asn_mstbl.po.tmp asn_pack.po.tmp bio_asn1.po.tmp bio_ndef.po.tmp d2i_param.po.tmp d2i_pr.po.tmp d2i_pu.po.tmp evp_asn1.po.tmp f_int.po.tmp f_string.po.tmp i2d_evp.po.tmp n_pkey.po.tmp nsseq.po.tmp p5_pbe.po.tmp p5_pbev2.po.tmp p5_scrypt.po.tmp p8_pkey.po.tmp t_bitst.po.tmp t_pkey.po.tmp t_spki.po.tmp tasn_dec.po.tmp tasn_enc.po.tmp tasn_fre.po.tmp tasn_new.po.tmp tasn_prn.po.tmp tasn_scn.po.tmp tasn_typ.po.tmp tasn_utl.po.tmp x_algor.po.tmp x_bignum.po.tmp x_info.po.tmp x_int64.po.tmp x_long.po.tmp x_pkey.po.tmp x_sig.po.tmp x_spki.po.tmp x_val.po.tmp async.po.tmp async_err.po.tmp async_posix.po.tmp async_wait.po.tmp bf_enc.po.tmp bf_cfb64.po.tmp bf_ecb.po.tmp bf_ofb64.po.tmp bf_skey.po.tmp bf_buff.po.tmp bf_lbuf.po.tmp bf_nbio.po.tmp bf_null.po.tmp bf_prefix.po.tmp bf_readbuff.po.tmp bio_addr.po.tmp bio_cb.po.tmp bio_dump.po.tmp bio_err.po.tmp bio_lib.po.tmp bio_meth.po.tmp bio_print.po.tmp bio_sock.po.tmp bio_sock2.po.tmp bss_acpt.po.tmp bss_bio.po.tmp bss_conn.po.tmp bss_core.po.tmp bss_dgram.po.tmp bss_fd.po.tmp bss_file.po.tmp bss_log.po.tmp bss_mem.po.tmp bss_null.po.tmp bss_sock.po.tmp ossl_core_bio.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp blake2b_mac.po.tmp blake2s_mac.po.tmp x86_64-gf2m.po.tmp x86_64-mont.po.tmp x86_64-mont5.po.tmp rsaz-x86_64.po.tmp rsaz-avx2.po.tmp rsaz-avx512.po.tmp x86_64-gcc.po.tmp bn_add.po.tmp bn_blind.po.tmp bn_const.po.tmp bn_conv.po.tmp bn_ctx.po.tmp bn_depr.po.tmp bn_dh.po.tmp bn_div.po.tmp bn_err.po.tmp bn_exp.po.tmp bn_exp2.po.tmp bn_gcd.po.tmp bn_gf2m.po.tmp bn_intern.po.tmp bn_kron.po.tmp bn_lib.po.tmp bn_mod.po.tmp bn_mont.po.tmp bn_mpi.po.tmp bn_mul.po.tmp bn_nist.po.tmp bn_prime.po.tmp bn_print.po.tmp bn_rand.po.tmp bn_recp.po.tmp bn_rsa_fips186_4.po.tmp bn_shift.po.tmp bn_sqr.po.tmp bn_sqrt.po.tmp bn_srp.po.tmp bn_word.po.tmp bn_x931p.po.tmp rsaz_exp.po.tmp rsaz_exp_x2.po.tmp buf_err.po.tmp buffer.po.tmp cmll-x86_64.po.tmp cmll_cfb.po.tmp cmll_ctr.po.tmp cmll_ecb.po.tmp cmll_misc.po.tmp cmll_ofb.po.tmp c_enc.po.tmp c_cfb64.po.tmp c_ecb.po.tmp c_ofb64.po.tmp c_skey.po.tmp chacha-x86_64.po.tmp cmac.po.tmp cmp_asn.po.tmp cmp_client.po.tmp cmp_ctx.po.tmp cmp_err.po.tmp cmp_hdr.po.tmp cmp_http.po.tmp cmp_msg.po.tmp cmp_protect.po.tmp cmp_server.po.tmp cmp_status.po.tmp cmp_util.po.tmp cmp_vfy.po.tmp cms_asn1.po.tmp cms_att.po.tmp cms_cd.po.tmp cms_dd.po.tmp cms_dh.po.tmp cms_ec.po.tmp cms_enc.po.tmp cms_env.po.tmp cms_err.po.tmp cms_ess.po.tmp cms_io.po.tmp cms_kari.po.tmp cms_lib.po.tmp cms_pwri.po.tmp cms_rsa.po.tmp cms_sd.po.tmp cms_smime.po.tmp c_zlib.po.tmp comp_err.po.tmp comp_lib.po.tmp conf_api.po.tmp conf_def.po.tmp conf_err.po.tmp conf_lib.po.tmp conf_mall.po.tmp conf_mod.po.tmp conf_sap.po.tmp conf_ssl.po.tmp crmf_asn.po.tmp crmf_err.po.tmp crmf_lib.po.tmp crmf_pbm.po.tmp asn1_dsa.po.tmp bsearch.po.tmp context.po.tmp core_algorithm.po.tmp core_fetch.po.tmp core_namemap.po.tmp cpt_err.po.tmp cpuid.po.tmp cryptlib.po.tmp ctype.po.tmp cversion.po.tmp der_writer.po.tmp ebcdic.po.tmp ex_data.po.tmp getenv.po.tmp info.po.tmp init.po.tmp initthread.po.tmp mem.po.tmp mem_sec.po.tmp o_dir.po.tmp o_fopen.po.tmp o_init.po.tmp o_str.po.tmp o_time.po.tmp packet.po.tmp param_build.po.tmp param_build_set.po.tmp params.po.tmp params_dup.po.tmp params_from_text.po.tmp passphrase.po.tmp provider.po.tmp provider_child.po.tmp provider_conf.po.tmp provider_core.po.tmp provider_predefined.po.tmp punycode.po.tmp self_test_core.po.tmp sparse_array.po.tmp threads_lib.po.tmp threads_none.po.tmp threads_pthread.po.tmp threads_win.po.tmp trace.po.tmp uid.po.tmp x86_64cpuid.po.tmp ct_b64.po.tmp ct_err.po.tmp ct_log.po.tmp ct_oct.po.tmp ct_policy.po.tmp ct_prn.po.tmp ct_sct.po.tmp ct_sct_ctx.po.tmp ct_vfy.po.tmp ct_x509v3.po.tmp curve448.po.tmp curve448_tables.po.tmp eddsa.po.tmp f_generic.po.tmp f_impl32.po.tmp f_impl64.po.tmp scalar.po.tmp des_enc.po.tmp fcrypt_b.po.tmp cbc_cksm.po.tmp cbc_enc.po.tmp cfb64ede.po.tmp cfb64enc.po.tmp cfb_enc.po.tmp ecb3_enc.po.tmp ecb_enc.po.tmp fcrypt.po.tmp ofb64ede.po.tmp ofb64enc.po.tmp ofb_enc.po.tmp pcbc_enc.po.tmp qud_cksm.po.tmp rand_key.po.tmp set_key.po.tmp str2key.po.tmp xcbc_enc.po.tmp dh_ameth.po.tmp dh_asn1.po.tmp dh_backend.po.tmp dh_check.po.tmp dh_depr.po.tmp dh_err.po.tmp dh_gen.po.tmp dh_group_params.po.tmp dh_kdf.po.tmp dh_key.po.tmp dh_lib.po.tmp dh_meth.po.tmp dh_pmeth.po.tmp dh_prn.po.tmp dh_rfc5114.po.tmp dsa_ameth.po.tmp dsa_asn1.po.tmp dsa_backend.po.tmp dsa_check.po.tmp dsa_depr.po.tmp dsa_err.po.tmp dsa_gen.po.tmp dsa_key.po.tmp dsa_lib.po.tmp dsa_meth.po.tmp dsa_ossl.po.tmp dsa_pmeth.po.tmp dsa_prn.po.tmp dsa_sign.po.tmp dsa_vrf.po.tmp dso_dl.po.tmp dso_dlfcn.po.tmp dso_err.po.tmp dso_lib.po.tmp dso_openssl.po.tmp dso_vms.po.tmp dso_win32.po.tmp ecp_nistz256-x86_64.po.tmp x25519-x86_64.po.tmp curve25519.po.tmp ec2_oct.po.tmp ec2_smpl.po.tmp ec_ameth.po.tmp ec_asn1.po.tmp ec_backend.po.tmp ec_check.po.tmp ec_curve.po.tmp ec_cvt.po.tmp ec_deprecated.po.tmp ec_err.po.tmp ec_key.po.tmp ec_kmeth.po.tmp ec_lib.po.tmp ec_mult.po.tmp ec_oct.po.tmp ec_pmeth.po.tmp ec_print.po.tmp ecdh_kdf.po.tmp ecdh_ossl.po.tmp ecdsa_ossl.po.tmp ecdsa_sign.po.tmp ecdsa_vrf.po.tmp eck_prn.po.tmp ecp_mont.po.tmp ecp_nist.po.tmp ecp_oct.po.tmp ecp_smpl.po.tmp ecx_backend.po.tmp ecx_key.po.tmp ecx_meth.po.tmp ecp_nistz256.po.tmp decoder_err.po.tmp decoder_lib.po.tmp decoder_meth.po.tmp decoder_pkey.po.tmp encoder_err.po.tmp encoder_lib.po.tmp encoder_meth.po.tmp encoder_pkey.po.tmp decode_der2key.po.tmp eng_all.po.tmp eng_cnf.po.tmp eng_ctrl.po.tmp eng_dyn.po.tmp eng_err.po.tmp eng_fat.po.tmp eng_init.po.tmp eng_lib.po.tmp eng_list.po.tmp eng_openssl.po.tmp eng_pkey.po.tmp eng_rdrand.po.tmp eng_table.po.tmp tb_asnmth.po.tmp tb_cipher.po.tmp tb_dh.po.tmp tb_digest.po.tmp tb_dsa.po.tmp tb_eckey.po.tmp tb_pkmeth.po.tmp tb_rand.po.tmp tb_rsa.po.tmp err.po.tmp err_all.po.tmp err_all_legacy.po.tmp err_blocks.po.tmp err_prn.po.tmp ess_asn1.po.tmp ess_err.po.tmp ess_lib.po.tmp asymcipher.po.tmp bio_b64.po.tmp bio_enc.po.tmp bio_md.po.tmp bio_ok.po.tmp c_allc.po.tmp c_alld.po.tmp cmeth_lib.po.tmp ctrl_params_translate.po.tmp dh_ctrl.po.tmp dh_support.po.tmp digest.po.tmp dsa_ctrl.po.tmp e_aes.po.tmp e_aes_cbc_hmac_sha1.po.tmp e_aes_cbc_hmac_sha256.po.tmp e_aria.po.tmp e_bf.po.tmp e_camellia.po.tmp e_cast.po.tmp e_chacha20_poly1305.po.tmp e_des.po.tmp e_des3.po.tmp e_idea.po.tmp e_null.po.tmp e_old.po.tmp e_rc2.po.tmp e_rc4.po.tmp e_rc4_hmac_md5.po.tmp e_rc5.po.tmp e_seed.po.tmp e_sm4.po.tmp e_xcbc_d.po.tmp ec_ctrl.po.tmp ec_support.po.tmp encode.po.tmp evp_cnf.po.tmp evp_enc.po.tmp evp_err.po.tmp evp_fetch.po.tmp evp_key.po.tmp evp_lib.po.tmp evp_pbe.po.tmp evp_pkey.po.tmp evp_rand.po.tmp evp_utils.po.tmp exchange.po.tmp kdf_lib.po.tmp kdf_meth.po.tmp kem.po.tmp keymgmt_lib.po.tmp keymgmt_meth.po.tmp legacy_blake2.po.tmp legacy_md4.po.tmp legacy_md5.po.tmp legacy_md5_sha1.po.tmp legacy_mdc2.po.tmp legacy_ripemd.po.tmp legacy_sha.po.tmp legacy_wp.po.tmp m_null.po.tmp m_sigver.po.tmp mac_lib.po.tmp mac_meth.po.tmp names.po.tmp p5_crpt.po.tmp p5_crpt2.po.tmp p_dec.po.tmp p_enc.po.tmp p_legacy.po.tmp p_lib.po.tmp p_open.po.tmp p_seal.po.tmp p_sign.po.tmp p_verify.po.tmp pbe_scrypt.po.tmp pmeth_check.po.tmp pmeth_gn.po.tmp pmeth_lib.po.tmp signature.po.tmp ffc_backend.po.tmp ffc_dh.po.tmp ffc_key_generate.po.tmp ffc_key_validate.po.tmp ffc_params.po.tmp ffc_params_generate.po.tmp ffc_params_validate.po.tmp hmac.po.tmp http_client.po.tmp http_err.po.tmp http_lib.po.tmp i_cbc.po.tmp i_cfb64.po.tmp i_ecb.po.tmp i_ofb64.po.tmp i_skey.po.tmp kdf_err.po.tmp lh_stats.po.tmp lhash.po.tmp md4_dgst.po.tmp md4_one.po.tmp md5-x86_64.po.tmp md5_dgst.po.tmp md5_one.po.tmp md5_sha1.po.tmp mdc2_one.po.tmp mdc2dgst.po.tmp aesni-gcm-x86_64.po.tmp ghash-x86_64.po.tmp cbc128.po.tmp ccm128.po.tmp cfb128.po.tmp ctr128.po.tmp cts128.po.tmp gcm128.po.tmp ocb128.po.tmp ofb128.po.tmp siv128.po.tmp wrap128.po.tmp xts128.po.tmp o_names.po.tmp obj_dat.po.tmp obj_err.po.tmp obj_lib.po.tmp obj_xref.po.tmp ocsp_asn.po.tmp ocsp_cl.po.tmp ocsp_err.po.tmp ocsp_ext.po.tmp ocsp_http.po.tmp ocsp_lib.po.tmp ocsp_prn.po.tmp ocsp_srv.po.tmp ocsp_vfy.po.tmp v3_ocsp.po.tmp pem_all.po.tmp pem_err.po.tmp pem_info.po.tmp pem_lib.po.tmp pem_oth.po.tmp pem_pk8.po.tmp pem_pkey.po.tmp pem_sign.po.tmp pem_x509.po.tmp pem_xaux.po.tmp pvkfmt.po.tmp p12_add.po.tmp p12_asn.po.tmp p12_attr.po.tmp p12_crpt.po.tmp p12_crt.po.tmp p12_decr.po.tmp p12_init.po.tmp p12_key.po.tmp p12_kiss.po.tmp p12_mutl.po.tmp p12_npas.po.tmp p12_p8d.po.tmp p12_p8e.po.tmp p12_sbag.po.tmp p12_utl.po.tmp pk12err.po.tmp bio_pk7.po.tmp pk7_asn1.po.tmp pk7_attr.po.tmp pk7_doit.po.tmp pk7_lib.po.tmp pk7_mime.po.tmp pk7_smime.po.tmp pkcs7err.po.tmp poly1305-x86_64.po.tmp poly1305.po.tmp pqueue.po.tmp defn_cache.po.tmp property.po.tmp property_err.po.tmp property_parse.po.tmp property_query.po.tmp property_string.po.tmp baseprov.po.tmp defltprov.po.tmp nullprov.po.tmp prov_running.po.tmp prov_seed.po.tmp rand_deprecated.po.tmp rand_err.po.tmp rand_lib.po.tmp rand_meth.po.tmp rand_pool.po.tmp randfile.po.tmp rc2_cbc.po.tmp rc2_ecb.po.tmp rc2_skey.po.tmp rc2cfb64.po.tmp rc2ofb64.po.tmp rc4-md5-x86_64.po.tmp rc4-x86_64.po.tmp rmd_dgst.po.tmp rmd_one.po.tmp rsa_ameth.po.tmp rsa_asn1.po.tmp rsa_backend.po.tmp rsa_chk.po.tmp rsa_crpt.po.tmp rsa_depr.po.tmp rsa_err.po.tmp rsa_gen.po.tmp rsa_lib.po.tmp rsa_meth.po.tmp rsa_mp.po.tmp rsa_mp_names.po.tmp rsa_none.po.tmp rsa_oaep.po.tmp rsa_ossl.po.tmp rsa_pk1.po.tmp rsa_pmeth.po.tmp rsa_prn.po.tmp rsa_pss.po.tmp rsa_saos.po.tmp rsa_schemes.po.tmp rsa_sign.po.tmp rsa_sp800_56b_check.po.tmp rsa_sp800_56b_gen.po.tmp rsa_x931.po.tmp rsa_x931g.po.tmp seed.po.tmp seed_cbc.po.tmp seed_cfb.po.tmp seed_ecb.po.tmp seed_ofb.po.tmp sha1-x86_64.po.tmp sha1-mb-x86_64.po.tmp keccak1600-x86_64.po.tmp sha1dgst.po.tmp sha3.po.tmp libc-sha1.po.tmp libc-sha512.po.tmp libc-sha256.po.tmp libc-sha2xx.po.tmp siphash.po.tmp sm2_crypt.po.tmp sm2_err.po.tmp sm2_key.po.tmp sm2_sign.po.tmp legacy_sm3.po.tmp sm3.po.tmp sm4.po.tmp srp_lib.po.tmp srp_vfy.po.tmp stack.po.tmp store_err.po.tmp store_init.po.tmp store_lib.po.tmp store_meth.po.tmp store_register.po.tmp store_result.po.tmp store_strings.po.tmp ts_asn1.po.tmp ts_conf.po.tmp ts_err.po.tmp ts_lib.po.tmp ts_req_print.po.tmp ts_req_utils.po.tmp ts_rsp_print.po.tmp ts_rsp_sign.po.tmp ts_rsp_utils.po.tmp ts_rsp_verify.po.tmp ts_verify_ctx.po.tmp txt_db.po.tmp ui_err.po.tmp ui_lib.po.tmp ui_null.po.tmp ui_openssl.po.tmp ui_util.po.tmp wp-x86_64.po.tmp wp_dgst.po.tmp by_dir.po.tmp by_file.po.tmp by_store.po.tmp pcy_cache.po.tmp pcy_data.po.tmp pcy_lib.po.tmp pcy_map.po.tmp pcy_node.po.tmp pcy_tree.po.tmp t_crl.po.tmp t_req.po.tmp t_x509.po.tmp v3_addr.po.tmp v3_admis.po.tmp v3_akeya.po.tmp v3_akid.po.tmp v3_asid.po.tmp v3_bcons.po.tmp v3_bitst.po.tmp v3_conf.po.tmp v3_cpols.po.tmp v3_crld.po.tmp v3_enum.po.tmp v3_extku.po.tmp v3_genn.po.tmp v3_ia5.po.tmp v3_info.po.tmp v3_int.po.tmp v3_ist.po.tmp v3_lib.po.tmp v3_ncons.po.tmp v3_pci.po.tmp v3_pcia.po.tmp v3_pcons.po.tmp v3_pku.po.tmp v3_pmaps.po.tmp v3_prn.po.tmp v3_purp.po.tmp v3_san.po.tmp v3_skid.po.tmp v3_sxnet.po.tmp v3_tlsf.po.tmp v3_utf8.po.tmp v3_utl.po.tmp v3err.po.tmp x509_att.po.tmp x509_cmp.po.tmp x509_d2.po.tmp x509_def.po.tmp x509_err.po.tmp x509_ext.po.tmp x509_lu.po.tmp x509_meth.po.tmp x509_obj.po.tmp x509_r2x.po.tmp x509_req.po.tmp x509_set.po.tmp x509_trust.po.tmp x509_txt.po.tmp x509_v3.po.tmp x509_vfy.po.tmp x509_vpm.po.tmp x509cset.po.tmp x509name.po.tmp x509rset.po.tmp x509spki.po.tmp x509type.po.tmp x_all.po.tmp x_attrib.po.tmp x_crl.po.tmp x_exten.po.tmp x_name.po.tmp x_pubkey.po.tmp x_req.po.tmp x_x509.po.tmp x_x509a.po.tmp bio_prov.po.tmp capabilities.po.tmp digest_to_nid.po.tmp provider_seeding.po.tmp provider_util.po.tmp securitycheck.po.tmp securitycheck_default.po.tmp provider_ctx.po.tmp provider_err.po.tmp der_rsa_sig.po.tmp der_sm2_gen.po.tmp der_sm2_key.po.tmp der_sm2_sig.po.tmp der_ec_gen.po.tmp der_digests_gen.po.tmp der_dsa_gen.po.tmp der_dsa_key.po.tmp der_dsa_sig.po.tmp der_ec_key.po.tmp der_ec_sig.po.tmp der_ecx_gen.po.tmp der_ecx_key.po.tmp der_rsa_gen.po.tmp der_rsa_key.po.tmp der_wrap_gen.po.tmp rsa_enc.po.tmp sm2_enc.po.tmp cipher_aes.po.tmp cipher_aes_cbc_hmac_sha.po.tmp cipher_aes_cbc_hmac_sha1_hw.po.tmp cipher_aes_cbc_hmac_sha256_hw.po.tmp cipher_aes_ccm.po.tmp cipher_aes_ccm_hw.po.tmp cipher_aes_gcm.po.tmp cipher_aes_gcm_hw.po.tmp cipher_aes_hw.po.tmp cipher_aes_ocb.po.tmp cipher_aes_ocb_hw.po.tmp cipher_aes_siv.po.tmp cipher_aes_siv_hw.po.tmp cipher_aes_wrp.po.tmp cipher_aes_xts.po.tmp cipher_aes_xts_fips.po.tmp cipher_aes_xts_hw.po.tmp cipher_aria.po.tmp cipher_aria_ccm.po.tmp cipher_aria_ccm_hw.po.tmp cipher_aria_gcm.po.tmp cipher_aria_gcm_hw.po.tmp cipher_aria_hw.po.tmp cipher_camellia.po.tmp cipher_camellia_hw.po.tmp cipher_chacha20.po.tmp cipher_chacha20_hw.po.tmp cipher_chacha20_poly1305.po.tmp cipher_chacha20_poly1305_hw.po.tmp cipher_cts.po.tmp cipher_null.po.tmp cipher_sm4.po.tmp cipher_sm4_hw.po.tmp cipher_tdes.po.tmp cipher_tdes_common.po.tmp cipher_tdes_default.po.tmp cipher_tdes_default_hw.po.tmp cipher_tdes_hw.po.tmp cipher_tdes_wrap.po.tmp cipher_tdes_wrap_hw.po.tmp ciphercommon.po.tmp ciphercommon_block.po.tmp ciphercommon_ccm.po.tmp ciphercommon_ccm_hw.po.tmp ciphercommon_gcm.po.tmp ciphercommon_gcm_hw.po.tmp ciphercommon_hw.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp md5_prov.po.tmp md5_sha1_prov.po.tmp null_prov.po.tmp ripemd_prov.po.tmp sha2_prov.po.tmp sha3_prov.po.tmp sm3_prov.po.tmp digestcommon.po.tmp decode_der2key.po.tmp decode_epki2pki.po.tmp decode_msblob2key.po.tmp decode_pem2der.po.tmp decode_pvk2key.po.tmp decode_spki2typespki.po.tmp encode_key2any.po.tmp encode_key2blob.po.tmp encode_key2ms.po.tmp encode_key2text.po.tmp endecoder_common.po.tmp dh_exch.po.tmp ecdh_exch.po.tmp ecx_exch.po.tmp kdf_exch.po.tmp hkdf.po.tmp kbkdf.po.tmp krb5kdf.po.tmp pbkdf2.po.tmp pbkdf2_fips.po.tmp pkcs12kdf.po.tmp scrypt.po.tmp sshkdf.po.tmp sskdf.po.tmp tls1_prf.po.tmp x942kdf.po.tmp rsa_kem.po.tmp dh_kmgmt.po.tmp dsa_kmgmt.po.tmp ec_kmgmt.po.tmp ecx_kmgmt.po.tmp kdf_legacy_kmgmt.po.tmp mac_legacy_kmgmt.po.tmp rsa_kmgmt.po.tmp blake2b_mac.po.tmp blake2s_mac.po.tmp cmac_prov.po.tmp gmac_prov.po.tmp hmac_prov.po.tmp kmac_prov.po.tmp poly1305_prov.po.tmp siphash_prov.po.tmp crngt.po.tmp drbg.po.tmp drbg_ctr.po.tmp drbg_hash.po.tmp drbg_hmac.po.tmp seed_src.po.tmp test_rng.po.tmp rand_cpu_x86.po.tmp rand_tsc.po.tmp rand_unix.po.tmp rand_win.po.tmp dsa_sig.po.tmp ecdsa_sig.po.tmp eddsa_sig.po.tmp mac_legacy_sig.po.tmp rsa_sig.po.tmp sm2_sig.po.tmp file_store.po.tmp file_store_any2obj.po.tmp s3_cbc.po.tmp bio_prov.po.tmp capabilities.po.tmp digest_to_nid.po.tmp provider_seeding.po.tmp provider_util.po.tmp securitycheck.po.tmp securitycheck_default.po.tmp provider_ctx.po.tmp provider_err.po.tmp der_rsa_sig.po.tmp der_sm2_gen.po.tmp der_sm2_key.po.tmp der_sm2_sig.po.tmp der_ec_gen.po.tmp der_digests_gen.po.tmp der_dsa_gen.po.tmp der_dsa_key.po.tmp der_dsa_sig.po.tmp der_ec_key.po.tmp der_ec_sig.po.tmp der_ecx_gen.po.tmp der_ecx_key.po.tmp der_rsa_gen.po.tmp der_rsa_key.po.tmp der_wrap_gen.po.tmp cipher_aes.po.tmp cipher_aes_cbc_hmac_sha.po.tmp cipher_aes_cbc_hmac_sha1_hw.po.tmp cipher_aes_cbc_hmac_sha256_hw.po.tmp cipher_aes_ccm.po.tmp cipher_aes_ccm_hw.po.tmp cipher_aes_gcm.po.tmp cipher_aes_gcm_hw.po.tmp cipher_aes_hw.po.tmp cipher_aes_ocb.po.tmp cipher_aes_ocb_hw.po.tmp cipher_aes_siv.po.tmp cipher_aes_siv_hw.po.tmp cipher_aes_wrp.po.tmp cipher_aes_xts.po.tmp cipher_aes_xts_fips.po.tmp cipher_aes_xts_hw.po.tmp cipher_aria.po.tmp cipher_aria_ccm.po.tmp cipher_aria_ccm_hw.po.tmp cipher_aria_gcm.po.tmp cipher_aria_gcm_hw.po.tmp cipher_aria_hw.po.tmp cipher_camellia.po.tmp cipher_camellia_hw.po.tmp cipher_chacha20.po.tmp cipher_chacha20_hw.po.tmp cipher_chacha20_poly1305.po.tmp cipher_chacha20_poly1305_hw.po.tmp cipher_cts.po.tmp cipher_null.po.tmp cipher_sm4.po.tmp cipher_sm4_hw.po.tmp cipher_tdes.po.tmp cipher_tdes_common.po.tmp cipher_tdes_default.po.tmp cipher_tdes_default_hw.po.tmp cipher_tdes_hw.po.tmp cipher_tdes_wrap.po.tmp cipher_tdes_wrap_hw.po.tmp ciphercommon.po.tmp ciphercommon_block.po.tmp ciphercommon_ccm.po.tmp ciphercommon_ccm_hw.po.tmp ciphercommon_gcm.po.tmp ciphercommon_gcm_hw.po.tmp ciphercommon_hw.po.tmp blake2_prov.po.tmp blake2b_prov.po.tmp blake2s_prov.po.tmp md5_prov.po.tmp md5_sha1_prov.po.tmp null_prov.po.tmp ripemd_prov.po.tmp sha2_prov.po.tmp sha3_prov.po.tmp sm3_prov.po.tmp digestcommon.po.tmp tls_pad.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xfixes && rm -f xcb-xfixes.pc xcb-xfixes.pc.tmp libxcb-xfixes.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xfixes && rm -f xcb-xfixes.pc xcb-xfixes.pc.tmp libxcb-xfixes.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean3 --- --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xfixes && rm -f libxcb-xfixes.a xfixes.o xfixes.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xfixes && rm -f libxcb-xfixes.a xfixes.o xfixes.o.tmp || true) --- libclean2 --- --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xfixes && rm -f libxcb-xfixes_p.a xfixes.po xfixes.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_pic.a libcrypto.so.* libcrypto.so aes-x86_64.pico aesni-mb-x86_64.pico aesni-sha1-x86_64.pico aesni-sha256-x86_64.pico aesni-x86_64.pico bsaes-x86_64.pico vpaes-x86_64.pico aes_cfb.pico aes_ecb.pico aes_ige.pico aes_misc.pico aes_ofb.pico aes_wrap.pico aria.pico a_bitstr.pico a_d2i_fp.pico a_digest.pico a_dup.pico a_gentm.pico a_i2d_fp.pico a_int.pico a_mbstr.pico a_object.pico a_octet.pico a_print.pico a_sign.pico a_strex.pico a_strnid.pico a_time.pico a_type.pico a_utctm.pico a_utf8.pico a_verify.pico ameth_lib.pico asn1_err.pico asn1_gen.pico asn1_item_list.pico asn1_lib.pico asn1_parse.pico asn_mime.pico asn_moid.pico asn_mstbl.pico asn_pack.pico bio_asn1.pico bio_ndef.pico d2i_param.pico d2i_pr.pico d2i_pu.pico evp_asn1.pico f_int.pico f_string.pico i2d_evp.pico n_pkey.pico nsseq.pico p5_pbe.pico p5_pbev2.pico p5_scrypt.pico p8_pkey.pico t_bitst.pico t_pkey.pico t_spki.pico tasn_dec.pico tasn_enc.pico tasn_fre.pico tasn_new.pico tasn_prn.pico tasn_scn.pico tasn_typ.pico tasn_utl.pico x_algor.pico x_bignum.pico x_info.pico x_int64.pico x_long.pico x_pkey.pico x_sig.pico x_spki.pico x_val.pico async.pico async_err.pico async_posix.pico async_wait.pico bf_enc.pico bf_cfb64.pico bf_ecb.pico bf_ofb64.pico bf_skey.pico bf_buff.pico bf_lbuf.pico bf_nbio.pico bf_null.pico bf_prefix.pico bf_readbuff.pico bio_addr.pico bio_cb.pico bio_dump.pico bio_err.pico bio_lib.pico bio_meth.pico bio_print.pico bio_sock.pico bio_sock2.pico bss_acpt.pico bss_bio.pico bss_conn.pico bss_core.pico bss_dgram.pico bss_fd.pico bss_file.pico bss_log.pico bss_mem.pico bss_null.pico bss_sock.pico ossl_core_bio.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico blake2b_mac.pico blake2s_mac.pico x86_64-gf2m.pico x86_64-mont.pico x86_64-mont5.pico rsaz-x86_64.pico rsaz-avx2.pico rsaz-avx512.pico x86_64-gcc.pico bn_add.pico bn_blind.pico bn_const.pico bn_conv.pico bn_ctx.pico bn_depr.pico bn_dh.pico bn_div.pico bn_err.pico bn_exp.pico bn_exp2.pico bn_gcd.pico bn_gf2m.pico bn_intern.pico bn_kron.pico bn_lib.pico bn_mod.pico bn_mont.pico bn_mpi.pico bn_mul.pico bn_nist.pico bn_prime.pico bn_print.pico bn_rand.pico bn_recp.pico bn_rsa_fips186_4.pico bn_shift.pico bn_sqr.pico bn_sqrt.pico bn_srp.pico bn_word.pico bn_x931p.pico rsaz_exp.pico rsaz_exp_x2.pico buf_err.pico buffer.pico cmll-x86_64.pico cmll_cfb.pico cmll_ctr.pico cmll_ecb.pico cmll_misc.pico cmll_ofb.pico c_enc.pico c_cfb64.pico c_ecb.pico c_ofb64.pico c_skey.pico chacha-x86_64.pico cmac.pico cmp_asn.pico cmp_client.pico cmp_ctx.pico cmp_err.pico cmp_hdr.pico cmp_http.pico cmp_msg.pico cmp_protect.pico cmp_server.pico cmp_status.pico cmp_util.pico cmp_vfy.pico cms_asn1.pico cms_att.pico cms_cd.pico cms_dd.pico cms_dh.pico cms_ec.pico cms_enc.pico cms_env.pico cms_err.pico cms_ess.pico cms_io.pico cms_kari.pico cms_lib.pico cms_pwri.pico cms_rsa.pico cms_sd.pico cms_smime.pico c_zlib.pico comp_err.pico comp_lib.pico conf_api.pico conf_def.pico conf_err.pico conf_lib.pico conf_mall.pico conf_mod.pico conf_sap.pico conf_ssl.pico crmf_asn.pico crmf_err.pico crmf_lib.pico crmf_pbm.pico asn1_dsa.pico bsearch.pico context.pico core_algorithm.pico core_fetch.pico core_namemap.pico cpt_err.pico cpuid.pico cryptlib.pico ctype.pico cversion.pico der_writer.pico ebcdic.pico ex_data.pico getenv.pico info.pico init.pico initthread.pico mem.pico mem_sec.pico o_dir.pico o_fopen.pico o_init.pico o_str.pico o_time.pico packet.pico param_build.pico param_build_set.pico params.pico params_dup.pico params_from_text.pico passphrase.pico provider.pico provider_child.pico provider_conf.pico provider_core.pico provider_predefined.pico punycode.pico self_test_core.pico sparse_array.pico threads_lib.pico threads_none.pico threads_pthread.pico threads_win.pico trace.pico uid.pico x86_64cpuid.pico ct_b64.pico ct_err.pico ct_log.pico ct_oct.pico ct_policy.pico ct_prn.pico ct_sct.pico ct_sct_ctx.pico ct_vfy.pico ct_x509v3.pico curve448.pico curve448_tables.pico eddsa.pico f_generic.pico f_impl32.pico f_impl64.pico scalar.pico des_enc.pico fcrypt_b.pico cbc_cksm.pico cbc_enc.pico cfb64ede.pico cfb64enc.pico cfb_enc.pico ecb3_enc.pico ecb_enc.pico fcrypt.pico ofb64ede.pico ofb64enc.pico ofb_enc.pico pcbc_enc.pico qud_cksm.pico rand_key.pico set_key.pico str2key.pico xcbc_enc.pico dh_ameth.pico dh_asn1.pico dh_backend.pico dh_check.pico dh_depr.pico dh_err.pico dh_gen.pico dh_group_params.pico dh_kdf.pico dh_key.pico dh_lib.pico dh_meth.pico dh_pmeth.pico dh_prn.pico dh_rfc5114.pico dsa_ameth.pico dsa_asn1.pico dsa_backend.pico dsa_check.pico dsa_depr.pico dsa_err.pico dsa_gen.pico dsa_key.pico dsa_lib.pico dsa_meth.pico dsa_ossl.pico dsa_pmeth.pico dsa_prn.pico dsa_sign.pico dsa_vrf.pico dso_dl.pico dso_dlfcn.pico dso_err.pico dso_lib.pico dso_openssl.pico dso_vms.pico dso_win32.pico ecp_nistz256-x86_64.pico x25519-x86_64.pico curve25519.pico ec2_oct.pico ec2_smpl.pico ec_ameth.pico ec_asn1.pico ec_backend.pico ec_check.pico ec_curve.pico ec_cvt.pico ec_deprecated.pico ec_err.pico ec_key.pico ec_kmeth.pico ec_lib.pico ec_mult.pico ec_oct.pico ec_pmeth.pico ec_print.pico ecdh_kdf.pico ecdh_ossl.pico ecdsa_ossl.pico ecdsa_sign.pico ecdsa_vrf.pico eck_prn.pico ecp_mont.pico ecp_nist.pico ecp_oct.pico ecp_smpl.pico ecx_backend.pico ecx_key.pico ecx_meth.pico ecp_nistz256.pico decoder_err.pico decoder_lib.pico decoder_meth.pico decoder_pkey.pico encoder_err.pico encoder_lib.pico encoder_meth.pico encoder_pkey.pico decode_der2key.pico eng_all.pico eng_cnf.pico eng_ctrl.pico eng_dyn.pico eng_err.pico eng_fat.pico eng_init.pico eng_lib.pico eng_list.pico eng_openssl.pico eng_pkey.pico eng_rdrand.pico eng_table.pico tb_asnmth.pico tb_cipher.pico tb_dh.pico tb_digest.pico tb_dsa.pico tb_eckey.pico tb_pkmeth.pico tb_rand.pico tb_rsa.pico err.pico err_all.pico err_all_legacy.pico err_blocks.pico err_prn.pico ess_asn1.pico ess_err.pico ess_lib.pico asymcipher.pico bio_b64.pico bio_enc.pico bio_md.pico bio_ok.pico c_allc.pico c_alld.pico cmeth_lib.pico ctrl_params_translate.pico dh_ctrl.pico dh_support.pico digest.pico dsa_ctrl.pico e_aes.pico e_aes_cbc_hmac_sha1.pico e_aes_cbc_hmac_sha256.pico e_aria.pico e_bf.pico e_camellia.pico e_cast.pico e_chacha20_poly1305.pico e_des.pico e_des3.pico e_idea.pico e_null.pico e_old.pico e_rc2.pico e_rc4.pico e_rc4_hmac_md5.pico e_rc5.pico e_seed.pico e_sm4.pico e_xcbc_d.pico ec_ctrl.pico ec_support.pico encode.pico evp_cnf.pico evp_enc.pico evp_err.pico evp_fetch.pico evp_key.pico evp_lib.pico evp_pbe.pico evp_pkey.pico evp_rand.pico evp_utils.pico exchange.pico kdf_lib.pico kdf_meth.pico kem.pico keymgmt_lib.pico keymgmt_meth.pico legacy_blake2.pico legacy_md4.pico legacy_md5.pico legacy_md5_sha1.pico legacy_mdc2.pico legacy_ripemd.pico legacy_sha.pico legacy_wp.pico m_null.pico m_sigver.pico mac_lib.pico mac_meth.pico names.pico p5_crpt.pico p5_crpt2.pico p_dec.pico p_enc.pico p_legacy.pico p_lib.pico p_open.pico p_seal.pico p_sign.pico p_verify.pico pbe_scrypt.pico pmeth_check.pico pmeth_gn.pico pmeth_lib.pico signature.pico ffc_backend.pico ffc_dh.pico ffc_key_generate.pico ffc_key_validate.pico ffc_params.pico ffc_params_generate.pico ffc_params_validate.pico hmac.pico http_client.pico http_err.pico http_lib.pico i_cbc.pico i_cfb64.pico i_ecb.pico i_ofb64.pico i_skey.pico kdf_err.pico lh_stats.pico lhash.pico md4_dgst.pico md4_one.pico md5-x86_64.pico md5_dgst.pico md5_one.pico md5_sha1.pico mdc2_one.pico mdc2dgst.pico aesni-gcm-x86_64.pico ghash-x86_64.pico cbc128.pico ccm128.pico cfb128.pico ctr128.pico cts128.pico gcm128.pico ocb128.pico ofb128.pico siv128.pico wrap128.pico xts128.pico o_names.pico obj_dat.pico obj_err.pico obj_lib.pico obj_xref.pico ocsp_asn.pico ocsp_cl.pico ocsp_err.pico ocsp_ext.pico ocsp_http.pico ocsp_lib.pico ocsp_prn.pico ocsp_srv.pico ocsp_vfy.pico v3_ocsp.pico pem_all.pico pem_err.pico pem_info.pico pem_lib.pico pem_oth.pico pem_pk8.pico pem_pkey.pico pem_sign.pico pem_x509.pico pem_xaux.pico pvkfmt.pico p12_add.pico p12_asn.pico p12_attr.pico p12_crpt.pico p12_crt.pico p12_decr.pico p12_init.pico p12_key.pico p12_kiss.pico p12_mutl.pico p12_npas.pico p12_p8d.pico p12_p8e.pico p12_sbag.pico p12_utl.pico pk12err.pico bio_pk7.pico pk7_asn1.pico pk7_attr.pico pk7_doit.pico pk7_lib.pico pk7_mime.pico pk7_smime.pico pkcs7err.pico poly1305-x86_64.pico poly1305.pico pqueue.pico defn_cache.pico property.pico property_err.pico property_parse.pico property_query.pico property_string.pico baseprov.pico defltprov.pico nullprov.pico prov_running.pico prov_seed.pico rand_deprecated.pico rand_err.pico rand_lib.pico rand_meth.pico rand_pool.pico randfile.pico rc2_cbc.pico rc2_ecb.pico rc2_skey.pico rc2cfb64.pico rc2ofb64.pico rc4-md5-x86_64.pico rc4-x86_64.pico rmd_dgst.pico rmd_one.pico rsa_ameth.pico rsa_asn1.pico rsa_backend.pico rsa_chk.pico rsa_crpt.pico rsa_depr.pico rsa_err.pico rsa_gen.pico rsa_lib.pico rsa_meth.pico rsa_mp.pico rsa_mp_names.pico rsa_none.pico rsa_oaep.pico rsa_ossl.pico rsa_pk1.pico rsa_pmeth.pico rsa_prn.pico rsa_pss.pico rsa_saos.pico rsa_schemes.pico rsa_sign.pico rsa_sp800_56b_check.pico rsa_sp800_56b_gen.pico rsa_x931.pico rsa_x931g.pico seed.pico seed_cbc.pico seed_cfb.pico seed_ecb.pico seed_ofb.pico sha1-x86_64.pico sha1-mb-x86_64.pico keccak1600-x86_64.pico sha1dgst.pico sha3.pico libc-sha1.pico libc-sha512.pico libc-sha256.pico libc-sha2xx.pico siphash.pico sm2_crypt.pico sm2_err.pico sm2_key.pico sm2_sign.pico legacy_sm3.pico sm3.pico sm4.pico srp_lib.pico srp_vfy.pico stack.pico store_err.pico store_init.pico store_lib.pico store_meth.pico store_register.pico store_result.pico store_strings.pico ts_asn1.pico ts_conf.pico ts_err.pico ts_lib.pico ts_req_print.pico ts_req_utils.pico ts_rsp_print.pico ts_rsp_sign.pico ts_rsp_utils.pico ts_rsp_verify.pico ts_verify_ctx.pico txt_db.pico ui_err.pico ui_lib.pico ui_null.pico ui_openssl.pico ui_util.pico wp-x86_64.pico wp_dgst.pico by_dir.pico by_file.pico by_store.pico pcy_cache.pico pcy_data.pico pcy_lib.pico pcy_map.pico pcy_node.pico pcy_tree.pico t_crl.pico t_req.pico t_x509.pico v3_addr.pico v3_admis.pico v3_akeya.pico v3_akid.pico v3_asid.pico v3_bcons.pico v3_bitst.pico v3_conf.pico v3_cpols.pico v3_crld.pico v3_enum.pico v3_extku.pico v3_genn.pico v3_ia5.pico v3_info.pico v3_int.pico v3_ist.pico v3_lib.pico v3_ncons.pico v3_pci.pico v3_pcia.pico v3_pcons.pico v3_pku.pico v3_pmaps.pico v3_prn.pico v3_purp.pico v3_san.pico v3_skid.pico v3_sxnet.pico v3_tlsf.pico v3_utf8.pico v3_utl.pico v3err.pico x509_att.pico x509_cmp.pico x509_d2.pico x509_def.pico x509_err.pico x509_ext.pico x509_lu.pico x509_meth.pico x509_obj.pico x509_r2x.pico x509_req.pico x509_set.pico x509_trust.pico x509_txt.pico x509_v3.pico x509_vfy.pico x509_vpm.pico x509cset.pico x509name.pico x509rset.pico x509spki.pico x509type.pico x_all.pico x_attrib.pico x_crl.pico x_exten.pico x_name.pico x_pubkey.pico x_req.pico x_x509.pico x_x509a.pico bio_prov.pico capabilities.pico digest_to_nid.pico provider_seeding.pico provider_util.pico securitycheck.pico securitycheck_default.pico provider_ctx.pico provider_err.pico der_rsa_sig.pico der_sm2_gen.pico der_sm2_key.pico der_sm2_sig.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico rsa_enc.pico sm2_enc.pico cipher_aes.pico cipher_aes_cbc_hmac_sha.pico cipher_aes_cbc_hmac_sha1_hw.pico cipher_aes_cbc_hmac_sha256_hw.pico cipher_aes_ccm.pico cipher_aes_ccm_hw.pico cipher_aes_gcm.pico cipher_aes_gcm_hw.pico cipher_aes_hw.pico cipher_aes_ocb.pico cipher_aes_ocb_hw.pico cipher_aes_siv.pico cipher_aes_siv_hw.pico cipher_aes_wrp.pico cipher_aes_xts.pico cipher_aes_xts_fips.pico cipher_aes_xts_hw.pico cipher_aria.pico cipher_aria_ccm.pico cipher_aria_ccm_hw.pico cipher_aria_gcm.pico cipher_aria_gcm_hw.pico cipher_aria_hw.pico cipher_camellia.pico cipher_camellia_hw.pico cipher_chacha20.pico cipher_chacha20_hw.pico cipher_chacha20_poly1305.pico cipher_chacha20_poly1305_hw.pico cipher_cts.pico cipher_null.pico cipher_sm4.pico cipher_sm4_hw.pico cipher_tdes.pico cipher_tdes_common.pico cipher_tdes_default.pico cipher_tdes_default_hw.pico cipher_tdes_hw.pico cipher_tdes_wrap.pico cipher_tdes_wrap_hw.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico md5_prov.pico md5_sha1_prov.pico null_prov.pico ripemd_prov.pico sha2_prov.pico sha3_prov.pico sm3_prov.pico digestcommon.pico decode_der2key.pico decode_epki2pki.pico decode_msblob2key.pico decode_pem2der.pico decode_pvk2key.pico decode_spki2typespki.pico encode_key2any.pico encode_key2blob.pico encode_key2ms.pico encode_key2text.pico endecoder_common.pico dh_exch.pico ecdh_exch.pico ecx_exch.pico kdf_exch.pico hkdf.pico kbkdf.pico krb5kdf.pico pbkdf2.pico pbkdf2_fips.pico pkcs12kdf.pico scrypt.pico sshkdf.pico sskdf.pico tls1_prf.pico x942kdf.pico rsa_kem.pico dh_kmgmt.pico dsa_kmgmt.pico ec_kmgmt.pico ecx_kmgmt.pico kdf_legacy_kmgmt.pico mac_legacy_kmgmt.pico rsa_kmgmt.pico blake2b_mac.pico blake2s_mac.pico cmac_prov.pico gmac_prov.pico hmac_prov.pico kmac_prov.pico poly1305_prov.pico siphash_prov.pico crngt.pico drbg.pico drbg_ctr.pico drbg_hash.pico drbg_hmac.pico seed_src.pico test_rng.pico rand_cpu_x86.pico rand_tsc.pico rand_unix.pico rand_win.pico dsa_sig.pico ecdsa_sig.pico eddsa_sig.pico mac_legacy_sig.pico rsa_sig.pico sm2_sig.pico file_store.pico file_store_any2obj.pico s3_cbc.pico bio_prov.pico capabilities.pico digest_to_nid.pico provider_seeding.pico provider_util.pico securitycheck.pico securitycheck_default.pico provider_ctx.pico provider_err.pico der_rsa_sig.pico der_sm2_gen.pico der_sm2_key.pico der_sm2_sig.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico cipher_aes.pico cipher_aes_cbc_hmac_sha.pico cipher_aes_cbc_hmac_sha1_hw.pico cipher_aes_cbc_hmac_sha256_hw.pico cipher_aes_ccm.pico cipher_aes_ccm_hw.pico cipher_aes_gcm.pico cipher_aes_gcm_hw.pico cipher_aes_hw.pico cipher_aes_ocb.pico cipher_aes_ocb_hw.pico cipher_aes_siv.pico cipher_aes_siv_hw.pico cipher_aes_wrp.pico cipher_aes_xts.pico cipher_aes_xts_fips.pico cipher_aes_xts_hw.pico cipher_aria.pico cipher_aria_ccm.pico cipher_aria_ccm_hw.pico cipher_aria_gcm.pico cipher_aria_gcm_hw.pico cipher_aria_hw.pico cipher_camellia.pico cipher_camellia_hw.pico cipher_chacha20.pico cipher_chacha20_hw.pico cipher_chacha20_poly1305.pico cipher_chacha20_poly1305_hw.pico cipher_cts.pico cipher_null.pico cipher_sm4.pico cipher_sm4_hw.pico cipher_tdes.pico cipher_tdes_common.pico cipher_tdes_default.pico cipher_tdes_default_hw.pico cipher_tdes_hw.pico cipher_tdes_wrap.pico cipher_tdes_wrap_hw.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico md5_prov.pico md5_sha1_prov.pico null_prov.pico ripemd_prov.pico sha2_prov.pico sha3_prov.pico sm3_prov.pico digestcommon.pico tls_pad.pico aes-x86_64.pico.tmp aesni-mb-x86_64.pico.tmp aesni-sha1-x86_64.pico.tmp aesni-sha256-x86_64.pico.tmp aesni-x86_64.pico.tmp bsaes-x86_64.pico.tmp vpaes-x86_64.pico.tmp aes_cfb.pico.tmp aes_ecb.pico.tmp aes_ige.pico.tmp aes_misc.pico.tmp aes_ofb.pico.tmp aes_wrap.pico.tmp aria.pico.tmp a_bitstr.pico.tmp a_d2i_fp.pico.tmp a_digest.pico.tmp a_dup.pico.tmp a_gentm.pico.tmp a_i2d_fp.pico.tmp a_int.pico.tmp a_mbstr.pico.tmp a_object.pico.tmp a_octet.pico.tmp a_print.pico.tmp a_sign.pico.tmp a_strex.pico.tmp a_strnid.pico.tmp a_time.pico.tmp a_type.pico.tmp a_utctm.pico.tmp a_utf8.pico.tmp a_verify.pico.tmp ameth_lib.pico.tmp asn1_err.pico.tmp asn1_gen.pico.tmp asn1_item_list.pico.tmp asn1_lib.pico.tmp asn1_parse.pico.tmp asn_mime.pico.tmp asn_moid.pico.tmp asn_mstbl.pico.tmp asn_pack.pico.tmp bio_asn1.pico.tmp bio_ndef.pico.tmp d2i_param.pico.tmp d2i_pr.pico.tmp d2i_pu.pico.tmp evp_asn1.pico.tmp f_int.pico.tmp f_string.pico.tmp i2d_evp.pico.tmp n_pkey.pico.tmp nsseq.pico.tmp p5_pbe.pico.tmp p5_pbev2.pico.tmp p5_scrypt.pico.tmp p8_pkey.pico.tmp t_bitst.pico.tmp t_pkey.pico.tmp t_spki.pico.tmp tasn_dec.pico.tmp tasn_enc.pico.tmp tasn_fre.pico.tmp tasn_new.pico.tmp tasn_prn.pico.tmp tasn_scn.pico.tmp tasn_typ.pico.tmp tasn_utl.pico.tmp x_algor.pico.tmp x_bignum.pico.tmp x_info.pico.tmp x_int64.pico.tmp x_long.pico.tmp x_pkey.pico.tmp x_sig.pico.tmp x_spki.pico.tmp x_val.pico.tmp async.pico.tmp async_err.pico.tmp async_posix.pico.tmp async_wait.pico.tmp bf_enc.pico.tmp bf_cfb64.pico.tmp bf_ecb.pico.tmp bf_ofb64.pico.tmp bf_skey.pico.tmp bf_buff.pico.tmp bf_lbuf.pico.tmp bf_nbio.pico.tmp bf_null.pico.tmp bf_prefix.pico.tmp bf_readbuff.pico.tmp bio_addr.pico.tmp bio_cb.pico.tmp bio_dump.pico.tmp bio_err.pico.tmp bio_lib.pico.tmp bio_meth.pico.tmp bio_print.pico.tmp bio_sock.pico.tmp bio_sock2.pico.tmp bss_acpt.pico.tmp bss_bio.pico.tmp bss_conn.pico.tmp bss_core.pico.tmp bss_dgram.pico.tmp bss_fd.pico.tmp bss_file.pico.tmp bss_log.pico.tmp bss_mem.pico.tmp bss_null.pico.tmp bss_sock.pico.tmp ossl_core_bio.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp blake2b_mac.pico.tmp blake2s_mac.pico.tmp x86_64-gf2m.pico.tmp x86_64-mont.pico.tmp x86_64-mont5.pico.tmp rsaz-x86_64.pico.tmp rsaz-avx2.pico.tmp rsaz-avx512.pico.tmp x86_64-gcc.pico.tmp bn_add.pico.tmp bn_blind.pico.tmp bn_const.pico.tmp bn_conv.pico.tmp bn_ctx.pico.tmp bn_depr.pico.tmp bn_dh.pico.tmp bn_div.pico.tmp bn_err.pico.tmp bn_exp.pico.tmp bn_exp2.pico.tmp bn_gcd.pico.tmp bn_gf2m.pico.tmp bn_intern.pico.tmp bn_kron.pico.tmp bn_lib.pico.tmp bn_mod.pico.tmp bn_mont.pico.tmp bn_mpi.pico.tmp bn_mul.pico.tmp bn_nist.pico.tmp bn_prime.pico.tmp bn_print.pico.tmp bn_rand.pico.tmp bn_recp.pico.tmp bn_rsa_fips186_4.pico.tmp bn_shift.pico.tmp bn_sqr.pico.tmp bn_sqrt.pico.tmp bn_srp.pico.tmp bn_word.pico.tmp bn_x931p.pico.tmp rsaz_exp.pico.tmp rsaz_exp_x2.pico.tmp buf_err.pico.tmp buffer.pico.tmp cmll-x86_64.pico.tmp cmll_cfb.pico.tmp cmll_ctr.pico.tmp cmll_ecb.pico.tmp cmll_misc.pico.tmp cmll_ofb.pico.tmp c_enc.pico.tmp c_cfb64.pico.tmp c_ecb.pico.tmp c_ofb64.pico.tmp c_skey.pico.tmp chacha-x86_64.pico.tmp cmac.pico.tmp cmp_asn.pico.tmp cmp_client.pico.tmp cmp_ctx.pico.tmp cmp_err.pico.tmp cmp_hdr.pico.tmp cmp_http.pico.tmp cmp_msg.pico.tmp cmp_protect.pico.tmp cmp_server.pico.tmp cmp_status.pico.tmp cmp_util.pico.tmp cmp_vfy.pico.tmp cms_asn1.pico.tmp cms_att.pico.tmp cms_cd.pico.tmp cms_dd.pico.tmp cms_dh.pico.tmp cms_ec.pico.tmp cms_enc.pico.tmp cms_env.pico.tmp cms_err.pico.tmp cms_ess.pico.tmp cms_io.pico.tmp cms_kari.pico.tmp cms_lib.pico.tmp cms_pwri.pico.tmp cms_rsa.pico.tmp cms_sd.pico.tmp cms_smime.pico.tmp c_zlib.pico.tmp comp_err.pico.tmp comp_lib.pico.tmp conf_api.pico.tmp conf_def.pico.tmp conf_err.pico.tmp conf_lib.pico.tmp conf_mall.pico.tmp conf_mod.pico.tmp conf_sap.pico.tmp conf_ssl.pico.tmp crmf_asn.pico.tmp crmf_err.pico.tmp crmf_lib.pico.tmp crmf_pbm.pico.tmp asn1_dsa.pico.tmp bsearch.pico.tmp context.pico.tmp core_algorithm.pico.tmp core_fetch.pico.tmp core_namemap.pico.tmp cpt_err.pico.tmp cpuid.pico.tmp cryptlib.pico.tmp ctype.pico.tmp cversion.pico.tmp der_writer.pico.tmp ebcdic.pico.tmp ex_data.pico.tmp getenv.pico.tmp info.pico.tmp init.pico.tmp initthread.pico.tmp mem.pico.tmp mem_sec.pico.tmp o_dir.pico.tmp o_fopen.pico.tmp o_init.pico.tmp o_str.pico.tmp o_time.pico.tmp packet.pico.tmp param_build.pico.tmp param_build_set.pico.tmp params.pico.tmp params_dup.pico.tmp params_from_text.pico.tmp passphrase.pico.tmp provider.pico.tmp provider_child.pico.tmp provider_conf.pico.tmp provider_core.pico.tmp provider_predefined.pico.tmp punycode.pico.tmp self_test_core.pico.tmp sparse_array.pico.tmp threads_lib.pico.tmp threads_none.pico.tmp threads_pthread.pico.tmp threads_win.pico.tmp trace.pico.tmp uid.pico.tmp x86_64cpuid.pico.tmp ct_b64.pico.tmp ct_err.pico.tmp ct_log.pico.tmp ct_oct.pico.tmp ct_policy.pico.tmp ct_prn.pico.tmp ct_sct.pico.tmp ct_sct_ctx.pico.tmp ct_vfy.pico.tmp ct_x509v3.pico.tmp curve448.pico.tmp curve448_tables.pico.tmp eddsa.pico.tmp f_generic.pico.tmp f_impl32.pico.tmp f_impl64.pico.tmp scalar.pico.tmp des_enc.pico.tmp fcrypt_b.pico.tmp cbc_cksm.pico.tmp cbc_enc.pico.tmp cfb64ede.pico.tmp cfb64enc.pico.tmp cfb_enc.pico.tmp ecb3_enc.pico.tmp ecb_enc.pico.tmp fcrypt.pico.tmp ofb64ede.pico.tmp ofb64enc.pico.tmp ofb_enc.pico.tmp pcbc_enc.pico.tmp qud_cksm.pico.tmp rand_key.pico.tmp set_key.pico.tmp str2key.pico.tmp xcbc_enc.pico.tmp dh_ameth.pico.tmp dh_asn1.pico.tmp dh_backend.pico.tmp dh_check.pico.tmp dh_depr.pico.tmp dh_err.pico.tmp dh_gen.pico.tmp dh_group_params.pico.tmp dh_kdf.pico.tmp dh_key.pico.tmp dh_lib.pico.tmp dh_meth.pico.tmp dh_pmeth.pico.tmp dh_prn.pico.tmp dh_rfc5114.pico.tmp dsa_ameth.pico.tmp dsa_asn1.pico.tmp dsa_backend.pico.tmp dsa_check.pico.tmp dsa_depr.pico.tmp dsa_err.pico.tmp dsa_gen.pico.tmp dsa_key.pico.tmp dsa_lib.pico.tmp dsa_meth.pico.tmp dsa_ossl.pico.tmp dsa_pmeth.pico.tmp dsa_prn.pico.tmp dsa_sign.pico.tmp dsa_vrf.pico.tmp dso_dl.pico.tmp dso_dlfcn.pico.tmp dso_err.pico.tmp dso_lib.pico.tmp dso_openssl.pico.tmp dso_vms.pico.tmp dso_win32.pico.tmp ecp_nistz256-x86_64.pico.tmp x25519-x86_64.pico.tmp curve25519.pico.tmp ec2_oct.pico.tmp ec2_smpl.pico.tmp ec_ameth.pico.tmp ec_asn1.pico.tmp ec_backend.pico.tmp ec_check.pico.tmp ec_curve.pico.tmp ec_cvt.pico.tmp ec_deprecated.pico.tmp ec_err.pico.tmp ec_key.pico.tmp ec_kmeth.pico.tmp ec_lib.pico.tmp ec_mult.pico.tmp ec_oct.pico.tmp ec_pmeth.pico.tmp ec_print.pico.tmp ecdh_kdf.pico.tmp ecdh_ossl.pico.tmp ecdsa_ossl.pico.tmp ecdsa_sign.pico.tmp ecdsa_vrf.pico.tmp eck_prn.pico.tmp ecp_mont.pico.tmp ecp_nist.pico.tmp ecp_oct.pico.tmp ecp_smpl.pico.tmp ecx_backend.pico.tmp ecx_key.pico.tmp ecx_meth.pico.tmp ecp_nistz256.pico.tmp decoder_err.pico.tmp decoder_lib.pico.tmp decoder_meth.pico.tmp decoder_pkey.pico.tmp encoder_err.pico.tmp encoder_lib.pico.tmp encoder_meth.pico.tmp encoder_pkey.pico.tmp decode_der2key.pico.tmp eng_all.pico.tmp eng_cnf.pico.tmp eng_ctrl.pico.tmp eng_dyn.pico.tmp eng_err.pico.tmp eng_fat.pico.tmp eng_init.pico.tmp eng_lib.pico.tmp eng_list.pico.tmp eng_openssl.pico.tmp eng_pkey.pico.tmp eng_rdrand.pico.tmp eng_table.pico.tmp tb_asnmth.pico.tmp tb_cipher.pico.tmp tb_dh.pico.tmp tb_digest.pico.tmp tb_dsa.pico.tmp tb_eckey.pico.tmp tb_pkmeth.pico.tmp tb_rand.pico.tmp tb_rsa.pico.tmp err.pico.tmp err_all.pico.tmp err_all_legacy.pico.tmp err_blocks.pico.tmp err_prn.pico.tmp ess_asn1.pico.tmp ess_err.pico.tmp ess_lib.pico.tmp asymcipher.pico.tmp bio_b64.pico.tmp bio_enc.pico.tmp bio_md.pico.tmp bio_ok.pico.tmp c_allc.pico.tmp c_alld.pico.tmp cmeth_lib.pico.tmp ctrl_params_translate.pico.tmp dh_ctrl.pico.tmp dh_support.pico.tmp digest.pico.tmp dsa_ctrl.pico.tmp e_aes.pico.tmp e_aes_cbc_hmac_sha1.pico.tmp e_aes_cbc_hmac_sha256.pico.tmp e_aria.pico.tmp e_bf.pico.tmp e_camellia.pico.tmp e_cast.pico.tmp e_chacha20_poly1305.pico.tmp e_des.pico.tmp e_des3.pico.tmp e_idea.pico.tmp e_null.pico.tmp e_old.pico.tmp e_rc2.pico.tmp e_rc4.pico.tmp e_rc4_hmac_md5.pico.tmp e_rc5.pico.tmp e_seed.pico.tmp e_sm4.pico.tmp e_xcbc_d.pico.tmp ec_ctrl.pico.tmp ec_support.pico.tmp encode.pico.tmp evp_cnf.pico.tmp evp_enc.pico.tmp evp_err.pico.tmp evp_fetch.pico.tmp evp_key.pico.tmp evp_lib.pico.tmp evp_pbe.pico.tmp evp_pkey.pico.tmp evp_rand.pico.tmp evp_utils.pico.tmp exchange.pico.tmp kdf_lib.pico.tmp kdf_meth.pico.tmp kem.pico.tmp keymgmt_lib.pico.tmp keymgmt_meth.pico.tmp legacy_blake2.pico.tmp legacy_md4.pico.tmp legacy_md5.pico.tmp legacy_md5_sha1.pico.tmp legacy_mdc2.pico.tmp legacy_ripemd.pico.tmp legacy_sha.pico.tmp legacy_wp.pico.tmp m_null.pico.tmp m_sigver.pico.tmp mac_lib.pico.tmp mac_meth.pico.tmp names.pico.tmp p5_crpt.pico.tmp p5_crpt2.pico.tmp p_dec.pico.tmp p_enc.pico.tmp p_legacy.pico.tmp p_lib.pico.tmp p_open.pico.tmp p_seal.pico.tmp p_sign.pico.tmp p_verify.pico.tmp pbe_scrypt.pico.tmp pmeth_check.pico.tmp pmeth_gn.pico.tmp pmeth_lib.pico.tmp signature.pico.tmp ffc_backend.pico.tmp ffc_dh.pico.tmp ffc_key_generate.pico.tmp ffc_key_validate.pico.tmp ffc_params.pico.tmp ffc_params_generate.pico.tmp ffc_params_validate.pico.tmp hmac.pico.tmp http_client.pico.tmp http_err.pico.tmp http_lib.pico.tmp i_cbc.pico.tmp i_cfb64.pico.tmp i_ecb.pico.tmp i_ofb64.pico.tmp i_skey.pico.tmp kdf_err.pico.tmp lh_stats.pico.tmp lhash.pico.tmp md4_dgst.pico.tmp md4_one.pico.tmp md5-x86_64.pico.tmp md5_dgst.pico.tmp md5_one.pico.tmp md5_sha1.pico.tmp mdc2_one.pico.tmp mdc2dgst.pico.tmp aesni-gcm-x86_64.pico.tmp ghash-x86_64.pico.tmp cbc128.pico.tmp ccm128.pico.tmp cfb128.pico.tmp ctr128.pico.tmp cts128.pico.tmp gcm128.pico.tmp ocb128.pico.tmp ofb128.pico.tmp siv128.pico.tmp wrap128.pico.tmp xts128.pico.tmp o_names.pico.tmp obj_dat.pico.tmp obj_err.pico.tmp obj_lib.pico.tmp obj_xref.pico.tmp ocsp_asn.pico.tmp ocsp_cl.pico.tmp ocsp_err.pico.tmp ocsp_ext.pico.tmp ocsp_http.pico.tmp ocsp_lib.pico.tmp ocsp_prn.pico.tmp ocsp_srv.pico.tmp ocsp_vfy.pico.tmp v3_ocsp.pico.tmp pem_all.pico.tmp pem_err.pico.tmp pem_info.pico.tmp pem_lib.pico.tmp pem_oth.pico.tmp pem_pk8.pico.tmp pem_pkey.pico.tmp pem_sign.pico.tmp pem_x509.pico.tmp pem_xaux.pico.tmp pvkfmt.pico.tmp p12_add.pico.tmp p12_asn.pico.tmp p12_attr.pico.tmp p12_crpt.pico.tmp p12_crt.pico.tmp p12_decr.pico.tmp p12_init.pico.tmp p12_key.pico.tmp p12_kiss.pico.tmp p12_mutl.pico.tmp p12_npas.pico.tmp p12_p8d.pico.tmp p12_p8e.pico.tmp p12_sbag.pico.tmp p12_utl.pico.tmp pk12err.pico.tmp bio_pk7.pico.tmp pk7_asn1.pico.tmp pk7_attr.pico.tmp pk7_doit.pico.tmp pk7_lib.pico.tmp pk7_mime.pico.tmp pk7_smime.pico.tmp pkcs7err.pico.tmp poly1305-x86_64.pico.tmp poly1305.pico.tmp pqueue.pico.tmp defn_cache.pico.tmp property.pico.tmp property_err.pico.tmp property_parse.pico.tmp property_query.pico.tmp property_string.pico.tmp baseprov.pico.tmp defltprov.pico.tmp nullprov.pico.tmp prov_running.pico.tmp prov_seed.pico.tmp rand_deprecated.pico.tmp rand_err.pico.tmp rand_lib.pico.tmp rand_meth.pico.tmp rand_pool.pico.tmp randfile.pico.tmp rc2_cbc.pico.tmp rc2_ecb.pico.tmp rc2_skey.pico.tmp rc2cfb64.pico.tmp rc2ofb64.pico.tmp rc4-md5-x86_64.pico.tmp rc4-x86_64.pico.tmp rmd_dgst.pico.tmp rmd_one.pico.tmp rsa_ameth.pico.tmp rsa_asn1.pico.tmp rsa_backend.pico.tmp rsa_chk.pico.tmp rsa_crpt.pico.tmp rsa_depr.pico.tmp rsa_err.pico.tmp rsa_gen.pico.tmp rsa_lib.pico.tmp rsa_meth.pico.tmp rsa_mp.pico.tmp rsa_mp_names.pico.tmp rsa_none.pico.tmp rsa_oaep.pico.tmp rsa_ossl.pico.tmp rsa_pk1.pico.tmp rsa_pmeth.pico.tmp rsa_prn.pico.tmp rsa_pss.pico.tmp rsa_saos.pico.tmp rsa_schemes.pico.tmp rsa_sign.pico.tmp rsa_sp800_56b_check.pico.tmp rsa_sp800_56b_gen.pico.tmp rsa_x931.pico.tmp rsa_x931g.pico.tmp seed.pico.tmp seed_cbc.pico.tmp seed_cfb.pico.tmp seed_ecb.pico.tmp seed_ofb.pico.tmp sha1-x86_64.pico.tmp sha1-mb-x86_64.pico.tmp keccak1600-x86_64.pico.tmp sha1dgst.pico.tmp sha3.pico.tmp libc-sha1.pico.tmp libc-sha512.pico.tmp libc-sha256.pico.tmp libc-sha2xx.pico.tmp siphash.pico.tmp sm2_crypt.pico.tmp sm2_err.pico.tmp sm2_key.pico.tmp sm2_sign.pico.tmp legacy_sm3.pico.tmp sm3.pico.tmp sm4.pico.tmp srp_lib.pico.tmp srp_vfy.pico.tmp stack.pico.tmp store_err.pico.tmp store_init.pico.tmp store_lib.pico.tmp store_meth.pico.tmp store_register.pico.tmp store_result.pico.tmp store_strings.pico.tmp ts_asn1.pico.tmp ts_conf.pico.tmp ts_err.pico.tmp ts_lib.pico.tmp ts_req_print.pico.tmp ts_req_utils.pico.tmp ts_rsp_print.pico.tmp ts_rsp_sign.pico.tmp ts_rsp_utils.pico.tmp ts_rsp_verify.pico.tmp ts_verify_ctx.pico.tmp txt_db.pico.tmp ui_err.pico.tmp ui_lib.pico.tmp ui_null.pico.tmp ui_openssl.pico.tmp ui_util.pico.tmp wp-x86_64.pico.tmp wp_dgst.pico.tmp by_dir.pico.tmp by_file.pico.tmp by_store.pico.tmp pcy_cache.pico.tmp pcy_data.pico.tmp pcy_lib.pico.tmp pcy_map.pico.tmp pcy_node.pico.tmp pcy_tree.pico.tmp t_crl.pico.tmp t_req.pico.tmp t_x509.pico.tmp v3_addr.pico.tmp v3_admis.pico.tmp v3_akeya.pico.tmp v3_akid.pico.tmp v3_asid.pico.tmp v3_bcons.pico.tmp v3_bitst.pico.tmp v3_conf.pico.tmp v3_cpols.pico.tmp v3_crld.pico.tmp v3_enum.pico.tmp v3_extku.pico.tmp v3_genn.pico.tmp v3_ia5.pico.tmp v3_info.pico.tmp v3_int.pico.tmp v3_ist.pico.tmp v3_lib.pico.tmp v3_ncons.pico.tmp v3_pci.pico.tmp v3_pcia.pico.tmp v3_pcons.pico.tmp v3_pku.pico.tmp v3_pmaps.pico.tmp v3_prn.pico.tmp v3_purp.pico.tmp v3_san.pico.tmp v3_skid.pico.tmp v3_sxnet.pico.tmp v3_tlsf.pico.tmp v3_utf8.pico.tmp v3_utl.pico.tmp v3err.pico.tmp x509_att.pico.tmp x509_cmp.pico.tmp x509_d2.pico.tmp x509_def.pico.tmp x509_err.pico.tmp x509_ext.pico.tmp x509_lu.pico.tmp x509_meth.pico.tmp x509_obj.pico.tmp x509_r2x.pico.tmp x509_req.pico.tmp x509_set.pico.tmp x509_trust.pico.tmp x509_txt.pico.tmp x509_v3.pico.tmp x509_vfy.pico.tmp x509_vpm.pico.tmp x509cset.pico.tmp x509name.pico.tmp x509rset.pico.tmp x509spki.pico.tmp x509type.pico.tmp x_all.pico.tmp x_attrib.pico.tmp x_crl.pico.tmp x_exten.pico.tmp x_name.pico.tmp x_pubkey.pico.tmp x_req.pico.tmp x_x509.pico.tmp x_x509a.pico.tmp bio_prov.pico.tmp capabilities.pico.tmp digest_to_nid.pico.tmp provider_seeding.pico.tmp provider_util.pico.tmp securitycheck.pico.tmp securitycheck_default.pico.tmp provider_ctx.pico.tmp provider_err.pico.tmp der_rsa_sig.pico.tmp der_sm2_gen.pico.tmp der_sm2_key.pico.tmp der_sm2_sig.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp rsa_enc.pico.tmp sm2_enc.pico.tmp cipher_aes.pico.tmp cipher_aes_cbc_hmac_sha.pico.tmp cipher_aes_cbc_hmac_sha1_hw.pico.tmp cipher_aes_cbc_hmac_sha256_hw.pico.tmp cipher_aes_ccm.pico.tmp cipher_aes_ccm_hw.pico.tmp cipher_aes_gcm.pico.tmp cipher_aes_gcm_hw.pico.tmp cipher_aes_hw.pico.tmp cipher_aes_ocb.pico.tmp cipher_aes_ocb_hw.pico.tmp cipher_aes_siv.pico.tmp cipher_aes_siv_hw.pico.tmp cipher_aes_wrp.pico.tmp cipher_aes_xts.pico.tmp cipher_aes_xts_fips.pico.tmp cipher_aes_xts_hw.pico.tmp cipher_aria.pico.tmp cipher_aria_ccm.pico.tmp cipher_aria_ccm_hw.pico.tmp cipher_aria_gcm.pico.tmp cipher_aria_gcm_hw.pico.tmp cipher_aria_hw.pico.tmp cipher_camellia.pico.tmp cipher_camellia_hw.pico.tmp cipher_chacha20.pico.tmp cipher_chacha20_hw.pico.tmp cipher_chacha20_poly1305.pico.tmp cipher_chacha20_poly1305_hw.pico.tmp cipher_cts.pico.tmp cipher_null.pico.tmp cipher_sm4.pico.tmp cipher_sm4_hw.pico.tmp cipher_tdes.pico.tmp cipher_tdes_common.pico.tmp cipher_tdes_default.pico.tmp cipher_tdes_default_hw.pico.tmp cipher_tdes_hw.pico.tmp cipher_tdes_wrap.pico.tmp cipher_tdes_wrap_hw.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp md5_prov.pico.tmp md5_sha1_prov.pico.tmp null_prov.pico.tmp ripemd_prov.pico.tmp sha2_prov.pico.tmp sha3_prov.pico.tmp sm3_prov.pico.tmp digestcommon.pico.tmp decode_der2key.pico.tmp decode_epki2pki.pico.tmp decode_msblob2key.pico.tmp decode_pem2der.pico.tmp decode_pvk2key.pico.tmp decode_spki2typespki.pico.tmp encode_key2any.pico.tmp encode_key2blob.pico.tmp encode_key2ms.pico.tmp encode_key2text.pico.tmp endecoder_common.pico.tmp dh_exch.pico.tmp ecdh_exch.pico.tmp ecx_exch.pico.tmp kdf_exch.pico.tmp hkdf.pico.tmp kbkdf.pico.tmp krb5kdf.pico.tmp pbkdf2.pico.tmp pbkdf2_fips.pico.tmp pkcs12kdf.pico.tmp scrypt.pico.tmp sshkdf.pico.tmp sskdf.pico.tmp tls1_prf.pico.tmp x942kdf.pico.tmp rsa_kem.pico.tmp dh_kmgmt.pico.tmp dsa_kmgmt.pico.tmp ec_kmgmt.pico.tmp ecx_kmgmt.pico.tmp kdf_legacy_kmgmt.pico.tmp mac_legacy_kmgmt.pico.tmp rsa_kmgmt.pico.tmp blake2b_mac.pico.tmp blake2s_mac.pico.tmp cmac_prov.pico.tmp gmac_prov.pico.tmp hmac_prov.pico.tmp kmac_prov.pico.tmp poly1305_prov.pico.tmp siphash_prov.pico.tmp crngt.pico.tmp drbg.pico.tmp drbg_ctr.pico.tmp drbg_hash.pico.tmp drbg_hmac.pico.tmp seed_src.pico.tmp test_rng.pico.tmp rand_cpu_x86.pico.tmp rand_tsc.pico.tmp rand_unix.pico.tmp rand_win.pico.tmp dsa_sig.pico.tmp ecdsa_sig.pico.tmp eddsa_sig.pico.tmp mac_legacy_sig.pico.tmp rsa_sig.pico.tmp sm2_sig.pico.tmp file_store.pico.tmp file_store_any2obj.pico.tmp s3_cbc.pico.tmp bio_prov.pico.tmp capabilities.pico.tmp digest_to_nid.pico.tmp provider_seeding.pico.tmp provider_util.pico.tmp securitycheck.pico.tmp securitycheck_default.pico.tmp provider_ctx.pico.tmp provider_err.pico.tmp der_rsa_sig.pico.tmp der_sm2_gen.pico.tmp der_sm2_key.pico.tmp der_sm2_sig.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp cipher_aes.pico.tmp cipher_aes_cbc_hmac_sha.pico.tmp cipher_aes_cbc_hmac_sha1_hw.pico.tmp cipher_aes_cbc_hmac_sha256_hw.pico.tmp cipher_aes_ccm.pico.tmp cipher_aes_ccm_hw.pico.tmp cipher_aes_gcm.pico.tmp cipher_aes_gcm_hw.pico.tmp cipher_aes_hw.pico.tmp cipher_aes_ocb.pico.tmp cipher_aes_ocb_hw.pico.tmp cipher_aes_siv.pico.tmp cipher_aes_siv_hw.pico.tmp cipher_aes_wrp.pico.tmp cipher_aes_xts.pico.tmp cipher_aes_xts_fips.pico.tmp cipher_aes_xts_hw.pico.tmp cipher_aria.pico.tmp cipher_aria_ccm.pico.tmp cipher_aria_ccm_hw.pico.tmp cipher_aria_gcm.pico.tmp cipher_aria_gcm_hw.pico.tmp cipher_aria_hw.pico.tmp cipher_camellia.pico.tmp cipher_camellia_hw.pico.tmp cipher_chacha20.pico.tmp cipher_chacha20_hw.pico.tmp cipher_chacha20_poly1305.pico.tmp cipher_chacha20_poly1305_hw.pico.tmp cipher_cts.pico.tmp cipher_null.pico.tmp cipher_sm4.pico.tmp cipher_sm4_hw.pico.tmp cipher_tdes.pico.tmp cipher_tdes_common.pico.tmp cipher_tdes_default.pico.tmp cipher_tdes_default_hw.pico.tmp cipher_tdes_hw.pico.tmp cipher_tdes_wrap.pico.tmp cipher_tdes_wrap_hw.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp md5_prov.pico.tmp md5_sha1_prov.pico.tmp null_prov.pico.tmp ripemd_prov.pico.tmp sha2_prov.pico.tmp sha3_prov.pico.tmp sm3_prov.pico.tmp digestcommon.pico.tmp tls_pad.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xfixes && rm -f libxcb-xfixes_p.a xfixes.po xfixes.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xfixes && rm -f libxcb-xfixes_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xfixes && rm -f libxcb-xfixes_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xfixes && rm -f libxcb-xfixes_pic.a libxcb-xfixes.so.* libxcb-xfixes.so xfixes.pico xfixes.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f libcrypto_pic.a libcrypto.so.* libcrypto.so aes-x86_64.pico aesni-mb-x86_64.pico aesni-sha1-x86_64.pico aesni-sha256-x86_64.pico aesni-x86_64.pico bsaes-x86_64.pico vpaes-x86_64.pico aes_cfb.pico aes_ecb.pico aes_ige.pico aes_misc.pico aes_ofb.pico aes_wrap.pico aria.pico a_bitstr.pico a_d2i_fp.pico a_digest.pico a_dup.pico a_gentm.pico a_i2d_fp.pico a_int.pico a_mbstr.pico a_object.pico a_octet.pico a_print.pico a_sign.pico a_strex.pico a_strnid.pico a_time.pico a_type.pico a_utctm.pico a_utf8.pico a_verify.pico ameth_lib.pico asn1_err.pico asn1_gen.pico asn1_item_list.pico asn1_lib.pico asn1_parse.pico asn_mime.pico asn_moid.pico asn_mstbl.pico asn_pack.pico bio_asn1.pico bio_ndef.pico d2i_param.pico d2i_pr.pico d2i_pu.pico evp_asn1.pico f_int.pico f_string.pico i2d_evp.pico n_pkey.pico nsseq.pico p5_pbe.pico p5_pbev2.pico p5_scrypt.pico p8_pkey.pico t_bitst.pico t_pkey.pico t_spki.pico tasn_dec.pico tasn_enc.pico tasn_fre.pico tasn_new.pico tasn_prn.pico tasn_scn.pico tasn_typ.pico tasn_utl.pico x_algor.pico x_bignum.pico x_info.pico x_int64.pico x_long.pico x_pkey.pico x_sig.pico x_spki.pico x_val.pico async.pico async_err.pico async_posix.pico async_wait.pico bf_enc.pico bf_cfb64.pico bf_ecb.pico bf_ofb64.pico bf_skey.pico bf_buff.pico bf_lbuf.pico bf_nbio.pico bf_null.pico bf_prefix.pico bf_readbuff.pico bio_addr.pico bio_cb.pico bio_dump.pico bio_err.pico bio_lib.pico bio_meth.pico bio_print.pico bio_sock.pico bio_sock2.pico bss_acpt.pico bss_bio.pico bss_conn.pico bss_core.pico bss_dgram.pico bss_fd.pico bss_file.pico bss_log.pico bss_mem.pico bss_null.pico bss_sock.pico ossl_core_bio.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico blake2b_mac.pico blake2s_mac.pico x86_64-gf2m.pico x86_64-mont.pico x86_64-mont5.pico rsaz-x86_64.pico rsaz-avx2.pico rsaz-avx512.pico x86_64-gcc.pico bn_add.pico bn_blind.pico bn_const.pico bn_conv.pico bn_ctx.pico bn_depr.pico bn_dh.pico bn_div.pico bn_err.pico bn_exp.pico bn_exp2.pico bn_gcd.pico bn_gf2m.pico bn_intern.pico bn_kron.pico bn_lib.pico bn_mod.pico bn_mont.pico bn_mpi.pico bn_mul.pico bn_nist.pico bn_prime.pico bn_print.pico bn_rand.pico bn_recp.pico bn_rsa_fips186_4.pico bn_shift.pico bn_sqr.pico bn_sqrt.pico bn_srp.pico bn_word.pico bn_x931p.pico rsaz_exp.pico rsaz_exp_x2.pico buf_err.pico buffer.pico cmll-x86_64.pico cmll_cfb.pico cmll_ctr.pico cmll_ecb.pico cmll_misc.pico cmll_ofb.pico c_enc.pico c_cfb64.pico c_ecb.pico c_ofb64.pico c_skey.pico chacha-x86_64.pico cmac.pico cmp_asn.pico cmp_client.pico cmp_ctx.pico cmp_err.pico cmp_hdr.pico cmp_http.pico cmp_msg.pico cmp_protect.pico cmp_server.pico cmp_status.pico cmp_util.pico cmp_vfy.pico cms_asn1.pico cms_att.pico cms_cd.pico cms_dd.pico cms_dh.pico cms_ec.pico cms_enc.pico cms_env.pico cms_err.pico cms_ess.pico cms_io.pico cms_kari.pico cms_lib.pico cms_pwri.pico cms_rsa.pico cms_sd.pico cms_smime.pico c_zlib.pico comp_err.pico comp_lib.pico conf_api.pico conf_def.pico conf_err.pico conf_lib.pico conf_mall.pico conf_mod.pico conf_sap.pico conf_ssl.pico crmf_asn.pico crmf_err.pico crmf_lib.pico crmf_pbm.pico asn1_dsa.pico bsearch.pico context.pico core_algorithm.pico core_fetch.pico core_namemap.pico cpt_err.pico cpuid.pico cryptlib.pico ctype.pico cversion.pico der_writer.pico ebcdic.pico ex_data.pico getenv.pico info.pico init.pico initthread.pico mem.pico mem_sec.pico o_dir.pico o_fopen.pico o_init.pico o_str.pico o_time.pico packet.pico param_build.pico param_build_set.pico params.pico params_dup.pico params_from_text.pico passphrase.pico provider.pico provider_child.pico provider_conf.pico provider_core.pico provider_predefined.pico punycode.pico self_test_core.pico sparse_array.pico threads_lib.pico threads_none.pico threads_pthread.pico threads_win.pico trace.pico uid.pico x86_64cpuid.pico ct_b64.pico ct_err.pico ct_log.pico ct_oct.pico ct_policy.pico ct_prn.pico ct_sct.pico ct_sct_ctx.pico ct_vfy.pico ct_x509v3.pico curve448.pico curve448_tables.pico eddsa.pico f_generic.pico f_impl32.pico f_impl64.pico scalar.pico des_enc.pico fcrypt_b.pico cbc_cksm.pico cbc_enc.pico cfb64ede.pico cfb64enc.pico cfb_enc.pico ecb3_enc.pico ecb_enc.pico fcrypt.pico ofb64ede.pico ofb64enc.pico ofb_enc.pico pcbc_enc.pico qud_cksm.pico rand_key.pico set_key.pico str2key.pico xcbc_enc.pico dh_ameth.pico dh_asn1.pico dh_backend.pico dh_check.pico dh_depr.pico dh_err.pico dh_gen.pico dh_group_params.pico dh_kdf.pico dh_key.pico dh_lib.pico dh_meth.pico dh_pmeth.pico dh_prn.pico dh_rfc5114.pico dsa_ameth.pico dsa_asn1.pico dsa_backend.pico dsa_check.pico dsa_depr.pico dsa_err.pico dsa_gen.pico dsa_key.pico dsa_lib.pico dsa_meth.pico dsa_ossl.pico dsa_pmeth.pico dsa_prn.pico dsa_sign.pico dsa_vrf.pico dso_dl.pico dso_dlfcn.pico dso_err.pico dso_lib.pico dso_openssl.pico dso_vms.pico dso_win32.pico ecp_nistz256-x86_64.pico x25519-x86_64.pico curve25519.pico ec2_oct.pico ec2_smpl.pico ec_ameth.pico ec_asn1.pico ec_backend.pico ec_check.pico ec_curve.pico ec_cvt.pico ec_deprecated.pico ec_err.pico ec_key.pico ec_kmeth.pico ec_lib.pico ec_mult.pico ec_oct.pico ec_pmeth.pico ec_print.pico ecdh_kdf.pico ecdh_ossl.pico ecdsa_ossl.pico ecdsa_sign.pico ecdsa_vrf.pico eck_prn.pico ecp_mont.pico ecp_nist.pico ecp_oct.pico ecp_smpl.pico ecx_backend.pico ecx_key.pico ecx_meth.pico ecp_nistz256.pico decoder_err.pico decoder_lib.pico decoder_meth.pico decoder_pkey.pico encoder_err.pico encoder_lib.pico encoder_meth.pico encoder_pkey.pico decode_der2key.pico eng_all.pico eng_cnf.pico eng_ctrl.pico eng_dyn.pico eng_err.pico eng_fat.pico eng_init.pico eng_lib.pico eng_list.pico eng_openssl.pico eng_pkey.pico eng_rdrand.pico eng_table.pico tb_asnmth.pico tb_cipher.pico tb_dh.pico tb_digest.pico tb_dsa.pico tb_eckey.pico tb_pkmeth.pico tb_rand.pico tb_rsa.pico err.pico err_all.pico err_all_legacy.pico err_blocks.pico err_prn.pico ess_asn1.pico ess_err.pico ess_lib.pico asymcipher.pico bio_b64.pico bio_enc.pico bio_md.pico bio_ok.pico c_allc.pico c_alld.pico cmeth_lib.pico ctrl_params_translate.pico dh_ctrl.pico dh_support.pico digest.pico dsa_ctrl.pico e_aes.pico e_aes_cbc_hmac_sha1.pico e_aes_cbc_hmac_sha256.pico e_aria.pico e_bf.pico e_camellia.pico e_cast.pico e_chacha20_poly1305.pico e_des.pico e_des3.pico e_idea.pico e_null.pico e_old.pico e_rc2.pico e_rc4.pico e_rc4_hmac_md5.pico e_rc5.pico e_seed.pico e_sm4.pico e_xcbc_d.pico ec_ctrl.pico ec_support.pico encode.pico evp_cnf.pico evp_enc.pico evp_err.pico evp_fetch.pico evp_key.pico evp_lib.pico evp_pbe.pico evp_pkey.pico evp_rand.pico evp_utils.pico exchange.pico kdf_lib.pico kdf_meth.pico kem.pico keymgmt_lib.pico keymgmt_meth.pico legacy_blake2.pico legacy_md4.pico legacy_md5.pico legacy_md5_sha1.pico legacy_mdc2.pico legacy_ripemd.pico legacy_sha.pico legacy_wp.pico m_null.pico m_sigver.pico mac_lib.pico mac_meth.pico names.pico p5_crpt.pico p5_crpt2.pico p_dec.pico p_enc.pico p_legacy.pico p_lib.pico p_open.pico p_seal.pico p_sign.pico p_verify.pico pbe_scrypt.pico pmeth_check.pico pmeth_gn.pico pmeth_lib.pico signature.pico ffc_backend.pico ffc_dh.pico ffc_key_generate.pico ffc_key_validate.pico ffc_params.pico ffc_params_generate.pico ffc_params_validate.pico hmac.pico http_client.pico http_err.pico http_lib.pico i_cbc.pico i_cfb64.pico i_ecb.pico i_ofb64.pico i_skey.pico kdf_err.pico lh_stats.pico lhash.pico md4_dgst.pico md4_one.pico md5-x86_64.pico md5_dgst.pico md5_one.pico md5_sha1.pico mdc2_one.pico mdc2dgst.pico aesni-gcm-x86_64.pico ghash-x86_64.pico cbc128.pico ccm128.pico cfb128.pico ctr128.pico cts128.pico gcm128.pico ocb128.pico ofb128.pico siv128.pico wrap128.pico xts128.pico o_names.pico obj_dat.pico obj_err.pico obj_lib.pico obj_xref.pico ocsp_asn.pico ocsp_cl.pico ocsp_err.pico ocsp_ext.pico ocsp_http.pico ocsp_lib.pico ocsp_prn.pico ocsp_srv.pico ocsp_vfy.pico v3_ocsp.pico pem_all.pico pem_err.pico pem_info.pico pem_lib.pico pem_oth.pico pem_pk8.pico pem_pkey.pico pem_sign.pico pem_x509.pico pem_xaux.pico pvkfmt.pico p12_add.pico p12_asn.pico p12_attr.pico p12_crpt.pico p12_crt.pico p12_decr.pico p12_init.pico p12_key.pico p12_kiss.pico p12_mutl.pico p12_npas.pico p12_p8d.pico p12_p8e.pico p12_sbag.pico p12_utl.pico pk12err.pico bio_pk7.pico pk7_asn1.pico pk7_attr.pico pk7_doit.pico pk7_lib.pico pk7_mime.pico pk7_smime.pico pkcs7err.pico poly1305-x86_64.pico poly1305.pico pqueue.pico defn_cache.pico property.pico property_err.pico property_parse.pico property_query.pico property_string.pico baseprov.pico defltprov.pico nullprov.pico prov_running.pico prov_seed.pico rand_deprecated.pico rand_err.pico rand_lib.pico rand_meth.pico rand_pool.pico randfile.pico rc2_cbc.pico rc2_ecb.pico rc2_skey.pico rc2cfb64.pico rc2ofb64.pico rc4-md5-x86_64.pico rc4-x86_64.pico rmd_dgst.pico rmd_one.pico rsa_ameth.pico rsa_asn1.pico rsa_backend.pico rsa_chk.pico rsa_crpt.pico rsa_depr.pico rsa_err.pico rsa_gen.pico rsa_lib.pico rsa_meth.pico rsa_mp.pico rsa_mp_names.pico rsa_none.pico rsa_oaep.pico rsa_ossl.pico rsa_pk1.pico rsa_pmeth.pico rsa_prn.pico rsa_pss.pico rsa_saos.pico rsa_schemes.pico rsa_sign.pico rsa_sp800_56b_check.pico rsa_sp800_56b_gen.pico rsa_x931.pico rsa_x931g.pico seed.pico seed_cbc.pico seed_cfb.pico seed_ecb.pico seed_ofb.pico sha1-x86_64.pico sha1-mb-x86_64.pico keccak1600-x86_64.pico sha1dgst.pico sha3.pico libc-sha1.pico libc-sha512.pico libc-sha256.pico libc-sha2xx.pico siphash.pico sm2_crypt.pico sm2_err.pico sm2_key.pico sm2_sign.pico legacy_sm3.pico sm3.pico sm4.pico srp_lib.pico srp_vfy.pico stack.pico store_err.pico store_init.pico store_lib.pico store_meth.pico store_register.pico store_result.pico store_strings.pico ts_asn1.pico ts_conf.pico ts_err.pico ts_lib.pico ts_req_print.pico ts_req_utils.pico ts_rsp_print.pico ts_rsp_sign.pico ts_rsp_utils.pico ts_rsp_verify.pico ts_verify_ctx.pico txt_db.pico ui_err.pico ui_lib.pico ui_null.pico ui_openssl.pico ui_util.pico wp-x86_64.pico wp_dgst.pico by_dir.pico by_file.pico by_store.pico pcy_cache.pico pcy_data.pico pcy_lib.pico pcy_map.pico pcy_node.pico pcy_tree.pico t_crl.pico t_req.pico t_x509.pico v3_addr.pico v3_admis.pico v3_akeya.pico v3_akid.pico v3_asid.pico v3_bcons.pico v3_bitst.pico v3_conf.pico v3_cpols.pico v3_crld.pico v3_enum.pico v3_extku.pico v3_genn.pico v3_ia5.pico v3_info.pico v3_int.pico v3_ist.pico v3_lib.pico v3_ncons.pico v3_pci.pico v3_pcia.pico v3_pcons.pico v3_pku.pico v3_pmaps.pico v3_prn.pico v3_purp.pico v3_san.pico v3_skid.pico v3_sxnet.pico v3_tlsf.pico v3_utf8.pico v3_utl.pico v3err.pico x509_att.pico x509_cmp.pico x509_d2.pico x509_def.pico x509_err.pico x509_ext.pico x509_lu.pico x509_meth.pico x509_obj.pico x509_r2x.pico x509_req.pico x509_set.pico x509_trust.pico x509_txt.pico x509_v3.pico x509_vfy.pico x509_vpm.pico x509cset.pico x509name.pico x509rset.pico x509spki.pico x509type.pico x_all.pico x_attrib.pico x_crl.pico x_exten.pico x_name.pico x_pubkey.pico x_req.pico x_x509.pico x_x509a.pico bio_prov.pico capabilities.pico digest_to_nid.pico provider_seeding.pico provider_util.pico securitycheck.pico securitycheck_default.pico provider_ctx.pico provider_err.pico der_rsa_sig.pico der_sm2_gen.pico der_sm2_key.pico der_sm2_sig.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico rsa_enc.pico sm2_enc.pico cipher_aes.pico cipher_aes_cbc_hmac_sha.pico cipher_aes_cbc_hmac_sha1_hw.pico cipher_aes_cbc_hmac_sha256_hw.pico cipher_aes_ccm.pico cipher_aes_ccm_hw.pico cipher_aes_gcm.pico cipher_aes_gcm_hw.pico cipher_aes_hw.pico cipher_aes_ocb.pico cipher_aes_ocb_hw.pico cipher_aes_siv.pico cipher_aes_siv_hw.pico cipher_aes_wrp.pico cipher_aes_xts.pico cipher_aes_xts_fips.pico cipher_aes_xts_hw.pico cipher_aria.pico cipher_aria_ccm.pico cipher_aria_ccm_hw.pico cipher_aria_gcm.pico cipher_aria_gcm_hw.pico cipher_aria_hw.pico cipher_camellia.pico cipher_camellia_hw.pico cipher_chacha20.pico cipher_chacha20_hw.pico cipher_chacha20_poly1305.pico cipher_chacha20_poly1305_hw.pico cipher_cts.pico cipher_null.pico cipher_sm4.pico cipher_sm4_hw.pico cipher_tdes.pico cipher_tdes_common.pico cipher_tdes_default.pico cipher_tdes_default_hw.pico cipher_tdes_hw.pico cipher_tdes_wrap.pico cipher_tdes_wrap_hw.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico md5_prov.pico md5_sha1_prov.pico null_prov.pico ripemd_prov.pico sha2_prov.pico sha3_prov.pico sm3_prov.pico digestcommon.pico decode_der2key.pico decode_epki2pki.pico decode_msblob2key.pico decode_pem2der.pico decode_pvk2key.pico decode_spki2typespki.pico encode_key2any.pico encode_key2blob.pico encode_key2ms.pico encode_key2text.pico endecoder_common.pico dh_exch.pico ecdh_exch.pico ecx_exch.pico kdf_exch.pico hkdf.pico kbkdf.pico krb5kdf.pico pbkdf2.pico pbkdf2_fips.pico pkcs12kdf.pico scrypt.pico sshkdf.pico sskdf.pico tls1_prf.pico x942kdf.pico rsa_kem.pico dh_kmgmt.pico dsa_kmgmt.pico ec_kmgmt.pico ecx_kmgmt.pico kdf_legacy_kmgmt.pico mac_legacy_kmgmt.pico rsa_kmgmt.pico blake2b_mac.pico blake2s_mac.pico cmac_prov.pico gmac_prov.pico hmac_prov.pico kmac_prov.pico poly1305_prov.pico siphash_prov.pico crngt.pico drbg.pico drbg_ctr.pico drbg_hash.pico drbg_hmac.pico seed_src.pico test_rng.pico rand_cpu_x86.pico rand_tsc.pico rand_unix.pico rand_win.pico dsa_sig.pico ecdsa_sig.pico eddsa_sig.pico mac_legacy_sig.pico rsa_sig.pico sm2_sig.pico file_store.pico file_store_any2obj.pico s3_cbc.pico bio_prov.pico capabilities.pico digest_to_nid.pico provider_seeding.pico provider_util.pico securitycheck.pico securitycheck_default.pico provider_ctx.pico provider_err.pico der_rsa_sig.pico der_sm2_gen.pico der_sm2_key.pico der_sm2_sig.pico der_ec_gen.pico der_digests_gen.pico der_dsa_gen.pico der_dsa_key.pico der_dsa_sig.pico der_ec_key.pico der_ec_sig.pico der_ecx_gen.pico der_ecx_key.pico der_rsa_gen.pico der_rsa_key.pico der_wrap_gen.pico cipher_aes.pico cipher_aes_cbc_hmac_sha.pico cipher_aes_cbc_hmac_sha1_hw.pico cipher_aes_cbc_hmac_sha256_hw.pico cipher_aes_ccm.pico cipher_aes_ccm_hw.pico cipher_aes_gcm.pico cipher_aes_gcm_hw.pico cipher_aes_hw.pico cipher_aes_ocb.pico cipher_aes_ocb_hw.pico cipher_aes_siv.pico cipher_aes_siv_hw.pico cipher_aes_wrp.pico cipher_aes_xts.pico cipher_aes_xts_fips.pico cipher_aes_xts_hw.pico cipher_aria.pico cipher_aria_ccm.pico cipher_aria_ccm_hw.pico cipher_aria_gcm.pico cipher_aria_gcm_hw.pico cipher_aria_hw.pico cipher_camellia.pico cipher_camellia_hw.pico cipher_chacha20.pico cipher_chacha20_hw.pico cipher_chacha20_poly1305.pico cipher_chacha20_poly1305_hw.pico cipher_cts.pico cipher_null.pico cipher_sm4.pico cipher_sm4_hw.pico cipher_tdes.pico cipher_tdes_common.pico cipher_tdes_default.pico cipher_tdes_default_hw.pico cipher_tdes_hw.pico cipher_tdes_wrap.pico cipher_tdes_wrap_hw.pico ciphercommon.pico ciphercommon_block.pico ciphercommon_ccm.pico ciphercommon_ccm_hw.pico ciphercommon_gcm.pico ciphercommon_gcm_hw.pico ciphercommon_hw.pico blake2_prov.pico blake2b_prov.pico blake2s_prov.pico md5_prov.pico md5_sha1_prov.pico null_prov.pico ripemd_prov.pico sha2_prov.pico sha3_prov.pico sm3_prov.pico digestcommon.pico tls_pad.pico aes-x86_64.pico.tmp aesni-mb-x86_64.pico.tmp aesni-sha1-x86_64.pico.tmp aesni-sha256-x86_64.pico.tmp aesni-x86_64.pico.tmp bsaes-x86_64.pico.tmp vpaes-x86_64.pico.tmp aes_cfb.pico.tmp aes_ecb.pico.tmp aes_ige.pico.tmp aes_misc.pico.tmp aes_ofb.pico.tmp aes_wrap.pico.tmp aria.pico.tmp a_bitstr.pico.tmp a_d2i_fp.pico.tmp a_digest.pico.tmp a_dup.pico.tmp a_gentm.pico.tmp a_i2d_fp.pico.tmp a_int.pico.tmp a_mbstr.pico.tmp a_object.pico.tmp a_octet.pico.tmp a_print.pico.tmp a_sign.pico.tmp a_strex.pico.tmp a_strnid.pico.tmp a_time.pico.tmp a_type.pico.tmp a_utctm.pico.tmp a_utf8.pico.tmp a_verify.pico.tmp ameth_lib.pico.tmp asn1_err.pico.tmp asn1_gen.pico.tmp asn1_item_list.pico.tmp asn1_lib.pico.tmp asn1_parse.pico.tmp asn_mime.pico.tmp asn_moid.pico.tmp asn_mstbl.pico.tmp asn_pack.pico.tmp bio_asn1.pico.tmp bio_ndef.pico.tmp d2i_param.pico.tmp d2i_pr.pico.tmp d2i_pu.pico.tmp evp_asn1.pico.tmp f_int.pico.tmp f_string.pico.tmp i2d_evp.pico.tmp n_pkey.pico.tmp nsseq.pico.tmp p5_pbe.pico.tmp p5_pbev2.pico.tmp p5_scrypt.pico.tmp p8_pkey.pico.tmp t_bitst.pico.tmp t_pkey.pico.tmp t_spki.pico.tmp tasn_dec.pico.tmp tasn_enc.pico.tmp tasn_fre.pico.tmp tasn_new.pico.tmp tasn_prn.pico.tmp tasn_scn.pico.tmp tasn_typ.pico.tmp tasn_utl.pico.tmp x_algor.pico.tmp x_bignum.pico.tmp x_info.pico.tmp x_int64.pico.tmp x_long.pico.tmp x_pkey.pico.tmp x_sig.pico.tmp x_spki.pico.tmp x_val.pico.tmp async.pico.tmp async_err.pico.tmp async_posix.pico.tmp async_wait.pico.tmp bf_enc.pico.tmp bf_cfb64.pico.tmp bf_ecb.pico.tmp bf_ofb64.pico.tmp bf_skey.pico.tmp bf_buff.pico.tmp bf_lbuf.pico.tmp bf_nbio.pico.tmp bf_null.pico.tmp bf_prefix.pico.tmp bf_readbuff.pico.tmp bio_addr.pico.tmp bio_cb.pico.tmp bio_dump.pico.tmp bio_err.pico.tmp bio_lib.pico.tmp bio_meth.pico.tmp bio_print.pico.tmp bio_sock.pico.tmp bio_sock2.pico.tmp bss_acpt.pico.tmp bss_bio.pico.tmp bss_conn.pico.tmp bss_core.pico.tmp bss_dgram.pico.tmp bss_fd.pico.tmp bss_file.pico.tmp bss_log.pico.tmp bss_mem.pico.tmp bss_null.pico.tmp bss_sock.pico.tmp ossl_core_bio.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp blake2b_mac.pico.tmp blake2s_mac.pico.tmp x86_64-gf2m.pico.tmp x86_64-mont.pico.tmp x86_64-mont5.pico.tmp rsaz-x86_64.pico.tmp rsaz-avx2.pico.tmp rsaz-avx512.pico.tmp x86_64-gcc.pico.tmp bn_add.pico.tmp bn_blind.pico.tmp bn_const.pico.tmp bn_conv.pico.tmp bn_ctx.pico.tmp bn_depr.pico.tmp bn_dh.pico.tmp bn_div.pico.tmp bn_err.pico.tmp bn_exp.pico.tmp bn_exp2.pico.tmp bn_gcd.pico.tmp bn_gf2m.pico.tmp bn_intern.pico.tmp bn_kron.pico.tmp bn_lib.pico.tmp bn_mod.pico.tmp bn_mont.pico.tmp bn_mpi.pico.tmp bn_mul.pico.tmp bn_nist.pico.tmp bn_prime.pico.tmp bn_print.pico.tmp bn_rand.pico.tmp bn_recp.pico.tmp bn_rsa_fips186_4.pico.tmp bn_shift.pico.tmp bn_sqr.pico.tmp bn_sqrt.pico.tmp bn_srp.pico.tmp bn_word.pico.tmp bn_x931p.pico.tmp rsaz_exp.pico.tmp rsaz_exp_x2.pico.tmp buf_err.pico.tmp buffer.pico.tmp cmll-x86_64.pico.tmp cmll_cfb.pico.tmp cmll_ctr.pico.tmp cmll_ecb.pico.tmp cmll_misc.pico.tmp cmll_ofb.pico.tmp c_enc.pico.tmp c_cfb64.pico.tmp c_ecb.pico.tmp c_ofb64.pico.tmp c_skey.pico.tmp chacha-x86_64.pico.tmp cmac.pico.tmp cmp_asn.pico.tmp cmp_client.pico.tmp cmp_ctx.pico.tmp cmp_err.pico.tmp cmp_hdr.pico.tmp cmp_http.pico.tmp cmp_msg.pico.tmp cmp_protect.pico.tmp cmp_server.pico.tmp cmp_status.pico.tmp cmp_util.pico.tmp cmp_vfy.pico.tmp cms_asn1.pico.tmp cms_att.pico.tmp cms_cd.pico.tmp cms_dd.pico.tmp cms_dh.pico.tmp cms_ec.pico.tmp cms_enc.pico.tmp cms_env.pico.tmp cms_err.pico.tmp cms_ess.pico.tmp cms_io.pico.tmp cms_kari.pico.tmp cms_lib.pico.tmp cms_pwri.pico.tmp cms_rsa.pico.tmp cms_sd.pico.tmp cms_smime.pico.tmp c_zlib.pico.tmp comp_err.pico.tmp comp_lib.pico.tmp conf_api.pico.tmp conf_def.pico.tmp conf_err.pico.tmp conf_lib.pico.tmp conf_mall.pico.tmp conf_mod.pico.tmp conf_sap.pico.tmp conf_ssl.pico.tmp crmf_asn.pico.tmp crmf_err.pico.tmp crmf_lib.pico.tmp crmf_pbm.pico.tmp asn1_dsa.pico.tmp bsearch.pico.tmp context.pico.tmp core_algorithm.pico.tmp core_fetch.pico.tmp core_namemap.pico.tmp cpt_err.pico.tmp cpuid.pico.tmp cryptlib.pico.tmp ctype.pico.tmp cversion.pico.tmp der_writer.pico.tmp ebcdic.pico.tmp ex_data.pico.tmp getenv.pico.tmp info.pico.tmp init.pico.tmp initthread.pico.tmp mem.pico.tmp mem_sec.pico.tmp o_dir.pico.tmp o_fopen.pico.tmp o_init.pico.tmp o_str.pico.tmp o_time.pico.tmp packet.pico.tmp param_build.pico.tmp param_build_set.pico.tmp params.pico.tmp params_dup.pico.tmp params_from_text.pico.tmp passphrase.pico.tmp provider.pico.tmp provider_child.pico.tmp provider_conf.pico.tmp provider_core.pico.tmp provider_predefined.pico.tmp punycode.pico.tmp self_test_core.pico.tmp sparse_array.pico.tmp threads_lib.pico.tmp threads_none.pico.tmp threads_pthread.pico.tmp threads_win.pico.tmp trace.pico.tmp uid.pico.tmp x86_64cpuid.pico.tmp ct_b64.pico.tmp ct_err.pico.tmp ct_log.pico.tmp ct_oct.pico.tmp ct_policy.pico.tmp ct_prn.pico.tmp ct_sct.pico.tmp ct_sct_ctx.pico.tmp ct_vfy.pico.tmp ct_x509v3.pico.tmp curve448.pico.tmp curve448_tables.pico.tmp eddsa.pico.tmp f_generic.pico.tmp f_impl32.pico.tmp f_impl64.pico.tmp scalar.pico.tmp des_enc.pico.tmp fcrypt_b.pico.tmp cbc_cksm.pico.tmp cbc_enc.pico.tmp cfb64ede.pico.tmp cfb64enc.pico.tmp cfb_enc.pico.tmp ecb3_enc.pico.tmp ecb_enc.pico.tmp fcrypt.pico.tmp ofb64ede.pico.tmp ofb64enc.pico.tmp ofb_enc.pico.tmp pcbc_enc.pico.tmp qud_cksm.pico.tmp rand_key.pico.tmp set_key.pico.tmp str2key.pico.tmp xcbc_enc.pico.tmp dh_ameth.pico.tmp dh_asn1.pico.tmp dh_backend.pico.tmp dh_check.pico.tmp dh_depr.pico.tmp dh_err.pico.tmp dh_gen.pico.tmp dh_group_params.pico.tmp dh_kdf.pico.tmp dh_key.pico.tmp dh_lib.pico.tmp dh_meth.pico.tmp dh_pmeth.pico.tmp dh_prn.pico.tmp dh_rfc5114.pico.tmp dsa_ameth.pico.tmp dsa_asn1.pico.tmp dsa_backend.pico.tmp dsa_check.pico.tmp dsa_depr.pico.tmp dsa_err.pico.tmp dsa_gen.pico.tmp dsa_key.pico.tmp dsa_lib.pico.tmp dsa_meth.pico.tmp dsa_ossl.pico.tmp dsa_pmeth.pico.tmp dsa_prn.pico.tmp dsa_sign.pico.tmp dsa_vrf.pico.tmp dso_dl.pico.tmp dso_dlfcn.pico.tmp dso_err.pico.tmp dso_lib.pico.tmp dso_openssl.pico.tmp dso_vms.pico.tmp dso_win32.pico.tmp ecp_nistz256-x86_64.pico.tmp x25519-x86_64.pico.tmp curve25519.pico.tmp ec2_oct.pico.tmp ec2_smpl.pico.tmp ec_ameth.pico.tmp ec_asn1.pico.tmp ec_backend.pico.tmp ec_check.pico.tmp ec_curve.pico.tmp ec_cvt.pico.tmp ec_deprecated.pico.tmp ec_err.pico.tmp ec_key.pico.tmp ec_kmeth.pico.tmp ec_lib.pico.tmp ec_mult.pico.tmp ec_oct.pico.tmp ec_pmeth.pico.tmp ec_print.pico.tmp ecdh_kdf.pico.tmp ecdh_ossl.pico.tmp ecdsa_ossl.pico.tmp ecdsa_sign.pico.tmp ecdsa_vrf.pico.tmp eck_prn.pico.tmp ecp_mont.pico.tmp ecp_nist.pico.tmp ecp_oct.pico.tmp ecp_smpl.pico.tmp ecx_backend.pico.tmp ecx_key.pico.tmp ecx_meth.pico.tmp ecp_nistz256.pico.tmp decoder_err.pico.tmp decoder_lib.pico.tmp decoder_meth.pico.tmp decoder_pkey.pico.tmp encoder_err.pico.tmp encoder_lib.pico.tmp encoder_meth.pico.tmp encoder_pkey.pico.tmp decode_der2key.pico.tmp eng_all.pico.tmp eng_cnf.pico.tmp eng_ctrl.pico.tmp eng_dyn.pico.tmp eng_err.pico.tmp eng_fat.pico.tmp eng_init.pico.tmp eng_lib.pico.tmp eng_list.pico.tmp eng_openssl.pico.tmp eng_pkey.pico.tmp eng_rdrand.pico.tmp eng_table.pico.tmp tb_asnmth.pico.tmp tb_cipher.pico.tmp tb_dh.pico.tmp tb_digest.pico.tmp tb_dsa.pico.tmp tb_eckey.pico.tmp tb_pkmeth.pico.tmp tb_rand.pico.tmp tb_rsa.pico.tmp err.pico.tmp err_all.pico.tmp err_all_legacy.pico.tmp err_blocks.pico.tmp err_prn.pico.tmp ess_asn1.pico.tmp ess_err.pico.tmp ess_lib.pico.tmp asymcipher.pico.tmp bio_b64.pico.tmp bio_enc.pico.tmp bio_md.pico.tmp bio_ok.pico.tmp c_allc.pico.tmp c_alld.pico.tmp cmeth_lib.pico.tmp ctrl_params_translate.pico.tmp dh_ctrl.pico.tmp dh_support.pico.tmp digest.pico.tmp dsa_ctrl.pico.tmp e_aes.pico.tmp e_aes_cbc_hmac_sha1.pico.tmp e_aes_cbc_hmac_sha256.pico.tmp e_aria.pico.tmp e_bf.pico.tmp e_camellia.pico.tmp e_cast.pico.tmp e_chacha20_poly1305.pico.tmp e_des.pico.tmp e_des3.pico.tmp e_idea.pico.tmp e_null.pico.tmp e_old.pico.tmp e_rc2.pico.tmp e_rc4.pico.tmp e_rc4_hmac_md5.pico.tmp e_rc5.pico.tmp e_seed.pico.tmp e_sm4.pico.tmp e_xcbc_d.pico.tmp ec_ctrl.pico.tmp ec_support.pico.tmp encode.pico.tmp evp_cnf.pico.tmp evp_enc.pico.tmp evp_err.pico.tmp evp_fetch.pico.tmp evp_key.pico.tmp evp_lib.pico.tmp evp_pbe.pico.tmp evp_pkey.pico.tmp evp_rand.pico.tmp evp_utils.pico.tmp exchange.pico.tmp kdf_lib.pico.tmp kdf_meth.pico.tmp kem.pico.tmp keymgmt_lib.pico.tmp keymgmt_meth.pico.tmp legacy_blake2.pico.tmp legacy_md4.pico.tmp legacy_md5.pico.tmp legacy_md5_sha1.pico.tmp legacy_mdc2.pico.tmp legacy_ripemd.pico.tmp legacy_sha.pico.tmp legacy_wp.pico.tmp m_null.pico.tmp m_sigver.pico.tmp mac_lib.pico.tmp mac_meth.pico.tmp names.pico.tmp p5_crpt.pico.tmp p5_crpt2.pico.tmp p_dec.pico.tmp p_enc.pico.tmp p_legacy.pico.tmp p_lib.pico.tmp p_open.pico.tmp p_seal.pico.tmp p_sign.pico.tmp p_verify.pico.tmp pbe_scrypt.pico.tmp pmeth_check.pico.tmp pmeth_gn.pico.tmp pmeth_lib.pico.tmp signature.pico.tmp ffc_backend.pico.tmp ffc_dh.pico.tmp ffc_key_generate.pico.tmp ffc_key_validate.pico.tmp ffc_params.pico.tmp ffc_params_generate.pico.tmp ffc_params_validate.pico.tmp hmac.pico.tmp http_client.pico.tmp http_err.pico.tmp http_lib.pico.tmp i_cbc.pico.tmp i_cfb64.pico.tmp i_ecb.pico.tmp i_ofb64.pico.tmp i_skey.pico.tmp kdf_err.pico.tmp lh_stats.pico.tmp lhash.pico.tmp md4_dgst.pico.tmp md4_one.pico.tmp md5-x86_64.pico.tmp md5_dgst.pico.tmp md5_one.pico.tmp md5_sha1.pico.tmp mdc2_one.pico.tmp mdc2dgst.pico.tmp aesni-gcm-x86_64.pico.tmp ghash-x86_64.pico.tmp cbc128.pico.tmp ccm128.pico.tmp cfb128.pico.tmp ctr128.pico.tmp cts128.pico.tmp gcm128.pico.tmp ocb128.pico.tmp ofb128.pico.tmp siv128.pico.tmp wrap128.pico.tmp xts128.pico.tmp o_names.pico.tmp obj_dat.pico.tmp obj_err.pico.tmp obj_lib.pico.tmp obj_xref.pico.tmp ocsp_asn.pico.tmp ocsp_cl.pico.tmp ocsp_err.pico.tmp ocsp_ext.pico.tmp ocsp_http.pico.tmp ocsp_lib.pico.tmp ocsp_prn.pico.tmp ocsp_srv.pico.tmp ocsp_vfy.pico.tmp v3_ocsp.pico.tmp pem_all.pico.tmp pem_err.pico.tmp pem_info.pico.tmp pem_lib.pico.tmp pem_oth.pico.tmp pem_pk8.pico.tmp pem_pkey.pico.tmp pem_sign.pico.tmp pem_x509.pico.tmp pem_xaux.pico.tmp pvkfmt.pico.tmp p12_add.pico.tmp p12_asn.pico.tmp p12_attr.pico.tmp p12_crpt.pico.tmp p12_crt.pico.tmp p12_decr.pico.tmp p12_init.pico.tmp p12_key.pico.tmp p12_kiss.pico.tmp p12_mutl.pico.tmp p12_npas.pico.tmp p12_p8d.pico.tmp p12_p8e.pico.tmp p12_sbag.pico.tmp p12_utl.pico.tmp pk12err.pico.tmp bio_pk7.pico.tmp pk7_asn1.pico.tmp pk7_attr.pico.tmp pk7_doit.pico.tmp pk7_lib.pico.tmp pk7_mime.pico.tmp pk7_smime.pico.tmp pkcs7err.pico.tmp poly1305-x86_64.pico.tmp poly1305.pico.tmp pqueue.pico.tmp defn_cache.pico.tmp property.pico.tmp property_err.pico.tmp property_parse.pico.tmp property_query.pico.tmp property_string.pico.tmp baseprov.pico.tmp defltprov.pico.tmp nullprov.pico.tmp prov_running.pico.tmp prov_seed.pico.tmp rand_deprecated.pico.tmp rand_err.pico.tmp rand_lib.pico.tmp rand_meth.pico.tmp rand_pool.pico.tmp randfile.pico.tmp rc2_cbc.pico.tmp rc2_ecb.pico.tmp rc2_skey.pico.tmp rc2cfb64.pico.tmp rc2ofb64.pico.tmp rc4-md5-x86_64.pico.tmp rc4-x86_64.pico.tmp rmd_dgst.pico.tmp rmd_one.pico.tmp rsa_ameth.pico.tmp rsa_asn1.pico.tmp rsa_backend.pico.tmp rsa_chk.pico.tmp rsa_crpt.pico.tmp rsa_depr.pico.tmp rsa_err.pico.tmp rsa_gen.pico.tmp rsa_lib.pico.tmp rsa_meth.pico.tmp rsa_mp.pico.tmp rsa_mp_names.pico.tmp rsa_none.pico.tmp rsa_oaep.pico.tmp rsa_ossl.pico.tmp rsa_pk1.pico.tmp rsa_pmeth.pico.tmp rsa_prn.pico.tmp rsa_pss.pico.tmp rsa_saos.pico.tmp rsa_schemes.pico.tmp rsa_sign.pico.tmp rsa_sp800_56b_check.pico.tmp rsa_sp800_56b_gen.pico.tmp rsa_x931.pico.tmp rsa_x931g.pico.tmp seed.pico.tmp seed_cbc.pico.tmp seed_cfb.pico.tmp seed_ecb.pico.tmp seed_ofb.pico.tmp sha1-x86_64.pico.tmp sha1-mb-x86_64.pico.tmp keccak1600-x86_64.pico.tmp sha1dgst.pico.tmp sha3.pico.tmp libc-sha1.pico.tmp libc-sha512.pico.tmp libc-sha256.pico.tmp libc-sha2xx.pico.tmp siphash.pico.tmp sm2_crypt.pico.tmp sm2_err.pico.tmp sm2_key.pico.tmp sm2_sign.pico.tmp legacy_sm3.pico.tmp sm3.pico.tmp sm4.pico.tmp srp_lib.pico.tmp srp_vfy.pico.tmp stack.pico.tmp store_err.pico.tmp store_init.pico.tmp store_lib.pico.tmp store_meth.pico.tmp store_register.pico.tmp store_result.pico.tmp store_strings.pico.tmp ts_asn1.pico.tmp ts_conf.pico.tmp ts_err.pico.tmp ts_lib.pico.tmp ts_req_print.pico.tmp ts_req_utils.pico.tmp ts_rsp_print.pico.tmp ts_rsp_sign.pico.tmp ts_rsp_utils.pico.tmp ts_rsp_verify.pico.tmp ts_verify_ctx.pico.tmp txt_db.pico.tmp ui_err.pico.tmp ui_lib.pico.tmp ui_null.pico.tmp ui_openssl.pico.tmp ui_util.pico.tmp wp-x86_64.pico.tmp wp_dgst.pico.tmp by_dir.pico.tmp by_file.pico.tmp by_store.pico.tmp pcy_cache.pico.tmp pcy_data.pico.tmp pcy_lib.pico.tmp pcy_map.pico.tmp pcy_node.pico.tmp pcy_tree.pico.tmp t_crl.pico.tmp t_req.pico.tmp t_x509.pico.tmp v3_addr.pico.tmp v3_admis.pico.tmp v3_akeya.pico.tmp v3_akid.pico.tmp v3_asid.pico.tmp v3_bcons.pico.tmp v3_bitst.pico.tmp v3_conf.pico.tmp v3_cpols.pico.tmp v3_crld.pico.tmp v3_enum.pico.tmp v3_extku.pico.tmp v3_genn.pico.tmp v3_ia5.pico.tmp v3_info.pico.tmp v3_int.pico.tmp v3_ist.pico.tmp v3_lib.pico.tmp v3_ncons.pico.tmp v3_pci.pico.tmp v3_pcia.pico.tmp v3_pcons.pico.tmp v3_pku.pico.tmp v3_pmaps.pico.tmp v3_prn.pico.tmp v3_purp.pico.tmp v3_san.pico.tmp v3_skid.pico.tmp v3_sxnet.pico.tmp v3_tlsf.pico.tmp v3_utf8.pico.tmp v3_utl.pico.tmp v3err.pico.tmp x509_att.pico.tmp x509_cmp.pico.tmp x509_d2.pico.tmp x509_def.pico.tmp x509_err.pico.tmp x509_ext.pico.tmp x509_lu.pico.tmp x509_meth.pico.tmp x509_obj.pico.tmp x509_r2x.pico.tmp x509_req.pico.tmp x509_set.pico.tmp x509_trust.pico.tmp x509_txt.pico.tmp x509_v3.pico.tmp x509_vfy.pico.tmp x509_vpm.pico.tmp x509cset.pico.tmp x509name.pico.tmp x509rset.pico.tmp x509spki.pico.tmp x509type.pico.tmp x_all.pico.tmp x_attrib.pico.tmp x_crl.pico.tmp x_exten.pico.tmp x_name.pico.tmp x_pubkey.pico.tmp x_req.pico.tmp x_x509.pico.tmp x_x509a.pico.tmp bio_prov.pico.tmp capabilities.pico.tmp digest_to_nid.pico.tmp provider_seeding.pico.tmp provider_util.pico.tmp securitycheck.pico.tmp securitycheck_default.pico.tmp provider_ctx.pico.tmp provider_err.pico.tmp der_rsa_sig.pico.tmp der_sm2_gen.pico.tmp der_sm2_key.pico.tmp der_sm2_sig.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp rsa_enc.pico.tmp sm2_enc.pico.tmp cipher_aes.pico.tmp cipher_aes_cbc_hmac_sha.pico.tmp cipher_aes_cbc_hmac_sha1_hw.pico.tmp cipher_aes_cbc_hmac_sha256_hw.pico.tmp cipher_aes_ccm.pico.tmp cipher_aes_ccm_hw.pico.tmp cipher_aes_gcm.pico.tmp cipher_aes_gcm_hw.pico.tmp cipher_aes_hw.pico.tmp cipher_aes_ocb.pico.tmp cipher_aes_ocb_hw.pico.tmp cipher_aes_siv.pico.tmp cipher_aes_siv_hw.pico.tmp cipher_aes_wrp.pico.tmp cipher_aes_xts.pico.tmp cipher_aes_xts_fips.pico.tmp cipher_aes_xts_hw.pico.tmp cipher_aria.pico.tmp cipher_aria_ccm.pico.tmp cipher_aria_ccm_hw.pico.tmp cipher_aria_gcm.pico.tmp cipher_aria_gcm_hw.pico.tmp cipher_aria_hw.pico.tmp cipher_camellia.pico.tmp cipher_camellia_hw.pico.tmp cipher_chacha20.pico.tmp cipher_chacha20_hw.pico.tmp cipher_chacha20_poly1305.pico.tmp cipher_chacha20_poly1305_hw.pico.tmp cipher_cts.pico.tmp cipher_null.pico.tmp cipher_sm4.pico.tmp cipher_sm4_hw.pico.tmp cipher_tdes.pico.tmp cipher_tdes_common.pico.tmp cipher_tdes_default.pico.tmp cipher_tdes_default_hw.pico.tmp cipher_tdes_hw.pico.tmp cipher_tdes_wrap.pico.tmp cipher_tdes_wrap_hw.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp md5_prov.pico.tmp md5_sha1_prov.pico.tmp null_prov.pico.tmp ripemd_prov.pico.tmp sha2_prov.pico.tmp sha3_prov.pico.tmp sm3_prov.pico.tmp digestcommon.pico.tmp decode_der2key.pico.tmp decode_epki2pki.pico.tmp decode_msblob2key.pico.tmp decode_pem2der.pico.tmp decode_pvk2key.pico.tmp decode_spki2typespki.pico.tmp encode_key2any.pico.tmp encode_key2blob.pico.tmp encode_key2ms.pico.tmp encode_key2text.pico.tmp endecoder_common.pico.tmp dh_exch.pico.tmp ecdh_exch.pico.tmp ecx_exch.pico.tmp kdf_exch.pico.tmp hkdf.pico.tmp kbkdf.pico.tmp krb5kdf.pico.tmp pbkdf2.pico.tmp pbkdf2_fips.pico.tmp pkcs12kdf.pico.tmp scrypt.pico.tmp sshkdf.pico.tmp sskdf.pico.tmp tls1_prf.pico.tmp x942kdf.pico.tmp rsa_kem.pico.tmp dh_kmgmt.pico.tmp dsa_kmgmt.pico.tmp ec_kmgmt.pico.tmp ecx_kmgmt.pico.tmp kdf_legacy_kmgmt.pico.tmp mac_legacy_kmgmt.pico.tmp rsa_kmgmt.pico.tmp blake2b_mac.pico.tmp blake2s_mac.pico.tmp cmac_prov.pico.tmp gmac_prov.pico.tmp hmac_prov.pico.tmp kmac_prov.pico.tmp poly1305_prov.pico.tmp siphash_prov.pico.tmp crngt.pico.tmp drbg.pico.tmp drbg_ctr.pico.tmp drbg_hash.pico.tmp drbg_hmac.pico.tmp seed_src.pico.tmp test_rng.pico.tmp rand_cpu_x86.pico.tmp rand_tsc.pico.tmp rand_unix.pico.tmp rand_win.pico.tmp dsa_sig.pico.tmp ecdsa_sig.pico.tmp eddsa_sig.pico.tmp mac_legacy_sig.pico.tmp rsa_sig.pico.tmp sm2_sig.pico.tmp file_store.pico.tmp file_store_any2obj.pico.tmp s3_cbc.pico.tmp bio_prov.pico.tmp capabilities.pico.tmp digest_to_nid.pico.tmp provider_seeding.pico.tmp provider_util.pico.tmp securitycheck.pico.tmp securitycheck_default.pico.tmp provider_ctx.pico.tmp provider_err.pico.tmp der_rsa_sig.pico.tmp der_sm2_gen.pico.tmp der_sm2_key.pico.tmp der_sm2_sig.pico.tmp der_ec_gen.pico.tmp der_digests_gen.pico.tmp der_dsa_gen.pico.tmp der_dsa_key.pico.tmp der_dsa_sig.pico.tmp der_ec_key.pico.tmp der_ec_sig.pico.tmp der_ecx_gen.pico.tmp der_ecx_key.pico.tmp der_rsa_gen.pico.tmp der_rsa_key.pico.tmp der_wrap_gen.pico.tmp cipher_aes.pico.tmp cipher_aes_cbc_hmac_sha.pico.tmp cipher_aes_cbc_hmac_sha1_hw.pico.tmp cipher_aes_cbc_hmac_sha256_hw.pico.tmp cipher_aes_ccm.pico.tmp cipher_aes_ccm_hw.pico.tmp cipher_aes_gcm.pico.tmp cipher_aes_gcm_hw.pico.tmp cipher_aes_hw.pico.tmp cipher_aes_ocb.pico.tmp cipher_aes_ocb_hw.pico.tmp cipher_aes_siv.pico.tmp cipher_aes_siv_hw.pico.tmp cipher_aes_wrp.pico.tmp cipher_aes_xts.pico.tmp cipher_aes_xts_fips.pico.tmp cipher_aes_xts_hw.pico.tmp cipher_aria.pico.tmp cipher_aria_ccm.pico.tmp cipher_aria_ccm_hw.pico.tmp cipher_aria_gcm.pico.tmp cipher_aria_gcm_hw.pico.tmp cipher_aria_hw.pico.tmp cipher_camellia.pico.tmp cipher_camellia_hw.pico.tmp cipher_chacha20.pico.tmp cipher_chacha20_hw.pico.tmp cipher_chacha20_poly1305.pico.tmp cipher_chacha20_poly1305_hw.pico.tmp cipher_cts.pico.tmp cipher_null.pico.tmp cipher_sm4.pico.tmp cipher_sm4_hw.pico.tmp cipher_tdes.pico.tmp cipher_tdes_common.pico.tmp cipher_tdes_default.pico.tmp cipher_tdes_default_hw.pico.tmp cipher_tdes_hw.pico.tmp cipher_tdes_wrap.pico.tmp cipher_tdes_wrap_hw.pico.tmp ciphercommon.pico.tmp ciphercommon_block.pico.tmp ciphercommon_ccm.pico.tmp ciphercommon_ccm_hw.pico.tmp ciphercommon_gcm.pico.tmp ciphercommon_gcm_hw.pico.tmp ciphercommon_hw.pico.tmp blake2_prov.pico.tmp blake2b_prov.pico.tmp blake2s_prov.pico.tmp md5_prov.pico.tmp md5_sha1_prov.pico.tmp null_prov.pico.tmp ripemd_prov.pico.tmp sha2_prov.pico.tmp sha3_prov.pico.tmp sm3_prov.pico.tmp digestcommon.pico.tmp tls_pad.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xfixes && rm -f libxcb-xfixes_pic.a libxcb-xfixes.so.* libxcb-xfixes.so xfixes.pico xfixes.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xfixes && rm -f llib-lxcb-xfixes.ln xfixes.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xfixes && rm -f llib-lxcb-xfixes.ln xfixes.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xfixes && rm -f .depend xfixes.d xfixes.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f llib-lcrypto.ln aes_cfb.ln aes_ecb.ln aes_ige.ln aes_misc.ln aes_ofb.ln aes_wrap.ln aria.ln a_bitstr.ln a_d2i_fp.ln a_digest.ln a_dup.ln a_gentm.ln a_i2d_fp.ln a_int.ln a_mbstr.ln a_object.ln a_octet.ln a_print.ln a_sign.ln a_strex.ln a_strnid.ln a_time.ln a_type.ln a_utctm.ln a_utf8.ln a_verify.ln ameth_lib.ln asn1_err.ln asn1_gen.ln asn1_item_list.ln asn1_lib.ln asn1_parse.ln asn_mime.ln asn_moid.ln asn_mstbl.ln asn_pack.ln bio_asn1.ln bio_ndef.ln d2i_param.ln d2i_pr.ln d2i_pu.ln evp_asn1.ln f_int.ln f_string.ln i2d_evp.ln n_pkey.ln nsseq.ln p5_pbe.ln p5_pbev2.ln p5_scrypt.ln p8_pkey.ln t_bitst.ln t_pkey.ln t_spki.ln tasn_dec.ln tasn_enc.ln tasn_fre.ln tasn_new.ln tasn_prn.ln tasn_scn.ln tasn_typ.ln tasn_utl.ln x_algor.ln x_bignum.ln x_info.ln x_int64.ln x_long.ln x_pkey.ln x_sig.ln x_spki.ln x_val.ln async.ln async_err.ln async_posix.ln async_wait.ln bf_enc.ln bf_cfb64.ln bf_ecb.ln bf_ofb64.ln bf_skey.ln bf_buff.ln bf_lbuf.ln bf_nbio.ln bf_null.ln bf_prefix.ln bf_readbuff.ln bio_addr.ln bio_cb.ln bio_dump.ln bio_err.ln bio_lib.ln bio_meth.ln bio_print.ln bio_sock.ln bio_sock2.ln bss_acpt.ln bss_bio.ln bss_conn.ln bss_core.ln bss_dgram.ln bss_fd.ln bss_file.ln bss_log.ln bss_mem.ln bss_null.ln bss_sock.ln ossl_core_bio.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln blake2b_mac.ln blake2s_mac.ln x86_64-gcc.ln bn_add.ln bn_blind.ln bn_const.ln bn_conv.ln bn_ctx.ln bn_depr.ln bn_dh.ln bn_div.ln bn_err.ln bn_exp.ln bn_exp2.ln bn_gcd.ln bn_gf2m.ln bn_intern.ln bn_kron.ln bn_lib.ln bn_mod.ln bn_mont.ln bn_mpi.ln bn_mul.ln bn_nist.ln bn_prime.ln bn_print.ln bn_rand.ln bn_recp.ln bn_rsa_fips186_4.ln bn_shift.ln bn_sqr.ln bn_sqrt.ln bn_srp.ln bn_word.ln bn_x931p.ln rsaz_exp.ln rsaz_exp_x2.ln buf_err.ln buffer.ln cmll_cfb.ln cmll_ctr.ln cmll_ecb.ln cmll_misc.ln cmll_ofb.ln c_enc.ln c_cfb64.ln c_ecb.ln c_ofb64.ln c_skey.ln cmac.ln cmp_asn.ln cmp_client.ln cmp_ctx.ln cmp_err.ln cmp_hdr.ln cmp_http.ln cmp_msg.ln cmp_protect.ln cmp_server.ln cmp_status.ln cmp_util.ln cmp_vfy.ln cms_asn1.ln cms_att.ln cms_cd.ln cms_dd.ln cms_dh.ln cms_ec.ln cms_enc.ln cms_env.ln cms_err.ln cms_ess.ln cms_io.ln cms_kari.ln cms_lib.ln cms_pwri.ln cms_rsa.ln cms_sd.ln cms_smime.ln c_zlib.ln comp_err.ln comp_lib.ln conf_api.ln conf_def.ln conf_err.ln conf_lib.ln conf_mall.ln conf_mod.ln conf_sap.ln conf_ssl.ln crmf_asn.ln crmf_err.ln crmf_lib.ln crmf_pbm.ln asn1_dsa.ln bsearch.ln context.ln core_algorithm.ln core_fetch.ln core_namemap.ln cpt_err.ln cpuid.ln cryptlib.ln ctype.ln cversion.ln der_writer.ln ebcdic.ln ex_data.ln getenv.ln info.ln init.ln initthread.ln mem.ln mem_sec.ln o_dir.ln o_fopen.ln o_init.ln o_str.ln o_time.ln packet.ln param_build.ln param_build_set.ln params.ln params_dup.ln params_from_text.ln passphrase.ln provider.ln provider_child.ln provider_conf.ln provider_core.ln provider_predefined.ln punycode.ln self_test_core.ln sparse_array.ln threads_lib.ln threads_none.ln threads_pthread.ln threads_win.ln trace.ln uid.ln ct_b64.ln ct_err.ln ct_log.ln ct_oct.ln ct_policy.ln ct_prn.ln ct_sct.ln ct_sct_ctx.ln ct_vfy.ln ct_x509v3.ln curve448.ln curve448_tables.ln eddsa.ln f_generic.ln f_impl32.ln f_impl64.ln scalar.ln des_enc.ln fcrypt_b.ln cbc_cksm.ln cbc_enc.ln cfb64ede.ln cfb64enc.ln cfb_enc.ln ecb3_enc.ln ecb_enc.ln fcrypt.ln ofb64ede.ln ofb64enc.ln ofb_enc.ln pcbc_enc.ln qud_cksm.ln rand_key.ln set_key.ln str2key.ln xcbc_enc.ln dh_ameth.ln dh_asn1.ln dh_backend.ln dh_check.ln dh_depr.ln dh_err.ln dh_gen.ln dh_group_params.ln dh_kdf.ln dh_key.ln dh_lib.ln dh_meth.ln dh_pmeth.ln dh_prn.ln dh_rfc5114.ln dsa_ameth.ln dsa_asn1.ln dsa_backend.ln dsa_check.ln dsa_depr.ln dsa_err.ln dsa_gen.ln dsa_key.ln dsa_lib.ln dsa_meth.ln dsa_ossl.ln dsa_pmeth.ln dsa_prn.ln dsa_sign.ln dsa_vrf.ln dso_dl.ln dso_dlfcn.ln dso_err.ln dso_lib.ln dso_openssl.ln dso_vms.ln dso_win32.ln curve25519.ln ec2_oct.ln ec2_smpl.ln ec_ameth.ln ec_asn1.ln ec_backend.ln ec_check.ln ec_curve.ln ec_cvt.ln ec_deprecated.ln ec_err.ln ec_key.ln ec_kmeth.ln ec_lib.ln ec_mult.ln ec_oct.ln ec_pmeth.ln ec_print.ln ecdh_kdf.ln ecdh_ossl.ln ecdsa_ossl.ln ecdsa_sign.ln ecdsa_vrf.ln eck_prn.ln ecp_mont.ln ecp_nist.ln ecp_oct.ln ecp_smpl.ln ecx_backend.ln ecx_key.ln ecx_meth.ln ecp_nistz256.ln decoder_err.ln decoder_lib.ln decoder_meth.ln decoder_pkey.ln encoder_err.ln encoder_lib.ln encoder_meth.ln encoder_pkey.ln decode_der2key.ln eng_all.ln eng_cnf.ln eng_ctrl.ln eng_dyn.ln eng_err.ln eng_fat.ln eng_init.ln eng_lib.ln eng_list.ln eng_openssl.ln eng_pkey.ln eng_rdrand.ln eng_table.ln tb_asnmth.ln tb_cipher.ln tb_dh.ln tb_digest.ln tb_dsa.ln tb_eckey.ln tb_pkmeth.ln tb_rand.ln tb_rsa.ln err.ln err_all.ln err_all_legacy.ln err_blocks.ln err_prn.ln ess_asn1.ln ess_err.ln ess_lib.ln asymcipher.ln bio_b64.ln bio_enc.ln bio_md.ln bio_ok.ln c_allc.ln c_alld.ln cmeth_lib.ln ctrl_params_translate.ln dh_ctrl.ln dh_support.ln digest.ln dsa_ctrl.ln e_aes.ln e_aes_cbc_hmac_sha1.ln e_aes_cbc_hmac_sha256.ln e_aria.ln e_bf.ln e_camellia.ln e_cast.ln e_chacha20_poly1305.ln e_des.ln e_des3.ln e_idea.ln e_null.ln e_old.ln e_rc2.ln e_rc4.ln e_rc4_hmac_md5.ln e_rc5.ln e_seed.ln e_sm4.ln e_xcbc_d.ln ec_ctrl.ln ec_support.ln encode.ln evp_cnf.ln evp_enc.ln evp_err.ln evp_fetch.ln evp_key.ln evp_lib.ln evp_pbe.ln evp_pkey.ln evp_rand.ln evp_utils.ln exchange.ln kdf_lib.ln kdf_meth.ln kem.ln keymgmt_lib.ln keymgmt_meth.ln legacy_blake2.ln legacy_md4.ln legacy_md5.ln legacy_md5_sha1.ln legacy_mdc2.ln legacy_ripemd.ln legacy_sha.ln legacy_wp.ln m_null.ln m_sigver.ln mac_lib.ln mac_meth.ln names.ln p5_crpt.ln p5_crpt2.ln p_dec.ln p_enc.ln p_legacy.ln p_lib.ln p_open.ln p_seal.ln p_sign.ln p_verify.ln pbe_scrypt.ln pmeth_check.ln pmeth_gn.ln pmeth_lib.ln signature.ln ffc_backend.ln ffc_dh.ln ffc_key_generate.ln ffc_key_validate.ln ffc_params.ln ffc_params_generate.ln ffc_params_validate.ln hmac.ln http_client.ln http_err.ln http_lib.ln i_cbc.ln i_cfb64.ln i_ecb.ln i_ofb64.ln i_skey.ln kdf_err.ln lh_stats.ln lhash.ln md4_dgst.ln md4_one.ln md5_dgst.ln md5_one.ln md5_sha1.ln mdc2_one.ln mdc2dgst.ln cbc128.ln ccm128.ln cfb128.ln ctr128.ln cts128.ln gcm128.ln ocb128.ln ofb128.ln siv128.ln wrap128.ln xts128.ln o_names.ln obj_dat.ln obj_err.ln obj_lib.ln obj_xref.ln ocsp_asn.ln ocsp_cl.ln ocsp_err.ln ocsp_ext.ln ocsp_http.ln ocsp_lib.ln ocsp_prn.ln ocsp_srv.ln ocsp_vfy.ln v3_ocsp.ln pem_all.ln pem_err.ln pem_info.ln pem_lib.ln pem_oth.ln pem_pk8.ln pem_pkey.ln pem_sign.ln pem_x509.ln pem_xaux.ln pvkfmt.ln p12_add.ln p12_asn.ln p12_attr.ln p12_crpt.ln p12_crt.ln p12_decr.ln p12_init.ln p12_key.ln p12_kiss.ln p12_mutl.ln p12_npas.ln p12_p8d.ln p12_p8e.ln p12_sbag.ln p12_utl.ln pk12err.ln bio_pk7.ln pk7_asn1.ln pk7_attr.ln pk7_doit.ln pk7_lib.ln pk7_mime.ln pk7_smime.ln pkcs7err.ln poly1305.ln pqueue.ln defn_cache.ln property.ln property_err.ln property_parse.ln property_query.ln property_string.ln baseprov.ln defltprov.ln nullprov.ln prov_running.ln prov_seed.ln rand_deprecated.ln rand_err.ln rand_lib.ln rand_meth.ln rand_pool.ln randfile.ln rc2_cbc.ln rc2_ecb.ln rc2_skey.ln rc2cfb64.ln rc2ofb64.ln rmd_dgst.ln rmd_one.ln rsa_ameth.ln rsa_asn1.ln rsa_backend.ln rsa_chk.ln rsa_crpt.ln rsa_depr.ln rsa_err.ln rsa_gen.ln rsa_lib.ln rsa_meth.ln rsa_mp.ln rsa_mp_names.ln rsa_none.ln rsa_oaep.ln rsa_ossl.ln rsa_pk1.ln rsa_pmeth.ln rsa_prn.ln rsa_pss.ln rsa_saos.ln rsa_schemes.ln rsa_sign.ln rsa_sp800_56b_check.ln rsa_sp800_56b_gen.ln rsa_x931.ln rsa_x931g.ln seed.ln seed_cbc.ln seed_cfb.ln seed_ecb.ln seed_ofb.ln sha1dgst.ln sha3.ln libc-sha1.ln libc-sha512.ln libc-sha256.ln libc-sha2xx.ln siphash.ln sm2_crypt.ln sm2_err.ln sm2_key.ln sm2_sign.ln legacy_sm3.ln sm3.ln sm4.ln srp_lib.ln srp_vfy.ln stack.ln store_err.ln store_init.ln store_lib.ln store_meth.ln store_register.ln store_result.ln store_strings.ln ts_asn1.ln ts_conf.ln ts_err.ln ts_lib.ln ts_req_print.ln ts_req_utils.ln ts_rsp_print.ln ts_rsp_sign.ln ts_rsp_utils.ln ts_rsp_verify.ln ts_verify_ctx.ln txt_db.ln ui_err.ln ui_lib.ln ui_null.ln ui_openssl.ln ui_util.ln wp_dgst.ln by_dir.ln by_file.ln by_store.ln pcy_cache.ln pcy_data.ln pcy_lib.ln pcy_map.ln pcy_node.ln pcy_tree.ln t_crl.ln t_req.ln t_x509.ln v3_addr.ln v3_admis.ln v3_akeya.ln v3_akid.ln v3_asid.ln v3_bcons.ln v3_bitst.ln v3_conf.ln v3_cpols.ln v3_crld.ln v3_enum.ln v3_extku.ln v3_genn.ln v3_ia5.ln v3_info.ln v3_int.ln v3_ist.ln v3_lib.ln v3_ncons.ln v3_pci.ln v3_pcia.ln v3_pcons.ln v3_pku.ln v3_pmaps.ln v3_prn.ln v3_purp.ln v3_san.ln v3_skid.ln v3_sxnet.ln v3_tlsf.ln v3_utf8.ln v3_utl.ln v3err.ln x509_att.ln x509_cmp.ln x509_d2.ln x509_def.ln x509_err.ln x509_ext.ln x509_lu.ln x509_meth.ln x509_obj.ln x509_r2x.ln x509_req.ln x509_set.ln x509_trust.ln x509_txt.ln x509_v3.ln x509_vfy.ln x509_vpm.ln x509cset.ln x509name.ln x509rset.ln x509spki.ln x509type.ln x_all.ln x_attrib.ln x_crl.ln x_exten.ln x_name.ln x_pubkey.ln x_req.ln x_x509.ln x_x509a.ln bio_prov.ln capabilities.ln digest_to_nid.ln provider_seeding.ln provider_util.ln securitycheck.ln securitycheck_default.ln provider_ctx.ln provider_err.ln der_rsa_sig.ln der_sm2_gen.ln der_sm2_key.ln der_sm2_sig.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln rsa_enc.ln sm2_enc.ln cipher_aes.ln cipher_aes_cbc_hmac_sha.ln cipher_aes_cbc_hmac_sha1_hw.ln cipher_aes_cbc_hmac_sha256_hw.ln cipher_aes_ccm.ln cipher_aes_ccm_hw.ln cipher_aes_gcm.ln cipher_aes_gcm_hw.ln cipher_aes_hw.ln cipher_aes_ocb.ln cipher_aes_ocb_hw.ln cipher_aes_siv.ln cipher_aes_siv_hw.ln cipher_aes_wrp.ln cipher_aes_xts.ln cipher_aes_xts_fips.ln cipher_aes_xts_hw.ln cipher_aria.ln cipher_aria_ccm.ln cipher_aria_ccm_hw.ln cipher_aria_gcm.ln cipher_aria_gcm_hw.ln cipher_aria_hw.ln cipher_camellia.ln cipher_camellia_hw.ln cipher_chacha20.ln cipher_chacha20_hw.ln cipher_chacha20_poly1305.ln cipher_chacha20_poly1305_hw.ln cipher_cts.ln cipher_null.ln cipher_sm4.ln cipher_sm4_hw.ln cipher_tdes.ln cipher_tdes_common.ln cipher_tdes_default.ln cipher_tdes_default_hw.ln cipher_tdes_hw.ln cipher_tdes_wrap.ln cipher_tdes_wrap_hw.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln md5_prov.ln md5_sha1_prov.ln null_prov.ln ripemd_prov.ln sha2_prov.ln sha3_prov.ln sm3_prov.ln digestcommon.ln decode_der2key.ln decode_epki2pki.ln decode_msblob2key.ln decode_pem2der.ln decode_pvk2key.ln decode_spki2typespki.ln encode_key2any.ln encode_key2blob.ln encode_key2ms.ln encode_key2text.ln endecoder_common.ln dh_exch.ln ecdh_exch.ln ecx_exch.ln kdf_exch.ln hkdf.ln kbkdf.ln krb5kdf.ln pbkdf2.ln pbkdf2_fips.ln pkcs12kdf.ln scrypt.ln sshkdf.ln sskdf.ln tls1_prf.ln x942kdf.ln rsa_kem.ln dh_kmgmt.ln dsa_kmgmt.ln ec_kmgmt.ln ecx_kmgmt.ln kdf_legacy_kmgmt.ln mac_legacy_kmgmt.ln rsa_kmgmt.ln blake2b_mac.ln blake2s_mac.ln cmac_prov.ln gmac_prov.ln hmac_prov.ln kmac_prov.ln poly1305_prov.ln siphash_prov.ln crngt.ln drbg.ln drbg_ctr.ln drbg_hash.ln drbg_hmac.ln seed_src.ln test_rng.ln rand_cpu_x86.ln rand_tsc.ln rand_unix.ln rand_win.ln dsa_sig.ln ecdsa_sig.ln eddsa_sig.ln mac_legacy_sig.ln rsa_sig.ln sm2_sig.ln file_store.ln file_store_any2obj.ln s3_cbc.ln bio_prov.ln capabilities.ln digest_to_nid.ln provider_seeding.ln provider_util.ln securitycheck.ln securitycheck_default.ln provider_ctx.ln provider_err.ln der_rsa_sig.ln der_sm2_gen.ln der_sm2_key.ln der_sm2_sig.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln cipher_aes.ln cipher_aes_cbc_hmac_sha.ln cipher_aes_cbc_hmac_sha1_hw.ln cipher_aes_cbc_hmac_sha256_hw.ln cipher_aes_ccm.ln cipher_aes_ccm_hw.ln cipher_aes_gcm.ln cipher_aes_gcm_hw.ln cipher_aes_hw.ln cipher_aes_ocb.ln cipher_aes_ocb_hw.ln cipher_aes_siv.ln cipher_aes_siv_hw.ln cipher_aes_wrp.ln cipher_aes_xts.ln cipher_aes_xts_fips.ln cipher_aes_xts_hw.ln cipher_aria.ln cipher_aria_ccm.ln cipher_aria_ccm_hw.ln cipher_aria_gcm.ln cipher_aria_gcm_hw.ln cipher_aria_hw.ln cipher_camellia.ln cipher_camellia_hw.ln cipher_chacha20.ln cipher_chacha20_hw.ln cipher_chacha20_poly1305.ln cipher_chacha20_poly1305_hw.ln cipher_cts.ln cipher_null.ln cipher_sm4.ln cipher_sm4_hw.ln cipher_tdes.ln cipher_tdes_common.ln cipher_tdes_default.ln cipher_tdes_default_hw.ln cipher_tdes_hw.ln cipher_tdes_wrap.ln cipher_tdes_wrap_hw.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln md5_prov.ln md5_sha1_prov.ln null_prov.ln ripemd_prov.ln sha2_prov.ln sha3_prov.ln sm3_prov.ln digestcommon.ln tls_pad.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xfixes && rm -f .depend xfixes.d xfixes.d.tmp tags || true) --- cleandir-xinerama --- cleandir ===> external/mit/xorg/lib/libxcb/xinerama --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f llib-lcrypto.ln aes_cfb.ln aes_ecb.ln aes_ige.ln aes_misc.ln aes_ofb.ln aes_wrap.ln aria.ln a_bitstr.ln a_d2i_fp.ln a_digest.ln a_dup.ln a_gentm.ln a_i2d_fp.ln a_int.ln a_mbstr.ln a_object.ln a_octet.ln a_print.ln a_sign.ln a_strex.ln a_strnid.ln a_time.ln a_type.ln a_utctm.ln a_utf8.ln a_verify.ln ameth_lib.ln asn1_err.ln asn1_gen.ln asn1_item_list.ln asn1_lib.ln asn1_parse.ln asn_mime.ln asn_moid.ln asn_mstbl.ln asn_pack.ln bio_asn1.ln bio_ndef.ln d2i_param.ln d2i_pr.ln d2i_pu.ln evp_asn1.ln f_int.ln f_string.ln i2d_evp.ln n_pkey.ln nsseq.ln p5_pbe.ln p5_pbev2.ln p5_scrypt.ln p8_pkey.ln t_bitst.ln t_pkey.ln t_spki.ln tasn_dec.ln tasn_enc.ln tasn_fre.ln tasn_new.ln tasn_prn.ln tasn_scn.ln tasn_typ.ln tasn_utl.ln x_algor.ln x_bignum.ln x_info.ln x_int64.ln x_long.ln x_pkey.ln x_sig.ln x_spki.ln x_val.ln async.ln async_err.ln async_posix.ln async_wait.ln bf_enc.ln bf_cfb64.ln bf_ecb.ln bf_ofb64.ln bf_skey.ln bf_buff.ln bf_lbuf.ln bf_nbio.ln bf_null.ln bf_prefix.ln bf_readbuff.ln bio_addr.ln bio_cb.ln bio_dump.ln bio_err.ln bio_lib.ln bio_meth.ln bio_print.ln bio_sock.ln bio_sock2.ln bss_acpt.ln bss_bio.ln bss_conn.ln bss_core.ln bss_dgram.ln bss_fd.ln bss_file.ln bss_log.ln bss_mem.ln bss_null.ln bss_sock.ln ossl_core_bio.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln blake2b_mac.ln blake2s_mac.ln x86_64-gcc.ln bn_add.ln bn_blind.ln bn_const.ln bn_conv.ln bn_ctx.ln bn_depr.ln bn_dh.ln bn_div.ln bn_err.ln bn_exp.ln bn_exp2.ln bn_gcd.ln bn_gf2m.ln bn_intern.ln bn_kron.ln bn_lib.ln bn_mod.ln bn_mont.ln bn_mpi.ln bn_mul.ln bn_nist.ln bn_prime.ln bn_print.ln bn_rand.ln bn_recp.ln bn_rsa_fips186_4.ln bn_shift.ln bn_sqr.ln bn_sqrt.ln bn_srp.ln bn_word.ln bn_x931p.ln rsaz_exp.ln rsaz_exp_x2.ln buf_err.ln buffer.ln cmll_cfb.ln cmll_ctr.ln cmll_ecb.ln cmll_misc.ln cmll_ofb.ln c_enc.ln c_cfb64.ln c_ecb.ln c_ofb64.ln c_skey.ln cmac.ln cmp_asn.ln cmp_client.ln cmp_ctx.ln cmp_err.ln cmp_hdr.ln cmp_http.ln cmp_msg.ln cmp_protect.ln cmp_server.ln cmp_status.ln cmp_util.ln cmp_vfy.ln cms_asn1.ln cms_att.ln cms_cd.ln cms_dd.ln cms_dh.ln cms_ec.ln cms_enc.ln cms_env.ln cms_err.ln cms_ess.ln cms_io.ln cms_kari.ln cms_lib.ln cms_pwri.ln cms_rsa.ln cms_sd.ln cms_smime.ln c_zlib.ln comp_err.ln comp_lib.ln conf_api.ln conf_def.ln conf_err.ln conf_lib.ln conf_mall.ln conf_mod.ln conf_sap.ln conf_ssl.ln crmf_asn.ln crmf_err.ln crmf_lib.ln crmf_pbm.ln asn1_dsa.ln bsearch.ln context.ln core_algorithm.ln core_fetch.ln core_namemap.ln cpt_err.ln cpuid.ln cryptlib.ln ctype.ln cversion.ln der_writer.ln ebcdic.ln ex_data.ln getenv.ln info.ln init.ln initthread.ln mem.ln mem_sec.ln o_dir.ln o_fopen.ln o_init.ln o_str.ln o_time.ln packet.ln param_build.ln param_build_set.ln params.ln params_dup.ln params_from_text.ln passphrase.ln provider.ln provider_child.ln provider_conf.ln provider_core.ln provider_predefined.ln punycode.ln self_test_core.ln sparse_array.ln threads_lib.ln threads_none.ln threads_pthread.ln threads_win.ln trace.ln uid.ln ct_b64.ln ct_err.ln ct_log.ln ct_oct.ln ct_policy.ln ct_prn.ln ct_sct.ln ct_sct_ctx.ln ct_vfy.ln ct_x509v3.ln curve448.ln curve448_tables.ln eddsa.ln f_generic.ln f_impl32.ln f_impl64.ln scalar.ln des_enc.ln fcrypt_b.ln cbc_cksm.ln cbc_enc.ln cfb64ede.ln cfb64enc.ln cfb_enc.ln ecb3_enc.ln ecb_enc.ln fcrypt.ln ofb64ede.ln ofb64enc.ln ofb_enc.ln pcbc_enc.ln qud_cksm.ln rand_key.ln set_key.ln str2key.ln xcbc_enc.ln dh_ameth.ln dh_asn1.ln dh_backend.ln dh_check.ln dh_depr.ln dh_err.ln dh_gen.ln dh_group_params.ln dh_kdf.ln dh_key.ln dh_lib.ln dh_meth.ln dh_pmeth.ln dh_prn.ln dh_rfc5114.ln dsa_ameth.ln dsa_asn1.ln dsa_backend.ln dsa_check.ln dsa_depr.ln dsa_err.ln dsa_gen.ln dsa_key.ln dsa_lib.ln dsa_meth.ln dsa_ossl.ln dsa_pmeth.ln dsa_prn.ln dsa_sign.ln dsa_vrf.ln dso_dl.ln dso_dlfcn.ln dso_err.ln dso_lib.ln dso_openssl.ln dso_vms.ln dso_win32.ln curve25519.ln ec2_oct.ln ec2_smpl.ln ec_ameth.ln ec_asn1.ln ec_backend.ln ec_check.ln ec_curve.ln ec_cvt.ln ec_deprecated.ln ec_err.ln ec_key.ln ec_kmeth.ln ec_lib.ln ec_mult.ln ec_oct.ln ec_pmeth.ln ec_print.ln ecdh_kdf.ln ecdh_ossl.ln ecdsa_ossl.ln ecdsa_sign.ln ecdsa_vrf.ln eck_prn.ln ecp_mont.ln ecp_nist.ln ecp_oct.ln ecp_smpl.ln ecx_backend.ln ecx_key.ln ecx_meth.ln ecp_nistz256.ln decoder_err.ln decoder_lib.ln decoder_meth.ln decoder_pkey.ln encoder_err.ln encoder_lib.ln encoder_meth.ln encoder_pkey.ln decode_der2key.ln eng_all.ln eng_cnf.ln eng_ctrl.ln eng_dyn.ln eng_err.ln eng_fat.ln eng_init.ln eng_lib.ln eng_list.ln eng_openssl.ln eng_pkey.ln eng_rdrand.ln eng_table.ln tb_asnmth.ln tb_cipher.ln tb_dh.ln tb_digest.ln tb_dsa.ln tb_eckey.ln tb_pkmeth.ln tb_rand.ln tb_rsa.ln err.ln err_all.ln err_all_legacy.ln err_blocks.ln err_prn.ln ess_asn1.ln ess_err.ln ess_lib.ln asymcipher.ln bio_b64.ln bio_enc.ln bio_md.ln bio_ok.ln c_allc.ln c_alld.ln cmeth_lib.ln ctrl_params_translate.ln dh_ctrl.ln dh_support.ln digest.ln dsa_ctrl.ln e_aes.ln e_aes_cbc_hmac_sha1.ln e_aes_cbc_hmac_sha256.ln e_aria.ln e_bf.ln e_camellia.ln e_cast.ln e_chacha20_poly1305.ln e_des.ln e_des3.ln e_idea.ln e_null.ln e_old.ln e_rc2.ln e_rc4.ln e_rc4_hmac_md5.ln e_rc5.ln e_seed.ln e_sm4.ln e_xcbc_d.ln ec_ctrl.ln ec_support.ln encode.ln evp_cnf.ln evp_enc.ln evp_err.ln evp_fetch.ln evp_key.ln evp_lib.ln evp_pbe.ln evp_pkey.ln evp_rand.ln evp_utils.ln exchange.ln kdf_lib.ln kdf_meth.ln kem.ln keymgmt_lib.ln keymgmt_meth.ln legacy_blake2.ln legacy_md4.ln legacy_md5.ln legacy_md5_sha1.ln legacy_mdc2.ln legacy_ripemd.ln legacy_sha.ln legacy_wp.ln m_null.ln m_sigver.ln mac_lib.ln mac_meth.ln names.ln p5_crpt.ln p5_crpt2.ln p_dec.ln p_enc.ln p_legacy.ln p_lib.ln p_open.ln p_seal.ln p_sign.ln p_verify.ln pbe_scrypt.ln pmeth_check.ln pmeth_gn.ln pmeth_lib.ln signature.ln ffc_backend.ln ffc_dh.ln ffc_key_generate.ln ffc_key_validate.ln ffc_params.ln ffc_params_generate.ln ffc_params_validate.ln hmac.ln http_client.ln http_err.ln http_lib.ln i_cbc.ln i_cfb64.ln i_ecb.ln i_ofb64.ln i_skey.ln kdf_err.ln lh_stats.ln lhash.ln md4_dgst.ln md4_one.ln md5_dgst.ln md5_one.ln md5_sha1.ln mdc2_one.ln mdc2dgst.ln cbc128.ln ccm128.ln cfb128.ln ctr128.ln cts128.ln gcm128.ln ocb128.ln ofb128.ln siv128.ln wrap128.ln xts128.ln o_names.ln obj_dat.ln obj_err.ln obj_lib.ln obj_xref.ln ocsp_asn.ln ocsp_cl.ln ocsp_err.ln ocsp_ext.ln ocsp_http.ln ocsp_lib.ln ocsp_prn.ln ocsp_srv.ln ocsp_vfy.ln v3_ocsp.ln pem_all.ln pem_err.ln pem_info.ln pem_lib.ln pem_oth.ln pem_pk8.ln pem_pkey.ln pem_sign.ln pem_x509.ln pem_xaux.ln pvkfmt.ln p12_add.ln p12_asn.ln p12_attr.ln p12_crpt.ln p12_crt.ln p12_decr.ln p12_init.ln p12_key.ln p12_kiss.ln p12_mutl.ln p12_npas.ln p12_p8d.ln p12_p8e.ln p12_sbag.ln p12_utl.ln pk12err.ln bio_pk7.ln pk7_asn1.ln pk7_attr.ln pk7_doit.ln pk7_lib.ln pk7_mime.ln pk7_smime.ln pkcs7err.ln poly1305.ln pqueue.ln defn_cache.ln property.ln property_err.ln property_parse.ln property_query.ln property_string.ln baseprov.ln defltprov.ln nullprov.ln prov_running.ln prov_seed.ln rand_deprecated.ln rand_err.ln rand_lib.ln rand_meth.ln rand_pool.ln randfile.ln rc2_cbc.ln rc2_ecb.ln rc2_skey.ln rc2cfb64.ln rc2ofb64.ln rmd_dgst.ln rmd_one.ln rsa_ameth.ln rsa_asn1.ln rsa_backend.ln rsa_chk.ln rsa_crpt.ln rsa_depr.ln rsa_err.ln rsa_gen.ln rsa_lib.ln rsa_meth.ln rsa_mp.ln rsa_mp_names.ln rsa_none.ln rsa_oaep.ln rsa_ossl.ln rsa_pk1.ln rsa_pmeth.ln rsa_prn.ln rsa_pss.ln rsa_saos.ln rsa_schemes.ln rsa_sign.ln rsa_sp800_56b_check.ln rsa_sp800_56b_gen.ln rsa_x931.ln rsa_x931g.ln seed.ln seed_cbc.ln seed_cfb.ln seed_ecb.ln seed_ofb.ln sha1dgst.ln sha3.ln libc-sha1.ln libc-sha512.ln libc-sha256.ln libc-sha2xx.ln siphash.ln sm2_crypt.ln sm2_err.ln sm2_key.ln sm2_sign.ln legacy_sm3.ln sm3.ln sm4.ln srp_lib.ln srp_vfy.ln stack.ln store_err.ln store_init.ln store_lib.ln store_meth.ln store_register.ln store_result.ln store_strings.ln ts_asn1.ln ts_conf.ln ts_err.ln ts_lib.ln ts_req_print.ln ts_req_utils.ln ts_rsp_print.ln ts_rsp_sign.ln ts_rsp_utils.ln ts_rsp_verify.ln ts_verify_ctx.ln txt_db.ln ui_err.ln ui_lib.ln ui_null.ln ui_openssl.ln ui_util.ln wp_dgst.ln by_dir.ln by_file.ln by_store.ln pcy_cache.ln pcy_data.ln pcy_lib.ln pcy_map.ln pcy_node.ln pcy_tree.ln t_crl.ln t_req.ln t_x509.ln v3_addr.ln v3_admis.ln v3_akeya.ln v3_akid.ln v3_asid.ln v3_bcons.ln v3_bitst.ln v3_conf.ln v3_cpols.ln v3_crld.ln v3_enum.ln v3_extku.ln v3_genn.ln v3_ia5.ln v3_info.ln v3_int.ln v3_ist.ln v3_lib.ln v3_ncons.ln v3_pci.ln v3_pcia.ln v3_pcons.ln v3_pku.ln v3_pmaps.ln v3_prn.ln v3_purp.ln v3_san.ln v3_skid.ln v3_sxnet.ln v3_tlsf.ln v3_utf8.ln v3_utl.ln v3err.ln x509_att.ln x509_cmp.ln x509_d2.ln x509_def.ln x509_err.ln x509_ext.ln x509_lu.ln x509_meth.ln x509_obj.ln x509_r2x.ln x509_req.ln x509_set.ln x509_trust.ln x509_txt.ln x509_v3.ln x509_vfy.ln x509_vpm.ln x509cset.ln x509name.ln x509rset.ln x509spki.ln x509type.ln x_all.ln x_attrib.ln x_crl.ln x_exten.ln x_name.ln x_pubkey.ln x_req.ln x_x509.ln x_x509a.ln bio_prov.ln capabilities.ln digest_to_nid.ln provider_seeding.ln provider_util.ln securitycheck.ln securitycheck_default.ln provider_ctx.ln provider_err.ln der_rsa_sig.ln der_sm2_gen.ln der_sm2_key.ln der_sm2_sig.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln rsa_enc.ln sm2_enc.ln cipher_aes.ln cipher_aes_cbc_hmac_sha.ln cipher_aes_cbc_hmac_sha1_hw.ln cipher_aes_cbc_hmac_sha256_hw.ln cipher_aes_ccm.ln cipher_aes_ccm_hw.ln cipher_aes_gcm.ln cipher_aes_gcm_hw.ln cipher_aes_hw.ln cipher_aes_ocb.ln cipher_aes_ocb_hw.ln cipher_aes_siv.ln cipher_aes_siv_hw.ln cipher_aes_wrp.ln cipher_aes_xts.ln cipher_aes_xts_fips.ln cipher_aes_xts_hw.ln cipher_aria.ln cipher_aria_ccm.ln cipher_aria_ccm_hw.ln cipher_aria_gcm.ln cipher_aria_gcm_hw.ln cipher_aria_hw.ln cipher_camellia.ln cipher_camellia_hw.ln cipher_chacha20.ln cipher_chacha20_hw.ln cipher_chacha20_poly1305.ln cipher_chacha20_poly1305_hw.ln cipher_cts.ln cipher_null.ln cipher_sm4.ln cipher_sm4_hw.ln cipher_tdes.ln cipher_tdes_common.ln cipher_tdes_default.ln cipher_tdes_default_hw.ln cipher_tdes_hw.ln cipher_tdes_wrap.ln cipher_tdes_wrap_hw.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln md5_prov.ln md5_sha1_prov.ln null_prov.ln ripemd_prov.ln sha2_prov.ln sha3_prov.ln sm3_prov.ln digestcommon.ln decode_der2key.ln decode_epki2pki.ln decode_msblob2key.ln decode_pem2der.ln decode_pvk2key.ln decode_spki2typespki.ln encode_key2any.ln encode_key2blob.ln encode_key2ms.ln encode_key2text.ln endecoder_common.ln dh_exch.ln ecdh_exch.ln ecx_exch.ln kdf_exch.ln hkdf.ln kbkdf.ln krb5kdf.ln pbkdf2.ln pbkdf2_fips.ln pkcs12kdf.ln scrypt.ln sshkdf.ln sskdf.ln tls1_prf.ln x942kdf.ln rsa_kem.ln dh_kmgmt.ln dsa_kmgmt.ln ec_kmgmt.ln ecx_kmgmt.ln kdf_legacy_kmgmt.ln mac_legacy_kmgmt.ln rsa_kmgmt.ln blake2b_mac.ln blake2s_mac.ln cmac_prov.ln gmac_prov.ln hmac_prov.ln kmac_prov.ln poly1305_prov.ln siphash_prov.ln crngt.ln drbg.ln drbg_ctr.ln drbg_hash.ln drbg_hmac.ln seed_src.ln test_rng.ln rand_cpu_x86.ln rand_tsc.ln rand_unix.ln rand_win.ln dsa_sig.ln ecdsa_sig.ln eddsa_sig.ln mac_legacy_sig.ln rsa_sig.ln sm2_sig.ln file_store.ln file_store_any2obj.ln s3_cbc.ln bio_prov.ln capabilities.ln digest_to_nid.ln provider_seeding.ln provider_util.ln securitycheck.ln securitycheck_default.ln provider_ctx.ln provider_err.ln der_rsa_sig.ln der_sm2_gen.ln der_sm2_key.ln der_sm2_sig.ln der_ec_gen.ln der_digests_gen.ln der_dsa_gen.ln der_dsa_key.ln der_dsa_sig.ln der_ec_key.ln der_ec_sig.ln der_ecx_gen.ln der_ecx_key.ln der_rsa_gen.ln der_rsa_key.ln der_wrap_gen.ln cipher_aes.ln cipher_aes_cbc_hmac_sha.ln cipher_aes_cbc_hmac_sha1_hw.ln cipher_aes_cbc_hmac_sha256_hw.ln cipher_aes_ccm.ln cipher_aes_ccm_hw.ln cipher_aes_gcm.ln cipher_aes_gcm_hw.ln cipher_aes_hw.ln cipher_aes_ocb.ln cipher_aes_ocb_hw.ln cipher_aes_siv.ln cipher_aes_siv_hw.ln cipher_aes_wrp.ln cipher_aes_xts.ln cipher_aes_xts_fips.ln cipher_aes_xts_hw.ln cipher_aria.ln cipher_aria_ccm.ln cipher_aria_ccm_hw.ln cipher_aria_gcm.ln cipher_aria_gcm_hw.ln cipher_aria_hw.ln cipher_camellia.ln cipher_camellia_hw.ln cipher_chacha20.ln cipher_chacha20_hw.ln cipher_chacha20_poly1305.ln cipher_chacha20_poly1305_hw.ln cipher_cts.ln cipher_null.ln cipher_sm4.ln cipher_sm4_hw.ln cipher_tdes.ln cipher_tdes_common.ln cipher_tdes_default.ln cipher_tdes_default_hw.ln cipher_tdes_hw.ln cipher_tdes_wrap.ln cipher_tdes_wrap_hw.ln ciphercommon.ln ciphercommon_block.ln ciphercommon_ccm.ln ciphercommon_ccm_hw.ln ciphercommon_gcm.ln ciphercommon_gcm_hw.ln ciphercommon_hw.ln blake2_prov.ln blake2b_prov.ln blake2s_prov.ln md5_prov.ln md5_sha1_prov.ln null_prov.ln ripemd_prov.ln sha2_prov.ln sha3_prov.ln sm3_prov.ln digestcommon.ln tls_pad.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f buildinf.h libcrypto.so.15.map a.out [Ee]rrs mklog core *.core libcrypto.pc || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f buildinf.h libcrypto.so.15.map a.out [Ee]rrs mklog core *.core libcrypto.pc || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinerama && rm -f xcb-xinerama.pc xcb-xinerama.pc.tmp libxcb-xinerama.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinerama && rm -f xcb-xinerama.pc xcb-xinerama.pc.tmp libxcb-xinerama.so.0.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinerama && rm -f libxcb-xinerama.a xinerama.o xinerama.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinerama && rm -f libxcb-xinerama.a xinerama.o xinerama.o.tmp || true) --- libclean2 --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinerama && rm -f libxcb-xinerama_p.a xinerama.po xinerama.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcrypto && rm -f ADMISSIONS.html3 ASN1_EXTERN_FUNCS.html3 ASN1_INTEGER_get_int64.html3 ASN1_INTEGER_new.html3 ASN1_ITEM_lookup.html3 ASN1_OBJECT_new.html3 ASN1_STRING_TABLE_add.html3 ASN1_STRING_length.html3 ASN1_STRING_new.html3 ASN1_STRING_print_ex.html3 ASN1_TIME_set.html3 ASN1_TYPE_get.html3 ASN1_aux_cb.html3 ASN1_generate_nconf.html3 ASN1_item_d2i_bio.html3 ASN1_item_new.html3 ASN1_item_sign.html3 ASYNC_WAIT_CTX_new.html3 ASYNC_start_job.html3 BF_encrypt.html3 BIO_ADDR.html3 BIO_ADDRINFO.html3 BIO_connect.html3 BIO_ctrl.html3 BIO_f_base64.html3 BIO_f_buffer.html3 BIO_f_cipher.html3 BIO_f_md.html3 BIO_f_null.html3 BIO_f_prefix.html3 BIO_f_readbuffer.html3 BIO_f_ssl.html3 BIO_find_type.html3 BIO_get_data.html3 BIO_get_ex_new_index.html3 BIO_meth_new.html3 BIO_new.html3 BIO_new_CMS.html3 BIO_parse_hostserv.html3 BIO_printf.html3 BIO_push.html3 BIO_read.html3 BIO_s_accept.html3 BIO_s_bio.html3 BIO_s_connect.html3 BIO_s_core.html3 BIO_s_datagram.html3 BIO_s_fd.html3 BIO_s_file.html3 BIO_s_mem.html3 BIO_s_null.html3 BIO_s_socket.html3 BIO_set_callback.html3 BIO_should_retry.html3 BIO_socket_wait.html3 BN_BLINDING_new.html3 BN_CTX_new.html3 BN_CTX_start.html3 BN_add.html3 BN_add_word.html3 BN_bn2bin.html3 BN_cmp.html3 BN_copy.html3 BN_generate_prime.html3 BN_mod_exp_mont.html3 BN_mod_inverse.html3 BN_mod_mul_montgomery.html3 BN_mod_mul_reciprocal.html3 BN_new.html3 BN_num_bytes.html3 BN_rand.html3 BN_security_bits.html3 BN_set_bit.html3 BN_swap.html3 BN_zero.html3 BUF_MEM_new.html3 CMS_EncryptedData_decrypt.html3 CMS_EncryptedData_encrypt.html3 CMS_EnvelopedData_create.html3 CMS_add0_cert.html3 CMS_add1_recipient_cert.html3 CMS_add1_signer.html3 CMS_compress.html3 CMS_data_create.html3 CMS_decrypt.html3 CMS_digest_create.html3 CMS_encrypt.html3 CMS_final.html3 CMS_get0_RecipientInfos.html3 CMS_get0_SignerInfos.html3 CMS_get0_type.html3 CMS_get1_ReceiptRequest.html3 CMS_sign.html3 CMS_sign_receipt.html3 CMS_uncompress.html3 CMS_verify.html3 CMS_verify_receipt.html3 CONF_modules_free.html3 CONF_modules_load_file.html3 CRYPTO_THREAD_run_once.html3 CRYPTO_get_ex_new_index.html3 CRYPTO_memcmp.html3 CTLOG_STORE_get0_log_by_id.html3 CTLOG_STORE_new.html3 CTLOG_new.html3 CT_POLICY_EVAL_CTX_new.html3 DEFINE_STACK_OF.html3 DH_generate_key.html3 DH_generate_parameters.html3 DH_get0_pqg.html3 DH_get_1024_160.html3 DH_meth_new.html3 DH_new.html3 DH_new_by_nid.html3 DH_set_method.html3 DH_size.html3 DSA_SIG_new.html3 DSA_do_sign.html3 DSA_dup_DH.html3 DSA_generate_key.html3 DSA_generate_parameters.html3 DSA_get0_pqg.html3 DSA_meth_new.html3 DSA_new.html3 DSA_set_method.html3 DSA_sign.html3 DSA_size.html3 DTLS_get_data_mtu.html3 DTLS_set_timer_cb.html3 DTLSv1_listen.html3 ECDSA_SIG_new.html3 ECDSA_sign.html3 ECPKParameters_print.html3 EC_GFp_simple_method.html3 EC_GROUP_copy.html3 EC_GROUP_new.html3 EC_KEY_get_enc_flags.html3 EC_KEY_new.html3 EC_POINT_add.html3 EC_POINT_new.html3 ENGINE_add.html3 ERR_GET_LIB.html3 ERR_clear_error.html3 ERR_error_string.html3 ERR_get_error.html3 ERR_load_crypto_strings.html3 ERR_load_strings.html3 ERR_new.html3 ERR_print_errors.html3 ERR_put_error.html3 ERR_remove_state.html3 ERR_set_mark.html3 EVP_ASYM_CIPHER-RSA.html7 EVP_ASYM_CIPHER-SM2.html7 EVP_ASYM_CIPHER_free.html3 EVP_BytesToKey.html3 EVP_CIPHER-AES.html7 EVP_CIPHER-ARIA.html7 EVP_CIPHER-BLOWFISH.html7 EVP_CIPHER-CAMELLIA.html7 EVP_CIPHER-CAST.html7 EVP_CIPHER-CHACHA.html7 EVP_CIPHER-DES.html7 EVP_CIPHER-IDEA.html7 EVP_CIPHER-NULL.html7 EVP_CIPHER-RC2.html7 EVP_CIPHER-RC4.html7 EVP_CIPHER-RC5.html7 EVP_CIPHER-SEED.html7 EVP_CIPHER-SM4.html7 EVP_CIPHER_CTX_get_cipher_data.html3 EVP_CIPHER_CTX_get_original_iv.html3 EVP_CIPHER_meth_new.html3 EVP_DigestInit.html3 EVP_DigestSignInit.html3 EVP_DigestVerifyInit.html3 EVP_EncodeInit.html3 EVP_EncryptInit.html3 EVP_KDF-HKDF.html7 EVP_KDF-KB.html7 EVP_KDF-KRB5KDF.html7 EVP_KDF-PBKDF1.html7 EVP_KDF-PBKDF2.html7 EVP_KDF-PKCS12KDF.html7 EVP_KDF-SCRYPT.html7 EVP_KDF-SS.html7 EVP_KDF-SSHKDF.html7 EVP_KDF-TLS13_KDF.html7 EVP_KDF-TLS1_PRF.html7 EVP_KDF-X942-ASN1.html7 EVP_KDF-X942-CONCAT.html7 EVP_KDF-X963.html7 EVP_KDF.html3 EVP_KEM-RSA.html7 EVP_KEM_free.html3 EVP_KEYEXCH-DH.html7 EVP_KEYEXCH-ECDH.html7 EVP_KEYEXCH-X25519.html7 EVP_KEYEXCH_free.html3 EVP_KEYMGMT.html3 EVP_MAC-BLAKE2.html7 EVP_MAC-CMAC.html7 EVP_MAC-GMAC.html7 EVP_MAC-HMAC.html7 EVP_MAC-KMAC.html7 EVP_MAC-Poly1305.html7 EVP_MAC-Siphash.html7 EVP_MAC.html3 EVP_MD-BLAKE2.html7 EVP_MD-MD2.html7 EVP_MD-MD4.html7 EVP_MD-MD5-SHA1.html7 EVP_MD-MD5.html7 EVP_MD-NULL.html7 EVP_MD-MDC2.html7 EVP_MD-RIPEMD160.html7 EVP_MD-SHA1.html7 EVP_MD-SHA2.html7 EVP_MD-SHA3.html7 EVP_MD-SHAKE.html7 EVP_MD-SM3.html7 EVP_MD-WHIRLPOOL.html7 EVP_MD-common.html7 EVP_MD_meth_new.html3 EVP_OpenInit.html3 EVP_PBE_CipherInit.html3 EVP_PKEY-DH.html7 EVP_PKEY-DSA.html7 EVP_PKEY-EC.html7 EVP_PKEY-FFC.html7 EVP_PKEY-HMAC.html7 EVP_PKEY-RSA.html7 EVP_PKEY-SM2.html7 EVP_PKEY-X25519.html7 EVP_PKEY2PKCS8.html3 EVP_PKEY_ASN1_METHOD.html3 EVP_PKEY_CTX_ctrl.html3 EVP_PKEY_CTX_get0_libctx.html3 EVP_PKEY_CTX_get0_pkey.html3 EVP_PKEY_CTX_new.html3 EVP_PKEY_CTX_set1_pbe_pass.html3 EVP_PKEY_CTX_set_hkdf_md.html3 EVP_PKEY_CTX_set_params.html3 EVP_PKEY_CTX_set_rsa_pss_keygen_md.html3 EVP_PKEY_CTX_set_scrypt_N.html3 EVP_PKEY_CTX_set_tls1_prf_md.html3 EVP_PKEY_asn1_get_count.html3 EVP_PKEY_check.html3 EVP_PKEY_cmp.html3 EVP_PKEY_copy_parameters.html3 EVP_PKEY_decapsulate.html3 EVP_PKEY_decrypt.html3 EVP_PKEY_derive.html3 EVP_PKEY_digestsign_supports_digest.html3 EVP_PKEY_encapsulate.html3 EVP_PKEY_encrypt.html3 EVP_PKEY_fromdata.html3 EVP_PKEY_get_default_digest_nid.html3 EVP_PKEY_get_field_type.html3 EVP_PKEY_get_group_name.html3 EVP_PKEY_get_size.html3 EVP_PKEY_gettable_params.html3 EVP_PKEY_is_a.html3 EVP_PKEY_keygen.html3 EVP_PKEY_meth_get_count.html3 EVP_PKEY_meth_new.html3 EVP_PKEY_new.html3 EVP_PKEY_print_private.html3 EVP_PKEY_set1_RSA.html3 EVP_PKEY_set1_encoded_public_key.html3 EVP_PKEY_set_type.html3 EVP_PKEY_settable_params.html3 EVP_PKEY_sign.html3 EVP_PKEY_todata.html3 EVP_PKEY_verify.html3 EVP_PKEY_verify_recover.html3 EVP_RAND-CTR-DRBG.html7 EVP_RAND-HASH-DRBG.html7 EVP_RAND-HMAC-DRBG.html7 EVP_RAND-SEED-SRC.html7 EVP_RAND-TEST-RAND.html7 EVP_RAND.html3 EVP_RAND.html7 EVP_SIGNATURE-DSA.html7 EVP_SIGNATURE-ECDSA.html7 EVP_SIGNATURE-ED25519.html7 EVP_SIGNATURE-HMAC.html7 EVP_SIGNATURE-RSA.html7 EVP_SIGNATURE.html3 EVP_SealInit.html3 EVP_SignInit.html3 EVP_VerifyInit.html3 EVP_aes.html3 EVP_aes_128_gcm.html3 EVP_aria.html3 EVP_aria_128_gcm.html3 EVP_bf_cbc.html3 EVP_blake2b512.html3 EVP_camellia.html3 EVP_camellia_128_ecb.html3 EVP_cast5_cbc.html3 EVP_chacha20.html3 EVP_des.html3 EVP_des_cbc.html3 EVP_desx_cbc.html3 EVP_idea_cbc.html3 EVP_md2.html3 EVP_md4.html3 EVP_md5.html3 EVP_mdc2.html3 EVP_rc2_cbc.html3 EVP_rc4.html3 EVP_rc5_32_12_16_cbc.html3 EVP_ripemd160.html3 EVP_seed_cbc.html3 EVP_set_default_properties.html3 EVP_sha1.html3 EVP_sha224.html3 EVP_sha3_224.html3 EVP_sm3.html3 EVP_sm4_cbc.html3 EVP_whirlpool.html3 Ed25519.html7 MDC2_Init.html3 NCONF_new_ex.html3 OBJ_nid2obj.html3 OCSP_REQUEST_new.html3 OCSP_cert_to_id.html3 OCSP_request_add1_nonce.html3 OCSP_resp_find_status.html3 OCSP_response_status.html3 OCSP_sendreq_new.html3 OPENSSL_Applink.html3 OPENSSL_FILE.html3 OPENSSL_LH_COMPFUNC.html3 OPENSSL_LH_stats.html3 OPENSSL_VERSION_NUMBER.html3 OPENSSL_config.html3 OPENSSL_fork_prepare.html3 OPENSSL_gmtime.html3 OPENSSL_hexchar2int.html3 OPENSSL_ia32cap.html3 OPENSSL_init_crypto.html3 OPENSSL_init_ssl.html3 OPENSSL_instrument_bus.html3 OPENSSL_load_builtin_modules.html3 OPENSSL_malloc.html3 OPENSSL_s390xcap.html3 OPENSSL_secure_malloc.html3 OPENSSL_strcasecmp.html3 OSSL_ALGORITHM.html3 OSSL_CALLBACK.html3 OSSL_CMP_CTX_new.html3 OSSL_CMP_HDR_get0_transactionID.html3 OSSL_CMP_ITAV_set0.html3 OSSL_CMP_MSG_get0_header.html3 OSSL_CMP_MSG_http_perform.html3 OSSL_CMP_SRV_CTX_new.html3 OSSL_CMP_STATUSINFO_new.html3 OSSL_CMP_exec_certreq.html3 OSSL_CMP_log_open.html3 OSSL_CMP_validate_msg.html3 OSSL_CORE_MAKE_FUNC.html3 OSSL_CRMF_MSG_get0_tmpl.html3 OSSL_CRMF_MSG_set0_validity.html3 OSSL_CRMF_MSG_set1_regCtrl_regToken.html3 OSSL_CRMF_MSG_set1_regInfo_certReq.html3 OSSL_CRMF_pbmp_new.html3 OSSL_DECODER.html3 OSSL_DECODER_CTX.html3 OSSL_DECODER_CTX_new_for_pkey.html3 OSSL_DECODER_from_bio.html3 OSSL_DISPATCH.html3 OSSL_ENCODER.html3 OSSL_ENCODER_CTX.html3 OSSL_ENCODER_CTX_new_for_pkey.html3 OSSL_ENCODER_to_bio.html3 OSSL_ESS_check_signing_certs.html3 OSSL_HTTP_REQ_CTX.html3 OSSL_HTTP_parse_url.html3 OSSL_HTTP_transfer.html3 OSSL_ITEM.html3 OSSL_LIB_CTX.html3 OSSL_PARAM.html3 OSSL_PARAM_BLD.html3 OSSL_PARAM_allocate_from_text.html3 OSSL_PARAM_dup.html3 OSSL_PARAM_int.html3 OSSL_PROVIDER-FIPS.html7 OSSL_PROVIDER-base.html7 OSSL_PROVIDER-default.html7 OSSL_PROVIDER-legacy.html7 OSSL_PROVIDER-null.html7 OSSL_PROVIDER.html3 OSSL_SELF_TEST_new.html3 OSSL_SELF_TEST_set_callback.html3 OSSL_STORE_INFO.html3 OSSL_STORE_LOADER.html3 OSSL_STORE_SEARCH.html3 OSSL_STORE_attach.html3 OSSL_STORE_expect.html3 OSSL_STORE_open.html3 OSSL_trace_enabled.html3 OSSL_trace_get_category_num.html3 OSSL_trace_set_channel.html3 OpenSSL_add_all_algorithms.html3 OpenSSL_version.html3 PEM_X509_INFO_read_bio_ex.html3 PEM_bytes_read_bio.html3 PEM_read.html3 PEM_read_CMS.html3 PEM_read_bio_PrivateKey.html3 PEM_read_bio_ex.html3 PEM_write_bio_CMS_stream.html3 PEM_write_bio_PKCS7_stream.html3 PKCS12_PBE_keyivgen.html3 PKCS12_SAFEBAG_create_cert.html3 PKCS12_SAFEBAG_get0_attrs.html3 PKCS12_SAFEBAG_get1_cert.html3 PKCS12_add1_attr_by_NID.html3 PKCS12_add_CSPName_asc.html3 PKCS12_add_cert.html3 PKCS12_add_friendlyname_asc.html3 PKCS12_add_localkeyid.html3 PKCS12_add_safe.html3 PKCS12_create.html3 PKCS12_decrypt_skey.html3 PKCS12_gen_mac.html3 PKCS12_get_friendlyname.html3 PKCS12_init.html3 PKCS12_item_decrypt_d2i.html3 PKCS12_key_gen_utf8_ex.html3 PKCS12_newpass.html3 PKCS12_pack_p7encdata.html3 PKCS12_parse.html3 PKCS5_PBE_keyivgen.html3 PKCS5_PBKDF2_HMAC.html3 PKCS7_decrypt.html3 PKCS7_encrypt.html3 PKCS7_get_octet_string.html3 PKCS7_sign.html3 PKCS7_sign_add_signer.html3 PKCS7_type_is_other.html3 PKCS7_verify.html3 PKCS8_encrypt.html3 PKCS8_pkey_add1_attr.html3 RAND.html7 RAND_DRBG.html7 RAND_DRBG_generate.html3 RAND_DRBG_get0_master.html3 RAND_DRBG_new.html3 RAND_DRBG_reseed.html3 RAND_DRBG_set_callbacks.html3 RAND_DRBG_set_ex_data.html3 RAND_add.html3 RAND_bytes.html3 RAND_cleanup.html3 RAND_egd.html3 RAND_get0_primary.html3 RAND_load_file.html3 RAND_set_DRBG_type.html3 RAND_set_rand_method.html3 RC4_set_key.html3 RIPEMD160_Init.html3 RSA-PSS.html7 RSA_blinding_on.html3 RSA_check_key.html3 RSA_generate_key.html3 RSA_get0_key.html3 RSA_meth_new.html3 RSA_new.html3 RSA_padding_add_PKCS1_type_1.html3 RSA_print.html3 RSA_private_encrypt.html3 RSA_public_encrypt.html3 RSA_set_method.html3 RSA_sign.html3 RSA_sign_ASN1_OCTET_STRING.html3 RSA_size.html3 SCT_new.html3 SCT_print.html3 SCT_validate.html3 SM2.html7 SMIME_read_ASN1.html3 SMIME_read_CMS.html3 SMIME_read_PKCS7.html3 SMIME_write_ASN1.html3 SMIME_write_CMS.html3 SMIME_write_PKCS7.html3 SRP_Calc_B.html3 SRP_VBASE_new.html3 SRP_create_verifier.html3 SRP_user_pwd_new.html3 SSL_CIPHER_get_name.html3 SSL_COMP_add_compression_method.html3 SSL_CONF_CTX_new.html3 SSL_CONF_CTX_set1_prefix.html3 SSL_CONF_CTX_set_flags.html3 SSL_CONF_CTX_set_ssl_ctx.html3 SSL_CONF_cmd.html3 SSL_CONF_cmd_argv.html3 SSL_CTX_add1_chain_cert.html3 SSL_CTX_add_extra_chain_cert.html3 SSL_CTX_add_session.html3 SSL_CTX_config.html3 SSL_CTX_ctrl.html3 SSL_CTX_dane_enable.html3 SSL_CTX_flush_sessions.html3 SSL_CTX_free.html3 SSL_CTX_get0_param.html3 SSL_CTX_get_verify_mode.html3 SSL_CTX_has_client_custom_ext.html3 SSL_CTX_load_verify_locations.html3 SSL_CTX_new.html3 SSL_CTX_sess_number.html3 SSL_CTX_sess_set_cache_size.html3 SSL_CTX_sess_set_get_cb.html3 SSL_CTX_sessions.html3 SSL_CTX_set0_CA_list.html3 SSL_CTX_set1_curves.html3 SSL_CTX_set1_sigalgs.html3 SSL_CTX_set1_verify_cert_store.html3 SSL_CTX_set_alpn_select_cb.html3 SSL_CTX_set_cert_cb.html3 SSL_CTX_set_cert_store.html3 SSL_CTX_set_cert_verify_callback.html3 SSL_CTX_set_cipher_list.html3 SSL_CTX_set_client_CA_list.html3 SSL_CTX_set_client_cert_cb.html3 SSL_CTX_set_client_hello_cb.html3 SSL_CTX_set_ct_validation_callback.html3 SSL_CTX_set_ctlog_list_file.html3 SSL_CTX_set_default_passwd_cb.html3 SSL_CTX_set_ex_data.html3 SSL_CTX_set_generate_session_id.html3 SSL_CTX_set_info_callback.html3 SSL_CTX_set_keylog_callback.html3 SSL_CTX_set_max_cert_list.html3 SSL_CTX_set_min_proto_version.html3 SSL_CTX_set_mode.html3 SSL_CTX_set_msg_callback.html3 SSL_CTX_set_num_tickets.html3 SSL_CTX_set_options.html3 SSL_CTX_set_psk_client_callback.html3 SSL_CTX_set_quiet_shutdown.html3 SSL_CTX_set_read_ahead.html3 SSL_CTX_set_record_padding_callback.html3 SSL_CTX_set_security_level.html3 SSL_CTX_set_session_cache_mode.html3 SSL_CTX_set_session_id_context.html3 SSL_CTX_set_session_ticket_cb.html3 SSL_CTX_set_split_send_fragment.html3 SSL_CTX_set_srp_password.html3 SSL_CTX_set_ssl_version.html3 SSL_CTX_set_stateless_cookie_generate_cb.html3 SSL_CTX_set_timeout.html3 SSL_CTX_set_tlsext_servername_callback.html3 SSL_CTX_set_tlsext_status_cb.html3 SSL_CTX_set_tlsext_ticket_key_cb.html3 SSL_CTX_set_tlsext_use_srtp.html3 SSL_CTX_set_tmp_dh_callback.html3 SSL_CTX_set_tmp_ecdh.html3 SSL_CTX_set_verify.html3 SSL_CTX_use_certificate.html3 SSL_CTX_use_psk_identity_hint.html3 SSL_CTX_use_serverinfo.html3 SSL_SESSION_free.html3 SSL_SESSION_get0_cipher.html3 SSL_SESSION_get0_hostname.html3 SSL_SESSION_get0_id_context.html3 SSL_SESSION_get0_peer.html3 SSL_SESSION_get_compress_id.html3 SSL_SESSION_get_ex_data.html3 SSL_SESSION_get_protocol_version.html3 SSL_SESSION_get_time.html3 SSL_SESSION_has_ticket.html3 SSL_SESSION_is_resumable.html3 SSL_SESSION_print.html3 SSL_SESSION_set1_id.html3 SSL_accept.html3 SSL_alert_type_string.html3 SSL_alloc_buffers.html3 SSL_check_chain.html3 SSL_clear.html3 SSL_connect.html3 SSL_do_handshake.html3 SSL_export_keying_material.html3 SSL_extension_supported.html3 SSL_free.html3 SSL_get0_peer_scts.html3 SSL_get_SSL_CTX.html3 SSL_get_all_async_fds.html3 SSL_get_certificate.html3 SSL_get_ciphers.html3 SSL_get_client_CA_list.html3 SSL_get_client_random.html3 SSL_get_current_cipher.html3 SSL_get_default_timeout.html3 SSL_get_error.html3 SSL_get_extms_support.html3 SSL_get_fd.html3 SSL_get_peer_cert_chain.html3 SSL_get_peer_certificate.html3 SSL_get_peer_signature_nid.html3 SSL_get_peer_tmp_key.html3 SSL_get_psk_identity.html3 SSL_get_rbio.html3 SSL_get_server_tmp_key.html3 SSL_get_session.html3 SSL_get_shared_sigalgs.html3 SSL_get_verify_result.html3 SSL_get_version.html3 SSL_group_to_name.html3 SSL_in_init.html3 SSL_key_update.html3 SSL_library_init.html3 SSL_load_client_CA_file.html3 SSL_new.html3 SSL_pending.html3 SSL_read.html3 SSL_read_early_data.html3 SSL_rstate_string.html3 SSL_session_reused.html3 SSL_set1_host.html3 SSL_set_async_callback.html3 SSL_set_bio.html3 SSL_set_connect_state.html3 SSL_set_fd.html3 SSL_set_retry_verify.html3 SSL_set_session.html3 SSL_set_shutdown.html3 SSL_set_verify_result.html3 SSL_shutdown.html3 SSL_state_string.html3 SSL_want.html3 SSL_write.html3 TS_RESP_CTX_new.html3 TS_VERIFY_CTX_set_certs.html3 UI_STRING.html3 UI_UTIL_read_pw.html3 UI_create_method.html3 UI_new.html3 X25519.html7 X509V3_get_d2i.html3 X509V3_set_ctx.html3 X509_ALGOR_dup.html3 X509_CRL_get0_by_serial.html3 X509_EXTENSION_set_object.html3 X509_LOOKUP.html3 X509_LOOKUP_hash_dir.html3 X509_LOOKUP_meth_new.html3 X509_NAME_ENTRY_get_object.html3 X509_NAME_add_entry_by_txt.html3 X509_NAME_get0_der.html3 X509_NAME_get_index_by_NID.html3 X509_NAME_print_ex.html3 X509_PUBKEY_new.html3 X509_SIG_get0.html3 X509_STORE_CTX_get_error.html3 X509_STORE_CTX_new.html3 X509_STORE_CTX_set_verify_cb.html3 X509_STORE_add_cert.html3 X509_STORE_get0_param.html3 X509_STORE_new.html3 X509_STORE_set_verify_cb_func.html3 X509_VERIFY_PARAM_set_flags.html3 X509_add_cert.html3 X509_check_ca.html3 X509_check_host.html3 X509_check_issued.html3 X509_check_private_key.html3 X509_check_purpose.html3 X509_cmp.html3 X509_cmp_time.html3 X509_digest.html3 X509_dup.html3 X509_get0_distinguishing_id.html3 X509_get0_notBefore.html3 X509_get0_signature.html3 X509_get0_uids.html3 X509_get_extension_flags.html3 X509_get_pubkey.html3 X509_get_serialNumber.html3 X509_get_subject_name.html3 X509_get_version.html3 X509_load_http.html3 X509_new.html3 X509_sign.html3 X509_verify.html3 X509_verify_cert.html3 X509v3_get_ext_by_NID.html3 b2i_PVK_bio_ex.html3 bio.html7 crypto.html7 ct.html7 d2i_DHparams.html3 d2i_PKCS8PrivateKey_bio.html3 d2i_PrivateKey.html3 d2i_RSAPrivateKey.html3 d2i_SSL_SESSION.html3 d2i_X509.html3 des_modes.html7 evp.html7 fips_config.html5 fips_module.html7 i2d_CMS_bio_stream.html3 i2d_PKCS7_bio_stream.html3 i2d_re_X509_tbs.html3 life_cycle-cipher.html7 life_cycle-digest.html7 life_cycle-kdf.html7 life_cycle-mac.html7 life_cycle-pkey.html7 life_cycle-rand.html7 migration_guide.html7 o2i_SCT_LIST.html3 openssl-core.h.html7 openssl-core_dispatch.h.html7 openssl-core_names.h.html7 openssl-env.html7 openssl-format-options.html1 openssl-glossary.html7 openssl-namedisplay-options.html1 openssl-passphrase-options.html1 openssl-threads.html7 openssl-verification-options.html1 openssl.html1 openssl.cnf.html5 openssl_CA.pl.html1 openssl_HMAC.html3 openssl_MD5.html3 openssl_asn1parse.html1 openssl_bio.html3 openssl_ca.html1 openssl_ciphers.html1 openssl_cms.html1 openssl_config.html5 openssl_crl.html1 openssl_crl2pkcs7.html1 openssl_dgst.html1 openssl_dhparam.html1 openssl_dsa.html1 openssl_dsaparam.html1 openssl_ec.html1 openssl_ecparam.html1 openssl_enc.html1 openssl_engine.html1 openssl_errstr.html1 openssl_evp.html3 openssl_gendsa.html1 openssl_genpkey.html1 openssl_genrsa.html1 openssl_list.html1 openssl_nseq.html1 openssl_ocsp.html1 openssl_passwd.html1 openssl_pkcs12.html1 openssl_pkcs7.html1 openssl_pkcs8.html1 openssl_pkey.html1 openssl_pkeyparam.html1 openssl_pkeyutl.html1 openssl_prime.html1 openssl_rand.html1 openssl_rehash.html1 openssl_req.html1 openssl_rsa.html1 openssl_rsautl.html1 openssl_s_client.html1 openssl_s_server.html1 openssl_s_time.html1 openssl_sess_id.html1 openssl_smime.html1 openssl_speed.html1 openssl_spkac.html1 openssl_srp.html1 openssl_storeutl.html1 openssl_ts.html1 openssl_tsget.html1 openssl_verify.html1 openssl_version.html1 openssl_x509.html1 ossl_store-file.html7 ossl_store.html7 passphrase-encoding.html7 property.html7 provider-asym_cipher.html7 provider-base.html7 provider-cipher.html7 provider-decoder.html7 provider-digest.html7 provider-encoder.html7 provider-kdf.html7 provider-kem.html7 provider-keyexch.html7 provider-keymgmt.html7 provider-mac.html7 provider-object.html7 provider-rand.html7 provider-signature.html7 provider-storemgmt.html7 provider.html7 proxy-certificates.html7 s2i_ASN1_IA5STRING.html3 scrypt.html7 ssl.html7 x509.html7 x509v3_config.html5 .depend a_bitstr.d a_d2i_fp.d a_digest.d a_dup.d a_gentm.d a_i2d_fp.d a_int.d a_mbstr.d a_object.d a_octet.d a_print.d a_sign.d a_strex.d a_strnid.d a_time.d a_type.d a_utctm.d a_utf8.d a_verify.d aes-x86_64.d aes_cfb.d aes_ecb.d aes_ige.d aes_misc.d aes_ofb.d aes_wrap.d aesni-mb-x86_64.d aesni-sha1-x86_64.d aesni-sha256-x86_64.d aesni-x86_64.d ameth_lib.d aria.d asn1_dsa.d asn1_err.d asn1_gen.d asn1_item_list.d asn1_lib.d asn1_parse.d asn_mime.d asn_moid.d asn_mstbl.d asn_pack.d asymcipher.d async.d async_err.d async_posix.d async_wait.d baseprov.d bf_buff.d bf_cfb64.d bf_ecb.d bf_enc.d bf_lbuf.d bf_nbio.d bf_null.d bf_ofb64.d bf_prefix.d bf_readbuff.d bf_skey.d bio_addr.d bio_asn1.d bio_b64.d bio_cb.d bio_dump.d bio_enc.d bio_err.d bio_lib.d bio_md.d bio_meth.d bio_ndef.d bio_ok.d bio_pk7.d bio_print.d bio_prov.d bio_sock.d bio_sock2.d blake2_prov.d blake2b_mac.d blake2b_prov.d blake2s_mac.d blake2s_prov.d bn_add.d bn_blind.d bn_const.d bn_conv.d bn_ctx.d bn_depr.d bn_dh.d bn_div.d bn_err.d bn_exp.d bn_exp2.d bn_gcd.d bn_gf2m.d bn_intern.d bn_kron.d bn_lib.d bn_mod.d bn_mont.d bn_mpi.d bn_mul.d bn_nist.d bn_prime.d bn_print.d bn_rand.d bn_recp.d bn_rsa_fips186_4.d bn_shift.d bn_sqr.d bn_sqrt.d bn_srp.d bn_word.d bn_x931p.d bsaes-x86_64.d bsearch.d bss_acpt.d bss_bio.d bss_conn.d bss_core.d bss_dgram.d bss_fd.d bss_file.d bss_log.d bss_mem.d bss_null.d bss_sock.d buf_err.d buffer.d by_dir.d by_file.d by_store.d c_allc.d c_alld.d c_cfb64.d c_ecb.d c_enc.d c_ofb64.d c_skey.d c_zlib.d capabilities.d cbc128.d cbc_cksm.d cbc_enc.d ccm128.d cfb128.d cfb64ede.d cfb64enc.d cfb_enc.d chacha-x86_64.d cipher_aes.d cipher_aes_cbc_hmac_sha.d cipher_aes_cbc_hmac_sha1_hw.d cipher_aes_cbc_hmac_sha256_hw.d cipher_aes_ccm.d cipher_aes_ccm_hw.d cipher_aes_gcm.d cipher_aes_gcm_hw.d cipher_aes_hw.d cipher_aes_ocb.d cipher_aes_ocb_hw.d cipher_aes_siv.d cipher_aes_siv_hw.d cipher_aes_wrp.d cipher_aes_xts.d cipher_aes_xts_fips.d cipher_aes_xts_hw.d cipher_aria.d cipher_aria_ccm.d cipher_aria_ccm_hw.d cipher_aria_gcm.d cipher_aria_gcm_hw.d cipher_aria_hw.d cipher_camellia.d cipher_camellia_hw.d cipher_chacha20.d cipher_chacha20_hw.d cipher_chacha20_poly1305.d cipher_chacha20_poly1305_hw.d cipher_cts.d cipher_null.d cipher_sm4.d cipher_sm4_hw.d cipher_tdes.d cipher_tdes_common.d cipher_tdes_default.d cipher_tdes_default_hw.d cipher_tdes_hw.d cipher_tdes_wrap.d cipher_tdes_wrap_hw.d ciphercommon.d ciphercommon_block.d ciphercommon_ccm.d ciphercommon_ccm_hw.d ciphercommon_gcm.d ciphercommon_gcm_hw.d ciphercommon_hw.d cmac.d cmac_prov.d cmeth_lib.d cmll-x86_64.d cmll_cfb.d cmll_ctr.d cmll_ecb.d cmll_misc.d cmll_ofb.d cmp_asn.d cmp_client.d cmp_ctx.d cmp_err.d cmp_hdr.d cmp_http.d cmp_msg.d cmp_protect.d cmp_server.d cmp_status.d cmp_util.d cmp_vfy.d cms_asn1.d cms_att.d cms_cd.d cms_dd.d cms_dh.d cms_ec.d cms_enc.d cms_env.d cms_err.d cms_ess.d cms_io.d cms_kari.d cms_lib.d cms_pwri.d cms_rsa.d cms_sd.d cms_smime.d comp_err.d comp_lib.d conf_api.d conf_def.d conf_err.d conf_lib.d conf_mall.d conf_mod.d conf_sap.d conf_ssl.d context.d core_algorithm.d core_fetch.d core_namemap.d cpt_err.d cpuid.d crmf_asn.d crmf_err.d crmf_lib.d crmf_pbm.d crngt.d cryptlib.d ct_b64.d ct_err.d ct_log.d ct_oct.d ct_policy.d ct_prn.d ct_sct.d ct_sct_ctx.d ct_vfy.d ct_x509v3.d ctr128.d ctrl_params_translate.d cts128.d ctype.d curve25519.d curve448.d curve448_tables.d cversion.d d2i_param.d d2i_pr.d d2i_pu.d decode_der2key.d decode_epki2pki.d decode_msblob2key.d decode_pem2der.d decode_pvk2key.d decode_spki2typespki.d decoder_err.d decoder_lib.d decoder_meth.d decoder_pkey.d defltprov.d defn_cache.d der_digests_gen.d der_dsa_gen.d der_dsa_key.d der_dsa_sig.d der_ec_gen.d der_ec_key.d der_ec_sig.d der_ecx_gen.d der_ecx_key.d der_rsa_gen.d der_rsa_key.d der_rsa_sig.d der_sm2_gen.d der_sm2_key.d der_sm2_sig.d der_wrap_gen.d der_writer.d des_enc.d dh_ameth.d dh_asn1.d dh_backend.d dh_check.d dh_ctrl.d dh_depr.d dh_err.d dh_exch.d dh_gen.d dh_group_params.d dh_kdf.d dh_key.d dh_kmgmt.d dh_lib.d dh_meth.d dh_pmeth.d dh_prn.d dh_rfc5114.d dh_support.d digest.d digest_to_nid.d digestcommon.d drbg.d drbg_ctr.d drbg_hash.d drbg_hmac.d dsa_ameth.d dsa_asn1.d dsa_backend.d dsa_check.d dsa_ctrl.d dsa_depr.d dsa_err.d dsa_gen.d dsa_key.d dsa_kmgmt.d dsa_lib.d dsa_meth.d dsa_ossl.d dsa_pmeth.d dsa_prn.d dsa_sig.d dsa_sign.d dsa_vrf.d dso_dl.d dso_dlfcn.d dso_err.d dso_lib.d dso_openssl.d dso_vms.d dso_win32.d e_aes.d e_aes_cbc_hmac_sha1.d e_aes_cbc_hmac_sha256.d e_aria.d e_bf.d e_camellia.d e_cast.d e_chacha20_poly1305.d e_des.d e_des3.d e_idea.d e_null.d e_old.d e_rc2.d e_rc4.d e_rc4_hmac_md5.d e_rc5.d e_seed.d e_sm4.d e_xcbc_d.d ebcdic.d ec2_oct.d ec2_smpl.d ec_ameth.d ec_asn1.d ec_backend.d ec_check.d ec_ctrl.d ec_curve.d ec_cvt.d ec_deprecated.d ec_err.d ec_key.d ec_kmeth.d ec_kmgmt.d ec_lib.d ec_mult.d ec_oct.d ec_pmeth.d ec_print.d ec_support.d ecb3_enc.d ecb_enc.d ecdh_exch.d ecdh_kdf.d ecdh_ossl.d ecdsa_ossl.d ecdsa_sig.d ecdsa_sign.d ecdsa_vrf.d eck_prn.d ecp_mont.d ecp_nist.d ecp_nistz256-x86_64.d ecp_nistz256.d ecp_oct.d ecp_smpl.d ecx_backend.d ecx_exch.d ecx_key.d ecx_kmgmt.d ecx_meth.d eddsa.d eddsa_sig.d encode.d encode_key2any.d encode_key2blob.d encode_key2ms.d encode_key2text.d encoder_err.d encoder_lib.d encoder_meth.d encoder_pkey.d endecoder_common.d eng_all.d eng_cnf.d eng_ctrl.d eng_dyn.d eng_err.d eng_fat.d eng_init.d eng_lib.d eng_list.d eng_openssl.d eng_pkey.d eng_rdrand.d eng_table.d err.d err_all.d err_all_legacy.d err_blocks.d err_prn.d ess_asn1.d ess_err.d ess_lib.d evp_asn1.d evp_cnf.d evp_enc.d evp_err.d evp_fetch.d evp_key.d evp_lib.d evp_pbe.d evp_pkey.d evp_rand.d evp_utils.d ex_data.d exchange.d f_generic.d f_impl32.d f_impl64.d f_int.d f_string.d fcrypt.d fcrypt_b.d ffc_backend.d ffc_dh.d ffc_key_generate.d ffc_key_validate.d ffc_params.d ffc_params_generate.d ffc_params_validate.d file_store.d file_store_any2obj.d gcm128.d getenv.d gmac_prov.d hkdf.d hmac.d hmac_prov.d http_client.d http_err.d http_lib.d i2d_evp.d i_cbc.d i_cfb64.d i_ecb.d i_ofb64.d i_skey.d info.d init.d initthread.d kbkdf.d kdf_err.d kdf_exch.d kdf_legacy_kmgmt.d kdf_lib.d kdf_meth.d keccak1600-x86_64.d kem.d keymgmt_lib.d keymgmt_meth.d kmac_prov.d krb5kdf.d legacy_blake2.d legacy_md4.d legacy_md5.d legacy_md5_sha1.d legacy_mdc2.d legacy_ripemd.d legacy_sha.d legacy_sm3.d legacy_wp.d lh_stats.d lhash.d libc-sha1.d libc-sha256.d libc-sha2xx.d libc-sha512.d m_null.d m_sigver.d mac_legacy_kmgmt.d mac_legacy_sig.d mac_lib.d mac_meth.d md4_dgst.d md4_one.d md5-x86_64.d md5_dgst.d md5_one.d md5_prov.d md5_sha1.d md5_sha1_prov.d mdc2_one.d mdc2dgst.d mem.d mem_sec.d n_pkey.d names.d nsseq.d null_prov.d nullprov.d o_dir.d o_fopen.d o_init.d o_names.d o_str.d o_time.d obj_dat.d obj_err.d obj_lib.d obj_xref.d ocb128.d ocsp_asn.d ocsp_cl.d ocsp_err.d ocsp_ext.d ocsp_http.d ocsp_lib.d ocsp_prn.d ocsp_srv.d ocsp_vfy.d ofb128.d ofb64ede.d ofb64enc.d ofb_enc.d ossl_core_bio.d p12_add.d p12_asn.d p12_attr.d p12_crpt.d p12_crt.d p12_decr.d p12_init.d p12_key.d p12_kiss.d p12_mutl.d p12_npas.d p12_p8d.d p12_p8e.d p12_sbag.d p12_utl.d p5_crpt.d p5_crpt2.d p5_pbe.d p5_pbev2.d p5_scrypt.d p8_pkey.d p_dec.d p_enc.d p_legacy.d p_lib.d p_open.d p_seal.d p_sign.d p_verify.d packet.d param_build.d param_build_set.d params.d params_dup.d params_from_text.d passphrase.d pbe_scrypt.d pbkdf2.d pbkdf2_fips.d pcbc_enc.d pcy_cache.d pcy_data.d pcy_lib.d pcy_map.d pcy_node.d pcy_tree.d pem_all.d pem_err.d pem_info.d pem_lib.d pem_oth.d pem_pk8.d pem_pkey.d pem_sign.d pem_x509.d pem_xaux.d pk12err.d pk7_asn1.d pk7_attr.d pk7_doit.d pk7_lib.d pk7_mime.d pk7_smime.d pkcs12kdf.d pkcs7err.d pmeth_check.d pmeth_gn.d pmeth_lib.d poly1305-x86_64.d poly1305.d poly1305_prov.d pqueue.d property.d property_err.d property_parse.d property_query.d property_string.d prov_running.d prov_seed.d provider.d provider_child.d provider_conf.d provider_core.d provider_ctx.d provider_err.d provider_predefined.d provider_seeding.d provider_util.d punycode.d pvkfmt.d qud_cksm.d rand_cpu_x86.d rand_deprecated.d rand_err.d rand_key.d rand_lib.d rand_meth.d rand_pool.d rand_tsc.d rand_unix.d rand_win.d randfile.d rc2_cbc.d rc2_ecb.d rc2_skey.d rc2cfb64.d rc2ofb64.d rc4-md5-x86_64.d rc4-x86_64.d ripemd_prov.d rmd_dgst.d rmd_one.d rsa_ameth.d rsa_asn1.d rsa_backend.d rsa_chk.d rsa_crpt.d rsa_depr.d rsa_enc.d rsa_err.d rsa_gen.d rsa_kem.d rsa_kmgmt.d rsa_lib.d rsa_meth.d rsa_mp.d rsa_mp_names.d rsa_none.d rsa_oaep.d rsa_ossl.d rsa_pk1.d rsa_pmeth.d rsa_prn.d rsa_pss.d rsa_saos.d rsa_schemes.d rsa_sig.d rsa_sign.d rsa_sp800_56b_check.d rsa_sp800_56b_gen.d rsa_x931.d rsa_x931g.d rsaz-avx2.d rsaz-avx512.d rsaz-x86_64.d rsaz_exp.d rsaz_exp_x2.d s3_cbc.d scalar.d scrypt.d securitycheck.d securitycheck_default.d seed.d seed_cbc.d seed_cfb.d seed_ecb.d seed_ofb.d seed_src.d self_test_core.d set_key.d sha1-mb-x86_64.d sha1-x86_64.d sha1dgst.d sha2_prov.d sha3.d sha3_prov.d signature.d siphash.d siphash_prov.d siv128.d sm2_crypt.d sm2_enc.d sm2_err.d sm2_key.d sm2_sig.d sm2_sign.d sm3.d sm3_prov.d sm4.d sparse_array.d srp_lib.d srp_vfy.d sshkdf.d sskdf.d stack.d store_err.d store_init.d store_lib.d store_meth.d store_register.d store_result.d store_strings.d str2key.d t_bitst.d t_crl.d t_pkey.d t_req.d t_spki.d t_x509.d tasn_dec.d tasn_enc.d tasn_fre.d tasn_new.d tasn_prn.d tasn_scn.d tasn_typ.d tasn_utl.d tb_asnmth.d tb_cipher.d tb_dh.d tb_digest.d tb_dsa.d tb_eckey.d tb_pkmeth.d tb_rand.d tb_rsa.d test_rng.d threads_lib.d threads_none.d threads_pthread.d threads_win.d tls1_prf.d tls_pad.d trace.d ts_asn1.d ts_conf.d ts_err.d ts_lib.d ts_req_print.d ts_req_utils.d ts_rsp_print.d ts_rsp_sign.d ts_rsp_utils.d ts_rsp_verify.d ts_verify_ctx.d txt_db.d ui_err.d ui_lib.d ui_null.d ui_openssl.d ui_util.d uid.d v3_addr.d v3_admis.d v3_akeya.d v3_akid.d v3_asid.d v3_bcons.d v3_bitst.d v3_conf.d v3_cpols.d v3_crld.d v3_enum.d v3_extku.d v3_genn.d v3_ia5.d v3_info.d v3_int.d v3_ist.d v3_lib.d v3_ncons.d v3_ocsp.d v3_pci.d v3_pcia.d v3_pcons.d v3_pku.d v3_pmaps.d v3_prn.d v3_purp.d v3_san.d v3_skid.d v3_sxnet.d v3_tlsf.d v3_utf8.d v3_utl.d v3err.d vpaes-x86_64.d wp-x86_64.d wp_dgst.d wrap128.d x25519-x86_64.d x509_att.d x509_cmp.d x509_d2.d x509_def.d x509_err.d x509_ext.d x509_lu.d x509_meth.d x509_obj.d x509_r2x.d x509_req.d x509_set.d x509_trust.d x509_txt.d x509_v3.d x509_vfy.d x509_vpm.d x509cset.d x509name.d x509rset.d x509spki.d x509type.d x86_64-gcc.d x86_64-gf2m.d x86_64-mont.d x86_64-mont5.d x86_64cpuid.d x942kdf.d x_algor.d x_all.d x_attrib.d x_bignum.d x_crl.d x_exten.d x_info.d x_int64.d x_long.d x_name.d x_pkey.d x_pubkey.d x_req.d x_sig.d x_spki.d x_val.d x_x509.d x_x509a.d xcbc_enc.d xts128.d a_bitstr.d.tmp a_d2i_fp.d.tmp a_digest.d.tmp a_dup.d.tmp a_gentm.d.tmp a_i2d_fp.d.tmp a_int.d.tmp a_mbstr.d.tmp a_object.d.tmp a_octet.d.tmp a_print.d.tmp a_sign.d.tmp a_strex.d.tmp a_strnid.d.tmp a_time.d.tmp a_type.d.tmp a_utctm.d.tmp a_utf8.d.tmp a_verify.d.tmp aes-x86_64.d.tmp aes_cfb.d.tmp aes_ecb.d.tmp aes_ige.d.tmp aes_misc.d.tmp aes_ofb.d.tmp aes_wrap.d.tmp aesni-mb-x86_64.d.tmp aesni-sha1-x86_64.d.tmp aesni-sha256-x86_64.d.tmp aesni-x86_64.d.tmp ameth_lib.d.tmp aria.d.tmp asn1_dsa.d.tmp asn1_err.d.tmp asn1_gen.d.tmp asn1_item_list.d.tmp asn1_lib.d.tmp asn1_parse.d.tmp asn_mime.d.tmp asn_moid.d.tmp asn_mstbl.d.tmp asn_pack.d.tmp asymcipher.d.tmp async.d.tmp async_err.d.tmp async_posix.d.tmp async_wait.d.tmp baseprov.d.tmp bf_buff.d.tmp bf_cfb64.d.tmp bf_ecb.d.tmp bf_enc.d.tmp bf_lbuf.d.tmp bf_nbio.d.tmp bf_null.d.tmp bf_ofb64.d.tmp bf_prefix.d.tmp bf_readbuff.d.tmp bf_skey.d.tmp bio_addr.d.tmp bio_asn1.d.tmp bio_b64.d.tmp bio_cb.d.tmp bio_dump.d.tmp bio_enc.d.tmp bio_err.d.tmp bio_lib.d.tmp bio_md.d.tmp bio_meth.d.tmp bio_ndef.d.tmp bio_ok.d.tmp bio_pk7.d.tmp bio_print.d.tmp bio_prov.d.tmp bio_sock.d.tmp bio_sock2.d.tmp blake2_prov.d.tmp blake2b_mac.d.tmp blake2b_prov.d.tmp blake2s_mac.d.tmp blake2s_prov.d.tmp bn_add.d.tmp bn_blind.d.tmp bn_const.d.tmp bn_conv.d.tmp bn_ctx.d.tmp bn_depr.d.tmp bn_dh.d.tmp bn_div.d.tmp bn_err.d.tmp bn_exp.d.tmp bn_exp2.d.tmp bn_gcd.d.tmp bn_gf2m.d.tmp bn_intern.d.tmp bn_kron.d.tmp bn_lib.d.tmp bn_mod.d.tmp bn_mont.d.tmp bn_mpi.d.tmp bn_mul.d.tmp bn_nist.d.tmp bn_prime.d.tmp bn_print.d.tmp bn_rand.d.tmp bn_recp.d.tmp bn_rsa_fips186_4.d.tmp bn_shift.d.tmp bn_sqr.d.tmp bn_sqrt.d.tmp bn_srp.d.tmp bn_word.d.tmp bn_x931p.d.tmp bsaes-x86_64.d.tmp bsearch.d.tmp bss_acpt.d.tmp bss_bio.d.tmp bss_conn.d.tmp bss_core.d.tmp bss_dgram.d.tmp bss_fd.d.tmp bss_file.d.tmp bss_log.d.tmp bss_mem.d.tmp bss_null.d.tmp bss_sock.d.tmp buf_err.d.tmp buffer.d.tmp by_dir.d.tmp by_file.d.tmp by_store.d.tmp c_allc.d.tmp c_alld.d.tmp c_cfb64.d.tmp c_ecb.d.tmp c_enc.d.tmp c_ofb64.d.tmp c_skey.d.tmp c_zlib.d.tmp capabilities.d.tmp cbc128.d.tmp cbc_cksm.d.tmp cbc_enc.d.tmp ccm128.d.tmp cfb128.d.tmp cfb64ede.d.tmp cfb64enc.d.tmp cfb_enc.d.tmp chacha-x86_64.d.tmp cipher_aes.d.tmp cipher_aes_cbc_hmac_sha.d.tmp cipher_aes_cbc_hmac_sha1_hw.d.tmp cipher_aes_cbc_hmac_sha256_hw.d.tmp cipher_aes_ccm.d.tmp cipher_aes_ccm_hw.d.tmp cipher_aes_gcm.d.tmp cipher_aes_gcm_hw.d.tmp cipher_aes_hw.d.tmp cipher_aes_ocb.d.tmp cipher_aes_ocb_hw.d.tmp cipher_aes_siv.d.tmp cipher_aes_siv_hw.d.tmp cipher_aes_wrp.d.tmp cipher_aes_xts.d.tmp cipher_aes_xts_fips.d.tmp cipher_aes_xts_hw.d.tmp cipher_aria.d.tmp cipher_aria_ccm.d.tmp cipher_aria_ccm_hw.d.tmp cipher_aria_gcm.d.tmp cipher_aria_gcm_hw.d.tmp cipher_aria_hw.d.tmp cipher_camellia.d.tmp cipher_camellia_hw.d.tmp cipher_chacha20.d.tmp cipher_chacha20_hw.d.tmp cipher_chacha20_poly1305.d.tmp cipher_chacha20_poly1305_hw.d.tmp cipher_cts.d.tmp cipher_null.d.tmp cipher_sm4.d.tmp cipher_sm4_hw.d.tmp cipher_tdes.d.tmp cipher_tdes_common.d.tmp cipher_tdes_default.d.tmp cipher_tdes_default_hw.d.tmp cipher_tdes_hw.d.tmp cipher_tdes_wrap.d.tmp cipher_tdes_wrap_hw.d.tmp ciphercommon.d.tmp ciphercommon_block.d.tmp ciphercommon_ccm.d.tmp ciphercommon_ccm_hw.d.tmp ciphercommon_gcm.d.tmp ciphercommon_gcm_hw.d.tmp ciphercommon_hw.d.tmp cmac.d.tmp cmac_prov.d.tmp cmeth_lib.d.tmp cmll-x86_64.d.tmp cmll_cfb.d.tmp cmll_ctr.d.tmp cmll_ecb.d.tmp cmll_misc.d.tmp cmll_ofb.d.tmp cmp_asn.d.tmp cmp_client.d.tmp cmp_ctx.d.tmp cmp_err.d.tmp cmp_hdr.d.tmp cmp_http.d.tmp cmp_msg.d.tmp cmp_protect.d.tmp cmp_server.d.tmp cmp_status.d.tmp cmp_util.d.tmp cmp_vfy.d.tmp cms_asn1.d.tmp cms_att.d.tmp cms_cd.d.tmp cms_dd.d.tmp cms_dh.d.tmp cms_ec.d.tmp cms_enc.d.tmp cms_env.d.tmp cms_err.d.tmp cms_ess.d.tmp cms_io.d.tmp cms_kari.d.tmp cms_lib.d.tmp cms_pwri.d.tmp cms_rsa.d.tmp cms_sd.d.tmp cms_smime.d.tmp comp_err.d.tmp comp_lib.d.tmp conf_api.d.tmp conf_def.d.tmp conf_err.d.tmp conf_lib.d.tmp conf_mall.d.tmp conf_mod.d.tmp conf_sap.d.tmp conf_ssl.d.tmp context.d.tmp core_algorithm.d.tmp core_fetch.d.tmp core_namemap.d.tmp cpt_err.d.tmp cpuid.d.tmp crmf_asn.d.tmp crmf_err.d.tmp crmf_lib.d.tmp crmf_pbm.d.tmp crngt.d.tmp cryptlib.d.tmp ct_b64.d.tmp ct_err.d.tmp ct_log.d.tmp ct_oct.d.tmp ct_policy.d.tmp ct_prn.d.tmp ct_sct.d.tmp ct_sct_ctx.d.tmp ct_vfy.d.tmp ct_x509v3.d.tmp ctr128.d.tmp ctrl_params_translate.d.tmp cts128.d.tmp ctype.d.tmp curve25519.d.tmp curve448.d.tmp curve448_tables.d.tmp cversion.d.tmp d2i_param.d.tmp d2i_pr.d.tmp d2i_pu.d.tmp decode_der2key.d.tmp decode_epki2pki.d.tmp decode_msblob2key.d.tmp decode_pem2der.d.tmp decode_pvk2key.d.tmp decode_spki2typespki.d.tmp decoder_err.d.tmp decoder_lib.d.tmp decoder_meth.d.tmp decoder_pkey.d.tmp defltprov.d.tmp defn_cache.d.tmp der_digests_gen.d.tmp der_dsa_gen.d.tmp der_dsa_key.d.tmp der_dsa_sig.d.tmp der_ec_gen.d.tmp der_ec_key.d.tmp der_ec_sig.d.tmp der_ecx_gen.d.tmp der_ecx_key.d.tmp der_rsa_gen.d.tmp der_rsa_key.d.tmp der_rsa_sig.d.tmp der_sm2_gen.d.tmp der_sm2_key.d.tmp der_sm2_sig.d.tmp der_wrap_gen.d.tmp der_writer.d.tmp des_enc.d.tmp dh_ameth.d.tmp dh_asn1.d.tmp dh_backend.d.tmp dh_check.d.tmp dh_ctrl.d.tmp dh_depr.d.tmp dh_err.d.tmp dh_exch.d.tmp dh_gen.d.tmp dh_group_params.d.tmp dh_kdf.d.tmp dh_key.d.tmp dh_kmgmt.d.tmp dh_lib.d.tmp dh_meth.d.tmp dh_pmeth.d.tmp dh_prn.d.tmp dh_rfc5114.d.tmp dh_support.d.tmp digest.d.tmp digest_to_nid.d.tmp digestcommon.d.tmp drbg.d.tmp drbg_ctr.d.tmp drbg_hash.d.tmp drbg_hmac.d.tmp dsa_ameth.d.tmp dsa_asn1.d.tmp dsa_backend.d.tmp dsa_check.d.tmp dsa_ctrl.d.tmp dsa_depr.d.tmp dsa_err.d.tmp dsa_gen.d.tmp dsa_key.d.tmp dsa_kmgmt.d.tmp dsa_lib.d.tmp dsa_meth.d.tmp dsa_ossl.d.tmp dsa_pmeth.d.tmp dsa_prn.d.tmp dsa_sig.d.tmp dsa_sign.d.tmp dsa_vrf.d.tmp dso_dl.d.tmp dso_dlfcn.d.tmp dso_err.d.tmp dso_lib.d.tmp dso_openssl.d.tmp dso_vms.d.tmp dso_win32.d.tmp e_aes.d.tmp e_aes_cbc_hmac_sha1.d.tmp e_aes_cbc_hmac_sha256.d.tmp e_aria.d.tmp e_bf.d.tmp e_camellia.d.tmp e_cast.d.tmp e_chacha20_poly1305.d.tmp e_des.d.tmp e_des3.d.tmp e_idea.d.tmp e_null.d.tmp e_old.d.tmp e_rc2.d.tmp e_rc4.d.tmp e_rc4_hmac_md5.d.tmp e_rc5.d.tmp e_seed.d.tmp e_sm4.d.tmp e_xcbc_d.d.tmp ebcdic.d.tmp ec2_oct.d.tmp ec2_smpl.d.tmp ec_ameth.d.tmp ec_asn1.d.tmp ec_backend.d.tmp ec_check.d.tmp ec_ctrl.d.tmp ec_curve.d.tmp ec_cvt.d.tmp ec_deprecated.d.tmp ec_err.d.tmp ec_key.d.tmp ec_kmeth.d.tmp ec_kmgmt.d.tmp ec_lib.d.tmp ec_mult.d.tmp ec_oct.d.tmp ec_pmeth.d.tmp ec_print.d.tmp ec_support.d.tmp ecb3_enc.d.tmp ecb_enc.d.tmp ecdh_exch.d.tmp ecdh_kdf.d.tmp ecdh_ossl.d.tmp ecdsa_ossl.d.tmp ecdsa_sig.d.tmp ecdsa_sign.d.tmp ecdsa_vrf.d.tmp eck_prn.d.tmp ecp_mont.d.tmp ecp_nist.d.tmp ecp_nistz256-x86_64.d.tmp ecp_nistz256.d.tmp ecp_oct.d.tmp ecp_smpl.d.tmp ecx_backend.d.tmp ecx_exch.d.tmp ecx_key.d.tmp ecx_kmgmt.d.tmp ecx_meth.d.tmp eddsa.d.tmp eddsa_sig.d.tmp encode.d.tmp encode_key2any.d.tmp encode_key2blob.d.tmp encode_key2ms.d.tmp encode_key2text.d.tmp encoder_err.d.tmp encoder_lib.d.tmp encoder_meth.d.tmp encoder_pkey.d.tmp endecoder_common.d.tmp eng_all.d.tmp eng_cnf.d.tmp eng_ctrl.d.tmp eng_dyn.d.tmp eng_err.d.tmp eng_fat.d.tmp eng_init.d.tmp eng_lib.d.tmp eng_list.d.tmp eng_openssl.d.tmp eng_pkey.d.tmp eng_rdrand.d.tmp eng_table.d.tmp err.d.tmp err_all.d.tmp err_all_legacy.d.tmp err_blocks.d.tmp err_prn.d.tmp ess_asn1.d.tmp ess_err.d.tmp ess_lib.d.tmp evp_asn1.d.tmp evp_cnf.d.tmp evp_enc.d.tmp evp_err.d.tmp evp_fetch.d.tmp evp_key.d.tmp evp_lib.d.tmp evp_pbe.d.tmp evp_pkey.d.tmp evp_rand.d.tmp evp_utils.d.tmp ex_data.d.tmp exchange.d.tmp f_generic.d.tmp f_impl32.d.tmp f_impl64.d.tmp f_int.d.tmp f_string.d.tmp fcrypt.d.tmp fcrypt_b.d.tmp ffc_backend.d.tmp ffc_dh.d.tmp ffc_key_generate.d.tmp ffc_key_validate.d.tmp ffc_params.d.tmp ffc_params_generate.d.tmp ffc_params_validate.d.tmp file_store.d.tmp file_store_any2obj.d.tmp gcm128.d.tmp getenv.d.tmp gmac_prov.d.tmp hkdf.d.tmp hmac.d.tmp hmac_prov.d.tmp http_client.d.tmp http_err.d.tmp http_lib.d.tmp i2d_evp.d.tmp i_cbc.d.tmp i_cfb64.d.tmp i_ecb.d.tmp i_ofb64.d.tmp i_skey.d.tmp info.d.tmp init.d.tmp initthread.d.tmp kbkdf.d.tmp kdf_err.d.tmp kdf_exch.d.tmp kdf_legacy_kmgmt.d.tmp kdf_lib.d.tmp kdf_meth.d.tmp keccak1600-x86_64.d.tmp kem.d.tmp keymgmt_lib.d.tmp keymgmt_meth.d.tmp kmac_prov.d.tmp krb5kdf.d.tmp legacy_blake2.d.tmp legacy_md4.d.tmp legacy_md5.d.tmp legacy_md5_sha1.d.tmp legacy_mdc2.d.tmp legacy_ripemd.d.tmp legacy_sha.d.tmp legacy_sm3.d.tmp legacy_wp.d.tmp lh_stats.d.tmp lhash.d.tmp libc-sha1.d.tmp libc-sha256.d.tmp libc-sha2xx.d.tmp libc-sha512.d.tmp m_null.d.tmp m_sigver.d.tmp mac_legacy_kmgmt.d.tmp mac_legacy_sig.d.tmp mac_lib.d.tmp mac_meth.d.tmp md4_dgst.d.tmp md4_one.d.tmp md5-x86_64.d.tmp md5_dgst.d.tmp md5_one.d.tmp md5_prov.d.tmp md5_sha1.d.tmp md5_sha1_prov.d.tmp mdc2_one.d.tmp mdc2dgst.d.tmp mem.d.tmp mem_sec.d.tmp n_pkey.d.tmp names.d.tmp nsseq.d.tmp null_prov.d.tmp nullprov.d.tmp o_dir.d.tmp o_fopen.d.tmp o_init.d.tmp o_names.d.tmp o_str.d.tmp o_time.d.tmp obj_dat.d.tmp obj_err.d.tmp obj_lib.d.tmp obj_xref.d.tmp ocb128.d.tmp ocsp_asn.d.tmp ocsp_cl.d.tmp ocsp_err.d.tmp ocsp_ext.d.tmp ocsp_http.d.tmp ocsp_lib.d.tmp ocsp_prn.d.tmp ocsp_srv.d.tmp ocsp_vfy.d.tmp ofb128.d.tmp ofb64ede.d.tmp ofb64enc.d.tmp ofb_enc.d.tmp ossl_core_bio.d.tmp p12_add.d.tmp p12_asn.d.tmp p12_attr.d.tmp p12_crpt.d.tmp p12_crt.d.tmp p12_decr.d.tmp p12_init.d.tmp p12_key.d.tmp p12_kiss.d.tmp p12_mutl.d.tmp p12_npas.d.tmp p12_p8d.d.tmp p12_p8e.d.tmp p12_sbag.d.tmp p12_utl.d.tmp p5_crpt.d.tmp p5_crpt2.d.tmp p5_pbe.d.tmp p5_pbev2.d.tmp p5_scrypt.d.tmp p8_pkey.d.tmp p_dec.d.tmp p_enc.d.tmp p_legacy.d.tmp p_lib.d.tmp p_open.d.tmp p_seal.d.tmp p_sign.d.tmp p_verify.d.tmp packet.d.tmp param_build.d.tmp param_build_set.d.tmp params.d.tmp params_dup.d.tmp params_from_text.d.tmp passphrase.d.tmp pbe_scrypt.d.tmp pbkdf2.d.tmp pbkdf2_fips.d.tmp pcbc_enc.d.tmp pcy_cache.d.tmp pcy_data.d.tmp pcy_lib.d.tmp pcy_map.d.tmp pcy_node.d.tmp pcy_tree.d.tmp pem_all.d.tmp pem_err.d.tmp pem_info.d.tmp pem_lib.d.tmp pem_oth.d.tmp pem_pk8.d.tmp pem_pkey.d.tmp pem_sign.d.tmp pem_x509.d.tmp pem_xaux.d.tmp pk12err.d.tmp pk7_asn1.d.tmp pk7_attr.d.tmp pk7_doit.d.tmp pk7_lib.d.tmp pk7_mime.d.tmp pk7_smime.d.tmp pkcs12kdf.d.tmp pkcs7err.d.tmp pmeth_check.d.tmp pmeth_gn.d.tmp pmeth_lib.d.tmp poly1305-x86_64.d.tmp poly1305.d.tmp poly1305_prov.d.tmp pqueue.d.tmp property.d.tmp property_err.d.tmp property_parse.d.tmp property_query.d.tmp property_string.d.tmp prov_running.d.tmp prov_seed.d.tmp provider.d.tmp provider_child.d.tmp provider_conf.d.tmp provider_core.d.tmp provider_ctx.d.tmp provider_err.d.tmp provider_predefined.d.tmp provider_seeding.d.tmp provider_util.d.tmp punycode.d.tmp pvkfmt.d.tmp qud_cksm.d.tmp rand_cpu_x86.d.tmp rand_deprecated.d.tmp rand_err.d.tmp rand_key.d.tmp rand_lib.d.tmp rand_meth.d.tmp rand_pool.d.tmp rand_tsc.d.tmp rand_unix.d.tmp rand_win.d.tmp randfile.d.tmp rc2_cbc.d.tmp rc2_ecb.d.tmp rc2_skey.d.tmp rc2cfb64.d.tmp rc2ofb64.d.tmp rc4-md5-x86_64.d.tmp rc4-x86_64.d.tmp ripemd_prov.d.tmp rmd_dgst.d.tmp rmd_one.d.tmp rsa_ameth.d.tmp rsa_asn1.d.tmp rsa_backend.d.tmp rsa_chk.d.tmp rsa_crpt.d.tmp rsa_depr.d.tmp rsa_enc.d.tmp rsa_err.d.tmp rsa_gen.d.tmp rsa_kem.d.tmp rsa_kmgmt.d.tmp rsa_lib.d.tmp rsa_meth.d.tmp rsa_mp.d.tmp rsa_mp_names.d.tmp rsa_none.d.tmp rsa_oaep.d.tmp rsa_ossl.d.tmp rsa_pk1.d.tmp rsa_pmeth.d.tmp rsa_prn.d.tmp rsa_pss.d.tmp rsa_saos.d.tmp rsa_schemes.d.tmp rsa_sig.d.tmp rsa_sign.d.tmp rsa_sp800_56b_check.d.tmp rsa_sp800_56b_gen.d.tmp rsa_x931.d.tmp rsa_x931g.d.tmp rsaz-avx2.d.tmp rsaz-avx512.d.tmp rsaz-x86_64.d.tmp rsaz_exp.d.tmp rsaz_exp_x2.d.tmp s3_cbc.d.tmp scalar.d.tmp scrypt.d.tmp securitycheck.d.tmp securitycheck_default.d.tmp seed.d.tmp seed_cbc.d.tmp seed_cfb.d.tmp seed_ecb.d.tmp seed_ofb.d.tmp seed_src.d.tmp self_test_core.d.tmp set_key.d.tmp sha1-mb-x86_64.d.tmp sha1-x86_64.d.tmp sha1dgst.d.tmp sha2_prov.d.tmp sha3.d.tmp sha3_prov.d.tmp signature.d.tmp siphash.d.tmp siphash_prov.d.tmp siv128.d.tmp sm2_crypt.d.tmp sm2_enc.d.tmp sm2_err.d.tmp sm2_key.d.tmp sm2_sig.d.tmp sm2_sign.d.tmp sm3.d.tmp sm3_prov.d.tmp sm4.d.tmp sparse_array.d.tmp srp_lib.d.tmp srp_vfy.d.tmp sshkdf.d.tmp sskdf.d.tmp stack.d.tmp store_err.d.tmp store_init.d.tmp store_lib.d.tmp store_meth.d.tmp store_register.d.tmp store_result.d.tmp store_strings.d.tmp str2key.d.tmp t_bitst.d.tmp t_crl.d.tmp t_pkey.d.tmp t_req.d.tmp t_spki.d.tmp t_x509.d.tmp tasn_dec.d.tmp tasn_enc.d.tmp tasn_fre.d.tmp tasn_new.d.tmp tasn_prn.d.tmp tasn_scn.d.tmp tasn_typ.d.tmp tasn_utl.d.tmp tb_asnmth.d.tmp tb_cipher.d.tmp tb_dh.d.tmp tb_digest.d.tmp tb_dsa.d.tmp tb_eckey.d.tmp tb_pkmeth.d.tmp tb_rand.d.tmp tb_rsa.d.tmp test_rng.d.tmp threads_lib.d.tmp threads_none.d.tmp threads_pthread.d.tmp threads_win.d.tmp tls1_prf.d.tmp tls_pad.d.tmp trace.d.tmp ts_asn1.d.tmp ts_conf.d.tmp ts_err.d.tmp ts_lib.d.tmp ts_req_print.d.tmp ts_req_utils.d.tmp ts_rsp_print.d.tmp ts_rsp_sign.d.tmp ts_rsp_utils.d.tmp ts_rsp_verify.d.tmp ts_verify_ctx.d.tmp txt_db.d.tmp ui_err.d.tmp ui_lib.d.tmp ui_null.d.tmp ui_openssl.d.tmp ui_util.d.tmp uid.d.tmp v3_addr.d.tmp v3_admis.d.tmp v3_akeya.d.tmp v3_akid.d.tmp v3_asid.d.tmp v3_bcons.d.tmp v3_bitst.d.tmp v3_conf.d.tmp v3_cpols.d.tmp v3_crld.d.tmp v3_enum.d.tmp v3_extku.d.tmp v3_genn.d.tmp v3_ia5.d.tmp v3_info.d.tmp v3_int.d.tmp v3_ist.d.tmp v3_lib.d.tmp v3_ncons.d.tmp v3_ocsp.d.tmp v3_pci.d.tmp v3_pcia.d.tmp v3_pcons.d.tmp v3_pku.d.tmp v3_pmaps.d.tmp v3_prn.d.tmp v3_purp.d.tmp v3_san.d.tmp v3_skid.d.tmp v3_sxnet.d.tmp v3_tlsf.d.tmp v3_utf8.d.tmp v3_utl.d.tmp v3err.d.tmp vpaes-x86_64.d.tmp wp-x86_64.d.tmp wp_dgst.d.tmp wrap128.d.tmp x25519-x86_64.d.tmp x509_att.d.tmp x509_cmp.d.tmp x509_d2.d.tmp x509_def.d.tmp x509_err.d.tmp x509_ext.d.tmp x509_lu.d.tmp x509_meth.d.tmp x509_obj.d.tmp x509_r2x.d.tmp x509_req.d.tmp x509_set.d.tmp x509_trust.d.tmp x509_txt.d.tmp x509_v3.d.tmp x509_vfy.d.tmp x509_vpm.d.tmp x509cset.d.tmp x509name.d.tmp x509rset.d.tmp x509spki.d.tmp x509type.d.tmp x86_64-gcc.d.tmp x86_64-gf2m.d.tmp x86_64-mont.d.tmp x86_64-mont5.d.tmp x86_64cpuid.d.tmp x942kdf.d.tmp x_algor.d.tmp x_all.d.tmp x_attrib.d.tmp x_bignum.d.tmp x_crl.d.tmp x_exten.d.tmp x_info.d.tmp x_int64.d.tmp x_long.d.tmp x_name.d.tmp x_pkey.d.tmp x_pubkey.d.tmp x_req.d.tmp x_sig.d.tmp x_spki.d.tmp x_val.d.tmp x_x509.d.tmp x_x509a.d.tmp xcbc_enc.d.tmp xts128.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinerama && rm -f libxcb-xinerama_p.a xinerama.po xinerama.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinerama && rm -f libxcb-xinerama_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinerama && rm -f libxcb-xinerama_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinerama && rm -f libxcb-xinerama_pic.a libxcb-xinerama.so.* libxcb-xinerama.so xinerama.pico xinerama.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcrypto && rm -f ADMISSIONS.html3 ASN1_EXTERN_FUNCS.html3 ASN1_INTEGER_get_int64.html3 ASN1_INTEGER_new.html3 ASN1_ITEM_lookup.html3 ASN1_OBJECT_new.html3 ASN1_STRING_TABLE_add.html3 ASN1_STRING_length.html3 ASN1_STRING_new.html3 ASN1_STRING_print_ex.html3 ASN1_TIME_set.html3 ASN1_TYPE_get.html3 ASN1_aux_cb.html3 ASN1_generate_nconf.html3 ASN1_item_d2i_bio.html3 ASN1_item_new.html3 ASN1_item_sign.html3 ASYNC_WAIT_CTX_new.html3 ASYNC_start_job.html3 BF_encrypt.html3 BIO_ADDR.html3 BIO_ADDRINFO.html3 BIO_connect.html3 BIO_ctrl.html3 BIO_f_base64.html3 BIO_f_buffer.html3 BIO_f_cipher.html3 BIO_f_md.html3 BIO_f_null.html3 BIO_f_prefix.html3 BIO_f_readbuffer.html3 BIO_f_ssl.html3 BIO_find_type.html3 BIO_get_data.html3 BIO_get_ex_new_index.html3 BIO_meth_new.html3 BIO_new.html3 BIO_new_CMS.html3 BIO_parse_hostserv.html3 BIO_printf.html3 BIO_push.html3 BIO_read.html3 BIO_s_accept.html3 BIO_s_bio.html3 BIO_s_connect.html3 BIO_s_core.html3 BIO_s_datagram.html3 BIO_s_fd.html3 BIO_s_file.html3 BIO_s_mem.html3 BIO_s_null.html3 BIO_s_socket.html3 BIO_set_callback.html3 BIO_should_retry.html3 BIO_socket_wait.html3 BN_BLINDING_new.html3 BN_CTX_new.html3 BN_CTX_start.html3 BN_add.html3 BN_add_word.html3 BN_bn2bin.html3 BN_cmp.html3 BN_copy.html3 BN_generate_prime.html3 BN_mod_exp_mont.html3 BN_mod_inverse.html3 BN_mod_mul_montgomery.html3 BN_mod_mul_reciprocal.html3 BN_new.html3 BN_num_bytes.html3 BN_rand.html3 BN_security_bits.html3 BN_set_bit.html3 BN_swap.html3 BN_zero.html3 BUF_MEM_new.html3 CMS_EncryptedData_decrypt.html3 CMS_EncryptedData_encrypt.html3 CMS_EnvelopedData_create.html3 CMS_add0_cert.html3 CMS_add1_recipient_cert.html3 CMS_add1_signer.html3 CMS_compress.html3 CMS_data_create.html3 CMS_decrypt.html3 CMS_digest_create.html3 CMS_encrypt.html3 CMS_final.html3 CMS_get0_RecipientInfos.html3 CMS_get0_SignerInfos.html3 CMS_get0_type.html3 CMS_get1_ReceiptRequest.html3 CMS_sign.html3 CMS_sign_receipt.html3 CMS_uncompress.html3 CMS_verify.html3 CMS_verify_receipt.html3 CONF_modules_free.html3 CONF_modules_load_file.html3 CRYPTO_THREAD_run_once.html3 CRYPTO_get_ex_new_index.html3 CRYPTO_memcmp.html3 CTLOG_STORE_get0_log_by_id.html3 CTLOG_STORE_new.html3 CTLOG_new.html3 CT_POLICY_EVAL_CTX_new.html3 DEFINE_STACK_OF.html3 DH_generate_key.html3 DH_generate_parameters.html3 DH_get0_pqg.html3 DH_get_1024_160.html3 DH_meth_new.html3 DH_new.html3 DH_new_by_nid.html3 DH_set_method.html3 DH_size.html3 DSA_SIG_new.html3 DSA_do_sign.html3 DSA_dup_DH.html3 DSA_generate_key.html3 DSA_generate_parameters.html3 DSA_get0_pqg.html3 DSA_meth_new.html3 DSA_new.html3 DSA_set_method.html3 DSA_sign.html3 DSA_size.html3 DTLS_get_data_mtu.html3 DTLS_set_timer_cb.html3 DTLSv1_listen.html3 ECDSA_SIG_new.html3 ECDSA_sign.html3 ECPKParameters_print.html3 EC_GFp_simple_method.html3 EC_GROUP_copy.html3 EC_GROUP_new.html3 EC_KEY_get_enc_flags.html3 EC_KEY_new.html3 EC_POINT_add.html3 EC_POINT_new.html3 ENGINE_add.html3 ERR_GET_LIB.html3 ERR_clear_error.html3 ERR_error_string.html3 ERR_get_error.html3 ERR_load_crypto_strings.html3 ERR_load_strings.html3 ERR_new.html3 ERR_print_errors.html3 ERR_put_error.html3 ERR_remove_state.html3 ERR_set_mark.html3 EVP_ASYM_CIPHER-RSA.html7 EVP_ASYM_CIPHER-SM2.html7 EVP_ASYM_CIPHER_free.html3 EVP_BytesToKey.html3 EVP_CIPHER-AES.html7 EVP_CIPHER-ARIA.html7 EVP_CIPHER-BLOWFISH.html7 EVP_CIPHER-CAMELLIA.html7 EVP_CIPHER-CAST.html7 EVP_CIPHER-CHACHA.html7 EVP_CIPHER-DES.html7 EVP_CIPHER-IDEA.html7 EVP_CIPHER-NULL.html7 EVP_CIPHER-RC2.html7 EVP_CIPHER-RC4.html7 EVP_CIPHER-RC5.html7 EVP_CIPHER-SEED.html7 EVP_CIPHER-SM4.html7 EVP_CIPHER_CTX_get_cipher_data.html3 EVP_CIPHER_CTX_get_original_iv.html3 EVP_CIPHER_meth_new.html3 EVP_DigestInit.html3 EVP_DigestSignInit.html3 EVP_DigestVerifyInit.html3 EVP_EncodeInit.html3 EVP_EncryptInit.html3 EVP_KDF-HKDF.html7 EVP_KDF-KB.html7 EVP_KDF-KRB5KDF.html7 EVP_KDF-PBKDF1.html7 EVP_KDF-PBKDF2.html7 EVP_KDF-PKCS12KDF.html7 EVP_KDF-SCRYPT.html7 EVP_KDF-SS.html7 EVP_KDF-SSHKDF.html7 EVP_KDF-TLS13_KDF.html7 EVP_KDF-TLS1_PRF.html7 EVP_KDF-X942-ASN1.html7 EVP_KDF-X942-CONCAT.html7 EVP_KDF-X963.html7 EVP_KDF.html3 EVP_KEM-RSA.html7 EVP_KEM_free.html3 EVP_KEYEXCH-DH.html7 EVP_KEYEXCH-ECDH.html7 EVP_KEYEXCH-X25519.html7 EVP_KEYEXCH_free.html3 EVP_KEYMGMT.html3 EVP_MAC-BLAKE2.html7 EVP_MAC-CMAC.html7 EVP_MAC-GMAC.html7 EVP_MAC-HMAC.html7 EVP_MAC-KMAC.html7 EVP_MAC-Poly1305.html7 EVP_MAC-Siphash.html7 EVP_MAC.html3 EVP_MD-BLAKE2.html7 EVP_MD-MD2.html7 EVP_MD-MD4.html7 EVP_MD-MD5-SHA1.html7 EVP_MD-MD5.html7 EVP_MD-NULL.html7 EVP_MD-MDC2.html7 EVP_MD-RIPEMD160.html7 EVP_MD-SHA1.html7 EVP_MD-SHA2.html7 EVP_MD-SHA3.html7 EVP_MD-SHAKE.html7 EVP_MD-SM3.html7 EVP_MD-WHIRLPOOL.html7 EVP_MD-common.html7 EVP_MD_meth_new.html3 EVP_OpenInit.html3 EVP_PBE_CipherInit.html3 EVP_PKEY-DH.html7 EVP_PKEY-DSA.html7 EVP_PKEY-EC.html7 EVP_PKEY-FFC.html7 EVP_PKEY-HMAC.html7 EVP_PKEY-RSA.html7 EVP_PKEY-SM2.html7 EVP_PKEY-X25519.html7 EVP_PKEY2PKCS8.html3 EVP_PKEY_ASN1_METHOD.html3 EVP_PKEY_CTX_ctrl.html3 EVP_PKEY_CTX_get0_libctx.html3 EVP_PKEY_CTX_get0_pkey.html3 EVP_PKEY_CTX_new.html3 EVP_PKEY_CTX_set1_pbe_pass.html3 EVP_PKEY_CTX_set_hkdf_md.html3 EVP_PKEY_CTX_set_params.html3 EVP_PKEY_CTX_set_rsa_pss_keygen_md.html3 EVP_PKEY_CTX_set_scrypt_N.html3 EVP_PKEY_CTX_set_tls1_prf_md.html3 EVP_PKEY_asn1_get_count.html3 EVP_PKEY_check.html3 EVP_PKEY_cmp.html3 EVP_PKEY_copy_parameters.html3 EVP_PKEY_decapsulate.html3 EVP_PKEY_decrypt.html3 EVP_PKEY_derive.html3 EVP_PKEY_digestsign_supports_digest.html3 EVP_PKEY_encapsulate.html3 EVP_PKEY_encrypt.html3 EVP_PKEY_fromdata.html3 EVP_PKEY_get_default_digest_nid.html3 EVP_PKEY_get_field_type.html3 EVP_PKEY_get_group_name.html3 EVP_PKEY_get_size.html3 EVP_PKEY_gettable_params.html3 EVP_PKEY_is_a.html3 EVP_PKEY_keygen.html3 EVP_PKEY_meth_get_count.html3 EVP_PKEY_meth_new.html3 EVP_PKEY_new.html3 EVP_PKEY_print_private.html3 EVP_PKEY_set1_RSA.html3 EVP_PKEY_set1_encoded_public_key.html3 EVP_PKEY_set_type.html3 EVP_PKEY_settable_params.html3 EVP_PKEY_sign.html3 EVP_PKEY_todata.html3 EVP_PKEY_verify.html3 EVP_PKEY_verify_recover.html3 EVP_RAND-CTR-DRBG.html7 EVP_RAND-HASH-DRBG.html7 EVP_RAND-HMAC-DRBG.html7 EVP_RAND-SEED-SRC.html7 EVP_RAND-TEST-RAND.html7 EVP_RAND.html3 EVP_RAND.html7 EVP_SIGNATURE-DSA.html7 EVP_SIGNATURE-ECDSA.html7 EVP_SIGNATURE-ED25519.html7 EVP_SIGNATURE-HMAC.html7 EVP_SIGNATURE-RSA.html7 EVP_SIGNATURE.html3 EVP_SealInit.html3 EVP_SignInit.html3 EVP_VerifyInit.html3 EVP_aes.html3 EVP_aes_128_gcm.html3 EVP_aria.html3 EVP_aria_128_gcm.html3 EVP_bf_cbc.html3 EVP_blake2b512.html3 EVP_camellia.html3 EVP_camellia_128_ecb.html3 EVP_cast5_cbc.html3 EVP_chacha20.html3 EVP_des.html3 EVP_des_cbc.html3 EVP_desx_cbc.html3 EVP_idea_cbc.html3 EVP_md2.html3 EVP_md4.html3 EVP_md5.html3 EVP_mdc2.html3 EVP_rc2_cbc.html3 EVP_rc4.html3 EVP_rc5_32_12_16_cbc.html3 EVP_ripemd160.html3 EVP_seed_cbc.html3 EVP_set_default_properties.html3 EVP_sha1.html3 EVP_sha224.html3 EVP_sha3_224.html3 EVP_sm3.html3 EVP_sm4_cbc.html3 EVP_whirlpool.html3 Ed25519.html7 MDC2_Init.html3 NCONF_new_ex.html3 OBJ_nid2obj.html3 OCSP_REQUEST_new.html3 OCSP_cert_to_id.html3 OCSP_request_add1_nonce.html3 OCSP_resp_find_status.html3 OCSP_response_status.html3 OCSP_sendreq_new.html3 OPENSSL_Applink.html3 OPENSSL_FILE.html3 OPENSSL_LH_COMPFUNC.html3 OPENSSL_LH_stats.html3 OPENSSL_VERSION_NUMBER.html3 OPENSSL_config.html3 OPENSSL_fork_prepare.html3 OPENSSL_gmtime.html3 OPENSSL_hexchar2int.html3 OPENSSL_ia32cap.html3 OPENSSL_init_crypto.html3 OPENSSL_init_ssl.html3 OPENSSL_instrument_bus.html3 OPENSSL_load_builtin_modules.html3 OPENSSL_malloc.html3 OPENSSL_s390xcap.html3 OPENSSL_secure_malloc.html3 OPENSSL_strcasecmp.html3 OSSL_ALGORITHM.html3 OSSL_CALLBACK.html3 OSSL_CMP_CTX_new.html3 OSSL_CMP_HDR_get0_transactionID.html3 OSSL_CMP_ITAV_set0.html3 OSSL_CMP_MSG_get0_header.html3 OSSL_CMP_MSG_http_perform.html3 OSSL_CMP_SRV_CTX_new.html3 OSSL_CMP_STATUSINFO_new.html3 OSSL_CMP_exec_certreq.html3 OSSL_CMP_log_open.html3 OSSL_CMP_validate_msg.html3 OSSL_CORE_MAKE_FUNC.html3 OSSL_CRMF_MSG_get0_tmpl.html3 OSSL_CRMF_MSG_set0_validity.html3 OSSL_CRMF_MSG_set1_regCtrl_regToken.html3 OSSL_CRMF_MSG_set1_regInfo_certReq.html3 OSSL_CRMF_pbmp_new.html3 OSSL_DECODER.html3 OSSL_DECODER_CTX.html3 OSSL_DECODER_CTX_new_for_pkey.html3 OSSL_DECODER_from_bio.html3 OSSL_DISPATCH.html3 OSSL_ENCODER.html3 OSSL_ENCODER_CTX.html3 OSSL_ENCODER_CTX_new_for_pkey.html3 OSSL_ENCODER_to_bio.html3 OSSL_ESS_check_signing_certs.html3 OSSL_HTTP_REQ_CTX.html3 OSSL_HTTP_parse_url.html3 OSSL_HTTP_transfer.html3 OSSL_ITEM.html3 OSSL_LIB_CTX.html3 OSSL_PARAM.html3 OSSL_PARAM_BLD.html3 OSSL_PARAM_allocate_from_text.html3 OSSL_PARAM_dup.html3 OSSL_PARAM_int.html3 OSSL_PROVIDER-FIPS.html7 OSSL_PROVIDER-base.html7 OSSL_PROVIDER-default.html7 OSSL_PROVIDER-legacy.html7 OSSL_PROVIDER-null.html7 OSSL_PROVIDER.html3 OSSL_SELF_TEST_new.html3 OSSL_SELF_TEST_set_callback.html3 OSSL_STORE_INFO.html3 OSSL_STORE_LOADER.html3 OSSL_STORE_SEARCH.html3 OSSL_STORE_attach.html3 OSSL_STORE_expect.html3 OSSL_STORE_open.html3 OSSL_trace_enabled.html3 OSSL_trace_get_category_num.html3 OSSL_trace_set_channel.html3 OpenSSL_add_all_algorithms.html3 OpenSSL_version.html3 PEM_X509_INFO_read_bio_ex.html3 PEM_bytes_read_bio.html3 PEM_read.html3 PEM_read_CMS.html3 PEM_read_bio_PrivateKey.html3 PEM_read_bio_ex.html3 PEM_write_bio_CMS_stream.html3 PEM_write_bio_PKCS7_stream.html3 PKCS12_PBE_keyivgen.html3 PKCS12_SAFEBAG_create_cert.html3 PKCS12_SAFEBAG_get0_attrs.html3 PKCS12_SAFEBAG_get1_cert.html3 PKCS12_add1_attr_by_NID.html3 PKCS12_add_CSPName_asc.html3 PKCS12_add_cert.html3 PKCS12_add_friendlyname_asc.html3 PKCS12_add_localkeyid.html3 PKCS12_add_safe.html3 PKCS12_create.html3 PKCS12_decrypt_skey.html3 PKCS12_gen_mac.html3 PKCS12_get_friendlyname.html3 PKCS12_init.html3 PKCS12_item_decrypt_d2i.html3 PKCS12_key_gen_utf8_ex.html3 PKCS12_newpass.html3 PKCS12_pack_p7encdata.html3 PKCS12_parse.html3 PKCS5_PBE_keyivgen.html3 PKCS5_PBKDF2_HMAC.html3 PKCS7_decrypt.html3 PKCS7_encrypt.html3 PKCS7_get_octet_string.html3 PKCS7_sign.html3 PKCS7_sign_add_signer.html3 PKCS7_type_is_other.html3 PKCS7_verify.html3 PKCS8_encrypt.html3 PKCS8_pkey_add1_attr.html3 RAND.html7 RAND_DRBG.html7 RAND_DRBG_generate.html3 RAND_DRBG_get0_master.html3 RAND_DRBG_new.html3 RAND_DRBG_reseed.html3 RAND_DRBG_set_callbacks.html3 RAND_DRBG_set_ex_data.html3 RAND_add.html3 RAND_bytes.html3 RAND_cleanup.html3 RAND_egd.html3 RAND_get0_primary.html3 RAND_load_file.html3 RAND_set_DRBG_type.html3 RAND_set_rand_method.html3 RC4_set_key.html3 RIPEMD160_Init.html3 RSA-PSS.html7 RSA_blinding_on.html3 RSA_check_key.html3 RSA_generate_key.html3 RSA_get0_key.html3 RSA_meth_new.html3 RSA_new.html3 RSA_padding_add_PKCS1_type_1.html3 RSA_print.html3 RSA_private_encrypt.html3 RSA_public_encrypt.html3 RSA_set_method.html3 RSA_sign.html3 RSA_sign_ASN1_OCTET_STRING.html3 RSA_size.html3 SCT_new.html3 SCT_print.html3 SCT_validate.html3 SM2.html7 SMIME_read_ASN1.html3 SMIME_read_CMS.html3 SMIME_read_PKCS7.html3 SMIME_write_ASN1.html3 SMIME_write_CMS.html3 SMIME_write_PKCS7.html3 SRP_Calc_B.html3 SRP_VBASE_new.html3 SRP_create_verifier.html3 SRP_user_pwd_new.html3 SSL_CIPHER_get_name.html3 SSL_COMP_add_compression_method.html3 SSL_CONF_CTX_new.html3 SSL_CONF_CTX_set1_prefix.html3 SSL_CONF_CTX_set_flags.html3 SSL_CONF_CTX_set_ssl_ctx.html3 SSL_CONF_cmd.html3 SSL_CONF_cmd_argv.html3 SSL_CTX_add1_chain_cert.html3 SSL_CTX_add_extra_chain_cert.html3 SSL_CTX_add_session.html3 SSL_CTX_config.html3 SSL_CTX_ctrl.html3 SSL_CTX_dane_enable.html3 SSL_CTX_flush_sessions.html3 SSL_CTX_free.html3 SSL_CTX_get0_param.html3 SSL_CTX_get_verify_mode.html3 SSL_CTX_has_client_custom_ext.html3 SSL_CTX_load_verify_locations.html3 SSL_CTX_new.html3 SSL_CTX_sess_number.html3 SSL_CTX_sess_set_cache_size.html3 SSL_CTX_sess_set_get_cb.html3 SSL_CTX_sessions.html3 SSL_CTX_set0_CA_list.html3 SSL_CTX_set1_curves.html3 SSL_CTX_set1_sigalgs.html3 SSL_CTX_set1_verify_cert_store.html3 SSL_CTX_set_alpn_select_cb.html3 SSL_CTX_set_cert_cb.html3 SSL_CTX_set_cert_store.html3 SSL_CTX_set_cert_verify_callback.html3 SSL_CTX_set_cipher_list.html3 SSL_CTX_set_client_CA_list.html3 SSL_CTX_set_client_cert_cb.html3 SSL_CTX_set_client_hello_cb.html3 SSL_CTX_set_ct_validation_callback.html3 SSL_CTX_set_ctlog_list_file.html3 SSL_CTX_set_default_passwd_cb.html3 SSL_CTX_set_ex_data.html3 SSL_CTX_set_generate_session_id.html3 SSL_CTX_set_info_callback.html3 SSL_CTX_set_keylog_callback.html3 SSL_CTX_set_max_cert_list.html3 SSL_CTX_set_min_proto_version.html3 SSL_CTX_set_mode.html3 SSL_CTX_set_msg_callback.html3 SSL_CTX_set_num_tickets.html3 SSL_CTX_set_options.html3 SSL_CTX_set_psk_client_callback.html3 SSL_CTX_set_quiet_shutdown.html3 SSL_CTX_set_read_ahead.html3 SSL_CTX_set_record_padding_callback.html3 SSL_CTX_set_security_level.html3 SSL_CTX_set_session_cache_mode.html3 SSL_CTX_set_session_id_context.html3 SSL_CTX_set_session_ticket_cb.html3 SSL_CTX_set_split_send_fragment.html3 SSL_CTX_set_srp_password.html3 SSL_CTX_set_ssl_version.html3 SSL_CTX_set_stateless_cookie_generate_cb.html3 SSL_CTX_set_timeout.html3 SSL_CTX_set_tlsext_servername_callback.html3 SSL_CTX_set_tlsext_status_cb.html3 SSL_CTX_set_tlsext_ticket_key_cb.html3 SSL_CTX_set_tlsext_use_srtp.html3 SSL_CTX_set_tmp_dh_callback.html3 SSL_CTX_set_tmp_ecdh.html3 SSL_CTX_set_verify.html3 SSL_CTX_use_certificate.html3 SSL_CTX_use_psk_identity_hint.html3 SSL_CTX_use_serverinfo.html3 SSL_SESSION_free.html3 SSL_SESSION_get0_cipher.html3 SSL_SESSION_get0_hostname.html3 SSL_SESSION_get0_id_context.html3 SSL_SESSION_get0_peer.html3 SSL_SESSION_get_compress_id.html3 SSL_SESSION_get_ex_data.html3 SSL_SESSION_get_protocol_version.html3 SSL_SESSION_get_time.html3 SSL_SESSION_has_ticket.html3 SSL_SESSION_is_resumable.html3 SSL_SESSION_print.html3 SSL_SESSION_set1_id.html3 SSL_accept.html3 SSL_alert_type_string.html3 SSL_alloc_buffers.html3 SSL_check_chain.html3 SSL_clear.html3 SSL_connect.html3 SSL_do_handshake.html3 SSL_export_keying_material.html3 SSL_extension_supported.html3 SSL_free.html3 SSL_get0_peer_scts.html3 SSL_get_SSL_CTX.html3 SSL_get_all_async_fds.html3 SSL_get_certificate.html3 SSL_get_ciphers.html3 SSL_get_client_CA_list.html3 SSL_get_client_random.html3 SSL_get_current_cipher.html3 SSL_get_default_timeout.html3 SSL_get_error.html3 SSL_get_extms_support.html3 SSL_get_fd.html3 SSL_get_peer_cert_chain.html3 SSL_get_peer_certificate.html3 SSL_get_peer_signature_nid.html3 SSL_get_peer_tmp_key.html3 SSL_get_psk_identity.html3 SSL_get_rbio.html3 SSL_get_server_tmp_key.html3 SSL_get_session.html3 SSL_get_shared_sigalgs.html3 SSL_get_verify_result.html3 SSL_get_version.html3 SSL_group_to_name.html3 SSL_in_init.html3 SSL_key_update.html3 SSL_library_init.html3 SSL_load_client_CA_file.html3 SSL_new.html3 SSL_pending.html3 SSL_read.html3 SSL_read_early_data.html3 SSL_rstate_string.html3 SSL_session_reused.html3 SSL_set1_host.html3 SSL_set_async_callback.html3 SSL_set_bio.html3 SSL_set_connect_state.html3 SSL_set_fd.html3 SSL_set_retry_verify.html3 SSL_set_session.html3 SSL_set_shutdown.html3 SSL_set_verify_result.html3 SSL_shutdown.html3 SSL_state_string.html3 SSL_want.html3 SSL_write.html3 TS_RESP_CTX_new.html3 TS_VERIFY_CTX_set_certs.html3 UI_STRING.html3 UI_UTIL_read_pw.html3 UI_create_method.html3 UI_new.html3 X25519.html7 X509V3_get_d2i.html3 X509V3_set_ctx.html3 X509_ALGOR_dup.html3 X509_CRL_get0_by_serial.html3 X509_EXTENSION_set_object.html3 X509_LOOKUP.html3 X509_LOOKUP_hash_dir.html3 X509_LOOKUP_meth_new.html3 X509_NAME_ENTRY_get_object.html3 X509_NAME_add_entry_by_txt.html3 X509_NAME_get0_der.html3 X509_NAME_get_index_by_NID.html3 X509_NAME_print_ex.html3 X509_PUBKEY_new.html3 X509_SIG_get0.html3 X509_STORE_CTX_get_error.html3 X509_STORE_CTX_new.html3 X509_STORE_CTX_set_verify_cb.html3 X509_STORE_add_cert.html3 X509_STORE_get0_param.html3 X509_STORE_new.html3 X509_STORE_set_verify_cb_func.html3 X509_VERIFY_PARAM_set_flags.html3 X509_add_cert.html3 X509_check_ca.html3 X509_check_host.html3 X509_check_issued.html3 X509_check_private_key.html3 X509_check_purpose.html3 X509_cmp.html3 X509_cmp_time.html3 X509_digest.html3 X509_dup.html3 X509_get0_distinguishing_id.html3 X509_get0_notBefore.html3 X509_get0_signature.html3 X509_get0_uids.html3 X509_get_extension_flags.html3 X509_get_pubkey.html3 X509_get_serialNumber.html3 X509_get_subject_name.html3 X509_get_version.html3 X509_load_http.html3 X509_new.html3 X509_sign.html3 X509_verify.html3 X509_verify_cert.html3 X509v3_get_ext_by_NID.html3 b2i_PVK_bio_ex.html3 bio.html7 crypto.html7 ct.html7 d2i_DHparams.html3 d2i_PKCS8PrivateKey_bio.html3 d2i_PrivateKey.html3 d2i_RSAPrivateKey.html3 d2i_SSL_SESSION.html3 d2i_X509.html3 des_modes.html7 evp.html7 fips_config.html5 fips_module.html7 i2d_CMS_bio_stream.html3 i2d_PKCS7_bio_stream.html3 i2d_re_X509_tbs.html3 life_cycle-cipher.html7 life_cycle-digest.html7 life_cycle-kdf.html7 life_cycle-mac.html7 life_cycle-pkey.html7 life_cycle-rand.html7 migration_guide.html7 o2i_SCT_LIST.html3 openssl-core.h.html7 openssl-core_dispatch.h.html7 openssl-core_names.h.html7 openssl-env.html7 openssl-format-options.html1 openssl-glossary.html7 openssl-namedisplay-options.html1 openssl-passphrase-options.html1 openssl-threads.html7 openssl-verification-options.html1 openssl.html1 openssl.cnf.html5 openssl_CA.pl.html1 openssl_HMAC.html3 openssl_MD5.html3 openssl_asn1parse.html1 openssl_bio.html3 openssl_ca.html1 openssl_ciphers.html1 openssl_cms.html1 openssl_config.html5 openssl_crl.html1 openssl_crl2pkcs7.html1 openssl_dgst.html1 openssl_dhparam.html1 openssl_dsa.html1 openssl_dsaparam.html1 openssl_ec.html1 openssl_ecparam.html1 openssl_enc.html1 openssl_engine.html1 openssl_errstr.html1 openssl_evp.html3 openssl_gendsa.html1 openssl_genpkey.html1 openssl_genrsa.html1 openssl_list.html1 openssl_nseq.html1 openssl_ocsp.html1 openssl_passwd.html1 openssl_pkcs12.html1 openssl_pkcs7.html1 openssl_pkcs8.html1 openssl_pkey.html1 openssl_pkeyparam.html1 openssl_pkeyutl.html1 openssl_prime.html1 openssl_rand.html1 openssl_rehash.html1 openssl_req.html1 openssl_rsa.html1 openssl_rsautl.html1 openssl_s_client.html1 openssl_s_server.html1 openssl_s_time.html1 openssl_sess_id.html1 openssl_smime.html1 openssl_speed.html1 openssl_spkac.html1 openssl_srp.html1 openssl_storeutl.html1 openssl_ts.html1 openssl_tsget.html1 openssl_verify.html1 openssl_version.html1 openssl_x509.html1 ossl_store-file.html7 ossl_store.html7 passphrase-encoding.html7 property.html7 provider-asym_cipher.html7 provider-base.html7 provider-cipher.html7 provider-decoder.html7 provider-digest.html7 provider-encoder.html7 provider-kdf.html7 provider-kem.html7 provider-keyexch.html7 provider-keymgmt.html7 provider-mac.html7 provider-object.html7 provider-rand.html7 provider-signature.html7 provider-storemgmt.html7 provider.html7 proxy-certificates.html7 s2i_ASN1_IA5STRING.html3 scrypt.html7 ssl.html7 x509.html7 x509v3_config.html5 .depend a_bitstr.d a_d2i_fp.d a_digest.d a_dup.d a_gentm.d a_i2d_fp.d a_int.d a_mbstr.d a_object.d a_octet.d a_print.d a_sign.d a_strex.d a_strnid.d a_time.d a_type.d a_utctm.d a_utf8.d a_verify.d aes-x86_64.d aes_cfb.d aes_ecb.d aes_ige.d aes_misc.d aes_ofb.d aes_wrap.d aesni-mb-x86_64.d aesni-sha1-x86_64.d aesni-sha256-x86_64.d aesni-x86_64.d ameth_lib.d aria.d asn1_dsa.d asn1_err.d asn1_gen.d asn1_item_list.d asn1_lib.d asn1_parse.d asn_mime.d asn_moid.d asn_mstbl.d asn_pack.d asymcipher.d async.d async_err.d async_posix.d async_wait.d baseprov.d bf_buff.d bf_cfb64.d bf_ecb.d bf_enc.d bf_lbuf.d bf_nbio.d bf_null.d bf_ofb64.d bf_prefix.d bf_readbuff.d bf_skey.d bio_addr.d bio_asn1.d bio_b64.d bio_cb.d bio_dump.d bio_enc.d bio_err.d bio_lib.d bio_md.d bio_meth.d bio_ndef.d bio_ok.d bio_pk7.d bio_print.d bio_prov.d bio_sock.d bio_sock2.d blake2_prov.d blake2b_mac.d blake2b_prov.d blake2s_mac.d blake2s_prov.d bn_add.d bn_blind.d bn_const.d bn_conv.d bn_ctx.d bn_depr.d bn_dh.d bn_div.d bn_err.d bn_exp.d bn_exp2.d bn_gcd.d bn_gf2m.d bn_intern.d bn_kron.d bn_lib.d bn_mod.d bn_mont.d bn_mpi.d bn_mul.d bn_nist.d bn_prime.d bn_print.d bn_rand.d bn_recp.d bn_rsa_fips186_4.d bn_shift.d bn_sqr.d bn_sqrt.d bn_srp.d bn_word.d bn_x931p.d bsaes-x86_64.d bsearch.d bss_acpt.d bss_bio.d bss_conn.d bss_core.d bss_dgram.d bss_fd.d bss_file.d bss_log.d bss_mem.d bss_null.d bss_sock.d buf_err.d buffer.d by_dir.d by_file.d by_store.d c_allc.d c_alld.d c_cfb64.d c_ecb.d c_enc.d c_ofb64.d c_skey.d c_zlib.d capabilities.d cbc128.d cbc_cksm.d cbc_enc.d ccm128.d cfb128.d cfb64ede.d cfb64enc.d cfb_enc.d chacha-x86_64.d cipher_aes.d cipher_aes_cbc_hmac_sha.d cipher_aes_cbc_hmac_sha1_hw.d cipher_aes_cbc_hmac_sha256_hw.d cipher_aes_ccm.d cipher_aes_ccm_hw.d cipher_aes_gcm.d cipher_aes_gcm_hw.d cipher_aes_hw.d cipher_aes_ocb.d cipher_aes_ocb_hw.d cipher_aes_siv.d cipher_aes_siv_hw.d cipher_aes_wrp.d cipher_aes_xts.d cipher_aes_xts_fips.d cipher_aes_xts_hw.d cipher_aria.d cipher_aria_ccm.d cipher_aria_ccm_hw.d cipher_aria_gcm.d cipher_aria_gcm_hw.d cipher_aria_hw.d cipher_camellia.d cipher_camellia_hw.d cipher_chacha20.d cipher_chacha20_hw.d cipher_chacha20_poly1305.d cipher_chacha20_poly1305_hw.d cipher_cts.d cipher_null.d cipher_sm4.d cipher_sm4_hw.d cipher_tdes.d cipher_tdes_common.d cipher_tdes_default.d cipher_tdes_default_hw.d cipher_tdes_hw.d cipher_tdes_wrap.d cipher_tdes_wrap_hw.d ciphercommon.d ciphercommon_block.d ciphercommon_ccm.d ciphercommon_ccm_hw.d ciphercommon_gcm.d ciphercommon_gcm_hw.d ciphercommon_hw.d cmac.d cmac_prov.d cmeth_lib.d cmll-x86_64.d cmll_cfb.d cmll_ctr.d cmll_ecb.d cmll_misc.d cmll_ofb.d cmp_asn.d cmp_client.d cmp_ctx.d cmp_err.d cmp_hdr.d cmp_http.d cmp_msg.d cmp_protect.d cmp_server.d cmp_status.d cmp_util.d cmp_vfy.d cms_asn1.d cms_att.d cms_cd.d cms_dd.d cms_dh.d cms_ec.d cms_enc.d cms_env.d cms_err.d cms_ess.d cms_io.d cms_kari.d cms_lib.d cms_pwri.d cms_rsa.d cms_sd.d cms_smime.d comp_err.d comp_lib.d conf_api.d conf_def.d conf_err.d conf_lib.d conf_mall.d conf_mod.d conf_sap.d conf_ssl.d context.d core_algorithm.d core_fetch.d core_namemap.d cpt_err.d cpuid.d crmf_asn.d crmf_err.d crmf_lib.d crmf_pbm.d crngt.d cryptlib.d ct_b64.d ct_err.d ct_log.d ct_oct.d ct_policy.d ct_prn.d ct_sct.d ct_sct_ctx.d ct_vfy.d ct_x509v3.d ctr128.d ctrl_params_translate.d cts128.d ctype.d curve25519.d curve448.d curve448_tables.d cversion.d d2i_param.d d2i_pr.d d2i_pu.d decode_der2key.d decode_epki2pki.d decode_msblob2key.d decode_pem2der.d decode_pvk2key.d decode_spki2typespki.d decoder_err.d decoder_lib.d decoder_meth.d decoder_pkey.d defltprov.d defn_cache.d der_digests_gen.d der_dsa_gen.d der_dsa_key.d der_dsa_sig.d der_ec_gen.d der_ec_key.d der_ec_sig.d der_ecx_gen.d der_ecx_key.d der_rsa_gen.d der_rsa_key.d der_rsa_sig.d der_sm2_gen.d der_sm2_key.d der_sm2_sig.d der_wrap_gen.d der_writer.d des_enc.d dh_ameth.d dh_asn1.d dh_backend.d dh_check.d dh_ctrl.d dh_depr.d dh_err.d dh_exch.d dh_gen.d dh_group_params.d dh_kdf.d dh_key.d dh_kmgmt.d dh_lib.d dh_meth.d dh_pmeth.d dh_prn.d dh_rfc5114.d dh_support.d digest.d digest_to_nid.d digestcommon.d drbg.d drbg_ctr.d drbg_hash.d drbg_hmac.d dsa_ameth.d dsa_asn1.d dsa_backend.d dsa_check.d dsa_ctrl.d dsa_depr.d dsa_err.d dsa_gen.d dsa_key.d dsa_kmgmt.d dsa_lib.d dsa_meth.d dsa_ossl.d dsa_pmeth.d dsa_prn.d dsa_sig.d dsa_sign.d dsa_vrf.d dso_dl.d dso_dlfcn.d dso_err.d dso_lib.d dso_openssl.d dso_vms.d dso_win32.d e_aes.d e_aes_cbc_hmac_sha1.d e_aes_cbc_hmac_sha256.d e_aria.d e_bf.d e_camellia.d e_cast.d e_chacha20_poly1305.d e_des.d e_des3.d e_idea.d e_null.d e_old.d e_rc2.d e_rc4.d e_rc4_hmac_md5.d e_rc5.d e_seed.d e_sm4.d e_xcbc_d.d ebcdic.d ec2_oct.d ec2_smpl.d ec_ameth.d ec_asn1.d ec_backend.d ec_check.d ec_ctrl.d ec_curve.d ec_cvt.d ec_deprecated.d ec_err.d ec_key.d ec_kmeth.d ec_kmgmt.d ec_lib.d ec_mult.d ec_oct.d ec_pmeth.d ec_print.d ec_support.d ecb3_enc.d ecb_enc.d ecdh_exch.d ecdh_kdf.d ecdh_ossl.d ecdsa_ossl.d ecdsa_sig.d ecdsa_sign.d ecdsa_vrf.d eck_prn.d ecp_mont.d ecp_nist.d ecp_nistz256-x86_64.d ecp_nistz256.d ecp_oct.d ecp_smpl.d ecx_backend.d ecx_exch.d ecx_key.d ecx_kmgmt.d ecx_meth.d eddsa.d eddsa_sig.d encode.d encode_key2any.d encode_key2blob.d encode_key2ms.d encode_key2text.d encoder_err.d encoder_lib.d encoder_meth.d encoder_pkey.d endecoder_common.d eng_all.d eng_cnf.d eng_ctrl.d eng_dyn.d eng_err.d eng_fat.d eng_init.d eng_lib.d eng_list.d eng_openssl.d eng_pkey.d eng_rdrand.d eng_table.d err.d err_all.d err_all_legacy.d err_blocks.d err_prn.d ess_asn1.d ess_err.d ess_lib.d evp_asn1.d evp_cnf.d evp_enc.d evp_err.d evp_fetch.d evp_key.d evp_lib.d evp_pbe.d evp_pkey.d evp_rand.d evp_utils.d ex_data.d exchange.d f_generic.d f_impl32.d f_impl64.d f_int.d f_string.d fcrypt.d fcrypt_b.d ffc_backend.d ffc_dh.d ffc_key_generate.d ffc_key_validate.d ffc_params.d ffc_params_generate.d ffc_params_validate.d file_store.d file_store_any2obj.d gcm128.d getenv.d gmac_prov.d hkdf.d hmac.d hmac_prov.d http_client.d http_err.d http_lib.d i2d_evp.d i_cbc.d i_cfb64.d i_ecb.d i_ofb64.d i_skey.d info.d init.d initthread.d kbkdf.d kdf_err.d kdf_exch.d kdf_legacy_kmgmt.d kdf_lib.d kdf_meth.d keccak1600-x86_64.d kem.d keymgmt_lib.d keymgmt_meth.d kmac_prov.d krb5kdf.d legacy_blake2.d legacy_md4.d legacy_md5.d legacy_md5_sha1.d legacy_mdc2.d legacy_ripemd.d legacy_sha.d legacy_sm3.d legacy_wp.d lh_stats.d lhash.d libc-sha1.d libc-sha256.d libc-sha2xx.d libc-sha512.d m_null.d m_sigver.d mac_legacy_kmgmt.d mac_legacy_sig.d mac_lib.d mac_meth.d md4_dgst.d md4_one.d md5-x86_64.d md5_dgst.d md5_one.d md5_prov.d md5_sha1.d md5_sha1_prov.d mdc2_one.d mdc2dgst.d mem.d mem_sec.d n_pkey.d names.d nsseq.d null_prov.d nullprov.d o_dir.d o_fopen.d o_init.d o_names.d o_str.d o_time.d obj_dat.d obj_err.d obj_lib.d obj_xref.d ocb128.d ocsp_asn.d ocsp_cl.d ocsp_err.d ocsp_ext.d ocsp_http.d ocsp_lib.d ocsp_prn.d ocsp_srv.d ocsp_vfy.d ofb128.d ofb64ede.d ofb64enc.d ofb_enc.d ossl_core_bio.d p12_add.d p12_asn.d p12_attr.d p12_crpt.d p12_crt.d p12_decr.d p12_init.d p12_key.d p12_kiss.d p12_mutl.d p12_npas.d p12_p8d.d p12_p8e.d p12_sbag.d p12_utl.d p5_crpt.d p5_crpt2.d p5_pbe.d p5_pbev2.d p5_scrypt.d p8_pkey.d p_dec.d p_enc.d p_legacy.d p_lib.d p_open.d p_seal.d p_sign.d p_verify.d packet.d param_build.d param_build_set.d params.d params_dup.d params_from_text.d passphrase.d pbe_scrypt.d pbkdf2.d pbkdf2_fips.d pcbc_enc.d pcy_cache.d pcy_data.d pcy_lib.d pcy_map.d pcy_node.d pcy_tree.d pem_all.d pem_err.d pem_info.d pem_lib.d pem_oth.d pem_pk8.d pem_pkey.d pem_sign.d pem_x509.d pem_xaux.d pk12err.d pk7_asn1.d pk7_attr.d pk7_doit.d pk7_lib.d pk7_mime.d pk7_smime.d pkcs12kdf.d pkcs7err.d pmeth_check.d pmeth_gn.d pmeth_lib.d poly1305-x86_64.d poly1305.d poly1305_prov.d pqueue.d property.d property_err.d property_parse.d property_query.d property_string.d prov_running.d prov_seed.d provider.d provider_child.d provider_conf.d provider_core.d provider_ctx.d provider_err.d provider_predefined.d provider_seeding.d provider_util.d punycode.d pvkfmt.d qud_cksm.d rand_cpu_x86.d rand_deprecated.d rand_err.d rand_key.d rand_lib.d rand_meth.d rand_pool.d rand_tsc.d rand_unix.d rand_win.d randfile.d rc2_cbc.d rc2_ecb.d rc2_skey.d rc2cfb64.d rc2ofb64.d rc4-md5-x86_64.d rc4-x86_64.d ripemd_prov.d rmd_dgst.d rmd_one.d rsa_ameth.d rsa_asn1.d rsa_backend.d rsa_chk.d rsa_crpt.d rsa_depr.d rsa_enc.d rsa_err.d rsa_gen.d rsa_kem.d rsa_kmgmt.d rsa_lib.d rsa_meth.d rsa_mp.d rsa_mp_names.d rsa_none.d rsa_oaep.d rsa_ossl.d rsa_pk1.d rsa_pmeth.d rsa_prn.d rsa_pss.d rsa_saos.d rsa_schemes.d rsa_sig.d rsa_sign.d rsa_sp800_56b_check.d rsa_sp800_56b_gen.d rsa_x931.d rsa_x931g.d rsaz-avx2.d rsaz-avx512.d rsaz-x86_64.d rsaz_exp.d rsaz_exp_x2.d s3_cbc.d scalar.d scrypt.d securitycheck.d securitycheck_default.d seed.d seed_cbc.d seed_cfb.d seed_ecb.d seed_ofb.d seed_src.d self_test_core.d set_key.d sha1-mb-x86_64.d sha1-x86_64.d sha1dgst.d sha2_prov.d sha3.d sha3_prov.d signature.d siphash.d siphash_prov.d siv128.d sm2_crypt.d sm2_enc.d sm2_err.d sm2_key.d sm2_sig.d sm2_sign.d sm3.d sm3_prov.d sm4.d sparse_array.d srp_lib.d srp_vfy.d sshkdf.d sskdf.d stack.d store_err.d store_init.d store_lib.d store_meth.d store_register.d store_result.d store_strings.d str2key.d t_bitst.d t_crl.d t_pkey.d t_req.d t_spki.d t_x509.d tasn_dec.d tasn_enc.d tasn_fre.d tasn_new.d tasn_prn.d tasn_scn.d tasn_typ.d tasn_utl.d tb_asnmth.d tb_cipher.d tb_dh.d tb_digest.d tb_dsa.d tb_eckey.d tb_pkmeth.d tb_rand.d tb_rsa.d test_rng.d threads_lib.d threads_none.d threads_pthread.d threads_win.d tls1_prf.d tls_pad.d trace.d ts_asn1.d ts_conf.d ts_err.d ts_lib.d ts_req_print.d ts_req_utils.d ts_rsp_print.d ts_rsp_sign.d ts_rsp_utils.d ts_rsp_verify.d ts_verify_ctx.d txt_db.d ui_err.d ui_lib.d ui_null.d ui_openssl.d ui_util.d uid.d v3_addr.d v3_admis.d v3_akeya.d v3_akid.d v3_asid.d v3_bcons.d v3_bitst.d v3_conf.d v3_cpols.d v3_crld.d v3_enum.d v3_extku.d v3_genn.d v3_ia5.d v3_info.d v3_int.d v3_ist.d v3_lib.d v3_ncons.d v3_ocsp.d v3_pci.d v3_pcia.d v3_pcons.d v3_pku.d v3_pmaps.d v3_prn.d v3_purp.d v3_san.d v3_skid.d v3_sxnet.d v3_tlsf.d v3_utf8.d v3_utl.d v3err.d vpaes-x86_64.d wp-x86_64.d wp_dgst.d wrap128.d x25519-x86_64.d x509_att.d x509_cmp.d x509_d2.d x509_def.d x509_err.d x509_ext.d x509_lu.d x509_meth.d x509_obj.d x509_r2x.d x509_req.d x509_set.d x509_trust.d x509_txt.d x509_v3.d x509_vfy.d x509_vpm.d x509cset.d x509name.d x509rset.d x509spki.d x509type.d x86_64-gcc.d x86_64-gf2m.d x86_64-mont.d x86_64-mont5.d x86_64cpuid.d x942kdf.d x_algor.d x_all.d x_attrib.d x_bignum.d x_crl.d x_exten.d x_info.d x_int64.d x_long.d x_name.d x_pkey.d x_pubkey.d x_req.d x_sig.d x_spki.d x_val.d x_x509.d x_x509a.d xcbc_enc.d xts128.d a_bitstr.d.tmp a_d2i_fp.d.tmp a_digest.d.tmp a_dup.d.tmp a_gentm.d.tmp a_i2d_fp.d.tmp a_int.d.tmp a_mbstr.d.tmp a_object.d.tmp a_octet.d.tmp a_print.d.tmp a_sign.d.tmp a_strex.d.tmp a_strnid.d.tmp a_time.d.tmp a_type.d.tmp a_utctm.d.tmp a_utf8.d.tmp a_verify.d.tmp aes-x86_64.d.tmp aes_cfb.d.tmp aes_ecb.d.tmp aes_ige.d.tmp aes_misc.d.tmp aes_ofb.d.tmp aes_wrap.d.tmp aesni-mb-x86_64.d.tmp aesni-sha1-x86_64.d.tmp aesni-sha256-x86_64.d.tmp aesni-x86_64.d.tmp ameth_lib.d.tmp aria.d.tmp asn1_dsa.d.tmp asn1_err.d.tmp asn1_gen.d.tmp asn1_item_list.d.tmp asn1_lib.d.tmp asn1_parse.d.tmp asn_mime.d.tmp asn_moid.d.tmp asn_mstbl.d.tmp asn_pack.d.tmp asymcipher.d.tmp async.d.tmp async_err.d.tmp async_posix.d.tmp async_wait.d.tmp baseprov.d.tmp bf_buff.d.tmp bf_cfb64.d.tmp bf_ecb.d.tmp bf_enc.d.tmp bf_lbuf.d.tmp bf_nbio.d.tmp bf_null.d.tmp bf_ofb64.d.tmp bf_prefix.d.tmp bf_readbuff.d.tmp bf_skey.d.tmp bio_addr.d.tmp bio_asn1.d.tmp bio_b64.d.tmp bio_cb.d.tmp bio_dump.d.tmp bio_enc.d.tmp bio_err.d.tmp bio_lib.d.tmp bio_md.d.tmp bio_meth.d.tmp bio_ndef.d.tmp bio_ok.d.tmp bio_pk7.d.tmp bio_print.d.tmp bio_prov.d.tmp bio_sock.d.tmp bio_sock2.d.tmp blake2_prov.d.tmp blake2b_mac.d.tmp blake2b_prov.d.tmp blake2s_mac.d.tmp blake2s_prov.d.tmp bn_add.d.tmp bn_blind.d.tmp bn_const.d.tmp bn_conv.d.tmp bn_ctx.d.tmp bn_depr.d.tmp bn_dh.d.tmp bn_div.d.tmp bn_err.d.tmp bn_exp.d.tmp bn_exp2.d.tmp bn_gcd.d.tmp bn_gf2m.d.tmp bn_intern.d.tmp bn_kron.d.tmp bn_lib.d.tmp bn_mod.d.tmp bn_mont.d.tmp bn_mpi.d.tmp bn_mul.d.tmp bn_nist.d.tmp bn_prime.d.tmp bn_print.d.tmp bn_rand.d.tmp bn_recp.d.tmp bn_rsa_fips186_4.d.tmp bn_shift.d.tmp bn_sqr.d.tmp bn_sqrt.d.tmp bn_srp.d.tmp bn_word.d.tmp bn_x931p.d.tmp bsaes-x86_64.d.tmp bsearch.d.tmp bss_acpt.d.tmp bss_bio.d.tmp bss_conn.d.tmp bss_core.d.tmp bss_dgram.d.tmp bss_fd.d.tmp bss_file.d.tmp bss_log.d.tmp bss_mem.d.tmp bss_null.d.tmp bss_sock.d.tmp buf_err.d.tmp buffer.d.tmp by_dir.d.tmp by_file.d.tmp by_store.d.tmp c_allc.d.tmp c_alld.d.tmp c_cfb64.d.tmp c_ecb.d.tmp c_enc.d.tmp c_ofb64.d.tmp c_skey.d.tmp c_zlib.d.tmp capabilities.d.tmp cbc128.d.tmp cbc_cksm.d.tmp cbc_enc.d.tmp ccm128.d.tmp cfb128.d.tmp cfb64ede.d.tmp cfb64enc.d.tmp cfb_enc.d.tmp chacha-x86_64.d.tmp cipher_aes.d.tmp cipher_aes_cbc_hmac_sha.d.tmp cipher_aes_cbc_hmac_sha1_hw.d.tmp cipher_aes_cbc_hmac_sha256_hw.d.tmp cipher_aes_ccm.d.tmp cipher_aes_ccm_hw.d.tmp cipher_aes_gcm.d.tmp cipher_aes_gcm_hw.d.tmp cipher_aes_hw.d.tmp cipher_aes_ocb.d.tmp cipher_aes_ocb_hw.d.tmp cipher_aes_siv.d.tmp cipher_aes_siv_hw.d.tmp cipher_aes_wrp.d.tmp cipher_aes_xts.d.tmp cipher_aes_xts_fips.d.tmp cipher_aes_xts_hw.d.tmp cipher_aria.d.tmp cipher_aria_ccm.d.tmp cipher_aria_ccm_hw.d.tmp cipher_aria_gcm.d.tmp cipher_aria_gcm_hw.d.tmp cipher_aria_hw.d.tmp cipher_camellia.d.tmp cipher_camellia_hw.d.tmp cipher_chacha20.d.tmp cipher_chacha20_hw.d.tmp cipher_chacha20_poly1305.d.tmp cipher_chacha20_poly1305_hw.d.tmp cipher_cts.d.tmp cipher_null.d.tmp cipher_sm4.d.tmp cipher_sm4_hw.d.tmp cipher_tdes.d.tmp cipher_tdes_common.d.tmp cipher_tdes_default.d.tmp cipher_tdes_default_hw.d.tmp cipher_tdes_hw.d.tmp cipher_tdes_wrap.d.tmp cipher_tdes_wrap_hw.d.tmp ciphercommon.d.tmp ciphercommon_block.d.tmp ciphercommon_ccm.d.tmp ciphercommon_ccm_hw.d.tmp ciphercommon_gcm.d.tmp ciphercommon_gcm_hw.d.tmp ciphercommon_hw.d.tmp cmac.d.tmp cmac_prov.d.tmp cmeth_lib.d.tmp cmll-x86_64.d.tmp cmll_cfb.d.tmp cmll_ctr.d.tmp cmll_ecb.d.tmp cmll_misc.d.tmp cmll_ofb.d.tmp cmp_asn.d.tmp cmp_client.d.tmp cmp_ctx.d.tmp cmp_err.d.tmp cmp_hdr.d.tmp cmp_http.d.tmp cmp_msg.d.tmp cmp_protect.d.tmp cmp_server.d.tmp cmp_status.d.tmp cmp_util.d.tmp cmp_vfy.d.tmp cms_asn1.d.tmp cms_att.d.tmp cms_cd.d.tmp cms_dd.d.tmp cms_dh.d.tmp cms_ec.d.tmp cms_enc.d.tmp cms_env.d.tmp cms_err.d.tmp cms_ess.d.tmp cms_io.d.tmp cms_kari.d.tmp cms_lib.d.tmp cms_pwri.d.tmp cms_rsa.d.tmp cms_sd.d.tmp cms_smime.d.tmp comp_err.d.tmp comp_lib.d.tmp conf_api.d.tmp conf_def.d.tmp conf_err.d.tmp conf_lib.d.tmp conf_mall.d.tmp conf_mod.d.tmp conf_sap.d.tmp conf_ssl.d.tmp context.d.tmp core_algorithm.d.tmp core_fetch.d.tmp core_namemap.d.tmp cpt_err.d.tmp cpuid.d.tmp crmf_asn.d.tmp crmf_err.d.tmp crmf_lib.d.tmp crmf_pbm.d.tmp crngt.d.tmp cryptlib.d.tmp ct_b64.d.tmp ct_err.d.tmp ct_log.d.tmp ct_oct.d.tmp ct_policy.d.tmp ct_prn.d.tmp ct_sct.d.tmp ct_sct_ctx.d.tmp ct_vfy.d.tmp ct_x509v3.d.tmp ctr128.d.tmp ctrl_params_translate.d.tmp cts128.d.tmp ctype.d.tmp curve25519.d.tmp curve448.d.tmp curve448_tables.d.tmp cversion.d.tmp d2i_param.d.tmp d2i_pr.d.tmp d2i_pu.d.tmp decode_der2key.d.tmp decode_epki2pki.d.tmp decode_msblob2key.d.tmp decode_pem2der.d.tmp decode_pvk2key.d.tmp decode_spki2typespki.d.tmp decoder_err.d.tmp decoder_lib.d.tmp decoder_meth.d.tmp decoder_pkey.d.tmp defltprov.d.tmp defn_cache.d.tmp der_digests_gen.d.tmp der_dsa_gen.d.tmp der_dsa_key.d.tmp der_dsa_sig.d.tmp der_ec_gen.d.tmp der_ec_key.d.tmp der_ec_sig.d.tmp der_ecx_gen.d.tmp der_ecx_key.d.tmp der_rsa_gen.d.tmp der_rsa_key.d.tmp der_rsa_sig.d.tmp der_sm2_gen.d.tmp der_sm2_key.d.tmp der_sm2_sig.d.tmp der_wrap_gen.d.tmp der_writer.d.tmp des_enc.d.tmp dh_ameth.d.tmp dh_asn1.d.tmp dh_backend.d.tmp dh_check.d.tmp dh_ctrl.d.tmp dh_depr.d.tmp dh_err.d.tmp dh_exch.d.tmp dh_gen.d.tmp dh_group_params.d.tmp dh_kdf.d.tmp dh_key.d.tmp dh_kmgmt.d.tmp dh_lib.d.tmp dh_meth.d.tmp dh_pmeth.d.tmp dh_prn.d.tmp dh_rfc5114.d.tmp dh_support.d.tmp digest.d.tmp digest_to_nid.d.tmp digestcommon.d.tmp drbg.d.tmp drbg_ctr.d.tmp drbg_hash.d.tmp drbg_hmac.d.tmp dsa_ameth.d.tmp dsa_asn1.d.tmp dsa_backend.d.tmp dsa_check.d.tmp dsa_ctrl.d.tmp dsa_depr.d.tmp dsa_err.d.tmp dsa_gen.d.tmp dsa_key.d.tmp dsa_kmgmt.d.tmp dsa_lib.d.tmp dsa_meth.d.tmp dsa_ossl.d.tmp dsa_pmeth.d.tmp dsa_prn.d.tmp dsa_sig.d.tmp dsa_sign.d.tmp dsa_vrf.d.tmp dso_dl.d.tmp dso_dlfcn.d.tmp dso_err.d.tmp dso_lib.d.tmp dso_openssl.d.tmp dso_vms.d.tmp dso_win32.d.tmp e_aes.d.tmp e_aes_cbc_hmac_sha1.d.tmp e_aes_cbc_hmac_sha256.d.tmp e_aria.d.tmp e_bf.d.tmp e_camellia.d.tmp e_cast.d.tmp e_chacha20_poly1305.d.tmp e_des.d.tmp e_des3.d.tmp e_idea.d.tmp e_null.d.tmp e_old.d.tmp e_rc2.d.tmp e_rc4.d.tmp e_rc4_hmac_md5.d.tmp e_rc5.d.tmp e_seed.d.tmp e_sm4.d.tmp e_xcbc_d.d.tmp ebcdic.d.tmp ec2_oct.d.tmp ec2_smpl.d.tmp ec_ameth.d.tmp ec_asn1.d.tmp ec_backend.d.tmp ec_check.d.tmp ec_ctrl.d.tmp ec_curve.d.tmp ec_cvt.d.tmp ec_deprecated.d.tmp ec_err.d.tmp ec_key.d.tmp ec_kmeth.d.tmp ec_kmgmt.d.tmp ec_lib.d.tmp ec_mult.d.tmp ec_oct.d.tmp ec_pmeth.d.tmp ec_print.d.tmp ec_support.d.tmp ecb3_enc.d.tmp ecb_enc.d.tmp ecdh_exch.d.tmp ecdh_kdf.d.tmp ecdh_ossl.d.tmp ecdsa_ossl.d.tmp ecdsa_sig.d.tmp ecdsa_sign.d.tmp ecdsa_vrf.d.tmp eck_prn.d.tmp ecp_mont.d.tmp ecp_nist.d.tmp ecp_nistz256-x86_64.d.tmp ecp_nistz256.d.tmp ecp_oct.d.tmp ecp_smpl.d.tmp ecx_backend.d.tmp ecx_exch.d.tmp ecx_key.d.tmp ecx_kmgmt.d.tmp ecx_meth.d.tmp eddsa.d.tmp eddsa_sig.d.tmp encode.d.tmp encode_key2any.d.tmp encode_key2blob.d.tmp encode_key2ms.d.tmp encode_key2text.d.tmp encoder_err.d.tmp encoder_lib.d.tmp encoder_meth.d.tmp encoder_pkey.d.tmp endecoder_common.d.tmp eng_all.d.tmp eng_cnf.d.tmp eng_ctrl.d.tmp eng_dyn.d.tmp eng_err.d.tmp eng_fat.d.tmp eng_init.d.tmp eng_lib.d.tmp eng_list.d.tmp eng_openssl.d.tmp eng_pkey.d.tmp eng_rdrand.d.tmp eng_table.d.tmp err.d.tmp err_all.d.tmp err_all_legacy.d.tmp err_blocks.d.tmp err_prn.d.tmp ess_asn1.d.tmp ess_err.d.tmp ess_lib.d.tmp evp_asn1.d.tmp evp_cnf.d.tmp evp_enc.d.tmp evp_err.d.tmp evp_fetch.d.tmp evp_key.d.tmp evp_lib.d.tmp evp_pbe.d.tmp evp_pkey.d.tmp evp_rand.d.tmp evp_utils.d.tmp ex_data.d.tmp exchange.d.tmp f_generic.d.tmp f_impl32.d.tmp f_impl64.d.tmp f_int.d.tmp f_string.d.tmp fcrypt.d.tmp fcrypt_b.d.tmp ffc_backend.d.tmp ffc_dh.d.tmp ffc_key_generate.d.tmp ffc_key_validate.d.tmp ffc_params.d.tmp ffc_params_generate.d.tmp ffc_params_validate.d.tmp file_store.d.tmp file_store_any2obj.d.tmp gcm128.d.tmp getenv.d.tmp gmac_prov.d.tmp hkdf.d.tmp hmac.d.tmp hmac_prov.d.tmp http_client.d.tmp http_err.d.tmp http_lib.d.tmp i2d_evp.d.tmp i_cbc.d.tmp i_cfb64.d.tmp i_ecb.d.tmp i_ofb64.d.tmp i_skey.d.tmp info.d.tmp init.d.tmp initthread.d.tmp kbkdf.d.tmp kdf_err.d.tmp kdf_exch.d.tmp kdf_legacy_kmgmt.d.tmp kdf_lib.d.tmp kdf_meth.d.tmp keccak1600-x86_64.d.tmp kem.d.tmp keymgmt_lib.d.tmp keymgmt_meth.d.tmp kmac_prov.d.tmp krb5kdf.d.tmp legacy_blake2.d.tmp legacy_md4.d.tmp legacy_md5.d.tmp legacy_md5_sha1.d.tmp legacy_mdc2.d.tmp legacy_ripemd.d.tmp legacy_sha.d.tmp legacy_sm3.d.tmp legacy_wp.d.tmp lh_stats.d.tmp lhash.d.tmp libc-sha1.d.tmp libc-sha256.d.tmp libc-sha2xx.d.tmp libc-sha512.d.tmp m_null.d.tmp m_sigver.d.tmp mac_legacy_kmgmt.d.tmp mac_legacy_sig.d.tmp mac_lib.d.tmp mac_meth.d.tmp md4_dgst.d.tmp md4_one.d.tmp md5-x86_64.d.tmp md5_dgst.d.tmp md5_one.d.tmp md5_prov.d.tmp md5_sha1.d.tmp md5_sha1_prov.d.tmp mdc2_one.d.tmp mdc2dgst.d.tmp mem.d.tmp mem_sec.d.tmp n_pkey.d.tmp names.d.tmp nsseq.d.tmp null_prov.d.tmp nullprov.d.tmp o_dir.d.tmp o_fopen.d.tmp o_init.d.tmp o_names.d.tmp o_str.d.tmp o_time.d.tmp obj_dat.d.tmp obj_err.d.tmp obj_lib.d.tmp obj_xref.d.tmp ocb128.d.tmp ocsp_asn.d.tmp ocsp_cl.d.tmp ocsp_err.d.tmp ocsp_ext.d.tmp ocsp_http.d.tmp ocsp_lib.d.tmp ocsp_prn.d.tmp ocsp_srv.d.tmp ocsp_vfy.d.tmp ofb128.d.tmp ofb64ede.d.tmp ofb64enc.d.tmp ofb_enc.d.tmp ossl_core_bio.d.tmp p12_add.d.tmp p12_asn.d.tmp p12_attr.d.tmp p12_crpt.d.tmp p12_crt.d.tmp p12_decr.d.tmp p12_init.d.tmp p12_key.d.tmp p12_kiss.d.tmp p12_mutl.d.tmp p12_npas.d.tmp p12_p8d.d.tmp p12_p8e.d.tmp p12_sbag.d.tmp p12_utl.d.tmp p5_crpt.d.tmp p5_crpt2.d.tmp p5_pbe.d.tmp p5_pbev2.d.tmp p5_scrypt.d.tmp p8_pkey.d.tmp p_dec.d.tmp p_enc.d.tmp p_legacy.d.tmp p_lib.d.tmp p_open.d.tmp p_seal.d.tmp p_sign.d.tmp p_verify.d.tmp packet.d.tmp param_build.d.tmp param_build_set.d.tmp params.d.tmp params_dup.d.tmp params_from_text.d.tmp passphrase.d.tmp pbe_scrypt.d.tmp pbkdf2.d.tmp pbkdf2_fips.d.tmp pcbc_enc.d.tmp pcy_cache.d.tmp pcy_data.d.tmp pcy_lib.d.tmp pcy_map.d.tmp pcy_node.d.tmp pcy_tree.d.tmp pem_all.d.tmp pem_err.d.tmp pem_info.d.tmp pem_lib.d.tmp pem_oth.d.tmp pem_pk8.d.tmp pem_pkey.d.tmp pem_sign.d.tmp pem_x509.d.tmp pem_xaux.d.tmp pk12err.d.tmp pk7_asn1.d.tmp pk7_attr.d.tmp pk7_doit.d.tmp pk7_lib.d.tmp pk7_mime.d.tmp pk7_smime.d.tmp pkcs12kdf.d.tmp pkcs7err.d.tmp pmeth_check.d.tmp pmeth_gn.d.tmp pmeth_lib.d.tmp poly1305-x86_64.d.tmp poly1305.d.tmp poly1305_prov.d.tmp pqueue.d.tmp property.d.tmp property_err.d.tmp property_parse.d.tmp property_query.d.tmp property_string.d.tmp prov_running.d.tmp prov_seed.d.tmp provider.d.tmp provider_child.d.tmp provider_conf.d.tmp provider_core.d.tmp provider_ctx.d.tmp provider_err.d.tmp provider_predefined.d.tmp provider_seeding.d.tmp provider_util.d.tmp punycode.d.tmp pvkfmt.d.tmp qud_cksm.d.tmp rand_cpu_x86.d.tmp rand_deprecated.d.tmp rand_err.d.tmp rand_key.d.tmp rand_lib.d.tmp rand_meth.d.tmp rand_pool.d.tmp rand_tsc.d.tmp rand_unix.d.tmp rand_win.d.tmp randfile.d.tmp rc2_cbc.d.tmp rc2_ecb.d.tmp rc2_skey.d.tmp rc2cfb64.d.tmp rc2ofb64.d.tmp rc4-md5-x86_64.d.tmp rc4-x86_64.d.tmp ripemd_prov.d.tmp rmd_dgst.d.tmp rmd_one.d.tmp rsa_ameth.d.tmp rsa_asn1.d.tmp rsa_backend.d.tmp rsa_chk.d.tmp rsa_crpt.d.tmp rsa_depr.d.tmp rsa_enc.d.tmp rsa_err.d.tmp rsa_gen.d.tmp rsa_kem.d.tmp rsa_kmgmt.d.tmp rsa_lib.d.tmp rsa_meth.d.tmp rsa_mp.d.tmp rsa_mp_names.d.tmp rsa_none.d.tmp rsa_oaep.d.tmp rsa_ossl.d.tmp rsa_pk1.d.tmp rsa_pmeth.d.tmp rsa_prn.d.tmp rsa_pss.d.tmp rsa_saos.d.tmp rsa_schemes.d.tmp rsa_sig.d.tmp rsa_sign.d.tmp rsa_sp800_56b_check.d.tmp rsa_sp800_56b_gen.d.tmp rsa_x931.d.tmp rsa_x931g.d.tmp rsaz-avx2.d.tmp rsaz-avx512.d.tmp rsaz-x86_64.d.tmp rsaz_exp.d.tmp rsaz_exp_x2.d.tmp s3_cbc.d.tmp scalar.d.tmp scrypt.d.tmp securitycheck.d.tmp securitycheck_default.d.tmp seed.d.tmp seed_cbc.d.tmp seed_cfb.d.tmp seed_ecb.d.tmp seed_ofb.d.tmp seed_src.d.tmp self_test_core.d.tmp set_key.d.tmp sha1-mb-x86_64.d.tmp sha1-x86_64.d.tmp sha1dgst.d.tmp sha2_prov.d.tmp sha3.d.tmp sha3_prov.d.tmp signature.d.tmp siphash.d.tmp siphash_prov.d.tmp siv128.d.tmp sm2_crypt.d.tmp sm2_enc.d.tmp sm2_err.d.tmp sm2_key.d.tmp sm2_sig.d.tmp sm2_sign.d.tmp sm3.d.tmp sm3_prov.d.tmp sm4.d.tmp sparse_array.d.tmp srp_lib.d.tmp srp_vfy.d.tmp sshkdf.d.tmp sskdf.d.tmp stack.d.tmp store_err.d.tmp store_init.d.tmp store_lib.d.tmp store_meth.d.tmp store_register.d.tmp store_result.d.tmp store_strings.d.tmp str2key.d.tmp t_bitst.d.tmp t_crl.d.tmp t_pkey.d.tmp t_req.d.tmp t_spki.d.tmp t_x509.d.tmp tasn_dec.d.tmp tasn_enc.d.tmp tasn_fre.d.tmp tasn_new.d.tmp tasn_prn.d.tmp tasn_scn.d.tmp tasn_typ.d.tmp tasn_utl.d.tmp tb_asnmth.d.tmp tb_cipher.d.tmp tb_dh.d.tmp tb_digest.d.tmp tb_dsa.d.tmp tb_eckey.d.tmp tb_pkmeth.d.tmp tb_rand.d.tmp tb_rsa.d.tmp test_rng.d.tmp threads_lib.d.tmp threads_none.d.tmp threads_pthread.d.tmp threads_win.d.tmp tls1_prf.d.tmp tls_pad.d.tmp trace.d.tmp ts_asn1.d.tmp ts_conf.d.tmp ts_err.d.tmp ts_lib.d.tmp ts_req_print.d.tmp ts_req_utils.d.tmp ts_rsp_print.d.tmp ts_rsp_sign.d.tmp ts_rsp_utils.d.tmp ts_rsp_verify.d.tmp ts_verify_ctx.d.tmp txt_db.d.tmp ui_err.d.tmp ui_lib.d.tmp ui_null.d.tmp ui_openssl.d.tmp ui_util.d.tmp uid.d.tmp v3_addr.d.tmp v3_admis.d.tmp v3_akeya.d.tmp v3_akid.d.tmp v3_asid.d.tmp v3_bcons.d.tmp v3_bitst.d.tmp v3_conf.d.tmp v3_cpols.d.tmp v3_crld.d.tmp v3_enum.d.tmp v3_extku.d.tmp v3_genn.d.tmp v3_ia5.d.tmp v3_info.d.tmp v3_int.d.tmp v3_ist.d.tmp v3_lib.d.tmp v3_ncons.d.tmp v3_ocsp.d.tmp v3_pci.d.tmp v3_pcia.d.tmp v3_pcons.d.tmp v3_pku.d.tmp v3_pmaps.d.tmp v3_prn.d.tmp v3_purp.d.tmp v3_san.d.tmp v3_skid.d.tmp v3_sxnet.d.tmp v3_tlsf.d.tmp v3_utf8.d.tmp v3_utl.d.tmp v3err.d.tmp vpaes-x86_64.d.tmp wp-x86_64.d.tmp wp_dgst.d.tmp wrap128.d.tmp x25519-x86_64.d.tmp x509_att.d.tmp x509_cmp.d.tmp x509_d2.d.tmp x509_def.d.tmp x509_err.d.tmp x509_ext.d.tmp x509_lu.d.tmp x509_meth.d.tmp x509_obj.d.tmp x509_r2x.d.tmp x509_req.d.tmp x509_set.d.tmp x509_trust.d.tmp x509_txt.d.tmp x509_v3.d.tmp x509_vfy.d.tmp x509_vpm.d.tmp x509cset.d.tmp x509name.d.tmp x509rset.d.tmp x509spki.d.tmp x509type.d.tmp x86_64-gcc.d.tmp x86_64-gf2m.d.tmp x86_64-mont.d.tmp x86_64-mont5.d.tmp x86_64cpuid.d.tmp x942kdf.d.tmp x_algor.d.tmp x_all.d.tmp x_attrib.d.tmp x_bignum.d.tmp x_crl.d.tmp x_exten.d.tmp x_info.d.tmp x_int64.d.tmp x_long.d.tmp x_name.d.tmp x_pkey.d.tmp x_pubkey.d.tmp x_req.d.tmp x_sig.d.tmp x_spki.d.tmp x_val.d.tmp x_x509.d.tmp x_x509a.d.tmp xcbc_enc.d.tmp xts128.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinerama && rm -f libxcb-xinerama_pic.a libxcb-xinerama.so.* libxcb-xinerama.so xinerama.pico xinerama.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinerama && rm -f llib-lxcb-xinerama.ln xinerama.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinerama && rm -f llib-lxcb-xinerama.ln xinerama.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinerama && rm -f .depend xinerama.d xinerama.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinerama && rm -f .depend xinerama.d xinerama.d.tmp tags || true) --- cleandir-crypto/external --- --- cleandir-libcryptotest --- cleandir ===> crypto/external/bsd/openssl/lib/libcryptotest --- cleandir-external --- --- cleandir-xinput --- cleandir ===> external/mit/xorg/lib/libxcb/xinput --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest.a apps_shims.o basic_output.o cb.o driver.o fake_random.o format_output.o load.o main.o options.o output.o provider.o random.o stanza.o test_cleanup.o test_options.o tests.o testutil_init.o opt.o apps_shims.o.tmp basic_output.o.tmp cb.o.tmp driver.o.tmp fake_random.o.tmp format_output.o.tmp load.o.tmp main.o.tmp options.o.tmp output.o.tmp provider.o.tmp random.o.tmp stanza.o.tmp test_cleanup.o.tmp test_options.o.tmp tests.o.tmp testutil_init.o.tmp opt.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest.a apps_shims.o basic_output.o cb.o driver.o fake_random.o format_output.o load.o main.o options.o output.o provider.o random.o stanza.o test_cleanup.o test_options.o tests.o testutil_init.o opt.o apps_shims.o.tmp basic_output.o.tmp cb.o.tmp driver.o.tmp fake_random.o.tmp format_output.o.tmp load.o.tmp main.o.tmp options.o.tmp output.o.tmp provider.o.tmp random.o.tmp stanza.o.tmp test_cleanup.o.tmp test_options.o.tmp tests.o.tmp testutil_init.o.tmp opt.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_p.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinput && rm -f xcb-xinput.pc xcb-xinput.pc.tmp libxcb-xinput.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinput && rm -f xcb-xinput.pc xcb-xinput.pc.tmp libxcb-xinput.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_g.a || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinput && rm -f libxcb-xinput.a xinput.o xinput.o.tmp || true) --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinput && rm -f libxcb-xinput.a xinput.o xinput.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest_pic.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinput && rm -f libxcb-xinput_p.a xinput.po xinput.po.tmp || true) --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinput && rm -f libxcb-xinput_p.a xinput.po xinput.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f llib-lcryptotest.ln apps_shims.ln basic_output.ln cb.ln driver.ln fake_random.ln format_output.ln load.ln main.ln options.ln output.ln provider.ln random.ln stanza.ln test_cleanup.ln test_options.ln tests.ln testutil_init.ln opt.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f llib-lcryptotest.ln apps_shims.ln basic_output.ln cb.ln driver.ln fake_random.ln format_output.ln load.ln main.ln options.ln output.ln provider.ln random.ln stanza.ln test_cleanup.ln test_options.ln tests.ln testutil_init.ln opt.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinput && rm -f libxcb-xinput_g.a || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinput && rm -f libxcb-xinput_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f libcryptotest.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinput && rm -f libxcb-xinput_pic.a libxcb-xinput.so.* libxcb-xinput.so xinput.pico xinput.pico.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinput && rm -f libxcb-xinput_pic.a libxcb-xinput.so.* libxcb-xinput.so xinput.pico xinput.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libcryptotest && rm -f .depend apps_shims.d basic_output.d cb.d driver.d fake_random.d format_output.d load.d main.d opt.d options.d output.d provider.d random.d stanza.d test_cleanup.d test_options.d tests.d testutil_init.d apps_shims.d.tmp basic_output.d.tmp cb.d.tmp driver.d.tmp fake_random.d.tmp format_output.d.tmp load.d.tmp main.d.tmp opt.d.tmp options.d.tmp output.d.tmp provider.d.tmp random.d.tmp stanza.d.tmp test_cleanup.d.tmp test_options.d.tmp tests.d.tmp testutil_init.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libcryptotest && rm -f .depend apps_shims.d basic_output.d cb.d driver.d fake_random.d format_output.d load.d main.d opt.d options.d output.d provider.d random.d stanza.d test_cleanup.d test_options.d tests.d testutil_init.d apps_shims.d.tmp basic_output.d.tmp cb.d.tmp driver.d.tmp fake_random.d.tmp format_output.d.tmp load.d.tmp main.d.tmp opt.d.tmp options.d.tmp output.d.tmp provider.d.tmp random.d.tmp stanza.d.tmp test_cleanup.d.tmp test_options.d.tmp tests.d.tmp testutil_init.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinput && rm -f llib-lxcb-xinput.ln xinput.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinput && rm -f llib-lxcb-xinput.ln xinput.ln || true) --- cleandir-crypto/external --- --- cleandir-libdes --- cleandir ===> crypto/external/bsd/openssl/lib/libdes --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xinput && rm -f .depend xinput.d xinput.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xinput && rm -f .depend xinput.d xinput.d.tmp tags || true) --- cleandir-xkb --- --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/xkb --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f libdes.a ocbc_cksm.o ocbc_enc.o ocfb64ede.o ocfb64enc.o ocfb_enc.o odes_enc.o oecb3_enc.o oecb_enc.o oede_cbcm_enc.o oenc_read.o oenc_writ.o ofcrypt.o ofcrypt_b.o oofb64ede.o oofb64enc.o oofb_enc.o opcbc_enc.o oqud_cksm.o orand_key.o oread2pwd.o oread_pwd.o orpc_enc.o oset_key.o ostr2key.o oxcbc_enc.o ornd_keys.o ocbc_cksm.o.tmp ocbc_enc.o.tmp ocfb64ede.o.tmp ocfb64enc.o.tmp ocfb_enc.o.tmp odes_enc.o.tmp oecb3_enc.o.tmp oecb_enc.o.tmp oede_cbcm_enc.o.tmp oenc_read.o.tmp oenc_writ.o.tmp ofcrypt.o.tmp ofcrypt_b.o.tmp oofb64ede.o.tmp oofb64enc.o.tmp oofb_enc.o.tmp opcbc_enc.o.tmp oqud_cksm.o.tmp orand_key.o.tmp oread2pwd.o.tmp oread_pwd.o.tmp orpc_enc.o.tmp oset_key.o.tmp ostr2key.o.tmp oxcbc_enc.o.tmp ornd_keys.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f libdes.a ocbc_cksm.o ocbc_enc.o ocfb64ede.o ocfb64enc.o ocfb_enc.o odes_enc.o oecb3_enc.o oecb_enc.o oede_cbcm_enc.o oenc_read.o oenc_writ.o ofcrypt.o ofcrypt_b.o oofb64ede.o oofb64enc.o oofb_enc.o opcbc_enc.o oqud_cksm.o orand_key.o oread2pwd.o oread_pwd.o orpc_enc.o oset_key.o ostr2key.o oxcbc_enc.o ornd_keys.o ocbc_cksm.o.tmp ocbc_enc.o.tmp ocfb64ede.o.tmp ocfb64enc.o.tmp ocfb_enc.o.tmp odes_enc.o.tmp oecb3_enc.o.tmp oecb_enc.o.tmp oede_cbcm_enc.o.tmp oenc_read.o.tmp oenc_writ.o.tmp ofcrypt.o.tmp ofcrypt_b.o.tmp oofb64ede.o.tmp oofb64enc.o.tmp oofb_enc.o.tmp opcbc_enc.o.tmp oqud_cksm.o.tmp orand_key.o.tmp oread2pwd.o.tmp oread_pwd.o.tmp orpc_enc.o.tmp oset_key.o.tmp ostr2key.o.tmp oxcbc_enc.o.tmp ornd_keys.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_p.a ocbc_cksm.po ocbc_enc.po ocfb64ede.po ocfb64enc.po ocfb_enc.po odes_enc.po oecb3_enc.po oecb_enc.po oede_cbcm_enc.po oenc_read.po oenc_writ.po ofcrypt.po ofcrypt_b.po oofb64ede.po oofb64enc.po oofb_enc.po opcbc_enc.po oqud_cksm.po orand_key.po oread2pwd.po oread_pwd.po orpc_enc.po oset_key.po ostr2key.po oxcbc_enc.po ornd_keys.po ocbc_cksm.po.tmp ocbc_enc.po.tmp ocfb64ede.po.tmp ocfb64enc.po.tmp ocfb_enc.po.tmp odes_enc.po.tmp oecb3_enc.po.tmp oecb_enc.po.tmp oede_cbcm_enc.po.tmp oenc_read.po.tmp oenc_writ.po.tmp ofcrypt.po.tmp ofcrypt_b.po.tmp oofb64ede.po.tmp oofb64enc.po.tmp oofb_enc.po.tmp opcbc_enc.po.tmp oqud_cksm.po.tmp orand_key.po.tmp oread2pwd.po.tmp oread_pwd.po.tmp orpc_enc.po.tmp oset_key.po.tmp ostr2key.po.tmp oxcbc_enc.po.tmp ornd_keys.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_p.a ocbc_cksm.po ocbc_enc.po ocfb64ede.po ocfb64enc.po ocfb_enc.po odes_enc.po oecb3_enc.po oecb_enc.po oede_cbcm_enc.po oenc_read.po oenc_writ.po ofcrypt.po ofcrypt_b.po oofb64ede.po oofb64enc.po oofb_enc.po opcbc_enc.po oqud_cksm.po orand_key.po oread2pwd.po oread_pwd.po orpc_enc.po oset_key.po ostr2key.po oxcbc_enc.po ornd_keys.po ocbc_cksm.po.tmp ocbc_enc.po.tmp ocfb64ede.po.tmp ocfb64enc.po.tmp ocfb_enc.po.tmp odes_enc.po.tmp oecb3_enc.po.tmp oecb_enc.po.tmp oede_cbcm_enc.po.tmp oenc_read.po.tmp oenc_writ.po.tmp ofcrypt.po.tmp ofcrypt_b.po.tmp oofb64ede.po.tmp oofb64enc.po.tmp oofb_enc.po.tmp opcbc_enc.po.tmp oqud_cksm.po.tmp orand_key.po.tmp oread2pwd.po.tmp oread_pwd.po.tmp orpc_enc.po.tmp oset_key.po.tmp ostr2key.po.tmp oxcbc_enc.po.tmp ornd_keys.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xkb && rm -f xcb-xkb.pc xcb-xkb.pc.tmp libxcb-xkb.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xkb && rm -f xcb-xkb.pc xcb-xkb.pc.tmp libxcb-xkb.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xkb && rm -f libxcb-xkb.a xkb.o xkb.o.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_pic.a libdes.so.* libdes.so ocbc_cksm.pico ocbc_enc.pico ocfb64ede.pico ocfb64enc.pico ocfb_enc.pico odes_enc.pico oecb3_enc.pico oecb_enc.pico oede_cbcm_enc.pico oenc_read.pico oenc_writ.pico ofcrypt.pico ofcrypt_b.pico oofb64ede.pico oofb64enc.pico oofb_enc.pico opcbc_enc.pico oqud_cksm.pico orand_key.pico oread2pwd.pico oread_pwd.pico orpc_enc.pico oset_key.pico ostr2key.pico oxcbc_enc.pico ornd_keys.pico ocbc_cksm.pico.tmp ocbc_enc.pico.tmp ocfb64ede.pico.tmp ocfb64enc.pico.tmp ocfb_enc.pico.tmp odes_enc.pico.tmp oecb3_enc.pico.tmp oecb_enc.pico.tmp oede_cbcm_enc.pico.tmp oenc_read.pico.tmp oenc_writ.pico.tmp ofcrypt.pico.tmp ofcrypt_b.pico.tmp oofb64ede.pico.tmp oofb64enc.pico.tmp oofb_enc.pico.tmp opcbc_enc.pico.tmp oqud_cksm.pico.tmp orand_key.pico.tmp oread2pwd.pico.tmp oread_pwd.pico.tmp orpc_enc.pico.tmp oset_key.pico.tmp ostr2key.pico.tmp oxcbc_enc.pico.tmp ornd_keys.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xkb && rm -f libxcb-xkb.a xkb.o xkb.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f libdes_pic.a libdes.so.* libdes.so ocbc_cksm.pico ocbc_enc.pico ocfb64ede.pico ocfb64enc.pico ocfb_enc.pico odes_enc.pico oecb3_enc.pico oecb_enc.pico oede_cbcm_enc.pico oenc_read.pico oenc_writ.pico ofcrypt.pico ofcrypt_b.pico oofb64ede.pico oofb64enc.pico oofb_enc.pico opcbc_enc.pico oqud_cksm.pico orand_key.pico oread2pwd.pico oread_pwd.pico orpc_enc.pico oset_key.pico ostr2key.pico oxcbc_enc.pico ornd_keys.pico ocbc_cksm.pico.tmp ocbc_enc.pico.tmp ocfb64ede.pico.tmp ocfb64enc.pico.tmp ocfb_enc.pico.tmp odes_enc.pico.tmp oecb3_enc.pico.tmp oecb_enc.pico.tmp oede_cbcm_enc.pico.tmp oenc_read.pico.tmp oenc_writ.pico.tmp ofcrypt.pico.tmp ofcrypt_b.pico.tmp oofb64ede.pico.tmp oofb64enc.pico.tmp oofb_enc.pico.tmp opcbc_enc.pico.tmp oqud_cksm.pico.tmp orand_key.pico.tmp oread2pwd.pico.tmp oread_pwd.pico.tmp orpc_enc.pico.tmp oset_key.pico.tmp ostr2key.pico.tmp oxcbc_enc.pico.tmp ornd_keys.pico.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xkb && rm -f libxcb-xkb_p.a xkb.po xkb.po.tmp || true) --- cleandir-crypto/external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f llib-ldes.ln ocbc_cksm.ln ocbc_enc.ln ocfb64ede.ln ocfb64enc.ln ocfb_enc.ln odes_enc.ln oecb3_enc.ln oecb_enc.ln oede_cbcm_enc.ln oenc_read.ln oenc_writ.ln ofcrypt.ln ofcrypt_b.ln oofb64ede.ln oofb64enc.ln oofb_enc.ln opcbc_enc.ln oqud_cksm.ln orand_key.ln oread2pwd.ln oread_pwd.ln orpc_enc.ln oset_key.ln ostr2key.ln oxcbc_enc.ln ornd_keys.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xkb && rm -f libxcb-xkb_p.a xkb.po xkb.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f llib-ldes.ln ocbc_cksm.ln ocbc_enc.ln ocfb64ede.ln ocfb64enc.ln ocfb_enc.ln odes_enc.ln oecb3_enc.ln oecb_enc.ln oede_cbcm_enc.ln oenc_read.ln oenc_writ.ln ofcrypt.ln ofcrypt_b.ln oofb64ede.ln oofb64enc.ln oofb_enc.ln opcbc_enc.ln oqud_cksm.ln orand_key.ln oread2pwd.ln oread_pwd.ln orpc_enc.ln oset_key.ln ostr2key.ln oxcbc_enc.ln ornd_keys.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xkb && rm -f libxcb-xkb_g.a || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f libdes.so.15.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xkb && rm -f libxcb-xkb_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f libdes.so.15.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xkb && rm -f libxcb-xkb_pic.a libxcb-xkb.so.* libxcb-xkb.so xkb.pico xkb.pico.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libdes && rm -f des.html3 .depend ocbc_cksm.d ocbc_enc.d ocfb64ede.d ocfb64enc.d ocfb_enc.d odes_enc.d oecb3_enc.d oecb_enc.d oede_cbcm_enc.d oenc_read.d oenc_writ.d ofcrypt.d ofcrypt_b.d oofb64ede.d oofb64enc.d oofb_enc.d opcbc_enc.d oqud_cksm.d orand_key.d oread2pwd.d oread_pwd.d ornd_keys.d orpc_enc.d oset_key.d ostr2key.d oxcbc_enc.d ocbc_cksm.d.tmp ocbc_enc.d.tmp ocfb64ede.d.tmp ocfb64enc.d.tmp ocfb_enc.d.tmp odes_enc.d.tmp oecb3_enc.d.tmp oecb_enc.d.tmp oede_cbcm_enc.d.tmp oenc_read.d.tmp oenc_writ.d.tmp ofcrypt.d.tmp ofcrypt_b.d.tmp oofb64ede.d.tmp oofb64enc.d.tmp oofb_enc.d.tmp opcbc_enc.d.tmp oqud_cksm.d.tmp orand_key.d.tmp oread2pwd.d.tmp oread_pwd.d.tmp ornd_keys.d.tmp orpc_enc.d.tmp oset_key.d.tmp ostr2key.d.tmp oxcbc_enc.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xkb && rm -f libxcb-xkb_pic.a libxcb-xkb.so.* libxcb-xkb.so xkb.pico xkb.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libdes && rm -f des.html3 .depend ocbc_cksm.d ocbc_enc.d ocfb64ede.d ocfb64enc.d ocfb_enc.d odes_enc.d oecb3_enc.d oecb_enc.d oede_cbcm_enc.d oenc_read.d oenc_writ.d ofcrypt.d ofcrypt_b.d oofb64ede.d oofb64enc.d oofb_enc.d opcbc_enc.d oqud_cksm.d orand_key.d oread2pwd.d oread_pwd.d ornd_keys.d orpc_enc.d oset_key.d ostr2key.d oxcbc_enc.d ocbc_cksm.d.tmp ocbc_enc.d.tmp ocfb64ede.d.tmp ocfb64enc.d.tmp ocfb_enc.d.tmp odes_enc.d.tmp oecb3_enc.d.tmp oecb_enc.d.tmp oede_cbcm_enc.d.tmp oenc_read.d.tmp oenc_writ.d.tmp ofcrypt.d.tmp ofcrypt_b.d.tmp oofb64ede.d.tmp oofb64enc.d.tmp oofb_enc.d.tmp opcbc_enc.d.tmp oqud_cksm.d.tmp orand_key.d.tmp oread2pwd.d.tmp oread_pwd.d.tmp ornd_keys.d.tmp orpc_enc.d.tmp oset_key.d.tmp ostr2key.d.tmp oxcbc_enc.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xkb && rm -f llib-lxcb-xkb.ln xkb.ln || true) --- cleandir-crypto/external --- --- cleandir-libssl --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xkb && rm -f llib-lxcb-xkb.ln xkb.ln || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssl/lib/libssl --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xkb && rm -f .depend xkb.d xkb.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xkb && rm -f .depend xkb.d xkb.d.tmp tags || true) --- cleandir-xtest --- cleandir ===> external/mit/xorg/lib/libxcb/xtest --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f libssl.a s3_cbc.o bio_ssl.o d1_lib.o d1_msg.o d1_srtp.o methods.o pqueue.o s3_enc.o s3_lib.o s3_msg.o ssl_asn1.o ssl_cert.o ssl_ciph.o ssl_conf.o ssl_err.o ssl_err_legacy.o ssl_init.o ssl_lib.o ssl_mcnf.o ssl_rsa.o ssl_rsa_legacy.o ssl_sess.o ssl_stat.o ssl_txt.o ssl_utst.o t1_enc.o t1_lib.o t1_trce.o tls13_enc.o tls_depr.o tls_srp.o extensions.o extensions_clnt.o extensions_cust.o extensions_srvr.o statem.o statem_clnt.o statem_dtls.o statem_lib.o statem_srvr.o tls_pad.o dtls1_bitmap.o rec_layer_d1.o rec_layer_s3.o ssl3_buffer.o ssl3_record.o ssl3_record_tls13.o packet.o s3_cbc.o.tmp bio_ssl.o.tmp d1_lib.o.tmp d1_msg.o.tmp d1_srtp.o.tmp methods.o.tmp pqueue.o.tmp s3_enc.o.tmp s3_lib.o.tmp s3_msg.o.tmp ssl_asn1.o.tmp ssl_cert.o.tmp ssl_ciph.o.tmp ssl_conf.o.tmp ssl_err.o.tmp ssl_err_legacy.o.tmp ssl_init.o.tmp ssl_lib.o.tmp ssl_mcnf.o.tmp ssl_rsa.o.tmp ssl_rsa_legacy.o.tmp ssl_sess.o.tmp ssl_stat.o.tmp ssl_txt.o.tmp ssl_utst.o.tmp t1_enc.o.tmp t1_lib.o.tmp t1_trce.o.tmp tls13_enc.o.tmp tls_depr.o.tmp tls_srp.o.tmp extensions.o.tmp extensions_clnt.o.tmp extensions_cust.o.tmp extensions_srvr.o.tmp statem.o.tmp statem_clnt.o.tmp statem_dtls.o.tmp statem_lib.o.tmp statem_srvr.o.tmp tls_pad.o.tmp dtls1_bitmap.o.tmp rec_layer_d1.o.tmp rec_layer_s3.o.tmp ssl3_buffer.o.tmp ssl3_record.o.tmp ssl3_record_tls13.o.tmp packet.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f libssl.a s3_cbc.o bio_ssl.o d1_lib.o d1_msg.o d1_srtp.o methods.o pqueue.o s3_enc.o s3_lib.o s3_msg.o ssl_asn1.o ssl_cert.o ssl_ciph.o ssl_conf.o ssl_err.o ssl_err_legacy.o ssl_init.o ssl_lib.o ssl_mcnf.o ssl_rsa.o ssl_rsa_legacy.o ssl_sess.o ssl_stat.o ssl_txt.o ssl_utst.o t1_enc.o t1_lib.o t1_trce.o tls13_enc.o tls_depr.o tls_srp.o extensions.o extensions_clnt.o extensions_cust.o extensions_srvr.o statem.o statem_clnt.o statem_dtls.o statem_lib.o statem_srvr.o tls_pad.o dtls1_bitmap.o rec_layer_d1.o rec_layer_s3.o ssl3_buffer.o ssl3_record.o ssl3_record_tls13.o packet.o s3_cbc.o.tmp bio_ssl.o.tmp d1_lib.o.tmp d1_msg.o.tmp d1_srtp.o.tmp methods.o.tmp pqueue.o.tmp s3_enc.o.tmp s3_lib.o.tmp s3_msg.o.tmp ssl_asn1.o.tmp ssl_cert.o.tmp ssl_ciph.o.tmp ssl_conf.o.tmp ssl_err.o.tmp ssl_err_legacy.o.tmp ssl_init.o.tmp ssl_lib.o.tmp ssl_mcnf.o.tmp ssl_rsa.o.tmp ssl_rsa_legacy.o.tmp ssl_sess.o.tmp ssl_stat.o.tmp ssl_txt.o.tmp ssl_utst.o.tmp t1_enc.o.tmp t1_lib.o.tmp t1_trce.o.tmp tls13_enc.o.tmp tls_depr.o.tmp tls_srp.o.tmp extensions.o.tmp extensions_clnt.o.tmp extensions_cust.o.tmp extensions_srvr.o.tmp statem.o.tmp statem_clnt.o.tmp statem_dtls.o.tmp statem_lib.o.tmp statem_srvr.o.tmp tls_pad.o.tmp dtls1_bitmap.o.tmp rec_layer_d1.o.tmp rec_layer_s3.o.tmp ssl3_buffer.o.tmp ssl3_record.o.tmp ssl3_record_tls13.o.tmp packet.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_p.a s3_cbc.po bio_ssl.po d1_lib.po d1_msg.po d1_srtp.po methods.po pqueue.po s3_enc.po s3_lib.po s3_msg.po ssl_asn1.po ssl_cert.po ssl_ciph.po ssl_conf.po ssl_err.po ssl_err_legacy.po ssl_init.po ssl_lib.po ssl_mcnf.po ssl_rsa.po ssl_rsa_legacy.po ssl_sess.po ssl_stat.po ssl_txt.po ssl_utst.po t1_enc.po t1_lib.po t1_trce.po tls13_enc.po tls_depr.po tls_srp.po extensions.po extensions_clnt.po extensions_cust.po extensions_srvr.po statem.po statem_clnt.po statem_dtls.po statem_lib.po statem_srvr.po tls_pad.po dtls1_bitmap.po rec_layer_d1.po rec_layer_s3.po ssl3_buffer.po ssl3_record.po ssl3_record_tls13.po packet.po s3_cbc.po.tmp bio_ssl.po.tmp d1_lib.po.tmp d1_msg.po.tmp d1_srtp.po.tmp methods.po.tmp pqueue.po.tmp s3_enc.po.tmp s3_lib.po.tmp s3_msg.po.tmp ssl_asn1.po.tmp ssl_cert.po.tmp ssl_ciph.po.tmp ssl_conf.po.tmp ssl_err.po.tmp ssl_err_legacy.po.tmp ssl_init.po.tmp ssl_lib.po.tmp ssl_mcnf.po.tmp ssl_rsa.po.tmp ssl_rsa_legacy.po.tmp ssl_sess.po.tmp ssl_stat.po.tmp ssl_txt.po.tmp ssl_utst.po.tmp t1_enc.po.tmp t1_lib.po.tmp t1_trce.po.tmp tls13_enc.po.tmp tls_depr.po.tmp tls_srp.po.tmp extensions.po.tmp extensions_clnt.po.tmp extensions_cust.po.tmp extensions_srvr.po.tmp statem.po.tmp statem_clnt.po.tmp statem_dtls.po.tmp statem_lib.po.tmp statem_srvr.po.tmp tls_pad.po.tmp dtls1_bitmap.po.tmp rec_layer_d1.po.tmp rec_layer_s3.po.tmp ssl3_buffer.po.tmp ssl3_record.po.tmp ssl3_record_tls13.po.tmp packet.po.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xtest && rm -f xcb-xtest.pc xcb-xtest.pc.tmp libxcb-xtest.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_p.a s3_cbc.po bio_ssl.po d1_lib.po d1_msg.po d1_srtp.po methods.po pqueue.po s3_enc.po s3_lib.po s3_msg.po ssl_asn1.po ssl_cert.po ssl_ciph.po ssl_conf.po ssl_err.po ssl_err_legacy.po ssl_init.po ssl_lib.po ssl_mcnf.po ssl_rsa.po ssl_rsa_legacy.po ssl_sess.po ssl_stat.po ssl_txt.po ssl_utst.po t1_enc.po t1_lib.po t1_trce.po tls13_enc.po tls_depr.po tls_srp.po extensions.po extensions_clnt.po extensions_cust.po extensions_srvr.po statem.po statem_clnt.po statem_dtls.po statem_lib.po statem_srvr.po tls_pad.po dtls1_bitmap.po rec_layer_d1.po rec_layer_s3.po ssl3_buffer.po ssl3_record.po ssl3_record_tls13.po packet.po s3_cbc.po.tmp bio_ssl.po.tmp d1_lib.po.tmp d1_msg.po.tmp d1_srtp.po.tmp methods.po.tmp pqueue.po.tmp s3_enc.po.tmp s3_lib.po.tmp s3_msg.po.tmp ssl_asn1.po.tmp ssl_cert.po.tmp ssl_ciph.po.tmp ssl_conf.po.tmp ssl_err.po.tmp ssl_err_legacy.po.tmp ssl_init.po.tmp ssl_lib.po.tmp ssl_mcnf.po.tmp ssl_rsa.po.tmp ssl_rsa_legacy.po.tmp ssl_sess.po.tmp ssl_stat.po.tmp ssl_txt.po.tmp ssl_utst.po.tmp t1_enc.po.tmp t1_lib.po.tmp t1_trce.po.tmp tls13_enc.po.tmp tls_depr.po.tmp tls_srp.po.tmp extensions.po.tmp extensions_clnt.po.tmp extensions_cust.po.tmp extensions_srvr.po.tmp statem.po.tmp statem_clnt.po.tmp statem_dtls.po.tmp statem_lib.po.tmp statem_srvr.po.tmp tls_pad.po.tmp dtls1_bitmap.po.tmp rec_layer_d1.po.tmp rec_layer_s3.po.tmp ssl3_buffer.po.tmp ssl3_record.po.tmp ssl3_record_tls13.po.tmp packet.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xtest && rm -f xcb-xtest.pc xcb-xtest.pc.tmp libxcb-xtest.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_g.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xtest && rm -f libxcb-xtest.a xtest.o xtest.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xtest && rm -f libxcb-xtest.a xtest.o xtest.o.tmp || true) --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_pic.a libssl.so.* libssl.so s3_cbc.pico bio_ssl.pico d1_lib.pico d1_msg.pico d1_srtp.pico methods.pico pqueue.pico s3_enc.pico s3_lib.pico s3_msg.pico ssl_asn1.pico ssl_cert.pico ssl_ciph.pico ssl_conf.pico ssl_err.pico ssl_err_legacy.pico ssl_init.pico ssl_lib.pico ssl_mcnf.pico ssl_rsa.pico ssl_rsa_legacy.pico ssl_sess.pico ssl_stat.pico ssl_txt.pico ssl_utst.pico t1_enc.pico t1_lib.pico t1_trce.pico tls13_enc.pico tls_depr.pico tls_srp.pico extensions.pico extensions_clnt.pico extensions_cust.pico extensions_srvr.pico statem.pico statem_clnt.pico statem_dtls.pico statem_lib.pico statem_srvr.pico tls_pad.pico dtls1_bitmap.pico rec_layer_d1.pico rec_layer_s3.pico ssl3_buffer.pico ssl3_record.pico ssl3_record_tls13.pico packet.pico s3_cbc.pico.tmp bio_ssl.pico.tmp d1_lib.pico.tmp d1_msg.pico.tmp d1_srtp.pico.tmp methods.pico.tmp pqueue.pico.tmp s3_enc.pico.tmp s3_lib.pico.tmp s3_msg.pico.tmp ssl_asn1.pico.tmp ssl_cert.pico.tmp ssl_ciph.pico.tmp ssl_conf.pico.tmp ssl_err.pico.tmp ssl_err_legacy.pico.tmp ssl_init.pico.tmp ssl_lib.pico.tmp ssl_mcnf.pico.tmp ssl_rsa.pico.tmp ssl_rsa_legacy.pico.tmp ssl_sess.pico.tmp ssl_stat.pico.tmp ssl_txt.pico.tmp ssl_utst.pico.tmp t1_enc.pico.tmp t1_lib.pico.tmp t1_trce.pico.tmp tls13_enc.pico.tmp tls_depr.pico.tmp tls_srp.pico.tmp extensions.pico.tmp extensions_clnt.pico.tmp extensions_cust.pico.tmp extensions_srvr.pico.tmp statem.pico.tmp statem_clnt.pico.tmp statem_dtls.pico.tmp statem_lib.pico.tmp statem_srvr.pico.tmp tls_pad.pico.tmp dtls1_bitmap.pico.tmp rec_layer_d1.pico.tmp rec_layer_s3.pico.tmp ssl3_buffer.pico.tmp ssl3_record.pico.tmp ssl3_record_tls13.pico.tmp packet.pico.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xtest && rm -f libxcb-xtest_p.a xtest.po xtest.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f libssl_pic.a libssl.so.* libssl.so s3_cbc.pico bio_ssl.pico d1_lib.pico d1_msg.pico d1_srtp.pico methods.pico pqueue.pico s3_enc.pico s3_lib.pico s3_msg.pico ssl_asn1.pico ssl_cert.pico ssl_ciph.pico ssl_conf.pico ssl_err.pico ssl_err_legacy.pico ssl_init.pico ssl_lib.pico ssl_mcnf.pico ssl_rsa.pico ssl_rsa_legacy.pico ssl_sess.pico ssl_stat.pico ssl_txt.pico ssl_utst.pico t1_enc.pico t1_lib.pico t1_trce.pico tls13_enc.pico tls_depr.pico tls_srp.pico extensions.pico extensions_clnt.pico extensions_cust.pico extensions_srvr.pico statem.pico statem_clnt.pico statem_dtls.pico statem_lib.pico statem_srvr.pico tls_pad.pico dtls1_bitmap.pico rec_layer_d1.pico rec_layer_s3.pico ssl3_buffer.pico ssl3_record.pico ssl3_record_tls13.pico packet.pico s3_cbc.pico.tmp bio_ssl.pico.tmp d1_lib.pico.tmp d1_msg.pico.tmp d1_srtp.pico.tmp methods.pico.tmp pqueue.pico.tmp s3_enc.pico.tmp s3_lib.pico.tmp s3_msg.pico.tmp ssl_asn1.pico.tmp ssl_cert.pico.tmp ssl_ciph.pico.tmp ssl_conf.pico.tmp ssl_err.pico.tmp ssl_err_legacy.pico.tmp ssl_init.pico.tmp ssl_lib.pico.tmp ssl_mcnf.pico.tmp ssl_rsa.pico.tmp ssl_rsa_legacy.pico.tmp ssl_sess.pico.tmp ssl_stat.pico.tmp ssl_txt.pico.tmp ssl_utst.pico.tmp t1_enc.pico.tmp t1_lib.pico.tmp t1_trce.pico.tmp tls13_enc.pico.tmp tls_depr.pico.tmp tls_srp.pico.tmp extensions.pico.tmp extensions_clnt.pico.tmp extensions_cust.pico.tmp extensions_srvr.pico.tmp statem.pico.tmp statem_clnt.pico.tmp statem_dtls.pico.tmp statem_lib.pico.tmp statem_srvr.pico.tmp tls_pad.pico.tmp dtls1_bitmap.pico.tmp rec_layer_d1.pico.tmp rec_layer_s3.pico.tmp ssl3_buffer.pico.tmp ssl3_record.pico.tmp ssl3_record_tls13.pico.tmp packet.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xtest && rm -f libxcb-xtest_p.a xtest.po xtest.po.tmp || true) --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f llib-lssl.ln s3_cbc.ln bio_ssl.ln d1_lib.ln d1_msg.ln d1_srtp.ln methods.ln pqueue.ln s3_enc.ln s3_lib.ln s3_msg.ln ssl_asn1.ln ssl_cert.ln ssl_ciph.ln ssl_conf.ln ssl_err.ln ssl_err_legacy.ln ssl_init.ln ssl_lib.ln ssl_mcnf.ln ssl_rsa.ln ssl_rsa_legacy.ln ssl_sess.ln ssl_stat.ln ssl_txt.ln ssl_utst.ln t1_enc.ln t1_lib.ln t1_trce.ln tls13_enc.ln tls_depr.ln tls_srp.ln extensions.ln extensions_clnt.ln extensions_cust.ln extensions_srvr.ln statem.ln statem_clnt.ln statem_dtls.ln statem_lib.ln statem_srvr.ln tls_pad.ln dtls1_bitmap.ln rec_layer_d1.ln rec_layer_s3.ln ssl3_buffer.ln ssl3_record.ln ssl3_record_tls13.ln packet.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xtest && rm -f libxcb-xtest_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f llib-lssl.ln s3_cbc.ln bio_ssl.ln d1_lib.ln d1_msg.ln d1_srtp.ln methods.ln pqueue.ln s3_enc.ln s3_lib.ln s3_msg.ln ssl_asn1.ln ssl_cert.ln ssl_ciph.ln ssl_conf.ln ssl_err.ln ssl_err_legacy.ln ssl_init.ln ssl_lib.ln ssl_mcnf.ln ssl_rsa.ln ssl_rsa_legacy.ln ssl_sess.ln ssl_stat.ln ssl_txt.ln ssl_utst.ln t1_enc.ln t1_lib.ln t1_trce.ln tls13_enc.ln tls_depr.ln tls_srp.ln extensions.ln extensions_clnt.ln extensions_cust.ln extensions_srvr.ln statem.ln statem_clnt.ln statem_dtls.ln statem_lib.ln statem_srvr.ln tls_pad.ln dtls1_bitmap.ln rec_layer_d1.ln rec_layer_s3.ln ssl3_buffer.ln ssl3_record.ln ssl3_record_tls13.ln packet.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xtest && rm -f libxcb-xtest_g.a || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f libssl.so.15.map a.out [Ee]rrs mklog core *.core libssl.pc openssl.pc || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xtest && rm -f libxcb-xtest_pic.a libxcb-xtest.so.* libxcb-xtest.so xtest.pico xtest.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f libssl.so.15.map a.out [Ee]rrs mklog core *.core libssl.pc openssl.pc || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xtest && rm -f libxcb-xtest_pic.a libxcb-xtest.so.* libxcb-xtest.so xtest.pico xtest.pico.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/libssl && rm -f .depend bio_ssl.d d1_lib.d d1_msg.d d1_srtp.d dtls1_bitmap.d extensions.d extensions_clnt.d extensions_cust.d extensions_srvr.d methods.d packet.d pqueue.d rec_layer_d1.d rec_layer_s3.d s3_cbc.d s3_enc.d s3_lib.d s3_msg.d ssl3_buffer.d ssl3_record.d ssl3_record_tls13.d ssl_asn1.d ssl_cert.d ssl_ciph.d ssl_conf.d ssl_err.d ssl_err_legacy.d ssl_init.d ssl_lib.d ssl_mcnf.d ssl_rsa.d ssl_rsa_legacy.d ssl_sess.d ssl_stat.d ssl_txt.d ssl_utst.d statem.d statem_clnt.d statem_dtls.d statem_lib.d statem_srvr.d t1_enc.d t1_lib.d t1_trce.d tls13_enc.d tls_depr.d tls_pad.d tls_srp.d bio_ssl.d.tmp d1_lib.d.tmp d1_msg.d.tmp d1_srtp.d.tmp dtls1_bitmap.d.tmp extensions.d.tmp extensions_clnt.d.tmp extensions_cust.d.tmp extensions_srvr.d.tmp methods.d.tmp packet.d.tmp pqueue.d.tmp rec_layer_d1.d.tmp rec_layer_s3.d.tmp s3_cbc.d.tmp s3_enc.d.tmp s3_lib.d.tmp s3_msg.d.tmp ssl3_buffer.d.tmp ssl3_record.d.tmp ssl3_record_tls13.d.tmp ssl_asn1.d.tmp ssl_cert.d.tmp ssl_ciph.d.tmp ssl_conf.d.tmp ssl_err.d.tmp ssl_err_legacy.d.tmp ssl_init.d.tmp ssl_lib.d.tmp ssl_mcnf.d.tmp ssl_rsa.d.tmp ssl_rsa_legacy.d.tmp ssl_sess.d.tmp ssl_stat.d.tmp ssl_txt.d.tmp ssl_utst.d.tmp statem.d.tmp statem_clnt.d.tmp statem_dtls.d.tmp statem_lib.d.tmp statem_srvr.d.tmp t1_enc.d.tmp t1_lib.d.tmp t1_trce.d.tmp tls13_enc.d.tmp tls_depr.d.tmp tls_pad.d.tmp tls_srp.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xtest && rm -f llib-lxcb-xtest.ln xtest.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xtest && rm -f llib-lxcb-xtest.ln xtest.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/libssl && rm -f .depend bio_ssl.d d1_lib.d d1_msg.d d1_srtp.d dtls1_bitmap.d extensions.d extensions_clnt.d extensions_cust.d extensions_srvr.d methods.d packet.d pqueue.d rec_layer_d1.d rec_layer_s3.d s3_cbc.d s3_enc.d s3_lib.d s3_msg.d ssl3_buffer.d ssl3_record.d ssl3_record_tls13.d ssl_asn1.d ssl_cert.d ssl_ciph.d ssl_conf.d ssl_err.d ssl_err_legacy.d ssl_init.d ssl_lib.d ssl_mcnf.d ssl_rsa.d ssl_rsa_legacy.d ssl_sess.d ssl_stat.d ssl_txt.d ssl_utst.d statem.d statem_clnt.d statem_dtls.d statem_lib.d statem_srvr.d t1_enc.d t1_lib.d t1_trce.d tls13_enc.d tls_depr.d tls_pad.d tls_srp.d bio_ssl.d.tmp d1_lib.d.tmp d1_msg.d.tmp d1_srtp.d.tmp dtls1_bitmap.d.tmp extensions.d.tmp extensions_clnt.d.tmp extensions_cust.d.tmp extensions_srvr.d.tmp methods.d.tmp packet.d.tmp pqueue.d.tmp rec_layer_d1.d.tmp rec_layer_s3.d.tmp s3_cbc.d.tmp s3_enc.d.tmp s3_lib.d.tmp s3_msg.d.tmp ssl3_buffer.d.tmp ssl3_record.d.tmp ssl3_record_tls13.d.tmp ssl_asn1.d.tmp ssl_cert.d.tmp ssl_ciph.d.tmp ssl_conf.d.tmp ssl_err.d.tmp ssl_err_legacy.d.tmp ssl_init.d.tmp ssl_lib.d.tmp ssl_mcnf.d.tmp ssl_rsa.d.tmp ssl_rsa_legacy.d.tmp ssl_sess.d.tmp ssl_stat.d.tmp ssl_txt.d.tmp ssl_utst.d.tmp statem.d.tmp statem_clnt.d.tmp statem_dtls.d.tmp statem_lib.d.tmp statem_srvr.d.tmp t1_enc.d.tmp t1_lib.d.tmp t1_trce.d.tmp tls13_enc.d.tmp tls_depr.d.tmp tls_pad.d.tmp tls_srp.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- --- cleandir-liblegacy --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xtest && rm -f .depend xtest.d xtest.d.tmp tags || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssl/lib/liblegacy --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xtest && rm -f .depend xtest.d xtest.d.tmp tags || true) --- cleandir-xv --- cleandir ===> external/mit/xorg/lib/libxcb/xv --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy.a cpuid.o ctype.o des_enc.o fcrypt_b.o md5_dgst.o md5_one.o md5_sha1.o prov_running.o provider_util.o cipher_blowfish.o cipher_blowfish_hw.o cipher_cast5.o cipher_cast5_hw.o cipher_des.o cipher_des_hw.o cipher_desx.o cipher_desx_hw.o cipher_idea.o cipher_idea_hw.o cipher_rc2.o cipher_rc2_hw.o cipher_rc4.o cipher_rc4_hmac_md5.o cipher_rc4_hmac_md5_hw.o cipher_rc4_hw.o cipher_seed.o cipher_seed_hw.o cipher_tdes_common.o md4_prov.o mdc2_prov.o ripemd_prov.o wp_prov.o pbkdf1.o legacyprov.o cpuid.o.tmp ctype.o.tmp des_enc.o.tmp fcrypt_b.o.tmp md5_dgst.o.tmp md5_one.o.tmp md5_sha1.o.tmp prov_running.o.tmp provider_util.o.tmp cipher_blowfish.o.tmp cipher_blowfish_hw.o.tmp cipher_cast5.o.tmp cipher_cast5_hw.o.tmp cipher_des.o.tmp cipher_des_hw.o.tmp cipher_desx.o.tmp cipher_desx_hw.o.tmp cipher_idea.o.tmp cipher_idea_hw.o.tmp cipher_rc2.o.tmp cipher_rc2_hw.o.tmp cipher_rc4.o.tmp cipher_rc4_hmac_md5.o.tmp cipher_rc4_hmac_md5_hw.o.tmp cipher_rc4_hw.o.tmp cipher_seed.o.tmp cipher_seed_hw.o.tmp cipher_tdes_common.o.tmp md4_prov.o.tmp mdc2_prov.o.tmp ripemd_prov.o.tmp wp_prov.o.tmp pbkdf1.o.tmp legacyprov.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy.a cpuid.o ctype.o des_enc.o fcrypt_b.o md5_dgst.o md5_one.o md5_sha1.o prov_running.o provider_util.o cipher_blowfish.o cipher_blowfish_hw.o cipher_cast5.o cipher_cast5_hw.o cipher_des.o cipher_des_hw.o cipher_desx.o cipher_desx_hw.o cipher_idea.o cipher_idea_hw.o cipher_rc2.o cipher_rc2_hw.o cipher_rc4.o cipher_rc4_hmac_md5.o cipher_rc4_hmac_md5_hw.o cipher_rc4_hw.o cipher_seed.o cipher_seed_hw.o cipher_tdes_common.o md4_prov.o mdc2_prov.o ripemd_prov.o wp_prov.o pbkdf1.o legacyprov.o cpuid.o.tmp ctype.o.tmp des_enc.o.tmp fcrypt_b.o.tmp md5_dgst.o.tmp md5_one.o.tmp md5_sha1.o.tmp prov_running.o.tmp provider_util.o.tmp cipher_blowfish.o.tmp cipher_blowfish_hw.o.tmp cipher_cast5.o.tmp cipher_cast5_hw.o.tmp cipher_des.o.tmp cipher_des_hw.o.tmp cipher_desx.o.tmp cipher_desx_hw.o.tmp cipher_idea.o.tmp cipher_idea_hw.o.tmp cipher_rc2.o.tmp cipher_rc2_hw.o.tmp cipher_rc4.o.tmp cipher_rc4_hmac_md5.o.tmp cipher_rc4_hmac_md5_hw.o.tmp cipher_rc4_hw.o.tmp cipher_seed.o.tmp cipher_seed_hw.o.tmp cipher_tdes_common.o.tmp md4_prov.o.tmp mdc2_prov.o.tmp ripemd_prov.o.tmp wp_prov.o.tmp pbkdf1.o.tmp legacyprov.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xv && rm -f xcb-xv.pc xcb-xv.pc.tmp libxcb-xv.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xv && rm -f xcb-xv.pc xcb-xv.pc.tmp libxcb-xv.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_p.a || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xv && rm -f libxcb-xv.a xv.o xv.o.tmp || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xv && rm -f libxcb-xv.a xv.o xv.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_g.a || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xv && rm -f libxcb-xv_p.a xv.po xv.po.tmp || true) --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xv && rm -f libxcb-xv_p.a xv.po xv.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_pic.a liblegacy.so.* liblegacy.so cpuid.pico ctype.pico des_enc.pico fcrypt_b.pico md5_dgst.pico md5_one.pico md5_sha1.pico prov_running.pico provider_util.pico cipher_blowfish.pico cipher_blowfish_hw.pico cipher_cast5.pico cipher_cast5_hw.pico cipher_des.pico cipher_des_hw.pico cipher_desx.pico cipher_desx_hw.pico cipher_idea.pico cipher_idea_hw.pico cipher_rc2.pico cipher_rc2_hw.pico cipher_rc4.pico cipher_rc4_hmac_md5.pico cipher_rc4_hmac_md5_hw.pico cipher_rc4_hw.pico cipher_seed.pico cipher_seed_hw.pico cipher_tdes_common.pico md4_prov.pico mdc2_prov.pico ripemd_prov.pico wp_prov.pico pbkdf1.pico legacyprov.pico cpuid.pico.tmp ctype.pico.tmp des_enc.pico.tmp fcrypt_b.pico.tmp md5_dgst.pico.tmp md5_one.pico.tmp md5_sha1.pico.tmp prov_running.pico.tmp provider_util.pico.tmp cipher_blowfish.pico.tmp cipher_blowfish_hw.pico.tmp cipher_cast5.pico.tmp cipher_cast5_hw.pico.tmp cipher_des.pico.tmp cipher_des_hw.pico.tmp cipher_desx.pico.tmp cipher_desx_hw.pico.tmp cipher_idea.pico.tmp cipher_idea_hw.pico.tmp cipher_rc2.pico.tmp cipher_rc2_hw.pico.tmp cipher_rc4.pico.tmp cipher_rc4_hmac_md5.pico.tmp cipher_rc4_hmac_md5_hw.pico.tmp cipher_rc4_hw.pico.tmp cipher_seed.pico.tmp cipher_seed_hw.pico.tmp cipher_tdes_common.pico.tmp md4_prov.pico.tmp mdc2_prov.pico.tmp ripemd_prov.pico.tmp wp_prov.pico.tmp pbkdf1.pico.tmp legacyprov.pico.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy_pic.a liblegacy.so.* liblegacy.so cpuid.pico ctype.pico des_enc.pico fcrypt_b.pico md5_dgst.pico md5_one.pico md5_sha1.pico prov_running.pico provider_util.pico cipher_blowfish.pico cipher_blowfish_hw.pico cipher_cast5.pico cipher_cast5_hw.pico cipher_des.pico cipher_des_hw.pico cipher_desx.pico cipher_desx_hw.pico cipher_idea.pico cipher_idea_hw.pico cipher_rc2.pico cipher_rc2_hw.pico cipher_rc4.pico cipher_rc4_hmac_md5.pico cipher_rc4_hmac_md5_hw.pico cipher_rc4_hw.pico cipher_seed.pico cipher_seed_hw.pico cipher_tdes_common.pico md4_prov.pico mdc2_prov.pico ripemd_prov.pico wp_prov.pico pbkdf1.pico legacyprov.pico cpuid.pico.tmp ctype.pico.tmp des_enc.pico.tmp fcrypt_b.pico.tmp md5_dgst.pico.tmp md5_one.pico.tmp md5_sha1.pico.tmp prov_running.pico.tmp provider_util.pico.tmp cipher_blowfish.pico.tmp cipher_blowfish_hw.pico.tmp cipher_cast5.pico.tmp cipher_cast5_hw.pico.tmp cipher_des.pico.tmp cipher_des_hw.pico.tmp cipher_desx.pico.tmp cipher_desx_hw.pico.tmp cipher_idea.pico.tmp cipher_idea_hw.pico.tmp cipher_rc2.pico.tmp cipher_rc2_hw.pico.tmp cipher_rc4.pico.tmp cipher_rc4_hmac_md5.pico.tmp cipher_rc4_hmac_md5_hw.pico.tmp cipher_rc4_hw.pico.tmp cipher_seed.pico.tmp cipher_seed_hw.pico.tmp cipher_tdes_common.pico.tmp md4_prov.pico.tmp mdc2_prov.pico.tmp ripemd_prov.pico.tmp wp_prov.pico.tmp pbkdf1.pico.tmp legacyprov.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xv && rm -f libxcb-xv_g.a || true) --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xv && rm -f libxcb-xv_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f llib-llegacy.ln cpuid.ln ctype.ln des_enc.ln fcrypt_b.ln md5_dgst.ln md5_one.ln md5_sha1.ln prov_running.ln provider_util.ln cipher_blowfish.ln cipher_blowfish_hw.ln cipher_cast5.ln cipher_cast5_hw.ln cipher_des.ln cipher_des_hw.ln cipher_desx.ln cipher_desx_hw.ln cipher_idea.ln cipher_idea_hw.ln cipher_rc2.ln cipher_rc2_hw.ln cipher_rc4.ln cipher_rc4_hmac_md5.ln cipher_rc4_hmac_md5_hw.ln cipher_rc4_hw.ln cipher_seed.ln cipher_seed_hw.ln cipher_tdes_common.ln md4_prov.ln mdc2_prov.ln ripemd_prov.ln wp_prov.ln pbkdf1.ln legacyprov.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f llib-llegacy.ln cpuid.ln ctype.ln des_enc.ln fcrypt_b.ln md5_dgst.ln md5_one.ln md5_sha1.ln prov_running.ln provider_util.ln cipher_blowfish.ln cipher_blowfish_hw.ln cipher_cast5.ln cipher_cast5_hw.ln cipher_des.ln cipher_des_hw.ln cipher_desx.ln cipher_desx_hw.ln cipher_idea.ln cipher_idea_hw.ln cipher_rc2.ln cipher_rc2_hw.ln cipher_rc4.ln cipher_rc4_hmac_md5.ln cipher_rc4_hmac_md5_hw.ln cipher_rc4_hw.ln cipher_seed.ln cipher_seed_hw.ln cipher_tdes_common.ln md4_prov.ln mdc2_prov.ln ripemd_prov.ln wp_prov.ln pbkdf1.ln legacyprov.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xv && rm -f libxcb-xv_pic.a libxcb-xv.so.* libxcb-xv.so xv.pico xv.pico.tmp || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xv && rm -f libxcb-xv_pic.a libxcb-xv.so.* libxcb-xv.so xv.pico xv.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f liblegacy.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xv && rm -f llib-lxcb-xv.ln xv.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xv && rm -f llib-lxcb-xv.ln xv.ln || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/liblegacy && rm -f .depend cipher_blowfish.d cipher_blowfish_hw.d cipher_cast5.d cipher_cast5_hw.d cipher_des.d cipher_des_hw.d cipher_desx.d cipher_desx_hw.d cipher_idea.d cipher_idea_hw.d cipher_rc2.d cipher_rc2_hw.d cipher_rc4.d cipher_rc4_hmac_md5.d cipher_rc4_hmac_md5_hw.d cipher_rc4_hw.d cipher_seed.d cipher_seed_hw.d cipher_tdes_common.d cpuid.d ctype.d des_enc.d fcrypt_b.d legacyprov.d md4_prov.d md5_dgst.d md5_one.d md5_sha1.d mdc2_prov.d pbkdf1.d prov_running.d provider_util.d ripemd_prov.d wp_prov.d cipher_blowfish.d.tmp cipher_blowfish_hw.d.tmp cipher_cast5.d.tmp cipher_cast5_hw.d.tmp cipher_des.d.tmp cipher_des_hw.d.tmp cipher_desx.d.tmp cipher_desx_hw.d.tmp cipher_idea.d.tmp cipher_idea_hw.d.tmp cipher_rc2.d.tmp cipher_rc2_hw.d.tmp cipher_rc4.d.tmp cipher_rc4_hmac_md5.d.tmp cipher_rc4_hmac_md5_hw.d.tmp cipher_rc4_hw.d.tmp cipher_seed.d.tmp cipher_seed_hw.d.tmp cipher_tdes_common.d.tmp cpuid.d.tmp ctype.d.tmp des_enc.d.tmp fcrypt_b.d.tmp legacyprov.d.tmp md4_prov.d.tmp md5_dgst.d.tmp md5_one.d.tmp md5_sha1.d.tmp mdc2_prov.d.tmp pbkdf1.d.tmp prov_running.d.tmp provider_util.d.tmp ripemd_prov.d.tmp wp_prov.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xv && rm -f .depend xv.d xv.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/liblegacy && rm -f .depend cipher_blowfish.d cipher_blowfish_hw.d cipher_cast5.d cipher_cast5_hw.d cipher_des.d cipher_des_hw.d cipher_desx.d cipher_desx_hw.d cipher_idea.d cipher_idea_hw.d cipher_rc2.d cipher_rc2_hw.d cipher_rc4.d cipher_rc4_hmac_md5.d cipher_rc4_hmac_md5_hw.d cipher_rc4_hw.d cipher_seed.d cipher_seed_hw.d cipher_tdes_common.d cpuid.d ctype.d des_enc.d fcrypt_b.d legacyprov.d md4_prov.d md5_dgst.d md5_one.d md5_sha1.d mdc2_prov.d pbkdf1.d prov_running.d provider_util.d ripemd_prov.d wp_prov.d cipher_blowfish.d.tmp cipher_blowfish_hw.d.tmp cipher_cast5.d.tmp cipher_cast5_hw.d.tmp cipher_des.d.tmp cipher_des_hw.d.tmp cipher_desx.d.tmp cipher_desx_hw.d.tmp cipher_idea.d.tmp cipher_idea_hw.d.tmp cipher_rc2.d.tmp cipher_rc2_hw.d.tmp cipher_rc4.d.tmp cipher_rc4_hmac_md5.d.tmp cipher_rc4_hmac_md5_hw.d.tmp cipher_rc4_hw.d.tmp cipher_seed.d.tmp cipher_seed_hw.d.tmp cipher_tdes_common.d.tmp cpuid.d.tmp ctype.d.tmp des_enc.d.tmp fcrypt_b.d.tmp legacyprov.d.tmp md4_prov.d.tmp md5_dgst.d.tmp md5_one.d.tmp md5_sha1.d.tmp mdc2_prov.d.tmp pbkdf1.d.tmp prov_running.d.tmp provider_util.d.tmp ripemd_prov.d.tmp wp_prov.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xv && rm -f .depend xv.d xv.d.tmp tags || true) --- cleandir-crypto/external --- --- cleandir-engines --- --- cleandir-external --- --- cleandir-xvmc --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssl/lib/engines --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxcb/xvmc --- cleandir-crypto/external --- --- cleandir-dasync --- cleandir ===> crypto/external/bsd/openssl/lib/engines/dasync --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync.a e_dasync.o e_dasync.o.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xvmc && rm -f xcb-xvmc.pc xcb-xvmc.pc.tmp libxcb-xvmc.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync.a e_dasync.o e_dasync.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xvmc && rm -f xcb-xvmc.pc xcb-xvmc.pc.tmp libxcb-xvmc.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_p.a || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xvmc && rm -f libxcb-xvmc.a xvmc.o xvmc.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xvmc && rm -f libxcb-xvmc.a xvmc.o xvmc.o.tmp || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_g.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xvmc && rm -f libxcb-xvmc_p.a xvmc.po xvmc.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xvmc && rm -f libxcb-xvmc_p.a xvmc.po xvmc.po.tmp || true) --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_pic.a libdasync.so.* libdasync.so e_dasync.pico e_dasync.pico.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync_pic.a libdasync.so.* libdasync.so e_dasync.pico e_dasync.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xvmc && rm -f libxcb-xvmc_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xvmc && rm -f libxcb-xvmc_g.a || true) --- cleandir-crypto/external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f llib-ldasync.ln e_dasync.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f llib-ldasync.ln e_dasync.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xvmc && rm -f libxcb-xvmc_pic.a libxcb-xvmc.so.* libxcb-xvmc.so xvmc.pico xvmc.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xvmc && rm -f libxcb-xvmc_pic.a libxcb-xvmc.so.* libxcb-xvmc.so xvmc.pico xvmc.pico.tmp || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xvmc && rm -f llib-lxcb-xvmc.ln xvmc.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f libdasync.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xvmc && rm -f llib-lxcb-xvmc.ln xvmc.ln || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/dasync && rm -f .depend e_dasync.d e_dasync.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxcb/xvmc && rm -f .depend xvmc.d xvmc.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/dasync && rm -f .depend e_dasync.d e_dasync.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxcb/xvmc && rm -f .depend xvmc.d xvmc.d.tmp tags || true) --- cleandir-crypto/external --- --- cleandir-devcrypto --- cleandir ===> crypto/external/bsd/openssl/lib/engines/devcrypto --- cleandir-external --- --- cleandir-libX11 --- cleandir ===> external/mit/xorg/lib/libX11 --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto.a e_devcrypto.o e_devcrypto.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto.a e_devcrypto.o e_devcrypto.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_p.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11 && rm -f XlibConf.h x11.pc x11.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11 && rm -f XlibConf.h x11.pc x11.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11 && rm -f AllPlanes.3 BlackPixelOfScreen.3 DisplayOfCCC.3 ImageByteOrder.3 IsCursorKey.3 XAddConnectionWatch.3 XAddHost.3 XAllocClassHint.3 XAllocColor.3 XAllocIconSize.3 XAllocSizeHints.3 XAllocStandardColormap.3 XAllocWMHints.3 XAllowEvents.3 XAnyEvent.3 XButtonEvent.3 XChangeKeyboardControl.3 XChangeKeyboardMapping.3 XChangePointerControl.3 XChangeSaveSet.3 XChangeWindowAttributes.3 XCirculateEvent.3 XCirculateRequestEvent.3 XClearArea.3 XClientMessageEvent.3 XColormapEvent.3 XConfigureEvent.3 XConfigureRequestEvent.3 XConfigureWindow.3 XCopyArea.3 XCreateColormap.3 XCreateFontCursor.3 XCreateFontSet.3 XCreateGC.3 XCreateIC.3 XCreateOC.3 XCreatePixmap.3 XCreateRegion.3 XCreateWindow.3 XCreateWindowEvent.3 XCrossingEvent.3 XDefineCursor.3 XDestroyWindow.3 XDestroyWindowEvent.3 XDrawArc.3 XDrawImageString.3 XDrawLine.3 XDrawPoint.3 XDrawRectangle.3 XDrawString.3 XDrawText.3 XEmptyRegion.3 XErrorEvent.3 XExposeEvent.3 XExtentsOfFontSet.3 XFillRectangle.3 XFilterEvent.3 XFlush.3 XFocusChangeEvent.3 XFontSetExtents.3 XFontsOfFontSet.3 XFree.3 XGetVisualInfo.3 XGetWindowAttributes.3 XGetWindowProperty.3 XGetXCBConnection.3 XGrabButton.3 XGrabKey.3 XGrabKeyboard.3 XGrabPointer.3 XGrabServer.3 XGraphicsExposeEvent.3 XGravityEvent.3 XIconifyWindow.3 XIfEvent.3 XInitImage.3 XInitThreads.3 XInstallColormap.3 XInternAtom.3 XIntersectRegion.3 XKeymapEvent.3 XListFonts.3 XLoadFont.3 XLookupKeysym.3 XMapEvent.3 XMapRequestEvent.3 XMapWindow.3 XNextEvent.3 XNoOp.3 XOpenDisplay.3 XOpenIM.3 XOpenOM.3 XParseGeometry.3 XPolygonRegion.3 XPropertyEvent.3 XPutBackEvent.3 XPutImage.3 XQueryBestSize.3 XQueryColor.3 XQueryExtension.3 XQueryPointer.3 XQueryTree.3 XRaiseWindow.3 XReadBitmapFile.3 XRecolorCursor.3 XReparentEvent.3 XReparentWindow.3 XResizeRequestEvent.3 XResourceManagerString.3 XSaveContext.3 XSelectInput.3 XSelectionClearEvent.3 XSelectionEvent.3 XSelectionRequestEvent.3 XSendEvent.3 XSetArcMode.3 XSetClipOrigin.3 XSetCloseDownMode.3 XSetCommand.3 XSetErrorHandler.3 XSetEventQueueOwner.3 XSetFillStyle.3 XSetFont.3 XSetFontPath.3 XSetICFocus.3 XSetICValues.3 XSetInputFocus.3 XSetLineAttributes.3 XSetPointerMapping.3 XSetScreenSaver.3 XSetSelectionOwner.3 XSetState.3 XSetTextProperty.3 XSetTile.3 XSetTransientForHint.3 XSetWMClientMachine.3 XSetWMColormapWindows.3 XSetWMIconName.3 XSetWMName.3 XSetWMProperties.3 XSetWMProtocols.3 XStoreBytes.3 XStoreColors.3 XStringListToTextProperty.3 XStringToKeysym.3 XSupportsLocale.3 XSynchronize.3 XTextExtents.3 XTextWidth.3 XTranslateCoordinates.3 XUnmapEvent.3 XUnmapWindow.3 XVaCreateNestedList.3 XVisibilityEvent.3 XWarpPointer.3 XcmsAllocColor.3 XcmsCCCOfColormap.3 XcmsCIELabQueryMaxC.3 XcmsCIELuvQueryMaxC.3 XcmsColor.3 XcmsConvertColors.3 XcmsCreateCCC.3 XcmsDefaultCCC.3 XcmsQueryBlack.3 XcmsQueryColor.3 XcmsSetWhitePoint.3 XcmsStoreColor.3 XcmsTekHVCQueryMaxC.3 XmbDrawImageString.3 XmbDrawString.3 XmbDrawText.3 XmbLookupString.3 XmbResetIC.3 XmbTextEscapement.3 XmbTextExtents.3 XmbTextListToTextProperty.3 XmbTextPerCharExtents.3 XrmEnumerateDatabase.3 XrmGetFileDatabase.3 XrmGetResource.3 XrmInitialize.3 XrmMergeDatabases.3 XrmPutResource.3 XrmUniqueQuark.3 Compose.5 AllPlanes.html3 BlackPixelOfScreen.html3 DisplayOfCCC.html3 ImageByteOrder.html3 IsCursorKey.html3 XAddConnectionWatch.html3 XAddHost.html3 XAllocClassHint.html3 XAllocColor.html3 XAllocIconSize.html3 XAllocSizeHints.html3 XAllocStandardColormap.html3 XAllocWMHints.html3 XAllowEvents.html3 XAnyEvent.html3 XButtonEvent.html3 XChangeKeyboardControl.html3 XChangeKeyboardMapping.html3 XChangePointerControl.html3 XChangeSaveSet.html3 XChangeWindowAttributes.html3 XCirculateEvent.html3 XCirculateRequestEvent.html3 XClearArea.html3 XClientMessageEvent.html3 XColormapEvent.html3 XConfigureEvent.html3 XConfigureRequestEvent.html3 XConfigureWindow.html3 XCopyArea.html3 XCreateColormap.html3 XCreateFontCursor.html3 XCreateFontSet.html3 XCreateGC.html3 XCreateIC.html3 XCreateOC.html3 XCreatePixmap.html3 XCreateRegion.html3 XCreateWindow.html3 XCreateWindowEvent.html3 XCrossingEvent.html3 XDefineCursor.html3 XDestroyWindow.html3 XDestroyWindowEvent.html3 XDrawArc.html3 XDrawImageString.html3 XDrawLine.html3 XDrawPoint.html3 XDrawRectangle.html3 XDrawString.html3 XDrawText.html3 XEmptyRegion.html3 XErrorEvent.html3 XExposeEvent.html3 XExtentsOfFontSet.html3 XFillRectangle.html3 XFilterEvent.html3 XFlush.html3 XFocusChangeEvent.html3 XFontSetExtents.html3 XFontsOfFontSet.html3 XFree.html3 XGetVisualInfo.html3 XGetWindowAttributes.html3 XGetWindowProperty.html3 XGetXCBConnection.html3 XGrabButton.html3 XGrabKey.html3 XGrabKeyboard.html3 XGrabPointer.html3 XGrabServer.html3 XGraphicsExposeEvent.html3 XGravityEvent.html3 XIconifyWindow.html3 XIfEvent.html3 XInitImage.html3 XInitThreads.html3 XInstallColormap.html3 XInternAtom.html3 XIntersectRegion.html3 XKeymapEvent.html3 XListFonts.html3 XLoadFont.html3 XLookupKeysym.html3 XMapEvent.html3 XMapRequestEvent.html3 XMapWindow.html3 XNextEvent.html3 XNoOp.html3 XOpenDisplay.html3 XOpenIM.html3 XOpenOM.html3 XParseGeometry.html3 XPolygonRegion.html3 XPropertyEvent.html3 XPutBackEvent.html3 XPutImage.html3 XQueryBestSize.html3 XQueryColor.html3 XQueryExtension.html3 XQueryPointer.html3 XQueryTree.html3 XRaiseWindow.html3 XReadBitmapFile.html3 XRecolorCursor.html3 XReparentEvent.html3 XReparentWindow.html3 XResizeRequestEvent.html3 XResourceManagerString.html3 XSaveContext.html3 XSelectInput.html3 XSelectionClearEvent.html3 XSelectionEvent.html3 XSelectionRequestEvent.html3 XSendEvent.html3 XSetArcMode.html3 XSetClipOrigin.html3 XSetCloseDownMode.html3 XSetCommand.html3 XSetErrorHandler.html3 XSetEventQueueOwner.html3 XSetFillStyle.html3 XSetFont.html3 XSetFontPath.html3 XSetICFocus.html3 XSetICValues.html3 XSetInputFocus.html3 XSetLineAttributes.html3 XSetPointerMapping.html3 XSetScreenSaver.html3 XSetSelectionOwner.html3 XSetState.html3 XSetTextProperty.html3 XSetTile.html3 XSetTransientForHint.html3 XSetWMClientMachine.html3 XSetWMColormapWindows.html3 XSetWMIconName.html3 XSetWMName.html3 XSetWMProperties.html3 XSetWMProtocols.html3 XStoreBytes.html3 XStoreColors.html3 XStringListToTextProperty.html3 XStringToKeysym.html3 XSupportsLocale.html3 XSynchronize.html3 XTextExtents.html3 XTextWidth.html3 XTranslateCoordinates.html3 XUnmapEvent.html3 XUnmapWindow.html3 XVaCreateNestedList.html3 XVisibilityEvent.html3 XWarpPointer.html3 XcmsAllocColor.html3 XcmsCCCOfColormap.html3 XcmsCIELabQueryMaxC.html3 XcmsCIELuvQueryMaxC.html3 XcmsColor.html3 XcmsConvertColors.html3 XcmsCreateCCC.html3 XcmsDefaultCCC.html3 XcmsQueryBlack.html3 XcmsQueryColor.html3 XcmsSetWhitePoint.html3 XcmsStoreColor.html3 XcmsTekHVCQueryMaxC.html3 XmbDrawImageString.html3 XmbDrawString.html3 XmbDrawText.html3 XmbLookupString.html3 XmbResetIC.html3 XmbTextEscapement.html3 XmbTextExtents.html3 XmbTextListToTextProperty.html3 XmbTextPerCharExtents.html3 XrmEnumerateDatabase.html3 XrmGetFileDatabase.html3 XrmGetResource.html3 XrmInitialize.html3 XrmMergeDatabases.html3 XrmPutResource.html3 XrmUniqueQuark.html3 Compose.html5 || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_pic.a libdevcrypto.so.* libdevcrypto.so e_devcrypto.pico e_devcrypto.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto_pic.a libdevcrypto.so.* libdevcrypto.so e_devcrypto.pico e_devcrypto.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11 && rm -f AllPlanes.3 BlackPixelOfScreen.3 DisplayOfCCC.3 ImageByteOrder.3 IsCursorKey.3 XAddConnectionWatch.3 XAddHost.3 XAllocClassHint.3 XAllocColor.3 XAllocIconSize.3 XAllocSizeHints.3 XAllocStandardColormap.3 XAllocWMHints.3 XAllowEvents.3 XAnyEvent.3 XButtonEvent.3 XChangeKeyboardControl.3 XChangeKeyboardMapping.3 XChangePointerControl.3 XChangeSaveSet.3 XChangeWindowAttributes.3 XCirculateEvent.3 XCirculateRequestEvent.3 XClearArea.3 XClientMessageEvent.3 XColormapEvent.3 XConfigureEvent.3 XConfigureRequestEvent.3 XConfigureWindow.3 XCopyArea.3 XCreateColormap.3 XCreateFontCursor.3 XCreateFontSet.3 XCreateGC.3 XCreateIC.3 XCreateOC.3 XCreatePixmap.3 XCreateRegion.3 XCreateWindow.3 XCreateWindowEvent.3 XCrossingEvent.3 XDefineCursor.3 XDestroyWindow.3 XDestroyWindowEvent.3 XDrawArc.3 XDrawImageString.3 XDrawLine.3 XDrawPoint.3 XDrawRectangle.3 XDrawString.3 XDrawText.3 XEmptyRegion.3 XErrorEvent.3 XExposeEvent.3 XExtentsOfFontSet.3 XFillRectangle.3 XFilterEvent.3 XFlush.3 XFocusChangeEvent.3 XFontSetExtents.3 XFontsOfFontSet.3 XFree.3 XGetVisualInfo.3 XGetWindowAttributes.3 XGetWindowProperty.3 XGetXCBConnection.3 XGrabButton.3 XGrabKey.3 XGrabKeyboard.3 XGrabPointer.3 XGrabServer.3 XGraphicsExposeEvent.3 XGravityEvent.3 XIconifyWindow.3 XIfEvent.3 XInitImage.3 XInitThreads.3 XInstallColormap.3 XInternAtom.3 XIntersectRegion.3 XKeymapEvent.3 XListFonts.3 XLoadFont.3 XLookupKeysym.3 XMapEvent.3 XMapRequestEvent.3 XMapWindow.3 XNextEvent.3 XNoOp.3 XOpenDisplay.3 XOpenIM.3 XOpenOM.3 XParseGeometry.3 XPolygonRegion.3 XPropertyEvent.3 XPutBackEvent.3 XPutImage.3 XQueryBestSize.3 XQueryColor.3 XQueryExtension.3 XQueryPointer.3 XQueryTree.3 XRaiseWindow.3 XReadBitmapFile.3 XRecolorCursor.3 XReparentEvent.3 XReparentWindow.3 XResizeRequestEvent.3 XResourceManagerString.3 XSaveContext.3 XSelectInput.3 XSelectionClearEvent.3 XSelectionEvent.3 XSelectionRequestEvent.3 XSendEvent.3 XSetArcMode.3 XSetClipOrigin.3 XSetCloseDownMode.3 XSetCommand.3 XSetErrorHandler.3 XSetEventQueueOwner.3 XSetFillStyle.3 XSetFont.3 XSetFontPath.3 XSetICFocus.3 XSetICValues.3 XSetInputFocus.3 XSetLineAttributes.3 XSetPointerMapping.3 XSetScreenSaver.3 XSetSelectionOwner.3 XSetState.3 XSetTextProperty.3 XSetTile.3 XSetTransientForHint.3 XSetWMClientMachine.3 XSetWMColormapWindows.3 XSetWMIconName.3 XSetWMName.3 XSetWMProperties.3 XSetWMProtocols.3 XStoreBytes.3 XStoreColors.3 XStringListToTextProperty.3 XStringToKeysym.3 XSupportsLocale.3 XSynchronize.3 XTextExtents.3 XTextWidth.3 XTranslateCoordinates.3 XUnmapEvent.3 XUnmapWindow.3 XVaCreateNestedList.3 XVisibilityEvent.3 XWarpPointer.3 XcmsAllocColor.3 XcmsCCCOfColormap.3 XcmsCIELabQueryMaxC.3 XcmsCIELuvQueryMaxC.3 XcmsColor.3 XcmsConvertColors.3 XcmsCreateCCC.3 XcmsDefaultCCC.3 XcmsQueryBlack.3 XcmsQueryColor.3 XcmsSetWhitePoint.3 XcmsStoreColor.3 XcmsTekHVCQueryMaxC.3 XmbDrawImageString.3 XmbDrawString.3 XmbDrawText.3 XmbLookupString.3 XmbResetIC.3 XmbTextEscapement.3 XmbTextExtents.3 XmbTextListToTextProperty.3 XmbTextPerCharExtents.3 XrmEnumerateDatabase.3 XrmGetFileDatabase.3 XrmGetResource.3 XrmInitialize.3 XrmMergeDatabases.3 XrmPutResource.3 XrmUniqueQuark.3 Compose.5 AllPlanes.html3 BlackPixelOfScreen.html3 DisplayOfCCC.html3 ImageByteOrder.html3 IsCursorKey.html3 XAddConnectionWatch.html3 XAddHost.html3 XAllocClassHint.html3 XAllocColor.html3 XAllocIconSize.html3 XAllocSizeHints.html3 XAllocStandardColormap.html3 XAllocWMHints.html3 XAllowEvents.html3 XAnyEvent.html3 XButtonEvent.html3 XChangeKeyboardControl.html3 XChangeKeyboardMapping.html3 XChangePointerControl.html3 XChangeSaveSet.html3 XChangeWindowAttributes.html3 XCirculateEvent.html3 XCirculateRequestEvent.html3 XClearArea.html3 XClientMessageEvent.html3 XColormapEvent.html3 XConfigureEvent.html3 XConfigureRequestEvent.html3 XConfigureWindow.html3 XCopyArea.html3 XCreateColormap.html3 XCreateFontCursor.html3 XCreateFontSet.html3 XCreateGC.html3 XCreateIC.html3 XCreateOC.html3 XCreatePixmap.html3 XCreateRegion.html3 XCreateWindow.html3 XCreateWindowEvent.html3 XCrossingEvent.html3 XDefineCursor.html3 XDestroyWindow.html3 XDestroyWindowEvent.html3 XDrawArc.html3 XDrawImageString.html3 XDrawLine.html3 XDrawPoint.html3 XDrawRectangle.html3 XDrawString.html3 XDrawText.html3 XEmptyRegion.html3 XErrorEvent.html3 XExposeEvent.html3 XExtentsOfFontSet.html3 XFillRectangle.html3 XFilterEvent.html3 XFlush.html3 XFocusChangeEvent.html3 XFontSetExtents.html3 XFontsOfFontSet.html3 XFree.html3 XGetVisualInfo.html3 XGetWindowAttributes.html3 XGetWindowProperty.html3 XGetXCBConnection.html3 XGrabButton.html3 XGrabKey.html3 XGrabKeyboard.html3 XGrabPointer.html3 XGrabServer.html3 XGraphicsExposeEvent.html3 XGravityEvent.html3 XIconifyWindow.html3 XIfEvent.html3 XInitImage.html3 XInitThreads.html3 XInstallColormap.html3 XInternAtom.html3 XIntersectRegion.html3 XKeymapEvent.html3 XListFonts.html3 XLoadFont.html3 XLookupKeysym.html3 XMapEvent.html3 XMapRequestEvent.html3 XMapWindow.html3 XNextEvent.html3 XNoOp.html3 XOpenDisplay.html3 XOpenIM.html3 XOpenOM.html3 XParseGeometry.html3 XPolygonRegion.html3 XPropertyEvent.html3 XPutBackEvent.html3 XPutImage.html3 XQueryBestSize.html3 XQueryColor.html3 XQueryExtension.html3 XQueryPointer.html3 XQueryTree.html3 XRaiseWindow.html3 XReadBitmapFile.html3 XRecolorCursor.html3 XReparentEvent.html3 XReparentWindow.html3 XResizeRequestEvent.html3 XResourceManagerString.html3 XSaveContext.html3 XSelectInput.html3 XSelectionClearEvent.html3 XSelectionEvent.html3 XSelectionRequestEvent.html3 XSendEvent.html3 XSetArcMode.html3 XSetClipOrigin.html3 XSetCloseDownMode.html3 XSetCommand.html3 XSetErrorHandler.html3 XSetEventQueueOwner.html3 XSetFillStyle.html3 XSetFont.html3 XSetFontPath.html3 XSetICFocus.html3 XSetICValues.html3 XSetInputFocus.html3 XSetLineAttributes.html3 XSetPointerMapping.html3 XSetScreenSaver.html3 XSetSelectionOwner.html3 XSetState.html3 XSetTextProperty.html3 XSetTile.html3 XSetTransientForHint.html3 XSetWMClientMachine.html3 XSetWMColormapWindows.html3 XSetWMIconName.html3 XSetWMName.html3 XSetWMProperties.html3 XSetWMProtocols.html3 XStoreBytes.html3 XStoreColors.html3 XStringListToTextProperty.html3 XStringToKeysym.html3 XSupportsLocale.html3 XSynchronize.html3 XTextExtents.html3 XTextWidth.html3 XTranslateCoordinates.html3 XUnmapEvent.html3 XUnmapWindow.html3 XVaCreateNestedList.html3 XVisibilityEvent.html3 XWarpPointer.html3 XcmsAllocColor.html3 XcmsCCCOfColormap.html3 XcmsCIELabQueryMaxC.html3 XcmsCIELuvQueryMaxC.html3 XcmsColor.html3 XcmsConvertColors.html3 XcmsCreateCCC.html3 XcmsDefaultCCC.html3 XcmsQueryBlack.html3 XcmsQueryColor.html3 XcmsSetWhitePoint.html3 XcmsStoreColor.html3 XcmsTekHVCQueryMaxC.html3 XmbDrawImageString.html3 XmbDrawString.html3 XmbDrawText.html3 XmbLookupString.html3 XmbResetIC.html3 XmbTextEscapement.html3 XmbTextExtents.html3 XmbTextListToTextProperty.html3 XmbTextPerCharExtents.html3 XrmEnumerateDatabase.html3 XrmGetFileDatabase.html3 XrmGetResource.html3 XrmInitialize.html3 XrmMergeDatabases.html3 XrmPutResource.html3 XrmUniqueQuark.html3 Compose.html5 || true) --- cleandir-crypto/external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f llib-ldevcrypto.ln e_devcrypto.ln || true) --- cleandir-external --- --- cleandir-dynamic --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f llib-ldevcrypto.ln e_devcrypto.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libX11/dynamic --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f libdevcrypto.so.0.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f .depend e_devcrypto.d e_devcrypto.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/devcrypto && rm -f .depend e_devcrypto.d e_devcrypto.d.tmp tags || true) --- cleandir-loader_attic --- cleandir ===> crypto/external/bsd/openssl/lib/engines/loader_attic --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/dynamic && rm -f ks_tables.h libX11.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/dynamic && rm -f ks_tables.h libX11.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic.a e_loader_attic.o e_loader_attic.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic.a e_loader_attic.o e_loader_attic.o.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/dynamic && rm -f libX11.a AllCells.o AllowEv.o AllPlanes.o AutoRep.o Backgnd.o BdrWidth.o Bell.o Border.o ChAccCon.o ChActPGb.o ChClMode.o ChCmap.o ChGC.o ChKeyCon.o ChkIfEv.o ChkMaskEv.o ChkTypEv.o ChkTypWEv.o ChkWinEv.o ChPntCon.o ChProp.o ChSaveSet.o ChWAttrs.o ChWindow.o CirWin.o CirWinDn.o CirWinUp.o ClDisplay.o ClearArea.o Clear.o ConfWind.o Context.o ConvSel.o CopyArea.o CopyCmap.o CopyGC.o CopyPlane.o CrBFData.o CrCmap.o CrCursor.o CrGC.o CrGlCur.o CrPFBData.o CrPixmap.o CrWindow.o Cursor.o DefCursor.o DelProp.o Depths.o DestSubs.o DestWind.o DisName.o DrArc.o DrArcs.o DrLine.o DrLines.o DrPoint.o DrPoints.o DrRect.o DrRects.o DrSegs.o ErrDes.o ErrHndlr.o evtomask.o EvToWire.o FetchName.o FillArc.o FillArcs.o FillPoly.o FillRct.o FillRcts.o FilterEv.o Flush.o Font.o FontInfo.o FontNames.o FreeCmap.o FreeCols.o FreeCurs.o FreeEData.o FreeEventData.o FreeGC.o FreePix.o FSSaver.o FSWrap.o GCMisc.o Geom.o GetAtomNm.o GetColor.o GetDflt.o GetEventData.o GetFPath.o GetFProp.o GetGCVals.o GetGeom.o GetHColor.o GetHints.o GetIFocus.o GetImage.o GetKCnt.o GetMoEv.o GetNrmHint.o GetPCnt.o GetPntMap.o GetProp.o GetRGBCMap.o GetSOwner.o GetSSaver.o GetStCmap.o GetTxtProp.o GetWAttrs.o GetWMCMapW.o GetWMProto.o globals.o GrButton.o GrKeybd.o GrKey.o GrPointer.o GrServer.o Host.o Iconify.o IfEvent.o imConv.o ImText16.o ImText.o ImUtil.o InitExt.o InsCmap.o IntAtom.o KeyBind.o KeysymStr.o KillCl.o LiHosts.o LiICmaps.o LiProps.o ListExt.o LoadFont.o LockDis.o locking.o LookupCol.o LowerWin.o Macros.o MapRaised.o MapSubs.o MapWindow.o MaskEvent.o Misc.o ModMap.o MoveWin.o NextEvent.o OCWrap.o OMWrap.o OpenDis.o ParseCmd.o ParseCol.o ParseGeom.o PeekEvent.o PeekIfEv.o Pending.o PixFormats.o PmapBgnd.o PmapBord.o PolyReg.o PolyTxt16.o PolyTxt.o PropAlloc.o PutBEvent.o PutImage.o Quarks.o QuBest.o QuColor.o QuColors.o QuCurShp.o QuExt.o QuKeybd.o QuPntr.o QuStipShp.o QuTextE16.o QuTextExt.o QuTileShp.o QuTree.o RaiseWin.o RdBitF.o RecolorC.o ReconfWin.o ReconfWM.o Region.o RegstFlt.o RepWindow.o RestackWs.o RotProp.o ScrResStr.o SelInput.o SendEvent.o SetBack.o SetClMask.o SetClOrig.o SetCRects.o SetDashes.o SetFont.o SetFore.o SetFPath.o SetFunc.o SetHints.o SetIFocus.o SetLocale.o SetLStyle.o SetNrmHint.o SetPMask.o SetPntMap.o SetRGBCMap.o SetSOwner.o SetSSaver.o SetState.o SetStCmap.o SetStip.o SetTile.o SetTSOrig.o SetTxtProp.o SetWMCMapW.o SetWMProto.o StBytes.o StColor.o StColors.o StName.o StNColor.o StrKeysym.o StrToText.o Sync.o Synchro.o Text16.o Text.o TextExt16.o TextExt.o TextToStr.o TrCoords.o UndefCurs.o UngrabBut.o UngrabKbd.o UngrabKey.o UngrabPtr.o UngrabSvr.o UninsCmap.o UnldFont.o UnmapSubs.o UnmapWin.o VisUtil.o WarpPtr.o Window.o WinEvent.o Withdraw.o WMGeom.o WMProps.o WrBitF.o XlibAsync.o XlibInt.o Xrm.o AddDIC.o AddSF.o CCC.o CvColW.o CvCols.o HVC.o HVCGcC.o HVCGcV.o HVCGcVC.o HVCMnV.o HVCMxC.o HVCMxV.o HVCMxVC.o HVCMxVs.o HVCWpAj.o IdOfPr.o LRGB.o Lab.o LabGcC.o LabGcL.o LabGcLC.o LabMnL.o LabMxC.o LabMxL.o LabMxLC.o LabWpAj.o Luv.o LuvGcC.o LuvGcL.o LuvGcLC.o LuvMnL.o LuvMxC.o LuvMxL.o LuvMxLC.o LuvWpAj.o OfCCC.o PrOfId.o QBlack.o QBlue.o QGreen.o QRed.o QWhite.o QuCol.o QuCols.o SetCCC.o SetGetCols.o StCol.o StCols.o UNDEFINED.o XRGB.o XYZ.o cmsAllCol.o cmsAllNCol.o cmsCmap.o cmsColNm.o cmsGlobls.o cmsInt.o cmsLkCol.o cmsMath.o cmsProp.o cmsTrig.o uvY.o xyY.o XKB.o XKBBind.o XKBCompat.o XKBCtrls.o XKBCvt.o XKBGetMap.o XKBGetByName.o XKBNames.o XKBRdBuf.o XKBSetMap.o XKBUse.o XKBleds.o XKBBell.o XKBGeom.o XKBSetGeom.o XKBExtDev.o XKBList.o XKBMisc.o XKBMAlloc.o XKBGAlloc.o XKBAlloc.o XDefaultIMIF.o XDefaultOMIF.o xim_trans.o ICWrap.o IMWrap.o imKStoUCS.o lcCT.o lcCharSet.o lcConv.o lcDB.o lcDynamic.o lcFile.o lcGeneric.o lcInit.o lcPrTxt.o lcPubWrap.o lcPublic.o lcRM.o lcStd.o lcTxtPr.o lcUTF8.o lcUtil.o lcWrap.o mbWMProps.o mbWrap.o utf8WMProps.o utf8Wrap.o wcWrap.o xcb_disp.o xcb_io.o imCallbk.o imDefFlt.o imDefIc.o imDefIm.o imDefLkup.o imDispch.o imEvToWire.o imExten.o imImSw.o imInsClbk.o imInt.o imLcFlt.o imLcGIc.o imLcIc.o imLcIm.o imLcLkup.o imLcPrs.o imLcSIc.o imRmAttr.o imRm.o imThaiFlt.o imThaiIc.o imThaiIm.o imTrans.o imTransR.o imTrX.o lcDefConv.o lcUTF8Load.o lcGenConv.o omDefault.o omGeneric.o omImText.o omText.o omTextEsc.o omTextExt.o omTextPer.o omXChar.o AllCells.o.tmp AllowEv.o.tmp AllPlanes.o.tmp AutoRep.o.tmp Backgnd.o.tmp BdrWidth.o.tmp Bell.o.tmp Border.o.tmp ChAccCon.o.tmp ChActPGb.o.tmp ChClMode.o.tmp ChCmap.o.tmp ChGC.o.tmp ChKeyCon.o.tmp ChkIfEv.o.tmp ChkMaskEv.o.tmp ChkTypEv.o.tmp ChkTypWEv.o.tmp ChkWinEv.o.tmp ChPntCon.o.tmp ChProp.o.tmp ChSaveSet.o.tmp ChWAttrs.o.tmp ChWindow.o.tmp CirWin.o.tmp CirWinDn.o.tmp CirWinUp.o.tmp ClDisplay.o.tmp ClearArea.o.tmp Clear.o.tmp ConfWind.o.tmp Context.o.tmp ConvSel.o.tmp CopyArea.o.tmp CopyCmap.o.tmp CopyGC.o.tmp CopyPlane.o.tmp CrBFData.o.tmp CrCmap.o.tmp CrCursor.o.tmp CrGC.o.tmp CrGlCur.o.tmp CrPFBData.o.tmp CrPixmap.o.tmp CrWindow.o.tmp Cursor.o.tmp DefCursor.o.tmp DelProp.o.tmp Depths.o.tmp DestSubs.o.tmp DestWind.o.tmp DisName.o.tmp DrArc.o.tmp DrArcs.o.tmp DrLine.o.tmp DrLines.o.tmp DrPoint.o.tmp DrPoints.o.tmp DrRect.o.tmp DrRects.o.tmp DrSegs.o.tmp ErrDes.o.tmp ErrHndlr.o.tmp evtomask.o.tmp EvToWire.o.tmp FetchName.o.tmp FillArc.o.tmp FillArcs.o.tmp FillPoly.o.tmp FillRct.o.tmp FillRcts.o.tmp FilterEv.o.tmp Flush.o.tmp Font.o.tmp FontInfo.o.tmp FontNames.o.tmp FreeCmap.o.tmp FreeCols.o.tmp FreeCurs.o.tmp FreeEData.o.tmp FreeEventData.o.tmp FreeGC.o.tmp FreePix.o.tmp FSSaver.o.tmp FSWrap.o.tmp GCMisc.o.tmp Geom.o.tmp GetAtomNm.o.tmp GetColor.o.tmp GetDflt.o.tmp GetEventData.o.tmp GetFPath.o.tmp GetFProp.o.tmp GetGCVals.o.tmp GetGeom.o.tmp GetHColor.o.tmp GetHints.o.tmp GetIFocus.o.tmp GetImage.o.tmp GetKCnt.o.tmp GetMoEv.o.tmp GetNrmHint.o.tmp GetPCnt.o.tmp GetPntMap.o.tmp GetProp.o.tmp GetRGBCMap.o.tmp GetSOwner.o.tmp GetSSaver.o.tmp GetStCmap.o.tmp GetTxtProp.o.tmp GetWAttrs.o.tmp GetWMCMapW.o.tmp GetWMProto.o.tmp globals.o.tmp GrButton.o.tmp GrKeybd.o.tmp GrKey.o.tmp GrPointer.o.tmp GrServer.o.tmp Host.o.tmp Iconify.o.tmp IfEvent.o.tmp imConv.o.tmp ImText16.o.tmp ImText.o.tmp ImUtil.o.tmp InitExt.o.tmp InsCmap.o.tmp IntAtom.o.tmp KeyBind.o.tmp KeysymStr.o.tmp KillCl.o.tmp LiHosts.o.tmp LiICmaps.o.tmp LiProps.o.tmp ListExt.o.tmp LoadFont.o.tmp LockDis.o.tmp locking.o.tmp LookupCol.o.tmp LowerWin.o.tmp Macros.o.tmp MapRaised.o.tmp MapSubs.o.tmp MapWindow.o.tmp MaskEvent.o.tmp Misc.o.tmp ModMap.o.tmp MoveWin.o.tmp NextEvent.o.tmp OCWrap.o.tmp OMWrap.o.tmp OpenDis.o.tmp ParseCmd.o.tmp ParseCol.o.tmp ParseGeom.o.tmp PeekEvent.o.tmp PeekIfEv.o.tmp Pending.o.tmp PixFormats.o.tmp PmapBgnd.o.tmp PmapBord.o.tmp PolyReg.o.tmp PolyTxt16.o.tmp PolyTxt.o.tmp PropAlloc.o.tmp PutBEvent.o.tmp PutImage.o.tmp Quarks.o.tmp QuBest.o.tmp QuColor.o.tmp QuColors.o.tmp QuCurShp.o.tmp QuExt.o.tmp QuKeybd.o.tmp QuPntr.o.tmp QuStipShp.o.tmp QuTextE16.o.tmp QuTextExt.o.tmp QuTileShp.o.tmp QuTree.o.tmp RaiseWin.o.tmp RdBitF.o.tmp RecolorC.o.tmp ReconfWin.o.tmp ReconfWM.o.tmp Region.o.tmp RegstFlt.o.tmp RepWindow.o.tmp RestackWs.o.tmp RotProp.o.tmp ScrResStr.o.tmp SelInput.o.tmp SendEvent.o.tmp SetBack.o.tmp SetClMask.o.tmp SetClOrig.o.tmp SetCRects.o.tmp SetDashes.o.tmp SetFont.o.tmp SetFore.o.tmp SetFPath.o.tmp SetFunc.o.tmp SetHints.o.tmp SetIFocus.o.tmp SetLocale.o.tmp SetLStyle.o.tmp SetNrmHint.o.tmp SetPMask.o.tmp SetPntMap.o.tmp SetRGBCMap.o.tmp SetSOwner.o.tmp SetSSaver.o.tmp SetState.o.tmp SetStCmap.o.tmp SetStip.o.tmp SetTile.o.tmp SetTSOrig.o.tmp SetTxtProp.o.tmp SetWMCMapW.o.tmp SetWMProto.o.tmp StBytes.o.tmp StColor.o.tmp StColors.o.tmp StName.o.tmp StNColor.o.tmp StrKeysym.o.tmp StrToText.o.tmp Sync.o.tmp Synchro.o.tmp Text16.o.tmp Text.o.tmp TextExt16.o.tmp TextExt.o.tmp TextToStr.o.tmp TrCoords.o.tmp UndefCurs.o.tmp UngrabBut.o.tmp UngrabKbd.o.tmp UngrabKey.o.tmp UngrabPtr.o.tmp UngrabSvr.o.tmp UninsCmap.o.tmp UnldFont.o.tmp UnmapSubs.o.tmp UnmapWin.o.tmp VisUtil.o.tmp WarpPtr.o.tmp Window.o.tmp WinEvent.o.tmp Withdraw.o.tmp WMGeom.o.tmp WMProps.o.tmp WrBitF.o.tmp XlibAsync.o.tmp XlibInt.o.tmp Xrm.o.tmp AddDIC.o.tmp AddSF.o.tmp CCC.o.tmp CvColW.o.tmp CvCols.o.tmp HVC.o.tmp HVCGcC.o.tmp HVCGcV.o.tmp HVCGcVC.o.tmp HVCMnV.o.tmp HVCMxC.o.tmp HVCMxV.o.tmp HVCMxVC.o.tmp HVCMxVs.o.tmp HVCWpAj.o.tmp IdOfPr.o.tmp LRGB.o.tmp Lab.o.tmp LabGcC.o.tmp LabGcL.o.tmp LabGcLC.o.tmp LabMnL.o.tmp LabMxC.o.tmp LabMxL.o.tmp LabMxLC.o.tmp LabWpAj.o.tmp Luv.o.tmp LuvGcC.o.tmp LuvGcL.o.tmp LuvGcLC.o.tmp LuvMnL.o.tmp LuvMxC.o.tmp LuvMxL.o.tmp LuvMxLC.o.tmp LuvWpAj.o.tmp OfCCC.o.tmp PrOfId.o.tmp QBlack.o.tmp QBlue.o.tmp QGreen.o.tmp QRed.o.tmp QWhite.o.tmp QuCol.o.tmp QuCols.o.tmp SetCCC.o.tmp SetGetCols.o.tmp StCol.o.tmp StCols.o.tmp UNDEFINED.o.tmp XRGB.o.tmp XYZ.o.tmp cmsAllCol.o.tmp cmsAllNCol.o.tmp cmsCmap.o.tmp cmsColNm.o.tmp cmsGlobls.o.tmp cmsInt.o.tmp cmsLkCol.o.tmp cmsMath.o.tmp cmsProp.o.tmp cmsTrig.o.tmp uvY.o.tmp xyY.o.tmp XKB.o.tmp XKBBind.o.tmp XKBCompat.o.tmp XKBCtrls.o.tmp XKBCvt.o.tmp XKBGetMap.o.tmp XKBGetByName.o.tmp XKBNames.o.tmp XKBRdBuf.o.tmp XKBSetMap.o.tmp XKBUse.o.tmp XKBleds.o.tmp XKBBell.o.tmp XKBGeom.o.tmp XKBSetGeom.o.tmp XKBExtDev.o.tmp XKBList.o.tmp XKBMisc.o.tmp XKBMAlloc.o.tmp XKBGAlloc.o.tmp XKBAlloc.o.tmp XDefaultIMIF.o.tmp XDefaultOMIF.o.tmp xim_trans.o.tmp ICWrap.o.tmp IMWrap.o.tmp imKStoUCS.o.tmp lcCT.o.tmp lcCharSet.o.tmp lcConv.o.tmp lcDB.o.tmp lcDynamic.o.tmp lcFile.o.tmp lcGeneric.o.tmp lcInit.o.tmp lcPrTxt.o.tmp lcPubWrap.o.tmp lcPublic.o.tmp lcRM.o.tmp lcStd.o.tmp lcTxtPr.o.tmp lcUTF8.o.tmp lcUtil.o.tmp lcWrap.o.tmp mbWMProps.o.tmp mbWrap.o.tmp utf8WMProps.o.tmp utf8Wrap.o.tmp wcWrap.o.tmp xcb_disp.o.tmp xcb_io.o.tmp imCallbk.o.tmp imDefFlt.o.tmp imDefIc.o.tmp imDefIm.o.tmp imDefLkup.o.tmp imDispch.o.tmp imEvToWire.o.tmp imExten.o.tmp imImSw.o.tmp imInsClbk.o.tmp imInt.o.tmp imLcFlt.o.tmp imLcGIc.o.tmp imLcIc.o.tmp imLcIm.o.tmp imLcLkup.o.tmp imLcPrs.o.tmp imLcSIc.o.tmp imRmAttr.o.tmp imRm.o.tmp imThaiFlt.o.tmp imThaiIc.o.tmp imThaiIm.o.tmp imTrans.o.tmp imTransR.o.tmp imTrX.o.tmp lcDefConv.o.tmp lcUTF8Load.o.tmp lcGenConv.o.tmp omDefault.o.tmp omGeneric.o.tmp omImText.o.tmp omText.o.tmp omTextEsc.o.tmp omTextExt.o.tmp omTextPer.o.tmp omXChar.o.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/dynamic && rm -f libX11.a AllCells.o AllowEv.o AllPlanes.o AutoRep.o Backgnd.o BdrWidth.o Bell.o Border.o ChAccCon.o ChActPGb.o ChClMode.o ChCmap.o ChGC.o ChKeyCon.o ChkIfEv.o ChkMaskEv.o ChkTypEv.o ChkTypWEv.o ChkWinEv.o ChPntCon.o ChProp.o ChSaveSet.o ChWAttrs.o ChWindow.o CirWin.o CirWinDn.o CirWinUp.o ClDisplay.o ClearArea.o Clear.o ConfWind.o Context.o ConvSel.o CopyArea.o CopyCmap.o CopyGC.o CopyPlane.o CrBFData.o CrCmap.o CrCursor.o CrGC.o CrGlCur.o CrPFBData.o CrPixmap.o CrWindow.o Cursor.o DefCursor.o DelProp.o Depths.o DestSubs.o DestWind.o DisName.o DrArc.o DrArcs.o DrLine.o DrLines.o DrPoint.o DrPoints.o DrRect.o DrRects.o DrSegs.o ErrDes.o ErrHndlr.o evtomask.o EvToWire.o FetchName.o FillArc.o FillArcs.o FillPoly.o FillRct.o FillRcts.o FilterEv.o Flush.o Font.o FontInfo.o FontNames.o FreeCmap.o FreeCols.o FreeCurs.o FreeEData.o FreeEventData.o FreeGC.o FreePix.o FSSaver.o FSWrap.o GCMisc.o Geom.o GetAtomNm.o GetColor.o GetDflt.o GetEventData.o GetFPath.o GetFProp.o GetGCVals.o GetGeom.o GetHColor.o GetHints.o GetIFocus.o GetImage.o GetKCnt.o GetMoEv.o GetNrmHint.o GetPCnt.o GetPntMap.o GetProp.o GetRGBCMap.o GetSOwner.o GetSSaver.o GetStCmap.o GetTxtProp.o GetWAttrs.o GetWMCMapW.o GetWMProto.o globals.o GrButton.o GrKeybd.o GrKey.o GrPointer.o GrServer.o Host.o Iconify.o IfEvent.o imConv.o ImText16.o ImText.o ImUtil.o InitExt.o InsCmap.o IntAtom.o KeyBind.o KeysymStr.o KillCl.o LiHosts.o LiICmaps.o LiProps.o ListExt.o LoadFont.o LockDis.o locking.o LookupCol.o LowerWin.o Macros.o MapRaised.o MapSubs.o MapWindow.o MaskEvent.o Misc.o ModMap.o MoveWin.o NextEvent.o OCWrap.o OMWrap.o OpenDis.o ParseCmd.o ParseCol.o ParseGeom.o PeekEvent.o PeekIfEv.o Pending.o PixFormats.o PmapBgnd.o PmapBord.o PolyReg.o PolyTxt16.o PolyTxt.o PropAlloc.o PutBEvent.o PutImage.o Quarks.o QuBest.o QuColor.o QuColors.o QuCurShp.o QuExt.o QuKeybd.o QuPntr.o QuStipShp.o QuTextE16.o QuTextExt.o QuTileShp.o QuTree.o RaiseWin.o RdBitF.o RecolorC.o ReconfWin.o ReconfWM.o Region.o RegstFlt.o RepWindow.o RestackWs.o RotProp.o ScrResStr.o SelInput.o SendEvent.o SetBack.o SetClMask.o SetClOrig.o SetCRects.o SetDashes.o SetFont.o SetFore.o SetFPath.o SetFunc.o SetHints.o SetIFocus.o SetLocale.o SetLStyle.o SetNrmHint.o SetPMask.o SetPntMap.o SetRGBCMap.o SetSOwner.o SetSSaver.o SetState.o SetStCmap.o SetStip.o SetTile.o SetTSOrig.o SetTxtProp.o SetWMCMapW.o SetWMProto.o StBytes.o StColor.o StColors.o StName.o StNColor.o StrKeysym.o StrToText.o Sync.o Synchro.o Text16.o Text.o TextExt16.o TextExt.o TextToStr.o TrCoords.o UndefCurs.o UngrabBut.o UngrabKbd.o UngrabKey.o UngrabPtr.o UngrabSvr.o UninsCmap.o UnldFont.o UnmapSubs.o UnmapWin.o VisUtil.o WarpPtr.o Window.o WinEvent.o Withdraw.o WMGeom.o WMProps.o WrBitF.o XlibAsync.o XlibInt.o Xrm.o AddDIC.o AddSF.o CCC.o CvColW.o CvCols.o HVC.o HVCGcC.o HVCGcV.o HVCGcVC.o HVCMnV.o HVCMxC.o HVCMxV.o HVCMxVC.o HVCMxVs.o HVCWpAj.o IdOfPr.o LRGB.o Lab.o LabGcC.o LabGcL.o LabGcLC.o LabMnL.o LabMxC.o LabMxL.o LabMxLC.o LabWpAj.o Luv.o LuvGcC.o LuvGcL.o LuvGcLC.o LuvMnL.o LuvMxC.o LuvMxL.o LuvMxLC.o LuvWpAj.o OfCCC.o PrOfId.o QBlack.o QBlue.o QGreen.o QRed.o QWhite.o QuCol.o QuCols.o SetCCC.o SetGetCols.o StCol.o StCols.o UNDEFINED.o XRGB.o XYZ.o cmsAllCol.o cmsAllNCol.o cmsCmap.o cmsColNm.o cmsGlobls.o cmsInt.o cmsLkCol.o cmsMath.o cmsProp.o cmsTrig.o uvY.o xyY.o XKB.o XKBBind.o XKBCompat.o XKBCtrls.o XKBCvt.o XKBGetMap.o XKBGetByName.o XKBNames.o XKBRdBuf.o XKBSetMap.o XKBUse.o XKBleds.o XKBBell.o XKBGeom.o XKBSetGeom.o XKBExtDev.o XKBList.o XKBMisc.o XKBMAlloc.o XKBGAlloc.o XKBAlloc.o XDefaultIMIF.o XDefaultOMIF.o xim_trans.o ICWrap.o IMWrap.o imKStoUCS.o lcCT.o lcCharSet.o lcConv.o lcDB.o lcDynamic.o lcFile.o lcGeneric.o lcInit.o lcPrTxt.o lcPubWrap.o lcPublic.o lcRM.o lcStd.o lcTxtPr.o lcUTF8.o lcUtil.o lcWrap.o mbWMProps.o mbWrap.o utf8WMProps.o utf8Wrap.o wcWrap.o xcb_disp.o xcb_io.o imCallbk.o imDefFlt.o imDefIc.o imDefIm.o imDefLkup.o imDispch.o imEvToWire.o imExten.o imImSw.o imInsClbk.o imInt.o imLcFlt.o imLcGIc.o imLcIc.o imLcIm.o imLcLkup.o imLcPrs.o imLcSIc.o imRmAttr.o imRm.o imThaiFlt.o imThaiIc.o imThaiIm.o imTrans.o imTransR.o imTrX.o lcDefConv.o lcUTF8Load.o lcGenConv.o omDefault.o omGeneric.o omImText.o omText.o omTextEsc.o omTextExt.o omTextPer.o omXChar.o AllCells.o.tmp AllowEv.o.tmp AllPlanes.o.tmp AutoRep.o.tmp Backgnd.o.tmp BdrWidth.o.tmp Bell.o.tmp Border.o.tmp ChAccCon.o.tmp ChActPGb.o.tmp ChClMode.o.tmp ChCmap.o.tmp ChGC.o.tmp ChKeyCon.o.tmp ChkIfEv.o.tmp ChkMaskEv.o.tmp ChkTypEv.o.tmp ChkTypWEv.o.tmp ChkWinEv.o.tmp ChPntCon.o.tmp ChProp.o.tmp ChSaveSet.o.tmp ChWAttrs.o.tmp ChWindow.o.tmp CirWin.o.tmp CirWinDn.o.tmp CirWinUp.o.tmp ClDisplay.o.tmp ClearArea.o.tmp Clear.o.tmp ConfWind.o.tmp Context.o.tmp ConvSel.o.tmp CopyArea.o.tmp CopyCmap.o.tmp CopyGC.o.tmp CopyPlane.o.tmp CrBFData.o.tmp CrCmap.o.tmp CrCursor.o.tmp CrGC.o.tmp CrGlCur.o.tmp CrPFBData.o.tmp CrPixmap.o.tmp CrWindow.o.tmp Cursor.o.tmp DefCursor.o.tmp DelProp.o.tmp Depths.o.tmp DestSubs.o.tmp DestWind.o.tmp DisName.o.tmp DrArc.o.tmp DrArcs.o.tmp DrLine.o.tmp DrLines.o.tmp DrPoint.o.tmp DrPoints.o.tmp DrRect.o.tmp DrRects.o.tmp DrSegs.o.tmp ErrDes.o.tmp ErrHndlr.o.tmp evtomask.o.tmp EvToWire.o.tmp FetchName.o.tmp FillArc.o.tmp FillArcs.o.tmp FillPoly.o.tmp FillRct.o.tmp FillRcts.o.tmp FilterEv.o.tmp Flush.o.tmp Font.o.tmp FontInfo.o.tmp FontNames.o.tmp FreeCmap.o.tmp FreeCols.o.tmp FreeCurs.o.tmp FreeEData.o.tmp FreeEventData.o.tmp FreeGC.o.tmp FreePix.o.tmp FSSaver.o.tmp FSWrap.o.tmp GCMisc.o.tmp Geom.o.tmp GetAtomNm.o.tmp GetColor.o.tmp GetDflt.o.tmp GetEventData.o.tmp GetFPath.o.tmp GetFProp.o.tmp GetGCVals.o.tmp GetGeom.o.tmp GetHColor.o.tmp GetHints.o.tmp GetIFocus.o.tmp GetImage.o.tmp GetKCnt.o.tmp GetMoEv.o.tmp GetNrmHint.o.tmp GetPCnt.o.tmp GetPntMap.o.tmp GetProp.o.tmp GetRGBCMap.o.tmp GetSOwner.o.tmp GetSSaver.o.tmp GetStCmap.o.tmp GetTxtProp.o.tmp GetWAttrs.o.tmp GetWMCMapW.o.tmp GetWMProto.o.tmp globals.o.tmp GrButton.o.tmp GrKeybd.o.tmp GrKey.o.tmp GrPointer.o.tmp GrServer.o.tmp Host.o.tmp Iconify.o.tmp IfEvent.o.tmp imConv.o.tmp ImText16.o.tmp ImText.o.tmp ImUtil.o.tmp InitExt.o.tmp InsCmap.o.tmp IntAtom.o.tmp KeyBind.o.tmp KeysymStr.o.tmp KillCl.o.tmp LiHosts.o.tmp LiICmaps.o.tmp LiProps.o.tmp ListExt.o.tmp LoadFont.o.tmp LockDis.o.tmp locking.o.tmp LookupCol.o.tmp LowerWin.o.tmp Macros.o.tmp MapRaised.o.tmp MapSubs.o.tmp MapWindow.o.tmp MaskEvent.o.tmp Misc.o.tmp ModMap.o.tmp MoveWin.o.tmp NextEvent.o.tmp OCWrap.o.tmp OMWrap.o.tmp OpenDis.o.tmp ParseCmd.o.tmp ParseCol.o.tmp ParseGeom.o.tmp PeekEvent.o.tmp PeekIfEv.o.tmp Pending.o.tmp PixFormats.o.tmp PmapBgnd.o.tmp PmapBord.o.tmp PolyReg.o.tmp PolyTxt16.o.tmp PolyTxt.o.tmp PropAlloc.o.tmp PutBEvent.o.tmp PutImage.o.tmp Quarks.o.tmp QuBest.o.tmp QuColor.o.tmp QuColors.o.tmp QuCurShp.o.tmp QuExt.o.tmp QuKeybd.o.tmp QuPntr.o.tmp QuStipShp.o.tmp QuTextE16.o.tmp QuTextExt.o.tmp QuTileShp.o.tmp QuTree.o.tmp RaiseWin.o.tmp RdBitF.o.tmp RecolorC.o.tmp ReconfWin.o.tmp ReconfWM.o.tmp Region.o.tmp RegstFlt.o.tmp RepWindow.o.tmp RestackWs.o.tmp RotProp.o.tmp ScrResStr.o.tmp SelInput.o.tmp SendEvent.o.tmp SetBack.o.tmp SetClMask.o.tmp SetClOrig.o.tmp SetCRects.o.tmp SetDashes.o.tmp SetFont.o.tmp SetFore.o.tmp SetFPath.o.tmp SetFunc.o.tmp SetHints.o.tmp SetIFocus.o.tmp SetLocale.o.tmp SetLStyle.o.tmp SetNrmHint.o.tmp SetPMask.o.tmp SetPntMap.o.tmp SetRGBCMap.o.tmp SetSOwner.o.tmp SetSSaver.o.tmp SetState.o.tmp SetStCmap.o.tmp SetStip.o.tmp SetTile.o.tmp SetTSOrig.o.tmp SetTxtProp.o.tmp SetWMCMapW.o.tmp SetWMProto.o.tmp StBytes.o.tmp StColor.o.tmp StColors.o.tmp StName.o.tmp StNColor.o.tmp StrKeysym.o.tmp StrToText.o.tmp Sync.o.tmp Synchro.o.tmp Text16.o.tmp Text.o.tmp TextExt16.o.tmp TextExt.o.tmp TextToStr.o.tmp TrCoords.o.tmp UndefCurs.o.tmp UngrabBut.o.tmp UngrabKbd.o.tmp UngrabKey.o.tmp UngrabPtr.o.tmp UngrabSvr.o.tmp UninsCmap.o.tmp UnldFont.o.tmp UnmapSubs.o.tmp UnmapWin.o.tmp VisUtil.o.tmp WarpPtr.o.tmp Window.o.tmp WinEvent.o.tmp Withdraw.o.tmp WMGeom.o.tmp WMProps.o.tmp WrBitF.o.tmp XlibAsync.o.tmp XlibInt.o.tmp Xrm.o.tmp AddDIC.o.tmp AddSF.o.tmp CCC.o.tmp CvColW.o.tmp CvCols.o.tmp HVC.o.tmp HVCGcC.o.tmp HVCGcV.o.tmp HVCGcVC.o.tmp HVCMnV.o.tmp HVCMxC.o.tmp HVCMxV.o.tmp HVCMxVC.o.tmp HVCMxVs.o.tmp HVCWpAj.o.tmp IdOfPr.o.tmp LRGB.o.tmp Lab.o.tmp LabGcC.o.tmp LabGcL.o.tmp LabGcLC.o.tmp LabMnL.o.tmp LabMxC.o.tmp LabMxL.o.tmp LabMxLC.o.tmp LabWpAj.o.tmp Luv.o.tmp LuvGcC.o.tmp LuvGcL.o.tmp LuvGcLC.o.tmp LuvMnL.o.tmp LuvMxC.o.tmp LuvMxL.o.tmp LuvMxLC.o.tmp LuvWpAj.o.tmp OfCCC.o.tmp PrOfId.o.tmp QBlack.o.tmp QBlue.o.tmp QGreen.o.tmp QRed.o.tmp QWhite.o.tmp QuCol.o.tmp QuCols.o.tmp SetCCC.o.tmp SetGetCols.o.tmp StCol.o.tmp StCols.o.tmp UNDEFINED.o.tmp XRGB.o.tmp XYZ.o.tmp cmsAllCol.o.tmp cmsAllNCol.o.tmp cmsCmap.o.tmp cmsColNm.o.tmp cmsGlobls.o.tmp cmsInt.o.tmp cmsLkCol.o.tmp cmsMath.o.tmp cmsProp.o.tmp cmsTrig.o.tmp uvY.o.tmp xyY.o.tmp XKB.o.tmp XKBBind.o.tmp XKBCompat.o.tmp XKBCtrls.o.tmp XKBCvt.o.tmp XKBGetMap.o.tmp XKBGetByName.o.tmp XKBNames.o.tmp XKBRdBuf.o.tmp XKBSetMap.o.tmp XKBUse.o.tmp XKBleds.o.tmp XKBBell.o.tmp XKBGeom.o.tmp XKBSetGeom.o.tmp XKBExtDev.o.tmp XKBList.o.tmp XKBMisc.o.tmp XKBMAlloc.o.tmp XKBGAlloc.o.tmp XKBAlloc.o.tmp XDefaultIMIF.o.tmp XDefaultOMIF.o.tmp xim_trans.o.tmp ICWrap.o.tmp IMWrap.o.tmp imKStoUCS.o.tmp lcCT.o.tmp lcCharSet.o.tmp lcConv.o.tmp lcDB.o.tmp lcDynamic.o.tmp lcFile.o.tmp lcGeneric.o.tmp lcInit.o.tmp lcPrTxt.o.tmp lcPubWrap.o.tmp lcPublic.o.tmp lcRM.o.tmp lcStd.o.tmp lcTxtPr.o.tmp lcUTF8.o.tmp lcUtil.o.tmp lcWrap.o.tmp mbWMProps.o.tmp mbWrap.o.tmp utf8WMProps.o.tmp utf8Wrap.o.tmp wcWrap.o.tmp xcb_disp.o.tmp xcb_io.o.tmp imCallbk.o.tmp imDefFlt.o.tmp imDefIc.o.tmp imDefIm.o.tmp imDefLkup.o.tmp imDispch.o.tmp imEvToWire.o.tmp imExten.o.tmp imImSw.o.tmp imInsClbk.o.tmp imInt.o.tmp imLcFlt.o.tmp imLcGIc.o.tmp imLcIc.o.tmp imLcIm.o.tmp imLcLkup.o.tmp imLcPrs.o.tmp imLcSIc.o.tmp imRmAttr.o.tmp imRm.o.tmp imThaiFlt.o.tmp imThaiIc.o.tmp imThaiIm.o.tmp imTrans.o.tmp imTransR.o.tmp imTrX.o.tmp lcDefConv.o.tmp lcUTF8Load.o.tmp lcGenConv.o.tmp omDefault.o.tmp omGeneric.o.tmp omImText.o.tmp omText.o.tmp omTextEsc.o.tmp omTextExt.o.tmp omTextPer.o.tmp omXChar.o.tmp || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_g.a || true) --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/dynamic && rm -f libX11_p.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_pic.a libloader_attic.so.* libloader_attic.so e_loader_attic.pico e_loader_attic.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/dynamic && rm -f libX11_p.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic_pic.a libloader_attic.so.* libloader_attic.so e_loader_attic.pico e_loader_attic.pico.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/dynamic && rm -f libX11_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f llib-lloader_attic.ln e_loader_attic.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/dynamic && rm -f libX11_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f llib-lloader_attic.ln e_loader_attic.ln || true) --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/dynamic && rm -f libX11_pic.a libX11.so.* libX11.so AllCells.pico AllowEv.pico AllPlanes.pico AutoRep.pico Backgnd.pico BdrWidth.pico Bell.pico Border.pico ChAccCon.pico ChActPGb.pico ChClMode.pico ChCmap.pico ChGC.pico ChKeyCon.pico ChkIfEv.pico ChkMaskEv.pico ChkTypEv.pico ChkTypWEv.pico ChkWinEv.pico ChPntCon.pico ChProp.pico ChSaveSet.pico ChWAttrs.pico ChWindow.pico CirWin.pico CirWinDn.pico CirWinUp.pico ClDisplay.pico ClearArea.pico Clear.pico ConfWind.pico Context.pico ConvSel.pico CopyArea.pico CopyCmap.pico CopyGC.pico CopyPlane.pico CrBFData.pico CrCmap.pico CrCursor.pico CrGC.pico CrGlCur.pico CrPFBData.pico CrPixmap.pico CrWindow.pico Cursor.pico DefCursor.pico DelProp.pico Depths.pico DestSubs.pico DestWind.pico DisName.pico DrArc.pico DrArcs.pico DrLine.pico DrLines.pico DrPoint.pico DrPoints.pico DrRect.pico DrRects.pico DrSegs.pico ErrDes.pico ErrHndlr.pico evtomask.pico EvToWire.pico FetchName.pico FillArc.pico FillArcs.pico FillPoly.pico FillRct.pico FillRcts.pico FilterEv.pico Flush.pico Font.pico FontInfo.pico FontNames.pico FreeCmap.pico FreeCols.pico FreeCurs.pico FreeEData.pico FreeEventData.pico FreeGC.pico FreePix.pico FSSaver.pico FSWrap.pico GCMisc.pico Geom.pico GetAtomNm.pico GetColor.pico GetDflt.pico GetEventData.pico GetFPath.pico GetFProp.pico GetGCVals.pico GetGeom.pico GetHColor.pico GetHints.pico GetIFocus.pico GetImage.pico GetKCnt.pico GetMoEv.pico GetNrmHint.pico GetPCnt.pico GetPntMap.pico GetProp.pico GetRGBCMap.pico GetSOwner.pico GetSSaver.pico GetStCmap.pico GetTxtProp.pico GetWAttrs.pico GetWMCMapW.pico GetWMProto.pico globals.pico GrButton.pico GrKeybd.pico GrKey.pico GrPointer.pico GrServer.pico Host.pico Iconify.pico IfEvent.pico imConv.pico ImText16.pico ImText.pico ImUtil.pico InitExt.pico InsCmap.pico IntAtom.pico KeyBind.pico KeysymStr.pico KillCl.pico LiHosts.pico LiICmaps.pico LiProps.pico ListExt.pico LoadFont.pico LockDis.pico locking.pico LookupCol.pico LowerWin.pico Macros.pico MapRaised.pico MapSubs.pico MapWindow.pico MaskEvent.pico Misc.pico ModMap.pico MoveWin.pico NextEvent.pico OCWrap.pico OMWrap.pico OpenDis.pico ParseCmd.pico ParseCol.pico ParseGeom.pico PeekEvent.pico PeekIfEv.pico Pending.pico PixFormats.pico PmapBgnd.pico PmapBord.pico PolyReg.pico PolyTxt16.pico PolyTxt.pico PropAlloc.pico PutBEvent.pico PutImage.pico Quarks.pico QuBest.pico QuColor.pico QuColors.pico QuCurShp.pico QuExt.pico QuKeybd.pico QuPntr.pico QuStipShp.pico QuTextE16.pico QuTextExt.pico QuTileShp.pico QuTree.pico RaiseWin.pico RdBitF.pico RecolorC.pico ReconfWin.pico ReconfWM.pico Region.pico RegstFlt.pico RepWindow.pico RestackWs.pico RotProp.pico ScrResStr.pico SelInput.pico SendEvent.pico SetBack.pico SetClMask.pico SetClOrig.pico SetCRects.pico SetDashes.pico SetFont.pico SetFore.pico SetFPath.pico SetFunc.pico SetHints.pico SetIFocus.pico SetLocale.pico SetLStyle.pico SetNrmHint.pico SetPMask.pico SetPntMap.pico SetRGBCMap.pico SetSOwner.pico SetSSaver.pico SetState.pico SetStCmap.pico SetStip.pico SetTile.pico SetTSOrig.pico SetTxtProp.pico SetWMCMapW.pico SetWMProto.pico StBytes.pico StColor.pico StColors.pico StName.pico StNColor.pico StrKeysym.pico StrToText.pico Sync.pico Synchro.pico Text16.pico Text.pico TextExt16.pico TextExt.pico TextToStr.pico TrCoords.pico UndefCurs.pico UngrabBut.pico UngrabKbd.pico UngrabKey.pico UngrabPtr.pico UngrabSvr.pico UninsCmap.pico UnldFont.pico UnmapSubs.pico UnmapWin.pico VisUtil.pico WarpPtr.pico Window.pico WinEvent.pico Withdraw.pico WMGeom.pico WMProps.pico WrBitF.pico XlibAsync.pico XlibInt.pico Xrm.pico AddDIC.pico AddSF.pico CCC.pico CvColW.pico CvCols.pico HVC.pico HVCGcC.pico HVCGcV.pico HVCGcVC.pico HVCMnV.pico HVCMxC.pico HVCMxV.pico HVCMxVC.pico HVCMxVs.pico HVCWpAj.pico IdOfPr.pico LRGB.pico Lab.pico LabGcC.pico LabGcL.pico LabGcLC.pico LabMnL.pico LabMxC.pico LabMxL.pico LabMxLC.pico LabWpAj.pico Luv.pico LuvGcC.pico LuvGcL.pico LuvGcLC.pico LuvMnL.pico LuvMxC.pico LuvMxL.pico LuvMxLC.pico LuvWpAj.pico OfCCC.pico PrOfId.pico QBlack.pico QBlue.pico QGreen.pico QRed.pico QWhite.pico QuCol.pico QuCols.pico SetCCC.pico SetGetCols.pico StCol.pico StCols.pico UNDEFINED.pico XRGB.pico XYZ.pico cmsAllCol.pico cmsAllNCol.pico cmsCmap.pico cmsColNm.pico cmsGlobls.pico cmsInt.pico cmsLkCol.pico cmsMath.pico cmsProp.pico cmsTrig.pico uvY.pico xyY.pico XKB.pico XKBBind.pico XKBCompat.pico XKBCtrls.pico XKBCvt.pico XKBGetMap.pico XKBGetByName.pico XKBNames.pico XKBRdBuf.pico XKBSetMap.pico XKBUse.pico XKBleds.pico XKBBell.pico XKBGeom.pico XKBSetGeom.pico XKBExtDev.pico XKBList.pico XKBMisc.pico XKBMAlloc.pico XKBGAlloc.pico XKBAlloc.pico XDefaultIMIF.pico XDefaultOMIF.pico xim_trans.pico ICWrap.pico IMWrap.pico imKStoUCS.pico lcCT.pico lcCharSet.pico lcConv.pico lcDB.pico lcDynamic.pico lcFile.pico lcGeneric.pico lcInit.pico lcPrTxt.pico lcPubWrap.pico lcPublic.pico lcRM.pico lcStd.pico lcTxtPr.pico lcUTF8.pico lcUtil.pico lcWrap.pico mbWMProps.pico mbWrap.pico utf8WMProps.pico utf8Wrap.pico wcWrap.pico xcb_disp.pico xcb_io.pico imCallbk.pico imDefFlt.pico imDefIc.pico imDefIm.pico imDefLkup.pico imDispch.pico imEvToWire.pico imExten.pico imImSw.pico imInsClbk.pico imInt.pico imLcFlt.pico imLcGIc.pico imLcIc.pico imLcIm.pico imLcLkup.pico imLcPrs.pico imLcSIc.pico imRmAttr.pico imRm.pico imThaiFlt.pico imThaiIc.pico imThaiIm.pico imTrans.pico imTransR.pico imTrX.pico lcDefConv.pico lcUTF8Load.pico lcGenConv.pico omDefault.pico omGeneric.pico omImText.pico omText.pico omTextEsc.pico omTextExt.pico omTextPer.pico omXChar.pico AllCells.pico.tmp AllowEv.pico.tmp AllPlanes.pico.tmp AutoRep.pico.tmp Backgnd.pico.tmp BdrWidth.pico.tmp Bell.pico.tmp Border.pico.tmp ChAccCon.pico.tmp ChActPGb.pico.tmp ChClMode.pico.tmp ChCmap.pico.tmp ChGC.pico.tmp ChKeyCon.pico.tmp ChkIfEv.pico.tmp ChkMaskEv.pico.tmp ChkTypEv.pico.tmp ChkTypWEv.pico.tmp ChkWinEv.pico.tmp ChPntCon.pico.tmp ChProp.pico.tmp ChSaveSet.pico.tmp ChWAttrs.pico.tmp ChWindow.pico.tmp CirWin.pico.tmp CirWinDn.pico.tmp CirWinUp.pico.tmp ClDisplay.pico.tmp ClearArea.pico.tmp Clear.pico.tmp ConfWind.pico.tmp Context.pico.tmp ConvSel.pico.tmp CopyArea.pico.tmp CopyCmap.pico.tmp CopyGC.pico.tmp CopyPlane.pico.tmp CrBFData.pico.tmp CrCmap.pico.tmp CrCursor.pico.tmp CrGC.pico.tmp CrGlCur.pico.tmp CrPFBData.pico.tmp CrPixmap.pico.tmp CrWindow.pico.tmp Cursor.pico.tmp DefCursor.pico.tmp DelProp.pico.tmp Depths.pico.tmp DestSubs.pico.tmp DestWind.pico.tmp DisName.pico.tmp DrArc.pico.tmp DrArcs.pico.tmp DrLine.pico.tmp DrLines.pico.tmp DrPoint.pico.tmp DrPoints.pico.tmp DrRect.pico.tmp DrRects.pico.tmp DrSegs.pico.tmp ErrDes.pico.tmp ErrHndlr.pico.tmp evtomask.pico.tmp EvToWire.pico.tmp FetchName.pico.tmp FillArc.pico.tmp FillArcs.pico.tmp FillPoly.pico.tmp FillRct.pico.tmp FillRcts.pico.tmp FilterEv.pico.tmp Flush.pico.tmp Font.pico.tmp FontInfo.pico.tmp FontNames.pico.tmp FreeCmap.pico.tmp FreeCols.pico.tmp FreeCurs.pico.tmp FreeEData.pico.tmp FreeEventData.pico.tmp FreeGC.pico.tmp FreePix.pico.tmp FSSaver.pico.tmp FSWrap.pico.tmp GCMisc.pico.tmp Geom.pico.tmp GetAtomNm.pico.tmp GetColor.pico.tmp GetDflt.pico.tmp GetEventData.pico.tmp GetFPath.pico.tmp GetFProp.pico.tmp GetGCVals.pico.tmp GetGeom.pico.tmp GetHColor.pico.tmp GetHints.pico.tmp GetIFocus.pico.tmp GetImage.pico.tmp GetKCnt.pico.tmp GetMoEv.pico.tmp GetNrmHint.pico.tmp GetPCnt.pico.tmp GetPntMap.pico.tmp GetProp.pico.tmp GetRGBCMap.pico.tmp GetSOwner.pico.tmp GetSSaver.pico.tmp GetStCmap.pico.tmp GetTxtProp.pico.tmp GetWAttrs.pico.tmp GetWMCMapW.pico.tmp GetWMProto.pico.tmp globals.pico.tmp GrButton.pico.tmp GrKeybd.pico.tmp GrKey.pico.tmp GrPointer.pico.tmp GrServer.pico.tmp Host.pico.tmp Iconify.pico.tmp IfEvent.pico.tmp imConv.pico.tmp ImText16.pico.tmp ImText.pico.tmp ImUtil.pico.tmp InitExt.pico.tmp InsCmap.pico.tmp IntAtom.pico.tmp KeyBind.pico.tmp KeysymStr.pico.tmp KillCl.pico.tmp LiHosts.pico.tmp LiICmaps.pico.tmp LiProps.pico.tmp ListExt.pico.tmp LoadFont.pico.tmp LockDis.pico.tmp locking.pico.tmp LookupCol.pico.tmp LowerWin.pico.tmp Macros.pico.tmp MapRaised.pico.tmp MapSubs.pico.tmp MapWindow.pico.tmp MaskEvent.pico.tmp Misc.pico.tmp ModMap.pico.tmp MoveWin.pico.tmp NextEvent.pico.tmp OCWrap.pico.tmp OMWrap.pico.tmp OpenDis.pico.tmp ParseCmd.pico.tmp ParseCol.pico.tmp ParseGeom.pico.tmp PeekEvent.pico.tmp PeekIfEv.pico.tmp Pending.pico.tmp PixFormats.pico.tmp PmapBgnd.pico.tmp PmapBord.pico.tmp PolyReg.pico.tmp PolyTxt16.pico.tmp PolyTxt.pico.tmp PropAlloc.pico.tmp PutBEvent.pico.tmp PutImage.pico.tmp Quarks.pico.tmp QuBest.pico.tmp QuColor.pico.tmp QuColors.pico.tmp QuCurShp.pico.tmp QuExt.pico.tmp QuKeybd.pico.tmp QuPntr.pico.tmp QuStipShp.pico.tmp QuTextE16.pico.tmp QuTextExt.pico.tmp QuTileShp.pico.tmp QuTree.pico.tmp RaiseWin.pico.tmp RdBitF.pico.tmp RecolorC.pico.tmp ReconfWin.pico.tmp ReconfWM.pico.tmp Region.pico.tmp RegstFlt.pico.tmp RepWindow.pico.tmp RestackWs.pico.tmp RotProp.pico.tmp ScrResStr.pico.tmp SelInput.pico.tmp SendEvent.pico.tmp SetBack.pico.tmp SetClMask.pico.tmp SetClOrig.pico.tmp SetCRects.pico.tmp SetDashes.pico.tmp SetFont.pico.tmp SetFore.pico.tmp SetFPath.pico.tmp SetFunc.pico.tmp SetHints.pico.tmp SetIFocus.pico.tmp SetLocale.pico.tmp SetLStyle.pico.tmp SetNrmHint.pico.tmp SetPMask.pico.tmp SetPntMap.pico.tmp SetRGBCMap.pico.tmp SetSOwner.pico.tmp SetSSaver.pico.tmp SetState.pico.tmp SetStCmap.pico.tmp SetStip.pico.tmp SetTile.pico.tmp SetTSOrig.pico.tmp SetTxtProp.pico.tmp SetWMCMapW.pico.tmp SetWMProto.pico.tmp StBytes.pico.tmp StColor.pico.tmp StColors.pico.tmp StName.pico.tmp StNColor.pico.tmp StrKeysym.pico.tmp StrToText.pico.tmp Sync.pico.tmp Synchro.pico.tmp Text16.pico.tmp Text.pico.tmp TextExt16.pico.tmp TextExt.pico.tmp TextToStr.pico.tmp TrCoords.pico.tmp UndefCurs.pico.tmp UngrabBut.pico.tmp UngrabKbd.pico.tmp UngrabKey.pico.tmp UngrabPtr.pico.tmp UngrabSvr.pico.tmp UninsCmap.pico.tmp UnldFont.pico.tmp UnmapSubs.pico.tmp UnmapWin.pico.tmp VisUtil.pico.tmp WarpPtr.pico.tmp Window.pico.tmp WinEvent.pico.tmp Withdraw.pico.tmp WMGeom.pico.tmp WMProps.pico.tmp WrBitF.pico.tmp XlibAsync.pico.tmp XlibInt.pico.tmp Xrm.pico.tmp AddDIC.pico.tmp AddSF.pico.tmp CCC.pico.tmp CvColW.pico.tmp CvCols.pico.tmp HVC.pico.tmp HVCGcC.pico.tmp HVCGcV.pico.tmp HVCGcVC.pico.tmp HVCMnV.pico.tmp HVCMxC.pico.tmp HVCMxV.pico.tmp HVCMxVC.pico.tmp HVCMxVs.pico.tmp HVCWpAj.pico.tmp IdOfPr.pico.tmp LRGB.pico.tmp Lab.pico.tmp LabGcC.pico.tmp LabGcL.pico.tmp LabGcLC.pico.tmp LabMnL.pico.tmp LabMxC.pico.tmp LabMxL.pico.tmp LabMxLC.pico.tmp LabWpAj.pico.tmp Luv.pico.tmp LuvGcC.pico.tmp LuvGcL.pico.tmp LuvGcLC.pico.tmp LuvMnL.pico.tmp LuvMxC.pico.tmp LuvMxL.pico.tmp LuvMxLC.pico.tmp LuvWpAj.pico.tmp OfCCC.pico.tmp PrOfId.pico.tmp QBlack.pico.tmp QBlue.pico.tmp QGreen.pico.tmp QRed.pico.tmp QWhite.pico.tmp QuCol.pico.tmp QuCols.pico.tmp SetCCC.pico.tmp SetGetCols.pico.tmp StCol.pico.tmp StCols.pico.tmp UNDEFINED.pico.tmp XRGB.pico.tmp XYZ.pico.tmp cmsAllCol.pico.tmp cmsAllNCol.pico.tmp cmsCmap.pico.tmp cmsColNm.pico.tmp cmsGlobls.pico.tmp cmsInt.pico.tmp cmsLkCol.pico.tmp cmsMath.pico.tmp cmsProp.pico.tmp cmsTrig.pico.tmp uvY.pico.tmp xyY.pico.tmp XKB.pico.tmp XKBBind.pico.tmp XKBCompat.pico.tmp XKBCtrls.pico.tmp XKBCvt.pico.tmp XKBGetMap.pico.tmp XKBGetByName.pico.tmp XKBNames.pico.tmp XKBRdBuf.pico.tmp XKBSetMap.pico.tmp XKBUse.pico.tmp XKBleds.pico.tmp XKBBell.pico.tmp XKBGeom.pico.tmp XKBSetGeom.pico.tmp XKBExtDev.pico.tmp XKBList.pico.tmp XKBMisc.pico.tmp XKBMAlloc.pico.tmp XKBGAlloc.pico.tmp XKBAlloc.pico.tmp XDefaultIMIF.pico.tmp XDefaultOMIF.pico.tmp xim_trans.pico.tmp ICWrap.pico.tmp IMWrap.pico.tmp imKStoUCS.pico.tmp lcCT.pico.tmp lcCharSet.pico.tmp lcConv.pico.tmp lcDB.pico.tmp lcDynamic.pico.tmp lcFile.pico.tmp lcGeneric.pico.tmp lcInit.pico.tmp lcPrTxt.pico.tmp lcPubWrap.pico.tmp lcPublic.pico.tmp lcRM.pico.tmp lcStd.pico.tmp lcTxtPr.pico.tmp lcUTF8.pico.tmp lcUtil.pico.tmp lcWrap.pico.tmp mbWMProps.pico.tmp mbWrap.pico.tmp utf8WMProps.pico.tmp utf8Wrap.pico.tmp wcWrap.pico.tmp xcb_disp.pico.tmp xcb_io.pico.tmp imCallbk.pico.tmp imDefFlt.pico.tmp imDefIc.pico.tmp imDefIm.pico.tmp imDefLkup.pico.tmp imDispch.pico.tmp imEvToWire.pico.tmp imExten.pico.tmp imImSw.pico.tmp imInsClbk.pico.tmp imInt.pico.tmp imLcFlt.pico.tmp imLcGIc.pico.tmp imLcIc.pico.tmp imLcIm.pico.tmp imLcLkup.pico.tmp imLcPrs.pico.tmp imLcSIc.pico.tmp imRmAttr.pico.tmp imRm.pico.tmp imThaiFlt.pico.tmp imThaiIc.pico.tmp imThaiIm.pico.tmp imTrans.pico.tmp imTransR.pico.tmp imTrX.pico.tmp lcDefConv.pico.tmp lcUTF8Load.pico.tmp lcGenConv.pico.tmp omDefault.pico.tmp omGeneric.pico.tmp omImText.pico.tmp omText.pico.tmp omTextEsc.pico.tmp omTextExt.pico.tmp omTextPer.pico.tmp omXChar.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f libloader_attic.so.0.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f .depend e_loader_attic.d e_loader_attic.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/dynamic && rm -f libX11_pic.a libX11.so.* libX11.so AllCells.pico AllowEv.pico AllPlanes.pico AutoRep.pico Backgnd.pico BdrWidth.pico Bell.pico Border.pico ChAccCon.pico ChActPGb.pico ChClMode.pico ChCmap.pico ChGC.pico ChKeyCon.pico ChkIfEv.pico ChkMaskEv.pico ChkTypEv.pico ChkTypWEv.pico ChkWinEv.pico ChPntCon.pico ChProp.pico ChSaveSet.pico ChWAttrs.pico ChWindow.pico CirWin.pico CirWinDn.pico CirWinUp.pico ClDisplay.pico ClearArea.pico Clear.pico ConfWind.pico Context.pico ConvSel.pico CopyArea.pico CopyCmap.pico CopyGC.pico CopyPlane.pico CrBFData.pico CrCmap.pico CrCursor.pico CrGC.pico CrGlCur.pico CrPFBData.pico CrPixmap.pico CrWindow.pico Cursor.pico DefCursor.pico DelProp.pico Depths.pico DestSubs.pico DestWind.pico DisName.pico DrArc.pico DrArcs.pico DrLine.pico DrLines.pico DrPoint.pico DrPoints.pico DrRect.pico DrRects.pico DrSegs.pico ErrDes.pico ErrHndlr.pico evtomask.pico EvToWire.pico FetchName.pico FillArc.pico FillArcs.pico FillPoly.pico FillRct.pico FillRcts.pico FilterEv.pico Flush.pico Font.pico FontInfo.pico FontNames.pico FreeCmap.pico FreeCols.pico FreeCurs.pico FreeEData.pico FreeEventData.pico FreeGC.pico FreePix.pico FSSaver.pico FSWrap.pico GCMisc.pico Geom.pico GetAtomNm.pico GetColor.pico GetDflt.pico GetEventData.pico GetFPath.pico GetFProp.pico GetGCVals.pico GetGeom.pico GetHColor.pico GetHints.pico GetIFocus.pico GetImage.pico GetKCnt.pico GetMoEv.pico GetNrmHint.pico GetPCnt.pico GetPntMap.pico GetProp.pico GetRGBCMap.pico GetSOwner.pico GetSSaver.pico GetStCmap.pico GetTxtProp.pico GetWAttrs.pico GetWMCMapW.pico GetWMProto.pico globals.pico GrButton.pico GrKeybd.pico GrKey.pico GrPointer.pico GrServer.pico Host.pico Iconify.pico IfEvent.pico imConv.pico ImText16.pico ImText.pico ImUtil.pico InitExt.pico InsCmap.pico IntAtom.pico KeyBind.pico KeysymStr.pico KillCl.pico LiHosts.pico LiICmaps.pico LiProps.pico ListExt.pico LoadFont.pico LockDis.pico locking.pico LookupCol.pico LowerWin.pico Macros.pico MapRaised.pico MapSubs.pico MapWindow.pico MaskEvent.pico Misc.pico ModMap.pico MoveWin.pico NextEvent.pico OCWrap.pico OMWrap.pico OpenDis.pico ParseCmd.pico ParseCol.pico ParseGeom.pico PeekEvent.pico PeekIfEv.pico Pending.pico PixFormats.pico PmapBgnd.pico PmapBord.pico PolyReg.pico PolyTxt16.pico PolyTxt.pico PropAlloc.pico PutBEvent.pico PutImage.pico Quarks.pico QuBest.pico QuColor.pico QuColors.pico QuCurShp.pico QuExt.pico QuKeybd.pico QuPntr.pico QuStipShp.pico QuTextE16.pico QuTextExt.pico QuTileShp.pico QuTree.pico RaiseWin.pico RdBitF.pico RecolorC.pico ReconfWin.pico ReconfWM.pico Region.pico RegstFlt.pico RepWindow.pico RestackWs.pico RotProp.pico ScrResStr.pico SelInput.pico SendEvent.pico SetBack.pico SetClMask.pico SetClOrig.pico SetCRects.pico SetDashes.pico SetFont.pico SetFore.pico SetFPath.pico SetFunc.pico SetHints.pico SetIFocus.pico SetLocale.pico SetLStyle.pico SetNrmHint.pico SetPMask.pico SetPntMap.pico SetRGBCMap.pico SetSOwner.pico SetSSaver.pico SetState.pico SetStCmap.pico SetStip.pico SetTile.pico SetTSOrig.pico SetTxtProp.pico SetWMCMapW.pico SetWMProto.pico StBytes.pico StColor.pico StColors.pico StName.pico StNColor.pico StrKeysym.pico StrToText.pico Sync.pico Synchro.pico Text16.pico Text.pico TextExt16.pico TextExt.pico TextToStr.pico TrCoords.pico UndefCurs.pico UngrabBut.pico UngrabKbd.pico UngrabKey.pico UngrabPtr.pico UngrabSvr.pico UninsCmap.pico UnldFont.pico UnmapSubs.pico UnmapWin.pico VisUtil.pico WarpPtr.pico Window.pico WinEvent.pico Withdraw.pico WMGeom.pico WMProps.pico WrBitF.pico XlibAsync.pico XlibInt.pico Xrm.pico AddDIC.pico AddSF.pico CCC.pico CvColW.pico CvCols.pico HVC.pico HVCGcC.pico HVCGcV.pico HVCGcVC.pico HVCMnV.pico HVCMxC.pico HVCMxV.pico HVCMxVC.pico HVCMxVs.pico HVCWpAj.pico IdOfPr.pico LRGB.pico Lab.pico LabGcC.pico LabGcL.pico LabGcLC.pico LabMnL.pico LabMxC.pico LabMxL.pico LabMxLC.pico LabWpAj.pico Luv.pico LuvGcC.pico LuvGcL.pico LuvGcLC.pico LuvMnL.pico LuvMxC.pico LuvMxL.pico LuvMxLC.pico LuvWpAj.pico OfCCC.pico PrOfId.pico QBlack.pico QBlue.pico QGreen.pico QRed.pico QWhite.pico QuCol.pico QuCols.pico SetCCC.pico SetGetCols.pico StCol.pico StCols.pico UNDEFINED.pico XRGB.pico XYZ.pico cmsAllCol.pico cmsAllNCol.pico cmsCmap.pico cmsColNm.pico cmsGlobls.pico cmsInt.pico cmsLkCol.pico cmsMath.pico cmsProp.pico cmsTrig.pico uvY.pico xyY.pico XKB.pico XKBBind.pico XKBCompat.pico XKBCtrls.pico XKBCvt.pico XKBGetMap.pico XKBGetByName.pico XKBNames.pico XKBRdBuf.pico XKBSetMap.pico XKBUse.pico XKBleds.pico XKBBell.pico XKBGeom.pico XKBSetGeom.pico XKBExtDev.pico XKBList.pico XKBMisc.pico XKBMAlloc.pico XKBGAlloc.pico XKBAlloc.pico XDefaultIMIF.pico XDefaultOMIF.pico xim_trans.pico ICWrap.pico IMWrap.pico imKStoUCS.pico lcCT.pico lcCharSet.pico lcConv.pico lcDB.pico lcDynamic.pico lcFile.pico lcGeneric.pico lcInit.pico lcPrTxt.pico lcPubWrap.pico lcPublic.pico lcRM.pico lcStd.pico lcTxtPr.pico lcUTF8.pico lcUtil.pico lcWrap.pico mbWMProps.pico mbWrap.pico utf8WMProps.pico utf8Wrap.pico wcWrap.pico xcb_disp.pico xcb_io.pico imCallbk.pico imDefFlt.pico imDefIc.pico imDefIm.pico imDefLkup.pico imDispch.pico imEvToWire.pico imExten.pico imImSw.pico imInsClbk.pico imInt.pico imLcFlt.pico imLcGIc.pico imLcIc.pico imLcIm.pico imLcLkup.pico imLcPrs.pico imLcSIc.pico imRmAttr.pico imRm.pico imThaiFlt.pico imThaiIc.pico imThaiIm.pico imTrans.pico imTransR.pico imTrX.pico lcDefConv.pico lcUTF8Load.pico lcGenConv.pico omDefault.pico omGeneric.pico omImText.pico omText.pico omTextEsc.pico omTextExt.pico omTextPer.pico omXChar.pico AllCells.pico.tmp AllowEv.pico.tmp AllPlanes.pico.tmp AutoRep.pico.tmp Backgnd.pico.tmp BdrWidth.pico.tmp Bell.pico.tmp Border.pico.tmp ChAccCon.pico.tmp ChActPGb.pico.tmp ChClMode.pico.tmp ChCmap.pico.tmp ChGC.pico.tmp ChKeyCon.pico.tmp ChkIfEv.pico.tmp ChkMaskEv.pico.tmp ChkTypEv.pico.tmp ChkTypWEv.pico.tmp ChkWinEv.pico.tmp ChPntCon.pico.tmp ChProp.pico.tmp ChSaveSet.pico.tmp ChWAttrs.pico.tmp ChWindow.pico.tmp CirWin.pico.tmp CirWinDn.pico.tmp CirWinUp.pico.tmp ClDisplay.pico.tmp ClearArea.pico.tmp Clear.pico.tmp ConfWind.pico.tmp Context.pico.tmp ConvSel.pico.tmp CopyArea.pico.tmp CopyCmap.pico.tmp CopyGC.pico.tmp CopyPlane.pico.tmp CrBFData.pico.tmp CrCmap.pico.tmp CrCursor.pico.tmp CrGC.pico.tmp CrGlCur.pico.tmp CrPFBData.pico.tmp CrPixmap.pico.tmp CrWindow.pico.tmp Cursor.pico.tmp DefCursor.pico.tmp DelProp.pico.tmp Depths.pico.tmp DestSubs.pico.tmp DestWind.pico.tmp DisName.pico.tmp DrArc.pico.tmp DrArcs.pico.tmp DrLine.pico.tmp DrLines.pico.tmp DrPoint.pico.tmp DrPoints.pico.tmp DrRect.pico.tmp DrRects.pico.tmp DrSegs.pico.tmp ErrDes.pico.tmp ErrHndlr.pico.tmp evtomask.pico.tmp EvToWire.pico.tmp FetchName.pico.tmp FillArc.pico.tmp FillArcs.pico.tmp FillPoly.pico.tmp FillRct.pico.tmp FillRcts.pico.tmp FilterEv.pico.tmp Flush.pico.tmp Font.pico.tmp FontInfo.pico.tmp FontNames.pico.tmp FreeCmap.pico.tmp FreeCols.pico.tmp FreeCurs.pico.tmp FreeEData.pico.tmp FreeEventData.pico.tmp FreeGC.pico.tmp FreePix.pico.tmp FSSaver.pico.tmp FSWrap.pico.tmp GCMisc.pico.tmp Geom.pico.tmp GetAtomNm.pico.tmp GetColor.pico.tmp GetDflt.pico.tmp GetEventData.pico.tmp GetFPath.pico.tmp GetFProp.pico.tmp GetGCVals.pico.tmp GetGeom.pico.tmp GetHColor.pico.tmp GetHints.pico.tmp GetIFocus.pico.tmp GetImage.pico.tmp GetKCnt.pico.tmp GetMoEv.pico.tmp GetNrmHint.pico.tmp GetPCnt.pico.tmp GetPntMap.pico.tmp GetProp.pico.tmp GetRGBCMap.pico.tmp GetSOwner.pico.tmp GetSSaver.pico.tmp GetStCmap.pico.tmp GetTxtProp.pico.tmp GetWAttrs.pico.tmp GetWMCMapW.pico.tmp GetWMProto.pico.tmp globals.pico.tmp GrButton.pico.tmp GrKeybd.pico.tmp GrKey.pico.tmp GrPointer.pico.tmp GrServer.pico.tmp Host.pico.tmp Iconify.pico.tmp IfEvent.pico.tmp imConv.pico.tmp ImText16.pico.tmp ImText.pico.tmp ImUtil.pico.tmp InitExt.pico.tmp InsCmap.pico.tmp IntAtom.pico.tmp KeyBind.pico.tmp KeysymStr.pico.tmp KillCl.pico.tmp LiHosts.pico.tmp LiICmaps.pico.tmp LiProps.pico.tmp ListExt.pico.tmp LoadFont.pico.tmp LockDis.pico.tmp locking.pico.tmp LookupCol.pico.tmp LowerWin.pico.tmp Macros.pico.tmp MapRaised.pico.tmp MapSubs.pico.tmp MapWindow.pico.tmp MaskEvent.pico.tmp Misc.pico.tmp ModMap.pico.tmp MoveWin.pico.tmp NextEvent.pico.tmp OCWrap.pico.tmp OMWrap.pico.tmp OpenDis.pico.tmp ParseCmd.pico.tmp ParseCol.pico.tmp ParseGeom.pico.tmp PeekEvent.pico.tmp PeekIfEv.pico.tmp Pending.pico.tmp PixFormats.pico.tmp PmapBgnd.pico.tmp PmapBord.pico.tmp PolyReg.pico.tmp PolyTxt16.pico.tmp PolyTxt.pico.tmp PropAlloc.pico.tmp PutBEvent.pico.tmp PutImage.pico.tmp Quarks.pico.tmp QuBest.pico.tmp QuColor.pico.tmp QuColors.pico.tmp QuCurShp.pico.tmp QuExt.pico.tmp QuKeybd.pico.tmp QuPntr.pico.tmp QuStipShp.pico.tmp QuTextE16.pico.tmp QuTextExt.pico.tmp QuTileShp.pico.tmp QuTree.pico.tmp RaiseWin.pico.tmp RdBitF.pico.tmp RecolorC.pico.tmp ReconfWin.pico.tmp ReconfWM.pico.tmp Region.pico.tmp RegstFlt.pico.tmp RepWindow.pico.tmp RestackWs.pico.tmp RotProp.pico.tmp ScrResStr.pico.tmp SelInput.pico.tmp SendEvent.pico.tmp SetBack.pico.tmp SetClMask.pico.tmp SetClOrig.pico.tmp SetCRects.pico.tmp SetDashes.pico.tmp SetFont.pico.tmp SetFore.pico.tmp SetFPath.pico.tmp SetFunc.pico.tmp SetHints.pico.tmp SetIFocus.pico.tmp SetLocale.pico.tmp SetLStyle.pico.tmp SetNrmHint.pico.tmp SetPMask.pico.tmp SetPntMap.pico.tmp SetRGBCMap.pico.tmp SetSOwner.pico.tmp SetSSaver.pico.tmp SetState.pico.tmp SetStCmap.pico.tmp SetStip.pico.tmp SetTile.pico.tmp SetTSOrig.pico.tmp SetTxtProp.pico.tmp SetWMCMapW.pico.tmp SetWMProto.pico.tmp StBytes.pico.tmp StColor.pico.tmp StColors.pico.tmp StName.pico.tmp StNColor.pico.tmp StrKeysym.pico.tmp StrToText.pico.tmp Sync.pico.tmp Synchro.pico.tmp Text16.pico.tmp Text.pico.tmp TextExt16.pico.tmp TextExt.pico.tmp TextToStr.pico.tmp TrCoords.pico.tmp UndefCurs.pico.tmp UngrabBut.pico.tmp UngrabKbd.pico.tmp UngrabKey.pico.tmp UngrabPtr.pico.tmp UngrabSvr.pico.tmp UninsCmap.pico.tmp UnldFont.pico.tmp UnmapSubs.pico.tmp UnmapWin.pico.tmp VisUtil.pico.tmp WarpPtr.pico.tmp Window.pico.tmp WinEvent.pico.tmp Withdraw.pico.tmp WMGeom.pico.tmp WMProps.pico.tmp WrBitF.pico.tmp XlibAsync.pico.tmp XlibInt.pico.tmp Xrm.pico.tmp AddDIC.pico.tmp AddSF.pico.tmp CCC.pico.tmp CvColW.pico.tmp CvCols.pico.tmp HVC.pico.tmp HVCGcC.pico.tmp HVCGcV.pico.tmp HVCGcVC.pico.tmp HVCMnV.pico.tmp HVCMxC.pico.tmp HVCMxV.pico.tmp HVCMxVC.pico.tmp HVCMxVs.pico.tmp HVCWpAj.pico.tmp IdOfPr.pico.tmp LRGB.pico.tmp Lab.pico.tmp LabGcC.pico.tmp LabGcL.pico.tmp LabGcLC.pico.tmp LabMnL.pico.tmp LabMxC.pico.tmp LabMxL.pico.tmp LabMxLC.pico.tmp LabWpAj.pico.tmp Luv.pico.tmp LuvGcC.pico.tmp LuvGcL.pico.tmp LuvGcLC.pico.tmp LuvMnL.pico.tmp LuvMxC.pico.tmp LuvMxL.pico.tmp LuvMxLC.pico.tmp LuvWpAj.pico.tmp OfCCC.pico.tmp PrOfId.pico.tmp QBlack.pico.tmp QBlue.pico.tmp QGreen.pico.tmp QRed.pico.tmp QWhite.pico.tmp QuCol.pico.tmp QuCols.pico.tmp SetCCC.pico.tmp SetGetCols.pico.tmp StCol.pico.tmp StCols.pico.tmp UNDEFINED.pico.tmp XRGB.pico.tmp XYZ.pico.tmp cmsAllCol.pico.tmp cmsAllNCol.pico.tmp cmsCmap.pico.tmp cmsColNm.pico.tmp cmsGlobls.pico.tmp cmsInt.pico.tmp cmsLkCol.pico.tmp cmsMath.pico.tmp cmsProp.pico.tmp cmsTrig.pico.tmp uvY.pico.tmp xyY.pico.tmp XKB.pico.tmp XKBBind.pico.tmp XKBCompat.pico.tmp XKBCtrls.pico.tmp XKBCvt.pico.tmp XKBGetMap.pico.tmp XKBGetByName.pico.tmp XKBNames.pico.tmp XKBRdBuf.pico.tmp XKBSetMap.pico.tmp XKBUse.pico.tmp XKBleds.pico.tmp XKBBell.pico.tmp XKBGeom.pico.tmp XKBSetGeom.pico.tmp XKBExtDev.pico.tmp XKBList.pico.tmp XKBMisc.pico.tmp XKBMAlloc.pico.tmp XKBGAlloc.pico.tmp XKBAlloc.pico.tmp XDefaultIMIF.pico.tmp XDefaultOMIF.pico.tmp xim_trans.pico.tmp ICWrap.pico.tmp IMWrap.pico.tmp imKStoUCS.pico.tmp lcCT.pico.tmp lcCharSet.pico.tmp lcConv.pico.tmp lcDB.pico.tmp lcDynamic.pico.tmp lcFile.pico.tmp lcGeneric.pico.tmp lcInit.pico.tmp lcPrTxt.pico.tmp lcPubWrap.pico.tmp lcPublic.pico.tmp lcRM.pico.tmp lcStd.pico.tmp lcTxtPr.pico.tmp lcUTF8.pico.tmp lcUtil.pico.tmp lcWrap.pico.tmp mbWMProps.pico.tmp mbWrap.pico.tmp utf8WMProps.pico.tmp utf8Wrap.pico.tmp wcWrap.pico.tmp xcb_disp.pico.tmp xcb_io.pico.tmp imCallbk.pico.tmp imDefFlt.pico.tmp imDefIc.pico.tmp imDefIm.pico.tmp imDefLkup.pico.tmp imDispch.pico.tmp imEvToWire.pico.tmp imExten.pico.tmp imImSw.pico.tmp imInsClbk.pico.tmp imInt.pico.tmp imLcFlt.pico.tmp imLcGIc.pico.tmp imLcIc.pico.tmp imLcIm.pico.tmp imLcLkup.pico.tmp imLcPrs.pico.tmp imLcSIc.pico.tmp imRmAttr.pico.tmp imRm.pico.tmp imThaiFlt.pico.tmp imThaiIc.pico.tmp imThaiIm.pico.tmp imTrans.pico.tmp imTransR.pico.tmp imTrX.pico.tmp lcDefConv.pico.tmp lcUTF8Load.pico.tmp lcGenConv.pico.tmp omDefault.pico.tmp omGeneric.pico.tmp omImText.pico.tmp omText.pico.tmp omTextEsc.pico.tmp omTextExt.pico.tmp omTextPer.pico.tmp omXChar.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/loader_attic && rm -f .depend e_loader_attic.d e_loader_attic.d.tmp tags || true) --- cleandir-ossltest --- cleandir ===> crypto/external/bsd/openssl/lib/engines/ossltest --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/dynamic && rm -f llib-lX11.ln AllCells.ln AllowEv.ln AllPlanes.ln AutoRep.ln Backgnd.ln BdrWidth.ln Bell.ln Border.ln ChAccCon.ln ChActPGb.ln ChClMode.ln ChCmap.ln ChGC.ln ChKeyCon.ln ChkIfEv.ln ChkMaskEv.ln ChkTypEv.ln ChkTypWEv.ln ChkWinEv.ln ChPntCon.ln ChProp.ln ChSaveSet.ln ChWAttrs.ln ChWindow.ln CirWin.ln CirWinDn.ln CirWinUp.ln ClDisplay.ln ClearArea.ln Clear.ln ConfWind.ln Context.ln ConvSel.ln CopyArea.ln CopyCmap.ln CopyGC.ln CopyPlane.ln CrBFData.ln CrCmap.ln CrCursor.ln CrGC.ln CrGlCur.ln CrPFBData.ln CrPixmap.ln CrWindow.ln Cursor.ln DefCursor.ln DelProp.ln Depths.ln DestSubs.ln DestWind.ln DisName.ln DrArc.ln DrArcs.ln DrLine.ln DrLines.ln DrPoint.ln DrPoints.ln DrRect.ln DrRects.ln DrSegs.ln ErrDes.ln ErrHndlr.ln evtomask.ln EvToWire.ln FetchName.ln FillArc.ln FillArcs.ln FillPoly.ln FillRct.ln FillRcts.ln FilterEv.ln Flush.ln Font.ln FontInfo.ln FontNames.ln FreeCmap.ln FreeCols.ln FreeCurs.ln FreeEData.ln FreeEventData.ln FreeGC.ln FreePix.ln FSSaver.ln FSWrap.ln GCMisc.ln Geom.ln GetAtomNm.ln GetColor.ln GetDflt.ln GetEventData.ln GetFPath.ln GetFProp.ln GetGCVals.ln GetGeom.ln GetHColor.ln GetHints.ln GetIFocus.ln GetImage.ln GetKCnt.ln GetMoEv.ln GetNrmHint.ln GetPCnt.ln GetPntMap.ln GetProp.ln GetRGBCMap.ln GetSOwner.ln GetSSaver.ln GetStCmap.ln GetTxtProp.ln GetWAttrs.ln GetWMCMapW.ln GetWMProto.ln globals.ln GrButton.ln GrKeybd.ln GrKey.ln GrPointer.ln GrServer.ln Host.ln Iconify.ln IfEvent.ln imConv.ln ImText16.ln ImText.ln ImUtil.ln InitExt.ln InsCmap.ln IntAtom.ln KeyBind.ln KeysymStr.ln KillCl.ln LiHosts.ln LiICmaps.ln LiProps.ln ListExt.ln LoadFont.ln LockDis.ln locking.ln LookupCol.ln LowerWin.ln Macros.ln MapRaised.ln MapSubs.ln MapWindow.ln MaskEvent.ln Misc.ln ModMap.ln MoveWin.ln NextEvent.ln OCWrap.ln OMWrap.ln OpenDis.ln ParseCmd.ln ParseCol.ln ParseGeom.ln PeekEvent.ln PeekIfEv.ln Pending.ln PixFormats.ln PmapBgnd.ln PmapBord.ln PolyReg.ln PolyTxt16.ln PolyTxt.ln PropAlloc.ln PutBEvent.ln PutImage.ln Quarks.ln QuBest.ln QuColor.ln QuColors.ln QuCurShp.ln QuExt.ln QuKeybd.ln QuPntr.ln QuStipShp.ln QuTextE16.ln QuTextExt.ln QuTileShp.ln QuTree.ln RaiseWin.ln RdBitF.ln RecolorC.ln ReconfWin.ln ReconfWM.ln Region.ln RegstFlt.ln RepWindow.ln RestackWs.ln RotProp.ln ScrResStr.ln SelInput.ln SendEvent.ln SetBack.ln SetClMask.ln SetClOrig.ln SetCRects.ln SetDashes.ln SetFont.ln SetFore.ln SetFPath.ln SetFunc.ln SetHints.ln SetIFocus.ln SetLocale.ln SetLStyle.ln SetNrmHint.ln SetPMask.ln SetPntMap.ln SetRGBCMap.ln SetSOwner.ln SetSSaver.ln SetState.ln SetStCmap.ln SetStip.ln SetTile.ln SetTSOrig.ln SetTxtProp.ln SetWMCMapW.ln SetWMProto.ln StBytes.ln StColor.ln StColors.ln StName.ln StNColor.ln StrKeysym.ln StrToText.ln Sync.ln Synchro.ln Text16.ln Text.ln TextExt16.ln TextExt.ln TextToStr.ln TrCoords.ln UndefCurs.ln UngrabBut.ln UngrabKbd.ln UngrabKey.ln UngrabPtr.ln UngrabSvr.ln UninsCmap.ln UnldFont.ln UnmapSubs.ln UnmapWin.ln VisUtil.ln WarpPtr.ln Window.ln WinEvent.ln Withdraw.ln WMGeom.ln WMProps.ln WrBitF.ln XlibAsync.ln XlibInt.ln Xrm.ln AddDIC.ln AddSF.ln CCC.ln CvColW.ln CvCols.ln HVC.ln HVCGcC.ln HVCGcV.ln HVCGcVC.ln HVCMnV.ln HVCMxC.ln HVCMxV.ln HVCMxVC.ln HVCMxVs.ln HVCWpAj.ln IdOfPr.ln LRGB.ln Lab.ln LabGcC.ln LabGcL.ln LabGcLC.ln LabMnL.ln LabMxC.ln LabMxL.ln LabMxLC.ln LabWpAj.ln Luv.ln LuvGcC.ln LuvGcL.ln LuvGcLC.ln LuvMnL.ln LuvMxC.ln LuvMxL.ln LuvMxLC.ln LuvWpAj.ln OfCCC.ln PrOfId.ln QBlack.ln QBlue.ln QGreen.ln QRed.ln QWhite.ln QuCol.ln QuCols.ln SetCCC.ln SetGetCols.ln StCol.ln StCols.ln UNDEFINED.ln XRGB.ln XYZ.ln cmsAllCol.ln cmsAllNCol.ln cmsCmap.ln cmsColNm.ln cmsGlobls.ln cmsInt.ln cmsLkCol.ln cmsMath.ln cmsProp.ln cmsTrig.ln uvY.ln xyY.ln XKB.ln XKBBind.ln XKBCompat.ln XKBCtrls.ln XKBCvt.ln XKBGetMap.ln XKBGetByName.ln XKBNames.ln XKBRdBuf.ln XKBSetMap.ln XKBUse.ln XKBleds.ln XKBBell.ln XKBGeom.ln XKBSetGeom.ln XKBExtDev.ln XKBList.ln XKBMisc.ln XKBMAlloc.ln XKBGAlloc.ln XKBAlloc.ln XDefaultIMIF.ln XDefaultOMIF.ln xim_trans.ln ICWrap.ln IMWrap.ln imKStoUCS.ln lcCT.ln lcCharSet.ln lcConv.ln lcDB.ln lcDynamic.ln lcFile.ln lcGeneric.ln lcInit.ln lcPrTxt.ln lcPubWrap.ln lcPublic.ln lcRM.ln lcStd.ln lcTxtPr.ln lcUTF8.ln lcUtil.ln lcWrap.ln mbWMProps.ln mbWrap.ln utf8WMProps.ln utf8Wrap.ln wcWrap.ln xcb_disp.ln xcb_io.ln imCallbk.ln imDefFlt.ln imDefIc.ln imDefIm.ln imDefLkup.ln imDispch.ln imEvToWire.ln imExten.ln imImSw.ln imInsClbk.ln imInt.ln imLcFlt.ln imLcGIc.ln imLcIc.ln imLcIm.ln imLcLkup.ln imLcPrs.ln imLcSIc.ln imRmAttr.ln imRm.ln imThaiFlt.ln imThaiIc.ln imThaiIm.ln imTrans.ln imTransR.ln imTrX.ln lcDefConv.ln lcUTF8Load.ln lcGenConv.ln omDefault.ln omGeneric.ln omImText.ln omText.ln omTextEsc.ln omTextExt.ln omTextPer.ln omXChar.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/dynamic && rm -f llib-lX11.ln AllCells.ln AllowEv.ln AllPlanes.ln AutoRep.ln Backgnd.ln BdrWidth.ln Bell.ln Border.ln ChAccCon.ln ChActPGb.ln ChClMode.ln ChCmap.ln ChGC.ln ChKeyCon.ln ChkIfEv.ln ChkMaskEv.ln ChkTypEv.ln ChkTypWEv.ln ChkWinEv.ln ChPntCon.ln ChProp.ln ChSaveSet.ln ChWAttrs.ln ChWindow.ln CirWin.ln CirWinDn.ln CirWinUp.ln ClDisplay.ln ClearArea.ln Clear.ln ConfWind.ln Context.ln ConvSel.ln CopyArea.ln CopyCmap.ln CopyGC.ln CopyPlane.ln CrBFData.ln CrCmap.ln CrCursor.ln CrGC.ln CrGlCur.ln CrPFBData.ln CrPixmap.ln CrWindow.ln Cursor.ln DefCursor.ln DelProp.ln Depths.ln DestSubs.ln DestWind.ln DisName.ln DrArc.ln DrArcs.ln DrLine.ln DrLines.ln DrPoint.ln DrPoints.ln DrRect.ln DrRects.ln DrSegs.ln ErrDes.ln ErrHndlr.ln evtomask.ln EvToWire.ln FetchName.ln FillArc.ln FillArcs.ln FillPoly.ln FillRct.ln FillRcts.ln FilterEv.ln Flush.ln Font.ln FontInfo.ln FontNames.ln FreeCmap.ln FreeCols.ln FreeCurs.ln FreeEData.ln FreeEventData.ln FreeGC.ln FreePix.ln FSSaver.ln FSWrap.ln GCMisc.ln Geom.ln GetAtomNm.ln GetColor.ln GetDflt.ln GetEventData.ln GetFPath.ln GetFProp.ln GetGCVals.ln GetGeom.ln GetHColor.ln GetHints.ln GetIFocus.ln GetImage.ln GetKCnt.ln GetMoEv.ln GetNrmHint.ln GetPCnt.ln GetPntMap.ln GetProp.ln GetRGBCMap.ln GetSOwner.ln GetSSaver.ln GetStCmap.ln GetTxtProp.ln GetWAttrs.ln GetWMCMapW.ln GetWMProto.ln globals.ln GrButton.ln GrKeybd.ln GrKey.ln GrPointer.ln GrServer.ln Host.ln Iconify.ln IfEvent.ln imConv.ln ImText16.ln ImText.ln ImUtil.ln InitExt.ln InsCmap.ln IntAtom.ln KeyBind.ln KeysymStr.ln KillCl.ln LiHosts.ln LiICmaps.ln LiProps.ln ListExt.ln LoadFont.ln LockDis.ln locking.ln LookupCol.ln LowerWin.ln Macros.ln MapRaised.ln MapSubs.ln MapWindow.ln MaskEvent.ln Misc.ln ModMap.ln MoveWin.ln NextEvent.ln OCWrap.ln OMWrap.ln OpenDis.ln ParseCmd.ln ParseCol.ln ParseGeom.ln PeekEvent.ln PeekIfEv.ln Pending.ln PixFormats.ln PmapBgnd.ln PmapBord.ln PolyReg.ln PolyTxt16.ln PolyTxt.ln PropAlloc.ln PutBEvent.ln PutImage.ln Quarks.ln QuBest.ln QuColor.ln QuColors.ln QuCurShp.ln QuExt.ln QuKeybd.ln QuPntr.ln QuStipShp.ln QuTextE16.ln QuTextExt.ln QuTileShp.ln QuTree.ln RaiseWin.ln RdBitF.ln RecolorC.ln ReconfWin.ln ReconfWM.ln Region.ln RegstFlt.ln RepWindow.ln RestackWs.ln RotProp.ln ScrResStr.ln SelInput.ln SendEvent.ln SetBack.ln SetClMask.ln SetClOrig.ln SetCRects.ln SetDashes.ln SetFont.ln SetFore.ln SetFPath.ln SetFunc.ln SetHints.ln SetIFocus.ln SetLocale.ln SetLStyle.ln SetNrmHint.ln SetPMask.ln SetPntMap.ln SetRGBCMap.ln SetSOwner.ln SetSSaver.ln SetState.ln SetStCmap.ln SetStip.ln SetTile.ln SetTSOrig.ln SetTxtProp.ln SetWMCMapW.ln SetWMProto.ln StBytes.ln StColor.ln StColors.ln StName.ln StNColor.ln StrKeysym.ln StrToText.ln Sync.ln Synchro.ln Text16.ln Text.ln TextExt16.ln TextExt.ln TextToStr.ln TrCoords.ln UndefCurs.ln UngrabBut.ln UngrabKbd.ln UngrabKey.ln UngrabPtr.ln UngrabSvr.ln UninsCmap.ln UnldFont.ln UnmapSubs.ln UnmapWin.ln VisUtil.ln WarpPtr.ln Window.ln WinEvent.ln Withdraw.ln WMGeom.ln WMProps.ln WrBitF.ln XlibAsync.ln XlibInt.ln Xrm.ln AddDIC.ln AddSF.ln CCC.ln CvColW.ln CvCols.ln HVC.ln HVCGcC.ln HVCGcV.ln HVCGcVC.ln HVCMnV.ln HVCMxC.ln HVCMxV.ln HVCMxVC.ln HVCMxVs.ln HVCWpAj.ln IdOfPr.ln LRGB.ln Lab.ln LabGcC.ln LabGcL.ln LabGcLC.ln LabMnL.ln LabMxC.ln LabMxL.ln LabMxLC.ln LabWpAj.ln Luv.ln LuvGcC.ln LuvGcL.ln LuvGcLC.ln LuvMnL.ln LuvMxC.ln LuvMxL.ln LuvMxLC.ln LuvWpAj.ln OfCCC.ln PrOfId.ln QBlack.ln QBlue.ln QGreen.ln QRed.ln QWhite.ln QuCol.ln QuCols.ln SetCCC.ln SetGetCols.ln StCol.ln StCols.ln UNDEFINED.ln XRGB.ln XYZ.ln cmsAllCol.ln cmsAllNCol.ln cmsCmap.ln cmsColNm.ln cmsGlobls.ln cmsInt.ln cmsLkCol.ln cmsMath.ln cmsProp.ln cmsTrig.ln uvY.ln xyY.ln XKB.ln XKBBind.ln XKBCompat.ln XKBCtrls.ln XKBCvt.ln XKBGetMap.ln XKBGetByName.ln XKBNames.ln XKBRdBuf.ln XKBSetMap.ln XKBUse.ln XKBleds.ln XKBBell.ln XKBGeom.ln XKBSetGeom.ln XKBExtDev.ln XKBList.ln XKBMisc.ln XKBMAlloc.ln XKBGAlloc.ln XKBAlloc.ln XDefaultIMIF.ln XDefaultOMIF.ln xim_trans.ln ICWrap.ln IMWrap.ln imKStoUCS.ln lcCT.ln lcCharSet.ln lcConv.ln lcDB.ln lcDynamic.ln lcFile.ln lcGeneric.ln lcInit.ln lcPrTxt.ln lcPubWrap.ln lcPublic.ln lcRM.ln lcStd.ln lcTxtPr.ln lcUTF8.ln lcUtil.ln lcWrap.ln mbWMProps.ln mbWrap.ln utf8WMProps.ln utf8Wrap.ln wcWrap.ln xcb_disp.ln xcb_io.ln imCallbk.ln imDefFlt.ln imDefIc.ln imDefIm.ln imDefLkup.ln imDispch.ln imEvToWire.ln imExten.ln imImSw.ln imInsClbk.ln imInt.ln imLcFlt.ln imLcGIc.ln imLcIc.ln imLcIm.ln imLcLkup.ln imLcPrs.ln imLcSIc.ln imRmAttr.ln imRm.ln imThaiFlt.ln imThaiIc.ln imThaiIm.ln imTrans.ln imTransR.ln imTrX.ln lcDefConv.ln lcUTF8Load.ln lcGenConv.ln omDefault.ln omGeneric.ln omImText.ln omText.ln omTextEsc.ln omTextExt.ln omTextPer.ln omXChar.ln || true) --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest.a e_ossltest.o e_ossltest.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest.a e_ossltest.o e_ossltest.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/dynamic && rm -f .depend AddDIC.d AddSF.d AllCells.d AllPlanes.d AllowEv.d AutoRep.d Backgnd.d BdrWidth.d Bell.d Border.d CCC.d ChAccCon.d ChActPGb.d ChClMode.d ChCmap.d ChGC.d ChKeyCon.d ChPntCon.d ChProp.d ChSaveSet.d ChWAttrs.d ChWindow.d ChkIfEv.d ChkMaskEv.d ChkTypEv.d ChkTypWEv.d ChkWinEv.d CirWin.d CirWinDn.d CirWinUp.d ClDisplay.d Clear.d ClearArea.d ConfWind.d Context.d ConvSel.d CopyArea.d CopyCmap.d CopyGC.d CopyPlane.d CrBFData.d CrCmap.d CrCursor.d CrGC.d CrGlCur.d CrPFBData.d CrPixmap.d CrWindow.d Cursor.d CvColW.d CvCols.d DefCursor.d DelProp.d Depths.d DestSubs.d DestWind.d DisName.d DrArc.d DrArcs.d DrLine.d DrLines.d DrPoint.d DrPoints.d DrRect.d DrRects.d DrSegs.d ErrDes.d ErrHndlr.d EvToWire.d FSSaver.d FSWrap.d FetchName.d FillArc.d FillArcs.d FillPoly.d FillRct.d FillRcts.d FilterEv.d Flush.d Font.d FontInfo.d FontNames.d FreeCmap.d FreeCols.d FreeCurs.d FreeEData.d FreeEventData.d FreeGC.d FreePix.d GCMisc.d Geom.d GetAtomNm.d GetColor.d GetDflt.d GetEventData.d GetFPath.d GetFProp.d GetGCVals.d GetGeom.d GetHColor.d GetHints.d GetIFocus.d GetImage.d GetKCnt.d GetMoEv.d GetNrmHint.d GetPCnt.d GetPntMap.d GetProp.d GetRGBCMap.d GetSOwner.d GetSSaver.d GetStCmap.d GetTxtProp.d GetWAttrs.d GetWMCMapW.d GetWMProto.d GrButton.d GrKey.d GrKeybd.d GrPointer.d GrServer.d HVC.d HVCGcC.d HVCGcV.d HVCGcVC.d HVCMnV.d HVCMxC.d HVCMxV.d HVCMxVC.d HVCMxVs.d HVCWpAj.d Host.d ICWrap.d IMWrap.d Iconify.d IdOfPr.d IfEvent.d ImText.d ImText16.d ImUtil.d InitExt.d InsCmap.d IntAtom.d KeyBind.d KeysymStr.d KillCl.d LRGB.d Lab.d LabGcC.d LabGcL.d LabGcLC.d LabMnL.d LabMxC.d LabMxL.d LabMxLC.d LabWpAj.d LiHosts.d LiICmaps.d LiProps.d ListExt.d LoadFont.d LockDis.d LookupCol.d LowerWin.d Luv.d LuvGcC.d LuvGcL.d LuvGcLC.d LuvMnL.d LuvMxC.d LuvMxL.d LuvMxLC.d LuvWpAj.d Macros.d MapRaised.d MapSubs.d MapWindow.d MaskEvent.d Misc.d ModMap.d MoveWin.d NextEvent.d OCWrap.d OMWrap.d OfCCC.d OpenDis.d ParseCmd.d ParseCol.d ParseGeom.d PeekEvent.d PeekIfEv.d Pending.d PixFormats.d PmapBgnd.d PmapBord.d PolyReg.d PolyTxt.d PolyTxt16.d PrOfId.d PropAlloc.d PutBEvent.d PutImage.d QBlack.d QBlue.d QGreen.d QRed.d QWhite.d QuBest.d QuCol.d QuColor.d QuColors.d QuCols.d QuCurShp.d QuExt.d QuKeybd.d QuPntr.d QuStipShp.d QuTextE16.d QuTextExt.d QuTileShp.d QuTree.d Quarks.d RaiseWin.d RdBitF.d RecolorC.d ReconfWM.d ReconfWin.d Region.d RegstFlt.d RepWindow.d RestackWs.d RotProp.d ScrResStr.d SelInput.d SendEvent.d SetBack.d SetCCC.d SetCRects.d SetClMask.d SetClOrig.d SetDashes.d SetFPath.d SetFont.d SetFore.d SetFunc.d SetGetCols.d SetHints.d SetIFocus.d SetLStyle.d SetLocale.d SetNrmHint.d SetPMask.d SetPntMap.d SetRGBCMap.d SetSOwner.d SetSSaver.d SetStCmap.d SetState.d SetStip.d SetTSOrig.d SetTile.d SetTxtProp.d SetWMCMapW.d SetWMProto.d StBytes.d StCol.d StColor.d StColors.d StCols.d StNColor.d StName.d StrKeysym.d StrToText.d Sync.d Synchro.d Text.d Text16.d TextExt.d TextExt16.d TextToStr.d TrCoords.d UNDEFINED.d UndefCurs.d UngrabBut.d UngrabKbd.d UngrabKey.d UngrabPtr.d UngrabSvr.d UninsCmap.d UnldFont.d UnmapSubs.d UnmapWin.d VisUtil.d WMGeom.d WMProps.d WarpPtr.d WinEvent.d Window.d Withdraw.d WrBitF.d XDefaultIMIF.d XDefaultOMIF.d XKB.d XKBAlloc.d XKBBell.d XKBBind.d XKBCompat.d XKBCtrls.d XKBCvt.d XKBExtDev.d XKBGAlloc.d XKBGeom.d XKBGetByName.d XKBGetMap.d XKBList.d XKBMAlloc.d XKBMisc.d XKBNames.d XKBRdBuf.d XKBSetGeom.d XKBSetMap.d XKBUse.d XKBleds.d XRGB.d XYZ.d XlibAsync.d XlibInt.d Xrm.d cmsAllCol.d cmsAllNCol.d cmsCmap.d cmsColNm.d cmsGlobls.d cmsInt.d cmsLkCol.d cmsMath.d cmsProp.d cmsTrig.d evtomask.d globals.d imCallbk.d imConv.d imDefFlt.d imDefIc.d imDefIm.d imDefLkup.d imDispch.d imEvToWire.d imExten.d imImSw.d imInsClbk.d imInt.d imKStoUCS.d imLcFlt.d imLcGIc.d imLcIc.d imLcIm.d imLcLkup.d imLcPrs.d imLcSIc.d imRm.d imRmAttr.d imThaiFlt.d imThaiIc.d imThaiIm.d imTrX.d imTrans.d imTransR.d lcCT.d lcCharSet.d lcConv.d lcDB.d lcDefConv.d lcDynamic.d lcFile.d lcGenConv.d lcGeneric.d lcInit.d lcPrTxt.d lcPubWrap.d lcPublic.d lcRM.d lcStd.d lcTxtPr.d lcUTF8.d lcUTF8Load.d lcUtil.d lcWrap.d locking.d mbWMProps.d mbWrap.d omDefault.d omGeneric.d omImText.d omText.d omTextEsc.d omTextExt.d omTextPer.d omXChar.d utf8WMProps.d utf8Wrap.d uvY.d wcWrap.d xcb_disp.d xcb_io.d xim_trans.d xyY.d AddDIC.d.tmp AddSF.d.tmp AllCells.d.tmp AllPlanes.d.tmp AllowEv.d.tmp AutoRep.d.tmp Backgnd.d.tmp BdrWidth.d.tmp Bell.d.tmp Border.d.tmp CCC.d.tmp ChAccCon.d.tmp ChActPGb.d.tmp ChClMode.d.tmp ChCmap.d.tmp ChGC.d.tmp ChKeyCon.d.tmp ChPntCon.d.tmp ChProp.d.tmp ChSaveSet.d.tmp ChWAttrs.d.tmp ChWindow.d.tmp ChkIfEv.d.tmp ChkMaskEv.d.tmp ChkTypEv.d.tmp ChkTypWEv.d.tmp ChkWinEv.d.tmp CirWin.d.tmp CirWinDn.d.tmp CirWinUp.d.tmp ClDisplay.d.tmp Clear.d.tmp ClearArea.d.tmp ConfWind.d.tmp Context.d.tmp ConvSel.d.tmp CopyArea.d.tmp CopyCmap.d.tmp CopyGC.d.tmp CopyPlane.d.tmp CrBFData.d.tmp CrCmap.d.tmp CrCursor.d.tmp CrGC.d.tmp CrGlCur.d.tmp CrPFBData.d.tmp CrPixmap.d.tmp CrWindow.d.tmp Cursor.d.tmp CvColW.d.tmp CvCols.d.tmp DefCursor.d.tmp DelProp.d.tmp Depths.d.tmp DestSubs.d.tmp DestWind.d.tmp DisName.d.tmp DrArc.d.tmp DrArcs.d.tmp DrLine.d.tmp DrLines.d.tmp DrPoint.d.tmp DrPoints.d.tmp DrRect.d.tmp DrRects.d.tmp DrSegs.d.tmp ErrDes.d.tmp ErrHndlr.d.tmp EvToWire.d.tmp FSSaver.d.tmp FSWrap.d.tmp FetchName.d.tmp FillArc.d.tmp FillArcs.d.tmp FillPoly.d.tmp FillRct.d.tmp FillRcts.d.tmp FilterEv.d.tmp Flush.d.tmp Font.d.tmp FontInfo.d.tmp FontNames.d.tmp FreeCmap.d.tmp FreeCols.d.tmp FreeCurs.d.tmp FreeEData.d.tmp FreeEventData.d.tmp FreeGC.d.tmp FreePix.d.tmp GCMisc.d.tmp Geom.d.tmp GetAtomNm.d.tmp GetColor.d.tmp GetDflt.d.tmp GetEventData.d.tmp GetFPath.d.tmp GetFProp.d.tmp GetGCVals.d.tmp GetGeom.d.tmp GetHColor.d.tmp GetHints.d.tmp GetIFocus.d.tmp GetImage.d.tmp GetKCnt.d.tmp GetMoEv.d.tmp GetNrmHint.d.tmp GetPCnt.d.tmp GetPntMap.d.tmp GetProp.d.tmp GetRGBCMap.d.tmp GetSOwner.d.tmp GetSSaver.d.tmp GetStCmap.d.tmp GetTxtProp.d.tmp GetWAttrs.d.tmp GetWMCMapW.d.tmp GetWMProto.d.tmp GrButton.d.tmp GrKey.d.tmp GrKeybd.d.tmp GrPointer.d.tmp GrServer.d.tmp HVC.d.tmp HVCGcC.d.tmp HVCGcV.d.tmp HVCGcVC.d.tmp HVCMnV.d.tmp HVCMxC.d.tmp HVCMxV.d.tmp HVCMxVC.d.tmp HVCMxVs.d.tmp HVCWpAj.d.tmp Host.d.tmp ICWrap.d.tmp IMWrap.d.tmp Iconify.d.tmp IdOfPr.d.tmp IfEvent.d.tmp ImText.d.tmp ImText16.d.tmp ImUtil.d.tmp InitExt.d.tmp InsCmap.d.tmp IntAtom.d.tmp KeyBind.d.tmp KeysymStr.d.tmp KillCl.d.tmp LRGB.d.tmp Lab.d.tmp LabGcC.d.tmp LabGcL.d.tmp LabGcLC.d.tmp LabMnL.d.tmp LabMxC.d.tmp LabMxL.d.tmp LabMxLC.d.tmp LabWpAj.d.tmp LiHosts.d.tmp LiICmaps.d.tmp LiProps.d.tmp ListExt.d.tmp LoadFont.d.tmp LockDis.d.tmp LookupCol.d.tmp LowerWin.d.tmp Luv.d.tmp LuvGcC.d.tmp LuvGcL.d.tmp LuvGcLC.d.tmp LuvMnL.d.tmp LuvMxC.d.tmp LuvMxL.d.tmp LuvMxLC.d.tmp LuvWpAj.d.tmp Macros.d.tmp MapRaised.d.tmp MapSubs.d.tmp MapWindow.d.tmp MaskEvent.d.tmp Misc.d.tmp ModMap.d.tmp MoveWin.d.tmp NextEvent.d.tmp OCWrap.d.tmp OMWrap.d.tmp OfCCC.d.tmp OpenDis.d.tmp ParseCmd.d.tmp ParseCol.d.tmp ParseGeom.d.tmp PeekEvent.d.tmp PeekIfEv.d.tmp Pending.d.tmp PixFormats.d.tmp PmapBgnd.d.tmp PmapBord.d.tmp PolyReg.d.tmp PolyTxt.d.tmp PolyTxt16.d.tmp PrOfId.d.tmp PropAlloc.d.tmp PutBEvent.d.tmp PutImage.d.tmp QBlack.d.tmp QBlue.d.tmp QGreen.d.tmp QRed.d.tmp QWhite.d.tmp QuBest.d.tmp QuCol.d.tmp QuColor.d.tmp QuColors.d.tmp QuCols.d.tmp QuCurShp.d.tmp QuExt.d.tmp QuKeybd.d.tmp QuPntr.d.tmp QuStipShp.d.tmp QuTextE16.d.tmp QuTextExt.d.tmp QuTileShp.d.tmp QuTree.d.tmp Quarks.d.tmp RaiseWin.d.tmp RdBitF.d.tmp RecolorC.d.tmp ReconfWM.d.tmp ReconfWin.d.tmp Region.d.tmp RegstFlt.d.tmp RepWindow.d.tmp RestackWs.d.tmp RotProp.d.tmp ScrResStr.d.tmp SelInput.d.tmp SendEvent.d.tmp SetBack.d.tmp SetCCC.d.tmp SetCRects.d.tmp SetClMask.d.tmp SetClOrig.d.tmp SetDashes.d.tmp SetFPath.d.tmp SetFont.d.tmp SetFore.d.tmp SetFunc.d.tmp SetGetCols.d.tmp SetHints.d.tmp SetIFocus.d.tmp SetLStyle.d.tmp SetLocale.d.tmp SetNrmHint.d.tmp SetPMask.d.tmp SetPntMap.d.tmp SetRGBCMap.d.tmp SetSOwner.d.tmp SetSSaver.d.tmp SetStCmap.d.tmp SetState.d.tmp SetStip.d.tmp SetTSOrig.d.tmp SetTile.d.tmp SetTxtProp.d.tmp SetWMCMapW.d.tmp SetWMProto.d.tmp StBytes.d.tmp StCol.d.tmp StColor.d.tmp StColors.d.tmp StCols.d.tmp StNColor.d.tmp StName.d.tmp StrKeysym.d.tmp StrToText.d.tmp Sync.d.tmp Synchro.d.tmp Text.d.tmp Text16.d.tmp TextExt.d.tmp TextExt16.d.tmp TextToStr.d.tmp TrCoords.d.tmp UNDEFINED.d.tmp UndefCurs.d.tmp UngrabBut.d.tmp UngrabKbd.d.tmp UngrabKey.d.tmp UngrabPtr.d.tmp UngrabSvr.d.tmp UninsCmap.d.tmp UnldFont.d.tmp UnmapSubs.d.tmp UnmapWin.d.tmp VisUtil.d.tmp WMGeom.d.tmp WMProps.d.tmp WarpPtr.d.tmp WinEvent.d.tmp Window.d.tmp Withdraw.d.tmp WrBitF.d.tmp XDefaultIMIF.d.tmp XDefaultOMIF.d.tmp XKB.d.tmp XKBAlloc.d.tmp XKBBell.d.tmp XKBBind.d.tmp XKBCompat.d.tmp XKBCtrls.d.tmp XKBCvt.d.tmp XKBExtDev.d.tmp XKBGAlloc.d.tmp XKBGeom.d.tmp XKBGetByName.d.tmp XKBGetMap.d.tmp XKBList.d.tmp XKBMAlloc.d.tmp XKBMisc.d.tmp XKBNames.d.tmp XKBRdBuf.d.tmp XKBSetGeom.d.tmp XKBSetMap.d.tmp XKBUse.d.tmp XKBleds.d.tmp XRGB.d.tmp XYZ.d.tmp XlibAsync.d.tmp XlibInt.d.tmp Xrm.d.tmp cmsAllCol.d.tmp cmsAllNCol.d.tmp cmsCmap.d.tmp cmsColNm.d.tmp cmsGlobls.d.tmp cmsInt.d.tmp cmsLkCol.d.tmp cmsMath.d.tmp cmsProp.d.tmp cmsTrig.d.tmp evtomask.d.tmp globals.d.tmp imCallbk.d.tmp imConv.d.tmp imDefFlt.d.tmp imDefIc.d.tmp imDefIm.d.tmp imDefLkup.d.tmp imDispch.d.tmp imEvToWire.d.tmp imExten.d.tmp imImSw.d.tmp imInsClbk.d.tmp imInt.d.tmp imKStoUCS.d.tmp imLcFlt.d.tmp imLcGIc.d.tmp imLcIc.d.tmp imLcIm.d.tmp imLcLkup.d.tmp imLcPrs.d.tmp imLcSIc.d.tmp imRm.d.tmp imRmAttr.d.tmp imThaiFlt.d.tmp imThaiIc.d.tmp imThaiIm.d.tmp imTrX.d.tmp imTrans.d.tmp imTransR.d.tmp lcCT.d.tmp lcCharSet.d.tmp lcConv.d.tmp lcDB.d.tmp lcDefConv.d.tmp lcDynamic.d.tmp lcFile.d.tmp lcGenConv.d.tmp lcGeneric.d.tmp lcInit.d.tmp lcPrTxt.d.tmp lcPubWrap.d.tmp lcPublic.d.tmp lcRM.d.tmp lcStd.d.tmp lcTxtPr.d.tmp lcUTF8.d.tmp lcUTF8Load.d.tmp lcUtil.d.tmp lcWrap.d.tmp locking.d.tmp mbWMProps.d.tmp mbWrap.d.tmp omDefault.d.tmp omGeneric.d.tmp omImText.d.tmp omText.d.tmp omTextEsc.d.tmp omTextExt.d.tmp omTextPer.d.tmp omXChar.d.tmp utf8WMProps.d.tmp utf8Wrap.d.tmp uvY.d.tmp wcWrap.d.tmp xcb_disp.d.tmp xcb_io.d.tmp xim_trans.d.tmp xyY.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/dynamic && rm -f .depend AddDIC.d AddSF.d AllCells.d AllPlanes.d AllowEv.d AutoRep.d Backgnd.d BdrWidth.d Bell.d Border.d CCC.d ChAccCon.d ChActPGb.d ChClMode.d ChCmap.d ChGC.d ChKeyCon.d ChPntCon.d ChProp.d ChSaveSet.d ChWAttrs.d ChWindow.d ChkIfEv.d ChkMaskEv.d ChkTypEv.d ChkTypWEv.d ChkWinEv.d CirWin.d CirWinDn.d CirWinUp.d ClDisplay.d Clear.d ClearArea.d ConfWind.d Context.d ConvSel.d CopyArea.d CopyCmap.d CopyGC.d CopyPlane.d CrBFData.d CrCmap.d CrCursor.d CrGC.d CrGlCur.d CrPFBData.d CrPixmap.d CrWindow.d Cursor.d CvColW.d CvCols.d DefCursor.d DelProp.d Depths.d DestSubs.d DestWind.d DisName.d DrArc.d DrArcs.d DrLine.d DrLines.d DrPoint.d DrPoints.d DrRect.d DrRects.d DrSegs.d ErrDes.d ErrHndlr.d EvToWire.d FSSaver.d FSWrap.d FetchName.d FillArc.d FillArcs.d FillPoly.d FillRct.d FillRcts.d FilterEv.d Flush.d Font.d FontInfo.d FontNames.d FreeCmap.d FreeCols.d FreeCurs.d FreeEData.d FreeEventData.d FreeGC.d FreePix.d GCMisc.d Geom.d GetAtomNm.d GetColor.d GetDflt.d GetEventData.d GetFPath.d GetFProp.d GetGCVals.d GetGeom.d GetHColor.d GetHints.d GetIFocus.d GetImage.d GetKCnt.d GetMoEv.d GetNrmHint.d GetPCnt.d GetPntMap.d GetProp.d GetRGBCMap.d GetSOwner.d GetSSaver.d GetStCmap.d GetTxtProp.d GetWAttrs.d GetWMCMapW.d GetWMProto.d GrButton.d GrKey.d GrKeybd.d GrPointer.d GrServer.d HVC.d HVCGcC.d HVCGcV.d HVCGcVC.d HVCMnV.d HVCMxC.d HVCMxV.d HVCMxVC.d HVCMxVs.d HVCWpAj.d Host.d ICWrap.d IMWrap.d Iconify.d IdOfPr.d IfEvent.d ImText.d ImText16.d ImUtil.d InitExt.d InsCmap.d IntAtom.d KeyBind.d KeysymStr.d KillCl.d LRGB.d Lab.d LabGcC.d LabGcL.d LabGcLC.d LabMnL.d LabMxC.d LabMxL.d LabMxLC.d LabWpAj.d LiHosts.d LiICmaps.d LiProps.d ListExt.d LoadFont.d LockDis.d LookupCol.d LowerWin.d Luv.d LuvGcC.d LuvGcL.d LuvGcLC.d LuvMnL.d LuvMxC.d LuvMxL.d LuvMxLC.d LuvWpAj.d Macros.d MapRaised.d MapSubs.d MapWindow.d MaskEvent.d Misc.d ModMap.d MoveWin.d NextEvent.d OCWrap.d OMWrap.d OfCCC.d OpenDis.d ParseCmd.d ParseCol.d ParseGeom.d PeekEvent.d PeekIfEv.d Pending.d PixFormats.d PmapBgnd.d PmapBord.d PolyReg.d PolyTxt.d PolyTxt16.d PrOfId.d PropAlloc.d PutBEvent.d PutImage.d QBlack.d QBlue.d QGreen.d QRed.d QWhite.d QuBest.d QuCol.d QuColor.d QuColors.d QuCols.d QuCurShp.d QuExt.d QuKeybd.d QuPntr.d QuStipShp.d QuTextE16.d QuTextExt.d QuTileShp.d QuTree.d Quarks.d RaiseWin.d RdBitF.d RecolorC.d ReconfWM.d ReconfWin.d Region.d RegstFlt.d RepWindow.d RestackWs.d RotProp.d ScrResStr.d SelInput.d SendEvent.d SetBack.d SetCCC.d SetCRects.d SetClMask.d SetClOrig.d SetDashes.d SetFPath.d SetFont.d SetFore.d SetFunc.d SetGetCols.d SetHints.d SetIFocus.d SetLStyle.d SetLocale.d SetNrmHint.d SetPMask.d SetPntMap.d SetRGBCMap.d SetSOwner.d SetSSaver.d SetStCmap.d SetState.d SetStip.d SetTSOrig.d SetTile.d SetTxtProp.d SetWMCMapW.d SetWMProto.d StBytes.d StCol.d StColor.d StColors.d StCols.d StNColor.d StName.d StrKeysym.d StrToText.d Sync.d Synchro.d Text.d Text16.d TextExt.d TextExt16.d TextToStr.d TrCoords.d UNDEFINED.d UndefCurs.d UngrabBut.d UngrabKbd.d UngrabKey.d UngrabPtr.d UngrabSvr.d UninsCmap.d UnldFont.d UnmapSubs.d UnmapWin.d VisUtil.d WMGeom.d WMProps.d WarpPtr.d WinEvent.d Window.d Withdraw.d WrBitF.d XDefaultIMIF.d XDefaultOMIF.d XKB.d XKBAlloc.d XKBBell.d XKBBind.d XKBCompat.d XKBCtrls.d XKBCvt.d XKBExtDev.d XKBGAlloc.d XKBGeom.d XKBGetByName.d XKBGetMap.d XKBList.d XKBMAlloc.d XKBMisc.d XKBNames.d XKBRdBuf.d XKBSetGeom.d XKBSetMap.d XKBUse.d XKBleds.d XRGB.d XYZ.d XlibAsync.d XlibInt.d Xrm.d cmsAllCol.d cmsAllNCol.d cmsCmap.d cmsColNm.d cmsGlobls.d cmsInt.d cmsLkCol.d cmsMath.d cmsProp.d cmsTrig.d evtomask.d globals.d imCallbk.d imConv.d imDefFlt.d imDefIc.d imDefIm.d imDefLkup.d imDispch.d imEvToWire.d imExten.d imImSw.d imInsClbk.d imInt.d imKStoUCS.d imLcFlt.d imLcGIc.d imLcIc.d imLcIm.d imLcLkup.d imLcPrs.d imLcSIc.d imRm.d imRmAttr.d imThaiFlt.d imThaiIc.d imThaiIm.d imTrX.d imTrans.d imTransR.d lcCT.d lcCharSet.d lcConv.d lcDB.d lcDefConv.d lcDynamic.d lcFile.d lcGenConv.d lcGeneric.d lcInit.d lcPrTxt.d lcPubWrap.d lcPublic.d lcRM.d lcStd.d lcTxtPr.d lcUTF8.d lcUTF8Load.d lcUtil.d lcWrap.d locking.d mbWMProps.d mbWrap.d omDefault.d omGeneric.d omImText.d omText.d omTextEsc.d omTextExt.d omTextPer.d omXChar.d utf8WMProps.d utf8Wrap.d uvY.d wcWrap.d xcb_disp.d xcb_io.d xim_trans.d xyY.d AddDIC.d.tmp AddSF.d.tmp AllCells.d.tmp AllPlanes.d.tmp AllowEv.d.tmp AutoRep.d.tmp Backgnd.d.tmp BdrWidth.d.tmp Bell.d.tmp Border.d.tmp CCC.d.tmp ChAccCon.d.tmp ChActPGb.d.tmp ChClMode.d.tmp ChCmap.d.tmp ChGC.d.tmp ChKeyCon.d.tmp ChPntCon.d.tmp ChProp.d.tmp ChSaveSet.d.tmp ChWAttrs.d.tmp ChWindow.d.tmp ChkIfEv.d.tmp ChkMaskEv.d.tmp ChkTypEv.d.tmp ChkTypWEv.d.tmp ChkWinEv.d.tmp CirWin.d.tmp CirWinDn.d.tmp CirWinUp.d.tmp ClDisplay.d.tmp Clear.d.tmp ClearArea.d.tmp ConfWind.d.tmp Context.d.tmp ConvSel.d.tmp CopyArea.d.tmp CopyCmap.d.tmp CopyGC.d.tmp CopyPlane.d.tmp CrBFData.d.tmp CrCmap.d.tmp CrCursor.d.tmp CrGC.d.tmp CrGlCur.d.tmp CrPFBData.d.tmp CrPixmap.d.tmp CrWindow.d.tmp Cursor.d.tmp CvColW.d.tmp CvCols.d.tmp DefCursor.d.tmp DelProp.d.tmp Depths.d.tmp DestSubs.d.tmp DestWind.d.tmp DisName.d.tmp DrArc.d.tmp DrArcs.d.tmp DrLine.d.tmp DrLines.d.tmp DrPoint.d.tmp DrPoints.d.tmp DrRect.d.tmp DrRects.d.tmp DrSegs.d.tmp ErrDes.d.tmp ErrHndlr.d.tmp EvToWire.d.tmp FSSaver.d.tmp FSWrap.d.tmp FetchName.d.tmp FillArc.d.tmp FillArcs.d.tmp FillPoly.d.tmp FillRct.d.tmp FillRcts.d.tmp FilterEv.d.tmp Flush.d.tmp Font.d.tmp FontInfo.d.tmp FontNames.d.tmp FreeCmap.d.tmp FreeCols.d.tmp FreeCurs.d.tmp FreeEData.d.tmp FreeEventData.d.tmp FreeGC.d.tmp FreePix.d.tmp GCMisc.d.tmp Geom.d.tmp GetAtomNm.d.tmp GetColor.d.tmp GetDflt.d.tmp GetEventData.d.tmp GetFPath.d.tmp GetFProp.d.tmp GetGCVals.d.tmp GetGeom.d.tmp GetHColor.d.tmp GetHints.d.tmp GetIFocus.d.tmp GetImage.d.tmp GetKCnt.d.tmp GetMoEv.d.tmp GetNrmHint.d.tmp GetPCnt.d.tmp GetPntMap.d.tmp GetProp.d.tmp GetRGBCMap.d.tmp GetSOwner.d.tmp GetSSaver.d.tmp GetStCmap.d.tmp GetTxtProp.d.tmp GetWAttrs.d.tmp GetWMCMapW.d.tmp GetWMProto.d.tmp GrButton.d.tmp GrKey.d.tmp GrKeybd.d.tmp GrPointer.d.tmp GrServer.d.tmp HVC.d.tmp HVCGcC.d.tmp HVCGcV.d.tmp HVCGcVC.d.tmp HVCMnV.d.tmp HVCMxC.d.tmp HVCMxV.d.tmp HVCMxVC.d.tmp HVCMxVs.d.tmp HVCWpAj.d.tmp Host.d.tmp ICWrap.d.tmp IMWrap.d.tmp Iconify.d.tmp IdOfPr.d.tmp IfEvent.d.tmp ImText.d.tmp ImText16.d.tmp ImUtil.d.tmp InitExt.d.tmp InsCmap.d.tmp IntAtom.d.tmp KeyBind.d.tmp KeysymStr.d.tmp KillCl.d.tmp LRGB.d.tmp Lab.d.tmp LabGcC.d.tmp LabGcL.d.tmp LabGcLC.d.tmp LabMnL.d.tmp LabMxC.d.tmp LabMxL.d.tmp LabMxLC.d.tmp LabWpAj.d.tmp LiHosts.d.tmp LiICmaps.d.tmp LiProps.d.tmp ListExt.d.tmp LoadFont.d.tmp LockDis.d.tmp LookupCol.d.tmp LowerWin.d.tmp Luv.d.tmp LuvGcC.d.tmp LuvGcL.d.tmp LuvGcLC.d.tmp LuvMnL.d.tmp LuvMxC.d.tmp LuvMxL.d.tmp LuvMxLC.d.tmp LuvWpAj.d.tmp Macros.d.tmp MapRaised.d.tmp MapSubs.d.tmp MapWindow.d.tmp MaskEvent.d.tmp Misc.d.tmp ModMap.d.tmp MoveWin.d.tmp NextEvent.d.tmp OCWrap.d.tmp OMWrap.d.tmp OfCCC.d.tmp OpenDis.d.tmp ParseCmd.d.tmp ParseCol.d.tmp ParseGeom.d.tmp PeekEvent.d.tmp PeekIfEv.d.tmp Pending.d.tmp PixFormats.d.tmp PmapBgnd.d.tmp PmapBord.d.tmp PolyReg.d.tmp PolyTxt.d.tmp PolyTxt16.d.tmp PrOfId.d.tmp PropAlloc.d.tmp PutBEvent.d.tmp PutImage.d.tmp QBlack.d.tmp QBlue.d.tmp QGreen.d.tmp QRed.d.tmp QWhite.d.tmp QuBest.d.tmp QuCol.d.tmp QuColor.d.tmp QuColors.d.tmp QuCols.d.tmp QuCurShp.d.tmp QuExt.d.tmp QuKeybd.d.tmp QuPntr.d.tmp QuStipShp.d.tmp QuTextE16.d.tmp QuTextExt.d.tmp QuTileShp.d.tmp QuTree.d.tmp Quarks.d.tmp RaiseWin.d.tmp RdBitF.d.tmp RecolorC.d.tmp ReconfWM.d.tmp ReconfWin.d.tmp Region.d.tmp RegstFlt.d.tmp RepWindow.d.tmp RestackWs.d.tmp RotProp.d.tmp ScrResStr.d.tmp SelInput.d.tmp SendEvent.d.tmp SetBack.d.tmp SetCCC.d.tmp SetCRects.d.tmp SetClMask.d.tmp SetClOrig.d.tmp SetDashes.d.tmp SetFPath.d.tmp SetFont.d.tmp SetFore.d.tmp SetFunc.d.tmp SetGetCols.d.tmp SetHints.d.tmp SetIFocus.d.tmp SetLStyle.d.tmp SetLocale.d.tmp SetNrmHint.d.tmp SetPMask.d.tmp SetPntMap.d.tmp SetRGBCMap.d.tmp SetSOwner.d.tmp SetSSaver.d.tmp SetStCmap.d.tmp SetState.d.tmp SetStip.d.tmp SetTSOrig.d.tmp SetTile.d.tmp SetTxtProp.d.tmp SetWMCMapW.d.tmp SetWMProto.d.tmp StBytes.d.tmp StCol.d.tmp StColor.d.tmp StColors.d.tmp StCols.d.tmp StNColor.d.tmp StName.d.tmp StrKeysym.d.tmp StrToText.d.tmp Sync.d.tmp Synchro.d.tmp Text.d.tmp Text16.d.tmp TextExt.d.tmp TextExt16.d.tmp TextToStr.d.tmp TrCoords.d.tmp UNDEFINED.d.tmp UndefCurs.d.tmp UngrabBut.d.tmp UngrabKbd.d.tmp UngrabKey.d.tmp UngrabPtr.d.tmp UngrabSvr.d.tmp UninsCmap.d.tmp UnldFont.d.tmp UnmapSubs.d.tmp UnmapWin.d.tmp VisUtil.d.tmp WMGeom.d.tmp WMProps.d.tmp WarpPtr.d.tmp WinEvent.d.tmp Window.d.tmp Withdraw.d.tmp WrBitF.d.tmp XDefaultIMIF.d.tmp XDefaultOMIF.d.tmp XKB.d.tmp XKBAlloc.d.tmp XKBBell.d.tmp XKBBind.d.tmp XKBCompat.d.tmp XKBCtrls.d.tmp XKBCvt.d.tmp XKBExtDev.d.tmp XKBGAlloc.d.tmp XKBGeom.d.tmp XKBGetByName.d.tmp XKBGetMap.d.tmp XKBList.d.tmp XKBMAlloc.d.tmp XKBMisc.d.tmp XKBNames.d.tmp XKBRdBuf.d.tmp XKBSetGeom.d.tmp XKBSetMap.d.tmp XKBUse.d.tmp XKBleds.d.tmp XRGB.d.tmp XYZ.d.tmp XlibAsync.d.tmp XlibInt.d.tmp Xrm.d.tmp cmsAllCol.d.tmp cmsAllNCol.d.tmp cmsCmap.d.tmp cmsColNm.d.tmp cmsGlobls.d.tmp cmsInt.d.tmp cmsLkCol.d.tmp cmsMath.d.tmp cmsProp.d.tmp cmsTrig.d.tmp evtomask.d.tmp globals.d.tmp imCallbk.d.tmp imConv.d.tmp imDefFlt.d.tmp imDefIc.d.tmp imDefIm.d.tmp imDefLkup.d.tmp imDispch.d.tmp imEvToWire.d.tmp imExten.d.tmp imImSw.d.tmp imInsClbk.d.tmp imInt.d.tmp imKStoUCS.d.tmp imLcFlt.d.tmp imLcGIc.d.tmp imLcIc.d.tmp imLcIm.d.tmp imLcLkup.d.tmp imLcPrs.d.tmp imLcSIc.d.tmp imRm.d.tmp imRmAttr.d.tmp imThaiFlt.d.tmp imThaiIc.d.tmp imThaiIm.d.tmp imTrX.d.tmp imTrans.d.tmp imTransR.d.tmp lcCT.d.tmp lcCharSet.d.tmp lcConv.d.tmp lcDB.d.tmp lcDefConv.d.tmp lcDynamic.d.tmp lcFile.d.tmp lcGenConv.d.tmp lcGeneric.d.tmp lcInit.d.tmp lcPrTxt.d.tmp lcPubWrap.d.tmp lcPublic.d.tmp lcRM.d.tmp lcStd.d.tmp lcTxtPr.d.tmp lcUTF8.d.tmp lcUTF8Load.d.tmp lcUtil.d.tmp lcWrap.d.tmp locking.d.tmp mbWMProps.d.tmp mbWrap.d.tmp omDefault.d.tmp omGeneric.d.tmp omImText.d.tmp omText.d.tmp omTextEsc.d.tmp omTextExt.d.tmp omTextPer.d.tmp omXChar.d.tmp utf8WMProps.d.tmp utf8Wrap.d.tmp uvY.d.tmp wcWrap.d.tmp xcb_disp.d.tmp xcb_io.d.tmp xim_trans.d.tmp xyY.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_pic.a libossltest.so.* libossltest.so e_ossltest.pico e_ossltest.pico.tmp || true) --- cleandir-external --- --- cleandir-libX11-xcb --- cleandir ===> external/mit/xorg/lib/libX11/libX11-xcb --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest_pic.a libossltest.so.* libossltest.so e_ossltest.pico e_ossltest.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f llib-lossltest.ln e_ossltest.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f llib-lossltest.ln e_ossltest.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/libX11-xcb && rm -f x11-xcb.pc x11-xcb.pc.tmp libX11-xcb.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f libossltest.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/libX11-xcb && rm -f x11-xcb.pc x11-xcb.pc.tmp libX11-xcb.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f .depend e_ossltest.d e_ossltest.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/libX11-xcb && rm -f libX11-xcb.a x11_xcb.o x11_xcb.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/ossltest && rm -f .depend e_ossltest.d e_ossltest.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/libX11-xcb && rm -f libX11-xcb.a x11_xcb.o x11_xcb.o.tmp || true) --- cleandir-crypto/external --- --- cleandir-padlock --- --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssl/lib/engines/padlock --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/libX11-xcb && rm -f libX11-xcb_p.a x11_xcb.po x11_xcb.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/libX11-xcb && rm -f libX11-xcb_p.a x11_xcb.po x11_xcb.po.tmp || true) --- libclean3 --- --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/libX11-xcb && rm -f libX11-xcb_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock.a e_padlock.o e_padlock.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/libX11-xcb && rm -f libX11-xcb_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock.a e_padlock.o e_padlock.o.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/libX11-xcb && rm -f libX11-xcb_pic.a libX11-xcb.so.* libX11-xcb.so x11_xcb.pico x11_xcb.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/libX11-xcb && rm -f libX11-xcb_pic.a libX11-xcb.so.* libX11-xcb.so x11_xcb.pico x11_xcb.pico.tmp || true) --- cleandir-crypto/external --- --- libclean3 --- --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/libX11-xcb && rm -f llib-lX11-xcb.ln x11_xcb.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/libX11-xcb && rm -f llib-lX11-xcb.ln x11_xcb.ln || true) --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_pic.a libpadlock.so.* libpadlock.so e_padlock.pico e_padlock.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/libX11-xcb && rm -f .depend x11_xcb.d x11_xcb.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock_pic.a libpadlock.so.* libpadlock.so e_padlock.pico e_padlock.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/libX11-xcb && rm -f .depend x11_xcb.d x11_xcb.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- --- cleandir-static --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f llib-lpadlock.ln e_padlock.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libX11/static --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f llib-lpadlock.ln e_padlock.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/static && rm -f ks_tables.h libX11.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f libpadlock.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/static && rm -f ks_tables.h libX11.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/lib/engines/padlock && rm -f .depend e_padlock.d e_padlock.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/lib/engines/padlock && rm -f .depend e_padlock.d e_padlock.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/static && rm -f libX11.a AllCells.o AllowEv.o AllPlanes.o AutoRep.o Backgnd.o BdrWidth.o Bell.o Border.o ChAccCon.o ChActPGb.o ChClMode.o ChCmap.o ChGC.o ChKeyCon.o ChkIfEv.o ChkMaskEv.o ChkTypEv.o ChkTypWEv.o ChkWinEv.o ChPntCon.o ChProp.o ChSaveSet.o ChWAttrs.o ChWindow.o CirWin.o CirWinDn.o CirWinUp.o ClDisplay.o ClearArea.o Clear.o ConfWind.o Context.o ConvSel.o CopyArea.o CopyCmap.o CopyGC.o CopyPlane.o CrBFData.o CrCmap.o CrCursor.o CrGC.o CrGlCur.o CrPFBData.o CrPixmap.o CrWindow.o Cursor.o DefCursor.o DelProp.o Depths.o DestSubs.o DestWind.o DisName.o DrArc.o DrArcs.o DrLine.o DrLines.o DrPoint.o DrPoints.o DrRect.o DrRects.o DrSegs.o ErrDes.o ErrHndlr.o evtomask.o EvToWire.o FetchName.o FillArc.o FillArcs.o FillPoly.o FillRct.o FillRcts.o FilterEv.o Flush.o Font.o FontInfo.o FontNames.o FreeCmap.o FreeCols.o FreeCurs.o FreeEData.o FreeEventData.o FreeGC.o FreePix.o FSSaver.o FSWrap.o GCMisc.o Geom.o GetAtomNm.o GetColor.o GetDflt.o GetEventData.o GetFPath.o GetFProp.o GetGCVals.o GetGeom.o GetHColor.o GetHints.o GetIFocus.o GetImage.o GetKCnt.o GetMoEv.o GetNrmHint.o GetPCnt.o GetPntMap.o GetProp.o GetRGBCMap.o GetSOwner.o GetSSaver.o GetStCmap.o GetTxtProp.o GetWAttrs.o GetWMCMapW.o GetWMProto.o globals.o GrButton.o GrKeybd.o GrKey.o GrPointer.o GrServer.o Host.o Iconify.o IfEvent.o imConv.o ImText16.o ImText.o ImUtil.o InitExt.o InsCmap.o IntAtom.o KeyBind.o KeysymStr.o KillCl.o LiHosts.o LiICmaps.o LiProps.o ListExt.o LoadFont.o LockDis.o locking.o LookupCol.o LowerWin.o Macros.o MapRaised.o MapSubs.o MapWindow.o MaskEvent.o Misc.o ModMap.o MoveWin.o NextEvent.o OCWrap.o OMWrap.o OpenDis.o ParseCmd.o ParseCol.o ParseGeom.o PeekEvent.o PeekIfEv.o Pending.o PixFormats.o PmapBgnd.o PmapBord.o PolyReg.o PolyTxt16.o PolyTxt.o PropAlloc.o PutBEvent.o PutImage.o Quarks.o QuBest.o QuColor.o QuColors.o QuCurShp.o QuExt.o QuKeybd.o QuPntr.o QuStipShp.o QuTextE16.o QuTextExt.o QuTileShp.o QuTree.o RaiseWin.o RdBitF.o RecolorC.o ReconfWin.o ReconfWM.o Region.o RegstFlt.o RepWindow.o RestackWs.o RotProp.o ScrResStr.o SelInput.o SendEvent.o SetBack.o SetClMask.o SetClOrig.o SetCRects.o SetDashes.o SetFont.o SetFore.o SetFPath.o SetFunc.o SetHints.o SetIFocus.o SetLocale.o SetLStyle.o SetNrmHint.o SetPMask.o SetPntMap.o SetRGBCMap.o SetSOwner.o SetSSaver.o SetState.o SetStCmap.o SetStip.o SetTile.o SetTSOrig.o SetTxtProp.o SetWMCMapW.o SetWMProto.o StBytes.o StColor.o StColors.o StName.o StNColor.o StrKeysym.o StrToText.o Sync.o Synchro.o Text16.o Text.o TextExt16.o TextExt.o TextToStr.o TrCoords.o UndefCurs.o UngrabBut.o UngrabKbd.o UngrabKey.o UngrabPtr.o UngrabSvr.o UninsCmap.o UnldFont.o UnmapSubs.o UnmapWin.o VisUtil.o WarpPtr.o Window.o WinEvent.o Withdraw.o WMGeom.o WMProps.o WrBitF.o XlibAsync.o XlibInt.o Xrm.o AddDIC.o AddSF.o CCC.o CvColW.o CvCols.o HVC.o HVCGcC.o HVCGcV.o HVCGcVC.o HVCMnV.o HVCMxC.o HVCMxV.o HVCMxVC.o HVCMxVs.o HVCWpAj.o IdOfPr.o LRGB.o Lab.o LabGcC.o LabGcL.o LabGcLC.o LabMnL.o LabMxC.o LabMxL.o LabMxLC.o LabWpAj.o Luv.o LuvGcC.o LuvGcL.o LuvGcLC.o LuvMnL.o LuvMxC.o LuvMxL.o LuvMxLC.o LuvWpAj.o OfCCC.o PrOfId.o QBlack.o QBlue.o QGreen.o QRed.o QWhite.o QuCol.o QuCols.o SetCCC.o SetGetCols.o StCol.o StCols.o UNDEFINED.o XRGB.o XYZ.o cmsAllCol.o cmsAllNCol.o cmsCmap.o cmsColNm.o cmsGlobls.o cmsInt.o cmsLkCol.o cmsMath.o cmsProp.o cmsTrig.o uvY.o xyY.o XKB.o XKBBind.o XKBCompat.o XKBCtrls.o XKBCvt.o XKBGetMap.o XKBGetByName.o XKBNames.o XKBRdBuf.o XKBSetMap.o XKBUse.o XKBleds.o XKBBell.o XKBGeom.o XKBSetGeom.o XKBExtDev.o XKBList.o XKBMisc.o XKBMAlloc.o XKBGAlloc.o XKBAlloc.o XDefaultIMIF.o XDefaultOMIF.o xim_trans.o ICWrap.o IMWrap.o imKStoUCS.o lcCT.o lcCharSet.o lcConv.o lcDB.o lcDynamic.o lcFile.o lcGeneric.o lcInit.o lcPrTxt.o lcPubWrap.o lcPublic.o lcRM.o lcStd.o lcTxtPr.o lcUTF8.o lcUtil.o lcWrap.o mbWMProps.o mbWrap.o utf8WMProps.o utf8Wrap.o wcWrap.o xcb_disp.o xcb_io.o imCallbk.o imDefFlt.o imDefIc.o imDefIm.o imDefLkup.o imDispch.o imEvToWire.o imExten.o imImSw.o imInsClbk.o imInt.o imLcFlt.o imLcGIc.o imLcIc.o imLcIm.o imLcLkup.o imLcPrs.o imLcSIc.o imRmAttr.o imRm.o imThaiFlt.o imThaiIc.o imThaiIm.o imTrans.o imTransR.o imTrX.o lcDefConv.o lcUTF8Load.o lcGenConv.o omDefault.o omGeneric.o omImText.o omText.o omTextEsc.o omTextExt.o omTextPer.o omXChar.o AllCells.o.tmp AllowEv.o.tmp AllPlanes.o.tmp AutoRep.o.tmp Backgnd.o.tmp BdrWidth.o.tmp Bell.o.tmp Border.o.tmp ChAccCon.o.tmp ChActPGb.o.tmp ChClMode.o.tmp ChCmap.o.tmp ChGC.o.tmp ChKeyCon.o.tmp ChkIfEv.o.tmp ChkMaskEv.o.tmp ChkTypEv.o.tmp ChkTypWEv.o.tmp ChkWinEv.o.tmp ChPntCon.o.tmp ChProp.o.tmp ChSaveSet.o.tmp ChWAttrs.o.tmp ChWindow.o.tmp CirWin.o.tmp CirWinDn.o.tmp CirWinUp.o.tmp ClDisplay.o.tmp ClearArea.o.tmp Clear.o.tmp ConfWind.o.tmp Context.o.tmp ConvSel.o.tmp CopyArea.o.tmp CopyCmap.o.tmp CopyGC.o.tmp CopyPlane.o.tmp CrBFData.o.tmp CrCmap.o.tmp CrCursor.o.tmp CrGC.o.tmp CrGlCur.o.tmp CrPFBData.o.tmp CrPixmap.o.tmp CrWindow.o.tmp Cursor.o.tmp DefCursor.o.tmp DelProp.o.tmp Depths.o.tmp DestSubs.o.tmp DestWind.o.tmp DisName.o.tmp DrArc.o.tmp DrArcs.o.tmp DrLine.o.tmp DrLines.o.tmp DrPoint.o.tmp DrPoints.o.tmp DrRect.o.tmp DrRects.o.tmp DrSegs.o.tmp ErrDes.o.tmp ErrHndlr.o.tmp evtomask.o.tmp EvToWire.o.tmp FetchName.o.tmp FillArc.o.tmp FillArcs.o.tmp FillPoly.o.tmp FillRct.o.tmp FillRcts.o.tmp FilterEv.o.tmp Flush.o.tmp Font.o.tmp FontInfo.o.tmp FontNames.o.tmp FreeCmap.o.tmp FreeCols.o.tmp FreeCurs.o.tmp FreeEData.o.tmp FreeEventData.o.tmp FreeGC.o.tmp FreePix.o.tmp FSSaver.o.tmp FSWrap.o.tmp GCMisc.o.tmp Geom.o.tmp GetAtomNm.o.tmp GetColor.o.tmp GetDflt.o.tmp GetEventData.o.tmp GetFPath.o.tmp GetFProp.o.tmp GetGCVals.o.tmp GetGeom.o.tmp GetHColor.o.tmp GetHints.o.tmp GetIFocus.o.tmp GetImage.o.tmp GetKCnt.o.tmp GetMoEv.o.tmp GetNrmHint.o.tmp GetPCnt.o.tmp GetPntMap.o.tmp GetProp.o.tmp GetRGBCMap.o.tmp GetSOwner.o.tmp GetSSaver.o.tmp GetStCmap.o.tmp GetTxtProp.o.tmp GetWAttrs.o.tmp GetWMCMapW.o.tmp GetWMProto.o.tmp globals.o.tmp GrButton.o.tmp GrKeybd.o.tmp GrKey.o.tmp GrPointer.o.tmp GrServer.o.tmp Host.o.tmp Iconify.o.tmp IfEvent.o.tmp imConv.o.tmp ImText16.o.tmp ImText.o.tmp ImUtil.o.tmp InitExt.o.tmp InsCmap.o.tmp IntAtom.o.tmp KeyBind.o.tmp KeysymStr.o.tmp KillCl.o.tmp LiHosts.o.tmp LiICmaps.o.tmp LiProps.o.tmp ListExt.o.tmp LoadFont.o.tmp LockDis.o.tmp locking.o.tmp LookupCol.o.tmp LowerWin.o.tmp Macros.o.tmp MapRaised.o.tmp MapSubs.o.tmp MapWindow.o.tmp MaskEvent.o.tmp Misc.o.tmp ModMap.o.tmp MoveWin.o.tmp NextEvent.o.tmp OCWrap.o.tmp OMWrap.o.tmp OpenDis.o.tmp ParseCmd.o.tmp ParseCol.o.tmp ParseGeom.o.tmp PeekEvent.o.tmp PeekIfEv.o.tmp Pending.o.tmp PixFormats.o.tmp PmapBgnd.o.tmp PmapBord.o.tmp PolyReg.o.tmp PolyTxt16.o.tmp PolyTxt.o.tmp PropAlloc.o.tmp PutBEvent.o.tmp PutImage.o.tmp Quarks.o.tmp QuBest.o.tmp QuColor.o.tmp QuColors.o.tmp QuCurShp.o.tmp QuExt.o.tmp QuKeybd.o.tmp QuPntr.o.tmp QuStipShp.o.tmp QuTextE16.o.tmp QuTextExt.o.tmp QuTileShp.o.tmp QuTree.o.tmp RaiseWin.o.tmp RdBitF.o.tmp RecolorC.o.tmp ReconfWin.o.tmp ReconfWM.o.tmp Region.o.tmp RegstFlt.o.tmp RepWindow.o.tmp RestackWs.o.tmp RotProp.o.tmp ScrResStr.o.tmp SelInput.o.tmp SendEvent.o.tmp SetBack.o.tmp SetClMask.o.tmp SetClOrig.o.tmp SetCRects.o.tmp SetDashes.o.tmp SetFont.o.tmp SetFore.o.tmp SetFPath.o.tmp SetFunc.o.tmp SetHints.o.tmp SetIFocus.o.tmp SetLocale.o.tmp SetLStyle.o.tmp SetNrmHint.o.tmp SetPMask.o.tmp SetPntMap.o.tmp SetRGBCMap.o.tmp SetSOwner.o.tmp SetSSaver.o.tmp SetState.o.tmp SetStCmap.o.tmp SetStip.o.tmp SetTile.o.tmp SetTSOrig.o.tmp SetTxtProp.o.tmp SetWMCMapW.o.tmp SetWMProto.o.tmp StBytes.o.tmp StColor.o.tmp StColors.o.tmp StName.o.tmp StNColor.o.tmp StrKeysym.o.tmp StrToText.o.tmp Sync.o.tmp Synchro.o.tmp Text16.o.tmp Text.o.tmp TextExt16.o.tmp TextExt.o.tmp TextToStr.o.tmp TrCoords.o.tmp UndefCurs.o.tmp UngrabBut.o.tmp UngrabKbd.o.tmp UngrabKey.o.tmp UngrabPtr.o.tmp UngrabSvr.o.tmp UninsCmap.o.tmp UnldFont.o.tmp UnmapSubs.o.tmp UnmapWin.o.tmp VisUtil.o.tmp WarpPtr.o.tmp Window.o.tmp WinEvent.o.tmp Withdraw.o.tmp WMGeom.o.tmp WMProps.o.tmp WrBitF.o.tmp XlibAsync.o.tmp XlibInt.o.tmp Xrm.o.tmp AddDIC.o.tmp AddSF.o.tmp CCC.o.tmp CvColW.o.tmp CvCols.o.tmp HVC.o.tmp HVCGcC.o.tmp HVCGcV.o.tmp HVCGcVC.o.tmp HVCMnV.o.tmp HVCMxC.o.tmp HVCMxV.o.tmp HVCMxVC.o.tmp HVCMxVs.o.tmp HVCWpAj.o.tmp IdOfPr.o.tmp LRGB.o.tmp Lab.o.tmp LabGcC.o.tmp LabGcL.o.tmp LabGcLC.o.tmp LabMnL.o.tmp LabMxC.o.tmp LabMxL.o.tmp LabMxLC.o.tmp LabWpAj.o.tmp Luv.o.tmp LuvGcC.o.tmp LuvGcL.o.tmp LuvGcLC.o.tmp LuvMnL.o.tmp LuvMxC.o.tmp LuvMxL.o.tmp LuvMxLC.o.tmp LuvWpAj.o.tmp OfCCC.o.tmp PrOfId.o.tmp QBlack.o.tmp QBlue.o.tmp QGreen.o.tmp QRed.o.tmp QWhite.o.tmp QuCol.o.tmp QuCols.o.tmp SetCCC.o.tmp SetGetCols.o.tmp StCol.o.tmp StCols.o.tmp UNDEFINED.o.tmp XRGB.o.tmp XYZ.o.tmp cmsAllCol.o.tmp cmsAllNCol.o.tmp cmsCmap.o.tmp cmsColNm.o.tmp cmsGlobls.o.tmp cmsInt.o.tmp cmsLkCol.o.tmp cmsMath.o.tmp cmsProp.o.tmp cmsTrig.o.tmp uvY.o.tmp xyY.o.tmp XKB.o.tmp XKBBind.o.tmp XKBCompat.o.tmp XKBCtrls.o.tmp XKBCvt.o.tmp XKBGetMap.o.tmp XKBGetByName.o.tmp XKBNames.o.tmp XKBRdBuf.o.tmp XKBSetMap.o.tmp XKBUse.o.tmp XKBleds.o.tmp XKBBell.o.tmp XKBGeom.o.tmp XKBSetGeom.o.tmp XKBExtDev.o.tmp XKBList.o.tmp XKBMisc.o.tmp XKBMAlloc.o.tmp XKBGAlloc.o.tmp XKBAlloc.o.tmp XDefaultIMIF.o.tmp XDefaultOMIF.o.tmp xim_trans.o.tmp ICWrap.o.tmp IMWrap.o.tmp imKStoUCS.o.tmp lcCT.o.tmp lcCharSet.o.tmp lcConv.o.tmp lcDB.o.tmp lcDynamic.o.tmp lcFile.o.tmp lcGeneric.o.tmp lcInit.o.tmp lcPrTxt.o.tmp lcPubWrap.o.tmp lcPublic.o.tmp lcRM.o.tmp lcStd.o.tmp lcTxtPr.o.tmp lcUTF8.o.tmp lcUtil.o.tmp lcWrap.o.tmp mbWMProps.o.tmp mbWrap.o.tmp utf8WMProps.o.tmp utf8Wrap.o.tmp wcWrap.o.tmp xcb_disp.o.tmp xcb_io.o.tmp imCallbk.o.tmp imDefFlt.o.tmp imDefIc.o.tmp imDefIm.o.tmp imDefLkup.o.tmp imDispch.o.tmp imEvToWire.o.tmp imExten.o.tmp imImSw.o.tmp imInsClbk.o.tmp imInt.o.tmp imLcFlt.o.tmp imLcGIc.o.tmp imLcIc.o.tmp imLcIm.o.tmp imLcLkup.o.tmp imLcPrs.o.tmp imLcSIc.o.tmp imRmAttr.o.tmp imRm.o.tmp imThaiFlt.o.tmp imThaiIc.o.tmp imThaiIm.o.tmp imTrans.o.tmp imTransR.o.tmp imTrX.o.tmp lcDefConv.o.tmp lcUTF8Load.o.tmp lcGenConv.o.tmp omDefault.o.tmp omGeneric.o.tmp omImText.o.tmp omText.o.tmp omTextEsc.o.tmp omTextExt.o.tmp omTextPer.o.tmp omXChar.o.tmp || true) --- cleandir-crypto/external --- --- cleandir-bin --- cleandir ===> crypto/external/bsd/openssl/bin --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/static && rm -f libX11.a AllCells.o AllowEv.o AllPlanes.o AutoRep.o Backgnd.o BdrWidth.o Bell.o Border.o ChAccCon.o ChActPGb.o ChClMode.o ChCmap.o ChGC.o ChKeyCon.o ChkIfEv.o ChkMaskEv.o ChkTypEv.o ChkTypWEv.o ChkWinEv.o ChPntCon.o ChProp.o ChSaveSet.o ChWAttrs.o ChWindow.o CirWin.o CirWinDn.o CirWinUp.o ClDisplay.o ClearArea.o Clear.o ConfWind.o Context.o ConvSel.o CopyArea.o CopyCmap.o CopyGC.o CopyPlane.o CrBFData.o CrCmap.o CrCursor.o CrGC.o CrGlCur.o CrPFBData.o CrPixmap.o CrWindow.o Cursor.o DefCursor.o DelProp.o Depths.o DestSubs.o DestWind.o DisName.o DrArc.o DrArcs.o DrLine.o DrLines.o DrPoint.o DrPoints.o DrRect.o DrRects.o DrSegs.o ErrDes.o ErrHndlr.o evtomask.o EvToWire.o FetchName.o FillArc.o FillArcs.o FillPoly.o FillRct.o FillRcts.o FilterEv.o Flush.o Font.o FontInfo.o FontNames.o FreeCmap.o FreeCols.o FreeCurs.o FreeEData.o FreeEventData.o FreeGC.o FreePix.o FSSaver.o FSWrap.o GCMisc.o Geom.o GetAtomNm.o GetColor.o GetDflt.o GetEventData.o GetFPath.o GetFProp.o GetGCVals.o GetGeom.o GetHColor.o GetHints.o GetIFocus.o GetImage.o GetKCnt.o GetMoEv.o GetNrmHint.o GetPCnt.o GetPntMap.o GetProp.o GetRGBCMap.o GetSOwner.o GetSSaver.o GetStCmap.o GetTxtProp.o GetWAttrs.o GetWMCMapW.o GetWMProto.o globals.o GrButton.o GrKeybd.o GrKey.o GrPointer.o GrServer.o Host.o Iconify.o IfEvent.o imConv.o ImText16.o ImText.o ImUtil.o InitExt.o InsCmap.o IntAtom.o KeyBind.o KeysymStr.o KillCl.o LiHosts.o LiICmaps.o LiProps.o ListExt.o LoadFont.o LockDis.o locking.o LookupCol.o LowerWin.o Macros.o MapRaised.o MapSubs.o MapWindow.o MaskEvent.o Misc.o ModMap.o MoveWin.o NextEvent.o OCWrap.o OMWrap.o OpenDis.o ParseCmd.o ParseCol.o ParseGeom.o PeekEvent.o PeekIfEv.o Pending.o PixFormats.o PmapBgnd.o PmapBord.o PolyReg.o PolyTxt16.o PolyTxt.o PropAlloc.o PutBEvent.o PutImage.o Quarks.o QuBest.o QuColor.o QuColors.o QuCurShp.o QuExt.o QuKeybd.o QuPntr.o QuStipShp.o QuTextE16.o QuTextExt.o QuTileShp.o QuTree.o RaiseWin.o RdBitF.o RecolorC.o ReconfWin.o ReconfWM.o Region.o RegstFlt.o RepWindow.o RestackWs.o RotProp.o ScrResStr.o SelInput.o SendEvent.o SetBack.o SetClMask.o SetClOrig.o SetCRects.o SetDashes.o SetFont.o SetFore.o SetFPath.o SetFunc.o SetHints.o SetIFocus.o SetLocale.o SetLStyle.o SetNrmHint.o SetPMask.o SetPntMap.o SetRGBCMap.o SetSOwner.o SetSSaver.o SetState.o SetStCmap.o SetStip.o SetTile.o SetTSOrig.o SetTxtProp.o SetWMCMapW.o SetWMProto.o StBytes.o StColor.o StColors.o StName.o StNColor.o StrKeysym.o StrToText.o Sync.o Synchro.o Text16.o Text.o TextExt16.o TextExt.o TextToStr.o TrCoords.o UndefCurs.o UngrabBut.o UngrabKbd.o UngrabKey.o UngrabPtr.o UngrabSvr.o UninsCmap.o UnldFont.o UnmapSubs.o UnmapWin.o VisUtil.o WarpPtr.o Window.o WinEvent.o Withdraw.o WMGeom.o WMProps.o WrBitF.o XlibAsync.o XlibInt.o Xrm.o AddDIC.o AddSF.o CCC.o CvColW.o CvCols.o HVC.o HVCGcC.o HVCGcV.o HVCGcVC.o HVCMnV.o HVCMxC.o HVCMxV.o HVCMxVC.o HVCMxVs.o HVCWpAj.o IdOfPr.o LRGB.o Lab.o LabGcC.o LabGcL.o LabGcLC.o LabMnL.o LabMxC.o LabMxL.o LabMxLC.o LabWpAj.o Luv.o LuvGcC.o LuvGcL.o LuvGcLC.o LuvMnL.o LuvMxC.o LuvMxL.o LuvMxLC.o LuvWpAj.o OfCCC.o PrOfId.o QBlack.o QBlue.o QGreen.o QRed.o QWhite.o QuCol.o QuCols.o SetCCC.o SetGetCols.o StCol.o StCols.o UNDEFINED.o XRGB.o XYZ.o cmsAllCol.o cmsAllNCol.o cmsCmap.o cmsColNm.o cmsGlobls.o cmsInt.o cmsLkCol.o cmsMath.o cmsProp.o cmsTrig.o uvY.o xyY.o XKB.o XKBBind.o XKBCompat.o XKBCtrls.o XKBCvt.o XKBGetMap.o XKBGetByName.o XKBNames.o XKBRdBuf.o XKBSetMap.o XKBUse.o XKBleds.o XKBBell.o XKBGeom.o XKBSetGeom.o XKBExtDev.o XKBList.o XKBMisc.o XKBMAlloc.o XKBGAlloc.o XKBAlloc.o XDefaultIMIF.o XDefaultOMIF.o xim_trans.o ICWrap.o IMWrap.o imKStoUCS.o lcCT.o lcCharSet.o lcConv.o lcDB.o lcDynamic.o lcFile.o lcGeneric.o lcInit.o lcPrTxt.o lcPubWrap.o lcPublic.o lcRM.o lcStd.o lcTxtPr.o lcUTF8.o lcUtil.o lcWrap.o mbWMProps.o mbWrap.o utf8WMProps.o utf8Wrap.o wcWrap.o xcb_disp.o xcb_io.o imCallbk.o imDefFlt.o imDefIc.o imDefIm.o imDefLkup.o imDispch.o imEvToWire.o imExten.o imImSw.o imInsClbk.o imInt.o imLcFlt.o imLcGIc.o imLcIc.o imLcIm.o imLcLkup.o imLcPrs.o imLcSIc.o imRmAttr.o imRm.o imThaiFlt.o imThaiIc.o imThaiIm.o imTrans.o imTransR.o imTrX.o lcDefConv.o lcUTF8Load.o lcGenConv.o omDefault.o omGeneric.o omImText.o omText.o omTextEsc.o omTextExt.o omTextPer.o omXChar.o AllCells.o.tmp AllowEv.o.tmp AllPlanes.o.tmp AutoRep.o.tmp Backgnd.o.tmp BdrWidth.o.tmp Bell.o.tmp Border.o.tmp ChAccCon.o.tmp ChActPGb.o.tmp ChClMode.o.tmp ChCmap.o.tmp ChGC.o.tmp ChKeyCon.o.tmp ChkIfEv.o.tmp ChkMaskEv.o.tmp ChkTypEv.o.tmp ChkTypWEv.o.tmp ChkWinEv.o.tmp ChPntCon.o.tmp ChProp.o.tmp ChSaveSet.o.tmp ChWAttrs.o.tmp ChWindow.o.tmp CirWin.o.tmp CirWinDn.o.tmp CirWinUp.o.tmp ClDisplay.o.tmp ClearArea.o.tmp Clear.o.tmp ConfWind.o.tmp Context.o.tmp ConvSel.o.tmp CopyArea.o.tmp CopyCmap.o.tmp CopyGC.o.tmp CopyPlane.o.tmp CrBFData.o.tmp CrCmap.o.tmp CrCursor.o.tmp CrGC.o.tmp CrGlCur.o.tmp CrPFBData.o.tmp CrPixmap.o.tmp CrWindow.o.tmp Cursor.o.tmp DefCursor.o.tmp DelProp.o.tmp Depths.o.tmp DestSubs.o.tmp DestWind.o.tmp DisName.o.tmp DrArc.o.tmp DrArcs.o.tmp DrLine.o.tmp DrLines.o.tmp DrPoint.o.tmp DrPoints.o.tmp DrRect.o.tmp DrRects.o.tmp DrSegs.o.tmp ErrDes.o.tmp ErrHndlr.o.tmp evtomask.o.tmp EvToWire.o.tmp FetchName.o.tmp FillArc.o.tmp FillArcs.o.tmp FillPoly.o.tmp FillRct.o.tmp FillRcts.o.tmp FilterEv.o.tmp Flush.o.tmp Font.o.tmp FontInfo.o.tmp FontNames.o.tmp FreeCmap.o.tmp FreeCols.o.tmp FreeCurs.o.tmp FreeEData.o.tmp FreeEventData.o.tmp FreeGC.o.tmp FreePix.o.tmp FSSaver.o.tmp FSWrap.o.tmp GCMisc.o.tmp Geom.o.tmp GetAtomNm.o.tmp GetColor.o.tmp GetDflt.o.tmp GetEventData.o.tmp GetFPath.o.tmp GetFProp.o.tmp GetGCVals.o.tmp GetGeom.o.tmp GetHColor.o.tmp GetHints.o.tmp GetIFocus.o.tmp GetImage.o.tmp GetKCnt.o.tmp GetMoEv.o.tmp GetNrmHint.o.tmp GetPCnt.o.tmp GetPntMap.o.tmp GetProp.o.tmp GetRGBCMap.o.tmp GetSOwner.o.tmp GetSSaver.o.tmp GetStCmap.o.tmp GetTxtProp.o.tmp GetWAttrs.o.tmp GetWMCMapW.o.tmp GetWMProto.o.tmp globals.o.tmp GrButton.o.tmp GrKeybd.o.tmp GrKey.o.tmp GrPointer.o.tmp GrServer.o.tmp Host.o.tmp Iconify.o.tmp IfEvent.o.tmp imConv.o.tmp ImText16.o.tmp ImText.o.tmp ImUtil.o.tmp InitExt.o.tmp InsCmap.o.tmp IntAtom.o.tmp KeyBind.o.tmp KeysymStr.o.tmp KillCl.o.tmp LiHosts.o.tmp LiICmaps.o.tmp LiProps.o.tmp ListExt.o.tmp LoadFont.o.tmp LockDis.o.tmp locking.o.tmp LookupCol.o.tmp LowerWin.o.tmp Macros.o.tmp MapRaised.o.tmp MapSubs.o.tmp MapWindow.o.tmp MaskEvent.o.tmp Misc.o.tmp ModMap.o.tmp MoveWin.o.tmp NextEvent.o.tmp OCWrap.o.tmp OMWrap.o.tmp OpenDis.o.tmp ParseCmd.o.tmp ParseCol.o.tmp ParseGeom.o.tmp PeekEvent.o.tmp PeekIfEv.o.tmp Pending.o.tmp PixFormats.o.tmp PmapBgnd.o.tmp PmapBord.o.tmp PolyReg.o.tmp PolyTxt16.o.tmp PolyTxt.o.tmp PropAlloc.o.tmp PutBEvent.o.tmp PutImage.o.tmp Quarks.o.tmp QuBest.o.tmp QuColor.o.tmp QuColors.o.tmp QuCurShp.o.tmp QuExt.o.tmp QuKeybd.o.tmp QuPntr.o.tmp QuStipShp.o.tmp QuTextE16.o.tmp QuTextExt.o.tmp QuTileShp.o.tmp QuTree.o.tmp RaiseWin.o.tmp RdBitF.o.tmp RecolorC.o.tmp ReconfWin.o.tmp ReconfWM.o.tmp Region.o.tmp RegstFlt.o.tmp RepWindow.o.tmp RestackWs.o.tmp RotProp.o.tmp ScrResStr.o.tmp SelInput.o.tmp SendEvent.o.tmp SetBack.o.tmp SetClMask.o.tmp SetClOrig.o.tmp SetCRects.o.tmp SetDashes.o.tmp SetFont.o.tmp SetFore.o.tmp SetFPath.o.tmp SetFunc.o.tmp SetHints.o.tmp SetIFocus.o.tmp SetLocale.o.tmp SetLStyle.o.tmp SetNrmHint.o.tmp SetPMask.o.tmp SetPntMap.o.tmp SetRGBCMap.o.tmp SetSOwner.o.tmp SetSSaver.o.tmp SetState.o.tmp SetStCmap.o.tmp SetStip.o.tmp SetTile.o.tmp SetTSOrig.o.tmp SetTxtProp.o.tmp SetWMCMapW.o.tmp SetWMProto.o.tmp StBytes.o.tmp StColor.o.tmp StColors.o.tmp StName.o.tmp StNColor.o.tmp StrKeysym.o.tmp StrToText.o.tmp Sync.o.tmp Synchro.o.tmp Text16.o.tmp Text.o.tmp TextExt16.o.tmp TextExt.o.tmp TextToStr.o.tmp TrCoords.o.tmp UndefCurs.o.tmp UngrabBut.o.tmp UngrabKbd.o.tmp UngrabKey.o.tmp UngrabPtr.o.tmp UngrabSvr.o.tmp UninsCmap.o.tmp UnldFont.o.tmp UnmapSubs.o.tmp UnmapWin.o.tmp VisUtil.o.tmp WarpPtr.o.tmp Window.o.tmp WinEvent.o.tmp Withdraw.o.tmp WMGeom.o.tmp WMProps.o.tmp WrBitF.o.tmp XlibAsync.o.tmp XlibInt.o.tmp Xrm.o.tmp AddDIC.o.tmp AddSF.o.tmp CCC.o.tmp CvColW.o.tmp CvCols.o.tmp HVC.o.tmp HVCGcC.o.tmp HVCGcV.o.tmp HVCGcVC.o.tmp HVCMnV.o.tmp HVCMxC.o.tmp HVCMxV.o.tmp HVCMxVC.o.tmp HVCMxVs.o.tmp HVCWpAj.o.tmp IdOfPr.o.tmp LRGB.o.tmp Lab.o.tmp LabGcC.o.tmp LabGcL.o.tmp LabGcLC.o.tmp LabMnL.o.tmp LabMxC.o.tmp LabMxL.o.tmp LabMxLC.o.tmp LabWpAj.o.tmp Luv.o.tmp LuvGcC.o.tmp LuvGcL.o.tmp LuvGcLC.o.tmp LuvMnL.o.tmp LuvMxC.o.tmp LuvMxL.o.tmp LuvMxLC.o.tmp LuvWpAj.o.tmp OfCCC.o.tmp PrOfId.o.tmp QBlack.o.tmp QBlue.o.tmp QGreen.o.tmp QRed.o.tmp QWhite.o.tmp QuCol.o.tmp QuCols.o.tmp SetCCC.o.tmp SetGetCols.o.tmp StCol.o.tmp StCols.o.tmp UNDEFINED.o.tmp XRGB.o.tmp XYZ.o.tmp cmsAllCol.o.tmp cmsAllNCol.o.tmp cmsCmap.o.tmp cmsColNm.o.tmp cmsGlobls.o.tmp cmsInt.o.tmp cmsLkCol.o.tmp cmsMath.o.tmp cmsProp.o.tmp cmsTrig.o.tmp uvY.o.tmp xyY.o.tmp XKB.o.tmp XKBBind.o.tmp XKBCompat.o.tmp XKBCtrls.o.tmp XKBCvt.o.tmp XKBGetMap.o.tmp XKBGetByName.o.tmp XKBNames.o.tmp XKBRdBuf.o.tmp XKBSetMap.o.tmp XKBUse.o.tmp XKBleds.o.tmp XKBBell.o.tmp XKBGeom.o.tmp XKBSetGeom.o.tmp XKBExtDev.o.tmp XKBList.o.tmp XKBMisc.o.tmp XKBMAlloc.o.tmp XKBGAlloc.o.tmp XKBAlloc.o.tmp XDefaultIMIF.o.tmp XDefaultOMIF.o.tmp xim_trans.o.tmp ICWrap.o.tmp IMWrap.o.tmp imKStoUCS.o.tmp lcCT.o.tmp lcCharSet.o.tmp lcConv.o.tmp lcDB.o.tmp lcDynamic.o.tmp lcFile.o.tmp lcGeneric.o.tmp lcInit.o.tmp lcPrTxt.o.tmp lcPubWrap.o.tmp lcPublic.o.tmp lcRM.o.tmp lcStd.o.tmp lcTxtPr.o.tmp lcUTF8.o.tmp lcUtil.o.tmp lcWrap.o.tmp mbWMProps.o.tmp mbWrap.o.tmp utf8WMProps.o.tmp utf8Wrap.o.tmp wcWrap.o.tmp xcb_disp.o.tmp xcb_io.o.tmp imCallbk.o.tmp imDefFlt.o.tmp imDefIc.o.tmp imDefIm.o.tmp imDefLkup.o.tmp imDispch.o.tmp imEvToWire.o.tmp imExten.o.tmp imImSw.o.tmp imInsClbk.o.tmp imInt.o.tmp imLcFlt.o.tmp imLcGIc.o.tmp imLcIc.o.tmp imLcIm.o.tmp imLcLkup.o.tmp imLcPrs.o.tmp imLcSIc.o.tmp imRmAttr.o.tmp imRm.o.tmp imThaiFlt.o.tmp imThaiIc.o.tmp imThaiIm.o.tmp imTrans.o.tmp imTransR.o.tmp imTrX.o.tmp lcDefConv.o.tmp lcUTF8Load.o.tmp lcGenConv.o.tmp omDefault.o.tmp omGeneric.o.tmp omImText.o.tmp omText.o.tmp omTextEsc.o.tmp omTextExt.o.tmp omTextPer.o.tmp omXChar.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/static && rm -f libX11_p.a AllCells.po AllowEv.po AllPlanes.po AutoRep.po Backgnd.po BdrWidth.po Bell.po Border.po ChAccCon.po ChActPGb.po ChClMode.po ChCmap.po ChGC.po ChKeyCon.po ChkIfEv.po ChkMaskEv.po ChkTypEv.po ChkTypWEv.po ChkWinEv.po ChPntCon.po ChProp.po ChSaveSet.po ChWAttrs.po ChWindow.po CirWin.po CirWinDn.po CirWinUp.po ClDisplay.po ClearArea.po Clear.po ConfWind.po Context.po ConvSel.po CopyArea.po CopyCmap.po CopyGC.po CopyPlane.po CrBFData.po CrCmap.po CrCursor.po CrGC.po CrGlCur.po CrPFBData.po CrPixmap.po CrWindow.po Cursor.po DefCursor.po DelProp.po Depths.po DestSubs.po DestWind.po DisName.po DrArc.po DrArcs.po DrLine.po DrLines.po DrPoint.po DrPoints.po DrRect.po DrRects.po DrSegs.po ErrDes.po ErrHndlr.po evtomask.po EvToWire.po FetchName.po FillArc.po FillArcs.po FillPoly.po FillRct.po FillRcts.po FilterEv.po Flush.po Font.po FontInfo.po FontNames.po FreeCmap.po FreeCols.po FreeCurs.po FreeEData.po FreeEventData.po FreeGC.po FreePix.po FSSaver.po FSWrap.po GCMisc.po Geom.po GetAtomNm.po GetColor.po GetDflt.po GetEventData.po GetFPath.po GetFProp.po GetGCVals.po GetGeom.po GetHColor.po GetHints.po GetIFocus.po GetImage.po GetKCnt.po GetMoEv.po GetNrmHint.po GetPCnt.po GetPntMap.po GetProp.po GetRGBCMap.po GetSOwner.po GetSSaver.po GetStCmap.po GetTxtProp.po GetWAttrs.po GetWMCMapW.po GetWMProto.po globals.po GrButton.po GrKeybd.po GrKey.po GrPointer.po GrServer.po Host.po Iconify.po IfEvent.po imConv.po ImText16.po ImText.po ImUtil.po InitExt.po InsCmap.po IntAtom.po KeyBind.po KeysymStr.po KillCl.po LiHosts.po LiICmaps.po LiProps.po ListExt.po LoadFont.po LockDis.po locking.po LookupCol.po LowerWin.po Macros.po MapRaised.po MapSubs.po MapWindow.po MaskEvent.po Misc.po ModMap.po MoveWin.po NextEvent.po OCWrap.po OMWrap.po OpenDis.po ParseCmd.po ParseCol.po ParseGeom.po PeekEvent.po PeekIfEv.po Pending.po PixFormats.po PmapBgnd.po PmapBord.po PolyReg.po PolyTxt16.po PolyTxt.po PropAlloc.po PutBEvent.po PutImage.po Quarks.po QuBest.po QuColor.po QuColors.po QuCurShp.po QuExt.po QuKeybd.po QuPntr.po QuStipShp.po QuTextE16.po QuTextExt.po QuTileShp.po QuTree.po RaiseWin.po RdBitF.po RecolorC.po ReconfWin.po ReconfWM.po Region.po RegstFlt.po RepWindow.po RestackWs.po RotProp.po ScrResStr.po SelInput.po SendEvent.po SetBack.po SetClMask.po SetClOrig.po SetCRects.po SetDashes.po SetFont.po SetFore.po SetFPath.po SetFunc.po SetHints.po SetIFocus.po SetLocale.po SetLStyle.po SetNrmHint.po SetPMask.po SetPntMap.po SetRGBCMap.po SetSOwner.po SetSSaver.po SetState.po SetStCmap.po SetStip.po SetTile.po SetTSOrig.po SetTxtProp.po SetWMCMapW.po SetWMProto.po StBytes.po StColor.po StColors.po StName.po StNColor.po StrKeysym.po StrToText.po Sync.po Synchro.po Text16.po Text.po TextExt16.po TextExt.po TextToStr.po TrCoords.po UndefCurs.po UngrabBut.po UngrabKbd.po UngrabKey.po UngrabPtr.po UngrabSvr.po UninsCmap.po UnldFont.po UnmapSubs.po UnmapWin.po VisUtil.po WarpPtr.po Window.po WinEvent.po Withdraw.po WMGeom.po WMProps.po WrBitF.po XlibAsync.po XlibInt.po Xrm.po AddDIC.po AddSF.po CCC.po CvColW.po CvCols.po HVC.po HVCGcC.po HVCGcV.po HVCGcVC.po HVCMnV.po HVCMxC.po HVCMxV.po HVCMxVC.po HVCMxVs.po HVCWpAj.po IdOfPr.po LRGB.po Lab.po LabGcC.po LabGcL.po LabGcLC.po LabMnL.po LabMxC.po LabMxL.po LabMxLC.po LabWpAj.po Luv.po LuvGcC.po LuvGcL.po LuvGcLC.po LuvMnL.po LuvMxC.po LuvMxL.po LuvMxLC.po LuvWpAj.po OfCCC.po PrOfId.po QBlack.po QBlue.po QGreen.po QRed.po QWhite.po QuCol.po QuCols.po SetCCC.po SetGetCols.po StCol.po StCols.po UNDEFINED.po XRGB.po XYZ.po cmsAllCol.po cmsAllNCol.po cmsCmap.po cmsColNm.po cmsGlobls.po cmsInt.po cmsLkCol.po cmsMath.po cmsProp.po cmsTrig.po uvY.po xyY.po XKB.po XKBBind.po XKBCompat.po XKBCtrls.po XKBCvt.po XKBGetMap.po XKBGetByName.po XKBNames.po XKBRdBuf.po XKBSetMap.po XKBUse.po XKBleds.po XKBBell.po XKBGeom.po XKBSetGeom.po XKBExtDev.po XKBList.po XKBMisc.po XKBMAlloc.po XKBGAlloc.po XKBAlloc.po XDefaultIMIF.po XDefaultOMIF.po xim_trans.po ICWrap.po IMWrap.po imKStoUCS.po lcCT.po lcCharSet.po lcConv.po lcDB.po lcDynamic.po lcFile.po lcGeneric.po lcInit.po lcPrTxt.po lcPubWrap.po lcPublic.po lcRM.po lcStd.po lcTxtPr.po lcUTF8.po lcUtil.po lcWrap.po mbWMProps.po mbWrap.po utf8WMProps.po utf8Wrap.po wcWrap.po xcb_disp.po xcb_io.po imCallbk.po imDefFlt.po imDefIc.po imDefIm.po imDefLkup.po imDispch.po imEvToWire.po imExten.po imImSw.po imInsClbk.po imInt.po imLcFlt.po imLcGIc.po imLcIc.po imLcIm.po imLcLkup.po imLcPrs.po imLcSIc.po imRmAttr.po imRm.po imThaiFlt.po imThaiIc.po imThaiIm.po imTrans.po imTransR.po imTrX.po lcDefConv.po lcUTF8Load.po lcGenConv.po omDefault.po omGeneric.po omImText.po omText.po omTextEsc.po omTextExt.po omTextPer.po omXChar.po AllCells.po.tmp AllowEv.po.tmp AllPlanes.po.tmp AutoRep.po.tmp Backgnd.po.tmp BdrWidth.po.tmp Bell.po.tmp Border.po.tmp ChAccCon.po.tmp ChActPGb.po.tmp ChClMode.po.tmp ChCmap.po.tmp ChGC.po.tmp ChKeyCon.po.tmp ChkIfEv.po.tmp ChkMaskEv.po.tmp ChkTypEv.po.tmp ChkTypWEv.po.tmp ChkWinEv.po.tmp ChPntCon.po.tmp ChProp.po.tmp ChSaveSet.po.tmp ChWAttrs.po.tmp ChWindow.po.tmp CirWin.po.tmp CirWinDn.po.tmp CirWinUp.po.tmp ClDisplay.po.tmp ClearArea.po.tmp Clear.po.tmp ConfWind.po.tmp Context.po.tmp ConvSel.po.tmp CopyArea.po.tmp CopyCmap.po.tmp CopyGC.po.tmp CopyPlane.po.tmp CrBFData.po.tmp CrCmap.po.tmp CrCursor.po.tmp CrGC.po.tmp CrGlCur.po.tmp CrPFBData.po.tmp CrPixmap.po.tmp CrWindow.po.tmp Cursor.po.tmp DefCursor.po.tmp DelProp.po.tmp Depths.po.tmp DestSubs.po.tmp DestWind.po.tmp DisName.po.tmp DrArc.po.tmp DrArcs.po.tmp DrLine.po.tmp DrLines.po.tmp DrPoint.po.tmp DrPoints.po.tmp DrRect.po.tmp DrRects.po.tmp DrSegs.po.tmp ErrDes.po.tmp ErrHndlr.po.tmp evtomask.po.tmp EvToWire.po.tmp FetchName.po.tmp FillArc.po.tmp FillArcs.po.tmp FillPoly.po.tmp FillRct.po.tmp FillRcts.po.tmp FilterEv.po.tmp Flush.po.tmp Font.po.tmp FontInfo.po.tmp FontNames.po.tmp FreeCmap.po.tmp FreeCols.po.tmp FreeCurs.po.tmp FreeEData.po.tmp FreeEventData.po.tmp FreeGC.po.tmp FreePix.po.tmp FSSaver.po.tmp FSWrap.po.tmp GCMisc.po.tmp Geom.po.tmp GetAtomNm.po.tmp GetColor.po.tmp GetDflt.po.tmp GetEventData.po.tmp GetFPath.po.tmp GetFProp.po.tmp GetGCVals.po.tmp GetGeom.po.tmp GetHColor.po.tmp GetHints.po.tmp GetIFocus.po.tmp GetImage.po.tmp GetKCnt.po.tmp GetMoEv.po.tmp GetNrmHint.po.tmp GetPCnt.po.tmp GetPntMap.po.tmp GetProp.po.tmp GetRGBCMap.po.tmp GetSOwner.po.tmp GetSSaver.po.tmp GetStCmap.po.tmp GetTxtProp.po.tmp GetWAttrs.po.tmp GetWMCMapW.po.tmp GetWMProto.po.tmp globals.po.tmp GrButton.po.tmp GrKeybd.po.tmp GrKey.po.tmp GrPointer.po.tmp GrServer.po.tmp Host.po.tmp Iconify.po.tmp IfEvent.po.tmp imConv.po.tmp ImText16.po.tmp ImText.po.tmp ImUtil.po.tmp InitExt.po.tmp InsCmap.po.tmp IntAtom.po.tmp KeyBind.po.tmp KeysymStr.po.tmp KillCl.po.tmp LiHosts.po.tmp LiICmaps.po.tmp LiProps.po.tmp ListExt.po.tmp LoadFont.po.tmp LockDis.po.tmp locking.po.tmp LookupCol.po.tmp LowerWin.po.tmp Macros.po.tmp MapRaised.po.tmp MapSubs.po.tmp MapWindow.po.tmp MaskEvent.po.tmp Misc.po.tmp ModMap.po.tmp MoveWin.po.tmp NextEvent.po.tmp OCWrap.po.tmp OMWrap.po.tmp OpenDis.po.tmp ParseCmd.po.tmp ParseCol.po.tmp ParseGeom.po.tmp PeekEvent.po.tmp PeekIfEv.po.tmp Pending.po.tmp PixFormats.po.tmp PmapBgnd.po.tmp PmapBord.po.tmp PolyReg.po.tmp PolyTxt16.po.tmp PolyTxt.po.tmp PropAlloc.po.tmp PutBEvent.po.tmp PutImage.po.tmp Quarks.po.tmp QuBest.po.tmp QuColor.po.tmp QuColors.po.tmp QuCurShp.po.tmp QuExt.po.tmp QuKeybd.po.tmp QuPntr.po.tmp QuStipShp.po.tmp QuTextE16.po.tmp QuTextExt.po.tmp QuTileShp.po.tmp QuTree.po.tmp RaiseWin.po.tmp RdBitF.po.tmp RecolorC.po.tmp ReconfWin.po.tmp ReconfWM.po.tmp Region.po.tmp RegstFlt.po.tmp RepWindow.po.tmp RestackWs.po.tmp RotProp.po.tmp ScrResStr.po.tmp SelInput.po.tmp SendEvent.po.tmp SetBack.po.tmp SetClMask.po.tmp SetClOrig.po.tmp SetCRects.po.tmp SetDashes.po.tmp SetFont.po.tmp SetFore.po.tmp SetFPath.po.tmp SetFunc.po.tmp SetHints.po.tmp SetIFocus.po.tmp SetLocale.po.tmp SetLStyle.po.tmp SetNrmHint.po.tmp SetPMask.po.tmp SetPntMap.po.tmp SetRGBCMap.po.tmp SetSOwner.po.tmp SetSSaver.po.tmp SetState.po.tmp SetStCmap.po.tmp SetStip.po.tmp SetTile.po.tmp SetTSOrig.po.tmp SetTxtProp.po.tmp SetWMCMapW.po.tmp SetWMProto.po.tmp StBytes.po.tmp StColor.po.tmp StColors.po.tmp StName.po.tmp StNColor.po.tmp StrKeysym.po.tmp StrToText.po.tmp Sync.po.tmp Synchro.po.tmp Text16.po.tmp Text.po.tmp TextExt16.po.tmp TextExt.po.tmp TextToStr.po.tmp TrCoords.po.tmp UndefCurs.po.tmp UngrabBut.po.tmp UngrabKbd.po.tmp UngrabKey.po.tmp UngrabPtr.po.tmp UngrabSvr.po.tmp UninsCmap.po.tmp UnldFont.po.tmp UnmapSubs.po.tmp UnmapWin.po.tmp VisUtil.po.tmp WarpPtr.po.tmp Window.po.tmp WinEvent.po.tmp Withdraw.po.tmp WMGeom.po.tmp WMProps.po.tmp WrBitF.po.tmp XlibAsync.po.tmp XlibInt.po.tmp Xrm.po.tmp AddDIC.po.tmp AddSF.po.tmp CCC.po.tmp CvColW.po.tmp CvCols.po.tmp HVC.po.tmp HVCGcC.po.tmp HVCGcV.po.tmp HVCGcVC.po.tmp HVCMnV.po.tmp HVCMxC.po.tmp HVCMxV.po.tmp HVCMxVC.po.tmp HVCMxVs.po.tmp HVCWpAj.po.tmp IdOfPr.po.tmp LRGB.po.tmp Lab.po.tmp LabGcC.po.tmp LabGcL.po.tmp LabGcLC.po.tmp LabMnL.po.tmp LabMxC.po.tmp LabMxL.po.tmp LabMxLC.po.tmp LabWpAj.po.tmp Luv.po.tmp LuvGcC.po.tmp LuvGcL.po.tmp LuvGcLC.po.tmp LuvMnL.po.tmp LuvMxC.po.tmp LuvMxL.po.tmp LuvMxLC.po.tmp LuvWpAj.po.tmp OfCCC.po.tmp PrOfId.po.tmp QBlack.po.tmp QBlue.po.tmp QGreen.po.tmp QRed.po.tmp QWhite.po.tmp QuCol.po.tmp QuCols.po.tmp SetCCC.po.tmp SetGetCols.po.tmp StCol.po.tmp StCols.po.tmp UNDEFINED.po.tmp XRGB.po.tmp XYZ.po.tmp cmsAllCol.po.tmp cmsAllNCol.po.tmp cmsCmap.po.tmp cmsColNm.po.tmp cmsGlobls.po.tmp cmsInt.po.tmp cmsLkCol.po.tmp cmsMath.po.tmp cmsProp.po.tmp cmsTrig.po.tmp uvY.po.tmp xyY.po.tmp XKB.po.tmp XKBBind.po.tmp XKBCompat.po.tmp XKBCtrls.po.tmp XKBCvt.po.tmp XKBGetMap.po.tmp XKBGetByName.po.tmp XKBNames.po.tmp XKBRdBuf.po.tmp XKBSetMap.po.tmp XKBUse.po.tmp XKBleds.po.tmp XKBBell.po.tmp XKBGeom.po.tmp XKBSetGeom.po.tmp XKBExtDev.po.tmp XKBList.po.tmp XKBMisc.po.tmp XKBMAlloc.po.tmp XKBGAlloc.po.tmp XKBAlloc.po.tmp XDefaultIMIF.po.tmp XDefaultOMIF.po.tmp xim_trans.po.tmp ICWrap.po.tmp IMWrap.po.tmp imKStoUCS.po.tmp lcCT.po.tmp lcCharSet.po.tmp lcConv.po.tmp lcDB.po.tmp lcDynamic.po.tmp lcFile.po.tmp lcGeneric.po.tmp lcInit.po.tmp lcPrTxt.po.tmp lcPubWrap.po.tmp lcPublic.po.tmp lcRM.po.tmp lcStd.po.tmp lcTxtPr.po.tmp lcUTF8.po.tmp lcUtil.po.tmp lcWrap.po.tmp mbWMProps.po.tmp mbWrap.po.tmp utf8WMProps.po.tmp utf8Wrap.po.tmp wcWrap.po.tmp xcb_disp.po.tmp xcb_io.po.tmp imCallbk.po.tmp imDefFlt.po.tmp imDefIc.po.tmp imDefIm.po.tmp imDefLkup.po.tmp imDispch.po.tmp imEvToWire.po.tmp imExten.po.tmp imImSw.po.tmp imInsClbk.po.tmp imInt.po.tmp imLcFlt.po.tmp imLcGIc.po.tmp imLcIc.po.tmp imLcIm.po.tmp imLcLkup.po.tmp imLcPrs.po.tmp imLcSIc.po.tmp imRmAttr.po.tmp imRm.po.tmp imThaiFlt.po.tmp imThaiIc.po.tmp imThaiIm.po.tmp imTrans.po.tmp imTransR.po.tmp imTrX.po.tmp lcDefConv.po.tmp lcUTF8Load.po.tmp lcGenConv.po.tmp omDefault.po.tmp omGeneric.po.tmp omImText.po.tmp omText.po.tmp omTextEsc.po.tmp omTextExt.po.tmp omTextPer.po.tmp omXChar.po.tmp || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/bin && rm -f CA.pl a.out [Ee]rrs mklog core *.core .gdbinit openssl asn1parse.o ca.o ciphers.o cmp.o cms.o crl.o crl2pkcs7.o dgst.o dhparam.o dsa.o dsaparam.o ec.o ecparam.o enc.o engine.o errstr.o fipsinstall.o gendsa.o genpkey.o genrsa.o info.o kdf.o list.o mac.o nseq.o ocsp.o openssl.o passwd.o pkcs12.o pkcs7.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o prime.o progs.o rand.o rehash.o req.o rsa.o rsautl.o s_client.o s_server.o s_time.o sess_id.o smime.o speed.o spkac.o srp.o storeutl.o ts.o verify.o version.o x509.o e_padlock.o asn1parse.ln ca.ln ciphers.ln cmp.ln cms.ln crl.ln crl2pkcs7.ln dgst.ln dhparam.ln dsa.ln dsaparam.ln ec.ln ecparam.ln enc.ln engine.ln errstr.ln fipsinstall.ln gendsa.ln genpkey.ln genrsa.ln info.ln kdf.ln list.ln mac.ln nseq.ln ocsp.ln openssl.ln passwd.ln pkcs12.ln pkcs7.ln pkcs8.ln pkey.ln pkeyparam.ln pkeyutl.ln prime.ln progs.ln rand.ln rehash.ln req.ln rsa.ln rsautl.ln s_client.ln s_server.ln s_time.ln sess_id.ln smime.ln speed.ln spkac.ln srp.ln storeutl.ln ts.ln verify.ln version.ln x509.ln e_padlock.ln CA.pl openssl.cnf || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/static && rm -f libX11_p.a AllCells.po AllowEv.po AllPlanes.po AutoRep.po Backgnd.po BdrWidth.po Bell.po Border.po ChAccCon.po ChActPGb.po ChClMode.po ChCmap.po ChGC.po ChKeyCon.po ChkIfEv.po ChkMaskEv.po ChkTypEv.po ChkTypWEv.po ChkWinEv.po ChPntCon.po ChProp.po ChSaveSet.po ChWAttrs.po ChWindow.po CirWin.po CirWinDn.po CirWinUp.po ClDisplay.po ClearArea.po Clear.po ConfWind.po Context.po ConvSel.po CopyArea.po CopyCmap.po CopyGC.po CopyPlane.po CrBFData.po CrCmap.po CrCursor.po CrGC.po CrGlCur.po CrPFBData.po CrPixmap.po CrWindow.po Cursor.po DefCursor.po DelProp.po Depths.po DestSubs.po DestWind.po DisName.po DrArc.po DrArcs.po DrLine.po DrLines.po DrPoint.po DrPoints.po DrRect.po DrRects.po DrSegs.po ErrDes.po ErrHndlr.po evtomask.po EvToWire.po FetchName.po FillArc.po FillArcs.po FillPoly.po FillRct.po FillRcts.po FilterEv.po Flush.po Font.po FontInfo.po FontNames.po FreeCmap.po FreeCols.po FreeCurs.po FreeEData.po FreeEventData.po FreeGC.po FreePix.po FSSaver.po FSWrap.po GCMisc.po Geom.po GetAtomNm.po GetColor.po GetDflt.po GetEventData.po GetFPath.po GetFProp.po GetGCVals.po GetGeom.po GetHColor.po GetHints.po GetIFocus.po GetImage.po GetKCnt.po GetMoEv.po GetNrmHint.po GetPCnt.po GetPntMap.po GetProp.po GetRGBCMap.po GetSOwner.po GetSSaver.po GetStCmap.po GetTxtProp.po GetWAttrs.po GetWMCMapW.po GetWMProto.po globals.po GrButton.po GrKeybd.po GrKey.po GrPointer.po GrServer.po Host.po Iconify.po IfEvent.po imConv.po ImText16.po ImText.po ImUtil.po InitExt.po InsCmap.po IntAtom.po KeyBind.po KeysymStr.po KillCl.po LiHosts.po LiICmaps.po LiProps.po ListExt.po LoadFont.po LockDis.po locking.po LookupCol.po LowerWin.po Macros.po MapRaised.po MapSubs.po MapWindow.po MaskEvent.po Misc.po ModMap.po MoveWin.po NextEvent.po OCWrap.po OMWrap.po OpenDis.po ParseCmd.po ParseCol.po ParseGeom.po PeekEvent.po PeekIfEv.po Pending.po PixFormats.po PmapBgnd.po PmapBord.po PolyReg.po PolyTxt16.po PolyTxt.po PropAlloc.po PutBEvent.po PutImage.po Quarks.po --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/bin && rm -f CA.pl a.out [Ee]rrs mklog core *.core .gdbinit openssl asn1parse.o ca.o ciphers.o cmp.o cms.o crl.o crl2pkcs7.o dgst.o dhparam.o dsa.o dsaparam.o ec.o ecparam.o enc.o engine.o errstr.o fipsinstall.o gendsa.o genpkey.o genrsa.o info.o kdf.o list.o mac.o nseq.o ocsp.o openssl.o passwd.o pkcs12.o pkcs7.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o prime.o progs.o rand.o rehash.o req.o rsa.o rsautl.o s_client.o s_server.o s_time.o sess_id.o smime.o speed.o spkac.o srp.o storeutl.o ts.o verify.o version.o x509.o e_padlock.o asn1parse.ln ca.ln ciphers.ln cmp.ln cms.ln crl.ln crl2pkcs7.ln dgst.ln dhparam.ln dsa.ln dsaparam.ln ec.ln ecparam.ln enc.ln engine.ln errstr.ln fipsinstall.ln gendsa.ln genpkey.ln genrsa.ln info.ln kdf.ln list.ln mac.ln nseq.ln ocsp.ln openssl.ln passwd.ln pkcs12.ln pkcs7.ln pkcs8.ln pkey.ln pkeyparam.ln pkeyutl.ln prime.ln progs.ln rand.ln rehash.ln req.ln rsa.ln rsautl.ln s_client.ln s_server.ln s_time.ln sess_id.ln smime.ln speed.ln spkac.ln srp.ln storeutl.ln ts.ln verify.ln version.ln x509.ln e_padlock.ln CA.pl openssl.cnf || true) --- cleandir-external --- QuBest.po QuColor.po QuColors.po QuCurShp.po QuExt.po QuKeybd.po QuPntr.po QuStipShp.po QuTextE16.po QuTextExt.po QuTileShp.po QuTree.po RaiseWin.po RdBitF.po RecolorC.po ReconfWin.po ReconfWM.po Region.po RegstFlt.po RepWindow.po RestackWs.po RotProp.po ScrResStr.po SelInput.po SendEvent.po SetBack.po SetClMask.po SetClOrig.po SetCRects.po SetDashes.po SetFont.po SetFore.po SetFPath.po SetFunc.po SetHints.po SetIFocus.po SetLocale.po SetLStyle.po SetNrmHint.po SetPMask.po SetPntMap.po SetRGBCMap.po SetSOwner.po SetSSaver.po SetState.po SetStCmap.po SetStip.po SetTile.po SetTSOrig.po SetTxtProp.po SetWMCMapW.po SetWMProto.po StBytes.po StColor.po StColors.po StName.po StNColor.po StrKeysym.po StrToText.po Sync.po Synchro.po Text16.po Text.po TextExt16.po TextExt.po TextToStr.po TrCoords.po UndefCurs.po UngrabBut.po UngrabKbd.po UngrabKey.po UngrabPtr.po UngrabSvr.po UninsCmap.po UnldFont.po UnmapSubs.po UnmapWin.po VisUtil.po WarpPtr.po Window.po WinEvent.po Withdraw.po WMGeom.po WMProps.po WrBitF.po XlibAsync.po XlibInt.po Xrm.po AddDIC.po AddSF.po CCC.po CvColW.po CvCols.po HVC.po HVCGcC.po HVCGcV.po HVCGcVC.po HVCMnV.po HVCMxC.po HVCMxV.po HVCMxVC.po HVCMxVs.po HVCWpAj.po IdOfPr.po LRGB.po Lab.po LabGcC.po LabGcL.po LabGcLC.po LabMnL.po LabMxC.po LabMxL.po LabMxLC.po LabWpAj.po Luv.po LuvGcC.po LuvGcL.po LuvGcLC.po LuvMnL.po LuvMxC.po LuvMxL.po LuvMxLC.po LuvWpAj.po OfCCC.po PrOfId.po QBlack.po QBlue.po QGreen.po QRed.po QWhite.po QuCol.po QuCols.po SetCCC.po SetGetCols.po StCol.po StCols.po UNDEFINED.po XRGB.po XYZ.po cmsAllCol.po cmsAllNCol.po cmsCmap.po cmsColNm.po cmsGlobls.po cmsInt.po cmsLkCol.po cmsMath.po cmsProp.po cmsTrig.po uvY.po xyY.po XKB.po XKBBind.po XKBCompat.po XKBCtrls.po XKBCvt.po XKBGetMap.po XKBGetByName.po XKBNames.po XKBRdBuf.po XKBSetMap.po XKBUse.po XKBleds.po XKBBell.po XKBGeom.po XKBSetGeom.po XKBExtDev.po XKBList.po XKBMisc.po XKBMAlloc.po XKBGAlloc.po XKBAlloc.po XDefaultIMIF.po XDefaultOMIF.po xim_trans.po ICWrap.po IMWrap.po imKStoUCS.po lcCT.po lcCharSet.po lcConv.po lcDB.po lcDynamic.po lcFile.po lcGeneric.po lcInit.po lcPrTxt.po lcPubWrap.po lcPublic.po lcRM.po lcStd.po lcTxtPr.po lcUTF8.po lcUtil.po lcWrap.po mbWMProps.po mbWrap.po utf8WMProps.po utf8Wrap.po wcWrap.po xcb_disp.po xcb_io.po imCallbk.po imDefFlt.po imDefIc.po imDefIm.po imDefLkup.po imDispch.po imEvToWire.po imExten.po imImSw.po imInsClbk.po imInt.po imLcFlt.po imLcGIc.po imLcIc.po imLcIm.po imLcLkup.po imLcPrs.po imLcSIc.po imRmAttr.po imRm.po imThaiFlt.po imThaiIc.po imThaiIm.po imTrans.po imTransR.po imTrX.po lcDefConv.po lcUTF8Load.po lcGenConv.po omDefault.po omGeneric.po omImText.po omText.po omTextEsc.po omTextExt.po omTextPer.po omXChar.po AllCells.po.tmp AllowEv.po.tmp AllPlanes.po.tmp AutoRep.po.tmp Backgnd.po.tmp BdrWidth.po.tmp Bell.po.tmp Border.po.tmp ChAccCon.po.tmp ChActPGb.po.tmp ChClMode.po.tmp ChCmap.po.tmp ChGC.po.tmp ChKeyCon.po.tmp ChkIfEv.po.tmp ChkMaskEv.po.tmp ChkTypEv.po.tmp ChkTypWEv.po.tmp ChkWinEv.po.tmp ChPntCon.po.tmp ChProp.po.tmp ChSaveSet.po.tmp ChWAttrs.po.tmp ChWindow.po.tmp CirWin.po.tmp CirWinDn.po.tmp CirWinUp.po.tmp ClDisplay.po.tmp ClearArea.po.tmp Clear.po.tmp ConfWind.po.tmp Context.po.tmp ConvSel.po.tmp CopyArea.po.tmp CopyCmap.po.tmp CopyGC.po.tmp CopyPlane.po.tmp CrBFData.po.tmp CrCmap.po.tmp CrCursor.po.tmp CrGC.po.tmp CrGlCur.po.tmp CrPFBData.po.tmp CrPixmap.po.tmp CrWindow.po.tmp Cursor.po.tmp DefCursor.po.tmp DelProp.po.tmp Depths.po.tmp DestSubs.po.tmp DestWind.po.tmp DisName.po.tmp DrArc.po.tmp DrArcs.po.tmp DrLine.po.tmp DrLines.po.tmp DrPoint.po.tmp DrPoints.po.tmp DrRect.po.tmp DrRects.po.tmp DrSegs.po.tmp ErrDes.po.tmp ErrHndlr.po.tmp evtomask.po.tmp EvToWire.po.tmp FetchName.po.tmp FillArc.po.tmp FillArcs.po.tmp FillPoly.po.tmp FillRct.po.tmp FillRcts.po.tmp FilterEv.po.tmp Flush.po.tmp Font.po.tmp FontInfo.po.tmp FontNames.po.tmp FreeCmap.po.tmp FreeCols.po.tmp FreeCurs.po.tmp FreeEData.po.tmp FreeEventData.po.tmp FreeGC.po.tmp FreePix.po.tmp FSSaver.po.tmp FSWrap.po.tmp GCMisc.po.tmp Geom.po.tmp GetAtomNm.po.tmp GetColor.po.tmp GetDflt.po.tmp GetEventData.po.tmp GetFPath.po.tmp GetFProp.po.tmp GetGCVals.po.tmp GetGeom.po.tmp GetHColor.po.tmp GetHints.po.tmp GetIFocus.po.tmp GetImage.po.tmp GetKCnt.po.tmp GetMoEv.po.tmp GetNrmHint.po.tmp GetPCnt.po.tmp GetPntMap.po.tmp GetProp.po.tmp GetRGBCMap.po.tmp GetSOwner.po.tmp GetSSaver.po.tmp GetStCmap.po.tmp GetTxtProp.po.tmp GetWAttrs.po.tmp GetWMCMapW.po.tmp GetWMProto.po.tmp globals.po.tmp GrButton.po.tmp GrKeybd.po.tmp GrKey.po.tmp GrPointer.po.tmp GrServer.po.tmp Host.po.tmp Iconify.po.tmp IfEvent.po.tmp imConv.po.tmp ImText16.po.tmp ImText.po.tmp ImUtil.po.tmp InitExt.po.tmp InsCmap.po.tmp IntAtom.po.tmp KeyBind.po.tmp KeysymStr.po.tmp KillCl.po.tmp LiHosts.po.tmp LiICmaps.po.tmp LiProps.po.tmp ListExt.po.tmp LoadFont.po.tmp LockDis.po.tmp locking.po.tmp LookupCol.po.tmp LowerWin.po.tmp Macros.po.tmp MapRaised.po.tmp MapSubs.po.tmp MapWindow.po.tmp MaskEvent.po.tmp Misc.po.tmp ModMap.po.tmp MoveWin.po.tmp NextEvent.po.tmp OCWrap.po.tmp OMWrap.po.tmp OpenDis.po.tmp ParseCmd.po.tmp ParseCol.po.tmp ParseGeom.po.tmp PeekEvent.po.tmp PeekIfEv.po.tmp Pending.po.tmp PixFormats.po.tmp PmapBgnd.po.tmp PmapBord.po.tmp PolyReg.po.tmp PolyTxt16.po.tmp PolyTxt.po.tmp PropAlloc.po.tmp PutBEvent.po.tmp PutImage.po.tmp Quarks.po.tmp QuBest.po.tmp QuColor.po.tmp QuColors.po.tmp QuCurShp.po.tmp QuExt.po.tmp QuKeybd.po.tmp QuPntr.po.tmp QuStipShp.po.tmp QuTextE16.po.tmp QuTextExt.po.tmp QuTileShp.po.tmp QuTree.po.tmp RaiseWin.po.tmp RdBitF.po.tmp RecolorC.po.tmp ReconfWin.po.tmp ReconfWM.po.tmp Region.po.tmp RegstFlt.po.tmp RepWindow.po.tmp RestackWs.po.tmp RotProp.po.tmp ScrResStr.po.tmp SelInput.po.tmp SendEvent.po.tmp SetBack.po.tmp SetClMask.po.tmp SetClOrig.po.tmp SetCRects.po.tmp SetDashes.po.tmp SetFont.po.tmp SetFore.po.tmp SetFPath.po.tmp SetFunc.po.tmp SetHints.po.tmp SetIFocus.po.tmp SetLocale.po.tmp SetLStyle.po.tmp SetNrmHint.po.tmp SetPMask.po.tmp SetPntMap.po.tmp SetRGBCMap.po.tmp SetSOwner.po.tmp SetSSaver.po.tmp SetState.po.tmp SetStCmap.po.tmp SetStip.po.tmp SetTile.po.tmp SetTSOrig.po.tmp SetTxtProp.po.tmp SetWMCMapW.po.tmp SetWMProto.po.tmp StBytes.po.tmp StColor.po.tmp StColors.po.tmp StName.po.tmp StNColor.po.tmp StrKeysym.po.tmp StrToText.po.tmp Sync.po.tmp Synchro.po.tmp Text16.po.tmp Text.po.tmp TextExt16.po.tmp TextExt.po.tmp TextToStr.po.tmp TrCoords.po.tmp UndefCurs.po.tmp UngrabBut.po.tmp UngrabKbd.po.tmp UngrabKey.po.tmp UngrabPtr.po.tmp UngrabSvr.po.tmp UninsCmap.po.tmp UnldFont.po.tmp UnmapSubs.po.tmp UnmapWin.po.tmp VisUtil.po.tmp WarpPtr.po.tmp Window.po.tmp WinEvent.po.tmp Withdraw.po.tmp WMGeom.po.tmp WMProps.po.tmp WrBitF.po.tmp XlibAsync.po.tmp XlibInt.po.tmp Xrm.po.tmp AddDIC.po.tmp AddSF.po.tmp CCC.po.tmp CvColW.po.tmp CvCols.po.tmp HVC.po.tmp HVCGcC.po.tmp HVCGcV.po.tmp HVCGcVC.po.tmp HVCMnV.po.tmp HVCMxC.po.tmp HVCMxV.po.tmp HVCMxVC.po.tmp HVCMxVs.po.tmp HVCWpAj.po.tmp IdOfPr.po.tmp LRGB.po.tmp Lab.po.tmp LabGcC.po.tmp LabGcL.po.tmp LabGcLC.po.tmp LabMnL.po.tmp LabMxC.po.tmp LabMxL.po.tmp LabMxLC.po.tmp LabWpAj.po.tmp Luv.po.tmp LuvGcC.po.tmp LuvGcL.po.tmp LuvGcLC.po.tmp LuvMnL.po.tmp LuvMxC.po.tmp LuvMxL.po.tmp LuvMxLC.po.tmp LuvWpAj.po.tmp OfCCC.po.tmp PrOfId.po.tmp QBlack.po.tmp QBlue.po.tmp QGreen.po.tmp QRed.po.tmp QWhite.po.tmp QuCol.po.tmp QuCols.po.tmp SetCCC.po.tmp SetGetCols.po.tmp StCol.po.tmp StCols.po.tmp UNDEFINED.po.tmp XRGB.po.tmp XYZ.po.tmp cmsAllCol.po.tmp cmsAllNCol.po.tmp cmsCmap.po.tmp cmsColNm.po.tmp cmsGlobls.po.tmp cmsInt.po.tmp cmsLkCol.po.tmp cmsMath.po.tmp cmsProp.po.tmp cmsTrig.po.tmp uvY.po.tmp xyY.po.tmp XKB.po.tmp XKBBind.po.tmp XKBCompat.po.tmp XKBCtrls.po.tmp XKBCvt.po.tmp XKBGetMap.po.tmp XKBGetByName.po.tmp XKBNames.po.tmp XKBRdBuf.po.tmp XKBSetMap.po.tmp XKBUse.po.tmp XKBleds.po.tmp XKBBell.po.tmp XKBGeom.po.tmp XKBSetGeom.po.tmp XKBExtDev.po.tmp XKBList.po.tmp XKBMisc.po.tmp XKBMAlloc.po.tmp XKBGAlloc.po.tmp XKBAlloc.po.tmp XDefaultIMIF.po.tmp XDefaultOMIF.po.tmp xim_trans.po.tmp ICWrap.po.tmp IMWrap.po.tmp imKStoUCS.po.tmp lcCT.po.tmp lcCharSet.po.tmp lcConv.po.tmp lcDB.po.tmp lcDynamic.po.tmp lcFile.po.tmp lcGeneric.po.tmp lcInit.po.tmp lcPrTxt.po.tmp lcPubWrap.po.tmp lcPublic.po.tmp lcRM.po.tmp lcStd.po.tmp lcTxtPr.po.tmp lcUTF8.po.tmp lcUtil.po.tmp lcWrap.po.tmp mbWMProps.po.tmp mbWrap.po.tmp utf8WMProps.po.tmp utf8Wrap.po.tmp wcWrap.po.tmp xcb_disp.po.tmp xcb_io.po.tmp imCallbk.po.tmp imDefFlt.po.tmp imDefIc.po.tmp imDefIm.po.tmp imDefLkup.po.tmp imDispch.po.tmp imEvToWire.po.tmp imExten.po.tmp imImSw.po.tmp imInsClbk.po.tmp imInt.po.tmp imLcFlt.po.tmp imLcGIc.po.tmp imLcIc.po.tmp imLcIm.po.tmp imLcLkup.po.tmp imLcPrs.po.tmp imLcSIc.po.tmp imRmAttr.po.tmp imRm.po.tmp imThaiFlt.po.tmp imThaiIc.po.tmp imThaiIm.po.tmp imTrans.po.tmp imTransR.po.tmp imTrX.po.tmp lcDefConv.po.tmp lcUTF8Load.po.tmp lcGenConv.po.tmp omDefault.po.tmp omGeneric.po.tmp omImText.po.tmp omText.po.tmp omTextEsc.po.tmp omTextExt.po.tmp omTextPer.po.tmp omXChar.po.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssl/bin && rm -f .depend asn1parse.d ca.d ciphers.d cmp.d cms.d crl.d crl2pkcs7.d dgst.d dhparam.d dsa.d dsaparam.d e_padlock.d ec.d ecparam.d enc.d engine.d errstr.d fipsinstall.d gendsa.d genpkey.d genrsa.d info.d kdf.d list.d mac.d nseq.d ocsp.d openssl.d passwd.d pkcs12.d pkcs7.d pkcs8.d pkey.d pkeyparam.d pkeyutl.d prime.d progs.d rand.d rehash.d req.d rsa.d rsautl.d s_client.d s_server.d s_time.d sess_id.d smime.d speed.d spkac.d srp.d storeutl.d ts.d verify.d version.d x509.d asn1parse.d.tmp ca.d.tmp ciphers.d.tmp cmp.d.tmp cms.d.tmp crl.d.tmp crl2pkcs7.d.tmp dgst.d.tmp dhparam.d.tmp dsa.d.tmp dsaparam.d.tmp e_padlock.d.tmp ec.d.tmp ecparam.d.tmp enc.d.tmp engine.d.tmp errstr.d.tmp fipsinstall.d.tmp gendsa.d.tmp genpkey.d.tmp genrsa.d.tmp info.d.tmp kdf.d.tmp list.d.tmp mac.d.tmp nseq.d.tmp ocsp.d.tmp openssl.d.tmp passwd.d.tmp pkcs12.d.tmp pkcs7.d.tmp pkcs8.d.tmp pkey.d.tmp pkeyparam.d.tmp pkeyutl.d.tmp prime.d.tmp progs.d.tmp rand.d.tmp rehash.d.tmp req.d.tmp rsa.d.tmp rsautl.d.tmp s_client.d.tmp s_server.d.tmp s_time.d.tmp sess_id.d.tmp smime.d.tmp speed.d.tmp spkac.d.tmp srp.d.tmp storeutl.d.tmp ts.d.tmp verify.d.tmp version.d.tmp x509.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/static && rm -f libX11_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssl/bin && rm -f .depend asn1parse.d ca.d ciphers.d cmp.d cms.d crl.d crl2pkcs7.d dgst.d dhparam.d dsa.d dsaparam.d e_padlock.d ec.d ecparam.d enc.d engine.d errstr.d fipsinstall.d gendsa.d genpkey.d genrsa.d info.d kdf.d list.d mac.d nseq.d ocsp.d openssl.d passwd.d pkcs12.d pkcs7.d pkcs8.d pkey.d pkeyparam.d pkeyutl.d prime.d progs.d rand.d rehash.d req.d rsa.d rsautl.d s_client.d s_server.d s_time.d sess_id.d smime.d speed.d spkac.d srp.d storeutl.d ts.d verify.d version.d x509.d asn1parse.d.tmp ca.d.tmp ciphers.d.tmp cmp.d.tmp cms.d.tmp crl.d.tmp crl2pkcs7.d.tmp dgst.d.tmp dhparam.d.tmp dsa.d.tmp dsaparam.d.tmp e_padlock.d.tmp ec.d.tmp ecparam.d.tmp enc.d.tmp engine.d.tmp errstr.d.tmp fipsinstall.d.tmp gendsa.d.tmp genpkey.d.tmp genrsa.d.tmp info.d.tmp kdf.d.tmp list.d.tmp mac.d.tmp nseq.d.tmp ocsp.d.tmp openssl.d.tmp passwd.d.tmp pkcs12.d.tmp pkcs7.d.tmp pkcs8.d.tmp pkey.d.tmp pkeyparam.d.tmp pkeyutl.d.tmp prime.d.tmp progs.d.tmp rand.d.tmp rehash.d.tmp req.d.tmp rsa.d.tmp rsautl.d.tmp s_client.d.tmp s_server.d.tmp s_time.d.tmp sess_id.d.tmp smime.d.tmp speed.d.tmp spkac.d.tmp srp.d.tmp storeutl.d.tmp ts.d.tmp verify.d.tmp version.d.tmp x509.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/static && rm -f libX11_g.a || true) --- cleandir-crypto/external --- --- cleandir-heimdal --- cleandir ===> crypto/external/bsd/heimdal --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/static && rm -f libX11_pic.a || true) --- cleandir-crypto/external --- --- cleandir-lib --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/static && rm -f libX11_pic.a || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/lib --- cleandir-libheimbase --- --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/lib/libheimbase --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/static && rm -f llib-lX11.ln AllCells.ln AllowEv.ln AllPlanes.ln AutoRep.ln Backgnd.ln BdrWidth.ln Bell.ln Border.ln ChAccCon.ln ChActPGb.ln ChClMode.ln ChCmap.ln ChGC.ln ChKeyCon.ln ChkIfEv.ln ChkMaskEv.ln ChkTypEv.ln ChkTypWEv.ln ChkWinEv.ln ChPntCon.ln ChProp.ln ChSaveSet.ln ChWAttrs.ln ChWindow.ln CirWin.ln CirWinDn.ln CirWinUp.ln ClDisplay.ln ClearArea.ln Clear.ln ConfWind.ln Context.ln ConvSel.ln CopyArea.ln CopyCmap.ln CopyGC.ln CopyPlane.ln CrBFData.ln CrCmap.ln CrCursor.ln CrGC.ln CrGlCur.ln CrPFBData.ln CrPixmap.ln CrWindow.ln Cursor.ln DefCursor.ln DelProp.ln Depths.ln DestSubs.ln DestWind.ln DisName.ln DrArc.ln DrArcs.ln DrLine.ln DrLines.ln DrPoint.ln DrPoints.ln DrRect.ln DrRects.ln DrSegs.ln ErrDes.ln ErrHndlr.ln evtomask.ln EvToWire.ln FetchName.ln FillArc.ln FillArcs.ln FillPoly.ln FillRct.ln FillRcts.ln FilterEv.ln Flush.ln Font.ln FontInfo.ln FontNames.ln FreeCmap.ln FreeCols.ln FreeCurs.ln FreeEData.ln FreeEventData.ln FreeGC.ln FreePix.ln FSSaver.ln FSWrap.ln GCMisc.ln Geom.ln GetAtomNm.ln GetColor.ln GetDflt.ln GetEventData.ln GetFPath.ln GetFProp.ln GetGCVals.ln GetGeom.ln GetHColor.ln GetHints.ln GetIFocus.ln GetImage.ln GetKCnt.ln GetMoEv.ln GetNrmHint.ln GetPCnt.ln GetPntMap.ln GetProp.ln GetRGBCMap.ln GetSOwner.ln GetSSaver.ln GetStCmap.ln GetTxtProp.ln GetWAttrs.ln GetWMCMapW.ln GetWMProto.ln globals.ln GrButton.ln GrKeybd.ln GrKey.ln GrPointer.ln GrServer.ln Host.ln Iconify.ln IfEvent.ln imConv.ln ImText16.ln ImText.ln ImUtil.ln InitExt.ln InsCmap.ln IntAtom.ln KeyBind.ln KeysymStr.ln KillCl.ln LiHosts.ln LiICmaps.ln LiProps.ln ListExt.ln LoadFont.ln LockDis.ln locking.ln LookupCol.ln LowerWin.ln Macros.ln MapRaised.ln MapSubs.ln MapWindow.ln MaskEvent.ln Misc.ln ModMap.ln MoveWin.ln NextEvent.ln OCWrap.ln OMWrap.ln OpenDis.ln ParseCmd.ln ParseCol.ln ParseGeom.ln PeekEvent.ln PeekIfEv.ln Pending.ln PixFormats.ln PmapBgnd.ln PmapBord.ln PolyReg.ln PolyTxt16.ln PolyTxt.ln PropAlloc.ln PutBEvent.ln PutImage.ln Quarks.ln QuBest.ln QuColor.ln QuColors.ln QuCurShp.ln QuExt.ln QuKeybd.ln QuPntr.ln QuStipShp.ln QuTextE16.ln QuTextExt.ln QuTileShp.ln QuTree.ln RaiseWin.ln RdBitF.ln RecolorC.ln ReconfWin.ln ReconfWM.ln Region.ln RegstFlt.ln RepWindow.ln RestackWs.ln RotProp.ln ScrResStr.ln SelInput.ln SendEvent.ln SetBack.ln SetClMask.ln SetClOrig.ln SetCRects.ln SetDashes.ln SetFont.ln SetFore.ln SetFPath.ln SetFunc.ln SetHints.ln SetIFocus.ln SetLocale.ln SetLStyle.ln SetNrmHint.ln SetPMask.ln SetPntMap.ln SetRGBCMap.ln SetSOwner.ln SetSSaver.ln SetState.ln SetStCmap.ln SetStip.ln SetTile.ln SetTSOrig.ln SetTxtProp.ln SetWMCMapW.ln SetWMProto.ln StBytes.ln StColor.ln StColors.ln StName.ln StNColor.ln StrKeysym.ln StrToText.ln Sync.ln Synchro.ln Text16.ln Text.ln TextExt16.ln TextExt.ln TextToStr.ln TrCoords.ln UndefCurs.ln UngrabBut.ln UngrabKbd.ln UngrabKey.ln UngrabPtr.ln UngrabSvr.ln UninsCmap.ln UnldFont.ln UnmapSubs.ln UnmapWin.ln VisUtil.ln WarpPtr.ln Window.ln WinEvent.ln Withdraw.ln WMGeom.ln WMProps.ln WrBitF.ln XlibAsync.ln XlibInt.ln Xrm.ln AddDIC.ln AddSF.ln CCC.ln CvColW.ln CvCols.ln HVC.ln HVCGcC.ln HVCGcV.ln HVCGcVC.ln HVCMnV.ln HVCMxC.ln HVCMxV.ln HVCMxVC.ln HVCMxVs.ln HVCWpAj.ln IdOfPr.ln LRGB.ln Lab.ln LabGcC.ln LabGcL.ln LabGcLC.ln LabMnL.ln LabMxC.ln LabMxL.ln LabMxLC.ln LabWpAj.ln Luv.ln LuvGcC.ln LuvGcL.ln LuvGcLC.ln LuvMnL.ln LuvMxC.ln LuvMxL.ln LuvMxLC.ln LuvWpAj.ln OfCCC.ln PrOfId.ln QBlack.ln QBlue.ln QGreen.ln QRed.ln QWhite.ln QuCol.ln QuCols.ln SetCCC.ln SetGetCols.ln StCol.ln StCols.ln UNDEFINED.ln XRGB.ln XYZ.ln cmsAllCol.ln cmsAllNCol.ln cmsCmap.ln cmsColNm.ln cmsGlobls.ln cmsInt.ln cmsLkCol.ln cmsMath.ln cmsProp.ln cmsTrig.ln uvY.ln xyY.ln XKB.ln XKBBind.ln XKBCompat.ln XKBCtrls.ln XKBCvt.ln XKBGetMap.ln XKBGetByName.ln XKBNames.ln XKBRdBuf.ln XKBSetMap.ln XKBUse.ln XKBleds.ln XKBBell.ln XKBGeom.ln XKBSetGeom.ln XKBExtDev.ln XKBList.ln XKBMisc.ln XKBMAlloc.ln XKBGAlloc.ln XKBAlloc.ln XDefaultIMIF.ln XDefaultOMIF.ln xim_trans.ln ICWrap.ln IMWrap.ln imKStoUCS.ln lcCT.ln lcCharSet.ln lcConv.ln lcDB.ln lcDynamic.ln lcFile.ln lcGeneric.ln lcInit.ln lcPrTxt.ln lcPubWrap.ln lcPublic.ln lcRM.ln lcStd.ln lcTxtPr.ln lcUTF8.ln lcUtil.ln lcWrap.ln mbWMProps.ln mbWrap.ln utf8WMProps.ln utf8Wrap.ln wcWrap.ln xcb_disp.ln xcb_io.ln imCallbk.ln imDefFlt.ln imDefIc.ln imDefIm.ln imDefLkup.ln imDispch.ln imEvToWire.ln imExten.ln imImSw.ln imInsClbk.ln imInt.ln imLcFlt.ln imLcGIc.ln imLcIc.ln imLcIm.ln imLcLkup.ln imLcPrs.ln imLcSIc.ln imRmAttr.ln imRm.ln imThaiFlt.ln imThaiIc.ln imThaiIm.ln imTrans.ln imTransR.ln imTrX.ln lcDefConv.ln lcUTF8Load.ln lcGenConv.ln omDefault.ln omGeneric.ln omImText.ln omText.ln omTextEsc.ln omTextExt.ln omTextPer.ln omXChar.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/static && rm -f llib-lX11.ln AllCells.ln AllowEv.ln AllPlanes.ln AutoRep.ln Backgnd.ln BdrWidth.ln Bell.ln Border.ln ChAccCon.ln ChActPGb.ln ChClMode.ln ChCmap.ln ChGC.ln ChKeyCon.ln ChkIfEv.ln ChkMaskEv.ln ChkTypEv.ln ChkTypWEv.ln ChkWinEv.ln ChPntCon.ln ChProp.ln ChSaveSet.ln ChWAttrs.ln ChWindow.ln CirWin.ln CirWinDn.ln CirWinUp.ln ClDisplay.ln ClearArea.ln Clear.ln ConfWind.ln Context.ln ConvSel.ln CopyArea.ln CopyCmap.ln CopyGC.ln CopyPlane.ln CrBFData.ln CrCmap.ln CrCursor.ln CrGC.ln CrGlCur.ln CrPFBData.ln CrPixmap.ln CrWindow.ln Cursor.ln DefCursor.ln DelProp.ln Depths.ln DestSubs.ln DestWind.ln DisName.ln DrArc.ln DrArcs.ln DrLine.ln DrLines.ln DrPoint.ln DrPoints.ln DrRect.ln DrRects.ln DrSegs.ln ErrDes.ln ErrHndlr.ln evtomask.ln EvToWire.ln FetchName.ln FillArc.ln FillArcs.ln FillPoly.ln FillRct.ln FillRcts.ln FilterEv.ln Flush.ln Font.ln FontInfo.ln FontNames.ln FreeCmap.ln FreeCols.ln FreeCurs.ln FreeEData.ln FreeEventData.ln FreeGC.ln FreePix.ln FSSaver.ln FSWrap.ln GCMisc.ln Geom.ln GetAtomNm.ln GetColor.ln GetDflt.ln GetEventData.ln GetFPath.ln GetFProp.ln GetGCVals.ln GetGeom.ln GetHColor.ln GetHints.ln GetIFocus.ln GetImage.ln GetKCnt.ln GetMoEv.ln GetNrmHint.ln GetPCnt.ln GetPntMap.ln GetProp.ln GetRGBCMap.ln GetSOwner.ln GetSSaver.ln GetStCmap.ln GetTxtProp.ln GetWAttrs.ln GetWMCMapW.ln GetWMProto.ln globals.ln GrButton.ln GrKeybd.ln GrKey.ln GrPointer.ln GrServer.ln Host.ln Iconify.ln IfEvent.ln imConv.ln ImText16.ln ImText.ln ImUtil.ln InitExt.ln InsCmap.ln IntAtom.ln KeyBind.ln KeysymStr.ln KillCl.ln LiHosts.ln LiICmaps.ln LiProps.ln ListExt.ln LoadFont.ln LockDis.ln locking.ln LookupCol.ln LowerWin.ln Macros.ln MapRaised.ln MapSubs.ln MapWindow.ln MaskEvent.ln Misc.ln ModMap.ln MoveWin.ln NextEvent.ln OCWrap.ln OMWrap.ln OpenDis.ln ParseCmd.ln ParseCol.ln ParseGeom.ln PeekEvent.ln PeekIfEv.ln Pending.ln PixFormats.ln PmapBgnd.ln PmapBord.ln PolyReg.ln PolyTxt16.ln PolyTxt.ln PropAlloc.ln PutBEvent.ln PutImage.ln Quarks.ln QuBest.ln QuColor.ln QuColors.ln QuCurShp.ln QuExt.ln QuKeybd.ln QuPntr.ln QuStipShp.ln QuTextE16.ln QuTextExt.ln QuTileShp.ln QuTree.ln RaiseWin.ln RdBitF.ln RecolorC.ln ReconfWin.ln ReconfWM.ln Region.ln RegstFlt.ln RepWindow.ln RestackWs.ln RotProp.ln ScrResStr.ln SelInput.ln SendEvent.ln SetBack.ln SetClMask.ln SetClOrig.ln SetCRects.ln SetDashes.ln SetFont.ln SetFore.ln SetFPath.ln SetFunc.ln SetHints.ln SetIFocus.ln SetLocale.ln SetLStyle.ln SetNrmHint.ln SetPMask.ln SetPntMap.ln SetRGBCMap.ln SetSOwner.ln SetSSaver.ln SetState.ln SetStCmap.ln SetStip.ln SetTile.ln SetTSOrig.ln SetTxtProp.ln SetWMCMapW.ln SetWMProto.ln StBytes.ln StColor.ln StColors.ln StName.ln StNColor.ln StrKeysym.ln StrToText.ln Sync.ln Synchro.ln Text16.ln Text.ln TextExt16.ln TextExt.ln TextToStr.ln TrCoords.ln UndefCurs.ln UngrabBut.ln UngrabKbd.ln UngrabKey.ln UngrabPtr.ln UngrabSvr.ln UninsCmap.ln UnldFont.ln UnmapSubs.ln UnmapWin.ln VisUtil.ln WarpPtr.ln Window.ln WinEvent.ln Withdraw.ln WMGeom.ln WMProps.ln WrBitF.ln XlibAsync.ln XlibInt.ln Xrm.ln AddDIC.ln AddSF.ln CCC.ln CvColW.ln CvCols.ln HVC.ln HVCGcC.ln HVCGcV.ln HVCGcVC.ln HVCMnV.ln HVCMxC.ln HVCMxV.ln HVCMxVC.ln HVCMxVs.ln HVCWpAj.ln IdOfPr.ln LRGB.ln Lab.ln LabGcC.ln LabGcL.ln LabGcLC.ln LabMnL.ln LabMxC.ln LabMxL.ln LabMxLC.ln LabWpAj.ln Luv.ln LuvGcC.ln LuvGcL.ln LuvGcLC.ln LuvMnL.ln LuvMxC.ln LuvMxL.ln LuvMxLC.ln LuvWpAj.ln OfCCC.ln PrOfId.ln QBlack.ln QBlue.ln QGreen.ln QRed.ln QWhite.ln QuCol.ln QuCols.ln SetCCC.ln SetGetCols.ln StCol.ln StCols.ln UNDEFINED.ln XRGB.ln XYZ.ln cmsAllCol.ln cmsAllNCol.ln cmsCmap.ln cmsColNm.ln cmsGlobls.ln cmsInt.ln cmsLkCol.ln cmsMath.ln cmsProp.ln cmsTrig.ln uvY.ln xyY.ln XKB.ln XKBBind.ln XKBCompat.ln XKBCtrls.ln XKBCvt.ln XKBGetMap.ln XKBGetByName.ln XKBNames.ln XKBRdBuf.ln XKBSetMap.ln XKBUse.ln XKBleds.ln XKBBell.ln XKBGeom.ln XKBSetGeom.ln XKBExtDev.ln XKBList.ln XKBMisc.ln XKBMAlloc.ln XKBGAlloc.ln XKBAlloc.ln XDefaultIMIF.ln XDefaultOMIF.ln xim_trans.ln ICWrap.ln IMWrap.ln imKStoUCS.ln lcCT.ln lcCharSet.ln lcConv.ln lcDB.ln lcDynamic.ln lcFile.ln lcGeneric.ln lcInit.ln lcPrTxt.ln lcPubWrap.ln lcPublic.ln lcRM.ln lcStd.ln lcTxtPr.ln lcUTF8.ln lcUtil.ln lcWrap.ln mbWMProps.ln mbWrap.ln utf8WMProps.ln utf8Wrap.ln wcWrap.ln xcb_disp.ln xcb_io.ln imCallbk.ln imDefFlt.ln imDefIc.ln imDefIm.ln imDefLkup.ln imDispch.ln imEvToWire.ln imExten.ln imImSw.ln imInsClbk.ln imInt.ln imLcFlt.ln imLcGIc.ln imLcIc.ln imLcIm.ln imLcLkup.ln imLcPrs.ln imLcSIc.ln imRmAttr.ln imRm.ln imThaiFlt.ln imThaiIc.ln imThaiIm.ln imTrans.ln imTransR.ln imTrX.ln lcDefConv.ln lcUTF8Load.ln lcGenConv.ln omDefault.ln omGeneric.ln omImText.ln omText.ln omTextEsc.ln omTextExt.ln omTextPer.ln omXChar.ln || true) --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase.a array.o bsearch.o db.o data.o dict.o error.o json.o number.o bool.o heimbase.o null.o string.o array.o.tmp bsearch.o.tmp db.o.tmp data.o.tmp dict.o.tmp error.o.tmp json.o.tmp number.o.tmp bool.o.tmp heimbase.o.tmp null.o.tmp string.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase.a array.o bsearch.o db.o data.o dict.o error.o json.o number.o bool.o heimbase.o null.o string.o array.o.tmp bsearch.o.tmp db.o.tmp data.o.tmp dict.o.tmp error.o.tmp json.o.tmp number.o.tmp bool.o.tmp heimbase.o.tmp null.o.tmp string.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/static && rm -f .depend AddDIC.d AddSF.d AllCells.d AllPlanes.d AllowEv.d AutoRep.d Backgnd.d BdrWidth.d Bell.d Border.d CCC.d ChAccCon.d ChActPGb.d ChClMode.d ChCmap.d ChGC.d ChKeyCon.d ChPntCon.d ChProp.d ChSaveSet.d ChWAttrs.d ChWindow.d ChkIfEv.d ChkMaskEv.d ChkTypEv.d ChkTypWEv.d ChkWinEv.d CirWin.d CirWinDn.d CirWinUp.d ClDisplay.d Clear.d ClearArea.d ConfWind.d Context.d ConvSel.d CopyArea.d CopyCmap.d CopyGC.d CopyPlane.d CrBFData.d CrCmap.d CrCursor.d CrGC.d CrGlCur.d CrPFBData.d CrPixmap.d CrWindow.d Cursor.d CvColW.d CvCols.d DefCursor.d DelProp.d Depths.d DestSubs.d DestWind.d DisName.d DrArc.d DrArcs.d DrLine.d DrLines.d DrPoint.d DrPoints.d DrRect.d DrRects.d DrSegs.d ErrDes.d ErrHndlr.d EvToWire.d FSSaver.d FSWrap.d FetchName.d FillArc.d FillArcs.d FillPoly.d FillRct.d FillRcts.d FilterEv.d Flush.d Font.d FontInfo.d FontNames.d FreeCmap.d FreeCols.d FreeCurs.d FreeEData.d FreeEventData.d FreeGC.d FreePix.d GCMisc.d Geom.d GetAtomNm.d GetColor.d GetDflt.d GetEventData.d GetFPath.d GetFProp.d GetGCVals.d GetGeom.d GetHColor.d GetHints.d GetIFocus.d GetImage.d GetKCnt.d GetMoEv.d GetNrmHint.d GetPCnt.d GetPntMap.d GetProp.d GetRGBCMap.d GetSOwner.d GetSSaver.d GetStCmap.d GetTxtProp.d GetWAttrs.d GetWMCMapW.d GetWMProto.d GrButton.d GrKey.d GrKeybd.d GrPointer.d GrServer.d HVC.d HVCGcC.d HVCGcV.d HVCGcVC.d HVCMnV.d HVCMxC.d HVCMxV.d HVCMxVC.d HVCMxVs.d HVCWpAj.d Host.d ICWrap.d IMWrap.d Iconify.d IdOfPr.d IfEvent.d ImText.d ImText16.d ImUtil.d InitExt.d InsCmap.d IntAtom.d KeyBind.d KeysymStr.d KillCl.d LRGB.d Lab.d LabGcC.d LabGcL.d LabGcLC.d LabMnL.d LabMxC.d LabMxL.d LabMxLC.d LabWpAj.d LiHosts.d LiICmaps.d LiProps.d ListExt.d LoadFont.d LockDis.d LookupCol.d LowerWin.d Luv.d LuvGcC.d LuvGcL.d LuvGcLC.d LuvMnL.d LuvMxC.d LuvMxL.d LuvMxLC.d LuvWpAj.d Macros.d MapRaised.d MapSubs.d MapWindow.d MaskEvent.d Misc.d ModMap.d MoveWin.d NextEvent.d OCWrap.d OMWrap.d OfCCC.d OpenDis.d ParseCmd.d ParseCol.d ParseGeom.d PeekEvent.d PeekIfEv.d Pending.d PixFormats.d PmapBgnd.d PmapBord.d PolyReg.d PolyTxt.d PolyTxt16.d PrOfId.d PropAlloc.d PutBEvent.d PutImage.d QBlack.d QBlue.d QGreen.d QRed.d QWhite.d QuBest.d QuCol.d QuColor.d QuColors.d QuCols.d QuCurShp.d QuExt.d QuKeybd.d QuPntr.d QuStipShp.d QuTextE16.d QuTextExt.d QuTileShp.d QuTree.d Quarks.d RaiseWin.d RdBitF.d RecolorC.d ReconfWM.d ReconfWin.d Region.d RegstFlt.d RepWindow.d RestackWs.d RotProp.d ScrResStr.d SelInput.d SendEvent.d SetBack.d SetCCC.d SetCRects.d SetClMask.d SetClOrig.d SetDashes.d SetFPath.d SetFont.d SetFore.d SetFunc.d SetGetCols.d SetHints.d SetIFocus.d SetLStyle.d SetLocale.d SetNrmHint.d SetPMask.d SetPntMap.d SetRGBCMap.d SetSOwner.d SetSSaver.d SetStCmap.d SetState.d SetStip.d SetTSOrig.d SetTile.d SetTxtProp.d SetWMCMapW.d SetWMProto.d StBytes.d StCol.d StColor.d StColors.d StCols.d StNColor.d StName.d StrKeysym.d StrToText.d Sync.d Synchro.d Text.d Text16.d TextExt.d TextExt16.d TextToStr.d TrCoords.d UNDEFINED.d UndefCurs.d UngrabBut.d UngrabKbd.d UngrabKey.d UngrabPtr.d UngrabSvr.d UninsCmap.d UnldFont.d UnmapSubs.d UnmapWin.d VisUtil.d WMGeom.d WMProps.d WarpPtr.d WinEvent.d Window.d Withdraw.d WrBitF.d XDefaultIMIF.d XDefaultOMIF.d XKB.d XKBAlloc.d XKBBell.d XKBBind.d XKBCompat.d XKBCtrls.d XKBCvt.d XKBExtDev.d XKBGAlloc.d XKBGeom.d XKBGetByName.d XKBGetMap.d XKBList.d XKBMAlloc.d XKBMisc.d XKBNames.d XKBRdBuf.d XKBSetGeom.d XKBSetMap.d XKBUse.d XKBleds.d XRGB.d XYZ.d XlibAsync.d XlibInt.d Xrm.d cmsAllCol.d cmsAllNCol.d cmsCmap.d cmsColNm.d cmsGlobls.d cmsInt.d cmsLkCol.d cmsMath.d cmsProp.d cmsTrig.d evtomask.d globals.d imCallbk.d imConv.d imDefFlt.d imDefIc.d imDefIm.d imDefLkup.d imDispch.d imEvToWire.d imExten.d imImSw.d imInsClbk.d imInt.d imKStoUCS.d imLcFlt.d imLcGIc.d imLcIc.d imLcIm.d imLcLkup.d imLcPrs.d imLcSIc.d imRm.d imRmAttr.d imThaiFlt.d imThaiIc.d imThaiIm.d imTrX.d imTrans.d imTransR.d lcCT.d lcCharSet.d lcConv.d lcDB.d lcDefConv.d lcDynamic.d lcFile.d lcGenConv.d lcGeneric.d lcInit.d lcPrTxt.d lcPubWrap.d lcPublic.d lcRM.d lcStd.d lcTxtPr.d lcUTF8.d lcUTF8Load.d lcUtil.d lcWrap.d locking.d mbWMProps.d mbWrap.d omDefault.d omGeneric.d omImText.d omText.d omTextEsc.d omTextExt.d omTextPer.d omXChar.d utf8WMProps.d utf8Wrap.d uvY.d wcWrap.d xcb_disp.d xcb_io.d xim_trans.d xyY.d AddDIC.d.tmp AddSF.d.tmp AllCells.d.tmp AllPlanes.d.tmp AllowEv.d.tmp AutoRep.d.tmp Backgnd.d.tmp BdrWidth.d.tmp Bell.d.tmp Border.d.tmp CCC.d.tmp ChAccCon.d.tmp ChActPGb.d.tmp ChClMode.d.tmp ChCmap.d.tmp ChGC.d.tmp ChKeyCon.d.tmp ChPntCon.d.tmp ChProp.d.tmp ChSaveSet.d.tmp ChWAttrs.d.tmp ChWindow.d.tmp ChkIfEv.d.tmp ChkMaskEv.d.tmp ChkTypEv.d.tmp ChkTypWEv.d.tmp ChkWinEv.d.tmp CirWin.d.tmp CirWinDn.d.tmp CirWinUp.d.tmp ClDisplay.d.tmp Clear.d.tmp ClearArea.d.tmp ConfWind.d.tmp Context.d.tmp ConvSel.d.tmp CopyArea.d.tmp CopyCmap.d.tmp CopyGC.d.tmp CopyPlane.d.tmp CrBFData.d.tmp CrCmap.d.tmp CrCursor.d.tmp CrGC.d.tmp CrGlCur.d.tmp CrPFBData.d.tmp CrPixmap.d.tmp CrWindow.d.tmp Cursor.d.tmp CvColW.d.tmp CvCols.d.tmp DefCursor.d.tmp DelProp.d.tmp Depths.d.tmp DestSubs.d.tmp DestWind.d.tmp DisName.d.tmp DrArc.d.tmp DrArcs.d.tmp DrLine.d.tmp DrLines.d.tmp DrPoint.d.tmp DrPoints.d.tmp DrRect.d.tmp DrRects.d.tmp DrSegs.d.tmp ErrDes.d.tmp ErrHndlr.d.tmp EvToWire.d.tmp FSSaver.d.tmp FSWrap.d.tmp FetchName.d.tmp FillArc.d.tmp FillArcs.d.tmp FillPoly.d.tmp FillRct.d.tmp FillRcts.d.tmp FilterEv.d.tmp Flush.d.tmp Font.d.tmp FontInfo.d.tmp FontNames.d.tmp FreeCmap.d.tmp FreeCols.d.tmp FreeCurs.d.tmp FreeEData.d.tmp FreeEventData.d.tmp FreeGC.d.tmp FreePix.d.tmp GCMisc.d.tmp Geom.d.tmp GetAtomNm.d.tmp GetColor.d.tmp GetDflt.d.tmp GetEventData.d.tmp GetFPath.d.tmp GetFProp.d.tmp GetGCVals.d.tmp GetGeom.d.tmp GetHColor.d.tmp GetHints.d.tmp GetIFocus.d.tmp GetImage.d.tmp GetKCnt.d.tmp GetMoEv.d.tmp GetNrmHint.d.tmp GetPCnt.d.tmp GetPntMap.d.tmp GetProp.d.tmp GetRGBCMap.d.tmp GetSOwner.d.tmp GetSSaver.d.tmp GetStCmap.d.tmp GetTxtProp.d.tmp GetWAttrs.d.tmp GetWMCMapW.d.tmp GetWMProto.d.tmp GrButton.d.tmp GrKey.d.tmp GrKeybd.d.tmp GrPointer.d.tmp GrServer.d.tmp HVC.d.tmp HVCGcC.d.tmp HVCGcV.d.tmp HVCGcVC.d.tmp HVCMnV.d.tmp HVCMxC.d.tmp HVCMxV.d.tmp HVCMxVC.d.tmp HVCMxVs.d.tmp HVCWpAj.d.tmp Host.d.tmp ICWrap.d.tmp IMWrap.d.tmp Iconify.d.tmp IdOfPr.d.tmp IfEvent.d.tmp ImText.d.tmp ImText16.d.tmp ImUtil.d.tmp InitExt.d.tmp InsCmap.d.tmp IntAtom.d.tmp KeyBind.d.tmp KeysymStr.d.tmp KillCl.d.tmp LRGB.d.tmp Lab.d.tmp LabGcC.d.tmp LabGcL.d.tmp LabGcLC.d.tmp LabMnL.d.tmp LabMxC.d.tmp LabMxL.d.tmp LabMxLC.d.tmp LabWpAj.d.tmp LiHosts.d.tmp LiICmaps.d.tmp LiProps.d.tmp ListExt.d.tmp LoadFont.d.tmp LockDis.d.tmp LookupCol.d.tmp LowerWin.d.tmp Luv.d.tmp LuvGcC.d.tmp LuvGcL.d.tmp LuvGcLC.d.tmp LuvMnL.d.tmp LuvMxC.d.tmp LuvMxL.d.tmp LuvMxLC.d.tmp LuvWpAj.d.tmp Macros.d.tmp MapRaised.d.tmp MapSubs.d.tmp MapWindow.d.tmp MaskEvent.d.tmp Misc.d.tmp ModMap.d.tmp MoveWin.d.tmp NextEvent.d.tmp OCWrap.d.tmp OMWrap.d.tmp OfCCC.d.tmp OpenDis.d.tmp ParseCmd.d.tmp ParseCol.d.tmp ParseGeom.d.tmp PeekEvent.d.tmp PeekIfEv.d.tmp Pending.d.tmp PixFormats.d.tmp PmapBgnd.d.tmp PmapBord.d.tmp PolyReg.d.tmp PolyTxt.d.tmp PolyTxt16.d.tmp PrOfId.d.tmp PropAlloc.d.tmp PutBEvent.d.tmp PutImage.d.tmp QBlack.d.tmp QBlue.d.tmp QGreen.d.tmp QRed.d.tmp QWhite.d.tmp QuBest.d.tmp QuCol.d.tmp QuColor.d.tmp QuColors.d.tmp QuCols.d.tmp QuCurShp.d.tmp QuExt.d.tmp QuKeybd.d.tmp QuPntr.d.tmp QuStipShp.d.tmp QuTextE16.d.tmp QuTextExt.d.tmp QuTileShp.d.tmp QuTree.d.tmp Quarks.d.tmp RaiseWin.d.tmp RdBitF.d.tmp RecolorC.d.tmp ReconfWM.d.tmp ReconfWin.d.tmp Region.d.tmp RegstFlt.d.tmp RepWindow.d.tmp RestackWs.d.tmp RotProp.d.tmp ScrResStr.d.tmp SelInput.d.tmp SendEvent.d.tmp SetBack.d.tmp SetCCC.d.tmp SetCRects.d.tmp SetClMask.d.tmp SetClOrig.d.tmp SetDashes.d.tmp SetFPath.d.tmp SetFont.d.tmp SetFore.d.tmp SetFunc.d.tmp SetGetCols.d.tmp SetHints.d.tmp SetIFocus.d.tmp SetLStyle.d.tmp SetLocale.d.tmp SetNrmHint.d.tmp SetPMask.d.tmp SetPntMap.d.tmp SetRGBCMap.d.tmp SetSOwner.d.tmp SetSSaver.d.tmp SetStCmap.d.tmp SetState.d.tmp SetStip.d.tmp SetTSOrig.d.tmp SetTile.d.tmp SetTxtProp.d.tmp SetWMCMapW.d.tmp SetWMProto.d.tmp StBytes.d.tmp StCol.d.tmp StColor.d.tmp StColors.d.tmp StCols.d.tmp StNColor.d.tmp StName.d.tmp StrKeysym.d.tmp StrToText.d.tmp Sync.d.tmp Synchro.d.tmp Text.d.tmp Text16.d.tmp TextExt.d.tmp TextExt16.d.tmp TextToStr.d.tmp TrCoords.d.tmp UNDEFINED.d.tmp UndefCurs.d.tmp UngrabBut.d.tmp UngrabKbd.d.tmp UngrabKey.d.tmp UngrabPtr.d.tmp UngrabSvr.d.tmp UninsCmap.d.tmp UnldFont.d.tmp UnmapSubs.d.tmp UnmapWin.d.tmp VisUtil.d.tmp WMGeom.d.tmp WMProps.d.tmp WarpPtr.d.tmp WinEvent.d.tmp Window.d.tmp Withdraw.d.tmp WrBitF.d.tmp XDefaultIMIF.d.tmp XDefaultOMIF.d.tmp XKB.d.tmp XKBAlloc.d.tmp XKBBell.d.tmp XKBBind.d.tmp XKBCompat.d.tmp XKBCtrls.d.tmp XKBCvt.d.tmp XKBExtDev.d.tmp XKBGAlloc.d.tmp XKBGeom.d.tmp XKBGetByName.d.tmp XKBGetMap.d.tmp XKBList.d.tmp XKBMAlloc.d.tmp XKBMisc.d.tmp XKBNames.d.tmp XKBRdBuf.d.tmp XKBSetGeom.d.tmp XKBSetMap.d.tmp XKBUse.d.tmp XKBleds.d.tmp XRGB.d.tmp XYZ.d.tmp XlibAsync.d.tmp XlibInt.d.tmp Xrm.d.tmp cmsAllCol.d.tmp cmsAllNCol.d.tmp cmsCmap.d.tmp cmsColNm.d.tmp cmsGlobls.d.tmp cmsInt.d.tmp cmsLkCol.d.tmp cmsMath.d.tmp cmsProp.d.tmp cmsTrig.d.tmp evtomask.d.tmp globals.d.tmp imCallbk.d.tmp imConv.d.tmp imDefFlt.d.tmp imDefIc.d.tmp imDefIm.d.tmp imDefLkup.d.tmp imDispch.d.tmp imEvToWire.d.tmp imExten.d.tmp imImSw.d.tmp imInsClbk.d.tmp imInt.d.tmp imKStoUCS.d.tmp imLcFlt.d.tmp imLcGIc.d.tmp imLcIc.d.tmp imLcIm.d.tmp imLcLkup.d.tmp imLcPrs.d.tmp imLcSIc.d.tmp imRm.d.tmp imRmAttr.d.tmp imThaiFlt.d.tmp imThaiIc.d.tmp imThaiIm.d.tmp imTrX.d.tmp imTrans.d.tmp imTransR.d.tmp lcCT.d.tmp lcCharSet.d.tmp lcConv.d.tmp lcDB.d.tmp lcDefConv.d.tmp lcDynamic.d.tmp lcFile.d.tmp lcGenConv.d.tmp lcGeneric.d.tmp lcInit.d.tmp lcPrTxt.d.tmp lcPubWrap.d.tmp lcPublic.d.tmp lcRM.d.tmp lcStd.d.tmp lcTxtPr.d.tmp lcUTF8.d.tmp lcUTF8Load.d.tmp lcUtil.d.tmp lcWrap.d.tmp locking.d.tmp mbWMProps.d.tmp mbWrap.d.tmp omDefault.d.tmp omGeneric.d.tmp omImText.d.tmp omText.d.tmp omTextEsc.d.tmp omTextExt.d.tmp omTextPer.d.tmp omXChar.d.tmp utf8WMProps.d.tmp utf8Wrap.d.tmp uvY.d.tmp wcWrap.d.tmp xcb_disp.d.tmp xcb_io.d.tmp xim_trans.d.tmp xyY.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_p.a array.po bsearch.po db.po data.po dict.po error.po json.po number.po bool.po heimbase.po null.po string.po array.po.tmp bsearch.po.tmp db.po.tmp data.po.tmp dict.po.tmp error.po.tmp json.po.tmp number.po.tmp bool.po.tmp heimbase.po.tmp null.po.tmp string.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_p.a array.po bsearch.po db.po data.po dict.po error.po json.po number.po bool.po heimbase.po null.po string.po array.po.tmp bsearch.po.tmp db.po.tmp data.po.tmp dict.po.tmp error.po.tmp json.po.tmp number.po.tmp bool.po.tmp heimbase.po.tmp null.po.tmp string.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/static && rm -f .depend AddDIC.d AddSF.d AllCells.d AllPlanes.d AllowEv.d AutoRep.d Backgnd.d BdrWidth.d Bell.d Border.d CCC.d ChAccCon.d ChActPGb.d ChClMode.d ChCmap.d ChGC.d ChKeyCon.d ChPntCon.d ChProp.d ChSaveSet.d ChWAttrs.d ChWindow.d ChkIfEv.d ChkMaskEv.d ChkTypEv.d ChkTypWEv.d ChkWinEv.d CirWin.d CirWinDn.d CirWinUp.d ClDisplay.d Clear.d ClearArea.d ConfWind.d Context.d ConvSel.d CopyArea.d CopyCmap.d CopyGC.d CopyPlane.d CrBFData.d CrCmap.d CrCursor.d CrGC.d CrGlCur.d CrPFBData.d CrPixmap.d CrWindow.d Cursor.d CvColW.d CvCols.d DefCursor.d DelProp.d Depths.d DestSubs.d DestWind.d DisName.d DrArc.d DrArcs.d DrLine.d DrLines.d DrPoint.d DrPoints.d DrRect.d DrRects.d DrSegs.d ErrDes.d ErrHndlr.d EvToWire.d FSSaver.d FSWrap.d FetchName.d FillArc.d FillArcs.d FillPoly.d FillRct.d FillRcts.d FilterEv.d Flush.d Font.d FontInfo.d FontNames.d FreeCmap.d FreeCols.d FreeCurs.d FreeEData.d FreeEventData.d FreeGC.d FreePix.d GCMisc.d Geom.d GetAtomNm.d GetColor.d GetDflt.d GetEventData.d GetFPath.d GetFProp.d GetGCVals.d GetGeom.d GetHColor.d GetHints.d GetIFocus.d GetImage.d GetKCnt.d GetMoEv.d GetNrmHint.d GetPCnt.d GetPntMap.d GetProp.d GetRGBCMap.d GetSOwner.d GetSSaver.d GetStCmap.d GetTxtProp.d GetWAttrs.d GetWMCMapW.d GetWMProto.d GrButton.d GrKey.d GrKeybd.d GrPointer.d GrServer.d HVC.d HVCGcC.d HVCGcV.d HVCGcVC.d HVCMnV.d HVCMxC.d HVCMxV.d HVCMxVC.d HVCMxVs.d HVCWpAj.d Host.d ICWrap.d IMWrap.d Iconify.d IdOfPr.d IfEvent.d ImText.d ImText16.d ImUtil.d InitExt.d InsCmap.d IntAtom.d KeyBind.d KeysymStr.d KillCl.d LRGB.d Lab.d LabGcC.d LabGcL.d LabGcLC.d LabMnL.d LabMxC.d LabMxL.d LabMxLC.d LabWpAj.d LiHosts.d LiICmaps.d LiProps.d ListExt.d LoadFont.d LockDis.d LookupCol.d LowerWin.d Luv.d LuvGcC.d LuvGcL.d LuvGcLC.d LuvMnL.d LuvMxC.d LuvMxL.d LuvMxLC.d LuvWpAj.d Macros.d MapRaised.d MapSubs.d MapWindow.d MaskEvent.d Misc.d ModMap.d MoveWin.d NextEvent.d OCWrap.d OMWrap.d OfCCC.d OpenDis.d ParseCmd.d ParseCol.d ParseGeom.d PeekEvent.d PeekIfEv.d Pending.d PixFormats.d PmapBgnd.d PmapBord.d PolyReg.d PolyTxt.d PolyTxt16.d PrOfId.d PropAlloc.d PutBEvent.d PutImage.d QBlack.d QBlue.d QGreen.d QRed.d QWhite.d QuBest.d QuCol.d QuColor.d QuColors.d QuCols.d QuCurShp.d QuExt.d QuKeybd.d QuPntr.d QuStipShp.d QuTextE16.d QuTextExt.d QuTileShp.d QuTree.d Quarks.d RaiseWin.d RdBitF.d RecolorC.d ReconfWM.d ReconfWin.d Region.d RegstFlt.d RepWindow.d RestackWs.d RotProp.d ScrResStr.d SelInput.d SendEvent.d SetBack.d SetCCC.d SetCRects.d SetClMask.d SetClOrig.d SetDashes.d SetFPath.d SetFont.d SetFore.d SetFunc.d SetGetCols.d SetHints.d SetIFocus.d SetLStyle.d SetLocale.d SetNrmHint.d SetPMask.d SetPntMap.d SetRGBCMap.d SetSOwner.d SetSSaver.d SetStCmap.d SetState.d SetStip.d SetTSOrig.d SetTile.d SetTxtProp.d SetWMCMapW.d SetWMProto.d StBytes.d StCol.d StColor.d StColors.d StCols.d StNColor.d StName.d StrKeysym.d StrToText.d Sync.d Synchro.d Text.d Text16.d TextExt.d TextExt16.d TextToStr.d TrCoords.d UNDEFINED.d UndefCurs.d UngrabBut.d UngrabKbd.d UngrabKey.d UngrabPtr.d UngrabSvr.d UninsCmap.d UnldFont.d UnmapSubs.d UnmapWin.d VisUtil.d WMGeom.d WMProps.d WarpPtr.d WinEvent.d Window.d Withdraw.d WrBitF.d XDefaultIMIF.d XDefaultOMIF.d XKB.d XKBAlloc.d XKBBell.d XKBBind.d XKBCompat.d XKBCtrls.d XKBCvt.d XKBExtDev.d XKBGAlloc.d XKBGeom.d XKBGetByName.d XKBGetMap.d XKBList.d XKBMAlloc.d XKBMisc.d XKBNames.d XKBRdBuf.d XKBSetGeom.d XKBSetMap.d XKBUse.d XKBleds.d XRGB.d XYZ.d XlibAsync.d XlibInt.d Xrm.d cmsAllCol.d cmsAllNCol.d cmsCmap.d cmsColNm.d cmsGlobls.d cmsInt.d cmsLkCol.d cmsMath.d cmsProp.d cmsTrig.d evtomask.d globals.d imCallbk.d imConv.d imDefFlt.d imDefIc.d imDefIm.d imDefLkup.d imDispch.d imEvToWire.d imExten.d imImSw.d imInsClbk.d imInt.d imKStoUCS.d imLcFlt.d imLcGIc.d imLcIc.d imLcIm.d imLcLkup.d imLcPrs.d imLcSIc.d imRm.d imRmAttr.d imThaiFlt.d imThaiIc.d imThaiIm.d imTrX.d imTrans.d imTransR.d lcCT.d lcCharSet.d lcConv.d lcDB.d lcDefConv.d lcDynamic.d lcFile.d lcGenConv.d lcGeneric.d lcInit.d lcPrTxt.d lcPubWrap.d lcPublic.d lcRM.d lcStd.d lcTxtPr.d lcUTF8.d lcUTF8Load.d lcUtil.d lcWrap.d locking.d mbWMProps.d mbWrap.d omDefault.d omGeneric.d omImText.d omText.d omTextEsc.d omTextExt.d omTextPer.d omXChar.d utf8WMProps.d utf8Wrap.d uvY.d wcWrap.d xcb_disp.d xcb_io.d xim_trans.d xyY.d AddDIC.d.tmp AddSF.d.tmp AllCells.d.tmp AllPlanes.d.tmp AllowEv.d.tmp AutoRep.d.tmp Backgnd.d.tmp BdrWidth.d.tmp Bell.d.tmp Border.d.tmp CCC.d.tmp ChAccCon.d.tmp ChActPGb.d.tmp ChClMode.d.tmp ChCmap.d.tmp ChGC.d.tmp ChKeyCon.d.tmp ChPntCon.d.tmp ChProp.d.tmp ChSaveSet.d.tmp ChWAttrs.d.tmp ChWindow.d.tmp ChkIfEv.d.tmp ChkMaskEv.d.tmp ChkTypEv.d.tmp ChkTypWEv.d.tmp ChkWinEv.d.tmp CirWin.d.tmp CirWinDn.d.tmp CirWinUp.d.tmp ClDisplay.d.tmp Clear.d.tmp ClearArea.d.tmp ConfWind.d.tmp Context.d.tmp ConvSel.d.tmp CopyArea.d.tmp CopyCmap.d.tmp CopyGC.d.tmp CopyPlane.d.tmp CrBFData.d.tmp CrCmap.d.tmp CrCursor.d.tmp CrGC.d.tmp CrGlCur.d.tmp CrPFBData.d.tmp CrPixmap.d.tmp CrWindow.d.tmp Cursor.d.tmp CvColW.d.tmp CvCols.d.tmp DefCursor.d.tmp DelProp.d.tmp Depths.d.tmp DestSubs.d.tmp DestWind.d.tmp DisName.d.tmp DrArc.d.tmp DrArcs.d.tmp DrLine.d.tmp DrLines.d.tmp DrPoint.d.tmp DrPoints.d.tmp DrRect.d.tmp DrRects.d.tmp DrSegs.d.tmp ErrDes.d.tmp ErrHndlr.d.tmp EvToWire.d.tmp FSSaver.d.tmp FSWrap.d.tmp FetchName.d.tmp FillArc.d.tmp FillArcs.d.tmp FillPoly.d.tmp FillRct.d.tmp FillRcts.d.tmp FilterEv.d.tmp Flush.d.tmp Font.d.tmp FontInfo.d.tmp FontNames.d.tmp FreeCmap.d.tmp FreeCols.d.tmp FreeCurs.d.tmp FreeEData.d.tmp FreeEventData.d.tmp FreeGC.d.tmp FreePix.d.tmp GCMisc.d.tmp Geom.d.tmp GetAtomNm.d.tmp GetColor.d.tmp GetDflt.d.tmp GetEventData.d.tmp GetFPath.d.tmp GetFProp.d.tmp GetGCVals.d.tmp GetGeom.d.tmp GetHColor.d.tmp GetHints.d.tmp GetIFocus.d.tmp GetImage.d.tmp GetKCnt.d.tmp GetMoEv.d.tmp GetNrmHint.d.tmp GetPCnt.d.tmp GetPntMap.d.tmp GetProp.d.tmp GetRGBCMap.d.tmp GetSOwner.d.tmp GetSSaver.d.tmp GetStCmap.d.tmp GetTxtProp.d.tmp GetWAttrs.d.tmp GetWMCMapW.d.tmp GetWMProto.d.tmp GrButton.d.tmp GrKey.d.tmp GrKeybd.d.tmp GrPointer.d.tmp GrServer.d.tmp HVC.d.tmp HVCGcC.d.tmp HVCGcV.d.tmp HVCGcVC.d.tmp HVCMnV.d.tmp HVCMxC.d.tmp HVCMxV.d.tmp HVCMxVC.d.tmp HVCMxVs.d.tmp HVCWpAj.d.tmp Host.d.tmp ICWrap.d.tmp IMWrap.d.tmp Iconify.d.tmp IdOfPr.d.tmp IfEvent.d.tmp ImText.d.tmp ImText16.d.tmp ImUtil.d.tmp InitExt.d.tmp InsCmap.d.tmp IntAtom.d.tmp KeyBind.d.tmp KeysymStr.d.tmp KillCl.d.tmp LRGB.d.tmp Lab.d.tmp LabGcC.d.tmp LabGcL.d.tmp LabGcLC.d.tmp LabMnL.d.tmp LabMxC.d.tmp LabMxL.d.tmp LabMxLC.d.tmp LabWpAj.d.tmp LiHosts.d.tmp LiICmaps.d.tmp LiProps.d.tmp ListExt.d.tmp LoadFont.d.tmp LockDis.d.tmp LookupCol.d.tmp LowerWin.d.tmp Luv.d.tmp LuvGcC.d.tmp LuvGcL.d.tmp LuvGcLC.d.tmp LuvMnL.d.tmp LuvMxC.d.tmp LuvMxL.d.tmp LuvMxLC.d.tmp LuvWpAj.d.tmp Macros.d.tmp MapRaised.d.tmp MapSubs.d.tmp MapWindow.d.tmp MaskEvent.d.tmp Misc.d.tmp ModMap.d.tmp MoveWin.d.tmp NextEvent.d.tmp OCWrap.d.tmp OMWrap.d.tmp OfCCC.d.tmp OpenDis.d.tmp ParseCmd.d.tmp ParseCol.d.tmp ParseGeom.d.tmp PeekEvent.d.tmp PeekIfEv.d.tmp Pending.d.tmp PixFormats.d.tmp PmapBgnd.d.tmp PmapBord.d.tmp PolyReg.d.tmp PolyTxt.d.tmp PolyTxt16.d.tmp PrOfId.d.tmp PropAlloc.d.tmp PutBEvent.d.tmp PutImage.d.tmp QBlack.d.tmp QBlue.d.tmp QGreen.d.tmp QRed.d.tmp QWhite.d.tmp QuBest.d.tmp QuCol.d.tmp QuColor.d.tmp QuColors.d.tmp QuCols.d.tmp QuCurShp.d.tmp QuExt.d.tmp QuKeybd.d.tmp QuPntr.d.tmp QuStipShp.d.tmp QuTextE16.d.tmp QuTextExt.d.tmp QuTileShp.d.tmp QuTree.d.tmp Quarks.d.tmp RaiseWin.d.tmp RdBitF.d.tmp RecolorC.d.tmp ReconfWM.d.tmp ReconfWin.d.tmp Region.d.tmp RegstFlt.d.tmp RepWindow.d.tmp RestackWs.d.tmp RotProp.d.tmp ScrResStr.d.tmp SelInput.d.tmp SendEvent.d.tmp SetBack.d.tmp SetCCC.d.tmp SetCRects.d.tmp SetClMask.d.tmp SetClOrig.d.tmp SetDashes.d.tmp SetFPath.d.tmp SetFont.d.tmp SetFore.d.tmp SetFunc.d.tmp SetGetCols.d.tmp SetHints.d.tmp SetIFocus.d.tmp SetLStyle.d.tmp SetLocale.d.tmp SetNrmHint.d.tmp SetPMask.d.tmp SetPntMap.d.tmp SetRGBCMap.d.tmp SetSOwner.d.tmp SetSSaver.d.tmp SetStCmap.d.tmp SetState.d.tmp SetStip.d.tmp SetTSOrig.d.tmp SetTile.d.tmp SetTxtProp.d.tmp SetWMCMapW.d.tmp SetWMProto.d.tmp StBytes.d.tmp StCol.d.tmp StColor.d.tmp StColors.d.tmp StCols.d.tmp StNColor.d.tmp StName.d.tmp StrKeysym.d.tmp StrToText.d.tmp Sync.d.tmp Synchro.d.tmp Text.d.tmp Text16.d.tmp TextExt.d.tmp TextExt16.d.tmp TextToStr.d.tmp TrCoords.d.tmp UNDEFINED.d.tmp UndefCurs.d.tmp UngrabBut.d.tmp UngrabKbd.d.tmp UngrabKey.d.tmp UngrabPtr.d.tmp UngrabSvr.d.tmp UninsCmap.d.tmp UnldFont.d.tmp UnmapSubs.d.tmp UnmapWin.d.tmp VisUtil.d.tmp WMGeom.d.tmp WMProps.d.tmp WarpPtr.d.tmp WinEvent.d.tmp Window.d.tmp Withdraw.d.tmp WrBitF.d.tmp XDefaultIMIF.d.tmp XDefaultOMIF.d.tmp XKB.d.tmp XKBAlloc.d.tmp XKBBell.d.tmp XKBBind.d.tmp XKBCompat.d.tmp XKBCtrls.d.tmp XKBCvt.d.tmp XKBExtDev.d.tmp XKBGAlloc.d.tmp XKBGeom.d.tmp XKBGetByName.d.tmp XKBGetMap.d.tmp XKBList.d.tmp XKBMAlloc.d.tmp XKBMisc.d.tmp XKBNames.d.tmp XKBRdBuf.d.tmp XKBSetGeom.d.tmp XKBSetMap.d.tmp XKBUse.d.tmp XKBleds.d.tmp XRGB.d.tmp XYZ.d.tmp XlibAsync.d.tmp XlibInt.d.tmp Xrm.d.tmp cmsAllCol.d.tmp cmsAllNCol.d.tmp cmsCmap.d.tmp cmsColNm.d.tmp cmsGlobls.d.tmp cmsInt.d.tmp cmsLkCol.d.tmp cmsMath.d.tmp cmsProp.d.tmp cmsTrig.d.tmp evtomask.d.tmp globals.d.tmp imCallbk.d.tmp imConv.d.tmp imDefFlt.d.tmp imDefIc.d.tmp imDefIm.d.tmp imDefLkup.d.tmp imDispch.d.tmp imEvToWire.d.tmp imExten.d.tmp imImSw.d.tmp imInsClbk.d.tmp imInt.d.tmp imKStoUCS.d.tmp imLcFlt.d.tmp imLcGIc.d.tmp imLcIc.d.tmp imLcIm.d.tmp imLcLkup.d.tmp imLcPrs.d.tmp imLcSIc.d.tmp imRm.d.tmp imRmAttr.d.tmp imThaiFlt.d.tmp imThaiIc.d.tmp imThaiIm.d.tmp imTrX.d.tmp imTrans.d.tmp imTransR.d.tmp lcCT.d.tmp lcCharSet.d.tmp lcConv.d.tmp lcDB.d.tmp lcDefConv.d.tmp lcDynamic.d.tmp lcFile.d.tmp lcGenConv.d.tmp lcGeneric.d.tmp lcInit.d.tmp lcPrTxt.d.tmp lcPubWrap.d.tmp lcPublic.d.tmp lcRM.d.tmp lcStd.d.tmp lcTxtPr.d.tmp lcUTF8.d.tmp lcUTF8Load.d.tmp lcUtil.d.tmp lcWrap.d.tmp locking.d.tmp mbWMProps.d.tmp mbWrap.d.tmp omDefault.d.tmp omGeneric.d.tmp omImText.d.tmp omText.d.tmp omTextEsc.d.tmp omTextExt.d.tmp omTextPer.d.tmp omXChar.d.tmp utf8WMProps.d.tmp utf8Wrap.d.tmp uvY.d.tmp wcWrap.d.tmp xcb_disp.d.tmp xcb_io.d.tmp xim_trans.d.tmp xyY.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_g.a || true) --- cleandir-external --- --- cleandir-extensions --- cleandir ===> external/mit/xorg/lib/libX11/extensions --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_pic.a libheimbase.so.* libheimbase.so array.pico bsearch.pico db.pico data.pico dict.pico error.pico json.pico number.pico bool.pico heimbase.pico null.pico string.pico array.pico.tmp bsearch.pico.tmp db.pico.tmp data.pico.tmp dict.pico.tmp error.pico.tmp json.pico.tmp number.pico.tmp bool.pico.tmp heimbase.pico.tmp null.pico.tmp string.pico.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase_pic.a libheimbase.so.* libheimbase.so array.pico bsearch.pico db.pico data.pico dict.pico error.pico json.pico number.pico bool.pico heimbase.pico null.pico string.pico array.pico.tmp bsearch.pico.tmp db.pico.tmp data.pico.tmp dict.pico.tmp error.pico.tmp json.pico.tmp number.pico.tmp bool.pico.tmp heimbase.pico.tmp null.pico.tmp string.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libX11/extensions && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libX11/extensions && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f llib-lheimbase.ln array.ln bsearch.ln db.ln data.ln dict.ln error.ln json.ln number.ln bool.ln heimbase.ln null.ln string.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f llib-lheimbase.ln array.ln bsearch.ln db.ln data.ln dict.ln error.ln json.ln number.ln bool.ln heimbase.ln null.ln string.ln || true) --- cleandir-external --- --- cleandir-dri.old --- cleandir ===> external/mit/xorg/lib/dri.old --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f libheimbase.so.2.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimbase && rm -f .depend array.d bool.d bsearch.d data.d db.d dict.d error.d heimbase.d json.d null.d number.d string.d array.d.tmp bool.d.tmp bsearch.d.tmp data.d.tmp db.d.tmp dict.d.tmp error.d.tmp heimbase.d.tmp json.d.tmp null.d.tmp number.d.tmp string.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimbase && rm -f .depend array.d bool.d bsearch.d data.d db.d dict.d error.d heimbase.d json.d null.d number.d string.d array.d.tmp bool.d.tmp bsearch.d.tmp data.d.tmp db.d.tmp dict.d.tmp error.d.tmp heimbase.d.tmp json.d.tmp null.d.tmp number.d.tmp string.d.tmp tags || true) --- cleandir-libcom_err --- cleandir ===> crypto/external/bsd/heimdal/lib/libcom_err --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err.a error.o com_err.o error.o.tmp com_err.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err.a error.o com_err.o error.o.tmp com_err.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_p.a error.po com_err.po error.po.tmp com_err.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_p.a error.po com_err.po error.po.tmp com_err.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_g.a || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/dri.old && rm -f dri.pc dri.pc.tmp mesa_dri_drivers.so.0.map program_lexer.c a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_pic.a libcom_err.so.* libcom_err.so error.pico com_err.pico error.pico.tmp com_err.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/dri.old && rm -f dri.pc dri.pc.tmp mesa_dri_drivers.so.0.map program_lexer.c a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err_pic.a libcom_err.so.* libcom_err.so error.pico com_err.pico error.pico.tmp com_err.pico.tmp || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/dri.old && rm -f mesa_dri_drivers.a i830_context.o i830_state.o i830_texblend.o i830_texstate.o i830_vtbl.o i915_context.o i915_debug_fp.o i915_fragprog.o i915_program.o i915_state.o i915_texstate.o i915_vtbl.o i915_tex_layout.o i915_intel_batchbuffer.o i915_intel_blit.o i915_intel_buffer_objects.o i915_intel_buffers.o i915_intel_clear.o i915_intel_context.o i915_intel_extensions.o i915_intel_fbo.o i915_intel_mipmap_tree.o i915_intel_pixel.o i915_intel_pixel_bitmap.o i915_intel_pixel_copy.o i915_intel_pixel_draw.o i915_intel_pixel_read.o i915_intel_regions.o i915_intel_render.o i915_intel_screen.o i915_intel_state.o i915_intel_syncobj.o i915_intel_tex.o i915_intel_tex_copy.o i915_intel_tex_image.o i915_intel_tex_layout.o i915_intel_tex_subimage.o i915_intel_tex_validate.o i915_intel_tris.o blorp.o blorp_blit.o blorp_clear.o gen_batch_decoder.o gen_debug.o gen_decoder.o gen_device_info.o gen_disasm.o gen_l3_config.o gen_perf.o gen_perf_mdapi.o gen_perf_metrics.o gen_urb_config.o intel_log.o brw_binding_tables.o brw_blorp.o brw_bufmgr.o brw_cfg.o brw_clear.o brw_clip.o brw_clip_line.o brw_clip_point.o brw_clip_tri.o brw_clip_unfilled.o brw_clip_util.o brw_compile_clip.o brw_compile_sf.o brw_compiler.o brw_compute.o brw_conditional_render.o brw_context.o brw_cs.o brw_curbe.o brw_dead_control_flow.o brw_debug_recompile.o brw_disasm.o brw_disasm_info.o brw_disk_cache.o brw_draw.o brw_draw_upload.o brw_eu.o brw_eu_compact.o brw_eu_emit.o brw_eu_util.o brw_eu_validate.o brw_ff_gs.o brw_ff_gs_emit.o brw_formatquery.o brw_fs.o brw_fs_bank_conflicts.o brw_fs_cmod_propagation.o brw_fs_combine_constants.o brw_fs_copy_propagation.o brw_fs_cse.o brw_fs_dead_code_eliminate.o brw_fs_generator.o brw_fs_live_variables.o brw_fs_lower_pack.o brw_fs_lower_regioning.o brw_fs_nir.o brw_fs_reg_allocate.o brw_fs_register_coalesce.o brw_fs_saturate_propagation.o brw_fs_sel_peephole.o brw_fs_validate.o brw_fs_visitor.o brw_generate_mipmap.o brw_gs.o brw_gs_surface_state.o brw_interpolation_map.o brw_link.o brw_meta_util.o brw_misc_state.o brw_nir.o brw_nir_analyze_boolean_resolves.o brw_nir_analyze_ubo_ranges.o brw_nir_attribute_workarounds.o brw_nir_lower_conversions.o brw_nir_lower_cs_intrinsics.o brw_nir_lower_image_load_store.o brw_nir_lower_mem_access_bit_sizes.o brw_nir_opt_peephole_ffma.o brw_nir_tcs_workarounds.o brw_nir_trig_workarounds.o brw_nir_uniforms.o brw_object_purgeable.o brw_packed_float.o brw_performance_query.o brw_performance_query_mdapi.o brw_pipe_control.o brw_predicated_break.o brw_primitive_restart.o brw_program.o brw_program_binary.o brw_program_cache.o brw_queryobj.o brw_reg_type.o brw_reset.o brw_schedule_instructions.o brw_sf.o brw_shader.o brw_state_upload.o brw_surface_formats.o brw_sync.o brw_tcs.o brw_tcs_surface_state.o brw_tes.o brw_tes_surface_state.o brw_urb.o brw_util.o brw_vec4.o brw_vec4_cmod_propagation.o brw_vec4_copy_propagation.o brw_vec4_cse.o brw_vec4_dead_code_eliminate.o brw_vec4_generator.o brw_vec4_gs_nir.o brw_vec4_gs_visitor.o brw_vec4_live_variables.o brw_vec4_nir.o brw_vec4_reg_allocate.o brw_vec4_surface_builder.o brw_vec4_tcs.o brw_vec4_tes.o brw_vec4_visitor.o brw_vec4_vs_visitor.o brw_vs.o brw_vs_surface_state.o brw_vue_map.o brw_wm.o brw_wm_iz.o brw_wm_surface_state.o gen6_clip_state.o gen6_constant_state.o gen6_gs_visitor.o gen6_multisample_state.o gen6_queryobj.o gen6_sampler_state.o gen6_sol.o gen6_urb.o gen7_l3_state.o gen7_sol_state.o gen7_urb.o gen8_depth_state.o gen8_multisample_state.o hsw_queryobj.o hsw_sol.o isl.o isl_drm.o isl_format.o isl_format_layout.o isl_gen4.o isl_gen6.o isl_gen7.o isl_gen8.o isl_gen9.o isl_storage_image.o isl_tiled_memcpy.o isl_tiled_memcpy_normal.o isl_tiled_memcpy_sse41.o 40_state_upload.o 40_blorp_exec.o 40_pipe_control.o 45_state_upload.o 45_blorp_exec.o 45_pipe_control.o 50_state_upload.o 50_blorp_exec.o 50_pipe_control.o 60_state_upload.o 60_blorp_exec.o 60_pipe_control.o 70_state_upload.o 70_blorp_exec.o 70_pipe_control.o 75_state_upload.o 75_blorp_exec.o 75_pipe_control.o 80_state_upload.o 80_blorp_exec.o 80_pipe_control.o 90_state_upload.o 90_blorp_exec.o 90_pipe_control.o 100_state_upload.o 100_blorp_exec.o 100_pipe_control.o 110_state_upload.o 110_blorp_exec.o 110_pipe_control.o 40_isl_emit_depth_stencil.o 40_isl_surface_state.o 50_isl_emit_depth_stencil.o 50_isl_surface_state.o 60_isl_emit_depth_stencil.o 60_isl_surface_state.o 70_isl_emit_depth_stencil.o 70_isl_surface_state.o 75_isl_emit_depth_stencil.o 75_isl_surface_state.o 80_isl_emit_depth_stencil.o 80_isl_surface_state.o 90_isl_emit_depth_stencil.o 90_isl_surface_state.o 100_isl_emit_depth_stencil.o 100_isl_surface_state.o 110_isl_emit_depth_stencil.o 110_isl_surface_state.o i965_intel_batchbuffer.o i965_intel_blit.o i965_intel_buffer_objects.o i965_intel_buffers.o i965_intel_copy_image.o i965_intel_extensions.o i965_intel_fbo.o i965_intel_mipmap_tree.o i965_intel_pixel.o i965_intel_pixel_bitmap.o i965_intel_pixel_copy.o i965_intel_pixel_draw.o i965_intel_pixel_read.o i965_intel_screen.o i965_intel_state.o i965_intel_tex.o i965_intel_tex_copy.o i965_intel_tex_image.o i965_intel_tex_validate.o i965_intel_upload.o r200_context.o r200_ioctl.o r200_state.o r200_state_init.o r200_cmdbuf.o r200_tex.o r200_texstate.o r200_tcl.o r200_swtcl.o r200_maos.o r200_sanity.o r200_fragshader.o r200_vertprog.o r200_blit.o r200_radeon_buffer_objects.o r200_radeon_common_context.o r200_radeon_common.o r200_radeon_dma.o r200_radeon_debug.o r200_radeon_fbo.o r200_radeon_fog.o r200_radeon_mipmap_tree.o r200_radeon_pixel_read.o r200_radeon_queryobj.o r200_radeon_span.o r200_radeon_texture.o r200_radeon_tex_copy.o r200_radeon_tile.o r200_radeon_screen.o radeon_buffer_objects.o radeon_common_context.o radeon_common.o radeon_dma.o radeon_debug.o radeon_fbo.o radeon_fog.o radeon_mipmap_tree.o radeon_pixel_read.o radeon_queryobj.o radeon_span.o radeon_texture.o radeon_tex_copy.o radeon_tile.o radeon_context.o radeon_ioctl.o radeon_screen.o radeon_state.o radeon_state_init.o radeon_tex.o radeon_texstate.o radeon_tcl.o radeon_swtcl.o radeon_maos.o radeon_sanity.o radeon_blit.o accum.o api_arrayelt.o api_loopback.o api_exec.o arbprogram.o arrayobj.o atifragshader.o attrib.o barrier.o bbox.o blend.o blit.o bufferobj.o buffers.o clear.o clip.o colortab.o compute.o condrender.o conservativeraster.o context.o convolve.o copyimage.o cpuinfo.o MESAdebug.o debug_output.o depth.o dlist.o draw.o drawpix.o drawtex.o draw_validate.o enable.o enums.o errors.o MESAeval.o execmem.o extensions.o extensions_table.o externalobjects.o fbobject.o feedback.o ff_fragment_shader.o ffvertex_prog.o fog.o format_fallback.o format_pack.o format_unpack.o format_utils.o formatquery.o formats.o framebuffer.o get.o genmipmap.o getstring.o glformats.o glspirv.o glthread.o hash.o hint.o histogram.o image.o imports.o light.o lines.o marshal.o marshal_generated.o matrix.o mipmap.o mm.o multisample.o objectlabel.o objectpurge.o pack.o pbo.o performance_monitor.o performance_query.o pipelineobj.o MESApixel.o MESApixelstore.o pixeltransfer.o points.o polygon.o program_binary.o program_resource.o querymatrix.o queryobj.o rastpos.o readpix.o remap.o renderbuffer.o robustness.o samplerobj.o scissor.o shaderapi.o shaderimage.o shaderobj.o shader_query.o shared.o state.o stencil.o syncobj.o texcompress.o texcompress_astc.o texcompress_bptc.o texcompress_cpal.o texcompress_etc.o texcompress_fxt1.o texcompress_rgtc.o texcompress_s3tc.o texenv.o texformat.o texgen.o texgetimage.o teximage.o texobj.o texparam.o texstate.o texstorage.o texstore.o texturebindless.o textureview.o transformfeedback.o uniform_query.o uniforms.o varray.o vdpau.o version.o viewport.o vtxfmt.o es1_conversion.o m_debug_clip.o m_debug_norm.o m_debug_xform.o m_eval.o m_matrix.o m_translate.o m_vector.o m_xform.o vbo_context.o vbo_exec_api.o vbo_exec.o vbo_exec_draw.o vbo_exec_eval.o vbo_minmax_index.o vbo_noop.o vbo_primitive_restart.o vbo_save_api.o vbo_save.o vbo_save_draw.o vbo_save_loopback.o t_context.o t_draw.o t_pipeline.o t_rebase.o t_split.o t_split_copy.o t_split_inplace.o t_vb_fog.o t_vb_light.o t_vb_normals.o t_vb_points.o t_vb_program.o t_vb_render.o t_vb_texgen.o t_vb_texmat.o t_vb_vertex.o t_vertex.o t_vertex_generic.o t_vertex_sse.o t_vp_build.o s_aaline.o s_aatriangle.o s_alpha.o s_atifragshader.o s_bitmap.o s_blend.o s_blit.o s_clear.o s_context.o s_copypix.o s_depth.o s_drawpix.o s_feedback.o s_fog.o s_fragprog.o s_lines.o s_logic.o s_masking.o s_points.o s_renderbuffer.o s_span.o s_stencil.o s_texcombine.o s_texfetch.o s_texfilter.o s_texrender.o s_texture.o s_triangle.o s_zoom.o ss_context.o ss_triangle.o driverfuncs.o meta_blit.o meta_generate_mipmap.o meta.o common_x86.o x86_xform.o 3dnow.o sse.o x86sse.o sparc.o x86-64.o arbprogparse.o ir_to_mesa.o prog_cache.o prog_execute.o prog_instruction.o prog_noise.o prog_opt_constant_fold.o prog_optimize.o prog_parameter.o prog_parameter_layout.o prog_print.o prog_statevars.o prog_to_nir.o program.o programopt.o program_parse.tab.o program_parse_extra.o symbol_table.o program_lexer.o xform4.o streaming-load-memcpy.o sse_minmax.o glsl_lexer.o glsl_parser.o ast_array_index.o ast_expr.o ast_function.o ast_to_hir.o ast_type.o builtin_functions.o builtin_types.o builtin_variables.o generate_ir.o gl_nir_lower_atomics.o gl_nir_link_atomics.o gl_nir_link_uniform_initializers.o gl_nir_link_uniforms.o gl_nir_link_xfb.o gl_nir_linker.o gl_nir_lower_bindless_images.o gl_nir_lower_buffers.o gl_nir_lower_samplers.o gl_nir_lower_samplers_as_deref.o glsl_parser_extras.o glsl_symbol_table.o glsl_to_nir.o hir_field_selection.o ir.o ir_array_refcount.o ir_basic_block.o ir_builder.o ir_clone.o ir_constant_expression.o ir_equals.o ir_expression_flattening.o ir_function.o ir_function_can_inline.o ir_function_detect_recursion.o ir_hierarchical_visitor.o ir_hv_accept.o ir_print_visitor.o ir_reader.o ir_rvalue_visitor.o ir_set_program_inouts.o ir_validate.o ir_variable_refcount.o linker.o linker_util.o link_atomics.o link_functions.o link_interface_blocks.o link_uniforms.o link_uniform_initializers.o link_uniform_block_active_visitor.o link_uniform_blocks.o link_varyings.o loop_analysis.o loop_unroll.o lower_blend_equation_advanced.o lower_buffer_access.o lower_const_arrays_to_uniforms.o lower_cs_derived.o lower_discard.o lower_discard_flow.o lower_distance.o lower_if_to_cond_assign.o lower_instructions.o lower_int64.o lower_jumps.o lower_mat_op_to_vec.o lower_noise.o lower_offset_array.o lower_packed_varyings.o lower_named_interface_blocks.o lower_packing_builtins.o lower_subroutine.o lower_tess_level.o lower_texture_projection.o lower_variable_index_to_cond_assign.o lower_vec_index_to_cond_assign.o lower_vec_index_to_swizzle.o lower_vector.o lower_vector_derefs.o lower_vector_insert.o lower_vertex_id.o lower_output_reads.o lower_shared_reference.o lower_ubo_reference.o opt_algebraic.o opt_array_splitting.o opt_conditional_discard.o opt_constant_folding.o opt_constant_propagation.o opt_constant_variable.o opt_copy_propagation_elements.o opt_dead_builtin_variables.o opt_dead_builtin_varyings.o opt_dead_code.o opt_dead_code_local.o opt_dead_functions.o opt_flatten_nested_if_blocks.o opt_flip_matrices.o opt_function_inlining.o opt_if_simplification.o opt_minmax.o opt_rebalance_tree.o opt_redundant_jumps.o opt_structure_splitting.o opt_swizzle.o opt_tree_grafting.o opt_vectorize.o propagate_invariance.o s_expression.o string_to_uint_map.o serialize.o shader_cache.o blob.o glsl_types.o nir_types.o shader_enums.o glcpp-lex.o glcpp-parse.o pp.o nir_constant_expressions.o nir_intrinsics.o nir_opcodes.o nir_opt_algebraic.o nir.o nir_builtin_builder.o nir_clone.o nir_control_flow.o nir_deref.o nir_dominance.o nir_from_ssa.o nir_gather_info.o nir_gather_xfb_info.o nir_gs_count_vertices.o nir_inline_functions.o nir_instr_set.o nir_linking_helpers.o nir_liveness.o nir_loop_analyze.o nir_lower_alpha_test.o nir_lower_alu.o nir_lower_alu_to_scalar.o nir_lower_array_deref_of_vec.o nir_lower_atomics_to_ssbo.o nir_lower_bit_size.o nir_lower_bitmap.o nir_lower_bool_to_int32.o nir_lower_clamp_color_outputs.o nir_lower_clip.o nir_lower_clip_cull_distance_arrays.o nir_lower_constant_initializers.o nir_lower_double_ops.o nir_lower_drawpixels.o nir_lower_global_vars_to_local.o nir_lower_gs_intrinsics.o nir_lower_idiv.o nir_lower_indirect_derefs.o nir_lower_int64.o nir_lower_io.o nir_lower_io_arrays_to_elements.o nir_lower_io_to_scalar.o nir_lower_io_to_vector.o nir_lower_io_to_temporaries.o nir_lower_load_const_to_scalar.o nir_lower_locals_to_regs.o nir_lower_packing.o nir_lower_passthrough_edgeflags.o nir_lower_patch_vertices.o nir_lower_phis_to_scalar.o nir_lower_regs_to_ssa.o nir_lower_returns.o nir_lower_subgroups.o nir_lower_system_values.o nir_lower_tex.o nir_lower_to_source_mods.o nir_lower_two_sided_color.o nir_lower_uniforms_to_ubo.o nir_lower_var_copies.o nir_lower_vars_to_ssa.o nir_lower_vec_to_movs.o nir_lower_wpos_center.o nir_lower_wpos_ytransform.o nir_metadata.o nir_move_load_const.o nir_move_vec_src_uses_to_dest.o nir_normalize_cubemap_coords.o nir_opt_combine_stores.o nir_opt_comparison_pre.o nir_opt_conditional_discard.o nir_opt_constant_folding.o nir_opt_copy_prop_vars.o nir_opt_copy_propagate.o nir_opt_cse.o nir_opt_dce.o nir_opt_dead_cf.o nir_opt_dead_write_vars.o nir_opt_find_array_copies.o nir_opt_gcm.o nir_opt_idiv_const.o nir_opt_if.o nir_opt_intrinsics.o nir_opt_large_constants.o nir_opt_loop_unroll.o nir_opt_move_comparisons.o nir_opt_move_load_ubo.o nir_opt_peephole_select.o nir_opt_remove_phis.o nir_opt_shrink_load.o nir_opt_trivial_continues.o nir_opt_undef.o nir_phi_builder.o nir_print.o nir_propagate_invariant.o nir_remove_dead_variables.o nir_repair_ssa.o nir_search.o nir_serialize.o nir_split_per_member_structs.o nir_split_var_copies.o nir_split_vars.o nir_strip.o nir_sweep.o nir_to_lcssa.o nir_validate.o nir_worklist.o spirv_info.o vtn_gather_types.o gl_spirv.o spirv_to_nir.o vtn_alu.o vtn_amd.o vtn_cfg.o vtn_glsl450.o vtn_opencl.o vtn_subgroup.o vtn_variables.o streaming-load-memcpy.o hash_table.o build_id.o crc32.o disk_cache.o fast_idiv_by_const.o half_float.o format_srgb.o mesa-sha1.o os_time.o ralloc.o UTILdebug.o rand_xor.o rb_tree.o register_allocate.o rgtc.o set.o slab.o string_buffer.o strtod.o u_atomic.o u_cpu_detect.o u_math.o u_queue.o u_process.o u_vector.o vma.o utils.o dri_util.o xmlconfig.o megadriver_stub.o i830_context.o.tmp i830_state.o.tmp i830_texblend.o.tmp i830_texstate.o.tmp i830_vtbl.o.tmp i915_context.o.tmp i915_debug_fp.o.tmp i915_fragprog.o.tmp i915_program.o.tmp i915_state.o.tmp i915_texstate.o.tmp i915_vtbl.o.tmp i915_tex_layout.o.tmp i915_intel_batchbuffer.o.tmp i915_intel_blit.o.tmp i915_intel_buffer_objects.o.tmp i915_intel_buffers.o.tmp i915_intel_clear.o.tmp i915_intel_context.o.tmp i915_intel_extensions.o.tmp i915_intel_fbo.o.tmp i915_intel_mipmap_tree.o.tmp i915_intel_pixel.o.tmp i915_intel_pixel_bitmap.o.tmp i915_intel_pixel_copy.o.tmp i915_intel_pixel_draw.o.tmp i915_intel_pixel_read.o.tmp i915_intel_regions.o.tmp i915_intel_render.o.tmp i915_intel_screen.o.tmp i915_intel_state.o.tmp i915_intel_syncobj.o.tmp i915_intel_tex.o.tmp i915_intel_tex_copy.o.tmp i915_intel_tex_image.o.tmp i915_intel_tex_layout.o.tmp i915_intel_tex_subimage.o.tmp i915_intel_tex_validate.o.tmp i915_intel_tris.o.tmp blorp.o.tmp blorp_blit.o.tmp blorp_clear.o.tmp gen_batch_decoder.o.tmp gen_debug.o.tmp gen_decoder.o.tmp gen_device_info.o.tmp gen_disasm.o.tmp gen_l3_config.o.tmp gen_perf.o.tmp gen_perf_mdapi.o.tmp gen_perf_metrics.o.tmp gen_urb_config.o.tmp intel_log.o.tmp brw_binding_tables.o.tmp brw_blorp.o.tmp brw_bufmgr.o.tmp brw_cfg.o.tmp brw_clear.o.tmp brw_clip.o.tmp brw_clip_line.o.tmp brw_clip_point.o.tmp brw_clip_tri.o.tmp brw_clip_unfilled.o.tmp brw_clip_util.o.tmp brw_compile_clip.o.tmp brw_compile_sf.o.tmp brw_compiler.o.tmp brw_compute.o.tmp brw_conditional_render.o.tmp brw_context.o.tmp brw_cs.o.tmp brw_curbe.o.tmp brw_dead_control_flow.o.tmp brw_debug_recompile.o.tmp brw_disasm.o.tmp brw_disasm_info.o.tmp brw_disk_cache.o.tmp brw_draw.o.tmp brw_draw_upload.o.tmp brw_eu.o.tmp brw_eu_compact.o.tmp brw_eu_emit.o.tmp brw_eu_util.o.tmp brw_eu_validate.o.tmp brw_ff_gs.o.tmp brw_ff_gs_emit.o.tmp brw_formatquery.o.tmp brw_fs.o.tmp brw_fs_bank_conflicts.o.tmp brw_fs_cmod_propagation.o.tmp brw_fs_combine_constants.o.tmp brw_fs_copy_propagation.o.tmp brw_fs_cse.o.tmp brw_fs_dead_code_eliminate.o.tmp brw_fs_generator.o.tmp brw_fs_live_variables.o.tmp brw_fs_lower_pack.o.tmp brw_fs_lower_regioning.o.tmp brw_fs_nir.o.tmp brw_fs_reg_allocate.o.tmp brw_fs_register_coalesce.o.tmp brw_fs_saturate_propagation.o.tmp brw_fs_sel_peephole.o.tmp brw_fs_validate.o.tmp brw_fs_visitor.o.tmp brw_generate_mipmap.o.tmp brw_gs.o.tmp brw_gs_surface_state.o.tmp brw_interpolation_map.o.tmp brw_link.o.tmp brw_meta_util.o.tmp brw_misc_state.o.tmp brw_nir.o.tmp brw_nir_analyze_boolean_resolves.o.tmp brw_nir_analyze_ubo_ranges.o.tmp brw_nir_attribute_workarounds.o.tmp brw_nir_lower_conversions.o.tmp brw_nir_lower_cs_intrinsics.o.tmp brw_nir_lower_image_load_store.o.tmp brw_nir_lower_mem_access_bit_sizes.o.tmp brw_nir_opt_peephole_ffma.o.tmp brw_nir_tcs_workarounds.o.tmp brw_nir_trig_workarounds.o.tmp brw_nir_uniforms.o.tmp brw_object_purgeable.o.tmp brw_packed_float.o.tmp brw_performance_query.o.tmp brw_performance_query_mdapi.o.tmp brw_pipe_control.o.tmp brw_predicated_break.o.tmp brw_primitive_restart.o.tmp brw_program.o.tmp brw_program_binary.o.tmp brw_program_cache.o.tmp brw_queryobj.o.tmp brw_reg_type.o.tmp brw_reset.o.tmp brw_schedule_instructions.o.tmp brw_sf.o.tmp brw_shader.o.tmp brw_state_upload.o.tmp brw_surface_formats.o.tmp brw_sync.o.tmp brw_tcs.o.tmp brw_tcs_surface_state.o.tmp brw_tes.o.tmp brw_tes_surface_state.o.tmp brw_urb.o.tmp brw_util.o.tmp brw_vec4.o.tmp brw_vec4_cmod_propagation.o.tmp brw_vec4_copy_propagation.o.tmp brw_vec4_cse.o.tmp brw_vec4_dead_code_eliminate.o.tmp brw_vec4_generator.o.tmp brw_vec4_gs_nir.o.tmp brw_vec4_gs_visitor.o.tmp brw_vec4_live_variables.o.tmp brw_vec4_nir.o.tmp brw_vec4_reg_allocate.o.tmp brw_vec4_surface_builder.o.tmp brw_vec4_tcs.o.tmp brw_vec4_tes.o.tmp brw_vec4_visitor.o.tmp brw_vec4_vs_visitor.o.tmp brw_vs.o.tmp brw_vs_surface_state.o.tmp brw_vue_map.o.tmp brw_wm.o.tmp brw_wm_iz.o.tmp brw_wm_surface_state.o.tmp gen6_clip_state.o.tmp gen6_constant_state.o.tmp gen6_gs_visitor.o.tmp gen6_multisample_state.o.tmp gen6_queryobj.o.tmp gen6_sampler_state.o.tmp gen6_sol.o.tmp gen6_urb.o.tmp gen7_l3_state.o.tmp gen7_sol_state.o.tmp gen7_urb.o.tmp gen8_depth_state.o.tmp gen8_multisample_state.o.tmp hsw_queryobj.o.tmp hsw_sol.o.tmp isl.o.tmp isl_drm.o.tmp isl_format.o.tmp isl_format_layout.o.tmp isl_gen4.o.tmp isl_gen6.o.tmp isl_gen7.o.tmp isl_gen8.o.tmp isl_gen9.o.tmp isl_storage_image.o.tmp isl_tiled_memcpy.o.tmp isl_tiled_memcpy_normal.o.tmp isl_tiled_memcpy_sse41.o.tmp 40_state_upload.o.tmp 40_blorp_exec.o.tmp 40_pipe_control.o.tmp 45_state_upload.o.tmp 45_blorp_exec.o.tmp 45_pipe_control.o.tmp 50_state_upload.o.tmp 50_blorp_exec.o.tmp 50_pipe_control.o.tmp 60_state_upload.o.tmp 60_blorp_exec.o.tmp 60_pipe_control.o.tmp 70_state_upload.o.tmp 70_blorp_exec.o.tmp 70_pipe_control.o.tmp 75_state_upload.o.tmp 75_blorp_exec.o.tmp 75_pipe_control.o.tmp 80_state_upload.o.tmp 80_blorp_exec.o.tmp 80_pipe_control.o.tmp 90_state_upload.o.tmp 90_blorp_exec.o.tmp 90_pipe_control.o.tmp 100_state_upload.o.tmp 100_blorp_exec.o.tmp 100_pipe_control.o.tmp 110_state_upload.o.tmp 110_blorp_exec.o.tmp 110_pipe_control.o.tmp 40_isl_emit_depth_stencil.o.tmp 40_isl_surface_state.o.tmp 50_isl_emit_depth_stencil.o.tmp 50_isl_surface_state.o.tmp 60_isl_emit_depth_stencil.o.tmp 60_isl_surface_state.o.tmp 70_isl_emit_depth_stencil.o.tmp 70_isl_surface_state.o.tmp 75_isl_emit_depth_stencil.o.tmp 75_isl_surface_state.o.tmp 80_isl_emit_depth_stencil.o.tmp 80_isl_surface_state.o.tmp 90_isl_emit_depth_stencil.o.tmp 90_isl_surface_state.o.tmp 100_isl_emit_depth_stencil.o.tmp 100_isl_surface_state.o.tmp 110_isl_emit_depth_stencil.o.tmp 110_isl_surface_state.o.tmp i965_intel_batchbuffer.o.tmp i965_intel_blit.o.tmp i965_intel_buffer_objects.o.tmp i965_intel_buffers.o.tmp i965_intel_copy_image.o.tmp i965_intel_extensions.o.tmp i965_intel_fbo.o.tmp i965_intel_mipmap_tree.o.tmp i965_intel_pixel.o.tmp i965_intel_pixel_bitmap.o.tmp i965_intel_pixel_copy.o.tmp i965_intel_pixel_draw.o.tmp i965_intel_pixel_read.o.tmp i965_intel_screen.o.tmp i965_intel_state.o.tmp i965_intel_tex.o.tmp i965_intel_tex_copy.o.tmp i965_intel_tex_image.o.tmp i965_intel_tex_validate.o.tmp i965_intel_upload.o.tmp r200_context.o.tmp r200_ioctl.o.tmp r200_state.o.tmp r200_state_init.o.tmp r200_cmdbuf.o.tmp r200_tex.o.tmp r200_texstate.o.tmp r200_tcl.o.tmp r200_swtcl.o.tmp r200_maos.o.tmp r200_sanity.o.tmp r200_fragshader.o.tmp r200_vertprog.o.tmp r200_blit.o.tmp r200_radeon_buffer_objects.o.tmp r200_radeon_common_context.o.tmp r200_radeon_common.o.tmp r200_radeon_dma.o.tmp r200_radeon_debug.o.tmp r200_radeon_fbo.o.tmp r200_radeon_fog.o.tmp r200_radeon_mipmap_tree.o.tmp r200_radeon_pixel_read.o.tmp r200_radeon_queryobj.o.tmp r200_radeon_span.o.tmp r200_radeon_texture.o.tmp r200_radeon_tex_copy.o.tmp r200_radeon_tile.o.tmp r200_radeon_screen.o.tmp radeon_buffer_objects.o.tmp radeon_common_context.o.tmp radeon_common.o.tmp radeon_dma.o.tmp radeon_debug.o.tmp radeon_fbo.o.tmp radeon_fog.o.tmp radeon_mipmap_tree.o.tmp radeon_pixel_read.o.tmp radeon_queryobj.o.tmp radeon_span.o.tmp radeon_texture.o.tmp radeon_tex_copy.o.tmp radeon_tile.o.tmp radeon_context.o.tmp radeon_ioctl.o.tmp radeon_screen.o.tmp radeon_state.o.tmp radeon_state_init.o.tmp radeon_tex.o.tmp radeon_texstate.o.tmp radeon_tcl.o.tmp radeon_swtcl.o.tmp radeon_maos.o.tmp radeon_sanity.o.tmp radeon_blit.o.tmp accum.o.tmp api_arrayelt.o.tmp api_loopback.o.tmp api_exec.o.tmp arbprogram.o.tmp arrayobj.o.tmp atifragshader.o.tmp attrib.o.tmp barrier.o.tmp bbox.o.tmp blend.o.tmp blit.o.tmp bufferobj.o.tmp buffers.o.tmp clear.o.tmp clip.o.tmp colortab.o.tmp compute.o.tmp condrender.o.tmp conservativeraster.o.tmp context.o.tmp convolve.o.tmp copyimage.o.tmp cpuinfo.o.tmp MESAdebug.o.tmp debug_output.o.tmp depth.o.tmp dlist.o.tmp draw.o.tmp drawpix.o.tmp drawtex.o.tmp draw_validate.o.tmp enable.o.tmp enums.o.tmp errors.o.tmp MESAeval.o.tmp execmem.o.tmp extensions.o.tmp extensions_table.o.tmp externalobjects.o.tmp fbobject.o.tmp feedback.o.tmp ff_fragment_shader.o.tmp ffvertex_prog.o.tmp fog.o.tmp format_fallback.o.tmp format_pack.o.tmp format_unpack.o.tmp format_utils.o.tmp formatquery.o.tmp formats.o.tmp framebuffer.o.tmp get.o.tmp genmipmap.o.tmp getstring.o.tmp glformats.o.tmp glspirv.o.tmp glthread.o.tmp hash.o.tmp hint.o.tmp histogram.o.tmp image.o.tmp imports.o.tmp light.o.tmp lines.o.tmp marshal.o.tmp marshal_generated.o.tmp matrix.o.tmp mipmap.o.tmp mm.o.tmp multisample.o.tmp objectlabel.o.tmp objectpurge.o.tmp pack.o.tmp pbo.o.tmp performance_monitor.o.tmp performance_query.o.tmp pipelineobj.o.tmp MESApixel.o.tmp MESApixelstore.o.tmp pixeltransfer.o.tmp points.o.tmp polygon.o.tmp program_binary.o.tmp program_resource.o.tmp querymatrix.o.tmp queryobj.o.tmp rastpos.o.tmp readpix.o.tmp remap.o.tmp renderbuffer.o.tmp robustness.o.tmp samplerobj.o.tmp scissor.o.tmp shaderapi.o.tmp shaderimage.o.tmp shaderobj.o.tmp shader_query.o.tmp shared.o.tmp state.o.tmp stencil.o.tmp syncobj.o.tmp texcompress.o.tmp texcompress_astc.o.tmp texcompress_bptc.o.tmp texcompress_cpal.o.tmp texcompress_etc.o.tmp texcompress_fxt1.o.tmp texcompress_rgtc.o.tmp texcompress_s3tc.o.tmp texenv.o.tmp texformat.o.tmp texgen.o.tmp texgetimage.o.tmp teximage.o.tmp texobj.o.tmp texparam.o.tmp texstate.o.tmp texstorage.o.tmp texstore.o.tmp texturebindless.o.tmp textureview.o.tmp transformfeedback.o.tmp uniform_query.o.tmp uniforms.o.tmp varray.o.tmp vdpau.o.tmp version.o.tmp viewport.o.tmp vtxfmt.o.tmp es1_conversion.o.tmp m_debug_clip.o.tmp m_debug_norm.o.tmp m_debug_xform.o.tmp m_eval.o.tmp m_matrix.o.tmp m_translate.o.tmp m_vector.o.tmp m_xform.o.tmp vbo_context.o.tmp vbo_exec_api.o.tmp vbo_exec.o.tmp vbo_exec_draw.o.tmp vbo_exec_eval.o.tmp vbo_minmax_index.o.tmp vbo_noop.o.tmp vbo_primitive_restart.o.tmp vbo_save_api.o.tmp vbo_save.o.tmp vbo_save_draw.o.tmp vbo_save_loopback.o.tmp t_context.o.tmp t_draw.o.tmp t_pipeline.o.tmp t_rebase.o.tmp t_split.o.tmp t_split_copy.o.tmp t_split_inplace.o.tmp t_vb_fog.o.tmp t_vb_light.o.tmp t_vb_normals.o.tmp t_vb_points.o.tmp t_vb_program.o.tmp t_vb_render.o.tmp t_vb_texgen.o.tmp t_vb_texmat.o.tmp t_vb_vertex.o.tmp t_vertex.o.tmp t_vertex_generic.o.tmp t_vertex_sse.o.tmp t_vp_build.o.tmp s_aaline.o.tmp s_aatriangle.o.tmp s_alpha.o.tmp s_atifragshader.o.tmp s_bitmap.o.tmp s_blend.o.tmp s_blit.o.tmp s_clear.o.tmp s_context.o.tmp s_copypix.o.tmp s_depth.o.tmp s_drawpix.o.tmp s_feedback.o.tmp s_fog.o.tmp s_fragprog.o.tmp s_lines.o.tmp s_logic.o.tmp s_masking.o.tmp s_points.o.tmp s_renderbuffer.o.tmp s_span.o.tmp s_stencil.o.tmp s_texcombine.o.tmp s_texfetch.o.tmp s_texfilter.o.tmp s_texrender.o.tmp s_texture.o.tmp s_triangle.o.tmp s_zoom.o.tmp ss_context.o.tmp ss_triangle.o.tmp driverfuncs.o.tmp meta_blit.o.tmp meta_generate_mipmap.o.tmp meta.o.tmp common_x86.o.tmp x86_xform.o.tmp 3dnow.o.tmp sse.o.tmp x86sse.o.tmp sparc.o.tmp x86-64.o.tmp arbprogparse.o.tmp ir_to_mesa.o.tmp prog_cache.o.tmp prog_execute.o.tmp prog_instruction.o.tmp prog_noise.o.tmp prog_opt_constant_fold.o.tmp prog_optimize.o.tmp prog_parameter.o.tmp prog_parameter_layout.o.tmp prog_print.o.tmp prog_statevars.o.tmp prog_to_nir.o.tmp program.o.tmp programopt.o.tmp program_parse.tab.o.tmp program_parse_extra.o.tmp symbol_table.o.tmp program_lexer.o.tmp xform4.o.tmp streaming-load-memcpy.o.tmp sse_minmax.o.tmp glsl_lexer.o.tmp glsl_parser.o.tmp ast_array_index.o.tmp ast_expr.o.tmp ast_function.o.tmp ast_to_hir.o.tmp ast_type.o.tmp builtin_functions.o.tmp builtin_types.o.tmp builtin_variables.o.tmp generate_ir.o.tmp gl_nir_lower_atomics.o.tmp gl_nir_link_atomics.o.tmp gl_nir_link_uniform_initializers.o.tmp gl_nir_link_uniforms.o.tmp gl_nir_link_xfb.o.tmp gl_nir_linker.o.tmp gl_nir_lower_bindless_images.o.tmp gl_nir_lower_buffers.o.tmp gl_nir_lower_samplers.o.tmp gl_nir_lower_samplers_as_deref.o.tmp glsl_parser_extras.o.tmp glsl_symbol_table.o.tmp glsl_to_nir.o.tmp hir_field_selection.o.tmp ir.o.tmp ir_array_refcount.o.tmp ir_basic_block.o.tmp ir_builder.o.tmp ir_clone.o.tmp ir_constant_expression.o.tmp ir_equals.o.tmp ir_expression_flattening.o.tmp ir_function.o.tmp ir_function_can_inline.o.tmp ir_function_detect_recursion.o.tmp ir_hierarchical_visitor.o.tmp ir_hv_accept.o.tmp ir_print_visitor.o.tmp ir_reader.o.tmp ir_rvalue_visitor.o.tmp ir_set_program_inouts.o.tmp ir_validate.o.tmp ir_variable_refcount.o.tmp linker.o.tmp linker_util.o.tmp link_atomics.o.tmp link_functions.o.tmp link_interface_blocks.o.tmp link_uniforms.o.tmp link_uniform_initializers.o.tmp link_uniform_block_active_visitor.o.tmp link_uniform_blocks.o.tmp link_varyings.o.tmp loop_analysis.o.tmp loop_unroll.o.tmp lower_blend_equation_advanced.o.tmp lower_buffer_access.o.tmp lower_const_arrays_to_uniforms.o.tmp lower_cs_derived.o.tmp lower_discard.o.tmp lower_discard_flow.o.tmp lower_distance.o.tmp lower_if_to_cond_assign.o.tmp lower_instructions.o.tmp lower_int64.o.tmp lower_jumps.o.tmp lower_mat_op_to_vec.o.tmp lower_noise.o.tmp lower_offset_array.o.tmp lower_packed_varyings.o.tmp lower_named_interface_blocks.o.tmp lower_packing_builtins.o.tmp lower_subroutine.o.tmp lower_tess_level.o.tmp lower_texture_projection.o.tmp lower_variable_index_to_cond_assign.o.tmp lower_vec_index_to_cond_assign.o.tmp lower_vec_index_to_swizzle.o.tmp lower_vector.o.tmp lower_vector_derefs.o.tmp lower_vector_insert.o.tmp lower_vertex_id.o.tmp lower_output_reads.o.tmp lower_shared_reference.o.tmp lower_ubo_reference.o.tmp opt_algebraic.o.tmp opt_array_splitting.o.tmp opt_conditional_discard.o.tmp opt_constant_folding.o.tmp opt_constant_propagation.o.tmp opt_constant_variable.o.tmp opt_copy_propagation_elements.o.tmp opt_dead_builtin_variables.o.tmp opt_dead_builtin_varyings.o.tmp opt_dead_code.o.tmp opt_dead_code_local.o.tmp opt_dead_functions.o.tmp opt_flatten_nested_if_blocks.o.tmp opt_flip_matrices.o.tmp opt_function_inlining.o.tmp opt_if_simplification.o.tmp opt_minmax.o.tmp opt_rebalance_tree.o.tmp opt_redundant_jumps.o.tmp opt_structure_splitting.o.tmp opt_swizzle.o.tmp opt_tree_grafting.o.tmp opt_vectorize.o.tmp propagate_invariance.o.tmp s_expression.o.tmp string_to_uint_map.o.tmp serialize.o.tmp shader_cache.o.tmp blob.o.tmp glsl_types.o.tmp nir_types.o.tmp shader_enums.o.tmp glcpp-lex.o.tmp glcpp-parse.o.tmp pp.o.tmp nir_constant_expressions.o.tmp nir_intrinsics.o.tmp nir_opcodes.o.tmp nir_opt_algebraic.o.tmp nir.o.tmp nir_builtin_builder.o.tmp nir_clone.o.tmp nir_control_flow.o.tmp nir_deref.o.tmp nir_dominance.o.tmp nir_from_ssa.o.tmp nir_gather_info.o.tmp nir_gather_xfb_info.o.tmp nir_gs_count_vertices.o.tmp nir_inline_functions.o.tmp nir_instr_set.o.tmp nir_linking_helpers.o.tmp nir_liveness.o.tmp nir_loop_analyze.o.tmp nir_lower_alpha_test.o.tmp nir_lower_alu.o.tmp nir_lower_alu_to_scalar.o.tmp nir_lower_array_deref_of_vec.o.tmp nir_lower_atomics_to_ssbo.o.tmp nir_lower_bit_size.o.tmp nir_lower_bitmap.o.tmp nir_lower_bool_to_int32.o.tmp nir_lower_clamp_color_outputs.o.tmp nir_lower_clip.o.tmp nir_lower_clip_cull_distance_arrays.o.tmp nir_lower_constant_initializers.o.tmp nir_lower_double_ops.o.tmp nir_lower_drawpixels.o.tmp nir_lower_global_vars_to_local.o.tmp nir_lower_gs_intrinsics.o.tmp nir_lower_idiv.o.tmp nir_lower_indirect_derefs.o.tmp nir_lower_int64.o.tmp nir_lower_io.o.tmp nir_lower_io_arrays_to_elements.o.tmp nir_lower_io_to_scalar.o.tmp nir_lower_io_to_vector.o.tmp nir_lower_io_to_temporaries.o.tmp nir_lower_load_const_to_scalar.o.tmp nir_lower_locals_to_regs.o.tmp nir_lower_packing.o.tmp nir_lower_passthrough_edgeflags.o.tmp nir_lower_patch_vertices.o.tmp nir_lower_phis_to_scalar.o.tmp nir_lower_regs_to_ssa.o.tmp nir_lower_returns.o.tmp nir_lower_subgroups.o.tmp nir_lower_system_values.o.tmp nir_lower_tex.o.tmp nir_lower_to_source_mods.o.tmp nir_lower_two_sided_color.o.tmp nir_lower_uniforms_to_ubo.o.tmp nir_lower_var_copies.o.tmp nir_lower_vars_to_ssa.o.tmp nir_lower_vec_to_movs.o.tmp nir_lower_wpos_center.o.tmp nir_lower_wpos_ytransform.o.tmp nir_metadata.o.tmp nir_move_load_const.o.tmp nir_move_vec_src_uses_to_dest.o.tmp nir_normalize_cubemap_coords.o.tmp nir_opt_combine_stores.o.tmp nir_opt_comparison_pre.o.tmp nir_opt_conditional_discard.o.tmp nir_opt_constant_folding.o.tmp nir_opt_copy_prop_vars.o.tmp nir_opt_copy_propagate.o.tmp nir_opt_cse.o.tmp nir_opt_dce.o.tmp nir_opt_dead_cf.o.tmp nir_opt_dead_write_vars.o.tmp nir_opt_find_array_copies.o.tmp nir_opt_gcm.o.tmp nir_opt_idiv_const.o.tmp nir_opt_if.o.tmp nir_opt_intrinsics.o.tmp nir_opt_large_constants.o.tmp nir_opt_loop_unroll.o.tmp nir_opt_move_comparisons.o.tmp nir_opt_move_load_ubo.o.tmp nir_opt_peephole_select.o.tmp nir_opt_remove_phis.o.tmp nir_opt_shrink_load.o.tmp nir_opt_trivial_continues.o.tmp nir_opt_undef.o.tmp nir_phi_builder.o.tmp nir_print.o.tmp nir_propagate_invariant.o.tmp nir_remove_dead_variables.o.tmp nir_repair_ssa.o.tmp nir_search.o.tmp nir_serialize.o.tmp nir_split_per_member_structs.o.tmp nir_split_var_copies.o.tmp nir_split_vars.o.tmp nir_strip.o.tmp nir_sweep.o.tmp nir_to_lcssa.o.tmp nir_validate.o.tmp nir_worklist.o.tmp spirv_info.o.tmp vtn_gather_types.o.tmp gl_spirv.o.tmp spirv_to_nir.o.tmp vtn_alu.o.tmp vtn_amd.o.tmp vtn_cfg.o.tmp vtn_glsl450.o.tmp vtn_opencl.o.tmp vtn_subgroup.o.tmp vtn_variables.o.tmp streaming-load-memcpy.o.tmp hash_table.o.tmp build_id.o.tmp crc32.o.tmp disk_cache.o.tmp fast_idiv_by_const.o.tmp half_float.o.tmp format_srgb.o.tmp mesa-sha1.o.tmp os_time.o.tmp ralloc.o.tmp UTILdebug.o.tmp rand_xor.o.tmp rb_tree.o.tmp register_allocate.o.tmp rgtc.o.tmp set.o.tmp slab.o.tmp string_buffer.o.tmp strtod.o.tmp u_atomic.o.tmp u_cpu_detect.o.tmp u_math.o.tmp u_queue.o.tmp u_process.o.tmp u_vector.o.tmp vma.o.tmp utils.o.tmp dri_util.o.tmp xmlconfig.o.tmp megadriver_stub.o.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f llib-lcom_err.ln error.ln com_err.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f llib-lcom_err.ln error.ln com_err.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err.so.8.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/dri.old && rm -f mesa_dri_drivers.a i830_context.o i830_state.o i830_texblend.o i830_texstate.o i830_vtbl.o i915_context.o i915_debug_fp.o i915_fragprog.o i915_program.o i915_state.o i915_texstate.o i915_vtbl.o i915_tex_layout.o i915_intel_batchbuffer.o i915_intel_blit.o i915_intel_buffer_objects.o i915_intel_buffers.o i915_intel_clear.o i915_intel_context.o i915_intel_extensions.o i915_intel_fbo.o i915_intel_mipmap_tree.o i915_intel_pixel.o i915_intel_pixel_bitmap.o i915_intel_pixel_copy.o i915_intel_pixel_draw.o i915_intel_pixel_read.o i915_intel_regions.o i915_intel_render.o i915_intel_screen.o i915_intel_state.o i915_intel_syncobj.o i915_intel_tex.o i915_intel_tex_copy.o i915_intel_tex_image.o i915_intel_tex_layout.o i915_intel_tex_subimage.o i915_intel_tex_validate.o i915_intel_tris.o blorp.o blorp_blit.o blorp_clear.o gen_batch_decoder.o gen_debug.o gen_decoder.o gen_device_info.o gen_disasm.o gen_l3_config.o gen_perf.o gen_perf_mdapi.o gen_perf_metrics.o gen_urb_config.o intel_log.o brw_binding_tables.o brw_blorp.o brw_bufmgr.o brw_cfg.o brw_clear.o brw_clip.o brw_clip_line.o brw_clip_point.o brw_clip_tri.o brw_clip_unfilled.o brw_clip_util.o brw_compile_clip.o brw_compile_sf.o brw_compiler.o brw_compute.o brw_conditional_render.o brw_context.o brw_cs.o brw_curbe.o brw_dead_control_flow.o brw_debug_recompile.o brw_disasm.o brw_disasm_info.o brw_disk_cache.o brw_draw.o brw_draw_upload.o brw_eu.o brw_eu_compact.o brw_eu_emit.o brw_eu_util.o brw_eu_validate.o brw_ff_gs.o brw_ff_gs_emit.o brw_formatquery.o brw_fs.o brw_fs_bank_conflicts.o brw_fs_cmod_propagation.o brw_fs_combine_constants.o brw_fs_copy_propagation.o brw_fs_cse.o brw_fs_dead_code_eliminate.o brw_fs_generator.o brw_fs_live_variables.o brw_fs_lower_pack.o brw_fs_lower_regioning.o brw_fs_nir.o brw_fs_reg_allocate.o brw_fs_register_coalesce.o brw_fs_saturate_propagation.o brw_fs_sel_peephole.o brw_fs_validate.o brw_fs_visitor.o brw_generate_mipmap.o brw_gs.o brw_gs_surface_state.o brw_interpolation_map.o brw_link.o brw_meta_util.o brw_misc_state.o brw_nir.o brw_nir_analyze_boolean_resolves.o brw_nir_analyze_ubo_ranges.o brw_nir_attribute_workarounds.o brw_nir_lower_conversions.o brw_nir_lower_cs_intrinsics.o brw_nir_lower_image_load_store.o brw_nir_lower_mem_access_bit_sizes.o brw_nir_opt_peephole_ffma.o brw_nir_tcs_workarounds.o brw_nir_trig_workarounds.o brw_nir_uniforms.o brw_object_purgeable.o brw_packed_float.o brw_performance_query.o brw_performance_query_mdapi.o brw_pipe_control.o brw_predicated_break.o brw_primitive_restart.o brw_program.o brw_program_binary.o brw_program_cache.o brw_queryobj.o brw_reg_type.o brw_reset.o brw_schedule_instructions.o brw_sf.o brw_shader.o brw_state_upload.o brw_surface_formats.o brw_sync.o brw_tcs.o brw_tcs_surface_state.o brw_tes.o brw_tes_surface_state.o brw_urb.o brw_util.o brw_vec4.o brw_vec4_cmod_propagation.o brw_vec4_copy_propagation.o brw_vec4_cse.o brw_vec4_dead_code_eliminate.o brw_vec4_generator.o brw_vec4_gs_nir.o brw_vec4_gs_visitor.o brw_vec4_live_variables.o brw_vec4_nir.o brw_vec4_reg_allocate.o brw_vec4_surface_builder.o brw_vec4_tcs.o brw_vec4_tes.o brw_vec4_visitor.o brw_vec4_vs_visitor.o brw_vs.o brw_vs_surface_state.o brw_vue_map.o brw_wm.o brw_wm_iz.o brw_wm_surface_state.o gen6_clip_state.o gen6_constant_state.o gen6_gs_visitor.o gen6_multisample_state.o gen6_queryobj.o gen6_sampler_state.o gen6_sol.o gen6_urb.o gen7_l3_state.o gen7_sol_state.o gen7_urb.o gen8_depth_state.o gen8_multisample_state.o hsw_queryobj.o hsw_sol.o isl.o isl_drm.o isl_format.o isl_format_layout.o isl_gen4.o isl_gen6.o isl_gen7.o isl_gen8.o isl_gen9.o isl_storage_image.o isl_tiled_memcpy.o isl_tiled_memcpy_normal.o isl_tiled_memcpy_sse41.o 40_state_upload.o 40_blorp_exec.o 40_pipe_control.o 45_state_upload.o 45_blorp_exec.o 45_pipe_control.o 50_state_upload.o 50_blorp_exec.o 50_pipe_control.o 60_state_upload.o 60_blorp_exec.o 60_pipe_control.o 70_state_upload.o 70_blorp_exec.o 70_pipe_control.o 75_state_upload.o 75_blorp_exec.o 75_pipe_control.o 80_state_upload.o 80_blorp_exec.o 80_pipe_control.o 90_state_upload.o 90_blorp_exec.o 90_pipe_control.o 100_state_upload.o 100_blorp_exec.o 100_pipe_control.o 110_state_upload.o 110_blorp_exec.o 110_pipe_control.o 40_isl_emit_depth_stencil.o 40_isl_surface_state.o 50_isl_emit_depth_stencil.o 50_isl_surface_state.o 60_isl_emit_depth_stencil.o 60_isl_surface_state.o 70_isl_emit_depth_stencil.o 70_isl_surface_state.o 75_isl_emit_depth_stencil.o 75_isl_surface_state.o 80_isl_emit_depth_stencil.o 80_isl_surface_state.o 90_isl_emit_depth_stencil.o 90_isl_surface_state.o 100_isl_emit_depth_stencil.o 100_isl_surface_state.o 110_isl_emit_depth_stencil.o 110_isl_surface_state.o i965_intel_batchbuffer.o i965_intel_blit.o i965_intel_buffer_objects.o i965_intel_buffers.o i965_intel_copy_image.o i965_intel_extensions.o i965_intel_fbo.o i965_intel_mipmap_tree.o i965_intel_pixel.o i965_intel_pixel_bitmap.o i965_intel_pixel_copy.o i965_intel_pixel_draw.o i965_intel_pixel_read.o i965_intel_screen.o i965_intel_state.o i965_intel_tex.o i965_intel_tex_copy.o i965_intel_tex_image.o i965_intel_tex_validate.o i965_intel_upload.o r200_context.o r200_ioctl.o r200_state.o r200_state_init.o r200_cmdbuf.o r200_tex.o r200_texstate.o r200_tcl.o r200_swtcl.o r200_maos.o r200_sanity.o r200_fragshader.o r200_vertprog.o r200_blit.o r200_radeon_buffer_objects.o r200_radeon_common_context.o r200_radeon_common.o r200_radeon_dma.o r200_radeon_debug.o r200_radeon_fbo.o r200_radeon_fog.o r200_radeon_mipmap_tree.o r200_radeon_pixel_read.o r200_radeon_queryobj.o r200_radeon_span.o r200_radeon_texture.o r200_radeon_tex_copy.o r200_radeon_tile.o r200_radeon_screen.o radeon_buffer_objects.o radeon_common_context.o radeon_common.o radeon_dma.o radeon_debug.o radeon_fbo.o radeon_fog.o radeon_mipmap_tree.o radeon_pixel_read.o radeon_queryobj.o radeon_span.o radeon_texture.o radeon_tex_copy.o radeon_tile.o radeon_context.o radeon_ioctl.o radeon_screen.o radeon_state.o radeon_state_init.o radeon_tex.o radeon_texstate.o radeon_tcl.o radeon_swtcl.o radeon_maos.o radeon_sanity.o radeon_blit.o accum.o api_arrayelt.o api_loopback.o api_exec.o arbprogram.o arrayobj.o atifragshader.o attrib.o barrier.o bbox.o blend.o blit.o bufferobj.o buffers.o clear.o clip.o colortab.o compute.o condrender.o conservativeraster.o context.o convolve.o copyimage.o cpuinfo.o MESAdebug.o debug_output.o depth.o dlist.o draw.o drawpix.o drawtex.o draw_validate.o enable.o enums.o errors.o MESAeval.o execmem.o extensions.o extensions_table.o externalobjects.o fbobject.o feedback.o ff_fragment_shader.o ffvertex_prog.o fog.o format_fallback.o format_pack.o format_unpack.o format_utils.o formatquery.o formats.o framebuffer.o get.o genmipmap.o getstring.o glformats.o glspirv.o glthread.o hash.o hint.o histogram.o image.o imports.o light.o lines.o marshal.o marshal_generated.o matrix.o mipmap.o mm.o multisample.o objectlabel.o objectpurge.o pack.o pbo.o performance_monitor.o performance_query.o pipelineobj.o MESApixel.o MESApixelstore.o pixeltransfer.o points.o polygon.o program_binary.o program_resource.o querymatrix.o queryobj.o rastpos.o readpix.o remap.o renderbuffer.o robustness.o samplerobj.o scissor.o shaderapi.o shaderimage.o shaderobj.o shader_query.o shared.o state.o stencil.o syncobj.o texcompress.o texcompress_astc.o texcompress_bptc.o texcompress_cpal.o texcompress_etc.o texcompress_fxt1.o texcompress_rgtc.o texcompress_s3tc.o texenv.o texformat.o texgen.o texgetimage.o teximage.o texobj.o texparam.o texstate.o texstorage.o texstore.o texturebindless.o textureview.o transformfeedback.o uniform_query.o uniforms.o varray.o vdpau.o version.o viewport.o vtxfmt.o es1_conversion.o m_debug_clip.o m_debug_norm.o m_debug_xform.o m_eval.o m_matrix.o m_translate.o m_vector.o m_xform.o vbo_context.o vbo_exec_api.o vbo_exec.o vbo_exec_draw.o vbo_exec_eval.o vbo_minmax_index.o vbo_noop.o vbo_primitive_restart.o vbo_save_api.o vbo_save.o vbo_save_draw.o vbo_save_loopback.o t_context.o t_draw.o t_pipeline.o t_rebase.o t_split.o t_split_copy.o t_split_inplace.o t_vb_fog.o t_vb_light.o t_vb_normals.o t_vb_points.o t_vb_program.o t_vb_render.o t_vb_texgen.o t_vb_texmat.o t_vb_vertex.o t_vertex.o t_vertex_generic.o t_vertex_sse.o t_vp_build.o s_aaline.o s_aatriangle.o s_alpha.o s_atifragshader.o s_bitmap.o s_blend.o s_blit.o s_clear.o s_context.o s_copypix.o s_depth.o s_drawpix.o s_feedback.o s_fog.o s_fragprog.o s_lines.o s_logic.o s_masking.o s_points.o s_renderbuffer.o s_span.o s_stencil.o s_texcombine.o s_texfetch.o s_texfilter.o s_texrender.o s_texture.o s_triangle.o s_zoom.o ss_context.o ss_triangle.o driverfuncs.o meta_blit.o meta_generate_mipmap.o meta.o common_x86.o x86_xform.o 3dnow.o sse.o x86sse.o sparc.o x86-64.o arbprogparse.o ir_to_mesa.o prog_cache.o prog_execute.o prog_instruction.o prog_noise.o prog_opt_constant_fold.o prog_optimize.o prog_parameter.o prog_parameter_layout.o prog_print.o prog_statevars.o prog_to_nir.o program.o programopt.o program_parse.tab.o program_parse_extra.o symbol_table.o program_lexer.o xform4.o streaming-load-memcpy.o sse_minmax.o glsl_lexer.o glsl_parser.o ast_array_index.o ast_expr.o ast_function.o ast_to_hir.o ast_type.o builtin_functions.o builtin_types.o builtin_variables.o generate_ir.o gl_nir_lower_atomics.o gl_nir_link_atomics.o gl_nir_link_uniform_initializers.o gl_nir_link_uniforms.o gl_nir_link_xfb.o gl_nir_linker.o gl_nir_lower_bindless_images.o gl_nir_lower_buffers.o gl_nir_lower_samplers.o gl_nir_lower_samplers_as_deref.o glsl_parser_extras.o glsl_symbol_table.o glsl_to_nir.o hir_field_selection.o ir.o ir_array_refcount.o ir_basic_block.o ir_builder.o ir_clone.o ir_constant_expression.o ir_equals.o ir_expression_flattening.o ir_function.o ir_function_can_inline.o ir_function_detect_recursion.o ir_hierarchical_visitor.o ir_hv_accept.o ir_print_visitor.o ir_reader.o ir_rvalue_visitor.o ir_set_program_inouts.o ir_validate.o ir_variable_refcount.o linker.o linker_util.o link_atomics.o link_functions.o link_interface_blocks.o link_uniforms.o link_uniform_initializers.o link_uniform_block_active_visitor.o link_uniform_blocks.o link_varyings.o loop_analysis.o loop_unroll.o lower_blend_equation_advanced.o lower_buffer_access.o lower_const_arrays_to_uniforms.o lower_cs_derived.o lower_discard.o lower_discard_flow.o lower_distance.o lower_if_to_cond_assign.o lower_instructions.o lower_int64.o lower_jumps.o lower_mat_op_to_vec.o lower_noise.o lower_offset_array.o lower_packed_varyings.o lower_named_interface_blocks.o lower_packing_builtins.o lower_subroutine.o lower_tess_level.o lower_texture_projection.o lower_variable_index_to_cond_assign.o lower_vec_index_to_cond_assign.o lower_vec_index_to_swizzle.o lower_vector.o lower_vector_derefs.o lower_vector_insert.o lower_vertex_id.o lower_output_reads.o lower_shared_reference.o lower_ubo_reference.o opt_algebraic.o opt_array_splitting.o opt_conditional_discard.o opt_constant_folding.o opt_constant_propagation.o opt_constant_variable.o opt_copy_propagation_elements.o opt_dead_builtin_variables.o opt_dead_builtin_varyings.o opt_dead_code.o opt_dead_code_local.o opt_dead_functions.o opt_flatten_nested_if_blocks.o opt_flip_matrices.o opt_function_inlining.o opt_if_simplification.o opt_minmax.o opt_rebalance_tree.o opt_redundant_jumps.o opt_structure_splitting.o opt_swizzle.o opt_tree_grafting.o opt_vectorize.o propagate_invariance.o s_expression.o string_to_uint_map.o serialize.o shader_cache.o blob.o glsl_types.o nir_types.o shader_enums.o glcpp-lex.o glcpp-parse.o pp.o nir_constant_expressions.o nir_intrinsics.o nir_opcodes.o nir_opt_algebraic.o nir.o nir_builtin_builder.o nir_clone.o nir_control_flow.o nir_deref.o nir_dominance.o nir_from_ssa.o nir_gather_info.o nir_gather_xfb_info.o nir_gs_count_vertices.o nir_inline_functions.o nir_instr_set.o nir_linking_helpers.o nir_liveness.o nir_loop_analyze.o nir_lower_alpha_test.o nir_lower_alu.o nir_lower_alu_to_scalar.o nir_lower_array_deref_of_vec.o nir_lower_atomics_to_ssbo.o nir_lower_bit_size.o nir_lower_bitmap.o nir_lower_bool_to_int32.o nir_lower_clamp_color_outputs.o nir_lower_clip.o nir_lower_clip_cull_distance_arrays.o nir_lower_constant_initializers.o nir_lower_double_ops.o nir_lower_drawpixels.o nir_lower_global_vars_to_local.o nir_lower_gs_intrinsics.o nir_lower_idiv.o nir_lower_indirect_derefs.o nir_lower_int64.o nir_lower_io.o nir_lower_io_arrays_to_elements.o nir_lower_io_to_scalar.o nir_lower_io_to_vector.o nir_lower_io_to_temporaries.o nir_lower_load_const_to_scalar.o nir_lower_locals_to_regs.o nir_lower_packing.o nir_lower_passthrough_edgeflags.o nir_lower_patch_vertices.o nir_lower_phis_to_scalar.o nir_lower_regs_to_ssa.o nir_lower_returns.o nir_lower_subgroups.o nir_lower_system_values.o nir_lower_tex.o nir_lower_to_source_mods.o nir_lower_two_sided_color.o nir_lower_uniforms_to_ubo.o nir_lower_var_copies.o nir_lower_vars_to_ssa.o nir_lower_vec_to_movs.o nir_lower_wpos_center.o nir_lower_wpos_ytransform.o nir_metadata.o nir_move_load_const.o nir_move_vec_src_uses_to_dest.o nir_normalize_cubemap_coords.o nir_opt_combine_stores.o nir_opt_comparison_pre.o nir_opt_conditional_discard.o nir_opt_constant_folding.o nir_opt_copy_prop_vars.o nir_opt_copy_propagate.o nir_opt_cse.o nir_opt_dce.o nir_opt_dead_cf.o nir_opt_dead_write_vars.o nir_opt_find_array_copies.o nir_opt_gcm.o nir_opt_idiv_const.o nir_opt_if.o nir_opt_intrinsics.o nir_opt_large_constants.o nir_opt_loop_unroll.o nir_opt_move_comparisons.o nir_opt_move_load_ubo.o nir_opt_peephole_select.o nir_opt_remove_phis.o nir_opt_shrink_load.o nir_opt_trivial_continues.o nir_opt_undef.o nir_phi_builder.o nir_print.o nir_propagate_invariant.o nir_remove_dead_variables.o nir_repair_ssa.o nir_search.o nir_serialize.o nir_split_per_member_structs.o nir_split_var_copies.o nir_split_vars.o nir_strip.o nir_sweep.o nir_to_lcssa.o nir_validate.o nir_worklist.o spirv_info.o vtn_gather_types.o gl_spirv.o spirv_to_nir.o vtn_alu.o vtn_amd.o vtn_cfg.o vtn_glsl450.o vtn_opencl.o vtn_subgroup.o vtn_variables.o streaming-load-memcpy.o hash_table.o build_id.o crc32.o disk_cache.o fast_idiv_by_const.o half_float.o format_srgb.o mesa-sha1.o os_time.o ralloc.o UTILdebug.o rand_xor.o rb_tree.o register_allocate.o rgtc.o set.o slab.o string_buffer.o strtod.o u_atomic.o u_cpu_detect.o u_math.o u_queue.o u_process.o u_vector.o vma.o utils.o dri_util.o xmlconfig.o megadriver_stub.o i830_context.o.tmp i830_state.o.tmp i830_texblend.o.tmp i830_texstate.o.tmp i830_vtbl.o.tmp i915_context.o.tmp i915_debug_fp.o.tmp i915_fragprog.o.tmp i915_program.o.tmp i915_state.o.tmp i915_texstate.o.tmp i915_vtbl.o.tmp i915_tex_layout.o.tmp i915_intel_batchbuffer.o.tmp i915_intel_blit.o.tmp i915_intel_buffer_objects.o.tmp i915_intel_buffers.o.tmp i915_intel_clear.o.tmp i915_intel_context.o.tmp i915_intel_extensions.o.tmp i915_intel_fbo.o.tmp i915_intel_mipmap_tree.o.tmp i915_intel_pixel.o.tmp i915_intel_pixel_bitmap.o.tmp i915_intel_pixel_copy.o.tmp i915_intel_pixel_draw.o.tmp i915_intel_pixel_read.o.tmp i915_intel_regions.o.tmp i915_intel_render.o.tmp i915_intel_screen.o.tmp i915_intel_state.o.tmp i915_intel_syncobj.o.tmp i915_intel_tex.o.tmp i915_intel_tex_copy.o.tmp i915_intel_tex_image.o.tmp i915_intel_tex_layout.o.tmp i915_intel_tex_subimage.o.tmp i915_intel_tex_validate.o.tmp i915_intel_tris.o.tmp blorp.o.tmp blorp_blit.o.tmp blorp_clear.o.tmp gen_batch_decoder.o.tmp gen_debug.o.tmp gen_decoder.o.tmp gen_device_info.o.tmp gen_disasm.o.tmp gen_l3_config.o.tmp gen_perf.o.tmp gen_perf_mdapi.o.tmp gen_perf_metrics.o.tmp gen_urb_config.o.tmp intel_log.o.tmp brw_binding_tables.o.tmp brw_blorp.o.tmp brw_bufmgr.o.tmp brw_cfg.o.tmp brw_clear.o.tmp brw_clip.o.tmp brw_clip_line.o.tmp brw_clip_point.o.tmp brw_clip_tri.o.tmp brw_clip_unfilled.o.tmp brw_clip_util.o.tmp brw_compile_clip.o.tmp brw_compile_sf.o.tmp brw_compiler.o.tmp brw_compute.o.tmp brw_conditional_render.o.tmp brw_context.o.tmp brw_cs.o.tmp brw_curbe.o.tmp brw_dead_control_flow.o.tmp brw_debug_recompile.o.tmp brw_disasm.o.tmp brw_disasm_info.o.tmp brw_disk_cache.o.tmp brw_draw.o.tmp brw_draw_upload.o.tmp brw_eu.o.tmp brw_eu_compact.o.tmp brw_eu_emit.o.tmp brw_eu_util.o.tmp brw_eu_validate.o.tmp brw_ff_gs.o.tmp brw_ff_gs_emit.o.tmp brw_formatquery.o.tmp brw_fs.o.tmp brw_fs_bank_conflicts.o.tmp brw_fs_cmod_propagation.o.tmp brw_fs_combine_constants.o.tmp brw_fs_copy_propagation.o.tmp brw_fs_cse.o.tmp brw_fs_dead_code_eliminate.o.tmp brw_fs_generator.o.tmp brw_fs_live_variables.o.tmp brw_fs_lower_pack.o.tmp brw_fs_lower_regioning.o.tmp brw_fs_nir.o.tmp brw_fs_reg_allocate.o.tmp brw_fs_register_coalesce.o.tmp brw_fs_saturate_propagation.o.tmp brw_fs_sel_peephole.o.tmp brw_fs_validate.o.tmp brw_fs_visitor.o.tmp brw_generate_mipmap.o.tmp brw_gs.o.tmp brw_gs_surface_state.o.tmp brw_interpolation_map.o.tmp brw_link.o.tmp brw_meta_util.o.tmp brw_misc_state.o.tmp brw_nir.o.tmp brw_nir_analyze_boolean_resolves.o.tmp brw_nir_analyze_ubo_ranges.o.tmp brw_nir_attribute_workarounds.o.tmp brw_nir_lower_conversions.o.tmp brw_nir_lower_cs_intrinsics.o.tmp brw_nir_lower_image_load_store.o.tmp brw_nir_lower_mem_access_bit_sizes.o.tmp brw_nir_opt_peephole_ffma.o.tmp brw_nir_tcs_workarounds.o.tmp brw_nir_trig_workarounds.o.tmp brw_nir_uniforms.o.tmp brw_object_purgeable.o.tmp brw_packed_float.o.tmp brw_performance_query.o.tmp brw_performance_query_mdapi.o.tmp brw_pipe_control.o.tmp brw_predicated_break.o.tmp brw_primitive_restart.o.tmp brw_program.o.tmp brw_program_binary.o.tmp brw_program_cache.o.tmp brw_queryobj.o.tmp brw_reg_type.o.tmp brw_reset.o.tmp brw_schedule_instructions.o.tmp brw_sf.o.tmp brw_shader.o.tmp brw_state_upload.o.tmp brw_surface_formats.o.tmp brw_sync.o.tmp brw_tcs.o.tmp brw_tcs_surface_state.o.tmp brw_tes.o.tmp brw_tes_surface_state.o.tmp brw_urb.o.tmp brw_util.o.tmp brw_vec4.o.tmp brw_vec4_cmod_propagation.o.tmp brw_vec4_copy_propagation.o.tmp brw_vec4_cse.o.tmp brw_vec4_dead_code_eliminate.o.tmp brw_vec4_generator.o.tmp brw_vec4_gs_nir.o.tmp brw_vec4_gs_visitor.o.tmp brw_vec4_live_variables.o.tmp brw_vec4_nir.o.tmp brw_vec4_reg_allocate.o.tmp brw_vec4_surface_builder.o.tmp brw_vec4_tcs.o.tmp brw_vec4_tes.o.tmp brw_vec4_visitor.o.tmp brw_vec4_vs_visitor.o.tmp brw_vs.o.tmp brw_vs_surface_state.o.tmp brw_vue_map.o.tmp brw_wm.o.tmp brw_wm_iz.o.tmp brw_wm_surface_state.o.tmp gen6_clip_state.o.tmp gen6_constant_state.o.tmp gen6_gs_visitor.o.tmp gen6_multisample_state.o.tmp gen6_queryobj.o.tmp gen6_sampler_state.o.tmp gen6_sol.o.tmp gen6_urb.o.tmp gen7_l3_state.o.tmp gen7_sol_state.o.tmp gen7_urb.o.tmp gen8_depth_state.o.tmp gen8_multisample_state.o.tmp hsw_queryobj.o.tmp hsw_sol.o.tmp isl.o.tmp isl_drm.o.tmp isl_format.o.tmp isl_format_layout.o.tmp isl_gen4.o.tmp isl_gen6.o.tmp isl_gen7.o.tmp isl_gen8.o.tmp isl_gen9.o.tmp isl_storage_image.o.tmp isl_tiled_memcpy.o.tmp isl_tiled_memcpy_normal.o.tmp isl_tiled_memcpy_sse41.o.tmp 40_state_upload.o.tmp 40_blorp_exec.o.tmp 40_pipe_control.o.tmp 45_state_upload.o.tmp 45_blorp_exec.o.tmp 45_pipe_control.o.tmp 50_state_upload.o.tmp 50_blorp_exec.o.tmp 50_pipe_control.o.tmp 60_state_upload.o.tmp 60_blorp_exec.o.tmp 60_pipe_control.o.tmp 70_state_upload.o.tmp 70_blorp_exec.o.tmp 70_pipe_control.o.tmp 75_state_upload.o.tmp 75_blorp_exec.o.tmp 75_pipe_control.o.tmp 80_state_upload.o.tmp 80_blorp_exec.o.tmp 80_pipe_control.o.tmp 90_state_upload.o.tmp 90_blorp_exec.o.tmp 90_pipe_control.o.tmp 100_state_upload.o.tmp 100_blorp_exec.o.tmp 100_pipe_control.o.tmp 110_state_upload.o.tmp 110_blorp_exec.o.tmp 110_pipe_control.o.tmp 40_isl_emit_depth_stencil.o.tmp 40_isl_surface_state.o.tmp 50_isl_emit_depth_stencil.o.tmp 50_isl_surface_state.o.tmp 60_isl_emit_depth_stencil.o.tmp 60_isl_surface_state.o.tmp 70_isl_emit_depth_stencil.o.tmp 70_isl_surface_state.o.tmp 75_isl_emit_depth_stencil.o.tmp 75_isl_surface_state.o.tmp 80_isl_emit_depth_stencil.o.tmp 80_isl_surface_state.o.tmp 90_isl_emit_depth_stencil.o.tmp 90_isl_surface_state.o.tmp 100_isl_emit_depth_stencil.o.tmp 100_isl_surface_state.o.tmp 110_isl_emit_depth_stencil.o.tmp 110_isl_surface_state.o.tmp i965_intel_batchbuffer.o.tmp i965_intel_blit.o.tmp i965_intel_buffer_objects.o.tmp i965_intel_buffers.o.tmp i965_intel_copy_image.o.tmp i965_intel_extensions.o.tmp i965_intel_fbo.o.tmp i965_intel_mipmap_tree.o.tmp i965_intel_pixel.o.tmp i965_intel_pixel_bitmap.o.tmp i965_intel_pixel_copy.o.tmp i965_intel_pixel_draw.o.tmp i965_intel_pixel_read.o.tmp i965_intel_screen.o.tmp i965_intel_state.o.tmp i965_intel_tex.o.tmp i965_intel_tex_copy.o.tmp i965_intel_tex_image.o.tmp i965_intel_tex_validate.o.tmp i965_intel_upload.o.tmp r200_context.o.tmp r200_ioctl.o.tmp r200_state.o.tmp r200_state_init.o.tmp r200_cmdbuf.o.tmp r200_tex.o.tmp r200_texstate.o.tmp r200_tcl.o.tmp r200_swtcl.o.tmp r200_maos.o.tmp r200_sanity.o.tmp r200_fragshader.o.tmp r200_vertprog.o.tmp r200_blit.o.tmp r200_radeon_buffer_objects.o.tmp r200_radeon_common_context.o.tmp r200_radeon_common.o.tmp r200_radeon_dma.o.tmp r200_radeon_debug.o.tmp r200_radeon_fbo.o.tmp r200_radeon_fog.o.tmp r200_radeon_mipmap_tree.o.tmp r200_radeon_pixel_read.o.tmp r200_radeon_queryobj.o.tmp r200_radeon_span.o.tmp r200_radeon_texture.o.tmp r200_radeon_tex_copy.o.tmp r200_radeon_tile.o.tmp r200_radeon_screen.o.tmp radeon_buffer_objects.o.tmp radeon_common_context.o.tmp radeon_common.o.tmp radeon_dma.o.tmp radeon_debug.o.tmp radeon_fbo.o.tmp radeon_fog.o.tmp radeon_mipmap_tree.o.tmp radeon_pixel_read.o.tmp radeon_queryobj.o.tmp radeon_span.o.tmp radeon_texture.o.tmp radeon_tex_copy.o.tmp radeon_tile.o.tmp radeon_context.o.tmp radeon_ioctl.o.tmp radeon_screen.o.tmp radeon_state.o.tmp radeon_state_init.o.tmp radeon_tex.o.tmp radeon_texstate.o.tmp radeon_tcl.o.tmp radeon_swtcl.o.tmp radeon_maos.o.tmp radeon_sanity.o.tmp radeon_blit.o.tmp accum.o.tmp api_arrayelt.o.tmp api_loopback.o.tmp api_exec.o.tmp arbprogram.o.tmp arrayobj.o.tmp atifragshader.o.tmp attrib.o.tmp barrier.o.tmp bbox.o.tmp blend.o.tmp blit.o.tmp bufferobj.o.tmp buffers.o.tmp clear.o.tmp clip.o.tmp colortab.o.tmp compute.o.tmp condrender.o.tmp conservativeraster.o.tmp context.o.tmp convolve.o.tmp copyimage.o.tmp cpuinfo.o.tmp MESAdebug.o.tmp debug_output.o.tmp depth.o.tmp dlist.o.tmp draw.o.tmp drawpix.o.tmp drawtex.o.tmp draw_validate.o.tmp enable.o.tmp enums.o.tmp errors.o.tmp MESAeval.o.tmp execmem.o.tmp extensions.o.tmp extensions_table.o.tmp externalobjects.o.tmp fbobject.o.tmp feedback.o.tmp ff_fragment_shader.o.tmp ffvertex_prog.o.tmp fog.o.tmp format_fallback.o.tmp format_pack.o.tmp format_unpack.o.tmp format_utils.o.tmp formatquery.o.tmp formats.o.tmp framebuffer.o.tmp get.o.tmp genmipmap.o.tmp getstring.o.tmp glformats.o.tmp glspirv.o.tmp glthread.o.tmp hash.o.tmp hint.o.tmp histogram.o.tmp image.o.tmp imports.o.tmp light.o.tmp lines.o.tmp marshal.o.tmp marshal_generated.o.tmp matrix.o.tmp mipmap.o.tmp mm.o.tmp multisample.o.tmp objectlabel.o.tmp objectpurge.o.tmp pack.o.tmp pbo.o.tmp performance_monitor.o.tmp performance_query.o.tmp pipelineobj.o.tmp MESApixel.o.tmp MESApixelstore.o.tmp pixeltransfer.o.tmp points.o.tmp polygon.o.tmp program_binary.o.tmp program_resource.o.tmp querymatrix.o.tmp queryobj.o.tmp rastpos.o.tmp readpix.o.tmp remap.o.tmp renderbuffer.o.tmp robustness.o.tmp samplerobj.o.tmp scissor.o.tmp shaderapi.o.tmp shaderimage.o.tmp shaderobj.o.tmp shader_query.o.tmp shared.o.tmp state.o.tmp stencil.o.tmp syncobj.o.tmp texcompress.o.tmp texcompress_astc.o.tmp texcompress_bptc.o.tmp texcompress_cpal.o.tmp texcompress_etc.o.tmp texcompress_fxt1.o.tmp texcompress_rgtc.o.tmp texcompress_s3tc.o.tmp texenv.o.tmp texformat.o.tmp texgen.o.tmp texgetimage.o.tmp teximage.o.tmp texobj.o.tmp texparam.o.tmp texstate.o.tmp texstorage.o.tmp texstore.o.tmp texturebindless.o.tmp textureview.o.tmp transformfeedback.o.tmp uniform_query.o.tmp uniforms.o.tmp varray.o.tmp vdpau.o.tmp version.o.tmp viewport.o.tmp vtxfmt.o.tmp es1_conversion.o.tmp m_debug_clip.o.tmp m_debug_norm.o.tmp m_debug_xform.o.tmp m_eval.o.tmp m_matrix.o.tmp m_translate.o.tmp m_vector.o.tmp m_xform.o.tmp vbo_context.o.tmp vbo_exec_api.o.tmp vbo_exec.o.tmp vbo_exec_draw.o.tmp vbo_exec_eval.o.tmp vbo_minmax_index.o.tmp vbo_noop.o.tmp vbo_primitive_restart.o.tmp vbo_save_api.o.tmp vbo_save.o.tmp vbo_save_draw.o.tmp vbo_save_loopback.o.tmp t_context.o.tmp t_draw.o.tmp t_pipeline.o.tmp t_rebase.o.tmp t_split.o.tmp t_split_copy.o.tmp t_split_inplace.o.tmp t_vb_fog.o.tmp t_vb_light.o.tmp t_vb_normals.o.tmp t_vb_points.o.tmp t_vb_program.o.tmp t_vb_render.o.tmp t_vb_texgen.o.tmp t_vb_texmat.o.tmp t_vb_vertex.o.tmp t_vertex.o.tmp t_vertex_generic.o.tmp t_vertex_sse.o.tmp t_vp_build.o.tmp s_aaline.o.tmp s_aatriangle.o.tmp s_alpha.o.tmp s_atifragshader.o.tmp s_bitmap.o.tmp s_blend.o.tmp s_blit.o.tmp s_clear.o.tmp s_context.o.tmp s_copypix.o.tmp s_depth.o.tmp s_drawpix.o.tmp s_feedback.o.tmp s_fog.o.tmp s_fragprog.o.tmp s_lines.o.tmp s_logic.o.tmp s_masking.o.tmp s_points.o.tmp s_renderbuffer.o.tmp s_span.o.tmp s_stencil.o.tmp s_texcombine.o.tmp s_texfetch.o.tmp s_texfilter.o.tmp s_texrender.o.tmp s_texture.o.tmp s_triangle.o.tmp s_zoom.o.tmp ss_context.o.tmp ss_triangle.o.tmp driverfuncs.o.tmp meta_blit.o.tmp meta_generate_mipmap.o.tmp meta.o.tmp common_x86.o.tmp x86_xform.o.tmp 3dnow.o.tmp sse.o.tmp x86sse.o.tmp sparc.o.tmp x86-64.o.tmp arbprogparse.o.tmp ir_to_mesa.o.tmp prog_cache.o.tmp prog_execute.o.tmp prog_instruction.o.tmp prog_noise.o.tmp prog_opt_constant_fold.o.tmp prog_optimize.o.tmp prog_parameter.o.tmp prog_parameter_layout.o.tmp prog_print.o.tmp prog_statevars.o.tmp prog_to_nir.o.tmp program.o.tmp programopt.o.tmp program_parse.tab.o.tmp program_parse_extra.o.tmp symbol_table.o.tmp program_lexer.o.tmp xform4.o.tmp streaming-load-memcpy.o.tmp sse_minmax.o.tmp glsl_lexer.o.tmp glsl_parser.o.tmp ast_array_index.o.tmp ast_expr.o.tmp ast_function.o.tmp ast_to_hir.o.tmp ast_type.o.tmp builtin_functions.o.tmp builtin_types.o.tmp builtin_variables.o.tmp generate_ir.o.tmp gl_nir_lower_atomics.o.tmp gl_nir_link_atomics.o.tmp gl_nir_link_uniform_initializers.o.tmp gl_nir_link_uniforms.o.tmp gl_nir_link_xfb.o.tmp gl_nir_linker.o.tmp gl_nir_lower_bindless_images.o.tmp gl_nir_lower_buffers.o.tmp gl_nir_lower_samplers.o.tmp gl_nir_lower_samplers_as_deref.o.tmp glsl_parser_extras.o.tmp glsl_symbol_table.o.tmp glsl_to_nir.o.tmp hir_field_selection.o.tmp ir.o.tmp ir_array_refcount.o.tmp ir_basic_block.o.tmp ir_builder.o.tmp ir_clone.o.tmp ir_constant_expression.o.tmp ir_equals.o.tmp ir_expression_flattening.o.tmp ir_function.o.tmp ir_function_can_inline.o.tmp ir_function_detect_recursion.o.tmp ir_hierarchical_visitor.o.tmp ir_hv_accept.o.tmp ir_print_visitor.o.tmp ir_reader.o.tmp ir_rvalue_visitor.o.tmp ir_set_program_inouts.o.tmp ir_validate.o.tmp ir_variable_refcount.o.tmp linker.o.tmp linker_util.o.tmp link_atomics.o.tmp link_functions.o.tmp link_interface_blocks.o.tmp link_uniforms.o.tmp link_uniform_initializers.o.tmp link_uniform_block_active_visitor.o.tmp link_uniform_blocks.o.tmp link_varyings.o.tmp loop_analysis.o.tmp loop_unroll.o.tmp lower_blend_equation_advanced.o.tmp lower_buffer_access.o.tmp lower_const_arrays_to_uniforms.o.tmp lower_cs_derived.o.tmp lower_discard.o.tmp lower_discard_flow.o.tmp lower_distance.o.tmp lower_if_to_cond_assign.o.tmp lower_instructions.o.tmp lower_int64.o.tmp lower_jumps.o.tmp lower_mat_op_to_vec.o.tmp lower_noise.o.tmp lower_offset_array.o.tmp lower_packed_varyings.o.tmp lower_named_interface_blocks.o.tmp lower_packing_builtins.o.tmp lower_subroutine.o.tmp lower_tess_level.o.tmp lower_texture_projection.o.tmp lower_variable_index_to_cond_assign.o.tmp lower_vec_index_to_cond_assign.o.tmp lower_vec_index_to_swizzle.o.tmp lower_vector.o.tmp lower_vector_derefs.o.tmp lower_vector_insert.o.tmp lower_vertex_id.o.tmp lower_output_reads.o.tmp lower_shared_reference.o.tmp lower_ubo_reference.o.tmp opt_algebraic.o.tmp opt_array_splitting.o.tmp opt_conditional_discard.o.tmp opt_constant_folding.o.tmp opt_constant_propagation.o.tmp opt_constant_variable.o.tmp opt_copy_propagation_elements.o.tmp opt_dead_builtin_variables.o.tmp opt_dead_builtin_varyings.o.tmp opt_dead_code.o.tmp opt_dead_code_local.o.tmp opt_dead_functions.o.tmp opt_flatten_nested_if_blocks.o.tmp opt_flip_matrices.o.tmp opt_function_inlining.o.tmp opt_if_simplification.o.tmp opt_minmax.o.tmp opt_rebalance_tree.o.tmp opt_redundant_jumps.o.tmp opt_structure_splitting.o.tmp opt_swizzle.o.tmp opt_tree_grafting.o.tmp opt_vectorize.o.tmp propagate_invariance.o.tmp s_expression.o.tmp string_to_uint_map.o.tmp serialize.o.tmp shader_cache.o.tmp blob.o.tmp glsl_types.o.tmp nir_types.o.tmp shader_enums.o.tmp glcpp-lex.o.tmp glcpp-parse.o.tmp pp.o.tmp nir_constant_expressions.o.tmp nir_intrinsics.o.tmp nir_opcodes.o.tmp nir_opt_algebraic.o.tmp nir.o.tmp nir_builtin_builder.o.tmp nir_clone.o.tmp nir_control_flow.o.tmp nir_deref.o.tmp nir_dominance.o.tmp nir_from_ssa.o.tmp nir_gather_info.o.tmp nir_gather_xfb_info.o.tmp nir_gs_count_vertices.o.tmp nir_inline_functions.o.tmp nir_instr_set.o.tmp nir_linking_helpers.o.tmp nir_liveness.o.tmp nir_loop_analyze.o.tmp nir_lower_alpha_test.o.tmp nir_lower_alu.o.tmp nir_lower_alu_to_scalar.o.tmp nir_lower_array_deref_of_vec.o.tmp nir_lower_atomics_to_ssbo.o.tmp nir_lower_bit_size.o.tmp nir_lower_bitmap.o.tmp nir_lower_bool_to_int32.o.tmp nir_lower_clamp_color_outputs.o.tmp nir_lower_clip.o.tmp nir_lower_clip_cull_distance_arrays.o.tmp nir_lower_constant_initializers.o.tmp nir_lower_double_ops.o.tmp nir_lower_drawpixels.o.tmp nir_lower_global_vars_to_local.o.tmp nir_lower_gs_intrinsics.o.tmp nir_lower_idiv.o.tmp nir_lower_indirect_derefs.o.tmp nir_lower_int64.o.tmp nir_lower_io.o.tmp nir_lower_io_arrays_to_elements.o.tmp nir_lower_io_to_scalar.o.tmp nir_lower_io_to_vector.o.tmp nir_lower_io_to_temporaries.o.tmp nir_lower_load_const_to_scalar.o.tmp nir_lower_locals_to_regs.o.tmp nir_lower_packing.o.tmp nir_lower_passthrough_edgeflags.o.tmp nir_lower_patch_vertices.o.tmp nir_lower_phis_to_scalar.o.tmp nir_lower_regs_to_ssa.o.tmp nir_lower_returns.o.tmp nir_lower_subgroups.o.tmp nir_lower_system_values.o.tmp nir_lower_tex.o.tmp nir_lower_to_source_mods.o.tmp nir_lower_two_sided_color.o.tmp nir_lower_uniforms_to_ubo.o.tmp nir_lower_var_copies.o.tmp nir_lower_vars_to_ssa.o.tmp nir_lower_vec_to_movs.o.tmp nir_lower_wpos_center.o.tmp nir_lower_wpos_ytransform.o.tmp nir_metadata.o.tmp nir_move_load_const.o.tmp nir_move_vec_src_uses_to_dest.o.tmp nir_normalize_cubemap_coords.o.tmp nir_opt_combine_stores.o.tmp nir_opt_comparison_pre.o.tmp nir_opt_conditional_discard.o.tmp nir_opt_constant_folding.o.tmp nir_opt_copy_prop_vars.o.tmp nir_opt_copy_propagate.o.tmp nir_opt_cse.o.tmp nir_opt_dce.o.tmp nir_opt_dead_cf.o.tmp nir_opt_dead_write_vars.o.tmp nir_opt_find_array_copies.o.tmp nir_opt_gcm.o.tmp nir_opt_idiv_const.o.tmp nir_opt_if.o.tmp nir_opt_intrinsics.o.tmp nir_opt_large_constants.o.tmp nir_opt_loop_unroll.o.tmp nir_opt_move_comparisons.o.tmp nir_opt_move_load_ubo.o.tmp nir_opt_peephole_select.o.tmp nir_opt_remove_phis.o.tmp nir_opt_shrink_load.o.tmp nir_opt_trivial_continues.o.tmp nir_opt_undef.o.tmp nir_phi_builder.o.tmp nir_print.o.tmp nir_propagate_invariant.o.tmp nir_remove_dead_variables.o.tmp nir_repair_ssa.o.tmp nir_search.o.tmp nir_serialize.o.tmp nir_split_per_member_structs.o.tmp nir_split_var_copies.o.tmp nir_split_vars.o.tmp nir_strip.o.tmp nir_sweep.o.tmp nir_to_lcssa.o.tmp nir_validate.o.tmp nir_worklist.o.tmp spirv_info.o.tmp vtn_gather_types.o.tmp gl_spirv.o.tmp spirv_to_nir.o.tmp vtn_alu.o.tmp vtn_amd.o.tmp vtn_cfg.o.tmp vtn_glsl450.o.tmp vtn_opencl.o.tmp vtn_subgroup.o.tmp vtn_variables.o.tmp streaming-load-memcpy.o.tmp hash_table.o.tmp build_id.o.tmp crc32.o.tmp disk_cache.o.tmp fast_idiv_by_const.o.tmp half_float.o.tmp format_srgb.o.tmp mesa-sha1.o.tmp os_time.o.tmp ralloc.o.tmp UTILdebug.o.tmp rand_xor.o.tmp rb_tree.o.tmp register_allocate.o.tmp rgtc.o.tmp set.o.tmp slab.o.tmp string_buffer.o.tmp strtod.o.tmp u_atomic.o.tmp u_cpu_detect.o.tmp u_math.o.tmp u_queue.o.tmp u_process.o.tmp u_vector.o.tmp vma.o.tmp utils.o.tmp dri_util.o.tmp xmlconfig.o.tmp megadriver_stub.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f libcom_err.so.8.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libcom_err && rm -f com_err.html3 .depend com_err.d error.d com_err.d.tmp error.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libcom_err && rm -f com_err.html3 .depend com_err.d error.d com_err.d.tmp error.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- --- cleandir-libroken --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/dri.old && rm -f mesa_dri_drivers_p.a || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/lib/libroken --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/dri.old && rm -f mesa_dri_drivers_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/dri.old && rm -f mesa_dri_drivers_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/dri.old && rm -f mesa_dri_drivers_g.a || true) --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken.a base64.o concat.o cloexec.o ct.o dumpdata.o detach.o dumpdata.o environment.o ecalloc.o emalloc.o eread.o erealloc.o esetenv.o estrdup.o ewrite.o getaddrinfo_hostspec.o get_default_username.o get_window_size.o getarg.o getnameinfo_verified.o getprogname.o h_errno.o hex.o hostent_find_fqdn.o issuid.o k_getpwnam.o k_getpwuid.o memset_s.o mini_inetd.o net_read.o net_write.o parse_bytes.o parse_time.o parse_units.o rand.o realloc.o resolve.o roken_gethostby.o rtbl.o setprogname.o signal.o simple_exec.o socket.o strcollect.o strlwr.o strpool.o strsep_copy.o strupr.o timeval.o tm2time.o verify.o warnerr.o write_pid.o xfree.o base64.o.tmp concat.o.tmp cloexec.o.tmp ct.o.tmp dumpdata.o.tmp detach.o.tmp dumpdata.o.tmp environment.o.tmp ecalloc.o.tmp emalloc.o.tmp eread.o.tmp erealloc.o.tmp esetenv.o.tmp estrdup.o.tmp ewrite.o.tmp getaddrinfo_hostspec.o.tmp get_default_username.o.tmp get_window_size.o.tmp getarg.o.tmp getnameinfo_verified.o.tmp getprogname.o.tmp h_errno.o.tmp hex.o.tmp hostent_find_fqdn.o.tmp issuid.o.tmp k_getpwnam.o.tmp k_getpwuid.o.tmp memset_s.o.tmp mini_inetd.o.tmp net_read.o.tmp net_write.o.tmp parse_bytes.o.tmp parse_time.o.tmp parse_units.o.tmp rand.o.tmp realloc.o.tmp resolve.o.tmp roken_gethostby.o.tmp rtbl.o.tmp setprogname.o.tmp signal.o.tmp simple_exec.o.tmp socket.o.tmp strcollect.o.tmp strlwr.o.tmp strpool.o.tmp strsep_copy.o.tmp strupr.o.tmp timeval.o.tmp tm2time.o.tmp verify.o.tmp warnerr.o.tmp write_pid.o.tmp xfree.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/dri.old && rm -f mesa_dri_drivers_pic.a mesa_dri_drivers.so.* mesa_dri_drivers.so i830_context.pico i830_state.pico i830_texblend.pico i830_texstate.pico i830_vtbl.pico i915_context.pico i915_debug_fp.pico i915_fragprog.pico i915_program.pico i915_state.pico i915_texstate.pico i915_vtbl.pico i915_tex_layout.pico i915_intel_batchbuffer.pico i915_intel_blit.pico i915_intel_buffer_objects.pico i915_intel_buffers.pico i915_intel_clear.pico i915_intel_context.pico i915_intel_extensions.pico i915_intel_fbo.pico i915_intel_mipmap_tree.pico i915_intel_pixel.pico i915_intel_pixel_bitmap.pico i915_intel_pixel_copy.pico i915_intel_pixel_draw.pico i915_intel_pixel_read.pico i915_intel_regions.pico i915_intel_render.pico i915_intel_screen.pico i915_intel_state.pico i915_intel_syncobj.pico i915_intel_tex.pico i915_intel_tex_copy.pico i915_intel_tex_image.pico i915_intel_tex_layout.pico i915_intel_tex_subimage.pico i915_intel_tex_validate.pico i915_intel_tris.pico blorp.pico blorp_blit.pico blorp_clear.pico gen_batch_decoder.pico gen_debug.pico gen_decoder.pico gen_device_info.pico gen_disasm.pico gen_l3_config.pico gen_perf.pico gen_perf_mdapi.pico gen_perf_metrics.pico gen_urb_config.pico intel_log.pico brw_binding_tables.pico brw_blorp.pico brw_bufmgr.pico brw_cfg.pico brw_clear.pico brw_clip.pico brw_clip_line.pico brw_clip_point.pico brw_clip_tri.pico brw_clip_unfilled.pico brw_clip_util.pico brw_compile_clip.pico brw_compile_sf.pico brw_compiler.pico brw_compute.pico brw_conditional_render.pico brw_context.pico brw_cs.pico brw_curbe.pico brw_dead_control_flow.pico brw_debug_recompile.pico brw_disasm.pico brw_disasm_info.pico brw_disk_cache.pico brw_draw.pico brw_draw_upload.pico brw_eu.pico brw_eu_compact.pico brw_eu_emit.pico brw_eu_util.pico brw_eu_validate.pico brw_ff_gs.pico brw_ff_gs_emit.pico brw_formatquery.pico brw_fs.pico brw_fs_bank_conflicts.pico brw_fs_cmod_propagation.pico brw_fs_combine_constants.pico brw_fs_copy_propagation.pico brw_fs_cse.pico brw_fs_dead_code_eliminate.pico brw_fs_generator.pico brw_fs_live_variables.pico brw_fs_lower_pack.pico brw_fs_lower_regioning.pico brw_fs_nir.pico brw_fs_reg_allocate.pico brw_fs_register_coalesce.pico brw_fs_saturate_propagation.pico brw_fs_sel_peephole.pico brw_fs_validate.pico brw_fs_visitor.pico brw_generate_mipmap.pico brw_gs.pico brw_gs_surface_state.pico brw_interpolation_map.pico brw_link.pico brw_meta_util.pico brw_misc_state.pico brw_nir.pico brw_nir_analyze_boolean_resolves.pico brw_nir_analyze_ubo_ranges.pico brw_nir_attribute_workarounds.pico brw_nir_lower_conversions.pico brw_nir_lower_cs_intrinsics.pico brw_nir_lower_image_load_store.pico brw_nir_lower_mem_access_bit_sizes.pico brw_nir_opt_peephole_ffma.pico brw_nir_tcs_workarounds.pico brw_nir_trig_workarounds.pico brw_nir_uniforms.pico brw_object_purgeable.pico brw_packed_float.pico brw_performance_query.pico brw_performance_query_mdapi.pico brw_pipe_control.pico brw_predicated_break.pico brw_primitive_restart.pico brw_program.pico brw_program_binary.pico brw_program_cache.pico brw_queryobj.pico brw_reg_type.pico brw_reset.pico brw_schedule_instructions.pico brw_sf.pico brw_shader.pico brw_state_upload.pico brw_surface_formats.pico brw_sync.pico brw_tcs.pico brw_tcs_surface_state.pico brw_tes.pico brw_tes_surface_state.pico brw_urb.pico brw_util.pico brw_vec4.pico brw_vec4_cmod_propagation.pico brw_vec4_copy_propagation.pico brw_vec4_cse.pico brw_vec4_dead_code_eliminate.pico brw_vec4_generator.pico brw_vec4_gs_nir.pico brw_vec4_gs_visitor.pico brw_vec4_live_variables.pico brw_vec4_nir.pico brw_vec4_reg_allocate.pico brw_vec4_surface_builder.pico brw_vec4_tcs.pico brw_vec4_tes.pico brw_vec4_visitor.pico brw_vec4_vs_visitor.pico brw_vs.pico brw_vs_surface_state.pico brw_vue_map.pico brw_wm.pico brw_wm_iz.pico brw_wm_surface_state.pico gen6_clip_state.pico gen6_constant_state.pico gen6_gs_visitor.pico gen6_multisample_state.pico gen6_queryobj.pico gen6_sampler_state.pico gen6_sol.pico gen6_urb.pico gen7_l3_state.pico gen7_sol_state.pico gen7_urb.pico gen8_depth_state.pico gen8_multisample_state.pico hsw_queryobj.pico hsw_sol.pico isl.pico isl_drm.pico isl_format.pico isl_format_layout.pico isl_gen4.pico isl_gen6.pico isl_gen7.pico isl_gen8.pico isl_gen9.pico isl_storage_image.pico isl_tiled_memcpy.pico isl_tiled_memcpy_normal.pico isl_tiled_memcpy_sse41.pico 40_state_upload.pico 40_blorp_exec.pico 40_pipe_control.pico 45_state_upload.pico 45_blorp_exec.pico 45_pipe_control.pico 50_state_upload.pico 50_blorp_exec.pico 50_pipe_control.pico 60_state_upload.pico 60_blorp_exec.pico 60_pipe_control.pico 70_state_upload.pico 70_blorp_exec.pico 70_pipe_control.pico 75_state_upload.pico 75_blorp_exec.pico 75_pipe_control.pico 80_state_upload.pico 80_blorp_exec.pico 80_pipe_control.pico 90_state_upload.pico 90_blorp_exec.pico 90_pipe_control.pico 100_state_upload.pico 100_blorp_exec.pico 100_pipe_control.pico 110_state_upload.pico 110_blorp_exec.pico 110_pipe_control.pico 40_isl_emit_depth_stencil.pico 40_isl_surface_state.pico 50_isl_emit_depth_stencil.pico 50_isl_surface_state.pico 60_isl_emit_depth_stencil.pico 60_isl_surface_state.pico 70_isl_emit_depth_stencil.pico 70_isl_surface_state.pico 75_isl_emit_depth_stencil.pico 75_isl_surface_state.pico 80_isl_emit_depth_stencil.pico 80_isl_surface_state.pico 90_isl_emit_depth_stencil.pico 90_isl_surface_state.pico 100_isl_emit_depth_stencil.pico 100_isl_surface_state.pico 110_isl_emit_depth_stencil.pico 110_isl_surface_state.pico i965_intel_batchbuffer.pico i965_intel_blit.pico i965_intel_buffer_objects.pico i965_intel_buffers.pico i965_intel_copy_image.pico i965_intel_extensions.pico i965_intel_fbo.pico i965_intel_mipmap_tree.pico i965_intel_pixel.pico i965_intel_pixel_bitmap.pico i965_intel_pixel_copy.pico i965_intel_pixel_draw.pico i965_intel_pixel_read.pico i965_intel_screen.pico i965_intel_state.pico i965_intel_tex.pico i965_intel_tex_copy.pico i965_intel_tex_image.pico i965_intel_tex_validate.pico i965_intel_upload.pico r200_context.pico r200_ioctl.pico r200_state.pico r200_state_init.pico r200_cmdbuf.pico r200_tex.pico r200_texstate.pico r200_tcl.pico r200_swtcl.pico r200_maos.pico r200_sanity.pico r200_fragshader.pico r200_vertprog.pico r200_blit.pico r200_radeon_buffer_objects.pico r200_radeon_common_context.pico r200_radeon_common.pico r200_radeon_dma.pico r200_radeon_debug.pico r200_radeon_fbo.pico r200_radeon_fog.pico r200_radeon_mipmap_tree.pico r200_radeon_pixel_read.pico r200_radeon_queryobj.pico r200_radeon_span.pico r200_radeon_texture.pico r200_radeon_tex_copy.pico r200_radeon_tile.pico r200_radeon_screen.pico radeon_buffer_objects.pico radeon_common_context.pico radeon_common.pico radeon_dma.pico radeon_debug.pico radeon_fbo.pico radeon_fog.pico radeon_mipmap_tree.pico radeon_pixel_read.pico radeon_queryobj.pico radeon_span.pico radeon_texture.pico radeon_tex_copy.pico radeon_tile.pico radeon_context.pico radeon_ioctl.pico radeon_screen.pico radeon_state.pico radeon_state_init.pico radeon_tex.pico radeon_texstate.pico radeon_tcl.pico radeon_swtcl.pico radeon_maos.pico radeon_sanity.pico radeon_blit.pico accum.pico api_arrayelt.pico api_loopback.pico api_exec.pico arbprogram.pico arrayobj.pico atifragshader.pico attrib.pico barrier.pico bbox.pico blend.pico blit.pico bufferobj.pico buffers.pico clear.pico clip.pico colortab.pico compute.pico condrender.pico conservativeraster.pico context.pico convolve.pico copyimage.pico cpuinfo.pico MESAdebug.pico debug_output.pico depth.pico dlist.pico draw.pico drawpix.pico drawtex.pico draw_validate.pico enable.pico enums.pico errors.pico MESAeval.pico execmem.pico extensions.pico extensions_table.pico externalobjects.pico fbobject.pico feedback.pico ff_fragment_shader.pico ffvertex_prog.pico fog.pico format_fallback.pico format_pack.pico format_unpack.pico format_utils.pico formatquery.pico formats.pico framebuffer.pico get.pico genmipmap.pico getstring.pico glformats.pico glspirv.pico glthread.pico hash.pico hint.pico histogram.pico image.pico imports.pico light.pico lines.pico marshal.pico marshal_generated.pico matrix.pico mipmap.pico mm.pico multisample.pico objectlabel.pico objectpurge.pico pack.pico pbo.pico performance_monitor.pico performance_query.pico pipelineobj.pico MESApixel.pico MESApixelstore.pico pixeltransfer.pico points.pico polygon.pico program_binary.pico program_resource.pico querymatrix.pico queryobj.pico rastpos.pico readpix.pico remap.pico renderbuffer.pico robustness.pico samplerobj.pico scissor.pico shaderapi.pico shaderimage.pico shaderobj.pico shader_query.pico shared.pico state.pico stencil.pico syncobj.pico texcompress.pico texcompress_astc.pico texcompress_bptc.pico texcompress_cpal.pico texcompress_etc.pico texcompress_fxt1.pico texcompress_rgtc.pico texcompress_s3tc.pico texenv.pico texformat.pico texgen.pico texgetimage.pico teximage.pico texobj.pico texparam.pico texstate.pico texstorage.pico texstore.pico texturebindless.pico textureview.pico transformfeedback.pico uniform_query.pico uniforms.pico varray.pico vdpau.pico version.pico viewport.pico vtxfmt.pico es1_conversion.pico m_debug_clip.pico m_debug_norm.pico m_debug_xform.pico m_eval.pico m_matrix.pico m_translate.pico m_vector.pico m_xform.pico vbo_context.pico vbo_exec_api.pico vbo_exec.pico vbo_exec_draw.pico vbo_exec_eval.pico vbo_minmax_index.pico vbo_noop.pico vbo_primitive_restart.pico vbo_save_api.pico vbo_save.pico vbo_save_draw.pico vbo_save_loopback.pico t_context.pico t_draw.pico t_pipeline.pico t_rebase.pico t_split.pico t_split_copy.pico t_split_inplace.pico t_vb_fog.pico t_vb_light.pico t_vb_normals.pico t_vb_points.pico t_vb_program.pico t_vb_render.pico t_vb_texgen.pico t_vb_texmat.pico t_vb_vertex.pico t_vertex.pico t_vertex_generic.pico t_vertex_sse.pico t_vp_build.pico s_aaline.pico s_aatriangle.pico s_alpha.pico s_atifragshader.pico s_bitmap.pico s_blend.pico s_blit.pico s_clear.pico s_context.pico s_copypix.pico s_depth.pico s_drawpix.pico s_feedback.pico s_fog.pico s_fragprog.pico s_lines.pico s_logic.pico s_masking.pico s_points.pico s_renderbuffer.pico s_span.pico s_stencil.pico s_texcombine.pico s_texfetch.pico s_texfilter.pico s_texrender.pico s_texture.pico s_triangle.pico s_zoom.pico ss_context.pico ss_triangle.pico driverfuncs.pico meta_blit.pico meta_generate_mipmap.pico meta.pico common_x86.pico x86_xform.pico 3dnow.pico sse.pico x86sse.pico sparc.pico x86-64.pico arbprogparse.pico ir_to_mesa.pico prog_cache.pico prog_execute.pico prog_instruction.pico prog_noise.pico prog_opt_constant_fold.pico prog_optimize.pico prog_parameter.pico prog_parameter_layout.pico prog_print.pico prog_statevars.pico prog_to_nir.pico program.pico programopt.pico program_parse.tab.pico program_parse_extra.pico symbol_table.pico program_lexer.pico xform4.pico streaming-load-memcpy.pico sse_minmax.pico glsl_lexer.pico glsl_parser.pico ast_array_index.pico ast_expr.pico ast_function.pico ast_to_hir.pico ast_type.pico builtin_functions.pico builtin_types.pico builtin_variables.pico generate_ir.pico gl_nir_lower_atomics.pico gl_nir_link_atomics.pico gl_nir_link_uniform_initializers.pico gl_nir_link_uniforms.pico gl_nir_link_xfb.pico gl_nir_linker.pico gl_nir_lower_bindless_images.pico gl_nir_lower_buffers.pico gl_nir_lower_samplers.pico gl_nir_lower_samplers_as_deref.pico glsl_parser_extras.pico glsl_symbol_table.pico glsl_to_nir.pico hir_field_selection.pico ir.pico ir_array_refcount.pico ir_basic_block.pico ir_builder.pico ir_clone.pico ir_constant_expression.pico ir_equals.pico ir_expression_flattening.pico ir_function.pico ir_function_can_inline.pico ir_function_detect_recursion.pico ir_hierarchical_visitor.pico ir_hv_accept.pico ir_print_visitor.pico ir_reader.pico ir_rvalue_visitor.pico ir_set_program_inouts.pico ir_validate.pico ir_variable_refcount.pico linker.pico linker_util.pico link_atomics.pico link_functions.pico link_interface_blocks.pico link_uniforms.pico link_uniform_initializers.pico link_uniform_block_active_visitor.pico link_uniform_blocks.pico link_varyings.pico loop_analysis.pico loop_unroll.pico lower_blend_equation_advanced.pico lower_buffer_access.pico lower_const_arrays_to_uniforms.pico lower_cs_derived.pico lower_discard.pico lower_discard_flow.pico lower_distance.pico lower_if_to_cond_assign.pico lower_instructions.pico lower_int64.pico lower_jumps.pico lower_mat_op_to_vec.pico lower_noise.pico lower_offset_array.pico lower_packed_varyings.pico lower_named_interface_blocks.pico lower_packing_builtins.pico lower_subroutine.pico lower_tess_level.pico lower_texture_projection.pico lower_variable_index_to_cond_assign.pico lower_vec_index_to_cond_assign.pico lower_vec_index_to_swizzle.pico lower_vector.pico lower_vector_derefs.pico lower_vector_insert.pico lower_vertex_id.pico lower_output_reads.pico lower_shared_reference.pico lower_ubo_reference.pico opt_algebraic.pico opt_array_splitting.pico opt_conditional_discard.pico opt_constant_folding.pico opt_constant_propagation.pico opt_constant_variable.pico opt_copy_propagation_elements.pico opt_dead_builtin_variables.pico opt_dead_builtin_varyings.pico opt_dead_code.pico opt_dead_code_local.pico opt_dead_functions.pico opt_flatten_nested_if_blocks.pico opt_flip_matrices.pico opt_function_inlining.pico opt_if_simplification.pico opt_minmax.pico opt_rebalance_tree.pico opt_redundant_jumps.pico opt_structure_splitting.pico opt_swizzle.pico opt_tree_grafting.pico opt_vectorize.pico propagate_invariance.pico s_expression.pico string_to_uint_map.pico serialize.pico shader_cache.pico blob.pico glsl_types.pico nir_types.pico shader_enums.pico glcpp-lex.pico glcpp-parse.pico pp.pico nir_constant_expressions.pico nir_intrinsics.pico nir_opcodes.pico nir_opt_algebraic.pico nir.pico nir_builtin_builder.pico nir_clone.pico nir_control_flow.pico nir_deref.pico nir_dominance.pico nir_from_ssa.pico nir_gather_info.pico nir_gather_xfb_info.pico nir_gs_count_vertices.pico nir_inline_functions.pico nir_instr_set.pico nir_linking_helpers.pico nir_liveness.pico nir_loop_analyze.pico nir_lower_alpha_test.pico nir_lower_alu.pico nir_lower_alu_to_scalar.pico nir_lower_array_deref_of_vec.pico nir_lower_atomics_to_ssbo.pico nir_lower_bit_size.pico nir_lower_bitmap.pico nir_lower_bool_to_int32.pico nir_lower_clamp_color_outputs.pico nir_lower_clip.pico nir_lower_clip_cull_distance_arrays.pico nir_lower_constant_initializers.pico nir_lower_double_ops.pico nir_lower_drawpixels.pico nir_lower_global_vars_to_local.pico nir_lower_gs_intrinsics.pico nir_lower_idiv.pico nir_lower_indirect_derefs.pico nir_lower_int64.pico nir_lower_io.pico nir_lower_io_arrays_to_elements.pico nir_lower_io_to_scalar.pico nir_lower_io_to_vector.pico nir_lower_io_to_temporaries.pico nir_lower_load_const_to_scalar.pico nir_lower_locals_to_regs.pico nir_lower_packing.pico nir_lower_passthrough_edgeflags.pico nir_lower_patch_vertices.pico nir_lower_phis_to_scalar.pico nir_lower_regs_to_ssa.pico nir_lower_returns.pico nir_lower_subgroups.pico nir_lower_system_values.pico nir_lower_tex.pico nir_lower_to_source_mods.pico nir_lower_two_sided_color.pico nir_lower_uniforms_to_ubo.pico nir_lower_var_copies.pico nir_lower_vars_to_ssa.pico nir_lower_vec_to_movs.pico nir_lower_wpos_center.pico nir_lower_wpos_ytransform.pico nir_metadata.pico nir_move_load_const.pico nir_move_vec_src_uses_to_dest.pico nir_normalize_cubemap_coords.pico nir_opt_combine_stores.pico nir_opt_comparison_pre.pico nir_opt_conditional_discard.pico nir_opt_constant_folding.pico nir_opt_copy_prop_vars.pico nir_opt_copy_propagate.pico nir_opt_cse.pico nir_opt_dce.pico nir_opt_dead_cf.pico nir_opt_dead_write_vars.pico nir_opt_find_array_copies.pico nir_opt_gcm.pico nir_opt_idiv_const.pico nir_opt_if.pico nir_opt_intrinsics.pico nir_opt_large_constants.pico nir_opt_loop_unroll.pico nir_opt_move_comparisons.pico nir_opt_move_load_ubo.pico nir_opt_peephole_select.pico nir_opt_remove_phis.pico nir_opt_shrink_load.pico nir_opt_trivial_continues.pico nir_opt_undef.pico nir_phi_builder.pico nir_print.pico nir_propagate_invariant.pico nir_remove_dead_variables.pico nir_repair_ssa.pico nir_search.pico nir_serialize.pico nir_split_per_member_structs.pico nir_split_var_copies.pico nir_split_vars.pico nir_strip.pico nir_sweep.pico nir_to_lcssa.pico nir_validate.pico nir_worklist.pico spirv_info.pico vtn_gather_types.pico gl_spirv.pico spirv_to_nir.pico vtn_alu.pico vtn_amd.pico vtn_cfg.pico vtn_glsl450.pico vtn_opencl.pico vtn_subgroup.pico vtn_variables.pico streaming-load-memcpy.pico hash_table.pico build_id.pico crc32.pico disk_cache.pico fast_idiv_by_const.pico half_float.pico format_srgb.pico mesa-sha1.pico os_time.pico ralloc.pico UTILdebug.pico rand_xor.pico rb_tree.pico register_allocate.pico rgtc.pico set.pico slab.pico string_buffer.pico strtod.pico u_atomic.pico u_cpu_detect.pico u_math.pico u_queue.pico u_process.pico u_vector.pico vma.pico utils.pico dri_util.pico xmlconfig.pico megadriver_stub.pico i830_context.pico.tmp i830_state.pico.tmp i830_texblend.pico.tmp i830_texstate.pico.tmp i830_vtbl.pico.tmp i915_context.pico.tmp i915_debug_fp.pico.tmp i915_fragprog.pico.tmp i915_program.pico.tmp i915_state.pico.tmp i915_texstate.pico.tmp i915_vtbl.pico.tmp i915_tex_layout.pico.tmp i915_intel_batchbuffer.pico.tmp i915_intel_blit.pico.tmp i915_intel_buffer_objects.pico.tmp i915_intel_buffers.pico.tmp i915_intel_clear.pico.tmp i915_intel_context.pico.tmp i915_intel_extensions.pico.tmp i915_intel_fbo.pico.tmp i915_intel_mipmap_tree.pico.tmp i915_intel_pixel.pico.tmp i915_intel_pixel_bitmap.pico.tmp i915_intel_pixel_copy.pico.tmp i915_intel_pixel_draw.pico.tmp i915_intel_pixel_read.pico.tmp i915_intel_regions.pico.tmp i915_intel_render.pico.tmp i915_intel_screen.pico.tmp i915_intel_state.pico.tmp i915_intel_syncobj.pico.tmp i915_intel_tex.pico.tmp i915_intel_tex_copy.pico.tmp i915_intel_tex_image.pico.tmp i915_intel_tex_layout.pico.tmp i915_intel_tex_subimage.pico.tmp i915_intel_tex_validate.pico.tmp i915_intel_tris.pico.tmp blorp.pico.tmp blorp_blit.pico.tmp blorp_clear.pico.tmp gen_batch_decoder.pico.tmp gen_debug.pico.tmp gen_decoder.pico.tmp gen_device_info.pico.tmp gen_disasm.pico.tmp gen_l3_config.pico.tmp gen_perf.pico.tmp gen_perf_mdapi.pico.tmp gen_perf_metrics.pico.tmp gen_urb_config.pico.tmp intel_log.pico.tmp brw_binding_tables.pico.tmp brw_blorp.pico.tmp brw_bufmgr.pico.tmp brw_cfg.pico.tmp brw_clear.pico.tmp brw_clip.pico.tmp brw_clip_line.pico.tmp brw_clip_point.pico.tmp brw_clip_tri.pico.tmp brw_clip_unfilled.pico.tmp brw_clip_util.pico.tmp brw_compile_clip.pico.tmp brw_compile_sf.pico.tmp brw_compiler.pico.tmp brw_compute.pico.tmp brw_conditional_render.pico.tmp brw_context.pico.tmp brw_cs.pico.tmp brw_curbe.pico.tmp brw_dead_control_flow.pico.tmp brw_debug_recompile.pico.tmp brw_disasm.pico.tmp brw_disasm_info.pico.tmp brw_disk_cache.pico.tmp brw_draw.pico.tmp brw_draw_upload.pico.tmp brw_eu.pico.tmp brw_eu_compact.pico.tmp brw_eu_emit.pico.tmp brw_eu_util.pico.tmp brw_eu_validate.pico.tmp brw_ff_gs.pico.tmp brw_ff_gs_emit.pico.tmp brw_formatquery.pico.tmp brw_fs.pico.tmp brw_fs_bank_conflicts.pico.tmp brw_fs_cmod_propagation.pico.tmp brw_fs_combine_constants.pico.tmp brw_fs_copy_propagation.pico.tmp brw_fs_cse.pico.tmp brw_fs_dead_code_eliminate.pico.tmp brw_fs_generator.pico.tmp brw_fs_live_variables.pico.tmp brw_fs_lower_pack.pico.tmp brw_fs_lower_regioning.pico.tmp brw_fs_nir.pico.tmp brw_fs_reg_allocate.pico.tmp brw_fs_register_coalesce.pico.tmp brw_fs_saturate_propagation.pico.tmp brw_fs_sel_peephole.pico.tmp brw_fs_validate.pico.tmp brw_fs_visitor.pico.tmp brw_generate_mipmap.pico.tmp brw_gs.pico.tmp brw_gs_surface_state.pico.tmp brw_interpolation_map.pico.tmp brw_link.pico.tmp brw_meta_util.pico.tmp brw_misc_state.pico.tmp brw_nir.pico.tmp brw_nir_analyze_boolean_resolves.pico.tmp brw_nir_analyze_ubo_ranges.pico.tmp brw_nir_attribute_workarounds.pico.tmp brw_nir_lower_conversions.pico.tmp brw_nir_lower_cs_intrinsics.pico.tmp brw_nir_lower_image_load_store.pico.tmp brw_nir_lower_mem_access_bit_sizes.pico.tmp brw_nir_opt_peephole_ffma.pico.tmp brw_nir_tcs_workarounds.pico.tmp brw_nir_trig_workarounds.pico.tmp brw_nir_uniforms.pico.tmp brw_object_purgeable.pico.tmp brw_packed_float.pico.tmp brw_performance_query.pico.tmp brw_performance_query_mdapi.pico.tmp brw_pipe_control.pico.tmp brw_predicated_break.pico.tmp brw_primitive_restart.pico.tmp brw_program.pico.tmp brw_program_binary.pico.tmp brw_program_cache.pico.tmp brw_queryobj.pico.tmp brw_reg_type.pico.tmp brw_reset.pico.tmp brw_schedule_instructions.pico.tmp brw_sf.pico.tmp brw_shader.pico.tmp brw_state_upload.pico.tmp brw_surface_formats.pico.tmp brw_sync.pico.tmp brw_tcs.pico.tmp brw_tcs_surface_state.pico.tmp brw_tes.pico.tmp brw_tes_surface_state.pico.tmp brw_urb.pico.tmp brw_util.pico.tmp brw_vec4.pico.tmp brw_vec4_cmod_propagation.pico.tmp brw_vec4_copy_propagation.pico.tmp brw_vec4_cse.pico.tmp brw_vec4_dead_code_eliminate.pico.tmp brw_vec4_generator.pico.tmp brw_vec4_gs_nir.pico.tmp brw_vec4_gs_visitor.pico.tmp brw_vec4_live_variables.pico.tmp brw_vec4_nir.pico.tmp brw_vec4_reg_allocate.pico.tmp brw_vec4_surface_builder.pico.tmp brw_vec4_tcs.pico.tmp brw_vec4_tes.pico.tmp brw_vec4_visitor.pico.tmp brw_vec4_vs_visitor.pico.tmp brw_vs.pico.tmp brw_vs_surface_state.pico.tmp brw_vue_map.pico.tmp brw_wm.pico.tmp brw_wm_iz.pico.tmp brw_wm_surface_state.pico.tmp gen6_clip_state.pico.tmp gen6_constant_state.pico.tmp gen6_gs_visitor.pico.tmp gen6_multisample_state.pico.tmp gen6_queryobj.pico.tmp gen6_sampler_state.pico.tmp gen6_sol.pico.tmp gen6_urb.pico.tmp gen7_l3_state.pico.tmp gen7_sol_state.pico.tmp gen7_urb.pico.tmp gen8_depth_state.pico.tmp gen8_multisample_state.pico.tmp hsw_queryobj.pico.tmp hsw_sol.pico.tmp isl.pico.tmp isl_drm.pico.tmp isl_format.pico.tmp isl_format_layout.pico.tmp isl_gen4.pico.tmp isl_gen6.pico.tmp isl_gen7.pico.tmp isl_gen8.pico.tmp isl_gen9.pico.tmp isl_storage_image.pico.tmp isl_tiled_memcpy.pico.tmp isl_tiled_memcpy_normal.pico.tmp isl_tiled_memcpy_sse41.pico.tmp 40_state_upload.pico.tmp 40_blorp_exec.pico.tmp 40_pipe_control.pico.tmp 45_state_upload.pico.tmp 45_blorp_exec.pico.tmp 45_pipe_control.pico.tmp 50_state_upload.pico.tmp 50_blorp_exec.pico.tmp 50_pipe_control.pico.tmp 60_state_upload.pico.tmp 60_blorp_exec.pico.tmp 60_pipe_control.pico.tmp 70_state_upload.pico.tmp 70_blorp_exec.pico.tmp 70_pipe_control.pico.tmp 75_state_upload.pico.tmp 75_blorp_exec.pico.tmp 75_pipe_control.pico.tmp 80_state_upload.pico.tmp 80_blorp_exec.pico.tmp 80_pipe_control.pico.tmp 90_state_upload.pico.tmp 90_blorp_exec.pico.tmp 90_pipe_control.pico.tmp 100_state_upload.pico.tmp 100_blorp_exec.pico.tmp 100_pipe_control.pico.tmp 110_state_upload.pico.tmp 110_blorp_exec.pico.tmp 110_pipe_control.pico.tmp 40_isl_emit_depth_stencil.pico.tmp 40_isl_surface_state.pico.tmp 50_isl_emit_depth_stencil.pico.tmp 50_isl_surface_state.pico.tmp 60_isl_emit_depth_stencil.pico.tmp 60_isl_surface_state.pico.tmp 70_isl_emit_depth_stencil.pico.tmp 70_isl_surface_state.pico.tmp 75_isl_emit_depth_stencil.pico.tmp 75_isl_surface_state.pico.tmp 80_isl_emit_depth_stencil.pico.tmp 80_isl_surface_state.pico.tmp 90_isl_emit_depth_stencil.pico.tmp 90_isl_surface_state.pico.tmp 100_isl_emit_depth_stencil.pico.tmp 100_isl_surface_state.pico.tmp 110_isl_emit_depth_stencil.pico.tmp 110_isl_surface_state.pico.tmp i965_intel_batchbuffer.pico.tmp i965_intel_blit.pico.tmp i965_intel_buffer_objects.pico.tmp i965_intel_buffers.pico.tmp i965_intel_copy_image.pico.tmp i965_intel_extensions.pico.tmp i965_intel_fbo.pico.tmp i965_intel_mipmap_tree.pico.tmp i965_intel_pixel.pico.tmp i965_intel_pixel_bitmap.pico.tmp i965_intel_pixel_copy.pico.tmp i965_intel_pixel_draw.pico.tmp i965_intel_pixel_read.pico.tmp i965_intel_screen.pico.tmp i965_intel_state.pico.tmp i965_intel_tex.pico.tmp i965_intel_tex_copy.pico.tmp i965_intel_tex_image.pico.tmp i965_intel_tex_validate.pico.tmp i965_intel_upload.pico.tmp r200_context.pico.tmp r200_ioctl.pico.tmp r200_state.pico.tmp r200_state_init.pico.tmp r200_cmdbuf.pico.tmp r200_tex.pico.tmp r200_texstate.pico.tmp r200_tcl.pico.tmp r200_swtcl.pico.tmp r200_maos.pico.tmp r200_sanity.pico.tmp r200_fragshader.pico.tmp r200_vertprog.pico.tmp r200_blit.pico.tmp r200_radeon_buffer_objects.pico.tmp r200_radeon_common_context.pico.tmp r200_radeon_common.pico.tmp r200_radeon_dma.pico.tmp r200_radeon_debug.pico.tmp r200_radeon_fbo.pico.tmp r200_radeon_fog.pico.tmp r200_radeon_mipmap_tree.pico.tmp r200_radeon_pixel_read.pico.tmp r200_radeon_queryobj.pico.tmp r200_radeon_span.pico.tmp r200_radeon_texture.pico.tmp r200_radeon_tex_copy.pico.tmp r200_radeon_tile.pico.tmp r200_radeon_screen.pico.tmp radeon_buffer_objects.pico.tmp radeon_common_context.pico.tmp radeon_common.pico.tmp radeon_dma.pico.tmp radeon_debug.pico.tmp radeon_fbo.pico.tmp radeon_fog.pico.tmp radeon_mipmap_tree.pico.tmp radeon_pixel_read.pico.tmp radeon_queryobj.pico.tmp radeon_span.pico.tmp radeon_texture.pico.tmp radeon_tex_copy.pico.tmp radeon_tile.pico.tmp radeon_context.pico.tmp radeon_ioctl.pico.tmp radeon_screen.pico.tmp radeon_state.pico.tmp radeon_state_init.pico.tmp radeon_tex.pico.tmp radeon_texstate.pico.tmp radeon_tcl.pico.tmp radeon_swtcl.pico.tmp radeon_maos.pico.tmp radeon_sanity.pico.tmp radeon_blit.pico.tmp accum.pico.tmp api_arrayelt.pico.tmp api_loopback.pico.tmp api_exec.pico.tmp arbprogram.pico.tmp arrayobj.pico.tmp atifragshader.pico.tmp attrib.pico.tmp barrier.pico.tmp bbox.pico.tmp blend.pico.tmp blit.pico.tmp bufferobj.pico.tmp buffers.pico.tmp clear.pico.tmp clip.pico.tmp colortab.pico.tmp compute.pico.tmp condrender.pico.tmp conservativeraster.pico.tmp context.pico.tmp convolve.pico.tmp copyimage.pico.tmp cpuinfo.pico.tmp MESAdebug.pico.tmp debug_output.pico.tmp depth.pico.tmp dlist.pico.tmp draw.pico.tmp drawpix.pico.tmp drawtex.pico.tmp draw_validate.pico.tmp enable.pico.tmp enums.pico.tmp errors.pico.tmp MESAeval.pico.tmp execmem.pico.tmp extensions.pico.tmp extensions_table.pico.tmp externalobjects.pico.tmp fbobject.pico.tmp feedback.pico.tmp ff_fragment_shader.pico.tmp ffvertex_prog.pico.tmp fog.pico.tmp format_fallback.pico.tmp format_pack.pico.tmp format_unpack.pico.tmp format_utils.pico.tmp formatquery.pico.tmp formats.pico.tmp framebuffer.pico.tmp get.pico.tmp genmipmap.pico.tmp getstring.pico.tmp glformats.pico.tmp glspirv.pico.tmp glthread.pico.tmp hash.pico.tmp hint.pico.tmp histogram.pico.tmp image.pico.tmp imports.pico.tmp light.pico.tmp lines.pico.tmp marshal.pico.tmp marshal_generated.pico.tmp matrix.pico.tmp mipmap.pico.tmp mm.pico.tmp multisample.pico.tmp objectlabel.pico.tmp objectpurge.pico.tmp pack.pico.tmp pbo.pico.tmp performance_monitor.pico.tmp performance_query.pico.tmp pipelineobj.pico.tmp MESApixel.pico.tmp MESApixelstore.pico.tmp pixeltransfer.pico.tmp points.pico.tmp polygon.pico.tmp program_binary.pico.tmp program_resource.pico.tmp querymatrix.pico.tmp queryobj.pico.tmp rastpos.pico.tmp readpix.pico.tmp remap.pico.tmp renderbuffer.pico.tmp robustness.pico.tmp samplerobj.pico.tmp scissor.pico.tmp shaderapi.pico.tmp shaderimage.pico.tmp shaderobj.pico.tmp shader_query.pico.tmp shared.pico.tmp state.pico.tmp stencil.pico.tmp syncobj.pico.tmp texcompress.pico.tmp texcompress_astc.pico.tmp texcompress_bptc.pico.tmp texcompress_cpal.pico.tmp texcompress_etc.pico.tmp texcompress_fxt1.pico.tmp texcompress_rgtc.pico.tmp texcompress_s3tc.pico.tmp texenv.pico.tmp texformat.pico.tmp texgen.pico.tmp texgetimage.pico.tmp teximage.pico.tmp texobj.pico.tmp texparam.pico.tmp texstate.pico.tmp texstorage.pico.tmp texstore.pico.tmp texturebindless.pico.tmp textureview.pico.tmp transformfeedback.pico.tmp uniform_query.pico.tmp uniforms.pico.tmp varray.pico.tmp vdpau.pico.tmp version.pico.tmp viewport.pico.tmp vtxfmt.pico.tmp es1_conversion.pico.tmp m_debug_clip.pico.tmp m_debug_norm.pico.tmp m_debug_xform.pico.tmp m_eval.pico.tmp m_matrix.pico.tmp m_translate.pico.tmp m_vector.pico.tmp m_xform.pico.tmp vbo_context.pico.tmp vbo_exec_api.pico.tmp vbo_exec.pico.tmp vbo_exec_draw.pico.tmp vbo_exec_eval.pico.tmp vbo_minmax_index.pico.tmp vbo_noop.pico.tmp vbo_primitive_restart.pico.tmp vbo_save_api.pico.tmp vbo_save.pico.tmp vbo_save_draw.pico.tmp vbo_save_loopback.pico.tmp t_context.pico.tmp t_draw.pico.tmp t_pipeline.pico.tmp t_rebase.pico.tmp t_split.pico.tmp t_split_copy.pico.tmp t_split_inplace.pico.tmp t_vb_fog.pico.tmp t_vb_light.pico.tmp t_vb_normals.pico.tmp t_vb_points.pico.tmp t_vb_program.pico.tmp t_vb_render.pico.tmp t_vb_texgen.pico.tmp t_vb_texmat.pico.tmp t_vb_vertex.pico.tmp t_vertex.pico.tmp t_vertex_generic.pico.tmp t_vertex_sse.pico.tmp t_vp_build.pico.tmp s_aaline.pico.tmp s_aatriangle.pico.tmp s_alpha.pico.tmp s_atifragshader.pico.tmp s_bitmap.pico.tmp s_blend.pico.tmp s_blit.pico.tmp s_clear.pico.tmp s_context.pico.tmp s_copypix.pico.tmp s_depth.pico.tmp s_drawpix.pico.tmp s_feedback.pico.tmp s_fog.pico.tmp s_fragprog.pico.tmp s_lines.pico.tmp s_logic.pico.tmp s_masking.pico.tmp s_points.pico.tmp s_renderbuffer.pico.tmp s_span.pico.tmp s_stencil.pico.tmp s_texcombine.pico.tmp s_texfetch.pico.tmp s_texfilter.pico.tmp s_texrender.pico.tmp s_texture.pico.tmp s_triangle.pico.tmp s_zoom.pico.tmp ss_context.pico.tmp ss_triangle.pico.tmp driverfuncs.pico.tmp meta_blit.pico.tmp meta_generate_mipmap.pico.tmp meta.pico.tmp common_x86.pico.tmp x86_xform.pico.tmp 3dnow.pico.tmp sse.pico.tmp x86sse.pico.tmp sparc.pico.tmp x86-64.pico.tmp arbprogparse.pico.tmp ir_to_mesa.pico.tmp prog_cache.pico.tmp prog_execute.pico.tmp prog_instruction.pico.tmp prog_noise.pico.tmp prog_opt_constant_fold.pico.tmp prog_optimize.pico.tmp prog_parameter.pico.tmp prog_parameter_layout.pico.tmp prog_print.pico.tmp prog_statevars.pico.tmp prog_to_nir.pico.tmp program.pico.tmp programopt.pico.tmp program_parse.tab.pico.tmp program_parse_extra.pico.tmp symbol_table.pico.tmp program_lexer.pico.tmp xform4.pico.tmp streaming-load-memcpy.pico.tmp sse_minmax.pico.tmp glsl_lexer.pico.tmp glsl_parser.pico.tmp ast_array_index.pico.tmp ast_expr.pico.tmp ast_function.pico.tmp ast_to_hir.pico.tmp ast_type.pico.tmp builtin_functions.pico.tmp builtin_types.pico.tmp builtin_variables.pico.tmp generate_ir.pico.tmp gl_nir_lower_atomics.pico.tmp gl_nir_link_atomics.pico.tmp gl_nir_link_uniform_initializers.pico.tmp gl_nir_link_uniforms.pico.tmp gl_nir_link_xfb.pico.tmp gl_nir_linker.pico.tmp gl_nir_lower_bindless_images.pico.tmp gl_nir_lower_buffers.pico.tmp gl_nir_lower_samplers.pico.tmp gl_nir_lower_samplers_as_deref.pico.tmp glsl_parser_extras.pico.tmp glsl_symbol_table.pico.tmp glsl_to_nir.pico.tmp hir_field_selection.pico.tmp ir.pico.tmp ir_array_refcount.pico.tmp ir_basic_block.pico.tmp ir_builder.pico.tmp ir_clone.pico.tmp ir_constant_expression.pico.tmp ir_equals.pico.tmp ir_expression_flattening.pico.tmp ir_function.pico.tmp ir_function_can_inline.pico.tmp ir_function_detect_recursion.pico.tmp ir_hierarchical_visitor.pico.tmp ir_hv_accept.pico.tmp ir_print_visitor.pico.tmp ir_reader.pico.tmp ir_rvalue_visitor.pico.tmp ir_set_program_inouts.pico.tmp ir_validate.pico.tmp ir_variable_refcount.pico.tmp linker.pico.tmp linker_util.pico.tmp link_atomics.pico.tmp link_functions.pico.tmp link_interface_blocks.pico.tmp link_uniforms.pico.tmp link_uniform_initializers.pico.tmp link_uniform_block_active_visitor.pico.tmp link_uniform_blocks.pico.tmp link_varyings.pico.tmp loop_analysis.pico.tmp loop_unroll.pico.tmp lower_blend_equation_advanced.pico.tmp lower_buffer_access.pico.tmp lower_const_arrays_to_uniforms.pico.tmp lower_cs_derived.pico.tmp lower_discard.pico.tmp lower_discard_flow.pico.tmp lower_distance.pico.tmp lower_if_to_cond_assign.pico.tmp lower_instructions.pico.tmp lower_int64.pico.tmp lower_jumps.pico.tmp lower_mat_op_to_vec.pico.tmp lower_noise.pico.tmp lower_offset_array.pico.tmp lower_packed_varyings.pico.tmp lower_named_interface_blocks.pico.tmp lower_packing_builtins.pico.tmp lower_subroutine.pico.tmp lower_tess_level.pico.tmp lower_texture_projection.pico.tmp lower_variable_index_to_cond_assign.pico.tmp lower_vec_index_to_cond_assign.pico.tmp lower_vec_index_to_swizzle.pico.tmp lower_vector.pico.tmp lower_vector_derefs.pico.tmp lower_vector_insert.pico.tmp lower_vertex_id.pico.tmp lower_output_reads.pico.tmp lower_shared_reference.pico.tmp lower_ubo_reference.pico.tmp opt_algebraic.pico.tmp opt_array_splitting.pico.tmp opt_conditional_discard.pico.tmp opt_constant_folding.pico.tmp opt_constant_propagation.pico.tmp opt_constant_variable.pico.tmp opt_copy_propagation_elements.pico.tmp opt_dead_builtin_variables.pico.tmp opt_dead_builtin_varyings.pico.tmp opt_dead_code.pico.tmp opt_dead_code_local.pico.tmp opt_dead_functions.pico.tmp opt_flatten_nested_if_blocks.pico.tmp opt_flip_matrices.pico.tmp opt_function_inlining.pico.tmp opt_if_simplification.pico.tmp opt_minmax.pico.tmp opt_rebalance_tree.pico.tmp opt_redundant_jumps.pico.tmp opt_structure_splitting.pico.tmp opt_swizzle.pico.tmp opt_tree_grafting.pico.tmp opt_vectorize.pico.tmp propagate_invariance.pico.tmp s_expression.pico.tmp string_to_uint_map.pico.tmp serialize.pico.tmp shader_cache.pico.tmp blob.pico.tmp glsl_types.pico.tmp nir_types.pico.tmp shader_enums.pico.tmp glcpp-lex.pico.tmp glcpp-parse.pico.tmp pp.pico.tmp nir_constant_expressions.pico.tmp nir_intrinsics.pico.tmp nir_opcodes.pico.tmp nir_opt_algebraic.pico.tmp nir.pico.tmp nir_builtin_builder.pico.tmp nir_clone.pico.tmp nir_control_flow.pico.tmp nir_deref.pico.tmp nir_dominance.pico.tmp nir_from_ssa.pico.tmp nir_gather_info.pico.tmp nir_gather_xfb_info.pico.tmp nir_gs_count_vertices.pico.tmp nir_inline_functions.pico.tmp nir_instr_set.pico.tmp nir_linking_helpers.pico.tmp nir_liveness.pico.tmp nir_loop_analyze.pico.tmp nir_lower_alpha_test.pico.tmp nir_lower_alu.pico.tmp nir_lower_alu_to_scalar.pico.tmp nir_lower_array_deref_of_vec.pico.tmp nir_lower_atomics_to_ssbo.pico.tmp nir_lower_bit_size.pico.tmp nir_lower_bitmap.pico.tmp nir_lower_bool_to_int32.pico.tmp nir_lower_clamp_color_outputs.pico.tmp nir_lower_clip.pico.tmp nir_lower_clip_cull_distance_arrays.pico.tmp nir_lower_constant_initializers.pico.tmp nir_lower_double_ops.pico.tmp nir_lower_drawpixels.pico.tmp nir_lower_global_vars_to_local.pico.tmp nir_lower_gs_intrinsics.pico.tmp nir_lower_idiv.pico.tmp nir_lower_indirect_derefs.pico.tmp nir_lower_int64.pico.tmp nir_lower_io.pico.tmp nir_lower_io_arrays_to_elements.pico.tmp nir_lower_io_to_scalar.pico.tmp nir_lower_io_to_vector.pico.tmp nir_lower_io_to_temporaries.pico.tmp nir_lower_load_const_to_scalar.pico.tmp nir_lower_locals_to_regs.pico.tmp nir_lower_packing.pico.tmp nir_lower_passthrough_edgeflags.pico.tmp nir_lower_patch_vertices.pico.tmp nir_lower_phis_to_scalar.pico.tmp nir_lower_regs_to_ssa.pico.tmp nir_lower_returns.pico.tmp nir_lower_subgroups.pico.tmp nir_lower_system_values.pico.tmp nir_lower_tex.pico.tmp nir_lower_to_source_mods.pico.tmp nir_lower_two_sided_color.pico.tmp nir_lower_uniforms_to_ubo.pico.tmp nir_lower_var_copies.pico.tmp nir_lower_vars_to_ssa.pico.tmp nir_lower_vec_to_movs.pico.tmp nir_lower_wpos_center.pico.tmp nir_lower_wpos_ytransform.pico.tmp nir_metadata.pico.tmp nir_move_load_const.pico.tmp nir_move_vec_src_uses_to_dest.pico.tmp nir_normalize_cubemap_coords.pico.tmp nir_opt_combine_stores.pico.tmp nir_opt_comparison_pre.pico.tmp nir_opt_conditional_discard.pico.tmp nir_opt_constant_folding.pico.tmp nir_opt_copy_prop_vars.pico.tmp nir_opt_copy_propagate.pico.tmp nir_opt_cse.pico.tmp nir_opt_dce.pico.tmp nir_opt_dead_cf.pico.tmp nir_opt_dead_write_vars.pico.tmp nir_opt_find_array_copies.pico.tmp nir_opt_gcm.pico.tmp nir_opt_idiv_const.pico.tmp nir_opt_if.pico.tmp nir_opt_intrinsics.pico.tmp nir_opt_large_constants.pico.tmp nir_opt_loop_unroll.pico.tmp nir_opt_move_comparisons.pico.tmp nir_opt_move_load_ubo.pico.tmp nir_opt_peephole_select.pico.tmp nir_opt_remove_phis.pico.tmp nir_opt_shrink_load.pico.tmp nir_opt_trivial_continues.pico.tmp nir_opt_undef.pico.tmp nir_phi_builder.pico.tmp nir_print.pico.tmp nir_propagate_invariant.pico.tmp nir_remove_dead_variables.pico.tmp nir_repair_ssa.pico.tmp nir_search.pico.tmp nir_serialize.pico.tmp nir_split_per_member_structs.pico.tmp nir_split_var_copies.pico.tmp nir_split_vars.pico.tmp nir_strip.pico.tmp nir_sweep.pico.tmp nir_to_lcssa.pico.tmp nir_validate.pico.tmp nir_worklist.pico.tmp spirv_info.pico.tmp vtn_gather_types.pico.tmp gl_spirv.pico.tmp spirv_to_nir.pico.tmp vtn_alu.pico.tmp vtn_amd.pico.tmp vtn_cfg.pico.tmp vtn_glsl450.pico.tmp vtn_opencl.pico.tmp vtn_subgroup.pico.tmp vtn_variables.pico.tmp streaming-load-memcpy.pico.tmp hash_table.pico.tmp build_id.pico.tmp crc32.pico.tmp disk_cache.pico.tmp fast_idiv_by_const.pico.tmp half_float.pico.tmp format_srgb.pico.tmp mesa-sha1.pico.tmp os_time.pico.tmp ralloc.pico.tmp UTILdebug.pico.tmp rand_xor.pico.tmp rb_tree.pico.tmp register_allocate.pico.tmp rgtc.pico.tmp set.pico.tmp slab.pico.tmp string_buffer.pico.tmp strtod.pico.tmp u_atomic.pico.tmp u_cpu_detect.pico.tmp u_math.pico.tmp u_queue.pico.tmp u_process.pico.tmp u_vector.pico.tmp vma.pico.tmp utils.pico.tmp dri_util.pico.tmp xmlconfig.pico.tmp megadriver_stub.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken.a base64.o concat.o cloexec.o ct.o dumpdata.o detach.o dumpdata.o environment.o ecalloc.o emalloc.o eread.o erealloc.o esetenv.o estrdup.o ewrite.o getaddrinfo_hostspec.o get_default_username.o get_window_size.o getarg.o getnameinfo_verified.o getprogname.o h_errno.o hex.o hostent_find_fqdn.o issuid.o k_getpwnam.o k_getpwuid.o memset_s.o mini_inetd.o net_read.o net_write.o parse_bytes.o parse_time.o parse_units.o rand.o realloc.o resolve.o roken_gethostby.o rtbl.o setprogname.o signal.o simple_exec.o socket.o strcollect.o strlwr.o strpool.o strsep_copy.o strupr.o timeval.o tm2time.o verify.o warnerr.o write_pid.o xfree.o base64.o.tmp concat.o.tmp cloexec.o.tmp ct.o.tmp dumpdata.o.tmp detach.o.tmp dumpdata.o.tmp environment.o.tmp ecalloc.o.tmp emalloc.o.tmp eread.o.tmp erealloc.o.tmp esetenv.o.tmp estrdup.o.tmp ewrite.o.tmp getaddrinfo_hostspec.o.tmp get_default_username.o.tmp get_window_size.o.tmp getarg.o.tmp getnameinfo_verified.o.tmp getprogname.o.tmp h_errno.o.tmp hex.o.tmp hostent_find_fqdn.o.tmp issuid.o.tmp k_getpwnam.o.tmp k_getpwuid.o.tmp memset_s.o.tmp mini_inetd.o.tmp net_read.o.tmp net_write.o.tmp parse_bytes.o.tmp parse_time.o.tmp parse_units.o.tmp rand.o.tmp realloc.o.tmp resolve.o.tmp roken_gethostby.o.tmp rtbl.o.tmp setprogname.o.tmp signal.o.tmp simple_exec.o.tmp socket.o.tmp strcollect.o.tmp strlwr.o.tmp strpool.o.tmp strsep_copy.o.tmp strupr.o.tmp timeval.o.tmp tm2time.o.tmp verify.o.tmp warnerr.o.tmp write_pid.o.tmp xfree.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_p.a base64.po concat.po cloexec.po ct.po dumpdata.po detach.po dumpdata.po environment.po ecalloc.po emalloc.po eread.po erealloc.po esetenv.po estrdup.po ewrite.po getaddrinfo_hostspec.po get_default_username.po get_window_size.po getarg.po getnameinfo_verified.po getprogname.po h_errno.po hex.po hostent_find_fqdn.po issuid.po k_getpwnam.po k_getpwuid.po memset_s.po mini_inetd.po net_read.po net_write.po parse_bytes.po parse_time.po parse_units.po rand.po realloc.po resolve.po roken_gethostby.po rtbl.po setprogname.po signal.po simple_exec.po socket.po strcollect.po strlwr.po strpool.po strsep_copy.po strupr.po timeval.po tm2time.po verify.po warnerr.po write_pid.po xfree.po base64.po.tmp concat.po.tmp cloexec.po.tmp ct.po.tmp dumpdata.po.tmp detach.po.tmp dumpdata.po.tmp environment.po.tmp ecalloc.po.tmp emalloc.po.tmp eread.po.tmp erealloc.po.tmp esetenv.po.tmp estrdup.po.tmp ewrite.po.tmp getaddrinfo_hostspec.po.tmp get_default_username.po.tmp get_window_size.po.tmp getarg.po.tmp getnameinfo_verified.po.tmp getprogname.po.tmp h_errno.po.tmp hex.po.tmp hostent_find_fqdn.po.tmp issuid.po.tmp k_getpwnam.po.tmp k_getpwuid.po.tmp memset_s.po.tmp mini_inetd.po.tmp net_read.po.tmp net_write.po.tmp parse_bytes.po.tmp parse_time.po.tmp parse_units.po.tmp rand.po.tmp realloc.po.tmp resolve.po.tmp roken_gethostby.po.tmp rtbl.po.tmp setprogname.po.tmp signal.po.tmp simple_exec.po.tmp socket.po.tmp strcollect.po.tmp strlwr.po.tmp strpool.po.tmp strsep_copy.po.tmp strupr.po.tmp timeval.po.tmp tm2time.po.tmp verify.po.tmp warnerr.po.tmp write_pid.po.tmp xfree.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/dri.old && rm -f mesa_dri_drivers_pic.a mesa_dri_drivers.so.* mesa_dri_drivers.so i830_context.pico i830_state.pico i830_texblend.pico i830_texstate.pico i830_vtbl.pico i915_context.pico i915_debug_fp.pico i915_fragprog.pico i915_program.pico i915_state.pico i915_texstate.pico i915_vtbl.pico i915_tex_layout.pico i915_intel_batchbuffer.pico i915_intel_blit.pico i915_intel_buffer_objects.pico i915_intel_buffers.pico i915_intel_clear.pico i915_intel_context.pico i915_intel_extensions.pico i915_intel_fbo.pico i915_intel_mipmap_tree.pico i915_intel_pixel.pico i915_intel_pixel_bitmap.pico i915_intel_pixel_copy.pico i915_intel_pixel_draw.pico i915_intel_pixel_read.pico i915_intel_regions.pico i915_intel_render.pico i915_intel_screen.pico i915_intel_state.pico i915_intel_syncobj.pico i915_intel_tex.pico i915_intel_tex_copy.pico i915_intel_tex_image.pico i915_intel_tex_layout.pico i915_intel_tex_subimage.pico i915_intel_tex_validate.pico i915_intel_tris.p--- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_p.a base64.po concat.po cloexec.po ct.po dumpdata.po detach.po dumpdata.po environment.po ecalloc.po emalloc.po eread.po erealloc.po esetenv.po estrdup.po ewrite.po getaddrinfo_hostspec.po get_default_username.po get_window_size.po getarg.po getnameinfo_verified.po getprogname.po h_errno.po hex.po hostent_find_fqdn.po issuid.po k_getpwnam.po k_getpwuid.po memset_s.po mini_inetd.po net_read.po net_write.po parse_bytes.po parse_time.po parse_units.po rand.po realloc.po resolve.po roken_gethostby.po rtbl.po setprogname.po signal.po simple_exec.po socket.po strcollect.po strlwr.po strpool.po strsep_copy.po strupr.po timeval.po tm2time.po verify.po warnerr.po write_pid.po xfree.po base64.po.tmp concat.po.tmp cloexec.po.tmp ct.po.tmp dumpdata.po.tmp detach.po.tmp dumpdata.po.tmp environment.po.tmp ecalloc.po.tmp emalloc.po.tmp eread.po.tmp erealloc.po.tmp esetenv.po.tmp estrdup.po.tmp ewrite.po.tmp getaddrinfo_hosts--- cleandir-external --- ico blorp.pico blorp_blit.pico blorp_clear.pico gen_batch_decoder.pico gen_debug.pico gen_decoder.pico gen_device_info.pico gen_disasm.pico gen_l3_config.pico gen_perf.pico gen_perf_mdapi.pico gen_perf_metrics.pico gen_urb_config.pico intel_log.pico brw_binding_tables.pico brw_blorp.pico brw_bufmgr.pico brw_cfg.pico brw_clear.pico brw_clip.pico brw_clip_line.pico brw_clip_point.pico brw_clip_tri.pico brw_clip_unfilled.pico brw_clip_util.pico brw_compile_clip.pico brw_compile_sf.pico brw_compiler.pico brw_compute.pico brw_conditional_render.pico brw_context.pico brw_cs.pico brw_curbe.pico brw_dead_control_flow.pico brw_debug_recompile.pico brw_disasm.pico brw_disasm_info.pico brw_disk_cache.pico brw_draw.pico brw_draw_upload.pico brw_eu.pico brw_eu_compact.pico brw_eu_emit.pico brw_eu_util.pico brw_eu_validate.pico brw_ff_gs.pico brw_ff_gs_emit.pico brw_formatquery.pico brw_fs.pico brw_fs_bank_conflicts.pico brw_fs_cmod_propagation.pico brw_fs_combine_constants.pico brw_fs_copy_propagation.pico brw_fs_cse.pico--- cleandir-crypto/external --- pec.po.tmp get_default_username.po.tmp get_window_size.po.tmp getarg.po.tmp getnameinfo_verified.po.tmp getprogname.po.tmp h_errno.po.tmp hex.po.tmp hostent_find_fqdn.po.tmp issuid.po.tmp k_getpwnam.po.tmp k_getpwuid.po.tmp memset_s.po.tmp mini_inetd.po.tmp net_read.po.tmp net_write.po.tmp parse_bytes.po.tmp parse_time.po.tmp parse_units.po.tmp rand.po.tmp realloc.po.tmp resolve.po.tmp roken_gethostby.po.tmp rtbl.po.tmp setprogname.po.tmp signal.po.tmp simple_exec.po.tmp socket.po.tmp strcollect.po.tmp strlwr.po.tmp strpool.po.tmp strsep_copy.po.tmp strupr.po.tmp timeval.po.tmp tm2time.po.tmp verify.po.tmp warnerr.po.tmp write_pid.po.tmp xfree.po.tmp || true) --- cleandir-external --- brw_fs_dead_code_eliminate.pico brw_fs_generator.pico brw_fs_live_variables.pico brw_fs_lower_pack.pico brw_fs_lower_regioning.pico brw_fs_nir.pico brw_fs_reg_allocate.pico brw_fs_register_coalesce.pico brw_fs_saturate_propagation.pico brw_fs_sel_peephole.pico brw_fs_validate.pico brw_fs_visitor.pico brw_generate_mipmap.pico brw_gs.pico brw_gs_surface_state.pico brw_interpolation_map.pico brw_link.pico brw_meta_util.pico brw_misc_state.pico brw_nir.pico brw_nir_analyze_boolean_resolves.pico brw_nir_analyze_ubo_ranges.pico brw_nir_attribute_workarounds.pico brw_nir_lower_conversions.pico brw_nir_lower_cs_intrinsics.pico brw_nir_lower_image_load_store.pico brw_nir_lower_mem_access_bit_sizes.pico brw_nir_opt_peephole_ffma.pico brw_nir_tcs_workarounds.pico brw_nir_trig_workarounds.pico brw_nir_uniforms.pico brw_object_purgeable.pico brw_packed_float.pico brw_performance_query.pico brw_performance_query_mdapi.pico brw_pipe_control.pico brw_predicated_break.pico brw_primitive_restart.pico brw_program.pico brw_program_binary.pico brw_program_cache.pico brw_queryobj.pico brw_reg_type.pico brw_reset.pico brw_schedule_instructions.pico brw_sf.pico brw_shader.pico brw_state_upload.pico brw_surface_formats.pico brw_sync.pico brw_tcs.pico brw_tcs_surface_state.pico brw_tes.pico brw_tes_surface_state.pico brw_urb.pico brw_util.pico brw_vec4.pico brw_vec4_cmod_propagation.pico brw_vec4_copy_propagation.pico brw_vec4_cse.pico brw_vec4_dead_code_eliminate.pico brw_vec4_generator.pico brw_vec4_gs_nir.pico brw_vec4_gs_visitor.pico brw_vec4_live_variables.pico brw_vec4_nir.pico brw_vec4_reg_allocate.pico brw_vec4_surface_builder.pico brw_vec4_tcs.pico brw_vec4_tes.pico brw_vec4_visitor.pico brw_vec4_vs_visitor.pico brw_vs.pico brw_vs_surface_state.pico brw_vue_map.pico brw_wm.pico brw_wm_iz.pico brw_wm_surface_state.pico gen6_clip_state.pico gen6_constant_state.pico gen6_gs_visitor.pico gen6_multisample_state.pico gen6_queryobj.pico gen6_sampler_state.pico gen6_sol.pico gen6_urb.pico gen7_l3_state.pico gen7_sol_state.pico gen7_urb.pico gen8_depth_state.pico gen8_multisample_state.pico hsw_queryobj.pico hsw_sol.pico isl.pico isl_drm.pico isl_format.pico isl_format_layout.pico isl_gen4.pico isl_gen6.pico isl_gen7.pico isl_gen8.pico isl_gen9.pico isl_storage_image.pico isl_tiled_memcpy.pico isl_tiled_memcpy_normal.pico isl_tiled_memcpy_sse41.pico 40_state_upload.pico 40_blorp_exec.pico 40_pipe_control.pico 45_state_upload.pico 45_blorp_exec.pico 45_pipe_control.pico 50_state_upload.pico 50_blorp_exec.pico 50_pipe_control.pico 60_state_upload.pico 60_blorp_exec.pico 60_pipe_control.pico 70_state_upload.pico 70_blorp_exec.pico 70_pipe_control.pico 75_state_upload.pico 75_blorp_exec.pico 75_pipe_control.pico 80_state_upload.pico 80_blorp_exec.pico 80_pipe_control.pico 90_state_upload.pico 90_blorp_exec.pico 90_pipe_control.pico 100_state_upload.pico 100_blorp_exec.pico 100_pipe_control.pico 110_state_upload.pico 110_blorp_exec.pico 110_pipe_control.pico 40_isl_emit_depth_stencil.pico 40_isl_surface_state.pico 50_isl_emit_depth_stencil.pico 50_isl_surface_state.pico 60_isl_emit_depth_stencil.pico 60_isl_surface_state.pico 70_isl_emit_depth_stencil.pico 70_isl_surface_state.pico 75_isl_emit_depth_stencil.pico 75_isl_surface_state.pico 80_isl_emit_depth_stencil.pico 80_isl_surface_state.pico 90_isl_emit_depth_stencil.pico 90_isl_surface_state.pico 100_isl_emit_depth_stencil.pico 100_isl_surface_state.pico 110_isl_emit_depth_stencil.pico 110_isl_surface_state.pico i965_intel_batchbuffer.pico i965_intel_blit.pico i965_intel_buffer_objects.pico i965_intel_buffers.pico i965_intel_copy_image.pico i965_intel_extensions.pico i965_intel_fbo.pico i965_intel_mipmap_tree.pico i965_intel_pixel.pico i965_intel_pixel_bitmap.pico i965_intel_pixel_copy.pico i965_intel_pixel_draw.pico i965_intel_pixel_read.pico i965_intel_screen.pico i965_intel_state.pico i965_intel_tex.pico i965_intel_tex_copy.pico i965_intel_tex_image.pico i965_intel_tex_validate.pico i965_intel_upload.pico r200_context.pico r200_ioctl.pico r200_state.pico r200_state_init.pico r200_cmdbuf.pico r200_tex.pico r200_texstate.pico r200_tcl.pico r200_swtcl.pico r200_maos.pico r200_sanity.pico r200_fragshader.pico r200_vertprog.pico r200_blit.pico r200_radeon_buffer_objects.pico r200_radeon_common_context.pico r200_radeon_common.pico r200_radeon_dma.pico r200_radeon_debug.pico r200_radeon_fbo.pico r200_radeon_fog.pico r200_radeon_mipmap_tree.pico r200_radeon_pixel_read.pico r200_radeon_queryobj.pico r200_radeon_span.pico r200_radeon_texture.pico r200_radeon_tex_copy.pico r200_radeon_tile.pico r200_radeon_screen.pico radeon_buffer_objects.pico radeon_common_context.pico radeon_common.pico radeon_dma.pico radeon_debug.pico radeon_fbo.pico radeon_fog.pico radeon_mipmap_tree.pico radeon_pixel_read.pico radeon_queryobj.pico radeon_span.pico radeon_texture.pico radeon_tex_copy.pico radeon_tile.pico radeon_context.pico radeon_ioctl.pico radeon_screen.pico radeon_state.pico radeon_state_init.pico radeon_tex.pico radeon_texstate.pico radeon_tcl.pico radeon_swtcl.pico radeon_maos.pico radeon_sanity.pico radeon_blit.pico accum.pico api_arrayelt.pico api_loopback.pico api_exec.pico arbprogram.pico arrayobj.pico atifragshader.pico attrib.pico barrier.pico bbox.pico blend.pico blit.pico bufferobj.pico buffers.pico clear.pico clip.pico colortab.pico compute.pico condrender.pico conservativeraster.pico context.pico convolve.pico copyimage.pico cpuinfo.pico MESAdebug.pico debug_output.pico depth.pico dlist.pico draw.pico drawpix.pico drawtex.pico draw_validate.pico enable.pico enums.pico errors.pico MESAeval.pico execmem.pico extensions.pico extensions_table.pico externalobjects.pico fbobject.pico feedback.pico ff_fragment_shader.pico ffvertex_prog.pico fog.pico format_fallback.pico format_pack.pico format_unpack.pico format_utils.pico formatquery.pico formats.pico framebuffer.pico get.pico genmipmap.pico getstring.pico glformats.pico glspirv.pico glthread.pico hash.pico hint.pico histogram.pico image.pico imports.pico light.pico lines.pico marshal.pico marshal_generated.pico matrix.pico mipmap.pico mm.pico multisample.pico objectlabel.pico objectpurge.pico pack.pico pbo.pico performance_monitor.pico performance_query.pico pipelineobj.pico MESApixel.pico MESApixelstore.pico pixeltransfer.pico points.pico polygon.pico program_binary.pico program_resource.pico querymatrix.pico queryobj.pico rastpos.pico readpix.pico remap.pico renderbuffer.pico robustness.pico samplerobj.pico scissor.pico shaderapi.pico shaderimage.pico shaderobj.pico shader_query.pico shared.pico state.pico stencil.pico syncobj.pico texcompress.pico texcompress_astc.pico texcompress_bptc.pico texcompress_cpal.pico texcompress_etc.pico texcompress_fxt1.pico texcompress_rgtc.pico texcompress_s3tc.pico texenv.pico texformat.pico texgen.pico texgetimage.pico teximage.pico texobj.pico texparam.pico texstate.pico texstorage.pico texstore.pico texturebindless.pico textureview.pico transformfeedback.pico uniform_query.pico uniforms.pico varray.pico vdpau.pico version.pico viewport.pico vtxfmt.pico es1_conversion.pico m_debug_clip.pico m_debug_norm.pico m_debug_xform.pico m_eval.pico m_matrix.pico m_translate.pico m_vector.pico m_xform.pico vbo_context.pico vbo_exec_api.pico vbo_exec.pico vbo_exec_draw.pico vbo_exec_eval.pico vbo_minmax_index.pico vbo_noop.pico vbo_primitive_restart.pico vbo_save_api.pico vbo_save.pico vbo_save_draw.pico vbo_save_loopback.pico t_context.pico t_draw.pico t_pipeline.pico t_rebase.pico t_split.pico t_split_copy.pico t_split_inplace.pico t_vb_fog.pico t_vb_light.pico t_vb_normals.pico t_vb_points.pico t_vb_program.pico t_vb_render.pico t_vb_texgen.pico t_vb_texmat.pico t_vb_vertex.pico t_vertex.pico t_vertex_generic.pico t_vertex_sse.pico t_vp_build.pico s_aaline.pico s_aatriangle.pico s_alpha.pico s_atifragshader.pico s_bitmap.pico s_blend.pico s_blit.pico s_clear.pico s_context.pico s_copypix.pico s_depth.pico s_drawpix.pico s_feedback.pico s_fog.pico s_fragprog.pico s_lines.pico s_logic.pico s_masking.pico s_points.pico s_renderbuffer.pico s_span.pico s_stencil.pico s_texcombine.pico s_texfetch.pico s_texfilter.pico s_texrender.pico s_texture.pico s_triangle.pico s_zoom.pico ss_context.pico ss_triangle.pico driverfuncs.pico meta_blit.pico meta_generate_mipmap.pico meta.pico common_x86.pico x86_xform.pico 3dnow.pico sse.pico x86sse.pico sparc.pico x86-64.pico arbprogparse.pico ir_to_mesa.pico prog_cache.pico prog_execute.pico prog_instruction.pico prog_noise.pico prog_opt_constant_fold.pico prog_optimize.pico prog_parameter.pico prog_parameter_layout.pico prog_print.pico prog_statevars.pico prog_to_nir.pico program.pico programopt.pico program_parse.tab.pico program_parse_extra.pico symbol_table.pico program_lexer.pico xform4.pico streaming-load-memcpy.pico sse_minmax.pico glsl_lexer.pico glsl_parser.pico ast_array_index.pico ast_expr.pico ast_function.pico ast_to_hir.pico ast_type.pico builtin_functions.pico builtin_types.pico builtin_variables.pico generate_ir.pico gl_nir_lower_atomics.pico gl_nir_link_atomics.pico gl_nir_link_uniform_initializers.pico gl_nir_link_uniforms.pico gl_nir_link_xfb.pico gl_nir_linker.pico gl_nir_lower_bindless_images.pico gl_nir_lower_buffers.pico gl_nir_lower_samplers.pico gl_nir_lower_samplers_as_deref.pico glsl_parser_extras.pico glsl_symbol_table.pico glsl_to_nir.pico hir_field_selection.pico ir.pico ir_array_refcount.pico ir_basic_block.pico ir_builder.pico ir_clone.pico ir_constant_expression.pico ir_equals.pico ir_expression_flattening.pico ir_function.pico ir_function_can_inline.pico ir_function_detect_recursion.pico ir_hierarchical_visitor.pico ir_hv_accept.pico ir_print_visitor.pico ir_reader.pico ir_rvalue_visitor.pico ir_set_program_inouts.pico ir_validate.pico ir_variable_refcount.pico linker.pico linker_util.pico link_atomics.pico link_functions.pico link_interface_blocks.pico link_uniforms.pico link_uniform_initializers.pico link_uniform_block_active_visitor.pico link_uniform_blocks.pico link_varyings.pico loop_analysis.pico loop_unroll.pico lower_blend_equation_advanced.pico lower_buffer_access.pico lower_const_arrays_to_uniforms.pico lower_cs_derived.pico lower_discard.pico lower_discard_flow.pico lower_distance.pico lower_if_to_cond_assign.pico lower_instructions.pico lower_int64.pico lower_jumps.pico lower_mat_op_to_vec.pico lower_noise.pico lower_offset_array.pico lower_packed_varyings.pico lower_named_interface_blocks.pico lower_packing_builtins.pico lower_subroutine.pico lower_tess_level.pico lower_texture_projection.pico lower_variable_index_to_cond_assign.pico lower_vec_index_to_cond_assign.pico lower_vec_index_to_swizzle.pico lower_vector.pico lower_vector_derefs.pico lower_vector_insert.pico lower_vertex_id.pico lower_output_reads.pico lower_shared_reference.pico lower_ubo_reference.pico opt_algebraic.pico opt_array_splitting.pico opt_conditional_discard.pico opt_constant_folding.pico opt_constant_propagation.pico opt_constant_variable.pico opt_copy_propagation_elements.pico opt_dead_builtin_variables.pico opt_dead_builtin_varyings.pico opt_dead_code.pico opt_dead_code_local.pico opt_dead_functions.pico opt_flatten_nested_if_blocks.pico opt_flip_matrices.pico opt_function_inlining.pico opt_if_simplification.pico opt_minmax.pico opt_rebalance_tree.pico opt_redundant_jumps.pico opt_structure_splitting.pico opt_swizzle.pico opt_tree_grafting.pico opt_vectorize.pico propagate_invariance.pico s_expression.pico string_to_uint_map.pico serialize.pico shader_cache.pico blob.pico glsl_types.pico nir_types.pico shader_enums.pico glcpp-lex.pico glcpp-parse.pico pp.pico nir_constant_expressions.pico nir_intrinsics.pico nir_opcodes.pico nir_opt_algebraic.pico nir.pico nir_builtin_builder.pico nir_clone.pico nir_control_flow.pico nir_deref.pico nir_dominance.pico nir_from_ssa.pico nir_gather_info.pico nir_gather_xfb_info.pico nir_gs_count_vertices.pico nir_inline_functions.pico nir_instr_set.pico nir_linking_helpers.pico nir_liveness.pico nir_loop_analyze.pico nir_lower_alpha_test.pico nir_lower_alu.pico nir_lower_alu_to_scalar.pico nir_lower_array_deref_of_vec.pico nir_lower_atomics_to_ssbo.pico nir_lower_bit_size.pico nir_lower_bitmap.pico nir_lower_bool_to_int32.pico nir_lower_clamp_color_outputs.pico nir_lower_clip.pico nir_lower_clip_cull_distance_arrays.pico nir_lower_constant_initializers.pico nir_lower_double_ops.pico nir_lower_drawpixels.pico nir_lower_global_vars_to_local.pico nir_lower_gs_intrinsics.pico nir_lower_idiv.pico nir_lower_indirect_derefs.pico nir_lower_int64.pico nir_lower_io.pico nir_lower_io_arrays_to_elements.pico nir_lower_io_to_scalar.pico nir_lower_io_to_vector.pico nir_lower_io_to_temporaries.pico nir_lower_load_const_to_scalar.pico nir_lower_locals_to_regs.pico nir_lower_packing.pico nir_lower_passthrough_edgeflags.pico nir_lower_patch_vertices.pico nir_lower_phis_to_scalar.pico nir_lower_regs_to_ssa.pico nir_lower_returns.pico nir_lower_subgroups.pico nir_lower_system_values.pico nir_lower_tex.pico nir_lower_to_source_mods.pico nir_lower_two_sided_color.pico nir_lower_uniforms_to_ubo.pico nir_lower_var_copies.pico nir_lower_vars_to_ssa.pico nir_lower_vec_to_movs.pico nir_lower_wpos_center.pico nir_lower_wpos_ytransform.pico nir_metadata.pico nir_move_load_const.pico nir_move_vec_src_uses_to_dest.pico nir_normalize_cubemap_coords.pico nir_opt_combine_stores.pico nir_opt_comparison_pre.pico nir_opt_conditional_discard.pico nir_opt_constant_folding.pico nir_opt_copy_prop_vars.pico nir_opt_copy_propagate.pico nir_opt_cse.pico nir_opt_dce.pico nir_opt_dead_cf.pico nir_opt_dead_write_vars.pico nir_opt_find_array_copies.pico nir_opt_gcm.pico nir_opt_idiv_const.pico nir_opt_if.pico nir_opt_intrinsics.pico nir_opt_large_constants.pico nir_opt_loop_unroll.pico nir_opt_move_comparisons.pico nir_opt_move_load_ubo.pico nir_opt_peephole_select.pico nir_opt_remove_phis.pico nir_opt_shrink_load.pico nir_opt_trivial_continues.pico nir_opt_undef.pico nir_phi_builder.pico nir_print.pico nir_propagate_invariant.pico nir_remove_dead_variables.pico nir_repair_ssa.pico nir_search.pico nir_serialize.pico nir_split_per_member_structs.pico nir_split_var_copies.pico nir_split_vars.pico nir_strip.pico nir_sweep.pico nir_to_lcssa.pico nir_validate.pico nir_worklist.pico spirv_info.pico vtn_gather_types.pico gl_spirv.pico spirv_to_nir.pico vtn_alu.pico vtn_amd.pico vtn_cfg.pico vtn_glsl450.pico vtn_opencl.pico vtn_subgroup.pico vtn_variables.pico streaming-load-memcpy.pico hash_table.pico build_id.pico crc32.pico disk_cache.pico fast_idiv_by_const.pico half_float.pico format_srgb.pico mesa-sha1.pico os_time.pico ralloc.pico UTILdebug.pico rand_xor.pico rb_tree.pico register_allocate.pico rgtc.pico set.pico slab.pico string_buffer.pico strtod.pico u_atomic.pico u_cpu_detect.pico u_math.pico u_queue.pico u_process.pico u_vector.pico vma.pico utils.pico dri_util.pico xmlconfig.pico megadriver_stub.pico i830_context.pico.tmp i830_state.pico.tmp i830_texblend.pico.tmp i830_texstate.pico.tmp i830_vtbl.pico.tmp i915_context.pico.tmp i915_debug_fp.pico.tmp i915_fragprog.pico.tmp i915_program.pico.tmp i915_state.pico.tmp i915_texstate.pico.tmp i915_vtbl.pico.tmp i915_tex_layout.pico.tmp i915_intel_batchbuffer.pico.tmp i915_intel_blit.pico.tmp i915_intel_buffer_objects.pico.tmp i915_intel_buffers.pico.tmp i915_intel_clear.pico.tmp i915_intel_context.pico.tmp i915_intel_extensions.pico.tmp i915_intel_fbo.pico.tmp i915_intel_mipmap_tree.pico.tmp i915_intel_pixel.pico.tmp i915_intel_pixel_bitmap.pico.tmp i915_intel_pixel_copy.pico.tmp i915_intel_pixel_draw.pico.tmp i915_intel_pixel_read.pico.tmp i915_intel_regions.pico.tmp i915_intel_render.pico.tmp i915_intel_screen.pico.tmp i915_intel_state.pico.tmp i915_intel_syncobj.pico.tmp i915_intel_tex.pico.tmp i915_intel_tex_copy.pico.tmp i915_intel_tex_image.pico.tmp i915_intel_tex_layout.pico.tmp i915_intel_tex_subimage.pico.tmp i915_intel_tex_validate.pico.tmp i915_intel_tris.pico.tmp blorp.pico.tmp blorp_blit.pico.tmp blorp_clear.pico.tmp gen_batch_decoder.pico.tmp gen_debug.pico.tmp gen_decoder.pico.tmp gen_device_info.pico.tmp gen_disasm.pico.tmp gen_l3_config.pico.tmp gen_perf.pico.tmp gen_perf_mdapi.pico.tmp gen_perf_metrics.pico.tmp gen_urb_config.pico.tmp intel_log.pico.tmp brw_binding_tables.pico.tmp brw_blorp.pico.tmp brw_bufmgr.pico.tmp brw_cfg.pico.tmp brw_clear.pico.tmp brw_clip.pico.tmp brw_clip_line.pico.tmp brw_clip_point.pico.tmp brw_clip_tri.pico.tmp brw_clip_unfilled.pico.tmp brw_clip_util.pico.tmp brw_compile_clip.pico.tmp brw_compile_sf.pico.tmp brw_compiler.pico.tmp brw_compute.pico.tmp brw_conditional_render.pico.tmp brw_context.pico.tmp brw_cs.pico.tmp brw_curbe.pico.tmp brw_dead_control_flow.pico.tmp brw_debug_recompile.pico.tmp brw_disasm.pico.tmp brw_disasm_info.pico.tmp brw_disk_cache.pico.tmp brw_draw.pico.tmp brw_draw_upload.pico.tmp brw_eu.pico.tmp brw_eu_compact.pico.tmp brw_eu_emit.pico.tmp brw_eu_util.pico.tmp brw_eu_validate.pico.tmp brw_ff_gs.pico.tmp brw_ff_gs_emit.pico.tmp brw_formatquery.pico.tmp brw_fs.pico.tmp brw_fs_bank_conflicts.pico.tmp brw_fs_cmod_propagation.pico.tmp brw_fs_combine_constants.pico.tmp brw_fs_copy_propagation.pico.tmp brw_fs_cse.pico.tmp brw_fs_dead_code_eliminate.pico.tmp brw_fs_generator.pico.tmp brw_fs_live_variables.pico.tmp brw_fs_lower_pack.pico.tmp brw_fs_lower_regioning.pico.tmp brw_fs_nir.pico.tmp brw_fs_reg_allocate.pico.tmp brw_fs_register_coalesce.pico.tmp brw_fs_saturate_propagation.pico.tmp brw_fs_sel_peephole.pico.tmp brw_fs_validate.pico.tmp brw_fs_visitor.pico.tmp brw_generate_mipmap.pico.tmp brw_gs.pico.tmp brw_gs_surface_state.pico.tmp brw_interpolation_map.pico.tmp brw_link.pico.tmp brw_meta_util.pico.tmp brw_misc_state.pico.tmp brw_nir.pico.tmp brw_nir_analyze_boolean_resolves.pico.tmp brw_nir_analyze_ubo_ranges.pico.tmp brw_nir_attribute_workarounds.pico.tmp brw_nir_lower_conversions.pico.tmp brw_nir_lower_cs_intrinsics.pico.tmp brw_nir_lower_image_load_store.pico.tmp brw_nir_lower_mem_access_bit_sizes.pico.tmp brw_nir_opt_peephole_ffma.pico.tmp brw_nir_tcs_workarounds.pico.tmp brw_nir_trig_workarounds.pico.tmp brw_nir_uniforms.pico.tmp brw_object_purgeable.pico.tmp brw_packed_float.pico.tmp brw_performance_query.pico.tmp brw_performance_query_mdapi.pico.tmp brw_pipe_control.pico.tmp brw_predicated_break.pico.tmp brw_primitive_restart.pico.tmp brw_program.pico.tmp brw_program_binary.pico.tmp brw_program_cache.pico.tmp brw_queryobj.pico.tmp brw_reg_type.pico.tmp brw_reset.pico.tmp brw_schedule_instructions.pico.tmp brw_sf.pico.tmp brw_shader.pico.tmp brw_state_upload.pico.tmp brw_surface_formats.pico.tmp brw_sync.pico.tmp brw_tcs.pico.tmp brw_tcs_surface_state.pico.tmp brw_tes.pico.tmp brw_tes_surface_state.pico.tmp brw_urb.pico.tmp brw_util.pico.tmp brw_vec4.pico.tmp brw_vec4_cmod_propagation.pico.tmp brw_vec4_copy_propagation.pico.tmp brw_vec4_cse.pico.tmp brw_vec4_dead_code_eliminate.pico.tmp brw_vec4_generator.pico.tmp brw_vec4_gs_nir.pico.tmp brw_vec4_gs_visitor.pico.tmp brw_vec4_live_variables.pico.tmp brw_vec4_nir.pico.tmp brw_vec4_reg_allocate.pico.tmp brw_vec4_surface_builder.pico.tmp brw_vec4_tcs.pico.tmp brw_vec4_tes.pico.tmp brw_vec4_visitor.pico.tmp brw_vec4_vs_visitor.pico.tmp brw_vs.pico.tmp brw_vs_surface_state.pico.tmp brw_vue_map.pico.tmp brw_wm.pico.tmp brw_wm_iz.pico.tmp brw_wm_surface_state.pico.tmp gen6_clip_state.pico.tmp gen6_constant_state.pico.tmp gen6_gs_visitor.pico.tmp gen6_multisample_state.pico.tmp gen6_queryobj.pico.tmp gen6_sampler_state.pico.tmp gen6_sol.pico.tmp gen6_urb.pico.tmp gen7_l3_state.pico.tmp gen7_sol_state.pico.tmp gen7_urb.pico.tmp gen8_depth_state.pico.tmp gen8_multisample_state.pico.tmp hsw_queryobj.pico.tmp hsw_sol.pico.tmp isl.pico.tmp isl_drm.pico.tmp isl_format.pico.tmp isl_format_layout.pico.tmp isl_gen4.pico.tmp isl_gen6.pico.tmp isl_gen7.pico.tmp isl_gen8.pico.tmp isl_gen9.pico.tmp isl_storage_image.pico.tmp isl_tiled_memcpy.pico.tmp isl_tiled_memcpy_normal.pico.tmp isl_tiled_memcpy_sse41.pico.tmp 40_state_upload.pico.tmp 40_blorp_exec.pico.tmp 40_pipe_control.pico.tmp 45_state_upload.pico.tmp 45_blorp_exec.pico.tmp 45_pipe_control.pico.tmp 50_state_upload.pico.tmp 50_blorp_exec.pico.tmp 50_pipe_control.pico.tmp 60_state_upload.pico.tmp 60_blorp_exec.pico.tmp 60_pipe_control.pico.tmp 70_state_upload.pico.tmp 70_blorp_exec.pico.tmp 70_pipe_control.pico.tmp 75_state_upload.pico.tmp 75_blorp_exec.pico.tmp 75_pipe_control.pico.tmp 80_state_upload.pico.tmp 80_blorp_exec.pico.tmp 80_pipe_control.pico.tmp 90_state_upload.pico.tmp 90_blorp_exec.pico.tmp 90_pipe_control.pico.tmp 100_state_upload.pico.tmp 100_blorp_exec.pico.tmp 100_pipe_control.pico.tmp 110_state_upload.pico.tmp 110_blorp_exec.pico.tmp 110_pipe_control.pico.tmp 40_isl_emit_depth_stencil.pico.tmp 40_isl_surface_state.pico.tmp 50_isl_emit_depth_stencil.pico.tmp 50_isl_surface_state.pico.tmp 60_isl_emit_depth_stencil.pico.tmp 60_isl_surface_state.pico.tmp 70_isl_emit_depth_stencil.pico.tmp 70_isl_surface_state.pico.tmp 75_isl_emit_depth_stencil.pico.tmp 75_isl_surface_state.pico.tmp 80_isl_emit_depth_stencil.pico.tmp 80_isl_surface_state.pico.tmp 90_isl_emit_depth_stencil.pico.tmp 90_isl_surface_state.pico.tmp 100_isl_emit_depth_stencil.pico.tmp 100_isl_surface_state.pico.tmp 110_isl_emit_depth_stencil.pico.tmp 110_isl_surface_state.pico.tmp i965_intel_batchbuffer.pico.tmp i965_intel_blit.pico.tmp i965_intel_buffer_objects.pico.tmp i965_intel_buffers.pico.tmp i965_intel_copy_image.pico.tmp i965_intel_extensions.pico.tmp i965_intel_fbo.pico.tmp i965_intel_mipmap_tree.pico.tmp i965_intel_pixel.pico.tmp i965_intel_pixel_bitmap.pico.tmp i965_intel_pixel_copy.pico.tmp i965_intel_pixel_draw.pico.tmp i965_intel_pixel_read.pico.tmp i965_intel_screen.pico.tmp i965_intel_state.pico.tmp i965_intel_tex.pico.tmp i965_intel_tex_copy.pico.tmp i965_intel_tex_image.pico.tmp i965_intel_tex_validate.pico.tmp i965_intel_upload.pico.tmp r200_context.pico.tmp r200_ioctl.pico.tmp r200_state.pico.tmp r200_state_init.pico.tmp r200_cmdbuf.pico.tmp r200_tex.pico.tmp r200_texstate.pico.tmp r200_tcl.pico.tmp r200_swtcl.pico.tmp r200_maos.pico.tmp r200_sanity.pico.tmp r200_fragshader.pico.tmp r200_vertprog.pico.tmp r200_blit.pico.tmp r200_radeon_buffer_objects.pico.tmp r200_radeon_common_context.pico.tmp r200_radeon_common.pico.tmp r200_radeon_dma.pico.tmp r200_radeon_debug.pico.tmp r200_radeon_fbo.pico.tmp r200_radeon_fog.pico.tmp r200_radeon_mipmap_tree.pico.tmp r200_radeon_pixel_read.pico.tmp r200_radeon_queryobj.pico.tmp r200_radeon_span.pico.tmp r200_radeon_texture.pico.tmp r200_radeon_tex_copy.pico.tmp r200_radeon_tile.pico.tmp r200_radeon_screen.pico.tmp radeon_buffer_objects.pico.tmp radeon_common_context.pico.tmp radeon_common.pico.tmp radeon_dma.pico.tmp radeon_debug.pico.tmp radeon_fbo.pico.tmp radeon_fog.pico.tmp radeon_mipmap_tree.pico.tmp radeon_pixel_read.pico.tmp radeon_queryobj.pico.tmp radeon_span.pico.tmp radeon_texture.pico.tmp radeon_tex_copy.pico.tmp radeon_tile.pico.tmp radeon_context.pico.tmp radeon_ioctl.pico.tmp radeon_screen.pico.tmp radeon_state.pico.tmp radeon_state_init.pico.tmp radeon_tex.pico.tmp radeon_texstate.pico.tmp radeon_tcl.pico.tmp radeon_swtcl.pico.tmp radeon_maos.pico.tmp radeon_sanity.pico.tmp radeon_blit.pico.tmp accum.pico.tmp api_arrayelt.pico.tmp api_loopback.pico.tmp api_exec.pico.tmp arbprogram.pico.tmp arrayobj.pico.tmp atifragshader.pico.tmp attrib.pico.tmp barrier.pico.tmp bbox.pico.tmp blend.pico.tmp blit.pico.tmp bufferobj.pico.tmp buffers.pico.tmp clear.pico.tmp clip.pico.tmp colortab.pico.tmp compute.pico.tmp condrender.pico.tmp conservativeraster.pico.tmp context.pico.tmp convolve.pico.tmp copyimage.pico.tmp cpuinfo.pico.tmp MESAdebug.pico.tmp debug_output.pico.tmp depth.pico.tmp dlist.pico.tmp draw.pico.tmp drawpix.pico.tmp drawtex.pico.tmp draw_validate.pico.tmp enable.pico.tmp enums.pico.tmp errors.pico.tmp MESAeval.pico.tmp execmem.pico.tmp extensions.pico.tmp extensions_table.pico.tmp externalobjects.pico.tmp fbobject.pico.tmp feedback.pico.tmp ff_fragment_shader.pico.tmp ffvertex_prog.pico.tmp fog.pico.tmp format_fallback.pico.tmp format_pack.pico.tmp format_unpack.pico.tmp format_utils.pico.tmp formatquery.pico.tmp formats.pico.tmp framebuffer.pico.tmp get.pico.tmp genmipmap.pico.tmp getstring.pico.tmp glformats.pico.tmp glspirv.pico.tmp glthread.pico.tmp hash.pico.tmp hint.pico.tmp histogram.pico.tmp image.pico.tmp imports.pico.tmp light.pico.tmp lines.pico.tmp marshal.pico.tmp marshal_generated.pico.tmp matrix.pico.tmp mipmap.pico.tmp mm.pico.tmp multisample.pico.tmp objectlabel.pico.tmp objectpurge.pico.tmp pack.pico.tmp pbo.pico.tmp performance_monitor.pico.tmp performance_query.pico.tmp pipelineobj.pico.tmp MESApixel.pico.tmp MESApixelstore.pico.tmp pixeltransfer.pico.tmp points.pico.tmp polygon.pico.tmp program_binary.pico.tmp program_resource.pico.tmp querymatrix.pico.tmp queryobj.pico.tmp rastpos.pico.tmp readpix.pico.tmp remap.pico.tmp renderbuffer.pico.tmp robustness.pico.tmp samplerobj.pico.tmp scissor.pico.tmp shaderapi.pico.tmp shaderimage.pico.tmp shaderobj.pico.tmp shader_query.pico.tmp shared.pico.tmp state.pico.tmp stencil.pico.tmp syncobj.pico.tmp texcompress.pico.tmp texcompress_astc.pico.tmp texcompress_bptc.pico.tmp texcompress_cpal.pico.tmp texcompress_etc.pico.tmp texcompress_fxt1.pico.tmp texcompress_rgtc.pico.tmp texcompress_s3tc.pico.tmp texenv.pico.tmp texformat.pico.tmp texgen.pico.tmp texgetimage.pico.tmp teximage.pico.tmp texobj.pico.tmp texparam.pico.tmp texstate.pico.tmp texstorage.pico.tmp texstore.pico.tmp texturebindless.pico.tmp textureview.pico.tmp transformfeedback.pico.tmp uniform_query.pico.tmp uniforms.pico.tmp varray.pico.tmp vdpau.pico.tmp version.pico.tmp viewport.pico.tmp vtxfmt.pico.tmp es1_conversion.pico.tmp m_debug_clip.pico.tmp m_debug_norm.pico.tmp m_debug_xform.pico.tmp m_eval.pico.tmp m_matrix.pico.tmp m_translate.pico.tmp m_vector.pico.tmp m_xform.pico.tmp vbo_context.pico.tmp vbo_exec_api.pico.tmp vbo_exec.pico.tmp vbo_exec_draw.pico.tmp vbo_exec_eval.pico.tmp vbo_minmax_index.pico.tmp vbo_noop.pico.tmp vbo_primitive_restart.pico.tmp vbo_save_api.pico.tmp vbo_save.pico.tmp vbo_save_draw.pico.tmp vbo_save_loopback.pico.tmp t_context.pico.tmp t_draw.pico.tmp t_pipeline.pico.tmp t_rebase.pico.tmp t_split.pico.tmp t_split_copy.pico.tmp t_split_inplace.pico.tmp t_vb_fog.pico.tmp t_vb_light.pico.tmp t_vb_normals.pico.tmp t_vb_points.pico.tmp t_vb_program.pico.tmp t_vb_render.pico.tmp t_vb_texgen.pico.tmp t_vb_texmat.pico.tmp t_vb_vertex.pico.tmp t_vertex.pico.tmp t_vertex_generic.pico.tmp t_vertex_sse.pico.tmp t_vp_build.pico.tmp s_aaline.pico.tmp s_aatriangle.pico.tmp s_alpha.pico.tmp s_atifragshader.pico.tmp s_bitmap.pico.tmp s_blend.pico.tmp s_blit.pico.tmp s_clear.pico.tmp s_context.pico.tmp s_copypix.pico.tmp s_depth.pico.tmp s_drawpix.pico.tmp s_feedback.pico.tmp s_fog.pico.tmp s_fragprog.pico.tmp s_lines.pico.tmp s_logic.pico.tmp s_masking.pico.tmp s_points.pico.tmp s_renderbuffer.pico.tmp s_span.pico.tmp s_stencil.pico.tmp s_texcombine.pico.tmp s_texfetch.pico.tmp s_texfilter.pico.tmp s_texrender.pico.tmp s_texture.pico.tmp s_triangle.pico.tmp s_zoom.pico.tmp ss_context.pico.tmp ss_triangle.pico.tmp driverfuncs.pico.tmp meta_blit.pico.tmp meta_generate_mipmap.pico.tmp meta.pico.tmp common_x86.pico.tmp x86_xform.pico.tmp 3dnow.pico.tmp sse.pico.tmp x86sse.pico.tmp sparc.pico.tmp x86-64.pico.tmp arbprogparse.pico.tmp ir_to_mesa.pico.tmp prog_cache.pico.tmp prog_execute.pico.tmp prog_instruction.pico.tmp prog_noise.pico.tmp prog_opt_constant_fold.pico.tmp prog_optimize.pico.tmp prog_parameter.pico.tmp prog_parameter_layout.pico.tmp prog_print.pico.tmp prog_statevars.pico.tmp prog_to_nir.pico.tmp program.pico.tmp programopt.pico.tmp program_parse.tab.pico.tmp program_parse_extra.pico.tmp symbol_table.pico.tmp program_lexer.pico.tmp xform4.pico.tmp streaming-load-memcpy.pico.tmp sse_minmax.pico.tmp glsl_lexer.pico.tmp glsl_parser.pico.tmp ast_array_index.pico.tmp ast_expr.pico.tmp ast_function.pico.tmp ast_to_hir.pico.tmp ast_type.pico.tmp builtin_functions.pico.tmp builtin_types.pico.tmp builtin_variables.pico.tmp generate_ir.pico.tmp gl_nir_lower_atomics.pico.tmp gl_nir_link_atomics.pico.tmp gl_nir_link_uniform_initializers.pico.tmp gl_nir_link_uniforms.pico.tmp gl_nir_link_xfb.pico.tmp gl_nir_linker.pico.tmp gl_nir_lower_bindless_images.pico.tmp gl_nir_lower_buffers.pico.tmp gl_nir_lower_samplers.pico.tmp gl_nir_lower_samplers_as_deref.pico.tmp glsl_parser_extras.pico.tmp glsl_symbol_table.pico.tmp glsl_to_nir.pico.tmp hir_field_selection.pico.tmp ir.pico.tmp ir_array_refcount.pico.tmp ir_basic_block.pico.tmp ir_builder.pico.tmp ir_clone.pico.tmp ir_constant_expression.pico.tmp ir_equals.pico.tmp ir_expression_flattening.pico.tmp ir_function.pico.tmp ir_function_can_inline.pico.tmp ir_function_detect_recursion.pico.tmp ir_hierarchical_visitor.pico.tmp ir_hv_accept.pico.tmp ir_print_visitor.pico.tmp ir_reader.pico.tmp ir_rvalue_visitor.pico.tmp ir_set_program_inouts.pico.tmp ir_validate.pico.tmp ir_variable_refcount.pico.tmp linker.pico.tmp linker_util.pico.tmp link_atomics.pico.tmp link_functions.pico.tmp link_interface_blocks.pico.tmp link_uniforms.pico.tmp link_uniform_initializers.pico.tmp link_uniform_block_active_visitor.pico.tmp link_uniform_blocks.pico.tmp link_varyings.pico.tmp loop_analysis.pico.tmp loop_unroll.pico.tmp lower_blend_equation_advanced.pico.tmp lower_buffer_access.pico.tmp lower_const_arrays_to_uniforms.pico.tmp lower_cs_derived.pico.tmp lower_discard.pico.tmp lower_discard_flow.pico.tmp lower_distance.pico.tmp lower_if_to_cond_assign.pico.tmp lower_instructions.pico.tmp lower_int64.pico.tmp lower_jumps.pico.tmp lower_mat_op_to_vec.pico.tmp lower_noise.pico.tmp lower_offset_array.pico.tmp lower_packed_varyings.pico.tmp lower_named_interface_blocks.pico.tmp lower_packing_builtins.pico.tmp lower_subroutine.pico.tmp lower_tess_level.pico.tmp lower_texture_projection.pico.tmp lower_variable_index_to_cond_assign.pico.tmp lower_vec_index_to_cond_assign.pico.tmp lower_vec_index_to_swizzle.pico.tmp lower_vector.pico.tmp lower_vector_derefs.pico.tmp lower_vector_insert.pico.tmp lower_vertex_id.pico.tmp lower_output_reads.pico.tmp lower_shared_reference.pico.tmp lower_ubo_reference.pico.tmp opt_algebraic.pico.tmp opt_array_splitting.pico.tmp opt_conditional_discard.pico.tmp opt_constant_folding.pico.tmp opt_constant_propagation.pico.tmp opt_constant_variable.pico.tmp opt_copy_propagation_elements.pico.tmp opt_dead_builtin_variables.pico.tmp opt_dead_builtin_varyings.pico.tmp opt_dead_code.pico.tmp opt_dead_code_local.pico.tmp opt_dead_functions.pico.tmp opt_flatten_nested_if_blocks.pico.tmp opt_flip_matrices.pico.tmp opt_function_inlining.pico.tmp opt_if_simplification.pico.tmp opt_minmax.pico.tmp opt_rebalance_tree.pico.tmp opt_redundant_jumps.pico.tmp opt_structure_splitting.pico.tmp opt_swizzle.pico.tmp opt_tree_grafting.pico.tmp opt_vectorize.pico.tmp propagate_invariance.pico.tmp s_expression.pico.tmp string_to_uint_map.pico.tmp serialize.pico.tmp shader_cache.pico.tmp blob.pico.tmp glsl_types.pico.tmp nir_types.pico.tmp shader_enums.pico.tmp glcpp-lex.pico.tmp glcpp-parse.pico.tmp pp.pico.tmp nir_constant_expressions.pico.tmp nir_intrinsics.pico.tmp nir_opcodes.pico.tmp nir_opt_algebraic.pico.tmp nir.pico.tmp nir_builtin_builder.pico.tmp nir_clone.pico.tmp nir_control_flow.pico.tmp nir_deref.pico.tmp nir_dominance.pico.tmp nir_from_ssa.pico.tmp nir_gather_info.pico.tmp nir_gather_xfb_info.pico.tmp nir_gs_count_vertices.pico.tmp nir_inline_functions.pico.tmp nir_instr_set.pico.tmp nir_linking_helpers.pico.tmp nir_liveness.pico.tmp nir_loop_analyze.pico.tmp nir_lower_alpha_test.pico.tmp nir_lower_alu.pico.tmp nir_lower_alu_to_scalar.pico.tmp nir_lower_array_deref_of_vec.pico.tmp nir_lower_atomics_to_ssbo.pico.tmp nir_lower_bit_size.pico.tmp nir_lower_bitmap.pico.tmp nir_lower_bool_to_int32.pico.tmp nir_lower_clamp_color_outputs.pico.tmp nir_lower_clip.pico.tmp nir_lower_clip_cull_distance_arrays.pico.tmp nir_lower_constant_initializers.pico.tmp nir_lower_double_ops.pico.tmp nir_lower_drawpixels.pico.tmp nir_lower_global_vars_to_local.pico.tmp nir_lower_gs_intrinsics.pico.tmp nir_lower_idiv.pico.tmp nir_lower_indirect_derefs.pico.tmp nir_lower_int64.pico.tmp nir_lower_io.pico.tmp nir_lower_io_arrays_to_elements.pico.tmp nir_lower_io_to_scalar.pico.tmp nir_lower_io_to_vector.pico.tmp nir_lower_io_to_temporaries.pico.tmp nir_lower_load_const_to_scalar.pico.tmp nir_lower_locals_to_regs.pico.tmp nir_lower_packing.pico.tmp nir_lower_passthrough_edgeflags.pico.tmp nir_lower_patch_vertices.pico.tmp nir_lower_phis_to_scalar.pico.tmp nir_lower_regs_to_ssa.pico.tmp nir_lower_returns.pico.tmp nir_lower_subgroups.pico.tmp nir_lower_system_values.pico.tmp nir_lower_tex.pico.tmp nir_lower_to_source_mods.pico.tmp nir_lower_two_sided_color.pico.tmp nir_lower_uniforms_to_ubo.pico.tmp nir_lower_var_copies.pico.tmp nir_lower_vars_to_ssa.pico.tmp nir_lower_vec_to_movs.pico.tmp nir_lower_wpos_center.pico.tmp nir_lower_wpos_ytransform.pico.tmp nir_metadata.pico.tmp nir_move_load_const.pico.tmp nir_move_vec_src_uses_to_dest.pico.tmp nir_normalize_cubemap_coords.pico.tmp nir_opt_combine_stores.pico.tmp nir_opt_comparison_pre.pico.tmp nir_opt_conditional_discard.pico.tmp nir_opt_constant_folding.pico.tmp nir_opt_copy_prop_vars.pico.tmp nir_opt_copy_propagate.pico.tmp nir_opt_cse.pico.tmp nir_opt_dce.pico.tmp nir_opt_dead_cf.pico.tmp nir_opt_dead_write_vars.pico.tmp nir_opt_find_array_copies.pico.tmp nir_opt_gcm.pico.tmp nir_opt_idiv_const.pico.tmp nir_opt_if.pico.tmp nir_opt_intrinsics.pico.tmp nir_opt_large_constants.pico.tmp nir_opt_loop_unroll.pico.tmp nir_opt_move_comparisons.pico.tmp nir_opt_move_load_ubo.pico.tmp nir_opt_peephole_select.pico.tmp nir_opt_remove_phis.pico.tmp nir_opt_shrink_load.pico.tmp nir_opt_trivial_continues.pico.tmp nir_opt_undef.pico.tmp nir_phi_builder.pico.tmp nir_print.pico.tmp nir_propagate_invariant.pico.tmp nir_remove_dead_variables.pico.tmp nir_repair_ssa.pico.tmp nir_search.pico.tmp nir_serialize.pico.tmp nir_split_per_member_structs.pico.tmp nir_split_var_copies.pico.tmp nir_split_vars.pico.tmp nir_strip.pico.tmp nir_sweep.pico.tmp nir_to_lcssa.pico.tmp nir_validate.pico.tmp nir_worklist.pico.tmp spirv_info.pico.tmp vtn_gather_types.pico.tmp gl_spirv.pico.tmp spirv_to_nir.pico.tmp vtn_alu.pico.tmp vtn_amd.pico.tmp vtn_cfg.pico.tmp vtn_glsl450.pico.tmp vtn_opencl.pico.tmp vtn_subgroup.pico.tmp vtn_variables.pico.tmp streaming-load-memcpy.pico.tmp hash_table.pico.tmp build_id.pico.tmp crc32.pico.tmp disk_cache.pico.tmp fast_idiv_by_const.pico.tmp half_float.pico.tmp format_srgb.pico.tmp mesa-sha1.pico.tmp os_time.pico.tmp ralloc.pico.tmp UTILdebug.pico.tmp rand_xor.pico.tmp rb_tree.pico.tmp register_allocate.pico.tmp rgtc.pico.tmp set.pico.tmp slab.pico.tmp string_buffer.pico.tmp strtod.pico.tmp u_atomic.pico.tmp u_cpu_detect.pico.tmp u_math.pico.tmp u_queue.pico.tmp u_process.pico.tmp u_vector.pico.tmp vma.pico.tmp utils.pico.tmp dri_util.pico.tmp xmlconfig.pico.tmp megadriver_stub.pico.tmp || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_g.a || true) --- libclean4 --- --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_pic.a libroken.so.* libroken.so base64.pico concat.pico cloexec.pico ct.pico dumpdata.pico detach.pico dumpdata.pico environment.pico ecalloc.pico emalloc.pico eread.pico erealloc.pico esetenv.pico estrdup.pico ewrite.pico getaddrinfo_hostspec.pico get_default_username.pico get_window_size.pico getarg.pico getnameinfo_verified.pico getprogname.pico h_errno.pico hex.pico hostent_find_fqdn.pico issuid.pico k_getpwnam.pico k_getpwuid.pico memset_s.pico mini_inetd.pico net_read.pico net_write.pico parse_bytes.pico parse_time.pico parse_units.pico rand.pico realloc.pico resolve.pico roken_gethostby.pico rtbl.pico setprogname.pico signal.pico simple_exec.pico socket.pico strcollect.pico strlwr.pico strpool.pico strsep_copy.pico strupr.pico timeval.pico tm2time.pico verify.pico warnerr.pico write_pid.pico xfree.pico base64.pico.tmp concat.pico.tmp cloexec.pico.tmp ct.pico.tmp dumpdata.pico.tmp detach.pico.tmp dumpdata.pico.tmp environment.pico.tmp ecalloc.pico.tmp emalloc.pico.tmp eread.pico.tmp erealloc.pico.tmp esetenv.pico.tmp estrdup.pico.tmp ewrite.pico.tmp getaddrinfo_hostspec.pico.tmp get_default_username.pico.tmp get_window_size.pico.tmp getarg.pico.tmp getnameinfo_verified.pico.tmp getprogname.pico.tmp h_errno.pico.tmp hex.pico.tmp hostent_find_fqdn.pico.tmp issuid.pico.tmp k_getpwnam.pico.tmp k_getpwuid.pico.tmp memset_s.pico.tmp mini_inetd.pico.tmp net_read.pico.tmp net_write.pico.tmp parse_bytes.pico.tmp parse_time.pico.tmp parse_units.pico.tmp rand.pico.tmp realloc.pico.tmp resolve.pico.tmp roken_gethostby.pico.tmp rtbl.pico.tmp setprogname.pico.tmp signal.pico.tmp simple_exec.pico.tmp socket.pico.tmp strcollect.pico.tmp strlwr.pico.tmp strpool.pico.tmp strsep_copy.pico.tmp strupr.pico.tmp timeval.pico.tmp tm2time.pico.tmp verify.pico.tmp warnerr.pico.tmp write_pid.pico.tmp xfree.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/dri.old && rm -f llib-lmesa_dri_drivers.ln i830_context.ln i830_state.ln i830_texblend.ln i830_texstate.ln i830_vtbl.ln i915_context.ln i915_debug_fp.ln i915_fragprog.ln i915_program.ln i915_state.ln i915_texstate.ln i915_vtbl.ln i915_tex_layout.ln i915_intel_batchbuffer.ln i915_intel_blit.ln i915_intel_buffer_objects.ln i915_intel_buffers.ln i915_intel_clear.ln i915_intel_context.ln i915_intel_extensions.ln i915_intel_fbo.ln i915_intel_mipmap_tree.ln i915_intel_pixel.ln i915_intel_pixel_bitmap.ln i915_intel_pixel_copy.ln i915_intel_pixel_draw.ln i915_intel_pixel_read.ln i915_intel_regions.ln i915_intel_render.ln i915_intel_screen.ln i915_intel_state.ln i915_intel_syncobj.ln i915_intel_tex.ln i915_intel_tex_copy.ln i915_intel_tex_image.ln i915_intel_tex_layout.ln i915_intel_tex_subimage.ln i915_intel_tex_validate.ln i915_intel_tris.ln blorp.ln blorp_blit.ln blorp_clear.ln gen_batch_decoder.ln gen_debug.ln gen_decoder.ln gen_device_info.ln gen_disasm.ln gen_l3_config.ln gen_perf.ln gen_perf_mdapi.ln gen_perf_metrics.ln gen_urb_config.ln intel_log.ln brw_binding_tables.ln brw_blorp.ln brw_bufmgr.ln brw_clear.ln brw_clip.ln brw_clip_line.ln brw_clip_point.ln brw_clip_tri.ln brw_clip_unfilled.ln brw_clip_util.ln brw_compile_clip.ln brw_compile_sf.ln brw_compiler.ln brw_compute.ln brw_conditional_render.ln brw_context.ln brw_cs.ln brw_curbe.ln brw_debug_recompile.ln brw_disasm.ln brw_disasm_info.ln brw_disk_cache.ln brw_draw.ln brw_draw_upload.ln brw_eu.ln brw_eu_compact.ln brw_eu_emit.ln brw_eu_util.ln brw_eu_validate.ln brw_ff_gs.ln brw_ff_gs_emit.ln brw_formatquery.ln brw_generate_mipmap.ln brw_gs.ln brw_gs_surface_state.ln brw_interpolation_map.ln brw_meta_util.ln brw_misc_state.ln brw_nir.ln brw_nir_analyze_boolean_resolves.ln brw_nir_analyze_ubo_ranges.ln brw_nir_attribute_workarounds.ln brw_nir_lower_conversions.ln brw_nir_lower_cs_intrinsics.ln brw_nir_lower_image_load_store.ln brw_nir_lower_mem_access_bit_sizes.ln brw_nir_opt_peephole_ffma.ln brw_nir_tcs_workarounds.ln brw_nir_trig_workarounds.ln brw_object_purgeable.ln brw_packed_float.ln brw_performance_query.ln brw_performance_query_mdapi.ln brw_pipe_control.ln brw_primitive_restart.ln brw_program.ln brw_program_binary.ln brw_program_cache.ln brw_queryobj.ln brw_reg_type.ln brw_reset.ln brw_sf.ln brw_state_upload.ln brw_surface_formats.ln brw_sync.ln brw_tcs.ln brw_tcs_surface_state.ln brw_tes.ln brw_tes_surface_state.ln brw_urb.ln brw_util.ln brw_vs.ln brw_vs_surface_state.ln brw_vue_map.ln brw_wm.ln brw_wm_surface_state.ln gen6_clip_state.ln gen6_constant_state.ln gen6_multisample_state.ln gen6_queryobj.ln gen6_sampler_state.ln gen6_sol.ln gen6_urb.ln gen7_l3_state.ln gen7_sol_state.ln gen7_urb.ln gen8_depth_state.ln gen8_multisample_state.ln hsw_queryobj.ln hsw_sol.ln isl.ln isl_drm.ln isl_format.ln isl_format_layout.ln isl_gen4.ln isl_gen6.ln isl_gen7.ln isl_gen8.ln isl_gen9.ln isl_storage_image.ln isl_tiled_memcpy.ln isl_tiled_memcpy_normal.ln isl_tiled_memcpy_sse41.ln 40_state_upload.ln 40_blorp_exec.ln 40_pipe_control.ln 45_state_upload.ln 45_blorp_exec.ln 45_pipe_control.ln 50_state_upload.ln 50_blorp_exec.ln 50_pipe_control.ln 60_state_upload.ln 60_blorp_exec.ln 60_pipe_control.ln 70_state_upload.ln 70_blorp_exec.ln 70_pipe_control.ln 75_state_upload.ln 75_blorp_exec.ln 75_pipe_control.ln 80_state_upload.ln 80_blorp_exec.ln 80_pipe_control.ln 90_state_upload.ln 90_blorp_exec.ln 90_pipe_control.ln 100_state_upload.ln 100_blorp_exec.ln 100_pipe_control.ln 110_state_upload.ln 110_blorp_exec.ln 110_pipe_control.ln 40_isl_emit_depth_stencil.ln 40_isl_surface_state.ln 50_isl_emit_depth_stencil.ln 50_isl_surface_state.ln 60_isl_emit_depth_stencil.ln 60_isl_surface_state.ln 70_isl_emit_depth_stencil.ln 70_isl_surface_state.ln 75_isl_emit_depth_stencil.ln 75_isl_surface_state.ln 80_isl_emit_depth_stencil.ln 80_isl_surface_state.ln 90_isl_emit_depth_stencil.ln 90_isl_surface_state.ln 100_isl_emit_depth_stencil.ln 100_isl_surface_state.ln 110_isl_emit_depth_stencil.ln 110_isl_surface_state.ln i965_intel_batchbuffer.ln i965_intel_blit.ln i965_intel_buffer_objects.ln i965_intel_buffers.ln i965_intel_copy_image.ln i965_intel_extensions.ln i965_intel_fbo.ln i965_intel_mipmap_tree.ln i965_intel_pixel.ln i965_intel_pixel_bitmap.ln i965_intel_pixel_copy.ln i965_intel_pixel_draw.ln i965_intel_pixel_read.ln i965_intel_screen.ln i965_intel_state.ln i965_intel_tex.ln i965_intel_tex_copy.ln i965_intel_tex_image.ln i965_intel_tex_validate.ln i965_intel_upload.ln r200_context.ln r200_ioctl.ln r200_state.ln r200_state_init.ln r200_cmdbuf.ln r200_tex.ln r200_texstate.ln r200_tcl.ln r200_swtcl.ln r200_maos.ln r200_sanity.ln r200_fragshader.ln r200_vertprog.ln r200_blit.ln r200_radeon_buffer_objects.ln r200_radeon_common_context.ln r200_radeon_common.ln r200_radeon_dma.ln r200_radeon_debug.ln r200_radeon_fbo.ln r200_radeon_fog.ln r200_radeon_mipmap_tree.ln r200_radeon_pixel_read.ln r200_radeon_queryobj.ln r200_radeon_span.ln r200_radeon_texture.ln r200_radeon_tex_copy.ln r200_radeon_tile.ln r200_radeon_screen.ln radeon_buffer_objects.ln radeon_common_context.ln radeon_common.ln radeon_dma.ln radeon_debug.ln radeon_fbo.ln radeon_fog.ln radeon_mipmap_tree.ln radeon_pixel_read.ln radeon_queryobj.ln radeon_span.ln radeon_texture.ln radeon_tex_copy.ln radeon_tile.ln radeon_context.ln radeon_ioctl.ln radeon_screen.ln radeon_state.ln radeon_state_init.ln radeon_tex.ln radeon_texstate.ln radeon_tcl.ln radeon_swtcl.ln radeon_maos.ln radeon_sanity.ln radeon_blit.ln accum.ln api_arrayelt.ln api_loopback.ln api_exec.ln arbprogram.ln arrayobj.ln atifragshader.ln attrib.ln barrier.ln bbox.ln blend.ln blit.ln bufferobj.ln buffers.ln clear.ln clip.ln colortab.ln compute.ln condrender.ln conservativeraster.ln context.ln convolve.ln copyimage.ln cpuinfo.ln MESAdebug.ln debug_output.ln depth.ln dlist.ln draw.ln drawpix.ln drawtex.ln draw_validate.ln enable.ln enums.ln errors.ln MESAeval.ln execmem.ln extensions.ln extensions_table.ln externalobjects.ln fbobject.ln feedback.ln ffvertex_prog.ln fog.ln format_fallback.ln format_pack.ln format_unpack.ln format_utils.ln formatquery.ln formats.ln framebuffer.ln get.ln genmipmap.ln getstring.ln glformats.ln glspirv.ln glthread.ln hash.ln hint.ln histogram.ln image.ln imports.ln light.ln lines.ln marshal.ln marshal_generated.ln matrix.ln mipmap.ln mm.ln multisample.ln objectlabel.ln objectpurge.ln pack.ln pbo.ln performance_monitor.ln performance_query.ln pipelineobj.ln MESApixel.ln MESApixelstore.ln pixeltransfer.ln points.ln polygon.ln program_binary.ln program_resource.ln querymatrix.ln queryobj.ln rastpos.ln readpix.ln remap.ln renderbuffer.ln robustness.ln samplerobj.ln scissor.ln shaderapi.ln shaderimage.ln shaderobj.ln shared.ln state.ln stencil.ln syncobj.ln texcompress.ln texcompress_bptc.ln texcompress_cpal.ln texcompress_etc.ln texcompress_fxt1.ln texcompress_rgtc.ln texcompress_s3tc.ln texenv.ln texformat.ln texgen.ln texgetimage.ln teximage.ln texobj.ln texparam.ln texstate.ln texstorage.ln texstore.ln texturebindless.ln textureview.ln transformfeedback.ln uniforms.ln varray.ln vdpau.ln version.ln viewport.ln vtxfmt.ln es1_conversion.ln m_debug_clip.ln m_debug_norm.ln m_debug_xform.ln m_eval.ln m_matrix.ln m_translate.ln m_vector.ln m_xform.ln vbo_context.ln vbo_exec_api.ln vbo_exec.ln vbo_exec_draw.ln vbo_exec_eval.ln vbo_minmax_index.ln vbo_noop.ln vbo_primitive_restart.ln vbo_save_api.ln vbo_save.ln vbo_save_draw.ln vbo_save_loopback.ln t_context.ln t_draw.ln t_pipeline.ln t_rebase.ln t_split.ln t_split_copy.ln t_split_inplace.ln t_vb_fog.ln t_vb_light.ln t_vb_normals.ln t_vb_points.ln t_vb_program.ln t_vb_render.ln t_vb_texgen.ln t_vb_texmat.ln t_vb_vertex.ln t_vertex.ln t_vertex_generic.ln t_vertex_sse.ln t_vp_build.ln s_aaline.ln s_aatriangle.ln s_alpha.ln s_atifragshader.ln s_bitmap.ln s_blend.ln s_blit.ln s_clear.ln s_context.ln s_copypix.ln s_depth.ln s_drawpix.ln s_feedback.ln s_fog.ln s_fragprog.ln s_lines.ln s_logic.ln s_masking.ln s_points.ln s_renderbuffer.ln s_span.ln s_stencil.ln s_texcombine.ln s_texfetch.ln s_texfilter.ln s_texrender.ln s_texture.ln s_triangle.ln s_zoom.ln ss_context.ln ss_triangle.ln driverfuncs.ln meta_blit.ln meta_generate_mipmap.ln meta.ln common_x86.ln x86_xform.ln 3dnow.ln sse.ln x86sse.ln sparc.ln x86-64.ln arbprogparse.ln prog_cache.ln prog_execute.ln prog_instruction.ln prog_noise.ln prog_opt_constant_fold.ln prog_optimize.ln prog_parameter.ln prog_parameter_layout.ln prog_print.ln prog_statevars.ln prog_to_nir.ln program.ln programopt.ln program_parse.tab.ln program_parse_extra.ln symbol_table.ln streaming-load-memcpy.ln sse_minmax.ln gl_nir_lower_atomics.ln gl_nir_link_atomics.ln gl_nir_link_uniform_initializers.ln gl_nir_link_uniforms.ln gl_nir_link_xfb.ln gl_nir_linker.ln gl_nir_lower_bindless_images.ln gl_nir_lower_buffers.ln gl_nir_lower_samplers.ln gl_nir_lower_samplers_as_deref.ln blob.ln shader_enums.ln glcpp-lex.ln glcpp-parse.ln pp.ln nir_constant_expressions.ln nir_intrinsics.ln nir_opcodes.ln nir_opt_algebraic.ln nir.ln nir_builtin_builder.ln nir_clone.ln nir_control_flow.ln nir_deref.ln nir_dominance.ln nir_from_ssa.ln nir_gather_info.ln nir_gather_xfb_info.ln nir_gs_count_vertices.ln nir_inline_functions.ln nir_instr_set.ln nir_linking_helpers.ln nir_liveness.ln nir_loop_analyze.ln nir_lower_alpha_test.ln nir_lower_alu.ln nir_lower_alu_to_scalar.ln nir_lower_array_deref_of_vec.ln nir_lower_atomics_to_ssbo.ln nir_lower_bit_size.ln nir_lower_bitmap.ln nir_lower_bool_to_int32.ln nir_lower_clamp_color_outputs.ln nir_lower_clip.ln nir_lower_clip_cull_distance_arrays.ln nir_lower_constant_initializers.ln nir_lower_double_ops.ln nir_lower_drawpixels.ln nir_lower_global_vars_to_local.ln nir_lower_gs_intrinsics.ln nir_lower_idiv.ln nir_lower_indirect_derefs.ln nir_lower_int64.ln nir_lower_io.ln nir_lower_io_arrays_to_elements.ln nir_lower_io_to_scalar.ln nir_lower_io_to_vector.ln nir_lower_io_to_temporaries.ln nir_lower_load_const_to_scalar.ln nir_lower_locals_to_regs.ln nir_lower_packing.ln nir_lower_passthrough_edgeflags.ln nir_lower_patch_vertices.ln nir_lower_phis_to_scalar.ln nir_lower_regs_to_ssa.ln nir_lower_returns.ln nir_lower_subgroups.ln nir_lower_system_values.ln nir_lower_tex.ln nir_lower_to_source_mods.ln nir_lower_two_sided_color.ln nir_lower_uniforms_to_ubo.ln nir_lower_var_copies.ln nir_lower_vars_to_ssa.ln nir_lower_vec_to_movs.ln nir_lower_wpos_center.ln nir_lower_wpos_ytransform.ln nir_metadata.ln nir_move_load_const.ln nir_move_vec_src_uses_to_dest.ln nir_normalize_cubemap_coords.ln nir_opt_combine_stores.ln nir_opt_comparison_pre.ln nir_opt_conditional_discard.ln nir_opt_constant_folding.ln nir_opt_copy_prop_vars.ln nir_opt_copy_propagate.ln nir_opt_cse.ln nir_opt_dce.ln nir_opt_dead_cf.ln nir_opt_dead_write_vars.ln nir_opt_find_array_copies.ln nir_opt_gcm.ln nir_opt_idiv_const.ln nir_opt_if.ln nir_opt_intrinsics.ln nir_opt_large_constants.ln nir_opt_loop_unroll.ln nir_opt_move_comparisons.ln nir_opt_move_load_ubo.ln nir_opt_peephole_select.ln nir_opt_remove_phis.ln nir_opt_shrink_load.ln nir_opt_trivial_continues.ln nir_opt_undef.ln nir_phi_builder.ln nir_print.ln nir_propagate_invariant.ln nir_remove_dead_variables.ln nir_repair_ssa.ln nir_search.ln nir_serialize.ln nir_split_per_member_structs.ln nir_split_var_copies.ln nir_split_vars.ln nir_strip.ln nir_sweep.ln nir_to_lcssa.ln nir_validate.ln nir_worklist.ln spirv_info.ln vtn_gather_types.ln gl_spirv.ln spirv_to_nir.ln vtn_alu.ln vtn_amd.ln vtn_cfg.ln vtn_glsl450.ln vtn_opencl.ln vtn_subgroup.ln vtn_variables.ln streaming-load-memcpy.ln hash_table.ln build_id.ln crc32.ln disk_cache.ln fast_idiv_by_const.ln half_float.ln format_srgb.ln mesa-sha1.ln os_time.ln ralloc.ln UTILdebug.ln rand_xor.ln rb_tree.ln register_allocate.ln rgtc.ln set.ln slab.ln string_buffer.ln strtod.ln u_atomic.ln u_cpu_detect.ln u_math.ln u_queue.ln u_process.ln u_vector.ln vma.ln utils.ln dri_util.ln xmlconfig.ln megadriver_stub.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken_pic.a libroken.so.* libroken.so base64.pico concat.pico cloexec.pico ct.pico dumpdata.pico detach.pico dumpdata.pico environment.pico ecalloc.pico emalloc.pico eread.pico erealloc.pico esetenv.pico estrdup.pico ewrite.pico getaddrinfo_hostspec.pico get_default_username.pico get_window_size.pico getarg.pico getnameinfo_verified.pico getprogname.pico h_errno.pico hex.pico hostent_find_fqdn.pico issuid.pico k_getpwnam.pico k_getpwuid.pico memset_s.pico mini_inetd.pico net_read.pico net_write.pico parse_bytes.pico parse_time.pico parse_units.pico rand.pico realloc.pico resolve.pico roken_gethostby.pico rtbl.pico setprogname.pico signal.pico simple_exec.pico socket.pico strcollect.pico strlwr.pico strpool.pico strsep_copy.pico strupr.pico timeval.pico tm2time.pico verify.pico warnerr.pico write_pid.pico xfree.pico base64.pico.tmp concat.pico.tmp cloexec.pico.tmp ct.pico.tmp dumpdata.pico.tmp detach.pico.tmp dumpdata.pico.tmp environment.pico.tmp ecalloc.pico.tmp emalloc.pico.tmp eread.pico.tmp erealloc.pico.tmp esetenv.pico.tmp estrdup.pico.tmp ewrite.pico.tmp getaddrinfo_hostspec.pico.tmp get_default_username.pico.tmp get_window_size.pico.tmp getarg.pico.tmp getnameinfo_verified.pico.tmp getprogname.pico.tmp h_errno.pico.tmp hex.pico.tmp hostent_find_fqdn.pico.tmp issuid.pico.tmp k_getpwnam.pico.tmp k_getpwuid.pico.tmp memset_s.pico.tmp mini_inetd.pico.tmp net_read.pico.tmp net_write.pico.tmp parse_bytes.pico.tmp parse_time.pico.tmp parse_units.pico.tmp rand.pico.tmp realloc.pico.tmp resolve.pico.tmp roken_gethostby.pico.tmp rtbl.pico.tmp setprogname.pico.tmp signal.pico.tmp simple_exec.pico.tmp socket.pico.tmp strcollect.pico.tmp strlwr.pico.tmp strpool.pico.tmp strsep_copy.pico.tmp strupr.pico.tmp timeval.pico.tmp tm2time.pico.tmp verify.pico.tmp warnerr.pico.tmp write_pid.pico.tmp xfree.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/dri.old && rm -f llib-lmesa_dri_drivers.ln i830_context.ln i830_state.ln i830_texblend.ln i830_texstate.ln i830_vtbl.ln i915_context.ln i915_debug_fp.ln i915_fragprog.ln i915_program.ln i915_state.ln i915_texstate.ln i915_vtbl.ln i915_tex_layout.ln i915_intel_batchbuffer.ln i915_intel_blit.ln i915_intel_buffer_objects.ln i915_intel_buffers.ln i915_intel_clear.ln i915_intel_context.ln i915_intel_extensions.ln i915_intel_fbo.ln i915_intel_mipmap_tree.ln i915_intel_pixel.ln i915_intel_pixel_bitmap.ln i915_intel_pixel_copy.ln i915_intel_pixel_draw.ln i915_intel_pixel_read.ln i915_intel_regions.ln i915_intel_render.ln i915_intel_screen.ln i915_intel_state.ln i915_intel_syncobj.ln i915_intel_tex.ln i915_intel_tex_copy.ln i915_intel_tex_image.ln i915_intel_tex_layout.ln i915_intel_tex_subimage.ln i915_intel_tex_validate.ln i915_intel_tris.ln blorp.ln blorp_blit.ln blorp_clear.ln gen_batch_decoder.ln gen_debug.ln gen_decoder.ln gen_device_info.ln gen_disasm.ln gen_l3_config.ln gen_perf.ln gen_perf_mdapi.ln gen_perf_metrics.ln gen_urb_config.ln intel_log.ln brw_binding_tables.ln brw_blorp.ln brw_bufmgr.ln brw_clear.ln brw_clip.ln brw_clip_line.ln brw_clip_point.ln brw_clip_tri.ln brw_clip_unfilled.ln brw_clip_util.ln brw_compile_clip.ln brw_compile_sf.ln brw_compiler.ln brw_compute.ln brw_conditional_render.ln brw_context.ln brw_cs.ln brw_curbe.ln brw_debug_recompile.ln brw_disasm.ln brw_disasm_info.ln brw_disk_cache.ln brw_draw.ln brw_draw_upload.ln brw_eu.ln brw_eu_compact.ln brw_eu_emit.ln brw_eu_util.ln brw_eu_validate.ln brw_ff_gs.ln brw_ff_gs_emit.ln brw_formatquery.ln brw_generate_mipmap.ln brw_gs.ln brw_gs_surface_state.ln brw_interpolation_map.ln brw_meta_util.ln brw_misc_state.ln brw_nir.ln brw_nir_analyze_boolean_resolves.ln brw_nir_analyze_ubo_ranges.ln brw_nir_attribute_workarounds.ln brw_nir_lower_conversions.ln brw_nir_lower_cs_intrinsics.ln brw_nir_lower_image_load_store.ln brw_nir_lower_mem_access_bit_sizes.ln brw_nir_opt_peephole_ffma.ln brw_nir_tcs_workarounds.ln brw_nir_trig_workarounds.ln brw_object_purgeable.ln brw_packed_float.ln brw_performance_query.ln brw_performance_query_mdapi.ln brw_pipe_control.ln brw_primitive_restart.ln brw_program.ln brw_program_binary.ln brw_program_cache.ln brw_queryobj.ln brw_reg_type.ln brw_reset.ln brw_sf.ln brw_state_upload.ln brw_surface_formats.ln brw_sync.ln brw_tcs.ln brw_tcs_surface_state.ln brw_tes.ln brw_tes_surface_state.ln brw_urb.ln brw_util.ln brw_vs.ln brw_vs_surface_state.ln brw_vue_map.ln brw_wm.ln brw_wm_surface_state.ln gen6_clip_state.ln gen6_constant_state.ln gen6_multisample_state.ln gen6_queryobj.ln gen6_sampler_state.ln gen6_sol.ln gen6_urb.ln gen7_l3_state.ln gen7_sol_state.ln gen7_urb.ln gen8_depth_state.ln gen8_multisample_state.ln hsw_queryobj.ln hsw_sol.ln isl.ln isl_drm.ln isl_format.ln isl_format_layout.ln isl_gen4.ln isl_gen6.ln isl_gen7.ln isl_gen8.ln isl_gen9.ln isl_storage_image.ln isl_tiled_memcpy.ln isl_tiled_memcpy_normal.ln isl_tiled_memcpy_sse41.ln 40_state_upload.ln 40_blorp_exec.ln 40_pipe_control.ln 45_state_upload.ln 45_blorp_exec.ln 45_pipe_control.ln 50_state_upload.ln 50_blorp_exec.ln 50_pipe_control.ln 60_state_upload.ln 60_blorp_exec.ln 60_pipe_control.ln 70_state_upload.ln 70_blorp_exec.ln 70_pipe_control.ln 75_state_upload.ln 75_blorp_exec.ln 75_pipe_control.ln 80_state_upload.ln 80_blorp_exec.ln 80_pipe_control.ln 90_state_upload.ln 90_blorp_exec.ln 90_pipe_control.ln 100_state_upload.ln 100_blorp_exec.ln 100_pipe_control.ln 110_state_upload.ln 110_blorp_exec.ln 110_pipe_control.ln 40_isl_emit_depth_stencil.ln 40_isl_surface_state.ln 50_isl_emit_depth_stencil.ln 50_isl_surface_state.ln 60_isl_emit_depth_stencil.ln 60_isl_surface_state.ln 70_isl_emit_depth_stencil.ln 70_isl_surface_state.ln 75_isl_emit_depth_stencil.ln 75_isl_surface_state.ln 80_isl_emit_depth_stencil.ln 80_isl_surface_state.ln 90_isl_emit_depth_stencil.ln 90_isl_surface_state.ln 100_isl_emit_depth_stencil.ln 100_isl_surface_state.ln 110_isl_emit_depth_stencil.ln 110_isl_surface_state.ln i965_intel--- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- _batchbuffer.ln i965_intel_blit.ln i965_intel_buffer_objects.ln i965_intel_buffers.ln i965_intel_copy_image.ln i965_intel_extensions.ln i965_intel_fbo.ln i965_intel_mipmap_tree.ln i965_intel_pixel.ln i965_intel_pixel_bitmap.ln i965_intel_pixel_copy.ln i965_intel_pixel_draw.ln i965_intel_pixel_read.ln i965_intel_screen.ln i965_intel_state.ln i965_intel_tex.ln i965_intel_tex_copy.ln i965_intel_tex_image.ln i965_intel_tex_validate.ln i965_intel_upload.ln r200_context.ln r200_ioctl.ln r200_state.ln r200_state_init.ln r200_cmdbuf.ln r200_tex.ln r200_texstate.ln r200_tcl.ln r200_swtcl.ln r200_maos.ln r200_sanity.ln r200_fragshader.ln r200_vertprog.ln r200_blit.ln r200_radeon_buffer_objects.ln r200_radeon_common_context.ln r200_radeon_common.ln r200_radeon_dma.ln r200_radeon_debug.ln r200_radeon_fbo.ln r200_radeon_fog.ln r200_radeon_mipmap_tree.ln r200_radeon_pixel_read.ln r200_radeon_queryobj.ln r200_radeon_span.ln r200_radeon_texture.ln r200_radeon_tex_copy.ln r200_radeon_tile.ln r200_radeon_screen.ln radeon_buffer_objects.ln radeon_common_context.ln radeon_common.ln radeon_dma.ln radeon_debug.ln radeon_fbo.ln radeon_fog.ln radeon_mipmap_tree.ln radeon_pixel_read.ln radeon_queryobj.ln radeon_span.ln radeon_texture.ln radeon_tex_copy.ln radeon_tile.ln radeon_context.ln radeon_ioctl.ln radeon_screen.ln radeon_state.ln radeon_state_init.ln radeon_tex.ln radeon_texstate.ln radeon_tcl.ln radeon_swtcl.ln radeon_maos.ln radeon_sanity.ln radeon_blit.ln accum.ln api_arrayelt.ln api_loopback.ln api_exec.ln arbprogram.ln arrayobj.ln atifragshader.ln attrib.ln barrier.ln bbox.ln blend.ln blit.ln bufferobj.ln buffers.ln clear.ln clip.ln colortab.ln compute.ln condrender.ln conservativeraster.ln context.ln convolve.ln copyimage.ln cpuinfo.ln MESAdebug.ln debug_output.ln depth.ln dlist.ln draw.ln drawpix.ln drawtex.ln draw_validate.ln enable.ln enums.ln errors.ln MESAeval.ln execmem.ln extensions.ln extensions_table.ln externalobjects.ln fbobject.ln feedback.ln ffvertex_prog.ln fog.ln format_fallback.ln format_pack.ln format_unpack.ln format_utils.ln formatquery.ln formats.ln framebuffer.ln get.ln genmipmap.ln getstring.ln glformats.ln glspirv.ln glthread.ln hash.ln hint.ln histogram.ln image.ln imports.ln light.ln lines.ln marshal.ln marshal_generated.ln matrix.ln mipmap.ln mm.ln multisample.ln objectlabel.ln objectpurge.ln pack.ln pbo.ln performance_monitor.ln performance_query.ln pipelineobj.ln MESApixel.ln MESApixelstore.ln pixeltransfer.ln points.ln polygon.ln program_binary.ln program_resource.ln querymatrix.ln queryobj.ln rastpos.ln readpix.ln remap.ln renderbuffer.ln robustness.ln samplerobj.ln scissor.ln shaderapi.ln shaderimage.ln shaderobj.ln shared.ln state.ln stencil.ln syncobj.ln texcompress.ln texcompress_bptc.ln texcompress_cpal.ln texcompress_etc.ln texcompress_fxt1.ln texcompress_rgtc.ln texcompress_s3tc.ln texenv.ln texformat.ln texgen.ln texgetimage.ln teximage.ln texobj.ln texparam.ln texstate.ln texstorage.ln texstore.ln texturebindless.ln textureview.ln transformfeedback.ln uniforms.ln varray.ln vdpau.ln version.ln viewport.ln vtxfmt.ln es1_conversion.ln m_debug_clip.ln m_debug_norm.ln m_debug_xform.ln m_eval.ln m_matrix.ln m_translate.ln m_vector.ln m_xform.ln vbo_context.ln vbo_exec_api.ln vbo_exec.ln vbo_exec_draw.ln vbo_exec_eval.ln vbo_minmax_index.ln vbo_noop.ln vbo_primitive_restart.ln vbo_save_api.ln vbo_save.ln vbo_save_draw.ln vbo_save_loopback.ln t_context.ln t_draw.ln t_pipeline.ln t_rebase.ln t_split.ln t_split_copy.ln t_split_inplace.ln t_vb_fog.ln t_vb_light.ln t_vb_normals.ln t_vb_points.ln t_vb_program.ln t_vb_render.ln t_vb_texgen.ln t_vb_texmat.ln t_vb_vertex.ln t_vertex.ln t_vertex_generic.ln t_vertex_sse.ln t_vp_build.ln s_aaline.ln s_aatriangle.ln s_alpha.ln s_atifragshader.ln s_bitmap.ln s_blend.ln s_blit.ln s_clear.ln s_context.ln s_copypix.ln s_depth.ln s_drawpix.ln s_feedback.ln s_fog.ln s_fragprog.ln s_lines.ln s_logic.ln s_masking.ln s_points.ln s_renderbuffer.ln s_span.ln s_stencil.ln s_texcombine.ln s_texfetch.ln s_texfilter.ln s_texrender.ln s_texture.ln s_triangle.ln s_zoom.ln ss_context.ln ss_triangle.ln driverfuncs.ln meta_blit.ln meta_generate_mipmap.ln meta.ln common_x86.ln x86_xform.ln 3dnow.ln sse.ln x86sse.ln sparc.ln x86-64.ln arbprogparse.ln prog_cache.ln prog_execute.ln prog_instruction.ln prog_noise.ln prog_opt_constant_fold.ln prog_optimize.ln prog_parameter.ln prog_parameter_layout.ln prog_print.ln prog_statevars.ln prog_to_nir.ln program.ln programopt.ln program_parse.tab.ln program_parse_extra.ln symbol_table.ln streaming-load-memcpy.ln sse_minmax.ln gl_nir_lower_atomics.ln gl_nir_link_atomics.ln gl_nir_link_uniform_initializers.ln gl_nir_link_uniforms.ln gl_nir_link_xfb.ln gl_nir_linker.ln gl_nir_lower_bindless_images.ln gl_nir_lower_buffers.ln gl_nir_lower_samplers.ln gl_nir_lower_samplers_as_deref.ln blob.ln shader_enums.ln glcpp-lex.ln glcpp-parse.ln pp.ln nir_constant_expressions.ln nir_intrinsics.ln nir_opcodes.ln nir_opt_algebraic.ln nir.ln nir_builtin_builder.ln nir_clone.ln nir_control_flow.ln nir_deref.ln nir_dominance.ln nir_from_ssa.ln nir_gather_info.ln nir_gather_xfb_info.ln nir_gs_count_vertices.ln nir_inline_functions.ln nir_instr_set.ln nir_linking_helpers.ln nir_liveness.ln nir_loop_analyze.ln nir_lower_alpha_test.ln nir_lower_alu.ln nir_lower_alu_to_scalar.ln nir_lower_array_deref_of_vec.ln nir_lower_atomics_to_ssbo.ln nir_lower_bit_size.ln nir_lower_bitmap.ln nir_lower_bool_to_int32.ln nir_lower_clamp_color_outputs.ln nir_lower_clip.ln nir_lower_clip_cull_distance_arrays.ln nir_lower_constant_initializers.ln nir_lower_double_ops.ln nir_lower_drawpixels.ln nir_lower_global_vars_to_local.ln nir_lower_gs_intrinsics.ln nir_lower_idiv.ln nir_lower_indirect_derefs.ln nir_lower_int64.ln nir_lower_io.ln nir_lower_io_arrays_to_elements.ln nir_lower_io_to_scalar.ln nir_lower_io_to_vector.ln nir_lower_io_to_temporaries.ln nir_lower_load_const_to_scalar.ln nir_lower_locals_to_regs.ln nir_lower_packing.ln nir_lower_passthrough_edgeflags.ln nir_lower_patch_vertices.ln nir_lower_phis_to_scalar.ln nir_lower_regs_to_ssa.ln nir_lower_returns.ln nir_lower_subgroups.ln nir_lower_system_values.ln nir_lower_tex.ln nir_lower_to_source_mods.ln nir_lower_two_sided_color.ln nir_lower_uniforms_to_ubo.ln nir_lower_var_copies.ln nir_lower_vars_to_ssa.ln nir_lower_vec_to_movs.ln nir_lower_wpos_center.ln nir_lower_wpos_ytransform.ln nir_metadata.ln nir_move_load_const.ln nir_move_vec_src_uses_to_dest.ln nir_normalize_cubemap_coords.ln nir_opt_combine_stores.ln nir_opt_comparison_pre.ln nir_opt_conditional_discard.ln nir_opt_constant_folding.ln nir_opt_copy_prop_vars.ln nir_opt_copy_propagate.ln nir_opt_cse.ln nir_opt_dce.ln nir_opt_dead_cf.ln nir_opt_dead_write_vars.ln nir_opt_find_array_copies.ln nir_opt_gcm.ln nir_opt_idiv_const.ln nir_opt_if.ln nir_opt_intrinsics.ln nir_opt_large_constants.ln nir_opt_loop_unroll.ln nir_opt_move_comparisons.ln nir_opt_move_load_ubo.ln nir_opt_peephole_select.ln nir_opt_remove_phis.ln nir_opt_shrink_load.ln nir_opt_trivial_continues.ln nir_opt_undef.ln nir_phi_builder.ln nir_print.ln nir_propagate_invariant.ln nir_remove_dead_variables.ln nir_repair_ssa.ln nir_search.ln nir_serialize.ln nir_split_per_member_structs.ln nir_split_var_copies.ln nir_split_vars.ln nir_strip.ln nir_sweep.ln nir_to_lcssa.ln nir_validate.ln nir_worklist.ln spirv_info.ln vtn_gather_types.ln gl_spirv.ln spirv_to_nir.ln vtn_alu.ln vtn_amd.ln vtn_cfg.ln vtn_glsl450.ln vtn_opencl.ln vtn_subgroup.ln vtn_variables.ln streaming-load-memcpy.ln hash_table.ln build_id.ln crc32.ln disk_cache.ln fast_idiv_by_const.ln half_float.ln format_srgb.ln mesa-sha1.ln os_time.ln ralloc.ln UTILdebug.ln rand_xor.ln rb_tree.ln register_allocate.ln rgtc.ln set.ln slab.ln string_buffer.ln strtod.ln u_atomic.ln u_cpu_detect.ln u_math.ln u_queue.ln u_process.ln u_vector.ln vma.ln utils.ln dri_util.ln xmlconfig.ln megadriver_stub.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f llib-lroken.ln base64.ln concat.ln cloexec.ln ct.ln dumpdata.ln detach.ln dumpdata.ln environment.ln ecalloc.ln emalloc.ln eread.ln erealloc.ln esetenv.ln estrdup.ln ewrite.ln getaddrinfo_hostspec.ln get_default_username.ln get_window_size.ln getarg.ln getnameinfo_verified.ln getprogname.ln h_errno.ln hex.ln hostent_find_fqdn.ln issuid.ln k_getpwnam.ln k_getpwuid.ln memset_s.ln mini_inetd.ln net_read.ln net_write.ln parse_bytes.ln parse_time.ln parse_units.ln rand.ln realloc.ln resolve.ln roken_gethostby.ln rtbl.ln setprogname.ln signal.ln simple_exec.ln socket.ln strcollect.ln strlwr.ln strpool.ln strsep_copy.ln strupr.ln timeval.ln tm2time.ln verify.ln warnerr.ln write_pid.ln xfree.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f llib-lroken.ln base64.ln concat.ln cloexec.ln ct.ln dumpdata.ln detach.ln dumpdata.ln environment.ln ecalloc.ln emalloc.ln eread.ln erealloc.ln esetenv.ln estrdup.ln ewrite.ln getaddrinfo_hostspec.ln get_default_username.ln get_window_size.ln getarg.ln getnameinfo_verified.ln getprogname.ln h_errno.ln hex.ln hostent_find_fqdn.ln issuid.ln k_getpwnam.ln k_getpwuid.ln memset_s.ln mini_inetd.ln net_read.ln net_write.ln parse_bytes.ln parse_time.ln parse_units.ln rand.ln realloc.ln resolve.ln roken_gethostby.ln rtbl.ln setprogname.ln signal.ln simple_exec.ln socket.ln strcollect.ln strlwr.ln strpool.ln strsep_copy.ln strupr.ln timeval.ln tm2time.ln verify.ln warnerr.ln write_pid.ln xfree.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken.so.20.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f libroken.so.20.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/dri.old && rm -f i915_intel_batchbuffer.c i915_intel_blit.c i915_intel_buffer_objects.c i915_intel_buffers.c i915_intel_clear.c i915_intel_context.c i915_intel_extensions.c i915_intel_fbo.c i915_intel_mipmap_tree.c i915_intel_pixel.c i915_intel_pixel_bitmap.c i915_intel_pixel_copy.c i915_intel_pixel_draw.c i915_intel_pixel_read.c i915_intel_regions.c i915_intel_render.c i915_intel_screen.c i915_intel_state.c i915_intel_syncobj.c i915_intel_tex.c i915_intel_tex_copy.c i915_intel_tex_image.c i915_intel_tex_layout.c i915_intel_tex_subimage.c i915_intel_tex_validate.c i915_intel_tris.c 40_state_upload.c 40_blorp_exec.c 40_pipe_control.c 45_state_upload.c 45_blorp_exec.c 45_pipe_control.c 50_state_upload.c 50_blorp_exec.c 50_pipe_control.c 60_state_upload.c 60_blorp_exec.c 60_pipe_control.c 70_state_upload.c 70_blorp_exec.c 70_pipe_control.c 75_state_upload.c 75_blorp_exec.c 75_pipe_control.c 80_state_upload.c 80_blorp_exec.c 80_pipe_control.c 90_state_upload.c 90_blorp_exec.c 90_pipe_control.c 100_state_upload.c 100_blorp_exec.c 100_pipe_control.c 110_state_upload.c 110_blorp_exec.c 110_pipe_control.c 40_isl_emit_depth_stencil.c 40_isl_surface_state.c 50_isl_emit_depth_stencil.c 50_isl_surface_state.c 60_isl_emit_depth_stencil.c 60_isl_surface_state.c 70_isl_emit_depth_stencil.c 70_isl_surface_state.c 75_isl_emit_depth_stencil.c 75_isl_surface_state.c 80_isl_emit_depth_stencil.c 80_isl_surface_state.c 90_isl_emit_depth_stencil.c 90_isl_surface_state.c 100_isl_emit_depth_stencil.c 100_isl_surface_state.c 110_isl_emit_depth_stencil.c 110_isl_surface_state.c i965_intel_batchbuffer.c i965_intel_blit.c i965_intel_buffer_objects.c i965_intel_buffers.c i965_intel_copy_image.c i965_intel_extensions.c i965_intel_fbo.c i965_intel_mipmap_tree.c i965_intel_pixel.c i965_intel_pixel_bitmap.c i965_intel_pixel_copy.c i965_intel_pixel_draw.c i965_intel_pixel_read.c i965_intel_screen.c i965_intel_state.c i965_intel_tex.c i965_intel_tex_copy.c i965_intel_tex_image.c i965_intel_tex_validate.c i965_intel_upload.c r200_radeon_buffer_objects.c r200_radeon_common_context.c r200_radeon_common.c r200_radeon_dma.c r200_radeon_debug.c r200_radeon_fbo.c r200_radeon_fog.c r200_radeon_mipmap_tree.c r200_radeon_pixel_read.c r200_radeon_queryobj.c r200_radeon_span.c r200_radeon_texture.c r200_radeon_tex_copy.c r200_radeon_tile.c r200_radeon_screen.c MESApixel.c MESApixelstore.c MESAeval.c MESAdebug.c UTILdebug.c drirc .depend 100_blorp_exec.d 100_isl_emit_depth_stencil.d 100_isl_surface_state.d 100_pipe_control.d 100_state_upload.d 110_blorp_exec.d 110_isl_emit_depth_stencil.d 110_isl_surface_state.d 110_pipe_control.d 110_state_upload.d 3dnow.d 40_blorp_exec.d 40_isl_emit_depth_stencil.d 40_isl_surface_state.d 40_pipe_control.d 40_state_upload.d 45_blorp_exec.d 45_pipe_control.d 45_state_upload.d 50_blorp_exec.d 50_isl_emit_depth_stencil.d 50_isl_surface_state.d 50_pipe_control.d 50_state_upload.d 60_blorp_exec.d 60_isl_emit_depth_stencil.d 60_isl_surface_state.d 60_pipe_control.d 60_state_upload.d 70_blorp_exec.d 70_isl_emit_depth_stencil.d 70_isl_surface_state.d 70_pipe_control.d 70_state_upload.d 75_blorp_exec.d 75_isl_emit_depth_stencil.d 75_isl_surface_state.d 75_pipe_control.d 75_state_upload.d 80_blorp_exec.d 80_isl_emit_depth_stencil.d 80_isl_surface_state.d 80_pipe_control.d 80_state_upload.d 90_blorp_exec.d 90_isl_emit_depth_stencil.d 90_isl_surface_state.d 90_pipe_control.d 90_state_upload.d MESAdebug.d MESAeval.d MESApixel.d MESApixelstore.d UTILdebug.d accum.d api_arrayelt.d api_exec.d api_loopback.d arbprogparse.d arbprogram.d arrayobj.d ast_array_index.d ast_expr.d ast_function.d ast_to_hir.d ast_type.d atifragshader.d attrib.d barrier.d bbox.d blend.d blit.d blob.d blorp.d blorp_blit.d blorp_clear.d brw_binding_tables.d brw_blorp.d brw_bufmgr.d brw_cfg.d brw_clear.d brw_clip.d brw_clip_line.d brw_clip_point.d brw_clip_tri.d brw_clip_unfilled.d brw_clip_util.d brw_compile_clip.d brw_compile_sf.d brw_compiler.d brw_compute.d brw_conditional_render.d brw_context.d brw_cs.d brw_curbe.d brw_dead_control_flow.d brw_debug_recompile.d brw_disasm.d brw_disasm_info.d brw_disk_cache.d brw_draw.d brw_draw_upload.d brw_eu.d brw_eu_compact.d brw_eu_emit.d brw_eu_util.d brw_eu_validate.d brw_ff_gs.d brw_ff_gs_emit.d brw_formatquery.d brw_fs.d brw_fs_bank_conflicts.d brw_fs_cmod_propagation.d brw_fs_combine_constants.d brw_fs_copy_propagation.d brw_fs_cse.d brw_fs_dead_code_eliminate.d brw_fs_generator.d brw_fs_live_variables.d brw_fs_lower_pack.d brw_fs_lower_regioning.d brw_fs_nir.d brw_fs_reg_allocate.d brw_fs_register_coalesce.d brw_fs_saturate_propagation.d brw_fs_sel_peephole.d brw_fs_validate.d brw_fs_visitor.d brw_generate_mipmap.d brw_gs.d brw_gs_surface_state.d brw_interpolation_map.d brw_link.d brw_meta_util.d brw_misc_state.d brw_nir.d brw_nir_analyze_boolean_resolves.d brw_nir_analyze_ubo_ranges.d brw_nir_attribute_workarounds.d brw_nir_lower_conversions.d brw_nir_lower_cs_intrinsics.d brw_nir_lower_image_load_store.d brw_nir_lower_mem_access_bit_sizes.d brw_nir_opt_peephole_ffma.d brw_nir_tcs_workarounds.d brw_nir_trig_workarounds.d brw_nir_uniforms.d brw_object_purgeable.d brw_packed_float.d brw_performance_query.d brw_performance_query_mdapi.d brw_pipe_control.d brw_predicated_break.d brw_primitive_restart.d brw_program.d brw_program_binary.d brw_program_cache.d brw_queryobj.d brw_reg_type.d brw_reset.d brw_schedule_instructions.d brw_sf.d brw_shader.d brw_state_upload.d brw_surface_formats.d brw_sync.d brw_tcs.d brw_tcs_surface_state.d brw_tes.d brw_tes_surface_state.d brw_urb.d brw_util.d brw_vec4.d brw_vec4_cmod_propagation.d brw_vec4_copy_propagation.d brw_vec4_cse.d brw_vec4_dead_code_eliminate.d brw_vec4_generator.d brw_vec4_gs_nir.d brw_vec4_gs_visitor.d brw_vec4_live_variables.d brw_vec4_nir.d brw_vec4_reg_allocate.d brw_vec4_surface_builder.d brw_vec4_tcs.d brw_vec4_tes.d brw_vec4_visitor.d brw_vec4_vs_visitor.d brw_vs.d brw_vs_surface_state.d brw_vue_map.d brw_wm.d brw_wm_iz.d brw_wm_surface_state.d bufferobj.d buffers.d build_id.d builtin_functions.d builtin_types.d builtin_variables.d clear.d clip.d colortab.d common_x86.d compute.d condrender.d conservativeraster.d context.d convolve.d copyimage.d cpuinfo.d crc32.d debug_output.d depth.d disk_cache.d dlist.d draw.d draw_validate.d drawpix.d drawtex.d dri_util.d driverfuncs.d enable.d enums.d errors.d es1_conversion.d execmem.d extensions.d extensions_table.d externalobjects.d fast_idiv_by_const.d fbobject.d feedback.d ff_fragment_shader.d ffvertex_prog.d fog.d format_fallback.d format_pack.d format_srgb.d format_unpack.d format_utils.d formatquery.d formats.d framebuffer.d gen6_clip_state.d gen6_constant_state.d gen6_gs_visitor.d gen6_multisample_state.d gen6_queryobj.d gen6_sampler_state.d gen6_sol.d gen6_urb.d gen7_l3_state.d gen7_sol_state.d gen7_urb.d gen8_depth_state.d gen8_multisample_state.d gen_batch_decoder.d gen_debug.d gen_decoder.d gen_device_info.d gen_disasm.d gen_l3_config.d gen_perf.d gen_perf_mdapi.d gen_perf_metrics.d gen_urb_config.d generate_ir.d genmipmap.d get.d getstring.d gl_nir_link_atomics.d gl_nir_link_uniform_initializers.d gl_nir_link_uniforms.d gl_nir_link_xfb.d gl_nir_linker.d gl_nir_lower_atomics.d gl_nir_lower_bindless_images.d gl_nir_lower_buffers.d gl_nir_lower_samplers.d gl_nir_lower_samplers_as_deref.d gl_spirv.d glcpp-lex.d glcpp-parse.d glformats.d glsl_lexer.d glsl_parser.d glsl_parser_extras.d glsl_symbol_table.d glsl_to_nir.d glsl_types.d glspirv.d glthread.d half_float.d hash.d hash_table.d hint.d hir_field_selection.d histogram.d hsw_queryobj.d hsw_sol.d i830_context.d i830_state.d i830_texblend.d i830_texstate.d i830_vtbl.d i915_context.d i915_debug_fp.d i915_fragprog.d i915_intel_batchbuffer.d i915_intel_blit.d i915_intel_buffer_objects.d i915_intel_buffers.d i915_intel_clear.d i915_intel_context.d i915_intel_extensions.d i915_intel_fbo.d i915_intel_mipmap_tree.d i915_intel_pixel.d i915_intel_pixel_bitmap.d i915_intel_pixel_copy.d i915_intel_pixel_draw.d i915_intel_pixel_read.d i915_intel_regions.d i915_intel_render.d i915_intel_screen.d i915_intel_state.d i915_intel_syncobj.d i915_intel_tex.d i915_intel_tex_copy.d i915_intel_tex_image.d i915_intel_tex_layout.d i915_intel_tex_subimage.d i915_intel_tex_validate.d i915_intel_tris.d i915_program.d i915_state.d i915_tex_layout.d i915_texstate.d i915_vtbl.d i965_intel_batchbuffer.d i965_intel_blit.d i965_intel_buffer_objects.d i965_intel_buffers.d i965_intel_copy_image.d i965_intel_extensions.d i965_intel_fbo.d i965_intel_mipmap_tree.d i965_intel_pixel.d i965_intel_pixel_bitmap.d i965_intel_pixel_copy.d i965_intel_pixel_draw.d i965_intel_pixel_read.d i965_intel_screen.d i965_intel_state.d i965_intel_tex.d i965_intel_tex_copy.d i965_intel_tex_image.d i965_intel_tex_validate.d i965_intel_upload.d image.d imports.d intel_log.d ir.d ir_array_refcount.d ir_basic_block.d ir_builder.d ir_clone.d ir_constant_expression.d ir_equals.d ir_expression_flattening.d ir_function.d ir_function_can_inline.d ir_function_detect_recursion.d ir_hierarchical_visitor.d ir_hv_accept.d ir_print_visitor.d ir_reader.d ir_rvalue_visitor.d ir_set_program_inouts.d ir_to_mesa.d ir_validate.d ir_variable_refcount.d isl.d isl_drm.d isl_format.d isl_format_layout.d isl_gen4.d isl_gen6.d isl_gen7.d isl_gen8.d isl_gen9.d isl_storage_image.d isl_tiled_memcpy.d isl_tiled_memcpy_normal.d isl_tiled_memcpy_sse41.d light.d lines.d link_atomics.d link_functions.d link_interface_blocks.d link_uniform_block_active_visitor.d link_uniform_blocks.d link_uniform_initializers.d link_uniforms.d link_varyings.d linker.d linker_util.d loop_analysis.d loop_unroll.d lower_blend_equation_advanced.d lower_buffer_access.d lower_const_arrays_to_uniforms.d lower_cs_derived.d lower_discard.d lower_discard_flow.d lower_distance.d lower_if_to_cond_assign.d lower_instructions.d lower_int64.d lower_jumps.d lower_mat_op_to_vec.d lower_named_interface_blocks.d lower_noise.d lower_offset_array.d lower_output_reads.d lower_packed_varyings.d lower_packing_builtins.d lower_shared_reference.d lower_subroutine.d lower_tess_level.d lower_texture_projection.d lower_ubo_reference.d lower_variable_index_to_cond_assign.d lower_vec_index_to_cond_assign.d lower_vec_index_to_swizzle.d lower_vector.d lower_vector_derefs.d lower_vector_insert.d lower_vertex_id.d m_debug_clip.d m_debug_norm.d m_debug_xform.d m_eval.d m_matrix.d m_translate.d m_vector.d m_xform.d marshal.d marshal_generated.d matrix.d megadriver_stub.d mesa-sha1.d meta.d meta_blit.d meta_generate_mipmap.d mipmap.d mm.d multisample.d nir.d nir_builtin_builder.d nir_clone.d nir_constant_expressions.d nir_control_flow.d nir_deref.d nir_dominance.d nir_from_ssa.d nir_gather_info.d nir_gather_xfb_info.d nir_gs_count_vertices.d nir_inline_functions.d nir_instr_set.d nir_intrinsics.d nir_linking_helpers.d nir_liveness.d nir_loop_analyze.d nir_lower_alpha_test.d nir_lower_alu.d nir_lower_alu_to_scalar.d nir_lower_array_deref_of_vec.d nir_lower_atomics_to_ssbo.d nir_lower_bit_size.d nir_lower_bitmap.d nir_lower_bool_to_int32.d nir_lower_clamp_color_outputs.d nir_lower_clip.d nir_lower_clip_cull_distance_arrays.d nir_lower_constant_initializers.d nir_lower_double_ops.d nir_lower_drawpixels.d nir_lower_global_vars_to_local.d nir_lower_gs_intrinsics.d nir_lower_idiv.d nir_lower_indirect_derefs.d nir_lower_int64.d nir_lower_io.d nir_lower_io_arrays_to_elements.d nir_lower_io_to_scalar.d nir_lower_io_to_temporaries.d nir_lower_io_to_vector.d nir_lower_load_const_to_scalar.d nir_lower_locals_to_regs.d nir_lower_packing.d nir_lower_passthrough_edgeflags.d nir_lower_patch_vertices.d nir_lower_phis_to_scalar.d nir_lower_regs_to_ssa.d nir_lower_returns.d nir_lower_subgroups.d nir_lower_system_values.d nir_lower_tex.d nir_lower_to_source_mods.d nir_lower_two_sided_color.d nir_lower_uniforms_to_ubo.d nir_lower_var_copies.d nir_lower_vars_to_ssa.d nir_lower_vec_to_movs.d nir_lower_wpos_center.d nir_lower_wpos_ytransform.d nir_metadata.d nir_move_load_const.d nir_move_vec_src_uses_to_dest.d nir_normalize_cubemap_coords.d nir_opcodes.d nir_opt_algebraic.d nir_opt_combine_stores.d nir_opt_comparison_pre.d nir_opt_conditional_discard.d nir_opt_constant_folding.d nir_opt_copy_prop_vars.d nir_opt_copy_propagate.d nir_opt_cse.d nir_opt_dce.d nir_opt_dead_cf.d nir_opt_dead_write_vars.d nir_opt_find_array_copies.d nir_opt_gcm.d nir_opt_idiv_const.d nir_opt_if.d nir_opt_intrinsics.d nir_opt_large_constants.d nir_opt_loop_unroll.d nir_opt_move_comparisons.d nir_opt_move_load_ubo.d nir_opt_peephole_select.d nir_opt_remove_phis.d nir_opt_shrink_load.d nir_opt_trivial_continues.d nir_opt_undef.d nir_phi_builder.d nir_print.d nir_propagate_invariant.d nir_remove_dead_variables.d nir_repair_ssa.d nir_search.d nir_serialize.d nir_split_per_member_structs.d nir_split_var_copies.d nir_split_vars.d nir_strip.d nir_sweep.d nir_to_lcssa.d nir_types.d nir_validate.d nir_worklist.d objectlabel.d objectpurge.d opt_algebraic.d opt_array_splitting.d opt_conditional_discard.d opt_constant_folding.d opt_constant_propagation.d opt_constant_variable.d opt_copy_propagation_elements.d opt_dead_builtin_variables.d opt_dead_builtin_varyings.d opt_dead_code.d opt_dead_code_local.d opt_dead_functions.d opt_flatten_nested_if_blocks.d opt_flip_matrices.d opt_function_inlining.d opt_if_simplification.d opt_minmax.d opt_rebalance_tree.d opt_redundant_jumps.d opt_structure_splitting.d opt_swizzle.d opt_tree_grafting.d opt_vectorize.d os_time.d pack.d pbo.d performance_monitor.d performance_query.d pipelineobj.d pixeltransfer.d points.d polygon.d pp.d prog_cache.d prog_execute.d prog_instruction.d prog_noise.d prog_opt_constant_fold.d prog_optimize.d prog_parameter.d prog_parameter_layout.d prog_print.d prog_statevars.d prog_to_nir.d program.d program_binary.d program_lexer.d program_parse.tab.d program_parse_extra.d program_resource.d programopt.d propagate_invariance.d querymatrix.d queryobj.d r200_blit.d r200_cmdbuf.d r200_context.d r200_fragshader.d r200_ioctl.d r200_maos.d r200_radeon_buffer_objects.d r200_radeon_common.d r200_radeon_common_context.d r200_radeon_debug.d r200_radeon_dma.d r200_radeon_fbo.d r200_radeon_fog.d r200_radeon_mipmap_tree.d r200_radeon_pixel_read.d r200_radeon_queryobj.d r200_radeon_screen.d r200_radeon_span.d r200_radeon_tex_copy.d r200_radeon_texture.d r200_radeon_tile.d r200_sanity.d r200_state.d r200_state_init.d r200_swtcl.d r200_tcl.d r200_tex.d r200_texstate.d r200_vertprog.d radeon_blit.d radeon_buffer_objects.d radeon_common.d radeon_common_context.d radeon_context.d radeon_debug.d radeon_dma.d radeon_fbo.d radeon_fog.d radeon_ioctl.d radeon_maos.d radeon_mipmap_tree.d radeon_pixel_read.d radeon_queryobj.d radeon_sanity.d radeon_screen.d radeon_span.d radeon_state.d radeon_state_init.d radeon_swtcl.d radeon_tcl.d radeon_tex.d radeon_tex_copy.d radeon_texstate.d radeon_texture.d radeon_tile.d ralloc.d rand_xor.d rastpos.d rb_tree.d readpix.d register_allocate.d remap.d renderbuffer.d rgtc.d robustness.d s_aaline.d s_aatriangle.d s_alpha.d s_atifragshader.d s_bitmap.d s_blend.d s_blit.d s_clear.d s_context.d s_copypix.d s_depth.d s_drawpix.d s_expression.d s_feedback.d s_fog.d s_fragprog.d s_lines.d s_logic.d s_masking.d s_points.d s_renderbuffer.d s_span.d s_stencil.d s_texcombine.d s_texfetch.d s_texfilter.d s_texrender.d s_texture.d s_triangle.d s_zoom.d samplerobj.d scissor.d serialize.d set.d shader_cache.d shader_enums.d shader_query.d shaderapi.d shaderimage.d shaderobj.d shared.d slab.d sparc.d spirv_info.d spirv_to_nir.d ss_context.d ss_triangle.d sse.d sse_minmax.d state.d stencil.d streaming-load-memcpy.d string_buffer.d string_to_uint_map.d strtod.d symbol_table.d syncobj.d t_context.d t_draw.d t_pipeline.d t_rebase.d t_split.d t_split_copy.d t_split_inplace.d t_vb_fog.d t_vb_light.d t_vb_normals.d t_vb_points.d t_vb_program.d t_vb_render.d t_vb_texgen.d t_vb_texmat.d t_vb_vertex.d t_vertex.d t_vertex_generic.d t_vertex_sse.d t_vp_build.d texcompress.d texcompress_astc.d texcompress_bptc.d texcompress_cpal.d texcompress_etc.d texcompress_fxt1.d texcompress_rgtc.d texcompress_s3tc.d texenv.d texformat.d texgen.d texgetimage.d teximage.d texobj.d texparam.d texstate.d texstorage.d texstore.d texturebindless.d textureview.d transformfeedback.d u_atomic.d u_cpu_detect.d u_math.d u_process.d u_queue.d u_vector.d uniform_query.d uniforms.d utils.d varray.d vbo_context.d vbo_exec.d vbo_exec_api.d vbo_exec_draw.d vbo_exec_eval.d vbo_minmax_index.d vbo_noop.d vbo_primitive_restart.d vbo_save.d vbo_save_api.d vbo_save_draw.d vbo_save_loopback.d vdpau.d version.d viewport.d vma.d vtn_alu.d vtn_amd.d vtn_cfg.d vtn_gather_types.d vtn_glsl450.d vtn_opencl.d vtn_subgroup.d vtn_variables.d vtxfmt.d x86-64.d x86_xform.d x86sse.d xform4.d xmlconfig.d 100_blorp_exec.d.tmp 100_isl_emit_depth_stencil.d.tmp 100_isl_surface_state.d.tmp 100_pipe_control.d.tmp 100_state_upload.d.tmp 110_blorp_exec.d.tmp 110_isl_emit_depth_stencil.d.tmp 110_isl_surface_state.d.tmp 110_pipe_control.d.tmp 110_state_upload.d.tmp 3dnow.d.tmp 40_blorp_exec.d.tmp 40_isl_emit_depth_stencil.d.tmp 40_isl_surface_state.d.tmp 40_pipe_control.d.tmp 40_state_upload.d.tmp 45_blorp_exec.d.tmp 45_pipe_control.d.tmp 45_state_upload.d.tmp 50_blorp_exec.d.tmp 50_isl_emit_depth_stencil.d.tmp 50_isl_surface_state.d.tmp 50_pipe_control.d.tmp 50_state_upload.d.tmp 60_blorp_exec.d.tmp 60_isl_emit_depth_stencil.d.tmp 60_isl_surface_state.d.tmp 60_pipe_control.d.tmp 60_state_upload.d.tmp 70_blorp_exec.d.tmp 70_isl_emit_depth_stencil.d.tmp 70_isl_surface_state.d.tmp 70_pipe_control.d.tmp 70_state_upload.d.tmp 75_blorp_exec.d.tmp 75_isl_emit_depth_stencil.d.tmp 75_isl_surface_state.d.tmp 75_pipe_control.d.tmp 75_state_upload.d.tmp 80_blorp_exec.d.tmp 80_isl_emit_depth_stencil.d.tmp 80_isl_surface_state.d.tmp 80_pipe_control.d.tmp 80_state_upload.d.tmp 90_blorp_exec.d.tmp 90_isl_emit_depth_stencil.d.tmp 90_isl_surface_state.d.tmp 90_pipe_control.d.tmp 90_state_upload.d.tmp MESAdebug.d.tmp MESAeval.d.tmp MESApixel.d.tmp MESApixelstore.d.tmp UTILdebug.d.tmp accum.d.tmp api_arrayelt.d.tmp api_exec.d.tmp api_loopback.d.tmp arbprogparse.d.tmp arbprogram.d.tmp arrayobj.d.tmp ast_array_index.d.tmp ast_expr.d.tmp ast_function.d.tmp ast_to_hir.d.tmp ast_type.d.tmp atifragshader.d.tmp attrib.d.tmp barrier.d.tmp bbox.d.tmp blend.d.tmp blit.d.tmp blob.d.tmp blorp.d.tmp blorp_blit.d.tmp blorp_clear.d.tmp brw_binding_tables.d.tmp brw_blorp.d.tmp brw_bufmgr.d.tmp brw_cfg.d.tmp brw_clear.d.tmp brw_clip.d.tmp brw_clip_line.d.tmp brw_clip_point.d.tmp brw_clip_tri.d.tmp brw_clip_unfilled.d.tmp brw_clip_util.d.tmp brw_compile_clip.d.tmp brw_compile_sf.d.tmp brw_compiler.d.tmp brw_compute.d.tmp brw_conditional_render.d.tmp brw_context.d.tmp brw_cs.d.tmp brw_curbe.d.tmp brw_dead_control_flow.d.tmp brw_debug_recompile.d.tmp brw_disasm.d.tmp brw_disasm_info.d.tmp brw_disk_cache.d.tmp brw_draw.d.tmp brw_draw_upload.d.tmp brw_eu.d.tmp brw_eu_compact.d.tmp brw_eu_emit.d.tmp brw_eu_util.d.tmp brw_eu_validate.d.tmp brw_ff_gs.d.tmp brw_ff_gs_emit.d.tmp brw_formatquery.d.tmp brw_fs.d.tmp brw_fs_bank_conflicts.d.tmp brw_fs_cmod_propagation.d.tmp brw_fs_combine_constants.d.tmp brw_fs_copy_propagation.d.tmp brw_fs_cse.d.tmp brw_fs_dead_code_eliminate.d.tmp brw_fs_generator.d.tmp brw_fs_live_variables.d.tmp brw_fs_lower_pack.d.tmp brw_fs_lower_regioning.d.tmp brw_fs_nir.d.tmp brw_fs_reg_allocate.d.tmp brw_fs_register_coalesce.d.tmp brw_fs_saturate_propagation.d.tmp brw_fs_sel_peephole.d.tmp brw_fs_validate.d.tmp brw_fs_visitor.d.tmp brw_generate_mipmap.d.tmp brw_gs.d.tmp brw_gs_surface_state.d.tmp brw_interpolation_map.d.tmp brw_link.d.tmp brw_meta_util.d.tmp brw_misc_state.d.tmp brw_nir.d.tmp brw_nir_analyze_boolean_resolves.d.tmp brw_nir_analyze_ubo_ranges.d.tmp brw_nir_attribute_workarounds.d.tmp brw_nir_lower_conversions.d.tmp brw_nir_lower_cs_intrinsics.d.tmp brw_nir_lower_image_load_store.d.tmp brw_nir_lower_mem_access_bit_sizes.d.tmp brw_nir_opt_peephole_ffma.d.tmp brw_nir_tcs_workarounds.d.tmp brw_nir_trig_workarounds.d.tmp brw_nir_uniforms.d.tmp brw_object_purgeable.d.tmp brw_packed_float.d.tmp brw_performance_query.d.tmp brw_performance_query_mdapi.d.tmp brw_pipe_control.d.tmp brw_predicated_break.d.tmp brw_primitive_restart.d.tmp brw_program.d.tmp brw_program_binary.d.tmp brw_program_cache.d.tmp brw_queryobj.d.tmp brw_reg_type.d.tmp brw_reset.d.tmp brw_schedule_instructions.d.tmp brw_sf.d.tmp brw_shader.d.tmp brw_state_upload.d.tmp brw_surface_formats.d.tmp brw_sync.d.tmp brw_tcs.d.tmp brw_tcs_surface_state.d.tmp brw_tes.d.tmp brw_tes_surface_state.d.tmp brw_urb.d.tmp brw_util.d.tmp brw_vec4.d.tmp brw_vec4_cmod_propagation.d.tmp brw_vec4_copy_propagation.d.tmp brw_vec4_cse.d.tmp brw_vec4_dead_code_eliminate.d.tmp brw_vec4_generator.d.tmp brw_vec4_gs_nir.d.tmp brw_vec4_gs_visitor.d.tmp brw_vec4_live_variables.d.tmp brw_vec4_nir.d.tmp brw_vec4_reg_allocate.d.tmp brw_vec4_surface_builder.d.tmp brw_vec4_tcs.d.tmp brw_vec4_tes.d.tmp brw_vec4_visitor.d.tmp brw_vec4_vs_visitor.d.tmp brw_vs.d.tmp brw_vs_surface_state.d.tmp brw_vue_map.d.tmp brw_wm.d.tmp brw_wm_iz.d.tmp brw_wm_surface_state.d.tmp bufferobj.d.tmp buffers.d.tmp build_id.d.tmp builtin_functions.d.tmp builtin_types.d.tmp builtin_variables.d.tmp clear.d.tmp clip.d.tmp colortab.d.tmp common_x86.d.tmp compute.d.tmp condrender.d.tmp conservativeraster.d.tmp context.d.tmp convolve.d.tmp copyimage.d.tmp cpuinfo.d.tmp crc32.d.tmp debug_output.d.tmp depth.d.tmp disk_cache.d.tmp dlist.d.tmp draw.d.tmp draw_validate.d.tmp drawpix.d.tmp drawtex.d.tmp dri_util.d.tmp driverfuncs.d.tmp enable.d.tmp enums.d.tmp errors.d.tmp es1_conversion.d.tmp execmem.d.tmp extensions.d.tmp extensions_table.d.tmp externalobjects.d.tmp fast_idiv_by_const.d.tmp fbobject.d.tmp feedback.d.tmp ff_fragment_shader.d.tmp ffvertex_prog.d.tmp fog.d.tmp format_fallback.d.tmp format_pack.d.tmp format_srgb.d.tmp format_unpack.d.tmp format_utils.d.tmp formatquery.d.tmp formats.d.tmp framebuffer.d.tmp gen6_clip_state.d.tmp gen6_constant_state.d.tmp gen6_gs_visitor.d.tmp gen6_multisample_state.d.tmp gen6_queryobj.d.tmp gen6_sampler_state.d.tmp gen6_sol.d.tmp gen6_urb.d.tmp gen7_l3_state.d.tmp gen7_sol_state.d.tmp gen7_urb.d.tmp gen8_depth_state.d.tmp gen8_multisample_state.d.tmp gen_batch_decoder.d.tmp gen_debug.d.tmp gen_decoder.d.tmp gen_device_info.d.tmp gen_disasm.d.tmp gen_l3_config.d.tmp gen_perf.d.tmp gen_perf_mdapi.d.tmp gen_perf_metrics.d.tmp gen_urb_config.d.tmp generate_ir.d.tmp genmipmap.d.tmp get.d.tmp getstring.d.tmp gl_nir_link_atomics.d.tmp gl_nir_link_uniform_initializers.d.tmp gl_nir_link_uniforms.d.tmp gl_nir_link_xfb.d.tmp gl_nir_linker.d.tmp gl_nir_lower_atomics.d.tmp gl_nir_lower_bindless_images.d.tmp gl_nir_lower_buffers.d.tmp gl_nir_lower_samplers.d.tmp gl_nir_lower_samplers_as_deref.d.tmp gl_spirv.d.tmp glcpp-lex.d.tmp glcpp-parse.d.tmp glformats.d.tmp glsl_lexer.d.tmp glsl_parser.d.tmp glsl_parser_extras.d.tmp glsl_symbol_table.d.tmp glsl_to_nir.d.tmp glsl_types.d.tmp glspirv.d.tmp glthread.d.tmp half_float.d.tmp hash.d.tmp hash_table.d.tmp hint.d.tmp hir_field_selection.d.tmp histogram.d.tmp hsw_queryobj.d.tmp hsw_sol.d.tmp i830_context.d.tmp i830_state.d.tmp i830_texblend.d.tmp i830_texstate.d.tmp i830_vtbl.d.tmp i915_context.d.tmp i915_debug_fp.d.tmp i915_fragprog.d.tmp i915_intel_batchbuffer.d.tmp i915_intel_blit.d.tmp i915_intel_buffer_objects.d.tmp i915_intel_buffers.d.tmp i915_intel_clear.d.tmp i915_intel_context.d.tmp i915_intel_extensions.d.tmp i915_intel_fbo.d.tmp i915_intel_mipmap_tree.d.tmp i915_intel_pixel.d.tmp i915_intel_pixel_bitmap.d.tmp i915_intel_pixel_copy.d.tmp i915_intel_pixel_draw.d.tmp i915_intel_pixel_read.d.tmp i915_intel_regions.d.tmp i915_intel_render.d.tmp i915_intel_screen.d.tmp i915_intel_state.d.tmp i915_intel_syncobj.d.tmp i915_intel_tex.d.tmp i915_intel_tex_copy.d.tmp i915_intel_tex_image.d.tmp i915_intel_tex_layout.d.tmp i915_intel_tex_subimage.d.tmp i915_intel_tex_validate.d.tmp i915_intel_tris.d.tmp i915_program.d.tmp i915_state.d.tmp i915_tex_layout.d.tmp i915_texstate.d.tmp i915_vtbl.d.tmp i965_intel_batchbuffer.d.tmp i965_intel_blit.d.tmp i965_intel_buffer_objects.d.tmp i965_intel_buffers.d.tmp i965_intel_copy_image.d.tmp i965_intel_extensions.d.tmp i965_intel_fbo.d.tmp i965_intel_mipmap_tree.d.tmp i965_intel_pixel.d.tmp i965_intel_pixel_bitmap.d.tmp i965_intel_pixel_copy.d.tmp i965_intel_pixel_draw.d.tmp i965_intel_pixel_read.d.tmp i965_intel_screen.d.tmp i965_intel_state.d.tmp i965_intel_tex.d.tmp i965_intel_tex_copy.d.tmp i965_intel_tex_image.d.tmp i965_intel_tex_validate.d.tmp i965_intel_upload.d.tmp image.d.tmp imports.d.tmp intel_log.d.tmp ir.d.tmp ir_array_refcount.d.tmp ir_basic_block.d.tmp ir_builder.d.tmp ir_clone.d.tmp ir_constant_expression.d.tmp ir_equals.d.tmp ir_expression_flattening.d.tmp ir_function.d.tmp ir_function_can_inline.d.tmp ir_function_detect_recursion.d.tmp ir_hierarchical_visitor.d.tmp ir_hv_accept.d.tmp ir_print_visitor.d.tmp ir_reader.d.tmp ir_rvalue_visitor.d.tmp ir_set_program_inouts.d.tmp ir_to_mesa.d.tmp ir_validate.d.tmp ir_variable_refcount.d.tmp isl.d.tmp isl_drm.d.tmp isl_format.d.tmp isl_format_layout.d.tmp isl_gen4.d.tmp isl_gen6.d.tmp isl_gen7.d.tmp isl_gen8.d.tmp isl_gen9.d.tmp isl_storage_image.d.tmp isl_tiled_memcpy.d.tmp isl_tiled_memcpy_normal.d.tmp isl_tiled_memcpy_sse41.d.tmp light.d.tmp lines.d.tmp link_atomics.d.tmp link_functions.d.tmp link_interface_blocks.d.tmp link_uniform_block_active_visitor.d.tmp link_uniform_blocks.d.tmp link_uniform_initializers.d.tmp link_uniforms.d.tmp link_varyings.d.tmp linker.d.tmp linker_util.d.tmp loop_analysis.d.tmp loop_unroll.d.tmp lower_blend_equation_advanced.d.tmp lower_buffer_access.d.tmp lower_const_arrays_to_uniforms.d.tmp lower_cs_derived.d.tmp lower_discard.d.tmp lower_discard_flow.d.tmp lower_distance.d.tmp lower_if_to_cond_assign.d.tmp lower_instructions.d.tmp lower_int64.d.tmp lower_jumps.d.tmp lower_mat_op_to_vec.d.tmp lower_named_interface_blocks.d.tmp lower_noise.d.tmp lower_offset_array.d.tmp lower_output_reads.d.tmp lower_packed_varyings.d.tmp lower_packing_builtins.d.tmp lower_shared_reference.d.tmp lower_subroutine.d.tmp lower_tess_level.d.tmp lower_texture_projection.d.tmp lower_ubo_reference.d.tmp lower_variable_index_to_cond_assign.d.tmp lower_vec_index_to_cond_assign.d.tmp lower_vec_index_to_swizzle.d.tmp lower_vector.d.tmp lower_vector_derefs.d.tmp lower_vector_insert.d.tmp lower_vertex_id.d.tmp m_debug_clip.d.tmp m_debug_norm.d.tmp m_debug_xform.d.tmp m_eval.d.tmp m_matrix.d.tmp m_translate.d.tmp m_vector.d.tmp m_xform.d.tmp marshal.d.tmp marshal_generated.d.tmp matrix.d.tmp megadriver_stub.d.tmp mesa-sha1.d.tmp meta.d.tmp meta_blit.d.tmp meta_generate_mipmap.d.tmp mipmap.d.tmp mm.d.tmp multisample.d.tmp nir.d.tmp nir_builtin_builder.d.tmp nir_clone.d.tmp nir_constant_expressions.d.tmp nir_control_flow.d.tmp nir_deref.d.tmp nir_dominance.d.tmp nir_from_ssa.d.tmp nir_gather_info.d.tmp nir_gather_xfb_info.d.tmp nir_gs_count_vertices.d.tmp nir_inline_functions.d.tmp nir_instr_set.d.tmp nir_intrinsics.d.tmp nir_linking_helpers.d.tmp nir_liveness.d.tmp nir_loop_analyze.d.tmp nir_lower_alpha_test.d.tmp nir_lower_alu.d.tmp nir_lower_alu_to_scalar.d.tmp nir_lower_array_deref_of_vec.d.tmp nir_lower_atomics_to_ssbo.d.tmp nir_lower_bit_size.d.tmp nir_lower_bitmap.d.tmp nir_lower_bool_to_int32.d.tmp nir_lower_clamp_color_outputs.d.tmp nir_lower_clip.d.tmp nir_lower_clip_cull_distance_arrays.d.tmp nir_lower_constant_initializers.d.tmp nir_lower_double_ops.d.tmp nir_lower_drawpixels.d.tmp nir_lower_global_vars_to_local.d.tmp nir_lower_gs_intrinsics.d.tmp nir_lower_idiv.d.tmp nir_lower_indirect_derefs.d.tmp nir_lower_int64.d.tmp nir_lower_io.d.tmp nir_lower_io_arrays_to_elements.d.tmp nir_lower_io_to_scalar.d.tmp nir_lower_io_to_temporaries.d.tmp nir_lower_io_to_vector.d.tmp nir_lower_load_const_to_scalar.d.tmp nir_lower_locals_to_regs.d.tmp nir_lower_packing.d.tmp nir_lower_passthrough_edgeflags.d.tmp nir_lower_patch_vertices.d.tmp nir_lower_phis_to_scalar.d.tmp nir_lower_regs_to_ssa.d.tmp nir_lower_returns.d.tmp nir_lower_subgroups.d.tmp nir_lower_system_values.d.tmp nir_lower_tex.d.tmp nir_lower_to_source_mods.d.tmp nir_lower_two_sided_color.d.tmp nir_lower_uniforms_to_ubo.d.tmp nir_lower_var_copies.d.tmp nir_lower_vars_to_ssa.d.tmp nir_lower_vec_to_movs.d.tmp nir_lower_wpos_center.d.tmp nir_lower_wpos_ytransform.d.tmp nir_metadata.d.tmp nir_move_load_const.d.tmp nir_move_vec_src_uses_to_dest.d.tmp nir_normalize_cubemap_coords.d.tmp nir_opcodes.d.tmp nir_opt_algebraic.d.tmp nir_opt_combine_stores.d.tmp nir_opt_comparison_pre.d.tmp nir_opt_conditional_discard.d.tmp nir_opt_constant_folding.d.tmp nir_opt_copy_prop_vars.d.tmp nir_opt_copy_propagate.d.tmp nir_opt_cse.d.tmp nir_opt_dce.d.tmp nir_opt_dead_cf.d.tmp nir_opt_dead_write_vars.d.tmp nir_opt_find_array_copies.d.tmp nir_opt_gcm.d.tmp nir_opt_idiv_const.d.tmp nir_opt_if.d.tmp nir_opt_intrinsics.d.tmp nir_opt_large_constants.d.tmp nir_opt_loop_unroll.d.tmp nir_opt_move_comparisons.d.tmp nir_opt_move_load_ubo.d.tmp nir_opt_peephole_select.d.tmp nir_opt_remove_phis.d.tmp nir_opt_shrink_load.d.tmp nir_opt_trivial_continues.d.tmp nir_opt_undef.d.tmp nir_phi_builder.d.tmp nir_print.d.tmp nir_propagate_invariant.d.tmp nir_remove_dead_variables.d.tmp nir_repair_ssa.d.tmp nir_search.d.tmp nir_serialize.d.tmp nir_split_per_member_structs.d.tmp nir_split_var_copies.d.tmp nir_split_vars.d.tmp nir_strip.d.tmp nir_sweep.d.tmp nir_to_lcssa.d.tmp nir_types.d.tmp nir_validate.d.tmp nir_worklist.d.tmp objectlabel.d.tmp objectpurge.d.tmp opt_algebraic.d.tmp opt_array_splitting.d.tmp opt_conditional_discard.d.tmp opt_constant_folding.d.tmp opt_constant_propagation.d.tmp opt_constant_variable.d.tmp opt_copy_propagation_elements.d.tmp opt_dead_builtin_variables.d.tmp opt_dead_builtin_varyings.d.tmp opt_dead_code.d.tmp opt_dead_code_local.d.tmp opt_dead_functions.d.tmp opt_flatten_nested_if_blocks.d.tmp opt_flip_matrices.d.tmp opt_function_inlining.d.tmp opt_if_simplification.d.tmp opt_minmax.d.tmp opt_rebalance_tree.d.tmp opt_redundant_jumps.d.tmp opt_structure_splitting.d.tmp opt_swizzle.d.tmp opt_tree_grafting.d.tmp opt_vectorize.d.tmp os_time.d.tmp pack.d.tmp pbo.d.tmp performance_monitor.d.tmp performance_query.d.tmp pipelineobj.d.tmp pixeltransfer.d.tmp points.d.tmp polygon.d.tmp pp.d.tmp prog_cache.d.tmp prog_execute.d.tmp prog_instruction.d.tmp prog_noise.d.tmp prog_opt_constant_fold.d.tmp prog_optimize.d.tmp prog_parameter.d.tmp prog_parameter_layout.d.tmp prog_print.d.tmp prog_statevars.d.tmp prog_to_nir.d.tmp program.d.tmp program_binary.d.tmp program_lexer.d.tmp program_parse.tab.d.tmp program_parse_extra.d.tmp program_resource.d.tmp programopt.d.tmp propagate_invariance.d.tmp querymatrix.d.tmp queryobj.d.tmp r200_blit.d.tmp r200_cmdbuf.d.tmp r200_context.d.tmp r200_fragshader.d.tmp r200_ioctl.d.tmp r200_maos.d.tmp r200_radeon_buffer_objects.d.tmp r200_radeon_common.d.tmp r200_radeon_common_context.d.tmp r200_radeon_debug.d.tmp r200_radeon_dma.d.tmp r200_radeon_fbo.d.tmp r200_radeon_fog.d.tmp r200_radeon_mipmap_tree.d.tmp r200_radeon_pixel_read.d.tmp r200_radeon_queryobj.d.tmp r200_radeon_screen.d.tmp r200_radeon_span.d.tmp r200_radeon_tex_copy.d.tmp r200_radeon_texture.d.tmp r200_radeon_tile.d.tmp r200_sanity.d.tmp r200_state.d.tmp r200_state_init.d.tmp r200_swtcl.d.tmp r200_tcl.d.tmp r200_tex.d.tmp r200_texstate.d.tmp r200_vertprog.d.tmp radeon_blit.d.tmp radeon_buffer_objects.d.tmp radeon_common.d.tmp radeon_common_context.d.tmp radeon_context.d.tmp radeon_debug.d.tmp radeon_dma.d.tmp radeon_fbo.d.tmp radeon_fog.d.tmp radeon_ioctl.d.tmp radeon_maos.d.tmp radeon_mipmap_tree.d.tmp radeon_pixel_read.d.tmp radeon_queryobj.d.tmp radeon_sanity.d.tmp radeon_screen.d.tmp radeon_span.d.tmp radeon_state.d.tmp radeon_state_init.d.tmp radeon_swtcl.d.tmp radeon_tcl.d.tmp radeon_tex.d.tmp radeon_tex_copy.d.tmp radeon_texstate.d.tmp radeon_texture.d.tmp radeon_tile.d.tmp ralloc.d.tmp rand_xor.d.tmp rastpos.d.tmp rb_tree.d.tmp readpix.d.tmp register_allocate.d.tmp remap.d.tmp renderbuffer.d.tmp rgtc.d.tmp robustness.d.tmp s_aaline.d.tmp s_aatriangle.d.tmp s_alpha.d.tmp s_atifragshader.d.tmp s_bitmap.d.tmp s_blend.d.tmp s_blit.d.tmp s_clear.d.tmp s_context.d.tmp s_copypix.d.tmp s_depth.d.tmp s_drawpix.d.tmp s_expression.d.tmp s_feedback.d.tmp s_fog.d.tmp s_fragprog.d.tmp s_lines.d.tmp s_logic.d.tmp s_masking.d.tmp s_points.d.tmp s_renderbuffer.d.tmp s_span.d.tmp s_stencil.d.tmp s_texcombine.d.tmp s_texfetch.d.tmp s_texfilter.d.tmp s_texrender.d.tmp s_texture.d.tmp s_triangle.d.tmp s_zoom.d.tmp samplerobj.d.tmp scissor.d.tmp serialize.d.tmp set.d.tmp shader_cache.d.tmp shader_enums.d.tmp shader_query.d.tmp shaderapi.d.tmp shaderimage.d.tmp shaderobj.d.tmp shared.d.tmp slab.d.tmp sparc.d.tmp spirv_info.d.tmp spirv_to_nir.d.tmp ss_context.d.tmp ss_triangle.d.tmp sse.d.tmp sse_minmax.d.tmp state.d.tmp stencil.d.tmp streaming-load-memcpy.d.tmp string_buffer.d.tmp string_to_uint_map.d.tmp strtod.d.tmp symbol_table.d.tmp syncobj.d.tmp t_context.d.tmp t_draw.d.tmp t_pipeline.d.tmp t_rebase.d.tmp t_split.d.tmp t_split_copy.d.tmp t_split_inplace.d.tmp t_vb_fog.d.tmp t_vb_light.d.tmp t_vb_normals.d.tmp t_vb_points.d.tmp t_vb_program.d.tmp t_vb_render.d.tmp t_vb_texgen.d.tmp t_vb_texmat.d.tmp t_vb_vertex.d.tmp t_vertex.d.tmp t_vertex_generic.d.tmp t_vertex_sse.d.tmp t_vp_build.d.tmp texcompress.d.tmp texcompress_astc.d.tmp texcompress_bptc.d.tmp texcompress_cpal.d.tmp texcompress_etc.d.tmp texcompress_fxt1.d.tmp texcompress_rgtc.d.tmp texcompress_s3tc.d.tmp texenv.d.tmp texformat.d.tmp texgen.d.tmp texgetimage.d.tmp teximage.d.tmp texobj.d.tmp texparam.d.tmp texstate.d.tmp texstorage.d.tmp texstore.d.tmp texturebindless.d.tmp textureview.d.tmp transformfeedback.d.tmp u_atomic.d.tmp u_cpu_detect.d.tmp u_math.d.tmp u_process.d.tmp u_queue.d.tmp u_vector.d.tmp uniform_query.d.tmp uniforms.d.tmp utils.d.tmp varray.d.tmp vbo_context.d.tmp vbo_exec.d.tmp vbo_exec_api.d.tmp vbo_exec_draw.d.tmp vbo_exec_eval.d.tmp vbo_minmax_index.d.tmp vbo_noop.d.tmp vbo_primitive_restart.d.tmp vbo_save.d.tmp vbo_save_api.d.tmp vbo_save_draw.d.tmp vbo_save_loopback.d.tmp vdpau.d.tmp version.d.tmp viewport.d.tmp vma.d.tmp vtn_alu.d.tmp vtn_amd.d.tmp vtn_cfg.d.tmp vtn_gather_types.d.tmp vtn_glsl450.d.tmp vtn_opencl.d.tmp vtn_subgroup.d.tmp vtn_variables.d.tmp vtxfmt.d.tmp x86-64.d.tmp x86_xform.d.tmp x86sse.d.tmp xform4.d.tmp xmlconfig.d.tmp tags || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libroken && rm -f .depend base64.d cloexec.d concat.d ct.d detach.d dumpdata.d ecalloc.d emalloc.d environment.d eread.d erealloc.d esetenv.d estrdup.d ewrite.d get_default_username.d get_window_size.d getaddrinfo_hostspec.d getarg.d getnameinfo_verified.d getprogname.d h_errno.d hex.d hostent_find_fqdn.d issuid.d k_getpwnam.d k_getpwuid.d memset_s.d mini_inetd.d net_read.d net_write.d parse_bytes.d parse_time.d parse_units.d rand.d realloc.d resolve.d roken_gethostby.d rtbl.d setprogname.d signal.d simple_exec.d socket.d strcollect.d strlwr.d strpool.d strsep_copy.d strupr.d timeval.d tm2time.d verify.d warnerr.d write_pid.d xfree.d base64.d.tmp cloexec.d.tmp concat.d.tmp ct.d.tmp detach.d.tmp dumpdata.d.tmp ecalloc.d.tmp emalloc.d.tmp environment.d.tmp eread.d.tmp erealloc.d.tmp esetenv.d.tmp estrdup.d.tmp ewrite.d.tmp get_default_username.d.tmp get_window_size.d.tmp getaddrinfo_hostspec.d.tmp getarg.d.tmp getnameinfo_verified.d.tmp getprogname.d.tmp h_errno.d.tmp hex.d.tmp hostent_find_fqdn.d.tmp issuid.d.tmp k_getpwnam.d.tmp k_getpwuid.d.tmp memset_s.d.tmp mini_inetd.d.tmp net_read.d.tmp net_write.d.tmp parse_bytes.d.tmp parse_time.d.tmp parse_units.d.tmp rand.d.tmp realloc.d.tmp resolve.d.tmp roken_gethostby.d.tmp rtbl.d.tmp setprogname.d.tmp signal.d.tmp simple_exec.d.tmp socket.d.tmp strcollect.d.tmp strlwr.d.tmp strpool.d.tmp strsep_copy.d.tmp strupr.d.tmp timeval.d.tmp tm2time.d.tmp verify.d.tmp warnerr.d.tmp write_pid.d.tmp xfree.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libroken && rm -f .depend base64.d cloexec.d concat.d ct.d detach.d dumpdata.d ecalloc.d emalloc.d environment.d eread.d erealloc.d esetenv.d estrdup.d ewrite.d get_default_username.d get_window_size.d getaddrinfo_hostspec.d getarg.d getnameinfo_verified.d getprogname.d h_errno.d hex.d hostent_find_fqdn.d issuid.d k_getpwnam.d k_getpwuid.d memset_s.d mini_inetd.d net_read.d net_write.d parse_bytes.d parse_time.d parse_units.d rand.d realloc.d resolve.d roken_gethostby.d rtbl.d setprogname.d signal.d simple_exec.d socket.d strcollect.d strlwr.d strpool.d strsep_copy.d strupr.d timeval.d tm2time.d verify.d warnerr.d write_pid.d xfree.d base64.d.tmp cloexec.d.tmp concat.d.tmp ct.d.tmp detach.d.tmp dumpdata.d.tmp ecalloc.d.tmp emalloc.d.tmp environment.d.tmp eread.d.tmp erealloc.d.tmp esetenv.d.tmp estrdup.d.tmp ewrite.d.tmp get_default_username.d.tmp get_window_size.d.tmp getaddrinfo_hostspec.d.tmp getarg.d.tmp getnameinfo_verified.d.tmp getprogname.d.tmp h_errno.d.tmp hex.d.tmp hostent_find_fqdn.d.tmp issuid.d.tmp k_getpwnam.d.tmp k_getpwuid.d.tmp memset_s.d.tmp mini_inetd.d.tmp net_read.d.tmp net_write.d.tmp parse_bytes.d.tmp parse_time.d.tmp parse_units.d.tmp rand.d.tmp realloc.d.tmp resolve.d.tmp roken_gethostby.d.tmp rtbl.d.tmp setprogname.d.tmp signal.d.tmp simple_exec.d.tmp socket.d.tmp strcollect.d.tmp strlwr.d.tmp strpool.d.tmp strsep_copy.d.tmp strupr.d.tmp timeval.d.tmp tm2time.d.tmp verify.d.tmp warnerr.d.tmp write_pid.d.tmp xfree.d.tmp tags || true) --- cleandir-libvers --- cleandir ===> crypto/external/bsd/heimdal/lib/libvers --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/dri.old && rm -f i915_intel_batchbuffer.c i915_intel_blit.c i915_intel_buffer_objects.c i915_intel_buffers.c i915_intel_clear.c i915_intel_context.c i915_intel_extensions.c i915_intel_fbo.c i915_intel_mipmap_tree.c i915_intel_pixel.c i915_intel_pixel_bitmap.c i915_intel_pixel_copy.c i915_intel_pixel_draw.c i915_intel_pixel_read.c i915_intel_regions.c i915_intel_render.c i915_intel_screen.c i915_intel_state.c i915_intel_syncobj.c i915_intel_tex.c i915_intel_tex_copy.c i915_intel_tex_image.c i915_intel_tex_layout.c i915_intel_tex_subimage.c i915_intel_tex_validate.c i915_intel_tris.c 40_state_upload.c 40_blorp_exec.c 40_pipe_control.c 45_state_upload.c 45_blorp_exec.c 45_pipe_control.c 50_state_upload.c 50_blorp_exec.c 50_pipe_control.c 60_state_upload.c 60_blorp_exec.c 60_pipe_control.c 70_state_upload.c 70_blorp_exec.c 70_pipe_control.c 75_state_upload.c 75_blorp_exec.c 75_pipe_control.c 80_state_upload.c 80_blorp_exec.c 80_pipe_control.c 90_state_upload.c 90_blorp_exec.c 90_pipe_control.c 100_state_upload.c 100_blorp_exec.c 100_pipe_control.c 110_state_upload.c 110_blorp_exec.c 110_pipe_control.c 40_isl_emit_depth_stencil.c 40_isl_surface_state.c 50_isl_emit_depth_stencil.c 50_isl_surface_state.c 60_isl_emit_depth_stencil.c 60_isl_surface_state.c 70_isl_emit_depth_stencil.c 70_isl_surface_state.c 75_isl_emit_depth_stencil.c 75_isl_surface_state.c 80_isl_emit_depth_stencil.c 80_isl_surface_state.c 90_isl_emit_depth_stencil.c 90_isl_surface_state.c 100_isl_emit_depth_stencil.c 100_isl_surface_state.c 110_isl_emit_depth_stencil.c 110_isl_surface_state.c i965_intel_batchbuffer.c i965_intel_blit.c i965_intel_buffer_objects.c i965_intel_buffers.c i965_intel_copy_image.c i965_intel_extensions.c i965_intel_fbo.c i965_intel_mipmap_tree.c i965_intel_pixel.c i965_intel_pixel_bitmap.c i965_intel_pixel_copy.c i965_intel_pixel_draw.c i965_intel_pixel_read.c i965_intel_screen.c i965_intel_state.c i965_intel_tex.c i965_intel_tex_copy.c i965_intel_tex_image.c i965_intel_tex_validate.c i965_intel_upload.c r200_radeon_buffer_objects.c r200_radeon_common_context.c r200_radeon_common.c r200_radeon_dma.c r200_radeon_debug.c r200_radeon_fbo.c r200_radeon_fog.c r200_radeon_mipmap_tree.c r200_radeon_pixel_read.c r200_radeon_queryobj.c r200_radeon_span.c r200_radeon_texture.c r200_radeon_tex_copy.c r200_radeon_tile.c r200_radeon_screen.c MESApixel.c MESApixelstore.c MESAeval.c MESAdebug.c UTILdebug.c drirc .depend 100_blorp_exec.d 100_isl_emit_depth_stencil.d 100_isl_surface_state.d 100_pipe_control.d 100_state_upload.d 110_blorp_exec.d 110_isl_emit_depth_stencil.d 110_isl_surface_state.d 110_pipe_control.d 110_state_upload.d 3dnow.d 40_blorp_exec.d 40_isl_emit_depth_stencil.d 40_isl_surface_state.d 40_pipe_control.d 40_state_upload.d 45_blorp_exec.d 45_pipe_control.d 45_state_upload.d 50_blorp_exec.d 50_isl_emit_depth_stencil.d 50_isl_surface_state.d 50_pipe_control.d 50_state_upload.d 60_blorp_exec.d 60_isl_emit_depth_stencil.d 60_isl_surface_state.d 60_pipe_control.d 60_state_upload.d 70_blorp_exec.d 70_isl_emit_depth_stencil.d 70_isl_surface_state.d 70_pipe_control.d 70_state_upload.d 75_blorp_exec.d 75_isl_emit_depth_stencil.d 75_isl_surface_state.d 75_pipe_control.d 75_state_upload.d 80_blorp_exec.d 80_isl_emit_depth_stencil.d 80_isl_surface_state.d 80_pipe_control.d 80_state_upload.d 90_blorp_exec.d 90_isl_emit_depth_stencil.d 90_isl_surface_state.d 90_pipe_control.d 90_state_upload.d MESAdebug.d MESAeval.d MESApixel.d MESApixelstore.d UTILdebug.d accum.d api_arrayelt.d api_exec.d api_loopback.d arbprogparse.d arbprogram.d arrayobj.d ast_array_index.d ast_expr.d ast_function.d ast_to_hir.d ast_type.d atifragshader.d attrib.d barrier.d bbox.d blend.d blit.d blob.d blorp.d blorp_blit.d blorp_clear.d brw_binding_tables.d brw_blorp.d brw_bufmgr.d brw_cfg.d brw_clear.d brw_clip.d brw_clip_line.d brw_clip_point.d brw_clip_tri.d brw_clip_unfilled.d brw_clip_util.d brw_compile_clip.d brw_compile_sf.d brw_compiler.d brw_compute.d brw_conditional_render.d brw_context.d brw_cs.d brw_curbe.d brw_dead_control_flow.d brw_debug_recompile.d brw_disasm.d brw_disasm_info.d brw_disk_cache.d brw_draw.d brw_draw_upload.d brw_eu.d brw_eu_compact.d brw_eu_emit.d brw_eu_util.d brw_eu_validate.d brw_ff_gs.d brw_ff_gs_emit.d brw_formatquery.d brw_fs.d brw_fs_bank_conflicts.d brw_fs_cmod_propagation.d brw_fs_combine_constants.d brw_fs_copy_propagation.d brw_fs_cse.d brw_fs_dead_code_eliminate.d brw_fs_generator.d brw_fs_live_variables.d brw_fs_lower_pack.d brw_fs_lower_regioning.d brw_fs_nir.d brw_fs_reg_allocate.d brw_fs_register_coalesce.d brw_fs_saturate_propagation.d brw_fs_sel_peephole.d brw_fs_validate.d brw_fs_visitor.d brw_generate_mipmap.d brw_gs.d brw_gs_surface_state.d brw_interpolation_map.d brw_link.d brw_meta_util.d brw_misc_state.d brw_nir.d brw_nir_analyze_boolean_resolves.d brw_nir_analyze_ubo_ranges.d brw_nir_attribute_workarounds.d brw_nir_lower_conversions.d brw_nir_lower_cs_intrinsics.d brw_nir_lower_image_load_store.d brw_nir_lower_mem_access_bit_sizes.d brw_nir_opt_peephole_ffma.d brw_nir_tcs_workarounds.d brw_nir_trig_workarounds.d brw_nir_uniforms.d brw_object_purgeable.d brw_packed_float.d brw_performance_query.d brw_performance_query_mdapi.d brw_pipe_control.d brw_predicated_break.d brw_primitive_restart.d brw_program.d brw_program_binary.d brw_program_cache.d brw_queryobj.d brw_reg_type.d brw_reset.d brw_schedule_instructions.d brw_sf.d brw_shader.d brw_state_upload.d brw_surface_formats.d brw_sync.d brw_tcs.d brw_tcs_surface_state.d brw_tes.d brw_tes_surface_state.d brw_urb.d brw_util.d brw_vec4.d brw_vec4_cmod_propagation.d brw_vec4_copy_propagation.d brw_vec4_cse.d brw_vec4_dead_code_eliminate.d brw_vec4_generator.d brw_vec4_gs_nir.d brw_vec4_gs_visitor.d brw_vec4_live_variables.d brw_vec4_nir.d brw_vec4_reg_allocate.d brw_vec4_surface_builder.d brw_vec4_tcs.d brw_vec4_tes.d brw_vec4_visitor.d brw_vec4_vs_visitor.d brw_vs.d brw_vs_surface_state.d brw_vue_map.d brw_wm.d brw_wm_iz.d brw_wm_surface_state.d bufferobj.d buffers.d build_id.d builtin_functions.d builtin_types.d builtin_variables.d clear.d clip.d colortab.d common_x86.d compute.d condrender.d conservativeraster.d context.d convolve.d copyimage.d cpuinfo.d crc32.d debug_output.d depth.d disk_cache.d dlist.d draw.d draw_validate.d drawpix.d drawtex.d dri_util.d driverfuncs.d enable.d enums.d errors.d es1_conversion.d execmem.d extensions.d extensions_table.d externalobjects.d fast_idiv_by_const.d fbobject.d feedback.d ff_fragment_shader.d ffvertex_prog.d fog.d format_fallback.d format_pack.d format_srgb.d format_unpack.d format_utils.d formatquery.d formats.d framebuffer.d gen6_clip_state.d gen6_constant_state.d gen6_gs_visitor.d gen6_multisample_state.d gen6_queryobj.d gen6_sampler_state.d gen6_sol.d gen6_urb.d gen7_l3_state.d gen7_sol_state.d gen7_urb.d gen8_depth_state.d gen8_multisample_state.d gen_batch_decoder.d gen_debug.d gen_decoder.d gen_device_info.d gen_disasm.d gen_l3_config.d gen_perf.d gen_perf_mdapi.d gen_perf_metrics.d gen_urb_config.d generate_ir.d genmipmap.d get.d getstring.d gl_nir_link_atomics.d gl_nir_link_uniform_initializers.d gl_nir_link_uniforms.d gl_nir_link_xfb.d gl_nir_linker.d gl_nir_lower_atomics.d gl_nir_lower_bindless_images.d gl_nir_lower_buffers.d gl_nir_lower_samplers.d gl_nir_lower_samplers_as_deref.d gl_spirv.d glcpp-lex.d glcpp-parse.d glformats.d glsl_lexer.d glsl_parser.d glsl_parser_extras.d glsl_symbol_table.d glsl_to_nir.d glsl_types.d glspirv.d glthread.d half_float.d hash.d hash_table.d hint.d hir_field_selection.d histogram.d hsw_queryobj.d hsw_sol.d i830_context.d i830_state.d i830_texblend.d i830_texstate.d i830_vtbl.d i915_context.d i915_debug_fp.d i915_fragprog.d i915_intel_batchbuffer.d i915_intel_blit.d i915_intel_buffer_objects.d i915_intel_buffers.d i915_intel_clear.d i915_intel_context.d i915_intel_extensions.d i915_intel_fbo.d i915_intel_mipmap_tree.d i915_intel_pixel.d i915_intel_pixel_bitmap.d i915_intel_pixel_copy.d i915_intel_pixel_draw.d i915_intel_pixel_read.d i915_intel_regions.d i915_intel_render.d i915_intel_screen.d i915_intel_state.d i915_intel_syncobj.d i915_intel_tex.d i915_intel_tex_copy.d i915_intel_tex_image.d i915_intel_tex_layout.d i915_intel_tex_subimage.d i915_intel_tex_validate.d i915_intel_tris.d i915_program.d i915_state.d i915_tex_layout.d i915_texstate.d i915_vtbl.d i965_intel_batchbuffer.d i965_intel_blit.d i965_intel_buffer_objects.d i965_intel_buffers.d i965_intel_copy_image.d i965_intel_extensions.d i965_intel_fbo.d i965_intel_mipmap_tree.d i965_intel_pixel.d i965_intel_pixel_bitmap.d i965_intel_pixel_copy.d i965_intel_pixel_draw.d i965_intel_pixel_read.d i965_intel_screen.d i965_intel_state.d i965_intel_tex.d i965_intel_tex_copy.d i965_intel_tex_image.d i965_intel_tex_validate.d i965_intel_upload.d image.d imports.d intel_log.d ir.d ir_array_refcount.d ir_basic_block.d ir_builder.d ir_clone.d ir_constant_expression.d ir_equals.d ir_expression_flattening.d ir_function.d ir_function_can_inline.d ir_function_detect_recursion.d ir_hierarchical_visitor.d ir_hv_accept.d ir_print_visitor.d ir_reader.d ir_rvalue_visitor.d ir_set_program_inouts.d ir_to_mesa.d ir_validate.d ir_variable_refcount.d isl.d isl_drm.d isl_format.d isl_format_layout.d isl_gen4.d isl_gen6.d isl_gen7.d isl_gen8.d isl_gen9.d isl_storage_image.d isl_tiled_memcpy.d isl_tiled_memcpy_normal.d isl_tiled_memcpy_sse41.d light.d lines.d link_atomics.d link_functions.d link_interface_blocks.d link_uniform_block_active_visitor.d link_uniform_blocks.d link_uniform_initializers.d link_uniforms.d link_varyings.d linker.d linker_util.d loop_analysis.d loop_unroll.d lower_blend_equation_advanced.d lower_buffer_access.d lower_const_arrays_to_uniforms.d lower_cs_derived.d lower_discard.d lower_discard_flow.d lower_distance.d lower_if_to_cond_assign.d lower_instructions.d lower_int64.d lower_jumps.d lower_mat_op_to_vec.d lower_named_interface_blocks.d lower_noise.d lower_offset_array.d lower_output_reads.d lower_packed_varyings.d lower_packing_builtins.d lower_shared_reference.d lower_subroutine.d lower_tess_level.d lower_texture_projection.d lower_ubo_reference.d lower_variable_index_to_cond_assign.d lower_vec_index_to_cond_assign.d lower_vec_index_to_swizzle.d lower_vector.d lower_vector_derefs.d lower_vector_insert.d lower_vertex_id.d m_debug_clip.d m_debug_norm.d m_debug_xform.d m_eval.d m_matrix.d m_translate.d m_vector.d m_xform.d marshal.d marshal_generated.d matrix.d megadriver_stub.d mesa-sha1.d meta.d meta_blit.d meta_generate_mipmap.d mipmap.d mm.d multisample.d nir.d nir_builtin_builder.d nir_clone.d nir_constant_expressions.d nir_control_flow.d nir_deref.d nir_dominance.d nir_from_ssa.d nir_gather_info.d nir_gather_xfb_info.d nir_gs_count_vertices.d nir_inline_functions.d nir_instr_set.d nir_intrinsics.d nir_linking_helpers.d nir_liveness.d nir_loop_analyze.d nir_lower_alpha_test.d nir_lower_alu.d nir_lower_alu_to_scalar.d nir_lower_array_deref_of_vec.d nir_lower_atomics_to_ssbo.d nir_lower_bit_size.d nir_lower_bitmap.d nir_lower_bool_to_int32.d nir_lower_clamp_color_outputs.d nir_lower_clip.d nir_lower_clip_cull_distance_arrays.d nir_lower_constant_initializers.d nir_lower_double_ops.d nir_lower_drawpixels.d nir_lower_global_vars_to_local.d nir_lower_gs_intrinsics.d nir_lower_idiv.d nir_lower_indirect_derefs.d nir_lower_int64.d nir_lower_io.d nir_lower_io_arrays_to_elements.d nir_lower_io_to_scalar.d nir_lower_io_to_temporaries.d nir_lower_io_to_vector.d nir_lower_load_const_to_scalar.d nir_lower_locals_to_regs.d nir_lower_packing.d nir_lower_passthrough_edgeflags.d nir_lower_patch_vertices.d nir_lower_phis_to_scalar.d nir_lower_regs_to_ssa.d nir_lower_returns.d nir_lower_subgroups.d nir_lower_system_values.d nir_lower_tex.d nir_lower_to_source_mods.d nir_lower_two_sided_color.d nir_lower_uniforms_to_ubo.d nir_lower_var_copies.d nir_lower_vars_to_ssa.d nir_lower_vec_to_movs.d nir_lower_wpos_center.d nir_lower_wpos_ytransform.d nir_metadata.d nir_move_load_const.d nir_move_vec_src_uses_to_dest.d nir_normalize_cubemap_coords.d nir_opcodes.d nir_opt_algebraic.d nir_opt_combine_stores.d nir_opt_comparison_pre.d nir_opt_conditional_discard.d nir_opt_constant_folding.d nir_opt_copy_prop_vars.d nir_opt_copy_propagate.d nir_opt_cse.d nir_opt_dce.d nir_opt_dead_cf.d nir_opt_dead_write_vars.d nir_opt_find_array_copies.d nir_opt_gcm.d nir_opt_idiv_const.d nir_opt_if.d nir_opt_intrinsics.d nir_opt_large_constants.d nir_opt_loop_unroll.d nir_opt_move_comparisons.d nir_opt_move_load_ubo.d nir_opt_peephole_select.d nir_opt_remove_phis.d nir_opt_shrink_load.d nir_opt_trivial_continues.d nir_opt_undef.d nir_phi_builder.d nir_print.d nir_propagate_invariant.d nir_remove_dead_variables.d nir_repair_ssa.d nir_search.d nir_serialize.d nir_split_per_member_structs.d nir_split_var_copies.d nir_split_vars.d nir_strip.d nir_sweep.d nir_to_lcssa.d nir_types.d nir_validate.d nir_worklist.d objectlabel.d objectpurge.d opt_algebraic.d opt_array_splitting.d opt_conditional_discard.d opt_constant_folding.d opt_constant_propagation.d opt_constant_variable.d opt_copy_propagation_elements.d opt_dead_builtin_variables.d opt_dead_builtin_varyings.d opt_dead_code.d opt_dead_code_local.d opt_dead_functions.d opt_flatten_nested_if_blocks.d opt_flip_matrices.d opt_function_inlining.d opt_if_simplification.d opt_minmax.d opt_rebalance_tree.d opt_redundant_jumps.d opt_structure_splitting.d opt_swizzle.d opt_tree_grafting.d opt_vectorize.d os_time.d pack.d pbo.d performance_monitor.d performance_query.d pipelineobj.d pixeltransfer.d points.d polygon.d pp.d prog_cache.d prog_execute.d prog_instruction.d prog_noise.d prog_opt_constant_fold.d prog_optimize.d prog_parameter.d prog_parameter_layout.d prog_print.d prog_statevars.d prog_to_nir.d program.d program_binary.d program_lexer.d program_parse.tab.d program_parse_extra.d program_resource.d programopt.d propagate_invariance.d querymatrix.d queryobj.d r200_blit.d r200_cmdbuf.d r200_context.d r200_fragshader.d r200_ioctl.d r200_maos.d r200_radeon_buffer_objects.d r200_radeon_common.d r200_radeon_common_context.d r200_radeon_debug.d r200_radeon_dma.d r200_radeon_fbo.d r200_radeon_fog.d r200_radeon_mipmap_tree.d r200_radeon_pixel_read.d r200_radeon_queryobj.d r200_radeon_screen.d r200_radeon_span.d r200_radeon_tex_copy.d r200_radeon_texture.d r200_radeon_tile.d r200_sanity.d r200_state.d r200_state_init.d r200_swtcl.d r200_tcl.d r200_tex.d r200_texstate.d r200_vertprog.d radeon_blit.d radeon_buffer_objects.d radeon_common.d radeon_common_context.d radeon_context.d radeon_debug.d radeon_dma.d radeon_fbo.d radeon_fog.d radeon_ioctl.d radeon_maos.d radeon_mipmap_tree.d radeon_pixel_read.d radeon_queryobj.d radeon_sanity.d radeon_screen.d radeon_span.d radeon_state.d radeon_state_init.d radeon_swtcl.d radeon_tcl.d radeon_tex.d radeon_tex_copy.d radeon_texstate.d radeon_texture.d radeon_tile.d ralloc.d rand_xor.d rastpos.d rb_tree.d readpix.d register_allocate.d remap.d renderbuffer.d rgtc.d robustness.d s_aaline.d s_aatriangle.d s_alpha.d s_atifragshader.d s_bitmap.d s_blend.d s_blit.d s_clear.d s_context.d s_copypix.d s_depth.d s_drawpix.d s_expression.d s_feedback.d s_fog.d s_fragprog.d s_lines.d s_logic.d s_masking.d s_points.d s_renderbuffer.d s_span.d s_stencil.d s_texcombine.d s_texfetch.d s_texfilter.d s_texrender.d s_texture.d s_triangle.d s_zoom.d samplerobj.d scissor.d serialize.d set.d shader_cache.d shader_enums.d shader_query.d shaderapi.d shaderimage.d shaderobj.d shared.d slab.d sparc.d spirv_info.d spirv_to_nir.d ss_context.d ss_triangle.d sse.d sse_minmax.d state.d stencil.d streaming-load-memcpy.d string_buffer.d string_to_uint_map.d strtod.d symbol_table.d syncobj.d t_context.d t_draw.d t_pipeline.d t_rebase.d t_split.d t_split_copy.d t_split_inplace.d t_vb_fog.d t_vb_light.d t_vb_normals.d t_vb_points.d t_vb_program.d t_vb_render.d t_vb_texgen.d t_vb_texmat.d t_vb_vertex.d t_vertex.d t_vertex_generic.d t_vertex_sse.d t_vp_build.d texcompress.d texcompress_astc.d texcompress_bptc.d texcompress_cpal.d texcompress_etc.d texcompress_fxt1.d texcompress_rgtc.d texcompress_s3tc.d texenv.d texformat.d texgen.d texgetimage.d teximage.d texobj.d texparam.d texstate.d texstorage.d texstore.d texturebindless.d textureview.d transformfeedback.d u_atomic.d u_cpu_detect.d u_math.d u_process.d u_queue.d u_vector.d uniform_query.d uniforms.d utils.d varray.d vbo_context.d vbo_exec.d vbo_exec_api.d vbo_exec_draw.d vbo_exec_eval.d vbo_minmax_index.d vbo_noop.d vbo_primitive_restart.d vbo_save.d vbo_save_api.d vbo_save_draw.d vbo_save_loopback.d vdpau.d version.d viewport.d vma.d vtn_alu.d vtn_amd.d vtn_cfg.d vtn_gather_types.d vtn_glsl450.d vtn_opencl.d vtn_subgroup.d vtn_variables.d vtxfmt.d x86-64.d x86_xform.d x86sse.d xform4.d xmlconfig.d 100_blorp_exec.d.tmp 100_isl_emit_depth_stencil.d.tmp 100_isl_surface_state.d.tmp 100_pipe_control.d.tmp 100_state_upload.d.tmp 110_blorp_exec.d.tmp 110_isl_emit_depth_stencil.d.tmp 110_isl_surface_state.d.tmp 110_pipe_control.d.tmp 110_state_upload.d.tmp 3dnow.d.tmp 40_blorp_exec.d.tmp 40_isl_emit_depth_stencil.d.tmp 40_isl_surface_state.d.tmp 40_pipe_control.d.tmp 40_state_upload.d.tmp 45_blorp_exec.d.tmp 45_pipe_control.d.tmp 45_state_upload.d.tmp 50_blorp_exec.d.tmp 50_isl_emit_depth_stencil.d.tmp 50_isl_surface_state.d.tmp 50_pipe_control.d.tmp 50_state_upload.d.tmp 60_blorp_exec.d.tmp 60_isl_emit_depth_stencil.d.tmp 60_isl_surface_state.d.tmp 60_pipe_control.d.tmp 60_state_upload.d.tmp 70_blorp_exec.d.tmp 70_isl_emit_depth_stencil.d.tmp 70_isl_surface_state.d.tmp 70_pipe_control.d.tmp 70_state_upload.d.tmp 75_blorp_exec.d.tmp 75_isl_emit_depth_stencil.d.tmp 75_isl_surface_state.d.tmp 75_pipe_control.d.tmp 75_state_upload.d.tmp 80_blorp_exec.d.tmp 80_isl_emit_depth_stencil.d.tmp 80_isl_surface_state.d.tmp 80_pipe_control.d.tmp 80_state_upload.d.tmp 90_blorp_exec.d.tmp 90_isl_emit_depth_stencil.d.tmp 90_isl_surface_state.d.tmp 90_pipe_control.d.tmp 90_state_upload.d.tmp MESAdebug.d.tmp MESAeval.d.tmp MESApixel.d.tmp MESApixelstore.d.tmp UTILdebug.d.tmp accum.d.tmp api_arrayelt.d.tmp api_exec.d.tmp api_loopback.d.tmp arbprogparse.d.tmp arbprogram.d.tmp arrayobj.d.tmp ast_array_index.d.tmp ast_expr.d.tmp ast_function.d.tmp ast_to_hir.d.tmp ast_type.d.tmp atifragshader.d.tmp attrib.d.tmp barrier.d.tmp bbox.d.tmp blend.d.tmp blit.d.tmp blob.d.tmp blorp.d.tmp blorp_blit.d.tmp blorp_clear.d.tmp brw_binding_tables.d.tmp brw_blorp.d.tmp brw_bufmgr.d.tmp brw_cfg.d.tmp brw_clear.d.tmp brw_clip.d.tmp brw_clip_line.d.tmp brw_clip_point.d.tmp brw_clip_tri.d.tmp brw_clip_unfilled.d.tmp brw_clip_util.d.tmp brw_compile_clip.d.tmp brw_compile_sf.d.tmp brw_compiler.d.tmp brw_compute.d.tmp brw_conditional_render.d.tmp brw_context.d.tmp brw_cs.d.tmp brw_curbe.d.tmp brw_dead_control_flow.d.tmp brw_debug_recompile.d.tmp brw_disasm.d.tmp brw_disasm_info.d.tmp brw_disk_cache.d.tmp brw_draw.d.tmp brw_draw_upload.d.tmp brw_eu.d.tmp brw_eu_compact.d.tmp brw_eu_emit.d.tmp brw_eu_util.d.tmp brw_eu_validate.d.tmp brw_ff_gs.d.tmp brw_ff_gs_emit.d.tmp brw_formatquery.d.tmp brw_fs.d.tmp brw_fs_bank_conflicts.d.tmp brw_fs_cmod_propagation.d.tmp brw_fs_combine_constants.d.tmp brw_fs_copy_propagation.d.tmp brw_fs_cse.d.tmp brw_fs_dead_code_eliminate.d.tmp brw_fs_generator.d.tmp brw_fs_live_variables.d.tmp brw_fs_lower_pack.d.tmp brw_fs_lower_regioning.d.tmp brw_fs_nir.d.tmp brw_fs_reg_allocate.d.tmp brw_fs_register_coalesce.d.tmp brw_fs_saturate_propagation.d.tmp brw_fs_sel_peephole.d.tmp brw_fs_validate.d.tmp brw_fs_visitor.d.tmp brw_generate_mipmap.d.tmp brw_gs.d.tmp brw_gs_surface_state.d.tmp brw_interpolation_map.d.tmp brw_link.d.tmp brw_meta_util.d.tmp brw_misc_state.d.tmp brw_nir.d.tmp brw_nir_analyze_boolean_resolves.d.tmp brw_nir_analyze_ubo_ranges.d.tmp brw_nir_attribute_workarounds.d.tmp brw_nir_lower_conversions.d.tmp brw_nir_lower_cs_intrinsics.d.tmp brw_nir_lower_image_load_store.d.tmp brw_nir_lower_mem_access_bit_sizes.d.tmp brw_nir_opt_peephole_ffma.d.tmp brw_nir_tcs_workarounds.d.tmp brw_nir_trig_workarounds.d.tmp brw_nir_uniforms.d.tmp brw_object_purgeable.d.tmp brw_packed_float.d.tmp brw_performance_query.d.tmp brw_performance_query_mdapi.d.tmp brw_pipe_control.d.tmp brw_predicated_break.d.tmp brw_primitive_restart.d.tmp brw_program.d.tmp brw_program_binary.d.tmp brw_program_cache.d.tmp brw_queryobj.d.tmp brw_reg_type.d.tmp brw_reset.d.tmp brw_schedule_instructions.d.tmp brw_sf.d.tmp brw_shader.d.tmp brw_state_upload.d.tmp brw_surface_formats.d.tmp brw_sync.d.tmp brw_tcs.d.tmp brw_tcs_surface_state.d.tmp brw_tes.d.tmp brw_tes_surface_state.d.tmp brw_urb.d.tmp brw_util.d.tmp brw_vec4.d.tmp brw_vec4_cmod_propagation.d.tmp brw_vec4_copy_propagation.d.tmp brw_vec4_cse.d.tmp brw_vec4_dead_code_eliminate.d.tmp brw_vec4_generator.d.tmp brw_vec4_gs_nir.d.tmp brw_vec4_gs_visitor.d.tmp brw_vec4_live_variables.d.tmp brw_vec4_nir.d.tmp brw_vec4_reg_allocate.d.tmp brw_vec4_surface_builder.d.tmp brw_vec4_tcs.d.tmp brw_vec4_tes.d.tmp brw_vec4_visitor.d.tmp brw_vec4_vs_visitor.d.tmp brw_vs.d.tmp brw_vs_surface_state.d.tmp brw_vue_map.d.tmp brw_wm.d.tmp brw_wm_iz.d.tmp brw_wm_surface_state.d.tmp bufferobj.d.tmp buffers.d.tmp build_id.d.tmp builtin_functions.d.tmp builtin_types.d.tmp builtin_variables.d.tmp clear.d.tmp clip.d.tmp colortab.d.tmp common_x86.d.tmp compute.d.tmp condrender.d.tmp conservativeraster.d.tmp context.d.tmp convolve.d.tmp copyimage.d.tmp cpuinfo.d.tmp crc32.d.tmp debug_output.d.tmp depth.d.tmp disk_cache.d.tmp dlist.d.tmp draw.d.tmp draw_validate.d.tmp drawpix.d.tmp drawtex.d.tmp dri_util.d.tmp driverfuncs.d.tmp enable.d.tmp enums.d.tmp errors.d.tmp es1_conversion.d.tmp execmem.d.tmp extensions.d.tmp extensions_table.d.tmp externalobjects.d.tmp fast_idiv_by_const.d.tmp fbobject.d.tmp feedback.d.tmp ff_fragment_shader.d.tmp ffvertex_prog.d.tmp fog.d.tmp format_fallback.d.tmp format_pack.d.tmp format_srgb.d.tmp format_unpack.d.tmp format_utils.d.tmp formatquery.d.tmp formats.d.tmp framebuffer.d.tmp gen6_clip_state.d.tmp gen6_constant_state.d.tmp gen6_gs_visitor.d.tmp gen6_multisample_state.d.tmp gen6_queryobj.d.tmp gen6_sampler_state.d.tmp gen6_sol.d.tmp gen6_urb.d.tmp gen7_l3_state.d.tmp gen7_sol_state.d.tmp gen7_urb.d.tmp gen8_depth_state.d.tmp gen8_multisample_state.d.tmp gen_batch_decoder.d.tmp gen_debug.d.tmp gen_decoder.d.tmp gen_device_info.d.tmp gen_disasm.d.tmp gen_l3_config.d.tmp gen_perf.d.tmp gen_perf_mdapi.d.tmp gen_perf_metrics.d.tmp gen_urb_config.d.tmp generate_ir.d.tmp genmipmap.d.tmp get.d.tmp getstring.d.tmp gl_nir_link_atomics.d.tmp gl_nir_link_uniform_initializers.d.tmp gl_nir_link_uniforms.d.tmp gl_nir_link_xfb.d.tmp gl_nir_linker.d.tmp gl_nir_lower_atomics.d.tmp gl_nir_lower_bindless_images.d.tmp gl_nir_lower_buffers.d.tmp gl_nir_lower_samplers.d.tmp gl_nir_lower_samplers_as_deref.d.tmp gl_spirv.d.tmp glcpp-lex.d.tmp glcpp-parse.d.tmp glformats.d.tmp glsl_lexer.d.tmp glsl_parser.d.tmp glsl_parser_extras.d.tmp glsl_symbol_table.d.tmp glsl_to_nir.d.tmp glsl_types.d.tmp glspirv.d.tmp glthread.d.tmp half_float.d.tmp hash.d.tmp hash_table.d.tmp hint.d.tmp hir_field_selection.d.tmp histogram.d.tmp hsw_queryobj.d.tmp hsw_sol.d.tmp i830_context.d.tmp i830_state.d.tmp i830_texblend.d.tmp i830_texstate.d.tmp i830_vtbl.d.tmp i915_context.d.tmp i915_debug_fp.d.tmp i915_fragprog.d.tmp i915_intel_batchbuffer.d.tmp i915_intel_blit.d.tmp i915_intel_buffer_objects.d.tmp i915_intel_buffers.d.tmp i915_intel_clear.d.tmp i915_intel_context.d.tmp i915_intel_extensions.d.tmp i915_intel_fbo.d.tmp i915_intel_mipmap_tree.d.tmp i915_intel_pixel.d.tmp i915_intel_pixel_bitmap.d.tmp i915_intel_pixel_copy.d.tmp i915_intel_pixel_draw.d.tmp i915_intel_pixel_read.d.tmp i915_intel_regions.d.tmp i915_intel_render.d.tmp i915_intel_screen.d.tmp i915_intel_state.d.tmp i915_intel_syncobj.d.tmp i915_intel_tex.d.tmp i915_intel_tex_copy.d.tmp i915_intel_tex_image.d.tmp i915_intel_tex_layout.d.tmp i915_intel_tex_subimage.d.tmp i915_intel_tex_validate.d.tmp i915_intel_tris.d.tmp i915_program.d.tmp i915_state.d.tmp i915_tex_layout.d.tmp i915_texstate.d.tmp i915_vtbl.d.tmp i965_intel_batchbuffer.d.tmp i965_intel_blit.d.tmp i965_intel_buffer_objects.d.tmp i965_intel_buffers.d.tmp i965_intel_copy_image.d.tmp i965_intel_extensions.d.tmp i965_intel_fbo.d.tmp i965_intel_mipmap_tree.d.tmp i965_intel_pixel.d.tmp i965_intel_pixel_bitmap.d.tmp i965_intel_pixel_copy.d.tmp i965_intel_pixel_draw.d.tmp i965_intel_pixel_read.d.tmp i965_intel_screen.d.tmp i965_intel_state.d.tmp i965_intel_tex.d.tmp i965_intel_tex_copy.d.tmp i965_intel_tex_image.d.tmp i965_intel_tex_validate.d.tmp i965_intel_upload.d.tmp image.d.tmp imports.d.tmp intel_log.d.tmp ir.d.tmp ir_array_refcount.d.tmp ir_basic_block.d.tmp ir_builder.d.tmp ir_clone.d.tmp ir_constant_expression.d.tmp ir_equals.d.tmp ir_expression_flattening.d.tmp ir_function.d.tmp ir_function_can_inline.d.tmp ir_function_detect_recursion.d.tmp ir_hierarchical_visitor.d.tmp ir_hv_accept.d.tmp ir_print_visitor.d.tmp ir_reader.d.tmp ir_rvalue_visitor.d.tmp ir_set_program_inouts.d.tmp ir_to_mesa.d.tmp ir_validate.d.tmp ir_variable_refcount.d.tmp isl.d.tmp isl_drm.d.tmp isl_format.d.tmp isl_format_layout.d.tmp isl_gen4.d.tmp isl_gen6.d.tmp isl_gen7.d.tmp isl_gen8.d.tmp isl_gen9.d.tmp isl_storage_image.d.tmp isl_tiled_memcpy.d.tmp isl_tiled_memcpy_normal.d.tmp isl_tiled_memcpy_sse41.d.tmp light.d.tmp lines.d.tmp link_atomics.d.tmp link_functions.d.tmp link_interface_blocks.d.tmp link_uniform_block_active_visitor.d.tmp link_uniform_blocks.d.tmp link_uniform_initializers.d.tmp link_uniforms.d.tmp link_varyings.d.tmp linker.d.tmp linker_util.d.tmp loop_analysis.d.tmp loop_unroll.d.tmp lower_blend_equation_advanced.d.tmp lower_buffer_access.d.tmp lower_const_arrays_to_uniforms.d.tmp lower_cs_derived.d.tmp lower_discard.d.tmp lower_discard_flow.d.tmp lower_distance.d.tmp lower_if_to_cond_assign.d.tmp lower_instructions.d.tmp lower_int64.d.tmp lower_jumps.d.tmp lower_mat_op_to_vec.d.tmp lower_named_interface_blocks.d.tmp lower_noise.d.tmp lower_offset_array.d.tmp lower_output_reads.d.tmp lower_packed_varyings.d.tmp lower_packing_builtins.d.tmp lower_shared_reference.d.tmp lower_subroutine.d.tmp lower_tess_level.d.tmp lower_texture_projection.d.tmp lower_ubo_reference.d.tmp lower_variable_index_to_cond_assign.d.tmp lower_vec_index_to_cond_assign.d.tmp lower_vec_index_to_swizzle.d.tmp lower_vector.d.tmp lower_vector_derefs.d.tmp lower_vector_insert.d.tmp lower_vertex_id.d.tmp m_debug_clip.d.tmp m_debug_norm.d.tmp m_debug_xform.d.tmp m_eval.d.tmp m_matrix.d.tmp m_translate.d.tmp m_vector.d.tmp m_xform.d.tmp marshal.d.tmp marshal_generated.d.tmp matrix.d.tmp megadriver_stub.d.tmp mesa-sha1.d.tmp meta.d.tmp meta_blit.d.tmp meta_generate_mipmap.d.tmp mipmap.d.tmp mm.d.tmp multisample.d.tmp nir.d.tmp nir_builtin_builder.d.tmp nir_clone.d.tmp nir_constant_expressions.d.tmp nir_control_flow.d.tmp nir_deref.d.tmp nir_dominance.d.tmp nir_from_ssa.d.tmp nir_gather_info.d.tmp nir_gather_xfb_info.d.tmp nir_gs_count_vertices.d.tmp nir_inline_functions.d.tmp nir_instr_set.d.tmp nir_intrinsics.d.tmp nir_linking_helpers.d.tmp nir_liveness.d.tmp nir_loop_analyze.d.tmp nir_lower_alpha_test.d.tmp nir_lower_alu.d.tmp nir_lower_alu_to_scalar.d.tmp nir_lower_array_deref_of_vec.d.tmp nir_lower_atomics_to_ssbo.d.tmp nir_lower_bit_size.d.tmp nir_lower_bitmap.d.tmp nir_lower_bool_to_int32.d.tmp nir_lower_clamp_color_outputs.d.tmp nir_lower_clip.d.tmp nir_lower_clip_cull_distance_arrays.d.tmp nir_lower_constant_initializers.d.tmp nir_lower_double_ops.d.tmp nir_lower_drawpixels.d.tmp nir_lower_global_vars_to_local.d.tmp nir_lower_gs_intrinsics.d.tmp nir_lower_idiv.d.tmp nir_lower_indirect_derefs.d.tmp nir_lower_int64.d.tmp nir_lower_io.d.tmp nir_lower_io_arrays_to_elements.d.tmp nir_lower_io_to_scalar.d.tmp nir_lower_io_to_temporaries.d.tmp nir_lower_io_to_vector.d.tmp nir_lower_load_const_to_scalar.d.tmp nir_lower_locals_to_regs.d.tmp nir_lower_packing.d.tmp nir_lower_passthrough_edgeflags.d.tmp nir_lower_patch_vertices.d.tmp nir_lower_phis_to_scalar.d.tmp nir_lower_regs_to_ssa.d.tmp nir_lower_returns.d.tmp nir_lower_subgroups.d.tmp nir_lower_system_values.d.tmp nir_lower_tex.d.tmp nir_lower_to_source_mods.d.tmp nir_lower_two_sided_color.d.tmp nir_lower_uniforms_to_ubo.d.tmp nir_lower_var_copies.d.tmp nir_lower_vars_to_ssa.d.tmp nir_lower_vec_to_movs.d.tmp nir_lower_wpos_center.d.tmp nir_lower_wpos_ytransform.d.tmp nir_metadata.d.tmp nir_move_load_const.d.tmp nir_move_vec_src_uses_to_dest.d.tmp nir_normalize_cubemap_coords.d.tmp nir_opcodes.d.tmp nir_opt_algebraic.d.tmp nir_opt_combine_stores.d.tmp nir_opt_comparison_pre.d.tmp nir_opt_conditional_discard.d.tmp nir_opt_constant_folding.d.tmp nir_opt_copy_prop_vars.d.tmp nir_opt_copy_propagate.d.tmp nir_opt_cse.d.tmp nir_opt_dce.d.tmp nir_opt_dead_cf.d.tmp nir_opt_dead_write_vars.d.tmp nir_opt_find_array_copies.d.tmp nir_opt_gcm.d.tmp nir_opt_idiv_const.d.tmp nir_opt_if.d.tmp nir_opt_intrinsics.d.tmp nir_opt_large_constants.d.tmp nir_opt_loop_unroll.d.tmp nir_opt_move_comparisons.d.tmp nir_opt_move_load_ubo.d.tmp nir_opt_peephole_select.d.tmp nir_opt_remove_phis.d.tmp nir_opt_shrink_load.d.tmp nir_opt_trivial_continues.d.tmp nir_opt_undef.d.tmp nir_phi_builder.d.tmp nir_print.d.tmp nir_propagate_invariant.d.tmp nir_remove_dead_variables.d.tmp nir_repair_ssa.d.tmp nir_search.d.tmp nir_serialize.d.tmp nir_split_per_member_structs.d.tmp nir_split_var_copies.d.tmp nir_split_vars.d.tmp nir_strip.d.tmp nir_sweep.d.tmp nir_to_lcssa.d.tmp nir_types.d.tmp nir_validate.d.tmp nir_worklist.d.tmp objectlabel.d.tmp objectpurge.d.tmp opt_algebraic.d.tmp opt_array_splitting.d.tmp opt_conditional_discard.d.tmp opt_constant_folding.d.tmp opt_constant_propagation.d.tmp opt_constant_variable.d.tmp opt_copy_propagation_elements.d.tmp opt_dead_builtin_variables.d.tmp opt_dead_builtin_varyings.d.tmp opt_dead_code.d.tmp opt_dead_code_local.d.tmp opt_dead_functions.d.tmp opt_flatten_nested_if_blocks.d.tmp opt_flip_matrices.d.tmp opt_function_inlining.d.tmp opt_if_simplification.d.tmp opt_minmax.d.tmp opt_rebalance_tree.d.tmp opt_redundant_jumps.d.tmp opt_structure_splitting.d.tmp opt_swizzle.d.tmp opt_tree_grafting.d.tmp opt_vectorize.d.tmp os_time.d.tmp pack.d.tmp pbo.d.tmp performance_monitor.d.tmp performance_query.d.tmp pipelineobj.d.tmp pixeltransfer.d.tmp points.d.tmp polygon.d.tmp pp.d.tmp prog_cache.d.tmp prog_execute.d.tmp prog_instruction.d.tmp prog_noise.d.tmp prog_opt_constant_fold.d.tmp prog_optimize.d.tmp prog_parameter.d.tmp prog_parameter_layout.d.tmp prog_print.d.tmp prog_statevars.d.tmp prog_to_nir.d.tmp program.d.tmp program_binary.d.tmp program_lexer.d.tmp program_parse.tab.d.tmp program_parse_extra.d.tmp program_resource.d.tmp programopt.d.tmp propagate_invariance.d.tmp querymatrix.d.tmp queryobj.d.tmp r200_blit.d.tmp r200_cmdbuf.d.tmp r200_context.d.tmp r200_fragshader.d.tmp r200_ioctl.d.tmp r200_maos.d.tmp r200_radeon_buffer_objects.d.tmp r200_radeon_common.d.tmp r200_radeon_common_context.d.tmp r200_radeon_debug.d.tmp r200_radeon_dma.d.tmp r200_radeon_fbo.d.tmp r200_radeon_fog.d.tmp r200_radeon_mipmap_tree.d.tmp r200_radeon_pixel_read.d.tmp r200_radeon_queryobj.d.tmp r200_radeon_screen.d.tmp r200_radeon_span.d.tmp r200_radeon_tex_copy.d.tmp r200_radeon_texture.d.tmp r200_radeon_tile.d.tmp r200_sanity.d.tmp r200_state.d.tmp r200_state_init.d.tmp r200_swtcl.d.tmp r200_tcl.d.tmp r200_tex.d.tmp r200_texstate.d.tmp r200_vertprog.d.tmp radeon_blit.d.tmp radeon_buffer_objects.d.tmp radeon_common.d.tmp radeon_common_context.d.tmp radeon_context.d.tmp radeon_debug.d.tmp radeon_dma.d.tmp radeon_fbo.d.tmp radeon_fog.d.tmp radeon_ioctl.d.tmp radeon_maos.d.tmp radeon_mipmap_tree.d.tmp radeon_pixel_read.d.tmp radeon_queryobj.d.tmp radeon_sanity.d.tmp radeon_screen.d.tmp radeon_span.d.tmp radeon_state.d.tmp radeon_state_init.d.tmp radeon_swtcl.d.tmp radeon_tcl.d.tmp radeon_tex.d.tmp radeon_tex_copy.d.tmp radeon_texstate.d.tmp radeon_texture.d.tmp radeon_tile.d.tmp ralloc.d.tmp rand_xor.d.tmp rastpos.d.tmp rb_tree.d.tmp readpix.d.tmp register_allocate.d.tmp remap.d.tmp renderbuffer.d.tmp rgtc.d.tmp robustness.d.tmp s_aaline.d.tmp s_aatriangle.d.tmp s_alpha.d.tmp s_atifragshader.d.tmp s_bitmap.d.tmp s_blend.d.tmp s_blit.d.tmp s_clear.d.tmp s_context.d.tmp s_copypix.d.tmp s_depth.d.tmp s_drawpix.d.tmp s_expression.d.tmp s_feedback.d.tmp s_fog.d.tmp s_fragprog.d.tmp s_lines.d.tmp s_logic.d.tmp s_masking.d.tmp s_points.d.tmp s_renderbuffer.d.tmp s_span.d.tmp s_stencil.d.tmp s_texcombine.d.tmp s_texfetch.d.tmp s_texfilter.d.tmp s_texrender.d.tmp s_texture.d.tmp s_triangle.d.tmp s_zoom.d.tmp samplerobj.d.tmp scissor.d.tmp serialize.d.tmp set.d.tmp shader_cache.d.tmp shader_enums.d.tmp shader_query.d.tmp shaderapi.d.tmp shaderimage.d.tmp shaderobj.d.tmp shared.d.tmp slab.d.tmp sparc.d.tmp spirv_info.d.tmp spirv_to_nir.d.tmp ss_context.d.tmp ss_triangle.d.tmp sse.d.tmp sse_minmax.d.tmp state.d.tmp stencil.d.tmp streaming-load-memcpy.d.tmp string_buffer.d.tmp string_to_uint_map.d.tmp strtod.d.tmp symbol_table.d.tmp syncobj.d.tmp t_context.d.tmp t_draw.d.tmp t_pipeline.d.tmp t_rebase.d.tmp t_split.d.tmp t_split_copy.d.tmp t_split_inplace.d.tmp t_vb_fog.d.tmp t_vb_light.d.tmp t_vb_normals.d.tmp t_vb_points.d.tmp t_vb_program.d.tmp t_vb_render.d.tmp t_vb_texgen.d.tmp t_vb_texmat.d.tmp t_vb_vertex.d.tmp t_vertex.d.tmp t_vertex_generic.d.tmp t_vertex_sse.d.tmp t_vp_build.d.tmp texcompress.d.tmp texcompress_astc.d.tmp texcompress_bptc.d.tmp texcompress_cpal.d.tmp texcompress_etc.d.tmp texcompress_fxt1.d.tmp texcompress_rgtc.d.tmp texcompress_s3tc.d.tmp texenv.d.tmp texformat.d.tmp texgen.d.tmp texgetimage.d.tmp teximage.d.tmp texobj.d.tmp texparam.d.tmp texstate.d.tmp texstorage.d.tmp texstore.d.tmp texturebindless.d.tmp textureview.d.tmp transformfeedback.d.tmp u_atomic.d.tmp u_cpu_detect.d.tmp u_math.d.tmp u_process.d.tmp u_queue.d.tmp u_vector.d.tmp uniform_query.d.tmp uniforms.d.tmp utils.d.tmp varray.d.tmp vbo_context.d.tmp vbo_exec.d.tmp vbo_exec_api.d.tmp vbo_exec_draw.d.tmp vbo_exec_eval.d.tmp vbo_minmax_index.d.tmp vbo_noop.d.tmp vbo_primitive_restart.d.tmp vbo_save.d.tmp vbo_save_api.d.tmp vbo_save_draw.d.tmp vbo_save_loopback.d.tmp vdpau.d.tmp version.d.tmp viewport.d.tmp vma.d.tmp vtn_alu.d.tmp vtn_amd.d.tmp vtn_cfg.d.tmp vtn_gather_types.d.tmp vtn_glsl450.d.tmp vtn_opencl.d.tmp vtn_subgroup.d.tmp vtn_variables.d.tmp vtxfmt.d.tmp x86-64.d.tmp x86_xform.d.tmp x86sse.d.tmp xform4.d.tmp xmlconfig.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers.a print_version.o print_version.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers.a print_version.o print_version.o.tmp || true) --- libclean2 --- --- cleandir-external --- --- cleandir-gallium.old --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_p.a || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/gallium.old --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_p.a || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f libvers_pic.a || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f llib-lvers.ln print_version.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f llib-lvers.ln print_version.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f print_version.h make-print-version make-print-version.lo libvers.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f print_version.h make-print-version make-print-version.lo libvers.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libvers && rm -f .depend print_version.d print_version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libvers && rm -f .depend print_version.d print_version.d.tmp tags || true) --- cleandir-libsl --- cleandir ===> crypto/external/bsd/heimdal/lib/libsl --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl.a sl.o sl.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl.a sl.o sl.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_p.a sl.po sl.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_p.a sl.po sl.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_pic.a libsl.so.* libsl.so sl.pico sl.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl_pic.a libsl.so.* libsl.so sl.pico sl.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f llib-lsl.ln sl.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f llib-lsl.ln sl.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl.so.7.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f libsl.so.7.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libsl && rm -f .depend sl.d sl.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libsl && rm -f .depend sl.d sl.d.tmp tags || true) --- cleandir-libasn1 --- cleandir ===> crypto/external/bsd/heimdal/lib/libasn1 --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1.a asn1_err.o asn1_krb5_asn1.o asn1_cms_asn1.o asn1_rfc2459_asn1.o asn1_pkinit_asn1.o asn1_pkcs12_asn1.o asn1_pkcs8_asn1.o asn1_pkcs9_asn1.o asn1_digest_asn1.o asn1_kx509_asn1.o der.o der_get.o der_put.o der_free.o der_length.o der_copy.o der_cmp.o der_format.o fuzzer.o extra.o template.o timegm.o asn1_err.o.tmp asn1_krb5_asn1.o.tmp asn1_cms_asn1.o.tmp asn1_rfc2459_asn1.o.tmp asn1_pkinit_asn1.o.tmp asn1_pkcs12_asn1.o.tmp asn1_pkcs8_asn1.o.tmp asn1_pkcs9_asn1.o.tmp asn1_digest_asn1.o.tmp asn1_kx509_asn1.o.tmp der.o.tmp der_get.o.tmp der_put.o.tmp der_free.o.tmp der_length.o.tmp der_copy.o.tmp der_cmp.o.tmp der_format.o.tmp fuzzer.o.tmp extra.o.tmp template.o.tmp timegm.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1.a asn1_err.o asn1_krb5_asn1.o asn1_cms_asn1.o asn1_rfc2459_asn1.o asn1_pkinit_asn1.o asn1_pkcs12_asn1.o asn1_pkcs8_asn1.o asn1_pkcs9_asn1.o asn1_digest_asn1.o asn1_kx509_asn1.o der.o der_get.o der_put.o der_free.o der_length.o der_copy.o der_cmp.o der_format.o fuzzer.o extra.o template.o timegm.o asn1_err.o.tmp asn1_krb5_asn1.o.tmp asn1_cms_asn1.o.tmp asn1_rfc2459_asn1.o.tmp asn1_pkinit_asn1.o.tmp asn1_pkcs12_asn1.o.tmp asn1_pkcs8_asn1.o.tmp asn1_pkcs9_asn1.o.tmp asn1_digest_asn1.o.tmp asn1_kx509_asn1.o.tmp der.o.tmp der_get.o.tmp der_put.o.tmp der_free.o.tmp der_length.o.tmp der_copy.o.tmp der_cmp.o.tmp der_format.o.tmp fuzzer.o.tmp extra.o.tmp template.o.tmp timegm.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_p.a asn1_err.po asn1_krb5_asn1.po asn1_cms_asn1.po asn1_rfc2459_asn1.po asn1_pkinit_asn1.po asn1_pkcs12_asn1.po asn1_pkcs8_asn1.po asn1_pkcs9_asn1.po asn1_digest_asn1.po asn1_kx509_asn1.po der.po der_get.po der_put.po der_free.po der_length.po der_copy.po der_cmp.po der_format.po fuzzer.po extra.po template.po timegm.po asn1_err.po.tmp asn1_krb5_asn1.po.tmp asn1_cms_asn1.po.tmp asn1_rfc2459_asn1.po.tmp asn1_pkinit_asn1.po.tmp asn1_pkcs12_asn1.po.tmp asn1_pkcs8_asn1.po.tmp asn1_pkcs9_asn1.po.tmp asn1_digest_asn1.po.tmp asn1_kx509_asn1.po.tmp der.po.tmp der_get.po.tmp der_put.po.tmp der_free.po.tmp der_length.po.tmp der_copy.po.tmp der_cmp.po.tmp der_format.po.tmp fuzzer.po.tmp extra.po.tmp template.po.tmp timegm.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_p.a asn1_err.po asn1_krb5_asn1.po asn1_cms_asn1.po asn1_rfc2459_asn1.po asn1_pkinit_asn1.po asn1_pkcs12_asn1.po asn1_pkcs8_asn1.po asn1_pkcs9_asn1.po asn1_digest_asn1.po asn1_kx509_asn1.po der.po der_get.po der_put.po der_free.po der_length.po der_copy.po der_cmp.po der_format.po fuzzer.po extra.po template.po timegm.po asn1_err.po.tmp asn1_krb5_asn1.po.tmp asn1_cms_asn1.po.tmp asn1_rfc2459_asn1.po.tmp asn1_pkinit_asn1.po.tmp asn1_pkcs12_asn1.po.tmp asn1_pkcs8_asn1.po.tmp asn1_pkcs9_asn1.po.tmp asn1_digest_asn1.po.tmp asn1_kx509_asn1.po.tmp der.po.tmp der_get.po.tmp der_put.po.tmp der_free.po.tmp der_length.po.tmp der_copy.po.tmp der_cmp.po.tmp der_format.po.tmp fuzzer.po.tmp extra.po.tmp template.po.tmp timegm.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_pic.a libasn1.so.* libasn1.so asn1_err.pico asn1_krb5_asn1.pico asn1_cms_asn1.pico asn1_rfc2459_asn1.pico asn1_pkinit_asn1.pico asn1_pkcs12_asn1.pico asn1_pkcs8_asn1.pico asn1_pkcs9_asn1.pico asn1_digest_asn1.pico asn1_kx509_asn1.pico der.pico der_get.pico der_put.pico der_free.pico der_length.pico der_copy.pico der_cmp.pico der_format.pico fuzzer.pico extra.pico template.pico timegm.pico asn1_err.pico.tmp asn1_krb5_asn1.pico.tmp asn1_cms_asn1.pico.tmp asn1_rfc2459_asn1.pico.tmp asn1_pkinit_asn1.pico.tmp asn1_pkcs12_asn1.pico.tmp asn1_pkcs8_asn1.pico.tmp asn1_pkcs9_asn1.pico.tmp asn1_digest_asn1.pico.tmp asn1_kx509_asn1.pico.tmp der.pico.tmp der_get.pico.tmp der_put.pico.tmp der_free.pico.tmp der_length.pico.tmp der_copy.pico.tmp der_cmp.pico.tmp der_format.pico.tmp fuzzer.pico.tmp extra.pico.tmp template.pico.tmp timegm.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f libasn1_pic.a libasn1.so.* libasn1.so asn1_err.pico asn1_krb5_asn1.pico asn1_cms_asn1.pico asn1_rfc2459_asn1.pico asn1_pkinit_asn1.pico asn1_pkcs12_asn1.pico asn1_pkcs8_asn1.pico asn1_pkcs9_asn1.pico asn1_digest_asn1.pico asn1_kx509_asn1.pico der.pico der_get.pico der_put.pico der_free.pico der_length.pico der_copy.pico der_cmp.pico der_format.pico fuzzer.pico extra.pico template.pico timegm.pico asn1_err.pico.tmp asn1_krb5_asn1.pico.tmp asn1_cms_asn1.pico.tmp asn1_rfc2459_asn1.pico.tmp asn1_pkinit_asn1.pico.tmp asn1_pkcs12_asn1.pico.tmp asn1_pkcs8_asn1.pico.tmp asn1_pkcs9_asn1.pico.tmp asn1_digest_asn1.pico.tmp asn1_kx509_asn1.pico.tmp der.pico.tmp der_get.pico.tmp der_put.pico.tmp der_free.pico.tmp der_length.pico.tmp der_copy.pico.tmp der_cmp.pico.tmp der_format.pico.tmp fuzzer.pico.tmp extra.pico.tmp template.pico.tmp timegm.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f llib-lasn1.ln der.ln der_get.ln der_put.ln der_free.ln der_length.ln der_copy.ln der_cmp.ln der_format.ln fuzzer.ln extra.ln template.ln timegm.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f llib-lasn1.ln der.ln der_get.ln der_put.ln der_free.ln der_length.ln der_copy.ln der_cmp.ln der_format.ln fuzzer.ln extra.ln template.ln timegm.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f asn1_err.c asn1_err.h krb5_asn1_files krb5_asn1-template.c krb5_asn1-template.x asn1_krb5_asn1.x asn1_krb5_asn1.c krb5_asn1.h krb5_asn1.hx krb5_asn1-priv.h krb5_asn1-priv.hx krb5.ts cms_asn1_files cms_asn1-template.c cms_asn1-template.x asn1_cms_asn1.x asn1_cms_asn1.c cms_asn1.h cms_asn1.hx cms_asn1-priv.h cms_asn1-priv.hx cms.ts rfc2459_asn1_files rfc2459_asn1-template.c rfc2459_asn1-template.x asn1_rfc2459_asn1.x asn1_rfc2459_asn1.c rfc2459_asn1.h rfc2459_asn1.hx rfc2459_asn1-priv.h rfc2459_asn1-priv.hx rfc2459.ts pkinit_asn1_files pkinit_asn1-template.c pkinit_asn1-template.x asn1_pkinit_asn1.x asn1_pkinit_asn1.c pkinit_asn1.h pkinit_asn1.hx pkinit_asn1-priv.h pkinit_asn1-priv.hx pkinit.ts pkcs12_asn1_files pkcs12_asn1-template.c pkcs12_asn1-template.x asn1_pkcs12_asn1.x asn1_pkcs12_asn1.c pkcs12_asn1.h pkcs12_asn1.hx pkcs12_asn1-priv.h pkcs12_asn1-priv.hx pkcs12.ts pkcs8_asn1_files pkcs8_asn1-template.c pkcs8_asn1-template.x asn1_pkcs8_asn1.x asn1_pkcs8_asn1.c pkcs8_asn1.h pkcs8_asn1.hx pkcs8_asn1-priv.h pkcs8_asn1-priv.hx pkcs8.ts pkcs9_asn1_files pkcs9_asn1-template.c pkcs9_asn1-template.x asn1_pkcs9_asn1.x asn1_pkcs9_asn1.c pkcs9_asn1.h pkcs9_asn1.hx pkcs9_asn1-priv.h pkcs9_asn1-priv.hx pkcs9.ts digest_asn1_files digest_asn1-template.c digest_asn1-template.x asn1_digest_asn1.x asn1_digest_asn1.c digest_asn1.h digest_asn1.hx digest_asn1-priv.h digest_asn1-priv.hx digest.ts kx509_asn1_files kx509_asn1-template.c kx509_asn1-template.x asn1_kx509_asn1.x asn1_kx509_asn1.c kx509_asn1.h kx509_asn1.hx kx509_asn1-priv.h kx509_asn1-priv.hx kx509.ts libasn1.so.10.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f asn1_err.c asn1_err.h krb5_asn1_files krb5_asn1-template.c krb5_asn1-template.x asn1_krb5_asn1.x asn1_krb5_asn1.c krb5_asn1.h krb5_asn1.hx krb5_asn1-priv.h krb5_asn1-priv.hx krb5.ts cms_asn1_files cms_asn1-template.c cms_asn1-template.x asn1_cms_asn1.x asn1_cms_asn1.c cms_asn1.h cms_asn1.hx cms_asn1-priv.h cms_asn1-priv.hx cms.ts rfc2459_asn1_files rfc2459_asn1-template.c rfc2459_asn1-template.x asn1_rfc2459_asn1.x asn1_rfc2459_asn1.c rfc2459_asn1.h rfc2459_asn1.hx rfc2459_asn1-priv.h rfc2459_asn1-priv.hx rfc2459.ts pkinit_asn1_files pkinit_asn1-template.c pkinit_asn1-template.x asn1_pkinit_asn1.x asn1_pkinit_asn1.c pkinit_asn1.h pkinit_asn1.hx pkinit_asn1-priv.h pkinit_asn1-priv.hx pkinit.ts pkcs12_asn1_files pkcs12_asn1-template.c pkcs12_asn1-template.x asn1_pkcs12_asn1.x asn1_pkcs12_asn1.c pkcs12_asn1.h pkcs12_asn1.hx pkcs12_asn1-priv.h pkcs12_asn1-priv.hx pkcs12.ts pkcs8_asn1_files pkcs8_asn1-template.c pkcs8_asn1-template.x asn1_pkcs8_asn1.x asn1_pkcs8_asn1.c pkcs8_asn1.h pkcs8_asn1.hx pkcs8_asn1-priv.h pkcs8_asn1-priv.hx pkcs8.ts pkcs9_asn1_files pkcs9_asn1-template.c pkcs9_asn1-template.x asn1_pkcs9_asn1.x asn1_pkcs9_asn1.c pkcs9_asn1.h pkcs9_asn1.hx pkcs9_asn1-priv.h pkcs9_asn1-priv.hx pkcs9.ts digest_asn1_files digest_asn1-template.c digest_asn1-template.x asn1_digest_asn1.x asn1_digest_asn1.c digest_asn1.h digest_asn1.hx digest_asn1-priv.h digest_asn1-priv.hx digest.ts kx509_asn1_files kx509_asn1-template.c kx509_asn1-template.x asn1_kx509_asn1.x asn1_kx509_asn1.c kx509_asn1.h kx509_asn1.hx kx509_asn1-priv.h kx509_asn1-priv.hx kx509.ts libasn1.so.10.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libasn1 && rm -f .depend asn1_err.d der.d der_cmp.d der_copy.d der_format.d der_free.d der_get.d der_length.d der_put.d extra.d fuzzer.d template.d timegm.d asn1_err.d.tmp der.d.tmp der_cmp.d.tmp der_copy.d.tmp der_format.d.tmp der_free.d.tmp der_get.d.tmp der_length.d.tmp der_put.d.tmp extra.d.tmp fuzzer.d.tmp template.d.tmp timegm.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libasn1 && rm -f .depend asn1_err.d der.d der_cmp.d der_copy.d der_format.d der_free.d der_get.d der_length.d der_put.d extra.d fuzzer.d template.d timegm.d asn1_err.d.tmp der.d.tmp der_cmp.d.tmp der_copy.d.tmp der_format.d.tmp der_free.d.tmp der_get.d.tmp der_length.d.tmp der_put.d.tmp extra.d.tmp fuzzer.d.tmp template.d.tmp timegm.d.tmp tags || true) --- cleandir-libwind --- cleandir ===> crypto/external/bsd/heimdal/lib/libwind --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind.a wind_err.o bidi.o bidi_table.o combining.o combining_table.o doxygen.o errorlist.o errorlist_table.o ldap.o map.o map_table.o normalize.o normalize_table.o punycode.o stringprep.o utf8.o wind_err.o.tmp bidi.o.tmp bidi_table.o.tmp combining.o.tmp combining_table.o.tmp doxygen.o.tmp errorlist.o.tmp errorlist_table.o.tmp ldap.o.tmp map.o.tmp map_table.o.tmp normalize.o.tmp normalize_table.o.tmp punycode.o.tmp stringprep.o.tmp utf8.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind.a wind_err.o bidi.o bidi_table.o combining.o combining_table.o doxygen.o errorlist.o errorlist_table.o ldap.o map.o map_table.o normalize.o normalize_table.o punycode.o stringprep.o utf8.o wind_err.o.tmp bidi.o.tmp bidi_table.o.tmp combining.o.tmp combining_table.o.tmp doxygen.o.tmp errorlist.o.tmp errorlist_table.o.tmp ldap.o.tmp map.o.tmp map_table.o.tmp normalize.o.tmp normalize_table.o.tmp punycode.o.tmp stringprep.o.tmp utf8.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_p.a wind_err.po bidi.po bidi_table.po combining.po combining_table.po doxygen.po errorlist.po errorlist_table.po ldap.po map.po map_table.po normalize.po normalize_table.po punycode.po stringprep.po utf8.po wind_err.po.tmp bidi.po.tmp bidi_table.po.tmp combining.po.tmp combining_table.po.tmp doxygen.po.tmp errorlist.po.tmp errorlist_table.po.tmp ldap.po.tmp map.po.tmp map_table.po.tmp normalize.po.tmp normalize_table.po.tmp punycode.po.tmp stringprep.po.tmp utf8.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_p.a wind_err.po bidi.po bidi_table.po combining.po combining_table.po doxygen.po errorlist.po errorlist_table.po ldap.po map.po map_table.po normalize.po normalize_table.po punycode.po stringprep.po utf8.po wind_err.po.tmp bidi.po.tmp bidi_table.po.tmp combining.po.tmp combining_table.po.tmp doxygen.po.tmp errorlist.po.tmp errorlist_table.po.tmp ldap.po.tmp map.po.tmp map_table.po.tmp normalize.po.tmp normalize_table.po.tmp punycode.po.tmp stringprep.po.tmp utf8.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_pic.a libwind.so.* libwind.so wind_err.pico bidi.pico bidi_table.pico combining.pico combining_table.pico doxygen.pico errorlist.pico errorlist_table.pico ldap.pico map.pico map_table.pico normalize.pico normalize_table.pico punycode.pico stringprep.pico utf8.pico wind_err.pico.tmp bidi.pico.tmp bidi_table.pico.tmp combining.pico.tmp combining_table.pico.tmp doxygen.pico.tmp errorlist.pico.tmp errorlist_table.pico.tmp ldap.pico.tmp map.pico.tmp map_table.pico.tmp normalize.pico.tmp normalize_table.pico.tmp punycode.pico.tmp stringprep.pico.tmp utf8.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f libwind_pic.a libwind.so.* libwind.so wind_err.pico bidi.pico bidi_table.pico combining.pico combining_table.pico doxygen.pico errorlist.pico errorlist_table.pico ldap.pico map.pico map_table.pico normalize.pico normalize_table.pico punycode.pico stringprep.pico utf8.pico wind_err.pico.tmp bidi.pico.tmp bidi_table.pico.tmp combining.pico.tmp combining_table.pico.tmp doxygen.pico.tmp errorlist.pico.tmp errorlist_table.pico.tmp ldap.pico.tmp map.pico.tmp map_table.pico.tmp normalize.pico.tmp normalize_table.pico.tmp punycode.pico.tmp stringprep.pico.tmp utf8.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f llib-lwind.ln bidi.ln bidi_table.ln combining.ln combining_table.ln doxygen.ln errorlist.ln errorlist_table.ln ldap.ln map.ln map_table.ln normalize.ln normalize_table.ln punycode.ln stringprep.ln utf8.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f llib-lwind.ln bidi.ln bidi_table.ln combining.ln combining_table.ln doxygen.ln errorlist.ln errorlist_table.ln ldap.ln map.ln map_table.ln normalize.ln normalize_table.ln punycode.ln stringprep.ln utf8.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f wind_err.c wind_err.h libwind.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f wind_err.c wind_err.h libwind.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/gallium.old && rm -f gallium_dri.so.0.map program_lexer.c a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/gallium.old && rm -f gallium_dri.so.0.map program_lexer.c a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libwind && rm -f .depend bidi.d bidi_table.d combining.d combining_table.d doxygen.d errorlist.d errorlist_table.d ldap.d map.d map_table.d normalize.d normalize_table.d punycode.d stringprep.d utf8.d wind_err.d bidi.d.tmp bidi_table.d.tmp combining.d.tmp combining_table.d.tmp doxygen.d.tmp errorlist.d.tmp errorlist_table.d.tmp ldap.d.tmp map.d.tmp map_table.d.tmp normalize.d.tmp normalize_table.d.tmp punycode.d.tmp stringprep.d.tmp utf8.d.tmp wind_err.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libwind && rm -f .depend bidi.d bidi_table.d combining.d combining_table.d doxygen.d errorlist.d errorlist_table.d ldap.d map.d map_table.d normalize.d normalize_table.d punycode.d stringprep.d utf8.d wind_err.d bidi.d.tmp bidi_table.d.tmp combining.d.tmp combining_table.d.tmp doxygen.d.tmp errorlist.d.tmp errorlist_table.d.tmp ldap.d.tmp map.d.tmp map_table.d.tmp normalize.d.tmp normalize_table.d.tmp punycode.d.tmp stringprep.d.tmp utf8.d.tmp wind_err.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- --- cleandir-libhx509 --- cleandir ===> crypto/external/bsd/heimdal/lib/libhx509 --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/gallium.old && rm -f gallium_dri.a u_indices_gen.o u_unfilled_gen.o u_format_table.o cso_cache.o cso_context.o cso_hash.o draw_context.o draw_fs.o draw_gs.o draw_pipe_aaline.o draw_pipe_aapoint.o draw_pipe.o draw_pipe_clip.o draw_pipe_cull.o draw_pipe_flatshade.o draw_pipe_offset.o draw_pipe_pstipple.o draw_pipe_stipple.o draw_pipe_twoside.o draw_pipe_unfilled.o draw_pipe_util.o draw_pipe_validate.o draw_pipe_vbuf.o draw_pipe_wide_line.o draw_pipe_wide_point.o draw_prim_assembler.o draw_pt.o draw_pt_emit.o draw_pt_fetch.o draw_pt_fetch_emit.o draw_pt_fetch_shade_emit.o draw_pt_fetch_shade_pipeline.o draw_pt_post_vs.o draw_pt_so_emit.o draw_pt_util.o draw_pt_vsplit.o draw_vertex.o draw_vs.o draw_vs_exec.o draw_vs_variant.o draw_llvm.o draw_llvm_sample.o draw_pt_fetch_shade_pipeline_llvm.o draw_vs_llvm.o dd_context.o dd_draw.o dd_screen.o noop_pipe.o noop_state.o DRIVERrbug_core.o DRIVERrbug_context.o rbug_objects.o rbug_screen.o tr_context.o tr_dump.o tr_dump_state.o tr_screen.o tr_texture.o font.o hud_context.o hud_cpu.o hud_nic.o hud_cpufreq.o hud_diskstat.o hud_sensors_temp.o hud_fps.o hud_driver_query.o u_primconvert.o tgsi_to_nir.o os_process.o pb_buffer_fenced.o pb_bufmgr_cache.o pb_bufmgr_debug.o pb_bufmgr_mm.o pb_bufmgr_slab.o pb_cache.o pb_slab.o pb_validate.o pipe_loader.o pipe_loader_drm.o pipe_loader_sw.o pp_celshade.o pp_colors.o pp_init.o pp_mlaa.o pp_run.o pp_program.o rbug_connection.o RBUGrbug_context.o RBUGrbug_core.o rbug_demarshal.o rbug_texture.o rbug_shader.o renderonly.o rtasm_cpu.o rtasm_execmem.o rtasm_x86sse.o tgsi_aa_point.o tgsi_build.o tgsi_dump.o tgsi_exec.o tgsi_emulate.o tgsi_from_mesa.o tgsi_info.o tgsi_iterate.o tgsi_lowering.o tgsi_parse.o tgsi_point_sprite.o tgsi_sanity.o tgsi_scan.o tgsi_strings.o tgsi_text.o tgsi_transform.o tgsi_two_side.o tgsi_ureg.o tgsi_util.o translate.o translate_cache.o translate_generic.o translate_sse.o os_misc.o u_async_debug.o u_bitmask.o u_blit.o u_blitter.o u_cache.o u_debug.o u_debug_describe.o u_debug_flush.o u_debug_gallium.o u_debug_image.o u_debug_memory.o u_debug_refcnt.o u_debug_stack.o u_debug_symbol.o u_dl.o u_draw.o u_draw_quad.o u_dump_defines.o u_dump_state.o u_format.o u_format_bptc.o u_format_etc.o u_format_latc.o u_format_other.o u_format_rgtc.o u_format_s3tc.o u_format_tests.o u_format_yuv.o u_format_zs.o u_framebuffer.o u_gen_mipmap.o u_handle_table.o u_hash_table.o u_helpers.o u_idalloc.o u_index_modify.o u_linear.o u_log.o u_mm.o u_network.o u_prim.o u_prim_restart.o u_pstipple.o u_resource.o u_ringbuffer.o u_sampler.o u_screen.o u_simple_shaders.o u_suballoc.o u_surface.o u_surfaces.o u_tests.o u_texture.o u_tile.o u_transfer.o u_transfer_helper.o u_threaded_context.o u_upload_mgr.o u_vbuf.o vl_bicubic_filter.o vl_compositor.o vl_compositor_cs.o vl_compositor_gfx.o vl_csc.o vl_decoder.o vl_deint_filter.o vl_idct.o vl_matrix_filter.o vl_mc.o vl_median_filter.o vl_mpeg12_bitstream.o vl_mpeg12_decoder.o vl_vertex_buffers.o vl_video_buffer.o vl_winsys_dri.o vl_zscan.o sp_buffer.o sp_clear.o sp_context.o sp_compute.o sp_draw_arrays.o sp_fence.o sp_flush.o sp_fs_exec.o sp_image.o sp_prim_vbuf.o sp_quad_blend.o sp_quad_depth_test.o sp_quad_fs.o sp_quad_pipe.o sp_quad_stipple.o sp_query.o sp_screen.o sp_setup.o sp_state_blend.o sp_state_clip.o sp_state_derived.o sp_state_image.o sp_state_rasterizer.o sp_state_sampler.o sp_state_shader.o sp_state_so.o sp_state_surface.o sp_state_vertex.o sp_surface.o sp_tex_sample.o sp_tex_tile_cache.o sp_texture.o sp_tile_cache.o dri_sw_winsys.o kms_dri_sw_winsys.o null_sw_winsys.o wrapper_sw_winsys.o dri_context.o dri_drawable.o dri_helpers.o dri_query_renderer.o dri_screen.o drisw.o dri2.o cayman_msaa.o r600_buffer_common.o r600_pipe_common.o r600_query.o r600_streamout.o r600_texture.o radeon_radeon_uvd.o radeon_uvd_enc.o radeon_uvd_enc_1_1.o radeon_vce_40_2_2.o radeon_vce_50.o radeon_vce_52.o radeon_vcn_dec.o radeon_vcn_dec_jpeg.o radeon_vcn_enc.o radeon_vcn_enc_1_2.o radeon_radeon_vce.o radeon_radeon_video.o cik_sdma.o si_blit.o si_buffer.o si_clear.o si_compute.o si_compute_blit.o si_cp_dma.o si_debug.o si_descriptors.o si_dma.o si_dma_cs.o si_fence.o si_get.o si_gfx_cs.o si_gpu_load.o si_pipe.o si_pm4.o si_perfcounter.o si_query.o si_shader.o si_shader_nir.o si_shader_tgsi_alu.o si_shader_tgsi_mem.o si_shader_tgsi_setup.o si_shaderlib_tgsi.o si_state.o si_state_binning.o si_state_draw.o si_state_msaa.o si_state_shaders.o si_state_streamout.o si_state_viewport.o si_test_dma.o si_test_dma_perf.o si_texture.o si_uvd.o r300_blit.o r300_chipset.o r300_context.o r300_debug.o r300_emit.o r300_flush.o r300_fs.o r300_hyperz.o r300_query.o r300_render.o r300_render_stencilref.o r300_render_translate.o r300_resource.o r300_screen_buffer.o r300_screen.o r300_state.o r300_state_derived.o r300_texture.o r300_texture_desc.o r300_tgsi_to_rc.o r300_transfer.o r300_vs.o r300_vs_draw.o memory_pool.o r300_fragprog.o r300_fragprog_emit.o r300_fragprog_swizzle.o r3xx_fragprog.o r3xx_vertprog.o r3xx_vertprog_dump.o r500_fragprog.o r500_fragprog_emit.o radeon_code.o radeon_compiler.o radeon_compiler_util.o radeon_dataflow.o radeon_dataflow_deadcode.o radeon_dataflow_swizzles.o radeon_emulate_branches.o radeon_emulate_loops.o radeon_inline_literals.o radeon_list.o radeon_opcodes.o radeon_optimize.o radeon_pair_dead_sources.o radeon_pair_regalloc.o radeon_pair_schedule.o radeon_pair_translate.o radeon_program_alu.o radeon_program.o radeon_program_pair.o radeon_program_print.o radeon_program_tex.o radeon_remove_constants.o radeon_rename_regs.o radeon_variable.o radeon_vert_fc.o eg_debug.o r600_gpu_load.o r600_perfcounter.o r600_radeon_vce.o r600_radeon_video.o compute_memory_pool.o r600_viewport.o eg_asm.o evergreen_compute.o evergreen_hw_context.o evergreen_state.o r600_asm.o r600_blit.o r600_hw_context.o r600_isa.o r600_pipe.o r600_shader.o r600_state.o r600_state_common.o r600_uvd.o r600_radeon_uvd.o r600_test_dma.o r700_asm.o sb_bc_builder.o sb_bc_decoder.o sb_bc_dump.o sb_bc_finalize.o sb_bc_parser.o sb_context.o sb_core.o sb_dce_cleanup.o sb_def_use.o sb_dump.o sb_expr.o sb_gcm.o sb_gvn.o sb_if_conversion.o sb_ir.o sb_liveness.o sb_pass.o sb_peephole.o sb_psi_ops.o sb_ra_checker.o sb_ra_coalesce.o sb_ra_init.o sb_sched.o sb_shader.o sb_ssa_builder.o sb_valtable.o radeon_drm_bo.o radeon_drm_cs.o radeon_drm_surface.o radeon_drm_winsys.o amdgpu_bo.o amdgpu_cs.o amdgpu_surface.o amdgpu_winsys.o nouveau_buffer.o nouveau_fence.o nouveau_heap.o nouveau_mm.o nouveau_screen.o nouveau_video.o nouveau_vp3_video_bsp.o nouveau_vp3_video.o nouveau_vp3_video_vp.o nv30_clear.o nv30_context.o nv30_draw.o nv30_format.o nv30_fragprog.o nv30_fragtex.o nv30_miptree.o nv30_push.o nv30_query.o nv30_resource.o nv30_screen.o nv30_state.o nv30_state_validate.o nv30_texture.o nv30_transfer.o nv30_vbo.o nv30_vertprog.o nv40_verttex.o nvfx_fragprog.o nvfx_vertprog.o nv50_compute.o nv50_context.o nv50_formats.o nv50_miptree.o nv50_program.o nv50_push.o nv50_query.o nv50_query_hw.o nv50_query_hw_metric.o nv50_query_hw_sm.o nv50_resource.o nv50_screen.o nv50_shader_state.o nv50_state.o nv50_state_validate.o nv50_surface.o nv50_tex.o nv50_transfer.o nv50_vbo.o nv84_video_bsp.o nv84_video.o nv84_video_vp.o nv98_video_bsp.o nv98_video.o nv98_video_ppp.o nv98_video_vp.o nv50_ir.o nv50_ir_bb.o nv50_ir_build_util.o nv50_ir_emit_gk110.o nv50_ir_emit_gm107.o nv50_ir_emit_nv50.o nv50_ir_emit_nvc0.o nv50_ir_from_common.o nv50_ir_from_nir.o nv50_ir_from_tgsi.o nv50_ir_graph.o nv50_ir_lowering_gm107.o nv50_ir_lowering_helper.o nv50_ir_lowering_nv50.o nv50_ir_lowering_nvc0.o nv50_ir_peephole.o nv50_ir_print.o nv50_ir_ra.o nv50_ir_ssa.o nv50_ir_target.o nv50_ir_target_nv50.o nv50_ir_util.o nv50_ir_target_gm107.o nv50_ir_target_nvc0.o nvc0_compute.o nvc0_context.o nvc0_formats.o nvc0_miptree.o nvc0_resource.o nvc0_screen.o nvc0_state.o nvc0_state_validate.o nvc0_surface.o nvc0_tex.o nvc0_transfer.o nvc0_vbo.o nvc0_vbo_translate.o nvc0_program.o nvc0_shader_state.o nvc0_query.o nvc0_query_hw.o nvc0_query_hw_metric.o nvc0_query_hw_sm.o nvc0_query_sw.o nve4_compute.o nvc0_video.o nvc0_video_bsp.o nvc0_video_vp.o nvc0_video_ppp.o nouveau_drm_winsys.o bitmap.o decode.o device.o ftab.o htab.o mixer.o output.o preemption.o presentation.o query.o surface.o i915_blit.o i915_clear.o i915_context.o i915_debug.o i915_debug_fp.o i915_flush.o i915_fpc_emit.o i915_fpc_optimize.o i915_fpc_translate.o i915_prim_emit.o i915_prim_vbuf.o i915_query.o i915_resource_buffer.o i915_resource.o i915_resource_texture.o i915_screen.o i915_state.o i915_state_derived.o i915_state_dynamic.o i915_state_emit.o i915_state_fpc.o i915_state_immediate.o i915_state_sampler.o i915_state_static.o i915_surface.o i915_drm_batchbuffer.o i915_drm_buffer.o i915_drm_fence.o i915_drm_winsys.o lp_bld_arit.o lp_bld_arit_overflow.o lp_bld_assert.o lp_bld_bitarit.o lp_bld_const.o lp_bld_conv.o lp_bld_flow.o lp_bld_format_aos_array.o lp_bld_format_aos.o lp_bld_format_float.o lp_bld_format.o lp_bld_format_soa.o lp_bld_format_s3tc.o lp_bld_format_srgb.o lp_bld_format_yuv.o lp_bld_gather.o lp_bld_init.o lp_bld_intr.o lp_bld_logic.o lp_bld_misc.o lp_bld_pack.o lp_bld_printf.o lp_bld_quad.o lp_bld_sample_aos.o lp_bld_sample.o lp_bld_sample_soa.o lp_bld_struct.o lp_bld_swizzle.o lp_bld_tgsi_action.o lp_bld_tgsi_aos.o lp_bld_tgsi.o lp_bld_tgsi_info.o lp_bld_tgsi_soa.o lp_bld_type.o lp_bld_alpha.o lp_bld_blend_aos.o lp_bld_blend.o lp_bld_blend_logicop.o lp_bld_depth.o lp_bld_interp.o lp_clear.o lp_context.o lp_draw_arrays.o lp_fence.o lp_flush.o lp_jit.o lp_memory.o lp_perf.o lp_query.o lp_rast.o lp_rast_debug.o lp_rast_tri.o lp_scene.o lp_scene_queue.o lp_screen.o lp_setup.o lp_setup_line.o lp_setup_point.o lp_setup_tri.o lp_setup_vbuf.o lp_state_blend.o lp_state_clip.o lp_state_derived.o lp_state_fs.o lp_state_gs.o lp_state_rasterizer.o lp_state_sampler.o lp_state_setup.o lp_state_so.o lp_state_surface.o lp_state_vertex.o lp_state_vs.o lp_surface.o lp_tex_sample.o lp_texture.o loader.o pci_id_driver_map.o xmlconfig.o accum.o api_arrayelt.o api_loopback.o api_exec.o arbprogram.o arrayobj.o atifragshader.o attrib.o barrier.o bbox.o blend.o blit.o bufferobj.o buffers.o clear.o clip.o colortab.o compute.o condrender.o conservativeraster.o context.o convolve.o copyimage.o cpuinfo.o MESAdebug.o debug_output.o depth.o dlist.o draw.o drawpix.o drawtex.o draw_validate.o enable.o enums.o errors.o MESAeval.o execmem.o extensions.o extensions_table.o externalobjects.o fbobject.o feedback.o ff_fragment_shader.o ffvertex_prog.o fog.o format_fallback.o format_pack.o format_unpack.o format_utils.o formatquery.o formats.o framebuffer.o get.o genmipmap.o getstring.o glformats.o glspirv.o glthread.o hash.o hint.o histogram.o image.o imports.o light.o lines.o marshal.o marshal_generated.o matrix.o mipmap.o mm.o multisample.o objectlabel.o objectpurge.o pack.o pbo.o performance_monitor.o performance_query.o pipelineobj.o MESApixel.o MESApixelstore.o pixeltransfer.o points.o polygon.o program_binary.o program_resource.o querymatrix.o queryobj.o rastpos.o readpix.o remap.o renderbuffer.o robustness.o samplerobj.o scissor.o shaderapi.o shaderimage.o shaderobj.o shader_query.o shared.o state.o stencil.o syncobj.o texcompress.o texcompress_astc.o texcompress_bptc.o texcompress_cpal.o texcompress_etc.o texcompress_fxt1.o texcompress_rgtc.o texcompress_s3tc.o texenv.o texformat.o texgen.o texgetimage.o teximage.o texobj.o texparam.o texstate.o texstorage.o texstore.o texturebindless.o textureview.o transformfeedback.o uniform_query.o uniforms.o varray.o vdpau.o version.o viewport.o vtxfmt.o es1_conversion.o m_debug_clip.o m_debug_norm.o m_debug_xform.o m_eval.o m_matrix.o m_translate.o m_vector.o vbo_context.o vbo_exec_api.o vbo_exec.o vbo_exec_draw.o vbo_exec_eval.o vbo_minmax_index.o vbo_noop.o vbo_primitive_restart.o vbo_save_api.o vbo_save.o vbo_save_draw.o vbo_save_loopback.o st_atifs_to_tgsi.o st_atom.o st_atom_array.o st_atom_atomicbuf.o st_atom_blend.o st_atom_clip.o st_atom_constbuf.o st_atom_depth.o st_atom_framebuffer.o st_atom_image.o st_atom_msaa.o st_atom_pixeltransfer.o st_atom_rasterizer.o st_atom_sampler.o st_atom_scissor.o st_atom_shader.o st_atom_stipple.o st_atom_storagebuf.o st_atom_tess.o st_atom_texture.o st_atom_viewport.o st_cb_bitmap.o st_cb_bitmap_shader.o st_cb_blit.o st_cb_bufferobjects.o st_cb_clear.o st_cb_compute.o st_cb_condrender.o st_cb_copyimage.o st_cb_drawpixels.o st_cb_drawpixels_shader.o st_cb_drawtex.o st_cb_eglimage.o st_cb_fbo.o st_cb_feedback.o st_cb_flush.o st_cb_memoryobjects.o st_cb_msaa.o st_cb_perfmon.o st_cb_program.o st_cb_queryobj.o st_cb_rasterpos.o st_cb_readpixels.o st_cb_semaphoreobjects.o st_cb_strings.o st_cb_syncobj.o st_cb_texture.o st_cb_texturebarrier.o st_cb_viewport.o st_cb_xformfb.o st_context.o st_copytex.o st_debug.o st_draw.o st_draw_feedback.o st_extensions.o st_format.o st_gen_mipmap.o st_glsl_to_ir.o st_glsl_to_nir.o st_glsl_to_tgsi.o st_glsl_to_tgsi_array_merge.o st_glsl_to_tgsi_private.o st_glsl_to_tgsi_temprename.o st_glsl_types.o st_manager.o st_mesa_to_tgsi.o st_nir_builtins.o st_nir_lower_builtin.o st_nir_lower_tex_src_plane.o st_pbo.o st_program.o st_sampler_view.o st_scissor.o st_shader_cache.o st_texture.o st_tgsi_lower_yuv.o arbprogparse.o ir_to_mesa.o prog_cache.o prog_execute.o prog_instruction.o prog_noise.o prog_opt_constant_fold.o prog_optimize.o prog_parameter.o prog_parameter_layout.o prog_print.o prog_statevars.o prog_to_nir.o program.o programopt.o program_parse.tab.o program_parse_extra.o symbol_table.o program_lexer.o xform4.o streaming-load-memcpy.o sse_minmax.o addrinterface.o addrelemlib.o addrlib.o addrlib1.o addrlib2.o addrobject.o coord.o gfx9addrlib.o ciaddrlib.o egbaddrlib.o siaddrlib.o ac_binary.o ac_llvm_build.o ac_llvm_helper.o ac_llvm_util.o ac_shader_util.o ac_nir_to_llvm.o ac_gpu_info.o ac_surface.o ac_debug.o glsl_lexer.o glsl_parser.o ast_array_index.o ast_expr.o ast_function.o ast_to_hir.o ast_type.o builtin_functions.o builtin_types.o builtin_variables.o generate_ir.o gl_nir_lower_atomics.o gl_nir_link_atomics.o gl_nir_link_uniform_initializers.o gl_nir_link_uniforms.o gl_nir_link_xfb.o gl_nir_linker.o gl_nir_lower_bindless_images.o gl_nir_lower_buffers.o gl_nir_lower_samplers.o gl_nir_lower_samplers_as_deref.o glsl_parser_extras.o glsl_symbol_table.o glsl_to_nir.o hir_field_selection.o ir.o ir_array_refcount.o ir_basic_block.o ir_builder.o ir_clone.o ir_constant_expression.o ir_equals.o ir_expression_flattening.o ir_function.o ir_function_can_inline.o ir_function_detect_recursion.o ir_hierarchical_visitor.o ir_hv_accept.o ir_print_visitor.o ir_reader.o ir_rvalue_visitor.o ir_set_program_inouts.o ir_validate.o ir_variable_refcount.o linker.o linker_util.o link_atomics.o link_functions.o link_interface_blocks.o link_uniforms.o link_uniform_initializers.o link_uniform_block_active_visitor.o link_uniform_blocks.o link_varyings.o loop_analysis.o loop_unroll.o lower_blend_equation_advanced.o lower_buffer_access.o lower_const_arrays_to_uniforms.o lower_cs_derived.o lower_discard.o lower_discard_flow.o lower_distance.o lower_if_to_cond_assign.o lower_instructions.o lower_int64.o lower_jumps.o lower_mat_op_to_vec.o lower_noise.o lower_offset_array.o lower_packed_varyings.o lower_named_interface_blocks.o lower_packing_builtins.o lower_subroutine.o lower_tess_level.o lower_texture_projection.o lower_variable_index_to_cond_assign.o lower_vec_index_to_cond_assign.o lower_vec_index_to_swizzle.o lower_vector.o lower_vector_derefs.o lower_vector_insert.o lower_vertex_id.o lower_output_reads.o lower_shared_reference.o lower_ubo_reference.o opt_algebraic.o opt_array_splitting.o opt_conditional_discard.o opt_constant_folding.o opt_constant_propagation.o opt_constant_variable.o opt_copy_propagation_elements.o opt_dead_builtin_variables.o opt_dead_builtin_varyings.o opt_dead_code.o opt_dead_code_local.o opt_dead_functions.o opt_flatten_nested_if_blocks.o opt_flip_matrices.o opt_function_inlining.o opt_if_simplification.o opt_minmax.o opt_rebalance_tree.o opt_redundant_jumps.o opt_structure_splitting.o opt_swizzle.o opt_tree_grafting.o opt_vectorize.o propagate_invariance.o s_expression.o string_to_uint_map.o serialize.o shader_cache.o blob.o glsl_types.o nir_types.o shader_enums.o glcpp-lex.o glcpp-parse.o pp.o nir_constant_expressions.o nir_intrinsics.o nir_opcodes.o nir_opt_algebraic.o nir.o nir_builtin_builder.o nir_clone.o nir_control_flow.o nir_deref.o nir_dominance.o nir_from_ssa.o nir_gather_info.o nir_gather_xfb_info.o nir_gs_count_vertices.o nir_inline_functions.o nir_instr_set.o nir_linking_helpers.o nir_liveness.o nir_loop_analyze.o nir_lower_alpha_test.o nir_lower_alu.o nir_lower_alu_to_scalar.o nir_lower_array_deref_of_vec.o nir_lower_atomics_to_ssbo.o nir_lower_bit_size.o nir_lower_bitmap.o nir_lower_bool_to_int32.o nir_lower_clamp_color_outputs.o nir_lower_clip.o nir_lower_clip_cull_distance_arrays.o nir_lower_constant_initializers.o nir_lower_double_ops.o nir_lower_drawpixels.o nir_lower_global_vars_to_local.o nir_lower_gs_intrinsics.o nir_lower_idiv.o nir_lower_indirect_derefs.o nir_lower_int64.o nir_lower_io.o nir_lower_io_arrays_to_elements.o nir_lower_io_to_scalar.o nir_lower_io_to_vector.o nir_lower_io_to_temporaries.o nir_lower_load_const_to_scalar.o nir_lower_locals_to_regs.o nir_lower_packing.o nir_lower_passthrough_edgeflags.o nir_lower_patch_vertices.o nir_lower_phis_to_scalar.o nir_lower_regs_to_ssa.o nir_lower_returns.o nir_lower_subgroups.o nir_lower_system_values.o nir_lower_tex.o nir_lower_to_source_mods.o nir_lower_two_sided_color.o nir_lower_uniforms_to_ubo.o nir_lower_var_copies.o nir_lower_vars_to_ssa.o nir_lower_vec_to_movs.o nir_lower_wpos_center.o nir_lower_wpos_ytransform.o nir_metadata.o nir_move_load_const.o nir_move_vec_src_uses_to_dest.o nir_normalize_cubemap_coords.o nir_opt_combine_stores.o nir_opt_comparison_pre.o nir_opt_conditional_discard.o nir_opt_constant_folding.o nir_opt_copy_prop_vars.o nir_opt_copy_propagate.o nir_opt_cse.o nir_opt_dce.o nir_opt_dead_cf.o nir_opt_dead_write_vars.o nir_opt_find_array_copies.o nir_opt_gcm.o nir_opt_idiv_const.o nir_opt_if.o nir_opt_intrinsics.o nir_opt_large_constants.o nir_opt_loop_unroll.o nir_opt_move_comparisons.o nir_opt_move_load_ubo.o nir_opt_peephole_select.o nir_opt_remove_phis.o nir_opt_shrink_load.o nir_opt_trivial_continues.o nir_opt_undef.o nir_phi_builder.o nir_print.o nir_propagate_invariant.o nir_remove_dead_variables.o nir_repair_ssa.o nir_search.o nir_serialize.o nir_split_per_member_structs.o nir_split_var_copies.o nir_split_vars.o nir_strip.o nir_sweep.o nir_to_lcssa.o nir_validate.o nir_worklist.o spirv_info.o vtn_gather_types.o gl_spirv.o spirv_to_nir.o vtn_alu.o vtn_amd.o vtn_cfg.o vtn_glsl450.o vtn_opencl.o vtn_subgroup.o vtn_variables.o common_x86.o streaming-load-memcpy.o hash_table.o build_id.o crc32.o disk_cache.o fast_idiv_by_const.o half_float.o format_srgb.o mesa-sha1.o os_time.o ralloc.o UTILdebug.o rand_xor.o rb_tree.o register_allocate.o rgtc.o set.o slab.o string_buffer.o strtod.o u_atomic.o u_cpu_detect.o u_math.o u_queue.o u_process.o u_vector.o vma.o utils.o dri_util.o xmlconfig.o megadriver_stub.o target.o u_indices_gen.o.tmp u_unfilled_gen.o.tmp u_format_table.o.tmp cso_cache.o.tmp cso_context.o.tmp cso_hash.o.tmp draw_context.o.tmp draw_fs.o.tmp draw_gs.o.tmp draw_pipe_aaline.o.tmp draw_pipe_aapoint.o.tmp draw_pipe.o.tmp draw_pipe_clip.o.tmp draw_pipe_cull.o.tmp draw_pipe_flatshade.o.tmp draw_pipe_offset.o.tmp draw_pipe_pstipple.o.tmp draw_pipe_stipple.o.tmp draw_pipe_twoside.o.tmp draw_pipe_unfilled.o.tmp draw_pipe_util.o.tmp draw_pipe_validate.o.tmp draw_pipe_vbuf.o.tmp draw_pipe_wide_line.o.tmp draw_pipe_wide_point.o.tmp draw_prim_assembler.o.tmp draw_pt.o.tmp draw_pt_emit.o.tmp draw_pt_fetch.o.tmp draw_pt_fetch_emit.o.tmp draw_pt_fetch_shade_emit.o.tmp draw_pt_fetch_shade_pipeline.o.tmp draw_pt_post_vs.o.tmp draw_pt_so_emit.o.tmp draw_pt_util.o.tmp draw_pt_vsplit.o.tmp draw_vertex.o.tmp draw_vs.o.tmp draw_vs_exec.o.tmp draw_vs_variant.o.tmp draw_llvm.o.tmp draw_llvm_sample.o.tmp draw_pt_fetch_shade_pipeline_llvm.o.tmp draw_vs_llvm.o.tmp dd_context.o.tmp dd_draw.o.tmp dd_screen.o.tmp noop_pipe.o.tmp noop_state.o.tmp DRIVERrbug_core.o.tmp DRIVERrbug_context.o.tmp rbug_objects.o.tmp rbug_screen.o.tmp tr_context.o.tmp tr_dump.o.tmp tr_dump_state.o.tmp tr_screen.o.tmp tr_texture.o.tmp font.o.tmp hud_context.o.tmp hud_cpu.o.tmp hud_nic.o.tmp hud_cpufreq.o.tmp hud_diskstat.o.tmp hud_sensors_temp.o.tmp hud_fps.o.tmp hud_driver_query.o.tmp u_primconvert.o.tmp tgsi_to_nir.o.tmp os_process.o.tmp pb_buffer_fenced.o.tmp pb_bufmgr_cache.o.tmp pb_bufmgr_debug.o.tmp pb_bufmgr_mm.o.tmp pb_bufmgr_slab.o.tmp pb_cache.o.tmp pb_slab.o.tmp pb_validate.o.tmp pipe_loader.o.tmp pipe_loader_drm.o.tmp pipe_loader_sw.o.tmp pp_celshade.o.tmp pp_colors.o.tmp pp_init.o.tmp pp_mlaa.o.tmp pp_run.o.tmp pp_program.o.tmp rbug_connection.o.tmp RBUGrbug_context.o.tmp RBUGrbug_core.o.tmp rbug_demarshal.o.tmp rbug_texture.o.tmp rbug_shader.o.tmp renderonly.o.tmp rtasm_cpu.o.tmp rtasm_execmem.o.tmp rtasm_x86sse.o.tmp tgsi_aa_point.o.tmp tgsi_build.o.tmp tgsi_dump.o.tmp tgsi_exec.o.tmp tgsi_emulate.o.tmp tgsi_from_mesa.o.tmp tgsi_info.o.tmp tgsi_iterate.o.tmp tgsi_lowering.o.tmp tgsi_parse.o.tmp tgsi_point_sprite.o.tmp tgsi_sanity.o.tmp tgsi_scan.o.tmp tgsi_strings.o.tmp tgsi_text.o.tmp tgsi_transform.o.tmp tgsi_two_side.o.tmp tgsi_ureg.o.tmp tgsi_util.o.tmp translate.o.tmp translate_cache.o.tmp translate_generic.o.tmp translate_sse.o.tmp os_misc.o.tmp u_async_debug.o.tmp u_bitmask.o.tmp u_blit.o.tmp u_blitter.o.tmp u_cache.o.tmp u_debug.o.tmp u_debug_describe.o.tmp u_debug_flush.o.tmp u_debug_gallium.o.tmp u_debug_image.o.tmp u_debug_memory.o.tmp u_debug_refcnt.o.tmp u_debug_stack.o.tmp u_debug_symbol.o.tmp u_dl.o.tmp u_draw.o.tmp u_draw_quad.o.tmp u_dump_defines.o.tmp u_dump_state.o.tmp u_format.o.tmp u_format_bptc.o.tmp u_format_etc.o.tmp u_format_latc.o.tmp u_format_other.o.tmp u_format_rgtc.o.tmp u_format_s3tc.o.tmp u_format_tests.o.tmp u_format_yuv.o.tmp u_format_zs.o.tmp u_framebuffer.o.tmp u_gen_mipmap.o.tmp u_handle_table.o.tmp u_hash_table.o.tmp u_helpers.o.tmp u_idalloc.o.tmp u_index_modify.o.tmp u_linear.o.tmp u_log.o.tmp u_mm.o.tmp u_network.o.tmp u_prim.o.tmp u_prim_restart.o.tmp u_pstipple.o.tmp u_resource.o.tmp u_ringbuffer.o.tmp u_sampler.o.tmp u_screen.o.tmp u_simple_shaders.o.tmp u_suballoc.o.tmp u_surface.o.tmp u_surfaces.o.tmp u_tests.o.tmp u_texture.o.tmp u_tile.o.tmp u_transfer.o.tmp u_transfer_helper.o.tmp u_threaded_context.o.tmp u_upload_mgr.o.tmp u_vbuf.o.tmp vl_bicubic_filter.o.tmp vl_compositor.o.tmp vl_compositor_cs.o.tmp vl_compositor_gfx.o.tmp vl_csc.o.tmp vl_decoder.o.tmp vl_deint_filter.o.tmp vl_idct.o.tmp vl_matrix_filter.o.tmp vl_mc.o.tmp vl_median_filter.o.tmp vl_mpeg12_bitstream.o.tmp vl_mpeg12_decoder.o.tmp vl_vertex_buffers.o.tmp vl_video_buffer.o.tmp vl_winsys_dri.o.tmp vl_zscan.o.tmp sp_buffer.o.tmp sp_clear.o.tmp sp_context.o.tmp sp_compute.o.tmp sp_draw_arrays.o.tmp sp_fence.o.tmp sp_flush.o.tmp sp_fs_exec.o.tmp sp_image.o.tmp sp_prim_vbuf.o.tmp sp_quad_blend.o.tmp sp_quad_depth_test.o.tmp sp_quad_fs.o.tmp sp_quad_pipe.o.tmp sp_quad_stipple.o.tmp sp_query.o.tmp sp_screen.o.tmp sp_setup.o.tmp sp_state_blend.o.tmp sp_state_clip.o.tmp sp_state_derived.o.tmp sp_state_image.o.tmp sp_state_rasterizer.o.tmp sp_state_sampler.o.tmp sp_state_shader.o.tmp sp_state_so.o.tmp sp_state_surface.o.tmp sp_state_vertex.o.tmp sp_surface.o.tmp sp_tex_sample.o.tmp sp_tex_tile_cache.o.tmp sp_texture.o.tmp sp_tile_cache.o.tmp dri_sw_winsys.o.tmp kms_dri_sw_winsys.o.tmp null_sw_winsys.o.tmp wrapper_sw_winsys.o.tmp dri_context.o.tmp dri_drawable.o.tmp dri_helpers.o.tmp dri_query_renderer.o.tmp dri_screen.o.tmp drisw.o.tmp dri2.o.tmp cayman_msaa.o.tmp r600_buffer_common.o.tmp r600_pipe_common.o.tmp r600_query.o.tmp r600_streamout.o.tmp r600_texture.o.tmp radeon_radeon_uvd.o.tmp radeon_uvd_enc.o.tmp radeon_uvd_enc_1_1.o.tmp radeon_vce_40_2_2.o.tmp radeon_vce_50.o.tmp radeon_vce_52.o.tmp radeon_vcn_dec.o.tmp radeon_vcn_dec_jpeg.o.tmp radeon_vcn_enc.o.tmp radeon_vcn_enc_1_2.o.tmp radeon_radeon_vce.o.tmp radeon_radeon_video.o.tmp cik_sdma.o.tmp si_blit.o.tmp si_buffer.o.tmp si_clear.o.tmp si_compute.o.tmp si_compute_blit.o.tmp si_cp_dma.o.tmp si_debug.o.tmp si_descriptors.o.tmp si_dma.o.tmp si_dma_cs.o.tmp si_fence.o.tmp si_get.o.tmp si_gfx_cs.o.tmp si_gpu_load.o.tmp si_pipe.o.tmp si_pm4.o.tmp si_perfcounter.o.tmp si_query.o.tmp si_shader.o.tmp si_shader_nir.o.tmp si_shader_tgsi_alu.o.tmp si_shader_tgsi_mem.o.tmp si_shader_tgsi_setup.o.tmp si_shaderlib_tgsi.o.tmp si_state.o.tmp si_state_binning.o.tmp si_state_draw.o.tmp si_state_msaa.o.tmp si_state_shaders.o.tmp si_state_streamout.o.tmp si_state_viewport.o.tmp si_test_dma.o.tmp si_test_dma_perf.o.tmp si_texture.o.tmp si_uvd.o.tmp r300_blit.o.tmp r300_chipset.o.tmp r300_context.o.tmp r300_debug.o.tmp r300_emit.o.tmp r300_flush.o.tmp r300_fs.o.tmp r300_hyperz.o.tmp r300_query.o.tmp r300_render.o.tmp r300_render_stencilref.o.tmp r300_render_translate.o.tmp r300_resource.o.tmp r300_screen_buffer.o.tmp r300_screen.o.tmp r300_state.o.tmp r300_state_derived.o.tmp r300_texture.o.tmp r300_texture_desc.o.tmp r300_tgsi_to_rc.o.tmp r300_transfer.o.tmp r300_vs.o.tmp r300_vs_draw.o.tmp memory_pool.o.tmp r300_fragprog.o.tmp r300_fragprog_emit.o.tmp r300_fragprog_swizzle.o.tmp r3xx_fragprog.o.tmp r3xx_vertprog.o.tmp r3xx_vertprog_dump.o.tmp r500_fragprog.o.tmp r500_fragprog_emit.o.tmp radeon_code.o.tmp radeon_compiler.o.tmp radeon_compiler_util.o.tmp radeon_dataflow.o.tmp radeon_dataflow_deadcode.o.tmp radeon_dataflow_swizzles.o.tmp radeon_emulate_branches.o.tmp radeon_emulate_loops.o.tmp radeon_inline_literals.o.tmp radeon_list.o.tmp radeon_opcodes.o.tmp radeon_optimize.o.tmp radeon_pair_dead_sources.o.tmp radeon_pair_regalloc.o.tmp radeon_pair_schedule.o.tmp radeon_pair_translate.o.tmp radeon_program_alu.o.tmp radeon_program.o.tmp radeon_program_pair.o.tmp radeon_program_print.o.tmp radeon_program_tex.o.tmp radeon_remove_constants.o.tmp radeon_rename_regs.o.tmp radeon_variable.o.tmp radeon_vert_fc.o.tmp eg_debug.o.tmp r600_gpu_load.o.tmp r600_perfcounter.o.tmp r600_radeon_vce.o.tmp r600_radeon_video.o.tmp compute_memory_pool.o.tmp r600_viewport.o.tmp eg_asm.o.tmp evergreen_compute.o.tmp evergreen_hw_context.o.tmp evergreen_state.o.tmp r600_asm.o.tmp r600_blit.o.tmp r600_hw_context.o.tmp r600_isa.o.tmp r600_pipe.o.tmp r600_shader.o.tmp r600_state.o.tmp r600_state_common.o.tmp r600_uvd.o.tmp r600_radeon_uvd.o.tmp r600_test_dma.o.tmp r700_asm.o.tmp sb_bc_builder.o.tmp sb_bc_decoder.o.tmp sb_bc_dump.o.tmp sb_bc_finalize.o.tmp sb_bc_parser.o.tmp sb_context.o.tmp sb_core.o.tmp sb_dce_cleanup.o.tmp sb_def_use.o.tmp sb_dump.o.tmp sb_expr.o.tmp sb_gcm.o.tmp sb_gvn.o.tmp sb_if_conversion.o.tmp sb_ir.o.tmp sb_liveness.o.tmp sb_pass.o.tmp sb_peephole.o.tmp sb_psi_ops.o.tmp sb_ra_checker.o.tmp sb_ra_coalesce.o.tmp sb_ra_init.o.tmp sb_sched.o.tmp sb_shader.o.tmp sb_ssa_builder.o.tmp sb_valtable.o.tmp radeon_drm_bo.o.tmp radeon_drm_cs.o.tmp radeon_drm_surface.o.tmp radeon_drm_winsys.o.tmp amdgpu_bo.o.tmp amdgpu_cs.o.tmp amdgpu_surface.o.tmp amdgpu_winsys.o.tmp nouveau_buffer.o.tmp nouveau_fence.o.tmp nouveau_heap.o.tmp nouveau_mm.o.tmp nouveau_screen.o.tmp nouveau_video.o.tmp nouveau_vp3_video_bsp.o.tmp nouveau_vp3_video.o.tmp nouveau_vp3_video_vp.o.tmp nv30_clear.o.tmp nv30_context.o.tmp nv30_draw.o.tmp nv30_format.o.tmp nv30_fragprog.o.tmp nv30_fragtex.o.tmp nv30_miptree.o.tmp nv30_push.o.tmp nv30_query.o.tmp nv30_resource.o.tmp nv30_screen.o.tmp nv30_state.o.tmp nv30_state_validate.o.tmp nv30_texture.o.tmp nv30_transfer.o.tmp nv30_vbo.o.tmp nv30_vertprog.o.tmp nv40_verttex.o.tmp nvfx_fragprog.o.tmp nvfx_vertprog.o.tmp nv50_compute.o.tmp nv50_context.o.tmp nv50_formats.o.tmp nv50_miptree.o.tmp nv50_program.o.tmp nv50_push.o.tmp nv50_query.o.tmp nv50_query_hw.o.tmp nv50_query_hw_metric.o.tmp nv50_query_hw_sm.o.tmp nv50_resource.o.tmp nv50_screen.o.tmp nv50_shader_state.o.tmp nv50_state.o.tmp nv50_state_validate.o.tmp nv50_surface.o.tmp nv50_tex.o.tmp nv50_transfer.o.tmp nv50_vbo.o.tmp nv84_video_bsp.o.tmp nv84_video.o.tmp nv84_video_vp.o.tmp nv98_video_bsp.o.tmp nv98_video.o.tmp nv98_video_ppp.o.tmp nv98_video_vp.o.tmp nv50_ir.o.tmp nv50_ir_bb.o.tmp nv50_ir_build_util.o.tmp nv50_ir_emit_gk110.o.tmp nv50_ir_emit_gm107.o.tmp nv50_ir_emit_nv50.o.tmp nv50_ir_emit_nvc0.o.tmp nv50_ir_from_common.o.tmp nv50_ir_from_nir.o.tmp nv50_ir_from_tgsi.o.tmp nv50_ir_graph.o.tmp nv50_ir_lowering_gm107.o.tmp nv50_ir_lowering_helper.o.tmp nv50_ir_lowering_nv50.o.tmp nv50_ir_lowering_nvc0.o.tmp nv50_ir_peephole.o.tmp nv50_ir_print.o.tmp nv50_ir_ra.o.tmp nv50_ir_ssa.o.tmp nv50_ir_target.o.tmp nv50_ir_target_nv50.o.tmp nv50_ir_util.o.tmp nv50_ir_target_gm107.o.tmp nv50_ir_target_nvc0.o.tmp nvc0_compute.o.tmp nvc0_context.o.tmp nvc0_formats.o.tmp nvc0_miptree.o.tmp nvc0_resource.o.tmp nvc0_screen.o.tmp nvc0_state.o.tmp nvc0_state_validate.o.tmp nvc0_surface.o.tmp nvc0_tex.o.tmp nvc0_transfer.o.tmp nvc0_vbo.o.tmp nvc0_vbo_translate.o.tmp nvc0_program.o.tmp nvc0_shader_state.o.tmp nvc0_query.o.tmp nvc0_query_hw.o.tmp nvc0_query_hw_metric.o.tmp nvc0_query_hw_sm.o.tmp nvc0_query_sw.o.tmp nve4_compute.o.tmp nvc0_video.o.tmp nvc0_video_bsp.o.tmp nvc0_video_vp.o.tmp nvc0_video_ppp.o.tmp nouveau_drm_winsys.o.tmp bitmap.o.tmp decode.o.tmp device.o.tmp ftab.o.tmp htab.o.tmp mixer.o.tmp output.o.tmp preemption.o.tmp presentation.o.tmp query.o.tmp surface.o.tmp i915_blit.o.tmp i915_clear.o.tmp i915_context.o.tmp i915_debug.o.tmp i915_debug_fp.o.tmp i915_flush.o.tmp i915_fpc_emit.o.tmp i915_fpc_optimize.o.tmp i915_fpc_translate.o.tmp i915_prim_emit.o.tmp i915_prim_vbuf.o.tmp i915_query.o.tmp i915_resource_buffer.o.tmp i915_resource.o.tmp i915_resource_texture.o.tmp i915_screen.o.tmp i915_state.o.tmp i915_state_derived.o.tmp i915_state_dynamic.o.tmp i915_state_emit.o.tmp i915_state_fpc.o.tmp i915_state_immediate.o.tmp i915_state_sampler.o.tmp i915_state_static.o.tmp i915_surface.o.tmp i915_drm_batchbuffer.o.tmp i915_drm_buffer.o.tmp i915_drm_fence.o.tmp i915_drm_winsys.o.tmp lp_bld_arit.o.tmp lp_bld_arit_overflow.o.tmp lp_bld_assert.o.tmp lp_bld_bitarit.o.tmp lp_bld_const.o.tmp lp_bld_conv.o.tmp lp_bld_flow.o.tmp lp_bld_format_aos_array.o.tmp lp_bld_format_aos.o.tmp lp_bld_format_float.o.tmp lp_bld_format.o.tmp lp_bld_format_soa.o.tmp lp_bld_format_s3tc.o.tmp lp_bld_format_srgb.o.tmp lp_bld_format_yuv.o.tmp lp_bld_gather.o.tmp lp_bld_init.o.tmp lp_bld_intr.o.tmp lp_bld_logic.o.tmp lp_bld_misc.o.tmp lp_bld_pack.o.tmp lp_bld_printf.o.tmp lp_bld_quad.o.tmp lp_bld_sample_aos.o.tmp lp_bld_sample.o.tmp lp_bld_sample_soa.o.tmp lp_bld_struct.o.tmp lp_bld_swizzle.o.tmp lp_bld_tgsi_action.o.tmp lp_bld_tgsi_aos.o.tmp lp_bld_tgsi.o.tmp lp_bld_tgsi_info.o.tmp lp_bld_tgsi_soa.o.tmp lp_bld_type.o.tmp lp_bld_alpha.o.tmp lp_bld_blend_aos.o.tmp lp_bld_blend.o.tmp lp_bld_blend_logicop.o.tmp lp_bld_depth.o.tmp lp_bld_interp.o.tmp lp_clear.o.tmp lp_context.o.tmp lp_draw_arrays.o.tmp lp_fence.o.tmp lp_flush.o.tmp lp_jit.o.tmp lp_memory.o.tmp lp_perf.o.tmp lp_query.o.tmp lp_rast.o.tmp lp_rast_debug.o.tmp lp_rast_tri.o.tmp lp_scene.o.tmp lp_scene_queue.o.tmp lp_screen.o.tmp lp_setup.o.tmp lp_setup_line.o.tmp lp_setup_point.o.tmp lp_setup_tri.o.tmp lp_setup_vbuf.o.tmp lp_state_blend.o.tmp lp_state_clip.o.tmp lp_state_derived.o.tmp lp_state_fs.o.tmp lp_state_gs.o.tmp lp_state_rasterizer.o.tmp lp_state_sampler.o.tmp lp_state_setup.o.tmp lp_state_so.o.tmp lp_state_surface.o.tmp lp_state_vertex.o.tmp lp_state_vs.o.tmp lp_surface.o.tmp lp_tex_sample.o.tmp lp_texture.o.tmp loader.o.tmp pci_id_driver_map.o.tmp xmlconfig.o.tmp accum.o.tmp api_arrayelt.o.tmp api_loopback.o.tmp api_exec.o.tmp arbprogram.o.tmp arrayobj.o.tmp atifragshader.o.tmp attrib.o.tmp barrier.o.tmp bbox.o.tmp blend.o.tmp blit.o.tmp bufferobj.o.tmp buffers.o.tmp clear.o.tmp clip.o.tmp colortab.o.tmp compute.o.tmp condrender.o.tmp conservativeraster.o.tmp context.o.tmp convolve.o.tmp copyimage.o.tmp cpuinfo.o.tmp MESAdebug.o.tmp debug_output.o.tmp depth.o.tmp dlist.o.tmp draw.o.tmp drawpix.o.tmp drawtex.o.tmp draw_validate.o.tmp enable.o.tmp enums.o.tmp errors.o.tmp MESAeval.o.tmp execmem.o.tmp extensions.o.tmp extensions_table.o.tmp externalobjects.o.tmp fbobject.o.tmp feedback.o.tmp ff_fragment_shader.o.tmp ffvertex_prog.o.tmp fog.o.tmp format_fallback.o.tmp format_pack.o.tmp format_unpack.o.tmp format_utils.o.tmp formatquery.o.tmp formats.o.tmp framebuffer.o.tmp get.o.tmp genmipmap.o.tmp getstring.o.tmp glformats.o.tmp glspirv.o.tmp glthread.o.tmp hash.o.tmp hint.o.tmp histogram.o.tmp image.o.tmp imports.o.tmp light.o.tmp lines.o.tmp marshal.o.tmp marshal_generated.o.tmp matrix.o.tmp mipmap.o.tmp mm.o.tmp multisample.o.tmp objectlabel.o.tmp objectpurge.o.tmp pack.o.tmp pbo.o.tmp performance_monitor.o.tmp performance_query.o.tmp pipelineobj.o.tmp MESApixel.o.tmp MESApixelstore.o.tmp pixeltransfer.o.tmp points.o.tmp polygon.o.tmp program_binary.o.tmp program_resource.o.tmp querymatrix.o.tmp queryobj.o.tmp rastpos.o.tmp readpix.o.tmp remap.o.tmp renderbuffer.o.tmp robustness.o.tmp samplerobj.o.tmp scissor.o.tmp shaderapi.o.tmp shaderimage.o.tmp shaderobj.o.tmp shader_query.o.tmp shared.o.tmp state.o.tmp stencil.o.tmp syncobj.o.tmp texcompress.o.tmp texcompress_astc.o.tmp texcompress_bptc.o.tmp texcompress_cpal.o.tmp texcompress_etc.o.tmp texcompress_fxt1.o.tmp texcompress_rgtc.o.tmp texcompress_s3tc.o.tmp texenv.o.tmp texformat.o.tmp texgen.o.tmp texgetimage.o.tmp teximage.o.tmp texobj.o.tmp texparam.o.tmp texstate.o.tmp texstorage.o.tmp texstore.o.tmp texturebindless.o.tmp textureview.o.tmp transformfeedback.o.tmp uniform_query.o.tmp uniforms.o.tmp varray.o.tmp vdpau.o.tmp version.o.tmp viewport.o.tmp vtxfmt.o.tmp es1_conversion.o.tmp m_debug_clip.o.tmp m_debug_norm.o.tmp m_debug_xform.o.tmp m_eval.o.tmp m_matrix.o.tmp m_translate.o.tmp m_vector.o.tmp vbo_context.o.tmp vbo_exec_api.o.tmp vbo_exec.o.tmp vbo_exec_draw.o.tmp vbo_exec_eval.o.tmp vbo_minmax_index.o.tmp vbo_noop.o.tmp vbo_primitive_restart.o.tmp vbo_save_api.o.tmp vbo_save.o.tmp vbo_save_draw.o.tmp vbo_save_loopback.o.tmp st_atifs_to_tgsi.o.tmp st_atom.o.tmp st_atom_array.o.tmp st_atom_atomicbuf.o.tmp st_atom_blend.o.tmp st_atom_clip.o.tmp st_atom_constbuf.o.tmp st_atom_depth.o.tmp st_atom_framebuffer.o.tmp st_atom_image.o.tmp st_atom_msaa.o.tmp st_atom_pixeltransfer.o.tmp st_atom_rasterizer.o.tmp st_atom_sampler.o.tmp st_atom_scissor.o.tmp st_atom_shader.o.tmp st_atom_stipple.o.tmp st_atom_storagebuf.o.tmp st_atom_tess.o.tmp st_atom_texture.o.tmp st_atom_viewport.o.tmp st_cb_bitmap.o.tmp st_cb_bitmap_shader.o.tmp st_cb_blit.o.tmp st_cb_bufferobjects.o.tmp st_cb_clear.o.tmp st_cb_compute.o.tmp st_cb_condrender.o.tmp st_cb_copyimage.o.tmp st_cb_drawpixels.o.tmp st_cb_drawpixels_shader.o.tmp st_cb_drawtex.o.tmp st_cb_eglimage.o.tmp st_cb_fbo.o.tmp st_cb_feedback.o.tmp st_cb_flush.o.tmp st_cb_memoryobjects.o.tmp st_cb_msaa.o.tmp st_cb_perfmon.o.tmp st_cb_program.o.tmp st_cb_queryobj.o.tmp st_cb_rasterpos.o.tmp st_cb_readpixels.o.tmp st_cb_semaphoreobjects.o.tmp st_cb_strings.o.tmp st_cb_syncobj.o.tmp st_cb_texture.o.tmp st_cb_texturebarrier.o.tmp st_cb_viewport.o.tmp st_cb_xformfb.o.tmp st_context.o.tmp st_copytex.o.tmp st_debug.o.tmp st_draw.o.tmp st_draw_feedback.o.tmp st_extensions.o.tmp st_format.o.tmp st_gen_mipmap.o.tmp st_glsl_to_ir.o.tmp st_glsl_to_nir.o.tmp st_glsl_to_tgsi.o.tmp st_glsl_to_tgsi_array_merge.o.tmp st_glsl_to_tgsi_private.o.tmp st_glsl_to_tgsi_temprename.o.tmp st_glsl_types.o.tmp st_manager.o.tmp st_mesa_to_tgsi.o.tmp st_nir_builtins.o.tmp st_nir_lower_builtin.o.tmp st_nir_lower_tex_src_plane.o.tmp st_pbo.o.tmp st_program.o.tmp st_sampler_view.o.tmp st_scissor.o.tmp st_shader_cache.o.tmp st_texture.o.tmp st_tgsi_lower_yuv.o.tmp arbprogparse.o.tmp ir_to_mesa.o.tmp prog_cache.o.tmp prog_execute.o.tmp prog_instruction.o.tmp prog_noise.o.tmp prog_opt_constant_fold.o.tmp prog_optimize.o.tmp prog_parameter.o.tmp prog_parameter_layout.o.tmp prog_print.o.tmp prog_statevars.o.tmp prog_to_nir.o.tmp program.o.tmp programopt.o.tmp program_parse.tab.o.tmp program_parse_extra.o.tmp symbol_table.o.tmp program_lexer.o.tmp xform4.o.tmp streaming-load-memcpy.o.tmp sse_minmax.o.tmp addrinterface.o.tmp addrelemlib.o.tmp addrlib.o.tmp addrlib1.o.tmp addrlib2.o.tmp addrobject.o.tmp coord.o.tmp gfx9addrlib.o.tmp ciaddrlib.o.tmp egbaddrlib.o.tmp siaddrlib.o.tmp ac_binary.o.tmp ac_llvm_build.o.tmp ac_llvm_helper.o.tmp ac_llvm_util.o.tmp ac_shader_util.o.tmp ac_nir_to_llvm.o.tmp ac_gpu_info.o.tmp ac_surface.o.tmp ac_debug.o.tmp glsl_lexer.o.tmp glsl_parser.o.tmp ast_array_index.o.tmp ast_expr.o.tmp ast_function.o.tmp ast_to_hir.o.tmp ast_type.o.tmp builtin_functions.o.tmp builtin_types.o.tmp builtin_variables.o.tmp generate_ir.o.tmp gl_nir_lower_atomics.o.tmp gl_nir_link_atomics.o.tmp gl_nir_link_uniform_initializers.o.tmp gl_nir_link_uniforms.o.tmp gl_nir_link_xfb.o.tmp gl_nir_linker.o.tmp gl_nir_lower_bindless_images.o.tmp gl_nir_lower_buffers.o.tmp gl_nir_lower_samplers.o.tmp gl_nir_lower_samplers_as_deref.o.tmp glsl_parser_extras.o.tmp glsl_symbol_table.o.tmp glsl_to_nir.o.tmp hir_field_selection.o.tmp ir.o.tmp ir_array_refcount.o.tmp ir_basic_block.o.tmp ir_builder.o.tmp ir_clone.o.tmp ir_constant_expression.o.tmp ir_equals.o.tmp ir_expression_flattening.o.tmp ir_function.o.tmp ir_function_can_inline.o.tmp ir_function_detect_recursion.o.tmp ir_hierarchical_visitor.o.tmp ir_hv_accept.o.tmp ir_print_visitor.o.tmp ir_reader.o.tmp ir_rvalue_visitor.o.tmp ir_set_program_inouts.o.tmp ir_validate.o.tmp ir_variable_refcount.o.tmp linker.o.tmp linker_util.o.tmp link_atomics.o.tmp link_functions.o.tmp link_interface_blocks.o.tmp link_uniforms.o.tmp link_uniform_initializers.o.tmp link_uniform_block_active_visitor.o.tmp link_uniform_blocks.o.tmp link_varyings.o.tmp loop_analysis.o.tmp loop_unroll.o.tmp lower_blend_equation_advanced.o.tmp lower_buffer_access.o.tmp lower_const_arrays_to_uniforms.o.tmp lower_cs_derived.o.tmp lower_discard.o.tmp lower_discard_flow.o.tmp lower_distance.o.tmp lower_if_to_cond_assign.o.tmp lower_instructions.o.tmp lower_int64.o.tmp lower_jumps.o.tmp lower_mat_op_to_vec.o.tmp lower_noise.o.tmp lower_offset_array.o.tmp lower_packed_varyings.o.tmp lower_named_interface_blocks.o.tmp lower_packing_builtins.o.tmp lower_subroutine.o.tmp lower_tess_level.o.tmp lower_texture_projection.o.tmp lower_variable_index_to_cond_assign.o.tmp lower_vec_index_to_cond_assign.o.tmp lower_vec_index_to_swizzle.o.tmp lower_vector.o.tmp lower_vector_derefs.o.tmp lower_vector_insert.o.tmp lower_vertex_id.o.tmp lower_output_reads.o.tmp lower_shared_reference.o.tmp lower_ubo_reference.o.tmp opt_algebraic.o.tmp opt_array_splitting.o.tmp opt_conditional_discard.o.tmp opt_constant_folding.o.tmp opt_constant_propagation.o.tmp opt_constant_variable.o.tmp opt_copy_propagation_elements.o.tmp opt_dead_builtin_variables.o.tmp opt_dead_builtin_varyings.o.tmp opt_dead_code.o.tmp opt_dead_code_local.o.tmp opt_dead_functions.o.tmp opt_flatten_nested_if_blocks.o.tmp opt_flip_matrices.o.tmp opt_function_inlining.o.tmp opt_if_simplification.o.tmp opt_minmax.o.tmp opt_rebalance_tree.o.tmp opt_redundant_jumps.o.tmp opt_structure_splitting.o.tmp opt_swizzle.o.tmp opt_tree_grafting.o.tmp opt_vectorize.o.tmp propagate_invariance.o.tmp s_expression.o.tmp string_to_uint_map.o.tmp serialize.o.tmp shader_cache.o.tmp blob.o.tmp glsl_types.o.tmp nir_types.o.tmp shader_enums.o.tmp glcpp-lex.o.tmp glcpp-parse.o.tmp pp.o.tmp nir_constant_expressions.o.tmp nir_intrinsics.o.tmp nir_opcodes.o.tmp nir_opt_algebraic.o.tmp nir.o.tmp nir_builtin_builder.o.tmp nir_clone.o.tmp nir_control_flow.o.tmp nir_deref.o.tmp nir_dominance.o.tmp nir_from_ssa.o.tmp nir_gather_info.o.tmp nir_gather_xfb_info.o.tmp nir_gs_count_vertices.o.tmp nir_inline_functions.o.tmp nir_instr_set.o.tmp nir_linking_helpers.o.tmp nir_liveness.o.tmp nir_loop_analyze.o.tmp nir_lower_alpha_test.o.tmp nir_lower_alu.o.tmp nir_lower_alu_to_scalar.o.tmp nir_lower_array_deref_of_vec.o.tmp nir_lower_atomics_to_ssbo.o.tmp nir_lower_bit_size.o.tmp nir_lower_bitmap.o.tmp nir_lower_bool_to_int32.o.tmp nir_lower_clamp_color_outputs.o.tmp nir_lower_clip.o.tmp nir_lower_clip_cull_distance_arrays.o.tmp nir_lower_constant_initializers.o.tmp nir_lower_double_ops.o.tmp nir_lower_drawpixels.o.tmp nir_lower_global_vars_to_local.o.tmp nir_lower_gs_intrinsics.o.tmp nir_lower_idiv.o.tmp nir_lower_indirect_derefs.o.tmp nir_lower_int64.o.tmp nir_lower_io.o.tmp nir_lower_io_arrays_to_elements.o.tmp nir_lower_io_to_scalar.o.tmp nir_lower_io_to_vector.o.tmp nir_lower_io_to_temporaries.o.tmp nir_lower_load_const_to_scalar.o.tmp nir_lower_locals_to_regs.o.tmp nir_lower_packing.o.tmp nir_lower_passthrough_edgeflags.o.tmp nir_lower_patch_vertices.o.tmp nir_lower_phis_to_scalar.o.tmp nir_lower_regs_to_ssa.o.tmp nir_lower_returns.o.tmp nir_lower_subgroups.o.tmp nir_lower_system_values.o.tmp nir_lower_tex.o.tmp nir_lower_to_source_mods.o.tmp nir_lower_two_sided_color.o.tmp nir_lower_uniforms_to_ubo.o.tmp nir_lower_var_copies.o.tmp nir_lower_vars_to_ssa.o.tmp nir_lower_vec_to_movs.o.tmp nir_lower_wpos_center.o.tmp nir_lower_wpos_ytransform.o.tmp nir_metadata.o.tmp nir_move_load_const.o.tmp nir_move_vec_src_uses_to_dest.o.tmp nir_normalize_cubemap_coords.o.tmp nir_opt_combine_stores.o.tmp nir_opt_comparison_pre.o.tmp nir_opt_conditional_discard.o.tmp nir_opt_constant_folding.o.tmp nir_opt_copy_prop_vars.o.tmp nir_opt_copy_propagate.o.tmp nir_opt_cse.o.tmp nir_opt_dce.o.tmp nir_opt_dead_cf.o.tmp nir_opt_dead_write_vars.o.tmp nir_opt_find_array_copies.o.tmp nir_opt_gcm.o.tmp nir_opt_idiv_const.o.tmp nir_opt_if.o.tmp nir_opt_intrinsics.o.tmp nir_opt_large_constants.o.tmp nir_opt_loop_unroll.o.tmp nir_opt_move_comparisons.o.tmp nir_opt_move_load_ubo.o.tmp nir_opt_peephole_select.o.tmp nir_opt_remove_phis.o.tmp nir_opt_shrink_load.o.tmp nir_opt_trivial_continues.o.tmp nir_opt_undef.o.tmp nir_phi_builder.o.tmp nir_print.o.tmp nir_propagate_invariant.o.tmp nir_remove_dead_variables.o.tmp nir_repair_ssa.o.tmp nir_search.o.tmp nir_serialize.o.tmp nir_split_per_member_structs.o.tmp nir_split_var_copies.o.tmp nir_split_vars.o.tmp nir_strip.o.tmp nir_sweep.o.tmp nir_to_lcssa.o.tmp nir_validate.o.tmp nir_worklist.o.tmp spirv_info.o.tmp vtn_gather_types.o.tmp gl_spirv.o.tmp spirv_to_nir.o.tmp vtn_alu.o.tmp vtn_amd.o.tmp vtn_cfg.o.tmp vtn_glsl450.o.tmp vtn_opencl.o.tmp vtn_subgroup.o.tmp vtn_variables.o.tmp common_x86.o.tmp streaming-load-memcpy.o.tmp hash_table.o.tmp build_id.o.tmp crc32.o.tmp disk_cache.o.tmp fast_idiv_by_const.o.tmp half_float.o.tmp format_srgb.o.tmp mesa-sha1.o.tmp os_time.o.tmp ralloc.o.tmp UTILdebug.o.tmp rand_xor.o.tmp rb_tree.o.tmp register_allocate.o.tmp rgtc.o.tmp set.o.tmp slab.o.tmp string_buffer.o.tmp strtod.o.tmp u_atomic.o.tmp u_cpu_detect.o.tmp u_math.o.tmp u_queue.o.tmp u_process.o.tmp u_vector.o.tmp vma.o.tmp utils.o.tmp dri_util.o.tmp xmlconfig.o.tmp megadriver_stub.o.tmp target.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/gallium.old && rm -f gallium_dri.a u_indices_gen.o u_unfilled_gen.o u_format_table.o cso_cache.o cso_context.o cso_hash.o draw_context.o draw_fs.o draw_gs.o draw_pipe_aaline.o draw_pipe_aapoint.o draw_pipe.o draw_pipe_clip.o draw_pipe_cull.o draw_pipe_flatshade.o draw_pipe_offset.o draw_pipe_pstipple.o draw_pipe_stipple.o draw_pipe_twoside.o draw_pipe_unfilled.o draw_pipe_util.o draw_pipe_validate.o draw_pipe_vbuf.o draw_pipe_wide_line.o draw_pipe_wide_point.o draw_prim_assembler.o draw_pt.o draw_pt_emit.o draw_pt_fetch.o draw_pt_fetch_emit.o draw_pt_fetch_shade_emit.o draw_pt_fetch_shade_pipeline.o draw_pt_post_vs.o draw_pt_so_emit.o draw_pt_util.o draw_pt_vsplit.o draw_vertex.o draw_vs.o draw_vs_exec.o draw_vs_variant.o draw_llvm.o draw_llvm_sample.o draw_pt_fetch_shade_pipeline_llvm.o draw_vs_llvm.o dd_context.o dd_draw.o dd_screen.o noop_pipe.o noop_state.o DRIVERrbug_core.o DRIVERrbug_context.o rbug_objects.o rbug_screen.o tr_context.o tr_dump.o tr_dump_state.o tr_screen.o tr_texture.o font.o hud_context.o hud_cpu.o hud_nic.o hud_cpufreq.o hud_diskstat.o hud_sensors_temp.o hud_fps.o hud_driver_query.o u_primconvert.o tgsi_to_nir.o os_process.o pb_buffer_fenced.o pb_bufmgr_cache.o pb_bufmgr_debug.o pb_bufmgr_mm.o pb_bufmgr_slab.o pb_cache.o pb_slab.o pb_validate.o pipe_loader.o pipe_loader_drm.o pipe_loader_sw.o pp_celshade.o pp_colors.o pp_init.o pp_mlaa.o pp_run.o pp_program.o rbug_connection.o RBUGrbug_context.o RBUGrbug_core.o rbug_demarshal.o rbug_texture.o rbug_shader.o renderonly.o rtasm_cpu.o rtasm_execmem.o rtasm_x86sse.o tgsi_aa_point.o tgsi_build.o tgsi_dump.o tgsi_exec.o tgsi_emulate.o tgsi_from_mesa.o tgsi_info.o tgsi_iterate.o tgsi_lowering.o tgsi_parse.o tgsi_point_sprite.o tgsi_sanity.o tgsi_scan.o tgsi_strings.o tgsi_text.o tgsi_transform.o tgsi_two_side.o tgsi_ureg.o tgsi_util.o translate.o translate_cache.o translate_generic.o translate_sse.o os_misc.o u_async_debug.o u_bitmask.o u_blit.o u_blitter.o u_cache.o u_debug.o u_debug_describe.o u_debug_flush.o u_debug_gallium.o u_debug_image.o u_debug_memory.o u_debug_refcnt.o u_debug_stack.o u_debug_symbol.o u_dl.o u_draw.o u_draw_quad.o u_dump_defines.o u_dump_state.o u_format.o u_format_bptc.o u_format_etc.o u_format_latc.o u_format_other.o u_format_rgtc.o u_format_s3tc.o u_format_tests.o u_format_yuv.o u_format_zs.o u_framebuffer.o u_gen_mipmap.o u_handle_table.o u_hash_table.o u_helpers.o u_idalloc.o u_index_modify.o u_linear.o u_log.o u_mm.o u_network.o u_prim.o u_prim_restart.o u_pstipple.o u_resource.o u_ringbuffer.o u_sampler.o u_screen.o u_simple_shaders.o u_suballoc.o u_surface.o u_surfaces.o u_tests.o u_texture.o u_tile.o u_transfer.o u_transfer_helper.o u_threaded_context.o u_upload_mgr.o u_vbuf.o vl_bicubic_filter.o vl_compositor.o vl_compositor_cs.o vl_compositor_gfx.o vl_csc.o vl_decoder.o vl_deint_filter.o vl_idct.o vl_matrix_filter.o vl_mc.o vl_median_filter.o vl_mpeg12_bitstream.o vl_mpeg12_decoder.o vl_vertex_buffers.o vl_video_buffer.o vl_winsys_dri.o vl_zscan.o sp_buffer.o sp_clear.o sp_context.o sp_compute.o sp_draw_arrays.o sp_fence.o sp_flush.o sp_fs_exec.o sp_image.o sp_prim_vbuf.o sp_quad_blend.o sp_quad_depth_test.o sp_quad_fs.o sp_quad_pipe.o sp_quad_stipple.o sp_query.o sp_screen.o sp_setup.o sp_state_blend.o sp_state_clip.o sp_state_derived.o sp_state_image.o sp_state_rasterizer.o sp_state_sampler.o sp_state_shader.o sp_state_so.o sp_state_surface.o sp_state_vertex.o sp_surface.o sp_tex_sample.o sp_tex_tile_cache.o sp_texture.o sp_tile_cache.o dri_sw_winsys.o kms_dri_sw_winsys.o null_sw_winsys.o wrapper_sw_winsys.o dri_context.o dri_drawable.o dri_helpers.o dri_query_renderer.o dri_screen.o drisw.o dri2.o cayman_msaa.o r600_buffer_common.o r600_pipe_common.o r600_query.o r600_streamout.o r600_texture.o radeon_radeon_uvd.o radeon_uvd_enc.o radeon_uvd_enc_1_1.o radeon_vce_40_2_2.o radeon_vce_50.o radeon_vce_52.o radeon_vcn_dec.o radeon_vcn_dec_jpeg.o radeon_vcn_enc.o radeon_vcn_enc_1_2.o radeon_radeon_vce.o radeon_radeon_video.o cik_sdma.o si_blit.o si_buffer.o si_clear.o si_compute.o si_compute_blit.o si_cp_dma.o si_debug.o si_descriptors.o si_dma.o si_dma_cs.o si_fence.o si_get.o si_gfx_cs.o si_gpu_load.o si_pipe.o si_pm4.o si_perfcounter.o si_query.o si_shader.o si_shader_nir.o si_shader_tgsi_alu.o si_shader_tgsi_mem.o si_shader_tgsi_setup.o si_shaderlib_tgsi.o si_state.o si_state_binning.o si_state_draw.o si_state_msaa.o si_state_shaders.o si_state_streamout.o si_state_viewport.o si_test_dma.o si_test_dma_perf.o si_texture.o si_uvd.o r300_blit.o r300_chipset.o r300_context.o r300_debug.o r300_emit.o r300_flush.o r300_fs.o r300_hyperz.o r300_query.o r300_render.o r300_render_stencilref.o r300_render_translate.o r300_resource.o r300_screen_buffer.o r300_screen.o r300_state.o r300_state_derived.o r300_texture.o r300_texture_desc.o r300_tgsi_to_rc.o r300_transfer.o r300_vs.o r300_vs_draw.o memory_pool.o r300_fragprog.o r300_fragprog_emit.o r300_fragprog_swizzle.o r3xx_fragprog.o r3xx_vertprog.o r3xx_vertprog_dump.o r500_fragprog.o r500_fragprog_emit.o radeon_code.o radeon_compiler.o radeon_compiler_util.o radeon_dataflow.o radeon_dataflow_deadcode.o radeon_dataflow_swizzles.o radeon_emulate_branches.o radeon_emulate_loops.o radeon_inline_literals.o radeon_list.o radeon_opcodes.o radeon_optimize.o radeon_pair_dead_sources.o radeon_pair_regalloc.o radeon_pair_schedule.o radeon_pair_translate.o radeon_program_alu.o radeon_program.o radeon_program_pair.o radeon_program_print.o radeon_program_tex.o radeon_remove_constants.o radeon_rename_regs.o radeon_variable.o radeon_vert_fc.o eg_debug.o r600_gpu_load.o r600_perfcounter.o r600_radeon_vce.o r600_radeon_video.o compute_memory_pool.o r600_viewport.o eg_asm.o evergreen_compute.o evergreen_hw_context.o evergreen_state.o r600_asm.o r600_blit.o r600_hw_context.o r600_isa.o r600_pipe.o r600_shader.o r600_state.o r600_state_common.o r600_uvd.o r600_radeon_uvd.o r600_test_dma.o r700_asm.o sb_bc_builder.o sb_bc_decoder.o sb_bc_dump.o sb_bc_finalize.o sb_bc_parser.o sb_context.o sb_core.o sb_dce_cleanup.o sb_def_use.o sb_dump.o sb_expr.o sb_gcm.o sb_gvn.o sb_if_conversion.o sb_ir.o sb_liveness.o sb_pass.o sb_peephole.o sb_psi_ops.o sb_ra_checker.o sb_ra_coalesce.o sb_ra_init.o sb_sched.o sb_shader.o sb_ssa_builder.o sb_valtable.o radeon_drm_bo.o radeon_drm_cs.o radeon_drm_surface.o radeon_drm_winsys.o amdgpu_bo.o amdgpu_cs.o amdgpu_surface.o amdgpu_winsys.o nouveau_buffer.o nouveau_fence.o nouveau_heap.o nouveau_mm.o nouveau_screen.o nouveau_video.o nouveau_vp3_video_bsp.o nouveau_vp3_video.o nouveau_vp3_video_vp.o nv30_clear.o nv30_context.o nv30_draw.o nv30_format.o nv30_fragprog.o nv30_fragtex.o nv30_miptree.o nv30_push.o nv30_query.o nv30_resource.o nv30_screen.o nv30_state.o nv30_state_validate.o nv30_texture.o nv30_transfer.o nv30_vbo.o nv30_vertprog.o nv40_verttex.o nvfx_fragprog.o nvfx_vertprog.o nv50_compute.o nv50_context.o nv50_formats.o nv50_miptree.o nv50_program.o nv50_push.o nv50_query.o nv50_query_hw.o nv50_query_hw_metric.o nv50_query_hw_sm.o nv50_resource.o nv50_screen.o nv50_shader_state.o nv50_state.o nv50_state_validate.o nv50_surface.o nv50_tex.o nv50_transfer.o nv50_vbo.o nv84_video_bsp.o nv84_video.o nv84_video_vp.o nv98_video_bsp.o nv98_video.o nv98_video_ppp.o nv98_video_vp.o nv50_ir.o nv50_ir_bb.o nv50_ir_build_util.o nv50_ir_emit_gk110.o nv50_ir_emit_gm107.o nv50_ir_emit_nv50.o nv50_ir_emit_nvc0.o nv50_ir_from_common.o nv50_ir_from_nir.o nv50_ir_from_tgsi.o nv50_ir_graph.o nv50_ir_lowering_gm107.o nv50_ir_lowering_helper.o nv50_ir_lowering_nv50.o nv50_ir_lowering_nvc0.o nv50_ir_peephole.o nv50_ir_print.o nv50_ir_ra.o nv50_ir_ssa.o nv50_ir_target.o nv50_ir_target_nv50.o nv50_ir_util.o nv50_ir_target_gm107.o nv50_ir_target_nvc0.o nvc0_compute.o nvc0_context.o nvc0_formats.o nvc0_miptree.o nvc0_resource.o nvc0_screen.o nvc0_state.o nvc0_state_validate.o nvc0_surface.o nvc0_tex.o nvc0_transfer.o nvc0_vbo.o nvc0_vbo_translate.o nvc0_program.o nvc0_shader_state.o nvc0_query.o nvc0_query_hw.o nvc0_query_hw_metric.o nvc0_query_hw_sm.o nvc0_query_sw.o nve4_compute.o nvc0_video.o nvc0_video_bsp.o nvc0_video_vp.o nvc0_video_ppp.o nouveau_drm_winsys.o bitmap.o decode.o device.o ftab.o htab.o mixer.o output.o preemption.o presentation.o query.o surface.o i915_blit.o i915_clear.o i915_context.o i915_debug.o i915_debug_fp.o i915_flush.o i915_fpc_emit.o i915_fpc_optimize.o i915_fpc_translate.o i915_prim_emit.o i915_prim_vbuf.o i915_query.o i915_resource_buffer.o i915_resource.o i915_resource_texture.o i915_screen.o i915_state.o i915_state_derived.o i915_state_dynamic.o i915_state_emit.o i915_state_fpc.o i915_state_immediate.o i915_state_sampler.o i915_state_static.o i915_surface.o i915_drm_batchbuffer.o i915_drm_buffer.o i915_drm_fence.o i915_drm_winsys.o lp_bld_arit.o lp_bld_arit_overflow.o lp_bld_assert.o lp_bld_bitarit.o lp_bld_const.o lp_bld_conv.o lp_bld_flow.o lp_bld_format_aos_array.o lp_bld_format_aos.o lp_bld_format_float.o lp_bld_format.o lp_bld_format_soa.o lp_bld_format_s3tc.o lp_bld_format_srgb.o lp_bld_format_yuv.o lp_bld_gather.o lp_bld_init.o lp_bld_intr.o lp_bld_logic.o lp_bld_misc.o lp_bld_pack.o lp_bld_printf.o lp_bld_quad.o lp_bld_sample_aos.o lp_bld_sample.o lp_bld_sample_soa.o lp_bld_struct.o lp_bld_swizzle.o lp_bld_tgsi_action.o lp_bld_tgsi_aos.o lp_bld_tgsi.o lp_bld_tgsi_info.o lp_bld_tgsi_soa.o lp_bld_type.o lp_bld_alpha.o lp_bld_blend_aos.o lp_bld_blend.o lp_bld_blend_logicop.o lp_bld_depth.o lp_bld_interp.o lp_clear.o lp_context.o lp_draw_arrays.o lp_fence.o lp_flush.o lp_jit.o lp_memory.o lp_perf.o lp_query.o lp_rast.o lp_rast_debug.o lp_rast_tri.o lp_scene.o lp_scene_queue.o lp_screen.o lp_setup.o lp_setup_line.o lp_setup_point.o lp_setup_tri.o lp_setup_vbuf.o lp_state_blend.o lp_state_clip.o lp_state_derived.o lp_state_fs.o lp_state_gs.o lp_state_rasterizer.o lp_state_sampler.o lp_state_setup.o lp_state_so.o lp_state_surface.o lp_state_vertex.o lp_state_vs.o lp_surface.o lp_tex_sample.o lp_texture.o loader.o pci_id_driver_map.o xmlconfig.o accum.o api_arrayelt.o api_loopback.o api_exec.o arbprogram.o arrayobj.o atifragshader.o attrib.o barrier.o bbox.o blend.o blit.o bufferobj.o buffers.o clear.o clip.o colortab.o compute.o condrender.o conservativeraster.o context.o convolve.o copyimage.o cpuinfo.o MESAdebug.o debug_output.o depth.o dlist.o draw.o drawpix.o drawtex.o draw_validate.o enable.o enums.o errors.o MESAeval.o execmem.o extensions.o extensions_table.o externalobjects.o fbobject.o feedback.o ff_fragment_shader.o ffvertex_prog.o fog.o format_fallback.o format_pack.o format_unpack.o format_utils.o formatquery.o formats.o framebuffer.o get.o genmipmap.o getstring.o glformats.o glspirv.o glthread.o hash.o hint.o histogram.o image.o imports.o light.o lines.o marshal.o marshal_generated.o matrix.o mipmap.o mm.o multisample.o objectlabel.o objectpurge.o pack.o pbo.o performance_monitor.o performance_query.o pipelineobj.o MESApixel.o MESApixelstore.o pixeltransfer.o points.o polygon.o program_binary.o program_resource.o querymatrix.o queryobj.o rastpos.o readpix.o remap.o renderbuffer.o robustness.o samplerobj.o scissor.o shaderapi.o shaderimage.o shaderobj.o shader_query.o shared.o state.o stencil.o syncobj.o texcompress.o texcompress_astc.o texcompress_bptc.o texcompress_cpal.o texcompress_etc.o texcompress_fxt1.o texcompress_rgtc.o texcompress_s3tc.o texenv.o texformat.o texgen.o texgetimage.o teximage.o texobj.o texparam.o texstate.o texstorage.o texstore.o texturebindless.o textureview.o transformfeedback.o uniform_query.o uniforms.o varray.o vdpau.o version.o viewport.o vtxfmt.o es1_conversion.o m_debug_clip.o m_debug_norm.o m_debug_xform.o m_eval.o m_matrix.o m_translate.o m_vector.o vbo_context.o vbo_exec_api.o vbo_exec.o vbo_exec_draw.o vbo_exec_eval.o vbo_minmax_index.o vbo_noop.o vbo_primitive_restart.o vbo_save_api.o vbo_save.o vbo_save_draw.o vbo_save_loopback.o st_atifs_to_tgsi.o st_atom.o st_atom_array.o st_atom_atomicbuf.o st_atom_blend.o st_atom_clip.o st_atom_constbuf.o st_atom_depth.o st_atom_framebuffer.o st_atom_image.o st_atom_msaa.o st_atom_pixeltransfer.o st_atom_rasterizer.o st_atom_sampler.o st_atom_scissor.o st_atom_shader.o st_atom_stipple.o st_atom_storagebuf.o st_atom_tess.o st_atom_texture.o st_atom_viewport.o st_cb_bitmap.o st_cb_bitmap_shader.o st_cb_blit.o st_cb_bufferobjects.o st_cb_clear.o st_cb_compute.o st_cb_condrender.o st_cb_copyimage.o st_cb_drawpixels.o st_cb_drawpixels_shader.o st_cb_drawtex.o st_cb_eglimage.o st_cb_fbo.o st_cb_feedback.o st_cb_flush.o st_cb_memoryobjects.o st_cb_msaa.o st_cb_perfmon.o st_cb_program.o st_cb_queryobj.o st_cb_rasterpos.o st_cb_readpixels.o st_cb_semaphoreobjects.o st_cb_strings.o st_cb_syncobj.o st_cb_texture.o st_cb_texturebarrier.o st_cb_viewport.o st_cb_xformfb.o st_context.o st_copytex.o st_debug.o st_draw.o st_draw_feedback.o st_extensions.o st_format.o st_gen_mipmap.o st_glsl_to_ir.o st_glsl_to_nir.o st_glsl_to_tgsi.o st_glsl_to_tgsi_array_merge.o st_glsl_to_tgsi_private.o st_glsl_to_tgsi_temprename.o st_glsl_types.o st_manager.o st_mesa_to_tgsi.o st_nir_builtins.o st_nir_lower_builtin.o st_nir_lower_tex_src_plane.o st_pbo.o st_program.o st_sampler_view.o st_scissor.o st_shader_cache.o st_texture.o st_tgsi_lower_yuv.o arbprogparse.o ir_to_mesa.o prog_cache.o prog_execute.o prog_instruction.o prog_noise.o prog_opt_constant_fold.o prog_optimize.o prog_parameter.o prog_parameter_layout.o prog_print.o prog_statevars.o prog_to_nir.o program.o programopt.o program_parse.tab.o program_parse_extra.o symbol_table.o program_lexer.o xform4.o streaming-load-memcpy.o sse_minmax.o addrinterface.o addrelemlib.o addrlib.o addrlib1.o addrlib2.o addrobject.o coord.o gfx9addrlib.o ciaddrlib.o egbaddrlib.o siaddrlib.o ac_binary.o ac_llvm_build.o ac_llvm_helper.o ac_llvm_util.o ac_shader_util.o ac_nir_to_llvm.o ac_gpu_info.o ac_surface.o ac_debug.o glsl_lexer.o glsl_parser.o ast_array_index.o ast_expr.o ast_function.o ast_to_hir.o ast_type.o builtin_functions.o builtin_types.o builtin_variables.o generate_ir.o gl_nir_lower_atomics.o gl_nir_link_atomics.o gl_nir_link_uniform_initializers.o gl_nir_link_uniforms.o gl_nir_link_xfb.o gl_nir_linker.o gl_nir_lower_bindless_images.o gl_nir_lower_buffers.o gl_nir_lower_samplers.o gl_nir_lower_samplers_as_deref.o glsl_parser_extras.o glsl_symbol_table.o glsl_to_nir.o hir_field_selection.o ir.o ir_array_refcount.o ir_basic_block.o ir_builder.o ir_clone.o ir_constant_expression.o ir_equals.o ir_expression_flattening.o ir_function.o ir_function_can_inline.o ir_function_detect_recursion.o ir_hierarchical_visitor.o ir_hv_accept.o ir_print_visitor.o ir_reader.o ir_rvalue_visitor.o ir_set_program_inouts.o ir_validate.o ir_variable_refcount.o linker.o linker_util.o link_atomics.o link_functions.o link_interface_blocks.o link_uniforms.o link_uniform_initializers.o link_uniform_block_active_visitor.o link_uniform_blocks.o link_varyings.o loop_analysis.o loop_unroll.o lower_blend_equation_advanced.o lower_buffer_access.o lower_const_arrays_to_uniforms.o lower_cs_derived.o lower_discard.o lower_discard_flow.o lower_distance.o lower_if_to_cond_assign.o lower_instructions.o lower_int64.o lower_jumps.o lower_mat_op_to_vec.o lower_noise.o lower_offset_array.o lower_packed_varyings.o lower_named_interface_blocks.o lower_packing_builtins.o lower_subroutine.o lower_tess_level.o lower_texture_projection.o lower_variable_index_to_cond_assign.o lower_vec_index_to_cond_assign.o lower_vec_index_to_swizzle.o lower_vector.o lower_vector_derefs.o lower_vector_insert.o lower_vertex_id.o lower_output_reads.o lower_shared_reference.o lower_ubo_reference.o opt_algebraic.o opt_array_splitting.o opt_conditional_discard.o opt_constant_folding.o opt_constant_propagation.o opt_constant_variable.o opt_copy_propagation_elements.o opt_dead_builtin_variables.o opt_dead_builtin_varyings.o opt_dead_code.o opt_dead_code_local.o opt_dead_functions.o opt_flatten_nested_if_blocks.o opt_flip_matrices.o opt_function_inlining.o opt_if_simplification.o opt_minmax.o opt_rebalance_tree.o opt_redundant_jumps.o opt_structure_splitting.o opt_swizzle.o opt_tree_grafting.o opt_vectorize.o propagate_invariance.o s_expression.o string_to_uint_map.o serialize.o shader_cache.o blob.o glsl_types.o nir_types.o shader_enums.o glcpp-lex.o glcpp-parse.o pp.o nir_constant_expressions.o nir_intrinsics.o nir_opcodes.o nir_opt_algebraic.o nir.o nir_builtin_builder.o nir_clone.o nir_control_flow.o nir_deref.o nir_dominance.o nir_from_ssa.o nir_gather_info.o nir_gather_xfb_info.o nir_gs_count_vertices.o nir_inline_functions.o nir_instr_set.o nir_linking_helpers.o nir_liveness.o nir_loop_analyze.o nir_lower_alpha_test.o nir_lower_alu.o nir_lower_alu_to_scalar.o nir_lower_array_deref_of_vec.o nir_lower_atomics_to_ssbo.o nir_lower_bit_size.o nir_lower_bitmap.o nir_lower_bool_to_int32.o nir_lower_clamp_color_outputs.o nir_lower_clip.o nir_lower_clip_cull_distance_arrays.o nir_lower_constant_initializers.o nir_lower_double_ops.o nir_lower_drawpixels.o nir_lower_global_vars_to_local.o nir_lower_gs_intrinsics.o nir_lower_idiv.o nir_lower_indirect_derefs.o nir_lower_int64.o nir_lower_io.o nir_lower_io_arrays_to_elements.o nir_lower_io_to_scalar.o nir_lower_io_to_vector.o nir_lower_io_to_temporaries.o nir_lower_load_const_to_scalar.o nir_lower_locals_to_regs.o nir_lower_packing.o nir_lower_passthrough_edgeflags.o nir_lower_patch_vertices.o nir_lower_phis_to_scalar.o nir_lower_regs_to_ssa.o nir_lower_returns.o nir_lower_subgroups.o nir_lower_system_values.o nir_lower_tex.o nir_lower_to_source_mods.o nir_lower_two_sided_color.o nir_lower_uniforms_to_ubo.o nir_lower_var_copies.o nir_lower_vars_to_ssa.o nir_lower_vec_to_movs.o nir_lower_wpos_center.o nir_lower_wpos_ytransform.o nir_metadata.o nir_move_load_const.o nir_move_vec_src_uses_to_dest.o nir_normalize_cubemap_coords.o nir_opt_combine_stores.o nir_opt_comparison_pre.o nir_opt_conditional_discard.o nir_opt_constant_folding.o nir_opt_copy_prop_vars.o nir_opt_copy_propagate.o nir_opt_cse.o nir_opt_dce.o nir_opt_dead_cf.o nir_opt_dead_write_vars.o nir_opt_find_array_copies.o nir_opt_gcm.o nir_opt_idiv_const.o nir_opt_if.o nir_opt_intrinsics.o nir_opt_large_constants.o nir_opt_loop_unroll.o nir_opt_move_comparisons.o nir_opt_move_load_ubo.o nir_opt_peephole_select.o nir_opt_remove_phis.o nir_opt_shrink_load.o nir_opt_trivial_continues.o nir_opt_undef.o nir_phi_builder.o nir_print.o nir_propagate_invariant.o nir_remove_dead_variables.o nir_repair_ssa.o nir_search.o nir_serialize.o nir_split_per_member_structs.o nir_split_var_copies.o nir_split_vars.o nir_strip.o nir_sweep.o nir_to_lcssa.o nir_validate.o nir_worklist.o spirv_info.o vtn_gather_types.o gl_spirv.o spirv_to_nir.o vtn_alu.o vtn_amd.o vtn_cfg.o vtn_glsl450.o vtn_opencl.o vtn_subgroup.o vtn_variables.o common_x86.o streaming-load-memcpy.o hash_table.o build_id.o crc32.o disk_cache.o fast_idiv_by_const.o half_float.o format_srgb.o mesa-sha1.o os_time.o ralloc.o UTILdebug.o rand_xor.o rb_tree.o register_allocate.o rgtc.o set.o slab.o string_buffer.o strtod.o u_atomic.o u_cpu_detect.o u_math.o u_queue.o u_process.o u_vector.o vma.o utils.o dri_util.o xmlconfig.o megadriver_stub.o target.o u_indices_gen.o.tmp u_unfilled_gen.o.tmp u_format_table.o.tmp cso_cache.o.tmp cso_context.o.tmp cso_hash.o.tmp draw_context.o.tmp draw_fs.o.tmp draw_gs.o.tmp draw_pipe_aaline.o.tmp draw_pipe_aapoint.o.tmp draw_pipe.o.tmp draw_pipe_clip.o.tmp draw_pipe_cull.o.tmp draw_pipe_flatshade.o.tmp draw_pipe_offset.o.tmp draw_pipe_pstipple.o.tmp draw_pipe_stipple.o.tmp draw_pipe_twoside.o.tmp draw_pipe_unfilled.o.tmp draw_pipe_util.o.tmp draw_pipe_validate.o.tmp draw_pipe_vbuf.o.tmp draw_pipe_wide_line.o.tmp draw_pipe_wide_point.o.tmp draw_prim_assembler.o.tmp draw_pt.o.tmp draw_pt_emit.o.tmp draw_pt_fetch.o.tmp draw_pt_fetch_emit.o.tmp draw_pt_fetch_shade_emit.o.tmp draw_pt_fetch_shade_pipeline.o.tmp draw_pt_post_vs.o.tmp draw_pt_so_emit.o.tmp draw_pt_util.o.tmp draw_pt_vsplit.o.tmp draw_vertex.o.tmp draw_vs.o.tmp draw_vs_exec.o.tmp draw_vs_variant.o.tmp draw_llvm.o.tmp draw_llvm_sample.o.tmp draw_pt_fetch_shade_pipeline_llvm.o.tmp draw_vs_llvm.o.tmp dd_context.o.tmp dd_draw.o.tmp dd_screen.o.tmp noop_pipe.o.tmp noop_state.o.tmp DRIVERrbug_core.o.tmp DRIVERrbug_context.o.tmp rbug_objects.o.tmp rbug_screen.o.tmp tr_context.o.tmp tr_dump.o.tmp tr_dump_state.o.tmp tr_screen.o.tmp tr_texture.o.tmp font.o.tmp hud_context.o.tmp hud_cpu.o.tmp hud_nic.o.tmp hud_cpufreq.o.tmp hud_diskstat.o.tmp hud_sensors_temp.o.tmp hud_fps.o.tmp hud_driver_query.o.tmp u_primconvert.o.tmp tgsi_to_nir.o.tmp os_process.o.tmp pb_buffer_fenced.o.tmp pb_bufmgr_cache.o.tmp pb_bufmgr_debug.o.tmp pb_bufmgr_mm.o.tmp pb_bufmgr_slab.o.tmp pb_cache.o.tmp pb_slab.o.tmp pb_validate.o.tmp pipe_loader.o.tmp pipe_loader_drm.o.tmp pipe_loader_sw.o.tmp pp_celshade.o.tmp pp_colors.o.tmp pp_init.o.tmp pp_mlaa.o.tmp pp_run.o.tmp pp_program.o.tmp rbug_connection.o.tmp RBUGrbug_context.o.tmp RBUGrbug_core.o.tmp rbug_demarshal.o.tmp rbug_texture.o.tmp rbug_shader.o.tmp renderonly.o.tmp rtasm_cpu.o.tmp rtasm_execmem.o.tmp rtasm_x86sse.o.tmp tgsi_aa_point.o.tmp tgsi_build.o.tmp tgsi_dump.o.tmp tgsi_exec.o.tmp tgsi_emulate.o.tmp tgsi_from_mesa.o.tmp tgsi_info.o.tmp tgsi_iterate.o.tmp tgsi_lowering.o.tmp tgsi_parse.o.tmp tgsi_point_sprite.o.tmp tgsi_sanity.o.tmp tgsi_scan.o.tmp tgsi_strings.o.tmp tgsi_text.o.tmp tgsi_transform.o.tmp tgsi_two_side.o.tmp tgsi_ureg.o.tmp tgsi_util.o.tmp translate.o.tmp translate_cache.o.tmp translate_generic.o.tmp translate_sse.o.tmp os_misc.o.tmp u_async_debug.o.tmp u_bitmask.o.tmp u_blit.o.tmp u_blitter.o.tmp u_cache.o.tmp u_debug.o.tmp u_debug_describe.o.tmp u_debug_flush.o.tmp u_debug_gallium.o.tmp u_debug_image.o.tmp u_debug_memory.o.tmp u_debug_refcnt.o.tmp u_debug_stack.o.tmp u_debug_symbol.o.tmp u_dl.o.tmp u_draw.o.tmp u_draw_quad.o.tmp u_dump_defines.o.tmp u_dump_state.o.tmp u_format.o.tmp u_format_bptc.o.tmp u_format_etc.o.tmp u_format_latc.o.tmp u_format_other.o.tmp u_format_rgtc.o.tmp u_format_s3tc.o.tmp u_format_tests.o.tmp u_format_yuv.o.tmp u_format_zs.o.tmp u_framebuffer.o.tmp u_gen_mipmap.o.tmp u_handle_table.o.tmp u_hash_table.o.tmp u_helpers.o.tmp u_idalloc.o.tmp u_index_modify.o.tmp u_linear.o.tmp u_log.o.tmp u_mm.o.tmp u_network.o.tmp u_prim.o.tmp u_prim_restart.o.tmp u_pstipple.o.tmp u_resource.o.tmp u_ringbuffer.o.tmp u_sampler.o.tmp u_screen.o.tmp u_simple_shaders.o.tmp u_suballoc.o.tmp u_surface.o.tmp u_surfaces.o.tmp u_tests.o.tmp u_texture.o.tmp u_tile.o.tmp u_transfer.o.tmp u_transfer_helper.o.tmp u_threaded_context.o.tmp u_upload_mgr.o.tmp u_vbuf.o.tmp vl_bicubic_filter.o.tmp vl_compositor.o.tmp vl_compositor_cs.o.tmp vl_compositor_gfx.o.tmp vl_csc.o.tmp vl_decoder.o.tmp vl_deint_filter.o.tmp vl_idct.o.tmp vl_matrix_filter.o.tmp vl_mc.o.tmp vl_median_filter.o.tmp vl_mpeg12_bitstream.o.tmp vl_mpeg12_decoder.o.tmp vl_vertex_buffers.o.tmp vl_video_buffer.o.tmp vl_winsys_dri.o.tmp vl_zscan.o.tmp sp_buffer.o.tmp sp_clear.o.tmp sp_context.o.tmp sp_compute.o.tmp sp_draw_arrays.o.tmp sp_fence.o.tmp sp_flush.o.tmp sp_fs_exec.o.tmp sp_image.o.tmp sp_prim_vbuf.o.tmp sp_quad_blend.o.tmp sp_quad_depth_test.o.tmp sp_quad_fs.o.tmp sp_quad_pipe.o.tmp sp_quad_stipple.o.tmp sp_query.o.tmp sp_screen.o.tmp sp_setup.o.tmp sp_state_blend.o.tmp sp_state_clip.o.tmp sp_state_derived.o.tmp sp_state_image.o.tmp sp_state_rasterizer.o.tmp sp_state_sampler.o.tmp sp_state_shader.o.tmp sp_state_so.o.tmp sp_state_surface.o.tmp sp_state_vertex.o.tmp sp_surface.o.tmp sp_tex_sample.o.tmp sp_tex_tile_cache.o.tmp sp_texture.o.tmp sp_tile_cache.o.tmp dri_sw_winsys.o.tmp kms_dri_sw_winsys.o.tmp null_sw_winsys.o.tmp wrapper_sw_winsys.o.tmp dri_context.o.tmp dri_drawable.o.tmp dri_helpers.o.tmp dri_query_renderer.o.tmp dri_screen.o.tmp drisw.o.tmp dri2.o.tmp cayman_msaa.o.tmp r600_buffer_common.o.tmp r600_pipe_common.o.tmp r600_query.o.tmp r600_streamout.o.tmp r600_texture.o.tmp radeon_radeon_uvd.o.tmp radeon_uvd_enc.o.tmp radeon_uvd_enc_1_1.o.tmp radeon_vce_40_2_2.o.tmp radeon_vce_50.o.tmp radeon_vce_52.o.tmp radeon_vcn_dec.o.tmp radeon_vcn_dec_jpeg.o.tmp radeon_vcn_enc.o.tmp radeon_vcn_enc_1_2.o.tmp radeon_radeon_vce.o.tmp radeon_radeon_video.o.tmp cik_sdma.o.tmp si_blit.o.tmp si_buffer.o.tmp si_clear.o.tmp si_compute.o.tmp si_compute_blit.o.tmp si_cp_dma.o.tmp si_debug.o.tmp si_descriptors.o.tmp si_dma.o.tmp si_dma_cs.o.tmp si_fence.o.tmp si_get.o.tmp si_gfx_cs.o.tmp si_gpu_load.o.tmp si_pipe.o.tmp si_pm4.o.tmp si_perfcounter.o.tmp si_query.o.tmp si_shader.o.tmp si_shader_nir.o.tmp si_shader_tgsi_alu.o.tmp si_shader_tgsi_mem.o.tmp si_shader_tgsi_setup.o.tmp si_shaderlib_tgsi.o.tmp si_state.o.tmp si_state_binning.o.tmp si_state_draw.o.tmp si_state_msaa.o.tmp si_state_shaders.o.tmp si_state_streamout.o.tmp si_state_viewport.o.tmp si_test_dma.o.tmp si_test_dma_perf.o.tmp si_texture.o.tmp si_uvd.o.tmp r300_blit.o.tmp r300_chipset.o.tmp r300_context.o.tmp r300_debug.o.tmp r300_emit.o.tmp r300_flush.o.tmp r300_fs.o.tmp r300_hyperz.o.tmp r300_query.o.tmp r300_render.o.tmp r300_render_stencilref.o.tmp r300_render_translate.o.tmp r300_resource.o.tmp r300_screen_buffer.o.tmp r300_screen.o.tmp r300_state.o.tmp r300_state_derived.o.tmp r300_texture.o.tmp r300_texture_desc.o.tmp r300_tgsi_to_rc.o.tmp r300_transfer.o.tmp r300_vs.o.tmp r300_vs_draw.o.tmp memory_pool.o.tmp r300_fragprog.o.tmp r300_fragprog_emit.o.tmp r300_fragprog_swizzle.o.tmp r3xx_fragprog.o.tmp r3xx_vertprog.o.tmp r3xx_vertprog_dump.o.tmp r500_fragprog.o.tmp r500_fragprog_emit.o.tmp radeon_code.o.tmp radeon_compiler.o.tmp radeon_compiler_util.o.tmp radeon_dataflow.o.tmp radeon_dataflow_deadcode.o.tmp radeon_dataflow_swizzles.o.tmp radeon_emulate_branches.o.tmp radeon_emulate_loops.o.tmp radeon_inline_literals.o.tmp radeon_list.o.tmp radeon_opcodes.o.tmp radeon_optimize.o.tmp radeon_pair_dead_sources.o.tmp radeon_pair_regalloc.o.tmp radeon_pair_schedule.o.tmp radeon_pair_translate.o.tmp radeon_program_alu.o.tmp radeon_program.o.tmp radeon_program_pair.o.tmp radeon_program_print.o.tmp radeon_program_tex.o.tmp radeon_remove_constants.o.tmp radeon_rename_regs.o.tmp radeon_variable.o.tmp radeon_vert_fc.o.tmp eg_debug.o.tmp r600_gpu_load.o.tmp r600_perfcounter.o.tmp r600_radeon_vce.o.tmp r600_radeon_video.o.tmp compute_memory_pool.o.tmp r600_viewport.o.tmp eg_asm.o.tmp evergreen_compute.o.tmp evergreen_hw_context.o.tmp evergreen_state.o.tmp r600_asm.o.tmp r600_blit.o.tmp r600_hw_context.o.tmp r600_isa.o.tmp r600_pipe.o.tmp r600_shader.o.tmp r600_state.o.tmp r600_state_common.o.tmp r600_uvd.o.tmp r600_radeon_uvd.o.tmp r600_test_dma.o.tmp r700_asm.o.tmp sb_bc_builder.o.tmp sb_bc_decoder.o.tmp sb_bc_dump.o.tmp sb_bc_finalize.o.tmp sb_bc_parser.o.tmp sb_context.o.tmp sb_core.o.tmp sb_dce_cleanup.o.tmp sb_def_use.o.tmp sb_dump.o.tmp sb_expr.o.tmp sb_gcm.o.tmp sb_gvn.o.tmp sb_if_conversion.o.tmp sb_ir.o.tmp sb_liveness.o.tmp sb_pass.o.tmp sb_peephole.o.tmp sb_psi_ops.o.tmp sb_ra_checker.o.tmp sb_ra_coalesce.o.tmp sb_ra_init.o.tmp sb_sched.o.tmp sb_shader.o.tmp sb_ssa_builder.o.tmp sb_valtable.o.tmp radeon_drm_bo.o.tmp radeon_drm_cs.o.tmp radeon_drm_surface.o.tmp radeon_drm_winsys.o.tmp amdgpu_bo.o.tmp amdgpu_cs.o.tmp amdgpu_surface.o.tmp amdgpu_winsys.o.tmp nouveau_buffer.o.tmp nouveau_fence.o.tmp nouveau_heap.o.tmp nouveau_mm.o.tmp nouveau_screen.o.tmp nouveau_video.o.tmp nouveau_vp3_video_bsp.o.tmp nouveau_vp3_video.o.tmp nouveau_vp3_video_vp.o.tmp nv30_clear.o.tmp nv30_context.o.tmp nv30_draw.o.tmp nv30_format.o.tmp nv30_fragprog.o.tmp nv30_fragtex.o.tmp nv30_miptree.o.tmp nv30_push.o.tmp nv30_query.o.tmp nv30_resource.o.tmp nv30_screen.o.tmp nv30_state.o.tmp nv30_state_validate.o.tmp nv30_texture.o.tmp nv30_transfer.o.tmp nv30_vbo.o.tmp nv30_vertprog.o.tmp nv40_verttex.o.tmp nvfx_fragprog.o.tmp nvfx_vertprog.o.tmp nv50_compute.o.tmp nv50_context.o.tmp nv50_formats.o.tmp nv50_miptree.o.tmp nv50_program.o.tmp nv50_push.o.tmp nv50_query.o.tmp nv50_query_hw.o.tmp nv50_query_hw_metric.o.tmp nv50_query_hw_sm.o.tmp nv50_resource.o.tmp nv50_screen.o.tmp nv50_shader_state.o.tmp nv50_state.o.tmp nv50_state_validate.o.tmp nv50_surface.o.tmp nv50_tex.o.tmp nv50_transfer.o.tmp nv50_vbo.o.tmp nv84_video_bsp.o.tmp nv84_video.o.tmp nv84_video_vp.o.tmp nv98_video_bsp.o.tmp nv98_video.o.tmp nv98_video_ppp.o.tmp nv98_video_vp.o.tmp nv50_ir.o.tmp nv50_ir_bb.o.tmp nv50_ir_build_util.o.tmp nv50_ir_emit_gk110.o.tmp nv50_ir_emit_gm107.o.tmp nv50_ir_emit_nv50.o.tmp nv50_ir_emit_nvc0.o.tmp nv50_ir_from_common.o.tmp nv50_ir_from_nir.o.tmp nv50_ir_from_tgsi.o.tmp nv50_ir_graph.o.tmp nv50_ir_lowering_gm107.o.tmp nv50_ir_lowering_helper.o.tmp nv50_ir_lowering_nv50.o.tmp nv50_ir_lowering_nvc0.o.tmp nv50_ir_peephole.o.tmp nv50_ir_print.o.tmp nv50_ir_ra.o.tmp nv50_ir_ssa.o.tmp nv50_ir_target.o.tmp nv50_ir_target_nv50.o.tmp nv50_ir_util.o.tmp nv50_ir_target_gm107.o.tmp nv50_ir_target_nvc0.o.tmp nvc0_compute.o.tmp nvc0_context.o.tmp nvc0_formats.o.tmp nvc0_miptree.o.tmp nvc0_resource.o.tmp nvc0_screen.o.tmp nvc0_state.o.tmp nvc0_state_validate.o.tmp nvc0_surface.o.tmp nvc0_tex.o.tmp nvc0_transfer.o.tmp nvc0_vbo.o.tmp nvc0_vbo_translate.o.tmp nvc0_program.o.tmp nvc0_shader_state.o.tmp nvc0_query.o.tmp nvc0_query_hw.o.tmp nvc0_query_hw_metric.o.tmp nvc0_query_hw_sm.o.tmp nvc0_query_sw.o.tmp nve4_compute.o.tmp nvc0_video.o.tmp nvc0_video_bsp.o.tmp nvc0_video_vp.o.tmp nvc0_video_ppp.o.tmp nouveau_drm_winsys.o.tmp bitmap.o.tmp decode.o.tmp device.o.tmp ftab.o.tmp htab.o.tmp mixer.o.tmp output.o.tmp preemption.o.tmp presentation.o.tmp query.o.tmp surface.o.tmp i915_blit.o.tmp i915_clear.o.tmp i915_context.o.tmp i915_debug.o.tmp i915_debug_fp.o.tmp i915_flush.o.tmp i915_fpc_emit.o.tmp i915_fpc_optimize.o.tmp i915_fpc_translate.o.tmp i915_prim_emit.o.tmp i915_prim_vbuf.o.tmp i915_query.o.tmp i915_resource_buffer.o.tmp i915_resource.o.tmp i915_resource_texture.o.tmp i915_screen.o.tmp i915_state.o.tmp i915_state_derived.o.tmp i915_state_dynamic.o.tmp i915_state_emit.o.tmp i915_state_fpc.o.tmp i915_state_immediate.o.tmp i915_state_sampler.o.tmp i915_state_static.o.tmp i915_surface.o.tmp i915_drm_batchbuffer.o.tmp i915_drm_buffer.o.tmp i915_drm_fence.o.tmp i915_drm_winsys.o.tmp lp_bld_arit.o.tmp lp_bld_arit_overflow.o.tmp lp_bld_assert.o.tmp lp_bld_bitarit.o.tmp lp_bld_const.o.tmp lp_bld_conv.o.tmp lp_bld_flow.o.tmp lp_bld_format_aos_array.o.tmp lp_bld_format_aos.o.tmp lp_bld_format_float.o.tmp lp_bld_format.o.tmp lp_bld_format_soa.o.tmp lp_bld_format_s3tc.o.tmp lp_bld_format_srgb.o.tmp lp_bld_format_yuv.o.tmp lp_bld_gather.o.tmp lp_bld_init.o.tmp lp_bld_intr.o.tmp lp_bld_logic.o.tmp lp_bld_misc.o.tmp lp_bld_pack.o.tmp lp_bld_printf.o.tmp lp_bld_quad.o.tmp lp_bld_sample_aos.o.tmp lp_bld_sample.o.tmp lp_bld_sample_soa.o.tmp lp_bld_struct.o.tmp lp_bld_swizzle.o.tmp lp_bld_tgsi_action.o.tmp lp_bld_tgsi_aos.o.tmp lp_bld_tgsi.o.tmp lp_bld_tgsi_info.o.tmp lp_bld_tgsi_soa.o.tmp lp_bld_type.o.tmp lp_bld_alpha.o.tmp lp_bld_blend_aos.o.tmp lp_bld_blend.o.tmp lp_bld_blend_logicop.o.tmp lp_bld_depth.o.tmp lp_bld_interp.o.tmp lp_clear.o.tmp lp_context.o.tmp lp_draw_arrays.o.tmp lp_fence.o.tmp lp_flush.o.tmp lp_jit.o.tmp lp_memory.o.tmp lp_perf.o.tmp lp_query.o.tmp lp_rast.o.tmp lp_rast_debug.o.tmp lp_rast_tri.o.tmp lp_scene.o.tmp lp_scene_queue.o.tmp lp_screen.o.tmp lp_setup.o.tmp lp_setup_line.o.tmp lp_setup_point.o.tmp lp_setup_tri.o.tmp lp_setup_vbuf.o.tmp lp_state_blend.o.tmp lp_state_clip.o.tmp lp_state_derived.o.tmp lp_state_fs.o.tmp lp_state_gs.o.tmp lp_state_rasterizer.o.tmp lp_state_sampler.o.tmp lp_state_setup.o.tmp lp_state_so.o.tmp lp_state_surface.o.tmp lp_state_vertex.o.tmp lp_state_vs.o.tmp lp_surface.o.tmp lp_tex_sample.o.tmp lp_texture.o.tmp loader.o.tmp pci_id_driver_map.o.tmp xmlconfig.o.tmp accum.o.tmp api_arrayelt.o.tmp api_loopback.o.tmp api_exec.o.tmp arbprogram.o.tmp arrayobj.o.tmp atifragshader.o.tmp attrib.o.tmp barrier.o.tmp bbox.o.tmp blend.o.tmp blit.o.tmp bufferobj.o.tmp buffers.o.tmp clear.o.tmp clip.o.tmp colortab.o.tmp compute.o.tmp condrender.o.tmp conservativeraster.o.tmp context.o.tmp convolve.o.tmp copyimage.o.tmp cpuinfo.o.tmp MESAdebug.o.tmp debug_output.o.tmp depth.o.tmp dlist.o.tmp draw.o.tmp drawpix.o.tmp drawtex.o.tmp draw_validate.o.tmp enable.o.tmp enums.o.tmp errors.o.tmp MESAeval.o.tmp execmem.o.tmp extensions.o.tmp extensions_table.o.tmp externalobjects.o.tmp fbobject.o.tmp feedback.o.tmp ff_fragment_shader.o.tmp ffvertex_prog.o.tmp fog.o.tmp format_fallback.o.tmp format_pack.o.tmp format_unpack.o.tmp format_utils.o.tmp formatquery.o.tmp formats.o.tmp framebuffer.o.tmp get.o.tmp genmipmap.o.tmp getstring.o.tmp glformats.o.tmp glspirv.o.tmp glthread.o.tmp hash.o.tmp hint.o.tmp histogram.o.tmp image.o.tmp imports.o.tmp light.o.tmp lines.o.tmp marshal.o.tmp marshal_generated.o.tmp matrix.o.tmp mipmap.o.tmp mm.o.tmp multisample.o.tmp objectlabel.o.tmp objectpurge.o.tmp pack.o.tmp pbo.o.tmp performance_monitor.o.tmp performance_query.o.tmp pipelineobj.o.tmp MESApixel.o.tmp MESApixelstore.o.tmp pixeltransfer.o.tmp points.o.tmp polygon.o.tmp program_binary.o.tmp program_resource.o.tmp querymatrix.o.tmp queryobj.o.tmp rastpos.o.tmp readpix.o.tmp remap.o.tmp renderbuffer.o.tmp robustness.o.tmp samplerobj.o.tmp scissor.o.tmp shaderapi.o.tmp shaderimage.o.tmp shaderobj.o.tmp shader_query.o.tmp shared.o.tmp state.o.tmp stencil.o.tmp syncobj.o.tmp texcompress.o.tmp texcompress_astc.o.tmp texcompress_bptc.o.tmp texcompress_cpal.o.tmp texcompress_etc.o.tmp texcompress_fxt1.o.tmp texcompress_rgtc.o.tmp texcompress_s3tc.o.tmp texenv.o.tmp texformat.o.tmp texgen.o.tmp texgetimage.o.tmp teximage.o.tmp texobj.o.tmp texparam.o.tmp texstate.o.tmp texstorage.o.tmp texstore.o.tmp texturebindless.o.tmp textureview.o.tmp transformfeedback.o.tmp uniform_query.o.tmp uniforms.o.tmp varray.o.tmp vdpau.o.tmp version.o.tmp viewport.o.tmp vtxfmt.o.tmp es1_conversion.o.tmp m_debug_clip.o.tmp m_debug_norm.o.tmp m_debug_xform.o.tmp m_eval.o.tmp m_matrix.o.tmp m_translate.o.tmp m_vector.o.tmp vbo_context.o.tmp vbo_exec_api.o.tmp vbo_exec.o.tmp vbo_exec_draw.o.tmp vbo_exec_eval.o.tmp vbo_minmax_index.o.tmp vbo_noop.o.tmp vbo_primitive_restart.o.tmp vbo_save_api.o.tmp vbo_save.o.tmp vbo_save_draw.o.tmp vbo_save_loopback.o.tmp st_atifs_to_tgsi.o.tmp st_atom.o.tmp st_atom_array.o.tmp st_atom_atomicbuf.o.tmp st_atom_blend.o.tmp st_atom_clip.o.tmp st_atom_constbuf.o.tmp st_atom_depth.o.tmp st_atom_framebuffer.o.tmp st_atom_image.o.tmp st_atom_msaa.o.tmp st_atom_pixeltransfer.o.tmp st_atom_rasterizer.o.tmp st_atom_sampler.o.tmp st_atom_scissor.o.tmp st_atom_shader.o.tmp st_atom_stipple.o.tmp st_atom_storagebuf.o.tmp st_atom_tess.o.tmp st_atom_texture.o.tmp st_atom_viewport.o.tmp st_cb_bitmap.o.tmp st_cb_bitmap_shader.o.tmp st_cb_blit.o.tmp st_cb_bufferobjects.o.tmp st_cb_clear.o.tmp st_cb_compute.o.tmp st_cb_condrender.o.tmp st_cb_copyimage.o.tmp st_cb_drawpixels.o.tmp st_cb_drawpixels_shader.o.tmp st_cb_drawtex.o.tmp st_cb_eglimage.o.tmp st_cb_fbo.o.tmp st_cb_feedback.o.tmp st_cb_flush.o.tmp st_cb_memoryobjects.o.tmp st_cb_msaa.o.tmp st_cb_perfmon.o.tmp st_cb_program.o.tmp st_cb_queryobj.o.tmp st_cb_rasterpos.o.tmp st_cb_readpixels.o.tmp st_cb_semaphoreobjects.o.tmp st_cb_strings.o.tmp st_cb_syncobj.o.tmp st_cb_texture.o.tmp st_cb_texturebarrier.o.tmp st_cb_viewport.o.tmp st_cb_xformfb.o.tmp st_context.o.tmp st_copytex.o.tmp st_debug.o.tmp st_draw.o.tmp st_draw_feedback.o.tmp st_extensions.o.tmp st_format.o.tmp st_gen_mipmap.o.tmp st_glsl_to_ir.o.tmp st_glsl_to_nir.o.tmp st_glsl_to_tgsi.o.tmp st_glsl_to_tgsi_array_merge.o.tmp st_glsl_to_tgsi_private.o.tmp st_glsl_to_tgsi_temprename.o.tmp st_glsl_types.o.tmp st_manager.o.tmp st_mesa_to_tgsi.o.tmp st_nir_builtins.o.tmp st_nir_lower_builtin.o.tmp st_nir_lower_tex_src_plane.o.tmp st_pbo.o.tmp st_program.o.tmp st_sampler_view.o.tmp st_scissor.o.tmp st_shader_cache.o.tmp st_texture.o.tmp st_tgsi_lower_yuv.o.tmp arbprogparse.o.tmp ir_to_mesa.o.tmp prog_cache.o.tmp prog_execute.o.tmp prog_instruction.o.tmp prog_noise.o.tmp prog_opt_constant_fold.o.tmp prog_optimize.o.tmp prog_parameter.o.tmp prog_parameter_layout.o.tmp prog_print.o.tmp prog_statevars.o.tmp prog_to_nir.o.tmp program.o.tmp programopt.o.tmp program_parse.tab.o.tmp program_parse_extra.o.tmp symbol_table.o.tmp program_lexer.o.tmp xform4.o.tmp streaming-load-memcpy.o.tmp sse_minmax.o.tmp addrinterface.o.tmp addrelemlib.o.tmp addrlib.o.tmp addrlib1.o.tmp addrlib2.o.tmp addrobject.o.tmp coord.o.tmp gfx9addrlib.o.tmp ciaddrlib.o.tmp egbaddrlib.o.tmp siaddrlib.o.tmp ac_binary.o.tmp ac_llvm_build.o.tmp ac_llvm_helper.o.tmp ac_llvm_util.o.tmp ac_shader_util.o.tmp ac_nir_to_llvm.o.tmp ac_gpu_info.o.tmp ac_surface.o.tmp ac_debug.o.tmp glsl_lexer.o.tmp glsl_parser.o.tmp ast_array_index.o.tmp ast_expr.o.tmp ast_function.o.tmp ast_to_hir.o.tmp ast_type.o.tmp builtin_functions.o.tmp builtin_types.o.tmp builtin_variables.o.tmp generate_ir.o.tmp gl_nir_lower_atomics.o.tmp gl_nir_link_atomics.o.tmp gl_nir_link_uniform_initializers.o.tmp gl_nir_link_uniforms.o.tmp gl_nir_link_xfb.o.tmp gl_nir_linker.o.tmp gl_nir_lower_bindless_images.o.tmp gl_nir_lower_buffers.o.tmp gl_nir_lower_samplers.o.tmp gl_nir_lower_samplers_as_deref.o.tmp glsl_parser_extras.o.tmp glsl_symbol_table.o.tmp glsl_to_nir.o.tmp hir_field_selection.o.tmp ir.o.tmp ir_array_refcount.o.tmp ir_basic_block.o.tmp ir_builder.o.tmp ir_clone.o.tmp ir_constant_expression.o.tmp ir_equals.o.tmp ir_expression_flattening.o.tmp ir_function.o.tmp ir_function_can_inline.o.tmp ir_function_detect_recursion.o.tmp ir_hierarchical_visitor.o.tmp ir_hv_accept.o.tmp ir_print_visitor.o.tmp ir_reader.o.tmp ir_rvalue_visitor.o.tmp ir_set_program_inouts.o.tmp ir_validate.o.tmp ir_variable_refcount.o.tmp linker.o.tmp linker_util.o.tmp link_atomics.o.tmp link_functions.o.tmp link_interface_blocks.o.tmp link_uniforms.o.tmp link_uniform_initializers.o.tmp link_uniform_block_active_visitor.o.tmp link_uniform_blocks.o.tmp link_varyings.o.tmp loop_analysis.o.tmp loop_unroll.o.tmp lower_blend_equation_advanced.o.tmp lower_buffer_access.o.tmp lower_const_arrays_to_uniforms.o.tmp lower_cs_derived.o.tmp lower_discard.o.tmp lower_discard_flow.o.tmp lower_distance.o.tmp lower_if_to_cond_assign.o.tmp lower_instructions.o.tmp lower_int64.o.tmp lower_jumps.o.tmp lower_mat_op_to_vec.o.tmp lower_noise.o.tmp lower_offset_array.o.tmp lower_packed_varyings.o.tmp lower_named_interface_blocks.o.tmp lower_packing_builtins.o.tmp lower_subroutine.o.tmp lower_tess_level.o.tmp lower_texture_projection.o.tmp lower_variable_index_to_cond_assign.o.tmp lower_vec_index_to_cond_assign.o.tmp lower_vec_index_to_swizzle.o.tmp lower_vector.o.tmp lower_vector_derefs.o.tmp lower_vector_insert.o.tmp lower_vertex_id.o.tmp lower_output_reads.o.tmp lower_shared_reference.o.tmp lower_ubo_reference.o.tmp opt_algebraic.o.tmp opt_array_splitting.o.tmp opt_conditional_discard.o.tmp opt_constant_folding.o.tmp opt_constant_propagation.o.tmp opt_constant_variable.o.tmp opt_copy_propagation_elements.o.tmp opt_dead_builtin_variables.o.tmp opt_dead_builtin_varyings.o.tmp opt_dead_code.o.tmp opt_dead_code_local.o.tmp opt_dead_functions.o.tmp opt_flatten_nested_if_blocks.o.tmp opt_flip_matrices.o.tmp opt_function_inlining.o.tmp opt_if_simplification.o.tmp opt_minmax.o.tmp opt_rebalance_tree.o.tmp opt_redundant_jumps.o.tmp opt_structure_splitting.o.tmp opt_swizzle.o.tmp opt_tree_grafting.o.tmp opt_vectorize.o.tmp propagate_invariance.o.tmp s_expression.o.tmp string_to_uint_map.o.tmp serialize.o.tmp shader_cache.o.tmp blob.o.tmp glsl_types.o.tmp nir_types.o.tmp shader_enums.o.tmp glcpp-lex.o.tmp glcpp-parse.o.tmp pp.o.tmp nir_constant_expressions.o.tmp nir_intrinsics.o.tmp nir_opcodes.o.tmp nir_opt_algebraic.o.tmp nir.o.tmp nir_builtin_builder.o.tmp nir_clone.o.tmp nir_control_flow.o.tmp nir_deref.o.tmp nir_dominance.o.tmp nir_from_ssa.o.tmp nir_gather_info.o.tmp nir_gather_xfb_info.o.tmp nir_gs_count_vertices.o.tmp nir_inline_functions.o.tmp nir_instr_set.o.tmp nir_linking_helpers.o.tmp nir_liveness.o.tmp nir_loop_analyze.o.tmp nir_lower_alpha_test.o.tmp nir_lower_alu.o.tmp nir_lower_alu_to_scalar.o.tmp nir_lower_array_deref_of_vec.o.tmp nir_lower_atomics_to_ssbo.o.tmp nir_lower_bit_size.o.tmp nir_lower_bitmap.o.tmp nir_lower_bool_to_int32.o.tmp nir_lower_clamp_color_outputs.o.tmp nir_lower_clip.o.tmp nir_lower_clip_cull_distance_arrays.o.tmp nir_lower_constant_initializers.o.tmp nir_lower_double_ops.o.tmp nir_lower_drawpixels.o.tmp nir_lower_global_vars_to_local.o.tmp nir_lower_gs_intrinsics.o.tmp nir_lower_idiv.o.tmp nir_lower_indirect_derefs.o.tmp nir_lower_int64.o.tmp nir_lower_io.o.tmp nir_lower_io_arrays_to_elements.o.tmp nir_lower_io_to_scalar.o.tmp nir_lower_io_to_vector.o.tmp nir_lower_io_to_temporaries.o.tmp nir_lower_load_const_to_scalar.o.tmp nir_lower_locals_to_regs.o.tmp nir_lower_packing.o.tmp nir_lower_passthrough_edgeflags.o.tmp nir_lower_patch_vertices.o.tmp nir_lower_phis_to_scalar.o.tmp nir_lower_regs_to_ssa.o.tmp nir_lower_returns.o.tmp nir_lower_subgroups.o.tmp nir_lower_system_values.o.tmp nir_lower_tex.o.tmp nir_lower_to_source_mods.o.tmp nir_lower_two_sided_color.o.tmp nir_lower_uniforms_to_ubo.o.tmp nir_lower_var_copies.o.tmp nir_lower_vars_to_ssa.o.tmp nir_lower_vec_to_movs.o.tmp nir_lower_wpos_center.o.tmp nir_lower_wpos_ytransform.o.tmp nir_metadata.o.tmp nir_move_load_const.o.tmp nir_move_vec_src_uses_to_dest.o.tmp nir_normalize_cubemap_coords.o.tmp nir_opt_combine_stores.o.tmp nir_opt_comparison_pre.o.tmp nir_opt_conditional_discard.o.tmp nir_opt_constant_folding.o.tmp nir_opt_copy_prop_vars.o.tmp nir_opt_copy_propagate.o.tmp nir_opt_cse.o.tmp nir_opt_dce.o.tmp nir_opt_dead_cf.o.tmp nir_opt_dead_write_vars.o.tmp nir_opt_find_array_copies.o.tmp nir_opt_gcm.o.tmp nir_opt_idiv_const.o.tmp nir_opt_if.o.tmp nir_opt_intrinsics.o.tmp nir_opt_large_constants.o.tmp nir_opt_loop_unroll.o.tmp nir_opt_move_comparisons.o.tmp nir_opt_move_load_ubo.o.tmp nir_opt_peephole_select.o.tmp nir_opt_remove_phis.o.tmp nir_opt_shrink_load.o.tmp nir_opt_trivial_continues.o.tmp nir_opt_undef.o.tmp nir_phi_builder.o.tmp nir_print.o.tmp nir_propagate_invariant.o.tmp nir_remove_dead_variables.o.tmp nir_repair_ssa.o.tmp nir_search.o.tmp nir_serialize.o.tmp nir_split_per_member_structs.o.tmp nir_split_var_copies.o.tmp nir_split_vars.o.tmp nir_strip.o.tmp nir_sweep.o.tmp nir_to_lcssa.o.tmp nir_validate.o.tmp nir_worklist.o.tmp spirv_info.o.tmp vtn_gather_types.o.tmp gl_spirv.o.tmp spirv_to_nir.o.tmp vtn_alu.o.tmp vtn_amd.o.tmp vtn_cfg.o.tmp vtn_glsl450.o.tmp vtn_opencl.o.tmp vtn_subgroup.o.tmp vtn_variables.o.tmp common_x86.o.tmp streaming-load-memcpy.o.tmp hash_table.o.tmp build_id.o.tmp crc32.o.tmp disk_cache.o.tmp fast_idiv_by_const.o.tmp half_float.o.tmp format_srgb.o.tmp mesa-sha1.o.tmp os_time.o.tmp ralloc.o.tmp UTILdebug.o.tmp rand_xor.o.tmp rb_tree.o.tmp register_allocate.o.tmp rgtc.o.tmp set.o.tmp slab.o.tmp string_buffer.o.tmp strtod.o.tmp u_atomic.o.tmp u_cpu_detect.o.tmp u_math.o.tmp u_queue.o.tmp u_process.o.tmp u_vector.o.tmp vma.o.tmp utils.o.tmp dri_util.o.tmp xmlconfig.o.tmp megadriver_stub.o.tmp target.o.tmp || true) --- libclean2 --- --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/gallium.old && rm -f gallium_dri_p.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509.a hx509_err.o asn1_OCSPBasicOCSPResponse.o asn1_OCSPCertID.o asn1_OCSPCertStatus.o asn1_OCSPInnerRequest.o asn1_OCSPKeyHash.o asn1_OCSPRequest.o asn1_OCSPResponderID.o asn1_OCSPResponse.o asn1_OCSPResponseBytes.o asn1_OCSPResponseData.o asn1_OCSPResponseStatus.o asn1_OCSPSignature.o asn1_OCSPSingleResponse.o asn1_OCSPTBSRequest.o asn1_OCSPVersion.o asn1_id_pkix_ocsp.o asn1_id_pkix_ocsp_basic.o asn1_id_pkix_ocsp_nonce.o asn1_pkcs10_asn1.o ca.o cert.o cms.o collector.o crypto.o crypto-ec.o doxygen.o env.o error.o file.o keyset.o ks_dir.o ks_file.o ks_keychain.o ks_mem.o ks_null.o ks_p11.o ks_p12.o lock.o name.o peer.o print.o req.o revoke.o sel.o sel-gram.o sel-lex.o softp11.o ui.o hx509_err.o.tmp asn1_OCSPBasicOCSPResponse.o.tmp asn1_OCSPCertID.o.tmp asn1_OCSPCertStatus.o.tmp asn1_OCSPInnerRequest.o.tmp asn1_OCSPKeyHash.o.tmp asn1_OCSPRequest.o.tmp asn1_OCSPResponderID.o.tmp asn1_OCSPResponse.o.tmp asn1_OCSPResponseBytes.o.tmp asn1_OCSPResponseData.o.tmp asn1_OCSPResponseStatus.o.tmp asn1_OCSPSignature.o.tmp asn1_OCSPSingleResponse.o.tmp asn1_OCSPTBSRequest.o.tmp asn1_OCSPVersion.o.tmp asn1_id_pkix_ocsp.o.tmp asn1_id_pkix_ocsp_basic.o.tmp asn1_id_pkix_ocsp_nonce.o.tmp asn1_pkcs10_asn1.o.tmp ca.o.tmp cert.o.tmp cms.o.tmp collector.o.tmp crypto.o.tmp crypto-ec.o.tmp doxygen.o.tmp env.o.tmp error.o.tmp file.o.tmp keyset.o.tmp ks_dir.o.tmp ks_file.o.tmp ks_keychain.o.tmp ks_mem.o.tmp ks_null.o.tmp ks_p11.o.tmp ks_p12.o.tmp lock.o.tmp name.o.tmp peer.o.tmp print.o.tmp req.o.tmp revoke.o.tmp sel.o.tmp sel-gram.o.tmp sel-lex.o.tmp softp11.o.tmp ui.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/gallium.old && rm -f gallium_dri_p.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509.a hx509_err.o asn1_OCSPBasicOCSPResponse.o asn1_OCSPCertID.o asn1_OCSPCertStatus.o asn1_OCSPInnerRequest.o asn1_OCSPKeyHash.o asn1_OCSPRequest.o asn1_OCSPResponderID.o asn1_OCSPResponse.o asn1_OCSPResponseBytes.o asn1_OCSPResponseData.o asn1_OCSPResponseStatus.o asn1_OCSPSignature.o asn1_OCSPSingleResponse.o asn1_OCSPTBSRequest.o asn1_OCSPVersion.o asn1_id_pkix_ocsp.o asn1_id_pkix_ocsp_basic.o asn1_id_pkix_ocsp_nonce.o asn1_pkcs10_asn1.o ca.o cert.o cms.o collector.o crypto.o crypto-ec.o doxygen.o env.o error.o file.o keyset.o ks_dir.o ks_file.o ks_keychain.o ks_mem.o ks_null.o ks_p11.o ks_p12.o lock.o name.o peer.o print.o req.o revoke.o sel.o sel-gram.o sel-lex.o softp11.o ui.o hx509_err.o.tmp asn1_OCSPBasicOCSPResponse.o.tmp asn1_OCSPCertID.o.tmp asn1_OCSPCertStatus.o.tmp asn1_OCSPInnerRequest.o.tmp asn1_OCSPKeyHash.o.tmp asn1_OCSPRequest.o.tmp asn1_OCSPResponderID.o.tmp asn1_OCSPResponse.o.tmp asn1_OCSPResponseBytes.o.tmp asn1_OCSPResponseData.o.tmp asn1_OCSPResponseStatus.o.tmp asn1_OCSPSignature.o.tmp asn1_OCSPSingleResponse.o.tmp asn1_OCSPTBSRequest.o.tmp asn1_OCSPVersion.o.tmp asn1_id_pkix_ocsp.o.tmp asn1_id_pkix_ocsp_basic.o.tmp asn1_id_pkix_ocsp_nonce.o.tmp asn1_pkcs10_asn1.o.tmp ca.o.tmp cert.o.tmp cms.o.tmp collector.o.tmp crypto.o.tmp crypto-ec.o.tmp doxygen.o.tmp env.o.tmp error.o.tmp file.o.tmp keyset.o.tmp ks_dir.o.tmp ks_file.o.tmp ks_keychain.o.tmp ks_mem.o.tmp ks_null.o.tmp ks_p11.o.tmp ks_p12.o.tmp lock.o.tmp name.o.tmp peer.o.tmp print.o.tmp req.o.tmp revoke.o.tmp sel.o.tmp sel-gram.o.tmp sel-lex.o.tmp softp11.o.tmp ui.o.tmp || true) --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/gallium.old && rm -f gallium_dri_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_p.a hx509_err.po asn1_OCSPBasicOCSPResponse.po asn1_OCSPCertID.po asn1_OCSPCertStatus.po asn1_OCSPInnerRequest.po asn1_OCSPKeyHash.po asn1_OCSPRequest.po asn1_OCSPResponderID.po asn1_OCSPResponse.po asn1_OCSPResponseBytes.po asn1_OCSPResponseData.po asn1_OCSPResponseStatus.po asn1_OCSPSignature.po asn1_OCSPSingleResponse.po asn1_OCSPTBSRequest.po asn1_OCSPVersion.po asn1_id_pkix_ocsp.po asn1_id_pkix_ocsp_basic.po asn1_id_pkix_ocsp_nonce.po asn1_pkcs10_asn1.po ca.po cert.po cms.po collector.po crypto.po crypto-ec.po doxygen.po env.po error.po file.po keyset.po ks_dir.po ks_file.po ks_keychain.po ks_mem.po ks_null.po ks_p11.po ks_p12.po lock.po name.po peer.po print.po req.po revoke.po sel.po sel-gram.po sel-lex.po softp11.po ui.po hx509_err.po.tmp asn1_OCSPBasicOCSPResponse.po.tmp asn1_OCSPCertID.po.tmp asn1_OCSPCertStatus.po.tmp asn1_OCSPInnerRequest.po.tmp asn1_OCSPKeyHash.po.tmp asn1_OCSPRequest.po.tmp asn1_OCSPResponderID.po.tmp asn1_OCSPResponse.po.tmp asn1_OCSPResponseBytes.po.tmp asn1_OCSPResponseData.po.tmp asn1_OCSPResponseStatus.po.tmp asn1_OCSPSignature.po.tmp asn1_OCSPSingleResponse.po.tmp asn1_OCSPTBSRequest.po.tmp asn1_OCSPVersion.po.tmp asn1_id_pkix_ocsp.po.tmp asn1_id_pkix_ocsp_basic.po.tmp asn1_id_pkix_ocsp_nonce.po.tmp asn1_pkcs10_asn1.po.tmp ca.po.tmp cert.po.tmp cms.po.tmp collector.po.tmp crypto.po.tmp crypto-ec.po.tmp doxygen.po.tmp env.po.tmp error.po.tmp file.po.tmp keyset.po.tmp ks_dir.po.tmp ks_file.po.tmp ks_keychain.po.tmp ks_mem.po.tmp ks_null.po.tmp ks_p11.po.tmp ks_p12.po.tmp lock.po.tmp name.po.tmp peer.po.tmp print.po.tmp req.po.tmp revoke.po.tmp sel.po.tmp sel-gram.po.tmp sel-lex.po.tmp softp11.po.tmp ui.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/gallium.old && rm -f gallium_dri_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_p.a hx509_err.po asn1_OCSPBasicOCSPResponse.po asn1_OCSPCertID.po asn1_OCSPCertStatus.po asn1_OCSPInnerRequest.po asn1_OCSPKeyHash.po asn1_OCSPRequest.po asn1_OCSPResponderID.po asn1_OCSPResponse.po asn1_OCSPResponseBytes.po asn1_OCSPResponseData.po asn1_OCSPResponseStatus.po asn1_OCSPSignature.po asn1_OCSPSingleResponse.po asn1_OCSPTBSRequest.po asn1_OCSPVersion.po asn1_id_pkix_ocsp.po asn1_id_pkix_ocsp_basic.po asn1_id_pkix_ocsp_nonce.po asn1_pkcs10_asn1.po ca.po cert.po cms.po collector.po crypto.po crypto-ec.po doxygen.po env.po error.po file.po keyset.po ks_dir.po ks_file.po ks_keychain.po ks_mem.po ks_null.po ks_p11.po ks_p12.po lock.po name.po peer.po print.po req.po revoke.po sel.po sel-gram.po sel-lex.po softp11.po ui.po hx509_err.po.tmp asn1_OCSPBasicOCSPResponse.po.tmp asn1_OCSPCertID.po.tmp asn1_OCSPCertStatus.po.tmp asn1_OCSPInnerRequest.po.tmp asn1_OCSPKeyHash.po.tmp asn1_OCSPRequest.po.tmp asn1_OCSPResponderID.po.tmp asn1_OCSPResponse.po.tmp asn1_OCSPResponseBytes.po.tmp asn1_OCSPResponseData.po.tmp asn1_OCSPResponseStatus.po.tmp asn1_OCSPSignature.po.tmp asn1_OCSPSingleResponse.po.tmp asn1_OCSPTBSRequest.po.tmp asn1_OCSPVersion.po.tmp asn1_id_pkix_ocsp.po.tmp asn1_id_pkix_ocsp_basic.po.tmp asn1_id_pkix_ocsp_nonce.po.tmp asn1_pkcs10_asn1.po.tmp ca.po.tmp cert.po.tmp cms.po.tmp collector.po.tmp crypto.po.tmp crypto-ec.po.tmp doxygen.po.tmp env.po.tmp error.po.tmp file.po.tmp keyset.po.tmp ks_dir.po.tmp ks_file.po.tmp ks_keychain.po.tmp ks_mem.po.tmp ks_null.po.tmp ks_p11.po.tmp ks_p12.po.tmp lock.po.tmp name.po.tmp peer.po.tmp print.po.tmp req.po.tmp revoke.po.tmp sel.po.tmp sel-gram.po.tmp sel-lex.po.tmp softp11.po.tmp ui.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_g.a || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/gallium.old && rm -f gallium_dri_pic.a gallium_dri.so.* gallium_dri.so u_indices_gen.pico u_unfilled_gen.pico u_format_table.pico cso_cache.pico cso_context.pico cso_hash.pico draw_context.pico draw_fs.pico draw_gs.pico draw_pipe_aaline.pico draw_pipe_aapoint.pico draw_pipe.pico draw_pipe_clip.pico draw_pipe_cull.pico draw_pipe_flatshade.pico draw_pipe_offset.pico draw_pipe_pstipple.pico draw_pipe_stipple.pico draw_pipe_twoside.pico draw_pipe_unfilled.pico draw_pipe_util.pico draw_pipe_validate.pico draw_pipe_vbuf.pico draw_pipe_wide_line.pico draw_pipe_wide_point.pico draw_prim_assembler.pico draw_pt.pico draw_pt_emit.pico draw_pt_fetch.pico draw_pt_fetch_emit.pico draw_pt_fetch_shade_emit.pico draw_pt_fetch_shade_pipeline.pico draw_pt_post_vs.pico draw_pt_so_emit.pico draw_pt_util.pico draw_pt_vsplit.pico draw_vertex.pico draw_vs.pico draw_vs_exec.pico draw_vs_variant.pico draw_llvm.pico draw_llvm_sample.pico draw_pt_fetch_shade_pipeline_llvm.pico draw_vs_llvm.pico dd_context.pico dd_draw.pico dd_screen.pico noop_pipe.pico noop_state.pico DRIVERrbug_core.pico DRIVERrbug_context.pico rbug_objects.pico rbug_screen.pico tr_context.pico tr_dump.pico tr_dump_state.pico tr_screen.pico tr_texture.pico font.pico hud_context.pico hud_cpu.pico hud_nic.pico hud_cpufreq.pico hud_diskstat.pico hud_sensors_temp.pico hud_fps.pico hud_driver_query.pico u_primconvert.pico tgsi_to_nir.pico os_process.pico pb_buffer_fenced.pico pb_bufmgr_cache.pico pb_bufmgr_debug.pico pb_bufmgr_mm.pico pb_bufmgr_slab.pico pb_cache.pico pb_slab.pico pb_validate.pico pipe_loader.pico pipe_loader_drm.pico pipe_loader_sw.pico pp_celshade.pico pp_colors.pico pp_init.pico pp_mlaa.pico pp_run.pico pp_program.pico rbug_connection.pico RBUGrbug_context.pico RBUGrbug_core.pico rbug_demarshal.pico rbug_texture.pico rbug_shader.pico renderonly.pico rtasm_cpu.pico rtasm_execmem.pico rtasm_x86sse.pico tgsi_aa_point.pico tgsi_build.pico tgsi_dump.pico tgsi_exec.pico tgsi_emulate.pico tgsi_from_mesa.pico tgsi_info.pico tgsi_iterate.pico tgsi_lowering.pico tgsi_parse.pico tgsi_point_sprite.pico tgsi_sanity.pico tgsi_scan.pico tgsi_strings.pico tgsi_text.pico tgsi_transform.pico tgsi_two_side.pico tgsi_ureg.pico tgsi_util.pico translate.pico translate_cache.pico translate_generic.pico translate_sse.pico os_misc.pico u_async_debug.pico u_bitmask.pico u_blit.pico u_blitter.pico u_cache.pico u_debug.pico u_debug_describe.pico u_debug_flush.pico u_debug_gallium.pico u_debug_image.pico u_debug_memory.pico u_debug_refcnt.pico u_debug_stack.pico u_debug_symbol.pico u_dl.pico u_draw.pico u_draw_quad.pico u_dump_defines.pico u_dump_state.pico u_format.pico u_format_bptc.pico u_format_etc.pico u_format_latc.pico u_format_other.pico u_format_rgtc.pico u_format_s3tc.pico u_format_tests.pico u_format_yuv.pico u_format_zs.pico u_framebuffer.pico u_gen_mipmap.pico u_handle_table.pico u_hash_table.pico u_helpers.pico u_idalloc.pico u_index_modify.pico u_linear.pico u_log.pico u_mm.pico u_network.pico u_prim.pico u_prim_restart.pico u_pstipple.pico u_resource.pico u_ringbuffer.pico u_sampler.pico u_screen.pico u_simple_shaders.pico u_suballoc.pico u_surface.pico u_surfaces.pico u_tests.pico u_texture.pico u_tile.pico u_transfer.pico u_transfer_helper.pico u_threaded_context.pico u_upload_mgr.pico u_vbuf.pico vl_bicubic_filter.pico vl_compositor.pico vl_compositor_cs.pico vl_compositor_gfx.pico vl_csc.pico vl_decoder.pico vl_deint_filter.pico vl_idct.pico vl_matrix_filter.pico vl_mc.pico vl_median_filter.pico vl_mpeg12_bitstream.pico vl_mpeg12_decoder.pico vl_vertex_buffers.pico vl_video_buffer.pico vl_winsys_dri.pico vl_zscan.pico sp_buffer.pico sp_clear.pico sp_context.pico sp_compute.pico sp_draw_arrays.pico sp_fence.pico sp_flush.pico sp_fs_exec.pico sp_image.pico sp_prim_vbuf.pico sp_quad_blend.pico sp_quad_depth_test.pico sp_quad_fs.pico sp_quad_pipe.pico sp_quad_stipple.pico sp_query.pico sp_screen.pico sp_setup.pico sp_state_blend.pico sp_state_clip.pico sp_state_derived.pico sp_state_image.pico sp_state_rasterizer.pico sp_state_sampler.pico sp_state_shader.pico sp_state_so.pico sp_state_surface.pico sp_state_vertex.pico sp_surface.pico sp_tex_sample.pico sp_tex_tile_cache.pico sp_texture.pico sp_tile_cache.pico dri_sw_winsys.pico kms_dri_sw_winsys.pico null_sw_winsys.pico wrapper_sw_winsys.pico dri_context.pico dri_drawable.pico dri_helpers.pico dri_query_renderer.pico dri_screen.pico drisw.pico dri2.pico cayman_msaa.pico r600_buffer_common.pico r600_pipe_common.pico r600_query.pico r600_streamout.pico r600_texture.pico radeon_radeon_uvd.pico radeon_uvd_enc.pico radeon_uvd_enc_1_1.pico radeon_vce_40_2_2.pico radeon_vce_50.pico radeon_vce_52.pico radeon_vcn_dec.pico radeon_vcn_dec_jpeg.pico radeon_vcn_enc.pico radeon_vcn_enc_1_2.pico radeon_radeon_vce.pico radeon_radeon_video.pico cik_sdma.pico si_blit.pico si_buffer.pico si_clear.pico si_compute.pico si_compute_blit.pico si_cp_dma.pico si_debug.pico si_descriptors.pico si_dma.pico si_dma_cs.pico si_fence.pico si_get.pico si_gfx_cs.pico si_gpu_load.pico si_pipe.pico si_pm4.pico si_perfcounter.pico si_query.pico si_shader.pico si_shader_nir.pico si_shader_tgsi_alu.pico si_shader_tgsi_mem.pico si_shader_tgsi_setup.pico si_shaderlib_tgsi.pico si_state.pico si_state_binning.pico si_state_draw.pico si_state_msaa.pico si_state_shaders.pico si_state_streamout.pico si_state_viewport.pico si_test_dma.pico si_test_dma_perf.pico si_texture.pico si_uvd.pico r300_blit.pico r300_chipset.pico r300_context.pico r300_debug.pico r300_emit.pico r300_flush.pico r300_fs.pico r300_hyperz.pico r300_query.pico r300_render.pico r300_render_stencilref.pico r300_render_translate.pico r300_resource.pico r300_screen_buffer.pico r300_screen.pico r300_state.pico r300_state_derived.pico r300_texture.pico r300_texture_desc.pico r300_tgsi_to_rc.pico r300_transfer.pico r300_vs.pico r300_vs_draw.pico memory_pool.pico r300_fragprog.pico r300_fragprog_emit.pico r300_fragprog_swizzle.pico r3xx_fragprog.pico r3xx_vertprog.pico r3xx_vertprog_dump.pico r500_fragprog.pico r500_fragprog_emit.pico radeon_code.pico radeon_compiler.pico radeon_compiler_util.pico radeon_dataflow.pico radeon_dataflow_deadcode.pico radeon_dataflow_swizzles.pico radeon_emulate_branches.pico radeon_emulate_loops.pico radeon_inline_literals.pico radeon_list.pico radeon_opcodes.pico radeon_optimize.pico radeon_pair_dead_sources.pico radeon_pair_regalloc.pico radeon_pair_schedule.pico radeon_pair_translate.pico radeon_program_alu.pico radeon_program.pico radeon_program_pair.pico radeon_program_print.pico radeon_program_tex.pico radeon_remove_constants.pico radeon_rename_regs.pico radeon_variable.pico radeon_vert_fc.pico eg_debug.pico r600_gpu_load.pico r600_perfcounter.pico r600_radeon_vce.pico r600_radeon_video.pico compute_memory_pool.pico r600_viewport.pico eg_asm.pico evergreen_compute.pico evergreen_hw_context.pico evergreen_state.pico r600_asm.pico r600_blit.pico r600_hw_context.pico r600_isa.pico r600_pipe.pico r600_shader.pico r600_state.pico r600_state_common.pico r600_uvd.pico r600_radeon_uvd.pico r600_test_dma.pico r700_asm.pico sb_bc_builder.pico sb_bc_decoder.pico sb_bc_dump.pico sb_bc_finalize.pico sb_bc_parser.pico sb_context.pico sb_core.pico sb_dce_cleanup.pico sb_def_use.pico sb_dump.pico sb_expr.pico sb_gcm.pico sb_gvn.pico sb_if_conversion.pico sb_ir.pico sb_liveness.pico sb_pass.pico sb_peephole.pico sb_psi_ops.pico sb_ra_checker.pico sb_ra_coalesce.pico sb_ra_init.pico sb_sched.pico sb_shader.pico sb_ssa_builder.pico sb_valtable.pico radeon_drm_bo.pico radeon_drm_cs.pico radeon_drm_surface.pico radeon_drm_winsys.pico amdgpu_bo.pico amdgpu_cs.pico amdgpu_surface.pico amdgpu_winsys.pico nouveau_buffer.pico nouveau_fence.pico nouveau_heap.pico nouveau_mm.pico nouveau_screen.pico nouveau_video.pico nouveau_vp3_video_bsp.pico nouveau_vp3_video.pico nouveau_vp3_video_vp.pico nv30_clear.pico nv30_context.pico nv30_draw.pico nv30_format.pico nv30_fragprog.pico nv30_fragtex.pico nv30_miptree.pico nv30_push.pico nv30_query.pico nv30_resource.pico nv30_screen.pico nv30_state.pico nv30_state_validate.pico nv30_texture.pico nv30_transfer.pico nv30_vbo.pico nv30_vertprog.pico nv40_verttex.pico nvfx_fragprog.pico nvfx_vertprog.pico nv50_compute.pico nv50_context.pico nv50_formats.pico nv50_miptree.pico nv50_program.pico nv50_push.pico nv50_query.pico nv50_query_hw.pico nv50_query_hw_metric.pico nv50_query_hw_sm.pico nv50_resource.pico nv50_screen.pico nv50_shader_state.pico nv50_state.pico nv50_state_validate.pico nv50_surface.pico nv50_tex.pico nv50_transfer.pico nv50_vbo.pico nv84_video_bsp.pico nv84_video.pico nv84_video_vp.pico nv98_video_bsp.pico nv98_video.pico nv98_video_ppp.pico nv98_video_vp.pico nv50_ir.pico nv50_ir_bb.pico nv50_ir_build_util.pico nv50_ir_emit_gk110.pico nv50_ir_emit_gm107.pico nv50_ir_emit_nv50.pico nv50_ir_emit_nvc0.pico nv50_ir_from_common.pico nv50_ir_from_nir.pico nv50_ir_from_tgsi.pico nv50_ir_graph.pico nv50_ir_lowering_gm107.pico nv50_ir_lowering_helper.pico nv50_ir_lowering_nv50.pico nv50_ir_lowering_nvc0.pico nv50_ir_peephole.pico nv50_ir_print.pico nv50_ir_ra.pico nv50_ir_ssa.pico nv50_ir_target.pico nv50_ir_target_nv50.pico nv50_ir_util.pico nv50_ir_target_gm107.pico nv50_ir_target_nvc0.pico nvc0_compute.pico nvc0_context.pico nvc0_formats.pico nvc0_miptree.pico nvc0_resource.pico nvc0_screen.pico nvc0_state.pico nvc0_state_validate.pico nvc0_surface.pico nvc0_tex.pico nvc0_transfer.pico nvc0_vbo.pico nvc0_vbo_translate.pico nvc0_program.pico nvc0_shader_state.pico nvc0_query.pico nvc0_query_hw.pico nvc0_query_hw_metric.pico nvc0_query_hw_sm.pico nvc0_query_sw.pico nve4_compute.pico nvc0_video.pico nvc0_video_bsp.pico nvc0_video_vp.pico nvc0_video_ppp.pico nouveau_drm_winsys.pico bitmap.pico decode.pico device.pico ftab.pico htab.pico mixer.pico output.pico preemption.pico presentation.pico query.pico surface.pico i915_blit.pico i915_clear.pico i915_context.pico i915_debug.pico i915_debug_fp.pico i915_flush.pico i915_fpc_emit.pico i915_fpc_optimize.pico i915_fpc_translate.pico i915_prim_emit.pico i915_prim_vbuf.pico i915_query.pico i915_resource_buffer.pico i915_resource.pico i915_resource_texture.pico i915_screen.pico i915_state.pico i915_state_derived.pico i915_state_dynamic.pico i915_state_emit.pico i915_state_fpc.pico i915_state_immediate.pico i915_state_sampler.pico i915_state_static.pico i915_surface.pico i915_drm_batchbuffer.pico i915_drm_buffer.pico i915_drm_fence.pico i915_drm_winsys.pico lp_bld_arit.pico lp_bld_arit_overflow.pico lp_bld_assert.pico lp_bld_bitarit.pico lp_bld_const.pico lp_bld_conv.pico lp_bld_flow.pico lp_bld_format_aos_array.pico lp_bld_format_aos.pico lp_bld_format_float.pico lp_bld_format.pico lp_bld_format_soa.pico lp_bld_format_s3tc.pico lp_bld_format_srgb.pico lp_bld_format_yuv.pico lp_bld_gather.pico lp_bld_init.pico lp_bld_intr.pico lp_bld_logic.pico lp_bld_misc.pico lp_bld_pack.pico lp_bld_printf.pico lp_bld_quad.pico lp_bld_sample_aos.pico lp_bld_sample.pico lp_bld_sample_soa.pico lp_bld_struct.pico lp_bld_swizzle.pico lp_bld_tgsi_action.pico lp_bld_tgsi_aos.pico lp_bld_tgsi.pico lp_bld_tgsi_info.pico lp_bld_tgsi_soa.pico lp_bld_type.pico lp_bld_alpha.pico lp_bld_blend_aos.pico lp_bld_blend.pico lp_bld_blend_logicop.pico lp_bld_depth.pico lp_bld_interp.pico lp_clear.pico lp_context.pico lp_draw_arrays.pico lp_fence.pico lp_flush.pico lp_jit.pico lp_memory.pico lp_perf.pico lp_query.pico lp_rast.pico lp_rast_debug.pico lp_rast_tri.pico lp_scene.pico lp_scene_queue.pico lp_screen.pico lp_setup.pico lp_setup_line.pico lp_setup_point.pico lp_setup_tri.pico lp_setup_vbuf.pico lp_state_blend.pico lp_state_clip.pico lp_state_derived.pico lp_state_fs.pico lp_state_gs.pico lp_state_rasterizer.pico lp_state_sampler.pico lp_state_setup.pico lp_state_so.pico lp_state_surface.pico lp_state_vertex.pico lp_state_vs.pico lp_surface.pico lp_tex_sample.pico lp_texture.pico loader.pico pci_id_driver_map.pico xmlconfig.pico accum.pico api_arrayelt.pico api_loopback.pico api_exec.pico arbprogram.pico arrayobj.pico atifragshader.pico attrib.pico barrier.pico bbox.pico blend.pico blit.pico bufferobj.pico buffers.pico clear.pico clip.pico colortab.pico compute.pico condrender.pico conservativeraster.pico context.pico convolve.pico copyimage.pico cpuinfo.pico MESAdebug.pico debug_output.pico depth.pico dlist.pico draw.pico drawpix.pico drawtex.pico draw_validate.pico enable.pico enums.pico errors.pico MESAeval.pico execmem.pico extensions.pico extensions_table.pico externalobjects.pico fbobject.pico feedback.pico ff_fragment_shader.pico ffvertex_prog.pico fog.pico format_fallback.pico format_pack.pico format_unpack.pico format_utils.pico formatquery.pico formats.pico framebuffer.pico get.pico genmipmap.pico getstring.pico glformats.pico glspirv.pico glthread.pico hash.pico hint.pico histogram.pico image.pico imports.pico light.pico lines.pico marshal.pico marshal_generated.pico matrix.pico mipmap.pico mm.pico multisample.pico objectlabel.pico objectpurge.pico pack.pico pbo.pico performance_monitor.pico performance_query.pico pipelineobj.pico MESApixel.pico MESApixelstore.pico pixeltransfer.pico points.pico polygon.pico program_binary.pico program_resource.pico querymatrix.pico queryobj.pico rastpos.pico readpix.pico remap.pico renderbuffer.pico robustness.pico samplerobj.pico scissor.pico shaderapi.pico shaderimage.pico shaderobj.pico shader_query.pico shared.pico state.pico stencil.pico syncobj.pico texcompress.pico texcompress_astc.pico texcompress_bptc.pico texcompress_cpal.pico texcompress_etc.pico texcompress_fxt1.pico texcompress_rgtc.pico texcompress_s3tc.pico texenv.pico texformat.pico texgen.pico texgetimage.pico teximage.pico texobj.pico texparam.pico texstate.pico texstorage.pico texstore.pico texturebindless.pico textureview.pico transformfeedback.pico uniform_query.pico uniforms.pico varray.pico vdpau.pico version.pico viewport.pico vtxfmt.pico es1_conversion.pico m_debug_clip.pico m_debug_norm.pico m_debug_xform.pico m_eval.pico m_matrix.pico m_translate.pico m_vector.pico vbo_context.pico vbo_exec_api.pico vbo_exec.pico vbo_exec_draw.pico vbo_exec_eval.pico vbo_minmax_index.pico vbo_noop.pico vbo_primitive_restart.pico vbo_save_api.pico vbo_save.pico vbo_save_draw.pico vbo_save_loopback.pico st_atifs_to_tgsi.pico st_atom.pico st_atom_array.pico st_atom_atomicbuf.pico st_atom_blend.pico st_atom_clip.pico st_atom_constbuf.pico st_atom_depth.pico st_atom_framebuffer.pico st_atom_image.pico st_atom_msaa.pico st_atom_pixeltransfer.pico st_atom_rasterizer.pico st_atom_sampler.pico st_atom_scissor.pico st_atom_shader.pico st_atom_stipple.pico st_atom_storagebuf.pico st_atom_tess.pico st_atom_texture.pico st_atom_viewport.pico st_cb_bitmap.pico st_cb_bitmap_shader.pico st_cb_blit.pico st_cb_bufferobjects.pico st_cb_clear.pico st_cb_compute.pico st_cb_condrender.pico st_cb_copyimage.pico st_cb_drawpixels.pico st_cb_drawpixels_shader.pico st_cb_drawtex.pico st_cb_eglimage.pico st_cb_fbo.pico st_cb_feedback.pico st_cb_flush.pico st_cb_memoryobjects.pico st_cb_msaa.pico st_cb_perfmon.pico st_cb_program.pico st_cb_queryobj.pico st_cb_rasterpos.pico st_cb_readpixels.pico st_cb_semaphoreobjects.pico st_cb_strings.pico st_cb_syncobj.pico st_cb_texture.pico st_cb_texturebarrier.pico st_cb_viewport.pico st_cb_xformfb.pico st_context.pico st_copytex.pico st_debug.pico st_draw.pico st_draw_feedback.pico st_extensions.pico st_format.pico st_gen_mipmap.pico st_glsl_to_ir.pico st_glsl_to_nir.pico st_glsl_to_tgsi.pico st_glsl_to_tgsi_array_merge.pico st_glsl_to_tgsi_private.pico st_glsl_to_tgsi_temprename.pico st_glsl_types.pico st_manager.pico st_mesa_to_tgsi.pico st_nir_builtins.pico st_nir_lower_builtin.pico st_nir_lower_tex_src_plane.pico st_pbo.pico st_program.pico st_sampler_view.pico st_scissor.pico st_shader_cache.pico st_texture.pico st_tgsi_lower_yuv.pico arbprogparse.pico ir_to_mesa.pico prog_cache.pico prog_execute.pico prog_instruction.pico prog_noise.pico prog_opt_constant_fold.pico prog_optimize.pico prog_parameter.pico prog_parameter_layout.pico prog_print.pico prog_statevars.pico prog_to_nir.pico program.pico programopt.pico program_parse.tab.pico program_parse_extra.pico symbol_table.pico program_lexer.pico xform4.pico streaming-load-memcpy.pico sse_minmax.pico addrinterface.pico addrelemlib.pico addrlib.pico addrlib1.pico addrlib2.pico addrobject.pico coord.pico gfx9addrlib.pico ciaddrlib.pico egbaddrlib.pico siaddrlib.pico ac_binary.pico ac_llvm_build.pico ac_llvm_helper.pico ac_llvm_util.pico ac_shader_util.pico ac_nir_to_llvm.pico ac_gpu_info.pico ac_surface.pico ac_debug.pico glsl_lexer.pico glsl_parser.pico ast_array_index.pico ast_expr.pico ast_function.pico ast_to_hir.pico ast_type.pico builtin_functions.pico builtin_types.pico builtin_variables.pico generate_ir.pico gl_nir_lower_atomics.pico gl_nir_link_atomics.pico gl_nir_link_uniform_initializers.pico gl_nir_link_uniforms.pico gl_nir_link_xfb.pico gl_nir_linker.pico gl_nir_lower_bindless_images.pico gl_nir_lower_buffers.pico gl_nir_lower_samplers.pico gl_nir_lower_samplers_as_deref.pico glsl_parser_extras.pico glsl_symbol_table.pico glsl_to_nir.pico hir_field_selection.pico ir.pico ir_array_refcount.pico ir_basic_block.pico ir_builder.pico ir_clone.pico ir_constant_expression.pico ir_equals.pico ir_expression_flattening.pico ir_function.pico ir_function_can_inline.pico ir_function_detect_recursion.pico ir_hierarchical_visitor.pico ir_hv_accept.pico ir_print_visitor.pico ir_reader.pico ir_rvalue_visitor.pico ir_set_program_inouts.pico ir_validate.pico ir_variable_refcount.pico linker.pico linker_util.pico link_atomics.pico link_functions.pico link_interface_blocks.pico link_uniforms.pico link_uniform_initializers.pico link_uniform_block_active_visitor.pico link_uniform_blocks.pico link_varyings.pico loop_analysis.pico loop_unroll.pico lower_blend_equation_advanced.pico lower_buffer_access.pico lower_const_arrays_to_uniforms.pico lower_cs_derived.pico lower_discard.pico lower_discard_flow.pico lower_distance.pico lower_if_to_cond_assign.pico lower_instructions.pico lower_int64.pico lower_jumps.pico lower_mat_op_to_vec.pico lower_noise.pico lower_offset_array.pico lower_packed_varyings.pico lower_named_interface_blocks.pico lower_packing_builtins.pico lower_subroutine.pico lower_tess_level.pico lower_texture_projection.pico lower_variable_index_to_cond_assign.pico lower_vec_index_to_cond_assign.pico lower_vec_index_to_swizzle.pico lower_vector.pico lower_vector_derefs.pico lower_vector_insert.pico lower_vertex_id.pico lower_output_reads.pico lower_shared_reference.pico lower_ubo_reference.pico opt_algebraic.pico opt_array_splitting.pico opt_conditional_discard.pico opt_constant_folding.pico opt_constant_propagation.pico opt_constant_variable.pico opt_copy_propagation_elements.pico opt_dead_builtin_variables.pico opt_dead_builtin_varyings.pico opt_dead_code.pico opt_dead_code_local.pico opt_dead_functions.pico opt_flatten_nested_if_blocks.pico opt_flip_matrices.pico opt_function_inlining.pico opt_if_simplification.pico opt_minmax.pico opt_rebalance_tree.pico opt_redundant_jumps.pico opt_structure_splitting.pico opt_swizzle.pico opt_tree_grafting.pico opt_vectorize.pico propagate_invariance.pico s_expression.pico string_to_uint_map.pico serialize.pico shader_cache.pico blob.pico glsl_types.pico nir_types.pico shader_enums.pico glcpp-lex.pico glcpp-parse.pico pp.pico nir_constant_expressions.pico nir_intrinsics.pico nir_opcodes.pico nir_opt_algebraic.pico nir.pico nir_builtin_builder.pico nir_clone.pico nir_control_flow.pico nir_deref.pico nir_dominance.pico nir_from_ssa.pico nir_gather_info.pico nir_gather_xfb_info.pico nir_gs_count_vertices.pico nir_inline_functions.pico nir_instr_set.pico nir_linking_helpers.pico nir_liveness.pico nir_loop_analyze.pico nir_lower_alpha_test.pico nir_lower_alu.pico nir_lower_alu_to_scalar.pico nir_lower_array_deref_of_vec.pico nir_lower_atomics_to_ssbo.pico nir_lower_bit_size.pico nir_lower_bitmap.pico nir_lower_bool_to_int32.pico nir_lower_clamp_color_outputs.pico nir_lower_clip.pico nir_lower_clip_cull_distance_arrays.pico nir_lower_constant_initializers.pico nir_lower_double_ops.pico nir_lower_drawpixels.pico nir_lower_global_vars_to_local.pico nir_lower_gs_intrinsics.pico nir_lower_idiv.pico nir_lower_indirect_derefs.pico nir_lower_int64.pico nir_lower_io.pico nir_lower_io_arrays_to_elements.pico nir_lower_io_to_scalar.pico nir_lower_io_to_vector.pico nir_lower_io_to_temporaries.pico nir_lower_load_const_to_scalar.pico nir_lower_locals_to_regs.pico nir_lower_packing.pico nir_lower_passthrough_edgeflags.pico nir_lower_patch_vertices.pico nir_lower_phis_to_scalar.pico nir_lower_regs_to_ssa.pico nir_lower_returns.pico nir_lower_subgroups.pico nir_lower_system_values.pico nir_lower_tex.pico nir_lower_to_source_mods.pico nir_lower_two_sided_color.pico nir_lower_uniforms_to_ubo.pico nir_lower_var_copies.pico nir_lower_vars_to_ssa.pico nir_lower_vec_to_movs.pico nir_lower_wpos_center.pico nir_lower_wpos_ytransform.pico nir_metadata.pico nir_move_load_const.pico nir_move_vec_src_uses_to_dest.pico nir_normalize_cubemap_coords.pico nir_opt_combine_stores.pico nir_opt_comparison_pre.pico nir_opt_conditional_discard.pico nir_opt_constant_folding.pico nir_opt_copy_prop_vars.pico nir_opt_copy_propagate.pico nir_opt_cse.pico nir_opt_dce.pico nir_opt_dead_cf.pico nir_opt_dead_write_vars.pico nir_opt_find_array_copies.pico nir_opt_gcm.pico nir_opt_idiv_const.pico nir_opt_if.pico nir_opt_intrinsics.pico nir_opt_large_constants.pico nir_opt_loop_unroll.pico nir_opt_move_comparisons.pico nir_opt_move_load_ubo.pico nir_opt_peephole_select.pico nir_opt_remove_phis.pico nir_opt_shrink_load.pico nir_opt_trivial_continues.pico nir_opt_undef.pico nir_phi_builder.pico nir_print.pico nir_propagate_invariant.pico nir_remove_dead_variables.pico nir_repair_ssa.pico nir_search.pico nir_serialize.pico nir_split_per_member_structs.pico nir_split_var_copies.pico nir_split_vars.pico nir_strip.pico nir_sweep.pico nir_to_lcssa.pico nir_validate.pico nir_worklist.pico spirv_info.pico vtn_gather_types.pico gl_spirv.pico spirv_to_nir.pico vtn_alu.pico vtn_amd.pico vtn_cfg.pico vtn_glsl450.pico vtn_opencl.pico vtn_subgroup.pico vtn_variables.pico common_x86.pico streaming-load-memcpy.pico hash_table.pico build_id.pico crc32.pico disk_cache.pico fast_idiv_by_const.pico half_float.pico format_srgb.pico mesa-sha1.pico os_time.pico ralloc.pico UTILdebug.pico rand_xor.pico rb_tree.pico register_allocate.pico rgtc.pico set.pico slab.pico string_buffer.pico strtod.pico u_atomic.pico u_cpu_detect.pico u_math.pico u_queue.pico u_process.pico u_vector.pico vma.pico utils.pico dri_util.pico xmlconfig.pico megadriver_stub.pico target.pico u_indices_gen.pico.tmp u_unfilled_gen.pico.tmp u_format_table.pico.tmp cso_cache.pico.tmp cso_context.pico.tmp cso_hash.pico.tmp draw_context.pico.tmp draw_fs.pico.tmp draw_gs.pico.tmp draw_pipe_aaline.pico.tmp draw_pipe_aapoint.pico.tmp draw_pipe.pico.tmp draw_pipe_clip.pico.tmp draw_pipe_cull.pico.tmp draw_pipe_flatshade.pico.tmp draw_pipe_offset.pico.tmp draw_pipe_pstipple.pico.tmp draw_pipe_stipple.pico.tmp draw_pipe_twoside.pico.tmp draw_pipe_unfilled.pico.tmp draw_pipe_util.pico.tmp draw_pipe_validate.pico.tmp draw_pipe_vbuf.pico.tmp draw_pipe_wide_line.pico.tmp draw_pipe_wide_point.pico.tmp draw_prim_assembler.pico.tmp draw_pt.pico.tmp draw_pt_emit.pico.tmp draw_pt_fetch.pico.tmp draw_pt_fetch_emit.pico.tmp draw_pt_fetch_shade_emit.pico.tmp draw_pt_fetch_shade_pipeline.pico.tmp draw_pt_post_vs.pico.tmp draw_pt_so_emit.pico.tmp draw_pt_util.pico.tmp draw_pt_vsplit.pico.tmp draw_vertex.pico.tmp draw_vs.pico.tmp draw_vs_exec.pico.tmp draw_vs_variant.pico.tmp draw_llvm.pico.tmp draw_llvm_sample.pico.tmp draw_pt_fetch_shade_pipeline_llvm.pico.tmp draw_vs_llvm.pico.tmp dd_context.pico.tmp dd_draw.pico.tmp dd_screen.pico.tmp noop_pipe.pico.tmp noop_state.pico.tmp DRIVERrbug_core.pico.tmp DRIVERrbug_context.pico.tmp rbug_objects.pico.tmp rbug_screen.pico.tmp tr_context.pico.tmp tr_dump.pico.tmp tr_dump_state.pico.tmp tr_screen.pico.tmp tr_texture.pico.tmp font.pico.tmp hud_context.pico.tmp hud_cpu.pico.tmp hud_nic.pico.tmp hud_cpufreq.pico.tmp hud_diskstat.pico.tmp hud_sensors_temp.pico.tmp hud_fps.pico.tmp hud_driver_query.pico.tmp u_primconvert.pico.tmp tgsi_to_nir.pico.tmp os_process.pico.tmp pb_buffer_fenced.pico.tmp pb_bufmgr_cache.pico.tmp pb_bufmgr_debug.pico.tmp pb_bufmgr_mm.pico.tmp pb_bufmgr_slab.pico.tmp pb_cache.pico.tmp pb_slab.pico.tmp pb_validate.pico.tmp pipe_loader.pico.tmp pipe_loader_drm.pico.tmp pipe_loader_sw.pico.tmp pp_celshade.pico.tmp pp_colors.pico.tmp pp_init.pico.tmp pp_mlaa.pico.tmp pp_run.pico.tmp pp_program.pico.tmp rbug_connection.pico.tmp RBUGrbug_context.pico.tmp RBUGrbug_core.pico.tmp rbug_demarshal.pico.tmp rbug_texture.pico.tmp rbug_shader.pico.tmp renderonly.pico.tmp rtasm_cpu.pico.tmp rtasm_execmem.pico.tmp rtasm_x86sse.pico.tmp tgsi_aa_point.pico.tmp tgsi_build.pico.tmp tgsi_dump.pico.tmp tgsi_exec.pico.tmp tgsi_emulate.pico.tmp tgsi_from_mesa.pico.tmp tgsi_info.pico.tmp tgsi_iterate.pico.tmp tgsi_lowering.pico.tmp tgsi_parse.pico.tmp tgsi_point_sprite.pico.tmp tgsi_sanity.pico.tmp tgsi_scan.pico.tmp tgsi_strings.pico.tmp tgsi_text.pico.tmp tgsi_transform.pico.tmp tgsi_two_side.pico.tmp tgsi_ureg.pico.tmp tgsi_util.pico.tmp translate.pico.tmp translate_cache.pico.tmp translate_generic.pico.tmp translate_sse.pico.tmp os_misc.pico.tmp u_async_debug.pico.tmp u_bitmask.pico.tmp u_blit.pico.tmp u_blitter.pico.tmp u_cache.pico.tmp u_debug.pico.tmp u_debug_describe.pico.tmp u_debug_flush.pico.tmp u_debug_gallium.pico.tmp u_debug_image.pico.tmp u_debug_memory.pico.tmp u_debug_refcnt.pico.tmp u_debug_stack.pico.tmp u_debug_symbol.pico.tmp u_dl.pico.tmp u_draw.pico.tmp u_draw_quad.pico.tmp u_dump_defines.pico.tmp u_dump_state.pico.tmp u_format.pico.tmp u_format_bptc.pico.tmp u_format_etc.pico.tmp u_format_latc.pico.tmp u_format_other.pico.tmp u_format_rgtc.pico.tmp u_format_s3tc.pico.tmp u_format_tests.pico.tmp u_format_yuv.pico.tmp u_format_zs.pico.tmp u_framebuffer.pico.tmp u_gen_mipmap.pico.tmp u_handle_table.pico.tmp u_hash_table.pico.tmp u_helpers.pico.tmp u_idalloc.pico.tmp u_index_modify.pico.tmp u_linear.pico.tmp u_log.pico.tmp u_mm.pico.tmp u_network.pico.tmp u_prim.pico.tmp u_prim_restart.pico.tmp u_pstipple.pico.tmp u_resource.pico.tmp u_ringbuffer.pico.tmp u_sampler.pico.tmp u_screen.pico.tmp u_simple_shaders.pico.tmp u_suballoc.pico.tmp u_surface.pico.tmp u_surfaces.pico.tmp u_tests.pico.tmp u_texture.pico.tmp u_tile.pico.tmp u_transfer.pico.tmp u_transfer_helper.pico.tmp u_threaded_context.pico.tmp u_upload_mgr.pico.tmp u_vbuf.pico.tmp vl_bicubic_filter.pico.tmp vl_compositor.pico.tmp vl_compositor_cs.pico.tmp vl_compositor_gfx.pico.tmp vl_csc.pico.tmp vl_decoder.pico.tmp vl_deint_filter.pico.tmp vl_idct.pico.tmp vl_matrix_filter.pico.tmp vl_mc.pico.tmp vl_median_filter.pico.tmp vl_mpeg12_bitstream.pico.tmp vl_mpeg12_decoder.pico.tmp vl_vertex_buffers.pico.tmp vl_video_buffer.pico.tmp vl_winsys_dri.pico.tmp vl_zscan.pico.tmp sp_buffer.pico.tmp sp_clear.pico.tmp sp_context.pico.tmp sp_compute.pico.tmp sp_draw_arrays.pico.tmp sp_fence.pico.tmp sp_flush.pico.tmp sp_fs_exec.pico.tmp sp_image.pico.tmp sp_prim_vbuf.pico.tmp sp_quad_blend.pico.tmp sp_quad_depth_test.pico.tmp sp_quad_fs.pico.tmp sp_quad_pipe.pico.tmp sp_quad_stipple.pico.tmp sp_query.pico.tmp sp_screen.pico.tmp sp_setup.pico.tmp sp_state_blend.pico.tmp sp_state_clip.pico.tmp sp_state_derived.pico.tmp sp_state_image.pico.tmp sp_state_rasterizer.pico.tmp sp_state_sampler.pico.tmp sp_state_shader.pico.tmp sp_state_so.pico.tmp sp_state_surface.pico.tmp sp_state_vertex.pico.tmp sp_surface.pico.tmp sp_tex_sample.pico.tmp sp_tex_tile_cache.pico.tmp sp_texture.pico.tmp sp_tile_cache.pico.tmp dri_sw_winsys.pico.tmp kms_dri_sw_winsys.pico.tmp null_sw_winsys.pico.tmp wrapper_sw_winsys.pico.tmp dri_context.pico.tmp dri_drawable.pico.tmp dri_helpers.pico.tmp dri_query_renderer.pico.tmp dri_screen.pico.tmp drisw.pico.tmp dri2.pico.tmp cayman_msaa.pico.tmp r600_buffer_common.pico.tmp r600_pipe_common.pico.tmp r600_query.pico.tmp r600_streamout.pico.tmp r600_texture.pico.tmp radeon_radeon_uvd.pico.tmp radeon_uvd_enc.pico.tmp radeon_uvd_enc_1_1.pico.tmp radeon_vce_40_2_2.pico.tmp radeon_vce_50.pico.tmp radeon_vce_52.pico.tmp radeon_vcn_dec.pico.tmp radeon_vcn_dec_jpeg.pico.tmp radeon_vcn_enc.pico.tmp radeon_vcn_enc_1_2.pico.tmp radeon_radeon_vce.pico.tmp radeon_radeon_video.pico.tmp cik_sdma.pico.tmp si_blit.pico.tmp si_buffer.pico.tmp si_clear.pico.tmp si_compute.pico.tmp si_compute_blit.pico.tmp si_cp_dma.pico.tmp si_debug.pico.tmp si_descriptors.pico.tmp si_dma.pico.tmp si_dma_cs.pico.tmp si_fence.pico.tmp si_get.pico.tmp si_gfx_cs.pico.tmp si_gpu_load.pico.tmp si_pipe.pico.tmp si_pm4.pico.tmp si_perfcounter.pico.tmp si_query.pico.tmp si_shader.pico.tmp si_shader_nir.pico.tmp si_shader_tgsi_alu.pico.tmp si_shader_tgsi_mem.pico.tmp si_shader_tgsi_setup.pico.tmp si_shaderlib_tgsi.pico.tmp si_state.pico.tmp si_state_binning.pico.tmp si_state_draw.pico.tmp si_state_msaa.pico.tmp si_state_shaders.pico.tmp si_state_streamout.pico.tmp si_state_viewport.pico.tmp si_test_dma.pico.tmp si_test_dma_perf.pico.tmp si_texture.pico.tmp si_uvd.pico.tmp r300_blit.pico.tmp r300_chipset.pico.tmp r300_context.pico.tmp r300_debug.pico.tmp r300_emit.pico.tmp r300_flush.pico.tmp r300_fs.pico.tmp r300_hyperz.pico.tmp r300_query.pico.tmp r300_render.pico.tmp r300_render_stencilref.pico.tmp r300_render_translate.pico.tmp r300_resource.pico.tmp r300_screen_buffer.pico.tmp r300_screen.pico.tmp r300_state.pico.tmp r300_state_derived.pico.tmp r300_texture.pico.tmp r300_texture_desc.pico.tmp r300_tgsi_to_rc.pico.tmp r300_transfer.pico.tmp r300_vs.pico.tmp r300_vs_draw.pico.tmp memory_pool.pico.tmp r300_fragprog.pico.tmp r300_fragprog_emit.pico.tmp r300_fragprog_swizzle.pico.tmp r3xx_fragprog.pico.tmp r3xx_vertprog.pico.tmp r3xx_vertprog_dump.pico.tmp r500_fragprog.pico.tmp r500_fragprog_emit.pico.tmp radeon_code.pico.tmp radeon_compiler.pico.tmp radeon_compiler_util.pico.tmp radeon_dataflow.pico.tmp radeon_dataflow_deadcode.pico.tmp radeon_dataflow_swizzles.pico.tmp radeon_emulate_branches.pico.tmp radeon_emulate_loops.pico.tmp radeon_inline_literals.pico.tmp radeon_list.pico.tmp radeon_opcodes.pico.tmp radeon_optimize.pico.tmp radeon_pair_dead_sources.pico.tmp radeon_pair_regalloc.pico.tmp radeon_pair_schedule.pico.tmp radeon_pair_translate.pico.tmp radeon_program_alu.pico.tmp radeon_program.pico.tmp radeon_program_pair.pico.tmp radeon_program_print.pico.tmp radeon_program_tex.pico.tmp radeon_remove_constants.pico.tmp radeon_rename_regs.pico.tmp radeon_variable.pico.tmp radeon_vert_fc.pico.tmp eg_debug.pico.tmp r600_gpu_load.pico.tmp r600_perfcounter.pico.tmp r600_radeon_vce.pico.tmp r600_radeon_video.pico.tmp compute_memory_pool.pico.tmp r600_viewport.pico.tmp eg_asm.pico.tmp evergreen_compute.pico.tmp evergreen_hw_context.pico.tmp evergreen_state.pico.tmp r600_asm.pico.tmp r600_blit.pico.tmp r600_hw_context.pico.tmp r600_isa.pico.tmp r600_pipe.pico.tmp r600_shader.pico.tmp r600_state.pico.tmp r600_state_common.pico.tmp r600_uvd.pico.tmp r600_radeon_uvd.pico.tmp r600_test_dma.pico.tmp r700_asm.pico.tmp sb_bc_builder.pico.tmp sb_bc_decoder.pico.tmp sb_bc_dump.pico.tmp sb_bc_finalize.pico.tmp sb_bc_parser.pico.tmp sb_context.pico.tmp sb_core.pico.tmp sb_dce_cleanup.pico.tmp sb_def_use.pico.tmp sb_dump.pico.tmp sb_expr.pico.tmp sb_gcm.pico.tmp sb_gvn.pico.tmp sb_if_conversion.pico.tmp sb_ir.pico.tmp sb_liveness.pico.tmp sb_pass.pico.tmp sb_peephole.pico.tmp sb_psi_ops.pico.tmp sb_ra_checker.pico.tmp sb_ra_coalesce.pico.tmp sb_ra_init.pico.tmp sb_sched.pico.tmp sb_shader.pico.tmp sb_ssa_builder.pico.tmp sb_valtable.pico.tmp radeon_drm_bo.pico.tmp radeon_drm_cs.pico.tmp radeon_drm_surface.pico.tmp radeon_drm_winsys.pico.tmp amdgpu_bo.pico.tmp amdgpu_cs.pico.tmp amdgpu_surface.pico.tmp amdgpu_winsys.pico.tmp nouveau_buffer.pico.tmp nouveau_fence.pico.tmp nouveau_heap.pico.tmp nouveau_mm.pico.tmp nouveau_screen.pico.tmp nouveau_video.pico.tmp nouveau_vp3_video_bsp.pico.tmp nouveau_vp3_video.pico.tmp nouveau_vp3_video_vp.pico.tmp nv30_clear.pico.tmp nv30_context.pico.tmp nv30_draw.pico.tmp nv30_format.pico.tmp nv30_fragprog.pico.tmp nv30_fragtex.pico.tmp nv30_miptree.pico.tmp nv30_push.pico.tmp nv30_query.pico.tmp nv30_resource.pico.tmp nv30_screen.pico.tmp nv30_state.pico.tmp nv30_state_validate.pico.tmp nv30_texture.pico.tmp nv30_transfer.pico.tmp nv30_vbo.pico.tmp nv30_vertprog.pico.tmp nv40_verttex.pico.tmp nvfx_fragprog.pico.tmp nvfx_vertprog.pico.tmp nv50_compute.pico.tmp nv50_context.pico.tmp nv50_formats.pico.tmp nv50_miptree.pico.tmp nv50_program.pico.tmp nv50_push.pico.tmp nv50_query.pico.tmp nv50_query_hw.pico.tmp nv50_query_hw_metric.pico.tmp nv50_query_hw_sm.pico.tmp nv50_resource.pico.tmp nv50_screen.pico.tmp nv50_shader_state.pico.tmp nv50_state.pico.tmp nv50_state_validate.pico.tmp nv50_surface.pico.tmp nv50_tex.pico.tmp nv50_transfer.pico.tmp nv50_vbo.pico.tmp nv84_video_bsp.pico.tmp nv84_video.pico.tmp nv84_video_vp.pico.tmp nv98_video_bsp.pico.tmp nv98_video.pico.tmp nv98_video_ppp.pico.tmp nv98_video_vp.pico.tmp nv50_ir.pico.tmp nv50_ir_bb.pico.tmp nv50_ir_build_util.pico.tmp nv50_ir_emit_gk110.pico.tmp nv50_ir_emit_gm107.pico.tmp nv50_ir_emit_nv50.pico.tmp nv50_ir_emit_nvc0.pico.tmp nv50_ir_from_common.pico.tmp nv50_ir_from_nir.pico.tmp nv50_ir_from_tgsi.pico.tmp nv50_ir_graph.pico.tmp nv50_ir_lowering_gm107.pico.tmp nv50_ir_lowering_helper.pico.tmp nv50_ir_lowering_nv50.pico.tmp nv50_ir_lowering_nvc0.pico.tmp nv50_ir_peephole.pico.tmp nv50_ir_print.pico.tmp nv50_ir_ra.pico.tmp nv50_ir_ssa.pico.tmp nv50_ir_target.pico.tmp nv50_ir_target_nv50.pico.tmp nv50_ir_util.pico.tmp nv50_ir_target_gm107.pico.tmp nv50_ir_target_nvc0.pico.tmp nvc0_compute.pico.tmp nvc0_context.pico.tmp nvc0_formats.pico.tmp nvc0_miptree.pico.tmp nvc0_resource.pico.tmp nvc0_screen.pico.tmp nvc0_state.pico.tmp nvc0_state_validate.pico.tmp nvc0_surface.pico.tmp nvc0_tex.pico.tmp nvc0_transfer.pico.tmp nvc0_vbo.pico.tmp nvc0_vbo_translate.pico.tmp nvc0_program.pico.tmp nvc0_shader_state.pico.tmp nvc0_query.pico.tmp nvc0_query_hw.pico.tmp nvc0_query_hw_metric.pico.tmp nvc0_query_hw_sm.pico.tmp nvc0_query_sw.pico.tmp nve4_compute.pico.tmp nvc0_video.pico.tmp nvc0_video_bsp.pico.tmp nvc0_video_vp.pico.tmp nvc0_video_ppp.pico.tmp nouveau_drm_winsys.pico.tmp bitmap.pico.tmp decode.pico.tmp device.pico.tmp ftab.pico.tmp htab.pico.tmp mixer.pico.tmp output.pico.tmp preemption.pico.tmp presentation.pico.tmp query.pico.tmp surface.pico.tmp i915_blit.pico.tmp i915_clear.pico.tmp i915_context.pico.tmp i915_debug.pico.tmp i915_debug_fp.pico.tmp i915_flush.pico.tmp i915_fpc_emit.pico.tmp i915_fpc_optimize.pico.tmp i915_fpc_translate.pico.tmp i915_prim_emit.pico.tmp i915_prim_vbuf.pico.tmp i915_query.pico.tmp i915_resource_buffer.pico.tmp i915_resource.pico.tmp i915_resource_texture.pico.tmp i915_screen.pico.tmp i915_state.pico.tmp i915_state_derived.pico.tmp i915_state_dynamic.pico.tmp i915_state_emit.pico.tmp i915_state_fpc.pico.tmp i915_state_immediate.pico.tmp i915_state_sampler.pico.tmp i915_state_static.pico.tmp i915_surface.pico.tmp i915_drm_batchbuffer.pico.tmp i915_drm_buffer.pico.tmp i915_drm_fence.pico.tmp i915_drm_winsys.pico.tmp lp_bld_arit.pico.tmp lp_bld_arit_overflow.pico.tmp lp_bld_assert.pico.tmp lp_bld_bitarit.pico.tmp lp_bld_const.pico.tmp lp_bld_conv.pico.tmp lp_bld_flow.pico.tmp lp_bld_format_aos_array.pico.tmp lp_bld_format_aos.pico.tmp lp_bld_format_float.pico.tmp lp_bld_format.pico.tmp lp_bld_format_soa.pico.tmp lp_bld_format_s3tc.pico.tmp lp_bld_format_srgb.pico.tmp lp_bld_format_yuv.pico.tmp lp_bld_gather.pico.tmp lp_bld_init.pico.tmp lp_bld_intr.pico.tmp lp_bld_logic.pico.tmp lp_bld_misc.pico.tmp lp_bld_pack.pico.tmp lp_bld_printf.pico.tmp lp_bld_quad.pico.tmp lp_bld_sample_aos.pico.tmp lp_bld_sample.pico.tmp lp_bld_sample_soa.pico.tmp lp_bld_struct.pico.tmp lp_bld_swizzle.pico.tmp lp_bld_tgsi_action.pico.tmp lp_bld_tgsi_aos.pico.tmp lp_bld_tgsi.pico.tmp lp_bld_tgsi_info.pico.tmp lp_bld_tgsi_soa.pico.tmp lp_bld_type.pico.tmp lp_bld_alpha.pico.tmp lp_bld_blend_aos.pico.tmp lp_bld_blend.pico.tmp lp_bld_blend_logicop.pico.tmp lp_bld_depth.pico.tmp lp_bld_interp.pico.tmp lp_clear.pico.tmp lp_context.pico.tmp lp_draw_arrays.pico.tmp lp_fence.pico.tmp lp_flush.pico.tmp lp_jit.pico.tmp lp_memory.pico.tmp lp_perf.pico.tmp lp_query.pico.tmp lp_rast.pico.tmp lp_rast_debug.pico.tmp lp_rast_tri.pico.tmp lp_scene.pico.tmp lp_scene_queue.pico.tmp lp_screen.pico.tmp lp_setup.pico.tmp lp_setup_line.pico.tmp lp_setup_point.pico.tmp lp_setup_tri.pico.tmp lp_setup_vbuf.pico.tmp lp_state_blend.pico.tmp lp_state_clip.pico.tmp lp_state_derived.pico.tmp lp_state_fs.pico.tmp lp_state_gs.pico.tmp lp_state_rasterizer.pico.tmp lp_state_sampler.pico.tmp lp_state_setup.pico.tmp lp_state_so.pico.tmp lp_state_surface.pico.tmp lp_state_vertex.pico.tmp lp_state_vs.pico.tmp lp_surface.pico.tmp lp_tex_sample.pico.tmp lp_texture.pico.tmp loader.pico.tmp pci_id_driver_map.pico.tmp xmlconfig.pico.tmp accum.pico.tmp api_arrayelt.pico.tmp api_loopback.pico.tmp api_exec.pico.tmp arbprogram.pico.tmp arrayobj.pico.tmp atifragshader.pico.tmp attrib.pico.tmp barrier.pico.tmp bbox.pico.tmp blend.pico.tmp blit.pico.tmp bufferobj.pico.tmp buffers.pico.tmp clear.pico.tmp clip.pico.tmp colortab.pico.tmp compute.pico.tmp condrender.pico.tmp conservativeraster.pico.tmp context.pico.tmp convolve.pico.tmp copyimage.pico.tmp cpuinfo.pico.tmp MESAdebug.pico.tmp debug_output.pico.tmp depth.pico.tmp dlist.pico.tmp draw.pico.tmp drawpix.pico.tmp drawtex.pico.tmp draw_validate.pico.tmp enable.pico.tmp enums.pico.tmp errors.pico.tmp MESAeval.pico.tmp execmem.pico.tmp extensions.pico.tmp extensions_table.pico.tmp externalobjects.pico.tmp fbobject.pico.tmp feedback.pico.tmp ff_fragment_shader.pico.tmp ffvertex_prog.pico.tmp fog.pico.tmp format_fallback.pico.tmp format_pack.pico.tmp format_unpack.pico.tmp format_utils.pico.tmp formatquery.pico.tmp formats.pico.tmp framebuffer.pico.tmp get.pico.tmp genmipmap.pico.tmp getstring.pico.tmp glformats.pico.tmp glspirv.pico.tmp glthread.pico.tmp hash.pico.tmp hint.pico.tmp histogram.pico.tmp image.pico.tmp imports.pico.tmp light.pico.tmp lines.pico.tmp marshal.pico.tmp marshal_generated.pico.tmp matrix.pico.tmp mipmap.pico.tmp mm.pico.tmp multisample.pico.tmp objectlabel.pico.tmp objectpurge.pico.tmp pack.pico.tmp pbo.pico.tmp performance_monitor.pico.tmp performance_query.pico.tmp pipelineobj.pico.tmp MESApixel.pico.tmp MESApixelstore.pico.tmp pixeltransfer.pico.tmp points.pico.tmp polygon.pico.tmp program_binary.pico.tmp program_resource.pico.tmp querymatrix.pico.tmp queryobj.pico.tmp rastpos.pico.tmp readpix.pico.tmp remap.pico.tmp renderbuffer.pico.tmp robustness.pico.tmp samplerobj.pico.tmp scissor.pico.tmp shaderapi.pico.tmp shaderimage.pico.tmp shaderobj.pico.tmp shader_query.pico.tmp shared.pico.tmp state.pico.tmp stencil.pico.tmp syncobj.pico.tmp texcompress.pico.tmp texcompress_astc.pico.tmp texcompress_bptc.pico.tmp texcompress_cpal.pico.tmp texcompress_etc.pico.tmp texcompress_fxt1.pico.tmp texcompress_rgtc.pico.tmp texcompress_s3tc.pico.tmp texenv.pico.tmp texformat.pico.tmp texgen.pico.tmp texgetimage.pico.tmp teximage.pico.tmp texobj.pico.tmp texparam.pico.tmp texstate.pico.tmp texstorage.pico.tmp texstore.pico.tmp texturebindless.pico.tmp textureview.pico.tmp transformfeedback.pico.tmp uniform_query.pico.tmp uniforms.pico.tmp varray.pico.tmp vdpau.pico.tmp version.pico.tmp viewport.pico.tmp vtxfmt.pico.tmp es1_conversion.pico.tmp m_debug_clip.pico.tmp m_debug_norm.pico.tmp m_debug_xform.pico.tmp m_eval.pico.tmp m_matrix.pico.tmp m_translate.pico.tmp m_vector.pico.tmp vbo_context.pico.tmp vbo_exec_api.pico.tmp vbo_exec.pico.tmp vbo_exec_draw.pico.tmp vbo_exec_eval.pico.tmp vbo_minmax_index.pico.tmp vbo_noop.pico.tmp vbo_primitive_restart.pico.tmp vbo_save_api.pico.tmp vbo_save.pico.tmp vbo_save_draw.pico.tmp vbo_save_loopback.pico.tmp st_atifs_to_tgsi.pico.tmp st_atom.pico.tmp st_atom_array.pico.tmp st_atom_atomicbuf.pico.tmp st_atom_blend.pico.tmp st_atom_clip.pico.tmp st_atom_constbuf.pico.tmp st_atom_depth.pico.tmp st_atom_framebuffer.pico.tmp st_atom_image.pico.tmp st_atom_msaa.pico.tmp st_atom_pixeltransfer.pico.tmp st_atom_rasterizer.pico.tmp st_atom_sampler.pico.tmp st_atom_scissor.pico.tmp st_atom_shader.pico.tmp st_atom_stipple.pico.tmp st_atom_storagebuf.pico.tmp st_atom_tess.pico.tmp st_atom_texture.pico.tmp st_atom_viewport.pico.tmp st_cb_bitmap.pico.tmp st_cb_bitmap_shader.pico.tmp st_cb_blit.pico.tmp st_cb_bufferobjects.pico.tmp st_cb_clear.pico.tmp st_cb_compute.pico.tmp st_cb_condrender.pico.tmp st_cb_copyimage.pico.tmp st_cb_drawpixels.pico.tmp st_cb_drawpixels_shader.pico.tmp st_cb_drawtex.pico.tmp st_cb_eglimage.pico.tmp st_cb_fbo.pico.tmp st_cb_feedback.pico.tmp st_cb_flush.pico.tmp st_cb_memoryobjects.pico.tmp st_cb_msaa.pico.tmp st_cb_perfmon.pico.tmp st_cb_program.pico.tmp st_cb_queryobj.pico.tmp st_cb_rasterpos.pico.tmp st_cb_readpixels.pico.tmp st_cb_semaphoreobjects.pico.tmp st_cb_strings.pico.tmp st_cb_syncobj.pico.tmp st_cb_texture.pico.tmp st_cb_texturebarrier.pico.tmp st_cb_viewport.pico.tmp st_cb_xformfb.pico.tmp st_context.pico.tmp st_copytex.pico.tmp st_debug.pico.tmp st_draw.pico.tmp st_draw_feedback.pico.tmp st_extensions.pico.tmp st_format.pico.tmp st_gen_mipmap.pico.tmp st_glsl_to_ir.pico.tmp st_glsl_to_nir.pico.tmp st_glsl_to_tgsi.pico.tmp st_glsl_to_tgsi_array_merge.pico.tmp st_glsl_to_tgsi_private.pico.tmp st_glsl_to_tgsi_temprename.pico.tmp st_glsl_types.pico.tmp st_manager.pico.tmp st_mesa_to_tgsi.pico.tmp st_nir_builtins.pico.tmp st_nir_lower_builtin.pico.tmp st_nir_lower_tex_src_plane.pico.tmp st_pbo.pico.tmp st_program.pico.tmp st_sampler_view.pico.tmp st_scissor.pico.tmp st_shader_cache.pico.tmp st_texture.pico.tmp st_tgsi_lower_yuv.pico.tmp arbprogparse.pico.tmp ir_to_mesa.pico.tmp prog_cache.pico.tmp prog_execute.pico.tmp prog_instruction.pico.tmp prog_noise.pico.tmp prog_opt_constant_fold.pico.tmp prog_optimize.pico.tmp prog_parameter.pico.tmp prog_parameter_layout.pico.tmp prog_print.pico.tmp prog_statevars.pico.tmp prog_to_nir.pico.tmp program.pico.tmp programopt.pico.tmp program_parse.tab.pico.tmp program_parse_extra.pico.tmp symbol_table.pico.tmp program_lexer.pico.tmp xform4.pico.tmp streaming-load-memcpy.pico.tmp sse_minmax.pico.tmp addrinterface.pico.tmp addrelemlib.pico.tmp addrlib.pico.tmp addrlib1.pico.tmp addrlib2.pico.tmp addrobject.pico.tmp coord.pico.tmp gfx9addrlib.pico.tmp ciaddrlib.pico.tmp egbaddrlib.pico.tmp siaddrlib.pico.tmp ac_binary.pico.tmp ac_llvm_build.pico.tmp ac_llvm_helper.pico.tmp ac_llvm_util.pico.tmp ac_shader_util.pico.tmp ac_nir_to_llvm.pico.tmp ac_gpu_info.pico.tmp ac_surface.pico.tmp ac_debug.pico.tmp glsl_lexer.pico.tmp glsl_parser.pico.tmp ast_array_index.pico.tmp ast_expr.pico.tmp ast_function.pico.tmp ast_to_hir.pico.tmp ast_type.pico.tmp builtin_functions.pico.tmp builtin_types.pico.tmp builtin_variables.pico.tmp generate_ir.pico.tmp gl_nir_lower_atomics.pico.tmp gl_nir_link_atomics.pico.tmp gl_nir_link_uniform_initializers.pico.tmp gl_nir_link_uniforms.pico.tmp gl_nir_link_xfb.pico.tmp gl_nir_linker.pico.tmp gl_nir_lower_bindless_images.pico.tmp gl_nir_lower_buffers.pico.tmp gl_nir_lower_samplers.pico.tmp gl_nir_lower_samplers_as_deref.pico.tmp glsl_parser_extras.pico.tmp glsl_symbol_table.pico.tmp glsl_to_nir.pico.tmp hir_field_selection.pico.tmp ir.pico.tmp ir_array_refcount.pico.tmp ir_basic_block.pico.tmp ir_builder.pico.tmp ir_clone.pico.tmp ir_constant_expression.pico.tmp ir_equals.pico.tmp ir_expression_flattening.pico.tmp ir_function.pico.tmp ir_function_can_inline.pico.tmp ir_function_detect_recursion.pico.tmp ir_hierarchical_visitor.pico.tmp ir_hv_accept.pico.tmp ir_print_visitor.pico.tmp ir_reader.pico.tmp ir_rvalue_visitor.pico.tmp ir_set_program_inouts.pico.tmp ir_validate.pico.tmp ir_variable_refcount.pico.tmp linker.pico.tmp linker_util.pico.tmp link_atomics.pico.tmp link_functions.pico.tmp link_interface_blocks.pico.tmp link_uniforms.pico.tmp link_uniform_initializers.pico.tmp link_uniform_block_active_visitor.pico.tmp link_uniform_blocks.pico.tmp link_varyings.pico.tmp loop_analysis.pico.tmp loop_unroll.pico.tmp lower_blend_equation_advanced.pico.tmp lower_buffer_access.pico.tmp lower_const_arrays_to_uniforms.pico.tmp lower_cs_derived.pico.tmp lower_discard.pico.tmp lower_discard_flow.pico.tmp lower_distance.pico.tmp lower_if_to_cond_assign.pico.tmp lower_instructions.pico.tmp lower_int64.pico.tmp lower_jumps.pico.tmp lower_mat_op_to_vec.pico.tmp lower_noise.pico.tmp lower_offset_array.pico.tmp lower_packed_varyings.pico.tmp lower_named_interface_blocks.pico.tmp lower_packing_builtins.pico.tmp lower_subroutine.pico.tmp lower_tess_level.pico.tmp lower_texture_projection.pico.tmp lower_variable_index_to_cond_assign.pico.tmp lower_vec_index_to_cond_assign.pico.tmp lower_vec_index_to_swizzle.pico.tmp lower_vector.pico.tmp lower_vector_derefs.pico.tmp lower_vector_insert.pico.tmp lower_vertex_id.pico.tmp lower_output_reads.pico.tmp lower_shared_reference.pico.tmp lower_ubo_reference.pico.tmp opt_algebraic.pico.tmp opt_array_splitting.pico.tmp opt_conditional_discard.pico.tmp opt_constant_folding.pico.tmp opt_constant_propagation.pico.tmp opt_constant_variable.pico.tmp opt_copy_propagation_elements.pico.tmp opt_dead_builtin_variables.pico.tmp opt_dead_builtin_varyings.pico.tmp opt_dead_code.pico.tmp opt_dead_code_local.pico.tmp opt_dead_functions.pico.tmp opt_flatten_nested_if_blocks.pico.tmp opt_flip_matrices.pico.tmp opt_function_inlining.pico.tmp opt_if_simplification.pico.tmp opt_minmax.pico.tmp opt_rebalance_tree.pico.tmp opt_redundant_jumps.pico.tmp opt_structure_splitting.pico.tmp opt_swizzle.pico.tmp opt_tree_grafting.pico.tmp opt_vectorize.pico.tmp propagate_invariance.pico.tmp s_expression.pico.tmp string_to_uint_map.pico.tmp serialize.pico.tmp shader_cache.pico.tmp blob.pico.tmp glsl_types.pico.tmp nir_types.pico.tmp shader_enums.pico.tmp glcpp-lex.pico.tmp glcpp-parse.pico.tmp pp.pico.tmp nir_constant_expressions.pico.tmp nir_intrinsics.pico.tmp nir_opcodes.pico.tmp nir_opt_algebraic.pico.tmp nir.pico.tmp nir_builtin_builder.pico.tmp nir_clone.pico.tmp nir_control_flow.pico.tmp nir_deref.pico.tmp nir_dominance.pico.tmp nir_from_ssa.pico.tmp nir_gather_info.pico.tmp nir_gather_xfb_info.pico.tmp nir_gs_count_vertices.pico.tmp nir_inline_functions.pico.tmp nir_instr_set.pico.tmp nir_linking_helpers.pico.tmp nir_liveness.pico.tmp nir_loop_analyze.pico.tmp nir_lower_alpha_test.pico.tmp nir_lower_alu.pico.tmp nir_lower_alu_to_scalar.pico.tmp nir_lower_array_deref_of_vec.pico.tmp nir_lower_atomics_to_ssbo.pico.tmp nir_lower_bit_size.pico.tmp nir_lower_bitmap.pico.tmp nir_lower_bool_to_int32.pico.tmp nir_lower_clamp_color_outputs.pico.tmp nir_lower_clip.pico.tmp nir_lower_clip_cull_distance_arrays.pico.tmp nir_lower_constant_initializers.pico.tmp nir_lower_double_ops.pico.tmp nir_lower_drawpixels.pico.tmp nir_lower_global_vars_to_local.pico.tmp nir_lower_gs_intrinsics.pico.tmp nir_lower_idiv.pico.tmp nir_lower_indirect_derefs.pico.tmp nir_lower_int64.pico.tmp nir_lower_io.pico.tmp nir_lower_io_arrays_to_elements.pico.tmp nir_lower_io_to_scalar.pico.tmp nir_lower_io_to_vector.pico.tmp nir_lower_io_to_temporaries.pico.tmp nir_lower_load_const_to_scalar.pico.tmp nir_lower_locals_to_regs.pico.tmp nir_lower_packing.pico.tmp nir_lower_passthrough_edgeflags.pico.tmp nir_lower_patch_vertices.pico.tmp nir_lower_phis_to_scalar.pico.tmp nir_lower_regs_to_ssa.pico.tmp nir_lower_returns.pico.tmp nir_lower_subgroups.pico.tmp nir_lower_system_values.pico.tmp nir_lower_tex.pico.tmp nir_lower_to_source_mods.pico.tmp nir_lower_two_sided_color.pico.tmp nir_lower_uniforms_to_ubo.pico.tmp nir_lower_var_copies.pico.tmp nir_lower_vars_to_ssa.pico.tmp nir_lower_vec_to_movs.pico.tmp nir_lower_wpos_center.pico.tmp nir_lower_wpos_ytransform.pico.tmp nir_metadata.pico.tmp nir_move_load_const.pico.tmp nir_move_vec_src_uses_to_dest.pico.tmp nir_normalize_cubemap_coords.pico.tmp nir_opt_combine_stores.pico.tmp nir_opt_comparison_pre.pico.tmp nir_opt_conditional_discard.pico.tmp nir_opt_constant_folding.pico.tmp nir_opt_copy_prop_vars.pico.tmp nir_opt_copy_propagate.pico.tmp nir_opt_cse.pico.tmp nir_opt_dce.pico.tmp nir_opt_dead_cf.pico.tmp nir_opt_dead_write_vars.pico.tmp nir_opt_find_array_copies.pico.tmp nir_opt_gcm.pico.tmp nir_opt_idiv_const.pico.tmp nir_opt_if.pico.tmp nir_opt_intrinsics.pico.tmp nir_opt_large_constants.pico.tmp nir_opt_loop_unroll.pico.tmp nir_opt_move_comparisons.pico.tmp nir_opt_move_load_ubo.pico.tmp nir_opt_peephole_select.pico.tmp nir_opt_remove_phis.pico.tmp nir_opt_shrink_load.pico.tmp nir_opt_trivial_continues.pico.tmp nir_opt_undef.pico.tmp nir_phi_builder.pico.tmp nir_print.pico.tmp nir_propagate_invariant.pico.tmp nir_remove_dead_variables.pico.tmp nir_repair_ssa.pico.tmp nir_search.pico.tmp nir_serialize.pico.tmp nir_split_per_member_structs.pico.tmp nir_split_var_copies.pico.tmp nir_split_vars.pico.tmp nir_strip.pico.tmp nir_sweep.pico.tmp nir_to_lcssa.pico.tmp nir_validate.pico.tmp nir_worklist.pico.tmp spirv_info.pico.tmp vtn_gather_types.pico.tmp gl_spirv.pico.tmp spirv_to_nir.pico.tmp vtn_alu.pico.tmp vtn_amd.pico.tmp vtn_cfg.pico.tmp vtn_glsl450.pico.tmp vtn_opencl.pico.tmp vtn_subgroup.pico.tmp vtn_variables.pico.tmp common_x86.pico.tmp streaming-load-memcpy.pico.tmp hash_table.pico.tmp build_id.pico.tmp crc32.pico.tmp disk_cache.pico.tmp fast_idiv_by_const.pico.tmp half_float.pico.tmp format_srgb.pico.tmp mesa-sha1.pico.tmp os_time.pico.tmp ralloc.pico.tmp UTILdebug.pico.tmp rand_xor.pico.tmp rb_tree.pico.tmp register_allocate.pico.tmp rgtc.pico.tmp set.pico.tmp slab.pico.tmp string_buffer.pico.tmp strtod.pico.tmp u_atomic.pico.tmp u_cpu_detect.pico.tmp u_math.pico.tmp u_queue.pico.tmp u_process.pico.tmp u_vector.pico.tmp vma.pico.tmp utils.pico.tmp dri_util.pico.tmp xmlconfig.pico.tmp megadriver_stub.pico.tmp target.pico.tmp || true) --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_pic.a libhx509.so.* libhx509.so hx509_err.pico asn1_OCSPBasicOCSPResponse.pico asn1_OCSPCertID.pico asn1_OCSPCertStatus.pico asn1_OCSPInnerRequest.pico asn1_OCSPKeyHash.pico asn1_OCSPRequest.pico asn1_OCSPResponderID.pico asn1_OCSPResponse.pico asn1_OCSPResponseBytes.pico asn1_OCSPResponseData.pico asn1_OCSPResponseStatus.pico asn1_OCSPSignature.pico asn1_OCSPSingleResponse.pico asn1_OCSPTBSRequest.pico asn1_OCSPVersion.pico asn1_id_pkix_ocsp.pico asn1_id_pkix_ocsp_basic.pico asn1_id_pkix_ocsp_nonce.pico asn1_pkcs10_asn1.pico ca.pico cert.pico cms.pico collector.pico crypto.pico crypto-ec.pico doxygen.pico env.pico error.pico file.pico keyset.pico ks_dir.pico ks_file.pico ks_keychain.pico ks_mem.pico ks_null.pico ks_p11.pico ks_p12.pico lock.pico name.pico peer.pico print.pico req.pico revoke.pico sel.pico sel-gram.pico sel-lex.pico softp11.pico ui.pico hx509_err.pico.tmp asn1_OCSPBasicOCSPResponse.pico.tmp asn1_OCSPCertID.pico.tmp asn1_OCSPCertStatus.pico.tmp asn1_OCSPInnerRequest.pico.tmp asn1_OCSPKeyHash.pico.tmp asn1_OCSPRequest.pico.tmp asn1_OCSPResponderID.pico.tmp asn1_OCSPResponse.pico.tmp asn1_OCSPResponseBytes.pico.tmp asn1_OCSPResponseData.pico.tmp asn1_OCSPResponseStatus.pico.tmp asn1_OCSPSignature.pico.tmp asn1_OCSPSingleResponse.pico.tmp asn1_OCSPTBSRequest.pico.tmp asn1_OCSPVersion.pico.tmp asn1_id_pkix_ocsp.pico.tmp asn1_id_pkix_ocsp_basic.pico.tmp asn1_id_pkix_ocsp_nonce.pico.tmp asn1_pkcs10_asn1.pico.tmp ca.pico.tmp cert.pico.tmp cms.pico.tmp collector.pico.tmp crypto.pico.tmp crypto-ec.pico.tmp doxygen.pico.tmp env.pico.tmp error.pico.tmp file.pico.tmp keyset.pico.tmp ks_dir.pico.tmp ks_file.pico.tmp ks_keychain.pico.tmp ks_mem.pico.tmp ks_null.pico.tmp ks_p11.pico.tmp ks_p12.pico.tmp lock.pico.tmp name.pico.tmp peer.pico.tmp print.pico.tmp req.pico.tmp revoke.pico.tmp sel.pico.tmp sel-gram.pico.tmp sel-lex.pico.tmp softp11.pico.tmp ui.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f libhx509_pic.a libhx509.so.* libhx509.so hx509_err.pico asn1_OCSPBasicOCSPResponse.pico asn1_OCSPCertID.pico asn1_OCSPCertStatus.pico asn1_OCSPInnerRequest.pico asn1_OCSPKeyHash.pico asn1_OCSPRequest.pico asn1_OCSPResponderID.pico asn1_OCSPResponse.pico asn1_OCSPResponseBytes.pico asn1_OCSPResponseData.pico asn1_OCSPResponseStatus.pico asn1_OCSPSignature.pico asn1_OCSPSingleResponse.pico asn1_OCSPTBSRequest.pico asn1_OCSPVersion.pico asn1_id_pkix_ocsp.pico asn1_id_pkix_ocsp_basic.pico asn1_id_pkix_ocsp_nonce.pico asn1_pkcs10_asn1.pico ca.pico cert.pico cms.pico collector.pico crypto.pico crypto-ec.pico doxygen.pico env.pico error.pico file.pico keyset.pico ks_dir.pico ks_file.pico ks_keychain.pico ks_mem.pico ks_null.pico ks_p11.pico ks_p12.pico lock.pico name.pico peer.pico print.pico req.pico revoke.pico sel.pico sel-gram.pico sel-lex.pico softp11.pico ui.pico hx509_err.pico.tmp asn1_OCSPBasicOCSPResponse.pico.tmp asn1_OCSPCertID.pico.tmp asn1_OCSPCertStatus.pico.tmp asn1_OCSPInnerRequest.pico.tmp asn1_OCSPKeyHash.pico.tmp asn1_OCSPRequest.pico.tmp asn1_OCSPResponderID.pico.tmp asn1_OCSPResponse.pico.tmp asn1_OCSPResponseBytes.pico.tmp asn1_OCSPResponseData.pico.tmp asn1_OCSPResponseStatus.pico.tmp asn1_OCSPSignature.pico.tmp asn1_OCSPSingleResponse.pico.tmp asn1_OCSPTBSRequest.pico.tmp asn1_OCSPVersion.pico.tmp asn1_id_pkix_ocsp.pico.tmp asn1_id_pkix_ocsp_basic.pico.tmp asn1_id_pkix_ocsp_nonce.pico.tmp asn1_pkcs10_asn1.pico.tmp ca.pico.tmp cert.pico.tmp cms.pico.tmp collector.pico.tmp crypto.pico.tmp crypto-ec.pico.tmp doxygen.pico.tmp env.pico.tmp error.pico.tmp file.pico.tmp keyset.pico.tmp ks_dir.pico.tmp ks_file.pico.tmp ks_keychain.pico.tmp ks_mem.pico.tmp ks_null.pico.tmp ks_p11.pico.tmp ks_p12.pico.tmp lock.pico.tmp name.pico.tmp peer.pico.tmp print.pico.tmp req.pico.tmp revoke.pico.tmp sel.pico.tmp sel-gram.pico.tmp sel-lex.pico.tmp softp11.pico.tmp ui.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f llib-lhx509.ln ca.ln cert.ln cms.ln collector.ln crypto.ln crypto-ec.ln doxygen.ln env.ln error.ln file.ln keyset.ln ks_dir.ln ks_file.ln ks_keychain.ln ks_mem.ln ks_null.ln ks_p11.ln ks_p12.ln lock.ln name.ln peer.ln print.ln req.ln revoke.ln sel.ln softp11.ln ui.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f llib-lhx509.ln ca.ln cert.ln cms.ln collector.ln crypto.ln crypto-ec.ln doxygen.ln env.ln error.ln file.ln keyset.ln ks_dir.ln ks_file.ln ks_keychain.ln ks_mem.ln ks_null.ln ks_p11.ln ks_p12.ln lock.ln name.ln peer.ln print.ln req.ln revoke.ln sel.ln softp11.ln ui.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/gallium.old && rm -f gallium_dri_pic.a gallium_dri.so.* gallium_dri.so u_indices_gen.pico u_unfilled_gen.pico u_format_table.pico cso_cache.pico cso_context.pico cso_hash.pico draw_context.pico draw_fs.pico draw_gs.pico draw_pipe_aaline.pico draw_pipe_aapoint.pico draw_pipe.pico draw_pipe_clip.pico draw_pipe_cull.pico draw_pipe_flatshade.pico draw_pipe_offset.pico draw_pipe_pstipple.pico draw_pipe_stipple.pico draw_pipe_twoside.pico draw_pipe_unfilled.pico draw_pipe_util.pico draw_pipe_validate.pico draw_pipe_vbuf.pico draw_pipe_wide_line.pico draw_pipe_wide_point.pico draw_prim_assembler.pico draw_pt.pico draw_pt_emit.pico draw_pt_fetch.pico draw_pt_fetch_emit.pico draw_pt_fetch_shade_emit.pico draw_pt_fetch_shade_pipeline.pico draw_pt_post_vs.pico draw_pt_so_emit.pico draw_pt_util.pico draw_pt_vsplit.pico draw_vertex.pico draw_vs.pico draw_vs_exec.pico draw_vs_variant.pico draw_llvm.pico draw_llvm_sample.pico draw_pt_fetch_shade_pipeline_llvm.pico draw_vs_llvm.pico dd_context.pico dd_draw.pico dd_screen.pico noop_pipe.pico noop_state.pico DRIVERrbug_core.pico DRIVERrbug_context.pico rbug_objects.pico rbug_screen.pico tr_context.pico tr_dump.pico tr_dump_state.pico tr_screen.pico tr_texture.pico font.pico hud_context.pico hud_cpu.pico hud_nic.pico hud_cpufreq.pico hud_diskstat.pico hud_sensors_temp.pico hud_fps.pico hud_driver_query.pico u_primconvert.pico tgsi_to_nir.pico os_process.pico pb_buffer_fenced.pico pb_bufmgr_cache.pico pb_bufmgr_debug.pico pb_bufmgr_mm.pico pb_bufmgr_slab.pico pb_cache.pico pb_slab.pico pb_validate.pico pipe_loader.pico pipe_loader_drm.pico pipe_loader_sw.pico pp_celshade.pico pp_colors.pico pp_init.pico pp_mlaa.pico pp_run.pico pp_program.pico rbug_connection.pico RBUGrbug_context.pico RBUGrbug_core.pico rbug_demarshal.pico rbug_texture.pico rbug_shader.pico renderonly.pico rtasm_cpu.pico rtasm_execmem.pico rtasm_x86sse.pico tgsi_aa_point.pico tgsi_build.pico tgsi_dump.pico tgsi_exec.pico tgsi_emulate.pico tgsi_from_mesa.pico tgsi_info.pico tgsi_iterate.pico tgsi_lowering.pico tgsi_parse.pico tgsi_point_sprite.pico tgsi_sanity.pico tgsi_scan.pico tgsi_strings.pico tgsi_text.pico tgsi_transform.pico tgsi_two_side.pico tgsi_ureg.pico tgsi_util.pico translate.pico translate_cache.pico translate_generic.pico translate_sse.pico os_misc.pico u_async_debug.pico u_bitmask.pico u_blit.pico u_blitter.pico u_cache.pico u_debug.pico u_debug_describe.pico u_debug_flush.pico u_debug_gallium.pico u_debug_image.pico u_debug_memory.pico u_debug_refcnt.pico u_debug_stack.pico u_debug_symbol.pico u_dl.pico u_draw.pico u_draw_quad.pico u_dump_defines.pico u_dump_state.pico u_format.pico u_format_bptc.pico u_format_etc.pico u_format_latc.pico u_format_other.pico u_format_rgtc.pico u_format_s3tc.pico u_format_tests.pico u_format_yuv.pico u_format_zs.pico u_framebuffer.pico u_gen_mipmap.pico u_handle_table.pico u_hash_table.pico u_helpers.pico u_idalloc.pico u_index_modify.pico u_linear.pico u_log.pico u_mm.pico u_network.pico u_prim.pico u_prim_restart.pico u_pstipple.pico u_resource.pico u_ringbuffer.pico u_sampler.pico u_screen.pico u_simple_shaders.pico u_suballoc.pico u_surface.pico u_surfaces.pico u_tests.pico u_texture.pico u_tile.pico u_transfer.pico u_transfer_helper.pico u_threaded_context.pico u_upload_mgr.pico u_vbuf.pico vl_bicubic_filter.pico vl_compositor.pico vl_compositor_cs.pico vl_compositor_gfx.pico vl_csc.pico vl_decoder.pico vl_deint_filter.pico vl_idct.pico vl_matrix_filter.pico vl_mc.pico vl_median_filter.pico vl_mpeg12_bitstream.pico vl_mpeg12_decoder.pico vl_vertex_buffers.pico vl_video_buffer.pico vl_winsys_dri.pico vl_zscan.pico sp_buffer.pico sp_clear.pico sp_context.pico sp_compute.pico sp_draw_arrays.pico sp_fence.pico sp_flush.pico sp_fs_exec.pico sp_image.pico sp_prim_vbuf.pico sp_quad_blend.pico sp_quad_depth_test.pico sp_quad_fs.pico sp_quad_pipe.pico sp_quad_stipple.pico sp_query.pico sp_screen.pico sp_setup.pico sp_state_blend.pico sp_state_clip.pico sp_state_derived.pico sp_state_image.pico sp_state_rasterizer.pico sp_state_sampler.pico sp_state_shader.pico sp_state_so.pico sp_state_surface.pico sp_state_vertex.pico sp_surface.pico sp_tex_sample.pico sp_tex_tile_cache.pico sp_texture.pico sp_tile_cache.pico dri_sw_winsys.pico kms_dri_sw_winsys.pico null_sw_winsys.pico wrapper_sw_winsys.pico dri_context.pico dri_drawable.pico dri_helpers.pico dri_query_renderer.pico dri_screen.pico drisw.pico dri2.pico cayman_msaa.pico r600_buffer_common.pico r600_pipe_common.pico r600_query.pico r600_streamout.pico r600_texture.pico radeon_radeon_uvd.pico radeon_uvd_enc.pico radeon_uvd_enc_1_1.pico radeon_vce_40_2_2.pico radeon_vce_50.pico radeon_vce_52.pico radeon_vcn_dec.pico radeon_vcn_dec_jpeg.pico radeon_vcn_enc.pico radeon_vcn_enc_1_2.pico radeon_radeon_vce.pico radeon_radeon_video.pico cik_sdma.pico si_blit.pico si_buffer.pico si_clear.pico si_compute.pico si_compute_blit.pico si_cp_dma.pico si_debug.pico si_descriptors.pico si_dma.pico si_dma_cs.pico si_fence.pico si_get.pico si_gfx_cs.pico si_gpu_load.pico si_pipe.pico si_pm4.pico si_perfcounter.pico si_query.pico si_shader.pico si_shader_nir.pico si_shader_tgsi_alu.pico si_shader_tgsi_mem.pico si_shader_tgsi_setup.pico si_shaderlib_tgsi.pico si_state.pico si_state_binning.pico si_state_draw.pico si_state_msaa.pico si_state_shaders.pico si_state_streamout.pico si_state_viewport.pico si_test_dma.pico si_test_dma_perf.pico si_texture.pico si_uvd.pico r300_blit.pico r300_chipset.pico r300_context.pico r300_debug.pico r300_emit.pico r300_flush.pico r300_fs.pico r300_hyperz.pico r300_query.pico r300_render.pico r300_render_stencilref.pico r300_render_translate.pico r300_resource.pico r300_screen_buffer.pico r300_screen.pico r300_state.pico r300_state_derived.pico r300_texture.pico r300_texture_desc.pico r300_tgsi_to_rc.pico r300_transfer.pico r300_vs.pico r300_vs_draw.pico memory_pool.pico r300_fragprog.pico r300_fragprog_emit.pico r300_fragprog_swizzle.pico r3xx_fragprog.pico r3xx_vertprog.pico r3xx_vertprog_dump.pico r500_fragprog.pico r500_fragprog_emit.pico radeon_code.pico radeon_compiler.pico radeon_compiler_util.pico radeon_dataflow.pico radeon_dataflow_deadcode.pico radeon_dataflow_swizzles.pico radeon_emulate_branches.pico radeon_emulate_loops.pico radeon_inline_literals.pico radeon_list.pico radeon_opcodes.pico radeon_optimize.pico radeon_pair_dead_sources.pico radeon_pair_regalloc.pico radeon_pair_schedule.pico radeon_pair_translate.pico radeon_program_alu.pico radeon_program.pico radeon_program_pair.pico radeon_program_print.pico radeon_program_tex.pico radeon_remove_constants.pico radeon_rename_regs.pico radeon_variable.pico radeon_vert_fc.pico eg_debug.pico r600_gpu_load.pico r600_perfcounter.pico r600_radeon_vce.pico r600_radeon_video.pico compute_memory_pool.pico r600_viewport.pico eg_asm.pico evergreen_compute.pico evergreen_hw_context.pico evergreen_state.pico r600_asm.pico r600_blit.pico r600_hw_context.pico r600_isa.pico r600_pipe.pico r600_shader.pico r600_state.pico r600_state_common.pico r600_uvd.pico r600_radeon_uvd.pico r600_test_dma.pico r700_asm.pico sb_bc_builder.pico sb_bc_decoder.pico sb_bc_dump.pico sb_bc_finalize.pico sb_bc_parser.pico sb_context.pico sb_core.pico sb_dce_cleanup.pico sb_def_use.pico sb_dump.pico sb_expr.pico sb_gcm.pico sb_gvn.pico sb_if_conversion.pico sb_ir.pico sb_liveness.pico sb_pass.pico sb_peephole.pico sb_psi_ops.pico sb_ra_checker.pico sb_ra_coalesce.pico sb_ra_init.pico sb_sched.pico sb_shader.pico sb_ssa_builder.pico sb_valtable.pico radeon_drm_bo.pico radeon_drm_cs.pico radeon_drm_surface.pico radeon_drm_winsys.pico amdgpu_bo.pico amdgpu_cs.pico amdgpu_surface.pico amdgpu_winsys.pico nouveau_buffer.pico nouveau_fence.pico nouveau_heap.pico nouveau_mm.pico nouveau_screen.pico nouveau_video.pico nouveau_vp3_video_bsp.pico nouveau_vp3_video.pico nouveau_vp3_video_vp.pico nv30_clear.pico nv30_context.pico nv30_draw.pico nv30_format.pico nv30_fragprog.pico nv30_fragtex.pico nv30_miptree.pico nv30_push.pico nv30_query.pico nv30_resource.pico nv30_screen.pico nv30_state.pico nv30_state_validate.pico nv30_texture.pico nv30_transfer.pico nv30_vbo.pico nv30_vertprog.pico nv40_verttex.pico nvfx_fragprog.pico nvfx_vertprog.pico nv50_compute.pico nv50_context.pico nv50_formats.pico nv50_miptree.pico nv50_program.pico nv50_push.pico nv50_query.pico nv50_query_hw.pico nv50_query_hw_metric.pico nv50_query_hw_sm.pico nv50_resource.pico nv50_screen.pico nv50_shader_state.pico nv50_state.pico nv50_state_validate.pico nv50_surface.pico nv50_tex.pico nv50_transfer.pico nv50_vbo.pico nv84_video_bsp.pico nv84_video.pico nv84_video_vp.pico nv98_video_bsp.pico nv98_video.pico nv98_video_ppp.pico nv98_video_vp.pico nv50_ir.pico nv50_ir_bb.pico nv50_ir_build_util.pico nv50_ir_emit_gk110.pico nv50_ir_emit_gm107.pico nv50_ir_emit_nv50.pico nv50_ir_emit_nvc0.pico nv50_ir_from_common.pico nv50_ir_from_nir.pico nv50_ir_from_tgsi.pico nv50_ir_graph.pico nv50_ir_lowering_gm107.pico nv50_ir_lowering_helper.pico nv50_ir_lowering_nv50.pico nv50_ir_lowering_nvc0.pico nv50_ir_peephole.pico nv50_ir_print.pico nv50_ir_ra.pico nv50_ir_ssa.pico nv50_ir_target.pico nv50_ir_target_nv50.pico nv50_ir_util.pico nv50_ir_target_gm107.pico nv50_ir_target_nvc0.pico nvc0_compute.pico nvc0_context.pico nvc0_formats.pico nvc0_miptree.pico nvc0_resource.pico nvc0_screen.pico nvc0_state.pico nvc0_state_validate.pico nvc0_surface.pico nvc0_tex.pico nvc0_transfer.pico nvc0_vbo.pico nvc0_vbo_translate.pico nvc0_program.pico nvc0_shader_state.pico nvc0_query.pico nvc0_query_hw.pico nvc0_query_hw_metric.pico nvc0_query_hw_sm.pico nvc0_query_sw.pico nve4_compute.pico nvc0_video.pico nvc0_video_bsp.pico nvc0_video_vp.pico nvc0_video_ppp.pico nouveau_drm_winsys.pico bitmap.pico decode.pico device.pico ftab.pico htab.pico mixer.pico output.pico preemption.pico presentation.pico query.pico surface.pico i915_blit.pico i915_clear.pico i915_context.pico i915_debug.pico i915_debug_fp.pico i915_flush.pico i915_fpc_emit.pico i915_fpc_optimize.pico i915_fpc_translate.pico i915_prim_emit.pico i915_prim_vbuf.pico i915_query.pico i915_resource_buffer.pico i915_resource.pico i915_resource_texture.pico i915_screen.pico i915_state.pico i915_state_derived.pico i915_state_dynamic.pico i915_state_emit.pico i915_state_fpc.pico i915_state_immediate.pico i915_state_sampler.pico i915_state_static.pico i915_surface.pico i915_drm_batchbuffer.pico i915_drm_buffer.pico i915_drm_fence.pico i915_drm_winsys.pico lp_bld_arit.pico lp_bld_arit_overflow.pico lp_bld_assert.pico lp_bld_bitarit.pico lp_bld_const.pico lp_bld_conv.pico lp_bld_flow.pico lp_bld_format_aos_array.pico lp_bld_format_aos.pico lp_bld_format_float.pico lp_bld_format.pico lp_bld_format_soa.pico lp_bld_format_s3tc.pico lp_bld_format_srgb.pico lp_bld_format_yuv.pico lp_bld_gather.pico lp_bld_init.pico lp_bld_intr.pico lp_bld_logic.pico lp_bld_misc.pico lp_bld_pack.pico lp_bld_printf.pico lp_bld_quad.pico lp_bld_sample_aos.pico lp_bld_sample.pico lp_bld_sample_soa.pico lp_bld_struct.pico lp_bld_swizzle.pico lp_bld_tgsi_action.pico lp_bld_tgsi_aos.pico lp_bld_tgsi.pico lp_bld_tgsi_info.pico lp_bld_tgsi_soa.pico lp_bld_type.pico lp_bld_alpha.pico lp_bld_blend_aos.pico lp_bld_blend.pico lp_bld_blend_logicop.pico lp_bld_depth.pico lp_bld_interp.pico lp_clear.pico lp_context.pico lp_draw_arrays.pico lp_fence.pico lp_flush.pico lp_jit.pico lp_memory.pico lp_perf.pico lp_query.pico lp_rast.pico lp_rast_debug.pico lp_rast_tri.pico lp_scene.pico lp_scene_queue.pico lp_screen.pico lp_setup.pico lp_setup_line.pico lp_setup_point.pico lp_setup_tri.pico lp_setup_vbuf.pico lp_state_blend.pico lp_state_clip.pico lp_state_derived.pico lp_state_fs.pico lp_state_gs.pico lp_state_rasterizer.pico lp_state_sampler.pico lp_state_setup.pico lp_state_so.pico lp_state_surface.pico lp_state_vertex.pico lp_state_vs.pico lp_surface.pico lp_tex_sample.pico lp_texture.pico loader.pico pci_id_driver_map.pico xmlconfig.pico accum.pico api_arrayelt.pico api_loopback.pico api_exec.pico arbprogram.pico arrayobj.pico atifragshader.pico attrib.pico barrier.pico bbox.pico blend.pico blit.pico bufferobj.pico buffers.pico clear.pico clip.pico colortab.pico compute.pico condrender.pico conservativeraster.pico context.pico convolve.pico copyimage.pico cpuinfo.pico MESAdebug.pico debug_output.pico depth.pico dlist.pico draw.pico drawpix.pico drawtex.pico draw_validate.pico enable.pico enums.pico errors.pico MESAeval.pico execmem.pico extensions.pico extensions_table.pico externalobjects.pico fbobject.pico feedback.pico ff_fragment_shader.pico ffvertex_prog.pico fog.pico format_fallback.pico format_pack.pico format_unpack.pico format_utils.pico formatquery.pico formats.pico framebuffer.pico get.pico genmipmap.pico getstring.pico glformats.pico glspirv.pico glthread.pico hash.pico hint.pico histogram.pico image.pico imports.pico light.pico lines.pico marshal.pico marshal_generated.pico matrix.pico mipmap.pico mm.pico multisample.pico objectlabel.pico objectpurge.pico pack.pico pbo.pico performance_monitor.pico performance_query.pico pipelineobj.pico MESApixel.pico MESApixelstore.pico pixeltransfer.pico points.pico polygon.pico program_binary.pico program_resource.pico querymatrix.pico queryobj.pico rastpos.pico readpix.pico remap.pico renderbuffer.pico robustness.pico samplerobj.pico scissor.pico shaderapi.pico shaderimage.pico shaderobj.pico shader_query.pico shared.pico state.pico stencil.pico syncobj.pico texcompress.pico texcompress_astc.pico texcompress_bptc.pico texcompress_cpal.pico texcompress_etc.pico texcompress_fxt1.pico texcompress_rgtc.pico texcompress_s3tc.pico texenv.pico texformat.pico texgen.pico texgetimage.pico teximage.pico texobj.pico texparam.pico texstate.pico texstorage.pico texstore.pico texturebindless.pico textureview.pico transformfeedback.pico uniform_query.pico uniforms.pico varray.pico vdpau.pico version.pico viewport.pico vtxfmt.pico es1_conversion.pico m_debug_clip.pico m_debug_norm.pico m_debug_xform.pico m_eval.pico m_matrix.pico m_translate.pico m_vector.pico vbo_context.pico vbo_exec_api.pico vbo_exec.pico vbo_exec_draw.pico vbo_exec_eval.pico vbo_minmax_index.pico vbo_noop.pico vbo_primitive_restart.pico vbo_save_api.pico vbo_save.pico vbo_save_draw.pico vbo_save_loopback.pico st_atifs_to_tgsi.pico st_atom.pico st_atom_array.pico st_atom_atomicbuf.pico st_atom_blend.pico st_atom_clip.pico st_atom_constbuf.pico st_atom_depth.pico st_atom_framebuffer.pico st_atom_image.pico st_atom_msaa.pico st_atom_pixeltransfer.pico st_atom_rasterizer.pico st_atom_sampler.pico st_atom_scissor.pico st_atom_shader.pico st_atom_stipple.pico st_atom_storagebuf.pico st_atom_tess.pico st_atom_texture.pico st_atom_viewport.pico st_cb_bitmap.pico st_cb_bitmap_shader.pico st_cb_blit.pico st_cb_bufferobjects.pico st_cb_clear.pico st_cb_compute.pico st_cb_condrender.pico st_cb_copyimage.pico st_cb_drawpixels.pico st_cb_drawpixels_shader.pico st_cb_drawtex.pico st_cb_eglimage.pico st_cb_fbo.pico st_cb_feedback.pico st_cb_flush.pico st_cb_memoryobjects.pico st_cb_msaa.pico st_cb_perfmon.pico st_cb_program.pico st_cb_queryobj.pico st_cb_rasterpos.pico st_cb_readpixels.pico st_cb_semaphoreobjects.pico st_cb_strings.pico st_cb_syncobj.pico st_cb_texture.pico st_cb_texturebarrier.pico st_cb_viewport.pico st_cb_xformfb.pico st_context.pico st_copytex.pico st_debug.pico st_draw.pico st_draw_feedback.pico st_extensions.pico st_format.pico st_gen_mipmap.pico st_glsl_to_ir.pico st_glsl_to_nir.pico st_glsl_to_tgsi.pico st_glsl_to_tgsi_array_merge.pico st_glsl_to_tgsi_private.pico st_glsl_to_tgsi_temprename.pico st_glsl_types.pico st_manager.pico st_mesa_to_tgsi.pico st_nir_builtins.pico st_nir_lower_builtin.pico st_nir_lower_tex_src_plane.pico st_pbo.pico st_program.pico st_sampler_view.pico st_scissor.pico st_shader_cache.pico st_texture.pico st_tgsi_lower_yuv.pico arbprogparse.pico ir_to_mesa.pico prog_cache.pico prog_execute.pico prog_instruction.pico prog_noise.pico prog_opt_constant_fold.pico prog_optimize.pico prog_parameter.pico prog_parameter_layout.pico prog_print.pico prog_statevars.pico prog_to_nir.pico program.pico programopt.pico program_parse.tab.pico program_parse_extra.pico symbol_table.pico program_lexer.pico xform4.pico streaming-load-memcpy.pico sse_minmax.pico addrinterface.pico addrelemlib.pico addrlib.pico addrlib1.pico addrlib2.pico addrobject.pico coord.pico gfx9addrlib.pico ciaddrlib.pico egbaddrlib.pico siaddrlib.pico ac_binary.pico ac_llvm_build.pico ac_llvm_helper.pico ac_llvm_util.pico ac_shader_util.pico ac_nir_to_llvm.pico ac_gpu_info.pico ac_surface.pico ac_debug.pico glsl_lexer.pico glsl_parser.pico ast_array_index.pico ast_expr.pico ast_function.pico ast_to_hir.pico ast_type.pico builtin_functions.pico builtin_types.pico builtin_variables.pico generate_ir.pico gl_nir_lower_atomics.pico gl_nir_link_atomics.pico gl_nir_link_uniform_initializers.pico gl_nir_link_uniforms.pico gl_nir_link_xfb.pico gl_nir_linker.pico gl_nir_lower_bindless_images.pico gl_nir_lower_buffers.pico gl_nir_lower_samplers.pico gl_nir_lower_samplers_as_deref.pico glsl_parser_extras.pico glsl_symbol_table.pico glsl_to_nir.pico hir_field_selection.pico ir.pico ir_array_refcount.pico ir_basic_block.pico ir_builder.pico ir_clone.pico ir_constant_expression.pico ir_equals.pico ir_expression_flattening.pico ir_function.pico ir_function_can_inline.pico ir_function_detect_recursion.pico ir_hierarchical_visitor.pico ir_hv_accept.pico ir_print_visitor.pico ir_reader.pico ir_rvalue_visitor.pico ir_set_program_inouts.pico ir_validate.pico ir_variable_refcount.pico linker.pico linker_util.pico link_atomics.pico link_functions.pico link_interface_blocks.pico link_uniforms.pico link_uniform_initializers.pico link_uniform_block_active_visitor.pico link_uniform_blocks.pico link_varyings.pico loop_analysis.pico loop_unroll.pico lower_blend_equation_advanced.pico lower_buffer_access.pico lower_const_arrays_to_uniforms.pico lower_cs_derived.pico lower_discard.pico lower_discard_flow.pico lower_distance.pico lower_if_to_cond_assign.pico lower_instructions.pico lower_int64.pico lower_jumps.pico lower_mat_op_to_vec.pico lower_noise.pico lower_offset_array.pico lower_packed_varyings.pico lower_named_interface_blocks.pico lower_packing_builtins.pico lower_subroutine.pico lower_tess_level.pico lower_texture_projection.pico lower_variable_index_to_cond_assign.pico lower_vec_index_to_cond_assign.pico lower_vec_index_to_swizzle.pico lower_vector.pico lower_vector_derefs.pico lower_vector_insert.pico lower_vertex_id.pico lower_output_reads.pico lower_shared_reference.pico lower_ubo_reference.pico opt_algebraic.pico opt_array_splitting.pico opt_conditional_discard.pico opt_constant_folding.pico opt_constant_propagation.pico opt_constant_variable.pico opt_copy_propagation_elements.pico opt_dead_builtin_variables.pico opt_dead_builtin_varyings.pico opt_dead_code.pico opt_dead_code_local.pico opt_dead_functions.pico opt_flatten_nested_if_blocks.pico opt_flip_matrices.pico opt_function_inlining.pico opt_if_simplification.pico opt_minmax.pico opt_rebalance_tree.pico opt_redundant_jumps.pico opt_structure_splitting.pico opt_swizzle.pico opt_tree_grafting.pico opt_vectorize.pico propagate_invariance.pico s_expression.pico string_to_uint_map.pico serialize.pico shader_cache.pico blob.pico glsl_types.pico nir_types.pico shader_enums.pico glcpp-lex.pico glcpp-parse.pico pp.pico nir_constant_expressions.pico nir_intrinsics.pico nir_opcodes.pico nir_opt_algebraic.pico nir.pico nir_builtin_builder.pico nir_clone.pico nir_control_flow.pico nir_deref.pico nir_dominance.pico nir_from_ssa.pico nir_gather_info.pico nir_gather_xfb_info.pico nir_gs_count_vertices.pico nir_inline_functions.pico nir_instr_set.pico nir_linking_helpers.pico nir_liveness.pico nir_loop_analyze.pico nir_lower_alpha_test.pico nir_lower_alu.pico nir_lower_alu_to_scalar.pico nir_lower_array_deref_of_vec.pico nir_lower_atomics_to_ssbo.pico nir_lower_bit_size.pico nir_lower_bitmap.pico nir_lower_bool_to_int32.pico nir_lower_clamp_color_outputs.pico nir_lower_clip.pico nir_lower_clip_cull_distance_arrays.pico nir_lower_constant_initializers.pico nir_lower_double_ops.pico nir_lower_drawpixels.pico nir_lower_global_vars_to_local.pico nir_lower_gs_intrinsics.pico nir_lower_idiv.pico nir_lower_indirect_derefs.pico nir_lower_int64.pico nir_lower_io.pico nir_lower_io_arrays_to_elements.pico nir_lower_io_to_scalar.pico nir_lower_io_to_vector.pico nir_lower_io_to_temporaries.pico nir_lower_load_const_to_scalar.pico nir_lower_locals_to_regs.pico nir_lower_packing.pico nir_lower_passthrough_edgeflags.pico nir_lower_patch_vertices.pico nir_lower_phis_to_scalar.pico nir_lower_regs_to_ssa.pico nir_lower_returns.pico nir_lower_subgroups.pico nir_lower_system_values.pico nir_lower_tex.pico nir_lower_to_source_mods.pico nir_lower_two_sided_color.pico nir_lower_uniforms_to_ubo.pico nir_lower_var_copies.pico nir_lower_vars_to_ssa.pico nir_lower_vec_to_movs.pico nir_lower_wpos_center.pico nir_lower_wpos_ytransform.pico nir_metadata.pico nir_move_load_const.pico nir_move_vec_src_uses_to_dest.pico nir_normalize_cubemap_coords.pico nir_opt_combine_stores.pico nir_opt_comparison_pre.pico nir_opt_conditional_discard.pico nir_opt_constant_folding.pico nir_opt_copy_prop_vars.pico nir_opt_copy_propagate.pico nir_opt_cse.pico nir_opt_dce.pico nir_opt_dead_cf.pico nir_opt_dead_write_vars.pico nir_opt_find_array_copies.pico nir_opt_gcm.pico nir_opt_idiv_const.pico nir_opt_if.pico nir_opt_intrinsics.pico nir_opt_large_constants.pico nir_opt_loop_unroll.pico nir_opt_move_comparisons.pico nir_opt_move_load_ubo.pico nir_opt_peephole_select.pico nir_opt_remove_phis.pico nir_opt_shrink_load.pico nir_opt_trivial_continues.pico nir_opt_undef.pico nir_phi_builder.pico nir_print.pico nir_propagate_invariant.pico nir_remove_dead_variables.pico nir_repair_ssa.pico nir_search.pico nir_serialize.pico nir_split_per_member_structs.pico nir_split_var_copies.pico nir_split_vars.pico nir_strip.pico nir_sweep.pico nir_to_lcssa.pico nir_validate.pico nir_worklist.pico spirv_info.pico vtn_gather_types.pico gl_spirv.pico spirv_to_nir.pico vtn_alu.pico vtn_amd.pico vtn_cfg.pico vtn_glsl450.pico vtn_opencl.pico vtn_subgroup.pico vtn_variables.pico common_x86.pico streaming-load-memcpy.pico hash_table.pico build_id.pico crc32.pico disk_cache.pico fast_idiv_by_const.pico half_float.pico format_srgb.pico mesa-sha1.pico os_time.pico ralloc.pico UTILdebug.pico rand_xor.pico rb_tree.pico register_allocate.pico rgtc.pico set.pico slab.pico string_buffer.pico strtod.pico u_atomic.pico u_cpu_detect.pico u_math.pico u_queue.pico u_process.pico u_vector.pico vma.pico utils.pico dri_util.pico xmlconfig.pico megadriver_stub.pico target.pico u_indices_gen.pico.tmp u_unfilled_gen.pico.tmp u_format_table.pico.tmp cso_cache.pico.tmp cso_context.pico.tmp cso_hash.pico.tmp draw_context.pico.tmp draw_fs.pico.tmp draw_gs.pico.tmp draw_pipe_aaline.pico.tmp draw_pipe_aapoint.pico.tmp draw_pipe.pico.tmp draw_pipe_clip.pico.tmp draw_pipe_cull.pico.tmp draw_pipe_flatshade.pico.tmp draw_pipe_offset.pico.tmp draw_pipe_pstipple.pico.tmp draw_pipe_stipple.pico.tmp draw_pipe_twoside.pico.tmp draw_pipe_unfilled.pico.tmp draw_pipe_util.pico.tmp draw_pipe_validate.pico.tmp draw_pipe_vbuf.pico.tmp draw_pipe_wide_line.pico.tmp draw_pipe_wide_point.pico.tmp draw_prim_assembler.pico.tmp draw_pt.pico.tmp draw_pt_emit.pico.tmp draw_pt_fetch.pico.tmp draw_pt_fetch_emit.pico.tmp draw_pt_fetch_shade_emit.pico.tmp draw_pt_fetch_shade_pipeline.pico.tmp draw_pt_post_vs.pico.tmp draw_pt_so_emit.pico.tmp draw_pt_util.pico.tmp draw_pt_vsplit.pico.tmp draw_vertex.pico.tmp draw_vs.pico.tmp draw_vs_exec.pico.tmp draw_vs_variant.pico.tmp draw_llvm.pico.tmp draw_llvm_sample.pico.tmp draw_pt_fetch_shade_pipeline_llvm.pico.tmp draw_vs_llvm.pico.tmp dd_context.pico.tmp dd_draw.pico.tmp dd_screen.pico.tmp noop_pipe.pico.tmp noop_state.pico.tmp DRIVERrbug_core.pico.tmp DRIVERrbug_context.pico.tmp rbug_objects.pico.tmp rbug_screen.pico.tmp tr_context.pico.tmp tr_dump.pico.tmp tr_dump_state.pico.tmp tr_screen.pico.tmp tr_texture.pico.tmp font.pico.tmp hud_context.pico.tmp hud_cpu.pico.tmp hud_nic.pico.tmp hud_cpufreq.pico.tmp hud_diskstat.pico.tmp hud_sensors_temp.pico.tmp hud_fps.pico.tmp hud_driver_query.pico.tmp u_primconvert.pico.tmp tgsi_to_nir.pico.tmp os_process.pico.tmp pb_buffer_fenced.pico.tmp pb_bufmgr_cache.pico.tmp pb_bufmgr_debug.pico.tmp pb_bufmgr_mm.pico.tmp pb_bufmgr_slab.pico.tmp pb_cache.pico.tmp pb_slab.pico.tmp pb_validate.pico.tmp pipe_loader.pico.tmp pipe_loader_drm.pico.tmp pipe_loader_sw.pico.tmp pp_celshade.pico.tmp pp_colors.pico.tmp pp_init.pico.tmp pp_mlaa.pico.tmp pp_run.pico.tmp pp_program.pico.tmp rbug_connection.pico.tmp RBUGrbug_context.pico.tmp RBUGrbug_core.pico.tmp rbug_demarshal.pico.tmp rbug_texture.pico.tmp rbug_shader.pico.tmp renderonly.pico.tmp rtasm_cpu.pico.tmp rtasm_execmem.pico.tmp rtasm_x86sse.pico.tmp tgsi_aa_point.pico.tmp tgsi_build.pico.tmp tgsi_dump.pico.tmp tgsi_exec.pico.tmp tgsi_emulate.pico.tmp tgsi_from_mesa.pico.tmp tgsi_info.pico.tmp tgsi_iterate.pico.tmp tgsi_lowering.pico.tmp tgsi_parse.pico.tmp tgsi_point_sprite.pico.tmp tgsi_sanity.pico.tmp tgsi_scan.pico.tmp tgsi_strings.pico.tmp tgsi_text.pico.tmp tgsi_transform.pico.tmp tgsi_two_side.pico.tmp tgsi_ureg.pico.tmp tgsi_util.pico.tmp translate.pico.tmp translate_cache.pico.tmp translate_generic.pico.tmp translate_sse.pico.tmp os_misc.pico.tmp u_async_debug.pico.tmp u_bitmask.pico.tmp u_blit.pico.tmp u_blitter.pico.tmp u_cache.pico.tmp u_debug.pico.tmp u_debug_describe.pico.tmp u_debug_flush.pico.tmp u_debug_gallium.pico.tmp u_debug_image.pico.tmp u_debug_memory.pico.tmp u_debug_refcnt.pico.tmp u_debug_stack.pico.tmp u_debug_symbol.pico.tmp u_dl.pico.tmp u_draw.pico.tmp u_draw_quad.pico.tmp u_dump_defines.pico.tmp u_dump_state.pico.tmp u_format.pico.tmp u_format_bptc.pico.tmp u_format_etc.pico.tmp u_format_latc.pico.tmp u_format_other.pico.tmp u_format_rgtc.pico.tmp u_format_s3tc.pico.tmp u_format_tests.pico.tmp u_format_yuv.pico.tmp u_format_zs.pico.tmp u_framebuffer.pico.tmp u_gen_mipmap.pico.tmp u_handle_table.pico.tmp u_hash_table.pico.tmp u_helpers.pico.tmp u_idalloc.pico.tmp u_index_modify.pico.tmp u_linear.pico.tmp u_log.pico.tmp u_mm.pico.tmp u_network.pico.tmp u_prim.pico.tmp u_prim_restart.pico.tmp u_pstipple.pico.tmp u_resource.pico.tmp u_ringbuffer.pico.tmp u_sampler.pico.tmp u_screen.pico.tmp u_simple_shaders.pico.tmp u_suballoc.pico.tmp u_surface.pico.tmp u_surfaces.pico.tmp u_tests.pico.tmp u_texture.pico.tmp u_tile.pico.tmp u_transfer.pico.tmp u_transfer_helper.pico.tmp u_threaded_context.pico.tmp u_upload_mgr.pico.tmp u_vbuf.pico.tmp vl_bicubic_filter.pico.tmp vl_compositor.pico.tmp vl_compositor_cs.pico.tmp vl_compositor_gfx.pico.tmp vl_csc.pico.tmp vl_decoder.pico.tmp vl_deint_filter.pico.tmp vl_idct.pico.tmp vl_matrix_filter.pico.tmp vl_mc.pico.tmp vl_median_filter.pico.tmp vl_mpeg12_bitstream.pico.tmp vl_mpeg12_decoder.pico.tmp vl_vertex_buffers.pico.tmp vl_video_buffer.pico.tmp vl_winsys_dri.pico.tmp vl_zscan.pico.tmp sp_buffer.pico.tmp sp_clear.pico.tmp sp_context.pico.tmp sp_compute.pico.tmp sp_draw_arrays.pico.tmp sp_fence.pico.tmp sp_flush.pico.tmp sp_fs_exec.pico.tmp sp_image.pico.tmp sp_prim_vbuf.pico.tmp sp_quad_blend.pico.tmp sp_quad_depth_test.pico.tmp sp_quad_fs.pico.tmp sp_quad_pipe.pico.tmp sp_quad_stipple.pico.tmp sp_query.pico.tmp sp_screen.pico.tmp sp_setup.pico.tmp sp_state_blend.pico.tmp sp_state_clip.pico.tmp sp_state_derived.pico.tmp sp_state_image.pico.tmp sp_state_rasterizer.pico.tmp sp_state_sampler.pico.tmp sp_state_shader.pico.tmp sp_state_so.pico.tmp sp_state_surface.pico.tmp sp_state_vertex.pico.tmp sp_surface.pico.tmp sp_tex_sample.pico.tmp sp_tex_tile_cache.pico.tmp sp_texture.pico.tmp sp_tile_cache.pico.tmp dri_sw_winsys.pico.tmp kms_dri_sw_winsys.pico.tmp null_sw_winsys.pico.tmp wrapper_sw_winsys.pico.tmp dri_context.pico.tmp dri_drawable.pico.tmp dri_helpers.pico.tmp dri_query_renderer.pico.tmp dri_screen.pico.tmp drisw.pico.tmp dri2.pico.tmp cayman_msaa.pico.tmp r600_buffer_common.pico.tmp r600_pipe_common.pico.tmp r600_query.pico.tmp r600_streamout.pico.tmp r600_texture.pico.tmp radeon_radeon_uvd.pico.tmp radeon_uvd_enc.pico.tmp radeon_uvd_enc_1_1.pico.tmp radeon_vce_40_2_2.pico.tmp radeon_vce_50.pico.tmp radeon_vce_52.pico.tmp radeon_vcn_dec.pico.tmp radeon_vcn_dec_jpeg.pico.tmp radeon_vcn_enc.pico.tmp radeon_vcn_enc_1_2.pico.tmp radeon_radeon_vce.pico.tmp radeon_radeon_video.pico.tmp cik_sdma.pico.tmp si_blit.pico.tmp si_buffer.pico.tmp si_clear.pico.tmp si_compute.pico.tmp si_compute_blit.pico.tmp si_cp_dma.pico.tmp si_debug.pico.tmp si_descriptors.pico.tmp si_dma.pico.tmp si_dma_cs.pico.tmp si_fence.pico.tmp si_get.pico.tmp si_gfx_cs.pico.tmp si_gpu_load.pico.tmp si_pipe.pico.tmp si_pm4.pico.tmp si_perfcounter.pico.tmp si_query.pico.tmp si_shader.pico.tmp si_shader_nir.pico.tmp si_shader_tgsi_alu.pico.tmp si_shader_tgsi_mem.pico.tmp si_shader_tgsi_setup.pico.tmp si_shaderlib_tgsi.pico.tmp si_state.pico.tmp si_state_binning.pico.tmp si_state_draw.pico.tmp si_state_msaa.pico.tmp si_state_shaders.pico.tmp si_state_streamout.pico.tmp si_state_viewport.pico.tmp si_test_dma.pico.tmp si_test_dma_perf.pico.tmp si_texture.pico.tmp si_uvd.pico.tmp r300_blit.pico.tmp r300_chipset.pico.tmp r300_context.pico.tmp r300_debug.pico.tmp r300_emit.pico.tmp r300_flush.pico.tmp r300_fs.pico.tmp r300_hyperz.pico.tmp r300_query.pico.tmp r300_render.pico.tmp r300_render_stencilref.pico.tmp r300_render_translate.pico.tmp r300_resource.pico.tmp r300_screen_buffer.pico.tmp r300_screen.pico.tmp r300_state.pico.tmp r300_state_derived.pico.tmp r300_texture.pico.tmp r300_texture_desc.pico.tmp r300_tgsi_to_rc.pico.tmp r300_transfer.pico.tmp r300_vs.pico.tmp r300_vs_draw.pico.tmp memory_pool.pico.tmp r300_fragprog.pico.tmp r300_fragprog_emit.pico.tmp r300_fragprog_swizzle.pico.tmp r3xx_fragprog.pico.tmp r3xx_vertprog.pico.tmp r3xx_vertprog_dump.pico.tmp r500_fragprog.pico.tmp r500_fragprog_emit.pico.tmp radeon_code.pico.tmp radeon_compiler.pico.tmp radeon_compiler_util.pico.tmp radeon_dataflow.pico.tmp radeon_dataflow_deadcode.pico.tmp radeon_dataflow_swizzles.pico.tmp radeon_emulate_branches.pico.tmp radeon_emulate_loops.pico.tmp radeon_inline_literals.pico.tmp radeon_list.pico.tmp radeon_opcodes.pico.tmp radeon_optimize.pico.tmp radeon_pair_dead_sources.pico.tmp radeon_pair_regalloc.pico.tmp radeon_pair_schedule.pico.tmp radeon_pair_translate.pico.tmp radeon_program_alu.pico.tmp radeon_program.pico.tmp radeon_program_pair.pico.tmp radeon_program_print.pico.tmp radeon_program_tex.pico.tmp radeon_remove_constants.pico.tmp radeon_rename_regs.pico.tmp radeon_variable.pico.tmp radeon_vert_fc.pico.tmp eg_debug.pico.tmp r600_gpu_load.pico.tmp r600_perfcounter.pico.tmp r600_radeon_vce.pico.tmp r600_radeon_video.pico.tmp compute_memory_pool.pico.tmp r600_viewport.pico.tmp eg_asm.pico.tmp evergreen_compute.pico.tmp evergreen_hw_context.pico.tmp evergreen_state.pico.tmp r600_asm.pico.tmp r600_blit.pico.tmp r600_hw_context.pico.tmp r600_isa.pico.tmp r600_pipe.pico.tmp r600_shader.pico.tmp r600_state.pico.tmp r600_state_common.pico.tmp r600_uvd.pico.tmp r600_radeon_uvd.pico.tmp r600_test_dma.pico.tmp r700_asm.pico.tmp sb_bc_builder.pico.tmp sb_bc_decoder.pico.tmp sb_bc_dump.pico.tmp sb_bc_finalize.pico.tmp sb_bc_parser.pico.tmp sb_context.pico.tmp sb_core.pico.tmp sb_dce_cleanup.pico.tmp sb_def_use.pico.tmp sb_dump.pico.tmp sb_expr.pico.tmp sb_gcm.pico.tmp sb_gvn.pico.tmp sb_if_conversion.pico.tmp sb_ir.pico.tmp sb_liveness.pico.tmp sb_pass.pico.tmp sb_peephole.pico.tmp sb_psi_ops.pico.tmp sb_ra_checker.pico.tmp sb_ra_coalesce.pico.tmp sb_ra_init.pico.tmp sb_sched.pico.tmp sb_shader.pico.tmp sb_ssa_builder.pico.tmp sb_valtable.pico.tmp radeon_drm_bo.pico.tmp radeon_drm_cs.pico.tmp radeon_drm_surface.pico.tmp radeon_drm_winsys.pico.tmp amdgpu_bo.pico.tmp amdgpu_cs.pico.tmp amdgpu_surface.pico.tmp amdgpu_winsys.pico.tmp nouveau_buffer.pico.tmp nouveau_fence.pico.tmp nouveau_heap.pico.tmp nouveau_mm.pico.tmp nouveau_screen.pico.tmp nouveau_video.pico.tmp nouveau_vp3_video_bsp.pico.tmp nouveau_vp3_video.pico.tmp nouveau_vp3_video_vp.pico.tmp nv30_clear.pico.tmp nv30_context.pico.tmp nv30_draw.pico.tmp nv30_format.pico.tmp nv30_fragprog.pico.tmp nv30_fragtex.pico.tmp nv30_miptree.pico.tmp nv30_push.pico.tmp nv30_query.pico.tmp nv30_resource.pico.tmp nv30_screen.pico.tmp nv30_state.pico.tmp nv30_state_validate.pico.tmp nv30_texture.pico.tmp nv30_transfer.pico.tmp nv30_vbo.pico.tmp nv30_vertprog.pico.tmp nv40_verttex.pico.tmp nvfx_fragprog.pico.tmp nvfx_vertprog.pico.tmp nv50_compute.pico.tmp nv50_context.pico.tmp nv50_formats.pico.tmp nv50_miptree.pico.tmp nv50_program.pico.tmp nv50_push.pico.tmp nv50_query.pico.tmp nv50_query_hw.pico.tmp nv50_query_hw_metric.pico.tmp nv50_query_hw_sm.pico.tmp nv50_resource.pico.tmp nv50_screen.pico.tmp nv50_shader_state.pico.tmp nv50_state.pico.tmp nv50_state_validate.pico.tmp nv50_surface.pico.tmp nv50_tex.pico.tmp nv50_transfer.pico.tmp nv50_vbo.pico.tmp nv84_video_bsp.pico.tmp nv84_video.pico.tmp nv84_video_vp.pico.tmp nv98_video_bsp.pico.tmp nv98_video.pico.tmp nv98_video_ppp.pico.tmp nv98_video_vp.pico.tmp nv50_ir.pico.tmp nv50_ir_bb.pico.tmp nv50_ir_build_util.pico.tmp nv50_ir_emit_gk110.pico.tmp nv50_ir_emit_gm107.pico.tmp nv50_ir_emit_nv50.pico.tmp nv50_ir_emit_nvc0.pico.tmp nv50_ir_from_common.pico.tmp nv50_ir_from_nir.pico.tmp nv50_ir_from_tgsi.pico.tmp nv50_ir_graph.pico.tmp nv50_ir_lowering_gm107.pico.tmp nv50_ir_lowering_helper.pico.tmp nv50_ir_lowering_nv50.pico.tmp nv50_ir_lowering_nvc0.pico.tmp nv50_ir_peephole.pico.tmp nv50_ir_print.pico.tmp nv50_ir_ra.pico.tmp nv50_ir_ssa.pico.tmp nv50_ir_target.pico.tmp nv50_ir_target_nv50.pico.tmp nv50_ir_util.pico.tmp nv50_ir_target_gm107.pico.tmp nv50_ir_target_nvc0.pico.tmp nvc0_compute.pico.tmp nvc0_context.pico.tmp nvc0_formats.pico.tmp nvc0_miptree.pico.tmp nvc0_resource.pico.tmp nvc0_screen.pico.tmp nvc0_state.pico.tmp nvc0_state_validate.pico.tmp nvc0_surface.pico.tmp nvc0_tex.pico.tmp nvc0_transfer.pico.tmp nvc0_vbo.pico.tmp nvc0_vbo_translate.pico.tmp nvc0_program.pico.tmp nvc0_shader_state.pico.tmp nvc0_query.pico.tmp nvc0_query_hw.pico.tmp nvc0_query_hw_metric.pico.tmp nvc0_query_hw_sm.pico.tmp nvc0_query_sw.pico.tmp nve4_compute.pico.tmp nvc0_video.pico.tmp nvc0_video_bsp.pico.tmp nvc0_video_vp.pico.tmp nvc0_video_ppp.pico.tmp nouveau_drm_winsys.pico.tmp bitmap.pico.tmp decode.pico.tmp device.pico.tmp ftab.pico.tmp htab.pico.tmp mixer.pico.tmp output.pico.tmp preemption.pico.tmp presentation.pico.tmp query.pico.tmp surface.pico.tmp i915_blit.pico.tmp i915_clear.pico.tmp i915_context.pico.tmp i915_debug.pico.tmp i915_debug_fp.pico.tmp i915_flush.pico.tmp i915_fpc_emit.pico.tmp i915_fpc_optimize.pico.tmp i915_fpc_translate.pico.tmp i915_prim_emit.pico.tmp i915_prim_vbuf.pico.tmp i915_query.pico.tmp i915_resource_buffer.pico.tmp i915_resource.pico.tmp i915_resource_texture.pico.tmp i915_screen.pico.tmp i915_state.pico.tmp i915_state_derived.pico.tmp i915_state_dynamic.pico.tmp i915_state_emit.pico.tmp i915_state_fpc.pico.tmp i915_state_immediate.pico.tmp i915_state_sampler.pico.tmp i915_state_static.pico.tmp i915_surface.pico.tmp i915_drm_batchbuffer.pico.tmp i915_drm_buffer.pico.tmp i915_drm_fence.pico.tmp i915_drm_winsys.pico.tmp lp_bld_arit.pico.tmp lp_bld_arit_overflow.pico.tmp lp_bld_assert.pico.tmp lp_bld_bitarit.pico.tmp lp_bld_const.pico.tmp lp_bld_conv.pico.tmp lp_bld_flow.pico.tmp lp_bld_format_aos_array.pico.tmp lp_bld_format_aos.pico.tmp lp_bld_format_float.pico.tmp lp_bld_format.pico.tmp lp_bld_format_soa.pico.tmp lp_bld_format_s3tc.pico.tmp lp_bld_format_srgb.pico.tmp lp_bld_format_yuv.pico.tmp lp_bld_gather.pico.tmp lp_bld_init.pico.tmp lp_bld_intr.pico.tmp lp_bld_logic.pico.tmp lp_bld_misc.pico.tmp lp_bld_pack.pico.tmp lp_bld_printf.pico.tmp lp_bld_quad.pico.tmp lp_bld_sample_aos.pico.tmp lp_bld_sample.pico.tmp lp_bld_sample_soa.pico.tmp lp_bld_struct.pico.tmp lp_bld_swizzle.pico.tmp lp_bld_tgsi_action.pico.tmp lp_bld_tgsi_aos.pico.tmp lp_bld_tgsi.pico.tmp lp_bld_tgsi_info.pico.tmp lp_bld_tgsi_soa.pico.tmp lp_bld_type.pico.tmp lp_bld_alpha.pico.tmp lp_bld_blend_aos.pico.tmp lp_bld_blend.pico.tmp lp_bld_blend_logicop.pico.tmp lp_bld_depth.pico.tmp lp_bld_interp.pico.tmp lp_clear.pico.tmp lp_context.pico.tmp lp_draw_arrays.pico.tmp lp_fence.pico.tmp lp_flush.pico.tmp lp_jit.pico.tmp lp_memory.pico.tmp lp_perf.pico.tmp lp_query.pico.tmp lp_rast.pico.tmp lp_rast_debug.pico.tmp lp_rast_tri.pico.tmp lp_scene.pico.tmp lp_scene_queue.pico.tmp lp_screen.pico.tmp lp_setup.pico.tmp lp_setup_line.pico.tmp lp_setup_point.pico.tmp lp_setup_tri.pico.tmp lp_setup_vbuf.pico.tmp lp_state_blend.pico.tmp lp_state_clip.pico.tmp lp_state_derived.pico.tmp lp_state_fs.pico.tmp lp_state_gs.pico.tmp lp_state_rasterizer.pico.tmp lp_state_sampler.pico.tmp lp_state_setup.pico.tmp lp_state_so.pico.tmp lp_state_surface.pico.tmp lp_state_vertex.pico.tmp lp_state_vs.pico.tmp lp_surface.pico.tmp lp_tex_sample.pico.tmp lp_texture.pico.tmp loader.pico.tmp pci_id_driver_map.pico.tmp xmlconfig.pico.tmp accum.pico.tmp api_arrayelt.pico.tmp api_loopback.pico.tmp api_exec.pico.tmp arbprogram.pico.tmp arrayobj.pico.tmp atifragshader.pico.tmp attrib.pico.tmp barrier.pico.tmp bbox.pico.tmp blend.pico.tmp blit.pico.tmp bufferobj.pico.tmp buffers.pico.tmp clear.pico.tmp clip.pico.tmp colortab.pico.tmp compute.pico.tmp condrender.pico.tmp conservativeraster.pico.tmp context.pico.tmp convolve.pico.tmp copyimage.pico.tmp cpuinfo.pico.tmp MESAdebug.pico.tmp debug_output.pico.tmp depth.pico.tmp dlist.pico.tmp draw.pico.tmp drawpix.pico.tmp drawtex.pico.tmp draw_validate.pico.tmp enable.pico.tmp enums.pico.tmp errors.pico.tmp MESAeval.pico.tmp execmem.pico.tmp extensions.pico.tmp extensions_table.pico.tmp externalobjects.pico.tmp fbobject.pico.tmp feedback.pico.tmp ff_fragment_shader.pico.tmp ffvertex_prog.pico.tmp fog.pico.tmp format_fallback.pico.tmp format_pack.pico.tmp format_unpack.pico.tmp format_utils.pico.tmp formatquery.pico.tmp formats.pico.tmp framebuffer.pico.tmp get.pico.tmp genmipmap.pico.tmp getstring.pico.tmp glformats.pico.tmp glspirv.pico.tmp glthread.pico.tmp hash.pico.tmp hint.pico.tmp histogram.pico.tmp image.pico.tmp imports.pico.tmp light.pico.tmp lines.pico.tmp marshal.pico.tmp marshal_generated.pico.tmp matrix.pico.tmp mipmap.pico.tmp mm.pico.tmp multisample.pico.tmp objectlabel.pico.tmp objectpurge.pico.tmp pack.pico.tmp pbo.pico.tmp performance_monitor.pico.tmp performance_query.pico.tmp pipelineobj.pico.tmp MESApixel.pico.tmp MESApixelstore.pico.tmp pixeltransfer.pico.tmp points.pico.tmp polygon.pico.tmp program_binary.pico.tmp program_resource.pico.tmp querymatrix.pico.tmp queryobj.pico.tmp rastpos.pico.tmp readpix.pico.tmp remap.pico.tmp renderbuffer.pico.tmp robustness.pico.tmp samplerobj.pico.tmp scissor.pico.tmp shaderapi.pico.tmp shaderimage.pico.tmp shaderobj.pico.tmp shader_query.pico.tmp shared.pico.tmp state.pico.tmp stencil.pico.tmp syncobj.pico.tmp texcompress.pico.tmp texcompress_astc.pico.tmp texcompress_bptc.pico.tmp texcompress_cpal.pico.tmp texcompress_etc.pico.tmp texcompress_fxt1.pico.tmp texcompress_rgtc.pico.tmp texcompress_s3tc.pico.tmp texenv.pico.tmp texformat.pico.tmp texgen.pico.tmp texgetimage.pico.tmp teximage.pico.tmp texobj.pico.tmp texparam.pico.tmp texstate.pico.tmp texstorage.pico.tmp texstore.pico.tmp texturebindless.pico.tmp textureview.pico.tmp transformfeedback.pico.tmp uniform_query.pico.tmp uniforms.pico.tmp varray.pico.tmp vdpau.pico.tmp version.pico.tmp viewport.pico.tmp vtxfmt.pico.tmp es1_conversion.pico.tmp m_debug_clip.pico.tmp m_debug_norm.pico.tmp m_debug_xform.pico.tmp m_eval.pico.tmp m_matrix.pico.tmp m_translate.pico.tmp m_vector.pico.tmp vbo_context.pico.tmp vbo_exec_api.pico.tmp vbo_exec.pico.tmp vbo_exec_draw.pico.tmp vbo_exec_eval.pico.tmp vbo_minmax_index.pico.tmp vbo_noop.pico.tmp vbo_primitive_restart.pico.tmp vbo_save_api.pico.tmp vbo_save.pico.tmp vbo_save_draw.pico.tmp vbo_save_loopback.pico.tmp st_atifs_to_tgsi.pico.tmp st_atom.pico.tmp st_atom_array.pico.tmp st_atom_atomicbuf.pico.tmp st_atom_blend.pico.tmp st_atom_clip.pico.tmp st_atom_constbuf.pico.tmp st_atom_depth.pico.tmp st_atom_framebuffer.pico.tmp st_atom_image.pico.tmp st_atom_msaa.pico.tmp st_atom_pixeltransfer.pico.tmp st_atom_rasterizer.pico.tmp st_atom_sampler.pico.tmp st_atom_scissor.pico.tmp st_atom_shader.pico.tmp st_atom_stipple.pico.tmp st_atom_storagebuf.pico.tmp st_atom_tess.pico.tmp st_atom_texture.pico.tmp st_atom_viewport.pico.tmp st_cb_bitmap.pico.tmp st_cb_bitmap_shader.pico.tmp st_cb_blit.pico.tmp st_cb_bufferobjects.pico.tmp st_cb_clear.pico.tmp st_cb_compute.pico.tmp st_cb_condrender.pico.tmp st_cb_copyimage.pico.tmp st_cb_drawpixels.pico.tmp st_cb_drawpixels_shader.pico.tmp st_cb_drawtex.pico.tmp st_cb_eglimage.pico.tmp st_cb_fbo.pico.tmp st_cb_feedback.pico.tmp st_cb_flush.pico.tmp st_cb_memoryobjects.pico.tmp st_cb_msaa.pico.tmp st_cb_perfmon.pico.tmp st_cb_program.pico.tmp st_cb_queryobj.pico.tmp st_cb_rasterpos.pico.tmp st_cb_readpixels.pico.tmp st_cb_semaphoreobjects.pico.tmp st_cb_strings.pico.tmp st_cb_syncobj.pico.tmp st_cb_texture.pico.tmp st_cb_texturebarrier.pico.tmp st_cb_viewport.pico.tmp st_cb_xformfb.pico.tmp st_context.pico.tmp st_copytex.pico.tmp st_debug.pico.tmp st_draw.pico.tmp st_draw_feedback.pico.tmp st_extensions.pico.tmp st_format.pico.tmp st_gen_mipmap.pico.tmp st_glsl_to_ir.pico.tmp st_glsl_to_nir.pico.tmp st_glsl_to_tgsi.pico.tmp st_glsl_to_tgsi_array_merge.pico.tmp st_glsl_to_tgsi_private.pico.tmp st_glsl_to_tgsi_temprename.pico.tmp st_glsl_types.pico.tmp st_manager.pico.tmp st_mesa_to_tgsi.pico.tmp st_nir_builtins.pico.tmp st_nir_lower_builtin.pico.tmp st_nir_lower_tex_src_plane.pico.tmp st_pbo.pico.tmp st_program.pico.tmp st_sampler_view.pico.tmp st_scissor.pico.tmp st_shader_cache.pico.tmp st_texture.pico.tmp st_tgsi_lower_yuv.pico.tmp arbprogparse.pico.tmp ir_to_mesa.pico.tmp prog_cache.pico.tmp prog_execute.pico.tmp prog_instruction.pico.tmp prog_noise.pico.tmp prog_opt_constant_fold.pico.tmp prog_optimize.pico.tmp prog_parameter.pico.tmp prog_parameter_layout.pico.tmp prog_print.pico.tmp prog_statevars.pico.tmp prog_to_nir.pico.tmp program.pico.tmp programopt.pico.tmp program_parse.tab.pico.tmp program_parse_extra.pico.tmp symbol_table.pico.tmp program_lexer.pico.tmp xform4.pico.tmp streaming-load-memcpy.pico.tmp sse_minmax.pico.tmp addrinterface.pico.tmp addrelemlib.pico.tmp addrlib.pico.tmp addrlib1.pico.tmp addrlib2.pico.tmp addrobject.pico.tmp coord.pico.tmp gfx9addrlib.pico.tmp ciaddrlib.pico.tmp egbaddrlib.pico.tmp siaddrlib.pico.tmp ac_binary.pico.tmp ac_llvm_build.pico.tmp ac_llvm_helper.pico.tmp ac_llvm_util.pico.tmp ac_shader_util.pico.tmp ac_nir_to_llvm.pico.tmp ac_gpu_info.pico.tmp ac_surface.pico.tmp ac_debug.pico.tmp glsl_lexer.pico.tmp glsl_parser.pico.tmp ast_array_index.pico.tmp ast_expr.pico.tmp ast_function.pico.tmp ast_to_hir.pico.tmp ast_type.pico.tmp builtin_functions.pico.tmp builtin_types.pico.tmp builtin_variables.pico.tmp generate_ir.pico.tmp gl_nir_lower_atomics.pico.tmp gl_nir_link_atomics.pico.tmp gl_nir_link_uniform_initializers.pico.tmp gl_nir_link_uniforms.pico.tmp gl_nir_link_xfb.pico.tmp gl_nir_linker.pico.tmp gl_nir_lower_bindless_images.pico.tmp gl_nir_lower_buffers.pico.tmp gl_nir_lower_samplers.pico.tmp gl_nir_lower_samplers_as_deref.pico.tmp glsl_parser_extras.pico.tmp glsl_symbol_table.pico.tmp glsl_to_nir.pico.tmp hir_field_selection.pico.tmp ir.pico.tmp ir_array_refcount.pico.tmp ir_basic_block.pico.tmp ir_builder.pico.tmp ir_clone.pico.tmp ir_constant_expression.pico.tmp ir_equals.pico.tmp ir_expression_flattening.pico.tmp ir_function.pico.tmp ir_function_can_inline.pico.tmp ir_function_detect_recursion.pico.tmp ir_hierarchical_visitor.pico.tmp ir_hv_accept.pico.tmp ir_print_visitor.pico.tmp ir_reader.pico.tmp ir_rvalue_visitor.pico.tmp ir_set_program_inouts.pico.tmp ir_validate.pico.tmp ir_variable_refcount.pico.tmp linker.pico.tmp linker_util.pico.tmp link_atomics.pico.tmp link_functions.pico.tmp link_interface_blocks.pico.tmp link_uniforms.pico.tmp link_uniform_initializers.pico.tmp link_uniform_block_active_visitor.pico.tmp link_uniform_blocks.pico.tmp link_varyings.pico.tmp loop_analysis.pico.tmp loop_unroll.pico.tmp lower_blend_equation_advanced.pico.tmp lower_buffer_access.pico.tmp lower_const_arrays_to_uniforms.pico.tmp lower_cs_derived.pico.tmp lower_discard.pico.tmp lower_discard_flow.pico.tmp lower_distance.pico.tmp lower_if_to_cond_assign.pico.tmp lower_instructions.pico.tmp lower_int64.pico.tmp lower_jumps.pico.tmp lower_mat_op_to_vec.pico.tmp lower_noise.pico.tmp lower_offset_array.pico.tmp lower_packed_varyings.pico.tmp lower_named_interface_blocks.pico.tmp lower_packing_builtins.pico.tmp lower_subroutine.pico.tmp lower_tess_level.pico.tmp lower_texture_projection.pico.tmp lower_variable_index_to_cond_assign.pico.tmp lower_vec_index_to_cond_assign.pico.tmp lower_vec_index_to_swizzle.pico.tmp lower_vector.pico.tmp lower_vector_derefs.pico.tmp lower_vector_insert.pico.tmp lower_vertex_id.pico.tmp lower_output_reads.pico.tmp lower_shared_reference.pico.tmp lower_ubo_reference.pico.tmp opt_algebraic.pico.tmp opt_array_splitting.pico.tmp opt_conditional_discard.pico.tmp opt_constant_folding.pico.tmp opt_constant_propagation.pico.tmp opt_constant_variable.pico.tmp opt_copy_propagation_elements.pico.tmp opt_dead_builtin_variables.pico.tmp opt_dead_builtin_varyings.pico.tmp opt_dead_code.pico.tmp opt_dead_code_local.pico.tmp opt_dead_functions.pico.tmp opt_flatten_nested_if_blocks.pico.tmp opt_flip_matrices.pico.tmp opt_function_inlining.pico.tmp opt_if_simplification.pico.tmp opt_minmax.pico.tmp opt_rebalance_tree.pico.tmp opt_redundant_jumps.pico.tmp opt_structure_splitting.pico.tmp opt_swizzle.pico.tmp opt_tree_grafting.pico.tmp opt_vectorize.pico.tmp propagate_invariance.pico.tmp s_expression.pico.tmp string_to_uint_map.pico.tmp serialize.pico.tmp shader_cache.pico.tmp blob.pico.tmp glsl_types.pico.tmp nir_types.pico.tmp shader_enums.pico.tmp glcpp-lex.pico.tmp glcpp-parse.pico.tmp pp.pico.tmp nir_constant_expressions.pico.tmp nir_intrinsics.pico.tmp nir_opcodes.pico.tmp nir_opt_algebraic.pico.tmp nir.pico.tmp nir_builtin_builder.pico.tmp nir_clone.pico.tmp nir_control_flow.pico.tmp nir_deref.pico.tmp nir_dominance.pico.tmp nir_from_ssa.pico.tmp nir_gather_info.pico.tmp nir_gather_xfb_info.pico.tmp nir_gs_count_vertices.pico.tmp nir_inline_functions.pico.tmp nir_instr_set.pico.tmp nir_linking_helpers.pico.tmp nir_liveness.pico.tmp nir_loop_analyze.pico.tmp nir_lower_alpha_test.pico.tmp nir_lower_alu.pico.tmp nir_lower_alu_to_scalar.pico.tmp nir_lower_array_deref_of_vec.pico.tmp nir_lower_atomics_to_ssbo.pico.tmp nir_lower_bit_size.pico.tmp nir_lower_bitmap.pico.tmp nir_lower_bool_to_int32.pico.tmp nir_lower_clamp_color_outputs.pico.tmp nir_lower_clip.pico.tmp nir_lower_clip_cull_distance_arrays.pico.tmp nir_lower_constant_initializers.pico.tmp nir_lower_double_ops.pico.tmp nir_lower_drawpixels.pico.tmp nir_lower_global_vars_to_local.pico.tmp nir_lower_gs_intrinsics.pico.tmp nir_lower_idiv.pico.tmp nir_lower_indirect_derefs.pico.tmp nir_lower_int64.pico.tmp nir_lower_io.pico.tmp nir_lower_io_arrays_to_elements.pico.tmp nir_lower_io_to_scalar.pico.tmp nir_lower_io_to_vector.pico.tmp nir_lower_io_to_temporaries.pico.tmp nir_lower_load_const_to_scalar.pico.tmp nir_lower_locals_to_regs.pico.tmp nir_lower_packing.pico.tmp nir_lower_passthrough_edgeflags.pico.tmp nir_lower_patch_vertices.pico.tmp nir_lower_phis_to_scalar.pico.tmp nir_lower_regs_to_ssa.pico.tmp nir_lower_returns.pico.tmp nir_lower_subgroups.pico.tmp nir_lower_system_values.pico.tmp nir_lower_tex.pico.tmp nir_lower_to_source_mods.pico.tmp nir_lower_two_sided_color.pico.tmp nir_lower_uniforms_to_ubo.pico.tmp nir_lower_var_copies.pico.tmp nir_lower_vars_to_ssa.pico.tmp nir_lower_vec_to_movs.pico.tmp nir_lower_wpos_center.pico.tmp nir_lower_wpos_ytransform.pico.tmp nir_metadata.pico.tmp nir_move_load_const.pico.tmp nir_move_vec_src_uses_to_dest.pico.tmp nir_normalize_cubemap_coords.pico.tmp nir_opt_combine_stores.pico.tmp nir_opt_comparison_pre.pico.tmp nir_opt_conditional_discard.pico.tmp nir_opt_constant_folding.pico.tmp nir_opt_copy_prop_vars.pico.tmp nir_opt_copy_propagate.pico.tmp nir_opt_cse.pico.tmp nir_opt_dce.pico.tmp nir_opt_dead_cf.pico.tmp nir_opt_dead_write_vars.pico.tmp nir_opt_find_array_copies.pico.tmp nir_opt_gcm.pico.tmp nir_opt_idiv_const.pico.tmp nir_opt_if.pico.tmp nir_opt_intrinsics.pico.tmp nir_opt_large_constants.pico.tmp nir_opt_loop_unroll.pico.tmp nir_opt_move_comparisons.pico.tmp nir_opt_move_load_ubo.pico.tmp nir_opt_peephole_select.pico.tmp nir_opt_remove_phis.pico.tmp nir_opt_shrink_load.pico.tmp nir_opt_trivial_continues.pico.tmp nir_opt_undef.pico.tmp nir_phi_builder.pico.tmp nir_print.pico.tmp nir_propagate_invariant.pico.tmp nir_remove_dead_variables.pico.tmp nir_repair_ssa.pico.tmp nir_search.pico.tmp nir_serialize.pico.tmp nir_split_per_member_structs.pico.tmp nir_split_var_copies.pico.tmp nir_split_vars.pico.tmp nir_strip.pico.tmp nir_sweep.pico.tmp nir_to_lcssa.pico.tmp nir_validate.pico.tmp nir_worklist.pico.tmp spirv_info.pico.tmp vtn_gather_types.pico.tmp gl_spirv.pico.tmp spirv_to_nir.pico.tmp vtn_alu.pico.tmp vtn_amd.pico.tmp vtn_cfg.pico.tmp vtn_glsl450.pico.tmp vtn_opencl.pico.tmp vtn_subgroup.pico.tmp vtn_variables.pico.tmp common_x86.pico.tmp streaming-load-memcpy.pico.tmp hash_table.pico.tmp build_id.pico.tmp crc32.pico.tmp disk_cache.pico.tmp fast_idiv_by_const.pico.tmp half_float.pico.tmp format_srgb.pico.tmp mesa-sha1.pico.tmp os_time.pico.tmp ralloc.pico.tmp UTILdebug.pico.tmp rand_xor.pico.tmp rb_tree.pico.tmp register_allocate.pico.tmp rgtc.pico.tmp set.pico.tmp slab.pico.tmp string_buffer.pico.tmp strtod.pico.tmp u_atomic.pico.tmp u_cpu_detect.pico.tmp u_math.pico.tmp u_queue.pico.tmp u_process.pico.tmp u_vector.pico.tmp vma.pico.tmp utils.pico.tmp dri_util.pico.tmp xmlconfig.pico.tmp megadriver_stub.pico.tmp target.pico.tmp || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f hx509_err.c hx509_err.h ocsp_asn1_files ocsp_asn1-template.c ocsp_asn1-template.x asn1_OCSPBasicOCSPResponse.x asn1_OCSPCertID.x asn1_OCSPCertStatus.x asn1_OCSPInnerRequest.x asn1_OCSPKeyHash.x asn1_OCSPRequest.x asn1_OCSPResponderID.x asn1_OCSPResponse.x asn1_OCSPResponseBytes.x asn1_OCSPResponseData.x asn1_OCSPResponseStatus.x asn1_OCSPSignature.x asn1_OCSPSingleResponse.x asn1_OCSPTBSRequest.x asn1_OCSPVersion.x asn1_id_pkix_ocsp.x asn1_id_pkix_ocsp_basic.x asn1_id_pkix_ocsp_nonce.x asn1_OCSPBasicOCSPResponse.c asn1_OCSPCertID.c asn1_OCSPCertStatus.c asn1_OCSPInnerRequest.c asn1_OCSPKeyHash.c asn1_OCSPRequest.c asn1_OCSPResponderID.c asn1_OCSPResponse.c asn1_OCSPResponseBytes.c asn1_OCSPResponseData.c asn1_OCSPResponseStatus.c asn1_OCSPSignature.c asn1_OCSPSingleResponse.c asn1_OCSPTBSRequest.c asn1_OCSPVersion.c asn1_id_pkix_ocsp.c asn1_id_pkix_ocsp_basic.c asn1_id_pkix_ocsp_nonce.c ocsp_asn1.h ocsp_asn1.hx ocsp_asn1-priv.h ocsp_asn1-priv.hx ocsp.ts pkcs10_asn1_files pkcs10_asn1-template.c pkcs10_asn1-template.x asn1_pkcs10_asn1.x asn1_pkcs10_asn1.c pkcs10_asn1.h pkcs10_asn1.hx pkcs10_asn1-priv.h pkcs10_asn1-priv.hx pkcs10.ts libhx509.so.7.map sel-gram.c sel-lex.c sel-gram.h a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f hx509_err.c hx509_err.h ocsp_asn1_files ocsp_asn1-template.c ocsp_asn1-template.x asn1_OCSPBasicOCSPResponse.x asn1_OCSPCertID.x asn1_OCSPCertStatus.x asn1_OCSPInnerRequest.x asn1_OCSPKeyHash.x asn1_OCSPRequest.x asn1_OCSPResponderID.x asn1_OCSPResponse.x asn1_OCSPResponseBytes.x asn1_OCSPResponseData.x asn1_OCSPResponseStatus.x asn1_OCSPSignature.x asn1_OCSPSingleResponse.x asn1_OCSPTBSRequest.x asn1_OCSPVersion.x asn1_id_pkix_ocsp.x asn1_id_pkix_ocsp_basic.x asn1_id_pkix_ocsp_nonce.x asn1_OCSPBasicOCSPResponse.c asn1_OCSPCertID.c asn1_OCSPCertStatus.c asn1_OCSPInnerRequest.c asn1_OCSPKeyHash.c asn1_OCSPRequest.c asn1_OCSPResponderID.c asn1_OCSPResponse.c asn1_OCSPResponseBytes.c asn1_OCSPResponseData.c asn1_OCSPResponseStatus.c asn1_OCSPSignature.c asn1_OCSPSingleResponse.c asn1_OCSPTBSRequest.c asn1_OCSPVersion.c asn1_id_pkix_ocsp.c asn1_id_pkix_ocsp_basic.c asn1_id_pkix_ocsp_nonce.c ocsp_asn1.h ocsp_asn1.hx ocsp_asn1-priv.h ocsp_asn1-priv.hx ocsp.ts pkcs10_asn1_files pkcs10_asn1-template.c pkcs10_asn1-template.x asn1_pkcs10_asn1.x asn1_pkcs10_asn1.c pkcs10_asn1.h pkcs10_asn1.hx pkcs10_asn1-priv.h pkcs10_asn1-priv.hx pkcs10.ts libhx509.so.7.map sel-gram.c sel-lex.c sel-gram.h a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhx509 && rm -f .depend ca.d cert.d cms.d collector.d crypto-ec.d crypto.d doxygen.d env.d error.d file.d hx509_err.d keyset.d ks_dir.d ks_file.d ks_keychain.d ks_mem.d ks_null.d ks_p11.d ks_p12.d lock.d name.d peer.d print.d req.d revoke.d sel-gram.d sel-lex.d sel.d softp11.d ui.d ca.d.tmp cert.d.tmp cms.d.tmp collector.d.tmp crypto-ec.d.tmp crypto.d.tmp doxygen.d.tmp env.d.tmp error.d.tmp file.d.tmp hx509_err.d.tmp keyset.d.tmp ks_dir.d.tmp ks_file.d.tmp ks_keychain.d.tmp ks_mem.d.tmp ks_null.d.tmp ks_p11.d.tmp ks_p12.d.tmp lock.d.tmp name.d.tmp peer.d.tmp print.d.tmp req.d.tmp revoke.d.tmp sel-gram.d.tmp sel-lex.d.tmp sel.d.tmp softp11.d.tmp ui.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhx509 && rm -f .depend ca.d cert.d cms.d collector.d crypto-ec.d crypto.d doxygen.d env.d error.d file.d hx509_err.d keyset.d ks_dir.d ks_file.d ks_keychain.d ks_mem.d ks_null.d ks_p11.d ks_p12.d lock.d name.d peer.d print.d req.d revoke.d sel-gram.d sel-lex.d sel.d softp11.d ui.d ca.d.tmp cert.d.tmp cms.d.tmp collector.d.tmp crypto-ec.d.tmp crypto.d.tmp doxygen.d.tmp env.d.tmp error.d.tmp file.d.tmp hx509_err.d.tmp keyset.d.tmp ks_dir.d.tmp ks_file.d.tmp ks_keychain.d.tmp ks_mem.d.tmp ks_null.d.tmp ks_p11.d.tmp ks_p12.d.tmp lock.d.tmp name.d.tmp peer.d.tmp print.d.tmp req.d.tmp revoke.d.tmp sel-gram.d.tmp sel-lex.d.tmp sel.d.tmp softp11.d.tmp ui.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/gallium.old && rm -f llib-lgallium_dri.ln u_indices_gen.ln u_unfilled_gen.ln u_format_table.ln cso_cache.ln cso_context.ln cso_hash.ln draw_context.ln draw_fs.ln draw_gs.ln draw_pipe_aaline.ln draw_pipe_aapoint.ln draw_pipe.ln draw_pipe_clip.ln draw_pipe_cull.ln draw_pipe_flatshade.ln draw_pipe_offset.ln draw_pipe_pstipple.ln draw_pipe_stipple.ln draw_pipe_twoside.ln draw_pipe_unfilled.ln draw_pipe_util.ln draw_pipe_validate.ln draw_pipe_vbuf.ln draw_pipe_wide_line.ln draw_pipe_wide_point.ln draw_prim_assembler.ln draw_pt.ln draw_pt_emit.ln draw_pt_fetch.ln draw_pt_fetch_emit.ln draw_pt_fetch_shade_emit.ln draw_pt_fetch_shade_pipeline.ln draw_pt_post_vs.ln draw_pt_so_emit.ln draw_pt_util.ln draw_pt_vsplit.ln draw_vertex.ln draw_vs.ln draw_vs_exec.ln draw_vs_variant.ln draw_llvm.ln draw_llvm_sample.ln draw_pt_fetch_shade_pipeline_llvm.ln draw_vs_llvm.ln dd_context.ln dd_draw.ln dd_screen.ln noop_pipe.ln noop_state.ln DRIVERrbug_core.ln DRIVERrbug_context.ln rbug_objects.ln rbug_screen.ln tr_context.ln tr_dump.ln tr_dump_state.ln tr_screen.ln tr_texture.ln font.ln hud_context.ln hud_cpu.ln hud_nic.ln hud_cpufreq.ln hud_diskstat.ln hud_sensors_temp.ln hud_fps.ln hud_driver_query.ln u_primconvert.ln tgsi_to_nir.ln os_process.ln pb_buffer_fenced.ln pb_bufmgr_cache.ln pb_bufmgr_debug.ln pb_bufmgr_mm.ln pb_bufmgr_slab.ln pb_cache.ln pb_slab.ln pb_validate.ln pipe_loader.ln pipe_loader_drm.ln pipe_loader_sw.ln pp_celshade.ln pp_colors.ln pp_init.ln pp_mlaa.ln pp_run.ln pp_program.ln rbug_connection.ln RBUGrbug_context.ln RBUGrbug_core.ln rbug_demarshal.ln rbug_texture.ln rbug_shader.ln renderonly.ln rtasm_cpu.ln rtasm_execmem.ln rtasm_x86sse.ln tgsi_aa_point.ln tgsi_build.ln tgsi_dump.ln tgsi_exec.ln tgsi_emulate.ln tgsi_from_mesa.ln tgsi_info.ln tgsi_iterate.ln tgsi_lowering.ln tgsi_parse.ln tgsi_point_sprite.ln tgsi_sanity.ln tgsi_scan.ln tgsi_strings.ln tgsi_text.ln tgsi_transform.ln tgsi_two_side.ln tgsi_ureg.ln tgsi_util.ln translate.ln translate_cache.ln translate_generic.ln translate_sse.ln os_misc.ln u_async_debug.ln u_bitmask.ln u_blit.ln u_blitter.ln u_cache.ln u_debug.ln u_debug_describe.ln u_debug_flush.ln u_debug_gallium.ln u_debug_image.ln u_debug_memory.ln u_debug_refcnt.ln u_debug_stack.ln u_debug_symbol.ln u_dl.ln u_draw.ln u_draw_quad.ln u_dump_defines.ln u_dump_state.ln u_format.ln u_format_bptc.ln u_format_etc.ln u_format_latc.ln u_format_other.ln u_format_rgtc.ln u_format_s3tc.ln u_format_tests.ln u_format_yuv.ln u_format_zs.ln u_framebuffer.ln u_gen_mipmap.ln u_handle_table.ln u_hash_table.ln u_helpers.ln u_idalloc.ln u_index_modify.ln u_linear.ln u_log.ln u_mm.ln u_network.ln u_prim.ln u_prim_restart.ln u_pstipple.ln u_resource.ln u_ringbuffer.ln u_sampler.ln u_screen.ln u_simple_shaders.ln u_suballoc.ln u_surface.ln u_surfaces.ln u_tests.ln u_texture.ln u_tile.ln u_transfer.ln u_transfer_helper.ln u_threaded_context.ln u_upload_mgr.ln u_vbuf.ln vl_bicubic_filter.ln vl_compositor.ln vl_compositor_cs.ln vl_compositor_gfx.ln vl_csc.ln vl_decoder.ln vl_deint_filter.ln vl_idct.ln vl_matrix_filter.ln vl_mc.ln vl_median_filter.ln vl_mpeg12_bitstream.ln vl_mpeg12_decoder.ln vl_vertex_buffers.ln vl_video_buffer.ln vl_winsys_dri.ln vl_zscan.ln sp_buffer.ln sp_clear.ln sp_context.ln sp_compute.ln sp_draw_arrays.ln sp_fence.ln sp_flush.ln sp_fs_exec.ln sp_image.ln sp_prim_vbuf.ln sp_quad_blend.ln sp_quad_depth_test.ln sp_quad_fs.ln sp_quad_pipe.ln sp_quad_stipple.ln sp_query.ln sp_screen.ln sp_setup.ln sp_state_blend.ln sp_state_clip.ln sp_state_derived.ln sp_state_image.ln sp_state_rasterizer.ln sp_state_sampler.ln sp_state_shader.ln sp_state_so.ln sp_state_surface.ln sp_state_vertex.ln sp_surface.ln sp_tex_sample.ln sp_tex_tile_cache.ln sp_texture.ln sp_tile_cache.ln dri_sw_winsys.ln kms_dri_sw_winsys.ln null_sw_winsys.ln wrapper_sw_winsys.ln dri_context.ln dri_drawable.ln dri_helpers.ln dri_query_renderer.ln dri_screen.ln drisw.ln dri2.ln cayman_msaa.ln r600_buffer_common.ln r600_pipe_common.ln r600_query.ln r600_streamout.ln r600_texture.ln radeon_radeon_uvd.ln radeon_uvd_enc.ln radeon_uvd_enc_1_1.ln radeon_vce_40_2_2.ln radeon_vce_50.ln radeon_vce_52.ln radeon_vcn_dec.ln radeon_vcn_dec_jpeg.ln radeon_vcn_enc.ln radeon_vcn_enc_1_2.ln radeon_radeon_vce.ln radeon_radeon_video.ln cik_sdma.ln si_blit.ln si_buffer.ln si_clear.ln si_compute.ln si_compute_blit.ln si_cp_dma.ln si_debug.ln si_descriptors.ln si_dma.ln si_dma_cs.ln si_fence.ln si_get.ln si_gfx_cs.ln si_gpu_load.ln si_pipe.ln si_pm4.ln si_perfcounter.ln si_query.ln si_shader.ln si_shader_nir.ln si_shader_tgsi_alu.ln si_shader_tgsi_mem.ln si_shader_tgsi_setup.ln si_shaderlib_tgsi.ln si_state.ln si_state_binning.ln si_state_draw.ln si_state_msaa.ln si_state_shaders.ln si_state_streamout.ln si_state_viewport.ln si_test_dma.ln si_test_dma_perf.ln si_texture.ln si_uvd.ln r300_blit.ln r300_chipset.ln r300_context.ln r300_debug.ln r300_emit.ln r300_flush.ln r300_fs.ln r300_hyperz.ln r300_query.ln r300_render.ln r300_render_stencilref.ln r300_render_translate.ln r300_resource.ln r300_screen_buffer.ln r300_screen.ln r300_state.ln r300_state_derived.ln r300_texture.ln r300_texture_desc.ln r300_tgsi_to_rc.ln r300_transfer.ln r300_vs.ln r300_vs_draw.ln memory_pool.ln r300_fragprog.ln r300_fragprog_emit.ln r300_fragprog_swizzle.ln r3xx_fragprog.ln r3xx_vertprog.ln r3xx_vertprog_dump.ln r500_fragprog.ln r500_fragprog_emit.ln radeon_code.ln radeon_compiler.ln radeon_compiler_util.ln radeon_dataflow.ln radeon_dataflow_deadcode.ln radeon_dataflow_swizzles.ln radeon_emulate_branches.ln radeon_emulate_loops.ln radeon_inline_literals.ln radeon_list.ln radeon_opcodes.ln radeon_optimize.ln radeon_pair_dead_sources.ln radeon_pair_regalloc.ln radeon_pair_schedule.ln radeon_pair_translate.ln radeon_program_alu.ln radeon_program.ln radeon_program_pair.ln radeon_program_print.ln radeon_program_tex.ln radeon_remove_constants.ln radeon_rename_regs.ln radeon_variable.ln radeon_vert_fc.ln eg_debug.ln r600_gpu_load.ln r600_perfcounter.ln r600_radeon_vce.ln r600_radeon_video.ln compute_memory_pool.ln r600_viewport.ln eg_asm.ln evergreen_compute.ln evergreen_hw_context.ln evergreen_state.ln r600_asm.ln r600_blit.ln r600_hw_context.ln r600_isa.ln r600_pipe.ln r600_shader.ln r600_state.ln r600_state_common.ln r600_uvd.ln r600_radeon_uvd.ln r600_test_dma.ln r700_asm.ln radeon_drm_bo.ln radeon_drm_cs.ln radeon_drm_surface.ln radeon_drm_winsys.ln amdgpu_bo.ln amdgpu_cs.ln amdgpu_surface.ln amdgpu_winsys.ln nouveau_buffer.ln nouveau_fence.ln nouveau_heap.ln nouveau_mm.ln nouveau_screen.ln nouveau_video.ln nouveau_vp3_video_bsp.ln nouveau_vp3_video.ln nouveau_vp3_video_vp.ln nv30_clear.ln nv30_context.ln nv30_draw.ln nv30_format.ln nv30_fragprog.ln nv30_fragtex.ln nv30_miptree.ln nv30_push.ln nv30_query.ln nv30_resource.ln nv30_screen.ln nv30_state.ln nv30_state_validate.ln nv30_texture.ln nv30_transfer.ln nv30_vbo.ln nv30_vertprog.ln nv40_verttex.ln nvfx_fragprog.ln nvfx_vertprog.ln nv50_compute.ln nv50_context.ln nv50_formats.ln nv50_miptree.ln nv50_program.ln nv50_push.ln nv50_query.ln nv50_query_hw.ln nv50_query_hw_metric.ln nv50_query_hw_sm.ln nv50_resource.ln nv50_screen.ln nv50_shader_state.ln nv50_state.ln nv50_state_validate.ln nv50_surface.ln nv50_tex.ln nv50_transfer.ln nv50_vbo.ln nv84_video_bsp.ln nv84_video.ln nv84_video_vp.ln nv98_video_bsp.ln nv98_video.ln nv98_video_ppp.ln nv98_video_vp.ln nvc0_compute.ln nvc0_context.ln nvc0_formats.ln nvc0_miptree.ln nvc0_resource.ln nvc0_screen.ln nvc0_state.ln nvc0_state_validate.ln nvc0_surface.ln nvc0_tex.ln nvc0_transfer.ln nvc0_vbo.ln nvc0_vbo_translate.ln nvc0_program.ln nvc0_shader_state.ln nvc0_query.ln nvc0_query_hw.ln nvc0_query_hw_metric.ln nvc0_query_hw_sm.ln nvc0_query_sw.ln nve4_compute.ln nvc0_video.ln nvc0_video_bsp.ln nvc0_video_vp.ln nvc0_video_ppp.ln nouveau_drm_winsys.ln bitmap.ln decode.ln device.ln ftab.ln htab.ln mixer.ln output.ln preemption.ln presentation.ln query.ln surface.ln i915_blit.ln i915_clear.ln i915_context.ln i915_debug.ln i915_debug_fp.ln i915_flush.ln i915_fpc_emit.ln i915_fpc_optimize.ln i915_fpc_translate.ln i915_prim_emit.ln i915_prim_vbuf.ln i915_query.ln i915_resource_buffer.ln i915_resource.ln i915_resource_texture.ln i915_screen.ln i915_state.ln i915_state_derived.ln i915_state_dynamic.ln i915_state_emit.ln i915_state_fpc.ln i915_state_immediate.ln i915_state_sampler.ln i915_state_static.ln i915_surface.ln i915_drm_batchbuffer.ln i915_drm_buffer.ln i915_drm_fence.ln i915_drm_winsys.ln lp_bld_arit.ln lp_bld_arit_overflow.ln lp_bld_assert.ln lp_bld_bitarit.ln lp_bld_const.ln lp_bld_conv.ln lp_bld_flow.ln lp_bld_format_aos_array.ln lp_bld_format_aos.ln lp_bld_format_float.ln lp_bld_format.ln lp_bld_format_soa.ln lp_bld_format_s3tc.ln lp_bld_format_srgb.ln lp_bld_format_yuv.ln lp_bld_gather.ln lp_bld_init.ln lp_bld_intr.ln lp_bld_logic.ln lp_bld_pack.ln lp_bld_printf.ln lp_bld_quad.ln lp_bld_sample_aos.ln lp_bld_sample.ln lp_bld_sample_soa.ln lp_bld_struct.ln lp_bld_swizzle.ln lp_bld_tgsi_action.ln lp_bld_tgsi_aos.ln lp_bld_tgsi.ln lp_bld_tgsi_info.ln lp_bld_tgsi_soa.ln lp_bld_type.ln lp_bld_alpha.ln lp_bld_blend_aos.ln lp_bld_blend.ln lp_bld_blend_logicop.ln lp_bld_depth.ln lp_bld_interp.ln lp_clear.ln lp_context.ln lp_draw_arrays.ln lp_fence.ln lp_flush.ln lp_jit.ln lp_memory.ln lp_perf.ln lp_query.ln lp_rast.ln lp_rast_debug.ln lp_rast_tri.ln lp_scene.ln lp_scene_queue.ln lp_screen.ln lp_setup.ln lp_setup_line.ln lp_setup_point.ln lp_setup_tri.ln lp_setup_vbuf.ln lp_state_blend.ln lp_state_clip.ln lp_state_derived.ln lp_state_fs.ln lp_state_gs.ln lp_state_rasterizer.ln lp_state_sampler.ln lp_state_setup.ln lp_state_so.ln lp_state_surface.ln lp_state_vertex.ln lp_state_vs.ln lp_surface.ln lp_tex_sample.ln lp_texture.ln loader.ln pci_id_driver_map.ln xmlconfig.ln accum.ln api_arrayelt.ln api_loopback.ln api_exec.ln arbprogram.ln arrayobj.ln atifragshader.ln attrib.ln barrier.ln bbox.ln blend.ln blit.ln bufferobj.ln buffers.ln clear.ln clip.ln colortab.ln compute.ln condrender.ln conservativeraster.ln context.ln convolve.ln copyimage.ln cpuinfo.ln MESAdebug.ln debug_output.ln depth.ln dlist.ln draw.ln drawpix.ln drawtex.ln draw_validate.ln enable.ln enums.ln errors.ln MESAeval.ln execmem.ln extensions.ln extensions_table.ln externalobjects.ln fbobject.ln feedback.ln ffvertex_prog.ln fog.ln format_fallback.ln format_pack.ln format_unpack.ln format_utils.ln formatquery.ln formats.ln framebuffer.ln get.ln genmipmap.ln getstring.ln glformats.ln glspirv.ln glthread.ln hash.ln hint.ln histogram.ln image.ln imports.ln light.ln lines.ln marshal.ln marshal_generated.ln matrix.ln mipmap.ln mm.ln multisample.ln objectlabel.ln objectpurge.ln pack.ln pbo.ln performance_monitor.ln performance_query.ln pipelineobj.ln MESApixel.ln MESApixelstore.ln pixeltransfer.ln points.ln polygon.ln program_binary.ln program_resource.ln querymatrix.ln queryobj.ln rastpos.ln readpix.ln remap.ln renderbuffer.ln robustness.ln samplerobj.ln scissor.ln shaderapi.ln shaderimage.ln shaderobj.ln shared.ln state.ln stencil.ln syncobj.ln texcompress.ln texcompress_bptc.ln texcompress_cpal.ln texcompress_etc.ln texcompress_fxt1.ln texcompress_rgtc.ln texcompress_s3tc.ln texenv.ln texformat.ln texgen.ln texgetimage.ln teximage.ln texobj.ln texparam.ln texstate.ln texstorage.ln texstore.ln texturebindless.ln textureview.ln transformfeedback.ln uniforms.ln varray.ln vdpau.ln version.ln viewport.ln vtxfmt.ln es1_conversion.ln m_debug_clip.ln m_debug_norm.ln m_debug_xform.ln m_eval.ln m_matrix.ln m_translate.ln m_vector.ln vbo_context.ln vbo_exec_api.ln vbo_exec.ln vbo_exec_draw.ln vbo_exec_eval.ln vbo_minmax_index.ln vbo_noop.ln vbo_primitive_restart.ln vbo_save_api.ln vbo_save.ln vbo_save_draw.ln vbo_save_loopback.ln st_atifs_to_tgsi.ln st_atom.ln st_atom_array.ln st_atom_atomicbuf.ln st_atom_blend.ln st_atom_clip.ln st_atom_constbuf.ln st_atom_depth.ln st_atom_framebuffer.ln st_atom_image.ln st_atom_msaa.ln st_atom_pixeltransfer.ln st_atom_rasterizer.ln st_atom_sampler.ln st_atom_scissor.ln st_atom_shader.ln st_atom_stipple.ln st_atom_storagebuf.ln st_atom_tess.ln st_atom_texture.ln st_atom_viewport.ln st_cb_bitmap.ln st_cb_bitmap_shader.ln st_cb_blit.ln st_cb_bufferobjects.ln st_cb_clear.ln st_cb_compute.ln st_cb_condrender.ln st_cb_copyimage.ln st_cb_drawpixels.ln st_cb_drawpixels_shader.ln st_cb_drawtex.ln st_cb_eglimage.ln st_cb_fbo.ln st_cb_feedback.ln st_cb_flush.ln st_cb_memoryobjects.ln st_cb_msaa.ln st_cb_perfmon.ln st_cb_program.ln st_cb_queryobj.ln st_cb_rasterpos.ln st_cb_readpixels.ln st_cb_semaphoreobjects.ln st_cb_strings.ln st_cb_syncobj.ln st_cb_texture.ln st_cb_texturebarrier.ln st_cb_viewport.ln st_cb_xformfb.ln st_context.ln st_copytex.ln st_debug.ln st_draw.ln st_draw_feedback.ln st_extensions.ln st_format.ln st_gen_mipmap.ln st_manager.ln st_mesa_to_tgsi.ln st_nir_builtins.ln st_nir_lower_builtin.ln st_nir_lower_tex_src_plane.ln st_pbo.ln st_program.ln st_sampler_view.ln st_scissor.ln st_shader_cache.ln st_texture.ln st_tgsi_lower_yuv.ln arbprogparse.ln prog_cache.ln prog_execute.ln prog_instruction.ln prog_noise.ln prog_opt_constant_fold.ln prog_optimize.ln prog_parameter.ln prog_parameter_layout.ln prog_print.ln prog_statevars.ln prog_to_nir.ln program.ln programopt.ln program_parse.tab.ln program_parse_extra.ln symbol_table.ln streaming-load-memcpy.ln sse_minmax.ln ac_binary.ln ac_llvm_build.ln ac_llvm_util.ln ac_shader_util.ln ac_nir_to_llvm.ln ac_gpu_info.ln ac_surface.ln ac_debug.ln gl_nir_lower_atomics.ln gl_nir_link_atomics.ln gl_nir_link_uniform_initializers.ln gl_nir_link_uniforms.ln gl_nir_link_xfb.ln gl_nir_linker.ln gl_nir_lower_bindless_images.ln gl_nir_lower_buffers.ln gl_nir_lower_samplers.ln gl_nir_lower_samplers_as_deref.ln blob.ln shader_enums.ln glcpp-lex.ln glcpp-parse.ln pp.ln nir_constant_expressions.ln nir_intrinsics.ln nir_opcodes.ln nir_opt_algebraic.ln nir.ln nir_builtin_builder.ln nir_clone.ln nir_control_flow.ln nir_deref.ln nir_dominance.ln nir_from_ssa.ln nir_gather_info.ln nir_gather_xfb_info.ln nir_gs_count_vertices.ln nir_inline_functions.ln nir_instr_set.ln nir_linking_helpers.ln nir_liveness.ln nir_loop_analyze.ln nir_lower_alpha_test.ln nir_lower_alu.ln nir_lower_alu_to_scalar.ln nir_lower_array_deref_of_vec.ln nir_lower_atomics_to_ssbo.ln nir_lower_bit_size.ln nir_lower_bitmap.ln nir_lower_bool_to_int32.ln nir_lower_clamp_color_outputs.ln nir_lower_clip.ln nir_lower_clip_cull_distance_arrays.ln nir_lower_constant_initializers.ln nir_lower_double_ops.ln nir_lower_drawpixels.ln nir_lower_global_vars_to_local.ln nir_lower_gs_intrinsics.ln nir_lower_idiv.ln nir_lower_indirect_derefs.ln nir_lower_int64.ln nir_lower_io.ln nir_lower_io_arrays_to_elements.ln nir_lower_io_to_scalar.ln nir_lower_io_to_vector.ln nir_lower_io_to_temporaries.ln nir_lower_load_const_to_scalar.ln nir_lower_locals_to_regs.ln nir_lower_packing.ln nir_lower_passthrough_edgeflags.ln nir_lower_patch_vertices.ln nir_lower_phis_to_scalar.ln nir_lower_regs_to_ssa.ln nir_lower_returns.ln nir_lower_subgroups.ln nir_lower_system_values.ln nir_lower_tex.ln nir_lower_to_source_mods.ln nir_lower_two_sided_color.ln nir_lower_uniforms_to_ubo.ln nir_lower_var_copies.ln nir_lower_vars_to_ssa.ln nir_lower_vec_to_movs.ln nir_lower_wpos_center.ln nir_lower_wpos_ytransform.ln nir_metadata.ln nir_move_load_const.ln nir_move_vec_src_uses_to_dest.ln nir_normalize_cubemap_coords.ln nir_opt_combine_stores.ln nir_opt_comparison_pre.ln nir_opt_conditional_discard.ln nir_opt_constant_folding.ln nir_opt_copy_prop_vars.ln nir_opt_copy_propagate.ln nir_opt_cse.ln nir_opt_dce.ln nir_opt_dead_cf.ln nir_opt_dead_write_vars.ln nir_opt_find_array_copies.ln nir_opt_gcm.ln nir_opt_idiv_const.ln nir_opt_if.ln nir_opt_intrinsics.ln nir_opt_large_constants.ln nir_opt_loop_unroll.ln nir_opt_move_comparisons.ln nir_opt_move_load_ubo.ln nir_opt_peephole_select.ln nir_opt_remove_phis.ln nir_opt_shrink_load.ln nir_opt_trivial_continues.ln nir_opt_undef.ln nir_phi_builder.ln nir_print.ln nir_propagate_invariant.ln nir_remove_dead_variables.ln nir_repair_ssa.ln nir_search.ln nir_serialize.ln nir_split_per_member_structs.ln nir_split_var_copies.ln nir_split_vars.ln nir_strip.ln nir_sweep.ln nir_to_lcssa.ln nir_validate.ln nir_worklist.ln spirv_info.ln vtn_gather_types.ln gl_spirv.ln spirv_to_nir.ln vtn_alu.ln vtn_amd.ln vtn_cfg.ln vtn_glsl450.ln vtn_opencl.ln vtn_subgroup.ln vtn_variables.ln common_x86.ln streaming-load-memcpy.ln hash_table.ln build_id.ln crc32.ln disk_cache.ln fast_idiv_by_const.ln half_float.ln format_srgb.ln mesa-sha1.ln os_time.ln ralloc.ln UTILdebug.ln rand_xor.ln rb_tree.ln register_allocate.ln rgtc.ln set.ln slab.ln string_buffer.ln strtod.ln u_atomic.ln u_cpu_detect.ln u_math.ln u_queue.ln u_process.ln u_vector.ln vma.ln utils.ln dri_util.ln xmlconfig.ln megadriver_stub.ln target.ln || true) --- cleandir-crypto/external --- --- cleandir-libkrb5 --- cleandir ===> crypto/external/bsd/heimdal/lib/libkrb5 --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/gallium.old && rm -f llib-lgallium_dri.ln u_indices_gen.ln u_unfilled_gen.ln u_format_table.ln cso_cache.ln cso_context.ln cso_hash.ln draw_context.ln draw_fs.ln draw_gs.ln draw_pipe_aaline.ln draw_pipe_aapoint.ln draw_pipe.ln draw_pipe_clip.ln draw_pipe_cull.ln draw_pipe_flatshade.ln draw_pipe_offset.ln draw_pipe_pstipple.ln draw_pipe_stipple.ln draw_pipe_twoside.ln draw_pipe_unfilled.ln draw_pipe_util.ln draw_pipe_validate.ln draw_pipe_vbuf.ln draw_pipe_wide_line.ln draw_pipe_wide_point.ln draw_prim_assembler.ln draw_pt.ln draw_pt_emit.ln draw_pt_fetch.ln draw_pt_fetch_emit.ln draw_pt_fetch_shade_emit.ln draw_pt_fetch_shade_pipeline.ln draw_pt_post_vs.ln draw_pt_so_emit.ln draw_pt_util.ln draw_pt_vsplit.ln draw_vertex.ln draw_vs.ln draw_vs_exec.ln draw_vs_variant.ln draw_llvm.ln draw_llvm_sample.ln draw_pt_fetch_shade_pipeline_llvm.ln draw_vs_llvm.ln dd_context.ln dd_draw.ln dd_screen.ln noop_pipe.ln noop_state.ln DRIVERrbug_core.ln DRIVERrbug_context.ln rbug_objects.ln rbug_screen.ln tr_context.ln tr_dump.ln tr_dump_state.ln tr_screen.ln tr_texture.ln font.ln hud_context.ln hud_cpu.ln hud_nic.ln hud_cpufreq.ln hud_diskstat.ln hud_sensors_temp.ln hud_fps.ln hud_driver_query.ln u_primconvert.ln tgsi_to_nir.ln os_process.ln pb_buffer_fenced.ln pb_bufmgr_cache.ln pb_bufmgr_debug.ln pb_bufmgr_mm.ln pb_bufmgr_slab.ln pb_cache.ln pb_slab.ln pb_validate.ln pipe_loader.ln pipe_loader_drm.ln pipe_loader_sw.ln pp_celshade.ln pp_colors.ln pp_init.ln pp_mlaa.ln pp_run.ln pp_program.ln rbug_connection.ln RBUGrbug_context.ln RBUGrbug_core.ln rbug_demarshal.ln rbug_texture.ln rbug_shader.ln renderonly.ln rtasm_cpu.ln rtasm_execmem.ln rtasm_x86sse.ln tgsi_aa_point.ln tgsi_build.ln tgsi_dump.ln tgsi_exec.ln tgsi_emulate.ln tgsi_from_mesa.ln tgsi_info.ln tgsi_iterate.ln tgsi_lowering.ln tgsi_parse.ln tgsi_point_sprite.ln tgsi_sanity.ln tgsi_scan.ln tgsi_strings.ln tgsi_text.ln tgsi_transform.ln tgsi_two_side.ln tgsi_ureg.ln tgsi_util.ln translate.ln translate_cache.ln translate_generic.ln translate_sse.ln os_misc.ln u_async_debug.ln u_bitmask.ln u_blit.ln u_blitter.ln u_cache.ln u_debug.ln u_debug_describe.ln u_debug_flush.ln u_debug_gallium.ln u_debug_image.ln u_debug_memory.ln u_debug_refcnt.ln u_debug_stack.ln u_debug_symbol.ln u_dl.ln u_draw.ln u_draw_quad.ln u_dump_defines.ln u_dump_state.ln u_format.ln u_format_bptc.ln u_format_etc.ln u_format_latc.ln u_format_other.ln u_format_rgtc.ln u_format_s3tc.ln u_format_tests.ln u_format_yuv.ln u_format_zs.ln u_framebuffer.ln u_gen_mipmap.ln u_handle_table.ln u_hash_table.ln u_helpers.ln u_idalloc.ln u_index_modify.ln u_linear.ln u_log.ln u_mm.ln u_network.ln u_prim.ln u_prim_restart.ln u_pstipple.ln u_resource.ln u_ringbuffer.ln u_sampler.ln u_screen.ln u_simple_shaders.ln u_suballoc.ln u_surface.ln u_surfaces.ln u_tests.ln u_texture.ln u_tile.ln u_transfer.ln u_transfer_helper.ln u_threaded_context.ln u_upload_mgr.ln u_vbuf.ln vl_bicubic_filter.ln vl_compositor.ln vl_compositor_cs.ln vl_compositor_gfx.ln vl_csc.ln vl_decoder.ln vl_deint_filter.ln vl_idct.ln vl_matrix_filter.ln vl_mc.ln vl_median_filter.ln vl_mpeg12_bitstream.ln vl_mpeg12_decoder.ln vl_vertex_buffers.ln vl_video_buffer.ln vl_winsys_dri.ln vl_zscan.ln sp_buffer.ln sp_clear.ln sp_context.ln sp_compute.ln sp_draw_arrays.ln sp_fence.ln sp_flush.ln sp_fs_exec.ln sp_image.ln sp_prim_vbuf.ln sp_quad_blend.ln sp_quad_depth_test.ln sp_quad_fs.ln sp_quad_pipe.ln sp_quad_stipple.ln sp_query.ln sp_screen.ln sp_setup.ln sp_state_blend.ln sp_state_clip.ln sp_state_derived.ln sp_state_image.ln sp_state_rasterizer.ln sp_state_sampler.ln sp_state_shader.ln sp_state_so.ln sp_state_surface.ln sp_state_vertex.ln sp_surface.ln sp_tex_sample.ln sp_tex_tile_cache.ln sp_texture.ln sp_tile_cache.ln dri_sw_winsys.ln kms_dri_sw_winsys.ln null_sw_winsys.ln wrapper_sw_winsys.ln dri_context.ln dri_drawable.ln dri_helpers.ln dri_query_renderer.ln dri_screen.ln drisw.ln dri2.ln cayman_msaa.ln r600_buffer_common.ln r600_pipe_common.ln r600_query.ln r600_streamout.ln r600_texture.ln radeon_radeon_uvd.ln radeon_uvd_enc.ln radeon_uvd_enc_1_1.ln radeon_vce_40_2_2.ln radeon_vce_50.ln radeon_vce_52.ln radeon_vcn_dec.ln radeon_vcn_dec_jpeg.ln radeon_vcn_enc.ln radeon_vcn_enc_1_2.ln radeon_radeon_vce.ln radeon_radeon_video.ln cik_sdma.ln si_blit.ln si_buffer.ln si_clear.ln si_compute.ln si_compute_blit.ln si_cp_dma.ln si_debug.ln si_descriptors.ln si_dma.ln si_dma_cs.ln si_fence.ln si_get.ln si_gfx_cs.ln si_gpu_load.ln si_pipe.ln si_pm4.ln si_perfcounter.ln si_query.ln si_shader.ln si_shader_nir.ln si_shader_tgsi_alu.ln si_shader_tgsi_mem.ln si_shader_tgsi_setup.ln si_shaderlib_tgsi.ln si_state.ln si_state_binning.ln si_state_draw.ln si_state_msaa.ln si_state_shaders.ln si_state_streamout.ln si_state_viewport.ln si_test_dma.ln si_test_dma_perf.ln si_texture.ln si_uvd.ln r300_blit.ln r300_chipset.ln r300_context.ln r300_debug.ln r300_emit.ln r300_flush.ln r300_fs.ln r300_hyperz.ln r300_query.ln r300_render.ln r300_render_stencilref.ln r300_render_translate.ln r300_resource.ln r300_screen_buffer.ln r300_screen.ln r300_state.ln r300_state_derived.ln r300_texture.ln r300_texture_desc.ln r300_tgsi_to_rc.ln r300_transfer.ln r300_vs.ln r300_vs_draw.ln memory_pool.ln r300_fragprog.ln r300_fragprog_emit.ln r300_fragprog_swizzle.ln r3xx_fragprog.ln r3xx_vertprog.ln r3xx_vertprog_dump.ln r500_fragprog.ln r500_fragprog_emit.ln radeon_code.ln radeon_compiler.ln radeon_compiler_util.ln radeon_dataflow.ln radeon_dataflow_deadcode.ln radeon_dataflow_swizzles.ln radeon_emulate_branches.ln radeon_emulate_loops.ln radeon_inline_literals.ln radeon_list.ln radeon_opcodes.ln radeon_optimize.ln radeon_pair_dead_sources.ln radeon_pair_regalloc.ln radeon_pair_schedule.ln radeon_pair_translate.ln radeon_program_alu.ln radeon_program.ln radeon_program_pair.ln radeon_program_print.ln radeon_program_tex.ln radeon_remove_constants.ln radeon_rename_regs.ln radeon_variable.ln radeon_vert_fc.ln eg_debug.ln r600_gpu_load.ln r600_perfcounter.ln r600_radeon_vce.ln r600_radeon_video.ln compute_memory_pool.ln r600_viewport.ln eg_asm.ln evergreen_compute.ln evergreen_hw_context.ln evergreen_state.ln r600_asm.ln r600_blit.ln r600_hw_context.ln r600_isa.ln r600_pipe.ln r600_shader.ln r600_state.ln r600_state_common.ln r600_uvd.ln r600_radeon_uvd.ln r600_test_dma.ln r700_asm.ln radeon_drm_bo.ln radeon_drm_cs.ln radeon_drm_surface.ln radeon_drm_winsys.ln amdgpu_bo.ln amdgpu_cs.ln amdgpu_surface.ln amdgpu_winsys.ln nouveau_buffer.ln nouveau_fence.ln nouveau_heap.ln nouveau_mm.ln nouveau_screen.ln nouveau_video.ln nouveau_vp3_video_bsp.ln nouveau_vp3_video.ln nouveau_vp3_video_vp.ln nv30_clear.ln nv30_context.ln nv30_draw.ln nv30_format.ln nv30_fragprog.ln nv30_fragtex.ln nv30_miptree.ln nv30_push.ln nv30_query.ln nv30_resource.ln nv30_screen.ln nv30_state.ln nv30_state_validate.ln nv30_texture.ln nv30_transfer.ln nv30_vbo.ln nv30_vertprog.ln nv40_verttex.ln nvfx_fragprog.ln nvfx_vertprog.ln nv50_compute.ln nv50_context.ln nv50_formats.ln nv50_miptree.ln nv50_program.ln nv50_push.ln nv50_query.ln nv50_query_hw.ln nv50_query_hw_metric.ln nv50_query_hw_sm.ln nv50_resource.ln nv50_screen.ln nv50_shader_state.ln nv50_state.ln nv50_state_validate.ln nv50_surface.ln nv50_tex.ln nv50_transfer.ln nv50_vbo.ln nv84_video_bsp.ln nv84_video.ln nv84_video_vp.ln nv98_video_bsp.ln nv98_video.ln nv98_video_ppp.ln nv98_video_vp.ln nvc0_compute.ln nvc0_context.ln nvc0_formats.ln nvc0_miptree.ln nvc0_resource.ln nvc0_screen.ln nvc0_state.ln nvc0_state_validate.ln nvc0_surface.ln nvc0_tex.ln nvc0_transfer.ln nvc0_vbo.ln nvc0_vbo_translate.ln nvc0_program.ln nvc0_shader_state.ln nvc0_query.ln nvc0_query_hw.ln nvc0_query_hw_metric.ln nvc0_query_hw_sm.ln nvc0_query_sw.ln nve4_compute.ln nvc0_video.ln nvc0_video_bsp.ln nvc0_video_vp.ln nvc0_video_ppp.ln nouveau_drm_winsys.ln bitmap.ln decode.ln device.ln ftab.ln htab.ln mixer.ln output.ln preemption.ln presentation.ln query.ln surface.ln i915_blit.ln i915_clear.ln i915_context.ln i915_debug.ln i915_debug_fp.ln i915_flush.ln i915_fpc_emit.ln i915_fpc_optimize.ln i915_fpc_translate.ln i915_prim_emit.ln i915_prim_vbuf.ln i915_query.ln i915_resource_buffer.ln i915_resource.ln i915_resource_texture.ln i915_screen.ln i915_state.ln i915_state_derived.ln i915_state_dynamic.ln i915_state_emit.ln i915_state_fpc.ln i915_state_immediate.ln i915_state_sampler.ln i915_state_static.ln i915_surface.ln i915_drm_batchbuffer.ln i915_drm_buffer.ln i915_drm_fence.ln i915_drm_winsys.ln lp_bld_arit.ln lp_bld_arit_overflow.ln lp_bld_assert.ln lp_bld_bitarit.ln lp_bld_const.ln lp_bld_conv.ln lp_bld_flow.ln lp_bld_format_aos_array.ln lp_bld_format_aos.ln lp_bld_format_float.ln lp_bld_format.ln lp_bld_format_soa.ln lp_bld_format_s3tc.ln lp_bld_format_srgb.ln lp_bld_format_yuv.ln lp_bld_gather.ln lp_bld_init.ln lp_bld_intr.ln lp_bld_logic.ln lp_bld_pack.ln lp_bld_printf.ln lp_bld_quad.ln lp_bld_sample_aos.ln lp_bld_sample.ln lp_bld_sample_soa.ln lp_bld_struct.ln lp_bld_swizzle.ln lp_bld_tgsi_action.ln lp_bld_tgsi_aos.ln lp_bld_tgsi.ln lp_bld_tgsi_info.ln lp_bld_tgsi_soa.ln lp_bld_type.ln lp_bld_alpha.ln lp_bld_blend_aos.ln lp_bld_blend.ln lp_bld_blend_logicop.ln lp_bld_depth.ln lp_bld_interp.ln lp_clear.ln lp_context.ln lp_draw_arrays.ln lp_fence.ln lp_flush.ln lp_jit.ln lp_memory.ln lp_perf.ln lp_query.ln lp_rast.ln lp_rast_debug.ln lp_rast_tri.ln lp_scene.ln lp_scene_queue.ln lp_screen.ln lp_setup.ln lp_setup_line.ln lp_setup_point.ln lp_setup_tri.ln lp_setup_vbuf.ln lp_state_blend.ln lp_state_clip.ln lp_state_derived.ln lp_state_fs.ln lp_state_gs.ln lp_state_rasterizer.ln lp_state_sampler.ln lp_state_setup.ln lp_state_so.ln lp_state_surface.ln lp_state_vertex.ln lp_state_vs.ln lp_surface.ln lp_tex_sample.ln lp_texture.ln loader.ln pci_id_driver_map.ln xmlconfig.ln accum.ln api_arrayelt.ln api_loopback.ln api_exec.ln arbprogram.ln arrayobj.ln atifragshader.ln attrib.ln barrier.ln bbox.ln blend.ln blit.ln bufferobj.ln buffers.ln clear.ln clip.ln colortab.ln compute.ln condrender.ln conservativeraster.ln context.ln convolve.ln copyimage.ln cpuinfo.ln MESAdebug.ln debug_output.ln depth.ln dlist.ln draw.ln drawpix.ln drawtex.ln draw_validate.ln enable.ln enums.ln errors.ln MESAeval.ln execmem.ln extensions.ln extensions_table.ln externalobjects.ln fbobject.ln feedback.ln ffvertex_prog.ln fog.ln format_fallback.ln format_pack.ln format_unpack.ln format_utils.ln formatquery.ln formats.ln framebuffer.ln get.ln genmipmap.ln getstring.ln glformats.ln glspirv.ln glthread.ln hash.ln hint.ln histogram.ln image.ln imports.ln light.ln lines.ln marshal.ln marshal_generated.ln matrix.ln mipmap.ln mm.ln multisample.ln objectlabel.ln objectpurge.ln pack.ln pbo.ln performance_monitor.ln performance_query.ln pipelineobj.ln MESApixel.ln MESApixelstore.ln pixeltransfer.ln points.ln polygon.ln program_binary.ln program_resource.ln querymatrix.ln queryobj.ln rastpos.ln readpix.ln remap.ln renderbuffer.ln robustness.ln samplerobj.ln scissor.ln shaderapi.ln shaderimage.ln shaderobj.ln shared.ln state.ln stencil.ln syncobj.ln texcompress.ln texcompress_bptc.ln texcompress_cpal.ln texcompress_etc.ln texcompress_fxt1.ln texcompress_rgtc.ln texcompress_s3tc.ln texenv.ln texformat.ln texgen.ln texgetimage.ln teximage.ln texobj.ln texparam.ln texstate.ln texstorage.ln texstore.ln texturebindless.ln textureview.ln transformfeedback.ln uniforms.ln varray.ln vdpau.ln version.ln viewport.ln vtxfmt.ln es1_conversion.ln m_debug_clip.ln m_debug_norm.ln m_debug_xform.ln m_eval.ln m_matrix.ln m_translate.ln m_vector.ln vbo_context.ln vbo_exec_api.ln vbo_exec.ln vbo_exec_draw.ln vbo_exec_eval.ln vbo_minmax_index.ln vbo_noop.ln vbo_primitive_restart.ln vbo_save_api.ln vbo_save.ln vbo_save_draw.ln vbo_save_loopback.ln st_atifs_to_tgsi.ln st_atom.ln st_atom_array.ln st_atom_atomicbuf.ln st_atom_blend.ln st_atom_clip.ln st_atom_constbuf.ln st_atom_depth.ln st_atom_framebuffer.ln st_atom_image.ln st_atom_msaa.ln st_atom_pixeltransfer.ln st_atom_rasterizer.ln st_atom_sampler.ln st_atom_scissor.ln st_atom_shader.ln st_atom_stipple.ln st_atom_storagebuf.ln st_atom_tess.ln st_atom_texture.ln st_atom_viewport.ln st_cb_bitmap.ln st_cb_bitmap_shader.ln st_cb_blit.ln st_cb_bufferobjects.ln st_cb_clear.ln st_cb_compute.ln st_cb_condrender.ln st_cb_copyimage.ln st_cb_drawpixels.ln st_cb_drawpixels_shader.ln st_cb_drawtex.ln st_cb_eglimage.ln st_cb_fbo.ln st_cb_feedback.ln st_cb_flush.ln st_cb_memoryobjects.ln st_cb_msaa.ln st_cb_perfmon.ln st_cb_program.ln st_cb_queryobj.ln st_cb_rasterpos.ln st_cb_readpixels.ln st_cb_semaphoreobjects.ln st_cb_strings.ln st_cb_syncobj.ln st_cb_texture.ln st_cb_texturebarrier.ln st_cb_viewport.ln st_cb_xformfb.ln st_context.ln st_copytex.ln st_debug.ln st_draw.ln st_draw_feedback.ln st_extensions.ln st_format.ln st_gen_mipmap.ln st_manager.ln st_mesa_to_tgsi.ln st_nir_builtins.ln st_nir_lower_builtin.ln st_nir_lower_tex_src_plane.ln st_pbo.ln st_program.ln st_sampler_view.ln st_scissor.ln st_shader_cache.ln st_texture.ln st_tgsi_lower_yuv.ln arbprogparse.ln prog_cache.ln prog_execute.ln prog_instruction.ln prog_noise.ln prog_opt_constant_fold.ln prog_optimize.ln prog_parameter.ln prog_parameter_layout.ln prog_print.ln prog_statevars.ln prog_to_nir.ln program.ln programopt.ln program_parse.tab.ln program_parse_extra.ln symbol_table.ln streaming-load-memcpy.ln sse_minmax.ln ac_binary.ln ac_llvm_build.ln ac_llvm_util.ln ac_shader_util.ln ac_nir_to_llvm.ln ac_gpu_info.ln ac_surface.ln ac_debug.ln gl_nir_lower_atomics.ln gl_nir_link_atomics.ln gl_nir_link_uniform_initializers.ln gl_nir_link_uniforms.ln gl_nir_link_xfb.ln gl_nir_linker.ln gl_nir_lower_bindless_images.ln gl_nir_lower_buffers.ln gl_nir_lower_samplers.ln gl_nir_lower_samplers_as_deref.ln blob.ln shader_enums.ln glcpp-lex.ln glcpp-parse.ln pp.ln nir_constant_expressions.ln nir_intrinsics.ln nir_opcodes.ln nir_opt_algebraic.ln nir.ln nir_builtin_builder.ln nir_clone.ln nir_control_flow.ln nir_deref.ln nir_dominance.ln nir_from_ssa.ln nir_gather_info.ln nir_gather_xfb_info.ln nir_gs_count_vertices.ln nir_inline_functions.ln nir_instr_set.ln nir_linking_helpers.ln nir_liveness.ln nir_loop_analyze.ln nir_lower_alpha_test.ln nir_lower_alu.ln nir_lower_alu_to_scalar.ln nir_lower_array_deref_of_vec.ln nir_lower_atomics_to_ssbo.ln nir_lower_bit_size.ln nir_lower_bitmap.ln nir_lower_bool_to_int32.ln nir_lower_clamp_color_outputs.ln nir_lower_clip.ln nir_lower_clip_cull_distance_arrays.ln nir_lower_constant_initializers.ln nir_lower_double_ops.ln nir_lower_drawpixels.ln nir_lower_global_vars_to_local.ln nir_lower_gs_intrinsics.ln nir_lower_idiv.ln nir_lower_indirect_derefs.ln nir_lower_int64.ln nir_lower_io.ln nir_lower_io_arrays_to_elements.ln nir_lower_io_to_scalar.ln nir_lower_io_to_vector.ln nir_lower_io_to_temporaries.ln nir_lower_load_const_to_scalar.ln nir_lower_locals_to_regs.ln nir_lower_packing.ln nir_lower_passthrough_edgeflags.ln nir_lower_patch_vertices.ln nir_lower_phis_to_scalar.ln nir_lower_regs_to_ssa.ln nir_lower_returns.ln nir_lower_subgroups.ln nir_lower_system_values.ln nir_lower_tex.ln nir_lower_to_source_mods.ln nir_lower_two_sided_color.ln nir_lower_uniforms_to_ubo.ln nir_lower_var_copies.ln nir_lower_vars_to_ssa.ln nir_lower_vec_to_movs.ln nir_lower_wpos_center.ln nir_lower_wpos_ytransform.ln nir_metadata.ln nir_move_load_const.ln nir_move_vec_src_uses_to_dest.ln nir_normalize_cubemap_coords.ln nir_opt_combine_stores.ln nir_opt_comparison_pre.ln nir_opt_conditional_discard.ln nir_opt_constant_folding.ln nir_opt_copy_prop_vars.ln nir_opt_copy_propagate.ln nir_opt_cse.ln nir_opt_dce.ln nir_opt_dead_cf.ln nir_opt_dead_write_vars.ln nir_opt_find_array_copies.ln nir_opt_gcm.ln nir_opt_idiv_const.ln nir_opt_if.ln nir_opt_intrinsics.ln nir_opt_large_constants.ln nir_opt_loop_unroll.ln nir_opt_move_comparisons.ln nir_opt_move_load_ubo.ln nir_opt_peephole_select.ln nir_opt_remove_phis.ln nir_opt_shrink_load.ln nir_opt_trivial_continues.ln nir_opt_undef.ln nir_phi_builder.ln nir_print.ln nir_propagate_invariant.ln nir_remove_dead_variables.ln nir_repair_ssa.ln nir_search.ln nir_serialize.ln nir_split_per_member_structs.ln nir_split_var_copies.ln nir_split_vars.ln nir_strip.ln nir_sweep.ln nir_to_lcssa.ln nir_validate.ln nir_worklist.ln spirv_info.ln vtn_gather_types.ln gl_spirv.ln spirv_to_nir.ln vtn_alu.ln vtn_amd.ln vtn_cfg.ln vtn_glsl450.ln vtn_opencl.ln vtn_subgroup.ln vtn_variables.ln common_x86.ln streaming-load-memcpy.ln hash_table.ln build_id.ln crc32.ln disk_cache.ln fast_idiv_by_const.ln half_float.ln format_srgb.ln mesa-sha1.ln os_time.ln ralloc.ln UTILdebug.ln rand_xor.ln rb_tree.ln register_allocate.ln rgtc.ln set.ln slab.ln string_buffer.ln strtod.ln u_atomic.ln u_cpu_detect.ln u_math.ln u_queue.ln u_process.ln u_vector.ln vma.ln utils.ln dri_util.ln xmlconfig.ln megadriver_stub.ln target.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/gallium.old && rm -f RBUGrbug_core.c RBUGrbug_context.c DRIVERrbug_core.c DRIVERrbug_context.c r600_radeon_video.c radeon_radeon_video.c r600_radeon_vce.c radeon_radeon_vce.c r600_radeon_uvd.c radeon_radeon_uvd.c MESApixel.c MESApixelstore.c MESAeval.c MESAdebug.c UTILdebug.c .depend DRIVERrbug_context.d DRIVERrbug_core.d MESAdebug.d MESAeval.d MESApixel.d MESApixelstore.d RBUGrbug_context.d RBUGrbug_core.d UTILdebug.d ac_binary.d ac_debug.d ac_gpu_info.d ac_llvm_build.d ac_llvm_helper.d ac_llvm_util.d ac_nir_to_llvm.d ac_shader_util.d ac_surface.d accum.d addrelemlib.d addrinterface.d addrlib.d addrlib1.d addrlib2.d addrobject.d amdgpu_bo.d amdgpu_cs.d amdgpu_surface.d amdgpu_winsys.d api_arrayelt.d api_exec.d api_loopback.d arbprogparse.d arbprogram.d arrayobj.d ast_array_index.d ast_expr.d ast_function.d ast_to_hir.d ast_type.d atifragshader.d attrib.d barrier.d bbox.d bitmap.d blend.d blit.d blob.d bufferobj.d buffers.d build_id.d builtin_functions.d builtin_types.d builtin_variables.d cayman_msaa.d ciaddrlib.d cik_sdma.d clear.d clip.d colortab.d common_x86.d compute.d compute_memory_pool.d condrender.d conservativeraster.d context.d convolve.d coord.d copyimage.d cpuinfo.d crc32.d cso_cache.d cso_context.d cso_hash.d dd_context.d dd_draw.d dd_screen.d debug_output.d decode.d depth.d device.d disk_cache.d dlist.d draw.d draw_context.d draw_fs.d draw_gs.d draw_llvm.d draw_llvm_sample.d draw_pipe.d draw_pipe_aaline.d draw_pipe_aapoint.d draw_pipe_clip.d draw_pipe_cull.d draw_pipe_flatshade.d draw_pipe_offset.d draw_pipe_pstipple.d draw_pipe_stipple.d draw_pipe_twoside.d draw_pipe_unfilled.d draw_pipe_util.d draw_pipe_validate.d draw_pipe_vbuf.d draw_pipe_wide_line.d draw_pipe_wide_point.d draw_prim_assembler.d draw_pt.d draw_pt_emit.d draw_pt_fetch.d draw_pt_fetch_emit.d draw_pt_fetch_shade_emit.d draw_pt_fetch_shade_pipeline.d draw_pt_fetch_shade_pipeline_llvm.d draw_pt_post_vs.d draw_pt_so_emit.d draw_pt_util.d draw_pt_vsplit.d draw_validate.d draw_vertex.d draw_vs.d draw_vs_exec.d draw_vs_llvm.d draw_vs_variant.d drawpix.d drawtex.d dri2.d dri_context.d dri_drawable.d dri_helpers.d dri_query_renderer.d dri_screen.d dri_sw_winsys.d dri_util.d drisw.d eg_asm.d eg_debug.d egbaddrlib.d enable.d enums.d errors.d es1_conversion.d evergreen_compute.d evergreen_hw_context.d evergreen_state.d execmem.d extensions.d extensions_table.d externalobjects.d fast_idiv_by_const.d fbobject.d feedback.d ff_fragment_shader.d ffvertex_prog.d fog.d font.d format_fallback.d format_pack.d format_srgb.d format_unpack.d format_utils.d formatquery.d formats.d framebuffer.d ftab.d generate_ir.d genmipmap.d get.d getstring.d gfx9addrlib.d gl_nir_link_atomics.d gl_nir_link_uniform_initializers.d gl_nir_link_uniforms.d gl_nir_link_xfb.d gl_nir_linker.d gl_nir_lower_atomics.d gl_nir_lower_bindless_images.d gl_nir_lower_buffers.d gl_nir_lower_samplers.d gl_nir_lower_samplers_as_deref.d gl_spirv.d glcpp-lex.d glcpp-parse.d glformats.d glsl_lexer.d glsl_parser.d glsl_parser_extras.d glsl_symbol_table.d glsl_to_nir.d glsl_types.d glspirv.d glthread.d half_float.d hash.d hash_table.d hint.d hir_field_selection.d histogram.d htab.d hud_context.d hud_cpu.d hud_cpufreq.d hud_diskstat.d hud_driver_query.d hud_fps.d hud_nic.d hud_sensors_temp.d i915_blit.d i915_clear.d i915_context.d i915_debug.d i915_debug_fp.d i915_drm_batchbuffer.d i915_drm_buffer.d i915_drm_fence.d i915_drm_winsys.d i915_flush.d i915_fpc_emit.d i915_fpc_optimize.d i915_fpc_translate.d i915_prim_emit.d i915_prim_vbuf.d i915_query.d i915_resource.d i915_resource_buffer.d i915_resource_texture.d i915_screen.d i915_state.d i915_state_derived.d i915_state_dynamic.d i915_state_emit.d i915_state_fpc.d i915_state_immediate.d i915_state_sampler.d i915_state_static.d i915_surface.d image.d imports.d ir.d ir_array_refcount.d ir_basic_block.d ir_builder.d ir_clone.d ir_constant_expression.d ir_equals.d ir_expression_flattening.d ir_function.d ir_function_can_inline.d ir_function_detect_recursion.d ir_hierarchical_visitor.d ir_hv_accept.d ir_print_visitor.d ir_reader.d ir_rvalue_visitor.d ir_set_program_inouts.d ir_to_mesa.d ir_validate.d ir_variable_refcount.d kms_dri_sw_winsys.d light.d lines.d link_atomics.d link_functions.d link_interface_blocks.d link_uniform_block_active_visitor.d link_uniform_blocks.d link_uniform_initializers.d link_uniforms.d link_varyings.d linker.d linker_util.d loader.d loop_analysis.d loop_unroll.d lower_blend_equation_advanced.d lower_buffer_access.d lower_const_arrays_to_uniforms.d lower_cs_derived.d lower_discard.d lower_discard_flow.d lower_distance.d lower_if_to_cond_assign.d lower_instructions.d lower_int64.d lower_jumps.d lower_mat_op_to_vec.d lower_named_interface_blocks.d lower_noise.d lower_offset_array.d lower_output_reads.d lower_packed_varyings.d lower_packing_builtins.d lower_shared_reference.d lower_subroutine.d lower_tess_level.d lower_texture_projection.d lower_ubo_reference.d lower_variable_index_to_cond_assign.d lower_vec_index_to_cond_assign.d lower_vec_index_to_swizzle.d lower_vector.d lower_vector_derefs.d lower_vector_insert.d lower_vertex_id.d lp_bld_alpha.d lp_bld_arit.d lp_bld_arit_overflow.d lp_bld_assert.d lp_bld_bitarit.d lp_bld_blend.d lp_bld_blend_aos.d lp_bld_blend_logicop.d lp_bld_const.d lp_bld_conv.d lp_bld_depth.d lp_bld_flow.d lp_bld_format.d lp_bld_format_aos.d lp_bld_format_aos_array.d lp_bld_format_float.d lp_bld_format_s3tc.d lp_bld_format_soa.d lp_bld_format_srgb.d lp_bld_format_yuv.d lp_bld_gather.d lp_bld_init.d lp_bld_interp.d lp_bld_intr.d lp_bld_logic.d lp_bld_misc.d lp_bld_pack.d lp_bld_printf.d lp_bld_quad.d lp_bld_sample.d lp_bld_sample_aos.d lp_bld_sample_soa.d lp_bld_struct.d lp_bld_swizzle.d lp_bld_tgsi.d lp_bld_tgsi_action.d lp_bld_tgsi_aos.d lp_bld_tgsi_info.d lp_bld_tgsi_soa.d lp_bld_type.d lp_clear.d lp_context.d lp_draw_arrays.d lp_fence.d lp_flush.d lp_jit.d lp_memory.d lp_perf.d lp_query.d lp_rast.d lp_rast_debug.d lp_rast_tri.d lp_scene.d lp_scene_queue.d lp_screen.d lp_setup.d lp_setup_line.d lp_setup_point.d lp_setup_tri.d lp_setup_vbuf.d lp_state_blend.d lp_state_clip.d lp_state_derived.d lp_state_fs.d lp_state_gs.d lp_state_rasterizer.d lp_state_sampler.d lp_state_setup.d lp_state_so.d lp_state_surface.d lp_state_vertex.d lp_state_vs.d lp_surface.d lp_tex_sample.d lp_texture.d m_debug_clip.d m_debug_norm.d m_debug_xform.d m_eval.d m_matrix.d m_translate.d m_vector.d marshal.d marshal_generated.d matrix.d megadriver_stub.d memory_pool.d mesa-sha1.d mipmap.d mixer.d mm.d multisample.d nir.d nir_builtin_builder.d nir_clone.d nir_constant_expressions.d nir_control_flow.d nir_deref.d nir_dominance.d nir_from_ssa.d nir_gather_info.d nir_gather_xfb_info.d nir_gs_count_vertices.d nir_inline_functions.d nir_instr_set.d nir_intrinsics.d nir_linking_helpers.d nir_liveness.d nir_loop_analyze.d nir_lower_alpha_test.d nir_lower_alu.d nir_lower_alu_to_scalar.d nir_lower_array_deref_of_vec.d nir_lower_atomics_to_ssbo.d nir_lower_bit_size.d nir_lower_bitmap.d nir_lower_bool_to_int32.d nir_lower_clamp_color_outputs.d nir_lower_clip.d nir_lower_clip_cull_distance_arrays.d nir_lower_constant_initializers.d nir_lower_double_ops.d nir_lower_drawpixels.d nir_lower_global_vars_to_local.d nir_lower_gs_intrinsics.d nir_lower_idiv.d nir_lower_indirect_derefs.d nir_lower_int64.d nir_lower_io.d nir_lower_io_arrays_to_elements.d nir_lower_io_to_scalar.d nir_lower_io_to_temporaries.d nir_lower_io_to_vector.d nir_lower_load_const_to_scalar.d nir_lower_locals_to_regs.d nir_lower_packing.d nir_lower_passthrough_edgeflags.d nir_lower_patch_vertices.d nir_lower_phis_to_scalar.d nir_lower_regs_to_ssa.d nir_lower_returns.d nir_lower_subgroups.d nir_lower_system_values.d nir_lower_tex.d nir_lower_to_source_mods.d nir_lower_two_sided_color.d nir_lower_uniforms_to_ubo.d nir_lower_var_copies.d nir_lower_vars_to_ssa.d nir_lower_vec_to_movs.d nir_lower_wpos_center.d nir_lower_wpos_ytransform.d nir_metadata.d nir_move_load_const.d nir_move_vec_src_uses_to_dest.d nir_normalize_cubemap_coords.d nir_opcodes.d nir_opt_algebraic.d nir_opt_combine_stores.d nir_opt_comparison_pre.d nir_opt_conditional_discard.d nir_opt_constant_folding.d nir_opt_copy_prop_vars.d nir_opt_copy_propagate.d nir_opt_cse.d nir_opt_dce.d nir_opt_dead_cf.d nir_opt_dead_write_vars.d nir_opt_find_array_copies.d nir_opt_gcm.d nir_opt_idiv_const.d nir_opt_if.d nir_opt_intrinsics.d nir_opt_large_constants.d nir_opt_loop_unroll.d nir_opt_move_comparisons.d nir_opt_move_load_ubo.d nir_opt_peephole_select.d nir_opt_remove_phis.d nir_opt_shrink_load.d nir_opt_trivial_continues.d nir_opt_undef.d nir_phi_builder.d nir_print.d nir_propagate_invariant.d nir_remove_dead_variables.d nir_repair_ssa.d nir_search.d nir_serialize.d nir_split_per_member_structs.d nir_split_var_copies.d nir_split_vars.d nir_strip.d nir_sweep.d nir_to_lcssa.d nir_types.d nir_validate.d nir_worklist.d noop_pipe.d noop_state.d nouveau_buffer.d nouveau_drm_winsys.d nouveau_fence.d nouveau_heap.d nouveau_mm.d nouveau_screen.d nouveau_video.d nouveau_vp3_video.d nouveau_vp3_video_bsp.d nouveau_vp3_video_vp.d null_sw_winsys.d nv30_clear.d nv30_context.d nv30_draw.d nv30_format.d nv30_fragprog.d nv30_fragtex.d nv30_miptree.d nv30_push.d nv30_query.d nv30_resource.d nv30_screen.d nv30_state.d nv30_state_validate.d nv30_texture.d nv30_transfer.d nv30_vbo.d nv30_vertprog.d nv40_verttex.d nv50_compute.d nv50_context.d nv50_formats.d nv50_ir.d nv50_ir_bb.d nv50_ir_build_util.d nv50_ir_emit_gk110.d nv50_ir_emit_gm107.d nv50_ir_emit_nv50.d nv50_ir_emit_nvc0.d nv50_ir_from_common.d nv50_ir_from_nir.d nv50_ir_from_tgsi.d nv50_ir_graph.d nv50_ir_lowering_gm107.d nv50_ir_lowering_helper.d nv50_ir_lowering_nv50.d nv50_ir_lowering_nvc0.d nv50_ir_peephole.d nv50_ir_print.d nv50_ir_ra.d nv50_ir_ssa.d nv50_ir_target.d nv50_ir_target_gm107.d nv50_ir_target_nv50.d nv50_ir_target_nvc0.d nv50_ir_util.d nv50_miptree.d nv50_program.d nv50_push.d nv50_query.d nv50_query_hw.d nv50_query_hw_metric.d nv50_query_hw_sm.d nv50_resource.d nv50_screen.d nv50_shader_state.d nv50_state.d nv50_state_validate.d nv50_surface.d nv50_tex.d nv50_transfer.d nv50_vbo.d nv84_video.d nv84_video_bsp.d nv84_video_vp.d nv98_video.d nv98_video_bsp.d nv98_video_ppp.d nv98_video_vp.d nvc0_compute.d nvc0_context.d nvc0_formats.d nvc0_miptree.d nvc0_program.d nvc0_query.d nvc0_query_hw.d nvc0_query_hw_metric.d nvc0_query_hw_sm.d nvc0_query_sw.d nvc0_resource.d nvc0_screen.d nvc0_shader_state.d nvc0_state.d nvc0_state_validate.d nvc0_surface.d nvc0_tex.d nvc0_transfer.d nvc0_vbo.d nvc0_vbo_translate.d nvc0_video.d nvc0_video_bsp.d nvc0_video_ppp.d nvc0_video_vp.d nve4_compute.d nvfx_fragprog.d nvfx_vertprog.d objectlabel.d objectpurge.d opt_algebraic.d opt_array_splitting.d opt_conditional_discard.d opt_constant_folding.d opt_constant_propagation.d opt_constant_variable.d opt_copy_propagation_elements.d opt_dead_builtin_variables.d opt_dead_builtin_varyings.d opt_dead_code.d opt_dead_code_local.d opt_dead_functions.d opt_flatten_nested_if_blocks.d opt_flip_matrices.d opt_function_inlining.d opt_if_simplification.d opt_minmax.d opt_rebalance_tree.d opt_redundant_jumps.d opt_structure_splitting.d opt_swizzle.d opt_tree_grafting.d opt_vectorize.d os_misc.d os_process.d os_time.d output.d pack.d pb_buffer_fenced.d pb_bufmgr_cache.d pb_bufmgr_debug.d pb_bufmgr_mm.d pb_bufmgr_slab.d pb_cache.d pb_slab.d pb_validate.d pbo.d pci_id_driver_map.d performance_monitor.d performance_query.d pipe_loader.d pipe_loader_drm.d pipe_loader_sw.d pipelineobj.d pixeltransfer.d points.d polygon.d pp.d pp_celshade.d pp_colors.d pp_init.d pp_mlaa.d pp_program.d pp_run.d preemption.d presentation.d prog_cache.d prog_execute.d prog_instruction.d prog_noise.d prog_opt_constant_fold.d prog_optimize.d prog_parameter.d prog_parameter_layout.d prog_print.d prog_statevars.d prog_to_nir.d program.d program_binary.d program_lexer.d program_parse.tab.d program_parse_extra.d program_resource.d programopt.d propagate_invariance.d query.d querymatrix.d queryobj.d r300_blit.d r300_chipset.d r300_context.d r300_debug.d r300_emit.d r300_flush.d r300_fragprog.d r300_fragprog_emit.d r300_fragprog_swizzle.d r300_fs.d r300_hyperz.d r300_query.d r300_render.d r300_render_stencilref.d r300_render_translate.d r300_resource.d r300_screen.d r300_screen_buffer.d r300_state.d r300_state_derived.d r300_texture.d r300_texture_desc.d r300_tgsi_to_rc.d r300_transfer.d r300_vs.d r300_vs_draw.d r3xx_fragprog.d r3xx_vertprog.d r3xx_vertprog_dump.d r500_fragprog.d r500_fragprog_emit.d r600_asm.d r600_blit.d r600_buffer_common.d r600_gpu_load.d r600_hw_context.d r600_isa.d r600_perfcounter.d r600_pipe.d r600_pipe_common.d r600_query.d r600_radeon_uvd.d r600_radeon_vce.d r600_radeon_video.d r600_shader.d r600_state.d r600_state_common.d r600_streamout.d r600_test_dma.d r600_texture.d r600_uvd.d r600_viewport.d r700_asm.d radeon_code.d radeon_compiler.d radeon_compiler_util.d radeon_dataflow.d radeon_dataflow_deadcode.d radeon_dataflow_swizzles.d radeon_drm_bo.d radeon_drm_cs.d radeon_drm_surface.d radeon_drm_winsys.d radeon_emulate_branches.d radeon_emulate_loops.d radeon_inline_literals.d radeon_list.d radeon_opcodes.d radeon_optimize.d radeon_pair_dead_sources.d radeon_pair_regalloc.d radeon_pair_schedule.d radeon_pair_translate.d radeon_program.d radeon_program_alu.d radeon_program_pair.d radeon_program_print.d radeon_program_tex.d radeon_radeon_uvd.d radeon_radeon_vce.d radeon_radeon_video.d radeon_remove_constants.d radeon_rename_regs.d radeon_uvd_enc.d radeon_uvd_enc_1_1.d radeon_variable.d radeon_vce_40_2_2.d radeon_vce_50.d radeon_vce_52.d radeon_vcn_dec.d radeon_vcn_dec_jpeg.d radeon_vcn_enc.d radeon_vcn_enc_1_2.d radeon_vert_fc.d ralloc.d rand_xor.d rastpos.d rb_tree.d rbug_connection.d rbug_demarshal.d rbug_objects.d rbug_screen.d rbug_shader.d rbug_texture.d readpix.d register_allocate.d remap.d renderbuffer.d renderonly.d rgtc.d robustness.d rtasm_cpu.d rtasm_execmem.d rtasm_x86sse.d s_expression.d samplerobj.d sb_bc_builder.d sb_bc_decoder.d sb_bc_dump.d sb_bc_finalize.d sb_bc_parser.d sb_context.d sb_core.d sb_dce_cleanup.d sb_def_use.d sb_dump.d sb_expr.d sb_gcm.d sb_gvn.d sb_if_conversion.d sb_ir.d sb_liveness.d sb_pass.d sb_peephole.d sb_psi_ops.d sb_ra_checker.d sb_ra_coalesce.d sb_ra_init.d sb_sched.d sb_shader.d sb_ssa_builder.d sb_valtable.d scissor.d serialize.d set.d shader_cache.d shader_enums.d shader_query.d shaderapi.d shaderimage.d shaderobj.d shared.d si_blit.d si_buffer.d si_clear.d si_compute.d si_compute_blit.d si_cp_dma.d si_debug.d si_descriptors.d si_dma.d si_dma_cs.d si_fence.d si_get.d si_gfx_cs.d si_gpu_load.d si_perfcounter.d si_pipe.d si_pm4.d si_query.d si_shader.d si_shader_nir.d si_shader_tgsi_alu.d si_shader_tgsi_mem.d si_shader_tgsi_setup.d si_shaderlib_tgsi.d si_state.d si_state_binning.d si_state_draw.d si_state_msaa.d si_state_shaders.d si_state_streamout.d si_state_viewport.d si_test_dma.d si_test_dma_perf.d si_texture.d si_uvd.d siaddrlib.d slab.d sp_buffer.d sp_clear.d sp_compute.d sp_context.d sp_draw_arrays.d sp_fence.d sp_flush.d sp_fs_exec.d sp_image.d sp_prim_vbuf.d sp_quad_blend.d sp_quad_depth_test.d sp_quad_fs.d sp_quad_pipe.d sp_quad_stipple.d sp_query.d sp_screen.d sp_setup.d sp_state_blend.d sp_state_clip.d sp_state_derived.d sp_state_image.d sp_state_rasterizer.d sp_state_sampler.d sp_state_shader.d sp_state_so.d sp_state_surface.d sp_state_vertex.d sp_surface.d sp_tex_sample.d sp_tex_tile_cache.d sp_texture.d sp_tile_cache.d spirv_info.d spirv_to_nir.d sse_minmax.d st_atifs_to_tgsi.d st_atom.d st_atom_array.d st_atom_atomicbuf.d st_atom_blend.d st_atom_clip.d st_atom_constbuf.d st_atom_depth.d st_atom_framebuffer.d st_atom_image.d st_atom_msaa.d st_atom_pixeltransfer.d st_atom_rasterizer.d st_atom_sampler.d st_atom_scissor.d st_atom_shader.d st_atom_stipple.d st_atom_storagebuf.d st_atom_tess.d st_atom_texture.d st_atom_viewport.d st_cb_bitmap.d st_cb_bitmap_shader.d st_cb_blit.d st_cb_bufferobjects.d st_cb_clear.d st_cb_compute.d st_cb_condrender.d st_cb_copyimage.d st_cb_drawpixels.d st_cb_drawpixels_shader.d st_cb_drawtex.d st_cb_eglimage.d st_cb_fbo.d st_cb_feedback.d st_cb_flush.d st_cb_memoryobjects.d st_cb_msaa.d st_cb_perfmon.d st_cb_program.d st_cb_queryobj.d st_cb_rasterpos.d st_cb_readpixels.d st_cb_semaphoreobjects.d st_cb_strings.d st_cb_syncobj.d st_cb_texture.d st_cb_texturebarrier.d st_cb_viewport.d st_cb_xformfb.d st_context.d st_copytex.d st_debug.d st_draw.d st_draw_feedback.d st_extensions.d st_format.d st_gen_mipmap.d st_glsl_to_ir.d st_glsl_to_nir.d st_glsl_to_tgsi.d st_glsl_to_tgsi_array_merge.d st_glsl_to_tgsi_private.d st_glsl_to_tgsi_temprename.d st_glsl_types.d st_manager.d st_mesa_to_tgsi.d st_nir_builtins.d st_nir_lower_builtin.d st_nir_lower_tex_src_plane.d st_pbo.d st_program.d st_sampler_view.d st_scissor.d st_shader_cache.d st_texture.d st_tgsi_lower_yuv.d state.d stencil.d streaming-load-memcpy.d string_buffer.d string_to_uint_map.d strtod.d surface.d symbol_table.d syncobj.d target.d texcompress.d texcompress_astc.d texcompress_bptc.d texcompress_cpal.d texcompress_etc.d texcompress_fxt1.d texcompress_rgtc.d texcompress_s3tc.d texenv.d texformat.d texgen.d texgetimage.d teximage.d texobj.d texparam.d texstate.d texstorage.d texstore.d texturebindless.d textureview.d tgsi_aa_point.d tgsi_build.d tgsi_dump.d tgsi_emulate.d tgsi_exec.d tgsi_from_mesa.d tgsi_info.d tgsi_iterate.d tgsi_lowering.d tgsi_parse.d tgsi_point_sprite.d tgsi_sanity.d tgsi_scan.d tgsi_strings.d tgsi_text.d tgsi_to_nir.d tgsi_transform.d tgsi_two_side.d tgsi_ureg.d tgsi_util.d tr_context.d tr_dump.d tr_dump_state.d tr_screen.d tr_texture.d transformfeedback.d translate.d translate_cache.d translate_generic.d translate_sse.d u_async_debug.d u_atomic.d u_bitmask.d u_blit.d u_blitter.d u_cache.d u_cpu_detect.d u_debug.d u_debug_describe.d u_debug_flush.d u_debug_gallium.d u_debug_image.d u_debug_memory.d u_debug_refcnt.d u_debug_stack.d u_debug_symbol.d u_dl.d u_draw.d u_draw_quad.d u_dump_defines.d u_dump_state.d u_format.d u_format_bptc.d u_format_etc.d u_format_latc.d u_format_other.d u_format_rgtc.d u_format_s3tc.d u_format_table.d u_format_tests.d u_format_yuv.d u_format_zs.d u_framebuffer.d u_gen_mipmap.d u_handle_table.d u_hash_table.d u_helpers.d u_idalloc.d u_index_modify.d u_indices_gen.d u_linear.d u_log.d u_math.d u_mm.d u_network.d u_prim.d u_prim_restart.d u_primconvert.d u_process.d u_pstipple.d u_queue.d u_resource.d u_ringbuffer.d u_sampler.d u_screen.d u_simple_shaders.d u_suballoc.d u_surface.d u_surfaces.d u_tests.d u_texture.d u_threaded_context.d u_tile.d u_transfer.d u_transfer_helper.d u_unfilled_gen.d u_upload_mgr.d u_vbuf.d u_vector.d uniform_query.d uniforms.d utils.d varray.d vbo_context.d vbo_exec.d vbo_exec_api.d vbo_exec_draw.d vbo_exec_eval.d vbo_minmax_index.d vbo_noop.d vbo_primitive_restart.d vbo_save.d vbo_save_api.d vbo_save_draw.d vbo_save_loopback.d vdpau.d version.d viewport.d vl_bicubic_filter.d vl_compositor.d vl_compositor_cs.d vl_compositor_gfx.d vl_csc.d vl_decoder.d vl_deint_filter.d vl_idct.d vl_matrix_filter.d vl_mc.d vl_median_filter.d vl_mpeg12_bitstream.d vl_mpeg12_decoder.d vl_vertex_buffers.d vl_video_buffer.d vl_winsys_dri.d vl_zscan.d vma.d vtn_alu.d vtn_amd.d vtn_cfg.d vtn_gather_types.d vtn_glsl450.d vtn_opencl.d vtn_subgroup.d vtn_variables.d vtxfmt.d wrapper_sw_winsys.d xform4.d xmlconfig.d DRIVERrbug_context.d.tmp DRIVERrbug_core.d.tmp MESAdebug.d.tmp MESAeval.d.tmp MESApixel.d.tmp MESApixelstore.d.tmp RBUGrbug_context.d.tmp RBUGrbug_core.d.tmp UTILdebug.d.tmp ac_binary.d.tmp ac_debug.d.tmp ac_gpu_info.d.tmp ac_llvm_build.d.tmp ac_llvm_helper.d.tmp ac_llvm_util.d.tmp ac_nir_to_llvm.d.tmp ac_shader_util.d.tmp ac_surface.d.tmp accum.d.tmp addrelemlib.d.tmp addrinterface.d.tmp addrlib.d.tmp addrlib1.d.tmp addrlib2.d.tmp addrobject.d.tmp amdgpu_bo.d.tmp amdgpu_cs.d.tmp amdgpu_surface.d.tmp amdgpu_winsys.d.tmp api_arrayelt.d.tmp api_exec.d.tmp api_loopback.d.tmp arbprogparse.d.tmp arbprogram.d.tmp arrayobj.d.tmp ast_array_index.d.tmp ast_expr.d.tmp ast_function.d.tmp ast_to_hir.d.tmp ast_type.d.tmp atifragshader.d.tmp attrib.d.tmp barrier.d.tmp bbox.d.tmp bitmap.d.tmp blend.d.tmp blit.d.tmp blob.d.tmp bufferobj.d.tmp buffers.d.tmp build_id.d.tmp builtin_functions.d.tmp builtin_types.d.tmp builtin_variables.d.tmp cayman_msaa.d.tmp ciaddrlib.d.tmp cik_sdma.d.tmp clear.d.tmp clip.d.tmp colortab.d.tmp common_x86.d.tmp compute.d.tmp compute_memory_pool.d.tmp condrender.d.tmp conservativeraster.d.tmp context.d.tmp convolve.d.tmp coord.d.tmp copyimage.d.tmp cpuinfo.d.tmp crc32.d.tmp cso_cache.d.tmp cso_context.d.tmp cso_hash.d.tmp dd_context.d.tmp dd_draw.d.tmp dd_screen.d.tmp debug_output.d.tmp decode.d.tmp depth.d.tmp device.d.tmp disk_cache.d.tmp dlist.d.tmp draw.d.tmp draw_context.d.tmp draw_fs.d.tmp draw_gs.d.tmp draw_llvm.d.tmp draw_llvm_sample.d.tmp draw_pipe.d.tmp draw_pipe_aaline.d.tmp draw_pipe_aapoint.d.tmp draw_pipe_clip.d.tmp draw_pipe_cull.d.tmp draw_pipe_flatshade.d.tmp draw_pipe_offset.d.tmp draw_pipe_pstipple.d.tmp draw_pipe_stipple.d.tmp draw_pipe_twoside.d.tmp draw_pipe_unfilled.d.tmp draw_pipe_util.d.tmp draw_pipe_validate.d.tmp draw_pipe_vbuf.d.tmp draw_pipe_wide_line.d.tmp draw_pipe_wide_point.d.tmp draw_prim_assembler.d.tmp draw_pt.d.tmp draw_pt_emit.d.tmp draw_pt_fetch.d.tmp draw_pt_fetch_emit.d.tmp draw_pt_fetch_shade_emit.d.tmp draw_pt_fetch_shade_pipeline.d.tmp draw_pt_fetch_shade_pipeline_llvm.d.tmp draw_pt_post_vs.d.tmp draw_pt_so_emit.d.tmp draw_pt_util.d.tmp draw_pt_vsplit.d.tmp draw_validate.d.tmp draw_vertex.d.tmp draw_vs.d.tmp draw_vs_exec.d.tmp draw_vs_llvm.d.tmp draw_vs_variant.d.tmp drawpix.d.tmp drawtex.d.tmp dri2.d.tmp dri_context.d.tmp dri_drawable.d.tmp dri_helpers.d.tmp dri_query_renderer.d.tmp dri_screen.d.tmp dri_sw_winsys.d.tmp dri_util.d.tmp drisw.d.tmp eg_asm.d.tmp eg_debug.d.tmp egbaddrlib.d.tmp enable.d.tmp enums.d.tmp errors.d.tmp es1_conversion.d.tmp evergreen_compute.d.tmp evergreen_hw_context.d.tmp evergreen_state.d.tmp execmem.d.tmp extensions.d.tmp extensions_table.d.tmp externalobjects.d.tmp fast_idiv_by_const.d.tmp fbobject.d.tmp feedback.d.tmp ff_fragment_shader.d.tmp ffvertex_prog.d.tmp fog.d.tmp font.d.tmp format_fallback.d.tmp format_pack.d.tmp format_srgb.d.tmp format_unpack.d.tmp format_utils.d.tmp formatquery.d.tmp formats.d.tmp framebuffer.d.tmp ftab.d.tmp generate_ir.d.tmp genmipmap.d.tmp get.d.tmp getstring.d.tmp gfx9addrlib.d.tmp gl_nir_link_atomics.d.tmp gl_nir_link_uniform_initializers.d.tmp gl_nir_link_uniforms.d.tmp gl_nir_link_xfb.d.tmp gl_nir_linker.d.tmp gl_nir_lower_atomics.d.tmp gl_nir_lower_bindless_images.d.tmp gl_nir_lower_buffers.d.tmp gl_nir_lower_samplers.d.tmp gl_nir_lower_samplers_as_deref.d.tmp gl_spirv.d.tmp glcpp-lex.d.tmp glcpp-parse.d.tmp glformats.d.tmp glsl_lexer.d.tmp glsl_parser.d.tmp glsl_parser_extras.d.tmp glsl_symbol_table.d.tmp glsl_to_nir.d.tmp glsl_types.d.tmp glspirv.d.tmp glthread.d.tmp half_float.d.tmp hash.d.tmp hash_table.d.tmp hint.d.tmp hir_field_selection.d.tmp histogram.d.tmp htab.d.tmp hud_context.d.tmp hud_cpu.d.tmp hud_cpufreq.d.tmp hud_diskstat.d.tmp hud_driver_query.d.tmp hud_fps.d.tmp hud_nic.d.tmp hud_sensors_temp.d.tmp i915_blit.d.tmp i915_clear.d.tmp i915_context.d.tmp i915_debug.d.tmp i915_debug_fp.d.tmp i915_drm_batchbuffer.d.tmp i915_drm_buffer.d.tmp i915_drm_fence.d.tmp i915_drm_winsys.d.tmp i915_flush.d.tmp i915_fpc_emit.d.tmp i915_fpc_optimize.d.tmp i915_fpc_translate.d.tmp i915_prim_emit.d.tmp i915_prim_vbuf.d.tmp i915_query.d.tmp i915_resource.d.tmp i915_resource_buffer.d.tmp i915_resource_texture.d.tmp i915_screen.d.tmp i915_state.d.tmp i915_state_derived.d.tmp i915_state_dynamic.d.tmp i915_state_emit.d.tmp i915_state_fpc.d.tmp i915_state_immediate.d.tmp i915_state_sampler.d.tmp i915_state_static.d.tmp i915_surface.d.tmp image.d.tmp imports.d.tmp ir.d.tmp ir_array_refcount.d.tmp ir_basic_block.d.tmp ir_builder.d.tmp ir_clone.d.tmp ir_constant_expression.d.tmp ir_equals.d.tmp ir_expression_flattening.d.tmp ir_function.d.tmp ir_function_can_inline.d.tmp ir_function_detect_recursion.d.tmp ir_hierarchical_visitor.d.tmp ir_hv_accept.d.tmp ir_print_visitor.d.tmp ir_reader.d.tmp ir_rvalue_visitor.d.tmp ir_set_program_inouts.d.tmp ir_to_mesa.d.tmp ir_validate.d.tmp ir_variable_refcount.d.tmp kms_dri_sw_winsys.d.tmp light.d.tmp lines.d.tmp link_atomics.d.tmp link_functions.d.tmp link_interface_blocks.d.tmp link_uniform_block_active_visitor.d.tmp link_uniform_blocks.d.tmp link_uniform_initializers.d.tmp link_uniforms.d.tmp link_varyings.d.tmp linker.d.tmp linker_util.d.tmp loader.d.tmp loop_analysis.d.tmp loop_unroll.d.tmp lower_blend_equation_advanced.d.tmp lower_buffer_access.d.tmp lower_const_arrays_to_uniforms.d.tmp lower_cs_derived.d.tmp lower_discard.d.tmp lower_discard_flow.d.tmp lower_distance.d.tmp lower_if_to_cond_assign.d.tmp lower_instructions.d.tmp lower_int64.d.tmp lower_jumps.d.tmp lower_mat_op_to_vec.d.tmp lower_named_interface_blocks.d.tmp lower_noise.d.tmp lower_offset_array.d.tmp lower_output_reads.d.tmp lower_packed_varyings.d.tmp lower_packing_builtins.d.tmp lower_shared_reference.d.tmp lower_subroutine.d.tmp lower_tess_level.d.tmp lower_texture_projection.d.tmp lower_ubo_reference.d.tmp lower_variable_index_to_cond_assign.d.tmp lower_vec_index_to_cond_assign.d.tmp lower_vec_index_to_swizzle.d.tmp lower_vector.d.tmp lower_vector_derefs.d.tmp lower_vector_insert.d.tmp lower_vertex_id.d.tmp lp_bld_alpha.d.tmp lp_bld_arit.d.tmp lp_bld_arit_overflow.d.tmp lp_bld_assert.d.tmp lp_bld_bitarit.d.tmp lp_bld_blend.d.tmp lp_bld_blend_aos.d.tmp lp_bld_blend_logicop.d.tmp lp_bld_const.d.tmp lp_bld_conv.d.tmp lp_bld_depth.d.tmp lp_bld_flow.d.tmp lp_bld_format.d.tmp lp_bld_format_aos.d.tmp lp_bld_format_aos_array.d.tmp lp_bld_format_float.d.tmp lp_bld_format_s3tc.d.tmp lp_bld_format_soa.d.tmp lp_bld_format_srgb.d.tmp lp_bld_format_yuv.d.tmp lp_bld_gather.d.tmp lp_bld_init.d.tmp lp_bld_interp.d.tmp lp_bld_intr.d.tmp lp_bld_logic.d.tmp lp_bld_misc.d.tmp lp_bld_pack.d.tmp lp_bld_printf.d.tmp lp_bld_quad.d.tmp lp_bld_sample.d.tmp lp_bld_sample_aos.d.tmp lp_bld_sample_soa.d.tmp lp_bld_struct.d.tmp lp_bld_swizzle.d.tmp lp_bld_tgsi.d.tmp lp_bld_tgsi_action.d.tmp lp_bld_tgsi_aos.d.tmp lp_bld_tgsi_info.d.tmp lp_bld_tgsi_soa.d.tmp lp_bld_type.d.tmp lp_clear.d.tmp lp_context.d.tmp lp_draw_arrays.d.tmp lp_fence.d.tmp lp_flush.d.tmp lp_jit.d.tmp lp_memory.d.tmp lp_perf.d.tmp lp_query.d.tmp lp_rast.d.tmp lp_rast_debug.d.tmp lp_rast_tri.d.tmp lp_scene.d.tmp lp_scene_queue.d.tmp lp_screen.d.tmp lp_setup.d.tmp lp_setup_line.d.tmp lp_setup_point.d.tmp lp_setup_tri.d.tmp lp_setup_vbuf.d.tmp lp_state_blend.d.tmp lp_state_clip.d.tmp lp_state_derived.d.tmp lp_state_fs.d.tmp lp_state_gs.d.tmp lp_state_rasterizer.d.tmp lp_state_sampler.d.tmp lp_state_setup.d.tmp lp_state_so.d.tmp lp_state_surface.d.tmp lp_state_vertex.d.tmp lp_state_vs.d.tmp lp_surface.d.tmp lp_tex_sample.d.tmp lp_texture.d.tmp m_debug_clip.d.tmp m_debug_norm.d.tmp m_debug_xform.d.tmp m_eval.d.tmp m_matrix.d.tmp m_translate.d.tmp m_vector.d.tmp marshal.d.tmp marshal_generated.d.tmp matrix.d.tmp megadriver_stub.d.tmp memory_pool.d.tmp mesa-sha1.d.tmp mipmap.d.tmp mixer.d.tmp mm.d.tmp multisample.d.tmp nir.d.tmp nir_builtin_builder.d.tmp nir_clone.d.tmp nir_constant_expressions.d.tmp nir_control_flow.d.tmp nir_deref.d.tmp nir_dominance.d.tmp nir_from_ssa.d.tmp nir_gather_info.d.tmp nir_gather_xfb_info.d.tmp nir_gs_count_vertices.d.tmp nir_inline_functions.d.tmp nir_instr_set.d.tmp nir_intrinsics.d.tmp nir_linking_helpers.d.tmp nir_liveness.d.tmp nir_loop_analyze.d.tmp nir_lower_alpha_test.d.tmp nir_lower_alu.d.tmp nir_lower_alu_to_scalar.d.tmp nir_lower_array_deref_of_vec.d.tmp nir_lower_atomics_to_ssbo.d.tmp nir_lower_bit_size.d.tmp nir_lower_bitmap.d.tmp nir_lower_bool_to_int32.d.tmp nir_lower_clamp_color_outputs.d.tmp nir_lower_clip.d.tmp nir_lower_clip_cull_distance_arrays.d.tmp nir_lower_constant_initializers.d.tmp nir_lower_double_ops.d.tmp nir_lower_drawpixels.d.tmp nir_lower_global_vars_to_local.d.tmp nir_lower_gs_intrinsics.d.tmp nir_lower_idiv.d.tmp nir_lower_indirect_derefs.d.tmp nir_lower_int64.d.tmp nir_lower_io.d.tmp nir_lower_io_arrays_to_elements.d.tmp nir_lower_io_to_scalar.d.tmp nir_lower_io_to_temporaries.d.tmp nir_lower_io_to_vector.d.tmp nir_lower_load_const_to_scalar.d.tmp nir_lower_locals_to_regs.d.tmp nir_lower_packing.d.tmp nir_lower_passthrough_edgeflags.d.tmp nir_lower_patch_vertices.d.tmp nir_lower_phis_to_scalar.d.tmp nir_lower_regs_to_ssa.d.tmp nir_lower_returns.d.tmp nir_lower_subgroups.d.tmp nir_lower_system_values.d.tmp nir_lower_tex.d.tmp nir_lower_to_source_mods.d.tmp nir_lower_two_sided_color.d.tmp nir_lower_uniforms_to_ubo.d.tmp nir_lower_var_copies.d.tmp nir_lower_vars_to_ssa.d.tmp nir_lower_vec_to_movs.d.tmp nir_lower_wpos_center.d.tmp nir_lower_wpos_ytransform.d.tmp nir_metadata.d.tmp nir_move_load_const.d.tmp nir_move_vec_src_uses_to_dest.d.tmp nir_normalize_cubemap_coords.d.tmp nir_opcodes.d.tmp nir_opt_algebraic.d.tmp nir_opt_combine_stores.d.tmp nir_opt_comparison_pre.d.tmp nir_opt_conditional_discard.d.tmp nir_opt_constant_folding.d.tmp nir_opt_copy_prop_vars.d.tmp nir_opt_copy_propagate.d.tmp nir_opt_cse.d.tmp nir_opt_dce.d.tmp nir_opt_dead_cf.d.tmp nir_opt_dead_write_vars.d.tmp nir_opt_find_array_copies.d.tmp nir_opt_gcm.d.tmp nir_opt_idiv_const.d.tmp nir_opt_if.d.tmp nir_opt_intrinsics.d.tmp nir_opt_large_constants.d.tmp nir_opt_loop_unroll.d.tmp nir_opt_move_comparisons.d.tmp nir_opt_move_load_ubo.d.tmp nir_opt_peephole_select.d.tmp nir_opt_remove_phis.d.tmp nir_opt_shrink_load.d.tmp nir_opt_trivial_continues.d.tmp nir_opt_undef.d.tmp nir_phi_builder.d.tmp nir_print.d.tmp nir_propagate_invariant.d.tmp nir_remove_dead_variables.d.tmp nir_repair_ssa.d.tmp nir_search.d.tmp nir_serialize.d.tmp nir_split_per_member_structs.d.tmp nir_split_var_copies.d.tmp nir_split_vars.d.tmp nir_strip.d.tmp nir_sweep.d.tmp nir_to_lcssa.d.tmp nir_types.d.tmp nir_validate.d.tmp nir_worklist.d.tmp noop_pipe.d.tmp noop_state.d.tmp nouveau_buffer.d.tmp nouveau_drm_winsys.d.tmp nouveau_fence.d.tmp nouveau_heap.d.tmp nouveau_mm.d.tmp nouveau_screen.d.tmp nouveau_video.d.tmp nouveau_vp3_video.d.tmp nouveau_vp3_video_bsp.d.tmp nouveau_vp3_video_vp.d.tmp null_sw_winsys.d.tmp nv30_clear.d.tmp nv30_context.d.tmp nv30_draw.d.tmp nv30_format.d.tmp nv30_fragprog.d.tmp nv30_fragtex.d.tmp nv30_miptree.d.tmp nv30_push.d.tmp nv30_query.d.tmp nv30_resource.d.tmp nv30_screen.d.tmp nv30_state.d.tmp nv30_state_validate.d.tmp nv30_texture.d.tmp nv30_transfer.d.tmp nv30_vbo.d.tmp nv30_vertprog.d.tmp nv40_verttex.d.tmp nv50_compute.d.tmp nv50_context.d.tmp nv50_formats.d.tmp nv50_ir.d.tmp nv50_ir_bb.d.tmp nv50_ir_build_util.d.tmp nv50_ir_emit_gk110.d.tmp nv50_ir_emit_gm107.d.tmp nv50_ir_emit_nv50.d.tmp nv50_ir_emit_nvc0.d.tmp nv50_ir_from_common.d.tmp nv50_ir_from_nir.d.tmp nv50_ir_from_tgsi.d.tmp nv50_ir_graph.d.tmp nv50_ir_lowering_gm107.d.tmp nv50_ir_lowering_helper.d.tmp nv50_ir_lowering_nv50.d.tmp nv50_ir_lowering_nvc0.d.tmp nv50_ir_peephole.d.tmp nv50_ir_print.d.tmp nv50_ir_ra.d.tmp nv50_ir_ssa.d.tmp nv50_ir_target.d.tmp nv50_ir_target_gm107.d.tmp nv50_ir_target_nv50.d.tmp nv50_ir_target_nvc0.d.tmp nv50_ir_util.d.tmp nv50_miptree.d.tmp nv50_program.d.tmp nv50_push.d.tmp nv50_query.d.tmp nv50_query_hw.d.tmp nv50_query_hw_metric.d.tmp nv50_query_hw_sm.d.tmp nv50_resource.d.tmp nv50_screen.d.tmp nv50_shader_state.d.tmp nv50_state.d.tmp nv50_state_validate.d.tmp nv50_surface.d.tmp nv50_tex.d.tmp nv50_transfer.d.tmp nv50_vbo.d.tmp nv84_video.d.tmp nv84_video_bsp.d.tmp nv84_video_vp.d.tmp nv98_video.d.tmp nv98_video_bsp.d.tmp nv98_video_ppp.d.tmp nv98_video_vp.d.tmp nvc0_compute.d.tmp nvc0_context.d.tmp nvc0_formats.d.tmp nvc0_miptree.d.tmp nvc0_program.d.tmp nvc0_query.d.tmp nvc0_query_hw.d.tmp nvc0_query_hw_metric.d.tmp nvc0_query_hw_sm.d.tmp nvc0_query_sw.d.tmp nvc0_resource.d.tmp nvc0_screen.d.tmp nvc0_shader_state.d.tmp nvc0_state.d.tmp nvc0_state_validate.d.tmp nvc0_surface.d.tmp nvc0_tex.d.tmp nvc0_transfer.d.tmp nvc0_vbo.d.tmp nvc0_vbo_translate.d.tmp nvc0_video.d.tmp nvc0_video_bsp.d.tmp nvc0_video_ppp.d.tmp nvc0_video_vp.d.tmp nve4_compute.d.tmp nvfx_fragprog.d.tmp nvfx_vertprog.d.tmp objectlabel.d.tmp objectpurge.d.tmp opt_algebraic.d.tmp opt_array_splitting.d.tmp opt_conditional_discard.d.tmp opt_constant_folding.d.tmp opt_constant_propagation.d.tmp opt_constant_variable.d.tmp opt_copy_propagation_elements.d.tmp opt_dead_builtin_variables.d.tmp opt_dead_builtin_varyings.d.tmp opt_dead_code.d.tmp opt_dead_code_local.d.tmp opt_dead_functions.d.tmp opt_flatten_nested_if_blocks.d.tmp opt_flip_matrices.d.tmp opt_function_inlining.d.tmp opt_if_simplification.d.tmp opt_minmax.d.tmp opt_rebalance_tree.d.tmp opt_redundant_jumps.d.tmp opt_structure_splitting.d.tmp opt_swizzle.d.tmp opt_tree_grafting.d.tmp opt_vectorize.d.tmp os_misc.d.tmp os_process.d.tmp os_time.d.tmp output.d.tmp pack.d.tmp pb_buffer_fenced.d.tmp pb_bufmgr_cache.d.tmp pb_bufmgr_debug.d.tmp pb_bufmgr_mm.d.tmp pb_bufmgr_slab.d.tmp pb_cache.d.tmp pb_slab.d.tmp pb_validate.d.tmp pbo.d.tmp pci_id_driver_map.d.tmp performance_monitor.d.tmp performance_query.d.tmp pipe_loader.d.tmp pipe_loader_drm.d.tmp pipe_loader_sw.d.tmp pipelineobj.d.tmp pixeltransfer.d.tmp points.d.tmp polygon.d.tmp pp.d.tmp pp_celshade.d.tmp pp_colors.d.tmp pp_init.d.tmp pp_mlaa.d.tmp pp_program.d.tmp pp_run.d.tmp preemption.d.tmp presentation.d.tmp prog_cache.d.tmp prog_execute.d.tmp prog_instruction.d.tmp prog_noise.d.tmp prog_opt_constant_fold.d.tmp prog_optimize.d.tmp prog_parameter.d.tmp prog_parameter_layout.d.tmp prog_print.d.tmp prog_statevars.d.tmp prog_to_nir.d.tmp program.d.tmp program_binary.d.tmp program_lexer.d.tmp program_parse.tab.d.tmp program_parse_extra.d.tmp program_resource.d.tmp programopt.d.tmp propagate_invariance.d.tmp query.d.tmp querymatrix.d.tmp queryobj.d.tmp r300_blit.d.tmp r300_chipset.d.tmp r300_context.d.tmp r300_debug.d.tmp r300_emit.d.tmp r300_flush.d.tmp r300_fragprog.d.tmp r300_fragprog_emit.d.tmp r300_fragprog_swizzle.d.tmp r300_fs.d.tmp r300_hyperz.d.tmp r300_query.d.tmp r300_render.d.tmp r300_render_stencilref.d.tmp r300_render_translate.d.tmp r300_resource.d.tmp r300_screen.d.tmp r300_screen_buffer.d.tmp r300_state.d.tmp r300_state_derived.d.tmp r300_texture.d.tmp r300_texture_desc.d.tmp r300_tgsi_to_rc.d.tmp r300_transfer.d.tmp r300_vs.d.tmp r300_vs_draw.d.tmp r3xx_fragprog.d.tmp r3xx_vertprog.d.tmp r3xx_vertprog_dump.d.tmp r500_fragprog.d.tmp r500_fragprog_emit.d.tmp r600_asm.d.tmp r600_blit.d.tmp r600_buffer_common.d.tmp r600_gpu_load.d.tmp r600_hw_context.d.tmp r600_isa.d.tmp r600_perfcounter.d.tmp r600_pipe.d.tmp r600_pipe_common.d.tmp r600_query.d.tmp r600_radeon_uvd.d.tmp r600_radeon_vce.d.tmp r600_radeon_video.d.tmp r600_shader.d.tmp r600_state.d.tmp r600_state_common.d.tmp r600_streamout.d.tmp r600_test_dma.d.tmp r600_texture.d.tmp r600_uvd.d.tmp r600_viewport.d.tmp r700_asm.d.tmp radeon_code.d.tmp radeon_compiler.d.tmp radeon_compiler_util.d.tmp radeon_dataflow.d.tmp radeon_dataflow_deadcode.d.tmp radeon_dataflow_swizzles.d.tmp radeon_drm_bo.d.tmp radeon_drm_cs.d.tmp radeon_drm_surface.d.tmp radeon_drm_winsys.d.tmp radeon_emulate_branches.d.tmp radeon_emulate_loops.d.tmp radeon_inline_literals.d.tmp radeon_list.d.tmp radeon_opcodes.d.tmp radeon_optimize.d.tmp radeon_pair_dead_sources.d.tmp radeon_pair_regalloc.d.tmp radeon_pair_schedule.d.tmp radeon_pair_translate.d.tmp radeon_program.d.tmp radeon_program_alu.d.tmp radeon_program_pair.d.tmp radeon_program_print.d.tmp radeon_program_tex.d.tmp radeon_radeon_uvd.d.tmp radeon_radeon_vce.d.tmp radeon_radeon_video.d.tmp radeon_remove_constants.d.tmp radeon_rename_regs.d.tmp radeon_uvd_enc.d.tmp radeon_uvd_enc_1_1.d.tmp radeon_variable.d.tmp radeon_vce_40_2_2.d.tmp radeon_vce_50.d.tmp radeon_vce_52.d.tmp radeon_vcn_dec.d.tmp radeon_vcn_dec_jpeg.d.tmp radeon_vcn_enc.d.tmp radeon_vcn_enc_1_2.d.tmp radeon_vert_fc.d.tmp ralloc.d.tmp rand_xor.d.tmp rastpos.d.tmp rb_tree.d.tmp rbug_connection.d.tmp rbug_demarshal.d.tmp rbug_objects.d.tmp rbug_screen.d.tmp rbug_shader.d.tmp rbug_texture.d.tmp readpix.d.tmp register_allocate.d.tmp remap.d.tmp renderbuffer.d.tmp renderonly.d.tmp rgtc.d.tmp robustness.d.tmp rtasm_cpu.d.tmp rtasm_execmem.d.tmp rtasm_x86sse.d.tmp s_expression.d.tmp samplerobj.d.tmp sb_bc_builder.d.tmp sb_bc_decoder.d.tmp sb_bc_dump.d.tmp sb_bc_finalize.d.tmp sb_bc_parser.d.tmp sb_context.d.tmp sb_core.d.tmp sb_dce_cleanup.d.tmp sb_def_use.d.tmp sb_dump.d.tmp sb_expr.d.tmp sb_gcm.d.tmp sb_gvn.d.tmp sb_if_conversion.d.tmp sb_ir.d.tmp sb_liveness.d.tmp sb_pass.d.tmp sb_peephole.d.tmp sb_psi_ops.d.tmp sb_ra_checker.d.tmp sb_ra_coalesce.d.tmp sb_ra_init.d.tmp sb_sched.d.tmp sb_shader.d.tmp sb_ssa_builder.d.tmp sb_valtable.d.tmp scissor.d.tmp serialize.d.tmp set.d.tmp shader_cache.d.tmp shader_enums.d.tmp shader_query.d.tmp shaderapi.d.tmp shaderimage.d.tmp shaderobj.d.tmp shared.d.tmp si_blit.d.tmp si_buffer.d.tmp si_clear.d.tmp si_compute.d.tmp si_compute_blit.d.tmp si_cp_dma.d.tmp si_debug.d.tmp si_descriptors.d.tmp si_dma.d.tmp si_dma_cs.d.tmp si_fence.d.tmp si_get.d.tmp si_gfx_cs.d.tmp si_gpu_load.d.tmp si_perfcounter.d.tmp si_pipe.d.tmp si_pm4.d.tmp si_query.d.tmp si_shader.d.tmp si_shader_nir.d.tmp si_shader_tgsi_alu.d.tmp si_shader_tgsi_mem.d.tmp si_shader_tgsi_setup.d.tmp si_shaderlib_tgsi.d.tmp si_state.d.tmp si_state_binning.d.tmp si_state_draw.d.tmp si_state_msaa.d.tmp si_state_shaders.d.tmp si_state_streamout.d.tmp si_state_viewport.d.tmp si_test_dma.d.tmp si_test_dma_perf.d.tmp si_texture.d.tmp si_uvd.d.tmp siaddrlib.d.tmp slab.d.tmp sp_buffer.d.tmp sp_clear.d.tmp sp_compute.d.tmp sp_context.d.tmp sp_draw_arrays.d.tmp sp_fence.d.tmp sp_flush.d.tmp sp_fs_exec.d.tmp sp_image.d.tmp sp_prim_vbuf.d.tmp sp_quad_blend.d.tmp sp_quad_depth_test.d.tmp sp_quad_fs.d.tmp sp_quad_pipe.d.tmp sp_quad_stipple.d.tmp sp_query.d.tmp sp_screen.d.tmp sp_setup.d.tmp sp_state_blend.d.tmp sp_state_clip.d.tmp sp_state_derived.d.tmp sp_state_image.d.tmp sp_state_rasterizer.d.tmp sp_state_sampler.d.tmp sp_state_shader.d.tmp sp_state_so.d.tmp sp_state_surface.d.tmp sp_state_vertex.d.tmp sp_surface.d.tmp sp_tex_sample.d.tmp sp_tex_tile_cache.d.tmp sp_texture.d.tmp sp_tile_cache.d.tmp spirv_info.d.tmp spirv_to_nir.d.tmp sse_minmax.d.tmp st_atifs_to_tgsi.d.tmp st_atom.d.tmp st_atom_array.d.tmp st_atom_atomicbuf.d.tmp st_atom_blend.d.tmp st_atom_clip.d.tmp st_atom_constbuf.d.tmp st_atom_depth.d.tmp st_atom_framebuffer.d.tmp st_atom_image.d.tmp st_atom_msaa.d.tmp st_atom_pixeltransfer.d.tmp st_atom_rasterizer.d.tmp st_atom_sampler.d.tmp st_atom_scissor.d.tmp st_atom_shader.d.tmp st_atom_stipple.d.tmp st_atom_storagebuf.d.tmp st_atom_tess.d.tmp st_atom_texture.d.tmp st_atom_viewport.d.tmp st_cb_bitmap.d.tmp st_cb_bitmap_shader.d.tmp st_cb_blit.d.tmp st_cb_bufferobjects.d.tmp st_cb_clear.d.tmp st_cb_compute.d.tmp st_cb_condrender.d.tmp st_cb_copyimage.d.tmp st_cb_drawpixels.d.tmp st_cb_drawpixels_shader.d.tmp st_cb_drawtex.d.tmp st_cb_eglimage.d.tmp st_cb_fbo.d.tmp st_cb_feedback.d.tmp st_cb_flush.d.tmp st_cb_memoryobjects.d.tmp st_cb_msaa.d.tmp st_cb_perfmon.d.tmp st_cb_program.d.tmp st_cb_queryobj.d.tmp st_cb_rasterpos.d.tmp st_cb_readpixels.d.tmp st_cb_semaphoreobjects.d.tmp st_cb_strings.d.tmp st_cb_syncobj.d.tmp st_cb_texture.d.tmp st_cb_texturebarrier.d.tmp st_cb_viewport.d.tmp st_cb_xformfb.d.tmp st_context.d.tmp st_copytex.d.tmp st_debug.d.tmp st_draw.d.tmp st_draw_feedback.d.tmp st_extensions.d.tmp st_format.d.tmp st_gen_mipmap.d.tmp st_glsl_to_ir.d.tmp st_glsl_to_nir.d.tmp st_glsl_to_tgsi.d.tmp st_glsl_to_tgsi_array_merge.d.tmp st_glsl_to_tgsi_private.d.tmp st_glsl_to_tgsi_temprename.d.tmp st_glsl_types.d.tmp st_manager.d.tmp st_mesa_to_tgsi.d.tmp st_nir_builtins.d.tmp st_nir_lower_builtin.d.tmp st_nir_lower_tex_src_plane.d.tmp st_pbo.d.tmp st_program.d.tmp st_sampler_view.d.tmp st_scissor.d.tmp st_shader_cache.d.tmp st_texture.d.tmp st_tgsi_lower_yuv.d.tmp state.d.tmp stencil.d.tmp streaming-load-memcpy.d.tmp string_buffer.d.tmp string_to_uint_map.d.tmp strtod.d.tmp surface.d.tmp symbol_table.d.tmp syncobj.d.tmp target.d.tmp texcompress.d.tmp texcompress_astc.d.tmp texcompress_bptc.d.tmp texcompress_cpal.d.tmp texcompress_etc.d.tmp texcompress_fxt1.d.tmp texcompress_rgtc.d.tmp texcompress_s3tc.d.tmp texenv.d.tmp texformat.d.tmp texgen.d.tmp texgetimage.d.tmp teximage.d.tmp texobj.d.tmp texparam.d.tmp texstate.d.tmp texstorage.d.tmp texstore.d.tmp texturebindless.d.tmp textureview.d.tmp tgsi_aa_point.d.tmp tgsi_build.d.tmp tgsi_dump.d.tmp tgsi_emulate.d.tmp tgsi_exec.d.tmp tgsi_from_mesa.d.tmp tgsi_info.d.tmp tgsi_iterate.d.tmp tgsi_lowering.d.tmp tgsi_parse.d.tmp tgsi_point_sprite.d.tmp tgsi_sanity.d.tmp tgsi_scan.d.tmp tgsi_strings.d.tmp tgsi_text.d.tmp tgsi_to_nir.d.tmp tgsi_transform.d.tmp tgsi_two_side.d.tmp tgsi_ureg.d.tmp tgsi_util.d.tmp tr_context.d.tmp tr_dump.d.tmp tr_dump_state.d.tmp tr_screen.d.tmp tr_texture.d.tmp transformfeedback.d.tmp translate.d.tmp translate_cache.d.tmp translate_generic.d.tmp translate_sse.d.tmp u_async_debug.d.tmp u_atomic.d.tmp u_bitmask.d.tmp u_blit.d.tmp u_blitter.d.tmp u_cache.d.tmp u_cpu_detect.d.tmp u_debug.d.tmp u_debug_describe.d.tmp u_debug_flush.d.tmp u_debug_gallium.d.tmp u_debug_image.d.tmp u_debug_memory.d.tmp u_debug_refcnt.d.tmp u_debug_stack.d.tmp u_debug_symbol.d.tmp u_dl.d.tmp u_draw.d.tmp u_draw_quad.d.tmp u_dump_defines.d.tmp u_dump_state.d.tmp u_format.d.tmp u_format_bptc.d.tmp u_format_etc.d.tmp u_format_latc.d.tmp u_format_other.d.tmp u_format_rgtc.d.tmp u_format_s3tc.d.tmp u_format_table.d.tmp u_format_tests.d.tmp u_format_yuv.d.tmp u_format_zs.d.tmp u_framebuffer.d.tmp u_gen_mipmap.d.tmp u_handle_table.d.tmp u_hash_table.d.tmp u_helpers.d.tmp u_idalloc.d.tmp u_index_modify.d.tmp u_indices_gen.d.tmp u_linear.d.tmp u_log.d.tmp u_math.d.tmp u_mm.d.tmp u_network.d.tmp u_prim.d.tmp u_prim_restart.d.tmp u_primconvert.d.tmp u_process.d.tmp u_pstipple.d.tmp u_queue.d.tmp u_resource.d.tmp u_ringbuffer.d.tmp u_sampler.d.tmp u_screen.d.tmp u_simple_shaders.d.tmp u_suballoc.d.tmp u_surface.d.tmp u_surfaces.d.tmp u_tests.d.tmp u_texture.d.tmp u_threaded_context.d.tmp u_tile.d.tmp u_transfer.d.tmp u_transfer_helper.d.tmp u_unfilled_gen.d.tmp u_upload_mgr.d.tmp u_vbuf.d.tmp u_vector.d.tmp uniform_query.d.tmp uniforms.d.tmp utils.d.tmp varray.d.tmp vbo_context.d.tmp vbo_exec.d.tmp vbo_exec_api.d.tmp vbo_exec_draw.d.tmp vbo_exec_eval.d.tmp vbo_minmax_index.d.tmp vbo_noop.d.tmp vbo_primitive_restart.d.tmp vbo_save.d.tmp vbo_save_api.d.tmp vbo_save_draw.d.tmp vbo_save_loopback.d.tmp vdpau.d.tmp version.d.tmp viewport.d.tmp vl_bicubic_filter.d.tmp vl_compositor.d.tmp vl_compositor_cs.d.tmp vl_compositor_gfx.d.tmp vl_csc.d.tmp vl_decoder.d.tmp vl_deint_filter.d.tmp vl_idct.d.tmp vl_matrix_filter.d.tmp vl_mc.d.tmp vl_median_filter.d.tmp vl_mpeg12_bitstream.d.tmp vl_mpeg12_decoder.d.tmp vl_vertex_buffers.d.tmp vl_video_buffer.d.tmp vl_winsys_dri.d.tmp vl_zscan.d.tmp vma.d.tmp vtn_alu.d.tmp vtn_amd.d.tmp vtn_cfg.d.tmp vtn_gather_types.d.tmp vtn_glsl450.d.tmp vtn_opencl.d.tmp vtn_subgroup.d.tmp vtn_variables.d.tmp vtxfmt.d.tmp wrapper_sw_winsys.d.tmp xform4.d.tmp xmlconfig.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/gallium.old && rm -f RBUGrbug_core.c RBUGrbug_context.c DRIVERrbug_core.c DRIVERrbug_context.c r600_radeon_video.c radeon_radeon_video.c r600_radeon_vce.c radeon_radeon_vce.c r600_radeon_uvd.c radeon_radeon_uvd.c MESApixel.c MESApixelstore.c MESAeval.c MESAdebug.c UTILdebug.c .depend DRIVERrbug_context.d DRIVERrbug_core.d MESAdebug.d MESAeval.d MESApixel.d MESApixelstore.d RBUGrbug_context.d RBUGrbug_core.d UTILdebug.d ac_binary.d ac_debug.d ac_gpu_info.d ac_llvm_build.d ac_llvm_helper.d ac_llvm_util.d ac_nir_to_llvm.d ac_shader_util.d ac_surface.d accum.d addrelemlib.d addrinterface.d addrlib.d addrlib1.d addrlib2.d addrobject.d amdgpu_bo.d amdgpu_cs.d amdgpu_surface.d amdgpu_winsys.d api_arrayelt.d api_exec.d api_loopback.d arbprogparse.d arbprogram.d arrayobj.d ast_array_index.d ast_expr.d ast_function.d ast_to_hir.d ast_type.d atifragshader.d attrib.d barrier.d bbox.d bitmap.d blend.d blit.d blob.d bufferobj.d buffers.d build_id.d builtin_functions.d builtin_types.d builtin_variables.d cayman_msaa.d ciaddrlib.d cik_sdma.d clear.d clip.d colortab.d common_x86.d compute.d compute_memory_pool.d condrender.d conservativeraster.d context.d convolve.d coord.d copyimage.d cpuinfo.d crc32.d cso_cache.d cso_context.d cso_hash.d dd_context.d dd_draw.d dd_screen.d debug_output.d decode.d depth.d device.d disk_cache.d dlist.d draw.d draw_context.d draw_fs.d draw_gs.d draw_llvm.d draw_llvm_sample.d draw_pipe.d draw_pipe_aaline.d draw_pipe_aapoint.d draw_pipe_clip.d draw_pipe_cull.d draw_pipe_flatshade.d draw_pipe_offset.d draw_pipe_pstipple.d draw_pipe_stipple.d draw_pipe_twoside.d draw_pipe_unfilled.d draw_pipe_util.d draw_pipe_validate.d draw_pipe_vbuf.d draw_pipe_wide_line.d draw_pipe_wide_point.d draw_prim_assembler.d draw_pt.d draw_pt_emit.d draw_pt_fetch.d draw_pt_fetch_emit.d draw_pt_fetch_shade_emit.d draw_pt_fetch_shade_pipeline.d draw_pt_fetch_shade_pipeline_llvm.d draw_pt_post_vs.d draw_pt_so_emit.d draw_pt_util.d draw_pt_vsplit.d draw_validate.d draw_vertex.d draw_vs.d draw_vs_exec.d draw_vs_llvm.d draw_vs_variant.d drawpix.d drawtex.d dri2.d dri_context.d dri_drawable.d dri_helpers.d dri_query_renderer.d dri_screen.d dri_sw_winsys.d dri_util.d drisw.d eg_asm.d eg_debug.d egbaddrlib.d enable.d enums.d errors.d es1_conversion.d evergreen_compute.d evergreen_hw_context.d evergreen_state.d execmem.d extensions.d extensions_table.d externalobjects.d fast_idiv_by_const.d fbobject.d feedback.d ff_fragment_shader.d ffvertex_prog.d fog.d font.d format_fallback.d format_pack.d format_srgb.d format_unpack.d format_utils.d formatquery.d formats.d framebuffer.d ftab.d generate_ir.d genmipmap.d get.d getstring.d gfx9addrlib.d gl_nir_link_atomics.d gl_nir_link_uniform_initializers.d gl_nir_link_uniforms.d gl_nir_link_xfb.d gl_nir_linker.d gl_nir_lower_atomics.d gl_nir_lower_bindless_images.d gl_nir_lower_buffers.d gl_nir_lower_samplers.d gl_nir_lower_samplers_as_deref.d gl_spirv.d glcpp-lex.d glcpp-parse.d glformats.d glsl_lexer.d glsl_parser.d glsl_parser_extras.d glsl_symbol_table.d glsl_to_nir.d glsl_types.d glspirv.d glthread.d half_float.d hash.d hash_table.d hint.d hir_field_selection.d histogram.d htab.d hud_context.d hud_cpu.d hud_cpufreq.d hud_diskstat.d hud_driver_query.d hud_fps.d hud_nic.d hud_sensors_temp.d i915_blit.d i915_clear.d i915_context.d i915_debug.d i915_debug_fp.d i915_drm_batchbuffer.d i915_drm_buffer.d i915_drm_fence.d i915_drm_winsys.d i915_flush.d i915_fpc_emit.d i915_fpc_optimize.d i915_fpc_translate.d i915_prim_emit.d i915_prim_vbuf.d i915_query.d i915_resource.d i915_resource_buffer.d i915_resource_texture.d i915_screen.d i915_state.d i915_state_derived.d i915_state_dynamic.d i915_state_emit.d i915_state_fpc.d i915_state_immediate.d i915_state_sampler.d i915_state_static.d i915_surface.d image.d imports.d ir.d ir_array_refcount.d ir_basic_block.d ir_builder.d ir_clone.d ir_constant_expression.d ir_equals.d ir_expression_flattening.d ir_function.d ir_function_can_inline.d ir_function_detect_recursion.d ir_hierarchical_visitor.d ir_hv_accept.d ir_print_visitor.d ir_reader.d ir_rvalue_visitor.d ir_set_program_inouts.d ir_to_mesa.d ir_validate.d ir_variable_refcount.d kms_dri_sw_winsys.d light.d lines.d link_atomics.d link_functions.d link_interface_blocks.d link_uniform_block_active_visitor.d link_uniform_blocks.d link_uniform_initializers.d link_uniforms.d link_varyings.d linker.d linker_util.d loader.d loop_analysis.d loop_unroll.d lower_blend_equation_advanced.d lower_buffer_access.d lower_const_arrays_to_uniforms.d lower_cs_derived.d lower_discard.d lower_discard_flow.d lower_distance.d lower_if_to_cond_assign.d lower_instructions.d lower_int64.d lower_jumps.d lower_mat_op_to_vec.d lower_named_interface_blocks.d lower_noise.d lower_offset_array.d lower_output_reads.d lower_packed_varyings.d lower_packing_builtins.d lower_shared_reference.d lower_subroutine.d lower_tess_level.d lower_texture_projection.d lower_ubo_reference.d lower_variable_index_to_cond_assign.d lower_vec_index_to_cond_assign.d lower_vec_index_to_swizzle.d lower_vector.d lower_vector_derefs.d lower_vector_insert.d lower_vertex_id.d lp_bld_alpha.d lp_bld_arit.d lp_bld_arit_overflow.d lp_bld_assert.d lp_bld_bitarit.d lp_bld_blend.d lp_bld_blend_aos.d lp_bld_blend_logicop.d lp_bld_const.d lp_bld_conv.d lp_bld_depth.d lp_bld_flow.d lp_bld_format.d lp_bld_format_aos.d lp_bld_format_aos_array.d lp_bld_format_float.d lp_bld_format_s3tc.d lp_bld_format_soa.d lp_bld_format_srgb.d lp_bld_format_yuv.d lp_bld_gather.d lp_bld_init.d lp_bld_interp.d lp_bld_intr.d lp_bld_logic.d lp_bld_misc.d lp_bld_pack.d lp_bld_printf.d lp_bld_quad.d lp_bld_sample.d lp_bld_sample_aos.d lp_bld_sample_soa.d lp_bld_struct.d lp_bld_swizzle.d lp_bld_tgsi.d lp_bld_tgsi_action.d lp_bld_tgsi_aos.d lp_bld_tgsi_info.d lp_bld_tgsi_soa.d lp_bld_type.d lp_clear.d lp_context.d lp_draw_arrays.d lp_fence.d lp_flush.d lp_jit.d lp_memory.d lp_perf.d lp_query.d lp_rast.d lp_rast_debug.d lp_rast_tri.d lp_scene.d lp_scene_queue.d lp_screen.d lp_setup.d lp_setup_line.d lp_setup_point.d lp_setup_tri.d lp_setup_vbuf.d lp_state_blend.d lp_state_clip.d lp_state_derived.d lp_state_fs.d lp_state_gs.d lp_state_rasterizer.d lp_state_sampler.d lp_state_setup.d lp_state_so.d lp_state_surface.d lp_state_vertex.d lp_state_vs.d lp_surface.d lp_tex_sample.d lp_texture.d m_debug_clip.d m_debug_norm.d m_debug_xform.d m_eval.d m_matrix.d m_translate.d m_vector.d marshal.d marshal_generated.d matrix.d megadriver_stub.d memory_pool.d mesa-sha1.d mipmap.d mixer.d mm.d multisample.d nir.d nir_builtin_builder.d nir_clone.d nir_constant_expressions.d nir_control_flow.d nir_deref.d nir_dominance.d nir_from_ssa.d nir_gather_info.d nir_gather_xfb_info.d nir_gs_count_vertices.d nir_inline_functions.d nir_instr_set.d nir_intrinsics.d nir_linking_helpers.d nir_liveness.d nir_loop_analyze.d nir_lower_alpha_test.d nir_lower_alu.d nir_lower_alu_to_scalar.d nir_lower_array_deref_of_vec.d nir_lower_atomics_to_ssbo.d nir_lower_bit_size.d nir_lower_bitmap.d nir_lower_bool_to_int32.d nir_lower_clamp_color_outputs.d nir_lower_clip.d nir_lower_clip_cull_distance_arrays.d nir_lower_constant_initializers.d nir_lower_double_ops.d nir_lower_drawpixels.d nir_lower_global_vars_to_local.d nir_lower_gs_intrinsics.d nir_lower_idiv.d nir_lower_indirect_derefs.d nir_lower_int64.d nir_lower_io.d nir_lower_io_arrays_to_elements.d nir_lower_io_to_scalar.d nir_lower_io_to_temporaries.d nir_lower_io_to_vector.d nir_lower_load_const_to_scalar.d nir_lower_locals_to_regs.d nir_lower_packing.d nir_lower_passthrough_edgeflags.d nir_lower_patch_vertices.d nir_lower_phis_to_scalar.d nir_lower_regs_to_ssa.d nir_lower_returns.d nir_lower_subgroups.d nir_lower_system_values.d nir_lower_tex.d nir_lower_to_source_mods.d nir_lower_two_sided_color.d nir_lower_uniforms_to_ubo.d nir_lower_var_copies.d nir_lower_vars_to_ssa.d nir_lower_vec_to_movs.d nir_lower_wpos_center.d nir_lower_wpos_ytransform.d nir_metadata.d nir_move_load_const.d nir_move_vec_src_uses_to_dest.d nir_normalize_cubemap_coords.d nir_opcodes.d nir_opt_algebraic.d nir_opt_combine_stores.d nir_opt_comparison_pre.d nir_opt_conditional_discard.d nir_opt_constant_folding.d nir_opt_copy_prop_vars.d nir_opt_copy_propagate.d nir_opt_cse.d nir_opt_dce.d nir_opt_dead_cf.d nir_opt_dead_write_vars.d nir_opt_find_array_copies.d nir_opt_gcm.d nir_opt_idiv_const.d nir_opt_if.d nir_opt_intrinsics.d nir_opt_large_constants.d nir_opt_loop_unroll.d nir_opt_move_comparisons.d nir_opt_move_load_ubo.d nir_opt_peephole_select.d nir_opt_remove_phis.d nir_opt_shrink_load.d nir_opt_trivial_continues.d nir_opt_undef.d nir_phi_builder.d nir_print.d nir_propagate_invariant.d nir_remove_dead_variables.d nir_repair_ssa.d nir_search.d nir_serialize.d nir_split_per_member_structs.d nir_split_var_copies.d nir_split_vars.d nir_strip.d nir_sweep.d nir_to_lcssa.d nir_types.d nir_validate.d nir_worklist.d noop_pipe.d noop_state.d nouveau_buffer.d nouveau_drm_winsys.d nouveau_fence.d nouveau_heap.d nouveau_mm.d nouveau_screen.d nouveau_video.d nouveau_vp3_video.d nouveau_vp3_video_bsp.d nouveau_vp3_video_vp.d null_sw_winsys.d nv30_clear.d nv30_context.d nv30_draw.d nv30_format.d nv30_fragprog.d nv30_fragtex.d nv30_miptree.d nv30_push.d nv30_query.d nv30_resource.d nv30_screen.d nv30_state.d nv30_state_validate.d nv30_texture.d nv30_transfer.d nv30_vbo.d nv30_vertprog.d nv40_verttex.d nv50_compute.d nv50_context.d nv50_formats.d nv50_ir.d nv50_ir_bb.d nv50_ir_build_util.d nv50_ir_emit_gk110.d nv50_ir_emit_gm107.d nv50_ir_emit_nv50.d nv50_ir_emit_nvc0.d nv50_ir_from_common.d nv50_ir_from_nir.d nv50_ir_from_tgsi.d nv50_ir_graph.d nv50_ir_lowering_gm107.d nv50_ir_lowering_helper.d nv50_ir_lowering_nv50.d nv50_ir_lowering_nvc0.d nv50_ir_peephole.d nv50_ir_print.d nv50_ir_ra.d nv50_ir_ssa.d nv50_ir_target.d nv50_ir_target_gm107.d nv50_ir_target_nv50.d nv50_ir_target_nvc0.d nv50_ir_util.d nv50_miptree.d nv50_program.d nv50_push.d nv50_query.d nv50_query_hw.d nv50_query_hw_metric.d nv50_query_hw_sm.d nv50_resource.d nv50_screen.d nv50_shader_state.d nv50_state.d nv50_state_validate.d nv50_surface.d nv50_tex.d nv50_transfer.d nv50_vbo.d nv84_video.d nv84_video_bsp.d nv84_video_vp.d nv98_video.d nv98_video_bsp.d nv98_video_ppp.d nv98_video_vp.d nvc0_compute.d nvc0_context.d nvc0_formats.d nvc0_miptree.d nvc0_program.d nvc0_query.d nvc0_query_hw.d nvc0_query_hw_metric.d nvc0_query_hw_sm.d nvc0_query_sw.d nvc0_resource.d nvc0_screen.d nvc0_shader_state.d nvc0_state.d nvc0_state_validate.d nvc0_surface.d nvc0_tex.d nvc0_transfer.d nvc0_vbo.d nvc0_vbo_translate.d nvc0_video.d nvc0_video_bsp.d nvc0_video_ppp.d nvc0_video_vp.d nve4_compute.d nvfx_fragprog.d nvfx_vertprog.d objectlabel.d objectpurge.d opt_algebraic.d opt_array_splitting.d opt_conditional_discard.d opt_constant_folding.d opt_constant_propagation.d opt_constant_variable.d opt_copy_propagation_elements.d opt_dead_builtin_variables.d opt_dead_builtin_varyings.d opt_dead_code.d opt_dead_code_local.d opt_dead_functions.d opt_flatten_nested_if_blocks.d opt_flip_matrices.d opt_function_inlining.d opt_if_simplification.d opt_minmax.d opt_rebalance_tree.d opt_redundant_jumps.d opt_structure_splitting.d opt_swizzle.d opt_tree_grafting.d opt_vectorize.d os_misc.d os_process.d os_time.d output.d pack.d pb_buffer_fenced.d pb_bufmgr_cache.d pb_bufmgr_debug.d pb_bufmgr_mm.d pb_bufmgr_slab.d pb_cache.d pb_slab.d pb_validate.d pbo.d pci_id_driver_map.d performance_monitor.d performance_query.d pipe_loader.d pipe_loader_drm.d pipe_loader_sw.d pipelineobj.d pixeltransfer.d points.d polygon.d pp.d pp_celshade.d pp_colors.d pp_init.d pp_mlaa.d pp_program.d pp_run.d preemption.d presentation.d prog_cache.d prog_execute.d prog_instruction.d prog_noise.d prog_opt_constant_fold.d prog_optimize.d prog_parameter.d prog_parameter_layout.d prog_print.d prog_statevars.d prog_to_nir.d program.d program_binary.d program_lexer.d program_parse.tab.d program_parse_extra.d program_resource.d programopt.d propagate_invariance.d query.d querymatrix.d queryobj.d r300_blit.d r300_chipset.d r300_context.d r300_debug.d r300_emit.d r300_flush.d r300_fragprog.d r300_fragprog_emit.d r300_fragprog_swizzle.d r300_fs.d r300_hyperz.d r300_query.d r300_render.d r300_render_stencilref.d r300_render_translate.d r300_resource.d r300_screen.d r300_screen_buffer.d r300_state.d r300_state_derived.d r300_texture.d r300_texture_desc.d r300_tgsi_to_rc.d r300_transfer.d r300_vs.d r300_vs_draw.d r3xx_fragprog.d r3xx_vertprog.d r3xx_vertprog_dump.d r500_fragprog.d r500_fragprog_emit.d r600_asm.d r600_blit.d r600_buffer_common.d r600_gpu_load.d r600_hw_context.d r600_isa.d r600_perfcounter.d r600_pipe.d r600_pipe_common.d r600_query.d r600_radeon_uvd.d r600_radeon_vce.d r600_radeon_video.d r600_shader.d r600_state.d r600_state_common.d r600_streamout.d r600_test_dma.d r600_texture.d r600_uvd.d r600_viewport.d r700_asm.d radeon_code.d radeon_compiler.d radeon_compiler_util.d radeon_dataflow.d radeon_dataflow_deadcode.d radeon_dataflow_swizzles.d radeon_drm_bo.d radeon_drm_cs.d radeon_drm_surface.d radeon_drm_winsys.d radeon_emulate_branches.d radeon_emulate_loops.d radeon_inline_literals.d radeon_list.d radeon_opcodes.d radeon_optimize.d radeon_pair_dead_sources.d radeon_pair_regalloc.d radeon_pair_schedule.d radeon_pair_translate.d radeon_program.d radeon_program_alu.d radeon_program_pair.d radeon_program_print.d radeon_program_tex.d radeon_radeon_uvd.d radeon_radeon_vce.d radeon_radeon_video.d radeon_remove_constants.d radeon_rename_regs.d radeon_uvd_enc.d radeon_uvd_enc_1_1.d radeon_variable.d radeon_vce_40_2_2.d radeon_vce_50.d radeon_vce_52.d radeon_vcn_dec.d radeon_vcn_dec_jpeg.d radeon_vcn_enc.d radeon_vcn_enc_1_2.d radeon_vert_fc.d ralloc.d rand_xor.d rastpos.d rb_tree.d rbug_connection.d rbug_demarshal.d rbug_objects.d rbug_screen.d rbug_shader.d rbug_texture.d readpix.d register_allocate.d remap.d renderbuffer.d renderonly.d rgtc.d robustness.d rtasm_cpu.d rtasm_execmem.d rtasm_x86sse.d s_expression.d samplerobj.d sb_bc_builder.d sb_bc_decoder.d sb_bc_dump.d sb_bc_finalize.d sb_bc_parser.d sb_context.d sb_core.d sb_dce_cleanup.d sb_def_use.d sb_dump.d sb_expr.d sb_gcm.d sb_gvn.d sb_if_conversion.d sb_ir.d sb_liveness.d sb_pass.d sb_peephole.d sb_psi_ops.d sb_ra_checker.d sb_ra_coalesce.d sb_ra_init.d sb_sched.d sb_shader.d sb_ssa_builder.d sb_valtable.d scissor.d serialize.d set.d shader_cache.d shader_enums.d shader_query.d shaderapi.d shaderimage.d shaderobj.d shared.d si_blit.d si_buffer.d si_clear.d si_compute.d si_compute_blit.d si_cp_dma.d si_debug.d si_descriptors.d si_dma.d si_dma_cs.d si_fence.d si_get.d si_gfx_cs.d si_gpu_load.d si_perfcounter.d si_pipe.d si_pm4.d si_query.d si_shader.d si_shader_nir.d si_shader_tgsi_alu.d si_shader_tgsi_mem.d si_shader_tgsi_setup.d si_shaderlib_tgsi.d si_state.d si_state_binning.d si_state_draw.d si_state_msaa.d si_state_shaders.d si_state_streamout.d si_state_viewport.d si_test_dma.d si_test_dma_perf.d si_texture.d si_uvd.d siaddrlib.d slab.d sp_buffer.d sp_clear.d sp_compute.d sp_context.d sp_draw_arrays.d sp_fence.d sp_flush.d sp_fs_exec.d sp_image.d sp_prim_vbuf.d sp_quad_blend.d sp_quad_depth_test.d sp_quad_fs.d sp_quad_pipe.d sp_quad_stipple.d sp_query.d sp_screen.d sp_setup.d sp_state_blend.d sp_state_clip.d sp_state_derived.d sp_state_image.d sp_state_rasterizer.d sp_state_sampler.d sp_state_shader.d sp_state_so.d sp_state_surface.d sp_state_vertex.d sp_surface.d sp_tex_sample.d sp_tex_tile_cache.d sp_texture.d sp_tile_cache.d spirv_info.d spirv_to_nir.d sse_minmax.d st_atifs_to_tgsi.d st_atom.d st_atom_array.d st_atom_atomicbuf.d st_atom_blend.d st_atom_clip.d st_atom_constbuf.d st_atom_depth.d st_atom_framebuffer.d st_atom_image.d st_atom_msaa.d st_atom_pixeltransfer.d st_atom_rasterizer.d st_atom_sampler.d st_atom_scissor.d st_atom_shader.d st_atom_stipple.d st_atom_storagebuf.d st_atom_tess.d st_atom_texture.d st_atom_viewport.d st_cb_bitmap.d st_cb_bitmap_shader.d st_cb_blit.d st_cb_bufferobjects.d st_cb_clear.d st_cb_compute.d st_cb_condrender.d st_cb_copyimage.d st_cb_drawpixels.d st_cb_drawpixels_shader.d st_cb_drawtex.d st_cb_eglimage.d st_cb_fbo.d st_cb_feedback.d st_cb_flush.d st_cb_memoryobjects.d st_cb_msaa.d st_cb_perfmon.d st_cb_program.d st_cb_queryobj.d st_cb_rasterpos.d st_cb_readpixels.d st_cb_semaphoreobjects.d st_cb_strings.d st_cb_syncobj.d st_cb_texture.d st_cb_texturebarrier.d st_cb_viewport.d st_cb_xformfb.d st_context.d st_copytex.d st_debug.d st_draw.d st_draw_feedback.d st_extensions.d st_format.d st_gen_mipmap.d st_glsl_to_ir.d st_glsl_to_nir.d st_glsl_to_tgsi.d st_glsl_to_tgsi_array_merge.d st_glsl_to_tgsi_private.d st_glsl_to_tgsi_temprename.d st_glsl_types.d st_manager.d st_mesa_to_tgsi.d st_nir_builtins.d st_nir_lower_builtin.d st_nir_lower_tex_src_plane.d st_pbo.d st_program.d st_sampler_view.d st_scissor.d st_shader_cache.d st_texture.d st_tgsi_lower_yuv.d state.d stencil.d streaming-load-memcpy.d string_buffer.d string_to_uint_map.d strtod.d surface.d symbol_table.d syncobj.d target.d texcompress.d texcompress_astc.d texcompress_bptc.d texcompress_cpal.d texcompress_etc.d texcompress_fxt1.d texcompress_rgtc.d texcompress_s3tc.d texenv.d texformat.d texgen.d texgetimage.d teximage.d texobj.d texparam.d texstate.d texstorage.d texstore.d texturebindless.d textureview.d tgsi_aa_point.d tgsi_build.d tgsi_dump.d tgsi_emulate.d tgsi_exec.d tgsi_from_mesa.d tgsi_info.d tgsi_iterate.d tgsi_lowering.d tgsi_parse.d tgsi_point_sprite.d tgsi_sanity.d tgsi_scan.d tgsi_strings.d tgsi_text.d tgsi_to_nir.d tgsi_transform.d tgsi_two_side.d tgsi_ureg.d tgsi_util.d tr_context.d tr_dump.d tr_dump_state.d tr_screen.d tr_texture.d transformfeedback.d translate.d translate_cache.d translate_generic.d translate_sse.d u_async_debug.d u_atomic.d u_bitmask.d u_blit.d u_blitter.d u_cache.d u_cpu_detect.d u_debug.d u_debug_describe.d u_debug_flush.d u_debug_gallium.d u_debug_image.d u_debug_memory.d u_debug_refcnt.d u_debug_stack.d u_debug_symbol.d u_dl.d u_draw.d u_draw_quad.d u_dump_defines.d u_dump_state.d u_format.d u_format_bptc.d u_format_etc.d u_format_latc.d u_format_other.d u_format_rgtc.d u_format_s3tc.d u_format_table.d u_format_tests.d u_format_yuv.d u_format_zs.d u_framebuffer.d u_gen_mipmap.d u_handle_table.d u_hash_table.d u_helpers.d u_idalloc.d u_index_modify.d u_indices_gen.d u_linear.d u_log.d u_math.d u_mm.d u_network.d u_prim.d u_prim_restart.d u_primconvert.d u_process.d u_pstipple.d u_queue.d u_resource.d u_ringbuffer.d u_sampler.d u_screen.d u_simple_shaders.d u_suballoc.d u_surface.d u_surfaces.d u_tests.d u_texture.d u_threaded_context.d u_tile.d u_transfer.d u_transfer_helper.d u_unfilled_gen.d u_upload_mgr.d u_vbuf.d u_vector.d uniform_query.d uniforms.d utils.d varray.d vbo_context.d vbo_exec.d vbo_exec_api.d vbo_exec_draw.d vbo_exec_eval.d vbo_minmax_index.d vbo_noop.d vbo_primitive_restart.d vbo_save.d vbo_save_api.d vbo_save_draw.d vbo_save_loopback.d vdpau.d version.d viewport.d vl_bicubic_filter.d vl_compositor.d vl_compositor_cs.d vl_compositor_gfx.d vl_csc.d vl_decoder.d vl_deint_filter.d vl_idct.d vl_matrix_filter.d vl_mc.d vl_median_filter.d vl_mpeg12_bitstream.d vl_mpeg12_decoder.d vl_vertex_buffers.d vl_video_buffer.d vl_winsys_dri.d vl_zscan.d vma.d vtn_alu.d vtn_amd.d vtn_cfg.d vtn_gather_types.d vtn_glsl450.d vtn_opencl.d vtn_subgroup.d vtn_variables.d vtxfmt.d wrapper_sw_winsys.d xform4.d xmlconfig.d DRIVERrbug_context.d.tmp DRIVERrbug_core.d.tmp MESAdebug.d.tmp MESAeval.d.tmp MESApixel.d.tmp MESApixelstore.d.tmp RBUGrbug_context.d.tmp RBUGrbug_core.d.tmp UTILdebug.d.tmp ac_binary.d.tmp ac_debug.d.tmp ac_gpu_info.d.tmp ac_llvm_build.d.tmp ac_llvm_helper.d.tmp ac_llvm_util.d.tmp ac_nir_to_llvm.d.tmp ac_shader_util.d.tmp ac_surface.d.tmp accum.d.tmp addrelemlib.d.tmp addrinterface.d.tmp addrlib.d.tmp addrlib1.d.tmp addrlib2.d.tmp addrobject.d.tmp amdgpu_bo.d.tmp amdgpu_cs.d.tmp amdgpu_surface.d.tmp amdgpu_winsys.d.tmp api_arrayelt.d.tmp api_exec.d.tmp api_loopback.d.tmp arbprogparse.d.tmp arbprogram.d.tmp arrayobj.d.tmp ast_array_index.d.tmp ast_expr.d.tmp ast_function.d.tmp ast_to_hir.d.tmp ast_type.d.tmp atifragshader.d.tmp attrib.d.tmp barrier.d.tmp bbox.d.tmp bitmap.d.tmp blend.d.tmp blit.d.tmp blob.d.tmp bufferobj.d.tmp buffers.d.tmp build_id.d.tmp builtin_functions.d.tmp builtin_types.d.tmp builtin_variables.d.tmp cayman_msaa.d.tmp ciaddrlib.d.tmp cik_sdma.d.tmp clear.d.tmp clip.d.tmp colortab.d.tmp common_x86.d.tmp compute.d.tmp compute_memory_pool.d.tmp condrender.d.tmp conservativeraster.d.tmp context.d.tmp convolve.d.tmp coord.d.tmp copyimage.d.tmp cpuinfo.d.tmp crc32.d.tmp cso_cache.d.tmp cso_context.d.tmp cso_hash.d.tmp dd_context.d.tmp dd_draw.d.tmp dd_screen.d.tmp debug_output.d.tmp decode.d.tmp depth.d.tmp device.d.tmp disk_cache.d.tmp dlist.d.tmp draw.d.tmp draw_context.d.tmp draw_fs.d.tmp draw_gs.d.tmp draw_llvm.d.tmp draw_llvm_sample.d.tmp draw_pipe.d.tmp draw_pipe_aaline.d.tmp draw_pipe_aapoint.d.tmp draw_pipe_clip.d.tmp draw_pipe_cull.d.tmp draw_pipe_flatshade.d.tmp draw_pipe_offset.d.tmp draw_pipe_pstipple.d.tmp draw_pipe_stipple.d.tmp draw_pipe_twoside.d.tmp draw_pipe_unfilled.d.tmp draw_pipe_util.d.tmp draw_pipe_validate.d.tmp draw_pipe_vbuf.d.tmp draw_pipe_wide_line.d.tmp draw_pipe_wide_point.d.tmp draw_prim_assembler.d.tmp draw_pt.d.tmp draw_pt_emit.d.tmp draw_pt_fetch.d.tmp draw_pt_fetch_emit.d.tmp draw_pt_fetch_shade_emit.d.tmp draw_pt_fetch_shade_pipeline.d.tmp draw_pt_fetch_shade_pipeline_llvm.d.tmp draw_pt_post_vs.d.tmp draw_pt_so_emit.d.tmp draw_pt_util.d.tmp draw_pt_vsplit.d.tmp draw_validate.d.tmp draw_vertex.d.tmp draw_vs.d.tmp draw_vs_exec.d.tmp draw_vs_llvm.d.tmp draw_vs_variant.d.tmp drawpix.d.tmp drawtex.d.tmp dri2.d.tmp dri_context.d.tmp dri_drawable.d.tmp dri_helpers.d.tmp dri_query_renderer.d.tmp dri_screen.d.tmp dri_sw_winsys.d.tmp dri_util.d.tmp drisw.d.tmp eg_asm.d.tmp eg_debug.d.tmp egbaddrlib.d.tmp enable.d.tmp enums.d.tmp errors.d.tmp es1_conversion.d.tmp evergreen_compute.d.tmp evergreen_hw_context.d.tmp evergreen_state.d.tmp execmem.d.tmp extensions.d.tmp extensions_table.d.tmp externalobjects.d.tmp fast_idiv_by_const.d.tmp fbobject.d.tmp feedback.d.tmp ff_fragment_shader.d.tmp ffvertex_prog.d.tmp fog.d.tmp font.d.tmp format_fallback.d.tmp format_pack.d.tmp format_srgb.d.tmp format_unpack.d.tmp format_utils.d.tmp formatquery.d.tmp formats.d.tmp framebuffer.d.tmp ftab.d.tmp generate_ir.d.tmp genmipmap.d.tmp get.d.tmp getstring.d.tmp gfx9addrlib.d.tmp gl_nir_link_atomics.d.tmp gl_nir_link_uniform_initializers.d.tmp gl_nir_link_uniforms.d.tmp gl_nir_link_xfb.d.tmp gl_nir_linker.d.tmp gl_nir_lower_atomics.d.tmp gl_nir_lower_bindless_images.d.tmp gl_nir_lower_buffers.d.tmp gl_nir_lower_samplers.d.tmp gl_nir_lower_samplers_as_deref.d.tmp gl_spirv.d.tmp glcpp-lex.d.tmp glcpp-parse.d.tmp glformats.d.tmp glsl_lexer.d.tmp glsl_parser.d.tmp glsl_parser_extras.d.tmp glsl_symbol_table.d.tmp glsl_to_nir.d.tmp glsl_types.d.tmp glspirv.d.tmp glthread.d.tmp half_float.d.tmp hash.d.tmp hash_table.d.tmp hint.d.tmp hir_field_selection.d.tmp histogram.d.tmp htab.d.tmp hud_context.d.tmp hud_cpu.d.tmp hud_cpufreq.d.tmp hud_diskstat.d.tmp hud_driver_query.d.tmp hud_fps.d.tmp hud_nic.d.tmp hud_sensors_temp.d.tmp i915_blit.d.tmp i915_clear.d.tmp i915_context.d.tmp i915_debug.d.tmp i915_debug_fp.d.tmp i915_drm_batchbuffer.d.tmp i915_drm_buffer.d.tmp i915_drm_fence.d.tmp i915_drm_winsys.d.tmp i915_flush.d.tmp i915_fpc_emit.d.tmp i915_fpc_optimize.d.tmp i915_fpc_translate.d.tmp i915_prim_emit.d.tmp i915_prim_vbuf.d.tmp i915_query.d.tmp i915_resource.d.tmp i915_resource_buffer.d.tmp i915_resource_texture.d.tmp i915_screen.d.tmp i915_state.d.tmp i915_state_derived.d.tmp i915_state_dynamic.d.tmp i915_state_emit.d.tmp i915_state_fpc.d.tmp i915_state_immediate.d.tmp i915_state_sampler.d.tmp i915_state_static.d.tmp i915_surface.d.tmp image.d.tmp imports.d.tmp ir.d.tmp ir_array_refcount.d.tmp ir_basic_block.d.tmp ir_builder.d.tmp ir_clone.d.tmp ir_constant_expression.d.tmp ir_equals.d.tmp ir_expression_flattening.d.tmp ir_function.d.tmp ir_function_can_inline.d.tmp ir_function_detect_recursion.d.tmp ir_hierarchical_visitor.d.tmp ir_hv_accept.d.tmp ir_print_visitor.d.tmp ir_reader.d.tmp ir_rvalue_visitor.d.tmp ir_set_program_inouts.d.tmp ir_to_mesa.d.tmp ir_validate.d.tmp ir_variable_refcount.d.tmp kms_dri_sw_winsys.d.tmp light.d.tmp lines.d.tmp link_atomics.d.tmp link_functions.d.tmp link_interface_blocks.d.tmp link_uniform_block_active_visitor.d.tmp link_uniform_blocks.d.tmp link_uniform_initializers.d.tmp link_uniforms.d.tmp link_varyings.d.tmp linker.d.tmp linker_util.d.tmp loader.d.tmp loop_analysis.d.tmp loop_unroll.d.tmp lower_blend_equation_advanced.d.tmp lower_buffer_access.d.tmp lower_const_arrays_to_uniforms.d.tmp lower_cs_derived.d.tmp lower_discard.d.tmp lower_discard_flow.d.tmp lower_distance.d.tmp lower_if_to_cond_assign.d.tmp lower_instructions.d.tmp lower_int64.d.tmp lower_jumps.d.tmp lower_mat_op_to_vec.d.tmp lower_named_interface_blocks.d.tmp lower_noise.d.tmp lower_offset_array.d.tmp lower_output_reads.d.tmp lower_packed_varyings.d.tmp lower_packing_builtins.d.tmp lower_shared_reference.d.tmp lower_subroutine.d.tmp lower_tess_level.d.tmp lower_texture_projection.d.tmp lower_ubo_reference.d.tmp lower_variable_index_to_cond_assign.d.tmp lower_vec_index_to_cond_assign.d.tmp lower_vec_index_to_swizzle.d.tmp lower_vector.d.tmp lower_vector_derefs.d.tmp lower_vector_insert.d.tmp lower_vertex_id.d.tmp lp_bld_alpha.d.tmp lp_bld_arit.d.tmp lp_bld_arit_overflow.d.tmp lp_bld_assert.d.tmp lp_bld_bitarit.d.tmp lp_bld_blend.d.tmp lp_bld_blend_aos.d.tmp lp_bld_blend_logicop.d.tmp lp_bld_const.d.tmp lp_bld_conv.d.tmp lp_bld_depth.d.tmp lp_bld_flow.d.tmp lp_bld_format.d.tmp lp_bld_format_aos.d.tmp lp_bld_format_aos_array.d.tmp lp_bld_format_float.d.tmp lp_bld_format_s3tc.d.tmp lp_bld_format_soa.d.tmp lp_bld_format_srgb.d.tmp lp_bld_format_yuv.d.tmp lp_bld_gather.d.tmp lp_bld_init.d.tmp lp_bld_interp.d.tmp lp_bld_intr.d.tmp lp_bld_logic.d.tmp lp_bld_misc.d.tmp lp_bld_pack.d.tmp lp_bld_printf.d.tmp lp_bld_quad.d.tmp lp_bld_sample.d.tmp lp_bld_sample_aos.d.tmp lp_bld_sample_soa.d.tmp lp_bld_struct.d.tmp lp_bld_swizzle.d.tmp lp_bld_tgsi.d.tmp lp_bld_tgsi_action.d.tmp lp_bld_tgsi_aos.d.tmp lp_bld_tgsi_info.d.tmp lp_bld_tgsi_soa.d.tmp lp_bld_type.d.tmp lp_clear.d.tmp lp_context.d.tmp lp_draw_arrays.d.tmp lp_fence.d.tmp lp_flush.d.tmp lp_jit.d.tmp lp_memory.d.tmp lp_perf.d.tmp lp_query.d.tmp lp_rast.d.tmp lp_rast_debug.d.tmp lp_rast_tri.d.tmp lp_scene.d.tmp lp_scene_queue.d.tmp lp_screen.d.tmp lp_setup.d.tmp lp_setup_line.d.tmp lp_setup_point.d.tmp lp_setup_tri.d.tmp lp_setup_vbuf.d.tmp lp_state_blend.d.tmp lp_state_clip.d.tmp lp_state_derived.d.tmp lp_state_fs.d.tmp lp_state_gs.d.tmp lp_state_rasterizer.d.tmp lp_state_sampler.d.tmp lp_state_setup.d.tmp lp_state_so.d.tmp lp_state_surface.d.tmp lp_state_vertex.d.tmp lp_state_vs.d.tmp lp_surface.d.tmp lp_tex_sample.d.tmp lp_texture.d.tmp m_debug_clip.d.tmp m_debug_norm.d.tmp m_debug_xform.d.tmp m_eval.d.tmp m_matrix.d.tmp m_translate.d.tmp m_vector.d.tmp marshal.d.tmp marshal_generated.d.tmp matrix.d.tmp megadriver_stub.d.tmp memory_pool.d.tmp mesa-sha1.d.tmp mipmap.d.tmp mixer.d.tmp mm.d.tmp multisample.d.tmp nir.d.tmp nir_builtin_builder.d.tmp nir_clone.d.tmp nir_constant_expressions.d.tmp nir_control_flow.d.tmp nir_deref.d.tmp nir_dominance.d.tmp nir_from_ssa.d.tmp nir_gather_info.d.tmp nir_gather_xfb_info.d.tmp nir_gs_count_vertices.d.tmp nir_inline_functions.d.tmp nir_instr_set.d.tmp nir_intrinsics.d.tmp nir_linking_helpers.d.tmp nir_liveness.d.tmp nir_loop_analyze.d.tmp nir_lower_alpha_test.d.tmp nir_lower_alu.d.tmp nir_lower_alu_to_scalar.d.tmp nir_lower_array_deref_of_vec.d.tmp nir_lower_atomics_to_ssbo.d.tmp nir_lower_bit_size.d.tmp nir_lower_bitmap.d.tmp nir_lower_bool_to_int32.d.tmp nir_lower_clamp_color_outputs.d.tmp nir_lower_clip.d.tmp nir_lower_clip_cull_distance_arrays.d.tmp nir_lower_constant_initializers.d.tmp nir_lower_double_ops.d.tmp nir_lower_drawpixels.d.tmp nir_lower_global_vars_to_local.d.tmp nir_lower_gs_intrinsics.d.tmp nir_lower_idiv.d.tmp nir_lower_indirect_derefs.d.tmp nir_lower_int64.d.tmp nir_lower_io.d.tmp nir_lower_io_arrays_to_elements.d.tmp nir_lower_io_to_scalar.d.tmp nir_lower_io_to_temporaries.d.tmp nir_lower_io_to_vector.d.tmp nir_lower_load_const_to_scalar.d.tmp nir_lower_locals_to_regs.d.tmp nir_lower_packing.d.tmp nir_lower_passthrough_edgeflags.d.tmp nir_lower_patch_vertices.d.tmp nir_lower_phis_to_scalar.d.tmp nir_lower_regs_to_ssa.d.tmp nir_lower_returns.d.tmp nir_lower_subgroups.d.tmp nir_lower_system_values.d.tmp nir_lower_tex.d.tmp nir_lower_to_source_mods.d.tmp nir_lower_two_sided_color.d.tmp nir_lower_uniforms_to_ubo.d.tmp nir_lower_var_copies.d.tmp nir_lower_vars_to_ssa.d.tmp nir_lower_vec_to_movs.d.tmp nir_lower_wpos_center.d.tmp nir_lower_wpos_ytransform.d.tmp nir_metadata.d.tmp nir_move_load_const.d.tmp nir_move_vec_src_uses_to_dest.d.tmp nir_normalize_cubemap_coords.d.tmp nir_opcodes.d.tmp nir_opt_algebraic.d.tmp nir_opt_combine_stores.d.tmp nir_opt_comparison_pre.d.tmp nir_opt_conditional_discard.d.tmp nir_opt_constant_folding.d.tmp nir_opt_copy_prop_vars.d.tmp nir_opt_copy_propagate.d.tmp nir_opt_cse.d.tmp nir_opt_dce.d.tmp nir_opt_dead_cf.d.tmp nir_opt_dead_write_vars.d.tmp nir_opt_find_array_copies.d.tmp nir_opt_gcm.d.tmp nir_opt_idiv_const.d.tmp nir_opt_if.d.tmp nir_opt_intrinsics.d.tmp nir_opt_large_constants.d.tmp nir_opt_loop_unroll.d.tmp nir_opt_move_comparisons.d.tmp nir_opt_move_load_ubo.d.tmp nir_opt_peephole_select.d.tmp nir_opt_remove_phis.d.tmp nir_opt_shrink_load.d.tmp nir_opt_trivial_continues.d.tmp nir_opt_undef.d.tmp nir_phi_builder.d.tmp nir_print.d.tmp nir_propagate_invariant.d.tmp nir_remove_dead_variables.d.tmp nir_repair_ssa.d.tmp nir_search.d.tmp nir_serialize.d.tmp nir_split_per_member_structs.d.tmp nir_split_var_copies.d.tmp nir_split_vars.d.tmp nir_strip.d.tmp nir_sweep.d.tmp nir_to_lcssa.d.tmp nir_types.d.tmp nir_validate.d.tmp nir_worklist.d.tmp noop_pipe.d.tmp noop_state.d.tmp nouveau_buffer.d.tmp nouveau_drm_winsys.d.tmp nouveau_fence.d.tmp nouveau_heap.d.tmp nouveau_mm.d.tmp nouveau_screen.d.tmp nouveau_video.d.tmp nouveau_vp3_video.d.tmp nouveau_vp3_video_bsp.d.tmp nouveau_vp3_video_vp.d.tmp null_sw_winsys.d.tmp nv30_clear.d.tmp nv30_context.d.tmp nv30_draw.d.tmp nv30_format.d.tmp nv30_fragprog.d.tmp nv30_fragtex.d.tmp nv30_miptree.d.tmp nv30_push.d.tmp nv30_query.d.tmp nv30_resource.d.tmp nv30_screen.d.tmp nv30_state.d.tmp nv30_state_validate.d.tmp nv30_texture.d.tmp nv30_transfer.d.tmp nv30_vbo.d.tmp nv30_vertprog.d.tmp nv40_verttex.d.tmp nv50_compute.d.tmp nv50_context.d.tmp nv50_formats.d.tmp nv50_ir.d.tmp nv50_ir_bb.d.tmp nv50_ir_build_util.d.tmp nv50_ir_emit_gk110.d.tmp nv50_ir_emit_gm107.d.tmp nv50_ir_emit_nv50.d.tmp nv50_ir_emit_nvc0.d.tmp nv50_ir_from_common.d.tmp nv50_ir_from_nir.d.tmp nv50_ir_from_tgsi.d.tmp nv50_ir_graph.d.tmp nv50_ir_lowering_gm107.d.tmp nv50_ir_lowering_helper.d.tmp nv50_ir_lowering_nv50.d.tmp nv50_ir_lowering_nvc0.d.tmp nv50_ir_peephole.d.tmp nv50_ir_print.d.tmp nv50_ir_ra.d.tmp nv50_ir_ssa.d.tmp nv50_ir_target.d.tmp nv50_ir_target_gm107.d.tmp nv50_ir_target_nv50.d.tmp nv50_ir_target_nvc0.d.tmp nv50_ir_util.d.tmp nv50_miptree.d.tmp nv50_program.d.tmp nv50_push.d.tmp nv50_query.d.tmp nv50_query_hw.d.tmp nv50_query_hw_metric.d.tmp nv50_query_hw_sm.d.tmp nv50_resource.d.tmp nv50_screen.d.tmp nv50_shader_state.d.tmp nv50_state.d.tmp nv50_state_validate.d.tmp nv50_surface.d.tmp nv50_tex.d.tmp nv50_transfer.d.tmp nv50_vbo.d.tmp nv84_video.d.tmp nv84_video_bsp.d.tmp nv84_video_vp.d.tmp nv98_video.d.tmp nv98_video_bsp.d.tmp nv98_video_ppp.d.tmp nv98_video_vp.d.tmp nvc0_compute.d.tmp nvc0_context.d.tmp nvc0_formats.d.tmp nvc0_miptree.d.tmp nvc0_program.d.tmp nvc0_query.d.tmp nvc0_query_hw.d.tmp nvc0_query_hw_metric.d.tmp nvc0_query_hw_sm.d.tmp nvc0_query_sw.d.tmp nvc0_resource.d.tmp nvc0_screen.d.tmp nvc0_shader_state.d.tmp nvc0_state.d.tmp nvc0_state_validate.d.tmp nvc0_surface.d.tmp nvc0_tex.d.tmp nvc0_transfer.d.tmp nvc0_vbo.d.tmp nvc0_vbo_translate.d.tmp nvc0_video.d.tmp nvc0_video_bsp.d.tmp nvc0_video_ppp.d.tmp nvc0_video_vp.d.tmp nve4_compute.d.tmp nvfx_fragprog.d.tmp nvfx_vertprog.d.tmp objectlabel.d.tmp objectpurge.d.tmp opt_algebraic.d.tmp opt_array_splitting.d.tmp opt_conditional_discard.d.tmp opt_constant_folding.d.tmp opt_constant_propagation.d.tmp opt_constant_variable.d.tmp opt_copy_propagation_elements.d.tmp opt_dead_builtin_variables.d.tmp opt_dead_builtin_varyings.d.tmp opt_dead_code.d.tmp opt_dead_code_local.d.tmp opt_dead_functions.d.tmp opt_flatten_nested_if_blocks.d.tmp opt_flip_matrices.d.tmp opt_function_inlining.d.tmp opt_if_simplification.d.tmp opt_minmax.d.tmp opt_rebalance_tree.d.tmp opt_redundant_jumps.d.tmp opt_structure_splitting.d.tmp opt_swizzle.d.tmp opt_tree_grafting.d.tmp opt_vectorize.d.tmp os_misc.d.tmp os_process.d.tmp os_time.d.tmp output.d.tmp pack.d.tmp pb_buffer_fenced.d.tmp pb_bufmgr_cache.d.tmp pb_bufmgr_debug.d.tmp pb_bufmgr_mm.d.tmp pb_bufmgr_slab.d.tmp pb_cache.d.tmp pb_slab.d.tmp pb_validate.d.tmp pbo.d.tmp pci_id_driver_map.d.tmp performance_monitor.d.tmp performance_query.d.tmp pipe_loader.d.tmp pipe_loader_drm.d.tmp pipe_loader_sw.d.tmp pipelineobj.d.tmp pixeltransfer.d.tmp points.d.tmp polygon.d.tmp pp.d.tmp pp_celshade.d.tmp pp_colors.d.tmp pp_init.d.tmp pp_mlaa.d.tmp pp_program.d.tmp pp_run.d.tmp preemption.d.tmp presentation.d.tmp prog_cache.d.tmp prog_execute.d.tmp prog_instruction.d.tmp prog_noise.d.tmp prog_opt_constant_fold.d.tmp prog_optimize.d.tmp prog_parameter.d.tmp prog_parameter_layout.d.tmp prog_print.d.tmp prog_statevars.d.tmp prog_to_nir.d.tmp program.d.tmp program_binary.d.tmp program_lexer.d.tmp program_parse.tab.d.tmp program_parse_extra.d.tmp program_resource.d.tmp programopt.d.tmp propagate_invariance.d.tmp query.d.tmp querymatrix.d.tmp queryobj.d.tmp r300_blit.d.tmp r300_chipset.d.tmp r300_context.d.tmp r300_debug.d.tmp r300_emit.d.tmp r300_flush.d.tmp r300_fragprog.d.tmp r300_fragprog_emit.d.tmp r300_fragprog_swizzle.d.tmp r300_fs.d.tmp r300_hyperz.d.tmp r300_query.d.tmp r300_render.d.tmp r300_render_stencilref.d.tmp r300_render_translate.d.tmp r300_resource.d.tmp r300_screen.d.tmp r300_screen_buffer.d.tmp r300_state.d.tmp r300_state_derived.d.tmp r300_texture.d.tmp r300_texture_desc.d.tmp r300_tgsi_to_rc.d.tmp r300_transfer.d.tmp r300_vs.d.tmp r300_vs_draw.d.tmp r3xx_fragprog.d.tmp r3xx_vertprog.d.tmp r3xx_vertprog_dump.d.tmp r500_fragprog.d.tmp r500_fragprog_emit.d.tmp r600_asm.d.tmp r600_blit.d.tmp r600_buffer_common.d.tmp r600_gpu_load.d.tmp r600_hw_context.d.tmp r600_isa.d.tmp r600_perfcounter.d.tmp r600_pipe.d.tmp r600_pipe_common.d.tmp r600_query.d.tmp r600_radeon_uvd.d.tmp r600_radeon_vce.d.tmp r600_radeon_video.d.tmp r600_shader.d.tmp r600_state.d.tmp r600_state_common.d.tmp r600_streamout.d.tmp r600_test_dma.d.tmp r600_texture.d.tmp r600_uvd.d.tmp r600_viewport.d.tmp r700_asm.d.tmp radeon_code.d.tmp radeon_compiler.d.tmp radeon_compiler_util.d.tmp radeon_dataflow.d.tmp radeon_dataflow_deadcode.d.tmp radeon_dataflow_swizzles.d.tmp radeon_drm_bo.d.tmp radeon_drm_cs.d.tmp radeon_drm_surface.d.tmp radeon_drm_winsys.d.tmp radeon_emulate_branches.d.tmp radeon_emulate_loops.d.tmp radeon_inline_literals.d.tmp radeon_list.d.tmp radeon_opcodes.d.tmp radeon_optimize.d.tmp radeon_pair_dead_sources.d.tmp radeon_pair_regalloc.d.tmp radeon_pair_schedule.d.tmp radeon_pair_translate.d.tmp radeon_program.d.tmp radeon_program_alu.d.tmp radeon_program_pair.d.tmp radeon_program_print.d.tmp radeon_program_tex.d.tmp radeon_radeon_uvd.d.tmp radeon_radeon_vce.d.tmp radeon_radeon_video.d.tmp radeon_remove_constants.d.tmp radeon_rename_regs.d.tmp radeon_uvd_enc.d.tmp radeon_uvd_enc_1_1.d.tmp radeon_variable.d.tmp radeon_vce_40_2_2.d.tmp radeon_vce_50.d.tmp radeon_vce_52.d.tmp radeon_vcn_dec.d.tmp radeon_vcn_dec_jpeg.d.tmp radeon_vcn_enc.d.tmp radeon_vcn_enc_1_2.d.tmp radeon_vert_fc.d.tmp ralloc.d.tmp rand_xor.d.tmp rastpos.d.tmp rb_tree.d.tmp rbug_connection.d.tmp rbug_demarshal.d.tmp rbug_objects.d.tmp rbug_screen.d.tmp rbug_shader.d.tmp rbug_texture.d.tmp readpix.d.tmp register_allocate.d.tmp remap.d.tmp renderbuffer.d.tmp renderonly.d.tmp rgtc.d.tmp robustness.d.tmp rtasm_cpu.d.tmp rtasm_execmem.d.tmp rtasm_x86sse.d.tmp s_expression.d.tmp samplerobj.d.tmp sb_bc_builder.d.tmp sb_bc_decoder.d.tmp sb_bc_dump.d.tmp sb_bc_finalize.d.tmp sb_bc_parser.d.tmp sb_context.d.tmp sb_core.d.tmp sb_dce_cleanup.d.tmp sb_def_use.d.tmp sb_dump.d.tmp sb_expr.d.tmp sb_gcm.d.tmp sb_gvn.d.tmp sb_if_conversion.d.tmp sb_ir.d.tmp sb_liveness.d.tmp sb_pass.d.tmp sb_peephole.d.tmp sb_psi_ops.d.tmp sb_ra_checker.d.tmp sb_ra_coalesce.d.tmp sb_ra_init.d.tmp sb_sched.d.tmp sb_shader.d.tmp sb_ssa_builder.d.tmp sb_valtable.d.tmp scissor.d.tmp serialize.d.tmp set.d.tmp shader_cache.d.tmp shader_enums.d.tmp shader_query.d.tmp shaderapi.d.tmp shaderimage.d.tmp shaderobj.d.tmp shared.d.tmp si_blit.d.tmp si_buffer.d.tmp si_clear.d.tmp si_compute.d.tmp si_compute_blit.d.tmp si_cp_dma.d.tmp si_debug.d.tmp si_descriptors.d.tmp si_dma.d.tmp si_dma_cs.d.tmp si_fence.d.tmp si_get.d.tmp si_gfx_cs.d.tmp si_gpu_load.d.tmp si_perfcounter.d.tmp si_pipe.d.tmp si_pm4.d.tmp si_query.d.tmp si_shader.d.tmp si_shader_nir.d.tmp si_shader_tgsi_alu.d.tmp si_shader_tgsi_mem.d.tmp si_shader_tgsi_setup.d.tmp si_shaderlib_tgsi.d.tmp si_state.d.tmp si_state_binning.d.tmp si_state_draw.d.tmp si_state_msaa.d.tmp si_state_shaders.d.tmp si_state_streamout.d.tmp si_state_viewport.d.tmp si_test_dma.d.tmp si_test_dma_perf.d.tmp si_texture.d.tmp si_uvd.d.tmp siaddrlib.d.tmp slab.d.tmp sp_buffer.d.tmp sp_clear.d.tmp sp_compute.d.tmp sp_context.d.tmp sp_draw_arrays.d.tmp sp_fence.d.tmp sp_flush.d.tmp sp_fs_exec.d.tmp sp_image.d.tmp sp_prim_vbuf.d.tmp sp_quad_blend.d.tmp sp_quad_depth_test.d.tmp sp_quad_fs.d.tmp sp_quad_pipe.d.tmp sp_quad_stipple.d.tmp sp_query.d.tmp sp_screen.d.tmp sp_setup.d.tmp sp_state_blend.d.tmp sp_state_clip.d.tmp sp_state_derived.d.tmp sp_state_image.d.tmp sp_state_rasterizer.d.tmp sp_state_sampler.d.tmp sp_state_shader.d.tmp sp_state_so.d.tmp sp_state_surface.d.tmp sp_state_vertex.d.tmp sp_surface.d.tmp sp_tex_sample.d.tmp sp_tex_tile_cache.d.tmp sp_texture.d.tmp sp_tile_cache.d.tmp spirv_info.d.tmp spirv_to_nir.d.tmp sse_minmax.d.tmp st_atifs_to_tgsi.d.tmp st_atom.d.tmp st_atom_array.d.tmp st_atom_atomicbuf.d.tmp st_atom_blend.d.tmp st_atom_clip.d.tmp st_atom_constbuf.d.tmp st_atom_depth.d.tmp st_atom_framebuffer.d.tmp st_atom_image.d.tmp st_atom_msaa.d.tmp st_atom_pixeltransfer.d.tmp st_atom_rasterizer.d.tmp st_atom_sampler.d.tmp st_atom_scissor.d.tmp st_atom_shader.d.tmp st_atom_stipple.d.tmp st_atom_storagebuf.d.tmp st_atom_tess.d.tmp st_atom_texture.d.tmp st_atom_viewport.d.tmp st_cb_bitmap.d.tmp st_cb_bitmap_shader.d.tmp st_cb_blit.d.tmp st_cb_bufferobjects.d.tmp st_cb_clear.d.tmp st_cb_compute.d.tmp st_cb_condrender.d.tmp st_cb_copyimage.d.tmp st_cb_drawpixels.d.tmp st_cb_drawpixels_shader.d.tmp st_cb_drawtex.d.tmp st_cb_eglimage.d.tmp st_cb_fbo.d.tmp st_cb_feedback.d.tmp st_cb_flush.d.tmp st_cb_memoryobjects.d.tmp st_cb_msaa.d.tmp st_cb_perfmon.d.tmp st_cb_program.d.tmp st_cb_queryobj.d.tmp st_cb_rasterpos.d.tmp st_cb_readpixels.d.tmp st_cb_semaphoreobjects.d.tmp st_cb_strings.d.tmp st_cb_syncobj.d.tmp st_cb_texture.d.tmp st_cb_texturebarrier.d.tmp st_cb_viewport.d.tmp st_cb_xformfb.d.tmp st_context.d.tmp st_copytex.d.tmp st_debug.d.tmp st_draw.d.tmp st_draw_feedback.d.tmp st_extensions.d.tmp st_format.d.tmp st_gen_mipmap.d.tmp st_glsl_to_ir.d.tmp st_glsl_to_nir.d.tmp st_glsl_to_tgsi.d.tmp st_glsl_to_tgsi_array_merge.d.tmp st_glsl_to_tgsi_private.d.tmp st_glsl_to_tgsi_temprename.d.tmp st_glsl_types.d.tmp st_manager.d.tmp st_mesa_to_tgsi.d.tmp st_nir_builtins.d.tmp st_nir_lower_builtin.d.tmp st_nir_lower_tex_src_plane.d.tmp st_pbo.d.tmp st_program.d.tmp st_sampler_view.d.tmp st_scissor.d.tmp st_shader_cache.d.tmp st_texture.d.tmp st_tgsi_lower_yuv.d.tmp state.d.tmp stencil.d.tmp streaming-load-memcpy.d.tmp string_buffer.d.tmp string_to_uint_map.d.tmp strtod.d.tmp surface.d.tmp symbol_table.d.tmp syncobj.d.tmp target.d.tmp texcompress.d.tmp texcompress_astc.d.tmp texcompress_bptc.d.tmp texcompress_cpal.d.tmp texcompress_etc.d.tmp texcompress_fxt1.d.tmp texcompress_rgtc.d.tmp texcompress_s3tc.d.tmp texenv.d.tmp texformat.d.tmp texgen.d.tmp texgetimage.d.tmp teximage.d.tmp texobj.d.tmp texparam.d.tmp texstate.d.tmp texstorage.d.tmp texstore.d.tmp texturebindless.d.tmp textureview.d.tmp tgsi_aa_point.d.tmp tgsi_build.d.tmp tgsi_dump.d.tmp tgsi_emulate.d.tmp tgsi_exec.d.tmp tgsi_from_mesa.d.tmp tgsi_info.d.tmp tgsi_iterate.d.tmp tgsi_lowering.d.tmp tgsi_parse.d.tmp tgsi_point_sprite.d.tmp tgsi_sanity.d.tmp tgsi_scan.d.tmp tgsi_strings.d.tmp tgsi_text.d.tmp tgsi_to_nir.d.tmp tgsi_transform.d.tmp tgsi_two_side.d.tmp tgsi_ureg.d.tmp tgsi_util.d.tmp tr_context.d.tmp tr_dump.d.tmp tr_dump_state.d.tmp tr_screen.d.tmp tr_texture.d.tmp transformfeedback.d.tmp translate.d.tmp translate_cache.d.tmp translate_generic.d.tmp translate_sse.d.tmp u_async_debug.d.tmp u_atomic.d.tmp u_bitmask.d.tmp u_blit.d.tmp u_blitter.d.tmp u_cache.d.tmp u_cpu_detect.d.tmp u_debug.d.tmp u_debug_describe.d.tmp u_debug_flush.d.tmp u_debug_gallium.d.tmp u_debug_image.d.tmp u_debug_memory.d.tmp u_debug_refcnt.d.tmp u_debug_stack.d.tmp u_debug_symbol.d.tmp u_dl.d.tmp u_draw.d.tmp u_draw_quad.d.tmp u_dump_defines.d.tmp u_dump_state.d.tmp u_format.d.tmp u_format_bptc.d.tmp u_format_etc.d.tmp u_format_latc.d.tmp u_format_other.d.tmp u_format_rgtc.d.tmp u_format_s3tc.d.tmp u_format_table.d.tmp u_format_tests.d.tmp u_format_yuv.d.tmp u_format_zs.d.tmp u_framebuffer.d.tmp u_gen_mipmap.d.tmp u_handle_table.d.tmp u_hash_table.d.tmp u_helpers.d.tmp u_idalloc.d.tmp u_index_modify.d.tmp u_indices_gen.d.tmp u_linear.d.tmp u_log.d.tmp u_math.d.tmp u_mm.d.tmp u_network.d.tmp u_prim.d.tmp u_prim_restart.d.tmp u_primconvert.d.tmp u_process.d.tmp u_pstipple.d.tmp u_queue.d.tmp u_resource.d.tmp u_ringbuffer.d.tmp u_sampler.d.tmp u_screen.d.tmp u_simple_shaders.d.tmp u_suballoc.d.tmp u_surface.d.tmp u_surfaces.d.tmp u_tests.d.tmp u_texture.d.tmp u_threaded_context.d.tmp u_tile.d.tmp u_transfer.d.tmp u_transfer_helper.d.tmp u_unfilled_gen.d.tmp u_upload_mgr.d.tmp u_vbuf.d.tmp u_vector.d.tmp uniform_query.d.tmp uniforms.d.tmp utils.d.tmp varray.d.tmp vbo_context.d.tmp vbo_exec.d.tmp vbo_exec_api.d.tmp vbo_exec_draw.d.tmp vbo_exec_eval.d.tmp vbo_minmax_index.d.tmp vbo_noop.d.tmp vbo_primitive_restart.d.tmp vbo_save.d.tmp vbo_save_api.d.tmp vbo_save_draw.d.tmp vbo_save_loopback.d.tmp vdpau.d.tmp version.d.tmp viewport.d.tmp vl_bicubic_filter.d.tmp vl_compositor.d.tmp vl_compositor_cs.d.tmp vl_compositor_gfx.d.tmp vl_csc.d.tmp vl_decoder.d.tmp vl_deint_filter.d.tmp vl_idct.d.tmp vl_matrix_filter.d.tmp vl_mc.d.tmp vl_median_filter.d.tmp vl_mpeg12_bitstream.d.tmp vl_mpeg12_decoder.d.tmp vl_vertex_buffers.d.tmp vl_video_buffer.d.tmp vl_winsys_dri.d.tmp vl_zscan.d.tmp vma.d.tmp vtn_alu.d.tmp vtn_amd.d.tmp vtn_cfg.d.tmp vtn_gather_types.d.tmp vtn_glsl450.d.tmp vtn_opencl.d.tmp vtn_subgroup.d.tmp vtn_variables.d.tmp vtxfmt.d.tmp wrapper_sw_winsys.d.tmp xform4.d.tmp xmlconfig.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5.a krb_err.o krb5_err.o heim_err.o k524_err.o acache.o acl.o add_et_list.o addr_families.o aname_to_localname.o appdefault.o asn1_glue.o auth_context.o build_ap_req.o build_auth.o cache.o changepw.o codec.o config_file.o constants.o context.o convert_creds.o copy_host_realm.o crc.o creds.o crypto-aes-sha1.o crypto-aes-sha2.o crypto-algs.o crypto-arcfour.o crypto-des-common.o crypto-des.o crypto-des3.o crypto-evp.o crypto-null.o crypto-pk.o crypto-rand.o crypto.o data.o db_plugin.o dcache.o deprecated.o digest.o doxygen.o eai_to_heim_errno.o enomem.o error_string.o expand_hostname.o expand_path.o fast.o fcache.o free.o free_host_realm.o generate_seq_number.o generate_subkey.o get_addrs.o get_cred.o get_default_principal.o get_default_realm.o get_for_creds.o get_host_realm.o get_in_tkt.o get_port.o init_creds.o init_creds_pw.o kcm.o keyblock.o keytab.o keytab_any.o keytab_file.o keytab_keyfile.o keytab_memory.o krbhst.o kuserok.o log.o mcache.o misc.o mit_glue.o mk_error.o mk_priv.o mk_rep.o mk_req.o mk_req_ext.o mk_safe.o n-fold.o net_read.o net_write.o pac.o padata.o pcache.o pkinit.o pkinit-ec.o plugin.o principal.o print_version.o prog_setup.o prompter_posix.o rd_cred.o rd_error.o rd_priv.o rd_rep.o rd_req.o rd_safe.o read_message.o recvauth.o replay.o salt-aes-sha1.o salt-aes-sha2.o salt-arcfour.o salt-des.o salt-des3.o salt.o scache.o send_to_kdc.o sendauth.o set_default_realm.o sock_principal.o sp800-108-kdf.o store-int.o store.o store_emem.o store_fd.o store_mem.o store_sock.o ticket.o time.o transited.o verify_init.o verify_user.o version.o warn.o write_message.o common.o client.o server.o krb_err.o.tmp krb5_err.o.tmp heim_err.o.tmp k524_err.o.tmp acache.o.tmp acl.o.tmp add_et_list.o.tmp addr_families.o.tmp aname_to_localname.o.tmp appdefault.o.tmp asn1_glue.o.tmp auth_context.o.tmp build_ap_req.o.tmp build_auth.o.tmp cache.o.tmp changepw.o.tmp codec.o.tmp config_file.o.tmp constants.o.tmp context.o.tmp convert_creds.o.tmp copy_host_realm.o.tmp crc.o.tmp creds.o.tmp crypto-aes-sha1.o.tmp crypto-aes-sha2.o.tmp crypto-algs.o.tmp crypto-arcfour.o.tmp crypto-des-common.o.tmp crypto-des.o.tmp crypto-des3.o.tmp crypto-evp.o.tmp crypto-null.o.tmp crypto-pk.o.tmp crypto-rand.o.tmp crypto.o.tmp data.o.tmp db_plugin.o.tmp dcache.o.tmp deprecated.o.tmp digest.o.tmp doxygen.o.tmp eai_to_heim_errno.o.tmp enomem.o.tmp error_string.o.tmp expand_hostname.o.tmp expand_path.o.tmp fast.o.tmp fcache.o.tmp free.o.tmp free_host_realm.o.tmp generate_seq_number.o.tmp generate_subkey.o.tmp get_addrs.o.tmp get_cred.o.tmp get_default_principal.o.tmp get_default_realm.o.tmp get_for_creds.o.tmp get_host_realm.o.tmp get_in_tkt.o.tmp get_port.o.tmp init_creds.o.tmp init_creds_pw.o.tmp kcm.o.tmp keyblock.o.tmp keytab.o.tmp keytab_any.o.tmp keytab_file.o.tmp keytab_keyfile.o.tmp keytab_memory.o.tmp krbhst.o.tmp kuserok.o.tmp log.o.tmp mcache.o.tmp misc.o.tmp mit_glue.o.tmp mk_error.o.tmp mk_priv.o.tmp mk_rep.o.tmp mk_req.o.tmp mk_req_ext.o.tmp mk_safe.o.tmp n-fold.o.tmp net_read.o.tmp net_write.o.tmp pac.o.tmp padata.o.tmp pcache.o.tmp pkinit.o.tmp pkinit-ec.o.tmp plugin.o.tmp principal.o.tmp print_version.o.tmp prog_setup.o.tmp prompter_posix.o.tmp rd_cred.o.tmp rd_error.o.tmp rd_priv.o.tmp rd_rep.o.tmp rd_req.o.tmp rd_safe.o.tmp read_message.o.tmp recvauth.o.tmp replay.o.tmp salt-aes-sha1.o.tmp salt-aes-sha2.o.tmp salt-arcfour.o.tmp salt-des.o.tmp salt-des3.o.tmp salt.o.tmp scache.o.tmp send_to_kdc.o.tmp sendauth.o.tmp set_default_realm.o.tmp sock_principal.o.tmp sp800-108-kdf.o.tmp store-int.o.tmp store.o.tmp store_emem.o.tmp store_fd.o.tmp store_mem.o.tmp store_sock.o.tmp ticket.o.tmp time.o.tmp transited.o.tmp verify_init.o.tmp verify_user.o.tmp version.o.tmp warn.o.tmp write_message.o.tmp common.o.tmp client.o.tmp server.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5.a krb_err.o krb5_err.o heim_err.o k524_err.o acache.o acl.o add_et_list.o addr_families.o aname_to_localname.o appdefault.o asn1_glue.o auth_context.o build_ap_req.o build_auth.o cache.o changepw.o codec.o config_file.o constants.o context.o convert_creds.o copy_host_realm.o crc.o creds.o crypto-aes-sha1.o crypto-aes-sha2.o crypto-algs.o crypto-arcfour.o crypto-des-common.o crypto-des.o crypto-des3.o crypto-evp.o crypto-null.o crypto-pk.o crypto-rand.o crypto.o data.o db_plugin.o dcache.o deprecated.o digest.o doxygen.o eai_to_heim_errno.o enomem.o error_string.o expand_hostname.o expand_path.o fast.o fcache.o free.o free_host_realm.o generate_seq_number.o generate_subkey.o get_addrs.o get_cred.o get_default_principal.o get_default_realm.o get_for_creds.o get_host_realm.o get_in_tkt.o get_port.o init_creds.o init_creds_pw.o kcm.o keyblock.o keytab.o keytab_any.o keytab_file.o keytab_keyfile.o keytab_memory.o krbhst.o kuserok.o log.o mcache.o misc.o mit_glue.o mk_error.o mk_priv.o mk_rep.o mk_req.o mk_req_ext.o mk_safe.o n-fold.o net_read.o net_write.o pac.o padata.o pcache.o pkinit.o pkinit-ec.o plugin.o principal.o print_version.o prog_setup.o prompter_posix.o rd_cred.o rd_error.o rd_priv.o rd_rep.o rd_req.o rd_safe.o read_message.o recvauth.o replay.o salt-aes-sha1.o salt-aes-sha2.o salt-arcfour.o salt-des.o salt-des3.o salt.o scache.o send_to_kdc.o sendauth.o set_default_realm.o sock_principal.o sp800-108-kdf.o store-int.o store.o store_emem.o store_fd.o store_mem.o store_sock.o ticket.o time.o transited.o verify_init.o verify_user.o version.o warn.o write_message.o common.o client.o server.o krb_err.o.tmp krb5_err.o.tmp heim_err.o.tmp k524_err.o.tmp acache.o.tmp acl.o.tmp add_et_list.o.tmp addr_families.o.tmp aname_to_localname.o.tmp appdefault.o.tmp asn1_glue.o.tmp auth_context.o.tmp build_ap_req.o.tmp build_auth.o.tmp cache.o.tmp changepw.o.tmp codec.o.tmp config_file.o.tmp constants.o.tmp context.o.tmp convert_creds.o.tmp copy_host_realm.o.tmp crc.o.tmp creds.o.tmp crypto-aes-sha1.o.tmp crypto-aes-sha2.o.tmp crypto-algs.o.tmp crypto-arcfour.o.tmp crypto-des-common.o.tmp crypto-des.o.tmp crypto-des3.o.tmp crypto-evp.o.tmp crypto-null.o.tmp crypto-pk.o.tmp crypto-rand.o.tmp crypto.o.tmp data.o.tmp db_plugin.o.tmp dcache.o.tmp deprecated.o.tmp digest.o.tmp doxygen.o.tmp eai_to_heim_errno.o.tmp enomem.o.tmp error_string.o.tmp expand_hostname.o.tmp expand_path.o.tmp fast.o.tmp fcache.o.tmp free.o.tmp free_host_realm.o.tmp generate_seq_number.o.tmp generate_subkey.o.tmp get_addrs.o.tmp get_cred.o.tmp get_default_principal.o.tmp get_default_realm.o.tmp get_for_creds.o.tmp get_host_realm.o.tmp get_in_tkt.o.tmp get_port.o.tmp init_creds.o.tmp init_creds_pw.o.tmp kcm.o.tmp keyblock.o.tmp keytab.o.tmp keytab_any.o.tmp keytab_file.o.tmp keytab_keyfile.o.tmp keytab_memory.o.tmp krbhst.o.tmp kuserok.o.tmp log.o.tmp mcache.o.tmp misc.o.tmp mit_glue.o.tmp mk_error.o.tmp mk_priv.o.tmp mk_rep.o.tmp mk_req.o.tmp mk_req_ext.o.tmp mk_safe.o.tmp n-fold.o.tmp net_read.o.tmp net_write.o.tmp pac.o.tmp padata.o.tmp pcache.o.tmp pkinit.o.tmp pkinit-ec.o.tmp plugin.o.tmp principal.o.tmp print_version.o.tmp prog_setup.o.tmp prompter_posix.o.tmp rd_cred.o.tmp rd_error.o.tmp rd_priv.o.tmp rd_rep.o.tmp rd_req.o.tmp rd_safe.o.tmp read_message.o.tmp recvauth.o.tmp replay.o.tmp salt-aes-sha1.o.tmp salt-aes-sha2.o.tmp salt-arcfour.o.tmp salt-des.o.tmp salt-des3.o.tmp salt.o.tmp scache.o.tmp send_to_kdc.o.tmp sendauth.o.tmp set_default_realm.o.tmp sock_principal.o.tmp sp800-108-kdf.o.tmp store-int.o.tmp store.o.tmp store_emem.o.tmp store_fd.o.tmp store_mem.o.tmp store_sock.o.tmp ticket.o.tmp time.o.tmp transited.o.tmp verify_init.o.tmp verify_user.o.tmp version.o.tmp warn.o.tmp write_message.o.tmp common.o.tmp client.o.tmp server.o.tmp || true) --- cleandir-external --- --- cleandir-fontconfig --- --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/fontconfig --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_p.a krb_err.po krb5_err.po heim_err.po k524_err.po acache.po acl.po add_et_list.po addr_families.po aname_to_localname.po appdefault.po asn1_glue.po auth_context.po build_ap_req.po build_auth.po cache.po changepw.po codec.po config_file.po constants.po context.po convert_creds.po copy_host_realm.po crc.po creds.po crypto-aes-sha1.po crypto-aes-sha2.po crypto-algs.po crypto-arcfour.po crypto-des-common.po crypto-des.po crypto-des3.po crypto-evp.po crypto-null.po crypto-pk.po crypto-rand.po crypto.po data.po db_plugin.po dcache.po deprecated.po digest.po doxygen.po eai_to_heim_errno.po enomem.po error_string.po expand_hostname.po expand_path.po fast.po fcache.po free.po free_host_realm.po generate_seq_number.po generate_subkey.po get_addrs.po get_cred.po get_default_principal.po get_default_realm.po get_for_creds.po get_host_realm.po get_in_tkt.po get_port.po init_creds.po init_creds_pw.po kcm.po keyblock.po keytab.po keytab_any.po keytab_file.po keytab_keyfile.po keytab_memory.po krbhst.po kuserok.po log.po mcache.po misc.po mit_glue.po mk_error.po mk_priv.po mk_rep.po mk_req.po mk_req_ext.po mk_safe.po n-fold.po net_read.po net_write.po pac.po padata.po pcache.po pkinit.po pkinit-ec.po plugin.po principal.po print_version.po prog_setup.po prompter_posix.po rd_cred.po rd_error.po rd_priv.po rd_rep.po rd_req.po rd_safe.po read_message.po recvauth.po replay.po salt-aes-sha1.po salt-aes-sha2.po salt-arcfour.po salt-des.po salt-des3.po salt.po scache.po send_to_kdc.po sendauth.po set_default_realm.po sock_principal.po sp800-108-kdf.po store-int.po store.po store_emem.po store_fd.po store_mem.po store_sock.po ticket.po time.po transited.po verify_init.po verify_user.po version.po warn.po write_message.po common.po client.po server.po krb_err.po.tmp krb5_err.po.tmp heim_err.po.tmp k524_err.po.tmp acache.po.tmp acl.po.tmp add_et_list.po.tmp addr_families.po.tmp aname_to_localname.po.tmp appdefault.po.tmp asn1_glue.po.tmp auth_context.po.tmp build_ap_req.po.tmp build_auth.po.tmp cache.po.tmp changepw.po.tmp codec.po.tmp config_file.po.tmp constants.po.tmp context.po.tmp convert_creds.po.tmp copy_host_realm.po.tmp crc.po.tmp creds.po.tmp crypto-aes-sha1.po.tmp crypto-aes-sha2.po.tmp crypto-algs.po.tmp crypto-arcfour.po.tmp crypto-des-common.po.tmp crypto-des.po.tmp crypto-des3.po.tmp crypto-evp.po.tmp crypto-null.po.tmp crypto-pk.po.tmp crypto-rand.po.tmp crypto.po.tmp data.po.tmp db_plugin.po.tmp dcache.po.tmp deprecated.po.tmp digest.po.tmp doxygen.po.tmp eai_to_heim_errno.po.tmp enomem.po.tmp error_string.po.tmp expand_hostname.po.tmp expand_path.po.tmp fast.po.tmp fcache.po.tmp free.po.tmp free_host_realm.po.tmp generate_seq_number.po.tmp generate_subkey.po.tmp get_addrs.po.tmp get_cred.po.tmp get_default_principal.po.tmp get_default_realm.po.tmp get_for_creds.po.tmp get_host_realm.po.tmp get_in_tkt.po.tmp get_port.po.tmp init_creds.po.tmp init_creds_pw.po.tmp kcm.po.tmp keyblock.po.tmp keytab.po.tmp keytab_any.po.tmp keytab_file.po.tmp keytab_keyfile.po.tmp keytab_memory.po.tmp krbhst.po.tmp kuserok.po.tmp log.po.tmp mcache.po.tmp misc.po.tmp mit_glue.po.tmp mk_error.po.tmp mk_priv.po.tmp mk_rep.po.tmp mk_req.po.tmp mk_req_ext.po.tmp mk_safe.po.tmp n-fold.po.tmp net_read.po.tmp net_write.po.tmp pac.po.tmp padata.po.tmp pcache.po.tmp pkinit.po.tmp pkinit-ec.po.tmp plugin.po.tmp principal.po.tmp print_version.po.tmp prog_setup.po.tmp prompter_posix.po.tmp rd_cred.po.tmp rd_error.po.tmp rd_priv.po.tmp rd_rep.po.tmp rd_req.po.tmp rd_safe.po.tmp read_message.po.tmp recvauth.po.tmp replay.po.tmp salt-aes-sha1.po.tmp salt-aes-sha2.po.tmp salt-arcfour.po.tmp salt-des.po.tmp salt-des3.po.tmp salt.po.tmp scache.po.tmp send_to_kdc.po.tmp sendauth.po.tmp set_default_realm.po.tmp sock_principal.po.tmp sp800-108-kdf.po.tmp store-int.po.tmp store.po.tmp store_emem.po.tmp store_fd.po.tmp store_mem.po.tmp store_sock.po.tmp ticket.po.tmp time.po.tmp transited.po.tmp verify_init.po.tmp verify_user.po.tmp version.po.tmp warn.po.tmp write_message.po.tmp common.po.tmp client.po.tmp server.po.tmp || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_p.a krb_err.po krb5_err.po heim_err.po k524_err.po acache.po acl.po add_et_list.po addr_families.po aname_to_localname.po appdefault.po asn1_glue.po auth_context.po build_ap_req.po build_auth.po cache.po changepw.po codec.po config_file.po constants.po context.po convert_creds.po copy_host_realm.po crc.po creds.po crypto-aes-sha1.po crypto-aes-sha2.po crypto-algs.po crypto-arcfour.po crypto-des-common.po crypto-des.po crypto-des3.po crypto-evp.po crypto-null.po crypto-pk.po crypto-rand.po crypto.po data.po db_plugin.po dcache.po deprecated.po digest.po doxygen.po eai_to_heim_errno.po enomem.po error_string.po expand_hostname.po expand_path.po fast.po fcache.po free.po free_host_realm.po generate_seq_number.po generate_subkey.po get_addrs.po get_cred.po get_default_principal.po get_default_realm.po get_for_creds.po get_host_realm.po get_in_tkt.po get_port.po init_creds.po init_creds_pw.po kcm.po keyblock.po keytab.po keytab_any.po keytab_file.po keytab_keyfile.po keytab_memory.po krbhst.po kuserok.po log.po mcache.po misc.po mit_glue.po mk_error.po mk_priv.po mk_rep.po mk_req.po mk_req_ext.po mk_safe.po n-fold.po net_read.po net_write.po pac.po padata.po pcache.po pkinit.po pkinit-ec.po plugin.po principal.po print_version.po prog_setup.po prompter_posix.po rd_cred.po rd_error.po rd_priv.po rd_rep.po rd_req.po rd_safe.po read_message.po recvauth.po replay.po salt-aes-sha1.po salt-aes-sha2.po salt-arcfour.po salt-des.po salt-des3.po salt.po scache.po send_to_kdc.po sendauth.po set_default_realm.po sock_principal.po sp800-108-kdf.po store-int.po store.po store_emem.po store_fd.po store_mem.po store_sock.po ticket.po time.po transited.po verify_init.po verify_user.po version.po warn.po write_message.po common.po client.po server.po krb_err.po.tmp krb5_err.po.tmp heim_err.po.tmp k524_err.po.tmp acache.po.tmp acl.po.tmp add_et_list.po.tmp addr_families.po.tmp aname_to_localname.po.tmp appdefault.po.tmp asn1_glue.po.tmp auth_context.po.tmp build_ap_req.po.tmp build_auth.po.tmp cache.po.tmp changepw.po.tmp codec.po.tmp config_file.po.tmp constants.po.tmp context.po.tmp convert_creds.po.tmp copy_host_realm.po.tmp crc.po.tmp creds.po.tmp crypto-aes-sha1.po.tmp crypto-aes-sha2.po.tmp crypto-algs.po.tmp crypto-arcfour.po.tmp crypto-des-common.po.tmp crypto-des.po.tmp crypto-des3.po.tmp crypto-evp.po.tmp crypto-null.po.tmp crypto-pk.po.tmp crypto-rand.po.tmp crypto.po.tmp data.po.tmp db_plugin.po.tmp dcache.po.tmp deprecated.po.tmp digest.po.tmp doxygen.po.tmp eai_to_heim_errno.po.tmp enomem.po.tmp error_string.po.tmp expand_hostname.po.tmp expand_path.po.tmp fast.po.tmp fcache.po.tmp free.po.tmp free_host_realm.po.tmp generate_seq_number.po.tmp generate_subkey.po.tmp get_addrs.po.tmp get_cred.po.tmp get_default_principal.po.tmp get_default_realm.po.tmp get_for_creds.po.tmp get_host_realm.po.tmp get_in_tkt.po.tmp get_port.po.tmp init_creds.po.tmp init_creds_pw.po.tmp kcm.po.tmp keyblock.po.tmp keytab.po.tmp keytab_any.po.tmp keytab_file.po.tmp keytab_keyfile.po.tmp keytab_memory.po.tmp krbhst.po.tmp kuserok.po.tmp log.po.tmp mcache.po.tmp misc.po.tmp mit_glue.po.tmp mk_error.po.tmp mk_priv.po.tmp mk_rep.po.tmp mk_req.po.tmp mk_req_ext.po.tmp mk_safe.po.tmp n-fold.po.tmp net_read.po.tmp net_write.po.tmp pac.po.tmp padata.po.tmp pcache.po.tmp pkinit.po.tmp pkinit-ec.po.tmp plugin.po.tmp principal.po.tmp print_version.po.tmp prog_setup.po.tmp prompter_posix.po.tmp rd_cred.po.tmp rd_error.po.tmp rd_priv.po.tmp rd_rep.po.tmp rd_req.po.tmp rd_safe.po.tmp read_message.po.tmp recvauth.po.tmp replay.po.tmp salt-aes-sha1.po.tmp salt-aes-sha2.po.tmp salt-arcfour.po.tmp salt-des.po.tmp salt-des3.po.tmp salt.po.tmp scache.po.tmp send_to_kdc.po.tmp sendauth.po.tmp set_default_realm.po.tmp sock_principal.po.tmp sp800-108-kdf.po.tmp store-int.po.tmp store.po.tmp store_emem.po.tmp store_fd.po.tmp store_mem.po.tmp store_sock.po.tmp ticket.po.tmp time.po.tmp transited.po.tmp verify_init.po.tmp verify_user.po.tmp version.po.tmp warn.po.tmp write_message.po.tmp common.po.tmp client.po.tmp server.po.tmp || true) --- cleandir-external --- --- cleandir-fontconfig --- cleandir ===> external/mit/xorg/lib/fontconfig/fontconfig --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_g.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/fontconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/fontconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_pic.a libkrb5.so.* libkrb5.so krb_err.pico krb5_err.pico heim_err.pico k524_err.pico acache.pico acl.pico add_et_list.pico addr_families.pico aname_to_localname.pico appdefault.pico asn1_glue.pico auth_context.pico build_ap_req.pico build_auth.pico cache.pico changepw.pico codec.pico config_file.pico constants.pico context.pico convert_creds.pico copy_host_realm.pico crc.pico creds.pico crypto-aes-sha1.pico crypto-aes-sha2.pico crypto-algs.pico crypto-arcfour.pico crypto-des-common.pico crypto-des.pico crypto-des3.pico crypto-evp.pico crypto-null.pico crypto-pk.pico crypto-rand.pico crypto.pico data.pico db_plugin.pico dcache.pico deprecated.pico digest.pico doxygen.pico eai_to_heim_errno.pico enomem.pico error_string.pico expand_hostname.pico expand_path.pico fast.pico fcache.pico free.pico free_host_realm.pico generate_seq_number.pico generate_subkey.pico get_addrs.pico get_cred.pico get_default_principal.pico get_default_realm.pico get_for_creds.pico get_host_realm.pico get_in_tkt.pico get_port.pico init_creds.pico init_creds_pw.pico kcm.pico keyblock.pico keytab.pico keytab_any.pico keytab_file.pico keytab_keyfile.pico keytab_memory.pico krbhst.pico kuserok.pico log.pico mcache.pico misc.pico mit_glue.pico mk_error.pico mk_priv.pico mk_rep.pico mk_req.pico mk_req_ext.pico mk_safe.pico n-fold.pico net_read.pico net_write.pico pac.pico padata.pico pcache.pico pkinit.pico pkinit-ec.pico plugin.pico principal.pico print_version.pico prog_setup.pico prompter_posix.pico rd_cred.pico rd_error.pico rd_priv.pico rd_rep.pico rd_req.pico rd_safe.pico read_message.pico recvauth.pico replay.pico salt-aes-sha1.pico salt-aes-sha2.pico salt-arcfour.pico salt-des.pico salt-des3.pico salt.pico scache.pico send_to_kdc.pico sendauth.pico set_default_realm.pico sock_principal.pico sp800-108-kdf.pico store-int.pico store.pico store_emem.pico store_fd.pico store_mem.pico store_sock.pico ticket.pico time.pico transited.pico verify_init.pico verify_user.pico version.pico warn.pico write_message.pico common.pico client.pico server.pico krb_err.pico.tmp krb5_err.pico.tmp heim_err.pico.tmp k524_err.pico.tmp acache.pico.tmp acl.pico.tmp add_et_list.pico.tmp addr_families.pico.tmp aname_to_localname.pico.tmp appdefault.pico.tmp asn1_glue.pico.tmp auth_context.pico.tmp build_ap_req.pico.tmp build_auth.pico.tmp cache.pico.tmp changepw.pico.tmp codec.pico.tmp config_file.pico.tmp constants.pico.tmp context.pico.tmp convert_creds.pico.tmp copy_host_realm.pico.tmp crc.pico.tmp creds.pico.tmp crypto-aes-sha1.pico.tmp crypto-aes-sha2.pico.tmp crypto-algs.pico.tmp crypto-arcfour.pico.tmp crypto-des-common.pico.tmp crypto-des.pico.tmp crypto-des3.pico.tmp crypto-evp.pico.tmp crypto-null.pico.tmp crypto-pk.pico.tmp crypto-rand.pico.tmp crypto.pico.tmp data.pico.tmp db_plugin.pico.tmp dcache.pico.tmp deprecated.pico.tmp digest.pico.tmp doxygen.pico.tmp eai_to_heim_errno.pico.tmp enomem.pico.tmp error_string.pico.tmp expand_hostname.pico.tmp expand_path.pico.tmp fast.pico.tmp fcache.pico.tmp free.pico.tmp free_host_realm.pico.tmp generate_seq_number.pico.tmp generate_subkey.pico.tmp get_addrs.pico.tmp get_cred.pico.tmp get_default_principal.pico.tmp get_default_realm.pico.tmp get_for_creds.pico.tmp get_host_realm.pico.tmp get_in_tkt.pico.tmp get_port.pico.tmp init_creds.pico.tmp init_creds_pw.pico.tmp kcm.pico.tmp keyblock.pico.tmp keytab.pico.tmp keytab_any.pico.tmp keytab_file.pico.tmp keytab_keyfile.pico.tmp keytab_memory.pico.tmp krbhst.pico.tmp kuserok.pico.tmp log.pico.tmp mcache.pico.tmp misc.pico.tmp mit_glue.pico.tmp mk_error.pico.tmp mk_priv.pico.tmp mk_rep.pico.tmp mk_req.pico.tmp mk_req_ext.pico.tmp mk_safe.pico.tmp n-fold.pico.tmp net_read.pico.tmp net_write.pico.tmp pac.pico.tmp padata.pico.tmp pcache.pico.tmp pkinit.pico.tmp pkinit-ec.pico.tmp plugin.pico.tmp principal.pico.tmp print_version.pico.tmp prog_setup.pico.tmp prompter_posix.pico.tmp rd_cred.pico.tmp rd_error.pico.tmp rd_priv.pico.tmp rd_rep.pico.tmp rd_req.pico.tmp rd_safe.pico.tmp read_message.pico.tmp recvauth.pico.tmp replay.pico.tmp salt-aes-sha1.pico.tmp salt-aes-sha2.pico.tmp salt-arcfour.pico.tmp salt-des.pico.tmp salt-des3.pico.tmp salt.pico.tmp scache.pico.tmp send_to_kdc.pico.tmp sendauth.pico.tmp set_default_realm.pico.tmp sock_principal.pico.tmp sp800-108-kdf.pico.tmp store-int.pico.tmp store.pico.tmp store_emem.pico.tmp store_fd.pico.tmp store_mem.pico.tmp store_sock.pico.tmp ticket.pico.tmp time.pico.tmp transited.pico.tmp verify_init.pico.tmp verify_user.pico.tmp version.pico.tmp warn.pico.tmp write_message.pico.tmp common.pico.tmp client.pico.tmp server.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-src --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f libkrb5_pic.a libkrb5.so.* libkrb5.so krb_err.pico krb5_err.pico heim_err.pico k524_err.pico acache.pico acl.pico add_et_list.pico addr_families.pico aname_to_localname.pico appdefault.pico asn1_glue.pico auth_context.pico build_ap_req.pico build_auth.pico cache.pico changepw.pico codec.pico config_file.pico constants.pico context.pico convert_creds.pico copy_host_realm.pico crc.pico creds.pico crypto-aes-sha1.pico crypto-aes-sha2.pico crypto-algs.pico crypto-arcfour.pico crypto-des-common.pico crypto-des.pico crypto-des3.pico crypto-evp.pico crypto-null.pico crypto-pk.pico crypto-rand.pico crypto.pico data.pico db_plugin.pico dcache.pico deprecated.pico digest.pico doxygen.pico eai_to_heim_errno.pico enomem.pico error_string.pico expand_hostname.pico expand_path.pico fast.pico fcache.pico free.pico free_host_realm.pico generate_seq_number.pico generate_subkey.pico get_addrs.pico get_cred.pico get_default_principal.pico get_default_realm.pico get_for_creds.pico get_host_realm.pico get_in_tkt.pico get_port.pico init_creds.pico init_creds_pw.pico kcm.pico keyblock.pico keytab.pico keytab_any.pico keytab_file.pico keytab_keyfile.pico keytab_memory.pico krbhst.pico kuserok.pico log.pico mcache.pico misc.pico mit_glue.pico mk_error.pico mk_priv.pico mk_rep.pico mk_req.pico mk_req_ext.pico mk_safe.pico n-fold.pico net_read.pico net_write.pico pac.pico padata.pico pcache.pico pkinit.pico pkinit-ec.pico plugin.pico principal.pico print_version.pico prog_setup.pico prompter_posix.pico rd_cred.pico rd_error.pico rd_priv.pico rd_rep.pico rd_req.pico rd_safe.pico read_message.pico recvauth.pico replay.pico salt-aes-sha1.pico salt-aes-sha2.pico salt-arcfour.pico salt-des.pico salt-des3.pico salt.pico scache.pico send_to_kdc.pico sendauth.pico set_default_realm.pico sock_principal.pico sp800-108-kdf.pico store-int.pico store.pico store_emem.pico store_fd.pico store_mem.pico store_sock.pico ticket.pico time.pico transited.pico verify_init.pico verify_user.pico version.pico warn.pico write_message.pico common.pico client.pico server.pico krb_err.pico.tmp krb5_err.pico.tmp heim_err.pico.tmp k524_err.pico.tmp acache.pico.tmp acl.pico.tmp add_et_list.pico.tmp addr_families.pico.tmp aname_to_localname.pico.tmp appdefault.pico.tmp asn1_glue.pico.tmp auth_context.pico.tmp build_ap_req.pico.tmp build_auth.pico.tmp cache.pico.tmp changepw.pico.tmp codec.pico.tmp config_file.pico.tmp constants.pico.tmp context.pico.tmp convert_creds.pico.tmp copy_host_realm.pico.tmp crc.pico.tmp creds.pico.tmp crypto-aes-sha1.pico.tmp crypto-aes-sha2.pico.tmp crypto-algs.pico.tmp crypto-arcfour.pico.tmp crypto-des-common.pico.tmp crypto-des.pico.tmp crypto-des3.pico.tmp crypto-evp.pico.tmp crypto-null.pico.tmp crypto-pk.pico.tmp crypto-rand.pico.tmp crypto.pico.tmp data.pico.tmp db_plugin.pico.tmp dcache.pico.tmp deprecated.pico.tmp digest.pico.tmp doxygen.pico.tmp eai_to_heim_errno.pico.tmp enomem.pico.tmp error_string.pico.tmp expand_hostname.pico.tmp expand_path.pico.tmp fast.pico.tmp fcache.pico.tmp free.pico.tmp free_host_realm.pico.tmp generate_seq_number.pico.tmp generate_subkey.pico.tmp get_addrs.pico.tmp get_cred.pico.tmp get_default_principal.pico.tmp get_default_realm.pico.tmp get_for_creds.pico.tmp get_host_realm.pico.tmp get_in_tkt.pico.tmp get_port.pico.tmp init_creds.pico.tmp init_creds_pw.pico.tmp kcm.pico.tmp keyblock.pico.tmp keytab.pico.tmp keytab_any.pico.tmp keytab_file.pico.tmp keytab_keyfile.pico.tmp keytab_memory.pico.tmp krbhst.pico.tmp kuserok.pico.tmp log.pico.tmp mcache.pico.tmp misc.pico.tmp mit_glue.pico.tmp mk_error.pico.tmp mk_priv.pico.tmp mk_rep.pico.tmp mk_req.pico.tmp mk_req_ext.pico.tmp mk_safe.pico.tmp n-fold.pico.tmp net_read.pico.tmp net_write.pico.tmp pac.pico.tmp padata.pico.tmp pcache.pico.tmp pkinit.pico.tmp pkinit-ec.pico.tmp plugin.pico.tmp principal.pico.tmp print_version.pico.tmp prog_setup.pico.tmp prompter_posix.pico.tmp rd_cred.pico.tmp rd_error.pico.tmp rd_priv.pico.tmp rd_rep.pico.tmp rd_req.pico.tmp rd_safe.pico.tmp read_message.pico.tmp recvauth.pico.tmp replay.pico.tmp salt-aes-sha1.pico.tmp salt-aes-sha2.pico.tmp salt-arcfour.pico.tmp salt-des.pico.tmp salt-des3.pico.tmp salt.pico.tmp scache.pico.tmp send_to_kdc.pico.tmp sendauth.pico.tmp set_default_realm.pico.tmp sock_principal.pico.tmp sp800-108-kdf.pico.tmp store-int.pico.tmp store.pico.tmp store_emem.pico.tmp store_fd.pico.tmp store_mem.pico.tmp store_sock.pico.tmp ticket.pico.tmp time.pico.tmp transited.pico.tmp verify_init.pico.tmp verify_user.pico.tmp version.pico.tmp warn.pico.tmp write_message.pico.tmp common.pico.tmp client.pico.tmp server.pico.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/fontconfig/src --- cleandir-crypto/external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f llib-lkrb5.ln acache.ln acl.ln add_et_list.ln addr_families.ln aname_to_localname.ln appdefault.ln asn1_glue.ln auth_context.ln build_ap_req.ln build_auth.ln cache.ln changepw.ln codec.ln config_file.ln constants.ln context.ln convert_creds.ln copy_host_realm.ln crc.ln creds.ln crypto-aes-sha1.ln crypto-aes-sha2.ln crypto-algs.ln crypto-arcfour.ln crypto-des-common.ln crypto-des.ln crypto-des3.ln crypto-evp.ln crypto-null.ln crypto-pk.ln crypto-rand.ln crypto.ln data.ln db_plugin.ln dcache.ln deprecated.ln digest.ln doxygen.ln eai_to_heim_errno.ln enomem.ln error_string.ln expand_hostname.ln expand_path.ln fast.ln fcache.ln free.ln free_host_realm.ln generate_seq_number.ln generate_subkey.ln get_addrs.ln get_cred.ln get_default_principal.ln get_default_realm.ln get_for_creds.ln get_host_realm.ln get_in_tkt.ln get_port.ln init_creds.ln init_creds_pw.ln kcm.ln keyblock.ln keytab.ln keytab_any.ln keytab_file.ln keytab_keyfile.ln keytab_memory.ln krbhst.ln kuserok.ln log.ln mcache.ln misc.ln mit_glue.ln mk_error.ln mk_priv.ln mk_rep.ln mk_req.ln mk_req_ext.ln mk_safe.ln n-fold.ln net_read.ln net_write.ln pac.ln padata.ln pcache.ln pkinit.ln pkinit-ec.ln plugin.ln principal.ln print_version.ln prog_setup.ln prompter_posix.ln rd_cred.ln rd_error.ln rd_priv.ln rd_rep.ln rd_req.ln rd_safe.ln read_message.ln recvauth.ln replay.ln salt-aes-sha1.ln salt-aes-sha2.ln salt-arcfour.ln salt-des.ln salt-des3.ln salt.ln scache.ln send_to_kdc.ln sendauth.ln set_default_realm.ln sock_principal.ln sp800-108-kdf.ln store-int.ln store.ln store_emem.ln store_fd.ln store_mem.ln store_sock.ln ticket.ln time.ln transited.ln verify_init.ln verify_user.ln version.ln warn.ln write_message.ln common.ln client.ln server.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f llib-lkrb5.ln acache.ln acl.ln add_et_list.ln addr_families.ln aname_to_localname.ln appdefault.ln asn1_glue.ln auth_context.ln build_ap_req.ln build_auth.ln cache.ln changepw.ln codec.ln config_file.ln constants.ln context.ln convert_creds.ln copy_host_realm.ln crc.ln creds.ln crypto-aes-sha1.ln crypto-aes-sha2.ln crypto-algs.ln crypto-arcfour.ln crypto-des-common.ln crypto-des.ln crypto-des3.ln crypto-evp.ln crypto-null.ln crypto-pk.ln crypto-rand.ln crypto.ln data.ln db_plugin.ln dcache.ln deprecated.ln digest.ln doxygen.ln eai_to_heim_errno.ln enomem.ln error_string.ln expand_hostname.ln expand_path.ln fast.ln fcache.ln free.ln free_host_realm.ln generate_seq_number.ln generate_subkey.ln get_addrs.ln get_cred.ln get_default_principal.ln get_default_realm.ln get_for_creds.ln get_host_realm.ln get_in_tkt.ln get_port.ln init_creds.ln init_creds_pw.ln kcm.ln keyblock.ln keytab.ln keytab_any.ln keytab_file.ln keytab_keyfile.ln keytab_memory.ln krbhst.ln kuserok.ln log.ln mcache.ln misc.ln mit_glue.ln mk_error.ln mk_priv.ln mk_rep.ln mk_req.ln mk_req_ext.ln mk_safe.ln n-fold.ln net_read.ln net_write.ln pac.ln padata.ln pcache.ln pkinit.ln pkinit-ec.ln plugin.ln principal.ln print_version.ln prog_setup.ln prompter_posix.ln rd_cred.ln rd_error.ln rd_priv.ln rd_rep.ln rd_req.ln rd_safe.ln read_message.ln recvauth.ln replay.ln salt-aes-sha1.ln salt-aes-sha2.ln salt-arcfour.ln salt-des.ln salt-des3.ln salt.ln scache.ln send_to_kdc.ln sendauth.ln set_default_realm.ln sock_principal.ln sp800-108-kdf.ln store-int.ln store.ln store_emem.ln store_fd.ln store_mem.ln store_sock.ln ticket.ln time.ln transited.ln verify_init.ln verify_user.ln version.ln warn.ln write_message.ln common.ln client.ln server.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f vars.texi krb_err.c krb_err.h krb5_err.c krb5_err.h heim_err.c heim_err.h k524_err.c k524_err.h libkrb5.so.28.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f vars.texi krb_err.c krb_err.h krb5_err.c krb5_err.h heim_err.c heim_err.h k524_err.c k524_err.h libkrb5.so.28.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/src && rm -f fcarch.h uuid/uuid.h fontconfig.pc fontconfig.pc.tmp libfontconfig.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f kerberos.html8 krb5.conf.html5 krb524_convert_creds_kdc.html3 krb5_425_conv_principal.html3 krb5_acl_match_file.html3 krb5_aname_to_localname.html3 krb5_appdefault.html3 krb5_auth_context.html3 krb5_c_make_checksum.html3 krb5_check_transited.html3 krb5_create_checksum.html3 krb5_creds.html3 krb5_digest.html3 krb5_eai_to_heim_errno.html3 krb5_encrypt.html3 krb5_find_padata.html3 krb5_generate_random_block.html3 krb5_get_all_client_addrs.html3 krb5_get_credentials.html3 krb5_get_creds.html3 krb5_get_forwarded_creds.html3 krb5_get_in_cred.html3 krb5_get_init_creds.html3 krb5_get_krbhst.html3 krb5_getportbyname.html3 krb5_init_context.html3 krb5_is_thread_safe.html3 krb5_krbhst_init.html3 krb5_mk_req.html3 krb5_mk_safe.html3 krb5_openlog.html3 krb5_parse_name.html3 krb5_principal.html3 krb5_rcache.html3 krb5_rd_error.html3 krb5_rd_safe.html3 krb5_set_default_realm.html3 krb5_set_password.html3 krb5_string_to_key.html3 krb5_timeofday.html3 krb5_verify_init_creds.html3 krb5_verify_user.html3 verify_krb5_conf.html8 .depend acache.d acl.d add_et_list.d addr_families.d aname_to_localname.d appdefault.d asn1_glue.d auth_context.d build_ap_req.d build_auth.d cache.d changepw.d client.d codec.d common.d config_file.d constants.d context.d convert_creds.d copy_host_realm.d crc.d creds.d crypto-aes-sha1.d crypto-aes-sha2.d crypto-algs.d crypto-arcfour.d crypto-des-common.d crypto-des.d crypto-des3.d crypto-evp.d crypto-null.d crypto-pk.d crypto-rand.d crypto.d data.d db_plugin.d dcache.d deprecated.d digest.d doxygen.d eai_to_heim_errno.d enomem.d error_string.d expand_hostname.d expand_path.d fast.d fcache.d free.d free_host_realm.d generate_seq_number.d generate_subkey.d get_addrs.d get_cred.d get_default_principal.d get_default_realm.d get_for_creds.d get_host_realm.d get_in_tkt.d get_port.d heim_err.d init_creds.d init_creds_pw.d k524_err.d kcm.d keyblock.d keytab.d keytab_any.d keytab_file.d keytab_keyfile.d keytab_memory.d krb5_err.d krb_err.d krbhst.d kuserok.d log.d mcache.d misc.d mit_glue.d mk_error.d mk_priv.d mk_rep.d mk_req.d mk_req_ext.d mk_safe.d n-fold.d net_read.d net_write.d pac.d padata.d pcache.d pkinit-ec.d pkinit.d plugin.d principal.d print_version.d prog_setup.d prompter_posix.d rd_cred.d rd_error.d rd_priv.d rd_rep.d rd_req.d rd_safe.d read_message.d recvauth.d replay.d salt-aes-sha1.d salt-aes-sha2.d salt-arcfour.d salt-des.d salt-des3.d salt.d scache.d send_to_kdc.d sendauth.d server.d set_default_realm.d sock_principal.d sp800-108-kdf.d store-int.d store.d store_emem.d store_fd.d store_mem.d store_sock.d ticket.d time.d transited.d verify_init.d verify_user.d version.d warn.d write_message.d acache.d.tmp acl.d.tmp add_et_list.d.tmp addr_families.d.tmp aname_to_localname.d.tmp appdefault.d.tmp asn1_glue.d.tmp auth_context.d.tmp build_ap_req.d.tmp build_auth.d.tmp cache.d.tmp changepw.d.tmp client.d.tmp codec.d.tmp common.d.tmp config_file.d.tmp constants.d.tmp context.d.tmp convert_creds.d.tmp copy_host_realm.d.tmp crc.d.tmp creds.d.tmp crypto-aes-sha1.d.tmp crypto-aes-sha2.d.tmp crypto-algs.d.tmp crypto-arcfour.d.tmp crypto-des-common.d.tmp crypto-des.d.tmp crypto-des3.d.tmp crypto-evp.d.tmp crypto-null.d.tmp crypto-pk.d.tmp crypto-rand.d.tmp crypto.d.tmp data.d.tmp db_plugin.d.tmp dcache.d.tmp deprecated.d.tmp digest.d.tmp doxygen.d.tmp eai_to_heim_errno.d.tmp enomem.d.tmp error_string.d.tmp expand_hostname.d.tmp expand_path.d.tmp fast.d.tmp fcache.d.tmp free.d.tmp free_host_realm.d.tmp generate_seq_number.d.tmp generate_subkey.d.tmp get_addrs.d.tmp get_cred.d.tmp get_default_principal.d.tmp get_default_realm.d.tmp get_for_creds.d.tmp get_host_realm.d.tmp get_in_tkt.d.tmp get_port.d.tmp heim_err.d.tmp init_creds.d.tmp init_creds_pw.d.tmp k524_err.d.tmp kcm.d.tmp keyblock.d.tmp keytab.d.tmp keytab_any.d.tmp keytab_file.d.tmp keytab_keyfile.d.tmp keytab_memory.d.tmp krb5_err.d.tmp krb_err.d.tmp krbhst.d.tmp kuserok.d.tmp log.d.tmp mcache.d.tmp misc.d.tmp mit_glue.d.tmp mk_error.d.tmp mk_priv.d.tmp mk_rep.d.tmp mk_req.d.tmp mk_req_ext.d.tmp mk_safe.d.tmp n-fold.d.tmp net_read.d.tmp net_write.d.tmp pac.d.tmp padata.d.tmp pcache.d.tmp pkinit-ec.d.tmp pkinit.d.tmp plugin.d.tmp principal.d.tmp print_version.d.tmp prog_setup.d.tmp prompter_posix.d.tmp rd_cred.d.tmp rd_error.d.tmp rd_priv.d.tmp rd_rep.d.tmp rd_req.d.tmp rd_safe.d.tmp read_message.d.tmp recvauth.d.tmp replay.d.tmp salt-aes-sha1.d.tmp salt-aes-sha2.d.tmp salt-arcfour.d.tmp salt-des.d.tmp salt-des3.d.tmp salt.d.tmp scache.d.tmp send_to_kdc.d.tmp sendauth.d.tmp server.d.tmp set_default_realm.d.tmp sock_principal.d.tmp sp800-108-kdf.d.tmp store-int.d.tmp store.d.tmp store_emem.d.tmp store_fd.d.tmp store_mem.d.tmp store_sock.d.tmp ticket.d.tmp time.d.tmp transited.d.tmp verify_init.d.tmp verify_user.d.tmp version.d.tmp warn.d.tmp write_message.d.tmp tags heimdal.info || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/src && rm -f fcarch.h uuid/uuid.h fontconfig.pc fontconfig.pc.tmp libfontconfig.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkrb5 && rm -f kerberos.html8 krb5.conf.html5 krb524_convert_creds_kdc.html3 krb5_425_conv_principal.html3 krb5_acl_match_file.html3 krb5_aname_to_localname.html3 krb5_appdefault.html3 krb5_auth_context.html3 krb5_c_make_checksum.html3 krb5_check_transited.html3 krb5_create_checksum.html3 krb5_creds.html3 krb5_digest.html3 krb5_eai_to_heim_errno.html3 krb5_encrypt.html3 krb5_find_padata.html3 krb5_generate_random_block.html3 krb5_get_all_client_addrs.html3 krb5_get_credentials.html3 krb5_get_creds.html3 krb5_get_forwarded_creds.html3 krb5_get_in_cred.html3 krb5_get_init_creds.html3 krb5_get_krbhst.html3 krb5_getportbyname.html3 krb5_init_context.html3 krb5_is_thread_safe.html3 krb5_krbhst_init.html3 krb5_mk_req.html3 krb5_mk_safe.html3 krb5_openlog.html3 krb5_parse_name.html3 krb5_principal.html3 krb5_rcache.html3 krb5_rd_error.html3 krb5_rd_safe.html3 krb5_set_default_realm.html3 krb5_set_password.html3 krb5_string_to_key.html3 krb5_timeofday.html3 krb5_verify_init_creds.html3 krb5_verify_user.html3 verify_krb5_conf.html8 .depend acache.d acl.d add_et_list.d addr_families.d aname_to_localname.d appdefault.d asn1_glue.d auth_context.d build_ap_req.d build_auth.d cache.d changepw.d client.d codec.d common.d config_file.d constants.d context.d convert_creds.d copy_host_realm.d crc.d creds.d crypto-aes-sha1.d crypto-aes-sha2.d crypto-algs.d crypto-arcfour.d crypto-des-common.d crypto-des.d crypto-des3.d crypto-evp.d crypto-null.d crypto-pk.d crypto-rand.d crypto.d data.d db_plugin.d dcache.d deprecated.d digest.d doxygen.d eai_to_heim_errno.d enomem.d error_string.d expand_hostname.d expand_path.d fast.d fcache.d free.d free_host_realm.d generate_seq_number.d generate_subkey.d get_addrs.d get_cred.d get_default_principal.d get_default_realm.d get_for_creds.d get_host_realm.d get_in_tkt.d get_port.d heim_err.d init_creds.d init_creds_pw.d k524_err.d kcm.d keyblock.d keytab.d keytab_any.d keytab_file.d keytab_keyfile.d keytab_memory.d krb5_err.d krb_err.d krbhst.d kuserok.d log.d mcache.d misc.d mit_glue.d mk_error.d mk_priv.d mk_rep.d mk_req.d mk_req_ext.d mk_safe.d n-fold.d net_read.d net_write.d pac.d padata.d pcache.d pkinit-ec.d pkinit.d plugin.d principal.d print_version.d prog_setup.d prompter_posix.d rd_cred.d rd_error.d rd_priv.d rd_rep.d rd_req.d rd_safe.d read_message.d recvauth.d replay.d salt-aes-sha1.d salt-aes-sha2.d salt-arcfour.d salt-des.d salt-des3.d salt.d scache.d send_to_kdc.d sendauth.d server.d set_default_realm.d sock_principal.d sp800-108-kdf.d store-int.d store.d store_emem.d store_fd.d store_mem.d store_sock.d ticket.d time.d transited.d verify_init.d verify_user.d version.d warn.d write_message.d acache.d.tmp acl.d.tmp add_et_list.d.tmp addr_families.d.tmp aname_to_localname.d.tmp appdefault.d.tmp asn1_glue.d.tmp auth_context.d.tmp build_ap_req.d.tmp build_auth.d.tmp cache.d.tmp changepw.d.tmp client.d.tmp codec.d.tmp common.d.tmp config_file.d.tmp constants.d.tmp context.d.tmp convert_creds.d.tmp copy_host_realm.d.tmp crc.d.tmp creds.d.tmp crypto-aes-sha1.d.tmp crypto-aes-sha2.d.tmp crypto-algs.d.tmp crypto-arcfour.d.tmp crypto-des-common.d.tmp crypto-des.d.tmp crypto-des3.d.tmp crypto-evp.d.tmp crypto-null.d.tmp crypto-pk.d.tmp crypto-rand.d.tmp crypto.d.tmp data.d.tmp db_plugin.d.tmp dcache.d.tmp deprecated.d.tmp digest.d.tmp doxygen.d.tmp eai_to_heim_errno.d.tmp enomem.d.tmp error_string.d.tmp expand_hostname.d.tmp expand_path.d.tmp fast.d.tmp fcache.d.tmp free.d.tmp free_host_realm.d.tmp generate_seq_number.d.tmp generate_subkey.d.tmp get_addrs.d.tmp get_cred.d.tmp get_default_principal.d.tmp get_default_realm.d.tmp get_for_creds.d.tmp get_host_realm.d.tmp get_in_tkt.d.tmp get_port.d.tmp heim_err.d.tmp init_creds.d.tmp init_creds_pw.d.tmp k524_err.d.tmp kcm.d.tmp keyblock.d.tmp keytab.d.tmp keytab_any.d.tmp keytab_file.d.tmp keytab_keyfile.d.tmp keytab_memory.d.tmp krb5_err.d.tmp krb_err.d.tmp krbhst.d.tmp kuserok.d.tmp log.d.tmp mcache.d.tmp misc.d.tmp mit_glue.d.tmp mk_error.d.tmp mk_priv.d.tmp mk_rep.d.tmp mk_req.d.tmp mk_req_ext.d.tmp mk_safe.d.tmp n-fold.d.tmp net_read.d.tmp net_write.d.tmp pac.d.tmp padata.d.tmp pcache.d.tmp pkinit-ec.d.tmp pkinit.d.tmp plugin.d.tmp principal.d.tmp print_version.d.tmp prog_setup.d.tmp prompter_posix.d.tmp rd_cred.d.tmp rd_error.d.tmp rd_priv.d.tmp rd_rep.d.tmp rd_req.d.tmp rd_safe.d.tmp read_message.d.tmp recvauth.d.tmp replay.d.tmp salt-aes-sha1.d.tmp salt-aes-sha2.d.tmp salt-arcfour.d.tmp salt-des.d.tmp salt-des3.d.tmp salt.d.tmp scache.d.tmp send_to_kdc.d.tmp sendauth.d.tmp server.d.tmp set_default_realm.d.tmp sock_principal.d.tmp sp800-108-kdf.d.tmp store-int.d.tmp store.d.tmp store_emem.d.tmp store_fd.d.tmp store_mem.d.tmp store_sock.d.tmp ticket.d.tmp time.d.tmp transited.d.tmp verify_init.d.tmp verify_user.d.tmp version.d.tmp warn.d.tmp write_message.d.tmp tags heimdal.info || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/src && rm -f libfontconfig.a fcatomic.o fccache.o fccfg.o fccharset.o fccompat.o fcdbg.o fcdefault.o fcdir.o fcformat.o fcfreetype.o fcfs.o fchash.o fcinit.o fclang.o fclist.o fcmatch.o fcmatrix.o fcname.o fcobjs.o fcpat.o fcptrlist.o fcrange.o fcserialize.o fcstat.o fcstr.o fcweight.o fcxml.o ftglue.o compare.o copy.o gen_uuid.o pack.o parse.o unpack.o unparse.o fcatomic.o.tmp fccache.o.tmp fccfg.o.tmp fccharset.o.tmp fccompat.o.tmp fcdbg.o.tmp fcdefault.o.tmp fcdir.o.tmp fcformat.o.tmp fcfreetype.o.tmp fcfs.o.tmp fchash.o.tmp fcinit.o.tmp fclang.o.tmp fclist.o.tmp fcmatch.o.tmp fcmatrix.o.tmp fcname.o.tmp fcobjs.o.tmp fcpat.o.tmp fcptrlist.o.tmp fcrange.o.tmp fcserialize.o.tmp fcstat.o.tmp fcstr.o.tmp fcweight.o.tmp fcxml.o.tmp ftglue.o.tmp compare.o.tmp copy.o.tmp gen_uuid.o.tmp pack.o.tmp parse.o.tmp unpack.o.tmp unparse.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/src && rm -f libfontconfig.a fcatomic.o fccache.o fccfg.o fccharset.o fccompat.o fcdbg.o fcdefault.o fcdir.o fcformat.o fcfreetype.o fcfs.o fchash.o fcinit.o fclang.o fclist.o fcmatch.o fcmatrix.o fcname.o fcobjs.o fcpat.o fcptrlist.o fcrange.o fcserialize.o fcstat.o fcstr.o fcweight.o fcxml.o ftglue.o compare.o copy.o gen_uuid.o pack.o parse.o unpack.o unparse.o fcatomic.o.tmp fccache.o.tmp fccfg.o.tmp fccharset.o.tmp fccompat.o.tmp fcdbg.o.tmp fcdefault.o.tmp fcdir.o.tmp fcformat.o.tmp fcfreetype.o.tmp fcfs.o.tmp fchash.o.tmp fcinit.o.tmp fclang.o.tmp fclist.o.tmp fcmatch.o.tmp fcmatrix.o.tmp fcname.o.tmp fcobjs.o.tmp fcpat.o.tmp fcptrlist.o.tmp fcrange.o.tmp fcserialize.o.tmp fcstat.o.tmp fcstr.o.tmp fcweight.o.tmp fcxml.o.tmp ftglue.o.tmp compare.o.tmp copy.o.tmp gen_uuid.o.tmp pack.o.tmp parse.o.tmp unpack.o.tmp unparse.o.tmp || true) --- cleandir-crypto/external --- --- cleandir-libhdb --- cleandir ===> crypto/external/bsd/heimdal/lib/libhdb --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/src && rm -f libfontconfig_p.a fcatomic.po fccache.po fccfg.po fccharset.po fccompat.po fcdbg.po fcdefault.po fcdir.po fcformat.po fcfreetype.po fcfs.po fchash.po fcinit.po fclang.po fclist.po fcmatch.po fcmatrix.po fcname.po fcobjs.po fcpat.po fcptrlist.po fcrange.po fcserialize.po fcstat.po fcstr.po fcweight.po fcxml.po ftglue.po compare.po copy.po gen_uuid.po pack.po parse.po unpack.po unparse.po fcatomic.po.tmp fccache.po.tmp fccfg.po.tmp fccharset.po.tmp fccompat.po.tmp fcdbg.po.tmp fcdefault.po.tmp fcdir.po.tmp fcformat.po.tmp fcfreetype.po.tmp fcfs.po.tmp fchash.po.tmp fcinit.po.tmp fclang.po.tmp fclist.po.tmp fcmatch.po.tmp fcmatrix.po.tmp fcname.po.tmp fcobjs.po.tmp fcpat.po.tmp fcptrlist.po.tmp fcrange.po.tmp fcserialize.po.tmp fcstat.po.tmp fcstr.po.tmp fcweight.po.tmp fcxml.po.tmp ftglue.po.tmp compare.po.tmp copy.po.tmp gen_uuid.po.tmp pack.po.tmp parse.po.tmp unpack.po.tmp unparse.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/src && rm -f libfontconfig_p.a fcatomic.po fccache.po fccfg.po fccharset.po fccompat.po fcdbg.po fcdefault.po fcdir.po fcformat.po fcfreetype.po fcfs.po fchash.po fcinit.po fclang.po fclist.po fcmatch.po fcmatrix.po fcname.po fcobjs.po fcpat.po fcptrlist.po fcrange.po fcserialize.po fcstat.po fcstr.po fcweight.po fcxml.po ftglue.po compare.po copy.po gen_uuid.po pack.po parse.po unpack.po unparse.po fcatomic.po.tmp fccache.po.tmp fccfg.po.tmp fccharset.po.tmp fccompat.po.tmp fcdbg.po.tmp fcdefault.po.tmp fcdir.po.tmp fcformat.po.tmp fcfreetype.po.tmp fcfs.po.tmp fchash.po.tmp fcinit.po.tmp fclang.po.tmp fclist.po.tmp fcmatch.po.tmp fcmatrix.po.tmp fcname.po.tmp fcobjs.po.tmp fcpat.po.tmp fcptrlist.po.tmp fcrange.po.tmp fcserialize.po.tmp fcstat.po.tmp fcstr.po.tmp fcweight.po.tmp fcxml.po.tmp ftglue.po.tmp compare.po.tmp copy.po.tmp gen_uuid.po.tmp pack.po.tmp parse.po.tmp unpack.po.tmp unparse.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/src && rm -f libfontconfig_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/src && rm -f libfontconfig_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/src && rm -f libfontconfig_pic.a libfontconfig.so.* libfontconfig.so fcatomic.pico fccache.pico fccfg.pico fccharset.pico fccompat.pico fcdbg.pico fcdefault.pico fcdir.pico fcformat.pico fcfreetype.pico fcfs.pico fchash.pico fcinit.pico fclang.pico fclist.pico fcmatch.pico fcmatrix.pico fcname.pico fcobjs.pico fcpat.pico fcptrlist.pico fcrange.pico fcserialize.pico fcstat.pico fcstr.pico fcweight.pico fcxml.pico ftglue.pico compare.pico copy.pico gen_uuid.pico pack.pico parse.pico unpack.pico unparse.pico fcatomic.pico.tmp fccache.pico.tmp fccfg.pico.tmp fccharset.pico.tmp fccompat.pico.tmp fcdbg.pico.tmp fcdefault.pico.tmp fcdir.pico.tmp fcformat.pico.tmp fcfreetype.pico.tmp fcfs.pico.tmp fchash.pico.tmp fcinit.pico.tmp fclang.pico.tmp fclist.pico.tmp fcmatch.pico.tmp fcmatrix.pico.tmp fcname.pico.tmp fcobjs.pico.tmp fcpat.pico.tmp fcptrlist.pico.tmp fcrange.pico.tmp fcserialize.pico.tmp fcstat.pico.tmp fcstr.pico.tmp fcweight.pico.tmp fcxml.pico.tmp ftglue.pico.tmp compare.pico.tmp copy.pico.tmp gen_uuid.pico.tmp pack.pico.tmp parse.pico.tmp unpack.pico.tmp unparse.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/src && rm -f libfontconfig_pic.a libfontconfig.so.* libfontconfig.so fcatomic.pico fccache.pico fccfg.pico fccharset.pico fccompat.pico fcdbg.pico fcdefault.pico fcdir.pico fcformat.pico fcfreetype.pico fcfs.pico fchash.pico fcinit.pico fclang.pico fclist.pico fcmatch.pico fcmatrix.pico fcname.pico fcobjs.pico fcpat.pico fcptrlist.pico fcrange.pico fcserialize.pico fcstat.pico fcstr.pico fcweight.pico fcxml.pico ftglue.pico compare.pico copy.pico gen_uuid.pico pack.pico parse.pico unpack.pico unparse.pico fcatomic.pico.tmp fccache.pico.tmp fccfg.pico.tmp fccharset.pico.tmp fccompat.pico.tmp fcdbg.pico.tmp fcdefault.pico.tmp fcdir.pico.tmp fcformat.pico.tmp fcfreetype.pico.tmp fcfs.pico.tmp fchash.pico.tmp fcinit.pico.tmp fclang.pico.tmp fclist.pico.tmp fcmatch.pico.tmp fcmatrix.pico.tmp fcname.pico.tmp fcobjs.pico.tmp fcpat.pico.tmp fcptrlist.pico.tmp fcrange.pico.tmp fcserialize.pico.tmp fcstat.pico.tmp fcstr.pico.tmp fcweight.pico.tmp fcxml.pico.tmp ftglue.pico.tmp compare.pico.tmp copy.pico.tmp gen_uuid.pico.tmp pack.pico.tmp parse.pico.tmp unpack.pico.tmp unparse.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/src && rm -f llib-lfontconfig.ln fcatomic.ln fccache.ln fccfg.ln fccharset.ln fccompat.ln fcdbg.ln fcdefault.ln fcdir.ln fcformat.ln fcfreetype.ln fcfs.ln fchash.ln fcinit.ln fclang.ln fclist.ln fcmatch.ln fcmatrix.ln fcname.ln fcobjs.ln fcpat.ln fcptrlist.ln fcrange.ln fcserialize.ln fcstat.ln fcstr.ln fcweight.ln fcxml.ln ftglue.ln compare.ln copy.ln gen_uuid.ln pack.ln parse.ln unpack.ln unparse.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/src && rm -f llib-lfontconfig.ln fcatomic.ln fccache.ln fccfg.ln fccharset.ln fccompat.ln fcdbg.ln fcdefault.ln fcdir.ln fcformat.ln fcfreetype.ln fcfs.ln fchash.ln fcinit.ln fclang.ln fclist.ln fcmatch.ln fcmatrix.ln fcname.ln fcobjs.ln fcpat.ln fcptrlist.ln fcrange.ln fcserialize.ln fcstat.ln fcstr.ln fcweight.ln fcxml.ln ftglue.ln compare.ln copy.ln gen_uuid.ln pack.ln parse.ln unpack.ln unparse.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/src && rm -f FcAtomicCreate.3 FcAtomicDeleteNew.3 FcAtomicDestroy.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicUnlock.3 FcBlanksAdd.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksIsMember.3 FcCacheCopySet.3 FcCacheCreateTagFile.3 FcCacheDir.3 FcCacheNumFont.3 FcCacheNumSubdir.3 FcCacheSubdir.3 FcCharSetAddChar.3 FcCharSetCopy.3 FcCharSetCount.3 FcCharSetCoverage.3 FcCharSetCreate.3 FcCharSetDelChar.3 FcCharSetDestroy.3 FcCharSetEqual.3 FcCharSetFirstPage.3 FcCharSetHasChar.3 FcCharSetIntersect.3 FcCharSetIntersectCount.3 FcCharSetIsSubset.3 FcCharSetMerge.3 FcCharSetNew.3 FcCharSetNextPage.3 FcCharSetSubtract.3 FcCharSetSubtractCount.3 FcCharSetUnion.3 FcConfigAppFontAddDir.3 FcConfigAppFontAddFile.3 FcConfigAppFontClear.3 FcConfigBuildFonts.3 FcConfigCreate.3 FcConfigDestroy.3 FcConfigEnableHome.3 FcConfigFileInfoIterGet.3 FcConfigFileInfoIterInit.3 FcConfigFileInfoIterNext.3 FcConfigFilename.3 FcConfigGetBlanks.3 FcConfigGetCache.3 FcConfigGetCacheDirs.3 FcConfigGetConfigDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCurrent.3 FcConfigGetFontDirs.3 FcConfigGetFonts.3 FcConfigGetRescanInterval.3 FcConfigGetSysRoot.3 FcConfigHome.3 FcConfigParseAndLoad.3 FcConfigParseAndLoadFromMemory.3 FcConfigReference.3 FcConfigSetCurrent.3 FcConfigSetRescanInterval.3 FcConfigSetSysRoot.3 FcConfigSubstitute.3 FcConfigSubstituteWithPat.3 FcConfigUptoDate.3 FcDefaultSubstitute.3 FcDirCacheClean.3 FcDirCacheCreateUUID.3 FcDirCacheDeleteUUID.3 FcDirCacheLoad.3 FcDirCacheLoadFile.3 FcDirCacheRead.3 FcDirCacheRescan.3 FcDirCacheUnlink.3 FcDirCacheUnload.3 FcDirCacheValid.3 FcDirSave.3 FcDirScan.3 FcFileIsDir.3 FcFileScan.3 FcFini.3 FcFontList.3 FcFontMatch.3 FcFontRenderPrepare.3 FcFontSetAdd.3 FcFontSetCreate.3 FcFontSetDestroy.3 FcFontSetList.3 FcFontSetMatch.3 FcFontSetPrint.3 FcFontSetSort.3 FcFontSetSortDestroy.3 FcFontSort.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeCharSetAndSpacing.3 FcFreeTypeQuery.3 FcFreeTypeQueryAll.3 FcFreeTypeQueryFace.3 FcGetDefaultLangs.3 FcGetLangs.3 FcGetVersion.3 FcInit.3 FcInitBringUptoDate.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInitReinitialize.3 FcIsLower.3 FcIsUpper.3 FcLangGetCharSet.3 FcLangNormalize.3 FcLangSetAdd.3 FcLangSetCompare.3 FcLangSetContains.3 FcLangSetCopy.3 FcLangSetCreate.3 FcLangSetDel.3 FcLangSetDestroy.3 FcLangSetEqual.3 FcLangSetGetLangs.3 FcLangSetHasLang.3 FcLangSetHash.3 FcLangSetSubtract.3 FcLangSetUnion.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixInit.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcNameConstant.3 FcNameGetConstant.3 FcNameGetObjectType.3 FcNameParse.3 FcNameRegisterConstants.3 FcNameRegisterObjectTypes.3 FcNameUnparse.3 FcNameUnregisterConstants.3 FcNameUnregisterObjectTypes.3 FcObjectSetAdd.3 FcObjectSetBuild.3 FcObjectSetCreate.3 FcObjectSetDestroy.3 FcPatternAdd-Type.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternBuild.3 FcPatternCreate.3 FcPatternDel.3 FcPatternDestroy.3 FcPatternDuplicate.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternFilter.3 FcPatternFindIter.3 FcPatternFormat.3 FcPatternGet-Type.3 FcPatternGet.3 FcPatternGetWithBinding.3 FcPatternHash.3 FcPatternIterEqual.3 FcPatternIterGetObject.3 FcPatternIterGetValue.3 FcPatternIterIsValid.3 FcPatternIterNext.3 FcPatternIterStart.3 FcPatternIterValueCount.3 FcPatternObjectCount.3 FcPatternPrint.3 FcPatternReference.3 FcPatternRemove.3 FcRangeCopy.3 FcRangeCreateDouble.3 FcRangeCreateInteger.3 FcRangeDestroy.3 FcRangeGetDouble.3 FcStrBasename.3 FcStrCmp.3 FcStrCmpIgnoreCase.3 FcStrCopy.3 FcStrCopyFilename.3 FcStrDirname.3 FcStrDowncase.3 FcStrFree.3 FcStrListCreate.3 FcStrListDone.3 FcStrListFirst.3 FcStrListNext.3 FcStrPlus.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetCreate.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrSetEqual.3 FcStrSetMember.3 FcStrStr.3 FcStrStrIgnoreCase.3 FcToLower.3 FcUcs4ToUtf8.3 FcUtf16Len.3 FcUtf16ToUcs4.3 FcUtf8Len.3 FcUtf8ToUcs4.3 FcValueDestroy.3 FcValueEqual.3 FcValuePrint.3 FcValueSave.3 FcWeightFromOpenType.3 FcWeightFromOpenTypeDouble.3 FcWeightToOpenType.3 FcWeightToOpenTypeDouble.3 fonts-conf.5 FcAtomicCreate.html3 FcAtomicDeleteNew.html3 FcAtomicDestroy.html3 FcAtomicLock.html3 FcAtomicNewFile.html3 FcAtomicOrigFile.html3 FcAtomicReplaceOrig.html3 FcAtomicUnlock.html3 FcBlanksAdd.html3 FcBlanksCreate.html3 FcBlanksDestroy.html3 FcBlanksIsMember.html3 FcCacheCopySet.html3 FcCacheCreateTagFile.html3 FcCacheDir.html3 FcCacheNumFont.html3 FcCacheNumSubdir.html3 FcCacheSubdir.html3 FcCharSetAddChar.html3 FcCharSetCopy.html3 FcCharSetCount.html3 FcCharSetCoverage.html3 FcCharSetCreate.html3 FcCharSetDelChar.html3 FcCharSetDestroy.html3 FcCharSetEqual.html3 FcCharSetFirstPage.html3 FcCharSetHasChar.html3 FcCharSetIntersect.html3 FcCharSetIntersectCount.html3 FcCharSetIsSubset.html3 FcCharSetMerge.html3 FcCharSetNew.html3 FcCharSetNextPage.html3 FcCharSetSubtract.html3 FcCharSetSubtractCount.html3 FcCharSetUnion.html3 FcConfigAppFontAddDir.html3 FcConfigAppFontAddFile.html3 FcConfigAppFontClear.html3 FcConfigBuildFonts.html3 FcConfigCreate.html3 FcConfigDestroy.html3 FcConfigEnableHome.html3 FcConfigFileInfoIterGet.html3 FcConfigFileInfoIterInit.html3 FcConfigFileInfoIterNext.html3 FcConfigFilename.html3 FcConfigGetBlanks.html3 FcConfigGetCache.html3 FcConfigGetCacheDirs.html3 FcConfigGetConfigDirs.html3 FcConfigGetConfigFiles.html3 FcConfigGetCurrent.html3 FcConfigGetFontDirs.html3 FcConfigGetFonts.html3 FcConfigGetRescanInterval.html3 FcConfigGetSysRoot.html3 FcConfigHome.html3 FcConfigParseAndLoad.html3 FcConfigParseAndLoadFromMemory.html3 FcConfigReference.html3 FcConfigSetCurrent.html3 FcConfigSetRescanInterval.html3 FcConfigSetSysRoot.html3 FcConfigSubstitute.html3 FcConfigSubstituteWithPat.html3 FcConfigUptoDate.html3 FcDefaultSubstitute.html3 FcDirCacheClean.html3 FcDirCacheCreateUUID.html3 FcDirCacheDeleteUUID.html3 FcDirCacheLoad.html3 FcDirCacheLoadFile.html3 FcDirCacheRead.html3 FcDirCacheRescan.html3 FcDirCacheUnlink.html3 FcDirCacheUnload.html3 FcDirCacheValid.html3 FcDirSave.html3 FcDirScan.html3 FcFileIsDir.html3 FcFileScan.html3 FcFini.html3 FcFontList.html3 FcFontMatch.html3 FcFontRenderPrepare.html3 FcFontSetAdd.html3 FcFontSetCreate.html3 FcFontSetDestroy.html3 FcFontSetList.html3 FcFontSetMatch.html3 FcFontSetPrint.html3 FcFontSetSort.html3 FcFontSetSortDestroy.html3 FcFontSort.html3 FcFreeTypeCharIndex.html3 FcFreeTypeCharSet.html3 FcFreeTypeCharSetAndSpacing.html3 FcFreeTypeQuery.html3 FcFreeTypeQueryAll.html3 FcFreeTypeQueryFace.html3 FcGetDefaultLangs.html3 FcGetLangs.html3 FcGetVersion.html3 FcInit.html3 FcInitBringUptoDate.html3 FcInitLoadConfig.html3 FcInitLoadConfigAndFonts.html3 FcInitReinitialize.html3 FcIsLower.html3 FcIsUpper.html3 FcLangGetCharSet.html3 FcLangNormalize.html3 FcLangSetAdd.html3 FcLangSetCompare.html3 FcLangSetContains.html3 FcLangSetCopy.html3 FcLangSetCreate.html3 FcLangSetDel.html3 FcLangSetDestroy.html3 FcLangSetEqual.html3 FcLangSetGetLangs.html3 FcLangSetHasLang.html3 FcLangSetHash.html3 FcLangSetSubtract.html3 FcLangSetUnion.html3 FcMatrixCopy.html3 FcMatrixEqual.html3 FcMatrixInit.html3 FcMatrixMultiply.html3 FcMatrixRotate.html3 FcMatrixScale.html3 FcMatrixShear.html3 FcNameConstant.html3 FcNameGetConstant.html3 FcNameGetObjectType.html3 FcNameParse.html3 FcNameRegisterConstants.html3 FcNameRegisterObjectTypes.html3 FcNameUnparse.html3 FcNameUnregisterConstants.html3 FcNameUnregisterObjectTypes.html3 FcObjectSetAdd.html3 FcObjectSetBuild.html3 FcObjectSetCreate.html3 FcObjectSetDestroy.html3 FcPatternAdd-Type.html3 FcPatternAdd.html3 FcPatternAddWeak.html3 FcPatternBuild.html3 FcPatternCreate.html3 FcPatternDel.html3 FcPatternDestroy.html3 FcPatternDuplicate.html3 FcPatternEqual.html3 FcPatternEqualSubset.html3 FcPatternFilter.html3 FcPatternFindIter.html3 FcPatternFormat.html3 FcPatternGet-Type.html3 FcPatternGet.html3 FcPatternGetWithBinding.html3 FcPatternHash.html3 FcPatternIterEqual.html3 FcPatternIterGetObject.html3 FcPatternIterGetValue.html3 FcPatternIterIsValid.html3 FcPatternIterNext.html3 FcPatternIterStart.html3 FcPatternIterValueCount.html3 FcPatternObjectCount.html3 FcPatternPrint.html3 FcPatternReference.html3 FcPatternRemove.html3 FcRangeCopy.html3 FcRangeCreateDouble.html3 FcRangeCreateInteger.html3 FcRangeDestroy.html3 FcRangeGetDouble.html3 FcStrBasename.html3 FcStrCmp.html3 FcStrCmpIgnoreCase.html3 FcStrCopy.html3 FcStrCopyFilename.html3 FcStrDirname.html3 FcStrDowncase.html3 FcStrFree.html3 FcStrListCreate.html3 FcStrListDone.html3 FcStrListFirst.html3 FcStrListNext.html3 FcStrPlus.html3 FcStrSetAdd.html3 FcStrSetAddFilename.html3 FcStrSetCreate.html3 FcStrSetDel.html3 FcStrSetDestroy.html3 FcStrSetEqual.html3 FcStrSetMember.html3 FcStrStr.html3 FcStrStrIgnoreCase.html3 FcToLower.html3 FcUcs4ToUtf8.html3 FcUtf16Len.html3 FcUtf16ToUcs4.html3 FcUtf8Len.html3 FcUtf8ToUcs4.html3 FcValueDestroy.html3 FcValueEqual.html3 FcValuePrint.html3 FcValueSave.html3 FcWeightFromOpenType.html3 FcWeightFromOpenTypeDouble.html3 FcWeightToOpenType.html3 FcWeightToOpenTypeDouble.html3 fonts-conf.html5 .depend compare.d copy.d fcatomic.d fccache.d fccfg.d fccharset.d fccompat.d fcdbg.d fcdefault.d fcdir.d fcformat.d fcfreetype.d fcfs.d fchash.d fcinit.d fclang.d fclist.d fcmatch.d fcmatrix.d fcname.d fcobjs.d fcpat.d fcptrlist.d fcrange.d fcserialize.d fcstat.d fcstr.d fcweight.d fcxml.d ftglue.d gen_uuid.d pack.d parse.d unpack.d unparse.d compare.d.tmp copy.d.tmp fcatomic.d.tmp fccache.d.tmp fccfg.d.tmp fccharset.d.tmp fccompat.d.tmp fcdbg.d.tmp fcdefault.d.tmp fcdir.d.tmp fcformat.d.tmp fcfreetype.d.tmp fcfs.d.tmp fchash.d.tmp fcinit.d.tmp fclang.d.tmp fclist.d.tmp fcmatch.d.tmp fcmatrix.d.tmp fcname.d.tmp fcobjs.d.tmp fcpat.d.tmp fcptrlist.d.tmp fcrange.d.tmp fcserialize.d.tmp fcstat.d.tmp fcstr.d.tmp fcweight.d.tmp fcxml.d.tmp ftglue.d.tmp gen_uuid.d.tmp pack.d.tmp parse.d.tmp unpack.d.tmp unparse.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb.a hdb_err.o asn1_hdb_asn1.o common.o db.o db3.o dbinfo.o ext.o hdb-keytab.o hdb-ldap.o hdb-mitdb.o hdb-sqlite.o hdb.o hdb_err.o keys.o keytab.o mkey.o ndbm.o print.o hdb_err.o.tmp asn1_hdb_asn1.o.tmp common.o.tmp db.o.tmp db3.o.tmp dbinfo.o.tmp ext.o.tmp hdb-keytab.o.tmp hdb-ldap.o.tmp hdb-mitdb.o.tmp hdb-sqlite.o.tmp hdb.o.tmp hdb_err.o.tmp keys.o.tmp keytab.o.tmp mkey.o.tmp ndbm.o.tmp print.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/src && rm -f FcAtomicCreate.3 FcAtomicDeleteNew.3 FcAtomicDestroy.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicUnlock.3 FcBlanksAdd.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksIsMember.3 FcCacheCopySet.3 FcCacheCreateTagFile.3 FcCacheDir.3 FcCacheNumFont.3 FcCacheNumSubdir.3 FcCacheSubdir.3 FcCharSetAddChar.3 FcCharSetCopy.3 FcCharSetCount.3 FcCharSetCoverage.3 FcCharSetCreate.3 FcCharSetDelChar.3 FcCharSetDestroy.3 FcCharSetEqual.3 FcCharSetFirstPage.3 FcCharSetHasChar.3 FcCharSetIntersect.3 FcCharSetIntersectCount.3 FcCharSetIsSubset.3 FcCharSetMerge.3 FcCharSetNew.3 FcCharSetNextPage.3 FcCharSetSubtract.3 FcCharSetSubtractCount.3 FcCharSetUnion.3 FcConfigAppFontAddDir.3 FcConfigAppFontAddFile.3 FcConfigAppFontClear.3 FcConfigBuildFonts.3 FcConfigCreate.3 FcConfigDestroy.3 FcConfigEnableHome.3 FcConfigFileInfoIterGet.3 FcConfigFileInfoIterInit.3 FcConfigFileInfoIterNext.3 FcConfigFilename.3 FcConfigGetBlanks.3 FcConfigGetCache.3 FcConfigGetCacheDirs.3 FcConfigGetConfigDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCurrent.3 FcConfigGetFontDirs.3 FcConfigGetFonts.3 FcConfigGetRescanInterval.3 FcConfigGetSysRoot.3 FcConfigHome.3 FcConfigParseAndLoad.3 FcConfigParseAndLoadFromMemory.3 FcConfigReference.3 FcConfigSetCurrent.3 FcConfigSetRescanInterval.3 FcConfigSetSysRoot.3 FcConfigSubstitute.3 FcConfigSubstituteWithPat.3 FcConfigUptoDate.3 FcDefaultSubstitute.3 FcDirCacheClean.3 FcDirCacheCreateUUID.3 FcDirCacheDeleteUUID.3 FcDirCacheLoad.3 FcDirCacheLoadFile.3 FcDirCacheRead.3 FcDirCacheRescan.3 FcDirCacheUnlink.3 FcDirCacheUnload.3 FcDirCacheValid.3 FcDirSave.3 FcDirScan.3 FcFileIsDir.3 FcFileScan.3 FcFini.3 FcFontList.3 FcFontMatch.3 FcFontRenderPrepare.3 FcFontSetAdd.3 FcFontSetCreate.3 FcFontSetDestroy.3 FcFontSetList.3 FcFontSetMatch.3 FcFontSetPrint.3 FcFontSetSort.3 FcFontSetSortDestroy.3 FcFontSort.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeCharSetAndSpacing.3 FcFreeTypeQuery.3 FcFreeTypeQueryAll.3 FcFreeTypeQueryFace.3 FcGetDefaultLangs.3 FcGetLangs.3 FcGetVersion.3 FcInit.3 FcInitBringUptoDate.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInitReinitialize.3 FcIsLower.3 FcIsUpper.3 FcLangGetCharSet.3 FcLangNormalize.3 FcLangSetAdd.3 FcLangSetCompare.3 FcLangSetContains.3 FcLangSetCopy.3 FcLangSetCreate.3 FcLangSetDel.3 FcLangSetDestroy.3 FcLangSetEqual.3 FcLangSetGetLangs.3 FcLangSetHasLang.3 FcLangSetHash.3 FcLangSetSubtract.3 FcLangSetUnion.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixInit.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcNameConstant.3 FcNameGetConstant.3 FcNameGetObjectType.3 FcNameParse.3 FcNameRegisterConstants.3 FcNameRegisterObjectTypes.3 FcNameUnparse.3 FcNameUnregisterConstants.3 FcNameUnregisterObjectTypes.3 FcObjectSetAdd.3 FcObjectSetBuild.3 FcObjectSetCreate.3 FcObjectSetDestroy.3 FcPatternAdd-Type.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternBuild.3 FcPatternCreate.3 FcPatternDel.3 FcPatternDestroy.3 FcPatternDuplicate.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternFilter.3 FcPatternFindIter.3 FcPatternFormat.3 FcPatternGet-Type.3 FcPatternGet.3 FcPatternGetWithBinding.3 FcPatternHash.3 FcPatternIterEqual.3 FcPatternIterGetObject.3 FcPatternIterGetValue.3 FcPatternIterIsValid.3 FcPatternIterNext.3 FcPatternIterStart.3 FcPatternIterValueCount.3 FcPatternObjectCount.3 FcPatternPrint.3 FcPatternReference.3 FcPatternRemove.3 FcRangeCopy.3 FcRangeCreateDouble.3 FcRangeCreateInteger.3 FcRangeDestroy.3 FcRangeGetDouble.3 FcStrBasename.3 FcStrCmp.3 FcStrCmpIgnoreCase.3 FcStrCopy.3 FcStrCopyFilename.3 FcStrDirname.3 FcStrDowncase.3 FcStrFree.3 FcStrListCreate.3 FcStrListDone.3 FcStrListFirst.3 FcStrListNext.3 FcStrPlus.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetCreate.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrSetEqual.3 FcStrSetMember.3 FcStrStr.3 FcStrStrIgnoreCase.3 FcToLower.3 FcUcs4ToUtf8.3 FcUtf16Len.3 FcUtf16ToUcs4.3 FcUtf8Len.3 FcUtf8ToUcs4.3 FcValueDestroy.3 FcValueEqual.3 FcValuePrint.3 FcValueSave.3 FcWeightFromOpenType.3 FcWeightFromOpenTypeDouble.3 FcWeightToOpenType.3 FcWeightToOpenTypeDouble.3 fonts-conf.5 FcAtomicCreate.html3 FcAtomicDeleteNew.html3 FcAtomicDestroy.html3 FcAtomicLock.html3 FcAtomicNewFile.html3 FcAtomicOrigFile.html3 FcAtomicReplaceOrig.html3 FcAtomicUnlock.html3 FcBlanksAdd.html3 FcBlanksCreate.html3 FcBlanksDestroy.html3 FcBlanksIsMember.html3 FcCacheCopySet.html3 FcCacheCreateTagFile.html3 FcCacheDir.html3 FcCacheNumFont.html3 FcCacheNumSubdir.html3 FcCacheSubdir.html3 FcCharSetAddChar.html3 FcCharSetCopy.html3 FcCharSetCount.html3 FcCharSetCoverage.html3 FcCharSetCreate.html3 FcCharSetDelChar.html3 FcCharSetDestroy.html3 FcCharSetEqual.html3 FcCharSetFirstPage.html3 FcCharSetHasChar.html3 FcCharSetIntersect.html3 FcCharSetIntersectCount.html3 FcCharSetIsSubset.html3 FcCharSetMerge.html3 FcCharSetNew.html3 FcCharSetNextPage.html3 FcCharSetSubtract.html3 FcCharSetSubtractCount.html3 FcCharSetUnion.html3 FcConfigAppFontAddDir.html3 FcConfigAppFontAddFile.html3 FcConfigAppFontClear.html3 FcConfigBuildFonts.html3 FcConfigCreate.html3 FcConfigDestroy.html3 FcConfigEnableHome.html3 FcConfigFileInfoIterGet.html3 FcConfigFileInfoIterInit.html3 FcConfigFileInfoIterNext.html3 FcConfigFilename.html3 FcConfigGetBlanks.html3 FcConfigGetCache.html3 FcConfigGetCacheDirs.html3 FcConfigGetConfigDirs.html3 FcConfigGetConfigFiles.html3 FcConfigGetCurrent.html3 FcConfigGetFontDirs.html3 FcConfigGetFonts.html3 FcConfigGetRescanInterval.html3 FcConfigGetSysRoot.html3 FcConfigHome.html3 FcConfigParseAndLoad.html3 FcConfigParseAndLoadFromMemory.html3 FcConfigReference.html3 FcConfigSetCurrent.html3 FcConfigSetRescanInterval.html3 FcConfigSetSysRoot.html3 FcConfigSubstitute.html3 FcConfigSubstituteWithPat.html3 FcConfigUptoDate.html3 FcDefaultSubstitute.html3 FcDirCacheClean.html3 FcDirCacheCreateUUID.html3 FcDirCacheDeleteUUID.html3 FcDirCacheLoad.html3 FcDirCacheLoadFile.html3 FcDirCacheRead.html3 FcDirCacheRescan.html3 FcDirCacheUnlink.html3 FcDirCacheUnload.html3 FcDirCacheValid.html3 FcDirSave.html3 FcDirScan.html3 FcFileIsDir.html3 FcFileScan.html3 FcFini.html3 FcFontList.html3 FcFontMatch.html3 FcFontRenderPrepare.html3 FcFontSetAdd.html3 FcFontSetCreate.html3 FcFontSetDestroy.html3 FcFontSetList.html3 FcFontSetMatch.html3 FcFontSetPrint.html3 FcFontSetSort.html3 FcFontSetSortDestroy.html3 FcFontSort.html3 FcFreeTypeCharIndex.html3 FcFreeTypeCharSet.html3 FcFreeTypeCharSetAndSpacing.html3 FcFreeTypeQuery.html3 FcFreeTypeQueryAll.html3 FcFreeTypeQueryFace.html3 FcGetDefaultLangs.html3 FcGetLangs.html3 FcGetVersion.html3 FcInit.html3 FcInitBringUptoDate.html3 FcInitLoadConfig.html3 FcInitLoadConfigAndFonts.html3 FcInitReinitialize.html3 FcIsLower.html3 FcIsUpper.html3 FcLangGetCharSet.html3 FcLangNormalize.html3 FcLangSetAdd.html3 FcLangSetCompare.html3 FcLangSetContains.html3 FcLangSetCopy.html3 FcLangSetCreate.html3 FcLangSetDel.html3 FcLangSetDestroy.html3 FcLangSetEqual.html3 FcLangSetGetLangs.html3 FcLangSetHasLang.html3 FcLangSetHash.html3 FcLangSetSubtract.html3 FcLangSetUnion.html3 FcMatrixCopy.html3 FcMatrixEqual.html3 FcMatrixInit.html3 FcMatrixMultiply.html3 FcMatrixRotate.html3 FcMatrixScale.html3 FcMatrixShear.html3 FcNameConstant.html3 FcNameGetConstant.html3 FcNameGetObjectType.html3 FcNameParse.html3 FcNameRegisterConstants.html3 FcNameRegisterObjectTypes.html3 FcNameUnparse.html3 FcNameUnregisterConstants.html3 FcNameUnregisterObjectTypes.html3 FcObjectSetAdd.html3 FcObjectSetBuild.html3 FcObjectSetCreate.html3 FcObjectSetDestroy.html3 FcPatternAdd-Type.html3 FcPatternAdd.html3 FcPatternAddWeak.html3 FcPatternBuild.html3 FcPatternCreate.html3 FcPatternDel.html3 FcPatternDestroy.html3 FcPatternDuplicate.html3 FcPatternEqual.html3 FcPatternEqualSubset.html3 FcPatternFilter.html3 FcPatternFindIter.html3 FcPatternFormat.html3 FcPatternGet-Type.html3 FcPatternGet.html3 FcPatternGetWithBinding.html3 FcPatternHash.html3 FcPatternIterEqual.html3 FcPatternIterGetObject.html3 FcPatternIterGetValue.html3 FcPatternIterIsValid.html3 FcPatternIterNext.html3 FcPatternIterStart.html3 FcPatternIterValueCount.html3 FcPatternObjectCount.html3 FcPatternPrint.html3 FcPatternReference.html3 FcPatternRemove.html3 FcRangeCopy.html3 FcRangeCreateDouble.html3 FcRangeCreateInteger.html3 FcRangeDestroy.html3 FcRangeGetDouble.html3 FcStrBasename.html3 FcStrCmp.html3 FcStrCmpIgnoreCase.html3 FcStrCopy.html3 FcStrCopyFilename.html3 FcStrDirname.html3 FcStrDowncase.html3 FcStrFree.html3 FcStrListCreate.html3 FcStrListDone.html3 FcStrListFirst.html3 FcStrListNext.html3 FcStrPlus.html3 FcStrSetAdd.html3 FcStrSetAddFilename.html3 FcStrSetCreate.html3 FcStrSetDel.html3 FcStrSetDestroy.html3 FcStrSetEqual.html3 FcStrSetMember.html3 FcStrStr.html3 FcStrStrIgnoreCase.html3 FcToLower.html3 FcUcs4ToUtf8.html3 FcUtf16Len.html3 FcUtf16ToUcs4.html3 FcUtf8Len.html3 FcUtf8ToUcs4.html3 FcValueDestroy.html3 FcValueEqual.html3 FcValuePrint.html3 FcValueSave.html3 FcWeightFromOpenType.html3 FcWeightFromOpenTypeDouble.html3 FcWeightToOpenType.html3 FcWeightToOpenTypeDouble.html3 fonts-conf.html5 .depend compare.d copy.d fcatomic.d fccache.d fccfg.d fccharset.d fccompat.d fcdbg.d fcdefault.d fcdir.d fcformat.d fcfreetype.d fcfs.d fchash.d fcinit.d fclang.d fclist.d fcmatch.d fcmatrix.d fcname.d fcobjs.d fcpat.d fcptrlist.d fcrange.d fcserialize.d fcstat.d fcstr.d fcweight.d fcxml.d ftglue.d gen_uuid.d pack.d parse.d unpack.d unparse.d compare.d.tmp copy.d.tmp fcatomic.d.tmp fccache.d.tmp fccfg.d.tmp fccharset.d.tmp fccompat.d.tmp fcdbg.d.tmp fcdefault.d.tmp fcdir.d.tmp fcformat.d.tmp fcfreetype.d.tmp fcfs.d.tmp fchash.d.tmp fcinit.d.tmp fclang.d.tmp fclist.d.tmp fcmatch.d.tmp fcmatrix.d.tmp fcname.d.tmp fcobjs.d.tmp fcpat.d.tmp fcptrlist.d.tmp fcrange.d.tmp fcserialize.d.tmp fcstat.d.tmp fcstr.d.tmp fcweight.d.tmp fcxml.d.tmp ftglue.d.tmp gen_uuid.d.tmp pack.d.tmp parse.d.tmp unpack.d.tmp unparse.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb.a hdb_err.o asn1_hdb_asn1.o common.o db.o db3.o dbinfo.o ext.o hdb-keytab.o hdb-ldap.o hdb-mitdb.o hdb-sqlite.o hdb.o hdb_err.o keys.o keytab.o mkey.o ndbm.o print.o hdb_err.o.tmp asn1_hdb_asn1.o.tmp common.o.tmp db.o.tmp db3.o.tmp dbinfo.o.tmp ext.o.tmp hdb-keytab.o.tmp hdb-ldap.o.tmp hdb-mitdb.o.tmp hdb-sqlite.o.tmp hdb.o.tmp hdb_err.o.tmp keys.o.tmp keytab.o.tmp mkey.o.tmp ndbm.o.tmp print.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_p.a hdb_err.po asn1_hdb_asn1.po common.po db.po db3.po dbinfo.po ext.po hdb-keytab.po hdb-ldap.po hdb-mitdb.po hdb-sqlite.po hdb.po hdb_err.po keys.po keytab.po mkey.po ndbm.po print.po hdb_err.po.tmp asn1_hdb_asn1.po.tmp common.po.tmp db.po.tmp db3.po.tmp dbinfo.po.tmp ext.po.tmp hdb-keytab.po.tmp hdb-ldap.po.tmp hdb-mitdb.po.tmp hdb-sqlite.po.tmp hdb.po.tmp hdb_err.po.tmp keys.po.tmp keytab.po.tmp mkey.po.tmp ndbm.po.tmp print.po.tmp || true) --- cleandir-external --- --- cleandir-etc --- cleandir ===> external/mit/xorg/lib/fontconfig/etc --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_p.a hdb_err.po asn1_hdb_asn1.po common.po db.po db3.po dbinfo.po ext.po hdb-keytab.po hdb-ldap.po hdb-mitdb.po hdb-sqlite.po hdb.po hdb_err.po keys.po keytab.po mkey.po ndbm.po print.po hdb_err.po.tmp asn1_hdb_asn1.po.tmp common.po.tmp db.po.tmp db3.po.tmp dbinfo.po.tmp ext.po.tmp hdb-keytab.po.tmp hdb-ldap.po.tmp hdb-mitdb.po.tmp hdb-sqlite.po.tmp hdb.po.tmp hdb_err.po.tmp keys.po.tmp keytab.po.tmp mkey.po.tmp ndbm.po.tmp print.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/etc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/etc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_pic.a libhdb.so.* libhdb.so hdb_err.pico asn1_hdb_asn1.pico common.pico db.pico db3.pico dbinfo.pico ext.pico hdb-keytab.pico hdb-ldap.pico hdb-mitdb.pico hdb-sqlite.pico hdb.pico hdb_err.pico keys.pico keytab.pico mkey.pico ndbm.pico print.pico hdb_err.pico.tmp asn1_hdb_asn1.pico.tmp common.pico.tmp db.pico.tmp db3.pico.tmp dbinfo.pico.tmp ext.pico.tmp hdb-keytab.pico.tmp hdb-ldap.pico.tmp hdb-mitdb.pico.tmp hdb-sqlite.pico.tmp hdb.pico.tmp hdb_err.pico.tmp keys.pico.tmp keytab.pico.tmp mkey.pico.tmp ndbm.pico.tmp print.pico.tmp || true) --- cleandir-external --- --- cleandir-conf.d --- cleandir ===> external/mit/xorg/lib/fontconfig/etc/conf.d --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f libhdb_pic.a libhdb.so.* libhdb.so hdb_err.pico asn1_hdb_asn1.pico common.pico db.pico db3.pico dbinfo.pico ext.pico hdb-keytab.pico hdb-ldap.pico hdb-mitdb.pico hdb-sqlite.pico hdb.pico hdb_err.pico keys.pico keytab.pico mkey.pico ndbm.pico print.pico hdb_err.pico.tmp asn1_hdb_asn1.pico.tmp common.pico.tmp db.pico.tmp db3.pico.tmp dbinfo.pico.tmp ext.pico.tmp hdb-keytab.pico.tmp hdb-ldap.pico.tmp hdb-mitdb.pico.tmp hdb-sqlite.pico.tmp hdb.pico.tmp hdb_err.pico.tmp keys.pico.tmp keytab.pico.tmp mkey.pico.tmp ndbm.pico.tmp print.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f llib-lhdb.ln common.ln db.ln db3.ln dbinfo.ln ext.ln hdb-keytab.ln hdb-ldap.ln hdb-mitdb.ln hdb-sqlite.ln hdb.ln hdb_err.ln keys.ln keytab.ln mkey.ln ndbm.ln print.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/etc/conf.d && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f llib-lhdb.ln common.ln db.ln db3.ln dbinfo.ln ext.ln hdb-keytab.ln hdb-ldap.ln hdb-mitdb.ln hdb-sqlite.ln hdb.ln hdb_err.ln keys.ln keytab.ln mkey.ln ndbm.ln print.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/etc/conf.d && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f hdb_err.c hdb_err.h hdb_asn1_files hdb_asn1-template.c hdb_asn1-template.x asn1_hdb_asn1.x asn1_hdb_asn1.c hdb_asn1.h hdb_asn1.hx hdb_asn1-priv.h hdb_asn1-priv.hx hdb.ts libhdb.so.16.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-conf.avail --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f hdb_err.c hdb_err.h hdb_asn1_files hdb_asn1-template.c hdb_asn1-template.x asn1_hdb_asn1.x asn1_hdb_asn1.c hdb_asn1.h hdb_asn1.hx hdb_asn1-priv.h hdb_asn1-priv.hx hdb.ts libhdb.so.16.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/fontconfig/etc/conf.avail --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libhdb && rm -f .depend common.d db.d db3.d dbinfo.d ext.d hdb-keytab.d hdb-ldap.d hdb-mitdb.d hdb-sqlite.d hdb.d hdb_err.d keys.d keytab.d mkey.d ndbm.d print.d common.d.tmp db.d.tmp db3.d.tmp dbinfo.d.tmp ext.d.tmp hdb-keytab.d.tmp hdb-ldap.d.tmp hdb-mitdb.d.tmp hdb-sqlite.d.tmp hdb.d.tmp hdb_err.d.tmp keys.d.tmp keytab.d.tmp mkey.d.tmp ndbm.d.tmp print.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/fontconfig/etc/conf.avail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libhdb && rm -f .depend common.d db.d db3.d dbinfo.d ext.d hdb-keytab.d hdb-ldap.d hdb-mitdb.d hdb-sqlite.d hdb.d hdb_err.d keys.d keytab.d mkey.d ndbm.d print.d common.d.tmp db.d.tmp db3.d.tmp dbinfo.d.tmp ext.d.tmp hdb-keytab.d.tmp hdb-ldap.d.tmp hdb-mitdb.d.tmp hdb-sqlite.d.tmp hdb.d.tmp hdb_err.d.tmp keys.d.tmp keytab.d.tmp mkey.d.tmp ndbm.d.tmp print.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/fontconfig/etc/conf.avail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- --- cleandir-libkafs --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/lib/libkafs --- cleandir-external --- --- cleandir-libSM --- cleandir ===> external/mit/xorg/lib/libSM --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libSM && rm -f sm.pc sm.pc.tmp libSM.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs.a afssys.o afskrb5.o common.o rxkad_kdf.o afssys.o.tmp afskrb5.o.tmp common.o.tmp rxkad_kdf.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libSM && rm -f sm.pc sm.pc.tmp libSM.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs.a afssys.o afskrb5.o common.o rxkad_kdf.o afssys.o.tmp afskrb5.o.tmp common.o.tmp rxkad_kdf.o.tmp || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libSM && rm -f libSM.a sm_auth.o sm_client.o sm_error.o sm_genid.o sm_manager.o sm_misc.o sm_process.o sm_auth.o.tmp sm_client.o.tmp sm_error.o.tmp sm_genid.o.tmp sm_manager.o.tmp sm_misc.o.tmp sm_process.o.tmp || true) --- cleandir-crypto/external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_p.a afssys.po afskrb5.po common.po rxkad_kdf.po afssys.po.tmp afskrb5.po.tmp common.po.tmp rxkad_kdf.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libSM && rm -f libSM.a sm_auth.o sm_client.o sm_error.o sm_genid.o sm_manager.o sm_misc.o sm_process.o sm_auth.o.tmp sm_client.o.tmp sm_error.o.tmp sm_genid.o.tmp sm_manager.o.tmp sm_misc.o.tmp sm_process.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_p.a afssys.po afskrb5.po common.po rxkad_kdf.po afssys.po.tmp afskrb5.po.tmp common.po.tmp rxkad_kdf.po.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libSM && rm -f libSM_p.a sm_auth.po sm_client.po sm_error.po sm_genid.po sm_manager.po sm_misc.po sm_process.po sm_auth.po.tmp sm_client.po.tmp sm_error.po.tmp sm_genid.po.tmp sm_manager.po.tmp sm_misc.po.tmp sm_process.po.tmp || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libSM && rm -f libSM_p.a sm_auth.po sm_client.po sm_error.po sm_genid.po sm_manager.po sm_misc.po sm_process.po sm_auth.po.tmp sm_client.po.tmp sm_error.po.tmp sm_genid.po.tmp sm_manager.po.tmp sm_misc.po.tmp sm_process.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_g.a || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libSM && rm -f libSM_g.a || true) --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_pic.a libkafs.so.* libkafs.so afssys.pico afskrb5.pico common.pico rxkad_kdf.pico afssys.pico.tmp afskrb5.pico.tmp common.pico.tmp rxkad_kdf.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libSM && rm -f libSM_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs_pic.a libkafs.so.* libkafs.so afssys.pico afskrb5.pico common.pico rxkad_kdf.pico afssys.pico.tmp afskrb5.pico.tmp common.pico.tmp rxkad_kdf.pico.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libSM && rm -f libSM_pic.a libSM.so.* libSM.so sm_auth.pico sm_client.pico sm_error.pico sm_genid.pico sm_manager.pico sm_misc.pico sm_process.pico sm_auth.pico.tmp sm_client.pico.tmp sm_error.pico.tmp sm_genid.pico.tmp sm_manager.pico.tmp sm_misc.pico.tmp sm_process.pico.tmp || true) --- cleandir-crypto/external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f llib-lkafs.ln afssys.ln afskrb5.ln common.ln rxkad_kdf.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libSM && rm -f libSM_pic.a libSM.so.* libSM.so sm_auth.pico sm_client.pico sm_error.pico sm_genid.pico sm_manager.pico sm_misc.pico sm_process.pico sm_auth.pico.tmp sm_client.pico.tmp sm_error.pico.tmp sm_genid.pico.tmp sm_manager.pico.tmp sm_misc.pico.tmp sm_process.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f llib-lkafs.ln afssys.ln afskrb5.ln common.ln rxkad_kdf.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libSM && rm -f llib-lSM.ln sm_auth.ln sm_client.ln sm_error.ln sm_genid.ln sm_manager.ln sm_misc.ln sm_process.ln || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs.so.14.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libSM && rm -f llib-lSM.ln sm_auth.ln sm_client.ln sm_error.ln sm_genid.ln sm_manager.ln sm_misc.ln sm_process.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f libkafs.so.14.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libSM && rm -f .depend sm_auth.d sm_client.d sm_error.d sm_genid.d sm_manager.d sm_misc.d sm_process.d sm_auth.d.tmp sm_client.d.tmp sm_error.d.tmp sm_genid.d.tmp sm_manager.d.tmp sm_misc.d.tmp sm_process.d.tmp tags || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkafs && rm -f kafs.html3 .depend afskrb5.d afssys.d common.d rxkad_kdf.d afskrb5.d.tmp afssys.d.tmp common.d.tmp rxkad_kdf.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libSM && rm -f .depend sm_auth.d sm_client.d sm_error.d sm_genid.d sm_manager.d sm_misc.d sm_process.d sm_auth.d.tmp sm_client.d.tmp sm_error.d.tmp sm_genid.d.tmp sm_manager.d.tmp sm_misc.d.tmp sm_process.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkafs && rm -f kafs.html3 .depend afskrb5.d afssys.d common.d rxkad_kdf.d afskrb5.d.tmp afssys.d.tmp common.d.tmp rxkad_kdf.d.tmp tags || true) --- cleandir-external --- --- cleandir-libXcomposite --- cleandir ===> external/mit/xorg/lib/libXcomposite --- cleandir-crypto/external --- --- cleandir-libheimntlm --- cleandir ===> crypto/external/bsd/heimdal/lib/libheimntlm --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcomposite && rm -f xcomposite.pc xcomposite.pc.tmp libXcomposite.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcomposite && rm -f xcomposite.pc xcomposite.pc.tmp libXcomposite.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcomposite && rm -f libXcomposite.a Xcomposite.o Xcomposite.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcomposite && rm -f libXcomposite.a Xcomposite.o Xcomposite.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcomposite && rm -f libXcomposite_p.a Xcomposite.po Xcomposite.po.tmp || true) --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm.a ntlm_err.o ntlm.o ntlm_err.o.tmp ntlm.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcomposite && rm -f libXcomposite_p.a Xcomposite.po Xcomposite.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm.a ntlm_err.o ntlm.o ntlm_err.o.tmp ntlm.o.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcomposite && rm -f libXcomposite_g.a || true) --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcomposite && rm -f libXcomposite_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_p.a ntlm_err.po ntlm.po ntlm_err.po.tmp ntlm.po.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_p.a ntlm_err.po ntlm.po ntlm_err.po.tmp ntlm.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcomposite && rm -f libXcomposite_pic.a libXcomposite.so.* libXcomposite.so Xcomposite.pico Xcomposite.pico.tmp || true) --- cleandir-crypto/external --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcomposite && rm -f libXcomposite_pic.a libXcomposite.so.* libXcomposite.so Xcomposite.pico Xcomposite.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_g.a || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcomposite && rm -f llib-lXcomposite.ln Xcomposite.ln || true) --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcomposite && rm -f llib-lXcomposite.ln Xcomposite.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_pic.a libheimntlm.so.* libheimntlm.so ntlm_err.pico ntlm.pico ntlm_err.pico.tmp ntlm.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f libheimntlm_pic.a libheimntlm.so.* libheimntlm.so ntlm_err.pico ntlm.pico ntlm_err.pico.tmp ntlm.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcomposite && rm -f Xcomposite.3 Xcomposite.html3 .depend Xcomposite.d Xcomposite.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcomposite && rm -f Xcomposite.3 Xcomposite.html3 .depend Xcomposite.d Xcomposite.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f llib-lheimntlm.ln ntlm.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f llib-lheimntlm.ln ntlm.ln || true) --- cleandir-external --- --- cleandir-libXdamage --- cleandir ===> external/mit/xorg/lib/libXdamage --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f ntlm_err.c ntlm_err.h libheimntlm.so.6.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f ntlm_err.c ntlm_err.h libheimntlm.so.6.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f .depend ntlm.d ntlm_err.d ntlm.d.tmp ntlm_err.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libheimntlm && rm -f .depend ntlm.d ntlm_err.d ntlm.d.tmp ntlm_err.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdamage && rm -f xdamage.pc xdamage.pc.tmp libXdamage.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- cleandir-libkdc --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdamage && rm -f xdamage.pc xdamage.pc.tmp libXdamage.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/lib/libkdc --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdamage && rm -f libXdamage.a Xdamage.o Xdamage.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdamage && rm -f libXdamage.a Xdamage.o Xdamage.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdamage && rm -f libXdamage_p.a Xdamage.po Xdamage.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdamage && rm -f libXdamage_p.a Xdamage.po Xdamage.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdamage && rm -f libXdamage_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdamage && rm -f libXdamage_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdamage && rm -f libXdamage_pic.a libXdamage.so.* libXdamage.so Xdamage.pico Xdamage.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdamage && rm -f libXdamage_pic.a libXdamage.so.* libXdamage.so Xdamage.pico Xdamage.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdamage && rm -f llib-lXdamage.ln Xdamage.ln || true) --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdamage && rm -f llib-lXdamage.ln Xdamage.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc.a default_config.o set_dbinfo.o digest.o fast.o kerberos5.o krb5tgs.o pkinit.o pkinit-ec.o log.o misc.o kx509.o process.o windc.o default_config.o.tmp set_dbinfo.o.tmp digest.o.tmp fast.o.tmp kerberos5.o.tmp krb5tgs.o.tmp pkinit.o.tmp pkinit-ec.o.tmp log.o.tmp misc.o.tmp kx509.o.tmp process.o.tmp windc.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc.a default_config.o set_dbinfo.o digest.o fast.o kerberos5.o krb5tgs.o pkinit.o pkinit-ec.o log.o misc.o kx509.o process.o windc.o default_config.o.tmp set_dbinfo.o.tmp digest.o.tmp fast.o.tmp kerberos5.o.tmp krb5tgs.o.tmp pkinit.o.tmp pkinit-ec.o.tmp log.o.tmp misc.o.tmp kx509.o.tmp process.o.tmp windc.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdamage && rm -f .depend Xdamage.d Xdamage.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdamage && rm -f .depend Xdamage.d Xdamage.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_p.a default_config.po set_dbinfo.po digest.po fast.po kerberos5.po krb5tgs.po pkinit.po pkinit-ec.po log.po misc.po kx509.po process.po windc.po default_config.po.tmp set_dbinfo.po.tmp digest.po.tmp fast.po.tmp kerberos5.po.tmp krb5tgs.po.tmp pkinit.po.tmp pkinit-ec.po.tmp log.po.tmp misc.po.tmp kx509.po.tmp process.po.tmp windc.po.tmp || true) --- cleandir-external --- --- cleandir-libXext --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_p.a default_config.po set_dbinfo.po digest.po fast.po kerberos5.po krb5tgs.po pkinit.po pkinit-ec.po log.po misc.po kx509.po process.po windc.po default_config.po.tmp set_dbinfo.po.tmp digest.po.tmp fast.po.tmp kerberos5.po.tmp krb5tgs.po.tmp pkinit.po.tmp pkinit-ec.po.tmp log.po.tmp misc.po.tmp kx509.po.tmp process.po.tmp windc.po.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libXext --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_pic.a libkdc.so.* libkdc.so default_config.pico set_dbinfo.pico digest.pico fast.pico kerberos5.pico krb5tgs.pico pkinit.pico pkinit-ec.pico log.pico misc.pico kx509.pico process.pico windc.pico default_config.pico.tmp set_dbinfo.pico.tmp digest.pico.tmp fast.pico.tmp kerberos5.pico.tmp krb5tgs.pico.tmp pkinit.pico.tmp pkinit-ec.pico.tmp log.pico.tmp misc.pico.tmp kx509.pico.tmp process.pico.tmp windc.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc_pic.a libkdc.so.* libkdc.so default_config.pico set_dbinfo.pico digest.pico fast.pico kerberos5.pico krb5tgs.pico pkinit.pico pkinit-ec.pico log.pico misc.pico kx509.pico process.pico windc.pico default_config.pico.tmp set_dbinfo.pico.tmp digest.pico.tmp fast.pico.tmp kerberos5.pico.tmp krb5tgs.pico.tmp pkinit.pico.tmp pkinit-ec.pico.tmp log.pico.tmp misc.pico.tmp kx509.pico.tmp process.pico.tmp windc.pico.tmp || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXext && rm -f xext.pc xext.pc.tmp libXext.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f llib-lkdc.ln default_config.ln set_dbinfo.ln digest.ln fast.ln kerberos5.ln krb5tgs.ln pkinit.ln pkinit-ec.ln log.ln misc.ln kx509.ln process.ln windc.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXext && rm -f xext.pc xext.pc.tmp libXext.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f llib-lkdc.ln default_config.ln set_dbinfo.ln digest.ln fast.ln kerberos5.ln krb5tgs.ln pkinit.ln pkinit-ec.ln log.ln misc.ln kx509.ln process.ln windc.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXext && rm -f libXext.a DPMS.o MITMisc.o XAppgroup.o XEVI.o XLbx.o XMultibuf.o XSecurity.o XShape.o XShm.o XSync.o XTestExt1.o Xcup.o Xdbe.o Xge.o extutil.o globals.o DPMS.o.tmp MITMisc.o.tmp XAppgroup.o.tmp XEVI.o.tmp XLbx.o.tmp XMultibuf.o.tmp XSecurity.o.tmp XShape.o.tmp XShm.o.tmp XSync.o.tmp XTestExt1.o.tmp Xcup.o.tmp Xdbe.o.tmp Xge.o.tmp extutil.o.tmp globals.o.tmp || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXext && rm -f libXext.a DPMS.o MITMisc.o XAppgroup.o XEVI.o XLbx.o XMultibuf.o XSecurity.o XShape.o XShm.o XSync.o XTestExt1.o Xcup.o Xdbe.o Xge.o extutil.o globals.o DPMS.o.tmp MITMisc.o.tmp XAppgroup.o.tmp XEVI.o.tmp XLbx.o.tmp XMultibuf.o.tmp XSecurity.o.tmp XShape.o.tmp XShm.o.tmp XSync.o.tmp XTestExt1.o.tmp Xcup.o.tmp Xdbe.o.tmp Xge.o.tmp extutil.o.tmp globals.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f libkdc.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXext && rm -f libXext_p.a DPMS.po MITMisc.po XAppgroup.po XEVI.po XLbx.po XMultibuf.po XSecurity.po XShape.po XShm.po XSync.po XTestExt1.po Xcup.po Xdbe.po Xge.po extutil.po globals.po DPMS.po.tmp MITMisc.po.tmp XAppgroup.po.tmp XEVI.po.tmp XLbx.po.tmp XMultibuf.po.tmp XSecurity.po.tmp XShape.po.tmp XShm.po.tmp XSync.po.tmp XTestExt1.po.tmp Xcup.po.tmp Xdbe.po.tmp Xge.po.tmp extutil.po.tmp globals.po.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXext && rm -f libXext_p.a DPMS.po MITMisc.po XAppgroup.po XEVI.po XLbx.po XMultibuf.po XSecurity.po XShape.po XShm.po XSync.po XTestExt1.po Xcup.po Xdbe.po Xge.po extutil.po globals.po DPMS.po.tmp MITMisc.po.tmp XAppgroup.po.tmp XEVI.po.tmp XLbx.po.tmp XMultibuf.po.tmp XSecurity.po.tmp XShape.po.tmp XShm.po.tmp XSync.po.tmp XTestExt1.po.tmp Xcup.po.tmp Xdbe.po.tmp Xge.po.tmp extutil.po.tmp globals.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkdc && rm -f .depend default_config.d digest.d fast.d kerberos5.d krb5tgs.d kx509.d log.d misc.d pkinit-ec.d pkinit.d process.d set_dbinfo.d windc.d default_config.d.tmp digest.d.tmp fast.d.tmp kerberos5.d.tmp krb5tgs.d.tmp kx509.d.tmp log.d.tmp misc.d.tmp pkinit-ec.d.tmp pkinit.d.tmp process.d.tmp set_dbinfo.d.tmp windc.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkdc && rm -f .depend default_config.d digest.d fast.d kerberos5.d krb5tgs.d kx509.d log.d misc.d pkinit-ec.d pkinit.d process.d set_dbinfo.d windc.d default_config.d.tmp digest.d.tmp fast.d.tmp kerberos5.d.tmp krb5tgs.d.tmp kx509.d.tmp log.d.tmp misc.d.tmp pkinit-ec.d.tmp pkinit.d.tmp process.d.tmp set_dbinfo.d.tmp windc.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXext && rm -f libXext_g.a || true) --- cleandir-crypto/external --- --- cleandir-libgssapi --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXext && rm -f libXext_g.a || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/lib/libgssapi --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXext && rm -f libXext_pic.a libXext.so.* libXext.so DPMS.pico MITMisc.pico XAppgroup.pico XEVI.pico XLbx.pico XMultibuf.pico XSecurity.pico XShape.pico XShm.pico XSync.pico XTestExt1.pico Xcup.pico Xdbe.pico Xge.pico extutil.pico globals.pico DPMS.pico.tmp MITMisc.pico.tmp XAppgroup.pico.tmp XEVI.pico.tmp XLbx.pico.tmp XMultibuf.pico.tmp XSecurity.pico.tmp XShape.pico.tmp XShm.pico.tmp XSync.pico.tmp XTestExt1.pico.tmp Xcup.pico.tmp Xdbe.pico.tmp Xge.pico.tmp extutil.pico.tmp globals.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXext && rm -f libXext_pic.a libXext.so.* libXext.so DPMS.pico MITMisc.pico XAppgroup.pico XEVI.pico XLbx.pico XMultibuf.pico XSecurity.pico XShape.pico XShm.pico XSync.pico XTestExt1.pico Xcup.pico Xdbe.pico Xge.pico extutil.pico globals.pico DPMS.pico.tmp MITMisc.pico.tmp XAppgroup.pico.tmp XEVI.pico.tmp XLbx.pico.tmp XMultibuf.pico.tmp XSecurity.pico.tmp XShape.pico.tmp XShm.pico.tmp XSync.pico.tmp XTestExt1.pico.tmp Xcup.pico.tmp Xdbe.pico.tmp Xge.pico.tmp extutil.pico.tmp globals.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXext && rm -f llib-lXext.ln DPMS.ln MITMisc.ln XAppgroup.ln XEVI.ln XLbx.ln XMultibuf.ln XSecurity.ln XShape.ln XShm.ln XSync.ln XTestExt1.ln Xcup.ln Xdbe.ln Xge.ln extutil.ln globals.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXext && rm -f llib-lXext.ln DPMS.ln MITMisc.ln XAppgroup.ln XEVI.ln XLbx.ln XMultibuf.ln XSecurity.ln XShape.ln XShm.ln XSync.ln XTestExt1.ln Xcup.ln Xdbe.ln Xge.ln extutil.ln globals.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXext && rm -f DBE.3 DPMSCapable.3 DPMSDisable.3 DPMSEnable.3 DPMSForceLevel.3 DPMSGetTimeouts.3 DPMSGetVersion.3 DPMSInfo.3 DPMSQueryExtension.3 DPMSSetTimeouts.3 XShape.3 XShm.3 XcupGetReservedColormapEntries.3 XcupQueryVersion.3 XcupStoreColors.3 XdbeAllocateBackBufferName.3 XdbeBeginIdiom.3 XdbeDeallocateBackBufferName.3 XdbeEndIdiom.3 XdbeFreeVisualInfo.3 XdbeGetBackBufferAttributes.3 XdbeGetVisualInfo.3 XdbeQueryExtension.3 XdbeSwapBuffers.3 Xevi.3 Xmbuf.3 DBE.html3 DPMSCapable.html3 DPMSDisable.html3 DPMSEnable.html3 DPMSForceLevel.html3 DPMSGetTimeouts.html3 DPMSGetVersion.html3 DPMSInfo.html3 DPMSQueryExtension.html3 DPMSSetTimeouts.html3 XShape.html3 XShm.html3 XcupGetReservedColormapEntries.html3 XcupQueryVersion.html3 XcupStoreColors.html3 XdbeAllocateBackBufferName.html3 XdbeBeginIdiom.html3 XdbeDeallocateBackBufferName.html3 XdbeEndIdiom.html3 XdbeFreeVisualInfo.html3 XdbeGetBackBufferAttributes.html3 XdbeGetVisualInfo.html3 XdbeQueryExtension.html3 XdbeSwapBuffers.html3 Xevi.html3 Xmbuf.html3 .depend DPMS.d MITMisc.d XAppgroup.d XEVI.d XLbx.d XMultibuf.d XSecurity.d XShape.d XShm.d XSync.d XTestExt1.d Xcup.d Xdbe.d Xge.d extutil.d globals.d DPMS.d.tmp MITMisc.d.tmp XAppgroup.d.tmp XEVI.d.tmp XLbx.d.tmp XMultibuf.d.tmp XSecurity.d.tmp XShape.d.tmp XShm.d.tmp XSync.d.tmp XTestExt1.d.tmp Xcup.d.tmp Xdbe.d.tmp Xge.d.tmp extutil.d.tmp globals.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXext && rm -f DBE.3 DPMSCapable.3 DPMSDisable.3 DPMSEnable.3 DPMSForceLevel.3 DPMSGetTimeouts.3 DPMSGetVersion.3 DPMSInfo.3 DPMSQueryExtension.3 DPMSSetTimeouts.3 XShape.3 XShm.3 XcupGetReservedColormapEntries.3 XcupQueryVersion.3 XcupStoreColors.3 XdbeAllocateBackBufferName.3 XdbeBeginIdiom.3 XdbeDeallocateBackBufferName.3 XdbeEndIdiom.3 XdbeFreeVisualInfo.3 XdbeGetBackBufferAttributes.3 XdbeGetVisualInfo.3 XdbeQueryExtension.3 XdbeSwapBuffers.3 Xevi.3 Xmbuf.3 DBE.html3 DPMSCapable.html3 DPMSDisable.html3 DPMSEnable.html3 DPMSForceLevel.html3 DPMSGetTimeouts.html3 DPMSGetVersion.html3 DPMSInfo.html3 DPMSQueryExtension.html3 DPMSSetTimeouts.html3 XShape.html3 XShm.html3 XcupGetReservedColormapEntries.html3 XcupQueryVersion.html3 XcupStoreColors.html3 XdbeAllocateBackBufferName.html3 XdbeBeginIdiom.html3 XdbeDeallocateBackBufferName.html3 XdbeEndIdiom.html3 XdbeFreeVisualInfo.html3 XdbeGetBackBufferAttributes.html3 XdbeGetVisualInfo.html3 XdbeQueryExtension.html3 XdbeSwapBuffers.html3 Xevi.html3 Xmbuf.html3 .depend DPMS.d MITMisc.d XAppgroup.d XEVI.d XLbx.d XMultibuf.d XSecurity.d XShape.d XShm.d XSync.d XTestExt1.d Xcup.d Xdbe.d Xge.d extutil.d globals.d DPMS.d.tmp MITMisc.d.tmp XAppgroup.d.tmp XEVI.d.tmp XLbx.d.tmp XMultibuf.d.tmp XSecurity.d.tmp XShape.d.tmp XShm.d.tmp XSync.d.tmp XTestExt1.d.tmp Xcup.d.tmp Xdbe.d.tmp Xge.d.tmp extutil.d.tmp globals.d.tmp tags || true) --- cleandir-libXfixes --- cleandir ===> external/mit/xorg/lib/libXfixes --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi.a gkrb5_err.o asn1_ContextFlags.o asn1_MechType.o asn1_MechTypeList.o asn1_NegotiationToken.o asn1_NegotiationTokenWin.o asn1_NegHints.o asn1_NegTokenInit.o asn1_NegTokenInitWin.o asn1_NegTokenResp.o asn1_gssapi_asn1.o krb5__8003.o krb5__accept_sec_context.o krb5__acquire_cred.o krb5__add_cred.o krb5__address_to_krb5addr.o krb5__aeap.o krb5__arcfour.o krb5__canonicalize_name.o krb5__creds.o krb5__ccache_name.o krb5__cfx.o krb5__compare_name.o krb5__compat.o krb5__context_time.o krb5__copy_ccache.o krb5__decapsulate.o krb5__delete_sec_context.o krb5__display_name.o krb5__display_status.o krb5__duplicate_name.o krb5__encapsulate.o krb5__export_name.o krb5__export_sec_context.o krb5__external.o krb5__get_mic.o krb5__import_name.o krb5__import_sec_context.o krb5__indicate_mechs.o krb5__init.o krb5__init_sec_context.o krb5__inquire_context.o krb5__inquire_cred.o krb5__inquire_cred_by_mech.o krb5__inquire_cred_by_oid.o krb5__inquire_mechs_for_name.o krb5__inquire_names_for_mech.o krb5__inquire_sec_context_by_oid.o krb5__pname_to_uid.o krb5__process_context_token.o krb5__prf.o krb5__release_buffer.o krb5__release_cred.o krb5__release_name.o krb5__sequence.o krb5__store_cred.o krb5__set_cred_option.o krb5__set_sec_context_option.o krb5__ticket_flags.o krb5__unwrap.o krb5__authorize_localname.o krb5__verify_mic.o krb5__wrap.o mech__context.o mech__doxygen.o mech__gss_accept_sec_context.o mech__gss_acquire_cred.o mech__gss_acquire_cred_ext.o mech__gss_acquire_cred_with_password.o mech__gss_add_cred.o mech__gss_add_cred_with_password.o mech__gss_add_oid_set_member.o mech__gss_aeap.o mech__gss_buffer_set.o mech__gss_canonicalize_name.o mech__gss_compare_name.o mech__gss_context_time.o mech__gss_create_empty_oid_set.o mech__gss_cred.o mech__gss_decapsulate_token.o mech__gss_delete_name_attribute.o mech__gss_delete_sec_context.o mech__gss_display_name.o mech__gss_display_name_ext.o mech__gss_display_status.o mech__gss_duplicate_name.o mech__gss_duplicate_oid.o mech__gss_encapsulate_token.o mech__gss_export_name.o mech__gss_export_name_composite.o mech__gss_export_sec_context.o mech__gss_get_mic.o mech__gss_get_name_attribute.o mech__gss_import_name.o mech__gss_import_sec_context.o mech__gss_indicate_mechs.o mech__gss_init_sec_context.o mech__gss_inquire_context.o mech__gss_inquire_cred.o mech__gss_inquire_cred_by_mech.o mech__gss_inquire_cred_by_oid.o mech__gss_inquire_mechs_for_name.o mech__gss_inquire_name.o mech__gss_inquire_names_for_mech.o mech__gss_krb5.o mech__gss_mech_switch.o mech__gss_mo.o mech__gss_names.o mech__gss_oid.o mech__gss_oid_equal.o mech__gss_oid_to_str.o mech__gss_pname_to_uid.o mech__gss_process_context_token.o mech__gss_pseudo_random.o mech__gss_release_buffer.o mech__gss_release_cred.o mech__gss_release_name.o mech__gss_release_oid.o mech__gss_release_oid_set.o mech__gss_seal.o mech__gss_set_cred_option.o mech__gss_set_name_attribute.o mech__gss_set_sec_context_option.o mech__gss_sign.o mech__gss_store_cred.o mech__gss_test_oid_set_member.o mech__gss_unseal.o mech__gss_unwrap.o mech__gss_authorize_localname.o mech__gss_utils.o mech__gss_verify.o mech__gss_verify_mic.o mech__gss_wrap.o mech__gss_wrap_size_limit.o mech__gss_inquire_sec_context_by_oid.o spnego__accept_sec_context.o spnego__compat.o spnego__context_stubs.o spnego__cred_stubs.o spnego__external.o spnego__init_sec_context.o ntlm__accept_sec_context.o ntlm__acquire_cred.o ntlm__add_cred.o ntlm__canonicalize_name.o ntlm__compare_name.o ntlm__context_time.o ntlm__creds.o ntlm__crypto.o ntlm__delete_sec_context.o ntlm__display_name.o ntlm__display_status.o ntlm__duplicate_name.o ntlm__export_name.o ntlm__export_sec_context.o ntlm__external.o ntlm__import_name.o ntlm__import_sec_context.o ntlm__indicate_mechs.o ntlm__init_sec_context.o ntlm__inquire_context.o ntlm__inquire_cred_by_mech.o ntlm__inquire_mechs_for_name.o ntlm__inquire_names_for_mech.o ntlm__inquire_sec_context_by_oid.o ntlm__iter_cred.o ntlm__process_context_token.o ntlm__release_cred.o ntlm__release_name.o ntlm__kdc.o gkrb5_err.o.tmp asn1_ContextFlags.o.tmp asn1_MechType.o.tmp asn1_MechTypeList.o.tmp asn1_NegotiationToken.o.tmp asn1_NegotiationTokenWin.o.tmp asn1_NegHints.o.tmp asn1_NegTokenInit.o.tmp asn1_NegTokenInitWin.o.tmp asn1_NegTokenResp.o.tmp asn1_gssapi_asn1.o.tmp krb5__8003.o.tmp krb5__accept_sec_context.o.tmp krb5__acquire_cred.o.tmp krb5__add_cred.o.tmp krb5__address_to_krb5addr.o.tmp krb5__aeap.o.tmp krb5__arcfour.o.tmp krb5__canonicalize_name.o.tmp krb5__creds.o.tmp krb5__ccache_name.o.tmp krb5__cfx.o.tmp krb5__compare_name.o.tmp krb5__compat.o.tmp krb5__context_time.o.tmp krb5__copy_ccache.o.tmp krb5__decapsulate.o.tmp krb5__delete_sec_context.o.tmp krb5__display_name.o.tmp krb5__display_status.o.tmp krb5__duplicate_name.o.tmp krb5__encapsulate.o.tmp krb5__export_name.o.tmp krb5__export_sec_context.o.tmp krb5__external.o.tmp krb5__get_mic.o.tmp krb5__import_name.o.tmp krb5__import_sec_context.o.tmp krb5__indicate_mechs.o.tmp krb5__init.o.tmp krb5__init_sec_context.o.tmp krb5__inquire_context.o.tmp krb5__inquire_cred.o.tmp krb5__inquire_cred_by_mech.o.tmp krb5__inquire_cred_by_oid.o.tmp krb5__inquire_mechs_for_name.o.tmp krb5__inquire_names_for_mech.o.tmp krb5__inquire_sec_context_by_oid.o.tmp krb5__pname_to_uid.o.tmp krb5__process_context_token.o.tmp krb5__prf.o.tmp krb5__release_buffer.o.tmp krb5__release_cred.o.tmp krb5__release_name.o.tmp krb5__sequence.o.tmp krb5__store_cred.o.tmp krb5__set_cred_option.o.tmp krb5__set_sec_context_option.o.tmp krb5__ticket_flags.o.tmp krb5__unwrap.o.tmp krb5__authorize_localname.o.tmp krb5__verify_mic.o.tmp krb5__wrap.o.tmp mech__context.o.tmp mech__doxygen.o.tmp mech__gss_accept_sec_context.o.tmp mech__gss_acquire_cred.o.tmp mech__gss_acquire_cred_ext.o.tmp mech__gss_acquire_cred_with_password.o.tmp mech__gss_add_cred.o.tmp mech__gss_add_cred_with_password.o.tmp mech__gss_add_oid_set_member.o.tmp mech__gss_aeap.o.tmp mech__gss_buffer_set.o.tmp mech__gss_canonicalize_name.o.tmp mech__gss_compare_name.o.tmp mech__gss_context_time.o.tmp mech__gss_create_empty_oid_set.o.tmp mech__gss_cred.o.tmp mech__gss_decapsulate_token.o.tmp mech__gss_delete_name_attribute.o.tmp mech__gss_delete_sec_context.o.tmp mech__gss_display_name.o.tmp mech__gss_display_name_ext.o.tmp mech__gss_display_status.o.tmp mech__gss_duplicate_name.o.tmp mech__gss_duplicate_oid.o.tmp mech__gss_encapsulate_token.o.tmp mech__gss_export_name.o.tmp mech__gss_export_name_composite.o.tmp mech__gss_export_sec_context.o.tmp mech__gss_get_mic.o.tmp mech__gss_get_name_attribute.o.tmp mech__gss_import_name.o.tmp mech__gss_import_sec_context.o.tmp mech__gss_indicate_mechs.o.tmp mech__gss_init_sec_context.o.tmp mech__gss_inquire_context.o.tmp mech__gss_inquire_cred.o.tmp mech__gss_inquire_cred_by_mech.o.tmp mech__gss_inquire_cred_by_oid.o.tmp mech__gss_inquire_mechs_for_name.o.tmp mech__gss_inquire_name.o.tmp mech__gss_inquire_names_for_mech.o.tmp mech__gss_krb5.o.tmp mech__gss_mech_switch.o.tmp mech__gss_mo.o.tmp mech__gss_names.o.tmp mech__gss_oid.o.tmp mech__gss_oid_equal.o.tmp mech__gss_oid_to_str.o.tmp mech__gss_pname_to_uid.o.tmp mech__gss_process_context_token.o.tmp mech__gss_pseudo_random.o.tmp mech__gss_release_buffer.o.tmp mech__gss_release_cred.o.tmp mech__gss_release_name.o.tmp mech__gss_release_oid.o.tmp mech__gss_release_oid_set.o.tmp mech__gss_seal.o.tmp mech__gss_set_cred_option.o.tmp mech__gss_set_name_attribute.o.tmp mech__gss_set_sec_context_option.o.tmp mech__gss_sign.o.tmp mech__gss_store_cred.o.tmp mech__gss_test_oid_set_member.o.tmp mech__gss_unseal.o.tmp mech__gss_unwrap.o.tmp mech__gss_authorize_localname.o.tmp mech__gss_utils.o.tmp mech__gss_verify.o.tmp mech__gss_verify_mic.o.tmp mech__gss_wrap.o.tmp mech__gss_wrap_size_limit.o.tmp mech__gss_inquire_sec_context_by_oid.o.tmp spnego__accept_sec_context.o.tmp spnego__compat.o.tmp spnego__context_stubs.o.tmp spnego__cred_stubs.o.tmp spnego__external.o.tmp spnego__init_sec_context.o.tmp ntlm__accept_sec_context.o.tmp ntlm__acquire_cred.o.tmp ntlm__add_cred.o.tmp ntlm__canonicalize_name.o.tmp ntlm__compare_name.o.tmp ntlm__context_time.o.tmp ntlm__creds.o.tmp ntlm__crypto.o.tmp ntlm__delete_sec_context.o.tmp ntlm__display_name.o.tmp ntlm__display_status.o.tmp ntlm__duplicate_name.o.tmp ntlm__export_name.o.tmp ntlm__export_sec_context.o.tmp ntlm__external.o.tmp ntlm__import_name.o.tmp ntlm__import_sec_context.o.tmp ntlm__indicate_mechs.o.tmp ntlm__init_sec_context.o.tmp ntlm__inquire_context.o.tmp ntlm__inquire_cred_by_mech.o.tmp ntlm__inquire_mechs_for_name.o.tmp ntlm__inquire_names_for_mech.o.tmp ntlm__inquire_sec_context_by_oid.o.tmp ntlm__iter_cred.o.tmp ntlm__process_context_token.o.tmp ntlm__release_cred.o.tmp ntlm__release_name.o.tmp ntlm__kdc.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi.a gkrb5_err.o asn1_ContextFlags.o asn1_MechType.o asn1_MechTypeList.o asn1_NegotiationToken.o asn1_NegotiationTokenWin.o asn1_NegHints.o asn1_NegTokenInit.o asn1_NegTokenInitWin.o asn1_NegTokenResp.o asn1_gssapi_asn1.o krb5__8003.o krb5__accept_sec_context.o krb5__acquire_cred.o krb5__add_cred.o krb5__address_to_krb5addr.o krb5__aeap.o krb5__arcfour.o krb5__canonicalize_name.o krb5__creds.o krb5__ccache_name.o krb5__cfx.o krb5__compare_name.o krb5__compat.o krb5__context_time.o krb5__copy_ccache.o krb5__decapsulate.o krb5__delete_sec_context.o krb5__display_name.o krb5__display_status.o krb5__duplicate_name.o krb5__encapsulate.o krb5__export_name.o krb5__export_sec_context.o krb5__external.o krb5__get_mic.o krb5__import_name.o krb5__import_sec_context.o krb5__indicate_mechs.o krb5__init.o krb5__init_sec_context.o krb5__inquire_context.o krb5__inquire_cred.o krb5__inquire_cred_by_mech.o krb5__inquire_cred_by_oid.o krb5__inquire_mechs_for_name.o krb5__inquire_names_for_mech.o krb5__inquire_sec_context_by_oid.o krb5__pname_to_uid.o krb5__process_context_token.o krb5__prf.o krb5__release_buffer.o krb5__release_cred.o krb5__release_name.o krb5__sequence.o krb5__store_cred.o krb5__set_cred_option.o krb5__set_sec_context_option.o krb5__ticket_flags.o krb5__unwrap.o krb5__authorize_localname.o krb5__verify_mic.o krb5__wrap.o mech__context.o mech__doxygen.o mech__gss_accept_sec_context.o mech__gss_acquire_cred.o mech__gss_acquire_cred_ext.o mech__gss_acquire_cred_with_password.o mech__gss_add_cred.o mech__gss_add_cred_with_password.o mech__gss_add_oid_set_member.o mech__gss_aeap.o mech__gss_buffer_set.o mech__gss_canonicalize_name.o mech__gss_compare_name.o mech__gss_context_time.o mech__gss_create_empty_oid_set.o mech__gss_cred.o mech__gss_decapsulate_token.o mech__gss_delete_name_attribute.o mech__gss_delete_sec_context.o mech__gss_display_name.o mech__gss_display_name_ext.o mech__gss_display_status.o mech__gss_duplicate_name.o mech__gss_duplicate_oid.o mech__gss_encapsulate_token.o mech__gss_export_name.o mech__gss_export_name_composite.o mech__gss_export_sec_context.o mech__gss_get_mic.o mech__gss_get_name_attribute.o mech__gss_import_name.o mech__gss_import_sec_context.o mech__gss_indicate_mechs.o mech__gss_init_sec_context.o mech__gss_inquire_context.o mech__gss_inquire_cred.o mech__gss_inquire_cred_by_mech.o mech__gss_inquire_cred_by_oid.o mech__gss_inquire_mechs_for_name.o mech__gss_inquire_name.o mech__gss_inquire_names_for_mech.o mech__gss_krb5.o mech__gss_mech_switch.o mech__gss_mo.o mech__gss_names.o mech__gss_oid.o mech__gss_oid_equal.o mech__gss_oid_to_str.o mech__gss_pname_to_uid.o mech__gss_process_context_token.o mech__gss_pseudo_random.o mech__gss_release_buffer.o mech__gss_release_cred.o mech__gss_release_name.o mech__gss_release_oid.o mech__gss_release_oid_set.o mech__gss_seal.o mech__gss_set_cred_option.o mech__gss_set_name_attribute.o mech__gss_set_sec_context_option.o mech__gss_sign.o mech__gss_store_cred.o mech__gss_test_oid_set_member.o mech__gss_unseal.o mech__gss_unwrap.o mech__gss_authorize_localname.o mech__gss_utils.o mech__gss_verify.o mech__gss_verify_mic.o mech__gss_wrap.o mech__gss_wrap_size_limit.o mech__gss_inquire_sec_context_by_oid.o spnego__accept_sec_context.o spnego__compat.o spnego__context_stubs.o spnego__cred_stubs.o spnego__external.o spnego__init_sec_context.o ntlm__accept_sec_context.o ntlm__acquire_cred.o ntlm__add_cred.o ntlm__canonicalize_name.o ntlm__compare_name.o ntlm__context_time.o ntlm__creds.o ntlm__crypto.o ntlm__delete_sec_context.o ntlm__display_name.o ntlm__display_status.o ntlm__duplicate_name.o ntlm__export_name.o ntlm__export_sec_context.o ntlm__external.o ntlm__import_name.o ntlm__import_sec_context.o ntlm__indicate_mechs.o ntlm__init_sec_context.o ntlm__inquire_context.o ntlm__inquire_cred_by_mech.o ntlm__inquire_mechs_for_name.o ntlm__inquire_names_for_mech.o ntlm__inquire_sec_context_by_oid.o ntlm__iter_cred.o ntlm__process_context_token.o ntlm__release_cred.o ntlm__release_name.o ntlm__kdc.o gkrb5_err.o.tmp asn1_ContextFlags.o.tmp asn1_MechType.o.tmp asn1_MechTypeList.o.tmp asn1_NegotiationToken.o.tmp asn1_NegotiationTokenWin.o.tmp asn1_NegHints.o.tmp asn1_NegTokenInit.o.tmp asn1_NegTokenInitWin.o.tmp asn1_NegTokenResp.o.tmp asn1_gssapi_asn1.o.tmp krb5__8003.o.tmp krb5__accept_sec_context.o.tmp krb5__acquire_cred.o.tmp krb5__add_cred.o.tmp krb5__address_to_krb5addr.o.tmp krb5__aeap.o.tmp krb5__arcfour.o.tmp krb5__canonicalize_name.o.tmp krb5__creds.o.tmp krb5__ccache_name.o.tmp krb5__cfx.o.tmp krb5__compare_name.o.tmp krb5__compat.o.tmp krb5__context_time.o.tmp krb5__copy_ccache.o.tmp krb5__decapsulate.o.tmp krb5__delete_sec_context.o.tmp krb5__display_name.o.tmp krb5__display_status.o.tmp krb5__duplicate_name.o.tmp krb5__encapsulate.o.tmp krb5__export_name.o.tmp krb5__export_sec_context.o.tmp krb5__external.o.tmp krb5__get_mic.o.tmp krb5__import_name.o.tmp krb5__import_sec_context.o.tmp krb5__indicate_mechs.o.tmp krb5__init.o.tmp krb5__init_sec_context.o.tmp krb5__inquire_context.o.tmp krb5__inquire_cred.o.tmp krb5__inquire_cred_by_mech.o.tmp krb5__inquire_cred_by_oid.o.tmp krb5__inquire_mechs_for_name.o.tmp krb5__inquire_names_for_mech.o.tmp krb5__inquire_sec_context_by_oid.o.tmp krb5__pname_to_uid.o.tmp krb5__process_context_token.o.tmp krb5__prf.o.tmp krb5__release_buffer.o.tmp krb5__release_cred.o.tmp krb5__release_name.o.tmp krb5__sequence.o.tmp krb5__store_cred.o.tmp krb5__set_cred_option.o.tmp krb5__set_sec_context_option.o.tmp krb5__ticket_flags.o.tmp krb5__unwrap.o.tmp krb5__authorize_localname.o.tmp krb5__verify_mic.o.tmp krb5__wrap.o.tmp mech__context.o.tmp mech__doxygen.o.tmp mech__gss_accept_sec_context.o.tmp mech__gss_acquire_cred.o.tmp mech__gss_acquire_cred_ext.o.tmp mech__gss_acquire_cred_with_password.o.tmp mech__gss_add_cred.o.tmp mech__gss_add_cred_with_password.o.tmp mech__gss_add_oid_set_member.o.tmp mech__gss_aeap.o.tmp mech__gss_buffer_set.o.tmp mech__gss_canonicalize_name.o.tmp mech__gss_compare_name.o.tmp mech__gss_context_time.o.tmp mech__gss_create_empty_oid_set.o.tmp mech__gss_cred.o.tmp mech__gss_decapsulate_token.o.tmp mech__gss_delete_name_attribute.o.tmp mech__gss_delete_sec_context.o.tmp mech__gss_display_name.o.tmp mech__gss_display_name_ext.o.tmp mech__gss_display_status.o.tmp mech__gss_duplicate_name.o.tmp mech__gss_duplicate_oid.o.tmp mech__gss_encapsulate_token.o.tmp mech__gss_export_name.o.tmp mech__gss_export_name_composite.o.tmp mech__gss_export_sec_context.o.tmp mech__gss_get_mic.o.tmp mech__gss_get_name_attribute.o.tmp mech__gss_import_name.o.tmp mech__gss_import_sec_context.o.tmp mech__gss_indicate_mechs.o.tmp mech__gss_init_sec_context.o.tmp mech__gss_inquire_context.o.tmp mech__gss_inquire_cred.o.tmp mech__gss_inquire_cred_by_mech.o.tmp mech__gss_inquire_cred_by_oid.o.tmp mech__gss_inquire_mechs_for_name.o.tmp mech__gss_inquire_name.o.tmp mech__gss_inquire_names_for_mech.o.tmp mech__gss_krb5.o.tmp mech__gss_mech_switch.o.tmp mech__gss_mo.o.tmp mech__gss_names.o.tmp mech__gss_oid.o.tmp mech__gss_oid_equal.o.tmp mech__gss_oid_to_str.o.tmp mech__gss_pname_to_uid.o.tmp mech__gss_process_context_token.o.tmp mech__gss_pseudo_random.o.tmp mech__gss_release_buffer.o.tmp mech__gss_release_cred.o.tmp mech__gss_release_name.o.tmp mech__gss_release_oid.o.tmp mech__gss_release_oid_set.o.tmp mech__gss_seal.o.tmp mech__gss_set_cred_option.o.tmp mech__gss_set_name_attribute.o.tmp mech__gss_set_sec_context_option.o.tmp mech__gss_sign.o.tmp mech__gss_store_cred.o.tmp mech__gss_test_oid_set_member.o.tmp mech__gss_unseal.o.tmp mech__gss_unwrap.o.tmp mech__gss_authorize_localname.o.tmp mech__gss_utils.o.tmp mech__gss_verify.o.tmp mech__gss_verify_mic.o.tmp mech__gss_wrap.o.tmp mech__gss_wrap_size_limit.o.tmp mech__gss_inquire_sec_context_by_oid.o.tmp spnego__accept_sec_context.o.tmp spnego__compat.o.tmp spnego__context_stubs.o.tmp spnego__cred_stubs.o.tmp spnego__external.o.tmp spnego__init_sec_context.o.tmp ntlm__accept_sec_context.o.tmp ntlm__acquire_cred.o.tmp ntlm__add_cred.o.tmp ntlm__canonicalize_name.o.tmp ntlm__compare_name.o.tmp ntlm__context_time.o.tmp ntlm__creds.o.tmp ntlm__crypto.o.tmp ntlm__delete_sec_context.o.tmp ntlm__display_name.o.tmp ntlm__display_status.o.tmp ntlm__duplicate_name.o.tmp ntlm__export_name.o.tmp ntlm__export_sec_context.o.tmp ntlm__external.o.tmp ntlm__import_name.o.tmp ntlm__import_sec_context.o.tmp ntlm__indicate_mechs.o.tmp ntlm__init_sec_context.o.tmp ntlm__inquire_context.o.tmp ntlm__inquire_cred_by_mech.o.tmp ntlm__inquire_mechs_for_name.o.tmp ntlm__inquire_names_for_mech.o.tmp ntlm__inquire_sec_context_by_oid.o.tmp ntlm__iter_cred.o.tmp ntlm__process_context_token.o.tmp ntlm__release_cred.o.tmp ntlm__release_name.o.tmp ntlm__kdc.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfixes && rm -f xfixes.pc xfixes.pc.tmp libXfixes.so.4.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfixes && rm -f xfixes.pc xfixes.pc.tmp libXfixes.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_p.a gkrb5_err.po asn1_ContextFlags.po asn1_MechType.po asn1_MechTypeList.po asn1_NegotiationToken.po asn1_NegotiationTokenWin.po asn1_NegHints.po asn1_NegTokenInit.po asn1_NegTokenInitWin.po asn1_NegTokenResp.po asn1_gssapi_asn1.po krb5__8003.po krb5__accept_sec_context.po krb5__acquire_cred.po krb5__add_cred.po krb5__address_to_krb5addr.po krb5__aeap.po krb5__arcfour.po krb5__canonicalize_name.po krb5__creds.po krb5__ccache_name.po krb5__cfx.po krb5__compare_name.po krb5__compat.po krb5__context_time.po krb5__copy_ccache.po krb5__decapsulate.po krb5__delete_sec_context.po krb5__display_name.po krb5__display_status.po krb5__duplicate_name.po krb5__encapsulate.po krb5__export_name.po krb5__export_sec_context.po krb5__external.po krb5__get_mic.po krb5__import_name.po krb5__import_sec_context.po krb5__indicate_mechs.po krb5__init.po krb5__init_sec_context.po krb5__inquire_context.po krb5__inquire_cred.po krb5__inquire_cred_by_mech.po krb5__inquire_cred_by_oid.po krb5__inquire_mechs_for_name.po krb5__inquire_names_for_mech.po krb5__inquire_sec_context_by_oid.po krb5__pname_to_uid.po krb5__process_context_token.po krb5__prf.po krb5__release_buffer.po krb5__release_cred.po krb5__release_name.po krb5__sequence.po krb5__store_cred.po krb5__set_cred_option.po krb5__set_sec_context_option.po krb5__ticket_flags.po krb5__unwrap.po krb5__authorize_localname.po krb5__verify_mic.po krb5__wrap.po mech__context.po mech__doxygen.po mech__gss_accept_sec_context.po mech__gss_acquire_cred.po mech__gss_acquire_cred_ext.po mech__gss_acquire_cred_with_password.po mech__gss_add_cred.po mech__gss_add_cred_with_password.po mech__gss_add_oid_set_member.po mech__gss_aeap.po mech__gss_buffer_set.po mech__gss_canonicalize_name.po mech__gss_compare_name.po mech__gss_context_time.po mech__gss_create_empty_oid_set.po mech__gss_cred.po mech__gss_decapsulate_token.po mech__gss_delete_name_attribute.po mech__gss_delete_sec_context.po mech__gss_display_name.po mech__gss_display_name_ext.po mech__gss_display_status.po mech__gss_duplicate_name.po mech__gss_duplicate_oid.po mech__gss_encapsulate_token.po mech__gss_export_name.po mech__gss_export_name_composite.po mech__gss_export_sec_context.po mech__gss_get_mic.po mech__gss_get_name_attribute.po mech__gss_import_name.po mech__gss_import_sec_context.po mech__gss_indicate_mechs.po mech__gss_init_sec_context.po mech__gss_inquire_context.po mech__gss_inquire_cred.po mech__gss_inquire_cred_by_mech.po mech__gss_inquire_cred_by_oid.po mech__gss_inquire_mechs_for_name.po mech__gss_inquire_name.po mech__gss_inquire_names_for_mech.po mech__gss_krb5.po mech__gss_mech_switch.po mech__gss_mo.po mech__gss_names.po mech__gss_oid.po mech__gss_oid_equal.po mech__gss_oid_to_str.po mech__gss_pname_to_uid.po mech__gss_process_context_token.po mech__gss_pseudo_random.po mech__gss_release_buffer.po mech__gss_release_cred.po mech__gss_release_name.po mech__gss_release_oid.po mech__gss_release_oid_set.po mech__gss_seal.po mech__gss_set_cred_option.po mech__gss_set_name_attribute.po mech__gss_set_sec_context_option.po mech__gss_sign.po mech__gss_store_cred.po mech__gss_test_oid_set_member.po mech__gss_unseal.po mech__gss_unwrap.po mech__gss_authorize_localname.po mech__gss_utils.po mech__gss_verify.po mech__gss_verify_mic.po mech__gss_wrap.po mech__gss_wrap_size_limit.po mech__gss_inquire_sec_context_by_oid.po spnego__accept_sec_context.po spnego__compat.po spnego__context_stubs.po spnego__cred_stubs.po spnego__external.po spnego__init_sec_context.po ntlm__accept_sec_context.po ntlm__acquire_cred.po ntlm__add_cred.po ntlm__canonicalize_name.po ntlm__compare_name.po ntlm__context_time.po ntlm__creds.po ntlm__crypto.po ntlm__delete_sec_context.po ntlm__display_name.po ntlm__display_status.po ntlm__duplicate_name.po ntlm__export_name.po ntlm__export_sec_context.po ntlm__external.po ntlm__import_name.po ntlm__import_sec_context.po ntlm__indicate_mechs.po ntlm__init_sec_context.po ntlm__inquire_context.po ntlm__inquire_cred_by_mech.po ntlm__inquire_mechs_for_name.po ntlm__inquire_names_for_mech.po ntlm__inquire_sec_context_by_oid.po ntlm__iter_cred.po ntlm__process_context_token.po ntlm__release_cred.po ntlm__release_name.po ntlm__kdc.po gkrb5_err.po.tmp asn1_ContextFlags.po.tmp asn1_MechType.po.tmp asn1_MechTypeList.po.tmp asn1_NegotiationToken.po.tmp asn1_NegotiationTokenWin.po.tmp asn1_NegHints.po.tmp asn1_NegTokenInit.po.tmp asn1_NegTokenInitWin.po.tmp asn1_NegTokenResp.po.tmp asn1_gssapi_asn1.po.tmp krb5__8003.po.tmp krb5__accept_sec_context.po.tmp krb5__acquire_cred.po.tmp krb5__add_cred.po.tmp krb5__address_to_krb5addr.po.tmp krb5__aeap.po.tmp krb5__arcfour.po.tmp krb5__canonicalize_name.po.tmp krb5__creds.po.tmp krb5__ccache_name.po.tmp krb5__cfx.po.tmp krb5__compare_name.po.tmp krb5__compat.po.tmp krb5__context_time.po.tmp krb5__copy_ccache.po.tmp krb5__decapsulate.po.tmp krb5__delete_sec_context.po.tmp krb5__display_name.po.tmp krb5__display_status.po.tmp krb5__duplicate_name.po.tmp krb5__encapsulate.po.tmp krb5__export_name.po.tmp krb5__export_sec_context.po.tmp krb5__external.po.tmp krb5__get_mic.po.tmp krb5__import_name.po.tmp krb5__import_sec_context.po.tmp krb5__indicate_mechs.po.tmp krb5__init.po.tmp krb5__init_sec_context.po.tmp krb5__inquire_context.po.tmp krb5__inquire_cred.po.tmp krb5__inquire_cred_by_mech.po.tmp krb5__inquire_cred_by_oid.po.tmp krb5__inquire_mechs_for_name.po.tmp krb5__inquire_names_for_mech.po.tmp krb5__inquire_sec_context_by_oid.po.tmp krb5__pname_to_uid.po.tmp krb5__process_context_token.po.tmp krb5__prf.po.tmp krb5__release_buffer.po.tmp krb5__release_cred.po.tmp krb5__release_name.po.tmp krb5__sequence.po.tmp krb5__store_cred.po.tmp krb5__set_cred_option.po.tmp krb5__set_sec_context_option.po.tmp krb5__ticket_flags.po.tmp krb5__unwrap.po.tmp krb5__authorize_localname.po.tmp krb5__verify_mic.po.tmp krb5__wrap.po.tmp mech__context.po.tmp mech__doxygen.po.tmp mech__gss_accept_sec_context.po.tmp mech__gss_acquire_cred.po.tmp mech__gss_acquire_cred_ext.po.tmp mech__gss_acquire_cred_with_password.po.tmp mech__gss_add_cred.po.tmp mech__gss_add_cred_with_password.po.tmp mech__gss_add_oid_set_member.po.tmp mech__gss_aeap.po.tmp mech__gss_buffer_set.po.tmp mech__gss_canonicalize_name.po.tmp mech__gss_compare_name.po.tmp mech__gss_context_time.po.tmp mech__gss_create_empty_oid_set.po.tmp mech__gss_cred.po.tmp mech__gss_decapsulate_token.po.tmp mech__gss_delete_name_attribute.po.tmp mech__gss_delete_sec_context.po.tmp mech__gss_display_name.po.tmp mech__gss_display_name_ext.po.tmp mech__gss_display_status.po.tmp mech__gss_duplicate_name.po.tmp mech__gss_duplicate_oid.po.tmp mech__gss_encapsulate_token.po.tmp mech__gss_export_name.po.tmp mech__gss_export_name_composite.po.tmp mech__gss_export_sec_context.po.tmp mech__gss_get_mic.po.tmp mech__gss_get_name_attribute.po.tmp mech__gss_import_name.po.tmp mech__gss_import_sec_context.po.tmp mech__gss_indicate_mechs.po.tmp mech__gss_init_sec_context.po.tmp mech__gss_inquire_context.po.tmp mech__gss_inquire_cred.po.tmp mech__gss_inquire_cred_by_mech.po.tmp mech__gss_inquire_cred_by_oid.po.tmp mech__gss_inquire_mechs_for_name.po.tmp mech__gss_inquire_name.po.tmp mech__gss_inquire_names_for_mech.po.tmp mech__gss_krb5.po.tmp mech__gss_mech_switch.po.tmp mech__gss_mo.po.tmp mech__gss_names.po.tmp mech__gss_oid.po.tmp mech__gss_oid_equal.po.tmp mech__gss_oid_to_str.po.tmp mech__gss_pname_to_uid.po.tmp mech__gss_process_context_token.po.tmp mech__gss_pseudo_random.po.tmp mech__gss_release_buffer.po.tmp mech__gss_release_cred.po.tmp mech__gss_release_name.po.tmp mech__gss_release_oid.po.tmp mech__gss_release_oid_set.po.tmp mech__gss_seal.po.tmp mech__gss_set_cred_option.po.tmp mech__gss_set_name_attribute.po.tmp mech__gss_set_sec_context_option.po.tmp mech__gss_sign.po.tmp mech__gss_store_cred.po.tmp mech__gss_test_oid_set_member.po.tmp mech__gss_unseal.po.tmp mech__gss_unwrap.po.tmp mech__gss_authorize_localname.po.tmp mech__gss_utils.po.tmp mech__gss_verify.po.tmp mech__gss_verify_mic.po.tmp mech__gss_wrap.po.tmp mech__gss_wrap_size_limit.po.tmp mech__gss_inquire_sec_context_by_oid.po.tmp spnego__accept_sec_context.po.tmp spnego__compat.po.tmp spnego__context_stubs.po.tmp spnego__cred_stubs.po.tmp spnego__external.po.tmp spnego__init_sec_context.po.tmp ntlm__accept_sec_context.po.tmp ntlm__acquire_cred.po.tmp ntlm__add_cred.po.tmp ntlm__canonicalize_name.po.tmp ntlm__compare_name.po.tmp ntlm__context_time.po.tmp ntlm__creds.po.tmp ntlm__crypto.po.tmp ntlm__delete_sec_context.po.tmp ntlm__display_name.po.tmp ntlm__display_status.po.tmp ntlm__duplicate_name.po.tmp ntlm__export_name.po.tmp ntlm__export_sec_context.po.tmp ntlm__external.po.tmp ntlm__import_name.po.tmp ntlm__import_sec_context.po.tmp ntlm__indicate_mechs.po.tmp ntlm__init_sec_context.po.tmp ntlm__inquire_context.po.tmp ntlm__inquire_cred_by_mech.po.tmp ntlm__inquire_mechs_for_name.po.tmp ntlm__inquire_names_for_mech.po.tmp ntlm__inquire_sec_context_by_oid.po.tmp ntlm__iter_cred.po.tmp ntlm__process_context_token.po.tmp ntlm__release_cred.po.tmp ntlm__release_name.po.tmp ntlm__kdc.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfixes && rm -f libXfixes.a Cursor.o Disconnect.o Region.o SaveSet.o Selection.o Xfixes.o Cursor.o.tmp Disconnect.o.tmp Region.o.tmp SaveSet.o.tmp Selection.o.tmp Xfixes.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfixes && rm -f libXfixes.a Cursor.o Disconnect.o Region.o SaveSet.o Selection.o Xfixes.o Cursor.o.tmp Disconnect.o.tmp Region.o.tmp SaveSet.o.tmp Selection.o.tmp Xfixes.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_p.a gkrb5_err.po asn1_ContextFlags.po asn1_MechType.po asn1_MechTypeList.po asn1_NegotiationToken.po asn1_NegotiationTokenWin.po asn1_NegHints.po asn1_NegTokenInit.po asn1_NegTokenInitWin.po asn1_NegTokenResp.po asn1_gssapi_asn1.po krb5__8003.po krb5__accept_sec_context.po krb5__acquire_cred.po krb5__add_cred.po krb5__address_to_krb5addr.po krb5__aeap.po krb5__arcfour.po krb5__canonicalize_name.po krb5__creds.po krb5__ccache_name.po krb5__cfx.po krb5__compare_name.po krb5__compat.po krb5__context_time.po krb5__copy_ccache.po krb5__decapsulate.po krb5__delete_sec_context.po krb5__display_name.po krb5__display_status.po krb5__duplicate_name.po krb5__encapsulate.po krb5__export_name.po krb5__export_sec_context.po krb5__external.po krb5__get_mic.po krb5__import_name.po krb5__import_sec_context.po krb5__indicate_mechs.po krb5__init.po krb5__init_sec_context.po krb5__inquire_context.po krb5__inquire_cred.po krb5__inquire_cred_by_mech.po krb5__inquire_cred_by_oid.po krb5__inquire_mechs_for_name.po krb5__inquire_names_for_mech.po krb5__inquire_sec_context_by_oid.po krb5__pname_to_uid.po krb5__process_context_token.po krb5__prf.po krb5__release_buffer.po krb5__release_cred.po krb5__release_name.po krb5__sequence.po krb5__store_cred.po krb5__set_cred_option.po krb5__set_sec_context_option.po krb5__ticket_flags.po krb5__unwrap.po krb5__authorize_localname.po krb5__verify_mic.po krb5__wrap.po mech__context.po mech__doxygen.po mech__gss_accept_sec_context.po mech__gss_acquire_cred.po mech__gss_acquire_cred_ext.po mech__gss_acquire_cred_with_password.po mech__gss_add_cred.po mech__gss_add_cred_with_password.po mech__gss_add_oid_set_member.po mech__gss_aeap.po mech__gss_buffer_set.po mech__gss_canonicalize_name.po mech__gss_compare_name.po mech__gss_context_time.po mech__gss_create_empty_oid_set.po mech__gss_cred.po mech__gss_decapsulate_token.po mech__gss_delete_name_attribute.po mech__gss_delete_sec_context.po mech__gss_display_name.po mech__gss_display_name_ext.po mech__gss_display_status.po mech__gss_duplicate_name.po mech__gss_duplicate_oid.po mech__gss_encapsulate_token.po mech__gss_export_name.po mech__gss_export_name_composite.po mech__gss_export_sec_context.po mech__gss_get_mic.po mech__gss_get_name_attribute.po mech__gss_import_name.po mech__gss_import_sec_context.po mech__gss_indicate_mechs.po mech__gss_init_sec_context.po mech__gss_inquire_context.po mech__gss_inquire_cred.po mech__gss_inquire_cred_by_mech.po mech__gss_inquire_cred_by_oid.po mech__gss_inquire_mechs_for_name.po mech__gss_inquire_name.po mech__gss_inquire_names_for_mech.po mech__gss_krb5.po mech__gss_mech_switch.po mech__gss_mo.po mech__gss_names.po mech__gss_oid.po mech__gss_oid_equal.po mech__gss_oid_to_str.po mech__gss_pname_to_uid.po mech__gss_process_context_token.po mech__gss_pseudo_random.po mech__gss_release_buffer.po mech__gss_release_cred.po mech__gss_release_name.po mech__gss_release_oid.po mech__gss_release_oid_set.po mech__gss_seal.po mech__gss_set_cred_option.po mech__gss_set_name_attribute.po mech__gss_set_sec_context_option.po mech__gss_sign.po mech__gss_store_cred.po mech__gss_test_oid_set_member.po mech__gss_unseal.po mech__gss_unwrap.po mech__gss_authorize_localname.po mech__gss_utils.po mech__gss_verify.po mech__gss_verify_mic.po mech__gss_wrap.po mech__gss_wrap_size_limit.po mech__gss_inquire_sec_context_by_oid.po spnego__accept_sec_context.po spnego__compat.po spnego__context_stubs.po spnego__cred_stubs.po spnego__external.po spnego__init_sec_context.po ntlm__accept_sec_context.po ntlm__acquire_cred.po ntlm__add_cred.po ntlm__canonicalize_name.po ntlm__compare_name.po ntlm__context_time.po ntlm__creds.po ntlm__crypto.po ntlm__delete_sec_context.po ntlm__display_name.po ntlm__display_status.po ntlm__duplicate_name.po ntlm__export_name.po ntlm__export_sec_context.po ntlm__external.po ntlm__import_name.po ntlm__import_sec_context.po ntlm__indicate_mechs.po ntlm__init_sec_context.po ntlm__inquire_context.po ntlm__inquire_cred_by_mech.po ntlm__inquire_mechs_for_name.po ntlm__inquire_names_for_mech.po ntlm__inquire_sec_context_by_oid.po ntlm__iter_cred.po ntlm__process_context_token.po ntlm__release_cred.po ntlm__release_name.po ntlm__kdc.po gkrb5_err.po.tmp asn1_ContextFlags.po.tmp asn1_MechType.po.tmp asn1_MechTypeList.po.tmp asn1_NegotiationToken.po.tmp asn1_NegotiationTokenWin.po.tmp asn1_NegHints.po.tmp asn1_NegTokenInit.po.tmp asn1_NegTokenInitWin.po.tmp asn1_NegTokenResp.po.tmp asn1_gssapi_asn1.po.tmp krb5__8003.po.tmp krb5__accept_sec_context.po.tmp krb5__acquire_cred.po.tmp krb5__add_cred.po.tmp krb5__address_to_krb5addr.po.tmp krb5__aeap.po.tmp krb5__arcfour.po.tmp krb5__canonicalize_name.po.tmp krb5__creds.po.tmp krb5__ccache_name.po.tmp krb5__cfx.po.tmp krb5__compare_name.po.tmp krb5__compat.po.tmp krb5__context_time.po.tmp krb5__copy_ccache.po.tmp krb5__decapsulate.po.tmp krb5__delete_sec_context.po.tmp krb5__display_name.po.tmp krb5__display_status.po.tmp krb5__duplicate_name.po.tmp krb5__encapsulate.po.tmp krb5__export_name.po.tmp krb5__export_sec_context.po.tmp krb5__external.po.tmp krb5__get_mic.po.tmp krb5__import_name.po.tmp krb5__import_sec_context.po.tmp krb5__indicate_mechs.po.tmp krb5__init.po.tmp krb5__init_sec_context.po.tmp krb5__inquire_context.po.tmp krb5__inquire_cred.po.tmp krb5__inquire_cred_by_mech.po.tmp krb5__inquire_cred_by_oid.po.tmp krb5__inquire_mechs_for_name.po.tmp krb5__inquire_names_for_mech.po.tmp krb5__inquire_sec_context_by_oid.po.tmp krb5__pname_to_uid.po.tmp krb5__process_context_token.po.tmp krb5__prf.po.tmp krb5__release_buffer.po.tmp krb5__release_cred.po.tmp krb5__release_name.po.tmp krb5__sequence.po.tmp krb5__store_cred.po.tmp krb5__set_cred_option.po.tmp krb5__set_sec_context_option.po.tmp krb5__ticket_flags.po.tmp krb5__unwrap.po.tmp krb5__authorize_localname.po.tmp krb5__verify_mic.po.tmp krb5__wrap.po.tmp mech__context.po.tmp mech__doxygen.po.tmp mech__gss_accept_sec_context.po.tmp mech__gss_acquire_cred.po.tmp mech__gss_acquire_cred_ext.po.tmp mech__gss_acquire_cred_with_password.po.tmp mech__gss_add_cred.po.tmp mech__gss_add_cred_with_password.po.tmp mech__gss_add_oid_set_member.po.tmp mech__gss_aeap.po.tmp mech__gss_buffer_set.po.tmp mech__gss_canonicalize_name.po.tmp mech__gss_compare_name.po.tmp mech__gss_context_time.po.tmp mech__gss_create_empty_oid_set.po.tmp mech__gss_cred.po.tmp mech__gss_decapsulate_token.po.tmp mech__gss_delete_name_attribute.po.tmp mech__gss_delete_sec_context.po.tmp mech__gss_display_name.po.tmp mech__gss_display_name_ext.po.tmp mech__gss_display_status.po.tmp mech__gss_duplicate_name.po.tmp mech__gss_duplicate_oid.po.tmp mech__gss_encapsulate_token.po.tmp mech__gss_export_name.po.tmp mech__gss_export_name_composite.po.tmp mech__gss_export_sec_context.po.tmp mech__gss_get_mic.po.tmp mech__gss_get_name_attribute.po.tmp mech__gss_import_name.po.tmp mech__gss_import_sec_context.po.tmp mech__gss_indicate_mechs.po.tmp mech__gss_init_sec_context.po.tmp mech__gss_inquire_context.po.tmp mech__gss_inquire_cred.po.tmp mech__gss_inquire_cred_by_mech.po.tmp mech__gss_inquire_cred_by_oid.po.tmp mech__gss_inquire_mechs_for_name.po.tmp mech__gss_inquire_name.po.tmp mech__gss_inquire_names_for_mech.po.tmp mech__gss_krb5.po.tmp mech__gss_mech_switch.po.tmp mech__gss_mo.po.tmp mech__gss_names.po.tmp mech__gss_oid.po.tmp mech__gss_oid_equal.po.tmp mech__gss_oid_to_str.po.tmp mech__gss_pname_to_uid.po.tmp mech__gss_process_context_token.po.tmp mech__gss_pseudo_random.po.tmp mech__gss_release_buffer.po.tmp mech__gss_release_cred.po.tmp mech__gss_release_name.po.tmp mech__gss_release_oid.po.tmp mech__gss_release_oid_set.po.tmp mech__gss_seal.po.tmp mech__gss_set_cred_option.po.tmp mech__gss_set_name_attribute.po.tmp mech__gss_set_sec_context_option.po.tmp mech__gss_sign.po.tmp mech__gss_store_cred.po.tmp mech__gss_test_oid_set_member.po.tmp mech__gss_unseal.po.tmp mech__gss_unwrap.po.tmp mech__gss_authorize_localname.po.tmp mech__gss_utils.po.tmp mech__gss_verify.po.tmp mech__gss_verify_mic.po.tmp mech__gss_wrap.po.tmp mech__gss_wrap_size_limit.po.tmp mech__gss_inquire_sec_context_by_oid.po.tmp spnego__accept_sec_context.po.tmp spnego__compat.po.tmp spnego__context_stubs.po.tmp spnego__cred_stubs.po.tmp spnego__external.po.tmp spnego__init_sec_context.po.tmp ntlm__accept_sec_context.po.tmp ntlm__acquire_cred.po.tmp ntlm__add_cred.po.tmp ntlm__canonicalize_name.po.tmp ntlm__compare_name.po.tmp ntlm__context_time.po.tmp ntlm__creds.po.tmp ntlm__crypto.po.tmp ntlm__delete_sec_context.po.tmp ntlm__display_name.po.tmp ntlm__display_status.po.tmp ntlm__duplicate_name.po.tmp ntlm__export_name.po.tmp ntlm__export_sec_context.po.tmp ntlm__external.po.tmp ntlm__import_name.po.tmp ntlm__import_sec_context.po.tmp ntlm__indicate_mechs.po.tmp ntlm__init_sec_context.po.tmp ntlm__inquire_context.po.tmp ntlm__inquire_cred_by_mech.po.tmp ntlm__inquire_mechs_for_name.po.tmp ntlm__inquire_names_for_mech.po.tmp ntlm__inquire_sec_context_by_oid.po.tmp ntlm__iter_cred.po.tmp ntlm__process_context_token.po.tmp ntlm__release_cred.po.tmp ntlm__release_name.po.tmp ntlm__kdc.po.tmp || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfixes && rm -f libXfixes_p.a Cursor.po Disconnect.po Region.po SaveSet.po Selection.po Xfixes.po Cursor.po.tmp Disconnect.po.tmp Region.po.tmp SaveSet.po.tmp Selection.po.tmp Xfixes.po.tmp || true) --- cleandir-crypto/external --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfixes && rm -f libXfixes_p.a Cursor.po Disconnect.po Region.po SaveSet.po Selection.po Xfixes.po Cursor.po.tmp Disconnect.po.tmp Region.po.tmp SaveSet.po.tmp Selection.po.tmp Xfixes.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_g.a || true) --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfixes && rm -f libXfixes_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfixes && rm -f libXfixes_g.a || true) --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_pic.a libgssapi.so.* libgssapi.so gkrb5_err.pico asn1_ContextFlags.pico asn1_MechType.pico asn1_MechTypeList.pico asn1_NegotiationToken.pico asn1_NegotiationTokenWin.pico asn1_NegHints.pico asn1_NegTokenInit.pico asn1_NegTokenInitWin.pico asn1_NegTokenResp.pico asn1_gssapi_asn1.pico krb5__8003.pico krb5__accept_sec_context.pico krb5__acquire_cred.pico krb5__add_cred.pico krb5__address_to_krb5addr.pico krb5__aeap.pico krb5__arcfour.pico krb5__canonicalize_name.pico krb5__creds.pico krb5__ccache_name.pico krb5__cfx.pico krb5__compare_name.pico krb5__compat.pico krb5__context_time.pico krb5__copy_ccache.pico krb5__decapsulate.pico krb5__delete_sec_context.pico krb5__display_name.pico krb5__display_status.pico krb5__duplicate_name.pico krb5__encapsulate.pico krb5__export_name.pico krb5__export_sec_context.pico krb5__external.pico krb5__get_mic.pico krb5__import_name.pico krb5__import_sec_context.pico krb5__indicate_mechs.pico krb5__init.pico krb5__init_sec_context.pico krb5__inquire_context.pico krb5__inquire_cred.pico krb5__inquire_cred_by_mech.pico krb5__inquire_cred_by_oid.pico krb5__inquire_mechs_for_name.pico krb5__inquire_names_for_mech.pico krb5__inquire_sec_context_by_oid.pico krb5__pname_to_uid.pico krb5__process_context_token.pico krb5__prf.pico krb5__release_buffer.pico krb5__release_cred.pico krb5__release_name.pico krb5__sequence.pico krb5__store_cred.pico krb5__set_cred_option.pico krb5__set_sec_context_option.pico krb5__ticket_flags.pico krb5__unwrap.pico krb5__authorize_localname.pico krb5__verify_mic.pico krb5__wrap.pico mech__context.pico mech__doxygen.pico mech__gss_accept_sec_context.pico mech__gss_acquire_cred.pico mech__gss_acquire_cred_ext.pico mech__gss_acquire_cred_with_password.pico mech__gss_add_cred.pico mech__gss_add_cred_with_password.pico mech__gss_add_oid_set_member.pico mech__gss_aeap.pico mech__gss_buffer_set.pico mech__gss_canonicalize_name.pico mech__gss_compare_name.pico mech__gss_context_time.pico mech__gss_create_empty_oid_set.pico mech__gss_cred.pico mech__gss_decapsulate_token.pico mech__gss_delete_name_attribute.pico mech__gss_delete_sec_context.pico mech__gss_display_name.pico mech__gss_display_name_ext.pico mech__gss_display_status.pico mech__gss_duplicate_name.pico mech__gss_duplicate_oid.pico mech__gss_encapsulate_token.pico mech__gss_export_name.pico mech__gss_export_name_composite.pico mech__gss_export_sec_context.pico mech__gss_get_mic.pico mech__gss_get_name_attribute.pico mech__gss_import_name.pico mech__gss_import_sec_context.pico mech__gss_indicate_mechs.pico mech__gss_init_sec_context.pico mech__gss_inquire_context.pico mech__gss_inquire_cred.pico mech__gss_inquire_cred_by_mech.pico mech__gss_inquire_cred_by_oid.pico mech__gss_inquire_mechs_for_name.pico mech__gss_inquire_name.pico mech__gss_inquire_names_for_mech.pico mech__gss_krb5.pico mech__gss_mech_switch.pico mech__gss_mo.pico mech__gss_names.pico mech__gss_oid.pico mech__gss_oid_equal.pico mech__gss_oid_to_str.pico mech__gss_pname_to_uid.pico mech__gss_process_context_token.pico mech__gss_pseudo_random.pico mech__gss_release_buffer.pico mech__gss_release_cred.pico mech__gss_release_name.pico mech__gss_release_oid.pico mech__gss_release_oid_set.pico mech__gss_seal.pico mech__gss_set_cred_option.pico mech__gss_set_name_attribute.pico mech__gss_set_sec_context_option.pico mech__gss_sign.pico mech__gss_store_cred.pico mech__gss_test_oid_set_member.pico mech__gss_unseal.pico mech__gss_unwrap.pico mech__gss_authorize_localname.pico mech__gss_utils.pico mech__gss_verify.pico mech__gss_verify_mic.pico mech__gss_wrap.pico mech__gss_wrap_size_limit.pico mech__gss_inquire_sec_context_by_oid.pico spnego__accept_sec_context.pico spnego__compat.pico spnego__context_stubs.pico spnego__cred_stubs.pico spnego__external.pico spnego__init_sec_context.pico ntlm__accept_sec_context.pico ntlm__acquire_cred.pico ntlm__add_cred.pico ntlm__canonicalize_name.pico ntlm__compare_name.pico ntlm__context_time.pico ntlm__creds.pico ntlm__crypto.pico ntlm__delete_sec_context.pico ntlm__display_name.pico ntlm__display_status.pico ntlm__duplicate_name.pico ntlm__export_name.pico ntlm__export_sec_context.pico ntlm__external.pico ntlm__import_name.pico ntlm__import_sec_context.pico ntlm__indicate_mechs.pico ntlm__init_sec_context.pico ntlm__inquire_context.pico ntlm__inquire_cred_by_mech.pico ntlm__inquire_mechs_for_name.pico ntlm__inquire_names_for_mech.pico ntlm__inquire_sec_context_by_oid.pico ntlm__iter_cred.pico ntlm__process_context_token.pico ntlm__release_cred.pico ntlm__release_name.pico ntlm__kdc.pico gkrb5_err.pico.tmp asn1_ContextFlags.pico.tmp asn1_MechType.pico.tmp asn1_MechTypeList.pico.tmp asn1_NegotiationToken.pico.tmp asn1_NegotiationTokenWin.pico.tmp asn1_NegHints.pico.tmp asn1_NegTokenInit.pico.tmp asn1_NegTokenInitWin.pico.tmp asn1_NegTokenResp.pico.tmp asn1_gssapi_asn1.pico.tmp krb5__8003.pico.tmp krb5__accept_sec_context.pico.tmp krb5__acquire_cred.pico.tmp krb5__add_cred.pico.tmp krb5__address_to_krb5addr.pico.tmp krb5__aeap.pico.tmp krb5__arcfour.pico.tmp krb5__canonicalize_name.pico.tmp krb5__creds.pico.tmp krb5__ccache_name.pico.tmp krb5__cfx.pico.tmp krb5__compare_name.pico.tmp krb5__compat.pico.tmp krb5__context_time.pico.tmp krb5__copy_ccache.pico.tmp krb5__decapsulate.pico.tmp krb5__delete_sec_context.pico.tmp krb5__display_name.pico.tmp krb5__display_status.pico.tmp krb5__duplicate_name.pico.tmp krb5__encapsulate.pico.tmp krb5__export_name.pico.tmp krb5__export_sec_context.pico.tmp krb5__external.pico.tmp krb5__get_mic.pico.tmp krb5__import_name.pico.tmp krb5__import_sec_context.pico.tmp krb5__indicate_mechs.pico.tmp krb5__init.pico.tmp krb5__init_sec_context.pico.tmp krb5__inquire_context.pico.tmp krb5__inquire_cred.pico.tmp krb5__inquire_cred_by_mech.pico.tmp krb5__inquire_cred_by_oid.pico.tmp krb5__inquire_mechs_for_name.pico.tmp krb5__inquire_names_for_mech.pico.tmp krb5__inquire_sec_context_by_oid.pico.tmp krb5__pname_to_uid.pico.tmp krb5__process_context_token.pico.tmp krb5__prf.pico.tmp krb5__release_buffer.pico.tmp krb5__release_cred.pico.tmp krb5__release_name.pico.tmp krb5__sequence.pico.tmp krb5__store_cred.pico.tmp krb5__set_cred_option.pico.tmp krb5__set_sec_context_option.pico.tmp krb5__ticket_flags.pico.tmp krb5__unwrap.pico.tmp krb5__authorize_localname.pico.tmp krb5__verify_mic.pico.tmp krb5__wrap.pico.tmp mech__context.pico.tmp mech__doxygen.pico.tmp mech__gss_accept_sec_context.pico.tmp mech__gss_acquire_cred.pico.tmp mech__gss_acquire_cred_ext.pico.tmp mech__gss_acquire_cred_with_password.pico.tmp mech__gss_add_cred.pico.tmp mech__gss_add_cred_with_password.pico.tmp mech__gss_add_oid_set_member.pico.tmp mech__gss_aeap.pico.tmp mech__gss_buffer_set.pico.tmp mech__gss_canonicalize_name.pico.tmp mech__gss_compare_name.pico.tmp mech__gss_context_time.pico.tmp mech__gss_create_empty_oid_set.pico.tmp mech__gss_cred.pico.tmp mech__gss_decapsulate_token.pico.tmp mech__gss_delete_name_attribute.pico.tmp mech__gss_delete_sec_context.pico.tmp mech__gss_display_name.pico.tmp mech__gss_display_name_ext.pico.tmp mech__gss_display_status.pico.tmp mech__gss_duplicate_name.pico.tmp mech__gss_duplicate_oid.pico.tmp mech__gss_encapsulate_token.pico.tmp mech__gss_export_name.pico.tmp mech__gss_export_name_composite.pico.tmp mech__gss_export_sec_context.pico.tmp mech__gss_get_mic.pico.tmp mech__gss_get_name_attribute.pico.tmp mech__gss_import_name.pico.tmp mech__gss_import_sec_context.pico.tmp mech__gss_indicate_mechs.pico.tmp mech__gss_init_sec_context.pico.tmp mech__gss_inquire_context.pico.tmp mech__gss_inquire_cred.pico.tmp mech__gss_inquire_cred_by_mech.pico.tmp mech__gss_inquire_cred_by_oid.pico.tmp mech__gss_inquire_mechs_for_name.pico.tmp mech__gss_inquire_name.pico.tmp mech__gss_inquire_names_for_mech.pico.tmp mech__gss_krb5.pico.tmp mech__gss_mech_switch.pico.tmp mech__gss_mo.pico.tmp mech__gss_names.pico.tmp mech__gss_oid.pico.tmp mech__gss_oid_equal.pico.tmp mech__gss_oid_to_str.pico.tmp mech__gss_pname_to_uid.pico.tmp mech__gss_process_context_token.pico.tmp mech__gss_pseudo_random.pico.tmp mech__gss_release_buffer.pico.tmp mech__gss_release_cred.pico.tmp mech__gss_release_name.pico.tmp mech__gss_release_oid.pico.tmp mech__gss_release_oid_set.pico.tmp mech__gss_seal.pico.tmp mech__gss_set_cred_option.pico.tmp mech__gss_set_name_attribute.pico.tmp mech__gss_set_sec_context_option.pico.tmp mech__gss_sign.pico.tmp mech__gss_store_cred.pico.tmp mech__gss_test_oid_set_member.pico.tmp mech__gss_unseal.pico.tmp mech__gss_unwrap.pico.tmp mech__gss_authorize_localname.pico.tmp mech__gss_utils.pico.tmp mech__gss_verify.pico.tmp mech__gss_verify_mic.pico.tmp mech__gss_wrap.pico.tmp mech__gss_wrap_size_limit.pico.tmp mech__gss_inquire_sec_context_by_oid.pico.tmp spnego__accept_sec_context.pico.tmp spnego__compat.pico.tmp spnego__context_stubs.pico.tmp spnego__cred_stubs.pico.tmp spnego__external.pico.tmp spnego__init_sec_context.pico.tmp ntlm__accept_sec_context.pico.tmp ntlm__acquire_cred.pico.tmp ntlm__add_cred.pico.tmp ntlm__canonicalize_name.pico.tmp ntlm__compare_name.pico.tmp ntlm__context_time.pico.tmp ntlm__creds.pico.tmp ntlm__crypto.pico.tmp ntlm__delete_sec_context.pico.tmp ntlm__display_name.pico.tmp ntlm__display_status.pico.tmp ntlm__duplicate_name.pico.tmp ntlm__export_name.pico.tmp ntlm__export_sec_context.pico.tmp ntlm__external.pico.tmp ntlm__import_name.pico.tmp ntlm__import_sec_context.pico.tmp ntlm__indicate_mechs.pico.tmp ntlm__init_sec_context.pico.tmp ntlm__inquire_context.pico.tmp ntlm__inquire_cred_by_mech.pico.tmp ntlm__inquire_mechs_for_name.pico.tmp ntlm__inquire_names_for_mech.pico.tmp ntlm__inquire_sec_context_by_oid.pico.tmp ntlm__iter_cred.pico.tmp ntlm__process_context_token.pico.tmp ntlm__release_cred.pico.tmp ntlm__release_name.pico.tmp ntlm__kdc.pico.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfixes && rm -f libXfixes_pic.a libXfixes.so.* libXfixes.so Cursor.pico Disconnect.pico Region.pico SaveSet.pico Selection.pico Xfixes.pico Cursor.pico.tmp Disconnect.pico.tmp Region.pico.tmp SaveSet.pico.tmp Selection.pico.tmp Xfixes.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfixes && rm -f libXfixes_pic.a libXfixes.so.* libXfixes.so Cursor.pico Disconnect.pico Region.pico SaveSet.pico Selection.pico Xfixes.pico Cursor.pico.tmp Disconnect.pico.tmp Region.pico.tmp SaveSet.pico.tmp Selection.pico.tmp Xfixes.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f libgssapi_pic.a libgssapi.so.* libgssapi.so gkrb5_err.pico asn1_ContextFlags.pico asn1_MechType.pico asn1_MechTypeList.pico asn1_NegotiationToken.pico asn1_NegotiationTokenWin.pico asn1_NegHints.pico asn1_NegTokenInit.pico asn1_NegTokenInitWin.pico asn1_NegTokenResp.pico asn1_gssapi_asn1.pico krb5__8003.pico krb5__accept_sec_context.pico krb5__acquire_cred.pico krb5__add_cred.pico krb5__address_to_krb5addr.pico krb5__aeap.pico krb5__arcfour.pico krb5__canonicalize_name.pico krb5__creds.pico krb5__ccache_name.pico krb5__cfx.pico krb5__compare_name.pico krb5__compat.pico krb5__context_time.pico krb5__copy_ccache.pico krb5__decapsulate.pico krb5__delete_sec_context.pico krb5__display_name.pico krb5__display_status.pico krb5__duplicate_name.pico krb5__encapsulate.pico krb5__export_name.pico krb5__export_sec_context.pico krb5__external.pico krb5__get_mic.pico krb5__import_name.pico krb5__import_sec_context.pico krb5__indicate_mechs.pico krb5__init.pico krb5__init_sec_context.pico krb5__inquire_context.pico krb5__inquire_cred.pico krb5__inquire_cred_by_mech.pico krb5__inquire_cred_by_oid.pico krb5__inquire_mechs_for_name.pico krb5__inquire_names_for_mech.pico krb5__inquire_sec_context_by_oid.pico krb5__pname_to_uid.pico krb5__process_context_token.pico krb5__prf.pico krb5__release_buffer.pico krb5__release_cred.pico krb5__release_name.pico krb5__sequence.pico krb5__store_cred.pico krb5__set_cred_option.pico krb5__set_sec_context_option.pico krb5__ticket_flags.pico krb5__unwrap.pico krb5__authorize_localname.pico krb5__verify_mic.pico krb5__wrap.pico mech__context.pico mech__doxygen.pico mech__gss_accept_sec_context.pico mech__gss_acquire_cred.pico mech__gss_acquire_cred_ext.pico mech__gss_acquire_cred_with_password.pico mech__gss_add_cred.pico mech__gss_add_cred_with_password.pico mech__gss_add_oid_set_member.pico mech__gss_aeap.pico mech__gss_buffer_set.pico mech__gss_canonicalize_name.pico mech__gss_compare_name.pico mech__gss_context_time.pico mech__gss_create_empty_oid_set.pico mech__gss_cred.pico mech__gss_decapsulate_token.pico mech__gss_delete_name_attribute.pico mech__gss_delete_sec_context.pico mech__gss_display_name.pico mech__gss_display_name_ext.pico mech__gss_display_status.pico mech__gss_duplicate_name.pico mech__gss_duplicate_oid.pico mech__gss_encapsulate_token.pico mech__gss_export_name.pico mech__gss_export_name_composite.pico mech__gss_export_sec_context.pico mech__gss_get_mic.pico mech__gss_get_name_attribute.pico mech__gss_import_name.pico mech__gss_import_sec_context.pico mech__gss_indicate_mechs.pico mech__gss_init_sec_context.pico mech__gss_inquire_context.pico mech__gss_inquire_cred.pico mech__gss_inquire_cred_by_mech.pico mech__gss_inquire_cred_by_oid.pico mech__gss_inquire_mechs_for_name.pico mech__gss_inquire_name.pico mech__gss_inquire_names_for_mech.pico mech__gss_krb5.pico mech__gss_mech_switch.pico mech__gss_mo.pico mech__gss_names.pico mech__gss_oid.pico mech__gss_oid_equal.pico mech__gss_oid_to_str.pico mech__gss_pname_to_uid.pico mech__gss_process_context_token.pico mech__gss_pseudo_random.pico mech__gss_release_buffer.pico mech__gss_release_cred.pico mech__gss_release_name.pico mech__gss_release_oid.pico mech__gss_release_oid_set.pico mech__gss_seal.pico mech__gss_set_cred_option.pico mech__gss_set_name_attribute.pico mech__gss_set_sec_context_option.pico mech__gss_sign.pico mech__gss_store_cred.pico mech__gss_test_oid_set_member.pico mech__gss_unseal.pico mech__gss_unwrap.pico mech__gss_authorize_localname.pico mech__gss_utils.pico mech__gss_verify.pico mech__gss_verify_mic.pico mech__gss_wrap.pico mech__gss_wrap_size_limit.pico mech__gss_inquire_sec_context_by_oid.pico spnego__accept_sec_context.pico spnego__compat.pico spnego__context_stubs.pico spnego__cred_stubs.pico spnego__external.pico spnego__init_sec_context.pico ntlm__accept_sec_context.pico ntlm__acquire_cred.pico ntlm__add_cred.pico ntlm__canonicalize_name.pico ntlm__compare_name.pico ntlm__context_time.pico ntlm__creds.pico ntlm__crypto.pico ntlm__delete_sec_context.pico ntlm__display_name.pico ntlm__display_status.pico ntlm__duplicate_name.pico ntlm__export_name.pico ntlm__export_sec_context.pico ntlm__external.pico ntlm__import_name.pico ntlm__import_sec_context.pico ntlm__indicate_mechs.pico ntlm__init_sec_context.pico ntlm__inquire_context.pico ntlm__inquire_cred_by_mech.pico ntlm__inquire_mechs_for_name.pico ntlm__inquire_names_for_mech.pico ntlm__inquire_sec_context_by_oid.pico ntlm__iter_cred.pico ntlm__process_context_token.pico ntlm__release_cred.pico ntlm__release_name.pico ntlm__kdc.pico gkrb5_err.pico.tmp asn1_ContextFlags.pico.tmp asn1_MechType.pico.tmp asn1_MechTypeList.pico.tmp asn1_NegotiationToken.pico.tmp asn1_NegotiationTokenWin.pico.tmp asn1_NegHints.pico.tmp asn1_NegTokenInit.pico.tmp asn1_NegTokenInitWin.pico.tmp asn1_NegTokenResp.pico.tmp asn1_gssapi_asn1.pico.tmp krb5__8003.pico.tmp krb5__accept_sec_context.pico.tmp krb5__acquire_cred.pico.tmp krb5__add_cred.pico.tmp krb5__address_to_krb5addr.pico.tmp krb5__aeap.pico.tmp krb5__arcfour.pico.tmp krb5__canonicalize_name.pico.tmp krb5__creds.pico.tmp krb5__ccache_name.pico.tmp krb5__cfx.pico.tmp krb5__compare_name.pico.tmp krb5__compat.pico.tmp krb5__context_time.pico.tmp krb5__copy_ccache.pico.tmp krb5__decapsulate.pico.tmp krb5__delete_sec_context.pico.tmp krb5__display_name.pico.tmp krb5__display_status.pico.tmp krb5__duplicate_name.pico.tmp krb5__encapsulate.pico.tmp krb5__export_name.pico.tmp krb5__export_sec_context.pico.tmp krb5__external.pico.tmp krb5__get_mic.pico.tmp krb5__import_name.pico.tmp krb5__import_sec_context.pico.tmp krb5__indicate_mechs.pico.tmp krb5__init.pico.tmp krb5__init_sec_context.pico.tmp krb5__inquire_context.pico.tmp krb5__inquire_cred.pico.tmp krb5__inquire_cred_by_mech.pico.tmp krb5__inquire_cred_by_oid.pico.tmp krb5__inquire_mechs_for_name.pico.tmp krb5__inquire_names_for_mech.pico.tmp krb5__inquire_sec_context_by_oid.pico.tmp krb5__pname_to_uid.pico.tmp krb5__process_context_token.pico.tmp krb5__prf.pico.tmp krb5__release_buffer.pico.tmp krb5__release_cred.pico.tmp krb5__release_name.pico.tmp krb5__sequence.pico.tmp krb5__store_cred.pico.tmp krb5__set_cred_option.pico.tmp krb5__set_sec_context_option.pico.tmp krb5__ticket_flags.pico.tmp krb5__unwrap.pico.tmp krb5__authorize_localname.pico.tmp krb5__verify_mic.pico.tmp krb5__wrap.pico.tmp mech__context.pico.tmp mech__doxygen.pico.tmp mech__gss_accept_sec_context.pico.tmp mech__gss_acquire_cred.pico.tmp mech__gss_acquire_cred_ext.pico.tmp mech__gss_acquire_cred_with_password.pico.tmp mech__gss_add_cred.pico.tmp mech__gss_add_cred_with_password.pico.tmp mech__gss_add_oid_set_member.pico.tmp mech__gss_aeap.pico.tmp mech__gss_buffer_set.pico.tmp mech__gss_canonicalize_name.pico.tmp mech__gss_compare_name.pico.tmp mech__gss_context_time.pico.tmp mech__gss_create_empty_oid_set.pico.tmp mech__gss_cred.pico.tmp mech__gss_decapsulate_token.pico.tmp mech__gss_delete_name_attribute.pico.tmp mech__gss_delete_sec_context.pico.tmp mech__gss_display_name.pico.tmp mech__gss_display_name_ext.pico.tmp mech__gss_display_status.pico.tmp mech__gss_duplicate_name.pico.tmp mech__gss_duplicate_oid.pico.tmp mech__gss_encapsulate_token.pico.tmp mech__gss_export_name.pico.tmp mech__gss_export_name_composite.pico.tmp mech__gss_export_sec_context.pico.tmp mech__gss_get_mic.pico.tmp mech__gss_get_name_attribute.pico.tmp mech__gss_import_name.pico.tmp mech__gss_import_sec_context.pico.tmp mech__gss_indicate_mechs.pico.tmp mech__gss_init_sec_context.pico.tmp mech__gss_inquire_context.pico.tmp mech__gss_inquire_cred.pico.tmp mech__gss_inquire_cred_by_mech.pico.tmp mech__gss_inquire_cred_by_oid.pico.tmp mech__gss_inquire_mechs_for_name.pico.tmp mech__gss_inquire_name.pico.tmp mech__gss_inquire_names_for_mech.pico.tmp mech__gss_krb5.pico.tmp mech__gss_mech_switch.pico.tmp mech__gss_mo.pico.tmp mech__gss_names.pico.tmp mech__gss_oid.pico.tmp mech__gss_oid_equal.pico.tmp mech__gss_oid_to_str.pico.tmp mech__gss_pname_to_uid.pico.tmp mech__gss_process_context_token.pico.tmp mech__gss_pseudo_random.pico.tmp mech__gss_release_buffer.pico.tmp mech__gss_release_cred.pico.tmp mech__gss_release_name.pico.tmp mech__gss_release_oid.pico.tmp mech__gss_release_oid_set.pico.tmp mech__gss_seal.pico.tmp mech__gss_set_cred_option.pico.tmp mech__gss_set_name_attribute.pico.tmp mech__gss_set_sec_context_option.pico.tmp mech__gss_sign.pico.tmp mech__gss_store_cred.pico.tmp mech__gss_test_oid_set_member.pico.tmp mech__gss_unseal.pico.tmp mech__gss_unwrap.pico.tmp mech__gss_authorize_localname.pico.tmp mech__gss_utils.pico.tmp mech__gss_verify.pico.tmp mech__gss_verify_mic.pico.tmp mech__gss_wrap.pico.tmp mech__gss_wrap_size_limit.pico.tmp mech__gss_inquire_sec_context_by_oid.pico.tmp spnego__accept_sec_context.pico.tmp spnego__compat.pico.tmp spnego__context_stubs.pico.tmp spnego__cred_stubs.pico.tmp spnego__external.pico.tmp spnego__init_sec_context.pico.tmp ntlm__accept_sec_context.pico.tmp ntlm__acquire_cred.pico.tmp ntlm__add_cred.pico.tmp ntlm__canonicalize_name.pico.tmp ntlm__compare_name.pico.tmp ntlm__context_time.pico.tmp ntlm__creds.pico.tmp ntlm__crypto.pico.tmp ntlm__delete_sec_context.pico.tmp ntlm__display_name.pico.tmp ntlm__display_status.pico.tmp ntlm__duplicate_name.pico.tmp ntlm__export_name.pico.tmp ntlm__export_sec_context.pico.tmp ntlm__external.pico.tmp ntlm__import_name.pico.tmp ntlm__import_sec_context.pico.tmp ntlm__indicate_mechs.pico.tmp ntlm__init_sec_context.pico.tmp ntlm__inquire_context.pico.tmp ntlm__inquire_cred_by_mech.pico.tmp ntlm__inquire_mechs_for_name.pico.tmp ntlm__inquire_names_for_mech.pico.tmp ntlm__inquire_sec_context_by_oid.pico.tmp ntlm__iter_cred.pico.tmp ntlm__process_context_token.pico.tmp ntlm__release_cred.pico.tmp ntlm__release_name.pico.tmp ntlm__kdc.pico.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfixes && rm -f llib-lXfixes.ln Cursor.ln Disconnect.ln Region.ln SaveSet.ln Selection.ln Xfixes.ln || true) --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfixes && rm -f llib-lXfixes.ln Cursor.ln Disconnect.ln Region.ln SaveSet.ln Selection.ln Xfixes.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f llib-lgssapi.ln krb5__8003.ln krb5__accept_sec_context.ln krb5__acquire_cred.ln krb5__add_cred.ln krb5__address_to_krb5addr.ln krb5__aeap.ln krb5__arcfour.ln krb5__canonicalize_name.ln krb5__creds.ln krb5__ccache_name.ln krb5__cfx.ln krb5__compare_name.ln krb5__compat.ln krb5__context_time.ln krb5__copy_ccache.ln krb5__decapsulate.ln krb5__delete_sec_context.ln krb5__display_name.ln krb5__display_status.ln krb5__duplicate_name.ln krb5__encapsulate.ln krb5__export_name.ln krb5__export_sec_context.ln krb5__external.ln krb5__get_mic.ln krb5__import_name.ln krb5__import_sec_context.ln krb5__indicate_mechs.ln krb5__init.ln krb5__init_sec_context.ln krb5__inquire_context.ln krb5__inquire_cred.ln krb5__inquire_cred_by_mech.ln krb5__inquire_cred_by_oid.ln krb5__inquire_mechs_for_name.ln krb5__inquire_names_for_mech.ln krb5__inquire_sec_context_by_oid.ln krb5__pname_to_uid.ln krb5__process_context_token.ln krb5__prf.ln krb5__release_buffer.ln krb5__release_cred.ln krb5__release_name.ln krb5__sequence.ln krb5__store_cred.ln krb5__set_cred_option.ln krb5__set_sec_context_option.ln krb5__ticket_flags.ln krb5__unwrap.ln krb5__authorize_localname.ln krb5__verify_mic.ln krb5__wrap.ln mech__context.ln mech__doxygen.ln mech__gss_accept_sec_context.ln mech__gss_acquire_cred.ln mech__gss_acquire_cred_ext.ln mech__gss_acquire_cred_with_password.ln mech__gss_add_cred.ln mech__gss_add_cred_with_password.ln mech__gss_add_oid_set_member.ln mech__gss_aeap.ln mech__gss_buffer_set.ln mech__gss_canonicalize_name.ln mech__gss_compare_name.ln mech__gss_context_time.ln mech__gss_create_empty_oid_set.ln mech__gss_cred.ln mech__gss_decapsulate_token.ln mech__gss_delete_name_attribute.ln mech__gss_delete_sec_context.ln mech__gss_display_name.ln mech__gss_display_name_ext.ln mech__gss_display_status.ln mech__gss_duplicate_name.ln mech__gss_duplicate_oid.ln mech__gss_encapsulate_token.ln mech__gss_export_name.ln mech__gss_export_name_composite.ln mech__gss_export_sec_context.ln mech__gss_get_mic.ln mech__gss_get_name_attribute.ln mech__gss_import_name.ln mech__gss_import_sec_context.ln mech__gss_indicate_mechs.ln mech__gss_init_sec_context.ln mech__gss_inquire_context.ln mech__gss_inquire_cred.ln mech__gss_inquire_cred_by_mech.ln mech__gss_inquire_cred_by_oid.ln mech__gss_inquire_mechs_for_name.ln mech__gss_inquire_name.ln mech__gss_inquire_names_for_mech.ln mech__gss_krb5.ln mech__gss_mech_switch.ln mech__gss_mo.ln mech__gss_names.ln mech__gss_oid.ln mech__gss_oid_equal.ln mech__gss_oid_to_str.ln mech__gss_pname_to_uid.ln mech__gss_process_context_token.ln mech__gss_pseudo_random.ln mech__gss_release_buffer.ln mech__gss_release_cred.ln mech__gss_release_name.ln mech__gss_release_oid.ln mech__gss_release_oid_set.ln mech__gss_seal.ln mech__gss_set_cred_option.ln mech__gss_set_name_attribute.ln mech__gss_set_sec_context_option.ln mech__gss_sign.ln mech__gss_store_cred.ln mech__gss_test_oid_set_member.ln mech__gss_unseal.ln mech__gss_unwrap.ln mech__gss_authorize_localname.ln mech__gss_utils.ln mech__gss_verify.ln mech__gss_verify_mic.ln mech__gss_wrap.ln mech__gss_wrap_size_limit.ln mech__gss_inquire_sec_context_by_oid.ln spnego__accept_sec_context.ln spnego__compat.ln spnego__context_stubs.ln spnego__cred_stubs.ln spnego__external.ln spnego__init_sec_context.ln ntlm__accept_sec_context.ln ntlm__acquire_cred.ln ntlm__add_cred.ln ntlm__canonicalize_name.ln ntlm__compare_name.ln ntlm__context_time.ln ntlm__creds.ln ntlm__crypto.ln ntlm__delete_sec_context.ln ntlm__display_name.ln ntlm__display_status.ln ntlm__duplicate_name.ln ntlm__export_name.ln ntlm__export_sec_context.ln ntlm__external.ln ntlm__import_name.ln ntlm__import_sec_context.ln ntlm__indicate_mechs.ln ntlm__init_sec_context.ln ntlm__inquire_context.ln ntlm__inquire_cred_by_mech.ln ntlm__inquire_mechs_for_name.ln ntlm__inquire_names_for_mech.ln ntlm__inquire_sec_context_by_oid.ln ntlm__iter_cred.ln ntlm__process_context_token.ln ntlm__release_cred.ln ntlm__release_name.ln ntlm__kdc.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f llib-lgssapi.ln krb5__8003.ln krb5__accept_sec_context.ln krb5__acquire_cred.ln krb5__add_cred.ln krb5__address_to_krb5addr.ln krb5__aeap.ln krb5__arcfour.ln krb5__canonicalize_name.ln krb5__creds.ln krb5__ccache_name.ln krb5__cfx.ln krb5__compare_name.ln krb5__compat.ln krb5__context_time.ln krb5__copy_ccache.ln krb5__decapsulate.ln krb5__delete_sec_context.ln krb5__display_name.ln krb5__display_status.ln krb5__duplicate_name.ln krb5__encapsulate.ln krb5__export_name.ln krb5__export_sec_context.ln krb5__external.ln krb5__get_mic.ln krb5__import_name.ln krb5__import_sec_context.ln krb5__indicate_mechs.ln krb5__init.ln krb5__init_sec_context.ln krb5__inquire_context.ln krb5__inquire_cred.ln krb5__inquire_cred_by_mech.ln krb5__inquire_cred_by_oid.ln krb5__inquire_mechs_for_name.ln krb5__inquire_names_for_mech.ln krb5__inquire_sec_context_by_oid.ln krb5__pname_to_uid.ln krb5__process_context_token.ln krb5__prf.ln krb5__release_buffer.ln krb5__release_cred.ln krb5__release_name.ln krb5__sequence.ln krb5__store_cred.ln krb5__set_cred_option.ln krb5__set_sec_context_option.ln krb5__ticket_flags.ln krb5__unwrap.ln krb5__authorize_localname.ln krb5__verify_mic.ln krb5__wrap.ln mech__context.ln mech__doxygen.ln mech__gss_accept_sec_context.ln mech__gss_acquire_cred.ln mech__gss_acquire_cred_ext.ln mech__gss_acquire_cred_with_password.ln mech__gss_add_cred.ln mech__gss_add_cred_with_password.ln mech__gss_add_oid_set_member.ln mech__gss_aeap.ln mech__gss_buffer_set.ln mech__gss_canonicalize_name.ln mech__gss_compare_name.ln mech__gss_context_time.ln mech__gss_create_empty_oid_set.ln mech__gss_cred.ln mech__gss_decapsulate_token.ln mech__gss_delete_name_attribute.ln mech__gss_delete_sec_context.ln mech__gss_display_name.ln mech__gss_display_name_ext.ln mech__gss_display_status.ln mech__gss_duplicate_name.ln mech__gss_duplicate_oid.ln mech__gss_encapsulate_token.ln mech__gss_export_name.ln mech__gss_export_name_composite.ln mech__gss_export_sec_context.ln mech__gss_get_mic.ln mech__gss_get_name_attribute.ln mech__gss_import_name.ln mech__gss_import_sec_context.ln mech__gss_indicate_mechs.ln mech__gss_init_sec_context.ln mech__gss_inquire_context.ln mech__gss_inquire_cred.ln mech__gss_inquire_cred_by_mech.ln mech__gss_inquire_cred_by_oid.ln mech__gss_inquire_mechs_for_name.ln mech__gss_inquire_name.ln mech__gss_inquire_names_for_mech.ln mech__gss_krb5.ln mech__gss_mech_switch.ln mech__gss_mo.ln mech__gss_names.ln mech__gss_oid.ln mech__gss_oid_equal.ln mech__gss_oid_to_str.ln mech__gss_pname_to_uid.ln mech__gss_process_context_token.ln mech__gss_pseudo_random.ln mech__gss_release_buffer.ln mech__gss_release_cred.ln mech__gss_release_name.ln mech__gss_release_oid.ln mech__gss_release_oid_set.ln mech__gss_seal.ln mech__gss_set_cred_option.ln mech__gss_set_name_attribute.ln mech__gss_set_sec_context_option.ln mech__gss_sign.ln mech__gss_store_cred.ln mech__gss_test_oid_set_member.ln mech__gss_unseal.ln mech__gss_unwrap.ln mech__gss_authorize_localname.ln mech__gss_utils.ln mech__gss_verify.ln mech__gss_verify_mic.ln mech__gss_wrap.ln mech__gss_wrap_size_limit.ln mech__gss_inquire_sec_context_by_oid.ln spnego__accept_sec_context.ln spnego__compat.ln spnego__context_stubs.ln spnego__cred_stubs.ln spnego__external.ln spnego__init_sec_context.ln ntlm__accept_sec_context.ln ntlm__acquire_cred.ln ntlm__add_cred.ln ntlm__canonicalize_name.ln ntlm__compare_name.ln ntlm__context_time.ln ntlm__creds.ln ntlm__crypto.ln ntlm__delete_sec_context.ln ntlm__display_name.ln ntlm__display_status.ln ntlm__duplicate_name.ln ntlm__export_name.ln ntlm__export_sec_context.ln ntlm__external.ln ntlm__import_name.ln ntlm__import_sec_context.ln ntlm__indicate_mechs.ln ntlm__init_sec_context.ln ntlm__inquire_context.ln ntlm__inquire_cred_by_mech.ln ntlm__inquire_mechs_for_name.ln ntlm__inquire_names_for_mech.ln ntlm__inquire_sec_context_by_oid.ln ntlm__iter_cred.ln ntlm__process_context_token.ln ntlm__release_cred.ln ntlm__release_name.ln ntlm__kdc.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfixes && rm -f Xfixes.3 Xfixes.html3 .depend Cursor.d Disconnect.d Region.d SaveSet.d Selection.d Xfixes.d Cursor.d.tmp Disconnect.d.tmp Region.d.tmp SaveSet.d.tmp Selection.d.tmp Xfixes.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfixes && rm -f Xfixes.3 Xfixes.html3 .depend Cursor.d Disconnect.d Region.d SaveSet.d Selection.d Xfixes.d Cursor.d.tmp Disconnect.d.tmp Region.d.tmp SaveSet.d.tmp Selection.d.tmp Xfixes.d.tmp tags || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f krb5__8003.c krb5__accept_sec_context.c krb5__acquire_cred.c krb5__add_cred.c krb5__address_to_krb5addr.c krb5__aeap.c krb5__arcfour.c krb5__canonicalize_name.c krb5__creds.c krb5__ccache_name.c krb5__cfx.c krb5__compare_name.c krb5__compat.c krb5__context_time.c krb5__copy_ccache.c krb5__decapsulate.c krb5__delete_sec_context.c krb5__display_name.c krb5__display_status.c krb5__duplicate_name.c krb5__encapsulate.c krb5__export_name.c krb5__export_sec_context.c krb5__external.c krb5__get_mic.c krb5__import_name.c krb5__import_sec_context.c krb5__indicate_mechs.c krb5__init.c krb5__init_sec_context.c krb5__inquire_context.c krb5__inquire_cred.c krb5__inquire_cred_by_mech.c krb5__inquire_cred_by_oid.c krb5__inquire_mechs_for_name.c krb5__inquire_names_for_mech.c krb5__inquire_sec_context_by_oid.c krb5__pname_to_uid.c krb5__process_context_token.c krb5__prf.c krb5__release_buffer.c krb5__release_cred.c krb5__release_name.c krb5__sequence.c krb5__store_cred.c krb5__set_cred_option.c krb5__set_sec_context_option.c krb5__ticket_flags.c krb5__unwrap.c krb5__authorize_localname.c krb5__verify_mic.c krb5__wrap.c mech__context.c mech__doxygen.c mech__gss_accept_sec_context.c mech__gss_acquire_cred.c mech__gss_acquire_cred_ext.c mech__gss_acquire_cred_with_password.c mech__gss_add_cred.c mech__gss_add_cred_with_password.c mech__gss_add_oid_set_member.c mech__gss_aeap.c mech__gss_buffer_set.c mech__gss_canonicalize_name.c mech__gss_compare_name.c mech__gss_context_time.c mech__gss_create_empty_oid_set.c mech__gss_cred.c mech__gss_decapsulate_token.c mech__gss_delete_name_attribute.c mech__gss_delete_sec_context.c mech__gss_display_name.c mech__gss_display_name_ext.c mech__gss_display_status.c mech__gss_duplicate_name.c mech__gss_duplicate_oid.c mech__gss_encapsulate_token.c mech__gss_export_name.c mech__gss_export_name_composite.c mech__gss_export_sec_context.c mech__gss_get_mic.c mech__gss_get_name_attribute.c mech__gss_import_name.c mech__gss_import_sec_context.c mech__gss_indicate_mechs.c mech__gss_init_sec_context.c mech__gss_inquire_context.c mech__gss_inquire_cred.c mech__gss_inquire_cred_by_mech.c mech__gss_inquire_cred_by_oid.c mech__gss_inquire_mechs_for_name.c mech__gss_inquire_name.c mech__gss_inquire_names_for_mech.c mech__gss_krb5.c mech__gss_mech_switch.c mech__gss_mo.c mech__gss_names.c mech__gss_oid.c mech__gss_oid_equal.c mech__gss_oid_to_str.c mech__gss_pname_to_uid.c mech__gss_process_context_token.c mech__gss_pseudo_random.c mech__gss_release_buffer.c mech__gss_release_cred.c mech__gss_release_name.c mech__gss_release_oid.c mech__gss_release_oid_set.c mech__gss_seal.c mech__gss_set_cred_option.c mech__gss_set_name_attribute.c mech__gss_set_sec_context_option.c mech__gss_sign.c mech__gss_store_cred.c mech__gss_test_oid_set_member.c mech__gss_unseal.c mech__gss_unwrap.c mech__gss_authorize_localname.c mech__gss_utils.c mech__gss_verify.c mech__gss_verify_mic.c mech__gss_wrap.c mech__gss_wrap_size_limit.c mech__gss_inquire_sec_context_by_oid.c spnego__accept_sec_context.c spnego__compat.c spnego__context_stubs.c spnego__cred_stubs.c spnego__external.c spnego__init_sec_context.c ntlm__accept_sec_context.c ntlm__acquire_cred.c ntlm__add_cred.c ntlm__canonicalize_name.c ntlm__compare_name.c ntlm__context_time.c ntlm__creds.c ntlm__crypto.c ntlm__delete_sec_context.c ntlm__display_name.c ntlm__display_status.c ntlm__duplicate_name.c ntlm__export_name.c ntlm__export_sec_context.c ntlm__external.c ntlm__import_name.c ntlm__import_sec_context.c ntlm__indicate_mechs.c ntlm__init_sec_context.c ntlm__inquire_context.c ntlm__inquire_cred_by_mech.c ntlm__inquire_mechs_for_name.c ntlm__inquire_names_for_mech.c ntlm__inquire_sec_context_by_oid.c ntlm__iter_cred.c ntlm__process_context_token.c ntlm__release_cred.c ntlm__release_name.c ntlm__kdc.c gkrb5_err.c gkrb5_err.h spnego_asn1_files spnego_asn1-template.c spnego_asn1-template.x asn1_ContextFlags.x asn1_MechType.x asn1_MechTypeList.x asn1_NegotiationToken.x asn1_NegotiationTokenWin.x asn1_NegHints.x asn1_NegTokenInit.x asn1_NegTokenInitWin.x asn1_NegTokenResp.x asn1_ContextFlags.c asn1_MechType.c asn1_MechTypeList.c asn1_NegotiationToken.c asn1_NegotiationTokenWin.c asn1_NegHints.c asn1_NegTokenInit.c asn1_NegTokenInitWin.c asn1_NegTokenResp.c spnego_asn1.h spnego_asn1.hx spnego_asn1-priv.h spnego_asn1-priv.hx spnego.ts gssapi_asn1_files gssapi_asn1-template.c gssapi_asn1-template.x asn1_gssapi_asn1.x asn1_gssapi_asn1.c gssapi_asn1.h gssapi_asn1.hx gssapi_asn1-priv.h gssapi_asn1-priv.hx gssapi.ts libgssapi.so.12.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-libXt --- cleandir ===> external/mit/xorg/lib/libXt --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f krb5__8003.c krb5__accept_sec_context.c krb5__acquire_cred.c krb5__add_cred.c krb5__address_to_krb5addr.c krb5__aeap.c krb5__arcfour.c krb5__canonicalize_name.c krb5__creds.c krb5__ccache_name.c krb5__cfx.c krb5__compare_name.c krb5__compat.c krb5__context_time.c krb5__copy_ccache.c krb5__decapsulate.c krb5__delete_sec_context.c krb5__display_name.c krb5__display_status.c krb5__duplicate_name.c krb5__encapsulate.c krb5__export_name.c krb5__export_sec_context.c krb5__external.c krb5__get_mic.c krb5__import_name.c krb5__import_sec_context.c krb5__indicate_mechs.c krb5__init.c krb5__init_sec_context.c krb5__inquire_context.c krb5__inquire_cred.c krb5__inquire_cred_by_mech.c krb5__inquire_cred_by_oid.c krb5__inquire_mechs_for_name.c krb5__inquire_names_for_mech.c krb5__inquire_sec_context_by_oid.c krb5__pname_to_uid.c krb5__process_context_token.c krb5__prf.c krb5__release_buffer.c krb5__release_cred.c krb5__release_name.c krb5__sequence.c krb5__store_cred.c krb5__set_cred_option.c krb5__set_sec_context_option.c krb5__ticket_flags.c krb5__unwrap.c krb5__authorize_localname.c krb5__verify_mic.c krb5__wrap.c mech__context.c mech__doxygen.c mech__gss_accept_sec_context.c mech__gss_acquire_cred.c mech__gss_acquire_cred_ext.c mech__gss_acquire_cred_with_password.c mech__gss_add_cred.c mech__gss_add_cred_with_password.c mech__gss_add_oid_set_member.c mech__gss_aeap.c mech__gss_buffer_set.c mech__gss_canonicalize_name.c mech__gss_compare_name.c mech__gss_context_time.c mech__gss_create_empty_oid_set.c mech__gss_cred.c mech__gss_decapsulate_token.c mech__gss_delete_name_attribute.c mech__gss_delete_sec_context.c mech__gss_display_name.c mech__gss_display_name_ext.c mech__gss_display_status.c mech__gss_duplicate_name.c mech__gss_duplicate_oid.c mech__gss_encapsulate_token.c mech__gss_export_name.c mech__gss_export_name_composite.c mech__gss_export_sec_context.c mech__gss_get_mic.c mech__gss_get_name_attribute.c mech__gss_import_name.c mech__gss_import_sec_context.c mech__gss_indicate_mechs.c mech__gss_init_sec_context.c mech__gss_inquire_context.c mech__gss_inquire_cred.c mech__gss_inquire_cred_by_mech.c mech__gss_inquire_cred_by_oid.c mech__gss_inquire_mechs_for_name.c mech__gss_inquire_name.c mech__gss_inquire_names_for_mech.c mech__gss_krb5.c mech__gss_mech_switch.c mech__gss_mo.c mech__gss_names.c mech__gss_oid.c mech__gss_oid_equal.c mech__gss_oid_to_str.c mech__gss_pname_to_uid.c mech__gss_process_context_token.c mech__gss_pseudo_random.c mech__gss_release_buffer.c mech__gss_release_cred.c mech__gss_release_name.c mech__gss_release_oid.c mech__gss_release_oid_set.c mech__gss_seal.c mech__gss_set_cred_option.c mech__gss_set_name_attribute.c mech__gss_set_sec_context_option.c mech__gss_sign.c mech__gss_store_cred.c mech__gss_test_oid_set_member.c mech__gss_unseal.c mech__gss_unwrap.c mech__gss_authorize_localname.c mech__gss_utils.c mech__gss_verify.c mech__gss_verify_mic.c mech__gss_wrap.c mech__gss_wrap_size_limit.c mech__gss_inquire_sec_context_by_oid.c spnego__accept_sec_context.c spnego__compat.c spnego__context_stubs.c spnego__cred_stubs.c spnego__external.c spnego__init_sec_context.c ntlm__accept_sec_context.c ntlm__acquire_cred.c ntlm__add_cred.c ntlm__canonicalize_name.c ntlm__compare_name.c ntlm__context_time.c ntlm__creds.c ntlm__crypto.c ntlm__delete_sec_context.c ntlm__display_name.c ntlm__display_status.c ntlm__duplicate_name.c ntlm__export_name.c ntlm__export_sec_context.c ntlm__external.c ntlm__import_name.c ntlm__import_sec_context.c ntlm__indicate_mechs.c ntlm__init_sec_context.c ntlm__inquire_context.c ntlm__inquire_cred_by_mech.c ntlm__inquire_mechs_for_name.c ntlm__inquire_names_for_mech.c ntlm__inquire_sec_context_by_oid.c ntlm__iter_cred.c ntlm__process_context_token.c ntlm__release_cred.c ntlm__release_name.c ntlm__kdc.c gkrb5_err.c gkrb5_err.h spnego_asn1_files spnego_asn1-template.c spnego_asn1-template.x asn1_ContextFlags.x asn1_MechType.x asn1_MechTypeList.x asn1_NegotiationToken.x asn1_NegotiationTokenWin.x asn1_NegHints.x asn1_NegTokenInit.x asn1_NegTokenInitWin.x asn1_NegTokenResp.x asn1_ContextFlags.c asn1_MechType.c asn1_MechTypeList.c asn1_NegotiationToken.c asn1_NegotiationTokenWin.c asn1_NegHints.c asn1_NegTokenInit.c asn1_NegTokenInitWin.c asn1_NegTokenResp.c spnego_asn1.h spnego_asn1.hx spnego_asn1-priv.h spnego_asn1-priv.hx spnego.ts gssapi_asn1_files gssapi_asn1-template.c gssapi_asn1-template.x asn1_gssapi_asn1.x asn1_gssapi_asn1.c gssapi_asn1.h gssapi_asn1.hx gssapi_asn1-priv.h gssapi_asn1-priv.hx gssapi.ts libgssapi.so.12.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libgssapi && rm -f gssapi.html3 gss_acquire_cred.html3 mech.html5 krb5__8003.c krb5__accept_sec_context.c krb5__acquire_cred.c krb5__add_cred.c krb5__address_to_krb5addr.c krb5__aeap.c krb5__arcfour.c krb5__canonicalize_name.c krb5__creds.c krb5__ccache_name.c krb5__cfx.c krb5__compare_name.c krb5__compat.c krb5__context_time.c krb5__copy_ccache.c krb5__decapsulate.c krb5__delete_sec_context.c krb5__display_name.c krb5__display_status.c krb5__duplicate_name.c krb5__encapsulate.c krb5__export_name.c krb5__export_sec_context.c krb5__external.c krb5__get_mic.c krb5__import_name.c krb5__import_sec_context.c krb5__indicate_mechs.c krb5__init.c krb5__init_sec_context.c krb5__inquire_context.c krb5__inquire_cred.c krb5__inquire_cred_by_mech.c krb5__inquire_cred_by_oid.c krb5__inquire_mechs_for_name.c krb5__inquire_names_for_mech.c krb5__inquire_sec_context_by_oid.c krb5__pname_to_uid.c krb5__process_context_token.c krb5__prf.c krb5__release_buffer.c krb5__release_cred.c krb5__release_name.c krb5__sequence.c krb5__store_cred.c krb5__set_cred_option.c krb5__set_sec_context_option.c krb5__ticket_flags.c krb5__unwrap.c krb5__authorize_localname.c krb5__verify_mic.c krb5__wrap.c mech__context.c mech__doxygen.c mech__gss_accept_sec_context.c mech__gss_acquire_cred.c mech__gss_acquire_cred_ext.c mech__gss_acquire_cred_with_password.c mech__gss_add_cred.c mech__gss_add_cred_with_password.c mech__gss_add_oid_set_member.c mech__gss_aeap.c mech__gss_buffer_set.c mech__gss_canonicalize_name.c mech__gss_compare_name.c mech__gss_context_time.c mech__gss_create_empty_oid_set.c mech__gss_cred.c mech__gss_decapsulate_token.c mech__gss_delete_name_attribute.c mech__gss_delete_sec_context.c mech__gss_display_name.c mech__gss_display_name_ext.c mech__gss_display_status.c mech__gss_duplicate_name.c mech__gss_duplicate_oid.c mech__gss_encapsulate_token.c mech__gss_export_name.c mech__gss_export_name_composite.c mech__gss_export_sec_context.c mech__gss_get_mic.c mech__gss_get_name_attribute.c mech__gss_import_name.c mech__gss_import_sec_context.c mech__gss_indicate_mechs.c mech__gss_init_sec_context.c mech__gss_inquire_context.c mech__gss_inquire_cred.c mech__gss_inquire_cred_by_mech.c mech__gss_inquire_cred_by_oid.c mech__gss_inquire_mechs_for_name.c mech__gss_inquire_name.c mech__gss_inquire_names_for_mech.c mech__gss_krb5.c mech__gss_mech_switch.c mech__gss_mo.c mech__gss_names.c mech__gss_oid.c mech__gss_oid_equal.c mech__gss_oid_to_str.c mech__gss_pname_to_uid.c mech__gss_process_context_token.c mech__gss_pseudo_random.c mech__gss_release_buffer.c mech__gss_release_cred.c mech__gss_release_name.c mech__gss_release_oid.c mech__gss_release_oid_set.c mech__gss_seal.c mech__gss_set_cred_option.c mech__gss_set_name_attribute.c mech__gss_set_sec_context_option.c mech__gss_sign.c mech__gss_store_cred.c mech__gss_test_oid_set_member.c mech__gss_unseal.c mech__gss_unwrap.c mech__gss_authorize_localname.c mech__gss_utils.c mech__gss_verify.c mech__gss_verify_mic.c mech__gss_wrap.c mech__gss_wrap_size_limit.c mech__gss_inquire_sec_context_by_oid.c spnego__accept_sec_context.c spnego__compat.c spnego__context_stubs.c spnego__cred_stubs.c spnego__external.c spnego__init_sec_context.c ntlm__accept_sec_context.c ntlm__acquire_cred.c ntlm__add_cred.c ntlm__canonicalize_name.c ntlm__compare_name.c ntlm__context_time.c ntlm__creds.c ntlm__crypto.c ntlm__delete_sec_context.c ntlm__display_name.c ntlm__display_status.c ntlm__duplicate_name.c ntlm__export_name.c ntlm__export_sec_context.c ntlm__external.c ntlm__import_name.c ntlm__import_sec_context.c ntlm__indicate_mechs.c ntlm__init_sec_context.c ntlm__inquire_context.c ntlm__inquire_cred_by_mech.c ntlm__inquire_mechs_for_name.c ntlm__inquire_names_for_mech.c ntlm__inquire_sec_context_by_oid.c ntlm__iter_cred.c ntlm__process_context_token.c ntlm__release_cred.c ntlm__release_name.c ntlm__kdc.c .depend gkrb5_err.d krb5__8003.d krb5__accept_sec_context.d krb5__acquire_cred.d krb5__add_cred.d krb5__address_to_krb5addr.d krb5__aeap.d krb5__arcfour.d krb5__authorize_localname.d krb5__canonicalize_name.d krb5__ccache_name.d krb5__cfx.d krb5__compare_name.d krb5__compat.d krb5__context_time.d krb5__copy_ccache.d krb5__creds.d krb5__decapsulate.d krb5__delete_sec_context.d krb5__display_name.d krb5__display_status.d krb5__duplicate_name.d krb5__encapsulate.d krb5__export_name.d krb5__export_sec_context.d krb5__external.d krb5__get_mic.d krb5__import_name.d krb5__import_sec_context.d krb5__indicate_mechs.d krb5__init.d krb5__init_sec_context.d krb5__inquire_context.d krb5__inquire_cred.d krb5__inquire_cred_by_mech.d krb5__inquire_cred_by_oid.d krb5__inquire_mechs_for_name.d krb5__inquire_names_for_mech.d krb5__inquire_sec_context_by_oid.d krb5__pname_to_uid.d krb5__prf.d krb5__process_context_token.d krb5__release_buffer.d krb5__release_cred.d krb5__release_name.d krb5__sequence.d krb5__set_cred_option.d krb5__set_sec_context_option.d krb5__store_cred.d krb5__ticket_flags.d krb5__unwrap.d krb5__verify_mic.d krb5__wrap.d mech__context.d mech__doxygen.d mech__gss_accept_sec_context.d mech__gss_acquire_cred.d mech__gss_acquire_cred_ext.d mech__gss_acquire_cred_with_password.d mech__gss_add_cred.d mech__gss_add_cred_with_password.d mech__gss_add_oid_set_member.d mech__gss_aeap.d mech__gss_authorize_localname.d mech__gss_buffer_set.d mech__gss_canonicalize_name.d mech__gss_compare_name.d mech__gss_context_time.d mech__gss_create_empty_oid_set.d mech__gss_cred.d mech__gss_decapsulate_token.d mech__gss_delete_name_attribute.d mech__gss_delete_sec_context.d mech__gss_display_name.d mech__gss_display_name_ext.d mech__gss_display_status.d mech__gss_duplicate_name.d mech__gss_duplicate_oid.d mech__gss_encapsulate_token.d mech__gss_export_name.d mech__gss_export_name_composite.d mech__gss_export_sec_context.d mech__gss_get_mic.d mech__gss_get_name_attribute.d mech__gss_import_name.d mech__gss_import_sec_context.d mech__gss_indicate_mechs.d mech__gss_init_sec_context.d mech__gss_inquire_context.d mech__gss_inquire_cred.d mech__gss_inquire_cred_by_mech.d mech__gss_inquire_cred_by_oid.d mech__gss_inquire_mechs_for_name.d mech__gss_inquire_name.d mech__gss_inquire_names_for_mech.d mech__gss_inquire_sec_context_by_oid.d mech__gss_krb5.d mech__gss_mech_switch.d mech__gss_mo.d mech__gss_names.d mech__gss_oid.d mech__gss_oid_equal.d mech__gss_oid_to_str.d mech__gss_pname_to_uid.d mech__gss_process_context_token.d mech__gss_pseudo_random.d mech__gss_release_buffer.d mech__gss_release_cred.d mech__gss_release_name.d mech__gss_release_oid.d mech__gss_release_oid_set.d mech__gss_seal.d mech__gss_set_cred_option.d mech__gss_set_name_attribute.d mech__gss_set_sec_context_option.d mech__gss_sign.d mech__gss_store_cred.d mech__gss_test_oid_set_member.d mech__gss_unseal.d mech__gss_unwrap.d mech__gss_utils.d mech__gss_verify.d mech__gss_verify_mic.d mech__gss_wrap.d mech__gss_wrap_size_limit.d ntlm__accept_sec_context.d ntlm__acquire_cred.d ntlm__add_cred.d ntlm__canonicalize_name.d ntlm__compare_name.d ntlm__context_time.d ntlm__creds.d ntlm__crypto.d ntlm__delete_sec_context.d ntlm__display_name.d ntlm__display_status.d ntlm__duplicate_name.d ntlm__export_name.d ntlm__export_sec_context.d ntlm__external.d ntlm__import_name.d ntlm__import_sec_context.d ntlm__indicate_mechs.d ntlm__init_sec_context.d ntlm__inquire_context.d ntlm__inquire_cred_by_mech.d ntlm__inquire_mechs_for_name.d ntlm__inquire_names_for_mech.d ntlm__inquire_sec_context_by_oid.d ntlm__iter_cred.d ntlm__kdc.d ntlm__process_context_token.d ntlm__release_cred.d ntlm__release_name.d spnego__accept_sec_context.d spnego__compat.d spnego__context_stubs.d spnego__cred_stubs.d spnego__external.d spnego__init_sec_context.d gkrb5_err.d.tmp krb5__8003.d.tmp krb5__accept_sec_context.d.tmp krb5__acquire_cred.d.tmp krb5__add_cred.d.tmp krb5__address_to_krb5addr.d.tmp krb5__aeap.d.tmp krb5__arcfour.d.tmp krb5__authorize_localname.d.tmp krb5__canonicalize_name.d.tmp krb5__ccache_name.d.tmp krb5__cfx.d.tmp krb5__compare_name.d.tmp krb5__compat.d.tmp krb5__context_time.d.tmp krb5__copy_ccache.d.tmp krb5__creds.d.tmp krb5__decapsulate.d.tmp krb5__delete_sec_context.d.tmp krb5__display_name.d.tmp krb5__display_status.d.tmp krb5__duplicate_name.d.tmp krb5__encapsulate.d.tmp krb5__export_name.d.tmp krb5__export_sec_context.d.tmp krb5__external.d.tmp krb5__get_mic.d.tmp krb5__import_name.d.tmp krb5__import_sec_context.d.tmp krb5__indicate_mechs.d.tmp krb5__init.d.tmp krb5__init_sec_context.d.tmp krb5__inquire_context.d.tmp krb5__inquire_cred.d.tmp krb5__inquire_cred_by_mech.d.tmp krb5__inquire_cred_by_oid.d.tmp krb5__inquire_mechs_for_name.d.tmp krb5__inquire_names_for_mech.d.tmp krb5__inquire_sec_context_by_oid.d.tmp krb5__pname_to_uid.d.tmp krb5__prf.d.tmp krb5__process_context_token.d.tmp krb5__release_buffer.d.tmp krb5__release_cred.d.tmp krb5__release_name.d.tmp krb5__sequence.d.tmp krb5__set_cred_option.d.tmp krb5__set_sec_context_option.d.tmp krb5__store_cred.d.tmp krb5__ticket_flags.d.tmp krb5__unwrap.d.tmp krb5__verify_mic.d.tmp krb5__wrap.d.tmp mech__context.d.tmp mech__doxygen.d.tmp mech__gss_accept_sec_context.d.tmp mech__gss_acquire_cred.d.tmp mech__gss_acquire_cred_ext.d.tmp mech__gss_acquire_cred_with_password.d.tmp mech__gss_add_cred.d.tmp mech__gss_add_cred_with_password.d.tmp mech__gss_add_oid_set_member.d.tmp mech__gss_aeap.d.tmp mech__gss_authorize_localname.d.tmp mech__gss_buffer_set.d.tmp mech__gss_canonicalize_name.d.tmp mech__gss_compare_name.d.tmp mech__gss_context_time.d.tmp mech__gss_create_empty_oid_set.d.tmp mech__gss_cred.d.tmp mech__gss_decapsulate_token.d.tmp mech__gss_delete_name_attribute.d.tmp mech__gss_delete_sec_context.d.tmp mech__gss_display_name.d.tmp mech__gss_display_name_ext.d.tmp mech__gss_display_status.d.tmp mech__gss_duplicate_name.d.tmp mech__gss_duplicate_oid.d.tmp mech__gss_encapsulate_token.d.tmp mech__gss_export_name.d.tmp mech__gss_export_name_composite.d.tmp mech__gss_export_sec_context.d.tmp mech__gss_get_mic.d.tmp mech__gss_get_name_attribute.d.tmp mech__gss_import_name.d.tmp mech__gss_import_sec_context.d.tmp mech__gss_indicate_mechs.d.tmp mech__gss_init_sec_context.d.tmp mech__gss_inquire_context.d.tmp mech__gss_inquire_cred.d.tmp mech__gss_inquire_cred_by_mech.d.tmp mech__gss_inquire_cred_by_oid.d.tmp mech__gss_inquire_mechs_for_name.d.tmp mech__gss_inquire_name.d.tmp mech__gss_inquire_names_for_mech.d.tmp mech__gss_inquire_sec_context_by_oid.d.tmp mech__gss_krb5.d.tmp mech__gss_mech_switch.d.tmp mech__gss_mo.d.tmp mech__gss_names.d.tmp mech__gss_oid.d.tmp mech__gss_oid_equal.d.tmp mech__gss_oid_to_str.d.tmp mech__gss_pname_to_uid.d.tmp mech__gss_process_context_token.d.tmp mech__gss_pseudo_random.d.tmp mech__gss_release_buffer.d.tmp mech__gss_release_cred.d.tmp mech__gss_release_name.d.tmp mech__gss_release_oid.d.tmp mech__gss_release_oid_set.d.tmp mech__gss_seal.d.tmp mech__gss_set_cred_option.d.tmp mech__gss_set_name_attribute.d.tmp mech__gss_set_sec_context_option.d.tmp mech__gss_sign.d.tmp mech__gss_store_cred.d.tmp mech__gss_test_oid_set_member.d.tmp mech__gss_unseal.d.tmp mech__gss_unwrap.d.tmp mech__gss_utils.d.tmp mech__gss_verify.d.tmp mech__gss_verify_mic.d.tmp mech__gss_wrap.d.tmp mech__gss_wrap_size_limit.d.tmp ntlm__accept_sec_context.d.tmp ntlm__acquire_cred.d.tmp ntlm__add_cred.d.tmp ntlm__canonicalize_name.d.tmp ntlm__compare_name.d.tmp ntlm__context_time.d.tmp ntlm__creds.d.tmp ntlm__crypto.d.tmp ntlm__delete_sec_context.d.tmp ntlm__display_name.d.tmp ntlm__display_status.d.tmp ntlm__duplicate_name.d.tmp ntlm__export_name.d.tmp ntlm__export_sec_context.d.tmp ntlm__external.d.tmp ntlm__import_name.d.tmp ntlm__import_sec_context.d.tmp ntlm__indicate_mechs.d.tmp ntlm__init_sec_context.d.tmp ntlm__inquire_context.d.tmp ntlm__inquire_cred_by_mech.d.tmp ntlm__inquire_mechs_for_name.d.tmp ntlm__inquire_names_for_mech.d.tmp ntlm__inquire_sec_context_by_oid.d.tmp ntlm__iter_cred.d.tmp ntlm__kdc.d.tmp ntlm__process_context_token.d.tmp ntlm__release_cred.d.tmp ntlm__release_name.d.tmp spnego__accept_sec_context.d.tmp spnego__compat.d.tmp spnego__context_stubs.d.tmp spnego__cred_stubs.d.tmp spnego__external.d.tmp spnego__init_sec_context.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libgssapi && rm -f gssapi.html3 gss_acquire_cred.html3 mech.html5 krb5__8003.c krb5__accept_sec_context.c krb5__acquire_cred.c krb5__add_cred.c krb5__address_to_krb5addr.c krb5__aeap.c krb5__arcfour.c krb5__canonicalize_name.c krb5__creds.c krb5__ccache_name.c krb5__cfx.c krb5__compare_name.c krb5__compat.c krb5__context_time.c krb5__copy_ccache.c krb5__decapsulate.c krb5__delete_sec_context.c krb5__display_name.c krb5__display_status.c krb5__duplicate_name.c krb5__encapsulate.c krb5__export_name.c krb5__export_sec_context.c krb5__external.c krb5__get_mic.c krb5__import_name.c krb5__import_sec_context.c krb5__indicate_mechs.c krb5__init.c krb5__init_sec_context.c krb5__inquire_context.c krb5__inquire_cred.c krb5__inquire_cred_by_mech.c krb5__inquire_cred_by_oid.c krb5__inquire_mechs_for_name.c krb5__inquire_names_for_mech.c krb5__inquire_sec_context_by_oid.c krb5__pname_to_uid.c krb5__process_context_token.c krb5__prf.c krb5__release_buffer.c krb5__release_cred.c krb5__release_name.c krb5__sequence.c krb5__store_cred.c krb5__set_cred_option.c krb5__set_sec_context_option.c krb5__ticket_flags.c krb5__unwrap.c krb5__authorize_localname.c krb5__verify_mic.c krb5__wrap.c mech__context.c mech__doxygen.c mech__gss_accept_sec_context.c mech__gss_acquire_cred.c mech__gss_acquire_cred_ext.c mech__gss_acquire_cred_with_password.c mech__gss_add_cred.c mech__gss_add_cred_with_password.c mech__gss_add_oid_set_member.c mech__gss_aeap.c mech__gss_buffer_set.c mech__gss_canonicalize_name.c mech__gss_compare_name.c mech__gss_context_time.c mech__gss_create_empty_oid_set.c mech__gss_cred.c mech__gss_decapsulate_token.c mech__gss_delete_name_attribute.c mech__gss_delete_sec_context.c mech__gss_display_name.c mech__gss_display_name_ext.c mech__gss_display_status.c mech__gss_duplicate_name.c mech__gss_duplicate_oid.c mech__gss_encapsulate_token.c mech__gss_export_name.c mech__gss_export_name_composite.c mech__gss_export_sec_context.c mech__gss_get_mic.c mech__gss_get_name_attribute.c mech__gss_import_name.c mech__gss_import_sec_context.c mech__gss_indicate_mechs.c mech__gss_init_sec_context.c mech__gss_inquire_context.c mech__gss_inquire_cred.c mech__gss_inquire_cred_by_mech.c mech__gss_inquire_cred_by_oid.c mech__gss_inquire_mechs_for_name.c mech__gss_inquire_name.c mech__gss_inquire_names_for_mech.c mech__gss_krb5.c mech__gss_mech_switch.c mech__gss_mo.c mech__gss_names.c mech__gss_oid.c mech__gss_oid_equal.c mech__gss_oid_to_str.c mech__gss_pname_to_uid.c mech__gss_process_context_token.c mech__gss_pseudo_random.c mech__gss_release_buffer.c mech__gss_release_cred.c mech__gss_release_name.c mech__gss_release_oid.c mech__gss_release_oid_set.c mech__gss_seal.c mech__gss_set_cred_option.c mech__gss_set_name_attribute.c mech__gss_set_sec_context_option.c mech__gss_sign.c mech__gss_store_cred.c mech__gss_test_oid_set_member.c mech__gss_unseal.c mech__gss_unwrap.c mech__gss_authorize_localname.c mech__gss_utils.c mech__gss_verify.c mech__gss_verify_mic.c mech__gss_wrap.c mech__gss_wrap_size_limit.c mech__gss_inquire_sec_context_by_oid.c spnego__accept_sec_context.c spnego__compat.c spnego__context_stubs.c spnego__cred_stubs.c spnego__external.c spnego__init_sec_context.c ntlm__accept_sec_context.c ntlm__acquire_cred.c ntlm__add_cred.c ntlm__canonicalize_name.c ntlm__compare_name.c ntlm__context_time.c ntlm__creds.c ntlm__crypto.c ntlm__delete_sec_context.c ntlm__display_name.c ntlm__display_status.c ntlm__duplicate_name.c ntlm__export_name.c ntlm__export_sec_context.c ntlm__external.c ntlm__import_name.c ntlm__import_sec_context.c ntlm__indicate_mechs.c ntlm__init_sec_context.c ntlm__inquire_context.c ntlm__inquire_cred_by_mech.c ntlm__inquire_mechs_for_name.c ntlm__inquire_names_for_mech.c ntlm__inquire_sec_context_by_oid.c ntlm__iter_cred.c ntlm__process_context_token.c ntlm__release_cred.c ntlm__release_name.c ntlm__kdc.c .depend gkrb5_err.d krb5__8003.d krb5__accept_sec_context.d krb5__acquire_cred.d krb5__add_cred.d krb5__address_to_krb5addr.d krb5__aeap.d krb5__arcfour.d krb5__authorize_localname.d krb5__canonicalize_name.d krb5__ccache_name.d krb5__cfx.d krb5__compare_name.d krb5__compat.d krb5__context_time.d krb5__copy_ccache.d krb5__creds.d krb5__decapsulate.d krb5__delete_sec_context.d krb5__display_name.d krb5__display_status.d krb5__duplicate_name.d krb5__encapsulate.d krb5__export_name.d krb5__export_sec_context.d krb5__external.d krb5__get_mic.d krb5__import_name.d krb5__import_sec_context.d krb5__indicate_mechs.d krb5__init.d krb5__init_sec_context.d krb5__inquire_context.d krb5__inquire_cred.d krb5__inquire_cred_by_mech.d krb5__inquire_cred_by_oid.d krb5__inquire_mechs_for_name.d krb5__inquire_names_for_mech.d krb5__inquire_sec_context_by_oid.d krb5__pname_to_uid.d krb5__prf.d krb5__process_context_token.d krb5__release_buffer.d krb5__release_cred.d krb5__release_name.d krb5__sequence.d krb5__set_cred_option.d krb5__set_sec_context_option.d krb5__store_cred.d krb5__ticket_flags.d krb5__unwrap.d krb5__verify_mic.d krb5__wrap.d mech__context.d mech__doxygen.d mech__gss_accept_sec_context.d mech__gss_acquire_cred.d mech__gss_acquire_cred_ext.d mech__gss_acquire_cred_with_password.d mech__gss_add_cred.d mech__gss_add_cred_with_password.d mech__gss_add_oid_set_member.d mech__gss_aeap.d mech__gss_authorize_localname.d mech__gss_buffer_set.d mech__gss_canonicalize_name.d mech__gss_compare_name.d mech__gss_context_time.d mech__gss_create_empty_oid_set.d mech__gss_cred.d mech__gss_decapsulate_token.d mech__gss_delete_name_attribute.d mech__gss_delete_sec_context.d mech__gss_display_name.d mech__gss_display_name_ext.d mech__gss_display_status.d mech__gss_duplicate_name.d mech__gss_duplicate_oid.d mech__gss_encapsulate_token.d mech__gss_export_name.d mech__gss_export_name_composite.d mech__gss_export_sec_context.d mech__gss_get_mic.d mech__gss_get_name_attribute.d mech__gss_import_name.d mech__gss_import_sec_context.d mech__gss_indicate_mechs.d mech__gss_init_sec_context.d mech__gss_inquire_context.d mech__gss_inquire_cred.d mech__gss_inquire_cred_by_mech.d mech__gss_inquire_cred_by_oid.d mech__gss_inquire_mechs_for_name.d mech__gss_inquire_name.d mech__gss_inquire_names_for_mech.d mech__gss_inquire_sec_context_by_oid.d mech__gss_krb5.d mech__gss_mech_switch.d mech__gss_mo.d mech__gss_names.d mech__gss_oid.d mech__gss_oid_equal.d mech__gss_oid_to_str.d mech__gss_pname_to_uid.d mech__gss_process_context_token.d mech__gss_pseudo_random.d mech__gss_release_buffer.d mech__gss_release_cred.d mech__gss_release_name.d mech__gss_release_oid.d mech__gss_release_oid_set.d mech__gss_seal.d mech__gss_set_cred_option.d mech__gss_set_name_attribute.d mech__gss_set_sec_context_option.d mech__gss_sign.d mech__gss_store_cred.d mech__gss_test_oid_set_member.d mech__gss_unseal.d mech__gss_unwrap.d mech__gss_utils.d mech__gss_verify.d mech__gss_verify_mic.d mech__gss_wrap.d mech__gss_wrap_size_limit.d ntlm__accept_sec_context.d ntlm__acquire_cred.d ntlm__add_cred.d ntlm__canonicalize_name.d ntlm__compare_name.d ntlm__context_time.d ntlm__creds.d ntlm__crypto.d ntlm__delete_sec_context.d ntlm__display_name.d ntlm__display_status.d ntlm__duplicate_name.d ntlm__export_name.d ntlm__export_sec_context.d ntlm__external.d ntlm__import_name.d ntlm__import_sec_context.d ntlm__indicate_mechs.d ntlm__init_sec_context.d ntlm__inquire_context.d ntlm__inquire_cred_by_mech.d ntlm__inquire_mechs_for_name.d ntlm__inquire_names_for_mech.d ntlm__inquire_sec_context_by_oid.d ntlm__iter_cred.d ntlm__kdc.d ntlm__process_context_token.d ntlm__release_cred.d ntlm__release_name.d spnego__accept_sec_context.d spnego__compat.d spnego__context_stubs.d spnego__cred_stubs.d spnego__external.d spnego__init_sec_context.d gkrb5_err.d.tmp krb5__8003.d.tmp krb5__accept_sec_context.d.tmp krb5__acquire_cred.d.tmp krb5__add_cred.d.tmp krb5__address_to_krb5addr.d.tmp krb5__aeap.d.tmp krb5__arcfour.d.tmp krb5__authorize_localname.d.tmp krb5__canonicalize_name.d.tmp krb5__ccache_name.d.tmp krb5__cfx.d.tmp krb5__compare_name.d.tmp krb5__compat.d.tmp krb5__context_time.d.tmp krb5__copy_ccache.d.tmp krb5__creds.d.tmp krb5__decapsulate.d.tmp krb5__delete_sec_context.d.tmp krb5__display_name.d.tmp krb5__display_status.d.tmp krb5__duplicate_name.d.tmp krb5__encapsulate.d.tmp krb5__export_name.d.tmp krb5__export_sec_context.d.tmp krb5__external.d.tmp krb5__get_mic.d.tmp krb5__import_name.d.tmp krb5__import_sec_context.d.tmp krb5__indicate_mechs.d.tmp krb5__init.d.tmp krb5__init_sec_context.d.tmp krb5__inquire_context.d.tmp krb5__inquire_cred.d.tmp krb5__inquire_cred_by_mech.d.tmp krb5__inquire_cred_by_oid.d.tmp krb5__inquire_mechs_for_name.d.tmp krb5__inquire_names_for_mech.d.tmp krb5__inquire_sec_context_by_oid.d.tmp krb5__pname_to_uid.d.tmp krb5__prf.d.tmp krb5__process_context_token.d.tmp krb5__release_buffer.d.tmp krb5__release_cred.d.tmp krb5__release_name.d.tmp krb5__sequence.d.tmp krb5__set_cred_option.d.tmp krb5__set_sec_context_option.d.tmp krb5__store_cred.d.tmp krb5__ticket_flags.d.tmp krb5__unwrap.d.tmp krb5__verify_mic.d.tmp krb5__wrap.d.tmp mech__context.d.tmp mech__doxygen.d.tmp mech__gss_accept_sec_context.d.tmp mech__gss_acquire_cred.d.tmp mech__gss_acquire_cred_ext.d.tmp mech__gss_acquire_cred_with_password.d.tmp mech__gss_add_cred.d.tmp mech__gss_add_cred_with_password.d.tmp mech__gss_add_oid_set_member.d.tmp mech__gss_aeap.d.tmp mech__gss_authorize_localname.d.tmp mech__gss_buffer_set.d.tmp mech__gss_canonicalize_name.d.tmp mech__gss_compare_name.d.tmp mech__gss_context_time.d.tmp mech__gss_create_empty_oid_set.d.tmp mech__gss_cred.d.tmp mech__gss_decapsulate_token.d.tmp mech__gss_delete_name_attribute.d.tmp mech__gss_delete_sec_context.d.tmp mech__gss_display_name.d.tmp mech__gss_display_name_ext.d.tmp mech__gss_display_status.d.tmp mech__gss_duplicate_name.d.tmp mech__gss_duplicate_oid.d.tmp mech__gss_encapsulate_token.d.tmp mech__gss_export_name.d.tmp mech__gss_export_name_composite.d.tmp mech__gss_export_sec_context.d.tmp mech__gss_get_mic.d.tmp mech__gss_get_name_attribute.d.tmp mech__gss_import_name.d.tmp mech__gss_import_sec_context.d.tmp mech__gss_indicate_mechs.d.tmp mech__gss_init_sec_context.d.tmp mech__gss_inquire_context.d.tmp mech__gss_inquire_cred.d.tmp mech__gss_inquire_cred_by_mech.d.tmp mech__gss_inquire_cred_by_oid.d.tmp mech__gss_inquire_mechs_for_name.d.tmp mech__gss_inquire_name.d.tmp mech__gss_inquire_names_for_mech.d.tmp mech__gss_inquire_sec_context_by_oid.d.tmp mech__gss_krb5.d.tmp mech__gss_mech_switch.d.tmp mech__gss_mo.d.tmp mech__gss_names.d.tmp mech__gss_oid.d.tmp mech__gss_oid_equal.d.tmp mech__gss_oid_to_str.d.tmp mech__gss_pname_to_uid.d.tmp mech__gss_process_context_token.d.tmp mech__gss_pseudo_random.d.tmp mech__gss_release_buffer.d.tmp mech__gss_release_cred.d.tmp mech__gss_release_name.d.tmp mech__gss_release_oid.d.tmp mech__gss_release_oid_set.d.tmp mech__gss_seal.d.tmp mech__gss_set_cred_option.d.tmp mech__gss_set_name_attribute.d.tmp mech__gss_set_sec_context_option.d.tmp mech__gss_sign.d.tmp mech__gss_store_cred.d.tmp mech__gss_test_oid_set_member.d.tmp mech__gss_unseal.d.tmp mech__gss_unwrap.d.tmp mech__gss_utils.d.tmp mech__gss_verify.d.tmp mech__gss_verify_mic.d.tmp mech__gss_wrap.d.tmp mech__gss_wrap_size_limit.d.tmp ntlm__accept_sec_context.d.tmp ntlm__acquire_cred.d.tmp ntlm__add_cred.d.tmp ntlm__canonicalize_name.d.tmp ntlm__compare_name.d.tmp ntlm__context_time.d.tmp ntlm__creds.d.tmp ntlm__crypto.d.tmp ntlm__delete_sec_context.d.tmp ntlm__display_name.d.tmp ntlm__display_status.d.tmp ntlm__duplicate_name.d.tmp ntlm__export_name.d.tmp ntlm__export_sec_context.d.tmp ntlm__external.d.tmp ntlm__import_name.d.tmp ntlm__import_sec_context.d.tmp ntlm__indicate_mechs.d.tmp ntlm__init_sec_context.d.tmp ntlm__inquire_context.d.tmp ntlm__inquire_cred_by_mech.d.tmp ntlm__inquire_mechs_for_name.d.tmp ntlm__inquire_names_for_mech.d.tmp ntlm__inquire_sec_context_by_oid.d.tmp ntlm__iter_cred.d.tmp ntlm__kdc.d.tmp ntlm__process_context_token.d.tmp ntlm__release_cred.d.tmp ntlm__release_name.d.tmp spnego__accept_sec_context.d.tmp spnego__compat.d.tmp spnego__context_stubs.d.tmp spnego__cred_stubs.d.tmp spnego__external.d.tmp spnego__init_sec_context.d.tmp tags || true) --- cleandir-libkadm5srv --- cleandir ===> crypto/external/bsd/heimdal/lib/libkadm5srv --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXt && rm -f StringDefs.c StringDefs.h Shell.h util strings_files.stamp xt.pc xt.pc.tmp libXt.so.7.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXt && rm -f StringDefs.c StringDefs.h Shell.h util strings_files.stamp xt.pc xt.pc.tmp libXt.so.7.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXt && rm -f libXt.a ActionHook.o Alloc.o ArgList.o Callback.o ClickTime.o Composite.o Constraint.o Convert.o Converters.o Core.o Create.o Destroy.o Display.o Error.o Event.o EventUtil.o Functions.o GCManager.o Geometry.o GetActKey.o GetResList.o GetValues.o HookObj.o Hooks.o Initialize.o Intrinsic.o Keyboard.o Manage.o NextEvent.o Object.o PassivGrab.o Pointer.o Popup.o PopupCB.o RectObj.o ResConfig.o Resources.o Selection.o SetSens.o SetValues.o SetWMCW.o Shell.o StringDefs.o TMaction.o TMgrab.o TMkey.o TMparse.o TMprint.o TMstate.o Threads.o VarCreate.o VarGet.o Varargs.o Vendor.o ActionHook.o.tmp Alloc.o.tmp ArgList.o.tmp Callback.o.tmp ClickTime.o.tmp Composite.o.tmp Constraint.o.tmp Convert.o.tmp Converters.o.tmp Core.o.tmp Create.o.tmp Destroy.o.tmp Display.o.tmp Error.o.tmp Event.o.tmp EventUtil.o.tmp Functions.o.tmp GCManager.o.tmp Geometry.o.tmp GetActKey.o.tmp GetResList.o.tmp GetValues.o.tmp HookObj.o.tmp Hooks.o.tmp Initialize.o.tmp Intrinsic.o.tmp Keyboard.o.tmp Manage.o.tmp NextEvent.o.tmp Object.o.tmp PassivGrab.o.tmp Pointer.o.tmp Popup.o.tmp PopupCB.o.tmp RectObj.o.tmp ResConfig.o.tmp Resources.o.tmp Selection.o.tmp SetSens.o.tmp SetValues.o.tmp SetWMCW.o.tmp Shell.o.tmp StringDefs.o.tmp TMaction.o.tmp TMgrab.o.tmp TMkey.o.tmp TMparse.o.tmp TMprint.o.tmp TMstate.o.tmp Threads.o.tmp VarCreate.o.tmp VarGet.o.tmp Varargs.o.tmp Vendor.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXt && rm -f libXt.a ActionHook.o Alloc.o ArgList.o Callback.o ClickTime.o Composite.o Constraint.o Convert.o Converters.o Core.o Create.o Destroy.o Display.o Error.o Event.o EventUtil.o Functions.o GCManager.o Geometry.o GetActKey.o GetResList.o GetValues.o HookObj.o Hooks.o Initialize.o Intrinsic.o Keyboard.o Manage.o NextEvent.o Object.o PassivGrab.o Pointer.o Popup.o PopupCB.o RectObj.o ResConfig.o Resources.o Selection.o SetSens.o SetValues.o SetWMCW.o Shell.o StringDefs.o TMaction.o TMgrab.o TMkey.o TMparse.o TMprint.o TMstate.o Threads.o VarCreate.o VarGet.o Varargs.o Vendor.o ActionHook.o.tmp Alloc.o.tmp ArgList.o.tmp Callback.o.tmp ClickTime.o.tmp Composite.o.tmp Constraint.o.tmp Convert.o.tmp Converters.o.tmp Core.o.tmp Create.o.tmp Destroy.o.tmp Display.o.tmp Error.o.tmp Event.o.tmp EventUtil.o.tmp Functions.o.tmp GCManager.o.tmp Geometry.o.tmp GetActKey.o.tmp GetResList.o.tmp GetValues.o.tmp HookObj.o.tmp Hooks.o.tmp Initialize.o.tmp Intrinsic.o.tmp Keyboard.o.tmp Manage.o.tmp NextEvent.o.tmp Object.o.tmp PassivGrab.o.tmp Pointer.o.tmp Popup.o.tmp PopupCB.o.tmp RectObj.o.tmp ResConfig.o.tmp Resources.o.tmp Selection.o.tmp SetSens.o.tmp SetValues.o.tmp SetWMCW.o.tmp Shell.o.tmp StringDefs.o.tmp TMaction.o.tmp TMgrab.o.tmp TMkey.o.tmp TMparse.o.tmp TMprint.o.tmp TMstate.o.tmp Threads.o.tmp VarCreate.o.tmp VarGet.o.tmp Varargs.o.tmp Vendor.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXt && rm -f libXt_p.a ActionHook.po Alloc.po ArgList.po Callback.po ClickTime.po Composite.po Constraint.po Convert.po Converters.po Core.po Create.po Destroy.po Display.po Error.po Event.po EventUtil.po Functions.po GCManager.po Geometry.po GetActKey.po GetResList.po GetValues.po HookObj.po Hooks.po Initialize.po Intrinsic.po Keyboard.po Manage.po NextEvent.po Object.po PassivGrab.po Pointer.po Popup.po PopupCB.po RectObj.po ResConfig.po Resources.po Selection.po SetSens.po SetValues.po SetWMCW.po Shell.po StringDefs.po TMaction.po TMgrab.po TMkey.po TMparse.po TMprint.po TMstate.po Threads.po VarCreate.po VarGet.po Varargs.po Vendor.po ActionHook.po.tmp Alloc.po.tmp ArgList.po.tmp Callback.po.tmp ClickTime.po.tmp Composite.po.tmp Constraint.po.tmp Convert.po.tmp Converters.po.tmp Core.po.tmp Create.po.tmp Destroy.po.tmp Display.po.tmp Error.po.tmp Event.po.tmp EventUtil.po.tmp Functions.po.tmp GCManager.po.tmp Geometry.po.tmp GetActKey.po.tmp GetResList.po.tmp GetValues.po.tmp HookObj.po.tmp Hooks.po.tmp Initialize.po.tmp Intrinsic.po.tmp Keyboard.po.tmp Manage.po.tmp NextEvent.po.tmp Object.po.tmp PassivGrab.po.tmp Pointer.po.tmp Popup.po.tmp PopupCB.po.tmp RectObj.po.tmp ResConfig.po.tmp Resources.po.tmp Selection.po.tmp SetSens.po.tmp SetValues.po.tmp SetWMCW.po.tmp Shell.po.tmp StringDefs.po.tmp TMaction.po.tmp TMgrab.po.tmp TMkey.po.tmp TMparse.po.tmp TMprint.po.tmp TMstate.po.tmp Threads.po.tmp VarCreate.po.tmp VarGet.po.tmp Varargs.po.tmp Vendor.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXt && rm -f libXt_p.a ActionHook.po Alloc.po ArgList.po Callback.po ClickTime.po Composite.po Constraint.po Convert.po Converters.po Core.po Create.po Destroy.po Display.po Error.po Event.po EventUtil.po Functions.po GCManager.po Geometry.po GetActKey.po GetResList.po GetValues.po HookObj.po Hooks.po Initialize.po Intrinsic.po Keyboard.po Manage.po NextEvent.po Object.po PassivGrab.po Pointer.po Popup.po PopupCB.po RectObj.po ResConfig.po Resources.po Selection.po SetSens.po SetValues.po SetWMCW.po Shell.po StringDefs.po TMaction.po TMgrab.po TMkey.po TMparse.po TMprint.po TMstate.po Threads.po VarCreate.po VarGet.po Varargs.po Vendor.po ActionHook.po.tmp Alloc.po.tmp ArgList.po.tmp Callback.po.tmp ClickTime.po.tmp Composite.po.tmp Constraint.po.tmp Convert.po.tmp Converters.po.tmp Core.po.tmp Create.po.tmp Destroy.po.tmp Display.po.tmp Error.po.tmp Event.po.tmp EventUtil.po.tmp Functions.po.tmp GCManager.po.tmp Geometry.po.tmp GetActKey.po.tmp GetResList.po.tmp GetValues.po.tmp HookObj.po.tmp Hooks.po.tmp Initialize.po.tmp Intrinsic.po.tmp Keyboard.po.tmp Manage.po.tmp NextEvent.po.tmp Object.po.tmp PassivGrab.po.tmp Pointer.po.tmp Popup.po.tmp PopupCB.po.tmp RectObj.po.tmp ResConfig.po.tmp Resources.po.tmp Selection.po.tmp SetSens.po.tmp SetValues.po.tmp SetWMCW.po.tmp Shell.po.tmp StringDefs.po.tmp TMaction.po.tmp TMgrab.po.tmp TMkey.po.tmp TMparse.po.tmp TMprint.po.tmp TMstate.po.tmp Threads.po.tmp VarCreate.po.tmp VarGet.po.tmp Varargs.po.tmp Vendor.po.tmp || true) --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv.a kadm5_err.o acl.o bump_pw_expire.o chpass_s.o common_glue.o context_s.o create_s.o delete_s.o destroy_s.o ent_setup.o error.o flush_s.o free.o get_princs_s.o get_s.o init_s.o keys.o log.o marshall.o modify_s.o password_quality.o privs_s.o randkey_s.o rename_s.o server_glue.o setkey3_s.o set_keys.o set_modifier.o kadm5_err.o.tmp acl.o.tmp bump_pw_expire.o.tmp chpass_s.o.tmp common_glue.o.tmp context_s.o.tmp create_s.o.tmp delete_s.o.tmp destroy_s.o.tmp ent_setup.o.tmp error.o.tmp flush_s.o.tmp free.o.tmp get_princs_s.o.tmp get_s.o.tmp init_s.o.tmp keys.o.tmp log.o.tmp marshall.o.tmp modify_s.o.tmp password_quality.o.tmp privs_s.o.tmp randkey_s.o.tmp rename_s.o.tmp server_glue.o.tmp setkey3_s.o.tmp set_keys.o.tmp set_modifier.o.tmp || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXt && rm -f libXt_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv.a kadm5_err.o acl.o bump_pw_expire.o chpass_s.o common_glue.o context_s.o create_s.o delete_s.o destroy_s.o ent_setup.o error.o flush_s.o free.o get_princs_s.o get_s.o init_s.o keys.o log.o marshall.o modify_s.o password_quality.o privs_s.o randkey_s.o rename_s.o server_glue.o setkey3_s.o set_keys.o set_modifier.o kadm5_err.o.tmp acl.o.tmp bump_pw_expire.o.tmp chpass_s.o.tmp common_glue.o.tmp context_s.o.tmp create_s.o.tmp delete_s.o.tmp destroy_s.o.tmp ent_setup.o.tmp error.o.tmp flush_s.o.tmp free.o.tmp get_princs_s.o.tmp get_s.o.tmp init_s.o.tmp keys.o.tmp log.o.tmp marshall.o.tmp modify_s.o.tmp password_quality.o.tmp privs_s.o.tmp randkey_s.o.tmp rename_s.o.tmp server_glue.o.tmp setkey3_s.o.tmp set_keys.o.tmp set_modifier.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXt && rm -f libXt_g.a || true) --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_p.a kadm5_err.po acl.po bump_pw_expire.po chpass_s.po common_glue.po context_s.po create_s.po delete_s.po destroy_s.po ent_setup.po error.po flush_s.po free.po get_princs_s.po get_s.po init_s.po keys.po log.po marshall.po modify_s.po password_quality.po privs_s.po randkey_s.po rename_s.po server_glue.po setkey3_s.po set_keys.po set_modifier.po kadm5_err.po.tmp acl.po.tmp bump_pw_expire.po.tmp chpass_s.po.tmp common_glue.po.tmp context_s.po.tmp create_s.po.tmp delete_s.po.tmp destroy_s.po.tmp ent_setup.po.tmp error.po.tmp flush_s.po.tmp free.po.tmp get_princs_s.po.tmp get_s.po.tmp init_s.po.tmp keys.po.tmp log.po.tmp marshall.po.tmp modify_s.po.tmp password_quality.po.tmp privs_s.po.tmp randkey_s.po.tmp rename_s.po.tmp server_glue.po.tmp setkey3_s.po.tmp set_keys.po.tmp set_modifier.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXt && rm -f libXt_pic.a libXt.so.* libXt.so ActionHook.pico Alloc.pico ArgList.pico Callback.pico ClickTime.pico Composite.pico Constraint.pico Convert.pico Converters.pico Core.pico Create.pico Destroy.pico Display.pico Error.pico Event.pico EventUtil.pico Functions.pico GCManager.pico Geometry.pico GetActKey.pico GetResList.pico GetValues.pico HookObj.pico Hooks.pico Initialize.pico Intrinsic.pico Keyboard.pico Manage.pico NextEvent.pico Object.pico PassivGrab.pico Pointer.pico Popup.pico PopupCB.pico RectObj.pico ResConfig.pico Resources.pico Selection.pico SetSens.pico SetValues.pico SetWMCW.pico Shell.pico StringDefs.pico TMaction.pico TMgrab.pico TMkey.pico TMparse.pico TMprint.pico TMstate.pico Threads.pico VarCreate.pico VarGet.pico Varargs.pico Vendor.pico ActionHook.pico.tmp Alloc.pico.tmp ArgList.pico.tmp Callback.pico.tmp ClickTime.pico.tmp Composite.pico.tmp Constraint.pico.tmp Convert.pico.tmp Converters.pico.tmp Core.pico.tmp Create.pico.tmp Destroy.pico.tmp Display.pico.tmp Error.pico.tmp Event.pico.tmp EventUtil.pico.tmp Functions.pico.tmp GCManager.pico.tmp Geometry.pico.tmp GetActKey.pico.tmp GetResList.pico.tmp GetValues.pico.tmp HookObj.pico.tmp Hooks.pico.tmp Initialize.pico.tmp Intrinsic.pico.tmp Keyboard.pico.tmp Manage.pico.tmp NextEvent.pico.tmp Object.pico.tmp PassivGrab.pico.tmp Pointer.pico.tmp Popup.pico.tmp PopupCB.pico.tmp RectObj.pico.tmp ResConfig.pico.tmp Resources.pico.tmp Selection.pico.tmp SetSens.pico.tmp SetValues.pico.tmp SetWMCW.pico.tmp Shell.pico.tmp StringDefs.pico.tmp TMaction.pico.tmp TMgrab.pico.tmp TMkey.pico.tmp TMparse.pico.tmp TMprint.pico.tmp TMstate.pico.tmp Threads.pico.tmp VarCreate.pico.tmp VarGet.pico.tmp Varargs.pico.tmp Vendor.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_p.a kadm5_err.po acl.po bump_pw_expire.po chpass_s.po common_glue.po context_s.po create_s.po delete_s.po destroy_s.po ent_setup.po error.po flush_s.po free.po get_princs_s.po get_s.po init_s.po keys.po log.po marshall.po modify_s.po password_quality.po privs_s.po randkey_s.po rename_s.po server_glue.po setkey3_s.po set_keys.po set_modifier.po kadm5_err.po.tmp acl.po.tmp bump_pw_expire.po.tmp chpass_s.po.tmp common_glue.po.tmp context_s.po.tmp create_s.po.tmp delete_s.po.tmp destroy_s.po.tmp ent_setup.po.tmp error.po.tmp flush_s.po.tmp free.po.tmp get_princs_s.po.tmp get_s.po.tmp init_s.po.tmp keys.po.tmp log.po.tmp marshall.po.tmp modify_s.po.tmp password_quality.po.tmp privs_s.po.tmp randkey_s.po.tmp rename_s.po.tmp server_glue.po.tmp setkey3_s.po.tmp set_keys.po.tmp set_modifier.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXt && rm -f libXt_pic.a libXt.so.* libXt.so ActionHook.pico Alloc.pico ArgList.pico Callback.pico ClickTime.pico Composite.pico Constraint.pico Convert.pico Converters.pico Core.pico Create.pico Destroy.pico Display.pico Error.pico Event.pico EventUtil.pico Functions.pico GCManager.pico Geometry.pico GetActKey.pico GetResList.pico GetValues.pico HookObj.pico Hooks.pico Initialize.pico Intrinsic.pico Keyboard.pico Manage.pico NextEvent.pico Object.pico PassivGrab.pico Pointer.pico Popup.pico PopupCB.pico RectObj.pico ResConfig.pico Resources.pico Selection.pico SetSens.pico SetValues.pico SetWMCW.pico Shell.pico StringDefs.pico TMaction.pico TMgrab.pico TMkey.pico TMparse.pico TMprint.pico TMstate.pico Threads.pico VarCreate.pico VarGet.pico Varargs.pico Vendor.pico ActionHook.pico.tmp Alloc.pico.tmp ArgList.pico.tmp Callback.pico.tmp ClickTime.pico.tmp Composite.pico.tmp Constraint.pico.tmp Convert.pico.tmp Converters.pico.tmp Core.pico.tmp Create.pico.tmp Destroy.pico.tmp Display.pico.tmp Error.pico.tmp Event.pico.tmp EventUtil.pico.tmp Functions.pico.tmp GCManager.pico.tmp Geometry.pico.tmp GetActKey.pico.tmp GetResList.pico.tmp GetValues.pico.tmp HookObj.pico.tmp Hooks.pico.tmp Initialize.pico.tmp Intrinsic.pico.tmp Keyboard.pico.tmp Manage.pico.tmp NextEvent.pico.tmp Object.pico.tmp PassivGrab.pico.tmp Pointer.pico.tmp Popup.pico.tmp PopupCB.pico.tmp RectObj.pico.tmp ResConfig.pico.tmp Resources.pico.tmp Selection.pico.tmp SetSens.pico.tmp SetValues.pico.tmp SetWMCW.pico.tmp Shell.pico.tmp StringDefs.pico.tmp TMaction.pico.tmp TMgrab.pico.tmp TMkey.pico.tmp TMparse.pico.tmp TMprint.pico.tmp TMstate.pico.tmp Threads.pico.tmp VarCreate.pico.tmp VarGet.pico.tmp Varargs.pico.tmp Vendor.pico.tmp || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_g.a || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXt && rm -f llib-lXt.ln ActionHook.ln Alloc.ln ArgList.ln Callback.ln ClickTime.ln Composite.ln Constraint.ln Convert.ln Converters.ln Core.ln Create.ln Destroy.ln Display.ln Error.ln Event.ln EventUtil.ln Functions.ln GCManager.ln Geometry.ln GetActKey.ln GetResList.ln GetValues.ln HookObj.ln Hooks.ln Initialize.ln Intrinsic.ln Keyboard.ln Manage.ln NextEvent.ln Object.ln PassivGrab.ln Pointer.ln Popup.ln PopupCB.ln RectObj.ln ResConfig.ln Resources.ln Selection.ln SetSens.ln SetValues.ln SetWMCW.ln Shell.ln StringDefs.ln TMaction.ln TMgrab.ln TMkey.ln TMparse.ln TMprint.ln TMstate.ln Threads.ln VarCreate.ln VarGet.ln Varargs.ln Vendor.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXt && rm -f llib-lXt.ln ActionHook.ln Alloc.ln ArgList.ln Callback.ln ClickTime.ln Composite.ln Constraint.ln Convert.ln Converters.ln Core.ln Create.ln Destroy.ln Display.ln Error.ln Event.ln EventUtil.ln Functions.ln GCManager.ln Geometry.ln GetActKey.ln GetResList.ln GetValues.ln HookObj.ln Hooks.ln Initialize.ln Intrinsic.ln Keyboard.ln Manage.ln NextEvent.ln Object.ln PassivGrab.ln Pointer.ln Popup.ln PopupCB.ln RectObj.ln ResConfig.ln Resources.ln Selection.ln SetSens.ln SetValues.ln SetWMCW.ln Shell.ln StringDefs.ln TMaction.ln TMgrab.ln TMkey.ln TMparse.ln TMprint.ln TMstate.ln Threads.ln VarCreate.ln VarGet.ln Varargs.ln Vendor.ln || true) --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_pic.a libkadm5srv.so.* libkadm5srv.so kadm5_err.pico acl.pico bump_pw_expire.pico chpass_s.pico common_glue.pico context_s.pico create_s.pico delete_s.pico destroy_s.pico ent_setup.pico error.pico flush_s.pico free.pico get_princs_s.pico get_s.pico init_s.pico keys.pico log.pico marshall.pico modify_s.pico password_quality.pico privs_s.pico randkey_s.pico rename_s.pico server_glue.pico setkey3_s.pico set_keys.pico set_modifier.pico kadm5_err.pico.tmp acl.pico.tmp bump_pw_expire.pico.tmp chpass_s.pico.tmp common_glue.pico.tmp context_s.pico.tmp create_s.pico.tmp delete_s.pico.tmp destroy_s.pico.tmp ent_setup.pico.tmp error.pico.tmp flush_s.pico.tmp free.pico.tmp get_princs_s.pico.tmp get_s.pico.tmp init_s.pico.tmp keys.pico.tmp log.pico.tmp marshall.pico.tmp modify_s.pico.tmp password_quality.pico.tmp privs_s.pico.tmp randkey_s.pico.tmp rename_s.pico.tmp server_glue.pico.tmp setkey3_s.pico.tmp set_keys.pico.tmp set_modifier.pico.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f libkadm5srv_pic.a libkadm5srv.so.* libkadm5srv.so kadm5_err.pico acl.pico bump_pw_expire.pico chpass_s.pico common_glue.pico context_s.pico create_s.pico delete_s.pico destroy_s.pico ent_setup.pico error.pico flush_s.pico free.pico get_princs_s.pico get_s.pico init_s.pico keys.pico log.pico marshall.pico modify_s.pico password_quality.pico privs_s.pico randkey_s.pico rename_s.pico server_glue.pico setkey3_s.pico set_keys.pico set_modifier.pico kadm5_err.pico.tmp acl.pico.tmp bump_pw_expire.pico.tmp chpass_s.pico.tmp common_glue.pico.tmp context_s.pico.tmp create_s.pico.tmp delete_s.pico.tmp destroy_s.pico.tmp ent_setup.pico.tmp error.pico.tmp flush_s.pico.tmp free.pico.tmp get_princs_s.pico.tmp get_s.pico.tmp init_s.pico.tmp keys.pico.tmp log.pico.tmp marshall.pico.tmp modify_s.pico.tmp password_quality.pico.tmp privs_s.pico.tmp randkey_s.pico.tmp rename_s.pico.tmp server_glue.pico.tmp setkey3_s.pico.tmp set_keys.pico.tmp set_modifier.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXt && rm -f XtAddActions.3 XtAddCallback.3 XtAddEventHandler.3 XtAddExposureToRegion.3 XtAddGrab.3 XtAddInput.3 XtAllocateGC.3 XtAppAddActionHook.3 XtAppAddActions.3 XtAppAddBlockHook.3 XtAppAddConverter.3 XtAppAddInput.3 XtAppAddSignal.3 XtAppAddTimeOut.3 XtAppAddWorkProc.3 XtAppCreateShell.3 XtAppError.3 XtAppErrorMsg.3 XtAppGetErrorDatabase.3 XtAppGetSelectionTimeout.3 XtAppInitialize.3 XtAppLock.3 XtAppNextEvent.3 XtAppReleaseCacheRefs.3 XtAppSetExitFlag.3 XtAppSetFallbackResources.3 XtAppSetTypeConverter.3 XtBuildEventMask.3 XtCallAcceptFocus.3 XtCallActionProc.3 XtCallCallbacks.3 XtClass.3 XtConfigureWidget.3 XtConvert.3 XtConvertAndStore.3 XtCreateApplicationContext.3 XtCreateApplicationShell.3 XtCreatePopupShell.3 XtCreateSelectionRequest.3 XtCreateWidget.3 XtCreateWindow.3 XtDisplay.3 XtDisplayInitialize.3 XtDisplayStringConversionWarning.3 XtDisplayToApplicationContext.3 XtError.3 XtErrorMsg.3 XtFindFile.3 XtGetActionKeysym.3 XtGetActionList.3 XtGetApplicationNameAndClass.3 XtGetApplicationResources.3 XtGetClassExtension.3 XtGetDisplays.3 XtGetErrorDatabase.3 XtGetGC.3 XtGetKeyboardFocusWidget.3 XtGetKeysymTable.3 XtGetResourceList.3 XtGetSelectionParameters.3 XtGetSelectionRequest.3 XtGetSelectionTimeout.3 XtGetSelectionValue.3 XtGetSelectionValueIncremental.3 XtGetSubresources.3 XtGrabKey.3 XtHooksOfDisplay.3 XtInitialize.3 XtInitializeWidgetClass.3 XtInsertEventTypeHandler.3 XtLastEventProcessed.3 XtMakeGeometryRequest.3 XtMalloc.3 XtManageChildren.3 XtMapWidget.3 XtName.3 XtNameToWidget.3 XtNextEvent.3 XtOffset.3 XtOpenApplication.3 XtOwnSelection.3 XtParent.3 XtParseAcceleratorTable.3 XtParseTranslationTable.3 XtPopdown.3 XtPopup.3 XtProcessLock.3 XtQueryGeometry.3 XtRealizeWidget.3 XtRegisterDrawable.3 XtRegisterGrabAction.3 XtReservePropertyAtom.3 XtResolvePathname.3 XtSessionGetToken.3 XtSetArg.3 XtSetKeyTranslator.3 XtSetKeyboardFocus.3 XtSetLanguageProc.3 XtSetMultiClickTime.3 XtSetSelectionParameters.3 XtSetSensitive.3 XtSetValues.3 XtSetWMColormapWindows.3 XtStringConversionWarning.3 XtToolkitThreadInitialize.3 XtTranslateCoords.3 XtVaCreateArgsList.3 XtAddActions.html3 XtAddCallback.html3 XtAddEventHandler.html3 XtAddExposureToRegion.html3 XtAddGrab.html3 XtAddInput.html3 XtAllocateGC.html3 XtAppAddActionHook.html3 XtAppAddActions.html3 XtAppAddBlockHook.html3 XtAppAddConverter.html3 XtAppAddInput.html3 XtAppAddSignal.html3 XtAppAddTimeOut.html3 XtAppAddWorkProc.html3 XtAppCreateShell.html3 XtAppError.html3 XtAppErrorMsg.html3 XtAppGetErrorDatabase.html3 XtAppGetSelectionTimeout.html3 XtAppInitialize.html3 XtAppLock.html3 XtAppNextEvent.html3 XtAppReleaseCacheRefs.html3 XtAppSetExitFlag.html3 XtAppSetFallbackResources.html3 XtAppSetTypeConverter.html3 XtBuildEventMask.html3 XtCallAcceptFocus.html3 XtCallActionProc.html3 XtCallCallbacks.html3 XtClass.html3 XtConfigureWidget.html3 XtConvert.html3 XtConvertAndStore.html3 XtCreateApplicationContext.html3 XtCreateApplicationShell.html3 XtCreatePopupShell.html3 XtCreateSelectionRequest.html3 XtCreateWidget.html3 XtCreateWindow.html3 XtDisplay.html3 XtDisplayInitialize.html3 XtDisplayStringConversionWarning.html3 XtDisplayToApplicationContext.html3 XtError.html3 XtErrorMsg.html3 XtFindFile.html3 XtGetActionKeysym.html3 XtGetActionList.html3 XtGetApplicationNameAndClass.html3 XtGetApplicationResources.html3 XtGetClassExtension.html3 XtGetDisplays.html3 XtGetErrorDatabase.html3 XtGetGC.html3 XtGetKeyboardFocusWidget.html3 XtGetKeysymTable.html3 XtGetResourceList.html3 XtGetSelectionParameters.html3 XtGetSelectionRequest.html3 XtGetSelectionTimeout.html3 XtGetSelectionValue.html3 XtGetSelectionValueIncremental.html3 XtGetSubresources.html3 XtGrabKey.html3 XtHooksOfDisplay.html3 XtInitialize.html3 XtInitializeWidgetClass.html3 XtInsertEventTypeHandler.html3 XtLastEventProcessed.html3 XtMakeGeometryRequest.html3 XtMalloc.html3 XtManageChildren.html3 XtMapWidget.html3 XtName.html3 XtNameToWidget.html3 XtNextEvent.html3 XtOffset.html3 XtOpenApplication.html3 XtOwnSelection.html3 XtParent.html3 XtParseAcceleratorTable.html3 XtParseTranslationTable.html3 XtPopdown.html3 XtPopup.html3 XtProcessLock.html3 XtQueryGeometry.html3 XtRealizeWidget.html3 XtRegisterDrawable.html3 XtRegisterGrabAction.html3 XtReservePropertyAtom.html3 XtResolvePathname.html3 XtSessionGetToken.html3 XtSetArg.html3 XtSetKeyTranslator.html3 XtSetKeyboardFocus.html3 XtSetLanguageProc.html3 XtSetMultiClickTime.html3 XtSetSelectionParameters.html3 XtSetSensitive.html3 XtSetValues.html3 XtSetWMColormapWindows.html3 XtStringConversionWarning.html3 XtToolkitThreadInitialize.html3 XtTranslateCoords.html3 XtVaCreateArgsList.html3 .depend ActionHook.d Alloc.d ArgList.d Callback.d ClickTime.d Composite.d Constraint.d Convert.d Converters.d Core.d Create.d Destroy.d Display.d Error.d Event.d EventUtil.d Functions.d GCManager.d Geometry.d GetActKey.d GetResList.d GetValues.d HookObj.d Hooks.d Initialize.d Intrinsic.d Keyboard.d Manage.d NextEvent.d Object.d PassivGrab.d Pointer.d Popup.d PopupCB.d RectObj.d ResConfig.d Resources.d Selection.d SetSens.d SetValues.d SetWMCW.d Shell.d StringDefs.d TMaction.d TMgrab.d TMkey.d TMparse.d TMprint.d TMstate.d Threads.d VarCreate.d VarGet.d Varargs.d Vendor.d ActionHook.d.tmp Alloc.d.tmp ArgList.d.tmp Callback.d.tmp ClickTime.d.tmp Composite.d.tmp Constraint.d.tmp Convert.d.tmp Converters.d.tmp Core.d.tmp Create.d.tmp Destroy.d.tmp Display.d.tmp Error.d.tmp Event.d.tmp EventUtil.d.tmp Functions.d.tmp GCManager.d.tmp Geometry.d.tmp GetActKey.d.tmp GetResList.d.tmp GetValues.d.tmp HookObj.d.tmp Hooks.d.tmp Initialize.d.tmp Intrinsic.d.tmp Keyboard.d.tmp Manage.d.tmp NextEvent.d.tmp Object.d.tmp PassivGrab.d.tmp Pointer.d.tmp Popup.d.tmp PopupCB.d.tmp RectObj.d.tmp ResConfig.d.tmp Resources.d.tmp Selection.d.tmp SetSens.d.tmp SetValues.d.tmp SetWMCW.d.tmp Shell.d.tmp StringDefs.d.tmp TMaction.d.tmp TMgrab.d.tmp TMkey.d.tmp TMparse.d.tmp TMprint.d.tmp TMstate.d.tmp Threads.d.tmp VarCreate.d.tmp VarGet.d.tmp Varargs.d.tmp Vendor.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXt && rm -f XtAddActions.3 XtAddCallback.3 XtAddEventHandler.3 XtAddExposureToRegion.3 XtAddGrab.3 XtAddInput.3 XtAllocateGC.3 XtAppAddActionHook.3 XtAppAddActions.3 XtAppAddBlockHook.3 XtAppAddConverter.3 XtAppAddInput.3 XtAppAddSignal.3 XtAppAddTimeOut.3 XtAppAddWorkProc.3 XtAppCreateShell.3 XtAppError.3 XtAppErrorMsg.3 XtAppGetErrorDatabase.3 XtAppGetSelectionTimeout.3 XtAppInitialize.3 XtAppLock.3 XtAppNextEvent.3 XtAppReleaseCacheRefs.3 XtAppSetExitFlag.3 XtAppSetFallbackResources.3 XtAppSetTypeConverter.3 XtBuildEventMask.3 XtCallAcceptFocus.3 XtCallActionProc.3 XtCallCallbacks.3 XtClass.3 XtConfigureWidget.3 XtConvert.3 XtConvertAndStore.3 XtCreateApplicationContext.3 XtCreateApplicationShell.3 XtCreatePopupShell.3 XtCreateSelectionRequest.3 XtCreateWidget.3 XtCreateWindow.3 XtDisplay.3 XtDisplayInitialize.3 XtDisplayStringConversionWarning.3 XtDisplayToApplicationContext.3 XtError.3 XtErrorMsg.3 XtFindFile.3 XtGetActionKeysym.3 XtGetActionList.3 XtGetApplicationNameAndClass.3 XtGetApplicationResources.3 XtGetClassExtension.3 XtGetDisplays.3 XtGetErrorDatabase.3 XtGetGC.3 XtGetKeyboardFocusWidget.3 XtGetKeysymTable.3 XtGetResourceList.3 XtGetSelectionParameters.3 XtGetSelectionRequest.3 XtGetSelectionTimeout.3 XtGetSelectionValue.3 XtGetSelectionValueIncremental.3 XtGetSubresources.3 XtGrabKey.3 XtHooksOfDisplay.3 XtInitialize.3 XtInitializeWidgetClass.3 XtInsertEventTypeHandler.3 XtLastEventProcessed.3 XtMakeGeometryRequest.3 XtMalloc.3 XtManageChildren.3 XtMapWidget.3 XtName.3 XtNameToWidget.3 XtNextEvent.3 XtOffset.3 XtOpenApplication.3 XtOwnSelection.3 XtParent.3 XtParseAcceleratorTable.3 XtParseTranslationTable.3 XtPopdown.3 XtPopup.3 XtProcessLock.3 XtQueryGeometry.3 XtRealizeWidget.3 XtRegisterDrawable.3 XtRegisterGrabAction.3 XtReservePropertyAtom.3 XtResolvePathname.3 XtSessionGetToken.3 XtSetArg.3 XtSetKeyTranslator.3 XtSetKeyboardFocus.3 XtSetLanguageProc.3 XtSetMultiClickTime.3 XtSetSelectionParameters.3 XtSetSensitive.3 XtSetValues.3 XtSetWMColormapWindows.3 XtStringConversionWarning.3 XtToolkitThreadInitialize.3 XtTranslateCoords.3 XtVaCreateArgsList.3 XtAddActions.html3 XtAddCallback.html3 XtAddEventHandler.html3 XtAddExposureToRegion.html3 XtAddGrab.html3 XtAddInput.html3 XtAllocateGC.html3 XtAppAddActionHook.html3 XtAppAddActions.html3 XtAppAddBlockHook.html3 XtAppAddConverter.html3 XtAppAddInput.html3 XtAppAddSignal.html3 XtAppAddTimeOut.html3 XtAppAddWorkProc.html3 XtAppCreateShell.html3 XtAppError.html3 XtAppErrorMsg.html3 XtAppGetErrorDatabase.html3 XtAppGetSelectionTimeout.html3 XtAppInitialize.html3 XtAppLock.html3 XtAppNextEvent.html3 XtAppReleaseCacheRefs.html3 XtAppSetExitFlag.html3 XtAppSetFallbackResources.html3 XtAppSetTypeConverter.html3 XtBuildEventMask.html3 XtCallAcceptFocus.html3 XtCallActionProc.html3 XtCallCallbacks.html3 XtClass.html3 XtConfigureWidget.html3 XtConvert.html3 XtConvertAndStore.html3 XtCreateApplicationContext.html3 XtCreateApplicationShell.html3 XtCreatePopupShell.html3 XtCreateSelectionRequest.html3 XtCreateWidget.html3 XtCreateWindow.html3 XtDisplay.html3 XtDisplayInitialize.html3 XtDisplayStringConversionWarning.html3 XtDisplayToApplicationContext.html3 XtError.html3 XtErrorMsg.html3 XtFindFile.html3 XtGetActionKeysym.html3 XtGetActionList.html3 XtGetApplicationNameAndClass.html3 XtGetApplicationResources.html3 XtGetClassExtension.html3 XtGetDisplays.html3 XtGetErrorDatabase.html3 XtGetGC.html3 XtGetKeyboardFocusWidget.html3 XtGetKeysymTable.html3 XtGetResourceList.html3 XtGetSelectionParameters.html3 XtGetSelectionRequest.html3 XtGetSelectionTimeout.html3 XtGetSelectionValue.html3 XtGetSelectionValueIncremental.html3 XtGetSubresources.html3 XtGrabKey.html3 XtHooksOfDisplay.html3 XtInitialize.html3 XtInitializeWidgetClass.html3 XtInsertEventTypeHandler.html3 XtLastEventProcessed.html3 XtMakeGeometryRequest.html3 XtMalloc.html3 XtManageChildren.html3 XtMapWidget.html3 XtName.html3 XtNameToWidget.html3 XtNextEvent.html3 XtOffset.html3 XtOpenApplication.html3 XtOwnSelection.html3 XtParent.html3 XtParseAcceleratorTable.html3 XtParseTranslationTable.html3 XtPopdown.html3 XtPopup.html3 XtProcessLock.html3 XtQueryGeometry.html3 XtRealizeWidget.html3 XtRegisterDrawable.html3 XtRegisterGrabAction.html3 XtReservePropertyAtom.html3 XtResolvePathname.html3 XtSessionGetToken.html3 XtSetArg.html3 XtSetKeyTranslator.html3 XtSetKeyboardFocus.html3 XtSetLanguageProc.html3 XtSetMultiClickTime.html3 XtSetSelectionParameters.html3 XtSetSensitive.html3 XtSetValues.html3 XtSetWMColormapWindows.html3 XtStringConversionWarning.html3 XtToolkitThreadInitialize.html3 XtTranslateCoords.html3 XtVaCreateArgsList.html3 .depend ActionHook.d Alloc.d ArgList.d Callback.d ClickTime.d Composite.d Constraint.d Convert.d Converters.d Core.d Create.d Destroy.d Display.d Error.d Event.d EventUtil.d Functions.d GCManager.d Geometry.d GetActKey.d GetResList.d GetValues.d HookObj.d Hooks.d Initialize.d Intrinsic.d Keyboard.d Manage.d NextEvent.d Object.d PassivGrab.d Pointer.d Popup.d PopupCB.d RectObj.d ResConfig.d Resources.d Selection.d SetSens.d SetValues.d SetWMCW.d Shell.d StringDefs.d TMaction.d TMgrab.d TMkey.d TMparse.d TMprint.d TMstate.d Threads.d VarCreate.d VarGet.d Varargs.d Vendor.d ActionHook.d.tmp Alloc.d.tmp ArgList.d.tmp Callback.d.tmp ClickTime.d.tmp Composite.d.tmp Constraint.d.tmp Convert.d.tmp Converters.d.tmp Core.d.tmp Create.d.tmp Destroy.d.tmp Display.d.tmp Error.d.tmp Event.d.tmp EventUtil.d.tmp Functions.d.tmp GCManager.d.tmp Geometry.d.tmp GetActKey.d.tmp GetResList.d.tmp GetValues.d.tmp HookObj.d.tmp Hooks.d.tmp Initialize.d.tmp Intrinsic.d.tmp Keyboard.d.tmp Manage.d.tmp NextEvent.d.tmp Object.d.tmp PassivGrab.d.tmp Pointer.d.tmp Popup.d.tmp PopupCB.d.tmp RectObj.d.tmp ResConfig.d.tmp Resources.d.tmp Selection.d.tmp SetSens.d.tmp SetValues.d.tmp SetWMCW.d.tmp Shell.d.tmp StringDefs.d.tmp TMaction.d.tmp TMgrab.d.tmp TMkey.d.tmp TMparse.d.tmp TMprint.d.tmp TMstate.d.tmp Threads.d.tmp VarCreate.d.tmp VarGet.d.tmp Varargs.d.tmp Vendor.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f llib-lkadm5srv.ln acl.ln bump_pw_expire.ln chpass_s.ln common_glue.ln context_s.ln create_s.ln delete_s.ln destroy_s.ln ent_setup.ln error.ln flush_s.ln free.ln get_princs_s.ln get_s.ln init_s.ln keys.ln log.ln marshall.ln modify_s.ln password_quality.ln privs_s.ln randkey_s.ln rename_s.ln server_glue.ln setkey3_s.ln set_keys.ln set_modifier.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f llib-lkadm5srv.ln acl.ln bump_pw_expire.ln chpass_s.ln common_glue.ln context_s.ln create_s.ln delete_s.ln destroy_s.ln ent_setup.ln error.ln flush_s.ln free.ln get_princs_s.ln get_s.ln init_s.ln keys.ln log.ln marshall.ln modify_s.ln password_quality.ln privs_s.ln randkey_s.ln rename_s.ln server_glue.ln setkey3_s.ln set_keys.ln set_modifier.ln || true) --- cleandir-external --- --- cleandir-libxkbfile --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libxkbfile --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f kadm5_err.c kadm5_err.h libkadm5srv.so.16.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f kadm5_err.c kadm5_err.h libkadm5srv.so.16.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f kadm5_pwcheck.html3 .depend acl.d bump_pw_expire.d chpass_s.d common_glue.d context_s.d create_s.d delete_s.d destroy_s.d ent_setup.d error.d flush_s.d free.d get_princs_s.d get_s.d init_s.d kadm5_err.d keys.d log.d marshall.d modify_s.d password_quality.d privs_s.d randkey_s.d rename_s.d server_glue.d set_keys.d set_modifier.d setkey3_s.d acl.d.tmp bump_pw_expire.d.tmp chpass_s.d.tmp common_glue.d.tmp context_s.d.tmp create_s.d.tmp delete_s.d.tmp destroy_s.d.tmp ent_setup.d.tmp error.d.tmp flush_s.d.tmp free.d.tmp get_princs_s.d.tmp get_s.d.tmp init_s.d.tmp kadm5_err.d.tmp keys.d.tmp log.d.tmp marshall.d.tmp modify_s.d.tmp password_quality.d.tmp privs_s.d.tmp randkey_s.d.tmp rename_s.d.tmp server_glue.d.tmp set_keys.d.tmp set_modifier.d.tmp setkey3_s.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5srv && rm -f kadm5_pwcheck.html3 .depend acl.d bump_pw_expire.d chpass_s.d common_glue.d context_s.d create_s.d delete_s.d destroy_s.d ent_setup.d error.d flush_s.d free.d get_princs_s.d get_s.d init_s.d kadm5_err.d keys.d log.d marshall.d modify_s.d password_quality.d privs_s.d randkey_s.d rename_s.d server_glue.d set_keys.d set_modifier.d setkey3_s.d acl.d.tmp bump_pw_expire.d.tmp chpass_s.d.tmp common_glue.d.tmp context_s.d.tmp create_s.d.tmp delete_s.d.tmp destroy_s.d.tmp ent_setup.d.tmp error.d.tmp flush_s.d.tmp free.d.tmp get_princs_s.d.tmp get_s.d.tmp init_s.d.tmp kadm5_err.d.tmp keys.d.tmp log.d.tmp marshall.d.tmp modify_s.d.tmp password_quality.d.tmp privs_s.d.tmp randkey_s.d.tmp rename_s.d.tmp server_glue.d.tmp set_keys.d.tmp set_modifier.d.tmp setkey3_s.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbfile && rm -f xkbfile.pc xkbfile.pc.tmp libxkbfile.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- cleandir-libkadm5clnt --- cleandir ===> crypto/external/bsd/heimdal/lib/libkadm5clnt --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbfile && rm -f xkbfile.pc xkbfile.pc.tmp libxkbfile.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbfile && rm -f libxkbfile.a cout.o maprules.o srvmisc.o xkbatom.o xkbbells.o xkbconfig.o xkbdraw.o xkberrs.o xkbmisc.o xkbout.o xkbtext.o xkmout.o xkmread.o cout.o.tmp maprules.o.tmp srvmisc.o.tmp xkbatom.o.tmp xkbbells.o.tmp xkbconfig.o.tmp xkbdraw.o.tmp xkberrs.o.tmp xkbmisc.o.tmp xkbout.o.tmp xkbtext.o.tmp xkmout.o.tmp xkmread.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbfile && rm -f libxkbfile.a cout.o maprules.o srvmisc.o xkbatom.o xkbbells.o xkbconfig.o xkbdraw.o xkberrs.o xkbmisc.o xkbout.o xkbtext.o xkmout.o xkmread.o cout.o.tmp maprules.o.tmp srvmisc.o.tmp xkbatom.o.tmp xkbbells.o.tmp xkbconfig.o.tmp xkbdraw.o.tmp xkberrs.o.tmp xkbmisc.o.tmp xkbout.o.tmp xkbtext.o.tmp xkmout.o.tmp xkmread.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbfile && rm -f libxkbfile_p.a cout.po maprules.po srvmisc.po xkbatom.po xkbbells.po xkbconfig.po xkbdraw.po xkberrs.po xkbmisc.po xkbout.po xkbtext.po xkmout.po xkmread.po cout.po.tmp maprules.po.tmp srvmisc.po.tmp xkbatom.po.tmp xkbbells.po.tmp xkbconfig.po.tmp xkbdraw.po.tmp xkberrs.po.tmp xkbmisc.po.tmp xkbout.po.tmp xkbtext.po.tmp xkmout.po.tmp xkmread.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbfile && rm -f libxkbfile_p.a cout.po maprules.po srvmisc.po xkbatom.po xkbbells.po xkbconfig.po xkbdraw.po xkberrs.po xkbmisc.po xkbout.po xkbtext.po xkmout.po xkmread.po cout.po.tmp maprules.po.tmp srvmisc.po.tmp xkbatom.po.tmp xkbbells.po.tmp xkbconfig.po.tmp xkbdraw.po.tmp xkberrs.po.tmp xkbmisc.po.tmp xkbout.po.tmp xkbtext.po.tmp xkmout.po.tmp xkmread.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbfile && rm -f libxkbfile_g.a || true) --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbfile && rm -f libxkbfile_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt.a kadm5_err.o ad.o chpass_c.o client_glue.o common_glue.o create_c.o delete_c.o destroy_c.o flush_c.o free.o get_c.o get_princs_c.o init_c.o marshall.o modify_c.o privs_c.o randkey_c.o rename_c.o send_recv.o kadm5_err.o.tmp ad.o.tmp chpass_c.o.tmp client_glue.o.tmp common_glue.o.tmp create_c.o.tmp delete_c.o.tmp destroy_c.o.tmp flush_c.o.tmp free.o.tmp get_c.o.tmp get_princs_c.o.tmp init_c.o.tmp marshall.o.tmp modify_c.o.tmp privs_c.o.tmp randkey_c.o.tmp rename_c.o.tmp send_recv.o.tmp || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt.a kadm5_err.o ad.o chpass_c.o client_glue.o common_glue.o create_c.o delete_c.o destroy_c.o flush_c.o free.o get_c.o get_princs_c.o init_c.o marshall.o modify_c.o privs_c.o randkey_c.o rename_c.o send_recv.o kadm5_err.o.tmp ad.o.tmp chpass_c.o.tmp client_glue.o.tmp common_glue.o.tmp create_c.o.tmp delete_c.o.tmp destroy_c.o.tmp flush_c.o.tmp free.o.tmp get_c.o.tmp get_princs_c.o.tmp init_c.o.tmp marshall.o.tmp modify_c.o.tmp privs_c.o.tmp randkey_c.o.tmp rename_c.o.tmp send_recv.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbfile && rm -f libxkbfile_pic.a libxkbfile.so.* libxkbfile.so cout.pico maprules.pico srvmisc.pico xkbatom.pico xkbbells.pico xkbconfig.pico xkbdraw.pico xkberrs.pico xkbmisc.pico xkbout.pico xkbtext.pico xkmout.pico xkmread.pico cout.pico.tmp maprules.pico.tmp srvmisc.pico.tmp xkbatom.pico.tmp xkbbells.pico.tmp xkbconfig.pico.tmp xkbdraw.pico.tmp xkberrs.pico.tmp xkbmisc.pico.tmp xkbout.pico.tmp xkbtext.pico.tmp xkmout.pico.tmp xkmread.pico.tmp || true) --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbfile && rm -f libxkbfile_pic.a libxkbfile.so.* libxkbfile.so cout.pico maprules.pico srvmisc.pico xkbatom.pico xkbbells.pico xkbconfig.pico xkbdraw.pico xkberrs.pico xkbmisc.pico xkbout.pico xkbtext.pico xkmout.pico xkmread.pico cout.pico.tmp maprules.pico.tmp srvmisc.pico.tmp xkbatom.pico.tmp xkbbells.pico.tmp xkbconfig.pico.tmp xkbdraw.pico.tmp xkberrs.pico.tmp xkbmisc.pico.tmp xkbout.pico.tmp xkbtext.pico.tmp xkmout.pico.tmp xkmread.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_p.a kadm5_err.po ad.po chpass_c.po client_glue.po common_glue.po create_c.po delete_c.po destroy_c.po flush_c.po free.po get_c.po get_princs_c.po init_c.po marshall.po modify_c.po privs_c.po randkey_c.po rename_c.po send_recv.po kadm5_err.po.tmp ad.po.tmp chpass_c.po.tmp client_glue.po.tmp common_glue.po.tmp create_c.po.tmp delete_c.po.tmp destroy_c.po.tmp flush_c.po.tmp free.po.tmp get_c.po.tmp get_princs_c.po.tmp init_c.po.tmp marshall.po.tmp modify_c.po.tmp privs_c.po.tmp randkey_c.po.tmp rename_c.po.tmp send_recv.po.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_p.a kadm5_err.po ad.po chpass_c.po client_glue.po common_glue.po create_c.po delete_c.po destroy_c.po flush_c.po free.po get_c.po get_princs_c.po init_c.po marshall.po modify_c.po privs_c.po randkey_c.po rename_c.po send_recv.po kadm5_err.po.tmp ad.po.tmp chpass_c.po.tmp client_glue.po.tmp common_glue.po.tmp create_c.po.tmp delete_c.po.tmp destroy_c.po.tmp flush_c.po.tmp free.po.tmp get_c.po.tmp get_princs_c.po.tmp init_c.po.tmp marshall.po.tmp modify_c.po.tmp privs_c.po.tmp randkey_c.po.tmp rename_c.po.tmp send_recv.po.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbfile && rm -f llib-lxkbfile.ln cout.ln maprules.ln srvmisc.ln xkbatom.ln xkbbells.ln xkbconfig.ln xkbdraw.ln xkberrs.ln xkbmisc.ln xkbout.ln xkbtext.ln xkmout.ln xkmread.ln || true) --- cleandir-crypto/external --- --- libclean3 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbfile && rm -f llib-lxkbfile.ln cout.ln maprules.ln srvmisc.ln xkbatom.ln xkbbells.ln xkbconfig.ln xkbdraw.ln xkberrs.ln xkbmisc.ln xkbout.ln xkbtext.ln xkmout.ln xkmread.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbfile && rm -f .depend cout.d maprules.d srvmisc.d xkbatom.d xkbbells.d xkbconfig.d xkbdraw.d xkberrs.d xkbmisc.d xkbout.d xkbtext.d xkmout.d xkmread.d cout.d.tmp maprules.d.tmp srvmisc.d.tmp xkbatom.d.tmp xkbbells.d.tmp xkbconfig.d.tmp xkbdraw.d.tmp xkberrs.d.tmp xkbmisc.d.tmp xkbout.d.tmp xkbtext.d.tmp xkmout.d.tmp xkmread.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbfile && rm -f .depend cout.d maprules.d srvmisc.d xkbatom.d xkbbells.d xkbconfig.d xkbdraw.d xkberrs.d xkbmisc.d xkbout.d xkbtext.d xkmout.d xkmread.d cout.d.tmp maprules.d.tmp srvmisc.d.tmp xkbatom.d.tmp xkbbells.d.tmp xkbconfig.d.tmp xkbdraw.d.tmp xkberrs.d.tmp xkbmisc.d.tmp xkbout.d.tmp xkbtext.d.tmp xkmout.d.tmp xkmread.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_pic.a libkadm5clnt.so.* libkadm5clnt.so kadm5_err.pico ad.pico chpass_c.pico client_glue.pico common_glue.pico create_c.pico delete_c.pico destroy_c.pico flush_c.pico free.pico get_c.pico get_princs_c.pico init_c.pico marshall.pico modify_c.pico privs_c.pico randkey_c.pico rename_c.pico send_recv.pico kadm5_err.pico.tmp ad.pico.tmp chpass_c.pico.tmp client_glue.pico.tmp common_glue.pico.tmp create_c.pico.tmp delete_c.pico.tmp destroy_c.pico.tmp flush_c.pico.tmp free.pico.tmp get_c.pico.tmp get_princs_c.pico.tmp init_c.pico.tmp marshall.pico.tmp modify_c.pico.tmp privs_c.pico.tmp randkey_c.pico.tmp rename_c.pico.tmp send_recv.pico.tmp || true) --- cleandir-external --- --- cleandir-libepoxy --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f libkadm5clnt_pic.a libkadm5clnt.so.* libkadm5clnt.so kadm5_err.pico ad.pico chpass_c.pico client_glue.pico common_glue.pico create_c.pico delete_c.pico destroy_c.pico flush_c.pico free.pico get_c.pico get_princs_c.pico init_c.pico marshall.pico modify_c.pico privs_c.pico randkey_c.pico rename_c.pico send_recv.pico kadm5_err.pico.tmp ad.pico.tmp chpass_c.pico.tmp client_glue.pico.tmp common_glue.pico.tmp create_c.pico.tmp delete_c.pico.tmp destroy_c.pico.tmp flush_c.pico.tmp free.pico.tmp get_c.pico.tmp get_princs_c.pico.tmp init_c.pico.tmp marshall.pico.tmp modify_c.pico.tmp privs_c.pico.tmp randkey_c.pico.tmp rename_c.pico.tmp send_recv.pico.tmp || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libepoxy --- cleandir-crypto/external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f llib-lkadm5clnt.ln ad.ln chpass_c.ln client_glue.ln common_glue.ln create_c.ln delete_c.ln destroy_c.ln flush_c.ln free.ln get_c.ln get_princs_c.ln init_c.ln marshall.ln modify_c.ln privs_c.ln randkey_c.ln rename_c.ln send_recv.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f llib-lkadm5clnt.ln ad.ln chpass_c.ln client_glue.ln common_glue.ln create_c.ln delete_c.ln destroy_c.ln flush_c.ln free.ln get_c.ln get_princs_c.ln init_c.ln marshall.ln modify_c.ln privs_c.ln randkey_c.ln rename_c.ln send_recv.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libepoxy && rm -f epoxy.pc epoxy.pc.tmp libepoxy.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f kadm5_err.c kadm5_err.h libkadm5clnt.so.15.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libepoxy && rm -f epoxy.pc epoxy.pc.tmp libepoxy.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f kadm5_err.c kadm5_err.h libkadm5clnt.so.15.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libepoxy && rm -f libepoxy.a dispatch_common.o dispatch_glx.o gl_generated_dispatch.o glx_generated_dispatch.o dispatch_egl.o egl_generated_dispatch.o dispatch_common.o.tmp dispatch_glx.o.tmp gl_generated_dispatch.o.tmp glx_generated_dispatch.o.tmp dispatch_egl.o.tmp egl_generated_dispatch.o.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f .depend ad.d chpass_c.d client_glue.d common_glue.d create_c.d delete_c.d destroy_c.d flush_c.d free.d get_c.d get_princs_c.d init_c.d kadm5_err.d marshall.d modify_c.d privs_c.d randkey_c.d rename_c.d send_recv.d ad.d.tmp chpass_c.d.tmp client_glue.d.tmp common_glue.d.tmp create_c.d.tmp delete_c.d.tmp destroy_c.d.tmp flush_c.d.tmp free.d.tmp get_c.d.tmp get_princs_c.d.tmp init_c.d.tmp kadm5_err.d.tmp marshall.d.tmp modify_c.d.tmp privs_c.d.tmp randkey_c.d.tmp rename_c.d.tmp send_recv.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libepoxy && rm -f libepoxy.a dispatch_common.o dispatch_glx.o gl_generated_dispatch.o glx_generated_dispatch.o dispatch_egl.o egl_generated_dispatch.o dispatch_common.o.tmp dispatch_glx.o.tmp gl_generated_dispatch.o.tmp glx_generated_dispatch.o.tmp dispatch_egl.o.tmp egl_generated_dispatch.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/lib/libkadm5clnt && rm -f .depend ad.d chpass_c.d client_glue.d common_glue.d create_c.d delete_c.d destroy_c.d flush_c.d free.d get_c.d get_princs_c.d init_c.d kadm5_err.d marshall.d modify_c.d privs_c.d randkey_c.d rename_c.d send_recv.d ad.d.tmp chpass_c.d.tmp client_glue.d.tmp common_glue.d.tmp create_c.d.tmp delete_c.d.tmp destroy_c.d.tmp flush_c.d.tmp free.d.tmp get_c.d.tmp get_princs_c.d.tmp init_c.d.tmp kadm5_err.d.tmp marshall.d.tmp modify_c.d.tmp privs_c.d.tmp randkey_c.d.tmp rename_c.d.tmp send_recv.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- --- cleandir-bin --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libepoxy && rm -f libepoxy_p.a dispatch_common.po dispatch_glx.po gl_generated_dispatch.po glx_generated_dispatch.po dispatch_egl.po egl_generated_dispatch.po dispatch_common.po.tmp dispatch_glx.po.tmp gl_generated_dispatch.po.tmp glx_generated_dispatch.po.tmp dispatch_egl.po.tmp egl_generated_dispatch.po.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/bin --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libepoxy && rm -f libepoxy_p.a dispatch_common.po dispatch_glx.po gl_generated_dispatch.po glx_generated_dispatch.po dispatch_egl.po egl_generated_dispatch.po dispatch_common.po.tmp dispatch_glx.po.tmp gl_generated_dispatch.po.tmp glx_generated_dispatch.po.tmp dispatch_egl.po.tmp egl_generated_dispatch.po.tmp || true) --- cleandir-crypto/external --- --- cleandir-gsstool --- cleandir ===> crypto/external/bsd/heimdal/bin/gsstool --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libepoxy && rm -f libepoxy_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libepoxy && rm -f libepoxy_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libepoxy && rm -f libepoxy_pic.a libepoxy.so.* libepoxy.so dispatch_common.pico dispatch_glx.pico gl_generated_dispatch.pico glx_generated_dispatch.pico dispatch_egl.pico egl_generated_dispatch.pico dispatch_common.pico.tmp dispatch_glx.pico.tmp gl_generated_dispatch.pico.tmp glx_generated_dispatch.pico.tmp dispatch_egl.pico.tmp egl_generated_dispatch.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libepoxy && rm -f libepoxy_pic.a libepoxy.so.* libepoxy.so dispatch_common.pico dispatch_glx.pico gl_generated_dispatch.pico glx_generated_dispatch.pico dispatch_egl.pico egl_generated_dispatch.pico dispatch_common.pico.tmp dispatch_glx.pico.tmp gl_generated_dispatch.pico.tmp glx_generated_dispatch.pico.tmp dispatch_egl.pico.tmp egl_generated_dispatch.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libepoxy && rm -f llib-lepoxy.ln dispatch_common.ln dispatch_glx.ln gl_generated_dispatch.ln glx_generated_dispatch.ln dispatch_egl.ln egl_generated_dispatch.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libepoxy && rm -f llib-lepoxy.ln dispatch_common.ln dispatch_glx.ln gl_generated_dispatch.ln glx_generated_dispatch.ln dispatch_egl.ln egl_generated_dispatch.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libepoxy && rm -f .depend dispatch_common.d dispatch_egl.d dispatch_glx.d egl_generated_dispatch.d gl_generated_dispatch.d glx_generated_dispatch.d dispatch_common.d.tmp dispatch_egl.d.tmp dispatch_glx.d.tmp egl_generated_dispatch.d.tmp gl_generated_dispatch.d.tmp glx_generated_dispatch.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libepoxy && rm -f .depend dispatch_common.d dispatch_egl.d dispatch_glx.d egl_generated_dispatch.d gl_generated_dispatch.d glx_generated_dispatch.d dispatch_common.d.tmp dispatch_egl.d.tmp dispatch_glx.d.tmp egl_generated_dispatch.d.tmp gl_generated_dispatch.d.tmp glx_generated_dispatch.d.tmp tags || true) --- cleandir-libvdpau --- cleandir ===> external/mit/xorg/lib/libvdpau --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/gsstool && rm -f gss-commands.c gss-commands.h a.out [Ee]rrs mklog core *.core .gdbinit gsstool gss-commands.o gsstool.o gsstool.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/gsstool && rm -f gss-commands.c gss-commands.h a.out [Ee]rrs mklog core *.core .gdbinit gsstool gss-commands.o gsstool.o gsstool.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libvdpau && rm -f vdpau.pc vdpau.pc.tmp libvdpau.so.1.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libvdpau && rm -f vdpau.pc vdpau.pc.tmp libvdpau.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/gsstool && rm -f .depend gss-commands.d gsstool.d gss-commands.d.tmp gsstool.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/gsstool && rm -f .depend gss-commands.d gsstool.d gss-commands.d.tmp gsstool.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libvdpau && rm -f libvdpau.a vdpau_wrapper.o mesa_dri2.o vdpau_wrapper.o.tmp mesa_dri2.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libvdpau && rm -f libvdpau.a vdpau_wrapper.o mesa_dri2.o vdpau_wrapper.o.tmp mesa_dri2.o.tmp || true) --- cleandir-crypto/external --- --- cleandir-hxtool --- cleandir ===> crypto/external/bsd/heimdal/bin/hxtool --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libvdpau && rm -f libvdpau_p.a vdpau_wrapper.po mesa_dri2.po vdpau_wrapper.po.tmp mesa_dri2.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libvdpau && rm -f libvdpau_p.a vdpau_wrapper.po mesa_dri2.po vdpau_wrapper.po.tmp mesa_dri2.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libvdpau && rm -f libvdpau_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libvdpau && rm -f libvdpau_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libvdpau && rm -f libvdpau_pic.a libvdpau.so.* libvdpau.so vdpau_wrapper.pico mesa_dri2.pico vdpau_wrapper.pico.tmp mesa_dri2.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libvdpau && rm -f libvdpau_pic.a libvdpau.so.* libvdpau.so vdpau_wrapper.pico mesa_dri2.pico vdpau_wrapper.pico.tmp mesa_dri2.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libvdpau && rm -f llib-lvdpau.ln vdpau_wrapper.ln mesa_dri2.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libvdpau && rm -f llib-lvdpau.ln vdpau_wrapper.ln mesa_dri2.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libvdpau && rm -f .depend mesa_dri2.d vdpau_wrapper.d mesa_dri2.d.tmp vdpau_wrapper.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libvdpau && rm -f .depend mesa_dri2.d vdpau_wrapper.d mesa_dri2.d.tmp vdpau_wrapper.d.tmp tags || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/hxtool && rm -f hxtool-commands.c hxtool-commands.h a.out [Ee]rrs mklog core *.core .gdbinit hxtool hxtool-commands.o hxtool.o hxtool.ln || true) --- cleandir-external --- --- cleandir-libXi --- cleandir ===> external/mit/xorg/lib/libXi --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/hxtool && rm -f hxtool-commands.c hxtool-commands.h a.out [Ee]rrs mklog core *.core .gdbinit hxtool hxtool-commands.o hxtool.o hxtool.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/hxtool && rm -f .depend hxtool-commands.d hxtool.d hxtool-commands.d.tmp hxtool.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/hxtool && rm -f .depend hxtool-commands.d hxtool.d hxtool-commands.d.tmp hxtool.d.tmp tags || true) --- cleandir-kcc --- cleandir ===> crypto/external/bsd/heimdal/bin/kcc --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXi && rm -f xi.pc xi.pc.tmp libXi.so.7.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXi && rm -f xi.pc xi.pc.tmp libXi.so.7.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXi && rm -f libXi.a XIAllowEvents.o XIBarrier.o XIGrabDevice.o XIQueryVersion.o XIQueryDevice.o XISetDevFocus.o XIGetDevFocus.o XIPassiveGrab.o XIProperties.o XISelEv.o XISetCPtr.o XIWarpPointer.o XIHierarchy.o XIDefineCursor.o XIQueryPointer.o XAllowDv.o XChDProp.o XChgDCtl.o XChgFCtl.o XChgKbd.o XChgKMap.o XChgPnt.o XChgProp.o XCloseDev.o XDelDProp.o XDevBell.o XExtToWire.o XGetBMap.o XGetCPtr.o XGetDCtl.o XGetDProp.o XGetFCtl.o XGetKMap.o XGetMMap.o XGetProp.o XGetVers.o XGMotion.o XGrabDev.o XGrDvBut.o XGrDvKey.o XGtFocus.o XGtSelect.o XListDev.o XListDProp.o XOpenDev.o XQueryDv.o XSelect.o XSetBMap.o XSetDVal.o XSetMMap.o XSetMode.o XSndExEv.o XStFocus.o XUngrDev.o XUngrDvB.o XUngrDvK.o XExtInt.o XIAllowEvents.o.tmp XIBarrier.o.tmp XIGrabDevice.o.tmp XIQueryVersion.o.tmp XIQueryDevice.o.tmp XISetDevFocus.o.tmp XIGetDevFocus.o.tmp XIPassiveGrab.o.tmp XIProperties.o.tmp XISelEv.o.tmp XISetCPtr.o.tmp XIWarpPointer.o.tmp XIHierarchy.o.tmp XIDefineCursor.o.tmp XIQueryPointer.o.tmp XAllowDv.o.tmp XChDProp.o.tmp XChgDCtl.o.tmp XChgFCtl.o.tmp XChgKbd.o.tmp XChgKMap.o.tmp XChgPnt.o.tmp XChgProp.o.tmp XCloseDev.o.tmp XDelDProp.o.tmp XDevBell.o.tmp XExtToWire.o.tmp XGetBMap.o.tmp XGetCPtr.o.tmp XGetDCtl.o.tmp XGetDProp.o.tmp XGetFCtl.o.tmp XGetKMap.o.tmp XGetMMap.o.tmp XGetProp.o.tmp XGetVers.o.tmp XGMotion.o.tmp XGrabDev.o.tmp XGrDvBut.o.tmp XGrDvKey.o.tmp XGtFocus.o.tmp XGtSelect.o.tmp XListDev.o.tmp XListDProp.o.tmp XOpenDev.o.tmp XQueryDv.o.tmp XSelect.o.tmp XSetBMap.o.tmp XSetDVal.o.tmp XSetMMap.o.tmp XSetMode.o.tmp XSndExEv.o.tmp XStFocus.o.tmp XUngrDev.o.tmp XUngrDvB.o.tmp XUngrDvK.o.tmp XExtInt.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXi && rm -f libXi.a XIAllowEvents.o XIBarrier.o XIGrabDevice.o XIQueryVersion.o XIQueryDevice.o XISetDevFocus.o XIGetDevFocus.o XIPassiveGrab.o XIProperties.o XISelEv.o XISetCPtr.o XIWarpPointer.o XIHierarchy.o XIDefineCursor.o XIQueryPointer.o XAllowDv.o XChDProp.o XChgDCtl.o XChgFCtl.o XChgKbd.o XChgKMap.o XChgPnt.o XChgProp.o XCloseDev.o XDelDProp.o XDevBell.o XExtToWire.o XGetBMap.o XGetCPtr.o XGetDCtl.o XGetDProp.o XGetFCtl.o XGetKMap.o XGetMMap.o XGetProp.o XGetVers.o XGMotion.o XGrabDev.o XGrDvBut.o XGrDvKey.o XGtFocus.o XGtSelect.o XListDev.o XListDProp.o XOpenDev.o XQueryDv.o XSelect.o XSetBMap.o XSetDVal.o XSetMMap.o XSetMode.o XSndExEv.o XStFocus.o XUngrDev.o XUngrDvB.o XUngrDvK.o XExtInt.o XIAllowEvents.o.tmp XIBarrier.o.tmp XIGrabDevice.o.tmp XIQueryVersion.o.tmp XIQueryDevice.o.tmp XISetDevFocus.o.tmp XIGetDevFocus.o.tmp XIPassiveGrab.o.tmp XIProperties.o.tmp XISelEv.o.tmp XISetCPtr.o.tmp XIWarpPointer.o.tmp XIHierarchy.o.tmp XIDefineCursor.o.tmp XIQueryPointer.o.tmp XAllowDv.o.tmp XChDProp.o.tmp XChgDCtl.o.tmp XChgFCtl.o.tmp XChgKbd.o.tmp XChgKMap.o.tmp XChgPnt.o.tmp XChgProp.o.tmp XCloseDev.o.tmp XDelDProp.o.tmp XDevBell.o.tmp XExtToWire.o.tmp XGetBMap.o.tmp XGetCPtr.o.tmp XGetDCtl.o.tmp XGetDProp.o.tmp XGetFCtl.o.tmp XGetKMap.o.tmp XGetMMap.o.tmp XGetProp.o.tmp XGetVers.o.tmp XGMotion.o.tmp XGrabDev.o.tmp XGrDvBut.o.tmp XGrDvKey.o.tmp XGtFocus.o.tmp XGtSelect.o.tmp XListDev.o.tmp XListDProp.o.tmp XOpenDev.o.tmp XQueryDv.o.tmp XSelect.o.tmp XSetBMap.o.tmp XSetDVal.o.tmp XSetMMap.o.tmp XSetMode.o.tmp XSndExEv.o.tmp XStFocus.o.tmp XUngrDev.o.tmp XUngrDvB.o.tmp XUngrDvK.o.tmp XExtInt.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXi && rm -f libXi_p.a XIAllowEvents.po XIBarrier.po XIGrabDevice.po XIQueryVersion.po XIQueryDevice.po XISetDevFocus.po XIGetDevFocus.po XIPassiveGrab.po XIProperties.po XISelEv.po XISetCPtr.po XIWarpPointer.po XIHierarchy.po XIDefineCursor.po XIQueryPointer.po XAllowDv.po XChDProp.po XChgDCtl.po XChgFCtl.po XChgKbd.po XChgKMap.po XChgPnt.po XChgProp.po XCloseDev.po XDelDProp.po XDevBell.po XExtToWire.po XGetBMap.po XGetCPtr.po XGetDCtl.po XGetDProp.po XGetFCtl.po XGetKMap.po XGetMMap.po XGetProp.po XGetVers.po XGMotion.po XGrabDev.po XGrDvBut.po XGrDvKey.po XGtFocus.po XGtSelect.po XListDev.po XListDProp.po XOpenDev.po XQueryDv.po XSelect.po XSetBMap.po XSetDVal.po XSetMMap.po XSetMode.po XSndExEv.po XStFocus.po XUngrDev.po XUngrDvB.po XUngrDvK.po XExtInt.po XIAllowEvents.po.tmp XIBarrier.po.tmp XIGrabDevice.po.tmp XIQueryVersion.po.tmp XIQueryDevice.po.tmp XISetDevFocus.po.tmp XIGetDevFocus.po.tmp XIPassiveGrab.po.tmp XIProperties.po.tmp XISelEv.po.tmp XISetCPtr.po.tmp XIWarpPointer.po.tmp XIHierarchy.po.tmp XIDefineCursor.po.tmp XIQueryPointer.po.tmp XAllowDv.po.tmp XChDProp.po.tmp XChgDCtl.po.tmp XChgFCtl.po.tmp XChgKbd.po.tmp XChgKMap.po.tmp XChgPnt.po.tmp XChgProp.po.tmp XCloseDev.po.tmp XDelDProp.po.tmp XDevBell.po.tmp XExtToWire.po.tmp XGetBMap.po.tmp XGetCPtr.po.tmp XGetDCtl.po.tmp XGetDProp.po.tmp XGetFCtl.po.tmp XGetKMap.po.tmp XGetMMap.po.tmp XGetProp.po.tmp XGetVers.po.tmp XGMotion.po.tmp XGrabDev.po.tmp XGrDvBut.po.tmp XGrDvKey.po.tmp XGtFocus.po.tmp XGtSelect.po.tmp XListDev.po.tmp XListDProp.po.tmp XOpenDev.po.tmp XQueryDv.po.tmp XSelect.po.tmp XSetBMap.po.tmp XSetDVal.po.tmp XSetMMap.po.tmp XSetMode.po.tmp XSndExEv.po.tmp XStFocus.po.tmp XUngrDev.po.tmp XUngrDvB.po.tmp XUngrDvK.po.tmp XExtInt.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXi && rm -f libXi_p.a XIAllowEvents.po XIBarrier.po XIGrabDevice.po XIQueryVersion.po XIQueryDevice.po XISetDevFocus.po XIGetDevFocus.po XIPassiveGrab.po XIProperties.po XISelEv.po XISetCPtr.po XIWarpPointer.po XIHierarchy.po XIDefineCursor.po XIQueryPointer.po XAllowDv.po XChDProp.po XChgDCtl.po XChgFCtl.po XChgKbd.po XChgKMap.po XChgPnt.po XChgProp.po XCloseDev.po XDelDProp.po XDevBell.po XExtToWire.po XGetBMap.po XGetCPtr.po XGetDCtl.po XGetDProp.po XGetFCtl.po XGetKMap.po XGetMMap.po XGetProp.po XGetVers.po XGMotion.po XGrabDev.po XGrDvBut.po XGrDvKey.po XGtFocus.po XGtSelect.po XListDev.po XListDProp.po XOpenDev.po XQueryDv.po XSelect.po XSetBMap.po XSetDVal.po XSetMMap.po XSetMode.po XSndExEv.po XStFocus.po XUngrDev.po XUngrDvB.po XUngrDvK.po XExtInt.po XIAllowEvents.po.tmp XIBarrier.po.tmp XIGrabDevice.po.tmp XIQueryVersion.po.tmp XIQueryDevice.po.tmp XISetDevFocus.po.tmp XIGetDevFocus.po.tmp XIPassiveGrab.po.tmp XIProperties.po.tmp XISelEv.po.tmp XISetCPtr.po.tmp XIWarpPointer.po.tmp XIHierarchy.po.tmp XIDefineCursor.po.tmp XIQueryPointer.po.tmp XAllowDv.po.tmp XChDProp.po.tmp XChgDCtl.po.tmp XChgFCtl.po.tmp XChgKbd.po.tmp XChgKMap.po.tmp XChgPnt.po.tmp XChgProp.po.tmp XCloseDev.po.tmp XDelDProp.po.tmp XDevBell.po.tmp XExtToWire.po.tmp XGetBMap.po.tmp XGetCPtr.po.tmp XGetDCtl.po.tmp XGetDProp.po.tmp XGetFCtl.po.tmp XGetKMap.po.tmp XGetMMap.po.tmp XGetProp.po.tmp XGetVers.po.tmp XGMotion.po.tmp XGrabDev.po.tmp XGrDvBut.po.tmp XGrDvKey.po.tmp XGtFocus.po.tmp XGtSelect.po.tmp XListDev.po.tmp XListDProp.po.tmp XOpenDev.po.tmp XQueryDv.po.tmp XSelect.po.tmp XSetBMap.po.tmp XSetDVal.po.tmp XSetMMap.po.tmp XSetMode.po.tmp XSndExEv.po.tmp XStFocus.po.tmp XUngrDev.po.tmp XUngrDvB.po.tmp XUngrDvK.po.tmp XExtInt.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXi && rm -f libXi_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXi && rm -f libXi_g.a || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kcc && rm -f heimtools-commands.c heimtools-commands.h a.out [Ee]rrs mklog core *.core .gdbinit kcc heimtools-commands.o copy_cred_cache.o heimtools.o klist.o kswitch.o copy_cred_cache.ln heimtools.ln klist.ln kswitch.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXi && rm -f libXi_pic.a libXi.so.* libXi.so XIAllowEvents.pico XIBarrier.pico XIGrabDevice.pico XIQueryVersion.pico XIQueryDevice.pico XISetDevFocus.pico XIGetDevFocus.pico XIPassiveGrab.pico XIProperties.pico XISelEv.pico XISetCPtr.pico XIWarpPointer.pico XIHierarchy.pico XIDefineCursor.pico XIQueryPointer.pico XAllowDv.pico XChDProp.pico XChgDCtl.pico XChgFCtl.pico XChgKbd.pico XChgKMap.pico XChgPnt.pico XChgProp.pico XCloseDev.pico XDelDProp.pico XDevBell.pico XExtToWire.pico XGetBMap.pico XGetCPtr.pico XGetDCtl.pico XGetDProp.pico XGetFCtl.pico XGetKMap.pico XGetMMap.pico XGetProp.pico XGetVers.pico XGMotion.pico XGrabDev.pico XGrDvBut.pico XGrDvKey.pico XGtFocus.pico XGtSelect.pico XListDev.pico XListDProp.pico XOpenDev.pico XQueryDv.pico XSelect.pico XSetBMap.pico XSetDVal.pico XSetMMap.pico XSetMode.pico XSndExEv.pico XStFocus.pico XUngrDev.pico XUngrDvB.pico XUngrDvK.pico XExtInt.pico XIAllowEvents.pico.tmp XIBarrier.pico.tmp XIGrabDevice.pico.tmp XIQueryVersion.pico.tmp XIQueryDevice.pico.tmp XISetDevFocus.pico.tmp XIGetDevFocus.pico.tmp XIPassiveGrab.pico.tmp XIProperties.pico.tmp XISelEv.pico.tmp XISetCPtr.pico.tmp XIWarpPointer.pico.tmp XIHierarchy.pico.tmp XIDefineCursor.pico.tmp XIQueryPointer.pico.tmp XAllowDv.pico.tmp XChDProp.pico.tmp XChgDCtl.pico.tmp XChgFCtl.pico.tmp XChgKbd.pico.tmp XChgKMap.pico.tmp XChgPnt.pico.tmp XChgProp.pico.tmp XCloseDev.pico.tmp XDelDProp.pico.tmp XDevBell.pico.tmp XExtToWire.pico.tmp XGetBMap.pico.tmp XGetCPtr.pico.tmp XGetDCtl.pico.tmp XGetDProp.pico.tmp XGetFCtl.pico.tmp XGetKMap.pico.tmp XGetMMap.pico.tmp XGetProp.pico.tmp XGetVers.pico.tmp XGMotion.pico.tmp XGrabDev.pico.tmp XGrDvBut.pico.tmp XGrDvKey.pico.tmp XGtFocus.pico.tmp XGtSelect.pico.tmp XListDev.pico.tmp XListDProp.pico.tmp XOpenDev.pico.tmp XQueryDv.pico.tmp XSelect.pico.tmp XSetBMap.pico.tmp XSetDVal.pico.tmp XSetMMap.pico.tmp XSetMode.pico.tmp XSndExEv.pico.tmp XStFocus.pico.tmp XUngrDev.pico.tmp XUngrDvB.pico.tmp XUngrDvK.pico.tmp XExtInt.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kcc && rm -f heimtools-commands.c heimtools-commands.h a.out [Ee]rrs mklog core *.core .gdbinit kcc heimtools-commands.o copy_cred_cache.o heimtools.o klist.o kswitch.o copy_cred_cache.ln heimtools.ln klist.ln kswitch.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXi && rm -f libXi_pic.a libXi.so.* libXi.so XIAllowEvents.pico XIBarrier.pico XIGrabDevice.pico XIQueryVersion.pico XIQueryDevice.pico XISetDevFocus.pico XIGetDevFocus.pico XIPassiveGrab.pico XIProperties.pico XISelEv.pico XISetCPtr.pico XIWarpPointer.pico XIHierarchy.pico XIDefineCursor.pico XIQueryPointer.pico XAllowDv.pico XChDProp.pico XChgDCtl.pico XChgFCtl.pico XChgKbd.pico XChgKMap.pico XChgPnt.pico XChgProp.pico XCloseDev.pico XDelDProp.pico XDevBell.pico XExtToWire.pico XGetBMap.pico XGetCPtr.pico XGetDCtl.pico XGetDProp.pico XGetFCtl.pico XGetKMap.pico XGetMMap.pico XGetProp.pico XGetVers.pico XGMotion.pico XGrabDev.pico XGrDvBut.pico XGrDvKey.pico XGtFocus.pico XGtSelect.pico XListDev.pico XListDProp.pico XOpenDev.pico XQueryDv.pico XSelect.pico XSetBMap.pico XSetDVal.pico XSetMMap.pico XSetMode.pico XSndExEv.pico XStFocus.pico XUngrDev.pico XUngrDvB.pico XUngrDvK.pico XExtInt.pico XIAllowEvents.pico.tmp XIBarrier.pico.tmp XIGrabDevice.pico.tmp XIQueryVersion.pico.tmp XIQueryDevice.pico.tmp XISetDevFocus.pico.tmp XIGetDevFocus.pico.tmp XIPassiveGrab.pico.tmp XIProperties.pico.tmp XISelEv.pico.tmp XISetCPtr.pico.tmp XIWarpPointer.pico.tmp XIHierarchy.pico.tmp XIDefineCursor.pico.tmp XIQueryPointer.pico.tmp XAllowDv.pico.tmp XChDProp.pico.tmp XChgDCtl.pico.tmp XChgFCtl.pico.tmp XChgKbd.pico.tmp XChgKMap.pico.tmp XChgPnt.pico.tmp XChgProp.pico.tmp XCloseDev.pico.tmp XDelDProp.pico.tmp XDevBell.pico.tmp XExtToWire.pico.tmp XGetBMap.pico.tmp XGetCPtr.pico.tmp XGetDCtl.pico.tmp XGetDProp.pico.tmp XGetFCtl.pico.tmp XGetKMap.pico.tmp XGetMMap.pico.tmp XGetProp.pico.tmp XGetVers.pico.tmp XGMotion.pico.tmp XGrabDev.pico.tmp XGrDvBut.pico.tmp XGrDvKey.pico.tmp XGtFocus.pico.tmp XGtSelect.pico.tmp XListDev.pico.tmp XListDProp.pico.tmp XOpenDev.pico.tmp XQueryDv.pico.tmp XSelect.pico.tmp XSetBMap.pico.tmp XSetDVal.pico.tmp XSetMMap.pico.tmp XSetMode.pico.tmp XSndExEv.pico.tmp XStFocus.pico.tmp XUngrDev.pico.tmp XUngrDvB.pico.tmp XUngrDvK.pico.tmp XExtInt.pico.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kcc && rm -f klist.html1 .depend copy_cred_cache.d heimtools-commands.d heimtools.d klist.d kswitch.d copy_cred_cache.d.tmp heimtools-commands.d.tmp heimtools.d.tmp klist.d.tmp kswitch.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kcc && rm -f klist.html1 .depend copy_cred_cache.d heimtools-commands.d heimtools.d klist.d kswitch.d copy_cred_cache.d.tmp heimtools-commands.d.tmp heimtools.d.tmp klist.d.tmp kswitch.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXi && rm -f llib-lXi.ln XIAllowEvents.ln XIBarrier.ln XIGrabDevice.ln XIQueryVersion.ln XIQueryDevice.ln XISetDevFocus.ln XIGetDevFocus.ln XIPassiveGrab.ln XIProperties.ln XISelEv.ln XISetCPtr.ln XIWarpPointer.ln XIHierarchy.ln XIDefineCursor.ln XIQueryPointer.ln XAllowDv.ln XChDProp.ln XChgDCtl.ln XChgFCtl.ln XChgKbd.ln XChgKMap.ln XChgPnt.ln XChgProp.ln XCloseDev.ln XDelDProp.ln XDevBell.ln XExtToWire.ln XGetBMap.ln XGetCPtr.ln XGetDCtl.ln XGetDProp.ln XGetFCtl.ln XGetKMap.ln XGetMMap.ln XGetProp.ln XGetVers.ln XGMotion.ln XGrabDev.ln XGrDvBut.ln XGrDvKey.ln XGtFocus.ln XGtSelect.ln XListDev.ln XListDProp.ln XOpenDev.ln XQueryDv.ln XSelect.ln XSetBMap.ln XSetDVal.ln XSetMMap.ln XSetMode.ln XSndExEv.ln XStFocus.ln XUngrDev.ln XUngrDvB.ln XUngrDvK.ln XExtInt.ln || true) --- cleandir-crypto/external --- --- cleandir-kdestroy --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXi && rm -f llib-lXi.ln XIAllowEvents.ln XIBarrier.ln XIGrabDevice.ln XIQueryVersion.ln XIQueryDevice.ln XISetDevFocus.ln XIGetDevFocus.ln XIPassiveGrab.ln XIProperties.ln XISelEv.ln XISetCPtr.ln XIWarpPointer.ln XIHierarchy.ln XIDefineCursor.ln XIQueryPointer.ln XAllowDv.ln XChDProp.ln XChgDCtl.ln XChgFCtl.ln XChgKbd.ln XChgKMap.ln XChgPnt.ln XChgProp.ln XCloseDev.ln XDelDProp.ln XDevBell.ln XExtToWire.ln XGetBMap.ln XGetCPtr.ln XGetDCtl.ln XGetDProp.ln XGetFCtl.ln XGetKMap.ln XGetMMap.ln XGetProp.ln XGetVers.ln XGMotion.ln XGrabDev.ln XGrDvBut.ln XGrDvKey.ln XGtFocus.ln XGtSelect.ln XListDev.ln XListDProp.ln XOpenDev.ln XQueryDv.ln XSelect.ln XSetBMap.ln XSetDVal.ln XSetMMap.ln XSetMode.ln XSndExEv.ln XStFocus.ln XUngrDev.ln XUngrDvB.ln XUngrDvK.ln XExtInt.ln || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/bin/kdestroy --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXi && rm -f XAllowDeviceEvents.3 XChangeDeviceDontPropagateList.3 XChangeKeyboardDevice.3 XChangePointerDevice.3 XDeviceBell.3 XGetDeviceControl.3 XGetDeviceKeyMapping.3 XGetDeviceModifierMapping.3 XGetDeviceMotionEvents.3 XGetDeviceProperty.3 XGetExtensionVersion.3 XGetFeedbackControl.3 XGrabDeviceButton.3 XGrabDeviceKey.3 XGrabDevice.3 XListDeviceProperties.3 XListInputDevices.3 XOpenDevice.3 XQueryDeviceState.3 XSelectExtensionEvent.3 XSendExtensionEvent.3 XSetDeviceButtonMapping.3 XSetDeviceFocus.3 XSetDeviceMode.3 XSetDeviceValuators.3 XIAllowEvents.3 XIBarrierReleasePointer.3 XIChangeHierarchy.3 XIChangeProperty.3 XIDefineCursor.3 XIGrabButton.3 XIGrabDevice.3 XIGrabEnter.3 XIListProperties.3 XIQueryDevice.3 XIQueryPointer.3 XIQueryVersion.3 XISelectEvents.3 XISetClientPointer.3 XISetFocus.3 XIWarpPointer.3 XAllowDeviceEvents.html3 XChangeDeviceDontPropagateList.html3 XChangeKeyboardDevice.html3 XChangePointerDevice.html3 XDeviceBell.html3 XGetDeviceControl.html3 XGetDeviceKeyMapping.html3 XGetDeviceModifierMapping.html3 XGetDeviceMotionEvents.html3 XGetDeviceProperty.html3 XGetExtensionVersion.html3 XGetFeedbackControl.html3 XGrabDeviceButton.html3 XGrabDeviceKey.html3 XGrabDevice.html3 XListDeviceProperties.html3 XListInputDevices.html3 XOpenDevice.html3 XQueryDeviceState.html3 XSelectExtensionEvent.html3 XSendExtensionEvent.html3 XSetDeviceButtonMapping.html3 XSetDeviceFocus.html3 XSetDeviceMode.html3 XSetDeviceValuators.html3 XIAllowEvents.html3 XIBarrierReleasePointer.html3 XIChangeHierarchy.html3 XIChangeProperty.html3 XIDefineCursor.html3 XIGrabButton.html3 XIGrabDevice.html3 XIGrabEnter.html3 XIListProperties.html3 XIQueryDevice.html3 XIQueryPointer.html3 XIQueryVersion.html3 XISelectEvents.html3 XISetClientPointer.html3 XISetFocus.html3 XIWarpPointer.html3 .depend XAllowDv.d XChDProp.d XChgDCtl.d XChgFCtl.d XChgKMap.d XChgKbd.d XChgPnt.d XChgProp.d XCloseDev.d XDelDProp.d XDevBell.d XExtInt.d XExtToWire.d XGMotion.d XGetBMap.d XGetCPtr.d XGetDCtl.d XGetDProp.d XGetFCtl.d XGetKMap.d XGetMMap.d XGetProp.d XGetVers.d XGrDvBut.d XGrDvKey.d XGrabDev.d XGtFocus.d XGtSelect.d XIAllowEvents.d XIBarrier.d XIDefineCursor.d XIGetDevFocus.d XIGrabDevice.d XIHierarchy.d XIPassiveGrab.d XIProperties.d XIQueryDevice.d XIQueryPointer.d XIQueryVersion.d XISelEv.d XISetCPtr.d XISetDevFocus.d XIWarpPointer.d XListDProp.d XListDev.d XOpenDev.d XQueryDv.d XSelect.d XSetBMap.d XSetDVal.d XSetMMap.d XSetMode.d XSndExEv.d XStFocus.d XUngrDev.d XUngrDvB.d XUngrDvK.d XAllowDv.d.tmp XChDProp.d.tmp XChgDCtl.d.tmp XChgFCtl.d.tmp XChgKMap.d.tmp XChgKbd.d.tmp XChgPnt.d.tmp XChgProp.d.tmp XCloseDev.d.tmp XDelDProp.d.tmp XDevBell.d.tmp XExtInt.d.tmp XExtToWire.d.tmp XGMotion.d.tmp XGetBMap.d.tmp XGetCPtr.d.tmp XGetDCtl.d.tmp XGetDProp.d.tmp XGetFCtl.d.tmp XGetKMap.d.tmp XGetMMap.d.tmp XGetProp.d.tmp XGetVers.d.tmp XGrDvBut.d.tmp XGrDvKey.d.tmp XGrabDev.d.tmp XGtFocus.d.tmp XGtSelect.d.tmp XIAllowEvents.d.tmp XIBarrier.d.tmp XIDefineCursor.d.tmp XIGetDevFocus.d.tmp XIGrabDevice.d.tmp XIHierarchy.d.tmp XIPassiveGrab.d.tmp XIProperties.d.tmp XIQueryDevice.d.tmp XIQueryPointer.d.tmp XIQueryVersion.d.tmp XISelEv.d.tmp XISetCPtr.d.tmp XISetDevFocus.d.tmp XIWarpPointer.d.tmp XListDProp.d.tmp XListDev.d.tmp XOpenDev.d.tmp XQueryDv.d.tmp XSelect.d.tmp XSetBMap.d.tmp XSetDVal.d.tmp XSetMMap.d.tmp XSetMode.d.tmp XSndExEv.d.tmp XStFocus.d.tmp XUngrDev.d.tmp XUngrDvB.d.tmp XUngrDvK.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXi && rm -f XAllowDeviceEvents.3 XChangeDeviceDontPropagateList.3 XChangeKeyboardDevice.3 XChangePointerDevice.3 XDeviceBell.3 XGetDeviceControl.3 XGetDeviceKeyMapping.3 XGetDeviceModifierMapping.3 XGetDeviceMotionEvents.3 XGetDeviceProperty.3 XGetExtensionVersion.3 XGetFeedbackControl.3 XGrabDeviceButton.3 XGrabDeviceKey.3 XGrabDevice.3 XListDeviceProperties.3 XListInputDevices.3 XOpenDevice.3 XQueryDeviceState.3 XSelectExtensionEvent.3 XSendExtensionEvent.3 XSetDeviceButtonMapping.3 XSetDeviceFocus.3 XSetDeviceMode.3 XSetDeviceValuators.3 XIAllowEvents.3 XIBarrierReleasePointer.3 XIChangeHierarchy.3 XIChangeProperty.3 XIDefineCursor.3 XIGrabButton.3 XIGrabDevice.3 XIGrabEnter.3 XIListProperties.3 XIQueryDevice.3 XIQueryPointer.3 XIQueryVersion.3 XISelectEvents.3 XISetClientPointer.3 XISetFocus.3 XIWarpPointer.3 XAllowDeviceEvents.html3 XChangeDeviceDontPropagateList.html3 XChangeKeyboardDevice.html3 XChangePointerDevice.html3 XDeviceBell.html3 XGetDeviceControl.html3 XGetDeviceKeyMapping.html3 XGetDeviceModifierMapping.html3 XGetDeviceMotionEvents.html3 XGetDeviceProperty.html3 XGetExtensionVersion.html3 XGetFeedbackControl.html3 XGrabDeviceButton.html3 XGrabDeviceKey.html3 XGrabDevice.html3 XListDeviceProperties.html3 XListInputDevices.html3 XOpenDevice.html3 XQueryDeviceState.html3 XSelectExtensionEvent.html3 XSendExtensionEvent.html3 XSetDeviceButtonMapping.html3 XSetDeviceFocus.html3 XSetDeviceMode.html3 XSetDeviceValuators.html3 XIAllowEvents.html3 XIBarrierReleasePointer.html3 XIChangeHierarchy.html3 XIChangeProperty.html3 XIDefineCursor.html3 XIGrabButton.html3 XIGrabDevice.html3 XIGrabEnter.html3 XIListProperties.html3 XIQueryDevice.html3 XIQueryPointer.html3 XIQueryVersion.html3 XISelectEvents.html3 XISetClientPointer.html3 XISetFocus.html3 XIWarpPointer.html3 .depend XAllowDv.d XChDProp.d XChgDCtl.d XChgFCtl.d XChgKMap.d XChgKbd.d XChgPnt.d XChgProp.d XCloseDev.d XDelDProp.d XDevBell.d XExtInt.d XExtToWire.d XGMotion.d XGetBMap.d XGetCPtr.d XGetDCtl.d XGetDProp.d XGetFCtl.d XGetKMap.d XGetMMap.d XGetProp.d XGetVers.d XGrDvBut.d XGrDvKey.d XGrabDev.d XGtFocus.d XGtSelect.d XIAllowEvents.d XIBarrier.d XIDefineCursor.d XIGetDevFocus.d XIGrabDevice.d XIHierarchy.d XIPassiveGrab.d XIProperties.d XIQueryDevice.d XIQueryPointer.d XIQueryVersion.d XISelEv.d XISetCPtr.d XISetDevFocus.d XIWarpPointer.d XListDProp.d XListDev.d XOpenDev.d XQueryDv.d XSelect.d XSetBMap.d XSetDVal.d XSetMMap.d XSetMode.d XSndExEv.d XStFocus.d XUngrDev.d XUngrDvB.d XUngrDvK.d XAllowDv.d.tmp XChDProp.d.tmp XChgDCtl.d.tmp XChgFCtl.d.tmp XChgKMap.d.tmp XChgKbd.d.tmp XChgPnt.d.tmp XChgProp.d.tmp XCloseDev.d.tmp XDelDProp.d.tmp XDevBell.d.tmp XExtInt.d.tmp XExtToWire.d.tmp XGMotion.d.tmp XGetBMap.d.tmp XGetCPtr.d.tmp XGetDCtl.d.tmp XGetDProp.d.tmp XGetFCtl.d.tmp XGetKMap.d.tmp XGetMMap.d.tmp XGetProp.d.tmp XGetVers.d.tmp XGrDvBut.d.tmp XGrDvKey.d.tmp XGrabDev.d.tmp XGtFocus.d.tmp XGtSelect.d.tmp XIAllowEvents.d.tmp XIBarrier.d.tmp XIDefineCursor.d.tmp XIGetDevFocus.d.tmp XIGrabDevice.d.tmp XIHierarchy.d.tmp XIPassiveGrab.d.tmp XIProperties.d.tmp XIQueryDevice.d.tmp XIQueryPointer.d.tmp XIQueryVersion.d.tmp XISelEv.d.tmp XISetCPtr.d.tmp XISetDevFocus.d.tmp XIWarpPointer.d.tmp XListDProp.d.tmp XListDev.d.tmp XOpenDev.d.tmp XQueryDv.d.tmp XSelect.d.tmp XSetBMap.d.tmp XSetDVal.d.tmp XSetMMap.d.tmp XSetMode.d.tmp XSndExEv.d.tmp XStFocus.d.tmp XUngrDev.d.tmp XUngrDvB.d.tmp XUngrDvK.d.tmp tags || true) --- cleandir-libXxf86vm --- cleandir ===> external/mit/xorg/lib/libXxf86vm --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86vm && rm -f xxf86vm.pc xxf86vm.pc.tmp libXxf86vm.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86vm && rm -f xxf86vm.pc xxf86vm.pc.tmp libXxf86vm.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86vm && rm -f libXxf86vm.a XF86VMode.o XF86VMode.o.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kdestroy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kdestroy kdestroy.o kdestroy.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86vm && rm -f libXxf86vm.a XF86VMode.o XF86VMode.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kdestroy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kdestroy kdestroy.o kdestroy.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86vm && rm -f libXxf86vm_p.a XF86VMode.po XF86VMode.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kdestroy && rm -f kdestroy.html1 .depend kdestroy.d kdestroy.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86vm && rm -f libXxf86vm_p.a XF86VMode.po XF86VMode.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kdestroy && rm -f kdestroy.html1 .depend kdestroy.d kdestroy.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86vm && rm -f libXxf86vm_g.a || true) --- cleandir-crypto/external --- --- cleandir-kgetcred --- cleandir ===> crypto/external/bsd/heimdal/bin/kgetcred --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86vm && rm -f libXxf86vm_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86vm && rm -f libXxf86vm_pic.a libXxf86vm.so.* libXxf86vm.so XF86VMode.pico XF86VMode.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86vm && rm -f libXxf86vm_pic.a libXxf86vm.so.* libXxf86vm.so XF86VMode.pico XF86VMode.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86vm && rm -f llib-lXxf86vm.ln XF86VMode.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86vm && rm -f llib-lXxf86vm.ln XF86VMode.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86vm && rm -f XF86VM.3 XF86VM.html3 .depend XF86VMode.d XF86VMode.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86vm && rm -f XF86VM.3 XF86VM.html3 .depend XF86VMode.d XF86VMode.d.tmp tags || true) --- cleandir-libGL.old --- cleandir ===> external/mit/xorg/lib/libGL.old --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kgetcred && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kgetcred kgetcred.o kgetcred.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kgetcred && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kgetcred kgetcred.o kgetcred.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kgetcred && rm -f kgetcred.html1 .depend kgetcred.d kgetcred.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kgetcred && rm -f kgetcred.html1 .depend kgetcred.d kgetcred.d.tmp tags || true) --- cleandir-kinit --- cleandir ===> crypto/external/bsd/heimdal/bin/kinit --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGL.old && rm -f gl.pc gl.pc.tmp libGL.so.3.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGL.old && rm -f gl.pc gl.pc.tmp libGL.so.3.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGL.old && rm -f libGL.a UTILdebug.o loader.o pci_id_driver_map.o xmlconfig.o dri_common.o dri_common_query_renderer.o dri_common_interop.o xfont.o drisw_glx.o dri2.o dri2_glx.o dri_glx.o XF86dri.o u_process.o clientattrib.o clientinfo.o compsize.o create_context.o eval.o glx_error.o glx_pbuffer.o glx_query.o glxcmds.o glxconfig.o MESAindirect.o MESAindirect_init.o MESAindirect_size.o MESAindirect_window_pos.o glxcurrent.o glxext.o glxextensions.o glxhash.o indirect_glx.o indirect_texture_compression.o indirect_transpose_matrix.o indirect_vertex_array.o indirect_vertex_program.o pixel.o pixelstore.o query_renderer.o render2.o renderpix.o single2.o singlepix.o vertarr.o xform4.o entry.o UTILdebug.o.tmp loader.o.tmp pci_id_driver_map.o.tmp xmlconfig.o.tmp dri_common.o.tmp dri_common_query_renderer.o.tmp dri_common_interop.o.tmp xfont.o.tmp drisw_glx.o.tmp dri2.o.tmp dri2_glx.o.tmp dri_glx.o.tmp XF86dri.o.tmp u_process.o.tmp clientattrib.o.tmp clientinfo.o.tmp compsize.o.tmp create_context.o.tmp eval.o.tmp glx_error.o.tmp glx_pbuffer.o.tmp glx_query.o.tmp glxcmds.o.tmp glxconfig.o.tmp MESAindirect.o.tmp MESAindirect_init.o.tmp MESAindirect_size.o.tmp MESAindirect_window_pos.o.tmp glxcurrent.o.tmp glxext.o.tmp glxextensions.o.tmp glxhash.o.tmp indirect_glx.o.tmp indirect_texture_compression.o.tmp indirect_transpose_matrix.o.tmp indirect_vertex_array.o.tmp indirect_vertex_program.o.tmp pixel.o.tmp pixelstore.o.tmp query_renderer.o.tmp render2.o.tmp renderpix.o.tmp single2.o.tmp singlepix.o.tmp vertarr.o.tmp xform4.o.tmp entry.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGL.old && rm -f libGL.a UTILdebug.o loader.o pci_id_driver_map.o xmlconfig.o dri_common.o dri_common_query_renderer.o dri_common_interop.o xfont.o drisw_glx.o dri2.o dri2_glx.o dri_glx.o XF86dri.o u_process.o clientattrib.o clientinfo.o compsize.o create_context.o eval.o glx_error.o glx_pbuffer.o glx_query.o glxcmds.o glxconfig.o MESAindirect.o MESAindirect_init.o MESAindirect_size.o MESAindirect_window_pos.o glxcurrent.o glxext.o glxextensions.o glxhash.o indirect_glx.o indirect_texture_compression.o indirect_transpose_matrix.o indirect_vertex_array.o indirect_vertex_program.o pixel.o pixelstore.o query_renderer.o render2.o renderpix.o single2.o singlepix.o vertarr.o xform4.o entry.o UTILdebug.o.tmp loader.o.tmp pci_id_driver_map.o.tmp xmlconfig.o.tmp dri_common.o.tmp dri_common_query_renderer.o.tmp dri_common_interop.o.tmp xfont.o.tmp drisw_glx.o.tmp dri2.o.tmp dri2_glx.o.tmp dri_glx.o.tmp XF86dri.o.tmp u_process.o.tmp clientattrib.o.tmp clientinfo.o.tmp compsize.o.tmp create_context.o.tmp eval.o.tmp glx_error.o.tmp glx_pbuffer.o.tmp glx_query.o.tmp glxcmds.o.tmp glxconfig.o.tmp MESAindirect.o.tmp MESAindirect_init.o.tmp MESAindirect_size.o.tmp MESAindirect_window_pos.o.tmp glxcurrent.o.tmp glxext.o.tmp glxextensions.o.tmp glxhash.o.tmp indirect_glx.o.tmp indirect_texture_compression.o.tmp indirect_transpose_matrix.o.tmp indirect_vertex_array.o.tmp indirect_vertex_program.o.tmp pixel.o.tmp pixelstore.o.tmp query_renderer.o.tmp render2.o.tmp renderpix.o.tmp single2.o.tmp singlepix.o.tmp vertarr.o.tmp xform4.o.tmp entry.o.tmp || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kinit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kinit kinit.o kinit.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGL.old && rm -f libGL_p.a UTILdebug.po loader.po pci_id_driver_map.po xmlconfig.po dri_common.po dri_common_query_renderer.po dri_common_interop.po xfont.po drisw_glx.po dri2.po dri2_glx.po dri_glx.po XF86dri.po u_process.po clientattrib.po clientinfo.po compsize.po create_context.po eval.po glx_error.po glx_pbuffer.po glx_query.po glxcmds.po glxconfig.po MESAindirect.po MESAindirect_init.po MESAindirect_size.po MESAindirect_window_pos.po glxcurrent.po glxext.po glxextensions.po glxhash.po indirect_glx.po indirect_texture_compression.po indirect_transpose_matrix.po indirect_vertex_array.po indirect_vertex_program.po pixel.po pixelstore.po query_renderer.po render2.po renderpix.po single2.po singlepix.po vertarr.po xform4.po entry.po UTILdebug.po.tmp loader.po.tmp pci_id_driver_map.po.tmp xmlconfig.po.tmp dri_common.po.tmp dri_common_query_renderer.po.tmp dri_common_interop.po.tmp xfont.po.tmp drisw_glx.po.tmp dri2.po.tmp dri2_glx.po.tmp dri_glx.po.tmp XF86dri.po.tmp u_process.po.tmp clientattrib.po.tmp clientinfo.po.tmp compsize.po.tmp create_context.po.tmp eval.po.tmp glx_error.po.tmp glx_pbuffer.po.tmp glx_query.po.tmp glxcmds.po.tmp glxconfig.po.tmp MESAindirect.po.tmp MESAindirect_init.po.tmp MESAindirect_size.po.tmp MESAindirect_window_pos.po.tmp glxcurrent.po.tmp glxext.po.tmp glxextensions.po.tmp glxhash.po.tmp indirect_glx.po.tmp indirect_texture_compression.po.tmp indirect_transpose_matrix.po.tmp indirect_vertex_array.po.tmp indirect_vertex_program.po.tmp pixel.po.tmp pixelstore.po.tmp query_renderer.po.tmp render2.po.tmp renderpix.po.tmp single2.po.tmp singlepix.po.tmp vertarr.po.tmp xform4.po.tmp entry.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kinit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kinit kinit.o kinit.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGL.old && rm -f libGL_p.a UTILdebug.po loader.po pci_id_driver_map.po xmlconfig.po dri_common.po dri_common_query_renderer.po dri_common_interop.po xfont.po drisw_glx.po dri2.po dri2_glx.po dri_glx.po XF86dri.po u_process.po clientattrib.po clientinfo.po compsize.po create_context.po eval.po glx_error.po glx_pbuffer.po glx_query.po glxcmds.po glxconfig.po MESAindirect.po MESAindirect_init.po MESAindirect_size.po MESAindirect_window_pos.po glxcurrent.po glxext.po glxextensions.po glxhash.po indirect_glx.po indirect_texture_compression.po indirect_transpose_matrix.po indirect_vertex_array.po indirect_vertex_program.po pixel.po pixelstore.po query_renderer.po render2.po renderpix.po single2.po singlepix.po vertarr.po xform4.po entry.po UTILdebug.po.tmp loader.po.tmp pci_id_driver_map.po.tmp xmlconfig.po.tmp dri_common.po.tmp dri_common_query_renderer.po.tmp dri_common_interop.po.tmp xfont.po.tmp drisw_glx.po.tmp dri2.po.tmp dri2_glx.po.tmp dri_glx.po.tmp XF86dri.po.tmp u_process.po.tmp clientattrib.po.tmp clientinfo.po.tmp compsize.po.tmp create_context.po.tmp eval.po.tmp glx_error.po.tmp glx_pbuffer.po.tmp glx_query.po.tmp glxcmds.po.tmp glxconfig.po.tmp MESAindirect.po.tmp MESAindirect_init.po.tmp MESAindirect_size.po.tmp MESAindirect_window_pos.po.tmp glxcurrent.po.tmp glxext.po.tmp glxextensions.po.tmp glxhash.po.tmp indirect_glx.po.tmp indirect_texture_compression.po.tmp indirect_transpose_matrix.po.tmp indirect_vertex_array.po.tmp indirect_vertex_program.po.tmp pixel.po.tmp pixelstore.po.tmp query_renderer.po.tmp render2.po.tmp renderpix.po.tmp single2.po.tmp singlepix.po.tmp vertarr.po.tmp xform4.po.tmp entry.po.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kinit && rm -f kinit.html1 .depend kinit.d kinit.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kinit && rm -f kinit.html1 .depend kinit.d kinit.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGL.old && rm -f libGL_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGL.old && rm -f libGL_g.a || true) --- cleandir-crypto/external --- --- cleandir-kpasswd --- cleandir ===> crypto/external/bsd/heimdal/bin/kpasswd --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGL.old && rm -f libGL_pic.a libGL.so.* libGL.so UTILdebug.pico loader.pico pci_id_driver_map.pico xmlconfig.pico dri_common.pico dri_common_query_renderer.pico dri_common_interop.pico xfont.pico drisw_glx.pico dri2.pico dri2_glx.pico dri_glx.pico XF86dri.pico u_process.pico clientattrib.pico clientinfo.pico compsize.pico create_context.pico eval.pico glx_error.pico glx_pbuffer.pico glx_query.pico glxcmds.pico glxconfig.pico MESAindirect.pico MESAindirect_init.pico MESAindirect_size.pico MESAindirect_window_pos.pico glxcurrent.pico glxext.pico glxextensions.pico glxhash.pico indirect_glx.pico indirect_texture_compression.pico indirect_transpose_matrix.pico indirect_vertex_array.pico indirect_vertex_program.pico pixel.pico pixelstore.pico query_renderer.pico render2.pico renderpix.pico single2.pico singlepix.pico vertarr.pico xform4.pico entry.pico UTILdebug.pico.tmp loader.pico.tmp pci_id_driver_map.pico.tmp xmlconfig.pico.tmp dri_common.pico.tmp dri_common_query_renderer.pico.tmp dri_common_interop.pico.tmp xfont.pico.tmp drisw_glx.pico.tmp dri2.pico.tmp dri2_glx.pico.tmp dri_glx.pico.tmp XF86dri.pico.tmp u_process.pico.tmp clientattrib.pico.tmp clientinfo.pico.tmp compsize.pico.tmp create_context.pico.tmp eval.pico.tmp glx_error.pico.tmp glx_pbuffer.pico.tmp glx_query.pico.tmp glxcmds.pico.tmp glxconfig.pico.tmp MESAindirect.pico.tmp MESAindirect_init.pico.tmp MESAindirect_size.pico.tmp MESAindirect_window_pos.pico.tmp glxcurrent.pico.tmp glxext.pico.tmp glxextensions.pico.tmp glxhash.pico.tmp indirect_glx.pico.tmp indirect_texture_compression.pico.tmp indirect_transpose_matrix.pico.tmp indirect_vertex_array.pico.tmp indirect_vertex_program.pico.tmp pixel.pico.tmp pixelstore.pico.tmp query_renderer.pico.tmp render2.pico.tmp renderpix.pico.tmp single2.pico.tmp singlepix.pico.tmp vertarr.pico.tmp xform4.pico.tmp entry.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGL.old && rm -f libGL_pic.a libGL.so.* libGL.so UTILdebug.pico loader.pico pci_id_driver_map.pico xmlconfig.pico dri_common.pico dri_common_query_renderer.pico dri_common_interop.pico xfont.pico drisw_glx.pico dri2.pico dri2_glx.pico dri_glx.pico XF86dri.pico u_process.pico clientattrib.pico clientinfo.pico compsize.pico create_context.pico eval.pico glx_error.pico glx_pbuffer.pico glx_query.pico glxcmds.pico glxconfig.pico MESAindirect.pico MESAindirect_init.pico MESAindirect_size.pico MESAindirect_window_pos.pico glxcurrent.pico glxext.pico glxextensions.pico glxhash.pico indirect_glx.pico indirect_texture_compression.pico indirect_transpose_matrix.pico indirect_vertex_array.pico indirect_vertex_program.pico pixel.pico pixelstore.pico query_renderer.pico render2.pico renderpix.pico single2.pico singlepix.pico vertarr.pico xform4.pico entry.pico UTILdebug.pico.tmp loader.pico.tmp pci_id_driver_map.pico.tmp xmlconfig.pico.tmp dri_common.pico.tmp dri_common_query_renderer.pico.tmp dri_common_interop.pico.tmp xfont.pico.tmp drisw_glx.pico.tmp dri2.pico.tmp dri2_glx.pico.tmp dri_glx.pico.tmp XF86dri.pico.tmp u_process.pico.tmp clientattrib.pico.tmp clientinfo.pico.tmp compsize.pico.tmp create_context.pico.tmp eval.pico.tmp glx_error.pico.tmp glx_pbuffer.pico.tmp glx_query.pico.tmp glxcmds.pico.tmp glxconfig.pico.tmp MESAindirect.pico.tmp MESAindirect_init.pico.tmp MESAindirect_size.pico.tmp MESAindirect_window_pos.pico.tmp glxcurrent.pico.tmp glxext.pico.tmp glxextensions.pico.tmp glxhash.pico.tmp indirect_glx.pico.tmp indirect_texture_compression.pico.tmp indirect_transpose_matrix.pico.tmp indirect_vertex_array.pico.tmp indirect_vertex_program.pico.tmp pixel.pico.tmp pixelstore.pico.tmp query_renderer.pico.tmp render2.pico.tmp renderpix.pico.tmp single2.pico.tmp singlepix.pico.tmp vertarr.pico.tmp xform4.pico.tmp entry.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGL.old && rm -f llib-lGL.ln UTILdebug.ln loader.ln pci_id_driver_map.ln xmlconfig.ln dri_common.ln dri_common_query_renderer.ln dri_common_interop.ln xfont.ln drisw_glx.ln dri2.ln dri2_glx.ln dri_glx.ln XF86dri.ln u_process.ln clientattrib.ln clientinfo.ln compsize.ln create_context.ln eval.ln glx_error.ln glx_pbuffer.ln glx_query.ln glxcmds.ln glxconfig.ln MESAindirect.ln MESAindirect_init.ln MESAindirect_size.ln MESAindirect_window_pos.ln glxcurrent.ln glxext.ln glxextensions.ln glxhash.ln indirect_glx.ln indirect_texture_compression.ln indirect_transpose_matrix.ln indirect_vertex_array.ln indirect_vertex_program.ln pixel.ln pixelstore.ln query_renderer.ln render2.ln renderpix.ln single2.ln singlepix.ln vertarr.ln entry.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGL.old && rm -f llib-lGL.ln UTILdebug.ln loader.ln pci_id_driver_map.ln xmlconfig.ln dri_common.ln dri_common_query_renderer.ln dri_common_interop.ln xfont.ln drisw_glx.ln dri2.ln dri2_glx.ln dri_glx.ln XF86dri.ln u_process.ln clientattrib.ln clientinfo.ln compsize.ln create_context.ln eval.ln glx_error.ln glx_pbuffer.ln glx_query.ln glxcmds.ln glxconfig.ln MESAindirect.ln MESAindirect_init.ln MESAindirect_size.ln MESAindirect_window_pos.ln glxcurrent.ln glxext.ln glxextensions.ln glxhash.ln indirect_glx.ln indirect_texture_compression.ln indirect_transpose_matrix.ln indirect_vertex_array.ln indirect_vertex_program.ln pixel.ln pixelstore.ln query_renderer.ln render2.ln renderpix.ln single2.ln singlepix.ln vertarr.ln entry.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGL.old && rm -f MESAindirect_init.c MESAindirect_window_pos.c MESAindirect.c MESAindirect_size.c UTILdebug.c .depend MESAindirect.d MESAindirect_init.d MESAindirect_size.d MESAindirect_window_pos.d UTILdebug.d XF86dri.d clientattrib.d clientinfo.d compsize.d create_context.d dri2.d dri2_glx.d dri_common.d dri_common_interop.d dri_common_query_renderer.d dri_glx.d drisw_glx.d entry.d eval.d glx_error.d glx_pbuffer.d glx_query.d glxcmds.d glxconfig.d glxcurrent.d glxext.d glxextensions.d glxhash.d indirect_glx.d indirect_texture_compression.d indirect_transpose_matrix.d indirect_vertex_array.d indirect_vertex_program.d loader.d pci_id_driver_map.d pixel.d pixelstore.d query_renderer.d render2.d renderpix.d single2.d singlepix.d u_process.d vertarr.d xfont.d xform4.d xmlconfig.d MESAindirect.d.tmp MESAindirect_init.d.tmp MESAindirect_size.d.tmp MESAindirect_window_pos.d.tmp UTILdebug.d.tmp XF86dri.d.tmp clientattrib.d.tmp clientinfo.d.tmp compsize.d.tmp create_context.d.tmp dri2.d.tmp dri2_glx.d.tmp dri_common.d.tmp dri_common_interop.d.tmp dri_common_query_renderer.d.tmp dri_glx.d.tmp drisw_glx.d.tmp entry.d.tmp eval.d.tmp glx_error.d.tmp glx_pbuffer.d.tmp glx_query.d.tmp glxcmds.d.tmp glxconfig.d.tmp glxcurrent.d.tmp glxext.d.tmp glxextensions.d.tmp glxhash.d.tmp indirect_glx.d.tmp indirect_texture_compression.d.tmp indirect_transpose_matrix.d.tmp indirect_vertex_array.d.tmp indirect_vertex_program.d.tmp loader.d.tmp pci_id_driver_map.d.tmp pixel.d.tmp pixelstore.d.tmp query_renderer.d.tmp render2.d.tmp renderpix.d.tmp single2.d.tmp singlepix.d.tmp u_process.d.tmp vertarr.d.tmp xfont.d.tmp xform4.d.tmp xmlconfig.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGL.old && rm -f MESAindirect_init.c MESAindirect_window_pos.c MESAindirect.c MESAindirect_size.c UTILdebug.c .depend MESAindirect.d MESAindirect_init.d MESAindirect_size.d MESAindirect_window_pos.d UTILdebug.d XF86dri.d clientattrib.d clientinfo.d compsize.d create_context.d dri2.d dri2_glx.d dri_common.d dri_common_interop.d dri_common_query_renderer.d dri_glx.d drisw_glx.d entry.d eval.d glx_error.d glx_pbuffer.d glx_query.d glxcmds.d glxconfig.d glxcurrent.d glxext.d glxextensions.d glxhash.d indirect_glx.d indirect_texture_compression.d indirect_transpose_matrix.d indirect_vertex_array.d indirect_vertex_program.d loader.d pci_id_driver_map.d pixel.d pixelstore.d query_renderer.d render2.d renderpix.d single2.d singlepix.d u_process.d vertarr.d xfont.d xform4.d xmlconfig.d MESAindirect.d.tmp MESAindirect_init.d.tmp MESAindirect_size.d.tmp MESAindirect_window_pos.d.tmp UTILdebug.d.tmp XF86dri.d.tmp clientattrib.d.tmp clientinfo.d.tmp compsize.d.tmp create_context.d.tmp dri2.d.tmp dri2_glx.d.tmp dri_common.d.tmp dri_common_interop.d.tmp dri_common_query_renderer.d.tmp dri_glx.d.tmp drisw_glx.d.tmp entry.d.tmp eval.d.tmp glx_error.d.tmp glx_pbuffer.d.tmp glx_query.d.tmp glxcmds.d.tmp glxconfig.d.tmp glxcurrent.d.tmp glxext.d.tmp glxextensions.d.tmp glxhash.d.tmp indirect_glx.d.tmp indirect_texture_compression.d.tmp indirect_transpose_matrix.d.tmp indirect_vertex_array.d.tmp indirect_vertex_program.d.tmp loader.d.tmp pci_id_driver_map.d.tmp pixel.d.tmp pixelstore.d.tmp query_renderer.d.tmp render2.d.tmp renderpix.d.tmp single2.d.tmp singlepix.d.tmp u_process.d.tmp vertarr.d.tmp xfont.d.tmp xform4.d.tmp xmlconfig.d.tmp tags || true) --- cleandir-internal --- cleandir ===> external/mit/xorg/lib/libGL.old/internal --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGL.old/internal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGL.old/internal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kpasswd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kpasswd kpasswd.o kpasswd.ln || true) --- cleandir-external --- --- cleandir-libXScrnSaver --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kpasswd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kpasswd kpasswd.o kpasswd.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libXScrnSaver --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kpasswd && rm -f kpasswd.html1 .depend kpasswd.d kpasswd.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kpasswd && rm -f kpasswd.html1 .depend kpasswd.d kpasswd.d.tmp tags || true) --- cleandir-krb5-config --- cleandir ===> crypto/external/bsd/heimdal/bin/krb5-config sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/krb5-config/makefile" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbsed -ne 's/.*PACKAGE_VERSION[ ]*"\([0-9.]*\)"/\1/p' /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/include/config.h" returned non-zero status --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXScrnSaver && rm -f xscrnsaver.pc xscrnsaver.pc.tmp libXss.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXScrnSaver && rm -f xscrnsaver.pc xscrnsaver.pc.tmp libXss.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXScrnSaver && rm -f libXss.a XScrnSaver.o XScrnSaver.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXScrnSaver && rm -f libXss.a XScrnSaver.o XScrnSaver.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXScrnSaver && rm -f libXss_p.a XScrnSaver.po XScrnSaver.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXScrnSaver && rm -f libXss_p.a XScrnSaver.po XScrnSaver.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXScrnSaver && rm -f libXss_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXScrnSaver && rm -f libXss_g.a || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/krb5-config && rm -f krb5-config a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXScrnSaver && rm -f libXss_pic.a libXss.so.* libXss.so XScrnSaver.pico XScrnSaver.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/krb5-config && rm -f krb5-config a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXScrnSaver && rm -f libXss_pic.a libXss.so.* libXss.so XScrnSaver.pico XScrnSaver.pico.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/krb5-config && rm -f krb5-config.html1 || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/krb5-config && rm -f krb5-config.html1 || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXScrnSaver && rm -f llib-lXss.ln XScrnSaver.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXScrnSaver && rm -f llib-lXss.ln XScrnSaver.ln || true) --- cleandir-crypto/external --- --- cleandir-kvno --- cleandir ===> crypto/external/bsd/heimdal/bin/kvno --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXScrnSaver && rm -f Xss.3 Xss.html3 .depend XScrnSaver.d XScrnSaver.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXScrnSaver && rm -f Xss.3 Xss.html3 .depend XScrnSaver.d XScrnSaver.d.tmp tags || true) --- cleandir-libXfont --- cleandir ===> external/mit/xorg/lib/libXfont --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kvno && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kvno kvno.o kvno.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kvno && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kvno kvno.o kvno.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/kvno && rm -f kvno.html1 .depend kvno.d kvno.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/kvno && rm -f kvno.html1 .depend kvno.d kvno.d.tmp tags || true) --- cleandir-string2key --- cleandir ===> crypto/external/bsd/heimdal/bin/string2key --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont && rm -f xfont.pc xfont.pc.tmp libXfont.so.3.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont && rm -f xfont.pc xfont.pc.tmp libXfont.so.3.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont && rm -f libXfont.a ftenc.o ftfuncs.o fttools.o xttcap.o bdfread.o bdfutils.o bitmap.o bitmapfunc.o bitmaputil.o bitscale.o fontink.o pcfread.o pcfwrite.o snfread.o dir.o file.o fonts.o fpe.o render.o fsconvert.o fserve.o fsio.o fstrans.o bitsource.o bufio.o catalogue.o decompress.o defaults.o dirfile.o fileio.o filewr.o fontdir.o fontencc.o fontfile.o fontscale.o gunzip.o register.o renderers.o bunzip2.o cauthgen.o csignal.o delfntcid.o errorf.o findoldfnt.o getcres.o getdefptsize.o getnewfntcid.o gettime.o initfshdl.o regfpefunc.o rmfshdl.o servclient.o setfntauth.o stfntcfnt.o atom.o fontaccel.o fontnames.o fontutil.o fontxlfd.o format.o miscutil.o patcache.o private.o utilbitmap.o stubsinit.o ftenc.o.tmp ftfuncs.o.tmp fttools.o.tmp xttcap.o.tmp bdfread.o.tmp bdfutils.o.tmp bitmap.o.tmp bitmapfunc.o.tmp bitmaputil.o.tmp bitscale.o.tmp fontink.o.tmp pcfread.o.tmp pcfwrite.o.tmp snfread.o.tmp dir.o.tmp file.o.tmp fonts.o.tmp fpe.o.tmp render.o.tmp fsconvert.o.tmp fserve.o.tmp fsio.o.tmp fstrans.o.tmp bitsource.o.tmp bufio.o.tmp catalogue.o.tmp decompress.o.tmp defaults.o.tmp dirfile.o.tmp fileio.o.tmp filewr.o.tmp fontdir.o.tmp fontencc.o.tmp fontfile.o.tmp fontscale.o.tmp gunzip.o.tmp register.o.tmp renderers.o.tmp bunzip2.o.tmp cauthgen.o.tmp csignal.o.tmp delfntcid.o.tmp errorf.o.tmp findoldfnt.o.tmp getcres.o.tmp getdefptsize.o.tmp getnewfntcid.o.tmp gettime.o.tmp initfshdl.o.tmp regfpefunc.o.tmp rmfshdl.o.tmp servclient.o.tmp setfntauth.o.tmp stfntcfnt.o.tmp atom.o.tmp fontaccel.o.tmp fontnames.o.tmp fontutil.o.tmp fontxlfd.o.tmp format.o.tmp miscutil.o.tmp patcache.o.tmp private.o.tmp utilbitmap.o.tmp stubsinit.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont && rm -f libXfont.a ftenc.o ftfuncs.o fttools.o xttcap.o bdfread.o bdfutils.o bitmap.o bitmapfunc.o bitmaputil.o bitscale.o fontink.o pcfread.o pcfwrite.o snfread.o dir.o file.o fonts.o fpe.o render.o fsconvert.o fserve.o fsio.o fstrans.o bitsource.o bufio.o catalogue.o decompress.o defaults.o dirfile.o fileio.o filewr.o fontdir.o fontencc.o fontfile.o fontscale.o gunzip.o register.o renderers.o bunzip2.o cauthgen.o csignal.o delfntcid.o errorf.o findoldfnt.o getcres.o getdefptsize.o getnewfntcid.o gettime.o initfshdl.o regfpefunc.o rmfshdl.o servclient.o setfntauth.o stfntcfnt.o atom.o fontaccel.o fontnames.o fontutil.o fontxlfd.o format.o miscutil.o patcache.o private.o utilbitmap.o stubsinit.o ftenc.o.tmp ftfuncs.o.tmp fttools.o.tmp xttcap.o.tmp bdfread.o.tmp bdfutils.o.tmp bitmap.o.tmp bitmapfunc.o.tmp bitmaputil.o.tmp bitscale.o.tmp fontink.o.tmp pcfread.o.tmp pcfwrite.o.tmp snfread.o.tmp dir.o.tmp file.o.tmp fonts.o.tmp fpe.o.tmp render.o.tmp fsconvert.o.tmp fserve.o.tmp fsio.o.tmp fstrans.o.tmp bitsource.o.tmp bufio.o.tmp catalogue.o.tmp decompress.o.tmp defaults.o.tmp dirfile.o.tmp fileio.o.tmp filewr.o.tmp fontdir.o.tmp fontencc.o.tmp fontfile.o.tmp fontscale.o.tmp gunzip.o.tmp register.o.tmp renderers.o.tmp bunzip2.o.tmp cauthgen.o.tmp csignal.o.tmp delfntcid.o.tmp errorf.o.tmp findoldfnt.o.tmp getcres.o.tmp getdefptsize.o.tmp getnewfntcid.o.tmp gettime.o.tmp initfshdl.o.tmp regfpefunc.o.tmp rmfshdl.o.tmp servclient.o.tmp setfntauth.o.tmp stfntcfnt.o.tmp atom.o.tmp fontaccel.o.tmp fontnames.o.tmp fontutil.o.tmp fontxlfd.o.tmp format.o.tmp miscutil.o.tmp patcache.o.tmp private.o.tmp utilbitmap.o.tmp stubsinit.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont && rm -f libXfont_p.a ftenc.po ftfuncs.po fttools.po xttcap.po bdfread.po bdfutils.po bitmap.po bitmapfunc.po bitmaputil.po bitscale.po fontink.po pcfread.po pcfwrite.po snfread.po dir.po file.po fonts.po fpe.po render.po fsconvert.po fserve.po fsio.po fstrans.po bitsource.po bufio.po catalogue.po decompress.po defaults.po dirfile.po fileio.po filewr.po fontdir.po fontencc.po fontfile.po fontscale.po gunzip.po register.po renderers.po bunzip2.po cauthgen.po csignal.po delfntcid.po errorf.po findoldfnt.po getcres.po getdefptsize.po getnewfntcid.po gettime.po initfshdl.po regfpefunc.po rmfshdl.po servclient.po setfntauth.po stfntcfnt.po atom.po fontaccel.po fontnames.po fontutil.po fontxlfd.po format.po miscutil.po patcache.po private.po utilbitmap.po stubsinit.po ftenc.po.tmp ftfuncs.po.tmp fttools.po.tmp xttcap.po.tmp bdfread.po.tmp bdfutils.po.tmp bitmap.po.tmp bitmapfunc.po.tmp bitmaputil.po.tmp bitscale.po.tmp fontink.po.tmp pcfread.po.tmp pcfwrite.po.tmp snfread.po.tmp dir.po.tmp file.po.tmp fonts.po.tmp fpe.po.tmp render.po.tmp fsconvert.po.tmp fserve.po.tmp fsio.po.tmp fstrans.po.tmp bitsource.po.tmp bufio.po.tmp catalogue.po.tmp decompress.po.tmp defaults.po.tmp dirfile.po.tmp fileio.po.tmp filewr.po.tmp fontdir.po.tmp fontencc.po.tmp fontfile.po.tmp fontscale.po.tmp gunzip.po.tmp register.po.tmp renderers.po.tmp bunzip2.po.tmp cauthgen.po.tmp csignal.po.tmp delfntcid.po.tmp errorf.po.tmp findoldfnt.po.tmp getcres.po.tmp getdefptsize.po.tmp getnewfntcid.po.tmp gettime.po.tmp initfshdl.po.tmp regfpefunc.po.tmp rmfshdl.po.tmp servclient.po.tmp setfntauth.po.tmp stfntcfnt.po.tmp atom.po.tmp fontaccel.po.tmp fontnames.po.tmp fontutil.po.tmp fontxlfd.po.tmp format.po.tmp miscutil.po.tmp patcache.po.tmp private.po.tmp utilbitmap.po.tmp stubsinit.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont && rm -f libXfont_p.a ftenc.po ftfuncs.po fttools.po xttcap.po bdfread.po bdfutils.po bitmap.po bitmapfunc.po bitmaputil.po bitscale.po fontink.po pcfread.po pcfwrite.po snfread.po dir.po file.po fonts.po fpe.po render.po fsconvert.po fserve.po fsio.po fstrans.po bitsource.po bufio.po catalogue.po decompress.po defaults.po dirfile.po fileio.po filewr.po fontdir.po fontencc.po fontfile.po fontscale.po gunzip.po register.po renderers.po bunzip2.po cauthgen.po csignal.po delfntcid.po errorf.po findoldfnt.po getcres.po getdefptsize.po getnewfntcid.po gettime.po initfshdl.po regfpefunc.po rmfshdl.po servclient.po setfntauth.po stfntcfnt.po atom.po fontaccel.po fontnames.po fontutil.po fontxlfd.po format.po miscutil.po patcache.po private.po utilbitmap.po stubsinit.po ftenc.po.tmp ftfuncs.po.tmp fttools.po.tmp xttcap.po.tmp bdfread.po.tmp bdfutils.po.tmp bitmap.po.tmp bitmapfunc.po.tmp bitmaputil.po.tmp bitscale.po.tmp fontink.po.tmp pcfread.po.tmp pcfwrite.po.tmp snfread.po.tmp dir.po.tmp file.po.tmp fonts.po.tmp fpe.po.tmp render.po.tmp fsconvert.po.tmp fserve.po.tmp fsio.po.tmp fstrans.po.tmp bitsource.po.tmp bufio.po.tmp catalogue.po.tmp decompress.po.tmp defaults.po.tmp dirfile.po.tmp fileio.po.tmp filewr.po.tmp fontdir.po.tmp fontencc.po.tmp fontfile.po.tmp fontscale.po.tmp gunzip.po.tmp register.po.tmp renderers.po.tmp bunzip2.po.tmp cauthgen.po.tmp csignal.po.tmp delfntcid.po.tmp errorf.po.tmp findoldfnt.po.tmp getcres.po.tmp getdefptsize.po.tmp getnewfntcid.po.tmp gettime.po.tmp initfshdl.po.tmp regfpefunc.po.tmp rmfshdl.po.tmp servclient.po.tmp setfntauth.po.tmp stfntcfnt.po.tmp atom.po.tmp fontaccel.po.tmp fontnames.po.tmp fontutil.po.tmp fontxlfd.po.tmp format.po.tmp miscutil.po.tmp patcache.po.tmp private.po.tmp utilbitmap.po.tmp stubsinit.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont && rm -f libXfont_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont && rm -f libXfont_g.a || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/string2key && rm -f a.out [Ee]rrs mklog core *.core .gdbinit string2key string2key.o string2key.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/string2key && rm -f a.out [Ee]rrs mklog core *.core .gdbinit string2key string2key.o string2key.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont && rm -f libXfont_pic.a libXfont.so.* libXfont.so ftenc.pico ftfuncs.pico fttools.pico xttcap.pico bdfread.pico bdfutils.pico bitmap.pico bitmapfunc.pico bitmaputil.pico bitscale.pico fontink.pico pcfread.pico pcfwrite.pico snfread.pico dir.pico file.pico fonts.pico fpe.pico render.pico fsconvert.pico fserve.pico fsio.pico fstrans.pico bitsource.pico bufio.pico catalogue.pico decompress.pico defaults.pico dirfile.pico fileio.pico filewr.pico fontdir.pico fontencc.pico fontfile.pico fontscale.pico gunzip.pico register.pico renderers.pico bunzip2.pico cauthgen.pico csignal.pico delfntcid.pico errorf.pico findoldfnt.pico getcres.pico getdefptsize.pico getnewfntcid.pico gettime.pico initfshdl.pico regfpefunc.pico rmfshdl.pico servclient.pico setfntauth.pico stfntcfnt.pico atom.pico fontaccel.pico fontnames.pico fontutil.pico fontxlfd.pico format.pico miscutil.pico patcache.pico private.pico utilbitmap.pico stubsinit.pico ftenc.pico.tmp ftfuncs.pico.tmp fttools.pico.tmp xttcap.pico.tmp bdfread.pico.tmp bdfutils.pico.tmp bitmap.pico.tmp bitmapfunc.pico.tmp bitmaputil.pico.tmp bitscale.pico.tmp fontink.pico.tmp pcfread.pico.tmp pcfwrite.pico.tmp snfread.pico.tmp dir.pico.tmp file.pico.tmp fonts.pico.tmp fpe.pico.tmp render.pico.tmp fsconvert.pico.tmp fserve.pico.tmp fsio.pico.tmp fstrans.pico.tmp bitsource.pico.tmp bufio.pico.tmp catalogue.pico.tmp decompress.pico.tmp defaults.pico.tmp dirfile.pico.tmp fileio.pico.tmp filewr.pico.tmp fontdir.pico.tmp fontencc.pico.tmp fontfile.pico.tmp fontscale.pico.tmp gunzip.pico.tmp register.pico.tmp renderers.pico.tmp bunzip2.pico.tmp cauthgen.pico.tmp csignal.pico.tmp delfntcid.pico.tmp errorf.pico.tmp findoldfnt.pico.tmp getcres.pico.tmp getdefptsize.pico.tmp getnewfntcid.pico.tmp gettime.pico.tmp initfshdl.pico.tmp regfpefunc.pico.tmp rmfshdl.pico.tmp servclient.pico.tmp setfntauth.pico.tmp stfntcfnt.pico.tmp atom.pico.tmp fontaccel.pico.tmp fontnames.pico.tmp fontutil.pico.tmp fontxlfd.pico.tmp format.pico.tmp miscutil.pico.tmp patcache.pico.tmp private.pico.tmp utilbitmap.pico.tmp stubsinit.pico.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont && rm -f libXfont_pic.a libXfont.so.* libXfont.so ftenc.pico ftfuncs.pico fttools.pico xttcap.pico bdfread.pico bdfutils.pico bitmap.pico bitmapfunc.pico bitmaputil.pico bitscale.pico fontink.pico pcfread.pico pcfwrite.pico snfread.pico dir.pico file.pico fonts.pico fpe.pico render.pico fsconvert.pico fserve.pico fsio.pico fstrans.pico bitsource.pico bufio.pico catalogue.pico decompress.pico defaults.pico dirfile.pico fileio.pico filewr.pico fontdir.pico fontencc.pico fontfile.pico fontscale.pico gunzip.pico register.pico renderers.pico bunzip2.pico cauthgen.pico csignal.pico delfntcid.pico errorf.pico findoldfnt.pico getcres.pico getdefptsize.pico getnewfntcid.pico gettime.pico initfshdl.pico regfpefunc.pico rmfshdl.pico servclient.pico setfntauth.pico stfntcfnt.pico atom.pico fontaccel.pico fontnames.pico fontutil.pico fontxlfd.pico format.pico miscutil.pico patcache.pico private.pico utilbitmap.pico stubsinit.pico ftenc.pico.tmp ftfuncs.pico.tmp fttools.pico.tmp xttcap.pico.tmp bdfread.pico.tmp bdfutils.pico.tmp bitmap.pico.tmp bitmapfunc.pico.tmp bitmaputil.pico.tmp bitscale.pico.tmp fontink.pico.tmp pcfread.pico.tmp pcfwrite.pico.tmp snfread.pico.tmp dir.pico.tmp file.pico.tmp fonts.pico.tmp fpe.pico.tmp render.pico.tmp fsconvert.pico.tmp fserve.pico.tmp fsio.pico.tmp fstrans.pico.tmp bitsource.pico.tmp bufio.pico.tmp catalogue.pico.tmp decompress.pico.tmp defaults.pico.tmp dirfile.pico.tmp fileio.pico.tmp filewr.pico.tmp fontdir.pico.tmp fontencc.pico.tmp fontfile.pico.tmp fontscale.pico.tmp gunzip.pico.tmp register.pico.tmp renderers.pico.tmp bunzip2.pico.tmp cauthgen.pico.tmp csignal.pico.tmp delfntcid.pico.tmp errorf.pico.tmp findoldfnt.pico.tmp getcres.pico.tmp getdefptsize.pico.tmp getnewfntcid.pico.tmp gettime.pico.tmp initfshdl.pico.tmp regfpefunc.pico.tmp rmfshdl.pico.tmp servclient.pico.tmp setfntauth.pico.tmp stfntcfnt.pico.tmp atom.pico.tmp fontaccel.pico.tmp fontnames.pico.tmp fontutil.pico.tmp fontxlfd.pico.tmp format.pico.tmp miscutil.pico.tmp patcache.pico.tmp private.pico.tmp utilbitmap.pico.tmp stubsinit.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/string2key && rm -f string2key.html8 .depend string2key.d string2key.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/string2key && rm -f string2key.html8 .depend string2key.d string2key.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont && rm -f llib-lXfont.ln ftenc.ln ftfuncs.ln fttools.ln xttcap.ln bdfread.ln bdfutils.ln bitmap.ln bitmapfunc.ln bitmaputil.ln bitscale.ln fontink.ln pcfread.ln pcfwrite.ln snfread.ln dir.ln file.ln fonts.ln fpe.ln render.ln fsconvert.ln fserve.ln fsio.ln fstrans.ln bitsource.ln bufio.ln catalogue.ln decompress.ln defaults.ln dirfile.ln fileio.ln filewr.ln fontdir.ln fontencc.ln fontfile.ln fontscale.ln gunzip.ln register.ln renderers.ln bunzip2.ln cauthgen.ln csignal.ln delfntcid.ln errorf.ln findoldfnt.ln getcres.ln getdefptsize.ln getnewfntcid.ln gettime.ln initfshdl.ln regfpefunc.ln rmfshdl.ln servclient.ln setfntauth.ln stfntcfnt.ln atom.ln fontaccel.ln fontnames.ln fontutil.ln fontxlfd.ln format.ln miscutil.ln patcache.ln private.ln utilbitmap.ln stubsinit.ln || true) --- cleandir-crypto/external --- --- cleandir-verify_krb5_conf --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont && rm -f llib-lXfont.ln ftenc.ln ftfuncs.ln fttools.ln xttcap.ln bdfread.ln bdfutils.ln bitmap.ln bitmapfunc.ln bitmaputil.ln bitscale.ln fontink.ln pcfread.ln pcfwrite.ln snfread.ln dir.ln file.ln fonts.ln fpe.ln render.ln fsconvert.ln fserve.ln fsio.ln fstrans.ln bitsource.ln bufio.ln catalogue.ln decompress.ln defaults.ln dirfile.ln fileio.ln filewr.ln fontdir.ln fontencc.ln fontfile.ln fontscale.ln gunzip.ln register.ln renderers.ln bunzip2.ln cauthgen.ln csignal.ln delfntcid.ln errorf.ln findoldfnt.ln getcres.ln getdefptsize.ln getnewfntcid.ln gettime.ln initfshdl.ln regfpefunc.ln rmfshdl.ln servclient.ln setfntauth.ln stfntcfnt.ln atom.ln fontaccel.ln fontnames.ln fontutil.ln fontxlfd.ln format.ln miscutil.ln patcache.ln private.ln utilbitmap.ln stubsinit.ln || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/bin/verify_krb5_conf --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont && rm -f .depend atom.d bdfread.d bdfutils.d bitmap.d bitmapfunc.d bitmaputil.d bitscale.d bitsource.d bufio.d bunzip2.d catalogue.d cauthgen.d csignal.d decompress.d defaults.d delfntcid.d dir.d dirfile.d errorf.d file.d fileio.d filewr.d findoldfnt.d fontaccel.d fontdir.d fontencc.d fontfile.d fontink.d fontnames.d fonts.d fontscale.d fontutil.d fontxlfd.d format.d fpe.d fsconvert.d fserve.d fsio.d fstrans.d ftenc.d ftfuncs.d fttools.d getcres.d getdefptsize.d getnewfntcid.d gettime.d gunzip.d initfshdl.d miscutil.d patcache.d pcfread.d pcfwrite.d private.d regfpefunc.d register.d render.d renderers.d rmfshdl.d servclient.d setfntauth.d snfread.d stfntcfnt.d stubsinit.d utilbitmap.d xttcap.d atom.d.tmp bdfread.d.tmp bdfutils.d.tmp bitmap.d.tmp bitmapfunc.d.tmp bitmaputil.d.tmp bitscale.d.tmp bitsource.d.tmp bufio.d.tmp bunzip2.d.tmp catalogue.d.tmp cauthgen.d.tmp csignal.d.tmp decompress.d.tmp defaults.d.tmp delfntcid.d.tmp dir.d.tmp dirfile.d.tmp errorf.d.tmp file.d.tmp fileio.d.tmp filewr.d.tmp findoldfnt.d.tmp fontaccel.d.tmp fontdir.d.tmp fontencc.d.tmp fontfile.d.tmp fontink.d.tmp fontnames.d.tmp fonts.d.tmp fontscale.d.tmp fontutil.d.tmp fontxlfd.d.tmp format.d.tmp fpe.d.tmp fsconvert.d.tmp fserve.d.tmp fsio.d.tmp fstrans.d.tmp ftenc.d.tmp ftfuncs.d.tmp fttools.d.tmp getcres.d.tmp getdefptsize.d.tmp getnewfntcid.d.tmp gettime.d.tmp gunzip.d.tmp initfshdl.d.tmp miscutil.d.tmp patcache.d.tmp pcfread.d.tmp pcfwrite.d.tmp private.d.tmp regfpefunc.d.tmp register.d.tmp render.d.tmp renderers.d.tmp rmfshdl.d.tmp servclient.d.tmp setfntauth.d.tmp snfread.d.tmp stfntcfnt.d.tmp stubsinit.d.tmp utilbitmap.d.tmp xttcap.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont && rm -f .depend atom.d bdfread.d bdfutils.d bitmap.d bitmapfunc.d bitmaputil.d bitscale.d bitsource.d bufio.d bunzip2.d catalogue.d cauthgen.d csignal.d decompress.d defaults.d delfntcid.d dir.d dirfile.d errorf.d file.d fileio.d filewr.d findoldfnt.d fontaccel.d fontdir.d fontencc.d fontfile.d fontink.d fontnames.d fonts.d fontscale.d fontutil.d fontxlfd.d format.d fpe.d fsconvert.d fserve.d fsio.d fstrans.d ftenc.d ftfuncs.d fttools.d getcres.d getdefptsize.d getnewfntcid.d gettime.d gunzip.d initfshdl.d miscutil.d patcache.d pcfread.d pcfwrite.d private.d regfpefunc.d register.d render.d renderers.d rmfshdl.d servclient.d setfntauth.d snfread.d stfntcfnt.d stubsinit.d utilbitmap.d xttcap.d atom.d.tmp bdfread.d.tmp bdfutils.d.tmp bitmap.d.tmp bitmapfunc.d.tmp bitmaputil.d.tmp bitscale.d.tmp bitsource.d.tmp bufio.d.tmp bunzip2.d.tmp catalogue.d.tmp cauthgen.d.tmp csignal.d.tmp decompress.d.tmp defaults.d.tmp delfntcid.d.tmp dir.d.tmp dirfile.d.tmp errorf.d.tmp file.d.tmp fileio.d.tmp filewr.d.tmp findoldfnt.d.tmp fontaccel.d.tmp fontdir.d.tmp fontencc.d.tmp fontfile.d.tmp fontink.d.tmp fontnames.d.tmp fonts.d.tmp fontscale.d.tmp fontutil.d.tmp fontxlfd.d.tmp format.d.tmp fpe.d.tmp fsconvert.d.tmp fserve.d.tmp fsio.d.tmp fstrans.d.tmp ftenc.d.tmp ftfuncs.d.tmp fttools.d.tmp getcres.d.tmp getdefptsize.d.tmp getnewfntcid.d.tmp gettime.d.tmp gunzip.d.tmp initfshdl.d.tmp miscutil.d.tmp patcache.d.tmp pcfread.d.tmp pcfwrite.d.tmp private.d.tmp regfpefunc.d.tmp register.d.tmp render.d.tmp renderers.d.tmp rmfshdl.d.tmp servclient.d.tmp setfntauth.d.tmp snfread.d.tmp stfntcfnt.d.tmp stubsinit.d.tmp utilbitmap.d.tmp xttcap.d.tmp tags || true) --- cleandir-libXfont2 --- cleandir ===> external/mit/xorg/lib/libXfont2 --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/verify_krb5_conf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit verify_krb5_conf verify_krb5_conf.o verify_krb5_conf.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/verify_krb5_conf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit verify_krb5_conf verify_krb5_conf.o verify_krb5_conf.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/bin/verify_krb5_conf && rm -f verify_krb5_conf.html8 .depend verify_krb5_conf.d verify_krb5_conf.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/bin/verify_krb5_conf && rm -f verify_krb5_conf.html8 .depend verify_krb5_conf.d verify_krb5_conf.d.tmp tags || true) --- cleandir-libexec --- cleandir ===> crypto/external/bsd/heimdal/libexec --- cleandir-digest-service --- --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/libexec/digest-service --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont2 && rm -f xfont2.pc xfont2.pc.tmp libXfont2.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont2 && rm -f xfont2.pc xfont2.pc.tmp libXfont2.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont2 && rm -f libXfont2.a atom.o libxfontstubs.o fontaccel.o fontnames.o fontutil.o fontxlfd.o format.o miscutil.o patcache.o private.o utilbitmap.o reallocarray.o bitsource.o bufio.o decompress.o defaults.o dirfile.o fileio.o filewr.o fontdir.o fontencc.o fontfile.o fontscale.o gunzip.o register.o renderers.o catalogue.o bunzip2.o ftenc.o ftfuncs.o fttools.o xttcap.o bitmap.o bitmapfunc.o bitmaputil.o bitscale.o fontink.o bitmap.o bitmapfunc.o bitmaputil.o bitscale.o fontink.o bdfread.o bdfutils.o pcfread.o pcfwrite.o dir.o file.o fonts.o fpe.o render.o fsconvert.o fserve.o fsio.o fstrans.o atom.o.tmp libxfontstubs.o.tmp fontaccel.o.tmp fontnames.o.tmp fontutil.o.tmp fontxlfd.o.tmp format.o.tmp miscutil.o.tmp patcache.o.tmp private.o.tmp utilbitmap.o.tmp reallocarray.o.tmp bitsource.o.tmp bufio.o.tmp decompress.o.tmp defaults.o.tmp dirfile.o.tmp fileio.o.tmp filewr.o.tmp fontdir.o.tmp fontencc.o.tmp fontfile.o.tmp fontscale.o.tmp gunzip.o.tmp register.o.tmp renderers.o.tmp catalogue.o.tmp bunzip2.o.tmp ftenc.o.tmp ftfuncs.o.tmp fttools.o.tmp xttcap.o.tmp bitmap.o.tmp bitmapfunc.o.tmp bitmaputil.o.tmp bitscale.o.tmp fontink.o.tmp bitmap.o.tmp bitmapfunc.o.tmp bitmaputil.o.tmp bitscale.o.tmp fontink.o.tmp bdfread.o.tmp bdfutils.o.tmp pcfread.o.tmp pcfwrite.o.tmp dir.o.tmp file.o.tmp fonts.o.tmp fpe.o.tmp render.o.tmp fsconvert.o.tmp fserve.o.tmp fsio.o.tmp fstrans.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont2 && rm -f libXfont2.a atom.o libxfontstubs.o fontaccel.o fontnames.o fontutil.o fontxlfd.o format.o miscutil.o patcache.o private.o utilbitmap.o reallocarray.o bitsource.o bufio.o decompress.o defaults.o dirfile.o fileio.o filewr.o fontdir.o fontencc.o fontfile.o fontscale.o gunzip.o register.o renderers.o catalogue.o bunzip2.o ftenc.o ftfuncs.o fttools.o xttcap.o bitmap.o bitmapfunc.o bitmaputil.o bitscale.o fontink.o bitmap.o bitmapfunc.o bitmaputil.o bitscale.o fontink.o bdfread.o bdfutils.o pcfread.o pcfwrite.o dir.o file.o fonts.o fpe.o render.o fsconvert.o fserve.o fsio.o fstrans.o atom.o.tmp libxfontstubs.o.tmp fontaccel.o.tmp fontnames.o.tmp fontutil.o.tmp fontxlfd.o.tmp format.o.tmp miscutil.o.tmp patcache.o.tmp private.o.tmp utilbitmap.o.tmp reallocarray.o.tmp bitsource.o.tmp bufio.o.tmp decompress.o.tmp defaults.o.tmp dirfile.o.tmp fileio.o.tmp filewr.o.tmp fontdir.o.tmp fontencc.o.tmp fontfile.o.tmp fontscale.o.tmp gunzip.o.tmp register.o.tmp renderers.o.tmp catalogue.o.tmp bunzip2.o.tmp ftenc.o.tmp ftfuncs.o.tmp fttools.o.tmp xttcap.o.tmp bitmap.o.tmp bitmapfunc.o.tmp bitmaputil.o.tmp bitscale.o.tmp fontink.o.tmp bitmap.o.tmp bitmapfunc.o.tmp bitmaputil.o.tmp bitscale.o.tmp fontink.o.tmp bdfread.o.tmp bdfutils.o.tmp pcfread.o.tmp pcfwrite.o.tmp dir.o.tmp file.o.tmp fonts.o.tmp fpe.o.tmp render.o.tmp fsconvert.o.tmp fserve.o.tmp fsio.o.tmp fstrans.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont2 && rm -f libXfont2_p.a atom.po libxfontstubs.po fontaccel.po fontnames.po fontutil.po fontxlfd.po format.po miscutil.po patcache.po private.po utilbitmap.po reallocarray.po bitsource.po bufio.po decompress.po defaults.po dirfile.po fileio.po filewr.po fontdir.po fontencc.po fontfile.po fontscale.po gunzip.po register.po renderers.po catalogue.po bunzip2.po ftenc.po ftfuncs.po fttools.po xttcap.po bitmap.po bitmapfunc.po bitmaputil.po bitscale.po fontink.po bitmap.po bitmapfunc.po bitmaputil.po bitscale.po fontink.po bdfread.po bdfutils.po pcfread.po pcfwrite.po dir.po file.po fonts.po fpe.po render.po fsconvert.po fserve.po fsio.po fstrans.po atom.po.tmp libxfontstubs.po.tmp fontaccel.po.tmp fontnames.po.tmp fontutil.po.tmp fontxlfd.po.tmp format.po.tmp miscutil.po.tmp patcache.po.tmp private.po.tmp utilbitmap.po.tmp reallocarray.po.tmp bitsource.po.tmp bufio.po.tmp decompress.po.tmp defaults.po.tmp dirfile.po.tmp fileio.po.tmp filewr.po.tmp fontdir.po.tmp fontencc.po.tmp fontfile.po.tmp fontscale.po.tmp gunzip.po.tmp register.po.tmp renderers.po.tmp catalogue.po.tmp bunzip2.po.tmp ftenc.po.tmp ftfuncs.po.tmp fttools.po.tmp xttcap.po.tmp bitmap.po.tmp bitmapfunc.po.tmp bitmaputil.po.tmp bitscale.po.tmp fontink.po.tmp bitmap.po.tmp bitmapfunc.po.tmp bitmaputil.po.tmp bitscale.po.tmp fontink.po.tmp bdfread.po.tmp bdfutils.po.tmp pcfread.po.tmp pcfwrite.po.tmp dir.po.tmp file.po.tmp fonts.po.tmp fpe.po.tmp render.po.tmp fsconvert.po.tmp fserve.po.tmp fsio.po.tmp fstrans.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont2 && rm -f libXfont2_p.a atom.po libxfontstubs.po fontaccel.po fontnames.po fontutil.po fontxlfd.po format.po miscutil.po patcache.po private.po utilbitmap.po reallocarray.po bitsource.po bufio.po decompress.po defaults.po dirfile.po fileio.po filewr.po fontdir.po fontencc.po fontfile.po fontscale.po gunzip.po register.po renderers.po catalogue.po bunzip2.po ftenc.po ftfuncs.po fttools.po xttcap.po bitmap.po bitmapfunc.po bitmaputil.po bitscale.po fontink.po bitmap.po bitmapfunc.po bitmaputil.po bitscale.po fontink.po bdfread.po bdfutils.po pcfread.po pcfwrite.po dir.po file.po fonts.po fpe.po render.po fsconvert.po fserve.po fsio.po fstrans.po atom.po.tmp libxfontstubs.po.tmp fontaccel.po.tmp fontnames.po.tmp fontutil.po.tmp fontxlfd.po.tmp format.po.tmp miscutil.po.tmp patcache.po.tmp private.po.tmp utilbitmap.po.tmp reallocarray.po.tmp bitsource.po.tmp bufio.po.tmp decompress.po.tmp defaults.po.tmp dirfile.po.tmp fileio.po.tmp filewr.po.tmp fontdir.po.tmp fontencc.po.tmp fontfile.po.tmp fontscale.po.tmp gunzip.po.tmp register.po.tmp renderers.po.tmp catalogue.po.tmp bunzip2.po.tmp ftenc.po.tmp ftfuncs.po.tmp fttools.po.tmp xttcap.po.tmp bitmap.po.tmp bitmapfunc.po.tmp bitmaputil.po.tmp bitscale.po.tmp fontink.po.tmp bitmap.po.tmp bitmapfunc.po.tmp bitmaputil.po.tmp bitscale.po.tmp fontink.po.tmp bdfread.po.tmp bdfutils.po.tmp pcfread.po.tmp pcfwrite.po.tmp dir.po.tmp file.po.tmp fonts.po.tmp fpe.po.tmp render.po.tmp fsconvert.po.tmp fserve.po.tmp fsio.po.tmp fstrans.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont2 && rm -f libXfont2_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont2 && rm -f libXfont2_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont2 && rm -f libXfont2_pic.a libXfont2.so.* libXfont2.so atom.pico libxfontstubs.pico fontaccel.pico fontnames.pico fontutil.pico fontxlfd.pico format.pico miscutil.pico patcache.pico private.pico utilbitmap.pico reallocarray.pico bitsource.pico bufio.pico decompress.pico defaults.pico dirfile.pico fileio.pico filewr.pico fontdir.pico fontencc.pico fontfile.pico fontscale.pico gunzip.pico register.pico renderers.pico catalogue.pico bunzip2.pico ftenc.pico ftfuncs.pico fttools.pico xttcap.pico bitmap.pico bitmapfunc.pico bitmaputil.pico bitscale.pico fontink.pico bitmap.pico bitmapfunc.pico bitmaputil.pico bitscale.pico fontink.pico bdfread.pico bdfutils.pico pcfread.pico pcfwrite.pico dir.pico file.pico fonts.pico fpe.pico render.pico fsconvert.pico fserve.pico fsio.pico fstrans.pico atom.pico.tmp libxfontstubs.pico.tmp fontaccel.pico.tmp fontnames.pico.tmp fontutil.pico.tmp fontxlfd.pico.tmp format.pico.tmp miscutil.pico.tmp patcache.pico.tmp private.pico.tmp utilbitmap.pico.tmp reallocarray.pico.tmp bitsource.pico.tmp bufio.pico.tmp decompress.pico.tmp defaults.pico.tmp dirfile.pico.tmp fileio.pico.tmp filewr.pico.tmp fontdir.pico.tmp fontencc.pico.tmp fontfile.pico.tmp fontscale.pico.tmp gunzip.pico.tmp register.pico.tmp renderers.pico.tmp catalogue.pico.tmp bunzip2.pico.tmp ftenc.pico.tmp ftfuncs.pico.tmp fttools.pico.tmp xttcap.pico.tmp bitmap.pico.tmp bitmapfunc.pico.tmp bitmaputil.pico.tmp bitscale.pico.tmp fontink.pico.tmp bitmap.pico.tmp bitmapfunc.pico.tmp bitmaputil.pico.tmp bitscale.pico.tmp fontink.pico.tmp bdfread.pico.tmp bdfutils.pico.tmp pcfread.pico.tmp pcfwrite.pico.tmp dir.pico.tmp file.pico.tmp fonts.pico.tmp fpe.pico.tmp render.pico.tmp fsconvert.pico.tmp fserve.pico.tmp fsio.pico.tmp fstrans.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont2 && rm -f libXfont2_pic.a libXfont2.so.* libXfont2.so atom.pico libxfontstubs.pico fontaccel.pico fontnames.pico fontutil.pico fontxlfd.pico format.pico miscutil.pico patcache.pico private.pico utilbitmap.pico reallocarray.pico bitsource.pico bufio.pico decompress.pico defaults.pico dirfile.pico fileio.pico filewr.pico fontdir.pico fontencc.pico fontfile.pico fontscale.pico gunzip.pico register.pico renderers.pico catalogue.pico bunzip2.pico ftenc.pico ftfuncs.pico fttools.pico xttcap.pico bitmap.pico bitmapfunc.pico bitmaputil.pico bitscale.pico fontink.pico bitmap.pico bitmapfunc.pico bitmaputil.pico bitscale.pico fontink.pico bdfread.pico bdfutils.pico pcfread.pico pcfwrite.pico dir.pico file.pico fonts.pico fpe.pico render.pico fsconvert.pico fserve.pico fsio.pico fstrans.pico atom.pico.tmp libxfontstubs.pico.tmp fontaccel.pico.tmp fontnames.pico.tmp fontutil.pico.tmp fontxlfd.pico.tmp format.pico.tmp miscutil.pico.tmp patcache.pico.tmp private.pico.tmp utilbitmap.pico.tmp reallocarray.pico.tmp bitsource.pico.tmp bufio.pico.tmp decompress.pico.tmp defaults.pico.tmp dirfile.pico.tmp fileio.pico.tmp filewr.pico.tmp fontdir.pico.tmp fontencc.pico.tmp fontfile.pico.tmp fontscale.pico.tmp gunzip.pico.tmp register.pico.tmp renderers.pico.tmp catalogue.pico.tmp bunzip2.pico.tmp ftenc.pico.tmp ftfuncs.pico.tmp fttools.pico.tmp xttcap.pico.tmp bitmap.pico.tmp bitmapfunc.pico.tmp bitmaputil.pico.tmp bitscale.pico.tmp fontink.pico.tmp bitmap.pico.tmp bitmapfunc.pico.tmp bitmaputil.pico.tmp bitscale.pico.tmp fontink.pico.tmp bdfread.pico.tmp bdfutils.pico.tmp pcfread.pico.tmp pcfwrite.pico.tmp dir.pico.tmp file.pico.tmp fonts.pico.tmp fpe.pico.tmp render.pico.tmp fsconvert.pico.tmp fserve.pico.tmp fsio.pico.tmp fstrans.pico.tmp || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/digest-service && rm -f a.out [Ee]rrs mklog core *.core .gdbinit digest-service digest-service.o digest-service.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont2 && rm -f llib-lXfont2.ln atom.ln libxfontstubs.ln fontaccel.ln fontnames.ln fontutil.ln fontxlfd.ln format.ln miscutil.ln patcache.ln private.ln utilbitmap.ln reallocarray.ln bitsource.ln bufio.ln decompress.ln defaults.ln dirfile.ln fileio.ln filewr.ln fontdir.ln fontencc.ln fontfile.ln fontscale.ln gunzip.ln register.ln renderers.ln catalogue.ln bunzip2.ln ftenc.ln ftfuncs.ln fttools.ln xttcap.ln bitmap.ln bitmapfunc.ln bitmaputil.ln bitscale.ln fontink.ln bitmap.ln bitmapfunc.ln bitmaputil.ln bitscale.ln fontink.ln bdfread.ln bdfutils.ln pcfread.ln pcfwrite.ln dir.ln file.ln fonts.ln fpe.ln render.ln fsconvert.ln fserve.ln fsio.ln fstrans.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/digest-service && rm -f a.out [Ee]rrs mklog core *.core .gdbinit digest-service digest-service.o digest-service.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont2 && rm -f llib-lXfont2.ln atom.ln libxfontstubs.ln fontaccel.ln fontnames.ln fontutil.ln fontxlfd.ln format.ln miscutil.ln patcache.ln private.ln utilbitmap.ln reallocarray.ln bitsource.ln bufio.ln decompress.ln defaults.ln dirfile.ln fileio.ln filewr.ln fontdir.ln fontencc.ln fontfile.ln fontscale.ln gunzip.ln register.ln renderers.ln catalogue.ln bunzip2.ln ftenc.ln ftfuncs.ln fttools.ln xttcap.ln bitmap.ln bitmapfunc.ln bitmaputil.ln bitscale.ln fontink.ln bitmap.ln bitmapfunc.ln bitmaputil.ln bitscale.ln fontink.ln bdfread.ln bdfutils.ln pcfread.ln pcfwrite.ln dir.ln file.ln fonts.ln fpe.ln render.ln fsconvert.ln fserve.ln fsio.ln fstrans.ln || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/digest-service && rm -f .depend digest-service.d digest-service.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXfont2 && rm -f .depend atom.d bdfread.d bdfutils.d bitmap.d bitmapfunc.d bitmaputil.d bitscale.d bitsource.d bufio.d bunzip2.d catalogue.d decompress.d defaults.d dir.d dirfile.d file.d fileio.d filewr.d fontaccel.d fontdir.d fontencc.d fontfile.d fontink.d fontnames.d fonts.d fontscale.d fontutil.d fontxlfd.d format.d fpe.d fsconvert.d fserve.d fsio.d fstrans.d ftenc.d ftfuncs.d fttools.d gunzip.d libxfontstubs.d miscutil.d patcache.d pcfread.d pcfwrite.d private.d reallocarray.d register.d render.d renderers.d utilbitmap.d xttcap.d atom.d.tmp bdfread.d.tmp bdfutils.d.tmp bitmap.d.tmp bitmapfunc.d.tmp bitmaputil.d.tmp bitscale.d.tmp bitsource.d.tmp bufio.d.tmp bunzip2.d.tmp catalogue.d.tmp decompress.d.tmp defaults.d.tmp dir.d.tmp dirfile.d.tmp file.d.tmp fileio.d.tmp filewr.d.tmp fontaccel.d.tmp fontdir.d.tmp fontencc.d.tmp fontfile.d.tmp fontink.d.tmp fontnames.d.tmp fonts.d.tmp fontscale.d.tmp fontutil.d.tmp fontxlfd.d.tmp format.d.tmp fpe.d.tmp fsconvert.d.tmp fserve.d.tmp fsio.d.tmp fstrans.d.tmp ftenc.d.tmp ftfuncs.d.tmp fttools.d.tmp gunzip.d.tmp libxfontstubs.d.tmp miscutil.d.tmp patcache.d.tmp pcfread.d.tmp pcfwrite.d.tmp private.d.tmp reallocarray.d.tmp register.d.tmp render.d.tmp renderers.d.tmp utilbitmap.d.tmp xttcap.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/digest-service && rm -f .depend digest-service.d digest-service.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXfont2 && rm -f .depend atom.d bdfread.d bdfutils.d bitmap.d bitmapfunc.d bitmaputil.d bitscale.d bitsource.d bufio.d bunzip2.d catalogue.d decompress.d defaults.d dir.d dirfile.d file.d fileio.d filewr.d fontaccel.d fontdir.d fontencc.d fontfile.d fontink.d fontnames.d fonts.d fontscale.d fontutil.d fontxlfd.d format.d fpe.d fsconvert.d fserve.d fsio.d fstrans.d ftenc.d ftfuncs.d fttools.d gunzip.d libxfontstubs.d miscutil.d patcache.d pcfread.d pcfwrite.d private.d reallocarray.d register.d render.d renderers.d utilbitmap.d xttcap.d atom.d.tmp bdfread.d.tmp bdfutils.d.tmp bitmap.d.tmp bitmapfunc.d.tmp bitmaputil.d.tmp bitscale.d.tmp bitsource.d.tmp bufio.d.tmp bunzip2.d.tmp catalogue.d.tmp decompress.d.tmp defaults.d.tmp dir.d.tmp dirfile.d.tmp file.d.tmp fileio.d.tmp filewr.d.tmp fontaccel.d.tmp fontdir.d.tmp fontencc.d.tmp fontfile.d.tmp fontink.d.tmp fontnames.d.tmp fonts.d.tmp fontscale.d.tmp fontutil.d.tmp fontxlfd.d.tmp format.d.tmp fpe.d.tmp fsconvert.d.tmp fserve.d.tmp fsio.d.tmp fstrans.d.tmp ftenc.d.tmp ftfuncs.d.tmp fttools.d.tmp gunzip.d.tmp libxfontstubs.d.tmp miscutil.d.tmp patcache.d.tmp pcfread.d.tmp pcfwrite.d.tmp private.d.tmp reallocarray.d.tmp register.d.tmp render.d.tmp renderers.d.tmp utilbitmap.d.tmp xttcap.d.tmp tags || true) --- cleandir-crypto/external --- --- cleandir-hpropd --- cleandir ===> crypto/external/bsd/heimdal/libexec/hpropd --- cleandir-external --- --- cleandir-libXinerama --- cleandir ===> external/mit/xorg/lib/libXinerama --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXinerama && rm -f xinerama.pc xinerama.pc.tmp libXinerama.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXinerama && rm -f xinerama.pc xinerama.pc.tmp libXinerama.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXinerama && rm -f libXinerama.a Xinerama.o Xinerama.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXinerama && rm -f libXinerama.a Xinerama.o Xinerama.o.tmp || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/hpropd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hpropd hpropd.o hpropd.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXinerama && rm -f libXinerama_p.a Xinerama.po Xinerama.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/hpropd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hpropd hpropd.o hpropd.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXinerama && rm -f libXinerama_p.a Xinerama.po Xinerama.po.tmp || true) --- libclean3 --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXinerama && rm -f libXinerama_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/hpropd && rm -f hpropd.html8 .depend hpropd.d hpropd.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXinerama && rm -f libXinerama_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/hpropd && rm -f hpropd.html8 .depend hpropd.d hpropd.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- --- cleandir-ipropd-master --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXinerama && rm -f libXinerama_pic.a libXinerama.so.* libXinerama.so Xinerama.pico Xinerama.pico.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/libexec/ipropd-master --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXinerama && rm -f libXinerama_pic.a libXinerama.so.* libXinerama.so Xinerama.pico Xinerama.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXinerama && rm -f llib-lXinerama.ln Xinerama.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXinerama && rm -f llib-lXinerama.ln Xinerama.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXinerama && rm -f Xinerama.3 Xinerama.html3 .depend Xinerama.d Xinerama.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXinerama && rm -f Xinerama.3 Xinerama.html3 .depend Xinerama.d Xinerama.d.tmp tags || true) --- cleandir-libXmu --- cleandir ===> external/mit/xorg/lib/libXmu --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/ipropd-master && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ipropd-master ipropd_master.o ipropd_common.o ipropd_master.ln ipropd_common.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/ipropd-master && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ipropd-master ipropd_master.o ipropd_common.o ipropd_master.ln ipropd_common.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/ipropd-master && rm -f iprop.html8 .depend ipropd_common.d ipropd_master.d ipropd_common.d.tmp ipropd_master.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/ipropd-master && rm -f iprop.html8 .depend ipropd_common.d ipropd_master.d ipropd_common.d.tmp ipropd_master.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmu && rm -f xmu.pc xmuu.pc xmu.pc.tmp xmuu.pc.tmp libXmu.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- cleandir-ipropd-slave --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmu && rm -f xmu.pc xmuu.pc xmu.pc.tmp xmuu.pc.tmp libXmu.so.7.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/libexec/ipropd-slave --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmu && rm -f libXmu.a AllCmap.o Atoms.o ClientWin.o Clip.o CloseHook.o CmapAlloc.o CrCmap.o CrPixFBit.o CursorName.o CvtCache.o CvtStdSel.o DefErrMsg.o DelCmap.o DisplayQue.o Distinct.o DrRndRect.o DrawLogo.o EditresCom.o ExtAgent.o FToCback.o GetHost.o GrayPixmap.o Initer.o LocBitmap.o Lookup.o LookupCmap.o Lower.o RdBitF.o ScrOfWin.o ShapeWidg.o StdCmap.o StrToBS.o StrToBmap.o StrToCurs.o StrToGrav.o StrToJust.o StrToLong.o StrToOrnt.o StrToShap.o StrToWidg.o UpdMapHint.o VisCmap.o WidgetNode.o Xct.o AllCmap.o.tmp Atoms.o.tmp ClientWin.o.tmp Clip.o.tmp CloseHook.o.tmp CmapAlloc.o.tmp CrCmap.o.tmp CrPixFBit.o.tmp CursorName.o.tmp CvtCache.o.tmp CvtStdSel.o.tmp DefErrMsg.o.tmp DelCmap.o.tmp DisplayQue.o.tmp Distinct.o.tmp DrRndRect.o.tmp DrawLogo.o.tmp EditresCom.o.tmp ExtAgent.o.tmp FToCback.o.tmp GetHost.o.tmp GrayPixmap.o.tmp Initer.o.tmp LocBitmap.o.tmp Lookup.o.tmp LookupCmap.o.tmp Lower.o.tmp RdBitF.o.tmp ScrOfWin.o.tmp ShapeWidg.o.tmp StdCmap.o.tmp StrToBS.o.tmp StrToBmap.o.tmp StrToCurs.o.tmp StrToGrav.o.tmp StrToJust.o.tmp StrToLong.o.tmp StrToOrnt.o.tmp StrToShap.o.tmp StrToWidg.o.tmp UpdMapHint.o.tmp VisCmap.o.tmp WidgetNode.o.tmp Xct.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmu && rm -f libXmu.a AllCmap.o Atoms.o ClientWin.o Clip.o CloseHook.o CmapAlloc.o CrCmap.o CrPixFBit.o CursorName.o CvtCache.o CvtStdSel.o DefErrMsg.o DelCmap.o DisplayQue.o Distinct.o DrRndRect.o DrawLogo.o EditresCom.o ExtAgent.o FToCback.o GetHost.o GrayPixmap.o Initer.o LocBitmap.o Lookup.o LookupCmap.o Lower.o RdBitF.o ScrOfWin.o ShapeWidg.o StdCmap.o StrToBS.o StrToBmap.o StrToCurs.o StrToGrav.o StrToJust.o StrToLong.o StrToOrnt.o StrToShap.o StrToWidg.o UpdMapHint.o VisCmap.o WidgetNode.o Xct.o AllCmap.o.tmp Atoms.o.tmp ClientWin.o.tmp Clip.o.tmp CloseHook.o.tmp CmapAlloc.o.tmp CrCmap.o.tmp CrPixFBit.o.tmp CursorName.o.tmp CvtCache.o.tmp CvtStdSel.o.tmp DefErrMsg.o.tmp DelCmap.o.tmp DisplayQue.o.tmp Distinct.o.tmp DrRndRect.o.tmp DrawLogo.o.tmp EditresCom.o.tmp ExtAgent.o.tmp FToCback.o.tmp GetHost.o.tmp GrayPixmap.o.tmp Initer.o.tmp LocBitmap.o.tmp Lookup.o.tmp LookupCmap.o.tmp Lower.o.tmp RdBitF.o.tmp ScrOfWin.o.tmp ShapeWidg.o.tmp StdCmap.o.tmp StrToBS.o.tmp StrToBmap.o.tmp StrToCurs.o.tmp StrToGrav.o.tmp StrToJust.o.tmp StrToLong.o.tmp StrToOrnt.o.tmp StrToShap.o.tmp StrToWidg.o.tmp UpdMapHint.o.tmp VisCmap.o.tmp WidgetNode.o.tmp Xct.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmu && rm -f libXmu_p.a AllCmap.po Atoms.po ClientWin.po Clip.po CloseHook.po CmapAlloc.po CrCmap.po CrPixFBit.po CursorName.po CvtCache.po CvtStdSel.po DefErrMsg.po DelCmap.po DisplayQue.po Distinct.po DrRndRect.po DrawLogo.po EditresCom.po ExtAgent.po FToCback.po GetHost.po GrayPixmap.po Initer.po LocBitmap.po Lookup.po LookupCmap.po Lower.po RdBitF.po ScrOfWin.po ShapeWidg.po StdCmap.po StrToBS.po StrToBmap.po StrToCurs.po StrToGrav.po StrToJust.po StrToLong.po StrToOrnt.po StrToShap.po StrToWidg.po UpdMapHint.po VisCmap.po WidgetNode.po Xct.po AllCmap.po.tmp Atoms.po.tmp ClientWin.po.tmp Clip.po.tmp CloseHook.po.tmp CmapAlloc.po.tmp CrCmap.po.tmp CrPixFBit.po.tmp CursorName.po.tmp CvtCache.po.tmp CvtStdSel.po.tmp DefErrMsg.po.tmp DelCmap.po.tmp DisplayQue.po.tmp Distinct.po.tmp DrRndRect.po.tmp DrawLogo.po.tmp EditresCom.po.tmp ExtAgent.po.tmp FToCback.po.tmp GetHost.po.tmp GrayPixmap.po.tmp Initer.po.tmp LocBitmap.po.tmp Lookup.po.tmp LookupCmap.po.tmp Lower.po.tmp RdBitF.po.tmp ScrOfWin.po.tmp ShapeWidg.po.tmp StdCmap.po.tmp StrToBS.po.tmp StrToBmap.po.tmp StrToCurs.po.tmp StrToGrav.po.tmp StrToJust.po.tmp StrToLong.po.tmp StrToOrnt.po.tmp StrToShap.po.tmp StrToWidg.po.tmp UpdMapHint.po.tmp VisCmap.po.tmp WidgetNode.po.tmp Xct.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmu && rm -f libXmu_p.a AllCmap.po Atoms.po ClientWin.po Clip.po CloseHook.po CmapAlloc.po CrCmap.po CrPixFBit.po CursorName.po CvtCache.po CvtStdSel.po DefErrMsg.po DelCmap.po DisplayQue.po Distinct.po DrRndRect.po DrawLogo.po EditresCom.po ExtAgent.po FToCback.po GetHost.po GrayPixmap.po Initer.po LocBitmap.po Lookup.po LookupCmap.po Lower.po RdBitF.po ScrOfWin.po ShapeWidg.po StdCmap.po StrToBS.po StrToBmap.po StrToCurs.po StrToGrav.po StrToJust.po StrToLong.po StrToOrnt.po StrToShap.po StrToWidg.po UpdMapHint.po VisCmap.po WidgetNode.po Xct.po AllCmap.po.tmp Atoms.po.tmp ClientWin.po.tmp Clip.po.tmp CloseHook.po.tmp CmapAlloc.po.tmp CrCmap.po.tmp CrPixFBit.po.tmp CursorName.po.tmp CvtCache.po.tmp CvtStdSel.po.tmp DefErrMsg.po.tmp DelCmap.po.tmp DisplayQue.po.tmp Distinct.po.tmp DrRndRect.po.tmp DrawLogo.po.tmp EditresCom.po.tmp ExtAgent.po.tmp FToCback.po.tmp GetHost.po.tmp GrayPixmap.po.tmp Initer.po.tmp LocBitmap.po.tmp Lookup.po.tmp LookupCmap.po.tmp Lower.po.tmp RdBitF.po.tmp ScrOfWin.po.tmp ShapeWidg.po.tmp StdCmap.po.tmp StrToBS.po.tmp StrToBmap.po.tmp StrToCurs.po.tmp StrToGrav.po.tmp StrToJust.po.tmp StrToLong.po.tmp StrToOrnt.po.tmp StrToShap.po.tmp StrToWidg.po.tmp UpdMapHint.po.tmp VisCmap.po.tmp WidgetNode.po.tmp Xct.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmu && rm -f libXmu_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmu && rm -f libXmu_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmu && rm -f libXmu_pic.a libXmu.so.* libXmu.so AllCmap.pico Atoms.pico ClientWin.pico Clip.pico CloseHook.pico CmapAlloc.pico CrCmap.pico CrPixFBit.pico CursorName.pico CvtCache.pico CvtStdSel.pico DefErrMsg.pico DelCmap.pico DisplayQue.pico Distinct.pico DrRndRect.pico DrawLogo.pico EditresCom.pico ExtAgent.pico FToCback.pico GetHost.pico GrayPixmap.pico Initer.pico LocBitmap.pico Lookup.pico LookupCmap.pico Lower.pico RdBitF.pico ScrOfWin.pico ShapeWidg.pico StdCmap.pico StrToBS.pico StrToBmap.pico StrToCurs.pico StrToGrav.pico StrToJust.pico StrToLong.pico StrToOrnt.pico StrToShap.pico StrToWidg.pico UpdMapHint.pico VisCmap.pico WidgetNode.pico Xct.pico AllCmap.pico.tmp Atoms.pico.tmp ClientWin.pico.tmp Clip.pico.tmp CloseHook.pico.tmp CmapAlloc.pico.tmp CrCmap.pico.tmp CrPixFBit.pico.tmp CursorName.pico.tmp CvtCache.pico.tmp CvtStdSel.pico.tmp DefErrMsg.pico.tmp DelCmap.pico.tmp DisplayQue.pico.tmp Distinct.pico.tmp DrRndRect.pico.tmp DrawLogo.pico.tmp EditresCom.pico.tmp ExtAgent.pico.tmp FToCback.pico.tmp GetHost.pico.tmp GrayPixmap.pico.tmp Initer.pico.tmp LocBitmap.pico.tmp Lookup.pico.tmp LookupCmap.pico.tmp Lower.pico.tmp RdBitF.pico.tmp ScrOfWin.pico.tmp ShapeWidg.pico.tmp StdCmap.pico.tmp StrToBS.pico.tmp StrToBmap.pico.tmp StrToCurs.pico.tmp StrToGrav.pico.tmp StrToJust.pico.tmp StrToLong.pico.tmp StrToOrnt.pico.tmp StrToShap.pico.tmp StrToWidg.pico.tmp UpdMapHint.pico.tmp VisCmap.pico.tmp WidgetNode.pico.tmp Xct.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmu && rm -f libXmu_pic.a libXmu.so.* libXmu.so AllCmap.pico Atoms.pico ClientWin.pico Clip.pico CloseHook.pico CmapAlloc.pico CrCmap.pico CrPixFBit.pico CursorName.pico CvtCache.pico CvtStdSel.pico DefErrMsg.pico DelCmap.pico DisplayQue.pico Distinct.pico DrRndRect.pico DrawLogo.pico EditresCom.pico ExtAgent.pico FToCback.pico GetHost.pico GrayPixmap.pico Initer.pico LocBitmap.pico Lookup.pico LookupCmap.pico Lower.pico RdBitF.pico ScrOfWin.pico ShapeWidg.pico StdCmap.pico StrToBS.pico StrToBmap.pico StrToCurs.pico StrToGrav.pico StrToJust.pico StrToLong.pico StrToOrnt.pico StrToShap.pico StrToWidg.pico UpdMapHint.pico VisCmap.pico WidgetNode.pico Xct.pico AllCmap.pico.tmp Atoms.pico.tmp ClientWin.pico.tmp Clip.pico.tmp CloseHook.pico.tmp CmapAlloc.pico.tmp CrCmap.pico.tmp CrPixFBit.pico.tmp CursorName.pico.tmp CvtCache.pico.tmp CvtStdSel.pico.tmp DefErrMsg.pico.tmp DelCmap.pico.tmp DisplayQue.pico.tmp Distinct.pico.tmp DrRndRect.pico.tmp DrawLogo.pico.tmp EditresCom.pico.tmp ExtAgent.pico.tmp FToCback.pico.tmp GetHost.pico.tmp GrayPixmap.pico.tmp Initer.pico.tmp LocBitmap.pico.tmp Lookup.pico.tmp LookupCmap.pico.tmp Lower.pico.tmp RdBitF.pico.tmp ScrOfWin.pico.tmp ShapeWidg.pico.tmp StdCmap.pico.tmp StrToBS.pico.tmp StrToBmap.pico.tmp StrToCurs.pico.tmp StrToGrav.pico.tmp StrToJust.pico.tmp StrToLong.pico.tmp StrToOrnt.pico.tmp StrToShap.pico.tmp StrToWidg.pico.tmp UpdMapHint.pico.tmp VisCmap.pico.tmp WidgetNode.pico.tmp Xct.pico.tmp || true) --- libclean5 --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmu && rm -f llib-lXmu.ln AllCmap.ln Atoms.ln ClientWin.ln Clip.ln CloseHook.ln CmapAlloc.ln CrCmap.ln CrPixFBit.ln CursorName.ln CvtCache.ln CvtStdSel.ln DefErrMsg.ln DelCmap.ln DisplayQue.ln Distinct.ln DrRndRect.ln DrawLogo.ln EditresCom.ln ExtAgent.ln FToCback.ln GetHost.ln GrayPixmap.ln Initer.ln LocBitmap.ln Lookup.ln LookupCmap.ln Lower.ln RdBitF.ln ScrOfWin.ln ShapeWidg.ln StdCmap.ln StrToBS.ln StrToBmap.ln StrToCurs.ln StrToGrav.ln StrToJust.ln StrToLong.ln StrToOrnt.ln StrToShap.ln StrToWidg.ln UpdMapHint.ln VisCmap.ln WidgetNode.ln Xct.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/ipropd-slave && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ipropd-slave ipropd_slave.o ipropd_common.o ipropd_slave.ln ipropd_common.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmu && rm -f llib-lXmu.ln AllCmap.ln Atoms.ln ClientWin.ln Clip.ln CloseHook.ln CmapAlloc.ln CrCmap.ln CrPixFBit.ln CursorName.ln CvtCache.ln CvtStdSel.ln DefErrMsg.ln DelCmap.ln DisplayQue.ln Distinct.ln DrRndRect.ln DrawLogo.ln EditresCom.ln ExtAgent.ln FToCback.ln GetHost.ln GrayPixmap.ln Initer.ln LocBitmap.ln Lookup.ln LookupCmap.ln Lower.ln RdBitF.ln ScrOfWin.ln ShapeWidg.ln StdCmap.ln StrToBS.ln StrToBmap.ln StrToCurs.ln StrToGrav.ln StrToJust.ln StrToLong.ln StrToOrnt.ln StrToShap.ln StrToWidg.ln UpdMapHint.ln VisCmap.ln WidgetNode.ln Xct.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/ipropd-slave && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ipropd-slave ipropd_slave.o ipropd_common.o ipropd_slave.ln ipropd_common.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/ipropd-slave && rm -f .depend ipropd_common.d ipropd_slave.d ipropd_common.d.tmp ipropd_slave.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmu && rm -f .depend AllCmap.d Atoms.d ClientWin.d Clip.d CloseHook.d CmapAlloc.d CrCmap.d CrPixFBit.d CursorName.d CvtCache.d CvtStdSel.d DefErrMsg.d DelCmap.d DisplayQue.d Distinct.d DrRndRect.d DrawLogo.d EditresCom.d ExtAgent.d FToCback.d GetHost.d GrayPixmap.d Initer.d LocBitmap.d Lookup.d LookupCmap.d Lower.d RdBitF.d ScrOfWin.d ShapeWidg.d StdCmap.d StrToBS.d StrToBmap.d StrToCurs.d StrToGrav.d StrToJust.d StrToLong.d StrToOrnt.d StrToShap.d StrToWidg.d UpdMapHint.d VisCmap.d WidgetNode.d Xct.d AllCmap.d.tmp Atoms.d.tmp ClientWin.d.tmp Clip.d.tmp CloseHook.d.tmp CmapAlloc.d.tmp CrCmap.d.tmp CrPixFBit.d.tmp CursorName.d.tmp CvtCache.d.tmp CvtStdSel.d.tmp DefErrMsg.d.tmp DelCmap.d.tmp DisplayQue.d.tmp Distinct.d.tmp DrRndRect.d.tmp DrawLogo.d.tmp EditresCom.d.tmp ExtAgent.d.tmp FToCback.d.tmp GetHost.d.tmp GrayPixmap.d.tmp Initer.d.tmp LocBitmap.d.tmp Lookup.d.tmp LookupCmap.d.tmp Lower.d.tmp RdBitF.d.tmp ScrOfWin.d.tmp ShapeWidg.d.tmp StdCmap.d.tmp StrToBS.d.tmp StrToBmap.d.tmp StrToCurs.d.tmp StrToGrav.d.tmp StrToJust.d.tmp StrToLong.d.tmp StrToOrnt.d.tmp StrToShap.d.tmp StrToWidg.d.tmp UpdMapHint.d.tmp VisCmap.d.tmp WidgetNode.d.tmp Xct.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/ipropd-slave && rm -f .depend ipropd_common.d ipropd_slave.d ipropd_common.d.tmp ipropd_slave.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmu && rm -f .depend AllCmap.d Atoms.d ClientWin.d Clip.d CloseHook.d CmapAlloc.d CrCmap.d CrPixFBit.d CursorName.d CvtCache.d CvtStdSel.d DefErrMsg.d DelCmap.d DisplayQue.d Distinct.d DrRndRect.d DrawLogo.d EditresCom.d ExtAgent.d FToCback.d GetHost.d GrayPixmap.d Initer.d LocBitmap.d Lookup.d LookupCmap.d Lower.d RdBitF.d ScrOfWin.d ShapeWidg.d StdCmap.d StrToBS.d StrToBmap.d StrToCurs.d StrToGrav.d StrToJust.d StrToLong.d StrToOrnt.d StrToShap.d StrToWidg.d UpdMapHint.d VisCmap.d WidgetNode.d Xct.d AllCmap.d.tmp Atoms.d.tmp ClientWin.d.tmp Clip.d.tmp CloseHook.d.tmp CmapAlloc.d.tmp CrCmap.d.tmp CrPixFBit.d.tmp CursorName.d.tmp CvtCache.d.tmp CvtStdSel.d.tmp DefErrMsg.d.tmp DelCmap.d.tmp DisplayQue.d.tmp Distinct.d.tmp DrRndRect.d.tmp DrawLogo.d.tmp EditresCom.d.tmp ExtAgent.d.tmp FToCback.d.tmp GetHost.d.tmp GrayPixmap.d.tmp Initer.d.tmp LocBitmap.d.tmp Lookup.d.tmp LookupCmap.d.tmp Lower.d.tmp RdBitF.d.tmp ScrOfWin.d.tmp ShapeWidg.d.tmp StdCmap.d.tmp StrToBS.d.tmp StrToBmap.d.tmp StrToCurs.d.tmp StrToGrav.d.tmp StrToJust.d.tmp StrToLong.d.tmp StrToOrnt.d.tmp StrToShap.d.tmp StrToWidg.d.tmp UpdMapHint.d.tmp VisCmap.d.tmp WidgetNode.d.tmp Xct.d.tmp tags || true) --- cleandir-crypto/external --- --- cleandir-kadmind --- --- cleandir-external --- --- cleandir-libXmuu --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/libexec/kadmind --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libXmuu --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmuu && rm -f libXmuu.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmuu && rm -f libXmuu.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmuu && rm -f libXmuu.a ClientWin.o CursorName.o DefErrMsg.o GetHost.o Lower.o ClientWin.o.tmp CursorName.o.tmp DefErrMsg.o.tmp GetHost.o.tmp Lower.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmuu && rm -f libXmuu.a ClientWin.o CursorName.o DefErrMsg.o GetHost.o Lower.o ClientWin.o.tmp CursorName.o.tmp DefErrMsg.o.tmp GetHost.o.tmp Lower.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmuu && rm -f libXmuu_p.a ClientWin.po CursorName.po DefErrMsg.po GetHost.po Lower.po ClientWin.po.tmp CursorName.po.tmp DefErrMsg.po.tmp GetHost.po.tmp Lower.po.tmp || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/kadmind && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kadmind kadmind.o rpc.o server.o kadm_conn.o kadmind.ln rpc.ln server.ln kadm_conn.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmuu && rm -f libXmuu_p.a ClientWin.po CursorName.po DefErrMsg.po GetHost.po Lower.po ClientWin.po.tmp CursorName.po.tmp DefErrMsg.po.tmp GetHost.po.tmp Lower.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/kadmind && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kadmind kadmind.o rpc.o server.o kadm_conn.o kadmind.ln rpc.ln server.ln kadm_conn.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmuu && rm -f libXmuu_g.a || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmuu && rm -f libXmuu_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/kadmind && rm -f kadmind.html8 .depend kadm_conn.d kadmind.d rpc.d server.d kadm_conn.d.tmp kadmind.d.tmp rpc.d.tmp server.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/kadmind && rm -f kadmind.html8 .depend kadm_conn.d kadmind.d rpc.d server.d kadm_conn.d.tmp kadmind.d.tmp rpc.d.tmp server.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmuu && rm -f libXmuu_pic.a libXmuu.so.* libXmuu.so ClientWin.pico CursorName.pico DefErrMsg.pico GetHost.pico Lower.pico ClientWin.pico.tmp CursorName.pico.tmp DefErrMsg.pico.tmp GetHost.pico.tmp Lower.pico.tmp || true) --- cleandir-crypto/external --- --- cleandir-kpasswdd --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmuu && rm -f libXmuu_pic.a libXmuu.so.* libXmuu.so ClientWin.pico CursorName.pico DefErrMsg.pico GetHost.pico Lower.pico ClientWin.pico.tmp CursorName.pico.tmp DefErrMsg.pico.tmp GetHost.pico.tmp Lower.pico.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/libexec/kpasswdd --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmuu && rm -f llib-lXmuu.ln ClientWin.ln CursorName.ln DefErrMsg.ln GetHost.ln Lower.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmuu && rm -f llib-lXmuu.ln ClientWin.ln CursorName.ln DefErrMsg.ln GetHost.ln Lower.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXmuu && rm -f .depend ClientWin.d CursorName.d DefErrMsg.d GetHost.d Lower.d ClientWin.d.tmp CursorName.d.tmp DefErrMsg.d.tmp GetHost.d.tmp Lower.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXmuu && rm -f .depend ClientWin.d CursorName.d DefErrMsg.d GetHost.d Lower.d ClientWin.d.tmp CursorName.d.tmp DefErrMsg.d.tmp GetHost.d.tmp Lower.d.tmp tags || true) --- cleandir-libXpm --- cleandir ===> external/mit/xorg/lib/libXpm --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpm && rm -f xpm.pc xpm.pc.tmp libXpm.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpm && rm -f xpm.pc xpm.pc.tmp libXpm.so.5.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/kpasswdd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kpasswdd kpasswdd.o kpasswdd.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/kpasswdd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kpasswdd kpasswdd.o kpasswdd.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpm && rm -f libXpm.a Attrib.o CrBufFrI.o CrBufFrP.o CrDatFrI.o CrDatFrP.o CrIFrBuf.o CrIFrDat.o CrIFrP.o CrPFrBuf.o CrPFrDat.o CrPFrI.o Image.o Info.o RdFToBuf.o RdFToDat.o RdFToI.o RdFToP.o WrFFrBuf.o WrFFrDat.o WrFFrI.o WrFFrP.o create.o data.o hashtab.o misc.o parse.o rgb.o scan.o Attrib.o.tmp CrBufFrI.o.tmp CrBufFrP.o.tmp CrDatFrI.o.tmp CrDatFrP.o.tmp CrIFrBuf.o.tmp CrIFrDat.o.tmp CrIFrP.o.tmp CrPFrBuf.o.tmp CrPFrDat.o.tmp CrPFrI.o.tmp Image.o.tmp Info.o.tmp RdFToBuf.o.tmp RdFToDat.o.tmp RdFToI.o.tmp RdFToP.o.tmp WrFFrBuf.o.tmp WrFFrDat.o.tmp WrFFrI.o.tmp WrFFrP.o.tmp create.o.tmp data.o.tmp hashtab.o.tmp misc.o.tmp parse.o.tmp rgb.o.tmp scan.o.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpm && rm -f libXpm.a Attrib.o CrBufFrI.o CrBufFrP.o CrDatFrI.o CrDatFrP.o CrIFrBuf.o CrIFrDat.o CrIFrP.o CrPFrBuf.o CrPFrDat.o CrPFrI.o Image.o Info.o RdFToBuf.o RdFToDat.o RdFToI.o RdFToP.o WrFFrBuf.o WrFFrDat.o WrFFrI.o WrFFrP.o create.o data.o hashtab.o misc.o parse.o rgb.o scan.o Attrib.o.tmp CrBufFrI.o.tmp CrBufFrP.o.tmp CrDatFrI.o.tmp CrDatFrP.o.tmp CrIFrBuf.o.tmp CrIFrDat.o.tmp CrIFrP.o.tmp CrPFrBuf.o.tmp CrPFrDat.o.tmp CrPFrI.o.tmp Image.o.tmp Info.o.tmp RdFToBuf.o.tmp RdFToDat.o.tmp RdFToI.o.tmp RdFToP.o.tmp WrFFrBuf.o.tmp WrFFrDat.o.tmp WrFFrI.o.tmp WrFFrP.o.tmp create.o.tmp data.o.tmp hashtab.o.tmp misc.o.tmp parse.o.tmp rgb.o.tmp scan.o.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/libexec/kpasswdd && rm -f kpasswdd.html8 .depend kpasswdd.d kpasswdd.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/libexec/kpasswdd && rm -f kpasswdd.html8 .depend kpasswdd.d kpasswdd.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpm && rm -f libXpm_p.a Attrib.po CrBufFrI.po CrBufFrP.po CrDatFrI.po CrDatFrP.po CrIFrBuf.po CrIFrDat.po CrIFrP.po CrPFrBuf.po CrPFrDat.po CrPFrI.po Image.po Info.po RdFToBuf.po RdFToDat.po RdFToI.po RdFToP.po WrFFrBuf.po WrFFrDat.po WrFFrI.po WrFFrP.po create.po data.po hashtab.po misc.po parse.po rgb.po scan.po Attrib.po.tmp CrBufFrI.po.tmp CrBufFrP.po.tmp CrDatFrI.po.tmp CrDatFrP.po.tmp CrIFrBuf.po.tmp CrIFrDat.po.tmp CrIFrP.po.tmp CrPFrBuf.po.tmp CrPFrDat.po.tmp CrPFrI.po.tmp Image.po.tmp Info.po.tmp RdFToBuf.po.tmp RdFToDat.po.tmp RdFToI.po.tmp RdFToP.po.tmp WrFFrBuf.po.tmp WrFFrDat.po.tmp WrFFrI.po.tmp WrFFrP.po.tmp create.po.tmp data.po.tmp hashtab.po.tmp misc.po.tmp parse.po.tmp rgb.po.tmp scan.po.tmp || true) --- cleandir-crypto/external --- --- cleandir-sbin --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpm && rm -f libXpm_p.a Attrib.po CrBufFrI.po CrBufFrP.po CrDatFrI.po CrDatFrP.po CrIFrBuf.po CrIFrDat.po CrIFrP.po CrPFrBuf.po CrPFrDat.po CrPFrI.po Image.po Info.po RdFToBuf.po RdFToDat.po RdFToI.po RdFToP.po WrFFrBuf.po WrFFrDat.po WrFFrI.po WrFFrP.po create.po data.po hashtab.po misc.po parse.po rgb.po scan.po Attrib.po.tmp CrBufFrI.po.tmp CrBufFrP.po.tmp CrDatFrI.po.tmp CrDatFrP.po.tmp CrIFrBuf.po.tmp CrIFrDat.po.tmp CrIFrP.po.tmp CrPFrBuf.po.tmp CrPFrDat.po.tmp CrPFrI.po.tmp Image.po.tmp Info.po.tmp RdFToBuf.po.tmp RdFToDat.po.tmp RdFToI.po.tmp RdFToP.po.tmp WrFFrBuf.po.tmp WrFFrDat.po.tmp WrFFrI.po.tmp WrFFrP.po.tmp create.po.tmp data.po.tmp hashtab.po.tmp misc.po.tmp parse.po.tmp rgb.po.tmp scan.po.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/sbin --- cleandir-hprop --- --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/sbin/hprop --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpm && rm -f libXpm_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpm && rm -f libXpm_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpm && rm -f libXpm_pic.a libXpm.so.* libXpm.so Attrib.pico CrBufFrI.pico CrBufFrP.pico CrDatFrI.pico CrDatFrP.pico CrIFrBuf.pico CrIFrDat.pico CrIFrP.pico CrPFrBuf.pico CrPFrDat.pico CrPFrI.pico Image.pico Info.pico RdFToBuf.pico RdFToDat.pico RdFToI.pico RdFToP.pico WrFFrBuf.pico WrFFrDat.pico WrFFrI.pico WrFFrP.pico create.pico data.pico hashtab.pico misc.pico parse.pico rgb.pico scan.pico Attrib.pico.tmp CrBufFrI.pico.tmp CrBufFrP.pico.tmp CrDatFrI.pico.tmp CrDatFrP.pico.tmp CrIFrBuf.pico.tmp CrIFrDat.pico.tmp CrIFrP.pico.tmp CrPFrBuf.pico.tmp CrPFrDat.pico.tmp CrPFrI.pico.tmp Image.pico.tmp Info.pico.tmp RdFToBuf.pico.tmp RdFToDat.pico.tmp RdFToI.pico.tmp RdFToP.pico.tmp WrFFrBuf.pico.tmp WrFFrDat.pico.tmp WrFFrI.pico.tmp WrFFrP.pico.tmp create.pico.tmp data.pico.tmp hashtab.pico.tmp misc.pico.tmp parse.pico.tmp rgb.pico.tmp scan.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpm && rm -f libXpm_pic.a libXpm.so.* libXpm.so Attrib.pico CrBufFrI.pico CrBufFrP.pico CrDatFrI.pico CrDatFrP.pico CrIFrBuf.pico CrIFrDat.pico CrIFrP.pico CrPFrBuf.pico CrPFrDat.pico CrPFrI.pico Image.pico Info.pico RdFToBuf.pico RdFToDat.pico RdFToI.pico RdFToP.pico WrFFrBuf.pico WrFFrDat.pico WrFFrI.pico WrFFrP.pico create.pico data.pico hashtab.pico misc.pico parse.pico rgb.pico scan.pico Attrib.pico.tmp CrBufFrI.pico.tmp CrBufFrP.pico.tmp CrDatFrI.pico.tmp CrDatFrP.pico.tmp CrIFrBuf.pico.tmp CrIFrDat.pico.tmp CrIFrP.pico.tmp CrPFrBuf.pico.tmp CrPFrDat.pico.tmp CrPFrI.pico.tmp Image.pico.tmp Info.pico.tmp RdFToBuf.pico.tmp RdFToDat.pico.tmp RdFToI.pico.tmp RdFToP.pico.tmp WrFFrBuf.pico.tmp WrFFrDat.pico.tmp WrFFrI.pico.tmp WrFFrP.pico.tmp create.pico.tmp data.pico.tmp hashtab.pico.tmp misc.pico.tmp parse.pico.tmp rgb.pico.tmp scan.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpm && rm -f llib-lXpm.ln Attrib.ln CrBufFrI.ln CrBufFrP.ln CrDatFrI.ln CrDatFrP.ln CrIFrBuf.ln CrIFrDat.ln CrIFrP.ln CrPFrBuf.ln CrPFrDat.ln CrPFrI.ln Image.ln Info.ln RdFToBuf.ln RdFToDat.ln RdFToI.ln RdFToP.ln WrFFrBuf.ln WrFFrDat.ln WrFFrI.ln WrFFrP.ln create.ln data.ln hashtab.ln misc.ln parse.ln rgb.ln scan.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpm && rm -f llib-lXpm.ln Attrib.ln CrBufFrI.ln CrBufFrP.ln CrDatFrI.ln CrDatFrP.ln CrIFrBuf.ln CrIFrDat.ln CrIFrP.ln CrPFrBuf.ln CrPFrDat.ln CrPFrI.ln Image.ln Info.ln RdFToBuf.ln RdFToDat.ln RdFToI.ln RdFToP.ln WrFFrBuf.ln WrFFrDat.ln WrFFrI.ln WrFFrP.ln create.ln data.ln hashtab.ln misc.ln parse.ln rgb.ln scan.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpm && rm -f .depend Attrib.d CrBufFrI.d CrBufFrP.d CrDatFrI.d CrDatFrP.d CrIFrBuf.d CrIFrDat.d CrIFrP.d CrPFrBuf.d CrPFrDat.d CrPFrI.d Image.d Info.d RdFToBuf.d RdFToDat.d RdFToI.d RdFToP.d WrFFrBuf.d WrFFrDat.d WrFFrI.d WrFFrP.d create.d data.d hashtab.d misc.d parse.d rgb.d scan.d Attrib.d.tmp CrBufFrI.d.tmp CrBufFrP.d.tmp CrDatFrI.d.tmp CrDatFrP.d.tmp CrIFrBuf.d.tmp CrIFrDat.d.tmp CrIFrP.d.tmp CrPFrBuf.d.tmp CrPFrDat.d.tmp CrPFrI.d.tmp Image.d.tmp Info.d.tmp RdFToBuf.d.tmp RdFToDat.d.tmp RdFToI.d.tmp RdFToP.d.tmp WrFFrBuf.d.tmp WrFFrDat.d.tmp WrFFrI.d.tmp WrFFrP.d.tmp create.d.tmp data.d.tmp hashtab.d.tmp misc.d.tmp parse.d.tmp rgb.d.tmp scan.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpm && rm -f .depend Attrib.d CrBufFrI.d CrBufFrP.d CrDatFrI.d CrDatFrP.d CrIFrBuf.d CrIFrDat.d CrIFrP.d CrPFrBuf.d CrPFrDat.d CrPFrI.d Image.d Info.d RdFToBuf.d RdFToDat.d RdFToI.d RdFToP.d WrFFrBuf.d WrFFrDat.d WrFFrI.d WrFFrP.d create.d data.d hashtab.d misc.d parse.d rgb.d scan.d Attrib.d.tmp CrBufFrI.d.tmp CrBufFrP.d.tmp CrDatFrI.d.tmp CrDatFrP.d.tmp CrIFrBuf.d.tmp CrIFrDat.d.tmp CrIFrP.d.tmp CrPFrBuf.d.tmp CrPFrDat.d.tmp CrPFrI.d.tmp Image.d.tmp Info.d.tmp RdFToBuf.d.tmp RdFToDat.d.tmp RdFToI.d.tmp RdFToP.d.tmp WrFFrBuf.d.tmp WrFFrDat.d.tmp WrFFrI.d.tmp WrFFrP.d.tmp create.d.tmp data.d.tmp hashtab.d.tmp misc.d.tmp parse.d.tmp rgb.d.tmp scan.d.tmp tags || true) --- cleandir-libXrender --- cleandir ===> external/mit/xorg/lib/libXrender --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/hprop && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hprop hprop.o mit_dump.o hprop.ln mit_dump.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/hprop && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hprop hprop.o mit_dump.o hprop.ln mit_dump.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/hprop && rm -f hprop.html8 .depend hprop.d mit_dump.d hprop.d.tmp mit_dump.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/hprop && rm -f hprop.html8 .depend hprop.d mit_dump.d hprop.d.tmp mit_dump.d.tmp tags || true) --- cleandir-iprop-log --- --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/sbin/iprop-log --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrender && rm -f xrender.pc xrender.pc.tmp libXrender.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrender && rm -f xrender.pc xrender.pc.tmp libXrender.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrender && rm -f libXrender.a Xrender.o AddTrap.o Color.o Composite.o Cursor.o Glyph.o Picture.o FillRect.o FillRects.o Filter.o Poly.o Trap.o Tri.o Xrender.o.tmp AddTrap.o.tmp Color.o.tmp Composite.o.tmp Cursor.o.tmp Glyph.o.tmp Picture.o.tmp FillRect.o.tmp FillRects.o.tmp Filter.o.tmp Poly.o.tmp Trap.o.tmp Tri.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrender && rm -f libXrender.a Xrender.o AddTrap.o Color.o Composite.o Cursor.o Glyph.o Picture.o FillRect.o FillRects.o Filter.o Poly.o Trap.o Tri.o Xrender.o.tmp AddTrap.o.tmp Color.o.tmp Composite.o.tmp Cursor.o.tmp Glyph.o.tmp Picture.o.tmp FillRect.o.tmp FillRects.o.tmp Filter.o.tmp Poly.o.tmp Trap.o.tmp Tri.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrender && rm -f libXrender_p.a Xrender.po AddTrap.po Color.po Composite.po Cursor.po Glyph.po Picture.po FillRect.po FillRects.po Filter.po Poly.po Trap.po Tri.po Xrender.po.tmp AddTrap.po.tmp Color.po.tmp Composite.po.tmp Cursor.po.tmp Glyph.po.tmp Picture.po.tmp FillRect.po.tmp FillRects.po.tmp Filter.po.tmp Poly.po.tmp Trap.po.tmp Tri.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrender && rm -f libXrender_p.a Xrender.po AddTrap.po Color.po Composite.po Cursor.po Glyph.po Picture.po FillRect.po FillRects.po Filter.po Poly.po Trap.po Tri.po Xrender.po.tmp AddTrap.po.tmp Color.po.tmp Composite.po.tmp Cursor.po.tmp Glyph.po.tmp Picture.po.tmp FillRect.po.tmp FillRects.po.tmp Filter.po.tmp Poly.po.tmp Trap.po.tmp Tri.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrender && rm -f libXrender_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrender && rm -f libXrender_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrender && rm -f libXrender_pic.a libXrender.so.* libXrender.so Xrender.pico AddTrap.pico Color.pico Composite.pico Cursor.pico Glyph.pico Picture.pico FillRect.pico FillRects.pico Filter.pico Poly.pico Trap.pico Tri.pico Xrender.pico.tmp AddTrap.pico.tmp Color.pico.tmp Composite.pico.tmp Cursor.pico.tmp Glyph.pico.tmp Picture.pico.tmp FillRect.pico.tmp FillRects.pico.tmp Filter.pico.tmp Poly.pico.tmp Trap.pico.tmp Tri.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrender && rm -f libXrender_pic.a libXrender.so.* libXrender.so Xrender.pico AddTrap.pico Color.pico Composite.pico Cursor.pico Glyph.pico Picture.pico FillRect.pico FillRects.pico Filter.pico Poly.pico Trap.pico Tri.pico Xrender.pico.tmp AddTrap.pico.tmp Color.pico.tmp Composite.pico.tmp Cursor.pico.tmp Glyph.pico.tmp Picture.pico.tmp FillRect.pico.tmp FillRects.pico.tmp Filter.pico.tmp Poly.pico.tmp Trap.pico.tmp Tri.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrender && rm -f llib-lXrender.ln Xrender.ln AddTrap.ln Color.ln Composite.ln Cursor.ln Glyph.ln Picture.ln FillRect.ln FillRects.ln Filter.ln Poly.ln Trap.ln Tri.ln || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrender && rm -f llib-lXrender.ln Xrender.ln AddTrap.ln Color.ln Composite.ln Cursor.ln Glyph.ln Picture.ln FillRect.ln FillRects.ln Filter.ln Poly.ln Trap.ln Tri.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/iprop-log && rm -f iprop-commands.c iprop-commands.h a.out [Ee]rrs mklog core *.core .gdbinit iprop-log iprop-commands.o iprop-log.o iprop-log.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/iprop-log && rm -f iprop-commands.c iprop-commands.h a.out [Ee]rrs mklog core *.core .gdbinit iprop-log iprop-commands.o iprop-log.o iprop-log.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrender && rm -f .depend AddTrap.d Color.d Composite.d Cursor.d FillRect.d FillRects.d Filter.d Glyph.d Picture.d Poly.d Trap.d Tri.d Xrender.d AddTrap.d.tmp Color.d.tmp Composite.d.tmp Cursor.d.tmp FillRect.d.tmp FillRects.d.tmp Filter.d.tmp Glyph.d.tmp Picture.d.tmp Poly.d.tmp Trap.d.tmp Tri.d.tmp Xrender.d.tmp tags || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrender && rm -f .depend AddTrap.d Color.d Composite.d Cursor.d FillRect.d FillRects.d Filter.d Glyph.d Picture.d Poly.d Trap.d Tri.d Xrender.d AddTrap.d.tmp Color.d.tmp Composite.d.tmp Cursor.d.tmp FillRect.d.tmp FillRects.d.tmp Filter.d.tmp Glyph.d.tmp Picture.d.tmp Poly.d.tmp Trap.d.tmp Tri.d.tmp Xrender.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/iprop-log && rm -f iprop-log.html8 .depend iprop-commands.d iprop-log.d iprop-commands.d.tmp iprop-log.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/iprop-log && rm -f iprop-log.html8 .depend iprop-commands.d iprop-log.d iprop-commands.d.tmp iprop-log.d.tmp tags || true) --- cleandir-external --- --- cleandir-libXres --- cleandir ===> external/mit/xorg/lib/libXres --- cleandir-crypto/external --- --- cleandir-kadmin --- cleandir ===> crypto/external/bsd/heimdal/sbin/kadmin --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXres && rm -f xres.pc xres.pc.tmp libXRes.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXres && rm -f xres.pc xres.pc.tmp libXRes.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXres && rm -f libXRes.a XRes.o XRes.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXres && rm -f libXRes.a XRes.o XRes.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXres && rm -f libXRes_p.a XRes.po XRes.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXres && rm -f libXRes_p.a XRes.po XRes.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXres && rm -f libXRes_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXres && rm -f libXRes_g.a || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kadmin && rm -f kadmin.8 kadmin-commands.c kadmin-commands.h a.out [Ee]rrs mklog core *.core .gdbinit kadmin kadmin-commands.o add_enctype.o ank.o check.o cpw.o del.o del_enctype.o dump.o ext.o get.o init.o kadmin.o load.o mod.o pw_quality.o random_password.o rename.o stash.o util.o add_enctype.ln ank.ln check.ln cpw.ln del.ln del_enctype.ln dump.ln ext.ln get.ln init.ln kadmin.ln load.ln mod.ln pw_quality.ln random_password.ln rename.ln stash.ln util.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXres && rm -f libXRes_pic.a libXRes.so.* libXRes.so XRes.pico XRes.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kadmin && rm -f kadmin.8 kadmin-commands.c kadmin-commands.h a.out [Ee]rrs mklog core *.core .gdbinit kadmin kadmin-commands.o add_enctype.o ank.o check.o cpw.o del.o del_enctype.o dump.o ext.o get.o init.o kadmin.o load.o mod.o pw_quality.o random_password.o rename.o stash.o util.o add_enctype.ln ank.ln check.ln cpw.ln del.ln del_enctype.ln dump.ln ext.ln get.ln init.ln kadmin.ln load.ln mod.ln pw_quality.ln random_password.ln rename.ln stash.ln util.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXres && rm -f libXRes_pic.a libXRes.so.* libXRes.so XRes.pico XRes.pico.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kadmin && rm -f kadmin.html8 .depend add_enctype.d ank.d check.d cpw.d del.d del_enctype.d dump.d ext.d get.d init.d kadmin-commands.d kadmin.d load.d mod.d pw_quality.d random_password.d rename.d stash.d util.d add_enctype.d.tmp ank.d.tmp check.d.tmp cpw.d.tmp del.d.tmp del_enctype.d.tmp dump.d.tmp ext.d.tmp get.d.tmp init.d.tmp kadmin-commands.d.tmp kadmin.d.tmp load.d.tmp mod.d.tmp pw_quality.d.tmp random_password.d.tmp rename.d.tmp stash.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXres && rm -f llib-lXRes.ln XRes.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kadmin && rm -f kadmin.html8 .depend add_enctype.d ank.d check.d cpw.d del.d del_enctype.d dump.d ext.d get.d init.d kadmin-commands.d kadmin.d load.d mod.d pw_quality.d random_password.d rename.d stash.d util.d add_enctype.d.tmp ank.d.tmp check.d.tmp cpw.d.tmp del.d.tmp del_enctype.d.tmp dump.d.tmp ext.d.tmp get.d.tmp init.d.tmp kadmin-commands.d.tmp kadmin.d.tmp load.d.tmp mod.d.tmp pw_quality.d.tmp random_password.d.tmp rename.d.tmp stash.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXres && rm -f llib-lXRes.ln XRes.ln || true) --- cleandir-crypto/external --- --- cleandir-kcm --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/sbin/kcm --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXres && rm -f XRes.3 XRes.html3 .depend XRes.d XRes.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXres && rm -f XRes.3 XRes.html3 .depend XRes.d XRes.d.tmp tags || true) --- cleandir-libXtst --- cleandir ===> external/mit/xorg/lib/libXtst --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXtst && rm -f xtst.pc xtst.pc.tmp libXtst.so.7.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXtst && rm -f xtst.pc xtst.pc.tmp libXtst.so.7.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXtst && rm -f libXtst.a XTest.o XRecord.o XTest.o.tmp XRecord.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXtst && rm -f libXtst.a XTest.o XRecord.o XTest.o.tmp XRecord.o.tmp || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kcm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kcm acl.o acquire.o cache.o client.o config.o connect.o events.o glue.o log.o main.o protocol.o renew.o sessions.o acl.ln acquire.ln cache.ln client.ln config.ln connect.ln events.ln glue.ln log.ln main.ln protocol.ln renew.ln sessions.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXtst && rm -f libXtst_p.a XTest.po XRecord.po XTest.po.tmp XRecord.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kcm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kcm acl.o acquire.o cache.o client.o config.o connect.o events.o glue.o log.o main.o protocol.o renew.o sessions.o acl.ln acquire.ln cache.ln client.ln config.ln connect.ln events.ln glue.ln log.ln main.ln protocol.ln renew.ln sessions.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXtst && rm -f libXtst_p.a XTest.po XRecord.po XTest.po.tmp XRecord.po.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kcm && rm -f kcm.html8 .depend acl.d acquire.d cache.d client.d config.d connect.d events.d glue.d log.d main.d protocol.d renew.d sessions.d acl.d.tmp acquire.d.tmp cache.d.tmp client.d.tmp config.d.tmp connect.d.tmp events.d.tmp glue.d.tmp log.d.tmp main.d.tmp protocol.d.tmp renew.d.tmp sessions.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXtst && rm -f libXtst_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kcm && rm -f kcm.html8 .depend acl.d acquire.d cache.d client.d config.d connect.d events.d glue.d log.d main.d protocol.d renew.d sessions.d acl.d.tmp acquire.d.tmp cache.d.tmp client.d.tmp config.d.tmp connect.d.tmp events.d.tmp glue.d.tmp log.d.tmp main.d.tmp protocol.d.tmp renew.d.tmp sessions.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXtst && rm -f libXtst_g.a || true) --- cleandir-crypto/external --- --- cleandir-kdc --- --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/sbin/kdc --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXtst && rm -f libXtst_pic.a libXtst.so.* libXtst.so XTest.pico XRecord.pico XTest.pico.tmp XRecord.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXtst && rm -f libXtst_pic.a libXtst.so.* libXtst.so XTest.pico XRecord.pico XTest.pico.tmp XRecord.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXtst && rm -f llib-lXtst.ln XTest.ln XRecord.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXtst && rm -f llib-lXtst.ln XTest.ln XRecord.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXtst && rm -f .depend XRecord.d XTest.d XRecord.d.tmp XTest.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXtst && rm -f .depend XRecord.d XTest.d XRecord.d.tmp XTest.d.tmp tags || true) --- cleandir-libXvMC --- cleandir ===> external/mit/xorg/lib/libXvMC --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kdc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kdc connect.o config.o main.o connect.ln config.ln main.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMC && rm -f xvmc.pc xvmc.pc.tmp libXvMC.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kdc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kdc connect.o config.o main.o connect.ln config.ln main.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMC && rm -f xvmc.pc xvmc.pc.tmp libXvMC.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMC && rm -f libXvMC.a XvMC.o XvMC.o.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kdc && rm -f kdc.html8 .depend config.d connect.d main.d config.d.tmp connect.d.tmp main.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMC && rm -f libXvMC.a XvMC.o XvMC.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kdc && rm -f kdc.html8 .depend config.d connect.d main.d config.d.tmp connect.d.tmp main.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- --- cleandir-kdigest --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMC && rm -f libXvMC_p.a XvMC.po XvMC.po.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/sbin/kdigest --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMC && rm -f libXvMC_p.a XvMC.po XvMC.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMC && rm -f libXvMC_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMC && rm -f libXvMC_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMC && rm -f libXvMC_pic.a libXvMC.so.* libXvMC.so XvMC.pico XvMC.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMC && rm -f libXvMC_pic.a libXvMC.so.* libXvMC.so XvMC.pico XvMC.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMC && rm -f llib-lXvMC.ln XvMC.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMC && rm -f llib-lXvMC.ln XvMC.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMC && rm -f .depend XvMC.d XvMC.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMC && rm -f .depend XvMC.d XvMC.d.tmp tags || true) --- cleandir-libXvMCW --- cleandir ===> external/mit/xorg/lib/libXvMCW --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kdigest && rm -f kdigest-commands.c kdigest-commands.h a.out [Ee]rrs mklog core *.core .gdbinit kdigest kdigest-commands.o kdigest.o kdigest.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kdigest && rm -f kdigest-commands.c kdigest-commands.h a.out [Ee]rrs mklog core *.core .gdbinit kdigest kdigest-commands.o kdigest.o kdigest.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kdigest && rm -f kdigest.html8 .depend kdigest-commands.d kdigest.d kdigest-commands.d.tmp kdigest.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kdigest && rm -f kdigest.html8 .depend kdigest-commands.d kdigest.d kdigest-commands.d.tmp kdigest.d.tmp tags || true) --- cleandir-kimpersonate --- --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMCW && rm -f libXvMCW.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/sbin/kimpersonate --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMCW && rm -f libXvMCW.so.1.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMCW && rm -f libXvMCW.a XvMCWrapper.o XvMCWrapper.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMCW && rm -f libXvMCW.a XvMCWrapper.o XvMCWrapper.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMCW && rm -f libXvMCW_p.a XvMCWrapper.po XvMCWrapper.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMCW && rm -f libXvMCW_p.a XvMCWrapper.po XvMCWrapper.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMCW && rm -f libXvMCW_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMCW && rm -f libXvMCW_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMCW && rm -f libXvMCW_pic.a libXvMCW.so.* libXvMCW.so XvMCWrapper.pico XvMCWrapper.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMCW && rm -f libXvMCW_pic.a libXvMCW.so.* libXvMCW.so XvMCWrapper.pico XvMCWrapper.pico.tmp || true) --- libclean5 --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMCW && rm -f llib-lXvMCW.ln XvMCWrapper.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kimpersonate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kimpersonate kimpersonate.o kimpersonate.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMCW && rm -f llib-lXvMCW.ln XvMCWrapper.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kimpersonate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kimpersonate kimpersonate.o kimpersonate.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXvMCW && rm -f .depend XvMCWrapper.d XvMCWrapper.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kimpersonate && rm -f kimpersonate.html8 .depend kimpersonate.d kimpersonate.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXvMCW && rm -f .depend XvMCWrapper.d XvMCWrapper.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kimpersonate && rm -f kimpersonate.html8 .depend kimpersonate.d kimpersonate.d.tmp tags || true) --- cleandir-external --- --- cleandir-libXv --- --- cleandir-crypto/external --- --- cleandir-kstash --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libXv --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/sbin/kstash --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXv && rm -f xv.pc xv.pc.tmp libXv.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXv && rm -f xv.pc xv.pc.tmp libXv.so.2.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXv && rm -f libXv.a Xv.o Xv.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXv && rm -f libXv.a Xv.o Xv.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXv && rm -f libXv_p.a Xv.po Xv.po.tmp || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXv && rm -f libXv_p.a Xv.po Xv.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kstash && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kstash kstash.o ui.o kstash.ln ui.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kstash && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kstash kstash.o ui.o kstash.ln ui.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXv && rm -f libXv_g.a || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXv && rm -f libXv_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/kstash && rm -f kstash.html8 .depend kstash.d ui.d kstash.d.tmp ui.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/kstash && rm -f kstash.html8 .depend kstash.d ui.d kstash.d.tmp ui.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXv && rm -f libXv_pic.a libXv.so.* libXv.so Xv.pico Xv.pico.tmp || true) --- cleandir-crypto/external --- --- cleandir-ktutil --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXv && rm -f libXv_pic.a libXv.so.* libXv.so Xv.pico Xv.pico.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/heimdal/sbin/ktutil --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXv && rm -f llib-lXv.ln Xv.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXv && rm -f llib-lXv.ln Xv.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXv && rm -f Xv.3 XvCreateImage.3 XvFreeAdaptorInfo.3 XvFreeEncodingInfo.3 XvGetPortAttribute.3 XvGetStill.3 XvGetVideo.3 XvGrabPort.3 XvListImageFormats.3 XvPortNotify.3 XvPutImage.3 XvPutStill.3 XvPutVideo.3 XvQueryAdaptors.3 XvQueryBestSize.3 XvQueryEncodings.3 XvQueryExtension.3 XvQueryPortAttributes.3 XvSelectPortNotify.3 XvSelectVideoNotify.3 XvSetPortAttribute.3 XvStopVideo.3 XvUngrabPort.3 XvVideoNotify.3 Xv.html3 XvCreateImage.html3 XvFreeAdaptorInfo.html3 XvFreeEncodingInfo.html3 XvGetPortAttribute.html3 XvGetStill.html3 XvGetVideo.html3 XvGrabPort.html3 XvListImageFormats.html3 XvPortNotify.html3 XvPutImage.html3 XvPutStill.html3 XvPutVideo.html3 XvQueryAdaptors.html3 XvQueryBestSize.html3 XvQueryEncodings.html3 XvQueryExtension.html3 XvQueryPortAttributes.html3 XvSelectPortNotify.html3 XvSelectVideoNotify.html3 XvSetPortAttribute.html3 XvStopVideo.html3 XvUngrabPort.html3 XvVideoNotify.html3 .depend Xv.d Xv.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXv && rm -f Xv.3 XvCreateImage.3 XvFreeAdaptorInfo.3 XvFreeEncodingInfo.3 XvGetPortAttribute.3 XvGetStill.3 XvGetVideo.3 XvGrabPort.3 XvListImageFormats.3 XvPortNotify.3 XvPutImage.3 XvPutStill.3 XvPutVideo.3 XvQueryAdaptors.3 XvQueryBestSize.3 XvQueryEncodings.3 XvQueryExtension.3 XvQueryPortAttributes.3 XvSelectPortNotify.3 XvSelectVideoNotify.3 XvSetPortAttribute.3 XvStopVideo.3 XvUngrabPort.3 XvVideoNotify.3 Xv.html3 XvCreateImage.html3 XvFreeAdaptorInfo.html3 XvFreeEncodingInfo.html3 XvGetPortAttribute.html3 XvGetStill.html3 XvGetVideo.html3 XvGrabPort.html3 XvListImageFormats.html3 XvPortNotify.html3 XvPutImage.html3 XvPutStill.html3 XvPutVideo.html3 XvQueryAdaptors.html3 XvQueryBestSize.html3 XvQueryEncodings.html3 XvQueryExtension.html3 XvQueryPortAttributes.html3 XvSelectPortNotify.html3 XvSelectVideoNotify.html3 XvSetPortAttribute.html3 XvStopVideo.html3 XvUngrabPort.html3 XvVideoNotify.html3 .depend Xv.d Xv.d.tmp tags || true) --- cleandir-libXxf86dga --- cleandir ===> external/mit/xorg/lib/libXxf86dga --- __doclean --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86dga && rm -f xxf86dga.pc xxf86dga.pc.tmp libXxf86dga.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/ktutil && rm -f ktutil.8 ktutil-commands.c ktutil-commands.h a.out [Ee]rrs mklog core *.core .gdbinit ktutil ktutil-commands.o add.o change.o copy.o destroy.o get.o ktutil.o list.o purge.o remove.o rename.o add.ln change.ln copy.ln destroy.ln get.ln ktutil.ln list.ln purge.ln remove.ln rename.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86dga && rm -f xxf86dga.pc xxf86dga.pc.tmp libXxf86dga.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/ktutil && rm -f ktutil.8 ktutil-commands.c ktutil-commands.h a.out [Ee]rrs mklog core *.core .gdbinit ktutil ktutil-commands.o add.o change.o copy.o destroy.o get.o ktutil.o list.o purge.o remove.o rename.o add.ln change.ln copy.ln destroy.ln get.ln ktutil.ln list.ln purge.ln remove.ln rename.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86dga && rm -f libXxf86dga.a XF86DGA.o XF86DGA2.o XF86DGA.o.tmp XF86DGA2.o.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/heimdal/sbin/ktutil && rm -f ktutil.html8 .depend add.d change.d copy.d destroy.d get.d ktutil-commands.d ktutil.d list.d purge.d remove.d rename.d add.d.tmp change.d.tmp copy.d.tmp destroy.d.tmp get.d.tmp ktutil-commands.d.tmp ktutil.d.tmp list.d.tmp purge.d.tmp remove.d.tmp rename.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86dga && rm -f libXxf86dga.a XF86DGA.o XF86DGA2.o XF86DGA.o.tmp XF86DGA2.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/heimdal/sbin/ktutil && rm -f ktutil.html8 .depend add.d change.d copy.d destroy.d get.d ktutil-commands.d ktutil.d list.d purge.d remove.d rename.d add.d.tmp change.d.tmp copy.d.tmp destroy.d.tmp get.d.tmp ktutil-commands.d.tmp ktutil.d.tmp list.d.tmp purge.d.tmp remove.d.tmp rename.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86dga && rm -f libXxf86dga_p.a XF86DGA.po XF86DGA2.po XF86DGA.po.tmp XF86DGA2.po.tmp || true) --- cleandir-crypto/external --- --- cleandir-netpgp --- cleandir ===> crypto/external/bsd/netpgp --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86dga && rm -f libXxf86dga_p.a XF86DGA.po XF86DGA2.po XF86DGA.po.tmp XF86DGA2.po.tmp || true) --- cleandir-crypto/external --- --- cleandir-libmj --- --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/netpgp/libmj --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86dga && rm -f libXxf86dga_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86dga && rm -f libXxf86dga_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86dga && rm -f libXxf86dga_pic.a libXxf86dga.so.* libXxf86dga.so XF86DGA.pico XF86DGA2.pico XF86DGA.pico.tmp XF86DGA2.pico.tmp || true) --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj.a mj.o mj.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86dga && rm -f libXxf86dga_pic.a libXxf86dga.so.* libXxf86dga.so XF86DGA.pico XF86DGA2.pico XF86DGA.pico.tmp XF86DGA2.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj.a mj.o mj.o.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86dga && rm -f llib-lXxf86dga.ln XF86DGA.ln XF86DGA2.ln || true) --- cleandir-crypto/external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj_p.a mj.po mj.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86dga && rm -f llib-lXxf86dga.ln XF86DGA.ln XF86DGA2.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj_p.a mj.po mj.po.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86dga && rm -f XDGA.3 XDGA.html3 .depend XF86DGA.d XF86DGA2.d XF86DGA.d.tmp XF86DGA2.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86dga && rm -f XDGA.3 XDGA.html3 .depend XF86DGA.d XF86DGA2.d XF86DGA.d.tmp XF86DGA2.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj_g.a || true) --- cleandir-external --- --- cleandir-libXxf86misc --- --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libXxf86misc --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj_pic.a libmj.so.* libmj.so mj.pico mj.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj_pic.a libmj.so.* libmj.so mj.pico mj.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f llib-lmj.ln mj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f llib-lmj.ln mj.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86misc && rm -f xxf86misc.pc xxf86misc.pc.tmp libXxf86misc.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86misc && rm -f xxf86misc.pc xxf86misc.pc.tmp libXxf86misc.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/libmj && rm -f libmj.html3 .depend mj.d mj.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86misc && rm -f libXxf86misc.a XF86Misc.o XF86Misc.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/libmj && rm -f libmj.html3 .depend mj.d mj.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86misc && rm -f libXxf86misc.a XF86Misc.o XF86Misc.o.tmp || true) --- cleandir-crypto/external --- --- cleandir-lib --- --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/netpgp/lib --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86misc && rm -f libXxf86misc_p.a XF86Misc.po XF86Misc.po.tmp || true) --- cleandir-crypto/external --- --- cleandir-netpgp --- cleandir ===> crypto/external/bsd/netpgp/lib/netpgp --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86misc && rm -f libXxf86misc_p.a XF86Misc.po XF86Misc.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86misc && rm -f libXxf86misc_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86misc && rm -f libXxf86misc_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86misc && rm -f libXxf86misc_pic.a libXxf86misc.so.* libXxf86misc.so XF86Misc.pico XF86Misc.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86misc && rm -f libXxf86misc_pic.a libXxf86misc.so.* libXxf86misc.so XF86Misc.pico XF86Misc.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86misc && rm -f llib-lXxf86misc.ln XF86Misc.ln || true) --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86misc && rm -f llib-lXxf86misc.ln XF86Misc.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.a compress.o create.o crypto.o keyring.o misc.o netpgp.o openssl_crypto.o packet-parse.o packet-print.o packet-show.o reader.o signature.o symmetric.o validate.o writer.o ssh2pgp.o bufgap.o compress.o.tmp create.o.tmp crypto.o.tmp keyring.o.tmp misc.o.tmp netpgp.o.tmp openssl_crypto.o.tmp packet-parse.o.tmp packet-print.o.tmp packet-show.o.tmp reader.o.tmp signature.o.tmp symmetric.o.tmp validate.o.tmp writer.o.tmp ssh2pgp.o.tmp bufgap.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.a compress.o create.o crypto.o keyring.o misc.o netpgp.o openssl_crypto.o packet-parse.o packet-print.o packet-show.o reader.o signature.o symmetric.o validate.o writer.o ssh2pgp.o bufgap.o compress.o.tmp create.o.tmp crypto.o.tmp keyring.o.tmp misc.o.tmp netpgp.o.tmp openssl_crypto.o.tmp packet-parse.o.tmp packet-print.o.tmp packet-show.o.tmp reader.o.tmp signature.o.tmp symmetric.o.tmp validate.o.tmp writer.o.tmp ssh2pgp.o.tmp bufgap.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXxf86misc && rm -f XF86Misc.3 XF86Misc.html3 .depend XF86Misc.d XF86Misc.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXxf86misc && rm -f XF86Misc.3 XF86Misc.html3 .depend XF86Misc.d XF86Misc.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_p.a compress.po create.po crypto.po keyring.po misc.po netpgp.po openssl_crypto.po packet-parse.po packet-print.po packet-show.po reader.po signature.po symmetric.po validate.po writer.po ssh2pgp.po bufgap.po compress.po.tmp create.po.tmp crypto.po.tmp keyring.po.tmp misc.po.tmp netpgp.po.tmp openssl_crypto.po.tmp packet-parse.po.tmp packet-print.po.tmp packet-show.po.tmp reader.po.tmp signature.po.tmp symmetric.po.tmp validate.po.tmp writer.po.tmp ssh2pgp.po.tmp bufgap.po.tmp || true) --- cleandir-external --- --- cleandir-libxkbui --- cleandir ===> external/mit/xorg/lib/libxkbui --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_p.a compress.po create.po crypto.po keyring.po misc.po netpgp.po openssl_crypto.po packet-parse.po packet-print.po packet-show.po reader.po signature.po symmetric.po validate.po writer.po ssh2pgp.po bufgap.po compress.po.tmp create.po.tmp crypto.po.tmp keyring.po.tmp misc.po.tmp netpgp.po.tmp openssl_crypto.po.tmp packet-parse.po.tmp packet-print.po.tmp packet-show.po.tmp reader.po.tmp signature.po.tmp symmetric.po.tmp validate.po.tmp writer.po.tmp ssh2pgp.po.tmp bufgap.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_pic.a libnetpgp.so.* libnetpgp.so compress.pico create.pico crypto.pico keyring.pico misc.pico netpgp.pico openssl_crypto.pico packet-parse.pico packet-print.pico packet-show.pico reader.pico signature.pico symmetric.pico validate.pico writer.pico ssh2pgp.pico bufgap.pico compress.pico.tmp create.pico.tmp crypto.pico.tmp keyring.pico.tmp misc.pico.tmp netpgp.pico.tmp openssl_crypto.pico.tmp packet-parse.pico.tmp packet-print.pico.tmp packet-show.pico.tmp reader.pico.tmp signature.pico.tmp symmetric.pico.tmp validate.pico.tmp writer.pico.tmp ssh2pgp.pico.tmp bufgap.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp_pic.a libnetpgp.so.* libnetpgp.so compress.pico create.pico crypto.pico keyring.pico misc.pico netpgp.pico openssl_crypto.pico packet-parse.pico packet-print.pico packet-show.pico reader.pico signature.pico symmetric.pico validate.pico writer.pico ssh2pgp.pico bufgap.pico compress.pico.tmp create.pico.tmp crypto.pico.tmp keyring.pico.tmp misc.pico.tmp netpgp.pico.tmp openssl_crypto.pico.tmp packet-parse.pico.tmp packet-print.pico.tmp packet-show.pico.tmp reader.pico.tmp signature.pico.tmp symmetric.pico.tmp validate.pico.tmp writer.pico.tmp ssh2pgp.pico.tmp bufgap.pico.tmp || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f llib-lnetpgp.ln compress.ln create.ln crypto.ln keyring.ln misc.ln netpgp.ln openssl_crypto.ln packet-parse.ln packet-print.ln packet-show.ln reader.ln signature.ln symmetric.ln validate.ln writer.ln ssh2pgp.ln bufgap.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbui && rm -f xkbui.pc xkbui.pc.tmp libxkbui.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f llib-lnetpgp.ln compress.ln create.ln crypto.ln keyring.ln misc.ln netpgp.ln openssl_crypto.ln packet-parse.ln packet-print.ln packet-show.ln reader.ln signature.ln symmetric.ln validate.ln writer.ln ssh2pgp.ln bufgap.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbui && rm -f xkbui.pc xkbui.pc.tmp libxkbui.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbui && rm -f libxkbui.a XKBui.o XKBui.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.so.4.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbui && rm -f libxkbui.a XKBui.o XKBui.o.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.html3 .depend bufgap.d compress.d create.d crypto.d keyring.d misc.d netpgp.d openssl_crypto.d packet-parse.d packet-print.d packet-show.d reader.d signature.d ssh2pgp.d symmetric.d validate.d writer.d bufgap.d.tmp compress.d.tmp create.d.tmp crypto.d.tmp keyring.d.tmp misc.d.tmp netpgp.d.tmp openssl_crypto.d.tmp packet-parse.d.tmp packet-print.d.tmp packet-show.d.tmp reader.d.tmp signature.d.tmp ssh2pgp.d.tmp symmetric.d.tmp validate.d.tmp writer.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbui && rm -f libxkbui_p.a XKBui.po XKBui.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/netpgp && rm -f libnetpgp.html3 .depend bufgap.d compress.d create.d crypto.d keyring.d misc.d netpgp.d openssl_crypto.d packet-parse.d packet-print.d packet-show.d reader.d signature.d ssh2pgp.d symmetric.d validate.d writer.d bufgap.d.tmp compress.d.tmp create.d.tmp crypto.d.tmp keyring.d.tmp misc.d.tmp netpgp.d.tmp openssl_crypto.d.tmp packet-parse.d.tmp packet-print.d.tmp packet-show.d.tmp reader.d.tmp signature.d.tmp ssh2pgp.d.tmp symmetric.d.tmp validate.d.tmp writer.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbui && rm -f libxkbui_p.a XKBui.po XKBui.po.tmp || true) --- cleandir-crypto/external --- --- cleandir-verify --- --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/netpgp/lib/verify --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbui && rm -f libxkbui_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbui && rm -f libxkbui_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbui && rm -f libxkbui_pic.a libxkbui.so.* libxkbui.so XKBui.pico XKBui.pico.tmp || true) --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbui && rm -f libxkbui_pic.a libxkbui.so.* libxkbui.so XKBui.pico XKBui.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.a b64.o bignum.o bufgap.o digest.o libverify.o misc.o pgpsum.o rsa.o bzlib.o zlib.o sha1.o sha2.o md5c.o rmd160.o b64.o.tmp bignum.o.tmp bufgap.o.tmp digest.o.tmp libverify.o.tmp misc.o.tmp pgpsum.o.tmp rsa.o.tmp bzlib.o.tmp zlib.o.tmp sha1.o.tmp sha2.o.tmp md5c.o.tmp rmd160.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.a b64.o bignum.o bufgap.o digest.o libverify.o misc.o pgpsum.o rsa.o bzlib.o zlib.o sha1.o sha2.o md5c.o rmd160.o b64.o.tmp bignum.o.tmp bufgap.o.tmp digest.o.tmp libverify.o.tmp misc.o.tmp pgpsum.o.tmp rsa.o.tmp bzlib.o.tmp zlib.o.tmp sha1.o.tmp sha2.o.tmp md5c.o.tmp rmd160.o.tmp || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbui && rm -f llib-lxkbui.ln XKBui.ln || true) --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbui && rm -f llib-lxkbui.ln XKBui.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_p.a b64.po bignum.po bufgap.po digest.po libverify.po misc.po pgpsum.po rsa.po bzlib.po zlib.po sha1.po sha2.po md5c.po rmd160.po b64.po.tmp bignum.po.tmp bufgap.po.tmp digest.po.tmp libverify.po.tmp misc.po.tmp pgpsum.po.tmp rsa.po.tmp bzlib.po.tmp zlib.po.tmp sha1.po.tmp sha2.po.tmp md5c.po.tmp rmd160.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_p.a b64.po bignum.po bufgap.po digest.po libverify.po misc.po pgpsum.po rsa.po bzlib.po zlib.po sha1.po sha2.po md5c.po rmd160.po b64.po.tmp bignum.po.tmp bufgap.po.tmp digest.po.tmp libverify.po.tmp misc.po.tmp pgpsum.po.tmp rsa.po.tmp bzlib.po.tmp zlib.po.tmp sha1.po.tmp sha2.po.tmp md5c.po.tmp rmd160.po.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libxkbui && rm -f .depend XKBui.d XKBui.d.tmp tags || true) --- cleandir-crypto/external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libxkbui && rm -f .depend XKBui.d XKBui.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_g.a || true) --- cleandir-external --- --- cleandir-libI810XvMC --- cleandir ===> external/mit/xorg/lib/libI810XvMC --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_pic.a libnetpgpverify.so.* libnetpgpverify.so b64.pico bignum.pico bufgap.pico digest.pico libverify.pico misc.pico pgpsum.pico rsa.pico bzlib.pico zlib.pico sha1.pico sha2.pico md5c.pico rmd160.pico b64.pico.tmp bignum.pico.tmp bufgap.pico.tmp digest.pico.tmp libverify.pico.tmp misc.pico.tmp pgpsum.pico.tmp rsa.pico.tmp bzlib.pico.tmp zlib.pico.tmp sha1.pico.tmp sha2.pico.tmp md5c.pico.tmp rmd160.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify_pic.a libnetpgpverify.so.* libnetpgpverify.so b64.pico bignum.pico bufgap.pico digest.pico libverify.pico misc.pico pgpsum.pico rsa.pico bzlib.pico zlib.pico sha1.pico sha2.pico md5c.pico rmd160.pico b64.pico.tmp bignum.pico.tmp bufgap.pico.tmp digest.pico.tmp libverify.pico.tmp misc.pico.tmp pgpsum.pico.tmp rsa.pico.tmp bzlib.pico.tmp zlib.pico.tmp sha1.pico.tmp sha2.pico.tmp md5c.pico.tmp rmd160.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f llib-lnetpgpverify.ln b64.ln bignum.ln bufgap.ln digest.ln libverify.ln misc.ln pgpsum.ln rsa.ln bzlib.ln zlib.ln sha1.ln sha2.ln md5c.ln rmd160.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f llib-lnetpgpverify.ln b64.ln bignum.ln bufgap.ln digest.ln libverify.ln misc.ln pgpsum.ln rsa.ln bzlib.ln zlib.ln sha1.ln sha2.ln md5c.ln rmd160.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.so.5.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.so.5.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.html3 .depend b64.d bignum.d bufgap.d bzlib.d digest.d libverify.d md5c.d misc.d pgpsum.d rmd160.d rsa.d sha1.d sha2.d zlib.d b64.d.tmp bignum.d.tmp bufgap.d.tmp bzlib.d.tmp digest.d.tmp libverify.d.tmp md5c.d.tmp misc.d.tmp pgpsum.d.tmp rmd160.d.tmp rsa.d.tmp sha1.d.tmp sha2.d.tmp zlib.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libI810XvMC && rm -f libI810XvMC.so.1.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libI810XvMC && rm -f libI810XvMC.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/lib/verify && rm -f libnetpgpverify.html3 .depend b64.d bignum.d bufgap.d bzlib.d digest.d libverify.d md5c.d misc.d pgpsum.d rmd160.d rsa.d sha1.d sha2.d zlib.d b64.d.tmp bignum.d.tmp bufgap.d.tmp bzlib.d.tmp digest.d.tmp libverify.d.tmp md5c.d.tmp misc.d.tmp pgpsum.d.tmp rmd160.d.tmp rsa.d.tmp sha1.d.tmp sha2.d.tmp zlib.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- --- cleandir-bindings --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libI810XvMC && rm -f libI810XvMC.a I810XvMC.o I810XvMC.o.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/netpgp/bindings --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libI810XvMC && rm -f libI810XvMC.a I810XvMC.o I810XvMC.o.tmp || true) --- cleandir-crypto/external --- --- cleandir-lua --- cleandir ===> crypto/external/bsd/netpgp/bindings/lua --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libI810XvMC && rm -f libI810XvMC_p.a I810XvMC.po I810XvMC.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libI810XvMC && rm -f libI810XvMC_p.a I810XvMC.po I810XvMC.po.tmp || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/bindings/lua && rm -f a.out [Ee]rrs mklog core *.core glue.o glue.ln netpgp.so || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libI810XvMC && rm -f libI810XvMC_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/bindings/lua && rm -f a.out [Ee]rrs mklog core *.core glue.o glue.ln netpgp.so || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libI810XvMC && rm -f libI810XvMC_g.a || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/bindings/lua && rm -f .depend glue.d glue.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libI810XvMC && rm -f libI810XvMC_pic.a libI810XvMC.so.* libI810XvMC.so I810XvMC.pico I810XvMC.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/bindings/lua && rm -f .depend glue.d glue.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libI810XvMC && rm -f libI810XvMC_pic.a libI810XvMC.so.* libI810XvMC.so I810XvMC.pico I810XvMC.pico.tmp || true) --- cleandir-crypto/external --- --- cleandir-bin --- --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/netpgp/bin --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libI810XvMC && rm -f llib-lI810XvMC.ln I810XvMC.ln || true) --- cleandir-crypto/external --- --- cleandir-netpgp --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libI810XvMC && rm -f llib-lI810XvMC.ln I810XvMC.ln || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/netpgp/bin/netpgp --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libI810XvMC && rm -f .depend I810XvMC.d I810XvMC.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libI810XvMC && rm -f .depend I810XvMC.d I810XvMC.d.tmp tags || true) --- cleandir-libIntelXvMC --- --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/bin/netpgp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit netpgp netpgp.o netpgp.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libIntelXvMC --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/bin/netpgp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit netpgp netpgp.o netpgp.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/bin/netpgp && rm -f netpgp.html1 .depend netpgp.d netpgp.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/bin/netpgp && rm -f netpgp.html1 .depend netpgp.d netpgp.d.tmp tags || true) --- cleandir-netpgpkeys --- cleandir ===> crypto/external/bsd/netpgp/bin/netpgpkeys --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/bin/netpgpkeys && rm -f a.out [Ee]rrs mklog core *.core .gdbinit netpgpkeys netpgpkeys.o netpgpkeys.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/bin/netpgpkeys && rm -f a.out [Ee]rrs mklog core *.core .gdbinit netpgpkeys netpgpkeys.o netpgpkeys.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libIntelXvMC && rm -f libIntelXvMC.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/bin/netpgpkeys && rm -f netpgpkeys.html1 .depend netpgpkeys.d netpgpkeys.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libIntelXvMC && rm -f libIntelXvMC.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/bin/netpgpkeys && rm -f netpgpkeys.html1 .depend netpgpkeys.d netpgpkeys.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- --- cleandir-netpgpverify --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libIntelXvMC && rm -f libIntelXvMC.a intel_xvmc.o intel_xvmc_dump.o i915_xvmc.o i965_xvmc.o xvmc_vld.o intel_batchbuffer.o intel_xvmc.o.tmp intel_xvmc_dump.o.tmp i915_xvmc.o.tmp i965_xvmc.o.tmp xvmc_vld.o.tmp intel_batchbuffer.o.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/netpgp/bin/netpgpverify --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libIntelXvMC && rm -f libIntelXvMC.a intel_xvmc.o intel_xvmc_dump.o i915_xvmc.o i965_xvmc.o xvmc_vld.o intel_batchbuffer.o intel_xvmc.o.tmp intel_xvmc_dump.o.tmp i915_xvmc.o.tmp i965_xvmc.o.tmp xvmc_vld.o.tmp intel_batchbuffer.o.tmp || true) --- libclean2 --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libIntelXvMC && rm -f libIntelXvMC_p.a intel_xvmc.po intel_xvmc_dump.po i915_xvmc.po i965_xvmc.po xvmc_vld.po intel_batchbuffer.po intel_xvmc.po.tmp intel_xvmc_dump.po.tmp i915_xvmc.po.tmp i965_xvmc.po.tmp xvmc_vld.po.tmp intel_batchbuffer.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/bin/netpgpverify && rm -f a.out [Ee]rrs mklog core *.core .gdbinit netpgpverify b64.o bignum.o bufgap.o digest.o libverify.o main.o misc.o pgpsum.o rsa.o bzlib.o zlib.o md5c.o rmd160.o sha1.o sha2.o b64.ln bignum.ln bufgap.ln digest.ln libverify.ln main.ln misc.ln pgpsum.ln rsa.ln bzlib.ln zlib.ln md5c.ln rmd160.ln sha1.ln sha2.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libIntelXvMC && rm -f libIntelXvMC_p.a intel_xvmc.po intel_xvmc_dump.po i915_xvmc.po i965_xvmc.po xvmc_vld.po intel_batchbuffer.po intel_xvmc.po.tmp intel_xvmc_dump.po.tmp i915_xvmc.po.tmp i965_xvmc.po.tmp xvmc_vld.po.tmp intel_batchbuffer.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/bin/netpgpverify && rm -f a.out [Ee]rrs mklog core *.core .gdbinit netpgpverify b64.o bignum.o bufgap.o digest.o libverify.o main.o misc.o pgpsum.o rsa.o bzlib.o zlib.o md5c.o rmd160.o sha1.o sha2.o b64.ln bignum.ln bufgap.ln digest.ln libverify.ln main.ln misc.ln pgpsum.ln rsa.ln bzlib.ln zlib.ln md5c.ln rmd160.ln sha1.ln sha2.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libIntelXvMC && rm -f libIntelXvMC_g.a || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/netpgp/bin/netpgpverify && rm -f netpgpverify.html1 .depend b64.d bignum.d bufgap.d bzlib.d digest.d libverify.d main.d md5c.d misc.d pgpsum.d rmd160.d rsa.d sha1.d sha2.d zlib.d b64.d.tmp bignum.d.tmp bufgap.d.tmp bzlib.d.tmp digest.d.tmp libverify.d.tmp main.d.tmp md5c.d.tmp misc.d.tmp pgpsum.d.tmp rmd160.d.tmp rsa.d.tmp sha1.d.tmp sha2.d.tmp zlib.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libIntelXvMC && rm -f libIntelXvMC_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/netpgp/bin/netpgpverify && rm -f netpgpverify.html1 .depend b64.d bignum.d bufgap.d bzlib.d digest.d libverify.d main.d md5c.d misc.d pgpsum.d rmd160.d rsa.d sha1.d sha2.d zlib.d b64.d.tmp bignum.d.tmp bufgap.d.tmp bzlib.d.tmp digest.d.tmp libverify.d.tmp main.d.tmp md5c.d.tmp misc.d.tmp pgpsum.d.tmp rmd160.d.tmp rsa.d.tmp sha1.d.tmp sha2.d.tmp zlib.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libIntelXvMC && rm -f libIntelXvMC_pic.a libIntelXvMC.so.* libIntelXvMC.so intel_xvmc.pico intel_xvmc_dump.pico i915_xvmc.pico i965_xvmc.pico xvmc_vld.pico intel_batchbuffer.pico intel_xvmc.pico.tmp intel_xvmc_dump.pico.tmp i915_xvmc.pico.tmp i965_xvmc.pico.tmp xvmc_vld.pico.tmp intel_batchbuffer.pico.tmp || true) --- cleandir-crypto/external --- --- cleandir-openssh --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libIntelXvMC && rm -f libIntelXvMC_pic.a libIntelXvMC.so.* libIntelXvMC.so intel_xvmc.pico intel_xvmc_dump.pico i915_xvmc.pico i965_xvmc.pico xvmc_vld.pico intel_batchbuffer.pico intel_xvmc.pico.tmp intel_xvmc_dump.pico.tmp i915_xvmc.pico.tmp i965_xvmc.pico.tmp xvmc_vld.pico.tmp intel_batchbuffer.pico.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssh --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- --- cleandir-lib --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libIntelXvMC && rm -f llib-lIntelXvMC.ln intel_xvmc.ln intel_xvmc_dump.ln i915_xvmc.ln i965_xvmc.ln xvmc_vld.ln intel_batchbuffer.ln || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssh/lib --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libIntelXvMC && rm -f llib-lIntelXvMC.ln intel_xvmc.ln intel_xvmc_dump.ln i915_xvmc.ln i965_xvmc.ln xvmc_vld.ln intel_batchbuffer.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libIntelXvMC && rm -f .depend i915_xvmc.d i965_xvmc.d intel_batchbuffer.d intel_xvmc.d intel_xvmc_dump.d xvmc_vld.d i915_xvmc.d.tmp i965_xvmc.d.tmp intel_batchbuffer.d.tmp intel_xvmc.d.tmp intel_xvmc_dump.d.tmp xvmc_vld.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libIntelXvMC && rm -f .depend i915_xvmc.d i965_xvmc.d intel_batchbuffer.d intel_xvmc.d intel_xvmc_dump.d xvmc_vld.d i915_xvmc.d.tmp i965_xvmc.d.tmp intel_batchbuffer.d.tmp intel_xvmc.d.tmp intel_xvmc_dump.d.tmp xvmc_vld.d.tmp tags || true) --- cleandir-libchromeXvMC --- cleandir ===> external/mit/xorg/lib/libchromeXvMC --- cleandir-crypto/external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f libssh.a addr.o addrmatch.o atomicio.o authfd.o authfile.o bcrypt_pbkdf.o bitmap.o blowfish.o canohost.o chacha.o channels.o cipher-chachapoly.o cipher.o cleanup.o compat.o dh.o dispatch.o dns.o ed25519.o fatal.o freezero.o hash.o hmac.o hostfile.o kex.o kexdh.o kexecdh.o kexgen.o kexgex.o kexgexc.o kexsntrup761x25519.o krl.o log.o mac.o match.o misc.o monitor_fdpass.o msg.o nchan.o packet.o poly1305.o progressmeter.o readpass.o recallocarray.o smult_curve25519_ref.o sntrup761.o ssh-ed25519.o ssh-ed25519-sk.o ssh-pkcs11.o ssh-sk-client.o ssh-xmss.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf-io.o sshbuf.o ssherr.o sshkey-xmss.o sshkey.o ttymodes.o uidswap.o umac.o umac128.o utf8.o xmalloc.o xmss_commons.o xmss_fast.o xmss_hash.o xmss_hash_address.o xmss_wots.o fmt_scaled.o readpassphrase.o getpeereid.o getrrsetbyname.o digest-openssl.o kexc25519.o ssh-dss.o ssh-ecdsa.o ssh-ecdsa-sk.o ssh-rsa.o addr.o.tmp addrmatch.o.tmp atomicio.o.tmp authfd.o.tmp authfile.o.tmp bcrypt_pbkdf.o.tmp bitmap.o.tmp blowfish.o.tmp canohost.o.tmp chacha.o.tmp channels.o.tmp cipher-chachapoly.o.tmp cipher.o.tmp cleanup.o.tmp compat.o.tmp dh.o.tmp dispatch.o.tmp dns.o.tmp ed25519.o.tmp fatal.o.tmp freezero.o.tmp hash.o.tmp hmac.o.tmp hostfile.o.tmp kex.o.tmp kexdh.o.tmp kexecdh.o.tmp kexgen.o.tmp kexgex.o.tmp kexgexc.o.tmp kexsntrup761x25519.o.tmp krl.o.tmp log.o.tmp mac.o.tmp match.o.tmp misc.o.tmp monitor_fdpass.o.tmp msg.o.tmp nchan.o.tmp packet.o.tmp poly1305.o.tmp progressmeter.o.tmp readpass.o.tmp recallocarray.o.tmp smult_curve25519_ref.o.tmp sntrup761.o.tmp ssh-ed25519.o.tmp ssh-ed25519-sk.o.tmp ssh-pkcs11.o.tmp ssh-sk-client.o.tmp ssh-xmss.o.tmp sshbuf-getput-basic.o.tmp sshbuf-getput-crypto.o.tmp sshbuf-misc.o.tmp sshbuf-io.o.tmp sshbuf.o.tmp ssherr.o.tmp sshkey-xmss.o.tmp sshkey.o.tmp ttymodes.o.tmp uidswap.o.tmp umac.o.tmp umac128.o.tmp utf8.o.tmp xmalloc.o.tmp xmss_commons.o.tmp xmss_fast.o.tmp xmss_hash.o.tmp xmss_hash_address.o.tmp xmss_wots.o.tmp fmt_scaled.o.tmp readpassphrase.o.tmp getpeereid.o.tmp getrrsetbyname.o.tmp digest-openssl.o.tmp kexc25519.o.tmp ssh-dss.o.tmp ssh-ecdsa.o.tmp ssh-ecdsa-sk.o.tmp ssh-rsa.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f libssh.a addr.o addrmatch.o atomicio.o authfd.o authfile.o bcrypt_pbkdf.o bitmap.o blowfish.o canohost.o chacha.o channels.o cipher-chachapoly.o cipher.o cleanup.o compat.o dh.o dispatch.o dns.o ed25519.o fatal.o freezero.o hash.o hmac.o hostfile.o kex.o kexdh.o kexecdh.o kexgen.o kexgex.o kexgexc.o kexsntrup761x25519.o krl.o log.o mac.o match.o misc.o monitor_fdpass.o msg.o nchan.o packet.o poly1305.o progressmeter.o readpass.o recallocarray.o smult_curve25519_ref.o sntrup761.o ssh-ed25519.o ssh-ed25519-sk.o ssh-pkcs11.o ssh-sk-client.o ssh-xmss.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf-io.o sshbuf.o ssherr.o sshkey-xmss.o sshkey.o ttymodes.o uidswap.o umac.o umac128.o utf8.o xmalloc.o xmss_commons.o xmss_fast.o xmss_hash.o xmss_hash_address.o xmss_wots.o fmt_scaled.o readpassphrase.o getpeereid.o getrrsetbyname.o digest-openssl.o kexc25519.o ssh-dss.o ssh-ecdsa.o ssh-ecdsa-sk.o ssh-rsa.o addr.o.tmp addrmatch.o.tmp atomicio.o.tmp authfd.o.tmp authfile.o.tmp bcrypt_pbkdf.o.tmp bitmap.o.tmp blowfish.o.tmp canohost.o.tmp chacha.o.tmp channels.o.tmp cipher-chachapoly.o.tmp cipher.o.tmp cleanup.o.tmp compat.o.tmp dh.o.tmp dispatch.o.tmp dns.o.tmp ed25519.o.tmp fatal.o.tmp freezero.o.tmp hash.o.tmp hmac.o.tmp hostfile.o.tmp kex.o.tmp kexdh.o.tmp kexecdh.o.tmp kexgen.o.tmp kexgex.o.tmp kexgexc.o.tmp kexsntrup761x25519.o.tmp krl.o.tmp log.o.tmp mac.o.tmp match.o.tmp misc.o.tmp monitor_fdpass.o.tmp msg.o.tmp nchan.o.tmp packet.o.tmp poly1305.o.tmp progressmeter.o.tmp readpass.o.tmp recallocarray.o.tmp smult_curve25519_ref.o.tmp sntrup761.o.tmp ssh-ed25519.o.tmp ssh-ed25519-sk.o.tmp ssh-pkcs11.o.tmp ssh-sk-client.o.tmp ssh-xmss.o.tmp sshbuf-getput-basic.o.tmp sshbuf-getput-crypto.o.tmp sshbuf-misc.o.tmp sshbuf-io.o.tmp sshbuf.o.tmp ssherr.o.tmp sshkey-xmss.o.tmp sshkey.o.tmp ttymodes.o.tmp uidswap.o.tmp umac.o.tmp umac128.o.tmp utf8.o.tmp xmalloc.o.tmp xmss_commons.o.tmp xmss_fast.o.tmp xmss_hash.o.tmp xmss_hash_address.o.tmp xmss_wots.o.tmp fmt_scaled.o.tmp readpassphrase.o.tmp getpeereid.o.tmp getrrsetbyname.o.tmp digest-openssl.o.tmp kexc25519.o.tmp ssh-dss.o.tmp ssh-ecdsa.o.tmp ssh-ecdsa-sk.o.tmp ssh-rsa.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f libssh_p.a addr.po addrmatch.po atomicio.po authfd.po authfile.po bcrypt_pbkdf.po bitmap.po blowfish.po canohost.po chacha.po channels.po cipher-chachapoly.po cipher.po cleanup.po compat.po dh.po dispatch.po dns.po ed25519.po fatal.po freezero.po hash.po hmac.po hostfile.po kex.po kexdh.po kexecdh.po kexgen.po kexgex.po kexgexc.po kexsntrup761x25519.po krl.po log.po mac.po match.po misc.po monitor_fdpass.po msg.po nchan.po packet.po poly1305.po progressmeter.po readpass.po recallocarray.po smult_curve25519_ref.po sntrup761.po ssh-ed25519.po ssh-ed25519-sk.po ssh-pkcs11.po ssh-sk-client.po ssh-xmss.po sshbuf-getput-basic.po sshbuf-getput-crypto.po sshbuf-misc.po sshbuf-io.po sshbuf.po ssherr.po sshkey-xmss.po sshkey.po ttymodes.po uidswap.po umac.po umac128.po utf8.po xmalloc.po xmss_commons.po xmss_fast.po xmss_hash.po xmss_hash_address.po xmss_wots.po fmt_scaled.po readpassphrase.po getpeereid.po getrrsetbyname.po digest-openssl.po kexc25519.po ssh-dss.po ssh-ecdsa.po ssh-ecdsa-sk.po ssh-rsa.po addr.po.tmp addrmatch.po.tmp atomicio.po.tmp authfd.po.tmp authfile.po.tmp bcrypt_pbkdf.po.tmp bitmap.po.tmp blowfish.po.tmp canohost.po.tmp chacha.po.tmp channels.po.tmp cipher-chachapoly.po.tmp cipher.po.tmp cleanup.po.tmp compat.po.tmp dh.po.tmp dispatch.po.tmp dns.po.tmp ed25519.po.tmp fatal.po.tmp freezero.po.tmp hash.po.tmp hmac.po.tmp hostfile.po.tmp kex.po.tmp kexdh.po.tmp kexecdh.po.tmp kexgen.po.tmp kexgex.po.tmp kexgexc.po.tmp kexsntrup761x25519.po.tmp krl.po.tmp log.po.tmp mac.po.tmp match.po.tmp misc.po.tmp monitor_fdpass.po.tmp msg.po.tmp nchan.po.tmp packet.po.tmp poly1305.po.tmp progressmeter.po.tmp readpass.po.tmp recallocarray.po.tmp smult_curve25519_ref.po.tmp sntrup761.po.tmp ssh-ed25519.po.tmp ssh-ed25519-sk.po.tmp ssh-pkcs11.po.tmp ssh-sk-client.po.tmp ssh-xmss.po.tmp sshbuf-getput-basic.po.tmp sshbuf-getput-crypto.po.tmp sshbuf-misc.po.tmp sshbuf-io.po.tmp sshbuf.po.tmp ssherr.po.tmp sshkey-xmss.po.tmp sshkey.po.tmp ttymodes.po.tmp uidswap.po.tmp umac.po.tmp umac128.po.tmp utf8.po.tmp xmalloc.po.tmp xmss_commons.po.tmp xmss_fast.po.tmp xmss_hash.po.tmp xmss_hash_address.po.tmp xmss_wots.po.tmp fmt_scaled.po.tmp readpassphrase.po.tmp getpeereid.po.tmp getrrsetbyname.po.tmp digest-openssl.po.tmp kexc25519.po.tmp ssh-dss.po.tmp ssh-ecdsa.po.tmp ssh-ecdsa-sk.po.tmp ssh-rsa.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f libssh_p.a addr.po addrmatch.po atomicio.po authfd.po authfile.po bcrypt_pbkdf.po bitmap.po blowfish.po canohost.po chacha.po channels.po cipher-chachapoly.po cipher.po cleanup.po compat.po dh.po dispatch.po dns.po ed25519.po fatal.po freezero.po hash.po hmac.po hostfile.po kex.po kexdh.po kexecdh.po kexgen.po kexgex.po kexgexc.po kexsntrup761x25519.po krl.po log.po mac.po match.po misc.po monitor_fdpass.po msg.po nchan.po packet.po poly1305.po progressmeter.po readpass.po recallocarray.po smult_curve25519_ref.po sntrup761.po ssh-ed25519.po ssh-ed25519-sk.po ssh-pkcs11.po ssh-sk-client.po ssh-xmss.po sshbuf-getput-basic.po sshbuf-getput-crypto.po sshbuf-misc.po sshbuf-io.po sshbuf.po ssherr.po sshkey-xmss.po sshkey.po ttymodes.po uidswap.po umac.po umac128.po utf8.po xmalloc.po xmss_commons.po xmss_fast.po xmss_hash.po xmss_hash_address.po xmss_wots.po fmt_scaled.po readpassphrase.po getpeereid.po getrrsetbyname.po digest-openssl.po kexc25519.po ssh-dss.po ssh-ecdsa.po ssh-ecdsa-sk.po ssh-rsa.po addr.po.tmp addrmatch.po.tmp atomicio.po.tmp authfd.po.tmp authfile.po.tmp bcrypt_pbkdf.po.tmp bitmap.po.tmp blowfish.po.tmp canohost.po.tmp chacha.po.tmp channels.po.tmp cipher-chachapoly.po.tmp cipher.po.tmp cleanup.po.tmp compat.po.tmp dh.po.tmp dispatch.po.tmp dns.po.tmp ed25519.po.tmp fatal.po.tmp freezero.po.tmp hash.po.tmp hmac.po.tmp hostfile.po.tmp kex.po.tmp kexdh.po.tmp kexecdh.po.tmp kexgen.po.tmp kexgex.po.tmp kexgexc.po.tmp kexsntrup761x25519.po.tmp krl.po.tmp log.po.tmp mac.po.tmp match.po.tmp misc.po.tmp monitor_fdpass.po.tmp msg.po.tmp nchan.po.tmp packet.po.tmp poly1305.po.tmp progressmeter.po.tmp readpass.po.tmp recallocarray.po.tmp smult_curve25519_ref.po.tmp sntrup761.po.tmp ssh-ed25519.po.tmp ssh-ed25519-sk.po.tmp ssh-pkcs11.po.tmp ssh-sk-client.po.tmp ssh-xmss.po.tmp sshbuf-getput-basic.po.tmp sshbuf-getput-crypto.po.tmp sshbuf-misc.po.tmp sshbuf-io.po.tmp sshbuf.po.tmp ssherr.po.tmp sshkey-xmss.po.tmp sshkey.po.tmp ttymodes.po.tmp uidswap.po.tmp umac.po.tmp umac128.po.tmp utf8.po.tmp xmalloc.po.tmp xmss_commons.po.tmp xmss_fast.po.tmp xmss_hash.po.tmp xmss_hash_address.po.tmp xmss_wots.po.tmp fmt_scaled.po.tmp readpassphrase.po.tmp getpeereid.po.tmp getrrsetbyname.po.tmp digest-openssl.po.tmp kexc25519.po.tmp ssh-dss.po.tmp ssh-ecdsa.po.tmp ssh-ecdsa-sk.po.tmp ssh-rsa.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f libssh_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMC && rm -f libchromeXvMC.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f libssh_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMC && rm -f libchromeXvMC.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean4 --- --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f libssh_pic.a libssh.so.* libssh.so addr.pico addrmatch.pico atomicio.pico authfd.pico authfile.pico bcrypt_pbkdf.pico bitmap.pico blowfish.pico canohost.pico chacha.pico channels.pico cipher-chachapoly.pico cipher.pico cleanup.pico compat.pico dh.pico dispatch.pico dns.pico ed25519.pico fatal.pico freezero.pico hash.pico hmac.pico hostfile.pico kex.pico kexdh.pico kexecdh.pico kexgen.pico kexgex.pico kexgexc.pico kexsntrup761x25519.pico krl.pico log.pico mac.pico match.pico misc.pico monitor_fdpass.pico msg.pico nchan.pico packet.pico poly1305.pico progressmeter.pico readpass.pico recallocarray.pico smult_curve25519_ref.pico sntrup761.pico ssh-ed25519.pico ssh-ed25519-sk.pico ssh-pkcs11.pico ssh-sk-client.pico ssh-xmss.pico sshbuf-getput-basic.pico sshbuf-getput-crypto.pico sshbuf-misc.pico sshbuf-io.pico sshbuf.pico ssherr.pico sshkey-xmss.pico sshkey.pico ttymodes.pico uidswap.pico umac.pico umac128.pico utf8.pico xmalloc.pico xmss_commons.pico xmss_fast.pico xmss_hash.pico xmss_hash_address.pico xmss_wots.pico fmt_scaled.pico readpassphrase.pico getpeereid.pico getrrsetbyname.pico digest-openssl.pico kexc25519.pico ssh-dss.pico ssh-ecdsa.pico ssh-ecdsa-sk.pico ssh-rsa.pico addr.pico.tmp addrmatch.pico.tmp atomicio.pico.tmp authfd.pico.tmp authfile.pico.tmp bcrypt_pbkdf.pico.tmp bitmap.pico.tmp blowfish.pico.tmp canohost.pico.tmp chacha.pico.tmp channels.pico.tmp cipher-chachapoly.pico.tmp cipher.pico.tmp cleanup.pico.tmp compat.pico.tmp dh.pico.tmp dispatch.pico.tmp dns.pico.tmp ed25519.pico.tmp fatal.pico.tmp freezero.pico.tmp hash.pico.tmp hmac.pico.tmp hostfile.pico.tmp kex.pico.tmp kexdh.pico.tmp kexecdh.pico.tmp kexgen.pico.tmp kexgex.pico.tmp kexgexc.pico.tmp kexsntrup761x25519.pico.tmp krl.pico.tmp log.pico.tmp mac.pico.tmp match.pico.tmp misc.pico.tmp monitor_fdpass.pico.tmp msg.pico.tmp nchan.pico.tmp packet.pico.tmp poly1305.pico.tmp progressmeter.pico.tmp readpass.pico.tmp recallocarray.pico.tmp smult_curve25519_ref.pico.tmp sntrup761.pico.tmp ssh-ed25519.pico.tmp ssh-ed25519-sk.pico.tmp ssh-pkcs11.pico.tmp ssh-sk-client.pico.tmp ssh-xmss.pico.tmp sshbuf-getput-basic.pico.tmp sshbuf-getput-crypto.pico.tmp sshbuf-misc.pico.tmp sshbuf-io.pico.tmp sshbuf.pico.tmp ssherr.pico.tmp sshkey-xmss.pico.tmp sshkey.pico.tmp ttymodes.pico.tmp uidswap.pico.tmp umac.pico.tmp umac128.pico.tmp utf8.pico.tmp xmalloc.pico.tmp xmss_commons.pico.tmp xmss_fast.pico.tmp xmss_hash.pico.tmp xmss_hash_address.pico.tmp xmss_wots.pico.tmp fmt_scaled.pico.tmp readpassphrase.pico.tmp getpeereid.pico.tmp getrrsetbyname.pico.tmp digest-openssl.pico.tmp kexc25519.pico.tmp ssh-dss.pico.tmp ssh-ecdsa.pico.tmp ssh-ecdsa-sk.pico.tmp ssh-rsa.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMC && rm -f libchromeXvMC.a viaLowLevel.o driDrawable.o viaXvMC.o xf86dri.o viaLowLevel.o.tmp driDrawable.o.tmp viaXvMC.o.tmp xf86dri.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f libssh_pic.a libssh.so.* libssh.so addr.pico addrmatch.pico atomicio.pico authfd.pico authfile.pico bcrypt_pbkdf.pico bitmap.pico blowfish.pico canohost.pico chacha.pico channels.pico cipher-chachapoly.pico cipher.pico cleanup.pico compat.pico dh.pico dispatch.pico dns.pico ed25519.pico fatal.pico freezero.pico hash.pico hmac.pico hostfile.pico kex.pico kexdh.pico kexecdh.pico kexgen.pico kexgex.pico kexgexc.pico kexsntrup761x25519.pico krl.pico log.pico mac.pico match.pico misc.pico monitor_fdpass.pico msg.pico nchan.pico packet.pico poly1305.pico progressmeter.pico readpass.pico recallocarray.pico smult_curve25519_ref.pico sntrup761.pico ssh-ed25519.pico ssh-ed25519-sk.pico ssh-pkcs11.pico ssh-sk-client.pico ssh-xmss.pico sshbuf-getput-basic.pico sshbuf-getput-crypto.pico sshbuf-misc.pico sshbuf-io.pico sshbuf.pico ssherr.pico sshkey-xmss.pico sshkey.pico ttymodes.pico uidswap.pico umac.pico umac128.pico utf8.pico xmalloc.pico xmss_commons.pico xmss_fast.pico xmss_hash.pico xmss_hash_address.pico xmss_wots.pico fmt_scaled.pico readpassphrase.pico getpeereid.pico getrrsetbyname.pico digest-openssl.pico kexc25519.pico ssh-dss.pico ssh-ecdsa.pico ssh-ecdsa-sk.pico ssh-rsa.pico addr.pico.tmp addrmatch.pico.tmp atomicio.pico.tmp authfd.pico.tmp authfile.pico.tmp bcrypt_pbkdf.pico.tmp bitmap.pico.tmp blowfish.pico.tmp canohost.pico.tmp chacha.pico.tmp channels.pico.tmp cipher-chachapoly.pico.tmp cipher.pico.tmp cleanup.pico.tmp compat.pico.tmp dh.pico.tmp dispatch.pico.tmp dns.pico.tmp ed25519.pico.tmp fatal.pico.tmp freezero.pico.tmp hash.pico.tmp hmac.pico.tmp hostfile.pico.tmp kex.pico.tmp kexdh.pico.tmp kexecdh.pico.tmp kexgen.pico.tmp kexgex.pico.tmp kexgexc.pico.tmp kexsntrup761x25519.pico.tmp krl.pico.tmp log.pico.tmp mac.pico.tmp match.pico.tmp misc.pico.tmp monitor_fdpass.pico.tmp msg.pico.tmp nchan.pico.tmp packet.pico.tmp poly1305.pico.tmp progressmeter.pico.tmp readpass.pico.tmp recallocarray.pico.tmp smult_curve25519_ref.pico.tmp sntrup761.pico.tmp ssh-ed25519.pico.tmp ssh-ed25519-sk.pico.tmp ssh-pkcs11.pico.tmp ssh-sk-client.pico.tmp ssh-xmss.pico.tmp sshbuf-getput-basic.pico.tmp sshbuf-getput-crypto.pico.tmp sshbuf-misc.pico.tmp sshbuf-io.pico.tmp sshbuf.pico.tmp ssherr.pico.tmp sshkey-xmss.pico.tmp sshkey.pico.tmp ttymodes.pico.tmp uidswap.pico.tmp umac.pico.tmp umac128.pico.tmp utf8.pico.tmp xmalloc.pico.tmp xmss_commons.pico.tmp xmss_fast.pico.tmp xmss_hash.pico.tmp xmss_hash_address.pico.tmp xmss_wots.pico.tmp fmt_scaled.pico.tmp readpassphrase.pico.tmp getpeereid.pico.tmp getrrsetbyname.pico.tmp digest-openssl.pico.tmp kexc25519.pico.tmp ssh-dss.pico.tmp ssh-ecdsa.pico.tmp ssh-ecdsa-sk.pico.tmp ssh-rsa.pico.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMC && rm -f libchromeXvMC.a viaLowLevel.o driDrawable.o viaXvMC.o xf86dri.o viaLowLevel.o.tmp driDrawable.o.tmp viaXvMC.o.tmp xf86dri.o.tmp || true) --- libclean2 --- --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMC && rm -f libchromeXvMC_p.a viaLowLevel.po driDrawable.po viaXvMC.po xf86dri.po viaLowLevel.po.tmp driDrawable.po.tmp viaXvMC.po.tmp xf86dri.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f llib-lssh.ln addr.ln addrmatch.ln atomicio.ln authfd.ln authfile.ln bcrypt_pbkdf.ln bitmap.ln blowfish.ln canohost.ln chacha.ln channels.ln cipher-chachapoly.ln cipher.ln cleanup.ln compat.ln dh.ln dispatch.ln dns.ln ed25519.ln fatal.ln freezero.ln hash.ln hmac.ln hostfile.ln kex.ln kexdh.ln kexecdh.ln kexgen.ln kexgex.ln kexgexc.ln kexsntrup761x25519.ln krl.ln log.ln mac.ln match.ln misc.ln monitor_fdpass.ln msg.ln nchan.ln packet.ln poly1305.ln progressmeter.ln readpass.ln recallocarray.ln smult_curve25519_ref.ln sntrup761.ln ssh-ed25519.ln ssh-ed25519-sk.ln ssh-pkcs11.ln ssh-sk-client.ln ssh-xmss.ln sshbuf-getput-basic.ln sshbuf-getput-crypto.ln sshbuf-misc.ln sshbuf-io.ln sshbuf.ln ssherr.ln sshkey-xmss.ln sshkey.ln ttymodes.ln uidswap.ln umac.ln umac128.ln utf8.ln xmalloc.ln xmss_commons.ln xmss_fast.ln xmss_hash.ln xmss_hash_address.ln xmss_wots.ln fmt_scaled.ln readpassphrase.ln getpeereid.ln getrrsetbyname.ln digest-openssl.ln kexc25519.ln ssh-dss.ln ssh-ecdsa.ln ssh-ecdsa-sk.ln ssh-rsa.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMC && rm -f libchromeXvMC_p.a viaLowLevel.po driDrawable.po viaXvMC.po xf86dri.po viaLowLevel.po.tmp driDrawable.po.tmp viaXvMC.po.tmp xf86dri.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f llib-lssh.ln addr.ln addrmatch.ln atomicio.ln authfd.ln authfile.ln bcrypt_pbkdf.ln bitmap.ln blowfish.ln canohost.ln chacha.ln channels.ln cipher-chachapoly.ln cipher.ln cleanup.ln compat.ln dh.ln dispatch.ln dns.ln ed25519.ln fatal.ln freezero.ln hash.ln hmac.ln hostfile.ln kex.ln kexdh.ln kexecdh.ln kexgen.ln kexgex.ln kexgexc.ln kexsntrup761x25519.ln krl.ln log.ln mac.ln match.ln misc.ln monitor_fdpass.ln msg.ln nchan.ln packet.ln poly1305.ln progressmeter.ln readpass.ln recallocarray.ln smult_curve25519_ref.ln sntrup761.ln ssh-ed25519.ln ssh-ed25519-sk.ln ssh-pkcs11.ln ssh-sk-client.ln ssh-xmss.ln sshbuf-getput-basic.ln sshbuf-getput-crypto.ln sshbuf-misc.ln sshbuf-io.ln sshbuf.ln ssherr.ln sshkey-xmss.ln sshkey.ln ttymodes.ln uidswap.ln umac.ln umac128.ln utf8.ln xmalloc.ln xmss_commons.ln xmss_fast.ln xmss_hash.ln xmss_hash_address.ln xmss_wots.ln fmt_scaled.ln readpassphrase.ln getpeereid.ln getrrsetbyname.ln digest-openssl.ln kexc25519.ln ssh-dss.ln ssh-ecdsa.ln ssh-ecdsa-sk.ln ssh-rsa.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMC && rm -f libchromeXvMC_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f libssh.so.46.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMC && rm -f libchromeXvMC_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f libssh.so.46.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMC && rm -f libchromeXvMC_pic.a libchromeXvMC.so.* libchromeXvMC.so viaLowLevel.pico driDrawable.pico viaXvMC.pico xf86dri.pico viaLowLevel.pico.tmp driDrawable.pico.tmp viaXvMC.pico.tmp xf86dri.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/lib && rm -f .depend addr.d addrmatch.d atomicio.d authfd.d authfile.d bcrypt_pbkdf.d bitmap.d blowfish.d canohost.d chacha.d channels.d cipher-chachapoly.d cipher.d cleanup.d compat.d dh.d digest-openssl.d dispatch.d dns.d ed25519.d fatal.d fmt_scaled.d freezero.d getpeereid.d getrrsetbyname.d hash.d hmac.d hostfile.d kex.d kexc25519.d kexdh.d kexecdh.d kexgen.d kexgex.d kexgexc.d kexsntrup761x25519.d krl.d log.d mac.d match.d misc.d monitor_fdpass.d msg.d nchan.d packet.d poly1305.d progressmeter.d readpass.d readpassphrase.d recallocarray.d smult_curve25519_ref.d sntrup761.d ssh-dss.d ssh-ecdsa-sk.d ssh-ecdsa.d ssh-ed25519-sk.d ssh-ed25519.d ssh-pkcs11.d ssh-rsa.d ssh-sk-client.d ssh-xmss.d sshbuf-getput-basic.d sshbuf-getput-crypto.d sshbuf-io.d sshbuf-misc.d sshbuf.d ssherr.d sshkey-xmss.d sshkey.d ttymodes.d uidswap.d umac.d umac128.d utf8.d xmalloc.d xmss_commons.d xmss_fast.d xmss_hash.d xmss_hash_address.d xmss_wots.d addr.d.tmp addrmatch.d.tmp atomicio.d.tmp authfd.d.tmp authfile.d.tmp bcrypt_pbkdf.d.tmp bitmap.d.tmp blowfish.d.tmp canohost.d.tmp chacha.d.tmp channels.d.tmp cipher-chachapoly.d.tmp cipher.d.tmp cleanup.d.tmp compat.d.tmp dh.d.tmp digest-openssl.d.tmp dispatch.d.tmp dns.d.tmp ed25519.d.tmp fatal.d.tmp fmt_scaled.d.tmp freezero.d.tmp getpeereid.d.tmp getrrsetbyname.d.tmp hash.d.tmp hmac.d.tmp hostfile.d.tmp kex.d.tmp kexc25519.d.tmp kexdh.d.tmp kexecdh.d.tmp kexgen.d.tmp kexgex.d.tmp kexgexc.d.tmp kexsntrup761x25519.d.tmp krl.d.tmp log.d.tmp mac.d.tmp match.d.tmp misc.d.tmp monitor_fdpass.d.tmp msg.d.tmp nchan.d.tmp packet.d.tmp poly1305.d.tmp progressmeter.d.tmp readpass.d.tmp readpassphrase.d.tmp recallocarray.d.tmp smult_curve25519_ref.d.tmp sntrup761.d.tmp ssh-dss.d.tmp ssh-ecdsa-sk.d.tmp ssh-ecdsa.d.tmp ssh-ed25519-sk.d.tmp ssh-ed25519.d.tmp ssh-pkcs11.d.tmp ssh-rsa.d.tmp ssh-sk-client.d.tmp ssh-xmss.d.tmp sshbuf-getput-basic.d.tmp sshbuf-getput-crypto.d.tmp sshbuf-io.d.tmp sshbuf-misc.d.tmp sshbuf.d.tmp ssherr.d.tmp sshkey-xmss.d.tmp sshkey.d.tmp ttymodes.d.tmp uidswap.d.tmp umac.d.tmp umac128.d.tmp utf8.d.tmp xmalloc.d.tmp xmss_commons.d.tmp xmss_fast.d.tmp xmss_hash.d.tmp xmss_hash_address.d.tmp xmss_wots.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMC && rm -f libchromeXvMC_pic.a libchromeXvMC.so.* libchromeXvMC.so viaLowLevel.pico driDrawable.pico viaXvMC.pico xf86dri.pico viaLowLevel.pico.tmp driDrawable.pico.tmp viaXvMC.pico.tmp xf86dri.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/lib && rm -f .depend addr.d addrmatch.d atomicio.d authfd.d authfile.d bcrypt_pbkdf.d bitmap.d blowfish.d canohost.d chacha.d channels.d cipher-chachapoly.d cipher.d cleanup.d compat.d dh.d digest-openssl.d dispatch.d dns.d ed25519.d fatal.d fmt_scaled.d freezero.d getpeereid.d getrrsetbyname.d hash.d hmac.d hostfile.d kex.d kexc25519.d kexdh.d kexecdh.d kexgen.d kexgex.d kexgexc.d kexsntrup761x25519.d krl.d log.d mac.d match.d misc.d monitor_fdpass.d msg.d nchan.d packet.d poly1305.d progressmeter.d readpass.d readpassphrase.d recallocarray.d smult_curve25519_ref.d sntrup761.d ssh-dss.d ssh-ecdsa-sk.d ssh-ecdsa.d ssh-ed25519-sk.d ssh-ed25519.d ssh-pkcs11.d ssh-rsa.d ssh-sk-client.d ssh-xmss.d sshbuf-getput-basic.d sshbuf-getput-crypto.d sshbuf-io.d sshbuf-misc.d sshbuf.d ssherr.d sshkey-xmss.d sshkey.d ttymodes.d uidswap.d umac.d umac128.d utf8.d xmalloc.d xmss_commons.d xmss_fast.d xmss_hash.d xmss_hash_address.d xmss_wots.d addr.d.tmp addrmatch.d.tmp atomicio.d.tmp authfd.d.tmp authfile.d.tmp bcrypt_pbkdf.d.tmp bitmap.d.tmp blowfish.d.tmp canohost.d.tmp chacha.d.tmp channels.d.tmp cipher-chachapoly.d.tmp cipher.d.tmp cleanup.d.tmp compat.d.tmp dh.d.tmp digest-openssl.d.tmp dispatch.d.tmp dns.d.tmp ed25519.d.tmp fatal.d.tmp fmt_scaled.d.tmp freezero.d.tmp getpeereid.d.tmp getrrsetbyname.d.tmp hash.d.tmp hmac.d.tmp hostfile.d.tmp kex.d.tmp kexc25519.d.tmp kexdh.d.tmp kexecdh.d.tmp kexgen.d.tmp kexgex.d.tmp kexgexc.d.tmp kexsntrup761x25519.d.tmp krl.d.tmp log.d.tmp mac.d.tmp match.d.tmp misc.d.tmp monitor_fdpass.d.tmp msg.d.tmp nchan.d.tmp packet.d.tmp poly1305.d.tmp progressmeter.d.tmp readpass.d.tmp readpassphrase.d.tmp recallocarray.d.tmp smult_curve25519_ref.d.tmp sntrup761.d.tmp ssh-dss.d.tmp ssh-ecdsa-sk.d.tmp ssh-ecdsa.d.tmp ssh-ed25519-sk.d.tmp ssh-ed25519.d.tmp ssh-pkcs11.d.tmp ssh-rsa.d.tmp ssh-sk-client.d.tmp ssh-xmss.d.tmp sshbuf-getput-basic.d.tmp sshbuf-getput-crypto.d.tmp sshbuf-io.d.tmp sshbuf-misc.d.tmp sshbuf.d.tmp ssherr.d.tmp sshkey-xmss.d.tmp sshkey.d.tmp ttymodes.d.tmp uidswap.d.tmp umac.d.tmp umac128.d.tmp utf8.d.tmp xmalloc.d.tmp xmss_commons.d.tmp xmss_fast.d.tmp xmss_hash.d.tmp xmss_hash_address.d.tmp xmss_wots.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMC && rm -f llib-lchromeXvMC.ln viaLowLevel.ln driDrawable.ln viaXvMC.ln xf86dri.ln || true) --- cleandir-crypto/external --- --- cleandir-bin --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMC && rm -f llib-lchromeXvMC.ln viaLowLevel.ln driDrawable.ln viaXvMC.ln xf86dri.ln || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssh/bin --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMC && rm -f .depend driDrawable.d viaLowLevel.d viaXvMC.d xf86dri.d driDrawable.d.tmp viaLowLevel.d.tmp viaXvMC.d.tmp xf86dri.d.tmp tags || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-ssh --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMC && rm -f .depend driDrawable.d viaLowLevel.d viaXvMC.d xf86dri.d driDrawable.d.tmp viaLowLevel.d.tmp viaXvMC.d.tmp xf86dri.d.tmp tags || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssh/bin/ssh --- cleandir-external --- --- cleandir-libchromeXvMCPro --- cleandir ===> external/mit/xorg/lib/libchromeXvMCPro --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh channels.o ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect2.o mux.o auth.o auth-options.o gss-genr.o channels.ln ssh.ln readconf.ln clientloop.ln sshtty.ln sshconnect.ln sshconnect2.ln mux.ln auth.ln auth-options.ln gss-genr.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh channels.o ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect2.o mux.o auth.o auth-options.o gss-genr.o channels.ln ssh.ln readconf.ln clientloop.ln sshtty.ln sshconnect.ln sshconnect2.ln mux.ln auth.ln auth-options.ln gss-genr.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh && rm -f ssh.html1 ssh_config.html5 .depend auth-options.d auth.d channels.d clientloop.d gss-genr.d mux.d readconf.d ssh.d sshconnect.d sshconnect2.d sshtty.d auth-options.d.tmp auth.d.tmp channels.d.tmp clientloop.d.tmp gss-genr.d.tmp mux.d.tmp readconf.d.tmp ssh.d.tmp sshconnect.d.tmp sshconnect2.d.tmp sshtty.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh && rm -f ssh.html1 ssh_config.html5 .depend auth-options.d auth.d channels.d clientloop.d gss-genr.d mux.d readconf.d ssh.d sshconnect.d sshconnect2.d sshtty.d auth-options.d.tmp auth.d.tmp channels.d.tmp clientloop.d.tmp gss-genr.d.tmp mux.d.tmp readconf.d.tmp ssh.d.tmp sshconnect.d.tmp sshconnect2.d.tmp sshtty.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMCPro && rm -f libchromeXvMCPro.so.1.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMCPro && rm -f libchromeXvMCPro.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- cleandir-sshd --- cleandir ===> crypto/external/bsd/openssh/bin/sshd --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMCPro && rm -f libchromeXvMCPro.a viaLowLevelPro.o driDrawable.o viaXvMC.o xf86dri.o viaLowLevelPro.o.tmp driDrawable.o.tmp viaXvMC.o.tmp xf86dri.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMCPro && rm -f libchromeXvMCPro.a viaLowLevelPro.o driDrawable.o viaXvMC.o xf86dri.o viaLowLevelPro.o.tmp driDrawable.o.tmp viaXvMC.o.tmp xf86dri.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMCPro && rm -f libchromeXvMCPro_p.a viaLowLevelPro.po driDrawable.po viaXvMC.po xf86dri.po viaLowLevelPro.po.tmp driDrawable.po.tmp viaXvMC.po.tmp xf86dri.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMCPro && rm -f libchromeXvMCPro_p.a viaLowLevelPro.po driDrawable.po viaXvMC.po xf86dri.po viaLowLevelPro.po.tmp driDrawable.po.tmp viaXvMC.po.tmp xf86dri.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMCPro && rm -f libchromeXvMCPro_g.a || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/sshd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sshd sshd.o auth-rhosts.o auth-passwd.o auth2-pubkeyfile.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth2.o auth-options.o session.o auth-krb5.o auth2-chall.o groupaccess.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o monitor.o monitor_wrap.o srclimit.o kexgexs.o sftp-server.o sftp-common.o sftp-realpath.o sandbox-rlimit.o pfilter.o auth-pam.o gss-genr.o auth2-gss.o gss-serv.o gss-serv-krb5.o auth2-krb5.o ldapauth.o sshd.ln auth-rhosts.ln auth-passwd.ln auth2-pubkeyfile.ln sshpty.ln sshlogin.ln servconf.ln serverloop.ln auth.ln auth2.ln auth-options.ln session.ln auth-krb5.ln auth2-chall.ln groupaccess.ln auth-bsdauth.ln auth2-hostbased.ln auth2-kbdint.ln auth2-none.ln auth2-passwd.ln auth2-pubkey.ln monitor.ln monitor_wrap.ln srclimit.ln kexgexs.ln sftp-server.ln sftp-common.ln sftp-realpath.ln sandbox-rlimit.ln pfilter.ln auth-pam.ln gss-genr.ln auth2-gss.ln gss-serv.ln gss-serv-krb5.ln auth2-krb5.ln ldapauth.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMCPro && rm -f libchromeXvMCPro_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/sshd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sshd sshd.o auth-rhosts.o auth-passwd.o auth2-pubkeyfile.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth2.o auth-options.o session.o auth-krb5.o auth2-chall.o groupaccess.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o monitor.o monitor_wrap.o srclimit.o kexgexs.o sftp-server.o sftp-common.o sftp-realpath.o sandbox-rlimit.o pfilter.o auth-pam.o gss-genr.o auth2-gss.o gss-serv.o gss-serv-krb5.o auth2-krb5.o ldapauth.o sshd.ln auth-rhosts.ln auth-passwd.ln auth2-pubkeyfile.ln sshpty.ln sshlogin.ln servconf.ln serverloop.ln auth.ln auth2.ln auth-options.ln session.ln auth-krb5.ln auth2-chall.ln groupaccess.ln auth-bsdauth.ln auth2-hostbased.ln auth2-kbdint.ln auth2-none.ln auth2-passwd.ln auth2-pubkey.ln monitor.ln monitor_wrap.ln srclimit.ln kexgexs.ln sftp-server.ln sftp-common.ln sftp-realpath.ln sandbox-rlimit.ln pfilter.ln auth-pam.ln gss-genr.ln auth2-gss.ln gss-serv.ln gss-serv-krb5.ln auth2-krb5.ln ldapauth.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMCPro && rm -f libchromeXvMCPro_pic.a libchromeXvMCPro.so.* libchromeXvMCPro.so viaLowLevelPro.pico driDrawable.pico viaXvMC.pico xf86dri.pico viaLowLevelPro.pico.tmp driDrawable.pico.tmp viaXvMC.pico.tmp xf86dri.pico.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMCPro && rm -f libchromeXvMCPro_pic.a libchromeXvMCPro.so.* libchromeXvMCPro.so viaLowLevelPro.pico driDrawable.pico viaXvMC.pico xf86dri.pico viaLowLevelPro.pico.tmp driDrawable.pico.tmp viaXvMC.pico.tmp xf86dri.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/sshd && rm -f sshd.html8 sshd_config.html5 moduli.html5 .depend auth-bsdauth.d auth-krb5.d auth-options.d auth-pam.d auth-passwd.d auth-rhosts.d auth.d auth2-chall.d auth2-gss.d auth2-hostbased.d auth2-kbdint.d auth2-krb5.d auth2-none.d auth2-passwd.d auth2-pubkey.d auth2-pubkeyfile.d auth2.d groupaccess.d gss-genr.d gss-serv-krb5.d gss-serv.d kexgexs.d ldapauth.d monitor.d monitor_wrap.d pfilter.d sandbox-rlimit.d servconf.d serverloop.d session.d sftp-common.d sftp-realpath.d sftp-server.d srclimit.d sshd.d sshlogin.d sshpty.d auth-bsdauth.d.tmp auth-krb5.d.tmp auth-options.d.tmp auth-pam.d.tmp auth-passwd.d.tmp auth-rhosts.d.tmp auth.d.tmp auth2-chall.d.tmp auth2-gss.d.tmp auth2-hostbased.d.tmp auth2-kbdint.d.tmp auth2-krb5.d.tmp auth2-none.d.tmp auth2-passwd.d.tmp auth2-pubkey.d.tmp auth2-pubkeyfile.d.tmp auth2.d.tmp groupaccess.d.tmp gss-genr.d.tmp gss-serv-krb5.d.tmp gss-serv.d.tmp kexgexs.d.tmp ldapauth.d.tmp monitor.d.tmp monitor_wrap.d.tmp pfilter.d.tmp sandbox-rlimit.d.tmp servconf.d.tmp serverloop.d.tmp session.d.tmp sftp-common.d.tmp sftp-realpath.d.tmp sftp-server.d.tmp srclimit.d.tmp sshd.d.tmp sshlogin.d.tmp sshpty.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/sshd && rm -f sshd.html8 sshd_config.html5 moduli.html5 .depend auth-bsdauth.d auth-krb5.d auth-options.d auth-pam.d auth-passwd.d auth-rhosts.d auth.d auth2-chall.d auth2-gss.d auth2-hostbased.d auth2-kbdint.d auth2-krb5.d auth2-none.d auth2-passwd.d auth2-pubkey.d auth2-pubkeyfile.d auth2.d groupaccess.d gss-genr.d gss-serv-krb5.d gss-serv.d kexgexs.d ldapauth.d monitor.d monitor_wrap.d pfilter.d sandbox-rlimit.d servconf.d serverloop.d session.d sftp-common.d sftp-realpath.d sftp-server.d srclimit.d sshd.d sshlogin.d sshpty.d auth-bsdauth.d.tmp auth-krb5.d.tmp auth-options.d.tmp auth-pam.d.tmp auth-passwd.d.tmp auth-rhosts.d.tmp auth.d.tmp auth2-chall.d.tmp auth2-gss.d.tmp auth2-hostbased.d.tmp auth2-kbdint.d.tmp auth2-krb5.d.tmp auth2-none.d.tmp auth2-passwd.d.tmp auth2-pubkey.d.tmp auth2-pubkeyfile.d.tmp auth2.d.tmp groupaccess.d.tmp gss-genr.d.tmp gss-serv-krb5.d.tmp gss-serv.d.tmp kexgexs.d.tmp ldapauth.d.tmp monitor.d.tmp monitor_wrap.d.tmp pfilter.d.tmp sandbox-rlimit.d.tmp servconf.d.tmp serverloop.d.tmp session.d.tmp sftp-common.d.tmp sftp-realpath.d.tmp sftp-server.d.tmp srclimit.d.tmp sshd.d.tmp sshlogin.d.tmp sshpty.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMCPro && rm -f llib-lchromeXvMCPro.ln viaLowLevelPro.ln driDrawable.ln viaXvMC.ln xf86dri.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMCPro && rm -f llib-lchromeXvMCPro.ln viaLowLevelPro.ln driDrawable.ln viaXvMC.ln xf86dri.ln || true) --- cleandir-crypto/external --- --- cleandir-ssh-add --- cleandir ===> crypto/external/bsd/openssh/bin/ssh-add --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libchromeXvMCPro && rm -f .depend driDrawable.d viaLowLevelPro.d viaXvMC.d xf86dri.d driDrawable.d.tmp viaLowLevelPro.d.tmp viaXvMC.d.tmp xf86dri.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libchromeXvMCPro && rm -f .depend driDrawable.d viaLowLevelPro.d viaXvMC.d xf86dri.d driDrawable.d.tmp viaLowLevelPro.d.tmp viaXvMC.d.tmp xf86dri.d.tmp tags || true) --- cleandir-libGLU --- cleandir ===> external/mit/xorg/lib/libGLU --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-add && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-add ssh-add.o ssh-add.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-add && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-add ssh-add.o ssh-add.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-add && rm -f ssh-add.html1 .depend ssh-add.d ssh-add.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-add && rm -f ssh-add.html1 .depend ssh-add.d ssh-add.d.tmp tags || true) --- cleandir-ssh-copy-id --- cleandir ===> crypto/external/bsd/openssh/bin/ssh-copy-id --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLU && rm -f glu.pc glu.pc.tmp libGLU.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLU && rm -f glu.pc glu.pc.tmp libGLU.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-copy-id && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-copy-id && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLU && rm -f libGLU.a error.o glue.o mipmap.o project.o quad.o registry.o dict.o geom.o memalloc.o mesh.o normal.o priorityq.o render.o sweep.o tess.o tessmono.o bezierEval.o bezierPatch.o bezierPatchMesh.o glcurveval.o glinterface.o glrenderer.o glsurfeval.o incurveeval.o insurfeval.o arc.o arcsorter.o arctess.o backend.o basiccrveval.o basicsurfeval.o bin.o bufpool.o cachingeval.o ccw.o coveandtiler.o curve.o curvelist.o curvesub.o dataTransform.o displaylist.o flist.o flistsorter.o hull.o intersect.o knotvector.o mapdesc.o mapdescv.o maplist.o mesher.o monoTriangulationBackend.o monotonizer.o mycode.o nurbsinterfac.o nurbstess.o patch.o patchlist.o quilt.o reader.o renderhints.o slicer.o sorter.o splitarcs.o subdivider.o tobezier.o trimline.o trimregion.o trimvertpool.o uarray.o varray.o directedLine.o gridWrap.o monoChain.o monoPolyPart.o monoTriangulation.o partitionX.o partitionY.o polyDBG.o polyUtil.o primitiveStream.o quicksort.o rectBlock.o sampleComp.o sampleCompBot.o sampleCompRight.o sampleCompTop.o sampleMonoPoly.o sampledLine.o searchTree.o error.o.tmp glue.o.tmp mipmap.o.tmp project.o.tmp quad.o.tmp registry.o.tmp dict.o.tmp geom.o.tmp memalloc.o.tmp mesh.o.tmp normal.o.tmp priorityq.o.tmp render.o.tmp sweep.o.tmp tess.o.tmp tessmono.o.tmp bezierEval.o.tmp bezierPatch.o.tmp bezierPatchMesh.o.tmp glcurveval.o.tmp glinterface.o.tmp glrenderer.o.tmp glsurfeval.o.tmp incurveeval.o.tmp insurfeval.o.tmp arc.o.tmp arcsorter.o.tmp arctess.o.tmp backend.o.tmp basiccrveval.o.tmp basicsurfeval.o.tmp bin.o.tmp bufpool.o.tmp cachingeval.o.tmp ccw.o.tmp coveandtiler.o.tmp curve.o.tmp curvelist.o.tmp curvesub.o.tmp dataTransform.o.tmp displaylist.o.tmp flist.o.tmp flistsorter.o.tmp hull.o.tmp intersect.o.tmp knotvector.o.tmp mapdesc.o.tmp mapdescv.o.tmp maplist.o.tmp mesher.o.tmp monoTriangulationBackend.o.tmp monotonizer.o.tmp mycode.o.tmp nurbsinterfac.o.tmp nurbstess.o.tmp patch.o.tmp patchlist.o.tmp quilt.o.tmp reader.o.tmp renderhints.o.tmp slicer.o.tmp sorter.o.tmp splitarcs.o.tmp subdivider.o.tmp tobezier.o.tmp trimline.o.tmp trimregion.o.tmp trimvertpool.o.tmp uarray.o.tmp varray.o.tmp directedLine.o.tmp gridWrap.o.tmp monoChain.o.tmp monoPolyPart.o.tmp monoTriangulation.o.tmp partitionX.o.tmp partitionY.o.tmp polyDBG.o.tmp polyUtil.o.tmp primitiveStream.o.tmp quicksort.o.tmp rectBlock.o.tmp sampleComp.o.tmp sampleCompBot.o.tmp sampleCompRight.o.tmp sampleCompTop.o.tmp sampleMonoPoly.o.tmp sampledLine.o.tmp searchTree.o.tmp || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-copy-id && rm -f ssh-copy-id.html1 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLU && rm -f libGLU.a error.o glue.o mipmap.o project.o quad.o registry.o dict.o geom.o memalloc.o mesh.o normal.o priorityq.o render.o sweep.o tess.o tessmono.o bezierEval.o bezierPatch.o bezierPatchMesh.o glcurveval.o glinterface.o glrenderer.o glsurfeval.o incurveeval.o insurfeval.o arc.o arcsorter.o arctess.o backend.o basiccrveval.o basicsurfeval.o bin.o bufpool.o cachingeval.o ccw.o coveandtiler.o curve.o curvelist.o curvesub.o dataTransform.o displaylist.o flist.o flistsorter.o hull.o intersect.o knotvector.o mapdesc.o mapdescv.o maplist.o mesher.o monoTriangulationBackend.o monotonizer.o mycode.o nurbsinterfac.o nurbstess.o patch.o patchlist.o quilt.o reader.o renderhints.o slicer.o sorter.o splitarcs.o subdivider.o tobezier.o trimline.o trimregion.o trimvertpool.o uarray.o varray.o directedLine.o gridWrap.o monoChain.o monoPolyPart.o monoTriangulation.o partitionX.o partitionY.o polyDBG.o polyUtil.o primitiveStream.o quicksort.o rectBlock.o sampleComp.o sampleCompBot.o sampleCompRight.o sampleCompTop.o sampleMonoPoly.o sampledLine.o searchTree.o error.o.tmp glue.o.tmp mipmap.o.tmp project.o.tmp quad.o.tmp registry.o.tmp dict.o.tmp geom.o.tmp memalloc.o.tmp mesh.o.tmp normal.o.tmp priorityq.o.tmp render.o.tmp sweep.o.tmp tess.o.tmp tessmono.o.tmp bezierEval.o.tmp bezierPatch.o.tmp bezierPatchMesh.o.tmp glcurveval.o.tmp glinterface.o.tmp glrenderer.o.tmp glsurfeval.o.tmp incurveeval.o.tmp insurfeval.o.tmp arc.o.tmp arcsorter.o.tmp arctess.o.tmp backend.o.tmp basiccrveval.o.tmp basicsurfeval.o.tmp bin.o.tmp bufpool.o.tmp cachingeval.o.tmp ccw.o.tmp coveandtiler.o.tmp curve.o.tmp curvelist.o.tmp curvesub.o.tmp dataTransform.o.tmp displaylist.o.tmp flist.o.tmp flistsorter.o.tmp hull.o.tmp intersect.o.tmp knotvector.o.tmp mapdesc.o.tmp mapdescv.o.tmp maplist.o.tmp mesher.o.tmp monoTriangulationBackend.o.tmp monotonizer.o.tmp mycode.o.tmp nurbsinterfac.o.tmp nurbstess.o.tmp patch.o.tmp patchlist.o.tmp quilt.o.tmp reader.o.tmp renderhints.o.tmp slicer.o.tmp sorter.o.tmp splitarcs.o.tmp subdivider.o.tmp tobezier.o.tmp trimline.o.tmp trimregion.o.tmp trimvertpool.o.tmp uarray.o.tmp varray.o.tmp directedLine.o.tmp gridWrap.o.tmp monoChain.o.tmp monoPolyPart.o.tmp monoTriangulation.o.tmp partitionX.o.tmp partitionY.o.tmp polyDBG.o.tmp polyUtil.o.tmp primitiveStream.o.tmp quicksort.o.tmp rectBlock.o.tmp sampleComp.o.tmp sampleCompBot.o.tmp sampleCompRight.o.tmp sampleCompTop.o.tmp sampleMonoPoly.o.tmp sampledLine.o.tmp searchTree.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-copy-id && rm -f ssh-copy-id.html1 || true) --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- --- cleandir-ssh-keygen --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLU && rm -f libGLU_p.a error.po glue.po mipmap.po project.po quad.po registry.po dict.po geom.po memalloc.po mesh.po normal.po priorityq.po render.po sweep.po tess.po tessmono.po bezierEval.po bezierPatch.po bezierPatchMesh.po glcurveval.po glinterface.po glrenderer.po glsurfeval.po incurveeval.po insurfeval.po arc.po arcsorter.po arctess.po backend.po basiccrveval.po basicsurfeval.po bin.po bufpool.po cachingeval.po ccw.po coveandtiler.po curve.po curvelist.po curvesub.po dataTransform.po displaylist.po flist.po flistsorter.po hull.po intersect.po knotvector.po mapdesc.po mapdescv.po maplist.po mesher.po monoTriangulationBackend.po monotonizer.po mycode.po nurbsinterfac.po nurbstess.po patch.po patchlist.po quilt.po reader.po renderhints.po slicer.po sorter.po splitarcs.po subdivider.po tobezier.po trimline.po trimregion.po trimvertpool.po uarray.po varray.po directedLine.po gridWrap.po monoChain.po monoPolyPart.po monoTriangulation.po partitionX.po partitionY.po polyDBG.po polyUtil.po primitiveStream.po quicksort.po rectBlock.po sampleComp.po sampleCompBot.po sampleCompRight.po sampleCompTop.po sampleMonoPoly.po sampledLine.po searchTree.po error.po.tmp glue.po.tmp mipmap.po.tmp project.po.tmp quad.po.tmp registry.po.tmp dict.po.tmp geom.po.tmp memalloc.po.tmp mesh.po.tmp normal.po.tmp priorityq.po.tmp render.po.tmp sweep.po.tmp tess.po.tmp tessmono.po.tmp bezierEval.po.tmp bezierPatch.po.tmp bezierPatchMesh.po.tmp glcurveval.po.tmp glinterface.po.tmp glrenderer.po.tmp glsurfeval.po.tmp incurveeval.po.tmp insurfeval.po.tmp arc.po.tmp arcsorter.po.tmp arctess.po.tmp backend.po.tmp basiccrveval.po.tmp basicsurfeval.po.tmp bin.po.tmp bufpool.po.tmp cachingeval.po.tmp ccw.po.tmp coveandtiler.po.tmp curve.po.tmp curvelist.po.tmp curvesub.po.tmp dataTransform.po.tmp displaylist.po.tmp flist.po.tmp flistsorter.po.tmp hull.po.tmp intersect.po.tmp knotvector.po.tmp mapdesc.po.tmp mapdescv.po.tmp maplist.po.tmp mesher.po.tmp monoTriangulationBackend.po.tmp monotonizer.po.tmp mycode.po.tmp nurbsinterfac.po.tmp nurbstess.po.tmp patch.po.tmp patchlist.po.tmp quilt.po.tmp reader.po.tmp renderhints.po.tmp slicer.po.tmp sorter.po.tmp splitarcs.po.tmp subdivider.po.tmp tobezier.po.tmp trimline.po.tmp trimregion.po.tmp trimvertpool.po.tmp uarray.po.tmp varray.po.tmp directedLine.po.tmp gridWrap.po.tmp monoChain.po.tmp monoPolyPart.po.tmp monoTriangulation.po.tmp partitionX.po.tmp partitionY.po.tmp polyDBG.po.tmp polyUtil.po.tmp primitiveStream.po.tmp quicksort.po.tmp rectBlock.po.tmp sampleComp.po.tmp sampleCompBot.po.tmp sampleCompRight.po.tmp sampleCompTop.po.tmp sampleMonoPoly.po.tmp sampledLine.po.tmp searchTree.po.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssh/bin/ssh-keygen --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLU && rm -f libGLU_p.a error.po glue.po mipmap.po project.po quad.po registry.po dict.po geom.po memalloc.po mesh.po normal.po priorityq.po render.po sweep.po tess.po tessmono.po bezierEval.po bezierPatch.po bezierPatchMesh.po glcurveval.po glinterface.po glrenderer.po glsurfeval.po incurveeval.po insurfeval.po arc.po arcsorter.po arctess.po backend.po basiccrveval.po basicsurfeval.po bin.po bufpool.po cachingeval.po ccw.po coveandtiler.po curve.po curvelist.po curvesub.po dataTransform.po displaylist.po flist.po flistsorter.po hull.po intersect.po knotvector.po mapdesc.po mapdescv.po maplist.po mesher.po monoTriangulationBackend.po monotonizer.po mycode.po nurbsinterfac.po nurbstess.po patch.po patchlist.po quilt.po reader.po renderhints.po slicer.po sorter.po splitarcs.po subdivider.po tobezier.po trimline.po trimregion.po trimvertpool.po uarray.po varray.po directedLine.po gridWrap.po monoChain.po monoPolyPart.po monoTriangulation.po partitionX.po partitionY.po polyDBG.po polyUtil.po primitiveStream.po quicksort.po rectBlock.po sampleComp.po sampleCompBot.po sampleCompRight.po sampleCompTop.po sampleMonoPoly.po sampledLine.po searchTree.po error.po.tmp glue.po.tmp mipmap.po.tmp project.po.tmp quad.po.tmp registry.po.tmp dict.po.tmp geom.po.tmp memalloc.po.tmp mesh.po.tmp normal.po.tmp priorityq.po.tmp render.po.tmp sweep.po.tmp tess.po.tmp tessmono.po.tmp bezierEval.po.tmp bezierPatch.po.tmp bezierPatchMesh.po.tmp glcurveval.po.tmp glinterface.po.tmp glrenderer.po.tmp glsurfeval.po.tmp incurveeval.po.tmp insurfeval.po.tmp arc.po.tmp arcsorter.po.tmp arctess.po.tmp backend.po.tmp basiccrveval.po.tmp basicsurfeval.po.tmp bin.po.tmp bufpool.po.tmp cachingeval.po.tmp ccw.po.tmp coveandtiler.po.tmp curve.po.tmp curvelist.po.tmp curvesub.po.tmp dataTransform.po.tmp displaylist.po.tmp flist.po.tmp flistsorter.po.tmp hull.po.tmp intersect.po.tmp knotvector.po.tmp mapdesc.po.tmp mapdescv.po.tmp maplist.po.tmp mesher.po.tmp monoTriangulationBackend.po.tmp monotonizer.po.tmp mycode.po.tmp nurbsinterfac.po.tmp nurbstess.po.tmp patch.po.tmp patchlist.po.tmp quilt.po.tmp reader.po.tmp renderhints.po.tmp slicer.po.tmp sorter.po.tmp splitarcs.po.tmp subdivider.po.tmp tobezier.po.tmp trimline.po.tmp trimregion.po.tmp trimvertpool.po.tmp uarray.po.tmp varray.po.tmp directedLine.po.tmp gridWrap.po.tmp monoChain.po.tmp monoPolyPart.po.tmp monoTriangulation.po.tmp partitionX.po.tmp partitionY.po.tmp polyDBG.po.tmp polyUtil.po.tmp primitiveStream.po.tmp quicksort.po.tmp rectBlock.po.tmp sampleComp.po.tmp sampleCompBot.po.tmp sampleCompRight.po.tmp sampleCompTop.po.tmp sampleMonoPoly.po.tmp sampledLine.po.tmp searchTree.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLU && rm -f libGLU_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLU && rm -f libGLU_g.a || true) --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLU && rm -f libGLU_pic.a libGLU.so.* libGLU.so error.pico glue.pico mipmap.pico project.pico quad.pico registry.pico dict.pico geom.pico memalloc.pico mesh.pico normal.pico priorityq.pico render.pico sweep.pico tess.pico tessmono.pico bezierEval.pico bezierPatch.pico bezierPatchMesh.pico glcurveval.pico glinterface.pico glrenderer.pico glsurfeval.pico incurveeval.pico insurfeval.pico arc.pico arcsorter.pico arctess.pico backend.pico basiccrveval.pico basicsurfeval.pico bin.pico bufpool.pico cachingeval.pico ccw.pico coveandtiler.pico curve.pico curvelist.pico curvesub.pico dataTransform.pico displaylist.pico flist.pico flistsorter.pico hull.pico intersect.pico knotvector.pico mapdesc.pico mapdescv.pico maplist.pico mesher.pico monoTriangulationBackend.pico monotonizer.pico mycode.pico nurbsinterfac.pico nurbstess.pico patch.pico patchlist.pico quilt.pico reader.pico renderhints.pico slicer.pico sorter.pico splitarcs.pico subdivider.pico tobezier.pico trimline.pico trimregion.pico trimvertpool.pico uarray.pico varray.pico directedLine.pico gridWrap.pico monoChain.pico monoPolyPart.pico monoTriangulation.pico partitionX.pico partitionY.pico polyDBG.pico polyUtil.pico primitiveStream.pico quicksort.pico rectBlock.pico sampleComp.pico sampleCompBot.pico sampleCompRight.pico sampleCompTop.pico sampleMonoPoly.pico sampledLine.pico searchTree.pico error.pico.tmp glue.pico.tmp mipmap.pico.tmp project.pico.tmp quad.pico.tmp registry.pico.tmp dict.pico.tmp geom.pico.tmp memalloc.pico.tmp mesh.pico.tmp normal.pico.tmp priorityq.pico.tmp render.pico.tmp sweep.pico.tmp tess.pico.tmp tessmono.pico.tmp bezierEval.pico.tmp bezierPatch.pico.tmp bezierPatchMesh.pico.tmp glcurveval.pico.tmp glinterface.pico.tmp glrenderer.pico.tmp glsurfeval.pico.tmp incurveeval.pico.tmp insurfeval.pico.tmp arc.pico.tmp arcsorter.pico.tmp arctess.pico.tmp backend.pico.tmp basiccrveval.pico.tmp basicsurfeval.pico.tmp bin.pico.tmp bufpool.pico.tmp cachingeval.pico.tmp ccw.pico.tmp coveandtiler.pico.tmp curve.pico.tmp curvelist.pico.tmp curvesub.pico.tmp dataTransform.pico.tmp displaylist.pico.tmp flist.pico.tmp flistsorter.pico.tmp hull.pico.tmp intersect.pico.tmp knotvector.pico.tmp mapdesc.pico.tmp mapdescv.pico.tmp maplist.pico.tmp mesher.pico.tmp monoTriangulationBackend.pico.tmp monotonizer.pico.tmp mycode.pico.tmp nurbsinterfac.pico.tmp nurbstess.pico.tmp patch.pico.tmp patchlist.pico.tmp quilt.pico.tmp reader.pico.tmp renderhints.pico.tmp slicer.pico.tmp sorter.pico.tmp splitarcs.pico.tmp subdivider.pico.tmp tobezier.pico.tmp trimline.pico.tmp trimregion.pico.tmp trimvertpool.pico.tmp uarray.pico.tmp varray.pico.tmp directedLine.pico.tmp gridWrap.pico.tmp monoChain.pico.tmp monoPolyPart.pico.tmp monoTriangulation.pico.tmp partitionX.pico.tmp partitionY.pico.tmp polyDBG.pico.tmp polyUtil.pico.tmp primitiveStream.pico.tmp quicksort.pico.tmp rectBlock.pico.tmp sampleComp.pico.tmp sampleCompBot.pico.tmp sampleCompRight.pico.tmp sampleCompTop.pico.tmp sampleMonoPoly.pico.tmp sampledLine.pico.tmp searchTree.pico.tmp || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLU && rm -f libGLU_pic.a libGLU.so.* libGLU.so error.pico glue.pico mipmap.pico project.pico quad.pico registry.pico dict.pico geom.pico memalloc.pico mesh.pico normal.pico priorityq.pico render.pico sweep.pico tess.pico tessmono.pico bezierEval.pico bezierPatch.pico bezierPatchMesh.pico glcurveval.pico glinterface.pico glrenderer.pico glsurfeval.pico incurveeval.pico insurfeval.pico arc.pico arcsorter.pico arctess.pico backend.pico basiccrveval.pico basicsurfeval.pico bin.pico bufpool.pico cachingeval.pico ccw.pico coveandtiler.pico curve.pico curvelist.pico curvesub.pico dataTransform.pico displaylist.pico flist.pico flistsorter.pico hull.pico intersect.pico knotvector.pico mapdesc.pico mapdescv.pico maplist.pico mesher.pico monoTriangulationBackend.pico monotonizer.pico mycode.pico nurbsinterfac.pico nurbstess.pico patch.pico patchlist.pico quilt.pico reader.pico renderhints.pico slicer.pico sorter.pico splitarcs.pico subdivider.pico tobezier.pico trimline.pico trimregion.pico trimvertpool.pico uarray.pico varray.pico directedLine.pico gridWrap.pico monoChain.pico monoPolyPart.pico monoTriangulation.pico partitionX.pico partitionY.pico polyDBG.pico polyUtil.pico primitiveStream.pico quicksort.pico rectBlock.pico sampleComp.pico sampleCompBot.pico sampleCompRight.pico sampleCompTop.pico sampleMonoPoly.pico sampledLine.pico searchTree.pico error.pico.tmp glue.pico.tmp mipmap.pico.tmp project.pico.tmp quad.pico.tmp registry.pico.tmp dict.pico.tmp geom.pico.tmp memalloc.pico.tmp mesh.pico.tmp normal.pico.tmp priorityq.pico.tmp render.pico.tmp sweep.pico.tmp tess.pico.tmp tessmono.pico.tmp bezierEval.pico.tmp bezierPatch.pico.tmp bezierPatchMesh.pico.tmp glcurveval.pico.tmp glinterface.pico.tmp glrenderer.pico.tmp glsurfeval.pico.tmp incurveeval.pico.tmp insurfeval.pico.tmp arc.pico.tmp arcsorter.pico.tmp arctess.pico.tmp backend.pico.tmp basiccrveval.pico.tmp basicsurfeval.pico.tmp bin.pico.tmp bufpool.pico.tmp cachingeval.pico.tmp ccw.pico.tmp coveandtiler.pico.tmp curve.pico.tmp curvelist.pico.tmp curvesub.pico.tmp dataTransform.pico.tmp displaylist.pico.tmp flist.pico.tmp flistsorter.pico.tmp hull.pico.tmp intersect.pico.tmp knotvector.pico.tmp mapdesc.pico.tmp mapdescv.pico.tmp maplist.pico.tmp mesher.pico.tmp monoTriangulationBackend.pico.tmp monotonizer.pico.tmp mycode.pico.tmp nurbsinterfac.pico.tmp nurbstess.pico.tmp patch.pico.tmp patchlist.pico.tmp quilt.pico.tmp reader.pico.tmp renderhints.pico.tmp slicer.pico.tmp sorter.pico.tmp splitarcs.pico.tmp subdivider.pico.tmp tobezier.pico.tmp trimline.pico.tmp trimregion.pico.tmp trimvertpool.pico.tmp uarray.pico.tmp varray.pico.tmp directedLine.pico.tmp gridWrap.pico.tmp monoChain.pico.tmp monoPolyPart.pico.tmp monoTriangulation.pico.tmp partitionX.pico.tmp partitionY.pico.tmp polyDBG.pico.tmp polyUtil.pico.tmp primitiveStream.pico.tmp quicksort.pico.tmp rectBlock.pico.tmp sampleComp.pico.tmp sampleCompBot.pico.tmp sampleCompRight.pico.tmp sampleCompTop.pico.tmp sampleMonoPoly.pico.tmp sampledLine.pico.tmp searchTree.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-keygen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-keygen ssh-keygen.o moduli.o sshsig.o ssh-keygen.ln moduli.ln sshsig.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-keygen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-keygen ssh-keygen.o moduli.o sshsig.o ssh-keygen.ln moduli.ln sshsig.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLU && rm -f llib-lGLU.ln error.ln glue.ln mipmap.ln project.ln quad.ln registry.ln dict.ln geom.ln memalloc.ln mesh.ln normal.ln priorityq.ln render.ln sweep.ln tess.ln tessmono.ln || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-keygen && rm -f ssh-keygen.html1 .depend moduli.d ssh-keygen.d sshsig.d moduli.d.tmp ssh-keygen.d.tmp sshsig.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLU && rm -f llib-lGLU.ln error.ln glue.ln mipmap.ln project.ln quad.ln registry.ln dict.ln geom.ln memalloc.ln mesh.ln normal.ln priorityq.ln render.ln sweep.ln tess.ln tessmono.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-keygen && rm -f ssh-keygen.html1 .depend moduli.d ssh-keygen.d sshsig.d moduli.d.tmp ssh-keygen.d.tmp sshsig.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLU && rm -f .depend arc.d arcsorter.d arctess.d backend.d basiccrveval.d basicsurfeval.d bezierEval.d bezierPatch.d bezierPatchMesh.d bin.d bufpool.d cachingeval.d ccw.d coveandtiler.d curve.d curvelist.d curvesub.d dataTransform.d dict.d directedLine.d displaylist.d error.d flist.d flistsorter.d geom.d glcurveval.d glinterface.d glrenderer.d glsurfeval.d glue.d gridWrap.d hull.d incurveeval.d insurfeval.d intersect.d knotvector.d mapdesc.d mapdescv.d maplist.d memalloc.d mesh.d mesher.d mipmap.d monoChain.d monoPolyPart.d monoTriangulation.d monoTriangulationBackend.d monotonizer.d mycode.d normal.d nurbsinterfac.d nurbstess.d partitionX.d partitionY.d patch.d patchlist.d polyDBG.d polyUtil.d primitiveStream.d priorityq.d project.d quad.d quicksort.d quilt.d reader.d rectBlock.d registry.d render.d renderhints.d sampleComp.d sampleCompBot.d sampleCompRight.d sampleCompTop.d sampleMonoPoly.d sampledLine.d searchTree.d slicer.d sorter.d splitarcs.d subdivider.d sweep.d tess.d tessmono.d tobezier.d trimline.d trimregion.d trimvertpool.d uarray.d varray.d arc.d.tmp arcsorter.d.tmp arctess.d.tmp backend.d.tmp basiccrveval.d.tmp basicsurfeval.d.tmp bezierEval.d.tmp bezierPatch.d.tmp bezierPatchMesh.d.tmp bin.d.tmp bufpool.d.tmp cachingeval.d.tmp ccw.d.tmp coveandtiler.d.tmp curve.d.tmp curvelist.d.tmp curvesub.d.tmp dataTransform.d.tmp dict.d.tmp directedLine.d.tmp displaylist.d.tmp error.d.tmp flist.d.tmp flistsorter.d.tmp geom.d.tmp glcurveval.d.tmp glinterface.d.tmp glrenderer.d.tmp glsurfeval.d.tmp glue.d.tmp gridWrap.d.tmp hull.d.tmp incurveeval.d.tmp insurfeval.d.tmp intersect.d.tmp knotvector.d.tmp mapdesc.d.tmp mapdescv.d.tmp maplist.d.tmp memalloc.d.tmp mesh.d.tmp mesher.d.tmp mipmap.d.tmp monoChain.d.tmp monoPolyPart.d.tmp monoTriangulation.d.tmp monoTriangulationBackend.d.tmp monotonizer.d.tmp mycode.d.tmp normal.d.tmp nurbsinterfac.d.tmp nurbstess.d.tmp partitionX.d.tmp partitionY.d.tmp patch.d.tmp patchlist.d.tmp polyDBG.d.tmp polyUtil.d.tmp primitiveStream.d.tmp priorityq.d.tmp project.d.tmp quad.d.tmp quicksort.d.tmp quilt.d.tmp reader.d.tmp rectBlock.d.tmp registry.d.tmp render.d.tmp renderhints.d.tmp sampleComp.d.tmp sampleCompBot.d.tmp sampleCompRight.d.tmp sampleCompTop.d.tmp sampleMonoPoly.d.tmp sampledLine.d.tmp searchTree.d.tmp slicer.d.tmp sorter.d.tmp splitarcs.d.tmp subdivider.d.tmp sweep.d.tmp tess.d.tmp tessmono.d.tmp tobezier.d.tmp trimline.d.tmp trimregion.d.tmp trimvertpool.d.tmp uarray.d.tmp varray.d.tmp tags || true) --- cleandir-crypto/external --- --- cleandir-ssh-agent --- cleandir ===> crypto/external/bsd/openssh/bin/ssh-agent --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLU && rm -f .depend arc.d arcsorter.d arctess.d backend.d basiccrveval.d basicsurfeval.d bezierEval.d bezierPatch.d bezierPatchMesh.d bin.d bufpool.d cachingeval.d ccw.d coveandtiler.d curve.d curvelist.d curvesub.d dataTransform.d dict.d directedLine.d displaylist.d error.d flist.d flistsorter.d geom.d glcurveval.d glinterface.d glrenderer.d glsurfeval.d glue.d gridWrap.d hull.d incurveeval.d insurfeval.d intersect.d knotvector.d mapdesc.d mapdescv.d maplist.d memalloc.d mesh.d mesher.d mipmap.d monoChain.d monoPolyPart.d monoTriangulation.d monoTriangulationBackend.d monotonizer.d mycode.d normal.d nurbsinterfac.d nurbstess.d partitionX.d partitionY.d patch.d patchlist.d polyDBG.d polyUtil.d primitiveStream.d priorityq.d project.d quad.d quicksort.d quilt.d reader.d rectBlock.d registry.d render.d renderhints.d sampleComp.d sampleCompBot.d sampleCompRight.d sampleCompTop.d sampleMonoPoly.d sampledLine.d searchTree.d slicer.d sorter.d splitarcs.d subdivider.d sweep.d tess.d tessmono.d tobezier.d trimline.d trimregion.d trimvertpool.d uarray.d varray.d arc.d.tmp arcsorter.d.tmp arctess.d.tmp backend.d.tmp basiccrveval.d.tmp basicsurfeval.d.tmp bezierEval.d.tmp bezierPatch.d.tmp bezierPatchMesh.d.tmp bin.d.tmp bufpool.d.tmp cachingeval.d.tmp ccw.d.tmp coveandtiler.d.tmp curve.d.tmp curvelist.d.tmp curvesub.d.tmp dataTransform.d.tmp dict.d.tmp directedLine.d.tmp displaylist.d.tmp error.d.tmp flist.d.tmp flistsorter.d.tmp geom.d.tmp glcurveval.d.tmp glinterface.d.tmp glrenderer.d.tmp glsurfeval.d.tmp glue.d.tmp gridWrap.d.tmp hull.d.tmp incurveeval.d.tmp insurfeval.d.tmp intersect.d.tmp knotvector.d.tmp mapdesc.d.tmp mapdescv.d.tmp maplist.d.tmp memalloc.d.tmp mesh.d.tmp mesher.d.tmp mipmap.d.tmp monoChain.d.tmp monoPolyPart.d.tmp monoTriangulation.d.tmp monoTriangulationBackend.d.tmp monotonizer.d.tmp mycode.d.tmp normal.d.tmp nurbsinterfac.d.tmp nurbstess.d.tmp partitionX.d.tmp partitionY.d.tmp patch.d.tmp patchlist.d.tmp polyDBG.d.tmp polyUtil.d.tmp primitiveStream.d.tmp priorityq.d.tmp project.d.tmp quad.d.tmp quicksort.d.tmp quilt.d.tmp reader.d.tmp rectBlock.d.tmp registry.d.tmp render.d.tmp renderhints.d.tmp sampleComp.d.tmp sampleCompBot.d.tmp sampleCompRight.d.tmp sampleCompTop.d.tmp sampleMonoPoly.d.tmp sampledLine.d.tmp searchTree.d.tmp slicer.d.tmp sorter.d.tmp splitarcs.d.tmp subdivider.d.tmp sweep.d.tmp tess.d.tmp tessmono.d.tmp tobezier.d.tmp trimline.d.tmp trimregion.d.tmp trimvertpool.d.tmp uarray.d.tmp varray.d.tmp tags || true) --- cleandir-libGLw --- cleandir ===> external/mit/xorg/lib/libGLw --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-agent && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-agent ssh-agent.o ssh-pkcs11-client.o ssh-agent.ln ssh-pkcs11-client.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-agent && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-agent ssh-agent.o ssh-pkcs11-client.o ssh-agent.ln ssh-pkcs11-client.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-agent && rm -f ssh-agent.html1 .depend ssh-agent.d ssh-pkcs11-client.d ssh-agent.d.tmp ssh-pkcs11-client.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-agent && rm -f ssh-agent.html1 .depend ssh-agent.d ssh-pkcs11-client.d ssh-agent.d.tmp ssh-pkcs11-client.d.tmp tags || true) --- cleandir-scp --- cleandir ===> crypto/external/bsd/openssh/bin/scp --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/scp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit scp scp.o sftp-client.o sftp-common.o sftp-glob.o scp.ln sftp-client.ln sftp-common.ln sftp-glob.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/scp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit scp scp.o sftp-client.o sftp-common.o sftp-glob.o scp.ln sftp-client.ln sftp-common.ln sftp-glob.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLw && rm -f glw.pc glw.pc.tmp libGLw.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLw && rm -f glw.pc glw.pc.tmp libGLw.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/scp && rm -f scp.html1 .depend scp.d sftp-client.d sftp-common.d sftp-glob.d scp.d.tmp sftp-client.d.tmp sftp-common.d.tmp sftp-glob.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/scp && rm -f scp.html1 .depend scp.d sftp-client.d sftp-common.d sftp-glob.d scp.d.tmp sftp-client.d.tmp sftp-common.d.tmp sftp-glob.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLw && rm -f libGLw.a GLwDrawA.o GLwDrawA.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLw && rm -f libGLw.a GLwDrawA.o GLwDrawA.o.tmp || true) --- cleandir-crypto/external --- --- cleandir-sftp-server --- cleandir ===> crypto/external/bsd/openssh/bin/sftp-server --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLw && rm -f libGLw_p.a GLwDrawA.po GLwDrawA.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLw && rm -f libGLw_p.a GLwDrawA.po GLwDrawA.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLw && rm -f libGLw_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLw && rm -f libGLw_g.a || true) --- libclean4 --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLw && rm -f libGLw_pic.a libGLw.so.* libGLw.so GLwDrawA.pico GLwDrawA.pico.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/sftp-server && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sftp-server sftp-server.o sftp-common.o sftp-server-main.o sftp-realpath.o sftp-server.ln sftp-common.ln sftp-server-main.ln sftp-realpath.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLw && rm -f libGLw_pic.a libGLw.so.* libGLw.so GLwDrawA.pico GLwDrawA.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/sftp-server && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sftp-server sftp-server.o sftp-common.o sftp-server-main.o sftp-realpath.o sftp-server.ln sftp-common.ln sftp-server-main.ln sftp-realpath.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLw && rm -f llib-lGLw.ln GLwDrawA.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/sftp-server && rm -f sftp-server.html8 .depend sftp-common.d sftp-realpath.d sftp-server-main.d sftp-server.d sftp-common.d.tmp sftp-realpath.d.tmp sftp-server-main.d.tmp sftp-server.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLw && rm -f llib-lGLw.ln GLwDrawA.ln || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/sftp-server && rm -f sftp-server.html8 .depend sftp-common.d sftp-realpath.d sftp-server-main.d sftp-server.d sftp-common.d.tmp sftp-realpath.d.tmp sftp-server-main.d.tmp sftp-server.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libGLw && rm -f .depend GLwDrawA.d GLwDrawA.d.tmp tags || true) --- cleandir-crypto/external --- --- cleandir-ssh-keysign --- cleandir ===> crypto/external/bsd/openssh/bin/ssh-keysign --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libGLw && rm -f .depend GLwDrawA.d GLwDrawA.d.tmp tags || true) --- cleandir-libXaw6 --- cleandir ===> external/mit/xorg/lib/libXaw6 --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-keysign && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-keysign ssh-keysign.o readconf.o ssh-keysign.ln readconf.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-keysign && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-keysign ssh-keysign.o readconf.o ssh-keysign.ln readconf.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-keysign && rm -f ssh-keysign.html8 .depend readconf.d ssh-keysign.d readconf.d.tmp ssh-keysign.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-keysign && rm -f ssh-keysign.html8 .depend readconf.d ssh-keysign.d readconf.d.tmp ssh-keysign.d.tmp tags || true) --- cleandir-ssh-keyscan --- cleandir ===> crypto/external/bsd/openssh/bin/ssh-keyscan --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw6 && rm -f xaw6.pc xaw6.pc.tmp libXaw6.so.7.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw6 && rm -f xaw6.pc xaw6.pc.tmp libXaw6.so.7.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw6 && rm -f libXaw6.a Actions.o AllWidgets.o AsciiSink.o AsciiSrc.o AsciiText.o Box.o Command.o Converters.o Dialog.o DisplayList.o Form.o Grip.o Label.o List.o MenuButton.o MultiSink.o MultiSrc.o OS.o Paned.o Panner.o Pixmap.o Porthole.o Repeater.o Scrollbar.o Simple.o SimpleMenu.o Sme.o SmeBSB.o SmeLine.o StripChart.o Text.o TextAction.o TextPop.o TextSink.o TextSrc.o TextTr.o Toggle.o Tree.o Vendor.o Viewport.o XawI18n.o XawIm.o XawInit.o Actions.o.tmp AllWidgets.o.tmp AsciiSink.o.tmp AsciiSrc.o.tmp AsciiText.o.tmp Box.o.tmp Command.o.tmp Converters.o.tmp Dialog.o.tmp DisplayList.o.tmp Form.o.tmp Grip.o.tmp Label.o.tmp List.o.tmp MenuButton.o.tmp MultiSink.o.tmp MultiSrc.o.tmp OS.o.tmp Paned.o.tmp Panner.o.tmp Pixmap.o.tmp Porthole.o.tmp Repeater.o.tmp Scrollbar.o.tmp Simple.o.tmp SimpleMenu.o.tmp Sme.o.tmp SmeBSB.o.tmp SmeLine.o.tmp StripChart.o.tmp Text.o.tmp TextAction.o.tmp TextPop.o.tmp TextSink.o.tmp TextSrc.o.tmp TextTr.o.tmp Toggle.o.tmp Tree.o.tmp Vendor.o.tmp Viewport.o.tmp XawI18n.o.tmp XawIm.o.tmp XawInit.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw6 && rm -f libXaw6.a Actions.o AllWidgets.o AsciiSink.o AsciiSrc.o AsciiText.o Box.o Command.o Converters.o Dialog.o DisplayList.o Form.o Grip.o Label.o List.o MenuButton.o MultiSink.o MultiSrc.o OS.o Paned.o Panner.o Pixmap.o Porthole.o Repeater.o Scrollbar.o Simple.o SimpleMenu.o Sme.o SmeBSB.o SmeLine.o StripChart.o Text.o TextAction.o TextPop.o TextSink.o TextSrc.o TextTr.o Toggle.o Tree.o Vendor.o Viewport.o XawI18n.o XawIm.o XawInit.o Actions.o.tmp AllWidgets.o.tmp AsciiSink.o.tmp AsciiSrc.o.tmp AsciiText.o.tmp Box.o.tmp Command.o.tmp Converters.o.tmp Dialog.o.tmp DisplayList.o.tmp Form.o.tmp Grip.o.tmp Label.o.tmp List.o.tmp MenuButton.o.tmp MultiSink.o.tmp MultiSrc.o.tmp OS.o.tmp Paned.o.tmp Panner.o.tmp Pixmap.o.tmp Porthole.o.tmp Repeater.o.tmp Scrollbar.o.tmp Simple.o.tmp SimpleMenu.o.tmp Sme.o.tmp SmeBSB.o.tmp SmeLine.o.tmp StripChart.o.tmp Text.o.tmp TextAction.o.tmp TextPop.o.tmp TextSink.o.tmp TextSrc.o.tmp TextTr.o.tmp Toggle.o.tmp Tree.o.tmp Vendor.o.tmp Viewport.o.tmp XawI18n.o.tmp XawIm.o.tmp XawInit.o.tmp || true) --- libclean2 --- --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw6 && rm -f libXaw6_p.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-keyscan && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-keyscan ssh-keyscan.o ssh_api.o kexgexs.o ssh-keyscan.ln ssh_api.ln kexgexs.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw6 && rm -f libXaw6_p.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-keyscan && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-keyscan ssh-keyscan.o ssh_api.o kexgexs.o ssh-keyscan.ln ssh_api.ln kexgexs.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw6 && rm -f libXaw6_g.a || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-keyscan && rm -f ssh-keyscan.html1 .depend kexgexs.d ssh-keyscan.d ssh_api.d kexgexs.d.tmp ssh-keyscan.d.tmp ssh_api.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw6 && rm -f libXaw6_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-keyscan && rm -f ssh-keyscan.html1 .depend kexgexs.d ssh-keyscan.d ssh_api.d kexgexs.d.tmp ssh-keyscan.d.tmp ssh_api.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-crypto/external --- --- cleandir-sftp --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw6 && rm -f libXaw6_pic.a libXaw6.so.* libXaw6.so Actions.pico AllWidgets.pico AsciiSink.pico AsciiSrc.pico AsciiText.pico Box.pico Command.pico Converters.pico Dialog.pico DisplayList.pico Form.pico Grip.pico Label.pico List.pico MenuButton.pico MultiSink.pico MultiSrc.pico OS.pico Paned.pico Panner.pico Pixmap.pico Porthole.pico Repeater.pico Scrollbar.pico Simple.pico SimpleMenu.pico Sme.pico SmeBSB.pico SmeLine.pico StripChart.pico Text.pico TextAction.pico TextPop.pico TextSink.pico TextSrc.pico TextTr.pico Toggle.pico Tree.pico Vendor.pico Viewport.pico XawI18n.pico XawIm.pico XawInit.pico Actions.pico.tmp AllWidgets.pico.tmp AsciiSink.pico.tmp AsciiSrc.pico.tmp AsciiText.pico.tmp Box.pico.tmp Command.pico.tmp Converters.pico.tmp Dialog.pico.tmp DisplayList.pico.tmp Form.pico.tmp Grip.pico.tmp Label.pico.tmp List.pico.tmp MenuButton.pico.tmp MultiSink.pico.tmp MultiSrc.pico.tmp OS.pico.tmp Paned.pico.tmp Panner.pico.tmp Pixmap.pico.tmp Porthole.pico.tmp Repeater.pico.tmp Scrollbar.pico.tmp Simple.pico.tmp SimpleMenu.pico.tmp Sme.pico.tmp SmeBSB.pico.tmp SmeLine.pico.tmp StripChart.pico.tmp Text.pico.tmp TextAction.pico.tmp TextPop.pico.tmp TextSink.pico.tmp TextSrc.pico.tmp TextTr.pico.tmp Toggle.pico.tmp Tree.pico.tmp Vendor.pico.tmp Viewport.pico.tmp XawI18n.pico.tmp XawIm.pico.tmp XawInit.pico.tmp || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssh/bin/sftp --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw6 && rm -f libXaw6_pic.a libXaw6.so.* libXaw6.so Actions.pico AllWidgets.pico AsciiSink.pico AsciiSrc.pico AsciiText.pico Box.pico Command.pico Converters.pico Dialog.pico DisplayList.pico Form.pico Grip.pico Label.pico List.pico MenuButton.pico MultiSink.pico MultiSrc.pico OS.pico Paned.pico Panner.pico Pixmap.pico Porthole.pico Repeater.pico Scrollbar.pico Simple.pico SimpleMenu.pico Sme.pico SmeBSB.pico SmeLine.pico StripChart.pico Text.pico TextAction.pico TextPop.pico TextSink.pico TextSrc.pico TextTr.pico Toggle.pico Tree.pico Vendor.pico Viewport.pico XawI18n.pico XawIm.pico XawInit.pico Actions.pico.tmp AllWidgets.pico.tmp AsciiSink.pico.tmp AsciiSrc.pico.tmp AsciiText.pico.tmp Box.pico.tmp Command.pico.tmp Converters.pico.tmp Dialog.pico.tmp DisplayList.pico.tmp Form.pico.tmp Grip.pico.tmp Label.pico.tmp List.pico.tmp MenuButton.pico.tmp MultiSink.pico.tmp MultiSrc.pico.tmp OS.pico.tmp Paned.pico.tmp Panner.pico.tmp Pixmap.pico.tmp Porthole.pico.tmp Repeater.pico.tmp Scrollbar.pico.tmp Simple.pico.tmp SimpleMenu.pico.tmp Sme.pico.tmp SmeBSB.pico.tmp SmeLine.pico.tmp StripChart.pico.tmp Text.pico.tmp TextAction.pico.tmp TextPop.pico.tmp TextSink.pico.tmp TextSrc.pico.tmp TextTr.pico.tmp Toggle.pico.tmp Tree.pico.tmp Vendor.pico.tmp Viewport.pico.tmp XawI18n.pico.tmp XawIm.pico.tmp XawInit.pico.tmp || true) --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw6 && rm -f llib-lXaw6.ln Actions.ln AllWidgets.ln AsciiSink.ln AsciiSrc.ln AsciiText.ln Box.ln Command.ln Converters.ln Dialog.ln DisplayList.ln Form.ln Grip.ln Label.ln List.ln MenuButton.ln MultiSink.ln MultiSrc.ln OS.ln Paned.ln Panner.ln Pixmap.ln Porthole.ln Repeater.ln Scrollbar.ln Simple.ln SimpleMenu.ln Sme.ln SmeBSB.ln SmeLine.ln StripChart.ln Text.ln TextAction.ln TextPop.ln TextSink.ln TextSrc.ln TextTr.ln Toggle.ln Tree.ln Vendor.ln Viewport.ln XawI18n.ln XawIm.ln XawInit.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw6 && rm -f llib-lXaw6.ln Actions.ln AllWidgets.ln AsciiSink.ln AsciiSrc.ln AsciiText.ln Box.ln Command.ln Converters.ln Dialog.ln DisplayList.ln Form.ln Grip.ln Label.ln List.ln MenuButton.ln MultiSink.ln MultiSrc.ln OS.ln Paned.ln Panner.ln Pixmap.ln Porthole.ln Repeater.ln Scrollbar.ln Simple.ln SimpleMenu.ln Sme.ln SmeBSB.ln SmeLine.ln StripChart.ln Text.ln TextAction.ln TextPop.ln TextSink.ln TextSrc.ln TextTr.ln Toggle.ln Tree.ln Vendor.ln Viewport.ln XawI18n.ln XawIm.ln XawInit.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw6 && rm -f .depend Actions.d AllWidgets.d AsciiSink.d AsciiSrc.d AsciiText.d Box.d Command.d Converters.d Dialog.d DisplayList.d Form.d Grip.d Label.d List.d MenuButton.d MultiSink.d MultiSrc.d OS.d Paned.d Panner.d Pixmap.d Porthole.d Repeater.d Scrollbar.d Simple.d SimpleMenu.d Sme.d SmeBSB.d SmeLine.d StripChart.d Text.d TextAction.d TextPop.d TextSink.d TextSrc.d TextTr.d Toggle.d Tree.d Vendor.d Viewport.d XawI18n.d XawIm.d XawInit.d Actions.d.tmp AllWidgets.d.tmp AsciiSink.d.tmp AsciiSrc.d.tmp AsciiText.d.tmp Box.d.tmp Command.d.tmp Converters.d.tmp Dialog.d.tmp DisplayList.d.tmp Form.d.tmp Grip.d.tmp Label.d.tmp List.d.tmp MenuButton.d.tmp MultiSink.d.tmp MultiSrc.d.tmp OS.d.tmp Paned.d.tmp Panner.d.tmp Pixmap.d.tmp Porthole.d.tmp Repeater.d.tmp Scrollbar.d.tmp Simple.d.tmp SimpleMenu.d.tmp Sme.d.tmp SmeBSB.d.tmp SmeLine.d.tmp StripChart.d.tmp Text.d.tmp TextAction.d.tmp TextPop.d.tmp TextSink.d.tmp TextSrc.d.tmp TextTr.d.tmp Toggle.d.tmp Tree.d.tmp Vendor.d.tmp Viewport.d.tmp XawI18n.d.tmp XawIm.d.tmp XawInit.d.tmp tags || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw6 && rm -f .depend Actions.d AllWidgets.d AsciiSink.d AsciiSrc.d AsciiText.d Box.d Command.d Converters.d Dialog.d DisplayList.d Form.d Grip.d Label.d List.d MenuButton.d MultiSink.d MultiSrc.d OS.d Paned.d Panner.d Pixmap.d Porthole.d Repeater.d Scrollbar.d Simple.d SimpleMenu.d Sme.d SmeBSB.d SmeLine.d StripChart.d Text.d TextAction.d TextPop.d TextSink.d TextSrc.d TextTr.d Toggle.d Tree.d Vendor.d Viewport.d XawI18n.d XawIm.d XawInit.d Actions.d.tmp AllWidgets.d.tmp AsciiSink.d.tmp AsciiSrc.d.tmp AsciiText.d.tmp Box.d.tmp Command.d.tmp Converters.d.tmp Dialog.d.tmp DisplayList.d.tmp Form.d.tmp Grip.d.tmp Label.d.tmp List.d.tmp MenuButton.d.tmp MultiSink.d.tmp MultiSrc.d.tmp OS.d.tmp Paned.d.tmp Panner.d.tmp Pixmap.d.tmp Porthole.d.tmp Repeater.d.tmp Scrollbar.d.tmp Simple.d.tmp SimpleMenu.d.tmp Sme.d.tmp SmeBSB.d.tmp SmeLine.d.tmp StripChart.d.tmp Text.d.tmp TextAction.d.tmp TextPop.d.tmp TextSink.d.tmp TextSrc.d.tmp TextTr.d.tmp Toggle.d.tmp Tree.d.tmp Vendor.d.tmp Viewport.d.tmp XawI18n.d.tmp XawIm.d.tmp XawInit.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/sftp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sftp sftp.o sftp-client.o sftp-common.o sftp-glob.o sftp-usergroup.o sftp.ln sftp-client.ln sftp-common.ln sftp-glob.ln sftp-usergroup.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/sftp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sftp sftp.o sftp-client.o sftp-common.o sftp-glob.o sftp-usergroup.o sftp.ln sftp-client.ln sftp-common.ln sftp-glob.ln sftp-usergroup.ln || true) --- cleandir-external --- --- cleandir-libXaw --- cleandir ===> external/mit/xorg/lib/libXaw --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/sftp && rm -f sftp.html1 .depend sftp-client.d sftp-common.d sftp-glob.d sftp-usergroup.d sftp.d sftp-client.d.tmp sftp-common.d.tmp sftp-glob.d.tmp sftp-usergroup.d.tmp sftp.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/sftp && rm -f sftp.html1 .depend sftp-client.d sftp-common.d sftp-glob.d sftp-usergroup.d sftp.d sftp-client.d.tmp sftp-common.d.tmp sftp-glob.d.tmp sftp-usergroup.d.tmp sftp.d.tmp tags || true) --- cleandir-ssh-pkcs11-helper --- cleandir ===> crypto/external/bsd/openssh/bin/ssh-pkcs11-helper --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-pkcs11-helper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-pkcs11-helper ssh-pkcs11-helper.o ssh-pkcs11-helper.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-pkcs11-helper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-pkcs11-helper ssh-pkcs11-helper.o ssh-pkcs11-helper.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw && rm -f xaw7.pc xaw7.pc.tmp libXaw7.so.10.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw && rm -f xaw7.pc xaw7.pc.tmp libXaw7.so.10.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/bin/ssh-pkcs11-helper && rm -f ssh-pkcs11-helper.html8 .depend ssh-pkcs11-helper.d ssh-pkcs11-helper.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/bin/ssh-pkcs11-helper && rm -f ssh-pkcs11-helper.html8 .depend ssh-pkcs11-helper.d ssh-pkcs11-helper.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw && rm -f libXaw7.a Actions.o AllWidgets.o AsciiSink.o AsciiSrc.o AsciiText.o Box.o Command.o Converters.o Dialog.o DisplayList.o Form.o Grip.o Label.o List.o MenuButton.o MultiSrc.o MultiSink.o OS.o Paned.o Panner.o Pixmap.o Porthole.o Repeater.o Scrollbar.o Simple.o SimpleMenu.o Sme.o SmeBSB.o SmeLine.o StripChart.o Text.o TextSink.o TextSrc.o TextAction.o TextPop.o TextTr.o Tip.o Toggle.o Tree.o Vendor.o Viewport.o XawIm.o XawInit.o XawI18n.o Actions.o.tmp AllWidgets.o.tmp AsciiSink.o.tmp AsciiSrc.o.tmp AsciiText.o.tmp Box.o.tmp Command.o.tmp Converters.o.tmp Dialog.o.tmp DisplayList.o.tmp Form.o.tmp Grip.o.tmp Label.o.tmp List.o.tmp MenuButton.o.tmp MultiSrc.o.tmp MultiSink.o.tmp OS.o.tmp Paned.o.tmp Panner.o.tmp Pixmap.o.tmp Porthole.o.tmp Repeater.o.tmp Scrollbar.o.tmp Simple.o.tmp SimpleMenu.o.tmp Sme.o.tmp SmeBSB.o.tmp SmeLine.o.tmp StripChart.o.tmp Text.o.tmp TextSink.o.tmp TextSrc.o.tmp TextAction.o.tmp TextPop.o.tmp TextTr.o.tmp Tip.o.tmp Toggle.o.tmp Tree.o.tmp Vendor.o.tmp Viewport.o.tmp XawIm.o.tmp XawInit.o.tmp XawI18n.o.tmp || true) --- cleandir-crypto/external --- --- cleandir-libexec --- cleandir ===> crypto/external/bsd/openssh/libexec --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw && rm -f libXaw7.a Actions.o AllWidgets.o AsciiSink.o AsciiSrc.o AsciiText.o Box.o Command.o Converters.o Dialog.o DisplayList.o Form.o Grip.o Label.o List.o MenuButton.o MultiSrc.o MultiSink.o OS.o Paned.o Panner.o Pixmap.o Porthole.o Repeater.o Scrollbar.o Simple.o SimpleMenu.o Sme.o SmeBSB.o SmeLine.o StripChart.o Text.o TextSink.o TextSrc.o TextAction.o TextPop.o TextTr.o Tip.o Toggle.o Tree.o Vendor.o Viewport.o XawIm.o XawInit.o XawI18n.o Actions.o.tmp AllWidgets.o.tmp AsciiSink.o.tmp AsciiSrc.o.tmp AsciiText.o.tmp Box.o.tmp Command.o.tmp Converters.o.tmp Dialog.o.tmp DisplayList.o.tmp Form.o.tmp Grip.o.tmp Label.o.tmp List.o.tmp MenuButton.o.tmp MultiSrc.o.tmp MultiSink.o.tmp OS.o.tmp Paned.o.tmp Panner.o.tmp Pixmap.o.tmp Porthole.o.tmp Repeater.o.tmp Scrollbar.o.tmp Simple.o.tmp SimpleMenu.o.tmp Sme.o.tmp SmeBSB.o.tmp SmeLine.o.tmp StripChart.o.tmp Text.o.tmp TextSink.o.tmp TextSrc.o.tmp TextAction.o.tmp TextPop.o.tmp TextTr.o.tmp Tip.o.tmp Toggle.o.tmp Tree.o.tmp Vendor.o.tmp Viewport.o.tmp XawIm.o.tmp XawInit.o.tmp XawI18n.o.tmp || true) --- cleandir-crypto/external --- --- cleandir-ssh-sk-helper --- --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/openssh/libexec/ssh-sk-helper --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw && rm -f libXaw7_p.a Actions.po AllWidgets.po AsciiSink.po AsciiSrc.po AsciiText.po Box.po Command.po Converters.po Dialog.po DisplayList.po Form.po Grip.po Label.po List.po MenuButton.po MultiSrc.po MultiSink.po OS.po Paned.po Panner.po Pixmap.po Porthole.po Repeater.po Scrollbar.po Simple.po SimpleMenu.po Sme.po SmeBSB.po SmeLine.po StripChart.po Text.po TextSink.po TextSrc.po TextAction.po TextPop.po TextTr.po Tip.po Toggle.po Tree.po Vendor.po Viewport.po XawIm.po XawInit.po XawI18n.po Actions.po.tmp AllWidgets.po.tmp AsciiSink.po.tmp AsciiSrc.po.tmp AsciiText.po.tmp Box.po.tmp Command.po.tmp Converters.po.tmp Dialog.po.tmp DisplayList.po.tmp Form.po.tmp Grip.po.tmp Label.po.tmp List.po.tmp MenuButton.po.tmp MultiSrc.po.tmp MultiSink.po.tmp OS.po.tmp Paned.po.tmp Panner.po.tmp Pixmap.po.tmp Porthole.po.tmp Repeater.po.tmp Scrollbar.po.tmp Simple.po.tmp SimpleMenu.po.tmp Sme.po.tmp SmeBSB.po.tmp SmeLine.po.tmp StripChart.po.tmp Text.po.tmp TextSink.po.tmp TextSrc.po.tmp TextAction.po.tmp TextPop.po.tmp TextTr.po.tmp Tip.po.tmp Toggle.po.tmp Tree.po.tmp Vendor.po.tmp Viewport.po.tmp XawIm.po.tmp XawInit.po.tmp XawI18n.po.tmp || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw && rm -f libXaw7_p.a Actions.po AllWidgets.po AsciiSink.po AsciiSrc.po AsciiText.po Box.po Command.po Converters.po Dialog.po DisplayList.po Form.po Grip.po Label.po List.po MenuButton.po MultiSrc.po MultiSink.po OS.po Paned.po Panner.po Pixmap.po Porthole.po Repeater.po Scrollbar.po Simple.po SimpleMenu.po Sme.po SmeBSB.po SmeLine.po StripChart.po Text.po TextSink.po TextSrc.po TextAction.po TextPop.po TextTr.po Tip.po Toggle.po Tree.po Vendor.po Viewport.po XawIm.po XawInit.po XawI18n.po Actions.po.tmp AllWidgets.po.tmp AsciiSink.po.tmp AsciiSrc.po.tmp AsciiText.po.tmp Box.po.tmp Command.po.tmp Converters.po.tmp Dialog.po.tmp DisplayList.po.tmp Form.po.tmp Grip.po.tmp Label.po.tmp List.po.tmp MenuButton.po.tmp MultiSrc.po.tmp MultiSink.po.tmp OS.po.tmp Paned.po.tmp Panner.po.tmp Pixmap.po.tmp Porthole.po.tmp Repeater.po.tmp Scrollbar.po.tmp Simple.po.tmp SimpleMenu.po.tmp Sme.po.tmp SmeBSB.po.tmp SmeLine.po.tmp StripChart.po.tmp Text.po.tmp TextSink.po.tmp TextSrc.po.tmp TextAction.po.tmp TextPop.po.tmp TextTr.po.tmp Tip.po.tmp Toggle.po.tmp Tree.po.tmp Vendor.po.tmp Viewport.po.tmp XawIm.po.tmp XawInit.po.tmp XawI18n.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/libexec/ssh-sk-helper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-sk-helper ssh-sk-helper.o ssh-sk.o sk-usbhid.o ssh-sk-helper.ln ssh-sk.ln sk-usbhid.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/libexec/ssh-sk-helper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ssh-sk-helper ssh-sk-helper.o ssh-sk.o sk-usbhid.o ssh-sk-helper.ln ssh-sk.ln sk-usbhid.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw && rm -f libXaw7_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw && rm -f libXaw7_g.a || true) --- cleandir-crypto/external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/openssh/libexec/ssh-sk-helper && rm -f ssh-sk-helper.html8 .depend sk-usbhid.d ssh-sk-helper.d ssh-sk.d sk-usbhid.d.tmp ssh-sk-helper.d.tmp ssh-sk.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw && rm -f libXaw7_pic.a libXaw7.so.* libXaw7.so Actions.pico AllWidgets.pico AsciiSink.pico AsciiSrc.pico AsciiText.pico Box.pico Command.pico Converters.pico Dialog.pico DisplayList.pico Form.pico Grip.pico Label.pico List.pico MenuButton.pico MultiSrc.pico MultiSink.pico OS.pico Paned.pico Panner.pico Pixmap.pico Porthole.pico Repeater.pico Scrollbar.pico Simple.pico SimpleMenu.pico Sme.pico SmeBSB.pico SmeLine.pico StripChart.pico Text.pico TextSink.pico TextSrc.pico TextAction.pico TextPop.pico TextTr.pico Tip.pico Toggle.pico Tree.pico Vendor.pico Viewport.pico XawIm.pico XawInit.pico XawI18n.pico Actions.pico.tmp AllWidgets.pico.tmp AsciiSink.pico.tmp AsciiSrc.pico.tmp AsciiText.pico.tmp Box.pico.tmp Command.pico.tmp Converters.pico.tmp Dialog.pico.tmp DisplayList.pico.tmp Form.pico.tmp Grip.pico.tmp Label.pico.tmp List.pico.tmp MenuButton.pico.tmp MultiSrc.pico.tmp MultiSink.pico.tmp OS.pico.tmp Paned.pico.tmp Panner.pico.tmp Pixmap.pico.tmp Porthole.pico.tmp Repeater.pico.tmp Scrollbar.pico.tmp Simple.pico.tmp SimpleMenu.pico.tmp Sme.pico.tmp SmeBSB.pico.tmp SmeLine.pico.tmp StripChart.pico.tmp Text.pico.tmp TextSink.pico.tmp TextSrc.pico.tmp TextAction.pico.tmp TextPop.pico.tmp TextTr.pico.tmp Tip.pico.tmp Toggle.pico.tmp Tree.pico.tmp Vendor.pico.tmp Viewport.pico.tmp XawIm.pico.tmp XawInit.pico.tmp XawI18n.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/openssh/libexec/ssh-sk-helper && rm -f ssh-sk-helper.html8 .depend sk-usbhid.d ssh-sk-helper.d ssh-sk.d sk-usbhid.d.tmp ssh-sk-helper.d.tmp ssh-sk.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw && rm -f libXaw7_pic.a libXaw7.so.* libXaw7.so Actions.pico AllWidgets.pico AsciiSink.pico AsciiSrc.pico AsciiText.pico Box.pico Command.pico Converters.pico Dialog.pico DisplayList.pico Form.pico Grip.pico Label.pico List.pico MenuButton.pico MultiSrc.pico MultiSink.pico OS.pico Paned.pico Panner.pico Pixmap.pico Porthole.pico Repeater.pico Scrollbar.pico Simple.pico SimpleMenu.pico Sme.pico SmeBSB.pico SmeLine.pico StripChart.pico Text.pico TextSink.pico TextSrc.pico TextAction.pico TextPop.pico TextTr.pico Tip.pico Toggle.pico Tree.pico Vendor.pico Viewport.pico XawIm.pico XawInit.pico XawI18n.pico Actions.pico.tmp AllWidgets.pico.tmp AsciiSink.pico.tmp AsciiSrc.pico.tmp AsciiText.pico.tmp Box.pico.tmp Command.pico.tmp Converters.pico.tmp Dialog.pico.tmp DisplayList.pico.tmp Form.pico.tmp Grip.pico.tmp Label.pico.tmp List.pico.tmp MenuButton.pico.tmp MultiSrc.pico.tmp MultiSink.pico.tmp OS.pico.tmp Paned.pico.tmp Panner.pico.tmp Pixmap.pico.tmp Porthole.pico.tmp Repeater.pico.tmp Scrollbar.pico.tmp Simple.pico.tmp SimpleMenu.pico.tmp Sme.pico.tmp SmeBSB.pico.tmp SmeLine.pico.tmp StripChart.pico.tmp Text.pico.tmp TextSink.pico.tmp TextSrc.pico.tmp TextAction.pico.tmp TextPop.pico.tmp TextTr.pico.tmp Tip.pico.tmp Toggle.pico.tmp Tree.pico.tmp Vendor.pico.tmp Viewport.pico.tmp XawIm.pico.tmp XawInit.pico.tmp XawI18n.pico.tmp || true) --- cleandir-crypto/external --- --- cleandir-libsaslc --- cleandir ===> crypto/external/bsd/libsaslc --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- --- cleandir-etc --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw && rm -f llib-lXaw7.ln Actions.ln AllWidgets.ln AsciiSink.ln AsciiSrc.ln AsciiText.ln Box.ln Command.ln Converters.ln Dialog.ln DisplayList.ln Form.ln Grip.ln Label.ln List.ln MenuButton.ln MultiSrc.ln MultiSink.ln OS.ln Paned.ln Panner.ln Pixmap.ln Porthole.ln Repeater.ln Scrollbar.ln Simple.ln SimpleMenu.ln Sme.ln SmeBSB.ln SmeLine.ln StripChart.ln Text.ln TextSink.ln TextSrc.ln TextAction.ln TextPop.ln TextTr.ln Tip.ln Toggle.ln Tree.ln Vendor.ln Viewport.ln XawIm.ln XawInit.ln XawI18n.ln || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/libsaslc/etc --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw && rm -f llib-lXaw7.ln Actions.ln AllWidgets.ln AsciiSink.ln AsciiSrc.ln AsciiText.ln Box.ln Command.ln Converters.ln Dialog.ln DisplayList.ln Form.ln Grip.ln Label.ln List.ln MenuButton.ln MultiSrc.ln MultiSink.ln OS.ln Paned.ln Panner.ln Pixmap.ln Porthole.ln Repeater.ln Scrollbar.ln Simple.ln SimpleMenu.ln Sme.ln SmeBSB.ln SmeLine.ln StripChart.ln Text.ln TextSink.ln TextSrc.ln TextAction.ln TextPop.ln TextTr.ln Tip.ln Toggle.ln Tree.ln Vendor.ln Viewport.ln XawIm.ln XawInit.ln XawI18n.ln || true) --- cleandir-crypto/external --- --- __doclean --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- --- cleandir-mech --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXaw && rm -f Xaw.3 Xaw.html3 .depend Actions.d AllWidgets.d AsciiSink.d AsciiSrc.d AsciiText.d Box.d Command.d Converters.d Dialog.d DisplayList.d Form.d Grip.d Label.d List.d MenuButton.d MultiSink.d MultiSrc.d OS.d Paned.d Panner.d Pixmap.d Porthole.d Repeater.d Scrollbar.d Simple.d SimpleMenu.d Sme.d SmeBSB.d SmeLine.d StripChart.d Text.d TextAction.d TextPop.d TextSink.d TextSrc.d TextTr.d Tip.d Toggle.d Tree.d Vendor.d Viewport.d XawI18n.d XawIm.d XawInit.d Actions.d.tmp AllWidgets.d.tmp AsciiSink.d.tmp AsciiSrc.d.tmp AsciiText.d.tmp Box.d.tmp Command.d.tmp Converters.d.tmp Dialog.d.tmp DisplayList.d.tmp Form.d.tmp Grip.d.tmp Label.d.tmp List.d.tmp MenuButton.d.tmp MultiSink.d.tmp MultiSrc.d.tmp OS.d.tmp Paned.d.tmp Panner.d.tmp Pixmap.d.tmp Porthole.d.tmp Repeater.d.tmp Scrollbar.d.tmp Simple.d.tmp SimpleMenu.d.tmp Sme.d.tmp SmeBSB.d.tmp SmeLine.d.tmp StripChart.d.tmp Text.d.tmp TextAction.d.tmp TextPop.d.tmp TextSink.d.tmp TextSrc.d.tmp TextTr.d.tmp Tip.d.tmp Toggle.d.tmp Tree.d.tmp Vendor.d.tmp Viewport.d.tmp XawI18n.d.tmp XawIm.d.tmp XawInit.d.tmp tags || true) --- cleandir-crypto/external --- cleandir ===> crypto/external/bsd/libsaslc/etc/mech --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXaw && rm -f Xaw.3 Xaw.html3 .depend Actions.d AllWidgets.d AsciiSink.d AsciiSrc.d AsciiText.d Box.d Command.d Converters.d Dialog.d DisplayList.d Form.d Grip.d Label.d List.d MenuButton.d MultiSink.d MultiSrc.d OS.d Paned.d Panner.d Pixmap.d Porthole.d Repeater.d Scrollbar.d Simple.d SimpleMenu.d Sme.d SmeBSB.d SmeLine.d StripChart.d Text.d TextAction.d TextPop.d TextSink.d TextSrc.d TextTr.d Tip.d Toggle.d Tree.d Vendor.d Viewport.d XawI18n.d XawIm.d XawInit.d Actions.d.tmp AllWidgets.d.tmp AsciiSink.d.tmp AsciiSrc.d.tmp AsciiText.d.tmp Box.d.tmp Command.d.tmp Converters.d.tmp Dialog.d.tmp DisplayList.d.tmp Form.d.tmp Grip.d.tmp Label.d.tmp List.d.tmp MenuButton.d.tmp MultiSink.d.tmp MultiSrc.d.tmp OS.d.tmp Paned.d.tmp Panner.d.tmp Pixmap.d.tmp Porthole.d.tmp Repeater.d.tmp Scrollbar.d.tmp Simple.d.tmp SimpleMenu.d.tmp Sme.d.tmp SmeBSB.d.tmp SmeLine.d.tmp StripChart.d.tmp Text.d.tmp TextAction.d.tmp TextPop.d.tmp TextSink.d.tmp TextSrc.d.tmp TextTr.d.tmp Tip.d.tmp Toggle.d.tmp Tree.d.tmp Vendor.d.tmp Viewport.d.tmp XawI18n.d.tmp XawIm.d.tmp XawInit.d.tmp tags || true) --- cleandir-crypto/external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/etc/mech && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-libXcursor --- cleandir ===> external/mit/xorg/lib/libXcursor --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/etc/mech && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-lib --- cleandir ===> crypto/external/bsd/libsaslc/lib --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcursor && rm -f xcursor.pc xcursor.pc.tmp libXcursor.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcursor && rm -f xcursor.pc xcursor.pc.tmp libXcursor.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-crypto/external --- --- libclean1 --- --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcursor && rm -f libXcursor.a cursor.o display.o file.o library.o xlib.o cursor.o.tmp display.o.tmp file.o.tmp library.o.tmp xlib.o.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.a buffer.o crypto.o dict.o error.o list.o mech.o mech_anonymous.o mech_crammd5.o mech_digestmd5.o mech_external.o mech_gssapi.o mech_login.o mech_plain.o msg.o parser.o saslc.o xsess.o buffer.o.tmp crypto.o.tmp dict.o.tmp error.o.tmp list.o.tmp mech.o.tmp mech_anonymous.o.tmp mech_crammd5.o.tmp mech_digestmd5.o.tmp mech_external.o.tmp mech_gssapi.o.tmp mech_login.o.tmp mech_plain.o.tmp msg.o.tmp parser.o.tmp saslc.o.tmp xsess.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcursor && rm -f libXcursor.a cursor.o display.o file.o library.o xlib.o cursor.o.tmp display.o.tmp file.o.tmp library.o.tmp xlib.o.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.a buffer.o crypto.o dict.o error.o list.o mech.o mech_anonymous.o mech_crammd5.o mech_digestmd5.o mech_external.o mech_gssapi.o mech_login.o mech_plain.o msg.o parser.o saslc.o xsess.o buffer.o.tmp crypto.o.tmp dict.o.tmp error.o.tmp list.o.tmp mech.o.tmp mech_anonymous.o.tmp mech_crammd5.o.tmp mech_digestmd5.o.tmp mech_external.o.tmp mech_gssapi.o.tmp mech_login.o.tmp mech_plain.o.tmp msg.o.tmp parser.o.tmp saslc.o.tmp xsess.o.tmp || true) --- cleandir-external --- --- libclean2 --- --- cleandir-crypto/external --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcursor && rm -f libXcursor_p.a cursor.po display.po file.po library.po xlib.po cursor.po.tmp display.po.tmp file.po.tmp library.po.tmp xlib.po.tmp || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_p.a buffer.po crypto.po dict.po error.po list.po mech.po mech_anonymous.po mech_crammd5.po mech_digestmd5.po mech_external.po mech_gssapi.po mech_login.po mech_plain.po msg.po parser.po saslc.po xsess.po buffer.po.tmp crypto.po.tmp dict.po.tmp error.po.tmp list.po.tmp mech.po.tmp mech_anonymous.po.tmp mech_crammd5.po.tmp mech_digestmd5.po.tmp mech_external.po.tmp mech_gssapi.po.tmp mech_login.po.tmp mech_plain.po.tmp msg.po.tmp parser.po.tmp saslc.po.tmp xsess.po.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcursor && rm -f libXcursor_p.a cursor.po display.po file.po library.po xlib.po cursor.po.tmp display.po.tmp file.po.tmp library.po.tmp xlib.po.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_p.a buffer.po crypto.po dict.po error.po list.po mech.po mech_anonymous.po mech_crammd5.po mech_digestmd5.po mech_external.po mech_gssapi.po mech_login.po mech_plain.po msg.po parser.po saslc.po xsess.po buffer.po.tmp crypto.po.tmp dict.po.tmp error.po.tmp list.po.tmp mech.po.tmp mech_anonymous.po.tmp mech_crammd5.po.tmp mech_digestmd5.po.tmp mech_external.po.tmp mech_gssapi.po.tmp mech_login.po.tmp mech_plain.po.tmp msg.po.tmp parser.po.tmp saslc.po.tmp xsess.po.tmp || true) --- libclean3 --- --- cleandir-external --- --- libclean3 --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcursor && rm -f libXcursor_g.a || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcursor && rm -f libXcursor_g.a || true) --- libclean4 --- --- cleandir-crypto/external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_pic.a libsaslc.so.* libsaslc.so buffer.pico crypto.pico dict.pico error.pico list.pico mech.pico mech_anonymous.pico mech_crammd5.pico mech_digestmd5.pico mech_external.pico mech_gssapi.pico mech_login.pico mech_plain.pico msg.pico parser.pico saslc.pico xsess.pico buffer.pico.tmp crypto.pico.tmp dict.pico.tmp error.pico.tmp list.pico.tmp mech.pico.tmp mech_anonymous.pico.tmp mech_crammd5.pico.tmp mech_digestmd5.pico.tmp mech_external.pico.tmp mech_gssapi.pico.tmp mech_login.pico.tmp mech_plain.pico.tmp msg.pico.tmp parser.pico.tmp saslc.pico.tmp xsess.pico.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcursor && rm -f libXcursor_pic.a libXcursor.so.* libXcursor.so cursor.pico display.pico file.pico library.pico xlib.pico cursor.pico.tmp display.pico.tmp file.pico.tmp library.pico.tmp xlib.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcursor && rm -f libXcursor_pic.a libXcursor.so.* libXcursor.so cursor.pico display.pico file.pico library.pico xlib.pico cursor.pico.tmp display.pico.tmp file.pico.tmp library.pico.tmp xlib.pico.tmp || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc_pic.a libsaslc.so.* libsaslc.so buffer.pico crypto.pico dict.pico error.pico list.pico mech.pico mech_anonymous.pico mech_crammd5.pico mech_digestmd5.pico mech_external.pico mech_gssapi.pico mech_login.pico mech_plain.pico msg.pico parser.pico saslc.pico xsess.pico buffer.pico.tmp crypto.pico.tmp dict.pico.tmp error.pico.tmp list.pico.tmp mech.pico.tmp mech_anonymous.pico.tmp mech_crammd5.pico.tmp mech_digestmd5.pico.tmp mech_external.pico.tmp mech_gssapi.pico.tmp mech_login.pico.tmp mech_plain.pico.tmp msg.pico.tmp parser.pico.tmp saslc.pico.tmp xsess.pico.tmp || true) --- cleandir-external --- --- libclean5 --- --- cleandir-crypto/external --- --- libclean5 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcursor && rm -f llib-lXcursor.ln cursor.ln display.ln file.ln library.ln xlib.ln || true) --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f llib-lsaslc.ln buffer.ln crypto.ln dict.ln error.ln list.ln mech.ln mech_anonymous.ln mech_crammd5.ln mech_digestmd5.ln mech_external.ln mech_gssapi.ln mech_login.ln mech_plain.ln msg.ln parser.ln saslc.ln xsess.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f llib-lsaslc.ln buffer.ln crypto.ln dict.ln error.ln list.ln mech.ln mech_anonymous.ln mech_crammd5.ln mech_digestmd5.ln mech_external.ln mech_gssapi.ln mech_login.ln mech_plain.ln msg.ln parser.ln saslc.ln xsess.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcursor && rm -f llib-lXcursor.ln cursor.ln display.ln file.ln library.ln xlib.ln || true) --- cleandir-crypto/external --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXcursor && rm -f Xcursor.3 Xcursor.html3 .depend cursor.d display.d file.d library.d xlib.d cursor.d.tmp display.d.tmp file.d.tmp library.d.tmp xlib.d.tmp tags || true) --- cleandir-crypto/external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXcursor && rm -f Xcursor.3 Xcursor.html3 .depend cursor.d display.d file.d library.d xlib.d cursor.d.tmp display.d.tmp file.d.tmp library.d.tmp xlib.d.tmp tags || true) --- cleandir-libXrandr --- --- cleandir-crypto/external --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libXrandr --- cleandir-crypto/external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.html3 .depend buffer.d crypto.d dict.d error.d list.d mech.d mech_anonymous.d mech_crammd5.d mech_digestmd5.d mech_external.d mech_gssapi.d mech_login.d mech_plain.d msg.d parser.d saslc.d xsess.d buffer.d.tmp crypto.d.tmp dict.d.tmp error.d.tmp list.d.tmp mech.d.tmp mech_anonymous.d.tmp mech_crammd5.d.tmp mech_digestmd5.d.tmp mech_external.d.tmp mech_gssapi.d.tmp mech_login.d.tmp mech_plain.d.tmp msg.d.tmp parser.d.tmp saslc.d.tmp xsess.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/crypto/external/bsd/libsaslc/lib && rm -f libsaslc.html3 .depend buffer.d crypto.d dict.d error.d list.d mech.d mech_anonymous.d mech_crammd5.d mech_digestmd5.d mech_external.d mech_gssapi.d mech_login.d mech_plain.d msg.d parser.d saslc.d xsess.d buffer.d.tmp crypto.d.tmp dict.d.tmp error.d.tmp list.d.tmp mech.d.tmp mech_anonymous.d.tmp mech_crammd5.d.tmp mech_digestmd5.d.tmp mech_external.d.tmp mech_gssapi.d.tmp mech_login.d.tmp mech_plain.d.tmp msg.d.tmp parser.d.tmp saslc.d.tmp xsess.d.tmp tags || true) --- cleandir-cpl --- cleandir ===> crypto/external/cpl --- cleandir-bin --- cleandir ===> bin --- cleandir-external --- --- __doclean --- --- cleandir-bin --- --- cleandir-cat --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrandr && rm -f xrandr.pc xrandr.pc.tmp libXrandr.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- cleandir ===> bin/cat --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrandr && rm -f xrandr.pc xrandr.pc.tmp libXrandr.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/cat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cat cat.o cat.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrandr && rm -f libXrandr.a Xrandr.o XrrConfig.o XrrCrtc.o XrrMode.o XrrOutput.o XrrProperty.o XrrScreen.o XrrProvider.o XrrProviderProperty.o XrrMonitor.o Xrandr.o.tmp XrrConfig.o.tmp XrrCrtc.o.tmp XrrMode.o.tmp XrrOutput.o.tmp XrrProperty.o.tmp XrrScreen.o.tmp XrrProvider.o.tmp XrrProviderProperty.o.tmp XrrMonitor.o.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/cat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cat cat.o cat.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrandr && rm -f libXrandr.a Xrandr.o XrrConfig.o XrrCrtc.o XrrMode.o XrrOutput.o XrrProperty.o XrrScreen.o XrrProvider.o XrrProviderProperty.o XrrMonitor.o Xrandr.o.tmp XrrConfig.o.tmp XrrCrtc.o.tmp XrrMode.o.tmp XrrOutput.o.tmp XrrProperty.o.tmp XrrScreen.o.tmp XrrProvider.o.tmp XrrProviderProperty.o.tmp XrrMonitor.o.tmp || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/cat && rm -f cat.html1 .depend cat.d cat.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrandr && rm -f libXrandr_p.a Xrandr.po XrrConfig.po XrrCrtc.po XrrMode.po XrrOutput.po XrrProperty.po XrrScreen.po XrrProvider.po XrrProviderProperty.po XrrMonitor.po Xrandr.po.tmp XrrConfig.po.tmp XrrCrtc.po.tmp XrrMode.po.tmp XrrOutput.po.tmp XrrProperty.po.tmp XrrScreen.po.tmp XrrProvider.po.tmp XrrProviderProperty.po.tmp XrrMonitor.po.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/cat && rm -f cat.html1 .depend cat.d cat.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrandr && rm -f libXrandr_p.a Xrandr.po XrrConfig.po XrrCrtc.po XrrMode.po XrrOutput.po XrrProperty.po XrrScreen.po XrrProvider.po XrrProviderProperty.po XrrMonitor.po Xrandr.po.tmp XrrConfig.po.tmp XrrCrtc.po.tmp XrrMode.po.tmp XrrOutput.po.tmp XrrProperty.po.tmp XrrScreen.po.tmp XrrProvider.po.tmp XrrProviderProperty.po.tmp XrrMonitor.po.tmp || true) --- cleandir-bin --- --- cleandir-chio --- --- cleandir-external --- --- libclean3 --- --- cleandir-bin --- cleandir ===> bin/chio --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrandr && rm -f libXrandr_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrandr && rm -f libXrandr_g.a || true) --- cleandir-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/chio && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chio chio.o chio.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrandr && rm -f libXrandr_pic.a libXrandr.so.* libXrandr.so Xrandr.pico XrrConfig.pico XrrCrtc.pico XrrMode.pico XrrOutput.pico XrrProperty.pico XrrScreen.pico XrrProvider.pico XrrProviderProperty.pico XrrMonitor.pico Xrandr.pico.tmp XrrConfig.pico.tmp XrrCrtc.pico.tmp XrrMode.pico.tmp XrrOutput.pico.tmp XrrProperty.pico.tmp XrrScreen.pico.tmp XrrProvider.pico.tmp XrrProviderProperty.pico.tmp XrrMonitor.pico.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/chio && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chio chio.o chio.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrandr && rm -f libXrandr_pic.a libXrandr.so.* libXrandr.so Xrandr.pico XrrConfig.pico XrrCrtc.pico XrrMode.pico XrrOutput.pico XrrProperty.pico XrrScreen.pico XrrProvider.pico XrrProviderProperty.pico XrrMonitor.pico Xrandr.pico.tmp XrrConfig.pico.tmp XrrCrtc.pico.tmp XrrMode.pico.tmp XrrOutput.pico.tmp XrrProperty.pico.tmp XrrScreen.pico.tmp XrrProvider.pico.tmp XrrProviderProperty.pico.tmp XrrMonitor.pico.tmp || true) --- cleandir-bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/chio && rm -f chio.html1 .depend chio.d chio.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/chio && rm -f chio.html1 .depend chio.d chio.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrandr && rm -f llib-lXrandr.ln Xrandr.ln XrrConfig.ln XrrCrtc.ln XrrMode.ln XrrOutput.ln XrrProperty.ln XrrScreen.ln XrrProvider.ln XrrProviderProperty.ln XrrMonitor.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrandr && rm -f llib-lXrandr.ln Xrandr.ln XrrConfig.ln XrrCrtc.ln XrrMode.ln XrrOutput.ln XrrProperty.ln XrrScreen.ln XrrProvider.ln XrrProviderProperty.ln XrrMonitor.ln || true) --- cleandir-bin --- --- cleandir-chmod --- cleandir ===> bin/chmod --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXrandr && rm -f Xrandr.3 Xrandr.html3 .depend Xrandr.d XrrConfig.d XrrCrtc.d XrrMode.d XrrMonitor.d XrrOutput.d XrrProperty.d XrrProvider.d XrrProviderProperty.d XrrScreen.d Xrandr.d.tmp XrrConfig.d.tmp XrrCrtc.d.tmp XrrMode.d.tmp XrrMonitor.d.tmp XrrOutput.d.tmp XrrProperty.d.tmp XrrProvider.d.tmp XrrProviderProperty.d.tmp XrrScreen.d.tmp tags || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXrandr && rm -f Xrandr.3 Xrandr.html3 .depend Xrandr.d XrrConfig.d XrrCrtc.d XrrMode.d XrrMonitor.d XrrOutput.d XrrProperty.d XrrProvider.d XrrProviderProperty.d XrrScreen.d Xrandr.d.tmp XrrConfig.d.tmp XrrCrtc.d.tmp XrrMode.d.tmp XrrMonitor.d.tmp XrrOutput.d.tmp XrrProperty.d.tmp XrrProvider.d.tmp XrrProviderProperty.d.tmp XrrScreen.d.tmp tags || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/chmod && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chmod chmod.o chmod.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/chmod && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chmod chmod.o chmod.ln || true) --- cleandir-external --- --- cleandir-libXpresent --- cleandir ===> external/mit/xorg/lib/libXpresent --- cleandir-bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/chmod && rm -f chmod.html1 .depend chmod.d chmod.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/chmod && rm -f chmod.html1 .depend chmod.d chmod.d.tmp tags || true) --- cleandir-cp --- cleandir ===> bin/cp --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/cp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cp cp.o utils.o cp.ln utils.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/cp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cp cp.o utils.o cp.ln utils.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/cp && rm -f cp.html1 .depend cp.d utils.d cp.d.tmp utils.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpresent && rm -f xpresent.pc xpresent.pc.tmp libXpresent.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/cp && rm -f cp.html1 .depend cp.d utils.d cp.d.tmp utils.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpresent && rm -f xpresent.pc xpresent.pc.tmp libXpresent.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- --- cleandir-csh --- --- cleandir-external --- --- libclean1 --- --- cleandir-bin --- cleandir ===> bin/csh --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpresent && rm -f libXpresent.a Xpresent.o Xpresent.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpresent && rm -f libXpresent.a Xpresent.o Xpresent.o.tmp || true) --- cleandir-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/csh && rm -f errnum.h const.h a.out [Ee]rrs mklog core *.core .gdbinit csh alloc.o char.o const.o csh.o dir.o dol.o err.o exec.o exp.o file.o func.o glob.o hist.o init.o lex.o misc.o parse.o printf.o proc.o sem.o set.o str.o time.o alloc.ln char.ln const.ln csh.ln dir.ln dol.ln err.ln exec.ln exp.ln file.ln func.ln glob.ln hist.ln init.ln lex.ln misc.ln parse.ln printf.ln proc.ln sem.ln set.ln str.ln time.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpresent && rm -f libXpresent_p.a Xpresent.po Xpresent.po.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/csh && rm -f errnum.h const.h a.out [Ee]rrs mklog core *.core .gdbinit csh alloc.o char.o const.o csh.o dir.o dol.o err.o exec.o exp.o file.o func.o glob.o hist.o init.o lex.o misc.o parse.o printf.o proc.o sem.o set.o str.o time.o alloc.ln char.ln const.ln csh.ln dir.ln dol.ln err.ln exec.ln exp.ln file.ln func.ln glob.ln hist.ln init.ln lex.ln misc.ln parse.ln printf.ln proc.ln sem.ln set.ln str.ln time.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpresent && rm -f libXpresent_p.a Xpresent.po Xpresent.po.tmp || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/csh && rm -f csh.html1 .depend alloc.d char.d const.d csh.d dir.d dol.d err.d exec.d exp.d file.d func.d glob.d hist.d init.d lex.d misc.d parse.d printf.d proc.d sem.d set.d str.d time.d alloc.d.tmp char.d.tmp const.d.tmp csh.d.tmp dir.d.tmp dol.d.tmp err.d.tmp exec.d.tmp exp.d.tmp file.d.tmp func.d.tmp glob.d.tmp hist.d.tmp init.d.tmp lex.d.tmp misc.d.tmp parse.d.tmp printf.d.tmp proc.d.tmp sem.d.tmp set.d.tmp str.d.tmp time.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpresent && rm -f libXpresent_g.a || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/csh && rm -f csh.html1 .depend alloc.d char.d const.d csh.d dir.d dol.d err.d exec.d exp.d file.d func.d glob.d hist.d init.d lex.d misc.d parse.d printf.d proc.d sem.d set.d str.d time.d alloc.d.tmp char.d.tmp const.d.tmp csh.d.tmp dir.d.tmp dol.d.tmp err.d.tmp exec.d.tmp exp.d.tmp file.d.tmp func.d.tmp glob.d.tmp hist.d.tmp init.d.tmp lex.d.tmp misc.d.tmp parse.d.tmp printf.d.tmp proc.d.tmp sem.d.tmp set.d.tmp str.d.tmp time.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpresent && rm -f libXpresent_g.a || true) --- cleandir-bin --- --- cleandir-USD.doc --- --- cleandir-external --- --- libclean4 --- --- cleandir-bin --- cleandir ===> bin/csh/USD.doc --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpresent && rm -f libXpresent_pic.a libXpresent.so.* libXpresent.so Xpresent.pico Xpresent.pico.tmp || true) --- cleandir-bin --- --- cleandoc --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpresent && rm -f libXpresent_pic.a libXpresent.so.* libXpresent.so Xpresent.pico Xpresent.pico.tmp || true) --- cleandir-bin --- rm -f csh.txt csh.ps csh.ps.gz csh.html rm -f csh1.png csh2.png csh3.png csh4.png csh5.png csh6.png csh7.png csh8.png csh9.png [eE]rrs mklog --- cleandir-external --- --- libclean5 --- --- cleandir-bin --- --- cleandir-date --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpresent && rm -f llib-lXpresent.ln Xpresent.ln || true) --- cleandir-bin --- cleandir ===> bin/date --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpresent && rm -f llib-lXpresent.ln Xpresent.ln || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/date && rm -f a.out [Ee]rrs mklog core *.core .gdbinit date date.o netdate.o date.ln netdate.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXpresent && rm -f Xpresent.3 XPresentFreeInput.3 XPresentNotifyMSC.3 XPresentPixmap.3 XPresentQueryCapabilities.3 XPresentQueryExtension.3 XPresentQueryVersion.3 XPresentSelectInput.3 XPresentVersion.3 Xpresent.html3 XPresentFreeInput.html3 XPresentNotifyMSC.html3 XPresentPixmap.html3 XPresentQueryCapabilities.html3 XPresentQueryExtension.html3 XPresentQueryVersion.html3 XPresentSelectInput.html3 XPresentVersion.html3 .depend Xpresent.d Xpresent.d.tmp tags || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/date && rm -f a.out [Ee]rrs mklog core *.core .gdbinit date date.o netdate.o date.ln netdate.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXpresent && rm -f Xpresent.3 XPresentFreeInput.3 XPresentNotifyMSC.3 XPresentPixmap.3 XPresentQueryCapabilities.3 XPresentQueryExtension.3 XPresentQueryVersion.3 XPresentSelectInput.3 XPresentVersion.3 Xpresent.html3 XPresentFreeInput.html3 XPresentNotifyMSC.html3 XPresentPixmap.html3 XPresentQueryCapabilities.html3 XPresentQueryExtension.html3 XPresentQueryVersion.html3 XPresentSelectInput.html3 XPresentVersion.html3 .depend Xpresent.d Xpresent.d.tmp tags || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-libXft --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/date && rm -f date.html1 .depend date.d netdate.d date.d.tmp netdate.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libXft --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/date && rm -f date.html1 .depend date.d netdate.d date.d.tmp netdate.d.tmp tags || true) --- cleandir-dd --- cleandir ===> bin/dd --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/dd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dd args.o conv.o dd.o dd_swab.o misc.o position.o conv_tab.o dd_hostops.o args.ln conv.ln dd.ln dd_swab.ln misc.ln position.ln conv_tab.ln dd_hostops.ln rump.dd args.o conv.o dd.o dd_swab.o misc.o position.o conv_tab.o dd_rumpops.o args.ln conv.ln dd.ln dd_swab.ln misc.ln position.ln conv_tab.ln dd_rumpops.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/dd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dd args.o conv.o dd.o dd_swab.o misc.o position.o conv_tab.o dd_hostops.o args.ln conv.ln dd.ln dd_swab.ln misc.ln position.ln conv_tab.ln dd_hostops.ln rump.dd args.o conv.o dd.o dd_swab.o misc.o position.o conv_tab.o dd_rumpops.o args.ln conv.ln dd.ln dd_swab.ln misc.ln position.ln conv_tab.ln dd_rumpops.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/dd && rm -f dd.html1 .depend args.d conv.d conv_tab.d dd.d dd_hostops.d dd_rumpops.d dd_swab.d misc.d position.d args.d.tmp conv.d.tmp conv_tab.d.tmp dd.d.tmp dd_hostops.d.tmp dd_rumpops.d.tmp dd_swab.d.tmp misc.d.tmp position.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/dd && rm -f dd.html1 .depend args.d conv.d conv_tab.d dd.d dd_hostops.d dd_rumpops.d dd_swab.d misc.d position.d args.d.tmp conv.d.tmp conv_tab.d.tmp dd.d.tmp dd_hostops.d.tmp dd_rumpops.d.tmp dd_swab.d.tmp misc.d.tmp position.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-bin --- --- cleandir-df --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXft && rm -f xft.pc xft.pc.tmp libXft.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- cleandir ===> bin/df --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXft && rm -f xft.pc xft.pc.tmp libXft.so.3.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/df && rm -f a.out [Ee]rrs mklog core *.core .gdbinit df df.o df.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXft && rm -f libXft.a xftcolor.o xftcore.o xftdbg.o xftdpy.o xftdraw.o xftextent.o xftfont.o xftfreetype.o xftglyphs.o xftinit.o xftlist.o xftname.o xftrender.o xftstr.o xftswap.o xftxlfd.o xftcolor.o.tmp xftcore.o.tmp xftdbg.o.tmp xftdpy.o.tmp xftdraw.o.tmp xftextent.o.tmp xftfont.o.tmp xftfreetype.o.tmp xftglyphs.o.tmp xftinit.o.tmp xftlist.o.tmp xftname.o.tmp xftrender.o.tmp xftstr.o.tmp xftswap.o.tmp xftxlfd.o.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/df && rm -f a.out [Ee]rrs mklog core *.core .gdbinit df df.o df.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXft && rm -f libXft.a xftcolor.o xftcore.o xftdbg.o xftdpy.o xftdraw.o xftextent.o xftfont.o xftfreetype.o xftglyphs.o xftinit.o xftlist.o xftname.o xftrender.o xftstr.o xftswap.o xftxlfd.o xftcolor.o.tmp xftcore.o.tmp xftdbg.o.tmp xftdpy.o.tmp xftdraw.o.tmp xftextent.o.tmp xftfont.o.tmp xftfreetype.o.tmp xftglyphs.o.tmp xftinit.o.tmp xftlist.o.tmp xftname.o.tmp xftrender.o.tmp xftstr.o.tmp xftswap.o.tmp xftxlfd.o.tmp || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/df && rm -f df.html1 .depend df.d df.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXft && rm -f libXft_p.a xftcolor.po xftcore.po xftdbg.po xftdpy.po xftdraw.po xftextent.po xftfont.po xftfreetype.po xftglyphs.po xftinit.po xftlist.po xftname.po xftrender.po xftstr.po xftswap.po xftxlfd.po xftcolor.po.tmp xftcore.po.tmp xftdbg.po.tmp xftdpy.po.tmp xftdraw.po.tmp xftextent.po.tmp xftfont.po.tmp xftfreetype.po.tmp xftglyphs.po.tmp xftinit.po.tmp xftlist.po.tmp xftname.po.tmp xftrender.po.tmp xftstr.po.tmp xftswap.po.tmp xftxlfd.po.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/df && rm -f df.html1 .depend df.d df.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXft && rm -f libXft_p.a xftcolor.po xftcore.po xftdbg.po xftdpy.po xftdraw.po xftextent.po xftfont.po xftfreetype.po xftglyphs.po xftinit.po xftlist.po xftname.po xftrender.po xftstr.po xftswap.po xftxlfd.po xftcolor.po.tmp xftcore.po.tmp xftdbg.po.tmp xftdpy.po.tmp xftdraw.po.tmp xftextent.po.tmp xftfont.po.tmp xftfreetype.po.tmp xftglyphs.po.tmp xftinit.po.tmp xftlist.po.tmp xftname.po.tmp xftrender.po.tmp xftstr.po.tmp xftswap.po.tmp xftxlfd.po.tmp || true) --- cleandir-bin --- --- cleandir-domainname --- --- cleandir-external --- --- libclean3 --- --- cleandir-bin --- cleandir ===> bin/domainname --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXft && rm -f libXft_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXft && rm -f libXft_g.a || true) --- cleandir-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/domainname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit domainname domainname.o domainname.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/domainname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit domainname domainname.o domainname.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXft && rm -f libXft_pic.a libXft.so.* libXft.so xftcolor.pico xftcore.pico xftdbg.pico xftdpy.pico xftdraw.pico xftextent.pico xftfont.pico xftfreetype.pico xftglyphs.pico xftinit.pico xftlist.pico xftname.pico xftrender.pico xftstr.pico xftswap.pico xftxlfd.pico xftcolor.pico.tmp xftcore.pico.tmp xftdbg.pico.tmp xftdpy.pico.tmp xftdraw.pico.tmp xftextent.pico.tmp xftfont.pico.tmp xftfreetype.pico.tmp xftglyphs.pico.tmp xftinit.pico.tmp xftlist.pico.tmp xftname.pico.tmp xftrender.pico.tmp xftstr.pico.tmp xftswap.pico.tmp xftxlfd.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXft && rm -f libXft_pic.a libXft.so.* libXft.so xftcolor.pico xftcore.pico xftdbg.pico xftdpy.pico xftdraw.pico xftextent.pico xftfont.pico xftfreetype.pico xftglyphs.pico xftinit.pico xftlist.pico xftname.pico xftrender.pico xftstr.pico xftswap.pico xftxlfd.pico xftcolor.pico.tmp xftcore.pico.tmp xftdbg.pico.tmp xftdpy.pico.tmp xftdraw.pico.tmp xftextent.pico.tmp xftfont.pico.tmp xftfreetype.pico.tmp xftglyphs.pico.tmp xftinit.pico.tmp xftlist.pico.tmp xftname.pico.tmp xftrender.pico.tmp xftstr.pico.tmp xftswap.pico.tmp xftxlfd.pico.tmp || true) --- cleandir-bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/domainname && rm -f domainname.html1 .depend domainname.d domainname.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/domainname && rm -f domainname.html1 .depend domainname.d domainname.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXft && rm -f llib-lXft.ln xftcolor.ln xftcore.ln xftdbg.ln xftdpy.ln xftdraw.ln xftextent.ln xftfont.ln xftfreetype.ln xftglyphs.ln xftinit.ln xftlist.ln xftname.ln xftrender.ln xftstr.ln xftswap.ln xftxlfd.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXft && rm -f llib-lXft.ln xftcolor.ln xftcore.ln xftdbg.ln xftdpy.ln xftdraw.ln xftextent.ln xftfont.ln xftfreetype.ln xftglyphs.ln xftinit.ln xftlist.ln xftname.ln xftrender.ln xftstr.ln xftswap.ln xftxlfd.ln || true) --- cleandir-bin --- --- cleandir-echo --- cleandir ===> bin/echo --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXft && rm -f Xft.3 Xft.html3 .depend xftcolor.d xftcore.d xftdbg.d xftdpy.d xftdraw.d xftextent.d xftfont.d xftfreetype.d xftglyphs.d xftinit.d xftlist.d xftname.d xftrender.d xftstr.d xftswap.d xftxlfd.d xftcolor.d.tmp xftcore.d.tmp xftdbg.d.tmp xftdpy.d.tmp xftdraw.d.tmp xftextent.d.tmp xftfont.d.tmp xftfreetype.d.tmp xftglyphs.d.tmp xftinit.d.tmp xftlist.d.tmp xftname.d.tmp xftrender.d.tmp xftstr.d.tmp xftswap.d.tmp xftxlfd.d.tmp tags || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXft && rm -f Xft.3 Xft.html3 .depend xftcolor.d xftcore.d xftdbg.d xftdpy.d xftdraw.d xftextent.d xftfont.d xftfreetype.d xftglyphs.d xftinit.d xftlist.d xftname.d xftrender.d xftstr.d xftswap.d xftxlfd.d xftcolor.d.tmp xftcore.d.tmp xftdbg.d.tmp xftdpy.d.tmp xftdraw.d.tmp xftextent.d.tmp xftfont.d.tmp xftfreetype.d.tmp xftglyphs.d.tmp xftinit.d.tmp xftlist.d.tmp xftname.d.tmp xftrender.d.tmp xftstr.d.tmp xftswap.d.tmp xftxlfd.d.tmp tags || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/echo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit echo echo.o echo.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/echo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit echo echo.o echo.ln || true) --- cleandir-external --- --- cleandir-libXdmGreet --- cleandir ===> external/mit/xorg/lib/libXdmGreet --- cleandir-bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/echo && rm -f echo.html1 .depend echo.d echo.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/echo && rm -f echo.html1 .depend echo.d echo.d.tmp tags || true) --- cleandir-ed --- cleandir ===> bin/ed --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/ed && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ed buf.o cbc.o glbl.o io.o main.o re.o sub.o undo.o buf.ln cbc.ln glbl.ln io.ln main.ln re.ln sub.ln undo.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/ed && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ed buf.o cbc.o glbl.o io.o main.o re.o sub.o undo.o buf.ln cbc.ln glbl.ln io.ln main.ln re.ln sub.ln undo.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/ed && rm -f ed.html1 .depend buf.d cbc.d glbl.d io.d main.d re.d sub.d undo.d buf.d.tmp cbc.d.tmp glbl.d.tmp io.d.tmp main.d.tmp re.d.tmp sub.d.tmp undo.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/ed && rm -f ed.html1 .depend buf.d cbc.d glbl.d io.d main.d re.d sub.d undo.d buf.d.tmp cbc.d.tmp glbl.d.tmp io.d.tmp main.d.tmp re.d.tmp sub.d.tmp undo.d.tmp tags || true) --- cleandir-expr --- cleandir ===> bin/expr --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/expr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit expr.c expr expr.o || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/expr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit expr.c expr expr.o || true) --- cleandir-external --- --- __doclean --- --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmGreet && rm -f libXdmGreet.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/expr && rm -f expr.html1 .depend expr.d expr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmGreet && rm -f libXdmGreet.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/expr && rm -f expr.html1 .depend expr.d expr.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-bin --- --- cleandir-getfacl --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmGreet && rm -f libXdmGreet.a Login.o greet.o verify.o Login.o.tmp greet.o.tmp verify.o.tmp || true) --- cleandir-bin --- cleandir ===> bin/getfacl --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmGreet && rm -f libXdmGreet.a Login.o greet.o verify.o Login.o.tmp greet.o.tmp verify.o.tmp || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/getfacl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getfacl getfacl.o getfacl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmGreet && rm -f libXdmGreet_p.a Login.po greet.po verify.po Login.po.tmp greet.po.tmp verify.po.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/getfacl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getfacl getfacl.o getfacl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmGreet && rm -f libXdmGreet_p.a Login.po greet.po verify.po Login.po.tmp greet.po.tmp verify.po.tmp || true) --- libclean3 --- --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmGreet && rm -f libXdmGreet_g.a || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/getfacl && rm -f getfacl.html1 .depend getfacl.d getfacl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmGreet && rm -f libXdmGreet_g.a || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/getfacl && rm -f getfacl.html1 .depend getfacl.d getfacl.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-bin --- --- cleandir-hostname --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmGreet && rm -f libXdmGreet_pic.a libXdmGreet.so.* libXdmGreet.so Login.pico greet.pico verify.pico Login.pico.tmp greet.pico.tmp verify.pico.tmp || true) --- cleandir-bin --- cleandir ===> bin/hostname --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmGreet && rm -f libXdmGreet_pic.a libXdmGreet.so.* libXdmGreet.so Login.pico greet.pico verify.pico Login.pico.tmp greet.pico.tmp verify.pico.tmp || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- --- libclean5 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/hostname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hostname hostname.o hostname.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmGreet && rm -f llib-lXdmGreet.ln Login.ln greet.ln verify.ln || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/hostname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hostname hostname.o hostname.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmGreet && rm -f llib-lXdmGreet.ln Login.ln greet.ln verify.ln || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/hostname && rm -f hostname.html1 .depend hostname.d hostname.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libXdmGreet && rm -f .depend Login.d greet.d verify.d Login.d.tmp greet.d.tmp verify.d.tmp tags || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/hostname && rm -f hostname.html1 .depend hostname.d hostname.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libXdmGreet && rm -f .depend Login.d greet.d verify.d Login.d.tmp greet.d.tmp verify.d.tmp tags || true) --- cleandir-bin --- --- cleandir-kill --- --- cleandir-external --- --- cleandir-xcb-util --- --- cleandir-bin --- cleandir ===> bin/kill --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xcb-util --- cleandir-bin --- --- __doclean --- --- cleandir-external --- --- cleandir-reply --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/kill && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kill kill.o kill.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xcb-util/reply --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/kill && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kill kill.o kill.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/kill && rm -f kill.html1 .depend kill.d kill.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/kill && rm -f kill.html1 .depend kill.d kill.d.tmp tags || true) --- cleandir-ksh --- --- cleandir-external --- --- __doclean --- --- cleandir-bin --- cleandir ===> bin/ksh --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/reply && rm -f xcb-reply.pc xcb-reply.pc.tmp libxcb-reply.so.1.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/reply && rm -f xcb-reply.pc xcb-reply.pc.tmp libxcb-reply.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/ksh && rm -f siglist.out siglist.out.tmp emacs.out emacs.out.tmp ksh.1 ksh.1.tmp a.out [Ee]rrs mklog core *.core .gdbinit ksh alloc.o c_ksh.o c_sh.o c_test.o c_ulimit.o edit.o emacs.o eval.o exec.o expr.o history.o io.o jobs.o lex.o mail.o main.o misc.o path.o shf.o syn.o table.o trap.o tree.o tty.o var.o version.o vi.o alloc.ln c_ksh.ln c_sh.ln c_test.ln c_ulimit.ln edit.ln emacs.ln eval.ln exec.ln expr.ln history.ln io.ln jobs.ln lex.ln mail.ln main.ln misc.ln path.ln shf.ln syn.ln table.ln trap.ln tree.ln tty.ln var.ln version.ln vi.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/reply && rm -f libxcb-reply.a reply.o test_reply.o reply.o.tmp test_reply.o.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/ksh && rm -f siglist.out siglist.out.tmp emacs.out emacs.out.tmp ksh.1 ksh.1.tmp a.out [Ee]rrs mklog core *.core .gdbinit ksh alloc.o c_ksh.o c_sh.o c_test.o c_ulimit.o edit.o emacs.o eval.o exec.o expr.o history.o io.o jobs.o lex.o mail.o main.o misc.o path.o shf.o syn.o table.o trap.o tree.o tty.o var.o version.o vi.o alloc.ln c_ksh.ln c_sh.ln c_test.ln c_ulimit.ln edit.ln emacs.ln eval.ln exec.ln expr.ln history.ln io.ln jobs.ln lex.ln mail.ln main.ln misc.ln path.ln shf.ln syn.ln table.ln trap.ln tree.ln tty.ln var.ln version.ln vi.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/reply && rm -f libxcb-reply.a reply.o test_reply.o reply.o.tmp test_reply.o.tmp || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/ksh && rm -f ksh.html1 .depend alloc.d c_ksh.d c_sh.d c_test.d c_ulimit.d edit.d emacs.d eval.d exec.d expr.d history.d io.d jobs.d lex.d mail.d main.d misc.d path.d shf.d syn.d table.d trap.d tree.d tty.d var.d version.d vi.d alloc.d.tmp c_ksh.d.tmp c_sh.d.tmp c_test.d.tmp c_ulimit.d.tmp edit.d.tmp emacs.d.tmp eval.d.tmp exec.d.tmp expr.d.tmp history.d.tmp io.d.tmp jobs.d.tmp lex.d.tmp mail.d.tmp main.d.tmp misc.d.tmp path.d.tmp shf.d.tmp syn.d.tmp table.d.tmp trap.d.tmp tree.d.tmp tty.d.tmp var.d.tmp version.d.tmp vi.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/reply && rm -f libxcb-reply_p.a reply.po test_reply.po reply.po.tmp test_reply.po.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/ksh && rm -f ksh.html1 .depend alloc.d c_ksh.d c_sh.d c_test.d c_ulimit.d edit.d emacs.d eval.d exec.d expr.d history.d io.d jobs.d lex.d mail.d main.d misc.d path.d shf.d syn.d table.d trap.d tree.d tty.d var.d version.d vi.d alloc.d.tmp c_ksh.d.tmp c_sh.d.tmp c_test.d.tmp c_ulimit.d.tmp edit.d.tmp emacs.d.tmp eval.d.tmp exec.d.tmp expr.d.tmp history.d.tmp io.d.tmp jobs.d.tmp lex.d.tmp mail.d.tmp main.d.tmp misc.d.tmp path.d.tmp shf.d.tmp syn.d.tmp table.d.tmp trap.d.tmp tree.d.tmp tty.d.tmp var.d.tmp version.d.tmp vi.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/reply && rm -f libxcb-reply_p.a reply.po test_reply.po reply.po.tmp test_reply.po.tmp || true) --- cleandir-bin --- --- cleandir-ln --- --- cleandir-external --- --- libclean3 --- --- cleandir-bin --- cleandir ===> bin/ln --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/reply && rm -f libxcb-reply_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/reply && rm -f libxcb-reply_g.a || true) --- cleandir-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/ln && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ln ln.o ln.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/reply && rm -f libxcb-reply_pic.a libxcb-reply.so.* libxcb-reply.so reply.pico test_reply.pico reply.pico.tmp test_reply.pico.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/ln && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ln ln.o ln.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/reply && rm -f libxcb-reply_pic.a libxcb-reply.so.* libxcb-reply.so reply.pico test_reply.pico reply.pico.tmp test_reply.pico.tmp || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/ln && rm -f ln.html1 .depend ln.d ln.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/reply && rm -f llib-lxcb-reply.ln reply.ln test_reply.ln || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/ln && rm -f ln.html1 .depend ln.d ln.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/reply && rm -f llib-lxcb-reply.ln reply.ln test_reply.ln || true) --- cleandir-bin --- --- cleandir-ls --- --- cleandir-external --- --- __docleandir --- --- cleandir-bin --- cleandir ===> bin/ls --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/reply && rm -f .depend reply.d test_reply.d reply.d.tmp test_reply.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/reply && rm -f .depend reply.d test_reply.d reply.d.tmp test_reply.d.tmp tags || true) --- cleandir-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/ls && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ls cmp.o ls.o main.o print.o util.o cmp.ln ls.ln main.ln print.ln util.ln || true) --- cleandir-external --- --- cleandir-keysyms --- cleandir ===> external/mit/xorg/lib/xcb-util/keysyms --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/ls && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ls cmp.o ls.o main.o print.o util.o cmp.ln ls.ln main.ln print.ln util.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/ls && rm -f ls.html1 .depend cmp.d ls.d main.d print.d util.d cmp.d.tmp ls.d.tmp main.d.tmp print.d.tmp util.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/ls && rm -f ls.html1 .depend cmp.d ls.d main.d print.d util.d cmp.d.tmp ls.d.tmp main.d.tmp print.d.tmp util.d.tmp tags || true) --- cleandir-mkdir --- cleandir ===> bin/mkdir --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/keysyms && rm -f xcb-keysyms.pc xcb-keysyms.pc.tmp libxcb-keysyms.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/keysyms && rm -f xcb-keysyms.pc xcb-keysyms.pc.tmp libxcb-keysyms.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/mkdir && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkdir mkdir.o mkdir.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/mkdir && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkdir mkdir.o mkdir.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/keysyms && rm -f libxcb-keysyms.a keysyms.o keysyms.o.tmp || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/keysyms && rm -f libxcb-keysyms.a keysyms.o keysyms.o.tmp || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/mkdir && rm -f mkdir.html1 .depend mkdir.d mkdir.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/mkdir && rm -f mkdir.html1 .depend mkdir.d mkdir.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/keysyms && rm -f libxcb-keysyms_p.a keysyms.po keysyms.po.tmp || true) --- cleandir-bin --- --- cleandir-mt --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/keysyms && rm -f libxcb-keysyms_p.a keysyms.po keysyms.po.tmp || true) --- cleandir-bin --- cleandir ===> bin/mt --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/keysyms && rm -f libxcb-keysyms_g.a || true) --- cleandir-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/mt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mt mt.o mt.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/keysyms && rm -f libxcb-keysyms_g.a || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/mt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mt mt.o mt.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/keysyms && rm -f libxcb-keysyms_pic.a libxcb-keysyms.so.* libxcb-keysyms.so keysyms.pico keysyms.pico.tmp || true) --- cleandir-bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/mt && rm -f mt.html1 .depend mt.d mt.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/keysyms && rm -f libxcb-keysyms_pic.a libxcb-keysyms.so.* libxcb-keysyms.so keysyms.pico keysyms.pico.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/mt && rm -f mt.html1 .depend mt.d mt.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/keysyms && rm -f llib-lxcb-keysyms.ln keysyms.ln || true) --- cleandir-bin --- --- cleandir-mv --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/keysyms && rm -f llib-lxcb-keysyms.ln keysyms.ln || true) --- cleandir-bin --- cleandir ===> bin/mv --- cleandir-external --- --- __docleandir --- --- cleandir-bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/keysyms && rm -f .depend keysyms.d keysyms.d.tmp tags || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/mv && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mv mv.o mv.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/keysyms && rm -f .depend keysyms.d keysyms.d.tmp tags || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/mv && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mv mv.o mv.ln || true) --- cleandir-external --- --- cleandir-render-util --- --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xcb-util/render-util --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/mv && rm -f mv.html1 .depend mv.d mv.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/mv && rm -f mv.html1 .depend mv.d mv.d.tmp tags || true) --- cleandir-pax --- cleandir ===> bin/pax --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/pax && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pax ar_io.o ar_subs.o buf_subs.o file_subs.o ftree.o gen_subs.o getoldopt.o options.o pat_rep.o pax.o sel_subs.o tables.o tar.o tty_subs.o getid.o spec.o misc.o pack_dev.o cpio.o ar_io.ln ar_subs.ln buf_subs.ln file_subs.ln ftree.ln gen_subs.ln getoldopt.ln options.ln pat_rep.ln pax.ln sel_subs.ln tables.ln tar.ln tty_subs.ln getid.ln spec.ln misc.ln pack_dev.ln cpio.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/render-util && rm -f xcb-renderutil.pc xcb-renderutil.pc.tmp libxcb-render-util.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/pax && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pax ar_io.o ar_subs.o buf_subs.o file_subs.o ftree.o gen_subs.o getoldopt.o options.o pat_rep.o pax.o sel_subs.o tables.o tar.o tty_subs.o getid.o spec.o misc.o pack_dev.o cpio.o ar_io.ln ar_subs.ln buf_subs.ln file_subs.ln ftree.ln gen_subs.ln getoldopt.ln options.ln pat_rep.ln pax.ln sel_subs.ln tables.ln tar.ln tty_subs.ln getid.ln spec.ln misc.ln pack_dev.ln cpio.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/render-util && rm -f xcb-renderutil.pc xcb-renderutil.pc.tmp libxcb-render-util.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/pax && rm -f pax.html1 .depend ar_io.d ar_subs.d buf_subs.d cpio.d file_subs.d ftree.d gen_subs.d getid.d getoldopt.d misc.d options.d pack_dev.d pat_rep.d pax.d sel_subs.d spec.d tables.d tar.d tty_subs.d ar_io.d.tmp ar_subs.d.tmp buf_subs.d.tmp cpio.d.tmp file_subs.d.tmp ftree.d.tmp gen_subs.d.tmp getid.d.tmp getoldopt.d.tmp misc.d.tmp options.d.tmp pack_dev.d.tmp pat_rep.d.tmp pax.d.tmp sel_subs.d.tmp spec.d.tmp tables.d.tmp tar.d.tmp tty_subs.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/render-util && rm -f libxcb-render-util.a cache.o glyph.o util.o cache.o.tmp glyph.o.tmp util.o.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/pax && rm -f pax.html1 .depend ar_io.d ar_subs.d buf_subs.d cpio.d file_subs.d ftree.d gen_subs.d getid.d getoldopt.d misc.d options.d pack_dev.d pat_rep.d pax.d sel_subs.d spec.d tables.d tar.d tty_subs.d ar_io.d.tmp ar_subs.d.tmp buf_subs.d.tmp cpio.d.tmp file_subs.d.tmp ftree.d.tmp gen_subs.d.tmp getid.d.tmp getoldopt.d.tmp misc.d.tmp options.d.tmp pack_dev.d.tmp pat_rep.d.tmp pax.d.tmp sel_subs.d.tmp spec.d.tmp tables.d.tmp tar.d.tmp tty_subs.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/render-util && rm -f libxcb-render-util.a cache.o glyph.o util.o cache.o.tmp glyph.o.tmp util.o.tmp || true) --- cleandir-bin --- --- cleandir-ps --- cleandir ===> bin/ps --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/render-util && rm -f libxcb-render-util_p.a cache.po glyph.po util.po cache.po.tmp glyph.po.tmp util.po.tmp || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/render-util && rm -f libxcb-render-util_p.a cache.po glyph.po util.po cache.po.tmp glyph.po.tmp util.po.tmp || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/ps && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ps fmt.o keyword.o nlist.o print.o ps.o fmt.ln keyword.ln nlist.ln print.ln ps.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/ps && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ps fmt.o keyword.o nlist.o print.o ps.o fmt.ln keyword.ln nlist.ln print.ln ps.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/render-util && rm -f libxcb-render-util_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/render-util && rm -f libxcb-render-util_g.a || true) --- cleandir-bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/ps && rm -f ps.html1 .depend fmt.d keyword.d nlist.d print.d ps.d fmt.d.tmp keyword.d.tmp nlist.d.tmp print.d.tmp ps.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/ps && rm -f ps.html1 .depend fmt.d keyword.d nlist.d print.d ps.d fmt.d.tmp keyword.d.tmp nlist.d.tmp print.d.tmp ps.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/render-util && rm -f libxcb-render-util_pic.a libxcb-render-util.so.* libxcb-render-util.so cache.pico glyph.pico util.pico cache.pico.tmp glyph.pico.tmp util.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/render-util && rm -f libxcb-render-util_pic.a libxcb-render-util.so.* libxcb-render-util.so cache.pico glyph.pico util.pico cache.pico.tmp glyph.pico.tmp util.pico.tmp || true) --- cleandir-bin --- --- cleandir-pwd --- cleandir ===> bin/pwd --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/render-util && rm -f llib-lxcb-render-util.ln cache.ln glyph.ln util.ln || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/render-util && rm -f llib-lxcb-render-util.ln cache.ln glyph.ln util.ln || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/pwd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pwd pwd.o pwd.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/pwd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pwd pwd.o pwd.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/render-util && rm -f .depend cache.d glyph.d util.d cache.d.tmp glyph.d.tmp util.d.tmp tags || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/render-util && rm -f .depend cache.d glyph.d util.d cache.d.tmp glyph.d.tmp util.d.tmp tags || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/pwd && rm -f pwd.html1 .depend pwd.d pwd.d.tmp tags || true) --- cleandir-external --- --- cleandir-atom --- --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/pwd && rm -f pwd.html1 .depend pwd.d pwd.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xcb-util/atom --- cleandir-bin --- --- cleandir-rcp --- cleandir ===> bin/rcp --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/rcp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcp rcp.o util.o rcp.ln util.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/rcp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcp rcp.o util.o rcp.ln util.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/atom && rm -f xcb-atom.pc xcb-atom.pc.tmp libxcb-atom.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/rcp && rm -f rcp.html1 .depend rcp.d util.d rcp.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/atom && rm -f xcb-atom.pc xcb-atom.pc.tmp libxcb-atom.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/rcp && rm -f rcp.html1 .depend rcp.d util.d rcp.d.tmp util.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/atom && rm -f libxcb-atom.a atoms.o atoms.o.tmp || true) --- cleandir-bin --- --- cleandir-rcmd --- cleandir ===> bin/rcmd --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/atom && rm -f libxcb-atom.a atoms.o atoms.o.tmp || true) --- libclean2 --- --- cleandir-bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/atom && rm -f libxcb-atom_p.a atoms.po atoms.po.tmp || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/rcmd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcmd rsh.o getport.o rsh.ln getport.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/atom && rm -f libxcb-atom_p.a atoms.po atoms.po.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/rcmd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcmd rsh.o getport.o rsh.ln getport.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/atom && rm -f libxcb-atom_g.a || true) --- cleandir-bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/rcmd && rm -f rcmd.html1 .depend getport.d rsh.d getport.d.tmp rsh.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/atom && rm -f libxcb-atom_g.a || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/rcmd && rm -f rcmd.html1 .depend getport.d rsh.d getport.d.tmp rsh.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/atom && rm -f libxcb-atom_pic.a libxcb-atom.so.* libxcb-atom.so atoms.pico atoms.pico.tmp || true) --- cleandir-bin --- --- cleandir-rm --- cleandir ===> bin/rm --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/atom && rm -f libxcb-atom_pic.a libxcb-atom.so.* libxcb-atom.so atoms.pico atoms.pico.tmp || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/atom && rm -f llib-lxcb-atom.ln atoms.ln || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/rm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rm rm.o rm.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/rm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rm rm.o rm.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/atom && rm -f llib-lxcb-atom.ln atoms.ln || true) --- __docleandir --- --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/atom && rm -f .depend atoms.d atoms.d.tmp tags || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/rm && rm -f rm.html1 .depend rm.d rm.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/rm && rm -f rm.html1 .depend rm.d rm.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/atom && rm -f .depend atoms.d atoms.d.tmp tags || true) --- cleandir-bin --- --- cleandir-rmdir --- --- cleandir-external --- --- cleandir-event --- --- cleandir-bin --- cleandir ===> bin/rmdir --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xcb-util/event --- cleandir-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/rmdir && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rmdir rmdir.o rmdir.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/rmdir && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rmdir rmdir.o rmdir.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/rmdir && rm -f rmdir.html1 .depend rmdir.d rmdir.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/event && rm -f xcb-event.pc xcb-event.pc.tmp libxcb-event.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/rmdir && rm -f rmdir.html1 .depend rmdir.d rmdir.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/event && rm -f xcb-event.pc xcb-event.pc.tmp libxcb-event.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- --- cleandir-setfacl --- --- cleandir-external --- --- libclean1 --- --- cleandir-bin --- cleandir ===> bin/setfacl --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/event && rm -f libxcb-event.a event.o event.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/event && rm -f libxcb-event.a event.o event.o.tmp || true) --- cleandir-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/setfacl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit setfacl file.o mask.o merge.o remove.o setfacl.o util.o file.ln mask.ln merge.ln remove.ln setfacl.ln util.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/event && rm -f libxcb-event_p.a event.po event.po.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/setfacl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit setfacl file.o mask.o merge.o remove.o setfacl.o util.o file.ln mask.ln merge.ln remove.ln setfacl.ln util.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/event && rm -f libxcb-event_p.a event.po event.po.tmp || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/setfacl && rm -f setfacl.html1 .depend file.d mask.d merge.d remove.d setfacl.d util.d file.d.tmp mask.d.tmp merge.d.tmp remove.d.tmp setfacl.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/event && rm -f libxcb-event_g.a || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/setfacl && rm -f setfacl.html1 .depend file.d mask.d merge.d remove.d setfacl.d util.d file.d.tmp mask.d.tmp merge.d.tmp remove.d.tmp setfacl.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/event && rm -f libxcb-event_g.a || true) --- cleandir-bin --- --- cleandir-sh --- --- cleandir-external --- --- libclean4 --- --- cleandir-bin --- cleandir ===> bin/sh --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/event && rm -f libxcb-event_pic.a libxcb-event.so.* libxcb-event.so event.pico event.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/event && rm -f libxcb-event_pic.a libxcb-event.so.* libxcb-event.so event.pico event.pico.tmp || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- --- libclean5 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/sh && rm -f builtins.c init.c nodes.c builtins.h nodes.h token.h nodenames.h optinit.h sh.html1 trace.* a.out [Ee]rrs mklog core *.core .gdbinit sh alias.o arith_token.o arithmetic.o cd.o echo.o error.o eval.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o miscbltin.o mystring.o options.o parser.o redir.o show.o trap.o output.o var.o test.o kill.o syntax.o builtins.o init.o nodes.o printf.o alias.ln arith_token.ln arithmetic.ln cd.ln echo.ln error.ln eval.ln exec.ln expand.ln histedit.ln input.ln jobs.ln mail.ln main.ln memalloc.ln miscbltin.ln mystring.ln options.ln parser.ln redir.ln show.ln trap.ln output.ln var.ln test.ln kill.ln syntax.ln builtins.ln init.ln nodes.ln printf.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/event && rm -f llib-lxcb-event.ln event.ln || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/sh && rm -f builtins.c init.c nodes.c builtins.h nodes.h token.h nodenames.h optinit.h sh.html1 trace.* a.out [Ee]rrs mklog core *.core .gdbinit sh alias.o arith_token.o arithmetic.o cd.o echo.o error.o eval.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o miscbltin.o mystring.o options.o parser.o redir.o show.o trap.o output.o var.o test.o kill.o syntax.o builtins.o init.o nodes.o printf.o alias.ln arith_token.ln arithmetic.ln cd.ln echo.ln error.ln eval.ln exec.ln expand.ln histedit.ln input.ln jobs.ln mail.ln main.ln memalloc.ln miscbltin.ln mystring.ln options.ln parser.ln redir.ln show.ln trap.ln output.ln var.ln test.ln kill.ln syntax.ln builtins.ln init.ln nodes.ln printf.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/event && rm -f llib-lxcb-event.ln event.ln || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/sh && rm -f sh.html1 .depend alias.d arith_token.d arithmetic.d builtins.d cd.d echo.d error.d eval.d exec.d expand.d histedit.d init.d input.d jobs.d kill.d mail.d main.d memalloc.d miscbltin.d mystring.d nodes.d options.d output.d parser.d printf.d redir.d show.d syntax.d test.d trap.d var.d alias.d.tmp arith_token.d.tmp arithmetic.d.tmp builtins.d.tmp cd.d.tmp echo.d.tmp error.d.tmp eval.d.tmp exec.d.tmp expand.d.tmp histedit.d.tmp init.d.tmp input.d.tmp jobs.d.tmp kill.d.tmp mail.d.tmp main.d.tmp memalloc.d.tmp miscbltin.d.tmp mystring.d.tmp nodes.d.tmp options.d.tmp output.d.tmp parser.d.tmp printf.d.tmp redir.d.tmp show.d.tmp syntax.d.tmp test.d.tmp trap.d.tmp var.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/event && rm -f .depend event.d event.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/event && rm -f .depend event.d event.d.tmp tags || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/sh && rm -f sh.html1 .depend alias.d arith_token.d arithmetic.d builtins.d cd.d echo.d error.d eval.d exec.d expand.d histedit.d init.d input.d jobs.d kill.d mail.d main.d memalloc.d miscbltin.d mystring.d nodes.d options.d output.d parser.d printf.d redir.d show.d syntax.d test.d trap.d var.d alias.d.tmp arith_token.d.tmp arithmetic.d.tmp builtins.d.tmp cd.d.tmp echo.d.tmp error.d.tmp eval.d.tmp exec.d.tmp expand.d.tmp histedit.d.tmp init.d.tmp input.d.tmp jobs.d.tmp kill.d.tmp mail.d.tmp main.d.tmp memalloc.d.tmp miscbltin.d.tmp mystring.d.tmp nodes.d.tmp options.d.tmp output.d.tmp parser.d.tmp printf.d.tmp redir.d.tmp show.d.tmp syntax.d.tmp test.d.tmp trap.d.tmp var.d.tmp tags || true) --- cleandir-external --- --- cleandir-aux --- --- cleandir-bin --- --- cleandir-USD.doc --- cleandir ===> bin/sh/USD.doc --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xcb-util/aux --- cleandir-bin --- --- cleandoc --- rm -f sh.txt sh.ps sh.ps.gz sh.html rm -f sh1.png sh2.png sh3.png sh4.png sh5.png [eE]rrs mklog --- cleandir-sleep --- cleandir ===> bin/sleep --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/sleep && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sleep sleep.o sleep.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/aux && rm -f xcb-aux.pc xcb-aux.pc.tmp libxcb-aux.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/sleep && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sleep sleep.o sleep.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/aux && rm -f xcb-aux.pc xcb-aux.pc.tmp libxcb-aux.so.0.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/sleep && rm -f sleep.html1 .depend sleep.d sleep.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/aux && rm -f libxcb-aux.a xcb_aux.o xcb_aux.o.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/sleep && rm -f sleep.html1 .depend sleep.d sleep.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/aux && rm -f libxcb-aux.a xcb_aux.o xcb_aux.o.tmp || true) --- libclean2 --- --- cleandir-bin --- --- cleandir-stty --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/aux && rm -f libxcb-aux_p.a xcb_aux.po xcb_aux.po.tmp || true) --- cleandir-bin --- cleandir ===> bin/stty --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/aux && rm -f libxcb-aux_p.a xcb_aux.po xcb_aux.po.tmp || true) --- cleandir-bin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/stty && rm -f a.out [Ee]rrs mklog core *.core .gdbinit stty cchar.o gfmt.o key.o modes.o print.o stty.o cchar.ln gfmt.ln key.ln modes.ln print.ln stty.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/aux && rm -f libxcb-aux_g.a || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/stty && rm -f a.out [Ee]rrs mklog core *.core .gdbinit stty cchar.o gfmt.o key.o modes.o print.o stty.o cchar.ln gfmt.ln key.ln modes.ln print.ln stty.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/aux && rm -f libxcb-aux_g.a || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/stty && rm -f stty.html1 .depend cchar.d gfmt.d key.d modes.d print.d stty.d cchar.d.tmp gfmt.d.tmp key.d.tmp modes.d.tmp print.d.tmp stty.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/aux && rm -f libxcb-aux_pic.a libxcb-aux.so.* libxcb-aux.so xcb_aux.pico xcb_aux.pico.tmp || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/stty && rm -f stty.html1 .depend cchar.d gfmt.d key.d modes.d print.d stty.d cchar.d.tmp gfmt.d.tmp key.d.tmp modes.d.tmp print.d.tmp stty.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/aux && rm -f libxcb-aux_pic.a libxcb-aux.so.* libxcb-aux.so xcb_aux.pico xcb_aux.pico.tmp || true) --- cleandir-bin --- --- cleandir-sync --- --- cleandir-external --- --- libclean5 --- --- cleandir-bin --- cleandir ===> bin/sync --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/aux && rm -f llib-lxcb-aux.ln xcb_aux.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/aux && rm -f llib-lxcb-aux.ln xcb_aux.ln || true) --- cleandir-bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/sync && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sync sync.o sync.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/aux && rm -f .depend xcb_aux.d xcb_aux.d.tmp tags || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/sync && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sync sync.o sync.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/aux && rm -f .depend xcb_aux.d xcb_aux.d.tmp tags || true) --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-property --- --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/sync && rm -f sync.html8 .depend sync.d sync.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/lib/xcb-util/property --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/sync && rm -f sync.html8 .depend sync.d sync.d.tmp tags || true) --- cleandir-test --- cleandir ===> bin/test --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/test && rm -f a.out [Ee]rrs mklog core *.core .gdbinit test test.o test.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/test && rm -f a.out [Ee]rrs mklog core *.core .gdbinit test test.o test.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/property && rm -f xcb-property.pc xcb-property.pc.tmp libxcb-property.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/bin/test && rm -f test.html1 .depend test.d test.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/property && rm -f xcb-property.pc xcb-property.pc.tmp libxcb-property.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/bin/test && rm -f test.html1 .depend test.d test.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/property && rm -f libxcb-property.a property.o property.o.tmp || true) --- cleandir-games --- cleandir ===> games --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/property && rm -f libxcb-property.a property.o property.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/property && rm -f libxcb-property_p.a property.po property.po.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/property && rm -f libxcb-property_p.a property.po property.po.tmp || true) --- cleandir-games --- --- cleandir-adventure --- cleandir ===> games/adventure --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/property && rm -f libxcb-property_g.a || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/property && rm -f libxcb-property_g.a || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/adventure && rm -f mkdata setup.lo data.c a.out [Ee]rrs mklog core *.core .gdbinit adventure main.o init.o done.o save.o subr.o vocab.o wizard.o io.o data.o crc.o main.ln init.ln done.ln save.ln subr.ln vocab.ln wizard.ln io.ln data.ln crc.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/adventure && rm -f mkdata setup.lo data.c a.out [Ee]rrs mklog core *.core .gdbinit adventure main.o init.o done.o save.o subr.o vocab.o wizard.o io.o data.o crc.o main.ln init.ln done.ln save.ln subr.ln vocab.ln wizard.ln io.ln data.ln crc.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/property && rm -f libxcb-property_pic.a libxcb-property.so.* libxcb-property.so property.pico property.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/property && rm -f libxcb-property_pic.a libxcb-property.so.* libxcb-property.so property.pico property.pico.tmp || true) --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/adventure && rm -f adventure.html6 .depend crc.d data.d done.d init.d io.d main.d save.d subr.d vocab.d wizard.d crc.d.tmp data.d.tmp done.d.tmp init.d.tmp io.d.tmp main.d.tmp save.d.tmp subr.d.tmp vocab.d.tmp wizard.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/property && rm -f llib-lxcb-property.ln property.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/adventure && rm -f adventure.html6 .depend crc.d data.d done.d init.d io.d main.d save.d subr.d vocab.d wizard.d crc.d.tmp data.d.tmp done.d.tmp init.d.tmp io.d.tmp main.d.tmp save.d.tmp subr.d.tmp vocab.d.tmp wizard.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/property && rm -f llib-lxcb-property.ln property.ln || true) --- cleandir-games --- --- cleandir-arithmetic --- cleandir ===> games/arithmetic --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/property && rm -f .depend property.d property.d.tmp tags || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/property && rm -f .depend property.d property.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/arithmetic && rm -f a.out [Ee]rrs mklog core *.core .gdbinit arithmetic arithmetic.o arithmetic.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/arithmetic && rm -f a.out [Ee]rrs mklog core *.core .gdbinit arithmetic arithmetic.o arithmetic.ln || true) --- cleandir-external --- --- cleandir-image --- cleandir ===> external/mit/xorg/lib/xcb-util/image --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/arithmetic && rm -f arithmetic.html6 .depend arithmetic.d arithmetic.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/arithmetic && rm -f arithmetic.html6 .depend arithmetic.d arithmetic.d.tmp tags || true) --- cleandir-atc --- cleandir ===> games/atc --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/atc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit grammar.c lex.c grammar.h atc extern.o grammar.o graphics.o input.o lex.o list.o log.o main.o tunable.o update.o extern.ln graphics.ln input.ln list.ln log.ln main.ln tunable.ln update.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/atc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit grammar.c lex.c grammar.h atc extern.o grammar.o graphics.o input.o lex.o list.o log.o main.o tunable.o update.o extern.ln graphics.ln input.ln list.ln log.ln main.ln tunable.ln update.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/image && rm -f xcb-image.pc xcb-image.pc.tmp libxcb-image.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/image && rm -f xcb-image.pc xcb-image.pc.tmp libxcb-image.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/atc && rm -f atc.html6 .depend extern.d grammar.d graphics.d input.d lex.d list.d log.d main.d tunable.d update.d extern.d.tmp grammar.d.tmp graphics.d.tmp input.d.tmp lex.d.tmp list.d.tmp log.d.tmp main.d.tmp tunable.d.tmp update.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/atc && rm -f atc.html6 .depend extern.d grammar.d graphics.d input.d lex.d list.d log.d main.d tunable.d update.d extern.d.tmp grammar.d.tmp graphics.d.tmp input.d.tmp lex.d.tmp list.d.tmp log.d.tmp main.d.tmp tunable.d.tmp update.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/image && rm -f libxcb-image.a xcb_image.o xcb_image.o.tmp || true) --- cleandir-games --- --- cleandir-backgammon --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/image && rm -f libxcb-image.a xcb_image.o xcb_image.o.tmp || true) --- cleandir-games --- cleandir ===> games/backgammon --- cleandir-external --- --- libclean2 --- --- cleandir-games --- --- cleandir-common_source --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/image && rm -f libxcb-image_p.a xcb_image.po xcb_image.po.tmp || true) --- cleandir-games --- cleandir ===> games/backgammon/common_source --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/image && rm -f libxcb-image_p.a xcb_image.po xcb_image.po.tmp || true) --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/image && rm -f libxcb-image_g.a || true) --- cleandir-games --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/common_source && rm -f libcommon.a allow.o board.o check.o fancy.o init.o odds.o one.o save.o subs.o table.o allow.o.tmp board.o.tmp check.o.tmp fancy.o.tmp init.o.tmp odds.o.tmp one.o.tmp save.o.tmp subs.o.tmp table.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/image && rm -f libxcb-image_g.a || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/common_source && rm -f libcommon.a allow.o board.o check.o fancy.o init.o odds.o one.o save.o subs.o table.o allow.o.tmp board.o.tmp check.o.tmp fancy.o.tmp init.o.tmp odds.o.tmp one.o.tmp save.o.tmp subs.o.tmp table.o.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/image && rm -f libxcb-image_pic.a libxcb-image.so.* libxcb-image.so xcb_image.pico xcb_image.pico.tmp || true) --- cleandir-games --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/common_source && rm -f libcommon_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/image && rm -f libxcb-image_pic.a libxcb-image.so.* libxcb-image.so xcb_image.pico xcb_image.pico.tmp || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/common_source && rm -f libcommon_p.a || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/image && rm -f llib-lxcb-image.ln xcb_image.ln || true) --- cleandir-games --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/common_source && rm -f libcommon_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/image && rm -f llib-lxcb-image.ln xcb_image.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/common_source && rm -f libcommon_g.a || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/image && rm -f .depend xcb_image.d xcb_image.d.tmp tags || true) --- cleandir-games --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/common_source && rm -f libcommon_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/image && rm -f .depend xcb_image.d xcb_image.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/common_source && rm -f libcommon_pic.a || true) --- cleandir-external --- --- cleandir-icccm --- cleandir ===> external/mit/xorg/lib/xcb-util/icccm --- cleandir-games --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/common_source && rm -f llib-lcommon.ln allow.ln board.ln check.ln fancy.ln init.ln odds.ln one.ln save.ln subs.ln table.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/common_source && rm -f llib-lcommon.ln allow.ln board.ln check.ln fancy.ln init.ln odds.ln one.ln save.ln subs.ln table.ln || true) --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/common_source && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/common_source && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/common_source && rm -f .depend allow.d board.d check.d fancy.d init.d odds.d one.d save.d subs.d table.d allow.d.tmp board.d.tmp check.d.tmp fancy.d.tmp init.d.tmp odds.d.tmp one.d.tmp save.d.tmp subs.d.tmp table.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/common_source && rm -f .depend allow.d board.d check.d fancy.d init.d odds.d one.d save.d subs.d table.d allow.d.tmp board.d.tmp check.d.tmp fancy.d.tmp init.d.tmp odds.d.tmp one.d.tmp save.d.tmp subs.d.tmp table.d.tmp tags || true) --- cleandir-backgammon --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- cleandir ===> games/backgammon/backgammon --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/icccm && rm -f xcb-icccm.pc xcb-icccm.pc.tmp libxcb-icccm.so.1.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/icccm && rm -f xcb-icccm.pc xcb-icccm.pc.tmp libxcb-icccm.so.1.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/icccm && rm -f libxcb-icccm.a icccm.o icccm.o.tmp || true) --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/backgammon && rm -f a.out [Ee]rrs mklog core *.core .gdbinit backgammon extra.o main.o move.o text.o version.o extra.ln main.ln move.ln text.ln version.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/icccm && rm -f libxcb-icccm.a icccm.o icccm.o.tmp || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/backgammon && rm -f a.out [Ee]rrs mklog core *.core .gdbinit backgammon extra.o main.o move.o text.o version.o extra.ln main.ln move.ln text.ln version.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/icccm && rm -f libxcb-icccm_p.a icccm.po icccm.po.tmp || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/icccm && rm -f libxcb-icccm_p.a icccm.po icccm.po.tmp || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/backgammon && rm -f backgammon.html6 .depend extra.d main.d move.d text.d version.d extra.d.tmp main.d.tmp move.d.tmp text.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/backgammon && rm -f backgammon.html6 .depend extra.d main.d move.d text.d version.d extra.d.tmp main.d.tmp move.d.tmp text.d.tmp version.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/icccm && rm -f libxcb-icccm_g.a || true) --- cleandir-games --- --- cleandir-teachgammon --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/icccm && rm -f libxcb-icccm_g.a || true) --- cleandir-games --- cleandir ===> games/backgammon/teachgammon --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/icccm && rm -f libxcb-icccm_pic.a libxcb-icccm.so.* libxcb-icccm.so icccm.pico icccm.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/icccm && rm -f libxcb-icccm_pic.a libxcb-icccm.so.* libxcb-icccm.so icccm.pico icccm.pico.tmp || true) --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/teachgammon && rm -f a.out [Ee]rrs mklog core *.core .gdbinit teachgammon data.o teach.o ttext1.o ttext2.o tutor.o data.ln teach.ln ttext1.ln ttext2.ln tutor.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/icccm && rm -f llib-lxcb-icccm.ln icccm.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/teachgammon && rm -f a.out [Ee]rrs mklog core *.core .gdbinit teachgammon data.o teach.o ttext1.o ttext2.o tutor.o data.ln teach.ln ttext1.ln ttext2.ln tutor.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/icccm && rm -f llib-lxcb-icccm.ln icccm.ln || true) --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/backgammon/teachgammon && rm -f .depend data.d teach.d ttext1.d ttext2.d tutor.d data.d.tmp teach.d.tmp ttext1.d.tmp ttext2.d.tmp tutor.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/xcb-util/icccm && rm -f .depend icccm.d icccm.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/backgammon/teachgammon && rm -f .depend data.d teach.d ttext1.d ttext2.d tutor.d data.d.tmp teach.d.tmp ttext1.d.tmp ttext2.d.tmp tutor.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/xcb-util/icccm && rm -f .depend icccm.d icccm.d.tmp tags || true) --- cleandir-games --- --- cleandir-banner --- cleandir ===> games/banner --- cleandir-external --- --- cleandir-libgbm.old --- cleandir ===> external/mit/xorg/lib/libgbm.old --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/banner && rm -f a.out [Ee]rrs mklog core *.core .gdbinit banner banner.o banner.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/banner && rm -f a.out [Ee]rrs mklog core *.core .gdbinit banner banner.o banner.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/banner && rm -f banner.html6 .depend banner.d banner.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/banner && rm -f banner.html6 .depend banner.d banner.d.tmp tags || true) --- cleandir-battlestar --- cleandir ===> games/battlestar --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libgbm.old && rm -f gbm.pc gbm.pc.tmp libgbm.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libgbm.old && rm -f gbm.pc gbm.pc.tmp libgbm.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/battlestar && rm -f a.out [Ee]rrs mklog core *.core .gdbinit battlestar battlestar.o command1.o command2.o command3.o command4.o command5.o command6.o command7.o init.o cypher.o getcom.o parse.o room.o save.o fly.o misc.o globals.o dayfile.o nightfile.o dayobjs.o nightobjs.o words.o battlestar.ln command1.ln command2.ln command3.ln command4.ln command5.ln command6.ln command7.ln init.ln cypher.ln getcom.ln parse.ln room.ln save.ln fly.ln misc.ln globals.ln dayfile.ln nightfile.ln dayobjs.ln nightobjs.ln words.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/battlestar && rm -f a.out [Ee]rrs mklog core *.core .gdbinit battlestar battlestar.o command1.o command2.o command3.o command4.o command5.o command6.o command7.o init.o cypher.o getcom.o parse.o room.o save.o fly.o misc.o globals.o dayfile.o nightfile.o dayobjs.o nightobjs.o words.o battlestar.ln command1.ln command2.ln command3.ln command4.ln command5.ln command6.ln command7.ln init.ln cypher.ln getcom.ln parse.ln room.ln save.ln fly.ln misc.ln globals.ln dayfile.ln nightfile.ln dayobjs.ln nightobjs.ln words.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libgbm.old && rm -f libgbm.a backend.o gbm.o gbm_dri.o UTILdebug.o u_process.o loader.o pci_id_driver_map.o xmlconfig.o backend.o.tmp gbm.o.tmp gbm_dri.o.tmp UTILdebug.o.tmp u_process.o.tmp loader.o.tmp pci_id_driver_map.o.tmp xmlconfig.o.tmp || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libgbm.old && rm -f libgbm.a backend.o gbm.o gbm_dri.o UTILdebug.o u_process.o loader.o pci_id_driver_map.o xmlconfig.o backend.o.tmp gbm.o.tmp gbm_dri.o.tmp UTILdebug.o.tmp u_process.o.tmp loader.o.tmp pci_id_driver_map.o.tmp xmlconfig.o.tmp || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/battlestar && rm -f battlestar.html6 .depend battlestar.d command1.d command2.d command3.d command4.d command5.d command6.d command7.d cypher.d dayfile.d dayobjs.d fly.d getcom.d globals.d init.d misc.d nightfile.d nightobjs.d parse.d room.d save.d words.d battlestar.d.tmp command1.d.tmp command2.d.tmp command3.d.tmp command4.d.tmp command5.d.tmp command6.d.tmp command7.d.tmp cypher.d.tmp dayfile.d.tmp dayobjs.d.tmp fly.d.tmp getcom.d.tmp globals.d.tmp init.d.tmp misc.d.tmp nightfile.d.tmp nightobjs.d.tmp parse.d.tmp room.d.tmp save.d.tmp words.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/battlestar && rm -f battlestar.html6 .depend battlestar.d command1.d command2.d command3.d command4.d command5.d command6.d command7.d cypher.d dayfile.d dayobjs.d fly.d getcom.d globals.d init.d misc.d nightfile.d nightobjs.d parse.d room.d save.d words.d battlestar.d.tmp command1.d.tmp command2.d.tmp command3.d.tmp command4.d.tmp command5.d.tmp command6.d.tmp command7.d.tmp cypher.d.tmp dayfile.d.tmp dayobjs.d.tmp fly.d.tmp getcom.d.tmp globals.d.tmp init.d.tmp misc.d.tmp nightfile.d.tmp nightobjs.d.tmp parse.d.tmp room.d.tmp save.d.tmp words.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libgbm.old && rm -f libgbm_p.a backend.po gbm.po gbm_dri.po UTILdebug.po u_process.po loader.po pci_id_driver_map.po xmlconfig.po backend.po.tmp gbm.po.tmp gbm_dri.po.tmp UTILdebug.po.tmp u_process.po.tmp loader.po.tmp pci_id_driver_map.po.tmp xmlconfig.po.tmp || true) --- cleandir-games --- --- cleandir-bcd --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libgbm.old && rm -f libgbm_p.a backend.po gbm.po gbm_dri.po UTILdebug.po u_process.po loader.po pci_id_driver_map.po xmlconfig.po backend.po.tmp gbm.po.tmp gbm_dri.po.tmp UTILdebug.po.tmp u_process.po.tmp loader.po.tmp pci_id_driver_map.po.tmp xmlconfig.po.tmp || true) --- cleandir-games --- cleandir ===> games/bcd --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libgbm.old && rm -f libgbm_g.a || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libgbm.old && rm -f libgbm_g.a || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/bcd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bcd bcd.o bcd.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/bcd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bcd bcd.o bcd.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libgbm.old && rm -f libgbm_pic.a libgbm.so.* libgbm.so backend.pico gbm.pico gbm_dri.pico UTILdebug.pico u_process.pico loader.pico pci_id_driver_map.pico xmlconfig.pico backend.pico.tmp gbm.pico.tmp gbm_dri.pico.tmp UTILdebug.pico.tmp u_process.pico.tmp loader.pico.tmp pci_id_driver_map.pico.tmp xmlconfig.pico.tmp || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libgbm.old && rm -f libgbm_pic.a libgbm.so.* libgbm.so backend.pico gbm.pico gbm_dri.pico UTILdebug.pico u_process.pico loader.pico pci_id_driver_map.pico xmlconfig.pico backend.pico.tmp gbm.pico.tmp gbm_dri.pico.tmp UTILdebug.pico.tmp u_process.pico.tmp loader.pico.tmp pci_id_driver_map.pico.tmp xmlconfig.pico.tmp || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/bcd && rm -f bcd.html6 .depend bcd.d bcd.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/bcd && rm -f bcd.html6 .depend bcd.d bcd.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libgbm.old && rm -f llib-lgbm.ln backend.ln gbm.ln gbm_dri.ln UTILdebug.ln u_process.ln loader.ln pci_id_driver_map.ln xmlconfig.ln || true) --- cleandir-games --- --- cleandir-boggle --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libgbm.old && rm -f llib-lgbm.ln backend.ln gbm.ln gbm_dri.ln UTILdebug.ln u_process.ln loader.ln pci_id_driver_map.ln xmlconfig.ln || true) --- cleandir-games --- cleandir ===> games/boggle --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libgbm.old && rm -f UTILdebug.c .depend UTILdebug.d backend.d gbm.d gbm_dri.d loader.d pci_id_driver_map.d u_process.d xmlconfig.d UTILdebug.d.tmp backend.d.tmp gbm.d.tmp gbm_dri.d.tmp loader.d.tmp pci_id_driver_map.d.tmp u_process.d.tmp xmlconfig.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libgbm.old && rm -f UTILdebug.c .depend UTILdebug.d backend.d gbm.d gbm_dri.d loader.d pci_id_driver_map.d u_process.d xmlconfig.d UTILdebug.d.tmp backend.d.tmp gbm.d.tmp gbm_dri.d.tmp loader.d.tmp pci_id_driver_map.d.tmp u_process.d.tmp xmlconfig.d.tmp tags || true) --- cleandir-libEGL --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/lib/libEGL --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/boggle && rm -f dictionary dictindex a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/boggle && rm -f dictionary dictindex a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-boggle --- cleandir ===> games/boggle/boggle --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/boggle/boggle && rm -f a.out [Ee]rrs mklog core *.core .gdbinit boggle bog.o help.o mach.o prtable.o timer.o word.o bog.ln help.ln mach.ln prtable.ln timer.ln word.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/boggle/boggle && rm -f a.out [Ee]rrs mklog core *.core .gdbinit boggle bog.o help.o mach.o prtable.o timer.o word.o bog.ln help.ln mach.ln prtable.ln timer.ln word.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/boggle/boggle && rm -f boggle.html6 .depend bog.d help.d mach.d prtable.d timer.d word.d bog.d.tmp help.d.tmp mach.d.tmp prtable.d.tmp timer.d.tmp word.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/boggle/boggle && rm -f boggle.html6 .depend bog.d help.d mach.d prtable.d timer.d word.d bog.d.tmp help.d.tmp mach.d.tmp prtable.d.tmp timer.d.tmp word.d.tmp tags || true) --- cleandir-mkdict --- cleandir ===> games/boggle/mkdict --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/boggle/mkdict && rm -f a.out [Ee]rrs mklog core *.core mkdict mkdict.lo mkdict.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/boggle/mkdict && rm -f a.out [Ee]rrs mklog core *.core mkdict mkdict.lo mkdict.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/boggle/mkdict && rm -f .depend mkdict.d mkdict.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/boggle/mkdict && rm -f .depend mkdict.d mkdict.d.tmp tags || true) --- cleandir-mkindex --- cleandir ===> games/boggle/mkindex --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/boggle/mkindex && rm -f a.out [Ee]rrs mklog core *.core mkindex mkindex.lo mkindex.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/boggle/mkindex && rm -f a.out [Ee]rrs mklog core *.core mkindex mkindex.lo mkindex.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/boggle/mkindex && rm -f .depend mkindex.d mkindex.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libEGL && rm -f egl.pc egl.pc.tmp libEGL.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/boggle/mkindex && rm -f .depend mkindex.d mkindex.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libEGL && rm -f egl.pc egl.pc.tmp libEGL.so.0.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-games --- --- cleandir-caesar --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libEGL && rm -f libEGL.a eglapi.o eglarray.o eglconfig.o eglcontext.o eglcurrent.o egldevice.o egldisplay.o egldriver.o eglfallbacks.o eglglobals.o eglimage.o egllog.o eglsurface.o eglsync.o egl_dri2.o platform_x11.o platform_drm.o UTILdebug.o u_process.o loader.o pci_id_driver_map.o xmlconfig.o eglapi.o.tmp eglarray.o.tmp eglconfig.o.tmp eglcontext.o.tmp eglcurrent.o.tmp egldevice.o.tmp egldisplay.o.tmp egldriver.o.tmp eglfallbacks.o.tmp eglglobals.o.tmp eglimage.o.tmp egllog.o.tmp eglsurface.o.tmp eglsync.o.tmp egl_dri2.o.tmp platform_x11.o.tmp platform_drm.o.tmp UTILdebug.o.tmp u_process.o.tmp loader.o.tmp pci_id_driver_map.o.tmp xmlconfig.o.tmp || true) --- cleandir-games --- cleandir ===> games/caesar --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libEGL && rm -f libEGL.a eglapi.o eglarray.o eglconfig.o eglcontext.o eglcurrent.o egldevice.o egldisplay.o egldriver.o eglfallbacks.o eglglobals.o eglimage.o egllog.o eglsurface.o eglsync.o egl_dri2.o platform_x11.o platform_drm.o UTILdebug.o u_process.o loader.o pci_id_driver_map.o xmlconfig.o eglapi.o.tmp eglarray.o.tmp eglconfig.o.tmp eglcontext.o.tmp eglcurrent.o.tmp egldevice.o.tmp egldisplay.o.tmp egldriver.o.tmp eglfallbacks.o.tmp eglglobals.o.tmp eglimage.o.tmp egllog.o.tmp eglsurface.o.tmp eglsync.o.tmp egl_dri2.o.tmp platform_x11.o.tmp platform_drm.o.tmp UTILdebug.o.tmp u_process.o.tmp loader.o.tmp pci_id_driver_map.o.tmp xmlconfig.o.tmp || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/caesar && rm -f a.out [Ee]rrs mklog core *.core .gdbinit caesar caesar.o caesar.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libEGL && rm -f libEGL_p.a eglapi.po eglarray.po eglconfig.po eglcontext.po eglcurrent.po egldevice.po egldisplay.po egldriver.po eglfallbacks.po eglglobals.po eglimage.po egllog.po eglsurface.po eglsync.po egl_dri2.po platform_x11.po platform_drm.po UTILdebug.po u_process.po loader.po pci_id_driver_map.po xmlconfig.po eglapi.po.tmp eglarray.po.tmp eglconfig.po.tmp eglcontext.po.tmp eglcurrent.po.tmp egldevice.po.tmp egldisplay.po.tmp egldriver.po.tmp eglfallbacks.po.tmp eglglobals.po.tmp eglimage.po.tmp egllog.po.tmp eglsurface.po.tmp eglsync.po.tmp egl_dri2.po.tmp platform_x11.po.tmp platform_drm.po.tmp UTILdebug.po.tmp u_process.po.tmp loader.po.tmp pci_id_driver_map.po.tmp xmlconfig.po.tmp || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/caesar && rm -f a.out [Ee]rrs mklog core *.core .gdbinit caesar caesar.o caesar.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libEGL && rm -f libEGL_p.a eglapi.po eglarray.po eglconfig.po eglcontext.po eglcurrent.po egldevice.po egldisplay.po egldriver.po eglfallbacks.po eglglobals.po eglimage.po egllog.po eglsurface.po eglsync.po egl_dri2.po platform_x11.po platform_drm.po UTILdebug.po u_process.po loader.po pci_id_driver_map.po xmlconfig.po eglapi.po.tmp eglarray.po.tmp eglconfig.po.tmp eglcontext.po.tmp eglcurrent.po.tmp egldevice.po.tmp egldisplay.po.tmp egldriver.po.tmp eglfallbacks.po.tmp eglglobals.po.tmp eglimage.po.tmp egllog.po.tmp eglsurface.po.tmp eglsync.po.tmp egl_dri2.po.tmp platform_x11.po.tmp platform_drm.po.tmp UTILdebug.po.tmp u_process.po.tmp loader.po.tmp pci_id_driver_map.po.tmp xmlconfig.po.tmp || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/caesar && rm -f caesar.html6 .depend caesar.d caesar.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libEGL && rm -f libEGL_g.a || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/caesar && rm -f caesar.html6 .depend caesar.d caesar.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libEGL && rm -f libEGL_g.a || true) --- cleandir-games --- --- cleandir-canfield --- --- cleandir-external --- --- libclean4 --- --- cleandir-games --- cleandir ===> games/canfield --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libEGL && rm -f libEGL_pic.a libEGL.so.* libEGL.so eglapi.pico eglarray.pico eglconfig.pico eglcontext.pico eglcurrent.pico egldevice.pico egldisplay.pico egldriver.pico eglfallbacks.pico eglglobals.pico eglimage.pico egllog.pico eglsurface.pico eglsync.pico egl_dri2.pico platform_x11.pico platform_drm.pico UTILdebug.pico u_process.pico loader.pico pci_id_driver_map.pico xmlconfig.pico eglapi.pico.tmp eglarray.pico.tmp eglconfig.pico.tmp eglcontext.pico.tmp eglcurrent.pico.tmp egldevice.pico.tmp egldisplay.pico.tmp egldriver.pico.tmp eglfallbacks.pico.tmp eglglobals.pico.tmp eglimage.pico.tmp egllog.pico.tmp eglsurface.pico.tmp eglsync.pico.tmp egl_dri2.pico.tmp platform_x11.pico.tmp platform_drm.pico.tmp UTILdebug.pico.tmp u_process.pico.tmp loader.pico.tmp pci_id_driver_map.pico.tmp xmlconfig.pico.tmp || true) --- cleandir-games --- --- cleandir-canfield --- cleandir ===> games/canfield/canfield --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libEGL && rm -f libEGL_pic.a libEGL.so.* libEGL.so eglapi.pico eglarray.pico eglconfig.pico eglcontext.pico eglcurrent.pico egldevice.pico egldisplay.pico egldriver.pico eglfallbacks.pico eglglobals.pico eglimage.pico egllog.pico eglsurface.pico eglsync.pico egl_dri2.pico platform_x11.pico platform_drm.pico UTILdebug.pico u_process.pico loader.pico pci_id_driver_map.pico xmlconfig.pico eglapi.pico.tmp eglarray.pico.tmp eglconfig.pico.tmp eglcontext.pico.tmp eglcurrent.pico.tmp egldevice.pico.tmp egldisplay.pico.tmp egldriver.pico.tmp eglfallbacks.pico.tmp eglglobals.pico.tmp eglimage.pico.tmp egllog.pico.tmp eglsurface.pico.tmp eglsync.pico.tmp egl_dri2.pico.tmp platform_x11.pico.tmp platform_drm.pico.tmp UTILdebug.pico.tmp u_process.pico.tmp loader.pico.tmp pci_id_driver_map.pico.tmp xmlconfig.pico.tmp || true) --- libclean5 --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libEGL && rm -f llib-lEGL.ln eglapi.ln eglarray.ln eglconfig.ln eglcontext.ln eglcurrent.ln egldevice.ln egldisplay.ln egldriver.ln eglfallbacks.ln eglglobals.ln eglimage.ln egllog.ln eglsurface.ln eglsync.ln egl_dri2.ln platform_x11.ln platform_drm.ln UTILdebug.ln u_process.ln loader.ln pci_id_driver_map.ln xmlconfig.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/canfield/canfield && rm -f a.out [Ee]rrs mklog core *.core .gdbinit canfield canfield.o canfield.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libEGL && rm -f llib-lEGL.ln eglapi.ln eglarray.ln eglconfig.ln eglcontext.ln eglcurrent.ln egldevice.ln egldisplay.ln egldriver.ln eglfallbacks.ln eglglobals.ln eglimage.ln egllog.ln eglsurface.ln eglsync.ln egl_dri2.ln platform_x11.ln platform_drm.ln UTILdebug.ln u_process.ln loader.ln pci_id_driver_map.ln xmlconfig.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/canfield/canfield && rm -f a.out [Ee]rrs mklog core *.core .gdbinit canfield canfield.o canfield.ln || true) --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/canfield/canfield && rm -f canfield.html6 .depend canfield.d canfield.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/lib/libEGL && rm -f UTILdebug.c .depend UTILdebug.d egl_dri2.d eglapi.d eglarray.d eglconfig.d eglcontext.d eglcurrent.d egldevice.d egldisplay.d egldriver.d eglfallbacks.d eglglobals.d eglimage.d egllog.d eglsurface.d eglsync.d loader.d pci_id_driver_map.d platform_drm.d platform_x11.d u_process.d xmlconfig.d UTILdebug.d.tmp egl_dri2.d.tmp eglapi.d.tmp eglarray.d.tmp eglconfig.d.tmp eglcontext.d.tmp eglcurrent.d.tmp egldevice.d.tmp egldisplay.d.tmp egldriver.d.tmp eglfallbacks.d.tmp eglglobals.d.tmp eglimage.d.tmp egllog.d.tmp eglsurface.d.tmp eglsync.d.tmp loader.d.tmp pci_id_driver_map.d.tmp platform_drm.d.tmp platform_x11.d.tmp u_process.d.tmp xmlconfig.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/canfield/canfield && rm -f canfield.html6 .depend canfield.d canfield.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/lib/libEGL && rm -f UTILdebug.c .depend UTILdebug.d egl_dri2.d eglapi.d eglarray.d eglconfig.d eglcontext.d eglcurrent.d egldevice.d egldisplay.d egldriver.d eglfallbacks.d eglglobals.d eglimage.d egllog.d eglsurface.d eglsync.d loader.d pci_id_driver_map.d platform_drm.d platform_x11.d u_process.d xmlconfig.d UTILdebug.d.tmp egl_dri2.d.tmp eglapi.d.tmp eglarray.d.tmp eglconfig.d.tmp eglcontext.d.tmp eglcurrent.d.tmp egldevice.d.tmp egldisplay.d.tmp egldriver.d.tmp eglfallbacks.d.tmp eglglobals.d.tmp eglimage.d.tmp egllog.d.tmp eglsurface.d.tmp eglsync.d.tmp loader.d.tmp pci_id_driver_map.d.tmp platform_drm.d.tmp platform_x11.d.tmp u_process.d.tmp xmlconfig.d.tmp tags || true) --- cleandir-games --- --- cleandir-cfscores --- --- cleandir-external --- --- cleandir-bin --- --- cleandir-games --- cleandir ===> games/canfield/cfscores --- cleandir-external --- cleandir ===> external/mit/xorg/bin --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/canfield/cfscores && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cfscores cfscores.o cfscores.ln || true) --- cleandir-external --- --- cleandir-appres --- cleandir ===> external/mit/xorg/bin/appres --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/canfield/cfscores && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cfscores cfscores.o cfscores.ln || true) --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/appres/dist/configure" returned non-zero status --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/canfield/cfscores && rm -f .depend cfscores.d cfscores.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/appres/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/appres/dist/configure" returned non-zero status --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/canfield/cfscores && rm -f .depend cfscores.d cfscores.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/appres/dist/configure" returned non-zero status --- cleandir-games --- --- cleandir-cgram --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- cleandir ===> games/cgram --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/appres && rm -f a.out [Ee]rrs mklog core *.core .gdbinit appres appres.o appres.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/appres && rm -f a.out [Ee]rrs mklog core *.core .gdbinit appres appres.o appres.ln || true) --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/cgram && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cgram cgram.o cgram.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/appres && rm -f appres.1 appres.html1 .depend appres.d appres.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/cgram && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cgram cgram.o cgram.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/appres && rm -f appres.1 appres.html1 .depend appres.d appres.d.tmp tags || true) --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/cgram && rm -f cgram.html6 .depend cgram.d cgram.d.tmp tags || true) --- cleandir-external --- --- cleandir-bdftopcf --- cleandir ===> external/mit/xorg/bin/bdftopcf --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/cgram && rm -f cgram.html6 .depend cgram.d cgram.d.tmp tags || true) --- cleandir-ching --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/bdftopcf/dist/configure" returned non-zero status --- cleandir-games --- cleandir ===> games/ching --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/bdftopcf/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/bdftopcf/dist/configure" returned non-zero status --- cleandir-games --- --- cleandir-ching --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/bdftopcf/dist/configure" returned non-zero status --- cleandir-games --- cleandir ===> games/ching/ching --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bdftopcf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bdftopcf atom.o bdfread.o bdfutils.o bitmap.o bitmaputil.o bufio.o defaults.o fileio.o filewr.o fontaccel.o fontink.o pcfwrite.o private.o utilbitmap.o bdftopcf.o atom.ln bdfread.ln bdfutils.ln bitmap.ln bitmaputil.ln bufio.ln defaults.ln fileio.ln filewr.ln fontaccel.ln fontink.ln pcfwrite.ln private.ln utilbitmap.ln bdftopcf.ln || true) --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/ching/ching && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bdftopcf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bdftopcf atom.o bdfread.o bdfutils.o bitmap.o bitmaputil.o bufio.o defaults.o fileio.o filewr.o fontaccel.o fontink.o pcfwrite.o private.o utilbitmap.o bdftopcf.o atom.ln bdfread.ln bdfutils.ln bitmap.ln bitmaputil.ln bufio.ln defaults.ln fileio.ln filewr.ln fontaccel.ln fontink.ln pcfwrite.ln private.ln utilbitmap.ln bdftopcf.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/ching/ching && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __docleandir --- --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bdftopcf && rm -f bdftopcf.1 bdftopcf.html1 .depend atom.d bdfread.d bdftopcf.d bdfutils.d bitmap.d bitmaputil.d bufio.d defaults.d fileio.d filewr.d fontaccel.d fontink.d pcfwrite.d private.d utilbitmap.d atom.d.tmp bdfread.d.tmp bdftopcf.d.tmp bdfutils.d.tmp bitmap.d.tmp bitmaputil.d.tmp bufio.d.tmp defaults.d.tmp fileio.d.tmp filewr.d.tmp fontaccel.d.tmp fontink.d.tmp pcfwrite.d.tmp private.d.tmp utilbitmap.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/ching/ching && rm -f ching.html6 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bdftopcf && rm -f bdftopcf.1 bdftopcf.html1 .depend atom.d bdfread.d bdftopcf.d bdfutils.d bitmap.d bitmaputil.d bufio.d defaults.d fileio.d filewr.d fontaccel.d fontink.d pcfwrite.d private.d utilbitmap.d atom.d.tmp bdfread.d.tmp bdftopcf.d.tmp bdfutils.d.tmp bitmap.d.tmp bitmaputil.d.tmp bufio.d.tmp defaults.d.tmp fileio.d.tmp filewr.d.tmp fontaccel.d.tmp fontink.d.tmp pcfwrite.d.tmp private.d.tmp utilbitmap.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/ching/ching && rm -f ching.html6 || true) --- cleandir-external --- --- cleandir-bdftruncate --- --- cleandir-games --- --- cleandir-castching --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/bdftruncate --- cleandir-games --- cleandir ===> games/ching/castching --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bdftruncate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bdftruncate bdftruncate.o bdftruncate.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/ching/castching && rm -f a.out [Ee]rrs mklog core *.core .gdbinit castching castching.o castching.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bdftruncate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bdftruncate bdftruncate.o bdftruncate.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/ching/castching && rm -f a.out [Ee]rrs mklog core *.core .gdbinit castching castching.o castching.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bdftruncate && rm -f bdftruncate.1 bdftruncate.html1 .depend bdftruncate.d bdftruncate.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/ching/castching && rm -f .depend castching.d castching.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/ching/castching && rm -f .depend castching.d castching.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bdftruncate && rm -f bdftruncate.1 bdftruncate.html1 .depend bdftruncate.d bdftruncate.d.tmp tags || true) --- cleandir-games --- --- cleandir-printching --- --- cleandir-external --- --- cleandir-beforelight --- --- cleandir-games --- cleandir ===> games/ching/printching --- cleandir-external --- cleandir ===> external/mit/xorg/bin/beforelight --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/ching/printching && rm -f a.out [Ee]rrs mklog core *.core .gdbinit printching printching.o printching.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/beforelight && rm -f a.out [Ee]rrs mklog core *.core .gdbinit beforelight b4light.o || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/ching/printching && rm -f a.out [Ee]rrs mklog core *.core .gdbinit printching printching.o printching.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/beforelight && rm -f a.out [Ee]rrs mklog core *.core .gdbinit beforelight b4light.o || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/ching/printching && rm -f .depend printching.d printching.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/beforelight && rm -f beforelight.1 beforelight.html1 .depend tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/ching/printching && rm -f .depend printching.d printching.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/beforelight && rm -f beforelight.1 beforelight.html1 .depend tags || true) --- cleandir-games --- --- cleandir-colorbars --- --- cleandir-external --- --- cleandir-bitmap --- --- cleandir-games --- cleandir ===> games/colorbars --- cleandir-external --- cleandir ===> external/mit/xorg/bin/bitmap --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/colorbars && rm -f a.out [Ee]rrs mklog core *.core .gdbinit colorbars colorbars.o colorbars.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bitmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bitmap BitEdit.o CutPaste.o Graphics.o ReqMach.o Bitmap.o Dialog.o Handlers.o BitEdit.ln CutPaste.ln Graphics.ln ReqMach.ln Bitmap.ln Dialog.ln Handlers.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/colorbars && rm -f a.out [Ee]rrs mklog core *.core .gdbinit colorbars colorbars.o colorbars.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bitmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bitmap BitEdit.o CutPaste.o Graphics.o ReqMach.o Bitmap.o Dialog.o Handlers.o BitEdit.ln CutPaste.ln Graphics.ln ReqMach.ln Bitmap.ln Dialog.ln Handlers.ln || true) --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/colorbars && rm -f colorbars.html6 .depend colorbars.d colorbars.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bitmap && rm -f bitmap.1 bitmap.html1 .depend BitEdit.d Bitmap.d CutPaste.d Dialog.d Graphics.d Handlers.d ReqMach.d BitEdit.d.tmp Bitmap.d.tmp CutPaste.d.tmp Dialog.d.tmp Graphics.d.tmp Handlers.d.tmp ReqMach.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/colorbars && rm -f colorbars.html6 .depend colorbars.d colorbars.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bitmap && rm -f bitmap.1 bitmap.html1 .depend BitEdit.d Bitmap.d CutPaste.d Dialog.d Graphics.d Handlers.d ReqMach.d BitEdit.d.tmp Bitmap.d.tmp CutPaste.d.tmp Dialog.d.tmp Graphics.d.tmp Handlers.d.tmp ReqMach.d.tmp tags || true) --- cleandir-games --- --- cleandir-countmail --- --- cleandir-external --- --- cleandir-bmtoa --- --- cleandir-games --- cleandir ===> games/countmail --- cleandir-external --- cleandir ===> external/mit/xorg/bin/bitmap/bmtoa --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/countmail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bitmap/bmtoa && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bmtoa bmtoa.o bmtoa.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/countmail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bitmap/bmtoa && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bmtoa bmtoa.o bmtoa.ln || true) --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/countmail && rm -f countmail.html6 || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bitmap/bmtoa && rm -f .depend bmtoa.d bmtoa.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/countmail && rm -f countmail.html6 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bitmap/bmtoa && rm -f .depend bmtoa.d bmtoa.d.tmp tags || true) --- cleandir-games --- --- cleandir-cribbage --- cleandir ===> games/cribbage --- cleandir-external --- --- cleandir-atobm --- cleandir ===> external/mit/xorg/bin/bitmap/atobm --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/cribbage && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cribbage extern.o crib.o cards.o instr.o io.o score.o support.o extern.ln crib.ln cards.ln instr.ln io.ln score.ln support.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bitmap/atobm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit atobm atobm.o atobm.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/cribbage && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cribbage extern.o crib.o cards.o instr.o io.o score.o support.o extern.ln crib.ln cards.ln instr.ln io.ln score.ln support.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bitmap/atobm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit atobm atobm.o atobm.ln || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/cribbage && rm -f cribbage.html6 .depend cards.d crib.d extern.d instr.d io.d score.d support.d cards.d.tmp crib.d.tmp extern.d.tmp instr.d.tmp io.d.tmp score.d.tmp support.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bitmap/atobm && rm -f .depend atobm.d atobm.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/cribbage && rm -f cribbage.html6 .depend cards.d crib.d extern.d instr.d io.d score.d support.d cards.d.tmp crib.d.tmp extern.d.tmp instr.d.tmp io.d.tmp score.d.tmp support.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bitmap/atobm && rm -f .depend atobm.d atobm.d.tmp tags || true) --- cleandir-games --- --- cleandir-dm --- --- cleandir-external --- --- cleandir-app-defaults --- --- cleandir-games --- cleandir ===> games/dm --- cleandir-external --- cleandir ===> external/mit/xorg/bin/bitmap/app-defaults --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/dm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dm dm.o utmpentry.o dm.ln utmpentry.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/bitmap/app-defaults && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/dm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dm dm.o utmpentry.o dm.ln utmpentry.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/bitmap/app-defaults && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/dm && rm -f dm.html8 dm.conf.html5 .depend dm.d utmpentry.d dm.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- --- cleandir-ccmakedep --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/dm && rm -f dm.html8 dm.conf.html5 .depend dm.d utmpentry.d dm.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/ccmakedep --- cleandir-games --- --- cleandir-factor --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- cleandir ===> games/factor --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/ccmakedep && rm -f ccmakedep a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/ccmakedep && rm -f ccmakedep a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/factor && rm -f a.out [Ee]rrs mklog core *.core .gdbinit factor factor.o pr_tbl.o factor.ln pr_tbl.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/factor && rm -f a.out [Ee]rrs mklog core *.core .gdbinit factor factor.o pr_tbl.o factor.ln pr_tbl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/ccmakedep && rm -f ccmakedep.1 ccmakedep.html1 ccmakedep.cpp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/ccmakedep && rm -f ccmakedep.1 ccmakedep.html1 ccmakedep.cpp || true) --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/factor && rm -f factor.html6 .depend factor.d pr_tbl.d factor.d.tmp pr_tbl.d.tmp tags || true) --- cleandir-external --- --- cleandir-cleanlinks --- cleandir ===> external/mit/xorg/bin/cleanlinks --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/factor && rm -f factor.html6 .depend factor.d pr_tbl.d factor.d.tmp pr_tbl.d.tmp tags || true) --- cleandir-fish --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- cleandir ===> games/fish --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/cleanlinks && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/cleanlinks && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/fish && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fish fish.o fish.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/cleanlinks && rm -f cleanlinks.1 cleanlinks.html1 || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/fish && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fish fish.o fish.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/cleanlinks && rm -f cleanlinks.1 cleanlinks.html1 || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- cleandir-cvt --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/fish && rm -f fish.html6 .depend fish.d fish.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/cvt --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/fish && rm -f fish.html6 .depend fish.d fish.d.tmp tags || true) --- cleandir-fortune --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- cleandir ===> games/fortune --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/cvt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cvt cvt.o cvt.ln || true) --- cleandir-games --- --- cleandir-fortune --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/cvt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cvt cvt.o cvt.ln || true) --- cleandir-games --- cleandir ===> games/fortune/fortune --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/cvt && rm -f cvt.1 cvt.html1 .depend cvt.d cvt.d.tmp tags || true) --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/fortune/fortune && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fortune fortune.o fortune.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/cvt && rm -f cvt.1 cvt.html1 .depend cvt.d cvt.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/fortune/fortune && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fortune fortune.o fortune.ln || true) --- cleandir-external --- --- cleandir-cxpm --- cleandir ===> external/mit/xorg/bin/cxpm --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/fortune/fortune && rm -f fortune.html6 .depend fortune.d fortune.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/fortune/fortune && rm -f fortune.html6 .depend fortune.d fortune.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/cxpm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cxpm cxpm.o cxpm.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/cxpm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cxpm cxpm.o cxpm.ln || true) --- cleandir-games --- --- cleandir-strfile --- cleandir ===> games/fortune/strfile --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/cxpm && rm -f cxpm.1 cxpm.html1 .depend cxpm.d cxpm.d.tmp tags || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/cxpm && rm -f cxpm.1 cxpm.html1 .depend cxpm.d cxpm.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/fortune/strfile && rm -f a.out [Ee]rrs mklog core *.core .gdbinit strfile strfile.o strfile.ln || true) --- cleandir-external --- --- cleandir-editres --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/fortune/strfile && rm -f a.out [Ee]rrs mklog core *.core .gdbinit strfile strfile.o strfile.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/editres --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/fortune/strfile && rm -f strfile.html8 .depend strfile.d strfile.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/fortune/strfile && rm -f strfile.html8 .depend strfile.d strfile.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/editres && rm -f a.out [Ee]rrs mklog core *.core .gdbinit editres actions.o comm.o editres.o geometry.o handler.o setvalues.o svpopup.o utils.o widgets.o wtree.o actions.ln comm.ln editres.ln geometry.ln handler.ln setvalues.ln svpopup.ln utils.ln widgets.ln wtree.ln || true) --- cleandir-games --- --- cleandir-unstr --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/editres && rm -f a.out [Ee]rrs mklog core *.core .gdbinit editres actions.o comm.o editres.o geometry.o handler.o setvalues.o svpopup.o utils.o widgets.o wtree.o actions.ln comm.ln editres.ln geometry.ln handler.ln setvalues.ln svpopup.ln utils.ln widgets.ln wtree.ln || true) --- cleandir-games --- cleandir ===> games/fortune/unstr --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/editres && rm -f editres.1 editres.html1 .depend actions.d comm.d editres.d geometry.d handler.d setvalues.d svpopup.d utils.d widgets.d wtree.d actions.d.tmp comm.d.tmp editres.d.tmp geometry.d.tmp handler.d.tmp setvalues.d.tmp svpopup.d.tmp utils.d.tmp widgets.d.tmp wtree.d.tmp tags || true) --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/fortune/unstr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit unstr unstr.o unstr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/editres && rm -f editres.1 editres.html1 .depend actions.d comm.d editres.d geometry.d handler.d setvalues.d svpopup.d utils.d widgets.d wtree.d actions.d.tmp comm.d.tmp editres.d.tmp geometry.d.tmp handler.d.tmp setvalues.d.tmp svpopup.d.tmp utils.d.tmp widgets.d.tmp wtree.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/fortune/unstr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit unstr unstr.o unstr.ln || true) --- cleandir-external --- --- cleandir-fc-cache --- cleandir ===> external/mit/xorg/bin/fc-cache --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/fortune/unstr && rm -f .depend unstr.d unstr.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/fortune/unstr && rm -f .depend unstr.d unstr.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-cache && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-cache fc-cache.o fc-cache.ln || true) --- cleandir-games --- --- cleandir-datfiles --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-cache && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-cache fc-cache.o fc-cache.ln || true) --- cleandir-games --- cleandir ===> games/fortune/datfiles --- cleandir-external --- --- __docleandir --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-cache && rm -f fc-cache.1 fc-cache.html1 .depend fc-cache.d fc-cache.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/fortune/datfiles && rm -f fortunes.dat fortunes2.dat startrek.dat zippy.dat fortunes-o fortunes-o.dat fortunes2-o fortunes2-o.dat limerick.dat limerick-o limerick-o.dat unamerican-o unamerican-o.dat netbsd.dat netbsd-o netbsd-o.dat farber.dat netbsd-tips.dat a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-cache && rm -f fc-cache.1 fc-cache.html1 .depend fc-cache.d fc-cache.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/fortune/datfiles && rm -f fortunes.dat fortunes2.dat startrek.dat zippy.dat fortunes-o fortunes-o.dat fortunes2-o fortunes2-o.dat limerick.dat limerick-o limerick-o.dat unamerican-o unamerican-o.dat netbsd.dat netbsd-o netbsd-o.dat farber.dat netbsd-tips.dat a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-fc-cat --- --- cleandir-games --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/fc-cat --- cleandir-games --- --- cleandir-gomoku --- cleandir ===> games/gomoku --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-cat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-cat fc-cat.o fc-cat.ln || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-cat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-cat fc-cat.o fc-cat.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/gomoku && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gomoku bdinit.o bdisp.o main.o makemove.o pickmove.o stoc.o bdinit.ln bdisp.ln main.ln makemove.ln pickmove.ln stoc.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/gomoku && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gomoku bdinit.o bdisp.o main.o makemove.o pickmove.o stoc.o bdinit.ln bdisp.ln main.ln makemove.ln pickmove.ln stoc.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-cat && rm -f fc-cat.1 fc-cat.html1 .depend fc-cat.d fc-cat.d.tmp tags || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-cat && rm -f fc-cat.1 fc-cat.html1 .depend fc-cat.d fc-cat.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/gomoku && rm -f gomoku.html6 .depend bdinit.d bdisp.d main.d makemove.d pickmove.d stoc.d bdinit.d.tmp bdisp.d.tmp main.d.tmp makemove.d.tmp pickmove.d.tmp stoc.d.tmp tags || true) --- cleandir-external --- --- cleandir-fc-conflist --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/gomoku && rm -f gomoku.html6 .depend bdinit.d bdisp.d main.d makemove.d pickmove.d stoc.d bdinit.d.tmp bdisp.d.tmp main.d.tmp makemove.d.tmp pickmove.d.tmp stoc.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/fc-conflist --- cleandir-games --- --- cleandir-hack --- cleandir ===> games/hack --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-conflist && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-conflist fc-conflist.o fc-conflist.ln || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-conflist && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-conflist fc-conflist.o fc-conflist.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/hack && rm -f makedefs makedefs.lo hack.onames.h a.out [Ee]rrs mklog core *.core .gdbinit hack alloc.o hack.Decl.o hack.apply.o hack.bones.o hack.o hack.cmd.o hack.do.o hack.do_name.o hack.do_wear.o hack.dog.o hack.eat.o hack.end.o hack.engrave.o hack.fight.o hack.invent.o hack.ioctl.o hack.lev.o hack.main.o hack.makemon.o hack.mhitu.o hack.mklev.o hack.mkmaze.o hack.mkobj.o hack.mkshop.o hack.mon.o hack.monst.o hack.o_init.o hack.objnam.o hack.options.o hack.pager.o hack.potion.o hack.pri.o hack.read.o hack.rip.o hack.rumors.o hack.save.o hack.search.o hack.shk.o hack.shknam.o hack.steal.o hack.terminfo.o hack.timeout.o hack.topl.o hack.track.o hack.trap.o hack.tty.o hack.u_init.o hack.unix.o hack.vault.o hack.version.o hack.wield.o hack.wizard.o hack.worm.o hack.worn.o hack.zap.o rnd.o alloc.ln hack.Decl.ln hack.apply.ln hack.bones.ln hack.ln hack.cmd.ln hack.do.ln hack.do_name.ln hack.do_wear.ln hack.dog.ln hack.eat.ln hack.end.ln hack.engrave.ln hack.fight.ln hack.invent.ln hack.ioctl.ln hack.lev.ln hack.main.ln hack.makemon.ln hack.mhitu.ln hack.mklev.ln hack.mkmaze.ln hack.mkobj.ln hack.mkshop.ln hack.mon.ln hack.monst.ln hack.o_init.ln hack.objnam.ln hack.options.ln hack.pager.ln hack.potion.ln hack.pri.ln hack.read.ln hack.rip.ln hack.rumors.ln hack.save.ln hack.search.ln hack.shk.ln hack.shknam.ln hack.steal.ln hack.terminfo.ln hack.timeout.ln hack.topl.ln hack.track.ln hack.trap.ln hack.tty.ln hack.u_init.ln hack.unix.ln hack.vault.ln hack.version.ln hack.wield.ln hack.wizard.ln hack.worm.ln hack.worn.ln hack.zap.ln rnd.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/hack && rm -f makedefs makedefs.lo hack.onames.h a.out [Ee]rrs mklog core *.core .gdbinit hack alloc.o hack.Decl.o hack.apply.o hack.bones.o hack.o hack.cmd.o hack.do.o hack.do_name.o hack.do_wear.o hack.dog.o hack.eat.o hack.end.o hack.engrave.o hack.fight.o hack.invent.o hack.ioctl.o hack.lev.o hack.main.o hack.makemon.o hack.mhitu.o hack.mklev.o hack.mkmaze.o hack.mkobj.o hack.mkshop.o hack.mon.o hack.monst.o hack.o_init.o hack.objnam.o hack.options.o hack.pager.o hack.potion.o hack.pri.o hack.read.o hack.rip.o hack.rumors.o hack.save.o hack.search.o hack.shk.o hack.shknam.o hack.steal.o hack.terminfo.o hack.timeout.o hack.topl.o hack.track.o hack.trap.o hack.tty.o hack.u_init.o hack.unix.o hack.vault.o hack.version.o hack.wield.o hack.wizard.o hack.worm.o hack.worn.o hack.zap.o rnd.o alloc.ln hack.Decl.ln hack.apply.ln hack.bones.ln hack.ln hack.cmd.ln hack.do.ln hack.do_name.ln hack.do_wear.ln hack.dog.ln hack.eat.ln hack.end.ln hack.engrave.ln hack.fight.ln hack.invent.ln hack.ioctl.ln hack.lev.ln hack.main.ln hack.makemon.ln hack.mhitu.ln hack.mklev.ln hack.mkmaze.ln hack.mkobj.ln hack.mkshop.ln hack.mon.ln hack.monst.ln hack.o_init.ln hack.objnam.ln hack.options.ln hack.pager.ln hack.potion.ln hack.pri.ln hack.read.ln hack.rip.ln hack.rumors.ln hack.save.ln hack.search.ln hack.shk.ln hack.shknam.ln hack.steal.ln hack.terminfo.ln hack.timeout.ln hack.topl.ln hack.track.ln hack.trap.ln hack.tty.ln hack.u_init.ln hack.unix.ln hack.vault.ln hack.version.ln hack.wield.ln hack.wizard.ln hack.worm.ln hack.worn.ln hack.zap.ln rnd.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-conflist && rm -f fc-conflist.1 fc-conflist.html1 .depend fc-conflist.d fc-conflist.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-conflist && rm -f fc-conflist.1 fc-conflist.html1 .depend fc-conflist.d fc-conflist.d.tmp tags || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- cleandir-fc-list --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/hack && rm -f hack.html6 .depend alloc.d hack.Decl.d hack.apply.d hack.bones.d hack.cmd.d hack.d hack.do.d hack.do_name.d hack.do_wear.d hack.dog.d hack.eat.d hack.end.d hack.engrave.d hack.fight.d hack.invent.d hack.ioctl.d hack.lev.d hack.main.d hack.makemon.d hack.mhitu.d hack.mklev.d hack.mkmaze.d hack.mkobj.d hack.mkshop.d hack.mon.d hack.monst.d hack.o_init.d hack.objnam.d hack.options.d hack.pager.d hack.potion.d hack.pri.d hack.read.d hack.rip.d hack.rumors.d hack.save.d hack.search.d hack.shk.d hack.shknam.d hack.steal.d hack.terminfo.d hack.timeout.d hack.topl.d hack.track.d hack.trap.d hack.tty.d hack.u_init.d hack.unix.d hack.vault.d hack.version.d hack.wield.d hack.wizard.d hack.worm.d hack.worn.d hack.zap.d rnd.d alloc.d.tmp hack.Decl.d.tmp hack.apply.d.tmp hack.bones.d.tmp hack.cmd.d.tmp hack.d.tmp hack.do.d.tmp hack.do_name.d.tmp hack.do_wear.d.tmp hack.dog.d.tmp hack.eat.d.tmp hack.end.d.tmp hack.engrave.d.tmp hack.fight.d.tmp hack.invent.d.tmp hack.ioctl.d.tmp hack.lev.d.tmp hack.main.d.tmp hack.makemon.d.tmp hack.mhitu.d.tmp hack.mklev.d.tmp hack.mkmaze.d.tmp hack.mkobj.d.tmp hack.mkshop.d.tmp hack.mon.d.tmp hack.monst.d.tmp hack.o_init.d.tmp hack.objnam.d.tmp hack.options.d.tmp hack.pager.d.tmp hack.potion.d.tmp hack.pri.d.tmp hack.read.d.tmp hack.rip.d.tmp hack.rumors.d.tmp hack.save.d.tmp hack.search.d.tmp hack.shk.d.tmp hack.shknam.d.tmp hack.steal.d.tmp hack.terminfo.d.tmp hack.timeout.d.tmp hack.topl.d.tmp hack.track.d.tmp hack.trap.d.tmp hack.tty.d.tmp hack.u_init.d.tmp hack.unix.d.tmp hack.vault.d.tmp hack.version.d.tmp hack.wield.d.tmp hack.wizard.d.tmp hack.worm.d.tmp hack.worn.d.tmp hack.zap.d.tmp rnd.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/fc-list --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/hack && rm -f hack.html6 .depend alloc.d hack.Decl.d hack.apply.d hack.bones.d hack.cmd.d hack.d hack.do.d hack.do_name.d hack.do_wear.d hack.dog.d hack.eat.d hack.end.d hack.engrave.d hack.fight.d hack.invent.d hack.ioctl.d hack.lev.d hack.main.d hack.makemon.d hack.mhitu.d hack.mklev.d hack.mkmaze.d hack.mkobj.d hack.mkshop.d hack.mon.d hack.monst.d hack.o_init.d hack.objnam.d hack.options.d hack.pager.d hack.potion.d hack.pri.d hack.read.d hack.rip.d hack.rumors.d hack.save.d hack.search.d hack.shk.d hack.shknam.d hack.steal.d hack.terminfo.d hack.timeout.d hack.topl.d hack.track.d hack.trap.d hack.tty.d hack.u_init.d hack.unix.d hack.vault.d hack.version.d hack.wield.d hack.wizard.d hack.worm.d hack.worn.d hack.zap.d rnd.d alloc.d.tmp hack.Decl.d.tmp hack.apply.d.tmp hack.bones.d.tmp hack.cmd.d.tmp hack.d.tmp hack.do.d.tmp hack.do_name.d.tmp hack.do_wear.d.tmp hack.dog.d.tmp hack.eat.d.tmp hack.end.d.tmp hack.engrave.d.tmp hack.fight.d.tmp hack.invent.d.tmp hack.ioctl.d.tmp hack.lev.d.tmp hack.main.d.tmp hack.makemon.d.tmp hack.mhitu.d.tmp hack.mklev.d.tmp hack.mkmaze.d.tmp hack.mkobj.d.tmp hack.mkshop.d.tmp hack.mon.d.tmp hack.monst.d.tmp hack.o_init.d.tmp hack.objnam.d.tmp hack.options.d.tmp hack.pager.d.tmp hack.potion.d.tmp hack.pri.d.tmp hack.read.d.tmp hack.rip.d.tmp hack.rumors.d.tmp hack.save.d.tmp hack.search.d.tmp hack.shk.d.tmp hack.shknam.d.tmp hack.steal.d.tmp hack.terminfo.d.tmp hack.timeout.d.tmp hack.topl.d.tmp hack.track.d.tmp hack.trap.d.tmp hack.tty.d.tmp hack.u_init.d.tmp hack.unix.d.tmp hack.vault.d.tmp hack.version.d.tmp hack.wield.d.tmp hack.wizard.d.tmp hack.worm.d.tmp hack.worn.d.tmp hack.zap.d.tmp rnd.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- cleandir-hals_end --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-list && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-list fc-list.o fc-list.ln || true) --- cleandir-games --- cleandir ===> games/hals_end --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-list && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-list fc-list.o fc-list.ln || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/hals_end && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hals_end hals_end.o hals_end.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-list && rm -f fc-list.1 fc-list.html1 .depend fc-list.d fc-list.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/hals_end && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hals_end hals_end.o hals_end.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-list && rm -f fc-list.1 fc-list.html1 .depend fc-list.d fc-list.d.tmp tags || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- cleandir-fc-match --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/hals_end && rm -f hals_end.html6 .depend hals_end.d hals_end.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/fc-match --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/hals_end && rm -f hals_end.html6 .depend hals_end.d hals_end.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- cleandir-hangman --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-match && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-match fc-match.o fc-match.ln || true) --- cleandir-games --- cleandir ===> games/hangman --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-match && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-match fc-match.o fc-match.ln || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/hangman && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hangman endgame.o extern.o getguess.o getword.o main.o playgame.o prdata.o prman.o prword.o setup.o endgame.ln extern.ln getguess.ln getword.ln main.ln playgame.ln prdata.ln prman.ln prword.ln setup.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-match && rm -f fc-match.1 fc-match.html1 .depend fc-match.d fc-match.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/hangman && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hangman endgame.o extern.o getguess.o getword.o main.o playgame.o prdata.o prman.o prword.o setup.o endgame.ln extern.ln getguess.ln getword.ln main.ln playgame.ln prdata.ln prman.ln prword.ln setup.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-match && rm -f fc-match.1 fc-match.html1 .depend fc-match.d fc-match.d.tmp tags || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- cleandir-fc-pattern --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/hangman && rm -f hangman.html6 .depend endgame.d extern.d getguess.d getword.d main.d playgame.d prdata.d prman.d prword.d setup.d endgame.d.tmp extern.d.tmp getguess.d.tmp getword.d.tmp main.d.tmp playgame.d.tmp prdata.d.tmp prman.d.tmp prword.d.tmp setup.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/fc-pattern --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/hangman && rm -f hangman.html6 .depend endgame.d extern.d getguess.d getword.d main.d playgame.d prdata.d prman.d prword.d setup.d endgame.d.tmp extern.d.tmp getguess.d.tmp getword.d.tmp main.d.tmp playgame.d.tmp prdata.d.tmp prman.d.tmp prword.d.tmp setup.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- cleandir-hunt --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-pattern && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-pattern fc-pattern.o fc-pattern.ln || true) --- cleandir-games --- cleandir ===> games/hunt --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-pattern && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-pattern fc-pattern.o fc-pattern.ln || true) --- cleandir-games --- --- cleandir-hunt --- cleandir ===> games/hunt/hunt --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-pattern && rm -f fc-pattern.1 fc-pattern.html1 .depend fc-pattern.d fc-pattern.d.tmp tags || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-pattern && rm -f fc-pattern.1 fc-pattern.html1 .depend fc-pattern.d fc-pattern.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/hunt/hunt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hunt connect.o hunt.o otto.o playit.o server.o connect.ln hunt.ln otto.ln playit.ln server.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/hunt/hunt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hunt connect.o hunt.o otto.o playit.o server.o connect.ln hunt.ln otto.ln playit.ln server.ln || true) --- cleandir-external --- --- cleandir-fc-query --- cleandir ===> external/mit/xorg/bin/fc-query --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/hunt/hunt && rm -f hunt.html6 .depend connect.d hunt.d otto.d playit.d server.d connect.d.tmp hunt.d.tmp otto.d.tmp playit.d.tmp server.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/hunt/hunt && rm -f hunt.html6 .depend connect.d hunt.d otto.d playit.d server.d connect.d.tmp hunt.d.tmp otto.d.tmp playit.d.tmp server.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-query && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-query fc-query.o fc-query.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-query && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-query fc-query.o fc-query.ln || true) --- cleandir-games --- --- cleandir-huntd --- cleandir ===> games/hunt/huntd --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-query && rm -f fc-query.1 fc-query.html1 .depend fc-query.d fc-query.d.tmp tags || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-query && rm -f fc-query.1 fc-query.html1 .depend fc-query.d fc-query.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/hunt/huntd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit huntd answer.o draw.o driver.o execute.o expl.o extern.o makemaze.o shots.o support.o terminal.o answer.ln draw.ln driver.ln execute.ln expl.ln extern.ln makemaze.ln shots.ln support.ln terminal.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/hunt/huntd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit huntd answer.o draw.o driver.o execute.o expl.o extern.o makemaze.o shots.o support.o terminal.o answer.ln draw.ln driver.ln execute.ln expl.ln extern.ln makemaze.ln shots.ln support.ln terminal.ln || true) --- cleandir-external --- --- cleandir-fc-scan --- cleandir ===> external/mit/xorg/bin/fc-scan --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/hunt/huntd && rm -f huntd.html6 .depend answer.d draw.d driver.d execute.d expl.d extern.d makemaze.d shots.d support.d terminal.d answer.d.tmp draw.d.tmp driver.d.tmp execute.d.tmp expl.d.tmp extern.d.tmp makemaze.d.tmp shots.d.tmp support.d.tmp terminal.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/hunt/huntd && rm -f huntd.html6 .depend answer.d draw.d driver.d execute.d expl.d extern.d makemaze.d shots.d support.d terminal.d answer.d.tmp draw.d.tmp driver.d.tmp execute.d.tmp expl.d.tmp extern.d.tmp makemaze.d.tmp shots.d.tmp support.d.tmp terminal.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-scan && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-scan fc-scan.o fc-scan.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-scan && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-scan fc-scan.o fc-scan.ln || true) --- cleandir-games --- --- cleandir-larn --- cleandir ===> games/larn --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-scan && rm -f fc-scan.1 fc-scan.html1 .depend fc-scan.d fc-scan.d.tmp tags || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-scan && rm -f fc-scan.1 fc-scan.html1 .depend fc-scan.d fc-scan.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/larn && rm -f a.out [Ee]rrs mklog core *.core .gdbinit larn main.o object.o create.o tok.o display.o global.o data.o io.o monster.o store.o diag.o help.o config.o nap.o bill.o scores.o signal.o action.o moreobj.o movem.o regen.o fortune.o savelev.o main.ln object.ln create.ln tok.ln display.ln global.ln data.ln io.ln monster.ln store.ln diag.ln help.ln config.ln nap.ln bill.ln scores.ln signal.ln action.ln moreobj.ln movem.ln regen.ln fortune.ln savelev.ln || true) --- cleandir-external --- --- cleandir-fc-validate --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/larn && rm -f a.out [Ee]rrs mklog core *.core .gdbinit larn main.o object.o create.o tok.o display.o global.o data.o io.o monster.o store.o diag.o help.o config.o nap.o bill.o scores.o signal.o action.o moreobj.o movem.o regen.o fortune.o savelev.o main.ln object.ln create.ln tok.ln display.ln global.ln data.ln io.ln monster.ln store.ln diag.ln help.ln config.ln nap.ln bill.ln scores.ln signal.ln action.ln moreobj.ln movem.ln regen.ln fortune.ln savelev.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/fc-validate --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/larn && rm -f larn.html6 .depend action.d bill.d config.d create.d data.d diag.d display.d fortune.d global.d help.d io.d main.d monster.d moreobj.d movem.d nap.d object.d regen.d savelev.d scores.d signal.d store.d tok.d action.d.tmp bill.d.tmp config.d.tmp create.d.tmp data.d.tmp diag.d.tmp display.d.tmp fortune.d.tmp global.d.tmp help.d.tmp io.d.tmp main.d.tmp monster.d.tmp moreobj.d.tmp movem.d.tmp nap.d.tmp object.d.tmp regen.d.tmp savelev.d.tmp scores.d.tmp signal.d.tmp store.d.tmp tok.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-validate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-validate fc-validate.o fc-validate.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/larn && rm -f larn.html6 .depend action.d bill.d config.d create.d data.d diag.d display.d fortune.d global.d help.d io.d main.d monster.d moreobj.d movem.d nap.d object.d regen.d savelev.d scores.d signal.d store.d tok.d action.d.tmp bill.d.tmp config.d.tmp create.d.tmp data.d.tmp diag.d.tmp display.d.tmp fortune.d.tmp global.d.tmp help.d.tmp io.d.tmp main.d.tmp monster.d.tmp moreobj.d.tmp movem.d.tmp nap.d.tmp object.d.tmp regen.d.tmp savelev.d.tmp scores.d.tmp signal.d.tmp store.d.tmp tok.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-validate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fc-validate fc-validate.o fc-validate.ln || true) --- cleandir-games --- --- cleandir-mille --- cleandir ===> games/mille --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fc-validate && rm -f fc-validate.1 fc-validate.html1 .depend fc-validate.d fc-validate.d.tmp tags || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fc-validate && rm -f fc-validate.1 fc-validate.html1 .depend fc-validate.d fc-validate.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/mille && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mille comp.o end.o extern.o init.o mille.o misc.o move.o print.o roll.o save.o types.o varpush.o comp.ln end.ln extern.ln init.ln mille.ln misc.ln move.ln print.ln roll.ln save.ln types.ln varpush.ln || true) --- cleandir-external --- --- cleandir-fonttosfnt --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/mille && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mille comp.o end.o extern.o init.o mille.o misc.o move.o print.o roll.o save.o types.o varpush.o comp.ln end.ln extern.ln init.ln mille.ln misc.ln move.ln print.ln roll.ln save.ln types.ln varpush.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/fonttosfnt --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/mille && rm -f mille.html6 .depend comp.d end.d extern.d init.d mille.d misc.d move.d print.d roll.d save.d types.d varpush.d comp.d.tmp end.d.tmp extern.d.tmp init.d.tmp mille.d.tmp misc.d.tmp move.d.tmp print.d.tmp roll.d.tmp save.d.tmp types.d.tmp varpush.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fonttosfnt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fonttosfnt fonttosfnt.o read.o write.o struct.o util.o fonttosfnt.ln read.ln write.ln struct.ln util.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/mille && rm -f mille.html6 .depend comp.d end.d extern.d init.d mille.d misc.d move.d print.d roll.d save.d types.d varpush.d comp.d.tmp end.d.tmp extern.d.tmp init.d.tmp mille.d.tmp misc.d.tmp move.d.tmp print.d.tmp roll.d.tmp save.d.tmp types.d.tmp varpush.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fonttosfnt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fonttosfnt fonttosfnt.o read.o write.o struct.o util.o fonttosfnt.ln read.ln write.ln struct.ln util.ln || true) --- cleandir-games --- --- cleandir-monop --- cleandir ===> games/monop --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fonttosfnt && rm -f fonttosfnt.1 fonttosfnt.html1 .depend fonttosfnt.d read.d struct.d util.d write.d fonttosfnt.d.tmp read.d.tmp struct.d.tmp util.d.tmp write.d.tmp tags || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fonttosfnt && rm -f fonttosfnt.1 fonttosfnt.html1 .depend fonttosfnt.d read.d struct.d util.d write.d fonttosfnt.d.tmp read.d.tmp struct.d.tmp util.d.tmp write.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/monop && rm -f a.out [Ee]rrs mklog core *.core .gdbinit monop monop.o cards.o execute.o getinp.o houses.o jail.o misc.o morg.o print.o prop.o rent.o roll.o spec.o trade.o monop.ln cards.ln execute.ln getinp.ln houses.ln jail.ln misc.ln morg.ln print.ln prop.ln rent.ln roll.ln spec.ln trade.ln || true) --- cleandir-external --- --- cleandir-fslsfonts --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/monop && rm -f a.out [Ee]rrs mklog core *.core .gdbinit monop monop.o cards.o execute.o getinp.o houses.o jail.o misc.o morg.o print.o prop.o rent.o roll.o spec.o trade.o monop.ln cards.ln execute.ln getinp.ln houses.ln jail.ln misc.ln morg.ln print.ln prop.ln rent.ln roll.ln spec.ln trade.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/fslsfonts --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/monop && rm -f monop.html6 .depend cards.d execute.d getinp.d houses.d jail.d misc.d monop.d morg.d print.d prop.d rent.d roll.d spec.d trade.d cards.d.tmp execute.d.tmp getinp.d.tmp houses.d.tmp jail.d.tmp misc.d.tmp monop.d.tmp morg.d.tmp print.d.tmp prop.d.tmp rent.d.tmp roll.d.tmp spec.d.tmp trade.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/fslsfonts/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/fslsfonts/dist/configure" returned non-zero status --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/monop && rm -f monop.html6 .depend cards.d execute.d getinp.d houses.d jail.d misc.d monop.d morg.d print.d prop.d rent.d roll.d spec.d trade.d cards.d.tmp execute.d.tmp getinp.d.tmp houses.d.tmp jail.d.tmp misc.d.tmp monop.d.tmp morg.d.tmp print.d.tmp prop.d.tmp rent.d.tmp roll.d.tmp spec.d.tmp trade.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/fslsfonts/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/fslsfonts/dist/configure" returned non-zero status --- cleandir-games --- --- cleandir-morse --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- cleandir ===> games/morse --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fslsfonts && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fslsfonts fslsfonts.o fslsfonts.ln || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fslsfonts && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fslsfonts fslsfonts.o fslsfonts.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/morse && rm -f a.out [Ee]rrs mklog core *.core .gdbinit morse morse.o morse.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/morse && rm -f a.out [Ee]rrs mklog core *.core .gdbinit morse morse.o morse.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fslsfonts && rm -f fslsfonts.1 fslsfonts.html1 .depend fslsfonts.d fslsfonts.d.tmp tags || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fslsfonts && rm -f fslsfonts.1 fslsfonts.html1 .depend fslsfonts.d fslsfonts.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/morse && rm -f .depend morse.d morse.d.tmp tags || true) --- cleandir-external --- --- cleandir-fstobdf --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/morse && rm -f .depend morse.d morse.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/fstobdf --- cleandir-games --- --- cleandir-number --- cleandir ===> games/number --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/fstobdf/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/fstobdf/dist/configure" returned non-zero status --- cleandir-games --- --- __doclean --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/fstobdf/dist/configure" returned non-zero status --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/number && rm -f a.out [Ee]rrs mklog core *.core .gdbinit number number.o number.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/fstobdf/dist/configure" returned non-zero status --- __doclean --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/number && rm -f a.out [Ee]rrs mklog core *.core .gdbinit number number.o number.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fstobdf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fstobdf chars.o fstobdf.o header.o props.o chars.ln fstobdf.ln header.ln props.ln || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fstobdf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fstobdf chars.o fstobdf.o header.o props.o chars.ln fstobdf.ln header.ln props.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/number && rm -f number.html6 .depend number.d number.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/number && rm -f number.html6 .depend number.d number.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/fstobdf && rm -f fstobdf.1 fstobdf.html1 .depend chars.d fstobdf.d header.d props.d chars.d.tmp fstobdf.d.tmp header.d.tmp props.d.tmp tags || true) --- cleandir-games --- --- cleandir-phantasia --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/fstobdf && rm -f fstobdf.1 fstobdf.html1 .depend chars.d fstobdf.d header.d props.d chars.d.tmp fstobdf.d.tmp header.d.tmp props.d.tmp tags || true) --- cleandir-games --- cleandir ===> games/phantasia --- cleandir-external --- --- cleandir-glxgears --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/glxgears --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/phantasia && rm -f map mkdata setup.lo host_phantglobs.lo gold lastdead mess monsters void motd characs scoreboard files.stamp a.out [Ee]rrs mklog core *.core .gdbinit phantasia fight.o gamesupport.o interplayer.o io.o main.o misc.o phantglobs.o fight.ln gamesupport.ln interplayer.ln io.ln main.ln misc.ln phantglobs.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/phantasia && rm -f map mkdata setup.lo host_phantglobs.lo gold lastdead mess monsters void motd characs scoreboard files.stamp a.out [Ee]rrs mklog core *.core .gdbinit phantasia fight.o gamesupport.o interplayer.o io.o main.o misc.o phantglobs.o fight.ln gamesupport.ln interplayer.ln io.ln main.ln misc.ln phantglobs.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/glxgears && rm -f a.out [Ee]rrs mklog core *.core .gdbinit glxgears glxgears.o glxgears.ln || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/glxgears && rm -f a.out [Ee]rrs mklog core *.core .gdbinit glxgears glxgears.o glxgears.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/phantasia && rm -f phantasia.html6 host_phantglobs.c .depend fight.d gamesupport.d interplayer.d io.d main.d misc.d phantglobs.d fight.d.tmp gamesupport.d.tmp interplayer.d.tmp io.d.tmp main.d.tmp misc.d.tmp phantglobs.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/phantasia && rm -f phantasia.html6 host_phantglobs.c .depend fight.d gamesupport.d interplayer.d io.d main.d misc.d phantglobs.d fight.d.tmp gamesupport.d.tmp interplayer.d.tmp io.d.tmp main.d.tmp misc.d.tmp phantglobs.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/glxgears && rm -f .depend glxgears.d glxgears.d.tmp tags || true) --- cleandir-games --- --- cleandir-pig --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/glxgears && rm -f .depend glxgears.d glxgears.d.tmp tags || true) --- cleandir-games --- cleandir ===> games/pig --- cleandir-external --- --- cleandir-glxinfo --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/glxinfo --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/pig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pig pig.o pig.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/pig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pig pig.o pig.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/glxinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit glxinfo glinfo_common.o glxinfo.o glinfo_common.ln glxinfo.ln || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/glxinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit glxinfo glinfo_common.o glxinfo.o glinfo_common.ln glxinfo.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/pig && rm -f pig.html6 .depend pig.d pig.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/pig && rm -f pig.html6 .depend pig.d pig.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/glxinfo && rm -f .depend glinfo_common.d glxinfo.d glinfo_common.d.tmp glxinfo.d.tmp tags || true) --- cleandir-games --- --- cleandir-pom --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/glxinfo && rm -f .depend glinfo_common.d glxinfo.d glinfo_common.d.tmp glxinfo.d.tmp tags || true) --- cleandir-games --- cleandir ===> games/pom --- cleandir-external --- --- cleandir-iceauth --- cleandir ===> external/mit/xorg/bin/iceauth --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/pom && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pom pom.o pom.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/iceauth/dist/configure" returned non-zero status --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/pom && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pom pom.o pom.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/iceauth/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/iceauth/dist/configure" returned non-zero status --- cleandir-games --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/iceauth/dist/configure" returned non-zero status --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/pom && rm -f pom.html6 .depend pom.d pom.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/pom && rm -f pom.html6 .depend pom.d pom.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/iceauth && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iceauth iceauth.o process.o iceauth.ln process.ln || true) --- cleandir-games --- --- cleandir-ppt --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/iceauth && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iceauth iceauth.o process.o iceauth.ln process.ln || true) --- cleandir-games --- cleandir ===> games/ppt --- cleandir-external --- --- __docleandir --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/iceauth && rm -f iceauth.1 iceauth.html1 .depend iceauth.d process.d iceauth.d.tmp process.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/ppt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ppt ppt.o ppt.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/iceauth && rm -f iceauth.1 iceauth.html1 .depend iceauth.d process.d iceauth.d.tmp process.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/ppt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ppt ppt.o ppt.ln || true) --- cleandir-external --- --- cleandir-ico --- --- cleandir-games --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/ico --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/ppt && rm -f .depend ppt.d ppt.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/ppt && rm -f .depend ppt.d ppt.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/ico/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/ico/dist/configure" returned non-zero status --- cleandir-games --- --- cleandir-primes --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/ico/dist/configure" returned non-zero status --- cleandir-games --- cleandir ===> games/primes --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/ico/dist/configure" returned non-zero status --- __doclean --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/ico && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ico ico.o ico.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/primes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit primes pattern.o pr_tbl.o primes.o spsp.o pattern.ln pr_tbl.ln primes.ln spsp.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/ico && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ico ico.o ico.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/primes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit primes pattern.o pr_tbl.o primes.o spsp.o pattern.ln pr_tbl.ln primes.ln spsp.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/ico && rm -f ico.1 ico.html1 .depend ico.d ico.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/primes && rm -f primes.html6 .depend pattern.d pr_tbl.d primes.d spsp.d pattern.d.tmp pr_tbl.d.tmp primes.d.tmp spsp.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/ico && rm -f ico.1 ico.html1 .depend ico.d ico.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/primes && rm -f primes.html6 .depend pattern.d pr_tbl.d primes.d spsp.d pattern.d.tmp pr_tbl.d.tmp primes.d.tmp spsp.d.tmp tags || true) --- cleandir-external --- --- cleandir-imake --- --- cleandir-games --- --- cleandir-quiz --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/imake --- cleandir-games --- cleandir ===> games/quiz --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/imake && rm -f a.out [Ee]rrs mklog core *.core .gdbinit imake imake.o imake.ln || true) --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/quiz && rm -f a.out [Ee]rrs mklog core *.core .gdbinit quiz quiz.o rxp.o quiz.ln rxp.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/imake && rm -f a.out [Ee]rrs mklog core *.core .gdbinit imake imake.o imake.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/quiz && rm -f a.out [Ee]rrs mklog core *.core .gdbinit quiz quiz.o rxp.o quiz.ln rxp.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/imake && rm -f imake.1 imake.html1 .depend imake.d imake.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/quiz && rm -f quiz.html6 .depend quiz.d rxp.d quiz.d.tmp rxp.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/imake && rm -f imake.1 imake.html1 .depend imake.d imake.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/quiz && rm -f quiz.html6 .depend quiz.d rxp.d quiz.d.tmp rxp.d.tmp tags || true) --- cleandir-external --- --- cleandir-listres --- --- cleandir-games --- --- cleandir-rain --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/listres --- cleandir-games --- cleandir ===> games/rain --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/listres && rm -f a.out [Ee]rrs mklog core *.core .gdbinit listres listres.o listres.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/rain && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rain rain.o rain.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/listres && rm -f a.out [Ee]rrs mklog core *.core .gdbinit listres listres.o listres.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/rain && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rain rain.o rain.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/listres && rm -f listres.1 listres.html1 .depend listres.d listres.d.tmp tags || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/rain && rm -f rain.html6 .depend rain.d rain.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/listres && rm -f listres.1 listres.html1 .depend listres.d listres.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/rain && rm -f rain.html6 .depend rain.d rain.d.tmp tags || true) --- cleandir-external --- --- cleandir-lndir --- --- cleandir-games --- --- cleandir-random --- cleandir ===> games/random --- cleandir-external --- cleandir ===> external/mit/xorg/bin/lndir --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/lndir && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lndir lndir.o lndir.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/random && rm -f a.out [Ee]rrs mklog core *.core .gdbinit random random.o random.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/random && rm -f a.out [Ee]rrs mklog core *.core .gdbinit random random.o random.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/lndir && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lndir lndir.o lndir.ln || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/random && rm -f random.html6 .depend random.d random.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/lndir && rm -f lndir.1 lndir.html1 .depend lndir.d lndir.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/random && rm -f random.html6 .depend random.d random.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/lndir && rm -f lndir.1 lndir.html1 .depend lndir.d lndir.d.tmp tags || true) --- cleandir-games --- --- cleandir-robots --- --- cleandir-external --- --- cleandir-luit --- --- cleandir-games --- cleandir ===> games/robots --- cleandir-external --- cleandir ===> external/mit/xorg/bin/luit sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/luit/dist/configure" returned non-zero status --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/robots && rm -f a.out [Ee]rrs mklog core *.core .gdbinit robots auto.o extern.o init_field.o main.o make_level.o move.o move_robs.o play_level.o query.o rnd_pos.o score.o flush_in.o auto.ln extern.ln init_field.ln main.ln make_level.ln move.ln move_robs.ln play_level.ln query.ln rnd_pos.ln score.ln flush_in.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/luit/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/luit/dist/configure" returned non-zero status --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/robots && rm -f a.out [Ee]rrs mklog core *.core .gdbinit robots auto.o extern.o init_field.o main.o make_level.o move.o move_robs.o play_level.o query.o rnd_pos.o score.o flush_in.o auto.ln extern.ln init_field.ln main.ln make_level.ln move.ln move_robs.ln play_level.ln query.ln rnd_pos.ln score.ln flush_in.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/luit/dist/configure" returned non-zero status --- __doclean --- --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/luit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit luit luit.o iso2022.o charset.o parser.o sys.o other.o luit.ln iso2022.ln charset.ln parser.ln sys.ln other.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/robots && rm -f robots.html6 .depend auto.d extern.d flush_in.d init_field.d main.d make_level.d move.d move_robs.d play_level.d query.d rnd_pos.d score.d auto.d.tmp extern.d.tmp flush_in.d.tmp init_field.d.tmp main.d.tmp make_level.d.tmp move.d.tmp move_robs.d.tmp play_level.d.tmp query.d.tmp rnd_pos.d.tmp score.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/luit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit luit luit.o iso2022.o charset.o parser.o sys.o other.o luit.ln iso2022.ln charset.ln parser.ln sys.ln other.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/robots && rm -f robots.html6 .depend auto.d extern.d flush_in.d init_field.d main.d make_level.d move.d move_robs.d play_level.d query.d rnd_pos.d score.d auto.d.tmp extern.d.tmp flush_in.d.tmp init_field.d.tmp main.d.tmp make_level.d.tmp move.d.tmp move_robs.d.tmp play_level.d.tmp query.d.tmp rnd_pos.d.tmp score.d.tmp tags || true) --- cleandir-rogue --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- cleandir ===> games/rogue --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/luit && rm -f luit.1 luit.html1 .depend charset.d iso2022.d luit.d other.d parser.d sys.d charset.d.tmp iso2022.d.tmp luit.d.tmp other.d.tmp parser.d.tmp sys.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/luit && rm -f luit.1 luit.html1 .depend charset.d iso2022.d luit.d other.d parser.d sys.d charset.d.tmp iso2022.d.tmp luit.d.tmp other.d.tmp parser.d.tmp sys.d.tmp tags || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- cleandir-makedepend --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/rogue && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rogue hit.o init.o inventory.o level.o machdep.o main.o message.o monster.o move.o object.o pack.o play.o random.o ring.o room.o save.o score.o spec_hit.o throw.o trap.o use.o zap.o hit.ln init.ln inventory.ln level.ln machdep.ln main.ln message.ln monster.ln move.ln object.ln pack.ln play.ln random.ln ring.ln room.ln save.ln score.ln spec_hit.ln throw.ln trap.ln use.ln zap.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/makedepend --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/rogue && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rogue hit.o init.o inventory.o level.o machdep.o main.o message.o monster.o move.o object.o pack.o play.o random.o ring.o room.o save.o score.o spec_hit.o throw.o trap.o use.o zap.o hit.ln init.ln inventory.ln level.ln machdep.ln main.ln message.ln monster.ln move.ln object.ln pack.ln play.ln random.ln ring.ln room.ln save.ln score.ln spec_hit.ln throw.ln trap.ln use.ln zap.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/makedepend && rm -f a.out [Ee]rrs mklog core *.core .gdbinit makedepend include.o main.o parse.o pr.o cppsetup.o ifparser.o include.ln main.ln parse.ln pr.ln cppsetup.ln ifparser.ln || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/rogue && rm -f rogue.html6 .depend hit.d init.d inventory.d level.d machdep.d main.d message.d monster.d move.d object.d pack.d play.d random.d ring.d room.d save.d score.d spec_hit.d throw.d trap.d use.d zap.d hit.d.tmp init.d.tmp inventory.d.tmp level.d.tmp machdep.d.tmp main.d.tmp message.d.tmp monster.d.tmp move.d.tmp object.d.tmp pack.d.tmp play.d.tmp random.d.tmp ring.d.tmp room.d.tmp save.d.tmp score.d.tmp spec_hit.d.tmp throw.d.tmp trap.d.tmp use.d.tmp zap.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/makedepend && rm -f a.out [Ee]rrs mklog core *.core .gdbinit makedepend include.o main.o parse.o pr.o cppsetup.o ifparser.o include.ln main.ln parse.ln pr.ln cppsetup.ln ifparser.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/rogue && rm -f rogue.html6 .depend hit.d init.d inventory.d level.d machdep.d main.d message.d monster.d move.d object.d pack.d play.d random.d ring.d room.d save.d score.d spec_hit.d throw.d trap.d use.d zap.d hit.d.tmp init.d.tmp inventory.d.tmp level.d.tmp machdep.d.tmp main.d.tmp message.d.tmp monster.d.tmp move.d.tmp object.d.tmp pack.d.tmp play.d.tmp random.d.tmp ring.d.tmp room.d.tmp save.d.tmp score.d.tmp spec_hit.d.tmp throw.d.tmp trap.d.tmp use.d.tmp zap.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-games --- --- cleandir-USD.doc --- cleandir ===> games/rogue/USD.doc --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/makedepend && rm -f makedepend.1 makedepend.html1 .depend cppsetup.d ifparser.d include.d main.d parse.d pr.d cppsetup.d.tmp ifparser.d.tmp include.d.tmp main.d.tmp parse.d.tmp pr.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/makedepend && rm -f makedepend.1 makedepend.html1 .depend cppsetup.d ifparser.d include.d main.d parse.d pr.d cppsetup.d.tmp ifparser.d.tmp include.d.tmp main.d.tmp parse.d.tmp pr.d.tmp tags || true) --- cleandir-games --- --- cleandoc --- rm -f rogue.txt rogue.ps rogue.ps.gz rogue.html rm -f [eE]rrs mklog --- cleandir-external --- --- cleandir-makeg --- --- cleandir-games --- --- cleandir-sail --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/makeg --- cleandir-games --- cleandir ===> games/sail --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/makeg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/sail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sail main.o pl_main.o pl_1.o pl_2.o pl_3.o pl_4.o pl_5.o pl_6.o pl_7.o dr_main.o dr_1.o dr_2.o dr_3.o dr_4.o dr_5.o lo_main.o assorted.o game.o globals.o misc.o parties.o sync.o array.o version.o main.ln pl_main.ln pl_1.ln pl_2.ln pl_3.ln pl_4.ln pl_5.ln pl_6.ln pl_7.ln dr_main.ln dr_1.ln dr_2.ln dr_3.ln dr_4.ln dr_5.ln lo_main.ln assorted.ln game.ln globals.ln misc.ln parties.ln sync.ln array.ln version.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/makeg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/sail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sail main.o pl_main.o pl_1.o pl_2.o pl_3.o pl_4.o pl_5.o pl_6.o pl_7.o dr_main.o dr_1.o dr_2.o dr_3.o dr_4.o dr_5.o lo_main.o assorted.o game.o globals.o misc.o parties.o sync.o array.o version.o main.ln pl_main.ln pl_1.ln pl_2.ln pl_3.ln pl_4.ln pl_5.ln pl_6.ln pl_7.ln dr_main.ln dr_1.ln dr_2.ln dr_3.ln dr_4.ln dr_5.ln lo_main.ln assorted.ln game.ln globals.ln misc.ln parties.ln sync.ln array.ln version.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/makeg && rm -f makeg.1 makeg.html1 || true) --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/sail && rm -f sail.html6 .depend array.d assorted.d dr_1.d dr_2.d dr_3.d dr_4.d dr_5.d dr_main.d game.d globals.d lo_main.d main.d misc.d parties.d pl_1.d pl_2.d pl_3.d pl_4.d pl_5.d pl_6.d pl_7.d pl_main.d sync.d version.d array.d.tmp assorted.d.tmp dr_1.d.tmp dr_2.d.tmp dr_3.d.tmp dr_4.d.tmp dr_5.d.tmp dr_main.d.tmp game.d.tmp globals.d.tmp lo_main.d.tmp main.d.tmp misc.d.tmp parties.d.tmp pl_1.d.tmp pl_2.d.tmp pl_3.d.tmp pl_4.d.tmp pl_5.d.tmp pl_6.d.tmp pl_7.d.tmp pl_main.d.tmp sync.d.tmp version.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/makeg && rm -f makeg.1 makeg.html1 || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/sail && rm -f sail.html6 .depend array.d assorted.d dr_1.d dr_2.d dr_3.d dr_4.d dr_5.d dr_main.d game.d globals.d lo_main.d main.d misc.d parties.d pl_1.d pl_2.d pl_3.d pl_4.d pl_5.d pl_6.d pl_7.d pl_main.d sync.d version.d array.d.tmp assorted.d.tmp dr_1.d.tmp dr_2.d.tmp dr_3.d.tmp dr_4.d.tmp dr_5.d.tmp dr_main.d.tmp game.d.tmp globals.d.tmp lo_main.d.tmp main.d.tmp misc.d.tmp parties.d.tmp pl_1.d.tmp pl_2.d.tmp pl_3.d.tmp pl_4.d.tmp pl_5.d.tmp pl_6.d.tmp pl_7.d.tmp pl_main.d.tmp sync.d.tmp version.d.tmp tags || true) --- cleandir-external --- --- cleandir-makestrs --- cleandir ===> external/mit/xorg/bin/makestrs --- cleandir-games --- --- cleandir-snake --- cleandir ===> games/snake --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- cleandir-snake --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/makestrs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit makestrs makestrs.o makestrs.ln || true) --- cleandir-games --- cleandir ===> games/snake/snake --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/makestrs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit makestrs makestrs.o makestrs.ln || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/snake/snake && rm -f a.out [Ee]rrs mklog core *.core .gdbinit snake snake.o snake.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/makestrs && rm -f makestrs.1 makestrs.html1 .depend makestrs.d makestrs.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/snake/snake && rm -f a.out [Ee]rrs mklog core *.core .gdbinit snake snake.o snake.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/makestrs && rm -f makestrs.1 makestrs.html1 .depend makestrs.d makestrs.d.tmp tags || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- cleandir-mergelib --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/snake/snake && rm -f snake.html6 .depend snake.d snake.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/mergelib --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/snake/snake && rm -f snake.html6 .depend snake.d snake.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- cleandir-snscore --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/mergelib && rm -f mergelib a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- cleandir ===> games/snake/snscore --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/mergelib && rm -f mergelib a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/snake/snscore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit snscore snscore.o snscore.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/mergelib && rm -f mergelib.1 mergelib.html1 || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/snake/snscore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit snscore snscore.o snscore.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/mergelib && rm -f mergelib.1 mergelib.html1 || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- cleandir-mkdirhier --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/snake/snscore && rm -f .depend snscore.d snscore.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/mkdirhier --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/snake/snscore && rm -f .depend snscore.d snscore.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- cleandir-testpat --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/mkdirhier && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- cleandir ===> games/testpat --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/mkdirhier && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/testpat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit testpat testpat.o testpat.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/mkdirhier && rm -f mkdirhier.1 mkdirhier.html1 || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/testpat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit testpat testpat.o testpat.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/mkdirhier && rm -f mkdirhier.1 mkdirhier.html1 || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- cleandir-mkfontdir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/testpat && rm -f testpat.html6 .depend testpat.d testpat.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/mkfontdir --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/testpat && rm -f testpat.html6 .depend testpat.d testpat.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- cleandir-tetris --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/mkfontdir && rm -f mkfontdir a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- cleandir ===> games/tetris --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/mkfontdir && rm -f mkfontdir a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/tetris && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tetris input.o screen.o shapes.o scores.o tetris.o input.ln screen.ln shapes.ln scores.ln tetris.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/mkfontdir && rm -f mkfontdir.1 mkfontdir.html1 || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/tetris && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tetris input.o screen.o shapes.o scores.o tetris.o input.ln screen.ln shapes.ln scores.ln tetris.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/mkfontdir && rm -f mkfontdir.1 mkfontdir.html1 || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- cleandir-mkfontscale --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/tetris && rm -f tetris.html6 .depend input.d scores.d screen.d shapes.d tetris.d input.d.tmp scores.d.tmp screen.d.tmp shapes.d.tmp tetris.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/mkfontscale --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/tetris && rm -f tetris.html6 .depend input.d scores.d screen.d shapes.d tetris.d input.d.tmp scores.d.tmp screen.d.tmp shapes.d.tmp tetris.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/mkfontscale/dist/configure" returned non-zero status --- cleandir-games --- --- cleandir-trek --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/mkfontscale/dist/configure" returned non-zero status --- cleandir-games --- cleandir ===> games/trek --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/mkfontscale/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/mkfontscale/dist/configure" returned non-zero status --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/trek && rm -f a.out [Ee]rrs mklog core *.core .gdbinit trek abandon.o attack.o autover.o capture.o check_out.o checkcond.o compkl.o computer.o damage.o damaged.o dcrept.o destruct.o dock.o dumpgame.o dumpme.o dumpssradio.o events.o externs.o getcodi.o getpar.o help.o impulse.o initquad.o kill.o klmove.o lose.o lrscan.o main.o move.o nova.o out.o phaser.o play.o ram.o ranf.o rest.o schedule.o score.o setup.o setwarp.o shield.o snova.o srscan.o systemname.o torped.o visual.o warp.o win.o abandon.ln attack.ln autover.ln capture.ln check_out.ln checkcond.ln compkl.ln computer.ln damage.ln damaged.ln dcrept.ln destruct.ln dock.ln dumpgame.ln dumpme.ln dumpssradio.ln events.ln externs.ln getcodi.ln getpar.ln help.ln impulse.ln initquad.ln kill.ln klmove.ln lose.ln lrscan.ln main.ln move.ln nova.ln out.ln phaser.ln play.ln ram.ln ranf.ln rest.ln schedule.ln score.ln setup.ln setwarp.ln shield.ln snova.ln srscan.ln systemname.ln torped.ln visual.ln warp.ln win.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/mkfontscale && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkfontscale mkfontscale.o constlist.o hash.o ident.o list.o mkfontscale.ln constlist.ln hash.ln ident.ln list.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/trek && rm -f a.out [Ee]rrs mklog core *.core .gdbinit trek abandon.o attack.o autover.o capture.o check_out.o checkcond.o compkl.o computer.o damage.o damaged.o dcrept.o destruct.o dock.o dumpgame.o dumpme.o dumpssradio.o events.o externs.o getcodi.o getpar.o help.o impulse.o initquad.o kill.o klmove.o lose.o lrscan.o main.o move.o nova.o out.o phaser.o play.o ram.o ranf.o rest.o schedule.o score.o setup.o setwarp.o shield.o snova.o srscan.o systemname.o torped.o visual.o warp.o win.o abandon.ln attack.ln autover.ln capture.ln check_out.ln checkcond.ln compkl.ln computer.ln damage.ln damaged.ln dcrept.ln destruct.ln dock.ln dumpgame.ln dumpme.ln dumpssradio.ln events.ln externs.ln getcodi.ln getpar.ln help.ln impulse.ln initquad.ln kill.ln klmove.ln lose.ln lrscan.ln main.ln move.ln nova.ln out.ln phaser.ln play.ln ram.ln ranf.ln rest.ln schedule.ln score.ln setup.ln setwarp.ln shield.ln snova.ln srscan.ln systemname.ln torped.ln visual.ln warp.ln win.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/mkfontscale && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkfontscale mkfontscale.o constlist.o hash.o ident.o list.o mkfontscale.ln constlist.ln hash.ln ident.ln list.ln || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/trek && rm -f trek.html6 .depend abandon.d attack.d autover.d capture.d check_out.d checkcond.d compkl.d computer.d damage.d damaged.d dcrept.d destruct.d dock.d dumpgame.d dumpme.d dumpssradio.d events.d externs.d getcodi.d getpar.d help.d impulse.d initquad.d kill.d klmove.d lose.d lrscan.d main.d move.d nova.d out.d phaser.d play.d ram.d ranf.d rest.d schedule.d score.d setup.d setwarp.d shield.d snova.d srscan.d systemname.d torped.d visual.d warp.d win.d abandon.d.tmp attack.d.tmp autover.d.tmp capture.d.tmp check_out.d.tmp checkcond.d.tmp compkl.d.tmp computer.d.tmp damage.d.tmp damaged.d.tmp dcrept.d.tmp destruct.d.tmp dock.d.tmp dumpgame.d.tmp dumpme.d.tmp dumpssradio.d.tmp events.d.tmp externs.d.tmp getcodi.d.tmp getpar.d.tmp help.d.tmp impulse.d.tmp initquad.d.tmp kill.d.tmp klmove.d.tmp lose.d.tmp lrscan.d.tmp main.d.tmp move.d.tmp nova.d.tmp out.d.tmp phaser.d.tmp play.d.tmp ram.d.tmp ranf.d.tmp rest.d.tmp schedule.d.tmp score.d.tmp setup.d.tmp setwarp.d.tmp shield.d.tmp snova.d.tmp srscan.d.tmp systemname.d.tmp torped.d.tmp visual.d.tmp warp.d.tmp win.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/mkfontscale && rm -f mkfontscale.1 mkfontscale.html1 .depend constlist.d hash.d ident.d list.d mkfontscale.d constlist.d.tmp hash.d.tmp ident.d.tmp list.d.tmp mkfontscale.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/mkfontscale && rm -f mkfontscale.1 mkfontscale.html1 .depend constlist.d hash.d ident.d list.d mkfontscale.d constlist.d.tmp hash.d.tmp ident.d.tmp list.d.tmp mkfontscale.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/trek && rm -f trek.html6 .depend abandon.d attack.d autover.d capture.d check_out.d checkcond.d compkl.d computer.d damage.d damaged.d dcrept.d destruct.d dock.d dumpgame.d dumpme.d dumpssradio.d events.d externs.d getcodi.d getpar.d help.d impulse.d initquad.d kill.d klmove.d lose.d lrscan.d main.d move.d nova.d out.d phaser.d play.d ram.d ranf.d rest.d schedule.d score.d setup.d setwarp.d shield.d snova.d srscan.d systemname.d torped.d visual.d warp.d win.d abandon.d.tmp attack.d.tmp autover.d.tmp capture.d.tmp check_out.d.tmp checkcond.d.tmp compkl.d.tmp computer.d.tmp damage.d.tmp damaged.d.tmp dcrept.d.tmp destruct.d.tmp dock.d.tmp dumpgame.d.tmp dumpme.d.tmp dumpssradio.d.tmp events.d.tmp externs.d.tmp getcodi.d.tmp getpar.d.tmp help.d.tmp impulse.d.tmp initquad.d.tmp kill.d.tmp klmove.d.tmp lose.d.tmp lrscan.d.tmp main.d.tmp move.d.tmp nova.d.tmp out.d.tmp phaser.d.tmp play.d.tmp ram.d.tmp ranf.d.tmp rest.d.tmp schedule.d.tmp score.d.tmp setup.d.tmp setwarp.d.tmp shield.d.tmp snova.d.tmp srscan.d.tmp systemname.d.tmp torped.d.tmp visual.d.tmp warp.d.tmp win.d.tmp tags || true) --- cleandir-external --- --- cleandir-mkhtmlindex --- --- cleandir-games --- --- cleandir-USD.doc --- cleandir ===> games/trek/USD.doc --- cleandir-external --- cleandir ===> external/mit/xorg/bin/mkhtmlindex --- cleandir-games --- --- cleandoc --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- rm -f trek.txt trek.ps trek.ps.gz trek.html rm -f [eE]rrs mklog --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/mkhtmlindex && rm -f mkhtmlindex a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-games --- --- cleandir-wargames --- cleandir ===> games/wargames --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/mkhtmlindex && rm -f mkhtmlindex a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-games --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/mkhtmlindex && rm -f mkhtmlindex.1 mkhtmlindex.html1 || true) --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/wargames && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/mkhtmlindex && rm -f mkhtmlindex.1 mkhtmlindex.html1 || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/wargames && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-oclock --- --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/wargames && rm -f wargames.html6 || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/oclock --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/wargames && rm -f wargames.html6 || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- cleandir-warp --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/oclock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit oclock oclock.o Clock.o transform.o oclock.ln Clock.ln transform.ln || true) --- cleandir-games --- cleandir ===> games/warp --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/oclock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit oclock oclock.o Clock.o transform.o oclock.ln Clock.ln transform.ln || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/warp && rm -f sm sm.lo smap.0 smap.1 smap.2 smap.3 smap.4 smap.5 smap.6 smap.7 warp.6 a.out [Ee]rrs mklog core *.core .gdbinit warp bang.o init.o intrp.o move.o object.o play.o score.o sig.o term.o them.o us.o util.o version.o warp.o weapon.o bang.ln init.ln intrp.ln move.ln object.ln play.ln score.ln sig.ln term.ln them.ln us.ln util.ln version.ln warp.ln weapon.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/oclock && rm -f oclock.1 oclock.html1 .depend Clock.d oclock.d transform.d Clock.d.tmp oclock.d.tmp transform.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/warp && rm -f sm sm.lo smap.0 smap.1 smap.2 smap.3 smap.4 smap.5 smap.6 smap.7 warp.6 a.out [Ee]rrs mklog core *.core .gdbinit warp bang.o init.o intrp.o move.o object.o play.o score.o sig.o term.o them.o us.o util.o version.o warp.o weapon.o bang.ln init.ln intrp.ln move.ln object.ln play.ln score.ln sig.ln term.ln them.ln us.ln util.ln version.ln warp.ln weapon.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/oclock && rm -f oclock.1 oclock.html1 .depend Clock.d oclock.d transform.d Clock.d.tmp oclock.d.tmp transform.d.tmp tags || true) --- cleandir-proxymngr --- --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/warp && rm -f warp.html6 .depend bang.d init.d intrp.d move.d object.d play.d score.d sig.d term.d them.d us.d util.d version.d warp.d weapon.d bang.d.tmp init.d.tmp intrp.d.tmp move.d.tmp object.d.tmp play.d.tmp score.d.tmp sig.d.tmp term.d.tmp them.d.tmp us.d.tmp util.d.tmp version.d.tmp warp.d.tmp weapon.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/proxymngr --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/warp && rm -f warp.html6 .depend bang.d init.d intrp.d move.d object.d play.d score.d sig.d term.d them.d us.d util.d version.d warp.d weapon.d bang.d.tmp init.d.tmp intrp.d.tmp move.d.tmp object.d.tmp play.d.tmp score.d.tmp sig.d.tmp term.d.tmp them.d.tmp us.d.tmp util.d.tmp version.d.tmp warp.d.tmp weapon.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- cleandir-worm --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/proxymngr && rm -f pmconfig a.out [Ee]rrs mklog core *.core .gdbinit proxymngr main.o pmdb.o config.o main.ln pmdb.ln config.ln || true) --- cleandir-games --- cleandir ===> games/worm --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/proxymngr && rm -f pmconfig a.out [Ee]rrs mklog core *.core .gdbinit proxymngr main.o pmdb.o config.o main.ln pmdb.ln config.ln || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/worm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit worm worm.o worm.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/proxymngr && rm -f proxymngr.1 proxymngr.html1 .depend config.d main.d pmdb.d config.d.tmp main.d.tmp pmdb.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/worm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit worm worm.o worm.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/proxymngr && rm -f proxymngr.1 proxymngr.html1 .depend config.d main.d pmdb.d config.d.tmp main.d.tmp pmdb.d.tmp tags || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- cleandir-revpath --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/worm && rm -f worm.html6 .depend worm.d worm.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/revpath --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/worm && rm -f worm.html6 .depend worm.d worm.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-games --- --- cleandir-worms --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/revpath && rm -f a.out [Ee]rrs mklog core *.core .gdbinit revpath revpath.o revpath.ln || true) --- cleandir-games --- cleandir ===> games/worms --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/revpath && rm -f a.out [Ee]rrs mklog core *.core .gdbinit revpath revpath.o revpath.ln || true) --- cleandir-games --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/worms && rm -f a.out [Ee]rrs mklog core *.core .gdbinit worms worms.o worms.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/revpath && rm -f revpath.1 revpath.html1 .depend revpath.d revpath.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/worms && rm -f a.out [Ee]rrs mklog core *.core .gdbinit worms worms.o worms.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/revpath && rm -f revpath.1 revpath.html1 .depend revpath.d revpath.d.tmp tags || true) --- cleandir-games --- --- __docleandir --- --- cleandir-external --- --- cleandir-rgb --- --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/worms && rm -f worms.html6 .depend worms.d worms.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/rgb --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/worms && rm -f worms.html6 .depend worms.d worms.d.tmp tags || true) --- cleandir-wtf --- --- cleandir-external --- --- __doclean --- --- cleandir-games --- cleandir ===> games/wtf --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/rgb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit showrgb showrgb.o showrgb.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/rgb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit showrgb showrgb.o showrgb.ln || true) --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/wtf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/rgb && rm -f showrgb.1 showrgb.html1 .depend showrgb.d showrgb.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/wtf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/rgb && rm -f showrgb.1 showrgb.html1 .depend showrgb.d showrgb.d.tmp tags || true) --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/wtf && rm -f wtf.html6 || true) --- cleandir-external --- --- cleandir-setxkbmap --- cleandir ===> external/mit/xorg/bin/setxkbmap --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/wtf && rm -f wtf.html6 || true) --- cleandir-wump --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/setxkbmap/dist/configure" returned non-zero status --- cleandir-games --- cleandir ===> games/wump --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/setxkbmap/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/setxkbmap/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory --- cleandir-games --- --- __doclean --- --- cleandir-external --- nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/setxkbmap/dist/configure" returned non-zero status --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/wump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wump wump.o wump.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/setxkbmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit setxkbmap setxkbmap.o setxkbmap.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/wump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wump wump.o wump.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/setxkbmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit setxkbmap setxkbmap.o setxkbmap.ln || true) --- cleandir-games --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/wump && rm -f wump.html6 .depend wump.d wump.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/setxkbmap && rm -f setxkbmap.1 setxkbmap.html1 .depend setxkbmap.d setxkbmap.d.tmp tags || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/wump && rm -f wump.html6 .depend wump.d wump.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/setxkbmap && rm -f setxkbmap.1 setxkbmap.html1 .depend setxkbmap.d setxkbmap.d.tmp tags || true) --- cleandir-games --- --- cleandir-dab --- cleandir ===> games/dab --- cleandir-external --- --- cleandir-showfont --- cleandir ===> external/mit/xorg/bin/showfont --- cleandir-games --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/dab && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dab algor.o board.o main.o human.o box.o player.o gamescreen.o ttyscrn.o random.o || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/showfont/dist/configure" returned non-zero status --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/dab && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dab algor.o board.o main.o human.o box.o player.o gamescreen.o ttyscrn.o random.o || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/showfont/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/showfont/dist/configure" returned non-zero status --- cleandir-games --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/showfont/dist/configure" returned non-zero status --- cleandir-games --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/games/dab && rm -f dab.html6 .depend algor.d board.d box.d gamescreen.d human.d main.d player.d random.d ttyscrn.d algor.d.tmp board.d.tmp box.d.tmp gamescreen.d.tmp human.d.tmp main.d.tmp player.d.tmp random.d.tmp ttyscrn.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/showfont && rm -f a.out [Ee]rrs mklog core *.core .gdbinit showfont showfont.o showfont.ln || true) --- cleandir-games --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/games/dab && rm -f dab.html6 .depend algor.d board.d box.d gamescreen.d human.d main.d player.d random.d ttyscrn.d algor.d.tmp board.d.tmp box.d.tmp gamescreen.d.tmp human.d.tmp main.d.tmp player.d.tmp random.d.tmp ttyscrn.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/showfont && rm -f a.out [Ee]rrs mklog core *.core .gdbinit showfont showfont.o showfont.ln || true) --- cleandir-libexec --- cleandir ===> libexec --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/showfont && rm -f showfont.1 showfont.html1 .depend showfont.d showfont.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/showfont && rm -f showfont.1 showfont.html1 .depend showfont.d showfont.d.tmp tags || true) --- cleandir-smproxy --- --- cleandir-libexec --- --- cleandir-atrun --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/smproxy --- cleandir-libexec --- cleandir ===> libexec/atrun --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/smproxy/dist/configure" returned non-zero status --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/smproxy/dist/configure" returned non-zero status --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/atrun && rm -f a.out [Ee]rrs mklog core *.core .gdbinit atrun atrun.o privs.o atrun.ln privs.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/smproxy/dist/configure" returned non-zero status --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/atrun && rm -f a.out [Ee]rrs mklog core *.core .gdbinit atrun atrun.o privs.o atrun.ln privs.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/smproxy/dist/configure" returned non-zero status --- __doclean --- --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/smproxy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit smproxy smproxy.o save.o smproxy.ln save.ln || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/atrun && rm -f atrun.html8 .depend atrun.d privs.d atrun.d.tmp privs.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/smproxy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit smproxy smproxy.o save.o smproxy.ln save.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/atrun && rm -f atrun.html8 .depend atrun.d privs.d atrun.d.tmp privs.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-libexec --- --- cleandir-comsat --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/smproxy && rm -f smproxy.1 smproxy.html1 .depend save.d smproxy.d save.d.tmp smproxy.d.tmp tags || true) --- cleandir-libexec --- cleandir ===> libexec/comsat --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/smproxy && rm -f smproxy.1 smproxy.html1 .depend save.d smproxy.d save.d.tmp smproxy.d.tmp tags || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- --- cleandir-sxpm --- --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/comsat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit comsat comsat.o utmpentry.o comsat.ln utmpentry.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/sxpm --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/comsat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit comsat comsat.o utmpentry.o comsat.ln utmpentry.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/sxpm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sxpm sxpm.o sxpm.ln || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/comsat && rm -f comsat.html8 .depend comsat.d utmpentry.d comsat.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/sxpm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sxpm sxpm.o sxpm.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/comsat && rm -f comsat.html8 .depend comsat.d utmpentry.d comsat.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-libexec --- --- cleandir-fingerd --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/sxpm && rm -f sxpm.1 sxpm.html1 .depend sxpm.d sxpm.d.tmp tags || true) --- cleandir-libexec --- cleandir ===> libexec/fingerd --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/sxpm && rm -f sxpm.1 sxpm.html1 .depend sxpm.d sxpm.d.tmp tags || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- --- cleandir-transset --- --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/fingerd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fingerd fingerd.o fingerd.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/transset --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/fingerd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fingerd fingerd.o fingerd.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/transset/dist/configure" returned non-zero status --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/transset/dist/configure" returned non-zero status --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/fingerd && rm -f fingerd.html8 .depend fingerd.d fingerd.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/transset/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/transset/dist/configure" returned non-zero status --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/fingerd && rm -f fingerd.html8 .depend fingerd.d fingerd.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-libexec --- --- cleandir-ftpd --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/transset && rm -f a.out [Ee]rrs mklog core *.core .gdbinit transset dsimple.o transSet.o dsimple.ln transSet.ln || true) --- cleandir-libexec --- cleandir ===> libexec/ftpd --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/transset && rm -f a.out [Ee]rrs mklog core *.core .gdbinit transset dsimple.o transSet.o dsimple.ln transSet.ln || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/ftpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ftpcmd.c ftpd cmds.o conf.o ftpd.o ftpcmd.o logutmp.o logwtmp.o popen.o pfilter.o ls.o cmp.o print.o util.o cmds.ln conf.ln ftpd.ln logutmp.ln logwtmp.ln popen.ln pfilter.ln ls.ln cmp.ln print.ln util.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/transset && rm -f transset.1 transset.html1 .depend dsimple.d transSet.d dsimple.d.tmp transSet.d.tmp tags || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/ftpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ftpcmd.c ftpd cmds.o conf.o ftpd.o ftpcmd.o logutmp.o logwtmp.o popen.o pfilter.o ls.o cmp.o print.o util.o cmds.ln conf.ln ftpd.ln logutmp.ln logwtmp.ln popen.ln pfilter.ln ls.ln cmp.ln print.ln util.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/transset && rm -f transset.1 transset.html1 .depend dsimple.d transSet.d dsimple.d.tmp transSet.d.tmp tags || true) --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- --- cleandir-twm --- --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/ftpd && rm -f ftpd.conf.html5 ftpusers.html5 ftpd.html8 .depend cmds.d cmp.d conf.d ftpcmd.d ftpd.d logutmp.d logwtmp.d ls.d pfilter.d popen.d print.d util.d cmds.d.tmp cmp.d.tmp conf.d.tmp ftpcmd.d.tmp ftpd.d.tmp logutmp.d.tmp logwtmp.d.tmp ls.d.tmp pfilter.d.tmp popen.d.tmp print.d.tmp util.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/twm --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/ftpd && rm -f ftpd.conf.html5 ftpusers.html5 ftpd.html8 .depend cmds.d cmp.d conf.d ftpcmd.d ftpd.d logutmp.d logwtmp.d ls.d pfilter.d popen.d print.d util.d cmds.d.tmp cmp.d.tmp conf.d.tmp ftpcmd.d.tmp ftpd.d.tmp logutmp.d.tmp logwtmp.d.tmp ls.d.tmp pfilter.d.tmp popen.d.tmp print.d.tmp util.d.tmp tags || true) --- cleandir-getty --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/twm/makefile" line 62: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "([0-9]+\\.)+[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/twm/dist/configure" returned non-zero status --- cleandir-libexec --- cleandir ===> libexec/getty --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/twm && rm -f deftwmrc.c a.out [Ee]rrs mklog core *.core .gdbinit gram.c lex.c gram.h twm gram.o lex.o deftwmrc.o add_window.o gc.o list.o twm.o parse.o menus.o events.o resize.o util.o version.o iconmgr.o cursor.o icons.o session.o deftwmrc.ln add_window.ln gc.ln list.ln twm.ln parse.ln menus.ln events.ln resize.ln util.ln version.ln iconmgr.ln cursor.ln icons.ln session.ln || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/twm && rm -f deftwmrc.c a.out [Ee]rrs mklog core *.core .gdbinit gram.c lex.c gram.h twm gram.o lex.o deftwmrc.o add_window.o gc.o list.o twm.o parse.o menus.o events.o resize.o util.o version.o iconmgr.o cursor.o icons.o session.o deftwmrc.ln add_window.ln gc.ln list.ln twm.ln parse.ln menus.ln events.ln resize.ln util.ln version.ln iconmgr.ln cursor.ln icons.ln session.ln || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/getty && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getty main.o init.o subr.o main.ln init.ln subr.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/getty && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getty main.o init.o subr.o main.ln init.ln subr.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/twm && rm -f twm.1 twm.html1 .depend add_window.d cursor.d deftwmrc.d events.d gc.d gram.d iconmgr.d icons.d lex.d list.d menus.d parse.d resize.d session.d twm.d util.d version.d add_window.d.tmp cursor.d.tmp deftwmrc.d.tmp events.d.tmp gc.d.tmp gram.d.tmp iconmgr.d.tmp icons.d.tmp lex.d.tmp list.d.tmp menus.d.tmp parse.d.tmp resize.d.tmp session.d.tmp twm.d.tmp util.d.tmp version.d.tmp tags || true) --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/twm && rm -f twm.1 twm.html1 .depend add_window.d cursor.d deftwmrc.d events.d gc.d gram.d iconmgr.d icons.d lex.d list.d menus.d parse.d resize.d session.d twm.d util.d version.d add_window.d.tmp cursor.d.tmp deftwmrc.d.tmp events.d.tmp gc.d.tmp gram.d.tmp iconmgr.d.tmp icons.d.tmp lex.d.tmp list.d.tmp menus.d.tmp parse.d.tmp resize.d.tmp session.d.tmp twm.d.tmp util.d.tmp version.d.tmp tags || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/getty && rm -f getty.html8 gettytab.html5 ttys.html5 .depend init.d main.d subr.d init.d.tmp main.d.tmp subr.d.tmp tags || true) --- cleandir-external --- --- cleandir-ucs2any --- --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/getty && rm -f getty.html8 gettytab.html5 ttys.html5 .depend init.d main.d subr.d init.d.tmp main.d.tmp subr.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/ucs2any --- cleandir-libexec --- --- cleandir-httpd --- cleandir ===> libexec/httpd --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/ucs2any && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ucs2any ucs2any.o ucs2any.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/ucs2any && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ucs2any ucs2any.o ucs2any.ln || true) --- __docleandir --- --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/ucs2any && rm -f ucs2any.1 ucs2any.html1 .depend ucs2any.d ucs2any.d.tmp tags || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/httpd && rm -f bozohttpd.8.html bozohttpd.8.txt a.out [Ee]rrs mklog core *.core .gdbinit bozohttpd bozohttpd.o ssl-bozo.o auth-bozo.o cgi-bozo.o daemon-bozo.o tilde-luzah-bozo.o dir-index-bozo.o content-bozo.o lua-bozo.o main.o bozohttpd.ln ssl-bozo.ln auth-bozo.ln cgi-bozo.ln daemon-bozo.ln tilde-luzah-bozo.ln dir-index-bozo.ln content-bozo.ln lua-bozo.ln main.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/ucs2any && rm -f ucs2any.1 ucs2any.html1 .depend ucs2any.d ucs2any.d.tmp tags || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/httpd && rm -f bozohttpd.8.html bozohttpd.8.txt a.out [Ee]rrs mklog core *.core .gdbinit bozohttpd bozohttpd.o ssl-bozo.o auth-bozo.o cgi-bozo.o daemon-bozo.o tilde-luzah-bozo.o dir-index-bozo.o content-bozo.o lua-bozo.o main.o bozohttpd.ln ssl-bozo.ln auth-bozo.ln cgi-bozo.ln daemon-bozo.ln tilde-luzah-bozo.ln dir-index-bozo.ln content-bozo.ln lua-bozo.ln main.ln || true) --- cleandir-external --- --- cleandir-viewres --- --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/viewres --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/httpd && rm -f bozohttpd.html8 .depend auth-bozo.d bozohttpd.d cgi-bozo.d content-bozo.d daemon-bozo.d dir-index-bozo.d lua-bozo.d main.d ssl-bozo.d tilde-luzah-bozo.d auth-bozo.d.tmp bozohttpd.d.tmp cgi-bozo.d.tmp content-bozo.d.tmp daemon-bozo.d.tmp dir-index-bozo.d.tmp lua-bozo.d.tmp main.d.tmp ssl-bozo.d.tmp tilde-luzah-bozo.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/httpd && rm -f bozohttpd.html8 .depend auth-bozo.d bozohttpd.d cgi-bozo.d content-bozo.d daemon-bozo.d dir-index-bozo.d lua-bozo.d main.d ssl-bozo.d tilde-luzah-bozo.d auth-bozo.d.tmp bozohttpd.d.tmp cgi-bozo.d.tmp content-bozo.d.tmp daemon-bozo.d.tmp dir-index-bozo.d.tmp lua-bozo.d.tmp main.d.tmp ssl-bozo.d.tmp tilde-luzah-bozo.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/viewres && rm -f a.out [Ee]rrs mklog core *.core .gdbinit viewres viewres.o viewres.ln || true) --- cleandir-libexec --- --- cleandir-identd --- cleandir ===> libexec/identd --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/viewres && rm -f a.out [Ee]rrs mklog core *.core .gdbinit viewres viewres.o viewres.ln || true) --- __docleandir --- --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/viewres && rm -f viewres.1 viewres.html1 .depend viewres.d viewres.d.tmp tags || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/identd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit identd identd.o ipf.o pf.o npf.o identd.ln ipf.ln pf.ln npf.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/viewres && rm -f viewres.1 viewres.html1 .depend viewres.d viewres.d.tmp tags || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/identd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit identd identd.o ipf.o pf.o npf.o identd.ln ipf.ln pf.ln npf.ln || true) --- cleandir-external --- --- cleandir-x11perf --- --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/x11perf --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/identd && rm -f identd.html8 .depend identd.d ipf.d npf.d pf.d identd.d.tmp ipf.d.tmp npf.d.tmp pf.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/identd && rm -f identd.html8 .depend identd.d ipf.d npf.d pf.d identd.d.tmp ipf.d.tmp npf.d.tmp pf.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/x11perf && rm -f x11perfcomp a.out [Ee]rrs mklog core *.core .gdbinit x11perf x11perf.o bitmaps.o do_tests.o do_simple.o do_rects.o do_valgc.o do_lines.o do_segs.o do_dots.o do_windows.o do_movewin.o do_text.o do_blt.o do_arcs.o do_tris.o do_complex.o do_traps.o x11perf.ln bitmaps.ln do_tests.ln do_simple.ln do_rects.ln do_valgc.ln do_lines.ln do_segs.ln do_dots.ln do_windows.ln do_movewin.ln do_text.ln do_blt.ln do_arcs.ln do_tris.ln do_complex.ln do_traps.ln || true) --- cleandir-libexec --- --- cleandir-ld.aout_so --- cleandir ===> libexec/ld.aout_so --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/x11perf && rm -f x11perfcomp a.out [Ee]rrs mklog core *.core .gdbinit x11perf x11perf.o bitmaps.o do_tests.o do_simple.o do_rects.o do_valgc.o do_lines.o do_segs.o do_dots.o do_windows.o do_movewin.o do_text.o do_blt.o do_arcs.o do_tris.o do_complex.o do_traps.o x11perf.ln bitmaps.ln do_tests.ln do_simple.ln do_rects.ln do_valgc.ln do_lines.ln do_segs.ln do_dots.ln do_windows.ln do_movewin.ln do_text.ln do_blt.ln do_arcs.ln do_tris.ln do_complex.ln do_traps.ln || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/ld.aout_so && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/x11perf && rm -f Xmark.1 x11perf.1 x11perfcomp.1 Xmark.html1 x11perf.html1 x11perfcomp.html1 .depend bitmaps.d do_arcs.d do_blt.d do_complex.d do_dots.d do_lines.d do_movewin.d do_rects.d do_segs.d do_simple.d do_tests.d do_text.d do_traps.d do_tris.d do_valgc.d do_windows.d x11perf.d bitmaps.d.tmp do_arcs.d.tmp do_blt.d.tmp do_complex.d.tmp do_dots.d.tmp do_lines.d.tmp do_movewin.d.tmp do_rects.d.tmp do_segs.d.tmp do_simple.d.tmp do_tests.d.tmp do_text.d.tmp do_traps.d.tmp do_tris.d.tmp do_valgc.d.tmp do_windows.d.tmp x11perf.d.tmp tags || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/ld.aout_so && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/x11perf && rm -f Xmark.1 x11perf.1 x11perfcomp.1 Xmark.html1 x11perf.html1 x11perfcomp.html1 .depend bitmaps.d do_arcs.d do_blt.d do_complex.d do_dots.d do_lines.d do_movewin.d do_rects.d do_segs.d do_simple.d do_tests.d do_text.d do_traps.d do_tris.d do_valgc.d do_windows.d x11perf.d bitmaps.d.tmp do_arcs.d.tmp do_blt.d.tmp do_complex.d.tmp do_dots.d.tmp do_lines.d.tmp do_movewin.d.tmp do_rects.d.tmp do_segs.d.tmp do_simple.d.tmp do_tests.d.tmp do_text.d.tmp do_traps.d.tmp do_tris.d.tmp do_valgc.d.tmp do_windows.d.tmp x11perf.d.tmp tags || true) --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- --- cleandir-xauth --- --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/ld.aout_so && rm -f ld.aout_so.html1 || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xauth --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/ld.aout_so && rm -f ld.aout_so.html1 || true) --- cleandir-external --- --- __doclean --- --- cleandir-libexec --- --- cleandir-ld.elf_so --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xauth && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xauth xauth.o gethost.o process.o parsedpy.o xauth.ln gethost.ln process.ln parsedpy.ln || true) --- cleandir-libexec --- cleandir ===> libexec/ld.elf_so --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xauth && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xauth xauth.o gethost.o process.o parsedpy.o xauth.ln gethost.ln process.ln parsedpy.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xauth && rm -f xauth.1 xauth.html1 .depend gethost.d parsedpy.d process.d xauth.d gethost.d.tmp parsedpy.d.tmp process.d.tmp xauth.d.tmp tags || true) --- cleandir-libexec --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/ld.elf_so && rm -f errlist_concat.h ld.elf_so.map a.out [Ee]rrs mklog core *.core .gdbinit ld.elf_so rtld_start.o mdreloc.o compat.o debug.o diagassert.o expand.o hash.o headers.o load.o map_object.o paths.o reloc.o rtld.o search.o symbol.o symver.o tls.o xmalloc.o xprintf.o stack_protector.o exit.o mdreloc.ln compat.ln debug.ln diagassert.ln expand.ln hash.ln headers.ln load.ln map_object.ln paths.ln reloc.ln rtld.ln search.ln symbol.ln symver.ln tls.ln xmalloc.ln xprintf.ln stack_protector.ln exit.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xauth && rm -f xauth.1 xauth.html1 .depend gethost.d parsedpy.d process.d xauth.d gethost.d.tmp parsedpy.d.tmp process.d.tmp xauth.d.tmp tags || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/ld.elf_so && rm -f errlist_concat.h ld.elf_so.map a.out [Ee]rrs mklog core *.core .gdbinit ld.elf_so rtld_start.o mdreloc.o compat.o debug.o diagassert.o expand.o hash.o headers.o load.o map_object.o paths.o reloc.o rtld.o search.o symbol.o symver.o tls.o xmalloc.o xprintf.o stack_protector.o exit.o mdreloc.ln compat.ln debug.ln diagassert.ln expand.ln hash.ln headers.ln load.ln map_object.ln paths.ln reloc.ln rtld.ln search.ln symbol.ln symver.ln tls.ln xmalloc.ln xprintf.ln stack_protector.ln exit.ln || true) --- cleandir-external --- --- cleandir-xbiff --- cleandir ===> external/mit/xorg/bin/xbiff --- cleandir-libexec --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/ld.elf_so && rm -f ld.elf_so.html1 .depend compat.d debug.d diagassert.d exit.d expand.d hash.d headers.d load.d map_object.d mdreloc.d paths.d reloc.d rtld.d rtld_start.d search.d stack_protector.d symbol.d symver.d tls.d xmalloc.d xprintf.d compat.d.tmp debug.d.tmp diagassert.d.tmp exit.d.tmp expand.d.tmp hash.d.tmp headers.d.tmp load.d.tmp map_object.d.tmp mdreloc.d.tmp paths.d.tmp reloc.d.tmp rtld.d.tmp rtld_start.d.tmp search.d.tmp stack_protector.d.tmp symbol.d.tmp symver.d.tmp tls.d.tmp xmalloc.d.tmp xprintf.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xbiff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xbiff xbiff.o Mailbox.o xbiff.ln Mailbox.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/ld.elf_so && rm -f ld.elf_so.html1 .depend compat.d debug.d diagassert.d exit.d expand.d hash.d headers.d load.d map_object.d mdreloc.d paths.d reloc.d rtld.d rtld_start.d search.d stack_protector.d symbol.d symver.d tls.d xmalloc.d xprintf.d compat.d.tmp debug.d.tmp diagassert.d.tmp exit.d.tmp expand.d.tmp hash.d.tmp headers.d.tmp load.d.tmp map_object.d.tmp mdreloc.d.tmp paths.d.tmp reloc.d.tmp rtld.d.tmp rtld_start.d.tmp search.d.tmp stack_protector.d.tmp symbol.d.tmp symver.d.tmp tls.d.tmp xmalloc.d.tmp xprintf.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xbiff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xbiff xbiff.o Mailbox.o xbiff.ln Mailbox.ln || true) --- cleandir-libexec --- --- cleandir-lfs_cleanerd --- cleandir ===> libexec/lfs_cleanerd --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xbiff && rm -f xbiff.1 xbiff.html1 .depend Mailbox.d xbiff.d Mailbox.d.tmp xbiff.d.tmp tags || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xbiff && rm -f xbiff.1 xbiff.html1 .depend Mailbox.d xbiff.d Mailbox.d.tmp xbiff.d.tmp tags || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/lfs_cleanerd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lfs_cleanerd lfs_cleanerd.o fdfs.o coalesce.o cleansrv.o lfs_cksum.o bufcache.o vnode.o lfs.o kernelops.o lfs_cleanerd.ln fdfs.ln coalesce.ln cleansrv.ln lfs_cksum.ln bufcache.ln vnode.ln lfs.ln kernelops.ln || true) --- cleandir-external --- --- cleandir-xcalc --- --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/lfs_cleanerd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lfs_cleanerd lfs_cleanerd.o fdfs.o coalesce.o cleansrv.o lfs_cksum.o bufcache.o vnode.o lfs.o kernelops.o lfs_cleanerd.ln fdfs.ln coalesce.ln cleansrv.ln lfs_cksum.ln bufcache.ln vnode.ln lfs.ln kernelops.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xcalc --- cleandir-libexec --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/lfs_cleanerd && rm -f lfs_cleanerd.html8 .depend bufcache.d cleansrv.d coalesce.d fdfs.d kernelops.d lfs.d lfs_cksum.d lfs_cleanerd.d vnode.d bufcache.d.tmp cleansrv.d.tmp coalesce.d.tmp fdfs.d.tmp kernelops.d.tmp lfs.d.tmp lfs_cksum.d.tmp lfs_cleanerd.d.tmp vnode.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xcalc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xcalc actions.o math.o xcalc.o actions.ln math.ln xcalc.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/lfs_cleanerd && rm -f lfs_cleanerd.html8 .depend bufcache.d cleansrv.d coalesce.d fdfs.d kernelops.d lfs.d lfs_cksum.d lfs_cleanerd.d vnode.d bufcache.d.tmp cleansrv.d.tmp coalesce.d.tmp fdfs.d.tmp kernelops.d.tmp lfs.d.tmp lfs_cksum.d.tmp lfs_cleanerd.d.tmp vnode.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xcalc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xcalc actions.o math.o xcalc.o actions.ln math.ln xcalc.ln || true) --- cleandir-libexec --- --- cleandir-mail.local --- cleandir ===> libexec/mail.local --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xcalc && rm -f xcalc.1 xcalc.html1 .depend actions.d math.d xcalc.d actions.d.tmp math.d.tmp xcalc.d.tmp tags || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xcalc && rm -f xcalc.1 xcalc.html1 .depend actions.d math.d xcalc.d actions.d.tmp math.d.tmp xcalc.d.tmp tags || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/mail.local && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mail.local mail.local.o mail.local.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/mail.local && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mail.local mail.local.o mail.local.ln || true) --- cleandir-external --- --- cleandir-xclipboard --- cleandir ===> external/mit/xorg/bin/xclipboard --- cleandir-libexec --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/mail.local && rm -f mail.local.html8 .depend mail.local.d mail.local.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/mail.local && rm -f mail.local.html8 .depend mail.local.d mail.local.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xclipboard && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xclipboard xclipboard.o xclipboard.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xclipboard && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xclipboard xclipboard.o xclipboard.ln || true) --- cleandir-libexec --- --- cleandir-makekey --- cleandir ===> libexec/makekey --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xclipboard && rm -f xclipboard.1 xclipboard.html1 .depend xclipboard.d xclipboard.d.tmp tags || true) --- cleandir-libexec --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/makekey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit makekey makekey.o makekey.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xclipboard && rm -f xclipboard.1 xclipboard.html1 .depend xclipboard.d xclipboard.d.tmp tags || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/makekey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit makekey makekey.o makekey.ln || true) --- cleandir-external --- --- cleandir-xclock --- cleandir ===> external/mit/xorg/bin/xclock --- cleandir-libexec --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/makekey && rm -f makekey.html8 .depend makekey.d makekey.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/makekey && rm -f makekey.html8 .depend makekey.d makekey.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xclock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xclock xclock.o Clock.o xclock.ln Clock.ln || true) --- cleandir-libexec --- --- cleandir-rexecd --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xclock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xclock xclock.o Clock.o xclock.ln Clock.ln || true) --- cleandir-libexec --- cleandir ===> libexec/rexecd --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xclock && rm -f xclock.1 xclock.html1 .depend Clock.d xclock.d Clock.d.tmp xclock.d.tmp tags || true) --- cleandir-libexec --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rexecd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rexecd rexecd.o rexecd.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xclock && rm -f xclock.1 xclock.html1 .depend Clock.d xclock.d Clock.d.tmp xclock.d.tmp tags || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rexecd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rexecd rexecd.o rexecd.ln || true) --- cleandir-external --- --- cleandir-xcmsdb --- cleandir ===> external/mit/xorg/bin/xcmsdb --- cleandir-libexec --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rexecd && rm -f rexecd.html8 .depend rexecd.d rexecd.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xcmsdb/dist/configure" returned non-zero status --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rexecd && rm -f rexecd.html8 .depend rexecd.d rexecd.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xcmsdb/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xcmsdb/dist/configure" returned non-zero status --- cleandir-libexec --- --- cleandir-rlogind --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xcmsdb/dist/configure" returned non-zero status --- cleandir-libexec --- cleandir ===> libexec/rlogind --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xcmsdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xcmsdb xcmsdb.o loadData.o xcmsdb.ln loadData.ln || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xcmsdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xcmsdb xcmsdb.o loadData.o xcmsdb.ln loadData.ln || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rlogind && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rlogind rlogind.o rlogind.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rlogind && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rlogind rlogind.o rlogind.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xcmsdb && rm -f xcmsdb.1 xcmsdb.html1 .depend loadData.d xcmsdb.d loadData.d.tmp xcmsdb.d.tmp tags || true) --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xcmsdb && rm -f xcmsdb.1 xcmsdb.html1 .depend loadData.d xcmsdb.d loadData.d.tmp xcmsdb.d.tmp tags || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rlogind && rm -f rlogind.html8 .depend rlogind.d rlogind.d.tmp tags || true) --- cleandir-external --- --- cleandir-xconsole --- --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rlogind && rm -f rlogind.html8 .depend rlogind.d rlogind.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xconsole --- cleandir-libexec --- --- cleandir-rshd --- cleandir ===> libexec/rshd --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xconsole && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xconsole xconsole.o xconsole.ln || true) --- cleandir-libexec --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rshd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rshd rshd.o rshd.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xconsole && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xconsole xconsole.o xconsole.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rshd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rshd rshd.o rshd.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xconsole && rm -f xconsole.1 xconsole.html1 .depend xconsole.d xconsole.d.tmp tags || true) --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xconsole && rm -f xconsole.1 xconsole.html1 .depend xconsole.d xconsole.d.tmp tags || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rshd && rm -f rshd.html8 .depend rshd.d rshd.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rshd && rm -f rshd.html8 .depend rshd.d rshd.d.tmp tags || true) --- cleandir-external --- --- cleandir-xcutsel --- cleandir ===> external/mit/xorg/bin/xcutsel --- cleandir-libexec --- --- cleandir-rpc.rquotad --- cleandir ===> libexec/rpc.rquotad --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xcutsel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xcutsel xcutsel.o xcutsel.ln || true) --- cleandir-libexec --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rpc.rquotad && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpc.rquotad rquotad.o rquotad.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xcutsel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xcutsel xcutsel.o xcutsel.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rpc.rquotad && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpc.rquotad rquotad.o rquotad.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xcutsel && rm -f xcutsel.1 xcutsel.html1 .depend xcutsel.d xcutsel.d.tmp tags || true) --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xcutsel && rm -f xcutsel.1 xcutsel.html1 .depend xcutsel.d xcutsel.d.tmp tags || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rpc.rquotad && rm -f rpc.rquotad.html8 .depend rquotad.d rquotad.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rpc.rquotad && rm -f rpc.rquotad.html8 .depend rquotad.d rquotad.d.tmp tags || true) --- cleandir-external --- --- cleandir-xditview --- cleandir ===> external/mit/xorg/bin/xditview --- cleandir-libexec --- --- cleandir-rpc.rstatd --- cleandir ===> libexec/rpc.rstatd --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xditview && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xditview xditview.o Dvi.o draw.o font.o lex.o page.o parse.o XFontName.o DviChar.o xditview.ln Dvi.ln draw.ln font.ln lex.ln page.ln parse.ln XFontName.ln DviChar.ln || true) --- cleandir-libexec --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rpc.rstatd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpc.rstatd drvstats.o rstatd.o rstat_proc.o drvstats.ln rstatd.ln rstat_proc.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xditview && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xditview xditview.o Dvi.o draw.o font.o lex.o page.o parse.o XFontName.o DviChar.o xditview.ln Dvi.ln draw.ln font.ln lex.ln page.ln parse.ln XFontName.ln DviChar.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rpc.rstatd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpc.rstatd drvstats.o rstatd.o rstat_proc.o drvstats.ln rstatd.ln rstat_proc.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xditview && rm -f xditview.1 xditview.html1 .depend Dvi.d DviChar.d XFontName.d draw.d font.d lex.d page.d parse.d xditview.d Dvi.d.tmp DviChar.d.tmp XFontName.d.tmp draw.d.tmp font.d.tmp lex.d.tmp page.d.tmp parse.d.tmp xditview.d.tmp tags || true) --- cleandir-libexec --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rpc.rstatd && rm -f rpc.rstatd.html8 .depend drvstats.d rstat_proc.d rstatd.d drvstats.d.tmp rstat_proc.d.tmp rstatd.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xditview && rm -f xditview.1 xditview.html1 .depend Dvi.d DviChar.d XFontName.d draw.d font.d lex.d page.d parse.d xditview.d Dvi.d.tmp DviChar.d.tmp XFontName.d.tmp draw.d.tmp font.d.tmp lex.d.tmp page.d.tmp parse.d.tmp xditview.d.tmp tags || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rpc.rstatd && rm -f rpc.rstatd.html8 .depend drvstats.d rstat_proc.d rstatd.d drvstats.d.tmp rstat_proc.d.tmp rstatd.d.tmp tags || true) --- cleandir-external --- --- cleandir-xdm --- --- cleandir-libexec --- --- cleandir-rpc.rusersd --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xdm --- cleandir-libexec --- cleandir ===> libexec/rpc.rusersd --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdm/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdm/dist/configure" returned non-zero status --- cleandir-libexec --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rpc.rusersd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpc.rusersd rusersd.o rusers_proc.o utmpentry.o rusersd.ln rusers_proc.ln utmpentry.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdm/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdm/dist/configure" returned non-zero status --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rpc.rusersd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpc.rusersd rusersd.o rusers_proc.o utmpentry.o rusersd.ln rusers_proc.ln utmpentry.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xdm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xdm access.o auth.o choose.o daemon.o dm.o dpylist.o error.o file.o genauth.o mitauth.o netaddr.o policy.o protodpy.o reset.o resource.o server.o session.o socket.o util.o xdmauth.o xdmcp.o prngc.o access.ln auth.ln choose.ln daemon.ln dm.ln dpylist.ln error.ln file.ln genauth.ln mitauth.ln netaddr.ln policy.ln protodpy.ln reset.ln resource.ln server.ln session.ln socket.ln util.ln xdmauth.ln xdmcp.ln prngc.ln || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rpc.rusersd && rm -f rpc.rusersd.html8 .depend rusers_proc.d rusersd.d utmpentry.d rusers_proc.d.tmp rusersd.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xdm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xdm access.o auth.o choose.o daemon.o dm.o dpylist.o error.o file.o genauth.o mitauth.o netaddr.o policy.o protodpy.o reset.o resource.o server.o session.o socket.o util.o xdmauth.o xdmcp.o prngc.o access.ln auth.ln choose.ln daemon.ln dm.ln dpylist.ln error.ln file.ln genauth.ln mitauth.ln netaddr.ln policy.ln protodpy.ln reset.ln resource.ln server.ln session.ln socket.ln util.ln xdmauth.ln xdmcp.ln prngc.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rpc.rusersd && rm -f rpc.rusersd.html8 .depend rusers_proc.d rusersd.d utmpentry.d rusers_proc.d.tmp rusersd.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-libexec --- --- cleandir-rpc.rwalld --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xdm && rm -f xdm.1 xdm.html1 .depend access.d auth.d choose.d daemon.d dm.d dpylist.d error.d file.d genauth.d mitauth.d netaddr.d policy.d prngc.d protodpy.d reset.d resource.d server.d session.d socket.d util.d xdmauth.d xdmcp.d access.d.tmp auth.d.tmp choose.d.tmp daemon.d.tmp dm.d.tmp dpylist.d.tmp error.d.tmp file.d.tmp genauth.d.tmp mitauth.d.tmp netaddr.d.tmp policy.d.tmp prngc.d.tmp protodpy.d.tmp reset.d.tmp resource.d.tmp server.d.tmp session.d.tmp socket.d.tmp util.d.tmp xdmauth.d.tmp xdmcp.d.tmp tags || true) --- cleandir-libexec --- cleandir ===> libexec/rpc.rwalld --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xdm && rm -f xdm.1 xdm.html1 .depend access.d auth.d choose.d daemon.d dm.d dpylist.d error.d file.d genauth.d mitauth.d netaddr.d policy.d prngc.d protodpy.d reset.d resource.d server.d session.d socket.d util.d xdmauth.d xdmcp.d access.d.tmp auth.d.tmp choose.d.tmp daemon.d.tmp dm.d.tmp dpylist.d.tmp error.d.tmp file.d.tmp genauth.d.tmp mitauth.d.tmp netaddr.d.tmp policy.d.tmp prngc.d.tmp protodpy.d.tmp reset.d.tmp resource.d.tmp server.d.tmp session.d.tmp socket.d.tmp util.d.tmp xdmauth.d.tmp xdmcp.d.tmp tags || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- --- cleandir-chooser --- --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rpc.rwalld && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpc.rwalld rwalld.o rwalld.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xdm/chooser --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rpc.rwalld && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpc.rwalld rwalld.o rwalld.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xdm/chooser && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chooser chooser.o chooser.ln || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rpc.rwalld && rm -f rpc.rwalld.html8 .depend rwalld.d rwalld.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xdm/chooser && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chooser chooser.o chooser.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rpc.rwalld && rm -f rpc.rwalld.html8 .depend rwalld.d rwalld.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-libexec --- --- cleandir-rpc.sprayd --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xdm/chooser && rm -f .depend chooser.d chooser.d.tmp tags || true) --- cleandir-libexec --- cleandir ===> libexec/rpc.sprayd --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xdm/chooser && rm -f .depend chooser.d chooser.d.tmp tags || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- --- cleandir-config --- --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rpc.sprayd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpc.sprayd sprayd.o sprayd.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xdm/config --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rpc.sprayd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpc.sprayd sprayd.o sprayd.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xdm/config && rm -f Xresources Xreset Xservers.ws Xsession Xstartup xdm-config Xresources.tmp Xreset.tmp Xservers.ws.tmp Xsession.tmp Xstartup.tmp xdm-config.tmp a.out [Ee]rrs mklog core *.core .gdbinit Xreset Xresources Xservers.ws Xsession Xstartup xdm-config Xsession NetBSD-flag.png || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/rpc.sprayd && rm -f rpc.sprayd.html8 .depend sprayd.d sprayd.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/rpc.sprayd && rm -f rpc.sprayd.html8 .depend sprayd.d sprayd.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xdm/config && rm -f Xresources Xreset Xservers.ws Xsession Xstartup xdm-config Xresources.tmp Xreset.tmp Xservers.ws.tmp Xsession.tmp Xstartup.tmp xdm-config.tmp a.out [Ee]rrs mklog core *.core .gdbinit Xreset Xresources Xservers.ws Xsession Xstartup xdm-config Xsession NetBSD-flag.png || true) --- __docleandir --- --- cleandir-libexec --- --- cleandir-talkd --- cleandir ===> libexec/talkd --- cleandir-external --- --- cleandir-xdpyinfo --- cleandir ===> external/mit/xorg/bin/xdpyinfo --- cleandir-libexec --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/talkd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ntalkd talkd.o announce.o process.o table.o print.o utmpentry.o talkd.ln announce.ln process.ln table.ln print.ln utmpentry.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdpyinfo/dist/configure" returned non-zero status --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/talkd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ntalkd talkd.o announce.o process.o table.o print.o utmpentry.o talkd.ln announce.ln process.ln table.ln print.ln utmpentry.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdpyinfo/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdpyinfo/dist/configure" returned non-zero status --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdpyinfo/dist/configure" returned non-zero status --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/talkd && rm -f ntalkd.html8 ntalkd.8 .depend announce.d print.d process.d table.d talkd.d utmpentry.d announce.d.tmp print.d.tmp process.d.tmp table.d.tmp talkd.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xdpyinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xdpyinfo xdpyinfo.o xdpyinfo.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/talkd && rm -f ntalkd.html8 ntalkd.8 .depend announce.d print.d process.d table.d talkd.d utmpentry.d announce.d.tmp print.d.tmp process.d.tmp table.d.tmp talkd.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xdpyinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xdpyinfo xdpyinfo.o xdpyinfo.ln || true) --- cleandir-libexec --- --- cleandir-telnetd --- cleandir ===> libexec/telnetd --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xdpyinfo && rm -f xdpyinfo.1 xdpyinfo.html1 .depend xdpyinfo.d xdpyinfo.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xdpyinfo && rm -f xdpyinfo.1 xdpyinfo.html1 .depend xdpyinfo.d xdpyinfo.d.tmp tags || true) --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- --- cleandir-xedit --- --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/telnetd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit telnetd authenc.o global.o slc.o state.o sys_term.o telnetd.o termstat.o utility.o authenc.ln global.ln slc.ln state.ln sys_term.ln telnetd.ln termstat.ln utility.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xedit --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/telnetd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit telnetd authenc.o global.o slc.o state.o sys_term.o telnetd.o termstat.o utility.o authenc.ln global.ln slc.ln state.ln sys_term.ln telnetd.ln termstat.ln utility.ln || true) --- cleandir-external --- --- cleandir-lisp --- cleandir ===> external/mit/xorg/bin/xedit/lisp --- cleandir-libexec --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/telnetd && rm -f telnetd.html8 .depend authenc.d global.d slc.d state.d sys_term.d telnetd.d termstat.d utility.d authenc.d.tmp global.d.tmp slc.d.tmp state.d.tmp sys_term.d.tmp telnetd.d.tmp termstat.d.tmp utility.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/telnetd && rm -f telnetd.html8 .depend authenc.d global.d slc.d state.d sys_term.d telnetd.d termstat.d utility.d authenc.d.tmp global.d.tmp slc.d.tmp state.d.tmp sys_term.d.tmp telnetd.d.tmp termstat.d.tmp utility.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/lisp && rm -f liblisp.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-libexec --- --- cleandir-tftpd --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/lisp && rm -f liblisp.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-libexec --- cleandir ===> libexec/tftpd --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/lisp && rm -f liblisp.a bytecode.o core.o debugger.o format.o hash.o helper.o io.o lisp.o math.o package.o pathname.o read.o regex.o require.o stream.o string.o struct.o time.o write.o xedit.o bytecode.o.tmp core.o.tmp debugger.o.tmp format.o.tmp hash.o.tmp helper.o.tmp io.o.tmp lisp.o.tmp math.o.tmp package.o.tmp pathname.o.tmp read.o.tmp regex.o.tmp require.o.tmp stream.o.tmp string.o.tmp struct.o.tmp time.o.tmp write.o.tmp xedit.o.tmp || true) --- cleandir-libexec --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/tftpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tftpd tftpd.o tftpsubs.o tftpd.ln tftpsubs.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/lisp && rm -f liblisp.a bytecode.o core.o debugger.o format.o hash.o helper.o io.o lisp.o math.o package.o pathname.o read.o regex.o require.o stream.o string.o struct.o time.o write.o xedit.o bytecode.o.tmp core.o.tmp debugger.o.tmp format.o.tmp hash.o.tmp helper.o.tmp io.o.tmp lisp.o.tmp math.o.tmp package.o.tmp pathname.o.tmp read.o.tmp regex.o.tmp require.o.tmp stream.o.tmp string.o.tmp struct.o.tmp time.o.tmp write.o.tmp xedit.o.tmp || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/tftpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tftpd tftpd.o tftpsubs.o tftpd.ln tftpsubs.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/lisp && rm -f liblisp_p.a || true) --- cleandir-libexec --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/lisp && rm -f liblisp_p.a || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/tftpd && rm -f tftpd.html8 .depend tftpd.d tftpsubs.d tftpd.d.tmp tftpsubs.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/tftpd && rm -f tftpd.html8 .depend tftpd.d tftpsubs.d tftpd.d.tmp tftpsubs.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/lisp && rm -f liblisp_g.a || true) --- cleandir-libexec --- --- cleandir-utmp_update --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/lisp && rm -f liblisp_g.a || true) --- cleandir-libexec --- cleandir ===> libexec/utmp_update --- cleandir-external --- --- libclean4 --- --- cleandir-libexec --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/lisp && rm -f liblisp_pic.a || true) --- cleandir-libexec --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/utmp_update && rm -f a.out [Ee]rrs mklog core *.core .gdbinit utmp_update utmp_update.o utmp_update.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/lisp && rm -f liblisp_pic.a || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/utmp_update && rm -f a.out [Ee]rrs mklog core *.core .gdbinit utmp_update utmp_update.o utmp_update.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/lisp && rm -f llib-llisp.ln bytecode.ln core.ln debugger.ln format.ln hash.ln helper.ln io.ln lisp.ln math.ln package.ln pathname.ln read.ln regex.ln require.ln stream.ln string.ln struct.ln time.ln write.ln xedit.ln || true) --- cleandir-libexec --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/libexec/utmp_update && rm -f utmp_update.html8 .depend utmp_update.d utmp_update.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/lisp && rm -f llib-llisp.ln bytecode.ln core.ln debugger.ln format.ln hash.ln helper.ln io.ln lisp.ln math.ln package.ln pathname.ln read.ln regex.ln require.ln stream.ln string.ln struct.ln time.ln write.ln xedit.ln || true) --- cleandir-libexec --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/libexec/utmp_update && rm -f utmp_update.html8 .depend utmp_update.d utmp_update.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/lisp && rm -f .depend bytecode.d core.d debugger.d format.d hash.d helper.d io.d lisp.d math.d package.d pathname.d read.d regex.d require.d stream.d string.d struct.d time.d write.d xedit.d bytecode.d.tmp core.d.tmp debugger.d.tmp format.d.tmp hash.d.tmp helper.d.tmp io.d.tmp lisp.d.tmp math.d.tmp package.d.tmp pathname.d.tmp read.d.tmp regex.d.tmp require.d.tmp stream.d.tmp string.d.tmp struct.d.tmp time.d.tmp write.d.tmp xedit.d.tmp tags || true) --- cleandir-sbin --- cleandir ===> sbin --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/lisp && rm -f .depend bytecode.d core.d debugger.d format.d hash.d helper.d io.d lisp.d math.d package.d pathname.d read.d regex.d require.d stream.d string.d struct.d time.d write.d xedit.d bytecode.d.tmp core.d.tmp debugger.d.tmp format.d.tmp hash.d.tmp helper.d.tmp io.d.tmp lisp.d.tmp math.d.tmp package.d.tmp pathname.d.tmp read.d.tmp regex.d.tmp require.d.tmp stream.d.tmp string.d.tmp struct.d.tmp time.d.tmp write.d.tmp xedit.d.tmp tags || true) --- cleandir-mp --- cleandir ===> external/mit/xorg/bin/xedit/mp --- __doclean --- --- cleandir-sbin --- --- cleandir-amrctl --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/mp && rm -f libmp.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-sbin --- cleandir ===> sbin/amrctl --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/mp && rm -f libmp.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/amrctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit amrctl amrctl.o amrctl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/mp && rm -f libmp.a mp.o mpi.o mpr.o mp.o.tmp mpi.o.tmp mpr.o.tmp || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/amrctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit amrctl amrctl.o amrctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/mp && rm -f libmp.a mp.o mpi.o mpr.o mp.o.tmp mpi.o.tmp mpr.o.tmp || true) --- libclean2 --- --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/amrctl && rm -f amrctl.html8 .depend amrctl.d amrctl.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/mp && rm -f libmp_p.a || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/amrctl && rm -f amrctl.html8 .depend amrctl.d amrctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/mp && rm -f libmp_p.a || true) --- libclean3 --- --- cleandir-sbin --- --- cleandir-apmlabel --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/mp && rm -f libmp_g.a || true) --- cleandir-sbin --- cleandir ===> sbin/apmlabel --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/mp && rm -f libmp_g.a || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/apmlabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit apmlabel apmlabel.o dkcksum.o printlabel.o apmlabel.ln dkcksum.ln printlabel.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/mp && rm -f libmp_pic.a || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/apmlabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit apmlabel apmlabel.o dkcksum.o printlabel.o apmlabel.ln dkcksum.ln printlabel.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/mp && rm -f libmp_pic.a || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/apmlabel && rm -f apmlabel.html8 .depend apmlabel.d dkcksum.d printlabel.d apmlabel.d.tmp dkcksum.d.tmp printlabel.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/mp && rm -f llib-lmp.ln mp.ln mpi.ln mpr.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/apmlabel && rm -f apmlabel.html8 .depend apmlabel.d dkcksum.d printlabel.d apmlabel.d.tmp dkcksum.d.tmp printlabel.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/mp && rm -f llib-lmp.ln mp.ln mpi.ln mpr.ln || true) --- cleandir-sbin --- --- cleandir-atactl --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/atactl --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/mp && rm -f .depend mp.d mpi.d mpr.d mp.d.tmp mpi.d.tmp mpr.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/mp && rm -f .depend mp.d mpi.d mpr.d mp.d.tmp mpi.d.tmp mpr.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/atactl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit atactl atactl.o atactl.ln || true) --- cleandir-external --- --- cleandir-re --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/atactl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit atactl atactl.o atactl.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xedit/re --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/atactl && rm -f atactl.html8 .depend atactl.d atactl.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/re && rm -f libre.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/atactl && rm -f atactl.html8 .depend atactl.d atactl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/re && rm -f libre.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-sbin --- --- cleandir-badsect --- --- cleandir-external --- --- libclean1 --- --- cleandir-sbin --- cleandir ===> sbin/badsect --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/re && rm -f libre.a re.o rec.o reo.o re.o.tmp rec.o.tmp reo.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/re && rm -f libre.a re.o rec.o reo.o re.o.tmp rec.o.tmp reo.o.tmp || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/badsect && rm -f a.out [Ee]rrs mklog core *.core .gdbinit badsect badsect.o ffs_bswap.o badsect.ln ffs_bswap.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/re && rm -f libre_p.a || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/badsect && rm -f a.out [Ee]rrs mklog core *.core .gdbinit badsect badsect.o ffs_bswap.o badsect.ln ffs_bswap.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/re && rm -f libre_p.a || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/badsect && rm -f badsect.html8 .depend badsect.d ffs_bswap.d badsect.d.tmp ffs_bswap.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/re && rm -f libre_g.a || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/badsect && rm -f badsect.html8 .depend badsect.d ffs_bswap.d badsect.d.tmp ffs_bswap.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/re && rm -f libre_g.a || true) --- cleandir-sbin --- --- cleandir-bioctl --- --- cleandir-external --- --- libclean4 --- --- cleandir-sbin --- cleandir ===> sbin/bioctl --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/re && rm -f libre_pic.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/re && rm -f libre_pic.a || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/bioctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bioctl bioctl.o bioctl.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/re && rm -f llib-lre.ln re.ln rec.ln reo.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/bioctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bioctl bioctl.o bioctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/re && rm -f llib-lre.ln re.ln rec.ln reo.ln || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/bioctl && rm -f bioctl.html8 .depend bioctl.d bioctl.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/re && rm -f .depend re.d rec.d reo.d re.d.tmp rec.d.tmp reo.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/bioctl && rm -f bioctl.html8 .depend bioctl.d bioctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/re && rm -f .depend re.d rec.d reo.d re.d.tmp rec.d.tmp reo.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-blkdiscard --- cleandir ===> sbin/blkdiscard --- cleandir-external --- --- cleandir-xedit --- cleandir ===> external/mit/xorg/bin/xedit/xedit --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/blkdiscard && rm -f a.out [Ee]rrs mklog core *.core .gdbinit blkdiscard blkdiscard.o blkdiscard.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/blkdiscard && rm -f a.out [Ee]rrs mklog core *.core .gdbinit blkdiscard blkdiscard.o blkdiscard.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/blkdiscard && rm -f blkdiscard.html8 .depend blkdiscard.d blkdiscard.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/blkdiscard && rm -f blkdiscard.html8 .depend blkdiscard.d blkdiscard.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/xedit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xedit xedit.o commands.o util.o ispell.o options.o hook.o lisp.o tags.o hash.o xedit.ln commands.ln util.ln ispell.ln options.ln hook.ln lisp.ln tags.ln hash.ln || true) --- cleandir-sbin --- --- cleandir-brconfig --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/xedit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xedit xedit.o commands.o util.o ispell.o options.o hook.o lisp.o tags.o hash.o xedit.ln commands.ln util.ln ispell.ln options.ln hook.ln lisp.ln tags.ln hash.ln || true) --- cleandir-sbin --- cleandir ===> sbin/brconfig --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/xedit && rm -f xedit.1 xedit.html1 .depend commands.d hash.d hook.d ispell.d lisp.d options.d tags.d util.d xedit.d commands.d.tmp hash.d.tmp hook.d.tmp ispell.d.tmp lisp.d.tmp options.d.tmp tags.d.tmp util.d.tmp xedit.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/brconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit brconfig brconfig.o brconfig.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/xedit && rm -f xedit.1 xedit.html1 .depend commands.d hash.d hook.d ispell.d lisp.d options.d tags.d util.d xedit.d commands.d.tmp hash.d.tmp hook.d.tmp ispell.d.tmp lisp.d.tmp options.d.tmp tags.d.tmp util.d.tmp xedit.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/brconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit brconfig brconfig.o brconfig.ln || true) --- cleandir-external --- --- cleandir-modules --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xedit/modules --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/brconfig && rm -f brconfig.html8 .depend brconfig.d brconfig.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/brconfig && rm -f brconfig.html8 .depend brconfig.d brconfig.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/modules && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- cleandir-canconfig --- cleandir ===> sbin/canconfig --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/modules && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-progmodes --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/canconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit canconfig canconfig.o canconfig.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xedit/modules/progmodes --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/canconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit canconfig canconfig.o canconfig.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xedit/modules/progmodes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/canconfig && rm -f canconfig.html8 .depend canconfig.d canconfig.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xedit/modules/progmodes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/canconfig && rm -f canconfig.html8 .depend canconfig.d canconfig.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- cleandir-ccdconfig --- cleandir ===> sbin/ccdconfig --- cleandir-external --- --- cleandir-xev --- cleandir ===> external/mit/xorg/bin/xev --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ccdconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ccdconfig ccdconfig.o ccdconfig.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xev/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xev/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ccdconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ccdconfig ccdconfig.o ccdconfig.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xev/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xev/dist/configure" returned non-zero status --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ccdconfig && rm -f ccdconfig.html8 ccd.conf.html5 .depend ccdconfig.d ccdconfig.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xev && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xev xev.o xev.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ccdconfig && rm -f ccdconfig.html8 ccd.conf.html5 .depend ccdconfig.d ccdconfig.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xev && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xev xev.o xev.ln || true) --- cleandir-sbin --- --- cleandir-cgdconfig --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/cgdconfig --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xev && rm -f xev.1 xev.html1 .depend xev.d xev.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xev && rm -f xev.1 xev.html1 .depend xev.d xev.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/cgdconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cgdlex.c cgdparse.c cgdparse.h cgdconfig cgdconfig.o cgdlex.o cgdparse.o hkdf_hmac_sha256.o pkcs5_pbkdf2.o params.o utils.o argon2_utils.o argon2.o core.o blake2b.o encoding.o ref.o thread.o cgdconfig_hostops.o cgdconfig.ln hkdf_hmac_sha256.ln pkcs5_pbkdf2.ln params.ln utils.ln argon2_utils.ln argon2.ln core.ln blake2b.ln encoding.ln ref.ln thread.ln cgdconfig_hostops.ln cgdlex.c cgdparse.c cgdparse.h rump.cgdconfig cgdconfig.o cgdlex.o cgdparse.o hkdf_hmac_sha256.o pkcs5_pbkdf2.o params.o utils.o argon2_utils.o argon2.o core.o blake2b.o encoding.o ref.o thread.o cgdconfig_rumpops.o cgdconfig.ln hkdf_hmac_sha256.ln pkcs5_pbkdf2.ln params.ln utils.ln argon2_utils.ln argon2.ln core.ln blake2b.ln encoding.ln ref.ln thread.ln cgdconfig_rumpops.ln || true) --- cleandir-external --- --- cleandir-xeyes --- cleandir ===> external/mit/xorg/bin/xeyes --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/cgdconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cgdlex.c cgdparse.c cgdparse.h cgdconfig cgdconfig.o cgdlex.o cgdparse.o hkdf_hmac_sha256.o pkcs5_pbkdf2.o params.o utils.o argon2_utils.o argon2.o core.o blake2b.o encoding.o ref.o thread.o cgdconfig_hostops.o cgdconfig.ln hkdf_hmac_sha256.ln pkcs5_pbkdf2.ln params.ln utils.ln argon2_utils.ln argon2.ln core.ln blake2b.ln encoding.ln ref.ln thread.ln cgdconfig_hostops.ln cgdlex.c cgdparse.c cgdparse.h rump.cgdconfig cgdconfig.o cgdlex.o cgdparse.o hkdf_hmac_sha256.o pkcs5_pbkdf2.o params.o utils.o argon2_utils.o argon2.o core.o blake2b.o encoding.o ref.o thread.o cgdconfig_rumpops.o cgdconfig.ln hkdf_hmac_sha256.ln pkcs5_pbkdf2.ln params.ln utils.ln argon2_utils.ln argon2.ln core.ln blake2b.ln encoding.ln ref.ln thread.ln cgdconfig_rumpops.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/cgdconfig && rm -f cgdconfig.html8 .depend argon2.d argon2_utils.d blake2b.d cgdconfig.d cgdconfig_hostops.d cgdconfig_rumpops.d cgdlex.d cgdparse.d core.d encoding.d hkdf_hmac_sha256.d params.d pkcs5_pbkdf2.d ref.d thread.d utils.d argon2.d.tmp argon2_utils.d.tmp blake2b.d.tmp cgdconfig.d.tmp cgdconfig_hostops.d.tmp cgdconfig_rumpops.d.tmp cgdlex.d.tmp cgdparse.d.tmp core.d.tmp encoding.d.tmp hkdf_hmac_sha256.d.tmp params.d.tmp pkcs5_pbkdf2.d.tmp ref.d.tmp thread.d.tmp utils.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xeyes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xeyes xeyes.o Eyes.o transform.o xeyes.ln Eyes.ln transform.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/cgdconfig && rm -f cgdconfig.html8 .depend argon2.d argon2_utils.d blake2b.d cgdconfig.d cgdconfig_hostops.d cgdconfig_rumpops.d cgdlex.d cgdparse.d core.d encoding.d hkdf_hmac_sha256.d params.d pkcs5_pbkdf2.d ref.d thread.d utils.d argon2.d.tmp argon2_utils.d.tmp blake2b.d.tmp cgdconfig.d.tmp cgdconfig_hostops.d.tmp cgdconfig_rumpops.d.tmp cgdlex.d.tmp cgdparse.d.tmp core.d.tmp encoding.d.tmp hkdf_hmac_sha256.d.tmp params.d.tmp pkcs5_pbkdf2.d.tmp ref.d.tmp thread.d.tmp utils.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xeyes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xeyes xeyes.o Eyes.o transform.o xeyes.ln Eyes.ln transform.ln || true) --- cleandir-sbin --- --- cleandir-chown --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/chown --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xeyes && rm -f xeyes.1 xeyes.html1 .depend Eyes.d transform.d xeyes.d Eyes.d.tmp transform.d.tmp xeyes.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xeyes && rm -f xeyes.1 xeyes.html1 .depend Eyes.d transform.d xeyes.d Eyes.d.tmp transform.d.tmp xeyes.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-xf86dga --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/chown && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chown chown.o chown.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xf86dga --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/chown && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chown chown.o chown.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/chown && rm -f chgrp.html1 chown.html8 .depend chown.d chown.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xf86dga && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dga dga.o dga.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/chown && rm -f chgrp.html1 chown.html8 .depend chown.d chown.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xf86dga && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dga dga.o dga.ln || true) --- cleandir-sbin --- --- cleandir-devpubd --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/devpubd --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xf86dga && rm -f dga.1 dga.html1 .depend dga.d dga.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xf86dga && rm -f dga.1 dga.html1 .depend dga.d dga.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/devpubd && rm -f devpubd-run-hooks a.out [Ee]rrs mklog core *.core .gdbinit devpubd devpubd.o devpubd.ln || true) --- cleandir-external --- --- cleandir-xfd --- cleandir ===> external/mit/xorg/bin/xfd --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/devpubd && rm -f devpubd-run-hooks a.out [Ee]rrs mklog core *.core .gdbinit devpubd devpubd.o devpubd.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/devpubd && rm -f devpubd.html8 .depend devpubd.d devpubd.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xfd xfd.o grid.o xfd.ln grid.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/devpubd && rm -f devpubd.html8 .depend devpubd.d devpubd.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xfd xfd.o grid.o xfd.ln grid.ln || true) --- cleandir-sbin --- --- cleandir-disklabel --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/disklabel --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfd && rm -f xfd.1 xfd.html1 .depend grid.d xfd.d grid.d.tmp xfd.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfd && rm -f xfd.1 xfd.html1 .depend grid.d xfd.d grid.d.tmp xfd.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/disklabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit disklabel main.o dkcksum.o interact.o printlabel.o bswap.o main.ln dkcksum.ln interact.ln printlabel.ln bswap.ln || true) --- cleandir-external --- --- cleandir-xfindproxy --- cleandir ===> external/mit/xorg/bin/xfindproxy --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/disklabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit disklabel main.o dkcksum.o interact.o printlabel.o bswap.o main.ln dkcksum.ln interact.ln printlabel.ln bswap.ln || true) --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xfindproxy/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/disklabel && rm -f disklabel.html5 disklabel.html8 .depend bswap.d dkcksum.d interact.d main.d printlabel.d bswap.d.tmp dkcksum.d.tmp interact.d.tmp main.d.tmp printlabel.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xfindproxy/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xfindproxy/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/disklabel && rm -f disklabel.html5 disklabel.html8 .depend bswap.d dkcksum.d interact.d main.d printlabel.d bswap.d.tmp dkcksum.d.tmp interact.d.tmp main.d.tmp printlabel.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xfindproxy/dist/configure" returned non-zero status --- cleandir-sbin --- --- cleandir-dkctl --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- cleandir ===> sbin/dkctl --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfindproxy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xfindproxy xfindproxy.o xfindproxy.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfindproxy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xfindproxy xfindproxy.o xfindproxy.ln || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dkctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dkctl dkctl.o dkctl.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfindproxy && rm -f xfindproxy.1 xfindproxy.html1 .depend xfindproxy.d xfindproxy.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dkctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dkctl dkctl.o dkctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfindproxy && rm -f xfindproxy.1 xfindproxy.html1 .depend xfindproxy.d xfindproxy.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dkctl && rm -f dkctl.html8 .depend dkctl.d dkctl.d.tmp tags || true) --- cleandir-external --- --- cleandir-xfontsel --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dkctl && rm -f dkctl.html8 .depend dkctl.d dkctl.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xfontsel --- cleandir-sbin --- --- cleandir-dkscan_bsdlabel --- cleandir ===> sbin/dkscan_bsdlabel --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfontsel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xfontsel xfontsel.o ULabel.o xfontsel.ln ULabel.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfontsel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xfontsel xfontsel.o ULabel.o xfontsel.ln ULabel.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dkscan_bsdlabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dkscan_bsdlabel dkscan_bsdlabel.o dkscan_util.o dkscan_bsdlabel.ln dkscan_util.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dkscan_bsdlabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dkscan_bsdlabel dkscan_bsdlabel.o dkscan_util.o dkscan_bsdlabel.ln dkscan_util.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfontsel && rm -f xfontsel.1 xfontsel.html1 .depend ULabel.d xfontsel.d ULabel.d.tmp xfontsel.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfontsel && rm -f xfontsel.1 xfontsel.html1 .depend ULabel.d xfontsel.d ULabel.d.tmp xfontsel.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dkscan_bsdlabel && rm -f dkscan_bsdlabel.html8 .depend dkscan_bsdlabel.d dkscan_util.d dkscan_bsdlabel.d.tmp dkscan_util.d.tmp tags || true) --- cleandir-external --- --- cleandir-xfs --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dkscan_bsdlabel && rm -f dkscan_bsdlabel.html8 .depend dkscan_bsdlabel.d dkscan_util.d dkscan_bsdlabel.d.tmp dkscan_util.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xfs --- cleandir-sbin --- --- cleandir-dmesg --- cleandir ===> sbin/dmesg --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfs && rm -f fsconfig a.out [Ee]rrs mklog core *.core .gdbinit xfs atom.o charinfo.o difsutils.o dispatch.o events.o extensions.o fontinfo.o fonts.o globals.o initfonts.o main.o resource.o swaprep.o swapreq.o tables.o access.o config.o connection.o daemon.o error.o io.o osglue.o osinit.o utils.o waitfor.o xfstrans.o atom.ln charinfo.ln difsutils.ln dispatch.ln events.ln extensions.ln fontinfo.ln fonts.ln globals.ln initfonts.ln main.ln resource.ln swaprep.ln swapreq.ln tables.ln access.ln config.ln connection.ln daemon.ln error.ln io.ln osglue.ln osinit.ln utils.ln waitfor.ln xfstrans.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfs && rm -f fsconfig a.out [Ee]rrs mklog core *.core .gdbinit xfs atom.o charinfo.o difsutils.o dispatch.o events.o extensions.o fontinfo.o fonts.o globals.o initfonts.o main.o resource.o swaprep.o swapreq.o tables.o access.o config.o connection.o daemon.o error.o io.o osglue.o osinit.o utils.o waitfor.o xfstrans.o atom.ln charinfo.ln difsutils.ln dispatch.ln events.ln extensions.ln fontinfo.ln fonts.ln globals.ln initfonts.ln main.ln resource.ln swaprep.ln swapreq.ln tables.ln access.ln config.ln connection.ln daemon.ln error.ln io.ln osglue.ln osinit.ln utils.ln waitfor.ln xfstrans.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dmesg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dmesg dmesg.o dmesg.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dmesg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dmesg dmesg.o dmesg.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfs && rm -f xfs.1 xfs.html1 fsconfig.cpp .depend access.d atom.d charinfo.d config.d connection.d daemon.d difsutils.d dispatch.d error.d events.d extensions.d fontinfo.d fonts.d globals.d initfonts.d io.d main.d osglue.d osinit.d resource.d swaprep.d swapreq.d tables.d utils.d waitfor.d xfstrans.d access.d.tmp atom.d.tmp charinfo.d.tmp config.d.tmp connection.d.tmp daemon.d.tmp difsutils.d.tmp dispatch.d.tmp error.d.tmp events.d.tmp extensions.d.tmp fontinfo.d.tmp fonts.d.tmp globals.d.tmp initfonts.d.tmp io.d.tmp main.d.tmp osglue.d.tmp osinit.d.tmp resource.d.tmp swaprep.d.tmp swapreq.d.tmp tables.d.tmp utils.d.tmp waitfor.d.tmp xfstrans.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dmesg && rm -f dmesg.html8 .depend dmesg.d dmesg.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfs && rm -f xfs.1 xfs.html1 fsconfig.cpp .depend access.d atom.d charinfo.d config.d connection.d daemon.d difsutils.d dispatch.d error.d events.d extensions.d fontinfo.d fonts.d globals.d initfonts.d io.d main.d osglue.d osinit.d resource.d swaprep.d swapreq.d tables.d utils.d waitfor.d xfstrans.d access.d.tmp atom.d.tmp charinfo.d.tmp config.d.tmp connection.d.tmp daemon.d.tmp difsutils.d.tmp dispatch.d.tmp error.d.tmp events.d.tmp extensions.d.tmp fontinfo.d.tmp fonts.d.tmp globals.d.tmp initfonts.d.tmp io.d.tmp main.d.tmp osglue.d.tmp osinit.d.tmp resource.d.tmp swaprep.d.tmp swapreq.d.tmp tables.d.tmp utils.d.tmp waitfor.d.tmp xfstrans.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dmesg && rm -f dmesg.html8 .depend dmesg.d dmesg.d.tmp tags || true) --- cleandir-external --- --- cleandir-xfsinfo --- --- cleandir-sbin --- --- cleandir-dmctl --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xfsinfo --- cleandir-sbin --- cleandir ===> sbin/dmctl --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xfsinfo/dist/configure" returned non-zero status --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xfsinfo/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dmctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dmctl dmctl.o dmctl.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xfsinfo/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xfsinfo/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dmctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dmctl dmctl.o dmctl.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfsinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xfsinfo xfsinfo.o xfsinfo.ln || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dmctl && rm -f dmctl.html8 .depend dmctl.d dmctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfsinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xfsinfo xfsinfo.o xfsinfo.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dmctl && rm -f dmctl.html8 .depend dmctl.d dmctl.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfsinfo && rm -f xfsinfo.1 xfsinfo.html1 .depend xfsinfo.d xfsinfo.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-drvctl --- cleandir ===> sbin/drvctl --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfsinfo && rm -f xfsinfo.1 xfsinfo.html1 .depend xfsinfo.d xfsinfo.d.tmp tags || true) --- cleandir-xfwp --- --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/drvctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit drvctl drvctl.o drvctl.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xfwp --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/drvctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit drvctl drvctl.o drvctl.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfwp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xfwp xfwp.o misc.o pm.o transport.o io.o xfwp.ln misc.ln pm.ln transport.ln io.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/drvctl && rm -f drvctl.html8 .depend drvctl.d drvctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfwp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xfwp xfwp.o misc.o pm.o transport.o io.o xfwp.ln misc.ln pm.ln transport.ln io.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/drvctl && rm -f drvctl.html8 .depend drvctl.d drvctl.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- cleandir-fastboot --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xfwp && rm -f xfwp.1 xfwp.html1 .depend io.d misc.d pm.d transport.d xfwp.d io.d.tmp misc.d.tmp pm.d.tmp transport.d.tmp xfwp.d.tmp tags || true) --- cleandir-sbin --- cleandir ===> sbin/fastboot --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xfwp && rm -f xfwp.1 xfwp.html1 .depend io.d misc.d pm.d transport.d xfwp.d io.d.tmp misc.d.tmp pm.d.tmp transport.d.tmp xfwp.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-xgamma --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fastboot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xgamma --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fastboot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xgamma/dist/configure" returned non-zero status --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xgamma/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fastboot && rm -f fastboot.html8 || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xgamma/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xgamma/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fastboot && rm -f fastboot.html8 || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- cleandir-fdisk --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xgamma && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xgamma xgamma.o xgamma.ln || true) --- cleandir-sbin --- cleandir ===> sbin/fdisk --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xgamma && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xgamma xgamma.o xgamma.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fdisk && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fdisk fdisk.o fdisk.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xgamma && rm -f xgamma.1 xgamma.html1 .depend xgamma.d xgamma.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fdisk && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fdisk fdisk.o fdisk.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xgamma && rm -f xgamma.1 xgamma.html1 .depend xgamma.d xgamma.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-xgc --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fdisk && rm -f fdisk.html8 .depend fdisk.d fdisk.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xgc --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fdisk && rm -f fdisk.html8 .depend fdisk.d fdisk.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- cleandir-fsck --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xgc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gram.c lex.c gram.h xgc dashlist.o planemask.o getfile.o tests.o text.o choice.o main.o interpret.o record.o testfrac.o gram.o lex.o dashlist.ln planemask.ln getfile.ln tests.ln text.ln choice.ln main.ln interpret.ln record.ln testfrac.ln || true) --- cleandir-sbin --- cleandir ===> sbin/fsck --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xgc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gram.c lex.c gram.h xgc dashlist.o planemask.o getfile.o tests.o text.o choice.o main.o interpret.o record.o testfrac.o gram.o lex.o dashlist.ln planemask.ln getfile.ln tests.ln text.ln choice.ln main.ln interpret.ln record.ln testfrac.ln || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck fsck.o fsutil.o preen.o fsck.ln fsutil.ln preen.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xgc && rm -f xgc.1 xgc.html1 .depend choice.d dashlist.d getfile.d gram.d interpret.d lex.d main.d planemask.d record.d testfrac.d tests.d text.d choice.d.tmp dashlist.d.tmp getfile.d.tmp gram.d.tmp interpret.d.tmp lex.d.tmp main.d.tmp planemask.d.tmp record.d.tmp testfrac.d.tmp tests.d.tmp text.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck fsck.o fsutil.o preen.o fsck.ln fsutil.ln preen.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xgc && rm -f xgc.1 xgc.html1 .depend choice.d dashlist.d getfile.d gram.d interpret.d lex.d main.d planemask.d record.d testfrac.d tests.d text.d choice.d.tmp dashlist.d.tmp getfile.d.tmp gram.d.tmp interpret.d.tmp lex.d.tmp main.d.tmp planemask.d.tmp record.d.tmp testfrac.d.tmp tests.d.tmp text.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck && rm -f fsck.html8 .depend fsck.d fsutil.d preen.d fsck.d.tmp fsutil.d.tmp preen.d.tmp tags || true) --- cleandir-external --- --- cleandir-xhost --- cleandir ===> external/mit/xorg/bin/xhost --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck && rm -f fsck.html8 .depend fsck.d fsutil.d preen.d fsck.d.tmp fsutil.d.tmp preen.d.tmp tags || true) --- cleandir-fsirand --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- cleandir ===> sbin/fsirand --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xhost && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xhost xhost.o xhost.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xhost && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xhost xhost.o xhost.ln || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsirand && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsirand fsirand.o ffs_bswap.o fsirand.ln ffs_bswap.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsirand && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsirand fsirand.o ffs_bswap.o fsirand.ln ffs_bswap.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xhost && rm -f xhost.1 xhost.html1 .depend xhost.d xhost.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xhost && rm -f xhost.1 xhost.html1 .depend xhost.d xhost.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsirand && rm -f fsirand.html8 .depend ffs_bswap.d fsirand.d ffs_bswap.d.tmp fsirand.d.tmp tags || true) --- cleandir-external --- --- cleandir-xinit --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsirand && rm -f fsirand.html8 .depend ffs_bswap.d fsirand.d ffs_bswap.d.tmp fsirand.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xinit --- cleandir-sbin --- --- cleandir-gpt --- cleandir ===> sbin/gpt --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xinit && rm -f startx xinitrc a.out [Ee]rrs mklog core *.core .gdbinit xinit xinit.o xinit.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xinit && rm -f startx xinitrc a.out [Ee]rrs mklog core *.core .gdbinit xinit xinit.o xinit.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/gpt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gpt add.o biosboot.o create.o destroy.o gpt.o header.o label.o map.o main.o migrate.o recover.o remove.o resize.o resizedisk.o set.o show.o type.o unset.o gpt_uuid.o uuid.o backup.o restore.o add.ln biosboot.ln create.ln destroy.ln gpt.ln header.ln label.ln map.ln main.ln migrate.ln recover.ln remove.ln resize.ln resizedisk.ln set.ln show.ln type.ln unset.ln gpt_uuid.ln uuid.ln backup.ln restore.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/gpt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gpt add.o biosboot.o create.o destroy.o gpt.o header.o label.o map.o main.o migrate.o recover.o remove.o resize.o resizedisk.o set.o show.o type.o unset.o gpt_uuid.o uuid.o backup.o restore.o add.ln biosboot.ln create.ln destroy.ln gpt.ln header.ln label.ln map.ln main.ln migrate.ln recover.ln remove.ln resize.ln resizedisk.ln set.ln show.ln type.ln unset.ln gpt_uuid.ln uuid.ln backup.ln restore.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xinit && rm -f xinit.1 startx.1 xinit.html1 startx.html1 .depend xinit.d xinit.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xinit && rm -f xinit.1 startx.1 xinit.html1 startx.html1 .depend xinit.d xinit.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/gpt && rm -f gpt.html8 .depend add.d backup.d biosboot.d create.d destroy.d gpt.d gpt_uuid.d header.d label.d main.d map.d migrate.d recover.d remove.d resize.d resizedisk.d restore.d set.d show.d type.d unset.d uuid.d add.d.tmp backup.d.tmp biosboot.d.tmp create.d.tmp destroy.d.tmp gpt.d.tmp gpt_uuid.d.tmp header.d.tmp label.d.tmp main.d.tmp map.d.tmp migrate.d.tmp recover.d.tmp remove.d.tmp resize.d.tmp resizedisk.d.tmp restore.d.tmp set.d.tmp show.d.tmp type.d.tmp unset.d.tmp uuid.d.tmp tags || true) --- cleandir-external --- --- cleandir-xinput --- cleandir ===> external/mit/xorg/bin/xinput --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/gpt && rm -f gpt.html8 .depend add.d backup.d biosboot.d create.d destroy.d gpt.d gpt_uuid.d header.d label.d main.d map.d migrate.d recover.d remove.d resize.d resizedisk.d restore.d set.d show.d type.d unset.d uuid.d add.d.tmp backup.d.tmp biosboot.d.tmp create.d.tmp destroy.d.tmp gpt.d.tmp gpt_uuid.d.tmp header.d.tmp label.d.tmp main.d.tmp map.d.tmp migrate.d.tmp recover.d.tmp remove.d.tmp resize.d.tmp resizedisk.d.tmp restore.d.tmp set.d.tmp show.d.tmp type.d.tmp unset.d.tmp uuid.d.tmp tags || true) --- cleandir-ifconfig --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- cleandir ===> sbin/ifconfig --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xinput && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xinput buttonmap.o feedback.o hierarchy.o list.o property.o setcp.o setint.o setmode.o setptr.o state.o test.o test_xi2.o transform.o xinput.o buttonmap.ln feedback.ln hierarchy.ln list.ln property.ln setcp.ln setint.ln setmode.ln setptr.ln state.ln test.ln test_xi2.ln transform.ln xinput.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xinput && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xinput buttonmap.o feedback.o hierarchy.o list.o property.o setcp.o setint.o setmode.o setptr.o state.o test.o test_xi2.o transform.o xinput.o buttonmap.ln feedback.ln hierarchy.ln list.ln property.ln setcp.ln setint.ln setmode.ln setptr.ln state.ln test.ln test_xi2.ln transform.ln xinput.ln || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ifconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ifconfig af_atalk.o af_link.o carp.o pfsync.o af_inet6.o af_inet.o af_inetany.o env.o ether.o ifconfig.o media.o parse.o tunnel.o util.o vlan.o ieee80211.o agr.o l2tp.o lagg.o ifconfig_hostops.o af_atalk.ln af_link.ln carp.ln pfsync.ln af_inet6.ln af_inet.ln af_inetany.ln env.ln ether.ln ifconfig.ln media.ln parse.ln tunnel.ln util.ln vlan.ln ieee80211.ln agr.ln l2tp.ln lagg.ln ifconfig_hostops.ln rump.ifconfig af_atalk.o af_link.o carp.o pfsync.o af_inet6.o af_inet.o af_inetany.o env.o ether.o ifconfig.o media.o parse.o tunnel.o util.o vlan.o ieee80211.o agr.o l2tp.o lagg.o ifconfig_rumpops.o af_atalk.ln af_link.ln carp.ln pfsync.ln af_inet6.ln af_inet.ln af_inetany.ln env.ln ether.ln ifconfig.ln media.ln parse.ln tunnel.ln util.ln vlan.ln ieee80211.ln agr.ln l2tp.ln lagg.ln ifconfig_rumpops.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xinput && rm -f xinput.1 xinput.html1 .depend buttonmap.d feedback.d hierarchy.d list.d property.d setcp.d setint.d setmode.d setptr.d state.d test.d test_xi2.d transform.d xinput.d buttonmap.d.tmp feedback.d.tmp hierarchy.d.tmp list.d.tmp property.d.tmp setcp.d.tmp setint.d.tmp setmode.d.tmp setptr.d.tmp state.d.tmp test.d.tmp test_xi2.d.tmp transform.d.tmp xinput.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ifconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ifconfig af_atalk.o af_link.o carp.o pfsync.o af_inet6.o af_inet.o af_inetany.o env.o ether.o ifconfig.o media.o parse.o tunnel.o util.o vlan.o ieee80211.o agr.o l2tp.o lagg.o ifconfig_hostops.o af_atalk.ln af_link.ln carp.ln pfsync.ln af_inet6.ln af_inet.ln af_inetany.ln env.ln ether.ln ifconfig.ln media.ln parse.ln tunnel.ln util.ln vlan.ln ieee80211.ln agr.ln l2tp.ln lagg.ln ifconfig_hostops.ln rump.ifconfig af_atalk.o af_link.o carp.o pfsync.o af_inet6.o af_inet.o af_inetany.o env.o ether.o ifconfig.o media.o parse.o tunnel.o util.o vlan.o ieee80211.o agr.o l2tp.o lagg.o ifconfig_rumpops.o af_atalk.ln af_link.ln carp.ln pfsync.ln af_inet6.ln af_inet.ln af_inetany.ln env.ln ether.ln ifconfig.ln media.ln parse.ln tunnel.ln util.ln vlan.ln ieee80211.ln agr.ln l2tp.ln lagg.ln ifconfig_rumpops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xinput && rm -f xinput.1 xinput.html1 .depend buttonmap.d feedback.d hierarchy.d list.d property.d setcp.d setint.d setmode.d setptr.d state.d test.d test_xi2.d transform.d xinput.d buttonmap.d.tmp feedback.d.tmp hierarchy.d.tmp list.d.tmp property.d.tmp setcp.d.tmp setint.d.tmp setmode.d.tmp setptr.d.tmp state.d.tmp test.d.tmp test_xi2.d.tmp transform.d.tmp xinput.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-xkbcomp --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ifconfig && rm -f ifconfig.html8 .depend af_atalk.d af_inet.d af_inet6.d af_inetany.d af_link.d agr.d carp.d env.d ether.d ieee80211.d ifconfig.d ifconfig_hostops.d ifconfig_rumpops.d l2tp.d lagg.d media.d parse.d pfsync.d tunnel.d util.d vlan.d af_atalk.d.tmp af_inet.d.tmp af_inet6.d.tmp af_inetany.d.tmp af_link.d.tmp agr.d.tmp carp.d.tmp env.d.tmp ether.d.tmp ieee80211.d.tmp ifconfig.d.tmp ifconfig_hostops.d.tmp ifconfig_rumpops.d.tmp l2tp.d.tmp lagg.d.tmp media.d.tmp parse.d.tmp pfsync.d.tmp tunnel.d.tmp util.d.tmp vlan.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xkbcomp --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ifconfig && rm -f ifconfig.html8 .depend af_atalk.d af_inet.d af_inet6.d af_inetany.d af_link.d agr.d carp.d env.d ether.d ieee80211.d ifconfig.d ifconfig_hostops.d ifconfig_rumpops.d l2tp.d lagg.d media.d parse.d pfsync.d tunnel.d util.d vlan.d af_atalk.d.tmp af_inet.d.tmp af_inet6.d.tmp af_inetany.d.tmp af_link.d.tmp agr.d.tmp carp.d.tmp env.d.tmp ether.d.tmp ieee80211.d.tmp ifconfig.d.tmp ifconfig_hostops.d.tmp ifconfig_rumpops.d.tmp l2tp.d.tmp lagg.d.tmp media.d.tmp parse.d.tmp pfsync.d.tmp tunnel.d.tmp util.d.tmp vlan.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbcomp/dist/configure" returned non-zero status --- cleandir-sbin --- --- cleandir-init --- cleandir ===> sbin/init --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbcomp/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbcomp/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbcomp/dist/configure" returned non-zero status --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/init && rm -f a.out [Ee]rrs mklog core *.core .gdbinit init init.o init.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbcomp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkbparse.c xkbcomp xkbcomp.o xkbscan.o expr.o vmod.o indicators.o misc.o keymap.o keycodes.o keytypes.o compat.o action.o alias.o symbols.o geometry.o xkbpath.o listing.o xkbparse.o parseutils.o utils.o xkbcomp.ln xkbscan.ln expr.ln vmod.ln indicators.ln misc.ln keymap.ln keycodes.ln keytypes.ln compat.ln action.ln alias.ln symbols.ln geometry.ln xkbpath.ln listing.ln parseutils.ln utils.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/init && rm -f a.out [Ee]rrs mklog core *.core .gdbinit init init.o init.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbcomp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkbparse.c xkbcomp xkbcomp.o xkbscan.o expr.o vmod.o indicators.o misc.o keymap.o keycodes.o keytypes.o compat.o action.o alias.o symbols.o geometry.o xkbpath.o listing.o xkbparse.o parseutils.o utils.o xkbcomp.ln xkbscan.ln expr.ln vmod.ln indicators.ln misc.ln keymap.ln keycodes.ln keytypes.ln compat.ln action.ln alias.ln symbols.ln geometry.ln xkbpath.ln listing.ln parseutils.ln utils.ln || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/init && rm -f init.html8 .depend init.d init.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbcomp && rm -f xkbcomp.1 xkbcomp.html1 .depend action.d alias.d compat.d expr.d geometry.d indicators.d keycodes.d keymap.d keytypes.d listing.d misc.d parseutils.d symbols.d utils.d vmod.d xkbcomp.d xkbparse.d xkbpath.d xkbscan.d action.d.tmp alias.d.tmp compat.d.tmp expr.d.tmp geometry.d.tmp indicators.d.tmp keycodes.d.tmp keymap.d.tmp keytypes.d.tmp listing.d.tmp misc.d.tmp parseutils.d.tmp symbols.d.tmp utils.d.tmp vmod.d.tmp xkbcomp.d.tmp xkbparse.d.tmp xkbpath.d.tmp xkbscan.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/init && rm -f init.html8 .depend init.d init.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbcomp && rm -f xkbcomp.1 xkbcomp.html1 .depend action.d alias.d compat.d expr.d geometry.d indicators.d keycodes.d keymap.d keytypes.d listing.d misc.d parseutils.d symbols.d utils.d vmod.d xkbcomp.d xkbparse.d xkbpath.d xkbscan.d action.d.tmp alias.d.tmp compat.d.tmp expr.d.tmp geometry.d.tmp indicators.d.tmp keycodes.d.tmp keymap.d.tmp keytypes.d.tmp listing.d.tmp misc.d.tmp parseutils.d.tmp symbols.d.tmp utils.d.tmp vmod.d.tmp xkbcomp.d.tmp xkbparse.d.tmp xkbpath.d.tmp xkbscan.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-ldconfig --- cleandir ===> sbin/ldconfig --- cleandir-external --- --- cleandir-xkbevd --- cleandir ===> external/mit/xorg/bin/xkbevd --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ldconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbevd/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbevd/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ldconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbevd/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbevd/dist/configure" returned non-zero status --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ldconfig && rm -f ldconfig.html8 || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbevd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cfgparse.c xkbevd xkbevd.o cfgscan.o cfgparse.o evargs.o printev.o utils.o xkbevd.ln cfgscan.ln evargs.ln printev.ln utils.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ldconfig && rm -f ldconfig.html8 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbevd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cfgparse.c xkbevd xkbevd.o cfgscan.o cfgparse.o evargs.o printev.o utils.o xkbevd.ln cfgscan.ln evargs.ln printev.ln utils.ln || true) --- cleandir-sbin --- --- cleandir-luactl --- cleandir ===> sbin/luactl --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbevd && rm -f xkbevd.1 xkbevd.html1 .depend cfgparse.d cfgscan.d evargs.d printev.d utils.d xkbevd.d cfgparse.d.tmp cfgscan.d.tmp evargs.d.tmp printev.d.tmp utils.d.tmp xkbevd.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/luactl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit luactl luactl.o luactl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbevd && rm -f xkbevd.1 xkbevd.html1 .depend cfgparse.d cfgscan.d evargs.d printev.d utils.d xkbevd.d cfgparse.d.tmp cfgscan.d.tmp evargs.d.tmp printev.d.tmp utils.d.tmp xkbevd.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/luactl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit luactl luactl.o luactl.ln || true) --- cleandir-external --- --- cleandir-xkbprint --- cleandir ===> external/mit/xorg/bin/xkbprint --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/luactl && rm -f luactl.html8 .depend luactl.d luactl.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbprint/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/luactl && rm -f luactl.html8 .depend luactl.d luactl.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbprint/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbprint/dist/configure" returned non-zero status --- cleandir-sbin --- --- cleandir-mbrlabel --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbprint/dist/configure" returned non-zero status --- cleandir-sbin --- cleandir ===> sbin/mbrlabel --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbprint && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkbprint xkbprint.o utils.o psgeom.o xkbprint.ln utils.ln psgeom.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbprint && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkbprint xkbprint.o utils.o psgeom.o xkbprint.ln utils.ln psgeom.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mbrlabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mbrlabel mbrlabel.o dkcksum.o printlabel.o xlat_mbr_fstype.o mbrlabel.ln dkcksum.ln printlabel.ln xlat_mbr_fstype.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mbrlabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mbrlabel mbrlabel.o dkcksum.o printlabel.o xlat_mbr_fstype.o mbrlabel.ln dkcksum.ln printlabel.ln xlat_mbr_fstype.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbprint && rm -f xkbprint.1 xkbprint.html1 .depend psgeom.d utils.d xkbprint.d psgeom.d.tmp utils.d.tmp xkbprint.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbprint && rm -f xkbprint.1 xkbprint.html1 .depend psgeom.d utils.d xkbprint.d psgeom.d.tmp utils.d.tmp xkbprint.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mbrlabel && rm -f mbrlabel.html8 .depend dkcksum.d mbrlabel.d printlabel.d xlat_mbr_fstype.d dkcksum.d.tmp mbrlabel.d.tmp printlabel.d.tmp xlat_mbr_fstype.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mbrlabel && rm -f mbrlabel.html8 .depend dkcksum.d mbrlabel.d printlabel.d xlat_mbr_fstype.d dkcksum.d.tmp mbrlabel.d.tmp printlabel.d.tmp xlat_mbr_fstype.d.tmp tags || true) --- cleandir-external --- --- cleandir-xkbutils --- cleandir ===> external/mit/xorg/bin/xkbutils --- cleandir-sbin --- --- cleandir-mknod --- --- cleandir-external --- --- cleandir-xkbbell --- --- cleandir-sbin --- cleandir ===> sbin/mknod --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xkbutils/xkbbell --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mknod && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mknod mknod.o pack_dev.o mknod.ln pack_dev.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbbell/../../../xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbbell/../../../xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mknod && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mknod mknod.o pack_dev.o mknod.ln pack_dev.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbbell/../../../xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbbell/../../../xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mknod && rm -f mknod.html8 .depend mknod.d pack_dev.d mknod.d.tmp pack_dev.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbutils/xkbbell && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkbbell xkbbell.o xkbbell.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mknod && rm -f mknod.html8 .depend mknod.d pack_dev.d mknod.d.tmp pack_dev.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbbell && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkbbell xkbbell.o xkbbell.ln || true) --- cleandir-sbin --- --- cleandir-modload --- cleandir ===> sbin/modload --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbutils/xkbbell && rm -f xkbbell.1 xkbbell.html1 .depend xkbbell.d xkbbell.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbbell && rm -f xkbbell.1 xkbbell.html1 .depend xkbbell.d xkbbell.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/modload && rm -f a.out [Ee]rrs mklog core *.core .gdbinit modload main.o modload_hostops.o main.ln modload_hostops.ln rump.modload main.o modload_rumpops.o main.ln modload_rumpops.ln || true) --- cleandir-external --- --- cleandir-xkbvleds --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/modload && rm -f a.out [Ee]rrs mklog core *.core .gdbinit modload main.o modload_hostops.o main.ln modload_hostops.ln rump.modload main.o modload_rumpops.o main.ln modload_rumpops.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xkbutils/xkbvleds --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbvleds/../../../xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/modload && rm -f modload.html8 .depend main.d modload_hostops.d modload_rumpops.d main.d.tmp modload_hostops.d.tmp modload_rumpops.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbvleds/../../../xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/modload && rm -f modload.html8 .depend main.d modload_hostops.d modload_rumpops.d main.d.tmp modload_hostops.d.tmp modload_rumpops.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbvleds/../../../xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbvleds/../../../xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status --- cleandir-sbin --- --- cleandir-modstat --- cleandir ===> sbin/modstat --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbutils/xkbvleds && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkbvleds xkbvleds.o LED.o utils.o xkbvleds.ln LED.ln utils.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbvleds && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkbvleds xkbvleds.o LED.o utils.o xkbvleds.ln LED.ln utils.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/modstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit modstat main.o modstat_hostops.o main.ln modstat_hostops.ln rump.modstat main.o modstat_rumpops.o main.ln modstat_rumpops.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/modstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit modstat main.o modstat_hostops.o main.ln modstat_hostops.ln rump.modstat main.o modstat_rumpops.o main.ln modstat_rumpops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbutils/xkbvleds && rm -f xkbvleds.1 xkbvleds.html1 .depend LED.d utils.d xkbvleds.d LED.d.tmp utils.d.tmp xkbvleds.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbvleds && rm -f xkbvleds.1 xkbvleds.html1 .depend LED.d utils.d xkbvleds.d LED.d.tmp utils.d.tmp xkbvleds.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/modstat && rm -f modstat.html8 .depend main.d modstat_hostops.d modstat_rumpops.d main.d.tmp modstat_hostops.d.tmp modstat_rumpops.d.tmp tags || true) --- cleandir-external --- --- cleandir-xkbwatch --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/modstat && rm -f modstat.html8 .depend main.d modstat_hostops.d modstat_rumpops.d main.d.tmp modstat_hostops.d.tmp modstat_rumpops.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xkbutils/xkbwatch --- cleandir-sbin --- --- cleandir-modunload --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbwatch/../../../xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status --- cleandir-sbin --- cleandir ===> sbin/modunload --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbwatch/../../../xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbwatch/../../../xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbwatch/../../../xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkbutils/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/modunload && rm -f a.out [Ee]rrs mklog core *.core .gdbinit modunload main.o modunload_hostops.o main.ln modunload_hostops.ln rump.modunload main.o modunload_rumpops.o main.ln modunload_rumpops.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbutils/xkbwatch && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkbwatch xkbwatch.o LED.o utils.o xkbwatch.ln LED.ln utils.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/modunload && rm -f a.out [Ee]rrs mklog core *.core .gdbinit modunload main.o modunload_hostops.o main.ln modunload_hostops.ln rump.modunload main.o modunload_rumpops.o main.ln modunload_rumpops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbwatch && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkbwatch xkbwatch.o LED.o utils.o xkbwatch.ln LED.ln utils.ln || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/modunload && rm -f modunload.html8 .depend main.d modunload_hostops.d modunload_rumpops.d main.d.tmp modunload_hostops.d.tmp modunload_rumpops.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkbutils/xkbwatch && rm -f xkbwatch.1 xkbwatch.html1 .depend LED.d utils.d xkbwatch.d LED.d.tmp utils.d.tmp xkbwatch.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/modunload && rm -f modunload.html8 .depend main.d modunload_hostops.d modunload_rumpops.d main.d.tmp modunload_hostops.d.tmp modunload_rumpops.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkbutils/xkbwatch && rm -f xkbwatch.1 xkbwatch.html1 .depend LED.d utils.d xkbwatch.d LED.d.tmp utils.d.tmp xkbwatch.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-mount --- cleandir ===> sbin/mount --- cleandir-external --- --- cleandir-xkill --- cleandir ===> external/mit/xorg/bin/xkill --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount mount.o vfslist.o mount.ln vfslist.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkill/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkill/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount mount.o vfslist.o mount.ln vfslist.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkill/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xkill/dist/configure" returned non-zero status --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount && rm -f mount.html8 .depend mount.d vfslist.d mount.d.tmp vfslist.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkill && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkill xkill.o xkill.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount && rm -f mount.html8 .depend mount.d vfslist.d mount.d.tmp vfslist.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkill && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xkill xkill.o xkill.ln || true) --- cleandir-sbin --- --- cleandir-newbtconf --- cleandir ===> sbin/newbtconf --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xkill && rm -f xkill.1 xkill.html1 .depend xkill.d xkill.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xkill && rm -f xkill.1 xkill.html1 .depend xkill.d xkill.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newbtconf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-xload --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newbtconf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xload --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newbtconf && rm -f newbtconf.html8 || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xload && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xload xload.o get_load.o get_rload.o xload.ln get_load.ln get_rload.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newbtconf && rm -f newbtconf.html8 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xload && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xload xload.o get_load.o get_rload.o xload.ln get_load.ln get_rload.ln || true) --- cleandir-sbin --- --- cleandir-nologin --- cleandir ===> sbin/nologin --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xload && rm -f xload.1 xload.html1 .depend get_load.d get_rload.d xload.d get_load.d.tmp get_rload.d.tmp xload.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/nologin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xload && rm -f xload.1 xload.html1 .depend get_load.d get_rload.d xload.d get_load.d.tmp get_rload.d.tmp xload.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/nologin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-xlogo --- cleandir ===> external/mit/xorg/bin/xlogo --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/nologin && rm -f nologin.html8 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/nologin && rm -f nologin.html8 || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xlogo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xlogo xlogo.o Logo.o RenderLogo.o xlogo.ln Logo.ln RenderLogo.ln || true) --- cleandir-sbin --- --- cleandir-nvmectl --- cleandir ===> sbin/nvmectl --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xlogo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xlogo xlogo.o Logo.o RenderLogo.o xlogo.ln Logo.ln RenderLogo.ln || true) --- __docleandir --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xlogo && rm -f xlogo.1 xlogo.html1 .depend Logo.d RenderLogo.d xlogo.d Logo.d.tmp RenderLogo.d.tmp xlogo.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/nvmectl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nvmectl nvmectl.o devlist.o firmware.o identify.o logpage.o perftest.o power.o reset.o util.o wdc.o bignum.o humanize_bignum.o nvmectl.ln devlist.ln firmware.ln identify.ln logpage.ln perftest.ln power.ln reset.ln util.ln wdc.ln bignum.ln humanize_bignum.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xlogo && rm -f xlogo.1 xlogo.html1 .depend Logo.d RenderLogo.d xlogo.d Logo.d.tmp RenderLogo.d.tmp xlogo.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/nvmectl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nvmectl nvmectl.o devlist.o firmware.o identify.o logpage.o perftest.o power.o reset.o util.o wdc.o bignum.o humanize_bignum.o nvmectl.ln devlist.ln firmware.ln identify.ln logpage.ln perftest.ln power.ln reset.ln util.ln wdc.ln bignum.ln humanize_bignum.ln || true) --- cleandir-external --- --- cleandir-xlsatoms --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xlsatoms --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/nvmectl && rm -f nvmectl.html8 .depend bignum.d devlist.d firmware.d humanize_bignum.d identify.d logpage.d nvmectl.d perftest.d power.d reset.d util.d wdc.d bignum.d.tmp devlist.d.tmp firmware.d.tmp humanize_bignum.d.tmp identify.d.tmp logpage.d.tmp nvmectl.d.tmp perftest.d.tmp power.d.tmp reset.d.tmp util.d.tmp wdc.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsatoms/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/nvmectl && rm -f nvmectl.html8 .depend bignum.d devlist.d firmware.d humanize_bignum.d identify.d logpage.d nvmectl.d perftest.d power.d reset.d util.d wdc.d bignum.d.tmp devlist.d.tmp firmware.d.tmp humanize_bignum.d.tmp identify.d.tmp logpage.d.tmp nvmectl.d.tmp perftest.d.tmp power.d.tmp reset.d.tmp util.d.tmp wdc.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsatoms/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory --- cleandir-sbin --- --- cleandir-ping --- --- cleandir-external --- nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsatoms/dist/configure" returned non-zero status --- cleandir-sbin --- cleandir ===> sbin/ping --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsatoms/dist/configure" returned non-zero status --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xlsatoms && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xlsatoms xlsatoms.o xlsatoms.ln || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ping && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ping ping.o ping_hostops.o ping.ln ping_hostops.ln rump.ping ping.o ping_rumpops.o ping.ln ping_rumpops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xlsatoms && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xlsatoms xlsatoms.o xlsatoms.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ping && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ping ping.o ping_hostops.o ping.ln ping_hostops.ln rump.ping ping.o ping_rumpops.o ping.ln ping_rumpops.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xlsatoms && rm -f xlsatoms.1 xlsatoms.html1 .depend xlsatoms.d xlsatoms.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ping && rm -f ping.html8 .depend ping.d ping_hostops.d ping_rumpops.d ping.d.tmp ping_hostops.d.tmp ping_rumpops.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xlsatoms && rm -f xlsatoms.1 xlsatoms.html1 .depend xlsatoms.d xlsatoms.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ping && rm -f ping.html8 .depend ping.d ping_hostops.d ping_rumpops.d ping.d.tmp ping_hostops.d.tmp ping_rumpops.d.tmp tags || true) --- cleandir-external --- --- cleandir-xlsclients --- --- cleandir-sbin --- --- cleandir-pppoectl --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xlsclients --- cleandir-sbin --- cleandir ===> sbin/pppoectl --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsclients/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsclients/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/pppoectl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pppoectl pppoectl.o pppoectl.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsclients/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsclients/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/pppoectl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pppoectl pppoectl.o pppoectl.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xlsclients && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xlsclients xlsclients.o xlsclients.ln || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/pppoectl && rm -f pppoectl.html8 .depend pppoectl.d pppoectl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xlsclients && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xlsclients xlsclients.o xlsclients.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/pppoectl && rm -f pppoectl.html8 .depend pppoectl.d pppoectl.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xlsclients && rm -f xlsclients.1 xlsclients.html1 .depend xlsclients.d xlsclients.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-raidctl --- cleandir ===> sbin/raidctl --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xlsclients && rm -f xlsclients.1 xlsclients.html1 .depend xlsclients.d xlsclients.d.tmp tags || true) --- cleandir-xlsfonts --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xlsfonts --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/raidctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit raidctl rf_configure.o raidctl.o raidctl_hostops.o rf_configure.ln raidctl.ln raidctl_hostops.ln rump.raidctl rf_configure.o raidctl.o raidctl_rumpops.o rf_configure.ln raidctl.ln raidctl_rumpops.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/raidctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit raidctl rf_configure.o raidctl.o raidctl_hostops.o rf_configure.ln raidctl.ln raidctl_hostops.ln rump.raidctl rf_configure.o raidctl.o raidctl_rumpops.o rf_configure.ln raidctl.ln raidctl_rumpops.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsfonts/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsfonts/dist/configure" returned non-zero status --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsfonts/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/raidctl && rm -f raidctl.html8 .depend raidctl.d raidctl_hostops.d raidctl_rumpops.d rf_configure.d raidctl.d.tmp raidctl_hostops.d.tmp raidctl_rumpops.d.tmp rf_configure.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xlsfonts/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/raidctl && rm -f raidctl.html8 .depend raidctl.d raidctl_hostops.d raidctl_rumpops.d rf_configure.d raidctl.d.tmp raidctl_hostops.d.tmp raidctl_rumpops.d.tmp rf_configure.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xlsfonts && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xlsfonts xlsfonts.o dsimple.o xlsfonts.ln dsimple.ln || true) --- cleandir-sbin --- --- cleandir-reboot --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xlsfonts && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xlsfonts xlsfonts.o dsimple.o xlsfonts.ln dsimple.ln || true) --- cleandir-sbin --- cleandir ===> sbin/reboot --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xlsfonts && rm -f xlsfonts.1 xlsfonts.html1 .depend dsimple.d xlsfonts.d dsimple.d.tmp xlsfonts.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/reboot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit reboot reboot.o reboot.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xlsfonts && rm -f xlsfonts.1 xlsfonts.html1 .depend dsimple.d xlsfonts.d dsimple.d.tmp xlsfonts.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/reboot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit reboot reboot.o reboot.ln || true) --- cleandir-external --- --- cleandir-xmag --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xmag --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/reboot && rm -f reboot.html8 .depend reboot.d reboot.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/reboot && rm -f reboot.html8 .depend reboot.d reboot.d.tmp tags || true) --- cleandir-external --- nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xmag/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xmag/dist/configure" returned non-zero status --- cleandir-sbin --- --- cleandir-rcorder --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xmag/dist/configure" returned non-zero status --- cleandir-sbin --- cleandir ===> sbin/rcorder --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xmag/dist/configure" returned non-zero status --- __doclean --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmag && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmag xmag.o CutPaste.o RootWin.o Scale.o xmag.ln CutPaste.ln RootWin.ln Scale.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/rcorder && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcorder hash.o rcorder.o hash.ln rcorder.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmag && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmag xmag.o CutPaste.o RootWin.o Scale.o xmag.ln CutPaste.ln RootWin.ln Scale.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/rcorder && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rcorder hash.o rcorder.o hash.ln rcorder.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmag && rm -f xmag.1 xmag.html1 .depend CutPaste.d RootWin.d Scale.d xmag.d CutPaste.d.tmp RootWin.d.tmp Scale.d.tmp xmag.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/rcorder && rm -f rcorder.html8 .depend hash.d rcorder.d hash.d.tmp rcorder.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmag && rm -f xmag.1 xmag.html1 .depend CutPaste.d RootWin.d Scale.d xmag.d CutPaste.d.tmp RootWin.d.tmp Scale.d.tmp xmag.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/rcorder && rm -f rcorder.html8 .depend hash.d rcorder.d hash.d.tmp rcorder.d.tmp tags || true) --- cleandir-external --- --- cleandir-xman --- --- cleandir-sbin --- --- cleandir-rndctl --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xman --- cleandir-sbin --- cleandir ===> sbin/rndctl --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xman/dist/configure" returned non-zero status --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xman/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/rndctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rndctl rndctl.o sha3.o keccak.o rndctl.ln sha3.ln keccak.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xman/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xman/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/rndctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rndctl rndctl.o sha3.o keccak.o rndctl.ln sha3.ln keccak.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xman && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xman ScrollByL.o handler.o man.o buttons.o help.o search.o globals.o main.o misc.o tkfuncs.o vendor.o ScrollByL.ln handler.ln man.ln buttons.ln help.ln search.ln globals.ln main.ln misc.ln tkfuncs.ln vendor.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/rndctl && rm -f rndctl.html8 .depend keccak.d rndctl.d sha3.d keccak.d.tmp rndctl.d.tmp sha3.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xman && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xman ScrollByL.o handler.o man.o buttons.o help.o search.o globals.o main.o misc.o tkfuncs.o vendor.o ScrollByL.ln handler.ln man.ln buttons.ln help.ln search.ln globals.ln main.ln misc.ln tkfuncs.ln vendor.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/rndctl && rm -f rndctl.html8 .depend keccak.d rndctl.d sha3.d keccak.d.tmp rndctl.d.tmp sha3.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- cleandir-route --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xman && rm -f xman.1 xman.html1 .depend ScrollByL.d buttons.d globals.d handler.d help.d main.d man.d misc.d search.d tkfuncs.d vendor.d ScrollByL.d.tmp buttons.d.tmp globals.d.tmp handler.d.tmp help.d.tmp main.d.tmp man.d.tmp misc.d.tmp search.d.tmp tkfuncs.d.tmp vendor.d.tmp tags || true) --- cleandir-sbin --- cleandir ===> sbin/route --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xman && rm -f xman.1 xman.html1 .depend ScrollByL.d buttons.d globals.d handler.d help.d main.d man.d misc.d search.d tkfuncs.d vendor.d ScrollByL.d.tmp buttons.d.tmp globals.d.tmp handler.d.tmp help.d.tmp main.d.tmp man.d.tmp misc.d.tmp search.d.tmp tkfuncs.d.tmp vendor.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-xmessage --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/route && rm -f a.out [Ee]rrs mklog core *.core .gdbinit route route.o show.o keywords.o rtutil.o route_hostops.o route.ln show.ln keywords.ln rtutil.ln route_hostops.ln rump.route route.o show.o keywords.o rtutil.o route_rumpops.o route.ln show.ln keywords.ln rtutil.ln route_rumpops.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xmessage --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/route && rm -f a.out [Ee]rrs mklog core *.core .gdbinit route route.o show.o keywords.o rtutil.o route_hostops.o route.ln show.ln keywords.ln rtutil.ln route_hostops.ln rump.route route.o show.o keywords.o rtutil.o route_rumpops.o route.ln show.ln keywords.ln rtutil.ln route_rumpops.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmessage && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmessage xmessage.o makeform.o readfile.o xmessage.ln makeform.ln readfile.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/route && rm -f route.html8 .depend keywords.d route.d route_hostops.d route_rumpops.d rtutil.d show.d keywords.d.tmp route.d.tmp route_hostops.d.tmp route_rumpops.d.tmp rtutil.d.tmp show.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmessage && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmessage xmessage.o makeform.o readfile.o xmessage.ln makeform.ln readfile.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/route && rm -f route.html8 .depend keywords.d route.d route_hostops.d route_rumpops.d rtutil.d show.d keywords.d.tmp route.d.tmp route_hostops.d.tmp route_rumpops.d.tmp rtutil.d.tmp show.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- cleandir-routed --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmessage && rm -f xmessage.1 xmessage.html1 .depend makeform.d readfile.d xmessage.d makeform.d.tmp readfile.d.tmp xmessage.d.tmp tags || true) --- cleandir-sbin --- cleandir ===> sbin/routed --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmessage && rm -f xmessage.1 xmessage.html1 .depend makeform.d readfile.d xmessage.d makeform.d.tmp readfile.d.tmp xmessage.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-xmh --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/routed && rm -f a.out [Ee]rrs mklog core *.core .gdbinit routed if.o input.o main.o output.o parms.o radix.o rdisc.o table.o trace.o if.ln input.ln main.ln output.ln parms.ln radix.ln rdisc.ln table.ln trace.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xmh --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/routed && rm -f a.out [Ee]rrs mklog core *.core .gdbinit routed if.o input.o main.o output.o parms.o radix.o rdisc.o table.o trace.o if.ln input.ln main.ln output.ln parms.ln radix.ln rdisc.ln table.ln trace.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmh && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmh bbox.o command.o compfuncs.o folder.o init.o main.o menu.o mlist.o msg.o pick.o popup.o screen.o toc.o tocfuncs.o tocutil.o tsource.o util.o viewfuncs.o miscfuncs.o bbox.ln command.ln compfuncs.ln folder.ln init.ln main.ln menu.ln mlist.ln msg.ln pick.ln popup.ln screen.ln toc.ln tocfuncs.ln tocutil.ln tsource.ln util.ln viewfuncs.ln miscfuncs.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/routed && rm -f routed.html8 .depend if.d input.d main.d output.d parms.d radix.d rdisc.d table.d trace.d if.d.tmp input.d.tmp main.d.tmp output.d.tmp parms.d.tmp radix.d.tmp rdisc.d.tmp table.d.tmp trace.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/routed && rm -f routed.html8 .depend if.d input.d main.d output.d parms.d radix.d rdisc.d table.d trace.d if.d.tmp input.d.tmp main.d.tmp output.d.tmp parms.d.tmp radix.d.tmp rdisc.d.tmp table.d.tmp trace.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmh && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmh bbox.o command.o compfuncs.o folder.o init.o main.o menu.o mlist.o msg.o pick.o popup.o screen.o toc.o tocfuncs.o tocutil.o tsource.o util.o viewfuncs.o miscfuncs.o bbox.ln command.ln compfuncs.ln folder.ln init.ln main.ln menu.ln mlist.ln msg.ln pick.ln popup.ln screen.ln toc.ln tocfuncs.ln tocutil.ln tsource.ln util.ln viewfuncs.ln miscfuncs.ln || true) --- cleandir-sbin --- --- cleandir-rtquery --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/routed/rtquery --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmh && rm -f xmh.1 xmh.html1 .depend bbox.d command.d compfuncs.d folder.d init.d main.d menu.d miscfuncs.d mlist.d msg.d pick.d popup.d screen.d toc.d tocfuncs.d tocutil.d tsource.d util.d viewfuncs.d bbox.d.tmp command.d.tmp compfuncs.d.tmp folder.d.tmp init.d.tmp main.d.tmp menu.d.tmp miscfuncs.d.tmp mlist.d.tmp msg.d.tmp pick.d.tmp popup.d.tmp screen.d.tmp toc.d.tmp tocfuncs.d.tmp tocutil.d.tmp tsource.d.tmp util.d.tmp viewfuncs.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmh && rm -f xmh.1 xmh.html1 .depend bbox.d command.d compfuncs.d folder.d init.d main.d menu.d miscfuncs.d mlist.d msg.d pick.d popup.d screen.d toc.d tocfuncs.d tocutil.d tsource.d util.d viewfuncs.d bbox.d.tmp command.d.tmp compfuncs.d.tmp folder.d.tmp init.d.tmp main.d.tmp menu.d.tmp miscfuncs.d.tmp mlist.d.tmp msg.d.tmp pick.d.tmp popup.d.tmp screen.d.tmp toc.d.tmp tocfuncs.d.tmp tocutil.d.tmp tsource.d.tmp util.d.tmp viewfuncs.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/routed/rtquery && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rtquery rtquery.o rtquery.ln || true) --- cleandir-external --- --- cleandir-xmkmf --- cleandir ===> external/mit/xorg/bin/xmkmf --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/routed/rtquery && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rtquery rtquery.o rtquery.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/routed/rtquery && rm -f rtquery.html8 .depend rtquery.d rtquery.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmkmf && rm -f xmkmf a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmkmf && rm -f xmkmf a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/routed/rtquery && rm -f rtquery.html8 .depend rtquery.d rtquery.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- cleandir-savecore --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmkmf && rm -f xmkmf.1 xmkmf.html1 || true) --- cleandir-sbin --- cleandir ===> sbin/savecore --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmkmf && rm -f xmkmf.1 xmkmf.html1 || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-xmlwf --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/savecore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit savecore savecore.o zopen.o savecore.ln zopen.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xmlwf --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/savecore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit savecore savecore.o zopen.o savecore.ln zopen.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmlwf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/savecore && rm -f savecore.html8 .depend savecore.d zopen.d savecore.d.tmp zopen.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmlwf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/savecore && rm -f savecore.html8 .depend savecore.d zopen.d savecore.d.tmp zopen.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- cleandir-scan_ffs --- --- cleandir-external --- --- cleandir-xmodmap --- --- cleandir-sbin --- cleandir ===> sbin/scan_ffs --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xmodmap sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xmodmap/dist/configure" returned non-zero status --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/scan_ffs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit scan_ffs scan_ffs.o ffs_bswap.o lfs_cksum.o scan_ffs.ln ffs_bswap.ln lfs_cksum.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xmodmap/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xmodmap/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/scan_ffs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit scan_ffs scan_ffs.o ffs_bswap.o lfs_cksum.o scan_ffs.ln ffs_bswap.ln lfs_cksum.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xmodmap/dist/configure" returned non-zero status --- __doclean --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmodmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmodmap xmodmap.o pf.o handle.o exec.o xmodmap.ln pf.ln handle.ln exec.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/scan_ffs && rm -f scan_ffs.html8 .depend ffs_bswap.d lfs_cksum.d scan_ffs.d ffs_bswap.d.tmp lfs_cksum.d.tmp scan_ffs.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmodmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmodmap xmodmap.o pf.o handle.o exec.o xmodmap.ln pf.ln handle.ln exec.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/scan_ffs && rm -f scan_ffs.html8 .depend ffs_bswap.d lfs_cksum.d scan_ffs.d ffs_bswap.d.tmp lfs_cksum.d.tmp scan_ffs.d.tmp tags || true) --- cleandir-scsictl --- --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmodmap && rm -f xmodmap.1 xmodmap.html1 .depend exec.d handle.d pf.d xmodmap.d exec.d.tmp handle.d.tmp pf.d.tmp xmodmap.d.tmp tags || true) --- cleandir-sbin --- cleandir ===> sbin/scsictl --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmodmap && rm -f xmodmap.1 xmodmap.html1 .depend exec.d handle.d pf.d xmodmap.d exec.d.tmp handle.d.tmp pf.d.tmp xmodmap.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-xmore --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/scsictl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit scsictl scsictl.o scsi_sense.o scsi_subr.o scsictl.ln scsi_sense.ln scsi_subr.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xmore --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/scsictl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit scsictl scsictl.o scsi_sense.o scsi_subr.o scsictl.ln scsi_sense.ln scsi_subr.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmore xmore.o xmore.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/scsictl && rm -f scsictl.html8 .depend scsi_sense.d scsi_subr.d scsictl.d scsi_sense.d.tmp scsi_subr.d.tmp scsictl.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/scsictl && rm -f scsictl.html8 .depend scsi_sense.d scsi_subr.d scsictl.d scsi_sense.d.tmp scsi_subr.d.tmp scsictl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xmore xmore.o xmore.ln || true) --- cleandir-sbin --- --- cleandir-shutdown --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/shutdown --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xmore && rm -f xmore.1 xmore.html1 .depend xmore.d xmore.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xmore && rm -f xmore.1 xmore.html1 .depend xmore.d xmore.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/shutdown && rm -f a.out [Ee]rrs mklog core *.core .gdbinit shutdown shutdown.o shutdown.ln || true) --- cleandir-external --- --- cleandir-xprop --- cleandir ===> external/mit/xorg/bin/xprop --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/shutdown && rm -f a.out [Ee]rrs mklog core *.core .gdbinit shutdown shutdown.o shutdown.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/shutdown && rm -f shutdown.html8 .depend shutdown.d shutdown.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xprop && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xprop xprop.o dsimple.o clientwin.o xprop.ln dsimple.ln clientwin.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/shutdown && rm -f shutdown.html8 .depend shutdown.d shutdown.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xprop && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xprop xprop.o dsimple.o clientwin.o xprop.ln dsimple.ln clientwin.ln || true) --- cleandir-sbin --- --- cleandir-slattach --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/slattach --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xprop && rm -f xprop.1 xprop.html1 .depend clientwin.d dsimple.d xprop.d clientwin.d.tmp dsimple.d.tmp xprop.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xprop && rm -f xprop.1 xprop.html1 .depend clientwin.d dsimple.d xprop.d clientwin.d.tmp dsimple.d.tmp xprop.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/slattach && rm -f a.out [Ee]rrs mklog core *.core .gdbinit slattach slattach.o slattach.ln || true) --- cleandir-external --- --- cleandir-xrandr --- cleandir ===> external/mit/xorg/bin/xrandr --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/slattach && rm -f a.out [Ee]rrs mklog core *.core .gdbinit slattach slattach.o slattach.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/slattach && rm -f slattach.html8 .depend slattach.d slattach.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xrandr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xrandr xrandr.o xrandr.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/slattach && rm -f slattach.html8 .depend slattach.d slattach.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xrandr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xrandr xrandr.o xrandr.ln || true) --- cleandir-sbin --- --- cleandir-svhlabel --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/svhlabel --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xrandr && rm -f xrandr.1 xrandr.html1 .depend xrandr.d xrandr.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xrandr && rm -f xrandr.1 xrandr.html1 .depend xrandr.d xrandr.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/svhlabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit svhlabel svhlabel.o dkcksum.o printlabel.o svhlabel.ln dkcksum.ln printlabel.ln || true) --- cleandir-external --- --- cleandir-xrdb --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/svhlabel && rm -f a.out [Ee]rrs mklog core *.core .gdbinit svhlabel svhlabel.o dkcksum.o printlabel.o svhlabel.ln dkcksum.ln printlabel.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xrdb --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xrdb/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/svhlabel && rm -f svhlabel.html8 .depend dkcksum.d printlabel.d svhlabel.d dkcksum.d.tmp printlabel.d.tmp svhlabel.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xrdb/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/svhlabel && rm -f svhlabel.html8 .depend dkcksum.d printlabel.d svhlabel.d dkcksum.d.tmp printlabel.d.tmp svhlabel.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xrdb/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xrdb/dist/configure" returned non-zero status --- cleandir-sbin --- --- cleandir-swapctl --- cleandir ===> sbin/swapctl --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xrdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xrdb xrdb.o xrdb.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xrdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xrdb xrdb.o xrdb.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/swapctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit swapctl swapctl.o swaplist.o swapctl.ln swaplist.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/swapctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit swapctl swapctl.o swaplist.o swapctl.ln swaplist.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xrdb && rm -f xrdb.1 xrdb.html1 .depend xrdb.d xrdb.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xrdb && rm -f xrdb.1 xrdb.html1 .depend xrdb.d xrdb.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/swapctl && rm -f swapctl.html8 .depend swapctl.d swaplist.d swapctl.d.tmp swaplist.d.tmp tags || true) --- cleandir-external --- --- cleandir-xrefresh --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/swapctl && rm -f swapctl.html8 .depend swapctl.d swaplist.d swapctl.d.tmp swaplist.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xrefresh --- cleandir-sbin --- --- cleandir-sysctl --- cleandir ===> sbin/sysctl --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xrefresh/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xrefresh/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xrefresh/dist/configure" returned non-zero status --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xrefresh/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/sysctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sysctl sysctl.o sysctl_hostops.o sysctl.ln sysctl_hostops.ln rump.sysctl sysctl.o sysctl_rumpops.o sysctlbyname.o sysctlgetmibinfo.o sysctl.ln sysctl_rumpops.ln sysctlbyname.ln sysctlgetmibinfo.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xrefresh && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xrefresh xrefresh.o xrefresh.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/sysctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sysctl sysctl.o sysctl_hostops.o sysctl.ln sysctl_hostops.ln rump.sysctl sysctl.o sysctl_rumpops.o sysctlbyname.o sysctlgetmibinfo.o sysctl.ln sysctl_rumpops.ln sysctlbyname.ln sysctlgetmibinfo.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xrefresh && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xrefresh xrefresh.o xrefresh.ln || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/sysctl && rm -f sysctl.html8 .depend sysctl.d sysctl_hostops.d sysctl_rumpops.d sysctlbyname.d sysctlgetmibinfo.d sysctl.d.tmp sysctl_hostops.d.tmp sysctl_rumpops.d.tmp sysctlbyname.d.tmp sysctlgetmibinfo.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/sysctl && rm -f sysctl.html8 .depend sysctl.d sysctl_hostops.d sysctl_rumpops.d sysctlbyname.d sysctlgetmibinfo.d sysctl.d.tmp sysctl_hostops.d.tmp sysctl_rumpops.d.tmp sysctlbyname.d.tmp sysctlgetmibinfo.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xrefresh && rm -f xrefresh.1 xrefresh.html1 .depend xrefresh.d xrefresh.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xrefresh && rm -f xrefresh.1 xrefresh.html1 .depend xrefresh.d xrefresh.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-ttyflags --- cleandir ===> sbin/ttyflags --- cleandir-external --- --- cleandir-xset --- cleandir ===> external/mit/xorg/bin/xset --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ttyflags && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ttyflags ttyflags.o ttyflags.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xset/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xset/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ttyflags && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ttyflags ttyflags.o ttyflags.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xset/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xset/dist/configure" returned non-zero status --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ttyflags && rm -f ttyflags.html8 .depend ttyflags.d ttyflags.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xset && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xset xset.o xset.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ttyflags && rm -f ttyflags.html8 .depend ttyflags.d ttyflags.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xset && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xset xset.o xset.ln || true) --- cleandir-sbin --- --- cleandir-umbctl --- cleandir ===> sbin/umbctl --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xset && rm -f xset.1 xset.html1 .depend xset.d xset.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xset && rm -f xset.1 xset.html1 .depend xset.d xset.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/umbctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit umbctl umbctl.o umbctl.ln || true) --- cleandir-external --- --- cleandir-xsetmode --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/umbctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit umbctl umbctl.o umbctl.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xsetmode --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/umbctl && rm -f umbctl.html8 .depend umbctl.d umbctl.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/umbctl && rm -f umbctl.html8 .depend umbctl.d umbctl.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xsetmode && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xsetmode xsetmode.o xsetmode.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xsetmode && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xsetmode xsetmode.o xsetmode.ln || true) --- cleandir-sbin --- --- cleandir-umount --- cleandir ===> sbin/umount --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xsetmode && rm -f xsetmode.1 xsetmode.html1 .depend xsetmode.d xsetmode.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xsetmode && rm -f xsetmode.1 xsetmode.html1 .depend xsetmode.d xsetmode.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/umount && rm -f a.out [Ee]rrs mklog core *.core .gdbinit umount umount.o vfslist.o umount.ln vfslist.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/umount && rm -f a.out [Ee]rrs mklog core *.core .gdbinit umount umount.o vfslist.o umount.ln vfslist.ln || true) --- cleandir-external --- --- cleandir-xsetpointer --- cleandir ===> external/mit/xorg/bin/xsetpointer --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/umount && rm -f umount.html8 .depend umount.d vfslist.d umount.d.tmp vfslist.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/umount && rm -f umount.html8 .depend umount.d vfslist.d umount.d.tmp vfslist.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xsetpointer && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xsetpointer xsetpointer.o xsetpointer.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xsetpointer && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xsetpointer xsetpointer.o xsetpointer.ln || true) --- cleandir-sbin --- --- cleandir-veriexecctl --- cleandir ===> sbin/veriexecctl --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xsetpointer && rm -f xsetpointer.1 xsetpointer.html1 .depend xsetpointer.d xsetpointer.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/veriexecctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit veriexecctl_parse.c veriexecctl_conf.c veriexecctl_parse.h veriexecctl veriexecctl_parse.o veriexecctl_conf.o veriexecctl.o veriexecctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xsetpointer && rm -f xsetpointer.1 xsetpointer.html1 .depend xsetpointer.d xsetpointer.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/veriexecctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit veriexecctl_parse.c veriexecctl_conf.c veriexecctl_parse.h veriexecctl veriexecctl_parse.o veriexecctl_conf.o veriexecctl.o veriexecctl.ln || true) --- cleandir-external --- --- cleandir-xsetroot --- cleandir ===> external/mit/xorg/bin/xsetroot --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/veriexecctl && rm -f veriexecctl.html8 .depend veriexecctl.d veriexecctl_conf.d veriexecctl_parse.d veriexecctl.d.tmp veriexecctl_conf.d.tmp veriexecctl_parse.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xsetroot/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xsetroot/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/veriexecctl && rm -f veriexecctl.html8 .depend veriexecctl.d veriexecctl_conf.d veriexecctl_parse.d veriexecctl.d.tmp veriexecctl_conf.d.tmp veriexecctl_parse.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xsetroot/dist/configure" returned non-zero status --- cleandir-sbin --- --- cleandir-wdogctl --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xsetroot/dist/configure" returned non-zero status --- cleandir-sbin --- cleandir ===> sbin/wdogctl --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xsetroot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xsetroot xsetroot.o xsetroot.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xsetroot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xsetroot xsetroot.o xsetroot.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/wdogctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wdogctl wdogctl.o wdogctl.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/wdogctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wdogctl wdogctl.o wdogctl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xsetroot && rm -f xsetroot.1 xsetroot.html1 .depend xsetroot.d xsetroot.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xsetroot && rm -f xsetroot.1 xsetroot.html1 .depend xsetroot.d xsetroot.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/wdogctl && rm -f wdogctl.html8 .depend wdogctl.d wdogctl.d.tmp tags || true) --- cleandir-external --- --- cleandir-xsm --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/wdogctl && rm -f wdogctl.html8 .depend wdogctl.d wdogctl.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xsm --- cleandir-sbin --- --- cleandir-wsconsctl --- cleandir ===> sbin/wsconsctl --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xsm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xsm auth.o choose.o info.o list.o lock.o log.o mainwin.o misc.o popup.o printhex.o prop.o remote.o restart.o save.o saveutil.o signals.o xsm.o xtwatch.o auth.ln choose.ln info.ln list.ln lock.ln log.ln mainwin.ln misc.ln popup.ln printhex.ln prop.ln remote.ln restart.ln save.ln saveutil.ln signals.ln xsm.ln xtwatch.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xsm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xsm auth.o choose.o info.o list.o lock.o log.o mainwin.o misc.o popup.o printhex.o prop.o remote.o restart.o save.o saveutil.o signals.o xsm.o xtwatch.o auth.ln choose.ln info.ln list.ln lock.ln log.ln mainwin.ln misc.ln popup.ln printhex.ln prop.ln remote.ln restart.ln save.ln saveutil.ln signals.ln xsm.ln xtwatch.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/wsconsctl && rm -f keysym.h a.out [Ee]rrs mklog core *.core .gdbinit map_parse.c map_scan.c map_parse.h wsconsctl display.o keyboard.o keysym.o map_parse.o map_scan.o mouse.o util.o wsconsctl.o edid.o vesagtf.o videomode.o display.ln keyboard.ln keysym.ln mouse.ln util.ln wsconsctl.ln edid.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/wsconsctl && rm -f keysym.h a.out [Ee]rrs mklog core *.core .gdbinit map_parse.c map_scan.c map_parse.h wsconsctl display.o keyboard.o keysym.o map_parse.o map_scan.o mouse.o util.o wsconsctl.o edid.o vesagtf.o videomode.o display.ln keyboard.ln keysym.ln mouse.ln util.ln wsconsctl.ln edid.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xsm && rm -f xsm.1 xsm.html1 .depend auth.d choose.d info.d list.d lock.d log.d mainwin.d misc.d popup.d printhex.d prop.d remote.d restart.d save.d saveutil.d signals.d xsm.d xtwatch.d auth.d.tmp choose.d.tmp info.d.tmp list.d.tmp lock.d.tmp log.d.tmp mainwin.d.tmp misc.d.tmp popup.d.tmp printhex.d.tmp prop.d.tmp remote.d.tmp restart.d.tmp save.d.tmp saveutil.d.tmp signals.d.tmp xsm.d.tmp xtwatch.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/wsconsctl && rm -f wsconsctl.html8 .depend display.d edid.d keyboard.d keysym.d map_parse.d map_scan.d mouse.d util.d wsconsctl.d display.d.tmp edid.d.tmp keyboard.d.tmp keysym.d.tmp map_parse.d.tmp map_scan.d.tmp mouse.d.tmp util.d.tmp wsconsctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xsm && rm -f xsm.1 xsm.html1 .depend auth.d choose.d info.d list.d lock.d log.d mainwin.d misc.d popup.d printhex.d prop.d remote.d restart.d save.d saveutil.d signals.d xsm.d xtwatch.d auth.d.tmp choose.d.tmp info.d.tmp list.d.tmp lock.d.tmp log.d.tmp mainwin.d.tmp misc.d.tmp popup.d.tmp printhex.d.tmp prop.d.tmp remote.d.tmp restart.d.tmp save.d.tmp saveutil.d.tmp signals.d.tmp xsm.d.tmp xtwatch.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/wsconsctl && rm -f wsconsctl.html8 .depend display.d edid.d keyboard.d keysym.d map_parse.d map_scan.d mouse.d util.d wsconsctl.d display.d.tmp edid.d.tmp keyboard.d.tmp keysym.d.tmp map_parse.d.tmp map_scan.d.tmp mouse.d.tmp util.d.tmp wsconsctl.d.tmp tags || true) --- cleandir-external --- --- cleandir-xstdcmap --- cleandir ===> external/mit/xorg/bin/xstdcmap --- cleandir-sbin --- --- cleandir-newfs_ext2fs --- cleandir ===> sbin/newfs_ext2fs --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xstdcmap/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xstdcmap/dist/configure" returned non-zero status --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xstdcmap/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_ext2fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_ext2fs newfs_ext2fs.o mke2fs.o ext2fs_bswap.o partutil.o newfs_ext2fs.ln mke2fs.ln ext2fs_bswap.ln partutil.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xstdcmap/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_ext2fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_ext2fs newfs_ext2fs.o mke2fs.o ext2fs_bswap.o partutil.o newfs_ext2fs.ln mke2fs.ln ext2fs_bswap.ln partutil.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xstdcmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xstdcmap xstdcmap.o xstdcmap.ln || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xstdcmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xstdcmap xstdcmap.o xstdcmap.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_ext2fs && rm -f newfs_ext2fs.html8 .depend ext2fs_bswap.d mke2fs.d newfs_ext2fs.d partutil.d ext2fs_bswap.d.tmp mke2fs.d.tmp newfs_ext2fs.d.tmp partutil.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_ext2fs && rm -f newfs_ext2fs.html8 .depend ext2fs_bswap.d mke2fs.d newfs_ext2fs.d partutil.d ext2fs_bswap.d.tmp mke2fs.d.tmp newfs_ext2fs.d.tmp partutil.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xstdcmap && rm -f xstdcmap.1 xstdcmap.html1 .depend xstdcmap.d xstdcmap.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-fsck_ext2fs --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xstdcmap && rm -f xstdcmap.1 xstdcmap.html1 .depend xstdcmap.d xstdcmap.d.tmp tags || true) --- cleandir-sbin --- cleandir ===> sbin/fsck_ext2fs --- cleandir-external --- --- cleandir-xterm --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xterm --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_ext2fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_ext2fs dir.o inode.o main.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o fsutil.o setup.o utilities.o ext2fs_bswap.o partutil.o dir.ln inode.ln main.ln pass1.ln pass1b.ln pass2.ln pass3.ln pass4.ln pass5.ln fsutil.ln setup.ln utilities.ln ext2fs_bswap.ln partutil.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_ext2fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_ext2fs dir.o inode.o main.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o fsutil.o setup.o utilities.o ext2fs_bswap.o partutil.o dir.ln inode.ln main.ln pass1.ln pass1b.ln pass2.ln pass3.ln pass4.ln pass5.ln fsutil.ln setup.ln utilities.ln ext2fs_bswap.ln partutil.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xterm && rm -f Tekparse.hin VTparse.hin a.out [Ee]rrs mklog core *.core .gdbinit xterm button.o charproc.o charsets.o cursor.o data.o doublechr.o graphics.o graphics_sixel.o fontutils.o input.o linedata.o menu.o misc.o print.o ptydata.o screen.o scrollback.o scrollbar.o tabs.o util.o xstrings.o TekPrsTbl.o Tekproc.o VTPrsTbl.o main.o charclass.o precompose.o wcwidth.o xutf8.o cachedGCs.o xtermcap.o svg.o html.o version.o button.ln charproc.ln charsets.ln cursor.ln data.ln doublechr.ln graphics.ln graphics_sixel.ln fontutils.ln input.ln linedata.ln menu.ln misc.ln print.ln ptydata.ln screen.ln scrollback.ln scrollbar.ln tabs.ln util.ln xstrings.ln TekPrsTbl.ln Tekproc.ln VTPrsTbl.ln main.ln charclass.ln precompose.ln wcwidth.ln xutf8.ln cachedGCs.ln xtermcap.ln svg.ln html.ln version.ln || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_ext2fs && rm -f fsck_ext2fs.html8 .depend dir.d ext2fs_bswap.d fsutil.d inode.d main.d partutil.d pass1.d pass1b.d pass2.d pass3.d pass4.d pass5.d setup.d utilities.d dir.d.tmp ext2fs_bswap.d.tmp fsutil.d.tmp inode.d.tmp main.d.tmp partutil.d.tmp pass1.d.tmp pass1b.d.tmp pass2.d.tmp pass3.d.tmp pass4.d.tmp pass5.d.tmp setup.d.tmp utilities.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xterm && rm -f Tekparse.hin VTparse.hin a.out [Ee]rrs mklog core *.core .gdbinit xterm button.o charproc.o charsets.o cursor.o data.o doublechr.o graphics.o graphics_sixel.o fontutils.o input.o linedata.o menu.o misc.o print.o ptydata.o screen.o scrollback.o scrollbar.o tabs.o util.o xstrings.o TekPrsTbl.o Tekproc.o VTPrsTbl.o main.o charclass.o precompose.o wcwidth.o xutf8.o cachedGCs.o xtermcap.o svg.o html.o version.o button.ln charproc.ln charsets.ln cursor.ln data.ln doublechr.ln graphics.ln graphics_sixel.ln fontutils.ln input.ln linedata.ln menu.ln misc.ln print.ln ptydata.ln screen.ln scrollback.ln scrollbar.ln tabs.ln util.ln xstrings.ln TekPrsTbl.ln Tekproc.ln VTPrsTbl.ln main.ln charclass.ln precompose.ln wcwidth.ln xutf8.ln cachedGCs.ln xtermcap.ln svg.ln html.ln version.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_ext2fs && rm -f fsck_ext2fs.html8 .depend dir.d ext2fs_bswap.d fsutil.d inode.d main.d partutil.d pass1.d pass1b.d pass2.d pass3.d pass4.d pass5.d setup.d utilities.d dir.d.tmp ext2fs_bswap.d.tmp fsutil.d.tmp inode.d.tmp main.d.tmp partutil.d.tmp pass1.d.tmp pass1b.d.tmp pass2.d.tmp pass3.d.tmp pass4.d.tmp pass5.d.tmp setup.d.tmp utilities.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- cleandir-newfs --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xterm && rm -f xterm.1 xterm.html1 XTerm-color.ad .depend TekPrsTbl.d Tekproc.d VTPrsTbl.d button.d cachedGCs.d charclass.d charproc.d charsets.d cursor.d data.d doublechr.d fontutils.d graphics.d graphics_sixel.d html.d input.d linedata.d main.d menu.d misc.d precompose.d print.d ptydata.d screen.d scrollback.d scrollbar.d svg.d tabs.d util.d version.d wcwidth.d xstrings.d xtermcap.d xutf8.d TekPrsTbl.d.tmp Tekproc.d.tmp VTPrsTbl.d.tmp button.d.tmp cachedGCs.d.tmp charclass.d.tmp charproc.d.tmp charsets.d.tmp cursor.d.tmp data.d.tmp doublechr.d.tmp fontutils.d.tmp graphics.d.tmp graphics_sixel.d.tmp html.d.tmp input.d.tmp linedata.d.tmp main.d.tmp menu.d.tmp misc.d.tmp precompose.d.tmp print.d.tmp ptydata.d.tmp screen.d.tmp scrollback.d.tmp scrollbar.d.tmp svg.d.tmp tabs.d.tmp util.d.tmp version.d.tmp wcwidth.d.tmp xstrings.d.tmp xtermcap.d.tmp xutf8.d.tmp tags || true) --- cleandir-sbin --- cleandir ===> sbin/newfs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xterm && rm -f xterm.1 xterm.html1 XTerm-color.ad .depend TekPrsTbl.d Tekproc.d VTPrsTbl.d button.d cachedGCs.d charclass.d charproc.d charsets.d cursor.d data.d doublechr.d fontutils.d graphics.d graphics_sixel.d html.d input.d linedata.d main.d menu.d misc.d precompose.d print.d ptydata.d screen.d scrollback.d scrollbar.d svg.d tabs.d util.d version.d wcwidth.d xstrings.d xtermcap.d xutf8.d TekPrsTbl.d.tmp Tekproc.d.tmp VTPrsTbl.d.tmp button.d.tmp cachedGCs.d.tmp charclass.d.tmp charproc.d.tmp charsets.d.tmp cursor.d.tmp data.d.tmp doublechr.d.tmp fontutils.d.tmp graphics.d.tmp graphics_sixel.d.tmp html.d.tmp input.d.tmp linedata.d.tmp main.d.tmp menu.d.tmp misc.d.tmp precompose.d.tmp print.d.tmp ptydata.d.tmp screen.d.tmp scrollback.d.tmp scrollbar.d.tmp svg.d.tmp tabs.d.tmp util.d.tmp version.d.tmp wcwidth.d.tmp xstrings.d.tmp xtermcap.d.tmp xutf8.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-uxterm --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs ffs_bswap.o ffs_appleufs.o dkcksum.o newfs.o mkfs.o partutil.o pathadj.o quota2_subr.o ffs_bswap.ln ffs_appleufs.ln dkcksum.ln newfs.ln mkfs.ln partutil.ln pathadj.ln quota2_subr.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xterm/uxterm --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs ffs_bswap.o ffs_appleufs.o dkcksum.o newfs.o mkfs.o partutil.o pathadj.o quota2_subr.o ffs_bswap.ln ffs_appleufs.ln dkcksum.ln newfs.ln mkfs.ln partutil.ln pathadj.ln quota2_subr.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xterm/uxterm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs && rm -f newfs.html8 mount_mfs.html8 .depend dkcksum.d ffs_appleufs.d ffs_bswap.d mkfs.d newfs.d partutil.d pathadj.d quota2_subr.d dkcksum.d.tmp ffs_appleufs.d.tmp ffs_bswap.d.tmp mkfs.d.tmp newfs.d.tmp partutil.d.tmp pathadj.d.tmp quota2_subr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xterm/uxterm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs && rm -f newfs.html8 mount_mfs.html8 .depend dkcksum.d ffs_appleufs.d ffs_bswap.d mkfs.d newfs.d partutil.d pathadj.d quota2_subr.d dkcksum.d.tmp ffs_appleufs.d.tmp ffs_bswap.d.tmp mkfs.d.tmp newfs.d.tmp partutil.d.tmp pathadj.d.tmp quota2_subr.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- cleandir-fsck_ffs --- --- cleandir-external --- --- cleandir-xvidtune --- --- cleandir-sbin --- cleandir ===> sbin/fsck_ffs --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xvidtune --- __doclean --- --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_ffs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_ffs ffs_bswap.o ffs_appleufs.o dir.o inode.o main.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o pass6.o fsutil.o setup.o utilities.o ffs_subr.o ffs_tables.o partutil.o snapshot.o quota2.o quota2_subr.o vfs_wapbl.o wapbl.o progress.o ffs_bswap.ln ffs_appleufs.ln dir.ln inode.ln main.ln pass1.ln pass1b.ln pass2.ln pass3.ln pass4.ln pass5.ln pass6.ln fsutil.ln setup.ln utilities.ln ffs_subr.ln ffs_tables.ln partutil.ln snapshot.ln quota2.ln quota2_subr.ln vfs_wapbl.ln wapbl.ln progress.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xvidtune && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xvidtune xvidtune.o xvidtune.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xvidtune && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xvidtune xvidtune.o xvidtune.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_ffs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_ffs ffs_bswap.o ffs_appleufs.o dir.o inode.o main.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o pass6.o fsutil.o setup.o utilities.o ffs_subr.o ffs_tables.o partutil.o snapshot.o quota2.o quota2_subr.o vfs_wapbl.o wapbl.o progress.o ffs_bswap.ln ffs_appleufs.ln dir.ln inode.ln main.ln pass1.ln pass1b.ln pass2.ln pass3.ln pass4.ln pass5.ln pass6.ln fsutil.ln setup.ln utilities.ln ffs_subr.ln ffs_tables.ln partutil.ln snapshot.ln quota2.ln quota2_subr.ln vfs_wapbl.ln wapbl.ln progress.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xvidtune && rm -f xvidtune.1 xvidtune.html1 .depend xvidtune.d xvidtune.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_ffs && rm -f fsck_ffs.html8 .depend dir.d ffs_appleufs.d ffs_bswap.d ffs_subr.d ffs_tables.d fsutil.d inode.d main.d partutil.d pass1.d pass1b.d pass2.d pass3.d pass4.d pass5.d pass6.d progress.d quota2.d quota2_subr.d setup.d snapshot.d utilities.d vfs_wapbl.d wapbl.d dir.d.tmp ffs_appleufs.d.tmp ffs_bswap.d.tmp ffs_subr.d.tmp ffs_tables.d.tmp fsutil.d.tmp inode.d.tmp main.d.tmp partutil.d.tmp pass1.d.tmp pass1b.d.tmp pass2.d.tmp pass3.d.tmp pass4.d.tmp pass5.d.tmp pass6.d.tmp progress.d.tmp quota2.d.tmp quota2_subr.d.tmp setup.d.tmp snapshot.d.tmp utilities.d.tmp vfs_wapbl.d.tmp wapbl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xvidtune && rm -f xvidtune.1 xvidtune.html1 .depend xvidtune.d xvidtune.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_ffs && rm -f fsck_ffs.html8 .depend dir.d ffs_appleufs.d ffs_bswap.d ffs_subr.d ffs_tables.d fsutil.d inode.d main.d partutil.d pass1.d pass1b.d pass2.d pass3.d pass4.d pass5.d pass6.d progress.d quota2.d quota2_subr.d setup.d snapshot.d utilities.d vfs_wapbl.d wapbl.d dir.d.tmp ffs_appleufs.d.tmp ffs_bswap.d.tmp ffs_subr.d.tmp ffs_tables.d.tmp fsutil.d.tmp inode.d.tmp main.d.tmp partutil.d.tmp pass1.d.tmp pass1b.d.tmp pass2.d.tmp pass3.d.tmp pass4.d.tmp pass5.d.tmp pass6.d.tmp progress.d.tmp quota2.d.tmp quota2_subr.d.tmp setup.d.tmp snapshot.d.tmp utilities.d.tmp vfs_wapbl.d.tmp wapbl.d.tmp tags || true) --- cleandir-external --- --- cleandir-xvinfo --- --- cleandir-sbin --- --- cleandir-SMM.doc --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xvinfo --- cleandir-sbin --- cleandir ===> sbin/fsck_ffs/SMM.doc --- cleandoc --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xvinfo/dist/configure" returned non-zero status --- cleandir-sbin --- rm -f mckusick85-fsck.txt mckusick85-fsck.ps mckusick85-fsck.ps.gz mckusick85-fsck.html --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xvinfo/dist/configure" returned non-zero status --- cleandir-sbin --- rm -f mckusick85-fsck1.png mckusick85-fsck2.png mckusick85-fsck3.png mckusick85-fsck4.png [eE]rrs mklog --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory --- cleandir-sbin --- --- cleandir-fsdb --- --- cleandir-external --- nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xvinfo/dist/configure" returned non-zero status --- cleandir-sbin --- cleandir ===> sbin/fsdb --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xvinfo/dist/configure" returned non-zero status --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xvinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xvinfo xvinfo.o xvinfo.ln || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsdb fsdb.o fsdbutil.o dir.o inode.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o setup.o utilities.o ffs_bswap.o ffs_subr.o ffs_tables.o ffs_appleufs.o fsutil.o partutil.o vfs_wapbl.o wapbl.o quota2_subr.o quota2.o fsdb.ln fsdbutil.ln dir.ln inode.ln pass1.ln pass1b.ln pass2.ln pass3.ln pass4.ln pass5.ln setup.ln utilities.ln ffs_bswap.ln ffs_subr.ln ffs_tables.ln ffs_appleufs.ln fsutil.ln partutil.ln vfs_wapbl.ln wapbl.ln quota2_subr.ln quota2.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xvinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xvinfo xvinfo.o xvinfo.ln || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsdb fsdb.o fsdbutil.o dir.o inode.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o setup.o utilities.o ffs_bswap.o ffs_subr.o ffs_tables.o ffs_appleufs.o fsutil.o partutil.o vfs_wapbl.o wapbl.o quota2_subr.o quota2.o fsdb.ln fsdbutil.ln dir.ln inode.ln pass1.ln pass1b.ln pass2.ln pass3.ln pass4.ln pass5.ln setup.ln utilities.ln ffs_bswap.ln ffs_subr.ln ffs_tables.ln ffs_appleufs.ln fsutil.ln partutil.ln vfs_wapbl.ln wapbl.ln quota2_subr.ln quota2.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xvinfo && rm -f xvinfo.1 xvinfo.html1 .depend xvinfo.d xvinfo.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xvinfo && rm -f xvinfo.1 xvinfo.html1 .depend xvinfo.d xvinfo.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsdb && rm -f fsdb.html8 .depend dir.d ffs_appleufs.d ffs_bswap.d ffs_subr.d ffs_tables.d fsdb.d fsdbutil.d fsutil.d inode.d partutil.d pass1.d pass1b.d pass2.d pass3.d pass4.d pass5.d quota2.d quota2_subr.d setup.d utilities.d vfs_wapbl.d wapbl.d dir.d.tmp ffs_appleufs.d.tmp ffs_bswap.d.tmp ffs_subr.d.tmp ffs_tables.d.tmp fsdb.d.tmp fsdbutil.d.tmp fsutil.d.tmp inode.d.tmp partutil.d.tmp pass1.d.tmp pass1b.d.tmp pass2.d.tmp pass3.d.tmp pass4.d.tmp pass5.d.tmp quota2.d.tmp quota2_subr.d.tmp setup.d.tmp utilities.d.tmp vfs_wapbl.d.tmp wapbl.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsdb && rm -f fsdb.html8 .depend dir.d ffs_appleufs.d ffs_bswap.d ffs_subr.d ffs_tables.d fsdb.d fsdbutil.d fsutil.d inode.d partutil.d pass1.d pass1b.d pass2.d pass3.d pass4.d pass5.d quota2.d quota2_subr.d setup.d utilities.d vfs_wapbl.d wapbl.d dir.d.tmp ffs_appleufs.d.tmp ffs_bswap.d.tmp ffs_subr.d.tmp ffs_tables.d.tmp fsdb.d.tmp fsdbutil.d.tmp fsutil.d.tmp inode.d.tmp partutil.d.tmp pass1.d.tmp pass1b.d.tmp pass2.d.tmp pass3.d.tmp pass4.d.tmp pass5.d.tmp quota2.d.tmp quota2_subr.d.tmp setup.d.tmp utilities.d.tmp vfs_wapbl.d.tmp wapbl.d.tmp tags || true) --- cleandir-external --- --- cleandir-xwd --- cleandir ===> external/mit/xorg/bin/xwd --- cleandir-sbin --- --- cleandir-dump --- cleandir ===> sbin/dump --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xwd/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xwd/dist/configure" returned non-zero status --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xwd/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dump itime.o main.o optr.o dumprmt.o rcache.o snapshot.o tape.o traverse.o unctime.o ffs_inode.o ffs_bswap.o itime.ln main.ln optr.ln dumprmt.ln rcache.ln snapshot.ln tape.ln traverse.ln unctime.ln ffs_inode.ln ffs_bswap.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xwd/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dump itime.o main.o optr.o dumprmt.o rcache.o snapshot.o tape.o traverse.o unctime.o ffs_inode.o ffs_bswap.o itime.ln main.ln optr.ln dumprmt.ln rcache.ln snapshot.ln tape.ln traverse.ln unctime.ln ffs_inode.ln ffs_bswap.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xwd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xwd xwd.o clientwin.o dsimple.o list.o multiVis.o xwd.ln clientwin.ln dsimple.ln list.ln multiVis.ln || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xwd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xwd xwd.o clientwin.o dsimple.o list.o multiVis.o xwd.ln clientwin.ln dsimple.ln list.ln multiVis.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dump && rm -f dump.html8 .depend dumprmt.d ffs_bswap.d ffs_inode.d itime.d main.d optr.d rcache.d snapshot.d tape.d traverse.d unctime.d dumprmt.d.tmp ffs_bswap.d.tmp ffs_inode.d.tmp itime.d.tmp main.d.tmp optr.d.tmp rcache.d.tmp snapshot.d.tmp tape.d.tmp traverse.d.tmp unctime.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dump && rm -f dump.html8 .depend dumprmt.d ffs_bswap.d ffs_inode.d itime.d main.d optr.d rcache.d snapshot.d tape.d traverse.d unctime.d dumprmt.d.tmp ffs_bswap.d.tmp ffs_inode.d.tmp itime.d.tmp main.d.tmp optr.d.tmp rcache.d.tmp snapshot.d.tmp tape.d.tmp traverse.d.tmp unctime.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xwd && rm -f xwd.1 xwd.html1 .depend clientwin.d dsimple.d list.d multiVis.d xwd.d clientwin.d.tmp dsimple.d.tmp list.d.tmp multiVis.d.tmp xwd.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-restore --- cleandir ===> sbin/restore --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xwd && rm -f xwd.1 xwd.html1 .depend clientwin.d dsimple.d list.d multiVis.d xwd.d clientwin.d.tmp dsimple.d.tmp list.d.tmp multiVis.d.tmp xwd.d.tmp tags || true) --- cleandir-xwininfo --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xwininfo --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/restore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit restore main.o interactive.o restore.o dirs.o symtab.o tape.o utilities.o dumprmt.o main.ln interactive.ln restore.ln dirs.ln symtab.ln tape.ln utilities.ln dumprmt.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/restore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit restore main.o interactive.o restore.o dirs.o symtab.o tape.o utilities.o dumprmt.o main.ln interactive.ln restore.ln dirs.ln symtab.ln tape.ln utilities.ln dumprmt.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xwininfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xwininfo xwininfo.o clientwin.o dsimple.o xwininfo.ln clientwin.ln dsimple.ln || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xwininfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xwininfo xwininfo.o clientwin.o dsimple.o xwininfo.ln clientwin.ln dsimple.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/restore && rm -f restore.html8 .depend dirs.d dumprmt.d interactive.d main.d restore.d symtab.d tape.d utilities.d dirs.d.tmp dumprmt.d.tmp interactive.d.tmp main.d.tmp restore.d.tmp symtab.d.tmp tape.d.tmp utilities.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/restore && rm -f restore.html8 .depend dirs.d dumprmt.d interactive.d main.d restore.d symtab.d tape.d utilities.d dirs.d.tmp dumprmt.d.tmp interactive.d.tmp main.d.tmp restore.d.tmp symtab.d.tmp tape.d.tmp utilities.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xwininfo && rm -f xwininfo.1 xwininfo.html1 .depend clientwin.d dsimple.d xwininfo.d clientwin.d.tmp dsimple.d.tmp xwininfo.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-clri --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xwininfo && rm -f xwininfo.1 xwininfo.html1 .depend clientwin.d dsimple.d xwininfo.d clientwin.d.tmp dsimple.d.tmp xwininfo.d.tmp tags || true) --- cleandir-sbin --- cleandir ===> sbin/clri --- cleandir-external --- --- cleandir-xwud --- cleandir ===> external/mit/xorg/bin/xwud --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/clri && rm -f a.out [Ee]rrs mklog core *.core .gdbinit clri clri.o ffs_bswap.o clri.ln ffs_bswap.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xwud/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/clri && rm -f a.out [Ee]rrs mklog core *.core .gdbinit clri clri.o ffs_bswap.o clri.ln ffs_bswap.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xwud/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xwud/dist/configure" returned non-zero status --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xwud/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/clri && rm -f clri.html8 .depend clri.d ffs_bswap.d clri.d.tmp ffs_bswap.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/clri && rm -f clri.html8 .depend clri.d ffs_bswap.d clri.d.tmp ffs_bswap.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xwud && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xwud xwud.o xwud.ln || true) --- cleandir-sbin --- --- cleandir-tunefs --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xwud && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xwud xwud.o xwud.ln || true) --- cleandir-sbin --- cleandir ===> sbin/tunefs --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xwud && rm -f xwud.1 xwud.html1 .depend xwud.d xwud.d.tmp tags || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/tunefs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tunefs tunefs.o ffs_bswap.o tunefs.ln ffs_bswap.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xwud && rm -f xwud.1 xwud.html1 .depend xwud.d xwud.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/tunefs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tunefs tunefs.o ffs_bswap.o tunefs.ln ffs_bswap.ln || true) --- cleandir-external --- --- cleandir-xdriinfo --- cleandir ===> external/mit/xorg/bin/xdriinfo --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/tunefs && rm -f tunefs.html8 .depend ffs_bswap.d tunefs.d ffs_bswap.d.tmp tunefs.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdriinfo/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/tunefs && rm -f tunefs.html8 .depend ffs_bswap.d tunefs.d ffs_bswap.d.tmp tunefs.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdriinfo/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdriinfo/dist/configure" returned non-zero status --- cleandir-sbin --- --- cleandir-resize_ffs --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xdriinfo/dist/configure" returned non-zero status --- cleandir-sbin --- cleandir ===> sbin/resize_ffs --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xdriinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xdriinfo xdriinfo.o xdriinfo.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xdriinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xdriinfo xdriinfo.o xdriinfo.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/resize_ffs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit resize_ffs resize_ffs.o ffs_bswap.o progress.o resize_ffs.ln ffs_bswap.ln progress.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/resize_ffs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit resize_ffs resize_ffs.o ffs_bswap.o progress.o resize_ffs.ln ffs_bswap.ln progress.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xdriinfo && rm -f xdriinfo.1 xdriinfo.html1 .depend xdriinfo.d xdriinfo.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xdriinfo && rm -f xdriinfo.1 xdriinfo.html1 .depend xdriinfo.d xdriinfo.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/resize_ffs && rm -f resize_ffs.html8 .depend ffs_bswap.d progress.d resize_ffs.d ffs_bswap.d.tmp progress.d.tmp resize_ffs.d.tmp tags || true) --- cleandir-external --- --- cleandir-sessreg --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/resize_ffs && rm -f resize_ffs.html8 .depend ffs_bswap.d progress.d resize_ffs.d ffs_bswap.d.tmp progress.d.tmp resize_ffs.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/sessreg --- cleandir-sbin --- --- cleandir-newfs_lfs --- cleandir ===> sbin/newfs_lfs --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/sessreg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sessreg sessreg.o sessreg.ln || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/sessreg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sessreg sessreg.o sessreg.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_lfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_lfs dkcksum.o make_lfs.o lfs_cksum.o misc.o newfs.o bufcache.o vnode.o lfs.o segwrite.o lfs_itimes.o partutil.o kernelops.o dkcksum.ln make_lfs.ln lfs_cksum.ln misc.ln newfs.ln bufcache.ln vnode.ln lfs.ln segwrite.ln lfs_itimes.ln partutil.ln kernelops.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_lfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_lfs dkcksum.o make_lfs.o lfs_cksum.o misc.o newfs.o bufcache.o vnode.o lfs.o segwrite.o lfs_itimes.o partutil.o kernelops.o dkcksum.ln make_lfs.ln lfs_cksum.ln misc.ln newfs.ln bufcache.ln vnode.ln lfs.ln segwrite.ln lfs_itimes.ln partutil.ln kernelops.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/sessreg && rm -f sessreg.1 sessreg.html1 .depend sessreg.d sessreg.d.tmp tags || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/sessreg && rm -f sessreg.1 sessreg.html1 .depend sessreg.d sessreg.d.tmp tags || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_lfs && rm -f newfs_lfs.html8 .depend bufcache.d dkcksum.d kernelops.d lfs.d lfs_cksum.d lfs_itimes.d make_lfs.d misc.d newfs.d partutil.d segwrite.d vnode.d bufcache.d.tmp dkcksum.d.tmp kernelops.d.tmp lfs.d.tmp lfs_cksum.d.tmp lfs_itimes.d.tmp make_lfs.d.tmp misc.d.tmp newfs.d.tmp partutil.d.tmp segwrite.d.tmp vnode.d.tmp tags || true) --- cleandir-external --- --- cleandir-xcompmgr --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_lfs && rm -f newfs_lfs.html8 .depend bufcache.d dkcksum.d kernelops.d lfs.d lfs_cksum.d lfs_itimes.d make_lfs.d misc.d newfs.d partutil.d segwrite.d vnode.d bufcache.d.tmp dkcksum.d.tmp kernelops.d.tmp lfs.d.tmp lfs_cksum.d.tmp lfs_itimes.d.tmp make_lfs.d.tmp misc.d.tmp newfs.d.tmp partutil.d.tmp segwrite.d.tmp vnode.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/bin/xcompmgr --- cleandir-sbin --- --- cleandir-fsck_lfs --- cleandir ===> sbin/fsck_lfs --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xcompmgr/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xcompmgr/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xcompmgr/dist/configure" returned non-zero status --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[8]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xcompmgr/dist/configure" returned non-zero status --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_lfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_lfs bufcache.o dir.o fsutil.o inode.o lfs.o lfs_cksum.o lfs_itimes.o main.o pass0.o pass1.o pass2.o pass3.o pass4.o pass5.o pass6.o segwrite.o setup.o utilities.o vars.o vnode.o kernelops.o bufcache.ln dir.ln fsutil.ln inode.ln lfs.ln lfs_cksum.ln lfs_itimes.ln main.ln pass0.ln pass1.ln pass2.ln pass3.ln pass4.ln pass5.ln pass6.ln segwrite.ln setup.ln utilities.ln vars.ln vnode.ln kernelops.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_lfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_lfs bufcache.o dir.o fsutil.o inode.o lfs.o lfs_cksum.o lfs_itimes.o main.o pass0.o pass1.o pass2.o pass3.o pass4.o pass5.o pass6.o segwrite.o setup.o utilities.o vars.o vnode.o kernelops.o bufcache.ln dir.ln fsutil.ln inode.ln lfs.ln lfs_cksum.ln lfs_itimes.ln main.ln pass0.ln pass1.ln pass2.ln pass3.ln pass4.ln pass5.ln pass6.ln segwrite.ln setup.ln utilities.ln vars.ln vnode.ln kernelops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xcompmgr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xcompmgr xcompmgr.o xcompmgr.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xcompmgr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xcompmgr xcompmgr.o xcompmgr.ln || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_lfs && rm -f fsck_lfs.html8 .depend bufcache.d dir.d fsutil.d inode.d kernelops.d lfs.d lfs_cksum.d lfs_itimes.d main.d pass0.d pass1.d pass2.d pass3.d pass4.d pass5.d pass6.d segwrite.d setup.d utilities.d vars.d vnode.d bufcache.d.tmp dir.d.tmp fsutil.d.tmp inode.d.tmp kernelops.d.tmp lfs.d.tmp lfs_cksum.d.tmp lfs_itimes.d.tmp main.d.tmp pass0.d.tmp pass1.d.tmp pass2.d.tmp pass3.d.tmp pass4.d.tmp pass5.d.tmp pass6.d.tmp segwrite.d.tmp setup.d.tmp utilities.d.tmp vars.d.tmp vnode.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xcompmgr && rm -f xcompmgr.1 xcompmgr.html1 .depend xcompmgr.d xcompmgr.d.tmp tags || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_lfs && rm -f fsck_lfs.html8 .depend bufcache.d dir.d fsutil.d inode.d kernelops.d lfs.d lfs_cksum.d lfs_itimes.d main.d pass0.d pass1.d pass2.d pass3.d pass4.d pass5.d pass6.d segwrite.d setup.d utilities.d vars.d vnode.d bufcache.d.tmp dir.d.tmp fsutil.d.tmp inode.d.tmp kernelops.d.tmp lfs.d.tmp lfs_cksum.d.tmp lfs_itimes.d.tmp main.d.tmp pass0.d.tmp pass1.d.tmp pass2.d.tmp pass3.d.tmp pass4.d.tmp pass5.d.tmp pass6.d.tmp segwrite.d.tmp setup.d.tmp utilities.d.tmp vars.d.tmp vnode.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xcompmgr && rm -f xcompmgr.1 xcompmgr.html1 .depend xcompmgr.d xcompmgr.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-dump_lfs --- cleandir ===> sbin/dump_lfs --- cleandir-external --- --- cleandir-ssh-askpass --- cleandir ===> external/mit/xorg/bin/ssh-askpass --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dump_lfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dump_lfs itime.o main.o optr.o dumprmt.o rcache.o snapshot.o tape.o traverse.o unctime.o ffs_bswap.o lfs_inode.o itime.ln main.ln optr.ln dumprmt.ln rcache.ln snapshot.ln tape.ln traverse.ln unctime.ln ffs_bswap.ln lfs_inode.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dump_lfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dump_lfs itime.o main.o optr.o dumprmt.o rcache.o snapshot.o tape.o traverse.o unctime.o ffs_bswap.o lfs_inode.o itime.ln main.ln optr.ln dumprmt.ln rcache.ln snapshot.ln tape.ln traverse.ln unctime.ln ffs_bswap.ln lfs_inode.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/ssh-askpass && rm -f SshAskpass_ad.h a.out [Ee]rrs mklog core *.core .gdbinit ssh-askpass drawing.o dynlist.o resources.o x11-ssh-askpass.o drawing.ln dynlist.ln resources.ln x11-ssh-askpass.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/ssh-askpass && rm -f SshAskpass_ad.h a.out [Ee]rrs mklog core *.core .gdbinit ssh-askpass drawing.o dynlist.o resources.o x11-ssh-askpass.o drawing.ln dynlist.ln resources.ln x11-ssh-askpass.ln || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/dump_lfs && rm -f dump_lfs.html8 .depend dumprmt.d ffs_bswap.d itime.d lfs_inode.d main.d optr.d rcache.d snapshot.d tape.d traverse.d unctime.d dumprmt.d.tmp ffs_bswap.d.tmp itime.d.tmp lfs_inode.d.tmp main.d.tmp optr.d.tmp rcache.d.tmp snapshot.d.tmp tape.d.tmp traverse.d.tmp unctime.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/dump_lfs && rm -f dump_lfs.html8 .depend dumprmt.d ffs_bswap.d itime.d lfs_inode.d main.d optr.d rcache.d snapshot.d tape.d traverse.d unctime.d dumprmt.d.tmp ffs_bswap.d.tmp itime.d.tmp lfs_inode.d.tmp main.d.tmp optr.d.tmp rcache.d.tmp snapshot.d.tmp tape.d.tmp traverse.d.tmp unctime.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/ssh-askpass && rm -f ssh-askpass.1 ssh-askpass.html1 SshAskpass.ad .depend drawing.d dynlist.d resources.d x11-ssh-askpass.d drawing.d.tmp dynlist.d.tmp resources.d.tmp x11-ssh-askpass.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/ssh-askpass && rm -f ssh-askpass.1 ssh-askpass.html1 SshAskpass.ad .depend drawing.d dynlist.d resources.d x11-ssh-askpass.d drawing.d.tmp dynlist.d.tmp resources.d.tmp x11-ssh-askpass.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-resize_lfs --- cleandir ===> sbin/resize_lfs --- cleandir-external --- --- cleandir-xsetwallpaper --- cleandir ===> external/mit/xorg/bin/xsetwallpaper --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/resize_lfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit resize_lfs resize_lfs.o partutil.o resize_lfs.ln partutil.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/resize_lfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit resize_lfs resize_lfs.o partutil.o resize_lfs.ln partutil.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xsetwallpaper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xsetwallpaper xsetwallpaper.o stb_image.o xsetwallpaper.ln stb_image.ln || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xsetwallpaper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xsetwallpaper xsetwallpaper.o stb_image.o xsetwallpaper.ln stb_image.ln || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/resize_lfs && rm -f resize_lfs.html8 .depend partutil.d resize_lfs.d partutil.d.tmp resize_lfs.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/resize_lfs && rm -f resize_lfs.html8 .depend partutil.d resize_lfs.d partutil.d.tmp resize_lfs.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/bin/xsetwallpaper && rm -f xsetwallpaper.1 xsetwallpaper.html1 .depend stb_image.d xsetwallpaper.d stb_image.d.tmp xsetwallpaper.d.tmp tags || true) --- cleandir-sbin --- --- cleandir-newfs_msdos --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/bin/xsetwallpaper && rm -f xsetwallpaper.1 xsetwallpaper.html1 .depend stb_image.d xsetwallpaper.d stb_image.d.tmp xsetwallpaper.d.tmp tags || true) --- cleandir-sbin --- cleandir ===> sbin/newfs_msdos --- cleandir-external --- --- cleandir-share --- cleandir ===> external/mit/xorg/share --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_msdos && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_msdos newfs_msdos.o partutil.o mkfs_msdos.o newfs_msdos.ln partutil.ln mkfs_msdos.ln || true) --- cleandir-external --- --- cleandir-cf --- cleandir ===> external/mit/xorg/share/cf --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_msdos && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_msdos newfs_msdos.o partutil.o mkfs_msdos.o newfs_msdos.ln partutil.ln mkfs_msdos.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_msdos && rm -f newfs_msdos.html8 .depend mkfs_msdos.d newfs_msdos.d partutil.d mkfs_msdos.d.tmp newfs_msdos.d.tmp partutil.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/cf && rm -f netbsd.site.def a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_msdos && rm -f newfs_msdos.html8 .depend mkfs_msdos.d newfs_msdos.d partutil.d mkfs_msdos.d.tmp newfs_msdos.d.tmp partutil.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/cf && rm -f netbsd.site.def a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- cleandir-fsck_msdos --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/fsck_msdos --- cleandir-external --- --- cleandir-fonts --- cleandir ===> external/mit/xorg/share/fonts --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-encodings --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_msdos && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_msdos main.o check.o boot.o fat.o dir.o fsutil.o snapshot.o main.ln check.ln boot.ln fat.ln dir.ln fsutil.ln snapshot.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/encodings --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_msdos && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_msdos main.o check.o boot.o fat.o dir.o fsutil.o snapshot.o main.ln check.ln boot.ln fat.ln dir.ln fsutil.ln snapshot.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_msdos && rm -f fsck_msdos.html8 .depend boot.d check.d dir.d fat.d fsutil.d main.d snapshot.d boot.d.tmp check.d.tmp dir.d.tmp fat.d.tmp fsutil.d.tmp main.d.tmp snapshot.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/encodings && rm -f adobe-dingbats.enc.gz adobe-standard.enc.gz adobe-symbol.enc.gz armscii-8.enc.gz ascii-0.enc.gz dec-special.enc.gz ibm-cp437.enc.gz ibm-cp850.enc.gz ibm-cp852.enc.gz ibm-cp866.enc.gz iso8859-11.enc.gz iso8859-13.enc.gz iso8859-16.enc.gz iso8859-6.16.enc.gz iso8859-6.8x.enc.gz microsoft-cp1250.enc.gz microsoft-cp1251.enc.gz microsoft-cp1252.enc.gz microsoft-cp1253.enc.gz microsoft-cp1254.enc.gz microsoft-cp1255.enc.gz microsoft-cp1256.enc.gz microsoft-cp1257.enc.gz microsoft-cp1258.enc.gz microsoft-win3.1.enc.gz mulearabic-0.enc.gz mulearabic-1.enc.gz mulearabic-2.enc.gz mulelao-1.enc.gz suneu-greek.enc.gz tcvn-0.enc.gz tis620-2.enc.gz viscii1.1-1.enc.gz adobe-dingbats.enc.gz.tmp adobe-standard.enc.gz.tmp adobe-symbol.enc.gz.tmp armscii-8.enc.gz.tmp ascii-0.enc.gz.tmp dec-special.enc.gz.tmp ibm-cp437.enc.gz.tmp ibm-cp850.enc.gz.tmp ibm-cp852.enc.gz.tmp ibm-cp866.enc.gz.tmp iso8859-11.enc.gz.tmp iso8859-13.enc.gz.tmp iso8859-16.enc.gz.tmp iso8859-6.16.enc.gz.tmp iso8859-6.8x.enc.gz.tmp microsoft-cp1250.enc.gz.tmp microsoft-cp1251.enc.gz.tmp microsoft-cp1252.enc.gz.tmp microsoft-cp1253.enc.gz.tmp microsoft-cp1254.enc.gz.tmp microsoft-cp1255.enc.gz.tmp microsoft-cp1256.enc.gz.tmp microsoft-cp1257.enc.gz.tmp microsoft-cp1258.enc.gz.tmp microsoft-win3.1.enc.gz.tmp mulearabic-0.enc.gz.tmp mulearabic-1.enc.gz.tmp mulearabic-2.enc.gz.tmp mulelao-1.enc.gz.tmp suneu-greek.enc.gz.tmp tcvn-0.enc.gz.tmp tis620-2.enc.gz.tmp viscii1.1-1.enc.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_msdos && rm -f fsck_msdos.html8 .depend boot.d check.d dir.d fat.d fsutil.d main.d snapshot.d boot.d.tmp check.d.tmp dir.d.tmp fat.d.tmp fsutil.d.tmp main.d.tmp snapshot.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/encodings && rm -f adobe-dingbats.enc.gz adobe-standard.enc.gz adobe-symbol.enc.gz armscii-8.enc.gz ascii-0.enc.gz dec-special.enc.gz ibm-cp437.enc.gz ibm-cp850.enc.gz ibm-cp852.enc.gz ibm-cp866.enc.gz iso8859-11.enc.gz iso8859-13.enc.gz iso8859-16.enc.gz iso8859-6.16.enc.gz iso8859-6.8x.enc.gz microsoft-cp1250.enc.gz microsoft-cp1251.enc.gz microsoft-cp1252.enc.gz microsoft-cp1253.enc.gz microsoft-cp1254.enc.gz microsoft-cp1255.enc.gz microsoft-cp1256.enc.gz microsoft-cp1257.enc.gz microsoft-cp1258.enc.gz microsoft-win3.1.enc.gz mulearabic-0.enc.gz mulearabic-1.enc.gz mulearabic-2.enc.gz mulelao-1.enc.gz suneu-greek.enc.gz tcvn-0.enc.gz tis620-2.enc.gz viscii1.1-1.enc.gz adobe-dingbats.enc.gz.tmp adobe-standard.enc.gz.tmp adobe-symbol.enc.gz.tmp armscii-8.enc.gz.tmp ascii-0.enc.gz.tmp dec-special.enc.gz.tmp ibm-cp437.enc.gz.tmp ibm-cp850.enc.gz.tmp ibm-cp852.enc.gz.tmp ibm-cp866.enc.gz.tmp iso8859-11.enc.gz.tmp iso8859-13.enc.gz.tmp iso8859-16.enc.gz.tmp iso8859-6.16.enc.gz.tmp iso8859-6.8x.enc.gz.tmp microsoft-cp1250.enc.gz.tmp microsoft-cp1251.enc.gz.tmp microsoft-cp1252.enc.gz.tmp microsoft-cp1253.enc.gz.tmp microsoft-cp1254.enc.gz.tmp microsoft-cp1255.enc.gz.tmp microsoft-cp1256.enc.gz.tmp microsoft-cp1257.enc.gz.tmp microsoft-cp1258.enc.gz.tmp microsoft-win3.1.enc.gz.tmp mulearabic-0.enc.gz.tmp mulearabic-1.enc.gz.tmp mulearabic-2.enc.gz.tmp mulelao-1.enc.gz.tmp suneu-greek.enc.gz.tmp tcvn-0.enc.gz.tmp tis620-2.enc.gz.tmp viscii1.1-1.enc.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- cleandir-newfs_sysvbfs --- cleandir ===> sbin/newfs_sysvbfs --- cleandir-external --- --- __docleandir --- --- cleandir-large --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/encodings/large --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_sysvbfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_sysvbfs newfs_sysvbfs.o newfs_sysvbfs.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_sysvbfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_sysvbfs newfs_sysvbfs.o newfs_sysvbfs.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_sysvbfs && rm -f newfs_sysvbfs.html8 .depend newfs_sysvbfs.d newfs_sysvbfs.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/encodings/large && rm -f big5.eten-0.enc.gz big5hkscs-0.enc.gz cns11643-1.enc.gz cns11643-2.enc.gz cns11643-3.enc.gz gb18030-0.enc.gz gb18030.2000-0.enc.gz gb18030.2000-1.enc.gz gb2312.1980-0.enc.gz gbk-0.enc.gz jisx0201.1976-0.enc.gz jisx0208.1990-0.enc.gz jisx0212.1990-0.enc.gz ksc5601.1987-0.enc.gz ksc5601.1992-3.enc.gz sun.unicode.india-0.enc.gz big5.eten-0.enc.gz.tmp big5hkscs-0.enc.gz.tmp cns11643-1.enc.gz.tmp cns11643-2.enc.gz.tmp cns11643-3.enc.gz.tmp gb18030-0.enc.gz.tmp gb18030.2000-0.enc.gz.tmp gb18030.2000-1.enc.gz.tmp gb2312.1980-0.enc.gz.tmp gbk-0.enc.gz.tmp jisx0201.1976-0.enc.gz.tmp jisx0208.1990-0.enc.gz.tmp jisx0212.1990-0.enc.gz.tmp ksc5601.1987-0.enc.gz.tmp ksc5601.1992-3.enc.gz.tmp sun.unicode.india-0.enc.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_sysvbfs && rm -f newfs_sysvbfs.html8 .depend newfs_sysvbfs.d newfs_sysvbfs.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/encodings/large && rm -f big5.eten-0.enc.gz big5hkscs-0.enc.gz cns11643-1.enc.gz cns11643-2.enc.gz cns11643-3.enc.gz gb18030-0.enc.gz gb18030.2000-0.enc.gz gb18030.2000-1.enc.gz gb2312.1980-0.enc.gz gbk-0.enc.gz jisx0201.1976-0.enc.gz jisx0208.1990-0.enc.gz jisx0212.1990-0.enc.gz ksc5601.1987-0.enc.gz ksc5601.1992-3.enc.gz sun.unicode.india-0.enc.gz big5.eten-0.enc.gz.tmp big5hkscs-0.enc.gz.tmp cns11643-1.enc.gz.tmp cns11643-2.enc.gz.tmp cns11643-3.enc.gz.tmp gb18030-0.enc.gz.tmp gb18030.2000-0.enc.gz.tmp gb18030.2000-1.enc.gz.tmp gb2312.1980-0.enc.gz.tmp gbk-0.enc.gz.tmp jisx0201.1976-0.enc.gz.tmp jisx0208.1990-0.enc.gz.tmp jisx0212.1990-0.enc.gz.tmp ksc5601.1987-0.enc.gz.tmp ksc5601.1992-3.enc.gz.tmp sun.unicode.india-0.enc.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- cleandir-newfs_udf --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/newfs_udf --- cleandir-external --- --- cleandir-font-alias --- cleandir ===> external/mit/xorg/share/fonts/font-alias --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-100dpi --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_udf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_udf newfs_udf.o udf_core.o udf_osta.o fattr.o newfs_udf.ln udf_core.ln udf_osta.ln fattr.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/font-alias/100dpi --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_udf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_udf newfs_udf.o udf_core.o udf_osta.o fattr.o newfs_udf.ln udf_core.ln udf_osta.ln fattr.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/font-alias/100dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_udf && rm -f newfs_udf.html8 .depend fattr.d newfs_udf.d udf_core.d udf_osta.d fattr.d.tmp newfs_udf.d.tmp udf_core.d.tmp udf_osta.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/font-alias/100dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_udf && rm -f newfs_udf.html8 .depend fattr.d newfs_udf.d udf_core.d udf_osta.d fattr.d.tmp newfs_udf.d.tmp udf_core.d.tmp udf_osta.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- cleandir-fsck_udf --- --- cleandir-external --- --- cleandir-75dpi --- --- cleandir-sbin --- cleandir ===> sbin/fsck_udf --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/font-alias/75dpi --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_udf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_udf main.o udf_core.o udf_osta.o fattr.o fsutil.o main.ln udf_core.ln udf_osta.ln fattr.ln fsutil.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/font-alias/75dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_udf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_udf main.o udf_core.o udf_osta.o fattr.o fsutil.o main.ln udf_core.ln udf_osta.ln fattr.ln fsutil.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/font-alias/75dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_udf && rm -f fsck_udf.html8 .depend fattr.d fsutil.d main.d udf_core.d udf_osta.d fattr.d.tmp fsutil.d.tmp main.d.tmp udf_core.d.tmp udf_osta.d.tmp tags || true) --- cleandir-external --- --- cleandir-cyrillic --- cleandir ===> external/mit/xorg/share/fonts/font-alias/cyrillic --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_udf && rm -f fsck_udf.html8 .depend fattr.d fsutil.d main.d udf_core.d udf_osta.d fattr.d.tmp fsutil.d.tmp main.d.tmp udf_core.d.tmp udf_osta.d.tmp tags || true) --- cleandir-newfs_v7fs --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- cleandir ===> sbin/newfs_v7fs --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/font-alias/cyrillic && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/font-alias/cyrillic && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_v7fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_v7fs newfs_v7fs.o main.o v7fs_endian.o v7fs_superblock.o v7fs_inode.o v7fs_datablock.o v7fs_dirent.o v7fs_io.o v7fs_io_user.o progress.o newfs_v7fs.ln main.ln v7fs_endian.ln v7fs_superblock.ln v7fs_inode.ln v7fs_datablock.ln v7fs_dirent.ln v7fs_io.ln v7fs_io_user.ln progress.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-misc --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_v7fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newfs_v7fs newfs_v7fs.o main.o v7fs_endian.o v7fs_superblock.o v7fs_inode.o v7fs_datablock.o v7fs_dirent.o v7fs_io.o v7fs_io_user.o progress.o newfs_v7fs.ln main.ln v7fs_endian.ln v7fs_superblock.ln v7fs_inode.ln v7fs_datablock.ln v7fs_dirent.ln v7fs_io.ln v7fs_io_user.ln progress.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/font-alias/misc --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/newfs_v7fs && rm -f newfs_v7fs.html8 .depend main.d newfs_v7fs.d progress.d v7fs_datablock.d v7fs_dirent.d v7fs_endian.d v7fs_inode.d v7fs_io.d v7fs_io_user.d v7fs_superblock.d main.d.tmp newfs_v7fs.d.tmp progress.d.tmp v7fs_datablock.d.tmp v7fs_dirent.d.tmp v7fs_endian.d.tmp v7fs_inode.d.tmp v7fs_io.d.tmp v7fs_io_user.d.tmp v7fs_superblock.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/font-alias/misc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/newfs_v7fs && rm -f newfs_v7fs.html8 .depend main.d newfs_v7fs.d progress.d v7fs_datablock.d v7fs_dirent.d v7fs_endian.d v7fs_inode.d v7fs_io.d v7fs_io_user.d v7fs_superblock.d main.d.tmp newfs_v7fs.d.tmp progress.d.tmp v7fs_datablock.d.tmp v7fs_dirent.d.tmp v7fs_endian.d.tmp v7fs_inode.d.tmp v7fs_io.d.tmp v7fs_io_user.d.tmp v7fs_superblock.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/font-alias/misc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- cleandir-fsck_v7fs --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/fsck_v7fs --- cleandir-external --- --- cleandir-font-util --- cleandir ===> external/mit/xorg/share/fonts/font-util --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_v7fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_v7fs fsck_v7fs.o main.o pathname.o inode.o datablock.o freeblock.o v7fs_datablock.o v7fs_io.o v7fs_superblock.o v7fs_inode.o v7fs_file.o v7fs_dirent.o v7fs_endian.o v7fs_io_user.o v7fs_inode_util.o v7fs_file_util.o v7fs_superblock_util.o fsutil.o progress.o fsck_v7fs.ln main.ln pathname.ln inode.ln datablock.ln freeblock.ln v7fs_datablock.ln v7fs_io.ln v7fs_superblock.ln v7fs_inode.ln v7fs_file.ln v7fs_dirent.ln v7fs_endian.ln v7fs_io_user.ln v7fs_inode_util.ln v7fs_file_util.ln v7fs_superblock_util.ln fsutil.ln progress.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_v7fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsck_v7fs fsck_v7fs.o main.o pathname.o inode.o datablock.o freeblock.o v7fs_datablock.o v7fs_io.o v7fs_superblock.o v7fs_inode.o v7fs_file.o v7fs_dirent.o v7fs_endian.o v7fs_io_user.o v7fs_inode_util.o v7fs_file_util.o v7fs_superblock_util.o fsutil.o progress.o fsck_v7fs.ln main.ln pathname.ln inode.ln datablock.ln freeblock.ln v7fs_datablock.ln v7fs_io.ln v7fs_superblock.ln v7fs_inode.ln v7fs_file.ln v7fs_dirent.ln v7fs_endian.ln v7fs_io_user.ln v7fs_inode_util.ln v7fs_file_util.ln v7fs_superblock_util.ln fsutil.ln progress.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/font-util && rm -f fontutil.pc fontutil.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/font-util && rm -f fontutil.pc fontutil.pc.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/fsck_v7fs && rm -f fsck_v7fs.html8 .depend datablock.d freeblock.d fsck_v7fs.d fsutil.d inode.d main.d pathname.d progress.d v7fs_datablock.d v7fs_dirent.d v7fs_endian.d v7fs_file.d v7fs_file_util.d v7fs_inode.d v7fs_inode_util.d v7fs_io.d v7fs_io_user.d v7fs_superblock.d v7fs_superblock_util.d datablock.d.tmp freeblock.d.tmp fsck_v7fs.d.tmp fsutil.d.tmp inode.d.tmp main.d.tmp pathname.d.tmp progress.d.tmp v7fs_datablock.d.tmp v7fs_dirent.d.tmp v7fs_endian.d.tmp v7fs_file.d.tmp v7fs_file_util.d.tmp v7fs_inode.d.tmp v7fs_inode_util.d.tmp v7fs_io.d.tmp v7fs_io_user.d.tmp v7fs_superblock.d.tmp v7fs_superblock_util.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/fsck_v7fs && rm -f fsck_v7fs.html8 .depend datablock.d freeblock.d fsck_v7fs.d fsutil.d inode.d main.d pathname.d progress.d v7fs_datablock.d v7fs_dirent.d v7fs_endian.d v7fs_file.d v7fs_file_util.d v7fs_inode.d v7fs_inode_util.d v7fs_io.d v7fs_io_user.d v7fs_superblock.d v7fs_superblock_util.d datablock.d.tmp freeblock.d.tmp fsck_v7fs.d.tmp fsutil.d.tmp inode.d.tmp main.d.tmp pathname.d.tmp progress.d.tmp v7fs_datablock.d.tmp v7fs_dirent.d.tmp v7fs_endian.d.tmp v7fs_file.d.tmp v7fs_file_util.d.tmp v7fs_inode.d.tmp v7fs_inode_util.d.tmp v7fs_io.d.tmp v7fs_io_user.d.tmp v7fs_superblock.d.tmp v7fs_superblock_util.d.tmp tags || true) --- cleandir-external --- --- cleandir-100dpi --- cleandir ===> external/mit/xorg/share/fonts/100dpi --- cleandir-sbin --- --- cleandir-mount_ados --- cleandir ===> sbin/mount_ados --- __doclean --- --- cleandir-external --- --- cleandir-font-adobe-100dpi --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_ados && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_ados mount_ados.o fattr.o pathadj.o mount_ados.ln fattr.ln pathadj.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/100dpi/font-adobe-100dpi --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_ados && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_ados mount_ados.o fattr.o pathadj.o mount_ados.ln fattr.ln pathadj.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_ados && rm -f mount_ados.html8 .depend fattr.d mount_ados.d pathadj.d fattr.d.tmp mount_ados.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_ados && rm -f mount_ados.html8 .depend fattr.d mount_ados.d pathadj.d fattr.d.tmp mount_ados.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_autofs --- cleandir ===> sbin/mount_autofs --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_autofs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_autofs mount_autofs.o pathadj.o mount_autofs.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_autofs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_autofs mount_autofs.o pathadj.o mount_autofs.ln pathadj.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/100dpi/font-adobe-100dpi && rm -f courB08-ISO8859-1.pcf.gz.tmp courB08-ISO8859-2.pcf.gz.tmp courB08-ISO8859-3.pcf.gz.tmp courB08-ISO8859-4.pcf.gz.tmp courB08-ISO8859-9.pcf.gz.tmp courB08-ISO8859-10.pcf.gz.tmp courB08-ISO8859-13.pcf.gz.tmp courB08-ISO8859-14.pcf.gz.tmp courB08-ISO8859-15.pcf.gz.tmp courB10-ISO8859-1.pcf.gz.tmp courB10-ISO8859-2.pcf.gz.tmp courB10-ISO8859-3.pcf.gz.tmp courB10-ISO8859-4.pcf.gz.tmp courB10-ISO8859-9.pcf.gz.tmp courB10-ISO8859-10.pcf.gz.tmp courB10-ISO8859-13.pcf.gz.tmp courB10-ISO8859-14.pcf.gz.tmp courB10-ISO8859-15.pcf.gz.tmp courB12-ISO8859-1.pcf.gz.tmp courB12-ISO8859-2.pcf.gz.tmp courB12-ISO8859-3.pcf.gz.tmp courB12-ISO8859-4.pcf.gz.tmp courB12-ISO8859-9.pcf.gz.tmp courB12-ISO8859-10.pcf.gz.tmp courB12-ISO8859-13.pcf.gz.tmp courB12-ISO8859-14.pcf.gz.tmp courB12-ISO8859-15.pcf.gz.tmp courB14-ISO8859-1.pcf.gz.tmp courB14-ISO8859-2.pcf.gz.tmp courB14-ISO8859-3.pcf.gz.tmp courB14-ISO8859-4.pcf.gz.tmp courB14-ISO8859-9.pcf.gz.tmp courB14-ISO8859-10.pcf.gz.tmp courB14-ISO8859-13.pcf.gz.tmp courB14-ISO8859-14.pcf.gz.tmp courB14-ISO8859-15.pcf.gz.tmp courB18-ISO8859-1.pcf.gz.tmp courB18-ISO8859-2.pcf.gz.tmp courB18-ISO8859-3.pcf.gz.tmp courB18-ISO8859-4.pcf.gz.tmp courB18-ISO8859-9.pcf.gz.tmp courB18-ISO8859-10.pcf.gz.tmp courB18-ISO8859-13.pcf.gz.tmp courB18-ISO8859-14.pcf.gz.tmp courB18-ISO8859-15.pcf.gz.tmp courB24-ISO8859-1.pcf.gz.tmp courB24-ISO8859-2.pcf.gz.tmp courB24-ISO8859-3.pcf.gz.tmp courB24-ISO8859-4.pcf.gz.tmp courB24-ISO8859-9.pcf.gz.tmp courB24-ISO8859-10.pcf.gz.tmp courB24-ISO8859-13.pcf.gz.tmp courB24-ISO8859-14.pcf.gz.tmp courB24-ISO8859-15.pcf.gz.tmp courBO08-ISO8859-1.pcf.gz.tmp courBO08-ISO8859-2.pcf.gz.tmp courBO08-ISO8859-3.pcf.gz.tmp courBO08-ISO8859-4.pcf.gz.tmp courBO08-ISO8859-9.pcf.gz.tmp courBO08-ISO8859-10.pcf.gz.tmp courBO08-ISO8859-13.pcf.gz.tmp courBO08-ISO8859-14.pcf.gz.tmp courBO08-ISO8859-15.pcf.gz.tmp courBO10-ISO8859-1.pcf.gz.tmp courBO10-ISO8859-2.pcf.gz.tmp courBO10-ISO8859-3.pcf.gz.tmp courBO10-ISO8859-4.pcf.gz.tmp courBO10-ISO8859-9.pcf.gz.tmp courBO10-ISO8859-10.pcf.gz.tmp courBO10-ISO8859-13.pcf.gz.tmp courBO10-ISO8859-14.pcf.gz.tmp courBO10-ISO8859-15.pcf.gz.tmp courBO12-ISO8859-1.pcf.gz.tmp courBO12-ISO8859-2.pcf.gz.tmp courBO12-ISO8859-3.pcf.gz.tmp courBO12-ISO8859-4.pcf.gz.tmp courBO12-ISO8859-9.pcf.gz.tmp courBO12-ISO8859-10.pcf.gz.tmp courBO12-ISO8859-13.pcf.gz.tmp courBO12-ISO8859-14.pcf.gz.tmp courBO12-ISO8859-15.pcf.gz.tmp courBO14-ISO8859-1.pcf.gz.tmp courBO14-ISO8859-2.pcf.gz.tmp courBO14-ISO8859-3.pcf.gz.tmp courBO14-ISO8859-4.pcf.gz.tmp courBO14-ISO8859-9.pcf.gz.tmp courBO14-ISO8859-10.pcf.gz.tmp courBO14-ISO8859-13.pcf.gz.tmp courBO14-ISO8859-14.pcf.gz.tmp courBO14-ISO8859-15.pcf.gz.tmp courBO18-ISO8859-1.pcf.gz.tmp courBO18-ISO8859-2.pcf.gz.tmp courBO18-ISO8859-3.pcf.gz.tmp courBO18-ISO8859-4.pcf.gz.tmp courBO18-ISO8859-9.pcf.gz.tmp courBO18-ISO8859-10.pcf.gz.tmp courBO18-ISO8859-13.pcf.gz.tmp courBO18-ISO8859-14.pcf.gz.tmp courBO18-ISO8859-15.pcf.gz.tmp courBO24-ISO8859-1.pcf.gz.tmp courBO24-ISO8859-2.pcf.gz.tmp courBO24-ISO8859-3.pcf.gz.tmp courBO24-ISO8859-4.pcf.gz.tmp courBO24-ISO8859-9.pcf.gz.tmp courBO24-ISO8859-10.pcf.gz.tmp courBO24-ISO8859-13.pcf.gz.tmp courBO24-ISO8859-14.pcf.gz.tmp courBO24-ISO8859-15.pcf.gz.tmp courO08-ISO8859-1.pcf.gz.tmp courO08-ISO8859-2.pcf.gz.tmp courO08-ISO8859-3.pcf.gz.tmp courO08-ISO8859-4.pcf.gz.tmp courO08-ISO8859-9.pcf.gz.tmp courO08-ISO8859-10.pcf.gz.tmp courO08-ISO8859-13.pcf.gz.tmp courO08-ISO8859-14.pcf.gz.tmp courO08-ISO8859-15.pcf.gz.tmp courO10-ISO8859-1.pcf.gz.tmp courO10-ISO8859-2.pcf.gz.tmp courO10-ISO8859-3.pcf.gz.tmp courO10-ISO8859-4.pcf.gz.tmp courO10-ISO8859-9.pcf.gz.tmp courO10-ISO8859-10.pcf.gz.tmp courO10-ISO8859-13.pcf.gz.tmp courO10-ISO8859-14.pcf.gz.tmp courO10-ISO8859-15.pcf.gz.tmp courO12-ISO8859-1.pcf.gz.tmp courO12-ISO8859-2.pcf.gz.tmp courO12-ISO8859-3.pcf.gz.tmp courO12-ISO8859-4.pcf.gz.tmp courO12-ISO8859-9.pcf.gz.tmp courO12-ISO8859-10.pcf.gz.tmp courO12-ISO8859-13.pcf.gz.tmp courO12-ISO8859-14.pcf.gz.tmp courO12-ISO8859-15.pcf.gz.tmp courO14-ISO8859-1.pcf.gz.tmp courO14-ISO8859-2.pcf.gz.tmp courO14-ISO8859-3.pcf.gz.tmp courO14-ISO8859-4.pcf.gz.tmp courO14-ISO8859-9.pcf.gz.tmp courO14-ISO8859-10.pcf.gz.tmp courO14-ISO8859-13.pcf.gz.tmp courO14-ISO8859-14.pcf.gz.tmp courO14-ISO8859-15.pcf.gz.tmp courO18-ISO8859-1.pcf.gz.tmp courO18-ISO8859-2.pcf.gz.tmp courO18-ISO8859-3.pcf.gz.tmp courO18-ISO8859-4.pcf.gz.tmp courO18-ISO8859-9.pcf.gz.tmp courO18-ISO8859-10.pcf.gz.tmp courO18-ISO8859-13.pcf.gz.tmp courO18-ISO8859-14.pcf.gz.tmp courO18-ISO8859-15.pcf.gz.tmp courO24-ISO8859-1.pcf.gz.tmp courO24-ISO8859-2.pcf.gz.tmp courO24-ISO8859-3.pcf.gz.tmp courO24-ISO8859-4.pcf.gz.tmp courO24-ISO8859-9.pcf.gz.tmp courO24-ISO8859-10.pcf.gz.tmp courO24-ISO8859-13.pcf.gz.tmp courO24-ISO8859-14.pcf.gz.tmp courO24-ISO8859-15.pcf.gz.tmp courR08-ISO8859-1.pcf.gz.tmp courR08-ISO8859-2.pcf.gz.tmp courR08-ISO8859-3.pcf.gz.tmp courR08-ISO8859-4.pcf.gz.tmp courR08-ISO8859-9.pcf.gz.tmp courR08-ISO8859-10.pcf.gz.tmp courR08-ISO8859-13.pcf.gz.tmp courR08-ISO8859-14.pcf.gz.tmp courR08-ISO8859-15.pcf.gz.tmp courR10-ISO8859-1.pcf.gz.tmp courR10-ISO8859-2.pcf.gz.tmp courR10-ISO8859-3.pcf.gz.tmp courR10-ISO8859-4.pcf.gz.tmp courR10-ISO8859-9.pcf.gz.tmp courR10-ISO8859-10.pcf.gz.tmp courR10-ISO8859-13.pcf.gz.tmp courR10-ISO8859-14.pcf.gz.tmp courR10-ISO8859-15.pcf.gz.tmp courR12-ISO8859-1.pcf.gz.tmp courR12-ISO8859-2.pcf.gz.tmp courR12-ISO8859-3.pcf.gz.tmp courR12-ISO8859-4.pcf.gz.tmp courR12-ISO8859-9.pcf.gz.tmp courR12-ISO8859-10.pcf.gz.tmp courR12-ISO8859-13.pcf.gz.tmp courR12-ISO8859-14.pcf.gz.tmp courR12-ISO8859-15.pcf.gz.tmp courR14-ISO8859-1.pcf.gz.tmp courR14-ISO8859-2.pcf.gz.tmp courR14-ISO8859-3.pcf.gz.tmp courR14-ISO8859-4.pcf.gz.tmp courR14-ISO8859-9.pcf.gz.tmp courR14-ISO8859-10.pcf.gz.tmp courR14-ISO8859-13.pcf.gz.tmp courR14-ISO8859-14.pcf.gz.tmp courR14-ISO8859-15.pcf.gz.tmp courR18-ISO8859-1.pcf.gz.tmp courR18-ISO8859-2.pcf.gz.tmp courR18-ISO8859-3.pcf.gz.tmp courR18-ISO8859-4.pcf.gz.tmp courR18-ISO8859-9.pcf.gz.tmp courR18-ISO8859-10.pcf.gz.tmp courR18-ISO8859-13.pcf.gz.tmp courR18-ISO8859-14.pcf.gz.tmp courR18-ISO8859-15.pcf.gz.tmp courR24-ISO8859-1.pcf.gz.tmp courR24-ISO8859-2.pcf.gz.tmp courR24-ISO8859-3.pcf.gz.tmp courR24-ISO8859-4.pcf.gz.tmp courR24-ISO8859-9.pcf.gz.tmp courR24-ISO8859-10.pcf.gz.tmp courR24-ISO8859-13.pcf.gz.tmp courR24-ISO8859-14.pcf.gz.tmp courR24-ISO8859-15.pcf.gz.tmp helvB08-ISO8859-1.pcf.gz.tmp helvB08-ISO8859-2.pcf.gz.tmp helvB08-ISO8859-3.pcf.gz.tmp helvB08-ISO8859-4.pcf.gz.tmp helvB08-ISO8859-9.pcf.gz.tmp helvB08-ISO8859-10.pcf.gz.tmp helvB08-ISO8859-13.pcf.gz.tmp helvB08-ISO8859-14.pcf.gz.tmp helvB08-ISO8859-15.pcf.gz.tmp helvB10-ISO8859-1.pcf.gz.tmp helvB10-ISO8859-2.pcf.gz.tmp helvB10-ISO8859-3.pcf.gz.tmp helvB10-ISO8859-4.pcf.gz.tmp helvB10-ISO8859-9.pcf.gz.tmp helvB10-ISO8859-10.pcf.gz.tmp helvB10-ISO8859-13.pcf.gz.tmp helvB10-ISO8859-14.pcf.gz.tmp helvB10-ISO8859-15.pcf.gz.tmp helvB12-ISO8859-1.pcf.gz.tmp helvB12-ISO8859-2.pcf.gz.tmp helvB12-ISO8859-3.pcf.gz.tmp helvB12-ISO8859-4.pcf.gz.tmp helvB12-ISO8859-9.pcf.gz.tmp helvB12-ISO8859-10.pcf.gz.tmp helvB12-ISO8859-13.pcf.gz.tmp helvB12-ISO8859-14.pcf.gz.tmp helvB12-ISO8859-15.pcf.gz.tmp helvB14-ISO8859-1.pcf.gz.tmp helvB14-ISO8859-2.pcf.gz.tmp helvB14-ISO8859-3.pcf.gz.tmp helvB14-ISO8859-4.pcf.gz.tmp helvB14-ISO8859-9.pcf.gz.tmp helvB14-ISO8859-10.pcf.gz.tmp helvB14-ISO8859-13.pcf.gz.tmp helvB14-ISO8859-14.pcf.gz.tmp helvB14-ISO8859-15.pcf.gz.tmp helvB18-ISO8859-1.pcf.gz.tmp helvB18-ISO8859-2.pcf.gz.tmp helvB18-ISO8859-3.pcf.gz.tmp helvB18-ISO8859-4.pcf.gz.tmp helvB18-ISO8859-9.pcf.gz.tmp helvB18-ISO8859-10.pcf.gz.tmp helvB18-ISO8859-13.pcf.gz.tmp helvB18-ISO8859-14.pcf.gz.tmp helvB18-ISO8859-15.pcf.gz.tmp helvB24-ISO8859-1.pcf.gz.tmp helvB24-ISO8859-2.pcf.gz.tmp helvB24-ISO8859-3.pcf.gz.tmp helvB24-ISO8859-4.pcf.gz.tmp helvB24-ISO8859-9.pcf.gz.tmp helvB24-ISO8859-10.pcf.gz.tmp helvB24-ISO8859-13.pcf.gz.tmp helvB24-ISO8859-14.pcf.gz.tmp helvB24-ISO8859-15.pcf.gz.tmp helvBO08-ISO8859-1.pcf.gz.tmp helvBO08-ISO8859-2.pcf.gz.tmp helvBO08-ISO8859-3.pcf.gz.tmp helvBO08-ISO8859-4.pcf.gz.tmp helvBO08-ISO8859-9.pcf.gz.tmp helvBO08-ISO8859-10.pcf.gz.tmp helvBO08-ISO8859-13.pcf.gz.tmp helvBO08-ISO8859-14.pcf.gz.tmp helvBO08-ISO8859-15.pcf.gz.tmp helvBO10-ISO8859-1.pcf.gz.tmp helvBO10-ISO8859-2.pcf.gz.tmp helvBO10-ISO8859-3.pcf.gz.tmp helvBO10-ISO8859-4.pcf.gz.tmp helvBO10-ISO8859-9.pcf.gz.tmp helvBO10-ISO8859-10.pcf.gz.tmp helvBO10-ISO8859-13.pcf.gz.tmp helvBO10-ISO8859-14.pcf.gz.tmp helvBO10-ISO8859-15.pcf.gz.tmp helvBO12-ISO8859-1.pcf.gz.tmp helvBO12-ISO8859-2.pcf.gz.tmp helvBO12-ISO8859-3.pcf.gz.tmp helvBO12-ISO8859-4.pcf.gz.tmp helvBO12-ISO8859-9.pcf.gz.tmp helvBO12-ISO8859-10.pcf.gz.tmp helvBO12-ISO8859-13.pcf.gz.tmp helvBO12-ISO8859-14.pcf.gz.tmp helvBO12-ISO8859-15.pcf.gz.tmp helvBO14-ISO8859-1.pcf.gz.tmp helvBO14-ISO8859-2.pcf.gz.tmp helvBO14-ISO8859-3.pcf.gz.tmp helvBO14-ISO8859-4.pcf.gz.tmp helvBO14-ISO8859-9.pcf.gz.tmp helvBO14-ISO8859-10.pcf.gz.tmp helvBO14-ISO8859-13.pcf.gz.tmp helvBO14-ISO8859-14.pcf.gz.tmp helvBO14-ISO8859-15.pcf.gz.tmp helvBO18-ISO8859-1.pcf.gz.tmp helvBO18-ISO8859-2.pcf.gz.tmp helvBO18-ISO8859-3.pcf.gz.tmp helvBO18-ISO8859-4.pcf.gz.tmp helvBO18-ISO8859-9.pcf.gz.tmp helvBO18-ISO8859-10.pcf.gz.tmp helvBO18-ISO8859-13.pcf.gz.tmp helvBO18-ISO8859-14.pcf.gz.tmp helvBO18-ISO8859-15.pcf.gz.tmp helvBO24-ISO8859-1.pcf.gz.tmp helvBO24-ISO8859-2.pcf.gz.tmp helvBO24-ISO8859-3.pcf.gz.tmp helvBO24-ISO8859-4.pcf.gz.tmp helvBO24-ISO8859-9.pcf.gz.tmp helvBO24-ISO8859-10.pcf.gz.tmp helvBO24-ISO8859-13.pcf.gz.tmp helvBO24-ISO8859-14.pcf.gz.tmp helvBO24-ISO8859-15.pcf.gz.tmp helvO08-ISO8859-1.pcf.gz.tmp helvO08-ISO8859-2.pcf.gz.tmp helvO08-ISO8859-3.pcf.gz.tmp helvO08-ISO8859-4.pcf.gz.tmp helvO08-ISO8859-9.pcf.gz.tmp helvO08-ISO8859-10.pcf.gz.tmp helvO08-ISO8859-13.pcf.gz.tmp helvO08-ISO8859-14.pcf.gz.tmp helvO08-ISO8859-15.pcf.gz.tmp helvO10-ISO8859-1.pcf.gz.tmp helvO10-ISO8859-2.pcf.gz.tmp helvO10-ISO8859-3.pcf.gz.tmp helvO10-ISO8859-4.pcf.gz.tmp helvO10-ISO8859-9.pcf.gz.tmp helvO10-ISO8859-10.pcf.gz.tmp helvO10-ISO8859-13.pcf.gz.tmp helvO10-ISO8859-14.pcf.gz.tmp helvO10-ISO8859-15.pcf.gz.tmp helvO12-ISO8859-1.pcf.gz.tmp helvO12-ISO8859-2.pcf.gz.tmp helvO12-ISO8859-3.pcf.gz.tmp helvO12-ISO8859-4.pcf.gz.tmp helvO12-ISO8859-9.pcf.gz.tmp helvO12-ISO8859-10.pcf.gz.tmp helvO12-ISO8859-13.pcf.gz.tmp helvO12-ISO8859-14.pcf.gz.tmp helvO12-ISO8859-15.pcf.gz.tmp helvO14-ISO8859-1.pcf.gz.tmp helvO14-ISO8859-2.pcf.gz.tmp helvO14-ISO8859-3.pcf.gz.tmp helvO14-ISO8859-4.pcf.gz.tmp helvO14-ISO8859-9.pcf.gz.tmp helvO14-ISO8859-10.pcf.gz.tmp helvO14-ISO8859-13.pcf.gz.tmp helvO14-ISO8859-14.pcf.gz.tmp helvO14-ISO8859-15.pcf.gz.tmp helvO18-ISO8859-1.pcf.gz.tmp helvO18-ISO8859-2.pcf.gz.tmp helvO18-ISO8859-3.pcf.gz.tmp helvO18-ISO8859-4.pcf.gz.tmp helvO18-ISO8859-9.pcf.gz.tmp helvO18-ISO8859-10.pcf.gz.tmp helvO18-ISO8859-13.pcf.gz.tmp helvO18-ISO8859-14.pcf.gz.tmp helvO18-ISO8859-15.pcf.gz.tmp helvO24-ISO8859-1.pcf.gz.tmp helvO24-ISO8859-2.pcf.gz.tmp helvO24-ISO8859-3.pcf.gz.tmp helvO24-ISO8859-4.pcf.gz.tmp helvO24-ISO8859-9.pcf.gz.tmp helvO24-ISO8859-10.pcf.gz.tmp helvO24-ISO8859-13.pcf.gz.tmp helvO24-ISO8859-14.pcf.gz.tmp helvO24-ISO8859-15.pcf.gz.tmp helvR08-ISO8859-1.pcf.gz.tmp helvR08-ISO8859-2.pcf.gz.tmp helvR08-ISO8859-3.pcf.gz.tmp helvR08-ISO8859-4.pcf.gz.tmp helvR08-ISO8859-9.pcf.gz.tmp helvR08-ISO8859-10.pcf.gz.tmp helvR08-ISO8859-13.pcf.gz.tmp helvR08-ISO8859-14.pcf.gz.tmp helvR08-ISO8859-15.pcf.gz.tmp helvR10-ISO8859-1.pcf.gz.tmp helvR10-ISO8859-2.pcf.gz.tmp helvR10-ISO8859-3.pcf.gz.tmp helvR10-ISO8859-4.pcf.gz.tmp helvR10-ISO8859-9.pcf.gz.tmp helvR10-ISO8859-10.pcf.gz.tmp helvR10-ISO8859-13.pcf.gz.tmp helvR10-ISO8859-14.pcf.gz.tmp helvR10-ISO8859-15.pcf.gz.tmp helvR12-ISO8859-1.pcf.gz.tmp helvR12-ISO8859-2.pcf.gz.tmp helvR12-ISO8859-3.pcf.gz.tmp helvR12-ISO8859-4.pcf.gz.tmp helvR12-ISO8859-9.pcf.gz.tmp helvR12-ISO8859-10.pcf.gz.tmp helvR12-ISO8859-13.pcf.gz.tmp helvR12-ISO8859-14.pcf.gz.tmp helvR12-ISO8859-15.pcf.gz.tmp helvR14-ISO8859-1.pcf.gz.tmp helvR14-ISO8859-2.pcf.gz.tmp helvR14-ISO8859-3.pcf.gz.tmp helvR14-ISO8859-4.pcf.gz.tmp helvR14-ISO8859-9.pcf.gz.tmp helvR14-ISO8859-10.pcf.gz.tmp helvR14-ISO8859-13.pcf.gz.tmp helvR14-ISO8859-14.pcf.gz.tmp helvR14-ISO8859-15.pcf.gz.tmp helvR18-ISO8859-1.pcf.gz.tmp helvR18-ISO8859-2.pcf.gz.tmp helvR18-ISO8859-3.pcf.gz.tmp helvR18-ISO8859-4.pcf.gz.tmp helvR18-ISO8859-9.pcf.gz.tmp helvR18-ISO8859-10.pcf.gz.tmp helvR18-ISO8859-13.pcf.gz.tmp helvR18-ISO8859-14.pcf.gz.tmp helvR18-ISO8859-15.pcf.gz.tmp helvR24-ISO8859-1.pcf.gz.tmp helvR24-ISO8859-2.pcf.gz.tmp helvR24-ISO8859-3.pcf.gz.tmp helvR24-ISO8859-4.pcf.gz.tmp helvR24-ISO8859-9.pcf.gz.tmp helvR24-ISO8859-10.pcf.gz.tmp helvR24-ISO8859-13.pcf.gz.tmp helvR24-ISO8859-14.pcf.gz.tmp helvR24-ISO8859-15.pcf.gz.tmp ncenB08-ISO8859-1.pcf.gz.tmp ncenB08-ISO8859-2.pcf.gz.tmp ncenB08-ISO8859-3.pcf.gz.tmp ncenB08-ISO8859-4.pcf.gz.tmp ncenB08-ISO8859-9.pcf.gz.tmp ncenB08-ISO8859-10.pcf.gz.tmp ncenB08-ISO8859-13.pcf.gz.tmp ncenB08-ISO8859-14.pcf.gz.tmp ncenB08-ISO8859-15.pcf.gz.tmp ncenB10-ISO8859-1.pcf.gz.tmp ncenB10-ISO8859-2.pcf.gz.tmp ncenB10-ISO8859-3.pcf.gz.tmp ncenB10-ISO8859-4.pcf.gz.tmp ncenB10-ISO8859-9.pcf.gz.tmp ncenB10-ISO8859-10.pcf.gz.tmp ncenB10-ISO8859-13.pcf.gz.tmp ncenB10-ISO8859-14.pcf.gz.tmp ncenB10-ISO8859-15.pcf.gz.tmp ncenB12-ISO8859-1.pcf.gz.tmp ncenB12-ISO8859-2.pcf.gz.tmp ncenB12-ISO8859-3.pcf.gz.tmp ncenB12-ISO8859-4.pcf.gz.tmp ncenB12-ISO8859-9.pcf.gz.tmp ncenB12-ISO8859-10.pcf.gz.tmp ncenB12-ISO8859-13.pcf.gz.tmp ncenB12-ISO8859-14.pcf.gz.tmp ncenB12-ISO8859-15.pcf.gz.tmp ncenB14-ISO8859-1.pcf.gz.tmp ncenB14-ISO8859-2.pcf.gz.tmp ncenB14-ISO8859-3.pcf.gz.tmp ncenB14-ISO8859-4.pcf.gz.tmp ncenB14-ISO8859-9.pcf.gz.tmp ncenB14-ISO8859-10.pcf.gz.tmp ncenB14-ISO8859-13.pcf.gz.tmp ncenB14-ISO8859-14.pcf.gz.tmp ncenB14-ISO8859-15.pcf.gz.tmp ncenB18-ISO8859-1.pcf.gz.tmp ncenB18-ISO8859-2.pcf.gz.tmp ncenB18-ISO8859-3.pcf.gz.tmp ncenB18-ISO8859-4.pcf.gz.tmp ncenB18-ISO8859-9.pcf.gz.tmp ncenB18-ISO8859-10.pcf.gz.tmp ncenB18-ISO8859-13.pcf.gz.tmp ncenB18-ISO8859-14.pcf.gz.tmp ncenB18-ISO8859-15.pcf.gz.tmp ncenB24-ISO8859-1.pcf.gz.tmp ncenB24-ISO8859-2.pcf.gz--- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- .tmp ncenB24-ISO8859-3.pcf.gz.tmp ncenB24-ISO8859-4.pcf.gz.tmp ncenB24-ISO8859-9.pcf.gz.tmp ncenB24-ISO8859-10.pcf.gz.tmp ncenB24-ISO8859-13.pcf.gz.tmp ncenB24-ISO8859-14.pcf.gz.tmp ncenB24-ISO8859-15.pcf.gz.tmp ncenBI08-ISO8859-1.pcf.gz.tmp ncenBI08-ISO8859-2.pcf.gz.tmp ncenBI08-ISO8859-3.pcf.gz.tmp ncenBI08-ISO8859-4.pcf.gz.tmp ncenBI08-ISO8859-9.pcf.gz.tmp ncenBI08-ISO8859-10.pcf.gz.tmp ncenBI08-ISO8859-13.pcf.gz.tmp ncenBI08-ISO8859-14.pcf.gz.tmp ncenBI08-ISO8859-15.pcf.gz.tmp ncenBI10-ISO8859-1.pcf.gz.tmp ncenBI10-ISO8859-2.pcf.gz.tmp ncenBI10-ISO8859-3.pcf.gz.tmp ncenBI10-ISO8859-4.pcf.gz.tmp ncenBI10-ISO8859-9.pcf.gz.tmp ncenBI10-ISO8859-10.pcf.gz.tmp ncenBI10-ISO8859-13.pcf.gz.tmp ncenBI10-ISO8859-14.pcf.gz.tmp ncenBI10-ISO8859-15.pcf.gz.tmp ncenBI12-ISO8859-1.pcf.gz.tmp ncenBI12-ISO8859-2.pcf.gz.tmp ncenBI12-ISO8859-3.pcf.gz.tmp ncenBI12-ISO8859-4.pcf.gz.tmp ncenBI12-ISO8859-9.pcf.gz.tmp ncenBI12-ISO8859-10.pcf.gz.tmp ncenBI12-ISO8859-13.pcf.gz.tmp ncenBI12-ISO8859-14.pcf.gz.tmp ncenBI12-ISO8859-15.pcf.gz.tmp ncenBI14-ISO8859-1.pcf.gz.tmp ncenBI14-ISO8859-2.pcf.gz.tmp ncenBI14-ISO8859-3.pcf.gz.tmp ncenBI14-ISO8859-4.pcf.gz.tmp ncenBI14-ISO8859-9.pcf.gz.tmp ncenBI14-ISO8859-10.pcf.gz.tmp ncenBI14-ISO8859-13.pcf.gz.tmp ncenBI14-ISO8859-14.pcf.gz.tmp ncenBI14-ISO8859-15.pcf.gz.tmp ncenBI18-ISO8859-1.pcf.gz.tmp ncenBI18-ISO8859-2.pcf.gz.tmp ncenBI18-ISO8859-3.pcf.gz.tmp ncenBI18-ISO8859-4.pcf.gz.tmp ncenBI18-ISO8859-9.pcf.gz.tmp ncenBI18-ISO8859-10.pcf.gz.tmp ncenBI18-ISO8859-13.pcf.gz.tmp ncenBI18-ISO8859-14.pcf.gz.tmp ncenBI18-ISO8859-15.pcf.gz.tmp ncenBI24-ISO8859-1.pcf.gz.tmp ncenBI24-ISO8859-2.pcf.gz.tmp ncenBI24-ISO8859-3.pcf.gz.tmp ncenBI24-ISO8859-4.pcf.gz.tmp ncenBI24-ISO8859-9.pcf.gz.tmp ncenBI24-ISO8859-10.pcf.gz.tmp ncenBI24-ISO8859-13.pcf.gz.tmp ncenBI24-ISO8859-14.pcf.gz.tmp ncenBI24-ISO8859-15.pcf.gz.tmp ncenI08-ISO8859-1.pcf.gz.tmp ncenI08-ISO8859-2.pcf.gz.tmp ncenI08-ISO8859-3.pcf.gz.tmp ncenI08-ISO8859-4.pcf.gz.tmp ncenI08-ISO8859-9.pcf.gz.tmp ncenI08-ISO8859-10.pcf.gz.tmp ncenI08-ISO8859-13.pcf.gz.tmp ncenI08-ISO8859-14.pcf.gz.tmp ncenI08-ISO8859-15.pcf.gz.tmp ncenI10-ISO8859-1.pcf.gz.tmp ncenI10-ISO8859-2.pcf.gz.tmp ncenI10-ISO8859-3.pcf.gz.tmp ncenI10-ISO8859-4.pcf.gz.tmp ncenI10-ISO8859-9.pcf.gz.tmp ncenI10-ISO8859-10.pcf.gz.tmp ncenI10-ISO8859-13.pcf.gz.tmp ncenI10-ISO8859-14.pcf.gz.tmp ncenI10-ISO8859-15.pcf.gz.tmp ncenI12-ISO8859-1.pcf.gz.tmp ncenI12-ISO8859-2.pcf.gz.tmp ncenI12-ISO8859-3.pcf.gz.tmp ncenI12-ISO8859-4.pcf.gz.tmp ncenI12-ISO8859-9.pcf.gz.tmp ncenI12-ISO8859-10.pcf.gz.tmp ncenI12-ISO8859-13.pcf.gz.tmp ncenI12-ISO8859-14.pcf.gz.tmp ncenI12-ISO8859-15.pcf.gz.tmp ncenI14-ISO8859-1.pcf.gz.tmp ncenI14-ISO8859-2.pcf.gz.tmp ncenI14-ISO8859-3.pcf.gz.tmp ncenI14-ISO8859-4.pcf.gz.tmp ncenI14-ISO8859-9.pcf.gz.tmp ncenI14-ISO8859-10.pcf.gz.tmp ncenI14-ISO8859-13.pcf.gz.tmp ncenI14-ISO8859-14.pcf.gz.tmp ncenI14-ISO8859-15.pcf.gz.tmp ncenI18-ISO8859-1.pcf.gz.tmp ncenI18-ISO8859-2.pcf.gz.tmp ncenI18-ISO8859-3.pcf.gz.tmp ncenI18-ISO8859-4.pcf.gz.tmp ncenI18-ISO8859-9.pcf.gz.tmp ncenI18-ISO8859-10.pcf.gz.tmp ncenI18-ISO8859-13.pcf.gz.tmp ncenI18-ISO8859-14.pcf.gz.tmp ncenI18-ISO8859-15.pcf.gz.tmp ncenI24-ISO8859-1.pcf.gz.tmp ncenI24-ISO8859-2.pcf.gz.tmp ncenI24-ISO8859-3.pcf.gz.tmp ncenI24-ISO8859-4.pcf.gz.tmp ncenI24-ISO8859-9.pcf.gz.tmp ncenI24-ISO8859-10.pcf.gz.tmp ncenI24-ISO8859-13.pcf.gz.tmp ncenI24-ISO8859-14.pcf.gz.tmp ncenI24-ISO8859-15.pcf.gz.tmp ncenR08-ISO8859-1.pcf.gz.tmp ncenR08-ISO8859-2.pcf.gz.tmp ncenR08-ISO8859-3.pcf.gz.tmp ncenR08-ISO8859-4.pcf.gz.tmp ncenR08-ISO8859-9.pcf.gz.tmp ncenR08-ISO8859-10.pcf.gz.tmp ncenR08-ISO8859-13.pcf.gz.tmp ncenR08-ISO8859-14.pcf.gz.tmp ncenR08-ISO8859-15.pcf.gz.tmp ncenR10-ISO8859-1.pcf.gz.tmp ncenR10-ISO8859-2.pcf.gz.tmp ncenR10-ISO8859-3.pcf.gz.tmp ncenR10-ISO8859-4.pcf.gz.tmp ncenR10-ISO8859-9.pcf.gz.tmp ncenR10-ISO8859-10.pcf.gz.tmp ncenR10-ISO8859-13.pcf.gz.tmp ncenR10-ISO8859-14.pcf.gz.tmp ncenR10-ISO8859-15.pcf.gz.tmp ncenR12-ISO8859-1.pcf.gz.tmp ncenR12-ISO8859-2.pcf.gz.tmp ncenR12-ISO8859-3.pcf.gz.tmp ncenR12-ISO8859-4.pcf.gz.tmp ncenR12-ISO8859-9.pcf.gz.tmp ncenR12-ISO8859-10.pcf.gz.tmp ncenR12-ISO8859-13.pcf.gz.tmp ncenR12-ISO8859-14.pcf.gz.tmp ncenR12-ISO8859-15.pcf.gz.tmp ncenR14-ISO8859-1.pcf.gz.tmp ncenR14-ISO8859-2.pcf.gz.tmp ncenR14-ISO8859-3.pcf.gz.tmp ncenR14-ISO8859-4.pcf.gz.tmp ncenR14-ISO8859-9.pcf.gz.tmp ncenR14-ISO8859-10.pcf.gz.tmp ncenR14-ISO8859-13.pcf.gz.tmp ncenR14-ISO8859-14.pcf.gz.tmp ncenR14-ISO8859-15.pcf.gz.tmp ncenR18-ISO8859-1.pcf.gz.tmp ncenR18-ISO8859-2.pcf.gz.tmp ncenR18-ISO8859-3.pcf.gz.tmp ncenR18-ISO8859-4.pcf.gz.tmp ncenR18-ISO8859-9.pcf.gz.tmp ncenR18-ISO8859-10.pcf.gz.tmp ncenR18-ISO8859-13.pcf.gz.tmp ncenR18-ISO8859-14.pcf.gz.tmp ncenR18-ISO8859-15.pcf.gz.tmp ncenR24-ISO8859-1.pcf.gz.tmp ncenR24-ISO8859-2.pcf.gz.tmp ncenR24-ISO8859-3.pcf.gz.tmp ncenR24-ISO8859-4.pcf.gz.tmp ncenR24-ISO8859-9.pcf.gz.tmp ncenR24-ISO8859-10.pcf.gz.tmp ncenR24-ISO8859-13.pcf.gz.tmp ncenR24-ISO8859-14.pcf.gz.tmp ncenR24-ISO8859-15.pcf.gz.tmp timB08-ISO8859-1.pcf.gz.tmp timB08-ISO8859-2.pcf.gz.tmp timB08-ISO8859-3.pcf.gz.tmp timB08-ISO8859-4.pcf.gz.tmp timB08-ISO8859-9.pcf.gz.tmp timB08-ISO8859-10.pcf.gz.tmp timB08-ISO8859-13.pcf.gz.tmp timB08-ISO8859-14.pcf.gz.tmp timB08-ISO8859-15.pcf.gz.tmp timB10-ISO8859-1.pcf.gz.tmp timB10-ISO8859-2.pcf.gz.tmp timB10-ISO8859-3.pcf.gz.tmp timB10-ISO8859-4.pcf.gz.tmp timB10-ISO8859-9.pcf.gz.tmp timB10-ISO8859-10.pcf.gz.tmp timB10-ISO8859-13.pcf.gz.tmp timB10-ISO8859-14.pcf.gz.tmp timB10-ISO8859-15.pcf.gz.tmp timB12-ISO8859-1.pcf.gz.tmp timB12-ISO8859-2.pcf.gz.tmp timB12-ISO8859-3.pcf.gz.tmp timB12-ISO8859-4.pcf.gz.tmp timB12-ISO8859-9.pcf.gz.tmp timB12-ISO8859-10.pcf.gz.tmp timB12-ISO8859-13.pcf.gz.tmp timB12-ISO8859-14.pcf.gz.tmp timB12-ISO8859-15.pcf.gz.tmp timB14-ISO8859-1.pcf.gz.tmp timB14-ISO8859-2.pcf.gz.tmp timB14-ISO8859-3.pcf.gz.tmp timB14-ISO8859-4.pcf.gz.tmp timB14-ISO8859-9.pcf.gz.tmp timB14-ISO8859-10.pcf.gz.tmp timB14-ISO8859-13.pcf.gz.tmp timB14-ISO8859-14.pcf.gz.tmp timB14-ISO8859-15.pcf.gz.tmp timB18-ISO8859-1.pcf.gz.tmp timB18-ISO8859-2.pcf.gz.tmp timB18-ISO8859-3.pcf.gz.tmp timB18-ISO8859-4.pcf.gz.tmp timB18-ISO8859-9.pcf.gz.tmp timB18-ISO8859-10.pcf.gz.tmp timB18-ISO8859-13.pcf.gz.tmp timB18-ISO8859-14.pcf.gz.tmp timB18-ISO8859-15.pcf.gz.tmp timB24-ISO8859-1.pcf.gz.tmp timB24-ISO8859-2.pcf.gz.tmp timB24-ISO8859-3.pcf.gz.tmp timB24-ISO8859-4.pcf.gz.tmp timB24-ISO8859-9.pcf.gz.tmp timB24-ISO8859-10.pcf.gz.tmp timB24-ISO8859-13.pcf.gz.tmp timB24-ISO8859-14.pcf.gz.tmp timB24-ISO8859-15.pcf.gz.tmp timBI08-ISO8859-1.pcf.gz.tmp timBI08-ISO8859-2.pcf.gz.tmp timBI08-ISO8859-3.pcf.gz.tmp timBI08-ISO8859-4.pcf.gz.tmp timBI08-ISO8859-9.pcf.gz.tmp timBI08-ISO8859-10.pcf.gz.tmp timBI08-ISO8859-13.pcf.gz.tmp timBI08-ISO8859-14.pcf.gz.tmp timBI08-ISO8859-15.pcf.gz.tmp timBI10-ISO8859-1.pcf.gz.tmp timBI10-ISO8859-2.pcf.gz.tmp timBI10-ISO8859-3.pcf.gz.tmp timBI10-ISO8859-4.pcf.gz.tmp timBI10-ISO8859-9.pcf.gz.tmp timBI10-ISO8859-10.pcf.gz.tmp timBI10-ISO8859-13.pcf.gz.tmp timBI10-ISO8859-14.pcf.gz.tmp timBI10-ISO8859-15.pcf.gz.tmp timBI12-ISO8859-1.pcf.gz.tmp timBI12-ISO8859-2.pcf.gz.tmp timBI12-ISO8859-3.pcf.gz.tmp timBI12-ISO8859-4.pcf.gz.tmp timBI12-ISO8859-9.pcf.gz.tmp timBI12-ISO8859-10.pcf.gz.tmp timBI12-ISO8859-13.pcf.gz.tmp timBI12-ISO8859-14.pcf.gz.tmp timBI12-ISO8859-15.pcf.gz.tmp timBI14-ISO8859-1.pcf.gz.tmp timBI14-ISO8859-2.pcf.gz.tmp timBI14-ISO8859-3.pcf.gz.tmp timBI14-ISO8859-4.pcf.gz.tmp timBI14-ISO8859-9.pcf.gz.tmp timBI14-ISO8859-10.pcf.gz.tmp timBI14-ISO8859-13.pcf.gz.tmp timBI14-ISO8859-14.pcf.gz.tmp timBI14-ISO8859-15.pcf.gz.tmp timBI18-ISO8859-1.pcf.gz.tmp timBI18-ISO8859-2.pcf.gz.tmp timBI18-ISO8859-3.pcf.gz.tmp timBI18-ISO8859-4.pcf.gz.tmp timBI18-ISO8859-9.pcf.gz.tmp timBI18-ISO8859-10.pcf.gz.tmp timBI18-ISO8859-13.pcf.gz.tmp timBI18-ISO8859-14.pcf.gz.tmp timBI18-ISO8859-15.pcf.gz.tmp timBI24-ISO8859-1.pcf.gz.tmp timBI24-ISO8859-2.pcf.gz.tmp timBI24-ISO8859-3.pcf.gz.tmp timBI24-ISO8859-4.pcf.gz.tmp timBI24-ISO8859-9.pcf.gz.tmp timBI24-ISO8859-10.pcf.gz.tmp timBI24-ISO8859-13.pcf.gz.tmp timBI24-ISO8859-14.pcf.gz.tmp timBI24-ISO8859-15.pcf.gz.tmp timI08-ISO8859-1.pcf.gz.tmp timI08-ISO8859-2.pcf.gz.tmp timI08-ISO8859-3.pcf.gz.tmp timI08-ISO8859-4.pcf.gz.tmp timI08-ISO8859-9.pcf.gz.tmp timI08-ISO8859-10.pcf.gz.tmp timI08-ISO8859-13.pcf.gz.tmp timI08-ISO8859-14.pcf.gz.tmp timI08-ISO8859-15.pcf.gz.tmp timI10-ISO8859-1.pcf.gz.tmp timI10-ISO8859-2.pcf.gz.tmp timI10-ISO8859-3.pcf.gz.tmp timI10-ISO8859-4.pcf.gz.tmp timI10-ISO8859-9.pcf.gz.tmp timI10-ISO8859-10.pcf.gz.tmp timI10-ISO8859-13.pcf.gz.tmp timI10-ISO8859-14.pcf.gz.tmp timI10-ISO8859-15.pcf.gz.tmp timI12-ISO8859-1.pcf.gz.tmp timI12-ISO8859-2.pcf.gz.tmp timI12-ISO8859-3.pcf.gz.tmp timI12-ISO8859-4.pcf.gz.tmp timI12-ISO8859-9.pcf.gz.tmp timI12-ISO8859-10.pcf.gz.tmp timI12-ISO8859-13.pcf.gz.tmp timI12-ISO8859-14.pcf.gz.tmp timI12-ISO8859-15.pcf.gz.tmp timI14-ISO8859-1.pcf.gz.tmp timI14-ISO8859-2.pcf.gz.tmp timI14-ISO8859-3.pcf.gz.tmp timI14-ISO8859-4.pcf.gz.tmp timI14-ISO8859-9.pcf.gz.tmp timI14-ISO8859-10.pcf.gz.tmp timI14-ISO8859-13.pcf.gz.tmp timI14-ISO8859-14.pcf.gz.tmp timI14-ISO8859-15.pcf.gz.tmp timI18-ISO8859-1.pcf.gz.tmp timI18-ISO8859-2.pcf.gz.tmp timI18-ISO8859-3.pcf.gz.tmp timI18-ISO8859-4.pcf.gz.tmp timI18-ISO8859-9.pcf.gz.tmp timI18-ISO8859-10.pcf.gz.tmp timI18-ISO8859-13.pcf.gz.tmp timI18-ISO8859-14.pcf.gz.tmp timI18-ISO8859-15.pcf.gz.tmp timI24-ISO8859-1.pcf.gz.tmp timI24-ISO8859-2.pcf.gz.tmp timI24-ISO8859-3.pcf.gz.tmp timI24-ISO8859-4.pcf.gz.tmp timI24-ISO8859-9.pcf.gz.tmp timI24-ISO8859-10.pcf.gz.tmp timI24-ISO8859-13.pcf.gz.tmp timI24-ISO8859-14.pcf.gz.tmp timI24-ISO8859-15.pcf.gz.tmp timR08-ISO8859-1.pcf.gz.tmp timR08-ISO8859-2.pcf.gz.tmp timR08-ISO8859-3.pcf.gz.tmp timR08-ISO8859-4.pcf.gz.tmp timR08-ISO8859-9.pcf.gz.tmp timR08-ISO8859-10.pcf.gz.tmp timR08-ISO8859-13.pcf.gz.tmp timR08-ISO8859-14.pcf.gz.tmp timR08-ISO8859-15.pcf.gz.tmp timR10-ISO8859-1.pcf.gz.tmp timR10-ISO8859-2.pcf.gz.tmp timR10-ISO8859-3.pcf.gz.tmp timR10-ISO8859-4.pcf.gz.tmp timR10-ISO8859-9.pcf.gz.tmp timR10-ISO8859-10.pcf.gz.tmp timR10-ISO8859-13.pcf.gz.tmp timR10-ISO8859-14.pcf.gz.tmp timR10-ISO8859-15.pcf.gz.tmp timR12-ISO8859-1.pcf.gz.tmp timR12-ISO8859-2.pcf.gz.tmp timR12-ISO8859-3.pcf.gz.tmp timR12-ISO8859-4.pcf.gz.tmp timR12-ISO8859-9.pcf.gz.tmp timR12-ISO8859-10.pcf.gz.tmp timR12-ISO8859-13.pcf.gz.tmp timR12-ISO8859-14.pcf.gz.tmp timR12-ISO8859-15.pcf.gz.tmp timR14-ISO8859-1.pcf.gz.tmp timR14-ISO8859-2.pcf.gz.tmp timR14-ISO8859-3.pcf.gz.tmp timR14-ISO8859-4.pcf.gz.tmp timR14-ISO8859-9.pcf.gz.tmp timR14-ISO8859-10.pcf.gz.tmp timR14-ISO8859-13.pcf.gz.tmp timR14-ISO8859-14.pcf.gz.tmp timR14-ISO8859-15.pcf.gz.tmp timR18-ISO8859-1.pcf.gz.tmp timR18-ISO8859-2.pcf.gz.tmp timR18-ISO8859-3.pcf.gz.tmp timR18-ISO8859-4.pcf.gz.tmp timR18-ISO8859-9.pcf.gz.tmp timR18-ISO8859-10.pcf.gz.tmp timR18-ISO8859-13.pcf.gz.tmp timR18-ISO8859-14.pcf.gz.tmp timR18-ISO8859-15.pcf.gz.tmp timR24-ISO8859-1.pcf.gz.tmp timR24-ISO8859-2.pcf.gz.tmp timR24-ISO8859-3.pcf.gz.tmp timR24-ISO8859-4.pcf.gz.tmp timR24-ISO8859-9.pcf.gz.tmp timR24-ISO8859-10.pcf.gz.tmp timR24-ISO8859-13.pcf.gz.tmp timR24-ISO8859-14.pcf.gz.tmp timR24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_autofs && rm -f mount_autofs.html8 .depend mount_autofs.d pathadj.d mount_autofs.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_autofs && rm -f mount_autofs.html8 .depend mount_autofs.d pathadj.d mount_autofs.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_cd9660 --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/100dpi/font-adobe-100dpi && rm -f courB08-ISO8859-1.pcf.gz.tmp courB08-ISO8859-2.pcf.gz.tmp courB08-ISO8859-3.pcf.gz.tmp courB08-ISO8859-4.pcf.gz.tmp courB08-ISO8859-9.pcf.gz.tmp courB08-ISO8859-10.pcf.gz.tmp courB08-ISO8859-13.pcf.gz.tmp courB08-ISO8859-14.pcf.gz.tmp courB08-ISO8859-15.pcf.gz.tmp courB10-ISO8859-1.pcf.gz.tmp courB10-ISO8859-2.pcf.gz.tmp courB10-ISO8859-3.pcf.gz.tmp courB10-ISO8859-4.pcf.gz.tmp courB10-ISO8859-9.pcf.gz.tmp courB10-ISO8859-10.pcf.gz.tmp courB10-ISO8859-13.pcf.gz.tmp courB10-ISO8859-14.pcf.gz.tmp courB10-ISO8859-15.pcf.gz.tmp courB12-ISO8859-1.pcf.gz.tmp courB12-ISO8859-2.pcf.gz.tmp courB12-ISO8859-3.pcf.gz.tmp courB12-ISO8859-4.pcf.gz.tmp courB12-ISO8859-9.pcf.gz.tmp courB12-ISO8859-10.pcf.gz.tmp courB12-ISO8859-13.pcf.gz.tmp courB12-ISO8859-14.pcf.gz.tmp courB12-ISO8859-15.pcf.gz.tmp courB14-ISO8859-1.pcf.gz.tmp courB14-ISO8859-2.pcf.gz.tmp courB14-ISO8859-3.pcf.gz.tmp courB14-ISO8859-4.pcf.gz.tmp courB14-ISO8859-9.pcf.gz.tmp courB14-ISO8859-10.pcf.gz.tmp courB14-ISO8859-13.pcf.gz.tmp courB14-ISO8859-14.pcf.gz.tmp courB14-ISO8859-15.pcf.gz.tmp courB18-ISO8859-1.pcf.gz.tmp courB18-ISO8859-2.pcf.gz.tmp courB18-ISO8859-3.pcf.gz.tmp courB18-ISO8859-4.pcf.gz.tmp courB18-ISO8859-9.pcf.gz.tmp courB18-ISO8859-10.pcf.gz.tmp courB18-ISO8859-13.pcf.gz.tmp courB18-ISO8859-14.pcf.gz.tmp courB18-ISO8859-15.pcf.gz.tmp courB24-ISO8859-1.pcf.gz.tmp courB24-ISO8859-2.pcf.gz.tmp courB24-ISO8859-3.pcf.gz.tmp courB24-ISO8859-4.pcf.gz.tmp courB24-ISO8859-9.pcf.gz.tmp courB24-ISO8859-10.pcf.gz.tmp courB24-ISO8859-13.pcf.gz.tmp courB24-ISO8859-14.pcf.gz.tmp courB24-ISO8859-15.pcf.gz.tmp courBO08-ISO8859-1.pcf.gz.tmp courBO08-ISO8859-2.pcf.gz.tmp courBO08-ISO8859-3.pcf.gz.tmp courBO08-ISO8859-4.pcf.gz.tmp courBO08-ISO8859-9.pcf.gz.tmp courBO08-ISO8859-10.pcf.gz.tmp courBO08-ISO8859-13.pcf.gz.tmp courBO08-ISO8859-14.pcf.gz.tmp courBO08-ISO8859-15.pcf.gz.tmp courBO10-ISO8859-1.pcf.gz.tmp courBO10-ISO8859-2.pcf.gz.tmp courBO10-ISO8859-3.pcf.gz.tmp courBO10-ISO8859-4.pcf.gz.tmp courBO10-ISO8859-9.pcf.gz.tmp courBO10-ISO8859-10.pcf.gz.tmp courBO10-ISO8859-13.pcf.gz.tmp courBO10-ISO8859-14.pcf.gz.tmp courBO10-ISO8859-15.pcf.gz.tmp courBO12-ISO8859-1.pcf.gz.tmp courBO12-ISO8859-2.pcf.gz.tmp courBO12-ISO8859-3.pcf.gz.tmp courBO12-ISO8859-4.pcf.gz.tmp courBO12-ISO8859-9.pcf.gz.tmp courBO12-ISO8859-10.pcf.gz.tmp courBO12-ISO8859-13.pcf.gz.tmp courBO12-ISO8859-14.pcf.gz.tmp courBO12-ISO8859-15.pcf.gz.tmp courBO14-ISO8859-1.pcf.gz.tmp courBO14-ISO8859-2.pcf.gz.tmp courBO14-ISO8859-3.pcf.gz.tmp courBO14-ISO8859-4.pcf.gz.tmp courBO14-ISO8859-9.pcf.gz.tmp courBO14-ISO8859-10.pcf.gz.tmp courBO14-ISO8859-13.pcf.gz.tmp courBO14-ISO8859-14.pcf.gz.tmp courBO14-ISO8859-15.pcf.gz.tmp courBO18-ISO8859-1.pcf.gz.tmp courBO18-ISO8859-2.pcf.gz.tmp courBO18-ISO8859-3.pcf.gz.tmp courBO18-ISO8859-4.pcf.gz.tmp courBO18-ISO8859-9.pcf.gz.tmp courBO18-ISO8859-10.pcf.gz.tmp courBO18-ISO8859-13.pcf.gz.tmp courBO18-ISO8859-14.pcf.gz.tmp courBO18-ISO8859-15.pcf.gz.tmp courBO24-ISO8859-1.pcf.gz.tmp courBO24-ISO8859-2.pcf.gz.tmp courBO24-ISO8859-3.pcf.gz.tmp courBO24-ISO8859-4.pcf.gz.tmp courBO24-ISO8859-9.pcf.gz.tmp courBO24-ISO8859-10.pcf.gz.tmp courBO24-ISO8859-13.pcf.gz.tmp courBO24-ISO8859-14.pcf.gz.tmp courBO24-ISO8859-15.pcf.gz.tmp courO08-ISO8859-1.pcf.gz.tmp courO08-ISO8859-2.pcf.gz.tmp courO08-ISO8859-3.pcf.gz.tmp courO08-ISO8859-4.pcf.gz.tmp courO08-ISO8859-9.pcf.gz.tmp courO08-ISO8859-10.pcf.gz.tmp courO08-ISO8859-13.pcf.gz.tmp courO08-ISO8859-14.pcf.gz.tmp courO08-ISO8859-15.pcf.gz.tmp courO10-ISO8859-1.pcf.gz.tmp courO10-ISO8859-2.pcf.gz.tmp courO10-ISO8859-3.pcf.gz.tmp courO10-ISO8859-4.pcf.gz.tmp courO10-ISO8859-9.pcf.gz.tmp courO10-ISO8859-10.pcf.gz.tmp courO10-ISO8859-13.pcf.gz.tmp courO10-ISO8859-14.pcf.gz.tmp courO10-ISO8859-15.pcf.gz.tmp courO12-ISO8859-1.pcf.gz.tmp courO12-ISO8859-2.pcf.gz.tmp courO12-ISO8859-3.pcf.gz.tmp courO12-ISO8859-4.pcf.gz.tmp courO12-ISO8859-9.pcf.gz.tmp courO12-ISO8859-10.pcf.gz.tmp courO12-ISO8859-13.pcf.gz.tmp courO12-ISO8859-14.pcf.gz.tmp courO12-ISO8859-15.pcf.gz.tmp courO14-ISO8859-1.pcf.gz.tmp courO14-ISO8859-2.pcf.gz.tmp courO14-ISO8859-3.pcf.gz.tmp courO14-ISO8859-4.pcf.gz.tmp courO14-ISO8859-9.pcf.gz.tmp courO14-ISO8859-10.pcf.gz.tmp courO14-ISO8859-13.pcf.gz.tmp courO14-ISO8859-14.pcf.gz.tmp courO14-ISO8859-15.pcf.gz.tmp courO18-ISO8859-1.pcf.gz.tmp courO18-ISO8859-2.pcf.gz.tmp courO18-ISO8859-3.pcf.gz.tmp courO18-ISO8859-4.pcf.gz.tmp courO18-ISO8859-9.pcf.gz.tmp courO18-ISO8859-10.pcf.gz.tmp courO18-ISO8859-13.pcf.gz.tmp courO18-ISO8859-14.pcf.gz.tmp courO18-ISO8859-15.pcf.gz.tmp courO24-ISO8859-1.pcf.gz.tmp courO24-ISO8859-2.pcf.gz.tmp courO24-ISO8859-3.pcf.gz.tmp courO24-ISO8859-4.pcf.gz.tmp courO24-ISO8859-9.pcf.gz.tmp courO24-ISO8859-10.pcf.gz.tmp courO24-ISO8859-13.pcf.gz.tmp courO24-ISO8859-14.pcf.gz.tmp courO24-ISO8859-15.pcf.gz.tmp courR08-ISO8859-1.pcf.gz.tmp courR08-ISO8859-2.pcf.gz.tmp courR08-ISO8859-3.pcf.gz.tmp courR08-ISO8859-4.pcf.gz.tmp courR08-ISO8859-9.pcf.gz.tmp courR08-ISO8859-10.pcf.gz.tmp courR08-ISO8859-13.pcf.gz.tmp courR08-ISO8859-14.pcf.gz.tmp courR08-ISO8859-15.pcf.gz.tmp courR10-ISO8859-1.pcf.gz.tmp courR10-ISO8859-2.pcf.gz.tmp courR10-ISO8859-3.pcf.gz.tmp courR10-ISO8859-4.pcf.gz.tmp courR10-ISO8859-9.pcf.gz.tmp courR10-ISO8859-10.pcf.gz.tmp courR10-ISO8859-13.pcf.gz.tmp courR10-ISO8859-14.pcf.gz.tmp courR10-ISO8859-15.pcf.gz.tmp courR12-ISO8859-1.pcf.gz.tmp courR12-ISO8859-2.pcf.gz.tmp courR12-ISO8859-3.pcf.gz.tmp courR12-ISO8859-4.pcf.gz.tmp courR12-ISO8859-9.pcf.gz.tmp courR12-ISO8859-10.pcf.gz.tmp courR12-ISO8859-13.pcf.gz.tmp courR12-ISO8859-14.pcf.gz.tmp courR12-ISO8859-15.pcf.gz.tmp courR14-ISO8859-1.pcf.gz.tmp courR14-ISO8859-2.pcf.gz.tmp courR14-ISO8859-3.pcf.gz.tmp courR14-ISO8859-4.pcf.gz.tmp courR14-ISO8859-9.pcf.gz.tmp courR14-ISO8859-10.pcf.gz.tmp courR14-ISO8859-13.pcf.gz.tmp courR14-ISO8859-14.pcf.gz.tmp courR14-ISO8859-15.pcf.gz.tmp courR18-ISO8859-1.pcf.gz.tmp courR18-ISO8859-2.pcf.gz.tmp courR18-ISO8859-3.pcf.gz.tmp courR18-ISO8859-4.pcf.gz.tmp courR18-ISO8859-9.pcf.gz.tmp courR18-ISO8859-10.pcf.gz.tmp courR18-ISO8859-13.pcf.gz.tmp courR18-ISO8859-14.pcf.gz.tmp courR18-ISO8859-15.pcf.gz.tmp courR24-ISO8859-1.pcf.gz.tmp courR24-ISO8859-2.pcf.gz.tmp courR24-ISO8859-3.pcf.gz.tmp courR24-ISO8859-4.pcf.gz.tmp courR24-ISO8859-9.pcf.gz.tmp courR24-ISO8859-10.pcf.gz.tmp courR24-ISO8859-13.pcf.gz.tmp courR24-ISO8859-14.pcf.gz.tmp courR24-ISO8859-15.pcf.gz.tmp helvB08-ISO8859-1.pcf.gz.tmp helvB08-ISO8859-2.pcf.gz.tmp helvB08-ISO8859-3.pcf.gz.tmp helvB08-ISO8859-4.pcf.gz.tmp helvB08-ISO8859-9.pcf.gz.tmp helvB08-ISO8859-10.pcf.gz.tmp helvB08-ISO8859-13.pcf.gz.tmp helvB08-ISO8859-14.pcf.gz.tmp helvB08-ISO8859-15.pcf.gz.tmp helvB10-ISO8859-1.pcf.gz.tmp helvB10-ISO8859-2.pcf.gz.tmp helvB10-ISO8859-3.pcf.gz.tmp helvB10-ISO8859-4.pcf.gz.tmp helvB10-ISO8859-9.pcf.gz.tmp helvB10-ISO8859-10.pcf.gz.tmp helvB10-ISO8859-13.pcf.gz.tmp helvB10-ISO8859-14.pcf.gz.tmp helvB10-ISO8859-15.pcf.gz.tmp helvB12-ISO8859-1.pcf.gz.tmp helvB12-ISO8859-2.pcf.gz.tmp helvB12-ISO8859-3.pcf.gz.tmp helvB12-ISO8859-4.pcf.gz.tmp helvB12-ISO8859-9.pcf.gz.tmp helvB12-ISO8859-10.pcf.gz.tmp helvB12-ISO8859-13.pcf.gz.tmp helvB12-ISO8859-14.pcf.gz.tmp helvB12-ISO8859-15.pcf.gz.tmp helvB14-ISO8859-1.pcf.gz.tmp helvB14-ISO8859-2.pcf.gz.tmp helvB14-ISO8859-3.pcf.gz.tmp helvB14-ISO8859-4.pcf.gz.tmp helvB14-ISO8859-9.pcf.gz.tmp helvB14-ISO8859-10.pcf.gz.tmp helvB14-ISO8859-13.pcf.gz.tmp helvB14-ISO8859-14.pcf.gz.tmp helvB14-ISO8859-15.pcf.gz.tmp helvB18-ISO8859-1.pcf.gz.tmp helvB18-ISO8859-2.pcf.gz.tmp helvB18-ISO8859-3.pcf.gz.tmp helvB18-ISO8859-4.pcf.gz.tmp helvB18-ISO8859-9.pcf.gz.tmp helvB18-ISO8859-10.pcf.gz.tmp helvB18-ISO8859-13.pcf.gz.tmp helvB18-ISO8859-14.pcf.gz.tmp helvB18-ISO8859-15.pcf.gz.tmp helvB24-ISO8859-1.pcf.gz.tmp helvB24-ISO8859-2.pcf.gz.tmp helvB24-ISO8859-3.pcf.gz.tmp helvB24-ISO8859-4.pcf.gz.tmp helvB24-ISO8859-9.pcf.gz.tmp helvB24-ISO8859-10.pcf.gz.tmp helvB24-ISO8859-13.pcf.gz.tmp helvB24-ISO8859-14.pcf.gz.tmp helvB24-ISO8859-15.pcf.gz.tmp helvBO08-ISO8859-1.pcf.gz.tmp helvBO08-ISO8859-2.pcf.gz.tmp helvBO08-ISO8859-3.pcf.gz.tmp helvBO08-ISO8859-4.pcf.gz.tmp helvBO08-ISO8859-9.pcf.gz.tmp helvBO08-ISO8859-10.pcf.gz.tmp helvBO08-ISO8859-13.pcf.gz.tmp helvBO08-ISO8859-14.pcf.gz.tmp helvBO08-ISO8859-15.pcf.gz.tmp helvBO10-ISO8859-1.pcf.gz.tmp helvBO10-ISO8859-2.pcf.gz.tmp helvBO10-ISO8859-3.pcf.gz.tmp helvBO10-ISO8859-4.pcf.gz.tmp helvBO10-ISO8859-9.pcf.gz.tmp helvBO10-ISO8859-10.pcf.gz.tmp helvBO10-ISO8859-13.pcf.gz.tmp helvBO10-ISO8859-14.pcf.gz.tmp helvBO10-ISO8859-15.pcf.gz.tmp helvBO12-ISO8859-1.pcf.gz.tmp helvBO12-ISO8859-2.pcf.gz.tmp helvBO12-ISO8859-3.pcf.gz.tmp helvBO12-ISO8859-4.pcf.gz.tmp helvBO12-ISO8859-9.pcf.gz.tmp helvBO12-ISO8859-10.pcf.gz.tmp helvBO12-ISO8859-13.pcf.gz.tmp helvBO12-ISO8859-14.pcf.gz.tmp helvBO12-ISO8859-15.pcf.gz.tmp helvBO14-ISO8859-1.pcf.gz.tmp helvBO14-ISO8859-2.pcf.gz.tmp helvBO14-ISO8859-3.pcf.gz.tmp helvBO14-ISO8859-4.pcf.gz.tmp helvBO14-ISO8859-9.pcf.gz.tmp helvBO14-ISO8859-10.pcf.gz.tmp helvBO14-ISO8859-13.pcf.gz.tmp helvBO14-ISO8859-14.pcf.gz.tmp helvBO14-ISO8859-15.pcf.gz.tmp helvBO18-ISO8859-1.pcf.gz.tmp helvBO18-ISO8859-2.pcf.gz.tmp helvBO18-ISO8859-3.pcf.gz.tmp helvBO18-ISO8859-4.pcf.gz.tmp helvBO18-ISO8859-9.pcf.gz.tmp helvBO18-ISO8859-10.pcf.gz.tmp helvBO18-ISO8859-13.pcf.gz.tmp helvBO18-ISO8859-14.pcf.gz.tmp helvBO18-ISO8859-15.pcf.gz.tmp helvBO24-ISO8859-1.pcf.gz.tmp helvBO24-ISO8859-2.pcf.gz.tmp helvBO24-ISO8859-3.pcf.gz.tmp helvBO24-ISO8859-4.pcf.gz.tmp helvBO24-ISO8859-9.pcf.gz.tmp helvBO24-ISO8859-10.pcf.gz.tmp helvBO24-ISO8859-13.pcf.gz.tmp helvBO24-ISO8859-14.pcf.gz.tmp helvBO24-ISO8859-15.pcf.gz.tmp helvO08-ISO8859-1.pcf.gz.tmp helvO08-ISO8859-2.pcf.gz.tmp helvO08-ISO8859-3.pcf.gz.tmp helvO08-ISO8859-4.pcf.gz.tmp helvO08-ISO8859-9.pcf.gz.tmp helvO08-ISO8859-10.pcf.gz.tmp helvO08-ISO8859-13.pcf.gz.tmp helvO08-ISO8859-14.pcf.gz.tmp helvO08-ISO8859-15.pcf.gz.tmp helvO10-ISO8859-1.pcf.gz.tmp helvO10-ISO8859-2.pcf.gz.tmp helvO10-ISO8859-3.pcf.gz.tmp helvO10-ISO8859-4.pcf.gz.tmp helvO10-ISO8859-9.pcf.gz.tmp helvO10-ISO8859-10.pcf.gz.tmp helvO10-ISO8859-13.pcf.gz.tmp helvO10-ISO8859-14.pcf.gz.tmp helvO10-ISO8859-15.pcf.gz.tmp helvO12-ISO8859-1.pcf.gz.tmp helvO12-ISO8859-2.pcf.gz.tmp helvO12-ISO8859-3.pcf.gz.tmp helvO12-ISO8859-4.pcf.gz.tmp helvO12-ISO8859-9.pcf.gz.tmp helvO12-ISO8859-10.pcf.gz.tmp helvO12-ISO8859-13.pcf.gz.tmp helvO12-ISO8859-14.pcf.gz.tmp helvO12-ISO8859-15.pcf.gz.tmp helvO14-ISO8859-1.pcf.gz.tmp helvO14-ISO8859-2.pcf.gz.tmp helvO14-ISO8859-3.pcf.gz.tmp helvO14-ISO8859-4.pcf.gz.tmp helvO14-ISO8859-9.pcf.gz.tmp helvO14-ISO8859-10.pcf.gz.tmp helvO14-ISO8859-13.pcf.gz.tmp helvO14-ISO8859-14.pcf.gz.tmp helvO14-ISO8859-15.pcf.gz.tmp helvO18-ISO8859-1.pcf.gz.tmp helvO18-ISO8859-2.pcf.gz.tmp helvO18-ISO8859-3.pcf.gz.tmp helvO18-ISO8859-4.pcf.gz.tmp helvO18-ISO8859-9.pcf.gz.tmp helvO18-ISO8859-10.pcf.gz.tmp helvO18-ISO8859-13.pcf.gz.tmp helvO18-ISO8859-14.pcf.gz.tmp helvO18-ISO8859-15.pcf.gz.tmp helvO24-ISO8859-1.pcf.gz.tmp helvO24-ISO8859-2.pcf.gz.tmp helvO24-ISO8859-3.pcf.gz.tmp helvO24-ISO8859-4.pcf.gz.tmp helvO24-ISO8859-9.pcf.gz.tmp helvO24-ISO8859-10.pcf.gz.tmp helvO24-ISO8859-13.pcf.gz.tmp helvO24-ISO8859-14.pcf.gz.tmp helvO24-ISO8859-15.pcf.gz.tmp helvR08-ISO8859-1.pcf.gz.tmp helvR08-ISO8859-2.pcf.gz.tmp helvR08-ISO8859-3.pcf.gz.tmp helvR08-ISO8859-4.pcf.gz.tmp helvR08-ISO8859-9.pcf.gz.tmp helvR08-ISO8859-10.pcf.gz.tmp helvR08-ISO8859-13.pcf.gz.tmp helvR08-ISO8859-14.pcf.gz.tmp helvR08-ISO8859-15.pcf.gz.tmp helvR10-ISO8859-1.pcf.gz.tmp helvR10-ISO8859-2.pcf.gz.tmp helvR10-ISO8859-3.pcf.gz.tmp helvR10-ISO8859-4.pcf.gz.tmp helvR10-ISO8859-9.pcf.gz.tmp helvR10-ISO8859-10.pcf.gz.tmp helvR10-ISO8859-13.pcf.gz.tmp helvR10-ISO8859-14.pcf.gz.tmp helvR10-ISO8859-15.pcf.gz.tmp helvR12-ISO8859-1.pcf.gz.tmp helvR12-ISO8859-2.pcf.gz.tmp helvR12-ISO8859-3.pcf.gz.tmp helvR12-ISO8859-4.pcf.gz.tmp helvR12-ISO8859-9.pcf.gz.tmp helvR12-ISO8859-10.pcf.gz.tmp helvR12-ISO8859-13.pcf.gz.tmp helvR12-ISO8859-14.pcf.gz.tmp helvR12-ISO8859-15.pcf.gz.tmp helvR14-ISO8859-1.pcf.gz.tmp helvR14-ISO8859-2.pcf.gz.tmp helvR14-ISO8859-3.pcf.gz.tmp helvR14-ISO8859-4.pcf.gz.tmp helvR14-ISO8859-9.pcf.gz.tmp helvR14-ISO8859-10.pcf.gz.tmp helvR14-ISO8859-13.pcf.gz.tmp helvR14-ISO8859-14.pcf.gz.tmp helvR14-ISO8859-15.pcf.gz.tmp helvR18-ISO8859-1.pcf.gz.tmp helvR18-ISO8859-2.pcf.gz.tmp helvR18-ISO8859-3.pcf.gz.tmp helvR18-ISO8859-4.pcf.gz.tmp helvR18-ISO8859-9.pcf.gz.tmp helvR18-ISO8859-10.pcf.gz.tmp helvR18-ISO8859-13.pcf.gz.tmp helvR18-ISO8859-14.pcf.gz.tmp helvR18-ISO8859-15.pcf.gz.tmp helvR24-ISO8859-1.pcf.gz.tmp helvR24-ISO8859-2.pcf.gz.tmp helvR24-ISO8859-3.pcf.gz.tmp helvR24-ISO8859-4.pcf.gz.tmp helvR24-ISO8859-9.pcf.gz.tmp helvR24-ISO8859-10.pcf.gz.tmp helvR24-ISO8859-13.pcf.gz.tmp helvR24-ISO8859-14.pcf.gz.tmp helvR24-ISO8859-15.pcf.gz.tmp ncenB08-ISO8859-1.pcf.gz.tmp ncenB08-ISO8859-2.pcf.gz.tmp ncenB08-ISO8859-3.pcf.gz.tmp ncenB08-ISO8859-4.pcf.gz.tmp ncenB08-ISO8859-9.pcf.gz.tmp ncenB08-ISO8859-10.pcf.gz.tmp ncenB08-ISO8859-13.pcf.gz.tmp ncenB08-ISO8859-14.pcf.gz.tmp ncenB08-ISO8859-15.pcf.gz.tmp ncenB10-ISO8859-1.pcf.gz.tmp ncenB10-ISO8859-2.pcf.gz.tmp ncenB10-ISO8859-3.pcf.gz.tmp ncenB10-ISO8859-4.pcf.gz.tmp ncenB10-ISO8859-9.pcf.gz.tmp ncenB10-ISO8859-10.pcf.gz.tmp ncenB10-ISO8859-13.pcf.gz.tmp ncenB10-ISO8859-14.pcf.gz.tmp ncenB10-ISO8859-15.pcf.gz.tmp ncenB12-ISO8859-1.pcf.gz.tmp ncenB12-ISO8859-2.pcf.gz.tmp ncenB12-ISO8859-3.pcf.gz.tmp ncenB12-ISO8859-4.pcf.gz.tmp ncenB12-ISO8859-9.pcf.gz.tmp ncenB12-ISO8859-10.pcf.gz.tmp ncenB12-ISO8859-13.pcf.gz.tmp ncenB12-ISO8859-14.pcf.gz.tmp ncenB12-ISO8859-15.pcf.gz.tmp ncenB14-ISO8859-1.pcf.gz.tmp ncenB14-ISO8859-2.pcf.gz.tmp ncenB14-ISO8859-3.pcf.gz.tmp ncenB14-ISO8859-4.pcf.gz.tmp ncenB14-ISO8859-9.pcf.gz.tmp ncenB14-ISO8859-10.pcf.gz.tmp ncenB14-ISO8859-13.pcf.gz.tmp ncenB14-ISO8859-14.pcf.gz.tmp ncenB14-ISO8859-15.pcf.gz.tmp ncenB18-ISO8859-1.pcf.gz.tmp ncenB18-ISO8859-2.pcf.gz.tmp ncenB18-ISO8859-3.pcf.gz.tmp ncenB18-ISO8859-4.pcf.gz.tmp ncenB18-ISO8859-9.pcf.gz.tmp ncenB18-ISO8859-10.pcf.gz.tmp ncenB18-ISO8859-13.pcf.gz.tmp ncenB18-ISO8859-14.pcf.gz.tmp ncenB18-ISO8859-15.pcf.gz.tmp ncenB24-ISO8859-1.pcf.gz.tmp ncenB24-ISO8859-2.pcf.gz.tmp ncenB24-ISO8859-3.pcf.gz.tmp ncenB24-ISO8859-4.pcf.gz.tmp ncenB24-ISO8859-9.pcf.gz.tmp ncenB24-ISO8859-10.pcf.gz.tmp ncenB24-ISO8859-13.pcf.gz.tmp ncenB24-ISO8859-14.pcf.gz.tmp ncenB24-ISO8859-15.pcf.gz.tmp ncenBI08-ISO8859-1.pcf.gz.tmp ncenBI08-ISO8859-2.pcf.gz.tmp ncenBI08-ISO8859-3.pcf.gz.tmp ncenBI08-ISO8859-4.pcf.gz.tmp ncenBI08-ISO8859-9.pcf.gz.tmp ncenBI08-ISO8859-10.pcf.gz.tmp ncenBI08-ISO8859-13.pcf.gz.tmp ncenBI08-ISO8859-14.pcf.gz.tmp ncenBI08-ISO8859-15.pcf.gz.tmp ncenBI10-ISO8859-1.pcf.gz.tmp ncenBI10-ISO8859-2.pcf.gz.tmp ncenBI10-ISO8859-3.pcf.gz.tmp ncenBI10-ISO8859-4.pcf.gz.tmp ncenBI10-ISO8859-9.pcf.gz.tmp ncenBI10-ISO8859-10.pcf.gz.tmp ncenBI10-ISO8859-13.pcf.gz.tmp ncenBI10-ISO8859-14.pcf.gz.tmp ncenBI10-ISO8859-15.pcf.gz.tmp ncenBI12-ISO8859-1.pcf.gz.tmp ncenBI12-ISO8859-2.pcf.gz.tmp ncenBI12-ISO8859-3.pcf.gz.tmp ncenBI12-ISO8859-4.pcf.gz.tmp ncenBI12-ISO8859-9.pcf.gz.tmp ncenBI12-ISO8859-10.pcf.gz.tmp ncenBI12-ISO8859-13.pcf.gz.tmp ncenBI12-ISO8859-14.pcf.gz.tmp ncenBI12-ISO8859-15.pcf.gz.tmp ncenBI14-ISO8859-1.pcf.gz.tmp ncenBI14-ISO8859-2.pcf.gz.tmp ncenBI14-ISO8859-3.pcf.gz.tmp ncenBI14-ISO8859-4.pcf.gz.tmp ncenBI14-ISO8859-9.pcf.gz.tmp ncenBI14-ISO8859-10.pcf.gz.tmp ncenBI14-ISO8859-13.pcf.gz.tmp ncenBI14-ISO8859-14.pcf.gz.tmp ncenBI14-ISO8859-15.pcf.gz.tmp ncenBI18-ISO8859-1.pcf.gz.tmp ncenBI18-ISO8859-2.pcf.gz.tmp ncenBI18-ISO8859-3.pcf.gz.tmp ncenBI18-ISO8859-4.pcf.gz.tmp ncenBI18-ISO8859-9.pcf.gz.tmp ncenBI18-ISO8859-10.pcf.gz.tmp ncenBI18-ISO8859-13.pcf.gz.tmp ncenBI18-ISO8859-14.pcf.gz.tmp ncenBI18-ISO8859-15.pcf.gz.tmp ncenBI24-ISO8859-1.pcf.gz.tmp ncenBI24-ISO8859-2.pcf.gz.tmp ncenBI24-ISO8859-3.pcf.gz.tmp ncenBI24-ISO8859-4.pcf.gz.tmp ncenBI24-ISO8859-9.pcf.gz.tmp ncenBI24-ISO8859-10.pcf.gz.tmp ncenBI24-ISO8859-13.pcf.gz.tmp ncenBI24-ISO8859-14.pcf.gz.tmp ncenBI24-ISO8859-15.pcf.gz.tmp ncenI08-ISO8859-1.pcf.gz.tmp ncenI08-ISO8859-2.pcf.gz.tmp ncenI08-ISO8859-3.pcf.gz.tmp ncenI08-ISO8859-4.pcf.gz.tmp ncenI08-ISO8859-9.pcf.gz.tmp ncenI08-ISO8859-10.pcf.gz.tmp ncenI08-ISO8859-13.pcf.gz.tmp ncenI08-ISO8859-14.pcf.gz.tmp ncenI08-ISO8859-15.pcf.gz.tmp ncenI10-ISO8859-1.pcf.gz.tmp ncenI10-ISO8859-2.pcf.gz.tmp ncenI10-ISO8859-3.pcf.gz.tmp ncenI10-ISO8859-4.pcf.gz.tmp ncenI10-ISO8859-9.pcf.gz.tmp ncenI10-ISO8859-10.pcf.gz.tmp ncenI10-ISO8859-13.pcf.gz.tmp ncenI10-ISO8859-14.pcf.gz.tmp ncenI10-ISO8859-15.pcf.gz.tmp ncenI12-ISO8859-1.pcf.gz.tmp ncenI12-ISO8859-2.pcf.gz.tmp ncenI12-ISO8859-3.pcf.gz.tmp ncenI12-ISO8859-4.pcf.gz.tmp ncenI12-ISO8859-9.pcf.gz.tmp ncenI12-ISO8859-10.pcf.gz.tmp ncenI12-ISO8859-13.pcf.gz.tmp ncenI12-ISO8859-14.pcf.gz.tmp ncenI12-ISO8859-15.pcf.gz.tmp ncenI14-ISO8859-1.pcf.gz.tmp ncenI14-ISO8859-2.pcf.gz.tmp ncenI14-ISO8859-3.pcf.gz.tmp ncenI14-ISO8859-4.pcf.gz.tmp ncenI14-ISO8859-9.pcf.gz.tmp ncenI14-ISO8859-10.pcf.gz.tmp ncenI14-ISO8859-13.pcf.gz.tmp ncenI14-ISO8859-14.pcf.gz.tmp ncenI14-ISO8859-15.pcf.gz.tmp ncenI18-ISO8859-1.pcf.gz.tmp ncenI18-ISO8859-2.pcf.gz.tmp ncenI18-ISO8859-3.pcf.gz.tmp ncenI18-ISO8859-4.pcf.gz.tmp ncenI18-ISO8859-9.pcf.gz.tmp ncenI18-ISO8859-10.pcf.gz.tmp ncenI18-ISO8859-13.pcf.gz.tmp ncenI18-ISO8859-14.pcf.gz.tmp ncenI18-ISO8859-15.pcf.gz.tmp ncenI24-ISO8859-1.pcf.gz.tmp ncenI24-ISO8859-2.pcf.gz.tmp ncenI24-ISO8859-3.pcf.gz.tmp ncenI24-ISO8859-4.pcf.gz.tmp ncenI24-ISO8859-9.pcf.gz.tmp ncenI24-ISO8859-10.pcf.gz.tmp ncenI24-ISO8859-13.pcf.gz.tmp ncenI24-ISO8859-14.pcf.gz.tmp ncenI24-ISO8859-15.pcf.gz.tmp ncenR08-ISO8859-1.pcf.gz.tmp ncenR08-ISO8859-2.pcf.gz.tmp ncenR08-ISO8859-3.pcf.gz.tmp ncenR08-ISO8859-4.pcf.gz.tmp ncenR08-ISO8859-9.pcf.gz.tmp ncenR08-ISO8859-10.pcf.gz.tmp ncenR08-ISO8859-13.pcf.gz.tmp ncenR08-ISO8859-14.pcf.gz.tmp ncenR08-ISO8859-15.pcf.gz.tmp ncenR10-ISO8859-1.pcf.gz.tmp ncenR10-ISO8859-2.pcf.gz.tmp ncenR10-ISO8859-3.pcf.gz.tmp ncenR10-ISO8859-4.pcf.gz.tmp ncenR10-ISO8859-9.pcf.gz.tmp ncenR10-ISO8859-10.pcf.gz.tmp ncenR10-ISO8859-13.pcf.gz.tmp ncenR10-ISO8859-14.pcf.gz.tmp ncenR10-ISO8859-15.pcf.gz.tmp ncenR12-ISO8859-1.pcf.gz.tmp ncenR12-ISO8859-2.pcf.gz.tmp ncenR12-ISO8859-3.pcf.gz.tmp ncenR12-ISO8859-4.pcf.gz.tmp ncenR12-ISO8859-9.pcf.gz.tmp ncenR12-ISO8859-10.pcf.gz.tmp ncenR12-ISO8859-13.pcf.gz.tmp ncenR12-ISO8859-14.pcf.gz.tmp ncenR12-ISO8859-15.pcf.gz.tmp ncenR14-ISO8859-1.pcf.gz.tmp ncenR14-ISO8859-2.pcf.gz.tmp ncenR14-ISO8859-3.pcf.gz.tmp ncenR14-ISO8859-4.pcf.gz.tmp ncenR14-ISO8859-9.pcf.gz.tmp ncenR14-ISO8859-10.pcf.gz.tmp ncenR14-ISO8859-13.pcf.gz.tmp ncenR14-ISO8859-14.pcf.gz.tmp ncenR14-ISO8859-15.pcf.gz.tmp ncenR18-ISO8859-1.pcf.gz.tmp ncenR18-ISO8859-2.pcf.gz.tmp ncenR18-ISO8859-3.pcf.gz.tmp ncenR18-ISO8859-4.pcf.gz.tmp ncenR18-ISO8859-9.pcf.gz.tmp ncenR18-ISO8859-10.pcf.gz.tmp ncenR18-ISO8859-13.pcf.gz.tmp ncenR18-ISO8859-14.pcf.gz.tmp ncenR18-ISO8859-15.pcf.gz.tmp ncenR24-ISO8859-1.pcf.gz.tmp ncenR24-ISO8859-2.pcf.gz.tmp ncenR24-ISO8859-3.pcf.gz.tmp ncenR24-ISO8859-4.pcf.gz.tmp ncenR24-ISO8859-9.pcf.gz.tmp ncenR24-ISO8859-10.pcf.gz.tmp ncenR24-ISO8859-13.pcf.gz.tmp ncenR24-ISO8859-14.pcf.gz.tmp ncenR24-ISO8859-15.pcf.gz.tmp timB08-ISO8859-1.pcf.gz.tmp timB08-ISO8859-2.pcf.gz.tmp timB08-ISO8859-3.pcf.gz.tmp timB08-ISO8859-4.pcf.gz.tmp timB08-ISO8859-9.pcf.gz.tmp timB08-ISO8859-10.pcf.gz.tmp timB08-ISO8859-13.pcf.gz.tmp timB08-ISO8859-14.pcf.gz.tmp timB08-ISO8859-15.pcf.gz.tmp timB10-ISO8859-1.pcf.gz.tmp timB10-ISO8859-2.pcf.gz.tmp timB10-ISO8859-3.pcf.gz.tmp timB10-ISO8859-4.pcf.gz.tmp timB10-ISO8859-9.pcf.gz.tmp timB10-ISO8859-10.pcf.gz.tmp timB10-ISO8859-13.pcf.gz.tmp timB10-ISO8859-14.pcf.gz.tmp timB10-ISO8859-15.pcf.gz.tmp timB12-ISO8859-1.pcf.gz.tmp timB12-ISO8859-2.pcf.gz.tmp timB12-ISO8859-3.pcf.gz.tmp timB12-ISO8859-4.pcf.gz.tmp timB12-ISO8859-9.pcf.gz.tmp timB12-ISO8859-10.pcf.gz.tmp timB12-ISO8859-13.pcf.gz.tmp timB12-ISO8859-14.pcf.gz.tmp timB12-ISO8859-15.pcf.gz.tmp timB14-ISO8859-1.pcf.gz.tmp timB14-ISO8859-2.pcf.gz.tmp timB14-ISO8859-3.pcf.gz.tmp timB14-ISO8859-4.pcf.gz.tmp timB14-ISO8859-9.pcf.gz.tmp timB14-ISO8859-10.pcf.gz.tmp timB14-ISO8859-13.pcf.gz.tmp timB14-ISO8859-14.pcf.gz.tmp timB14-ISO8859-15.pcf.gz.tmp timB18-ISO8859-1.pcf.gz.tmp timB18-ISO8859-2.pcf.gz.tmp timB18-ISO8859-3.pcf.gz.tmp timB18-ISO8859-4.pcf.gz.tmp timB18-ISO8859-9.pcf.gz.tmp timB18-ISO8859-10.pcf.gz.tmp timB18-ISO8859-13.pcf.gz.tmp timB18-ISO8859-14.pcf.gz.tmp timB18-ISO8859-15.pcf.gz.tmp timB24-ISO8859-1.pcf.gz.tmp timB24-ISO8859-2.pcf.gz.tmp timB24-ISO8859-3.pcf.gz.tmp timB24-ISO8859-4.pcf.gz.tmp timB24-ISO8859-9.pcf.gz.tmp timB24-ISO8859-10.pcf.gz.tmp timB24-ISO8859-13.pcf.gz.tmp timB24-ISO8859-14.pcf.gz.tmp timB24-ISO8859-15.pcf.gz.tmp timBI08-ISO8859-1.pcf.gz.tmp timBI08-ISO8859-2.pcf.gz.tmp timBI08-ISO8859-3.pcf.gz.tmp timBI08-ISO8859-4.pcf.gz.tmp timBI08-ISO8859-9.pcf.gz.tmp timBI08-ISO8859-10.pcf.gz.tmp timBI08-ISO8859-13.pcf.gz.tmp timBI08-ISO8859-14.pcf.gz.tmp timBI08-ISO8859-15.pcf.gz.tmp timBI10-ISO8859-1.pcf.gz.tmp timBI10-ISO8859-2.pcf.gz.tmp timBI10-ISO8859-3.pcf.gz.tmp timBI10-ISO8859-4.pcf.gz.tmp timBI10-ISO8859-9.pcf.gz.tmp timBI10-ISO8859-10.pcf.gz.tmp timBI10-ISO8859-13.pcf.gz.tmp timBI10-ISO8859-14.pcf.gz.tmp timBI10-ISO8859-15.pcf.gz.tmp timBI12-ISO8859-1.pcf.gz.tmp timBI12-ISO8859-2.pcf.gz.tmp timBI12-ISO8859-3.pcf.gz.tmp timBI12-ISO8859-4.pcf.gz.tmp timBI12-ISO8859-9.pcf.gz.tmp timBI12-ISO8859-10.pcf.gz.tmp timBI12-ISO8859-13.pcf.gz.tmp timBI12-ISO8859-14.pcf.gz.tmp timBI12-ISO8859-15.pcf.gz.tmp timBI14-ISO8859-1.pcf.gz.tmp timBI14-ISO8859-2.pcf.gz.tmp timBI14-ISO8859-3.pcf.gz.tmp timBI14-ISO8859-4.pcf.gz.tmp timBI14-ISO8859-9.pcf.gz.tmp timBI14-ISO8859-10.pcf.gz.tmp timBI14-ISO8859-13.pcf.gz.tmp timBI14-ISO8859-14.pcf.gz.tmp timBI14-ISO8859-15.pcf.gz.tmp timBI18-ISO8859-1.pcf.gz.tmp timBI18-ISO8859-2.pcf.gz.tmp timBI18-ISO8859-3.pcf.gz.tmp timBI18-ISO8859-4.pcf.gz.tmp timBI18-ISO8859-9.pcf.gz.tmp timBI18-ISO8859-10.pcf.gz.tmp timBI18-ISO8859-13.pcf.gz.tmp timBI18-ISO8859-14.pcf.gz.tmp timBI18-ISO8859-15.pcf.gz.tmp timBI24-ISO8859-1.pcf.gz.tmp timBI24-ISO8859-2.pcf.gz.tmp timBI24-ISO8859-3.pcf.gz.tmp timBI24-ISO8859-4.pcf.gz.tmp timBI24-ISO8859-9.pcf.gz.tmp timBI24-ISO8859-10.pcf.gz.tmp timBI24-ISO8859-13.pcf.gz.tmp timBI24-ISO8859-14.pcf.gz.tmp timBI24-ISO8859-15.pcf.gz.tmp timI08-ISO8859-1.pcf.gz.tmp timI08-ISO8859-2.pcf.gz.tmp timI08-ISO8859-3.pcf.gz.tmp timI08-ISO8859-4.pcf.gz.tmp timI08-ISO8859-9.pcf.gz.tmp timI08-ISO8859-10.pcf.gz.tmp timI08-ISO8859-13.pcf.gz.tmp timI08-ISO8859-14.pcf.gz.tmp timI08-ISO8859-15.pcf.gz.tmp timI10-ISO8859-1.pcf.gz.tmp timI10-ISO8859-2.pcf.gz.tmp timI10-ISO8859-3.pcf.gz.tmp timI10-ISO8859-4.pcf.gz.tmp timI10-ISO8859-9.pcf.gz.tmp timI10-ISO8859-10.pcf.gz.tmp timI10-ISO8859-13.pcf.gz.tmp timI10-ISO8859-14.pcf.gz.tmp timI10-ISO8859-15.pcf.gz.tmp timI12-ISO8859-1.pcf.gz.tmp timI12-ISO8859-2.pcf.gz.tmp timI12-ISO8859-3.pcf.gz.tmp timI12-ISO8859-4.pcf.gz.tmp timI12-ISO8859-9.pcf.gz.tmp timI12-ISO8859-10.pcf.gz.tmp timI12-ISO8859-13.pcf.gz.tmp timI12-ISO8859-14.pcf.gz.tmp timI12-ISO8859-15.pcf.gz.tmp timI14-ISO8859-1.pcf.gz.tmp timI14-ISO8859-2.pcf.gz.tmp timI14-ISO8859-3.pcf.gz.tmp timI14-ISO8859-4.pcf.gz.tmp timI14-ISO8859-9.pcf.gz.tmp timI14-ISO8859-10.pcf.gz.tmp timI14-ISO8859-13.pcf.gz.tmp timI14-ISO8859-14.pcf.gz.tmp timI14-ISO8859-15.pcf.gz.tmp timI18-ISO8859-1.pcf.gz.tmp timI18-ISO8859-2.pcf.gz.tmp timI18-ISO8859-3.pcf.gz.tmp timI18-ISO8859-4.pcf.gz.tmp timI18-ISO8859-9.pcf.gz.tmp timI18-ISO8859-10.pcf.gz.tmp timI18-ISO8859-13.pcf.gz.tmp timI18-ISO8859-14.pcf.gz.tmp timI18-ISO8859-15.pcf.gz.tmp timI24-ISO8859-1.pcf.gz.tmp timI24-ISO8859-2.pcf.gz.tmp timI24-ISO8859-3.pcf.gz.tmp timI24-ISO8859-4.pcf.gz.tmp timI24-ISO8859-9.pcf.gz.tmp timI24-ISO8859-10.pcf.gz.tmp timI24-ISO8859-13.pcf.gz.tmp timI24-ISO8859-14.pcf.gz.tmp timI24-ISO8859-15.pcf.gz.tmp timR08-ISO8859-1.pcf.gz.tmp timR08-ISO8859-2.pcf.gz.tmp timR08-ISO8859-3.pcf.gz.tmp timR08-ISO8859-4.pcf.gz.tmp timR08-ISO8859-9.pcf.gz.tmp timR08-ISO8859-10.pcf.gz.tmp timR08-ISO8859-13.pcf.gz.tmp timR08-ISO8859-14.pcf.gz.tmp timR08-ISO8859-15.pcf.gz.tmp timR10-ISO8859-1.pcf.gz.tmp timR10-ISO8859-2.pcf.gz.tmp timR10-ISO8859-3.pcf.gz.tmp timR10-ISO8859-4.pcf.gz.tmp timR10-ISO8859-9.pcf.gz.tmp timR10-ISO8859-10.pcf.gz.tmp timR10-ISO8859-13.pcf.gz.tmp timR10-ISO8859-14.pcf.gz.tmp timR10-ISO8859-15.pcf.gz.tmp timR12-ISO8859-1.pcf.gz.tmp timR12-ISO8859-2.pcf.gz.tmp timR12-ISO8859-3.pcf.gz.tmp timR12-ISO8859-4.pcf.gz.tmp timR12-ISO8859-9.pcf.gz.tmp timR12-ISO8859-10.pcf.gz.tmp timR12-ISO8859-13.pcf.gz.tmp timR12-ISO8859-14.pcf.gz.tmp timR12-ISO8859-15.pcf.gz.tmp timR14-ISO8859-1.pcf.gz.tmp timR14-ISO8859-2.pcf.gz.tmp timR14-ISO8859-3.pcf.gz.tmp timR14-ISO8859-4.pcf.gz.tmp timR14-ISO8859-9.pcf.gz.tmp timR14-ISO8859-10.pcf.gz.tmp timR14-ISO8859-13.pcf.gz.tmp timR14-ISO8859-14.pcf.gz.tmp timR14-ISO8859-15.pcf.gz.tmp timR18-ISO8859-1.pcf.gz.tmp timR18-ISO8859-2.pcf.gz.tmp timR18-ISO8859-3.pcf.gz.tmp timR18-ISO8859-4.pcf.gz.tmp timR18-ISO8859-9.pcf.gz.tmp timR18-ISO8859-10.pcf.gz.tmp timR18-ISO8859-13.pcf.gz.tmp timR18-ISO8859-14.pcf.gz.tmp timR18-ISO8859-15.pcf.gz.tmp timR24-ISO8859-1.pcf.gz.tmp timR24-ISO8859-2.pcf.gz.tmp timR24-ISO8859-3.pcf.gz.tmp timR24-ISO8859-4.pcf.gz.tmp timR24-ISO8859-9.pcf.gz.tmp timR24-ISO8859-10.pcf.gz.tmp timR24-ISO8859-13.pcf.gz.tmp timR24-ISO8859-14.pcf.gz.tmp timR24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- cleandir ===> sbin/mount_cd9660 --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_cd9660 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_cd9660 mount_cd9660.o pathadj.o mount_cd9660.ln pathadj.ln || true) --- cleandir-external --- --- cleanfonts --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_cd9660 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_cd9660 mount_cd9660.o pathadj.o mount_cd9660.ln pathadj.ln || true) --- cleandir-external --- rm -f courB08-ISO8859-1.bdf courB08-ISO8859-2.bdf courB08-ISO8859-3.bdf courB08-ISO8859-4.bdf courB08-ISO8859-9.bdf courB08-ISO8859-10.bdf courB08-ISO8859-13.bdf courB08-ISO8859-14.bdf courB08-ISO8859-15.bdf courB10-ISO8859-1.bdf courB10-ISO8859-2.bdf courB10-ISO8859-3.bdf courB10-ISO8859-4.bdf courB10-ISO8859-9.bdf courB10-ISO8859-10.bdf courB10-ISO8859-13.bdf courB10-ISO8859-14.bdf courB10-ISO8859-15.bdf courB12-ISO8859-1.bdf courB12-ISO8859-2.bdf courB12-ISO8859-3.bdf courB12-ISO8859-4.bdf courB12-ISO8859-9.bdf courB12-ISO8859-10.bdf courB12-ISO8859-13.bdf courB12-ISO8859-14.bdf courB12-ISO8859-15.bdf courB14-ISO8859-1.bdf courB14-ISO8859-2.bdf courB14-ISO8859-3.bdf courB14-ISO8859-4.bdf courB14-ISO8859-9.bdf courB14-ISO8859-10.bdf courB14-ISO8859-13.bdf courB14-ISO8859-14.bdf courB14-ISO8859-15.bdf courB18-ISO8859-1.bdf courB18-ISO8859-2.bdf courB18-ISO8859-3.bdf courB18-ISO8859-4.bdf courB18-ISO8859-9.bdf courB18-ISO8859-10.bdf courB18-ISO8859-13.bdf courB18-ISO8859-14.bdf courB18-ISO8859-15.bdf courB24-ISO8859-1.bdf courB24-ISO8859-2.bdf courB24-ISO8859-3.bdf courB24-ISO8859-4.bdf courB24-ISO8859-9.bdf courB24-ISO8859-10.bdf courB24-ISO8859-13.bdf courB24-ISO8859-14.bdf courB24-ISO8859-15.bdf courBO08-ISO8859-1.bdf courBO08-ISO8859-2.bdf courBO08-ISO8859-3.bdf courBO08-ISO8859-4.bdf courBO08-ISO8859-9.bdf courBO08-ISO8859-10.bdf courBO08-ISO8859-13.bdf courBO08-ISO8859-14.bdf courBO08-ISO8859-15.bdf courBO10-ISO8859-1.bdf courBO10-ISO8859-2.bdf courBO10-ISO8859-3.bdf courBO10-ISO8859-4.bdf courBO10-ISO8859-9.bdf courBO10-ISO8859-10.bdf courBO10-ISO8859-13.bdf courBO10-ISO8859-14.bdf courBO10-ISO8859-15.bdf courBO12-ISO8859-1.bdf courBO12-ISO8859-2.bdf courBO12-ISO8859-3.bdf courBO12-ISO8859-4.bdf courBO12-ISO8859-9.bdf courBO12-ISO8859-10.bdf courBO12-ISO8859-13.bdf courBO12-ISO8859-14.bdf courBO12-ISO8859-15.bdf courBO14-ISO8859-1.bdf courBO14-ISO8859-2.bdf courBO14-ISO8859-3.bdf courBO14-ISO8859-4.bdf courBO14-ISO8859-9.bdf courBO14-ISO8859-10.bdf courBO14-ISO8859-13.bdf courBO14-ISO8859-14.bdf courBO14-ISO8859-15.bdf courBO18-ISO8859-1.bdf courBO18-ISO8859-2.bdf courBO18-ISO8859-3.bdf courBO18-ISO8859-4.bdf courBO18-ISO8859-9.bdf courBO18-ISO8859-10.bdf courBO18-ISO8859-13.bdf courBO18-ISO8859-14.bdf courBO18-ISO8859-15.bdf courBO24-ISO8859-1.bdf courBO24-ISO8859-2.bdf courBO24-ISO8859-3.bdf courBO24-ISO8859-4.bdf courBO24-ISO8859-9.bdf courBO24-ISO8859-10.bdf courBO24-ISO8859-13.bdf courBO24-ISO8859-14.bdf courBO24-ISO8859-15.bdf courO08-ISO8859-1.bdf courO08-ISO8859-2.bdf courO08-ISO8859-3.bdf courO08-ISO8859-4.bdf courO08-ISO8859-9.bdf courO08-ISO8859-10.bdf courO08-ISO8859-13.bdf courO08-ISO8859-14.bdf courO08-ISO8859-15.bdf courO10-ISO8859-1.bdf courO10-ISO8859-2.bdf courO10-ISO8859-3.bdf courO10-ISO8859-4.bdf courO10-ISO8859-9.bdf courO10-ISO8859-10.bdf courO10-ISO8859-13.bdf courO10-ISO8859-14.bdf courO10-ISO8859-15.bdf courO12-ISO8859-1.bdf courO12-ISO8859-2.bdf courO12-ISO8859-3.bdf courO12-ISO8859-4.bdf courO12-ISO8859-9.bdf courO12-ISO8859-10.bdf courO12-ISO8859-13.bdf courO12-ISO8859-14.bdf courO12-ISO8859-15.bdf courO14-ISO8859-1.bdf courO14-ISO8859-2.bdf courO14-ISO8859-3.bdf courO14-ISO8859-4.bdf courO14-ISO8859-9.bdf courO14-ISO8859-10.bdf courO14-ISO8859-13.bdf courO14-ISO8859-14.bdf courO14-ISO8859-15.bdf courO18-ISO8859-1.bdf courO18-ISO8859-2.bdf courO18-ISO8859-3.bdf courO18-ISO8859-4.bdf courO18-ISO8859-9.bdf courO18-ISO8859-10.bdf courO18-ISO8859-13.bdf courO18-ISO8859-14.bdf courO18-ISO8859-15.bdf courO24-ISO8859-1.bdf courO24-ISO8859-2.bdf courO24-ISO8859-3.bdf courO24-ISO8859-4.bdf courO24-ISO8859-9.bdf courO24-ISO8859-10.bdf courO24-ISO8859-13.bdf courO24-ISO8859-14.bdf courO24-ISO8859-15.bdf courR08-ISO8859-1.bdf courR08-ISO8859-2.bdf courR08-ISO8859-3.bdf courR08-ISO8859-4.bdf courR08-ISO8859-9.bdf courR08-ISO8859-10.bdf courR08-ISO8859-13.bdf courR08-ISO8859-14.bdf courR08-ISO8859-15.bdf courR10-ISO8859-1.bdf courR10-ISO8859-2.bdf courR10-ISO8859-3.bdf courR10-ISO8859-4.bdf courR10-ISO8859-9.bdf courR10-ISO8859-10.bdf courR10-ISO8859-13.bdf courR10-ISO8859-14.bdf courR10-ISO8859-15.bdf courR12-ISO8859-1.bdf courR12-ISO8859-2.bdf courR12-ISO8859-3.bdf courR12-ISO8859-4.bdf courR12-ISO8859-9.bdf courR12-ISO8859-10.bdf courR12-ISO8859-13.bdf courR12-ISO8859-14.bdf courR12-ISO8859-15.bdf courR14-ISO8859-1.bdf courR14-ISO8859-2.bdf courR14-ISO8859-3.bdf courR14-ISO8859-4.bdf courR14-ISO8859-9.bdf courR14-ISO8859-10.bdf courR14-ISO8859-13.bdf courR14-ISO8859-14.bdf courR14-ISO8859-15.bdf courR18-ISO8859-1.bdf courR18-ISO8859-2.bdf courR18-ISO8859-3.bdf courR18-ISO8859-4.bdf courR18-ISO8859-9.bdf courR18-ISO8859-10.bdf courR18-ISO8859-13.bdf courR18-ISO8859-14.bdf courR18-ISO8859-15.bdf courR24-ISO8859-1.bdf courR24-ISO8859-2.bdf courR24-ISO8859-3.bdf courR24-ISO8859-4.bdf courR24-ISO8859-9.bdf courR24-ISO8859-10.bdf courR24-ISO8859-13.bdf courR24-ISO8859-14.bdf courR24-ISO8859-15.bdf helvB08-ISO8859-1.bdf helvB08-ISO8859-2.bdf helvB08-ISO8859-3.bdf helvB08-ISO8859-4.bdf helvB08-ISO8859-9.bdf helvB08-ISO8859-10.bdf helvB08-ISO8859-13.bdf helvB08-ISO8859-14.bdf helvB08-ISO8859-15.bdf helvB10-ISO8859-1.bdf helvB10-ISO8859-2.bdf helvB10-ISO8859-3.bdf helvB10-ISO8859-4.bdf helvB10-ISO8859-9.bdf helvB10-ISO8859-10.bdf helvB10-ISO8859-13.bdf helvB10-ISO8859-14.bdf helvB10-ISO8859-15.bdf helvB12-ISO8859-1.bdf helvB12-ISO8859-2.bdf helvB12-ISO8859-3.bdf helvB12-ISO8859-4.bdf helvB12-ISO8859-9.bdf helvB12-ISO8859-10.bdf helvB12-ISO8859-13.bdf helvB12-ISO8859-14.bdf helvB12-ISO8859-15.bdf helvB14-ISO8859-1.bdf helvB14-ISO8859-2.bdf helvB14-ISO8859-3.bdf helvB14-ISO8859-4.bdf helvB14-ISO8859-9.bdf helvB14-ISO8859-10.bdf helvB14-ISO8859-13.bdf helvB14-ISO8859-14.bdf helvB14-ISO8859-15.bdf helvB18-ISO8859-1.bdf helvB18-ISO8859-2.bdf helvB18-ISO8859-3.bdf helvB18-ISO8859-4.bdf helvB18-ISO8859-9.bdf helvB18-ISO8859-10.bdf helvB18-ISO8859-13.bdf helvB18-ISO8859-14.bdf helvB18-ISO8859-15.bdf helvB24-ISO8859-1.bdf helvB24-ISO8859-2.bdf helvB24-ISO8859-3.bdf helvB24-ISO8859-4.bdf helvB24-ISO8859-9.bdf helvB24-ISO8859-10.bdf helvB24-ISO8859-13.bdf helvB24-ISO8859-14.bdf helvB24-ISO8859-15.bdf helvBO08-ISO8859-1.bdf helvBO08-ISO8859-2.bdf helvBO08-ISO8859-3.bdf helvBO08-ISO8859-4.bdf helvBO08-ISO8859-9.bdf helvBO08-ISO8859-10.bdf helvBO08-ISO8859-13.bdf helvBO08-ISO8859-14.bdf helvBO08-ISO8859-15.bdf helvBO10-ISO8859-1.bdf helvBO10-ISO8859-2.bdf helvBO10-ISO8859-3.bdf helvBO10-ISO8859-4.bdf helvBO10-ISO8859-9.bdf helvBO10-ISO8859-10.bdf helvBO10-ISO8859-13.bdf helvBO10-ISO8859-14.bdf helvBO10-ISO8859-15.bdf helvBO12-ISO8859-1.bdf helvBO12-ISO8859-2.bdf helvBO12-ISO8859-3.bdf helvBO12-ISO8859-4.bdf helvBO12-ISO8859-9.bdf helvBO12-ISO8859-10.bdf helvBO12-ISO8859-13.bdf helvBO12-ISO8859-14.bdf helvBO12-ISO8859-15.bdf helvBO14-ISO8859-1.bdf helvBO14-ISO8859-2.bdf helvBO14-ISO8859-3.bdf helvBO14-ISO8859-4.bdf helvBO14-ISO8859-9.bdf helvBO14-ISO8859-10.bdf helvBO14-ISO8859-13.bdf helvBO14-ISO8859-14.bdf helvBO14-ISO8859-15.bdf helvBO18-ISO8859-1.bdf helvBO18-ISO8859-2.bdf helvBO18-ISO8859-3.bdf helvBO18-ISO8859-4.bdf helvBO18-ISO8859-9.bdf helvBO18-ISO8859-10.bdf helvBO18-ISO8859-13.bdf helvBO18-ISO8859-14.bdf helvBO18-ISO8859-15.bdf helvBO24-ISO8859-1.bdf helvBO24-ISO8859-2.bdf helvBO24-ISO8859-3.bdf helvBO24-ISO8859-4.bdf helvBO24-ISO8859-9.bdf helvBO24-ISO8859-10.bdf helvBO24-ISO8859-13.bdf helvBO24-ISO8859-14.bdf helvBO24-ISO8859-15.bdf helvO08-ISO8859-1.bdf helvO08-ISO8859-2.bdf helvO08-ISO8859-3.bdf helvO08-ISO8859-4.bdf helvO08-ISO8859-9.bdf helvO08-ISO8859-10.bdf helvO08-ISO8859-13.bdf helvO08-ISO8859-14.bdf helvO08-ISO8859-15.bdf helvO10-ISO8859-1.bdf helvO10-ISO8859-2.bdf helvO10-ISO8859-3.bdf helvO10-ISO8859-4.bdf helvO10-ISO8859-9.bdf helvO10-ISO8859-10.bdf helvO10-ISO8859-13.bdf helvO10-ISO8859-14.bdf helvO10-ISO8859-15.bdf helvO12-ISO8859-1.bdf helvO12-ISO8859-2.bdf helvO12-ISO8859-3.bdf helvO12-ISO8859-4.bdf helvO12-ISO8859-9.bdf helvO12-ISO8859-10.bdf helvO12-ISO8859-13.bdf helvO12-ISO8859-14.bdf helvO12-ISO8859-15.bdf helvO14-ISO8859-1.bdf helvO14-ISO8859-2.bdf helvO14-ISO8859-3.bdf helvO14-ISO8859-4.bdf helvO14-ISO8859-9.bdf helvO14-ISO8859-10.bdf helvO14-ISO8859-13.bdf helvO14-ISO8859-14.bdf helvO14-ISO8859-15.bdf helvO18-ISO8859-1.bdf helvO18-ISO8859-2.bdf helvO18-ISO8859-3.bdf helvO18-ISO8859-4.bdf helvO18-ISO8859-9.bdf helvO18-ISO8859-10.bdf helvO18-ISO8859-13.bdf helvO18-ISO8859-14.bdf helvO18-ISO8859-15.bdf helvO24-ISO8859-1.bdf helvO24-ISO8859-2.bdf helvO24-ISO8859-3.bdf helvO24-ISO8859-4.bdf helvO24-ISO8859-9.bdf helvO24-ISO8859-10.bdf helvO24-ISO8859-13.bdf helvO24-ISO8859-14.bdf helvO24-ISO8859-15.bdf helvR08-ISO8859-1.bdf helvR08-ISO8859-2.bdf helvR08-ISO8859-3.bdf helvR08-ISO8859-4.bdf helvR08-ISO8859-9.bdf helvR08-ISO8859-10.bdf helvR08-ISO8859-13.bdf helvR08-ISO8859-14.bdf helvR08-ISO8859-15.bdf helvR10-ISO8859-1.bdf helvR10-ISO8859-2.bdf helvR10-ISO8859-3.bdf helvR10-ISO8859-4.bdf helvR10-ISO8859-9.bdf helvR10-ISO8859-10.bdf helvR10-ISO8859-13.bdf helvR10-ISO8859-14.bdf helvR10-ISO8859-15.bdf helvR12-ISO8859-1.bdf helvR12-ISO8859-2.bdf helvR12-ISO8859-3.bdf helvR12-ISO8859-4.bdf helvR12-ISO8859-9.bdf helvR12-ISO8859-10.bdf helvR12-ISO8859-13.bdf helvR12-ISO8859-14.bdf helvR12-ISO8859-15.bdf helvR14-ISO8859-1.bdf helvR14-ISO8859-2.bdf helvR14-ISO8859-3.bdf helvR14-ISO8859-4.bdf helvR14-ISO8859-9.bdf helvR14-ISO8859-10.bdf helvR14-ISO8859-13.bdf helvR14-ISO8859-14.bdf helvR14-ISO8859-15.bdf helvR18-ISO8859-1.bdf helvR18-ISO8859-2.bdf helvR18-ISO8859-3.bdf helvR18-ISO8859-4.bdf helvR18-ISO8859-9.bdf helvR18-ISO8859-10.bdf helvR18-ISO8859-13.bdf helvR18-ISO8859-14.bdf helvR18-ISO8859-15.bdf helvR24-ISO8859-1.bdf helvR24-ISO8859-2.bdf helvR24-ISO8859-3.bdf helvR24-ISO8859-4.bdf helvR24-ISO8859-9.bdf helvR24-ISO8859-10.bdf helvR24-ISO8859-13.bdf helvR24-ISO8859-14.bdf helvR24-ISO8859-15.bdf ncenB08-ISO8859-1.bdf ncenB08-ISO8859-2.bdf ncenB08-ISO8859-3.bdf ncenB08-ISO8859-4.bdf ncenB08-ISO8859-9.bdf ncenB08-ISO8859-10.bdf ncenB08-ISO8859-13.bdf ncenB08-ISO8859-14.bdf ncenB08-ISO8859-15.bdf ncenB10-ISO8859-1.bdf ncenB10-ISO8859-2.bdf ncenB10-ISO8859-3.bdf ncenB10-ISO8859-4.bdf ncenB10-ISO8859-9.bdf ncenB10-ISO8859-10.bdf ncenB10-ISO8859-13.bdf ncenB10-ISO8859-14.bdf ncenB10-ISO8859-15.bdf ncenB12-ISO8859-1.bdf ncenB12-ISO8859-2.bdf ncenB12-ISO8859-3.bdf ncenB12-ISO8859-4.bdf ncenB12-ISO8859-9.bdf ncenB12-ISO8859-10.bdf ncenB12-ISO8859-13.bdf ncenB12-ISO8859-14.bdf ncenB12-ISO8859-15.bdf ncenB14-ISO8859-1.bdf ncenB14-ISO8859-2.bdf ncenB14-ISO8859-3.bdf ncenB14-ISO8859-4.bdf ncenB14-ISO8859-9.bdf ncenB14-ISO8859-10.bdf ncenB14-ISO8859-13.bdf ncenB14-ISO8859-14.bdf ncenB14-ISO8859-15.bdf ncenB18-ISO8859-1.bdf ncenB18-ISO8859-2.bdf ncenB18-ISO8859-3.bdf ncenB18-ISO8859-4.bdf ncenB18-ISO8859-9.bdf ncenB18-ISO8859-10.bdf ncenB18-ISO8859-13.bdf ncenB18-ISO8859-14.bdf ncenB18-ISO8859-15.bdf ncenB24-ISO8859-1.bdf ncenB24-ISO8859-2.bdf ncenB24-ISO8859-3.bdf ncenB24-ISO8859-4.bdf ncenB24-ISO8859-9.bdf ncenB24-ISO8859-10.bdf ncenB24-ISO8859-13.bdf ncenB24-ISO8859-14.bdf ncenB24-ISO8859-15.bdf ncenBI08-ISO8859-1.bdf ncenBI08-ISO8859-2.bdf ncenBI08-ISO8859-3.bdf ncenBI08-ISO8859-4.bdf ncenBI08-ISO8859-9.bdf ncenBI08-ISO8859-10.bdf ncenBI08-ISO8859-13.bdf ncenBI08-ISO8859-14.bdf ncenBI08-ISO8859-15.bdf ncenBI10-ISO8859-1.bdf ncenBI10-ISO8859-2.bdf ncenBI10-ISO8859-3.bdf ncenBI10-ISO8859-4.bdf ncenBI10-ISO8859-9.bdf ncenBI10-ISO8859-10.bdf ncenBI10-ISO8859-13.bdf ncenBI10-ISO8859-14.bdf ncenBI10-ISO8859-15.bdf ncenBI12-ISO8859-1.bdf ncenBI12-ISO8859-2.bdf ncenBI12-ISO8859-3.bdf ncenBI12-ISO8859-4.bdf ncenBI12-ISO8859-9.bdf ncenBI12-ISO8859-10.bdf ncenBI12-ISO8859-13.bdf ncenBI12-ISO8859-14.bdf ncenBI12-ISO8859-15.bdf ncenBI14-ISO8859-1.bdf ncenBI14-ISO8859-2.bdf ncenBI14-ISO8859-3.bdf ncenBI14-ISO8859-4.bdf ncenBI14-ISO8859-9.bdf ncenBI14-ISO8859-10.bdf ncenBI14-ISO8859-13.bdf ncenBI14-ISO8859-14.bdf ncenBI14-ISO8859-15.bdf ncenBI18-ISO8859-1.bdf ncenBI18-ISO8859-2.bdf ncenBI18-ISO8859-3.bdf ncenBI18-ISO8859-4.bdf ncenBI18-ISO8859-9.bdf ncenBI18-ISO8859-10.bdf ncenBI18-ISO8859-13.bdf ncenBI18-ISO8859-14.bdf ncenBI18-ISO8859-15.bdf ncenBI24-ISO8859-1.bdf ncenBI24-ISO8859-2.bdf ncenBI24-ISO8859-3.bdf ncenBI24-ISO8859-4.bdf ncenBI24-ISO8859-9.bdf ncenBI24-ISO8859-10.bdf ncenBI24-ISO8859-13.bdf ncenBI24-ISO8859-14.bdf ncenBI24-ISO8859-15.bdf ncenI08-ISO8859-1.bdf ncenI08-ISO8859-2.bdf ncenI08-ISO8859-3.bdf ncenI08-ISO8859-4.bdf ncenI08-ISO8859-9.bdf ncenI08-ISO8859-10.bdf ncenI08-ISO8859-13.bdf ncenI08-ISO8859-14.bdf ncenI08-ISO8859-15.bdf ncenI10-ISO8859-1.bdf ncenI10-ISO8859-2.bdf ncenI10-ISO8859-3.bdf ncenI10-ISO8859-4.bdf ncenI10-ISO8859-9.bdf ncenI10-ISO8859-10.bdf ncenI10-ISO8859-13.bdf ncenI10-ISO8859-14.bdf ncenI10-ISO8859-15.bdf ncenI12-ISO8859-1.bdf ncenI12-ISO8859-2.bdf ncenI12-ISO8859-3.bdf ncenI12-ISO8859-4.bdf ncenI12-ISO8859-9.bdf ncenI12-ISO8859-10.bdf ncenI12-ISO8859-13.bdf ncenI12-ISO8859-14.bdf ncenI12-ISO8859-15.bdf ncenI14-ISO8859-1.bdf ncenI14-ISO8859-2.bdf ncenI14-ISO8859-3.bdf ncenI14-ISO8859-4.bdf ncenI14-ISO8859-9.bdf ncenI14-ISO8859-10.bdf ncenI14-ISO8859-13.bdf ncenI14-ISO8859-14.bdf ncenI14-ISO8859-15.bdf ncenI18-ISO8859-1.bdf ncenI18-ISO8859-2.bdf ncenI18-ISO8859-3.bdf ncenI18-ISO8859-4.bdf ncenI18-ISO8859-9.bdf ncenI18-ISO8859-10.bdf ncenI18-ISO8859-13.bdf ncenI18-ISO8859-14.bdf ncenI18-ISO8859-15.bdf ncenI24-ISO8859-1.bdf ncenI24-ISO8859-2.bdf ncenI24-ISO8859-3.bdf ncenI24-ISO8859-4.bdf ncenI24-ISO8859-9.bdf ncenI24-ISO8859-10.bdf ncenI24-ISO8859-13.bdf ncenI24-ISO8859-14.bdf ncenI24-ISO8859-15.bdf ncenR08-ISO8859-1.bdf ncenR08-ISO8859-2.bdf ncenR08-ISO8859-3.bdf ncenR08-ISO8859-4.bdf ncenR08-ISO8859-9.bdf ncenR08-ISO8859-10.bdf ncenR08-ISO8859-13.bdf ncenR08-ISO8859-14.bdf ncenR08-ISO8859-15.bdf ncenR10-ISO8859-1.bdf ncenR10-ISO8859-2.bdf ncenR10-ISO8859-3.bdf ncenR10-ISO8859-4.bdf ncenR10-ISO8859-9.bdf ncenR10-ISO8859-10.bdf ncenR10-ISO8859-13.bdf ncenR10-ISO8859-14.bdf ncenR10-ISO8859-15.bdf ncenR12-ISO8859-1.bdf ncenR12-ISO8859-2.bdf ncenR12-ISO8859-3.bdf ncenR12-ISO8859-4.bdf ncenR12-ISO8859-9.bdf ncenR12-ISO8859-10.bdf ncenR12-ISO8859-13.bdf ncenR12-ISO8859-14.bdf ncenR12-ISO8859-15.bdf ncenR14-ISO8859-1.bdf ncenR14-ISO8859-2.bdf ncenR14-ISO8859-3.bdf ncenR14-ISO8859-4.bdf ncenR14-ISO8859-9.bdf ncenR14-ISO8859-10.bdf ncenR14-ISO8859-13.bdf ncenR14-ISO8859-14.bdf ncenR14-ISO8859-15.bdf ncenR18-ISO8859-1.bdf ncenR18-ISO8859-2.bdf ncenR18-ISO8859-3.bdf ncenR18-ISO8859-4.bdf ncenR18-ISO8859-9.bdf ncenR18-ISO8859-10.bdf ncenR18-ISO8859-13.bdf ncenR18-ISO8859-14.bdf ncenR18-ISO8859-15.bdf ncenR24-ISO8859-1.bdf ncenR24-ISO8859-2.bdf ncenR24-ISO8859-3.bdf ncenR24-ISO8859-4.bdf ncenR24-ISO8859-9.bdf ncenR24-ISO8859-10.bdf ncenR24-ISO8859-13.bdf ncenR24-ISO8859-14.bdf ncenR24-ISO8859-15.bdf timB08-ISO8859-1.bdf timB08-ISO8859-2.bdf timB08-ISO8859-3.bdf timB08-ISO8859-4.bdf timB08-ISO8859-9.bdf timB08-ISO8859-10.bdf timB08-ISO8859-13.bdf timB08-ISO8859-14.bdf timB08-ISO8859-15.bdf timB10-ISO8859-1.bdf timB10-ISO8859-2.bdf timB10-ISO8859-3.bdf timB10-ISO8859-4.bdf timB10-ISO8859-9.bdf timB10-ISO8859-10.bdf timB10-ISO8859-13.bdf timB10-ISO8859-14.bdf timB10-ISO8859-15.bdf timB12-ISO8859-1.bdf timB12-ISO8859-2.bdf timB12-ISO8859-3.bdf timB12-ISO8859-4.bdf timB12-ISO8859-9.bdf timB12-ISO8859-10.bdf timB12-ISO8859-13.bdf timB12-ISO8859-14.bdf timB12-ISO8859-15.bdf timB14-ISO8859-1.bdf timB14-ISO8859-2.bdf timB14-ISO8859-3.bdf timB14-ISO8859-4.bdf timB14-ISO8859-9.bdf timB14-ISO8859-10.bdf timB14-ISO8859-13.bdf timB14-ISO8859-14.bdf timB14-ISO8859-15.bdf timB18-ISO8859-1.bdf timB18-ISO8859-2.bdf timB18-ISO8859-3.bdf timB18-ISO8859-4.bdf timB18-ISO8859-9.bdf timB18-ISO8859-10.bdf timB18-ISO8859-13.bdf timB18-ISO8859-14.bdf timB18-ISO8859-15.bdf timB24-ISO8859-1.bdf timB24-ISO8859-2.bdf timB24-ISO8859-3.bdf timB24-ISO8859-4.bdf timB24-ISO8859-9.bdf timB24-ISO8859-10.bdf timB24-ISO8859-13.bdf timB24-ISO8859-14.bdf timB24-ISO8859-15.bdf timBI08-ISO8859-1.bdf timBI08-ISO8859-2.bdf timBI08-ISO8859-3.bdf timBI08-ISO8859-4.bdf timBI08-ISO8859-9.bdf timBI08-ISO8859-10.bdf timBI08-ISO8859-13.bdf timBI08-ISO8859-14.bdf timBI08-ISO8859-15.bdf timBI10-ISO8859-1.bdf timBI10-ISO8859-2.bdf timBI10-ISO8859-3.bdf timBI10-ISO8859-4.bdf timBI10-ISO8859-9.bdf timBI10-ISO8859-10.bdf timBI10-ISO8859-13.bdf timBI10-ISO8859-14.bdf timBI10-ISO8859-15.bdf timBI12-ISO8859-1.bdf timBI12-ISO8859-2.bdf timBI12-ISO8859-3.bdf timBI12-ISO8859-4.bdf timBI12-ISO8859-9.bdf timBI12-ISO8859-10.bdf timBI12-ISO8859-13.bdf timBI12-ISO8859-14.bdf timBI12-ISO8859-15.bdf timBI14-ISO8859-1.bdf timBI14-ISO8859-2.bdf timBI14-ISO8859-3.bdf timBI14-ISO8859-4.bdf timBI14-ISO8859-9.bdf timBI14-ISO8859-10.bdf timBI14-ISO8859-13.bdf timBI14-ISO8859-14.bdf timBI14-ISO8859-15.bdf timBI18-ISO8859-1.bdf timBI18-ISO8859-2.bdf timBI18-ISO8859-3.bdf timBI18-ISO8859-4.bdf timBI18-ISO8859-9.bdf timBI18-ISO8859-10.bdf timBI18-ISO8859-13.bdf timBI18-ISO8859-14.bdf timBI18-ISO8859-15.bdf timBI24-ISO8859-1.bdf timBI24-ISO8859-2.bdf timBI24-ISO8859-3.bdf timBI24-ISO8859-4.bdf timBI24-ISO8859-9.bdf timBI24-ISO8859-10.bdf timBI24-ISO8859-13.bdf timBI24-ISO8859-14.bdf timBI24-ISO8859-15.bdf timI08-ISO8859-1.bdf timI08-ISO8859-2.bdf timI08-ISO8859-3.bdf timI08-ISO8859-4.bdf timI08-ISO8859-9.bdf timI08-ISO8859-10.bdf timI08-ISO8859-13.bdf timI08-ISO8859-14.bdf timI08-ISO8859-15.bdf timI10-ISO8859-1.bdf timI10-ISO8859-2.bdf timI10-ISO8859-3.bdf timI10-ISO8859-4.bdf timI10-ISO8859-9.bdf timI10-ISO8859-10.bdf timI10-ISO8859-13.bdf timI10-ISO8859-14.bdf timI10-ISO8859-15.bdf timI12-ISO8859-1.bdf timI12-ISO8859-2.bdf timI12-ISO8859-3.bdf timI12-ISO8859-4.bdf timI12-ISO8859-9.bdf timI12-ISO8859-10.bdf timI12-ISO8859-13.bdf timI12-ISO8859-14.bdf timI12-ISO8859-15.bdf timI14-ISO8859-1.bdf timI14-ISO8859-2.bdf timI14-ISO8859-3.bdf timI14-ISO8859-4.bdf timI14-ISO8859-9.bdf timI14-ISO8859-10.bdf timI14-ISO8859-13.bdf timI14-ISO8859-14.bdf timI14-ISO8859-15.bdf timI18-ISO8859-1.bdf timI18-ISO8859-2.bdf timI18-ISO8859-3.bdf timI18-ISO8859-4.bdf timI18-ISO8859-9.bdf timI18-ISO8859-10.bdf timI18-ISO8859-13.bdf timI18-ISO8859-14.bdf timI18-ISO8859-15.bdf timI24-ISO8859-1.bdf timI24-ISO8859-2.bdf timI24-ISO8859-3.bdf timI24-ISO8859-4.bdf timI24-ISO8859-9.bdf timI24-ISO8859-10.bdf timI24-ISO8859-13.bdf timI24-ISO8859-14.bdf timI24-ISO8859-15.bdf timR08-ISO8859-1.bdf timR08-ISO8859-2.bdf timR08-ISO8859-3.bdf timR08-ISO8859-4.bdf timR08-ISO8859-9.bdf timR08-ISO8859-10.bdf timR08-ISO8859-13.bdf timR08-ISO8859-14.bdf timR08-ISO8859-15.bdf timR10-ISO8859-1.bdf timR10-ISO8859-2.bdf timR10-ISO8859-3.bdf timR10-ISO8859-4.bdf timR10-ISO8859-9.bdf timR10-ISO8859-10.bdf timR10-ISO8859-13.bdf timR10-ISO8859-14.bdf timR10-ISO8859-15.bdf timR12-ISO8859-1.bdf timR12-ISO8859-2.bdf timR12-ISO8859-3.bdf timR12-ISO8859-4.bdf timR12-ISO8859-9.bdf timR12-ISO8859-10.bdf timR12-ISO8859-13.bdf timR12-ISO8859-14.bdf timR12-ISO8859-15.bdf timR14-ISO8859-1.bdf timR14-ISO8859-2.bdf timR14-ISO8859-3.bdf timR14-ISO8859-4.bdf timR14-ISO8859-9.bdf timR14-ISO8859-10.bdf timR14-ISO8859-13.bdf timR14-ISO8859-14.bdf timR14-ISO8859-15.bdf timR18-ISO8859-1.bdf timR18-ISO8859-2.bdf timR18-ISO8859-3.bdf timR18-ISO8859-4.bdf timR18-ISO8859-9.bdf timR18-ISO8859-10.bdf timR18-ISO8859-13.bdf timR18-ISO8859-14.bdf timR18-ISO8859-15.bdf timR24-ISO8859-1.bdf timR24-ISO8859-2.bdf timR24-ISO8859-3.bdf timR24-ISO8859-4.bdf timR24-ISO8859-9.bdf timR24-ISO8859-10.bdf timR24-ISO8859-13.bdf timR24-ISO8859-14.bdf timR24-ISO8859-15.bdf --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- rm -f courB08-ISO8859-1.pcf.gz courB08-ISO8859-2.pcf.gz courB08-ISO8859-3.pcf.gz courB08-ISO8859-4.pcf.gz courB08-ISO8859-9.pcf.gz courB08-ISO8859-10.pcf.gz courB08-ISO8859-13.pcf.gz courB08-ISO8859-14.pcf.gz courB08-ISO8859-15.pcf.gz courB10-ISO8859-1.pcf.gz courB10-ISO8859-2.pcf.gz courB10-ISO8859-3.pcf.gz courB10-ISO8859-4.pcf.gz courB10-ISO8859-9.pcf.gz courB10-ISO8859-10.pcf.gz courB10-ISO8859-13.pcf.gz courB10-ISO8859-14.pcf.gz courB10-ISO8859-15.pcf.gz courB12-ISO8859-1.pcf.gz courB12-ISO8859-2.pcf.gz courB12-ISO8859-3.pcf.gz courB12-ISO8859-4.pcf.gz courB12-ISO8859-9.pcf.gz courB12-ISO8859-10.pcf.gz courB12-ISO8859-13.pcf.gz courB12-ISO8859-14.pcf.gz courB12-ISO8859-15.pcf.gz courB14-ISO8859-1.pcf.gz courB14-ISO8859-2.pcf.gz courB14-ISO8859-3.pcf.gz courB14-ISO8859-4.pcf.gz courB14-ISO8859-9.pcf.gz courB14-ISO8859-10.pcf.gz courB14-ISO8859-13.pcf.gz courB14-ISO8859-14.pcf.gz courB14-ISO8859-15.pcf.gz courB18-ISO8859-1.pcf.gz courB18-ISO8859-2.pcf.gz courB18-ISO8859-3.pcf.gz courB18-ISO8859-4.pcf.gz courB18-ISO8859-9.pcf.gz courB18-ISO8859-10.pcf.gz courB18-ISO8859-13.pcf.gz courB18-ISO8859-14.pcf.gz courB18-ISO8859-15.pcf.gz courB24-ISO8859-1.pcf.gz courB24-ISO8859-2.pcf.gz courB24-ISO8859-3.pcf.gz courB24-ISO8859-4.pcf.gz courB24-ISO8859-9.pcf.gz courB24-ISO8859-10.pcf.gz courB24-ISO8859-13.pcf.gz courB24-ISO8859-14.pcf.gz courB24-ISO8859-15.pcf.gz courBO08-ISO8859-1.pcf.gz courBO08-ISO8859-2.pcf.gz courBO08-ISO8859-3.pcf.gz courBO08-ISO8859-4.pcf.gz courBO08-ISO8859-9.pcf.gz courBO08-ISO8859-10.pcf.gz courBO08-ISO8859-13.pcf.gz courBO08-ISO8859-14.pcf.gz courBO08-ISO8859-15.pcf.gz courBO10-ISO8859-1.pcf.gz courBO10-ISO8859-2.pcf.gz courBO10-ISO8859-3.pcf.gz courBO10-ISO8859-4.pcf.gz courBO10-ISO8859-9.pcf.gz courBO10-ISO8859-10.pcf.gz courBO10-ISO8859-13.pcf.gz courBO10-ISO8859-14.pcf.gz courBO10-ISO8859-15.pcf.gz courBO12-ISO8859-1.pcf.gz courBO12-ISO8859-2.pcf.gz courBO12-ISO8859-3.pcf.gz courBO12-ISO8859-4.pcf.gz courBO12-ISO8859-9.pcf.gz courBO12-ISO8859-10.pcf.gz courBO12-ISO8859-13.pcf.gz courBO12-ISO8859-14.pcf.gz courBO12-ISO8859-15.pcf.gz courBO14-ISO8859-1.pcf.gz courBO14-ISO8859-2.pcf.gz courBO14-ISO8859-3.pcf.gz courBO14-ISO8859-4.pcf.gz courBO14-ISO8859-9.pcf.gz courBO14-ISO8859-10.pcf.gz courBO14-ISO8859-13.pcf.gz courBO14-ISO8859-14.pcf.gz courBO14-ISO8859-15.pcf.gz courBO18-ISO8859-1.pcf.gz courBO18-ISO8859-2.pcf.gz courBO18-ISO8859-3.pcf.gz courBO18-ISO8859-4.pcf.gz courBO18-ISO8859-9.pcf.gz courBO18-ISO8859-10.pcf.gz courBO18-ISO8859-13.pcf.gz courBO18-ISO8859-14.pcf.gz courBO18-ISO8859-15.pcf.gz courBO24-ISO8859-1.pcf.gz courBO24-ISO8859-2.pcf.gz courBO24-ISO8859-3.pcf.gz courBO24-ISO8859-4.pcf.gz courBO24-ISO8859-9.pcf.gz courBO24-ISO8859-10.pcf.gz courBO24-ISO8859-13.pcf.gz courBO24-ISO8859-14.pcf.gz courBO24-ISO8859-15.pcf.gz courO08-ISO8859-1.pcf.gz courO08-ISO8859-2.pcf.gz courO08-ISO8859-3.pcf.gz courO08-ISO8859-4.pcf.gz courO08-ISO8859-9.pcf.gz courO08-ISO8859-10.pcf.gz courO08-ISO8859-13.pcf.gz courO08-ISO8859-14.pcf.gz courO08-ISO8859-15.pcf.gz courO10-ISO8859-1.pcf.gz courO10-ISO8859-2.pcf.gz courO10-ISO8859-3.pcf.gz courO10-ISO8859-4.pcf.gz courO10-ISO8859-9.pcf.gz courO10-ISO8859-10.pcf.gz courO10-ISO8859-13.pcf.gz courO10-ISO8859-14.pcf.gz courO10-ISO8859-15.pcf.gz courO12-ISO8859-1.pcf.gz courO12-ISO8859-2.pcf.gz courO12-ISO8859-3.pcf.gz courO12-ISO8859-4.pcf.gz courO12-ISO8859-9.pcf.gz courO12-ISO8859-10.pcf.gz courO12-ISO8859-13.pcf.gz courO12-ISO8859-14.pcf.gz courO12-ISO8859-15.pcf.gz courO14-ISO8859-1.pcf.gz courO14-ISO8859-2.pcf.gz courO14-ISO8859-3.pcf.gz courO14-ISO8859-4.pcf.gz courO14-ISO8859-9.pcf.gz courO14-ISO8859-10.pcf.gz courO14-ISO8859-13.pcf.gz courO14-ISO8859-14.pcf.gz courO14-ISO8859-15.pcf.gz courO18-ISO8859-1.pcf.gz courO18-ISO8859-2.pcf.gz courO18-ISO8859-3.pcf.gz courO18-ISO8859-4.pcf.gz courO18-ISO8859-9.pcf.gz courO18-ISO8859-10.pcf.gz courO18-ISO8859-13.pcf.gz courO18-ISO8859-14.pcf.gz courO18-ISO8859-15.pcf.gz courO24-ISO8859-1.pcf.gz courO24-ISO8859-2.pcf.gz courO24-ISO8859-3.pcf.gz courO24-ISO8859-4.pcf.gz courO24-ISO8859-9.pcf.gz courO24-ISO8859-10.pcf.gz courO24-ISO8859-13.pcf.gz courO24-ISO8859-14.pcf.gz courO24-ISO8859-15.pcf.gz courR08-ISO8859-1.pcf.gz courR08-ISO8859-2.pcf.gz courR08-ISO8859-3.pcf.gz courR08-ISO8859-4.pcf.gz courR08-ISO8859-9.pcf.gz courR08-ISO8859-10.pcf.gz courR08-ISO8859-13.pcf.gz courR08-ISO8859-14.pcf.gz courR08-ISO8859-15.pcf.gz courR10-ISO8859-1.pcf.gz courR10-ISO8859-2.pcf.gz courR10-ISO8859-3.pcf.gz courR10-ISO8859-4.pcf.gz courR10-ISO8859-9.pcf.gz courR10-ISO8859-10.pcf.gz courR10-ISO8859-13.pcf.gz courR10-ISO8859-14.pcf.gz courR10-ISO8859-15.pcf.gz courR12-ISO8859-1.pcf.gz courR12-ISO8859-2.pcf.gz courR12-ISO8859-3.pcf.gz courR12-ISO8859-4.pcf.gz courR12-ISO8859-9.pcf.gz courR12-ISO8859-10.pcf.gz courR12-ISO8859-13.pcf.gz courR12-ISO8859-14.pcf.gz courR12-ISO8859-15.pcf.gz courR14-ISO8859-1.pcf.gz courR14-ISO8859-2.pcf.gz courR14-ISO8859-3.pcf.gz courR14-ISO8859-4.pcf.gz courR14-ISO8859-9.pcf.gz courR14-ISO8859-10.pcf.gz courR14-ISO8859-13.pcf.gz courR14-ISO8859-14.pcf.gz courR14-ISO8859-15.pcf.gz courR18-ISO8859-1.pcf.gz courR18-ISO8859-2.pcf.gz courR18-ISO8859-3.pcf.gz courR18-ISO8859-4.pcf.gz courR18-ISO8859-9.pcf.gz courR18-ISO8859-10.pcf.gz courR18-ISO8859-13.pcf.gz courR18-ISO8859-14.pcf.gz courR18-ISO8859-15.pcf.gz courR24-ISO8859-1.pcf.gz courR24-ISO8859-2.pcf.gz courR24-ISO8859-3.pcf.gz courR24-ISO8859-4.pcf.gz courR24-ISO8859-9.pcf.gz courR24-ISO8859-10.pcf.gz courR24-ISO8859-13.pcf.gz courR24-ISO8859-14.pcf.gz courR24-ISO8859-15.pcf.gz helvB08-ISO8859-1.pcf.gz helvB08-ISO8859-2.pcf.gz helvB08-ISO8859-3.pcf.gz helvB08-ISO8859-4.pcf.gz helvB08-ISO8859-9.pcf.gz helvB08-ISO8859-10.pcf.gz helvB08-ISO8859-13.pcf.gz helvB08-ISO8859-14.pcf.gz helvB08-ISO8859-15.pcf.gz helvB10-ISO8859-1.pcf.gz helvB10-ISO8859-2.pcf.gz helvB10-ISO8859-3.pcf.gz helvB10-ISO8859-4.pcf.gz helvB10-ISO8859-9.pcf.gz helvB10-ISO8859-10.pcf.gz helvB10-ISO8859-13.pcf.gz helvB10-ISO8859-14.pcf.gz helvB10-ISO8859-15.pcf.gz helvB12-ISO8859-1.pcf.gz helvB12-ISO8859-2.pcf.gz helvB12-ISO8859-3.pcf.gz helvB12-ISO8859-4.pcf.gz helvB12-ISO8859-9.pcf.gz helvB12-ISO8859-10.pcf.gz helvB12-ISO8859-13.pcf.gz helvB12-ISO8859-14.pcf.gz helvB12-ISO8859-15.pcf.gz helvB14-ISO8859-1.pcf.gz helvB14-ISO8859-2.pcf.gz helvB14-ISO8859-3.pcf.gz helvB14-ISO8859-4.pcf.gz helvB14-ISO8859-9.pcf.gz helvB14-ISO8859-10.pcf.gz helvB14-ISO8859-13.pcf.gz helvB14-ISO8859-14.pcf.gz helvB14-ISO8859-15.pcf.gz helvB18-ISO8859-1.pcf.gz helvB18-ISO8859-2.pcf.gz helvB18-ISO8859-3.pcf.gz helvB18-ISO8859-4.pcf.gz helvB18-ISO8859-9.pcf.gz helvB18-ISO8859-10.pcf.gz helvB18-ISO8859-13.pcf.gz helvB18-ISO8859-14.pcf.gz helvB18-ISO8859-15.pcf.gz helvB24-ISO8859-1.pcf.gz helvB24-ISO8859-2.pcf.gz helvB24-ISO8859-3.pcf.gz helvB24-ISO8859-4.pcf.gz helvB24-ISO8859-9.pcf.gz helvB24-ISO8859-10.pcf.gz helvB24-ISO8859-13.pcf.gz helvB24-ISO8859-14.pcf.gz helvB24-ISO8859-15.pcf.gz helvBO08-ISO8859-1.pcf.gz helvBO08-ISO8859-2.pcf.gz helvBO08-ISO8859-3.pcf.gz helvBO08-ISO8859-4.pcf.gz helvBO08-ISO8859-9.pcf.gz helvBO08-ISO8859-10.pcf.gz helvBO08-ISO8859-13.pcf.gz helvBO08-ISO8859-14.pcf.gz helvBO08-ISO8859-15.pcf.gz helvBO10-ISO8859-1.pcf.gz helvBO10-ISO8859-2.pcf.gz helvBO10-ISO8859-3.pcf.gz helvBO10-ISO8859-4.pcf.gz helvBO10-ISO8859-9.pcf.gz helvBO10-ISO8859-10.pcf.gz helvBO10-ISO8859-13.pcf.gz helvBO10-ISO8859-14.pcf.gz helvBO10-ISO8859-15.pcf.gz helvBO12-ISO8859-1.pcf.gz helvBO12-ISO8859-2.pcf.gz helvBO12-ISO8859-3.pcf.gz helvBO12-ISO8859-4.pcf.gz helvBO12-ISO8859-9.pcf.gz helvBO12-ISO8859-10.pcf.gz helvBO12-ISO8859-13.pcf.gz helvBO12-ISO8859-14.pcf.gz helvBO12-ISO8859-15.pcf.gz helvBO14-ISO8859-1.pcf.gz helvBO14-ISO8859-2.pcf.gz helvBO14-ISO8859-3.pcf.gz helvBO14-ISO8859-4.pcf.gz helvBO14-ISO8859-9.pcf.gz helvBO14-ISO8859-10.pcf.gz helvBO14-ISO8859-13.pcf.gz helvBO14-ISO8859-14.pcf.gz helvBO14-ISO8859-15.pcf.gz helvBO18-ISO8859-1.pcf.gz helvBO18-ISO8859-2.pcf.gz helvBO18-ISO8859-3.pcf.gz helvBO18-ISO8859-4.pcf.gz helvBO18-ISO8859-9.pcf.gz helvBO18-ISO8859-10.pcf.gz helvBO18-ISO8859-13.pcf.gz helvBO18-ISO8859-14.pcf.gz helvBO18-ISO8859-15.pcf.gz helvBO24-ISO8859-1.pcf.gz helvBO24-ISO8859-2.pcf.gz helvBO24-ISO8859-3.pcf.gz helvBO24-ISO8859-4.pcf.gz helvBO24-ISO8859-9.pcf.gz helvBO24-ISO8859-10.pcf.gz helvBO24-ISO8859-13.pcf.gz helvBO24-ISO8859-14.pcf.gz helvBO24-ISO8859-15.pcf.gz helvO08-ISO8859-1.pcf.gz helvO08-ISO8859-2.pcf.gz helvO08-ISO8859-3.pcf.gz helvO08-ISO8859-4.pcf.gz helvO08-ISO8859-9.pcf.gz helvO08-ISO8859-10.pcf.gz helvO08-ISO8859-13.pcf.gz helvO08-ISO8859-14.pcf.gz helvO08-ISO8859-15.pcf.gz helvO10-ISO8859-1.pcf.gz helvO10-ISO8859-2.pcf.gz helvO10-ISO8859-3.pcf.gz helvO10-ISO8859-4.pcf.gz helvO10-ISO8859-9.pcf.gz helvO10-ISO8859-10.pcf.gz helvO10-ISO8859-13.pcf.gz helvO10-ISO8859-14.pcf.gz helvO10-ISO8859-15.pcf.gz helvO12-ISO8859-1.pcf.gz helvO12-ISO8859-2.pcf.gz helvO12-ISO8859-3.pcf.gz helvO12-ISO8859-4.pcf.gz helvO12-ISO8859-9.pcf.gz helvO12-ISO8859-10.pcf.gz helvO12-ISO8859-13.pcf.gz helvO12-ISO8859-14.pcf.gz helvO12-ISO8859-15.pcf.gz helvO14-ISO8859-1.pcf.gz helvO14-ISO8859-2.pcf.gz helvO14-ISO8859-3.pcf.gz helvO14-ISO8859-4.pcf.gz helvO14-ISO8859-9.pcf.gz helvO14-ISO8859-10.pcf.gz helvO14-ISO8859-13.pcf.gz helvO14-ISO8859-14.pcf.gz helvO14-ISO8859-15.pcf.gz helvO18-ISO8859-1.pcf.gz helvO18-ISO8859-2.pcf.gz helvO18-ISO8859-3.pcf.gz helvO18-ISO8859-4.pcf.gz helvO18-ISO8859-9.pcf.gz helvO18-ISO8859-10.pcf.gz helvO18-ISO8859-13.pcf.gz helvO18-ISO8859-14.pcf.gz helvO18-ISO8859-15.pcf.gz helvO24-ISO8859-1.pcf.gz helvO24-ISO8859-2.pcf.gz helvO24-ISO8859-3.pcf.gz helvO24-ISO8859-4.pcf.gz helvO24-ISO8859-9.pcf.gz helvO24-ISO8859-10.pcf.gz helvO24-ISO8859-13.pcf.gz helvO24-ISO8859-14.pcf.gz helvO24-ISO8859-15.pcf.gz helvR08-ISO8859-1.pcf.gz helvR08-ISO8859-2.pcf.gz helvR08-ISO8859-3.pcf.gz helvR08-ISO8859-4.pcf.gz helvR08-ISO8859-9.pcf.gz helvR08-ISO8859-10.pcf.gz helvR08-ISO8859-13.pcf.gz helvR08-ISO8859-14.pcf.gz helvR08-ISO8859-15.pcf.gz helvR10-ISO8859-1.pcf.gz helvR10-ISO8859-2.pcf.gz helvR10-ISO8859-3.pcf.gz helvR10-ISO8859-4.pcf.gz helvR10-ISO8859-9.pcf.gz helvR10-ISO8859-10.pcf.gz helvR10-ISO8859-13.pcf.gz helvR10-ISO8859-14.pcf.gz helvR10-ISO8859-15.pcf.gz helvR12-ISO8859-1.pcf.gz helvR12-ISO8859-2.pcf.gz helvR12-ISO8859-3.pcf.gz helvR12-ISO8859-4.pcf.gz helvR12-ISO8859-9.pcf.gz helvR12-ISO8859-10.pcf.gz helvR12-ISO8859-13.pcf.gz helvR12-ISO8859-14.pcf.gz helvR12-ISO8859-15.pcf.gz helvR14-ISO8859-1.pcf.gz helvR14-ISO8859-2.pcf.gz helvR14-ISO8859-3.pcf.gz helvR14-ISO8859-4.pcf.gz helvR14-ISO8859-9.pcf.gz helvR14-ISO8859-10.pcf.gz helvR14-ISO8859-13.pcf.gz helvR14-ISO8859-14.pcf.gz helvR14-ISO8859-15.pcf.gz helvR18-ISO8859-1.pcf.gz helvR18-ISO8859-2.pcf.gz helvR18-ISO8859-3.pcf.gz helvR18-ISO8859-4.pcf.gz helvR18-ISO8859-9.pcf.gz helvR18-ISO8859-10.pcf.gz helvR18-ISO8859-13.pcf.gz helvR18-ISO8859-14.pcf.gz helvR18-ISO8859-15.pcf.gz helvR24-ISO8859-1.pcf.gz helvR24-ISO8859-2.pcf.gz helvR24-ISO8859-3.pcf.gz helvR24-ISO8859-4.pcf.gz helvR24-ISO8859-9.pcf.gz helvR24-ISO8859-10.pcf.gz helvR24-ISO8859-13.pcf.gz helvR24-ISO8859-14.pcf.gz helvR24-ISO8859-15.pcf.gz ncenB08-ISO8859-1.pcf.gz ncenB08-ISO8859-2.pcf.gz ncenB08-ISO8859-3.pcf.gz ncenB08-ISO8859-4.pcf.gz ncenB08-ISO8859-9.pcf.gz ncenB08-ISO8859-10.pcf.gz ncenB08-ISO8859-13.pcf.gz ncenB08-ISO8859-14.pcf.gz ncenB08-ISO8859-15.pcf.gz ncenB10-ISO8859-1.pcf.gz ncenB10-ISO8859-2.pcf.gz ncenB10-ISO8859-3.pcf.gz ncenB10-ISO8859-4.pcf.gz ncenB10-ISO8859-9.pcf.gz ncenB10-ISO8859-10.pcf.gz ncenB10-ISO8859-13.pcf.gz ncenB10-ISO8859-14.pcf.gz ncenB10-ISO8859-15.pcf.gz ncenB12-ISO8859-1.pcf.gz ncenB12-ISO8859-2.pcf.gz ncenB12-ISO8859-3.pcf.gz ncenB12-ISO8859-4.pcf.gz ncenB12-ISO8859-9.pcf.gz ncenB12-ISO8859-10.pcf.gz ncenB12-ISO8859-13.pcf.gz ncenB12-ISO8859-14.pcf.gz ncenB12-ISO8859-15.pcf.gz ncenB14-ISO8859-1.pcf.gz ncenB14-ISO8859-2.pcf.gz ncenB14-ISO8859-3.pcf.gz ncenB14-ISO8859-4.pcf.gz ncenB14-ISO8859-9.pcf.gz ncenB14-ISO8859-10.pcf.gz ncenB14-ISO8859-13.pcf.gz ncenB14-ISO8859-14.pcf.gz ncenB14-ISO8859-15.pcf.gz ncenB18-ISO8859-1.pcf.gz ncenB18-ISO8859-2.pcf.gz ncenB18-ISO8859-3.pcf.gz ncenB18-ISO8859-4.pcf.gz ncenB18-ISO8859-9.pcf.gz ncenB18-ISO8859-10.pcf.gz ncenB18-ISO8859-13.pcf.gz ncenB18-ISO8859-14.pcf.gz ncenB18-ISO8859-15.pcf.gz ncenB24-ISO8859-1.pcf.gz ncenB24-ISO8859-2.pcf.gz ncenB24-ISO8859-3.pcf.gz ncenB24-ISO8859-4.pcf.gz ncenB24-ISO8859-9.pcf.gz ncenB24-ISO8859-10.pcf.gz ncenB24-ISO8859-13.pcf.gz ncenB24-ISO8859-14.pcf.gz ncenB24-ISO8859-15.pcf.gz ncenBI08-ISO8859-1.pcf.gz ncenBI08-ISO8859-2.pcf.gz ncenBI08-ISO8859-3.pcf.gz ncenBI08-ISO8859-4.pcf.gz ncenBI08-ISO8859-9.pcf.gz ncenBI08-ISO8859-10.pcf.gz ncenBI08-ISO8859-13.pcf.gz ncenBI08-ISO8859-14.pcf.gz ncenBI08-ISO8859-15.pcf.gz ncenBI10-ISO8859-1.pcf.gz ncenBI10-ISO8859-2.pcf.gz ncenBI10-ISO8859-3.pcf.gz ncenBI10-ISO8859-4.pcf.gz ncenBI10-ISO8859-9.pcf.gz ncenBI10-ISO8859-10.pcf.gz ncenBI10-ISO8859-13.pcf.gz ncenBI10-ISO8859-14.pcf.gz ncenBI10-ISO8859-15.pcf.gz ncenBI12-ISO8859-1.pcf.gz ncenBI12-ISO8859-2.pcf.gz ncenBI12-ISO8859-3.pcf.gz ncenBI12-ISO8859-4.pcf.gz ncenBI12-ISO8859-9.pcf.gz ncenBI12-ISO8859-10.pcf.gz ncenBI12-ISO8859-13.pcf.gz ncenBI12-ISO8859-14.pcf.gz ncenBI12-ISO8859-15.pcf.gz ncenBI14-ISO8859-1.pcf.gz ncenBI14-ISO8859-2.pcf.gz ncenBI14-ISO8859-3.pcf.gz ncenBI14-ISO8859-4.pcf.gz ncenBI14-ISO8859-9.pcf.gz ncenBI14-ISO8859-10.pcf.gz ncenBI14-ISO8859-13.pcf.gz ncenBI14-ISO8859-14.pcf.gz ncenBI14-ISO8859-15.pcf.gz ncenBI18-ISO8859-1.pcf.gz ncenBI18-ISO8859-2.pcf.gz ncenBI18-ISO8859-3.pcf.gz ncenBI18-ISO8859-4.pcf.gz ncenBI18-ISO8859-9.pcf.gz ncenBI18-ISO8859-10.pcf.gz ncenBI18-ISO8859-13.pcf.gz ncenBI18-ISO8859-14.pcf.gz ncenBI18-ISO8859-15.pcf.gz ncenBI24-ISO8859-1.pcf.gz ncenBI24-ISO8859-2.pcf.gz ncenBI24-ISO8859-3.pcf.gz ncenBI24-ISO8859-4.pcf.gz ncenBI24-ISO8859-9.pcf.gz ncenBI24-ISO8859-10.pcf.gz ncenBI24-ISO8859-13.pcf.gz ncenBI24-ISO8859-14.pcf.gz ncenBI24-ISO8859-15.pcf.gz ncenI08-ISO8859-1.pcf.gz ncenI08-ISO8859-2.pcf.gz ncenI08-ISO8859-3.pcf.gz ncenI08-ISO8859-4.pcf.gz ncenI08-ISO8859-9.pcf.gz ncenI08-ISO8859-10.pcf.gz ncenI08-ISO8859-13.pcf.gz ncenI08-ISO8859-14.pcf.gz ncenI08-ISO8859-15.pcf.gz ncenI10-ISO8859-1.pcf.gz ncenI10-ISO8859-2.pcf.gz ncenI10-ISO8859-3.pcf.gz ncenI10-ISO8859-4.pcf.gz ncenI10-ISO8859-9.pcf.gz ncenI10-ISO8859-10.pcf.gz ncenI10-ISO8859-13.pcf.gz ncenI10-ISO8859-14.pcf.gz ncenI10-ISO8859-15.pcf.gz ncenI12-ISO8859-1.pcf.gz ncenI12-ISO8859-2.pcf.gz ncenI12-ISO8859-3.pcf.gz ncenI12-ISO8859-4.pcf.gz ncenI12-ISO8859-9.pcf.gz ncenI12-ISO8859-10.pcf.gz ncenI12-ISO8859-13.pcf.gz ncenI12-ISO8859-14.pcf.gz ncenI12-ISO8859-15.pcf.gz ncenI14-ISO8859-1.pcf.gz ncenI14-ISO8859-2.pcf.gz ncenI14-ISO8859-3.pcf.gz ncenI14-ISO8859-4.pcf.gz ncenI14-ISO8859-9.pcf.gz ncenI14-ISO8859-10.pcf.gz ncenI14-ISO8859-13.pcf.gz ncenI14-ISO8859-14.pcf.gz ncenI14-ISO8859-15.pcf.gz ncenI18-ISO8859-1.pcf.gz ncenI18-ISO8859-2.pcf.gz ncenI18-ISO8859-3.pcf.gz ncenI18-ISO8859-4.pcf.gz ncenI18-ISO8859-9.pcf.gz ncenI18-ISO8859-10.pcf.gz ncenI18-ISO8859-13.pcf.gz ncenI18-ISO8859-14.pcf.gz ncenI18-ISO8859-15.pcf.gz ncenI24-ISO8859-1.pcf.gz ncenI24-ISO8859-2.pcf.gz ncenI24-ISO8859-3.pcf.gz ncenI24-ISO8859-4.pcf.gz ncenI24-ISO8859-9.pcf.gz ncenI24-ISO8859-10.pcf.gz ncenI24-ISO8859-13.pcf.gz ncenI24-ISO8859-14.pcf.gz ncenI24-ISO8859-15.pcf.gz ncenR08-ISO8859-1.pcf.gz ncenR08-ISO8859-2.pcf.gz ncenR08-ISO8859-3.pcf.gz ncenR08-ISO8859-4.pcf.gz ncenR08-ISO8859-9.pcf.gz ncenR08-ISO8859-10.pcf.gz ncenR08-ISO8859-13.pcf.gz ncenR08-ISO8859-14.pcf.gz ncenR08-ISO8859-15.pcf.gz ncenR10-ISO8859-1.pcf.gz ncenR10-ISO8859-2.pcf.gz ncenR10-ISO8859-3.pcf.gz ncenR10-ISO8859-4.pcf.gz ncenR10-ISO8859-9.pcf.gz ncenR10-ISO8859-10.pcf.gz ncenR10-ISO8859-13.pcf.gz ncenR10-ISO8859-14.pcf.gz ncenR10-ISO8859-15.pcf.gz ncenR12-ISO8859-1.pcf.gz ncenR12-ISO8859-2.pcf.gz ncenR12-ISO8859-3.pcf.gz ncenR12-ISO8859-4.pcf.gz ncenR12-ISO8859-9.pcf.gz ncenR12-ISO8859-10.pcf.gz ncenR12-ISO8859-13.pcf.gz ncenR12-ISO8859-14.pcf.gz ncenR12-ISO8859-15.pcf.gz ncenR14-ISO8859-1.pcf.gz ncenR14-ISO8859-2.pcf.gz ncenR14-ISO8859-3.pcf.gz ncenR14-ISO8859-4.pcf.gz ncenR14-ISO8859-9.pcf.gz ncenR14-ISO8859-10.pcf.gz ncenR14-ISO8859-13.pcf.gz ncenR14-ISO8859-14.pcf.gz ncenR14-ISO8859-15.pcf.gz ncenR18-ISO8859-1.pcf.gz ncenR18-ISO8859-2.pcf.gz ncenR18-ISO8859-3.pcf.gz ncenR18-ISO8859-4.pcf.gz ncenR18-ISO8859-9.pcf.gz ncenR18-ISO8859-10.pcf.gz ncenR18-ISO8859-13.pcf.gz ncenR18-ISO8859-14.pcf.gz ncenR18-ISO8859-15.pcf.gz ncenR24-ISO8859-1.pcf.gz ncenR24-ISO8859-2.pcf.gz ncenR24-ISO8859-3.pcf.gz ncenR24-ISO8859-4.pcf.gz ncenR24-ISO8859-9.pcf.gz ncenR24-ISO8859-10.pcf.gz ncenR24-ISO8859-13.pcf.gz ncenR24-ISO8859-14.pcf.gz ncenR24-ISO8859-15.pcf.gz timB08-ISO8859-1.pcf.gz timB08-ISO8859-2.pcf.gz timB08-ISO8859-3.pcf.gz timB08-ISO8859-4.pcf.gz timB08-ISO8859-9.pcf.gz timB08-ISO8859-10.pcf.gz timB08-ISO8859-13.pcf.gz timB08-ISO8859-14.pcf.gz timB08-ISO8859-15.pcf.gz timB10-ISO8859-1.pcf.gz timB10-ISO8859-2.pcf.gz timB10-ISO8859-3.pcf.gz timB10-ISO8859-4.pcf.gz timB10-ISO8859-9.pcf.gz timB10-ISO8859-10.pcf.gz timB10-ISO8859-13.pcf.gz timB10-ISO8859-14.pcf.gz timB10-ISO8859-15.pcf.gz timB12-ISO8859-1.pcf.gz timB12-ISO8859-2.pcf.gz timB12-ISO8859-3.pcf.gz timB12-ISO8859-4.pcf.gz timB12-ISO8859-9.pcf.gz timB12-ISO8859-10.pcf.gz timB12-ISO8859-13.pcf.gz timB12-ISO8859-14.pcf.gz timB12-ISO8859-15.pcf.gz timB14-ISO8859-1.pcf.gz timB14-ISO8859-2.pcf.gz timB14-ISO8859-3.pcf.gz timB14-ISO8859-4.pcf.gz timB14-ISO8859-9.pcf.gz timB14-ISO8859-10.pcf.gz timB14-ISO8859-13.pcf.gz timB14-ISO8859-14.pcf.gz timB14-ISO8859-15.pcf.gz timB18-ISO8859-1.pcf.gz timB18-ISO8859-2.pcf.gz timB18-ISO8859-3.pcf.gz timB18-ISO8859-4.pcf.gz timB18-ISO8859-9.pcf.gz timB18-ISO8859-10.pcf.gz timB18-ISO8859-13.pcf.gz timB18-ISO8859-14.pcf.gz timB18-ISO8859-15.pcf.gz timB24-ISO8859-1.pcf.gz timB24-ISO8859-2.pcf.gz timB24-ISO8859-3.pcf.gz timB24-ISO8859-4.pcf.gz timB24-ISO8859-9.pcf.gz timB24-ISO8859-10.pcf.gz timB24-ISO8859-13.pcf.gz timB24-ISO8859-14.pcf.gz timB24-ISO8859-15.pcf.gz timBI08-ISO8859-1.pcf.gz timBI08-ISO8859-2.pcf.gz timBI08-ISO8859-3.pcf.gz timBI08-ISO8859-4.pcf.gz timBI08-ISO8859-9.pcf.gz timBI08-ISO8859-10.pcf.gz timBI08-ISO8859-13.pcf.gz timBI08-ISO8859-14.pcf.gz timBI08-ISO8859-15.pcf.gz timBI10-ISO8859-1.pcf.gz timBI10-ISO8859-2.pcf.gz timBI10-ISO8859-3.pcf.gz timBI10-ISO8859-4.pcf.gz timBI10-ISO8859-9.pcf.gz timBI10-ISO8859-10.pcf.gz timBI10-ISO8859-13.pcf.gz timBI10-ISO8859-14.pcf.gz timBI10-ISO8859-15.pcf.gz timBI12-ISO8859-1.pcf.gz timBI12-ISO8859-2.pcf.gz timBI12-ISO8859-3.pcf.gz timBI12-ISO8859-4.pcf.gz timBI12-ISO8859-9.pcf.gz timBI12-ISO8859-10.pcf.gz timBI12-ISO8859-13.pcf.gz timBI12-ISO8859-14.pcf.gz timBI12-ISO8859-15.pcf.gz timBI14-ISO8859-1.pcf.gz timBI14-ISO8859-2.pcf.gz timBI14-ISO8859-3.pcf.gz timBI14-ISO8859-4.pcf.gz timBI14-ISO8859-9.pcf.gz timBI14-ISO8859-10.pcf.gz timBI14-ISO8859-13.pcf.gz timBI14-ISO8859-14.pcf.gz timBI14-ISO8859-15.pcf.gz timBI18-ISO8859-1.pcf.gz timBI18-ISO8859-2.pcf.gz timBI18-ISO8859-3.pcf.gz timBI18-ISO8859-4.pcf.gz timBI18-ISO8859-9.pcf.gz timBI18-ISO8859-10.pcf.gz timBI18-ISO8859-13.pcf.gz timBI18-ISO8859-14.pcf.gz timBI18-ISO8859-15.pcf.gz timBI24-ISO8859-1.pcf.gz timBI24-ISO8859-2.pcf.gz timBI24-ISO8859-3.pcf.gz timBI24-ISO8859-4.pcf.gz timBI24-ISO8859-9.pcf.gz timBI24-ISO8859-10.pcf.gz timBI24-ISO8859-13.pcf.gz timBI24-ISO8859-14.pcf.gz timBI24-ISO8859-15.pcf.gz timI08-ISO8859-1.pcf.gz timI08-ISO8859-2.pcf.gz timI08-ISO8859-3.pcf.gz timI08-ISO8859-4.pcf.gz timI08-ISO8859-9.pcf.gz timI08-ISO8859-10.pcf.gz timI08-ISO8859-13.pcf.gz timI08-ISO8859-14.pcf.gz timI08-ISO8859-15.pcf.gz timI10-ISO8859-1.pcf.gz timI10-ISO8859-2.pcf.gz timI10-ISO8859-3.pcf.gz timI10-ISO8859-4.pcf.gz timI10-ISO8859-9.pcf.gz timI10-ISO8859-10.pcf.gz timI10-ISO8859-13.pcf.gz timI10-ISO8859-14.pcf.gz timI10-ISO8859-15.pcf.gz timI12-ISO8859-1.pcf.gz timI12-ISO8859-2.pcf.gz timI12-ISO8859-3.pcf.gz timI12-ISO8859-4.pcf.gz timI12-ISO8859-9.pcf.gz timI12-ISO8859-10.pcf.gz timI12-ISO8859-13.pcf.gz timI12-ISO8859-14.pcf.gz timI12-ISO8859-15.pcf.gz timI14-ISO8859-1.pcf.gz timI14-ISO8859-2.pcf.gz timI14-ISO8859-3.pcf.gz timI14-ISO8859-4.pcf.gz timI14-ISO8859-9.pcf.gz timI14-ISO8859-10.pcf.gz timI14-ISO8859-13.pcf.gz timI14-ISO8859-14.pcf.gz timI14-ISO8859-15.pcf.gz timI18-ISO8859-1.pcf.gz timI18-ISO8859-2.pcf.gz timI18-ISO8859-3.pcf.gz timI18-ISO8859-4.pcf.gz timI18-ISO8859-9.pcf.gz timI18-ISO8859-10.pcf.gz timI18-ISO8859-13.pcf.gz timI18-ISO8859-14.pcf.gz timI18-ISO8859-15.pcf.gz timI24-ISO8859-1.pcf.gz timI24-ISO8859-2.pcf.gz timI24-ISO8859-3.pcf.gz timI24-ISO8859-4.pcf.gz timI24-ISO8859-9.pcf.gz timI24-ISO8859-10.pcf.gz timI24-ISO8859-13.pcf.gz timI24-ISO8859-14.pcf.gz timI24-ISO8859-15.pcf.gz timR08-ISO8859-1.pcf.gz timR08-ISO8859-2.pcf.gz timR08-ISO8859-3.pcf.gz timR08-ISO8859-4.pcf.gz timR08-ISO8859-9.pcf.gz timR08-ISO8859-10.pcf.gz timR08-ISO8859-13.pcf.gz timR08-ISO8859-14.pcf.gz timR08-ISO8859-15.pcf.gz timR10-ISO8859-1.pcf.gz timR10-ISO8859-2.pcf.gz timR10-ISO8859-3.pcf.gz timR10-ISO8859-4.pcf.gz timR10-ISO8859-9.pcf.gz timR10-ISO8859-10.pcf.gz timR10-ISO8859-13.pcf.gz timR10-ISO8859-14.pcf.gz timR10-ISO8859-15.pcf.gz timR12-ISO8859-1.pcf.gz timR12-ISO8859-2.pcf.gz timR12-ISO8859-3.pcf.gz timR12-ISO8859-4.pcf.gz timR12-ISO8859-9.pcf.gz timR12-ISO8859-10.pcf.gz timR12-ISO8859-13.pcf.gz timR12-ISO8859-14.pcf.gz timR12-ISO8859-15.pcf.gz timR14-ISO8859-1.pcf.gz timR14-ISO8859-2.pcf.gz timR14-ISO8859-3.pcf.gz timR14-ISO8859-4.pcf.gz timR14-ISO8859-9.pcf.gz timR14-ISO8859-10.pcf.gz timR14-ISO8859-13.pcf.gz timR14-ISO8859-14.pcf.gz timR14-ISO8859-15.pcf.gz timR18-ISO8859-1.pcf.gz timR18-ISO8859-2.pcf.gz timR18-ISO8859-3.pcf.gz timR18-ISO8859-4.pcf.gz timR18-ISO8859-9.pcf.gz timR18-ISO8859-10.pcf.gz timR18-ISO8859-13.pcf.gz timR18-ISO8859-14.pcf.gz timR18-ISO8859-15.pcf.gz timR24-ISO8859-1.pcf.gz timR24-ISO8859-2.pcf.gz timR24-ISO8859-3.pcf.gz timR24-ISO8859-4.pcf.gz timR24-ISO8859-9.pcf.gz timR24-ISO8859-10.pcf.gz timR24-ISO8859-13.pcf.gz timR24-ISO8859-14.pcf.gz timR24-ISO8859-15.pcf.gz --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_cd9660 && rm -f mount_cd9660.html8 .depend mount_cd9660.d pathadj.d mount_cd9660.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_cd9660 && rm -f mount_cd9660.html8 .depend mount_cd9660.d pathadj.d mount_cd9660.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleandir-font-adobe-symbol-100dpi --- cleandir ===> external/mit/xorg/share/fonts/100dpi/font-adobe-symbol-100dpi --- cleandir-sbin --- --- cleandir-mount_chfs --- cleandir ===> sbin/mount_chfs --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/100dpi/font-adobe-symbol-100dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_chfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_chfs mount_chfs.o fattr.o pathadj.o mount_chfs.ln fattr.ln pathadj.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/100dpi/font-adobe-symbol-100dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_chfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_chfs mount_chfs.o fattr.o pathadj.o mount_chfs.ln fattr.ln pathadj.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-font-adobe-utopia-100dpi --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_chfs && rm -f mount_chfs.html8 .depend fattr.d mount_chfs.d pathadj.d fattr.d.tmp mount_chfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/100dpi/font-adobe-utopia-100dpi --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_chfs && rm -f mount_chfs.html8 .depend fattr.d mount_chfs.d pathadj.d fattr.d.tmp mount_chfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_efs --- cleandir ===> sbin/mount_efs --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_efs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_efs mount_efs.o pathadj.o mount_efs.ln pathadj.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/100dpi/font-adobe-utopia-100dpi && rm -f UTBI__10-ISO8859-1.pcf.gz.tmp UTBI__10-ISO8859-2.pcf.gz.tmp UTBI__10-ISO8859-3.pcf.gz.tmp UTBI__10-ISO8859-4.pcf.gz.tmp UTBI__10-ISO8859-9.pcf.gz.tmp UTBI__10-ISO8859-10.pcf.gz.tmp UTBI__10-ISO8859-13.pcf.gz.tmp UTBI__10-ISO8859-14.pcf.gz.tmp UTBI__10-ISO8859-15.pcf.gz.tmp UTBI__12-ISO8859-1.pcf.gz.tmp UTBI__12-ISO8859-2.pcf.gz.tmp UTBI__12-ISO8859-3.pcf.gz.tmp UTBI__12-ISO8859-4.pcf.gz.tmp UTBI__12-ISO8859-9.pcf.gz.tmp UTBI__12-ISO8859-10.pcf.gz.tmp UTBI__12-ISO8859-13.pcf.gz.tmp UTBI__12-ISO8859-14.pcf.gz.tmp UTBI__12-ISO8859-15.pcf.gz.tmp UTBI__14-ISO8859-1.pcf.gz.tmp UTBI__14-ISO8859-2.pcf.gz.tmp UTBI__14-ISO8859-3.pcf.gz.tmp UTBI__14-ISO8859-4.pcf.gz.tmp UTBI__14-ISO8859-9.pcf.gz.tmp UTBI__14-ISO8859-10.pcf.gz.tmp UTBI__14-ISO8859-13.pcf.gz.tmp UTBI__14-ISO8859-14.pcf.gz.tmp UTBI__14-ISO8859-15.pcf.gz.tmp UTBI__18-ISO8859-1.pcf.gz.tmp UTBI__18-ISO8859-2.pcf.gz.tmp UTBI__18-ISO8859-3.pcf.gz.tmp UTBI__18-ISO8859-4.pcf.gz.tmp UTBI__18-ISO8859-9.pcf.gz.tmp UTBI__18-ISO8859-10.pcf.gz.tmp UTBI__18-ISO8859-13.pcf.gz.tmp UTBI__18-ISO8859-14.pcf.gz.tmp UTBI__18-ISO8859-15.pcf.gz.tmp UTBI__24-ISO8859-1.pcf.gz.tmp UTBI__24-ISO8859-2.pcf.gz.tmp UTBI__24-ISO8859-3.pcf.gz.tmp UTBI__24-ISO8859-4.pcf.gz.tmp UTBI__24-ISO8859-9.pcf.gz.tmp UTBI__24-ISO8859-10.pcf.gz.tmp UTBI__24-ISO8859-13.pcf.gz.tmp UTBI__24-ISO8859-14.pcf.gz.tmp UTBI__24-ISO8859-15.pcf.gz.tmp UTB___10-ISO8859-1.pcf.gz.tmp UTB___10-ISO8859-2.pcf.gz.tmp UTB___10-ISO8859-3.pcf.gz.tmp UTB___10-ISO8859-4.pcf.gz.tmp UTB___10-ISO8859-9.pcf.gz.tmp UTB___10-ISO8859-10.pcf.gz.tmp UTB___10-ISO8859-13.pcf.gz.tmp UTB___10-ISO8859-14.pcf.gz.tmp UTB___10-ISO8859-15.pcf.gz.tmp UTB___12-ISO8859-1.pcf.gz.tmp UTB___12-ISO8859-2.pcf.gz.tmp UTB___12-ISO8859-3.pcf.gz.tmp UTB___12-ISO8859-4.pcf.gz.tmp UTB___12-ISO8859-9.pcf.gz.tmp UTB___12-ISO8859-10.pcf.gz.tmp UTB___12-ISO8859-13.pcf.gz.tmp UTB___12-ISO8859-14.pcf.gz.tmp UTB___12-ISO8859-15.pcf.--- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_efs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_efs mount_efs.o pathadj.o mount_efs.ln pathadj.ln || true) --- cleandir-external --- gz.tmp UTB___14-ISO8859-1.pcf.gz.tmp UTB___14-ISO8859-2.pcf.gz.tmp UTB___14-ISO8859-3.pcf.gz.tmp UTB___14-ISO8859-4.pcf.gz.tmp UTB___14-ISO8859-9.pcf.gz.tmp UTB___14-ISO8859-10.pcf.gz.tmp UTB___14-ISO8859-13.pcf.gz.tmp UTB___14-ISO8859-14.pcf.gz.tmp UTB___14-ISO8859-15.pcf.gz.tmp UTB___18-ISO8859-1.pcf.gz.tmp UTB___18-ISO8859-2.pcf.gz.tmp UTB___18-ISO8859-3.pcf.gz.tmp UTB___18-ISO8859-4.pcf.gz.tmp UTB___18-ISO8859-9.pcf.gz.tmp UTB___18-ISO8859-10.pcf.gz.tmp UTB___18-ISO8859-13.pcf.gz.tmp UTB___18-ISO8859-14.pcf.gz.tmp UTB___18-ISO8859-15.pcf.gz.tmp UTB___24-ISO8859-1.pcf.gz.tmp UTB___24-ISO8859-2.pcf.gz.tmp UTB___24-ISO8859-3.pcf.gz.tmp UTB___24-ISO8859-4.pcf.gz.tmp UTB___24-ISO8859-9.pcf.gz.tmp UTB___24-ISO8859-10.pcf.gz.tmp UTB___24-ISO8859-13.pcf.gz.tmp UTB___24-ISO8859-14.pcf.gz.tmp UTB___24-ISO8859-15.pcf.gz.tmp UTI___10-ISO8859-1.pcf.gz.tmp UTI___10-ISO8859-2.pcf.gz.tmp UTI___10-ISO8859-3.pcf.gz.tmp UTI___10-ISO8859-4.pcf.gz.tmp UTI___10-ISO8859-9.pcf.gz.tmp UTI___10-ISO8859-10.pcf.gz.tmp UTI___10-ISO8859-13.pcf.gz.tmp UTI___10-ISO8859-14.pcf.gz.tmp UTI___10-ISO8859-15.pcf.gz.tmp UTI___12-ISO8859-1.pcf.gz.tmp UTI___12-ISO8859-2.pcf.gz.tmp UTI___12-ISO8859-3.pcf.gz.tmp UTI___12-ISO8859-4.pcf.gz.tmp UTI___12-ISO8859-9.pcf.gz.tmp UTI___12-ISO8859-10.pcf.gz.tmp UTI___12-ISO8859-13.pcf.gz.tmp UTI___12-ISO8859-14.pcf.gz.tmp UTI___12-ISO8859-15.pcf.gz.tmp UTI___14-ISO8859-1.pcf.gz.tmp UTI___14-ISO8859-2.pcf.gz.tmp UTI___14-ISO8859-3.pcf.gz.tmp UTI___14-ISO8859-4.pcf.gz.tmp UTI___14-ISO8859-9.pcf.gz.tmp UTI___14-ISO8859-10.pcf.gz.tmp UTI___14-ISO8859-13.pcf.gz.tmp UTI___14-ISO8859-14.pcf.gz.tmp UTI___14-ISO8859-15.pcf.gz.tmp UTI___18-ISO8859-1.pcf.gz.tmp UTI___18-ISO8859-2.pcf.gz.tmp UTI___18-ISO8859-3.pcf.gz.tmp UTI___18-ISO8859-4.pcf.gz.tmp UTI___18-ISO8859-9.pcf.gz.tmp UTI___18-ISO8859-10.pcf.gz.tmp UTI___18-ISO8859-13.pcf.gz.tmp UTI___18-ISO8859-14.pcf.gz.tmp UTI___18-ISO8859-15.pcf.gz.tmp UTI___24-ISO8859-1.pcf.gz.tmp UTI___24-ISO8859-2.pcf.gz.tmp UTI___24-ISO8859-3.pcf.gz.tmp UTI___24-ISO8859-4.pcf.gz.tmp UTI___24-ISO8859-9.pcf.gz.tmp UTI___24-ISO8859-10.pcf.gz.tmp UTI___24-ISO8859-13.pcf.gz.tmp UTI___24-ISO8859-14.pcf.gz.tmp UTI___24-ISO8859-15.pcf.gz.tmp UTRG__10-ISO8859-1.pcf.gz.tmp UTRG__10-ISO8859-2.pcf.gz.tmp UTRG__10-ISO8859-3.pcf.gz.tmp UTRG__10-ISO8859-4.pcf.gz.tmp UTRG__10-ISO8859-9.pcf.gz.tmp UTRG__10-ISO8859-10.pcf.gz.tmp UTRG__10-ISO8859-13.pcf.gz.tmp UTRG__10-ISO8859-14.pcf.gz.tmp UTRG__10-ISO8859-15.pcf.gz.tmp UTRG__12-ISO8859-1.pcf.gz.tmp UTRG__12-ISO8859-2.pcf.gz.tmp UTRG__12-ISO8859-3.pcf.gz.tmp UTRG__12-ISO8859-4.pcf.gz.tmp UTRG__12-ISO8859-9.pcf.gz.tmp UTRG__12-ISO8859-10.pcf.gz.tmp UTRG__12-ISO8859-13.pcf.gz.tmp UTRG__12-ISO8859-14.pcf.gz.tmp UTRG__12-ISO8859-15.pcf.gz.tmp UTRG__14-ISO8859-1.pcf.gz.tmp UTRG__14-ISO8859-2.pcf.gz.tmp UTRG__14-ISO8859-3.pcf.gz.tmp UTRG__14-ISO8859-4.pcf.gz.tmp UTRG__14-ISO8859-9.pcf.gz.tmp UTRG__14-ISO8859-10.pcf.gz.tmp UTRG__14-ISO8859-13.pcf.gz.tmp UTRG__14-ISO8859-14.pcf.gz.tmp UTRG__14-ISO8859-15.pcf.gz.tmp UTRG__18-ISO8859-1.pcf.gz.tmp UTRG__18-ISO8859-2.pcf.gz.tmp UTRG__18-ISO8859-3.pcf.gz.tmp UTRG__18-ISO8859-4.pcf.gz.tmp UTRG__18-ISO8859-9.pcf.gz.tmp UTRG__18-ISO8859-10.pcf.gz.tmp UTRG__18-ISO8859-13.pcf.gz.tmp UTRG__18-ISO8859-14.pcf.gz.tmp UTRG__18-ISO8859-15.pcf.gz.tmp UTRG__24-ISO8859-1.pcf.gz.tmp UTRG__24-ISO8859-2.pcf.gz.tmp UTRG__24-ISO8859-3.pcf.gz.tmp UTRG__24-ISO8859-4.pcf.gz.tmp UTRG__24-ISO8859-9.pcf.gz.tmp UTRG__24-ISO8859-10.pcf.gz.tmp UTRG__24-ISO8859-13.pcf.gz.tmp UTRG__24-ISO8859-14.pcf.gz.tmp UTRG__24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/100dpi/font-adobe-utopia-100dpi && rm -f UTBI__10-ISO8859-1.pcf.gz.tmp UTBI__10-ISO8859-2.pcf.gz.tmp UTBI__10-ISO8859-3.pcf.gz.tmp UTBI__10-ISO8859-4.pcf.gz.tmp UTBI__10-ISO8859-9.pcf.gz.tmp UTBI__10-ISO8859-10.pcf.gz.tmp UTBI__10-ISO8859-13.pcf.gz.tmp UTBI__10-ISO8859-14.pcf.gz.tmp UTBI__10-ISO8859-15.pcf.gz.tmp UTBI__12-ISO8859-1.pcf.gz.tmp UTBI__12-ISO8859-2.pcf.gz.tmp UTBI__12-ISO8859-3.pcf.gz.tmp UTBI__12-ISO8859-4.pcf.gz.tmp UTBI__12-ISO8859-9.pcf.gz.tmp UTBI__12-ISO8859-10.pcf.gz.tmp UTBI__12-ISO8859-13.pcf.gz.tmp UTBI__12-ISO8859-14.pcf.gz.tmp UTBI__12-ISO8859-15.pcf.gz.tmp UTBI__14-ISO8859-1.pcf.gz.tmp UTBI__14-ISO8859-2.pcf.gz.tmp UTBI__14-ISO8859-3.pcf.gz.tmp UTBI__14-ISO8859-4.pcf.gz.tmp UTBI__14-ISO8859-9.pcf.gz.tmp UTBI__14-ISO8859-10.pcf.gz.tmp UTBI__14-ISO8859-13.pcf.gz.tmp UTBI__14-ISO8859-14.pcf.gz.tmp UTBI__14-ISO8859-15.pcf.gz.tmp UTBI__18-ISO8859-1.pcf.gz.tmp UTBI__18-ISO8859-2.pcf.gz.tmp UTBI__18-ISO8859-3.pcf.gz.tmp UTBI__18-ISO8859-4.pcf.gz.tmp UTBI__18-ISO8859-9.pcf.gz.tmp UTBI__18-ISO8859-10.pcf.gz.tmp UTBI__18-ISO8859-13.pcf.gz.tmp UTBI__18-ISO8859-14.pcf.gz.tmp UTBI__18-ISO8859-15.pcf.gz.tmp UTBI__24-ISO8859-1.pcf.gz.tmp UTBI__24-ISO8859-2.pcf.gz.tmp UTBI__24-ISO8859-3.pcf.gz.tmp UTBI__24-ISO8859-4.pcf.gz.tmp UTBI__24-ISO8859-9.pcf.gz.tmp UTBI__24-ISO8859-10.pcf.gz.tmp UTBI__24-ISO8859-13.pcf.gz.tmp UTBI__24-ISO8859-14.pcf.gz.tmp UTBI__24-ISO8859-15.pcf.gz.tmp UTB___10-ISO8859-1.pcf.gz.tmp UTB___10-ISO8859-2.pcf.gz.tmp UTB___10-ISO8859-3.pcf.gz.tmp UTB___10-ISO8859-4.pcf.gz.tmp UTB___10-ISO8859-9.pcf.gz.tmp UTB___10-ISO8859-10.pcf.gz.tmp UTB___10-ISO8859-13.pcf.gz.tmp UTB___10-ISO8859-14.pcf.gz.tmp UTB___10-ISO8859-15.pcf.gz.tmp UTB___12-ISO8859-1.pcf.gz.tmp UTB___12-ISO8859-2.pcf.gz.tmp UTB___12-ISO8859-3.pcf.gz.tmp UTB___12-ISO8859-4.pcf.gz.tmp UTB___12-ISO8859-9.pcf.gz.tmp UTB___12-ISO8859-10.pcf.gz.tmp UTB___12-ISO8859-13.pcf.gz.tmp UTB___12-ISO8859-14.pcf.gz.tmp UTB___12-ISO8859-15.pcf.gz.tmp UTB___14-ISO8859-1.pcf.gz.tmp UTB___14-ISO8859-2.pcf.gz.tmp UTB___14-ISO8859-3.pcf.gz.tmp UTB___14-ISO8859-4.pcf.gz.tmp UTB___14-ISO8859-9.pcf.gz.tmp UTB___14-ISO8859-10.pcf.gz.tmp UTB___14-ISO8859-13.pcf.gz.tmp UTB___14-ISO8859-14.pcf.gz.tmp UTB___14-ISO8859-15.pcf.gz.tmp UTB___18-ISO8859-1.pcf.gz.tmp UTB___18-ISO8859-2.pcf.gz.tmp UTB___18-ISO8859-3.pcf.gz.tmp UTB___18-ISO8859-4.pcf.gz.tmp UTB___18-ISO8859-9.pcf.gz.tmp UTB___18-ISO8859-10.pcf.gz.tmp UTB___18-ISO8859-13.pcf.gz.tmp UTB___18-ISO8859-14.pcf.gz.tmp UTB___18-ISO8859-15.pcf.gz.tmp UTB___24-ISO8859-1.pcf.gz.tmp UTB___24-ISO8859-2.pcf.gz.tmp UTB___24-ISO8859-3.pcf.gz.tmp UTB___24-ISO8859-4.pcf.gz.tmp UTB___24-ISO8859-9.pcf.gz.tmp UTB___24-ISO8859-10.pcf.gz.tmp UTB___24-ISO8859-13.pcf.gz.tmp UTB___24-ISO8859-14.pcf.gz.tmp UTB___24-ISO8859-15.pcf.gz.tmp UTI___10-ISO8859-1.pcf.gz.tmp UTI___10-ISO8859-2.pcf.gz.tmp UTI___10-ISO8859-3.pcf.gz.tmp UTI___10-ISO8859-4.pcf.gz.tmp UTI___10-ISO8859-9.pcf.gz.tmp UTI___10-ISO8859-10.pcf.gz.tmp UTI___10-ISO8859-13.pcf.gz.tmp UTI___10-ISO8859-14.pcf.gz.tmp UTI___10-ISO8859-15.pcf.gz.tmp UTI___12-ISO8859-1.pcf.gz.tmp UTI___12-ISO8859-2.pcf.gz.tmp UTI___12-ISO8859-3.pcf.gz.tmp UTI___12-ISO8859-4.pcf.gz.tmp UTI___12-ISO8859-9.pcf.gz.tmp UTI___12-ISO8859-10.pcf.gz.tmp UTI___12-ISO8859-13.pcf.gz.tmp UTI___12-ISO8859-14.pcf.gz.tmp UTI___12-ISO8859-15.pcf.gz.tmp UTI___14-ISO8859-1.pcf.gz.tmp UTI___14-ISO8859-2.pcf.gz.tmp UTI___14-ISO8859-3.pcf.gz.tmp UTI___14-ISO8859-4.pcf.gz.tmp UTI___14-ISO8859-9.pcf.gz.tmp UTI___14-ISO8859-10.pcf.gz.tmp UTI___14-ISO8859-13.pcf.gz.tmp UTI___14-ISO8859-14.pcf.gz.tmp UTI___14-ISO8859-15.pcf.gz.tmp UTI___18-ISO8859-1.pcf.gz.tmp UTI___18-ISO8859-2.pcf.gz.tmp UTI___18-ISO8859-3.pcf.gz.tmp UTI___18-ISO8859-4.pcf.gz.tmp UTI___18-ISO8859-9.pcf.gz.tmp UTI___18-ISO8859-10.pcf.gz.tmp UTI___18-ISO8859-13.pcf.gz.tmp UTI___18-ISO8859-14.pcf.gz.tmp UTI___18-ISO8859-15.pcf.gz.tmp UTI___24-ISO8859-1.pcf.gz.tmp UTI___24-ISO8859-2.pcf.gz.tmp UTI___24-ISO8859-3.pcf.gz.tmp UTI___24-ISO8859-4.pcf.gz.tmp UTI___24-ISO8859-9.pcf.gz.tmp UTI___24-ISO8859-10.pcf.gz.tmp UTI___24-ISO8859-13.pcf.gz.tmp UTI___24-ISO8859-14.pcf.gz.tmp UTI___24-ISO8859-15.pcf.gz.tmp UTRG__10-ISO8859-1.pcf.gz.tmp UTRG__10-ISO8859-2.pcf.gz.tmp UTRG__10-ISO8859-3.pcf.gz.tmp UTRG__10-ISO8859-4.pcf.gz.tmp UTRG__10-ISO8859-9.pcf.gz.tmp UTRG__10-ISO8859-10.pcf.gz.tmp UTRG__10-ISO8859-13.pcf.gz.tmp UTRG__10-ISO8859-14.pcf.gz.tmp UTRG__10-ISO8859-15.pcf.gz.tmp UTRG__12-ISO8859-1.pcf.gz.tmp UTRG__12-ISO8859-2.pcf.gz.tmp UTRG__12-ISO8859-3.pcf.gz.tmp UTRG__12-ISO8859-4.pcf.gz.tmp UTRG__12-ISO8859-9.pcf.gz.tmp UTRG__12-ISO8859-10.pcf.gz.tmp UTRG__12-ISO8859-13.pcf.gz.tmp UTRG__12-ISO8859-14.pcf.gz.tmp UTRG__12-ISO8859-15.pcf.gz.tmp UTRG__14-ISO8859-1.pcf.gz.tmp UTRG__14-ISO8859-2.pcf.gz.tmp UTRG__14-ISO8859-3.pcf.gz.tmp UTRG__14-ISO8859-4.pcf.gz.tmp UTRG__14-ISO8859-9.pcf.gz.tmp UTRG__14-ISO8859-10.pcf.gz.tmp UTRG__14-ISO8859-13.pcf.gz.tmp UTRG__14-ISO8859-14.pcf.gz.tmp UTRG__14-ISO8859-15.pcf.gz.tmp UTRG__18-ISO8859-1.pcf.gz.tmp UTRG__18-ISO8859-2.pcf.gz.tmp UTRG__18-ISO8859-3.pcf.gz.tmp UTRG__18-ISO8859-4.pcf.gz.tmp UTRG__18-ISO8859-9.pcf.gz.tmp UTRG__18-ISO8859-10.pcf.gz.tmp UTRG__18-ISO8859-13.pcf.gz.tmp UTRG__18-ISO8859-14.pcf.gz.tmp UTRG__18-ISO8859-15.pcf.gz.tmp UTRG__24-ISO8859-1.pcf.gz.tmp UTRG__24-ISO8859-2.pcf.gz.tmp UTRG__24-ISO8859-3.pcf.gz.tmp UTRG__24-ISO8859-4.pcf.gz.tmp UTRG__24-ISO8859-9.pcf.gz.tmp UTRG__24-ISO8859-10.pcf.gz.tmp UTRG__24-ISO8859-13.pcf.gz.tmp UTRG__24-ISO8859-14.pcf.gz.tmp UTRG__24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_efs && rm -f mount_efs.html8 .depend mount_efs.d pathadj.d mount_efs.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_efs && rm -f mount_efs.html8 .depend mount_efs.d pathadj.d mount_efs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleanfonts --- rm -f UTBI__10-ISO8859-1.bdf UTBI__10-ISO8859-2.bdf UTBI__10-ISO8859-3.bdf UTBI__10-ISO8859-4.bdf UTBI__10-ISO8859-9.bdf UTBI__10-ISO8859-10.bdf UTBI__10-ISO8859-13.bdf UTBI__10-ISO8859-14.bdf UTBI__10-ISO8859-15.bdf UTBI__12-ISO8859-1.bdf UTBI__12-ISO8859-2.bdf UTBI__12-ISO8859-3.bdf UTBI__12-ISO8859-4.bdf UTBI__12-ISO8859-9.bdf UTBI__12-ISO8859-10.bdf UTBI__12-ISO8859-13.bdf UTBI__12-ISO8859-14.bdf UTBI__12-ISO8859-15.bdf UTBI__14-ISO8859-1.bdf UTBI__14-ISO8859-2.bdf UTBI__14-ISO8859-3.bdf UTBI__14-ISO8859-4.bdf UTBI__14-ISO8859-9.bdf UTBI__14-ISO8859-10.bdf UTBI__14-ISO8859-13.bdf UTBI__14-ISO8859-14.bdf UTBI__14-ISO8859-15.bdf UTBI__18-ISO8859-1.bdf UTBI__18-ISO8859-2.bdf UTBI__18-ISO8859-3.bdf UTBI__18-ISO8859-4.bdf UTBI__18-ISO8859-9.bdf UTBI__18-ISO8859-10.bdf UTBI__18-ISO8859-13.bdf UTBI__18-ISO8859-14.bdf UTBI__18-ISO8859-15.bdf UTBI__24-ISO8859-1.bdf UTBI__24-ISO8859-2.bdf UTBI__24-ISO8859-3.bdf UTBI__24-ISO8859-4.bdf UTBI__24-ISO8859-9.bdf UTBI__24-ISO8859-10.bdf UTBI__24-ISO8859-13.bdf UTBI__24-ISO8859-14.bdf UTBI__24-ISO8859-15.bdf UTB___10-ISO8859-1.bdf UTB___10-ISO8859-2.bdf UTB___10-ISO8859-3.bdf UTB___10-ISO8859-4.bdf UTB___10-ISO8859-9.bdf UTB___10-ISO8859-10.bdf UTB___10-ISO8859-13.bdf UTB___10-ISO8859-14.bdf UTB___10-ISO8859-15.bdf UTB___12-ISO8859-1.bdf UTB___12-ISO8859-2.bdf UTB___12-ISO8859-3.bdf UTB___12-ISO8859-4.bdf UTB___12-ISO8859-9.bdf UTB___12-ISO8859-10.bdf UTB___12-ISO8859-13.bdf UTB___12-ISO8859-14.bdf UTB___12-ISO8859-15.bdf UTB___14-ISO8859-1.bdf UTB___14-ISO8859-2.bdf UTB___14-ISO8859-3.bdf UTB___14-ISO8859-4.bdf UTB___14-ISO8859-9.bdf UTB___14-ISO8859-10.bdf UTB___14-ISO8859-13.bdf UTB___14-ISO8859-14.bdf UTB___14-ISO8859-15.bdf UTB___18-ISO8859-1.bdf UTB___18-ISO8859-2.bdf UTB___18-ISO8859-3.bdf UTB___18-ISO8859-4.bdf UTB___18-ISO8859-9.bdf UTB___18-ISO8859-10.bdf UTB___18-ISO8859-13.bdf UTB___18-ISO8859-14.bdf UTB___18-ISO8859-15.bdf UTB___24-ISO8859-1.bdf UTB___24-ISO8859-2.bdf UTB___24-ISO8859-3.bdf UTB___24-ISO8859-4.bdf UTB___24-ISO8859-9.bdf UTB___24-ISO8859-10.bdf UTB___24-ISO8859-13.bdf UTB___24-ISO8859-14.bdf UTB___24-ISO8859-15.bdf UTI___10-ISO8859-1.bdf UTI___10-ISO8859-2.bdf UTI___10-ISO8859-3.bdf UTI___10-ISO8859-4.bdf UTI___10-ISO8859-9.bdf UTI___10-ISO8859-10.bdf UTI___10-ISO8859-13.bdf UTI___10-ISO8859-14.bdf UTI___10-ISO8859-15.bdf UTI___12-ISO8859-1.bdf UTI___12-ISO8859-2.bdf UTI___12-ISO8859-3.bdf UTI___12-ISO8859-4.bdf UTI___12-ISO8859-9.bdf UTI___12-ISO8859-10.bdf UTI___12-ISO8859-13.bdf UTI___12-ISO8859-14.bdf UTI___12-ISO8859-15.bdf UTI___14-ISO8859-1.bdf UTI___14-ISO8859-2.bdf UTI___14-ISO8859-3.bdf UTI___14-ISO8859-4.bdf UTI___14-ISO8859-9.bdf UTI___14-ISO8859-10.bdf UTI___14-ISO8859-13.bdf UTI___14-ISO8859-14.bdf UTI___14-ISO8859-15.bdf UTI___18-ISO8859-1.bdf UTI___18-ISO8859-2.bdf UTI___18-ISO8859-3.bdf UTI___18-ISO8859-4.bdf UTI___18-ISO8859-9.bdf UTI___18-ISO8859-10.bdf UTI___18-ISO8859-13.bdf UTI___18-ISO8859-14.bdf UTI___18-ISO8859-15.bdf UTI___24-ISO8859-1.bdf UTI___24-ISO8859-2.bdf UTI___24-ISO8859-3.bdf UTI___24-ISO8859-4.bdf UTI___24-ISO8859-9.bdf UTI___24-ISO8859-10.bdf UTI___24-ISO8859-13.bdf UTI___24-ISO8859-14.bdf UTI___24-ISO8859-15.bdf UTRG__10-ISO8859-1.bdf UTRG__10-ISO8859-2.bdf UTRG__10-ISO8859-3.bdf UTRG__10-ISO8859-4.bdf UTRG__10-ISO8859-9.bdf UTRG__10-ISO8859-10.bdf UTRG__10-ISO8859-13.bdf UTRG__10-ISO8859-14.bdf UTRG__10-ISO8859-15.bdf UTRG__12-ISO8859-1.bdf UTRG__12-ISO8859-2.bdf UTRG__12-ISO8859-3.bdf UTRG__12-ISO8859-4.bdf UTRG__12-ISO8859-9.bdf UTRG__12-ISO8859-10.bdf UTRG__12-ISO8859-13.bdf UTRG__12-ISO8859-14.bdf UTRG__12-ISO8859-15.bdf UTRG__14-ISO8859-1.bdf UTRG__14-ISO8859-2.bdf UTRG__14-ISO8859-3.bdf UTRG__14-ISO8859-4.bdf UTRG__14-ISO8859-9.bdf UTRG__14-ISO8859-10.bdf UTRG__14-ISO8859-13.bdf UTRG__14-ISO8859-14.bdf UTRG__14-ISO8859-15.bdf UTRG__18-ISO8859-1.bdf UTRG__18-ISO8859-2.bdf UTRG__18-ISO8859-3.bdf UTRG__18-ISO8859-4.bdf UTRG__18-ISO8859-9.bdf UTRG__18-ISO8859-10.bdf UTRG__18-ISO8859-13.bdf UTRG__18-ISO8859-14.bdf UTRG__18-ISO8859-15.bdf UTRG__24-ISO8859-1.bdf UTRG__24-ISO8859-2.bdf UTRG__24-ISO8859-3.bdf UTRG__24-ISO8859-4.bdf UTRG__24-ISO8859-9.bdf UTRG__24-ISO8859-10.bdf UTRG__24-ISO8859-13.bdf UTRG__24-ISO8859-14.bdf UTRG__24-ISO8859-15.bdf --- cleandir-sbin --- --- cleandir-mount_ext2fs --- --- cleandir-external --- rm -f UTBI__10-ISO8859-1.pcf.gz UTBI__10-ISO8859-2.pcf.gz UTBI__10-ISO8859-3.pcf.gz UTBI__10-ISO8859-4.pcf.gz UTBI__10-ISO8859-9.pcf.gz UTBI__10-ISO8859-10.pcf.gz UTBI__10-ISO8859-13.pcf.gz UTBI__10-ISO8859-14.pcf.gz UTBI__10-ISO8859-15.pcf.gz UTBI__12-ISO8859-1.pcf.gz UTBI__12-ISO8859-2.pcf.gz UTBI__12-ISO8859-3.pcf.gz UTBI__12-ISO8859-4.pcf.gz UTBI__12-ISO8859-9.pcf.gz UTBI__12-ISO8859-10.pcf.gz UTBI__12-ISO8859-13.pcf.gz UTBI__12-ISO8859-14.pcf.gz UTBI__12-ISO8859-15.pcf.gz UTBI__14-ISO8859-1.pcf.gz UTBI__14-ISO8859-2.pcf.gz UTBI__14-ISO8859-3.pcf.gz UTBI__14-ISO8859-4.pcf.gz UTBI__14-ISO8859-9.pcf.gz UTBI__14-ISO8859-10.pcf.gz UTBI__14-ISO8859-13.pcf.gz UTBI__14-ISO8859-14.pcf.gz UTBI__14-ISO8859-15.pcf.gz UTBI__18-ISO8859-1.pcf.gz UTBI__18-ISO8859-2.pcf.gz UTBI__18-ISO8859-3.pcf.gz UTBI__18-ISO8859-4.pcf.gz UTBI__18-ISO8859-9.pcf.gz UTBI__18-ISO8859-10.pcf.gz UTBI__18-ISO8859-13.pcf.gz UTBI__18-ISO8859-14.pcf.gz UTBI__18-ISO8859-15.pcf.gz UTBI__24-ISO8859-1.pcf.gz UTBI__24-ISO8859-2.pcf.gz UTBI__24-ISO8859-3.pcf.gz UTBI__24-ISO8859-4.pcf.gz UTBI__24-ISO8859-9.pcf.gz UTBI__24-ISO8859-10.pcf.gz UTBI__24-ISO8859-13.pcf.gz UTBI__24-ISO8859-14.pcf.gz UTBI__24-ISO8859-15.pcf.gz UTB___10-ISO8859-1.pcf.gz UTB___10-ISO8859-2.pcf.gz UTB___10-ISO8859-3.pcf.gz UTB___10-ISO8859-4.pcf.gz UTB___10-ISO8859-9.pcf.gz UTB___10-ISO8859-10.pcf.gz UTB___10-ISO8859-13.pcf.gz UTB___10-ISO8859-14.pcf.gz UTB___10-ISO8859-15.pcf.gz UTB___12-ISO8859-1.pcf.gz UTB___12-ISO8859-2.pcf.gz UTB___12-ISO8859-3.pcf.gz UTB___12-ISO8859-4.pcf.gz UTB___12-ISO8859-9.pcf.gz UTB___12-ISO8859-10.pcf.gz UTB___12-ISO8859-13.pcf.gz UTB___12-ISO8859-14.pcf.gz UTB___12-ISO8859-15.pcf.gz UTB___14-ISO8859-1.pcf.gz UTB___14-ISO8859-2.pcf.gz UTB___14-ISO8859-3.pcf.gz UTB___14-ISO8859-4.pcf.gz UTB___14-ISO8859-9.pcf.gz UTB___14-ISO8859-10.pcf.gz UTB___14-ISO8859-13.pcf.gz UTB___14-ISO8859-14.pcf.gz UTB___14-ISO8859-15.pcf.gz UTB___18-ISO8859-1.pcf.gz UTB___18-ISO8859-2.pcf.gz UTB___18-ISO8859-3.pcf.gz UTB___18-ISO8859-4.pcf.gz UTB___18-ISO8859-9.pcf.gz UTB___18-ISO8859-10.pcf.gz UTB___18-ISO8859-13.pcf.gz UTB___18-ISO8859-14.pcf.gz UTB___18-ISO8859-15.pcf.gz UTB___24-ISO8859-1.pcf.gz UTB___24-ISO8859-2.pcf.gz UTB___24-ISO8859-3.pcf.gz UTB___24-ISO8859-4.pcf.gz UTB___24-ISO8859-9.pcf.gz UTB___24-ISO8859-10.pcf.gz UTB___24-ISO8859-13.pcf.gz UTB___24-ISO8859-14.pcf.gz UTB___24-ISO8859-15.pcf.gz UTI___10-ISO8859-1.pcf.gz UTI___10-ISO8859-2.pcf.gz UTI___10-ISO8859-3.pcf.gz UTI___10-ISO8859-4.pcf.gz UTI___10-ISO8859-9.pcf.gz UTI___10-ISO8859-10.pcf.gz UTI___10-ISO8859-13.pcf.gz UTI___10-ISO8859-14.pcf.gz UTI___10-ISO8859-15.pcf.gz UTI___12-ISO8859-1.pcf.gz UTI___12-ISO8859-2.pcf.gz UTI___12-ISO8859-3.pcf.gz UTI___12-ISO8859-4.pcf.gz UTI___12-ISO8859-9.pcf.gz UTI___12-ISO8859-10.pcf.gz UTI___12-ISO8859-13.pcf.gz UTI___12-ISO8859-14.pcf.gz UTI___12-ISO8859-15.pcf.gz UTI___14-ISO8859-1.pcf.gz UTI___14-ISO8859-2.pcf.gz UTI___14-ISO8859-3.pcf.gz UTI___14-ISO8859-4.pcf.gz UTI___14-ISO8859-9.pcf.gz UTI___14-ISO8859-10.pcf.gz UTI___14-ISO8859-13.pcf.gz UTI___14-ISO8859-14.pcf.gz UTI___14-ISO8859-15.pcf.gz UTI___18-ISO8859-1.pcf.gz UTI___18-ISO8859-2.pcf.gz UTI___18-ISO8859-3.pcf.gz UTI___18-ISO8859-4.pcf.gz UTI___18-ISO8859-9.pcf.gz UTI___18-ISO8859-10.pcf.gz UTI___18-ISO8859-13.pcf.gz UTI___18-ISO8859-14.pcf.gz UTI___18-ISO8859-15.pcf.gz UTI___24-ISO8859-1.pcf.gz UTI___24-ISO8859-2.pcf.gz UTI___24-ISO8859-3.pcf.gz UTI___24-ISO8859-4.pcf.gz UTI___24-ISO8859-9.pcf.gz UTI___24-ISO8859-10.pcf.gz UTI___24-ISO8859-13.pcf.gz UTI___24-ISO8859-14.pcf.gz UTI___24-ISO8859-15.pcf.gz UTRG__10-ISO8859-1.pcf.gz UTRG__10-ISO8859-2.pcf.gz UTRG__10-ISO8859-3.pcf.gz UTRG__10-ISO8859-4.pcf.gz UTRG__10-ISO8859-9.pcf.gz UTRG__10-ISO8859-10.pcf.gz UTRG__10-ISO8859-13.pcf.gz UTRG__10-ISO8859-14.pcf.gz UTRG__10-ISO8859-15.pcf.gz UTRG__12-ISO8859-1.pcf.gz UTRG__12-ISO8859-2.pcf.gz UTRG__12-ISO8859-3.pcf.gz UTRG__12-ISO8859-4.pcf.gz UTRG__12-ISO8859-9.pcf.gz UTRG__12-ISO8859-10.pcf.gz UTRG__12-ISO8859-13.pcf.gz UTRG__12-ISO8859-14.pcf.gz UTRG__12-ISO8859-15.pcf.gz UTRG__14-ISO8859-1.pcf.gz UTRG__14-ISO8859-2.pcf.gz UTRG__14-ISO8859-3.pcf.gz UTRG__14-ISO8859-4.pcf.gz UTRG__14-ISO8859-9.pcf.gz UTRG__14-ISO8859-10.pcf.gz UTRG__14-ISO8859-13.pcf.gz UTRG__14-ISO8859-14.pcf.gz UTRG__14-ISO8859-15.pcf.gz UTRG__18-ISO8859-1.pcf.gz UTRG__18-ISO8859-2.pcf.gz UTRG__18-ISO8859-3.pcf.gz UTRG__18-ISO8859-4.pcf.gz UTRG__18-ISO8859-9.pcf.gz UTRG__18-ISO8859-10.pcf.gz UTRG__18-ISO8859-13.pcf.gz UTRG__18-ISO8859-14.pcf.gz UTRG__18-ISO8859-15.pcf.gz UTRG__24-ISO8859-1.pcf.gz UTRG__24-ISO8859-2.pcf.gz UTRG__24-ISO8859-3.pcf.gz UTRG__24-ISO8859-4.pcf.gz UTRG__24-ISO8859-9.pcf.gz UTRG__24-ISO8859-10.pcf.gz UTRG__24-ISO8859-13.pcf.gz UTRG__24-ISO8859-14.pcf.gz UTRG__24-ISO8859-15.pcf.gz --- cleandir-sbin --- cleandir ===> sbin/mount_ext2fs --- cleandir-external --- --- __docleandir --- --- cleandir-font-bh-100dpi --- cleandir ===> external/mit/xorg/share/fonts/100dpi/font-bh-100dpi --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_ext2fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_ext2fs mount_ext2fs.o pathadj.o mount_ext2fs.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_ext2fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_ext2fs mount_ext2fs.o pathadj.o mount_ext2fs.ln pathadj.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_ext2fs && rm -f mount_ext2fs.html8 .depend mount_ext2fs.d pathadj.d mount_ext2fs.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_ext2fs && rm -f mount_ext2fs.html8 .depend mount_ext2fs.d pathadj.d mount_ext2fs.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_fdesc --- cleandir ===> sbin/mount_fdesc --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/100dpi/font-bh-100dpi && rm -f luBIS08-ISO8859-1.pcf.gz.tmp luBIS08-ISO8859-2.pcf.gz.tmp luBIS08-ISO8859-3.pcf.gz.tmp luBIS08-ISO8859-4.pcf.gz.tmp luBIS08-ISO8859-9.pcf.gz.tmp luBIS08-ISO8859-10.pcf.gz.tmp luBIS08-ISO8859-13.pcf.gz.tmp luBIS08-ISO8859-14.pcf.gz.tmp luBIS08-ISO8859-15.pcf.gz.tmp luBIS10-ISO8859-1.pcf.gz.tmp luBIS10-ISO8859-2.pcf.gz.tmp luBIS10-ISO8859-3.pcf.gz.tmp luBIS10-ISO8859-4.pcf.gz.tmp luBIS10-ISO8859-9.pcf.gz.tmp luBIS10-ISO8859-10.pcf.gz.tmp luBIS10-ISO8859-13.pcf.gz.tmp luBIS10-ISO8859-14.pcf.gz.tmp luBIS10-ISO8859-15.pcf.gz.tmp luBIS12-ISO8859-1.pcf.gz.tmp luBIS12-ISO8859-2.pcf.gz.tmp luBIS12-ISO8859-3.pcf.gz.tmp luBIS12-ISO8859-4.pcf.gz.tmp luBIS12-ISO8859-9.pcf.gz.tmp luBIS12-ISO8859-10.pcf.gz.tmp luBIS12-ISO8859-13.pcf.gz.tmp luBIS12-ISO8859-14.pcf.gz.tmp luBIS12-ISO8859-15.pcf.gz.tmp luBIS14-ISO8859-1.pcf.gz.tmp luBIS14-ISO8859-2.pcf.gz.tmp luBIS14-ISO8859-3.pcf.gz.tmp luBIS14-ISO8859-4.pcf.gz.tmp luBIS14-ISO8859-9.pcf.gz.tmp luBIS14-ISO8859-10.pcf.gz.tmp luBIS14-ISO8859-13.pcf.gz.tmp luBIS14-ISO8859-14.pcf.gz.tmp luBIS14-ISO8859-15.pcf.gz.tmp luBIS18-ISO8859-1.pcf.gz.tmp luBIS18-ISO8859-2.pcf.gz.tmp luBIS18-ISO8859-3.pcf.gz.tmp luBIS18-ISO8859-4.pcf.gz.tmp luBIS18-ISO8859-9.pcf.gz.tmp luBIS18-ISO8859-10.pcf.gz.tmp luBIS18-ISO8859-13.pcf.gz.tmp luBIS18-ISO8859-14.pcf.gz.tmp luBIS18-ISO8859-15.pcf.gz.tmp luBIS19-ISO8859-1.pcf.gz.tmp luBIS19-ISO8859-2.pcf.gz.tmp luBIS19-ISO8859-3.pcf.gz.tmp luBIS19-ISO8859-4.pcf.gz.tmp luBIS19-ISO8859-9.pcf.gz.tmp luBIS19-ISO8859-10.pcf.gz.tmp luBIS19-ISO8859-13.pcf.gz.tmp luBIS19-ISO8859-14.pcf.gz.tmp luBIS19-ISO8859-15.pcf.gz.tmp luBIS24-ISO8859-1.pcf.gz.tmp luBIS24-ISO8859-2.pcf.gz.tmp luBIS24-ISO8859-3.pcf.gz.tmp luBIS24-ISO8859-4.pcf.gz.tmp luBIS24-ISO8859-9.pcf.gz.tmp luBIS24-ISO8859-10.pcf.gz.tmp luBIS24-ISO8859-13.pcf.gz.tmp luBIS24-ISO8859-14.pcf.gz.tmp luBIS24-ISO8859-15.pcf.gz.tmp luBS08-ISO8859-1.pcf.gz.tmp luBS08-ISO8859-2.pcf.gz.tmp luBS08-ISO8859-3.pcf.gz.tmp luBS08-ISO8859-4.pcf.gz.tmp luBS08-ISO8859-9.pcf.gz.tmp luBS08-ISO8859-10.pcf.gz.tmp luBS08-ISO8859-13.pcf.gz.tmp luBS08-ISO8859-14.pcf.gz.tmp luBS08-ISO8859-15.pcf.gz.tmp luBS10-ISO8859-1.pcf.gz.tmp luBS10-ISO8859-2.pcf.gz.tmp luBS10-ISO8859-3.pcf.gz.tmp luBS10-ISO8859-4.pcf.gz.tmp luBS10-ISO8859-9.pcf.gz.tmp luBS10-ISO8859-10.pcf.gz.tmp luBS10-ISO8859-13.pcf.gz.tmp luBS10-ISO8859-14.pcf.gz.tmp luBS10-ISO8859-15.pcf.gz.tmp luBS12-ISO8859-1.pcf.gz.tmp luBS12-ISO8859-2.pcf.gz.tmp luBS12-ISO8859-3.pcf.gz.tmp luBS12-ISO8859-4.pcf.gz.tmp luBS12-ISO8859-9.pcf.gz.tmp luBS12-ISO8859-10.pcf.gz.tmp luBS12-ISO8859-13.pcf.gz.tmp luBS12-ISO8859-14.pcf.gz.tmp luBS12-ISO8859-15.pcf.gz.tmp luBS14-ISO8859-1.pcf.gz.tmp luBS14-ISO8859-2.pcf.gz.tmp luBS14-ISO8859-3.pcf.gz.tmp luBS14-ISO8859-4.pcf.gz.tmp luBS14-ISO8859-9.pcf.gz.tmp luBS14-ISO8859-10.pcf.gz.tmp luBS14-ISO8859-13.pcf.gz.tmp luBS14-ISO8859-14.pcf.gz.tmp luBS14-ISO8859-15.pcf.gz.tmp luBS18-ISO8859-1.pcf.gz.tmp luBS18-ISO8859-2.pcf.gz.tmp luBS18-ISO8859-3.pcf.gz.tmp luBS18-ISO8859-4.pcf.gz.tmp luBS18-ISO8859-9.pcf.gz.tmp luBS18-ISO8859-10.pcf.gz.tmp luBS18-ISO8859-13.pcf.gz.tmp luBS18-ISO8859-14.pcf.gz.tmp luBS18-ISO8859-15.pcf.gz.tmp luBS19-ISO8859-1.pcf.gz.tmp luBS19-ISO8859-2.pcf.gz.tmp luBS19-ISO8859-3.pcf.gz.tmp luBS19-ISO8859-4.pcf.gz.tmp luBS19-ISO8859-9.pcf.gz.tmp luBS19-ISO8859-10.pcf.gz.tmp luBS19-ISO8859-13.pcf.gz.tmp luBS19-ISO8859-14.pcf.gz.tmp luBS19-ISO8859-15.pcf.gz.tmp luBS24-ISO8859-1.pcf.gz.tmp luBS24-ISO8859-2.pcf.gz.tmp luBS24-ISO8859-3.pcf.gz.tmp luBS24-ISO8859-4.pcf.gz.tmp luBS24-ISO8859-9.pcf.gz.tmp luBS24-ISO8859-10.pcf.gz.tmp luBS24-ISO8859-13.pcf.gz.tmp luBS24-ISO8859-14.pcf.gz.tmp luBS24-ISO8859-15.pcf.gz.tmp luIS08-ISO8859-1.pcf.gz.tmp luIS08-ISO8859-2.pcf.gz.tmp luIS08-ISO8859-3.pcf.gz.tmp luIS08-ISO8859-4.pcf.gz.tmp luIS08-ISO8859-9.pcf.gz.tmp luIS08-ISO8859-10.pcf.gz.tmp luIS08-ISO8859-13.pcf.gz.tmp luIS08-ISO8859-14.pcf.gz.tmp luIS08-ISO8859-15.pcf.gz.tmp luIS10-ISO8859-1.pcf.gz.tmp luIS10-ISO8859-2.pcf.gz.tmp luIS10-ISO8859-3.pcf.gz.tmp luIS10-ISO8859-4.pcf.gz.tmp luIS10-ISO8859-9.pcf.gz.tmp luIS10-ISO8859-10.pcf.gz.tmp luIS10-ISO8859-13.pcf.gz.tmp luIS10-ISO8859-14.pcf.gz.tmp luIS10-ISO8859-15.pcf.gz.tmp luIS12-ISO8859-1.pcf.gz.tmp luIS12-ISO8859-2.pcf.gz.tmp luIS12-ISO8859-3.pcf.gz.tmp luIS12-ISO8859-4.pcf.gz.tmp luIS12-ISO8859-9.pcf.gz.tmp luIS12-ISO8859-10.pcf.gz.tmp luIS12-ISO8859-13.pcf.gz.tmp luIS12-ISO8859-14.pcf.gz.tmp luIS12-ISO8859-15.pcf.gz.tmp luIS14-ISO8859-1.pcf.gz.tmp luIS14-ISO8859-2.pcf.gz.tmp luIS14-ISO8859-3.pcf.gz.tmp luIS14-ISO8859-4.pcf.gz.tmp luIS14-ISO8859-9.pcf.gz.tmp luIS14-ISO8859-10.pcf.gz.tmp luIS14-ISO8859-13.pcf.gz.tmp luIS14-ISO8859-14.pcf.gz.tmp luIS14-ISO8859-15.pcf.gz.tmp luIS18-ISO8859-1.pcf.gz.tmp luIS18-ISO8859-2.pcf.gz.tmp luIS18-ISO8859-3.pcf.gz.tmp luIS18-ISO8859-4.pcf.gz.tmp luIS18-ISO8859-9.pcf.gz.tmp luIS18-ISO8859-10.pcf.gz.tmp luIS18-ISO8859-13.pcf.gz.tmp luIS18-ISO8859-14.pcf.gz.tmp luIS18-ISO8859-15.pcf.gz.tmp luIS19-ISO8859-1.pcf.gz.tmp luIS19-ISO8859-2.pcf.gz.tmp luIS19-ISO8859-3.pcf.gz.tmp luIS19-ISO8859-4.pcf.gz.tmp luIS19-ISO8859-9.pcf.gz.tmp luIS19-ISO8859-10.pcf.gz.tmp luIS19-ISO8859-13.pcf.gz.tmp luIS19-ISO8859-14.pcf.gz.tmp luIS19-ISO8859-15.pcf.gz.tmp luIS24-ISO8859-1.pcf.gz.tmp luIS24-ISO8859-2.pcf.gz.tmp luIS24-ISO8859-3.pcf.gz.tmp luIS24-ISO8859-4.pcf.gz.tmp luIS24-ISO8859-9.pcf.gz.tmp luIS24-ISO8859-10.pcf.gz.tmp luIS24-ISO8859-13.pcf.gz.tmp luIS24-ISO8859-14.pcf.gz.tmp luIS24-ISO8859-15.pcf.gz.tmp luRS08-ISO8859-1.pcf.gz.tmp luRS08-ISO8859-2.pcf.gz.tmp luRS08-ISO8859-3.pcf.gz.tmp luRS08-ISO8859-4.pcf.gz.tmp luRS08-ISO8859-9.pcf.gz.tmp luRS08-ISO8859-10.pcf.gz.tmp luRS08-ISO8859-13.pcf.gz.tmp luRS08-ISO8859-14.pcf.gz.tmp luRS08-ISO8859-15.pcf.gz.tmp luRS10-ISO8859-1.pcf.gz.tmp luRS10-ISO8859-2.pcf.gz.tmp luRS10-ISO8859-3.pcf.gz.tmp luRS10-ISO8859-4.pcf.gz.tmp luRS10-ISO8859-9.pcf.gz.tmp luRS10-ISO8859-10.pcf.gz.tmp luRS10-ISO8859-13.pcf.gz.tmp luRS10-ISO8859-14.pcf.gz.tmp luRS10-ISO8859-15.pcf.gz.tmp luRS12-ISO8859-1.pcf.gz.tmp luRS12-ISO8859-2.pcf.gz.tmp luRS12-ISO8859-3.pcf.gz.tmp luRS12-ISO8859-4.pcf.gz.tmp luRS12-ISO8859-9.pcf.gz.tmp luRS12-ISO8859-10.pcf.gz.tmp luRS12-ISO8859-13.pcf.gz.tmp luRS12-ISO8859-14.pcf.gz.tmp luRS12-ISO8859-15.pcf.gz.tmp luRS14-ISO8859-1.pcf.gz.tmp luRS14-ISO8859-2.pcf.gz.tmp luRS14-ISO8859-3.pcf.gz.tmp luRS14-ISO8859-4.pcf.gz.tmp luRS14-ISO8859-9.pcf.gz.tmp luRS14-ISO8859-10.pcf.gz.tmp luRS14-ISO8859-13.pcf.gz.tmp luRS14-ISO8859-14.pcf.gz.tmp luRS14-ISO8859-15.pcf.gz.tmp luRS18-ISO8859-1.pcf.gz.tmp luRS18-ISO8859-2.pcf.gz.tmp luRS18-ISO8859-3.pcf.gz.tmp luRS18-ISO8859-4.pcf.gz.tmp luRS18-ISO8859-9.pcf.gz.tmp luRS18-ISO8859-10.pcf.gz.tmp luRS18-ISO8859-13.pcf.gz.tmp luRS18-ISO8859-14.pcf.gz.tmp luRS18-ISO8859-15.pcf.gz.tmp luRS19-ISO8859-1.pcf.gz.tmp luRS19-ISO8859-2.pcf.gz.tmp luRS19-ISO8859-3.pcf.gz.tmp luRS19-ISO8859-4.pcf.gz.tmp luRS19-ISO8859-9.pcf.gz.tmp luRS19-ISO8859-10.pcf.gz.tmp luRS19-ISO8859-13.pcf.gz.tmp luRS19-ISO8859-14.pcf.gz.tmp luRS19-ISO8859-15.pcf.gz.tmp luRS24-ISO8859-1.pcf.gz.tmp luRS24-ISO8859-2.pcf.gz.tmp luRS24-ISO8859-3.pcf.gz.tmp luRS24-ISO8859-4.pcf.gz.tmp luRS24-ISO8859-9.pcf.gz.tmp luRS24-ISO8859-10.pcf.gz.tmp luRS24-ISO8859-13.pcf.gz.tmp luRS24-ISO8859-14.pcf.gz.tmp luRS24-ISO8859-15.pcf.gz.tmp lubB08-ISO8859-1.pcf.gz.tmp lubB08-ISO8859-2.pcf.gz.tmp lubB08-ISO8859-3.pcf.gz.tmp lubB08-ISO8859-4.pcf.gz.tmp lubB08-ISO8859-9.pcf.gz.tmp lubB08-ISO8859-10.pcf.gz.tmp lubB08-ISO8859-13.pcf.gz.tmp lubB08-ISO8859-14.pcf.gz.tmp lubB08-ISO8859-15.pcf.gz.tmp lubB10-ISO8859-1.pcf.gz.tmp lubB10-ISO8859-2.pcf.gz.tmp lubB10-ISO8859-3.pcf.gz.tmp lubB10-ISO8859-4.pcf.gz.tmp lubB10-ISO8859-9.pcf.gz.tmp lubB10-ISO8859-10.pcf.gz.tmp lubB10-ISO8859-13.pcf.gz.tmp lubB10-ISO8859-14.pcf.gz.tmp lubB10-ISO8859-15.pcf.gz.tmp lubB12-ISO8859-1.pcf.gz.tmp lubB12-ISO8859-2.pcf.gz.tmp lubB12-ISO8859-3.pcf.gz.tmp lubB12-ISO8859-4.pcf.gz.tmp lubB12-ISO8859-9.pcf.gz.tmp lubB12-ISO8859-10.pcf.gz.tmp lubB12-ISO8859-13.pcf.gz.tmp lubB12-ISO8859-14.pcf.gz.tmp lubB12-ISO8859-15.pcf.gz.tmp lubB14-ISO8859-1.pcf.gz.tmp lubB14-ISO8859-2.pcf.gz.tmp lubB14-ISO8859-3.pcf.gz.tmp lubB14-ISO8859-4.pcf.gz.tmp lubB14-ISO8859-9.pcf.gz.tmp lubB14-ISO8859-10.pcf.gz.tmp lubB14-ISO8859-13.pcf.gz.tmp lubB14-ISO8859-14.pcf.gz.tmp lubB14-ISO8859-15.pcf.gz.tmp lubB18-ISO8859-1.pcf.gz.tmp lubB18-ISO8859-2.pcf.gz.tmp lubB18-ISO8859-3.pcf.gz.tmp lubB18-ISO8859-4.pcf.gz.tmp lubB18-ISO8859-9.pcf.gz.tmp lubB18-ISO8859-10.pcf.gz.tmp lubB18-ISO8859-13.pcf.gz.tmp lubB18-ISO8859-14.pcf.gz.tmp lubB18-ISO8859-15.pcf.gz.tmp lubB19-ISO8859-1.pcf.gz.tmp lubB19-ISO8859-2.pcf.gz.tmp lubB19-ISO8859-3.pcf.gz.tmp lubB19-ISO8859-4.pcf.gz.tmp lubB19-ISO8859-9.pcf.gz.tmp lubB19-ISO8859-10.pcf.gz.tmp lubB19-ISO8859-13.pcf.gz.tmp lubB19-ISO8859-14.pcf.gz.tmp lubB19-ISO8859-15.pcf.gz.tmp lubB24-ISO8859-1.pcf.gz.tmp lubB24-ISO8859-2.pcf.gz.tmp lubB24-ISO8859-3.pcf.gz.tmp lubB24-ISO8859-4.pcf.gz.tmp lubB24-ISO8859-9.pcf.gz.tmp lubB24-ISO8859-10.pcf.gz.tmp lubB24-ISO8859-13.pcf.gz.tmp lubB24-ISO8859-14.pcf.gz.tmp lubB24-ISO8859-15.pcf.gz.tmp lubBI08-ISO8859-1.pcf.gz.tmp lubBI08-ISO8859-2.pcf.gz.tmp lubBI08-ISO8859-3.pcf.gz.tmp lubBI08-ISO8859-4.pcf.gz.tmp lubBI08-ISO8859-9.pcf.gz.tmp lubBI08-ISO8859-10.pcf.gz.tmp lubBI08-ISO8859-13.pcf.gz.tmp lubBI08-ISO8859-14.pcf.gz.tmp lubBI08-ISO8859-15.pcf.gz.tmp lubBI10-ISO8859-1.pcf.gz.tmp lubBI10-ISO8859-2.pcf.gz.tmp lubBI10-ISO8859-3.pcf.gz.tmp lubBI10-ISO8859-4.pcf.gz.tmp lubBI10-ISO8859-9.pcf.gz.tmp lubBI10-ISO8859-10.pcf.gz.tmp lubBI10-ISO8859-13.pcf.gz.tmp lubBI10-ISO8859-14.pcf.gz.tmp lubBI10-ISO8859-15.pcf.gz.tmp lubBI12-ISO8859-1.pcf.gz.tmp lubBI12-ISO8859-2.pcf.gz.tmp lubBI12-ISO8859-3.pcf.gz.tmp lubBI12-ISO8859-4.pcf.gz.tmp lubBI12-ISO8859-9.pcf.gz.tmp lubBI12-ISO8859-10.pcf.gz.tmp lubBI12-ISO8859-13.pcf.gz.tmp lubBI12-ISO8859-14.pcf.gz.tmp lubBI12-ISO8859-15.pcf.gz.tmp lubBI14-ISO8859-1.pcf.gz.tmp lubBI14-ISO8859-2.pcf.gz.tmp lubBI14-ISO8859-3.pcf.gz.tmp lubBI14-ISO8859-4.pcf.gz.tmp lubBI14-ISO8859-9.pcf.gz.tmp lubBI14-ISO8859-10.pcf.gz.tmp lubBI14-ISO8859-13.pcf.gz.tmp lubBI14-ISO8859-14.pcf.gz.tmp lubBI14-ISO8859-15.pcf.gz.tmp lubBI18-ISO8859-1.pcf.gz.tmp lubBI18-ISO8859-2.pcf.gz.tmp lubBI18-ISO8859-3.pcf.gz.tmp lubBI18-ISO8859-4.pcf.gz.tmp lubBI18-ISO8859-9.pcf.gz.tmp lubBI18-ISO8859-10.pcf.gz.tmp lubBI18-ISO8859-13.pcf.gz.tmp lubBI18-ISO8859-14.pcf.gz.tmp lubBI18-ISO8859-15.pcf.gz.tmp lubBI19-ISO8859-1.pcf.gz.tmp lubBI19-ISO8859-2.pcf.gz.tmp lubBI19-ISO8859-3.pcf.gz.tmp lubBI19-ISO8859-4.pcf.gz.tmp lubBI19-ISO8859-9.pcf.gz.tmp lubBI19-ISO8859-10.pcf.gz.tmp lubBI19-ISO8859-13.pcf.gz.tmp lubBI19-ISO8859-14.pcf.gz.tmp lubBI19-ISO8859-15.pcf.gz.tmp lubBI24-ISO8859-1.pcf.gz.tmp lubBI24-ISO8859-2.pcf.gz.tmp lubBI24-ISO8859-3.pcf.gz.tmp lubBI24-ISO8859-4.pcf.gz.tmp lubBI24-ISO8859-9.pcf.gz.tmp lubBI24-ISO8859-10.pcf.gz.tmp lubBI24-ISO8859-13.pcf.gz.tmp lubBI24-ISO8859-14.pcf.gz.tmp lubBI24-ISO8859-15.pcf.gz.tmp lubI08-ISO8859-1.pcf.gz.tmp lubI08-ISO8859-2.pcf.gz.tmp lubI08-ISO8859-3.pcf.gz.tmp lubI08-ISO8859-4.pcf.gz.tmp lubI08-ISO8859-9.pcf.gz.tmp lubI08-ISO8859-10.pcf.gz.tmp lubI08-ISO8859-13.pcf.gz.tmp lubI08-ISO8859-14.pcf.gz.tmp lubI08-ISO8859-15.pcf.gz.tmp lubI10-ISO8859-1.pcf.gz.tmp lubI10-ISO8859-2.pcf.gz.tmp lubI10-ISO8859-3.pcf.gz.tmp lubI10-ISO8859-4.pcf.gz.tmp lubI10-ISO8859-9.pcf.gz.tmp lubI10-ISO8859-10.pcf.gz.tmp lubI10-ISO8859-13.pcf.gz.tmp lubI10-ISO8859-14.pcf.gz.tmp lubI10-ISO8859-15.pcf.gz.tmp lubI12-ISO8859-1.pcf.gz.tmp lubI12-ISO8859-2.pcf.gz.tmp lubI12-ISO8859-3.pcf.gz.tmp lubI12-ISO8859-4.pcf.gz.tmp lubI12-ISO8859-9.pcf.gz.tmp lubI12-ISO8859-10.pcf.gz.tmp lubI12-ISO8859-13.pcf.gz.tmp lubI12-ISO8859-14.pcf.gz.tmp lubI12-ISO8859-15.pcf.gz.tmp lubI14-ISO8859-1.pcf.gz.tmp lubI14-ISO8859-2.pcf.gz.tmp lubI14-ISO8859-3.pcf.gz.tmp lubI14-ISO8859-4.pcf.gz.tmp lubI14-ISO8859-9.pcf.gz.tmp lubI14-ISO8859-10.pcf.gz.tmp lubI14-ISO8859-13.pcf.gz.tmp lubI14-ISO8859-14.pcf.gz.tmp lubI14-ISO8859-15.pcf.gz.tmp lubI18-ISO8859-1.pcf.gz.tmp lubI18-ISO8859-2.pcf.gz.tmp lubI18-ISO8859-3.pcf.gz.tmp lubI18-ISO8859-4.pcf.gz.tmp lubI18-ISO8859-9.pcf.gz.tmp lubI18-ISO8859-10.pcf.gz.tmp lubI18-ISO8859-13.pcf.gz.tmp lubI18-ISO8859-14.pcf.gz.tmp lubI18-ISO8859-15.pcf.gz.tmp lubI19-ISO8859-1.pcf.gz.tmp lubI19-ISO8859-2.pcf.gz.tmp lubI19-ISO8859-3.pcf.gz.tmp lubI19-ISO8859-4.pcf.gz.tmp lubI19-ISO8859-9.pcf.gz.tmp lubI19-ISO8859-10.pcf.gz.tmp lubI19-ISO8859-13.pcf.gz.tmp lubI19-ISO8859-14.pcf.gz.tmp lubI19-ISO8859-15.pcf.gz.tmp lubI24-ISO8859-1.pcf.gz.tmp lubI24-ISO8859-2.pcf.gz.tmp lubI24-ISO8859-3.pcf.gz.tmp lubI24-ISO8859-4.pcf.gz.tmp lubI24-ISO8859-9.pcf.gz.tmp lubI24-ISO8859-10.pcf.gz.tmp lubI24-ISO8859-13.pcf.gz.tmp lubI24-ISO8859-14.pcf.gz.tmp lubI24-ISO8859-15.pcf.gz.tmp lubR08-ISO8859-1.pcf.gz.tmp lubR08-ISO8859-2.pcf.gz.tmp lubR08-ISO8859-3.pcf.gz.tmp lubR08-ISO8859-4.pcf.gz.tmp lubR08-ISO8859-9.pcf.gz.tmp lubR08-ISO8859-10.pcf.gz.tmp lubR08-ISO8859-13.pcf.gz.tmp lubR08-ISO8859-14.pcf.gz.tmp lubR08-ISO8859-15.pcf.gz.tmp lubR10-ISO8859-1.pcf.gz.tmp lubR10-ISO8859-2.pcf.gz.tmp lubR10-ISO8859-3.pcf.gz.tmp lubR10-ISO8859-4.pcf.gz.tmp lubR10-ISO8859-9.pcf.gz.tmp lubR10-ISO8859-10.pcf.gz.tmp lubR10-ISO8859-13.pcf.gz.tmp lubR10-ISO8859-14.pcf.gz.tmp lubR10-ISO8859-15.pcf.gz.tmp lubR12-ISO8859-1.pcf.gz.tmp lubR12-ISO8859-2.pcf.gz.tmp lubR12-ISO8859-3.pcf.gz.tmp lubR12-ISO8859-4.pcf.gz.tmp lubR12-ISO8859-9.pcf.gz.tmp lubR12-ISO8859-10.pcf.gz.tmp lubR12-ISO8859-13.pcf.gz.tmp lubR12-ISO8859-14.pcf.gz.tmp lubR12-ISO8859-15.pcf.gz.tmp lubR14-ISO8859-1.pcf.gz.tmp lubR14-ISO8859-2.pcf.gz.tmp lubR14-ISO8859-3.pcf.gz.tmp lubR14-ISO8859-4.pcf.gz.tmp lubR14-ISO8859-9.pcf.gz.tmp lubR14-ISO8859-10.pcf.gz.tmp lubR14-ISO8859-13.pcf.gz.tmp lubR14-ISO8859-14.pcf.gz.tmp lubR14-ISO8859-15.pcf.gz.tmp lubR18-ISO8859-1.pcf.gz.tmp lubR18-ISO8859-2.pcf.gz.tmp lubR18-ISO8859-3.pcf.gz.tmp lubR18-ISO8859-4.pcf.gz.tmp lubR18-ISO8859-9.pcf.gz.tmp lubR18-ISO8859-10.pcf.gz.tmp lubR18-ISO8859-13.pcf.gz.tmp lubR18-ISO8859-14.pcf.gz.tmp lubR18-ISO8859-15.pcf.gz.tmp lubR19-ISO8859-1.pcf.gz.tmp lubR19-ISO8859-2.pcf.gz.tmp lubR19-ISO8859-3.pcf.gz.tmp lubR19-ISO8859-4.pcf.gz.tmp lubR19-ISO8859-9.pcf.gz.tmp lubR19-ISO8859-10.pcf.gz.tmp lubR19-ISO8859-13.pcf.gz.tmp lubR19-ISO8859-14.pcf.gz.tmp lubR19-ISO8859-15.pcf.gz.tmp lubR24-ISO8859-1.pcf.gz.tmp lubR24-ISO8859-2.pcf.gz.tmp lubR24-ISO8859-3.pcf.gz.tmp lubR24-ISO8859-4.pcf.gz.tmp lubR24-ISO8859-9.pcf.gz.tmp lubR24-ISO8859-10.pcf.gz.tmp lubR24-ISO8859-13.pcf.gz.tmp lubR24-ISO8859-14.pcf.gz.tmp lubR24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_fdesc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_fdesc mount_fdesc.o pathadj.o mount_fdesc.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_fdesc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_fdesc mount_fdesc.o pathadj.o mount_fdesc.ln pathadj.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/100dpi/font-bh-100dpi && rm -f luBIS08-ISO8859-1.pcf.gz.tmp luBIS08-ISO8859-2.pcf.gz.tmp luBIS08-ISO8859-3.pcf.gz.tmp luBIS08-ISO8859-4.pcf.gz.tmp luBIS08-ISO8859-9.pcf.gz.tmp luBIS08-ISO8859-10.pcf.gz.tmp luBIS08-ISO8859-13.pcf.gz.tmp luBIS08-ISO8859-14.pcf.gz.tmp luBIS08-ISO8859-15.pcf.gz.tmp luBIS10-ISO8859-1.pcf.gz.tmp luBIS10-ISO8859-2.pcf.gz.tmp luBIS10-ISO8859-3.pcf.gz.tmp luBIS10-ISO8859-4.pcf.gz.tmp luBIS10-ISO8859-9.pcf.gz.tmp luBIS10-ISO8859-10.pcf.gz.tmp luBIS10-ISO8859-13.pcf.gz.tmp luBIS10-ISO8859-14.pcf.gz.tmp luBIS10-ISO8859-15.pcf.gz.tmp luBIS12-ISO8859-1.pcf.gz.tmp luBIS12-ISO8859-2.pcf.gz.tmp luBIS12-ISO8859-3.pcf.gz.tmp luBIS12-ISO8859-4.pcf.gz.tmp luBIS12-ISO8859-9.pcf.gz.tmp luBIS12-ISO8859-10.pcf.gz.tmp luBIS12-ISO8859-13.pcf.gz.tmp luBIS12-ISO8859-14.pcf.gz.tmp luBIS12-ISO8859-15.pcf.gz.tmp luBIS14-ISO8859-1.pcf.gz.tmp luBIS14-ISO8859-2.pcf.gz.tmp luBIS14-ISO8859-3.pcf.gz.tmp luBIS14-ISO8859-4.pcf.gz.tmp luBIS14-ISO8859-9.pcf.gz.tmp luBIS14-ISO8859-10.pcf.gz.tmp luBIS14-ISO8859-13.pcf.gz.tmp luBIS14-ISO8859-14.pcf.gz.tmp luBIS14-ISO8859-15.pcf.gz.tmp luBIS18-ISO8859-1.pcf.gz.tmp luBIS18-ISO8859-2.pcf.gz.tmp luBIS18-ISO8859-3.pcf.gz.tmp luBIS18-ISO8859-4.pcf.gz.tmp luBIS18-ISO8859-9.pcf.gz.tmp luBIS18-ISO8859-10.pcf.gz.tmp luBIS18-ISO8859-13.pcf.gz.tmp luBIS18-ISO8859-14.pcf.gz.tmp luBIS18-ISO8859-15.pcf.gz.tmp luBIS19-ISO8859-1.pcf.gz.tmp luBIS19-ISO8859-2.pcf.gz.tmp luBIS19-ISO8859-3.pcf.gz.tmp luBIS19-ISO8859-4.pcf.gz.tmp luBIS19-ISO8859-9.pcf.gz.tmp luBIS19-ISO8859-10.pcf.gz.tmp luBIS19-ISO8859-13.pcf.gz.tmp luBIS19-ISO8859-14.pcf.gz.tmp luBIS19-ISO8859-15.pcf.gz.tmp luBIS24-ISO8859-1.pcf.gz.tmp luBIS24-ISO8859-2.pcf.gz.tmp luBIS24-ISO8859-3.pcf.gz.tmp luBIS24-ISO8859-4.pcf.gz.tmp luBIS24-ISO8859-9.pcf.gz.tmp luBIS24-ISO8859-10.pcf.gz.tmp luBIS24-ISO8859-13.pcf.gz.tmp luBIS24-ISO8859-14.pcf.gz.tmp luBIS24-ISO8859-15.pcf.gz.tmp luBS08-ISO8859-1.pcf.gz.tmp luBS08-ISO8859-2.pcf.gz.tmp luBS08-ISO8859-3.pcf.gz.tmp luBS08-ISO8859-4.pcf.gz.tmp luBS08-ISO8859-9.pcf.gz.tmp luBS08-ISO8859-10.pcf.gz.tmp luBS08-ISO8859-13.pcf.gz.tmp luBS08-ISO8859-14.pcf.gz.tmp luBS08-ISO8859-15.pcf.gz.tmp luBS10-ISO8859-1.pcf.gz.tmp luBS10-ISO8859-2.pcf.gz.tmp luBS10-ISO8859-3.pcf.gz.tmp luBS10-ISO8859-4.pcf.gz.tmp luBS10-ISO8859-9.pcf.gz.tmp luBS10-ISO8859-10.pcf.gz.tmp luBS10-ISO8859-13.pcf.gz.tmp luBS10-ISO8859-14.pcf.gz.tmp luBS10-ISO8859-15.pcf.gz.tmp luBS12-ISO8859-1.pcf.gz.tmp luBS12-ISO8859-2.pcf.gz.tmp luBS12-ISO8859-3.pcf.gz.tmp luBS12-ISO8859-4.pcf.gz.tmp luBS12-ISO8859-9.pcf.gz.tmp luBS12-ISO8859-10.pcf.gz.tmp luBS12-ISO8859-13.pcf.gz.tmp luBS12-ISO8859-14.pcf.gz.tmp luBS12-ISO8859-15.pcf.gz.tmp luBS14-ISO8859-1.pcf.gz.tmp luBS14-ISO8859-2.pcf.gz.tmp luBS14-ISO8859-3.pcf.gz.tmp luBS14-ISO8859-4.pcf.gz.tmp luBS14-ISO8859-9.pcf.gz.tmp luBS14-ISO8859-10.pcf.gz.tmp luBS14-ISO8859-13.pcf.gz.tmp luBS14-ISO8859-14.pcf.gz.tmp luBS14-ISO8859-15.pcf.gz.tmp luBS18-ISO8859-1.pcf.gz.tmp luBS18-ISO8859-2.pcf.gz.tmp luBS18-ISO8859-3.pcf.gz.tmp luBS18-ISO8859-4.pcf.gz.tmp luBS18-ISO8859-9.pcf.gz.tmp luBS18-ISO8859-10.pcf.gz.tmp luBS18-ISO8859-13.pcf.gz.tmp luBS18-ISO8859-14.pcf.gz.tmp luBS18-ISO8859-15.pcf.gz.tmp luBS19-ISO8859-1.pcf.gz.tmp luBS19-ISO8859-2.pcf.gz.tmp luBS19-ISO8859-3.pcf.gz.tmp luBS19-ISO8859-4.pcf.gz.tmp luBS19-ISO8859-9.pcf.gz.tmp luBS19-ISO8859-10.pcf.gz.tmp luBS19-ISO8859-13.pcf.gz.tmp luBS19-ISO8859-14.pcf.gz.tmp luBS19-ISO8859-15.pcf.gz.tmp luBS24-ISO8859-1.pcf.gz.tmp luBS24-ISO8859-2.pcf.gz.tmp luBS24-ISO8859-3.pcf.gz.tmp luBS24-ISO8859-4.pcf.gz.tmp luBS24-ISO8859-9.pcf.gz.tmp luBS24-ISO8859-10.pcf.gz.tmp luBS24-ISO8859-13.pcf.gz.tmp luBS24-ISO8859-14.pcf.gz.tmp luBS24-ISO8859-15.pcf.gz.tmp luIS08-ISO8859-1.pcf.gz.tmp luIS08-ISO8859-2.pcf.gz.tmp luIS08-ISO8859-3.pcf.gz.tmp luIS08-ISO8859-4.pcf.gz.tmp luIS08-ISO8859-9.pcf.gz.tmp luIS08-ISO8859-10.pcf.gz.tmp luIS08-ISO8859-13.pcf.gz.tmp luIS08-ISO8859-14.pcf.gz.tmp luIS08-ISO8859-15.pcf.gz.tmp luIS10-ISO8859-1.pcf.gz.tmp luIS10-ISO8859-2.pcf.gz.tmp luIS10-ISO8859-3.pcf.gz.tmp luIS10-ISO8859-4.pcf.gz.tmp luIS10-ISO8859-9.pcf.gz.tmp luIS10-ISO8859-10.pcf.gz.tmp luIS10-ISO8859-13.pcf.gz.tmp luIS10-ISO8859-14.pcf.gz.tmp luIS10-ISO8859-15.pcf.gz.tmp luIS12-ISO8859-1.pcf.gz.tmp luIS12-ISO8859-2.pcf.gz.tmp luIS12-ISO8859-3.pcf.gz.tmp luIS12-ISO8859-4.pcf.gz.tmp luIS12-ISO8859-9.pcf.gz.tmp luIS12-ISO8859-10.pcf.gz.tmp luIS12-ISO8859-13.pcf.gz.tmp luIS12-ISO8859-14.pcf.gz.tmp luIS12-ISO8859-15.pcf.gz.tmp luIS14-ISO8859-1.pcf.gz.tmp luIS14-ISO8859-2.pcf.gz.tmp luIS14-ISO8859-3.pcf.gz.tmp luIS14-ISO8859-4.pcf.gz.tmp luIS14-ISO8859-9.pcf.gz.tmp luIS14-ISO8859-10.pcf.gz.tmp luIS14-ISO8859-13.pcf.gz.tmp luIS14-ISO8859-14.pcf.gz.tmp luIS14-ISO8859-15.pcf.gz.tmp luIS18-ISO8859-1.pcf.gz.tmp luIS18-ISO8859-2.pcf.gz.tmp luIS18-ISO8859-3.pcf.gz.tmp luIS18-ISO8859-4.pcf.gz.tmp luIS18-ISO8859-9.pcf.gz.tmp luIS18-ISO8859-10.pcf.gz.tmp luIS18-ISO8859-13.pcf.gz.tmp luIS18-ISO8859-14.pcf.gz.tmp luIS18-ISO8859-15.pcf.gz.tmp luIS19-ISO8859-1.pcf.gz.tmp luIS19-ISO8859-2.pcf.gz.tmp luIS19-ISO8859-3.pcf.gz.tmp luIS19-ISO8859-4.pcf.gz.tmp luIS19-ISO8859-9.pcf.gz.tmp luIS19-ISO8859-10.pcf.gz.tmp luIS19-ISO8859-13.pcf.gz.tmp luIS19-ISO8859-14.pcf.gz.tmp luIS19-ISO8859-15.pcf.gz.tmp luIS24-ISO8859-1.pcf.gz.tmp luIS24-ISO8859-2.pcf.gz.tmp luIS24-ISO8859-3.pcf.gz.tmp luIS24-ISO8859-4.pcf.gz.tmp luIS24-ISO8859-9.pcf.gz.tmp luIS24-ISO8859-10.pcf.gz.tmp luIS24-ISO8859-13.pcf.gz.tmp luIS24-ISO8859-14.pcf.gz.tmp luIS24-ISO8859-15.pcf.gz.tmp luRS08-ISO8859-1.pcf.gz.tmp luRS08-ISO8859-2.pcf.gz.tmp luRS08-ISO8859-3.pcf.gz.tmp luRS08-ISO8859-4.pcf.gz.tmp luRS08-ISO8859-9.pcf.gz.tmp luRS08-ISO8859-10.pcf.gz.tmp luRS08-ISO8859-13.pcf.gz.tmp luRS08-ISO8859-14.pcf.gz.tmp luRS08-ISO8859-15.pcf.gz.tmp luRS10-ISO8859-1.pcf.gz.tmp luRS10-ISO8859-2.pcf.gz.tmp luRS10-ISO8859-3.pcf.gz.tmp luRS10-ISO8859-4.pcf.gz.tmp luRS10-ISO8859-9.pcf.gz.tmp luRS10-ISO8859-10.pcf.gz.tmp luRS10-ISO8859-13.pcf.gz.tmp luRS10-ISO8859-14.pcf.gz.tmp luRS10-ISO8859-15.pcf.gz.tmp luRS12-ISO8859-1.pcf.gz.tmp luRS12-ISO8859-2.pcf.gz.tmp luRS12-ISO8859-3.pcf.gz.tmp luRS12-ISO8859-4.pcf.gz.tmp luRS12-ISO8859-9.pcf.gz.tmp luRS12-ISO8859-10.pcf.gz.tmp luRS12-ISO8859-13.pcf.gz.tmp luRS12-ISO8859-14.pcf.gz.tmp luRS12-ISO8859-15.pcf.gz.tmp luRS14-ISO8859-1.pcf.gz.tmp luRS14-ISO8859-2.pcf.gz.tmp luRS14-ISO8859-3.pcf.gz.tmp luRS14-ISO8859-4.pcf.gz.tmp luRS14-ISO8859-9.pcf.gz.tmp luRS14-ISO8859-10.pcf.gz.tmp luRS14-ISO8859-13.pcf.gz.tmp luRS14-ISO8859-14.pcf.gz.tmp luRS14-ISO8859-15.pcf.gz.tmp luRS18-ISO8859-1.pcf.gz.tmp luRS18-ISO8859-2.pcf.gz.tmp luRS18-ISO8859-3.pcf.gz.tmp luRS18-ISO8859-4.pcf.gz.tmp luRS18-ISO8859-9.pcf.gz.tmp luRS18-ISO8859-10.pcf.gz.tmp luRS18-ISO8859-13.pcf.gz.tmp luRS18-ISO8859-14.pcf.gz.tmp luRS18-ISO8859-15.pcf.gz.tmp luRS19-ISO8859-1.pcf.gz.tmp luRS19-ISO8859-2.pcf.gz.tmp luRS19-ISO8859-3.pcf.gz.tmp luRS19-ISO8859-4.pcf.gz.tmp luRS19-ISO8859-9.pcf.gz.tmp luRS19-ISO8859-10.pcf.gz.tmp luRS19-ISO8859-13.pcf.gz.tmp luRS19-ISO8859-14.pcf.gz.tmp luRS19-ISO8859-15.pcf.gz.tmp luRS24-ISO8859-1.pcf.gz.tmp luRS24-ISO8859-2.pcf.gz.tmp luRS24-ISO8859-3.pcf.gz.tmp luRS24-ISO8859-4.pcf.gz.tmp luRS24-ISO8859-9.pcf.gz.tmp luRS24-ISO8859-10.pcf.gz.tmp luRS24-ISO8859-13.pcf.gz.tmp luRS24-ISO8859-14.pcf.gz.tmp luRS24-ISO8859-15.pcf.gz.tmp lubB08-ISO8859-1.pcf.gz.tmp lubB08-ISO8859-2.pcf.gz.tmp lubB08-ISO8859-3.pcf.gz.tmp lubB08-ISO8859-4.pcf.gz.tmp lubB08-ISO8859-9.pcf.gz.tmp lubB08-ISO8859-10.pcf.gz.tmp lubB08-ISO8859-13.pcf.gz.tmp lubB08-ISO8859-14.pcf.gz.tmp lubB08-ISO8859-15.pcf.gz.tmp lubB10-ISO8859-1.pcf.gz.tmp lubB10-ISO8859-2.pcf.gz.tmp lubB10-ISO8859-3.pcf.gz.tmp lubB10-ISO8859-4.pcf.gz.tmp lubB10-ISO8859-9.pcf.gz.tmp lubB10-ISO8859-10.pcf.gz.tmp lubB10-ISO8859-13.pcf.gz.tmp lubB10-ISO8859-14.pcf.gz.tmp lubB10-ISO8859-15.pcf.gz.tmp lubB12-ISO8859-1.pcf.gz.tmp lubB12-ISO8859-2.pcf.gz.tmp lubB12-ISO8859-3.pcf.gz.tmp lubB12-ISO8859-4.pcf.gz.tmp lubB12-ISO8859-9.pcf.gz.tmp lubB12-ISO8859-10.pcf.gz.tmp lubB12-ISO8859-13.pcf.gz.tmp lubB12-ISO8859-14.pcf.gz.tmp lubB12-ISO8859-15.pcf.gz.tmp lubB14-ISO8859-1.pcf.gz.tmp lubB14-ISO8859-2.pcf.gz.tmp lubB14-ISO8859-3.pcf.gz.tmp lubB14-ISO8859-4.pcf.gz.tmp lubB14-ISO8859-9.pcf.gz.tmp lubB14-ISO8859-10.pcf.gz.tmp lubB14-ISO8859-13.pcf.gz.tmp lubB14-ISO8859-14.pcf.gz.tmp lubB14-ISO8859-15.pcf.gz.tmp lubB18-ISO8859-1.pcf.gz.tmp lubB18-ISO8859-2.pcf.gz.tmp lubB18-ISO8859-3.pcf.gz.tmp lubB18-ISO8859-4.pcf.gz.tmp lubB18-ISO8859-9.pcf.gz.tmp lubB18-ISO8859-10.pcf.gz.tmp lubB18-ISO8859-13.pcf.gz.tmp lubB18-ISO8859-14.pcf.gz.tmp lubB18-ISO8859-15.pcf.gz.tmp lubB19-ISO8859-1.pcf.gz.tmp lubB19-ISO8859-2.pcf.gz.tmp lubB19-ISO8859-3.pcf.gz.tmp lubB19-ISO8859-4.pcf.gz.tmp lubB19-ISO8859-9.pcf.gz.tmp lubB19-ISO8859-10.pcf.gz.tmp lubB19-ISO8859-13.pcf.gz.tmp lubB19-ISO8859-14.pcf.gz.tmp lubB19-ISO8859-15.pcf.gz.tmp lubB24-ISO8859-1.pcf.gz.tmp lubB24-ISO8859-2.pcf.gz.tmp lubB24-ISO8859-3.pcf.gz.tmp lubB24-ISO8859-4.pcf.gz.tmp lubB24-ISO8859-9.pcf.gz.tmp lubB24-ISO8859-10.pcf.gz.tmp lubB24-ISO8859-13.pcf.gz.tmp lubB24-ISO8859-14.pcf.gz.tmp lubB24-ISO8859-15.pcf.gz.tmp lubBI08-ISO8859-1.pcf.gz.tmp lubBI08-ISO8859-2.pcf.gz.tmp lubBI08-ISO8859-3.pcf.gz.tmp lubBI08-ISO8859-4.pcf.gz.tmp lubBI08-ISO8859-9.pcf.gz.tmp lubBI08-ISO8859-10.pcf.gz.tmp lubBI08-ISO8859-13.pcf.gz.tmp lubBI08-ISO8859-14.pcf.gz.tmp lubBI08-ISO8859-15.pcf.gz.tmp lubBI10-ISO8859-1.pcf.gz.tmp lubBI10-ISO8859-2.pcf.gz.tmp lubBI10-ISO8859-3.pcf.gz.tmp lubBI10-ISO8859-4.pcf.gz.tmp lubBI10-ISO8859-9.pcf.gz.tmp lubBI10-ISO8859-10.pcf.gz.tmp lubBI10-ISO8859-13.pcf.gz.tmp lubBI10-ISO8859-14.pcf.gz.tmp lubBI10-ISO8859-15.pcf.gz.tmp lubBI12-ISO8859-1.pcf.gz.tmp lubBI12-ISO8859-2.pcf.gz.tmp lubBI12-ISO8859-3.pcf.gz.tmp lubBI12-ISO8859-4.pcf.gz.tmp lubBI12-ISO8859-9.pcf.gz.tmp lubBI12-ISO8859-10.pcf.gz.tmp lubBI12-ISO8859-13.pcf.gz.tmp lubBI12-ISO8859-14.pcf.gz.tmp lubBI12-ISO8859-15.pcf.gz.tmp lubBI14-ISO8859-1.pcf.gz.tmp lubBI14-ISO8859-2.pcf.gz.tmp lubBI14-ISO8859-3.pcf.gz.tmp lubBI14-ISO8859-4.pcf.gz.tmp lubBI14-ISO8859-9.pcf.gz.tmp lubBI14-ISO8859-10.pcf.gz.tmp lubBI14-ISO8859-13.pcf.gz.tmp lubBI14-ISO8859-14.pcf.gz.tmp lubBI14-ISO8859-15.pcf.gz.tmp lubBI18-ISO8859-1.pcf.gz.tmp lubBI18-ISO8859-2.pcf.gz.tmp lubBI18-ISO8859-3.pcf.gz.tmp lubBI18-ISO8859-4.pcf.gz.tmp lubBI18-ISO8859-9.pcf.gz.tmp lubBI18-ISO8859-10.pcf.gz.tmp lubBI18-ISO8859-13.pcf.gz.tmp lubBI18-ISO8859-14.pcf.gz.tmp lubBI18-ISO8859-15.pcf.gz.tmp lubBI19-ISO8859-1.pcf.gz.tmp lubBI19-ISO8859-2.pcf.gz.tmp lubBI19-ISO8859-3.pcf.gz.tmp lubBI19-ISO8859-4.pcf.gz.tmp lubBI19-ISO8859-9.pcf.gz.tmp lubBI19-ISO8859-10.pcf.gz.tmp lubBI19-ISO8859-13.pcf.gz.tmp lubBI19-ISO8859-14.pcf.gz.tmp lubBI19-ISO8859-15.pcf.gz.tmp lubBI24-ISO8859-1.pcf.gz.tmp lubBI24-ISO8859-2.pcf.gz.tmp lubBI24-ISO8859-3.pcf.gz.tmp lubBI24-ISO8859-4.pcf.gz.tmp lubBI24-ISO8859-9.pcf.gz.tmp lubBI24-ISO8859-10.pcf.gz.tmp lubBI24-ISO8859-13.pcf.gz.tmp lubBI24-ISO8859-14.pcf.gz.tmp lubBI24-ISO8859-15.pcf.gz.tmp lubI08-ISO8859-1.pcf.gz.tmp lubI08-ISO8859-2.pcf.gz.tmp lubI08-ISO8859-3.pcf.gz.tmp lubI08-ISO8859-4.pcf.gz.tmp lubI08-ISO8859-9.pcf.gz.tmp lubI08-ISO8859-10.pcf.gz.tmp lubI08-ISO8859-13.pcf.gz.tmp lubI08-ISO8859-14.pcf.gz.tmp lubI08-ISO8859-15.pcf.gz.tmp lubI10-ISO8859-1.pcf.gz.tmp lubI10-ISO8859-2.pcf.gz.tmp lubI10-ISO8859-3.pcf.gz.tmp lubI10-ISO8859-4.pcf.gz.tmp lubI10-ISO8859-9.pcf.gz.tmp lubI10-ISO8859-10.pcf.gz.tmp lubI10-ISO8859-13.pcf.gz.tmp lubI10-ISO8859-14.pcf.gz.tmp lubI10-ISO8859-15.pcf.gz.tmp lubI12-ISO8859-1.pcf.gz.tmp lubI12-ISO8859-2.pcf.gz.tmp lubI12-ISO8859-3.pcf.gz.tmp lubI12-ISO8859-4.pcf.gz.tmp lubI12-ISO8859-9.pcf.gz.tmp lubI12-ISO8859-10.pcf.gz.tmp lubI12-ISO8859-13.pcf.gz.tmp lubI12-ISO8859-14.pcf.gz.tmp lubI12-ISO8859-15.pcf.gz.tmp lubI14-ISO8859-1.pcf.gz.tmp lubI14-ISO8859-2.pcf.gz.tmp lubI14-ISO8859-3.pcf.gz.tmp lubI14-ISO8859-4.pcf.gz.tmp lubI14-ISO8859-9.pcf.gz.tmp lubI14-ISO8859-10.pcf.gz.tmp lubI14-ISO8859-13.pcf.gz.tmp lubI14-ISO8859-14.pcf.gz.tmp lubI14-ISO8859-15.pcf.gz.tmp lubI18-ISO8859-1.pcf.gz.tmp lubI18-ISO8859-2.pcf.gz.tmp lubI18-ISO8859-3.pcf.gz.tmp lubI18-ISO8859-4.pcf.gz.tmp lubI18-ISO8859-9.pcf.gz.tmp lubI18-ISO8859-10.pcf.gz.tmp lubI18-ISO8859-13.pcf.gz.tmp lubI18-ISO8859-14.pcf.gz.tmp lubI18-ISO8859-15.pcf.gz.tmp lubI19-ISO8859-1.pcf.gz.tmp lubI19-ISO8859-2.pcf.gz.tmp lubI19-ISO8859-3.pcf.gz.tmp lubI19-ISO8859-4.pcf.gz.tmp lubI19-ISO8859-9.pcf.gz.tmp lubI19-ISO8859-10.pcf.gz.tmp lubI19-ISO8859-13.pcf.gz.tmp lubI19-ISO8859-14.pcf.gz.tmp lubI19-ISO8859-15.pcf.gz.tmp lubI24-ISO8859-1.pcf.gz.tmp lubI24-ISO8859-2.pcf.gz.tmp lubI24-ISO8859-3.pcf.gz.tmp lubI24-ISO8859-4.pcf.gz.tmp lubI24-ISO8859-9.pcf.gz.tmp lubI24-ISO8859-10.pcf.gz.tmp lubI24-ISO8859-13.pcf.gz.tmp lubI24-ISO8859-14.pcf.gz.tmp lubI24-ISO8859-15.pcf.gz.tmp lubR08-ISO8859-1.pcf.gz.tmp lubR08-ISO8859-2.pcf.gz.tmp lubR08-ISO8859-3.pcf.gz.tmp lubR08-ISO8859-4.pcf.gz.tmp lubR08-ISO8859-9.pcf.gz.tmp lubR08-ISO8859-10.pcf.gz.tmp lubR08-ISO8859-13.pcf.gz.tmp lubR08-ISO8859-14.pcf.gz.tmp lubR08-ISO8859-15.pcf.gz.tmp lubR10-ISO8859-1.pcf.gz.tmp lubR10-ISO8859-2.pcf.gz.tmp lubR10-ISO8859-3.pcf.gz.tmp lubR10-ISO8859-4.pcf.gz.tmp lubR10-ISO8859-9.pcf.gz.tmp lubR10-ISO8859-10.pcf.gz.tmp lubR10-ISO8859-13.pcf.gz.tmp lubR10-ISO8859-14.pcf.gz.tmp lubR10-ISO8859-15.pcf.gz.tmp lubR12-ISO8859-1.pcf.gz.tmp lubR12-ISO8859-2.pcf.gz.tmp lubR12-ISO8859-3.pcf.gz.tmp lubR12-ISO8859-4.pcf.gz.tmp lubR12-ISO8859-9.pcf.gz.tmp lubR12-ISO8859-10.pcf.gz.tmp lubR12-ISO8859-13.pcf.gz.tmp lubR12-ISO8859-14.pcf.gz.tmp lubR12-ISO8859-15.pcf.gz.tmp lubR14-ISO8859-1.pcf.gz.tmp lubR14-ISO8859-2.pcf.gz.tmp lubR14-ISO8859-3.pcf.gz.tmp lubR14-ISO8859-4.pcf.gz.tmp lubR14-ISO8859-9.pcf.gz.tmp lubR14-ISO8859-10.pcf.gz.tmp lubR14-ISO8859-13.pcf.gz.tmp lubR14-ISO8859-14.pcf.gz.tmp lubR14-ISO8859-15.pcf.gz.tmp lubR18-ISO8859-1.pcf.gz.tmp lubR18-ISO8859-2.pcf.gz.tmp lubR18-ISO8859-3.pcf.gz.tmp lubR18-ISO8859-4.pcf.gz.tmp lubR18-ISO8859-9.pcf.gz.tmp lubR18-ISO8859-10.pcf.gz.tmp lubR18-ISO8859-13.pcf.gz.tmp lubR18-ISO8859-14.pcf.gz.tmp lubR18-ISO8859-15.pcf.gz.tmp lubR19-ISO8859-1.pcf.gz.tmp lubR19-ISO8859-2.pcf.gz.tmp lubR19-ISO8859-3.pcf.gz.tmp lubR19-ISO8859-4.pcf.gz.tmp lubR19-ISO8859-9.pcf.gz.tmp lubR19-ISO8859-10.pcf.gz.tmp lubR19-ISO8859-13.pcf.gz.tmp lubR19-ISO8859-14.pcf.gz.tmp lubR19-ISO8859-15.pcf.gz.tmp lubR24-ISO8859-1.pcf.gz.tmp lubR24-ISO8859-2.pcf.gz.tmp lubR24-ISO8859-3.pcf.gz.tmp lubR24-ISO8859-4.pcf.gz.tmp lubR24-ISO8859-9.pcf.gz.tmp lubR24-ISO8859-10.pcf.gz.tmp lubR24-ISO8859-13.pcf.gz.tmp lubR24-ISO8859-14.pcf.gz.tmp lubR24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_fdesc && rm -f mount_fdesc.html8 .depend mount_fdesc.d pathadj.d mount_fdesc.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleanfonts --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_fdesc && rm -f mount_fdesc.html8 .depend mount_fdesc.d pathadj.d mount_fdesc.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- rm -f luBIS08-ISO8859-1.bdf luBIS08-ISO8859-2.bdf luBIS08-ISO8859-3.bdf luBIS08-ISO8859-4.bdf luBIS08-ISO8859-9.bdf luBIS08-ISO8859-10.bdf luBIS08-ISO8859-13.bdf luBIS08-ISO8859-14.bdf luBIS08-ISO8859-15.bdf luBIS10-ISO8859-1.bdf luBIS10-ISO8859-2.bdf luBIS10-ISO8859-3.bdf luBIS10-ISO8859-4.bdf luBIS10-ISO8859-9.bdf luBIS10-ISO8859-10.bdf luBIS10-ISO8859-13.bdf luBIS10-ISO8859-14.bdf luBIS10-ISO8859-15.bdf luBIS12-ISO8859-1.bdf luBIS12-ISO8859-2.bdf luBIS12-ISO8859-3.bdf luBIS12-ISO8859-4.bdf luBIS12-ISO8859-9.bdf luBIS12-ISO8859-10.bdf luBIS12-ISO8859-13.bdf luBIS12-ISO8859-14.bdf luBIS12-ISO8859-15.bdf luBIS14-ISO8859-1.bdf luBIS14-ISO8859-2.bdf luBIS14-ISO8859-3.bdf luBIS14-ISO8859-4.bdf luBIS14-ISO8859-9.bdf luBIS14-ISO8859-10.bdf luBIS14-ISO8859-13.bdf luBIS14-ISO8859-14.bdf luBIS14-ISO8859-15.bdf luBIS18-ISO8859-1.bdf luBIS18-ISO8859-2.bdf luBIS18-ISO8859-3.bdf luBIS18-ISO8859-4.bdf luBIS18-ISO8859-9.bdf luBIS18-ISO8859-10.bdf luBIS18-ISO8859-13.bdf luBIS18-ISO8859-14.bdf luBIS18-ISO8859-15.bdf luBIS19-ISO8859-1.bdf luBIS19-ISO8859-2.bdf luBIS19-ISO8859-3.bdf luBIS19-ISO8859-4.bdf luBIS19-ISO8859-9.bdf luBIS19-ISO8859-10.bdf luBIS19-ISO8859-13.bdf luBIS19-ISO8859-14.bdf luBIS19-ISO8859-15.bdf luBIS24-ISO8859-1.bdf luBIS24-ISO8859-2.bdf luBIS24-ISO8859-3.bdf luBIS24-ISO8859-4.bdf luBIS24-ISO8859-9.bdf luBIS24-ISO8859-10.bdf luBIS24-ISO8859-13.bdf luBIS24-ISO8859-14.bdf luBIS24-ISO8859-15.bdf luBS08-ISO8859-1.bdf luBS08-ISO8859-2.bdf luBS08-ISO8859-3.bdf luBS08-ISO8859-4.bdf luBS08-ISO8859-9.bdf luBS08-ISO8859-10.bdf luBS08-ISO8859-13.bdf luBS08-ISO8859-14.bdf luBS08-ISO8859-15.bdf luBS10-ISO8859-1.bdf luBS10-ISO8859-2.bdf luBS10-ISO8859-3.bdf luBS10-ISO8859-4.bdf luBS10-ISO8859-9.bdf luBS10-ISO8859-10.bdf luBS10-ISO8859-13.bdf luBS10-ISO8859-14.bdf luBS10-ISO8859-15.bdf luBS12-ISO8859-1.bdf luBS12-ISO8859-2.bdf luBS12-ISO8859-3.bdf luBS12-ISO8859-4.bdf luBS12-ISO8859-9.bdf luBS12-ISO8859-10.bdf luBS12-ISO8859-13.bdf luBS12-ISO8859-14.bdf luBS12-ISO8859-15.bdf luBS14-ISO8859-1.bdf luBS14-ISO8859-2.bdf luBS14-ISO8859-3.bdf luBS14-ISO8859-4.bdf luBS14-ISO8859-9.bdf luBS14-ISO8859-10.bdf luBS14-ISO8859-13.bdf luBS14-ISO8859-14.bdf luBS14-ISO8859-15.bdf luBS18-ISO8859-1.bdf luBS18-ISO8859-2.bdf luBS18-ISO8859-3.bdf luBS18-ISO8859-4.bdf luBS18-ISO8859-9.bdf luBS18-ISO8859-10.bdf luBS18-ISO8859-13.bdf luBS18-ISO8859-14.bdf luBS18-ISO8859-15.bdf luBS19-ISO8859-1.bdf luBS19-ISO8859-2.bdf luBS19-ISO8859-3.bdf luBS19-ISO8859-4.bdf luBS19-ISO8859-9.bdf luBS19-ISO8859-10.bdf luBS19-ISO8859-13.bdf luBS19-ISO8859-14.bdf luBS19-ISO8859-15.bdf luBS24-ISO8859-1.bdf luBS24-ISO8859-2.bdf luBS24-ISO8859-3.bdf luBS24-ISO8859-4.bdf luBS24-ISO8859-9.bdf luBS24-ISO8859-10.bdf luBS24-ISO8859-13.bdf luBS24-ISO8859-14.bdf luBS24-ISO8859-15.bdf luIS08-ISO8859-1.bdf luIS08-ISO8859-2.bdf luIS08-ISO8859-3.bdf luIS08-ISO8859-4.bdf luIS08-ISO8859-9.bdf luIS08-ISO8859-10.bdf luIS08-ISO8859-13.bdf luIS08-ISO8859-14.bdf luIS08-ISO8859-15.bdf luIS10-ISO8859-1.bdf luIS10-ISO8859-2.bdf luIS10-ISO8859-3.bdf luIS10-ISO8859-4.bdf luIS10-ISO8859-9.bdf luIS10-ISO8859-10.bdf luIS10-ISO8859-13.bdf luIS10-ISO8859-14.bdf luIS10-ISO8859-15.bdf luIS12-ISO8859-1.bdf luIS12-ISO8859-2.bdf luIS12-ISO8859-3.bdf luIS12-ISO8859-4.bdf luIS12-ISO8859-9.bdf luIS12-ISO8859-10.bdf luIS12-ISO8859-13.bdf luIS12-ISO8859-14.bdf luIS12-ISO8859-15.bdf luIS14-ISO8859-1.bdf luIS14-ISO8859-2.bdf luIS14-ISO8859-3.bdf luIS14-ISO8859-4.bdf luIS14-ISO8859-9.bdf luIS14-ISO8859-10.bdf luIS14-ISO8859-13.bdf luIS14-ISO8859-14.bdf luIS14-ISO8859-15.bdf luIS18-ISO8859-1.bdf luIS18-ISO8859-2.bdf luIS18-ISO8859-3.bdf luIS18-ISO8859-4.bdf luIS18-ISO8859-9.bdf luIS18-ISO8859-10.bdf luIS18-ISO8859-13.bdf luIS18-ISO8859-14.bdf luIS18-ISO8859-15.bdf luIS19-ISO8859-1.bdf luIS19-ISO8859-2.bdf luIS19-ISO8859-3.bdf luIS19-ISO8859-4.bdf luIS19-ISO8859-9.bdf luIS19-ISO8859-10.bdf luIS19-ISO8859-13.bdf luIS19-ISO8859-14.bdf luIS19-ISO8859-15.bdf luIS24-ISO8859-1.bdf luIS24-ISO8859-2.bdf luIS24-ISO8859-3.bdf luIS24-ISO8859-4.bdf luIS24-ISO8859-9.bdf luIS24-ISO8859-10.bdf luIS24-ISO8859-13.bdf luIS24-ISO8859-14.bdf luIS24-ISO8859-15.bdf luRS08-ISO8859-1.bdf luRS08-ISO8859-2.bdf luRS08-ISO8859-3.bdf luRS08-ISO8859-4.bdf luRS08-ISO8859-9.bdf luRS08-ISO8859-10.bdf luRS08-ISO8859-13.bdf luRS08-ISO8859-14.bdf luRS08-ISO8859-15.bdf luRS10-ISO8859-1.bdf luRS10-ISO8859-2.bdf luRS10-ISO8859-3.bdf luRS10-ISO8859-4.bdf luRS10-ISO8859-9.bdf luRS10-ISO8859-10.bdf luRS10-ISO8859-13.bdf luRS10-ISO8859-14.bdf luRS10-ISO8859-15.bdf luRS12-ISO8859-1.bdf luRS12-ISO8859-2.bdf luRS12-ISO8859-3.bdf luRS12-ISO8859-4.bdf luRS12-ISO8859-9.bdf luRS12-ISO8859-10.bdf luRS12-ISO8859-13.bdf luRS12-ISO8859-14.bdf luRS12-ISO8859-15.bdf luRS14-ISO8859-1.bdf luRS14-ISO8859-2.bdf luRS14-ISO8859-3.bdf luRS14-ISO8859-4.bdf luRS14-ISO8859-9.bdf luRS14-ISO8859-10.bdf luRS14-ISO8859-13.bdf luRS14-ISO8859-14.bdf luRS14-ISO8859-15.bdf luRS18-ISO8859-1.bdf luRS18-ISO8859-2.bdf luRS18-ISO8859-3.bdf luRS18-ISO8859-4.bdf luRS18-ISO8859-9.bdf luRS18-ISO8859-10.bdf luRS18-ISO8859-13.bdf luRS18-ISO8859-14.bdf luRS18-ISO8859-15.bdf luRS19-ISO8859-1.bdf luRS19-ISO8859-2.bdf luRS19-ISO8859-3.bdf luRS19-ISO8859-4.bdf luRS19-ISO8859-9.bdf luRS19-ISO8859-10.bdf luRS19-ISO8859-13.bdf luRS19-ISO8859-14.bdf luRS19-ISO8859-15.bdf luRS24-ISO8859-1.bdf luRS24-ISO8859-2.bdf luRS24-ISO8859-3.bdf luRS24-ISO8859-4.bdf luRS24-ISO8859-9.bdf luRS24-ISO8859-10.bdf luRS24-ISO8859-13.bdf luRS24-ISO8859-14.bdf luRS24-ISO8859-15.bdf lubB08-ISO8859-1.bdf lubB08-ISO8859-2.bdf lubB08-ISO8859-3.bdf lubB08-ISO8859-4.bdf lubB08-ISO8859-9.bdf lubB08-ISO8859-10.bdf lubB08-ISO8859-13.bdf lubB08-ISO8859-14.bdf lubB08-ISO8859-15.bdf lubB10-ISO8859-1.bdf lubB10-ISO8859-2.bdf lubB10-ISO8859-3.bdf lubB10-ISO8859-4.bdf lubB10-ISO8859-9.bdf lubB10-ISO8859-10.bdf lubB10-ISO8859-13.bdf lubB10-ISO8859-14.bdf lubB10-ISO8859-15.bdf lubB12-ISO8859-1.bdf lubB12-ISO8859-2.bdf lubB12-ISO8859-3.bdf lubB12-ISO8859-4.bdf lubB12-ISO8859-9.bdf lubB12-ISO8859-10.bdf lubB12-ISO8859-13.bdf lubB12-ISO8859-14.bdf lubB12-ISO8859-15.bdf lubB14-ISO8859-1.bdf lubB14-ISO8859-2.bdf lubB14-ISO8859-3.bdf lubB14-ISO8859-4.bdf lubB14-ISO8859-9.bdf lubB14-ISO8859-10.bdf lubB14-ISO8859-13.bdf lubB14-ISO8859-14.bdf lubB14-ISO8859-15.bdf lubB18-ISO8859-1.bdf lubB18-ISO8859-2.bdf lubB18-ISO8859-3.bdf lubB18-ISO8859-4.bdf lubB18-ISO8859-9.bdf lubB18-ISO8859-10.bdf lubB18-ISO8859-13.bdf lubB18-ISO8859-14.bdf lubB18-ISO8859-15.bdf lubB19-ISO8859-1.bdf lubB19-ISO8859-2.bdf lubB19-ISO8859-3.bdf lubB19-ISO8859-4.bdf lubB19-ISO8859-9.bdf lubB19-ISO8859-10.bdf lubB19-ISO8859-13.bdf lubB19-ISO8859-14.bdf lubB19-ISO8859-15.bdf lubB24-ISO8859-1.bdf lubB24-ISO8859-2.bdf lubB24-ISO8859-3.bdf lubB24-ISO8859-4.bdf lubB24-ISO8859-9.bdf lubB24-ISO8859-10.bdf lubB24-ISO8859-13.bdf lubB24-ISO8859-14.bdf lubB24-ISO8859-15.bdf lubBI08-ISO8859-1.bdf lubBI08-ISO8859-2.bdf lubBI08-ISO8859-3.bdf lubBI08-ISO8859-4.bdf lubBI08-ISO8859-9.bdf lubBI08-ISO8859-10.bdf lubBI08-ISO8859-13.bdf lubBI08-ISO8859-14.bdf lubBI08-ISO8859-15.bdf lubBI10-ISO8859-1.bdf lubBI10-ISO8859-2.bdf lubBI10-ISO8859-3.bdf lubBI10-ISO8859-4.bdf lubBI10-ISO8859-9.bdf lubBI10-ISO8859-10.bdf lubBI10-ISO8859-13.bdf lubBI10-ISO8859-14.bdf lubBI10-ISO8859-15.bdf lubBI12-ISO8859-1.bdf lubBI12-ISO8859-2.bdf lubBI12-ISO8859-3.bdf lubBI12-ISO8859-4.bdf lubBI12-ISO8859-9.bdf lubBI12-ISO8859-10.bdf lubBI12-ISO8859-13.bdf lubBI12-ISO8859-14.bdf lubBI12-ISO8859-15.bdf lubBI14-ISO8859-1.bdf lubBI14-ISO8859-2.bdf lubBI14-ISO8859-3.bdf lubBI14-ISO8859-4.bdf lubBI14-ISO8859-9.bdf lubBI14-ISO8859-10.bdf lubBI14-ISO8859-13.bdf lubBI14-ISO8859-14.bdf lubBI14-ISO8859-15.bdf lubBI18-ISO8859-1.bdf lubBI18-ISO8859-2.bdf lubBI18-ISO8859-3.bdf lubBI18-ISO8859-4.bdf lubBI18-ISO8859-9.bdf lubBI18-ISO8859-10.bdf lubBI18-ISO8859-13.bdf lubBI18-ISO8859-14.bdf lubBI18-ISO8859-15.bdf lubBI19-ISO8859-1.bdf lubBI19-ISO8859-2.bdf lubBI19-ISO8859-3.bdf lubBI19-ISO8859-4.bdf lubBI19-ISO8859-9.bdf lubBI19-ISO8859-10.bdf lubBI19-ISO8859-13.bdf lubBI19-ISO8859-14.bdf lubBI19-ISO8859-15.bdf lubBI24-ISO8859-1.bdf lubBI24-ISO8859-2.bdf lubBI24-ISO8859-3.bdf lubBI24-ISO8859-4.bdf lubBI24-ISO8859-9.bdf lubBI24-ISO8859-10.bdf lubBI24-ISO8859-13.bdf lubBI24-ISO8859-14.bdf lubBI24-ISO8859-15.bdf lubI08-ISO8859-1.bdf lubI08-ISO8859-2.bdf lubI08-ISO8859-3.bdf lubI08-ISO8859-4.bdf lubI08-ISO8859-9.bdf lubI08-ISO8859-10.bdf lubI08-ISO8859-13.bdf lubI08-ISO8859-14.bdf lubI08-ISO8859-15.bdf lubI10-ISO8859-1.bdf lubI10-ISO8859-2.bdf lubI10-ISO8859-3.bdf lubI10-ISO8859-4.bdf lubI10-ISO8859-9.bdf lubI10-ISO8859-10.bdf lubI10-ISO8859-13.bdf lubI10-ISO8859-14.bdf lubI10-ISO8859-15.bdf lubI12-ISO8859-1.bdf lubI12-ISO8859-2.bdf lubI12-ISO8859-3.bdf lubI12-ISO8859-4.bdf lubI12-ISO8859-9.bdf lubI12-ISO8859-10.bdf lubI12-ISO8859-13.bdf lubI12-ISO8859-14.bdf lubI12-ISO8859-15.bdf lubI14-ISO8859-1.bdf lubI14-ISO8859-2.bdf lubI14-ISO8859-3.bdf lubI14-ISO8859-4.bdf lubI14-ISO8859-9.bdf lubI14-ISO8859-10.bdf lubI14-ISO8859-13.bdf lubI14-ISO8859-14.bdf lubI14-ISO8859-15.bdf lubI18-ISO8859-1.bdf lubI18-ISO8859-2.bdf lubI18-ISO8859-3.bdf lubI18-ISO8859-4.bdf lubI18-ISO8859-9.bdf lubI18-ISO8859-10.bdf lubI18-ISO8859-13.bdf lubI18-ISO8859-14.bdf lubI18-ISO8859-15.bdf lubI19-ISO8859-1.bdf lubI19-ISO8859-2.bdf lubI19-ISO8859-3.bdf lubI19-ISO8859-4.bdf lubI19-ISO8859-9.bdf lubI19-ISO8859-10.bdf lubI19-ISO8859-13.bdf lubI19-ISO8859-14.bdf lubI19-ISO8859-15.bdf lubI24-ISO8859-1.bdf lubI24-ISO8859-2.bdf lubI24-ISO8859-3.bdf lubI24-ISO8859-4.bdf lubI24-ISO8859-9.bdf lubI24-ISO8859-10.bdf lubI24-ISO8859-13.bdf lubI24-ISO8859-14.bdf lubI24-ISO8859-15.bdf lubR08-ISO8859-1.bdf lubR08-ISO8859-2.bdf lubR08-ISO8859-3.bdf lubR08-ISO8859-4.bdf lubR08-ISO8859-9.bdf lubR08-ISO8859-10.bdf lubR08-ISO8859-13.bdf lubR08-ISO8859-14.bdf lubR08-ISO8859-15.bdf lubR10-ISO8859-1.bdf lubR10-ISO8859-2.bdf lubR10-ISO8859-3.bdf lubR10-ISO8859-4.bdf lubR10-ISO8859-9.bdf lubR10-ISO8859-10.bdf lubR10-ISO8859-13.bdf lubR10-ISO8859-14.bdf lubR10-ISO8859-15.bdf lubR12-ISO8859-1.bdf lubR12-ISO8859-2.bdf lubR12-ISO8859-3.bdf lubR12-ISO8859-4.bdf lubR12-ISO8859-9.bdf lubR12-ISO8859-10.bdf lubR12-ISO8859-13.bdf lubR12-ISO8859-14.bdf lubR12-ISO8859-15.bdf lubR14-ISO8859-1.bdf lubR14-ISO8859-2.bdf lubR14-ISO8859-3.bdf lubR14-ISO8859-4.bdf lubR14-ISO8859-9.bdf lubR14-ISO8859-10.bdf lubR14-ISO8859-13.bdf lubR14-ISO8859-14.bdf lubR14-ISO8859-15.bdf lubR18-ISO8859-1.bdf lubR18-ISO8859-2.bdf lubR18-ISO8859-3.bdf lubR18-ISO8859-4.bdf lubR18-ISO8859-9.bdf lubR18-ISO8859-10.bdf lubR18-ISO8859-13.bdf lubR18-ISO8859-14.bdf lubR18-ISO8859-15.bdf lubR19-ISO8859-1.bdf lubR19-ISO8859-2.bdf lubR19-ISO8859-3.bdf lubR19-ISO8859-4.bdf lubR19-ISO8859-9.bdf lubR19-ISO8859-10.bdf lubR19-ISO8859-13.bdf lubR19-ISO8859-14.bdf lubR19-ISO8859-15.bdf lubR24-ISO8859-1.bdf lubR24-ISO8859-2.bdf lubR24-ISO8859-3.bdf lubR24-ISO8859-4.bdf lubR24-ISO8859-9.bdf lubR24-ISO8859-10.bdf lubR24-ISO8859-13.bdf lubR24-ISO8859-14.bdf lubR24-ISO8859-15.bdf --- cleandir-sbin --- --- cleandir-mount_filecore --- --- cleandir-external --- rm -f luBIS08-ISO8859-1.pcf.gz luBIS08-ISO8859-2.pcf.gz luBIS08-ISO8859-3.pcf.gz luBIS08-ISO8859-4.pcf.gz luBIS08-ISO8859-9.pcf.gz luBIS08-ISO8859-10.pcf.gz luBIS08-ISO8859-13.pcf.gz luBIS08-ISO8859-14.pcf.gz luBIS08-ISO8859-15.pcf.gz luBIS10-ISO8859-1.pcf.gz luBIS10-ISO8859-2.pcf.gz luBIS10-ISO8859-3.pcf.gz luBIS10-ISO8859-4.pcf.gz luBIS10-ISO8859-9.pcf.gz luBIS10-ISO8859-10.pcf.gz luBIS10-ISO8859-13.pcf.gz luBIS10-ISO8859-14.pcf.gz luBIS10-ISO8859-15.pcf.gz luBIS12-ISO8859-1.pcf.gz luBIS12-ISO8859-2.pcf.gz luBIS12-ISO8859-3.pcf.gz luBIS12-ISO8859-4.pcf.gz luBIS12-ISO8859-9.pcf.gz luBIS12-ISO8859-10.pcf.gz luBIS12-ISO8859-13.pcf.gz luBIS12-ISO8859-14.pcf.gz luBIS12-ISO8859-15.pcf.gz luBIS14-ISO8859-1.pcf.gz luBIS14-ISO8859-2.pcf.gz luBIS14-ISO8859-3.pcf.gz luBIS14-ISO8859-4.pcf.gz luBIS14-ISO8859-9.pcf.gz luBIS14-ISO8859-10.pcf.gz luBIS14-ISO8859-13.pcf.gz luBIS14-ISO8859-14.pcf.gz luBIS14-ISO8859-15.pcf.gz luBIS18-ISO8859-1.pcf.gz luBIS18-ISO8859-2.pcf.gz luBIS18-ISO8859-3.pcf.gz luBIS18-ISO8859-4.pcf.gz luBIS18-ISO8859-9.pcf.gz luBIS18-ISO8859-10.pcf.gz luBIS18-ISO8859-13.pcf.gz luBIS18-ISO8859-14.pcf.gz luBIS18-ISO8859-15.pcf.gz luBIS19-ISO8859-1.pcf.gz luBIS19-ISO8859-2.pcf.gz luBIS19-ISO8859-3.pcf.gz luBIS19-ISO8859-4.pcf.gz luBIS19-ISO8859-9.pcf.gz luBIS19-ISO8859-10.pcf.gz luBIS19-ISO8859-13.pcf.gz luBIS19-ISO8859-14.pcf.gz luBIS19-ISO8859-15.pcf.gz luBIS24-ISO8859-1.pcf.gz luBIS24-ISO8859-2.pcf.gz luBIS24-ISO8859-3.pcf.gz luBIS24-ISO8859-4.pcf.gz luBIS24-ISO8859-9.pcf.gz luBIS24-ISO8859-10.pcf.gz luBIS24-ISO8859-13.pcf.gz luBIS24-ISO8859-14.pcf.gz luBIS24-ISO8859-15.pcf.gz luBS08-ISO8859-1.pcf.gz luBS08-ISO8859-2.pcf.gz luBS08-ISO8859-3.pcf.gz luBS08-ISO8859-4.pcf.gz luBS08-ISO8859-9.pcf.gz luBS08-ISO8859-10.pcf.gz luBS08-ISO8859-13.pcf.gz luBS08-ISO8859-14.pcf.gz luBS08-ISO8859-15.pcf.gz luBS10-ISO8859-1.pcf.gz luBS10-ISO8859-2.pcf.gz luBS10-ISO8859-3.pcf.gz luBS10-ISO8859-4.pcf.gz luBS10-ISO8859-9.pcf.gz luBS10-ISO8859-10.pcf.gz luBS10-ISO8859-13.pcf.gz luBS10-ISO8859-14.pcf.gz luBS10-ISO8859-15.pcf.gz luBS12-ISO8859-1.pcf.gz luBS12-ISO8859-2.pcf.gz luBS12-ISO8859-3.pcf.gz luBS12-ISO8859-4.pcf.gz luBS12-ISO8859-9.pcf.gz luBS12-ISO8859-10.pcf.gz luBS12-ISO8859-13.pcf.gz luBS12-ISO8859-14.pcf.gz luBS12-ISO8859-15.pcf.gz luBS14-ISO8859-1.pcf.gz luBS14-ISO8859-2.pcf.gz luBS14-ISO8859-3.pcf.gz luBS14-ISO8859-4.pcf.gz luBS14-ISO8859-9.pcf.gz luBS14-ISO8859-10.pcf.gz luBS14-ISO8859-13.pcf.gz luBS14-ISO8859-14.pcf.gz luBS14-ISO8859-15.pcf.gz luBS18-ISO8859-1.pcf.gz luBS18-ISO8859-2.pcf.gz luBS18-ISO8859-3.pcf.gz luBS18-ISO8859-4.pcf.gz luBS18-ISO8859-9.pcf.gz luBS18-ISO8859-10.pcf.gz luBS18-ISO8859-13.pcf.gz luBS18-ISO8859-14.pcf.gz luBS18-ISO8859-15.pcf.gz luBS19-ISO8859-1.pcf.gz luBS19-ISO8859-2.pcf.gz luBS19-ISO8859-3.pcf.gz luBS19-ISO8859-4.pcf.gz luBS19-ISO8859-9.pcf.gz luBS19-ISO8859-10.pcf.gz luBS19-ISO8859-13.pcf.gz luBS19-ISO8859-14.pcf.gz luBS19-ISO8859-15.pcf.gz luBS24-ISO8859-1.pcf.gz luBS24-ISO8859-2.pcf.gz luBS24-ISO8859-3.pcf.gz luBS24-ISO8859-4.pcf.gz luBS24-ISO8859-9.pcf.gz luBS24-ISO8859-10.pcf.gz luBS24-ISO8859-13.pcf.gz luBS24-ISO8859-14.pcf.gz luBS24-ISO8859-15.pcf.gz luIS08-ISO8859-1.pcf.gz luIS08-ISO8859-2.pcf.gz luIS08-ISO8859-3.pcf.gz luIS08-ISO8859-4.pcf.gz luIS08-ISO8859-9.pcf.gz luIS08-ISO8859-10.pcf.gz luIS08-ISO8859-13.pcf.gz luIS08-ISO8859-14.pcf.gz luIS08-ISO8859-15.pcf.gz luIS10-ISO8859-1.pcf.gz luIS10-ISO8859-2.pcf.gz luIS10-ISO8859-3.pcf.gz luIS10-ISO8859-4.pcf.gz luIS10-ISO8859-9.pcf.gz luIS10-ISO8859-10.pcf.gz luIS10-ISO8859-13.pcf.gz luIS10-ISO8859-14.pcf.gz luIS10-ISO8859-15.pcf.gz luIS12-ISO8859-1.pcf.gz luIS12-ISO8859-2.pcf.gz luIS12-ISO8859-3.pcf.gz luIS12-ISO8859-4.pcf.gz luIS12-ISO8859-9.pcf.gz luIS12-ISO8859-10.pcf.gz luIS12-ISO8859-13.pcf.gz luIS12-ISO8859-14.pcf.gz luIS12-ISO8859-15.pcf.gz luIS14-ISO8859-1.pcf.gz luIS14-ISO8859-2.pcf.gz luIS14-ISO8859-3.pcf.gz luIS14-ISO8859-4.pcf.gz luIS14-ISO8859-9.pcf.gz luIS14-ISO8859-10.pcf.gz luIS14-ISO8859-13.pcf.gz luIS14-ISO8859-14.pcf.gz luIS14-ISO8859-15.pcf.gz luIS18-ISO8859-1.pcf.gz luIS18-ISO8859-2.pcf.gz luIS18-ISO8859-3.pcf.gz luIS18-ISO8859-4.pcf.gz luIS18-ISO8859-9.pcf.gz luIS18-ISO8859-10.pcf.gz luIS18-ISO8859-13.pcf.gz luIS18-ISO8859-14.pcf.gz luIS18-ISO8859-15.pcf.gz luIS19-ISO8859-1.pcf.gz luIS19-ISO8859-2.pcf.gz luIS19-ISO8859-3.pcf.gz luIS19-ISO8859-4.pcf.gz luIS19-ISO8859-9.pcf.gz luIS19-ISO8859-10.pcf.gz luIS19-ISO8859-13.pcf.gz luIS19-ISO8859-14.pcf.gz luIS19-ISO8859-15.pcf.gz luIS24-ISO8859-1.pcf.gz luIS24-ISO8859-2.pcf.gz luIS24-ISO8859-3.pcf.gz luIS24-ISO8859-4.pcf.gz luIS24-ISO8859-9.pcf.gz luIS24-ISO8859-10.pcf.gz luIS24-ISO8859-13.pcf.gz luIS24-ISO8859-14.pcf.gz luIS24-ISO8859-15.pcf.gz luRS08-ISO8859-1.pcf.gz luRS08-ISO8859-2.pcf.gz luRS08-ISO8859-3.pcf.gz luRS08-ISO8859-4.pcf.gz luRS08-ISO8859-9.pcf.gz luRS08-ISO8859-10.pcf.gz luRS08-ISO8859-13.pcf.gz luRS08-ISO8859-14.pcf.gz luRS08-ISO8859-15.pcf.gz luRS10-ISO8859-1.pcf.gz luRS10-ISO8859-2.pcf.gz luRS10-ISO8859-3.pcf.gz luRS10-ISO8859-4.pcf.gz luRS10-ISO8859-9.pcf.gz luRS10-ISO8859-10.pcf.gz luRS10-ISO8859-13.pcf.gz luRS10-ISO8859-14.pcf.gz luRS10-ISO8859-15.pcf.gz luRS12-ISO8859-1.pcf.gz luRS12-ISO8859-2.pcf.gz luRS12-ISO8859-3.pcf.gz luRS12-ISO8859-4.pcf.gz luRS12-ISO8859-9.pcf.gz luRS12-ISO8859-10.pcf.gz luRS12-ISO8859-13.pcf.gz luRS12-ISO8859-14.pcf.gz luRS12-ISO8859-15.pcf.gz luRS14-ISO8859-1.pcf.gz luRS14-ISO8859-2.pcf.gz luRS14-ISO8859-3.pcf.gz luRS14-ISO8859-4.pcf.gz luRS14-ISO8859-9.pcf.gz luRS14-ISO8859-10.pcf.gz luRS14-ISO8859-13.pcf.gz luRS14-ISO8859-14.pcf.gz luRS14-ISO8859-15.pcf.gz luRS18-ISO8859-1.pcf.gz luRS18-ISO8859-2.pcf.gz luRS18-ISO8859-3.pcf.gz luRS18-ISO8859-4.pcf.gz luRS18-ISO8859-9.pcf.gz luRS18-ISO8859-10.pcf.gz luRS18-ISO8859-13.pcf.gz luRS18-ISO8859-14.pcf.gz luRS18-ISO8859-15.pcf.gz luRS19-ISO8859-1.pcf.gz luRS19-ISO8859-2.pcf.gz luRS19-ISO8859-3.pcf.gz luRS19-ISO8859-4.pcf.gz luRS19-ISO8859-9.pcf.gz luRS19-ISO8859-10.pcf.gz luRS19-ISO8859-13.pcf.gz luRS19-ISO8859-14.pcf.gz luRS19-ISO8859-15.pcf.gz luRS24-ISO8859-1.pcf.gz luRS24-ISO8859-2.pcf.gz luRS24-ISO8859-3.pcf.gz luRS24-ISO8859-4.pcf.gz luRS24-ISO8859-9.pcf.gz luRS24-ISO8859-10.pcf.gz luRS24-ISO8859-13.pcf.gz luRS24-ISO8859-14.pcf.gz luRS24-ISO8859-15.pcf.gz lubB08-ISO8859-1.pcf.gz lubB08-ISO8859-2.pcf.gz lubB08-ISO8859-3.pcf.gz lubB08-ISO8859-4.pcf.gz lubB08-ISO8859-9.pcf.gz lubB08-ISO8859-10.pcf.gz lubB08-ISO8859-13.pcf.gz lubB08-ISO8859-14.pcf.gz lubB08-ISO8859-15.pcf.gz lubB10-ISO8859-1.pcf.gz lubB10-ISO8859-2.pcf.gz lubB10-ISO8859-3.pcf.gz lubB10-ISO8859-4.pcf.gz lubB10-ISO8859-9.pcf.gz lubB10-ISO8859-10.pcf.gz lubB10-ISO8859-13.pcf.gz lubB10-ISO8859-14.pcf.gz lubB10-ISO8859-15.pcf.gz lubB12-ISO8859-1.pcf.gz lubB12-ISO8859-2.pcf.gz lubB12-ISO8859-3.pcf.gz lubB12-ISO8859-4.pcf.gz lubB12-ISO8859-9.pcf.gz lubB12-ISO8859-10.pcf.gz lubB12-ISO8859-13.pcf.gz lubB12-ISO8859-14.pcf.gz lubB12-ISO8859-15.pcf.gz lubB14-ISO8859-1.pcf.gz lubB14-ISO8859-2.pcf.gz lubB14-ISO8859-3.pcf.gz lubB14-ISO8859-4.pcf.gz lubB14-ISO8859-9.pcf.gz lubB14-ISO8859-10.pcf.gz lubB14-ISO8859-13.pcf.gz lubB14-ISO8859-14.pcf.gz lubB14-ISO8859-15.pcf.gz lubB18-ISO8859-1.pcf.gz lubB18-ISO8859-2.pcf.gz lubB18-ISO8859-3.pcf.gz lubB18-ISO8859-4.pcf.gz lubB18-ISO8859-9.pcf.gz lubB18-ISO8859-10.pcf.gz lubB18-ISO8859-13.pcf.gz lubB18-ISO8859-14.pcf.gz lubB18-ISO8859-15.pcf.gz lubB19-ISO8859-1.pcf.gz lubB19-ISO8859-2.pcf.gz lubB19-ISO8859-3.pcf.gz lubB19-ISO8859-4.pcf.gz lubB19-ISO8859-9.pcf.gz lubB19-ISO8859-10.pcf.gz lubB19-ISO8859-13.pcf.gz lubB19-ISO8859-14.pcf.gz lubB19-ISO8859-15.pcf.gz lubB24-ISO8859-1.pcf.gz lubB24-ISO8859-2.pcf.gz lubB24-ISO8859-3.pcf.gz lubB24-ISO8859-4.pcf.gz lubB24-ISO8859-9.pcf.gz lubB24-ISO8859-10.pcf.gz lubB24-ISO8859-13.pcf.gz lubB24-ISO8859-14.pcf.gz lubB24-ISO8859-15.pcf.gz lubBI08-ISO8859-1.pcf.gz lubBI08-ISO8859-2.pcf.gz lubBI08-ISO8859-3.pcf.gz lubBI08-ISO8859-4.pcf.gz lubBI08-ISO8859-9.pcf.gz lubBI08-ISO8859-10.pcf.gz lubBI08-ISO8859-13.pcf.gz lubBI08-ISO8859-14.pcf.gz lubBI08-ISO8859-15.pcf.gz lubBI10-ISO8859-1.pcf.gz lubBI10-ISO8859-2.pcf.gz lubBI10-ISO8859-3.pcf.gz lubBI10-ISO8859-4.pcf.gz lubBI10-ISO8859-9.pcf.gz lubBI10-ISO8859-10.pcf.gz lubBI10-ISO8859-13.pcf.gz lubBI10-ISO8859-14.pcf.gz lubBI10-ISO8859-15.pcf.gz lubBI12-ISO8859-1.pcf.gz lubBI12-ISO8859-2.pcf.gz lubBI12-ISO8859-3.pcf.gz lubBI12-ISO8859-4.pcf.gz lubBI12-ISO8859-9.pcf.gz lubBI12-ISO8859-10.pcf.gz lubBI12-ISO8859-13.pcf.gz lubBI12-ISO8859-14.pcf.gz lubBI12-ISO8859-15.pcf.gz lubBI14-ISO8859-1.pcf.gz lubBI14-ISO8859-2.pcf.gz lubBI14-ISO8859-3.pcf.gz lubBI14-ISO8859-4.pcf.gz lubBI14-ISO8859-9.pcf.gz lubBI14-ISO8859-10.pcf.gz lubBI14-ISO8859-13.pcf.gz lubBI14-ISO8859-14.pcf.gz lubBI14-ISO8859-15.pcf.gz lubBI18-ISO8859-1.pcf.gz lubBI18-ISO8859-2.pcf.gz lubBI18-ISO8859-3.pcf.gz lubBI18-ISO8859-4.pcf.gz lubBI18-ISO8859-9.pcf.gz lubBI18-ISO8859-10.pcf.gz lubBI18-ISO8859-13.pcf.gz lubBI18-ISO8859-14.pcf.gz lubBI18-ISO8859-15.pcf.gz lubBI19-ISO8859-1.pcf.gz lubBI19-ISO8859-2.pcf.gz lubBI19-ISO8859-3.pcf.gz lubBI19-ISO8859-4.pcf.gz lubBI19-ISO8859-9.pcf.gz lubBI19-ISO8859-10.pcf.gz lubBI19-ISO8859-13.pcf.gz lubBI19-ISO8859-14.pcf.gz lubBI19-ISO8859-15.pcf.gz lubBI24-ISO8859-1.pcf.gz lubBI24-ISO8859-2.pcf.gz lubBI24-ISO8859-3.pcf.gz lubBI24-ISO8859-4.pcf.gz lubBI24-ISO8859-9.pcf.gz lubBI24-ISO8859-10.pcf.gz lubBI24-ISO8859-13.pcf.gz lubBI24-ISO8859-14.pcf.gz lubBI24-ISO8859-15.pcf.gz lubI08-ISO8859-1.pcf.gz lubI08-ISO8859-2.pcf.gz lubI08-ISO8859-3.pcf.gz lubI08-ISO8859-4.pcf.gz lubI08-ISO8859-9.pcf.gz lubI08-ISO8859-10.pcf.gz lubI08-ISO8859-13.pcf.gz lubI08-ISO8859-14.pcf.gz lubI08-ISO8859-15.pcf.gz lubI10-ISO8859-1.pcf.gz lubI10-ISO8859-2.pcf.gz lubI10-ISO8859-3.pcf.gz lubI10-ISO8859-4.pcf.gz lubI10-ISO8859-9.pcf.gz lubI10-ISO8859-10.pcf.gz lubI10-ISO8859-13.pcf.gz lubI10-ISO8859-14.pcf.gz lubI10-ISO8859-15.pcf.gz lubI12-ISO8859-1.pcf.gz lubI12-ISO8859-2.pcf.gz lubI12-ISO8859-3.pcf.gz lubI12-ISO8859-4.pcf.gz lubI12-ISO8859-9.pcf.gz lubI12-ISO8859-10.pcf.gz lubI12-ISO8859-13.pcf.gz lubI12-ISO8859-14.pcf.gz lubI12-ISO8859-15.pcf.gz lubI14-ISO8859-1.pcf.gz lubI14-ISO8859-2.pcf.gz lubI14-ISO8859-3.pcf.gz lubI14-ISO8859-4.pcf.gz lubI14-ISO8859-9.pcf.gz lubI14-ISO8859-10.pcf.gz lubI14-ISO8859-13.pcf.gz lubI14-ISO8859-14.pcf.gz lubI14-ISO8859-15.pcf.gz lubI18-ISO8859-1.pcf.gz lubI18-ISO8859-2.pcf.gz lubI18-ISO8859-3.pcf.gz lubI18-ISO8859-4.pcf.gz lubI18-ISO8859-9.pcf.gz lubI18-ISO8859-10.pcf.gz lubI18-ISO8859-13.pcf.gz lubI18-ISO8859-14.pcf.gz lubI18-ISO8859-15.pcf.gz lubI19-ISO8859-1.pcf.gz lubI19-ISO8859-2.pcf.gz lubI19-ISO8859-3.pcf.gz lubI19-ISO8859-4.pcf.gz lubI19-ISO8859-9.pcf.gz lubI19-ISO8859-10.pcf.gz lubI19-ISO8859-13.pcf.gz lubI19-ISO8859-14.pcf.gz lubI19-ISO8859-15.pcf.gz lubI24-ISO8859-1.pcf.gz lubI24-ISO8859-2.pcf.gz lubI24-ISO8859-3.pcf.gz lubI24-ISO8859-4.pcf.gz lubI24-ISO8859-9.pcf.gz lubI24-ISO8859-10.pcf.gz lubI24-ISO8859-13.pcf.gz lubI24-ISO8859-14.pcf.gz lubI24-ISO8859-15.pcf.gz lubR08-ISO8859-1.pcf.gz lubR08-ISO8859-2.pcf.gz lubR08-ISO8859-3.pcf.gz lubR08-ISO8859-4.pcf.gz lubR08-ISO8859-9.pcf.gz lubR08-ISO8859-10.pcf.gz lubR08-ISO8859-13.pcf.gz lubR08-ISO8859-14.pcf.gz lubR08-ISO8859-15.pcf.gz lubR10-ISO8859-1.pcf.gz lubR10-ISO8859-2.pcf.gz lubR10-ISO8859-3.pcf.gz lubR10-ISO8859-4.pcf.gz lubR10-ISO8859-9.pcf.gz lubR10-ISO8859-10.pcf.gz lubR10-ISO8859-13.pcf.gz lubR10-ISO8859-14.pcf.gz lubR10-ISO8859-15.pcf.gz lubR12-ISO8859-1.pcf.gz lubR12-ISO8859-2.pcf.gz lubR12-ISO8859-3.pcf.gz lubR12-ISO8859-4.pcf.gz lubR12-ISO8859-9.pcf.gz lubR12-ISO8859-10.pcf.gz lubR12-ISO8859-13.pcf.gz lubR12-ISO8859-14.pcf.gz lubR12-ISO8859-15.pcf.gz lubR14-ISO8859-1.pcf.gz lubR14-ISO8859-2.pcf.gz lubR14-ISO8859-3.pcf.gz lubR14-ISO8859-4.pcf.gz lubR14-ISO8859-9.pcf.gz lubR14-ISO8859-10.pcf.gz lubR14-ISO8859-13.pcf.gz lubR14-ISO8859-14.pcf.gz lubR14-ISO8859-15.pcf.gz lubR18-ISO8859-1.pcf.gz lubR18-ISO8859-2.pcf.gz lubR18-ISO8859-3.pcf.gz lubR18-ISO8859-4.pcf.gz lubR18-ISO8859-9.pcf.gz lubR18-ISO8859-10.pcf.gz lubR18-ISO8859-13.pcf.gz lubR18-ISO8859-14.pcf.gz lubR18-ISO8859-15.pcf.gz lubR19-ISO8859-1.pcf.gz lubR19-ISO8859-2.pcf.gz lubR19-ISO8859-3.pcf.gz lubR19-ISO8859-4.pcf.gz lubR19-ISO8859-9.pcf.gz lubR19-ISO8859-10.pcf.gz lubR19-ISO8859-13.pcf.gz lubR19-ISO8859-14.pcf.gz lubR19-ISO8859-15.pcf.gz lubR24-ISO8859-1.pcf.gz lubR24-ISO8859-2.pcf.gz lubR24-ISO8859-3.pcf.gz lubR24-ISO8859-4.pcf.gz lubR24-ISO8859-9.pcf.gz lubR24-ISO8859-10.pcf.gz lubR24-ISO8859-13.pcf.gz lubR24-ISO8859-14.pcf.gz lubR24-ISO8859-15.pcf.gz --- cleandir-sbin --- cleandir ===> sbin/mount_filecore --- cleandir-external --- --- __docleandir --- --- cleandir-font-bh-lucidatypewriter-100dpi --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/100dpi/font-bh-lucidatypewriter-100dpi --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_filecore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_filecore mount_filecore.o fattr.o pathadj.o mount_filecore.ln fattr.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_filecore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_filecore mount_filecore.o fattr.o pathadj.o mount_filecore.ln fattr.ln pathadj.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_filecore && rm -f mount_filecore.html8 .depend fattr.d mount_filecore.d pathadj.d fattr.d.tmp mount_filecore.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_filecore && rm -f mount_filecore.html8 .depend fattr.d mount_filecore.d pathadj.d fattr.d.tmp mount_filecore.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/100dpi/font-bh-lucidatypewriter-100dpi && rm -f lutBS08-ISO8859-1.pcf.gz.tmp lutBS08-ISO8859-2.pcf.gz.tmp lutBS08-ISO8859-3.pcf.gz.tmp lutBS08-ISO8859-4.pcf.gz.tmp lutBS08-ISO8859-9.pcf.gz.tmp lutBS08-ISO8859-10.pcf.gz.tmp lutBS08-ISO8859-13.pcf.gz.tmp lutBS08-ISO8859-14.pcf.gz.tmp lutBS08-ISO8859-15.pcf.gz.tmp lutBS10-ISO8859-1.pcf.gz.tmp lutBS10-ISO8859-2.pcf.gz.tmp lutBS10-ISO8859-3.pcf.gz.tmp lutBS10-ISO8859-4.pcf.gz.tmp lutBS10-ISO8859-9.pcf.gz.tmp lutBS10-ISO8859-10.pcf.gz.tmp lutBS10-ISO8859-13.pcf.gz.tmp lutBS10-ISO8859-14.pcf.gz.tmp lutBS10-ISO8859-15.pcf.gz.tmp lutBS12-ISO8859-1.pcf.gz.tmp lutBS12-ISO8859-2.pcf.gz.tmp lutBS12-ISO8859-3.pcf.gz.tmp lutBS12-ISO8859-4.pcf.gz.tmp lutBS12-ISO8859-9.pcf.gz.tmp lutBS12-ISO8859-10.pcf.gz.tmp lutBS12-ISO8859-13.pcf.gz.tmp lutBS12-ISO8859-14.pcf.gz.tmp lutBS12-ISO8859-15.pcf.gz.tmp lutBS14-ISO8859-1.pcf.gz.tmp lutBS14-ISO8859-2.pcf.gz.tmp lutBS14-ISO8859-3.pcf.gz.tmp lutBS14-ISO8859-4.pcf.gz.tmp lutBS14-ISO8859-9.pcf.gz.tmp lutBS14-ISO8859-10.pcf.gz.tmp lutBS14-ISO8859-13.pcf.gz.tmp lutBS14-ISO8859-14.pcf.gz.tmp lutBS14-ISO8859-15.pcf.gz.tmp lutBS18-ISO8859-1.pcf.gz.tmp lutBS18-ISO8859-2.pcf.gz.tmp lutBS18-ISO8859-3.pcf.gz.tmp lutBS18-ISO8859-4.pcf.gz.tmp lutBS18-ISO8859-9.pcf.gz.tmp lutBS18-ISO8859-10.pcf.gz.tmp lutBS18-ISO8859-13.pcf.gz.tmp lutBS18-ISO8859-14.pcf.gz.tmp lutBS18-ISO8859-15.pcf.gz.tmp lutBS19-ISO8859-1.pcf.gz.tmp lutBS19-ISO8859-2.pcf.gz.tmp lutBS19-ISO8859-3.pcf.gz.tmp lutBS19-ISO8859-4.pcf.gz.tmp lutBS19-ISO8859-9.pcf.gz.tmp lutBS19-ISO8859-10.pcf.gz.tmp lutBS19-ISO8859-13.pcf.gz.tmp lutBS19-ISO8859-14.pcf.gz.tmp lutBS19-ISO8859-15.pcf.gz.tmp lutBS24-ISO8859-1.pcf.gz.tmp lutBS24-ISO8859-2.pcf.gz.tmp lutBS24-ISO8859-3.pcf.gz.tmp lutBS24-ISO8859-4.pcf.gz.tmp lutBS24-ISO8859-9.pcf.gz.tmp lutBS24-ISO8859-10.pcf.gz.tmp lutBS24-ISO8859-13.pcf.gz.tmp lutBS24-ISO8859-14.pcf.gz.tmp lutBS24-ISO8859-15.pcf.gz.tmp lutRS08-ISO8859-1.pcf.gz.tmp lutRS08-ISO8859-2.pcf.gz.tmp lutRS08-ISO8859-3.pcf.gz.tmp lutRS08-ISO8859-4.pcf.gz.tmp lutRS08-ISO8859-9.pcf.gz.tmp lutRS08-ISO8859-10.pcf.gz.tmp lutRS08-ISO8859-13.pcf.gz.tmp lutRS08-ISO8859-14.pcf.gz.tmp lutRS08-ISO8859-15.pcf.gz.tmp lutRS10-ISO8859-1.pcf.gz.tmp lutRS10-ISO8859-2.pcf.gz.tmp lutRS10-ISO8859-3.pcf.gz.tmp lutRS10-ISO8859-4.pcf.gz.tmp lutRS10-ISO8859-9.pcf.gz.tmp lutRS10-ISO8859-10.pcf.gz.tmp lutRS10-ISO8859-13.pcf.gz.tmp lutRS10-ISO8859-14.pcf.gz.tmp lutRS10-ISO8859-15.pcf.gz.tmp lutRS12-ISO8859-1.pcf.gz.tmp lutRS12-ISO8859-2.pcf.gz.tmp lutRS12-ISO8859-3.pcf.gz.tmp lutRS12-ISO8859-4.pcf.gz.tmp lutRS12-ISO8859-9.pcf.gz.tmp lutRS12-ISO8859-10.pcf.gz.tmp lutRS12-ISO8859-13.pcf.gz.tmp lutRS12-ISO8859-14.pcf.gz.tmp lutRS12-ISO8859-15.pcf.gz.tmp lutRS14-ISO8859-1.pcf.gz.tmp lutRS14-ISO8859-2.pcf.gz.tmp lutRS14-ISO8859-3.pcf.gz.tmp lutRS14-ISO8859-4.pcf.gz.tmp lutRS14-ISO8859-9.pcf.gz.tmp lutRS14-ISO8859-10.pcf.gz.tmp lutRS14-ISO8859-13.pcf.gz.tmp lutRS14-ISO8859-14.pcf.gz.tmp lutRS14-ISO8859-15.pcf.gz.tmp lutRS18-ISO8859-1.pcf.gz.tmp lutRS18-ISO8859-2.pcf.gz.tmp lutRS18-ISO8859-3.pcf.gz.tmp lutRS18-ISO8859-4.pcf.gz.tmp lutRS18-ISO8859-9.pcf.gz.tmp lutRS18-ISO8859-10.pcf.gz.tmp lutRS18-ISO8859-13.pcf.gz.tmp lutRS18-ISO8859-14.pcf.gz.tmp lutRS18-ISO8859-15.pcf.gz.tmp lutRS19-ISO8859-1.pcf.gz.tmp lutRS19-ISO8859-2.pcf.gz.tmp lutRS19-ISO8859-3.pcf.gz.tmp lutRS19-ISO8859-4.pcf.gz.tmp lutRS19-ISO8859-9.pcf.gz.tmp lutRS19-ISO8859-10.pcf.gz.tmp lutRS19-ISO8859-13.pcf.gz.tmp lutRS19-ISO8859-14.pcf.gz.tmp lutRS19-ISO8859-15.pcf.gz.tmp lutRS24-ISO8859-1.pcf.gz.tmp lutRS24-ISO8859-2.pcf.gz.tmp lutRS24-ISO8859-3.pcf.gz.tmp lutRS24-ISO8859-4.pcf.gz.tmp lutRS24-ISO8859-9.pcf.gz.tmp lutRS24-ISO8859-10.pcf.gz.tmp lutRS24-ISO8859-13.pcf.gz.tmp lutRS24-ISO8859-14.pcf.gz.tmp lutRS24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- cleandir-mount_ffs --- cleandir ===> sbin/mount_ffs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/100dpi/font-bh-lucidatypewriter-100dpi && rm -f lutBS08-ISO8859-1.pcf.gz.tmp lutBS08-ISO8859-2.pcf.gz.tmp lutBS08-ISO8859-3.pcf.gz.tmp lutBS08-ISO8859-4.pcf.gz.tmp lutBS08-ISO8859-9.pcf.gz.tmp lutBS08-ISO8859-10.pcf.gz.tmp lutBS08-ISO8859-13.pcf.gz.tmp lutBS08-ISO8859-14.pcf.gz.tmp lutBS08-ISO8859-15.pcf.gz.tmp lutBS10-ISO8859-1.pcf.gz.tmp lutBS10-ISO8859-2.pcf.gz.tmp lutBS10-ISO8859-3.pcf.gz.tmp lutBS10-ISO8859-4.pcf.gz.tmp lutBS10-ISO8859-9.pcf.gz.tmp lutBS10-ISO8859-10.pcf.gz.tmp lutBS10-ISO8859-13.pcf.gz.tmp lutBS10-ISO8859-14.pcf.gz.tmp lutBS10-ISO8859-15.pcf.gz.tmp lutBS12-ISO8859-1.pcf.gz.tmp lutBS12-ISO8859-2.pcf.gz.tmp lutBS12-ISO8859-3.pcf.gz.tmp lutBS12-ISO8859-4.pcf.gz.tmp lutBS12-ISO8859-9.pcf.gz.tmp lutBS12-ISO8859-10.pcf.gz.tmp lutBS12-ISO8859-13.pcf.gz.tmp lutBS12-ISO8859-14.pcf.gz.tmp lutBS12-ISO8859-15.pcf.gz.tmp lutBS14-ISO8859-1.pcf.gz.tmp lutBS14-ISO8859-2.pcf.gz.tmp lutBS14-ISO8859-3.pcf.gz.tmp lutBS14-ISO8859-4.pcf.gz.tmp lutBS14-ISO8859-9.pcf.gz.tmp lutBS14-ISO8859-10.pcf.gz.tmp lutBS14-ISO8859-13.pcf.gz.tmp lutBS14-ISO8859-14.pcf.gz.tmp lutBS14-ISO8859-15.pcf.gz.tmp lutBS18-ISO8859-1.pcf.gz.tmp lutBS18-ISO8859-2.pcf.gz.tmp lutBS18-ISO8859-3.pcf.gz.tmp lutBS18-ISO8859-4.pcf.gz.tmp lutBS18-ISO8859-9.pcf.gz.tmp lutBS18-ISO8859-10.pcf.gz.tmp lutBS18-ISO8859-13.pcf.gz.tmp lutBS18-ISO8859-14.pcf.gz.tmp lutBS18-ISO8859-15.pcf.gz.tmp lutBS19-ISO8859-1.pcf.gz.tmp lutBS19-ISO8859-2.pcf.gz.tmp lutBS19-ISO8859-3.pcf.gz.tmp lutBS19-ISO8859-4.pcf.gz.tmp lutBS19-ISO8859-9.pcf.gz.tmp lutBS19-ISO8859-10.pcf.gz.tmp lutBS19-ISO8859-13.pcf.gz.tmp lutBS19-ISO8859-14.pcf.gz.tmp lutBS19-ISO8859-15.pcf.gz.tmp lutBS24-ISO8859-1.pcf.gz.tmp lutBS24-ISO8859-2.pcf.gz.tmp lutBS24-ISO8859-3.pcf.gz.tmp lutBS24-ISO8859-4.pcf.gz.tmp lutBS24-ISO8859-9.pcf.gz.tmp lutBS24-ISO8859-10.pcf.gz.tmp lutBS24-ISO8859-13.pcf.gz.tmp lutBS24-ISO8859-14.pcf.gz.tmp lutBS24-ISO8859-15.pcf.gz.tmp lutRS08-ISO8859-1.pcf.gz.tmp lutRS08-ISO8859-2.pcf.gz.tmp lutRS08-ISO8859-3.pcf.gz.tmp lutRS08-ISO8859-4.pcf.gz.tmp lutRS08-ISO8859-9.pcf.gz.tmp lutRS08-ISO8859-10.pcf.gz.tmp lutRS08-ISO8859-13.pcf.gz.tmp lutRS08-ISO8859-14.pcf.gz.tmp lutRS08-ISO8859-15.pcf.gz.tmp lutRS10-ISO8859-1.pcf.gz.tmp lutRS10-ISO8859-2.pcf.gz.tmp lutRS10-ISO8859-3.pcf.gz.tmp lutRS10-ISO8859-4.pcf.gz.tmp lutRS10-ISO8859-9.pcf.gz.tmp lutRS10-ISO8859-10.pcf.gz.tmp lutRS10-ISO8859-13.pcf.gz.tmp lutRS10-ISO8859-14.pcf.gz.tmp lutRS10-ISO8859-15.pcf.gz.tmp lutRS12-ISO8859-1.pcf.gz.tmp lutRS12-ISO8859-2.pcf.gz.tmp lutRS12-ISO8859-3.pcf.gz.tmp lutRS12-ISO8859-4.pcf.gz.tmp lutRS12-ISO8859-9.pcf.gz.tmp lutRS12-ISO8859-10.pcf.gz.tmp lutRS12-ISO8859-13.pcf.gz.tmp lutRS12-ISO8859-14.pcf.gz.tmp lutRS12-ISO8859-15.pcf.gz.tmp lutRS14-ISO8859-1.pcf.gz.tmp lutRS14-ISO8859-2.pcf.gz.tmp lutRS14-ISO8859-3.pcf.gz.tmp lutRS14-ISO8859-4.pcf.gz.tmp lutRS14-ISO8859-9.pcf.gz.tmp lutRS14-ISO8859-10.pcf.gz.tmp lutRS14-ISO8859-13.pcf.gz.tmp lutRS14-ISO8859-14.pcf.gz.tmp lutRS14-ISO8859-15.pcf.gz.tmp lutRS18-ISO8859-1.pcf.gz.tmp lutRS18-ISO8859-2.pcf.gz.tmp lutRS18-ISO8859-3.pcf.gz.tmp lutRS18-ISO8859-4.pcf.gz.tmp lutRS18-ISO8859-9.pcf.gz.tmp lutRS18-ISO8859-10.pcf.gz.tmp lutRS18-ISO8859-13.pcf.gz.tmp lutRS18-ISO8859-14.pcf.gz.tmp lutRS18-ISO8859-15.pcf.gz.tmp lutRS19-ISO8859-1.pcf.gz.tmp lutRS19-ISO8859-2.pcf.gz.tmp lutRS19-ISO8859-3.pcf.gz.tmp lutRS19-ISO8859-4.pcf.gz.tmp lutRS19-ISO8859-9.pcf.gz.tmp lutRS19-ISO8859-10.pcf.gz.tmp lutRS19-ISO8859-13.pcf.gz.tmp lutRS19-ISO8859-14.pcf.gz.tmp lutRS19-ISO8859-15.pcf.gz.tmp lutRS24-ISO8859-1.pcf.gz.tmp lutRS24-ISO8859-2.pcf.gz.tmp lutRS24-ISO8859-3.pcf.gz.tmp lutRS24-ISO8859-4.pcf.gz.tmp lutRS24-ISO8859-9.pcf.gz.tmp lutRS24-ISO8859-10.pcf.gz.tmp lutRS24-ISO8859-13.pcf.gz.tmp lutRS24-ISO8859-14.pcf.gz.tmp lutRS24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleanfonts --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_ffs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_ffs mount_ffs.o pathadj.o mount_ffs.ln pathadj.ln || true) --- cleandir-external --- rm -f lutBS08-ISO8859-1.bdf lutBS08-ISO8859-2.bdf lutBS08-ISO8859-3.bdf lutBS08-ISO8859-4.bdf lutBS08-ISO8859-9.bdf lutBS08-ISO8859-10.bdf lutBS08-ISO8859-13.bdf lutBS08-ISO8859-14.bdf lutBS08-ISO8859-15.bdf lutBS10-ISO8859-1.bdf lutBS10-ISO8859-2.bdf lutBS10-ISO8859-3.bdf lutBS10-ISO8859-4.bdf lutBS10-ISO8859-9.bdf lutBS10-ISO8859-10.bdf lutBS10-ISO8859-13.bdf lutBS10-ISO8859-14.bdf lutBS10-ISO8859-15.bdf lutBS12-ISO8859-1.bdf lutBS12-ISO8859-2.bdf lutBS12-ISO8859-3.bdf lutBS12-ISO8859-4.bdf lutBS12-ISO8859-9.bdf lutBS12-ISO8859-10.bdf lutBS12-ISO8859-13.bdf lutBS12-ISO8859-14.bdf lutBS12-ISO8859-15.bdf lutBS14-ISO8859-1.bdf lutBS14-ISO8859-2.bdf lutBS14-ISO8859-3.bdf lutBS14-ISO8859-4.bdf lutBS14-ISO8859-9.bdf lutBS14-ISO8859-10.bdf lutBS14-ISO8859-13.bdf lutBS14-ISO8859-14.bdf lutBS14-ISO8859-15.bdf lutBS18-ISO8859-1.bdf lutBS18-ISO8859-2.bdf lutBS18-ISO8859-3.bdf lutBS18-ISO8859-4.bdf lutBS18-ISO8859-9.bdf lutBS18-ISO8859-10.bdf lutBS18-ISO8859-13.bdf lutBS18-ISO8859-14.bdf lutBS18-ISO8859-15.bdf lutBS19-ISO8859-1.bdf lutBS19-ISO8859-2.bdf lutBS19-ISO8859-3.bdf lutBS19-ISO8859-4.bdf lutBS19-ISO8859-9.bdf lutBS19-ISO8859-10.bdf lutBS19-ISO8859-13.bdf lutBS19-ISO8859-14.bdf lutBS19-ISO8859-15.bdf lutBS24-ISO8859-1.bdf lutBS24-ISO8859-2.bdf lutBS24-ISO8859-3.bdf lutBS24-ISO8859-4.bdf lutBS24-ISO8859-9.bdf lutBS24-ISO8859-10.bdf lutBS24-ISO8859-13.bdf lutBS24-ISO8859-14.bdf lutBS24-ISO8859-15.bdf lutRS08-ISO8859-1.bdf lutRS08-ISO8859-2.bdf lutRS08-ISO8859-3.bdf lutRS08-ISO8859-4.bdf lutRS08-ISO8859-9.bdf lutRS08-ISO8859-10.bdf lutRS08-ISO8859-13.bdf lutRS08-ISO8859-14.bdf lutRS08-ISO8859-15.bdf lutRS10-ISO8859-1.bdf lutRS10-ISO8859-2.bdf lutRS10-ISO8859-3.bdf lutRS10-ISO8859-4.bdf lutRS10-ISO8859-9.bdf lutRS10-ISO8859-10.bdf lutRS10-ISO8859-13.bdf lutRS10-ISO8859-14.bdf lutRS10-ISO8859-15.bdf lutRS12-ISO8859-1.bdf lutRS12-ISO8859-2.bdf lutRS12-ISO8859-3.bdf lutRS12-ISO8859-4.bdf lutRS12-ISO8859-9.bdf lutRS12-ISO8859-10.bdf lutRS12-ISO8859-13.bdf lutRS12-ISO8859-14.bdf lutRS12-ISO8859-15.bdf lutRS14-ISO8859-1.bdf lutRS14-ISO8859-2.bdf lutRS14-ISO8859-3.bdf lutRS14-ISO8859-4.bdf lutRS14-ISO8859-9.bdf lutRS14-ISO8859-10.bdf lutRS14-ISO8859-13.bdf lutRS14-ISO8859-14.bdf lutRS14-ISO8859-15.bdf lutRS18-ISO8859-1.bdf lutRS18-ISO8859-2.bdf lutRS18-ISO8859-3.bdf lutRS18-ISO8859-4.bdf lutRS18-ISO8859-9.bdf lutRS18-ISO8859-10.bdf lutRS18-ISO8859-13.bdf lutRS18-ISO8859-14.bdf lutRS18-ISO8859-15.bdf lutRS19-ISO8859-1.bdf lutRS19-ISO8859-2.bdf lutRS19-ISO8859-3.bdf lutRS19-ISO8859-4.bdf lutRS19-ISO8859-9.bdf lutRS19-ISO8859-10.bdf lutRS19-ISO8859-13.bdf lutRS19-ISO8859-14.bdf lutRS19-ISO8859-15.bdf lutRS24-ISO8859-1.bdf lutRS24-ISO8859-2.bdf lutRS24-ISO8859-3.bdf lutRS24-ISO8859-4.bdf lutRS24-ISO8859-9.bdf lutRS24-ISO8859-10.bdf lutRS24-ISO8859-13.bdf lutRS24-ISO8859-14.bdf lutRS24-ISO8859-15.bdf rm -f lutBS08-ISO8859-1.pcf.gz lutBS08-ISO8859-2.pcf.gz lutBS08-ISO8859-3.pcf.gz lutBS08-ISO8859-4.pcf.gz lutBS08-ISO8859-9.pcf.gz lutBS08-ISO8859-10.pcf.gz lutBS08-ISO8859-13.pcf.gz lutBS08-ISO8859-14.pcf.gz lutBS08-ISO8859-15.pcf.gz lutBS10-ISO8859-1.pcf.gz lutBS10-ISO8859-2.pcf.gz lutBS10-ISO8859-3.pcf.gz lutBS10-ISO8859-4.pcf.gz lutBS10-ISO8859-9.pcf.gz lutBS10-ISO8859-10.pcf.gz lutBS10-ISO8859-13.pcf.gz lutBS10-ISO8859-14.pcf.gz lutBS10-ISO8859-15.pcf.gz lutBS12-ISO8859-1.pcf.gz lutBS12-ISO8859-2.pcf.gz lutBS12-ISO8859-3.pcf.gz lutBS12-ISO8859-4.pcf.gz lutBS12-ISO8859-9.pcf.gz lutBS12-ISO8859-10.pcf.gz lutBS12-ISO8859-13.pcf.gz lutBS12-ISO8859-14.pcf.gz lutBS12-ISO8859-15.pcf.gz lutBS14-ISO8859-1.pcf.gz lutBS14-ISO8859-2.pcf.gz lutBS14-ISO8859-3.pcf.gz lutBS14-ISO8859-4.pcf.gz lutBS14-ISO8859-9.pcf.gz lutBS14-ISO8859-10.pcf.gz lutBS14-ISO8859-13.pcf.gz lutBS14-ISO8859-14.pcf.gz lutBS14-ISO8859-15.pcf.gz lutBS18-ISO8859-1.pcf.gz lutBS18-ISO8859-2.pcf.gz lutBS18-ISO8859-3.pcf.gz lutBS18-ISO8859-4.pcf.gz lutBS18-ISO8859-9.pcf.gz lutBS18-ISO8859-10.pcf.gz lutBS18-ISO8859-13.pcf.gz lutBS18-ISO8859-14.pcf.gz lutBS18-ISO8859-15.pcf.gz lutBS19-ISO8859-1.pcf.gz lutBS19-ISO8859-2.pcf.gz lutBS19-ISO8859-3.pcf.gz lutBS19-ISO8859-4.pcf.gz lutBS19-ISO8859-9.pcf.gz lutBS19-ISO8859-10.pcf.gz lutBS19-ISO8859-13.pcf.gz lutBS19-ISO8859-14.pcf.gz lutBS19-ISO8859-15.pcf.gz lutBS24-ISO8859-1.pcf.gz lutBS24-ISO8859-2.pcf.gz lutBS24-ISO8859-3.pcf.gz lutBS24-ISO8859-4.pcf.gz lutBS24-ISO8859-9.pcf.gz lutBS24-ISO8859-10.pcf.gz lutBS24-ISO8859-13.pcf.gz lutBS24-ISO8859-14.pcf.gz lutBS24-ISO8859-15.pcf.gz lutRS08-ISO8859-1.pcf.gz lutRS08-ISO8859-2.pcf.gz lutRS08-ISO8859-3.pcf.gz lutRS08-ISO8859-4.pcf.gz lutRS08-ISO8859-9.pcf.gz lutRS08-ISO8859-10.pcf.gz lutRS08-ISO8859-13.pcf.gz lutRS08-ISO8859-14.pcf.gz lutRS08-ISO8859-15.pcf.gz lutRS10-ISO8859-1.pcf.gz lutRS10-ISO8859-2.pcf.gz lutRS10-ISO8859-3.pcf.gz lutRS10-ISO8859-4.pcf.gz lutRS10-ISO8859-9.pcf.gz lutRS10-ISO8859-10.pcf.gz lutRS10-ISO8859-13.pcf.gz lutRS10-ISO8859-14.pcf.gz lutRS10-ISO8859-15.pcf.gz lutRS12-ISO8859-1.pcf.gz lutRS12-ISO8859-2.pcf.gz lutRS12-ISO8859-3.pcf.gz lutRS12-ISO8859-4.pcf.gz lutRS12-ISO8859-9.pcf.gz lutRS12-ISO8859-10.pcf.gz lutRS12-ISO8859-13.pcf.gz lutRS12-ISO8859-14.pcf.gz lutRS12-ISO8859-15.pcf.gz lutRS14-ISO8859-1.pcf.gz lutRS14-ISO8859-2.pcf.gz lutRS14-ISO8859-3.pcf.gz lutRS14-ISO8859-4.pcf.gz lutRS14-ISO8859-9.pcf.gz lutRS14-ISO8859-10.pcf.gz lutRS14-ISO8859-13.pcf.gz lutRS14-ISO8859-14.pcf.gz lutRS14-ISO8859-15.pcf.gz lutRS18-ISO8859-1.pcf.gz lutRS18-ISO8859-2.pcf.gz lutRS18-ISO8859-3.pcf.gz lutRS18-ISO8859-4.pcf.gz lutRS18-ISO8859-9.pcf.gz lutRS18-ISO8859-10.pcf.gz lutRS18-ISO8859-13.pcf.gz lutRS18-ISO8859-14.pcf.gz lutRS18-ISO8859-15.pcf.gz lutRS19-ISO8859-1.pcf.gz lutRS19-ISO8859-2.pcf.gz lutRS19-ISO8859-3.pcf.gz lutRS19-ISO8859-4.pcf.gz lutRS19-ISO8859-9.pcf.gz lutRS19-ISO8859-10.pcf.gz lutRS19-ISO8859-13.pcf.gz lutRS19-ISO8859-14.pcf.gz lutRS19-ISO8859-15.pcf.gz lutRS24-ISO8859-1.pcf.gz lutRS24-ISO8859-2.pcf.gz lutRS24-ISO8859-3.pcf.gz lutRS24-ISO8859-4.pcf.gz lutRS24-ISO8859-9.pcf.gz lutRS24-ISO8859-10.pcf.gz lutRS24-ISO8859-13.pcf.gz lutRS24-ISO8859-14.pcf.gz lutRS24-ISO8859-15.pcf.gz --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_ffs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_ffs mount_ffs.o pathadj.o mount_ffs.ln pathadj.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-font-bitstream-100dpi --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/100dpi/font-bitstream-100dpi --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_ffs && rm -f mount_ffs.html8 .depend mount_ffs.d pathadj.d mount_ffs.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_ffs && rm -f mount_ffs.html8 .depend mount_ffs.d pathadj.d mount_ffs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- cleandir-mount_hfs --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/100dpi/font-bitstream-100dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- cleandir ===> sbin/mount_hfs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/100dpi/font-bitstream-100dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_hfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_hfs mount_hfs.o pathadj.o mount_hfs.ln pathadj.ln || true) --- cleandir-external --- --- cleandir-75dpi --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_hfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_hfs mount_hfs.o pathadj.o mount_hfs.ln pathadj.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/75dpi --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_hfs && rm -f mount_hfs.html8 .depend mount_hfs.d pathadj.d mount_hfs.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_hfs && rm -f mount_hfs.html8 .depend mount_hfs.d pathadj.d mount_hfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleandir-font-adobe-75dpi --- --- cleandir-sbin --- --- cleandir-mount_kernfs --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/75dpi/font-adobe-75dpi --- cleandir-sbin --- cleandir ===> sbin/mount_kernfs --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_kernfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_kernfs mount_kernfs.o pathadj.o mount_kernfs.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_kernfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_kernfs mount_kernfs.o pathadj.o mount_kernfs.ln pathadj.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_kernfs && rm -f mount_kernfs.html8 .depend mount_kernfs.d pathadj.d mount_kernfs.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_kernfs && rm -f mount_kernfs.html8 .depend mount_kernfs.d pathadj.d mount_kernfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_lfs --- cleandir ===> sbin/mount_lfs --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/75dpi/font-adobe-75dpi && rm -f courB08-ISO8859-1.pcf.gz.tmp courB08-ISO8859-2.pcf.gz.tmp courB08-ISO8859-3.pcf.gz.tmp courB08-ISO8859-4.pcf.gz.tmp courB08-ISO8859-9.pcf.gz.tmp courB08-ISO8859-10.pcf.gz.tmp courB08-ISO8859-13.pcf.gz.tmp courB08-ISO8859-14.pcf.gz.tmp courB08-ISO8859-15.pcf.gz.tmp courB10-ISO8859-1.pcf.gz.tmp courB10-ISO8859-2.pcf.gz.tmp courB10-ISO8859-3.pcf.gz.tmp courB10-ISO8859-4.pcf.gz.tmp courB10-ISO8859-9.pcf.gz.tmp courB10-ISO8859-10.pcf.gz.tmp courB10-ISO8859-13.pcf.gz.tmp courB10-ISO8859-14.pcf.gz.tmp courB10-ISO8859-15.pcf.gz.tmp courB12-ISO8859-1.pcf.gz.tmp courB12-ISO8859-2.pcf.gz.tmp courB12-ISO8859-3.pcf.gz.tmp courB12-ISO8859-4.pcf.gz.tmp courB12-ISO8859-9.pcf.gz.tmp courB12-ISO8859-10.pcf.gz.tmp courB12-ISO8859-13.pcf.gz.tmp courB12-ISO8859-14.pcf.gz.tmp courB12-ISO8859-15.pcf.gz.tmp courB14-ISO8859-1.pcf.gz.tmp courB14-ISO8859-2.pcf.gz.tmp courB14-ISO8859-3.pcf.gz.tmp courB14-ISO8859-4.pcf.gz.tmp courB14-ISO8859-9.pcf.gz.tmp courB14-ISO8859-10.pcf.gz.tmp courB14-ISO8859-13.pcf.gz.tmp courB14-ISO8859-14.pcf.gz.tmp courB14-ISO8859-15.pcf.gz.tmp courB18-ISO8859-1.pcf.gz.tmp courB18-ISO8859-2.pcf.gz.tmp courB18-ISO8859-3.pcf.gz.tmp courB18-ISO8859-4.pcf.gz.tmp courB18-ISO8859-9.pcf.gz.tmp courB18-ISO8859-10.pcf.gz.tmp courB18-ISO8859-13.pcf.gz.tmp courB18-ISO8859-14.pcf.gz.tmp courB18-ISO8859-15.pcf.gz.tmp courB24-ISO8859-1.pcf.gz.tmp courB24-ISO8859-2.pcf.gz.tmp courB24-ISO8859-3.pcf.gz.tmp courB24-ISO8859-4.pcf.gz.tmp courB24-ISO8859-9.pcf.gz.tmp courB24-ISO8859-10.pcf.gz.tmp courB24-ISO8859-13.pcf.gz.tmp courB24-ISO8859-14.pcf.gz.tmp courB24-ISO8859-15.pcf.gz.tmp courBO08-ISO8859-1.pcf.gz.tmp courBO08-ISO8859-2.pcf.gz.tmp courBO08-ISO8859-3.pcf.gz.tmp courBO08-ISO8859-4.pcf.gz.tmp courBO08-ISO8859-9.pcf.gz.tmp courBO08-ISO8859-10.pcf.gz.tmp courBO08-ISO8859-13.pcf.gz.tmp courBO08-ISO8859-14.pcf.gz.tmp courBO08-ISO8859-15.pcf.gz.tmp courBO10-ISO8859-1.pcf.gz.tmp courBO10-ISO8859-2.pcf.gz.tmp courBO10-ISO8859-3.pcf.gz.tmp courBO10-ISO8859-4.pcf.gz.tmp courBO10-ISO8859-9.pcf.gz.tmp courBO10-ISO8859-10.pcf.gz.tmp courBO10-ISO8859-13.pcf.gz.tmp courBO10-ISO8859-14.pcf.gz.tmp courBO10-ISO8859-15.pcf.gz.tmp courBO12-ISO8859-1.pcf.gz.tmp courBO12-ISO8859-2.pcf.gz.tmp courBO12-ISO8859-3.pcf.gz.tmp courBO12-ISO8859-4.pcf.gz.tmp courBO12-ISO8859-9.pcf.gz.tmp courBO12-ISO8859-10.pcf.gz.tmp courBO12-ISO8859-13.pcf.gz.tmp courBO12-ISO8859-14.pcf.gz.tmp courBO12-ISO8859-15.pcf.gz.tmp courBO14-ISO8859-1.pcf.gz.tmp courBO14-ISO8859-2.pcf.gz.tmp courBO14-ISO8859-3.pcf.gz.tmp courBO14-ISO8859-4.pcf.gz.tmp courBO14-ISO8859-9.pcf.gz.tmp courBO14-ISO8859-10.pcf.gz.tmp courBO14-ISO8859-13.pcf.gz.tmp courBO14-ISO8859-14.pcf.gz.tmp courBO14-ISO8859-15.pcf.gz.tmp courBO18-ISO8859-1.pcf.gz.tmp courBO18-ISO8859-2.pcf.gz.tmp courBO18-ISO8859-3.pcf.gz.tmp courBO18-ISO8859-4.pcf.gz.tmp courBO18-ISO8859-9.pcf.gz.tmp courBO18-ISO8859-10.pcf.gz.tmp courBO18-ISO8859-13.pcf.gz.tmp courBO18-ISO8859-14.pcf.gz.tmp courBO18-ISO8859-15.pcf.gz.tmp courBO24-ISO8859-1.pcf.gz.tmp courBO24-ISO8859-2.pcf.gz.tmp courBO24-ISO8859-3.pcf.gz.tmp courBO24-ISO8859-4.pcf.gz.tmp courBO24-ISO8859-9.pcf.gz.tmp courBO24-ISO8859-10.pcf.gz.tmp courBO24-ISO8859-13.pcf.gz.tmp courBO24-ISO8859-14.pcf.gz.tmp courBO24-ISO8859-15.pcf.gz.tmp courO08-ISO8859-1.pcf.gz.tmp courO08-ISO8859-2.pcf.gz.tmp courO08-ISO8859-3.pcf.gz.tmp courO08-ISO8859-4.pcf.gz.tmp courO08-ISO8859-9.pcf.gz.tmp courO08-ISO8859-10.pcf.gz.tmp courO08-ISO8859-13.pcf.gz.tmp courO08-ISO8859-14.pcf.gz.tmp courO08-ISO8859-15.pcf.gz.tmp courO10-ISO8859-1.pcf.gz.tmp courO10-ISO8859-2.pcf.gz.tmp courO10-ISO8859-3.pcf.gz.tmp courO10-ISO8859-4.pcf.gz.tmp courO10-ISO8859-9.pcf.gz.tmp courO10-ISO8859-10.pcf.gz.tmp courO10-ISO8859-13.pcf.gz.tmp courO10-ISO8859-14.pcf.gz.tmp courO10-ISO8859-15.pcf.gz.tmp courO12-ISO8859-1.pcf.gz.tmp courO12-ISO8859-2.pcf.gz.tmp courO12-ISO8859-3.pcf.gz.tmp courO12-ISO8859-4.pcf.gz.tmp courO12-ISO8859-9.pcf.gz.tmp courO12-ISO8859-10.pcf.gz.tmp courO12-ISO8859-13.pcf.gz.tmp courO12-ISO8859-14.pcf.gz.tmp courO12-ISO8859-15.pcf.gz.tmp courO14-ISO8859-1.pcf.gz.tmp courO14-ISO8859-2.pcf.gz.tmp courO14-ISO8859-3.pcf.gz.tmp courO14-ISO8859-4.pcf.gz.tmp courO14-ISO8859-9.pcf.gz.tmp courO14-ISO8859-10.pcf.gz.tmp courO14-ISO8859-13.pcf.gz.tmp courO14-ISO8859-14.pcf.gz.tmp courO14-ISO8859-15.pcf.gz.tmp courO18-ISO8859-1.pcf.gz.tmp courO18-ISO8859-2.pcf.gz.tmp courO18-ISO8859-3.pcf.gz.tmp courO18-ISO8859-4.pcf.gz.tmp courO18-ISO8859-9.pcf.gz.tmp courO18-ISO8859-10.pcf.gz.tmp courO18-ISO8859-13.pcf.gz.tmp courO18-ISO8859-14.pcf.gz.tmp courO18-ISO8859-15.pcf.gz.tmp courO24-ISO8859-1.pcf.gz.tmp courO24-ISO8859-2.pcf.gz.tmp courO24-ISO8859-3.pcf.gz.tmp courO24-ISO8859-4.pcf.gz.tmp courO24-ISO8859-9.pcf.gz.tmp courO24-ISO8859-10.pcf.gz.tmp courO24-ISO8859-13.pcf.gz.tmp courO24-ISO8859-14.pcf.gz.tmp courO24-ISO8859-15.pcf.gz.tmp courR08-ISO8859-1.pcf.gz.tmp courR08-ISO8859-2.pcf.gz.tmp courR08-ISO8859-3.pcf.gz.tmp courR08-ISO8859-4.pcf.gz.tmp courR08-ISO8859-9.pcf.gz.tmp courR08-ISO8859-10.pcf.gz.tmp courR08-ISO8859-13.pcf.gz.tmp courR08-ISO8859-14.pcf.gz.tmp courR08-ISO8859-15.pcf.gz.tmp courR10-ISO8859-1.pcf.gz.tmp courR10-ISO8859-2.pcf.gz.tmp courR10-ISO8859-3.pcf.gz.tmp courR10-ISO8859-4.pcf.gz.tmp courR10-ISO8859-9.pcf.gz.tmp courR10-ISO8859-10.pcf.gz.tmp courR10-ISO8859-13.pcf.gz.tmp courR10-ISO8859-14.pcf.gz.tmp courR10-ISO8859-15.pcf.gz.tmp courR12-ISO8859-1.pcf.gz.tmp courR12-ISO8859-2.pcf.gz.tmp courR12-ISO8859-3.pcf.gz.tmp courR12-ISO8859-4.pcf.gz.tmp courR12-ISO8859-9.pcf.gz.tmp courR12-ISO8859-10.pcf.gz.tmp courR12-ISO8859-13.pcf.gz.tmp courR12-ISO8859-14.pcf.gz.tmp courR12-ISO8859-15.pcf.gz.tmp courR14-ISO8859-1.pcf.gz.tmp courR14-ISO8859-2.pcf.gz.tmp courR14-ISO8859-3.pcf.gz.tmp courR14-ISO8859-4.pcf.gz.tmp courR14-ISO8859-9.pcf.gz.tmp courR14-ISO8859-10.pcf.gz.tmp courR14-ISO8859-13.pcf.gz.tmp courR14-ISO8859-14.pcf.gz.tmp courR14-ISO8859-15.pcf.gz.tmp courR18-ISO8859-1.pcf.gz.tmp courR18-ISO8859-2.pcf.gz.tmp courR18-ISO8859-3.pcf.gz.tmp courR18-ISO8859-4.pcf.gz.tmp courR18-ISO8859-9.pcf.gz.tmp courR18-ISO8859-10.pcf.gz.tmp courR18-ISO8859-13.pcf.gz.tmp courR18-ISO8859-14.pcf.gz.tmp courR18-ISO8859-15.pcf.gz.tmp courR24-ISO8859-1.pcf.gz.tmp courR24-ISO8859-2.pcf.gz.tmp courR24-ISO8859-3.pcf.gz.tmp courR24-ISO8859-4.pcf.gz.tmp courR24-ISO8859-9.pcf.gz.tmp courR24-ISO8859-10.pcf.gz.tmp courR24-ISO8859-13.pcf.gz.tmp courR24-ISO8859-14.pcf.gz.tmp courR24-ISO8859-15.pcf.gz.tmp helvB08-ISO8859-1.pcf.gz.tmp helvB08-ISO8859-2.pcf.gz.tmp helvB08-ISO8859-3.pcf.gz.tmp helvB08-ISO8859-4.pcf.gz.tmp helvB08-ISO8859-9.pcf.gz.tmp helvB08-ISO8859-10.pcf.gz.tmp helvB08-ISO8859-13.pcf.gz.tmp helvB08-ISO8859-14.pcf.gz.tmp helvB08-ISO8859-15.pcf.gz.tmp helvB10-ISO8859-1.pcf.gz.tmp helvB10-ISO8859-2.pcf.gz.tmp helvB10-ISO8859-3.pcf.gz.tmp helvB10-ISO8859-4.pcf.gz.tmp helvB10-ISO8859-9.pcf.gz.tmp helvB10-ISO8859-10.pcf.gz.tmp helvB10-ISO8859-13.pcf.gz.tmp helvB10-ISO8859-14.pcf.gz.tmp helvB10-ISO8859-15.pcf.gz.tmp helvB12-ISO8859-1.pcf.gz.tmp helvB12-ISO8859-2.pcf.gz.tmp helvB12-ISO8859-3.pcf.gz.tmp helvB12-ISO8859-4.pcf.gz.tmp helvB12-ISO8859-9.pcf.gz.tmp helvB12-ISO8859-10.pcf.gz.tmp helvB12-ISO8859-13.pcf.gz.tmp helvB12-ISO8859-14.pcf.gz.tmp helvB12-ISO8859-15.pcf.gz.tmp helvB14-ISO8859-1.pcf.gz.tmp helvB14-ISO8859-2.pcf.gz.tmp helvB14-ISO8859-3.pcf.gz.tmp helvB14-ISO8859-4.pcf.gz.tmp helvB14-ISO8859-9.pcf.gz.tmp helvB14-ISO8859-10.pcf.gz.tmp helvB14-ISO8859-13.pcf.gz.tmp helvB14-ISO8859-14.pcf.gz.tmp helvB14-ISO8859-15.pcf.gz.tmp helvB18-ISO8859-1.pcf.gz.tmp helvB18-ISO8859-2.pcf.gz.tmp helvB18-ISO8859-3.pcf.gz.tmp helvB18-ISO8859-4.pcf.gz.tmp helvB18-ISO8859-9.pcf.gz.tmp helvB18-ISO8859-10.pcf.gz.tmp helvB18-ISO8859-13.pcf.gz.tmp helvB18-ISO8859-14.pcf.gz.tmp helvB18-ISO8859-15.pcf.gz.tmp helvB24-ISO8859-1.pcf.gz.tmp helvB24-ISO8859-2.pcf.gz.tmp helvB24-ISO8859-3.pcf.gz.tmp helvB24-ISO8859-4.pcf.gz.tmp helvB24-ISO8859-9.pcf.gz.tmp helvB24-ISO8859-10.pcf.gz.tmp helvB24-ISO8859-13.pcf.gz.tmp helvB24-ISO8859-14.pcf.gz.tmp helvB24-ISO8859-15.pcf.gz.tmp helvBO08-ISO8859-1.pcf.gz.tmp helvBO08-ISO8859-2.pcf.gz.tmp helvBO08-ISO8859-3.pcf.gz.tmp helvBO08-ISO8859-4.pcf.gz.tmp helvBO08-ISO8859-9.pcf.gz.tmp helvBO08-ISO8859-10.pcf.gz.tmp helvBO08-ISO8859-13.pcf.gz.tmp helvBO08-ISO8859-14.pcf.gz.tmp helvBO08-ISO8859-15.pcf.gz.tmp helvBO10-ISO8859-1.pcf.gz.tmp helvBO10-ISO8859-2.pcf.gz.tmp helvBO10-ISO8859-3.pcf.gz.tmp helvBO10-ISO8859-4.pcf.gz.tmp helvBO10-ISO8859-9.pcf.gz.tmp helvBO10-ISO8859-10.pcf.gz.tmp helvBO10-ISO8859-13.pcf.gz.tmp helvBO10-ISO8859-14.pcf.gz.tmp helvBO10-ISO8859-15.pcf.gz.tmp helvBO12-ISO8859-1.pcf.gz.tmp helvBO12-ISO8859-2.pcf.gz.tmp helvBO12-ISO8859-3.pcf.gz.tmp helvBO12-ISO8859-4.pcf.gz.tmp helvBO12-ISO8859-9.pcf.gz.tmp helvBO12-ISO8859-10.pcf.gz.tmp helvBO12-ISO8859-13.pcf.gz.tmp helvBO12-ISO8859-14.pcf.gz.tmp helvBO12-ISO8859-15.pcf.gz.tmp helvBO14-ISO8859-1.pcf.gz.tmp helvBO14-ISO8859-2.pcf.gz.tmp helvBO14-ISO8859-3.pcf.gz.tmp helvBO14-ISO8859-4.pcf.gz.tmp helvBO14-ISO8859-9.pcf.gz.tmp helvBO14-ISO8859-10.pcf.gz.tmp helvBO14-ISO8859-13.pcf.gz.tmp helvBO14-ISO8859-14.pcf.gz.tmp helvBO14-ISO8859-15.pcf.gz.tmp helvBO18-ISO8859-1.pcf.gz.tmp helvBO18-ISO8859-2.pcf.gz.tmp helvBO18-ISO8859-3.pcf.gz.tmp helvBO18-ISO8859-4.pcf.gz.tmp helvBO18-ISO8859-9.pcf.gz.tmp helvBO18-ISO8859-10.pcf.gz.tmp helvBO18-ISO8859-13.pcf.gz.tmp helvBO18-ISO8859-14.pcf.gz.tmp helvBO18-ISO8859-15.pcf.gz.tmp helvBO24-ISO8859-1.pcf.gz.tmp helvBO24-ISO8859-2.pcf.gz.tmp helvBO24-ISO8859-3.pcf.gz.tmp helvBO24-ISO8859-4.pcf.gz.tmp helvBO24-ISO8859-9.pcf.gz.tmp helvBO24-ISO8859-10.pcf.gz.tmp helvBO24-ISO8859-13.pcf.gz.tmp helvBO24-ISO8859-14.pcf.gz.tmp helvBO24-ISO8859-15.pcf.gz.tmp helvO08-ISO8859-1.pcf.gz.tmp helvO08-ISO8859-2.pcf.gz.tmp helvO08-ISO8859-3.pcf.gz.tmp helvO08-ISO8859-4.pcf.gz.tmp helvO08-ISO8859-9.pcf.gz.tmp helvO08-ISO8859-10.pcf.gz.tmp helvO08-ISO8859-13.pcf.gz.tmp helvO08-ISO8859-14.pcf.gz.tmp helvO08-ISO8859-15.pcf.gz.tmp helvO10-ISO8859-1.pcf.gz.tmp helvO10-ISO8859-2.pcf.gz.tmp helvO10-ISO8859-3.pcf.gz.tmp helvO10-ISO8859-4.pcf.gz.tmp helvO10-ISO8859-9.pcf.gz.tmp helvO10-ISO8859-10.pcf.gz.tmp helvO10-ISO8859-13.pcf.gz.tmp helvO10-ISO8859-14.pcf.gz.tmp helvO10-ISO8859-15.pcf.gz.tmp helvO12-ISO8859-1.pcf.gz.tmp helvO12-ISO8859-2.pcf.gz.tmp helvO12-ISO8859-3.pcf.gz.tmp helvO12-ISO8859-4.pcf.gz.tmp helvO12-ISO8859-9.pcf.gz.tmp helvO12-ISO8859-10.pcf.gz.tmp helvO12-ISO8859-13.pcf.gz.tmp helvO12-ISO8859-14.pcf.gz.tmp helvO12-ISO8859-15.pcf.gz.tmp helvO14-ISO8859-1.pcf.gz.tmp helvO14-ISO8859-2.pcf.gz.tmp helvO14-ISO8859-3.pcf.gz.tmp helvO14-ISO8859-4.pcf.gz.tmp helvO14-ISO8859-9.pcf.gz.tmp helvO14-ISO8859-10.pcf.gz.tmp helvO14-ISO8859-13.pcf.gz.tmp helvO14-ISO8859-14.pcf.gz.tmp helvO14-ISO8859-15.pcf.gz.tmp helvO18-ISO8859-1.pcf.gz.tmp helvO18-ISO8859-2.pcf.gz.tmp helvO18-ISO8859-3.pcf.gz.tmp helvO18-ISO8859-4.pcf.gz.tmp helvO18-ISO8859-9.pcf.gz.tmp helvO18-ISO8859-10.pcf.gz.tmp helvO18-ISO8859-13.pcf.gz.tmp helvO18-ISO8859-14.pcf.gz.tmp helvO18-ISO8859-15.pcf.gz.tmp helvO24-ISO8859-1.pcf.gz.tmp helvO24-ISO8859-2.pcf.gz.tmp helvO24-ISO8859-3.pcf.gz.tmp helvO24-ISO8859-4.pcf.gz.tmp helvO24-ISO8859-9.pcf.gz.tmp helvO24-ISO8859-10.pcf.gz.tmp helvO24-ISO8859-13.pcf.gz.tmp helvO24-ISO8859-14.pcf.gz.tmp helvO24-ISO8859-15.pcf.gz.tmp helvR08-ISO8859-1.pcf.gz.tmp helvR08-ISO8859-2.pcf.gz.tmp helvR08-ISO8859-3.pcf.gz.tmp helvR08-ISO8859-4.pcf.gz.tmp helvR08-ISO8859-9.pcf.gz.tmp helvR08-ISO8859-10.pcf.gz.tmp helvR08-ISO8859-13.pcf.gz.tmp helvR08-ISO8859-14.pcf.gz.tmp helvR08-ISO8859-15.pcf.gz.tmp helvR10-ISO8859-1.pcf.gz.tmp helvR10-ISO8859-2.pcf.gz.tmp helvR10-ISO8859-3.pcf.gz.tmp helvR10-ISO8859-4.pcf.gz.tmp helvR10-ISO8859-9.pcf.gz.tmp helvR10-ISO8859-10.pcf.gz.tmp helvR10-ISO8859-13.pcf.gz.tmp helvR10-ISO8859-14.pcf.gz.tmp helvR10-ISO8859-15.pcf.gz.tmp helvR12-ISO8859-1.pcf.gz.tmp helvR12-ISO8859-2.pcf.gz.tmp helvR12-ISO8859-3.pcf.gz.tmp helvR12-ISO8859-4.pcf.gz.tmp helvR12-ISO8859-9.pcf.gz.tmp helvR12-ISO8859-10.pcf.gz.tmp helvR12-ISO8859-13.pcf.gz.tmp helvR12-ISO8859-14.pcf.gz.tmp helvR12-ISO8859-15.pcf.gz.tmp helvR14-ISO8859-1.pcf.gz.tmp helvR14-ISO8859-2.pcf.gz.tmp helvR14-ISO8859-3.pcf.gz.tmp helvR14-ISO8859-4.pcf.gz.tmp helvR14-ISO8859-9.pcf.gz.tmp helvR14-ISO8859-10.pcf.gz.tmp helvR14-ISO8859-13.pcf.gz.tmp helvR14-ISO8859-14.pcf.gz.tmp helvR14-ISO8859-15.pcf.gz.tmp helvR18-ISO8859-1.pcf.gz.tmp helvR18-ISO8859-2.pcf.gz.tmp helvR18-ISO8859-3.pcf.gz.tmp helvR18-ISO8859-4.pcf.gz.tmp helvR18-ISO8859-9.pcf.gz.tmp helvR18-ISO8859-10.pcf.gz.tmp helvR18-ISO8859-13.pcf.gz.tmp helvR18-ISO8859-14.pcf.gz.tmp helvR18-ISO8859-15.pcf.gz.tmp helvR24-ISO8859-1.pcf.gz.tmp helvR24-ISO8859-2.pcf.gz.tmp helvR24-ISO8859-3.pcf.gz.tmp helvR24-ISO8859-4.pcf.gz.tmp helvR24-ISO8859-9.pcf.gz.tmp helvR24-ISO8859-10.pcf.gz.tmp helvR24-ISO8859-13.pcf.gz.tmp helvR24-ISO8859-14.pcf.gz.tmp helvR24-ISO8859-15.pcf.gz.tmp ncenB08-ISO8859-1.pcf.gz.tmp ncenB08-ISO8859-2.pcf.gz.tmp ncenB08-ISO8859-3.pcf.gz.tmp ncenB08-ISO8859-4.pcf.gz.tmp ncenB08-ISO8859-9.pcf.gz.tmp ncenB08-ISO8859-10.pcf.gz.tmp ncenB08-ISO8859-13.pcf.gz.tmp ncenB08-ISO8859-14.pcf.gz.tmp ncenB08-ISO8859-15.pcf.gz.tmp ncenB10-ISO8859-1.pcf.gz.tmp ncenB10-ISO8859-2.pcf.gz.tmp ncenB10-ISO8859-3.pcf.gz.tmp ncenB10-ISO8859-4.pcf.gz.tmp ncenB10-ISO8859-9.pcf.gz.tmp ncenB10-ISO8859-10.pcf.gz.tmp ncenB10-ISO8859-13.pcf.gz.tmp ncenB10-ISO8859-14.pcf.gz.tmp ncenB10-ISO8859-15.pcf.gz.tmp ncenB12-ISO8859-1.pcf.gz.tmp ncenB12-ISO8859-2.pcf.gz.tmp ncenB12-ISO8859-3.pcf.gz.tmp ncenB12-ISO8859-4.pcf.gz.tmp ncenB12-ISO8859-9.pcf.gz.tmp ncenB12-ISO8859-10.pcf.gz.tmp ncenB12-ISO8859-13.pcf.gz.tmp ncenB12-ISO8859-14.pcf.gz.tmp ncenB12-ISO8859-15.pcf.gz.tmp ncenB14-ISO8859-1.pcf.gz.tmp ncenB14-ISO8859-2.pcf.gz.tmp ncenB14-ISO8859-3.pcf.gz.tmp ncenB14-ISO8859-4.pcf.gz.tmp ncenB14-ISO8859-9.pcf.gz.tmp ncenB14-ISO8859-10.pcf.gz.tmp ncenB14-ISO8859-13.pcf.gz.tmp ncenB14-ISO8859-14.pcf.gz.tmp ncenB14-ISO8859-15.pcf.gz.tmp ncenB18-ISO8859-1.pcf.gz.tmp ncenB18-ISO8859-2.pcf.gz.tmp ncenB18-ISO8859-3.pcf.gz.tmp ncenB18-ISO8859-4.pcf.gz.tmp ncenB18-ISO8859-9.pcf.gz.tmp ncenB18-ISO8859-10.pcf.gz.tmp ncenB18-ISO8859-13.pcf.gz.tmp ncenB18-ISO8859-14.pcf.gz.tmp ncenB18-ISO8859-15.pcf.gz.tmp ncenB24-ISO8859-1.pcf.gz.tmp ncenB24-ISO8859-2.pcf.gz.tmp ncenB24-ISO8859-3.pcf.gz.tmp ncenB24-ISO8859-4.pcf.gz.tmp ncenB24-ISO8859-9.pcf.gz.tmp ncenB24-ISO8859-10.pcf.gz.tmp ncenB24-ISO8859-13.pcf.gz.tmp ncenB24-ISO8859-14.pcf.gz.tmp ncenB24-ISO8859-15.pcf.gz.tmp ncenBI08-ISO8859-1.pcf.gz.tmp ncenBI08-ISO8859-2.pcf.gz.tmp ncenBI08-ISO8859-3.pcf.gz.tmp ncenBI08-ISO8859-4.pcf.gz.tmp ncenBI08-ISO8859-9.pcf.gz.tmp ncenBI08-ISO8859-10.pcf.gz.tmp ncenBI08-ISO8859-13.pcf.gz.tmp ncenBI08-ISO8859-14.pcf.gz.tmp ncenBI08-ISO8859-15.pcf.gz.tmp ncenBI10-ISO8859-1.pcf.gz.tmp ncenBI10-ISO8859-2.pcf.gz.tmp ncenBI10-ISO8859-3.pcf.gz.tmp ncenBI10-ISO8859-4.pcf.gz.tmp ncenBI10-ISO8859-9.pcf.gz.tmp ncenBI10-ISO8859-10.pcf.gz.tmp ncenBI10-ISO8859-13.pcf.gz.tmp ncenBI10-ISO8859-14.pcf.gz.tmp ncenBI10-ISO8859-15.pcf.gz.tmp ncenBI12-ISO8859-1.pcf.gz.tmp ncenBI12-ISO8859-2.pcf.gz.tmp ncenBI12-ISO8859-3.pcf.gz.tmp ncenBI12-ISO8859-4.pcf.gz.tmp ncenBI12-ISO8859-9.pcf.gz.tmp ncenBI12-ISO8859-10.pcf.gz.tmp ncenBI12-ISO8859-13.pcf.gz.tmp ncenBI12-ISO8859-14.pcf.gz.tmp ncenBI12-ISO8859-15.pcf.gz.tmp ncenBI14-ISO8859-1.pcf.gz.tmp ncenBI14-ISO8859-2.pcf.gz.tmp ncenBI14-ISO8859-3.pcf.gz.tmp ncenBI14-ISO8859-4.pcf.gz.tmp ncenBI14-ISO8859-9.pcf.gz.tmp ncenBI14-ISO8859-10.pcf.gz.tmp ncenBI14-ISO8859-13.pcf.gz.tmp ncenBI14-ISO8859-14.pcf.gz.tmp ncenBI14-ISO8859-15.pcf.gz.tmp ncenBI18-ISO8859-1.pcf.gz.tmp ncenBI18-ISO8859-2.pcf.gz.tmp ncenBI18-ISO8859-3.pcf.gz.tmp ncenBI18-ISO8859-4.pcf.gz.tmp ncenBI18-ISO8859-9.pcf.gz.tmp ncenBI18-ISO8859-10.pcf.gz.tmp ncenBI18-ISO8859-13.pcf.gz.tmp ncenBI18-ISO8859-14.pcf.gz.tmp ncenBI18-ISO8859-15.pcf.gz.tmp ncenBI24-ISO8859-1.pcf.gz.tmp ncenBI24-ISO8859-2.pcf.gz.tmp ncenBI24-ISO8859-3.pcf.gz.tmp ncenBI24-ISO8859-4.pcf.gz.tmp ncenBI24-ISO8859-9.pcf.gz.tmp ncenBI24-ISO8859-10.pcf.gz.tmp ncenBI24-ISO8859-13.pcf.gz.tmp ncenBI24-ISO8859-14.pcf.gz.tmp ncenBI24-ISO8859-15.pcf.gz.tmp ncenI08-ISO8859-1.pcf.gz.tmp ncenI08-ISO8859-2.pcf.gz.tmp ncenI08-ISO8859-3.pcf.gz.tmp ncenI08-ISO8859-4.pcf.gz.tmp ncenI08-ISO8859-9.pcf.gz.tmp ncenI08-ISO8859-10.pcf.gz.tmp ncenI08-ISO8859-13.pcf.gz.tmp ncenI08-ISO8859-14.pcf.gz.tmp ncenI08-ISO8859-15.pcf.gz.tmp ncenI10-ISO8859-1.pcf.gz.tmp ncenI10-ISO8859-2.pcf.gz.tmp ncenI10-ISO8859-3.pcf.gz.tmp ncenI10-ISO8859-4.pcf.gz.tmp ncenI10-ISO8859-9.pcf.gz.tmp ncenI10-ISO8859-10.pcf.gz.tmp ncenI10-ISO8859-13.pcf.gz.tmp ncenI10-ISO8859-14.pcf.gz.tmp ncenI10-ISO8859-15.pcf.gz.tmp ncenI12-ISO8859-1.pcf.gz.tmp ncenI12-ISO8859-2.pcf.gz.tmp ncenI12-ISO8859-3.pcf.gz.tmp ncenI12-ISO8859-4.pcf.gz.tmp ncenI12-ISO8859-9.pcf.gz.tmp ncenI12-ISO8859-10.pcf.gz.tmp ncenI12-ISO8859-13.pcf.gz.tmp ncenI12-ISO8859-14.pcf.gz.tmp ncenI12-ISO8859-15.pcf.gz.tmp ncenI14-ISO8859-1.pcf.gz.tmp ncenI14-ISO8859-2.pcf.gz.tmp ncenI14-ISO8859-3.pcf.gz.tmp ncenI14-ISO8859-4.pcf.gz.tmp ncenI14-ISO8859-9.pcf.gz.tmp ncenI14-ISO8859-10.pcf.gz.tmp ncenI14-ISO8859-13.pcf.gz.tmp ncenI14-ISO8859-14.pcf.gz.tmp ncenI14-ISO8859-15.pcf.gz.tmp ncenI18-ISO8859-1.pcf.gz.tmp ncenI18-ISO8859-2.pcf.gz.tmp ncenI18-ISO8859-3.pcf.gz.tmp ncenI18-ISO8859-4.pcf.gz.tmp ncenI18-ISO8859-9.pcf.gz.tmp ncenI18-ISO8859-10.pcf.gz.tmp ncenI18-ISO8859-13.pcf.gz.tmp ncenI18-ISO8859-14.pcf.gz.tmp ncenI18-ISO8859-15.pcf.gz.tmp ncenI24-ISO8859-1.pcf.gz.tmp ncenI24-ISO8859-2.pcf.gz.tmp ncenI24-ISO8859-3.pcf.gz.tmp ncenI24-ISO8859-4.pcf.gz.tmp ncenI24-ISO8859-9.pcf.gz.tmp ncenI24-ISO8859-10.pcf.gz.tmp ncenI24-ISO8859-13.pcf.gz.tmp ncenI24-ISO8859-14.pcf.gz.tmp ncenI24-ISO8859-15.pcf.gz.tmp ncenR08-ISO8859-1.pcf.gz.tmp ncenR08-ISO8859-2.pcf.gz.tmp ncenR08-ISO8859-3.pcf.gz.tmp ncenR08-ISO8859-4.pcf.gz.tmp ncenR08-ISO8859-9.pcf.gz.tmp ncenR08-ISO8859-10.pcf.gz.tmp ncenR08-ISO8859-13.pcf.gz.tmp ncenR08-ISO8859-14.pcf.gz.tmp ncenR08-ISO8859-15.pcf.gz.tmp ncenR10-ISO8859-1.pcf.gz.tmp ncenR10-ISO8859-2.pcf.gz.tmp ncenR10-ISO8859-3.pcf.gz.tmp ncenR10-ISO8859-4.pcf.gz.tmp ncenR10-ISO8859-9.pcf.gz.tmp ncenR10-ISO8859-10.pcf.gz.tmp ncenR10-ISO8859-13.pcf.gz.tmp ncenR10-ISO8859-14.pcf.gz.tmp ncenR10-ISO8859-15.pcf.gz.tmp ncenR12-ISO8859-1.pcf.gz.tmp ncenR12-ISO8859-2.pcf.gz.tmp ncenR12-ISO8859-3.pcf.gz.tmp ncenR12-ISO8859-4.pcf.gz.tmp ncenR12-ISO8859-9.pcf.gz.tmp ncenR12-ISO8859-10.pcf.gz.tmp ncenR12-ISO8859-13.pcf.gz.tmp ncenR12-ISO8859-14.pcf.gz.tmp ncenR12-ISO8859-15.pcf.gz.tmp ncenR14-ISO8859-1.pcf.gz.tmp ncenR14-ISO8859-2.pcf.gz.tmp ncenR14-ISO8859-3.pcf.gz.tmp ncenR14-ISO8859-4.pcf.gz.tmp ncenR14-ISO8859-9.pcf.gz.tmp ncenR14-ISO8859-10.pcf.gz.tmp ncenR14-ISO8859-13.pcf.gz.tmp ncenR14-ISO8859-14.pcf.gz.tmp ncenR14-ISO8859-15.pcf.gz.tmp ncenR18-ISO8859-1.pcf.gz.tmp ncenR18-ISO8859-2.pcf.gz.tmp ncenR18-ISO8859-3.pcf.gz.tmp ncenR18-ISO8859-4.pcf.gz.tmp ncenR18-ISO8859-9.pcf.gz.tmp ncenR18-ISO8859-10.pcf.gz.tmp ncenR18-ISO8859-13.pcf.gz.tmp ncenR18-ISO8859-14.pcf.gz.tmp ncenR18-ISO8859-15.pcf.gz.tmp ncenR24-ISO8859-1.pcf.gz.tmp ncenR24-ISO8859-2.pcf.gz.tmp ncenR24-ISO8859-3.pcf.gz.tmp ncenR24-ISO8859-4.pcf.gz.tmp ncenR24-ISO8859-9.pcf.gz.tmp ncenR24-ISO8859-10.pcf.gz.tmp ncenR24-ISO8859-13.pcf.gz.tmp ncenR24-ISO8859-14.pcf.gz.tmp ncenR24-ISO8859-15.pcf.gz.tmp timB08-ISO8859-1.pcf.gz.tmp timB08-ISO8859-2.pcf.gz.tmp timB08-ISO8859-3.pcf.gz.tmp timB08-ISO8859-4.pcf.gz.tmp timB08-ISO8859-9.pcf.gz.tmp timB08-ISO8859-10.pcf.gz.tmp timB08-ISO8859-13.pcf.gz.tmp timB08-ISO8859-14.pcf.gz.tmp timB08-ISO8859-15.pcf.gz.tmp timB10-ISO8859-1.pcf.gz.tmp timB10-ISO8859-2.pcf.gz.tmp timB10-ISO8859-3.pcf.gz.tmp timB10-ISO8859-4.pcf.gz.tmp timB10-ISO8859-9.pcf.gz.tmp timB10-ISO8859-10.pcf.gz.tmp timB10-ISO8859-13.pcf.gz.tmp timB10-ISO8859-14.pcf.gz.tmp timB10-ISO8859-15.pcf.gz.tmp timB12-ISO8859-1.pcf.gz.tmp timB12-ISO8859-2.pcf.gz.tmp timB12-ISO8859-3.pcf.gz.tmp timB12-ISO8859-4.pcf.gz.tmp timB12-ISO8859-9.pcf.gz.tmp timB12-ISO8859-10.pcf.gz.tmp timB12-ISO8859-13.pcf.gz.tmp timB12-ISO8859-14.pcf.gz.tmp timB12-ISO8859-15.pcf.gz.tmp timB14-ISO8859-1.pcf.gz.tmp timB14-ISO8859-2.pcf.gz.tmp timB14-ISO8859-3.pcf.gz.tmp timB14-ISO8859-4.pcf.gz.tmp timB14-ISO8859-9.pcf.gz.tmp timB14-ISO8859-10.pcf.gz.tmp timB14-ISO8859-13.pcf.gz.tmp timB14-ISO8859-14.pcf.gz.tmp timB14-ISO8859-15.pcf.gz.tmp timB18-ISO8859-1.pcf.gz.tmp timB18-ISO8859-2.pcf.gz.tmp timB18-ISO8859-3.pcf.gz.tmp timB18-ISO8859-4.pcf.gz.tmp timB18-ISO8859-9.pcf.gz.tmp timB18-ISO8859-10.pcf.gz.tmp timB18-ISO8859-13.pcf.gz.tmp timB18-ISO8859-14.pcf.gz.tmp timB18-ISO8859-15.pcf.gz.tmp timB24-ISO8859-1.pcf.gz.tmp timB24-ISO8859-2.pcf.gz.tmp timB24-ISO8859-3.pcf.gz.tmp timB24-ISO8859-4.pcf.gz.tmp timB24-ISO8859-9.pcf.gz.tmp timB24-ISO8859-10.pcf.gz.tmp timB24-ISO8859-13.pcf.gz.tmp timB24-ISO8859-14.pcf.gz.tmp timB24-ISO8859-15.pcf.gz.tmp timBI08-ISO8859-1.pcf.gz.tmp timBI08-ISO8859-2.pcf.gz.tmp timBI08-ISO8859-3.pcf.gz.tmp timBI08-ISO8859-4.pcf.gz.tmp timBI08-ISO8859-9.pcf.gz.tmp timBI08-ISO8859-10.pcf.gz.tmp timBI08-ISO8859-13.pcf.gz.tmp timBI08-ISO8859-14.pcf.gz.tmp timBI08-ISO8859-15.pcf.gz.tmp timBI10-ISO8859-1.pcf.gz.tmp timBI10-ISO8859-2.pcf.gz.tmp timBI10-ISO8859-3.pcf.gz.tmp timBI10-ISO8859-4.pcf.gz.tmp timBI10-ISO8859-9.pcf.gz.tmp timBI10-ISO8859-10.pcf.gz.tmp timBI10-ISO8859-13.pcf.gz.tmp timBI10-ISO8859-14.pcf.gz.tmp timBI10-ISO8859-15.pcf.gz.tmp timBI12-ISO8859-1.pcf.gz.tmp timBI12-ISO8859-2.pcf.gz.tmp timBI12-ISO8859-3.pcf.gz.tmp timBI12-ISO8859-4.pcf.gz.tmp timBI12-ISO8859-9.pcf.gz.tmp timBI12-ISO8859-10.pcf.gz.tmp timBI12-ISO8859-13.pcf.gz.tmp timBI12-ISO8859-14.pcf.gz.tmp timBI12-ISO8859-15.pcf.gz.tmp timBI14-ISO8859-1.pcf.gz.tmp timBI14-ISO8859-2.pcf.gz.tmp timBI14-ISO8859-3.pcf.gz.tmp timBI14-ISO8859-4.pcf.gz.tmp timBI14-ISO8859-9.pcf.gz.tmp timBI14-ISO8859-10.pcf.gz.tmp timBI14-ISO8859-13.pcf.gz.tmp timBI14-ISO8859-14.pcf.gz.tmp timBI14-ISO8859-15.pcf.gz.tmp timBI18-ISO8859-1.pcf.gz.tmp timBI18-ISO8859-2.pcf.gz.tmp timBI18-ISO8859-3.pcf.gz.tmp timBI18-ISO8859-4.pcf.gz.tmp timBI18-ISO8859-9.pcf.gz.tmp timBI18-ISO8859-10.pcf.gz.tmp timBI18-ISO8859-13.pcf.gz.tmp timBI18-ISO8859-14.pcf.gz.tmp timBI18-ISO8859-15.pcf.gz.tmp timBI24-ISO8859-1.pcf.gz.tmp timBI24-ISO8859-2.pcf.gz.tmp timBI24-ISO8859-3.pcf.gz.tmp timBI24-ISO8859-4.pcf.gz.tmp timBI24-ISO8859-9.pcf.gz.tmp timBI24-ISO8859-10.pcf.gz.tmp timBI24-ISO8859-13.pcf.gz.tmp timBI24-ISO8859-14.pcf.gz.tmp timBI24-ISO8859-15.pcf.gz.tmp timI08-ISO8859-1.pcf.gz.tmp timI08-ISO8859-2.pcf.gz.tmp timI08-ISO8859-3.pcf.gz.tmp timI08-ISO8859-4.pcf.gz.tmp timI08-ISO8859-9.pcf.gz.tmp timI08-ISO8859-10.pcf.gz.tmp timI08-ISO8859-13.pcf.gz.tmp timI08-ISO8859-14.pcf.gz.tmp timI08-ISO8859-15.pcf.gz.tmp timI10-ISO8859-1.pcf.gz.tmp timI10-ISO8859-2.pcf.gz.tmp timI10-ISO8859-3.pcf.gz.tmp timI10-ISO8859-4.pcf.gz.tmp timI10-ISO8859-9.pcf.gz.tmp timI10-ISO8859-10.pcf.gz.tmp timI10-ISO8859-13.pcf.gz.tmp timI10-ISO8859-14.pcf.gz.tmp timI10-ISO8859-15.pcf.gz.tmp timI12-ISO8859-1.pcf.gz.tmp timI12-ISO8859-2.pcf.gz.tmp timI12-ISO8859-3.pcf.gz.tmp timI12-ISO8859-4.pcf.gz.tmp timI12-ISO8859-9.pcf.gz.tmp timI12-ISO8859-10.pcf.gz.tmp timI12-ISO8859-13.pcf.gz.tmp timI12-ISO8859-14.pcf.gz.tmp timI12-ISO8859-15.pcf.gz.tmp timI14-ISO8859-1.pcf.gz.tmp timI14-ISO8859-2.pcf.gz.tmp timI14-ISO8859-3.pcf.gz.tmp timI14-ISO8859-4.pcf.gz.tmp timI14-ISO8859-9.pcf.gz.tmp timI14-ISO8859-10.pcf.gz.tmp timI14-ISO8859-13.pcf.gz.tmp timI14-ISO8859-14.pcf.gz.tmp timI14-ISO8859-15.pcf.gz.tmp timI18-ISO8859-1.pcf.gz.tmp timI18-ISO8859-2.pcf.gz.tmp timI18-ISO8859-3.pcf.gz.tmp timI18-ISO8859-4.pcf.gz.tmp timI18-ISO8859-9.pcf.gz.tmp timI18-ISO8859-10.pcf.gz.tmp timI18-ISO8859-13.pcf.gz.tmp timI18-ISO8859-14.pcf.gz.tmp timI18-ISO8859-15.pcf.gz.tmp timI24-ISO8859-1.pcf.gz.tmp timI24-ISO8859-2.pcf.gz.tmp timI24-ISO8859-3.pcf.gz.tmp timI24-ISO8859-4.pcf.gz.tmp timI24-ISO8859-9.pcf.gz.tmp timI24-ISO8859-10.pcf.gz.tmp timI24-ISO8859-13.pcf.gz.tmp timI24-ISO8859-14.pcf.gz.tmp timI24-ISO8859-15.pcf.gz.tmp timR08-ISO8859-1.pcf.gz.tmp timR08-ISO8859-2.pcf.gz.tmp timR08-ISO8859-3.pcf.gz.tmp timR08-ISO8859-4.pcf.gz.tmp timR08-ISO8859-9.pcf.gz.tmp timR08-ISO8859-10.pcf.gz.tmp timR08-ISO8859-13.pcf.gz.tmp timR08-ISO8859-14.pcf.gz.tmp timR08-ISO8859-15.pcf.gz.tmp timR10-ISO8859-1.pcf.gz.tmp timR10-ISO8859-2.pcf.gz.tmp timR10-ISO8859-3.pcf.gz.tmp timR10-ISO8859-4.pcf.gz.tmp timR10-ISO8859-9.pcf.gz.tmp timR10-ISO8859-10.pcf.gz.tmp timR10-ISO8859-13.pcf.gz.tmp timR10-ISO8859-14.pcf.gz.tmp timR10-ISO8859-15.pcf.gz.tmp timR12-ISO8859-1.pcf.gz.tmp timR12-ISO8859-2.pcf.gz.tmp timR12-ISO8859-3.pcf.gz.tmp timR12-ISO8859-4.pcf.gz.tmp timR12-ISO8859-9.pcf.gz.tmp timR12-ISO8859-10.pcf.gz.tmp timR12-ISO8859-13.pcf.gz.tmp timR12-ISO8859-14.pcf.gz.tmp timR12-ISO8859-15.pcf.gz.tmp timR14-ISO8859-1.pcf.gz.tmp timR14-ISO8859-2.pcf.gz.tmp timR14-ISO8859-3.pcf.gz.tmp timR14-ISO8859-4.pcf.gz.tmp timR14-ISO8859-9.pcf.gz.tmp timR14-ISO8859-10.pcf.gz.tmp timR14-ISO8859-13.pcf.gz.tmp timR14-ISO8859-14.pcf.gz.tmp timR14-ISO8859-15.pcf.gz.tmp timR18-ISO8859-1.pcf.gz.tmp timR18-ISO8859-2.pcf.gz.tmp timR18-ISO8859-3.pcf.gz.tmp timR18-ISO8859-4.pcf.gz.tmp timR18-ISO8859-9.pcf.gz.tmp timR18-ISO8859-10.pcf.gz.tmp timR18-ISO8859-13.pcf.gz.tmp timR18-ISO8859-14.pcf.gz.tmp timR18-ISO8859-15.pcf.gz.tmp timR24-ISO8859-1.pcf.gz.tmp timR24-ISO8859-2.pcf.gz.tmp timR24-ISO8859-3.pcf.gz.tmp timR24-ISO8859-4.pcf.gz.tmp timR24-ISO8859-9.pcf.gz.tmp timR24-ISO8859-10.pcf.gz.tmp timR24-ISO8859-13.pcf.gz.tmp timR24-ISO8859-14.pcf.gz.tmp timR24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_lfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_lfs mount_lfs.o pathadj.o mount_lfs.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_lfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_lfs mount_lfs.o pathadj.o mount_lfs.ln pathadj.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/75dpi/font-adobe-75dpi && rm -f courB08-ISO8859-1.pcf.gz.tmp courB08-ISO8859-2.pcf.gz.tmp courB08-ISO8859-3.pcf.gz.tmp courB08-ISO8859-4.pcf.gz.tmp courB08-ISO8859-9.pcf.gz.tmp courB08-ISO8859-10.pcf.gz.tmp courB08-ISO8859-13.pcf.gz.tmp courB08-ISO8859-14.pcf.gz.tmp courB08-ISO8859-15.pcf.gz.tmp courB10-ISO8859-1.pcf.gz.tmp courB10-ISO8859-2.pcf.gz.tmp courB10-ISO8859-3.pcf.gz.tmp courB10-ISO8859-4.pcf.gz.tmp courB10-ISO8859-9.pcf.gz.tmp courB10-ISO8859-10.pcf.gz.tmp courB10-ISO8859-13.pcf.gz.tmp courB10-ISO8859-14.pcf.gz.tmp courB10-ISO8859-15.pcf.gz.tmp courB12-ISO8859-1.pcf.gz.tmp courB12-ISO8859-2.pcf.gz.tmp courB12-ISO8859-3.pcf.gz.tmp courB12-ISO8859-4.pcf.gz.tmp courB12-ISO8859-9.pcf.gz.tmp courB12-ISO8859-10.pcf.gz.tmp courB12-ISO8859-13.pcf.gz.tmp courB12-ISO8859-14.pcf.gz.tmp courB12-ISO8859-15.pcf.gz.tmp courB14-ISO8859-1.pcf.gz.tmp courB14-ISO8859-2.pcf.gz.tmp courB14-ISO8859-3.pcf.gz.tmp courB14-ISO8859-4.pcf.gz.tmp courB14-ISO8859-9.pcf.gz.tmp courB14-ISO8859-10.pcf.gz.tmp courB14-ISO8859-13.pcf.gz.tmp courB14-ISO8859-14.pcf.gz.tmp courB14-ISO8859-15.pcf.gz.tmp courB18-ISO8859-1.pcf.gz.tmp courB18-ISO8859-2.pcf.gz.tmp courB18-ISO8859-3.pcf.gz.tmp courB18-ISO8859-4.pcf.gz.tmp courB18-ISO8859-9.pcf.gz.tmp courB18-ISO8859-10.pcf.gz.tmp courB18-ISO8859-13.pcf.gz.tmp courB18-ISO8859-14.pcf.gz.tmp courB18-ISO8859-15.pcf.gz.tmp courB24-ISO8859-1.pcf.gz.tmp courB24-ISO8859-2.pcf.gz.tmp courB24-ISO8859-3.pcf.gz.tmp courB24-ISO8859-4.pcf.gz.tmp courB24-ISO8859-9.pcf.gz.tmp courB24-ISO8859-10.pcf.gz.tmp courB24-ISO8859-13.pcf.gz.tmp courB24-ISO8859-14.pcf.gz.tmp courB24-ISO8859-15.pcf.gz.tmp courBO08-ISO8859-1.pcf.gz.tmp courBO08-ISO8859-2.pcf.gz.tmp courBO08-ISO8859-3.pcf.gz.tmp courBO08-ISO8859-4.pcf.gz.tmp courBO08-ISO8859-9.pcf.gz.tmp courBO08-ISO8859-10.pcf.gz.tmp courBO08-ISO8859-13.pcf.gz.tmp courBO08-ISO8859-14.pcf.gz.tmp courBO08-ISO8859-15.pcf.gz.tmp courBO10-ISO8859-1.pcf.gz.tmp courBO10-ISO8859-2.pcf.gz.tmp courBO10-ISO8859-3.pcf.gz.tmp courBO10-ISO8859-4.pcf.gz.tmp courBO10-ISO8859-9.pcf.gz.tmp courBO10-ISO8859-10.pcf.gz.tmp courBO10-ISO8859-13.pcf.gz.tmp courBO10-ISO8859-14.pcf.gz.tmp courBO10-ISO8859-15.pcf.gz.tmp courBO12-ISO8859-1.pcf.gz.tmp courBO12-ISO8859-2.pcf.gz.tmp courBO12-ISO8859-3.pcf.gz.tmp courBO12-ISO8859-4.pcf.gz.tmp courBO12-ISO8859-9.pcf.gz.tmp courBO12-ISO8859-10.pcf.gz.tmp courBO12-ISO8859-13.pcf.gz.tmp courBO12-ISO8859-14.pcf.gz.tmp courBO12-ISO8859-15.pcf.gz.tmp courBO14-ISO8859-1.pcf.gz.tmp courBO14-ISO8859-2.pcf.gz.tmp courBO14-ISO8859-3.pcf.gz.tmp courBO14-ISO8859-4.pcf.gz.tmp courBO14-ISO8859-9.pcf.gz.tmp courBO14-ISO8859-10.pcf.gz.tmp courBO14-ISO8859-13.pcf.gz.tmp courBO14-ISO8859-14.pcf.gz.tmp courBO14-ISO8859-15.pcf.gz.tmp courBO18-ISO8859-1.pcf.gz.tmp courBO18-ISO8859-2.pcf.gz.tmp courBO18-ISO8859-3.pcf.gz.tmp courBO18-ISO8859-4.pcf.gz.tmp courBO18-ISO8859-9.pcf.gz.tmp courBO18-ISO8859-10.pcf.gz.tmp courBO18-ISO8859-13.pcf.gz.tmp courBO18-ISO8859-14.pcf.gz.tmp courBO18-ISO8859-15.pcf.gz.tmp courBO24-ISO8859-1.pcf.gz.tmp courBO24-ISO8859-2.pcf.gz.tmp courBO24-ISO8859-3.pcf.gz.tmp courBO24-ISO8859-4.pcf.gz.tmp courBO24-ISO8859-9.pcf.gz.tmp courBO24-ISO8859-10.pcf.gz.tmp courBO24-ISO8859-13.pcf.gz.tmp courBO24-ISO8859-14.pcf.gz.tmp courBO24-ISO8859-15.pcf.gz.tmp courO08-ISO8859-1.pcf.gz.tmp courO08-ISO8859-2.pcf.gz.tmp courO08-ISO8859-3.pcf.gz.tmp courO08-ISO8859-4.pcf.gz.tmp courO08-ISO8859-9.pcf.gz.tmp courO08-ISO8859-10.pcf.gz.tmp courO08-ISO8859-13.pcf.gz.tmp courO08-ISO8859-14.pcf.gz.tmp courO08-ISO8859-15.pcf.gz.tmp courO10-ISO8859-1.pcf.gz.tmp courO10-ISO8859-2.pcf.gz.tmp courO10-ISO8859-3.pcf.gz.tmp courO10-ISO8859-4.pcf.gz.tmp courO10-ISO8859-9.pcf.gz.tmp courO10-ISO8859-10.pcf.gz.tmp courO10-ISO8859-13.pcf.gz.tmp courO10-ISO8859-14.pcf.gz.tmp courO10-ISO8859-15.pcf.gz.tmp courO12-ISO8859-1.pcf.gz.tmp courO12-ISO8859-2.pcf.gz.tmp courO12-ISO8859-3.pcf.gz.tmp courO12-ISO8859-4.pcf.gz.tmp courO12-ISO8859-9.pcf.gz.tmp courO12-ISO8859-10.pcf.gz.tmp courO12-ISO8859-13.pcf.gz.tmp courO12-ISO8859-14.pcf.gz.tmp courO12-ISO8859-15.pcf.gz.tmp courO14-ISO8859-1.pcf.gz.tmp courO14-ISO8859-2.pcf.gz.tmp courO14-ISO8859-3.pcf.gz.tmp courO14-ISO8859-4.pcf.gz.tmp courO14-ISO8859-9.pcf.gz.tmp courO14-ISO8859-10.pcf.gz.tmp courO14-ISO8859-13.pcf.gz.tmp courO14-ISO8859-14.pcf.gz.tmp courO14-ISO8859-15.pcf.gz.tmp courO18-ISO8859-1.pcf.gz.tmp courO18-ISO8859-2.pcf.gz.tmp courO18-ISO8859-3.pcf.gz.tmp courO18-ISO8859-4.pcf.gz.tmp courO18-ISO8859-9.pcf.gz.tmp courO18-ISO8859-10.pcf.gz.tmp courO18-ISO8859-13.pcf.gz.tmp courO18-ISO8859-14.pcf.gz.tmp courO18-ISO8859-15.pcf.gz.tmp courO24-ISO8859-1.pcf.gz.tmp courO24-ISO8859-2.pcf.gz.tmp courO24-ISO8859-3.pcf.gz.tmp courO24-ISO8859-4.pcf.gz.tmp courO24-ISO8859-9.pcf.gz.tmp courO24-ISO8859-10.pcf.gz.tmp courO24-ISO8859-13.pcf.gz.tmp courO24-ISO8859-14.pcf.gz.tmp courO24-ISO8859-15.pcf.gz.tmp courR08-ISO8859-1.pcf.gz.tmp courR08-ISO8859-2.pcf.gz.tmp courR08-ISO8859-3.pcf.gz.tmp courR08-ISO8859-4.pcf.gz.tmp courR08-ISO8859-9.pcf.gz.tmp courR08-ISO8859-10.pcf.gz.tmp courR08-ISO8859-13.pcf.gz.tmp courR08-ISO8859-14.pcf.gz.tmp courR08-ISO8859-15.pcf.gz.tmp courR10-ISO8859-1.pcf.gz.tmp courR10-ISO8859-2.pcf.gz.tmp courR10-ISO8859-3.pcf.gz.tmp courR10-ISO8859-4.pcf.gz.tmp courR10-ISO8859-9.pcf.gz.tmp courR10-ISO8859-10.pcf.gz.tmp courR10-ISO8859-13.pcf.gz.tmp courR10-ISO8859-14.pcf.gz.tmp courR10-ISO8859-15.pcf.gz.tmp courR12-ISO8859-1.pcf.gz.tmp courR12-ISO8859-2.pcf.gz.tmp courR12-ISO8859-3.pcf.gz.tmp courR12-ISO8859-4.pcf.gz.tmp courR12-ISO8859-9.pcf.gz.tmp courR12-ISO8859-10.pcf.gz.tmp courR12-ISO8859-13.pcf.gz.tmp courR12-ISO8859-14.pcf.gz.tmp courR12-ISO8859-15.pcf.gz.tmp courR14-ISO8859-1.pcf.gz.tmp courR14-ISO8859-2.pcf.gz.tmp courR14-ISO8859-3.pcf.gz.tmp courR14-ISO8859-4.pcf.gz.tmp courR14-ISO8859-9.pcf.gz.tmp courR14-ISO8859-10.pcf.gz.tmp courR14-ISO8859-13.pcf.gz.tmp courR14-ISO8859-14.pcf.gz.tmp courR14-ISO8859-15.pcf.gz.tmp courR18-ISO8859-1.pcf.gz.tmp courR18-ISO8859-2.pcf.gz.tmp courR18-ISO8859-3.pcf.gz.tmp courR18-ISO8859-4.pcf.gz.tmp courR18-ISO8859-9.pcf.gz.tmp courR18-ISO8859-10.pcf.gz.tmp courR18-ISO8859-13.pcf.gz.tmp courR18-ISO8859-14.pcf.gz.tmp courR18-ISO8859-15.pcf.gz.tmp courR24-ISO8859-1.pcf.gz.tmp courR24-ISO8859-2.pcf.gz.tmp courR24-ISO8859-3.pcf.gz.tmp courR24-ISO8859-4.pcf.gz.tmp courR24-ISO8859-9.pcf.gz.tmp courR24-ISO8859-10.pcf.gz.tmp courR24-ISO8859-13.pcf.gz.tmp courR24-ISO8859-14.pcf.gz.tmp courR24-ISO8859-15.pcf.gz.tmp helvB08-ISO8859-1.pcf.gz.tmp helvB08-ISO8859-2.pcf.gz.tmp helvB08-ISO8859-3.pcf.gz.tmp helvB08-ISO8859-4.pcf.gz.tmp helvB08-ISO8859-9.pcf.gz.tmp helvB08-ISO8859-10.pcf.gz.tmp helvB08-ISO8859-13.pcf.gz.tmp helvB08-ISO8859-14.pcf.gz.tmp helvB08-ISO8859-15.pcf.gz.tmp helvB10-ISO8859-1.pcf.gz.tmp helvB10-ISO8859-2.pcf.gz.tmp helvB10-ISO8859-3.pcf.gz.tmp helvB10-ISO8859-4.pcf.gz.tmp helvB10-ISO8859-9.pcf.gz.tmp helvB10-ISO8859-10.pcf.gz.tmp helvB10-ISO8859-13.pcf.gz.tmp helvB10-ISO8859-14.pcf.gz.tmp helvB10-ISO8859-15.pcf.gz.tmp helvB12-ISO8859-1.pcf.gz.tmp helvB12-ISO8859-2.pcf.gz.tmp helvB12-ISO8859-3.pcf.gz.tmp helvB12-ISO8859-4.pcf.gz.tmp helvB12-ISO8859-9.pcf.gz.tmp helvB12-ISO8859-10.pcf.gz.tmp helvB12-ISO8859-13.pcf.gz.tmp helvB12-ISO8859-14.pcf.gz.tmp helvB12-ISO8859-15.pcf.gz.tmp helvB14-ISO8859-1.pcf.gz.tmp helvB14-ISO8859-2.pcf.gz.tmp helvB14-ISO8859-3.pcf.gz.tmp helvB14-ISO8859-4.pcf.gz.tmp helvB14-ISO8859-9.pcf.gz.tmp helvB14-ISO8859-10.pcf.gz.tmp helvB14-ISO8859-13.pcf.gz.tmp helvB14-ISO8859-14.pcf.gz.tmp helvB14-ISO8859-15.pcf.gz.tmp helvB18-ISO8859-1.pcf.gz.tmp helvB18-ISO8859-2.pcf.gz.tmp helvB18-ISO8859-3.pcf.gz.tmp helvB18-ISO8859-4.pcf.gz.tmp helvB18-ISO8859-9.pcf.gz.tmp helvB18-ISO8859-10.pcf.gz.tmp helvB18-ISO8859-13.pcf.gz.tmp helvB18-ISO8859-14.pcf.gz.tmp helvB18-ISO8859-15.pcf.gz.tmp helvB24-ISO8859-1.pcf.gz.tmp helvB24-ISO8859-2.pcf.gz.tmp helvB24-ISO8859-3.pcf.gz.tmp helvB24-ISO8859-4.pcf.gz.tmp helvB24-ISO8859-9.pcf.gz.tmp helvB24-ISO8859-10.pcf.gz.tmp helvB24-ISO8859-13.pcf.gz.tmp helvB24-ISO8859-14.pcf.gz.tmp helvB24-ISO8859-15.pcf.gz.tmp helvBO08-ISO8859-1.pcf.gz.tmp helvBO08-ISO8859-2.pcf.gz.tmp helvBO08-ISO8859-3.pcf.gz.tmp helvBO08-ISO8859-4.pcf.gz.tmp helvBO08-ISO8859-9.pcf.gz.tmp helvBO08-ISO8859-10.pcf.gz.tmp helvBO08-ISO8859-13.pcf.gz.tmp helvBO08-ISO8859-14.pcf.gz.tmp helvBO08-ISO8859-15.pcf.gz.tmp helvBO10-ISO8859-1.pcf.gz.tmp helvBO10-ISO8859-2.pcf.gz.tmp helvBO10-ISO8859-3.pcf.gz.tmp helvBO10-ISO8859-4.pcf.gz.tmp helvBO10-ISO8859-9.pcf.gz.tmp helvBO10-ISO8859-10.pcf.gz.tmp helvBO10-ISO8859-13.pcf.gz.tmp helvBO10-ISO8859-14.pcf.gz.tmp helvBO10-ISO8859-15.pcf.gz.tmp helvBO12-ISO8859-1.pcf.gz.tmp helvBO12-ISO8859-2.pcf.gz.tmp helvBO12-ISO8859-3.pcf.gz.tmp helvBO12-ISO8859-4.pcf.gz.tmp helvBO12-ISO8859-9.pcf.gz.tmp helvBO12-ISO8859-10.pcf.gz.tmp helvBO12-ISO8859-13.pcf.gz.tmp helvBO12-ISO8859-14.pcf.gz.tmp helvBO12-ISO8859-15.pcf.gz.tmp helvBO14-ISO8859-1.pcf.gz.tmp helvBO14-ISO8859-2.pcf.gz.tmp helvBO14-ISO8859-3.pcf.gz.tmp helvBO14-ISO8859-4.pcf.gz.tmp helvBO14-ISO8859-9.pcf.gz.tmp helvBO14-ISO8859-10.pcf.gz.tmp helvBO14-ISO8859-13.pcf.gz.tmp helvBO14-ISO8859-14.pcf.gz.tmp helvBO14-ISO8859-15.pcf.gz.tmp helvBO18-ISO8859-1.pcf.gz.tmp helvBO18-ISO8859-2.pcf.gz.tmp helvBO18-ISO8859-3.pcf.gz.tmp helvBO18-ISO8859-4.pcf.gz.tmp helvBO18-ISO8859-9.pcf.gz.tmp helvBO18-ISO8859-10.pcf.gz.tmp helvBO18-ISO8859-13.pcf.gz.tmp helvBO18-ISO8859-14.pcf.gz.tmp helvBO18-ISO8859-15.pcf.gz.tmp helvBO24-ISO8859-1.pcf.gz.tmp helvBO24-ISO8859-2.pcf.gz.tmp helvBO24-ISO8859-3.pcf.gz.tmp helvBO24-ISO8859-4.pcf.gz.tmp helvBO24-ISO8859-9.pcf.gz.tmp helvBO24-ISO8859-10.pcf.gz.tmp helvBO24-ISO8859-13.pcf.gz.tmp helvBO24-ISO8859-14.pcf.gz.tmp helvBO24-ISO8859-15.pcf.gz.tmp helvO08-ISO8859-1.pcf.gz.tmp helvO08-ISO8859-2.pcf.gz.tmp helvO08-ISO8859-3.pcf.gz.tmp helvO08-ISO8859-4.pcf.gz.tmp helvO08-ISO8859-9.pcf.gz.tmp helvO08-ISO8859-10.pcf.gz.tmp helvO08-ISO8859-13.pcf.gz.tmp helvO08-ISO8859-14.pcf.gz.tmp helvO08-ISO8859-15.pcf.gz.tmp helvO10-ISO8859-1.pcf.gz.tmp helvO10-ISO8859-2.pcf.gz.tmp helvO10-ISO8859-3.pcf.gz.tmp helvO10-ISO8859-4.pcf.gz.tmp helvO10-ISO8859-9.pcf.gz.tmp helvO10-ISO8859-10.pcf.gz.tmp helvO10-ISO8859-13.pcf.gz.tmp helvO10-ISO8859-14.pcf.gz.tmp helvO10-ISO8859-15.pcf.gz.tmp helvO12-ISO8859-1.pcf.gz.tmp helvO12-ISO8859-2.pcf.gz.tmp helvO12-ISO8859-3.pcf.gz.tmp helvO12-ISO8859-4.pcf.gz.tmp helvO12-ISO8859-9.pcf.gz.tmp helvO12-ISO8859-10.pcf.gz.tmp helvO12-ISO8859-13.pcf.gz.tmp helvO12-ISO8859-14.pcf.gz.tmp helvO12-ISO8859-15.pcf.gz.tmp helvO14-ISO8859-1.pcf.gz.tmp helvO14-ISO8859-2.pcf.gz.tmp helvO14-ISO8859-3.pcf.gz.tmp helvO14-ISO8859-4.pcf.gz.tmp helvO14-ISO8859-9.pcf.gz.tmp helvO14-ISO8859-10.pcf.gz.tmp helvO14-ISO8859-13.pcf.gz.tmp helvO14-ISO8859-14.pcf.gz.tmp helvO14-ISO8859-15.pcf.gz.tmp helvO18-ISO8859-1.pcf.gz.tmp helvO18-ISO8859-2.pcf.gz.tmp helvO18-ISO8859-3.pcf.gz.tmp helvO18-ISO8859-4.pcf.gz.tmp helvO18-ISO8859-9.pcf.gz.tmp helvO18-ISO8859-10.pcf.gz.tmp helvO18-ISO8859-13.pcf.gz.tmp helvO18-ISO8859-14.pcf.gz.tmp helvO18-ISO8859-15.pcf.gz.tmp helvO24-ISO8859-1.pcf.gz.tmp helvO24-ISO8859-2.pcf.gz.tmp helvO24-ISO8859-3.pcf.gz.tmp helvO24-ISO8859-4.pcf.gz.tmp helvO24-ISO8859-9.pcf.gz.tmp helvO24-ISO8859-10.pcf.gz.tmp helvO24-ISO8859-13.pcf.gz.tmp helvO24-ISO8859-14.pcf.gz.tmp helvO24-ISO8859-15.pcf.gz.tmp helvR08-ISO8859-1.pcf.gz.tmp helvR08-ISO8859-2.pcf.gz.tmp helvR08-ISO8859-3.pcf.gz.tmp helvR08-ISO8859-4.pcf.gz.tmp helvR08-ISO8859-9.pcf.gz.tmp helvR08-ISO8859-10.pcf.gz.tmp helvR08-ISO8859-13.pcf.gz.tmp helvR08-ISO8859-14.pcf.gz.tmp helvR08-ISO8859-15.pcf.gz.tmp helvR10-ISO8859-1.pcf.gz.tmp helvR10-ISO8859-2.pcf.gz.tmp helvR10-ISO8859-3.pcf.gz.tmp helvR10-ISO8859-4.pcf.gz.tmp helvR10-ISO8859-9.pcf.gz.tmp helvR10-ISO8859-10.pcf.gz.tmp helvR10-ISO8859-13.pcf.gz.tmp helvR10-ISO8859-14.pcf.gz.tmp helvR10-ISO8859-15.pcf.gz.tmp helvR12-ISO8859-1.pcf.gz.tmp helvR12-ISO8859-2.pcf.gz.tmp helvR12-ISO8859-3.pcf.gz.tmp helvR12-ISO8859-4.pcf.gz.tmp helvR12-ISO8859-9.pcf.gz.tmp helvR12-ISO8859-10.pcf.gz.tmp helvR12-ISO8859-13.pcf.gz.tmp helvR12-ISO8859-14.pcf.gz.tmp helvR12-ISO8859-15.pcf.gz.tmp helvR14-ISO8859-1.pcf.gz.tmp helvR14-ISO8859-2.pcf.gz.tmp helvR14-ISO8859-3.pcf.gz.tmp helvR14-ISO8859-4.pcf.gz.tmp helvR14-ISO8859-9.pcf.gz.tmp helvR14-ISO8859-10.pcf.gz.tmp helvR14-ISO8859-13.pcf.gz.tmp helvR14-ISO8859-14.pcf.gz.tmp helvR14-ISO8859-15.pcf.gz.tmp helvR18-ISO8859-1.pcf.gz.tmp helvR18-ISO8859-2.pcf.gz.tmp helvR18-ISO8859-3.pcf.gz.tmp helvR18-ISO8859-4.pcf.gz.tmp helvR18-ISO8859-9.pcf.gz.tmp helvR18-ISO8859-10.pcf.gz.tmp helvR18-ISO8859-13.pcf.gz.tmp helvR18-ISO8859-14.pcf.gz.tmp helvR18-ISO8859-15.pcf.gz.tmp helvR24-ISO8859-1.pcf.gz.tmp helvR24-ISO8859-2.pcf.gz.tmp helvR24-ISO8859-3.pcf.gz.tmp helvR24-ISO8859-4.pcf.gz.tmp helvR24-ISO8859-9.pcf.gz.tmp helvR24-ISO8859-10.pcf.gz.tmp helvR24-ISO8859-13.pcf.gz.tmp helvR24-ISO8859-14.pcf.gz.tmp helvR24-ISO8859-15.pcf.gz.tmp ncenB08-ISO8859-1.pcf.gz.tmp ncenB08-ISO8859-2.pcf.gz.tmp ncenB08-ISO8859-3.pcf.gz.tmp ncenB08-ISO8859-4.pcf.gz.tmp ncenB08-ISO8859-9.pcf.gz.tmp ncenB08-ISO8859-10.pcf.gz.tmp ncenB08-ISO8859-13.pcf.gz.tmp ncenB08-ISO8859-14.pcf.gz.tmp ncenB08-ISO8859-15.pcf.gz.tmp ncenB10-ISO8859-1.pcf.gz.tmp ncenB10-ISO8859-2.pcf.gz.tmp ncenB10-ISO8859-3.pcf.gz.tmp ncenB10-ISO8859-4.pcf.gz.tmp ncenB10-ISO8859-9.pcf.gz.tmp ncenB10-ISO8859-10.pcf.gz.tmp ncenB10-ISO8859-13.pcf.gz.tmp ncenB10-ISO8859-14.pcf.gz.tmp ncenB10-ISO8859-15.pcf.gz.tmp ncenB12-ISO8859-1.pcf.gz.tmp ncenB12-ISO8859-2.pcf.gz.tmp ncenB12-ISO8859-3.pcf.gz.tmp ncenB12-ISO8859-4.pcf.gz.tmp ncenB12-ISO8859-9.pcf.gz.tmp ncenB12-ISO8859-10.pcf.gz.tmp ncenB12-ISO8859-13.pcf.gz.tmp ncenB12-ISO8859-14.pcf.gz.tmp ncenB12-ISO8859-15.pcf.gz.tmp ncenB14-ISO8859-1.pcf.gz.tmp ncenB14-ISO8859-2.pcf.gz.tmp ncenB14-ISO8859-3.pcf.gz.tmp ncenB14-ISO8859-4.pcf.gz.tmp ncenB14-ISO8859-9.pcf.gz.tmp ncenB14-ISO8859-10.pcf.gz.tmp ncenB14-ISO8859-13.pcf.gz.tmp ncenB14-ISO8859-14.pcf.gz.tmp ncenB14-ISO8859-15.pcf.gz.tmp ncenB18-ISO8859-1.pcf.gz.tmp ncenB18-ISO8859-2.pcf.gz.tmp ncenB18-ISO8859-3.pcf.gz.tmp ncenB18-ISO8859-4.pcf.gz.tmp ncenB18-ISO8859-9.pcf.gz.tmp ncenB18-ISO8859-10.pcf.gz.tmp ncenB18-ISO8859-13.pcf.gz.tmp ncenB18-ISO8859-14.pcf.gz.tmp ncenB18-ISO8859-15.pcf.gz.tmp ncenB24-ISO8859-1.pcf.gz.tmp ncenB24-ISO8859-2.pcf.gz.tmp ncenB24-ISO8859-3.pcf.gz.tmp ncenB24-ISO8859-4.pcf.gz.tmp ncenB24-ISO8859-9.pcf.gz.tmp ncenB24-ISO8859-10.pcf.gz.tmp ncenB24-ISO8859-13.pcf.gz.tmp ncenB24-ISO8859-14.pcf.gz.tmp ncenB24-ISO8859-15.pcf.gz.tmp ncenBI08-ISO8859-1.pcf.gz.tmp ncenBI08-ISO8859-2.pcf.gz.tmp ncenBI08-ISO8859-3.pcf.gz.tmp ncenBI08-ISO8859-4.pcf.gz.tmp ncenBI08-ISO8859-9.pcf.gz.tmp ncenBI08-ISO8859-10.pcf.gz.tmp ncenBI08-ISO8859-13.pcf.gz.tmp ncenBI08-ISO8859-14.pcf.gz.tmp ncenBI08-ISO8859-15.pcf.gz.tmp ncenBI10-ISO8859-1.pcf.gz.tmp ncenBI10-ISO8859-2.pcf.gz.tmp ncenBI10-ISO8859-3.pcf.gz.tmp ncenBI10-ISO8859-4.pcf.gz.tmp ncenBI10-ISO8859-9.pcf.gz.tmp ncenBI10-ISO8859-10.pcf.gz.tmp ncenBI10-ISO8859-13.pcf.gz.tmp ncenBI10-ISO8859-14.pcf.gz.tmp ncenBI10-ISO8859-15.pcf.gz.tmp ncenBI12-ISO8859-1.pcf.gz.tmp ncenBI12-ISO8859-2.pcf.gz.tmp ncenBI12-ISO8859-3.pcf.gz.tmp ncenBI12-ISO8859-4.pcf.gz.tmp ncenBI12-ISO8859-9.pcf.gz.tmp ncenBI12-ISO8859-10.pcf.gz.tmp ncenBI12-ISO8859-13.pcf.gz.tmp ncenBI12-ISO8859-14.pcf.gz.tmp ncenBI12-ISO8859-15.pcf.gz.tmp ncenBI14-ISO8859-1.pcf.gz.tmp ncenBI14-ISO8859-2.pcf.gz.tmp ncenBI14-ISO8859-3.pcf.gz.tmp ncenBI14-ISO8859-4.pcf.gz.tmp ncenBI14-ISO8859-9.pcf.gz.tmp ncenBI14-ISO8859-10.pcf.gz.tmp ncenBI14-ISO8859-13.pcf.gz.tmp ncenBI14-ISO8859-14.pcf.gz.tmp ncenBI14-ISO8859-15.pcf.gz.tmp ncenBI18-ISO8859-1.pcf.gz.tmp ncenBI18-ISO8859-2.pcf.gz.tmp ncenBI18-ISO8859-3.pcf.gz.tmp ncenBI18-ISO8859-4.pcf.gz.tmp ncenBI18-ISO8859-9.pcf.gz.tmp ncenBI18-ISO8859-10.pcf.gz.tmp ncenBI18-ISO8859-13.pcf.gz.tmp ncenBI18-ISO8859-14.pcf.gz.tmp ncenBI18-ISO8859-15.pcf.gz.tmp ncenBI24-ISO8859-1.pcf.gz.tmp ncenBI24-ISO8859-2.pcf.gz.tmp ncenBI24-ISO8859-3.pcf.gz.tmp ncenBI24-ISO8859-4.pcf.gz.tmp ncenBI24-ISO8859-9.pcf.gz.tmp ncenBI24-ISO8859-10.pcf.gz.tmp ncenBI24-ISO8859-13.pcf.gz.tmp ncenBI24-ISO8859-14.pcf.gz.tmp ncenBI24-ISO8859-15.pcf.gz.tmp ncenI08-ISO8859-1.pcf.gz.tmp ncenI08-ISO8859-2.pcf.gz.tmp ncenI08-ISO8859-3.pcf.gz.tmp ncenI08-ISO8859-4.pcf.gz.tmp ncenI08-ISO8859-9.pcf.gz.tmp ncenI08-ISO8859-10.pcf.gz.tmp ncenI08-ISO8859-13.pcf.gz.tmp ncenI08-ISO8859-14.pcf.gz.tmp ncenI08-ISO8859-15.pcf.gz.tmp ncenI10-ISO8859-1.pcf.gz.tmp ncenI10-ISO8859-2.pcf.gz.tmp ncenI10-ISO8859-3.pcf.gz.tmp ncenI10-ISO8859-4.pcf.gz.tmp ncenI10-ISO8859-9.pcf.gz.tmp ncenI10-ISO8859-10.pcf.gz.tmp ncenI10-ISO8859-13.pcf.gz.tmp ncenI10-ISO8859-14.pcf.gz.tmp ncenI10-ISO8859-15.pcf.gz.tmp ncenI12-ISO8859-1.pcf.gz.tmp ncenI12-ISO8859-2.pcf.gz.tmp ncenI12-ISO8859-3.pcf.gz.tmp ncenI12-ISO8859-4.pcf.gz.tmp ncenI12-ISO8859-9.pcf.gz.tmp ncenI12-ISO8859-10.pcf.gz.tmp ncenI12-ISO8859-13.pcf.gz.tmp ncenI12-ISO8859-14.pcf.gz.tmp ncenI12-ISO8859-15.pcf.gz.tmp ncenI14-ISO8859-1.pcf.gz.tmp ncenI14-ISO8859-2.pcf.gz.tmp ncenI14-ISO8859-3.pcf.gz.tmp ncenI14-ISO8859-4.pcf.gz.tmp ncenI14-ISO8859-9.pcf.gz.tmp ncenI14-ISO8859-10.pcf.gz.tmp ncenI14-ISO8859-13.pcf.gz.tmp ncenI14-ISO8859-14.pcf.gz.tmp ncenI14-ISO8859-15.pcf.gz.tmp ncenI18-ISO8859-1.pcf.gz.tmp ncenI18-ISO8859-2.pcf.gz.tmp ncenI18-ISO8859-3.pcf.gz.tmp ncenI18-ISO8859-4.pcf.gz.tmp ncenI18-ISO8859-9.pcf.gz.tmp ncenI18-ISO8859-10.pcf.gz.tmp ncenI18-ISO8859-13.pcf.gz.tmp ncenI18-ISO8859-14.pcf.gz.tmp ncenI18-ISO8859-15.pcf.gz.tmp ncenI24-ISO8859-1.pcf.gz.tmp ncenI24-ISO8859-2.pcf.gz.tmp ncenI24-ISO8859-3.pcf.gz.tmp ncenI24-ISO8859-4.pcf.gz.tmp ncenI24-ISO8859-9.pcf.gz.tmp ncenI24-ISO8859-10.pcf.gz.tmp ncenI24-ISO8859-13.pcf.gz.tmp ncenI24-ISO8859-14.pcf.gz.tmp ncenI24-ISO8859-15.pcf.gz.tmp ncenR08-ISO8859-1.pcf.gz.tmp ncenR08-ISO8859-2.pcf.gz.tmp ncenR08-ISO8859-3.pcf.gz.tmp ncenR08-ISO8859-4.pcf.gz.tmp ncenR08-ISO8859-9.pcf.gz.tmp ncenR08-ISO8859-10.pcf.gz.tmp ncenR08-ISO8859-13.pcf.gz.tmp ncenR08-ISO8859-14.pcf.gz.tmp ncenR08-ISO8859-15.pcf.gz.tmp ncenR10-ISO8859-1.pcf.gz.tmp ncenR10-ISO8859-2.pcf.gz.tmp ncenR10-ISO8859-3.pcf.gz.tmp ncenR10-ISO8859-4.pcf.gz.tmp ncenR10-ISO8859-9.pcf.gz.tmp ncenR10-ISO8859-10.pcf.gz.tmp ncenR10-ISO8859-13.pcf.gz.tmp ncenR10-ISO8859-14.pcf.gz.tmp ncenR10-ISO8859-15.pcf.gz.tmp ncenR12-ISO8859-1.pcf.gz.tmp ncenR12-ISO8859-2.pcf.gz.tmp ncenR12-ISO8859-3.pcf.gz.tmp ncenR12-ISO8859-4.pcf.gz.tmp ncenR12-ISO8859-9.pcf.gz.tmp ncenR12-ISO8859-10.pcf.gz.tmp ncenR12-ISO8859-13.pcf.gz.tmp ncenR12-ISO8859-14.pcf.gz.tmp ncenR12-ISO8859-15.pcf.gz.tmp ncenR14-ISO8859-1.pcf.gz.tmp ncenR14-ISO8859-2.pcf.gz.tmp ncenR14-ISO8859-3.pcf.gz.tmp ncenR14-ISO8859-4.pcf.gz.tmp ncenR14-ISO8859-9.pcf.gz.tmp ncenR14-ISO8859-10.pcf.gz.tmp ncenR14-ISO8859-13.pcf.gz.tmp ncenR14-ISO8859-14.pcf.gz.tmp ncenR14-ISO8859-15.pcf.gz.tmp ncenR18-ISO8859-1.pcf.gz.tmp ncenR18-ISO8859-2.pcf.gz.tmp ncenR18-ISO8859-3.pcf.gz.tmp ncenR18-ISO8859-4.pcf.gz.tmp ncenR18-ISO8859-9.pcf.gz.tmp ncenR18-ISO8859-10.pcf.gz.tmp ncenR18-ISO8859-13.pcf.gz.tmp ncenR18-ISO8859-14.pcf.gz.tmp ncenR18-ISO8859-15.pcf.gz.tmp ncenR24-ISO8859-1.pcf.gz.tmp ncenR24-ISO8859-2.pcf.gz.tmp ncenR24-ISO8859-3.pcf.gz.tmp ncenR24-ISO8859-4.pcf.gz.tmp ncenR24-ISO8859-9.pcf.gz.tmp ncenR24-ISO8859-10.pcf.gz.tmp ncenR24-ISO8859-13.pcf.gz.tmp ncenR24-ISO8859-14.pcf.gz.tmp ncenR24-ISO8859-15.pcf.gz.tmp timB08-ISO8859-1.pcf.gz.tmp timB08-ISO8859-2.pcf.gz.tmp timB08-ISO8859-3.pcf.gz.tmp timB08-ISO8859-4.pcf.gz.tmp timB08-ISO8859-9.pcf.gz.tmp timB08-ISO8859-10.pcf.gz.tmp timB08-ISO8859-13.pcf.gz.tmp timB08-ISO8859-14.pcf.gz.tmp timB08-ISO8859-15.pcf.gz.tmp timB10-ISO8859-1.pcf.gz.tmp timB10-ISO8859-2.pcf.gz.tmp timB10-ISO8859-3.pcf.gz.tmp timB10-ISO8859-4.pcf.gz.tmp timB10-ISO8859-9.pcf.gz.tmp timB10-ISO8859-10.pcf.gz.tmp timB10-ISO8859-13.pcf.gz.tmp timB10-ISO8859-14.pcf.gz.tmp timB10-ISO8859-15.pcf.gz.tmp timB12-ISO8859-1.pcf.gz.tmp timB12-ISO8859-2.pcf.gz.tmp timB12-ISO8859-3.pcf.gz.tmp timB12-ISO8859-4.pcf.gz.tmp timB12-ISO8859-9.pcf.gz.tmp timB12-ISO8859-10.pcf.gz.tmp timB12-ISO8859-13.pcf.gz.tmp timB12-ISO8859-14.pcf.gz.tmp timB12-ISO8859-15.pcf.gz.tmp timB14-ISO8859-1.pcf.gz.tmp timB14-ISO8859-2.pcf.gz.tmp timB14-ISO8859-3.pcf.gz.tmp timB14-ISO8859-4.pcf.gz.tmp timB14-ISO8859-9.pcf.gz.tmp timB14-ISO8859-10.pcf.gz.tmp timB14-ISO8859-13.pcf.gz.tmp timB14-ISO8859-14.pcf.gz.tmp timB14-ISO8859-15.pcf.gz.tmp timB18-ISO8859-1.pcf.gz.tmp timB18-ISO8859-2.pcf.gz.tmp timB18-ISO8859-3.pcf.gz.tmp timB18-ISO8859-4.pcf.gz.tmp timB18-ISO8859-9.pcf.gz.tmp timB18-ISO8859-10.pcf.gz.tmp timB18-ISO8859-13.pcf.gz.tmp timB18-ISO8859-14.pcf.gz.tmp timB18-ISO8859-15.pcf.gz.tmp timB24-ISO8859-1.pcf.gz.tmp timB24-ISO8859-2.pcf.gz.tmp timB24-ISO8859-3.pcf.gz.tmp timB24-ISO8859-4.pcf.gz.tmp timB24-ISO8859-9.pcf.gz.tmp timB24-ISO8859-10.pcf.gz.tmp timB24-ISO8859-13.pcf.gz.tmp timB24-ISO8859-14.pcf.gz.tmp timB24-ISO8859-15.pcf.gz.tmp timBI08-ISO8859-1.pcf.gz.tmp timBI08-ISO8859-2.pcf.gz.tmp timBI08-ISO8859-3.pcf.gz.tmp timBI08-ISO8859-4.pcf.gz.tmp timBI08-ISO8859-9.pcf.gz.tmp timBI08-ISO8859-10.pcf.gz.tmp timBI08-ISO8859-13.pcf.gz.tmp timBI08-ISO8859-14.pcf.gz.tmp timBI08-ISO8859-15.pcf.gz.tmp timBI10-ISO8859-1.pcf.gz.tmp timBI10-ISO8859-2.pcf.gz.tmp timBI10-ISO8859-3.pcf.gz.tmp timBI10-ISO8859-4.pcf.gz.tmp timBI10-ISO8859-9.pcf.gz.tmp timBI10-ISO8859-10.pcf.gz.tmp timBI10-ISO8859-13.pcf.gz.tmp timBI10-ISO8859-14.pcf.gz.tmp timBI10-ISO8859-15.pcf.gz.tmp timBI12-ISO8859-1.pcf.gz.tmp timBI12-ISO8859-2.pcf.gz.tmp timBI12-ISO8859-3.pcf.gz.tmp timBI12-ISO8859-4.pcf.gz.tmp timBI12-ISO8859-9.pcf.gz.tmp timBI12-ISO8859-10.pcf.gz.tmp timBI12-ISO8859-13.pcf.gz.tmp timBI12-ISO8859-14.pcf.gz.tmp timBI12-ISO8859-15.pcf.gz.tmp timBI14-ISO8859-1.pcf.gz.tmp timBI14-ISO8859-2.pcf.gz.tmp timBI14-ISO8859-3.pcf.gz.tmp timBI14-ISO8859-4.pcf.gz.tmp timBI14-ISO8859-9.pcf.gz.tmp timBI14-ISO8859-10.pcf.gz.tmp timBI14-ISO8859-13.pcf.gz.tmp timBI14-ISO8859-14.pcf.gz.tmp timBI14-ISO8859-15.pcf.gz.tmp timBI18-ISO8859-1.pcf.gz.tmp timBI18-ISO8859-2.pcf.gz.tmp timBI18-ISO8859-3.pcf.gz.tmp timBI18-ISO8859-4.pcf.gz.tmp timBI18-ISO8859-9.pcf.gz.tmp timBI18-ISO8859-10.pcf.gz.tmp timBI18-ISO8859-13.pcf.gz.tmp timBI18-ISO8859-14.pcf.gz.tmp timBI18-ISO8859-15.pcf.gz.tmp timBI24-ISO8859-1.pcf.gz.tmp timBI24-ISO8859-2.pcf.gz.tmp timBI24-ISO8859-3.pcf.gz.tmp timBI24-ISO8859-4.pcf.gz.tmp timBI24-ISO8859-9.pcf.gz.tmp timBI24-ISO8859-10.pcf.gz.tmp timBI24-ISO8859-13.pcf.gz.tmp timBI24-ISO8859-14.pcf.gz.tmp timBI24-ISO8859-15.pcf.gz.tmp timI08-ISO8859-1.pcf.gz.tmp timI08-ISO8859-2.pcf.gz.tmp timI08-ISO8859-3.pcf.gz.tmp timI08-ISO8859-4.pcf.gz.tmp timI08-ISO8859-9.pcf.gz.tmp timI08-ISO8859-10.pcf.gz.tmp timI08-ISO8859-13.pcf.gz.tmp timI08-ISO8859-14.pcf.gz.tmp timI08-ISO8859-15.pcf.gz.tmp timI10-ISO8859-1.pcf.gz.tmp timI10-ISO8859-2.pcf.gz.tmp timI10-ISO8859-3.pcf.gz.tmp timI10-ISO8859-4.pcf.gz.tmp timI10-ISO8859-9.pcf.gz.tmp timI10-ISO8859-10.pcf.gz.tmp timI10-ISO8859-13.pcf.gz.tmp timI10-ISO8859-14.pcf.gz.tmp timI10-ISO8859-15.pcf.gz.tmp timI12-ISO8859-1.pcf.gz.tmp timI12-ISO8859-2.pcf.gz.tmp timI12-ISO8859-3.pcf.gz.tmp timI12-ISO8859-4.pcf.gz.tmp timI12-ISO8859-9.pcf.gz.tmp timI12-ISO8859-10.pcf.gz.tmp timI12-ISO8859-13.pcf.gz.tmp timI12-ISO8859-14.pcf.gz.tmp timI12-ISO8859-15.pcf.gz.tmp timI14-ISO8859-1.pcf.gz.tmp timI14-ISO8859-2.pcf.gz.tmp timI14-ISO8859-3.pcf.gz.tmp timI14-ISO8859-4.pcf.gz.tmp timI14-ISO8859-9.pcf.gz.tmp timI14-ISO8859-10.pcf.gz.tmp timI14-ISO8859-13.pcf.gz.tmp timI14-ISO8859-14.pcf.gz.tmp timI14-ISO8859-15.pcf.gz.tmp timI18-ISO8859-1.pcf.gz.tmp timI18-ISO8859-2.pcf.gz.tmp timI18-ISO8859-3.pcf.gz.tmp timI18-ISO8859-4.pcf.gz.tmp timI18-ISO8859-9.pcf.gz.tmp timI18-ISO8859-10.pcf.gz.tmp timI18-ISO8859-13.pcf.gz.tmp timI18-ISO8859-14.pcf.gz.tmp timI18-ISO8859-15.pcf.gz.tmp timI24-ISO8859-1.pcf.gz.tmp timI24-ISO8859-2.pcf.gz.tmp timI24-ISO8859-3.pcf.gz.tmp timI24-ISO8859-4.pcf.gz.tmp timI24-ISO8859-9.pcf.gz.tmp timI24-ISO8859-10.pcf.gz.tmp timI24-ISO8859-13.pcf.gz.tmp timI24-ISO8859-14.pcf.gz.tmp timI24-ISO8859-15.pcf.gz.tmp timR08-ISO8859-1.pcf.gz.tmp timR08-ISO8859-2.pcf.gz.tmp timR08-ISO8859-3.pcf.gz.tmp timR08-ISO8859-4.pcf.gz.tmp timR08-ISO8859-9.pcf.gz.tmp timR08-ISO8859-10.pcf.gz.tmp timR08-ISO8859-13.pcf.gz.tmp timR08-ISO8859-14.pcf.gz.tmp timR08-ISO8859-15.pcf.gz.tmp timR10-ISO8859-1.pcf.gz.tmp timR10-ISO8859-2.pcf.gz.tmp timR10-ISO8859-3.pcf.gz.tmp timR10-ISO8859-4.pcf.gz.tmp timR10-ISO8859-9.pcf.gz.tmp timR10-ISO8859-10.pcf.gz.tmp timR10-ISO8859-13.pcf.gz.tmp timR10-ISO8859-14.pcf.gz.tmp timR10-ISO8859-15.pcf.gz.tmp timR12-ISO8859-1.pcf.gz.tmp timR12-ISO8859-2.pcf.gz.tmp timR12-ISO8859-3.pcf.gz.tmp timR12-ISO8859-4.pcf.gz.tmp timR12-ISO8859-9.pcf.gz.tmp timR12-ISO8859-10.pcf.gz.tmp timR12-ISO8859-13.pcf.gz.tmp timR12-ISO8859-14.pcf.gz.tmp timR12-ISO8859-15.pcf.gz.tmp timR14-ISO8859-1.pcf.gz.tmp timR14-ISO8859-2.pcf.gz.tmp timR14-ISO8859-3.pcf.gz.tmp timR14-ISO8859-4.pcf.gz.tmp timR14-ISO8859-9.pcf.gz.tmp timR14-ISO8859-10.pcf.gz.tmp timR14-ISO8859-13.pcf.gz.tmp timR14-ISO8859-14.pcf.gz.tmp timR14-ISO8859-15.pcf.gz.tmp timR18-ISO8859-1.pcf.gz.tmp timR18-ISO8859-2.pcf.gz.tmp timR18-ISO8859-3.pcf.gz.tmp timR18-ISO8859-4.pcf.gz.tmp timR18-ISO8859-9.pcf.gz.tmp timR18-ISO8859-10.pcf.gz.tmp timR18-ISO8859-13.pcf.gz.tmp timR18-ISO8859-14.pcf.gz.tmp timR18-ISO8859-15.pcf.gz.tmp timR24-ISO8859-1.pcf.gz.tmp timR24-ISO8859-2.pcf.gz.tmp timR24-ISO8859-3.pcf.gz.tmp timR24-ISO8859-4.pcf.gz.tmp timR24-ISO8859-9.pcf.gz.tmp timR24-ISO8859-10.pcf.gz.tmp timR24-ISO8859-13.pcf.gz.tmp timR24-ISO8859-14.pcf.gz.tmp timR24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_lfs && rm -f mount_lfs.html8 .depend mount_lfs.d pathadj.d mount_lfs.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_lfs && rm -f mount_lfs.html8 .depend mount_lfs.d pathadj.d mount_lfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleanfonts --- --- cleandir-sbin --- --- cleandir-mount_msdos --- --- cleandir-external --- rm -f courB08-ISO8859-1.bdf courB08-ISO8859-2.bdf courB08-ISO8859-3.bdf courB08-ISO8859-4.bdf courB08-ISO8859-9.bdf courB08-ISO8859-10.bdf courB08-ISO8859-13.bdf courB08-ISO8859-14.bdf courB08-ISO8859-15.bdf courB10-ISO8859-1.bdf courB10-ISO8859-2.bdf courB10-ISO8859-3.bdf courB10-ISO8859-4.bdf courB10-ISO8859-9.bdf courB10-ISO8859-10.bdf courB10-ISO8859-13.bdf courB10-ISO8859-14.bdf courB10-ISO8859-15.bdf courB12-ISO8859-1.bdf courB12-ISO8859-2.bdf courB12-ISO8859-3.bdf courB12-ISO8859-4.bdf courB12-ISO8859-9.bdf courB12-ISO8859-10.bdf courB12-ISO8859-13.bdf courB12-ISO8859-14.bdf courB12-ISO8859-15.bdf courB14-ISO8859-1.bdf courB14-ISO8859-2.bdf courB14-ISO8859-3.bdf courB14-ISO8859-4.bdf courB14-ISO8859-9.bdf courB14-ISO8859-10.bdf courB14-ISO8859-13.bdf courB14-ISO8859-14.bdf courB14-ISO8859-15.bdf courB18-ISO8859-1.bdf courB18-ISO8859-2.bdf courB18-ISO8859-3.bdf courB18-ISO8859-4.bdf courB18-ISO8859-9.bdf courB18-ISO8859-10.bdf courB18-ISO8859-13.bdf courB18-ISO8859-14.bdf courB18-ISO8859-15.bdf courB24-ISO8859-1.bdf courB24-ISO8859-2.bdf courB24-ISO8859-3.bdf courB24-ISO8859-4.bdf courB24-ISO8859-9.bdf courB24-ISO8859-10.bdf courB24-ISO8859-13.bdf courB24-ISO8859-14.bdf courB24-ISO8859-15.bdf courBO08-ISO8859-1.bdf courBO08-ISO8859-2.bdf courBO08-ISO8859-3.bdf courBO08-ISO8859-4.bdf courBO08-ISO8859-9.bdf courBO08-ISO8859-10.bdf courBO08-ISO8859-13.bdf courBO08-ISO8859-14.bdf courBO08-ISO8859-15.bdf courBO10-ISO8859-1.bdf courBO10-ISO8859-2.bdf courBO10-ISO8859-3.bdf courBO10-ISO8859-4.bdf courBO10-ISO8859-9.bdf courBO10-ISO8859-10.bdf courBO10-ISO8859-13.bdf courBO10-ISO8859-14.bdf courBO10-ISO8859-15.bdf courBO12-ISO8859-1.bdf courBO12-ISO8859-2.bdf courBO12-ISO8859-3.bdf courBO12-ISO8859-4.bdf courBO12-ISO8859-9.bdf courBO12-ISO8859-10.bdf courBO12-ISO8859-13.bdf courBO12-ISO8859-14.bdf courBO12-ISO8859-15.bdf courBO14-ISO8859-1.bdf courBO14-ISO8859-2.bdf courBO14-ISO8859-3.bdf courBO14-ISO8859-4.bdf courBO14-ISO8859-9.bdf courBO14-ISO8859-10.bdf courBO14-ISO8859-13.bdf courBO14-ISO8859-14.bdf courBO14-ISO8859-15.bdf courBO18-ISO8859-1.bdf courBO18-ISO8859-2.bdf courBO18-ISO8859-3.bdf courBO18-ISO8859-4.bdf courBO18-ISO8859-9.bdf courBO18-ISO8859-10.bdf courBO18-ISO8859-13.bdf courBO18-ISO8859-14.bdf courBO18-ISO8859-15.bdf courBO24-ISO8859-1.bdf courBO24-ISO8859-2.bdf courBO24-ISO8859-3.bdf courBO24-ISO8859-4.bdf courBO24-ISO8859-9.bdf courBO24-ISO8859-10.bdf courBO24-ISO8859-13.bdf courBO24-ISO8859-14.bdf courBO24-ISO8859-15.bdf courO08-ISO8859-1.bdf courO08-ISO8859-2.bdf courO08-ISO8859-3.bdf courO08-ISO8859-4.bdf courO08-ISO8859-9.bdf courO08-ISO8859-10.bdf courO08-ISO8859-13.bdf courO08-ISO8859-14.bdf courO08-ISO8859-15.bdf courO10-ISO8859-1.bdf courO10-ISO8859-2.bdf courO10-ISO8859-3.bdf courO10-ISO8859-4.bdf courO10-ISO8859-9.bdf courO10-ISO8859-10.bdf courO10-ISO8859-13.bdf courO10-ISO8859-14.bdf courO10-ISO8859-15.bdf courO12-ISO8859-1.bdf courO12-ISO8859-2.bdf courO12-ISO8859-3.bdf courO12-ISO8859-4.bdf courO12-ISO8859-9.bdf courO12-ISO8859-10.bdf courO12-ISO8859-13.bdf courO12-ISO8859-14.bdf courO12-ISO8859-15.bdf courO14-ISO8859-1.bdf courO14-ISO8859-2.bdf courO14-ISO8859-3.bdf courO14-ISO8859-4.bdf courO14-ISO8859-9.bdf courO14-ISO8859-10.bdf courO14-ISO8859-13.bdf courO14-ISO8859-14.bdf courO14-ISO8859-15.bdf courO18-ISO8859-1.bdf courO18-ISO8859-2.bdf courO18-ISO8859-3.bdf courO18-ISO8859-4.bdf courO18-ISO8859-9.bdf courO18-ISO8859-10.bdf courO18-ISO8859-13.bdf courO18-ISO8859-14.bdf courO18-ISO8859-15.bdf courO24-ISO8859-1.bdf courO24-ISO8859-2.bdf courO24-ISO8859-3.bdf courO24-ISO8859-4.bdf courO24-ISO8859-9.bdf courO24-ISO8859-10.bdf courO24-ISO8859-13.bdf courO24-ISO8859-14.bdf courO24-ISO8859-15.bdf courR08-ISO8859-1.bdf courR08-ISO8859-2.bdf courR08-ISO8859-3.bdf courR08-ISO8859-4.bdf courR08-ISO8859-9.bdf courR08-ISO8859-10.bdf courR08-ISO8859-13.bdf courR08-ISO8859-14.bdf courR08-ISO8859-15.bdf courR10-ISO8859-1.bdf courR10-ISO8859-2.bdf courR10-ISO8859-3.bdf courR10-ISO8859-4.bdf courR10-ISO8859-9.bdf courR10-ISO8859-10.bdf courR10-ISO8859-13.bdf courR10-ISO8859-14.bdf courR10-ISO8859-15.bdf courR12-ISO8859-1.bdf courR12-ISO8859-2.bdf courR12-ISO8859-3.bdf courR12-ISO8859-4.bdf courR12-ISO8859-9.bdf courR12-ISO8859-10.bdf courR12-ISO8859-13.bdf courR12-ISO8859-14.bdf courR12-ISO8859-15.bdf courR14-ISO8859-1.bdf courR14-ISO8859-2.bdf courR14-ISO8859-3.bdf courR14-ISO8859-4.bdf courR14-ISO8859-9.bdf courR14-ISO8859-10.bdf courR14-ISO8859-13.bdf courR14-ISO8859-14.bdf courR14-ISO8859-15.bdf courR18-ISO8859-1.bdf courR18-ISO8859-2.bdf courR18-ISO8859-3.bdf courR18-ISO8859-4.bdf courR18-ISO8859-9.bdf courR18-ISO8859-10.bdf courR18-ISO8859-13.bdf courR18-ISO8859-14.bdf courR18-ISO8859-15.bdf courR24-ISO8859-1.bdf courR24-ISO8859-2.bdf courR24-ISO8859-3.bdf courR24-ISO8859-4.bdf courR24-ISO8859-9.bdf courR24-ISO8859-10.bdf courR24-ISO8859-13.bdf courR24-ISO8859-14.bdf courR24-ISO8859-15.bdf helvB08-ISO8859-1.bdf helvB08-ISO8859-2.bdf helvB08-ISO8859-3.bdf helvB08-ISO8859-4.bdf helvB08-ISO8859-9.bdf helvB08-ISO8859-10.bdf helvB08-ISO8859-13.bdf helvB08-ISO8859-14.bdf helvB08-ISO8859-15.bdf helvB10-IS--- cleandir-sbin --- cleandir ===> sbin/mount_msdos --- cleandir-external --- O8859-1.bdf helvB10-ISO8859-2.bdf helvB10-ISO8859-3.bdf helvB10-ISO8859-4.bdf helvB10-ISO8859-9.bdf helvB10-ISO8859-10.bdf helvB10-ISO8859-13.bdf helvB10-ISO8859-14.bdf helvB10-ISO8859-15.bdf helvB12-ISO8859-1.bdf helvB12-ISO8859-2.bdf helvB12-ISO8859-3.bdf helvB12-ISO8859-4.bdf helvB12-ISO8859-9.bdf helvB12-ISO8859-10.bdf helvB12-ISO8859-13.bdf helvB12-ISO8859-14.bdf helvB12-ISO8859-15.bdf helvB14-ISO8859-1.bdf helvB14-ISO8859-2.bdf helvB14-ISO8859-3.bdf helvB14-ISO8859-4.bdf helvB14-ISO8859-9.bdf helvB14-ISO8859-10.bdf helvB14-ISO8859-13.bdf helvB14-ISO8859-14.bdf helvB14-ISO8859-15.bdf helvB18-ISO8859-1.bdf helvB18-ISO8859-2.bdf helvB18-ISO8859-3.bdf helvB18-ISO8859-4.bdf helvB18-ISO8859-9.bdf helvB18-ISO8859-10.bdf helvB18-ISO8859-13.bdf helvB18-ISO8859-14.bdf helvB18-ISO8859-15.bdf helvB24-ISO8859-1.bdf helvB24-ISO8859-2.bdf helvB24-ISO8859-3.bdf helvB24-ISO8859-4.bdf helvB24-ISO8859-9.bdf helvB24-ISO8859-10.bdf helvB24-ISO8859-13.bdf helvB24-ISO8859-14.bdf helvB24-ISO8859-15.bdf helvBO08-ISO8859-1.bdf helvBO08-ISO8859-2.bdf helvBO08-ISO8859-3.bdf helvBO08-ISO8859-4.bdf helvBO08-ISO8859-9.bdf helvBO08-ISO8859-10.bdf helvBO08-ISO8859-13.bdf helvBO08-ISO8859-14.bdf helvBO08-ISO8859-15.bdf helvBO10-ISO8859-1.bdf helvBO10-ISO8859-2.bdf helvBO10-ISO8859-3.bdf helvBO10-ISO8859-4.bdf helvBO10-ISO8859-9.bdf helvBO10-ISO8859-10.bdf helvBO10-ISO8859-13.bdf helvBO10-ISO8859-14.bdf helvBO10-ISO8859-15.bdf helvBO12-ISO8859-1.bdf helvBO12-ISO8859-2.bdf helvBO12-ISO8859-3.bdf helvBO12-ISO8859-4.bdf helvBO12-ISO8859-9.bdf helvBO12-ISO8859-10.bdf helvBO12-ISO8859-13.bdf helvBO12-ISO8859-14.bdf helvBO12-ISO8859-15.bdf helvBO14-ISO8859-1.bdf helvBO14-ISO8859-2.bdf helvBO14-ISO8859-3.bdf helvBO14-ISO8859-4.bdf helvBO14-ISO8859-9.bdf helvBO14-ISO8859-10.bdf helvBO14-ISO8859-13.bdf helvBO14-ISO8859-14.bdf helvBO14-ISO8859-15.bdf helvBO18-ISO8859-1.bdf helvBO18-ISO8859-2.bdf helvBO18-ISO8859-3.bdf helvBO18-ISO8859-4.bdf helvBO18-ISO8859-9.bdf helvBO18-ISO8859-10.bdf helvBO18-ISO8859-13.bdf helvBO18-ISO8859-14.bdf helvBO18-ISO8859-15.bdf helvBO24-ISO8859-1.bdf helvBO24-ISO8859-2.bdf helvBO24-ISO8859-3.bdf helvBO24-ISO8859-4.bdf helvBO24-ISO8859-9.bdf helvBO24-ISO8859-10.bdf helvBO24-ISO8859-13.bdf helvBO24-ISO8859-14.bdf helvBO24-ISO8859-15.bdf helvO08-ISO8859-1.bdf helvO08-ISO8859-2.bdf helvO08-ISO8859-3.bdf helvO08-ISO8859-4.bdf helvO08-ISO8859-9.bdf helvO08-ISO8859-10.bdf helvO08-ISO8859-13.bdf helvO08-ISO8859-14.bdf helvO08-ISO8859-15.bdf helvO10-ISO8859-1.bdf helvO10-ISO8859-2.bdf helvO10-ISO8859-3.bdf helvO10-ISO8859-4.bdf helvO10-ISO8859-9.bdf helvO10-ISO8859-10.bdf helvO10-ISO8859-13.bdf helvO10-ISO8859-14.bdf helvO10-ISO8859-15.bdf helvO12-ISO8859-1.bdf helvO12-ISO8859-2.bdf helvO12-ISO8859-3.bdf helvO12-ISO8859-4.bdf helvO12-ISO8859-9.bdf helvO12-ISO8859-10.bdf helvO12-ISO8859-13.bdf helvO12-ISO8859-14.bdf helvO12-ISO8859-15.bdf helvO14-ISO8859-1.bdf helvO14-ISO8859-2.bdf helvO14-ISO8859-3.bdf helvO14-ISO8859-4.bdf helvO14-ISO8859-9.bdf helvO14-ISO8859-10.bdf helvO14-ISO8859-13.bdf helvO14-ISO8859-14.bdf helvO14-ISO8859-15.bdf helvO18-ISO8859-1.bdf helvO18-ISO8859-2.bdf helvO18-ISO8859-3.bdf helvO18-ISO8859-4.bdf helvO18-ISO8859-9.bdf helvO18-ISO8859-10.bdf helvO18-ISO8859-13.bdf helvO18-ISO8859-14.bdf helvO18-ISO8859-15.bdf helvO24-ISO8859-1.bdf helvO24-ISO8859-2.bdf helvO24-ISO8859-3.bdf helvO24-ISO8859-4.bdf helvO24-ISO8859-9.bdf helvO24-ISO8859-10.bdf helvO24-ISO8859-13.bdf helvO24-ISO8859-14.bdf helvO24-ISO8859-15.bdf helvR08-ISO8859-1.bdf helvR08-ISO8859-2.bdf helvR08-ISO8859-3.bdf helvR08-ISO8859-4.bdf helvR08-ISO8859-9.bdf helvR08-ISO8859-10.bdf helvR08-ISO8859-13.bdf helvR08-ISO8859-14.bdf helvR08-ISO8859-15.bdf helvR10-ISO8859-1.bdf helvR10-ISO8859-2.bdf helvR10-ISO8859-3.bdf helvR10-ISO8859-4.bdf helvR10-ISO8859-9.bdf helvR10-ISO8859-10.bdf helvR10-ISO8859-13.bdf helvR10-ISO8859-14.bdf helvR10-ISO8859-15.bdf helvR12-ISO8859-1.bdf helvR12-ISO8859-2.bdf helvR12-ISO8859-3.bdf helvR12-ISO8859-4.bdf helvR12-ISO8859-9.bdf helvR12-ISO8859-10.bdf helvR12-ISO8859-13.bdf helvR12-ISO8859-14.bdf helvR12-ISO8859-15.bdf helvR14-ISO8859-1.bdf helvR14-ISO8859-2.bdf helvR14-ISO8859-3.bdf helvR14-ISO8859-4.bdf helvR14-ISO8859-9.bdf helvR14-ISO8859-10.bdf helvR14-ISO8859-13.bdf helvR14-ISO8859-14.bdf helvR14-ISO8859-15.bdf helvR18-ISO8859-1.bdf helvR18-ISO8859-2.bdf helvR18-ISO8859-3.bdf helvR18-ISO8859-4.bdf helvR18-ISO8859-9.bdf helvR18-ISO8859-10.bdf helvR18-ISO8859-13.bdf helvR18-ISO8859-14.bdf helvR18-ISO8859-15.bdf helvR24-ISO8859-1.bdf helvR24-ISO8859-2.bdf helvR24-ISO8859-3.bdf helvR24-ISO8859-4.bdf helvR24-ISO8859-9.bdf helvR24-ISO8859-10.bdf helvR24-ISO8859-13.bdf helvR24-ISO8859-14.bdf helvR24-ISO8859-15.bdf ncenB08-ISO8859-1.bdf ncenB08-ISO8859-2.bdf ncenB08-ISO8859-3.bdf ncenB08-ISO8859-4.bdf ncenB08-ISO8859-9.bdf ncenB08-ISO8859-10.bdf ncenB08-ISO8859-13.bdf ncenB08-ISO8859-14.bdf ncenB08-ISO8859-15.bdf ncenB10-ISO8859-1.bdf ncenB10-ISO8859-2.bdf ncenB10-ISO8859-3.bdf ncenB10-ISO8859-4.bdf ncenB10-ISO8859-9.bdf ncenB10-ISO8859-10.bdf ncenB10-ISO8859-13.bdf ncenB10-ISO8859-14.bdf ncenB10-ISO8859-15.bdf ncenB12-ISO8859-1.bdf ncenB12-ISO8859-2.bdf ncenB12-ISO8859-3.bdf ncenB12-ISO8859-4.bdf ncenB12-ISO8859-9.bdf ncenB12-ISO8859-10.bdf ncenB12-ISO8859-13.bdf ncenB12-ISO8859-14.bdf ncenB12-ISO8859-15.bdf ncenB14-ISO8859-1.bdf ncenB14-ISO8859-2.bdf ncenB14-ISO8859-3.bdf ncenB14-ISO8859-4.bdf ncenB14-ISO8859-9.bdf ncenB14-ISO8859-10.bdf ncenB14-ISO8859-13.bdf ncenB14-ISO8859-14.bdf ncenB14-ISO8859-15.bdf ncenB18-ISO8859-1.bdf ncenB18-ISO8859-2.bdf ncenB18-ISO8859-3.bdf ncenB18-ISO8859-4.bdf ncenB18-ISO8859-9.bdf ncenB18-ISO8859-10.bdf ncenB18-ISO8859-13.bdf ncenB18-ISO8859-14.bdf ncenB18-ISO8859-15.bdf ncenB24-ISO8859-1.bdf ncenB24-ISO8859-2.bdf ncenB24-ISO8859-3.bdf ncenB24-ISO8859-4.bdf ncenB24-ISO8859-9.bdf ncenB24-ISO8859-10.bdf ncenB24-ISO8859-13.bdf ncenB24-ISO8859-14.bdf ncenB24-ISO8859-15.bdf ncenBI08-ISO8859-1.bdf ncenBI08-ISO8859-2.bdf ncenBI08-ISO8859-3.bdf ncenBI08-ISO8859-4.bdf ncenBI08-ISO8859-9.bdf ncenBI08-ISO8859-10.bdf ncenBI08-ISO8859-13.bdf ncenBI08-ISO8859-14.bdf ncenBI08-ISO8859-15.bdf ncenBI10-ISO8859-1.bdf ncenBI10-ISO8859-2.bdf ncenBI10-ISO8859-3.bdf ncenBI10-ISO8859-4.bdf ncenBI10-ISO8859-9.bdf ncenBI10-ISO8859-10.bdf ncenBI10-ISO8859-13.bdf ncenBI10-ISO8859-14.bdf ncenBI10-ISO8859-15.bdf ncenBI12-ISO8859-1.bdf ncenBI12-ISO8859-2.bdf ncenBI12-ISO8859-3.bdf ncenBI12-ISO8859-4.bdf ncenBI12-ISO8859-9.bdf ncenBI12-ISO8859-10.bdf ncenBI12-ISO8859-13.bdf ncenBI12-ISO8859-14.bdf ncenBI12-ISO8859-15.bdf ncenBI14-ISO8859-1.bdf ncenBI14-ISO8859-2.bdf ncenBI14-ISO8859-3.bdf ncenBI14-ISO8859-4.bdf ncenBI14-ISO8859-9.bdf ncenBI14-ISO8859-10.bdf ncenBI14-ISO8859-13.bdf ncenBI14-ISO8859-14.bdf ncenBI14-ISO8859-15.bdf ncenBI18-ISO8859-1.bdf ncenBI18-ISO8859-2.bdf ncenBI18-ISO8859-3.bdf ncenBI18-ISO8859-4.bdf ncenBI18-ISO8859-9.bdf ncenBI18-ISO8859-10.bdf ncenBI18-ISO8859-13.bdf ncenBI18-ISO8859-14.bdf ncenBI18-ISO8859-15.bdf ncenBI24-ISO8859-1.bdf ncenBI24-ISO8859-2.bdf ncenBI24-ISO8859-3.bdf ncenBI24-ISO8859-4.bdf ncenBI24-ISO8859-9.bdf ncenBI24-ISO8859-10.bdf ncenBI24-ISO8859-13.bdf ncenBI24-ISO8859-14.bdf ncenBI24-ISO8859-15.bdf ncenI08-ISO8859-1.bdf ncenI08-ISO8859-2.bdf ncenI08-ISO8859-3.bdf ncenI08-ISO8859-4.bdf ncenI08-ISO8859-9.bdf ncenI08-ISO8859-10.bdf ncenI08-ISO8859-13.bdf ncenI08-ISO8859-14.bdf ncenI08-ISO8859-15.bdf ncenI10-ISO8859-1.bdf ncenI10-ISO8859-2.bdf ncenI10-ISO8859-3.bdf ncenI10-ISO8859-4.bdf ncenI10-ISO8859-9.bdf ncenI10-ISO8859-10.bdf ncenI10-ISO8859-13.bdf ncenI10-ISO8859-14.bdf ncenI10-ISO8859-15.bdf ncenI12-ISO8859-1.bdf ncenI12-ISO8859-2.bdf ncenI12-ISO8859-3.bdf ncenI12-ISO8859-4.bdf ncenI12-ISO8859-9.bdf ncenI12-ISO8859-10.bdf ncenI12-ISO8859-13.bdf ncenI12-ISO8859-14.bdf ncenI12-ISO8859-15.bdf ncenI14-ISO8859-1.bdf ncenI14-ISO8859-2.bdf ncenI14-ISO8859-3.bdf ncenI14-ISO8859-4.bdf ncenI14-ISO8859-9.bdf ncenI14-ISO8859-10.bdf ncenI14-ISO8859-13.bdf ncenI14-ISO8859-14.bdf ncenI14-ISO8859-15.bdf ncenI18-ISO8859-1.bdf ncenI18-ISO8859-2.bdf ncenI18-ISO8859-3.bdf ncenI18-ISO8859-4.bdf ncenI18-ISO8859-9.bdf ncenI18-ISO8859-10.bdf ncenI18-ISO8859-13.bdf ncenI18-ISO8859-14.bdf ncenI18-ISO8859-15.bdf ncenI24-ISO8859-1.bdf ncenI24-ISO8859-2.bdf ncenI24-ISO8859-3.bdf ncenI24-ISO8859-4.bdf ncenI24-ISO8859-9.bdf ncenI24-ISO8859-10.bdf ncenI24-ISO8859-13.bdf ncenI24-ISO8859-14.bdf ncenI24-ISO8859-15.bdf ncenR08-ISO8859-1.bdf ncenR08-ISO8859-2.bdf ncenR08-ISO8859-3.bdf ncenR08-ISO8859-4.bdf ncenR08-ISO8859-9.bdf ncenR08-ISO8859-10.bdf ncenR08-ISO8859-13.bdf ncenR08-ISO8859-14.bdf ncenR08-ISO8859-15.bdf ncenR10-ISO8859-1.bdf ncenR10-ISO8859-2.bdf ncenR10-ISO8859-3.bdf ncenR10-ISO8859-4.bdf ncenR10-ISO8859-9.bdf ncenR10-ISO8859-10.bdf ncenR10-ISO8859-13.bdf ncenR10-ISO8859-14.bdf ncenR10-ISO8859-15.bdf ncenR12-ISO8859-1.bdf ncenR12-ISO8859-2.bdf ncenR12-ISO8859-3.bdf ncenR12-ISO8859-4.bdf ncenR12-ISO8859-9.bdf ncenR12-ISO8859-10.bdf ncenR12-ISO8859-13.bdf ncenR12-ISO8859-14.bdf ncenR12-ISO8859-15.bdf ncenR14-ISO8859-1.bdf ncenR14-ISO8859-2.bdf ncenR14-ISO8859-3.bdf ncenR14-ISO8859-4.bdf ncenR14-ISO8859-9.bdf ncenR14-ISO8859-10.bdf ncenR14-ISO8859-13.bdf ncenR14-ISO8859-14.bdf ncenR14-ISO8859-15.bdf ncenR18-ISO8859-1.bdf ncenR18-ISO8859-2.bdf ncenR18-ISO8859-3.bdf ncenR18-ISO8859-4.bdf ncenR18-ISO8859-9.bdf ncenR18-ISO8859-10.bdf ncenR18-ISO8859-13.bdf ncenR18-ISO8859-14.bdf ncenR18-ISO8859-15.bdf ncenR24-ISO8859-1.bdf ncenR24-ISO8859-2.bdf ncenR24-ISO8859-3.bdf ncenR24-ISO8859-4.bdf ncenR24-ISO8859-9.bdf ncenR24-ISO8859-10.bdf ncenR24-ISO8859-13.bdf ncenR24-ISO8859-14.bdf ncenR24-ISO8859-15.bdf timB08-ISO8859-1.bdf timB08-ISO8859-2.bdf timB08-ISO8859-3.bdf timB08-ISO8859-4.bdf timB08-ISO8859-9.bdf timB08-ISO8859-10.bdf timB08-ISO8859-13.bdf timB08-ISO8859-14.bdf timB08-ISO8859-15.bdf timB10-ISO8859-1.bdf timB10-ISO8859-2.bdf timB10-ISO8859-3.bdf timB10-ISO8859-4.bdf timB10-ISO8859-9.bdf timB10-ISO8859-10.bdf timB10-ISO8859-13.bdf timB10-ISO8859-14.bdf timB10-ISO8859-15.bdf timB12-ISO8859-1.bdf timB12-ISO8859-2.bdf timB12-ISO8859-3.bdf timB12-ISO8859-4.bdf timB12-ISO8859-9.bdf timB12-ISO8859-10.bdf timB12-ISO8859-13.bdf timB12-ISO8859-14.bdf timB12-ISO8859-15.bdf timB14-ISO8859-1.bdf timB14-ISO8859-2.bdf timB14-ISO8859-3.bdf timB14-ISO8859-4.bdf timB14-ISO8859-9.bdf timB14-ISO8859-10.bdf timB14-ISO8859-13.bdf timB14-ISO8859-14.bdf timB14-ISO8859-15.bdf timB18-ISO8859-1.bdf timB18-ISO8859-2.bdf timB18-ISO8859-3.bdf timB18-ISO8859-4.bdf timB18-ISO8859-9.bdf timB18-ISO8859-10.bdf timB18-ISO8859-13.bdf timB18-ISO8859-14.bdf timB18-ISO8859-15.bdf timB24-ISO8859-1.bdf timB24-ISO8859-2.bdf timB24-ISO8859-3.bdf timB24-ISO8859-4.bdf timB24-ISO8859-9.bdf timB24-ISO8859-10.bdf timB24-ISO8859-13.bdf timB24-ISO8859-14.bdf timB24-ISO8859-15.bdf timBI08-ISO8859-1.bdf timBI08-ISO8859-2.bdf timBI08-ISO8859-3.bdf timBI08-ISO8859-4.bdf timBI08-ISO8859-9.bdf timBI08-ISO8859-10.bdf timBI08-ISO8859-13.bdf timBI08-ISO8859-14.bdf timBI08-ISO8859-15.bdf timBI10-ISO8859-1.bdf timBI10-ISO8859-2.bdf timBI10-ISO8859-3.bdf timBI10-ISO8859-4.bdf timBI10-ISO8859-9.bdf timBI10-ISO8859-10.bdf timBI10-ISO8859-13.bdf timBI10-ISO8859-14.bdf timBI10-ISO8859-15.bdf timBI12-ISO8859-1.bdf timBI12-ISO8859-2.bdf timBI12-ISO8859-3.bdf timBI12-ISO8859-4.bdf timBI12-ISO8859-9.bdf timBI12-ISO8859-10.bdf timBI12-ISO8859-13.bdf timBI12-ISO8859-14.bdf timBI12-ISO8859-15.bdf timBI14-ISO8859-1.bdf timBI14-ISO8859-2.bdf timBI14-ISO8859-3.bdf timBI14-ISO8859-4.bdf timBI14-ISO8859-9.bdf timBI14-ISO8859-10.bdf timBI14-ISO8859-13.bdf timBI14-ISO8859-14.bdf timBI14-ISO8859-15.bdf timBI18-ISO8859-1.bdf timBI18-ISO8859-2.bdf timBI18-ISO8859-3.bdf timBI18-ISO8859-4.bdf timBI18-ISO8859-9.bdf timBI18-ISO8859-10.bdf timBI18-ISO8859-13.bdf timBI18-ISO8859-14.bdf timBI18-ISO8859-15.bdf timBI24-ISO8859-1.bdf timBI24-ISO8859-2.bdf timBI24-ISO8859-3.bdf timBI24-ISO8859-4.bdf timBI24-ISO8859-9.bdf timBI24-ISO8859-10.bdf timBI24-ISO8859-13.bdf timBI24-ISO8859-14.bdf timBI24-ISO8859-15.bdf timI08-ISO8859-1.bdf timI08-ISO8859-2.bdf timI08-ISO8859-3.bdf timI08-ISO8859-4.bdf timI08-ISO8859-9.bdf timI08-ISO8859-10.bdf timI08-ISO8859-13.bdf timI08-ISO8859-14.bdf timI08-ISO8859-15.bdf timI10-ISO8859-1.bdf timI10-ISO8859-2.bdf timI10-ISO8859-3.bdf timI10-ISO8859-4.bdf timI10-ISO8859-9.bdf timI10-ISO8859-10.bdf timI10-ISO8859-13.bdf timI10-ISO8859-14.bdf timI10-ISO8859-15.bdf timI12-ISO8859-1.bdf timI12-ISO8859-2.bdf timI12-ISO8859-3.bdf timI12-ISO8859-4.bdf timI12-ISO8859-9.bdf timI12-ISO8859-10.bdf timI12-ISO8859-13.bdf timI12-ISO8859-14.bdf timI12-ISO8859-15.bdf timI14-ISO8859-1.bdf timI14-ISO8859-2.bdf timI14-ISO8859-3.bdf timI14-ISO8859-4.bdf timI14-ISO8859-9.bdf timI14-ISO8859-10.bdf timI14-ISO8859-13.bdf timI14-ISO8859-14.bdf timI14-ISO8859-15.bdf timI18-ISO8859-1.bdf timI18-ISO8859-2.bdf timI18-ISO8859-3.bdf timI18-ISO8859-4.bdf timI18-ISO8859-9.bdf timI18-ISO8859-10.bdf timI18-ISO8859-13.bdf timI18-ISO8859-14.bdf timI18-ISO8859-15.bdf timI24-ISO8859-1.bdf timI24-ISO8859-2.bdf timI24-ISO8859-3.bdf timI24-ISO8859-4.bdf timI24-ISO8859-9.bdf timI24-ISO8859-10.bdf timI24-ISO8859-13.bdf timI24-ISO8859-14.bdf timI24-ISO8859-15.bdf timR08-ISO8859-1.bdf timR08-ISO8859-2.bdf timR08-ISO8859-3.bdf timR08-ISO8859-4.bdf timR08-ISO8859-9.bdf timR08-ISO8859-10.bdf timR08-ISO8859-13.bdf timR08-ISO8859-14.bdf timR08-ISO8859-15.bdf timR10-ISO8859-1.bdf timR10-ISO8859-2.bdf timR10-ISO8859-3.bdf timR10-ISO8859-4.bdf timR10-ISO8859-9.bdf timR10-ISO8859-10.bdf timR10-ISO8859-13.bdf timR10-ISO8859-14.bdf timR10-ISO8859-15.bdf timR12-ISO8859-1.bdf timR12-ISO8859-2.bdf timR12-ISO8859-3.bdf timR12-ISO8859-4.bdf timR12-ISO8859-9.bdf timR12-ISO8859-10.bdf timR12-ISO8859-13.bdf timR12-ISO8859-14.bdf timR12-ISO8859-15.bdf timR14-ISO8859-1.bdf timR14-ISO8859-2.bdf timR14-ISO8859-3.bdf timR14-ISO8859-4.bdf timR14-ISO8859-9.bdf timR14-ISO8859-10.bdf timR14-ISO8859-13.bdf timR14-ISO8859-14.bdf timR14-ISO8859-15.bdf timR18-ISO8859-1.bdf timR18-ISO8859-2.bdf timR18-ISO8859-3.bdf timR18-ISO8859-4.bdf timR18-ISO8859-9.bdf timR18-ISO8859-10.bdf timR18-ISO8859-13.bdf timR18-ISO8859-14.bdf timR18-ISO8859-15.bdf timR24-ISO8859-1.bdf timR24-ISO8859-2.bdf timR24-ISO8859-3.bdf timR24-ISO8859-4.bdf timR24-ISO8859-9.bdf timR24-ISO8859-10.bdf timR24-ISO8859-13.bdf timR24-ISO8859-14.bdf timR24-ISO8859-15.bdf rm -f courB08-ISO8859-1.pcf.gz courB08-ISO8859-2.pcf.gz courB08-ISO8859-3.pcf.gz courB08-ISO8859-4.pcf.gz courB08-ISO8859-9.pcf.gz courB08-ISO8859-10.pcf.gz courB08-ISO8859-13.pcf.gz courB08-ISO8859-14.pcf.gz courB08-ISO8859-15.pcf.gz courB10-ISO8859-1.pcf.gz courB10-ISO8859-2.pcf.gz courB10-ISO8859-3.pcf.gz courB10-ISO8859-4.pcf.gz courB10-ISO8859-9.pcf.gz courB10-ISO8859-10.pcf.gz courB10-ISO8859-13.pcf.gz courB10-ISO8859-14.pcf.gz courB10-ISO8859-15.pcf.gz courB12-ISO8859-1.pcf.gz courB12-ISO8859-2.pcf.gz courB12-ISO8859-3.pcf.gz courB12-ISO8859-4.pcf.gz courB12-ISO8859-9.pcf.gz courB12-ISO8859-10.pcf.gz courB12-ISO8859-13.pcf.gz courB12-ISO8859-14.pcf.gz courB12-ISO8859-15.pcf.gz courB14-ISO8859-1.pcf.gz courB14-ISO8859-2.pcf.gz courB14-ISO8859-3.pcf.gz courB14-ISO8859-4.pcf.gz courB14-ISO8859-9.pcf.gz courB14-ISO8859-10.pcf.gz courB14-ISO8859-13.pcf.gz courB14-ISO8859-14.pcf.gz courB14-ISO8859-15.pcf.gz courB18-ISO8859-1.pcf.gz courB18-ISO8859-2.pcf.gz courB18-ISO8859-3.pcf.gz courB18-ISO8859-4.pcf.gz courB18-ISO8859-9.pcf.gz courB18-ISO8859-10.pcf.gz courB18-ISO8859-13.pcf.gz courB18-ISO8859-14.pcf.gz courB18-ISO8859-15.pcf.gz courB24-ISO8859-1.pcf.gz courB24-ISO8859-2.pcf.gz courB24-ISO8859-3.pcf.gz courB24-ISO8859-4.pcf.gz courB24-ISO8859-9.pcf.gz courB24-ISO8859-10.pcf.gz courB24-ISO8859-13.pcf.gz courB24-ISO8859-14.pcf.gz courB24-ISO8859-15.pcf.gz courBO08-ISO8859-1.pcf.gz courBO08-ISO8859-2.pcf.gz courBO08-ISO8859-3.pcf.gz courBO08-ISO8859-4.pcf.gz courBO08-ISO8859-9.pcf.gz courBO08-ISO8859-10.pcf.gz courBO08-ISO8859-13.pcf.gz courBO08-ISO8859-14.pcf.gz courBO08-ISO8859-15.pcf.gz courBO10-ISO8859-1.pcf.gz courBO10-ISO8859-2.pcf.gz courBO10-ISO8859-3.pcf.gz courBO10-ISO8859-4.pcf.gz courBO10-ISO8859-9.pcf.gz courBO10-ISO8859-10.pcf.gz courBO10-ISO8859-13.pcf.gz courBO10-ISO8859-14.pcf.gz courBO10-ISO8859-15.pcf.gz courBO12-ISO8859-1.pcf.gz courBO12-ISO8859-2.pcf.gz courBO12-ISO8859-3.pcf.gz courBO12-ISO8859-4.pcf.gz courBO12-ISO8859-9.pcf.gz courBO12-ISO8859-10.pcf.gz courBO12-ISO8859-13.pcf.gz courBO12-ISO8859-14.pcf.gz courBO12-ISO8859-15.pcf.gz courBO14-ISO8859-1.pcf.gz courBO14-ISO8859-2.pcf.gz courBO14-ISO8859-3.pcf.gz courBO14-ISO8859-4.pcf.gz courBO14-ISO8859-9.pcf.gz courBO14-ISO8859-10.pcf.gz courBO14-ISO8859-13.pcf.gz courBO14-ISO8859-14.pcf.gz courBO14-ISO8859-15.pcf.gz courBO18-ISO8859-1.pcf.gz courBO18-ISO8859-2.pcf.gz courBO18-ISO8859-3.pcf.gz courBO18-ISO8859-4.pcf.gz courBO18-ISO8859-9.pcf.gz courBO18-ISO8859-10.pcf.gz courBO18-ISO8859-13.pcf.gz courBO18-ISO8859-14.pcf.gz courBO18-ISO8859-15.pcf.gz courBO24-ISO8859-1.pcf.gz courBO24-ISO8859-2.pcf.gz courBO24-ISO8859-3.pcf.gz courBO24-ISO8859-4.pcf.gz courBO24-ISO8859-9.pcf.gz courBO24-ISO8859-10.pcf.gz courBO24-ISO8859-13.pcf.gz courBO24-ISO8859-14.pcf.gz courBO24-ISO8859-15.pcf.gz courO08-ISO8859-1.pcf.gz courO08-ISO8859-2.pcf.gz courO08-ISO8859-3.pcf.gz courO08-ISO8859-4.pcf.gz courO08-ISO8859-9.pcf.gz courO08-ISO8859-10.pcf.gz courO08-ISO8859-13.pcf.gz courO08-ISO8859-14.pcf.gz courO08-ISO8859-15.pcf.gz courO10-ISO8859-1.pcf.gz courO10-ISO8859-2.pcf.gz courO10-ISO8859-3.pcf.gz courO10-ISO8859-4.pcf.gz courO10-ISO8859-9.pcf.gz courO10-ISO8859-10.pcf.gz courO10-ISO8859-13.pcf.gz courO10-ISO8859-14.pcf.gz courO10-ISO8859-15.pcf.gz courO12-ISO8859-1.pcf.gz courO12-ISO8859-2.pcf.gz courO12-ISO8859-3.pcf.gz courO12-ISO8859-4.pcf.gz courO12-ISO8859-9.pcf.gz courO12-ISO8859-10.pcf.gz courO12-ISO8859-13.pcf.gz courO12-ISO8859-14.pcf.gz courO12-ISO8859-15.pcf.gz courO14-ISO8859-1.pcf.gz courO14-ISO8859-2.pcf.gz courO14-ISO8859-3.pcf.gz courO14-ISO8859-4.pcf.gz courO14-ISO8859-9.pcf.gz courO14-ISO8859-10.pcf.gz courO14-ISO8859-13.pcf.gz courO14-ISO8859-14.pcf.gz courO14-ISO8859-15.pcf.gz courO18-ISO8859-1.pcf.gz courO18-ISO8859-2.pcf.gz courO18-ISO8859-3.pcf.gz courO18-ISO8859-4.pcf.gz courO18-ISO8859-9.pcf.gz courO18-ISO8859-10.pcf.gz courO18-ISO8859-13.pcf.gz courO18-ISO8859-14.pcf.gz courO18-ISO8859-15.pcf.gz courO24-ISO8859-1.pcf.gz courO24-ISO8859-2.pcf.gz courO24-ISO8859-3.pcf.gz courO24-ISO8859-4.pcf.gz courO24-ISO8859-9.pcf.gz courO24-ISO8859-10.pcf.gz courO24-ISO8859-13.pcf.gz courO24-ISO8859-14.pcf.gz courO24-ISO8859-15.pcf.gz courR08-ISO8859-1.pcf.gz courR08-ISO8859-2.pcf.gz courR08-ISO8859-3.pcf.gz courR08-ISO8859-4.pcf.gz courR08-ISO8859-9.pcf.gz courR08-ISO8859-10.pcf.gz courR08-ISO8859-13.pcf.gz courR08-ISO8859-14.pcf.gz courR08-ISO8859-15.pcf.gz courR10-ISO8859-1.pcf.gz courR10-ISO8859-2.pcf.gz courR10-ISO8859-3.pcf.gz courR10-ISO8859-4.pcf.gz courR10-ISO8859-9.pcf.gz courR10-ISO8859-10.pcf.gz courR10-ISO8859-13.pcf.gz courR10-ISO8859-14.pcf.gz courR10-ISO8859-15.pcf.gz courR12-ISO8859-1.pcf.gz courR12-ISO8859-2.pcf.gz courR12-ISO8859-3.pcf.gz courR12-ISO8859-4.pcf.gz courR12-ISO8859-9.pcf.gz courR12-ISO8859-10.pcf.gz courR12-ISO8859-13.pcf.gz courR12-ISO8859-14.pcf.gz courR12-ISO8859-15.pcf.gz courR14-ISO8859-1.pcf.gz courR14-ISO8859-2.pcf.gz courR14-ISO8859-3.pcf.gz courR14-ISO8859-4.pcf.gz courR14-ISO8859-9.pcf.gz courR14-ISO8859-10.pcf.gz courR14-ISO8859-13.pcf.gz courR14-ISO8859-14.pcf.gz courR14-ISO8859-15.pcf.gz courR18-ISO8859-1.pcf.gz courR18-ISO8859-2.pcf.gz courR18-ISO8859-3.pcf.gz courR18-ISO8859-4.pcf.gz courR18-ISO8859-9.pcf.gz courR18-ISO8859-10.pcf.gz courR18-ISO8859-13.pcf.gz courR18-ISO8859-14.pcf.gz courR18-ISO8859-15.pcf.gz courR24-ISO8859-1.pcf.gz courR24-ISO8859-2.pcf.gz courR24-ISO8859-3.pcf.gz courR24-ISO8859-4.pcf.gz courR24-ISO8859-9.pcf.gz courR24-ISO8859-10.pcf.gz courR24-ISO8859-13.pcf.gz courR24-ISO8859-14.pcf.gz courR24-ISO8859-15.pcf.gz helvB08-ISO8859-1.pcf.gz helvB08-ISO8859-2.pcf.gz helvB08-ISO8859-3.pcf.gz helvB08-ISO8859-4.pcf.gz helvB08-ISO8859-9.pcf.gz helvB08-ISO8859-10.pcf.gz helvB08-ISO8859-13.pcf.gz helvB08-ISO8859-14.pcf.gz helvB08-ISO8859-15.pcf.gz helvB10-ISO8859-1.pcf.gz helvB10-ISO8859-2.pcf.gz helvB10-ISO8859-3.pcf.gz helvB10-ISO8859-4.pcf.gz helvB10-ISO8859-9.pcf.gz helvB10-ISO8859-10.pcf.gz helvB10-ISO8859-13.pcf.gz helvB10-ISO8859-14.pcf.gz helvB10-ISO8859-15.pcf.gz helvB12-ISO8859-1.pcf.gz helvB12-ISO8859-2.pcf.gz helvB12-ISO8859-3.pcf.gz helvB12-ISO8859-4.pcf.gz helvB12-ISO8859-9.pcf.gz helvB12-ISO8859-10.pcf.gz helvB12-ISO8859-13.pcf.gz helvB12-ISO8859-14.pcf.gz helvB12-ISO8859-15.pcf.gz helvB14-ISO8859-1.pcf.gz helvB14-ISO8859-2.pcf.gz helvB14-ISO8859-3.pcf.gz helvB14-ISO8859-4.pcf.gz helvB14-ISO8859-9.pcf.gz helvB14-ISO8859-10.pcf.gz helvB14-ISO8859-13.pcf.gz helvB14-ISO8859-14.pcf.gz helvB14-ISO8859-15.pcf.gz helvB18-ISO8859-1.pcf.gz helvB18-ISO8859-2.pcf.gz helvB18-ISO8859-3.pcf.gz helvB18-ISO8859-4.pcf.gz helvB18-ISO8859-9.pcf.gz helvB18-ISO8859-10.pcf.gz helvB18-ISO8859-13.pcf.gz helvB18-ISO8859-14.pcf.gz helvB18-ISO8859-15.pcf.gz helvB24-ISO8859-1.pcf.gz helvB24-ISO8859-2.pcf.gz helvB24-ISO8859-3.pcf.gz helvB24-ISO8859-4.pcf.gz helvB24-ISO8859-9.pcf.gz helvB24-ISO8859-10.pcf.gz helvB24-ISO8859-13.pcf.gz helvB24-ISO8859-14.pcf.gz helvB24-ISO8859-15.pcf.gz helvBO08-ISO8859-1.pcf.gz helvBO08-ISO8859-2.pcf.gz helvBO08-ISO8859-3.pcf.gz helvBO08-ISO8859-4.pcf.gz helvBO08-ISO8859-9.pcf.gz helvBO08-ISO8859-10.pcf.gz helvBO08-ISO8859-13.pcf.gz helvBO08-ISO8859-14.pcf.gz helvBO08-ISO8859-15.pcf.gz helvBO10-ISO8859-1.pcf.gz helvBO10-ISO8859-2.pcf.gz helvBO10-ISO8859-3.pcf.gz helvBO10-ISO8859-4.pcf.gz helvBO10-ISO8859-9.pcf.gz helvBO10-ISO8859-10.pcf.gz helvBO10-ISO8859-13.pcf.gz helvBO10-ISO8859-14.pcf.gz helvBO10-ISO8859-15.pcf.gz helvBO12-ISO8859-1.pcf.gz helvBO12-ISO8859-2.pcf.gz helvBO12-ISO8859-3.pcf.gz helvBO12-ISO8859-4.pcf.gz helvBO12-ISO8859-9.pcf.gz helvBO12-ISO8859-10.pcf.gz helvBO12-ISO8859-13.pcf.gz helvBO12-ISO8859-14.pcf.gz helvBO12-ISO8859-15.pcf.gz helvBO14-ISO8859-1.pcf.gz helvBO14-ISO8859-2.pcf.gz helvBO14-ISO8859-3.pcf.gz helvBO14-ISO8859-4.pcf.gz helvBO14-ISO8859-9.pcf.gz helvBO14-ISO8859-10.pcf.gz helvBO14-ISO8859-13.pcf.gz helvBO14-ISO8859-14.pcf.gz helvBO14-ISO8859-15.pcf.gz helvBO18-ISO8859-1.pcf.gz helvBO18-ISO8859-2.pcf.gz helvBO18-ISO8859-3.pcf.gz helvBO18-ISO8859-4.pcf.gz helvBO18-ISO8859-9.pcf.gz helvBO18-ISO8859-10.pcf.gz helvBO18-ISO8859-13.pcf.gz helvBO18-ISO8859-14.pcf.gz helvBO18-ISO8859-15.pcf.gz helvBO24-ISO8859-1.pcf.gz helvBO24-ISO8859-2.pcf.gz helvBO24-ISO8859-3.pcf.gz helvBO24-ISO8859-4.pcf.gz helvBO24-ISO8859-9.pcf.gz helvBO24-ISO8859-10.pcf.gz helvBO24-ISO8859-13.pcf.gz helvBO24-ISO8859-14.pcf.gz helvBO24-ISO8859-15.pcf.gz helvO08-ISO8859-1.pcf.gz helvO08-ISO8859-2.pcf.gz helvO08-ISO8859-3.pcf.gz helvO08-ISO8859-4.pcf.gz helvO08-ISO8859-9.pcf.gz helvO08-ISO8859-10.pcf.gz helvO08-ISO8859-13.pcf.gz helvO08-ISO8859-14.pcf.gz helvO08-ISO8859-15.pcf.gz helvO10-ISO8859-1.pcf.gz helvO10-ISO8859-2.pcf.gz helvO10-ISO8859-3.pcf.gz helvO10-ISO8859-4.pcf.gz helvO10-ISO8859-9.pcf.gz helvO10-ISO8859-10.pcf.gz helvO10-ISO8859-13.pcf.gz helvO10-ISO8859-14.pcf.gz helvO10-ISO8859-15.pcf.gz helvO12-ISO8859-1.pcf.gz helvO12-ISO8859-2.pcf.gz helvO12-ISO8859-3.pcf.gz helvO12-ISO8859-4.pcf.gz helvO12-ISO8859-9.pcf.gz helvO12-ISO8859-10.pcf.gz helvO12-ISO8859-13.pcf.gz helvO12-ISO8859-14.pcf.gz helvO12-ISO8859-15.pcf.gz helvO14-ISO8859-1.pcf.gz helvO14-ISO8859-2.pcf.gz helvO14-ISO8859-3.pcf.gz helvO14-ISO8859-4.pcf.gz helvO14-ISO8859-9.pcf.gz helvO14-ISO8859-10.pcf.gz helvO14-ISO8859-13.pcf.gz helvO14-ISO8859-14.pcf.gz helvO14-ISO8859-15.pcf.gz helvO18-ISO8859-1.pcf.gz helvO18-ISO8859-2.pcf.gz helvO18-ISO8859-3.pcf.gz helvO18-ISO8859-4.pcf.gz helvO18-ISO8859-9.pcf.gz helvO18-ISO8859-10.pcf.gz helvO18-ISO8859-13.pcf.gz helvO18-ISO8859-14.pcf.gz helvO18-ISO8859-15.pcf.gz helvO24-ISO8859-1.pcf.gz helvO24-ISO8859-2.pcf.gz helvO24-ISO8859-3.pcf.gz helvO24-ISO8859-4.pcf.gz helvO24-ISO8859-9.pcf.gz helvO24-ISO8859-10.pcf.gz helvO24-ISO8859-13.pcf.gz helvO24-ISO8859-14.pcf.gz helvO24-ISO8859-15.pcf.gz helvR08-ISO8859-1.pcf.gz helvR08-ISO8859-2.pcf.gz helvR08-ISO8859-3.pcf.gz helvR08-ISO8859-4.pcf.gz helvR08-ISO8859-9.pcf.gz helvR08-ISO8859-10.pcf.gz helvR08-ISO8859-13.pcf.gz helvR08-ISO8859-14.pcf.gz helvR08-ISO8859-15.pcf.gz helvR10-ISO8859-1.pcf.gz helvR10-ISO8859-2.pcf.gz helvR10-ISO8859-3.pcf.gz helvR10-ISO8859-4.pcf.gz helvR10-ISO8859-9.pcf.gz helvR10-ISO8859-10.pcf.gz helvR10-ISO8859-13.pcf.gz helvR10-ISO8859-14.pcf.gz helvR10-ISO8859-15.pcf.gz helvR12-ISO8859-1.pcf.gz helvR12-ISO8859-2.pcf.gz helvR12-ISO8859-3.pcf.gz helvR12-ISO8859-4.pcf.gz helvR12-ISO8859-9.pcf.gz helvR12-ISO8859-10.pcf.gz helvR12-ISO8859-13.pcf.gz helvR12-ISO8859-14.pcf.gz helvR12-ISO8859-15.pcf.gz helvR14-ISO8859-1.pcf.gz helvR14-ISO8859-2.pcf.gz helvR14-ISO8859-3.pcf.gz helvR14-ISO8859-4.pcf.gz helvR14-ISO8859-9.pcf.gz helvR14-ISO8859-10.pcf.gz helvR14-ISO8859-13.pcf.gz helvR14-ISO8859-14.pcf.gz helvR14-ISO8859-15.pcf.gz helvR18-ISO8859-1.pcf.gz helvR18-ISO8859-2.pcf.gz helvR18-ISO8859-3.pcf.gz helvR18-ISO8859-4.pcf.gz helvR18-ISO8859-9.pcf.gz helvR18-ISO8859-10.pcf.gz helvR18-ISO8859-13.pcf.gz helvR18-ISO8859-14.pcf.gz helvR18-ISO8859-15.pcf.gz helvR24-ISO8859-1.pcf.gz helvR24-ISO8859-2.pcf.gz helvR24-ISO8859-3.pcf.gz helvR24-ISO8859-4.pcf.gz helvR24-ISO8859-9.pcf.gz helvR24-ISO8859-10.pcf.gz helvR24-ISO8859-13.pcf.gz helvR24-ISO8859-14.pcf.gz helvR24-ISO8859-15.pcf.gz ncenB08-ISO8859-1.pcf.gz ncenB08-ISO8859-2.pcf.gz ncenB08-ISO8859-3.pcf.gz ncenB08-ISO8859-4.pcf.gz ncenB08-ISO8859-9.pcf.gz ncenB08-ISO8859-10.pcf.gz ncenB08-ISO8859-13.pcf.gz ncenB08-ISO8859-14.pcf.gz ncenB08-ISO8859-15.pcf.gz ncenB10-ISO8859-1.pcf.gz ncenB10-ISO8859-2.pcf.gz ncenB10-ISO8859-3.pcf.gz ncenB10-ISO8859-4.pcf.gz ncenB10-ISO8859-9.pcf.gz ncenB10-ISO8859-10.pcf.gz ncenB10-ISO8859-13.pcf.gz ncenB10-ISO8859-14.pcf.gz ncenB10-ISO8859-15.pcf.gz ncenB12-ISO8859-1.pcf.gz ncenB12-ISO8859-2.pcf.gz ncenB12-ISO8859-3.pcf.gz ncenB12-ISO8859-4.pcf.gz ncenB12-ISO8859-9.pcf.gz ncenB12-ISO8859-10.pcf.gz ncenB12-ISO8859-13.pcf.gz ncenB12-ISO8859-14.pcf.gz ncenB12-ISO8859-15.pcf.gz ncenB14-ISO8859-1.pcf.gz ncenB14-ISO8859-2.pcf.gz ncenB14-ISO8859-3.pcf.gz ncenB14-ISO8859-4.pcf.gz ncenB14-ISO8859-9.pcf.gz ncenB14-ISO8859-10.pcf.gz ncenB14-ISO8859-13.pcf.gz ncenB14-ISO8859-14.pcf.gz ncenB14-ISO8859-15.pcf.gz ncenB18-ISO8859-1.pcf.gz ncenB18-ISO8859-2.pcf.gz ncenB18-ISO8859-3.pcf.gz ncenB18-ISO8859-4.pcf.gz ncenB18-ISO8859-9.pcf.gz ncenB18-ISO8859-10.pcf.gz ncenB18-ISO8859-13.pcf.gz ncenB18-ISO8859-14.pcf.gz ncenB18-ISO8859-15.pcf.gz ncenB24-ISO8859-1.pcf.gz ncenB24-ISO8859-2.pcf.gz ncenB24-ISO8859-3.pcf.gz ncenB24-ISO8859-4.pcf.gz ncenB24-ISO8859-9.pcf.gz ncenB24-ISO8859-10.pcf.gz ncenB24-ISO8859-13.pcf.gz ncenB24-ISO8859-14.pcf.gz ncenB24-ISO8859-15.pcf.gz ncenBI08-ISO8859-1.pcf.gz ncenBI08-ISO8859-2.pcf.gz ncenBI08-ISO8859-3.pcf.gz ncenBI08-ISO8859-4.pcf.gz ncenBI08-ISO8859-9.pcf.gz ncenBI08-ISO8859-10.pcf.gz ncenBI08-ISO8859-13.pcf.gz ncenBI08-ISO8859-14.pcf.gz ncenBI08-ISO8859-15.pcf.gz ncenBI10-ISO8859-1.pcf.gz ncenBI10-ISO8859-2.pcf.gz ncenBI10-ISO8859-3.pcf.gz ncenBI10-ISO8859-4.pcf.gz ncenBI10-ISO8859-9.pcf.gz ncenBI10-ISO8859-10.pcf.gz ncenBI10-ISO8859-13.pcf.gz ncenBI10-ISO8859-14.pcf.gz ncenBI10-ISO8859-15.pcf.gz ncenBI12-ISO8859-1.pcf.gz ncenBI12-ISO8859-2.pcf.gz ncenBI12-ISO8859-3.pcf.gz ncenBI12-ISO8859-4.pcf.gz ncenBI12-ISO8859-9.pcf.gz ncenBI12-ISO8859-10.pcf.gz ncenBI12-ISO8859-13.pcf.gz ncenBI12-ISO8859-14.pcf.gz ncenBI12-ISO8859-15.pcf.gz ncenBI14-ISO8859-1.pcf.gz ncenBI14-ISO8859-2.pcf.gz ncenBI14-ISO8859-3.pcf.gz ncenBI14-ISO8859-4.pcf.gz ncenBI14-ISO8859-9.pcf.gz ncenBI14-ISO8859-10.pcf.gz ncenBI14-ISO8859-13.pcf.gz ncenBI14-ISO8859-14.pcf.gz ncenBI14-ISO8859-15.pcf.gz ncenBI18-ISO8859-1.pcf.gz ncenBI18-ISO8859-2.pcf.gz ncenBI18-ISO8859-3.pcf.gz ncenBI18-ISO8859-4.pcf.gz ncenBI18-ISO8859-9.pcf.gz ncenBI18-ISO8859-10.pcf.gz ncenBI18-ISO8859-13.pcf.gz ncenBI18-ISO8859-14.pcf.gz ncenBI18-ISO8859-15.pcf.gz ncenBI24-ISO8859-1.pcf.gz ncenBI24-ISO8859-2.pcf.gz ncenBI24-ISO8859-3.pcf.gz ncenBI24-ISO8859-4.pcf.gz ncenBI24-ISO8859-9.pcf.gz ncenBI24-ISO8859-10.pcf.gz ncenBI24-ISO8859-13.pcf.gz ncenBI24-ISO8859-14.pcf.gz ncenBI24-ISO8859-15.pcf.gz ncenI08-ISO8859-1.pcf.gz ncenI08-ISO8859-2.pcf.gz ncenI08-ISO8859-3.pcf.gz ncenI08-ISO8859-4.pcf.gz ncenI08-ISO8859-9.pcf.gz ncenI08-ISO8859-10.pcf.gz ncenI08-ISO8859-13.pcf.gz ncenI08-ISO8859-14.pcf.gz ncenI08-ISO8859-15.pcf.gz ncenI10-ISO8859-1.pcf.gz ncenI10-ISO8859-2.pcf.gz ncenI10-ISO8859-3.pcf.gz ncenI10-ISO8859-4.pcf.gz ncenI10-ISO8859-9.pcf.gz ncenI10-ISO8859-10.pcf.gz ncenI10-ISO8859-13.pcf.gz ncenI10-ISO8859-14.pcf.gz ncenI10-ISO8859-15.pcf.gz ncenI12-ISO8859-1.pcf.gz ncenI12-ISO8859-2.pcf.gz ncenI12-ISO8859-3.pcf.gz ncenI12-ISO8859-4.pcf.gz ncenI12-ISO8859-9.pcf.gz ncenI12-ISO8859-10.pcf.gz ncenI12-ISO8859-13.pcf.gz ncenI12-ISO8859-14.pcf.gz ncenI12-ISO8859-15.pcf.gz ncenI14-ISO8859-1.pcf.gz ncenI14-ISO8859-2.pcf.gz ncenI14-ISO8859-3.pcf.gz ncenI14-ISO8859-4.pcf.gz ncenI14-ISO8859-9.pcf.gz ncenI14-ISO8859-10.pcf.gz ncenI14-ISO8859-13.pcf.gz ncenI14-ISO8859-14.pcf.gz ncenI14-ISO8859-15.pcf.gz ncenI18-ISO8859-1.pcf.gz ncenI18-ISO8859-2.pcf.gz ncenI18-ISO8859-3.pcf.gz ncenI18-ISO8859-4.pcf.gz ncenI18-ISO8859-9.pcf.gz ncenI18-ISO8859-10.pcf.gz ncenI18-ISO8859-13.pcf.gz ncenI18-ISO8859-14.pcf.gz ncenI18-ISO8859-15.pcf.gz ncenI24-ISO8859-1.pcf.gz ncenI24-ISO8859-2.pcf.gz ncenI24-ISO8859-3.pcf.gz ncenI24-ISO8859-4.pcf.gz ncenI24-ISO8859-9.pcf.gz ncenI24-ISO8859-10.pcf.gz ncenI24-ISO8859-13.pcf.gz ncenI24-ISO8859-14.pcf.gz ncenI24-ISO8859-15.pcf.gz ncenR08-ISO8859-1.pcf.gz ncenR08-ISO8859-2.pcf.gz ncenR08-ISO8859-3.pcf.gz ncenR08-ISO8859-4.pcf.gz ncenR08-ISO8859-9.pcf.gz ncenR08-ISO8859-10.pcf.gz ncenR08-ISO8859-13.pcf.gz ncenR08-ISO8859-14.pcf.gz ncenR08-ISO8859-15.pcf.gz ncenR10-ISO8859-1.pcf.gz ncenR10-ISO8859-2.pcf.gz ncenR10-ISO8859-3.pcf.gz ncenR10-ISO8859-4.pcf.gz ncenR10-ISO8859-9.pcf.gz ncenR10-ISO8859-10.pcf.gz ncenR10-ISO8859-13.pcf.gz ncenR10-ISO8859-14.pcf.gz ncenR10-ISO8859-15.pcf.gz ncenR12-ISO8859-1.pcf.gz ncenR12-ISO8859-2.pcf.gz ncenR12-ISO8859-3.pcf.gz ncenR12-ISO8859-4.pcf.gz ncenR12-ISO8859-9.pcf.gz ncenR12-ISO8859-10.pcf.gz ncenR12-ISO8859-13.pcf.gz ncenR12-ISO8859-14.pcf.gz ncenR12-ISO8859-15.pcf.gz ncenR14-ISO8859-1.pcf.gz ncenR14-ISO8859-2.pcf.gz ncenR14-ISO8859-3.pcf.gz ncenR14-ISO8859-4.pcf.gz ncenR14-ISO8859-9.pcf.gz ncenR14-ISO8859-10.pcf.gz ncenR14-ISO8859-13.pcf.gz ncenR14-ISO8859-14.pcf.gz ncenR14-ISO8859-15.pcf.gz ncenR18-ISO8859-1.pcf.gz ncenR18-ISO8859-2.pcf.gz ncenR18-ISO8859-3.pcf.gz ncenR18-ISO8859-4.pcf.gz ncenR18-ISO8859-9.pcf.gz ncenR18-ISO8859-10.pcf.gz ncenR18-ISO8859-13.pcf.gz ncenR18-ISO8859-14.pcf.gz ncenR18-ISO8859-15.pcf.gz ncenR24-ISO8859-1.pcf.gz ncenR24-ISO8859-2.pcf.gz ncenR24-ISO8859-3.pcf.gz ncenR24-ISO8859-4.pcf.gz ncenR24-ISO8859-9.pcf.gz ncenR24-ISO8859-10.pcf.gz ncenR24-ISO8859-13.pcf.gz ncenR24-ISO8859-14.pcf.gz ncenR24-ISO8859-15.pcf.gz timB08-ISO8859-1.pcf.gz timB08-ISO8859-2.pcf.gz timB08-ISO8859-3.pcf.gz timB08-ISO8859-4.pcf.gz timB08-ISO8859-9.pcf.gz timB08-ISO8859-10.pcf.gz timB08-ISO8859-13.pcf.gz timB08-ISO8859-14.pcf.gz timB08-ISO8859-15.pcf.gz timB10-ISO8859-1.pcf.gz timB10-ISO8859-2.pcf.gz timB10-ISO8859-3.pcf.gz timB10-ISO8859-4.pcf.gz timB10-ISO8859-9.pcf.gz timB10-ISO8859-10.pcf.gz timB10-ISO8859-13.pcf.gz timB10-ISO8859-14.pcf.gz timB10-ISO8859-15.pcf.gz timB12-ISO8859-1.pcf.gz timB12-ISO8859-2.pcf.gz timB12-ISO8859-3.pcf.gz timB12-ISO8859-4.pcf.gz timB12-ISO8859-9.pcf.gz timB12-ISO8859-10.pcf.gz timB12-ISO8859-13.pcf.gz timB12-ISO8859-14.pcf.gz timB12-ISO8859-15.pcf.gz timB14-ISO8859-1.pcf.gz timB14-ISO8859-2.pcf.gz timB14-ISO8859-3.pcf.gz timB14-ISO8859-4.pcf.gz timB14-ISO8859-9.pcf.gz timB14-ISO8859-10.pcf.gz timB14-ISO8859-13.pcf.gz timB14-ISO8859-14.pcf.gz timB14-ISO8859-15.pcf.gz timB18-ISO8859-1.pcf.gz timB18-ISO8859-2.pcf.gz timB18-ISO8859-3.pcf.gz timB18-ISO8859-4.pcf.gz timB18-ISO8859-9.pcf.gz timB18-ISO8859-10.pcf.gz timB18-ISO8859-13.pcf.gz timB18-ISO8859-14.pcf.gz timB18-ISO8859-15.pcf.gz timB24-ISO8859-1.pcf.gz timB24-ISO8859-2.pcf.gz timB24-ISO8859-3.pcf.gz timB24-ISO8859-4.pcf.gz timB24-ISO8859-9.pcf.gz timB24-ISO8859-10.pcf.gz timB24-ISO8859-13.pcf.gz timB24-ISO8859-14.pcf.gz timB24-ISO8859-15.pcf.gz timBI08-ISO8859-1.pcf.gz timBI08-ISO8859-2.pcf.gz timBI08-ISO8859-3.pcf.gz timBI08-ISO8859-4.pcf.gz timBI08-ISO8859-9.pcf.gz timBI08-ISO8859-10.pcf.gz timBI08-ISO8859-13.pcf.gz timBI08-ISO8859-14.pcf.gz timBI08-ISO8859-15.pcf.gz timBI10-ISO8859-1.pcf.gz timBI10-ISO8859-2.pcf.gz timBI10-ISO8859-3.pcf.gz timBI10-ISO8859-4.pcf.gz timBI10-ISO8859-9.pcf.gz timBI10-ISO8859-10.pcf.gz timBI10-ISO8859-13.pcf.gz timBI10-ISO8859-14.pcf.gz timBI10-ISO8859-15.pcf.gz timBI12-ISO8859-1.pcf.gz timBI12-ISO8859-2.pcf.gz timBI12-ISO8859-3.pcf.gz timBI12-ISO8859-4.pcf.gz timBI12-ISO8859-9.pcf.gz timBI12-ISO8859-10.pcf.gz timBI12-ISO8859-13.pcf.gz timBI12-ISO8859-14.pcf.gz timBI12-ISO8859-15.pcf.gz timBI14-ISO8859-1.pcf.gz timBI14-ISO8859-2.pcf.gz timBI14-ISO8859-3.pcf.gz timBI14-ISO8859-4.pcf.gz timBI14-ISO8859-9.pcf.gz timBI14-ISO8859-10.pcf.gz timBI14-ISO8859-13.pcf.gz timBI14-ISO8859-14.pcf.gz timBI14-ISO8859-15.pcf.gz timBI18-ISO8859-1.pcf.gz timBI18-ISO8859-2.pcf.gz timBI18-ISO8859-3.pcf.gz timBI18-ISO8859-4.pcf.gz timBI18-ISO8859-9.pcf.gz timBI18-ISO8859-10.pcf.gz timBI18-ISO8859-13.pcf.gz timBI18-ISO8859-14.pcf.gz timBI18-ISO8859-15.pcf.gz timBI24-ISO8859-1.pcf.gz timBI24-ISO8859-2.pcf.gz timBI24-ISO8859-3.pcf.gz timBI24-ISO8859-4.pcf.gz timBI24-ISO8859-9.pcf.gz timBI24-ISO8859-10.pcf.gz timBI24-ISO8859-13.pcf.gz timBI24-ISO8859-14.pcf.gz timBI24-ISO8859-15.pcf.gz timI08-ISO8859-1.pcf.gz timI08-ISO8859-2.pcf.gz timI08-ISO8859-3.pcf.gz timI08-ISO8859-4.pcf.gz timI08-ISO8859-9.pcf.gz timI08-ISO8859-10.pcf.gz timI08-ISO8859-13.pcf.gz timI08-ISO8859-14.pcf.gz timI08-ISO8859-15.pcf.gz timI10-ISO8859-1.pcf.gz timI10-ISO8859-2.pcf.gz timI10-ISO8859-3.pcf.gz timI10-ISO8859-4.pcf.gz timI10-ISO8859-9.pcf.gz timI10-ISO8859-10.pcf.gz timI10-ISO8859-13.pcf.gz timI10-ISO8859-14.pcf.gz timI10-ISO8859-15.pcf.gz timI12-ISO8859-1.pcf.gz timI12-ISO8859-2.pcf.gz timI12-ISO8859-3.pcf.gz timI12-ISO8859-4.pcf.gz timI12-ISO8859-9.pcf.gz timI12-ISO8859-10.pcf.gz timI12-ISO8859-13.pcf.gz timI12-ISO8859-14.pcf.gz timI12-ISO8859-15.pcf.gz timI14-ISO8859-1.pcf.gz timI14-ISO8859-2.pcf.gz timI14-ISO8859-3.pcf.gz timI14-ISO8859-4.pcf.gz timI14-ISO8859-9.pcf.gz timI14-ISO8859-10.pcf.gz timI14-ISO8859-13.pcf.gz timI14-ISO8859-14.pcf.gz timI14-ISO8859-15.pcf.gz timI18-ISO8859-1.pcf.gz timI18-ISO8859-2.pcf.gz timI18-ISO8859-3.pcf.gz timI18-ISO8859-4.pcf.gz timI18-ISO8859-9.pcf.gz timI18-ISO8859-10.pcf.gz timI18-ISO8859-13.pcf.gz timI18-ISO8859-14.pcf.gz timI18-ISO8859-15.pcf.gz timI24-ISO8859-1.pcf.gz timI24-ISO8859-2.pcf.gz timI24-ISO8859-3.pcf.gz timI24-ISO8859-4.pcf.gz timI24-ISO8859-9.pcf.gz timI24-ISO8859-10.pcf.gz timI24-ISO8859-13.pcf.gz timI24-ISO8859-14.pcf.gz timI24-ISO8859-15.pcf.gz timR08-ISO8859-1.pcf.gz timR08-ISO8859-2.pcf.gz timR08-ISO8859-3.pcf.gz timR08-ISO8859-4.pcf.gz timR08-ISO8859-9.pcf.gz timR08-ISO8859-10.pcf.gz timR08-ISO8859-13.pcf.gz timR08-ISO8859-14.pcf.gz timR08-ISO8859-15.pcf.gz timR10-ISO8859-1.pcf.gz timR10-ISO8859-2.pcf.gz timR10-ISO8859-3.pcf.gz timR10-ISO8859-4.pcf.gz timR10-ISO8859-9.pcf.gz timR10-ISO8859-10.pcf.gz timR10-ISO8859-13.pcf.gz timR10-ISO8859-14.pcf.gz timR10-ISO8859-15.pcf.gz timR12-ISO8859-1.pcf.gz timR12-ISO8859-2.pcf.gz timR12-ISO8859-3.pcf.gz timR12-ISO8859-4.pcf.gz timR12-ISO8859-9.pcf.gz timR12-ISO8859-10.pcf.gz timR12-ISO8859-13.pcf.gz timR12-ISO8859-14.pcf.gz timR12-ISO8859-15.pcf.gz timR14-ISO8859-1.pcf.gz timR14-ISO8859-2.pcf.gz timR14-ISO8859-3.pcf.gz timR14-ISO8859-4.pcf.gz timR14-ISO8859-9.pcf.gz timR14-ISO8859-10.pcf.gz timR14-ISO8859-13.pcf.gz timR14-ISO8859-14.pcf.gz timR14-ISO8859-15.pcf.gz timR18-ISO8859-1.pcf.gz timR18-ISO8859-2.pcf.gz timR18-ISO8859-3.pcf.gz timR18-ISO8859-4.pcf.gz timR18-ISO8859-9.pcf.gz timR18-ISO8859-10.pcf.gz timR18-ISO8859-13.pcf.gz timR18-ISO8859-14.pcf.gz timR18-ISO8859-15.pcf.gz timR24-ISO8859-1.pcf.gz timR24-ISO8859-2.pcf.gz timR24-ISO8859-3.pcf.gz timR24-ISO8859-4.pcf.gz timR24-ISO8859-9.pcf.gz timR24-ISO8859-10.pcf.gz timR24-ISO8859-13.pcf.gz timR24-ISO8859-14.pcf.gz timR24-ISO8859-15.pcf.gz --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_msdos && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_msdos mount_msdos.o fattr.o pathadj.o mount_msdos.ln fattr.ln pathadj.ln || true) --- cleandir-external --- --- cleandir-font-adobe-symbol-75dpi --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_msdos && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_msdos mount_msdos.o fattr.o pathadj.o mount_msdos.ln fattr.ln pathadj.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/75dpi/font-adobe-symbol-75dpi --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_msdos && rm -f mount_msdos.html8 .depend fattr.d mount_msdos.d pathadj.d fattr.d.tmp mount_msdos.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/75dpi/font-adobe-symbol-75dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_msdos && rm -f mount_msdos.html8 .depend fattr.d mount_msdos.d pathadj.d fattr.d.tmp mount_msdos.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/75dpi/font-adobe-symbol-75dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- cleandir-mount_udf --- cleandir ===> sbin/mount_udf --- cleandir-external --- --- __docleandir --- --- cleandir-font-adobe-utopia-75dpi --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/75dpi/font-adobe-utopia-75dpi --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_udf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_udf mount_udf.o fattr.o pathadj.o mount_udf.ln fattr.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_udf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_udf mount_udf.o fattr.o pathadj.o mount_udf.ln fattr.ln pathadj.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_udf && rm -f mount_udf.html8 .depend fattr.d mount_udf.d pathadj.d fattr.d.tmp mount_udf.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_udf && rm -f mount_udf.html8 .depend fattr.d mount_udf.d pathadj.d fattr.d.tmp mount_udf.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- cleandir-mount_nfs --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/75dpi/font-adobe-utopia-75dpi && rm -f UTBI__10-ISO8859-1.pcf.gz.tmp UTBI__10-ISO8859-2.pcf.gz.tmp UTBI__10-ISO8859-3.pcf.gz.tmp UTBI__10-ISO8859-4.pcf.gz.tmp UTBI__10-ISO8859-9.pcf.gz.tmp UTBI__10-ISO8859-10.pcf.gz.tmp UTBI__10-ISO8859-13.pcf.gz.tmp UTBI__10-ISO8859-14.pcf.gz.tmp UTBI__10-ISO8859-15.pcf.gz.tmp UTBI__12-ISO8859-1.pcf.gz.tmp UTBI__12-ISO8859-2.pcf.gz.tmp UTBI__12-ISO8859-3.pcf.gz.tmp UTBI__12-ISO8859-4.pcf.gz.tmp UTBI__12-ISO8859-9.pcf.gz.tmp UTBI__12-ISO8859-10.pcf.gz.tmp UTBI__12-ISO8859-13.pcf.gz.tmp UTBI__12-ISO8859-14.pcf.gz.tmp UTBI__12-ISO8859-15.pcf.gz.tmp UTBI__14-ISO8859-1.pcf.gz.tmp UTBI__14-ISO8859-2.pcf.gz.tmp UTBI__14-ISO8859-3.pcf.gz.tmp UTBI__14-ISO8859-4.pcf.gz.tmp UTBI__14-ISO8859-9.pcf.gz.tmp UTBI__14-ISO8859-10.pcf.gz.tmp UTBI__14-ISO8859-13.pcf.gz.tmp UTBI__14-ISO8859-14.pcf.gz.tmp UTBI__14-ISO8859-15.pcf.gz.tmp UTBI__18-ISO8859-1.pcf.gz.tmp UTBI__18-ISO8859-2.pcf.gz.tmp UTBI__18-ISO8859-3.pcf.gz.tmp UTBI__18-ISO8859-4.pcf.gz.tmp UTBI__18-ISO8859-9.pcf.gz.tmp UTBI__18-ISO8859-10.pcf.gz.tmp UTBI__18-ISO8859-13.pcf.gz.tmp UTBI__18-ISO8859-14.pcf.gz.tmp UTBI__18-ISO8859-15.pcf.gz.tmp UTBI__24-ISO8859-1.pcf.gz.tmp UTBI__24-ISO8859-2.pcf.gz.tmp UTBI__24-ISO8859-3.pcf.gz.tmp UTBI__24-ISO8859-4.pcf.gz.tmp UTBI__24-ISO8859-9.pcf.gz.tmp UTBI__24-ISO8859-10.pcf.gz.tmp UTBI__24-ISO8859-13.pcf.gz.tmp UTBI__24-ISO8859-14.pcf.gz.tmp UTBI__24-ISO8859-15.pcf.gz.tmp UTB___10-ISO8859-1.pcf.gz.tmp UTB___10-ISO8859-2.pcf.gz.tmp UTB___10-ISO8859-3.pcf.gz.tmp UTB___10-ISO8859-4.pcf.gz.tmp UTB___10-ISO8859-9.pcf.gz.tmp UTB___10-ISO8859-10.pcf.gz.tmp UTB___10-ISO8859-13.pcf.gz.tmp UTB___10-ISO8859-14.pcf.gz.tmp UTB___10-ISO8859-15.pcf.gz.tmp UTB___12-ISO8859-1.pcf.gz.tmp UTB___12-ISO8859-2.pcf.gz.tmp UTB___12-ISO8859-3.pcf.gz.tmp UTB___12-ISO8859-4.pcf.gz.tmp UTB___12-ISO8859-9.pcf.gz.tmp UTB___12-ISO8859-10.pcf.gz.tmp UTB___12-ISO8859-13.pcf.gz.tmp UTB___12-ISO8859-14.pcf.gz.tmp UTB___12-ISO8859-15.pcf.gz.tmp UTB___14-ISO8859-1.pcf.gz.tmp UTB___14-ISO8859-2.pcf.gz.tmp UTB___14-ISO8859-3.pcf.gz.tmp UTB___14-ISO8859-4.pcf.gz.tmp UTB___14-ISO8859-9.pcf.gz.tmp UTB___14-ISO8859-10.pcf.gz.tmp UTB___14-ISO8859-13.pcf.gz.tmp UTB___14-ISO8859-14.pcf.gz.tmp UTB___14-ISO8859-15.pcf.gz.tmp UTB___18-ISO8859-1.pcf.gz.tmp UTB___18-ISO8859-2.pcf.gz.tmp UTB___18-ISO8859-3.pcf.gz.tmp UTB___18-ISO8859-4.pcf.gz.tmp UTB___18-ISO8859-9.pcf.gz.tmp UTB___18-ISO8859-10.pcf.gz.tmp UTB___18-ISO8859-13.pcf.gz.tmp UTB___18-ISO8859-14.pcf.gz.tmp UTB___18-ISO8859-15.pcf.gz.tmp UTB___24-ISO8859-1.pcf.gz.tmp UTB___24-ISO8859-2.pcf.gz.tmp UTB___24-ISO8859-3.pcf.gz.tmp UTB___24-ISO8859-4.pcf.gz.tmp UTB___24-ISO8859-9.pcf.gz.tmp UTB___24-ISO8859-10.pcf.gz.tmp UTB___24-ISO8859-13.pcf.gz.tmp UTB___24-ISO8859-14.pcf.gz.tmp UTB___24-ISO8859-15.pcf.gz.tmp UTI___10-ISO8859-1.pcf.gz.tmp UTI___10-ISO8859-2.pcf.gz.tmp UTI___10-ISO8859-3.pcf.gz.tmp UTI___10-ISO8859-4.pcf.gz.tmp UTI___10-ISO8859-9.pcf.gz.tmp UTI___10-ISO8859-10.pcf.gz.tmp UTI___10-ISO8859-13.pcf.gz.tmp UTI___10-ISO8859-14.pcf.gz.tmp UTI___10-ISO8859-15.pcf.gz.tmp UTI___12-ISO8859-1.pcf.gz.tmp UTI___12-ISO8859-2.pcf.gz.tmp UTI___12-ISO8859-3.pcf.gz.tmp UTI___12-ISO8859-4.pcf.gz.tmp UTI___12-ISO8859-9.pcf.gz.tmp UTI___12-ISO8859-10.pcf.gz.tmp UTI___12-ISO8859-13.pcf.gz.tmp UTI___12-ISO8859-14.pcf.gz.tmp UTI___12-ISO8859-15.pcf.gz.tmp UTI___14-ISO8859-1.pcf.gz.tmp UTI___14-ISO8859-2.pcf.gz.tmp UTI___14-ISO8859-3.pcf.gz.tmp UTI___14-ISO8859-4.pcf.gz.tmp UTI___14-ISO8859-9.pcf.gz.tmp UTI___14-ISO8859-10.pcf.gz.tmp UTI___14-ISO8859-13.pcf.gz.tmp UTI___14-ISO8859-14.pcf.gz.tmp UTI___14-ISO8859-15.pcf.gz.tmp UTI___18-ISO8859-1.pcf.gz.tmp UTI___18-ISO8859-2.pcf.gz.tmp UTI___18-ISO8859-3.pcf.gz.tmp UTI___18-ISO8859-4.pcf.gz.tmp UTI___18-ISO8859-9.pcf.gz.tmp UTI___18-ISO8859-10.pcf.gz.tmp UTI___18-ISO8859-13.pcf.gz.tmp UTI___18-ISO8859-14.pcf.gz.tmp UTI___18-ISO8859-15.pcf.gz.tmp UTI___24-ISO8859-1.pcf.gz.tmp UTI___24-ISO8859-2.pcf.gz.tmp UTI___24-ISO8859-3.pcf.gz.tmp UTI___24-ISO8859-4.pcf.gz.tmp UTI___24-ISO8859-9.pcf.gz.tmp UTI___24-ISO8859-10.pcf.gz.tmp UTI___24-ISO8859-13.pcf.gz.tmp UTI___24-ISO8859-14.pcf.gz.tmp UTI___24-ISO8859-15.pcf.gz.tmp UTRG__10-ISO8859-1.pcf.gz.tmp UTRG__10-ISO8859-2.pcf.gz.tmp UTRG__10-ISO8859-3.pcf.gz.tmp UTRG__10-ISO8859-4.pcf.gz.tmp UTRG__10-ISO8859-9.pcf.gz.tmp UTRG__10-ISO8859-10.pcf.gz.tmp UTRG__10-ISO8859-13.pcf.gz.tmp UTRG__10-ISO8859-14.pcf.gz.tmp UTRG__10-ISO8859-15.pcf.gz.tmp UTRG__12-ISO8859-1.pcf.gz.tmp UTRG__12-ISO8859-2.pcf.gz.tmp UTRG__12-ISO8859-3.pcf.gz.tmp UTRG__12-ISO8859-4.pcf.gz.tmp UTRG__12-ISO8859-9.pcf.gz.tmp UTRG__12-ISO8859-10.pcf.gz.tmp UTRG__12-ISO8859-13.pcf.gz.tmp UTRG__12-ISO8859-14.pcf.gz.tmp UTRG__12-ISO8859-15.pcf.gz.tmp UTRG__14-ISO8859-1.pcf.gz.tmp UTRG__14-ISO8859-2.pcf.gz.tmp UTRG__14-ISO8859-3.pcf.gz.tmp UTRG__14-ISO8859-4.pcf.gz.tmp UTRG__14-ISO8859-9.pcf.gz.tmp UTRG__14-ISO8859-10.pcf.gz.tmp UTRG__14-ISO8859-13.pcf.gz.tmp UTRG__14-ISO8859-14.pcf.gz.tmp UTRG__14-ISO8859-15.pcf.gz.tmp UTRG__18-ISO8859-1.pcf.gz.tmp UTRG__18-ISO8859-2.pcf.gz.tmp UTRG__18-ISO8859-3.pcf.gz.tmp UTRG__18-ISO8859-4.pcf.gz.tmp UTRG__18-ISO8859-9.pcf.gz.tmp UTRG__18-ISO8859-10.pcf.gz.tmp UTRG__18-ISO8859-13.pcf.gz.tmp UTRG__18-ISO8859-14.pcf.gz.tmp UTRG__18-ISO8859-15.pcf.gz.tmp UTRG__24-ISO8859-1.pcf.gz.tmp UTRG__24-ISO8859-2.pcf.gz.tmp UTRG__24-ISO8859-3.pcf.gz.tmp UTRG__24-ISO8859-4.pcf.gz.tmp UTRG__24-ISO8859-9.pcf.gz.tmp UTRG__24-ISO8859-10.pcf.gz.tmp UTRG__24-ISO8859-13.pcf.gz.tmp UTRG__24-ISO8859-14.pcf.gz.tmp UTRG__24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- cleandir ===> sbin/mount_nfs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/75dpi/font-adobe-utopia-75dpi && rm -f UTBI__10-ISO8859-1.pcf.gz.tmp UTBI__10-ISO8859-2.pcf.gz.tmp UTBI__10-ISO8859-3.pcf.gz.tmp UTBI__10-ISO8859-4.pcf.gz.tmp UTBI__10-ISO8859-9.pcf.gz.tmp UTBI__10-ISO8859-10.pcf.gz.tmp UTBI__10-ISO8859-13.pcf.gz.tmp UTBI__10-ISO8859-14.pcf.gz.tmp UTBI__10-ISO8859-15.pcf.gz.tmp UTBI__12-ISO8859-1.pcf.gz.tmp UTBI__12-ISO8859-2.pcf.gz.tmp UTBI__12-ISO8859-3.pcf.gz.tmp UTBI__12-ISO8859-4.pcf.gz.tmp UTBI__12-ISO8859-9.pcf.gz.tmp UTBI__12-ISO8859-10.pcf.gz.tmp UTBI__12-ISO8859-13.pcf.gz.tmp UTBI__12-ISO8859-14.pcf.gz.tmp UTBI__12-ISO8859-15.pcf.gz.tmp UTBI__14-ISO8859-1.pcf.gz.tmp UTBI__14-ISO8859-2.pcf.gz.tmp UTBI__14-ISO8859-3.pcf.gz.tmp UTBI__14-ISO8859-4.pcf.gz.tmp UTBI__14-ISO8859-9.pcf.gz.tmp UTBI__14-ISO8859-10.pcf.gz.tmp UTBI__14-ISO8859-13.pcf.gz.tmp UTBI__14-ISO8859-14.pcf.gz.tmp UTBI__14-ISO8859-15.pcf.gz.tmp UTBI__18-ISO8859-1.pcf.gz.tmp UTBI__18-ISO8859-2.pcf.gz.tmp UTBI__18-ISO8859-3.pcf.gz.tmp UTBI__18-ISO8859-4.pcf.gz.tmp UTBI__18-ISO8859-9.pcf.gz.tmp UTBI__18-ISO8859-10.pcf.gz.tmp UTBI__18-ISO8859-13.pcf.gz.tmp UTBI__18-ISO8859-14.pcf.gz.tmp UTBI__18-ISO8859-15.pcf.gz.tmp UTBI__24-ISO8859-1.pcf.gz.tmp UTBI__24-ISO8859-2.pcf.gz.tmp UTBI__24-ISO8859-3.pcf.gz.tmp UTBI__24-ISO8859-4.pcf.gz.tmp UTBI__24-ISO8859-9.pcf.gz.tmp UTBI__24-ISO8859-10.pcf.gz.tmp UTBI__24-ISO8859-13.pcf.gz.tmp UTBI__24-ISO8859-14.pcf.gz.tmp UTBI__24-ISO8859-15.pcf.gz.tmp UTB___10-ISO8859-1.pcf.gz.tmp UTB___10-ISO8859-2.pcf.gz.tmp UTB___10-ISO8859-3.pcf.gz.tmp UTB___10-ISO8859-4.pcf.gz.tmp UTB___10-ISO8859-9.pcf.gz.tmp UTB___10-ISO8859-10.pcf.gz.tmp UTB___10-ISO8859-13.pcf.gz.tmp UTB___10-ISO8859-14.pcf.gz.tmp UTB___10-ISO8859-15.pcf.gz.tmp UTB___12-ISO8859-1.pcf.gz.tmp UTB___12-ISO8859-2.pcf.gz.tmp UTB___12-ISO8859-3.pcf.gz.tmp UTB___12-ISO8859-4.pcf.gz.tmp UTB___12-ISO8859-9.pcf.gz.tmp UTB___12-ISO8859-10.pcf.gz.tmp UTB___12-ISO8859-13.pcf.gz.tmp UTB___12-ISO8859-14.pcf.gz.tmp UTB___12-ISO8859-15.pcf.gz.tmp UTB___14-ISO8859-1.pcf.gz.tmp UTB___14-ISO8859-2.pcf.gz.tmp UTB___14-ISO8859-3.pcf.gz.tmp UTB___14-ISO8859-4.pcf.gz.tmp UTB___14-ISO8859-9.pcf.gz.tmp UTB___14-ISO8859-10.pcf.gz.tmp UTB___14-ISO8859-13.pcf.gz.tmp UTB___14-ISO8859-14.pcf.gz.tmp UTB___14-ISO8859-15.pcf.gz.tmp UTB___18-ISO8859-1.pcf.gz.tmp UTB___18-ISO8859-2.pcf.gz.tmp UTB___18-ISO8859-3.pcf.gz.tmp UTB___18-ISO8859-4.pcf.gz.tmp UTB___18-ISO8859-9.pcf.gz.tmp UTB___18-ISO8859-10.pcf.gz.tmp UTB___18-ISO8859-13.pcf.gz.tmp UTB___18-ISO8859-14.pcf.gz.tmp UTB___18-ISO8859-15.pcf.gz.tmp UTB___24-ISO8859-1.pcf.gz.tmp UTB___24-ISO8859-2.pcf.gz.tmp UTB___24-ISO8859-3.pcf.gz.tmp UTB___24-ISO8859-4.pcf.gz.tmp UTB___24-ISO8859-9.pcf.gz.tmp UTB___24-ISO8859-10.pcf.gz.tmp UTB___24-ISO8859-13.pcf.gz.tmp UTB___24-ISO8859-14.pcf.gz.tmp UTB___24-ISO8859-15.pcf.gz.tmp UTI___10-ISO8859-1.pcf.gz.tmp UTI___10-ISO8859-2.pcf.gz.tmp UTI___10-ISO8859-3.pcf.gz.tmp UTI___10-ISO8859-4.pcf.gz.tmp UTI___10-ISO8859-9.pcf.gz.tmp UTI___10-ISO8859-10.pcf.gz.tmp UTI___10-ISO8859-13.pcf.gz.tmp UTI___10-ISO8859-14.pcf.gz.tmp UTI___10-ISO8859-15.pcf.gz.tmp UTI___12-ISO8859-1.pcf.gz.tmp UTI___12-ISO8859-2.pcf.gz.tmp UTI___12-ISO8859-3.pcf.gz.tmp UTI___12-ISO8859-4.pcf.gz.tmp UTI___12-ISO8859-9.pcf.gz.tmp UTI___12-ISO8859-10.pcf.gz.tmp UTI___12-ISO8859-13.pcf.gz.tmp UTI___12-ISO8859-14.pcf.gz.tmp UTI___12-ISO8859-15.pcf.gz.tmp UTI___14-ISO8859-1.pcf.gz.tmp UTI___14-ISO8859-2.pcf.gz.tmp UTI___14-ISO8859-3.pcf.gz.tmp UTI___14-ISO8859-4.pcf.gz.tmp UTI___14-ISO8859-9.pcf.gz.tmp UTI___14-ISO8859-10.pcf.gz.tmp UTI___14-ISO8859-13.pcf.gz.tmp UTI___14-ISO8859-14.pcf.gz.tmp UTI___14-ISO8859-15.pcf.gz.tmp UTI___18-ISO8859-1.pcf.gz.tmp UTI___18-ISO8859-2.pcf.gz.tmp UTI___18-ISO8859-3.pcf.gz.tmp UTI___18-ISO8859-4.pcf.gz.tmp UTI___18-ISO8859-9.pcf.gz.tmp UTI___18-ISO8859-10.pcf.gz.tmp UTI___18-ISO8859-13.pcf.gz.tmp UTI___18-ISO8859-14.pcf.gz.tmp UTI___18-ISO8859-15.pcf.gz.tmp UTI___24-ISO8859-1.pcf.gz.tmp UTI___24-ISO8859-2.pcf.gz.tmp UTI___24-ISO8859-3.pcf.gz.tmp UTI___24-ISO8859-4.pcf.gz.tmp UTI___24-ISO8859-9.pcf.gz.tmp UTI___24-ISO8859-10.pcf.gz.tmp UTI___24-ISO8859-13.pcf.gz.tmp UTI___24-ISO8859-14.pcf.gz.tmp UTI___24-ISO8859-15.pcf.gz.tmp UTRG__10-ISO8859-1.pcf.gz.tmp UTRG__10-ISO8859-2.pcf.gz.tmp UTRG__10-ISO8859-3.pcf.gz.tmp UTRG__10-ISO8859-4.pcf.gz.tmp UTRG__10-ISO8859-9.pcf.gz.tmp UTRG__10-ISO8859-10.pcf.gz.tmp UTRG__10-ISO8859-13.pcf.gz.tmp UTRG__10-ISO8859-14.pcf.gz.tmp UTRG__10-ISO8859-15.pcf.gz.tmp UTRG__12-ISO8859-1.pcf.gz.tmp UTRG__12-ISO8859-2.pcf.gz.tmp UTRG__12-ISO8859-3.pcf.gz.tmp UTRG__12-ISO8859-4.pcf.gz.tmp UTRG__12-ISO8859-9.pcf.gz.tmp UTRG__12-ISO8859-10.pcf.gz.tmp UTRG__12-ISO8859-13.pcf.gz.tmp UTRG__12-ISO8859-14.pcf.gz.tmp UTRG__12-ISO8859-15.pcf.gz.tmp UTRG__14-ISO8859-1.pcf.gz.tmp UTRG__14-ISO8859-2.pcf.gz.tmp UTRG__14-ISO8859-3.pcf.gz.tmp UTRG__14-ISO8859-4.pcf.gz.tmp UTRG__14-ISO8859-9.pcf.gz.tmp UTRG__14-ISO8859-10.pcf.gz.tmp UTRG__14-ISO8859-13.pcf.gz.tmp UTRG__14-ISO8859-14.pcf.gz.tmp UTRG__14-ISO8859-15.pcf.gz.tmp UTRG__18-ISO8859-1.pcf.gz.tmp UTRG__18-ISO8859-2.pcf.gz.tmp UTRG__18-ISO8859-3.pcf.gz.tmp UTRG__18-ISO8859-4.pcf.gz.tmp UTRG__18-ISO8859-9.pcf.gz.tmp UTRG__18-ISO8859-10.pcf.gz.tmp UTRG__18-ISO8859-13.pcf.gz.tmp UTRG__18-ISO8859-14.pcf.gz.tmp UTRG__18-ISO8859-15.pcf.gz.tmp UTRG__24-ISO8859-1.pcf.gz.tmp UTRG__24-ISO8859-2.pcf.gz.tmp UTRG__24-ISO8859-3.pcf.gz.tmp UTRG__24-ISO8859-4.pcf.gz.tmp UTRG__24-ISO8859-9.pcf.gz.tmp UTRG__24-ISO8859-10.pcf.gz.tmp UTRG__24-ISO8859-13.pcf.gz.tmp UTRG__24-ISO8859-14.pcf.gz.tmp UTRG__24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_nfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_nfs mount_nfs.o pathadj.o getnfsargs.o mount_nfs.ln pathadj.ln getnfsargs.ln || true) --- cleandir-external --- --- cleanfonts --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_nfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_nfs mount_nfs.o pathadj.o getnfsargs.o mount_nfs.ln pathadj.ln getnfsargs.ln || true) --- cleandir-external --- rm -f UTBI__10-ISO8859-1.bdf UTBI__10-ISO8859-2.bdf UTBI__10-ISO8859-3.bdf UTBI__10-ISO8859-4.bdf UTBI__10-ISO8859-9.bdf UTBI__10-ISO8859-10.bdf UTBI__10-ISO8859-13.bdf UTBI__10-ISO8859-14.bdf UTBI__10-ISO8859-15.bdf UTBI__12-ISO8859-1.bdf UTBI__12-ISO8859-2.bdf UTBI__12-ISO8859-3.bdf UTBI__12-ISO8859-4.bdf UTBI__12-ISO8859-9.bdf UTBI__12-ISO8859-10.bdf UTBI__12-ISO8859-13.bdf UTBI__12-ISO8859-14.bdf UTBI__12-ISO8859-15.bdf UTBI__14-ISO8859-1.bdf UTBI__14-ISO8859-2.bdf UTBI__14-ISO8859-3.bdf UTBI__14-ISO8859-4.bdf UTBI__14-ISO8859-9.bdf UTBI__14-ISO8859-10.bdf UTBI__14-ISO8859-13.bdf UTBI__14-ISO8859-14.bdf UTBI__14-ISO8859-15.bdf UTBI__18-ISO8859-1.bdf UTBI__18-ISO8859-2.bdf UTBI__18-ISO8859-3.bdf UTBI__18-ISO8859-4.bdf UTBI__18-ISO8859-9.bdf UTBI__18-ISO8859-10.bdf UTBI__18-ISO8859-13.bdf UTBI__18-ISO8859-14.bdf UTBI__18-ISO8859-15.bdf UTBI__24-ISO8859-1.bdf UTBI__24-ISO8859-2.bdf UTBI__24-ISO8859-3.bdf UTBI__24-ISO8859-4.bdf UTBI__24-ISO8859-9.bdf UTBI__24-ISO8859-10.bdf UTBI__24-ISO8859-13.bdf UTBI__24-ISO8859-14.bdf UTBI__24-ISO8859-15.bdf UTB___10-ISO8859-1.bdf UTB___10-ISO8859-2.bdf UTB___10-ISO8859-3.bdf UTB___10-ISO8859-4.bdf UTB___10-ISO8859-9.bdf UTB___10-ISO8859-10.bdf UTB___10-ISO8859-13.bdf UTB___10-ISO8859-14.bdf UTB___10-ISO8859-15.bdf UTB___12-ISO8859-1.bdf UTB___12-ISO8859-2.bdf UTB___12-ISO8859-3.bdf UTB___12-ISO8859-4.bdf UTB___12-ISO8859-9.bdf UTB___12-ISO8859-10.bdf UTB___12-ISO8859-13.bdf UTB___12-ISO8859-14.bdf UTB___12-ISO8859-15.bdf UTB___14-ISO8859-1.bdf UTB___14-ISO8859-2.bdf UTB___14-ISO8859-3.bdf UTB___14-ISO8859-4.bdf UTB___14-ISO8859-9.bdf UTB___14-ISO8859-10.bdf UTB___14-ISO8859-13.bdf UTB___14-ISO8859-14.bdf UTB___14-ISO8859-15.bdf UTB___18-ISO8859-1.bdf UTB___18-ISO8859-2.bdf UTB___18-ISO8859-3.bdf UTB___18-ISO8859-4.bdf UTB___18-ISO8859-9.bdf UTB___18-ISO8859-10.bdf UTB___18-ISO8859-13.bdf UTB___18-ISO8859-14.bdf UTB___18-ISO8859-15.bdf UTB___24-ISO8859-1.bdf UTB___24-ISO8859-2.bdf UTB___24-ISO8859-3.bdf UTB___24-ISO8859-4.bdf UTB___24-ISO8859-9.bdf UTB___24-ISO8859-10.bdf UTB___24-ISO8859-13.bdf UTB___24-ISO8859-14.bdf UTB___24-ISO8859-15.bdf UTI___10-ISO8859-1.bdf UTI___10-ISO8859-2.bdf UTI___10-ISO8859-3.bdf UTI___10-ISO8859-4.bdf UTI___10-ISO8859-9.bdf UTI___10-ISO8859-10.bdf UTI___10-ISO8859-13.bdf UTI___10-ISO8859-14.bdf UTI___10-ISO8859-15.bdf UTI___12-ISO8859-1.bdf UTI___12-ISO8859-2.bdf UTI___12-ISO8859-3.bdf UTI___12-ISO8859-4.bdf UTI___12-ISO8859-9.bdf UTI___12-ISO8859-10.bdf UTI___12-ISO8859-13.bdf UTI___12-ISO8859-14.bdf UTI___12-ISO8859-15.bdf UTI___14-ISO8859-1.bdf UTI___14-ISO8859-2.bdf UTI___14-ISO8859-3.bdf UTI___14-ISO8859-4.bdf UTI___14-ISO8859-9.bdf UTI___14-ISO8859-10.bdf UTI___14-ISO8859-13.bdf UTI___14-ISO8859-14.bdf UTI___14-ISO8859-15.bdf UTI___18-ISO8859-1.bdf UTI___18-ISO8859-2.bdf UTI___18-ISO8859-3.bdf UTI___18-ISO8859-4.bdf UTI___18-ISO8859-9.bdf UTI___18-ISO8859-10.bdf UTI___18-ISO8859-13.bdf UTI___18-ISO8859-14.bdf UTI___18-ISO8859-15.bdf UTI___24-ISO8859-1.bdf UTI___24-ISO8859-2.bdf UTI___24-ISO8859-3.bdf UTI___24-ISO8859-4.bdf UTI___24-ISO8859-9.bdf UTI___24-ISO8859-10.bdf UTI___24-ISO8859-13.bdf UTI___24-ISO8859-14.bdf UTI___24-ISO8859-15.bdf UTRG__10-ISO8859-1.bdf UTRG__10-ISO8859-2.bdf UTRG__10-ISO8859-3.bdf UTRG__10-ISO8859-4.bdf UTRG__10-ISO8859-9.bdf UTRG__10-ISO8859-10.bdf UTRG__10-ISO8859-13.bdf UTRG__10-ISO8859-14.bdf UTRG__10-ISO8859-15.bdf UTRG__12-ISO8859-1.bdf UTRG__12-ISO8859-2.bdf UTRG__12-ISO8859-3.bdf UTRG__12-ISO8859-4.bdf UTRG__12-ISO8859-9.bdf UTRG__12-ISO8859-10.bdf UTRG__12-ISO8859-13.bdf UTRG__12-ISO8859-14.bdf UTRG__12-ISO8859-15.bdf UTRG__14-ISO8859-1.bdf UTRG__14-ISO8859-2.bdf UTRG__14-ISO8859-3.bdf UTRG__14-ISO8859-4.bdf UTRG__14-ISO8859-9.bdf UTRG__14-ISO8859-10.bdf UTRG__14-ISO8859-13.bdf UTRG__14-ISO8859-14.bdf UTRG__14-ISO8859-15.bdf UTRG__18-ISO8859-1.bdf UTRG__18-ISO8859-2.bdf UTRG__18-ISO8859-3.bdf UTRG__18-ISO8859-4.bdf UTRG__18-ISO8859-9.bdf UTRG__18-ISO8859-10.bdf UTRG__18-ISO8859-13.bdf UTRG__18-ISO8859-14.bdf UTRG__18-ISO8859-15.bdf UTRG__24-ISO8859-1.bdf UTRG__24-ISO8859-2.bdf UTRG__24-ISO8859-3.bdf UTRG__24-ISO8859-4.bdf UTRG__24-ISO8859-9.bdf UTRG__24-ISO8859-10.bdf UTRG__24-ISO8859-13.bdf UTRG__24-ISO8859-14.bdf UTRG__24-ISO8859-15.bdf rm -f UTBI__10-ISO8859-1.pcf.gz UTBI__10-ISO8859-2.pcf.gz UTBI__10-ISO8859-3.pcf.gz UTBI__10-ISO8859-4.pcf.gz UTBI__10-ISO8859-9.pcf.gz UTBI__10-ISO8859-10.pcf.gz UTBI__10-ISO8859-13.pcf.gz UTBI__10-ISO8859-14.pcf.gz UTBI__10-ISO8859-15.pcf.gz UTBI__12-ISO8859-1.pcf.gz UTBI__12-ISO8859-2.pcf.gz UTBI__12-ISO8859-3.pcf.gz UTBI__12-ISO8859-4.pcf.gz UTBI__12-ISO8859-9.pcf.gz UTBI__12-ISO8859-10.pcf.gz UTBI__12-ISO8859-13.pcf.gz UTBI__12-ISO8859-14.pcf.gz UTBI__12-ISO8859-15.pcf.gz UTBI__14-ISO8859-1.pcf.gz UTBI__14-ISO8859-2.pcf.gz UTBI__14-ISO8859-3.pcf.gz UTBI__14-ISO8859-4.pcf.gz UTBI__14-ISO8859-9.pcf.gz UTBI__14-ISO8859-10.pcf.gz UTBI__14-ISO8859-13.pcf.gz UTBI__14-ISO8859-14.pcf.gz UTBI__14-ISO8859-15.pcf.gz UTBI__18-ISO8859-1.pcf.gz UTBI__18-ISO8859-2.pcf.gz UTBI__18-ISO8859-3.pcf.gz UTBI__18-ISO8859-4.pcf.gz UTBI__18-ISO8859-9.pcf.gz UTBI__18-ISO8859-10.pcf.gz UTBI__18-ISO8859-13.pcf.gz UTBI__18-ISO8859-14.pcf.gz UTBI__18-ISO8859-15.pcf.gz UTBI__24-ISO8859-1.pcf.gz UTBI__24-ISO8859-2.pcf.gz UTBI__24-ISO8859-3.pcf.gz UTBI__24-ISO8859-4.pcf.gz UTBI__24-ISO8859-9.pcf.gz UTBI__24-ISO8859-10.pcf.gz UTBI__24-ISO8859-13.pcf.gz UTBI__24-ISO8859-14.pcf.gz UTBI__24-ISO8859-15.pcf.gz UTB___10-ISO8859-1.pcf.gz UTB___10-ISO8859-2.pcf.gz UTB___10-ISO8859-3.pcf.gz UTB___10-ISO8859-4.pcf.gz UTB___10-ISO8859-9.pcf.gz UTB___10-ISO8859-10.pcf.gz UTB___10-ISO8859-13.pcf.gz UTB___10-ISO8859-14.pcf.gz UTB___10-ISO8859-15.pcf.gz UTB___12-ISO8859-1.pcf.gz UTB___12-ISO8859-2.pcf.gz UTB___12-ISO8859-3.pcf.gz UTB___12-ISO8859-4.pcf.gz UTB___12-ISO8859-9.pcf.gz UTB___12-ISO8859-10.pcf.gz UTB___12-ISO8859-13.pcf.gz UTB___12-ISO8859-14.pcf.gz UTB___12-ISO8859-15.pcf.gz UTB___14-ISO8859-1.pcf.gz UTB___14-ISO8859-2.pcf.gz UTB___14-ISO8859-3.pcf.gz UTB___14-ISO8859-4.pcf.gz UTB___14-ISO8859-9.pcf.gz UTB___14-ISO8859-10.pcf.gz UTB___14-ISO8859-13.pcf.gz UTB___14-ISO8859-14.pcf.gz UTB___14-ISO8859-15.pcf.gz UTB___18-ISO8859-1.pcf.gz UTB___18-ISO8859-2.pcf.gz UTB___18-ISO8859-3.pcf.gz UTB___18-ISO8859-4.pcf.gz UTB___18-ISO8859-9.pcf.gz UTB___18-ISO8859-10.pcf.gz UTB___18-ISO8859-13.pcf.gz UTB___18-ISO8859-14.pcf.gz UTB___18-ISO8859-15.pcf.gz UTB___24-ISO8859-1.pcf.gz UTB___24-ISO8859-2.pcf.gz UTB___24-ISO8859-3.pcf.gz UTB___24-ISO8859-4.pcf.gz UTB___24-ISO8859-9.pcf.gz UTB___24-ISO8859-10.pcf.gz UTB___24-ISO8859-13.pcf.gz UTB___24-ISO8859-14.pcf.gz UTB___24-ISO8859-15.pcf.gz UTI___10-ISO8859-1.pcf.gz UTI___10-ISO8859-2.pcf.gz UTI___10-ISO8859-3.pcf.gz UTI___10-ISO8859-4.pcf.gz UTI___10-ISO8859-9.pcf.gz UTI___10-ISO8859-10.pcf.gz UTI___10-ISO8859-13.pcf.gz UTI___10-ISO8859-14.pcf.gz UTI___10-ISO8859-15.pcf.gz UTI___12-ISO8859-1.pcf.gz UTI___12-ISO8859-2.pcf.gz UTI___12-ISO8859-3.pcf.gz UTI___12-ISO8859-4.pcf.gz UTI___12-ISO8859-9.pcf.gz UTI___12-ISO8859-10.pcf.gz UTI___12-ISO8859-13.pcf.gz UTI___12-ISO8859-14.pcf.gz UTI___12-ISO8859-15.pcf.gz UTI___14-ISO8859-1.pcf.gz UTI___14-ISO8859-2.pcf.gz UTI___14-ISO8859-3.pcf.gz UTI___14-ISO8859-4.pcf.gz UTI___14-ISO8859-9.pcf.gz UTI___14-ISO8859-10.pcf.gz UTI___14-ISO8859-13.pcf.gz UTI___14-ISO8859-14.pcf.gz UTI___14-ISO8859-15.pcf.gz UTI___18-ISO8859-1.pcf.gz UTI___18-ISO8859-2.pcf.gz UTI___18-ISO8859-3.pcf.gz UTI___18-ISO8859-4.pcf.gz UTI___18-ISO8859-9.pcf.gz UTI___18-ISO8859-10.pcf.gz UTI___18-ISO8859-13.pcf.gz UTI___18-ISO8859-14.pcf.gz UTI___18-ISO8859-15.pcf.gz UTI___24-ISO8859-1.pcf.gz UTI___24-ISO8859-2.pcf.gz UTI___24-ISO8859-3.pcf.gz UTI___24-ISO8859-4.pcf.gz UTI___24-ISO8859-9.pcf.gz UTI___24-ISO8859-10.pcf.gz UTI___24-ISO8859-13.pcf.gz UTI___24-ISO8859-14.pcf.gz UTI___24-ISO8859-15.pcf.gz UTRG__10-ISO8859-1.pcf.gz UTRG__10-ISO8859-2.pcf.gz UTRG__10-ISO8859-3.pcf.gz UTRG__10-ISO8859-4.pcf.gz UTRG__10-ISO8859-9.pcf.gz UTRG__10-ISO8859-10.pcf.gz UTRG__10-ISO8859-13.pcf.gz UTRG__10-ISO8859-14.pcf.gz UTRG__10-ISO8859-15.pcf.gz UTRG__12-ISO8859-1.pcf.gz UTRG__12-ISO8859-2.pcf.gz UTRG__12-ISO8859-3.pcf.gz UTRG__12-ISO8859-4.pcf.gz UTRG__12-ISO8859-9.pcf.gz UTRG__12-ISO8859-10.pcf.gz UTRG__12-ISO8859-13.pcf.gz UTRG__12-ISO8859-14.pcf.gz UTRG__12-ISO8859-15.pcf.gz UTRG__14-ISO8859-1.pcf.gz UTRG__14-ISO8859-2.pcf.gz UTRG__14-ISO8859-3.pcf.gz UTRG__14-ISO8859-4.pcf.gz UTRG__14-ISO8859-9.pcf.gz UTRG__14-ISO8859-10.pcf.gz UTRG__14-ISO8859-13.pcf.gz UTRG__14-ISO8859-14.pcf.gz UTRG__14-ISO8859-15.pcf.gz UTRG__18-ISO8859-1.pcf.gz UTRG__18-ISO8859-2.pcf.gz UTRG__18-ISO8859-3.pcf.gz UTRG__18-ISO8859-4.pcf.gz UTRG__18-ISO8859-9.pcf.gz UTRG__18-ISO8859-10.pcf.gz UTRG__18-ISO8859-13.pcf.gz UTRG__18-ISO8859-14.pcf.gz UTRG__18-ISO8859-15.pcf.gz UTRG__24-ISO8859-1.pcf.gz UTRG__24-ISO8859-2.pcf.gz UTRG__24-ISO8859-3.pcf.gz UTRG__24-ISO8859-4.pcf.gz UTRG__24-ISO8859-9.pcf.gz UTRG__24-ISO8859-10.pcf.gz UTRG__24-ISO8859-13.pcf.gz UTRG__24-ISO8859-14.pcf.gz UTRG__24-ISO8859-15.pcf.gz --- __docleandir --- --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_nfs && rm -f mount_nfs.html8 .depend getnfsargs.d mount_nfs.d pathadj.d getnfsargs.d.tmp mount_nfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleandir-font-bh-75dpi --- cleandir ===> external/mit/xorg/share/fonts/75dpi/font-bh-75dpi --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_nfs && rm -f mount_nfs.html8 .depend getnfsargs.d mount_nfs.d pathadj.d getnfsargs.d.tmp mount_nfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_nilfs --- cleandir ===> sbin/mount_nilfs --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_nilfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_nilfs mount_nilfs.o fattr.o pathadj.o mount_nilfs.ln fattr.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_nilfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_nilfs mount_nilfs.o fattr.o pathadj.o mount_nilfs.ln fattr.ln pathadj.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_nilfs && rm -f mount_nilfs.html8 .depend fattr.d mount_nilfs.d pathadj.d fattr.d.tmp mount_nilfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/75dpi/font-bh-75dpi && rm -f luBIS08-ISO8859-1.pcf.gz.tmp luBIS08-ISO8859-2.pcf.gz.tmp luBIS08-ISO8859-3.pcf.gz.tmp luBIS08-ISO8859-4.pcf.gz.tmp luBIS08-ISO8859-9.pcf.gz.tmp luBIS08-ISO8859-10.pcf.gz.tmp luBIS08-ISO8859-13.pcf.gz.tmp luBIS08-ISO8859-14.pcf.gz.tmp luBIS08-ISO8859-15.pcf.gz.tmp luBIS10-ISO8859-1.pcf.gz.tmp luBIS10-ISO8859-2.pcf.gz.tmp luBIS10-ISO8859-3.pcf.gz.tmp luBIS10-ISO8859-4.pcf.gz.tmp luBIS10-ISO8859-9.pcf.gz.tmp luBIS10-ISO8859-10.pcf.gz.tmp luBIS10-ISO8859-13.pcf.gz.tmp luBIS10-ISO8859-14.pcf.gz.tmp luBIS10-ISO8859-15.pcf.gz.tmp luBIS12-ISO8859-1.pcf.gz.tmp luBIS12-ISO8859-2.pcf.gz.tmp luBIS12-ISO8859-3.pcf.gz.tmp luBIS12-ISO8859-4.pcf.gz.tmp luBIS12-ISO8859-9.pcf.gz.tmp luBIS12-ISO8859-10.pcf.gz.tmp luBIS12-ISO8859-13.pcf.gz.tmp luBIS12-ISO8859-14.pcf.gz.tmp luBIS12-ISO8859-15.pcf.gz.tmp luBIS14-ISO8859-1.pcf.gz.tmp luBIS14-ISO8859-2.pcf.gz.tmp luBIS14-ISO8859-3.pcf.gz.tmp luBIS14-ISO8859-4.pcf.gz.tmp luBIS14-ISO8859-9.pcf.gz.tmp luBIS14-ISO8859-10.pcf.gz.tmp luBIS14-ISO8859-13.pcf.gz.tmp luBIS14-ISO8859-14.pcf.gz.tmp luBIS14-ISO8859-15.pcf.gz.tmp luBIS18-ISO8859-1.pcf.gz.tmp luBIS18-ISO8859-2.pcf.gz.tmp luBIS18-ISO8859-3.pcf.gz.tmp luBIS18-ISO8859-4.pcf.gz.tmp luBIS18-ISO8859-9.pcf.gz.tmp luBIS18-ISO8859-10.pcf.gz.tmp luBIS18-ISO8859-13.pcf.gz.tmp luBIS18-ISO8859-14.pcf.gz.tmp luBIS18-ISO8859-15.pcf.gz.tmp luBIS19-ISO8859-1.pcf.gz.tmp luBIS19-ISO8859-2.pcf.gz.tmp luBIS19-ISO8859-3.pcf.gz.tmp luBIS19-ISO8859-4.pcf.gz.tmp luBIS19-ISO8859-9.pcf.gz.tmp luBIS19-ISO8859-10.pcf.gz.tmp luBIS19-ISO8859-13.pcf.gz.tmp luBIS19-ISO8859-14.pcf.gz.tmp luBIS19-ISO8859-15.pcf.gz.tmp luBIS24-ISO8859-1.pcf.gz.tmp luBIS24-ISO8859-2.pcf.gz.tmp luBIS24-ISO8859-3.pcf.gz.tmp luBIS24-ISO8859-4.pcf.gz.tmp luBIS24-ISO8859-9.pcf.gz.tmp luBIS24-ISO8859-10.pcf.gz.tmp luBIS24-ISO8859-13.pcf.gz.tmp luBIS24-ISO8859-14.pcf.gz.tmp luBIS24-ISO8859-15.pcf.gz.tmp luBS08-ISO8859-1.pcf.gz.tmp luBS08-ISO8859-2.pcf.gz.tmp luBS08-ISO8859-3.pcf.gz.tmp luBS08-ISO8859-4.pcf.gz.tmp luBS08-ISO8859-9.pcf.gz.tmp luBS08-ISO8859-10.pcf.gz.tmp luBS08-ISO8859-13.pcf.gz.tmp luBS08-ISO8859-14.pcf.gz.tmp luBS08-ISO8859-15.pcf.gz.tmp luBS10-ISO8859-1.pcf.gz.tmp luBS10-ISO8859-2.pcf.gz.tmp luBS10-ISO8859-3.pcf.gz.tmp luBS10-ISO8859-4.pcf.gz.tmp luBS10-ISO8859-9.pcf.gz.tmp luBS10-ISO8859-10.pcf.gz.tmp luBS10-ISO8859-13.pcf.gz.tmp luBS10-ISO8859-14.pcf.gz.tmp luBS10-ISO8859-15.pcf.gz.tmp luBS12-ISO8859-1.pcf.gz.tmp luBS12-ISO8859-2.pcf.gz.tmp luBS12-ISO8859-3.pcf.gz.tmp luBS12-ISO8859-4.pcf.gz.tmp luBS12-ISO8859-9.pcf.gz.tmp luBS12-ISO8859-10.pcf.gz.tmp luBS12-ISO8859-13.pcf.gz.tmp luBS12-ISO8859-14.pcf.gz.tmp luBS12-ISO8859-15.pcf.gz.tmp luBS14-ISO8859-1.pcf.gz.tmp luBS14-ISO8859-2.pcf.gz.tmp luBS14-ISO8859-3.pcf.gz.tmp luBS14-ISO8859-4.pcf.gz.tmp luBS14-ISO8859-9.pcf.gz.tmp luBS14-ISO8859-10.pcf.gz.tmp luBS14-ISO8859-13.pcf.gz.tmp luBS14-ISO8859-14.pcf.gz.tmp luBS14-ISO8859-15.pcf.gz.tmp luBS18-ISO8859-1.pcf.gz.tmp luBS18-ISO8859-2.pcf.gz.tmp luBS18-ISO8859-3.pcf.gz.tmp luBS18-ISO8859-4.pcf.gz.tmp luBS18-ISO8859-9.pcf.gz.tmp luBS18-ISO8859-10.pcf.gz.tmp luBS18-ISO8859-13.pcf.gz.tmp luBS18-ISO8859-14.pcf.gz.tmp luBS18-ISO8859-15.pcf.gz.tmp luBS19-ISO8859-1.pcf.gz.tmp luBS19-ISO8859-2.pcf.gz.tmp luBS19-ISO8859-3.pcf.gz.tmp luBS19-ISO8859-4.pcf.gz.tmp luBS19-ISO8859-9.pcf.gz.tmp luBS19-ISO8859-10.pcf.gz.tmp luBS19-ISO8859-13.pcf.gz.tmp luBS19-ISO8859-14.pcf.gz.tmp luBS19-ISO8859-15.pcf.gz.tmp luBS24-ISO8859-1.pcf.gz.tmp luBS24-ISO8859-2.pcf.gz.tmp luBS24-ISO8859-3.pcf.gz.tmp luBS24-ISO8859-4.pcf.gz.tmp luBS24-ISO8859-9.pcf.gz.tmp luBS24-ISO8859-10.pcf.gz.tmp luBS24-ISO8859-13.pcf.gz.tmp luBS24-ISO8859-14.pcf.gz.tmp luBS24-ISO8859-15.pcf.gz.tmp luIS08-ISO8859-1.pcf.gz.tmp luIS08-ISO8859-2.pcf.gz.tmp luIS08-ISO8859-3.pcf.gz.tmp luIS08-ISO8859-4.pcf.gz.tmp luIS08-ISO8859-9.pcf.gz.tmp luIS08-ISO8859-10.pcf.gz.tmp luIS08-ISO8859-13.pcf.gz.tmp luIS08-ISO8859-14.pcf.gz.tmp luIS08-ISO8859-15.pcf.gz.tmp luIS10-ISO8859-1.pcf.gz.tmp luIS10-ISO8859-2.pcf.gz.tmp luIS10-ISO8859-3.pcf.gz.tmp luIS10-ISO8859-4.pcf.gz.tmp luIS10-ISO8859-9.pcf.gz.tmp luIS10-ISO8859-10.pcf.gz.tmp luIS10-ISO8859-13.pcf.gz.tmp luIS10-ISO8859-14.pcf.gz.tmp luIS10-ISO8859-15.pcf.gz.tmp luIS12-ISO8859-1.pcf.gz.tmp luIS12-ISO8859-2.pcf.gz.tmp luIS12-ISO8859-3.pcf.gz.tmp luIS12-ISO8859-4.pcf.gz.tmp luIS12-ISO8859-9.pcf.gz.tmp luIS12-ISO8859-10.pcf.gz.tmp luIS12-ISO8859-13.pcf.gz.tmp luIS12-ISO8859-14.pcf.gz.tmp luIS12-ISO8859-15.pcf.gz.tmp luIS14-ISO8859-1.pcf.gz.tmp luIS14-ISO8859-2.pcf.gz.tmp luIS14-ISO8859-3.pcf.gz.tmp luIS14-ISO8859-4.pcf.gz.tmp luIS14-ISO8859-9.pcf.gz.tmp luIS14-ISO8859-10.pcf.gz.tmp luIS14-ISO8859-13.pcf.gz.tmp luIS14-ISO8859-14.pcf.gz.tmp luIS14-ISO8859-15.pcf.gz.tmp luIS18-ISO8859-1.pcf.gz.tmp luIS18-ISO8859-2.pcf.gz.tmp luIS18-ISO8859-3.pcf.gz.tmp luIS18-ISO8859-4.pcf.gz.tmp luIS18-ISO8859-9.pcf.gz.tmp luIS18-ISO8859-10.pcf.gz.tmp luIS18-ISO8859-13.pcf.gz.tmp luIS18-ISO8859-14.pcf.gz.tmp luIS18-ISO8859-15.pcf.gz.tmp luIS19-ISO8859-1.pcf.gz.tmp luIS19-ISO8859-2.pcf.gz.tmp luIS19-ISO8859-3.pcf.gz.tmp luIS19-ISO8859-4.pcf.gz.tmp luIS19-ISO8859-9.pcf.gz.tmp luIS19-ISO8859-10.pcf.gz.tmp luIS19-ISO8859-13.pcf.gz.tmp luIS19-ISO8859-14.pcf.gz.tmp luIS19-ISO8859-15.pcf.gz.tmp luIS24-ISO8859-1.pcf.gz.tmp luIS24-ISO8859-2.pcf.gz.tmp luIS24-ISO8859-3.pcf.gz.tmp luIS24-ISO8859-4.pcf.gz.tmp luIS24-ISO8859-9.pcf.gz.tmp luIS24-ISO8859-10.pcf.gz.tmp luIS24-ISO8859-13.pcf.gz.tmp luIS24-ISO8859-14.pcf.gz.tmp luIS24-ISO8859-15.pcf.gz.tmp luRS08-ISO8859-1.pcf.gz.tmp luRS08-ISO8859-2.pcf.gz.tmp luRS08-ISO8859-3.pcf.gz.tmp luRS08-ISO8859-4.pcf.gz.tmp luRS08-ISO8859-9.pcf.gz.tmp luRS08-ISO8859-10.pcf.gz.tmp luRS08-ISO8859-13.pcf.gz.tmp luRS08-ISO8859-14.pcf.gz.tmp luRS08-ISO8859-15.pcf.gz.tmp luRS10-ISO8859-1.pcf.gz.tmp luRS10-ISO8859-2.pcf.gz.tmp luRS10-ISO8859-3.pcf.gz.tmp luRS10-ISO8859-4.pcf.gz.tmp luRS10-ISO8859-9.pcf.gz.tmp luRS10-ISO8859-10.pcf.gz.tmp luRS10-ISO8859-13.pcf.gz.tmp luRS10-ISO8859-14.pcf.gz.tmp luRS10-ISO8859-15.pcf.gz.tmp luRS12-ISO8859-1.pcf.gz.tmp luRS12-ISO8859-2.pcf.gz.tmp luRS12-ISO8859-3.pcf.gz.tmp luRS12-ISO8859-4.pcf.gz.tmp luRS12-ISO8859-9.pcf.gz.tmp luRS12-ISO8859-10.pcf.gz.tmp luRS12-ISO8859-13.pcf.gz.tmp luRS12-ISO8859-14.pcf.gz.tmp luRS12-ISO8859-15.pcf.gz.tmp luRS14-ISO8859-1.pcf.gz.tmp luRS14-ISO8859-2.pcf.gz.tmp luRS14-ISO8859-3.pcf.gz.tmp luRS14-ISO8859-4.pcf.gz.tmp luRS14-ISO8859-9.pcf.gz.tmp luRS14-ISO8859-10.pcf.gz.tmp luRS14-ISO8859-13.pcf.gz.tmp luRS14-ISO8859-14.pcf.gz.tmp luRS14-ISO8859-15.pcf.gz.tmp luRS18-ISO8859-1.pcf.gz.tmp luRS18-ISO8859-2.pcf.gz.tmp luRS18-ISO8859-3.pcf.gz.tmp luRS18-ISO8859-4.pcf.gz.tmp luRS18-ISO8859-9.pcf.gz.tmp luRS18-ISO8859-10.pcf.gz.tmp luRS18-ISO8859-13.pcf.gz.tmp luRS18-ISO8859-14.pcf.gz.tmp luRS18-ISO8859-15.pcf.gz.tmp luRS19-ISO8859-1.pcf.gz.tmp luRS19-ISO8859-2.pcf.gz.tmp luRS19-ISO8859-3.pcf.gz.tmp luRS19-ISO8859-4.pcf.gz.tmp luRS19-ISO8859-9.pcf.gz.tmp luRS19-ISO8859-10.pcf.gz.tmp luRS19-ISO8859-13.pcf.gz.tmp luRS19-ISO8859-14.pcf.gz.tmp luRS19-ISO8859-15.pcf.gz.tmp luRS24-ISO8859-1.pcf.gz.tmp luRS24-ISO8859-2.pcf.gz.tmp luRS24-ISO8859-3.pcf.gz.tmp luRS24-ISO8859-4.pcf.gz.tmp luRS24-ISO8859-9.pcf.gz.tmp luRS24-ISO8859-10.pcf.gz.tmp luRS24-ISO8859-13.pcf.gz.tmp luRS24-ISO8859-14.pcf.gz.tmp luRS24-ISO8859-15.pcf.gz.tmp lubB08-ISO8859-1.pcf.gz.tmp lubB08-ISO8859-2.pcf.gz.tmp lubB08-ISO8859-3.pcf.gz.tmp lubB08-ISO8859-4.pcf.gz.tmp lubB08-ISO8859-9.pcf.gz.tmp lubB08-ISO8859-10.pcf.gz.tmp lubB08-ISO8859-13.pcf.gz.tmp lubB08-ISO8859-14.pcf.gz.tmp lubB08-ISO8859-15.pcf.gz.tmp lubB10-ISO8859-1.pcf.gz.tmp lubB10-ISO8859-2.pcf.gz.tmp lubB10-ISO8859-3.pcf.gz.tmp lubB10-ISO8859-4.pcf.gz.tmp lubB10-ISO8859-9.pcf.gz.tmp lubB10-ISO8859-10.pcf.gz.tmp lubB10-ISO8859-13.pcf.gz.tmp lubB10-ISO8859-14.pcf.gz.tmp lubB10-ISO8859-15.pcf.gz.tmp lubB12-ISO8859-1.pcf.gz.tmp lubB12-ISO8859-2.pcf.gz.tmp lubB12-ISO8859-3.pcf.gz.tmp lubB12-ISO8859-4.pcf.gz.tmp lubB12-ISO8859-9.pcf.gz.tmp lubB12-ISO8859-10.pcf.gz.tmp lubB12-ISO8859-13.pcf.gz.tmp lubB12-ISO8859-14.pcf.gz.tmp lubB12-ISO8859-15.pcf.gz.tmp lubB14-ISO8859-1.pcf.gz.tmp lubB14-ISO8859-2.pcf.gz.tmp lubB14-ISO8859-3.pcf.gz.tmp lubB14-ISO8859-4.pcf.gz.tmp lubB14-ISO8859-9.pcf.gz.tmp lubB14-ISO8859-10.pcf.gz.tmp lubB14-ISO8859-13.pcf.gz.tmp lubB14-ISO8859-14.pcf.gz.tmp lubB14-ISO8859-15.pcf.gz.tmp lubB18-ISO8859-1.pcf.gz.tmp lubB18-ISO8859-2.pcf.gz.tmp lubB18-ISO8859-3.pcf.gz.tmp lubB18-ISO8859-4.pcf.gz.tmp lubB18-ISO8859-9.pcf.gz.tmp lubB18-ISO8859-10.pcf.gz.tmp lubB18-ISO8859-13.pcf.gz.tmp lubB18-ISO8859-14.pcf.gz.tmp lubB18-ISO8859-15.pcf.gz.tmp lubB19-ISO8859-1.pcf.gz.tmp lubB19-ISO8859-2.pcf.gz.tmp lubB19-ISO8859-3.pcf.gz.tmp lubB19-ISO8859-4.pcf.gz.tmp lubB19-ISO8859-9.pcf.gz.tmp lubB19-ISO8859-10.pcf.gz.tmp lubB19-ISO8859-13.pcf.gz.tmp lubB19-ISO8859-14.pcf.gz.tmp lubB19-ISO8859-15.pcf.gz.tmp lubB24-ISO8859-1.pcf.gz.tmp lubB24-ISO8859-2.pcf.gz.tmp lubB24-ISO8859-3.pcf.gz.tmp lubB24-ISO8859-4.pcf.gz.tmp lubB24-ISO8859-9.pcf.gz.tmp lubB24-ISO8859-10.pcf.gz.tmp lubB24-ISO8859-13.pcf.gz.tmp lubB24-ISO8859-14.pcf.gz.tmp lubB24-ISO8859-15.pcf.gz.tmp lubBI08-ISO8859-1.pcf.gz.tmp lubBI08-ISO8859-2.pcf.gz.tmp lubBI08-ISO8859-3.pcf.gz.tmp lubBI08-ISO8859-4.pcf.gz.tmp lubBI08-ISO8859-9.pcf.gz.tmp lubBI08-ISO8859-10.pcf.gz.tmp lubBI08-ISO8859-13.pcf.gz.tmp lubBI08-ISO8859-14.pcf.gz.tmp lubBI08-ISO8859-15.pcf.gz.tmp lubBI10-ISO8859-1.pcf.gz.tmp lubBI10-ISO8859-2.pcf.gz.tmp lubBI10-ISO8859-3.pcf.gz.tmp lubBI10-ISO8859-4.pcf.gz.tmp lubBI10-ISO8859-9.pcf.gz.tmp lubBI10-ISO8859-10.pcf.gz.tmp lubBI10-ISO8859-13.pcf.gz.tmp lubBI10-ISO8859-14.pcf.gz.tmp lubBI10-ISO8859-15.pcf.gz.tmp lubBI12-ISO8859-1.pcf.gz.tmp lubBI12-ISO8859-2.pcf.gz.tmp lubBI12-ISO8859-3.pcf.gz.tmp lubBI12-ISO8859-4.pcf.gz.tmp lubBI12-ISO8859-9.pcf.gz.tmp lubBI12-ISO8859-10.pcf.gz.tmp lubBI12-ISO8859-13.pcf.gz.tmp lubBI12-ISO8859-14.pcf.gz.tmp lubBI12-ISO8859-15.pcf.gz.tmp lubBI14-ISO8859-1.pcf.gz.tmp lubBI14-ISO8859-2.pcf.gz.tmp lubBI14-ISO8859-3.pcf.gz.tmp lubBI14-ISO8859-4.pcf.gz.tmp lubBI14-ISO8859-9.pcf.gz.tmp lubBI14-ISO8859-10.pcf.gz.tmp lubBI14-ISO8859-13.pcf.gz.tmp lubBI14-ISO8859-14.pcf.gz.tmp lubBI14-ISO8859-15.pcf.gz.tmp lubBI18-ISO8859-1.pcf.gz.tmp lubBI18-ISO8859-2.pcf.gz.tmp lubBI18-ISO8859-3.pcf.gz.tmp lubBI18-ISO8859-4.pcf.gz.tmp lubBI18-ISO8859-9.pcf.gz.tmp lubBI18-ISO8859-10.pcf.gz.tmp lubBI18-ISO8859-13.pcf.gz.tmp lubBI18-ISO8859-14.pcf.gz.tmp lubBI18-ISO8859-15.pcf.gz.tmp lubBI19-ISO8859-1.pcf.gz.tmp lubBI19-ISO8859-2.pcf.gz.tmp lubBI19-ISO8859-3.pcf.gz.tmp lubBI19-ISO8859-4.pcf.gz.tmp lubBI19-ISO8859-9.pcf.gz.tmp lubBI19-ISO8859-10.pcf.gz.tmp lubBI19-ISO8859-13.pcf.gz.tmp lubBI19-ISO8859-14.pcf.gz.tmp lubBI19-ISO8859-15.pcf.gz.tmp lubBI24-ISO8859-1.pcf.gz.tmp lubBI24-ISO8859-2.pcf.gz.tmp lubBI24-ISO8859-3.pcf.gz.tmp lubBI24-ISO8859-4.pcf.gz.tmp lubBI24-ISO8859-9.pcf.gz.tmp lubBI24-ISO8859-10.pcf.gz.tmp lubBI24-ISO8859-13.pcf.gz.tmp lubBI24-ISO8859-14.pcf.gz.tmp lubBI24-ISO8859-15.pcf.gz.tmp lubI08-ISO8859-1.pcf.gz.tmp lubI08-ISO8859-2.pcf.gz.tmp lubI08-ISO8859-3.pcf.gz.tmp lubI08-ISO8859-4.pcf.gz.tmp lubI08-ISO8859-9.pcf.gz.tmp lubI08-ISO8859-10.pcf.gz.tmp lubI08-ISO8859-13.pcf.gz.tmp lubI08-ISO8859-14.pcf.gz.tmp lubI08-ISO8859-15.pcf.gz.tmp lubI10-ISO8859-1.pcf.gz.tmp lubI10-ISO8859-2.pcf.gz.tmp lubI10-ISO8859-3.pcf.gz.tmp lubI10-ISO8859-4.pcf.gz.tmp lubI10-ISO8859-9.pcf.gz.tmp lubI10-ISO8859-10.pcf.gz.tmp lubI10-ISO8859-13.pcf.gz.tmp lubI10-ISO8859-14.pcf.gz.tmp lubI10-ISO8859-15.pcf.gz.tmp lubI12-ISO8859-1.pcf.gz.tmp lubI12-ISO8859-2.pcf.gz.tmp lubI12-ISO8859-3.pcf.gz.tmp lubI12-ISO8859-4.pcf.gz.tmp lubI12-ISO8859-9.pcf.gz.tmp lubI12-ISO8859-10.pcf.gz.tmp lubI12-ISO8859-13.pcf.gz.tmp lubI12-ISO8859-14.pcf.gz.tmp lubI12-ISO8859-15.pcf.gz.tmp lubI14-ISO8859-1.pcf.gz.tmp lubI14-ISO8859-2.pcf.gz.tmp lubI14-ISO8859-3.pcf.gz.tmp lubI14-ISO8859-4.pcf.gz.tmp lubI14-ISO8859-9.pcf.gz.tmp lubI14-ISO8859-10.pcf.gz.tmp lubI14-ISO8859-13.pcf.gz.tmp lubI14-ISO8859-14.pcf.gz.tmp lubI14-ISO8859-15.pcf.gz.tmp lubI18-ISO8859-1.pcf.gz.tmp lubI18-ISO8859-2.pcf.gz.tmp lubI18-ISO8859-3.pcf.gz.tmp lubI18-ISO8859-4.pcf.gz.tmp lubI18-ISO8859-9.pcf.gz.tmp lubI18-ISO8859-10.pcf.gz.tmp lubI18-ISO8859-13.pcf.gz.tmp lubI18-ISO8859-14.pcf.gz.tmp lubI18-ISO8859-15.pcf.gz.tmp lubI19-ISO8859-1.pcf.gz.tmp lubI19-ISO8859-2.pcf.gz.tmp lubI19-ISO8859-3.pcf.gz.tmp lubI19-ISO8859-4.pcf.gz.tmp lubI19-ISO8859-9.pcf.gz.tmp lubI19-ISO8859-10.pcf.gz.tmp lubI19-ISO8859-13.pcf.gz.tmp lubI19-ISO8859-14.pcf.gz.tmp lubI19-ISO8859-15.pcf.gz.tmp lubI24-ISO8859-1.pcf.gz.tmp lubI24-ISO8859-2.pcf.gz.tmp lubI24-ISO8859-3.pcf.gz.tmp lubI24-ISO8859-4.pcf.gz.tmp lubI24-ISO8859-9.pcf.gz.tmp lubI24-ISO8859-10.pcf.gz.tmp lubI24-ISO8859-13.pcf.gz.tmp lubI24-ISO8859-14.pcf.gz.tmp lubI24-ISO8859-15.pcf.gz.tmp lubR08-ISO8859-1.pcf.gz.tmp lubR08-ISO8859-2.pcf.gz.tmp lubR08-ISO8859-3.pcf.gz.tmp lubR08-ISO8859-4.pcf.gz.tmp lubR08-ISO8859-9.pcf.gz.tmp lubR08-ISO8859-10.pcf.gz.tmp lubR08-ISO8859-13.pcf.gz.tmp lubR08-ISO8859-14.pcf.gz.tmp lubR08-ISO8859-15.pcf.gz.tmp lubR10-ISO8859-1.pcf.gz.tmp lubR10-ISO8859-2.pcf.gz.tmp lubR10-ISO8859-3.pcf.gz.tmp lubR10-ISO8859-4.pcf.gz.tmp lubR10-ISO8859-9.pcf.gz.tmp lubR10-ISO8859-10.pcf.gz.tmp lubR10-ISO8859-13.pcf.gz.tmp lubR10-ISO8859-14.pcf.gz.tmp lubR10-ISO8859-15.pcf.gz.tmp lubR12-ISO8859-1.pcf.gz.tmp lubR12-ISO8859-2.pcf.gz.tmp lubR12-ISO8859-3.pcf.gz.tmp lubR12-ISO8859-4.pcf.gz.tmp lubR12-ISO8859-9.pcf.gz.tmp lubR12-ISO8859-10.pcf.gz.tmp lubR12-ISO8859-13.pcf.gz.tmp lubR12-ISO8859-14.pcf.gz.tmp lubR12-ISO8859-15.pcf.gz.tmp lubR14-ISO8859-1.pcf.gz.tmp lubR14-ISO8859-2.pcf.gz.tmp lubR14-ISO8859-3.pcf.gz.tmp lubR14-ISO8859-4.pcf.gz.tmp lubR14-ISO8859-9.pcf.gz.tmp lubR14-ISO8859-10.pcf.gz.tmp lubR14-ISO8859-13.pcf.gz.tmp lubR14-ISO8859-14.pcf.gz.tmp lubR14-ISO8859-15.pcf.gz.tmp lubR18-ISO8859-1.pcf.gz.tmp lubR18-ISO8859-2.pcf.gz.tmp lubR18-ISO8859-3.pcf.gz.tmp lubR18-ISO8859-4.pcf.gz.tmp lubR18-ISO8859-9.pcf.gz.tmp lubR18-ISO8859-10.pcf.gz.tmp lubR18-ISO8859-13.pcf.gz.tmp lubR18-ISO8859-14.pcf.gz.tmp lubR18-ISO8859-15.pcf.gz.tmp lubR19-ISO8859-1.pcf.gz.tmp lubR19-ISO8859-2.pcf.gz.tmp lubR19-ISO8859-3.pcf.gz.tmp lubR19-ISO8859-4.pcf.gz.tmp lubR19-ISO8859-9.pcf.gz.tmp lubR19-ISO8859-10.pcf.gz.tmp lubR19-ISO8859-13.pcf.gz.tmp lubR19-ISO8859-14.pcf.gz.tmp lubR19-ISO8859-15.pcf.gz.tmp lubR24-ISO8859-1.pcf.gz.tmp lubR24-ISO8859-2.pcf.gz.tmp lubR24-ISO8859-3.pcf.gz.tmp lubR24-ISO8859-4.pcf.gz.tmp lubR24-ISO8859-9.pcf.gz.tmp lubR24-ISO8859-10.pcf.gz.tmp lubR24-ISO8859-13.pcf.gz.tmp lubR24-ISO8859-14.pcf.gz.tmp lubR24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_nilfs && rm -f mount_nilfs.html8 .depend fattr.d mount_nilfs.d pathadj.d fattr.d.tmp mount_nilfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_ntfs --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/75dpi/font-bh-75dpi && rm -f luBIS08-ISO8859-1.pcf.gz.tmp luBIS08-ISO8859-2.pcf.gz.tmp luBIS08-ISO8859-3.pcf.gz.tmp luBIS08-ISO8859-4.pcf.gz.tmp luBIS08-ISO8859-9.pcf.gz.tmp luBIS08-ISO8859-10.pcf.gz.tmp luBIS08-ISO8859-13.pcf.gz.tmp luBIS08-ISO8859-14.pcf.gz.tmp luBIS08-ISO8859-15.pcf.gz.tmp luBIS10-ISO8859-1.pcf.gz.tmp luBIS10-ISO8859-2.pcf.gz.tmp luBIS10-ISO8859-3.pcf.gz.tmp luBIS10-ISO8859-4.pcf.gz.tmp luBIS10-ISO8859-9.pcf.gz.tmp luBIS10-ISO8859-10.pcf.gz.tmp luBIS10-ISO8859-13.pcf.gz.tmp luBIS10-ISO8859-14.pcf.gz.tmp luBIS10-ISO8859-15.pcf.gz.tmp luBIS12-ISO8859-1.pcf.gz.tmp luBIS12-ISO8859-2.pcf.gz.tmp luBIS12-ISO8859-3.pcf.gz.tmp luBIS12-ISO8859-4.pcf.gz.tmp luBIS12-ISO8859-9.pcf.gz.tmp luBIS12-ISO8859-10.pcf.gz.tmp luBIS12-ISO8859-13.pcf.gz.tmp luBIS12-ISO8859-14.pcf.gz.tmp luBIS12-ISO8859-15.pcf.gz.tmp luBIS14-ISO8859-1.pcf.gz.tmp luBIS14-ISO8859-2.pcf.gz.tmp luBIS14-ISO8859-3.pcf.gz.tmp luBIS14-ISO8859-4.pcf.gz.tmp luBIS14-ISO8859-9.pcf.gz.tmp luBIS14-ISO8859-10.pcf.gz.tmp luBIS14-ISO8859-13.pcf.gz.tmp luBIS14-ISO8859-14.pcf.gz.tmp luBIS14-ISO8859-15.pcf.gz.tmp luBIS18-ISO8859-1.pcf.gz.tmp luBIS18-ISO8859-2.pcf.gz.tmp luBIS18-ISO8859-3.pcf.gz.tmp luBIS18-ISO8859-4.pcf.gz.tmp luBIS18-ISO8859-9.pcf.gz.tmp luBIS18-ISO8859-10.pcf.gz.tmp luBIS18-ISO8859-13.pcf.gz.tmp luBIS18-ISO8859-14.pcf.gz.tmp luBIS18-ISO8859-15.pcf.gz.tmp luBIS19-ISO8859-1.pcf.gz.tmp luBIS19-ISO8859-2.pcf.gz.tmp luBIS19-ISO8859-3.pcf.gz.tmp luBIS19-ISO8859-4.pcf.gz.tmp luBIS19-ISO8859-9.pcf.gz.tmp luBIS19-ISO8859-10.pcf.gz.tmp luBIS19-ISO8859-13.pcf.gz.tmp luBIS19-ISO8859-14.pcf.gz.tmp luBIS19-ISO8859-15.pcf.gz.tmp luBIS24-ISO8859-1.pcf.gz.tmp luBIS24-ISO8859-2.pcf.gz.tmp luBIS24-ISO8859-3.pcf.gz.tmp luBIS24-ISO8859-4.pcf.gz.tmp luBIS24-ISO8859-9.pcf.gz.tmp luBIS24-ISO8859-10.pcf.gz.tmp luBIS24-ISO8859-13.pcf.gz.tmp luBIS24-ISO8859-14.pcf.gz.tmp luBIS24-ISO8859-15.pcf.gz.tmp luBS08-ISO8859-1.pcf.gz.tmp luBS08-ISO8859-2.pcf.gz.tmp luBS08-ISO8859-3.pcf.gz.tmp luBS08-ISO8859-4.pcf.gz.tmp luBS08-ISO8859-9.pcf.gz.tmp luBS08-ISO8859-10.pcf.gz.tmp luBS08-ISO8859-13.pcf.gz.tmp luBS08-ISO8859-14.pcf.gz.tmp luBS08-ISO8859-15.pcf.gz.tmp luBS10-ISO8859-1.pcf.gz.tmp luBS10-ISO8859-2.pcf.gz.tmp luBS10-ISO8859-3.pcf.gz.tmp luBS10-ISO8859-4.pcf.gz.tmp luBS10-ISO8859-9.pcf.gz.tmp luBS10-ISO8859-10.pcf.gz.tmp luBS10-ISO8859-13.pcf.gz.tmp luBS10-ISO8859-14.pcf.gz.tmp luBS10-ISO8859-15.pcf.gz.tmp luBS12-ISO8859-1.pcf.gz.tmp luBS12-ISO8859-2.pcf.gz.tmp luBS12-ISO8859-3.pcf.gz.tmp luBS12-ISO8859-4.pcf.gz.tmp luBS12-ISO8859-9.pcf.gz.tmp luBS12-ISO8859-10.pcf.gz.tmp luBS12-ISO8859-13.pcf.gz.tmp luBS12-ISO8859-14.pcf.gz.tmp luBS12-ISO8859-15.pcf.gz.tmp luBS14-ISO8859-1.pcf.gz.tmp luBS14-ISO8859-2.pcf.gz.tmp luBS14-ISO8859-3.pcf.gz.tmp luBS14-ISO8859-4.pcf.gz.tmp luBS14-ISO8859-9.pcf.gz.tmp luBS14-ISO8859-10.pcf.gz.tmp luBS14-ISO8859-13.pcf.gz.tmp luBS14-ISO8859-14.pcf.gz.tmp luBS14-ISO8859-15.pcf.gz.tmp luBS18-ISO8859-1.pcf.gz.tmp luBS18-ISO8859-2.pcf.gz.tmp luBS18-ISO8859-3.pcf.gz.tmp luBS18-ISO8859-4.pcf.gz.tmp luBS18-ISO8859-9.pcf.gz.tmp luBS18-ISO8859-10.pcf.gz.tmp luBS18-ISO8859-13.pcf.gz.tmp luBS18-ISO8859-14.pcf.gz.tmp luBS18-ISO8859-15.pcf.gz.tmp luBS19-ISO8859-1.pcf.gz.tmp luBS19-ISO8859-2.pcf.gz.tmp luBS19-ISO8859-3.pcf.gz.tmp luBS19-ISO8859-4.pcf.gz.tmp luBS19-ISO8859-9.pcf.gz.tmp luBS19-ISO8859-10.pcf.gz.tmp luBS19-ISO8859-13.pcf.gz.tmp luBS19-ISO8859-14.pcf.gz.tmp luBS19-ISO8859-15.pcf.gz.tmp luBS24-ISO8859-1.pcf.gz.tmp luBS24-ISO8859-2.pcf.gz.tmp luBS24-ISO8859-3.pcf.gz.tmp luBS24-ISO8859-4.pcf.gz.tmp luBS24-ISO8859-9.pcf.gz.tmp luBS24-ISO8859-10.pcf.gz.tmp luBS24-ISO8859-13.pcf.gz.tmp luBS24-ISO8859-14.pcf.gz.tmp luBS24-ISO8859-15.pcf.gz.tmp luIS08-ISO8859-1.pcf.gz.tmp luIS08-ISO8859-2.pcf.gz.tmp luIS08-ISO8859-3.pcf.gz.tmp luIS08-ISO8859-4.pcf.gz.tmp luIS08-ISO8859-9.pcf.gz.tmp luIS08-ISO8859-10.pcf.gz.tmp luIS08-ISO8859-13.pcf.gz.tmp luIS08-ISO8859-14.pcf.gz.tmp luIS08-ISO8859-15.pcf.gz.tmp luIS10-ISO8859-1.pcf.gz.tmp luIS10-ISO8859-2.pcf.gz.tmp luIS10-ISO8859-3.pcf.gz.tmp luIS10-ISO8859-4.pcf.gz.tmp luIS10-ISO8859-9.pcf.gz.tmp luIS10-ISO8859-10.pcf.gz.tmp luIS10-ISO8859-13.pcf.gz.tmp luIS10-ISO8859-14.pcf.gz.tmp luIS10-ISO8859-15.pcf.gz.tmp luIS12-ISO8859-1.pcf.gz.tmp luIS12-ISO8859-2.pcf.gz.tmp luIS12-ISO8859-3.pcf.gz.tmp luIS12-ISO8859-4.pcf.gz.tmp luIS12-ISO8859-9.pcf.gz.tmp luIS12-ISO8859-10.pcf.gz.tmp luIS12-ISO8859-13.pcf.gz.tmp luIS12-ISO8859-14.pcf.gz.tmp luIS12-ISO8859-15.pcf.gz.tmp luIS14-ISO8859-1.pcf.gz.tmp luIS14-ISO8859-2.pcf.gz.tmp luIS14-ISO8859-3.pcf.gz.tmp luIS14-ISO8859-4.pcf.gz.tmp luIS14-ISO8859-9.pcf.gz.tmp luIS14-ISO8859-10.pcf.gz.tmp luIS14-ISO8859-13.pcf.gz.tmp luIS14-ISO8859-14.pcf.gz.tmp luIS14-ISO8859-15.pcf.gz.tmp luIS18-ISO8859-1.pcf.gz.tmp luIS18-ISO8859-2.pcf.gz.tmp luIS18-ISO8859-3.pcf.gz.tmp luIS18-ISO8859-4.pcf.gz.tmp luIS18-ISO8859-9.pcf.gz.tmp luIS18-ISO8859-10.pcf.gz.tmp luIS18-ISO8859-13.pcf.gz.tmp luIS18-ISO8859-14.pcf.gz.tmp luIS18-ISO8859-15.pcf.gz.tmp luIS19-ISO8859-1.pcf.gz.tmp luIS19-ISO8859-2.pcf.gz.tmp luIS19-ISO8859-3.pcf.gz.tmp luIS19-ISO8859-4.pcf.gz.tmp luIS19-ISO8859-9.pcf.gz.tmp luIS19-ISO8859-10.pcf.gz.tmp luIS19-ISO8859-13.pcf.gz.tmp luIS19-ISO8859-14.pcf.gz.tmp luIS19-ISO8859-15.pcf.gz.tmp luIS24-ISO8859-1.pcf.gz.tmp luIS24-ISO8859-2.pcf.gz.tmp luIS24-ISO8859-3.pcf.gz.tmp luIS24-ISO8859-4.pcf.gz.tmp luIS24-ISO8859-9.pcf.gz.tmp luIS24-ISO8859-10.pcf.gz.tmp luIS24-ISO8859-13.pcf.gz.tmp luIS24-ISO8859-14.pcf.gz.tmp luIS24-ISO8859-15.pcf.gz.tmp luRS08-ISO8859-1.pcf.gz.tmp luRS08-ISO8859-2.pcf.gz.tmp luRS08-ISO8859-3.pcf.gz.tmp luRS08-ISO8859-4.pcf.gz.tmp luRS08-ISO8859-9.pcf.gz.tmp luRS08-ISO8859-10.pcf.gz.tmp luRS08-ISO8859-13.pcf.gz.tmp luRS08-ISO8859-14.pcf.gz.tmp luRS08-ISO8859-15.pcf.gz.tmp luRS10-ISO8859-1.pcf.gz.tmp luRS10-ISO8859-2.pcf.gz.tmp luRS10-ISO8859-3.pcf.gz.tmp luRS10-ISO8859-4.pcf.gz.tmp luRS10-ISO8859-9.pcf.gz.tmp luRS10-ISO8859-10.pcf.gz.tmp luRS10-ISO8859-13.pcf.gz.tmp luRS10-ISO8859-14.pcf.gz.tmp luRS10-ISO8859-15.pcf.gz.tmp luRS12-ISO8859-1.pcf.gz.tmp luRS12-ISO8859-2.pcf.gz.tmp luRS12-ISO8859-3.pcf.gz.tmp luRS12-ISO8859-4.pcf.gz.tmp luRS12-ISO8859-9.pcf.gz.tmp luRS12-ISO8859-10.pcf.gz.tmp luRS12-ISO8859-13.pcf.gz.tmp luRS12-ISO8859-14.pcf.gz.tmp luRS12-ISO8859-15.pcf.gz.tmp luRS14-ISO8859-1.pcf.gz.tmp luRS14-ISO8859-2.pcf.gz.tmp luRS14-ISO8859-3.pcf.gz.tmp luRS14-ISO8859-4.pcf.gz.tmp luRS14-ISO8859-9.pcf.gz.tmp luRS14-ISO8859-10.pcf.gz.tmp luRS14-ISO8859-13.pcf.gz.tmp luRS14-ISO8859-14.pcf.gz.tmp luRS14-ISO8859-15.pcf.gz.tmp luRS18-ISO8859-1.pcf.gz.tmp luRS18-ISO8859-2.pcf.gz.tmp luRS18-ISO8859-3.pcf.gz.tmp luRS18-ISO8859-4.pcf.gz.tmp luRS18-ISO8859-9.pcf.gz.tmp luRS18-ISO8859-10.pcf.gz.tmp luRS18-ISO8859-13.pcf.gz.tmp luRS18-ISO8859-14.pcf.gz.tmp luRS18-ISO8859-15.pcf.gz.tmp luRS19-ISO8859-1.pcf.gz.tmp luRS19-ISO8859-2.pcf.gz.tmp luRS19-ISO8859-3.pcf.gz.tmp luRS19-ISO8859-4.pcf.gz.tmp luRS19-ISO8859-9.pcf.gz.tmp luRS19-ISO8859-10.pcf.gz.tmp luRS19-ISO8859-13.pcf.gz.tmp luRS19-ISO8859-14.pcf.gz.tmp luRS19-ISO8859-15.pcf.gz.tmp luRS24-ISO8859-1.pcf.gz.tmp luRS24-ISO8859-2.pcf.gz.tmp luRS24-ISO8859-3.pcf.gz.tmp luRS24-ISO8859-4.pcf.gz.tmp luRS24-ISO8859-9.pcf.gz.tmp luRS24-ISO8859-10.pcf.gz.tmp luRS24-ISO8859-13.pcf.gz.tmp luRS24-ISO8859-14.pcf.gz.tmp luRS24-ISO8859-15.pcf.gz.tmp lubB08-ISO8859-1.pcf.gz.tmp lubB08-ISO8859-2.pcf.gz.tmp lubB08-ISO8859-3.pcf.gz.tmp lubB08-ISO8859-4.pcf.gz.tmp lubB08-ISO8859-9.pcf.gz.tmp lubB08-ISO8859-10.pcf.gz.tmp lubB08-ISO8859-13.pcf.gz.tmp lubB08-ISO8859-14.pcf.gz.tmp lubB08-ISO8859-15.pcf.gz.tmp lubB10-ISO8859-1.pcf.gz.tmp lubB10-ISO8859-2.pcf.gz.tmp lubB10-ISO8859-3.pcf.gz.tmp lubB10-ISO8859-4.pcf.gz.tmp lubB10-ISO8859-9.pcf.gz.tmp lubB10-ISO8859-10.pcf.gz.tmp lubB10-ISO8859-13.pcf.gz.tmp lubB10-ISO8859-14.pcf.gz.tmp lubB10-ISO8859-15.pcf.gz.tmp lubB12-ISO8859-1.pcf.gz.tmp lubB12-ISO8859-2.pcf.gz.tmp lubB12-ISO8859-3.pcf.gz.tmp lubB12-ISO8859-4.pcf.gz.tmp lubB12-ISO8859-9.pcf.gz.tmp lubB12-ISO8859-10.pcf.gz.tmp lubB12-ISO8859-13.pcf.gz.tmp lubB12-ISO8859-14.pcf.gz.tmp lubB12-ISO8859-15.pcf.gz.tmp lubB14-ISO8859-1.pcf.gz.tmp lubB14-ISO8859-2.pcf.gz.tmp lubB14-ISO8859-3.pcf.gz.tmp lubB14-ISO8859-4.pcf.gz.tmp lubB14-ISO8859-9.pcf.gz.tmp lubB14-ISO8859-10.pcf.gz.tmp lubB14-ISO8859-13.pcf.gz.tmp lubB14-ISO8859-14.pcf.gz.tmp lubB14-ISO8859-15.pcf.gz.tmp lubB18-ISO8859-1.pcf.gz.tmp lubB18-ISO8859-2.pcf.gz.tmp lubB18-ISO8859-3.pcf.gz.tmp lubB18-ISO8859-4.pcf.gz.tmp lubB18-ISO8859-9.pcf.gz.tmp lubB18-ISO8859-10.pcf.gz.tmp lubB18-ISO8859-13.pcf.gz.tmp lubB18-ISO8859-14.pcf.gz.tmp lubB18-ISO8859-15.pcf.gz.tmp lubB19-ISO8859-1.pcf.gz.tmp lubB19-ISO8859-2.pcf.gz.tmp lubB19-ISO8859-3.pcf.gz.tmp lubB19-ISO8859-4.pcf.gz.tmp lubB19-ISO8859-9.pcf.gz.tmp lubB19-ISO8859-10.pcf.gz.tmp lubB19-ISO8859-13.pcf.gz.tmp lubB19-ISO8859-14.pcf.gz.tmp lubB19-ISO8859-15.pcf.gz.tmp lubB24-ISO8859-1.pcf.gz.tmp lubB24-ISO8859-2.pcf.gz.tmp lubB24-ISO8859-3.pcf.gz.tmp lubB24-ISO8859-4.pcf.gz.tmp lubB24-ISO8859-9.pcf.gz.tmp lubB24-ISO8859-10.pcf.gz.tmp lubB24-ISO8859-13.pcf.gz.tmp lubB24-ISO8859-14.pcf.gz.tmp lubB24-ISO8859-15.pcf.gz.tmp lubBI08-ISO8859-1.pcf.gz.tmp lubBI08-ISO8859-2.pcf.gz.tmp lubBI08-ISO8859-3.pcf.gz.tmp lubBI08-ISO8859-4.pcf.gz.tmp lubBI08-ISO8859-9.pcf.gz.tmp lubBI08-ISO8859-10.pcf.gz.tmp lubBI08-ISO8859-13.pcf.gz.tmp lubBI08-ISO8859-14.pcf.gz.tmp lubBI08-ISO8859-15.pcf.gz.tmp lubBI10-ISO8859-1.pcf.gz.tmp lubBI10-ISO8859-2.pcf.gz.tmp lubBI10-ISO8859-3.pcf.gz.tmp lubBI10-ISO8859-4.pcf.gz.tmp lubBI10-ISO8859-9.pcf.gz.tmp lubBI10-ISO8859-10.pcf.gz.tmp lubBI10-ISO8859-13.pcf.gz.tmp lubBI10-ISO8859-14.pcf.gz.tmp lubBI10-ISO8859-15.pcf.gz.tmp lubBI12-ISO8859-1.pcf.gz.tmp lubBI12-ISO8859-2.pcf.gz.tmp lubBI12-ISO8859-3.pcf.gz.tmp lubBI12-ISO8859-4.pcf.gz.tmp lubBI12-ISO8859-9.pcf.gz.tmp lubBI12-ISO8859-10.pcf.gz.tmp lubBI12-ISO8859-13.pcf.gz.tmp lubBI12-ISO8859-14.pcf.gz.tmp lubBI12-ISO8859-15.pcf.gz.tmp lubBI14-ISO8859-1.pcf.gz.tmp lubBI14-ISO8859-2.pcf.gz.tmp lubBI14-ISO8859-3.pcf.gz.tmp lubBI14-ISO8859-4.pcf.gz.tmp lubBI14-ISO8859-9.pcf.gz.tmp lubBI14-ISO8859-10.pcf.gz.tmp lubBI14-ISO8859-13.pcf.gz.tmp lubBI14-ISO8859-14.pcf.gz.tmp lubBI14-ISO8859-15.pcf.gz.tmp lubBI18-ISO8859-1.pcf.gz.tmp lubBI18-ISO8859-2.pcf.gz.tmp lubBI18-ISO8859-3.pcf.gz.tmp lubBI18-ISO8859-4.pcf.gz.tmp lubBI18-ISO8859-9.pcf.gz.tmp lubBI18-ISO8859-10.pcf.gz.tmp lubBI18-ISO8859-13.pcf.gz.tmp lubBI18-ISO8859-14.pcf.gz.tmp lubBI18-ISO8859-15.pcf.gz.tmp lubBI19-ISO8859-1.pcf.gz.tmp lubBI19-ISO8859-2.pcf.gz.tmp lubBI19-ISO8859-3.pcf.gz.tmp lubBI19-ISO8859-4.pcf.gz.tmp lubBI19-ISO8859-9.pcf.gz.tmp lubBI19-ISO8859-10.pcf.gz.tmp lubBI19-ISO8859-13.pcf.gz.tmp lubBI19-ISO8859-14.pcf.gz.tmp lubBI19-ISO8859-15.pcf.gz.tmp lubBI24-ISO8859-1.pcf.gz.tmp lubBI24-ISO8859-2.pcf.gz.tmp lubBI24-ISO8859-3.pcf.gz.tmp lubBI24-ISO8859-4.pcf.gz.tmp lubBI24-ISO8859-9.pcf.gz.tmp lubBI24-ISO8859-10.pcf.gz.tmp lubBI24-ISO8859-13.pcf.gz.tmp lubBI24-ISO8859-14.pcf.gz.tmp lubBI24-ISO8859-15.pcf.gz.tmp lubI08-ISO8859-1.pcf.gz.tmp lubI08-ISO8859-2.pcf.gz.tmp lubI08-ISO8859-3.pcf.gz.tmp lubI08-ISO8859-4.pcf.gz.tmp lubI08-ISO8859-9.pcf.gz.tmp lubI08-ISO8859-10.pcf.gz.tmp lubI08-ISO8859-13.pcf.gz.tmp lubI08-ISO8859-14.pcf.gz.tmp lubI08-ISO8859-15.pcf.gz.tmp lubI10-ISO8859-1.pcf.gz.tmp lubI10-ISO8859-2.pcf.gz.tmp lubI10-ISO8859-3.pcf.gz.tmp lubI10-ISO8859-4.pcf.gz.tmp lubI10-ISO8859-9.pcf.gz.tmp lubI10-ISO8859-10.pcf.gz.tmp lubI10-ISO8859-13.pcf.gz.tmp lubI10-ISO8859-14.pcf.gz.tmp lubI10-ISO8859-15.pcf.gz.tmp lubI12-ISO8859-1.pcf.gz.tmp lubI12-ISO8859-2.pcf.gz.tmp lubI12-ISO8859-3.pcf.gz.tmp lubI12-ISO8859-4.pcf.gz.tmp lubI12-ISO8859-9.pcf.gz.tmp lubI12-ISO8859-10.pcf.gz.tmp lubI12-ISO8859-13.pcf.gz.tmp lubI12-ISO8859-14.pcf.gz.tmp lubI12-ISO8859-15.pcf.gz.tmp lubI14-ISO8859-1.pcf.gz.tmp lubI14-ISO8859-2.pcf.gz.tmp lubI14-ISO8859-3.pcf.gz.tmp lubI14-ISO8859-4.pcf.gz.tmp lubI14-ISO8859-9.pcf.gz.tmp lubI14-ISO8859-10.pcf.gz.tmp lubI14-ISO8859-13.pcf.gz.tmp lubI14-ISO8859-14.pcf.gz.tmp lubI14-ISO8859-15.pcf.gz.tmp lubI18-ISO8859-1.pcf.gz.tmp lubI18-ISO8859-2.pcf.gz.tmp lubI18-ISO8859-3.pcf.gz.tmp lubI18-ISO8859-4.pcf.gz.tmp lubI18-ISO8859-9.pcf.gz.tmp lubI18-ISO8859-10.pcf.gz.tmp lubI18-ISO8859-13.pcf.gz.tmp lubI18-ISO8859-14.pcf.gz.tmp lubI18-ISO8859-15.pcf.gz.tmp lubI19-ISO8859-1.pcf.gz.tmp lubI19-ISO8859-2.pcf.gz.tmp lubI19-ISO8859-3.pcf.gz.tmp lubI19-ISO8859-4.pcf.gz.tmp lubI19-ISO8859-9.pcf.gz.tmp lubI19-ISO8859-10.pcf.gz.tmp lubI19-ISO8859-13.pcf.gz.tmp lubI19-ISO8859-14.pcf.gz.tmp lubI19-ISO8859-15.pcf.gz.tmp lubI24-ISO8859-1.pcf.gz.tmp lubI24-ISO8859-2.pcf.gz.tmp lubI24-ISO8859-3.pcf.gz.tmp lubI24-ISO8859-4.pcf.gz.tmp lubI24-ISO8859-9.pcf.gz.tmp lubI24-ISO8859-10.pcf.gz.tmp lubI24-ISO8859-13.pcf.gz.tmp lubI24-ISO8859-14.pcf.gz.tmp lubI24-ISO8859-15.pcf.gz.tmp lubR08-ISO8859-1.pcf.gz.tmp lubR08-ISO8859-2.pcf.gz.tmp lubR08-ISO8859-3.pcf.gz.tmp lubR08-ISO8859-4.pcf.gz.tmp lubR08-ISO8859-9.pcf.gz.tmp lubR08-ISO8859-10.pcf.gz.tmp lubR08-ISO8859-13.pcf.gz.tmp lubR08-ISO8859-14.pcf.gz.tmp lubR08-ISO8859-15.pcf.gz.tmp lubR10-ISO8859-1.pcf.gz.tmp lubR10-ISO8859-2.pcf.gz.tmp lubR10-ISO8859-3.pcf.gz.tmp lubR10-ISO8859-4.pcf.gz.tmp lubR10-ISO8859-9.pcf.gz.tmp lubR10-ISO8859-10.pcf.gz.tmp lubR10-ISO8859-13.pcf.gz.tmp lubR10-ISO8859-14.pcf.gz.tmp lubR10-ISO8859-15.pcf.gz.tmp lubR12-ISO8859-1.pcf.gz.tmp lubR12-ISO8859-2.pcf.gz.tmp lubR12-ISO8859-3.pcf.gz.tmp lubR12-ISO8859-4.pcf.gz.tmp lubR12-ISO8859-9.pcf.gz.tmp lubR12-ISO8859-10.pcf.gz.tmp lubR12-ISO8859-13.pcf.gz.tmp lubR12-ISO8859-14.pcf.gz.tmp lubR12-ISO8859-15.pcf.gz.tmp lubR14-ISO8859-1.pcf.gz.tmp lubR14-ISO8859-2.pcf.gz.tmp lubR14-ISO8859-3.pcf.gz.tmp lubR14-ISO8859-4.pcf.gz.tmp lubR14-ISO8859-9.pcf.gz.tmp lubR14-ISO8859-10.pcf.gz.tmp lubR14-ISO8859-13.pcf.gz.tmp lubR14-ISO8859-14.pcf.gz.tmp lubR14-ISO8859-15.pcf.gz.tmp lubR18-ISO8859-1.pcf.gz.tmp lubR18-ISO8859-2.pcf.gz.tmp lubR18-ISO8859-3.pcf.gz.tmp lubR18-ISO8859-4.pcf.gz.tmp lubR18-ISO8859-9.pcf.gz.tmp lubR18-ISO8859-10.pcf.gz.tmp lubR18-ISO8859-13.pcf.gz.tmp lubR18-ISO8859-14.pcf.gz.tmp lubR18-ISO8859-15.pcf.gz.tmp lubR19-ISO8859-1.pcf.gz.tmp lubR19-ISO8859-2.pcf.gz.tmp lubR19-ISO8859-3.pcf.gz.tmp lubR19-ISO8859-4.pcf.gz.tmp lubR19-ISO8859-9.pcf.gz.tmp lubR19-ISO8859-10.pcf.gz.tmp lubR19-ISO8859-13.pcf.gz.tmp lubR19-ISO8859-14.pcf.gz.tmp lubR19-ISO8859-15.pcf.gz.tmp lubR24-ISO8859-1.pcf.gz.tmp lubR24-ISO8859-2.pcf.gz.tmp lubR24-ISO8859-3.pcf.gz.tmp lubR24-ISO8859-4.pcf.gz.tmp lubR24-ISO8859-9.pcf.gz.tmp lubR24-ISO8859-10.pcf.gz.tmp lubR24-ISO8859-13.pcf.gz.tmp lubR24-ISO8859-14.pcf.gz.tmp lubR24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- cleandir ===> sbin/mount_ntfs --- __doclean --- --- cleandir-external --- --- cleanfonts --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_ntfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_ntfs mount_ntfs.o fattr.o pathadj.o mount_ntfs.ln fattr.ln pathadj.ln || true) --- cleandir-external --- rm -f luBIS08-ISO8859-1.bdf luBIS08-ISO8859-2.bdf luBIS08-ISO8859-3.bdf luBIS08-ISO8859-4.bdf luBIS08-ISO8859-9.bdf luBIS08-ISO8859-10.bdf luBIS08-ISO8859-13.bdf luBIS08-ISO8859-14.bdf luBIS08-ISO8859-15.bdf luBIS10-ISO8859-1.bdf luBIS10-ISO8859-2.bdf luBIS10-ISO8859-3.bdf luBIS10-ISO8859-4.bdf luBIS10-ISO8859-9.bdf luBIS10-ISO8859-10.bdf luBIS10-ISO8859-13.bdf luBIS10-ISO8859-14.bdf luBIS10-ISO8859-15.bdf luBIS12-ISO8859-1.bdf luBIS12-ISO8859-2.bdf luBIS12-ISO8859-3.bdf luBIS12-ISO8859-4.bdf luBIS12-ISO8859-9.bdf luBIS12-ISO8859-10.bdf luBIS12-ISO8859-13.bdf luBIS12-ISO8859-14.bdf luBIS12-ISO8859-15.bdf luBIS14-ISO8859-1.bdf luBIS14-ISO8859-2.bdf luBIS14-ISO8859-3.bdf luBIS14-ISO8859-4.bdf luBIS14-ISO8859-9.bdf luBIS14-ISO8859-10.bdf luBIS14-ISO8859-13.bdf luBIS14-ISO8859-14.bdf luBIS14-ISO8859-15.bdf luBIS18-ISO8859-1.bdf luBIS18-ISO8859-2.bdf luBIS18-ISO8859-3.bdf luBIS18-ISO8859-4.bdf luBIS18-ISO8859-9.bdf luBIS18-ISO8859-10.bdf luBIS18-ISO8859-13.bdf luBIS18-ISO8859-14.bdf luBIS18-ISO8859-15.bdf luBIS19-ISO8859-1.bdf luBIS19-ISO8859-2.bdf luBIS19-ISO8859-3.bdf luBIS19-ISO8859-4.bdf luBIS19-ISO8859-9.bdf luBIS19-ISO8859-10.bdf luBIS19-ISO8859-13.bdf luBIS19-ISO8859-14.bdf luBIS19-ISO8859-15.bdf luBIS24-ISO8859-1.bdf luBIS24-ISO8859-2.bdf luBIS24-ISO8859-3.bdf luBIS24-ISO8859-4.bdf luBIS24-ISO8859-9.bdf luBIS24-ISO8859-10.bdf luBIS24-ISO8859-13.bdf luBIS24-ISO8859-14.bdf luBIS24-ISO8859-15.bdf luBS08-ISO8859-1.bdf luBS08-ISO8859-2.bdf luBS08-ISO8859-3.bdf luBS08-ISO8859-4.bdf luBS08-ISO8859-9.bdf luBS08-ISO8859-10.bdf luBS08-ISO8859-13.bdf luBS08-ISO8859-14.bdf luBS08-ISO8859-15.bdf luBS10-ISO8859-1.bdf luBS10-ISO8859-2.bdf luBS10-ISO8859-3.bdf luBS10-ISO8859-4.bdf luBS10-ISO8859-9.bdf luBS10-ISO8859-10.bdf luBS10-ISO8859-13.bdf luBS10-ISO8859-14.bdf luBS10-ISO8859-15.bdf luBS12-ISO8859-1.bdf luBS12-ISO8859-2.bdf luBS12-ISO8859-3.bdf luBS12-ISO8859-4.bdf luBS12-ISO8859-9.bdf luBS12-ISO8859-10.bdf luBS12-ISO8859-13.bdf luBS12-ISO8859-14.bdf luBS12-ISO8859-15.bdf luBS14-ISO8859-1.bdf luBS14-ISO8859-2.bdf luBS14-ISO8859-3.bdf luBS14-ISO8859-4.bdf luBS14-ISO8859-9.bdf luBS14-ISO8859-10.bdf luBS14-ISO8859-13.bdf luBS14-ISO8859-14.bdf luBS14-ISO8859-15.bdf luBS18-ISO8859-1.bdf luBS18-ISO8859-2.bdf luBS18-ISO8859-3.bdf luBS18-ISO8859-4.bdf luBS18-ISO8859-9.bdf luBS18-ISO8859-10.bdf luBS18-ISO8859-13.bdf luBS18-ISO8859-14.bdf luBS18-ISO8859-15.bdf luBS19-ISO8859-1.bdf luBS19-ISO8859-2.bdf luBS19-ISO8859-3.bdf luBS19-ISO8859-4.bdf luBS19-ISO8859-9.bdf luBS19-ISO8859-10.bdf luBS19-ISO8859-13.bdf luBS19-ISO8859-14.bdf luBS19-ISO8859-15.bdf luBS24-ISO8859-1.bdf luBS24-ISO8859-2.bdf luBS24-ISO8859-3.bdf luBS24-ISO8859-4.bdf luBS24-ISO8859-9.bdf luBS24-ISO8859-10.bdf luBS24-ISO8859-13.bdf luBS24-ISO8859-14.bdf luBS24-ISO8859-15.bdf luIS08-ISO8859-1.bdf luIS08-ISO8859-2.bdf luIS08-ISO8859-3.bdf luIS08-ISO8859-4.bdf luIS08-ISO8859-9.bdf luIS08-ISO8859-10.bdf luIS08-ISO8859-13.bdf luIS08-ISO8859-14.bdf luIS08-ISO8859-15.bdf luIS10-ISO8859-1.bdf luIS10-ISO8859-2.bdf luIS10-ISO8859-3.bdf luIS10-ISO8859-4.bdf luIS10-ISO8859-9.bdf luIS10-ISO8859-10.bdf luIS10-ISO8859-13.bdf luIS10-ISO8859-14.bdf luIS10-ISO8859-15.bdf luIS12-ISO8859-1.bdf luIS12-ISO8859-2.bdf luIS12-ISO8859-3.bdf luIS12-ISO8859-4.bdf luIS12-ISO8859-9.bdf luIS12-ISO8859-10.bdf luIS12-ISO8859-13.bdf luIS12-ISO8859-14.bdf luIS12-ISO8859-15.bdf luIS14-ISO8859-1.bdf luIS14-ISO8859-2.bdf luIS14-ISO8859-3.bdf luIS14-ISO8859-4.bdf luIS14-ISO8859-9.bdf luIS14-ISO8859-10.bdf luIS14-ISO8859-13.bdf luIS14-ISO8859-14.bdf luIS14-ISO8859-15.bdf luIS18-ISO8859-1.bdf luIS18-ISO8859-2.bdf luIS18-ISO8859-3.bdf luIS18-ISO8859-4.bdf luIS18-ISO8859-9.bdf luIS18-ISO8859-10.bdf luIS18-ISO8859-13.bdf luIS18-ISO8859-14.bdf luIS18-ISO8859-15.bdf luIS19-ISO8859-1.bdf luIS19-ISO8859-2.bdf luIS19-ISO8859-3.bdf luIS19-ISO8859-4.bdf luIS19-ISO8859-9.bdf luIS19-ISO8859-10.bdf luIS19-ISO8859-13.bdf luIS19-ISO8859-14.bdf luIS19-ISO8859-15.bdf luIS24-ISO8859-1.bdf luIS24-ISO8859-2.bdf luIS24-ISO8859-3.bdf luIS24-ISO8859-4.bdf luIS24-ISO8859-9.bdf luIS24-ISO8859-10.bdf luIS24-ISO8859-13.bdf luIS24-ISO8859-14.bdf luIS24-ISO8859-15.bdf luRS08-ISO8859-1.bdf luRS08-ISO8859-2.bdf luRS08-ISO8859-3.bdf luRS08-ISO8859-4.bdf luRS08-ISO8859-9.bdf luRS08-ISO8859-10.bdf luRS08-ISO8859-13.bdf luRS08-ISO8859-14.bdf luRS08-ISO8859-15.bdf luRS10-ISO8859-1.bdf luRS10-ISO8859-2.bdf luRS10-ISO8859-3.bdf luRS10-ISO8859-4.bdf luRS10-ISO8859-9.bdf luRS10-ISO8859-10.bdf luRS10-ISO8859-13.bdf luRS10-ISO8859-14.bdf luRS10-ISO8859-15.bdf luRS12-ISO8859-1.bdf luRS12-ISO8859-2.bdf luRS12-ISO8859-3.bdf luRS12-ISO8859-4.bdf luRS12-ISO8859-9.bdf luRS12-ISO8859-10.bdf luRS12-ISO8859-13.bdf luRS12-ISO8859-14.bdf luRS12-ISO8859-15.bdf luRS14-ISO8859-1.bdf luRS14-ISO8859-2.bdf luRS14-ISO8859-3.bdf luRS14-ISO8859-4.bdf luRS14-ISO8859-9.bdf luRS14-ISO8859-10.bdf luRS14-ISO8859-13.bdf luRS14-ISO8859-14.bdf luRS14-ISO8859-15.bdf luRS18-ISO8859-1.bdf luRS18-ISO8859-2.bdf luRS18-ISO8859-3.bdf luRS18-ISO8859-4.bdf luRS18-ISO8859-9.bdf luRS18-ISO8859-10.bdf luRS18-ISO8859-13.bdf luRS18-ISO8859-14.bdf luRS18-ISO8859-15.bdf luRS19-ISO8859-1.bdf luRS19-ISO8859-2.bdf luRS19-ISO8859-3.bdf luRS19-ISO8859-4.bdf luRS19-ISO8859-9.bdf luRS19-ISO8859-10.bdf luRS19-ISO8859-13.bdf luRS19-ISO8859-14.bdf luRS19-ISO8859-15.bdf luRS24-ISO8859-1.bdf luRS24-ISO8859-2.bdf luRS24-ISO8859-3.bdf luRS24-ISO8859-4.bdf luRS24-ISO8859-9.bdf luRS24-ISO8859-10.bdf luRS24-ISO8859-13.bdf luRS24-ISO8859-14.bdf luRS24-ISO8859-15.bdf lubB08-ISO8859-1.bdf lubB08-ISO8859-2.bdf lubB08-ISO8859-3.bdf lubB08-ISO8859-4.bdf lubB08-ISO8859-9.bdf lubB08-ISO8859-10.bdf lubB08-ISO8859-13.bdf lubB08-ISO8859-14.bdf lubB08-ISO8859-15.bdf lubB10-ISO8859-1.bdf lubB10-ISO8859-2.bdf lubB10-ISO8859-3.bdf lubB10-ISO8859-4.bdf lubB10-ISO8859-9.bdf lubB10-ISO8859-10.bdf lubB10-ISO8859-13.bdf lubB10-ISO8859-14.bdf lubB10-ISO8859-15.bdf lubB12-ISO8859-1.bdf lubB12-ISO8859-2.bdf lubB12-ISO8859-3.bdf lubB12-ISO8859-4.bdf lubB12-ISO8859-9.bdf lubB12-ISO8859-10.bdf lubB12-ISO8859-13.bdf lubB12-ISO8859-14.bdf lubB12-ISO8859-15.bdf lubB14-ISO8859-1.bdf lubB14-ISO8859-2.bdf lubB14-ISO8859-3.bdf lubB14-ISO8859-4.bdf lubB14-ISO8859-9.bdf lubB14-ISO8859-10.bdf lubB14-ISO8859-13.bdf lubB14-ISO8859-14.bdf lubB14-ISO8859-15.bdf lubB18-ISO8859-1.bdf lubB18-ISO8859-2.bdf lubB18-ISO8859-3.bdf lubB18-ISO8859-4.bdf lubB18-ISO8859-9.bdf lubB18-ISO8859-10.bdf lubB18-ISO8859-13.bdf lubB18-ISO8859-14.bdf lubB18-ISO8859-15.bdf lubB19-ISO8859-1.bdf lubB19-ISO8859-2.bdf lubB19-ISO8859-3.bdf lubB19-ISO8859-4.bdf lubB19-ISO8859-9.bdf lubB19-ISO8859-10.bdf lubB19-ISO8859-13.bdf lubB19-ISO8859-14.bdf lubB19-ISO8859-15.bdf lubB24-ISO8859-1.bdf lubB24-ISO8859-2.bdf lubB24-ISO8859-3.bdf lubB24-ISO8859-4.bdf lubB24-ISO8859-9.bdf lubB24-ISO8859-10.bdf lubB24-ISO8859-13.bdf lubB24-ISO8859-14.bdf lubB24-ISO8859-15.bdf lubBI08-ISO8859-1.bdf lubBI08-ISO8859-2.bdf lubBI08-ISO8859-3.bdf lubBI08-ISO8859-4.bdf lubBI08-ISO8859-9.bdf lubBI08-ISO8859-10.bdf lubBI08-ISO8859-13.bdf lubBI08-ISO8859-14.bdf lubBI08-ISO8859-15.bdf lubBI10-ISO8859-1.bdf lubBI10-ISO8859-2.bdf lubBI10-ISO8859-3.bdf lubBI10-ISO8859-4.bdf lubBI10-ISO8859-9.bdf lubBI10-ISO8859-10.bdf lubBI10-ISO8859-13.bdf lubBI10-ISO8859-14.bdf lubBI10-ISO8859-15.bdf lubBI12-ISO8859-1.bdf lubBI12-ISO8859-2.bdf lubBI12-ISO8859-3.bdf lubBI12-ISO8859-4.bdf lubBI12-ISO8859-9.bdf lubBI12-ISO8859-10.bdf lubBI12-ISO8859-13.bdf lubBI12-ISO8859-14.bdf lubBI12-ISO8859-15.bdf lubBI14-ISO8859-1.bdf lubBI14-ISO8859-2.bdf lubBI14-ISO8859-3.bdf lubBI14-ISO8859-4.bdf lubBI14-ISO8859-9.bdf lubBI14-ISO8859-10.bdf lubBI14-ISO8859-13.bdf lubBI14-ISO8859-14.bdf lubBI14-ISO8859-15.bdf lubBI18-ISO8859-1.bdf lubBI18-ISO8859-2.bdf lubBI18-ISO8859-3.bdf lubBI18-ISO8859-4.bdf lubBI18-ISO8859-9.bdf lubBI18-ISO8859-10.bdf lubBI18-ISO8859-13.bdf lubBI18-ISO8859-14.bdf lubBI18-ISO8859-15.bdf lubBI19-ISO8859-1.bdf lubBI19-ISO8859-2.bdf lubBI19-ISO8859-3.bdf lubBI19-ISO8859-4.bdf lubBI19-ISO8859-9.bdf lubBI19-ISO8859-10.bdf lubBI19-ISO8859-13.bdf lubBI19-ISO8859-14.bdf lubBI19-ISO8859-15.bdf lubBI24-ISO8859-1.bdf lubBI24-ISO8859-2.bdf lubBI24-ISO8859-3.bdf lubBI24-ISO8859-4.bdf lubBI24-ISO8859-9.bdf lubBI24-ISO8859-10.bdf lubBI24-ISO8859-13.bdf lubBI24-ISO8859-14.bdf lubBI24-ISO8859-15.bdf lubI08-ISO8859-1.bdf lubI08-ISO8859-2.bdf lubI08-ISO8859-3.bdf lubI08-ISO8859-4.bdf lubI08-ISO8859-9.bdf lubI08-ISO8859-10.bdf lubI08-ISO8859-13.bdf lubI08-ISO8859-14.bdf lubI08-ISO8859-15.bdf lubI10-ISO8859-1.bdf lubI10-ISO8859-2.bdf lubI10-ISO8859-3.bdf lubI10-ISO8859-4.bdf lubI10-ISO8859-9.bdf lubI10-ISO8859-10.bdf lubI10-ISO8859-13.bdf lubI10-ISO8859-14.bdf lubI10-ISO8859-15.bdf lubI12-ISO8859-1.bdf lubI12-ISO8859-2.bdf lubI12-ISO8859-3.bdf lubI12-ISO8859-4.bdf lubI12-ISO8859-9.bdf lubI12-ISO8859-10.bdf lubI12-ISO8859-13.bdf lubI12-ISO8859-14.bdf lubI12-ISO8859-15.bdf lubI14-ISO8859-1.bdf lubI14-ISO8859-2.bdf lubI14-ISO8859-3.bdf lubI14-ISO8859-4.bdf lubI14-ISO8859-9.bdf lubI14-ISO8859-10.bdf lubI14-ISO8859-13.bdf lubI14-ISO8859-14.bdf lubI14-ISO8859-15.bdf lubI18-ISO8859-1.bdf lubI18-ISO8859-2.bdf lubI18-ISO8859-3.bdf lubI18-ISO8859-4.bdf lubI18-ISO8859-9.bdf lubI18-ISO8859-10.bdf lubI18-ISO8859-13.bdf lubI18-ISO8859-14.bdf lubI18-ISO8859-15.bdf lubI19-ISO8859-1.bdf lubI19-ISO8859-2.bdf lubI19-ISO8859-3.bdf lubI19-ISO8859-4.bdf lubI19-ISO8859-9.bdf lubI19-ISO8859-10.bdf lubI19-ISO8859-13.bdf lubI19-ISO8859-14.bdf lubI19-ISO8859-15.bdf lubI24-ISO8859-1.bdf lubI24-ISO8859-2.bdf lubI24-ISO8859-3.bdf lubI24-ISO8859-4.bdf lubI24-ISO8859-9.bdf lubI24-ISO8859-10.bdf lubI24-ISO8859-13.bdf lubI24-ISO8859-14.bdf lubI24-ISO8859-15.bdf lubR08-ISO8859-1.bdf lubR08-ISO8859-2.bdf lubR08-ISO8859-3.bdf lubR08-ISO8859-4.bdf lubR08-ISO8859-9.bdf lubR08-ISO8859-10.bdf lubR08-ISO8859-13.bdf lubR08-ISO8859-14.bdf lubR08-ISO8859-15.bdf lubR10-ISO8859-1.bdf lubR10-ISO8859-2.bdf lubR10-ISO8859-3.bdf lubR10-ISO8859-4.bdf lubR10-ISO8859-9.bdf lubR10-ISO8859-10.bdf lubR10-ISO8859-13.bdf lubR10-ISO8859-14.bdf lubR10-ISO8859-15.bdf lubR12-ISO8859-1.bdf lubR12-ISO8859-2.bdf lubR12-ISO8859-3.bdf lubR12-ISO8859-4.bdf lubR12-ISO8859-9.bdf lubR12-ISO8859-10.bdf lubR12-ISO8859-13.bdf lubR12-ISO8859-14.bdf lubR12-ISO8859-15.bdf lubR14-ISO8859-1.bdf lubR14-ISO8859-2.bdf lubR14-ISO8859-3.bdf lubR14-ISO8859-4.bdf lubR14-ISO8859-9.bdf lubR14-ISO8859-10.bdf lubR14-ISO8859-13.bdf lubR14-ISO8859-14.bdf lubR14-ISO8859-15.bdf lubR18-ISO8859-1.bdf lubR18-ISO8859-2.bdf lubR18-ISO8859-3.bdf lubR18-ISO8859-4.bdf lubR18-ISO8859-9.bdf lubR18-ISO8859-10.bdf lubR18-ISO8859-13.bdf lubR18-ISO8859-14.bdf lubR18-ISO8859-15.bdf lubR19-ISO8859-1.bdf lubR19-ISO8859-2.bdf lubR19-ISO8859-3.bdf lubR19-ISO8859-4.bdf lubR19-ISO8859-9.bdf lubR19-ISO8859-10.bdf lubR19-ISO8859-13.bdf lubR19-ISO8859-14.bdf lubR19-ISO8859-15.bdf lubR24-ISO8859-1.bdf lubR24-ISO8859-2.bdf lubR24-ISO8859-3.bdf lubR24-ISO8859-4.bdf lubR24-ISO8859-9.bdf lubR24-ISO8859-10.bdf lubR24-ISO8859-13.bdf lubR24-ISO8859-14.bdf lubR24-ISO8859-15.bdf --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_ntfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_ntfs mount_ntfs.o fattr.o pathadj.o mount_ntfs.ln fattr.ln pathadj.ln || true) --- cleandir-external --- rm -f luBIS08-ISO8859-1.pcf.gz luBIS08-ISO8859-2.pcf.gz luBIS08-ISO8859-3.pcf.gz luBIS08-ISO8859-4.pcf.gz luBIS08-ISO8859-9.pcf.gz luBIS08-ISO8859-10.pcf.gz luBIS08-ISO8859-13.pcf.gz luBIS08-ISO8859-14.pcf.gz luBIS08-ISO8859-15.pcf.gz luBIS10-ISO8859-1.pcf.gz luBIS10-ISO8859-2.pcf.gz luBIS10-ISO8859-3.pcf.gz luBIS10-ISO8859-4.pcf.gz luBIS10-ISO8859-9.pcf.gz luBIS10-ISO8859-10.pcf.gz luBIS10-ISO8859-13.pcf.gz luBIS10-ISO8859-14.pcf.gz luBIS10-ISO8859-15.pcf.gz luBIS12-ISO8859-1.pcf.gz luBIS12-ISO8859-2.pcf.gz luBIS12-ISO8859-3.pcf.gz luBIS12-ISO8859-4.pcf.gz luBIS12-ISO8859-9.pcf.gz luBIS12-ISO8859-10.pcf.gz luBIS12-ISO8859-13.pcf.gz luBIS12-ISO8859-14.pcf.gz luBIS12-ISO8859-15.pcf.gz luBIS14-ISO8859-1.pcf.gz luBIS14-ISO8859-2.pcf.gz luBIS14-ISO8859-3.pcf.gz luBIS14-ISO8859-4.pcf.gz luBIS14-ISO8859-9.pcf.gz luBIS14-ISO8859-10.pcf.gz luBIS14-ISO8859-13.pcf.gz luBIS14-ISO8859-14.pcf.gz luBIS14-ISO8859-15.pcf.gz luBIS18-ISO8859-1.pcf.gz luBIS18-ISO8859-2.pcf.gz luBIS18-ISO8859-3.pcf.gz luBIS18-ISO8859-4.pcf.gz luBIS18-ISO8859-9.pcf.gz luBIS18-ISO8859-10.pcf.gz luBIS18-ISO8859-13.pcf.gz luBIS18-ISO8859-14.pcf.gz luBIS18-ISO8859-15.pcf.gz luBIS19-ISO8859-1.pcf.gz luBIS19-ISO8859-2.pcf.gz luBIS19-ISO8859-3.pcf.gz luBIS19-ISO8859-4.pcf.gz luBIS19-ISO8859-9.pcf.gz luBIS19-ISO8859-10.pcf.gz luBIS19-ISO8859-13.pcf.gz luBIS19-ISO8859-14.pcf.gz luBIS19-ISO8859-15.pcf.gz luBIS24-ISO8859-1.pcf.gz luBIS24-ISO8859-2.pcf.gz luBIS24-ISO8859-3.pcf.gz luBIS24-ISO8859-4.pcf.gz luBIS24-ISO8859-9.pcf.gz luBIS24-ISO8859-10.pcf.gz luBIS24-ISO8859-13.pcf.gz luBIS24-ISO8859-14.pcf.gz luBIS24-ISO8859-15.pcf.gz luBS08-ISO8859-1.pcf.gz luBS08-ISO8859-2.pcf.gz luBS08-ISO8859-3.pcf.gz luBS08-ISO8859-4.pcf.gz luBS08-ISO8859-9.pcf.gz luBS08-ISO8859-10.pcf.gz luBS08-ISO8859-13.pcf.gz luBS08-ISO8859-14.pcf.gz luBS08-ISO8859-15.pcf.gz luBS10-ISO8859-1.pcf.gz luBS10-ISO8859-2.pcf.gz luBS10-ISO8859-3.pcf.gz luBS10-ISO8859-4.pcf.gz luBS10-ISO8859-9.pcf.gz luBS10-ISO8859-10.pcf.gz luBS10-ISO8859-13.pcf.gz luBS10-ISO8859-14.pcf.gz luBS10-ISO8859-15.pcf.gz luBS12-ISO8859-1.pcf.gz luBS12-ISO8859-2.pcf.gz luBS12-ISO8859-3.pcf.gz luBS12-ISO8859-4.pcf.gz luBS12-ISO8859-9.pcf.gz luBS12-ISO8859-10.pcf.gz luBS12-ISO8859-13.pcf.gz luBS12-ISO8859-14.pcf.gz luBS12-ISO8859-15.pcf.gz luBS14-ISO8859-1.pcf.gz luBS14-ISO8859-2.pcf.gz luBS14-ISO8859-3.pcf.gz luBS14-ISO8859-4.pcf.gz luBS14-ISO8859-9.pcf.gz luBS14-ISO8859-10.pcf.gz luBS14-ISO8859-13.pcf.gz luBS14-ISO8859-14.pcf.gz luBS14-ISO8859-15.pcf.gz luBS18-ISO8859-1.pcf.gz luBS18-ISO8859-2.pcf.gz luBS18-ISO8859-3.pcf.gz luBS18-ISO8859-4.pcf.gz luBS18-ISO8859-9.pcf.gz luBS18-ISO8859-10.pcf.gz luBS18-ISO8859-13.pcf.gz luBS18-ISO8859-14.pcf.gz luBS18-ISO8859-15.pcf.gz luBS19-ISO8859-1.pcf.gz luBS19-ISO8859-2.pcf.gz luBS19-ISO8859-3.pcf.gz luBS19-ISO8859-4.pcf.gz luBS19-ISO8859-9.pcf.gz luBS19-ISO8859-10.pcf.gz luBS19-ISO8859-13.pcf.gz luBS19-ISO8859-14.pcf.gz luBS19-ISO8859-15.pcf.gz luBS24-ISO8859-1.pcf.gz luBS24-ISO8859-2.pcf.gz luBS24-ISO8859-3.pcf.gz luBS24-ISO8859-4.pcf.gz luBS24-ISO8859-9.pcf.gz luBS24-ISO8859-10.pcf.gz luBS24-ISO8859-13.pcf.gz luBS24-ISO8859-14.pcf.gz luBS24-ISO8859-15.pcf.gz luIS08-ISO8859-1.pcf.gz luIS08-ISO8859-2.pcf.gz luIS08-ISO8859-3.pcf.gz luIS08-ISO8859-4.pcf.gz luIS08-ISO8859-9.pcf.gz luIS08-ISO8859-10.pcf.gz luIS08-ISO8859-13.pcf.gz luIS08-ISO8859-14.pcf.gz luIS08-ISO8859-15.pcf.gz luIS10-ISO8859-1.pcf.gz luIS10-ISO8859-2.pcf.gz luIS10-ISO8859-3.pcf.gz luIS10-ISO8859-4.pcf.gz luIS10-ISO8859-9.pcf.gz luIS10-ISO8859-10.pcf.gz luIS10-ISO8859-13.pcf.gz luIS10-ISO8859-14.pcf.gz luIS10-ISO8859-15.pcf.gz luIS12-ISO8859-1.pcf.gz luIS12-ISO8859-2.pcf.gz luIS12-ISO8859-3.pcf.gz luIS12-ISO8859-4.pcf.gz luIS12-ISO8859-9.pcf.gz luIS12-ISO8859-10.pcf.gz luIS12-ISO8859-13.pcf.gz luIS12-ISO8859-14.pcf.gz luIS12-ISO8859-15.pcf.gz luIS14-ISO8859-1.pcf.gz luIS14-ISO8859-2.pcf.gz luIS14-ISO8859-3.pcf.gz luIS14-ISO8859-4.pcf.gz luIS14-ISO8859-9.pcf.gz luIS14-ISO8859-10.pcf.gz luIS14-ISO8859-13.pcf.gz luIS14-ISO8859-14.pcf.gz luIS14-ISO8859-15.pcf.gz luIS18-ISO8859-1.pcf.gz luIS18-ISO8859-2.pcf.gz luIS18-ISO8859-3.pcf.gz luIS18-ISO8859-4.pcf.gz luIS18-ISO8859-9.pcf.gz luIS18-ISO8859-10.pcf.gz luIS18-ISO8859-13.pcf.gz luIS18-ISO8859-14.pcf.gz luIS18-ISO8859-15.pcf.gz luIS19-ISO8859-1.pcf.gz luIS19-ISO8859-2.pcf.gz luIS19-ISO8859-3.pcf.gz luIS19-ISO8859-4.pcf.gz luIS19-ISO8859-9.pcf.gz luIS19-ISO8859-10.pcf.gz luIS19-ISO8859-13.pcf.gz luIS19-ISO8859-14.pcf.gz luIS19-ISO8859-15.pcf.gz luIS24-ISO8859-1.pcf.gz luIS24-ISO8859-2.pcf.gz luIS24-ISO8859-3.pcf.gz luIS24-ISO8859-4.pcf.gz luIS24-ISO8859-9.pcf.gz luIS24-ISO8859-10.pcf.gz luIS24-ISO8859-13.pcf.gz luIS24-ISO8859-14.pcf.gz luIS24-ISO8859-15.pcf.gz luRS08-ISO8859-1.pcf.gz luRS08-ISO8859-2.pcf.gz luRS08-ISO8859-3.pcf.gz luRS08-ISO8859-4.pcf.gz luRS08-ISO8859-9.pcf.gz luRS08-ISO8859-10.pcf.gz luRS08-ISO8859-13.pcf.gz luRS08-ISO8859-14.pcf.gz luRS08-ISO8859-15.pcf.gz luRS10-ISO8859-1.pcf.gz luRS10-ISO8859-2.pcf.gz luRS10-ISO8859-3.pcf.gz luRS10-ISO8859-4.pcf.gz luRS10-ISO8859-9.pcf.gz luRS10-ISO8859-10.pcf.gz luRS10-ISO8859-13.pcf.gz luRS10-ISO8859-14.pcf.gz luRS10-ISO8859-15.pcf.gz luRS12-ISO8859-1.pcf.gz luRS12-ISO8859-2.pcf.gz luRS12-ISO8859-3.pcf.gz luRS12-ISO8859-4.pcf.gz luRS12-ISO8859-9.pcf.gz luRS12-ISO8859-10.pcf.gz luRS12-ISO8859-13.pcf.gz luRS12-ISO8859-14.pcf.gz luRS12-ISO8859-15.pcf.gz luRS14-ISO8859-1.pcf.gz luRS14-ISO8859-2.pcf.gz luRS14-ISO8859-3.pcf.gz luRS14-ISO8859-4.pcf.gz luRS14-ISO8859-9.pcf.gz luRS14-ISO8859-10.pcf.gz luRS14-ISO8859-13.pcf.gz luRS14-ISO8859-14.pcf.gz luRS14-ISO8859-15.pcf.gz luRS18-ISO8859-1.pcf.gz luRS18-ISO8859-2.pcf.gz luRS18-ISO8859-3.pcf.gz luRS18-ISO8859-4.pcf.gz luRS18-ISO8859-9.pcf.gz luRS18-ISO8859-10.pcf.gz luRS18-ISO8859-13.pcf.gz luRS18-ISO8859-14.pcf.gz luRS18-ISO8859-15.pcf.gz luRS19-ISO8859-1.pcf.gz luRS19-ISO8859-2.pcf.gz luRS19-ISO8859-3.pcf.gz luRS19-ISO8859-4.pcf.gz luRS19-ISO8859-9.pcf.gz luRS19-ISO8859-10.pcf.gz luRS19-ISO8859-13.pcf.gz luRS19-ISO8859-14.pcf.gz luRS19-ISO8859-15.pcf.gz luRS24-ISO8859-1.pcf.gz luRS24-ISO8859-2.pcf.gz luRS24-ISO8859-3.pcf.gz luRS24-ISO8859-4.pcf.gz luRS24-ISO8859-9.pcf.gz luRS24-ISO8859-10.pcf.gz luRS24-ISO8859-13.pcf.gz luRS24-ISO8859-14.pcf.gz luRS24-ISO8859-15.pcf.gz lubB08-ISO8859-1.pcf.gz lubB08-ISO8859-2.pcf.gz lubB08-ISO8859-3.pcf.gz lubB08-ISO8859-4.pcf.gz lubB08-ISO8859-9.pcf.gz lubB08-ISO8859-10.pcf.gz lubB08-ISO8859-13.pcf.gz lubB08-ISO8859-14.pcf.gz lubB08-ISO8859-15.pcf.gz lubB10-ISO8859-1.pcf.gz lubB10-ISO8859-2.pcf.gz lubB10-ISO8859-3.pcf.gz lubB10-ISO8859-4.pcf.gz lubB10-ISO8859-9.pcf.gz lubB10-ISO8859-10.pcf.gz lubB10-ISO8859-13.pcf.gz lubB10-ISO8859-14.pcf.gz lubB10-ISO8859-15.pcf.gz lubB12-ISO8859-1.pcf.gz lubB12-ISO8859-2.pcf.gz lubB12-ISO8859-3.pcf.gz lubB12-ISO8859-4.pcf.gz lubB12-ISO8859-9.pcf.gz lubB12-ISO8859-10.pcf.gz lubB12-ISO8859-13.pcf.gz lubB12-ISO8859-14.pcf.gz lubB12-ISO8859-15.pcf.gz lubB14-ISO8859-1.pcf.gz lubB14-ISO8859-2.pcf.gz lubB14-ISO8859-3.pcf.gz lubB14-ISO8859-4.pcf.gz lubB14-ISO8859-9.pcf.gz lubB14-ISO8859-10.pcf.gz lubB14-ISO8859-13.pcf.gz lubB14-ISO8859-14.pcf.gz lubB14-ISO8859-15.pcf.gz lubB18-ISO8859-1.pcf.gz lubB18-ISO8859-2.pcf.gz lubB18-ISO8859-3.pcf.gz lubB18-ISO8859-4.pcf.gz lubB18-ISO8859-9.pcf.gz lubB18-ISO8859-10.pcf.gz lubB18-ISO8859-13.pcf.gz lubB18-ISO8859-14.pcf.gz lubB18-ISO8859-15.pcf.gz lubB19-ISO8859-1.pcf.gz lubB19-ISO8859-2.pcf.gz lubB19-ISO8859-3.pcf.gz lubB19-ISO8859-4.pcf.gz lubB19-ISO8859-9.pcf.gz lubB19-ISO8859-10.pcf.gz lubB19-ISO8859-13.pcf.gz lubB19-ISO8859-14.pcf.gz lubB19-ISO8859-15.pcf.gz lubB24-ISO8859-1.pcf.gz lubB24-ISO8859-2.pcf.gz lubB24-ISO8859-3.pcf.gz lubB24-ISO8859-4.pcf.gz lubB24-ISO8859-9.pcf.gz lubB24-ISO8859-10.pcf.gz lubB24-ISO8859-13.pcf.gz lubB24-ISO8859-14.pcf.gz lubB24-ISO8859-15.pcf.gz lubBI08-ISO8859-1.pcf.gz lubBI08-ISO8859-2.pcf.gz lubBI08-ISO8859-3.pcf.gz lubBI08-ISO8859-4.pcf.gz lubBI08-ISO8859-9.pcf.gz lubBI08-ISO8859-10.pcf.gz lubBI08-ISO8859-13.pcf.gz lubBI08-ISO8859-14.pcf.gz lubBI08-ISO8859-15.pcf.gz lubBI10-ISO8859-1.pcf.gz lubBI10-ISO8859-2.pcf.gz lubBI10-ISO8859-3.pcf.gz lubBI10-ISO8859-4.pcf.gz lubBI10-ISO8859-9.pcf.gz lubBI10-ISO8859-10.pcf.gz lubBI10-ISO8859-13.pcf.gz lubBI10-ISO8859-14.pcf.gz lubBI10-ISO8859-15.pcf.gz lubBI12-ISO8859-1.pcf.gz lubBI12-ISO8859-2.pcf.gz lubBI12-ISO8859-3.pcf.gz lubBI12-ISO8859-4.pcf.gz lubBI12-ISO8859-9.pcf.gz lubBI12-ISO8859-10.pcf.gz lubBI12-ISO8859-13.pcf.gz lubBI12-ISO8859-14.pcf.gz lubBI12-ISO8859-15.pcf.gz lubBI14-ISO8859-1.pcf.gz lubBI14-ISO8859-2.pcf.gz lubBI14-ISO8859-3.pcf.gz lubBI14-ISO8859-4.pcf.gz lubBI14-ISO8859-9.pcf.gz lubBI14-ISO8859-10.pcf.gz lubBI14-ISO8859-13.pcf.gz lubBI14-ISO8859-14.pcf.gz lubBI14-ISO8859-15.pcf.gz lubBI18-ISO8859-1.pcf.gz lubBI18-ISO8859-2.pcf.gz lubBI18-ISO8859-3.pcf.gz lubBI18-ISO8859-4.pcf.gz lubBI18-ISO8859-9.pcf.gz lubBI18-ISO8859-10.pcf.gz lubBI18-ISO8859-13.pcf.gz lubBI18-ISO8859-14.pcf.gz lubBI18-ISO8859-15.pcf.gz lubBI19-ISO8859-1.pcf.gz lubBI19-ISO8859-2.pcf.gz lubBI19-ISO8859-3.pcf.gz lubBI19-ISO8859-4.pcf.gz lubBI19-ISO8859-9.pcf.gz lubBI19-ISO8859-10.pcf.gz lubBI19-ISO8859-13.pcf.gz lubBI19-ISO8859-14.pcf.gz lubBI19-ISO8859-15.pcf.gz lubBI24-ISO8859-1.pcf.gz lubBI24-ISO8859-2.pcf.gz lubBI24-ISO8859-3.pcf.gz lubBI24-ISO8859-4.pcf.gz lubBI24-ISO8859-9.pcf.gz lubBI24-ISO8859-10.pcf.gz lubBI24-ISO8859-13.pcf.gz lubBI24-ISO8859-14.pcf.gz lubBI24-ISO8859-15.pcf.gz lubI08-ISO8859-1.pcf.gz lubI08-ISO8859-2.pcf.gz lubI08-ISO8859-3.pcf.gz lubI08-ISO8859-4.pcf.gz lubI08-ISO8859-9.pcf.gz lubI08-ISO8859-10.pcf.gz lubI08-ISO8859-13.pcf.gz lubI08-ISO8859-14.pcf.gz lubI08-ISO8859-15.pcf.gz lubI10-ISO8859-1.pcf.gz lubI10-ISO8859-2.pcf.gz lubI10-ISO8859-3.pcf.gz lubI10-ISO8859-4.pcf.gz lubI10-ISO8859-9.pcf.gz lubI10-ISO8859-10.pcf.gz lubI10-ISO8859-13.pcf.gz lubI10-ISO8859-14.pcf.gz lubI10-ISO8859-15.pcf.gz lubI12-ISO8859-1.pcf.gz lubI12-ISO8859-2.pcf.gz lubI12-ISO8859-3.pcf.gz lubI12-ISO8859-4.pcf.gz lubI12-ISO8859-9.pcf.gz lubI12-ISO8859-10.pcf.gz lubI12-ISO8859-13.pcf.gz lubI12-ISO8859-14.pcf.gz lubI12-ISO8859-15.pcf.gz lubI14-ISO8859-1.pcf.gz lubI14-ISO8859-2.pcf.gz lubI14-ISO8859-3.pcf.gz lubI14-ISO8859-4.pcf.gz lubI14-ISO8859-9.pcf.gz lubI14-ISO8859-10.pcf.gz lubI14-ISO8859-13.pcf.gz lubI14-ISO8859-14.pcf.gz lubI14-ISO8859-15.pcf.gz lubI18-ISO8859-1.pcf.gz lubI18-ISO8859-2.pcf.gz lubI18-ISO8859-3.pcf.gz lubI18-ISO8859-4.pcf.gz lubI18-ISO8859-9.pcf.gz lubI18-ISO8859-10.pcf.gz lubI18-ISO8859-13.pcf.gz lubI18-ISO8859-14.pcf.gz lubI18-ISO8859-15.pcf.gz lubI19-ISO8859-1.pcf.gz lubI19-ISO8859-2.pcf.gz lubI19-ISO8859-3.pcf.gz lubI19-ISO8859-4.pcf.gz lubI19-ISO8859-9.pcf.gz lubI19-ISO8859-10.pcf.gz lubI19-ISO8859-13.pcf.gz lubI19-ISO8859-14.pcf.gz lubI19-ISO8859-15.pcf.gz lubI24-ISO8859-1.pcf.gz lubI24-ISO8859-2.pcf.gz lubI24-ISO8859-3.pcf.gz lubI24-ISO8859-4.pcf.gz lubI24-ISO8859-9.pcf.gz lubI24-ISO8859-10.pcf.gz lubI24-ISO8859-13.pcf.gz lubI24-ISO8859-14.pcf.gz lubI24-ISO8859-15.pcf.gz lubR08-ISO8859-1.pcf.gz lubR08-ISO8859-2.pcf.gz lubR08-ISO8859-3.pcf.gz lubR08-ISO8859-4.pcf.gz lubR08-ISO8859-9.pcf.gz lubR08-ISO8859-10.pcf.gz lubR08-ISO8859-13.pcf.gz lubR08-ISO8859-14.pcf.gz lubR08-ISO8859-15.pcf.gz lubR10-ISO8859-1.pcf.gz lubR10-ISO8859-2.pcf.gz lubR10-ISO8859-3.pcf.gz lubR10-ISO8859-4.pcf.gz lubR10-ISO8859-9.pcf.gz lubR10-ISO8859-10.pcf.gz lubR10-ISO8859-13.pcf.gz lubR10-ISO8859-14.pcf.gz lubR10-ISO8859-15.pcf.gz lubR12-ISO8859-1.pcf.gz lubR12-ISO8859-2.pcf.gz lubR12-ISO8859-3.pcf.gz lubR12-ISO8859-4.pcf.gz lubR12-ISO8859-9.pcf.gz lubR12-ISO8859-10.pcf.gz lubR12-ISO8859-13.pcf.gz lubR12-ISO8859-14.pcf.gz lubR12-ISO8859-15.pcf.gz lubR14-ISO8859-1.pcf.gz lubR14-ISO8859-2.pcf.gz lubR14-ISO8859-3.pcf.gz lubR14-ISO8859-4.pcf.gz lubR14-ISO8859-9.pcf.gz lubR14-ISO8859-10.pcf.gz lubR14-ISO8859-13.pcf.gz lubR14-ISO8859-14.pcf.gz lubR14-ISO8859-15.pcf.gz lubR18-ISO8859-1.pcf.gz lubR18-ISO8859-2.pcf.gz lubR18-ISO8859-3.pcf.gz lubR18-ISO8859-4.pcf.gz lubR18-ISO8859-9.pcf.gz lubR18-ISO8859-10.pcf.gz lubR18-ISO8859-13.pcf.gz lubR18-ISO8859-14.pcf.gz lubR18-ISO8859-15.pcf.gz lubR19-ISO8859-1.pcf.gz lubR19-ISO8859-2.pcf.gz lubR19-ISO8859-3.pcf.gz lubR19-ISO8859-4.pcf.gz lubR19-ISO8859-9.pcf.gz lubR19-ISO8859-10.pcf.gz lubR19-ISO8859-13.pcf.gz lubR19-ISO8859-14.pcf.gz lubR19-ISO8859-15.pcf.gz lubR24-ISO8859-1.pcf.gz lubR24-ISO8859-2.pcf.gz lubR24-ISO8859-3.pcf.gz lubR24-ISO8859-4.pcf.gz lubR24-ISO8859-9.pcf.gz lubR24-ISO8859-10.pcf.gz lubR24-ISO8859-13.pcf.gz lubR24-ISO8859-14.pcf.gz lubR24-ISO8859-15.pcf.gz --- __docleandir --- --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_ntfs && rm -f mount_ntfs.html8 .depend fattr.d mount_ntfs.d pathadj.d fattr.d.tmp mount_ntfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleandir-font-bh-lucidatypewriter-75dpi --- cleandir ===> external/mit/xorg/share/fonts/75dpi/font-bh-lucidatypewriter-75dpi --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_ntfs && rm -f mount_ntfs.html8 .depend fattr.d mount_ntfs.d pathadj.d fattr.d.tmp mount_ntfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_null --- cleandir ===> sbin/mount_null --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_null && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_null mount_null.o pathadj.o mount_null.ln pathadj.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_null && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_null mount_null.o pathadj.o mount_null.ln pathadj.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/75dpi/font-bh-lucidatypewriter-75dpi && rm -f lutBS08-ISO8859-1.pcf.gz.tmp lutBS08-ISO8859-2.pcf.gz.tmp lutBS08-ISO8859-3.pcf.gz.tmp lutBS08-ISO8859-4.pcf.gz.tmp lutBS08-ISO8859-9.pcf.gz.tmp lutBS08-ISO8859-10.pcf.gz.tmp lutBS08-ISO8859-13.pcf.gz.tmp lutBS08-ISO8859-14.pcf.gz.tmp lutBS08-ISO8859-15.pcf.gz.tmp lutBS10-ISO8859-1.pcf.gz.tmp lutBS10-ISO8859-2.pcf.gz.tmp lutBS10-ISO8859-3.pcf.gz.tmp lutBS10-ISO8859-4.pcf.gz.tmp lutBS10-ISO8859-9.pcf.gz.tmp lutBS10-ISO8859-10.pcf.gz.tmp lutBS10-ISO8859-13.pcf.gz.tmp lutBS10-ISO8859-14.pcf.gz.tmp lutBS10-ISO8859-15.pcf.gz.tmp lutBS12-ISO8859-1.pcf.gz.tmp lutBS12-ISO8859-2.pcf.gz.tmp lutBS12-ISO8859-3.pcf.gz.tmp lutBS12-ISO8859-4.pcf.gz.tmp lutBS12-ISO8859-9.pcf.gz.tmp lutBS12-ISO8859-10.pcf.gz.tmp lutBS12-ISO8859-13.pcf.gz.tmp lutBS12-ISO8859-14.pcf.gz.tmp lutBS12-ISO8859-15.pcf.gz.tmp lutBS14-ISO8859-1.pcf.gz.tmp lutBS14-ISO8859-2.pcf.gz.tmp lutBS14-ISO8859-3.pcf.gz.tmp lutBS14-ISO8859-4.pcf.gz.tmp lutBS14-ISO8859-9.pcf.gz.tmp lutBS14-ISO8859-10.pcf.gz.tmp lutBS14-ISO8859-13.pcf.gz.tmp lutBS14-ISO8859-14.pcf.gz.tmp lutBS14-ISO8859-15.pcf.gz.tmp lutBS18-ISO8859-1.pcf.gz.tmp lutBS18-ISO8859-2.pcf.gz.tmp lutBS18-ISO8859-3.pcf.gz.tmp lutBS18-ISO8859-4.pcf.gz.tmp lutBS18-ISO8859-9.pcf.gz.tmp lutBS18-ISO8859-10.pcf.gz.tmp lutBS18-ISO8859-13.pcf.gz.tmp lutBS18-ISO8859-14.pcf.gz.tmp lutBS18-ISO8859-15.pcf.gz.tmp lutBS19-ISO8859-1.pcf.gz.tmp lutBS19-ISO8859-2.pcf.gz.tmp lutBS19-ISO8859-3.pcf.gz.tmp lutBS19-ISO8859-4.pcf.gz.tmp lutBS19-ISO8859-9.pcf.gz.tmp lutBS19-ISO8859-10.pcf.gz.tmp lutBS19-ISO8859-13.pcf.gz.tmp lutBS19-ISO8859-14.pcf.gz.tmp lutBS19-ISO8859-15.pcf.gz.tmp lutBS24-ISO8859-1.pcf.gz.tmp lutBS24-ISO8859-2.pcf.gz.tmp lutBS24-ISO8859-3.pcf.gz.tmp lutBS24-ISO8859-4.pcf.gz.tmp lutBS24-ISO8859-9.pcf.gz.tmp lutBS24-ISO8859-10.pcf.gz.tmp lutBS24-ISO8859-13.pcf.gz.tmp lutBS24-ISO8859-14.pcf.gz.tmp lutBS24-ISO8859-15.pcf.gz.tmp lutRS08-ISO8859-1.pcf.gz.tmp lutRS08-ISO8859-2.pcf.gz.tmp lutRS08-ISO8859-3.pcf.gz.tmp lutRS08-ISO8859-4.pcf.gz.tmp lutRS08-ISO8859-9.pcf.gz.tmp lutRS08-ISO8859-10.pcf.gz.tmp lutRS08-ISO8859-13.pcf.gz.tmp lutRS08-ISO8859-14.pcf.gz.tmp lutRS08-ISO8859-15.pcf.gz.tmp lutRS10-ISO8859-1.pcf.gz.tmp lutRS10-ISO8859-2.pcf.gz.tmp lutRS10-ISO8859-3.pcf.gz.tmp lutRS10-ISO8859-4.pcf.gz.tmp lutRS10-ISO8859-9.pcf.gz.tmp lutRS10-ISO8859-10.pcf.gz.tmp lutRS10-ISO8859-13.pcf.gz.tmp lutRS10-ISO8859-14.pcf.gz.tmp lutRS10-ISO8859-15.pcf.gz.tmp lutRS12-ISO8859-1.pcf.gz.tmp lutRS12-ISO8859-2.pcf.gz.tmp lutRS12-ISO8859-3.pcf.gz.tmp lutRS12-ISO8859-4.pcf.gz.tmp lutRS12-ISO8859-9.pcf.gz.tmp lutRS12-ISO8859-10.pcf.gz.tmp lutRS12-ISO8859-13.pcf.gz.tmp lutRS12-ISO8859-14.pcf.gz.tmp lutRS12-ISO8859-15.pcf.gz.tmp lutRS14-ISO8859-1.pcf.gz.tmp lutRS14-ISO8859-2.pcf.gz.tmp lutRS14-ISO8859-3.pcf.gz.tmp lutRS14-ISO8859-4.pcf.gz.tmp lutRS14-ISO8859-9.pcf.gz.tmp lutRS14-ISO8859-10.pcf.gz.tmp lutRS14-ISO8859-13.pcf.gz.tmp lutRS14-ISO8859-14.pcf.gz.tmp lutRS14-ISO8859-15.pcf.gz.tmp lutRS18-ISO8859-1.pcf.gz.tmp lutRS18-ISO8859-2.pcf.gz.tmp lutRS18-ISO8859-3.pcf.gz.tmp lutRS18-ISO8859-4.pcf.gz.tmp lutRS18-ISO8859-9.pcf.gz.tmp lutRS18-ISO8859-10.pcf.gz.tmp lutRS18-ISO8859-13.pcf.gz.tmp lutRS18-ISO8859-14.pcf.gz.tmp lutRS18-ISO8859-15.pcf.gz.tmp lutRS19-ISO8859-1.pcf.gz.tmp lutRS19-ISO8859-2.pcf.gz.tmp lutRS19-ISO8859-3.pcf.gz.tmp lutRS19-ISO8859-4.pcf.gz.tmp lutRS19-ISO8859-9.pcf.gz.tmp lutRS19-ISO8859-10.pcf.gz.tmp lutRS19-ISO8859-13.pcf.gz.tmp lutRS19-ISO8859-14.pcf.gz.tmp lutRS19-ISO8859-15.pcf.gz.tmp lutRS24-ISO8859-1.pcf.gz.tmp lutRS24-ISO8859-2.pcf.gz.tmp lutRS24-ISO8859-3.pcf.gz.tmp lutRS24-ISO8859-4.pcf.gz.tmp lutRS24-ISO8859-9.pcf.gz.tmp lutRS24-ISO8859-10.pcf.gz.tmp lutRS24-ISO8859-13.pcf.gz.tmp lutRS24-ISO8859-14.pcf.gz.tmp lutRS24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/75dpi/font-bh-lucidatypewriter-75dpi && rm -f lutBS08-ISO8859-1.pcf.gz.tmp lutBS08-ISO8859-2.pcf.gz.tmp lutBS08-ISO8859-3.pcf.gz.tmp lutBS08-ISO8859-4.pcf.gz.tmp lutBS08-ISO8859-9.pcf.gz.tmp lutBS08-ISO8859-10.pcf.gz.tmp lutBS08-ISO8859-13.pcf.gz.tmp lutBS08-ISO8859-14.pcf.gz.tmp lutBS08-ISO8859-15.pcf.gz.tmp lutBS10-ISO8859-1.pcf.gz.tmp lutBS10-ISO8859-2.pcf.gz.tmp lutBS10-ISO8859-3.pcf.gz.tmp lutBS10-ISO8859-4.pcf.gz.tmp lutBS10-ISO8859-9.pcf.gz.tmp lutBS10-ISO8859-10.pcf.gz.tmp lutBS10-ISO8859-13.pcf.gz.tmp lutBS10-ISO8859-14.pcf.gz.tmp lutBS10-ISO8859-15.pcf.gz.tmp lutBS12-ISO8859-1.pcf.gz.tmp lutBS12-ISO8859-2.pcf.gz.tmp lutBS12-ISO8859-3.pcf.gz.tmp lutBS12-ISO8859-4.pcf.gz.tmp lutBS12-ISO8859-9.pcf.gz.tmp lutBS12-ISO8859-10.pcf.gz.tmp lutBS12-ISO8859-13.pcf.gz.tmp lutBS12-ISO8859-14.pcf.gz.tmp lutBS12-ISO8859-15.pcf.gz.tmp lutBS14-ISO8859-1.pcf.gz.tmp lutBS14-ISO8859-2.pcf.gz.tmp lutBS14-ISO8859-3.pcf.gz.tmp lutBS14-ISO8859-4.pcf.gz.tmp lutBS14-ISO8859-9.pcf.gz.tmp lutBS14-ISO8859-10.pcf.gz.tmp lutBS14-ISO8859-13.pcf.gz.tmp lutBS14-ISO8859-14.pcf.gz.tmp lutBS14-ISO8859-15.pcf.gz.tmp lutBS18-ISO8859-1.pcf.gz.tmp lutBS18-ISO8859-2.pcf.gz.tmp lutBS18-ISO8859-3.pcf.gz.tmp lutBS18-ISO8859-4.pcf.gz.tmp lutBS18-ISO8859-9.pcf.gz.tmp lutBS18-ISO8859-10.pcf.gz.tmp lutBS18-ISO8859-13.pcf.gz.tmp lutBS18-ISO8859-14.pcf.gz.tmp lutBS18-ISO8859-15.pcf.gz.tmp lutBS19-ISO8859-1.pcf.gz.tmp lutBS19-ISO8859-2.pcf.gz.tmp lutBS19-ISO8859-3.pcf.gz.tmp lutBS19-ISO8859-4.pcf.gz.tmp lutBS19-ISO8859-9.pcf.gz.tmp lutBS19-ISO8859-10.pcf.gz.tmp lutBS19-ISO8859-13.pcf.gz.tmp lutBS19-ISO8859-14.pcf.gz.tmp lutBS19-ISO8859-15.pcf.gz.tmp lutBS24-ISO8859-1.pcf.gz.tmp lutBS24-ISO8859-2.pcf.gz.tmp lutBS24-ISO8859-3.pcf.gz.tmp lutBS24-ISO8859-4.pcf.gz.tmp lutBS24-ISO8859-9.pcf.gz.tmp lutBS24-ISO8859-10.pcf.gz.tmp lutBS24-ISO8859-13.pcf.gz.tmp lutBS24-ISO8859-14.pcf.gz.tmp lutBS24-ISO8859-15.pcf.gz.tmp lutRS08-ISO8859-1.pcf.gz.tmp lutRS08-ISO8859-2.pcf.gz.tmp lutRS08-ISO8859-3.pcf.gz.tmp lutRS08-ISO8859-4.pcf.gz.tmp lutRS08-ISO8859-9.pcf.gz.tmp lutRS08-ISO8859-10.pcf.gz.tmp lutRS08-ISO8859-13.pcf.gz.tmp lutRS08-ISO8859-14.pcf.gz.tmp lutRS08-ISO8859-15.pcf.gz.tmp lutRS10-ISO8859-1.pcf.gz.tmp lutRS10-ISO8859-2.pcf.gz.tmp lutRS10-ISO8859-3.pcf.gz.tmp lutRS10-ISO8859-4.pcf.gz.tmp lutRS10-ISO8859-9.pcf.gz.tmp lutRS10-ISO8859-10.pcf.gz.tmp lutRS10-ISO8859-13.pcf.gz.tmp lutRS10-ISO8859-14.pcf.gz.tmp lutRS10-ISO8859-15.pcf.gz.tmp lutRS12-ISO8859-1.pcf.gz.tmp lutRS12-ISO8859-2.pcf.gz.tmp lutRS12-ISO8859-3.pcf.gz.tmp lutRS12-ISO8859-4.pcf.gz.tmp lutRS12-ISO8859-9.pcf.gz.tmp lutRS12-ISO8859-10.pcf.gz.tmp lutRS12-ISO8859-13.pcf.gz.tmp lutRS12-ISO8859-14.pcf.gz.tmp lutRS12-ISO8859-15.pcf.gz.tmp lutRS14-ISO8859-1.pcf.gz.tmp lutRS14-ISO8859-2.pcf.gz.tmp lutRS14-ISO8859-3.pcf.gz.tmp lutRS14-ISO8859-4.pcf.gz.tmp lutRS14-ISO8859-9.pcf.gz.tmp lutRS14-ISO8859-10.pcf.gz.tmp lutRS14-ISO8859-13.pcf.gz.tmp lutRS14-ISO8859-14.pcf.gz.tmp lutRS14-ISO8859-15.pcf.gz.tmp lutRS18-ISO8859-1.pcf.gz.tmp lutRS18-ISO8859-2.pcf.gz.tmp lutRS18-ISO8859-3.pcf.gz.tmp lutRS18-ISO8859-4.pcf.gz.tmp lutRS18-ISO8859-9.pcf.gz.tmp lutRS18-ISO8859-10.pcf.gz.tmp lutRS18-ISO8859-13.pcf.gz.tmp lutRS18-ISO8859-14.pcf.gz.tmp lutRS18-ISO8859-15.pcf.gz.tmp lutRS19-ISO8859-1.pcf.gz.tmp lutRS19-ISO8859-2.pcf.gz.tmp lutRS19-ISO8859-3.pcf.gz.tmp lutRS19-ISO8859-4.pcf.gz.tmp lutRS19-ISO8859-9.pcf.gz.tmp lutRS19-ISO8859-10.pcf.gz.tmp lutRS19-ISO8859-13.pcf.gz.tmp lutRS19-ISO8859-14.pcf.gz.tmp lutRS19-ISO8859-15.pcf.gz.tmp lutRS24-ISO8859-1.pcf.gz.tmp lutRS24-ISO8859-2.pcf.gz.tmp lutRS24-ISO8859-3.pcf.gz.tmp lutRS24-ISO8859-4.pcf.gz.tmp lutRS24-ISO8859-9.pcf.gz.tmp lutRS24-ISO8859-10.pcf.gz.tmp lutRS24-ISO8859-13.pcf.gz.tmp lutRS24-ISO8859-14.pcf.gz.tmp lutRS24-ISO8859-15.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_null && rm -f mount_null.html8 .depend mount_null.d pathadj.d mount_null.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_null && rm -f mount_null.html8 .depend mount_null.d pathadj.d mount_null.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleanfonts --- rm -f lutBS08-ISO8859-1.bdf lutBS08-ISO8859-2.bdf lutBS08-ISO8859-3.bdf lutBS08-ISO8859-4.bdf lutBS08-ISO8859-9.bdf lutBS08-ISO8859-10.bdf lutBS08-ISO8859-13.bdf lutBS08-ISO8859-14.bdf lutBS08-ISO8859-15.bdf lutBS10-ISO8859-1.bdf lutBS10-ISO8859-2.bdf lutBS10-ISO8859-3.bdf lutBS10-ISO8859-4.bdf lutBS10-ISO8859-9.bdf lutBS10-ISO8859-10.bdf lutBS10-ISO8859-13.bdf lutBS10-ISO8859-14.bdf lutBS10-ISO8859-15.bdf lutBS12-ISO8859-1.bdf lutBS12-ISO8859-2.bdf lutBS12-ISO8859-3.bdf lutBS12-ISO8859-4.bdf lutBS12-ISO8859-9.bdf lutBS12-ISO8859-10.bdf lutBS12-ISO8859-13.bdf lutBS12-ISO8859-14.bdf lutBS12-ISO8859-15.bdf lutBS14-ISO8859-1.bdf lutBS14-ISO8859-2.bdf lutBS14-ISO8859-3.bdf lutBS14-ISO8859-4.bdf lutBS14-ISO8859-9.bdf lutBS14-ISO8859-10.bdf lutBS14-ISO8859-13.bdf lutBS14-ISO8859-14.bdf lutBS14-ISO8859-15.bdf lutBS18-ISO8859-1.bdf lutBS18-ISO8859-2.bdf lutBS18-ISO8859-3.bdf lutBS18-ISO8859-4.bdf lutBS18-ISO8859-9.bdf lutBS18-ISO8859-10.bdf lutBS18-ISO8859-13.bdf lutBS18-ISO8859-14.bdf lutBS18-ISO8859-15.bdf lutBS19-ISO8859-1.bdf lutBS19-ISO8859-2.bdf lutBS19-ISO8859-3.bdf lutBS19-ISO8859-4.bdf lutBS19-ISO8859-9.bdf lutBS19-ISO8859-10.bdf lutBS19-ISO8859-13.bdf lutBS19-ISO8859-14.bdf lutBS19-ISO8859-15.bdf lutBS24-ISO8859-1.bdf lutBS24-ISO8859-2.bdf lutBS24-ISO8859-3.bdf lutBS24-ISO8859-4.bdf lutBS24-ISO8859-9.bdf lutBS24-ISO8859-10.bdf lutBS24-ISO8859-13.bdf lutBS24-ISO8859-14.bdf lutBS24-ISO8859-15.bdf lutRS08-ISO8859-1.bdf lutRS08-ISO8859-2.bdf lutRS08-ISO8859-3.bdf lutRS08-ISO8859-4.bdf lutRS08-ISO8859-9.bdf lutRS08-ISO8859-10.bdf lutRS08-ISO8859-13.bdf lutRS08-ISO8859-14.bdf lutRS08-ISO8859-15.bdf lutRS10-ISO8859-1.bdf lutRS10-ISO8859-2.bdf lutRS10-ISO8859-3.bdf lutRS10-ISO8859-4.bdf lutRS10-ISO8859-9.bdf lutRS10-ISO8859-10.bdf lutRS10-ISO8859-13.bdf lutRS10-ISO8859-14.bdf lutRS10-ISO8859-15.bdf lutRS12-ISO8859-1.bdf lutRS12-ISO8859-2.bdf lutRS12-ISO8859-3.bdf lutRS12-ISO8859-4.bdf lutRS12-ISO8859-9.bdf lutRS12-ISO8859-10.bdf lutRS12-ISO8859-13.bdf lutRS12-ISO8859-14.bdf lutRS12-ISO8859-15.bdf lutRS14-ISO8859-1.bdf lutRS14-ISO8859-2.bdf lutRS14-ISO8859-3.bdf lutRS14-ISO8859-4.bdf lutRS14-ISO8859-9.bdf lutRS14-ISO8859-10.bdf lutRS14-ISO8859-13.bdf lutRS14-ISO8859-14.bdf lutRS14-ISO8859-15.bdf lutRS18-ISO8859-1.bdf lutRS18-ISO8859-2.bdf lutRS18-ISO8859-3.bdf lutRS18-ISO8859-4.bdf lutRS18-ISO8859-9.bdf lutRS18-ISO8859-10.bdf lutRS18-ISO8859-13.bdf lutRS18-ISO8859-14.bdf lutRS18-ISO8859-15.bdf lutRS19-ISO8859-1.bdf lutRS19-ISO8859-2.bdf lutRS19-ISO8859-3.bdf lutRS19-ISO8859-4.bdf lutRS19-ISO8859-9.bdf lutRS19-ISO8859-10.bdf lutRS19-ISO8859-13.bdf lutRS19-ISO8859-14.bdf lutRS19-ISO8859-15.bdf lutRS24-ISO8859-1.bdf lutRS24-ISO8859-2.bdf lutRS24-ISO8859-3.bdf lutRS24-ISO8859-4.bdf lutRS24-ISO8859-9.bdf lutRS24-ISO8859-10.bdf lutRS24-ISO8859-13.bdf lutRS24-ISO8859-14.bdf lutRS24-ISO8859-15.bdf --- cleandir-sbin --- --- cleandir-mount_overlay --- --- cleandir-external --- rm -f lutBS08-ISO8859-1.pcf.gz lutBS08-ISO8859-2.pcf.gz lutBS08-ISO8859-3.pcf.gz lutBS08-ISO8859-4.pcf.gz lutBS08-ISO8859-9.pcf.gz lutBS08-ISO8859-10.pcf.gz lutBS08-ISO8859-13.pcf.gz lutBS08-ISO8859-14.pcf.gz lutBS08-ISO8859-15.pcf.gz lutBS10-ISO8859-1.pcf.gz lutBS10-ISO8859-2.pcf.gz lutBS10-ISO8859-3.pcf.gz lutBS10-ISO8859-4.pcf.gz lutBS10-ISO8859-9.pcf.gz lutBS10-ISO8859-10.pcf.gz lutBS10-ISO8859-13.pcf.gz lutBS10-ISO8859-14.pcf.gz lutBS10-ISO8859-15.pcf.gz lutBS12-ISO8859-1.pcf.gz lutBS12-ISO8859-2.pcf.gz lutBS12-ISO8859-3.pcf.gz lutBS12-ISO8859-4.pcf.gz lutBS12-ISO8859-9.pcf.gz lutBS12-ISO8859-10.pcf.gz lutBS12-ISO8859-13.pcf.gz lutBS12-ISO8859-14.pcf.gz lutBS12-ISO8859-15.pcf.gz lutBS14-ISO8859-1.pcf.gz lutBS14-ISO8859-2.pcf.gz lutBS14-ISO8859-3.pcf.gz lutBS14-ISO8859-4.pcf.gz lutBS14-ISO8859-9.pcf.gz lutBS14-ISO8859-10.pcf.gz lutBS14-ISO8859-13.pcf.gz lutBS14-ISO8859-14.pcf.gz lutBS14-ISO8859-15.pcf.gz lutBS18-ISO8859-1.pcf.gz lutBS18-ISO8859-2.pcf.gz lutBS18-ISO8859-3.pcf.gz lutBS18-ISO8859-4.pcf.gz lutBS18-ISO8859-9.pcf.gz lutBS18-ISO8859-10.pcf.gz lutBS18-ISO8859-13.pcf.gz lutBS18-ISO8859-14.pcf.gz lutBS18-ISO8859-15.pcf.gz lutBS19-ISO8859-1.pcf.gz lutBS19-ISO8859-2.pcf.gz lutBS19-ISO8859-3.pcf.gz lutBS19-ISO8859-4.pcf.gz lutBS19-ISO8859-9.pcf.gz lutBS19-ISO8859-10.pcf.gz lutBS19-ISO8859-13.pcf.gz lutBS19-ISO8859-14.pcf.gz lutBS19-ISO8859-15.pcf.gz lutBS24-ISO8859-1.pcf.gz lutBS24-ISO8859-2.pcf.gz lutBS24-ISO8859-3.pcf.gz lutBS24-ISO8859-4.pcf.gz lutBS24-ISO8859-9.pcf.gz lutBS24-ISO8859-10.pcf.gz lutBS24-ISO8859-13.pcf.gz lutBS24-ISO8859-14.pcf.gz lutBS24-ISO8859-15.pcf.gz lutRS08-ISO8859-1.pcf.gz lutRS08-ISO8859-2.pcf.gz lutRS08-ISO8859-3.pcf.gz lutRS08-ISO8859-4.pcf.gz lutRS08-ISO8859-9.pcf.gz lutRS08-ISO8859-10.pcf.gz lutRS08-ISO8859-13.pcf.gz lutRS08-ISO8859-14.pcf.gz lutRS08-ISO8859-15.pcf.gz lutRS10-ISO8859-1.pcf.gz lutRS10-ISO8859-2.pcf.gz lutRS10-ISO8859-3.pcf.gz lutRS10-ISO8859-4.pcf.gz lutRS10-ISO8859-9.pcf.gz lutRS10-ISO8859-10.pcf.gz lutRS10-ISO8859-13.pcf.gz lutRS10-ISO8859-14.pcf.gz lutRS10-ISO8859-15.pcf.gz lutRS12-ISO8859-1.pcf.gz lutRS12-ISO8859-2.pcf.gz lutRS12-ISO8859-3.pcf.gz lutRS12-ISO8859-4.pcf.gz lutRS12-ISO8859-9.pcf.gz lutRS12-ISO8859-10.pcf.gz lutRS12-ISO8859-13.pcf.gz lutRS12-ISO8859-14.pcf.gz lutRS12-ISO8859-15.pcf.gz lutRS14-ISO8859-1.pcf.gz lutRS14-ISO8859-2.pcf.gz lutRS14-ISO8859-3.pcf.gz lutRS14-ISO8859-4.pcf.gz lutRS14-ISO8859-9.pcf.gz lutRS14-ISO8859-10.pcf.gz lutRS14-ISO8859-13.pcf.gz lutRS14-ISO8859-14.pcf.gz lutRS14-ISO8859-15.pcf.gz lutRS18-ISO8859-1.pcf.gz lutRS18-ISO8859-2.pcf.gz lutRS18-ISO8859-3.pcf.gz lutRS18-ISO8859-4.pcf.gz lutRS18-ISO8859-9.pcf.gz lutRS18-ISO8859-10.pcf.gz lutRS18-ISO8859-13.pcf.gz lutRS18-ISO8859-14.pcf.gz lutRS18-ISO8859-15.pcf.gz lutRS19-ISO8859-1.pcf.gz lutRS19-ISO8859-2.pcf.gz lutRS19-ISO8859-3.pcf.gz lutRS19-ISO8859-4.pcf.gz lutRS19-ISO8859-9.pcf.gz lutRS19-ISO8859-10.pcf.gz lutRS19-ISO8859-13.pcf.gz lutRS19-ISO8859-14.pcf.gz lutRS19-ISO8859-15.pcf.gz lutRS24-ISO8859-1.pcf.gz lutRS24-ISO8859-2.pcf.gz lutRS24-ISO8859-3.pcf.gz lutRS24-ISO8859-4.pcf.gz lutRS24-ISO8859-9.pcf.gz lutRS24-ISO8859-10.pcf.gz lutRS24-ISO8859-13.pcf.gz lutRS24-ISO8859-14.pcf.gz lutRS24-ISO8859-15.pcf.gz --- cleandir-sbin --- cleandir ===> sbin/mount_overlay --- cleandir-external --- --- __docleandir --- --- cleandir-font-bitstream-75dpi --- cleandir ===> external/mit/xorg/share/fonts/75dpi/font-bitstream-75dpi --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_overlay && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_overlay mount_overlay.o pathadj.o mount_overlay.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_overlay && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_overlay mount_overlay.o pathadj.o mount_overlay.ln pathadj.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/75dpi/font-bitstream-75dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/75dpi/font-bitstream-75dpi && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_overlay && rm -f mount_overlay.html8 .depend mount_overlay.d pathadj.d mount_overlay.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_overlay && rm -f mount_overlay.html8 .depend mount_overlay.d pathadj.d mount_overlay.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleandir-Type1 --- --- cleandir-sbin --- --- cleandir-mount_portal --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/Type1 --- cleandir-sbin --- cleandir ===> sbin/mount_portal --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_portal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_portal puffs_portal.o activate.o conf.o pt_conf.o pt_file.o pt_tcp.o pt_filter.o puffs_portal.ln activate.ln conf.ln pt_conf.ln pt_file.ln pt_tcp.ln pt_filter.ln || true) --- cleandir-external --- --- cleandir-font-adobe-utopia-type1 --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_portal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_portal puffs_portal.o activate.o conf.o pt_conf.o pt_file.o pt_tcp.o pt_filter.o puffs_portal.ln activate.ln conf.ln pt_conf.ln pt_file.ln pt_tcp.ln pt_filter.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/Type1/font-adobe-utopia-type1 --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_portal && rm -f mount_portal.html8 .depend activate.d conf.d pt_conf.d pt_file.d pt_filter.d pt_tcp.d puffs_portal.d activate.d.tmp conf.d.tmp pt_conf.d.tmp pt_file.d.tmp pt_filter.d.tmp pt_tcp.d.tmp puffs_portal.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/Type1/font-adobe-utopia-type1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_portal && rm -f mount_portal.html8 .depend activate.d conf.d pt_conf.d pt_file.d pt_filter.d pt_tcp.d puffs_portal.d activate.d.tmp conf.d.tmp pt_conf.d.tmp pt_file.d.tmp pt_filter.d.tmp pt_tcp.d.tmp puffs_portal.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/Type1/font-adobe-utopia-type1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- cleandir-examples --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/mount_portal/examples --- cleandir-external --- --- cleandir-font-bh-type1 --- cleandir ===> external/mit/xorg/share/fonts/Type1/font-bh-type1 --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_portal/examples && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_portal/examples && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/Type1/font-bh-type1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/Type1/font-bh-type1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- cleandir-mount_procfs --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- cleandir ===> sbin/mount_procfs --- cleandir-external --- --- cleandir-font-bitstream-type1 --- cleandir ===> external/mit/xorg/share/fonts/Type1/font-bitstream-type1 --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_procfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_procfs mount_procfs.o pathadj.o mount_procfs.ln pathadj.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_procfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_procfs mount_procfs.o pathadj.o mount_procfs.ln pathadj.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/Type1/font-bitstream-type1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/Type1/font-bitstream-type1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_procfs && rm -f mount_procfs.html8 .depend mount_procfs.d pathadj.d mount_procfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_procfs && rm -f mount_procfs.html8 .depend mount_procfs.d pathadj.d mount_procfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleandir-font-ibm-type1 --- cleandir ===> external/mit/xorg/share/fonts/Type1/font-ibm-type1 --- cleandir-sbin --- --- cleandir-mount_ptyfs --- cleandir ===> sbin/mount_ptyfs --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/Type1/font-ibm-type1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_ptyfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_ptyfs mount_ptyfs.o pathadj.o mount_ptyfs.ln pathadj.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/Type1/font-ibm-type1 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_ptyfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_ptyfs mount_ptyfs.o pathadj.o mount_ptyfs.ln pathadj.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-TTF --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_ptyfs && rm -f mount_ptyfs.html8 .depend mount_ptyfs.d pathadj.d mount_ptyfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/TTF --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_ptyfs && rm -f mount_ptyfs.html8 .depend mount_ptyfs.d pathadj.d mount_ptyfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_puffs --- cleandir ===> sbin/mount_puffs --- cleandir-external --- --- cleandir-font-bh-ttf --- cleandir ===> external/mit/xorg/share/fonts/TTF/font-bh-ttf --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_puffs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_puffs mount_puffs.o mount_puffs.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_puffs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_puffs mount_puffs.o mount_puffs.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/TTF/font-bh-ttf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/TTF/font-bh-ttf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_puffs && rm -f mount_puffs.html8 .depend mount_puffs.d mount_puffs.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_puffs && rm -f mount_puffs.html8 .depend mount_puffs.d mount_puffs.d.tmp tags || true) --- cleandir-external --- --- cleandir-ttf-bitstream-vera --- cleandir ===> external/mit/xorg/share/fonts/TTF/ttf-bitstream-vera --- cleandir-sbin --- --- cleandir-mount_qemufwcfg --- cleandir ===> sbin/mount_qemufwcfg --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/TTF/ttf-bitstream-vera && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_qemufwcfg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_qemufwcfg fwcfg.o virtdir.o fwcfg.ln virtdir.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/TTF/ttf-bitstream-vera && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_qemufwcfg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_qemufwcfg fwcfg.o virtdir.o fwcfg.ln virtdir.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-misc --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/misc --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_qemufwcfg && rm -f mount_qemufwcfg.html8 .depend fwcfg.d virtdir.d fwcfg.d.tmp virtdir.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_qemufwcfg && rm -f mount_qemufwcfg.html8 .depend fwcfg.d virtdir.d fwcfg.d.tmp virtdir.d.tmp tags || true) --- cleandir-mount_sysvbfs --- cleandir ===> sbin/mount_sysvbfs --- cleandir-external --- --- cleandir-font-cursor-misc --- cleandir ===> external/mit/xorg/share/fonts/misc/font-cursor-misc --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_sysvbfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_sysvbfs mount_sysvbfs.o fattr.o pathadj.o mount_sysvbfs.ln fattr.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_sysvbfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_sysvbfs mount_sysvbfs.o fattr.o pathadj.o mount_sysvbfs.ln fattr.ln pathadj.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_sysvbfs && rm -f mount_sysvbfs.html8 .depend fattr.d mount_sysvbfs.d pathadj.d fattr.d.tmp mount_sysvbfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/misc/font-cursor-misc && rm -f cursor.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_sysvbfs && rm -f mount_sysvbfs.html8 .depend fattr.d mount_sysvbfs.d pathadj.d fattr.d.tmp mount_sysvbfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/misc/font-cursor-misc && rm -f cursor.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- cleandir-mount_tmpfs --- cleandir ===> sbin/mount_tmpfs --- cleandir-external --- --- cleanfonts --- rm -f cursor.bdf rm -f cursor.pcf.gz --- __docleandir --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-font-daewoo-misc --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_tmpfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_tmpfs mount_tmpfs.o fattr.o pathadj.o mount_tmpfs.ln fattr.ln pathadj.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/misc/font-daewoo-misc --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_tmpfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_tmpfs mount_tmpfs.o fattr.o pathadj.o mount_tmpfs.ln fattr.ln pathadj.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_tmpfs && rm -f mount_tmpfs.html8 .depend fattr.d mount_tmpfs.d pathadj.d fattr.d.tmp mount_tmpfs.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_tmpfs && rm -f mount_tmpfs.html8 .depend fattr.d mount_tmpfs.d pathadj.d fattr.d.tmp mount_tmpfs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- cleandir-mount_umap --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/misc/font-daewoo-misc && rm -f hanglg16.pcf.gz.tmp hanglm16.pcf.gz.tmp hanglm24.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- cleandir ===> sbin/mount_umap --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/misc/font-daewoo-misc && rm -f hanglg16.pcf.gz.tmp hanglm16.pcf.gz.tmp hanglm24.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleanfonts --- --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- rm -f hanglg16.bdf hanglm16.bdf hanglm24.bdf --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_umap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_umap mount_umap.o pathadj.o mount_umap.ln pathadj.ln || true) --- cleandir-external --- rm -f hanglg16.pcf.gz hanglm16.pcf.gz hanglm24.pcf.gz --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_umap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_umap mount_umap.o pathadj.o mount_umap.ln pathadj.ln || true) --- cleandir-external --- --- cleandir-font-dec-misc --- --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/misc/font-dec-misc --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_umap && rm -f mount_umap.html8 .depend mount_umap.d pathadj.d mount_umap.d.tmp pathadj.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_umap && rm -f mount_umap.html8 .depend mount_umap.d pathadj.d mount_umap.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_union --- cleandir ===> sbin/mount_union --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/misc/font-dec-misc && rm -f deccurs.pcf.gz.tmp decsess.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/misc/font-dec-misc && rm -f deccurs.pcf.gz.tmp decsess.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_union && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_union mount_union.o pathadj.o mount_union.ln pathadj.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_union && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_union mount_union.o pathadj.o mount_union.ln pathadj.ln || true) --- cleandir-external --- --- cleanfonts --- rm -f deccurs.bdf decsess.bdf rm -f deccurs.pcf.gz decsess.pcf.gz --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_union && rm -f mount_union.html8 .depend mount_union.d pathadj.d mount_union.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- cleandir-font-isas-misc --- cleandir ===> external/mit/xorg/share/fonts/misc/font-isas-misc --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_union && rm -f mount_union.html8 .depend mount_union.d pathadj.d mount_union.d.tmp pathadj.d.tmp tags || true) --- cleandir-mount_v7fs --- cleandir ===> sbin/mount_v7fs --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_v7fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_v7fs mount_v7fs.o fattr.o pathadj.o mount_v7fs.ln fattr.ln pathadj.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/misc/font-isas-misc && rm -f gb16fs.pcf.gz.tmp gb16st.pcf.gz.tmp gb24st.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_v7fs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mount_v7fs mount_v7fs.o fattr.o pathadj.o mount_v7fs.ln fattr.ln pathadj.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/misc/font-isas-misc && rm -f gb16fs.pcf.gz.tmp gb16st.pcf.gz.tmp gb24st.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- --- cleanfonts --- --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/mount_v7fs && rm -f mount_v7fs.html8 .depend fattr.d mount_v7fs.d pathadj.d fattr.d.tmp mount_v7fs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- rm -f gb16fs.bdf gb16st.bdf gb24st.bdf rm -f gb16fs.pcf.gz gb16st.pcf.gz gb24st.pcf.gz --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/mount_v7fs && rm -f mount_v7fs.html8 .depend fattr.d mount_v7fs.d pathadj.d fattr.d.tmp mount_v7fs.d.tmp pathadj.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-font-jis-misc --- --- cleandir-sbin --- --- cleandir-ping6 --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/fonts/misc/font-jis-misc --- cleandir-sbin --- cleandir ===> sbin/ping6 --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ping6 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ping6 ping6.o ping6_hostops.o ping6.ln ping6_hostops.ln rump.ping6 ping6.o ping6_rumpops.o ping6.ln ping6_rumpops.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ping6 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ping6 ping6.o ping6_hostops.o ping6.ln ping6_hostops.ln rump.ping6 ping6.o ping6_rumpops.o ping6.ln ping6_rumpops.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/misc/font-jis-misc && rm -f jiskan16.pcf.gz.tmp jiskan24.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/ping6 && rm -f ping6.html8 .depend ping6.d ping6_hostops.d ping6_rumpops.d ping6.d.tmp ping6_hostops.d.tmp ping6_rumpops.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/misc/font-jis-misc && rm -f jiskan16.pcf.gz.tmp jiskan24.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/ping6 && rm -f ping6.html8 .depend ping6.d ping6_hostops.d ping6_rumpops.d ping6.d.tmp ping6_hostops.d.tmp ping6_rumpops.d.tmp tags || true) --- cleandir-external --- --- cleanfonts --- rm -f jiskan16.bdf jiskan24.bdf --- cleandir-sbin --- --- cleandir-iscsictl --- --- cleandir-external --- rm -f jiskan16.pcf.gz jiskan24.pcf.gz --- cleandir-sbin --- cleandir ===> sbin/iscsictl --- cleandir-external --- --- __docleandir --- --- cleandir-font-misc-misc --- cleandir ===> external/mit/xorg/share/fonts/misc/font-misc-misc --- cleandir-sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/iscsictl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iscsictl iscsic_main.o iscsic_driverif.o iscsic_daemonif.o iscsic_parse.o iscsic_main.ln iscsic_driverif.ln iscsic_daemonif.ln iscsic_parse.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/iscsictl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iscsictl iscsic_main.o iscsic_driverif.o iscsic_daemonif.o iscsic_parse.o iscsic_main.ln iscsic_driverif.ln iscsic_daemonif.ln iscsic_parse.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/iscsictl && rm -f iscsictl.html8 .depend iscsic_daemonif.d iscsic_driverif.d iscsic_main.d iscsic_parse.d iscsic_daemonif.d.tmp iscsic_driverif.d.tmp iscsic_main.d.tmp iscsic_parse.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/iscsictl && rm -f iscsictl.html8 .depend iscsic_daemonif.d iscsic_driverif.d iscsic_main.d iscsic_parse.d iscsic_daemonif.d.tmp iscsic_driverif.d.tmp iscsic_main.d.tmp iscsic_parse.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-sbin --- --- cleandir-iscsid --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/misc/font-misc-misc && rm -f 12x13ja.pcf.gz.tmp 18x18ja.pcf.gz.tmp 18x18ko.pcf.gz.tmp k14.pcf.gz.tmp nil2.pcf.gz.tmp 4x6.pcf.gz.tmp 5x7.pcf.gz.tmp 5x8.pcf.gz.tmp 6x10.pcf.gz.tmp 6x12.pcf.gz.tmp 6x13.pcf.gz.tmp 6x13B.pcf.gz.tmp 6x13O.pcf.gz.tmp 6x9.pcf.gz.tmp 7x13.pcf.gz.tmp 7x13B.pcf.gz.tmp 7x13O.pcf.gz.tmp 7x14.pcf.gz.tmp 7x14B.pcf.gz.tmp 8x13.pcf.gz.tmp 8x13B.pcf.gz.tmp 8x13O.pcf.gz.tmp 9x15.pcf.gz.tmp 9x15B.pcf.gz.tmp 9x18.pcf.gz.tmp 9x18B.pcf.gz.tmp 10x20.pcf.gz.tmp 4x6-ISO8859-1.pcf.gz.tmp 5x7-ISO8859-1.pcf.gz.tmp 5x8-ISO8859-1.pcf.gz.tmp 6x9-ISO8859-1.pcf.gz.tmp 6x10-ISO8859-1.pcf.gz.tmp 6x12-ISO8859-1.pcf.gz.tmp 6x13-ISO8859-1.pcf.gz.tmp 6x13B-ISO8859-1.pcf.gz.tmp 6x13O-ISO8859-1.pcf.gz.tmp 7x13-ISO8859-1.pcf.gz.tmp 7x13B-ISO8859-1.pcf.gz.tmp 7x13O-ISO8859-1.pcf.gz.tmp 7x14-ISO8859-1.pcf.gz.tmp 7x14B-ISO8859-1.pcf.gz.tmp 8x13-ISO8859-1.pcf.gz.tmp 8x13B-ISO8859-1.pcf.gz.tmp 8x13O-ISO8859-1.pcf.gz.tmp 9x15-ISO8859-1.pcf.gz.tmp 9x15B-ISO8859-1.pcf.gz.tmp 9x18-ISO8859-1.pcf.gz.tmp 9x18B-ISO8859-1.pcf.gz.tmp 10x20-ISO8859-1.pcf.gz.tmp 4x6-ISO8859-2.pcf.gz.tmp 5x7-ISO8859-2.pcf.gz.tmp 5x8-ISO8859-2.pcf.gz.tmp 6x9-ISO8859-2.pcf.gz.tmp 6x10-ISO8859-2.pcf.gz.tmp 6x12-ISO8859-2.pcf.gz.tmp 6x13-ISO8859-2.pcf.gz.tmp 6x13B-ISO8859-2.pcf.gz.tmp 6x13O-ISO8859-2.pcf.gz.tmp 7x13-ISO8859-2.pcf.gz.tmp 7x13B-ISO8859-2.pcf.gz.tmp 7x13O-ISO8859-2.pcf.gz.tmp 7x14-ISO8859-2.pcf.gz.tmp 7x14B-ISO8859-2.pcf.gz.tmp 8x13-ISO8859-2.pcf.gz.tmp 8x13B-ISO8859-2.pcf.gz.tmp 8x13O-ISO8859-2.pcf.gz.tmp 9x15-ISO8859-2.pcf.gz.tmp 9x15B-ISO8859-2.pcf.gz.tmp 9x18-ISO8859-2.pcf.gz.tmp 9x18B-ISO8859-2.pcf.gz.tmp 10x20-ISO8859-2.pcf.gz.tmp 4x6-ISO8859-3.pcf.gz.tmp 5x7-ISO8859-3.pcf.gz.tmp 5x8-ISO8859-3.pcf.gz.tmp 6x9-ISO8859-3.pcf.gz.tmp 6x10-ISO8859-3.pcf.gz.tmp 6x12-ISO8859-3.pcf.gz.tmp 6x13-ISO8859-3.pcf.gz.tmp 6x13B-ISO8859-3.pcf.gz.tmp 6x13O-ISO8859-3.pcf.gz.tmp 7x13-ISO8859-3.pcf.gz.tmp 7x13B-ISO8859-3.pcf.gz.tmp 7x13O-ISO8859-3.pcf.gz.tmp 7x14-ISO8859-3.pcf.gz.tmp 7x14B-ISO8859-3.pcf.gz.tmp 8x13-ISO8859-3.pcf.gz.tmp 8x13B-ISO8859-3.pcf.gz.tmp 8x13O-ISO8859-3.pcf.gz.tmp 9x15-ISO8859-3.pcf.gz.tmp 9x15B-ISO8859-3.pcf.gz.tmp 9x18-ISO8859-3.pcf.gz.tmp 9x18B-ISO8859-3.pcf.gz.tmp 10x20-ISO8859-3.pcf.gz.tmp 4x6-ISO8859-4.pcf.gz.tmp 5x7-ISO8859-4.pcf.gz.tmp 5x8-ISO8859-4.pcf.gz.tmp 6x9-ISO8859-4.pcf.gz.tmp 6x10-ISO8859-4.pcf.gz.tmp 6x12-ISO8859-4.pcf.gz.tmp 6x13-ISO8859-4.pcf.gz.tmp 6x13B-ISO8859-4.pcf.gz.tmp 6x13O-ISO8859-4.pcf.gz.tmp 7x13-ISO8859-4.pcf.gz.tmp 7x13B-ISO8859-4.pcf.gz.tmp 7x13O-ISO8859-4.pcf.gz.tmp 7x14-ISO8859-4.pcf.gz.tmp 7x14B-ISO8859-4.pcf.gz.tmp 8x13-ISO8859-4.pcf.gz.tmp 8x13B-ISO8859-4.pcf.gz.tmp 8x13O-ISO8859-4.pcf.gz.tmp 9x15-ISO8859-4.pcf.gz.tmp 9x15B-ISO8859-4.pcf.gz.tmp 9x18-ISO8859-4.pcf.gz.tmp 9x18B-ISO8859-4.pcf.gz.tmp 10x20-ISO8859-4.pcf.gz.tmp 4x6-ISO8859-5.pcf.gz.tmp 5x7-ISO8859-5.pcf.gz.tmp 5x8-ISO8859-5.pcf.gz.tmp 6x9-ISO8859-5.pcf.gz.tmp 6x10-ISO8859-5.pcf.gz.tmp 6x12-ISO8859-5.pcf.gz.tmp 6x13-ISO8859-5.pcf.gz.tmp 6x13B-ISO8859-5.pcf.gz.tmp 6x13O-ISO8859-5.pcf.gz.tmp 7x13-ISO8859-5.pcf.gz.tmp 7x13B-ISO8859-5.pcf.gz.tmp 7x13O-ISO8859-5.pcf.gz.tmp 7x14-ISO8859-5.pcf.gz.tmp 7x14B-ISO8859-5.pcf.gz.tmp 8x13-ISO8859-5.pcf.gz.tmp 8x13B-ISO8859-5.pcf.gz.tmp 8x13O-ISO8859-5.pcf.gz.tmp 9x15-ISO8859-5.pcf.gz.tmp 9x15B-ISO8859-5.pcf.gz.tmp 9x18-ISO8859-5.pcf.gz.tmp 9x18B-ISO8859-5.pcf.gz.tmp 10x20-ISO8859-5.pcf.gz.tmp 4x6-ISO8859-7.pcf.gz.tmp 5x7-ISO8859-7.pcf.gz.tmp 5x8-ISO8859-7.pcf.gz.tmp 6x9-ISO8859-7.pcf.gz.tmp 6x10-ISO8859-7.pcf.gz.tmp 6x12-ISO8859-7.pcf.gz.tmp 6x13-ISO8859-7.pcf.gz.tmp 6x13B-ISO8859-7.pcf.gz.tmp 6x13O-ISO8859-7.pcf.gz.tmp 7x13-ISO8859-7.pcf.gz.tmp 7x13B-ISO8859-7.pcf.gz.tmp 7x13O-ISO8859-7.pcf.gz.tmp 7x14-ISO8859-7.pcf.gz.tmp 7x14B-ISO8859-7.pcf.gz.tmp 8x13-ISO8859-7.pcf.gz.tmp 8x13B-ISO8859-7.pcf.gz.tmp 8x13O-ISO8859-7.pcf.gz.tmp 9x15-ISO8859-7.pcf.gz.tmp 9x15B-ISO8859-7.pcf.gz.tmp 9x18-ISO8859-7.pcf.gz.tmp 9x18B-ISO8859-7.pcf.gz.tmp 10x20-ISO8859-7.pcf.gz.tmp 4x6-ISO8859-8.pcf.gz.tmp 5x7-ISO8859-8.pcf.gz.tmp 5x8-ISO8859-8.pcf.gz.tmp 6x9-ISO8859-8.pcf.gz.tmp 6x10-ISO8859-8.pcf.gz.tmp 6x12-ISO8859-8.pcf.gz.tmp 6x13-ISO8859-8.pcf.gz.tmp 6x13B-ISO8859-8.pcf.gz.tmp 7x13-ISO8859-8.pcf.gz.tmp 7x13B-ISO8859-8.pcf.gz.tmp 7x14-ISO8859-8.pcf.gz.tmp 7x14B-ISO8859-8.pcf.gz.tmp 8x13-ISO8859-8.pcf.gz.tmp 8x13B-ISO8859-8.pcf.gz.tmp 9x15-ISO8859-8.pcf.gz.tmp 9x15B-ISO8859-8.pcf.gz.tmp 9x18-ISO8859-8.pcf.gz.tmp 9x18B-ISO8859-8.pcf.gz.tmp 10x20-ISO8859-8.pcf.gz.tmp 4x6-ISO8859-9.pcf.gz.tmp 5x7-ISO8859-9.pcf.gz.tmp 5x8-ISO8859-9.pcf.gz.tmp 6x9-ISO8859-9.pcf.gz.tmp 6x10-ISO8859-9.pcf.gz.tmp 6x12-ISO8859-9.pcf.gz.tmp 6x13-ISO8859-9.pcf.gz.tmp 6x13B-ISO8859-9.pcf.gz.tmp 6x13O-ISO8859-9.pcf.gz.tmp 7x13-ISO8859-9.pcf.gz.tmp 7x13B-ISO8859-9.pcf.gz.tmp 7x13O-ISO8859-9.pcf.gz.tmp 7x14-ISO8859-9.pcf.gz.tmp 7x14B-ISO8859-9.pcf.gz.tmp 8x13-ISO8859-9.pcf.gz.tmp 8x13B-ISO8859-9.pcf.gz.tmp 8x13O-ISO8859-9.pcf.gz.tmp 9x15-ISO8859-9.pcf.gz.tmp 9x15B-ISO8859-9.pcf.gz.tmp 9x18-ISO8859-9.pcf.gz.tmp 9x18B-ISO8859-9.pcf.gz.tmp 10x20-ISO8859-9.pcf.gz.tmp 4x6-ISO8859-10.pcf.gz.tmp 5x7-ISO8859-10.pcf.gz.tmp 5x8-ISO8859-10.pcf.gz.tmp 6x9-ISO8859-10.pcf.gz.tmp 6x10-ISO8859-10.pcf.gz.tmp 6x12-ISO8859-10.pcf.gz.tmp 6x13-ISO8859-10.pcf.gz.tmp 6x13B-ISO8859-10.pcf.gz.tmp 6x13O-ISO8859-10.pcf.gz.tmp 7x13-ISO8859-10.pcf.gz.tmp 7x13B-ISO8859-10.pcf.gz.tmp 7x13O-ISO8859-10.pcf.gz.tmp 7x14-ISO8859-10.pcf.gz.tmp 7x14B-ISO8859-10.pcf.gz.tmp 8x13-ISO8859-10.pcf.gz.tmp 8x13B-ISO8859-10.pcf.gz.tmp 8x13O-ISO8859-10.pcf.gz.tmp 9x15-ISO8859-10.pcf.gz.tmp 9x15B-ISO8859-10.pcf.gz.tmp 9x18-ISO8859-10.pcf.gz.tmp 9x18B-ISO8859-10.pcf.gz.tmp 10x20-ISO8859-10.pcf.gz.tmp 6x13-ISO8859-11.pcf.gz.tmp 7x13-ISO8859-11.pcf.gz.tmp 7x13B-ISO8859-11.pcf.gz.tmp 7x13O-ISO8859-11.pcf.gz.tmp 7x14-ISO8859-11.pcf.gz.tmp 7x14B-ISO8859-11.pcf.gz.tmp 9x15-ISO8859-11.pcf.gz.tmp 9x15B-ISO8859-11.pcf.gz.tmp 9x18-ISO8859-11.pcf.gz.tmp 10x20-ISO8859-11.pcf.gz.tmp 4x6-ISO8859-13.pcf.gz.tmp 5x7-ISO8859-13.pcf.gz.tmp 5x8-ISO8859-13.pcf.gz.tmp 6x9-ISO8859-13.pcf.gz.tmp 6x10-ISO8859-13.pcf.gz.tmp 6x12-ISO8859-13.pcf.gz.tmp 6x13-ISO8859-13.pcf.gz.tmp 6x13B-ISO8859-13.pcf.gz.tmp 6x13O-ISO8859-13.pcf.gz.tmp 7x13-ISO8859-13.pcf.gz.tmp 7x13B-ISO8859-13.pcf.gz.tmp 7x13O-ISO8859-13.pcf.gz.tmp 7x14-ISO8859-13.pcf.gz.tmp 7x14B-ISO8859-13.pcf.gz.tmp 8x13-ISO8859-13.pcf.gz.tmp 8x13B-ISO8859-13.pcf.gz.tmp 8x13O-ISO8859-13.pcf.gz.tmp 9x15-ISO8859-13.pcf.gz.tmp 9x15B-ISO8859-13.pcf.gz.tmp 9x18-ISO8859-13.pcf.gz.tmp 9x18B-ISO8859-13.pcf.gz.tmp 10x20-ISO8859-13.pcf.gz.tmp 4x6-ISO8859-14.pcf.gz.tmp 5x7-ISO8859-14.pcf.gz.tmp 5x8-ISO8859-14.pcf.gz.tmp 6x9-ISO8859-14.pcf.gz.tmp 6x10-ISO8859-14.pcf.gz.tmp 6x12-ISO8859-14.pcf.gz.tmp 6x13-ISO8859-14.pcf.gz.tmp 6x13B-ISO8859-14.pcf.gz.tmp 6x13O-ISO8859-14.pcf.gz.tmp 7x13-ISO8859-14.pcf.gz.tmp 7x13B-ISO8859-14.pcf.gz.tmp 7x13O-ISO8859-14.pcf.gz.tmp 7x14-ISO8859-14.pcf.gz.tmp 7x14B-ISO8859-14.pcf.gz.tmp 8x13-ISO8859-14.pcf.gz.tmp 8x13B-ISO8859-14.pcf.gz.tmp 8x13O-ISO8859-14.pcf.gz.tmp 9x15-ISO8859-14.pcf.gz.tmp 9x15B-ISO8859-14.pcf.gz.tmp 9x18-ISO8859-14.pcf.gz.tmp 9x18B-ISO8859-14.pcf.gz.tmp 10x20-ISO8859-14.pcf.gz.tmp 4x6-ISO8859-15.pcf.gz.tmp 5x7-ISO8859-15.pcf.gz.tmp 5x8-ISO8859-15.pcf.gz.tmp 6x9-ISO8859-15.pcf.gz.tmp 6x10-ISO8859-15.pcf.gz.tmp 6x12-ISO8859-15.pcf.gz.tmp 6x13-ISO8859-15.pcf.gz.tmp 6x13B-ISO8859-15.pcf.gz.tmp 6x13O-ISO8859-15.pcf.gz.tmp 7x13-ISO8859-15.pcf.gz.tmp 7x13B-ISO8859-15.pcf.gz.tmp 7x13O-ISO8859-15.pcf.gz.tmp 7x14-ISO8859-15.pcf.gz.tmp 7x14B-ISO8859-15.pcf.gz.tmp 8x13-ISO8859-15.pcf.gz.tmp 8x13B-ISO8859-15.pcf.gz.tmp 8x13O-ISO8859-15.pcf.gz.tmp 9x15-ISO8859-15.pcf.gz.tmp 9x15B-ISO8859-15.pcf.gz.tmp 9x18-ISO8859-15.pcf.gz.tmp 9x18B-ISO8859-15.pcf.gz.tmp 10x20-ISO8859-15.pcf.gz.tmp 4x6-ISO8859-16.pcf.gz.tmp 5x7-ISO8859-16.pcf.gz.tmp 5x8-ISO8859-16.pcf.gz.tmp 6x9-ISO8859-16.pcf.gz.tmp 6x10-ISO8859-16.pcf.gz.tmp 6x12-ISO8859-16.pcf.gz.tmp 6x13-ISO8859-16.pcf.gz.tmp 6x13B-ISO8859-16.pcf.gz.tmp 6x13O-ISO8859-16.pcf.gz.tmp 7x13-ISO8859-16.pcf.gz.tmp 7x13B-ISO8859-16.pcf.gz.tmp 7x13O-ISO8859-16.pcf.gz.tmp 7x14-ISO8859-16.pcf.gz.tmp 7x14B-ISO8859-16.pcf.gz.tmp 8x13-ISO8859-16.pcf.gz.tmp 8x13B-ISO8859-16.pcf.gz.tmp 8x13O-ISO8859-16.pcf.gz.tmp 9x15-ISO8859-16.pcf.gz.tmp 9x15B-ISO8859-16.pcf.gz.tmp 9x18-ISO8859-16.pcf.gz.tmp 9x18B-ISO8859-16.pcf.gz.tmp 10x20-ISO8859-16.pcf.gz.tmp 4x6-KOI8-R.pcf.gz.tmp 5x7-KOI8-R.pcf.gz.tmp 5x8-KOI8-R.pcf.gz.tmp 6x9-KOI8-R.pcf.gz.tmp 6x10-KOI8-R.pcf.gz.tmp 6x12-KOI8-R.pcf.gz.tmp 6x13-KOI8-R.pcf.gz.tmp 7x13-KOI8-R.pcf.gz.tmp 7x14-KOI8-R.pcf.gz.tmp 8x13-KOI8-R.pcf.gz.tmp 9x15-KOI8-R.pcf.gz.tmp 9x18-KOI8-R.pcf.gz.tmp 10x20-KOI8-R.pcf.gz.tmp 7x14-JISX0201.1976-0.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- cleandir ===> sbin/iscsid --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/misc/font-misc-misc && rm -f 12x13ja.pcf.gz.tmp 18x18ja.pcf.gz.tmp 18x18ko.pcf.gz.tmp k14.pcf.gz.tmp nil2.pcf.gz.tmp 4x6.pcf.gz.tmp 5x7.pcf.gz.tmp 5x8.pcf.gz.tmp 6x10.pcf.gz.tmp 6x12.pcf.gz.tmp 6x13.pcf.gz.tmp 6x13B.pcf.gz.tmp 6x13O.pcf.gz.tmp 6x9.pcf.gz.tmp 7x13.pcf.gz.tmp 7x13B.pcf.gz.tmp 7x13O.pcf.gz.tmp 7x14.pcf.gz.tmp 7x14B.pcf.gz.tmp 8x13.pcf.gz.tmp 8x13B.pcf.gz.tmp 8x13O.pcf.gz.tmp 9x15.pcf.gz.tmp 9x15B.pcf.gz.tmp 9x18.pcf.gz.tmp 9x18B.pcf.gz.tmp 10x20.pcf.gz.tmp 4x6-ISO8859-1.pcf.gz.tmp 5x7-ISO8859-1.pcf.gz.tmp 5x8-ISO8859-1.pcf.gz.tmp 6x9-ISO8859-1.pcf.gz.tmp 6x10-ISO8859-1.pcf.gz.tmp 6x12-ISO8859-1.pcf.gz.tmp 6x13-ISO8859-1.pcf.gz.tmp 6x13B-ISO8859-1.pcf.gz.tmp 6x13O-ISO8859-1.pcf.gz.tmp 7x13-ISO8859-1.pcf.gz.tmp 7x13B-ISO8859-1.pcf.gz.tmp 7x13O-ISO8859-1.pcf.gz.tmp 7x14-ISO8859-1.pcf.gz.tmp 7x14B-ISO8859-1.pcf.gz.tmp 8x13-ISO8859-1.pcf.gz.tmp 8x13B-ISO8859-1.pcf.gz.tmp 8x13O-ISO8859-1.pcf.gz.tmp 9x15-ISO8859-1.pcf.gz.tmp 9x15B-ISO8859-1.pcf.gz.tmp 9x18-ISO8859-1.pcf.gz.tmp 9x18B-ISO8859-1.pcf.gz.tmp 10x20-ISO8859-1.pcf.gz.tmp 4x6-ISO8859-2.pcf.gz.tmp 5x7-ISO8859-2.pcf.gz.tmp 5x8-ISO8859-2.pcf.gz.tmp 6x9-ISO8859-2.pcf.gz.tmp 6x10-ISO8859-2.pcf.gz.tmp 6x12-ISO8859-2.pcf.gz.tmp 6x13-ISO8859-2.pcf.gz.tmp 6x13B-ISO8859-2.pcf.gz.tmp 6x13O-ISO8859-2.pcf.gz.tmp 7x13-ISO8859-2.pcf.gz.tmp 7x13B-ISO8859-2.pcf.gz.tmp 7x13O-ISO8859-2.pcf.gz.tmp 7x14-ISO8859-2.pcf.gz.tmp 7x14B-ISO8859-2.pcf.gz.tmp 8x13-ISO8859-2.pcf.gz.tmp 8x13B-ISO8859-2.pcf.gz.tmp 8x13O-ISO8859-2.pcf.gz.tmp 9x15-ISO8859-2.pcf.gz.tmp 9x15B-ISO8859-2.pcf.gz.tmp 9x18-ISO8859-2.pcf.gz.tmp 9x18B-ISO8859-2.pcf.gz.tmp 10x20-ISO8859-2.pcf.gz.tmp 4x6-ISO8859-3.pcf.gz.tmp 5x7-ISO8859-3.pcf.gz.tmp 5x8-ISO8859-3.pcf.gz.tmp 6x9-ISO8859-3.pcf.gz.tmp 6x10-ISO8859-3.pcf.gz.tmp 6x12-ISO8859-3.pcf.gz.tmp 6x13-ISO8859-3.pcf.gz.tmp 6x13B-ISO8859-3.pcf.gz.tmp 6x13O-ISO8859-3.pcf.gz.tmp 7x13-ISO8859-3.pcf.gz.tmp 7x13B-ISO8859-3.pcf.gz.tmp 7x13O-ISO8859-3.pcf.gz.tmp 7x14-ISO8859-3.pcf.gz.tmp 7x14B-ISO8859-3.pcf.gz.tmp 8x13-ISO8859-3.pcf.gz.tmp 8x13B-ISO8859-3.pcf.gz.tmp 8x13O-ISO8859-3.pcf.gz.tmp 9x15-ISO8859-3.pcf.gz.tmp 9x15B-ISO8859-3.pcf.gz.tmp 9x18-ISO8859-3.pcf.gz.tmp 9x18B-ISO8859-3.pcf.gz.tmp 10x20-ISO8859-3.pcf.gz.tmp 4x6-ISO8859-4.pcf.gz.tmp 5x7-ISO8859-4.pcf.gz.tmp 5x8-ISO8859-4.pcf.gz.tmp 6x9-ISO8859-4.pcf.gz.tmp 6x10-ISO8859-4.pcf.gz.tmp 6x12-ISO8859-4.pcf.gz.tmp 6x13-ISO8859-4.pcf.gz.tmp 6x13B-ISO8859-4.pcf.gz.tmp 6x13O-ISO8859-4.pcf.gz.tmp 7x13-ISO8859-4.pcf.gz.tmp 7x13B-ISO8859-4.pcf.gz.tmp 7x13O-ISO8859-4.pcf.gz.tmp 7x14-ISO8859-4.pcf.gz.tmp 7x14B-ISO8859-4.pcf.gz.tmp 8x13-ISO8859-4.pcf.gz.tmp 8x13B-ISO8859-4.pcf.gz.tmp 8x13O-ISO8859-4.pcf.gz.tmp 9x15-ISO8859-4.pcf.gz.tmp 9x15B-ISO8859-4.pcf.gz.tmp 9x18-ISO8859-4.pcf.gz.tmp 9x18B-ISO8859-4.pcf.gz.tmp 10x20-ISO8859-4.pcf.gz.tmp 4x6-ISO8859-5.pcf.gz.tmp 5x7-ISO8859-5.pcf.gz.tmp 5x8-ISO8859-5.pcf.gz.tmp 6x9-ISO8859-5.pcf.gz.tmp 6x10-ISO8859-5.pcf.gz.tmp 6x12-ISO8859-5.pcf.gz.tmp 6x13-ISO8859-5.pcf.gz.tmp 6x13B-ISO8859-5.pcf.gz.tmp 6x13O-ISO8859-5.pcf.gz.tmp 7x13-ISO8859-5.pcf.gz.tmp 7x13B-ISO8859-5.pcf.gz.tmp 7x13O-ISO8859-5.pcf.gz.tmp 7x14-ISO8859-5.pcf.gz.tmp 7x14B-ISO8859-5.pcf.gz.tmp 8x13-ISO8859-5.pcf.gz.tmp 8x13B-ISO8859-5.pcf.gz.tmp 8x13O-ISO8859-5.pcf.gz.tmp 9x15-ISO8859-5.pcf.gz.tmp 9x15B-ISO8859-5.pcf.gz.tmp 9x18-ISO8859-5.pcf.gz.tmp 9x18B-ISO8859-5.pcf.gz.tmp 10x20-ISO8859-5.pcf.gz.tmp 4x6-ISO8859-7.pcf.gz.tmp 5x7-ISO8859-7.pcf.gz.tmp 5x8-ISO8859-7.pcf.gz.tmp 6x9-ISO8859-7.pcf.gz.tmp 6x10-ISO8859-7.pcf.gz.tmp 6x12-ISO8859-7.pcf.gz.tmp 6x13-ISO8859-7.pcf.gz.tmp 6x13B-ISO8859-7.pcf.gz.tmp 6x13O-ISO8859-7.pcf.gz.tmp 7x13-ISO8859-7.pcf.gz.tmp 7x13B-ISO8859-7.pcf.gz.tmp 7x13O-ISO8859-7.pcf.gz.tmp 7x14-ISO8859-7.pcf.gz.tmp 7x14B-ISO8859-7.pcf.gz.tmp 8x13-ISO8859-7.pcf.gz.tmp 8x13B-ISO8859-7.pcf.gz.tmp 8x13O-ISO8859-7.pcf.gz.tmp 9x15-ISO8859-7.pcf.gz.tmp 9x15B-ISO8859-7.pcf.gz.tmp 9x18-ISO8859-7.pcf.gz.tmp 9x18B-ISO8859-7.pcf.gz.tmp 10x20-ISO8859-7.pcf.gz.tmp 4x6-ISO8859-8.pcf.gz.tmp 5x7-ISO8859-8.pcf.gz.tmp 5x8-ISO8859-8.pcf.gz.tmp 6x9-ISO8859-8.pcf.gz.tmp 6x10-ISO8859-8.pcf.gz.tmp 6x12-ISO8859-8.pcf.gz.tmp 6x13-ISO8859-8.pcf.gz.tmp 6x13B-ISO8859-8.pcf.gz.tmp 7x13-ISO8859-8.pcf.gz.tmp 7x13B-ISO8859-8.pcf.gz.tmp 7x14-ISO8859-8.pcf.gz.tmp 7x14B-ISO8859-8.pcf.gz.tmp 8x13-ISO8859-8.pcf.gz.tmp 8x13B-ISO8859-8.pcf.gz.tmp 9x15-ISO8859-8.pcf.gz.tmp 9x15B-ISO8859-8.pcf.gz.tmp 9x18-ISO8859-8.pcf.gz.tmp 9x18B-ISO8859-8.pcf.gz.tmp 10x20-ISO8859-8.pcf.gz.tmp 4x6-ISO8859-9.pcf.gz.tmp 5x7-ISO8859-9.pcf.gz.tmp 5x8-ISO8859-9.pcf.gz.tmp 6x9-ISO8859-9.pcf.gz.tmp 6x10-ISO8859-9.pcf.gz.tmp 6x12-ISO8859-9.pcf.gz.tmp 6x13-ISO8859-9.pcf.gz.tmp 6x13B-ISO8859-9.pcf.gz.tmp 6x13O-ISO8859-9.pcf.gz.tmp 7x13-ISO8859-9.pcf.gz.tmp 7x13B-ISO8859-9.pcf.gz.tmp 7x13O-ISO8859-9.pcf.gz.tmp 7x14-ISO8859-9.pcf.gz.tmp 7x14B-ISO8859-9.pcf.gz.tmp 8x13-ISO8859-9.pcf.gz.tmp 8x13B-ISO8859-9.pcf.gz.tmp 8x13O-ISO8859-9.pcf.gz.tmp 9x15-ISO8859-9.pcf.gz.tmp 9x15B-ISO8859-9.pcf.gz.tmp 9x18-ISO8859-9.pcf.gz.tmp 9x18B-ISO8859-9.pcf.gz.tmp 10x20-ISO8859-9.pcf.gz.tmp 4x6-ISO8859-10.pcf.gz.tmp 5x7-ISO8859-10.pcf.gz.tmp 5x8-ISO8859-10.pcf.gz.tmp 6x9-ISO8859-10.pcf.gz.tmp 6x10-ISO8859-10.pcf.gz.tmp 6x12-ISO8859-10.pcf.gz.tmp 6x13-ISO8859-10.pcf.gz.tmp 6x13B-ISO8859-10.pcf.gz.tmp 6x13O-ISO8859-10.pcf.gz.tmp 7x13-ISO8859-10.pcf.gz.tmp 7x13B-ISO8859-10.pcf.gz.tmp 7x13O-ISO8859-10.pcf.gz.tmp 7x14-ISO8859-10.pcf.gz.tmp 7x14B-ISO8859-10.pcf.gz.tmp 8x13-ISO8859-10.pcf.gz.tmp 8x13B-ISO8859-10.pcf.gz.tmp 8x13O-ISO8859-10.pcf.gz.tmp 9x15-ISO8859-10.pcf.gz.tmp 9x15B-ISO8859-10.pcf.gz.tmp 9x18-ISO8859-10.pcf.gz.tmp 9x18B-ISO8859-10.pcf.gz.tmp 10x20-ISO8859-10.pcf.gz.tmp 6x13-ISO8859-11.pcf.gz.tmp 7x13-ISO8859-11.pcf.gz.tmp 7x13B-ISO8859-11.pcf.gz.tmp 7x13O-ISO8859-11.pcf.gz.tmp 7x14-ISO8859-11.pcf.gz.tmp 7x14B-ISO8859-11.pcf.gz.tmp 9x15-ISO8859-11.pcf.gz.tmp 9x15B-ISO8859-11.pcf.gz.tmp 9x18-ISO8859-11.pcf.gz.tmp 10x20-ISO8859-11.pcf.gz.tmp 4x6-ISO8859-13.pcf.gz.tmp 5x7-ISO8859-13.pcf.gz.tmp 5x8-ISO8859-13.pcf.gz.tmp 6x9-ISO8859-13.pcf.gz.tmp 6x10-ISO8859-13.pcf.gz.tmp 6x12-ISO8859-13.pcf.gz.tmp 6x13-ISO8859-13.pcf.gz.tmp 6x13B-ISO8859-13.pcf.gz.tmp 6x13O-ISO8859-13.pcf.gz.tmp 7x13-ISO8859-13.pcf.gz.tmp 7x13B-ISO8859-13.pcf.gz.tmp 7x13O-ISO8859-13.pcf.gz.tmp 7x14-ISO8859-13.pcf.gz.tmp 7x14B-ISO8859-13.pcf.gz.tmp 8x13-ISO8859-13.pcf.gz.tmp 8x13B-ISO8859-13.pcf.gz.tmp 8x13O-ISO8859-13.pcf.gz.tmp 9x15-ISO8859-13.pcf.gz.tmp 9x15B-ISO8859-13.pcf.gz.tmp 9x18-ISO8859-13.pcf.gz.tmp 9x18B-ISO8859-13.pcf.gz.tmp 10x20-ISO8859-13.pcf.gz.tmp 4x6-ISO8859-14.pcf.gz.tmp 5x7-ISO8859-14.pcf.gz.tmp 5x8-ISO8859-14.pcf.gz.tmp 6x9-ISO8859-14.pcf.gz.tmp 6x10-ISO8859-14.pcf.gz.tmp 6x12-ISO8859-14.pcf.gz.tmp 6x13-ISO8859-14.pcf.gz.tmp 6x13B-ISO8859-14.pcf.gz.tmp 6x13O-ISO8859-14.pcf.gz.tmp 7x13-ISO8859-14.pcf.gz.tmp 7x13B-ISO8859-14.pcf.gz.tmp 7x13O-ISO8859-14.pcf.gz.tmp 7x14-ISO8859-14.pcf.gz.tmp 7x14B-ISO8859-14.pcf.gz.tmp 8x13-ISO8859-14.pcf.gz.tmp 8x13B-ISO8859-14.pcf.gz.tmp 8x13O-ISO8859-14.pcf.gz.tmp 9x15-ISO8859-14.pcf.gz.tmp 9x15B-ISO8859-14.pcf.gz.tmp 9x18-ISO8859-14.pcf.gz.tmp 9x18B-ISO8859-14.pcf.gz.tmp 10x20-ISO8859-14.pcf.gz.tmp 4x6-ISO8859-15.pcf.gz.tmp 5x7-ISO8859-15.pcf.gz.tmp 5x8-ISO8859-15.pcf.gz.tmp 6x9-ISO8859-15.pcf.gz.tmp 6x10-ISO8859-15.pcf.gz.tmp 6x12-ISO8859-15.pcf.gz.tmp 6x13-ISO8859-15.pcf.gz.tmp 6x13B-ISO8859-15.pcf.gz.tmp 6x13O-ISO8859-15.pcf.gz.tmp 7x13-ISO8859-15.pcf.gz.tmp 7x13B-ISO8859-15.pcf.gz.tmp 7x13O-ISO8859-15.pcf.gz.tmp 7x14-ISO8859-15.pcf.gz.tmp 7x14B-ISO8859-15.pcf.gz.tmp 8x13-ISO8859-15.pcf.gz.tmp 8x13B-ISO8859-15.pcf.gz.tmp 8x13O-ISO8859-15.pcf.gz.tmp 9x15-ISO8859-15.pcf.gz.tmp 9x15B-ISO8859-15.pcf.gz.tmp 9x18-ISO8859-15.pcf.gz.tmp 9x18B-ISO8859-15.pcf.gz.tmp 10x20-ISO8859-15.pcf.gz.tmp 4x6-ISO8859-16.pcf.gz.tmp 5x7-ISO8859-16.pcf.gz.tmp 5x8-ISO8859-16.pcf.gz.tmp 6x9-ISO8859-16.pcf.gz.tmp 6x10-ISO8859-16.pcf.gz.tmp 6x12-ISO8859-16.pcf.gz.tmp 6x13-ISO8859-16.pcf.gz.tmp 6x13B-ISO8859-16.pcf.gz.tmp 6x13O-ISO8859-16.pcf.gz.tmp 7x13-ISO8859-16.pcf.gz.tmp 7x13B-ISO8859-16.pcf.gz.tmp 7x13O-ISO8859-16.pcf.gz.tmp 7x14-ISO8859-16.pcf.gz.tmp 7x14B-ISO8859-16.pcf.gz.tmp 8x13-ISO8859-16.pcf.gz.tmp 8x13B-ISO8859-16.pcf.gz.tmp 8x13O-ISO8859-16.pcf.gz.tmp 9x15-ISO8859-16.pcf.gz.tmp 9x15B-ISO8859-16.pcf.gz.tmp 9x18-ISO8859-16.pcf.gz.tmp 9x18B-ISO8859-16.pcf.gz.tmp 10x20-ISO8859-16.pcf.gz.tmp 4x6-KOI8-R.pcf.gz.tmp 5x7-KOI8-R.pcf.gz.tmp 5x8-KOI8-R.pcf.gz.tmp 6x9-KOI8-R.pcf.gz.tmp 6x10-KOI8-R.pcf.gz.tmp 6x12-KOI8-R.pcf.gz.tmp 6x13-KOI8-R.pcf.gz.tmp 7x13-KOI8-R.pcf.gz.tmp 7x14-KOI8-R.pcf.gz.tmp 8x13-KOI8-R.pcf.gz.tmp 9x15-KOI8-R.pcf.gz.tmp 9x18-KOI8-R.pcf.gz.tmp 10x20-KOI8-R.pcf.gz.tmp 7x14-JISX0201.1976-0.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/iscsid && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iscsid iscsid_main.o iscsid_lists.o iscsid_driverif.o iscsid_discover.o iscsid_targets.o iscsid_main.ln iscsid_lists.ln iscsid_driverif.ln iscsid_discover.ln iscsid_targets.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/iscsid && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iscsid iscsid_main.o iscsid_lists.o iscsid_driverif.o iscsid_discover.o iscsid_targets.o iscsid_main.ln iscsid_lists.ln iscsid_driverif.ln iscsid_discover.ln iscsid_targets.ln || true) --- cleandir-external --- --- cleanfonts --- rm -f 12x13ja.bdf 18x18ja.bdf 18x18ko.bdf k14.bdf nil2.bdf 4x6.bdf 5x7.bdf 5x8.bdf 6x10.bdf 6x12.bdf 6x13.bdf 6x13B.bdf 6x13O.bdf 6x9.bdf 7x13.bdf 7x13B.bdf 7x13O.bdf 7x14.bdf 7x14B.bdf 8x13.bdf 8x13B.bdf 8x13O.bdf 9x15.bdf 9x15B.bdf 9x18.bdf 9x18B.bdf 10x20.bdf 4x6-ISO8859-1.bdf 5x7-ISO8859-1.bdf 5x8-ISO8859-1.bdf 6x9-ISO8859-1.bdf 6x10-ISO8859-1.bdf 6x12-ISO8859-1.bdf 6x13-ISO8859-1.bdf 6x13B-ISO8859-1.bdf 6x13O-ISO8859-1.bdf 7x13-ISO8859-1.bdf 7x13B-ISO8859-1.bdf 7x13O-ISO8859-1.bdf 7x14-ISO8859-1.bdf 7x14B-ISO8859-1.bdf 8x13-ISO8859-1.bdf 8x13B-ISO8859-1.bdf 8x13O-ISO8859-1.bdf 9x15-ISO8859-1.bdf 9x15B-ISO8859-1.bdf 9x18-ISO8859-1.bdf 9x18B-ISO8859-1.bdf 10x20-ISO8859-1.bdf 4x6-ISO8859-2.bdf 5x7-ISO8859-2.bdf 5x8-ISO8859-2.bdf 6x9-ISO8859-2.bdf 6x10-ISO8859-2.bdf 6x12-ISO8859-2.bdf 6x13-ISO8859-2.bdf 6x13B-ISO8859-2.bdf 6x13O-ISO8859-2.bdf 7x13-ISO8859-2.bdf 7x13B-ISO8859-2.bdf 7x13O-ISO8859-2.bdf 7x14-ISO8859-2.bdf 7x14B-ISO8859-2.bdf 8x13-ISO8859-2.bdf 8x13B-ISO8859-2.bdf 8x13O-ISO8859-2.bdf 9x15-ISO8859-2.bdf 9x15B-ISO8859-2.bdf 9x18-ISO8859-2.bdf 9x18B-ISO8859-2.bdf 10x20-ISO8859-2.bdf 4x6-ISO8859-3.bdf 5x7-ISO8859-3.bdf 5x8-ISO8859-3.bdf 6x9-ISO8859-3.bdf 6x10-ISO8859-3.bdf 6x12-ISO8859-3.bdf 6x13-ISO8859-3.bdf 6x13B-ISO8859-3.bdf 6x13O-ISO8859-3.bdf 7x13-ISO8859-3.bdf 7x13B-ISO8859-3.bdf 7x13O-ISO8859-3.bdf 7x14-ISO8859-3.bdf 7x14B-ISO8859-3.bdf 8x13-ISO8859-3.bdf 8x13B-ISO8859-3.bdf 8x13O-ISO8859-3.bdf 9x15-ISO8859-3.bdf 9x15B-ISO8859-3.bdf 9x18-ISO8859-3.bdf 9x18B-ISO8859-3.bdf 10x20-ISO8859-3.bdf 4x6-ISO8859-4.bdf 5x7-ISO8859-4.bdf 5x8-ISO8859-4.bdf 6x9-ISO8859-4.bdf 6x10-ISO8859-4.bdf 6x12-ISO8859-4.bdf 6x13-ISO8859-4.bdf 6x13B-ISO8859-4.bdf 6x13O-ISO8859-4.bdf 7x13-ISO8859-4.bdf 7x13B-ISO8859-4.bdf 7x13O-ISO8859-4.bdf 7x14-ISO8859-4.bdf 7x14B-ISO8859-4.bdf 8x13-ISO8859-4.bdf 8x13B-ISO8859-4.bdf 8x13O-ISO8859-4.bdf 9x15-ISO8859-4.bdf 9x15B-ISO8859-4.bdf 9x18-ISO8859-4.bdf 9x18B-ISO8859-4.bdf 10x20-ISO8859-4.bdf 4x6-ISO8859-5.bdf 5x7-ISO8859-5.bdf 5x8-ISO8859-5.bdf 6x9-ISO8859-5.bdf 6x10-ISO8859-5.bdf 6x12-ISO8859-5.bdf 6x13-ISO8859-5.bdf 6x13B-ISO8859-5.bdf 6x13O-ISO8859-5.bdf 7x13-ISO8859-5.bdf 7x13B-ISO8859-5.bdf 7x13O-ISO8859-5.bdf 7x14-ISO8859-5.bdf 7x14B-ISO8859-5.bdf 8x13-ISO8859-5.bdf 8x13B-ISO8859-5.bdf 8x13O-ISO8859-5.bdf 9x15-ISO8859-5.bdf 9x15B-ISO8859-5.bdf 9x18-ISO8859-5.bdf 9x18B-ISO8859-5.bdf 10x20-ISO8859-5.bdf 4x6-ISO8859-7.bdf 5x7-ISO8859-7.bdf 5x8-ISO8859-7.bdf 6x9-ISO8859-7.bdf 6x10-ISO8859-7.bdf 6x12-ISO8859-7.bdf 6x13-ISO8859-7.bdf 6x13B-ISO8859-7.bdf 6x13O-ISO8859-7.bdf 7x13-ISO8859-7.bdf 7x13B-ISO8859-7.bdf 7x13O-ISO8859-7.bdf 7x14-ISO8859-7.bdf 7x14B-ISO8859-7.bdf 8x13-ISO8859-7.bdf 8x13B-ISO8859-7.bdf 8x13O-ISO8859-7.bdf 9x15-ISO8859-7.bdf 9x15B-ISO8859-7.bdf 9x18-ISO8859-7.bdf 9x18B-ISO8859-7.bdf 10x20-ISO8859-7.bdf 4x6-ISO8859-8.bdf 5x7-ISO8859-8.bdf 5x8-ISO8859-8.bdf 6x9-ISO8859-8.bdf 6x10-ISO8859-8.bdf 6x12-ISO8859-8.bdf 6x13-ISO8859-8.bdf 6x13B-ISO8859-8.bdf 7x13-ISO8859-8.bdf 7x13B-ISO8859-8.bdf 7x14-ISO8859-8.bdf 7x14B-ISO8859-8.bdf 8x13-ISO8859-8.bdf 8x13B-ISO8859-8.bdf 9x15-ISO8859-8.bdf 9x15B-ISO8859-8.bdf 9x18-ISO8859-8.bdf 9x18B-ISO8859-8.bdf 10x20-ISO8859-8.bdf 4x6-ISO8859-9.bdf 5x7-ISO8859-9.bdf 5x8-ISO8859-9.bdf 6x9-ISO8859-9.bdf 6x10-ISO8859-9.bdf 6x12-ISO8859-9.bdf 6x13-ISO8859-9.bdf 6x13B-ISO8859-9.bdf 6x13O-ISO8859-9.bdf 7x13-ISO8859-9.bdf 7x13B-ISO8859-9.bdf 7x13O-ISO8859-9.bdf 7x14-ISO8859-9.bdf 7x14B-ISO8859-9.bdf 8x13-ISO8859-9.bdf 8x13B-ISO8859-9.bdf 8x13O-ISO8859-9.bdf 9x15-ISO8859-9.bdf 9x15B-ISO8859-9.bdf 9x18-ISO8859-9.bdf 9x18B-ISO8859-9.bdf 10x20-ISO8859-9.bdf 4x6-ISO8859-10.bdf 5x7-ISO8859-10.bdf 5x8-ISO8859-10.bdf 6x9-ISO8859-10.bdf 6x10-ISO8859-10.bdf 6x12-ISO8859-10.bdf 6x13-ISO8859-10.bdf 6x13B-ISO8859-10.bdf 6x13O-ISO8859-10.bdf 7x13-ISO8859-10.bdf 7x13B-ISO8859-10.bdf 7x13O-ISO8859-10.bdf 7x14-ISO8859-10.bdf 7x14B-ISO8859-10.bdf 8x13-ISO8859-10.bdf 8x13B-ISO8859-10.bdf 8x13O-ISO8859-10.bdf 9x15-ISO8859-10.bdf 9x15B-ISO8859-10.bdf 9x18-ISO8859-10.bdf 9x18B-ISO8859-10.bdf 10x20-ISO8859-10.bdf 6x13-ISO8859-11.bdf 7x13-ISO8859-11.bdf 7x13B-ISO8859-11.bdf 7x13O-ISO8859-11.bdf 7x14-ISO8859-11.bdf 7x14B-ISO8859-11.bdf 9x15-ISO8859-11.bdf 9x15B-ISO8859-11.bdf 9x18-ISO8859-11.bdf 10x20-ISO8859-11.bdf 4x6-ISO8859-13.bdf 5x7-ISO8859-13.bdf 5x8-ISO8859-13.bdf 6x9-ISO8859-13.bdf 6x10-ISO8859-13.bdf 6x12-ISO8859-13.bdf 6x13-ISO8859-13.bdf 6x13B-ISO8859-13.bdf 6x13O-ISO8859-13.bdf 7x13-ISO8859-13.bdf 7x13B-ISO8859-13.bdf 7x13O-ISO8859-13.bdf 7x14-ISO8859-13.bdf 7x14B-ISO8859-13.bdf 8x13-ISO8859-13.bdf 8x13B-ISO8859-13.bdf 8x13O-ISO8859-13.bdf 9x15-ISO8859-13.bdf 9x15B-ISO8859-13.bdf 9x18-ISO8859-13.bdf 9x18B-ISO8859-13.bdf 10x20-ISO8859-13.bdf 4x6-ISO8859-14.bdf 5x7-ISO8859-14.bdf 5x8-ISO8859-14.bdf 6x9-ISO8859-14.bdf 6x10-ISO8859-14.bdf 6x12-ISO8859-14.bdf 6x13-ISO8859-14.bdf 6x13B-ISO8859-14.bdf 6x13O-ISO8859-14.bdf 7x13-ISO8859-14.bdf 7x13B-ISO8859-14.bdf 7x13O-ISO8859-14.bdf 7x14-ISO8859-14.bdf 7x14B-ISO8859-14.bdf 8x13-ISO8859-14.bdf 8x13B-ISO8859-14.bdf 8x13O-ISO8859-14.bdf 9x15-ISO8859-14.bdf 9x15B-ISO8859-14.bdf 9x18-ISO8859-14.bdf 9x18B-ISO8859-14.bdf 10x20-ISO8859-14.bdf 4x6-ISO8859-15.bdf 5x7-ISO8859-15.bdf 5x8-ISO8859-15.bdf 6x9-ISO8859-15.bdf 6x10-ISO8859-15.bdf 6x12-ISO8859-15.bdf 6x13-ISO8859-15.bdf 6x13B-ISO8859-15.bdf 6x13O-ISO8859-15.bdf 7x13-ISO8859-15.bdf 7x13B-ISO8859-15.bdf 7x13O-ISO8859-15.bdf 7x14-ISO8859-15.bdf 7x14B-ISO8859-15.bdf 8x13-ISO8859-15.bdf 8x13B-ISO8859-15.bdf 8x13O-ISO8859-15.bdf 9x15-ISO8859-15.bdf 9x15B-ISO8859-15.bdf 9x18-ISO8859-15.bdf 9x18B-ISO8859-15.bdf 10x20-ISO8859-15.bdf 4x6-ISO8859-16.bdf 5x7-ISO8859-16.bdf 5x8-ISO8859-16.bdf 6x9-ISO8859-16.bdf 6x10-ISO8859-16.bdf 6x12-ISO8859-16.bdf 6x13-ISO8859-16.bdf 6x13B-ISO8859-16.bdf 6x13O-ISO8859-16.bdf 7x13-ISO8859-16.bdf 7x13B-ISO8859-16.bdf 7x13O-ISO8859-16.bdf 7x14-ISO8859-16.bdf 7x14B-ISO8859-16.bdf 8x13-ISO8859-16.bdf 8x13B-ISO8859-16.bdf 8x13O-ISO8859-16.bdf 9x15-ISO8859-16.bdf 9x15B-ISO8859-16.bdf 9x18-ISO8859-16.bdf 9x18B-ISO8859-16.bdf 10x20-ISO8859-16.bdf 4x6-KOI8-R.bdf 5x7-KOI8-R.bdf 5x8-KOI8-R.bdf 6x9-KOI8-R.bdf 6x10-KOI8-R.bdf 6x12-KOI8-R.bdf 6x13-KOI8-R.bdf 7x13-KOI8-R.bdf 7x14-KOI8-R.bdf 8x13-KOI8-R.bdf 9x15-KOI8-R.bdf 9x18-KOI8-R.bdf 10x20-KOI8-R.bdf 7x14-JISX0201.1976-0.bdf --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- rm -f 12x13ja.pcf.gz 18x18ja.pcf.gz 18x18ko.pcf.gz k14.pcf.gz nil2.pcf.gz 4x6.pcf.gz 5x7.pcf.gz 5x8.pcf.gz 6x10.pcf.gz 6x12.pcf.gz 6x13.pcf.gz 6x13B.pcf.gz 6x13O.pcf.gz 6x9.pcf.gz 7x13.pcf.gz 7x13B.pcf.gz 7x13O.pcf.gz 7x14.pcf.gz 7x14B.pcf.gz 8x13.pcf.gz 8x13B.pcf.gz 8x13O.pcf.gz 9x15.pcf.gz 9x15B.pcf.gz 9x18.pcf.gz 9x18B.pcf.gz 10x20.pcf.gz 4x6-ISO8859-1.pcf.gz 5x7-ISO8859-1.pcf.gz 5x8-ISO8859-1.pcf.gz 6x9-ISO8859-1.pcf.gz 6x10-ISO8859-1.pcf.gz 6x12-ISO8859-1.pcf.gz 6x13-ISO8859-1.pcf.gz 6x13B-ISO8859-1.pcf.gz 6x13O-ISO8859-1.pcf.gz 7x13-ISO8859-1.pcf.gz 7x13B-ISO8859-1.pcf.gz 7x13O-ISO8859-1.pcf.gz 7x14-ISO8859-1.pcf.gz 7x14B-ISO8859-1.pcf.gz 8x13-ISO8859-1.pcf.gz 8x13B-ISO8859-1.pcf.gz 8x13O-ISO8859-1.pcf.gz 9x15-ISO8859-1.pcf.gz 9x15B-ISO8859-1.pcf.gz 9x18-ISO8859-1.pcf.gz 9x18B-ISO8859-1.pcf.gz 10x20-ISO8859-1.pcf.gz 4x6-ISO8859-2.pcf.gz 5x7-ISO8859-2.pcf.gz 5x8-ISO8859-2.pcf.gz 6x9-ISO8859-2.pcf.gz 6x10-ISO8859-2.pcf.gz 6x12-ISO8859-2.pcf.gz 6x13-ISO8859-2.pcf.gz 6x13B-ISO8859-2.pcf.gz 6x13O-ISO8859-2.pcf.gz 7x13-ISO8859-2.pcf.gz 7x13B-ISO8859-2.pcf.gz 7x13O-ISO8859-2.pcf.gz 7x14-ISO8859-2.pcf.gz 7x14B-ISO8859-2.pcf.gz 8x13-ISO8859-2.pcf.gz 8x13B-ISO8859-2.pcf.gz 8x13O-ISO8859-2.pcf.gz 9x15-ISO8859-2.pcf.gz 9x15B-ISO8859-2.pcf.gz 9x18-ISO8859-2.pcf.gz 9x18B-ISO8859-2.pcf.gz 10x20-ISO8859-2.pcf.gz 4x6-ISO8859-3.pcf.gz 5x7-ISO8859-3.pcf.gz 5x8-ISO8859-3.pcf.gz 6x9-ISO8859-3.pcf.gz 6x10-ISO8859-3.pcf.gz 6x12-ISO8859-3.pcf.gz 6x13-ISO8859-3.pcf.gz 6x13B-ISO8859-3.pcf.gz 6x13O-ISO8859-3.pcf.gz 7x13-ISO8859-3.pcf.gz 7x13B-ISO8859-3.pcf.gz 7x13O-ISO8859-3.pcf.gz 7x14-ISO8859-3.pcf.gz 7x14B-ISO8859-3.pcf.gz 8x13-ISO8859-3.pcf.gz 8x13B-ISO8859-3.pcf.gz 8x13O-ISO8859-3.pcf.gz 9x15-ISO8859-3.pcf.gz 9x15B-ISO8859-3.pcf.gz 9x18-ISO8859-3.pcf.gz 9x18B-ISO8859-3.pcf.gz 10x20-ISO8859-3.pcf.gz 4x6-ISO8859-4.pcf.gz 5x7-ISO8859-4.pcf.gz 5x8-ISO8859-4.pcf.gz 6x9-ISO8859-4.pcf.gz 6x10-ISO8859-4.pcf.gz 6x12-ISO8859-4.pcf.gz 6x13-ISO8859-4.pcf.gz 6x13B-ISO8859-4.pcf.gz 6x13O-ISO8859-4.pcf.gz 7x13-ISO8859-4.pcf.gz 7x13B-ISO8859-4.pcf.gz 7x13O-ISO8859-4.pcf.gz 7x14-ISO8859-4.pcf.gz 7x14B-ISO8859-4.pcf.gz 8x13-ISO8859-4.pcf.gz 8x13B-ISO8859-4.pcf.gz 8x13O-ISO8859-4.pcf.gz 9x15-ISO8859-4.pcf.gz 9x15B-ISO8859-4.pcf.gz 9x18-ISO8859-4.pcf.gz 9x18B-ISO8859-4.pcf.gz 10x20-ISO8859-4.pcf.gz 4x6-ISO8859-5.pcf.gz 5x7-ISO8859-5.pcf.gz 5x8-ISO8859-5.pcf.gz 6x9-ISO8859-5.pcf.gz 6x10-ISO8859-5.pcf.gz 6x12-ISO8859-5.pcf.gz 6x13-ISO8859-5.pcf.gz 6x13B-ISO8859-5.pcf.gz 6x13O-ISO8859-5.pcf.gz 7x13-ISO8859-5.pcf.gz 7x13B-ISO8859-5.pcf.gz 7x13O-ISO8859-5.pcf.gz 7x14-ISO8859-5.pcf.gz 7x14B-ISO8859-5.pcf.gz 8x13-ISO8859-5.pcf.gz 8x13B-ISO8859-5.pcf.gz 8x13O-ISO8859-5.pcf.gz 9x15-ISO8859-5.pcf.gz 9x15B-ISO8859-5.pcf.gz 9x18-ISO8859-5.pcf.gz 9x18B-ISO8859-5.pcf.gz 10x20-ISO8859-5.pcf.gz 4x6-ISO8859-7.pcf.gz 5x7-ISO8859-7.pcf.gz 5x8-ISO8859-7.pcf.gz 6x9-ISO8859-7.pcf.gz 6x10-ISO8859-7.pcf.gz 6x12-ISO8859-7.pcf.gz 6x13-ISO8859-7.pcf.gz 6x13B-ISO8859-7.pcf.gz 6x13O-ISO8859-7.pcf.gz 7x13-ISO8859-7.pcf.gz 7x13B-ISO8859-7.pcf.gz 7x13O-ISO8859-7.pcf.gz 7x14-ISO8859-7.pcf.gz 7x14B-ISO8859-7.pcf.gz 8x13-ISO8859-7.pcf.gz 8x13B-ISO8859-7.pcf.gz 8x13O-ISO8859-7.pcf.gz 9x15-ISO8859-7.pcf.gz 9x15B-ISO8859-7.pcf.gz 9x18-ISO8859-7.pcf.gz 9x18B-ISO8859-7.pcf.gz 10x20-ISO8859-7.pcf.gz 4x6-ISO8859-8.pcf.gz 5x7-ISO8859-8.pcf.gz 5x8-ISO8859-8.pcf.gz 6x9-ISO8859-8.pcf.gz 6x10-ISO8859-8.pcf.gz 6x12-ISO8859-8.pcf.gz 6x13-ISO8859-8.pcf.gz 6x13B-ISO8859-8.pcf.gz 7x13-ISO8859-8.pcf.gz 7x13B-ISO8859-8.pcf.gz 7x14-ISO8859-8.pcf.gz 7x14B-ISO8859-8.pcf.gz 8x13-ISO8859-8.pcf.gz 8x13B-ISO8859-8.pcf.gz 9x15-ISO8859-8.pcf.gz 9x15B-ISO8859-8.pcf.gz 9x18-ISO8859-8.pcf.gz 9x18B-ISO8859-8.pcf.gz 10x20-ISO8859-8.pcf.gz 4x6-ISO8859-9.pcf.gz 5x7-ISO8859-9.pcf.gz 5x8-ISO8859-9.pcf.gz 6x9-ISO8859-9.pcf.gz 6x10-ISO8859-9.pcf.gz 6x12-ISO8859-9.pcf.gz 6x13-ISO8859-9.pcf.gz 6x13B-ISO8859-9.pcf.gz 6x13O-ISO8859-9.pcf.gz 7x13-ISO8859-9.pcf.gz 7x13B-ISO8859-9.pcf.gz 7x13O-ISO8859-9.pcf.gz 7x14-ISO8859-9.pcf.gz 7x14B-ISO8859-9.pcf.gz 8x13-ISO8859-9.pcf.gz 8x13B-ISO8859-9.pcf.gz 8x13O-ISO8859-9.pcf.gz 9x15-ISO8859-9.pcf.gz 9x15B-ISO8859-9.pcf.gz 9x18-ISO8859-9.pcf.gz 9x18B-ISO8859-9.pcf.gz 10x20-ISO8859-9.pcf.gz 4x6-ISO8859-10.pcf.gz 5x7-ISO8859-10.pcf.gz 5x8-ISO8859-10.pcf.gz 6x9-ISO8859-10.pcf.gz 6x10-ISO8859-10.pcf.gz 6x12-ISO8859-10.pcf.gz 6x13-ISO8859-10.pcf.gz 6x13B-ISO8859-10.pcf.gz 6x13O-ISO8859-10.pcf.gz 7x13-ISO8859-10.pcf.gz 7x13B-ISO8859-10.pcf.gz 7x13O-ISO8859-10.pcf.gz 7x14-ISO8859-10.pcf.gz 7x14B-ISO8859-10.pcf.gz 8x13-ISO8859-10.pcf.gz 8x13B-ISO8859-10.pcf.gz 8x13O-ISO8859-10.pcf.gz 9x15-ISO8859-10.pcf.gz 9x15B-ISO8859-10.pcf.gz 9x18-ISO8859-10.pcf.gz 9x18B-ISO8859-10.pcf.gz 10x20-ISO8859-10.pcf.gz 6x13-ISO8859-11.pcf.gz 7x13-ISO8859-11.pcf.gz 7x13B-ISO8859-11.pcf.gz 7x13O-ISO8859-11.pcf.gz 7x14-ISO8859-11.pcf.gz 7x14B-ISO8859-11.pcf.gz 9x15-ISO8859-11.pcf.gz 9x15B-ISO8859-11.pcf.gz 9x18-ISO8859-11.pcf.gz 10x20-ISO8859-11.pcf.gz 4x6-ISO8859-13.pcf.gz 5x7-ISO8859-13.pcf.gz 5x8-ISO8859-13.pcf.gz 6x9-ISO8859-13.pcf.gz 6x10-ISO8859-13.pcf.gz 6x12-ISO8859-13.pcf.gz 6x13-ISO8859-13.pcf.gz 6x13B-ISO8859-13.pcf.gz 6x13O-ISO8859-13.pcf.gz 7x13-ISO8859-13.pcf.gz 7x13B-ISO8859-13.pcf.gz 7x13O-ISO8859-13.pcf.gz 7x14-ISO8859-13.pcf.gz 7x14B-ISO8859-13.pcf.gz 8x13-ISO8859-13.pcf.gz 8x13B-ISO8859-13.pcf.gz 8x13O-ISO8859-13.pcf.gz 9x15-ISO8859-13.pcf.gz 9x15B-ISO8859-13.pcf.gz 9x18-ISO8859-13.pcf.gz 9x18B-ISO8859-13.pcf.gz 10x20-ISO8859-13.pcf.gz 4x6-ISO8859-14.pcf.gz 5x7-ISO8859-14.pcf.gz 5x8-ISO8859-14.pcf.gz 6x9-ISO8859-14.pcf.gz 6x10-ISO8859-14.pcf.gz 6x12-ISO8859-14.pcf.gz 6x13-ISO8859-14.pcf.gz 6x13B-ISO8859-14.pcf.gz 6x13O-ISO8859-14.pcf.gz 7x13-ISO8859-14.pcf.gz 7x13B-ISO8859-14.pcf.gz 7x13O-ISO8859-14.pcf.gz 7x14-ISO8859-14.pcf.gz 7x14B-ISO8859-14.pcf.gz 8x13-ISO8859-14.pcf.gz 8x13B-ISO8859-14.pcf.gz 8x13O-ISO8859-14.pcf.gz 9x15-ISO8859-14.pcf.gz 9x15B-ISO8859-14.pcf.gz 9x18-ISO8859-14.pcf.gz 9x18B-ISO8859-14.pcf.gz 10x20-ISO8859-14.pcf.gz 4x6-ISO8859-15.pcf.gz 5x7-ISO8859-15.pcf.gz 5x8-ISO8859-15.pcf.gz 6x9-ISO8859-15.pcf.gz 6x10-ISO8859-15.pcf.gz 6x12-ISO8859-15.pcf.gz 6x13-ISO8859-15.pcf.gz 6x13B-ISO8859-15.pcf.gz 6x13O-ISO8859-15.pcf.gz 7x13-ISO8859-15.pcf.gz 7x13B-ISO8859-15.pcf.gz 7x13O-ISO8859-15.pcf.gz 7x14-ISO8859-15.pcf.gz 7x14B-ISO8859-15.pcf.gz 8x13-ISO8859-15.pcf.gz 8x13B-ISO8859-15.pcf.gz 8x13O-ISO8859-15.pcf.gz 9x15-ISO8859-15.pcf.gz 9x15B-ISO8859-15.pcf.gz 9x18-ISO8859-15.pcf.gz 9x18B-ISO8859-15.pcf.gz 10x20-ISO8859-15.pcf.gz 4x6-ISO8859-16.pcf.gz 5x7-ISO8859-16.pcf.gz 5x8-ISO8859-16.pcf.gz 6x9-ISO8859-16.pcf.gz 6x10-ISO8859-16.pcf.gz 6x12-ISO8859-16.pcf.gz 6x13-ISO8859-16.pcf.gz 6x13B-ISO8859-16.pcf.gz 6x13O-ISO8859-16.pcf.gz 7x13-ISO8859-16.pcf.gz 7x13B-ISO8859-16.pcf.gz 7x13O-ISO8859-16.pcf.gz 7x14-ISO8859-16.pcf.gz 7x14B-ISO8859-16.pcf.gz 8x13-ISO8859-16.pcf.gz 8x13B-ISO8859-16.pcf.gz 8x13O-ISO8859-16.pcf.gz 9x15-ISO8859-16.pcf.gz 9x15B-ISO8859-16.pcf.gz 9x18-ISO8859-16.pcf.gz 9x18B-ISO8859-16.pcf.gz 10x20-ISO8859-16.pcf.gz 4x6-KOI8-R.pcf.gz 5x7-KOI8-R.pcf.gz 5x8-KOI8-R.pcf.gz 6x9-KOI8-R.pcf.gz 6x10-KOI8-R.pcf.gz 6x12-KOI8-R.pcf.gz 6x13-KOI8-R.pcf.gz 7x13-KOI8-R.pcf.gz 7x14-KOI8-R.pcf.gz 8x13-KOI8-R.pcf.gz 9x15-KOI8-R.pcf.gz 9x18-KOI8-R.pcf.gz 10x20-KOI8-R.pcf.gz 7x14-JISX0201.1976-0.pcf.gz --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/iscsid && rm -f iscsid.html8 .depend iscsid_discover.d iscsid_driverif.d iscsid_lists.d iscsid_main.d iscsid_targets.d iscsid_discover.d.tmp iscsid_driverif.d.tmp iscsid_lists.d.tmp iscsid_main.d.tmp iscsid_targets.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/iscsid && rm -f iscsid.html8 .depend iscsid_discover.d iscsid_driverif.d iscsid_lists.d iscsid_main.d iscsid_targets.d iscsid_discover.d.tmp iscsid_driverif.d.tmp iscsid_lists.d.tmp iscsid_main.d.tmp iscsid_targets.d.tmp tags || true) --- cleandir-external --- --- cleandir-font-mutt-misc --- cleandir ===> external/mit/xorg/share/fonts/misc/font-mutt-misc --- cleandir-sbin --- --- cleandir-setkey --- cleandir ===> sbin/setkey --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/setkey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit parse.c token.c parse.h setkey setkey.o parse.o token.o setkey.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/setkey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit parse.c token.c parse.h setkey setkey.o parse.o token.o setkey.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/misc/font-mutt-misc && rm -f cu-alt12.pcf.gz.tmp cu-arabic12.pcf.gz.tmp cu-devnag12.pcf.gz.tmp cu-lig12.pcf.gz.tmp cu-pua12.pcf.gz.tmp cu12.pcf.gz.tmp cuarabic12.pcf.gz.tmp cudevnag12.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/misc/font-mutt-misc && rm -f cu-alt12.pcf.gz.tmp cu-arabic12.pcf.gz.tmp cu-devnag12.pcf.gz.tmp cu-lig12.pcf.gz.tmp cu-pua12.pcf.gz.tmp cu12.pcf.gz.tmp cuarabic12.pcf.gz.tmp cudevnag12.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/sbin/setkey && rm -f setkey.html8 .depend parse.d setkey.d token.d parse.d.tmp setkey.d.tmp token.d.tmp tags || true) --- cleandir-external --- --- cleanfonts --- --- cleandir-sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/sbin/setkey && rm -f setkey.html8 .depend parse.d setkey.d token.d parse.d.tmp setkey.d.tmp token.d.tmp tags || true) --- cleandir-external --- rm -f cu-alt12.bdf cu-arabic12.bdf cu-devnag12.bdf cu-lig12.bdf cu-pua12.bdf cu12.bdf cuarabic12.bdf cudevnag12.bdf rm -f cu-alt12.pcf.gz cu-arabic12.pcf.gz cu-devnag12.pcf.gz cu-lig12.pcf.gz cu-pua12.pcf.gz cu12.pcf.gz cuarabic12.pcf.gz cudevnag12.pcf.gz --- cleandir-usr.bin --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- cleandir ===> usr.bin --- cleandir-external --- --- cleandir-font-sony-misc --- cleandir ===> external/mit/xorg/share/fonts/misc/font-sony-misc --- __doclean --- --- cleandir-usr.bin --- --- cleandir-aiomixer --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/misc/font-sony-misc && rm -f 12x24.pcf.gz.tmp 12x24rk.pcf.gz.tmp 8x16.pcf.gz.tmp 8x16rk.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/aiomixer --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/misc/font-sony-misc && rm -f 12x24.pcf.gz.tmp 12x24rk.pcf.gz.tmp 8x16.pcf.gz.tmp 8x16rk.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleanfonts --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- rm -f 12x24.bdf 12x24rk.bdf 8x16.bdf 8x16rk.bdf --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/aiomixer && rm -f a.out [Ee]rrs mklog core *.core .gdbinit aiomixer main.o draw.o parse.o main.ln draw.ln parse.ln || true) --- cleandir-external --- rm -f 12x24.pcf.gz 12x24rk.pcf.gz 8x16.pcf.gz 8x16rk.pcf.gz --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/aiomixer && rm -f a.out [Ee]rrs mklog core *.core .gdbinit aiomixer main.o draw.o parse.o main.ln draw.ln parse.ln || true) --- cleandir-external --- --- cleandir-font-spleen-misc --- cleandir ===> external/mit/xorg/share/fonts/misc/font-spleen-misc --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/aiomixer && rm -f aiomixer.html1 .depend draw.d main.d parse.d draw.d.tmp main.d.tmp parse.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/aiomixer && rm -f aiomixer.html1 .depend draw.d main.d parse.d draw.d.tmp main.d.tmp parse.d.tmp tags || true) --- cleandir-apply --- cleandir ===> usr.bin/apply --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/fonts/misc/font-spleen-misc && rm -f spleen-32x64.pcf.gz.tmp spleen-16x32.pcf.gz.tmp spleen-12x24.pcf.gz.tmp spleen-8x16.pcf.gz.tmp spleen-6x12.pcf.gz.tmp spleen-5x8.pcf.gz.tmp spleen-32x64-ISO8859-1.pcf.gz.tmp spleen-16x32-ISO8859-1.pcf.gz.tmp spleen-12x24-ISO8859-1.pcf.gz.tmp spleen-8x16-ISO8859-1.pcf.gz.tmp spleen-6x12-ISO8859-1.pcf.gz.tmp spleen-5x8-ISO8859-1.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/fonts/misc/font-spleen-misc && rm -f spleen-32x64.pcf.gz.tmp spleen-16x32.pcf.gz.tmp spleen-12x24.pcf.gz.tmp spleen-8x16.pcf.gz.tmp spleen-6x12.pcf.gz.tmp spleen-5x8.pcf.gz.tmp spleen-32x64-ISO8859-1.pcf.gz.tmp spleen-16x32-ISO8859-1.pcf.gz.tmp spleen-12x24-ISO8859-1.pcf.gz.tmp spleen-8x16-ISO8859-1.pcf.gz.tmp spleen-6x12-ISO8859-1.pcf.gz.tmp spleen-5x8-ISO8859-1.pcf.gz.tmp a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/apply && rm -f a.out [Ee]rrs mklog core *.core .gdbinit apply apply.o apply.ln || true) --- cleandir-external --- --- cleanfonts --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/apply && rm -f a.out [Ee]rrs mklog core *.core .gdbinit apply apply.o apply.ln || true) --- cleandir-external --- rm -f spleen-32x64.bdf spleen-16x32.bdf spleen-12x24.bdf spleen-8x16.bdf spleen-6x12.bdf spleen-5x8.bdf spleen-32x64-ISO8859-1.bdf spleen-16x32-ISO8859-1.bdf spleen-12x24-ISO8859-1.bdf spleen-8x16-ISO8859-1.bdf spleen-6x12-ISO8859-1.bdf spleen-5x8-ISO8859-1.bdf rm -f spleen-32x64.pcf.gz spleen-16x32.pcf.gz spleen-12x24.pcf.gz spleen-8x16.pcf.gz spleen-6x12.pcf.gz spleen-5x8.pcf.gz spleen-32x64-ISO8859-1.pcf.gz spleen-16x32-ISO8859-1.pcf.gz spleen-12x24-ISO8859-1.pcf.gz spleen-8x16-ISO8859-1.pcf.gz spleen-6x12-ISO8859-1.pcf.gz spleen-5x8-ISO8859-1.pcf.gz --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/apply && rm -f apply.html1 .depend apply.d apply.d.tmp tags || true) --- cleandir-external --- --- cleandir-man --- cleandir ===> external/mit/xorg/share/man --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/apply && rm -f apply.html1 .depend apply.d apply.d.tmp tags || true) --- cleandir-external --- --- cleandir-man7 --- --- cleandir-usr.bin --- --- cleandir-asa --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/man/man7 --- cleandir-usr.bin --- cleandir ===> usr.bin/asa --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/asa && rm -f a.out [Ee]rrs mklog core *.core .gdbinit asa asa.o asa.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/man/man7 && rm -f Consortium.7 Standards.7 X.7 XOrgFoundation.7 XProjectTeam.7 Xsecurity.7 Consortium.html7 Standards.html7 X.html7 XOrgFoundation.html7 XProjectTeam.html7 Xsecurity.html7 || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/asa && rm -f a.out [Ee]rrs mklog core *.core .gdbinit asa asa.o asa.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/man/man7 && rm -f Consortium.7 Standards.7 X.7 XOrgFoundation.7 XProjectTeam.7 Xsecurity.7 Consortium.html7 Standards.html7 X.html7 XOrgFoundation.html7 XProjectTeam.html7 Xsecurity.html7 || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-nls --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/asa && rm -f asa.html1 .depend asa.d asa.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/asa && rm -f asa.html1 .depend asa.d asa.d.tmp tags || true) --- cleandir-at --- cleandir ===> usr.bin/at --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls && rm -f compose.dir.lt locale.alias.lt locale.dir.lt a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls && rm -f compose.dir.lt locale.alias.lt locale.dir.lt a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/at && rm -f a.out [Ee]rrs mklog core *.core .gdbinit at at.o panic.o parsetime.o perm.o privs.o stime.o at.ln panic.ln parsetime.ln perm.ln privs.ln stime.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/at && rm -f a.out [Ee]rrs mklog core *.core .gdbinit at at.o panic.o parsetime.o perm.o privs.o stime.o at.ln panic.ln parsetime.ln perm.ln privs.ln stime.ln || true) --- cleandir-external --- --- cleandir-C --- cleandir ===> external/mit/xorg/share/nls/C --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/at && rm -f at.html1 .depend at.d panic.d parsetime.d perm.d privs.d stime.d at.d.tmp panic.d.tmp parsetime.d.tmp perm.d.tmp privs.d.tmp stime.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/at && rm -f at.html1 .depend at.d panic.d parsetime.d perm.d privs.d stime.d at.d.tmp panic.d.tmp parsetime.d.tmp perm.d.tmp privs.d.tmp stime.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/C && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-audio --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/C && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/audio --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-common --- --- cleandir-external --- --- cleandir-am_ET.UTF-8 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/audio/common --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/am_ET.UTF-8 --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/am_ET.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/common && rm -f libaudio.a audio.o decode.o wav.o sun.o audio.o.tmp decode.o.tmp wav.o.tmp sun.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/am_ET.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/common && rm -f libaudio.a audio.o decode.o wav.o sun.o audio.o.tmp decode.o.tmp wav.o.tmp sun.o.tmp || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- libclean2 --- --- cleandir-external --- --- cleandir-armscii-8 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/common && rm -f libaudio_p.a || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/armscii-8 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/common && rm -f libaudio_p.a || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- libclean3 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/armscii-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/common && rm -f libaudio_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/armscii-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/common && rm -f libaudio_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/common && rm -f libaudio_pic.a || true) --- cleandir-external --- --- cleandir-el_GR.UTF-8 --- cleandir ===> external/mit/xorg/share/nls/el_GR.UTF-8 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/common && rm -f libaudio_pic.a || true) --- libclean5 --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/common && rm -f llib-laudio.ln audio.ln decode.ln wav.ln sun.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/el_GR.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/common && rm -f llib-laudio.ln audio.ln decode.ln wav.ln sun.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/el_GR.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/common && rm -f libaudio.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- cleandir-en_US.UTF-8 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/common && rm -f libaudio.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/en_US.UTF-8 --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/common && rm -f .depend audio.d decode.d sun.d wav.d audio.d.tmp decode.d.tmp sun.d.tmp wav.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/en_US.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/common && rm -f .depend audio.d decode.d sun.d wav.d audio.d.tmp decode.d.tmp sun.d.tmp wav.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/en_US.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-ctl --- cleandir ===> usr.bin/audio/ctl --- cleandir-external --- --- __docleandir --- --- cleandir-georgian-academy --- cleandir ===> external/mit/xorg/share/nls/georgian-academy --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/ctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit audioctl ctl.o ctl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/georgian-academy && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/ctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit audioctl ctl.o ctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/georgian-academy && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/ctl && rm -f audioctl.html1 .depend ctl.d ctl.d.tmp tags || true) --- cleandir-external --- --- cleandir-georgian-ps --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/ctl && rm -f audioctl.html1 .depend ctl.d ctl.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/georgian-ps --- cleandir-usr.bin --- --- cleandir-play --- cleandir ===> usr.bin/audio/play --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/georgian-ps && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/georgian-ps && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/play && rm -f a.out [Ee]rrs mklog core *.core .gdbinit audioplay play.o play.ln || true) --- cleandir-external --- --- cleandir-ibm-cp1133 --- cleandir ===> external/mit/xorg/share/nls/ibm-cp1133 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/play && rm -f a.out [Ee]rrs mklog core *.core .gdbinit audioplay play.o play.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/play && rm -f audioplay.html1 .depend play.d play.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/ibm-cp1133 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/play && rm -f audioplay.html1 .depend play.d play.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/ibm-cp1133 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-record --- cleandir ===> usr.bin/audio/record --- cleandir-external --- --- cleandir-iscii-dev --- cleandir ===> external/mit/xorg/share/nls/iscii-dev --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iscii-dev && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/record && rm -f a.out [Ee]rrs mklog core *.core .gdbinit audiorecord record.o record.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iscii-dev && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/record && rm -f a.out [Ee]rrs mklog core *.core .gdbinit audiorecord record.o record.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-isiri-3342 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audio/record && rm -f audiorecord.html1 .depend record.d record.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/isiri-3342 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audio/record && rm -f audiorecord.html1 .depend record.d record.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- cleandir-audiocfg --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/isiri-3342 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/audiocfg --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/isiri-3342 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audiocfg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit audiocfg audiodev.o drvctl.o dtmf.o main.o audiodev.ln drvctl.ln dtmf.ln main.ln || true) --- cleandir-external --- --- cleandir-iso8859-1 --- cleandir ===> external/mit/xorg/share/nls/iso8859-1 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audiocfg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit audiocfg audiodev.o drvctl.o dtmf.o main.o audiodev.ln drvctl.ln dtmf.ln main.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/audiocfg && rm -f audiocfg.html1 .depend audiodev.d drvctl.d dtmf.d main.d audiodev.d.tmp drvctl.d.tmp dtmf.d.tmp main.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-1 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/audiocfg && rm -f audiocfg.html1 .depend audiodev.d drvctl.d dtmf.d main.d audiodev.d.tmp drvctl.d.tmp dtmf.d.tmp main.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-1 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-banner --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- cleandir ===> usr.bin/banner --- cleandir-external --- --- cleandir-iso8859-2 --- cleandir ===> external/mit/xorg/share/nls/iso8859-2 --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/banner && rm -f a.out [Ee]rrs mklog core *.core .gdbinit banner banner.o chset.o banner.ln chset.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/banner && rm -f a.out [Ee]rrs mklog core *.core .gdbinit banner banner.o chset.o banner.ln chset.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-2 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-2 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/banner && rm -f banner.html1 .depend banner.d chset.d banner.d.tmp chset.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/banner && rm -f banner.html1 .depend banner.d chset.d banner.d.tmp chset.d.tmp tags || true) --- cleandir-external --- --- cleandir-iso8859-3 --- cleandir ===> external/mit/xorg/share/nls/iso8859-3 --- cleandir-usr.bin --- --- cleandir-base64 --- cleandir ===> usr.bin/base64 --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-3 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/base64 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit base64 base64.o base64.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-3 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/base64 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit base64 base64.o base64.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-iso8859-4 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/iso8859-4 --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/base64 && rm -f base64.html1 .depend base64.d base64.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/base64 && rm -f base64.html1 .depend base64.d base64.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-4 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-basename --- cleandir ===> usr.bin/basename --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-4 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- cleandir-iso8859-5 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/basename && rm -f a.out [Ee]rrs mklog core *.core .gdbinit basename basename.o basename.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/iso8859-5 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/basename && rm -f a.out [Ee]rrs mklog core *.core .gdbinit basename basename.o basename.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-5 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/basename && rm -f basename.html1 .depend basename.d basename.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/basename && rm -f basename.html1 .depend basename.d basename.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-5 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-biff --- cleandir ===> usr.bin/biff --- cleandir-external --- --- cleandir-iso8859-6 --- cleandir ===> external/mit/xorg/share/nls/iso8859-6 --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/biff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit biff biff.o biff.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-6 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/biff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit biff biff.o biff.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-6 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/biff && rm -f biff.html1 .depend biff.d biff.d.tmp tags || true) --- cleandir-external --- --- cleandir-iso8859-7 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/biff && rm -f biff.html1 .depend biff.d biff.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/iso8859-7 --- cleandir-usr.bin --- --- cleandir-bthset --- cleandir ===> usr.bin/bthset --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-7 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-7 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/bthset && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bthset bthset.o bthset.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/bthset && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bthset bthset.o bthset.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-iso8859-8 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/iso8859-8 --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/bthset && rm -f bthset.html1 .depend bthset.d bthset.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/bthset && rm -f bthset.html1 .depend bthset.d bthset.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-btkey --- cleandir ===> usr.bin/btkey --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- cleandir-iso8859-9 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/btkey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btkey btkey.o device.o file.o btkey.ln device.ln file.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/iso8859-9 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/btkey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btkey btkey.o device.o file.o btkey.ln device.ln file.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-9 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/btkey && rm -f btkey.html1 .depend btkey.d device.d file.d btkey.d.tmp device.d.tmp file.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-9 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/btkey && rm -f btkey.html1 .depend btkey.d device.d file.d btkey.d.tmp device.d.tmp file.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-btpin --- --- cleandir-external --- --- cleandir-iso8859-9e --- --- cleandir-usr.bin --- cleandir ===> usr.bin/btpin --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/iso8859-9e --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/btpin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btpin btpin.o btpin.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-9e && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/btpin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btpin btpin.o btpin.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-9e && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/btpin && rm -f btpin.html1 .depend btpin.d btpin.d.tmp tags || true) --- cleandir-external --- --- cleandir-iso8859-10 --- cleandir ===> external/mit/xorg/share/nls/iso8859-10 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/btpin && rm -f btpin.html1 .depend btpin.d btpin.d.tmp tags || true) --- cleandir-bzip2 --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/bzip2 --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-10 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-10 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- cleandir-iso8859-11 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/bzip2 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bzip2 bzip2.o bzip2.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/iso8859-11 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/bzip2 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bzip2 bzip2.o bzip2.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-11 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/bzip2 && rm -f bzip2.html1 .depend bzip2.d bzip2.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-11 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/bzip2 && rm -f bzip2.html1 .depend bzip2.d bzip2.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-bzip2recover --- --- cleandir-external --- --- cleandir-iso8859-13 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/bzip2recover --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/iso8859-13 --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/bzip2recover && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bzip2recover bzip2recover.o bzip2recover.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-13 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/bzip2recover && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bzip2recover bzip2recover.o bzip2recover.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-13 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/bzip2recover && rm -f .depend bzip2recover.d bzip2recover.d.tmp tags || true) --- cleandir-external --- --- cleandir-iso8859-14 --- cleandir ===> external/mit/xorg/share/nls/iso8859-14 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/bzip2recover && rm -f .depend bzip2recover.d bzip2recover.d.tmp tags || true) --- cleandir-c11 --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/c11 --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-14 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-14 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/c11 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/c11 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-iso8859-15 --- cleandir ===> external/mit/xorg/share/nls/iso8859-15 --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/c11 && rm -f c11.html1 || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/c11 && rm -f c11.html1 || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/iso8859-15 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/iso8859-15 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-c89 --- cleandir ===> usr.bin/c89 --- cleandir-external --- --- __docleandir --- --- cleandir-ja --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/ja --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/c89 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/c89 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/ja && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/c89 && rm -f c89.html1 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/ja && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/c89 && rm -f c89.html1 || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-c99 --- --- cleandir-external --- --- cleandir-ja.JIS --- --- cleandir-usr.bin --- cleandir ===> usr.bin/c99 --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/ja.JIS --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/c99 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/ja.JIS && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/c99 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/ja.JIS && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/c99 && rm -f c99.html1 || true) --- cleandir-external --- --- cleandir-ja.SJIS --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/c99 && rm -f c99.html1 || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/ja.SJIS --- cleandir-usr.bin --- --- cleandir-cal --- cleandir ===> usr.bin/cal --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/ja.SJIS && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/ja.SJIS && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cal cal.o cal.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cal cal.o cal.ln || true) --- cleandir-external --- --- cleandir-ja_JP.UTF-8 --- cleandir ===> external/mit/xorg/share/nls/ja_JP.UTF-8 --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cal && rm -f cal.html1 .depend cal.d cal.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cal && rm -f cal.html1 .depend cal.d cal.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/ja_JP.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-calendar --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/ja_JP.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/calendar --- cleandir-external --- --- __docleandir --- --- cleandir-km_KH.UTF-8 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/km_KH.UTF-8 --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/calendar && rm -f a.out [Ee]rrs mklog core *.core .gdbinit calendar calendar.o calendar.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/calendar && rm -f a.out [Ee]rrs mklog core *.core .gdbinit calendar calendar.o calendar.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/km_KH.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/km_KH.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/calendar && rm -f calendar.html1 .depend calendar.d calendar.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/calendar && rm -f calendar.html1 .depend calendar.d calendar.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-ko --- --- cleandir-usr.bin --- --- cleandir-cap_mkdb --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/ko --- cleandir-usr.bin --- cleandir ===> usr.bin/cap_mkdb --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/ko && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cap_mkdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cap_mkdb cap_mkdb.o cap_mkdb.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/ko && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cap_mkdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cap_mkdb cap_mkdb.o cap_mkdb.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-ko_KR.UTF-8 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cap_mkdb && rm -f cap_mkdb.html1 .depend cap_mkdb.d cap_mkdb.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/ko_KR.UTF-8 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cap_mkdb && rm -f cap_mkdb.html1 .depend cap_mkdb.d cap_mkdb.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- cleandir-cdplay --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/ko_KR.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/cdplay --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/ko_KR.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cdplay && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cdplay cdplay.o cdplay.ln || true) --- cleandir-external --- --- cleandir-koi8-c --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cdplay && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cdplay cdplay.o cdplay.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/koi8-c --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cdplay && rm -f cdplay.html1 .depend cdplay.d cdplay.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/koi8-c && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cdplay && rm -f cdplay.html1 .depend cdplay.d cdplay.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/koi8-c && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-checknr --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- cleandir ===> usr.bin/checknr --- cleandir-external --- --- cleandir-koi8-r --- cleandir ===> external/mit/xorg/share/nls/koi8-r --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/checknr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit checknr checknr.o checknr.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/checknr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit checknr checknr.o checknr.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/koi8-r && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/koi8-r && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/checknr && rm -f checknr.html1 .depend checknr.d checknr.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/checknr && rm -f checknr.html1 .depend checknr.d checknr.d.tmp tags || true) --- cleandir-external --- --- cleandir-koi8-u --- cleandir ===> external/mit/xorg/share/nls/koi8-u --- cleandir-usr.bin --- --- cleandir-chflags --- cleandir ===> usr.bin/chflags --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/koi8-u && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/chflags && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chflags chflags.o chflags.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/koi8-u && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/chflags && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chflags chflags.o chflags.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-microsoft-cp1251 --- --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/chflags && rm -f chflags.html1 .depend chflags.d chflags.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/microsoft-cp1251 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/chflags && rm -f chflags.html1 .depend chflags.d chflags.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- cleandir-chpass --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/microsoft-cp1251 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/chpass --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/microsoft-cp1251 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/chpass && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chpass chpass.o edit.o field.o table.o util.o pw_yp.o chpass.ln edit.ln field.ln table.ln util.ln pw_yp.ln || true) --- cleandir-external --- --- cleandir-microsoft-cp1255 --- cleandir ===> external/mit/xorg/share/nls/microsoft-cp1255 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/chpass && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chpass chpass.o edit.o field.o table.o util.o pw_yp.o chpass.ln edit.ln field.ln table.ln util.ln pw_yp.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/chpass && rm -f chpass.html1 .depend chpass.d edit.d field.d pw_yp.d table.d util.d chpass.d.tmp edit.d.tmp field.d.tmp pw_yp.d.tmp table.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/microsoft-cp1255 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/chpass && rm -f chpass.html1 .depend chpass.d edit.d field.d pw_yp.d table.d util.d chpass.d.tmp edit.d.tmp field.d.tmp pw_yp.d.tmp table.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/microsoft-cp1255 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-cksum --- cleandir ===> usr.bin/cksum --- cleandir-external --- --- cleandir-microsoft-cp1256 --- cleandir ===> external/mit/xorg/share/nls/microsoft-cp1256 --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cksum && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cksum cksum.o crc.o md2.o md4.o md5.o sha1.o rmd160.o print.o sum1.o sum2.o sha256.o sha384.o sha512.o cksum.ln crc.ln md2.ln md4.ln md5.ln sha1.ln rmd160.ln print.ln sum1.ln sum2.ln sha256.ln sha384.ln sha512.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/microsoft-cp1256 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cksum && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cksum cksum.o crc.o md2.o md4.o md5.o sha1.o rmd160.o print.o sum1.o sum2.o sha256.o sha384.o sha512.o cksum.ln crc.ln md2.ln md4.ln md5.ln sha1.ln rmd160.ln print.ln sum1.ln sum2.ln sha256.ln sha384.ln sha512.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/microsoft-cp1256 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cksum && rm -f cksum.html1 .depend cksum.d crc.d md2.d md4.d md5.d print.d rmd160.d sha1.d sha256.d sha384.d sha512.d sum1.d sum2.d cksum.d.tmp crc.d.tmp md2.d.tmp md4.d.tmp md5.d.tmp print.d.tmp rmd160.d.tmp sha1.d.tmp sha256.d.tmp sha384.d.tmp sha512.d.tmp sum1.d.tmp sum2.d.tmp tags || true) --- cleandir-external --- --- cleandir-mulelao-1 --- cleandir ===> external/mit/xorg/share/nls/mulelao-1 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cksum && rm -f cksum.html1 .depend cksum.d crc.d md2.d md4.d md5.d print.d rmd160.d sha1.d sha256.d sha384.d sha512.d sum1.d sum2.d cksum.d.tmp crc.d.tmp md2.d.tmp md4.d.tmp md5.d.tmp print.d.tmp rmd160.d.tmp sha1.d.tmp sha256.d.tmp sha384.d.tmp sha512.d.tmp sum1.d.tmp sum2.d.tmp tags || true) --- cleandir-cmp --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/cmp --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/mulelao-1 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/mulelao-1 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cmp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cmp cmp.o misc.o regular.o special.o cmp.ln misc.ln regular.ln special.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cmp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cmp cmp.o misc.o regular.o special.o cmp.ln misc.ln regular.ln special.ln || true) --- cleandir-external --- --- cleandir-nokhchi-1 --- cleandir ===> external/mit/xorg/share/nls/nokhchi-1 --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cmp && rm -f cmp.html1 .depend cmp.d misc.d regular.d special.d cmp.d.tmp misc.d.tmp regular.d.tmp special.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cmp && rm -f cmp.html1 .depend cmp.d misc.d regular.d special.d cmp.d.tmp misc.d.tmp regular.d.tmp special.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/nokhchi-1 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-cleantags --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/nokhchi-1 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/cleantags --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- cleandir-pt_BR.UTF-8 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cleantags && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/pt_BR.UTF-8 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cleantags && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/pt_BR.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cleantags && rm -f cleantags.html1 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/pt_BR.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cleantags && rm -f cleantags.html1 || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-col --- --- cleandir-external --- --- cleandir-pt_PT.UTF-8 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/col --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/pt_PT.UTF-8 --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/col && rm -f a.out [Ee]rrs mklog core *.core .gdbinit col col.o col.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/pt_PT.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/col && rm -f a.out [Ee]rrs mklog core *.core .gdbinit col col.o col.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/pt_PT.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/col && rm -f col.html1 .depend col.d col.d.tmp tags || true) --- cleandir-external --- --- cleandir-ru_RU.UTF-8 --- cleandir ===> external/mit/xorg/share/nls/ru_RU.UTF-8 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/col && rm -f col.html1 .depend col.d col.d.tmp tags || true) --- cleandir-colcrt --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/colcrt --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/ru_RU.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/ru_RU.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/colcrt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit colcrt colcrt.o colcrt.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/colcrt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit colcrt colcrt.o colcrt.ln || true) --- cleandir-external --- --- cleandir-sr_RS.UTF-8 --- cleandir ===> external/mit/xorg/share/nls/sr_RS.UTF-8 --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/colcrt && rm -f colcrt.html1 .depend colcrt.d colcrt.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/colcrt && rm -f colcrt.html1 .depend colcrt.d colcrt.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/sr_RS.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-colrm --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/sr_RS.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/colrm --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- cleandir-tatar-cyr --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/colrm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit colrm colrm.o colrm.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/tatar-cyr --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/colrm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit colrm colrm.o colrm.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/tatar-cyr && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/colrm && rm -f colrm.html1 .depend colrm.d colrm.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/tatar-cyr && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/colrm && rm -f colrm.html1 .depend colrm.d colrm.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-column --- --- cleandir-external --- --- cleandir-th_TH --- --- cleandir-usr.bin --- cleandir ===> usr.bin/column --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/th_TH --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/column && rm -f a.out [Ee]rrs mklog core *.core .gdbinit column column.o column.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/th_TH && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/column && rm -f a.out [Ee]rrs mklog core *.core .gdbinit column column.o column.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/th_TH && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/column && rm -f column.html1 .depend column.d column.d.tmp tags || true) --- cleandir-external --- --- cleandir-th_TH.UTF-8 --- cleandir ===> external/mit/xorg/share/nls/th_TH.UTF-8 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/column && rm -f column.html1 .depend column.d column.d.tmp tags || true) --- cleandir-comm --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/comm --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/th_TH.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/th_TH.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/comm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit comm comm.o comm.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-tscii-0 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/comm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit comm comm.o comm.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/tscii-0 --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/comm && rm -f comm.html1 .depend comm.d comm.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/tscii-0 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/comm && rm -f comm.html1 .depend comm.d comm.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/tscii-0 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-compress --- cleandir ===> usr.bin/compress --- cleandir-external --- --- __docleandir --- --- cleandir-vi_VN.tcvn --- cleandir ===> external/mit/xorg/share/nls/vi_VN.tcvn --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/compress && rm -f a.out [Ee]rrs mklog core *.core .gdbinit compress compress.o zopen.o compress.ln zopen.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/compress && rm -f a.out [Ee]rrs mklog core *.core .gdbinit compress compress.o zopen.o compress.ln zopen.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/vi_VN.tcvn && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/vi_VN.tcvn && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/compress && rm -f compress.html1 .depend compress.d zopen.d compress.d.tmp zopen.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/compress && rm -f compress.html1 .depend compress.d zopen.d compress.d.tmp zopen.d.tmp tags || true) --- cleandir-external --- --- cleandir-vi_VN.viscii --- --- cleandir-usr.bin --- --- cleandir-config --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/vi_VN.viscii --- cleandir-usr.bin --- cleandir ===> usr.bin/config --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/vi_VN.viscii && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/config && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gram.c scan.c gram.h config files.o gram.o hash.o lint.o main.o mkdevsw.o mkheaders.o mkioconf.o mkmakefile.o mkswap.o pack.o scan.o sem.o util.o crc.o files.ln hash.ln lint.ln main.ln mkdevsw.ln mkheaders.ln mkioconf.ln mkmakefile.ln mkswap.ln pack.ln sem.ln util.ln crc.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/vi_VN.viscii && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/config && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gram.c scan.c gram.h config files.o gram.o hash.o lint.o main.o mkdevsw.o mkheaders.o mkioconf.o mkmakefile.o mkswap.o pack.o scan.o sem.o util.o crc.o files.ln hash.ln lint.ln main.ln mkdevsw.ln mkheaders.ln mkioconf.ln mkmakefile.ln mkswap.ln pack.ln sem.ln util.ln crc.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-zh_CN --- --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/config && rm -f config.html1 config.html5 config.samples.html5 .depend crc.d files.d gram.d hash.d lint.d main.d mkdevsw.d mkheaders.d mkioconf.d mkmakefile.d mkswap.d pack.d scan.d sem.d util.d crc.d.tmp files.d.tmp gram.d.tmp hash.d.tmp lint.d.tmp main.d.tmp mkdevsw.d.tmp mkheaders.d.tmp mkioconf.d.tmp mkmakefile.d.tmp mkswap.d.tmp pack.d.tmp scan.d.tmp sem.d.tmp util.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/zh_CN --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/config && rm -f config.html1 config.html5 config.samples.html5 .depend crc.d files.d gram.d hash.d lint.d main.d mkdevsw.d mkheaders.d mkioconf.d mkmakefile.d mkswap.d pack.d scan.d sem.d util.d crc.d.tmp files.d.tmp gram.d.tmp hash.d.tmp lint.d.tmp main.d.tmp mkdevsw.d.tmp mkheaders.d.tmp mkioconf.d.tmp mkmakefile.d.tmp mkswap.d.tmp pack.d.tmp scan.d.tmp sem.d.tmp util.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/zh_CN && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-crunch --- cleandir ===> usr.bin/crunch --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/zh_CN && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-crunchgen --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- cleandir ===> usr.bin/crunch/crunchgen --- cleandir-external --- --- cleandir-zh_CN.UTF-8 --- cleandir ===> external/mit/xorg/share/nls/zh_CN.UTF-8 --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/crunch/crunchgen && rm -f crunched_skel.c a.out [Ee]rrs mklog core *.core .gdbinit crunchgen crunchgen.o crunched_skel.o crunchgen.ln crunched_skel.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/crunch/crunchgen && rm -f crunched_skel.c a.out [Ee]rrs mklog core *.core .gdbinit crunchgen crunchgen.o crunched_skel.o crunchgen.ln crunched_skel.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/zh_CN.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/zh_CN.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/crunch/crunchgen && rm -f crunchgen.html1 .depend crunched_skel.d crunchgen.d crunched_skel.d.tmp crunchgen.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/crunch/crunchgen && rm -f crunchgen.html1 .depend crunched_skel.d crunchgen.d crunched_skel.d.tmp crunchgen.d.tmp tags || true) --- cleandir-external --- --- cleandir-zh_CN.gb18030 --- cleandir ===> external/mit/xorg/share/nls/zh_CN.gb18030 --- cleandir-usr.bin --- --- cleandir-crunchide --- cleandir ===> usr.bin/crunch/crunchide --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/zh_CN.gb18030 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/zh_CN.gb18030 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/crunch/crunchide && rm -f a.out [Ee]rrs mklog core *.core .gdbinit crunchide crunchide.o exec_elf32.o exec_elf64.o crunchide.ln exec_elf32.ln exec_elf64.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/crunch/crunchide && rm -f a.out [Ee]rrs mklog core *.core .gdbinit crunchide crunchide.o exec_elf32.o exec_elf64.o crunchide.ln exec_elf32.ln exec_elf64.ln || true) --- cleandir-external --- --- cleandir-zh_CN.gbk --- cleandir ===> external/mit/xorg/share/nls/zh_CN.gbk --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/crunch/crunchide && rm -f crunchide.html1 .depend crunchide.d exec_elf32.d exec_elf64.d crunchide.d.tmp exec_elf32.d.tmp exec_elf64.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/crunch/crunchide && rm -f crunchide.html1 .depend crunchide.d exec_elf32.d exec_elf64.d crunchide.d.tmp exec_elf32.d.tmp exec_elf64.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/zh_CN.gbk && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-csplit --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/zh_CN.gbk && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/csplit --- cleandir-external --- --- __docleandir --- --- cleandir-zh_HK.UTF-8 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/zh_HK.UTF-8 --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/csplit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit csplit csplit.o csplit.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/csplit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit csplit csplit.o csplit.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/zh_HK.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/csplit && rm -f csplit.html1 .depend csplit.d csplit.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/zh_HK.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/csplit && rm -f csplit.html1 .depend csplit.d csplit.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-ctags --- --- cleandir-external --- --- cleandir-zh_HK.big5 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/ctags --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/zh_HK.big5 --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ctags && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ctags C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o C.ln ctags.ln fortran.ln lisp.ln print.ln tree.ln yacc.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/zh_HK.big5 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ctags && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ctags C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o C.ln ctags.ln fortran.ln lisp.ln print.ln tree.ln yacc.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/zh_HK.big5 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ctags && rm -f ctags.html1 .depend C.d ctags.d fortran.d lisp.d print.d tree.d yacc.d C.d.tmp ctags.d.tmp fortran.d.tmp lisp.d.tmp print.d.tmp tree.d.tmp yacc.d.tmp tags || true) --- cleandir-external --- --- cleandir-zh_HK.big5hkscs --- cleandir ===> external/mit/xorg/share/nls/zh_HK.big5hkscs --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ctags && rm -f ctags.html1 .depend C.d ctags.d fortran.d lisp.d print.d tree.d yacc.d C.d.tmp ctags.d.tmp fortran.d.tmp lisp.d.tmp print.d.tmp tree.d.tmp yacc.d.tmp tags || true) --- cleandir-cut --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/cut --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/zh_HK.big5hkscs && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/zh_HK.big5hkscs && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cut && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cut cut.o cut.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-zh_TW --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cut && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cut cut.o cut.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/zh_TW --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cut && rm -f cut.html1 .depend cut.d cut.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/zh_TW && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cut && rm -f cut.html1 .depend cut.d cut.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/zh_TW && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-cvslatest --- cleandir ===> usr.bin/cvslatest --- cleandir-external --- --- __docleandir --- --- cleandir-zh_TW.UTF-8 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/zh_TW.UTF-8 --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cvslatest && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cvslatest cvslatest.o cvslatest.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cvslatest && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cvslatest cvslatest.o cvslatest.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/zh_TW.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/zh_TW.UTF-8 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/cvslatest && rm -f cvslatest.html1 .depend cvslatest.d cvslatest.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/cvslatest && rm -f cvslatest.html1 .depend cvslatest.d cvslatest.d.tmp tags || true) --- cleandir-external --- --- cleandir-zh_TW.big5 --- --- cleandir-usr.bin --- --- cleandir-dc --- --- cleandir-external --- cleandir ===> external/mit/xorg/share/nls/zh_TW.big5 --- cleandir-usr.bin --- cleandir ===> usr.bin/dc --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/share/nls/zh_TW.big5 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/dc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dc main.o dc.o bcode.o inout.o mem.o stack.o main.ln dc.ln bcode.ln inout.ln mem.ln stack.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/share/nls/zh_TW.big5 && rm -f Compose.ct XLC_LOCALE.ct a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/dc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dc main.o dc.o bcode.o inout.o mem.o stack.o main.ln dc.ln bcode.ln inout.ln mem.ln stack.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-server --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/dc && rm -f dc.html1 .depend bcode.d dc.d inout.d main.d mem.d stack.d bcode.d.tmp dc.d.tmp inout.d.tmp main.d.tmp mem.d.tmp stack.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/dc && rm -f dc.html1 .depend bcode.d dc.d inout.d main.d mem.d stack.d bcode.d.tmp dc.d.tmp inout.d.tmp main.d.tmp mem.d.tmp stack.d.tmp tags || true) --- cleandir-external --- --- cleandir-xorg-server --- cleandir ===> external/mit/xorg/server/xorg-server --- cleandir-usr.bin --- --- cleandir-USD.doc --- cleandir ===> usr.bin/dc/USD.doc --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- cleandoc --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server && rm -f xorg-server.pc xorg-server.pc.tmp || true) --- cleandir-usr.bin --- rm -f dc.txt dc.ps dc.ps.gz dc.html rm -f [eE]rrs mklog --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server && rm -f xorg-server.pc xorg-server.pc.tmp || true) --- cleandir-usr.bin --- --- cleandir-deroff --- cleandir ===> usr.bin/deroff --- cleandir-external --- --- __docleandir --- --- cleandir-doc --- cleandir ===> external/mit/xorg/server/xorg-server/doc --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/deroff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit deroff deroff.o deroff.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/deroff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit deroff deroff.o deroff.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/doc && rm -f Xserver.1 Xserver.html1 || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/doc && rm -f Xserver.1 Xserver.html1 || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/deroff && rm -f deroff.html1 .depend deroff.d deroff.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/deroff && rm -f deroff.html1 .depend deroff.d deroff.d.tmp tags || true) --- cleandir-external --- --- cleandir-include --- cleandir ===> external/mit/xorg/server/xorg-server/include --- cleandir-usr.bin --- --- cleandir-db --- cleandir ===> usr.bin/db --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/db && rm -f a.out [Ee]rrs mklog core *.core .gdbinit db db.o db.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/db && rm -f a.out [Ee]rrs mklog core *.core .gdbinit db db.o db.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/include && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/db && rm -f db.html1 .depend db.d db.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/db && rm -f db.html1 .depend db.d db.d.tmp tags || true) --- cleandir-external --- --- cleandir-glx --- cleandir ===> external/mit/xorg/server/xorg-server/glx --- cleandir-usr.bin --- --- cleandir-dirname --- cleandir ===> usr.bin/dirname --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/glx && rm -f libglx.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/dirname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dirname dirname.o dirname.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/glx && rm -f libglx.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/dirname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dirname dirname.o dirname.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/glx && rm -f libglx.a clientinfo.o createcontext.o indirect_dispatch.o indirect_dispatch_swap.o indirect_reqsize.o indirect_size_get.o indirect_table.o glxdri2.o extension_string.o indirect_util.o indirect_program.o indirect_texture_compression.o glxcmds.o glxcmdsswap.o glxext.o glxdriswrast.o glxdricommon.o glxscreens.o render2.o render2swap.o renderpix.o renderpixswap.o rensize.o single2.o single2swap.o singlepix.o singlepixswap.o singlesize.o swap_interval.o xfont.o vndcmds.o vndext.o vndservermapping.o vndservervendor.o clientinfo.o.tmp createcontext.o.tmp indirect_dispatch.o.tmp indirect_dispatch_swap.o.tmp indirect_reqsize.o.tmp indirect_size_get.o.tmp indirect_table.o.tmp glxdri2.o.tmp extension_string.o.tmp indirect_util.o.tmp indirect_program.o.tmp indirect_texture_compression.o.tmp glxcmds.o.tmp glxcmdsswap.o.tmp glxext.o.tmp glxdriswrast.o.tmp glxdricommon.o.tmp glxscreens.o.tmp render2.o.tmp render2swap.o.tmp renderpix.o.tmp renderpixswap.o.tmp rensize.o.tmp single2.o.tmp single2swap.o.tmp singlepix.o.tmp singlepixswap.o.tmp singlesize.o.tmp swap_interval.o.tmp xfont.o.tmp vndcmds.o.tmp vndext.o.tmp vndservermapping.o.tmp vndservervendor.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/dirname && rm -f .depend dirname.d dirname.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/glx && rm -f libglx.a clientinfo.o createcontext.o indirect_dispatch.o indirect_dispatch_swap.o indirect_reqsize.o indirect_size_get.o indirect_table.o glxdri2.o extension_string.o indirect_util.o indirect_program.o indirect_texture_compression.o glxcmds.o glxcmdsswap.o glxext.o glxdriswrast.o glxdricommon.o glxscreens.o render2.o render2swap.o renderpix.o renderpixswap.o rensize.o single2.o single2swap.o singlepix.o singlepixswap.o singlesize.o swap_interval.o xfont.o vndcmds.o vndext.o vndservermapping.o vndservervendor.o clientinfo.o.tmp createcontext.o.tmp indirect_dispatch.o.tmp indirect_dispatch_swap.o.tmp indirect_reqsize.o.tmp indirect_size_get.o.tmp indirect_table.o.tmp glxdri2.o.tmp extension_string.o.tmp indirect_util.o.tmp indirect_program.o.tmp indirect_texture_compression.o.tmp glxcmds.o.tmp glxcmdsswap.o.tmp glxext.o.tmp glxdriswrast.o.tmp glxdricommon.o.tmp glxscreens.o.tmp render2.o.tmp render2swap.o.tmp renderpix.o.tmp renderpixswap.o.tmp rensize.o.tmp single2.o.tmp single2swap.o.tmp singlepix.o.tmp singlepixswap.o.tmp singlesize.o.tmp swap_interval.o.tmp xfont.o.tmp vndcmds.o.tmp vndext.o.tmp vndservermapping.o.tmp vndservervendor.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/dirname && rm -f .depend dirname.d dirname.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/glx && rm -f libglx_p.a || true) --- cleandir-usr.bin --- --- cleandir-du --- cleandir ===> usr.bin/du --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/glx && rm -f libglx_p.a || true) --- libclean3 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/glx && rm -f libglx_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/du && rm -f a.out [Ee]rrs mklog core *.core .gdbinit du du.o du.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/glx && rm -f libglx_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/du && rm -f a.out [Ee]rrs mklog core *.core .gdbinit du du.o du.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/glx && rm -f libglx_pic.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/du && rm -f du.html1 .depend du.d du.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/glx && rm -f libglx_pic.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/du && rm -f du.html1 .depend du.d du.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-eject --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/glx && rm -f llib-lglx.ln clientinfo.ln createcontext.ln indirect_dispatch.ln indirect_dispatch_swap.ln indirect_reqsize.ln indirect_size_get.ln indirect_table.ln glxdri2.ln extension_string.ln indirect_util.ln indirect_program.ln indirect_texture_compression.ln glxcmds.ln glxcmdsswap.ln glxext.ln glxdriswrast.ln glxdricommon.ln glxscreens.ln render2.ln render2swap.ln renderpix.ln renderpixswap.ln rensize.ln single2.ln single2swap.ln singlepix.ln singlepixswap.ln singlesize.ln swap_interval.ln xfont.ln vndcmds.ln vndext.ln vndservermapping.ln vndservervendor.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/eject --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/glx && rm -f llib-lglx.ln clientinfo.ln createcontext.ln indirect_dispatch.ln indirect_dispatch_swap.ln indirect_reqsize.ln indirect_size_get.ln indirect_table.ln glxdri2.ln extension_string.ln indirect_util.ln indirect_program.ln indirect_texture_compression.ln glxcmds.ln glxcmdsswap.ln glxext.ln glxdriswrast.ln glxdricommon.ln glxscreens.ln render2.ln render2swap.ln renderpix.ln renderpixswap.ln rensize.ln single2.ln single2swap.ln singlepix.ln singlepixswap.ln singlesize.ln swap_interval.ln xfont.ln vndcmds.ln vndext.ln vndservermapping.ln vndservervendor.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/glx && rm -f .depend clientinfo.d createcontext.d extension_string.d glxcmds.d glxcmdsswap.d glxdri2.d glxdricommon.d glxdriswrast.d glxext.d glxscreens.d indirect_dispatch.d indirect_dispatch_swap.d indirect_program.d indirect_reqsize.d indirect_size_get.d indirect_table.d indirect_texture_compression.d indirect_util.d render2.d render2swap.d renderpix.d renderpixswap.d rensize.d single2.d single2swap.d singlepix.d singlepixswap.d singlesize.d swap_interval.d vndcmds.d vndext.d vndservermapping.d vndservervendor.d xfont.d clientinfo.d.tmp createcontext.d.tmp extension_string.d.tmp glxcmds.d.tmp glxcmdsswap.d.tmp glxdri2.d.tmp glxdricommon.d.tmp glxdriswrast.d.tmp glxext.d.tmp glxscreens.d.tmp indirect_dispatch.d.tmp indirect_dispatch_swap.d.tmp indirect_program.d.tmp indirect_reqsize.d.tmp indirect_size_get.d.tmp indirect_table.d.tmp indirect_texture_compression.d.tmp indirect_util.d.tmp render2.d.tmp render2swap.d.tmp renderpix.d.tmp renderpixswap.d.tmp rensize.d.tmp single2.d.tmp single2swap.d.tmp singlepix.d.tmp singlepixswap.d.tmp singlesize.d.tmp swap_interval.d.tmp vndcmds.d.tmp vndext.d.tmp vndservermapping.d.tmp vndservervendor.d.tmp xfont.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/eject && rm -f a.out [Ee]rrs mklog core *.core .gdbinit eject eject.o am_glue.o nfs_prot_xdr.o eject.ln am_glue.ln nfs_prot_xdr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/glx && rm -f .depend clientinfo.d createcontext.d extension_string.d glxcmds.d glxcmdsswap.d glxdri2.d glxdricommon.d glxdriswrast.d glxext.d glxscreens.d indirect_dispatch.d indirect_dispatch_swap.d indirect_program.d indirect_reqsize.d indirect_size_get.d indirect_table.d indirect_texture_compression.d indirect_util.d render2.d render2swap.d renderpix.d renderpixswap.d rensize.d single2.d single2swap.d singlepix.d singlepixswap.d singlesize.d swap_interval.d vndcmds.d vndext.d vndservermapping.d vndservervendor.d xfont.d clientinfo.d.tmp createcontext.d.tmp extension_string.d.tmp glxcmds.d.tmp glxcmdsswap.d.tmp glxdri2.d.tmp glxdricommon.d.tmp glxdriswrast.d.tmp glxext.d.tmp glxscreens.d.tmp indirect_dispatch.d.tmp indirect_dispatch_swap.d.tmp indirect_program.d.tmp indirect_reqsize.d.tmp indirect_size_get.d.tmp indirect_table.d.tmp indirect_texture_compression.d.tmp indirect_util.d.tmp render2.d.tmp render2swap.d.tmp renderpix.d.tmp renderpixswap.d.tmp rensize.d.tmp single2.d.tmp single2swap.d.tmp singlepix.d.tmp singlepixswap.d.tmp singlesize.d.tmp swap_interval.d.tmp vndcmds.d.tmp vndext.d.tmp vndservermapping.d.tmp vndservervendor.d.tmp xfont.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/eject && rm -f a.out [Ee]rrs mklog core *.core .gdbinit eject eject.o am_glue.o nfs_prot_xdr.o eject.ln am_glue.ln nfs_prot_xdr.ln || true) --- cleandir-external --- --- cleandir-dix --- cleandir ===> external/mit/xorg/server/xorg-server/dix --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/eject && rm -f eject.html1 .depend am_glue.d eject.d nfs_prot_xdr.d am_glue.d.tmp eject.d.tmp nfs_prot_xdr.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/eject && rm -f eject.html1 .depend am_glue.d eject.d nfs_prot_xdr.d am_glue.d.tmp eject.d.tmp nfs_prot_xdr.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dix && rm -f libdix.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-elf2aout --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dix && rm -f libdix.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/elf2aout --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dix && rm -f libdix.a atom.o colormap.o cursor.o devices.o dispatch.o dixfonts.o dixutils.o events.o extension.o gc.o getevents.o gestures.o globals.o glyphcurs.o grabs.o initatoms.o main.o pixmap.o privates.o property.o resource.o swaprep.o swapreq.o tables.o window.o stubmain.o enterleave.o ptrveloc.o registry.o selection.o eventconvert.o inpututils.o region.o touch.o atom.o.tmp colormap.o.tmp cursor.o.tmp devices.o.tmp dispatch.o.tmp dixfonts.o.tmp dixutils.o.tmp events.o.tmp extension.o.tmp gc.o.tmp getevents.o.tmp gestures.o.tmp globals.o.tmp glyphcurs.o.tmp grabs.o.tmp initatoms.o.tmp main.o.tmp pixmap.o.tmp privates.o.tmp property.o.tmp resource.o.tmp swaprep.o.tmp swapreq.o.tmp tables.o.tmp window.o.tmp stubmain.o.tmp enterleave.o.tmp ptrveloc.o.tmp registry.o.tmp selection.o.tmp eventconvert.o.tmp inpututils.o.tmp region.o.tmp touch.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/elf2aout && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dix && rm -f libdix.a atom.o colormap.o cursor.o devices.o dispatch.o dixfonts.o dixutils.o events.o extension.o gc.o getevents.o gestures.o globals.o glyphcurs.o grabs.o initatoms.o main.o pixmap.o privates.o property.o resource.o swaprep.o swapreq.o tables.o window.o stubmain.o enterleave.o ptrveloc.o registry.o selection.o eventconvert.o inpututils.o region.o touch.o atom.o.tmp colormap.o.tmp cursor.o.tmp devices.o.tmp dispatch.o.tmp dixfonts.o.tmp dixutils.o.tmp events.o.tmp extension.o.tmp gc.o.tmp getevents.o.tmp gestures.o.tmp globals.o.tmp glyphcurs.o.tmp grabs.o.tmp initatoms.o.tmp main.o.tmp pixmap.o.tmp privates.o.tmp property.o.tmp resource.o.tmp swaprep.o.tmp swapreq.o.tmp tables.o.tmp window.o.tmp stubmain.o.tmp enterleave.o.tmp ptrveloc.o.tmp registry.o.tmp selection.o.tmp eventconvert.o.tmp inpututils.o.tmp region.o.tmp touch.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/elf2aout && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dix && rm -f libdix_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/elf2aout && rm -f elf2aout.html1 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dix && rm -f libdix_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/elf2aout && rm -f elf2aout.html1 || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- --- cleandir-elf2ecoff --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dix && rm -f libdix_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/elf2ecoff --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dix && rm -f libdix_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/elf2ecoff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dix && rm -f libdix_pic.a atom.pico colormap.pico cursor.pico devices.pico dispatch.pico dixfonts.pico dixutils.pico events.pico extension.pico gc.pico getevents.pico gestures.pico globals.pico glyphcurs.pico grabs.pico initatoms.pico main.pico pixmap.pico privates.pico property.pico resource.pico swaprep.pico swapreq.pico tables.pico window.pico stubmain.pico enterleave.pico ptrveloc.pico registry.pico selection.pico eventconvert.pico inpututils.pico region.pico touch.pico atom.pico.tmp colormap.pico.tmp cursor.pico.tmp devices.pico.tmp dispatch.pico.tmp dixfonts.pico.tmp dixutils.pico.tmp events.pico.tmp extension.pico.tmp gc.pico.tmp getevents.pico.tmp gestures.pico.tmp globals.pico.tmp glyphcurs.pico.tmp grabs.pico.tmp initatoms.pico.tmp main.pico.tmp pixmap.pico.tmp privates.pico.tmp property.pico.tmp resource.pico.tmp swaprep.pico.tmp swapreq.pico.tmp tables.pico.tmp window.pico.tmp stubmain.pico.tmp enterleave.pico.tmp ptrveloc.pico.tmp registry.pico.tmp selection.pico.tmp eventconvert.pico.tmp inpututils.pico.tmp region.pico.tmp touch.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/elf2ecoff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dix && rm -f libdix_pic.a atom.pico colormap.pico cursor.pico devices.pico dispatch.pico dixfonts.pico dixutils.pico events.pico extension.pico gc.pico getevents.pico gestures.pico globals.pico glyphcurs.pico grabs.pico initatoms.pico main.pico pixmap.pico privates.pico property.pico resource.pico swaprep.pico swapreq.pico tables.pico window.pico stubmain.pico enterleave.pico ptrveloc.pico registry.pico selection.pico eventconvert.pico inpututils.pico region.pico touch.pico atom.pico.tmp colormap.pico.tmp cursor.pico.tmp devices.pico.tmp dispatch.pico.tmp dixfonts.pico.tmp dixutils.pico.tmp events.pico.tmp extension.pico.tmp gc.pico.tmp getevents.pico.tmp gestures.pico.tmp globals.pico.tmp glyphcurs.pico.tmp grabs.pico.tmp initatoms.pico.tmp main.pico.tmp pixmap.pico.tmp privates.pico.tmp property.pico.tmp resource.pico.tmp swaprep.pico.tmp swapreq.pico.tmp tables.pico.tmp window.pico.tmp stubmain.pico.tmp enterleave.pico.tmp ptrveloc.pico.tmp registry.pico.tmp selection.pico.tmp eventconvert.pico.tmp inpututils.pico.tmp region.pico.tmp touch.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/elf2ecoff && rm -f elf2ecoff.html1 || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dix && rm -f llib-ldix.ln atom.ln colormap.ln cursor.ln devices.ln dispatch.ln dixfonts.ln dixutils.ln events.ln extension.ln gc.ln getevents.ln gestures.ln globals.ln glyphcurs.ln grabs.ln initatoms.ln main.ln pixmap.ln privates.ln property.ln resource.ln swaprep.ln swapreq.ln tables.ln window.ln stubmain.ln enterleave.ln ptrveloc.ln registry.ln selection.ln eventconvert.ln inpututils.ln region.ln touch.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/elf2ecoff && rm -f elf2ecoff.html1 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dix && rm -f llib-ldix.ln atom.ln colormap.ln cursor.ln devices.ln dispatch.ln dixfonts.ln dixutils.ln events.ln extension.ln gc.ln getevents.ln gestures.ln globals.ln glyphcurs.ln grabs.ln initatoms.ln main.ln pixmap.ln privates.ln property.ln resource.ln swaprep.ln swapreq.ln tables.ln window.ln stubmain.ln enterleave.ln ptrveloc.ln registry.ln selection.ln eventconvert.ln inpututils.ln region.ln touch.ln || true) --- cleandir-usr.bin --- --- cleandir-env --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- cleandir ===> usr.bin/env --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dix && rm -f .depend atom.d colormap.d cursor.d devices.d dispatch.d dixfonts.d dixutils.d enterleave.d eventconvert.d events.d extension.d gc.d gestures.d getevents.d globals.d glyphcurs.d grabs.d initatoms.d inpututils.d main.d pixmap.d privates.d property.d ptrveloc.d region.d registry.d resource.d selection.d stubmain.d swaprep.d swapreq.d tables.d touch.d window.d atom.d.tmp colormap.d.tmp cursor.d.tmp devices.d.tmp dispatch.d.tmp dixfonts.d.tmp dixutils.d.tmp enterleave.d.tmp eventconvert.d.tmp events.d.tmp extension.d.tmp gc.d.tmp gestures.d.tmp getevents.d.tmp globals.d.tmp glyphcurs.d.tmp grabs.d.tmp initatoms.d.tmp inpututils.d.tmp main.d.tmp pixmap.d.tmp privates.d.tmp property.d.tmp ptrveloc.d.tmp region.d.tmp registry.d.tmp resource.d.tmp selection.d.tmp stubmain.d.tmp swaprep.d.tmp swapreq.d.tmp tables.d.tmp touch.d.tmp window.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dix && rm -f .depend atom.d colormap.d cursor.d devices.d dispatch.d dixfonts.d dixutils.d enterleave.d eventconvert.d events.d extension.d gc.d gestures.d getevents.d globals.d glyphcurs.d grabs.d initatoms.d inpututils.d main.d pixmap.d privates.d property.d ptrveloc.d region.d registry.d resource.d selection.d stubmain.d swaprep.d swapreq.d tables.d touch.d window.d atom.d.tmp colormap.d.tmp cursor.d.tmp devices.d.tmp dispatch.d.tmp dixfonts.d.tmp dixutils.d.tmp enterleave.d.tmp eventconvert.d.tmp events.d.tmp extension.d.tmp gc.d.tmp gestures.d.tmp getevents.d.tmp globals.d.tmp glyphcurs.d.tmp grabs.d.tmp initatoms.d.tmp inpututils.d.tmp main.d.tmp pixmap.d.tmp privates.d.tmp property.d.tmp ptrveloc.d.tmp region.d.tmp registry.d.tmp resource.d.tmp selection.d.tmp stubmain.d.tmp swaprep.d.tmp swapreq.d.tmp tables.d.tmp touch.d.tmp window.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/env && rm -f a.out [Ee]rrs mklog core *.core .gdbinit env env.o env.ln || true) --- cleandir-external --- --- cleandir-fb --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/env && rm -f a.out [Ee]rrs mklog core *.core .gdbinit env env.o env.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/fb --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/env && rm -f env.html1 .depend env.d env.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/fb && rm -f libfb.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/env && rm -f env.html1 .depend env.d env.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/fb && rm -f libfb.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-error --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/error --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/fb && rm -f libfb.a fballpriv.o fbarc.o fbbits.o fbblt.o fbbltone.o fbcmap_mi.o fbcopy.o fbfill.o fbfillrect.o fbfillsp.o fbgc.o fbgetsp.o fbglyph.o fbimage.o fbline.o fboverlay.o fbpict.o fbpixmap.o fbpoint.o fbpush.o fbscreen.o fbseg.o fbsetsp.o fbsolid.o fbtile.o fbtrap.o fbutil.o fbwindow.o fballpriv.o.tmp fbarc.o.tmp fbbits.o.tmp fbblt.o.tmp fbbltone.o.tmp fbcmap_mi.o.tmp fbcopy.o.tmp fbfill.o.tmp fbfillrect.o.tmp fbfillsp.o.tmp fbgc.o.tmp fbgetsp.o.tmp fbglyph.o.tmp fbimage.o.tmp fbline.o.tmp fboverlay.o.tmp fbpict.o.tmp fbpixmap.o.tmp fbpoint.o.tmp fbpush.o.tmp fbscreen.o.tmp fbseg.o.tmp fbsetsp.o.tmp fbsolid.o.tmp fbtile.o.tmp fbtrap.o.tmp fbutil.o.tmp fbwindow.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/fb && rm -f libfb.a fballpriv.o fbarc.o fbbits.o fbblt.o fbbltone.o fbcmap_mi.o fbcopy.o fbfill.o fbfillrect.o fbfillsp.o fbgc.o fbgetsp.o fbglyph.o fbimage.o fbline.o fboverlay.o fbpict.o fbpixmap.o fbpoint.o fbpush.o fbscreen.o fbseg.o fbsetsp.o fbsolid.o fbtile.o fbtrap.o fbutil.o fbwindow.o fballpriv.o.tmp fbarc.o.tmp fbbits.o.tmp fbblt.o.tmp fbbltone.o.tmp fbcmap_mi.o.tmp fbcopy.o.tmp fbfill.o.tmp fbfillrect.o.tmp fbfillsp.o.tmp fbgc.o.tmp fbgetsp.o.tmp fbglyph.o.tmp fbimage.o.tmp fbline.o.tmp fboverlay.o.tmp fbpict.o.tmp fbpixmap.o.tmp fbpoint.o.tmp fbpush.o.tmp fbscreen.o.tmp fbseg.o.tmp fbsetsp.o.tmp fbsolid.o.tmp fbtile.o.tmp fbtrap.o.tmp fbutil.o.tmp fbwindow.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/error && rm -f a.out [Ee]rrs mklog core *.core .gdbinit error main.o input.o pi.o subr.o filter.o touch.o main.ln input.ln pi.ln subr.ln filter.ln touch.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/error && rm -f a.out [Ee]rrs mklog core *.core .gdbinit error main.o input.o pi.o subr.o filter.o touch.o main.ln input.ln pi.ln subr.ln filter.ln touch.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/fb && rm -f libfb_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/fb && rm -f libfb_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/error && rm -f error.html1 .depend filter.d input.d main.d pi.d subr.d touch.d filter.d.tmp input.d.tmp main.d.tmp pi.d.tmp subr.d.tmp touch.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/fb && rm -f libfb_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/error && rm -f error.html1 .depend filter.d input.d main.d pi.d subr.d touch.d filter.d.tmp input.d.tmp main.d.tmp pi.d.tmp subr.d.tmp touch.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/fb && rm -f libfb_g.a || true) --- cleandir-usr.bin --- --- cleandir-expand --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/expand --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/fb && rm -f libfb_pic.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/fb && rm -f libfb_pic.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/expand && rm -f a.out [Ee]rrs mklog core *.core .gdbinit expand expand.o expand.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/expand && rm -f a.out [Ee]rrs mklog core *.core .gdbinit expand expand.o expand.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/fb && rm -f llib-lfb.ln fballpriv.ln fbarc.ln fbbits.ln fbblt.ln fbbltone.ln fbcmap_mi.ln fbcopy.ln fbfill.ln fbfillrect.ln fbfillsp.ln fbgc.ln fbgetsp.ln fbglyph.ln fbimage.ln fbline.ln fboverlay.ln fbpict.ln fbpixmap.ln fbpoint.ln fbpush.ln fbscreen.ln fbseg.ln fbsetsp.ln fbsolid.ln fbtile.ln fbtrap.ln fbutil.ln fbwindow.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/fb && rm -f llib-lfb.ln fballpriv.ln fbarc.ln fbbits.ln fbblt.ln fbbltone.ln fbcmap_mi.ln fbcopy.ln fbfill.ln fbfillrect.ln fbfillsp.ln fbgc.ln fbgetsp.ln fbglyph.ln fbimage.ln fbline.ln fboverlay.ln fbpict.ln fbpixmap.ln fbpoint.ln fbpush.ln fbscreen.ln fbseg.ln fbsetsp.ln fbsolid.ln fbtile.ln fbtrap.ln fbutil.ln fbwindow.ln || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/expand && rm -f expand.html1 .depend expand.d expand.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/expand && rm -f expand.html1 .depend expand.d expand.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/fb && rm -f .depend fballpriv.d fbarc.d fbbits.d fbblt.d fbbltone.d fbcmap_mi.d fbcopy.d fbfill.d fbfillrect.d fbfillsp.d fbgc.d fbgetsp.d fbglyph.d fbimage.d fbline.d fboverlay.d fbpict.d fbpixmap.d fbpoint.d fbpush.d fbscreen.d fbseg.d fbsetsp.d fbsolid.d fbtile.d fbtrap.d fbutil.d fbwindow.d fballpriv.d.tmp fbarc.d.tmp fbbits.d.tmp fbblt.d.tmp fbbltone.d.tmp fbcmap_mi.d.tmp fbcopy.d.tmp fbfill.d.tmp fbfillrect.d.tmp fbfillsp.d.tmp fbgc.d.tmp fbgetsp.d.tmp fbglyph.d.tmp fbimage.d.tmp fbline.d.tmp fboverlay.d.tmp fbpict.d.tmp fbpixmap.d.tmp fbpoint.d.tmp fbpush.d.tmp fbscreen.d.tmp fbseg.d.tmp fbsetsp.d.tmp fbsolid.d.tmp fbtile.d.tmp fbtrap.d.tmp fbutil.d.tmp fbwindow.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-extattr --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/fb && rm -f .depend fballpriv.d fbarc.d fbbits.d fbblt.d fbbltone.d fbcmap_mi.d fbcopy.d fbfill.d fbfillrect.d fbfillsp.d fbgc.d fbgetsp.d fbglyph.d fbimage.d fbline.d fboverlay.d fbpict.d fbpixmap.d fbpoint.d fbpush.d fbscreen.d fbseg.d fbsetsp.d fbsolid.d fbtile.d fbtrap.d fbutil.d fbwindow.d fballpriv.d.tmp fbarc.d.tmp fbbits.d.tmp fbblt.d.tmp fbbltone.d.tmp fbcmap_mi.d.tmp fbcopy.d.tmp fbfill.d.tmp fbfillrect.d.tmp fbfillsp.d.tmp fbgc.d.tmp fbgetsp.d.tmp fbglyph.d.tmp fbimage.d.tmp fbline.d.tmp fboverlay.d.tmp fbpict.d.tmp fbpixmap.d.tmp fbpoint.d.tmp fbpush.d.tmp fbscreen.d.tmp fbseg.d.tmp fbsetsp.d.tmp fbsolid.d.tmp fbtile.d.tmp fbtrap.d.tmp fbutil.d.tmp fbwindow.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/extattr --- cleandir-external --- --- cleandir-mi --- cleandir ===> external/mit/xorg/server/xorg-server/mi --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/extattr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getextattr getextattr.o getextattr.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/extattr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getextattr getextattr.o getextattr.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/mi && rm -f libmi.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/mi && rm -f libmi.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/extattr && rm -f getextattr.html1 .depend getextattr.d getextattr.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/extattr && rm -f getextattr.html1 .depend getextattr.d getextattr.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/mi && rm -f libmi.a miarc.o mibitblt.o micopy.o micmap.o midash.o midispcur.o mieq.o miexpose.o mifillarc.o mifillrct.o migc.o miglblt.o mioverlay.o mipointer.o mipoly.o mipolypnt.o mipolyrect.o mipolyseg.o mipolytext.o mipushpxl.o miscrinit.o misprite.o mivaltree.o miwideline.o miwindow.o mizerarc.o mizerclip.o mizerline.o miarc.o.tmp mibitblt.o.tmp micopy.o.tmp micmap.o.tmp midash.o.tmp midispcur.o.tmp mieq.o.tmp miexpose.o.tmp mifillarc.o.tmp mifillrct.o.tmp migc.o.tmp miglblt.o.tmp mioverlay.o.tmp mipointer.o.tmp mipoly.o.tmp mipolypnt.o.tmp mipolyrect.o.tmp mipolyseg.o.tmp mipolytext.o.tmp mipushpxl.o.tmp miscrinit.o.tmp misprite.o.tmp mivaltree.o.tmp miwideline.o.tmp miwindow.o.tmp mizerarc.o.tmp mizerclip.o.tmp mizerline.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-false --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/mi && rm -f libmi.a miarc.o mibitblt.o micopy.o micmap.o midash.o midispcur.o mieq.o miexpose.o mifillarc.o mifillrct.o migc.o miglblt.o mioverlay.o mipointer.o mipoly.o mipolypnt.o mipolyrect.o mipolyseg.o mipolytext.o mipushpxl.o miscrinit.o misprite.o mivaltree.o miwideline.o miwindow.o mizerarc.o mizerclip.o mizerline.o miarc.o.tmp mibitblt.o.tmp micopy.o.tmp micmap.o.tmp midash.o.tmp midispcur.o.tmp mieq.o.tmp miexpose.o.tmp mifillarc.o.tmp mifillrct.o.tmp migc.o.tmp miglblt.o.tmp mioverlay.o.tmp mipointer.o.tmp mipoly.o.tmp mipolypnt.o.tmp mipolyrect.o.tmp mipolyseg.o.tmp mipolytext.o.tmp mipushpxl.o.tmp miscrinit.o.tmp misprite.o.tmp mivaltree.o.tmp miwideline.o.tmp miwindow.o.tmp mizerarc.o.tmp mizerclip.o.tmp mizerline.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/false --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/mi && rm -f libmi_p.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/false && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/mi && rm -f libmi_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/false && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/mi && rm -f libmi_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/false && rm -f false.html1 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/mi && rm -f libmi_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/false && rm -f false.html1 || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/mi && rm -f libmi_pic.a miarc.pico mibitblt.pico micopy.pico micmap.pico midash.pico midispcur.pico mieq.pico miexpose.pico mifillarc.pico mifillrct.pico migc.pico miglblt.pico mioverlay.pico mipointer.pico mipoly.pico mipolypnt.pico mipolyrect.pico mipolyseg.pico mipolytext.pico mipushpxl.pico miscrinit.pico misprite.pico mivaltree.pico miwideline.pico miwindow.pico mizerarc.pico mizerclip.pico mizerline.pico miarc.pico.tmp mibitblt.pico.tmp micopy.pico.tmp micmap.pico.tmp midash.pico.tmp midispcur.pico.tmp mieq.pico.tmp miexpose.pico.tmp mifillarc.pico.tmp mifillrct.pico.tmp migc.pico.tmp miglblt.pico.tmp mioverlay.pico.tmp mipointer.pico.tmp mipoly.pico.tmp mipolypnt.pico.tmp mipolyrect.pico.tmp mipolyseg.pico.tmp mipolytext.pico.tmp mipushpxl.pico.tmp miscrinit.pico.tmp misprite.pico.tmp mivaltree.pico.tmp miwideline.pico.tmp miwindow.pico.tmp mizerarc.pico.tmp mizerclip.pico.tmp mizerline.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-fdformat --- cleandir ===> usr.bin/fdformat --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/mi && rm -f libmi_pic.a miarc.pico mibitblt.pico micopy.pico micmap.pico midash.pico midispcur.pico mieq.pico miexpose.pico mifillarc.pico mifillrct.pico migc.pico miglblt.pico mioverlay.pico mipointer.pico mipoly.pico mipolypnt.pico mipolyrect.pico mipolyseg.pico mipolytext.pico mipushpxl.pico miscrinit.pico misprite.pico mivaltree.pico miwideline.pico miwindow.pico mizerarc.pico mizerclip.pico mizerline.pico miarc.pico.tmp mibitblt.pico.tmp micopy.pico.tmp micmap.pico.tmp midash.pico.tmp midispcur.pico.tmp mieq.pico.tmp miexpose.pico.tmp mifillarc.pico.tmp mifillrct.pico.tmp migc.pico.tmp miglblt.pico.tmp mioverlay.pico.tmp mipointer.pico.tmp mipoly.pico.tmp mipolypnt.pico.tmp mipolyrect.pico.tmp mipolyseg.pico.tmp mipolytext.pico.tmp mipushpxl.pico.tmp miscrinit.pico.tmp misprite.pico.tmp mivaltree.pico.tmp miwideline.pico.tmp miwindow.pico.tmp mizerarc.pico.tmp mizerclip.pico.tmp mizerline.pico.tmp || true) --- libclean5 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/mi && rm -f llib-lmi.ln miarc.ln mibitblt.ln micopy.ln micmap.ln midash.ln midispcur.ln mieq.ln miexpose.ln mifillarc.ln mifillrct.ln migc.ln miglblt.ln mioverlay.ln mipointer.ln mipoly.ln mipolypnt.ln mipolyrect.ln mipolyseg.ln mipolytext.ln mipushpxl.ln miscrinit.ln misprite.ln mivaltree.ln miwideline.ln miwindow.ln mizerarc.ln mizerclip.ln mizerline.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fdformat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fdformat fdformat.o fdformat.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/mi && rm -f llib-lmi.ln miarc.ln mibitblt.ln micopy.ln micmap.ln midash.ln midispcur.ln mieq.ln miexpose.ln mifillarc.ln mifillrct.ln migc.ln miglblt.ln mioverlay.ln mipointer.ln mipoly.ln mipolypnt.ln mipolyrect.ln mipolyseg.ln mipolytext.ln mipushpxl.ln miscrinit.ln misprite.ln mivaltree.ln miwideline.ln miwindow.ln mizerarc.ln mizerclip.ln mizerline.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fdformat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fdformat fdformat.o fdformat.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/mi && rm -f .depend miarc.d mibitblt.d micmap.d micopy.d midash.d midispcur.d mieq.d miexpose.d mifillarc.d mifillrct.d migc.d miglblt.d mioverlay.d mipointer.d mipoly.d mipolypnt.d mipolyrect.d mipolyseg.d mipolytext.d mipushpxl.d miscrinit.d misprite.d mivaltree.d miwideline.d miwindow.d mizerarc.d mizerclip.d mizerline.d miarc.d.tmp mibitblt.d.tmp micmap.d.tmp micopy.d.tmp midash.d.tmp midispcur.d.tmp mieq.d.tmp miexpose.d.tmp mifillarc.d.tmp mifillrct.d.tmp migc.d.tmp miglblt.d.tmp mioverlay.d.tmp mipointer.d.tmp mipoly.d.tmp mipolypnt.d.tmp mipolyrect.d.tmp mipolyseg.d.tmp mipolytext.d.tmp mipushpxl.d.tmp miscrinit.d.tmp misprite.d.tmp mivaltree.d.tmp miwideline.d.tmp miwindow.d.tmp mizerarc.d.tmp mizerclip.d.tmp mizerline.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fdformat && rm -f fdformat.html1 .depend fdformat.d fdformat.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/mi && rm -f .depend miarc.d mibitblt.d micmap.d micopy.d midash.d midispcur.d mieq.d miexpose.d mifillarc.d mifillrct.d migc.d miglblt.d mioverlay.d mipointer.d mipoly.d mipolypnt.d mipolyrect.d mipolyseg.d mipolytext.d mipushpxl.d miscrinit.d misprite.d mivaltree.d miwideline.d miwindow.d mizerarc.d mizerclip.d mizerline.d miarc.d.tmp mibitblt.d.tmp micmap.d.tmp micopy.d.tmp midash.d.tmp midispcur.d.tmp mieq.d.tmp miexpose.d.tmp mifillarc.d.tmp mifillrct.d.tmp migc.d.tmp miglblt.d.tmp mioverlay.d.tmp mipointer.d.tmp mipoly.d.tmp mipolypnt.d.tmp mipolyrect.d.tmp mipolyseg.d.tmp mipolytext.d.tmp mipushpxl.d.tmp miscrinit.d.tmp misprite.d.tmp mivaltree.d.tmp miwideline.d.tmp miwindow.d.tmp mizerarc.d.tmp mizerclip.d.tmp mizerline.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fdformat && rm -f fdformat.html1 .depend fdformat.d fdformat.d.tmp tags || true) --- cleandir-external --- --- cleandir-Xext --- --- cleandir-usr.bin --- --- cleandir-fgen --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/Xext --- cleandir-usr.bin --- cleandir ===> usr.bin/fgen --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xext && rm -f libXext.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fgen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fgen.c fgen fgen.o || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xext && rm -f libXext.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fgen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fgen.c fgen fgen.o || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xext && rm -f libXext.a bigreq.o geext.o shape.o sleepuntil.o sync.o xcmisc.o xtest.o shm.o xvmain.o xvdisp.o xvmc.o hashtable.o xres.o saver.o panoramiX.o panoramiXprocs.o panoramiXSwap.o xace.o security.o xf86bigfont.o dpms.o vidmode.o bigreq.o.tmp geext.o.tmp shape.o.tmp sleepuntil.o.tmp sync.o.tmp xcmisc.o.tmp xtest.o.tmp shm.o.tmp xvmain.o.tmp xvdisp.o.tmp xvmc.o.tmp hashtable.o.tmp xres.o.tmp saver.o.tmp panoramiX.o.tmp panoramiXprocs.o.tmp panoramiXSwap.o.tmp xace.o.tmp security.o.tmp xf86bigfont.o.tmp dpms.o.tmp vidmode.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fgen && rm -f fgen.html1 .depend fgen.d fgen.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xext && rm -f libXext.a bigreq.o geext.o shape.o sleepuntil.o sync.o xcmisc.o xtest.o shm.o xvmain.o xvdisp.o xvmc.o hashtable.o xres.o saver.o panoramiX.o panoramiXprocs.o panoramiXSwap.o xace.o security.o xf86bigfont.o dpms.o vidmode.o bigreq.o.tmp geext.o.tmp shape.o.tmp sleepuntil.o.tmp sync.o.tmp xcmisc.o.tmp xtest.o.tmp shm.o.tmp xvmain.o.tmp xvdisp.o.tmp xvmc.o.tmp hashtable.o.tmp xres.o.tmp saver.o.tmp panoramiX.o.tmp panoramiXprocs.o.tmp panoramiXSwap.o.tmp xace.o.tmp security.o.tmp xf86bigfont.o.tmp dpms.o.tmp vidmode.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fgen && rm -f fgen.html1 .depend fgen.d fgen.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- --- cleandir-fincore --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xext && rm -f libXext_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/fincore --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xext && rm -f libXext_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fincore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fincore fincore.o fincore.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xext && rm -f libXext_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xext && rm -f libXext_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fincore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fincore fincore.o fincore.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xext && rm -f libXext_pic.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fincore && rm -f fincore.html1 .depend fincore.d fincore.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xext && rm -f libXext_pic.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fincore && rm -f fincore.html1 .depend fincore.d fincore.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-find --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xext && rm -f llib-lXext.ln bigreq.ln geext.ln shape.ln sleepuntil.ln sync.ln xcmisc.ln xtest.ln shm.ln xvmain.ln xvdisp.ln xvmc.ln hashtable.ln xres.ln saver.ln panoramiX.ln panoramiXprocs.ln panoramiXSwap.ln xace.ln security.ln xf86bigfont.ln dpms.ln vidmode.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/find --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xext && rm -f llib-lXext.ln bigreq.ln geext.ln shape.ln sleepuntil.ln sync.ln xcmisc.ln xtest.ln shm.ln xvmain.ln xvdisp.ln xvmc.ln hashtable.ln xres.ln saver.ln panoramiX.ln panoramiXprocs.ln panoramiXSwap.ln xace.ln security.ln xf86bigfont.ln dpms.ln vidmode.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/find && rm -f a.out [Ee]rrs mklog core *.core .gdbinit find find.o function.o ls.o main.o misc.o operator.o option.o find.ln function.ln ls.ln main.ln misc.ln operator.ln option.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xext && rm -f .depend bigreq.d dpms.d geext.d hashtable.d panoramiX.d panoramiXSwap.d panoramiXprocs.d saver.d security.d shape.d shm.d sleepuntil.d sync.d vidmode.d xace.d xcmisc.d xf86bigfont.d xres.d xtest.d xvdisp.d xvmain.d xvmc.d bigreq.d.tmp dpms.d.tmp geext.d.tmp hashtable.d.tmp panoramiX.d.tmp panoramiXSwap.d.tmp panoramiXprocs.d.tmp saver.d.tmp security.d.tmp shape.d.tmp shm.d.tmp sleepuntil.d.tmp sync.d.tmp vidmode.d.tmp xace.d.tmp xcmisc.d.tmp xf86bigfont.d.tmp xres.d.tmp xtest.d.tmp xvdisp.d.tmp xvmain.d.tmp xvmc.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/find && rm -f a.out [Ee]rrs mklog core *.core .gdbinit find find.o function.o ls.o main.o misc.o operator.o option.o find.ln function.ln ls.ln main.ln misc.ln operator.ln option.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xext && rm -f .depend bigreq.d dpms.d geext.d hashtable.d panoramiX.d panoramiXSwap.d panoramiXprocs.d saver.d security.d shape.d shm.d sleepuntil.d sync.d vidmode.d xace.d xcmisc.d xf86bigfont.d xres.d xtest.d xvdisp.d xvmain.d xvmc.d bigreq.d.tmp dpms.d.tmp geext.d.tmp hashtable.d.tmp panoramiX.d.tmp panoramiXSwap.d.tmp panoramiXprocs.d.tmp saver.d.tmp security.d.tmp shape.d.tmp shm.d.tmp sleepuntil.d.tmp sync.d.tmp vidmode.d.tmp xace.d.tmp xcmisc.d.tmp xf86bigfont.d.tmp xres.d.tmp xtest.d.tmp xvdisp.d.tmp xvmain.d.tmp xvmc.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-miext --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/find && rm -f find.html1 .depend find.d function.d ls.d main.d misc.d operator.d option.d find.d.tmp function.d.tmp ls.d.tmp main.d.tmp misc.d.tmp operator.d.tmp option.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/miext --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/find && rm -f find.html1 .depend find.d function.d ls.d main.d misc.d operator.d option.d find.d.tmp function.d.tmp ls.d.tmp main.d.tmp misc.d.tmp operator.d.tmp option.d.tmp tags || true) --- cleandir-external --- --- cleandir-damage --- cleandir ===> external/mit/xorg/server/xorg-server/miext/damage --- cleandir-usr.bin --- --- cleandir-finger --- cleandir ===> usr.bin/finger --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/damage && rm -f libdamage.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/finger && rm -f a.out [Ee]rrs mklog core *.core .gdbinit finger finger.o lprint.o net.o sprint.o util.o utmpentry.o finger.ln lprint.ln net.ln sprint.ln util.ln utmpentry.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/damage && rm -f libdamage.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/finger && rm -f a.out [Ee]rrs mklog core *.core .gdbinit finger finger.o lprint.o net.o sprint.o util.o utmpentry.o finger.ln lprint.ln net.ln sprint.ln util.ln utmpentry.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/damage && rm -f libdamage.a damage.o damage.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/damage && rm -f libdamage.a damage.o damage.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/finger && rm -f finger.html1 .depend finger.d lprint.d net.d sprint.d util.d utmpentry.d finger.d.tmp lprint.d.tmp net.d.tmp sprint.d.tmp util.d.tmp utmpentry.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/finger && rm -f finger.html1 .depend finger.d lprint.d net.d sprint.d util.d utmpentry.d finger.d.tmp lprint.d.tmp net.d.tmp sprint.d.tmp util.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/damage && rm -f libdamage_p.a || true) --- cleandir-usr.bin --- --- cleandir-flock --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/damage && rm -f libdamage_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/flock --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/damage && rm -f libdamage_g.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/flock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit flock flock.o flock.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/damage && rm -f libdamage_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/flock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit flock flock.o flock.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/damage && rm -f libdamage_pic.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/flock && rm -f flock.html1 .depend flock.d flock.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/damage && rm -f libdamage_pic.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/flock && rm -f flock.html1 .depend flock.d flock.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/damage && rm -f llib-ldamage.ln damage.ln || true) --- cleandir-usr.bin --- --- cleandir-fmt --- cleandir ===> usr.bin/fmt --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/damage && rm -f llib-ldamage.ln damage.ln || true) --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/damage && rm -f .depend damage.d damage.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fmt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fmt fmt.o head.o fmt.ln head.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/damage && rm -f .depend damage.d damage.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fmt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fmt fmt.o head.o fmt.ln head.ln || true) --- cleandir-external --- --- cleandir-shadow --- cleandir ===> external/mit/xorg/server/xorg-server/miext/shadow --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fmt && rm -f fmt.html1 .depend fmt.d head.d fmt.d.tmp head.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fmt && rm -f fmt.html1 .depend fmt.d head.d fmt.d.tmp head.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/shadow && rm -f libshadow.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-fold --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/shadow && rm -f libshadow.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/fold --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/shadow && rm -f libshadow.a shadow.o shpacked.o shplanar8.o shplanar.o shafb4.o shafb8.o shiplan2p4.o shiplan2p8.o shrot16pack_180.o shrot16pack_270.o shrot16pack_270YX.o shrot16pack_90.o shrot16pack_90YX.o shrot16pack.o shrot32pack_180.o shrot32pack_270.o shrot32pack_90.o shrot32pack.o shrot8pack_180.o shrot8pack_270.o shrot8pack_90.o shrot8pack.o shrotate.o shadow.o.tmp shpacked.o.tmp shplanar8.o.tmp shplanar.o.tmp shafb4.o.tmp shafb8.o.tmp shiplan2p4.o.tmp shiplan2p8.o.tmp shrot16pack_180.o.tmp shrot16pack_270.o.tmp shrot16pack_270YX.o.tmp shrot16pack_90.o.tmp shrot16pack_90YX.o.tmp shrot16pack.o.tmp shrot32pack_180.o.tmp shrot32pack_270.o.tmp shrot32pack_90.o.tmp shrot32pack.o.tmp shrot8pack_180.o.tmp shrot8pack_270.o.tmp shrot8pack_90.o.tmp shrot8pack.o.tmp shrotate.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fold && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fold fold.o fold.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/shadow && rm -f libshadow.a shadow.o shpacked.o shplanar8.o shplanar.o shafb4.o shafb8.o shiplan2p4.o shiplan2p8.o shrot16pack_180.o shrot16pack_270.o shrot16pack_270YX.o shrot16pack_90.o shrot16pack_90YX.o shrot16pack.o shrot32pack_180.o shrot32pack_270.o shrot32pack_90.o shrot32pack.o shrot8pack_180.o shrot8pack_270.o shrot8pack_90.o shrot8pack.o shrotate.o shadow.o.tmp shpacked.o.tmp shplanar8.o.tmp shplanar.o.tmp shafb4.o.tmp shafb8.o.tmp shiplan2p4.o.tmp shiplan2p8.o.tmp shrot16pack_180.o.tmp shrot16pack_270.o.tmp shrot16pack_270YX.o.tmp shrot16pack_90.o.tmp shrot16pack_90YX.o.tmp shrot16pack.o.tmp shrot32pack_180.o.tmp shrot32pack_270.o.tmp shrot32pack_90.o.tmp shrot32pack.o.tmp shrot8pack_180.o.tmp shrot8pack_270.o.tmp shrot8pack_90.o.tmp shrot8pack.o.tmp shrotate.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fold && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fold fold.o fold.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/shadow && rm -f libshadow_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fold && rm -f fold.html1 .depend fold.d fold.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/shadow && rm -f libshadow_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fold && rm -f fold.html1 .depend fold.d fold.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/shadow && rm -f libshadow_g.a || true) --- cleandir-usr.bin --- --- cleandir-fpr --- cleandir ===> usr.bin/fpr --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/shadow && rm -f libshadow_g.a || true) --- libclean4 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/shadow && rm -f libshadow_pic.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fpr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fpr fpr.o fpr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/shadow && rm -f libshadow_pic.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fpr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fpr fpr.o fpr.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/shadow && rm -f llib-lshadow.ln shadow.ln shpacked.ln shplanar8.ln shplanar.ln shafb4.ln shafb8.ln shiplan2p4.ln shiplan2p8.ln shrot16pack_180.ln shrot16pack_270.ln shrot16pack_270YX.ln shrot16pack_90.ln shrot16pack_90YX.ln shrot16pack.ln shrot32pack_180.ln shrot32pack_270.ln shrot32pack_90.ln shrot32pack.ln shrot8pack_180.ln shrot8pack_270.ln shrot8pack_90.ln shrot8pack.ln shrotate.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fpr && rm -f fpr.html1 .depend fpr.d fpr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/shadow && rm -f llib-lshadow.ln shadow.ln shpacked.ln shplanar8.ln shplanar.ln shafb4.ln shafb8.ln shiplan2p4.ln shiplan2p8.ln shrot16pack_180.ln shrot16pack_270.ln shrot16pack_270YX.ln shrot16pack_90.ln shrot16pack_90YX.ln shrot16pack.ln shrot32pack_180.ln shrot32pack_270.ln shrot32pack_90.ln shrot32pack.ln shrot8pack_180.ln shrot8pack_270.ln shrot8pack_90.ln shrot8pack.ln shrotate.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fpr && rm -f fpr.html1 .depend fpr.d fpr.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-from --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/shadow && rm -f .depend shadow.d shafb4.d shafb8.d shiplan2p4.d shiplan2p8.d shpacked.d shplanar.d shplanar8.d shrot16pack.d shrot16pack_180.d shrot16pack_270.d shrot16pack_270YX.d shrot16pack_90.d shrot16pack_90YX.d shrot32pack.d shrot32pack_180.d shrot32pack_270.d shrot32pack_90.d shrot8pack.d shrot8pack_180.d shrot8pack_270.d shrot8pack_90.d shrotate.d shadow.d.tmp shafb4.d.tmp shafb8.d.tmp shiplan2p4.d.tmp shiplan2p8.d.tmp shpacked.d.tmp shplanar.d.tmp shplanar8.d.tmp shrot16pack.d.tmp shrot16pack_180.d.tmp shrot16pack_270.d.tmp shrot16pack_270YX.d.tmp shrot16pack_90.d.tmp shrot16pack_90YX.d.tmp shrot32pack.d.tmp shrot32pack_180.d.tmp shrot32pack_270.d.tmp shrot32pack_90.d.tmp shrot8pack.d.tmp shrot8pack_180.d.tmp shrot8pack_270.d.tmp shrot8pack_90.d.tmp shrotate.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/from --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/shadow && rm -f .depend shadow.d shafb4.d shafb8.d shiplan2p4.d shiplan2p8.d shpacked.d shplanar.d shplanar8.d shrot16pack.d shrot16pack_180.d shrot16pack_270.d shrot16pack_270YX.d shrot16pack_90.d shrot16pack_90YX.d shrot32pack.d shrot32pack_180.d shrot32pack_270.d shrot32pack_90.d shrot8pack.d shrot8pack_180.d shrot8pack_270.d shrot8pack_90.d shrotate.d shadow.d.tmp shafb4.d.tmp shafb8.d.tmp shiplan2p4.d.tmp shiplan2p8.d.tmp shpacked.d.tmp shplanar.d.tmp shplanar8.d.tmp shrot16pack.d.tmp shrot16pack_180.d.tmp shrot16pack_270.d.tmp shrot16pack_270YX.d.tmp shrot16pack_90.d.tmp shrot16pack_90YX.d.tmp shrot32pack.d.tmp shrot32pack_180.d.tmp shrot32pack_270.d.tmp shrot32pack_90.d.tmp shrot8pack.d.tmp shrot8pack_180.d.tmp shrot8pack_270.d.tmp shrot8pack_90.d.tmp shrotate.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- cleandir-sync --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/from && rm -f a.out [Ee]rrs mklog core *.core .gdbinit from from.o from.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/miext/sync --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/from && rm -f a.out [Ee]rrs mklog core *.core .gdbinit from from.o from.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/sync && rm -f libsync.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/from && rm -f from.html1 .depend from.d from.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/sync && rm -f libsync.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/from && rm -f from.html1 .depend from.d from.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- cleandir-fsplit --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/sync && rm -f libsync.a misync.o misyncfd.o misyncshm.o misync.o.tmp misyncfd.o.tmp misyncshm.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/fsplit --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/sync && rm -f libsync.a misync.o misyncfd.o misyncshm.o misync.o.tmp misyncfd.o.tmp misyncshm.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fsplit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsplit fsplit.o fsplit.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/sync && rm -f libsync_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fsplit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fsplit fsplit.o fsplit.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/sync && rm -f libsync_p.a || true) --- libclean3 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/sync && rm -f libsync_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fsplit && rm -f fsplit.html1 .depend fsplit.d fsplit.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/sync && rm -f libsync_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fsplit && rm -f fsplit.html1 .depend fsplit.d fsplit.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- cleandir-fstat --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/sync && rm -f libsync_pic.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/fstat --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/sync && rm -f libsync_pic.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fstat fstat.o isofs.o ntfs.o ptyfs.o tmpfs.o misc.o zfs.o fstat.ln isofs.ln ntfs.ln ptyfs.ln tmpfs.ln misc.ln zfs.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/sync && rm -f llib-lsync.ln misync.ln misyncfd.ln misyncshm.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fstat fstat.o isofs.o ntfs.o ptyfs.o tmpfs.o misc.o zfs.o fstat.ln isofs.ln ntfs.ln ptyfs.ln tmpfs.ln misc.ln zfs.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/sync && rm -f llib-lsync.ln misync.ln misyncfd.ln misyncshm.ln || true) --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/miext/sync && rm -f .depend misync.d misyncfd.d misyncshm.d misync.d.tmp misyncfd.d.tmp misyncshm.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/fstat && rm -f fstat.html1 .depend fstat.d isofs.d misc.d ntfs.d ptyfs.d tmpfs.d zfs.d fstat.d.tmp isofs.d.tmp misc.d.tmp ntfs.d.tmp ptyfs.d.tmp tmpfs.d.tmp zfs.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/fstat && rm -f fstat.html1 .depend fstat.d isofs.d misc.d ntfs.d ptyfs.d tmpfs.d zfs.d fstat.d.tmp isofs.d.tmp misc.d.tmp ntfs.d.tmp ptyfs.d.tmp tmpfs.d.tmp zfs.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/miext/sync && rm -f .depend misync.d misyncfd.d misyncshm.d misync.d.tmp misyncfd.d.tmp misyncshm.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-ftp --- --- cleandir-external --- --- cleandir-os --- --- cleandir-usr.bin --- cleandir ===> usr.bin/ftp --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/os --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ftp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ftp cmds.o cmdtab.o complete.o domacro.o fetch.o ftp.o main.o progressbar.o ruserpass.o util.o ssl.o cmds.ln cmdtab.ln complete.ln domacro.ln fetch.ln ftp.ln main.ln progressbar.ln ruserpass.ln util.ln ssl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/os && rm -f libos.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/os && rm -f libos.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ftp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ftp cmds.o cmdtab.o complete.o domacro.o fetch.o ftp.o main.o progressbar.o ruserpass.o util.o ssl.o cmds.ln cmdtab.ln complete.ln domacro.ln fetch.ln ftp.ln main.ln progressbar.ln ruserpass.ln util.ln ssl.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/os && rm -f libos.a WaitFor.o access.o auth.o backtrace.o client.o connection.o inputthread.o io.o mitauth.o oscolor.o ospoll.o osinit.o utils.o xdmauth.o xstrans.o xprintf.o log.o xdmcp.o busfault.o rpcauth.o xsha1.o timingsafe_memcmp.o WaitFor.o.tmp access.o.tmp auth.o.tmp backtrace.o.tmp client.o.tmp connection.o.tmp inputthread.o.tmp io.o.tmp mitauth.o.tmp oscolor.o.tmp ospoll.o.tmp osinit.o.tmp utils.o.tmp xdmauth.o.tmp xstrans.o.tmp xprintf.o.tmp log.o.tmp xdmcp.o.tmp busfault.o.tmp rpcauth.o.tmp xsha1.o.tmp timingsafe_memcmp.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ftp && rm -f ftp.html1 .depend cmds.d cmdtab.d complete.d domacro.d fetch.d ftp.d main.d progressbar.d ruserpass.d ssl.d util.d cmds.d.tmp cmdtab.d.tmp complete.d.tmp domacro.d.tmp fetch.d.tmp ftp.d.tmp main.d.tmp progressbar.d.tmp ruserpass.d.tmp ssl.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/os && rm -f libos.a WaitFor.o access.o auth.o backtrace.o client.o connection.o inputthread.o io.o mitauth.o oscolor.o ospoll.o osinit.o utils.o xdmauth.o xstrans.o xprintf.o log.o xdmcp.o busfault.o rpcauth.o xsha1.o timingsafe_memcmp.o WaitFor.o.tmp access.o.tmp auth.o.tmp backtrace.o.tmp client.o.tmp connection.o.tmp inputthread.o.tmp io.o.tmp mitauth.o.tmp oscolor.o.tmp ospoll.o.tmp osinit.o.tmp utils.o.tmp xdmauth.o.tmp xstrans.o.tmp xprintf.o.tmp log.o.tmp xdmcp.o.tmp busfault.o.tmp rpcauth.o.tmp xsha1.o.tmp timingsafe_memcmp.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ftp && rm -f ftp.html1 .depend cmds.d cmdtab.d complete.d domacro.d fetch.d ftp.d main.d progressbar.d ruserpass.d ssl.d util.d cmds.d.tmp cmdtab.d.tmp complete.d.tmp domacro.d.tmp fetch.d.tmp ftp.d.tmp main.d.tmp progressbar.d.tmp ruserpass.d.tmp ssl.d.tmp util.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- --- cleandir-gcore --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/os && rm -f libos_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/gcore --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/os && rm -f libos_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/gcore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gcore gcore.o gcore.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/os && rm -f libos_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/gcore && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gcore gcore.o gcore.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/os && rm -f libos_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/gcore && rm -f gcore.html1 .depend gcore.d gcore.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/os && rm -f libos_pic.a WaitFor.pico access.pico auth.pico backtrace.pico client.pico connection.pico inputthread.pico io.pico mitauth.pico oscolor.pico ospoll.pico osinit.pico utils.pico xdmauth.pico xstrans.pico xprintf.pico log.pico xdmcp.pico busfault.pico rpcauth.pico xsha1.pico timingsafe_memcmp.pico WaitFor.pico.tmp access.pico.tmp auth.pico.tmp backtrace.pico.tmp client.pico.tmp connection.pico.tmp inputthread.pico.tmp io.pico.tmp mitauth.pico.tmp oscolor.pico.tmp ospoll.pico.tmp osinit.pico.tmp utils.pico.tmp xdmauth.pico.tmp xstrans.pico.tmp xprintf.pico.tmp log.pico.tmp xdmcp.pico.tmp busfault.pico.tmp rpcauth.pico.tmp xsha1.pico.tmp timingsafe_memcmp.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/gcore && rm -f gcore.html1 .depend gcore.d gcore.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/os && rm -f libos_pic.a WaitFor.pico access.pico auth.pico backtrace.pico client.pico connection.pico inputthread.pico io.pico mitauth.pico oscolor.pico ospoll.pico osinit.pico utils.pico xdmauth.pico xstrans.pico xprintf.pico log.pico xdmcp.pico busfault.pico rpcauth.pico xsha1.pico timingsafe_memcmp.pico WaitFor.pico.tmp access.pico.tmp auth.pico.tmp backtrace.pico.tmp client.pico.tmp connection.pico.tmp inputthread.pico.tmp io.pico.tmp mitauth.pico.tmp oscolor.pico.tmp ospoll.pico.tmp osinit.pico.tmp utils.pico.tmp xdmauth.pico.tmp xstrans.pico.tmp xprintf.pico.tmp log.pico.tmp xdmcp.pico.tmp busfault.pico.tmp rpcauth.pico.tmp xsha1.pico.tmp timingsafe_memcmp.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-genassym --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/genassym --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/os && rm -f llib-los.ln WaitFor.ln access.ln auth.ln backtrace.ln client.ln connection.ln inputthread.ln io.ln mitauth.ln oscolor.ln ospoll.ln osinit.ln utils.ln xdmauth.ln xstrans.ln xprintf.ln log.ln xdmcp.ln busfault.ln rpcauth.ln xsha1.ln timingsafe_memcmp.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/os && rm -f llib-los.ln WaitFor.ln access.ln auth.ln backtrace.ln client.ln connection.ln inputthread.ln io.ln mitauth.ln oscolor.ln ospoll.ln osinit.ln utils.ln xdmauth.ln xstrans.ln xprintf.ln log.ln xdmcp.ln busfault.ln rpcauth.ln xsha1.ln timingsafe_memcmp.ln || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/genassym && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/genassym && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/os && rm -f .depend WaitFor.d access.d auth.d backtrace.d busfault.d client.d connection.d inputthread.d io.d log.d mitauth.d oscolor.d osinit.d ospoll.d rpcauth.d timingsafe_memcmp.d utils.d xdmauth.d xdmcp.d xprintf.d xsha1.d xstrans.d WaitFor.d.tmp access.d.tmp auth.d.tmp backtrace.d.tmp busfault.d.tmp client.d.tmp connection.d.tmp inputthread.d.tmp io.d.tmp log.d.tmp mitauth.d.tmp oscolor.d.tmp osinit.d.tmp ospoll.d.tmp rpcauth.d.tmp timingsafe_memcmp.d.tmp utils.d.tmp xdmauth.d.tmp xdmcp.d.tmp xprintf.d.tmp xsha1.d.tmp xstrans.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/os && rm -f .depend WaitFor.d access.d auth.d backtrace.d busfault.d client.d connection.d inputthread.d io.d log.d mitauth.d oscolor.d osinit.d ospoll.d rpcauth.d timingsafe_memcmp.d utils.d xdmauth.d xdmcp.d xprintf.d xsha1.d xstrans.d WaitFor.d.tmp access.d.tmp auth.d.tmp backtrace.d.tmp busfault.d.tmp client.d.tmp connection.d.tmp inputthread.d.tmp io.d.tmp log.d.tmp mitauth.d.tmp oscolor.d.tmp osinit.d.tmp ospoll.d.tmp rpcauth.d.tmp timingsafe_memcmp.d.tmp utils.d.tmp xdmauth.d.tmp xdmcp.d.tmp xprintf.d.tmp xsha1.d.tmp xstrans.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/genassym && rm -f genassym.html1 || true) --- cleandir-external --- --- cleandir-randr --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/genassym && rm -f genassym.html1 || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/randr --- cleandir-usr.bin --- --- cleandir-gencat --- cleandir ===> usr.bin/gencat --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/randr && rm -f librandr.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/randr && rm -f librandr.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/gencat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gencat gencat.o gencat.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/gencat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gencat gencat.o gencat.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/randr && rm -f librandr.a randr.o rrcrtc.o rrdispatch.o rrinfo.o rrlease.o rrmode.o rrmonitor.o rroutput.o rrpointer.o rrproperty.o rrprovider.o rrproviderproperty.o rrscreen.o rrsdispatch.o rrtransform.o rrxinerama.o randr.o.tmp rrcrtc.o.tmp rrdispatch.o.tmp rrinfo.o.tmp rrlease.o.tmp rrmode.o.tmp rrmonitor.o.tmp rroutput.o.tmp rrpointer.o.tmp rrproperty.o.tmp rrprovider.o.tmp rrproviderproperty.o.tmp rrscreen.o.tmp rrsdispatch.o.tmp rrtransform.o.tmp rrxinerama.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/randr && rm -f librandr.a randr.o rrcrtc.o rrdispatch.o rrinfo.o rrlease.o rrmode.o rrmonitor.o rroutput.o rrpointer.o rrproperty.o rrprovider.o rrproviderproperty.o rrscreen.o rrsdispatch.o rrtransform.o rrxinerama.o randr.o.tmp rrcrtc.o.tmp rrdispatch.o.tmp rrinfo.o.tmp rrlease.o.tmp rrmode.o.tmp rrmonitor.o.tmp rroutput.o.tmp rrpointer.o.tmp rrproperty.o.tmp rrprovider.o.tmp rrproviderproperty.o.tmp rrscreen.o.tmp rrsdispatch.o.tmp rrtransform.o.tmp rrxinerama.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/gencat && rm -f gencat.html1 .depend gencat.d gencat.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/gencat && rm -f gencat.html1 .depend gencat.d gencat.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/randr && rm -f librandr_p.a || true) --- cleandir-usr.bin --- --- cleandir-getaddrinfo --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/randr && rm -f librandr_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/getaddrinfo --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/randr && rm -f librandr_g.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/getaddrinfo && rm -f tables.h a.out [Ee]rrs mklog core *.core .gdbinit getaddrinfo getaddrinfo.o getaddrinfo.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/randr && rm -f librandr_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/getaddrinfo && rm -f tables.h a.out [Ee]rrs mklog core *.core .gdbinit getaddrinfo getaddrinfo.o getaddrinfo.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/randr && rm -f librandr_pic.a randr.pico rrcrtc.pico rrdispatch.pico rrinfo.pico rrlease.pico rrmode.pico rrmonitor.pico rroutput.pico rrpointer.pico rrproperty.pico rrprovider.pico rrproviderproperty.pico rrscreen.pico rrsdispatch.pico rrtransform.pico rrxinerama.pico randr.pico.tmp rrcrtc.pico.tmp rrdispatch.pico.tmp rrinfo.pico.tmp rrlease.pico.tmp rrmode.pico.tmp rrmonitor.pico.tmp rroutput.pico.tmp rrpointer.pico.tmp rrproperty.pico.tmp rrprovider.pico.tmp rrproviderproperty.pico.tmp rrscreen.pico.tmp rrsdispatch.pico.tmp rrtransform.pico.tmp rrxinerama.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/randr && rm -f librandr_pic.a randr.pico rrcrtc.pico rrdispatch.pico rrinfo.pico rrlease.pico rrmode.pico rrmonitor.pico rroutput.pico rrpointer.pico rrproperty.pico rrprovider.pico rrproviderproperty.pico rrscreen.pico rrsdispatch.pico rrtransform.pico rrxinerama.pico randr.pico.tmp rrcrtc.pico.tmp rrdispatch.pico.tmp rrinfo.pico.tmp rrlease.pico.tmp rrmode.pico.tmp rrmonitor.pico.tmp rroutput.pico.tmp rrpointer.pico.tmp rrproperty.pico.tmp rrprovider.pico.tmp rrproviderproperty.pico.tmp rrscreen.pico.tmp rrsdispatch.pico.tmp rrtransform.pico.tmp rrxinerama.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/getaddrinfo && rm -f getaddrinfo.html1 .depend getaddrinfo.d getaddrinfo.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/getaddrinfo && rm -f getaddrinfo.html1 .depend getaddrinfo.d getaddrinfo.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/randr && rm -f llib-lrandr.ln randr.ln rrcrtc.ln rrdispatch.ln rrinfo.ln rrlease.ln rrmode.ln rrmonitor.ln rroutput.ln rrpointer.ln rrproperty.ln rrprovider.ln rrproviderproperty.ln rrscreen.ln rrsdispatch.ln rrtransform.ln rrxinerama.ln || true) --- cleandir-usr.bin --- --- cleandir-getconf --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/randr && rm -f llib-lrandr.ln randr.ln rrcrtc.ln rrdispatch.ln rrinfo.ln rrlease.ln rrmode.ln rrmonitor.ln rroutput.ln rrpointer.ln rrproperty.ln rrprovider.ln rrproviderproperty.ln rrscreen.ln rrsdispatch.ln rrtransform.ln rrxinerama.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/getconf --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/randr && rm -f .depend randr.d rrcrtc.d rrdispatch.d rrinfo.d rrlease.d rrmode.d rrmonitor.d rroutput.d rrpointer.d rrproperty.d rrprovider.d rrproviderproperty.d rrscreen.d rrsdispatch.d rrtransform.d rrxinerama.d randr.d.tmp rrcrtc.d.tmp rrdispatch.d.tmp rrinfo.d.tmp rrlease.d.tmp rrmode.d.tmp rrmonitor.d.tmp rroutput.d.tmp rrpointer.d.tmp rrproperty.d.tmp rrprovider.d.tmp rrproviderproperty.d.tmp rrscreen.d.tmp rrsdispatch.d.tmp rrtransform.d.tmp rrxinerama.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/getconf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getconf getconf.o getconf.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/randr && rm -f .depend randr.d rrcrtc.d rrdispatch.d rrinfo.d rrlease.d rrmode.d rrmonitor.d rroutput.d rrpointer.d rrproperty.d rrprovider.d rrproviderproperty.d rrscreen.d rrsdispatch.d rrtransform.d rrxinerama.d randr.d.tmp rrcrtc.d.tmp rrdispatch.d.tmp rrinfo.d.tmp rrlease.d.tmp rrmode.d.tmp rrmonitor.d.tmp rroutput.d.tmp rrpointer.d.tmp rrproperty.d.tmp rrprovider.d.tmp rrproviderproperty.d.tmp rrscreen.d.tmp rrsdispatch.d.tmp rrtransform.d.tmp rrxinerama.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/getconf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getconf getconf.o getconf.ln || true) --- cleandir-external --- --- cleandir-render --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/render --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/getconf && rm -f getconf.html1 .depend getconf.d getconf.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/getconf && rm -f getconf.html1 .depend getconf.d getconf.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/render && rm -f librender.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-getent --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/render && rm -f librender.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/getent --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/render && rm -f librender.a animcur.o filter.o glyph.o matrix.o miindex.o mipict.o mirect.o mitrap.o mitri.o picture.o render.o animcur.o.tmp filter.o.tmp glyph.o.tmp matrix.o.tmp miindex.o.tmp mipict.o.tmp mirect.o.tmp mitrap.o.tmp mitri.o.tmp picture.o.tmp render.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/getent && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getent getent.o getent.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/render && rm -f librender.a animcur.o filter.o glyph.o matrix.o miindex.o mipict.o mirect.o mitrap.o mitri.o picture.o render.o animcur.o.tmp filter.o.tmp glyph.o.tmp matrix.o.tmp miindex.o.tmp mipict.o.tmp mirect.o.tmp mitrap.o.tmp mitri.o.tmp picture.o.tmp render.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/getent && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getent getent.o getent.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/render && rm -f librender_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/getent && rm -f getent.html1 .depend getent.d getent.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/render && rm -f librender_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/getent && rm -f getent.html1 .depend getent.d getent.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/render && rm -f librender_g.a || true) --- cleandir-usr.bin --- --- cleandir-getopt --- cleandir ===> usr.bin/getopt --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/render && rm -f librender_g.a || true) --- libclean4 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/render && rm -f librender_pic.a animcur.pico filter.pico glyph.pico matrix.pico miindex.pico mipict.pico mirect.pico mitrap.pico mitri.pico picture.pico render.pico animcur.pico.tmp filter.pico.tmp glyph.pico.tmp matrix.pico.tmp miindex.pico.tmp mipict.pico.tmp mirect.pico.tmp mitrap.pico.tmp mitri.pico.tmp picture.pico.tmp render.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/getopt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getopt getopt.o getopt.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/render && rm -f librender_pic.a animcur.pico filter.pico glyph.pico matrix.pico miindex.pico mipict.pico mirect.pico mitrap.pico mitri.pico picture.pico render.pico animcur.pico.tmp filter.pico.tmp glyph.pico.tmp matrix.pico.tmp miindex.pico.tmp mipict.pico.tmp mirect.pico.tmp mitrap.pico.tmp mitri.pico.tmp picture.pico.tmp render.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/getopt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit getopt getopt.o getopt.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/render && rm -f llib-lrender.ln animcur.ln filter.ln glyph.ln matrix.ln miindex.ln mipict.ln mirect.ln mitrap.ln mitri.ln picture.ln render.ln || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/getopt && rm -f getopt.html1 .depend getopt.d getopt.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/render && rm -f llib-lrender.ln animcur.ln filter.ln glyph.ln matrix.ln miindex.ln mipict.ln mirect.ln mitrap.ln mitri.ln picture.ln render.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/getopt && rm -f getopt.html1 .depend getopt.d getopt.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-gettext --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/render && rm -f .depend animcur.d filter.d glyph.d matrix.d miindex.d mipict.d mirect.d mitrap.d mitri.d picture.d render.d animcur.d.tmp filter.d.tmp glyph.d.tmp matrix.d.tmp miindex.d.tmp mipict.d.tmp mirect.d.tmp mitrap.d.tmp mitri.d.tmp picture.d.tmp render.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/gettext --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/render && rm -f .depend animcur.d filter.d glyph.d matrix.d miindex.d mipict.d mirect.d mitrap.d mitri.d picture.d render.d animcur.d.tmp filter.d.tmp glyph.d.tmp matrix.d.tmp miindex.d.tmp mipict.d.tmp mirect.d.tmp mitrap.d.tmp mitri.d.tmp picture.d.tmp render.d.tmp tags || true) --- cleandir-present --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/present --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/gettext && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gettext gettext.o gettext.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/gettext && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gettext gettext.o gettext.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/present && rm -f libpresent.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/gettext && rm -f gettext.html1 .depend gettext.d gettext.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/present && rm -f libpresent.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/gettext && rm -f gettext.html1 .depend gettext.d gettext.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/present && rm -f libpresent.a present.o present_event.o present_execute.o present_fake.o present_fence.o present_notify.o present_request.o present_scmd.o present_screen.o present_vblank.o present.o.tmp present_event.o.tmp present_execute.o.tmp present_fake.o.tmp present_fence.o.tmp present_notify.o.tmp present_request.o.tmp present_scmd.o.tmp present_screen.o.tmp present_vblank.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-gprof --- cleandir ===> usr.bin/gprof --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/present && rm -f libpresent.a present.o present_event.o present_execute.o present_fake.o present_fence.o present_notify.o present_request.o present_scmd.o present_screen.o present_vblank.o present.o.tmp present_event.o.tmp present_execute.o.tmp present_fake.o.tmp present_fence.o.tmp present_notify.o.tmp present_request.o.tmp present_scmd.o.tmp present_screen.o.tmp present_vblank.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-PSD.doc --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/gprof/PSD.doc --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/present && rm -f libpresent_p.a || true) --- cleandir-usr.bin --- --- cleandoc --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/present && rm -f libpresent_p.a || true) --- cleandir-usr.bin --- rm -f gprof.txt gprof.ps gprof.ps.gz gprof.html rm -f gprof-1.png gprof-2.png gprof-3.png gprof-4.png gprof-5.png gprof-6.png gprof-7.png gprof-8.png gprof-9.png gprof-10.png gprof-11.png gprof-12.png gprof-13.png gprof-14.png [eE]rrs mklog --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- --- cleandir-head --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/present && rm -f libpresent_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/head --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/present && rm -f libpresent_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/head && rm -f a.out [Ee]rrs mklog core *.core .gdbinit head head.o head.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/present && rm -f libpresent_pic.a present.pico present_event.pico present_execute.pico present_fake.pico present_fence.pico present_notify.pico present_request.pico present_scmd.pico present_screen.pico present_vblank.pico present.pico.tmp present_event.pico.tmp present_execute.pico.tmp present_fake.pico.tmp present_fence.pico.tmp present_notify.pico.tmp present_request.pico.tmp present_scmd.pico.tmp present_screen.pico.tmp present_vblank.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/head && rm -f a.out [Ee]rrs mklog core *.core .gdbinit head head.o head.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/present && rm -f libpresent_pic.a present.pico present_event.pico present_execute.pico present_fake.pico present_fence.pico present_notify.pico present_request.pico present_scmd.pico present_screen.pico present_vblank.pico present.pico.tmp present_event.pico.tmp present_execute.pico.tmp present_fake.pico.tmp present_fence.pico.tmp present_notify.pico.tmp present_request.pico.tmp present_scmd.pico.tmp present_screen.pico.tmp present_vblank.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/head && rm -f head.html1 .depend head.d head.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/present && rm -f llib-lpresent.ln present.ln present_event.ln present_execute.ln present_fake.ln present_fence.ln present_notify.ln present_request.ln present_scmd.ln present_screen.ln present_vblank.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/head && rm -f head.html1 .depend head.d head.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/present && rm -f llib-lpresent.ln present.ln present_event.ln present_execute.ln present_fake.ln present_fence.ln present_notify.ln present_request.ln present_scmd.ln present_screen.ln present_vblank.ln || true) --- cleandir-usr.bin --- --- cleandir-hexdump --- cleandir ===> usr.bin/hexdump --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/present && rm -f .depend present.d present_event.d present_execute.d present_fake.d present_fence.d present_notify.d present_request.d present_scmd.d present_screen.d present_vblank.d present.d.tmp present_event.d.tmp present_execute.d.tmp present_fake.d.tmp present_fence.d.tmp present_notify.d.tmp present_request.d.tmp present_scmd.d.tmp present_screen.d.tmp present_vblank.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/present && rm -f .depend present.d present_event.d present_execute.d present_fake.d present_fence.d present_notify.d present_request.d present_scmd.d present_screen.d present_vblank.d present.d.tmp present_event.d.tmp present_execute.d.tmp present_fake.d.tmp present_fence.d.tmp present_notify.d.tmp present_request.d.tmp present_scmd.d.tmp present_screen.d.tmp present_vblank.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/hexdump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hexdump conv.o display.o hexdump.o hexsyntax.o odsyntax.o parse.o conv.ln display.ln hexdump.ln hexsyntax.ln odsyntax.ln parse.ln || true) --- cleandir-external --- --- cleandir-pseudoramiX --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/hexdump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hexdump conv.o display.o hexdump.o hexsyntax.o odsyntax.o parse.o conv.ln display.ln hexdump.ln hexsyntax.ln odsyntax.ln parse.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/pseudoramiX --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/hexdump && rm -f hexdump.html1 od.html1 .depend conv.d display.d hexdump.d hexsyntax.d odsyntax.d parse.d conv.d.tmp display.d.tmp hexdump.d.tmp hexsyntax.d.tmp odsyntax.d.tmp parse.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f libpseudoramiX.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/hexdump && rm -f hexdump.html1 od.html1 .depend conv.d display.d hexdump.d hexsyntax.d odsyntax.d parse.d conv.d.tmp display.d.tmp hexdump.d.tmp hexsyntax.d.tmp odsyntax.d.tmp parse.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f libpseudoramiX.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-iconv --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/iconv --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f libpseudoramiX.a pseudoramiX.o pseudoramiX.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f libpseudoramiX.a pseudoramiX.o pseudoramiX.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/iconv && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iconv iconv.o iconv.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f libpseudoramiX_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/iconv && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iconv iconv.o iconv.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f libpseudoramiX_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/iconv && rm -f iconv.html1 .depend iconv.d iconv.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f libpseudoramiX_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/iconv && rm -f iconv.html1 .depend iconv.d iconv.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f libpseudoramiX_g.a || true) --- cleandir-usr.bin --- --- cleandir-id --- cleandir ===> usr.bin/id --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f libpseudoramiX_pic.a pseudoramiX.pico pseudoramiX.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f libpseudoramiX_pic.a pseudoramiX.pico pseudoramiX.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/id && rm -f a.out [Ee]rrs mklog core *.core .gdbinit id id.o id.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/id && rm -f a.out [Ee]rrs mklog core *.core .gdbinit id id.o id.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f llib-lpseudoramiX.ln pseudoramiX.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f llib-lpseudoramiX.ln pseudoramiX.ln || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/id && rm -f id.html1 groups.html1 whoami.html1 .depend id.d id.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/id && rm -f id.html1 groups.html1 whoami.html1 .depend id.d id.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f .depend pseudoramiX.d pseudoramiX.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/pseudoramiX && rm -f .depend pseudoramiX.d pseudoramiX.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-indent --- cleandir ===> usr.bin/indent --- cleandir-external --- --- cleandir-Xi --- cleandir ===> external/mit/xorg/server/xorg-server/Xi --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/indent && rm -f a.out [Ee]rrs mklog core *.core .gdbinit indent indent.o io.o lexi.o parse.o pr_comment.o args.o indent.ln io.ln lexi.ln parse.ln pr_comment.ln args.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/indent && rm -f a.out [Ee]rrs mklog core *.core .gdbinit indent indent.o io.o lexi.o parse.o pr_comment.o args.o indent.ln io.ln lexi.ln parse.ln pr_comment.ln args.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xi && rm -f libXi.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xi && rm -f libXi.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/indent && rm -f indent.html1 .depend args.d indent.d io.d lexi.d parse.d pr_comment.d args.d.tmp indent.d.tmp io.d.tmp lexi.d.tmp parse.d.tmp pr_comment.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/indent && rm -f indent.html1 .depend args.d indent.d io.d lexi.d parse.d pr_comment.d args.d.tmp indent.d.tmp io.d.tmp lexi.d.tmp parse.d.tmp pr_comment.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xi && rm -f libXi.a allowev.o chgdctl.o chgfctl.o chgkbd.o chgkmap.o chgprop.o chgptr.o closedev.o devbell.o exevents.o extinit.o getbmap.o getdctl.o getfctl.o getfocus.o getkmap.o getmmap.o getprop.o getselev.o getvers.o grabdev.o grabdevb.o grabdevk.o gtmotion.o listdev.o opendev.o queryst.o selectev.o sendexev.o setbmap.o setdval.o setfocus.o setmmap.o setmode.o ungrdev.o ungrdevb.o ungrdevk.o xiallowev.o xibarriers.o xichangecursor.o xichangehierarchy.o xigetclientpointer.o xigrabdev.o xipassivegrab.o xiproperty.o xiquerydevice.o xiquerypointer.o xiqueryversion.o xiselectev.o xisetclientpointer.o xisetdevfocus.o xiwarppointer.o allowev.o.tmp chgdctl.o.tmp chgfctl.o.tmp chgkbd.o.tmp chgkmap.o.tmp chgprop.o.tmp chgptr.o.tmp closedev.o.tmp devbell.o.tmp exevents.o.tmp extinit.o.tmp getbmap.o.tmp getdctl.o.tmp getfctl.o.tmp getfocus.o.tmp getkmap.o.tmp getmmap.o.tmp getprop.o.tmp getselev.o.tmp getvers.o.tmp grabdev.o.tmp grabdevb.o.tmp grabdevk.o.tmp gtmotion.o.tmp listdev.o.tmp opendev.o.tmp queryst.o.tmp selectev.o.tmp sendexev.o.tmp setbmap.o.tmp setdval.o.tmp setfocus.o.tmp setmmap.o.tmp setmode.o.tmp ungrdev.o.tmp ungrdevb.o.tmp ungrdevk.o.tmp xiallowev.o.tmp xibarriers.o.tmp xichangecursor.o.tmp xichangehierarchy.o.tmp xigetclientpointer.o.tmp xigrabdev.o.tmp xipassivegrab.o.tmp xiproperty.o.tmp xiquerydevice.o.tmp xiquerypointer.o.tmp xiqueryversion.o.tmp xiselectev.o.tmp xisetclientpointer.o.tmp xisetdevfocus.o.tmp xiwarppointer.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-infocmp --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xi && rm -f libXi.a allowev.o chgdctl.o chgfctl.o chgkbd.o chgkmap.o chgprop.o chgptr.o closedev.o devbell.o exevents.o extinit.o getbmap.o getdctl.o getfctl.o getfocus.o getkmap.o getmmap.o getprop.o getselev.o getvers.o grabdev.o grabdevb.o grabdevk.o gtmotion.o listdev.o opendev.o queryst.o selectev.o sendexev.o setbmap.o setdval.o setfocus.o setmmap.o setmode.o ungrdev.o ungrdevb.o ungrdevk.o xiallowev.o xibarriers.o xichangecursor.o xichangehierarchy.o xigetclientpointer.o xigrabdev.o xipassivegrab.o xiproperty.o xiquerydevice.o xiquerypointer.o xiqueryversion.o xiselectev.o xisetclientpointer.o xisetdevfocus.o xiwarppointer.o allowev.o.tmp chgdctl.o.tmp chgfctl.o.tmp chgkbd.o.tmp chgkmap.o.tmp chgprop.o.tmp chgptr.o.tmp closedev.o.tmp devbell.o.tmp exevents.o.tmp extinit.o.tmp getbmap.o.tmp getdctl.o.tmp getfctl.o.tmp getfocus.o.tmp getkmap.o.tmp getmmap.o.tmp getprop.o.tmp getselev.o.tmp getvers.o.tmp grabdev.o.tmp grabdevb.o.tmp grabdevk.o.tmp gtmotion.o.tmp listdev.o.tmp opendev.o.tmp queryst.o.tmp selectev.o.tmp sendexev.o.tmp setbmap.o.tmp setdval.o.tmp setfocus.o.tmp setmmap.o.tmp setmode.o.tmp ungrdev.o.tmp ungrdevb.o.tmp ungrdevk.o.tmp xiallowev.o.tmp xibarriers.o.tmp xichangecursor.o.tmp xichangehierarchy.o.tmp xigetclientpointer.o.tmp xigrabdev.o.tmp xipassivegrab.o.tmp xiproperty.o.tmp xiquerydevice.o.tmp xiquerypointer.o.tmp xiqueryversion.o.tmp xiselectev.o.tmp xisetclientpointer.o.tmp xisetdevfocus.o.tmp xiwarppointer.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/infocmp --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xi && rm -f libXi_p.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/infocmp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit infocmp infocmp.o infocmp.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xi && rm -f libXi_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/infocmp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit infocmp infocmp.o infocmp.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xi && rm -f libXi_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xi && rm -f libXi_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/infocmp && rm -f infocmp.html1 .depend infocmp.d infocmp.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/infocmp && rm -f infocmp.html1 .depend infocmp.d infocmp.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xi && rm -f libXi_pic.a allowev.pico chgdctl.pico chgfctl.pico chgkbd.pico chgkmap.pico chgprop.pico chgptr.pico closedev.pico devbell.pico exevents.pico extinit.pico getbmap.pico getdctl.pico getfctl.pico getfocus.pico getkmap.pico getmmap.pico getprop.pico getselev.pico getvers.pico grabdev.pico grabdevb.pico grabdevk.pico gtmotion.pico listdev.pico opendev.pico queryst.pico selectev.pico sendexev.pico setbmap.pico setdval.pico setfocus.pico setmmap.pico setmode.pico ungrdev.pico ungrdevb.pico ungrdevk.pico xiallowev.pico xibarriers.pico xichangecursor.pico xichangehierarchy.pico xigetclientpointer.pico xigrabdev.pico xipassivegrab.pico xiproperty.pico xiquerydevice.pico xiquerypointer.pico xiqueryversion.pico xiselectev.pico xisetclientpointer.pico xisetdevfocus.pico xiwarppointer.pico allowev.pico.tmp chgdctl.pico.tmp chgfctl.pico.tmp chgkbd.pico.tmp chgkmap.pico.tmp chgprop.pico.tmp chgptr.pico.tmp closedev.pico.tmp devbell.pico.tmp exevents.pico.tmp extinit.pico.tmp getbmap.pico.tmp getdctl.pico.tmp getfctl.pico.tmp getfocus.pico.tmp getkmap.pico.tmp getmmap.pico.tmp getprop.pico.tmp getselev.pico.tmp getvers.pico.tmp grabdev.pico.tmp grabdevb.pico.tmp grabdevk.pico.tmp gtmotion.pico.tmp listdev.pico.tmp opendev.pico.tmp queryst.pico.tmp selectev.pico.tmp sendexev.pico.tmp setbmap.pico.tmp setdval.pico.tmp setfocus.pico.tmp setmmap.pico.tmp setmode.pico.tmp ungrdev.pico.tmp ungrdevb.pico.tmp ungrdevk.pico.tmp xiallowev.pico.tmp xibarriers.pico.tmp xichangecursor.pico.tmp xichangehierarchy.pico.tmp xigetclientpointer.pico.tmp xigrabdev.pico.tmp xipassivegrab.pico.tmp xiproperty.pico.tmp xiquerydevice.pico.tmp xiquerypointer.pico.tmp xiqueryversion.pico.tmp xiselectev.pico.tmp xisetclientpointer.pico.tmp xisetdevfocus.pico.tmp xiwarppointer.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-innetgr --- cleandir ===> usr.bin/innetgr --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xi && rm -f libXi_pic.a allowev.pico chgdctl.pico chgfctl.pico chgkbd.pico chgkmap.pico chgprop.pico chgptr.pico closedev.pico devbell.pico exevents.pico extinit.pico getbmap.pico getdctl.pico getfctl.pico getfocus.pico getkmap.pico getmmap.pico getprop.pico getselev.pico getvers.pico grabdev.pico grabdevb.pico grabdevk.pico gtmotion.pico listdev.pico opendev.pico queryst.pico selectev.pico sendexev.pico setbmap.pico setdval.pico setfocus.pico setmmap.pico setmode.pico ungrdev.pico ungrdevb.pico ungrdevk.pico xiallowev.pico xibarriers.pico xichangecursor.pico xichangehierarchy.pico xigetclientpointer.pico xigrabdev.pico xipassivegrab.pico xiproperty.pico xiquerydevice.pico xiquerypointer.pico xiqueryversion.pico xiselectev.pico xisetclientpointer.pico xisetdevfocus.pico xiwarppointer.pico allowev.pico.tmp chgdctl.pico.tmp chgfctl.pico.tmp chgkbd.pico.tmp chgkmap.pico.tmp chgprop.pico.tmp chgptr.pico.tmp closedev.pico.tmp devbell.pico.tmp exevents.pico.tmp extinit.pico.tmp getbmap.pico.tmp getdctl.pico.tmp getfctl.pico.tmp getfocus.pico.tmp getkmap.pico.tmp getmmap.pico.tmp getprop.pico.tmp getselev.pico.tmp getvers.pico.tmp grabdev.pico.tmp grabdevb.pico.tmp grabdevk.pico.tmp gtmotion.pico.tmp listdev.pico.tmp opendev.pico.tmp queryst.pico.tmp selectev.pico.tmp sendexev.pico.tmp setbmap.pico.tmp setdval.pico.tmp setfocus.pico.tmp setmmap.pico.tmp setmode.pico.tmp ungrdev.pico.tmp ungrdevb.pico.tmp ungrdevk.pico.tmp xiallowev.pico.tmp xibarriers.pico.tmp xichangecursor.pico.tmp xichangehierarchy.pico.tmp xigetclientpointer.pico.tmp xigrabdev.pico.tmp xipassivegrab.pico.tmp xiproperty.pico.tmp xiquerydevice.pico.tmp xiquerypointer.pico.tmp xiqueryversion.pico.tmp xiselectev.pico.tmp xisetclientpointer.pico.tmp xisetdevfocus.pico.tmp xiwarppointer.pico.tmp || true) --- libclean5 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xi && rm -f llib-lXi.ln allowev.ln chgdctl.ln chgfctl.ln chgkbd.ln chgkmap.ln chgprop.ln chgptr.ln closedev.ln devbell.ln exevents.ln extinit.ln getbmap.ln getdctl.ln getfctl.ln getfocus.ln getkmap.ln getmmap.ln getprop.ln getselev.ln getvers.ln grabdev.ln grabdevb.ln grabdevk.ln gtmotion.ln listdev.ln opendev.ln queryst.ln selectev.ln sendexev.ln setbmap.ln setdval.ln setfocus.ln setmmap.ln setmode.ln ungrdev.ln ungrdevb.ln ungrdevk.ln xiallowev.ln xibarriers.ln xichangecursor.ln xichangehierarchy.ln xigetclientpointer.ln xigrabdev.ln xipassivegrab.ln xiproperty.ln xiquerydevice.ln xiquerypointer.ln xiqueryversion.ln xiselectev.ln xisetclientpointer.ln xisetdevfocus.ln xiwarppointer.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/innetgr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit innetgr innetgr.o innetgr.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/innetgr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit innetgr innetgr.o innetgr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xi && rm -f llib-lXi.ln allowev.ln chgdctl.ln chgfctl.ln chgkbd.ln chgkmap.ln chgprop.ln chgptr.ln closedev.ln devbell.ln exevents.ln extinit.ln getbmap.ln getdctl.ln getfctl.ln getfocus.ln getkmap.ln getmmap.ln getprop.ln getselev.ln getvers.ln grabdev.ln grabdevb.ln grabdevk.ln gtmotion.ln listdev.ln opendev.ln queryst.ln selectev.ln sendexev.ln setbmap.ln setdval.ln setfocus.ln setmmap.ln setmode.ln ungrdev.ln ungrdevb.ln ungrdevk.ln xiallowev.ln xibarriers.ln xichangecursor.ln xichangehierarchy.ln xigetclientpointer.ln xigrabdev.ln xipassivegrab.ln xiproperty.ln xiquerydevice.ln xiquerypointer.ln xiqueryversion.ln xiselectev.ln xisetclientpointer.ln xisetdevfocus.ln xiwarppointer.ln || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/innetgr && rm -f innetgr.html1 .depend innetgr.d innetgr.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/Xi && rm -f .depend allowev.d chgdctl.d chgfctl.d chgkbd.d chgkmap.d chgprop.d chgptr.d closedev.d devbell.d exevents.d extinit.d getbmap.d getdctl.d getfctl.d getfocus.d getkmap.d getmmap.d getprop.d getselev.d getvers.d grabdev.d grabdevb.d grabdevk.d gtmotion.d listdev.d opendev.d queryst.d selectev.d sendexev.d setbmap.d setdval.d setfocus.d setmmap.d setmode.d ungrdev.d ungrdevb.d ungrdevk.d xiallowev.d xibarriers.d xichangecursor.d xichangehierarchy.d xigetclientpointer.d xigrabdev.d xipassivegrab.d xiproperty.d xiquerydevice.d xiquerypointer.d xiqueryversion.d xiselectev.d xisetclientpointer.d xisetdevfocus.d xiwarppointer.d allowev.d.tmp chgdctl.d.tmp chgfctl.d.tmp chgkbd.d.tmp chgkmap.d.tmp chgprop.d.tmp chgptr.d.tmp closedev.d.tmp devbell.d.tmp exevents.d.tmp extinit.d.tmp getbmap.d.tmp getdctl.d.tmp getfctl.d.tmp getfocus.d.tmp getkmap.d.tmp getmmap.d.tmp getprop.d.tmp getselev.d.tmp getvers.d.tmp grabdev.d.tmp grabdevb.d.tmp grabdevk.d.tmp gtmotion.d.tmp listdev.d.tmp opendev.d.tmp queryst.d.tmp selectev.d.tmp sendexev.d.tmp setbmap.d.tmp setdval.d.tmp setfocus.d.tmp setmmap.d.tmp setmode.d.tmp ungrdev.d.tmp ungrdevb.d.tmp ungrdevk.d.tmp xiallowev.d.tmp xibarriers.d.tmp xichangecursor.d.tmp xichangehierarchy.d.tmp xigetclientpointer.d.tmp xigrabdev.d.tmp xipassivegrab.d.tmp xiproperty.d.tmp xiquerydevice.d.tmp xiquerypointer.d.tmp xiqueryversion.d.tmp xiselectev.d.tmp xisetclientpointer.d.tmp xisetdevfocus.d.tmp xiwarppointer.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/innetgr && rm -f innetgr.html1 .depend innetgr.d innetgr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/Xi && rm -f .depend allowev.d chgdctl.d chgfctl.d chgkbd.d chgkmap.d chgprop.d chgptr.d closedev.d devbell.d exevents.d extinit.d getbmap.d getdctl.d getfctl.d getfocus.d getkmap.d getmmap.d getprop.d getselev.d getvers.d grabdev.d grabdevb.d grabdevk.d gtmotion.d listdev.d opendev.d queryst.d selectev.d sendexev.d setbmap.d setdval.d setfocus.d setmmap.d setmode.d ungrdev.d ungrdevb.d ungrdevk.d xiallowev.d xibarriers.d xichangecursor.d xichangehierarchy.d xigetclientpointer.d xigrabdev.d xipassivegrab.d xiproperty.d xiquerydevice.d xiquerypointer.d xiqueryversion.d xiselectev.d xisetclientpointer.d xisetdevfocus.d xiwarppointer.d allowev.d.tmp chgdctl.d.tmp chgfctl.d.tmp chgkbd.d.tmp chgkmap.d.tmp chgprop.d.tmp chgptr.d.tmp closedev.d.tmp devbell.d.tmp exevents.d.tmp extinit.d.tmp getbmap.d.tmp getdctl.d.tmp getfctl.d.tmp getfocus.d.tmp getkmap.d.tmp getmmap.d.tmp getprop.d.tmp getselev.d.tmp getvers.d.tmp grabdev.d.tmp grabdevb.d.tmp grabdevk.d.tmp gtmotion.d.tmp listdev.d.tmp opendev.d.tmp queryst.d.tmp selectev.d.tmp sendexev.d.tmp setbmap.d.tmp setdval.d.tmp setfocus.d.tmp setmmap.d.tmp setmode.d.tmp ungrdev.d.tmp ungrdevb.d.tmp ungrdevk.d.tmp xiallowev.d.tmp xibarriers.d.tmp xichangecursor.d.tmp xichangehierarchy.d.tmp xigetclientpointer.d.tmp xigrabdev.d.tmp xipassivegrab.d.tmp xiproperty.d.tmp xiquerydevice.d.tmp xiquerypointer.d.tmp xiqueryversion.d.tmp xiselectev.d.tmp xisetclientpointer.d.tmp xisetdevfocus.d.tmp xiwarppointer.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-ipcrm --- cleandir ===> usr.bin/ipcrm --- cleandir-external --- --- cleandir-xkb --- cleandir ===> external/mit/xorg/server/xorg-server/xkb --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ipcrm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ipcrm ipcrm.o ipcrm.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkb && rm -f libxkb.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ipcrm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ipcrm ipcrm.o ipcrm.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkb && rm -f libxkb.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ipcrm && rm -f ipcrm.html1 .depend ipcrm.d ipcrm.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkb && rm -f libxkb.a ddxBeep.o ddxCtrls.o ddxLEDs.o ddxLoad.o xkb.o xkbUtils.o xkbEvents.o xkbAccessX.o xkbSwap.o xkbLEDs.o xkbInit.o xkbActions.o xkbPrKeyEv.o maprules.o xkmread.o xkbtext.o xkbfmisc.o xkbout.o XKBMisc.o XKBAlloc.o XKBGAlloc.o XKBMAlloc.o ddxBeep.o.tmp ddxCtrls.o.tmp ddxLEDs.o.tmp ddxLoad.o.tmp xkb.o.tmp xkbUtils.o.tmp xkbEvents.o.tmp xkbAccessX.o.tmp xkbSwap.o.tmp xkbLEDs.o.tmp xkbInit.o.tmp xkbActions.o.tmp xkbPrKeyEv.o.tmp maprules.o.tmp xkmread.o.tmp xkbtext.o.tmp xkbfmisc.o.tmp xkbout.o.tmp XKBMisc.o.tmp XKBAlloc.o.tmp XKBGAlloc.o.tmp XKBMAlloc.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ipcrm && rm -f ipcrm.html1 .depend ipcrm.d ipcrm.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkb && rm -f libxkb.a ddxBeep.o ddxCtrls.o ddxLEDs.o ddxLoad.o xkb.o xkbUtils.o xkbEvents.o xkbAccessX.o xkbSwap.o xkbLEDs.o xkbInit.o xkbActions.o xkbPrKeyEv.o maprules.o xkmread.o xkbtext.o xkbfmisc.o xkbout.o XKBMisc.o XKBAlloc.o XKBGAlloc.o XKBMAlloc.o ddxBeep.o.tmp ddxCtrls.o.tmp ddxLEDs.o.tmp ddxLoad.o.tmp xkb.o.tmp xkbUtils.o.tmp xkbEvents.o.tmp xkbAccessX.o.tmp xkbSwap.o.tmp xkbLEDs.o.tmp xkbInit.o.tmp xkbActions.o.tmp xkbPrKeyEv.o.tmp maprules.o.tmp xkmread.o.tmp xkbtext.o.tmp xkbfmisc.o.tmp xkbout.o.tmp XKBMisc.o.tmp XKBAlloc.o.tmp XKBGAlloc.o.tmp XKBMAlloc.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-ipcs --- cleandir ===> usr.bin/ipcs --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkb && rm -f libxkb_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkb && rm -f libxkb_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ipcs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ipcs ipcs.o ipcs.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ipcs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ipcs ipcs.o ipcs.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkb && rm -f libxkb_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkb && rm -f libxkb_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ipcs && rm -f ipcs.html1 .depend ipcs.d ipcs.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ipcs && rm -f ipcs.html1 .depend ipcs.d ipcs.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkb && rm -f libxkb_pic.a ddxBeep.pico ddxCtrls.pico ddxLEDs.pico ddxLoad.pico xkb.pico xkbUtils.pico xkbEvents.pico xkbAccessX.pico xkbSwap.pico xkbLEDs.pico xkbInit.pico xkbActions.pico xkbPrKeyEv.pico maprules.pico xkmread.pico xkbtext.pico xkbfmisc.pico xkbout.pico XKBMisc.pico XKBAlloc.pico XKBGAlloc.pico XKBMAlloc.pico ddxBeep.pico.tmp ddxCtrls.pico.tmp ddxLEDs.pico.tmp ddxLoad.pico.tmp xkb.pico.tmp xkbUtils.pico.tmp xkbEvents.pico.tmp xkbAccessX.pico.tmp xkbSwap.pico.tmp xkbLEDs.pico.tmp xkbInit.pico.tmp xkbActions.pico.tmp xkbPrKeyEv.pico.tmp maprules.pico.tmp xkmread.pico.tmp xkbtext.pico.tmp xkbfmisc.pico.tmp xkbout.pico.tmp XKBMisc.pico.tmp XKBAlloc.pico.tmp XKBGAlloc.pico.tmp XKBMAlloc.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkb && rm -f libxkb_pic.a ddxBeep.pico ddxCtrls.pico ddxLEDs.pico ddxLoad.pico xkb.pico xkbUtils.pico xkbEvents.pico xkbAccessX.pico xkbSwap.pico xkbLEDs.pico xkbInit.pico xkbActions.pico xkbPrKeyEv.pico maprules.pico xkmread.pico xkbtext.pico xkbfmisc.pico xkbout.pico XKBMisc.pico XKBAlloc.pico XKBGAlloc.pico XKBMAlloc.pico ddxBeep.pico.tmp ddxCtrls.pico.tmp ddxLEDs.pico.tmp ddxLoad.pico.tmp xkb.pico.tmp xkbUtils.pico.tmp xkbEvents.pico.tmp xkbAccessX.pico.tmp xkbSwap.pico.tmp xkbLEDs.pico.tmp xkbInit.pico.tmp xkbActions.pico.tmp xkbPrKeyEv.pico.tmp maprules.pico.tmp xkmread.pico.tmp xkbtext.pico.tmp xkbfmisc.pico.tmp xkbout.pico.tmp XKBMisc.pico.tmp XKBAlloc.pico.tmp XKBGAlloc.pico.tmp XKBMAlloc.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-join --- cleandir ===> usr.bin/join --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkb && rm -f llib-lxkb.ln ddxBeep.ln ddxCtrls.ln ddxLEDs.ln ddxLoad.ln xkb.ln xkbUtils.ln xkbEvents.ln xkbAccessX.ln xkbSwap.ln xkbLEDs.ln xkbInit.ln xkbActions.ln xkbPrKeyEv.ln maprules.ln xkmread.ln xkbtext.ln xkbfmisc.ln xkbout.ln XKBMisc.ln XKBAlloc.ln XKBGAlloc.ln XKBMAlloc.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkb && rm -f llib-lxkb.ln ddxBeep.ln ddxCtrls.ln ddxLEDs.ln ddxLoad.ln xkb.ln xkbUtils.ln xkbEvents.ln xkbAccessX.ln xkbSwap.ln xkbLEDs.ln xkbInit.ln xkbActions.ln xkbPrKeyEv.ln maprules.ln xkmread.ln xkbtext.ln xkbfmisc.ln xkbout.ln XKBMisc.ln XKBAlloc.ln XKBGAlloc.ln XKBMAlloc.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/join && rm -f a.out [Ee]rrs mklog core *.core .gdbinit join join.o join.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/join && rm -f a.out [Ee]rrs mklog core *.core .gdbinit join join.o join.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkb && rm -f .depend XKBAlloc.d XKBGAlloc.d XKBMAlloc.d XKBMisc.d ddxBeep.d ddxCtrls.d ddxLEDs.d ddxLoad.d maprules.d xkb.d xkbAccessX.d xkbActions.d xkbEvents.d xkbInit.d xkbLEDs.d xkbPrKeyEv.d xkbSwap.d xkbUtils.d xkbfmisc.d xkbout.d xkbtext.d xkmread.d XKBAlloc.d.tmp XKBGAlloc.d.tmp XKBMAlloc.d.tmp XKBMisc.d.tmp ddxBeep.d.tmp ddxCtrls.d.tmp ddxLEDs.d.tmp ddxLoad.d.tmp maprules.d.tmp xkb.d.tmp xkbAccessX.d.tmp xkbActions.d.tmp xkbEvents.d.tmp xkbInit.d.tmp xkbLEDs.d.tmp xkbPrKeyEv.d.tmp xkbSwap.d.tmp xkbUtils.d.tmp xkbfmisc.d.tmp xkbout.d.tmp xkbtext.d.tmp xkmread.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/join && rm -f join.html1 .depend join.d join.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkb && rm -f .depend XKBAlloc.d XKBGAlloc.d XKBMAlloc.d XKBMisc.d ddxBeep.d ddxCtrls.d ddxLEDs.d ddxLoad.d maprules.d xkb.d xkbAccessX.d xkbActions.d xkbEvents.d xkbInit.d xkbLEDs.d xkbPrKeyEv.d xkbSwap.d xkbUtils.d xkbfmisc.d xkbout.d xkbtext.d xkmread.d XKBAlloc.d.tmp XKBGAlloc.d.tmp XKBMAlloc.d.tmp XKBMisc.d.tmp ddxBeep.d.tmp ddxCtrls.d.tmp ddxLEDs.d.tmp ddxLoad.d.tmp maprules.d.tmp xkb.d.tmp xkbAccessX.d.tmp xkbActions.d.tmp xkbEvents.d.tmp xkbInit.d.tmp xkbLEDs.d.tmp xkbPrKeyEv.d.tmp xkbSwap.d.tmp xkbUtils.d.tmp xkbfmisc.d.tmp xkbout.d.tmp xkbtext.d.tmp xkmread.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/join && rm -f join.html1 .depend join.d join.d.tmp tags || true) --- cleandir-external --- --- cleandir-xkbstubs --- cleandir ===> external/mit/xorg/server/xorg-server/xkbstubs --- cleandir-usr.bin --- --- cleandir-jot --- cleandir ===> usr.bin/jot --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkbstubs && rm -f libxkbstubs.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/jot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit jot jot.o jot.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkbstubs && rm -f libxkbstubs.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/jot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit jot jot.o jot.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkbstubs && rm -f libxkbstubs.a ddxVT.o ddxPrivate.o ddxKillSrv.o ddxVT.o.tmp ddxPrivate.o.tmp ddxKillSrv.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/jot && rm -f jot.html1 .depend jot.d jot.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkbstubs && rm -f libxkbstubs.a ddxVT.o ddxPrivate.o ddxKillSrv.o ddxVT.o.tmp ddxPrivate.o.tmp ddxKillSrv.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/jot && rm -f jot.html1 .depend jot.d jot.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkbstubs && rm -f libxkbstubs_p.a || true) --- cleandir-usr.bin --- --- cleandir-kdump --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkbstubs && rm -f libxkbstubs_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/kdump --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkbstubs && rm -f libxkbstubs_g.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/kdump && rm -f siginfo.c kdump-ioctl.c a.out [Ee]rrs mklog core *.core .gdbinit kdump kdump.o subr.o setemul.o siginfo.o kdump-ioctl.o kdump.ln subr.ln setemul.ln siginfo.ln kdump-ioctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkbstubs && rm -f libxkbstubs_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/kdump && rm -f siginfo.c kdump-ioctl.c a.out [Ee]rrs mklog core *.core .gdbinit kdump kdump.o subr.o setemul.o siginfo.o kdump-ioctl.o kdump.ln subr.ln setemul.ln siginfo.ln kdump-ioctl.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkbstubs && rm -f libxkbstubs_pic.a ddxVT.pico ddxPrivate.pico ddxKillSrv.pico ddxVT.pico.tmp ddxPrivate.pico.tmp ddxKillSrv.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/kdump && rm -f kdump.html1 ioctlprint.html1 .depend kdump-ioctl.d kdump.d setemul.d siginfo.d subr.d kdump-ioctl.d.tmp kdump.d.tmp setemul.d.tmp siginfo.d.tmp subr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkbstubs && rm -f libxkbstubs_pic.a ddxVT.pico ddxPrivate.pico ddxKillSrv.pico ddxVT.pico.tmp ddxPrivate.pico.tmp ddxKillSrv.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/kdump && rm -f kdump.html1 ioctlprint.html1 .depend kdump-ioctl.d kdump.d setemul.d siginfo.d subr.d kdump-ioctl.d.tmp kdump.d.tmp setemul.d.tmp siginfo.d.tmp subr.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkbstubs && rm -f llib-lxkbstubs.ln ddxVT.ln ddxPrivate.ln ddxKillSrv.ln || true) --- cleandir-usr.bin --- --- cleandir-ktrace --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkbstubs && rm -f llib-lxkbstubs.ln ddxVT.ln ddxPrivate.ln ddxKillSrv.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/ktrace --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xkbstubs && rm -f .depend ddxKillSrv.d ddxPrivate.d ddxVT.d ddxKillSrv.d.tmp ddxPrivate.d.tmp ddxVT.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ktrace && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ktrace ktrace.o subr.o ktrace.ln subr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xkbstubs && rm -f .depend ddxKillSrv.d ddxPrivate.d ddxVT.d ddxKillSrv.d.tmp ddxPrivate.d.tmp ddxVT.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ktrace && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ktrace ktrace.o subr.o ktrace.ln subr.ln || true) --- cleandir-external --- --- cleandir-dbe --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/dbe --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ktrace && rm -f ktrace.html1 .depend ktrace.d subr.d ktrace.d.tmp subr.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ktrace && rm -f ktrace.html1 .depend ktrace.d subr.d ktrace.d.tmp subr.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dbe && rm -f libdbe.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-ktruss --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dbe && rm -f libdbe.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/ktruss --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dbe && rm -f libdbe.a dbe.o midbe.o dbe.o.tmp midbe.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ktruss && rm -f misc.c misc.h ktruss-ioctl.c a.out [Ee]rrs mklog core *.core .gdbinit ktruss ktrace.o dump.o subr.o misc.o setemul.o ktruss-ioctl.o ktrace.ln dump.ln subr.ln misc.ln setemul.ln ktruss-ioctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dbe && rm -f libdbe.a dbe.o midbe.o dbe.o.tmp midbe.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ktruss && rm -f misc.c misc.h ktruss-ioctl.c a.out [Ee]rrs mklog core *.core .gdbinit ktruss ktrace.o dump.o subr.o misc.o setemul.o ktruss-ioctl.o ktrace.ln dump.ln subr.ln misc.ln setemul.ln ktruss-ioctl.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dbe && rm -f libdbe_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ktruss && rm -f .depend dump.d ktrace.d ktruss-ioctl.d misc.d setemul.d subr.d dump.d.tmp ktrace.d.tmp ktruss-ioctl.d.tmp misc.d.tmp setemul.d.tmp subr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dbe && rm -f libdbe_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ktruss && rm -f .depend dump.d ktrace.d ktruss-ioctl.d misc.d setemul.d subr.d dump.d.tmp ktrace.d.tmp ktruss-ioctl.d.tmp misc.d.tmp setemul.d.tmp subr.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dbe && rm -f libdbe_g.a || true) --- cleandir-usr.bin --- --- cleandir-lam --- cleandir ===> usr.bin/lam --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dbe && rm -f libdbe_g.a || true) --- libclean4 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dbe && rm -f libdbe_pic.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/lam && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lam lam.o lam.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dbe && rm -f libdbe_pic.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/lam && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lam lam.o lam.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dbe && rm -f llib-ldbe.ln dbe.ln midbe.ln || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/lam && rm -f lam.html1 .depend lam.d lam.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dbe && rm -f llib-ldbe.ln dbe.ln midbe.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/lam && rm -f lam.html1 .depend lam.d lam.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dbe && rm -f .depend dbe.d midbe.d dbe.d.tmp midbe.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-last --- cleandir ===> usr.bin/last --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dbe && rm -f .depend dbe.d midbe.d dbe.d.tmp midbe.d.tmp tags || true) --- cleandir-record --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/record --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/last && rm -f a.out [Ee]rrs mklog core *.core .gdbinit last last.o last.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/last && rm -f a.out [Ee]rrs mklog core *.core .gdbinit last last.o last.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/record && rm -f librecord.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/record && rm -f librecord.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/last && rm -f last.html1 .depend last.d last.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/last && rm -f last.html1 .depend last.d last.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/record && rm -f librecord.a record.o set.o record.o.tmp set.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-lastcomm --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/record && rm -f librecord.a record.o set.o record.o.tmp set.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/lastcomm --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/record && rm -f librecord_p.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/lastcomm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lastcomm lastcomm.o lastcomm.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/record && rm -f librecord_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/lastcomm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lastcomm lastcomm.o lastcomm.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/record && rm -f librecord_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/lastcomm && rm -f lastcomm.html1 .depend lastcomm.d lastcomm.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/record && rm -f librecord_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/lastcomm && rm -f lastcomm.html1 .depend lastcomm.d lastcomm.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/record && rm -f librecord_pic.a || true) --- cleandir-usr.bin --- --- cleandir-ldd --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/record && rm -f librecord_pic.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/ldd --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-elf32 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/record && rm -f llib-lrecord.ln record.ln set.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/ldd/elf32 --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/record && rm -f llib-lrecord.ln record.ln set.ln || true) --- cleandir-usr.bin --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32 && rm -f libldd_elf32.a ldd_elfxx.o xmalloc.o debug.o expand.o map_object.o load.o search.o headers.o paths.o tls.o symver.o ldd_elfxx.o.tmp xmalloc.o.tmp debug.o.tmp expand.o.tmp map_object.o.tmp load.o.tmp search.o.tmp headers.o.tmp paths.o.tmp tls.o.tmp symver.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/record && rm -f .depend record.d set.d record.d.tmp set.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32 && rm -f libldd_elf32.a ldd_elfxx.o xmalloc.o debug.o expand.o map_object.o load.o search.o headers.o paths.o tls.o symver.o ldd_elfxx.o.tmp xmalloc.o.tmp debug.o.tmp expand.o.tmp map_object.o.tmp load.o.tmp search.o.tmp headers.o.tmp paths.o.tmp tls.o.tmp symver.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/record && rm -f .depend record.d set.d record.d.tmp set.d.tmp tags || true) --- cleandir-usr.bin --- --- libclean2 --- --- cleandir-external --- --- cleandir-xfixes --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32 && rm -f libldd_elf32_p.a || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/xfixes --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32 && rm -f libldd_elf32_p.a || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32 && rm -f libldd_elf32_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xfixes && rm -f libxfixes.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32 && rm -f libldd_elf32_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xfixes && rm -f libxfixes.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- libclean4 --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32 && rm -f libldd_elf32_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xfixes && rm -f libxfixes.a cursor.o disconnect.o region.o saveset.o select.o xfixes.o cursor.o.tmp disconnect.o.tmp region.o.tmp saveset.o.tmp select.o.tmp xfixes.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32 && rm -f libldd_elf32_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xfixes && rm -f libxfixes.a cursor.o disconnect.o region.o saveset.o select.o xfixes.o cursor.o.tmp disconnect.o.tmp region.o.tmp saveset.o.tmp select.o.tmp xfixes.o.tmp || true) --- cleandir-usr.bin --- --- libclean5 --- --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xfixes && rm -f libxfixes_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32 && rm -f llib-lldd_elf32.ln ldd_elfxx.ln xmalloc.ln debug.ln expand.ln map_object.ln load.ln search.ln headers.ln paths.ln tls.ln symver.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xfixes && rm -f libxfixes_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32 && rm -f llib-lldd_elf32.ln ldd_elfxx.ln xmalloc.ln debug.ln expand.ln map_object.ln load.ln search.ln headers.ln paths.ln tls.ln symver.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32 && rm -f libldd_elf32.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xfixes && rm -f libxfixes_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xfixes && rm -f libxfixes_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32 && rm -f libldd_elf32.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xfixes && rm -f libxfixes_pic.a cursor.pico disconnect.pico region.pico saveset.pico select.pico xfixes.pico cursor.pico.tmp disconnect.pico.tmp region.pico.tmp saveset.pico.tmp select.pico.tmp xfixes.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32 && rm -f .depend debug.d expand.d headers.d ldd_elfxx.d load.d map_object.d paths.d search.d symver.d tls.d xmalloc.d debug.d.tmp expand.d.tmp headers.d.tmp ldd_elfxx.d.tmp load.d.tmp map_object.d.tmp paths.d.tmp search.d.tmp symver.d.tmp tls.d.tmp xmalloc.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32 && rm -f .depend debug.d expand.d headers.d ldd_elfxx.d load.d map_object.d paths.d search.d symver.d tls.d xmalloc.d debug.d.tmp expand.d.tmp headers.d.tmp ldd_elfxx.d.tmp load.d.tmp map_object.d.tmp paths.d.tmp search.d.tmp symver.d.tmp tls.d.tmp xmalloc.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xfixes && rm -f libxfixes_pic.a cursor.pico disconnect.pico region.pico saveset.pico select.pico xfixes.pico cursor.pico.tmp disconnect.pico.tmp region.pico.tmp saveset.pico.tmp select.pico.tmp xfixes.pico.tmp || true) --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-elf64 --- cleandir ===> usr.bin/ldd/elf64 --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xfixes && rm -f llib-lxfixes.ln cursor.ln disconnect.ln region.ln saveset.ln select.ln xfixes.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xfixes && rm -f llib-lxfixes.ln cursor.ln disconnect.ln region.ln saveset.ln select.ln xfixes.ln || true) --- cleandir-usr.bin --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf64 && rm -f libldd_elf64.a ldd_elfxx.o xmalloc.o debug.o expand.o map_object.o load.o search.o headers.o paths.o tls.o symver.o ldd_elfxx.o.tmp xmalloc.o.tmp debug.o.tmp expand.o.tmp map_object.o.tmp load.o.tmp search.o.tmp headers.o.tmp paths.o.tmp tls.o.tmp symver.o.tmp || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/xfixes && rm -f .depend cursor.d disconnect.d region.d saveset.d select.d xfixes.d cursor.d.tmp disconnect.d.tmp region.d.tmp saveset.d.tmp select.d.tmp xfixes.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf64 && rm -f libldd_elf64.a ldd_elfxx.o xmalloc.o debug.o expand.o map_object.o load.o search.o headers.o paths.o tls.o symver.o ldd_elfxx.o.tmp xmalloc.o.tmp debug.o.tmp expand.o.tmp map_object.o.tmp load.o.tmp search.o.tmp headers.o.tmp paths.o.tmp tls.o.tmp symver.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/xfixes && rm -f .depend cursor.d disconnect.d region.d saveset.d select.d xfixes.d cursor.d.tmp disconnect.d.tmp region.d.tmp saveset.d.tmp select.d.tmp xfixes.d.tmp tags || true) --- cleandir-usr.bin --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf64 && rm -f libldd_elf64_p.a || true) --- cleandir-external --- --- cleandir-damageext --- cleandir ===> external/mit/xorg/server/xorg-server/damageext --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf64 && rm -f libldd_elf64_p.a || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf64 && rm -f libldd_elf64_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/damageext && rm -f libdamageext.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf64 && rm -f libldd_elf64_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/damageext && rm -f libdamageext.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- libclean4 --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf64 && rm -f libldd_elf64_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/damageext && rm -f libdamageext.a damageext.o damageext.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf64 && rm -f libldd_elf64_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/damageext && rm -f libdamageext.a damageext.o damageext.o.tmp || true) --- cleandir-usr.bin --- --- libclean5 --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf64 && rm -f llib-lldd_elf64.ln ldd_elfxx.ln xmalloc.ln debug.ln expand.ln map_object.ln load.ln search.ln headers.ln paths.ln tls.ln symver.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/damageext && rm -f libdamageext_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf64 && rm -f llib-lldd_elf64.ln ldd_elfxx.ln xmalloc.ln debug.ln expand.ln map_object.ln load.ln search.ln headers.ln paths.ln tls.ln symver.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/damageext && rm -f libdamageext_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf64 && rm -f libldd_elf64.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/damageext && rm -f libdamageext_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf64 && rm -f libldd_elf64.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/damageext && rm -f libdamageext_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf64 && rm -f .depend debug.d expand.d headers.d ldd_elfxx.d load.d map_object.d paths.d search.d symver.d tls.d xmalloc.d debug.d.tmp expand.d.tmp headers.d.tmp ldd_elfxx.d.tmp load.d.tmp map_object.d.tmp paths.d.tmp search.d.tmp symver.d.tmp tls.d.tmp xmalloc.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/damageext && rm -f libdamageext_pic.a damageext.pico damageext.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf64 && rm -f .depend debug.d expand.d headers.d ldd_elfxx.d load.d map_object.d paths.d search.d symver.d tls.d xmalloc.d debug.d.tmp expand.d.tmp headers.d.tmp ldd_elfxx.d.tmp load.d.tmp map_object.d.tmp paths.d.tmp search.d.tmp symver.d.tmp tls.d.tmp xmalloc.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/damageext && rm -f libdamageext_pic.a damageext.pico damageext.pico.tmp || true) --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-elf32_compat --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/damageext && rm -f llib-ldamageext.ln damageext.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/ldd/elf32_compat --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/damageext && rm -f llib-ldamageext.ln damageext.ln || true) --- cleandir-usr.bin --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32_compat && rm -f libldd_elf32_compat.a ldd_elfxx.o xmalloc.o debug.o expand.o map_object.o load.o search.o headers.o paths.o tls.o symver.o ldd_elfxx.o.tmp xmalloc.o.tmp debug.o.tmp expand.o.tmp map_object.o.tmp load.o.tmp search.o.tmp headers.o.tmp paths.o.tmp tls.o.tmp symver.o.tmp || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/damageext && rm -f .depend damageext.d damageext.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32_compat && rm -f libldd_elf32_compat.a ldd_elfxx.o xmalloc.o debug.o expand.o map_object.o load.o search.o headers.o paths.o tls.o symver.o ldd_elfxx.o.tmp xmalloc.o.tmp debug.o.tmp expand.o.tmp map_object.o.tmp load.o.tmp search.o.tmp headers.o.tmp paths.o.tmp tls.o.tmp symver.o.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/damageext && rm -f .depend damageext.d damageext.d.tmp tags || true) --- cleandir-usr.bin --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32_compat && rm -f libldd_elf32_compat_p.a || true) --- cleandir-external --- --- cleandir-composite --- cleandir ===> external/mit/xorg/server/xorg-server/composite --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32_compat && rm -f libldd_elf32_compat_p.a || true) --- libclean3 --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32_compat && rm -f libldd_elf32_compat_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/composite && rm -f libcomposite.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32_compat && rm -f libldd_elf32_compat_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/composite && rm -f libcomposite.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- libclean4 --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32_compat && rm -f libldd_elf32_compat_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/composite && rm -f libcomposite.a compalloc.o compext.o compinit.o compwindow.o compoverlay.o compalloc.o.tmp compext.o.tmp compinit.o.tmp compwindow.o.tmp compoverlay.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32_compat && rm -f libldd_elf32_compat_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/composite && rm -f libcomposite.a compalloc.o compext.o compinit.o compwindow.o compoverlay.o compalloc.o.tmp compext.o.tmp compinit.o.tmp compwindow.o.tmp compoverlay.o.tmp || true) --- cleandir-usr.bin --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32_compat && rm -f llib-lldd_elf32_compat.ln ldd_elfxx.ln xmalloc.ln debug.ln expand.ln map_object.ln load.ln search.ln headers.ln paths.ln tls.ln symver.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/composite && rm -f libcomposite_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32_compat && rm -f llib-lldd_elf32_compat.ln ldd_elfxx.ln xmalloc.ln debug.ln expand.ln map_object.ln load.ln search.ln headers.ln paths.ln tls.ln symver.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/composite && rm -f libcomposite_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32_compat && rm -f libldd_elf32_compat.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/composite && rm -f libcomposite_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32_compat && rm -f libldd_elf32_compat.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/composite && rm -f libcomposite_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/elf32_compat && rm -f .depend debug.d expand.d headers.d ldd_elfxx.d load.d map_object.d paths.d search.d symver.d tls.d xmalloc.d debug.d.tmp expand.d.tmp headers.d.tmp ldd_elfxx.d.tmp load.d.tmp map_object.d.tmp paths.d.tmp search.d.tmp symver.d.tmp tls.d.tmp xmalloc.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/composite && rm -f libcomposite_pic.a compalloc.pico compext.pico compinit.pico compwindow.pico compoverlay.pico compalloc.pico.tmp compext.pico.tmp compinit.pico.tmp compwindow.pico.tmp compoverlay.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/elf32_compat && rm -f .depend debug.d expand.d headers.d ldd_elfxx.d load.d map_object.d paths.d search.d symver.d tls.d xmalloc.d debug.d.tmp expand.d.tmp headers.d.tmp ldd_elfxx.d.tmp load.d.tmp map_object.d.tmp paths.d.tmp search.d.tmp symver.d.tmp tls.d.tmp xmalloc.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/composite && rm -f libcomposite_pic.a compalloc.pico compext.pico compinit.pico compwindow.pico compoverlay.pico compalloc.pico.tmp compext.pico.tmp compinit.pico.tmp compwindow.pico.tmp compoverlay.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-build --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/ldd/build --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/composite && rm -f llib-lcomposite.ln compalloc.ln compext.ln compinit.ln compwindow.ln compoverlay.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/composite && rm -f llib-lcomposite.ln compalloc.ln compext.ln compinit.ln compwindow.ln compoverlay.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/composite && rm -f .depend compalloc.d compext.d compinit.d compoverlay.d compwindow.d compalloc.d.tmp compext.d.tmp compinit.d.tmp compoverlay.d.tmp compwindow.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/composite && rm -f .depend compalloc.d compext.d compinit.d compoverlay.d compwindow.d compalloc.d.tmp compext.d.tmp compinit.d.tmp compoverlay.d.tmp compwindow.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/build && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ldd ldd.o ldd.ln || true) --- cleandir-external --- --- cleandir-config --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/build && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ldd ldd.o ldd.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/config --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ldd/build && rm -f ldd.html1 .depend ldd.d ldd.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/config && rm -f libconfig.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ldd/build && rm -f ldd.html1 .depend ldd.d ldd.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/config && rm -f libconfig.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-leave --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/leave --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/config && rm -f libconfig.a config.o wscons.o config.o.tmp wscons.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/config && rm -f libconfig.a config.o wscons.o config.o.tmp wscons.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/leave && rm -f a.out [Ee]rrs mklog core *.core .gdbinit leave leave.o leave.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/config && rm -f libconfig_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/leave && rm -f a.out [Ee]rrs mklog core *.core .gdbinit leave leave.o leave.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/config && rm -f libconfig_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/leave && rm -f leave.html1 .depend leave.d leave.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/config && rm -f libconfig_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/leave && rm -f leave.html1 .depend leave.d leave.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/config && rm -f libconfig_g.a || true) --- cleandir-usr.bin --- --- cleandir-locale --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/locale --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/config && rm -f libconfig_pic.a config.pico wscons.pico config.pico.tmp wscons.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/config && rm -f libconfig_pic.a config.pico wscons.pico config.pico.tmp wscons.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/locale && rm -f a.out [Ee]rrs mklog core *.core .gdbinit locale locale.o locale.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/config && rm -f llib-lconfig.ln config.ln wscons.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/locale && rm -f a.out [Ee]rrs mklog core *.core .gdbinit locale locale.o locale.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/config && rm -f llib-lconfig.ln config.ln wscons.ln || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/locale && rm -f locale.html1 .depend locale.d locale.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/config && rm -f .depend config.d wscons.d config.d.tmp wscons.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/locale && rm -f locale.html1 .depend locale.d locale.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/config && rm -f .depend config.d wscons.d config.d.tmp wscons.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-locate --- cleandir ===> usr.bin/locate --- cleandir-external --- --- cleandir-dri3 --- --- cleandir-usr.bin --- --- cleandir-bigram --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/dri3 --- cleandir-usr.bin --- cleandir ===> usr.bin/locate/bigram --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dri3 && rm -f libdri3.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/locate/bigram && rm -f a.out [Ee]rrs mklog core *.core .gdbinit locate.bigram locate.bigram.o locate.bigram.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dri3 && rm -f libdri3.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/locate/bigram && rm -f a.out [Ee]rrs mklog core *.core .gdbinit locate.bigram locate.bigram.o locate.bigram.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dri3 && rm -f libdri3.a dri3.o dri3_request.o dri3_screen.o dri3.o.tmp dri3_request.o.tmp dri3_screen.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/locate/bigram && rm -f .depend locate.bigram.d locate.bigram.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dri3 && rm -f libdri3.a dri3.o dri3_request.o dri3_screen.o dri3.o.tmp dri3_request.o.tmp dri3_screen.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/locate/bigram && rm -f .depend locate.bigram.d locate.bigram.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- --- cleandir-code --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dri3 && rm -f libdri3_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/locate/code --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dri3 && rm -f libdri3_p.a || true) --- libclean3 --- --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/locate/code && rm -f a.out [Ee]rrs mklog core *.core .gdbinit locate.code locate.code.o locate.code.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dri3 && rm -f libdri3_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dri3 && rm -f libdri3_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/locate/code && rm -f a.out [Ee]rrs mklog core *.core .gdbinit locate.code locate.code.o locate.code.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dri3 && rm -f libdri3_pic.a dri3.pico dri3_request.pico dri3_screen.pico dri3.pico.tmp dri3_request.pico.tmp dri3_screen.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/locate/code && rm -f .depend locate.code.d locate.code.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dri3 && rm -f libdri3_pic.a dri3.pico dri3_request.pico dri3_screen.pico dri3.pico.tmp dri3_request.pico.tmp dri3_screen.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/locate/code && rm -f .depend locate.code.d locate.code.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-locate --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dri3 && rm -f llib-ldri3.ln dri3.ln dri3_request.ln dri3_screen.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/locate/locate --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dri3 && rm -f llib-ldri3.ln dri3.ln dri3_request.ln dri3_screen.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/locate/locate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit locate locate.o locate.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/dri3 && rm -f .depend dri3.d dri3_request.d dri3_screen.d dri3.d.tmp dri3_request.d.tmp dri3_screen.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/locate/locate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit locate locate.o locate.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/dri3 && rm -f .depend dri3.d dri3_request.d dri3_screen.d dri3.d.tmp dri3_request.d.tmp dri3_screen.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-hw --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/locate/locate && rm -f locate.html1 locate.updatedb.html8 .depend locate.d locate.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/locate/locate && rm -f locate.html1 locate.updatedb.html8 .depend locate.d locate.d.tmp tags || true) --- cleandir-external --- --- cleandir-xnest --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xnest --- cleandir-usr.bin --- --- cleandir-lock --- cleandir ===> usr.bin/lock --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/lock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lock lock.o lock.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/lock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lock lock.o lock.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/lock && rm -f lock.html1 .depend lock.d lock.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/lock && rm -f lock.html1 .depend lock.d lock.d.tmp tags || true) --- cleandir-logger --- cleandir ===> usr.bin/logger --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/logger && rm -f a.out [Ee]rrs mklog core *.core .gdbinit logger logger.o logger.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/logger && rm -f a.out [Ee]rrs mklog core *.core .gdbinit logger logger.o logger.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/logger && rm -f logger.html1 .depend logger.d logger.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/logger && rm -f logger.html1 .depend logger.d logger.d.tmp tags || true) --- cleandir-login --- cleandir ===> usr.bin/login --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/login && rm -f copyrightstr.c a.out [Ee]rrs mklog core *.core .gdbinit login copyrightstr.o common.o login_pam.o copyrightstr.ln common.ln login_pam.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/login && rm -f copyrightstr.c a.out [Ee]rrs mklog core *.core .gdbinit login copyrightstr.o common.o login_pam.o copyrightstr.ln common.ln login_pam.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/login && rm -f login.html1 .depend common.d copyrightstr.d login_pam.d common.d.tmp copyrightstr.d.tmp login_pam.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/login && rm -f login.html1 .depend common.d copyrightstr.d login_pam.d common.d.tmp copyrightstr.d.tmp login_pam.d.tmp tags || true) --- cleandir-logname --- cleandir ===> usr.bin/logname --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/logname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit logname logname.o logname.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/logname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit logname logname.o logname.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/logname && rm -f logname.html1 .depend logname.d logname.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/logname && rm -f logname.html1 .depend logname.d logname.d.tmp tags || true) --- cleandir-look --- cleandir ===> usr.bin/look --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/look && rm -f a.out [Ee]rrs mklog core *.core .gdbinit look look.o look.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/look && rm -f a.out [Ee]rrs mklog core *.core .gdbinit look look.o look.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/look && rm -f look.html1 .depend look.d look.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/look && rm -f look.html1 .depend look.d look.d.tmp tags || true) --- cleandir-lorder --- cleandir ===> usr.bin/lorder --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/lorder && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/lorder && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/lorder && rm -f lorder.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/lorder && rm -f lorder.html1 || true) --- cleandir-m4 --- cleandir ===> usr.bin/m4 --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/m4 && rm -f parser.c parser.h tokenizer.o a.out [Ee]rrs mklog core *.core .gdbinit parser.c tokenizer.c parser.h m4 parser.o tokenizer.o eval.o expr.o look.o main.o misc.o gnum4.o trace.o ohash_create_entry.o ohash_delete.o ohash_do.o ohash_entries.o ohash_enum.o ohash_init.o ohash_interval.o ohash_lookup_interval.o ohash_lookup_memory.o ohash_qlookup.o ohash_qlookupi.o eval.ln expr.ln look.ln main.ln misc.ln gnum4.ln trace.ln ohash_create_entry.ln ohash_delete.ln ohash_do.ln ohash_entries.ln ohash_enum.ln ohash_init.ln ohash_interval.ln ohash_lookup_interval.ln ohash_lookup_memory.ln ohash_qlookup.ln ohash_qlookupi.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/m4 && rm -f parser.c parser.h tokenizer.o a.out [Ee]rrs mklog core *.core .gdbinit parser.c tokenizer.c parser.h m4 parser.o tokenizer.o eval.o expr.o look.o main.o misc.o gnum4.o trace.o ohash_create_entry.o ohash_delete.o ohash_do.o ohash_entries.o ohash_enum.o ohash_init.o ohash_interval.o ohash_lookup_interval.o ohash_lookup_memory.o ohash_qlookup.o ohash_qlookupi.o eval.ln expr.ln look.ln main.ln misc.ln gnum4.ln trace.ln ohash_create_entry.ln ohash_delete.ln ohash_do.ln ohash_entries.ln ohash_enum.ln ohash_init.ln ohash_interval.ln ohash_lookup_interval.ln ohash_lookup_memory.ln ohash_qlookup.ln ohash_qlookupi.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/m4 && rm -f m4.html1 .depend eval.d expr.d gnum4.d look.d main.d misc.d ohash_create_entry.d ohash_delete.d ohash_do.d ohash_entries.d ohash_enum.d ohash_init.d ohash_interval.d ohash_lookup_interval.d ohash_lookup_memory.d ohash_qlookup.d ohash_qlookupi.d parser.d tokenizer.d trace.d eval.d.tmp expr.d.tmp gnum4.d.tmp look.d.tmp main.d.tmp misc.d.tmp ohash_create_entry.d.tmp ohash_delete.d.tmp ohash_do.d.tmp ohash_entries.d.tmp ohash_enum.d.tmp ohash_init.d.tmp ohash_interval.d.tmp ohash_lookup_interval.d.tmp ohash_lookup_memory.d.tmp ohash_qlookup.d.tmp ohash_qlookupi.d.tmp parser.d.tmp tokenizer.d.tmp trace.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/m4 && rm -f m4.html1 .depend eval.d expr.d gnum4.d look.d main.d misc.d ohash_create_entry.d ohash_delete.d ohash_do.d ohash_entries.d ohash_enum.d ohash_init.d ohash_interval.d ohash_lookup_interval.d ohash_lookup_memory.d ohash_qlookup.d ohash_qlookupi.d parser.d tokenizer.d trace.d eval.d.tmp expr.d.tmp gnum4.d.tmp look.d.tmp main.d.tmp misc.d.tmp ohash_create_entry.d.tmp ohash_delete.d.tmp ohash_do.d.tmp ohash_entries.d.tmp ohash_enum.d.tmp ohash_init.d.tmp ohash_interval.d.tmp ohash_lookup_interval.d.tmp ohash_lookup_memory.d.tmp ohash_qlookup.d.tmp ohash_qlookupi.d.tmp parser.d.tmp tokenizer.d.tmp trace.d.tmp tags || true) --- cleandir-machine --- cleandir ===> usr.bin/machine --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xnest && rm -f a.out [Ee]rrs mklog core *.core .gdbinit Xnest Args.o Color.o Cursor.o Display.o Events.o Font.o GC.o GCOps.o Handlers.o Init.o Keyboard.o Pixmap.o Pointer.o Screen.o Visual.o Window.o stubs.o miinitext.o Args.ln Color.ln Cursor.ln Display.ln Events.ln Font.ln GC.ln GCOps.ln Handlers.ln Init.ln Keyboard.ln Pixmap.ln Pointer.ln Screen.ln Visual.ln Window.ln stubs.ln miinitext.ln || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/machine && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xnest && rm -f a.out [Ee]rrs mklog core *.core .gdbinit Xnest Args.o Color.o Cursor.o Display.o Events.o Font.o GC.o GCOps.o Handlers.o Init.o Keyboard.o Pixmap.o Pointer.o Screen.o Visual.o Window.o stubs.o miinitext.o Args.ln Color.ln Cursor.ln Display.ln Events.ln Font.ln GC.ln GCOps.ln Handlers.ln Init.ln Keyboard.ln Pixmap.ln Pointer.ln Screen.ln Visual.ln Window.ln stubs.ln miinitext.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/machine && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xnest && rm -f Xnest.1 Xnest.html1 .depend Args.d Color.d Cursor.d Display.d Events.d Font.d GC.d GCOps.d Handlers.d Init.d Keyboard.d Pixmap.d Pointer.d Screen.d Visual.d Window.d miinitext.d stubs.d Args.d.tmp Color.d.tmp Cursor.d.tmp Display.d.tmp Events.d.tmp Font.d.tmp GC.d.tmp GCOps.d.tmp Handlers.d.tmp Init.d.tmp Keyboard.d.tmp Pixmap.d.tmp Pointer.d.tmp Screen.d.tmp Visual.d.tmp Window.d.tmp miinitext.d.tmp stubs.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/machine && rm -f machine.html1 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xnest && rm -f Xnest.1 Xnest.html1 .depend Args.d Color.d Cursor.d Display.d Events.d Font.d GC.d GCOps.d Handlers.d Init.d Keyboard.d Pixmap.d Pointer.d Screen.d Visual.d Window.d miinitext.d stubs.d Args.d.tmp Color.d.tmp Cursor.d.tmp Display.d.tmp Events.d.tmp Font.d.tmp GC.d.tmp GCOps.d.tmp Handlers.d.tmp Init.d.tmp Keyboard.d.tmp Pixmap.d.tmp Pointer.d.tmp Screen.d.tmp Visual.d.tmp Window.d.tmp miinitext.d.tmp stubs.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/machine && rm -f machine.html1 || true) --- cleandir-external --- --- cleandir-vfb --- --- cleandir-usr.bin --- --- cleandir-mail --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/vfb --- cleandir-usr.bin --- cleandir ===> usr.bin/mail --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mail version.o support.o cmd1.o cmd2.o cmd3.o cmd4.o cmdtab.o collect.o dotlock.o edit.o fio.o format.o getname.o head.o v7.local.o lex.o list.o main.o names.o popen.o quit.o send.o sig.o strings.o temp.o tty.o vars.o complete.o mime_attach.o mime_child.o mime_codecs.o mime_decode.o mime_detach.o mime_header.o thread.o version.ln support.ln cmd1.ln cmd2.ln cmd3.ln cmd4.ln cmdtab.ln collect.ln dotlock.ln edit.ln fio.ln format.ln getname.ln head.ln v7.local.ln lex.ln list.ln main.ln names.ln popen.ln quit.ln send.ln sig.ln strings.ln temp.ln tty.ln vars.ln complete.ln mime_attach.ln mime_child.ln mime_codecs.ln mime_decode.ln mime_detach.ln mime_header.ln thread.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mail version.o support.o cmd1.o cmd2.o cmd3.o cmd4.o cmdtab.o collect.o dotlock.o edit.o fio.o format.o getname.o head.o v7.local.o lex.o list.o main.o names.o popen.o quit.o send.o sig.o strings.o temp.o tty.o vars.o complete.o mime_attach.o mime_child.o mime_codecs.o mime_decode.o mime_detach.o mime_header.o thread.o version.ln support.ln cmd1.ln cmd2.ln cmd3.ln cmd4.ln cmdtab.ln collect.ln dotlock.ln edit.ln fio.ln format.ln getname.ln head.ln v7.local.ln lex.ln list.ln main.ln names.ln popen.ln quit.ln send.ln sig.ln strings.ln temp.ln tty.ln vars.ln complete.ln mime_attach.ln mime_child.ln mime_codecs.ln mime_decode.ln mime_detach.ln mime_header.ln thread.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mail && rm -f mail.html1 .depend cmd1.d cmd2.d cmd3.d cmd4.d cmdtab.d collect.d complete.d dotlock.d edit.d fio.d format.d getname.d head.d lex.d list.d main.d mime_attach.d mime_child.d mime_codecs.d mime_decode.d mime_detach.d mime_header.d names.d popen.d quit.d send.d sig.d strings.d support.d temp.d thread.d tty.d v7.local.d vars.d version.d cmd1.d.tmp cmd2.d.tmp cmd3.d.tmp cmd4.d.tmp cmdtab.d.tmp collect.d.tmp complete.d.tmp dotlock.d.tmp edit.d.tmp fio.d.tmp format.d.tmp getname.d.tmp head.d.tmp lex.d.tmp list.d.tmp main.d.tmp mime_attach.d.tmp mime_child.d.tmp mime_codecs.d.tmp mime_decode.d.tmp mime_detach.d.tmp mime_header.d.tmp names.d.tmp popen.d.tmp quit.d.tmp send.d.tmp sig.d.tmp strings.d.tmp support.d.tmp temp.d.tmp thread.d.tmp tty.d.tmp v7.local.d.tmp vars.d.tmp version.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mail && rm -f mail.html1 .depend cmd1.d cmd2.d cmd3.d cmd4.d cmdtab.d collect.d complete.d dotlock.d edit.d fio.d format.d getname.d head.d lex.d list.d main.d mime_attach.d mime_child.d mime_codecs.d mime_decode.d mime_detach.d mime_header.d names.d popen.d quit.d send.d sig.d strings.d support.d temp.d thread.d tty.d v7.local.d vars.d version.d cmd1.d.tmp cmd2.d.tmp cmd3.d.tmp cmd4.d.tmp cmdtab.d.tmp collect.d.tmp complete.d.tmp dotlock.d.tmp edit.d.tmp fio.d.tmp format.d.tmp getname.d.tmp head.d.tmp lex.d.tmp list.d.tmp main.d.tmp mime_attach.d.tmp mime_child.d.tmp mime_codecs.d.tmp mime_decode.d.tmp mime_detach.d.tmp mime_header.d.tmp names.d.tmp popen.d.tmp quit.d.tmp send.d.tmp sig.d.tmp strings.d.tmp support.d.tmp temp.d.tmp thread.d.tmp tty.d.tmp v7.local.d.tmp vars.d.tmp version.d.tmp tags || true) --- cleandir-USD.doc --- cleandir ===> usr.bin/mail/USD.doc --- cleandoc --- rm -f mail.txt mail.ps mail.ps.gz mail.html rm -f [eE]rrs mklog --- cleandir-make --- cleandir ===> usr.bin/make --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/make && rm -f *.gcda *.gcno *.gcov *.o a.out [Ee]rrs mklog core *.core .gdbinit make arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o lst.o main.o make.o make_malloc.o metachar.o parse.o str.o suff.o targ.o trace.o var.o util.o meta.o filemon_ktrace.o arch.ln buf.ln compat.ln cond.ln dir.ln for.ln hash.ln job.ln lst.ln main.ln make.ln make_malloc.ln metachar.ln parse.ln str.ln suff.ln targ.ln trace.ln var.ln util.ln meta.ln filemon_ktrace.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make && rm -f *.gcda *.gcno *.gcov *.o a.out [Ee]rrs mklog core *.core .gdbinit make arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o lst.o main.o make.o make_malloc.o metachar.o parse.o str.o suff.o targ.o trace.o var.o util.o meta.o filemon_ktrace.o arch.ln buf.ln compat.ln cond.ln dir.ln for.ln hash.ln job.ln lst.ln main.ln make.ln make_malloc.ln metachar.ln parse.ln str.ln suff.ln targ.ln trace.ln var.ln util.ln meta.ln filemon_ktrace.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/make && rm -f make.html1 .depend arch.d buf.d compat.d cond.d dir.d filemon_ktrace.d for.d hash.d job.d lst.d main.d make.d make_malloc.d meta.d metachar.d parse.d str.d suff.d targ.d trace.d util.d var.d arch.d.tmp buf.d.tmp compat.d.tmp cond.d.tmp dir.d.tmp filemon_ktrace.d.tmp for.d.tmp hash.d.tmp job.d.tmp lst.d.tmp main.d.tmp make.d.tmp make_malloc.d.tmp meta.d.tmp metachar.d.tmp parse.d.tmp str.d.tmp suff.d.tmp targ.d.tmp trace.d.tmp util.d.tmp var.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/make && rm -f make.html1 .depend arch.d buf.d compat.d cond.d dir.d filemon_ktrace.d for.d hash.d job.d lst.d main.d make.d make_malloc.d meta.d metachar.d parse.d str.d suff.d targ.d trace.d util.d var.d arch.d.tmp buf.d.tmp compat.d.tmp cond.d.tmp dir.d.tmp filemon_ktrace.d.tmp for.d.tmp hash.d.tmp job.d.tmp lst.d.tmp main.d.tmp make.d.tmp make_malloc.d.tmp meta.d.tmp metachar.d.tmp parse.d.tmp str.d.tmp suff.d.tmp targ.d.tmp trace.d.tmp util.d.tmp var.d.tmp tags || true) --- cleandir-PSD.doc --- cleandir ===> usr.bin/make/PSD.doc --- cleandoc --- rm -f make.txt make.ps make.ps.gz make.html rm -f make1.png make2.png [eE]rrs mklog --- cleandir-man --- cleandir ===> usr.bin/man --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/man && rm -f a.out [Ee]rrs mklog core *.core .gdbinit man man.o manconf.o man.ln manconf.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/man && rm -f a.out [Ee]rrs mklog core *.core .gdbinit man man.o manconf.o man.ln manconf.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/man && rm -f man.html1 man.conf.html5 .depend man.d manconf.d man.d.tmp manconf.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/man && rm -f man.html1 man.conf.html5 .depend man.d manconf.d man.d.tmp manconf.d.tmp tags || true) --- cleandir-menuc --- cleandir ===> usr.bin/menuc --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/menuc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit parse.c scan.c parse.h menuc main.o parse.o scan.o avl.o mdb.o util.o main.ln avl.ln mdb.ln util.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/menuc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit parse.c scan.c parse.h menuc main.o parse.o scan.o avl.o mdb.o util.o main.ln avl.ln mdb.ln util.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/menuc && rm -f menuc.html1 .depend avl.d main.d mdb.d parse.d scan.d util.d avl.d.tmp main.d.tmp mdb.d.tmp parse.d.tmp scan.d.tmp util.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/menuc && rm -f menuc.html1 .depend avl.d main.d mdb.d parse.d scan.d util.d avl.d.tmp main.d.tmp mdb.d.tmp parse.d.tmp scan.d.tmp util.d.tmp tags || true) --- cleandir-mesg --- cleandir ===> usr.bin/mesg --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mesg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mesg mesg.o mesg.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mesg && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mesg mesg.o mesg.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mesg && rm -f mesg.html1 .depend mesg.d mesg.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mesg && rm -f mesg.html1 .depend mesg.d mesg.d.tmp tags || true) --- cleandir-midiplay --- cleandir ===> usr.bin/midiplay --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/midiplay && rm -f a.out [Ee]rrs mklog core *.core .gdbinit midiplay midiplay.o midiplay.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/midiplay && rm -f a.out [Ee]rrs mklog core *.core .gdbinit midiplay midiplay.o midiplay.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/midiplay && rm -f midiplay.html1 .depend midiplay.d midiplay.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/midiplay && rm -f midiplay.html1 .depend midiplay.d midiplay.d.tmp tags || true) --- cleandir-midirecord --- cleandir ===> usr.bin/midirecord --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/vfb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit Xvfb InitInput.o InitOutput.o miinitext.o stubs.o InitInput.ln InitOutput.ln miinitext.ln stubs.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/midirecord && rm -f a.out [Ee]rrs mklog core *.core .gdbinit midirecord midirecord.o decode.o decode.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/vfb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit Xvfb InitInput.o InitOutput.o miinitext.o stubs.o InitInput.ln InitOutput.ln miinitext.ln stubs.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/midirecord && rm -f a.out [Ee]rrs mklog core *.core .gdbinit midirecord midirecord.o decode.o decode.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/vfb && rm -f Xvfb.1 Xvfb.html1 .depend InitInput.d InitOutput.d miinitext.d stubs.d InitInput.d.tmp InitOutput.d.tmp miinitext.d.tmp stubs.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/midirecord && rm -f midirecord.html1 .depend decode.d decode.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/vfb && rm -f Xvfb.1 Xvfb.html1 .depend InitInput.d InitOutput.d miinitext.d stubs.d InitInput.d.tmp InitOutput.d.tmp miinitext.d.tmp stubs.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/midirecord && rm -f midirecord.html1 .depend decode.d decode.d.tmp tags || true) --- cleandir-external --- --- cleandir-xfree86 --- --- cleandir-usr.bin --- --- cleandir-mixerctl --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86 --- cleandir-usr.bin --- cleandir ===> usr.bin/mixerctl --- cleandir-external --- --- cleandir-common --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/common --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mixerctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mixerctl mixerctl.o mixerctl.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mixerctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mixerctl mixerctl.o mixerctl.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f xf86DefModeSet.c libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mixerctl && rm -f mixerctl.html1 .depend mixerctl.d mixerctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f xf86DefModeSet.c libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mixerctl && rm -f mixerctl.html1 .depend mixerctl.d mixerctl.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- cleandir-mkcsmapper --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f libcommon.a xf86Configure.o xf86Bus.o xf86Config.o xf86Cursor.o xf86DGA.o xf86DPMS.o xf86Events.o xf86Globals.o xf86AutoConfig.o xf86Option.o xf86Init.o xf86VidMode.o xf86fbman.o xf86cmap.o xf86Helper.o xf86PM.o xf86Xinput.o xisb.o xf86Mode.o xorgHelper.o xf86xv.o xf86xvmc.o xf86pciBus.o xf86fbBus.o xf86noBus.o xf86RandR.o xf86DefModeSet.o xf86VGAarbiter.o xf86Extensions.o xf86platformBus.o xf86Configure.o.tmp xf86Bus.o.tmp xf86Config.o.tmp xf86Cursor.o.tmp xf86DGA.o.tmp xf86DPMS.o.tmp xf86Events.o.tmp xf86Globals.o.tmp xf86AutoConfig.o.tmp xf86Option.o.tmp xf86Init.o.tmp xf86VidMode.o.tmp xf86fbman.o.tmp xf86cmap.o.tmp xf86Helper.o.tmp xf86PM.o.tmp xf86Xinput.o.tmp xisb.o.tmp xf86Mode.o.tmp xorgHelper.o.tmp xf86xv.o.tmp xf86xvmc.o.tmp xf86pciBus.o.tmp xf86fbBus.o.tmp xf86noBus.o.tmp xf86RandR.o.tmp xf86DefModeSet.o.tmp xf86VGAarbiter.o.tmp xf86Extensions.o.tmp xf86platformBus.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/mkcsmapper --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f libcommon.a xf86Configure.o xf86Bus.o xf86Config.o xf86Cursor.o xf86DGA.o xf86DPMS.o xf86Events.o xf86Globals.o xf86AutoConfig.o xf86Option.o xf86Init.o xf86VidMode.o xf86fbman.o xf86cmap.o xf86Helper.o xf86PM.o xf86Xinput.o xisb.o xf86Mode.o xorgHelper.o xf86xv.o xf86xvmc.o xf86pciBus.o xf86fbBus.o xf86noBus.o xf86RandR.o xf86DefModeSet.o xf86VGAarbiter.o xf86Extensions.o xf86platformBus.o xf86Configure.o.tmp xf86Bus.o.tmp xf86Config.o.tmp xf86Cursor.o.tmp xf86DGA.o.tmp xf86DPMS.o.tmp xf86Events.o.tmp xf86Globals.o.tmp xf86AutoConfig.o.tmp xf86Option.o.tmp xf86Init.o.tmp xf86VidMode.o.tmp xf86fbman.o.tmp xf86cmap.o.tmp xf86Helper.o.tmp xf86PM.o.tmp xf86Xinput.o.tmp xisb.o.tmp xf86Mode.o.tmp xorgHelper.o.tmp xf86xv.o.tmp xf86xvmc.o.tmp xf86pciBus.o.tmp xf86fbBus.o.tmp xf86noBus.o.tmp xf86RandR.o.tmp xf86DefModeSet.o.tmp xf86VGAarbiter.o.tmp xf86Extensions.o.tmp xf86platformBus.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkcsmapper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit yacc.c lex.c yacc.h mkcsmapper yacc.o lex.o citrus_db_factory.o citrus_bcs.o citrus_db_hash.o citrus_lookup_factory.o citrus_pivot_factory.o citrus_db_factory.ln citrus_bcs.ln citrus_db_hash.ln citrus_lookup_factory.ln citrus_pivot_factory.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f libcommon_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkcsmapper && rm -f a.out [Ee]rrs mklog core *.core .gdbinit yacc.c lex.c yacc.h mkcsmapper yacc.o lex.o citrus_db_factory.o citrus_bcs.o citrus_db_hash.o citrus_lookup_factory.o citrus_pivot_factory.o citrus_db_factory.ln citrus_bcs.ln citrus_db_hash.ln citrus_lookup_factory.ln citrus_pivot_factory.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f libcommon_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkcsmapper && rm -f .depend citrus_bcs.d citrus_db_factory.d citrus_db_hash.d citrus_lookup_factory.d citrus_pivot_factory.d lex.d yacc.d citrus_bcs.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp citrus_lookup_factory.d.tmp citrus_pivot_factory.d.tmp lex.d.tmp yacc.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f libcommon_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkcsmapper && rm -f .depend citrus_bcs.d citrus_db_factory.d citrus_db_hash.d citrus_lookup_factory.d citrus_pivot_factory.d lex.d yacc.d citrus_bcs.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp citrus_lookup_factory.d.tmp citrus_pivot_factory.d.tmp lex.d.tmp yacc.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f libcommon_g.a || true) --- cleandir-usr.bin --- --- cleandir-mkdep --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/mkdep --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f libcommon_pic.a xf86Configure.pico xf86Bus.pico xf86Config.pico xf86Cursor.pico xf86DGA.pico xf86DPMS.pico xf86Events.pico xf86Globals.pico xf86AutoConfig.pico xf86Option.pico xf86Init.pico xf86VidMode.pico xf86fbman.pico xf86cmap.pico xf86Helper.pico xf86PM.pico xf86Xinput.pico xisb.pico xf86Mode.pico xorgHelper.pico xf86xv.pico xf86xvmc.pico xf86pciBus.pico xf86fbBus.pico xf86noBus.pico xf86RandR.pico xf86DefModeSet.pico xf86VGAarbiter.pico xf86Extensions.pico xf86platformBus.pico xf86Configure.pico.tmp xf86Bus.pico.tmp xf86Config.pico.tmp xf86Cursor.pico.tmp xf86DGA.pico.tmp xf86DPMS.pico.tmp xf86Events.pico.tmp xf86Globals.pico.tmp xf86AutoConfig.pico.tmp xf86Option.pico.tmp xf86Init.pico.tmp xf86VidMode.pico.tmp xf86fbman.pico.tmp xf86cmap.pico.tmp xf86Helper.pico.tmp xf86PM.pico.tmp xf86Xinput.pico.tmp xisb.pico.tmp xf86Mode.pico.tmp xorgHelper.pico.tmp xf86xv.pico.tmp xf86xvmc.pico.tmp xf86pciBus.pico.tmp xf86fbBus.pico.tmp xf86noBus.pico.tmp xf86RandR.pico.tmp xf86DefModeSet.pico.tmp xf86VGAarbiter.pico.tmp xf86Extensions.pico.tmp xf86platformBus.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f libcommon_pic.a xf86Configure.pico xf86Bus.pico xf86Config.pico xf86Cursor.pico xf86DGA.pico xf86DPMS.pico xf86Events.pico xf86Globals.pico xf86AutoConfig.pico xf86Option.pico xf86Init.pico xf86VidMode.pico xf86fbman.pico xf86cmap.pico xf86Helper.pico xf86PM.pico xf86Xinput.pico xisb.pico xf86Mode.pico xorgHelper.pico xf86xv.pico xf86xvmc.pico xf86pciBus.pico xf86fbBus.pico xf86noBus.pico xf86RandR.pico xf86DefModeSet.pico xf86VGAarbiter.pico xf86Extensions.pico xf86platformBus.pico xf86Configure.pico.tmp xf86Bus.pico.tmp xf86Config.pico.tmp xf86Cursor.pico.tmp xf86DGA.pico.tmp xf86DPMS.pico.tmp xf86Events.pico.tmp xf86Globals.pico.tmp xf86AutoConfig.pico.tmp xf86Option.pico.tmp xf86Init.pico.tmp xf86VidMode.pico.tmp xf86fbman.pico.tmp xf86cmap.pico.tmp xf86Helper.pico.tmp xf86PM.pico.tmp xf86Xinput.pico.tmp xisb.pico.tmp xf86Mode.pico.tmp xorgHelper.pico.tmp xf86xv.pico.tmp xf86xvmc.pico.tmp xf86pciBus.pico.tmp xf86fbBus.pico.tmp xf86noBus.pico.tmp xf86RandR.pico.tmp xf86DefModeSet.pico.tmp xf86VGAarbiter.pico.tmp xf86Extensions.pico.tmp xf86platformBus.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkdep && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkdep mkdep.o findcc.o mkdep.ln findcc.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkdep && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkdep mkdep.o findcc.o mkdep.ln findcc.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f llib-lcommon.ln xf86Configure.ln xf86Bus.ln xf86Config.ln xf86Cursor.ln xf86DGA.ln xf86DPMS.ln xf86Events.ln xf86Globals.ln xf86AutoConfig.ln xf86Option.ln xf86Init.ln xf86VidMode.ln xf86fbman.ln xf86cmap.ln xf86Helper.ln xf86PM.ln xf86Xinput.ln xisb.ln xf86Mode.ln xorgHelper.ln xf86xv.ln xf86xvmc.ln xf86pciBus.ln xf86fbBus.ln xf86noBus.ln xf86RandR.ln xf86DefModeSet.ln xf86VGAarbiter.ln xf86Extensions.ln xf86platformBus.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f llib-lcommon.ln xf86Configure.ln xf86Bus.ln xf86Config.ln xf86Cursor.ln xf86DGA.ln xf86DPMS.ln xf86Events.ln xf86Globals.ln xf86AutoConfig.ln xf86Option.ln xf86Init.ln xf86VidMode.ln xf86fbman.ln xf86cmap.ln xf86Helper.ln xf86PM.ln xf86Xinput.ln xisb.ln xf86Mode.ln xorgHelper.ln xf86xv.ln xf86xvmc.ln xf86pciBus.ln xf86fbBus.ln xf86noBus.ln xf86RandR.ln xf86DefModeSet.ln xf86VGAarbiter.ln xf86Extensions.ln xf86platformBus.ln || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkdep && rm -f mkdep.html1 .depend findcc.d mkdep.d findcc.d.tmp mkdep.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkdep && rm -f mkdep.html1 .depend findcc.d mkdep.d findcc.d.tmp mkdep.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f .depend xf86AutoConfig.d xf86Bus.d xf86Config.d xf86Configure.d xf86Cursor.d xf86DGA.d xf86DPMS.d xf86DefModeSet.d xf86Events.d xf86Extensions.d xf86Globals.d xf86Helper.d xf86Init.d xf86Mode.d xf86Option.d xf86PM.d xf86RandR.d xf86VGAarbiter.d xf86VidMode.d xf86Xinput.d xf86cmap.d xf86fbBus.d xf86fbman.d xf86noBus.d xf86pciBus.d xf86platformBus.d xf86xv.d xf86xvmc.d xisb.d xorgHelper.d xf86AutoConfig.d.tmp xf86Bus.d.tmp xf86Config.d.tmp xf86Configure.d.tmp xf86Cursor.d.tmp xf86DGA.d.tmp xf86DPMS.d.tmp xf86DefModeSet.d.tmp xf86Events.d.tmp xf86Extensions.d.tmp xf86Globals.d.tmp xf86Helper.d.tmp xf86Init.d.tmp xf86Mode.d.tmp xf86Option.d.tmp xf86PM.d.tmp xf86RandR.d.tmp xf86VGAarbiter.d.tmp xf86VidMode.d.tmp xf86Xinput.d.tmp xf86cmap.d.tmp xf86fbBus.d.tmp xf86fbman.d.tmp xf86noBus.d.tmp xf86pciBus.d.tmp xf86platformBus.d.tmp xf86xv.d.tmp xf86xvmc.d.tmp xisb.d.tmp xorgHelper.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-mkesdb --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/common && rm -f .depend xf86AutoConfig.d xf86Bus.d xf86Config.d xf86Configure.d xf86Cursor.d xf86DGA.d xf86DPMS.d xf86DefModeSet.d xf86Events.d xf86Extensions.d xf86Globals.d xf86Helper.d xf86Init.d xf86Mode.d xf86Option.d xf86PM.d xf86RandR.d xf86VGAarbiter.d xf86VidMode.d xf86Xinput.d xf86cmap.d xf86fbBus.d xf86fbman.d xf86noBus.d xf86pciBus.d xf86platformBus.d xf86xv.d xf86xvmc.d xisb.d xorgHelper.d xf86AutoConfig.d.tmp xf86Bus.d.tmp xf86Config.d.tmp xf86Configure.d.tmp xf86Cursor.d.tmp xf86DGA.d.tmp xf86DPMS.d.tmp xf86DefModeSet.d.tmp xf86Events.d.tmp xf86Extensions.d.tmp xf86Globals.d.tmp xf86Helper.d.tmp xf86Init.d.tmp xf86Mode.d.tmp xf86Option.d.tmp xf86PM.d.tmp xf86RandR.d.tmp xf86VGAarbiter.d.tmp xf86VidMode.d.tmp xf86Xinput.d.tmp xf86cmap.d.tmp xf86fbBus.d.tmp xf86fbman.d.tmp xf86noBus.d.tmp xf86pciBus.d.tmp xf86platformBus.d.tmp xf86xv.d.tmp xf86xvmc.d.tmp xisb.d.tmp xorgHelper.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/mkesdb --- cleandir-external --- --- cleandir-ddc --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/ddc --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkesdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit yacc.c lex.c yacc.h mkesdb yacc.o lex.o citrus_bcs.o citrus_db_factory.o citrus_db_hash.o citrus_lookup_factory.o citrus_bcs.ln citrus_db_factory.ln citrus_db_hash.ln citrus_lookup_factory.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkesdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit yacc.c lex.c yacc.h mkesdb yacc.o lex.o citrus_bcs.o citrus_db_factory.o citrus_db_hash.o citrus_lookup_factory.o citrus_bcs.ln citrus_db_factory.ln citrus_db_hash.ln citrus_lookup_factory.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f libddc.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f libddc.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkesdb && rm -f .depend citrus_bcs.d citrus_db_factory.d citrus_db_hash.d citrus_lookup_factory.d lex.d yacc.d citrus_bcs.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp citrus_lookup_factory.d.tmp lex.d.tmp yacc.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkesdb && rm -f .depend citrus_bcs.d citrus_db_factory.d citrus_db_hash.d citrus_lookup_factory.d lex.d yacc.d citrus_bcs.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp citrus_lookup_factory.d.tmp lex.d.tmp yacc.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f libddc.a ddc.o interpret_edid.o print_edid.o ddcProperty.o ddc.o.tmp interpret_edid.o.tmp print_edid.o.tmp ddcProperty.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f libddc.a ddc.o interpret_edid.o print_edid.o ddcProperty.o ddc.o.tmp interpret_edid.o.tmp print_edid.o.tmp ddcProperty.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-mkfifo --- cleandir ===> usr.bin/mkfifo --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f libddc_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f libddc_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkfifo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkfifo mkfifo.o mkfifo.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkfifo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkfifo mkfifo.o mkfifo.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f libddc_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f libddc_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkfifo && rm -f mkfifo.html1 .depend mkfifo.d mkfifo.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkfifo && rm -f mkfifo.html1 .depend mkfifo.d mkfifo.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f libddc_pic.a ddc.pico interpret_edid.pico print_edid.pico ddcProperty.pico ddc.pico.tmp interpret_edid.pico.tmp print_edid.pico.tmp ddcProperty.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f libddc_pic.a ddc.pico interpret_edid.pico print_edid.pico ddcProperty.pico ddc.pico.tmp interpret_edid.pico.tmp print_edid.pico.tmp ddcProperty.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-mklocale --- cleandir ===> usr.bin/mklocale --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f llib-lddc.ln ddc.ln interpret_edid.ln print_edid.ln ddcProperty.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f llib-lddc.ln ddc.ln interpret_edid.ln print_edid.ln ddcProperty.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mklocale && rm -f a.out [Ee]rrs mklog core *.core .gdbinit yacc.c lex.c yacc.h mklocale yacc.o lex.o mklocaledb.o fix_grouping.o citrus_bcs_strtoul.o citrus_db_factory.o citrus_db_hash.o mklocaledb.ln fix_grouping.ln citrus_bcs_strtoul.ln citrus_db_factory.ln citrus_db_hash.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mklocale && rm -f a.out [Ee]rrs mklog core *.core .gdbinit yacc.c lex.c yacc.h mklocale yacc.o lex.o mklocaledb.o fix_grouping.o citrus_bcs_strtoul.o citrus_db_factory.o citrus_db_hash.o mklocaledb.ln fix_grouping.ln citrus_bcs_strtoul.ln citrus_db_factory.ln citrus_db_hash.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f .depend ddc.d ddcProperty.d interpret_edid.d print_edid.d ddc.d.tmp ddcProperty.d.tmp interpret_edid.d.tmp print_edid.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ddc && rm -f .depend ddc.d ddcProperty.d interpret_edid.d print_edid.d ddc.d.tmp ddcProperty.d.tmp interpret_edid.d.tmp print_edid.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mklocale && rm -f mklocale.html1 .depend citrus_bcs_strtoul.d citrus_db_factory.d citrus_db_hash.d fix_grouping.d lex.d mklocaledb.d yacc.d citrus_bcs_strtoul.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp fix_grouping.d.tmp lex.d.tmp mklocaledb.d.tmp yacc.d.tmp tags || true) --- cleandir-external --- --- cleandir-dixmods --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mklocale && rm -f mklocale.html1 .depend citrus_bcs_strtoul.d citrus_db_factory.d citrus_db_hash.d fix_grouping.d lex.d mklocaledb.d yacc.d citrus_bcs_strtoul.d.tmp citrus_db_factory.d.tmp citrus_db_hash.d.tmp fix_grouping.d.tmp lex.d.tmp mklocaledb.d.tmp yacc.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/dixmods --- cleandir-usr.bin --- --- cleandir-mkstr --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/mkstr --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f libdixmods.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f libdixmods.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkstr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkstr mkstr.o mkstr.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkstr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkstr mkstr.o mkstr.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f libdixmods.a miinitext.o miinitext.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f libdixmods.a miinitext.o miinitext.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkstr && rm -f mkstr.html1 .depend mkstr.d mkstr.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f libdixmods_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkstr && rm -f mkstr.html1 .depend mkstr.d mkstr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f libdixmods_p.a || true) --- cleandir-usr.bin --- --- cleandir-mktemp --- cleandir ===> usr.bin/mktemp --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f libdixmods_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f libdixmods_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mktemp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mktemp mktemp.o mktemp.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mktemp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mktemp mktemp.o mktemp.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f libdixmods_pic.a miinitext.pico miinitext.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f libdixmods_pic.a miinitext.pico miinitext.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mktemp && rm -f mktemp.html1 .depend mktemp.d mktemp.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mktemp && rm -f mktemp.html1 .depend mktemp.d mktemp.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f llib-ldixmods.ln miinitext.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f llib-ldixmods.ln miinitext.ln || true) --- cleandir-usr.bin --- --- cleandir-mkubootimage --- cleandir ===> usr.bin/mkubootimage --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f .depend miinitext.d miinitext.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods && rm -f .depend miinitext.d miinitext.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkubootimage && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkubootimage mkubootimage.o crc32.o mkubootimage.ln crc32.ln || true) --- cleandir-external --- --- cleandir-glx --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkubootimage && rm -f a.out [Ee]rrs mklog core *.core .gdbinit mkubootimage mkubootimage.o crc32.o mkubootimage.ln crc32.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/mkubootimage && rm -f mkubootimage.html1 .depend crc32.d mkubootimage.d crc32.d.tmp mkubootimage.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/mkubootimage && rm -f mkubootimage.html1 .depend crc32.d mkubootimage.d crc32.d.tmp mkubootimage.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f libglx.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f libglx.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-moduli --- cleandir ===> usr.bin/moduli --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- cleandir-qsieve --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f libglx.a clientinfo.o createcontext.o indirect_dispatch.o indirect_dispatch_swap.o indirect_reqsize.o indirect_size_get.o indirect_table.o glxdri2.o extension_string.o indirect_util.o indirect_program.o indirect_texture_compression.o glxcmds.o glxcmdsswap.o glxext.o glxdriswrast.o glxdricommon.o glxscreens.o render2.o render2swap.o renderpix.o renderpixswap.o rensize.o single2.o single2swap.o singlepix.o singlepixswap.o singlesize.o swap_interval.o xfont.o vndcmds.o vndext.o vndservermapping.o vndservervendor.o glxmodule.o clientinfo.o.tmp createcontext.o.tmp indirect_dispatch.o.tmp indirect_dispatch_swap.o.tmp indirect_reqsize.o.tmp indirect_size_get.o.tmp indirect_table.o.tmp glxdri2.o.tmp extension_string.o.tmp indirect_util.o.tmp indirect_program.o.tmp indirect_texture_compression.o.tmp glxcmds.o.tmp glxcmdsswap.o.tmp glxext.o.tmp glxdriswrast.o.tmp glxdricommon.o.tmp glxscreens.o.tmp render2.o.tmp render2swap.o.tmp renderpix.o.tmp renderpixswap.o.tmp rensize.o.tmp single2.o.tmp single2swap.o.tmp singlepix.o.tmp singlepixswap.o.tmp singlesize.o.tmp swap_interval.o.tmp xfont.o.tmp vndcmds.o.tmp vndext.o.tmp vndservermapping.o.tmp vndservervendor.o.tmp glxmodule.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/moduli/qsieve --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f libglx.a clientinfo.o createcontext.o indirect_dispatch.o indirect_dispatch_swap.o indirect_reqsize.o indirect_size_get.o indirect_table.o glxdri2.o extension_string.o indirect_util.o indirect_program.o indirect_texture_compression.o glxcmds.o glxcmdsswap.o glxext.o glxdriswrast.o glxdricommon.o glxscreens.o render2.o render2swap.o renderpix.o renderpixswap.o rensize.o single2.o single2swap.o singlepix.o singlepixswap.o singlesize.o swap_interval.o xfont.o vndcmds.o vndext.o vndservermapping.o vndservervendor.o glxmodule.o clientinfo.o.tmp createcontext.o.tmp indirect_dispatch.o.tmp indirect_dispatch_swap.o.tmp indirect_reqsize.o.tmp indirect_size_get.o.tmp indirect_table.o.tmp glxdri2.o.tmp extension_string.o.tmp indirect_util.o.tmp indirect_program.o.tmp indirect_texture_compression.o.tmp glxcmds.o.tmp glxcmdsswap.o.tmp glxext.o.tmp glxdriswrast.o.tmp glxdricommon.o.tmp glxscreens.o.tmp render2.o.tmp render2swap.o.tmp renderpix.o.tmp renderpixswap.o.tmp rensize.o.tmp single2.o.tmp single2swap.o.tmp singlepix.o.tmp singlepixswap.o.tmp singlesize.o.tmp swap_interval.o.tmp xfont.o.tmp vndcmds.o.tmp vndext.o.tmp vndservermapping.o.tmp vndservervendor.o.tmp glxmodule.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/moduli/qsieve && rm -f a.out [Ee]rrs mklog core *.core .gdbinit qsieve qsieve.o qfile.o qsieve.ln qfile.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f libglx_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/moduli/qsieve && rm -f a.out [Ee]rrs mklog core *.core .gdbinit qsieve qsieve.o qfile.o qsieve.ln qfile.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f libglx_p.a || true) --- libclean3 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f libglx_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/moduli/qsieve && rm -f qsieve.html1 .depend qfile.d qsieve.d qfile.d.tmp qsieve.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f libglx_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/moduli/qsieve && rm -f qsieve.html1 .depend qfile.d qsieve.d qfile.d.tmp qsieve.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- cleandir-qsafe --- cleandir ===> usr.bin/moduli/qsafe --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f libglx_pic.a libglx.so.* libglx.so clientinfo.pico createcontext.pico indirect_dispatch.pico indirect_dispatch_swap.pico indirect_reqsize.pico indirect_size_get.pico indirect_table.pico glxdri2.pico extension_string.pico indirect_util.pico indirect_program.pico indirect_texture_compression.pico glxcmds.pico glxcmdsswap.pico glxext.pico glxdriswrast.pico glxdricommon.pico glxscreens.pico render2.pico render2swap.pico renderpix.pico renderpixswap.pico rensize.pico single2.pico single2swap.pico singlepix.pico singlepixswap.pico singlesize.pico swap_interval.pico xfont.pico vndcmds.pico vndext.pico vndservermapping.pico vndservervendor.pico glxmodule.pico clientinfo.pico.tmp createcontext.pico.tmp indirect_dispatch.pico.tmp indirect_dispatch_swap.pico.tmp indirect_reqsize.pico.tmp indirect_size_get.pico.tmp indirect_table.pico.tmp glxdri2.pico.tmp extension_string.pico.tmp indirect_util.pico.tmp indirect_program.pico.tmp indirect_texture_compression.pico.tmp glxcmds.pico.tmp glxcmdsswap.pico.tmp glxext.pico.tmp glxdriswrast.pico.tmp glxdricommon.pico.tmp glxscreens.pico.tmp render2.pico.tmp render2swap.pico.tmp renderpix.pico.tmp renderpixswap.pico.tmp rensize.pico.tmp single2.pico.tmp single2swap.pico.tmp singlepix.pico.tmp singlepixswap.pico.tmp singlesize.pico.tmp swap_interval.pico.tmp xfont.pico.tmp vndcmds.pico.tmp vndext.pico.tmp vndservermapping.pico.tmp vndservervendor.pico.tmp glxmodule.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f libglx_pic.a libglx.so.* libglx.so clientinfo.pico createcontext.pico indirect_dispatch.pico indirect_dispatch_swap.pico indirect_reqsize.pico indirect_size_get.pico indirect_table.pico glxdri2.pico extension_string.pico indirect_util.pico indirect_program.pico indirect_texture_compression.pico glxcmds.pico glxcmdsswap.pico glxext.pico glxdriswrast.pico glxdricommon.pico glxscreens.pico render2.pico render2swap.pico renderpix.pico renderpixswap.pico rensize.pico single2.pico single2swap.pico singlepix.pico singlepixswap.pico singlesize.pico swap_interval.pico xfont.pico vndcmds.pico vndext.pico vndservermapping.pico vndservervendor.pico glxmodule.pico clientinfo.pico.tmp createcontext.pico.tmp indirect_dispatch.pico.tmp indirect_dispatch_swap.pico.tmp indirect_reqsize.pico.tmp indirect_size_get.pico.tmp indirect_table.pico.tmp glxdri2.pico.tmp extension_string.pico.tmp indirect_util.pico.tmp indirect_program.pico.tmp indirect_texture_compression.pico.tmp glxcmds.pico.tmp glxcmdsswap.pico.tmp glxext.pico.tmp glxdriswrast.pico.tmp glxdricommon.pico.tmp glxscreens.pico.tmp render2.pico.tmp render2swap.pico.tmp renderpix.pico.tmp renderpixswap.pico.tmp rensize.pico.tmp single2.pico.tmp single2swap.pico.tmp singlepix.pico.tmp singlepixswap.pico.tmp singlesize.pico.tmp swap_interval.pico.tmp xfont.pico.tmp vndcmds.pico.tmp vndext.pico.tmp vndservermapping.pico.tmp vndservervendor.pico.tmp glxmodule.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/moduli/qsafe && rm -f a.out [Ee]rrs mklog core *.core .gdbinit qsafe qsafe.o qfile.o qsafe.ln qfile.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f llib-lglx.ln clientinfo.ln createcontext.ln indirect_dispatch.ln indirect_dispatch_swap.ln indirect_reqsize.ln indirect_size_get.ln indirect_table.ln glxdri2.ln extension_string.ln indirect_util.ln indirect_program.ln indirect_texture_compression.ln glxcmds.ln glxcmdsswap.ln glxext.ln glxdriswrast.ln glxdricommon.ln glxscreens.ln render2.ln render2swap.ln renderpix.ln renderpixswap.ln rensize.ln single2.ln single2swap.ln singlepix.ln singlepixswap.ln singlesize.ln swap_interval.ln xfont.ln vndcmds.ln vndext.ln vndservermapping.ln vndservervendor.ln glxmodule.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/moduli/qsafe && rm -f a.out [Ee]rrs mklog core *.core .gdbinit qsafe qsafe.o qfile.o qsafe.ln qfile.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f llib-lglx.ln clientinfo.ln createcontext.ln indirect_dispatch.ln indirect_dispatch_swap.ln indirect_reqsize.ln indirect_size_get.ln indirect_table.ln glxdri2.ln extension_string.ln indirect_util.ln indirect_program.ln indirect_texture_compression.ln glxcmds.ln glxcmdsswap.ln glxext.ln glxdriswrast.ln glxdricommon.ln glxscreens.ln render2.ln render2swap.ln renderpix.ln renderpixswap.ln rensize.ln single2.ln single2swap.ln singlepix.ln singlepixswap.ln singlesize.ln swap_interval.ln xfont.ln vndcmds.ln vndext.ln vndservermapping.ln vndservervendor.ln glxmodule.ln || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/moduli/qsafe && rm -f .depend qfile.d qsafe.d qfile.d.tmp qsafe.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/moduli/qsafe && rm -f .depend qfile.d qsafe.d qfile.d.tmp qsafe.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f .depend clientinfo.d createcontext.d extension_string.d glxcmds.d glxcmdsswap.d glxdri2.d glxdricommon.d glxdriswrast.d glxext.d glxmodule.d glxscreens.d indirect_dispatch.d indirect_dispatch_swap.d indirect_program.d indirect_reqsize.d indirect_size_get.d indirect_table.d indirect_texture_compression.d indirect_util.d render2.d render2swap.d renderpix.d renderpixswap.d rensize.d single2.d single2swap.d singlepix.d singlepixswap.d singlesize.d swap_interval.d vndcmds.d vndext.d vndservermapping.d vndservervendor.d xfont.d clientinfo.d.tmp createcontext.d.tmp extension_string.d.tmp glxcmds.d.tmp glxcmdsswap.d.tmp glxdri2.d.tmp glxdricommon.d.tmp glxdriswrast.d.tmp glxext.d.tmp glxmodule.d.tmp glxscreens.d.tmp indirect_dispatch.d.tmp indirect_dispatch_swap.d.tmp indirect_program.d.tmp indirect_reqsize.d.tmp indirect_size_get.d.tmp indirect_table.d.tmp indirect_texture_compression.d.tmp indirect_util.d.tmp render2.d.tmp render2swap.d.tmp renderpix.d.tmp renderpixswap.d.tmp rensize.d.tmp single2.d.tmp single2swap.d.tmp singlepix.d.tmp singlepixswap.d.tmp singlesize.d.tmp swap_interval.d.tmp vndcmds.d.tmp vndext.d.tmp vndservermapping.d.tmp vndservervendor.d.tmp xfont.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-msgc --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/glx && rm -f .depend clientinfo.d createcontext.d extension_string.d glxcmds.d glxcmdsswap.d glxdri2.d glxdricommon.d glxdriswrast.d glxext.d glxmodule.d glxscreens.d indirect_dispatch.d indirect_dispatch_swap.d indirect_program.d indirect_reqsize.d indirect_size_get.d indirect_table.d indirect_texture_compression.d indirect_util.d render2.d render2swap.d renderpix.d renderpixswap.d rensize.d single2.d single2swap.d singlepix.d singlepixswap.d singlesize.d swap_interval.d vndcmds.d vndext.d vndservermapping.d vndservervendor.d xfont.d clientinfo.d.tmp createcontext.d.tmp extension_string.d.tmp glxcmds.d.tmp glxcmdsswap.d.tmp glxdri2.d.tmp glxdricommon.d.tmp glxdriswrast.d.tmp glxext.d.tmp glxmodule.d.tmp glxscreens.d.tmp indirect_dispatch.d.tmp indirect_dispatch_swap.d.tmp indirect_program.d.tmp indirect_reqsize.d.tmp indirect_size_get.d.tmp indirect_table.d.tmp indirect_texture_compression.d.tmp indirect_util.d.tmp render2.d.tmp render2swap.d.tmp renderpix.d.tmp renderpixswap.d.tmp rensize.d.tmp single2.d.tmp single2swap.d.tmp singlepix.d.tmp singlepixswap.d.tmp singlesize.d.tmp swap_interval.d.tmp vndcmds.d.tmp vndext.d.tmp vndservermapping.d.tmp vndservervendor.d.tmp xfont.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/msgc --- cleandir-external --- --- cleandir-shadow --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/msgc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgparse.c msgscan.c msgparse.h msgc msgmain.o msgparse.o msgscan.o msgdb.o util.o avl.o msgmain.ln msgdb.ln util.ln avl.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/msgc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgparse.c msgscan.c msgparse.h msgc msgmain.o msgparse.o msgscan.o msgdb.o util.o avl.o msgmain.ln msgdb.ln util.ln avl.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f libshadow.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f libshadow.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/msgc && rm -f msgc.html1 .depend avl.d msgdb.d msgmain.d msgparse.d msgscan.d util.d avl.d.tmp msgdb.d.tmp msgmain.d.tmp msgparse.d.tmp msgscan.d.tmp util.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/msgc && rm -f msgc.html1 .depend avl.d msgdb.d msgmain.d msgparse.d msgscan.d util.d avl.d.tmp msgdb.d.tmp msgmain.d.tmp msgparse.d.tmp msgscan.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f libshadow.a shadow.o shpacked.o shplanar8.o shplanar.o shafb4.o shafb8.o shiplan2p4.o shiplan2p8.o shrot16pack_180.o shrot16pack_270.o shrot16pack_270YX.o shrot16pack_90.o shrot16pack_90YX.o shrot16pack.o shrot32pack_180.o shrot32pack_270.o shrot32pack_90.o shrot32pack.o shrot8pack_180.o shrot8pack_270.o shrot8pack_90.o shrot8pack.o shrotate.o shmodule.o shadow.o.tmp shpacked.o.tmp shplanar8.o.tmp shplanar.o.tmp shafb4.o.tmp shafb8.o.tmp shiplan2p4.o.tmp shiplan2p8.o.tmp shrot16pack_180.o.tmp shrot16pack_270.o.tmp shrot16pack_270YX.o.tmp shrot16pack_90.o.tmp shrot16pack_90YX.o.tmp shrot16pack.o.tmp shrot32pack_180.o.tmp shrot32pack_270.o.tmp shrot32pack_90.o.tmp shrot32pack.o.tmp shrot8pack_180.o.tmp shrot8pack_270.o.tmp shrot8pack_90.o.tmp shrot8pack.o.tmp shrotate.o.tmp shmodule.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f libshadow.a shadow.o shpacked.o shplanar8.o shplanar.o shafb4.o shafb8.o shiplan2p4.o shiplan2p8.o shrot16pack_180.o shrot16pack_270.o shrot16pack_270YX.o shrot16pack_90.o shrot16pack_90YX.o shrot16pack.o shrot32pack_180.o shrot32pack_270.o shrot32pack_90.o shrot32pack.o shrot8pack_180.o shrot8pack_270.o shrot8pack_90.o shrot8pack.o shrotate.o shmodule.o shadow.o.tmp shpacked.o.tmp shplanar8.o.tmp shplanar.o.tmp shafb4.o.tmp shafb8.o.tmp shiplan2p4.o.tmp shiplan2p8.o.tmp shrot16pack_180.o.tmp shrot16pack_270.o.tmp shrot16pack_270YX.o.tmp shrot16pack_90.o.tmp shrot16pack_90YX.o.tmp shrot16pack.o.tmp shrot32pack_180.o.tmp shrot32pack_270.o.tmp shrot32pack_90.o.tmp shrot32pack.o.tmp shrot8pack_180.o.tmp shrot8pack_270.o.tmp shrot8pack_90.o.tmp shrot8pack.o.tmp shrotate.o.tmp shmodule.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-msgs --- cleandir ===> usr.bin/msgs --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f libshadow_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f libshadow_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/msgs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgs msgs.o msgs.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/msgs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit msgs msgs.o msgs.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f libshadow_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f libshadow_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/msgs && rm -f msgs.html1 .depend msgs.d msgs.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/msgs && rm -f msgs.html1 .depend msgs.d msgs.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f libshadow_pic.a libshadow.so.* libshadow.so shadow.pico shpacked.pico shplanar8.pico shplanar.pico shafb4.pico shafb8.pico shiplan2p4.pico shiplan2p8.pico shrot16pack_180.pico shrot16pack_270.pico shrot16pack_270YX.pico shrot16pack_90.pico shrot16pack_90YX.pico shrot16pack.pico shrot32pack_180.pico shrot32pack_270.pico shrot32pack_90.pico shrot32pack.pico shrot8pack_180.pico shrot8pack_270.pico shrot8pack_90.pico shrot8pack.pico shrotate.pico shmodule.pico shadow.pico.tmp shpacked.pico.tmp shplanar8.pico.tmp shplanar.pico.tmp shafb4.pico.tmp shafb8.pico.tmp shiplan2p4.pico.tmp shiplan2p8.pico.tmp shrot16pack_180.pico.tmp shrot16pack_270.pico.tmp shrot16pack_270YX.pico.tmp shrot16pack_90.pico.tmp shrot16pack_90YX.pico.tmp shrot16pack.pico.tmp shrot32pack_180.pico.tmp shrot32pack_270.pico.tmp shrot32pack_90.pico.tmp shrot32pack.pico.tmp shrot8pack_180.pico.tmp shrot8pack_270.pico.tmp shrot8pack_90.pico.tmp shrot8pack.pico.tmp shrotate.pico.tmp shmodule.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-nbperf --- cleandir ===> usr.bin/nbperf --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f libshadow_pic.a libshadow.so.* libshadow.so shadow.pico shpacked.pico shplanar8.pico shplanar.pico shafb4.pico shafb8.pico shiplan2p4.pico shiplan2p8.pico shrot16pack_180.pico shrot16pack_270.pico shrot16pack_270YX.pico shrot16pack_90.pico shrot16pack_90YX.pico shrot16pack.pico shrot32pack_180.pico shrot32pack_270.pico shrot32pack_90.pico shrot32pack.pico shrot8pack_180.pico shrot8pack_270.pico shrot8pack_90.pico shrot8pack.pico shrotate.pico shmodule.pico shadow.pico.tmp shpacked.pico.tmp shplanar8.pico.tmp shplanar.pico.tmp shafb4.pico.tmp shafb8.pico.tmp shiplan2p4.pico.tmp shiplan2p8.pico.tmp shrot16pack_180.pico.tmp shrot16pack_270.pico.tmp shrot16pack_270YX.pico.tmp shrot16pack_90.pico.tmp shrot16pack_90YX.pico.tmp shrot16pack.pico.tmp shrot32pack_180.pico.tmp shrot32pack_270.pico.tmp shrot32pack_90.pico.tmp shrot32pack.pico.tmp shrot8pack_180.pico.tmp shrot8pack_270.pico.tmp shrot8pack_90.pico.tmp shrot8pack.pico.tmp shrotate.pico.tmp shmodule.pico.tmp || true) --- libclean5 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f llib-lshadow.ln shadow.ln shpacked.ln shplanar8.ln shplanar.ln shafb4.ln shafb8.ln shiplan2p4.ln shiplan2p8.ln shrot16pack_180.ln shrot16pack_270.ln shrot16pack_270YX.ln shrot16pack_90.ln shrot16pack_90YX.ln shrot16pack.ln shrot32pack_180.ln shrot32pack_270.ln shrot32pack_90.ln shrot32pack.ln shrot8pack_180.ln shrot8pack_270.ln shrot8pack_90.ln shrot8pack.ln shrotate.ln shmodule.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nbperf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nbperf nbperf.o nbperf-bdz.o nbperf-chm.o nbperf-chm3.o graph2.o graph3.o nbperf.ln nbperf-bdz.ln nbperf-chm.ln nbperf-chm3.ln graph2.ln graph3.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f llib-lshadow.ln shadow.ln shpacked.ln shplanar8.ln shplanar.ln shafb4.ln shafb8.ln shiplan2p4.ln shiplan2p8.ln shrot16pack_180.ln shrot16pack_270.ln shrot16pack_270YX.ln shrot16pack_90.ln shrot16pack_90YX.ln shrot16pack.ln shrot32pack_180.ln shrot32pack_270.ln shrot32pack_90.ln shrot32pack.ln shrot8pack_180.ln shrot8pack_270.ln shrot8pack_90.ln shrot8pack.ln shrotate.ln shmodule.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nbperf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nbperf nbperf.o nbperf-bdz.o nbperf-chm.o nbperf-chm3.o graph2.o graph3.o nbperf.ln nbperf-bdz.ln nbperf-chm.ln nbperf-chm3.ln graph2.ln graph3.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f .depend shadow.d shafb4.d shafb8.d shiplan2p4.d shiplan2p8.d shmodule.d shpacked.d shplanar.d shplanar8.d shrot16pack.d shrot16pack_180.d shrot16pack_270.d shrot16pack_270YX.d shrot16pack_90.d shrot16pack_90YX.d shrot32pack.d shrot32pack_180.d shrot32pack_270.d shrot32pack_90.d shrot8pack.d shrot8pack_180.d shrot8pack_270.d shrot8pack_90.d shrotate.d shadow.d.tmp shafb4.d.tmp shafb8.d.tmp shiplan2p4.d.tmp shiplan2p8.d.tmp shmodule.d.tmp shpacked.d.tmp shplanar.d.tmp shplanar8.d.tmp shrot16pack.d.tmp shrot16pack_180.d.tmp shrot16pack_270.d.tmp shrot16pack_270YX.d.tmp shrot16pack_90.d.tmp shrot16pack_90YX.d.tmp shrot32pack.d.tmp shrot32pack_180.d.tmp shrot32pack_270.d.tmp shrot32pack_90.d.tmp shrot8pack.d.tmp shrot8pack_180.d.tmp shrot8pack_270.d.tmp shrot8pack_90.d.tmp shrotate.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nbperf && rm -f nbperf.html1 .depend graph2.d graph3.d nbperf-bdz.d nbperf-chm.d nbperf-chm3.d nbperf.d graph2.d.tmp graph3.d.tmp nbperf-bdz.d.tmp nbperf-chm.d.tmp nbperf-chm3.d.tmp nbperf.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/shadow && rm -f .depend shadow.d shafb4.d shafb8.d shiplan2p4.d shiplan2p8.d shmodule.d shpacked.d shplanar.d shplanar8.d shrot16pack.d shrot16pack_180.d shrot16pack_270.d shrot16pack_270YX.d shrot16pack_90.d shrot16pack_90YX.d shrot32pack.d shrot32pack_180.d shrot32pack_270.d shrot32pack_90.d shrot8pack.d shrot8pack_180.d shrot8pack_270.d shrot8pack_90.d shrotate.d shadow.d.tmp shafb4.d.tmp shafb8.d.tmp shiplan2p4.d.tmp shiplan2p8.d.tmp shmodule.d.tmp shpacked.d.tmp shplanar.d.tmp shplanar8.d.tmp shrot16pack.d.tmp shrot16pack_180.d.tmp shrot16pack_270.d.tmp shrot16pack_270YX.d.tmp shrot16pack_90.d.tmp shrot16pack_90YX.d.tmp shrot32pack.d.tmp shrot32pack_180.d.tmp shrot32pack_270.d.tmp shrot32pack_90.d.tmp shrot8pack.d.tmp shrot8pack_180.d.tmp shrot8pack_270.d.tmp shrot8pack_90.d.tmp shrotate.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nbperf && rm -f nbperf.html1 .depend graph2.d graph3.d nbperf-bdz.d nbperf-chm.d nbperf-chm3.d nbperf.d graph2.d.tmp graph3.d.tmp nbperf-bdz.d.tmp nbperf-chm.d.tmp nbperf-chm3.d.tmp nbperf.d.tmp tags || true) --- cleandir-external --- --- cleandir-wfb --- --- cleandir-usr.bin --- --- cleandir-nc --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb --- cleandir-usr.bin --- cleandir ===> usr.bin/nc --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f libwfb.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nc netcat.o atomicio.o socks.o netcat.ln atomicio.ln socks.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f libwfb.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nc netcat.o atomicio.o socks.o netcat.ln atomicio.ln socks.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f libwfb.a fbmodule.o fbmodule.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nc && rm -f nc.html1 .depend atomicio.d netcat.d socks.d atomicio.d.tmp netcat.d.tmp socks.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f libwfb.a fbmodule.o fbmodule.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nc && rm -f nc.html1 .depend atomicio.d netcat.d socks.d atomicio.d.tmp netcat.d.tmp socks.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- --- cleandir-netgroup --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f libwfb_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/netgroup --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f libwfb_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/netgroup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit netgroup netgroup.o netgroup.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f libwfb_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/netgroup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit netgroup netgroup.o netgroup.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f libwfb_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/netgroup && rm -f netgroup.html1 .depend netgroup.d netgroup.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f libwfb_pic.a fbmodule.pico fbmodule.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/netgroup && rm -f netgroup.html1 .depend netgroup.d netgroup.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f libwfb_pic.a fbmodule.pico fbmodule.pico.tmp || true) --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-netstat --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f llib-lwfb.ln fbmodule.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/netstat --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f llib-lwfb.ln fbmodule.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/netstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit netstat atalk.o bpf.o fast_ipsec.o if.o inet.o inet6.o main.o mbuf.o mroute.o mroute6.o pfkey.o pfsync.o route.o unix.o vtw.o rtutil.o netstat_hostops.o atalk.ln bpf.ln fast_ipsec.ln if.ln inet.ln inet6.ln main.ln mbuf.ln mroute.ln mroute6.ln pfkey.ln pfsync.ln route.ln unix.ln vtw.ln rtutil.ln netstat_hostops.ln rump.netstat atalk.o bpf.o fast_ipsec.o if.o inet.o inet6.o main.o mbuf.o mroute.o mroute6.o pfkey.o pfsync.o route.o unix.o vtw.o rtutil.o netstat_rumpops.o sysctlbyname.o sysctlgetmibinfo.o sysctlnametomib.o atalk.ln bpf.ln fast_ipsec.ln if.ln inet.ln inet6.ln main.ln mbuf.ln mroute.ln mroute6.ln pfkey.ln pfsync.ln route.ln unix.ln vtw.ln rtutil.ln netstat_rumpops.ln sysctlbyname.ln sysctlgetmibinfo.ln sysctlnametomib.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f .depend fbmodule.d fbmodule.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb && rm -f .depend fbmodule.d fbmodule.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/netstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit netstat atalk.o bpf.o fast_ipsec.o if.o inet.o inet6.o main.o mbuf.o mroute.o mroute6.o pfkey.o pfsync.o route.o unix.o vtw.o rtutil.o netstat_hostops.o atalk.ln bpf.ln fast_ipsec.ln if.ln inet.ln inet6.ln main.ln mbuf.ln mroute.ln mroute6.ln pfkey.ln pfsync.ln route.ln unix.ln vtw.ln rtutil.ln netstat_hostops.ln rump.netstat atalk.o bpf.o fast_ipsec.o if.o inet.o inet6.o main.o mbuf.o mroute.o mroute6.o pfkey.o pfsync.o route.o unix.o vtw.o rtutil.o netstat_rumpops.o sysctlbyname.o sysctlgetmibinfo.o sysctlnametomib.o atalk.ln bpf.ln fast_ipsec.ln if.ln inet.ln inet6.ln main.ln mbuf.ln mroute.ln mroute6.ln pfkey.ln pfsync.ln route.ln unix.ln vtw.ln rtutil.ln netstat_rumpops.ln sysctlbyname.ln sysctlgetmibinfo.ln sysctlnametomib.ln || true) --- cleandir-external --- --- cleandir-doc --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/doc --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/netstat && rm -f netstat.html1 .depend atalk.d bpf.d fast_ipsec.d if.d inet.d inet6.d main.d mbuf.d mroute.d mroute6.d netstat_hostops.d netstat_rumpops.d pfkey.d pfsync.d route.d rtutil.d sysctlbyname.d sysctlgetmibinfo.d sysctlnametomib.d unix.d vtw.d atalk.d.tmp bpf.d.tmp fast_ipsec.d.tmp if.d.tmp inet.d.tmp inet6.d.tmp main.d.tmp mbuf.d.tmp mroute.d.tmp mroute6.d.tmp netstat_hostops.d.tmp netstat_rumpops.d.tmp pfkey.d.tmp pfsync.d.tmp route.d.tmp rtutil.d.tmp sysctlbyname.d.tmp sysctlgetmibinfo.d.tmp sysctlnametomib.d.tmp unix.d.tmp vtw.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/netstat && rm -f netstat.html1 .depend atalk.d bpf.d fast_ipsec.d if.d inet.d inet6.d main.d mbuf.d mroute.d mroute6.d netstat_hostops.d netstat_rumpops.d pfkey.d pfsync.d route.d rtutil.d sysctlbyname.d sysctlgetmibinfo.d sysctlnametomib.d unix.d vtw.d atalk.d.tmp bpf.d.tmp fast_ipsec.d.tmp if.d.tmp inet.d.tmp inet6.d.tmp main.d.tmp mbuf.d.tmp mroute.d.tmp mroute6.d.tmp netstat_hostops.d.tmp netstat_rumpops.d.tmp pfkey.d.tmp pfsync.d.tmp route.d.tmp rtutil.d.tmp sysctlbyname.d.tmp sysctlgetmibinfo.d.tmp sysctlnametomib.d.tmp unix.d.tmp vtw.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/doc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.bin --- --- cleandir-newgrp --- cleandir ===> usr.bin/newgrp --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/doc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/doc && rm -f Xorg.1 xorg.conf.5 Xorg.html1 xorg.conf.html5 || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/newgrp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newgrp newgrp.o grutil.o newgrp.ln grutil.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/doc && rm -f Xorg.1 xorg.conf.5 Xorg.html1 xorg.conf.html5 || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/newgrp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newgrp newgrp.o grutil.o newgrp.ln grutil.ln || true) --- cleandir-external --- --- cleandir-dri --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/dri --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/newgrp && rm -f newgrp.html1 .depend grutil.d newgrp.d grutil.d.tmp newgrp.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/newgrp && rm -f newgrp.html1 .depend grutil.d newgrp.d grutil.d.tmp newgrp.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- cleandir-newsyslog --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f libdri.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/newsyslog --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f libdri.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/newsyslog && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newsyslog newsyslog.o newsyslog.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f libdri.a dri.o xf86dri.o dri.o.tmp xf86dri.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/newsyslog && rm -f a.out [Ee]rrs mklog core *.core .gdbinit newsyslog newsyslog.o newsyslog.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f libdri.a dri.o xf86dri.o dri.o.tmp xf86dri.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/newsyslog && rm -f newsyslog.html8 .depend newsyslog.d newsyslog.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f libdri_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/newsyslog && rm -f newsyslog.html8 .depend newsyslog.d newsyslog.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f libdri_p.a || true) --- cleandir-usr.bin --- --- cleandir-nfsstat --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/nfsstat --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f libdri_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f libdri_g.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nfsstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nfsstat nfsstat.o nfsstat.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f libdri_pic.a libdri.so.* libdri.so dri.pico xf86dri.pico dri.pico.tmp xf86dri.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nfsstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nfsstat nfsstat.o nfsstat.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f libdri_pic.a libdri.so.* libdri.so dri.pico xf86dri.pico dri.pico.tmp xf86dri.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nfsstat && rm -f nfsstat.html1 .depend nfsstat.d nfsstat.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f llib-ldri.ln dri.ln xf86dri.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nfsstat && rm -f nfsstat.html1 .depend nfsstat.d nfsstat.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f llib-ldri.ln dri.ln xf86dri.ln || true) --- cleandir-usr.bin --- --- cleandir-nice --- cleandir ===> usr.bin/nice --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f .depend dri.d xf86dri.d dri.d.tmp xf86dri.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri && rm -f .depend dri.d xf86dri.d dri.d.tmp xf86dri.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nice && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nice nice.o nice.ln || true) --- cleandir-external --- --- cleandir-dri2 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nice && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nice nice.o nice.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/dri2 --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nice && rm -f nice.html1 .depend nice.d nice.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nice && rm -f nice.html1 .depend nice.d nice.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f libdri2.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-nl --- cleandir ===> usr.bin/nl --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f libdri2.so.0.map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f libdri2.a dri2.o dri2ext.o dri2.o.tmp dri2ext.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nl nl.o nl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f libdri2.a dri2.o dri2ext.o dri2.o.tmp dri2ext.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nl nl.o nl.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f libdri2_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nl && rm -f nl.html1 .depend nl.d nl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f libdri2_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nl && rm -f nl.html1 .depend nl.d nl.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- --- cleandir-nohup --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f libdri2_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/nohup --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f libdri2_g.a || true) --- libclean4 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f libdri2_pic.a libdri2.so.* libdri2.so dri2.pico dri2ext.pico dri2.pico.tmp dri2ext.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nohup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nohup nohup.o nohup.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f libdri2_pic.a libdri2.so.* libdri2.so dri2.pico dri2ext.pico dri2.pico.tmp dri2ext.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nohup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nohup nohup.o nohup.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f llib-ldri2.ln dri2.ln dri2ext.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nohup && rm -f nohup.html1 .depend nohup.d nohup.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f llib-ldri2.ln dri2.ln dri2ext.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nohup && rm -f nohup.html1 .depend nohup.d nohup.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-pagesize --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f .depend dri2.d dri2ext.d dri2.d.tmp dri2ext.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/pagesize --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/dri2 && rm -f .depend dri2.d dri2ext.d dri2.d.tmp dri2ext.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- cleandir-i2c --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pagesize && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/i2c --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pagesize && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f libi2c.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pagesize && rm -f pagesize.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pagesize && rm -f pagesize.html1 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f libi2c.so..map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-usr.bin --- --- cleandir-passwd --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f libi2c.a xf86i2c.o xf86i2c.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/passwd --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f libi2c.a xf86i2c.o xf86i2c.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/passwd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit passwd local_passwd.o passwd.o yp_passwd.o krb5_passwd.o pam_passwd.o local_passwd.ln passwd.ln yp_passwd.ln krb5_passwd.ln pam_passwd.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f libi2c_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/passwd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit passwd local_passwd.o passwd.o yp_passwd.o krb5_passwd.o pam_passwd.o local_passwd.ln passwd.ln yp_passwd.ln krb5_passwd.ln pam_passwd.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f libi2c_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/passwd && rm -f passwd.html1 yppasswd.html1 .depend krb5_passwd.d local_passwd.d pam_passwd.d passwd.d yp_passwd.d krb5_passwd.d.tmp local_passwd.d.tmp pam_passwd.d.tmp passwd.d.tmp yp_passwd.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f libi2c_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/passwd && rm -f passwd.html1 yppasswd.html1 .depend krb5_passwd.d local_passwd.d pam_passwd.d passwd.d yp_passwd.d krb5_passwd.d.tmp local_passwd.d.tmp pam_passwd.d.tmp passwd.d.tmp yp_passwd.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f libi2c_g.a || true) --- cleandir-usr.bin --- --- cleandir-paste --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/paste --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f libi2c_pic.a xf86i2c.pico xf86i2c.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f libi2c_pic.a xf86i2c.pico xf86i2c.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/paste && rm -f a.out [Ee]rrs mklog core *.core .gdbinit paste paste.o paste.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f llib-li2c.ln xf86i2c.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/paste && rm -f a.out [Ee]rrs mklog core *.core .gdbinit paste paste.o paste.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f llib-li2c.ln xf86i2c.ln || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/paste && rm -f paste.html1 .depend paste.d paste.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f .depend xf86i2c.d xf86i2c.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/paste && rm -f paste.html1 .depend paste.d paste.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/i2c && rm -f .depend xf86i2c.d xf86i2c.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-patch --- cleandir ===> usr.bin/patch --- cleandir-external --- --- cleandir-loader --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/loader --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/patch && rm -f a.out [Ee]rrs mklog core *.core .gdbinit patch patch.o pch.o inp.o util.o backupfile.o mkpath.o patch.ln pch.ln inp.ln util.ln backupfile.ln mkpath.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f sdksyms.c sdksyms.dep libloader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/patch && rm -f a.out [Ee]rrs mklog core *.core .gdbinit patch patch.o pch.o inp.o util.o backupfile.o mkpath.o patch.ln pch.ln inp.ln util.ln backupfile.ln mkpath.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f sdksyms.c sdksyms.dep libloader.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/patch && rm -f patch.html1 .depend backupfile.d inp.d mkpath.d patch.d pch.d util.d backupfile.d.tmp inp.d.tmp mkpath.d.tmp patch.d.tmp pch.d.tmp util.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f libloader.a loader.o loadmod.o sdksyms.o loader.o.tmp loadmod.o.tmp sdksyms.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/patch && rm -f patch.html1 .depend backupfile.d inp.d mkpath.d patch.d pch.d util.d backupfile.d.tmp inp.d.tmp mkpath.d.tmp patch.d.tmp pch.d.tmp util.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f libloader.a loader.o loadmod.o sdksyms.o loader.o.tmp loadmod.o.tmp sdksyms.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-pathchk --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/pathchk --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f libloader_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f libloader_p.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pathchk && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pathchk pathchk.o pathchk.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f libloader_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pathchk && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pathchk pathchk.o pathchk.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f libloader_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pathchk && rm -f pathchk.html1 .depend pathchk.d pathchk.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f libloader_pic.a loader.pico loadmod.pico sdksyms.pico loader.pico.tmp loadmod.pico.tmp sdksyms.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pathchk && rm -f pathchk.html1 .depend pathchk.d pathchk.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f libloader_pic.a loader.pico loadmod.pico sdksyms.pico loader.pico.tmp loadmod.pico.tmp sdksyms.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-pkill --- cleandir ===> usr.bin/pkill --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f llib-lloader.ln loader.ln loadmod.ln sdksyms.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f llib-lloader.ln loader.ln loadmod.ln sdksyms.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pkill && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pkill pkill.o pkill.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pkill && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pkill pkill.o pkill.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f .depend loader.d loadmod.d sdksyms.d loader.d.tmp loadmod.d.tmp sdksyms.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/loader && rm -f .depend loader.d loadmod.d sdksyms.d loader.d.tmp loadmod.d.tmp sdksyms.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pkill && rm -f pkill.html1 .depend pkill.d pkill.d.tmp tags || true) --- cleandir-external --- --- cleandir-xf86modes --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pkill && rm -f pkill.html1 .depend pkill.d pkill.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes --- cleandir-usr.bin --- --- cleandir-pmap --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/pmap --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f libxf86modes.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f libxf86modes.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pmap main.o pmap.o main.ln pmap.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pmap && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pmap main.o pmap.o main.ln pmap.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f libxf86modes.a xf86Crtc.o xf86Cursors.o xf86gtf.o xf86EdidModes.o xf86Modes.o xf86RandR12.o xf86Rotate.o xf86DiDGA.o xf86Crtc.o.tmp xf86Cursors.o.tmp xf86gtf.o.tmp xf86EdidModes.o.tmp xf86Modes.o.tmp xf86RandR12.o.tmp xf86Rotate.o.tmp xf86DiDGA.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f libxf86modes.a xf86Crtc.o xf86Cursors.o xf86gtf.o xf86EdidModes.o xf86Modes.o xf86RandR12.o xf86Rotate.o xf86DiDGA.o xf86Crtc.o.tmp xf86Cursors.o.tmp xf86gtf.o.tmp xf86EdidModes.o.tmp xf86Modes.o.tmp xf86RandR12.o.tmp xf86Rotate.o.tmp xf86DiDGA.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pmap && rm -f pmap.html1 .depend main.d pmap.d main.d.tmp pmap.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pmap && rm -f pmap.html1 .depend main.d pmap.d main.d.tmp pmap.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f libxf86modes_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f libxf86modes_p.a || true) --- cleandir-usr.bin --- --- cleandir-pr --- cleandir ===> usr.bin/pr --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f libxf86modes_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f libxf86modes_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pr pr.o egetopt.o pr.ln egetopt.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pr pr.o egetopt.o pr.ln egetopt.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f libxf86modes_pic.a xf86Crtc.pico xf86Cursors.pico xf86gtf.pico xf86EdidModes.pico xf86Modes.pico xf86RandR12.pico xf86Rotate.pico xf86DiDGA.pico xf86Crtc.pico.tmp xf86Cursors.pico.tmp xf86gtf.pico.tmp xf86EdidModes.pico.tmp xf86Modes.pico.tmp xf86RandR12.pico.tmp xf86Rotate.pico.tmp xf86DiDGA.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f libxf86modes_pic.a xf86Crtc.pico xf86Cursors.pico xf86gtf.pico xf86EdidModes.pico xf86Modes.pico xf86RandR12.pico xf86Rotate.pico xf86DiDGA.pico xf86Crtc.pico.tmp xf86Cursors.pico.tmp xf86gtf.pico.tmp xf86EdidModes.pico.tmp xf86Modes.pico.tmp xf86RandR12.pico.tmp xf86Rotate.pico.tmp xf86DiDGA.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pr && rm -f pr.html1 .depend egetopt.d pr.d egetopt.d.tmp pr.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pr && rm -f pr.html1 .depend egetopt.d pr.d egetopt.d.tmp pr.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f llib-lxf86modes.ln xf86Crtc.ln xf86Cursors.ln xf86gtf.ln xf86EdidModes.ln xf86Modes.ln xf86RandR12.ln xf86Rotate.ln xf86DiDGA.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f llib-lxf86modes.ln xf86Crtc.ln xf86Cursors.ln xf86gtf.ln xf86EdidModes.ln xf86Modes.ln xf86RandR12.ln xf86Rotate.ln xf86DiDGA.ln || true) --- cleandir-usr.bin --- --- cleandir-printenv --- cleandir ===> usr.bin/printenv --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f .depend xf86Crtc.d xf86Cursors.d xf86DiDGA.d xf86EdidModes.d xf86Modes.d xf86RandR12.d xf86Rotate.d xf86gtf.d xf86Crtc.d.tmp xf86Cursors.d.tmp xf86DiDGA.d.tmp xf86EdidModes.d.tmp xf86Modes.d.tmp xf86RandR12.d.tmp xf86Rotate.d.tmp xf86gtf.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/printenv && rm -f a.out [Ee]rrs mklog core *.core .gdbinit printenv printenv.o printenv.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86modes && rm -f .depend xf86Crtc.d xf86Cursors.d xf86DiDGA.d xf86EdidModes.d xf86Modes.d xf86RandR12.d xf86Rotate.d xf86gtf.d xf86Crtc.d.tmp xf86Cursors.d.tmp xf86DiDGA.d.tmp xf86EdidModes.d.tmp xf86Modes.d.tmp xf86RandR12.d.tmp xf86Rotate.d.tmp xf86gtf.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/printenv && rm -f a.out [Ee]rrs mklog core *.core .gdbinit printenv printenv.o printenv.ln || true) --- cleandir-external --- --- cleandir-exa --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/exa --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/printenv && rm -f printenv.html1 .depend printenv.d printenv.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/printenv && rm -f printenv.html1 .depend printenv.d printenv.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f libexa.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f libexa.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-printf --- cleandir ===> usr.bin/printf --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f libexa.a exa.o exa_classic.o exa_migration_classic.o exa_driver.o exa_mixed.o exa_migration_mixed.o exa_accel.o exa_glyphs.o exa_offscreen.o exa_render.o exa_unaccel.o examodule.o exa.o.tmp exa_classic.o.tmp exa_migration_classic.o.tmp exa_driver.o.tmp exa_mixed.o.tmp exa_migration_mixed.o.tmp exa_accel.o.tmp exa_glyphs.o.tmp exa_offscreen.o.tmp exa_render.o.tmp exa_unaccel.o.tmp examodule.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f libexa.a exa.o exa_classic.o exa_migration_classic.o exa_driver.o exa_mixed.o exa_migration_mixed.o exa_accel.o exa_glyphs.o exa_offscreen.o exa_render.o exa_unaccel.o examodule.o exa.o.tmp exa_classic.o.tmp exa_migration_classic.o.tmp exa_driver.o.tmp exa_mixed.o.tmp exa_migration_mixed.o.tmp exa_accel.o.tmp exa_glyphs.o.tmp exa_offscreen.o.tmp exa_render.o.tmp exa_unaccel.o.tmp examodule.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/printf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit printf printf.o printf.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/printf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit printf printf.o printf.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f libexa_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f libexa_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/printf && rm -f printf.html1 .depend printf.d printf.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/printf && rm -f printf.html1 .depend printf.d printf.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f libexa_g.a || true) --- cleandir-usr.bin --- --- cleandir-progress --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f libexa_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/progress --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f libexa_pic.a libexa.so.* libexa.so exa.pico exa_classic.pico exa_migration_classic.pico exa_driver.pico exa_mixed.pico exa_migration_mixed.pico exa_accel.pico exa_glyphs.pico exa_offscreen.pico exa_render.pico exa_unaccel.pico examodule.pico exa.pico.tmp exa_classic.pico.tmp exa_migration_classic.pico.tmp exa_driver.pico.tmp exa_mixed.pico.tmp exa_migration_mixed.pico.tmp exa_accel.pico.tmp exa_glyphs.pico.tmp exa_offscreen.pico.tmp exa_render.pico.tmp exa_unaccel.pico.tmp examodule.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/progress && rm -f a.out [Ee]rrs mklog core *.core .gdbinit progress progress.o progressbar.o progress.ln progressbar.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f libexa_pic.a libexa.so.* libexa.so exa.pico exa_classic.pico exa_migration_classic.pico exa_driver.pico exa_mixed.pico exa_migration_mixed.pico exa_accel.pico exa_glyphs.pico exa_offscreen.pico exa_render.pico exa_unaccel.pico examodule.pico exa.pico.tmp exa_classic.pico.tmp exa_migration_classic.pico.tmp exa_driver.pico.tmp exa_mixed.pico.tmp exa_migration_mixed.pico.tmp exa_accel.pico.tmp exa_glyphs.pico.tmp exa_offscreen.pico.tmp exa_render.pico.tmp exa_unaccel.pico.tmp examodule.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/progress && rm -f a.out [Ee]rrs mklog core *.core .gdbinit progress progress.o progressbar.o progress.ln progressbar.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f llib-lexa.ln exa.ln exa_classic.ln exa_migration_classic.ln exa_driver.ln exa_mixed.ln exa_migration_mixed.ln exa_accel.ln exa_glyphs.ln exa_offscreen.ln exa_render.ln exa_unaccel.ln examodule.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/progress && rm -f progress.html1 .depend progress.d progressbar.d progress.d.tmp progressbar.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f llib-lexa.ln exa.ln exa_classic.ln exa_migration_classic.ln exa_driver.ln exa_mixed.ln exa_migration_mixed.ln exa_accel.ln exa_glyphs.ln exa_offscreen.ln exa_render.ln exa_unaccel.ln examodule.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/progress && rm -f progress.html1 .depend progress.d progressbar.d progress.d.tmp progressbar.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-pwait --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f exa.4 exa.html4 .depend exa.d exa_accel.d exa_classic.d exa_driver.d exa_glyphs.d exa_migration_classic.d exa_migration_mixed.d exa_mixed.d exa_offscreen.d exa_render.d exa_unaccel.d examodule.d exa.d.tmp exa_accel.d.tmp exa_classic.d.tmp exa_driver.d.tmp exa_glyphs.d.tmp exa_migration_classic.d.tmp exa_migration_mixed.d.tmp exa_mixed.d.tmp exa_offscreen.d.tmp exa_render.d.tmp exa_unaccel.d.tmp examodule.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/pwait --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/exa && rm -f exa.4 exa.html4 .depend exa.d exa_accel.d exa_classic.d exa_driver.d exa_glyphs.d exa_migration_classic.d exa_migration_mixed.d exa_mixed.d exa_offscreen.d exa_render.d exa_unaccel.d examodule.d exa.d.tmp exa_accel.d.tmp exa_classic.d.tmp exa_driver.d.tmp exa_glyphs.d.tmp exa_migration_classic.d.tmp exa_migration_mixed.d.tmp exa_mixed.d.tmp exa_offscreen.d.tmp exa_render.d.tmp exa_unaccel.d.tmp examodule.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- cleandir-xorgos --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pwait && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pwait pwait.o pwait.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/xorgos --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pwait && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pwait pwait.o pwait.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f libxorgos.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pwait && rm -f pwait.html1 .depend pwait.d pwait.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f libxorgos.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pwait && rm -f pwait.html1 .depend pwait.d pwait.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- cleandir-pwhash --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f libxorgos.a bsd_VTsw.o bsd_bell.o bsd_init.o bsd_pci.o kmod_noop.o pm_noop.o posix_tty.o sigio.o vidmem.o i386_video.o lnx_agp.o Pci.o nobus.o SlowBcopy.o bsd_VTsw.o.tmp bsd_bell.o.tmp bsd_init.o.tmp bsd_pci.o.tmp kmod_noop.o.tmp pm_noop.o.tmp posix_tty.o.tmp sigio.o.tmp vidmem.o.tmp i386_video.o.tmp lnx_agp.o.tmp Pci.o.tmp nobus.o.tmp SlowBcopy.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/pwhash --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f libxorgos.a bsd_VTsw.o bsd_bell.o bsd_init.o bsd_pci.o kmod_noop.o pm_noop.o posix_tty.o sigio.o vidmem.o i386_video.o lnx_agp.o Pci.o nobus.o SlowBcopy.o bsd_VTsw.o.tmp bsd_bell.o.tmp bsd_init.o.tmp bsd_pci.o.tmp kmod_noop.o.tmp pm_noop.o.tmp posix_tty.o.tmp sigio.o.tmp vidmem.o.tmp i386_video.o.tmp lnx_agp.o.tmp Pci.o.tmp nobus.o.tmp SlowBcopy.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pwhash && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pwhash pwhash.o pwhash.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f libxorgos_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pwhash && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pwhash pwhash.o pwhash.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f libxorgos_p.a || true) --- libclean3 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f libxorgos_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/pwhash && rm -f pwhash.html1 .depend pwhash.d pwhash.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f libxorgos_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/pwhash && rm -f pwhash.html1 .depend pwhash.d pwhash.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- cleandir-qsubst --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f libxorgos_pic.a bsd_VTsw.pico bsd_bell.pico bsd_init.pico bsd_pci.pico kmod_noop.pico pm_noop.pico posix_tty.pico sigio.pico vidmem.pico i386_video.pico lnx_agp.pico Pci.pico nobus.pico SlowBcopy.pico bsd_VTsw.pico.tmp bsd_bell.pico.tmp bsd_init.pico.tmp bsd_pci.pico.tmp kmod_noop.pico.tmp pm_noop.pico.tmp posix_tty.pico.tmp sigio.pico.tmp vidmem.pico.tmp i386_video.pico.tmp lnx_agp.pico.tmp Pci.pico.tmp nobus.pico.tmp SlowBcopy.pico.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/qsubst --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f libxorgos_pic.a bsd_VTsw.pico bsd_bell.pico bsd_init.pico bsd_pci.pico kmod_noop.pico pm_noop.pico posix_tty.pico sigio.pico vidmem.pico i386_video.pico lnx_agp.pico Pci.pico nobus.pico SlowBcopy.pico bsd_VTsw.pico.tmp bsd_bell.pico.tmp bsd_init.pico.tmp bsd_pci.pico.tmp kmod_noop.pico.tmp pm_noop.pico.tmp posix_tty.pico.tmp sigio.pico.tmp vidmem.pico.tmp i386_video.pico.tmp lnx_agp.pico.tmp Pci.pico.tmp nobus.pico.tmp SlowBcopy.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/qsubst && rm -f a.out [Ee]rrs mklog core *.core .gdbinit qsubst qsubst.o qsubst.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f llib-lxorgos.ln bsd_VTsw.ln bsd_bell.ln bsd_init.ln bsd_pci.ln kmod_noop.ln pm_noop.ln posix_tty.ln sigio.ln vidmem.ln i386_video.ln lnx_agp.ln Pci.ln nobus.ln SlowBcopy.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/qsubst && rm -f a.out [Ee]rrs mklog core *.core .gdbinit qsubst qsubst.o qsubst.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f llib-lxorgos.ln bsd_VTsw.ln bsd_bell.ln bsd_init.ln bsd_pci.ln kmod_noop.ln pm_noop.ln posix_tty.ln sigio.ln vidmem.ln i386_video.ln lnx_agp.ln Pci.ln nobus.ln SlowBcopy.ln || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/qsubst && rm -f qsubst.html1 .depend qsubst.d qsubst.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f .depend Pci.d SlowBcopy.d bsd_VTsw.d bsd_bell.d bsd_init.d bsd_pci.d i386_video.d kmod_noop.d lnx_agp.d nobus.d pm_noop.d posix_tty.d sigio.d vidmem.d Pci.d.tmp SlowBcopy.d.tmp bsd_VTsw.d.tmp bsd_bell.d.tmp bsd_init.d.tmp bsd_pci.d.tmp i386_video.d.tmp kmod_noop.d.tmp lnx_agp.d.tmp nobus.d.tmp pm_noop.d.tmp posix_tty.d.tmp sigio.d.tmp vidmem.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/qsubst && rm -f qsubst.html1 .depend qsubst.d qsubst.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && rm -f .depend Pci.d SlowBcopy.d bsd_VTsw.d bsd_bell.d bsd_init.d bsd_pci.d i386_video.d kmod_noop.d lnx_agp.d nobus.d pm_noop.d posix_tty.d sigio.d vidmem.d Pci.d.tmp SlowBcopy.d.tmp bsd_VTsw.d.tmp bsd_bell.d.tmp bsd_init.d.tmp bsd_pci.d.tmp i386_video.d.tmp kmod_noop.d.tmp lnx_agp.d.tmp nobus.d.tmp pm_noop.d.tmp posix_tty.d.tmp sigio.d.tmp vidmem.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-quota --- --- cleandir-external --- --- cleandir-ramdac --- --- cleandir-usr.bin --- cleandir ===> usr.bin/quota --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/ramdac --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/quota && rm -f a.out [Ee]rrs mklog core *.core .gdbinit quota quota.o printquota.o quota.ln printquota.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f libramdac.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/quota && rm -f a.out [Ee]rrs mklog core *.core .gdbinit quota quota.o printquota.o quota.ln printquota.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f libramdac.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/quota && rm -f quota.html1 .depend printquota.d quota.d printquota.d.tmp quota.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f libramdac.a xf86CursorRD.o xf86HWCurs.o xf86CursorRD.o.tmp xf86HWCurs.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/quota && rm -f quota.html1 .depend printquota.d quota.d printquota.d.tmp quota.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f libramdac.a xf86CursorRD.o xf86HWCurs.o xf86CursorRD.o.tmp xf86HWCurs.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-radioctl --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/radioctl --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f libramdac_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f libramdac_p.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/radioctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit radioctl radioctl.o radioctl.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f libramdac_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/radioctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit radioctl radioctl.o radioctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f libramdac_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/radioctl && rm -f radioctl.html1 .depend radioctl.d radioctl.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f libramdac_pic.a xf86CursorRD.pico xf86HWCurs.pico xf86CursorRD.pico.tmp xf86HWCurs.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/radioctl && rm -f radioctl.html1 .depend radioctl.d radioctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f libramdac_pic.a xf86CursorRD.pico xf86HWCurs.pico xf86CursorRD.pico.tmp xf86HWCurs.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-rdist --- cleandir ===> usr.bin/rdist --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f llib-lramdac.ln xf86CursorRD.ln xf86HWCurs.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f llib-lramdac.ln xf86CursorRD.ln xf86HWCurs.ln || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rdist && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gram.c rdist docmd.o expand.o gram.o lookup.o main.o server.o docmd.ln expand.ln lookup.ln main.ln server.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rdist && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gram.c rdist docmd.o expand.o gram.o lookup.o main.o server.o docmd.ln expand.ln lookup.ln main.ln server.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f .depend xf86CursorRD.d xf86HWCurs.d xf86CursorRD.d.tmp xf86HWCurs.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/ramdac && rm -f .depend xf86CursorRD.d xf86HWCurs.d xf86CursorRD.d.tmp xf86HWCurs.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rdist && rm -f rdist.html1 .depend docmd.d expand.d gram.d lookup.d main.d server.d docmd.d.tmp expand.d.tmp gram.d.tmp lookup.d.tmp main.d.tmp server.d.tmp tags || true) --- cleandir-external --- --- cleandir-shadowfb --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rdist && rm -f rdist.html1 .depend docmd.d expand.d gram.d lookup.d main.d server.d docmd.d.tmp expand.d.tmp gram.d.tmp lookup.d.tmp main.d.tmp server.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb --- cleandir-usr.bin --- --- cleandir-realpath --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/realpath --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f libshadowfb.so.0.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f libshadowfb.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/realpath && rm -f a.out [Ee]rrs mklog core *.core .gdbinit realpath realpath.o realpath.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/realpath && rm -f a.out [Ee]rrs mklog core *.core .gdbinit realpath realpath.o realpath.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f libshadowfb.a sfbmodule.o shadowfb.o sfbmodule.o.tmp shadowfb.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f libshadowfb.a sfbmodule.o shadowfb.o sfbmodule.o.tmp shadowfb.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/realpath && rm -f realpath.html1 .depend realpath.d realpath.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f libshadowfb_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/realpath && rm -f realpath.html1 .depend realpath.d realpath.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f libshadowfb_p.a || true) --- cleandir-usr.bin --- --- cleandir-renice --- cleandir ===> usr.bin/renice --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f libshadowfb_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f libshadowfb_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/renice && rm -f a.out [Ee]rrs mklog core *.core .gdbinit renice renice.o renice.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/renice && rm -f a.out [Ee]rrs mklog core *.core .gdbinit renice renice.o renice.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f libshadowfb_pic.a libshadowfb.so.* libshadowfb.so sfbmodule.pico shadowfb.pico sfbmodule.pico.tmp shadowfb.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f libshadowfb_pic.a libshadowfb.so.* libshadowfb.so sfbmodule.pico shadowfb.pico sfbmodule.pico.tmp shadowfb.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/renice && rm -f renice.html8 .depend renice.d renice.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/renice && rm -f renice.html8 .depend renice.d renice.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f llib-lshadowfb.ln sfbmodule.ln shadowfb.ln || true) --- cleandir-usr.bin --- --- cleandir-resize --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f llib-lshadowfb.ln sfbmodule.ln shadowfb.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/resize --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f .depend sfbmodule.d shadowfb.d sfbmodule.d.tmp shadowfb.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/shadowfb && rm -f .depend sfbmodule.d shadowfb.d sfbmodule.d.tmp shadowfb.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/resize && rm -f a.out [Ee]rrs mklog core *.core .gdbinit resize resize.o resize.ln resize.1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/resize && rm -f a.out [Ee]rrs mklog core *.core .gdbinit resize resize.o resize.ln resize.1 || true) --- cleandir-external --- --- cleandir-vgahw --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/vgahw --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/resize && rm -f resize.html1 .depend resize.d resize.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f libvgahw.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/resize && rm -f resize.html1 .depend resize.d resize.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f libvgahw.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-rev --- cleandir ===> usr.bin/rev --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f libvgahw.a vgaHW.o vgaHWmodule.o vgaHW.o.tmp vgaHWmodule.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f libvgahw.a vgaHW.o vgaHWmodule.o vgaHW.o.tmp vgaHWmodule.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rev && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rev rev.o rev.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rev && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rev rev.o rev.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f libvgahw_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f libvgahw_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rev && rm -f rev.html1 .depend rev.d rev.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rev && rm -f rev.html1 .depend rev.d rev.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f libvgahw_g.a || true) --- cleandir-usr.bin --- --- cleandir-revoke --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f libvgahw_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/revoke --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f libvgahw_pic.a libvgahw.so.* libvgahw.so vgaHW.pico vgaHWmodule.pico vgaHW.pico.tmp vgaHWmodule.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f libvgahw_pic.a libvgahw.so.* libvgahw.so vgaHW.pico vgaHWmodule.pico vgaHW.pico.tmp vgaHWmodule.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/revoke && rm -f a.out [Ee]rrs mklog core *.core .gdbinit revoke revoke.o revoke.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/revoke && rm -f a.out [Ee]rrs mklog core *.core .gdbinit revoke revoke.o revoke.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f llib-lvgahw.ln vgaHW.ln vgaHWmodule.ln || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f llib-lvgahw.ln vgaHW.ln vgaHWmodule.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/revoke && rm -f revoke.html8 .depend revoke.d revoke.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/revoke && rm -f revoke.html8 .depend revoke.d revoke.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f .depend vgaHW.d vgaHWmodule.d vgaHW.d.tmp vgaHWmodule.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-rfcomm_sppd --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw && rm -f .depend vgaHW.d vgaHWmodule.d vgaHW.d.tmp vgaHWmodule.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/rfcomm_sppd --- cleandir-external --- --- cleandir-x86emu --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/x86emu --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rfcomm_sppd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rfcomm_sppd rfcomm_sppd.o rfcomm_sppd.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rfcomm_sppd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rfcomm_sppd rfcomm_sppd.o rfcomm_sppd.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f libxf86emu.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f libxf86emu.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rfcomm_sppd && rm -f rfcomm_sppd.html1 .depend rfcomm_sppd.d rfcomm_sppd.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rfcomm_sppd && rm -f rfcomm_sppd.html1 .depend rfcomm_sppd.d rfcomm_sppd.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f libxf86emu.a debug.o decode.o fpu.o ops2.o ops.o prim_ops.o sys.o debug.o.tmp decode.o.tmp fpu.o.tmp ops2.o.tmp ops.o.tmp prim_ops.o.tmp sys.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-rlogin --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f libxf86emu.a debug.o decode.o fpu.o ops2.o ops.o prim_ops.o sys.o debug.o.tmp decode.o.tmp fpu.o.tmp ops2.o.tmp ops.o.tmp prim_ops.o.tmp sys.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/rlogin --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f libxf86emu_p.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rlogin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rlogin rlogin.o getport.o rlogin.ln getport.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f libxf86emu_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rlogin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rlogin rlogin.o getport.o rlogin.ln getport.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f libxf86emu_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rlogin && rm -f rlogin.html1 .depend getport.d rlogin.d getport.d.tmp rlogin.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f libxf86emu_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rlogin && rm -f rlogin.html1 .depend getport.d rlogin.d getport.d.tmp rlogin.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f libxf86emu_pic.a debug.pico decode.pico fpu.pico ops2.pico ops.pico prim_ops.pico sys.pico debug.pico.tmp decode.pico.tmp fpu.pico.tmp ops2.pico.tmp ops.pico.tmp prim_ops.pico.tmp sys.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-rpcgen --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f libxf86emu_pic.a debug.pico decode.pico fpu.pico ops2.pico ops.pico prim_ops.pico sys.pico debug.pico.tmp decode.pico.tmp fpu.pico.tmp ops2.pico.tmp ops.pico.tmp prim_ops.pico.tmp sys.pico.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/rpcgen --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f llib-lxf86emu.ln debug.ln decode.ln fpu.ln ops2.ln ops.ln prim_ops.ln sys.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rpcgen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpcgen rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o rpc_scan.o rpc_svcout.o rpc_util.o rpc_sample.o rpc_tblout.o rpc_clntout.ln rpc_cout.ln rpc_hout.ln rpc_main.ln rpc_parse.ln rpc_scan.ln rpc_svcout.ln rpc_util.ln rpc_sample.ln rpc_tblout.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f llib-lxf86emu.ln debug.ln decode.ln fpu.ln ops2.ln ops.ln prim_ops.ln sys.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rpcgen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpcgen rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o rpc_scan.o rpc_svcout.o rpc_util.o rpc_sample.o rpc_tblout.o rpc_clntout.ln rpc_cout.ln rpc_hout.ln rpc_main.ln rpc_parse.ln rpc_scan.ln rpc_svcout.ln rpc_util.ln rpc_sample.ln rpc_tblout.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f .depend debug.d decode.d fpu.d ops.d ops2.d prim_ops.d sys.d debug.d.tmp decode.d.tmp fpu.d.tmp ops.d.tmp ops2.d.tmp prim_ops.d.tmp sys.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rpcgen && rm -f rpcgen.html1 .depend rpc_clntout.d rpc_cout.d rpc_hout.d rpc_main.d rpc_parse.d rpc_sample.d rpc_scan.d rpc_svcout.d rpc_tblout.d rpc_util.d rpc_clntout.d.tmp rpc_cout.d.tmp rpc_hout.d.tmp rpc_main.d.tmp rpc_parse.d.tmp rpc_sample.d.tmp rpc_scan.d.tmp rpc_svcout.d.tmp rpc_tblout.d.tmp rpc_util.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu && rm -f .depend debug.d decode.d fpu.d ops.d ops2.d prim_ops.d sys.d debug.d.tmp decode.d.tmp fpu.d.tmp ops.d.tmp ops2.d.tmp prim_ops.d.tmp sys.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rpcgen && rm -f rpcgen.html1 .depend rpc_clntout.d rpc_cout.d rpc_hout.d rpc_main.d rpc_parse.d rpc_sample.d rpc_scan.d rpc_svcout.d rpc_tblout.d rpc_util.d rpc_clntout.d.tmp rpc_cout.d.tmp rpc_hout.d.tmp rpc_main.d.tmp rpc_parse.d.tmp rpc_sample.d.tmp rpc_scan.d.tmp rpc_svcout.d.tmp rpc_tblout.d.tmp rpc_util.d.tmp tags || true) --- cleandir-external --- --- cleandir-xf86config --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/xf86config --- cleandir-usr.bin --- --- cleandir-rpcinfo --- cleandir ===> usr.bin/rpcinfo --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f libxf86config.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rpcinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpcinfo rpcinfo.o rpcinfo.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f libxf86config.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rpcinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rpcinfo rpcinfo.o rpcinfo.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f libxf86config.a DRI.o Device.o Extensions.o Files.o Flags.o Input.o Layout.o Module.o Monitor.o Pointer.o Screen.o Vendor.o Video.o read.o scan.o write.o InputClass.o OutputClass.o DRI.o.tmp Device.o.tmp Extensions.o.tmp Files.o.tmp Flags.o.tmp Input.o.tmp Layout.o.tmp Module.o.tmp Monitor.o.tmp Pointer.o.tmp Screen.o.tmp Vendor.o.tmp Video.o.tmp read.o.tmp scan.o.tmp write.o.tmp InputClass.o.tmp OutputClass.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rpcinfo && rm -f rpcinfo.html8 .depend rpcinfo.d rpcinfo.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f libxf86config.a DRI.o Device.o Extensions.o Files.o Flags.o Input.o Layout.o Module.o Monitor.o Pointer.o Screen.o Vendor.o Video.o read.o scan.o write.o InputClass.o OutputClass.o DRI.o.tmp Device.o.tmp Extensions.o.tmp Files.o.tmp Flags.o.tmp Input.o.tmp Layout.o.tmp Module.o.tmp Monitor.o.tmp Pointer.o.tmp Screen.o.tmp Vendor.o.tmp Video.o.tmp read.o.tmp scan.o.tmp write.o.tmp InputClass.o.tmp OutputClass.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rpcinfo && rm -f rpcinfo.html8 .depend rpcinfo.d rpcinfo.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f libxf86config_p.a || true) --- cleandir-usr.bin --- --- cleandir-rs --- cleandir ===> usr.bin/rs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f libxf86config_p.a || true) --- libclean3 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f libxf86config_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rs rs.o rs.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f libxf86config_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rs rs.o rs.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f libxf86config_pic.a DRI.pico Device.pico Extensions.pico Files.pico Flags.pico Input.pico Layout.pico Module.pico Monitor.pico Pointer.pico Screen.pico Vendor.pico Video.pico read.pico scan.pico write.pico InputClass.pico OutputClass.pico DRI.pico.tmp Device.pico.tmp Extensions.pico.tmp Files.pico.tmp Flags.pico.tmp Input.pico.tmp Layout.pico.tmp Module.pico.tmp Monitor.pico.tmp Pointer.pico.tmp Screen.pico.tmp Vendor.pico.tmp Video.pico.tmp read.pico.tmp scan.pico.tmp write.pico.tmp InputClass.pico.tmp OutputClass.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rs && rm -f rs.html1 .depend rs.d rs.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f libxf86config_pic.a DRI.pico Device.pico Extensions.pico Files.pico Flags.pico Input.pico Layout.pico Module.pico Monitor.pico Pointer.pico Screen.pico Vendor.pico Video.pico read.pico scan.pico write.pico InputClass.pico OutputClass.pico DRI.pico.tmp Device.pico.tmp Extensions.pico.tmp Files.pico.tmp Flags.pico.tmp Input.pico.tmp Layout.pico.tmp Module.pico.tmp Monitor.pico.tmp Pointer.pico.tmp Screen.pico.tmp Vendor.pico.tmp Video.pico.tmp read.pico.tmp scan.pico.tmp write.pico.tmp InputClass.pico.tmp OutputClass.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rs && rm -f rs.html1 .depend rs.d rs.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-rsh --- cleandir ===> usr.bin/rsh --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f llib-lxf86config.ln DRI.ln Device.ln Extensions.ln Files.ln Flags.ln Input.ln Layout.ln Module.ln Monitor.ln Pointer.ln Screen.ln Vendor.ln Video.ln read.ln scan.ln write.ln InputClass.ln OutputClass.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f llib-lxf86config.ln DRI.ln Device.ln Extensions.ln Files.ln Flags.ln Input.ln Layout.ln Module.ln Monitor.ln Pointer.ln Screen.ln Vendor.ln Video.ln read.ln scan.ln write.ln InputClass.ln OutputClass.ln || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rsh && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rsh rsh.o getport.o rsh.ln getport.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f .depend DRI.d Device.d Extensions.d Files.d Flags.d Input.d InputClass.d Layout.d Module.d Monitor.d OutputClass.d Pointer.d Screen.d Vendor.d Video.d read.d scan.d write.d DRI.d.tmp Device.d.tmp Extensions.d.tmp Files.d.tmp Flags.d.tmp Input.d.tmp InputClass.d.tmp Layout.d.tmp Module.d.tmp Monitor.d.tmp OutputClass.d.tmp Pointer.d.tmp Screen.d.tmp Vendor.d.tmp Video.d.tmp read.d.tmp scan.d.tmp write.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rsh && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rsh rsh.o getport.o rsh.ln getport.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config && rm -f .depend DRI.d Device.d Extensions.d Files.d Flags.d Input.d InputClass.d Layout.d Module.d Monitor.d OutputClass.d Pointer.d Screen.d Vendor.d Video.d read.d scan.d write.d DRI.d.tmp Device.d.tmp Extensions.d.tmp Files.d.tmp Flags.d.tmp Input.d.tmp InputClass.d.tmp Layout.d.tmp Module.d.tmp Monitor.d.tmp OutputClass.d.tmp Pointer.d.tmp Screen.d.tmp Vendor.d.tmp Video.d.tmp read.d.tmp scan.d.tmp write.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rsh && rm -f rsh.html1 .depend getport.d rsh.d getport.d.tmp rsh.d.tmp tags || true) --- cleandir-external --- --- cleandir-xkb --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/xkb --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rsh && rm -f rsh.html1 .depend getport.d rsh.d getport.d.tmp rsh.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- cleandir-rup --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f libxkb.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/rup --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f libxkb.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rup rup.o rup.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f libxkb.a xkbVT.o xkbPrivate.o xkbKillSrv.o xkbVT.o.tmp xkbPrivate.o.tmp xkbKillSrv.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rup && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rup rup.o rup.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f libxkb.a xkbVT.o xkbPrivate.o xkbKillSrv.o xkbVT.o.tmp xkbPrivate.o.tmp xkbKillSrv.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rup && rm -f rup.html1 .depend rup.d rup.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f libxkb_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rup && rm -f rup.html1 .depend rup.d rup.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f libxkb_p.a || true) --- cleandir-usr.bin --- --- cleandir-ruptime --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/ruptime --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f libxkb_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f libxkb_g.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ruptime && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ruptime ruptime.o ruptime.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f libxkb_pic.a xkbVT.pico xkbPrivate.pico xkbKillSrv.pico xkbVT.pico.tmp xkbPrivate.pico.tmp xkbKillSrv.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ruptime && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ruptime ruptime.o ruptime.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f libxkb_pic.a xkbVT.pico xkbPrivate.pico xkbKillSrv.pico xkbVT.pico.tmp xkbPrivate.pico.tmp xkbKillSrv.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ruptime && rm -f ruptime.html1 .depend ruptime.d ruptime.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f llib-lxkb.ln xkbVT.ln xkbPrivate.ln xkbKillSrv.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ruptime && rm -f ruptime.html1 .depend ruptime.d ruptime.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f llib-lxkb.ln xkbVT.ln xkbPrivate.ln xkbKillSrv.ln || true) --- cleandir-usr.bin --- --- cleandir-rusers --- cleandir ===> usr.bin/rusers --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f .depend xkbKillSrv.d xkbPrivate.d xkbVT.d xkbKillSrv.d.tmp xkbPrivate.d.tmp xkbVT.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/xkb && rm -f .depend xkbKillSrv.d xkbPrivate.d xkbVT.d xkbKillSrv.d.tmp xkbPrivate.d.tmp xkbVT.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rusers && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rusers rusers.o rusers.ln || true) --- cleandir-external --- --- cleandir-drivers --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rusers && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rusers rusers.o rusers.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/drivers --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-modesetting --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rusers && rm -f rusers.html1 .depend rusers.d rusers.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rusers && rm -f rusers.html1 .depend rusers.d rusers.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- cleandir-rwall --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting_drv.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/rwall --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting_drv.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rwall && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rwall rwall.o rwall.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting_drv.a dri2.o driver.o drmmode_display.o dumb_bo.o pageflip.o present.o vblank.o dri2.o.tmp driver.o.tmp drmmode_display.o.tmp dumb_bo.o.tmp pageflip.o.tmp present.o.tmp vblank.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rwall && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rwall rwall.o rwall.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting_drv.a dri2.o driver.o drmmode_display.o dumb_bo.o pageflip.o present.o vblank.o dri2.o.tmp driver.o.tmp drmmode_display.o.tmp dumb_bo.o.tmp pageflip.o.tmp present.o.tmp vblank.o.tmp || true) --- libclean2 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting_drv_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rwall && rm -f rwall.html1 .depend rwall.d rwall.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rwall && rm -f rwall.html1 .depend rwall.d rwall.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting_drv_p.a || true) --- libclean3 --- --- cleandir-usr.bin --- --- cleandir-rwho --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting_drv_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/rwho --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rwho && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rwho rwho.o rwho.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting_drv_pic.a modesetting_drv.so.* modesetting_drv.so dri2.pico driver.pico drmmode_display.pico dumb_bo.pico pageflip.pico present.pico vblank.pico dri2.pico.tmp driver.pico.tmp drmmode_display.pico.tmp dumb_bo.pico.tmp pageflip.pico.tmp present.pico.tmp vblank.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rwho && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rwho rwho.o rwho.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting_drv_pic.a modesetting_drv.so.* modesetting_drv.so dri2.pico driver.pico drmmode_display.pico dumb_bo.pico pageflip.pico present.pico vblank.pico dri2.pico.tmp driver.pico.tmp drmmode_display.pico.tmp dumb_bo.pico.tmp pageflip.pico.tmp present.pico.tmp vblank.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rwho && rm -f rwho.html1 .depend rwho.d rwho.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f llib-lmodesetting_drv.ln dri2.ln driver.ln drmmode_display.ln dumb_bo.ln pageflip.ln present.ln vblank.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rwho && rm -f rwho.html1 .depend rwho.d rwho.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f llib-lmodesetting_drv.ln dri2.ln driver.ln drmmode_display.ln dumb_bo.ln pageflip.ln present.ln vblank.ln || true) --- cleandir-usr.bin --- --- cleandir-scmdctl --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- cleandir ===> usr.bin/scmdctl --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting.4 modesetting.html4 .depend dri2.d driver.d drmmode_display.d dumb_bo.d pageflip.d present.d vblank.d dri2.d.tmp driver.d.tmp drmmode_display.d.tmp dumb_bo.d.tmp pageflip.d.tmp present.d.tmp vblank.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting && rm -f modesetting.4 modesetting.html4 .depend dri2.d driver.d drmmode_display.d dumb_bo.d pageflip.d present.d vblank.d dri2.d.tmp driver.d.tmp drmmode_display.d.tmp dumb_bo.d.tmp pageflip.d.tmp present.d.tmp vblank.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/scmdctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit scmdctl scmdctl.o uart.o i2cspi.o printscmd.o common.o scmdctl.ln uart.ln i2cspi.ln printscmd.ln common.ln || true) --- cleandir-external --- --- cleandir-int10 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/scmdctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit scmdctl scmdctl.o uart.o i2cspi.o printscmd.o common.o scmdctl.ln uart.ln i2cspi.ln printscmd.ln common.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/int10 --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/scmdctl && rm -f scmdctl.html1 .depend common.d i2cspi.d printscmd.d scmdctl.d uart.d common.d.tmp i2cspi.d.tmp printscmd.d.tmp scmdctl.d.tmp uart.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f libint10.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/scmdctl && rm -f scmdctl.html1 .depend common.d i2cspi.d printscmd.d scmdctl.d uart.d common.d.tmp i2cspi.d.tmp printscmd.d.tmp scmdctl.d.tmp uart.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f libint10.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-script --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/script --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f libint10.a x86emu.o generic.o xf86x86emu.o xf86int10.o helper_mem.o helper_exec.o xf86int10module.o vbe.o vbeModes.o x86emu.o.tmp generic.o.tmp xf86x86emu.o.tmp xf86int10.o.tmp helper_mem.o.tmp helper_exec.o.tmp xf86int10module.o.tmp vbe.o.tmp vbeModes.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f libint10.a x86emu.o generic.o xf86x86emu.o xf86int10.o helper_mem.o helper_exec.o xf86int10module.o vbe.o vbeModes.o x86emu.o.tmp generic.o.tmp xf86x86emu.o.tmp xf86int10.o.tmp helper_mem.o.tmp helper_exec.o.tmp xf86int10module.o.tmp vbe.o.tmp vbeModes.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/script && rm -f a.out [Ee]rrs mklog core *.core .gdbinit script script.o script.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f libint10_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/script && rm -f a.out [Ee]rrs mklog core *.core .gdbinit script script.o script.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f libint10_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/script && rm -f script.html1 .depend script.d script.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f libint10_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/script && rm -f script.html1 .depend script.d script.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f libint10_g.a || true) --- cleandir-usr.bin --- --- cleandir-sdiff --- cleandir ===> usr.bin/sdiff --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f libint10_pic.a libint10.so.* libint10.so x86emu.pico generic.pico xf86x86emu.pico xf86int10.pico helper_mem.pico helper_exec.pico xf86int10module.pico vbe.pico vbeModes.pico x86emu.pico.tmp generic.pico.tmp xf86x86emu.pico.tmp xf86int10.pico.tmp helper_mem.pico.tmp helper_exec.pico.tmp xf86int10module.pico.tmp vbe.pico.tmp vbeModes.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f libint10_pic.a libint10.so.* libint10.so x86emu.pico generic.pico xf86x86emu.pico xf86int10.pico helper_mem.pico helper_exec.pico xf86int10module.pico vbe.pico vbeModes.pico x86emu.pico.tmp generic.pico.tmp xf86x86emu.pico.tmp xf86int10.pico.tmp helper_mem.pico.tmp helper_exec.pico.tmp xf86int10module.pico.tmp vbe.pico.tmp vbeModes.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sdiff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sdiff common.o edit.o sdiff.o common.ln edit.ln sdiff.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sdiff && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sdiff common.o edit.o sdiff.o common.ln edit.ln sdiff.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f llib-lint10.ln x86emu.ln generic.ln xf86x86emu.ln xf86int10.ln helper_mem.ln helper_exec.ln xf86int10module.ln vbe.ln vbeModes.ln || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f llib-lint10.ln x86emu.ln generic.ln xf86x86emu.ln xf86int10.ln helper_mem.ln helper_exec.ln xf86int10module.ln vbe.ln vbeModes.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sdiff && rm -f sdiff.html1 .depend common.d edit.d sdiff.d common.d.tmp edit.d.tmp sdiff.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sdiff && rm -f sdiff.html1 .depend common.d edit.d sdiff.d common.d.tmp edit.d.tmp sdiff.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f .depend generic.d helper_exec.d helper_mem.d vbe.d vbeModes.d x86emu.d xf86int10.d xf86int10module.d xf86x86emu.d generic.d.tmp helper_exec.d.tmp helper_mem.d.tmp vbe.d.tmp vbeModes.d.tmp x86emu.d.tmp xf86int10.d.tmp xf86int10module.d.tmp xf86x86emu.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-sdpquery --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/int10 && rm -f .depend generic.d helper_exec.d helper_mem.d vbe.d vbeModes.d x86emu.d xf86int10.d xf86int10module.d xf86x86emu.d generic.d.tmp helper_exec.d.tmp helper_mem.d.tmp vbe.d.tmp vbeModes.d.tmp x86emu.d.tmp xf86int10.d.tmp xf86int10module.d.tmp xf86x86emu.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/sdpquery --- cleandir-external --- --- cleandir-glamor_egl --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sdpquery && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sdpquery sdpquery.o command.o print.o sdpquery.ln command.ln print.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sdpquery && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sdpquery sdpquery.o command.o print.o sdpquery.ln command.ln print.ln || true) --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sdpquery && rm -f sdpquery.html1 .depend command.d print.d sdpquery.d command.d.tmp print.d.tmp sdpquery.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f libglamoregl.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sdpquery && rm -f sdpquery.html1 .depend command.d print.d sdpquery.d command.d.tmp print.d.tmp sdpquery.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f libglamoregl.so.0.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-sed --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/sed --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f libglamoregl.a glamor_xf86_xv.o glamor.o glamor_copy.o glamor_core.o glamor_dash.o glamor_font.o glamor_glx.o glamor_composite_glyphs.o glamor_image.o glamor_lines.o glamor_segs.o glamor_render.o glamor_gradient.o glamor_prepare.o glamor_program.o glamor_rects.o glamor_spans.o glamor_text.o glamor_transfer.o glamor_transform.o glamor_trapezoid.o glamor_triangles.o glamor_addtraps.o glamor_glyphblt.o glamor_points.o glamor_pixmap.o glamor_largepixmap.o glamor_picture.o glamor_vbo.o glamor_window.o glamor_fbo.o glamor_compositerects.o glamor_utils.o glamor_sync.o glamor_xv.o glamor_egl.o glamor_eglmodule.o glamor_xf86_xv.o.tmp glamor.o.tmp glamor_copy.o.tmp glamor_core.o.tmp glamor_dash.o.tmp glamor_font.o.tmp glamor_glx.o.tmp glamor_composite_glyphs.o.tmp glamor_image.o.tmp glamor_lines.o.tmp glamor_segs.o.tmp glamor_render.o.tmp glamor_gradient.o.tmp glamor_prepare.o.tmp glamor_program.o.tmp glamor_rects.o.tmp glamor_spans.o.tmp glamor_text.o.tmp glamor_transfer.o.tmp glamor_transform.o.tmp glamor_trapezoid.o.tmp glamor_triangles.o.tmp glamor_addtraps.o.tmp glamor_glyphblt.o.tmp glamor_points.o.tmp glamor_pixmap.o.tmp glamor_largepixmap.o.tmp glamor_picture.o.tmp glamor_vbo.o.tmp glamor_window.o.tmp glamor_fbo.o.tmp glamor_compositerects.o.tmp glamor_utils.o.tmp glamor_sync.o.tmp glamor_xv.o.tmp glamor_egl.o.tmp glamor_eglmodule.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f libglamoregl.a glamor_xf86_xv.o glamor.o glamor_copy.o glamor_core.o glamor_dash.o glamor_font.o glamor_glx.o glamor_composite_glyphs.o glamor_image.o glamor_lines.o glamor_segs.o glamor_render.o glamor_gradient.o glamor_prepare.o glamor_program.o glamor_rects.o glamor_spans.o glamor_text.o glamor_transfer.o glamor_transform.o glamor_trapezoid.o glamor_triangles.o glamor_addtraps.o glamor_glyphblt.o glamor_points.o glamor_pixmap.o glamor_largepixmap.o glamor_picture.o glamor_vbo.o glamor_window.o glamor_fbo.o glamor_compositerects.o glamor_utils.o glamor_sync.o glamor_xv.o glamor_egl.o glamor_eglmodule.o glamor_xf86_xv.o.tmp glamor.o.tmp glamor_copy.o.tmp glamor_core.o.tmp glamor_dash.o.tmp glamor_font.o.tmp glamor_glx.o.tmp glamor_composite_glyphs.o.tmp glamor_image.o.tmp glamor_lines.o.tmp glamor_segs.o.tmp glamor_render.o.tmp glamor_gradient.o.tmp glamor_prepare.o.tmp glamor_program.o.tmp glamor_rects.o.tmp glamor_spans.o.tmp glamor_text.o.tmp glamor_transfer.o.tmp glamor_transform.o.tmp glamor_trapezoid.o.tmp glamor_triangles.o.tmp glamor_addtraps.o.tmp glamor_glyphblt.o.tmp glamor_points.o.tmp glamor_pixmap.o.tmp glamor_largepixmap.o.tmp glamor_picture.o.tmp glamor_vbo.o.tmp glamor_window.o.tmp glamor_fbo.o.tmp glamor_compositerects.o.tmp glamor_utils.o.tmp glamor_sync.o.tmp glamor_xv.o.tmp glamor_egl.o.tmp glamor_eglmodule.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sed && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sed compile.o main.o misc.o process.o compile.ln main.ln misc.ln process.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f libglamoregl_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sed && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sed compile.o main.o misc.o process.o compile.ln main.ln misc.ln process.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f libglamoregl_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sed && rm -f sed.html1 .depend compile.d main.d misc.d process.d compile.d.tmp main.d.tmp misc.d.tmp process.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f libglamoregl_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sed && rm -f sed.html1 .depend compile.d main.d misc.d process.d compile.d.tmp main.d.tmp misc.d.tmp process.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f libglamoregl_g.a || true) --- cleandir-usr.bin --- --- cleandir-seq --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/seq --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f libglamoregl_pic.a libglamoregl.so.* libglamoregl.so glamor_xf86_xv.pico glamor.pico glamor_copy.pico glamor_core.pico glamor_dash.pico glamor_font.pico glamor_glx.pico glamor_composite_glyphs.pico glamor_image.pico glamor_lines.pico glamor_segs.pico glamor_render.pico glamor_gradient.pico glamor_prepare.pico glamor_program.pico glamor_rects.pico glamor_spans.pico glamor_text.pico glamor_transfer.pico glamor_transform.pico glamor_trapezoid.pico glamor_triangles.pico glamor_addtraps.pico glamor_glyphblt.pico glamor_points.pico glamor_pixmap.pico glamor_largepixmap.pico glamor_picture.pico glamor_vbo.pico glamor_window.pico glamor_fbo.pico glamor_compositerects.pico glamor_utils.pico glamor_sync.pico glamor_xv.pico glamor_egl.pico glamor_eglmodule.pico glamor_xf86_xv.pico.tmp glamor.pico.tmp glamor_copy.pico.tmp glamor_core.pico.tmp glamor_dash.pico.tmp glamor_font.pico.tmp glamor_glx.pico.tmp glamor_composite_glyphs.pico.tmp glamor_image.pico.tmp glamor_lines.pico.tmp glamor_segs.pico.tmp glamor_render.pico.tmp glamor_gradient.pico.tmp glamor_prepare.pico.tmp glamor_program.pico.tmp glamor_rects.pico.tmp glamor_spans.pico.tmp glamor_text.pico.tmp glamor_transfer.pico.tmp glamor_transform.pico.tmp glamor_trapezoid.pico.tmp glamor_triangles.pico.tmp glamor_addtraps.pico.tmp glamor_glyphblt.pico.tmp glamor_points.pico.tmp glamor_pixmap.pico.tmp glamor_largepixmap.pico.tmp glamor_picture.pico.tmp glamor_vbo.pico.tmp glamor_window.pico.tmp glamor_fbo.pico.tmp glamor_compositerects.pico.tmp glamor_utils.pico.tmp glamor_sync.pico.tmp glamor_xv.pico.tmp glamor_egl.pico.tmp glamor_eglmodule.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f libglamoregl_pic.a libglamoregl.so.* libglamoregl.so glamor_xf86_xv.pico glamor.pico glamor_copy.pico glamor_core.pico glamor_dash.pico glamor_font.pico glamor_glx.pico glamor_composite_glyphs.pico glamor_image.pico glamor_lines.pico glamor_segs.pico glamor_render.pico glamor_gradient.pico glamor_prepare.pico glamor_program.pico glamor_rects.pico glamor_spans.pico glamor_text.pico glamor_transfer.pico glamor_transform.pico glamor_trapezoid.pico glamor_triangles.pico glamor_addtraps.pico glamor_glyphblt.pico glamor_points.pico glamor_pixmap.pico glamor_largepixmap.pico glamor_picture.pico glamor_vbo.pico glamor_window.pico glamor_fbo.pico glamor_compositerects.pico glamor_utils.pico glamor_sync.pico glamor_xv.pico glamor_egl.pico glamor_eglmodule.pico glamor_xf86_xv.pico.tmp glamor.pico.tmp glamor_copy.pico.tmp glamor_core.pico.tmp glamor_dash.pico.tmp glamor_font.pico.tmp glamor_glx.pico.tmp glamor_composite_glyphs.pico.tmp glamor_image.pico.tmp glamor_lines.pico.tmp glamor_segs.pico.tmp glamor_render.pico.tmp glamor_gradient.pico.tmp glamor_prepare.pico.tmp glamor_program.pico.tmp glamor_rects.pico.tmp glamor_spans.pico.tmp glamor_text.pico.tmp glamor_transfer.pico.tmp glamor_transform.pico.tmp glamor_trapezoid.pico.tmp glamor_triangles.pico.tmp glamor_addtraps.pico.tmp glamor_glyphblt.pico.tmp glamor_points.pico.tmp glamor_pixmap.pico.tmp glamor_largepixmap.pico.tmp glamor_picture.pico.tmp glamor_vbo.pico.tmp glamor_window.pico.tmp glamor_fbo.pico.tmp glamor_compositerects.pico.tmp glamor_utils.pico.tmp glamor_sync.pico.tmp glamor_xv.pico.tmp glamor_egl.pico.tmp glamor_eglmodule.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/seq && rm -f a.out [Ee]rrs mklog core *.core .gdbinit seq seq.o seq.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/seq && rm -f a.out [Ee]rrs mklog core *.core .gdbinit seq seq.o seq.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f llib-lglamoregl.ln glamor_xf86_xv.ln glamor.ln glamor_copy.ln glamor_core.ln glamor_dash.ln glamor_font.ln glamor_glx.ln glamor_composite_glyphs.ln glamor_image.ln glamor_lines.ln glamor_segs.ln glamor_render.ln glamor_gradient.ln glamor_prepare.ln glamor_program.ln glamor_rects.ln glamor_spans.ln glamor_text.ln glamor_transfer.ln glamor_transform.ln glamor_trapezoid.ln glamor_triangles.ln glamor_addtraps.ln glamor_glyphblt.ln glamor_points.ln glamor_pixmap.ln glamor_largepixmap.ln glamor_picture.ln glamor_vbo.ln glamor_window.ln glamor_fbo.ln glamor_compositerects.ln glamor_utils.ln glamor_sync.ln glamor_xv.ln glamor_egl.ln glamor_eglmodule.ln || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f llib-lglamoregl.ln glamor_xf86_xv.ln glamor.ln glamor_copy.ln glamor_core.ln glamor_dash.ln glamor_font.ln glamor_glx.ln glamor_composite_glyphs.ln glamor_image.ln glamor_lines.ln glamor_segs.ln glamor_render.ln glamor_gradient.ln glamor_prepare.ln glamor_program.ln glamor_rects.ln glamor_spans.ln glamor_text.ln glamor_transfer.ln glamor_transform.ln glamor_trapezoid.ln glamor_triangles.ln glamor_addtraps.ln glamor_glyphblt.ln glamor_points.ln glamor_pixmap.ln glamor_largepixmap.ln glamor_picture.ln glamor_vbo.ln glamor_window.ln glamor_fbo.ln glamor_compositerects.ln glamor_utils.ln glamor_sync.ln glamor_xv.ln glamor_egl.ln glamor_eglmodule.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/seq && rm -f seq.html1 .depend seq.d seq.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/seq && rm -f seq.html1 .depend seq.d seq.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f .depend glamor.d glamor_addtraps.d glamor_composite_glyphs.d glamor_compositerects.d glamor_copy.d glamor_core.d glamor_dash.d glamor_egl.d glamor_eglmodule.d glamor_fbo.d glamor_font.d glamor_glx.d glamor_glyphblt.d glamor_gradient.d glamor_image.d glamor_largepixmap.d glamor_lines.d glamor_picture.d glamor_pixmap.d glamor_points.d glamor_prepare.d glamor_program.d glamor_rects.d glamor_render.d glamor_segs.d glamor_spans.d glamor_sync.d glamor_text.d glamor_transfer.d glamor_transform.d glamor_trapezoid.d glamor_triangles.d glamor_utils.d glamor_vbo.d glamor_window.d glamor_xf86_xv.d glamor_xv.d glamor.d.tmp glamor_addtraps.d.tmp glamor_composite_glyphs.d.tmp glamor_compositerects.d.tmp glamor_copy.d.tmp glamor_core.d.tmp glamor_dash.d.tmp glamor_egl.d.tmp glamor_eglmodule.d.tmp glamor_fbo.d.tmp glamor_font.d.tmp glamor_glx.d.tmp glamor_glyphblt.d.tmp glamor_gradient.d.tmp glamor_image.d.tmp glamor_largepixmap.d.tmp glamor_lines.d.tmp glamor_picture.d.tmp glamor_pixmap.d.tmp glamor_points.d.tmp glamor_prepare.d.tmp glamor_program.d.tmp glamor_rects.d.tmp glamor_render.d.tmp glamor_segs.d.tmp glamor_spans.d.tmp glamor_sync.d.tmp glamor_text.d.tmp glamor_transfer.d.tmp glamor_transform.d.tmp glamor_trapezoid.d.tmp glamor_triangles.d.tmp glamor_utils.d.tmp glamor_vbo.d.tmp glamor_window.d.tmp glamor_xf86_xv.d.tmp glamor_xv.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-shar --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl && rm -f .depend glamor.d glamor_addtraps.d glamor_composite_glyphs.d glamor_compositerects.d glamor_copy.d glamor_core.d glamor_dash.d glamor_egl.d glamor_eglmodule.d glamor_fbo.d glamor_font.d glamor_glx.d glamor_glyphblt.d glamor_gradient.d glamor_image.d glamor_largepixmap.d glamor_lines.d glamor_picture.d glamor_pixmap.d glamor_points.d glamor_prepare.d glamor_program.d glamor_rects.d glamor_render.d glamor_segs.d glamor_spans.d glamor_sync.d glamor_text.d glamor_transfer.d glamor_transform.d glamor_trapezoid.d glamor_triangles.d glamor_utils.d glamor_vbo.d glamor_window.d glamor_xf86_xv.d glamor_xv.d glamor.d.tmp glamor_addtraps.d.tmp glamor_composite_glyphs.d.tmp glamor_compositerects.d.tmp glamor_copy.d.tmp glamor_core.d.tmp glamor_dash.d.tmp glamor_egl.d.tmp glamor_eglmodule.d.tmp glamor_fbo.d.tmp glamor_font.d.tmp glamor_glx.d.tmp glamor_glyphblt.d.tmp glamor_gradient.d.tmp glamor_image.d.tmp glamor_largepixmap.d.tmp glamor_lines.d.tmp glamor_picture.d.tmp glamor_pixmap.d.tmp glamor_points.d.tmp glamor_prepare.d.tmp glamor_program.d.tmp glamor_rects.d.tmp glamor_render.d.tmp glamor_segs.d.tmp glamor_spans.d.tmp glamor_sync.d.tmp glamor_text.d.tmp glamor_transfer.d.tmp glamor_transform.d.tmp glamor_trapezoid.d.tmp glamor_triangles.d.tmp glamor_utils.d.tmp glamor_vbo.d.tmp glamor_window.d.tmp glamor_xf86_xv.d.tmp glamor_xv.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/shar --- cleandir-external --- --- cleandir-utils --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/utils --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/shar && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- cleandir-gtf --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/shar && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/utils/gtf --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/shar && rm -f shar.html1 || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/utils/gtf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gtf gtf.o gtf.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/shar && rm -f shar.html1 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/utils/gtf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gtf gtf.o gtf.ln || true) --- cleandir-usr.bin --- --- cleandir-shlock --- cleandir ===> usr.bin/shlock --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/utils/gtf && rm -f gtf.1 gtf.html1 .depend gtf.d gtf.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/utils/gtf && rm -f gtf.1 gtf.html1 .depend gtf.d gtf.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/shlock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit shlock shlock.o shlock.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/shlock && rm -f a.out [Ee]rrs mklog core *.core .gdbinit shlock shlock.o shlock.ln || true) --- cleandir-external --- --- cleandir-Xorg --- cleandir ===> external/mit/xorg/server/xorg-server/hw/xfree86/Xorg --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/shlock && rm -f shlock.html1 .depend shlock.d shlock.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/shlock && rm -f shlock.html1 .depend shlock.d shlock.d.tmp tags || true) --- cleandir-showmount --- cleandir ===> usr.bin/showmount --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/showmount && rm -f a.out [Ee]rrs mklog core *.core .gdbinit showmount showmount.o showmount.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/showmount && rm -f a.out [Ee]rrs mklog core *.core .gdbinit showmount showmount.o showmount.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/showmount && rm -f showmount.html8 .depend showmount.d showmount.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/showmount && rm -f showmount.html8 .depend showmount.d showmount.d.tmp tags || true) --- cleandir-shuffle --- cleandir ===> usr.bin/shuffle --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/shuffle && rm -f a.out [Ee]rrs mklog core *.core .gdbinit shuffle shuffle.o shuffle.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/shuffle && rm -f a.out [Ee]rrs mklog core *.core .gdbinit shuffle shuffle.o shuffle.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/shuffle && rm -f shuffle.html1 .depend shuffle.d shuffle.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/shuffle && rm -f shuffle.html1 .depend shuffle.d shuffle.d.tmp tags || true) --- cleandir-sockstat --- cleandir ===> usr.bin/sockstat --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sockstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sockstat sockstat.o sockstat_hostops.o sockstat.ln sockstat_hostops.ln rump.sockstat sockstat.o sockstat_rumpops.o sysctlgetmibinfo.o sysctlnametomib.o sockstat.ln sockstat_rumpops.ln sysctlgetmibinfo.ln sysctlnametomib.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sockstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sockstat sockstat.o sockstat_hostops.o sockstat.ln sockstat_hostops.ln rump.sockstat sockstat.o sockstat_rumpops.o sysctlgetmibinfo.o sysctlnametomib.o sockstat.ln sockstat_rumpops.ln sysctlgetmibinfo.ln sysctlnametomib.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sockstat && rm -f sockstat.html1 .depend sockstat.d sockstat_hostops.d sockstat_rumpops.d sysctlgetmibinfo.d sysctlnametomib.d sockstat.d.tmp sockstat_hostops.d.tmp sockstat_rumpops.d.tmp sysctlgetmibinfo.d.tmp sysctlnametomib.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sockstat && rm -f sockstat.html1 .depend sockstat.d sockstat_hostops.d sockstat_rumpops.d sysctlgetmibinfo.d sysctlnametomib.d sockstat.d.tmp sockstat_hostops.d.tmp sockstat_rumpops.d.tmp sysctlgetmibinfo.d.tmp sysctlnametomib.d.tmp tags || true) --- cleandir-sort --- cleandir ===> usr.bin/sort --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sort && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sort append.o fields.o files.o fsort.o init.o msort.o sort.o tmp.o radix_sort.o append.ln fields.ln files.ln fsort.ln init.ln msort.ln sort.ln tmp.ln radix_sort.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sort && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sort append.o fields.o files.o fsort.o init.o msort.o sort.o tmp.o radix_sort.o append.ln fields.ln files.ln fsort.ln init.ln msort.ln sort.ln tmp.ln radix_sort.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sort && rm -f sort.html1 .depend append.d fields.d files.d fsort.d init.d msort.d radix_sort.d sort.d tmp.d append.d.tmp fields.d.tmp files.d.tmp fsort.d.tmp init.d.tmp msort.d.tmp radix_sort.d.tmp sort.d.tmp tmp.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sort && rm -f sort.html1 .depend append.d fields.d files.d fsort.d init.d msort.d radix_sort.d sort.d tmp.d append.d.tmp fields.d.tmp files.d.tmp fsort.d.tmp init.d.tmp msort.d.tmp radix_sort.d.tmp sort.d.tmp tmp.d.tmp tags || true) --- cleandir-sortinfo --- cleandir ===> usr.bin/sortinfo --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sortinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sortinfo sortinfo.o sortinfo.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sortinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sortinfo sortinfo.o sortinfo.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sortinfo && rm -f sortinfo.html1 .depend sortinfo.d sortinfo.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sortinfo && rm -f sortinfo.html1 .depend sortinfo.d sortinfo.d.tmp tags || true) --- cleandir-spell --- cleandir ===> usr.bin/spell --- cleandir-spell --- cleandir ===> usr.bin/spell/spell --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/spell/spell && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/spell/spell && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/spell/spell && rm -f spell.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/spell/spell && rm -f spell.html1 || true) --- cleandir-spellprog --- cleandir ===> usr.bin/spell/spellprog --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/spell/spellprog && rm -f a.out [Ee]rrs mklog core *.core .gdbinit spellprog spellprog.o look.o spellprog.ln look.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/spell/spellprog && rm -f a.out [Ee]rrs mklog core *.core .gdbinit spellprog spellprog.o look.o spellprog.ln look.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg && rm -f + dummy.c a.out [Ee]rrs mklog core *.core .gdbinit Xorg dummy.o dummy.ln || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg && rm -f + dummy.c a.out [Ee]rrs mklog core *.core .gdbinit Xorg dummy.o dummy.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/spell/spellprog && rm -f .depend look.d spellprog.d look.d.tmp spellprog.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/spell/spellprog && rm -f .depend look.d spellprog.d look.d.tmp spellprog.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg && rm -f .depend dummy.d dummy.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-split --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg && rm -f .depend dummy.d dummy.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/split --- cleandir-external --- --- cleandir-drivers --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/split && rm -f a.out [Ee]rrs mklog core *.core .gdbinit split split.o split.ln || true) --- cleandir-external --- --- cleandir-xf86-input-keyboard --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/split && rm -f a.out [Ee]rrs mklog core *.core .gdbinit split split.o split.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-input-keyboard --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/split && rm -f split.html1 .depend split.d split.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-input-keyboard/dist/configure" returned non-zero status --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/split && rm -f split.html1 .depend split.d split.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-stat --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/stat --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd_drv.a kbd.o bsd_KbdMap.o bsd_kbd.o at_scancode.o kbd.o.tmp bsd_KbdMap.o.tmp bsd_kbd.o.tmp at_scancode.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/stat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit stat stat.o stat.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd_drv.a kbd.o bsd_KbdMap.o bsd_kbd.o at_scancode.o kbd.o.tmp bsd_KbdMap.o.tmp bsd_kbd.o.tmp at_scancode.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/stat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit stat stat.o stat.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd_drv_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/stat && rm -f stat.html1 readlink.html1 .depend stat.d stat.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd_drv_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/stat && rm -f stat.html1 readlink.html1 .depend stat.d stat.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- --- cleandir-su --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd_drv_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/su --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd_drv_g.a || true) --- libclean4 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd_drv_pic.a kbd.pico bsd_KbdMap.pico bsd_kbd.pico at_scancode.pico kbd.pico.tmp bsd_KbdMap.pico.tmp bsd_kbd.pico.tmp at_scancode.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/su && rm -f a.out [Ee]rrs mklog core *.core .gdbinit su su_pam.o grutil.o suutil.o su_pam.ln grutil.ln suutil.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd_drv_pic.a kbd.pico bsd_KbdMap.pico bsd_kbd.pico at_scancode.pico kbd.pico.tmp bsd_KbdMap.pico.tmp bsd_kbd.pico.tmp at_scancode.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/su && rm -f a.out [Ee]rrs mklog core *.core .gdbinit su su_pam.o grutil.o suutil.o su_pam.ln grutil.ln suutil.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f llib-lkbd_drv.ln kbd.ln bsd_KbdMap.ln bsd_kbd.ln at_scancode.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/su && rm -f su.html1 .depend grutil.d su_pam.d suutil.d grutil.d.tmp su_pam.d.tmp suutil.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f llib-lkbd_drv.ln kbd.ln bsd_KbdMap.ln bsd_kbd.ln at_scancode.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/su && rm -f su.html1 .depend grutil.d su_pam.d suutil.d grutil.d.tmp su_pam.d.tmp suutil.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-sys_info --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd.4 kbd.html4 .depend at_scancode.d bsd_KbdMap.d bsd_kbd.d kbd.d at_scancode.d.tmp bsd_KbdMap.d.tmp bsd_kbd.d.tmp kbd.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/sys_info --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-keyboard && rm -f kbd.4 kbd.html4 .depend at_scancode.d bsd_KbdMap.d bsd_kbd.d kbd.d at_scancode.d.tmp bsd_KbdMap.d.tmp bsd_kbd.d.tmp kbd.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- cleandir-xf86-input-mouse --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sys_info && rm -f sys_info a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-input-mouse --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sys_info && rm -f sys_info a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-input-mouse/dist/configure" returned non-zero status --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/sys_info && rm -f sys_info.html1 || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-input-mouse/dist/configure" returned non-zero status --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/sys_info && rm -f sys_info.html1 || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-input-mouse/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-input-mouse/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- cleandir-systat --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-input-mouse/dist/configure" returned non-zero status --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/systat --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f xorg-mouse.pc xorg-mouse.pc.tmp mouse_drv.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f xorg-mouse.pc xorg-mouse.pc.tmp mouse_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/systat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit systat bufcache.o cmds.o cmdtab.o convtbl.o disks.o df.o drvstats.o fetch.o globalcmds.o icmp.o ifcmds.o ifstat.o iostat.o ip.o keyboard.o main.o mbufs.o netcmds.o netstat.o pigs.o ps.o swap.o tcp.o vmstat.o utmpentry.o syscall.o ip6.o bufcache.ln cmds.ln cmdtab.ln convtbl.ln disks.ln df.ln drvstats.ln fetch.ln globalcmds.ln icmp.ln ifcmds.ln ifstat.ln iostat.ln ip.ln keyboard.ln main.ln mbufs.ln netcmds.ln netstat.ln pigs.ln ps.ln swap.ln tcp.ln vmstat.ln utmpentry.ln syscall.ln ip6.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f mouse_drv.a mouse.o pnp.o bsd_mouse.o mouse.o.tmp pnp.o.tmp bsd_mouse.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/systat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit systat bufcache.o cmds.o cmdtab.o convtbl.o disks.o df.o drvstats.o fetch.o globalcmds.o icmp.o ifcmds.o ifstat.o iostat.o ip.o keyboard.o main.o mbufs.o netcmds.o netstat.o pigs.o ps.o swap.o tcp.o vmstat.o utmpentry.o syscall.o ip6.o bufcache.ln cmds.ln cmdtab.ln convtbl.ln disks.ln df.ln drvstats.ln fetch.ln globalcmds.ln icmp.ln ifcmds.ln ifstat.ln iostat.ln ip.ln keyboard.ln main.ln mbufs.ln netcmds.ln netstat.ln pigs.ln ps.ln swap.ln tcp.ln vmstat.ln utmpentry.ln syscall.ln ip6.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f mouse_drv.a mouse.o pnp.o bsd_mouse.o mouse.o.tmp pnp.o.tmp bsd_mouse.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/systat && rm -f systat.html1 .depend bufcache.d cmds.d cmdtab.d convtbl.d df.d disks.d drvstats.d fetch.d globalcmds.d icmp.d ifcmds.d ifstat.d iostat.d ip.d ip6.d keyboard.d main.d mbufs.d netcmds.d netstat.d pigs.d ps.d swap.d syscall.d tcp.d utmpentry.d vmstat.d bufcache.d.tmp cmds.d.tmp cmdtab.d.tmp convtbl.d.tmp df.d.tmp disks.d.tmp drvstats.d.tmp fetch.d.tmp globalcmds.d.tmp icmp.d.tmp ifcmds.d.tmp ifstat.d.tmp iostat.d.tmp ip.d.tmp ip6.d.tmp keyboard.d.tmp main.d.tmp mbufs.d.tmp netcmds.d.tmp netstat.d.tmp pigs.d.tmp ps.d.tmp swap.d.tmp syscall.d.tmp tcp.d.tmp utmpentry.d.tmp vmstat.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f mouse_drv_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/systat && rm -f systat.html1 .depend bufcache.d cmds.d cmdtab.d convtbl.d df.d disks.d drvstats.d fetch.d globalcmds.d icmp.d ifcmds.d ifstat.d iostat.d ip.d ip6.d keyboard.d main.d mbufs.d netcmds.d netstat.d pigs.d ps.d swap.d syscall.d tcp.d utmpentry.d vmstat.d bufcache.d.tmp cmds.d.tmp cmdtab.d.tmp convtbl.d.tmp df.d.tmp disks.d.tmp drvstats.d.tmp fetch.d.tmp globalcmds.d.tmp icmp.d.tmp ifcmds.d.tmp ifstat.d.tmp iostat.d.tmp ip.d.tmp ip6.d.tmp keyboard.d.tmp main.d.tmp mbufs.d.tmp netcmds.d.tmp netstat.d.tmp pigs.d.tmp ps.d.tmp swap.d.tmp syscall.d.tmp tcp.d.tmp utmpentry.d.tmp vmstat.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f mouse_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-tabs --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/tabs --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f mouse_drv_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f mouse_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tabs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tabs tabs.o tabs.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f mouse_drv_pic.a mouse.pico pnp.pico bsd_mouse.pico mouse.pico.tmp pnp.pico.tmp bsd_mouse.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tabs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tabs tabs.o tabs.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f mouse_drv_pic.a mouse.pico pnp.pico bsd_mouse.pico mouse.pico.tmp pnp.pico.tmp bsd_mouse.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tabs && rm -f tabs.html1 .depend tabs.d tabs.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f llib-lmouse_drv.ln mouse.ln pnp.ln bsd_mouse.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tabs && rm -f tabs.html1 .depend tabs.d tabs.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f llib-lmouse_drv.ln mouse.ln pnp.ln bsd_mouse.ln || true) --- cleandir-usr.bin --- --- cleandir-tail --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- cleandir ===> usr.bin/tail --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f mousedrv.4 mousedrv.html4 .depend bsd_mouse.d mouse.d pnp.d bsd_mouse.d.tmp mouse.d.tmp pnp.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-mouse && rm -f mousedrv.4 mousedrv.html4 .depend bsd_mouse.d mouse.d pnp.d bsd_mouse.d.tmp mouse.d.tmp pnp.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tail forward.o misc.o read.o reverse.o tail.o forward.ln misc.ln read.ln reverse.ln tail.ln || true) --- cleandir-external --- --- cleandir-xf86-input-ws --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tail && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tail forward.o misc.o read.o reverse.o tail.o forward.ln misc.ln read.ln reverse.ln tail.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-input-ws --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-input-ws/dist/configure" returned non-zero status --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tail && rm -f tail.html1 tac.html1 .depend forward.d misc.d read.d reverse.d tail.d forward.d.tmp misc.d.tmp read.d.tmp reverse.d.tmp tail.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tail && rm -f tail.html1 tac.html1 .depend forward.d misc.d read.d reverse.d tail.d forward.d.tmp misc.d.tmp read.d.tmp reverse.d.tmp tail.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws_drv.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-talk --- cleandir ===> usr.bin/talk --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws_drv.a ws.o emumb.o ws.o.tmp emumb.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws_drv.a ws.o emumb.o ws.o.tmp emumb.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/talk && rm -f a.out [Ee]rrs mklog core *.core .gdbinit talk ctl.o ctl_transact.o display.o get_addrs.o get_names.o init_disp.o invite.o io.o look_up.o msgs.o talk.o ctl.ln ctl_transact.ln display.ln get_addrs.ln get_names.ln init_disp.ln invite.ln io.ln look_up.ln msgs.ln talk.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/talk && rm -f a.out [Ee]rrs mklog core *.core .gdbinit talk ctl.o ctl_transact.o display.o get_addrs.o get_names.o init_disp.o invite.o io.o look_up.o msgs.o talk.o ctl.ln ctl_transact.ln display.ln get_addrs.ln get_names.ln init_disp.ln invite.ln io.ln look_up.ln msgs.ln talk.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws_drv_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws_drv_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/talk && rm -f talk.html1 .depend ctl.d ctl_transact.d display.d get_addrs.d get_names.d init_disp.d invite.d io.d look_up.d msgs.d talk.d ctl.d.tmp ctl_transact.d.tmp display.d.tmp get_addrs.d.tmp get_names.d.tmp init_disp.d.tmp invite.d.tmp io.d.tmp look_up.d.tmp msgs.d.tmp talk.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/talk && rm -f talk.html1 .depend ctl.d ctl_transact.d display.d get_addrs.d get_names.d init_disp.d invite.d io.d look_up.d msgs.d talk.d ctl.d.tmp ctl_transact.d.tmp display.d.tmp get_addrs.d.tmp get_names.d.tmp init_disp.d.tmp invite.d.tmp io.d.tmp look_up.d.tmp msgs.d.tmp talk.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws_drv_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws_drv_g.a || true) --- cleandir-usr.bin --- --- cleandir-tcopy --- cleandir ===> usr.bin/tcopy --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws_drv_pic.a ws.pico emumb.pico ws.pico.tmp emumb.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws_drv_pic.a ws.pico emumb.pico ws.pico.tmp emumb.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tcopy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tcopy tcopy.o tcopy.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tcopy && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tcopy tcopy.o tcopy.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-ws && rm -f llib-lws_drv.ln ws.ln emumb.ln || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-ws && rm -f llib-lws_drv.ln ws.ln emumb.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tcopy && rm -f tcopy.html1 .depend tcopy.d tcopy.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tcopy && rm -f tcopy.html1 .depend tcopy.d tcopy.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws.4 ws.html4 .depend emumb.d ws.d emumb.d.tmp ws.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-tee --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-ws && rm -f ws.4 ws.html4 .depend emumb.d ws.d emumb.d.tmp ws.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/tee --- cleandir-external --- --- cleandir-xf86-input-vmmouse --- cleandir ===> external/mit/xorg/server/drivers/xf86-input-vmmouse --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tee && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tee tee.o tee.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-input-vmmouse/dist/configure" returned non-zero status --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tee && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tee tee.o tee.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tee && rm -f tee.html1 .depend tee.d tee.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tee && rm -f tee.html1 .depend tee.d tee.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- cleandir-telnet --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse_drv.a vmmouse.o vmmouse_client.o vmmouse_proto.o vmmouse.o.tmp vmmouse_client.o.tmp vmmouse_proto.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/telnet --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse_drv.a vmmouse.o vmmouse_client.o vmmouse_proto.o vmmouse.o.tmp vmmouse_client.o.tmp vmmouse_proto.o.tmp || true) --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse_drv_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse_drv_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/telnet && rm -f a.out [Ee]rrs mklog core *.core .gdbinit telnet authenc.o commands.o main.o network.o ring.o sys_bsd.o telnet.o terminal.o utilities.o authenc.ln commands.ln main.ln network.ln ring.ln sys_bsd.ln telnet.ln terminal.ln utilities.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/telnet && rm -f a.out [Ee]rrs mklog core *.core .gdbinit telnet authenc.o commands.o main.o network.o ring.o sys_bsd.o telnet.o terminal.o utilities.o authenc.ln commands.ln main.ln network.ln ring.ln sys_bsd.ln telnet.ln terminal.ln utilities.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse_drv_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse_drv_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/telnet && rm -f telnet.html1 .depend authenc.d commands.d main.d network.d ring.d sys_bsd.d telnet.d terminal.d utilities.d authenc.d.tmp commands.d.tmp main.d.tmp network.d.tmp ring.d.tmp sys_bsd.d.tmp telnet.d.tmp terminal.d.tmp utilities.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/telnet && rm -f telnet.html1 .depend authenc.d commands.d main.d network.d ring.d sys_bsd.d telnet.d terminal.d utilities.d authenc.d.tmp commands.d.tmp main.d.tmp network.d.tmp ring.d.tmp sys_bsd.d.tmp telnet.d.tmp terminal.d.tmp utilities.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse_drv_pic.a vmmouse.pico vmmouse_client.pico vmmouse_proto.pico vmmouse.pico.tmp vmmouse_client.pico.tmp vmmouse_proto.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-tftp --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse_drv_pic.a vmmouse.pico vmmouse_client.pico vmmouse_proto.pico vmmouse.pico.tmp vmmouse_client.pico.tmp vmmouse_proto.pico.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/tftp --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f llib-lvmmouse_drv.ln vmmouse.ln vmmouse_client.ln vmmouse_proto.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f llib-lvmmouse_drv.ln vmmouse.ln vmmouse_client.ln vmmouse_proto.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tftp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tftp main.o tftp.o tftpsubs.o main.ln tftp.ln tftpsubs.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tftp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tftp main.o tftp.o tftpsubs.o main.ln tftp.ln tftpsubs.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse.4 vmmouse.html4 .depend vmmouse.d vmmouse_client.d vmmouse_proto.d vmmouse.d.tmp vmmouse_client.d.tmp vmmouse_proto.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-input-vmmouse && rm -f vmmouse.4 vmmouse.html4 .depend vmmouse.d vmmouse_client.d vmmouse_proto.d vmmouse.d.tmp vmmouse_client.d.tmp vmmouse_proto.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tftp && rm -f tftp.html1 .depend main.d tftp.d tftpsubs.d main.d.tmp tftp.d.tmp tftpsubs.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tftp && rm -f tftp.html1 .depend main.d tftp.d tftpsubs.d main.d.tmp tftp.d.tmp tftpsubs.d.tmp tags || true) --- cleandir-external --- --- cleandir-xf86-video-amdgpu --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-amdgpu --- cleandir-usr.bin --- --- cleandir-tic --- cleandir ===> usr.bin/tic --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-amdgpu/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tic && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tic tic.o tic.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tic && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tic tic.o tic.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu_drv.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tic && rm -f tic.html1 .depend tic.d tic.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu_drv.a amdgpu_video.o amdgpu_misc.o amdgpu_probe.o amdgpu_bo_helper.o amdgpu_dri2.o amdgpu_dri3.o amdgpu_drm_queue.o amdgpu_kms.o amdgpu_present.o amdgpu_sync.o drmmode_display.o amdgpu_glamor.o amdgpu_glamor_wrappers.o amdgpu_pixmap.o amdgpu_video.o.tmp amdgpu_misc.o.tmp amdgpu_probe.o.tmp amdgpu_bo_helper.o.tmp amdgpu_dri2.o.tmp amdgpu_dri3.o.tmp amdgpu_drm_queue.o.tmp amdgpu_kms.o.tmp amdgpu_present.o.tmp amdgpu_sync.o.tmp drmmode_display.o.tmp amdgpu_glamor.o.tmp amdgpu_glamor_wrappers.o.tmp amdgpu_pixmap.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tic && rm -f tic.html1 .depend tic.d tic.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu_drv.a amdgpu_video.o amdgpu_misc.o amdgpu_probe.o amdgpu_bo_helper.o amdgpu_dri2.o amdgpu_dri3.o amdgpu_drm_queue.o amdgpu_kms.o amdgpu_present.o amdgpu_sync.o drmmode_display.o amdgpu_glamor.o amdgpu_glamor_wrappers.o amdgpu_pixmap.o amdgpu_video.o.tmp amdgpu_misc.o.tmp amdgpu_probe.o.tmp amdgpu_bo_helper.o.tmp amdgpu_dri2.o.tmp amdgpu_dri3.o.tmp amdgpu_drm_queue.o.tmp amdgpu_kms.o.tmp amdgpu_present.o.tmp amdgpu_sync.o.tmp drmmode_display.o.tmp amdgpu_glamor.o.tmp amdgpu_glamor_wrappers.o.tmp amdgpu_pixmap.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-time --- cleandir ===> usr.bin/time --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu_drv_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu_drv_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/time && rm -f a.out [Ee]rrs mklog core *.core .gdbinit time time.o xtime.o time.ln xtime.ln || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/time && rm -f a.out [Ee]rrs mklog core *.core .gdbinit time time.o xtime.o time.ln xtime.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu_drv_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu_drv_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/time && rm -f time.html1 .depend time.d xtime.d time.d.tmp xtime.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/time && rm -f time.html1 .depend time.d xtime.d time.d.tmp xtime.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu_drv_pic.a amdgpu_video.pico amdgpu_misc.pico amdgpu_probe.pico amdgpu_bo_helper.pico amdgpu_dri2.pico amdgpu_dri3.pico amdgpu_drm_queue.pico amdgpu_kms.pico amdgpu_present.pico amdgpu_sync.pico drmmode_display.pico amdgpu_glamor.pico amdgpu_glamor_wrappers.pico amdgpu_pixmap.pico amdgpu_video.pico.tmp amdgpu_misc.pico.tmp amdgpu_probe.pico.tmp amdgpu_bo_helper.pico.tmp amdgpu_dri2.pico.tmp amdgpu_dri3.pico.tmp amdgpu_drm_queue.pico.tmp amdgpu_kms.pico.tmp amdgpu_present.pico.tmp amdgpu_sync.pico.tmp drmmode_display.pico.tmp amdgpu_glamor.pico.tmp amdgpu_glamor_wrappers.pico.tmp amdgpu_pixmap.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-timeout --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu_drv_pic.a amdgpu_video.pico amdgpu_misc.pico amdgpu_probe.pico amdgpu_bo_helper.pico amdgpu_dri2.pico amdgpu_dri3.pico amdgpu_drm_queue.pico amdgpu_kms.pico amdgpu_present.pico amdgpu_sync.pico drmmode_display.pico amdgpu_glamor.pico amdgpu_glamor_wrappers.pico amdgpu_pixmap.pico amdgpu_video.pico.tmp amdgpu_misc.pico.tmp amdgpu_probe.pico.tmp amdgpu_bo_helper.pico.tmp amdgpu_dri2.pico.tmp amdgpu_dri3.pico.tmp amdgpu_drm_queue.pico.tmp amdgpu_kms.pico.tmp amdgpu_present.pico.tmp amdgpu_sync.pico.tmp drmmode_display.pico.tmp amdgpu_glamor.pico.tmp amdgpu_glamor_wrappers.pico.tmp amdgpu_pixmap.pico.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/timeout --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f llib-lamdgpu_drv.ln amdgpu_video.ln amdgpu_misc.ln amdgpu_probe.ln amdgpu_bo_helper.ln amdgpu_dri2.ln amdgpu_dri3.ln amdgpu_drm_queue.ln amdgpu_kms.ln amdgpu_present.ln amdgpu_sync.ln drmmode_display.ln amdgpu_glamor.ln amdgpu_glamor_wrappers.ln amdgpu_pixmap.ln || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/timeout && rm -f a.out [Ee]rrs mklog core *.core .gdbinit timeout timeout.o timeout.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f llib-lamdgpu_drv.ln amdgpu_video.ln amdgpu_misc.ln amdgpu_probe.ln amdgpu_bo_helper.ln amdgpu_dri2.ln amdgpu_dri3.ln amdgpu_drm_queue.ln amdgpu_kms.ln amdgpu_present.ln amdgpu_sync.ln drmmode_display.ln amdgpu_glamor.ln amdgpu_glamor_wrappers.ln amdgpu_pixmap.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/timeout && rm -f a.out [Ee]rrs mklog core *.core .gdbinit timeout timeout.o timeout.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu.4 amdgpu.html4 .depend amdgpu_bo_helper.d amdgpu_dri2.d amdgpu_dri3.d amdgpu_drm_queue.d amdgpu_glamor.d amdgpu_glamor_wrappers.d amdgpu_kms.d amdgpu_misc.d amdgpu_pixmap.d amdgpu_present.d amdgpu_probe.d amdgpu_sync.d amdgpu_video.d drmmode_display.d amdgpu_bo_helper.d.tmp amdgpu_dri2.d.tmp amdgpu_dri3.d.tmp amdgpu_drm_queue.d.tmp amdgpu_glamor.d.tmp amdgpu_glamor_wrappers.d.tmp amdgpu_kms.d.tmp amdgpu_misc.d.tmp amdgpu_pixmap.d.tmp amdgpu_present.d.tmp amdgpu_probe.d.tmp amdgpu_sync.d.tmp amdgpu_video.d.tmp drmmode_display.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/timeout && rm -f timeout.html1 .depend timeout.d timeout.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-amdgpu && rm -f amdgpu.4 amdgpu.html4 .depend amdgpu_bo_helper.d amdgpu_dri2.d amdgpu_dri3.d amdgpu_drm_queue.d amdgpu_glamor.d amdgpu_glamor_wrappers.d amdgpu_kms.d amdgpu_misc.d amdgpu_pixmap.d amdgpu_present.d amdgpu_probe.d amdgpu_sync.d amdgpu_video.d drmmode_display.d amdgpu_bo_helper.d.tmp amdgpu_dri2.d.tmp amdgpu_dri3.d.tmp amdgpu_drm_queue.d.tmp amdgpu_glamor.d.tmp amdgpu_glamor_wrappers.d.tmp amdgpu_kms.d.tmp amdgpu_misc.d.tmp amdgpu_pixmap.d.tmp amdgpu_present.d.tmp amdgpu_probe.d.tmp amdgpu_sync.d.tmp amdgpu_video.d.tmp drmmode_display.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/timeout && rm -f timeout.html1 .depend timeout.d timeout.d.tmp tags || true) --- cleandir-external --- --- cleandir-xf86-video-ast --- --- cleandir-usr.bin --- --- cleandir-tip --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-ast --- cleandir-usr.bin --- cleandir ===> usr.bin/tip --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-ast/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tip && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tip acu.o acutab.o cmds.o cmdtab.o cu.o hunt.o partab.o remote.o tip.o tipout.o value.o vars.o hayes.o acu.ln acutab.ln cmds.ln cmdtab.ln cu.ln hunt.ln partab.ln remote.ln tip.ln tipout.ln value.ln vars.ln hayes.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ast && rm -f ast_drv.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ast && rm -f ast_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tip && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tip acu.o acutab.o cmds.o cmdtab.o cu.o hunt.o partab.o remote.o tip.o tipout.o value.o vars.o hayes.o acu.ln acutab.ln cmds.ln cmdtab.ln cu.ln hunt.ln partab.ln remote.ln tip.ln tipout.ln value.ln vars.ln hayes.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ast && rm -f ast_drv.a ast_2dtool.o ast_accel.o ast_cursor.o ast_driver.o ast_mode.o ast_tool.o ast_vgatool.o ast_2dtool.o.tmp ast_accel.o.tmp ast_cursor.o.tmp ast_driver.o.tmp ast_mode.o.tmp ast_tool.o.tmp ast_vgatool.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tip && rm -f tip.html1 .depend acu.d acutab.d cmds.d cmdtab.d cu.d hayes.d hunt.d partab.d remote.d tip.d tipout.d value.d vars.d acu.d.tmp acutab.d.tmp cmds.d.tmp cmdtab.d.tmp cu.d.tmp hayes.d.tmp hunt.d.tmp partab.d.tmp remote.d.tmp tip.d.tmp tipout.d.tmp value.d.tmp vars.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ast && rm -f ast_drv.a ast_2dtool.o ast_accel.o ast_cursor.o ast_driver.o ast_mode.o ast_tool.o ast_vgatool.o ast_2dtool.o.tmp ast_accel.o.tmp ast_cursor.o.tmp ast_driver.o.tmp ast_mode.o.tmp ast_tool.o.tmp ast_vgatool.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tip && rm -f tip.html1 .depend acu.d acutab.d cmds.d cmdtab.d cu.d hayes.d hunt.d partab.d remote.d tip.d tipout.d value.d vars.d acu.d.tmp acutab.d.tmp cmds.d.tmp cmdtab.d.tmp cu.d.tmp hayes.d.tmp hunt.d.tmp partab.d.tmp remote.d.tmp tip.d.tmp tipout.d.tmp value.d.tmp vars.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- --- cleandir-touch --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ast && rm -f ast_drv_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/touch --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ast && rm -f ast_drv_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/touch && rm -f a.out [Ee]rrs mklog core *.core .gdbinit touch touch.o touch.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ast && rm -f ast_drv_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/touch && rm -f a.out [Ee]rrs mklog core *.core .gdbinit touch touch.o touch.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ast && rm -f ast_drv_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/touch && rm -f touch.html1 .depend touch.d touch.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ast && rm -f ast_drv_pic.a ast_2dtool.pico ast_accel.pico ast_cursor.pico ast_driver.pico ast_mode.pico ast_tool.pico ast_vgatool.pico ast_2dtool.pico.tmp ast_accel.pico.tmp ast_cursor.pico.tmp ast_driver.pico.tmp ast_mode.pico.tmp ast_tool.pico.tmp ast_vgatool.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/touch && rm -f touch.html1 .depend touch.d touch.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ast && rm -f ast_drv_pic.a ast_2dtool.pico ast_accel.pico ast_cursor.pico ast_driver.pico ast_mode.pico ast_tool.pico ast_vgatool.pico ast_2dtool.pico.tmp ast_accel.pico.tmp ast_cursor.pico.tmp ast_driver.pico.tmp ast_mode.pico.tmp ast_tool.pico.tmp ast_vgatool.pico.tmp || true) --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-tput --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ast && rm -f llib-last_drv.ln ast_2dtool.ln ast_accel.ln ast_cursor.ln ast_driver.ln ast_mode.ln ast_tool.ln ast_vgatool.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/tput --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ast && rm -f llib-last_drv.ln ast_2dtool.ln ast_accel.ln ast_cursor.ln ast_driver.ln ast_mode.ln ast_tool.ln ast_vgatool.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tput && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tput tput.o tput.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ast && rm -f .depend ast_2dtool.d ast_accel.d ast_cursor.d ast_driver.d ast_mode.d ast_tool.d ast_vgatool.d ast_2dtool.d.tmp ast_accel.d.tmp ast_cursor.d.tmp ast_driver.d.tmp ast_mode.d.tmp ast_tool.d.tmp ast_vgatool.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tput && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tput tput.o tput.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ast && rm -f .depend ast_2dtool.d ast_accel.d ast_cursor.d ast_driver.d ast_mode.d ast_tool.d ast_vgatool.d ast_2dtool.d.tmp ast_accel.d.tmp ast_cursor.d.tmp ast_driver.d.tmp ast_mode.d.tmp ast_tool.d.tmp ast_vgatool.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-xf86-video-ati --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tput && rm -f tput.html1 .depend tput.d tput.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-ati --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tput && rm -f tput.html1 .depend tput.d tput.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-ati-kms/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- cleandir-tr --- cleandir ===> usr.bin/tr --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tr str.o tr.o str.ln tr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tr str.o tr.o str.ln tr.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati_drv.a ati.o atimodule.o ati.o.tmp atimodule.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tr && rm -f tr.html1 .depend str.d tr.d str.d.tmp tr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati_drv.a ati.o atimodule.o ati.o.tmp atimodule.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tr && rm -f tr.html1 .depend str.d tr.d str.d.tmp tr.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-true --- cleandir ===> usr.bin/true --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati_drv_p.a || true) --- libclean3 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati_drv_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/true && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati_drv_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/true && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati_drv_pic.a ati.pico atimodule.pico ati.pico.tmp atimodule.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/true && rm -f true.html1 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati_drv_pic.a ati.pico atimodule.pico ati.pico.tmp atimodule.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/true && rm -f true.html1 || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-tset --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ati && rm -f llib-lati_drv.ln ati.ln atimodule.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/tset --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ati && rm -f llib-lati_drv.ln ati.ln atimodule.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tset && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tset map.o misc.o set.o term.o tset.o map.ln misc.ln set.ln term.ln tset.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati.4 ati.html4 .depend ati.d atimodule.d ati.d.tmp atimodule.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tset && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tset map.o misc.o set.o term.o tset.o map.ln misc.ln set.ln term.ln tset.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-ati && rm -f ati.4 ati.html4 .depend ati.d atimodule.d ati.d.tmp atimodule.d.tmp tags || true) --- cleandir-xf86-video-chips --- --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tset && rm -f tset.html1 .depend map.d misc.d set.d term.d tset.d map.d.tmp misc.d.tmp set.d.tmp term.d.tmp tset.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-chips --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tset && rm -f tset.html1 .depend map.d misc.d set.d term.d tset.d map.d.tmp misc.d.tmp set.d.tmp term.d.tmp tset.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-chips/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- cleandir-tsort --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/tsort --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips_drv.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tsort && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tsort tsort.o tsort.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips_drv.a ct_accel.o ct_bank.o ct_cursor.o ct_ddc.o ct_dga.o ct_driver.o ct_exa.o ct_regs.o ct_shadow.o ct_video.o ct_accelmm.o ct_accelhi.o ct_accel.o.tmp ct_bank.o.tmp ct_cursor.o.tmp ct_ddc.o.tmp ct_dga.o.tmp ct_driver.o.tmp ct_exa.o.tmp ct_regs.o.tmp ct_shadow.o.tmp ct_video.o.tmp ct_accelmm.o.tmp ct_accelhi.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tsort && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tsort tsort.o tsort.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips_drv.a ct_accel.o ct_bank.o ct_cursor.o ct_ddc.o ct_dga.o ct_driver.o ct_exa.o ct_regs.o ct_shadow.o ct_video.o ct_accelmm.o ct_accelhi.o ct_accel.o.tmp ct_bank.o.tmp ct_cursor.o.tmp ct_ddc.o.tmp ct_dga.o.tmp ct_driver.o.tmp ct_exa.o.tmp ct_regs.o.tmp ct_shadow.o.tmp ct_video.o.tmp ct_accelmm.o.tmp ct_accelhi.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tsort && rm -f tsort.html1 .depend tsort.d tsort.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips_drv_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tsort && rm -f tsort.html1 .depend tsort.d tsort.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-tty --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/tty --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips_drv_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tty && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tty tty.o tty.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips_drv_pic.a ct_accel.pico ct_bank.pico ct_cursor.pico ct_ddc.pico ct_dga.pico ct_driver.pico ct_exa.pico ct_regs.pico ct_shadow.pico ct_video.pico ct_accelmm.pico ct_accelhi.pico ct_accel.pico.tmp ct_bank.pico.tmp ct_cursor.pico.tmp ct_ddc.pico.tmp ct_dga.pico.tmp ct_driver.pico.tmp ct_exa.pico.tmp ct_regs.pico.tmp ct_shadow.pico.tmp ct_video.pico.tmp ct_accelmm.pico.tmp ct_accelhi.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tty && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tty tty.o tty.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips_drv_pic.a ct_accel.pico ct_bank.pico ct_cursor.pico ct_ddc.pico ct_dga.pico ct_driver.pico ct_exa.pico ct_regs.pico ct_shadow.pico ct_video.pico ct_accelmm.pico ct_accelhi.pico ct_accel.pico.tmp ct_bank.pico.tmp ct_cursor.pico.tmp ct_ddc.pico.tmp ct_dga.pico.tmp ct_driver.pico.tmp ct_exa.pico.tmp ct_regs.pico.tmp ct_shadow.pico.tmp ct_video.pico.tmp ct_accelmm.pico.tmp ct_accelhi.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/tty && rm -f tty.html1 .depend tty.d tty.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-chips && rm -f llib-lchips_drv.ln ct_accel.ln ct_bank.ln ct_cursor.ln ct_ddc.ln ct_dga.ln ct_driver.ln ct_exa.ln ct_regs.ln ct_shadow.ln ct_video.ln ct_accelmm.ln ct_accelhi.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/tty && rm -f tty.html1 .depend tty.d tty.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-chips && rm -f llib-lchips_drv.ln ct_accel.ln ct_bank.ln ct_cursor.ln ct_ddc.ln ct_dga.ln ct_driver.ln ct_exa.ln ct_regs.ln ct_shadow.ln ct_video.ln ct_accelmm.ln ct_accelhi.ln || true) --- cleandir-usr.bin --- --- cleandir-ul --- cleandir ===> usr.bin/ul --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips.4 chips.html4 ct_accelmm.c ct_accelhi.c .depend ct_accel.d ct_accelhi.d ct_accelmm.d ct_bank.d ct_cursor.d ct_ddc.d ct_dga.d ct_driver.d ct_exa.d ct_regs.d ct_shadow.d ct_video.d ct_accel.d.tmp ct_accelhi.d.tmp ct_accelmm.d.tmp ct_bank.d.tmp ct_cursor.d.tmp ct_ddc.d.tmp ct_dga.d.tmp ct_driver.d.tmp ct_exa.d.tmp ct_regs.d.tmp ct_shadow.d.tmp ct_video.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-chips && rm -f chips.4 chips.html4 ct_accelmm.c ct_accelhi.c .depend ct_accel.d ct_accelhi.d ct_accelmm.d ct_bank.d ct_cursor.d ct_ddc.d ct_dga.d ct_driver.d ct_exa.d ct_regs.d ct_shadow.d ct_video.d ct_accel.d.tmp ct_accelhi.d.tmp ct_accelmm.d.tmp ct_bank.d.tmp ct_cursor.d.tmp ct_ddc.d.tmp ct_dga.d.tmp ct_driver.d.tmp ct_exa.d.tmp ct_regs.d.tmp ct_shadow.d.tmp ct_video.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ul && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ul ul.o ul.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ul && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ul ul.o ul.ln || true) --- cleandir-external --- --- cleandir-xf86-video-cirrus --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-cirrus --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ul && rm -f ul.html1 .depend ul.d ul.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-cirrus/dist/configure" returned non-zero status --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ul && rm -f ul.html1 .depend ul.d ul.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-uname --- cleandir ===> usr.bin/uname --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus_drv.a cir_dga.o cir_driver.o CirrusClk.o cir_shadow.o alp_driver.o alp_hwcurs.o alp_i2c.o alp_xaa.o alp_xaam.o lg_driver.o lg_hwcurs.o lg_i2c.o lg_xaa.o cir_dga.o.tmp cir_driver.o.tmp CirrusClk.o.tmp cir_shadow.o.tmp alp_driver.o.tmp alp_hwcurs.o.tmp alp_i2c.o.tmp alp_xaa.o.tmp alp_xaam.o.tmp lg_driver.o.tmp lg_hwcurs.o.tmp lg_i2c.o.tmp lg_xaa.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/uname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit uname uname.o uname.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus_drv.a cir_dga.o cir_driver.o CirrusClk.o cir_shadow.o alp_driver.o alp_hwcurs.o alp_i2c.o alp_xaa.o alp_xaam.o lg_driver.o lg_hwcurs.o lg_i2c.o lg_xaa.o cir_dga.o.tmp cir_driver.o.tmp CirrusClk.o.tmp cir_shadow.o.tmp alp_driver.o.tmp alp_hwcurs.o.tmp alp_i2c.o.tmp alp_xaa.o.tmp alp_xaam.o.tmp lg_driver.o.tmp lg_hwcurs.o.tmp lg_i2c.o.tmp lg_xaa.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/uname && rm -f a.out [Ee]rrs mklog core *.core .gdbinit uname uname.o uname.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus_drv_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/uname && rm -f uname.html1 .depend uname.d uname.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus_drv_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/uname && rm -f uname.html1 .depend uname.d uname.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- --- cleandir-unexpand --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus_drv_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/unexpand --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/unexpand && rm -f a.out [Ee]rrs mklog core *.core .gdbinit unexpand unexpand.o unexpand.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus_drv_pic.a cir_dga.pico cir_driver.pico CirrusClk.pico cir_shadow.pico alp_driver.pico alp_hwcurs.pico alp_i2c.pico alp_xaa.pico alp_xaam.pico lg_driver.pico lg_hwcurs.pico lg_i2c.pico lg_xaa.pico cir_dga.pico.tmp cir_driver.pico.tmp CirrusClk.pico.tmp cir_shadow.pico.tmp alp_driver.pico.tmp alp_hwcurs.pico.tmp alp_i2c.pico.tmp alp_xaa.pico.tmp alp_xaam.pico.tmp lg_driver.pico.tmp lg_hwcurs.pico.tmp lg_i2c.pico.tmp lg_xaa.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/unexpand && rm -f a.out [Ee]rrs mklog core *.core .gdbinit unexpand unexpand.o unexpand.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus_drv_pic.a cir_dga.pico cir_driver.pico CirrusClk.pico cir_shadow.pico alp_driver.pico alp_hwcurs.pico alp_i2c.pico alp_xaa.pico alp_xaam.pico lg_driver.pico lg_hwcurs.pico lg_i2c.pico lg_xaa.pico cir_dga.pico.tmp cir_driver.pico.tmp CirrusClk.pico.tmp cir_shadow.pico.tmp alp_driver.pico.tmp alp_hwcurs.pico.tmp alp_i2c.pico.tmp alp_xaa.pico.tmp alp_xaam.pico.tmp lg_driver.pico.tmp lg_hwcurs.pico.tmp lg_i2c.pico.tmp lg_xaa.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/unexpand && rm -f .depend unexpand.d unexpand.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f llib-lcirrus_drv.ln cir_dga.ln cir_driver.ln CirrusClk.ln cir_shadow.ln alp_driver.ln alp_hwcurs.ln alp_i2c.ln alp_xaa.ln alp_xaam.ln lg_driver.ln lg_hwcurs.ln lg_i2c.ln lg_xaa.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/unexpand && rm -f .depend unexpand.d unexpand.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f llib-lcirrus_drv.ln cir_dga.ln cir_driver.ln CirrusClk.ln cir_shadow.ln alp_driver.ln alp_hwcurs.ln alp_i2c.ln alp_xaa.ln alp_xaam.ln lg_driver.ln lg_hwcurs.ln lg_i2c.ln lg_xaa.ln || true) --- cleandir-usr.bin --- --- cleandir-unifdef --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- cleandir ===> usr.bin/unifdef --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus.4 cirrus.html4 .depend CirrusClk.d alp_driver.d alp_hwcurs.d alp_i2c.d alp_xaa.d alp_xaam.d cir_dga.d cir_driver.d cir_shadow.d lg_driver.d lg_hwcurs.d lg_i2c.d lg_xaa.d CirrusClk.d.tmp alp_driver.d.tmp alp_hwcurs.d.tmp alp_i2c.d.tmp alp_xaa.d.tmp alp_xaam.d.tmp cir_dga.d.tmp cir_driver.d.tmp cir_shadow.d.tmp lg_driver.d.tmp lg_hwcurs.d.tmp lg_i2c.d.tmp lg_xaa.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-cirrus && rm -f cirrus.4 cirrus.html4 .depend CirrusClk.d alp_driver.d alp_hwcurs.d alp_i2c.d alp_xaa.d alp_xaam.d cir_dga.d cir_driver.d cir_shadow.d lg_driver.d lg_hwcurs.d lg_i2c.d lg_xaa.d CirrusClk.d.tmp alp_driver.d.tmp alp_hwcurs.d.tmp alp_i2c.d.tmp alp_xaa.d.tmp alp_xaam.d.tmp cir_dga.d.tmp cir_driver.d.tmp cir_shadow.d.tmp lg_driver.d.tmp lg_hwcurs.d.tmp lg_i2c.d.tmp lg_xaa.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/unifdef && rm -f a.out [Ee]rrs mklog core *.core .gdbinit unifdef unifdef.o unifdef.ln || true) --- cleandir-external --- --- cleandir-xf86-video-i128 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/unifdef && rm -f a.out [Ee]rrs mklog core *.core .gdbinit unifdef unifdef.o unifdef.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-i128 --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/unifdef && rm -f unifdef.html1 .depend unifdef.d unifdef.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-i128/dist/configure" returned non-zero status --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/unifdef && rm -f unifdef.html1 .depend unifdef.d unifdef.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-uniq --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/uniq --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128_drv.a i128accel.o i128dga.o i128exa.o i128_driver.o i128IBMDAC.o i128init.o i128accel.o.tmp i128dga.o.tmp i128exa.o.tmp i128_driver.o.tmp i128IBMDAC.o.tmp i128init.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/uniq && rm -f a.out [Ee]rrs mklog core *.core .gdbinit uniq uniq.o uniq.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128_drv.a i128accel.o i128dga.o i128exa.o i128_driver.o i128IBMDAC.o i128init.o i128accel.o.tmp i128dga.o.tmp i128exa.o.tmp i128_driver.o.tmp i128IBMDAC.o.tmp i128init.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/uniq && rm -f a.out [Ee]rrs mklog core *.core .gdbinit uniq uniq.o uniq.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128_drv_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/uniq && rm -f uniq.html1 .depend uniq.d uniq.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128_drv_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/uniq && rm -f uniq.html1 .depend uniq.d uniq.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128_drv_g.a || true) --- cleandir-usr.bin --- --- cleandir-units --- cleandir ===> usr.bin/units --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128_drv_g.a || true) --- libclean4 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128_drv_pic.a i128accel.pico i128dga.pico i128exa.pico i128_driver.pico i128IBMDAC.pico i128init.pico i128accel.pico.tmp i128dga.pico.tmp i128exa.pico.tmp i128_driver.pico.tmp i128IBMDAC.pico.tmp i128init.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/units && rm -f a.out [Ee]rrs mklog core *.core .gdbinit units units.o units.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128_drv_pic.a i128accel.pico i128dga.pico i128exa.pico i128_driver.pico i128IBMDAC.pico i128init.pico i128accel.pico.tmp i128dga.pico.tmp i128exa.pico.tmp i128_driver.pico.tmp i128IBMDAC.pico.tmp i128init.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/units && rm -f a.out [Ee]rrs mklog core *.core .gdbinit units units.o units.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f llib-li128_drv.ln i128accel.ln i128dga.ln i128exa.ln i128_driver.ln i128IBMDAC.ln i128init.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/units && rm -f units.html1 .depend units.d units.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f llib-li128_drv.ln i128accel.ln i128dga.ln i128exa.ln i128_driver.ln i128IBMDAC.ln i128init.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/units && rm -f units.html1 .depend units.d units.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-unvis --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128.4 i128.html4 .depend i128IBMDAC.d i128_driver.d i128accel.d i128dga.d i128exa.d i128init.d i128IBMDAC.d.tmp i128_driver.d.tmp i128accel.d.tmp i128dga.d.tmp i128exa.d.tmp i128init.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/unvis --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i128 && rm -f i128.4 i128.html4 .depend i128IBMDAC.d i128_driver.d i128accel.d i128dga.d i128exa.d i128init.d i128IBMDAC.d.tmp i128_driver.d.tmp i128accel.d.tmp i128dga.d.tmp i128exa.d.tmp i128init.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- cleandir-xf86-video-i740 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/unvis && rm -f a.out [Ee]rrs mklog core *.core .gdbinit unvis unvis.o unvis.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-i740 --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/unvis && rm -f a.out [Ee]rrs mklog core *.core .gdbinit unvis unvis.o unvis.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-i740/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/unvis && rm -f unvis.html1 .depend unvis.d unvis.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/unvis && rm -f unvis.html1 .depend unvis.d unvis.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-unzip --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/unzip --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740_drv.a i740_accel.o i740_cursor.o i740_dga.o i740_driver.o i740_i2c.o i740_io.o i740_video.o i740_accel.o.tmp i740_cursor.o.tmp i740_dga.o.tmp i740_driver.o.tmp i740_i2c.o.tmp i740_io.o.tmp i740_video.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740_drv.a i740_accel.o i740_cursor.o i740_dga.o i740_driver.o i740_i2c.o i740_io.o i740_video.o i740_accel.o.tmp i740_cursor.o.tmp i740_dga.o.tmp i740_driver.o.tmp i740_i2c.o.tmp i740_io.o.tmp i740_video.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/unzip && rm -f a.out [Ee]rrs mklog core *.core .gdbinit unzip unzip.o unzip.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740_drv_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/unzip && rm -f a.out [Ee]rrs mklog core *.core .gdbinit unzip unzip.o unzip.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740_drv_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/unzip && rm -f unzip.html1 .depend unzip.d unzip.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740_drv_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/unzip && rm -f unzip.html1 .depend unzip.d unzip.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740_drv_g.a || true) --- cleandir-usr.bin --- --- cleandir-usbhidaction --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/usbhidaction --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740_drv_pic.a i740_accel.pico i740_cursor.pico i740_dga.pico i740_driver.pico i740_i2c.pico i740_io.pico i740_video.pico i740_accel.pico.tmp i740_cursor.pico.tmp i740_dga.pico.tmp i740_driver.pico.tmp i740_i2c.pico.tmp i740_io.pico.tmp i740_video.pico.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740_drv_pic.a i740_accel.pico i740_cursor.pico i740_dga.pico i740_driver.pico i740_i2c.pico i740_io.pico i740_video.pico i740_accel.pico.tmp i740_cursor.pico.tmp i740_dga.pico.tmp i740_driver.pico.tmp i740_i2c.pico.tmp i740_io.pico.tmp i740_video.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/usbhidaction && rm -f a.out [Ee]rrs mklog core *.core .gdbinit usbhidaction usbhidaction.o usbhidaction.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f llib-li740_drv.ln i740_accel.ln i740_cursor.ln i740_dga.ln i740_driver.ln i740_i2c.ln i740_io.ln i740_video.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/usbhidaction && rm -f a.out [Ee]rrs mklog core *.core .gdbinit usbhidaction usbhidaction.o usbhidaction.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f llib-li740_drv.ln i740_accel.ln i740_cursor.ln i740_dga.ln i740_driver.ln i740_i2c.ln i740_io.ln i740_video.ln || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/usbhidaction && rm -f usbhidaction.html1 .depend usbhidaction.d usbhidaction.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740.4 i740.html4 .depend i740_accel.d i740_cursor.d i740_dga.d i740_driver.d i740_i2c.d i740_io.d i740_video.d i740_accel.d.tmp i740_cursor.d.tmp i740_dga.d.tmp i740_driver.d.tmp i740_i2c.d.tmp i740_io.d.tmp i740_video.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/usbhidaction && rm -f usbhidaction.html1 .depend usbhidaction.d usbhidaction.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-i740 && rm -f i740.4 i740.html4 .depend i740_accel.d i740_cursor.d i740_dga.d i740_driver.d i740_i2c.d i740_io.d i740_video.d i740_accel.d.tmp i740_cursor.d.tmp i740_dga.d.tmp i740_driver.d.tmp i740_i2c.d.tmp i740_io.d.tmp i740_video.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-usbhidctl --- cleandir ===> usr.bin/usbhidctl --- cleandir-external --- --- cleandir-xf86-video-intel --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-intel --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/usbhidctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit usbhidctl usbhid.o usbhid.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-intel/dist/configure" returned non-zero status --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/usbhidctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit usbhidctl usbhid.o usbhid.ln || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/usbhidctl && rm -f usbhidctl.html1 .depend usbhid.d usbhid.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/usbhidctl && rm -f usbhidctl.html1 .depend usbhid.d usbhid.d.tmp tags || true) --- cleandir-users --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/users --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel_drv.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/users && rm -f a.out [Ee]rrs mklog core *.core .gdbinit users users.o utmpentry.o users.ln utmpentry.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel_drv.a intel_device.o intel_options.o intel_module.o backlight.o fd.o i810_accel.o i810_cursor.o i810_dga.o i810_dri.o i810_driver.o i810_hwmc.o i810_memory.o i810_video.o i810_wmark.o blt.o kgem.o gen2_render.o gen3_render.o gen4_common.o gen4_render.o gen4_source.o gen4_vertex.o gen5_render.o gen6_common.o gen6_render.o gen7_render.o gen8_eu.o gen8_render.o gen8_vertex.o gen9_render.o sna_accel.o sna_acpi.o sna_blt.o sna_composite.o sna_cpu.o sna_damage.o sna_display.o sna_display_fake.o sna_dri2.o sna_driver.o sna_glyphs.o sna_gradient.o sna_io.o sna_render.o sna_stream.o sna_threads.o sna_tiling.o sna_transform.o sna_trapezoids.o sna_trapezoids_boxes.o sna_trapezoids_imprecise.o sna_trapezoids_mono.o sna_trapezoids_precise.o sna_vertex.o sna_video.o sna_video_hwmc.o sna_video_overlay.o sna_video_sprite.o sna_video_textured.o brw_disasm.o brw_eu.o brw_eu_emit.o brw_sf.o brw_wm.o fbarc.o fbbitmap.o fbblt.o fbbltone.o fbclip.o fbcopy.o fbfill.o fbgc.o fbglyph.o fbimage.o fbline.o fbpict.o fbpoint.o fbpush.o fbseg.o fbspan.o fbstipple.o fbtile.o fbutil.o i830_3d.o i830_render.o i915_3d.o i915_render.o i915_video.o i965_3d.o i965_render.o i965_video.o intel_batchbuffer.o intel_display.o intel_dri.o intel_driver.o intel_hwmc.o intel_memory.o intel_uxa.o intel_uxa_video.o intel_video.o intel_video_overlay.o uxa.o uxa-accel.o uxa-glyphs.o uxa-render.o uxa-unaccel.o intel_device.o.tmp intel_options.o.tmp intel_module.o.tmp backlight.o.tmp fd.o.tmp i810_accel.o.tmp i810_cursor.o.tmp i810_dga.o.tmp i810_dri.o.tmp i810_driver.o.tmp i810_hwmc.o.tmp i810_memory.o.tmp i810_video.o.tmp i810_wmark.o.tmp blt.o.tmp kgem.o.tmp gen2_render.o.tmp gen3_render.o.tmp gen4_common.o.tmp gen4_render.o.tmp gen4_source.o.tmp gen4_vertex.o.tmp gen5_render.o.tmp gen6_common.o.tmp gen6_render.o.tmp gen7_render.o.tmp gen8_eu.o.tmp gen8_render.o.tmp gen8_vertex.o.tmp gen9_render.o.tmp sna_accel.o.tmp sna_acpi.o.tmp sna_blt.o.tmp sna_composite.o.tmp sna_cpu.o.tmp sna_damage.o.tmp sna_display.o.tmp sna_display_fake.o.tmp sna_dri2.o.tmp sna_driver.o.tmp sna_glyphs.o.tmp sna_gradient.o.tmp sna_io.o.tmp sna_render.o.tmp sna_stream.o.tmp sna_threads.o.tmp sna_tiling.o.tmp sna_transform.o.tmp sna_trapezoids.o.tmp sna_trapezoids_boxes.o.tmp sna_trapezoids_imprecise.o.tmp sna_trapezoids_mono.o.tmp sna_trapezoids_precise.o.tmp sna_vertex.o.tmp sna_video.o.tmp sna_video_hwmc.o.tmp sna_video_overlay.o.tmp sna_video_sprite.o.tmp sna_video_textured.o.tmp brw_disasm.o.tmp brw_eu.o.tmp brw_eu_emit.o.tmp brw_sf.o.tmp brw_wm.o.tmp fbarc.o.tmp fbbitmap.o.tmp fbblt.o.tmp fbbltone.o.tmp fbclip.o.tmp fbcopy.o.tmp fbfill.o.tmp fbgc.o.tmp fbglyph.o.tmp fbimage.o.tmp fbline.o.tmp fbpict.o.tmp fbpoint.o.tmp fbpush.o.tmp fbseg.o.tmp fbspan.o.tmp fbstipple.o.tmp fbtile.o.tmp fbutil.o.tmp i830_3d.o.tmp i830_render.o.tmp i915_3d.o.tmp i915_render.o.tmp i915_video.o.tmp i965_3d.o.tmp i965_render.o.tmp i965_video.o.tmp intel_batchbuffer.o.tmp intel_display.o.tmp intel_dri.o.tmp intel_driver.o.tmp intel_hwmc.o.tmp intel_memory.o.tmp intel_uxa.o.tmp intel_uxa_video.o.tmp intel_video.o.tmp intel_video_overlay.o.tmp uxa.o.tmp uxa-accel.o.tmp uxa-glyphs.o.tmp uxa-render.o.tmp uxa-unaccel.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/users && rm -f a.out [Ee]rrs mklog core *.core .gdbinit users users.o utmpentry.o users.ln utmpentry.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel_drv.a intel_device.o intel_options.o intel_module.o backlight.o fd.o i810_accel.o i810_cursor.o i810_dga.o i810_dri.o i810_driver.o i810_hwmc.o i810_memory.o i810_video.o i810_wmark.o blt.o kgem.o gen2_render.o gen3_render.o gen4_common.o gen4_render.o gen4_source.o gen4_vertex.o gen5_render.o gen6_common.o gen6_render.o gen7_render.o gen8_eu.o gen8_render.o gen8_vertex.o gen9_render.o sna_accel.o sna_acpi.o sna_blt.o sna_composite.o sna_cpu.o sna_damage.o sna_display.o sna_display_fake.o sna_dri2.o sna_driver.o sna_glyphs.o sna_gradient.o sna_io.o sna_render.o sna_stream.o sna_threads.o sna_tiling.o sna_transform.o sna_trapezoids.o sna_trapezoids_boxes.o sna_trapezoids_imprecise.o sna_trapezoids_mono.o sna_trapezoids_precise.o sna_vertex.o sna_video.o sna_video_hwmc.o sna_video_overlay.o sna_video_sprite.o sna_video_textured.o brw_disasm.o brw_eu.o brw_eu_emit.o brw_sf.o brw_wm.o fbarc.o fbbitmap.o fbblt.o fbbltone.o fbclip.o fbcopy.o fbfill.o fbgc.o fbglyph.o fbimage.o fbline.o fbpict.o fbpoint.o fbpush.o fbseg.o fbspan.o fbstipple.o fbtile.o fbutil.o i830_3d.o i830_render.o i915_3d.o i915_render.o i915_video.o i965_3d.o i965_render.o i965_video.o intel_batchbuffer.o intel_display.o intel_dri.o intel_driver.o intel_hwmc.o intel_memory.o intel_uxa.o intel_uxa_video.o intel_video.o intel_video_overlay.o uxa.o uxa-accel.o uxa-glyphs.o uxa-render.o uxa-unaccel.o intel_device.o.tmp intel_options.o.tmp intel_module.o.tmp backlight.o.tmp fd.o.tmp i810_accel.o.tmp i810_cursor.o.tmp i810_dga.o.tmp i810_dri.o.tmp i810_driver.o.tmp i810_hwmc.o.tmp i810_memory.o.tmp i810_video.o.tmp i810_wmark.o.tmp blt.o.tmp kgem.o.tmp gen2_render.o.tmp gen3_render.o.tmp gen4_common.o.tmp gen4_render.o.tmp gen4_source.o.tmp gen4_vertex.o.tmp gen5_render.o.tmp gen6_common.o.tmp gen6_render.o.tmp gen7_render.o.tmp gen8_eu.o.tmp gen8_render.o.tmp gen8_vertex.o.tmp gen9_render.o.tmp sna_accel.o.tmp sna_acpi.o.tmp sna_blt.o.tmp sna_composite.o.tmp sna_cpu.o.tmp sna_damage.o.tmp sna_display.o.tmp sna_display_fake.o.tmp sna_dri2.o.tmp sna_driver.o.tmp sna_glyphs.o.tmp sna_gradient.o.tmp sna_io.o.tmp sna_render.o.tmp sna_stream.o.tmp sna_threads.o.tmp sna_tiling.o.tmp sna_transform.o.tmp sna_trapezoids.o.tmp sna_trapezoids_boxes.o.tmp sna_trapezoids_imprecise.o.tmp sna_trapezoids_mono.o.tmp sna_trapezoids_precise.o.tmp sna_vertex.o.tmp sna_video.o.tmp sna_video_hwmc.o.tmp sna_video_overlay.o.tmp sna_video_sprite.o.tmp sna_video_textured.o.tmp brw_disasm.o.tmp brw_eu.o.tmp brw_eu_emit.o.tmp brw_sf.o.tmp brw_wm.o.tmp fbarc.o.tmp fbbitmap.o.tmp fbblt.o.tmp fbbltone.o.tmp fbclip.o.tmp fbcopy.o.tmp fbfill.o.tmp fbgc.o.tmp fbglyph.o.tmp fbimage.o.tmp fbline.o.tmp fbpict.o.tmp fbpoint.o.tmp fbpush.o.tmp fbseg.o.tmp fbspan.o.tmp fbstipple.o.tmp fbtile.o.tmp fbutil.o.tmp i830_3d.o.tmp i830_render.o.tmp i915_3d.o.tmp i915_render.o.tmp i915_video.o.tmp i965_3d.o.tmp i965_render.o.tmp i965_video.o.tmp intel_batchbuffer.o.tmp intel_display.o.tmp intel_dri.o.tmp intel_driver.o.tmp intel_hwmc.o.tmp intel_memory.o.tmp intel_uxa.o.tmp intel_uxa_video.o.tmp intel_video.o.tmp intel_video_overlay.o.tmp uxa.o.tmp uxa-accel.o.tmp uxa-glyphs.o.tmp uxa-render.o.tmp uxa-unaccel.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/users && rm -f users.html1 .depend users.d utmpentry.d users.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/users && rm -f users.html1 .depend users.d utmpentry.d users.d.tmp utmpentry.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-utoppya --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel_drv_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/utoppya --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/utoppya && rm -f a.out [Ee]rrs mklog core *.core .gdbinit utoppya utoppya.o progressbar.o utoppya.ln progressbar.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel_drv_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/utoppya && rm -f a.out [Ee]rrs mklog core *.core .gdbinit utoppya utoppya.o progressbar.o utoppya.ln progressbar.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel_drv_pic.a intel_device.pico intel_options.pico intel_module.pico backlight.pico fd.pico i810_accel.pico i810_cursor.pico i810_dga.pico i810_dri.pico i810_driver.pico i810_hwmc.pico i810_memory.pico i810_video.pico i810_wmark.pico blt.pico kgem.pico gen2_render.pico gen3_render.pico gen4_common.pico gen4_render.pico gen4_source.pico gen4_vertex.pico gen5_render.pico gen6_common.pico gen6_render.pico gen7_render.pico gen8_eu.pico gen8_render.pico gen8_vertex.pico gen9_render.pico sna_accel.pico sna_acpi.pico sna_blt.pico sna_composite.pico sna_cpu.pico sna_damage.pico sna_display.pico sna_display_fake.pico sna_dri2.pico sna_driver.pico sna_glyphs.pico sna_gradient.pico sna_io.pico sna_render.pico sna_stream.pico sna_threads.pico sna_tiling.pico sna_transform.pico sna_trapezoids.pico sna_trapezoids_boxes.pico sna_trapezoids_imprecise.pico sna_trapezoids_mono.pico sna_trapezoids_precise.pico sna_vertex.pico sna_video.pico sna_video_hwmc.pico sna_video_overlay.pico sna_video_sprite.pico sna_video_textured.pico brw_disasm.pico brw_eu.pico brw_eu_emit.pico brw_sf.pico brw_wm.pico fbarc.pico fbbitmap.pico fbblt.pico fbbltone.pico fbclip.pico fbcopy.pico fbfill.pico fbgc.pico fbglyph.pico fbimage.pico fbline.pico fbpict.pico fbpoint.pico fbpush.pico fbseg.pico fbspan.pico fbstipple.pico fbtile.pico fbutil.pico i830_3d.pico i830_render.pico i915_3d.pico i915_render.pico i915_video.pico i965_3d.pico i965_render.pico i965_video.pico intel_batchbuffer.pico intel_display.pico intel_dri.pico intel_driver.pico intel_hwmc.pico intel_memory.pico intel_uxa.pico intel_uxa_video.pico intel_video.pico intel_video_overlay.pico uxa.pico uxa-accel.pico uxa-glyphs.pico uxa-render.pico uxa-unaccel.pico intel_device.pico.tmp intel_options.pico.tmp intel_module.pico.tmp backlight.pico.tmp fd.pico.tmp i810_accel.pico.tmp i810_cursor.pico.tmp i810_dga.pico.tmp i810_dri.pico.tmp i810_driver.pico.tmp i810_hwmc.pico.tmp i810_memory.pico.tmp i810_video.pico.tmp i810_wmark.pico.tmp blt.pico.tmp kgem.pico.tmp gen2_render.pico.tmp gen3_render.pico.tmp gen4_common.pico.tmp gen4_render.pico.tmp gen4_source.pico.tmp gen4_vertex.pico.tmp gen5_render.pico.tmp gen6_common.pico.tmp gen6_render.pico.tmp gen7_render.pico.tmp gen8_eu.pico.tmp gen8_render.pico.tmp gen8_vertex.pico.tmp gen9_render.pico.tmp sna_accel.pico.tmp sna_acpi.pico.tmp sna_blt.pico.tmp sna_composite.pico.tmp sna_cpu.pico.tmp sna_damage.pico.tmp sna_display.pico.tmp sna_display_fake.pico.tmp sna_dri2.pico.tmp sna_driver.pico.tmp sna_glyphs.pico.tmp sna_gradient.pico.tmp sna_io.pico.tmp sna_render.pico.tmp sna_stream.pico.tmp sna_threads.pico.tmp sna_tiling.pico.tmp sna_transform.pico.tmp sna_trapezoids.pico.tmp sna_trapezoids_boxes.pico.tmp sna_trapezoids_imprecise.pico.tmp sna_trapezoids_mono.pico.tmp sna_trapezoids_precise.pico.tmp sna_vertex.pico.tmp sna_video.pico.tmp sna_video_hwmc.pico.tmp sna_video_overlay.pico.tmp sna_video_sprite.pico.tmp sna_video_textured.pico.tmp brw_disasm.pico.tmp brw_eu.pico.tmp brw_eu_emit.pico.tmp brw_sf.pico.tmp brw_wm.pico.tmp fbarc.pico.tmp fbbitmap.pico.tmp fbblt.pico.tmp fbbltone.pico.tmp fbclip.pico.tmp fbcopy.pico.tmp fbfill.pico.tmp fbgc.pico.tmp fbglyph.pico.tmp fbimage.pico.tmp fbline.pico.tmp fbpict.pico.tmp fbpoint.pico.tmp fbpush.pico.tmp fbseg.pico.tmp fbspan.pico.tmp fbstipple.pico.tmp fbtile.pico.tmp fbutil.pico.tmp i830_3d.pico.tmp i830_render.pico.tmp i915_3d.pico.tmp i915_render.pico.tmp i915_video.pico.tmp i965_3d.pico.tmp i965_render.pico.tmp i965_video.pico.tmp intel_batchbuffer.pico.tmp intel_display.pico.tmp intel_dri.pico.tmp intel_driver.pico.tmp intel_hwmc.pico.tmp intel_memory.pico.tmp intel_uxa.pico.tmp intel_uxa_video.pico.tmp intel_video.pico.tmp intel_video_overlay.pico.tmp uxa.pico.tmp uxa-accel.pico.tmp uxa-glyphs.pico.tmp uxa-render.pico.tmp uxa-unaccel.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/utoppya && rm -f utoppya.html1 .depend progressbar.d utoppya.d progressbar.d.tmp utoppya.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel_drv_pic.a intel_device.pico intel_options.pico intel_module.pico backlight.pico fd.pico i810_accel.pico i810_cursor.pico i810_dga.pico i810_dri.pico i810_driver.pico i810_hwmc.pico i810_memory.pico i810_video.pico i810_wmark.pico blt.pico kgem.pico gen2_render.pico gen3_render.pico gen4_common.pico gen4_render.pico gen4_source.pico gen4_vertex.pico gen5_render.pico gen6_common.pico gen6_render.pico gen7_render.pico gen8_eu.pico gen8_render.pico gen8_vertex.pico gen9_render.pico sna_accel.pico sna_acpi.pico sna_blt.pico sna_composite.pico sna_cpu.pico sna_damage.pico sna_display.pico sna_display_fake.pico sna_dri2.pico sna_driver.pico sna_glyphs.pico sna_gradient.pico sna_io.pico sna_render.pico sna_stream.pico sna_threads.pico sna_tiling.pico sna_transform.pico sna_trapezoids.pico sna_trapezoids_boxes.pico sna_trapezoids_imprecise.pico sna_trapezoids_mono.pico sna_trapezoids_precise.pico sna_vertex.pico sna_video.pico sna_video_hwmc.pico sna_video_overlay.pico sna_video_sprite.pico sna_video_textured.pico brw_disasm.pico brw_eu.pico brw_eu_emit.pico brw_sf.pico brw_wm.pico fbarc.pico fbbitmap.pico fbblt.pico fbbltone.pico fbclip.pico fbcopy.pico fbfill.pico fbgc.pico fbglyph.pico fbimage.pico fbline.pico fbpict.pico fbpoint.pico fbpush.pico fbseg.pico fbspan.pico fbstipple.pico fbtile.pico fbutil.pico i830_3d.pico i830_render.pico i915_3d.pico i915_render.pico i915_video.pico i965_3d.pico i965_render.pico i965_video.pico intel_batchbuffer.pico intel_display.pico intel_dri.pico intel_driver.pico intel_hwmc.pico intel_memory.pico intel_uxa.pico intel_uxa_video.pico intel_video.pico intel_video_overlay.pico uxa.pico uxa-accel.pico uxa-glyphs.pico uxa-render.pico uxa-unaccel.pico intel_device.pico.tmp intel_options.pico.tmp intel_module.pico.tmp backlight.pico.tmp fd.pico.tmp i810_accel.pico.tmp i810_cursor.pico.tmp i810_dga.pico.tmp i810_dri.pico.tmp i810_driver.pico.tmp i810_hwmc.pico.tmp i810_memory.pico.tmp i810_video.pico.tmp i810_wmark.pico.tmp blt.pico.tmp kgem.pico.tmp gen2_render.pico.tmp gen3_render.pico.tmp gen4_common.pico.tmp gen4_render.pico.tmp gen4_source.pico.tmp gen4_vertex.pico.tmp gen5_render.pico.tmp gen6_common.pico.tmp gen6_render.pico.tmp gen7_render.pico.tmp gen8_eu.pico.tmp gen8_render.pico.tmp gen8_vertex.pico.tmp gen9_render.pico.tmp sna_accel.pico.tmp sna_acpi.pico.tmp sna_blt.pico.tmp sna_composite.pico.tmp sna_cpu.pico.tmp sna_damage.pico.tmp sna_display.pico.tmp sna_display_fake.pico.tmp sna_dri2.pico.tmp sna_driver.pico.tmp sna_glyphs.pico.tmp sna_gradient.pico.tmp sna_io.pico.tmp sna_render.pico.tmp sna_stream.pico.tmp sna_threads.pico.tmp sna_tiling.pico.tmp sna_transform.pico.tmp sna_trapezoids.pico.tmp sna_trapezoids_boxes.pico.tmp sna_trapezoids_imprecise.pico.tmp sna_trapezoids_mono.pico.tmp sna_trapezoids_precise.pico.tmp sna_vertex.pico.tmp sna_video.pico.tmp sna_video_hwmc.pico.tmp sna_video_overlay.pico.tmp sna_video_sprite.pico.tmp sna_video_textured.pico.tmp brw_disasm.pico.tmp brw_eu.pico.tmp brw_eu_emit.pico.tmp brw_sf.pico.tmp brw_wm.pico.tmp fbarc.pico.tmp fbbitmap.pico.tmp fbblt.pico.tmp fbbltone.pico.tmp fbclip.pico.tmp fbcopy.pico.tmp fbfill.pico.tmp fbgc.pico.tmp fbglyph.pico.tmp fbimage.pico.tmp fbline.pico.tmp fbpict.pico.tmp fbpoint.pico.tmp fbpush.pico.tmp fbseg.pico.tmp fbspan.pico.tmp fbstipple.pico.tmp fbtile.pico.tmp fbutil.pico.tmp i830_3d.pico.tmp i830_render.pico.tmp i915_3d.pico.tmp i915_render.pico.tmp i915_video.pico.tmp i965_3d.pico.tmp i965_render.pico.tmp i965_video.pico.tmp intel_batchbuffer.pico.tmp intel_display.pico.tmp intel_dri.pico.tmp intel_driver.pico.tmp intel_hwmc.pico.tmp intel_memory.pico.tmp intel_uxa.pico.tmp intel_uxa_video.pico.tmp intel_video.pico.tmp intel_video_overlay.pico.tmp uxa.pico.tmp uxa-accel.pico.tmp uxa-glyphs.pico.tmp uxa-render.pico.tmp uxa-unaccel.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/utoppya && rm -f utoppya.html1 .depend progressbar.d utoppya.d progressbar.d.tmp utoppya.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-uudecode --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-intel && rm -f llib-lintel_drv.ln intel_device.ln intel_options.ln intel_module.ln backlight.ln fd.ln i810_accel.ln i810_cursor.ln i810_dga.ln i810_dri.ln i810_driver.ln i810_hwmc.ln i810_memory.ln i810_video.ln i810_wmark.ln blt.ln kgem.ln gen2_render.ln gen3_render.ln gen4_common.ln gen4_render.ln gen4_source.ln gen4_vertex.ln gen5_render.ln gen6_common.ln gen6_render.ln gen7_render.ln gen8_eu.ln gen8_render.ln gen8_vertex.ln gen9_render.ln sna_accel.ln sna_acpi.ln sna_blt.ln sna_composite.ln sna_cpu.ln sna_damage.ln sna_display.ln sna_display_fake.ln sna_dri2.ln sna_driver.ln sna_glyphs.ln sna_gradient.ln sna_io.ln sna_render.ln sna_stream.ln sna_threads.ln sna_tiling.ln sna_transform.ln sna_trapezoids.ln sna_trapezoids_boxes.ln sna_trapezoids_imprecise.ln sna_trapezoids_mono.ln sna_trapezoids_precise.ln sna_vertex.ln sna_video.ln sna_video_hwmc.ln sna_video_overlay.ln sna_video_sprite.ln sna_video_textured.ln brw_disasm.ln brw_eu.ln brw_eu_emit.ln brw_sf.ln brw_wm.ln fbarc.ln fbbitmap.ln fbblt.ln fbbltone.ln fbclip.ln fbcopy.ln fbfill.ln fbgc.ln fbglyph.ln fbimage.ln fbline.ln fbpict.ln fbpoint.ln fbpush.ln fbseg.ln fbspan.ln fbstipple.ln fbtile.ln fbutil.ln i830_3d.ln i830_render.ln i915_3d.ln i915_render.ln i915_video.ln i965_3d.ln i965_render.ln i965_video.ln intel_batchbuffer.ln intel_display.ln intel_dri.ln intel_driver.ln intel_hwmc.ln intel_memory.ln intel_uxa.ln intel_uxa_video.ln intel_video.ln intel_video_overlay.ln uxa.ln uxa-accel.ln uxa-glyphs.ln uxa-render.ln uxa-unaccel.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/uudecode --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-intel && rm -f llib-lintel_drv.ln intel_device.ln intel_options.ln intel_module.ln backlight.ln fd.ln i810_accel.ln i810_cursor.ln i810_dga.ln i810_dri.ln i810_driver.ln i810_hwmc.ln i810_memory.ln i810_video.ln i810_wmark.ln blt.ln kgem.ln gen2_render.ln gen3_render.ln gen4_common.ln gen4_render.ln gen4_source.ln gen4_vertex.ln gen5_render.ln gen6_common.ln gen6_render.ln gen7_render.ln gen8_eu.ln gen8_render.ln gen8_vertex.ln gen9_render.ln sna_accel.ln sna_acpi.ln sna_blt.ln sna_composite.ln sna_cpu.ln sna_damage.ln sna_display.ln sna_display_fake.ln sna_dri2.ln sna_driver.ln sna_glyphs.ln sna_gradient.ln sna_io.ln sna_render.ln sna_stream.ln sna_threads.ln sna_tiling.ln sna_transform.ln sna_trapezoids.ln sna_trapezoids_boxes.ln sna_trapezoids_imprecise.ln sna_trapezoids_mono.ln sna_trapezoids_precise.ln sna_vertex.ln sna_video.ln sna_video_hwmc.ln sna_video_overlay.ln sna_video_sprite.ln sna_video_textured.ln brw_disasm.ln brw_eu.ln brw_eu_emit.ln brw_sf.ln brw_wm.ln fbarc.ln fbbitmap.ln fbblt.ln fbbltone.ln fbclip.ln fbcopy.ln fbfill.ln fbgc.ln fbglyph.ln fbimage.ln fbline.ln fbpict.ln fbpoint.ln fbpush.ln fbseg.ln fbspan.ln fbstipple.ln fbtile.ln fbutil.ln i830_3d.ln i830_render.ln i915_3d.ln i915_render.ln i915_video.ln i965_3d.ln i965_render.ln i965_video.ln intel_batchbuffer.ln intel_display.ln intel_dri.ln intel_driver.ln intel_hwmc.ln intel_memory.ln intel_uxa.ln intel_uxa_video.ln intel_video.ln intel_video_overlay.ln uxa.ln uxa-accel.ln uxa-glyphs.ln uxa-render.ln uxa-unaccel.ln || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/uudecode && rm -f a.out [Ee]rrs mklog core *.core .gdbinit uudecode uudecode.o uudecode.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/uudecode && rm -f a.out [Ee]rrs mklog core *.core .gdbinit uudecode uudecode.o uudecode.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel.4 intel.html4 .depend backlight.d blt.d brw_disasm.d brw_eu.d brw_eu_emit.d brw_sf.d brw_wm.d fbarc.d fbbitmap.d fbblt.d fbbltone.d fbclip.d fbcopy.d fbfill.d fbgc.d fbglyph.d fbimage.d fbline.d fbpict.d fbpoint.d fbpush.d fbseg.d fbspan.d fbstipple.d fbtile.d fbutil.d fd.d gen2_render.d gen3_render.d gen4_common.d gen4_render.d gen4_source.d gen4_vertex.d gen5_render.d gen6_common.d gen6_render.d gen7_render.d gen8_eu.d gen8_render.d gen8_vertex.d gen9_render.d i810_accel.d i810_cursor.d i810_dga.d i810_dri.d i810_driver.d i810_hwmc.d i810_memory.d i810_video.d i810_wmark.d i830_3d.d i830_render.d i915_3d.d i915_render.d i915_video.d i965_3d.d i965_render.d i965_video.d intel_batchbuffer.d intel_device.d intel_display.d intel_dri.d intel_driver.d intel_hwmc.d intel_memory.d intel_module.d intel_options.d intel_uxa.d intel_uxa_video.d intel_video.d intel_video_overlay.d kgem.d sna_accel.d sna_acpi.d sna_blt.d sna_composite.d sna_cpu.d sna_damage.d sna_display.d sna_display_fake.d sna_dri2.d sna_driver.d sna_glyphs.d sna_gradient.d sna_io.d sna_render.d sna_stream.d sna_threads.d sna_tiling.d sna_transform.d sna_trapezoids.d sna_trapezoids_boxes.d sna_trapezoids_imprecise.d sna_trapezoids_mono.d sna_trapezoids_precise.d sna_vertex.d sna_video.d sna_video_hwmc.d sna_video_overlay.d sna_video_sprite.d sna_video_textured.d uxa-accel.d uxa-glyphs.d uxa-render.d uxa-unaccel.d uxa.d backlight.d.tmp blt.d.tmp brw_disasm.d.tmp brw_eu.d.tmp brw_eu_emit.d.tmp brw_sf.d.tmp brw_wm.d.tmp fbarc.d.tmp fbbitmap.d.tmp fbblt.d.tmp fbbltone.d.tmp fbclip.d.tmp fbcopy.d.tmp fbfill.d.tmp fbgc.d.tmp fbglyph.d.tmp fbimage.d.tmp fbline.d.tmp fbpict.d.tmp fbpoint.d.tmp fbpush.d.tmp fbseg.d.tmp fbspan.d.tmp fbstipple.d.tmp fbtile.d.tmp fbutil.d.tmp fd.d.tmp gen2_render.d.tmp gen3_render.d.tmp gen4_common.d.tmp gen4_render.d.tmp gen4_source.d.tmp gen4_vertex.d.tmp gen5_render.d.tmp gen6_common.d.tmp gen6_render.d.tmp gen7_render.d.tmp gen8_eu.d.tmp gen8_render.d.tmp gen8_vertex.d.tmp gen9_render.d.tmp i810_accel.d.tmp i810_cursor.d.tmp i810_dga.d.tmp i810_dri.d.tmp i810_driver.d.tmp i810_hwmc.d.tmp i810_memory.d.tmp i810_video.d.tmp i810_wmark.d.tmp i830_3d.d.tmp i830_render.d.tmp i915_3d.d.tmp i915_render.d.tmp i915_video.d.tmp i965_3d.d.tmp i965_render.d.tmp i965_video.d.tmp intel_batchbuffer.d.tmp intel_device.d.tmp intel_display.d.tmp intel_dri.d.tmp intel_driver.d.tmp intel_hwmc.d.tmp intel_memory.d.tmp intel_module.d.tmp intel_options.d.tmp intel_uxa.d.tmp intel_uxa_video.d.tmp intel_video.d.tmp intel_video_overlay.d.tmp kgem.d.tmp sna_accel.d.tmp sna_acpi.d.tmp sna_blt.d.tmp sna_composite.d.tmp sna_cpu.d.tmp sna_damage.d.tmp sna_display.d.tmp sna_display_fake.d.tmp sna_dri2.d.tmp sna_driver.d.tmp sna_glyphs.d.tmp sna_gradient.d.tmp sna_io.d.tmp sna_render.d.tmp sna_stream.d.tmp sna_threads.d.tmp sna_tiling.d.tmp sna_transform.d.tmp sna_trapezoids.d.tmp sna_trapezoids_boxes.d.tmp sna_trapezoids_imprecise.d.tmp sna_trapezoids_mono.d.tmp sna_trapezoids_precise.d.tmp sna_vertex.d.tmp sna_video.d.tmp sna_video_hwmc.d.tmp sna_video_overlay.d.tmp sna_video_sprite.d.tmp sna_video_textured.d.tmp uxa-accel.d.tmp uxa-glyphs.d.tmp uxa-render.d.tmp uxa-unaccel.d.tmp uxa.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-intel && rm -f intel.4 intel.html4 .depend backlight.d blt.d brw_disasm.d brw_eu.d brw_eu_emit.d brw_sf.d brw_wm.d fbarc.d fbbitmap.d fbblt.d fbbltone.d fbclip.d fbcopy.d fbfill.d fbgc.d fbglyph.d fbimage.d fbline.d fbpict.d fbpoint.d fbpush.d fbseg.d fbspan.d fbstipple.d fbtile.d fbutil.d fd.d gen2_render.d gen3_render.d gen4_common.d gen4_render.d gen4_source.d gen4_vertex.d gen5_render.d gen6_common.d gen6_render.d gen7_render.d gen8_eu.d gen8_render.d gen8_vertex.d gen9_render.d i810_accel.d i810_cursor.d i810_dga.d i810_dri.d i810_driver.d i810_hwmc.d i810_memory.d i810_video.d i810_wmark.d i830_3d.d i830_render.d i915_3d.d i915_render.d i915_video.d i965_3d.d i965_render.d i965_video.d intel_batchbuffer.d intel_device.d intel_display.d intel_dri.d intel_driver.d intel_hwmc.d intel_memory.d intel_module.d intel_options.d intel_uxa.d intel_uxa_video.d intel_video.d intel_video_overlay.d kgem.d sna_accel.d sna_acpi.d sna_blt.d sna_composite.d sna_cpu.d sna_damage.d sna_display.d sna_display_fake.d sna_dri2.d sna_driver.d sna_glyphs.d sna_gradient.d sna_io.d sna_render.d sna_stream.d sna_threads.d sna_tiling.d sna_transform.d sna_trapezoids.d sna_trapezoids_boxes.d sna_trapezoids_imprecise.d sna_trapezoids_mono.d sna_trapezoids_precise.d sna_vertex.d sna_video.d sna_video_hwmc.d sna_video_overlay.d sna_video_sprite.d sna_video_textured.d uxa-accel.d uxa-glyphs.d uxa-render.d uxa-unaccel.d uxa.d backlight.d.tmp blt.d.tmp brw_disasm.d.tmp brw_eu.d.tmp brw_eu_emit.d.tmp brw_sf.d.tmp brw_wm.d.tmp fbarc.d.tmp fbbitmap.d.tmp fbblt.d.tmp fbbltone.d.tmp fbclip.d.tmp fbcopy.d.tmp fbfill.d.tmp fbgc.d.tmp fbglyph.d.tmp fbimage.d.tmp fbline.d.tmp fbpict.d.tmp fbpoint.d.tmp fbpush.d.tmp fbseg.d.tmp fbspan.d.tmp fbstipple.d.tmp fbtile.d.tmp fbutil.d.tmp fd.d.tmp gen2_render.d.tmp gen3_render.d.tmp gen4_common.d.tmp gen4_render.d.tmp gen4_source.d.tmp gen4_vertex.d.tmp gen5_render.d.tmp gen6_common.d.tmp gen6_render.d.tmp gen7_render.d.tmp gen8_eu.d.tmp gen8_render.d.tmp gen8_vertex.d.tmp gen9_render.d.tmp i810_accel.d.tmp i810_cursor.d.tmp i810_dga.d.tmp i810_dri.d.tmp i810_driver.d.tmp i810_hwmc.d.tmp i810_memory.d.tmp i810_video.d.tmp i810_wmark.d.tmp i830_3d.d.tmp i830_render.d.tmp i915_3d.d.tmp i915_render.d.tmp i915_video.d.tmp i965_3d.d.tmp i965_render.d.tmp i965_video.d.tmp intel_batchbuffer.d.tmp intel_device.d.tmp intel_display.d.tmp intel_dri.d.tmp intel_driver.d.tmp intel_hwmc.d.tmp intel_memory.d.tmp intel_module.d.tmp intel_options.d.tmp intel_uxa.d.tmp intel_uxa_video.d.tmp intel_video.d.tmp intel_video_overlay.d.tmp kgem.d.tmp sna_accel.d.tmp sna_acpi.d.tmp sna_blt.d.tmp sna_composite.d.tmp sna_cpu.d.tmp sna_damage.d.tmp sna_display.d.tmp sna_display_fake.d.tmp sna_dri2.d.tmp sna_driver.d.tmp sna_glyphs.d.tmp sna_gradient.d.tmp sna_io.d.tmp sna_render.d.tmp sna_stream.d.tmp sna_threads.d.tmp sna_tiling.d.tmp sna_transform.d.tmp sna_trapezoids.d.tmp sna_trapezoids_boxes.d.tmp sna_trapezoids_imprecise.d.tmp sna_trapezoids_mono.d.tmp sna_trapezoids_precise.d.tmp sna_vertex.d.tmp sna_video.d.tmp sna_video_hwmc.d.tmp sna_video_overlay.d.tmp sna_video_sprite.d.tmp sna_video_textured.d.tmp uxa-accel.d.tmp uxa-glyphs.d.tmp uxa-render.d.tmp uxa-unaccel.d.tmp uxa.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/uudecode && rm -f .depend uudecode.d uudecode.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/uudecode && rm -f .depend uudecode.d uudecode.d.tmp tags || true) --- cleandir-external --- --- cleandir-xf86-video-mach64 --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-mach64 --- cleandir-usr.bin --- --- cleandir-uuencode --- cleandir ===> usr.bin/uuencode --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-mach64/dist/configure" returned non-zero status --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f mach64_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/uuencode && rm -f a.out [Ee]rrs mklog core *.core .gdbinit uuencode uuencode.o uuencode.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f mach64_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/uuencode && rm -f a.out [Ee]rrs mklog core *.core .gdbinit uuencode uuencode.o uuencode.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/uuencode && rm -f uuencode.html1 uuencode.html5 .depend uuencode.d uuencode.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f mach64_drv.a atibus.o atichip.o atiprobe.o atividmem.o atiadjust.o aticlock.o aticonfig.o aticonsole.o atidac.o atidsp.o atii2c.o atilock.o atimach64.o atimach64accel.o atimach64cursor.o atimach64i2c.o atimach64io.o atimach64xv.o atimode.o atipreinit.o atiprint.o atirgb514.o atiscreen.o atituner.o atiutil.o ativalid.o atiload.o atimisc.o atimach64probe.o ativga.o ativgaio.o atibank.o atiwonder.o atiwonderio.o atidga.o atimach64exa.o atibus.o.tmp atichip.o.tmp atiprobe.o.tmp atividmem.o.tmp atiadjust.o.tmp aticlock.o.tmp aticonfig.o.tmp aticonsole.o.tmp atidac.o.tmp atidsp.o.tmp atii2c.o.tmp atilock.o.tmp atimach64.o.tmp atimach64accel.o.tmp atimach64cursor.o.tmp atimach64i2c.o.tmp atimach64io.o.tmp atimach64xv.o.tmp atimode.o.tmp atipreinit.o.tmp atiprint.o.tmp atirgb514.o.tmp atiscreen.o.tmp atituner.o.tmp atiutil.o.tmp ativalid.o.tmp atiload.o.tmp atimisc.o.tmp atimach64probe.o.tmp ativga.o.tmp ativgaio.o.tmp atibank.o.tmp atiwonder.o.tmp atiwonderio.o.tmp atidga.o.tmp atimach64exa.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/uuencode && rm -f uuencode.html1 uuencode.html5 .depend uuencode.d uuencode.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f mach64_drv.a atibus.o atichip.o atiprobe.o atividmem.o atiadjust.o aticlock.o aticonfig.o aticonsole.o atidac.o atidsp.o atii2c.o atilock.o atimach64.o atimach64accel.o atimach64cursor.o atimach64i2c.o atimach64io.o atimach64xv.o atimode.o atipreinit.o atiprint.o atirgb514.o atiscreen.o atituner.o atiutil.o ativalid.o atiload.o atimisc.o atimach64probe.o ativga.o ativgaio.o atibank.o atiwonder.o atiwonderio.o atidga.o atimach64exa.o atibus.o.tmp atichip.o.tmp atiprobe.o.tmp atividmem.o.tmp atiadjust.o.tmp aticlock.o.tmp aticonfig.o.tmp aticonsole.o.tmp atidac.o.tmp atidsp.o.tmp atii2c.o.tmp atilock.o.tmp atimach64.o.tmp atimach64accel.o.tmp atimach64cursor.o.tmp atimach64i2c.o.tmp atimach64io.o.tmp atimach64xv.o.tmp atimode.o.tmp atipreinit.o.tmp atiprint.o.tmp atirgb514.o.tmp atiscreen.o.tmp atituner.o.tmp atiutil.o.tmp ativalid.o.tmp atiload.o.tmp atimisc.o.tmp atimach64probe.o.tmp ativga.o.tmp ativgaio.o.tmp atibank.o.tmp atiwonder.o.tmp atiwonderio.o.tmp atidga.o.tmp atimach64exa.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-uuidgen --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/uuidgen --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f mach64_drv_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f mach64_drv_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/uuidgen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit uuidgen uuidgen.o uuidgen.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f mach64_drv_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/uuidgen && rm -f a.out [Ee]rrs mklog core *.core .gdbinit uuidgen uuidgen.o uuidgen.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f mach64_drv_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/uuidgen && rm -f uuidgen.html1 .depend uuidgen.d uuidgen.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f mach64_drv_pic.a atibus.pico atichip.pico atiprobe.pico atividmem.pico atiadjust.pico aticlock.pico aticonfig.pico aticonsole.pico atidac.pico atidsp.pico atii2c.pico atilock.pico atimach64.pico atimach64accel.pico atimach64cursor.pico atimach64i2c.pico atimach64io.pico atimach64xv.pico atimode.pico atipreinit.pico atiprint.pico atirgb514.pico atiscreen.pico atituner.pico atiutil.pico ativalid.pico atiload.pico atimisc.pico atimach64probe.pico ativga.pico ativgaio.pico atibank.pico atiwonder.pico atiwonderio.pico atidga.pico atimach64exa.pico atibus.pico.tmp atichip.pico.tmp atiprobe.pico.tmp atividmem.pico.tmp atiadjust.pico.tmp aticlock.pico.tmp aticonfig.pico.tmp aticonsole.pico.tmp atidac.pico.tmp atidsp.pico.tmp atii2c.pico.tmp atilock.pico.tmp atimach64.pico.tmp atimach64accel.pico.tmp atimach64cursor.pico.tmp atimach64i2c.pico.tmp atimach64io.pico.tmp atimach64xv.pico.tmp atimode.pico.tmp atipreinit.pico.tmp atiprint.pico.tmp atirgb514.pico.tmp atiscreen.pico.tmp atituner.pico.tmp atiutil.pico.tmp ativalid.pico.tmp atiload.pico.tmp atimisc.pico.tmp atimach64probe.pico.tmp ativga.pico.tmp ativgaio.pico.tmp atibank.pico.tmp atiwonder.pico.tmp atiwonderio.pico.tmp atidga.pico.tmp atimach64exa.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/uuidgen && rm -f uuidgen.html1 .depend uuidgen.d uuidgen.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f mach64_drv_pic.a atibus.pico atichip.pico atiprobe.pico atividmem.pico atiadjust.pico aticlock.pico aticonfig.pico aticonsole.pico atidac.pico atidsp.pico atii2c.pico atilock.pico atimach64.pico atimach64accel.pico atimach64cursor.pico atimach64i2c.pico atimach64io.pico atimach64xv.pico atimode.pico atipreinit.pico atiprint.pico atirgb514.pico atiscreen.pico atituner.pico atiutil.pico ativalid.pico atiload.pico atimisc.pico atimach64probe.pico ativga.pico ativgaio.pico atibank.pico atiwonder.pico atiwonderio.pico atidga.pico atimach64exa.pico atibus.pico.tmp atichip.pico.tmp atiprobe.pico.tmp atividmem.pico.tmp atiadjust.pico.tmp aticlock.pico.tmp aticonfig.pico.tmp aticonsole.pico.tmp atidac.pico.tmp atidsp.pico.tmp atii2c.pico.tmp atilock.pico.tmp atimach64.pico.tmp atimach64accel.pico.tmp atimach64cursor.pico.tmp atimach64i2c.pico.tmp atimach64io.pico.tmp atimach64xv.pico.tmp atimode.pico.tmp atipreinit.pico.tmp atiprint.pico.tmp atirgb514.pico.tmp atiscreen.pico.tmp atituner.pico.tmp atiutil.pico.tmp ativalid.pico.tmp atiload.pico.tmp atimisc.pico.tmp atimach64probe.pico.tmp ativga.pico.tmp ativgaio.pico.tmp atibank.pico.tmp atiwonder.pico.tmp atiwonderio.pico.tmp atidga.pico.tmp atimach64exa.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-vacation --- cleandir ===> usr.bin/vacation --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f llib-lmach64_drv.ln atibus.ln atichip.ln atiprobe.ln atividmem.ln atiadjust.ln aticlock.ln aticonfig.ln aticonsole.ln atidac.ln atidsp.ln atii2c.ln atilock.ln atimach64.ln atimach64accel.ln atimach64cursor.ln atimach64i2c.ln atimach64io.ln atimach64xv.ln atimode.ln atipreinit.ln atiprint.ln atirgb514.ln atiscreen.ln atituner.ln atiutil.ln ativalid.ln atiload.ln atimisc.ln atimach64probe.ln ativga.ln ativgaio.ln atibank.ln atiwonder.ln atiwonderio.ln atidga.ln atimach64exa.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f llib-lmach64_drv.ln atibus.ln atichip.ln atiprobe.ln atividmem.ln atiadjust.ln aticlock.ln aticonfig.ln aticonsole.ln atidac.ln atidsp.ln atii2c.ln atilock.ln atimach64.ln atimach64accel.ln atimach64cursor.ln atimach64i2c.ln atimach64io.ln atimach64xv.ln atimode.ln atipreinit.ln atiprint.ln atirgb514.ln atiscreen.ln atituner.ln atiutil.ln ativalid.ln atiload.ln atimisc.ln atimach64probe.ln ativga.ln ativgaio.ln atibank.ln atiwonder.ln atiwonderio.ln atidga.ln atimach64exa.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/vacation && rm -f a.out [Ee]rrs mklog core *.core .gdbinit vacation vacation.o vacation.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/vacation && rm -f a.out [Ee]rrs mklog core *.core .gdbinit vacation vacation.o vacation.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f .depend atiadjust.d atibank.d atibus.d atichip.d aticlock.d aticonfig.d aticonsole.d atidac.d atidga.d atidsp.d atii2c.d atiload.d atilock.d atimach64.d atimach64accel.d atimach64cursor.d atimach64exa.d atimach64i2c.d atimach64io.d atimach64probe.d atimach64xv.d atimisc.d atimode.d atipreinit.d atiprint.d atiprobe.d atirgb514.d atiscreen.d atituner.d atiutil.d ativalid.d ativga.d ativgaio.d atividmem.d atiwonder.d atiwonderio.d atiadjust.d.tmp atibank.d.tmp atibus.d.tmp atichip.d.tmp aticlock.d.tmp aticonfig.d.tmp aticonsole.d.tmp atidac.d.tmp atidga.d.tmp atidsp.d.tmp atii2c.d.tmp atiload.d.tmp atilock.d.tmp atimach64.d.tmp atimach64accel.d.tmp atimach64cursor.d.tmp atimach64exa.d.tmp atimach64i2c.d.tmp atimach64io.d.tmp atimach64probe.d.tmp atimach64xv.d.tmp atimisc.d.tmp atimode.d.tmp atipreinit.d.tmp atiprint.d.tmp atiprobe.d.tmp atirgb514.d.tmp atiscreen.d.tmp atituner.d.tmp atiutil.d.tmp ativalid.d.tmp ativga.d.tmp ativgaio.d.tmp atividmem.d.tmp atiwonder.d.tmp atiwonderio.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mach64 && rm -f .depend atiadjust.d atibank.d atibus.d atichip.d aticlock.d aticonfig.d aticonsole.d atidac.d atidga.d atidsp.d atii2c.d atiload.d atilock.d atimach64.d atimach64accel.d atimach64cursor.d atimach64exa.d atimach64i2c.d atimach64io.d atimach64probe.d atimach64xv.d atimisc.d atimode.d atipreinit.d atiprint.d atiprobe.d atirgb514.d atiscreen.d atituner.d atiutil.d ativalid.d ativga.d ativgaio.d atividmem.d atiwonder.d atiwonderio.d atiadjust.d.tmp atibank.d.tmp atibus.d.tmp atichip.d.tmp aticlock.d.tmp aticonfig.d.tmp aticonsole.d.tmp atidac.d.tmp atidga.d.tmp atidsp.d.tmp atii2c.d.tmp atiload.d.tmp atilock.d.tmp atimach64.d.tmp atimach64accel.d.tmp atimach64cursor.d.tmp atimach64exa.d.tmp atimach64i2c.d.tmp atimach64io.d.tmp atimach64probe.d.tmp atimach64xv.d.tmp atimisc.d.tmp atimode.d.tmp atipreinit.d.tmp atiprint.d.tmp atiprobe.d.tmp atirgb514.d.tmp atiscreen.d.tmp atituner.d.tmp atiutil.d.tmp ativalid.d.tmp ativga.d.tmp ativgaio.d.tmp atividmem.d.tmp atiwonder.d.tmp atiwonderio.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/vacation && rm -f vacation.html1 .depend vacation.d vacation.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/vacation && rm -f vacation.html1 .depend vacation.d vacation.d.tmp tags || true) --- cleandir-external --- --- cleandir-xf86-video-mga --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-mga --- cleandir-usr.bin --- --- cleandir-vgrind --- cleandir ===> usr.bin/vgrind --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-mga/dist/configure" returned non-zero status --- __doclean --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/vgrind && rm -f vgrindefs.src.db a.out [Ee]rrs mklog core *.core .gdbinit vfontedpr regexp.o vfontedpr.o regexp.ln vfontedpr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/vgrind && rm -f vgrindefs.src.db a.out [Ee]rrs mklog core *.core .gdbinit vfontedpr regexp.o vfontedpr.o regexp.ln vfontedpr.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga_drv.a mga_bios.o mga_dac3026.o mga_dacG.o mga_dga.o mga_dh.o mga_driver.o mga_g450pll.o mga_hwcurs.o mga_merge.o mga_shadow.o mga_vga.o mga_video.o mga_storm.o mga_exa.o mga_bios.o.tmp mga_dac3026.o.tmp mga_dacG.o.tmp mga_dga.o.tmp mga_dh.o.tmp mga_driver.o.tmp mga_g450pll.o.tmp mga_hwcurs.o.tmp mga_merge.o.tmp mga_shadow.o.tmp mga_vga.o.tmp mga_video.o.tmp mga_storm.o.tmp mga_exa.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/vgrind && rm -f vgrind.html1 vgrindefs.html5 .depend regexp.d vfontedpr.d regexp.d.tmp vfontedpr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga_drv.a mga_bios.o mga_dac3026.o mga_dacG.o mga_dga.o mga_dh.o mga_driver.o mga_g450pll.o mga_hwcurs.o mga_merge.o mga_shadow.o mga_vga.o mga_video.o mga_storm.o mga_exa.o mga_bios.o.tmp mga_dac3026.o.tmp mga_dacG.o.tmp mga_dga.o.tmp mga_dh.o.tmp mga_driver.o.tmp mga_g450pll.o.tmp mga_hwcurs.o.tmp mga_merge.o.tmp mga_shadow.o.tmp mga_vga.o.tmp mga_video.o.tmp mga_storm.o.tmp mga_exa.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/vgrind && rm -f vgrind.html1 vgrindefs.html5 .depend regexp.d vfontedpr.d regexp.d.tmp vfontedpr.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- --- cleandir-videoctl --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga_drv_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/videoctl --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga_drv_p.a || true) --- libclean3 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga_drv_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/videoctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit videoctl videoctl.o videoctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga_drv_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/videoctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit videoctl videoctl.o videoctl.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga_drv_pic.a mga_bios.pico mga_dac3026.pico mga_dacG.pico mga_dga.pico mga_dh.pico mga_driver.pico mga_g450pll.pico mga_hwcurs.pico mga_merge.pico mga_shadow.pico mga_vga.pico mga_video.pico mga_storm.pico mga_exa.pico mga_bios.pico.tmp mga_dac3026.pico.tmp mga_dacG.pico.tmp mga_dga.pico.tmp mga_dh.pico.tmp mga_driver.pico.tmp mga_g450pll.pico.tmp mga_hwcurs.pico.tmp mga_merge.pico.tmp mga_shadow.pico.tmp mga_vga.pico.tmp mga_video.pico.tmp mga_storm.pico.tmp mga_exa.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/videoctl && rm -f videoctl.html1 .depend videoctl.d videoctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga_drv_pic.a mga_bios.pico mga_dac3026.pico mga_dacG.pico mga_dga.pico mga_dh.pico mga_driver.pico mga_g450pll.pico mga_hwcurs.pico mga_merge.pico mga_shadow.pico mga_vga.pico mga_video.pico mga_storm.pico mga_exa.pico mga_bios.pico.tmp mga_dac3026.pico.tmp mga_dacG.pico.tmp mga_dga.pico.tmp mga_dh.pico.tmp mga_driver.pico.tmp mga_g450pll.pico.tmp mga_hwcurs.pico.tmp mga_merge.pico.tmp mga_shadow.pico.tmp mga_vga.pico.tmp mga_video.pico.tmp mga_storm.pico.tmp mga_exa.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/videoctl && rm -f videoctl.html1 .depend videoctl.d videoctl.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-vis --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mga && rm -f llib-lmga_drv.ln mga_bios.ln mga_dac3026.ln mga_dacG.ln mga_dga.ln mga_dh.ln mga_driver.ln mga_g450pll.ln mga_hwcurs.ln mga_merge.ln mga_shadow.ln mga_vga.ln mga_video.ln mga_storm.ln mga_exa.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/vis --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mga && rm -f llib-lmga_drv.ln mga_bios.ln mga_dac3026.ln mga_dacG.ln mga_dga.ln mga_dh.ln mga_driver.ln mga_g450pll.ln mga_hwcurs.ln mga_merge.ln mga_shadow.ln mga_vga.ln mga_video.ln mga_storm.ln mga_exa.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/vis && rm -f a.out [Ee]rrs mklog core *.core .gdbinit vis vis.o foldit.o vis.ln foldit.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga.4 mga.html4 .depend mga_bios.d mga_dac3026.d mga_dacG.d mga_dga.d mga_dh.d mga_driver.d mga_exa.d mga_g450pll.d mga_hwcurs.d mga_merge.d mga_shadow.d mga_storm.d mga_vga.d mga_video.d mga_bios.d.tmp mga_dac3026.d.tmp mga_dacG.d.tmp mga_dga.d.tmp mga_dh.d.tmp mga_driver.d.tmp mga_exa.d.tmp mga_g450pll.d.tmp mga_hwcurs.d.tmp mga_merge.d.tmp mga_shadow.d.tmp mga_storm.d.tmp mga_vga.d.tmp mga_video.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/vis && rm -f a.out [Ee]rrs mklog core *.core .gdbinit vis vis.o foldit.o vis.ln foldit.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-mga && rm -f mga.4 mga.html4 .depend mga_bios.d mga_dac3026.d mga_dacG.d mga_dga.d mga_dh.d mga_driver.d mga_exa.d mga_g450pll.d mga_hwcurs.d mga_merge.d mga_shadow.d mga_storm.d mga_vga.d mga_video.d mga_bios.d.tmp mga_dac3026.d.tmp mga_dacG.d.tmp mga_dga.d.tmp mga_dh.d.tmp mga_driver.d.tmp mga_exa.d.tmp mga_g450pll.d.tmp mga_hwcurs.d.tmp mga_merge.d.tmp mga_shadow.d.tmp mga_storm.d.tmp mga_vga.d.tmp mga_video.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-xf86-video-neomagic --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/vis && rm -f vis.html1 .depend foldit.d vis.d foldit.d.tmp vis.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-neomagic --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/vis && rm -f vis.html1 .depend foldit.d vis.d foldit.d.tmp vis.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-neomagic/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- cleandir-vmstat --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/vmstat --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic_drv.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/vmstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit vmstat drvstats.o vmstat.o drvstats.ln vmstat.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/vmstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit vmstat drvstats.o vmstat.o drvstats.ln vmstat.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic_drv.a neo_2070.o neo_2090.o neo_2097.o neo_2200.o neo_cursor.o neo_dga.o neo_driver.o neo_i2c.o neo_shadow.o neo_video.o neo_2070.o.tmp neo_2090.o.tmp neo_2097.o.tmp neo_2200.o.tmp neo_cursor.o.tmp neo_dga.o.tmp neo_driver.o.tmp neo_i2c.o.tmp neo_shadow.o.tmp neo_video.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic_drv.a neo_2070.o neo_2090.o neo_2097.o neo_2200.o neo_cursor.o neo_dga.o neo_driver.o neo_i2c.o neo_shadow.o neo_video.o neo_2070.o.tmp neo_2090.o.tmp neo_2097.o.tmp neo_2200.o.tmp neo_cursor.o.tmp neo_dga.o.tmp neo_driver.o.tmp neo_i2c.o.tmp neo_shadow.o.tmp neo_video.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/vmstat && rm -f vmstat.html1 .depend drvstats.d vmstat.d drvstats.d.tmp vmstat.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/vmstat && rm -f vmstat.html1 .depend drvstats.d vmstat.d drvstats.d.tmp vmstat.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic_drv_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-vndcompress --- cleandir ===> usr.bin/vndcompress --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic_drv_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/vndcompress && rm -f a.out [Ee]rrs mklog core *.core .gdbinit vndcompress main.o offtab.o utils.o vndcompress.o vnduncompress.o main.ln offtab.ln utils.ln vndcompress.ln vnduncompress.ln smallfile.cl2pipe piperestart.in piperestart.in.tmp piperestart.cl2 piperestart.cl2.tmp piperestart.cl2restart piperestart.cl2restart.tmp piperestart.cl2part piperestart.cl2part.tmp pipebadstart.in pipebadstart.in.tmp pipebadstart.cl2 pipebadstart.cl2.tmp pipebadstart.cl2restart pipebadstart.cl2restart.tmp pipebadstart.cl2part pipebadstart.cl2part.tmp pipefalsestart.in pipefalsestart.in.tmp pipefalsestart.cl2 pipefalsestart.cl2.tmp pipefalsestart.cl2restart pipefalsestart.cl2restart.tmp part.orig part.orig.tmp part.cl2part part.cl2part.tmp part.cl2 part.cl2.tmp part.out part.out.tmp falsestart.in falsestart.in.tmp falsestart.cl2 falsestart.cl2.tmp falsestart.cl2restart falsestart.cl2restart.tmp oneblock.in oneblock.in.tmp oneblock.cl2 oneblock.cl2.tmp oneblock.cl2x oneblock.cl2x.tmp oneblock.out oneblock.out.tmp oneblock.outx oneblock.outx.tmp tenblock.in tenblock.in.tmp tenblock.cl2 tenblock.cl2.tmp tenblock.cl2x tenblock.cl2x.tmp tenblock.out tenblock.out.tmp tenblock.outx tenblock.outx.tmp smallfile.in smallfile.in.tmp smallfile.cl2 smallfile.cl2.tmp smallfile.cl2x smallfile.cl2x.tmp smallfile.out smallfile.out.tmp smallfile.outx smallfile.outx.tmp onechunk.in onechunk.in.tmp onechunk.cl2 onechunk.cl2.tmp onechunk.cl2x onechunk.cl2x.tmp onechunk.out onechunk.out.tmp onechunk.outx onechunk.outx.tmp tenchunk.in tenchunk.in.tmp tenchunk.cl2 tenchunk.cl2.tmp tenchunk.cl2x tenchunk.cl2x.tmp tenchunk.out tenchunk.out.tmp tenchunk.outx tenchunk.outx.tmp extrablock.in extrablock.in.tmp extrablock.cl2 extrablock.cl2.tmp extrablock.cl2x extrablock.cl2x.tmp extrablock.out extrablock.out.tmp extrablock.outx extrablock.outx.tmp medfile.in medfile.in.tmp medfile.cl2 medfile.cl2.tmp medfile.cl2x medfile.cl2x.tmp medfile.out medfile.out.tmp medfile.outx medfile.outx.tmp onetinyblock.in onetinyblock.in.tmp onetinyblock.cl2 onetinyblock.cl2.tmp onetinyblock.cl2x onetinyblock.cl2x.tmp onetinyblock.out onetinyblock.out.tmp onetinyblock.outx onetinyblock.outx.tmp tentinyblock.in tentinyblock.in.tmp tentinyblock.cl2 tentinyblock.cl2.tmp tentinyblock.cl2x tentinyblock.cl2x.tmp tentinyblock.out tentinyblock.out.tmp tentinyblock.outx tentinyblock.outx.tmp smallwindow.in smallwindow.in.tmp smallwindow.cl2 smallwindow.cl2.tmp smallwindow.cl2x smallwindow.cl2x.tmp smallwindow.out smallwindow.out.tmp smallwindow.outx smallwindow.outx.tmp || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic_drv_pic.a neo_2070.pico neo_2090.pico neo_2097.pico neo_2200.pico neo_cursor.pico neo_dga.pico neo_driver.pico neo_i2c.pico neo_shadow.pico neo_video.pico neo_2070.pico.tmp neo_2090.pico.tmp neo_2097.pico.tmp neo_2200.pico.tmp neo_cursor.pico.tmp neo_dga.pico.tmp neo_driver.pico.tmp neo_i2c.pico.tmp neo_shadow.pico.tmp neo_video.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/vndcompress && rm -f a.out [Ee]rrs mklog core *.core .gdbinit vndcompress main.o offtab.o utils.o vndcompress.o vnduncompress.o main.ln offtab.ln utils.ln vndcompress.ln vnduncompress.ln smallfile.cl2pipe piperestart.in piperestart.in.tmp piperestart.cl2 piperestart.cl2.tmp piperestart.cl2restart piperestart.cl2restart.tmp piperestart.cl2part piperestart.cl2part.tmp pipebadstart.in pipebadstart.in.tmp pipebadstart.cl2 pipebadstart.cl2.tmp pipebadstart.cl2restart pipebadstart.cl2restart.tmp pipebadstart.cl2part pipebadstart.cl2part.tmp pipefalsestart.in pipefalsestart.in.tmp pipefalsestart.cl2 pipefalsestart.cl2.tmp pipefalsestart.cl2restart pipefalsestart.cl2restart.tmp part.orig part.orig.tmp part.cl2part part.cl2part.tmp part.cl2 part.cl2.tmp part.out part.out.tmp falsestart.in falsestart.in.tmp falsestart.cl2 falsestart.cl2.tmp falsestart.cl2restart falsestart.cl2restart.tmp oneblock.in oneblock.in.tmp oneblock.cl2 oneblock.cl2.tmp oneblock.cl2x oneblock.cl2x.tmp oneblock.out oneblock.out.tmp oneblock.outx oneblock.outx.tmp tenblock.in tenblock.in.tmp tenblock.cl2 tenblock.cl2.tmp tenblock.cl2x tenblock.cl2x.tmp tenblock.out tenblock.out.tmp tenblock.outx tenblock.outx.tmp smallfile.in smallfile.in.tmp smallfile.cl2 smallfile.cl2.tmp smallfile.cl2x smallfile.cl2x.tmp smallfile.out smallfile.out.tmp smallfile.outx smallfile.outx.tmp onechunk.in onechunk.in.tmp onechunk.cl2 onechunk.cl2.tmp onechunk.cl2x onechunk.cl2x.tmp onechunk.out onechunk.out.tmp onechunk.outx onechunk.outx.tmp tenchunk.in tenchunk.in.tmp tenchunk.cl2 tenchunk.cl2.tmp tenchunk.cl2x tenchunk.cl2x.tmp tenchunk.out tenchunk.out.tmp tenchunk.outx tenchunk.outx.tmp extrablock.in extrablock.in.tmp extrablock.cl2 extrablock.cl2.tmp extrablock.cl2x extrablock.cl2x.tmp extrablock.out extrablock.out.tmp extrablock.outx extrablock.outx.tmp medfile.in medfile.in.tmp medfile.cl2 medfile.cl2.tmp medfile.cl2x medfile.cl2x.tmp medfile.out medfile.out.tmp medfile.outx medfile.outx.tmp onetinyblock.in onetinyblock.in.tmp onetinyblock.cl2 onetinyblock.cl2.tmp onetinyblock.cl2x onetinyblock.cl2x.tmp onetinyblock.out onetinyblock.out.tmp onetinyblock.outx onetinyblock.outx.tmp tentinyblock.in tentinyblock.in.tmp tentinyblock.cl2 tentinyblock.cl2.tmp tentinyblock.cl2x tentinyblock.cl2x.tmp tentinyblock.out tentinyblock.out.tmp tentinyblock.outx tentinyblock.outx.tmp smallwindow.in smallwindow.in.tmp smallwindow.cl2 smallwindow.cl2.tmp smallwindow.cl2x smallwindow.cl2x.tmp smallwindow.out smallwindow.out.tmp smallwindow.outx smallwindow.outx.tmp || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic_drv_pic.a neo_2070.pico neo_2090.pico neo_2097.pico neo_2200.pico neo_cursor.pico neo_dga.pico neo_driver.pico neo_i2c.pico neo_shadow.pico neo_video.pico neo_2070.pico.tmp neo_2090.pico.tmp neo_2097.pico.tmp neo_2200.pico.tmp neo_cursor.pico.tmp neo_dga.pico.tmp neo_driver.pico.tmp neo_i2c.pico.tmp neo_shadow.pico.tmp neo_video.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/vndcompress && rm -f vndcompress.html1 .depend main.d offtab.d utils.d vndcompress.d vnduncompress.d main.d.tmp offtab.d.tmp utils.d.tmp vndcompress.d.tmp vnduncompress.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f llib-lneomagic_drv.ln neo_2070.ln neo_2090.ln neo_2097.ln neo_2200.ln neo_cursor.ln neo_dga.ln neo_driver.ln neo_i2c.ln neo_shadow.ln neo_video.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/vndcompress && rm -f vndcompress.html1 .depend main.d offtab.d utils.d vndcompress.d vnduncompress.d main.d.tmp offtab.d.tmp utils.d.tmp vndcompress.d.tmp vnduncompress.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f llib-lneomagic_drv.ln neo_2070.ln neo_2090.ln neo_2097.ln neo_2200.ln neo_cursor.ln neo_dga.ln neo_driver.ln neo_i2c.ln neo_shadow.ln neo_video.ln || true) --- cleandir-usr.bin --- --- cleandir-w --- cleandir ===> usr.bin/w --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic.4 neomagic.html4 .depend neo_2070.d neo_2090.d neo_2097.d neo_2200.d neo_cursor.d neo_dga.d neo_driver.d neo_i2c.d neo_shadow.d neo_video.d neo_2070.d.tmp neo_2090.d.tmp neo_2097.d.tmp neo_2200.d.tmp neo_cursor.d.tmp neo_dga.d.tmp neo_driver.d.tmp neo_i2c.d.tmp neo_shadow.d.tmp neo_video.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-neomagic && rm -f neomagic.4 neomagic.html4 .depend neo_2070.d neo_2090.d neo_2097.d neo_2200.d neo_cursor.d neo_dga.d neo_driver.d neo_i2c.d neo_shadow.d neo_video.d neo_2070.d.tmp neo_2090.d.tmp neo_2097.d.tmp neo_2200.d.tmp neo_cursor.d.tmp neo_dga.d.tmp neo_driver.d.tmp neo_i2c.d.tmp neo_shadow.d.tmp neo_video.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/w && rm -f a.out [Ee]rrs mklog core *.core .gdbinit w fmt.o pr_time.o w.o fmt.ln pr_time.ln w.ln || true) --- cleandir-external --- --- cleandir-xf86-video-nv --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/w && rm -f a.out [Ee]rrs mklog core *.core .gdbinit w fmt.o pr_time.o w.o fmt.ln pr_time.ln w.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-nv --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-nv/dist/configure" returned non-zero status --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/w && rm -f w.html1 uptime.html1 .depend fmt.d pr_time.d w.d fmt.d.tmp pr_time.d.tmp w.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/w && rm -f w.html1 uptime.html1 .depend fmt.d pr_time.d w.d fmt.d.tmp pr_time.d.tmp w.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-wall --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/wall --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv_drv.a nv_cursor.o nv_dac.o nv_dga.o nv_driver.o nv_exa.o nv_hw.o nv_setup.o nv_shadow.o nv_video.o nv_xaa.o riva_cursor.o riva_dac.o riva_dga.o riva_driver.o riva_hw.o riva_setup.o riva_shadow.o g80_cursor.o g80_dac.o g80_display.o g80_dma.o g80_driver.o g80_exa.o g80_output.o g80_sor.o riva_xaa.o g80_xaa.o nv_cursor.o.tmp nv_dac.o.tmp nv_dga.o.tmp nv_driver.o.tmp nv_exa.o.tmp nv_hw.o.tmp nv_setup.o.tmp nv_shadow.o.tmp nv_video.o.tmp nv_xaa.o.tmp riva_cursor.o.tmp riva_dac.o.tmp riva_dga.o.tmp riva_driver.o.tmp riva_hw.o.tmp riva_setup.o.tmp riva_shadow.o.tmp g80_cursor.o.tmp g80_dac.o.tmp g80_display.o.tmp g80_dma.o.tmp g80_driver.o.tmp g80_exa.o.tmp g80_output.o.tmp g80_sor.o.tmp riva_xaa.o.tmp g80_xaa.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv_drv.a nv_cursor.o nv_dac.o nv_dga.o nv_driver.o nv_exa.o nv_hw.o nv_setup.o nv_shadow.o nv_video.o nv_xaa.o riva_cursor.o riva_dac.o riva_dga.o riva_driver.o riva_hw.o riva_setup.o riva_shadow.o g80_cursor.o g80_dac.o g80_display.o g80_dma.o g80_driver.o g80_exa.o g80_output.o g80_sor.o riva_xaa.o g80_xaa.o nv_cursor.o.tmp nv_dac.o.tmp nv_dga.o.tmp nv_driver.o.tmp nv_exa.o.tmp nv_hw.o.tmp nv_setup.o.tmp nv_shadow.o.tmp nv_video.o.tmp nv_xaa.o.tmp riva_cursor.o.tmp riva_dac.o.tmp riva_dga.o.tmp riva_driver.o.tmp riva_hw.o.tmp riva_setup.o.tmp riva_shadow.o.tmp g80_cursor.o.tmp g80_dac.o.tmp g80_display.o.tmp g80_dma.o.tmp g80_driver.o.tmp g80_exa.o.tmp g80_output.o.tmp g80_sor.o.tmp riva_xaa.o.tmp g80_xaa.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/wall && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wall wall.o utmpentry.o term_chk.o wall.ln utmpentry.ln term_chk.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/wall && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wall wall.o utmpentry.o term_chk.o wall.ln utmpentry.ln term_chk.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv_drv_p.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv_drv_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/wall && rm -f wall.html1 .depend term_chk.d utmpentry.d wall.d term_chk.d.tmp utmpentry.d.tmp wall.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/wall && rm -f wall.html1 .depend term_chk.d utmpentry.d wall.d term_chk.d.tmp utmpentry.d.tmp wall.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv_drv_g.a || true) --- cleandir-usr.bin --- --- cleandir-wc --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv_drv_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/wc --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv_drv_pic.a nv_cursor.pico nv_dac.pico nv_dga.pico nv_driver.pico nv_exa.pico nv_hw.pico nv_setup.pico nv_shadow.pico nv_video.pico nv_xaa.pico riva_cursor.pico riva_dac.pico riva_dga.pico riva_driver.pico riva_hw.pico riva_setup.pico riva_shadow.pico g80_cursor.pico g80_dac.pico g80_display.pico g80_dma.pico g80_driver.pico g80_exa.pico g80_output.pico g80_sor.pico riva_xaa.pico g80_xaa.pico nv_cursor.pico.tmp nv_dac.pico.tmp nv_dga.pico.tmp nv_driver.pico.tmp nv_exa.pico.tmp nv_hw.pico.tmp nv_setup.pico.tmp nv_shadow.pico.tmp nv_video.pico.tmp nv_xaa.pico.tmp riva_cursor.pico.tmp riva_dac.pico.tmp riva_dga.pico.tmp riva_driver.pico.tmp riva_hw.pico.tmp riva_setup.pico.tmp riva_shadow.pico.tmp g80_cursor.pico.tmp g80_dac.pico.tmp g80_display.pico.tmp g80_dma.pico.tmp g80_driver.pico.tmp g80_exa.pico.tmp g80_output.pico.tmp g80_sor.pico.tmp riva_xaa.pico.tmp g80_xaa.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/wc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wc wc.o wc.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv_drv_pic.a nv_cursor.pico nv_dac.pico nv_dga.pico nv_driver.pico nv_exa.pico nv_hw.pico nv_setup.pico nv_shadow.pico nv_video.pico nv_xaa.pico riva_cursor.pico riva_dac.pico riva_dga.pico riva_driver.pico riva_hw.pico riva_setup.pico riva_shadow.pico g80_cursor.pico g80_dac.pico g80_display.pico g80_dma.pico g80_driver.pico g80_exa.pico g80_output.pico g80_sor.pico riva_xaa.pico g80_xaa.pico nv_cursor.pico.tmp nv_dac.pico.tmp nv_dga.pico.tmp nv_driver.pico.tmp nv_exa.pico.tmp nv_hw.pico.tmp nv_setup.pico.tmp nv_shadow.pico.tmp nv_video.pico.tmp nv_xaa.pico.tmp riva_cursor.pico.tmp riva_dac.pico.tmp riva_dga.pico.tmp riva_driver.pico.tmp riva_hw.pico.tmp riva_setup.pico.tmp riva_shadow.pico.tmp g80_cursor.pico.tmp g80_dac.pico.tmp g80_display.pico.tmp g80_dma.pico.tmp g80_driver.pico.tmp g80_exa.pico.tmp g80_output.pico.tmp g80_sor.pico.tmp riva_xaa.pico.tmp g80_xaa.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/wc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit wc wc.o wc.ln || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nv && rm -f llib-lnv_drv.ln nv_cursor.ln nv_dac.ln nv_dga.ln nv_driver.ln nv_exa.ln nv_hw.ln nv_setup.ln nv_shadow.ln nv_video.ln nv_xaa.ln riva_cursor.ln riva_dac.ln riva_dga.ln riva_driver.ln riva_hw.ln riva_setup.ln riva_shadow.ln g80_cursor.ln g80_dac.ln g80_display.ln g80_dma.ln g80_driver.ln g80_exa.ln g80_output.ln g80_sor.ln riva_xaa.ln g80_xaa.ln || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/wc && rm -f wc.html1 .depend wc.d wc.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nv && rm -f llib-lnv_drv.ln nv_cursor.ln nv_dac.ln nv_dga.ln nv_driver.ln nv_exa.ln nv_hw.ln nv_setup.ln nv_shadow.ln nv_video.ln nv_xaa.ln riva_cursor.ln riva_dac.ln riva_dga.ln riva_driver.ln riva_hw.ln riva_setup.ln riva_shadow.ln g80_cursor.ln g80_dac.ln g80_display.ln g80_dma.ln g80_driver.ln g80_exa.ln g80_output.ln g80_sor.ln riva_xaa.ln g80_xaa.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/wc && rm -f wc.html1 .depend wc.d wc.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv.4 nv.html4 .depend g80_cursor.d g80_dac.d g80_display.d g80_dma.d g80_driver.d g80_exa.d g80_output.d g80_sor.d g80_xaa.d nv_cursor.d nv_dac.d nv_dga.d nv_driver.d nv_exa.d nv_hw.d nv_setup.d nv_shadow.d nv_video.d nv_xaa.d riva_cursor.d riva_dac.d riva_dga.d riva_driver.d riva_hw.d riva_setup.d riva_shadow.d riva_xaa.d g80_cursor.d.tmp g80_dac.d.tmp g80_display.d.tmp g80_dma.d.tmp g80_driver.d.tmp g80_exa.d.tmp g80_output.d.tmp g80_sor.d.tmp g80_xaa.d.tmp nv_cursor.d.tmp nv_dac.d.tmp nv_dga.d.tmp nv_driver.d.tmp nv_exa.d.tmp nv_hw.d.tmp nv_setup.d.tmp nv_shadow.d.tmp nv_video.d.tmp nv_xaa.d.tmp riva_cursor.d.tmp riva_dac.d.tmp riva_dga.d.tmp riva_driver.d.tmp riva_hw.d.tmp riva_setup.d.tmp riva_shadow.d.tmp riva_xaa.d.tmp tags || true) --- cleandir-usr.bin --- --- cleandir-what --- cleandir ===> usr.bin/what --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nv && rm -f nv.4 nv.html4 .depend g80_cursor.d g80_dac.d g80_display.d g80_dma.d g80_driver.d g80_exa.d g80_output.d g80_sor.d g80_xaa.d nv_cursor.d nv_dac.d nv_dga.d nv_driver.d nv_exa.d nv_hw.d nv_setup.d nv_shadow.d nv_video.d nv_xaa.d riva_cursor.d riva_dac.d riva_dga.d riva_driver.d riva_hw.d riva_setup.d riva_shadow.d riva_xaa.d g80_cursor.d.tmp g80_dac.d.tmp g80_display.d.tmp g80_dma.d.tmp g80_driver.d.tmp g80_exa.d.tmp g80_output.d.tmp g80_sor.d.tmp g80_xaa.d.tmp nv_cursor.d.tmp nv_dac.d.tmp nv_dga.d.tmp nv_driver.d.tmp nv_exa.d.tmp nv_hw.d.tmp nv_setup.d.tmp nv_shadow.d.tmp nv_video.d.tmp nv_xaa.d.tmp riva_cursor.d.tmp riva_dac.d.tmp riva_dga.d.tmp riva_driver.d.tmp riva_hw.d.tmp riva_setup.d.tmp riva_shadow.d.tmp riva_xaa.d.tmp tags || true) --- cleandir-xf86-video-nouveau --- --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/what && rm -f a.out [Ee]rrs mklog core *.core .gdbinit what what.o what.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-nouveau --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/what && rm -f a.out [Ee]rrs mklog core *.core .gdbinit what what.o what.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-nouveau/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/what && rm -f what.html1 .depend what.d what.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/what && rm -f what.html1 .depend what.d what.d.tmp tags || true) --- cleandir-whereis --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/whereis --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau_drv.so..map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/whereis && rm -f a.out [Ee]rrs mklog core *.core .gdbinit whereis whereis.o whereis.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau_drv.a nouveau_copy.o nouveau_copy85b5.o nouveau_copy90b5.o nouveau_copya0b5.o nouveau_exa.o nouveau_xv.o nouveau_dri2.o nouveau_present.o nouveau_sync.o nouveau_wfb.o nv_accel_common.o nv_driver.o nv_shadow.o nv04_exa.o nv04_xv_ovl.o nv04_xv_blit.o nv10_exa.o nv10_xv_ovl.o nv30_exa.o nv30_xv_tex.o nv40_exa.o nv40_xv_tex.o nv50_accel.o nv50_exa.o nv50_xv.o nvc0_accel.o nvc0_exa.o nvc0_xv.o drmmode_display.o vl_hwmc.o nouveau_copy.o.tmp nouveau_copy85b5.o.tmp nouveau_copy90b5.o.tmp nouveau_copya0b5.o.tmp nouveau_exa.o.tmp nouveau_xv.o.tmp nouveau_dri2.o.tmp nouveau_present.o.tmp nouveau_sync.o.tmp nouveau_wfb.o.tmp nv_accel_common.o.tmp nv_driver.o.tmp nv_shadow.o.tmp nv04_exa.o.tmp nv04_xv_ovl.o.tmp nv04_xv_blit.o.tmp nv10_exa.o.tmp nv10_xv_ovl.o.tmp nv30_exa.o.tmp nv30_xv_tex.o.tmp nv40_exa.o.tmp nv40_xv_tex.o.tmp nv50_accel.o.tmp nv50_exa.o.tmp nv50_xv.o.tmp nvc0_accel.o.tmp nvc0_exa.o.tmp nvc0_xv.o.tmp drmmode_display.o.tmp vl_hwmc.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/whereis && rm -f a.out [Ee]rrs mklog core *.core .gdbinit whereis whereis.o whereis.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau_drv.a nouveau_copy.o nouveau_copy85b5.o nouveau_copy90b5.o nouveau_copya0b5.o nouveau_exa.o nouveau_xv.o nouveau_dri2.o nouveau_present.o nouveau_sync.o nouveau_wfb.o nv_accel_common.o nv_driver.o nv_shadow.o nv04_exa.o nv04_xv_ovl.o nv04_xv_blit.o nv10_exa.o nv10_xv_ovl.o nv30_exa.o nv30_xv_tex.o nv40_exa.o nv40_xv_tex.o nv50_accel.o nv50_exa.o nv50_xv.o nvc0_accel.o nvc0_exa.o nvc0_xv.o drmmode_display.o vl_hwmc.o nouveau_copy.o.tmp nouveau_copy85b5.o.tmp nouveau_copy90b5.o.tmp nouveau_copya0b5.o.tmp nouveau_exa.o.tmp nouveau_xv.o.tmp nouveau_dri2.o.tmp nouveau_present.o.tmp nouveau_sync.o.tmp nouveau_wfb.o.tmp nv_accel_common.o.tmp nv_driver.o.tmp nv_shadow.o.tmp nv04_exa.o.tmp nv04_xv_ovl.o.tmp nv04_xv_blit.o.tmp nv10_exa.o.tmp nv10_xv_ovl.o.tmp nv30_exa.o.tmp nv30_xv_tex.o.tmp nv40_exa.o.tmp nv40_xv_tex.o.tmp nv50_accel.o.tmp nv50_exa.o.tmp nv50_xv.o.tmp nvc0_accel.o.tmp nvc0_exa.o.tmp nvc0_xv.o.tmp drmmode_display.o.tmp vl_hwmc.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/whereis && rm -f whereis.html1 which.html1 .depend whereis.d whereis.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau_drv_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/whereis && rm -f whereis.html1 which.html1 .depend whereis.d whereis.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-who --- cleandir ===> usr.bin/who --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau_drv_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/who && rm -f a.out [Ee]rrs mklog core *.core .gdbinit who who.o utmpentry.o who.ln utmpentry.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/who && rm -f a.out [Ee]rrs mklog core *.core .gdbinit who who.o utmpentry.o who.ln utmpentry.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau_drv_pic.a nouveau_copy.pico nouveau_copy85b5.pico nouveau_copy90b5.pico nouveau_copya0b5.pico nouveau_exa.pico nouveau_xv.pico nouveau_dri2.pico nouveau_present.pico nouveau_sync.pico nouveau_wfb.pico nv_accel_common.pico nv_driver.pico nv_shadow.pico nv04_exa.pico nv04_xv_ovl.pico nv04_xv_blit.pico nv10_exa.pico nv10_xv_ovl.pico nv30_exa.pico nv30_xv_tex.pico nv40_exa.pico nv40_xv_tex.pico nv50_accel.pico nv50_exa.pico nv50_xv.pico nvc0_accel.pico nvc0_exa.pico nvc0_xv.pico drmmode_display.pico vl_hwmc.pico nouveau_copy.pico.tmp nouveau_copy85b5.pico.tmp nouveau_copy90b5.pico.tmp nouveau_copya0b5.pico.tmp nouveau_exa.pico.tmp nouveau_xv.pico.tmp nouveau_dri2.pico.tmp nouveau_present.pico.tmp nouveau_sync.pico.tmp nouveau_wfb.pico.tmp nv_accel_common.pico.tmp nv_driver.pico.tmp nv_shadow.pico.tmp nv04_exa.pico.tmp nv04_xv_ovl.pico.tmp nv04_xv_blit.pico.tmp nv10_exa.pico.tmp nv10_xv_ovl.pico.tmp nv30_exa.pico.tmp nv30_xv_tex.pico.tmp nv40_exa.pico.tmp nv40_xv_tex.pico.tmp nv50_accel.pico.tmp nv50_exa.pico.tmp nv50_xv.pico.tmp nvc0_accel.pico.tmp nvc0_exa.pico.tmp nvc0_xv.pico.tmp drmmode_display.pico.tmp vl_hwmc.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau_drv_pic.a nouveau_copy.pico nouveau_copy85b5.pico nouveau_copy90b5.pico nouveau_copya0b5.pico nouveau_exa.pico nouveau_xv.pico nouveau_dri2.pico nouveau_present.pico nouveau_sync.pico nouveau_wfb.pico nv_accel_common.pico nv_driver.pico nv_shadow.pico nv04_exa.pico nv04_xv_ovl.pico nv04_xv_blit.pico nv10_exa.pico nv10_xv_ovl.pico nv30_exa.pico nv30_xv_tex.pico nv40_exa.pico nv40_xv_tex.pico nv50_accel.pico nv50_exa.pico nv50_xv.pico nvc0_accel.pico nvc0_exa.pico nvc0_xv.pico drmmode_display.pico vl_hwmc.pico nouveau_copy.pico.tmp nouveau_copy85b5.pico.tmp nouveau_copy90b5.pico.tmp nouveau_copya0b5.pico.tmp nouveau_exa.pico.tmp nouveau_xv.pico.tmp nouveau_dri2.pico.tmp nouveau_present.pico.tmp nouveau_sync.pico.tmp nouveau_wfb.pico.tmp nv_accel_common.pico.tmp nv_driver.pico.tmp nv_shadow.pico.tmp nv04_exa.pico.tmp nv04_xv_ovl.pico.tmp nv04_xv_blit.pico.tmp nv10_exa.pico.tmp nv10_xv_ovl.pico.tmp nv30_exa.pico.tmp nv30_xv_tex.pico.tmp nv40_exa.pico.tmp nv40_xv_tex.pico.tmp nv50_accel.pico.tmp nv50_exa.pico.tmp nv50_xv.pico.tmp nvc0_accel.pico.tmp nvc0_exa.pico.tmp nvc0_xv.pico.tmp drmmode_display.pico.tmp vl_hwmc.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/who && rm -f who.html1 .depend utmpentry.d who.d utmpentry.d.tmp who.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/who && rm -f who.html1 .depend utmpentry.d who.d utmpentry.d.tmp who.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f llib-lnouveau_drv.ln nouveau_copy.ln nouveau_copy85b5.ln nouveau_copy90b5.ln nouveau_copya0b5.ln nouveau_exa.ln nouveau_xv.ln nouveau_dri2.ln nouveau_present.ln nouveau_sync.ln nouveau_wfb.ln nv_accel_common.ln nv_driver.ln nv_shadow.ln nv04_exa.ln nv04_xv_ovl.ln nv04_xv_blit.ln nv10_exa.ln nv10_xv_ovl.ln nv30_exa.ln nv30_xv_tex.ln nv40_exa.ln nv40_xv_tex.ln nv50_accel.ln nv50_exa.ln nv50_xv.ln nvc0_accel.ln nvc0_exa.ln nvc0_xv.ln drmmode_display.ln vl_hwmc.ln || true) --- cleandir-usr.bin --- --- cleandir-whois --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f llib-lnouveau_drv.ln nouveau_copy.ln nouveau_copy85b5.ln nouveau_copy90b5.ln nouveau_copya0b5.ln nouveau_exa.ln nouveau_xv.ln nouveau_dri2.ln nouveau_present.ln nouveau_sync.ln nouveau_wfb.ln nv_accel_common.ln nv_driver.ln nv_shadow.ln nv04_exa.ln nv04_xv_ovl.ln nv04_xv_blit.ln nv10_exa.ln nv10_xv_ovl.ln nv30_exa.ln nv30_xv_tex.ln nv40_exa.ln nv40_xv_tex.ln nv50_accel.ln nv50_exa.ln nv50_xv.ln nvc0_accel.ln nvc0_exa.ln nvc0_xv.ln drmmode_display.ln vl_hwmc.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/whois --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau.4 nouveau.html4 .depend drmmode_display.d nouveau_copy.d nouveau_copy85b5.d nouveau_copy90b5.d nouveau_copya0b5.d nouveau_dri2.d nouveau_exa.d nouveau_present.d nouveau_sync.d nouveau_wfb.d nouveau_xv.d nv04_exa.d nv04_xv_blit.d nv04_xv_ovl.d nv10_exa.d nv10_xv_ovl.d nv30_exa.d nv30_xv_tex.d nv40_exa.d nv40_xv_tex.d nv50_accel.d nv50_exa.d nv50_xv.d nv_accel_common.d nv_driver.d nv_shadow.d nvc0_accel.d nvc0_exa.d nvc0_xv.d vl_hwmc.d drmmode_display.d.tmp nouveau_copy.d.tmp nouveau_copy85b5.d.tmp nouveau_copy90b5.d.tmp nouveau_copya0b5.d.tmp nouveau_dri2.d.tmp nouveau_exa.d.tmp nouveau_present.d.tmp nouveau_sync.d.tmp nouveau_wfb.d.tmp nouveau_xv.d.tmp nv04_exa.d.tmp nv04_xv_blit.d.tmp nv04_xv_ovl.d.tmp nv10_exa.d.tmp nv10_xv_ovl.d.tmp nv30_exa.d.tmp nv30_xv_tex.d.tmp nv40_exa.d.tmp nv40_xv_tex.d.tmp nv50_accel.d.tmp nv50_exa.d.tmp nv50_xv.d.tmp nv_accel_common.d.tmp nv_driver.d.tmp nv_shadow.d.tmp nvc0_accel.d.tmp nvc0_exa.d.tmp nvc0_xv.d.tmp vl_hwmc.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/whois && rm -f a.out [Ee]rrs mklog core *.core .gdbinit whois whois.o whois.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-nouveau && rm -f nouveau.4 nouveau.html4 .depend drmmode_display.d nouveau_copy.d nouveau_copy85b5.d nouveau_copy90b5.d nouveau_copya0b5.d nouveau_dri2.d nouveau_exa.d nouveau_present.d nouveau_sync.d nouveau_wfb.d nouveau_xv.d nv04_exa.d nv04_xv_blit.d nv04_xv_ovl.d nv10_exa.d nv10_xv_ovl.d nv30_exa.d nv30_xv_tex.d nv40_exa.d nv40_xv_tex.d nv50_accel.d nv50_exa.d nv50_xv.d nv_accel_common.d nv_driver.d nv_shadow.d nvc0_accel.d nvc0_exa.d nvc0_xv.d vl_hwmc.d drmmode_display.d.tmp nouveau_copy.d.tmp nouveau_copy85b5.d.tmp nouveau_copy90b5.d.tmp nouveau_copya0b5.d.tmp nouveau_dri2.d.tmp nouveau_exa.d.tmp nouveau_present.d.tmp nouveau_sync.d.tmp nouveau_wfb.d.tmp nouveau_xv.d.tmp nv04_exa.d.tmp nv04_xv_blit.d.tmp nv04_xv_ovl.d.tmp nv10_exa.d.tmp nv10_xv_ovl.d.tmp nv30_exa.d.tmp nv30_xv_tex.d.tmp nv40_exa.d.tmp nv40_xv_tex.d.tmp nv50_accel.d.tmp nv50_exa.d.tmp nv50_xv.d.tmp nv_accel_common.d.tmp nv_driver.d.tmp nv_shadow.d.tmp nvc0_accel.d.tmp nvc0_exa.d.tmp nvc0_xv.d.tmp vl_hwmc.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/whois && rm -f a.out [Ee]rrs mklog core *.core .gdbinit whois whois.o whois.ln || true) --- cleandir-external --- --- cleandir-xf86-video-openchrome --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-openchrome --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/whois && rm -f whois.html1 .depend whois.d whois.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/whois && rm -f whois.html1 .depend whois.d whois.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-openchrome/dist/configure" returned non-zero status --- __doclean --- --- cleandir-usr.bin --- --- cleandir-write --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/write --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/write && rm -f a.out [Ee]rrs mklog core *.core .gdbinit write write.o utmpentry.o term_chk.o write.ln utmpentry.ln term_chk.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome_drv.a via_3d.o via_analog.o via_ch7xxx.o via_display.o via_driver.o via_exa.o via_exa_h2.o via_exa_h6.o via_fp.o via_i2c.o via_id.o via_memcpy.o via_memmgr.o via_outputs.o via_ums.o via_sii164.o via_tmds.o via_tv.o via_vgahw.o via_vt162x.o via_vt1632.o via_xv_overlay.o via_xv.o via_dri.o via_kms.o via_xvmc.o via_3d.o.tmp via_analog.o.tmp via_ch7xxx.o.tmp via_display.o.tmp via_driver.o.tmp via_exa.o.tmp via_exa_h2.o.tmp via_exa_h6.o.tmp via_fp.o.tmp via_i2c.o.tmp via_id.o.tmp via_memcpy.o.tmp via_memmgr.o.tmp via_outputs.o.tmp via_ums.o.tmp via_sii164.o.tmp via_tmds.o.tmp via_tv.o.tmp via_vgahw.o.tmp via_vt162x.o.tmp via_vt1632.o.tmp via_xv_overlay.o.tmp via_xv.o.tmp via_dri.o.tmp via_kms.o.tmp via_xvmc.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/write && rm -f a.out [Ee]rrs mklog core *.core .gdbinit write write.o utmpentry.o term_chk.o write.ln utmpentry.ln term_chk.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome_drv.a via_3d.o via_analog.o via_ch7xxx.o via_display.o via_driver.o via_exa.o via_exa_h2.o via_exa_h6.o via_fp.o via_i2c.o via_id.o via_memcpy.o via_memmgr.o via_outputs.o via_ums.o via_sii164.o via_tmds.o via_tv.o via_vgahw.o via_vt162x.o via_vt1632.o via_xv_overlay.o via_xv.o via_dri.o via_kms.o via_xvmc.o via_3d.o.tmp via_analog.o.tmp via_ch7xxx.o.tmp via_display.o.tmp via_driver.o.tmp via_exa.o.tmp via_exa_h2.o.tmp via_exa_h6.o.tmp via_fp.o.tmp via_i2c.o.tmp via_id.o.tmp via_memcpy.o.tmp via_memmgr.o.tmp via_outputs.o.tmp via_ums.o.tmp via_sii164.o.tmp via_tmds.o.tmp via_tv.o.tmp via_vgahw.o.tmp via_vt162x.o.tmp via_vt1632.o.tmp via_xv_overlay.o.tmp via_xv.o.tmp via_dri.o.tmp via_kms.o.tmp via_xvmc.o.tmp || true) --- libclean2 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome_drv_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/write && rm -f write.html1 .depend term_chk.d utmpentry.d write.d term_chk.d.tmp utmpentry.d.tmp write.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/write && rm -f write.html1 .depend term_chk.d utmpentry.d write.d term_chk.d.tmp utmpentry.d.tmp write.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome_drv_p.a || true) --- libclean3 --- --- cleandir-usr.bin --- --- cleandir-xargs --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome_drv_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/xargs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xargs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xargs xargs.o strnsubst.o xargs.ln strnsubst.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome_drv_pic.a via_3d.pico via_analog.pico via_ch7xxx.pico via_display.pico via_driver.pico via_exa.pico via_exa_h2.pico via_exa_h6.pico via_fp.pico via_i2c.pico via_id.pico via_memcpy.pico via_memmgr.pico via_outputs.pico via_ums.pico via_sii164.pico via_tmds.pico via_tv.pico via_vgahw.pico via_vt162x.pico via_vt1632.pico via_xv_overlay.pico via_xv.pico via_dri.pico via_kms.pico via_xvmc.pico via_3d.pico.tmp via_analog.pico.tmp via_ch7xxx.pico.tmp via_display.pico.tmp via_driver.pico.tmp via_exa.pico.tmp via_exa_h2.pico.tmp via_exa_h6.pico.tmp via_fp.pico.tmp via_i2c.pico.tmp via_id.pico.tmp via_memcpy.pico.tmp via_memmgr.pico.tmp via_outputs.pico.tmp via_ums.pico.tmp via_sii164.pico.tmp via_tmds.pico.tmp via_tv.pico.tmp via_vgahw.pico.tmp via_vt162x.pico.tmp via_vt1632.pico.tmp via_xv_overlay.pico.tmp via_xv.pico.tmp via_dri.pico.tmp via_kms.pico.tmp via_xvmc.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xargs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xargs xargs.o strnsubst.o xargs.ln strnsubst.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome_drv_pic.a via_3d.pico via_analog.pico via_ch7xxx.pico via_display.pico via_driver.pico via_exa.pico via_exa_h2.pico via_exa_h6.pico via_fp.pico via_i2c.pico via_id.pico via_memcpy.pico via_memmgr.pico via_outputs.pico via_ums.pico via_sii164.pico via_tmds.pico via_tv.pico via_vgahw.pico via_vt162x.pico via_vt1632.pico via_xv_overlay.pico via_xv.pico via_dri.pico via_kms.pico via_xvmc.pico via_3d.pico.tmp via_analog.pico.tmp via_ch7xxx.pico.tmp via_display.pico.tmp via_driver.pico.tmp via_exa.pico.tmp via_exa_h2.pico.tmp via_exa_h6.pico.tmp via_fp.pico.tmp via_i2c.pico.tmp via_id.pico.tmp via_memcpy.pico.tmp via_memmgr.pico.tmp via_outputs.pico.tmp via_ums.pico.tmp via_sii164.pico.tmp via_tmds.pico.tmp via_tv.pico.tmp via_vgahw.pico.tmp via_vt162x.pico.tmp via_vt1632.pico.tmp via_xv_overlay.pico.tmp via_xv.pico.tmp via_dri.pico.tmp via_kms.pico.tmp via_xvmc.pico.tmp || true) --- libclean5 --- --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xargs && rm -f xargs.html1 .depend strnsubst.d xargs.d strnsubst.d.tmp xargs.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f llib-lopenchrome_drv.ln via_3d.ln via_analog.ln via_ch7xxx.ln via_display.ln via_driver.ln via_exa.ln via_exa_h2.ln via_exa_h6.ln via_fp.ln via_i2c.ln via_id.ln via_memcpy.ln via_memmgr.ln via_outputs.ln via_ums.ln via_sii164.ln via_tmds.ln via_tv.ln via_vgahw.ln via_vt162x.ln via_vt1632.ln via_xv_overlay.ln via_xv.ln via_dri.ln via_kms.ln via_xvmc.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xargs && rm -f xargs.html1 .depend strnsubst.d xargs.d strnsubst.d.tmp xargs.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f llib-lopenchrome_drv.ln via_3d.ln via_analog.ln via_ch7xxx.ln via_display.ln via_driver.ln via_exa.ln via_exa_h2.ln via_exa_h6.ln via_fp.ln via_i2c.ln via_id.ln via_memcpy.ln via_memmgr.ln via_outputs.ln via_ums.ln via_sii164.ln via_tmds.ln via_tv.ln via_vgahw.ln via_vt162x.ln via_vt1632.ln via_xv_overlay.ln via_xv.ln via_dri.ln via_kms.ln via_xvmc.ln || true) --- cleandir-usr.bin --- --- cleandir-xinstall --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- cleandir ===> usr.bin/xinstall --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome.4 openchrome.html4 .depend via_3d.d via_analog.d via_ch7xxx.d via_display.d via_dri.d via_driver.d via_exa.d via_exa_h2.d via_exa_h6.d via_fp.d via_i2c.d via_id.d via_kms.d via_memcpy.d via_memmgr.d via_outputs.d via_sii164.d via_tmds.d via_tv.d via_ums.d via_vgahw.d via_vt162x.d via_vt1632.d via_xv.d via_xv_overlay.d via_xvmc.d via_3d.d.tmp via_analog.d.tmp via_ch7xxx.d.tmp via_display.d.tmp via_dri.d.tmp via_driver.d.tmp via_exa.d.tmp via_exa_h2.d.tmp via_exa_h6.d.tmp via_fp.d.tmp via_i2c.d.tmp via_id.d.tmp via_kms.d.tmp via_memcpy.d.tmp via_memmgr.d.tmp via_outputs.d.tmp via_sii164.d.tmp via_tmds.d.tmp via_tv.d.tmp via_ums.d.tmp via_vgahw.d.tmp via_vt162x.d.tmp via_vt1632.d.tmp via_xv.d.tmp via_xv_overlay.d.tmp via_xvmc.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-openchrome && rm -f openchrome.4 openchrome.html4 .depend via_3d.d via_analog.d via_ch7xxx.d via_display.d via_dri.d via_driver.d via_exa.d via_exa_h2.d via_exa_h6.d via_fp.d via_i2c.d via_id.d via_kms.d via_memcpy.d via_memmgr.d via_outputs.d via_sii164.d via_tmds.d via_tv.d via_ums.d via_vgahw.d via_vt162x.d via_vt1632.d via_xv.d via_xv_overlay.d via_xvmc.d via_3d.d.tmp via_analog.d.tmp via_ch7xxx.d.tmp via_display.d.tmp via_dri.d.tmp via_driver.d.tmp via_exa.d.tmp via_exa_h2.d.tmp via_exa_h6.d.tmp via_fp.d.tmp via_i2c.d.tmp via_id.d.tmp via_kms.d.tmp via_memcpy.d.tmp via_memmgr.d.tmp via_outputs.d.tmp via_sii164.d.tmp via_tmds.d.tmp via_tv.d.tmp via_ums.d.tmp via_vgahw.d.tmp via_vt162x.d.tmp via_vt1632.d.tmp via_xv.d.tmp via_xv_overlay.d.tmp via_xvmc.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xinstall && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xinstall xinstall.o getid.o xinstall.ln getid.ln || true) --- cleandir-external --- --- cleandir-xf86-video-r128 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xinstall && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xinstall xinstall.o getid.o xinstall.ln getid.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-r128 --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-r128/dist/configure" returned non-zero status --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xinstall && rm -f install.html1 .depend getid.d xinstall.d getid.d.tmp xinstall.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xinstall && rm -f install.html1 .depend getid.d xinstall.d getid.d.tmp xinstall.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-xlint --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/xlint --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- --- cleandir-lint1 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128_drv.a r128_accel.o r128_cursor.o r128_driver.o r128_exa.o r128_exa_render.o r128_crtc.o r128_output.o r128_video.o r128_misc.o r128_probe.o r128_dri.o r128_accel.o.tmp r128_cursor.o.tmp r128_driver.o.tmp r128_exa.o.tmp r128_exa_render.o.tmp r128_crtc.o.tmp r128_output.o.tmp r128_video.o.tmp r128_misc.o.tmp r128_probe.o.tmp r128_dri.o.tmp || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/xlint/lint1 --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128_drv.a r128_accel.o r128_cursor.o r128_driver.o r128_exa.o r128_exa_render.o r128_crtc.o r128_output.o r128_video.o r128_misc.o r128_probe.o r128_dri.o r128_accel.o.tmp r128_cursor.o.tmp r128_driver.o.tmp r128_exa.o.tmp r128_exa_render.o.tmp r128_crtc.o.tmp r128_output.o.tmp r128_video.o.tmp r128_misc.o.tmp r128_probe.o.tmp r128_dri.o.tmp || true) --- libclean2 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128_drv_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xlint/lint1 && rm -f lint.7 lint.7.date err-msgs.h *.gcno *.gcda *.gcov a.out [Ee]rrs mklog core *.core .gdbinit cgram.c scan.c cgram.h lint1 cgram.o ckbool.o ckctype.o ckgetopt.o debug.o decl.o emit.o emit1.o err.o func.o init.o inittyp.o lex.o main1.o mem.o mem1.o oper.o scan.o tree.o tyname.o cgram.ln scan.ln ckbool.ln ckctype.ln ckgetopt.ln debug.ln decl.ln emit.ln emit1.ln err.ln func.ln init.ln inittyp.ln lex.ln main1.ln mem.ln mem1.ln oper.ln tree.ln tyname.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128_drv_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xlint/lint1 && rm -f lint.7 lint.7.date err-msgs.h *.gcno *.gcda *.gcov a.out [Ee]rrs mklog core *.core .gdbinit cgram.c scan.c cgram.h lint1 cgram.o ckbool.o ckctype.o ckgetopt.o debug.o decl.o emit.o emit1.o err.o func.o init.o inittyp.o lex.o main1.o mem.o mem1.o oper.o scan.o tree.o tyname.o cgram.ln scan.ln ckbool.ln ckctype.ln ckgetopt.ln debug.ln decl.ln emit.ln emit1.ln err.ln func.ln init.ln inittyp.ln lex.ln main1.ln mem.ln mem1.ln oper.ln tree.ln tyname.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128_drv_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xlint/lint1 && rm -f lint.html7 .depend cgram.d ckbool.d ckctype.d ckgetopt.d debug.d decl.d emit.d emit1.d err.d func.d init.d inittyp.d lex.d main1.d mem.d mem1.d oper.d scan.d tree.d tyname.d cgram.d.tmp ckbool.d.tmp ckctype.d.tmp ckgetopt.d.tmp debug.d.tmp decl.d.tmp emit.d.tmp emit1.d.tmp err.d.tmp func.d.tmp init.d.tmp inittyp.d.tmp lex.d.tmp main1.d.tmp mem.d.tmp mem1.d.tmp oper.d.tmp scan.d.tmp tree.d.tmp tyname.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128_drv_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xlint/lint1 && rm -f lint.html7 .depend cgram.d ckbool.d ckctype.d ckgetopt.d debug.d decl.d emit.d emit1.d err.d func.d init.d inittyp.d lex.d main1.d mem.d mem1.d oper.d scan.d tree.d tyname.d cgram.d.tmp ckbool.d.tmp ckctype.d.tmp ckgetopt.d.tmp debug.d.tmp decl.d.tmp emit.d.tmp emit1.d.tmp err.d.tmp func.d.tmp init.d.tmp inittyp.d.tmp lex.d.tmp main1.d.tmp mem.d.tmp mem1.d.tmp oper.d.tmp scan.d.tmp tree.d.tmp tyname.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128_drv_pic.a r128_accel.pico r128_cursor.pico r128_driver.pico r128_exa.pico r128_exa_render.pico r128_crtc.pico r128_output.pico r128_video.pico r128_misc.pico r128_probe.pico r128_dri.pico r128_accel.pico.tmp r128_cursor.pico.tmp r128_driver.pico.tmp r128_exa.pico.tmp r128_exa_render.pico.tmp r128_crtc.pico.tmp r128_output.pico.tmp r128_video.pico.tmp r128_misc.pico.tmp r128_probe.pico.tmp r128_dri.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-lint2 --- cleandir ===> usr.bin/xlint/lint2 --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128_drv_pic.a r128_accel.pico r128_cursor.pico r128_driver.pico r128_exa.pico r128_exa_render.pico r128_crtc.pico r128_output.pico r128_video.pico r128_misc.pico r128_probe.pico r128_dri.pico r128_accel.pico.tmp r128_cursor.pico.tmp r128_driver.pico.tmp r128_exa.pico.tmp r128_exa_render.pico.tmp r128_crtc.pico.tmp r128_output.pico.tmp r128_video.pico.tmp r128_misc.pico.tmp r128_probe.pico.tmp r128_dri.pico.tmp || true) --- libclean5 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f llib-lr128_drv.ln r128_accel.ln r128_cursor.ln r128_driver.ln r128_exa.ln r128_exa_render.ln r128_crtc.ln r128_output.ln r128_video.ln r128_misc.ln r128_probe.ln r128_dri.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xlint/lint2 && rm -f *.gcno *.gcda *.gcov a.out [Ee]rrs mklog core *.core .gdbinit lint2 main2.o hash.o read.o mem.o mem2.o chk.o msg.o emit.o emit2.o inittyp.o tyname.o main2.ln hash.ln read.ln mem.ln mem2.ln chk.ln msg.ln emit.ln emit2.ln inittyp.ln tyname.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f llib-lr128_drv.ln r128_accel.ln r128_cursor.ln r128_driver.ln r128_exa.ln r128_exa_render.ln r128_crtc.ln r128_output.ln r128_video.ln r128_misc.ln r128_probe.ln r128_dri.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xlint/lint2 && rm -f *.gcno *.gcda *.gcov a.out [Ee]rrs mklog core *.core .gdbinit lint2 main2.o hash.o read.o mem.o mem2.o chk.o msg.o emit.o emit2.o inittyp.o tyname.o main2.ln hash.ln read.ln mem.ln mem2.ln chk.ln msg.ln emit.ln emit2.ln inittyp.ln tyname.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128.4 r128.html4 .depend r128_accel.d r128_crtc.d r128_cursor.d r128_dri.d r128_driver.d r128_exa.d r128_exa_render.d r128_misc.d r128_output.d r128_probe.d r128_video.d r128_accel.d.tmp r128_crtc.d.tmp r128_cursor.d.tmp r128_dri.d.tmp r128_driver.d.tmp r128_exa.d.tmp r128_exa_render.d.tmp r128_misc.d.tmp r128_output.d.tmp r128_probe.d.tmp r128_video.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xlint/lint2 && rm -f .depend chk.d emit.d emit2.d hash.d inittyp.d main2.d mem.d mem2.d msg.d read.d tyname.d chk.d.tmp emit.d.tmp emit2.d.tmp hash.d.tmp inittyp.d.tmp main2.d.tmp mem.d.tmp mem2.d.tmp msg.d.tmp read.d.tmp tyname.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-r128 && rm -f r128.4 r128.html4 .depend r128_accel.d r128_crtc.d r128_cursor.d r128_dri.d r128_driver.d r128_exa.d r128_exa_render.d r128_misc.d r128_output.d r128_probe.d r128_video.d r128_accel.d.tmp r128_crtc.d.tmp r128_cursor.d.tmp r128_dri.d.tmp r128_driver.d.tmp r128_exa.d.tmp r128_exa_render.d.tmp r128_misc.d.tmp r128_output.d.tmp r128_probe.d.tmp r128_video.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xlint/lint2 && rm -f .depend chk.d emit.d emit2.d hash.d inittyp.d main2.d mem.d mem2.d msg.d read.d tyname.d chk.d.tmp emit.d.tmp emit2.d.tmp hash.d.tmp inittyp.d.tmp main2.d.tmp mem.d.tmp mem2.d.tmp msg.d.tmp read.d.tmp tyname.d.tmp tags || true) --- cleandir-external --- --- cleandir-xf86-video-radeon --- --- cleandir-usr.bin --- --- cleandir-xlint --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-radeon --- cleandir-usr.bin --- cleandir ===> usr.bin/xlint/xlint --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-ati/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xlint/xlint && rm -f *.gcno *.gcda *.gcov a.out [Ee]rrs mklog core *.core .gdbinit xlint xlint.o mem.o findcc.o xlint.ln mem.ln findcc.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xlint/xlint && rm -f *.gcno *.gcda *.gcov a.out [Ee]rrs mklog core *.core .gdbinit xlint xlint.o mem.o findcc.o xlint.ln mem.ln findcc.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon_drv_old.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon_drv_old.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xlint/xlint && rm -f lint.html1 .depend findcc.d mem.d xlint.d findcc.d.tmp mem.d.tmp xlint.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xlint/xlint && rm -f lint.html1 .depend findcc.d mem.d xlint.d findcc.d.tmp mem.d.tmp xlint.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon_drv_old.a radeon_accel.o radeon_cursor.o radeon_driver.o radeon_video.o radeon_bios.o radeon_mm_i2c.o radeon_vip.o radeon_misc.o radeon_probe.o legacy_crtc.o legacy_output.o radeon_textured_video.o radeon_crtc.o radeon_output.o radeon_modes.o radeon_tv.o radeon_legacy_memory.o radeon_pm.o radeon_xvmc.o CD_Operations.o Decoder.o hwserv_drv.o radeon_atombios.o radeon_atomwrapper.o radeon_dri.o radeon_exa.o r600_exa.o r6xx_accel.o r600_textured_videofuncs.o r600_shader.o radeon_exa_shared.o evergreen_exa.o evergreen_accel.o evergreen_shader.o evergreen_textured_videofuncs.o cayman_accel.o cayman_shader.o atombios_output.o atombios_crtc.o radeon_dri2.o radeon_kms.o drmmode_display.o radeon_vbo.o fi1236.o msp3430.o tda9885.o uda1380.o radeon_accel.o.tmp radeon_cursor.o.tmp radeon_driver.o.tmp radeon_video.o.tmp radeon_bios.o.tmp radeon_mm_i2c.o.tmp radeon_vip.o.tmp radeon_misc.o.tmp radeon_probe.o.tmp legacy_crtc.o.tmp legacy_output.o.tmp radeon_textured_video.o.tmp radeon_crtc.o.tmp radeon_output.o.tmp radeon_modes.o.tmp radeon_tv.o.tmp radeon_legacy_memory.o.tmp radeon_pm.o.tmp radeon_xvmc.o.tmp CD_Operations.o.tmp Decoder.o.tmp hwserv_drv.o.tmp radeon_atombios.o.tmp radeon_atomwrapper.o.tmp radeon_dri.o.tmp radeon_exa.o.tmp r600_exa.o.tmp r6xx_accel.o.tmp r600_textured_videofuncs.o.tmp r600_shader.o.tmp radeon_exa_shared.o.tmp evergreen_exa.o.tmp evergreen_accel.o.tmp evergreen_shader.o.tmp evergreen_textured_videofuncs.o.tmp cayman_accel.o.tmp cayman_shader.o.tmp atombios_output.o.tmp atombios_crtc.o.tmp radeon_dri2.o.tmp radeon_kms.o.tmp drmmode_display.o.tmp radeon_vbo.o.tmp fi1236.o.tmp msp3430.o.tmp tda9885.o.tmp uda1380.o.tmp || true) --- cleandir-usr.bin --- --- cleandir-llib --- cleandir ===> usr.bin/xlint/llib --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon_drv_old.a radeon_accel.o radeon_cursor.o radeon_driver.o radeon_video.o radeon_bios.o radeon_mm_i2c.o radeon_vip.o radeon_misc.o radeon_probe.o legacy_crtc.o legacy_output.o radeon_textured_video.o radeon_crtc.o radeon_output.o radeon_modes.o radeon_tv.o radeon_legacy_memory.o radeon_pm.o radeon_xvmc.o CD_Operations.o Decoder.o hwserv_drv.o radeon_atombios.o radeon_atomwrapper.o radeon_dri.o radeon_exa.o r600_exa.o r6xx_accel.o r600_textured_videofuncs.o r600_shader.o radeon_exa_shared.o evergreen_exa.o evergreen_accel.o evergreen_shader.o evergreen_textured_videofuncs.o cayman_accel.o cayman_shader.o atombios_output.o atombios_crtc.o radeon_dri2.o radeon_kms.o drmmode_display.o radeon_vbo.o fi1236.o msp3430.o tda9885.o uda1380.o radeon_accel.o.tmp radeon_cursor.o.tmp radeon_driver.o.tmp radeon_video.o.tmp radeon_bios.o.tmp radeon_mm_i2c.o.tmp radeon_vip.o.tmp radeon_misc.o.tmp radeon_probe.o.tmp legacy_crtc.o.tmp legacy_output.o.tmp radeon_textured_video.o.tmp radeon_crtc.o.tmp radeon_output.o.tmp radeon_modes.o.tmp radeon_tv.o.tmp radeon_legacy_memory.o.tmp radeon_pm.o.tmp radeon_xvmc.o.tmp CD_Operations.o.tmp Decoder.o.tmp hwserv_drv.o.tmp radeon_atombios.o.tmp radeon_atomwrapper.o.tmp radeon_dri.o.tmp radeon_exa.o.tmp r600_exa.o.tmp r6xx_accel.o.tmp r600_textured_videofuncs.o.tmp r600_shader.o.tmp radeon_exa_shared.o.tmp evergreen_exa.o.tmp evergreen_accel.o.tmp evergreen_shader.o.tmp evergreen_textured_videofuncs.o.tmp cayman_accel.o.tmp cayman_shader.o.tmp atombios_output.o.tmp atombios_crtc.o.tmp radeon_dri2.o.tmp radeon_kms.o.tmp drmmode_display.o.tmp radeon_vbo.o.tmp fi1236.o.tmp msp3430.o.tmp tda9885.o.tmp uda1380.o.tmp || true) --- libclean2 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon_drv_old_p.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xlint/llib && rm -f llib-lposix.ln llib-lstdc.ln *.gcno *.gcda *.gcov a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon_drv_old_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xlint/llib && rm -f llib-lposix.ln llib-lstdc.ln *.gcno *.gcda *.gcov a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon_drv_old_g.a || true) --- cleandir-usr.bin --- --- cleandir-xstr --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon_drv_old_g.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/xstr --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon_drv_old_pic.a radeon_accel.pico radeon_cursor.pico radeon_driver.pico radeon_video.pico radeon_bios.pico radeon_mm_i2c.pico radeon_vip.pico radeon_misc.pico radeon_probe.pico legacy_crtc.pico legacy_output.pico radeon_textured_video.pico radeon_crtc.pico radeon_output.pico radeon_modes.pico radeon_tv.pico radeon_legacy_memory.pico radeon_pm.pico radeon_xvmc.pico CD_Operations.pico Decoder.pico hwserv_drv.pico radeon_atombios.pico radeon_atomwrapper.pico radeon_dri.pico radeon_exa.pico r600_exa.pico r6xx_accel.pico r600_textured_videofuncs.pico r600_shader.pico radeon_exa_shared.pico evergreen_exa.pico evergreen_accel.pico evergreen_shader.pico evergreen_textured_videofuncs.pico cayman_accel.pico cayman_shader.pico atombios_output.pico atombios_crtc.pico radeon_dri2.pico radeon_kms.pico drmmode_display.pico radeon_vbo.pico fi1236.pico msp3430.pico tda9885.pico uda1380.pico radeon_accel.pico.tmp radeon_cursor.pico.tmp radeon_driver.pico.tmp radeon_video.pico.tmp radeon_bios.pico.tmp radeon_mm_i2c.pico.tmp radeon_vip.pico.tmp radeon_misc.pico.tmp radeon_probe.pico.tmp legacy_crtc.pico.tmp legacy_output.pico.tmp radeon_textured_video.pico.tmp radeon_crtc.pico.tmp radeon_output.pico.tmp radeon_modes.pico.tmp radeon_tv.pico.tmp radeon_legacy_memory.pico.tmp radeon_pm.pico.tmp radeon_xvmc.pico.tmp CD_Operations.pico.tmp Decoder.pico.tmp hwserv_drv.pico.tmp radeon_atombios.pico.tmp radeon_atomwrapper.pico.tmp radeon_dri.pico.tmp radeon_exa.pico.tmp r600_exa.pico.tmp r6xx_accel.pico.tmp r600_textured_videofuncs.pico.tmp r600_shader.pico.tmp radeon_exa_shared.pico.tmp evergreen_exa.pico.tmp evergreen_accel.pico.tmp evergreen_shader.pico.tmp evergreen_textured_videofuncs.pico.tmp cayman_accel.pico.tmp cayman_shader.pico.tmp atombios_output.pico.tmp atombios_crtc.pico.tmp radeon_dri2.pico.tmp radeon_kms.pico.tmp drmmode_display.pico.tmp radeon_vbo.pico.tmp fi1236.pico.tmp msp3430.pico.tmp tda9885.pico.tmp uda1380.pico.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xstr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xstr xstr.o xstr.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon_drv_old_pic.a radeon_accel.pico radeon_cursor.pico radeon_driver.pico radeon_video.pico radeon_bios.pico radeon_mm_i2c.pico radeon_vip.pico radeon_misc.pico radeon_probe.pico legacy_crtc.pico legacy_output.pico radeon_textured_video.pico radeon_crtc.pico radeon_output.pico radeon_modes.pico radeon_tv.pico radeon_legacy_memory.pico radeon_pm.pico radeon_xvmc.pico CD_Operations.pico Decoder.pico hwserv_drv.pico radeon_atombios.pico radeon_atomwrapper.pico radeon_dri.pico radeon_exa.pico r600_exa.pico r6xx_accel.pico r600_textured_videofuncs.pico r600_shader.pico radeon_exa_shared.pico evergreen_exa.pico evergreen_accel.pico evergreen_shader.pico evergreen_textured_videofuncs.pico cayman_accel.pico cayman_shader.pico atombios_output.pico atombios_crtc.pico radeon_dri2.pico radeon_kms.pico drmmode_display.pico radeon_vbo.pico fi1236.pico msp3430.pico tda9885.pico uda1380.pico radeon_accel.pico.tmp radeon_cursor.pico.tmp radeon_driver.pico.tmp radeon_video.pico.tmp radeon_bios.pico.tmp radeon_mm_i2c.pico.tmp radeon_vip.pico.tmp radeon_misc.pico.tmp radeon_probe.pico.tmp legacy_crtc.pico.tmp legacy_output.pico.tmp radeon_textured_video.pico.tmp radeon_crtc.pico.tmp radeon_output.pico.tmp radeon_modes.pico.tmp radeon_tv.pico.tmp radeon_legacy_memory.pico.tmp radeon_pm.pico.tmp radeon_xvmc.pico.tmp CD_Operations.pico.tmp Decoder.pico.tmp hwserv_drv.pico.tmp radeon_atombios.pico.tmp radeon_atomwrapper.pico.tmp radeon_dri.pico.tmp radeon_exa.pico.tmp r600_exa.pico.tmp r6xx_accel.pico.tmp r600_textured_videofuncs.pico.tmp r600_shader.pico.tmp radeon_exa_shared.pico.tmp evergreen_exa.pico.tmp evergreen_accel.pico.tmp evergreen_shader.pico.tmp evergreen_textured_videofuncs.pico.tmp cayman_accel.pico.tmp cayman_shader.pico.tmp atombios_output.pico.tmp atombios_crtc.pico.tmp radeon_dri2.pico.tmp radeon_kms.pico.tmp drmmode_display.pico.tmp radeon_vbo.pico.tmp fi1236.pico.tmp msp3430.pico.tmp tda9885.pico.tmp uda1380.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xstr && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xstr xstr.o xstr.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f llib-lradeon_drv_old.ln radeon_accel.ln radeon_cursor.ln radeon_driver.ln radeon_video.ln radeon_bios.ln radeon_mm_i2c.ln radeon_vip.ln radeon_misc.ln radeon_probe.ln legacy_crtc.ln legacy_output.ln radeon_textured_video.ln radeon_crtc.ln radeon_output.ln radeon_modes.ln radeon_tv.ln radeon_legacy_memory.ln radeon_pm.ln radeon_xvmc.ln CD_Operations.ln Decoder.ln hwserv_drv.ln radeon_atombios.ln radeon_atomwrapper.ln radeon_dri.ln radeon_exa.ln r600_exa.ln r6xx_accel.ln r600_textured_videofuncs.ln r600_shader.ln radeon_exa_shared.ln evergreen_exa.ln evergreen_accel.ln evergreen_shader.ln evergreen_textured_videofuncs.ln cayman_accel.ln cayman_shader.ln atombios_output.ln atombios_crtc.ln radeon_dri2.ln radeon_kms.ln drmmode_display.ln radeon_vbo.ln fi1236.ln msp3430.ln tda9885.ln uda1380.ln || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/xstr && rm -f xstr.html1 .depend xstr.d xstr.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f llib-lradeon_drv_old.ln radeon_accel.ln radeon_cursor.ln radeon_driver.ln radeon_video.ln radeon_bios.ln radeon_mm_i2c.ln radeon_vip.ln radeon_misc.ln radeon_probe.ln legacy_crtc.ln legacy_output.ln radeon_textured_video.ln radeon_crtc.ln radeon_output.ln radeon_modes.ln radeon_tv.ln radeon_legacy_memory.ln radeon_pm.ln radeon_xvmc.ln CD_Operations.ln Decoder.ln hwserv_drv.ln radeon_atombios.ln radeon_atomwrapper.ln radeon_dri.ln radeon_exa.ln r600_exa.ln r6xx_accel.ln r600_textured_videofuncs.ln r600_shader.ln radeon_exa_shared.ln evergreen_exa.ln evergreen_accel.ln evergreen_shader.ln evergreen_textured_videofuncs.ln cayman_accel.ln cayman_shader.ln atombios_output.ln atombios_crtc.ln radeon_dri2.ln radeon_kms.ln drmmode_display.ln radeon_vbo.ln fi1236.ln msp3430.ln tda9885.ln uda1380.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/xstr && rm -f xstr.html1 .depend xstr.d xstr.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- cleandir-yes --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon.4 radeon.html4 .depend CD_Operations.d Decoder.d atombios_crtc.d atombios_output.d cayman_accel.d cayman_shader.d drmmode_display.d evergreen_accel.d evergreen_exa.d evergreen_shader.d evergreen_textured_videofuncs.d fi1236.d hwserv_drv.d legacy_crtc.d legacy_output.d msp3430.d r600_exa.d r600_shader.d r600_textured_videofuncs.d r6xx_accel.d radeon_accel.d radeon_atombios.d radeon_atomwrapper.d radeon_bios.d radeon_crtc.d radeon_cursor.d radeon_dri.d radeon_dri2.d radeon_driver.d radeon_exa.d radeon_exa_shared.d radeon_kms.d radeon_legacy_memory.d radeon_misc.d radeon_mm_i2c.d radeon_modes.d radeon_output.d radeon_pm.d radeon_probe.d radeon_textured_video.d radeon_tv.d radeon_vbo.d radeon_video.d radeon_vip.d radeon_xvmc.d tda9885.d uda1380.d CD_Operations.d.tmp Decoder.d.tmp atombios_crtc.d.tmp atombios_output.d.tmp cayman_accel.d.tmp cayman_shader.d.tmp drmmode_display.d.tmp evergreen_accel.d.tmp evergreen_exa.d.tmp evergreen_shader.d.tmp evergreen_textured_videofuncs.d.tmp fi1236.d.tmp hwserv_drv.d.tmp legacy_crtc.d.tmp legacy_output.d.tmp msp3430.d.tmp r600_exa.d.tmp r600_shader.d.tmp r600_textured_videofuncs.d.tmp r6xx_accel.d.tmp radeon_accel.d.tmp radeon_atombios.d.tmp radeon_atomwrapper.d.tmp radeon_bios.d.tmp radeon_crtc.d.tmp radeon_cursor.d.tmp radeon_dri.d.tmp radeon_dri2.d.tmp radeon_driver.d.tmp radeon_exa.d.tmp radeon_exa_shared.d.tmp radeon_kms.d.tmp radeon_legacy_memory.d.tmp radeon_misc.d.tmp radeon_mm_i2c.d.tmp radeon_modes.d.tmp radeon_output.d.tmp radeon_pm.d.tmp radeon_probe.d.tmp radeon_textured_video.d.tmp radeon_tv.d.tmp radeon_vbo.d.tmp radeon_video.d.tmp radeon_vip.d.tmp radeon_xvmc.d.tmp tda9885.d.tmp uda1380.d.tmp tags || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/yes --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon && rm -f radeon.4 radeon.html4 .depend CD_Operations.d Decoder.d atombios_crtc.d atombios_output.d cayman_accel.d cayman_shader.d drmmode_display.d evergreen_accel.d evergreen_exa.d evergreen_shader.d evergreen_textured_videofuncs.d fi1236.d hwserv_drv.d legacy_crtc.d legacy_output.d msp3430.d r600_exa.d r600_shader.d r600_textured_videofuncs.d r6xx_accel.d radeon_accel.d radeon_atombios.d radeon_atomwrapper.d radeon_bios.d radeon_crtc.d radeon_cursor.d radeon_dri.d radeon_dri2.d radeon_driver.d radeon_exa.d radeon_exa_shared.d radeon_kms.d radeon_legacy_memory.d radeon_misc.d radeon_mm_i2c.d radeon_modes.d radeon_output.d radeon_pm.d radeon_probe.d radeon_textured_video.d radeon_tv.d radeon_vbo.d radeon_video.d radeon_vip.d radeon_xvmc.d tda9885.d uda1380.d CD_Operations.d.tmp Decoder.d.tmp atombios_crtc.d.tmp atombios_output.d.tmp cayman_accel.d.tmp cayman_shader.d.tmp drmmode_display.d.tmp evergreen_accel.d.tmp evergreen_exa.d.tmp evergreen_shader.d.tmp evergreen_textured_videofuncs.d.tmp fi1236.d.tmp hwserv_drv.d.tmp legacy_crtc.d.tmp legacy_output.d.tmp msp3430.d.tmp r600_exa.d.tmp r600_shader.d.tmp r600_textured_videofuncs.d.tmp r6xx_accel.d.tmp radeon_accel.d.tmp radeon_atombios.d.tmp radeon_atomwrapper.d.tmp radeon_bios.d.tmp radeon_crtc.d.tmp radeon_cursor.d.tmp radeon_dri.d.tmp radeon_dri2.d.tmp radeon_driver.d.tmp radeon_exa.d.tmp radeon_exa_shared.d.tmp radeon_kms.d.tmp radeon_legacy_memory.d.tmp radeon_misc.d.tmp radeon_mm_i2c.d.tmp radeon_modes.d.tmp radeon_output.d.tmp radeon_pm.d.tmp radeon_probe.d.tmp radeon_textured_video.d.tmp radeon_tv.d.tmp radeon_vbo.d.tmp radeon_video.d.tmp radeon_vip.d.tmp radeon_xvmc.d.tmp tda9885.d.tmp uda1380.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/yes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit yes yes.o yes.ln || true) --- cleandir-external --- --- cleandir-xf86-video-radeon-kms --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-radeon-kms --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/yes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit yes yes.o yes.ln || true) --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-ati-kms/dist/configure" returned non-zero status --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/yes && rm -f yes.html1 .depend yes.d yes.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/yes && rm -f yes.html1 .depend yes.d yes.d.tmp tags || true) --- cleandir-../external/zlib/pigz/bin/pigz --- cleandir ===> usr.bin/../external/zlib/pigz/bin/pigz --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/zlib/pigz/bin/pigz && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pigz pigz.o yarn.o deflate.o blocksplitter.o tree.o lz77.o cache.o hash.o util.o squeeze.o katajainen.o pigz.ln yarn.ln deflate.ln blocksplitter.ln tree.ln lz77.ln cache.ln hash.ln util.ln squeeze.ln katajainen.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/zlib/pigz/bin/pigz && rm -f a.out [Ee]rrs mklog core *.core .gdbinit pigz pigz.o yarn.o deflate.o blocksplitter.o tree.o lz77.o cache.o hash.o util.o squeeze.o katajainen.o pigz.ln yarn.ln deflate.ln blocksplitter.ln tree.ln lz77.ln cache.ln hash.ln util.ln squeeze.ln katajainen.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon_drv.a radeon_accel.o radeon_video.o radeon_misc.o radeon_probe.o radeon_textured_video.o radeon_xvmc.o radeon_exa.o r600_exa.o r6xx_accel.o r600_textured_videofuncs.o r600_shader.o radeon_exa_shared.o evergreen_exa.o evergreen_accel.o evergreen_shader.o evergreen_textured_videofuncs.o cayman_accel.o cayman_shader.o radeon_dri2.o radeon_dri3.o radeon_drm_queue.o radeon_kms.o radeon_present.o radeon_sync.o radeon_vbo.o radeon_bo_helper.o drmmode_display.o radeon_glamor.o radeon_glamor_wrappers.o radeon_accel.o.tmp radeon_video.o.tmp radeon_misc.o.tmp radeon_probe.o.tmp radeon_textured_video.o.tmp radeon_xvmc.o.tmp radeon_exa.o.tmp r600_exa.o.tmp r6xx_accel.o.tmp r600_textured_videofuncs.o.tmp r600_shader.o.tmp radeon_exa_shared.o.tmp evergreen_exa.o.tmp evergreen_accel.o.tmp evergreen_shader.o.tmp evergreen_textured_videofuncs.o.tmp cayman_accel.o.tmp cayman_shader.o.tmp radeon_dri2.o.tmp radeon_dri3.o.tmp radeon_drm_queue.o.tmp radeon_kms.o.tmp radeon_present.o.tmp radeon_sync.o.tmp radeon_vbo.o.tmp radeon_bo_helper.o.tmp drmmode_display.o.tmp radeon_glamor.o.tmp radeon_glamor_wrappers.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon_drv.a radeon_accel.o radeon_video.o radeon_misc.o radeon_probe.o radeon_textured_video.o radeon_xvmc.o radeon_exa.o r600_exa.o r6xx_accel.o r600_textured_videofuncs.o r600_shader.o radeon_exa_shared.o evergreen_exa.o evergreen_accel.o evergreen_shader.o evergreen_textured_videofuncs.o cayman_accel.o cayman_shader.o radeon_dri2.o radeon_dri3.o radeon_drm_queue.o radeon_kms.o radeon_present.o radeon_sync.o radeon_vbo.o radeon_bo_helper.o drmmode_display.o radeon_glamor.o radeon_glamor_wrappers.o radeon_accel.o.tmp radeon_video.o.tmp radeon_misc.o.tmp radeon_probe.o.tmp radeon_textured_video.o.tmp radeon_xvmc.o.tmp radeon_exa.o.tmp r600_exa.o.tmp r6xx_accel.o.tmp r600_textured_videofuncs.o.tmp r600_shader.o.tmp radeon_exa_shared.o.tmp evergreen_exa.o.tmp evergreen_accel.o.tmp evergreen_shader.o.tmp evergreen_textured_videofuncs.o.tmp cayman_accel.o.tmp cayman_shader.o.tmp radeon_dri2.o.tmp radeon_dri3.o.tmp radeon_drm_queue.o.tmp radeon_kms.o.tmp radeon_present.o.tmp radeon_sync.o.tmp radeon_vbo.o.tmp radeon_bo_helper.o.tmp drmmode_display.o.tmp radeon_glamor.o.tmp radeon_glamor_wrappers.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/zlib/pigz/bin/pigz && rm -f pigz.html1 .depend blocksplitter.d cache.d deflate.d hash.d katajainen.d lz77.d pigz.d squeeze.d tree.d util.d yarn.d blocksplitter.d.tmp cache.d.tmp deflate.d.tmp hash.d.tmp katajainen.d.tmp lz77.d.tmp pigz.d.tmp squeeze.d.tmp tree.d.tmp util.d.tmp yarn.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/zlib/pigz/bin/pigz && rm -f pigz.html1 .depend blocksplitter.d cache.d deflate.d hash.d katajainen.d lz77.d pigz.d squeeze.d tree.d util.d yarn.d blocksplitter.d.tmp cache.d.tmp deflate.d.tmp hash.d.tmp katajainen.d.tmp lz77.d.tmp pigz.d.tmp squeeze.d.tmp tree.d.tmp util.d.tmp yarn.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon_drv_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-rump_allserver --- cleandir ===> usr.bin/rump_allserver --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon_drv_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rump_allserver && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rump_allserver rump_allserver.o rump_allserver.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rump_allserver && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rump_allserver rump_allserver.o rump_allserver.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon_drv_pic.a radeon_accel.pico radeon_video.pico radeon_misc.pico radeon_probe.pico radeon_textured_video.pico radeon_xvmc.pico radeon_exa.pico r600_exa.pico r6xx_accel.pico r600_textured_videofuncs.pico r600_shader.pico radeon_exa_shared.pico evergreen_exa.pico evergreen_accel.pico evergreen_shader.pico evergreen_textured_videofuncs.pico cayman_accel.pico cayman_shader.pico radeon_dri2.pico radeon_dri3.pico radeon_drm_queue.pico radeon_kms.pico radeon_present.pico radeon_sync.pico radeon_vbo.pico radeon_bo_helper.pico drmmode_display.pico radeon_glamor.pico radeon_glamor_wrappers.pico radeon_accel.pico.tmp radeon_video.pico.tmp radeon_misc.pico.tmp radeon_probe.pico.tmp radeon_textured_video.pico.tmp radeon_xvmc.pico.tmp radeon_exa.pico.tmp r600_exa.pico.tmp r6xx_accel.pico.tmp r600_textured_videofuncs.pico.tmp r600_shader.pico.tmp radeon_exa_shared.pico.tmp evergreen_exa.pico.tmp evergreen_accel.pico.tmp evergreen_shader.pico.tmp evergreen_textured_videofuncs.pico.tmp cayman_accel.pico.tmp cayman_shader.pico.tmp radeon_dri2.pico.tmp radeon_dri3.pico.tmp radeon_drm_queue.pico.tmp radeon_kms.pico.tmp radeon_present.pico.tmp radeon_sync.pico.tmp radeon_vbo.pico.tmp radeon_bo_helper.pico.tmp drmmode_display.pico.tmp radeon_glamor.pico.tmp radeon_glamor_wrappers.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon_drv_pic.a radeon_accel.pico radeon_video.pico radeon_misc.pico radeon_probe.pico radeon_textured_video.pico radeon_xvmc.pico radeon_exa.pico r600_exa.pico r6xx_accel.pico r600_textured_videofuncs.pico r600_shader.pico radeon_exa_shared.pico evergreen_exa.pico evergreen_accel.pico evergreen_shader.pico evergreen_textured_videofuncs.pico cayman_accel.pico cayman_shader.pico radeon_dri2.pico radeon_dri3.pico radeon_drm_queue.pico radeon_kms.pico radeon_present.pico radeon_sync.pico radeon_vbo.pico radeon_bo_helper.pico drmmode_display.pico radeon_glamor.pico radeon_glamor_wrappers.pico radeon_accel.pico.tmp radeon_video.pico.tmp radeon_misc.pico.tmp radeon_probe.pico.tmp radeon_textured_video.pico.tmp radeon_xvmc.pico.tmp radeon_exa.pico.tmp r600_exa.pico.tmp r6xx_accel.pico.tmp r600_textured_videofuncs.pico.tmp r600_shader.pico.tmp radeon_exa_shared.pico.tmp evergreen_exa.pico.tmp evergreen_accel.pico.tmp evergreen_shader.pico.tmp evergreen_textured_videofuncs.pico.tmp cayman_accel.pico.tmp cayman_shader.pico.tmp radeon_dri2.pico.tmp radeon_dri3.pico.tmp radeon_drm_queue.pico.tmp radeon_kms.pico.tmp radeon_present.pico.tmp radeon_sync.pico.tmp radeon_vbo.pico.tmp radeon_bo_helper.pico.tmp drmmode_display.pico.tmp radeon_glamor.pico.tmp radeon_glamor_wrappers.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rump_allserver && rm -f rump_allserver.html1 .depend rump_allserver.d rump_allserver.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rump_allserver && rm -f rump_allserver.html1 .depend rump_allserver.d rump_allserver.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f llib-lradeon_drv.ln radeon_accel.ln radeon_video.ln radeon_misc.ln radeon_probe.ln radeon_textured_video.ln radeon_xvmc.ln radeon_exa.ln r600_exa.ln r6xx_accel.ln r600_textured_videofuncs.ln r600_shader.ln radeon_exa_shared.ln evergreen_exa.ln evergreen_accel.ln evergreen_shader.ln evergreen_textured_videofuncs.ln cayman_accel.ln cayman_shader.ln radeon_dri2.ln radeon_dri3.ln radeon_drm_queue.ln radeon_kms.ln radeon_present.ln radeon_sync.ln radeon_vbo.ln radeon_bo_helper.ln drmmode_display.ln radeon_glamor.ln radeon_glamor_wrappers.ln || true) --- cleandir-usr.bin --- --- cleandir-rump_dhcpclient --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f llib-lradeon_drv.ln radeon_accel.ln radeon_video.ln radeon_misc.ln radeon_probe.ln radeon_textured_video.ln radeon_xvmc.ln radeon_exa.ln r600_exa.ln r6xx_accel.ln r600_textured_videofuncs.ln r600_shader.ln radeon_exa_shared.ln evergreen_exa.ln evergreen_accel.ln evergreen_shader.ln evergreen_textured_videofuncs.ln cayman_accel.ln cayman_shader.ln radeon_dri2.ln radeon_dri3.ln radeon_drm_queue.ln radeon_kms.ln radeon_present.ln radeon_sync.ln radeon_vbo.ln radeon_bo_helper.ln drmmode_display.ln radeon_glamor.ln radeon_glamor_wrappers.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/rump_dhcpclient --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon.4 radeon.html4 .depend cayman_accel.d cayman_shader.d drmmode_display.d evergreen_accel.d evergreen_exa.d evergreen_shader.d evergreen_textured_videofuncs.d r600_exa.d r600_shader.d r600_textured_videofuncs.d r6xx_accel.d radeon_accel.d radeon_bo_helper.d radeon_dri2.d radeon_dri3.d radeon_drm_queue.d radeon_exa.d radeon_exa_shared.d radeon_glamor.d radeon_glamor_wrappers.d radeon_kms.d radeon_misc.d radeon_present.d radeon_probe.d radeon_sync.d radeon_textured_video.d radeon_vbo.d radeon_video.d radeon_xvmc.d cayman_accel.d.tmp cayman_shader.d.tmp drmmode_display.d.tmp evergreen_accel.d.tmp evergreen_exa.d.tmp evergreen_shader.d.tmp evergreen_textured_videofuncs.d.tmp r600_exa.d.tmp r600_shader.d.tmp r600_textured_videofuncs.d.tmp r6xx_accel.d.tmp radeon_accel.d.tmp radeon_bo_helper.d.tmp radeon_dri2.d.tmp radeon_dri3.d.tmp radeon_drm_queue.d.tmp radeon_exa.d.tmp radeon_exa_shared.d.tmp radeon_glamor.d.tmp radeon_glamor_wrappers.d.tmp radeon_kms.d.tmp radeon_misc.d.tmp radeon_present.d.tmp radeon_probe.d.tmp radeon_sync.d.tmp radeon_textured_video.d.tmp radeon_vbo.d.tmp radeon_video.d.tmp radeon_xvmc.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rump_dhcpclient && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rump.dhcpclient main.o bpf.o common.o configure.o dhcp.o if-bsd.o net.o main.ln bpf.ln common.ln configure.ln dhcp.ln if-bsd.ln net.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-radeon-kms && rm -f radeon.4 radeon.html4 .depend cayman_accel.d cayman_shader.d drmmode_display.d evergreen_accel.d evergreen_exa.d evergreen_shader.d evergreen_textured_videofuncs.d r600_exa.d r600_shader.d r600_textured_videofuncs.d r6xx_accel.d radeon_accel.d radeon_bo_helper.d radeon_dri2.d radeon_dri3.d radeon_drm_queue.d radeon_exa.d radeon_exa_shared.d radeon_glamor.d radeon_glamor_wrappers.d radeon_kms.d radeon_misc.d radeon_present.d radeon_probe.d radeon_sync.d radeon_textured_video.d radeon_vbo.d radeon_video.d radeon_xvmc.d cayman_accel.d.tmp cayman_shader.d.tmp drmmode_display.d.tmp evergreen_accel.d.tmp evergreen_exa.d.tmp evergreen_shader.d.tmp evergreen_textured_videofuncs.d.tmp r600_exa.d.tmp r600_shader.d.tmp r600_textured_videofuncs.d.tmp r6xx_accel.d.tmp radeon_accel.d.tmp radeon_bo_helper.d.tmp radeon_dri2.d.tmp radeon_dri3.d.tmp radeon_drm_queue.d.tmp radeon_exa.d.tmp radeon_exa_shared.d.tmp radeon_glamor.d.tmp radeon_glamor_wrappers.d.tmp radeon_kms.d.tmp radeon_misc.d.tmp radeon_present.d.tmp radeon_probe.d.tmp radeon_sync.d.tmp radeon_textured_video.d.tmp radeon_vbo.d.tmp radeon_video.d.tmp radeon_xvmc.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rump_dhcpclient && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rump.dhcpclient main.o bpf.o common.o configure.o dhcp.o if-bsd.o net.o main.ln bpf.ln common.ln configure.ln dhcp.ln if-bsd.ln net.ln || true) --- cleandir-external --- --- cleandir-xf86-video-s3virge --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-s3virge --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rump_dhcpclient && rm -f rump.dhcpclient.html1 .depend bpf.d common.d configure.d dhcp.d if-bsd.d main.d net.d bpf.d.tmp common.d.tmp configure.d.tmp dhcp.d.tmp if-bsd.d.tmp main.d.tmp net.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rump_dhcpclient && rm -f rump.dhcpclient.html1 .depend bpf.d common.d configure.d dhcp.d if-bsd.d main.d net.d bpf.d.tmp common.d.tmp configure.d.tmp dhcp.d.tmp if-bsd.d.tmp main.d.tmp net.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-s3virge/dist/configure" returned non-zero status --- __doclean --- --- cleandir-usr.bin --- --- cleandir-rump_halt --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/rump_halt --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rump_halt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rump.halt rump.halt.o rump.halt.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge_drv.a s3v_accel.o s3v_dac.o s3v_dga.o s3v_driver.o s3v_hwcurs.o s3v_i2c.o s3v_shadow.o s3v_xv.o s3v_accel.o.tmp s3v_dac.o.tmp s3v_dga.o.tmp s3v_driver.o.tmp s3v_hwcurs.o.tmp s3v_i2c.o.tmp s3v_shadow.o.tmp s3v_xv.o.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rump_halt && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rump.halt rump.halt.o rump.halt.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge_drv.a s3v_accel.o s3v_dac.o s3v_dga.o s3v_driver.o s3v_hwcurs.o s3v_i2c.o s3v_shadow.o s3v_xv.o s3v_accel.o.tmp s3v_dac.o.tmp s3v_dga.o.tmp s3v_driver.o.tmp s3v_hwcurs.o.tmp s3v_i2c.o.tmp s3v_shadow.o.tmp s3v_xv.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rump_halt && rm -f rump.halt.html1 .depend rump.halt.d rump.halt.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge_drv_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rump_halt && rm -f rump.halt.html1 .depend rump.halt.d rump.halt.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-rump_server --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/rump_server --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge_drv_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rump_server && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rump_server rump_allserver.o rump_allserver.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge_drv_pic.a s3v_accel.pico s3v_dac.pico s3v_dga.pico s3v_driver.pico s3v_hwcurs.pico s3v_i2c.pico s3v_shadow.pico s3v_xv.pico s3v_accel.pico.tmp s3v_dac.pico.tmp s3v_dga.pico.tmp s3v_driver.pico.tmp s3v_hwcurs.pico.tmp s3v_i2c.pico.tmp s3v_shadow.pico.tmp s3v_xv.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rump_server && rm -f a.out [Ee]rrs mklog core *.core .gdbinit rump_server rump_allserver.o rump_allserver.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge_drv_pic.a s3v_accel.pico s3v_dac.pico s3v_dga.pico s3v_driver.pico s3v_hwcurs.pico s3v_i2c.pico s3v_shadow.pico s3v_xv.pico s3v_accel.pico.tmp s3v_dac.pico.tmp s3v_dga.pico.tmp s3v_driver.pico.tmp s3v_hwcurs.pico.tmp s3v_i2c.pico.tmp s3v_shadow.pico.tmp s3v_xv.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rump_server && rm -f .depend rump_allserver.d rump_allserver.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f llib-ls3virge_drv.ln s3v_accel.ln s3v_dac.ln s3v_dga.ln s3v_driver.ln s3v_hwcurs.ln s3v_i2c.ln s3v_shadow.ln s3v_xv.ln || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rump_server && rm -f .depend rump_allserver.d rump_allserver.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f llib-ls3virge_drv.ln s3v_accel.ln s3v_dac.ln s3v_dga.ln s3v_driver.ln s3v_hwcurs.ln s3v_i2c.ln s3v_shadow.ln s3v_xv.ln || true) --- cleandir-usr.bin --- --- cleandir-shmif_dumpbus --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- cleandir ===> usr.bin/shmif_dumpbus --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge.4 s3virge.html4 .depend s3v_accel.d s3v_dac.d s3v_dga.d s3v_driver.d s3v_hwcurs.d s3v_i2c.d s3v_shadow.d s3v_xv.d s3v_accel.d.tmp s3v_dac.d.tmp s3v_dga.d.tmp s3v_driver.d.tmp s3v_hwcurs.d.tmp s3v_i2c.d.tmp s3v_shadow.d.tmp s3v_xv.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-s3virge && rm -f s3virge.4 s3virge.html4 .depend s3v_accel.d s3v_dac.d s3v_dga.d s3v_driver.d s3v_hwcurs.d s3v_i2c.d s3v_shadow.d s3v_xv.d s3v_accel.d.tmp s3v_dac.d.tmp s3v_dga.d.tmp s3v_driver.d.tmp s3v_hwcurs.d.tmp s3v_i2c.d.tmp s3v_shadow.d.tmp s3v_xv.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/shmif_dumpbus && rm -f a.out [Ee]rrs mklog core *.core .gdbinit shmif_dumpbus shmif_dumpbus.o shmif_busops.o shmif_dumpbus.ln shmif_busops.ln || true) --- cleandir-external --- --- cleandir-xf86-video-savage --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/shmif_dumpbus && rm -f a.out [Ee]rrs mklog core *.core .gdbinit shmif_dumpbus shmif_dumpbus.o shmif_busops.o shmif_dumpbus.ln shmif_busops.ln || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-savage --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-savage/dist/configure" returned non-zero status --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/shmif_dumpbus && rm -f shmif_dumpbus.html1 .depend shmif_busops.d shmif_dumpbus.d shmif_busops.d.tmp shmif_dumpbus.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/shmif_dumpbus && rm -f shmif_dumpbus.html1 .depend shmif_busops.d shmif_dumpbus.d shmif_busops.d.tmp shmif_dumpbus.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- cleandir-shmif_pcapin --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/shmif_pcapin --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage_drv.a savage_accel.o savage_xaa.o savage_exa.o savage_cursor.o savage_dga.o savage_driver.o savage_i2c.o savage_shadow.o savage_streams.o savage_vbe.o savage_video.o savage_hwmc.o savage_dri.o savage_accel.o.tmp savage_xaa.o.tmp savage_exa.o.tmp savage_cursor.o.tmp savage_dga.o.tmp savage_driver.o.tmp savage_i2c.o.tmp savage_shadow.o.tmp savage_streams.o.tmp savage_vbe.o.tmp savage_video.o.tmp savage_hwmc.o.tmp savage_dri.o.tmp || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/shmif_pcapin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit shmif_pcapin shmif_pcapin.o shmif_busops.o shmif_pcapin.ln shmif_busops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage_drv.a savage_accel.o savage_xaa.o savage_exa.o savage_cursor.o savage_dga.o savage_driver.o savage_i2c.o savage_shadow.o savage_streams.o savage_vbe.o savage_video.o savage_hwmc.o savage_dri.o savage_accel.o.tmp savage_xaa.o.tmp savage_exa.o.tmp savage_cursor.o.tmp savage_dga.o.tmp savage_driver.o.tmp savage_i2c.o.tmp savage_shadow.o.tmp savage_streams.o.tmp savage_vbe.o.tmp savage_video.o.tmp savage_hwmc.o.tmp savage_dri.o.tmp || true) --- libclean2 --- --- cleandir-usr.bin --- --- __docleandir --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/shmif_pcapin && rm -f shmif_pcapin.html1 .depend shmif_busops.d shmif_pcapin.d shmif_busops.d.tmp shmif_pcapin.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage_drv_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-rump_wmd --- cleandir ===> usr.bin/rump_wmd --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage_drv_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rump_wmd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rump_wmd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage_drv_pic.a savage_accel.pico savage_xaa.pico savage_exa.pico savage_cursor.pico savage_dga.pico savage_driver.pico savage_i2c.pico savage_shadow.pico savage_streams.pico savage_vbe.pico savage_video.pico savage_hwmc.pico savage_dri.pico savage_accel.pico.tmp savage_xaa.pico.tmp savage_exa.pico.tmp savage_cursor.pico.tmp savage_dga.pico.tmp savage_driver.pico.tmp savage_i2c.pico.tmp savage_shadow.pico.tmp savage_streams.pico.tmp savage_vbe.pico.tmp savage_video.pico.tmp savage_hwmc.pico.tmp savage_dri.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage_drv_pic.a savage_accel.pico savage_xaa.pico savage_exa.pico savage_cursor.pico savage_dga.pico savage_driver.pico savage_i2c.pico savage_shadow.pico savage_streams.pico savage_vbe.pico savage_video.pico savage_hwmc.pico savage_dri.pico savage_accel.pico.tmp savage_xaa.pico.tmp savage_exa.pico.tmp savage_cursor.pico.tmp savage_dga.pico.tmp savage_driver.pico.tmp savage_i2c.pico.tmp savage_shadow.pico.tmp savage_streams.pico.tmp savage_vbe.pico.tmp savage_video.pico.tmp savage_hwmc.pico.tmp savage_dri.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/rump_wmd && rm -f rump_wmd.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/rump_wmd && rm -f rump_wmd.html1 || true) --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-savage && rm -f llib-lsavage_drv.ln savage_accel.ln savage_xaa.ln savage_exa.ln savage_cursor.ln savage_dga.ln savage_driver.ln savage_i2c.ln savage_shadow.ln savage_streams.ln savage_vbe.ln savage_video.ln savage_hwmc.ln savage_dri.ln || true) --- cleandir-usr.bin --- --- cleandir-gzip --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-savage && rm -f llib-lsavage_drv.ln savage_accel.ln savage_xaa.ln savage_exa.ln savage_cursor.ln savage_dga.ln savage_driver.ln savage_i2c.ln savage_shadow.ln savage_streams.ln savage_vbe.ln savage_video.ln savage_hwmc.ln savage_dri.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/gzip --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage.4 savage.html4 .depend savage_accel.d savage_cursor.d savage_dga.d savage_dri.d savage_driver.d savage_exa.d savage_hwmc.d savage_i2c.d savage_shadow.d savage_streams.d savage_vbe.d savage_video.d savage_xaa.d savage_accel.d.tmp savage_cursor.d.tmp savage_dga.d.tmp savage_dri.d.tmp savage_driver.d.tmp savage_exa.d.tmp savage_hwmc.d.tmp savage_i2c.d.tmp savage_shadow.d.tmp savage_streams.d.tmp savage_vbe.d.tmp savage_video.d.tmp savage_xaa.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/gzip && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gzip gzip.o gzip.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-savage && rm -f savage.4 savage.html4 .depend savage_accel.d savage_cursor.d savage_dga.d savage_dri.d savage_driver.d savage_exa.d savage_hwmc.d savage_i2c.d savage_shadow.d savage_streams.d savage_vbe.d savage_video.d savage_xaa.d savage_accel.d.tmp savage_cursor.d.tmp savage_dga.d.tmp savage_dri.d.tmp savage_driver.d.tmp savage_exa.d.tmp savage_hwmc.d.tmp savage_i2c.d.tmp savage_shadow.d.tmp savage_streams.d.tmp savage_vbe.d.tmp savage_video.d.tmp savage_xaa.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/gzip && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gzip gzip.o gzip.ln || true) --- cleandir-external --- --- cleandir-xf86-video-siliconmotion --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-siliconmotion --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/gzip && rm -f gzip.html1 gzexe.html1 zdiff.html1 zforce.html1 zgrep.html1 zmore.html1 znew.html1 .depend gzip.d gzip.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/gzip && rm -f gzip.html1 gzexe.html1 zdiff.html1 zforce.html1 zgrep.html1 zmore.html1 znew.html1 .depend gzip.d gzip.d.tmp tags || true) --- cleandir-external --- nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-siliconmotion/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- cleandir-hesinfo --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 13: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_VERSION=/ { match($2, "([0-9]+\\.)+[0-9]+"); version = substr($2, RSTART, RLENGTH); print version; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-siliconmotion/dist/configure" returned non-zero status --- cleandir-usr.bin --- cleandir ===> usr.bin/hesinfo --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 25: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_STRING=/ { match($2, "[-_a-zA-Z]+[ ]+([0-9]+\\.)+[0-9]+"); string = substr($2, RSTART, RLENGTH); print string; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-siliconmotion/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 36: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^PACKAGE_NAME=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-siliconmotion/dist/configure" returned non-zero status sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/xorg-pkg-ver.mk" line 47: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk -F= '/^RELEASE_DATE=/ { match($2, "[-_a-zA-Z0-9]+"); name = substr($2, RSTART, RLENGTH); print name; exit 0; }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-siliconmotion/dist/configure" returned non-zero status --- __doclean --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/hesinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hesinfo hesinfo.o hesinfo.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/hesinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hesinfo hesinfo.o hesinfo.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion_drv.a smi_501.o smi_accel.o smi_xaa.o smi_exa.o smi_dac.o smi_driver.o smi_i2c.o smi_video.o smi_crtc.o smilynx_crtc.o smi_output.o smilynx_output.o smilynx_hw.o smi501_crtc.o smi501_output.o smi_501.o.tmp smi_accel.o.tmp smi_xaa.o.tmp smi_exa.o.tmp smi_dac.o.tmp smi_driver.o.tmp smi_i2c.o.tmp smi_video.o.tmp smi_crtc.o.tmp smilynx_crtc.o.tmp smi_output.o.tmp smilynx_output.o.tmp smilynx_hw.o.tmp smi501_crtc.o.tmp smi501_output.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/hesinfo && rm -f hesinfo.html1 .depend hesinfo.d hesinfo.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/hesinfo && rm -f hesinfo.html1 .depend hesinfo.d hesinfo.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion_drv.a smi_501.o smi_accel.o smi_xaa.o smi_exa.o smi_dac.o smi_driver.o smi_i2c.o smi_video.o smi_crtc.o smilynx_crtc.o smi_output.o smilynx_output.o smilynx_hw.o smi501_crtc.o smi501_output.o smi_501.o.tmp smi_accel.o.tmp smi_xaa.o.tmp smi_exa.o.tmp smi_dac.o.tmp smi_driver.o.tmp smi_i2c.o.tmp smi_video.o.tmp smi_crtc.o.tmp smilynx_crtc.o.tmp smi_output.o.tmp smilynx_output.o.tmp smilynx_hw.o.tmp smi501_crtc.o.tmp smi501_output.o.tmp || true) --- libclean2 --- --- cleandir-usr.bin --- --- cleandir-skey --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion_drv_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/skey --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion_drv_p.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/skey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit skey skey.o skey.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion_drv_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/skey && rm -f a.out [Ee]rrs mklog core *.core .gdbinit skey skey.o skey.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion_drv_g.a || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/skey && rm -f skey.html1 skeyaudit.html1 .depend skey.d skey.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion_drv_pic.a smi_501.pico smi_accel.pico smi_xaa.pico smi_exa.pico smi_dac.pico smi_driver.pico smi_i2c.pico smi_video.pico smi_crtc.pico smilynx_crtc.pico smi_output.pico smilynx_output.pico smilynx_hw.pico smi501_crtc.pico smi501_output.pico smi_501.pico.tmp smi_accel.pico.tmp smi_xaa.pico.tmp smi_exa.pico.tmp smi_dac.pico.tmp smi_driver.pico.tmp smi_i2c.pico.tmp smi_video.pico.tmp smi_crtc.pico.tmp smilynx_crtc.pico.tmp smi_output.pico.tmp smilynx_output.pico.tmp smilynx_hw.pico.tmp smi501_crtc.pico.tmp smi501_output.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/skey && rm -f skey.html1 skeyaudit.html1 .depend skey.d skey.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion_drv_pic.a smi_501.pico smi_accel.pico smi_xaa.pico smi_exa.pico smi_dac.pico smi_driver.pico smi_i2c.pico smi_video.pico smi_crtc.pico smilynx_crtc.pico smi_output.pico smilynx_output.pico smilynx_hw.pico smi501_crtc.pico smi501_output.pico smi_501.pico.tmp smi_accel.pico.tmp smi_xaa.pico.tmp smi_exa.pico.tmp smi_dac.pico.tmp smi_driver.pico.tmp smi_i2c.pico.tmp smi_video.pico.tmp smi_crtc.pico.tmp smilynx_crtc.pico.tmp smi_output.pico.tmp smilynx_output.pico.tmp smilynx_hw.pico.tmp smi501_crtc.pico.tmp smi501_output.pico.tmp || true) --- cleandir-usr.bin --- --- cleandir-skeyinfo --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- cleandir ===> usr.bin/skeyinfo --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f llib-lsiliconmotion_drv.ln smi_501.ln smi_accel.ln smi_xaa.ln smi_exa.ln smi_dac.ln smi_driver.ln smi_i2c.ln smi_video.ln smi_crtc.ln smilynx_crtc.ln smi_output.ln smilynx_output.ln smilynx_hw.ln smi501_crtc.ln smi501_output.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f llib-lsiliconmotion_drv.ln smi_501.ln smi_accel.ln smi_xaa.ln smi_exa.ln smi_dac.ln smi_driver.ln smi_i2c.ln smi_video.ln smi_crtc.ln smilynx_crtc.ln smi_output.ln smilynx_output.ln smilynx_hw.ln smi501_crtc.ln smi501_output.ln || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/skeyinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit skeyinfo skeyinfo.o skeyinfo.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion.4 siliconmotion.html4 .depend smi501_crtc.d smi501_output.d smi_501.d smi_accel.d smi_crtc.d smi_dac.d smi_driver.d smi_exa.d smi_i2c.d smi_output.d smi_video.d smi_xaa.d smilynx_crtc.d smilynx_hw.d smilynx_output.d smi501_crtc.d.tmp smi501_output.d.tmp smi_501.d.tmp smi_accel.d.tmp smi_crtc.d.tmp smi_dac.d.tmp smi_driver.d.tmp smi_exa.d.tmp smi_i2c.d.tmp smi_output.d.tmp smi_video.d.tmp smi_xaa.d.tmp smilynx_crtc.d.tmp smilynx_hw.d.tmp smilynx_output.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/skeyinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit skeyinfo skeyinfo.o skeyinfo.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-siliconmotion && rm -f siliconmotion.4 siliconmotion.html4 .depend smi501_crtc.d smi501_output.d smi_501.d smi_accel.d smi_crtc.d smi_dac.d smi_driver.d smi_exa.d smi_i2c.d smi_output.d smi_video.d smi_xaa.d smilynx_crtc.d smilynx_hw.d smilynx_output.d smi501_crtc.d.tmp smi501_output.d.tmp smi_501.d.tmp smi_accel.d.tmp smi_crtc.d.tmp smi_dac.d.tmp smi_driver.d.tmp smi_exa.d.tmp smi_i2c.d.tmp smi_output.d.tmp smi_video.d.tmp smi_xaa.d.tmp smilynx_crtc.d.tmp smilynx_hw.d.tmp smilynx_output.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/skeyinfo && rm -f skeyinfo.html1 .depend skeyinfo.d skeyinfo.d.tmp tags || true) --- cleandir-external --- --- cleandir-xf86-video-sis --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-sis --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/skeyinfo && rm -f skeyinfo.html1 .depend skeyinfo.d skeyinfo.d.tmp tags || true) --- cleandir-skeyinit --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-sis/dist/configure" returned non-zero status --- cleandir-usr.bin --- cleandir ===> usr.bin/skeyinit --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/skeyinit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit skeyinit skeyinit.o skeyinit.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/skeyinit && rm -f a.out [Ee]rrs mklog core *.core .gdbinit skeyinit skeyinit.o skeyinit.ln || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis_drv.a init301.o init.o initextx.o sis300_accel.o sis310_accel.o sis6326_video.o sis_accel.o sis_cursor.o sis_dac.o sis_dga.o sis_driver.o sis_memcpy.o sis_opt.o sis_setup.o sis_shadow.o sis_utility.o sis_vb.o sis_vga.o sis_video.o init301.o.tmp init.o.tmp initextx.o.tmp sis300_accel.o.tmp sis310_accel.o.tmp sis6326_video.o.tmp sis_accel.o.tmp sis_cursor.o.tmp sis_dac.o.tmp sis_dga.o.tmp sis_driver.o.tmp sis_memcpy.o.tmp sis_opt.o.tmp sis_setup.o.tmp sis_shadow.o.tmp sis_utility.o.tmp sis_vb.o.tmp sis_vga.o.tmp sis_video.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis_drv.a init301.o init.o initextx.o sis300_accel.o sis310_accel.o sis6326_video.o sis_accel.o sis_cursor.o sis_dac.o sis_dga.o sis_driver.o sis_memcpy.o sis_opt.o sis_setup.o sis_shadow.o sis_utility.o sis_vb.o sis_vga.o sis_video.o init301.o.tmp init.o.tmp initextx.o.tmp sis300_accel.o.tmp sis310_accel.o.tmp sis6326_video.o.tmp sis_accel.o.tmp sis_cursor.o.tmp sis_dac.o.tmp sis_dga.o.tmp sis_driver.o.tmp sis_memcpy.o.tmp sis_opt.o.tmp sis_setup.o.tmp sis_shadow.o.tmp sis_utility.o.tmp sis_vb.o.tmp sis_vga.o.tmp sis_video.o.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/skeyinit && rm -f skeyinit.html1 .depend skeyinit.d skeyinit.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/skeyinit && rm -f skeyinit.html1 .depend skeyinit.d skeyinit.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-ypcat --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis_drv_p.a || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/ypcat --- cleandir-external --- --- libclean3 --- --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis_drv_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ypcat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ypcat ypalias_init.o ypcat.o ypalias_init.ln ypcat.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis_drv_g.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ypcat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ypcat ypalias_init.o ypcat.o ypalias_init.ln ypcat.ln || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis_drv_pic.a init301.pico init.pico initextx.pico sis300_accel.pico sis310_accel.pico sis6326_video.pico sis_accel.pico sis_cursor.pico sis_dac.pico sis_dga.pico sis_driver.pico sis_memcpy.pico sis_opt.pico sis_setup.pico sis_shadow.pico sis_utility.pico sis_vb.pico sis_vga.pico sis_video.pico init301.pico.tmp init.pico.tmp initextx.pico.tmp sis300_accel.pico.tmp sis310_accel.pico.tmp sis6326_video.pico.tmp sis_accel.pico.tmp sis_cursor.pico.tmp sis_dac.pico.tmp sis_dga.pico.tmp sis_driver.pico.tmp sis_memcpy.pico.tmp sis_opt.pico.tmp sis_setup.pico.tmp sis_shadow.pico.tmp sis_utility.pico.tmp sis_vb.pico.tmp sis_vga.pico.tmp sis_video.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ypcat && rm -f ypcat.html1 nicknames.html5 .depend ypalias_init.d ypcat.d ypalias_init.d.tmp ypcat.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis_drv_pic.a init301.pico init.pico initextx.pico sis300_accel.pico sis310_accel.pico sis6326_video.pico sis_accel.pico sis_cursor.pico sis_dac.pico sis_dga.pico sis_driver.pico sis_memcpy.pico sis_opt.pico sis_setup.pico sis_shadow.pico sis_utility.pico sis_vb.pico sis_vga.pico sis_video.pico init301.pico.tmp init.pico.tmp initextx.pico.tmp sis300_accel.pico.tmp sis310_accel.pico.tmp sis6326_video.pico.tmp sis_accel.pico.tmp sis_cursor.pico.tmp sis_dac.pico.tmp sis_dga.pico.tmp sis_driver.pico.tmp sis_memcpy.pico.tmp sis_opt.pico.tmp sis_setup.pico.tmp sis_shadow.pico.tmp sis_utility.pico.tmp sis_vb.pico.tmp sis_vga.pico.tmp sis_video.pico.tmp || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ypcat && rm -f ypcat.html1 nicknames.html5 .depend ypalias_init.d ypcat.d ypalias_init.d.tmp ypcat.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- --- cleandir-ypmatch --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-sis && rm -f llib-lsis_drv.ln init301.ln init.ln initextx.ln sis300_accel.ln sis310_accel.ln sis6326_video.ln sis_accel.ln sis_cursor.ln sis_dac.ln sis_dga.ln sis_driver.ln sis_memcpy.ln sis_opt.ln sis_setup.ln sis_shadow.ln sis_utility.ln sis_vb.ln sis_vga.ln sis_video.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/ypmatch --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-sis && rm -f llib-lsis_drv.ln init301.ln init.ln initextx.ln sis300_accel.ln sis310_accel.ln sis6326_video.ln sis_accel.ln sis_cursor.ln sis_dac.ln sis_dga.ln sis_driver.ln sis_memcpy.ln sis_opt.ln sis_setup.ln sis_shadow.ln sis_utility.ln sis_vb.ln sis_vga.ln sis_video.ln || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ypmatch && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ypmatch ypmatch.o ypalias_init.o ypmatch.ln ypalias_init.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis.4 sis.html4 .depend init.d init301.d initextx.d sis300_accel.d sis310_accel.d sis6326_video.d sis_accel.d sis_cursor.d sis_dac.d sis_dga.d sis_driver.d sis_memcpy.d sis_opt.d sis_setup.d sis_shadow.d sis_utility.d sis_vb.d sis_vga.d sis_video.d init.d.tmp init301.d.tmp initextx.d.tmp sis300_accel.d.tmp sis310_accel.d.tmp sis6326_video.d.tmp sis_accel.d.tmp sis_cursor.d.tmp sis_dac.d.tmp sis_dga.d.tmp sis_driver.d.tmp sis_memcpy.d.tmp sis_opt.d.tmp sis_setup.d.tmp sis_shadow.d.tmp sis_utility.d.tmp sis_vb.d.tmp sis_vga.d.tmp sis_video.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ypmatch && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ypmatch ypmatch.o ypalias_init.o ypmatch.ln ypalias_init.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-sis && rm -f sis.4 sis.html4 .depend init.d init301.d initextx.d sis300_accel.d sis310_accel.d sis6326_video.d sis_accel.d sis_cursor.d sis_dac.d sis_dga.d sis_driver.d sis_memcpy.d sis_opt.d sis_setup.d sis_shadow.d sis_utility.d sis_vb.d sis_vga.d sis_video.d init.d.tmp init301.d.tmp initextx.d.tmp sis300_accel.d.tmp sis310_accel.d.tmp sis6326_video.d.tmp sis_accel.d.tmp sis_cursor.d.tmp sis_dac.d.tmp sis_dga.d.tmp sis_driver.d.tmp sis_memcpy.d.tmp sis_opt.d.tmp sis_setup.d.tmp sis_shadow.d.tmp sis_utility.d.tmp sis_vb.d.tmp sis_vga.d.tmp sis_video.d.tmp tags || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- --- cleandir-xf86-video-tdfx --- --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ypmatch && rm -f ypmatch.html1 .depend ypalias_init.d ypmatch.d ypalias_init.d.tmp ypmatch.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-tdfx --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ypmatch && rm -f ypmatch.html1 .depend ypalias_init.d ypmatch.d ypalias_init.d.tmp ypmatch.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-tdfx/dist/configure" returned non-zero status --- cleandir-usr.bin --- --- cleandir-ypwhich --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.bin --- cleandir ===> usr.bin/ypwhich --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ypwhich && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ypwhich ypwhich.o ypalias_init.o ypwhich.ln ypalias_init.ln || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ypwhich && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ypwhich ypwhich.o ypalias_init.o ypwhich.ln ypalias_init.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx_drv.a tdfx_accel.o tdfx_dga.o tdfx_driver.o tdfx_hwcurs.o tdfx_io.o tdfx_priv.o tdfx_sli.o tdfx_video.o tdfx_dri.o tdfx_accel.o.tmp tdfx_dga.o.tmp tdfx_driver.o.tmp tdfx_hwcurs.o.tmp tdfx_io.o.tmp tdfx_priv.o.tmp tdfx_sli.o.tmp tdfx_video.o.tmp tdfx_dri.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx_drv.a tdfx_accel.o tdfx_dga.o tdfx_driver.o tdfx_hwcurs.o tdfx_io.o tdfx_priv.o tdfx_sli.o tdfx_video.o tdfx_dri.o tdfx_accel.o.tmp tdfx_dga.o.tmp tdfx_driver.o.tmp tdfx_hwcurs.o.tmp tdfx_io.o.tmp tdfx_priv.o.tmp tdfx_sli.o.tmp tdfx_video.o.tmp tdfx_dri.o.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/ypwhich && rm -f ypwhich.html1 .depend ypalias_init.d ypwhich.d ypalias_init.d.tmp ypwhich.d.tmp tags || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx_drv_p.a || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/ypwhich && rm -f ypwhich.html1 .depend ypalias_init.d ypwhich.d ypalias_init.d.tmp ypwhich.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx_drv_p.a || true) --- cleandir-usr.bin --- --- cleandir-bdes --- cleandir ===> usr.bin/bdes --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx_drv_g.a || true) --- cleandir-usr.bin --- --- __doclean --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx_drv_g.a || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/bdes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bdes bdes.o bdes.ln || true) --- cleandir-external --- --- libclean4 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/bdes && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bdes bdes.o bdes.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx_drv_pic.a tdfx_accel.pico tdfx_dga.pico tdfx_driver.pico tdfx_hwcurs.pico tdfx_io.pico tdfx_priv.pico tdfx_sli.pico tdfx_video.pico tdfx_dri.pico tdfx_accel.pico.tmp tdfx_dga.pico.tmp tdfx_driver.pico.tmp tdfx_hwcurs.pico.tmp tdfx_io.pico.tmp tdfx_priv.pico.tmp tdfx_sli.pico.tmp tdfx_video.pico.tmp tdfx_dri.pico.tmp || true) --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx_drv_pic.a tdfx_accel.pico tdfx_dga.pico tdfx_driver.pico tdfx_hwcurs.pico tdfx_io.pico tdfx_priv.pico tdfx_sli.pico tdfx_video.pico tdfx_dri.pico tdfx_accel.pico.tmp tdfx_dga.pico.tmp tdfx_driver.pico.tmp tdfx_hwcurs.pico.tmp tdfx_io.pico.tmp tdfx_priv.pico.tmp tdfx_sli.pico.tmp tdfx_video.pico.tmp tdfx_dri.pico.tmp || true) --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/bdes && rm -f bdes.html1 .depend bdes.d bdes.d.tmp tags || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/bdes && rm -f bdes.html1 .depend bdes.d bdes.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f llib-ltdfx_drv.ln tdfx_accel.ln tdfx_dga.ln tdfx_driver.ln tdfx_hwcurs.ln tdfx_io.ln tdfx_priv.ln tdfx_sli.ln tdfx_video.ln tdfx_dri.ln || true) --- cleandir-usr.bin --- --- cleandir-nbsvtool --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f llib-ltdfx_drv.ln tdfx_accel.ln tdfx_dga.ln tdfx_driver.ln tdfx_hwcurs.ln tdfx_io.ln tdfx_priv.ln tdfx_sli.ln tdfx_video.ln tdfx_dri.ln || true) --- cleandir-usr.bin --- cleandir ===> usr.bin/nbsvtool --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx.4 tdfx.html4 .depend tdfx_accel.d tdfx_dga.d tdfx_dri.d tdfx_driver.d tdfx_hwcurs.d tdfx_io.d tdfx_priv.d tdfx_sli.d tdfx_video.d tdfx_accel.d.tmp tdfx_dga.d.tmp tdfx_dri.d.tmp tdfx_driver.d.tmp tdfx_hwcurs.d.tmp tdfx_io.d.tmp tdfx_priv.d.tmp tdfx_sli.d.tmp tdfx_video.d.tmp tags || true) --- cleandir-usr.bin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nbsvtool && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nbsvtool nbsvtool.o nbsvtool.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tdfx && rm -f tdfx.4 tdfx.html4 .depend tdfx_accel.d tdfx_dga.d tdfx_dri.d tdfx_driver.d tdfx_hwcurs.d tdfx_io.d tdfx_priv.d tdfx_sli.d tdfx_video.d tdfx_accel.d.tmp tdfx_dga.d.tmp tdfx_dri.d.tmp tdfx_driver.d.tmp tdfx_hwcurs.d.tmp tdfx_io.d.tmp tdfx_priv.d.tmp tdfx_sli.d.tmp tdfx_video.d.tmp tags || true) --- cleandir-usr.bin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nbsvtool && rm -f a.out [Ee]rrs mklog core *.core .gdbinit nbsvtool nbsvtool.o nbsvtool.ln || true) --- cleandir-external --- --- cleandir-xf86-video-tseng --- --- cleandir-usr.bin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-tseng --- cleandir-usr.bin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.bin/nbsvtool && rm -f nbsvtool.html1 .depend nbsvtool.d nbsvtool.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.bin/nbsvtool && rm -f nbsvtool.html1 .depend nbsvtool.d nbsvtool.d.tmp tags || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-tseng/dist/configure" returned non-zero status --- __doclean --- --- cleandir-usr.sbin --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng_drv.a tseng_accel.o tseng_cursor.o tseng_dga.o tseng_driver.o tseng_mode.o tseng_accel.o.tmp tseng_cursor.o.tmp tseng_dga.o.tmp tseng_driver.o.tmp tseng_mode.o.tmp || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng_drv.a tseng_accel.o tseng_cursor.o tseng_dga.o tseng_driver.o tseng_mode.o tseng_accel.o.tmp tseng_cursor.o.tmp tseng_dga.o.tmp tseng_driver.o.tmp tseng_mode.o.tmp || true) --- cleandir-usr.sbin --- --- cleandir-ac --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/ac --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng_drv_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng_drv_p.a || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/ac && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ac ac.o ac.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng_drv_g.a || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/ac && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ac ac.o ac.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng_drv_g.a || true) --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/ac && rm -f ac.html8 .depend ac.d ac.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng_drv_pic.a tseng_accel.pico tseng_cursor.pico tseng_dga.pico tseng_driver.pico tseng_mode.pico tseng_accel.pico.tmp tseng_cursor.pico.tmp tseng_dga.pico.tmp tseng_driver.pico.tmp tseng_mode.pico.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/ac && rm -f ac.html8 .depend ac.d ac.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng_drv_pic.a tseng_accel.pico tseng_cursor.pico tseng_dga.pico tseng_driver.pico tseng_mode.pico tseng_accel.pico.tmp tseng_cursor.pico.tmp tseng_dga.pico.tmp tseng_driver.pico.tmp tseng_mode.pico.tmp || true) --- cleandir-usr.sbin --- --- cleandir-accton --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/accton --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f llib-ltseng_drv.ln tseng_accel.ln tseng_cursor.ln tseng_dga.ln tseng_driver.ln tseng_mode.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f llib-ltseng_drv.ln tseng_accel.ln tseng_cursor.ln tseng_dga.ln tseng_driver.ln tseng_mode.ln || true) --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/accton && rm -f a.out [Ee]rrs mklog core *.core .gdbinit accton accton.o accton.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng.4 tseng.html4 .depend tseng_accel.d tseng_cursor.d tseng_dga.d tseng_driver.d tseng_mode.d tseng_accel.d.tmp tseng_cursor.d.tmp tseng_dga.d.tmp tseng_driver.d.tmp tseng_mode.d.tmp tags || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/accton && rm -f a.out [Ee]rrs mklog core *.core .gdbinit accton accton.o accton.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-tseng && rm -f tseng.4 tseng.html4 .depend tseng_accel.d tseng_cursor.d tseng_dga.d tseng_driver.d tseng_mode.d tseng_accel.d.tmp tseng_cursor.d.tmp tseng_dga.d.tmp tseng_driver.d.tmp tseng_mode.d.tmp tags || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/accton && rm -f accton.html8 .depend accton.d accton.d.tmp tags || true) --- cleandir-external --- --- cleandir-xf86-video-vboxvideo --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-vboxvideo --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/accton && rm -f accton.html8 .depend accton.d accton.d.tmp tags || true) --- cleandir-acpitools --- --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-vboxvideo/dist/configure" returned non-zero status --- cleandir-usr.sbin --- cleandir ===> usr.sbin/acpitools --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- --- cleandir-acpidump --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/acpitools/acpidump --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- libclean1 --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo_drv.a HGSMIBase.o HGSMIBuffers.o HGSMICommon.o Modesetting.o VBVABase.o edid.o getmode.o helpers.o hgsmimemalloc.o pointer.o setmode.o vboxvideo.o vbva.o HGSMIBase.o.tmp HGSMIBuffers.o.tmp HGSMICommon.o.tmp Modesetting.o.tmp VBVABase.o.tmp edid.o.tmp getmode.o.tmp helpers.o.tmp hgsmimemalloc.o.tmp pointer.o.tmp setmode.o.tmp vboxvideo.o.tmp vbva.o.tmp || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/acpitools/acpidump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit acpidump acpi.o acpi_user.o acpidump.o acpi.ln acpi_user.ln acpidump.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo_drv.a HGSMIBase.o HGSMIBuffers.o HGSMICommon.o Modesetting.o VBVABase.o edid.o getmode.o helpers.o hgsmimemalloc.o pointer.o setmode.o vboxvideo.o vbva.o HGSMIBase.o.tmp HGSMIBuffers.o.tmp HGSMICommon.o.tmp Modesetting.o.tmp VBVABase.o.tmp edid.o.tmp getmode.o.tmp helpers.o.tmp hgsmimemalloc.o.tmp pointer.o.tmp setmode.o.tmp vboxvideo.o.tmp vbva.o.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/acpitools/acpidump && rm -f a.out [Ee]rrs mklog core *.core .gdbinit acpidump acpi.o acpi_user.o acpidump.o acpi.ln acpi_user.ln acpidump.ln || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo_drv_p.a || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/acpitools/acpidump && rm -f acpidump.html8 .depend acpi.d acpi_user.d acpidump.d acpi.d.tmp acpi_user.d.tmp acpidump.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/acpitools/acpidump && rm -f acpidump.html8 .depend acpi.d acpi_user.d acpidump.d acpi.d.tmp acpi_user.d.tmp acpidump.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo_drv_p.a || true) --- libclean3 --- --- cleandir-usr.sbin --- --- cleandir-amldb --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo_drv_g.a || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/acpitools/amldb --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo_drv_g.a || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/acpitools/amldb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit amldb amldb.o debug.o region.o aml_parse.o aml_name.o aml_amlmem.o aml_memman.o aml_store.o aml_obj.o aml_evalobj.o aml_common.o amldb.ln debug.ln region.ln aml_parse.ln aml_name.ln aml_amlmem.ln aml_memman.ln aml_store.ln aml_obj.ln aml_evalobj.ln aml_common.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo_drv_pic.a HGSMIBase.pico HGSMIBuffers.pico HGSMICommon.pico Modesetting.pico VBVABase.pico edid.pico getmode.pico helpers.pico hgsmimemalloc.pico pointer.pico setmode.pico vboxvideo.pico vbva.pico HGSMIBase.pico.tmp HGSMIBuffers.pico.tmp HGSMICommon.pico.tmp Modesetting.pico.tmp VBVABase.pico.tmp edid.pico.tmp getmode.pico.tmp helpers.pico.tmp hgsmimemalloc.pico.tmp pointer.pico.tmp setmode.pico.tmp vboxvideo.pico.tmp vbva.pico.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/acpitools/amldb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit amldb amldb.o debug.o region.o aml_parse.o aml_name.o aml_amlmem.o aml_memman.o aml_store.o aml_obj.o aml_evalobj.o aml_common.o amldb.ln debug.ln region.ln aml_parse.ln aml_name.ln aml_amlmem.ln aml_memman.ln aml_store.ln aml_obj.ln aml_evalobj.ln aml_common.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo_drv_pic.a HGSMIBase.pico HGSMIBuffers.pico HGSMICommon.pico Modesetting.pico VBVABase.pico edid.pico getmode.pico helpers.pico hgsmimemalloc.pico pointer.pico setmode.pico vboxvideo.pico vbva.pico HGSMIBase.pico.tmp HGSMIBuffers.pico.tmp HGSMICommon.pico.tmp Modesetting.pico.tmp VBVABase.pico.tmp edid.pico.tmp getmode.pico.tmp helpers.pico.tmp hgsmimemalloc.pico.tmp pointer.pico.tmp setmode.pico.tmp vboxvideo.pico.tmp vbva.pico.tmp || true) --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- libclean5 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/acpitools/amldb && rm -f amldb.html8 .depend aml_amlmem.d aml_common.d aml_evalobj.d aml_memman.d aml_name.d aml_obj.d aml_parse.d aml_store.d amldb.d debug.d region.d aml_amlmem.d.tmp aml_common.d.tmp aml_evalobj.d.tmp aml_memman.d.tmp aml_name.d.tmp aml_obj.d.tmp aml_parse.d.tmp aml_store.d.tmp amldb.d.tmp debug.d.tmp region.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f llib-lvboxvideo_drv.ln HGSMIBase.ln HGSMIBuffers.ln HGSMICommon.ln Modesetting.ln VBVABase.ln edid.ln getmode.ln helpers.ln hgsmimemalloc.ln pointer.ln setmode.ln vboxvideo.ln vbva.ln || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/acpitools/amldb && rm -f amldb.html8 .depend aml_amlmem.d aml_common.d aml_evalobj.d aml_memman.d aml_name.d aml_obj.d aml_parse.d aml_store.d amldb.d debug.d region.d aml_amlmem.d.tmp aml_common.d.tmp aml_evalobj.d.tmp aml_memman.d.tmp aml_name.d.tmp aml_obj.d.tmp aml_parse.d.tmp aml_store.d.tmp amldb.d.tmp debug.d.tmp region.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f llib-lvboxvideo_drv.ln HGSMIBase.ln HGSMIBuffers.ln HGSMICommon.ln Modesetting.ln VBVABase.ln edid.ln getmode.ln helpers.ln hgsmimemalloc.ln pointer.ln setmode.ln vboxvideo.ln vbva.ln || true) --- cleandir-usr.sbin --- --- cleandir-altq --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/altq --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo.4 vboxvideo.html4 .depend HGSMIBase.d HGSMIBuffers.d HGSMICommon.d Modesetting.d VBVABase.d edid.d getmode.d helpers.d hgsmimemalloc.d pointer.d setmode.d vboxvideo.d vbva.d HGSMIBase.d.tmp HGSMIBuffers.d.tmp HGSMICommon.d.tmp Modesetting.d.tmp VBVABase.d.tmp edid.d.tmp getmode.d.tmp helpers.d.tmp hgsmimemalloc.d.tmp pointer.d.tmp setmode.d.tmp vboxvideo.d.tmp vbva.d.tmp tags || true) --- cleandir-usr.sbin --- --- cleandir-libaltq --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vboxvideo && rm -f vboxvideo.4 vboxvideo.html4 .depend HGSMIBase.d HGSMIBuffers.d HGSMICommon.d Modesetting.d VBVABase.d edid.d getmode.d helpers.d hgsmimemalloc.d pointer.d setmode.d vboxvideo.d vbva.d HGSMIBase.d.tmp HGSMIBuffers.d.tmp HGSMICommon.d.tmp Modesetting.d.tmp VBVABase.d.tmp edid.d.tmp getmode.d.tmp helpers.d.tmp hgsmimemalloc.d.tmp pointer.d.tmp setmode.d.tmp vboxvideo.d.tmp vbva.d.tmp tags || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/altq/libaltq --- cleandir-external --- --- cleandir-xf86-video-vmware --- --- cleandir-usr.sbin --- --- libclean1 --- --- cleandir-external --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-vmware --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/libaltq && rm -f libaltq.a parser.o qop.o qop_blue.o qop_cbq.o qop_cdnr.o qop_conf.o qop_dummy.o qop_errlist.o qop_fifoq.o qop_hfsc.o qop_jobs.o qop_priq.o qop_red.o qop_rio.o qop_wfq.o quip_server.o parser.o.tmp qop.o.tmp qop_blue.o.tmp qop_cbq.o.tmp qop_cdnr.o.tmp qop_conf.o.tmp qop_dummy.o.tmp qop_errlist.o.tmp qop_fifoq.o.tmp qop_hfsc.o.tmp qop_jobs.o.tmp qop_priq.o.tmp qop_red.o.tmp qop_rio.o.tmp qop_wfq.o.tmp quip_server.o.tmp || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-vmware/dist/configure" returned non-zero status --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/libaltq && rm -f libaltq.a parser.o qop.o qop_blue.o qop_cbq.o qop_cdnr.o qop_conf.o qop_dummy.o qop_errlist.o qop_fifoq.o qop_hfsc.o qop_jobs.o qop_priq.o qop_red.o qop_rio.o qop_wfq.o quip_server.o parser.o.tmp qop.o.tmp qop_blue.o.tmp qop_cbq.o.tmp qop_cdnr.o.tmp qop_conf.o.tmp qop_dummy.o.tmp qop_errlist.o.tmp qop_fifoq.o.tmp qop_hfsc.o.tmp qop_jobs.o.tmp qop_priq.o.tmp qop_red.o.tmp qop_rio.o.tmp qop_wfq.o.tmp quip_server.o.tmp || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- --- libclean2 --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/libaltq && rm -f libaltq_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/libaltq && rm -f libaltq_p.a || true) --- libclean3 --- --- cleandir-external --- --- libclean1 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/libaltq && rm -f libaltq_g.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware_drv.a bits2pixels.o vmware.o vmwarecurs.o vmwarectrl.o vmwarexinerama.o vmwarevideo.o vmwaremodes.o vmware_bootstrap.o vmware_common.o bits2pixels.o.tmp vmware.o.tmp vmwarecurs.o.tmp vmwarectrl.o.tmp vmwarexinerama.o.tmp vmwarevideo.o.tmp vmwaremodes.o.tmp vmware_bootstrap.o.tmp vmware_common.o.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/libaltq && rm -f libaltq_g.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware_drv.a bits2pixels.o vmware.o vmwarecurs.o vmwarectrl.o vmwarexinerama.o vmwarevideo.o vmwaremodes.o vmware_bootstrap.o vmware_common.o bits2pixels.o.tmp vmware.o.tmp vmwarecurs.o.tmp vmwarectrl.o.tmp vmwarexinerama.o.tmp vmwarevideo.o.tmp vmwaremodes.o.tmp vmware_bootstrap.o.tmp vmware_common.o.tmp || true) --- cleandir-usr.sbin --- --- libclean4 --- --- cleandir-external --- --- libclean2 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/libaltq && rm -f libaltq_pic.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware_drv_p.a || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/libaltq && rm -f libaltq_pic.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware_drv_p.a || true) --- cleandir-usr.sbin --- --- libclean5 --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/libaltq && rm -f llib-laltq.ln parser.ln qop.ln qop_blue.ln qop_cbq.ln qop_cdnr.ln qop_conf.ln qop_dummy.ln qop_errlist.ln qop_fifoq.ln qop_hfsc.ln qop_jobs.ln qop_priq.ln qop_red.ln qop_rio.ln qop_wfq.ln quip_server.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware_drv_g.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware_drv_g.a || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/libaltq && rm -f llib-laltq.ln parser.ln qop.ln qop_blue.ln qop_cbq.ln qop_cdnr.ln qop_conf.ln qop_dummy.ln qop_errlist.ln qop_fifoq.ln qop_hfsc.ln qop_jobs.ln qop_priq.ln qop_red.ln qop_rio.ln qop_wfq.ln quip_server.ln || true) --- __doclean --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/libaltq && rm -f libaltq.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware_drv_pic.a bits2pixels.pico vmware.pico vmwarecurs.pico vmwarectrl.pico vmwarexinerama.pico vmwarevideo.pico vmwaremodes.pico vmware_bootstrap.pico vmware_common.pico bits2pixels.pico.tmp vmware.pico.tmp vmwarecurs.pico.tmp vmwarectrl.pico.tmp vmwarexinerama.pico.tmp vmwarevideo.pico.tmp vmwaremodes.pico.tmp vmware_bootstrap.pico.tmp vmware_common.pico.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/libaltq && rm -f libaltq.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware_drv_pic.a bits2pixels.pico vmware.pico vmwarecurs.pico vmwarectrl.pico vmwarexinerama.pico vmwarevideo.pico vmwaremodes.pico vmware_bootstrap.pico vmware_common.pico bits2pixels.pico.tmp vmware.pico.tmp vmwarecurs.pico.tmp vmwarectrl.pico.tmp vmwarexinerama.pico.tmp vmwarevideo.pico.tmp vmwaremodes.pico.tmp vmware_bootstrap.pico.tmp vmware_common.pico.tmp || true) --- libclean5 --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f llib-lvmware_drv.ln bits2pixels.ln vmware.ln vmwarecurs.ln vmwarectrl.ln vmwarexinerama.ln vmwarevideo.ln vmwaremodes.ln vmware_bootstrap.ln vmware_common.ln || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/libaltq && rm -f .depend parser.d qop.d qop_blue.d qop_cbq.d qop_cdnr.d qop_conf.d qop_dummy.d qop_errlist.d qop_fifoq.d qop_hfsc.d qop_jobs.d qop_priq.d qop_red.d qop_rio.d qop_wfq.d quip_server.d parser.d.tmp qop.d.tmp qop_blue.d.tmp qop_cbq.d.tmp qop_cdnr.d.tmp qop_conf.d.tmp qop_dummy.d.tmp qop_errlist.d.tmp qop_fifoq.d.tmp qop_hfsc.d.tmp qop_jobs.d.tmp qop_priq.d.tmp qop_red.d.tmp qop_rio.d.tmp qop_wfq.d.tmp quip_server.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f llib-lvmware_drv.ln bits2pixels.ln vmware.ln vmwarecurs.ln vmwarectrl.ln vmwarexinerama.ln vmwarevideo.ln vmwaremodes.ln vmware_bootstrap.ln vmware_common.ln || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/libaltq && rm -f .depend parser.d qop.d qop_blue.d qop_cbq.d qop_cdnr.d qop_conf.d qop_dummy.d qop_errlist.d qop_fifoq.d qop_hfsc.d qop_jobs.d qop_priq.d qop_red.d qop_rio.d qop_wfq.d quip_server.d parser.d.tmp qop.d.tmp qop_blue.d.tmp qop_cbq.d.tmp qop_cdnr.d.tmp qop_conf.d.tmp qop_dummy.d.tmp qop_errlist.d.tmp qop_fifoq.d.tmp qop_hfsc.d.tmp qop_jobs.d.tmp qop_priq.d.tmp qop_red.d.tmp qop_rio.d.tmp qop_wfq.d.tmp quip_server.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-altqd --- cleandir ===> usr.sbin/altq/altqd --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware.4 vmware.html4 .depend bits2pixels.d vmware.d vmware_bootstrap.d vmware_common.d vmwarectrl.d vmwarecurs.d vmwaremodes.d vmwarevideo.d vmwarexinerama.d bits2pixels.d.tmp vmware.d.tmp vmware_bootstrap.d.tmp vmware_common.d.tmp vmwarectrl.d.tmp vmwarecurs.d.tmp vmwaremodes.d.tmp vmwarevideo.d.tmp vmwarexinerama.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vmware && rm -f vmware.4 vmware.html4 .depend bits2pixels.d vmware.d vmware_bootstrap.d vmware_common.d vmwarectrl.d vmwarecurs.d vmwaremodes.d vmwarevideo.d vmwarexinerama.d bits2pixels.d.tmp vmware.d.tmp vmware_bootstrap.d.tmp vmware_common.d.tmp vmwarectrl.d.tmp vmwarecurs.d.tmp vmwaremodes.d.tmp vmwarevideo.d.tmp vmwarexinerama.d.tmp tags || true) --- cleandir-xf86-video-vesa --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-vesa --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/altqd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit altqd altqd.o libaltq2.o altqd.ln libaltq2.ln || true) --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-vesa/dist/configure" returned non-zero status --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/altqd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit altqd altqd.o libaltq2.o altqd.ln libaltq2.ln || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/altqd && rm -f altqd.html8 altq.conf.html5 .depend altqd.d libaltq2.d altqd.d.tmp libaltq2.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/altqd && rm -f altqd.html8 altq.conf.html5 .depend altqd.d libaltq2.d altqd.d.tmp libaltq2.d.tmp tags || true) --- cleandir-external --- --- libclean1 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa_drv.a vesa.o vesa.o.tmp || true) --- cleandir-usr.sbin --- --- cleandir-altqstat --- cleandir ===> usr.sbin/altq/altqstat --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa_drv.a vesa.o vesa.o.tmp || true) --- libclean2 --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa_drv_p.a || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/altqstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit altqstat altqstat.o quip_client.o qdisc_conf.o qdisc_cbq.o qdisc_hfsc.o qdisc_cdnr.o qdisc_wfq.o qdisc_fifoq.o qdisc_red.o qdisc_rio.o qdisc_blue.o qdisc_priq.o qdisc_jobs.o altqstat.ln quip_client.ln qdisc_conf.ln qdisc_cbq.ln qdisc_hfsc.ln qdisc_cdnr.ln qdisc_wfq.ln qdisc_fifoq.ln qdisc_red.ln qdisc_rio.ln qdisc_blue.ln qdisc_priq.ln qdisc_jobs.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa_drv_p.a || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/altqstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit altqstat altqstat.o quip_client.o qdisc_conf.o qdisc_cbq.o qdisc_hfsc.o qdisc_cdnr.o qdisc_wfq.o qdisc_fifoq.o qdisc_red.o qdisc_rio.o qdisc_blue.o qdisc_priq.o qdisc_jobs.o altqstat.ln quip_client.ln qdisc_conf.ln qdisc_cbq.ln qdisc_hfsc.ln qdisc_cdnr.ln qdisc_wfq.ln qdisc_fifoq.ln qdisc_red.ln qdisc_rio.ln qdisc_blue.ln qdisc_priq.ln qdisc_jobs.ln || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa_drv_g.a || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/altqstat && rm -f altqstat.html1 .depend altqstat.d qdisc_blue.d qdisc_cbq.d qdisc_cdnr.d qdisc_conf.d qdisc_fifoq.d qdisc_hfsc.d qdisc_jobs.d qdisc_priq.d qdisc_red.d qdisc_rio.d qdisc_wfq.d quip_client.d altqstat.d.tmp qdisc_blue.d.tmp qdisc_cbq.d.tmp qdisc_cdnr.d.tmp qdisc_conf.d.tmp qdisc_fifoq.d.tmp qdisc_hfsc.d.tmp qdisc_jobs.d.tmp qdisc_priq.d.tmp qdisc_red.d.tmp qdisc_rio.d.tmp qdisc_wfq.d.tmp quip_client.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa_drv_g.a || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/altqstat && rm -f altqstat.html1 .depend altqstat.d qdisc_blue.d qdisc_cbq.d qdisc_cdnr.d qdisc_conf.d qdisc_fifoq.d qdisc_hfsc.d qdisc_jobs.d qdisc_priq.d qdisc_red.d qdisc_rio.d qdisc_wfq.d quip_client.d altqstat.d.tmp qdisc_blue.d.tmp qdisc_cbq.d.tmp qdisc_cdnr.d.tmp qdisc_conf.d.tmp qdisc_fifoq.d.tmp qdisc_hfsc.d.tmp qdisc_jobs.d.tmp qdisc_priq.d.tmp qdisc_red.d.tmp qdisc_rio.d.tmp qdisc_wfq.d.tmp quip_client.d.tmp tags || true) --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa_drv_pic.a vesa.pico vesa.pico.tmp || true) --- cleandir-usr.sbin --- --- cleandir-tbrconfig --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa_drv_pic.a vesa.pico vesa.pico.tmp || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/altq/tbrconfig --- cleandir-external --- --- libclean5 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f llib-lvesa_drv.ln vesa.ln || true) --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/tbrconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tbrconfig tbrconfig.o tbrconfig.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f llib-lvesa_drv.ln vesa.ln || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/tbrconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit tbrconfig tbrconfig.o tbrconfig.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa.4 vesa.html4 .depend vesa.d vesa.d.tmp tags || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/altq/tbrconfig && rm -f tbrconfig.html8 .depend tbrconfig.d tbrconfig.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-vesa && rm -f vesa.4 vesa.html4 .depend vesa.d vesa.d.tmp tags || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/altq/tbrconfig && rm -f tbrconfig.html8 .depend tbrconfig.d tbrconfig.d.tmp tags || true) --- cleandir-external --- --- cleandir-xf86-video-wsfb --- cleandir ===> external/mit/xorg/server/drivers/xf86-video-wsfb --- cleandir-usr.sbin --- --- cleandir-apm --- cleandir ===> usr.sbin/apm --- cleandir-external --- sh: /Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk: No such file or directory nbmake[9]: "/Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/Makefile.xf86-driver" line 28: warning: "/Users/feyrer/work/NetBSD/cvs/src-10/tooldir.Darwin/bin/nbawk '/^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART, RLENGTH); } END { print version }' /Users/feyrer/work/NetBSD/cvs/src-10/../xsrc-current/external/mit/xf86-video-wsfb/dist/configure" returned non-zero status --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/apm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb_drv.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/apm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb_drv.a wsfb_driver.o wsfb_cursor.o wsfb_driver.o.tmp wsfb_cursor.o.tmp || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/apm && rm -f apm.html8 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb_drv.a wsfb_driver.o wsfb_cursor.o wsfb_driver.o.tmp wsfb_cursor.o.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/apm && rm -f apm.html8 || true) --- cleandir-external --- --- libclean2 --- --- cleandir-usr.sbin --- --- cleandir-apmd --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb_drv_p.a || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/apmd --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb_drv_p.a || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- libclean3 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/apmd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb_drv_g.a || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/apmd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb_drv_g.a || true) --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- libclean4 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/apmd && rm -f apmd.html8 || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb_drv_pic.a wsfb_driver.pico wsfb_cursor.pico wsfb_driver.pico.tmp wsfb_cursor.pico.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/apmd && rm -f apmd.html8 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb_drv_pic.a wsfb_driver.pico wsfb_cursor.pico wsfb_driver.pico.tmp wsfb_cursor.pico.tmp || true) --- libclean5 --- --- cleandir-usr.sbin --- --- cleandir-arp --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f llib-lwsfb_drv.ln wsfb_driver.ln wsfb_cursor.ln || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/arp --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f llib-lwsfb_drv.ln wsfb_driver.ln wsfb_cursor.ln || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/arp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit arp arp.o arp_hostops.o arp.ln arp_hostops.ln rump.arp arp.o arp_rumpops.o arp.ln arp_rumpops.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb.4 wsfb.html4 .depend wsfb_cursor.d wsfb_driver.d wsfb_cursor.d.tmp wsfb_driver.d.tmp tags || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/arp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit arp arp.o arp_hostops.o arp.ln arp_hostops.ln rump.arp arp.o arp_rumpops.o arp.ln arp_rumpops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/server/drivers/xf86-video-wsfb && rm -f wsfb.4 wsfb.html4 .depend wsfb_cursor.d wsfb_driver.d wsfb_cursor.d.tmp wsfb_driver.d.tmp tags || true) --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-etc --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/arp && rm -f arp.html4 arp.html8 .depend arp.d arp_hostops.d arp_rumpops.d arp.d.tmp arp_hostops.d.tmp arp_rumpops.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/xorg/etc --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/arp && rm -f arp.html4 arp.html8 .depend arp.d arp_hostops.d arp_rumpops.d arp.d.tmp arp_hostops.d.tmp arp_rumpops.d.tmp tags || true) --- cleandir-autofs --- --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/xorg/etc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/autofs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/xorg/etc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/autofs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit token.c automount automount.o automountd.o autounmountd.o common.o defined.o log.o popen.o token.o automount.ln automountd.ln autounmountd.ln common.ln defined.ln log.ln popen.ln || true) --- cleandir-external --- --- cleandir-ctwm --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/autofs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit token.c automount automount.o automountd.o autounmountd.o common.o defined.o log.o popen.o token.o automount.ln automountd.ln autounmountd.ln common.ln defined.ln log.ln popen.ln || true) --- cleandir-external --- cleandir ===> external/mit/ctwm --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-bin --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/autofs && rm -f automount.html8 automountd.html8 autounmountd.html8 auto_master.html5 .depend automount.d automountd.d autounmountd.d common.d defined.d log.d popen.d token.d automount.d.tmp automountd.d.tmp autounmountd.d.tmp common.d.tmp defined.d.tmp log.d.tmp popen.d.tmp token.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/ctwm/bin --- cleandir-ctwm --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/autofs && rm -f automount.html8 automountd.html8 autounmountd.html8 auto_master.html5 .depend automount.d automountd.d autounmountd.d common.d defined.d log.d popen.d token.d automount.d.tmp automountd.d.tmp autounmountd.d.tmp common.d.tmp defined.d.tmp log.d.tmp popen.d.tmp token.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/mit/ctwm/bin/ctwm --- cleandir-usr.sbin --- --- cleandir-bad144 --- cleandir ===> usr.sbin/bad144 --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/ctwm/bin/ctwm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ctwm add_window.o animate.o captive.o clargs.o clicktofocus.o colormaps.o ctopts.o ctwm_main.o cursor.o drawing.o event_core.o event_handlers.o event_names.o event_utils.o functions.o functions_captive.o functions_icmgr_wsmgr.o functions_identify.o functions_misc.o functions_warp.o functions_win.o functions_win_moveresize.o functions_workspaces.o gc.o iconmgr.o icons.o icons_builtin.o image.o image_bitmap.o image_bitmap_builtin.o image_xwd.o list.o mask_screen.o menus.o mwmhints.o occupation.o otp.o parse.o parse_be.o parse_yacc.o session.o util.o vscreen.o win_decorations.o win_decorations_init.o win_iconify.o win_ops.o win_regions.o win_resize.o win_utils.o windowbox.o workspace_config.o workspace_manager.o workspace_utils.o ctwm_atoms.o deftwmrc.o version.o image_xpm.o parse_m4.o ewmh.o ewmh_atoms.o ctwm_wrap.o repl_str.o gram.tab.o lex.o add_window.ln animate.ln captive.ln clargs.ln clicktofocus.ln colormaps.ln ctopts.ln ctwm_main.ln cursor.ln drawing.ln event_core.ln event_handlers.ln event_names.ln event_utils.ln functions.ln functions_captive.ln functions_icmgr_wsmgr.ln functions_identify.ln functions_misc.ln functions_warp.ln functions_win.ln functions_win_moveresize.ln functions_workspaces.ln gc.ln iconmgr.ln icons.ln icons_builtin.ln image.ln image_bitmap.ln image_bitmap_builtin.ln image_xwd.ln list.ln mask_screen.ln menus.ln mwmhints.ln occupation.ln otp.ln parse.ln parse_be.ln parse_yacc.ln session.ln util.ln vscreen.ln win_decorations.ln win_decorations_init.ln win_iconify.ln win_ops.ln win_regions.ln win_resize.ln win_utils.ln windowbox.ln workspace_config.ln workspace_manager.ln workspace_utils.ln ctwm_atoms.ln deftwmrc.ln version.ln image_xpm.ln parse_m4.ln ewmh.ln ewmh_atoms.ln ctwm_wrap.ln repl_str.ln gram.tab.ln lex.ln || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bad144 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/ctwm/bin/ctwm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ctwm add_window.o animate.o captive.o clargs.o clicktofocus.o colormaps.o ctopts.o ctwm_main.o cursor.o drawing.o event_core.o event_handlers.o event_names.o event_utils.o functions.o functions_captive.o functions_icmgr_wsmgr.o functions_identify.o functions_misc.o functions_warp.o functions_win.o functions_win_moveresize.o functions_workspaces.o gc.o iconmgr.o icons.o icons_builtin.o image.o image_bitmap.o image_bitmap_builtin.o image_xwd.o list.o mask_screen.o menus.o mwmhints.o occupation.o otp.o parse.o parse_be.o parse_yacc.o session.o util.o vscreen.o win_decorations.o win_decorations_init.o win_iconify.o win_ops.o win_regions.o win_resize.o win_utils.o windowbox.o workspace_config.o workspace_manager.o workspace_utils.o ctwm_atoms.o deftwmrc.o version.o image_xpm.o parse_m4.o ewmh.o ewmh_atoms.o ctwm_wrap.o repl_str.o gram.tab.o lex.o add_window.ln animate.ln captive.ln clargs.ln clicktofocus.ln colormaps.ln ctopts.ln ctwm_main.ln cursor.ln drawing.ln event_core.ln event_handlers.ln event_names.ln event_utils.ln functions.ln functions_captive.ln functions_icmgr_wsmgr.ln functions_identify.ln functions_misc.ln functions_warp.ln functions_win.ln functions_win_moveresize.ln functions_workspaces.ln gc.ln iconmgr.ln icons.ln icons_builtin.ln image.ln image_bitmap.ln image_bitmap_builtin.ln image_xwd.ln list.ln mask_screen.ln menus.ln mwmhints.ln occupation.ln otp.ln parse.ln parse_be.ln parse_yacc.ln session.ln util.ln vscreen.ln win_decorations.ln win_decorations_init.ln win_iconify.ln win_ops.ln win_regions.ln win_resize.ln win_utils.ln windowbox.ln workspace_config.ln workspace_manager.ln workspace_utils.ln ctwm_atoms.ln deftwmrc.ln version.ln image_xpm.ln parse_m4.ln ewmh.ln ewmh_atoms.ln ctwm_wrap.ln repl_str.ln gram.tab.ln lex.ln || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bad144 && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bad144 && rm -f bad144.html8 || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/ctwm/bin/ctwm && rm -f ctwm.1 ctwm.html1 .depend add_window.d animate.d captive.d clargs.d clicktofocus.d colormaps.d ctopts.d ctwm_atoms.d ctwm_main.d ctwm_wrap.d cursor.d deftwmrc.d drawing.d event_core.d event_handlers.d event_names.d event_utils.d ewmh.d ewmh_atoms.d functions.d functions_captive.d functions_icmgr_wsmgr.d functions_identify.d functions_misc.d functions_warp.d functions_win.d functions_win_moveresize.d functions_workspaces.d gc.d gram.tab.d iconmgr.d icons.d icons_builtin.d image.d image_bitmap.d image_bitmap_builtin.d image_xpm.d image_xwd.d lex.d list.d mask_screen.d menus.d mwmhints.d occupation.d otp.d parse.d parse_be.d parse_m4.d parse_yacc.d repl_str.d session.d util.d version.d vscreen.d win_decorations.d win_decorations_init.d win_iconify.d win_ops.d win_regions.d win_resize.d win_utils.d windowbox.d workspace_config.d workspace_manager.d workspace_utils.d add_window.d.tmp animate.d.tmp captive.d.tmp clargs.d.tmp clicktofocus.d.tmp colormaps.d.tmp ctopts.d.tmp ctwm_atoms.d.tmp ctwm_main.d.tmp ctwm_wrap.d.tmp cursor.d.tmp deftwmrc.d.tmp drawing.d.tmp event_core.d.tmp event_handlers.d.tmp event_names.d.tmp event_utils.d.tmp ewmh.d.tmp ewmh_atoms.d.tmp functions.d.tmp functions_captive.d.tmp functions_icmgr_wsmgr.d.tmp functions_identify.d.tmp functions_misc.d.tmp functions_warp.d.tmp functions_win.d.tmp functions_win_moveresize.d.tmp functions_workspaces.d.tmp gc.d.tmp gram.tab.d.tmp iconmgr.d.tmp icons.d.tmp icons_builtin.d.tmp image.d.tmp image_bitmap.d.tmp image_bitmap_builtin.d.tmp image_xpm.d.tmp image_xwd.d.tmp lex.d.tmp list.d.tmp mask_screen.d.tmp menus.d.tmp mwmhints.d.tmp occupation.d.tmp otp.d.tmp parse.d.tmp parse_be.d.tmp parse_m4.d.tmp parse_yacc.d.tmp repl_str.d.tmp session.d.tmp util.d.tmp version.d.tmp vscreen.d.tmp win_decorations.d.tmp win_decorations_init.d.tmp win_iconify.d.tmp win_ops.d.tmp win_regions.d.tmp win_resize.d.tmp win_utils.d.tmp windowbox.d.tmp workspace_config.d.tmp workspace_manager.d.tmp workspace_utils.d.tmp tags || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bad144 && rm -f bad144.html8 || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/ctwm/bin/ctwm && rm -f ctwm.1 ctwm.html1 .depend add_window.d animate.d captive.d clargs.d clicktofocus.d colormaps.d ctopts.d ctwm_atoms.d ctwm_main.d ctwm_wrap.d cursor.d deftwmrc.d drawing.d event_core.d event_handlers.d event_names.d event_utils.d ewmh.d ewmh_atoms.d functions.d functions_captive.d functions_icmgr_wsmgr.d functions_identify.d functions_misc.d functions_warp.d functions_win.d functions_win_moveresize.d functions_workspaces.d gc.d gram.tab.d iconmgr.d icons.d icons_builtin.d image.d image_bitmap.d image_bitmap_builtin.d image_xpm.d image_xwd.d lex.d list.d mask_screen.d menus.d mwmhints.d occupation.d otp.d parse.d parse_be.d parse_m4.d parse_yacc.d repl_str.d session.d util.d version.d vscreen.d win_decorations.d win_decorations_init.d win_iconify.d win_ops.d win_regions.d win_resize.d win_utils.d windowbox.d workspace_config.d workspace_manager.d workspace_utils.d add_window.d.tmp animate.d.tmp captive.d.tmp clargs.d.tmp clicktofocus.d.tmp colormaps.d.tmp ctopts.d.tmp ctwm_atoms.d.tmp ctwm_main.d.tmp ctwm_wrap.d.tmp cursor.d.tmp deftwmrc.d.tmp drawing.d.tmp event_core.d.tmp event_handlers.d.tmp event_names.d.tmp event_utils.d.tmp ewmh.d.tmp ewmh_atoms.d.tmp functions.d.tmp functions_captive.d.tmp functions_icmgr_wsmgr.d.tmp functions_identify.d.tmp functions_misc.d.tmp functions_warp.d.tmp functions_win.d.tmp functions_win_moveresize.d.tmp functions_workspaces.d.tmp gc.d.tmp gram.tab.d.tmp iconmgr.d.tmp icons.d.tmp icons_builtin.d.tmp image.d.tmp image_bitmap.d.tmp image_bitmap_builtin.d.tmp image_xpm.d.tmp image_xwd.d.tmp lex.d.tmp list.d.tmp mask_screen.d.tmp menus.d.tmp mwmhints.d.tmp occupation.d.tmp otp.d.tmp parse.d.tmp parse_be.d.tmp parse_m4.d.tmp parse_yacc.d.tmp repl_str.d.tmp session.d.tmp util.d.tmp version.d.tmp vscreen.d.tmp win_decorations.d.tmp win_decorations_init.d.tmp win_iconify.d.tmp win_ops.d.tmp win_regions.d.tmp win_resize.d.tmp win_utils.d.tmp windowbox.d.tmp workspace_config.d.tmp workspace_manager.d.tmp workspace_utils.d.tmp tags || true) --- cleandir-usr.sbin --- --- cleandir-bootp --- cleandir ===> usr.sbin/bootp --- cleandir-external --- --- cleandir-etc --- cleandir ===> external/mit/ctwm/etc --- cleandir-usr.sbin --- --- cleandir-common --- cleandir ===> usr.sbin/bootp/common --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/ctwm/etc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/ctwm/etc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- libclean1 --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/common && rm -f libcommon.a dovend.o dumptab.o getif.o hash.o hwaddr.o lookup.o readfile.o report.o tzone.o dovend.o.tmp dumptab.o.tmp getif.o.tmp hash.o.tmp hwaddr.o.tmp lookup.o.tmp readfile.o.tmp report.o.tmp tzone.o.tmp || true) --- cleandir-external --- --- cleandir-libexec --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/common && rm -f libcommon.a dovend.o dumptab.o getif.o hash.o hwaddr.o lookup.o readfile.o report.o tzone.o dovend.o.tmp dumptab.o.tmp getif.o.tmp hash.o.tmp hwaddr.o.tmp lookup.o.tmp readfile.o.tmp report.o.tmp tzone.o.tmp || true) --- cleandir-external --- cleandir ===> external/mit/ctwm/libexec --- cleandir-usr.sbin --- --- libclean2 --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/common && rm -f libcommon_p.a || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/mit/ctwm/libexec && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/common && rm -f libcommon_p.a || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/mit/ctwm/libexec && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/common && rm -f libcommon_g.a || true) --- cleandir-external --- --- __docleandir --- --- cleandir-nvidia-firmware --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/common && rm -f libcommon_g.a || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware --- cleandir-usr.sbin --- --- libclean4 --- --- cleandir-external --- --- cleandir-gm20x --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/common && rm -f libcommon_pic.a || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/gm20x --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/common && rm -f libcommon_pic.a || true) --- cleandir-external --- --- cleandir-common --- --- cleandir-usr.sbin --- --- libclean5 --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/gm20x/common --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/common && rm -f llib-lcommon.ln dovend.ln dumptab.ln getif.ln hash.ln hwaddr.ln lookup.ln readfile.ln report.ln tzone.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/common && rm -f llib-lcommon.ln dovend.ln dumptab.ln getif.ln hash.ln hwaddr.ln lookup.ln readfile.ln report.ln tzone.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-gm206 --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/gm20x/gm206 --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/common && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/common && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-nouveau --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/common && rm -f .depend dovend.d dumptab.d getif.d hash.d hwaddr.d lookup.d readfile.d report.d tzone.d dovend.d.tmp dumptab.d.tmp getif.d.tmp hash.d.tmp hwaddr.d.tmp lookup.d.tmp readfile.d.tmp report.d.tmp tzone.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/common && rm -f .depend dovend.d dumptab.d getif.d hash.d hwaddr.d lookup.d readfile.d report.d tzone.d dovend.d.tmp dumptab.d.tmp getif.d.tmp hash.d.tmp hwaddr.d.tmp lookup.d.tmp readfile.d.tmp report.d.tmp tzone.d.tmp tags || true) --- cleandir-external --- --- cleandir-common --- cleandir ===> external/nvidia-firmware/nouveau/common --- cleandir-usr.sbin --- --- cleandir-bootpd --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/bootp/bootpd --- cleandir-external --- --- __docleandir --- --- cleandir-gk20a --- cleandir ===> external/nvidia-firmware/nouveau/gk20a --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/bootpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bootpd bootpd.o bootpd.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/bootpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bootpd bootpd.o bootpd.ln || true) --- cleandir-external --- --- cleandir-gm200 --- cleandir ===> external/nvidia-firmware/nouveau/gm200 --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-acr --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/bootpd && rm -f bootpd.html8 bootptab.html5 .depend bootpd.d bootpd.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gm200/acr --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/bootpd && rm -f bootpd.html8 bootptab.html5 .depend bootpd.d bootpd.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-bootpef --- --- cleandir-external --- --- cleandir-gr --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/bootp/bootpef --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gm200/gr --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-gm204 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/bootpef && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bootpef bootpef.o bootpef.ln || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gm204 --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/bootpef && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bootpef bootpef.o bootpef.ln || true) --- cleandir-external --- --- cleandir-gr --- cleandir ===> external/nvidia-firmware/nouveau/gm204/gr --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/bootpef && rm -f bootpef.html8 .depend bootpef.d bootpef.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/bootpef && rm -f bootpef.html8 .depend bootpef.d bootpef.d.tmp tags || true) --- cleandir-external --- --- cleandir-gm206 --- --- cleandir-usr.sbin --- --- cleandir-bootpgw --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gm206 --- cleandir-usr.sbin --- cleandir ===> usr.sbin/bootp/bootpgw --- cleandir-external --- --- cleandir-acr --- cleandir ===> external/nvidia-firmware/nouveau/gm206/acr --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/bootpgw && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bootpgw bootpgw.o bootpgw.ln || true) --- cleandir-external --- --- cleandir-gr --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/bootpgw && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bootpgw bootpgw.o bootpgw.ln || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gm206/gr --- __doclean --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/bootpgw && rm -f .depend bootpgw.d bootpgw.d.tmp tags || true) --- cleandir-external --- --- cleandir-gm20b --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/bootpgw && rm -f .depend bootpgw.d bootpgw.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gm20b --- cleandir-usr.sbin --- --- cleandir-bootptest --- --- cleandir-external --- --- cleandir-acr --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/bootp/bootptest --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gm20b/acr --- __doclean --- --- __docleandir --- --- cleandir-gr --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gm20b/gr --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/bootptest && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bootptest bootptest.o print-bootp.o getether.o bootptest.ln print-bootp.ln getether.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/bootptest && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bootptest bootptest.o print-bootp.o getether.o bootptest.ln print-bootp.ln getether.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-pmu --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bootp/bootptest && rm -f bootptest.html8 .depend bootptest.d getether.d print-bootp.d bootptest.d.tmp getether.d.tmp print-bootp.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gm20b/pmu --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bootp/bootptest && rm -f bootptest.html8 .depend bootptest.d getether.d print-bootp.d bootptest.d.tmp getether.d.tmp print-bootp.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-bta2dpd --- --- cleandir-external --- --- cleandir-gp100 --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/bta2dpd --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp100 --- cleandir-usr.sbin --- --- cleandir-cosdata-gen --- cleandir ===> usr.sbin/bta2dpd/cosdata-gen --- cleandir-external --- --- cleandir-acr --- cleandir ===> external/nvidia-firmware/nouveau/gp100/acr --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bta2dpd/cosdata-gen && rm -f a.out [Ee]rrs mklog core *.core cosdata cosdata.lo cosdata.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bta2dpd/cosdata-gen && rm -f a.out [Ee]rrs mklog core *.core cosdata cosdata.lo cosdata.ln || true) --- cleandir-external --- --- cleandir-gr --- cleandir ===> external/nvidia-firmware/nouveau/gp100/gr --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bta2dpd/cosdata-gen && rm -f .depend cosdata.d cosdata.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bta2dpd/cosdata-gen && rm -f .depend cosdata.d cosdata.d.tmp tags || true) --- cleandir-external --- --- cleandir-gp102 --- --- cleandir-usr.sbin --- --- cleandir-sbc_crc-gen --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp102 --- cleandir-usr.sbin --- cleandir ===> usr.sbin/bta2dpd/sbc_crc-gen --- cleandir-external --- --- cleandir-acr --- cleandir ===> external/nvidia-firmware/nouveau/gp102/acr --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bta2dpd/sbc_crc-gen && rm -f a.out [Ee]rrs mklog core *.core sbc_crc sbc_crc.lo sbc_crc.ln || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bta2dpd/sbc_crc-gen && rm -f a.out [Ee]rrs mklog core *.core sbc_crc sbc_crc.lo sbc_crc.ln || true) --- cleandir-external --- --- cleandir-gr --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp102/gr --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bta2dpd/sbc_crc-gen && rm -f .depend sbc_crc.d sbc_crc.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bta2dpd/sbc_crc-gen && rm -f .depend sbc_crc.d sbc_crc.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-nvdec --- --- cleandir-usr.sbin --- --- cleandir-bta2dpd --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp102/nvdec --- cleandir-usr.sbin --- cleandir ===> usr.sbin/bta2dpd/bta2dpd --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-sec2 --- cleandir ===> external/nvidia-firmware/nouveau/gp102/sec2 --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bta2dpd/bta2dpd && rm -f sbc_crc.h sbc_coeffs.h a.out [Ee]rrs mklog core *.core .gdbinit bta2dpd bta2dpd.o avdtp.o sbc_encode.o bta2dpd.ln avdtp.ln sbc_encode.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-gp104 --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bta2dpd/bta2dpd && rm -f sbc_crc.h sbc_coeffs.h a.out [Ee]rrs mklog core *.core .gdbinit bta2dpd bta2dpd.o avdtp.o sbc_encode.o bta2dpd.ln avdtp.ln sbc_encode.ln || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp104 --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-gr --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bta2dpd/bta2dpd && rm -f bta2dpd.html8 .depend avdtp.d bta2dpd.d sbc_encode.d avdtp.d.tmp bta2dpd.d.tmp sbc_encode.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp104/gr --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bta2dpd/bta2dpd && rm -f bta2dpd.html8 .depend avdtp.d bta2dpd.d sbc_encode.d avdtp.d.tmp bta2dpd.d.tmp sbc_encode.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-btattach --- cleandir ===> usr.sbin/btattach --- cleandir-external --- --- cleandir-gp106 --- cleandir ===> external/nvidia-firmware/nouveau/gp106 --- cleandir-gr --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp106/gr --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/btattach && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btattach btattach.o firmload.o init_bcm2035.o init_bcm43xx.o init_bgb2xx.o init_csr.o init_digi.o init_ericsson.o init_st.o init_stlc2500.o init_swave.o init_unistone.o btattach.ln firmload.ln init_bcm2035.ln init_bcm43xx.ln init_bgb2xx.ln init_csr.ln init_digi.ln init_ericsson.ln init_st.ln init_stlc2500.ln init_swave.ln init_unistone.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/btattach && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btattach btattach.o firmload.o init_bcm2035.o init_bcm43xx.o init_bgb2xx.o init_csr.o init_digi.o init_ericsson.o init_st.o init_stlc2500.o init_swave.o init_unistone.o btattach.ln firmload.ln init_bcm2035.ln init_bcm43xx.ln init_bgb2xx.ln init_csr.ln init_digi.ln init_ericsson.ln init_st.ln init_stlc2500.ln init_swave.ln init_unistone.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-gp107 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/btattach && rm -f btattach.html8 .depend btattach.d firmload.d init_bcm2035.d init_bcm43xx.d init_bgb2xx.d init_csr.d init_digi.d init_ericsson.d init_st.d init_stlc2500.d init_swave.d init_unistone.d btattach.d.tmp firmload.d.tmp init_bcm2035.d.tmp init_bcm43xx.d.tmp init_bgb2xx.d.tmp init_csr.d.tmp init_digi.d.tmp init_ericsson.d.tmp init_st.d.tmp init_stlc2500.d.tmp init_swave.d.tmp init_unistone.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp107 --- cleandir-gr --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/btattach && rm -f btattach.html8 .depend btattach.d firmload.d init_bcm2035.d init_bcm43xx.d init_bgb2xx.d init_csr.d init_digi.d init_ericsson.d init_st.d init_stlc2500.d init_swave.d init_unistone.d btattach.d.tmp firmload.d.tmp init_bcm2035.d.tmp init_bcm43xx.d.tmp init_bgb2xx.d.tmp init_csr.d.tmp init_digi.d.tmp init_ericsson.d.tmp init_st.d.tmp init_stlc2500.d.tmp init_swave.d.tmp init_unistone.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp107/gr --- cleandir-usr.sbin --- --- cleandir-btconfig --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/btconfig --- cleandir-external --- --- __docleandir --- --- cleandir-gp108 --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp108 --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/btconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btconfig btconfig.o btconfig.ln || true) --- cleandir-external --- --- cleandir-gr --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/btconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btconfig btconfig.o btconfig.ln || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp108/gr --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/btconfig && rm -f btconfig.html8 .depend btconfig.d btconfig.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-gp10b --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/btconfig && rm -f btconfig.html8 .depend btconfig.d btconfig.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp10b --- cleandir-usr.sbin --- --- cleandir-btdevctl --- --- cleandir-external --- --- cleandir-acr --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/btdevctl --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp10b/acr --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/btdevctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btdevctl btdevctl.o db.o print.o sdp.o btdevctl.ln db.ln print.ln sdp.ln || true) --- cleandir-external --- --- cleandir-gr --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/btdevctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btdevctl btdevctl.o db.o print.o sdp.o btdevctl.ln db.ln print.ln sdp.ln || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp10b/gr --- __doclean --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/btdevctl && rm -f btdevctl.html8 .depend btdevctl.d db.d print.d sdp.d btdevctl.d.tmp db.d.tmp print.d.tmp sdp.d.tmp tags || true) --- cleandir-external --- --- cleandir-pmu --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/btdevctl && rm -f btdevctl.html8 .depend btdevctl.d db.d print.d sdp.d btdevctl.d.tmp db.d.tmp print.d.tmp sdp.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gp10b/pmu --- cleandir-usr.sbin --- --- cleandir-bthcid --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/bthcid --- cleandir-external --- --- __docleandir --- --- cleandir-gv100 --- cleandir ===> external/nvidia-firmware/nouveau/gv100 --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bthcid && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bthcid bthcid.o hci.o client.o config.o bthcid.ln hci.ln client.ln config.ln || true) --- cleandir-external --- --- cleandir-acr --- cleandir ===> external/nvidia-firmware/nouveau/gv100/acr --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bthcid && rm -f a.out [Ee]rrs mklog core *.core .gdbinit bthcid bthcid.o hci.o client.o config.o bthcid.ln hci.ln client.ln config.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/bthcid && rm -f bthcid.html8 .depend bthcid.d client.d config.d hci.d bthcid.d.tmp client.d.tmp config.d.tmp hci.d.tmp tags || true) --- cleandir-external --- --- cleandir-gr --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/bthcid && rm -f bthcid.html8 .depend bthcid.d client.d config.d hci.d bthcid.d.tmp client.d.tmp config.d.tmp hci.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/gv100/gr --- __doclean --- --- cleandir-usr.sbin --- --- cleandir-btpand --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/btpand --- cleandir-external --- --- cleandir-nvdec --- cleandir ===> external/nvidia-firmware/nouveau/gv100/nvdec --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/btpand && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btpand btpand.o bnep.o channel.o client.o packet.o server.o tap.o btpand.ln bnep.ln channel.ln client.ln packet.ln server.ln tap.ln || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/btpand && rm -f a.out [Ee]rrs mklog core *.core .gdbinit btpand btpand.o bnep.o channel.o client.o packet.o server.o tap.o btpand.ln bnep.ln channel.ln client.ln packet.ln server.ln tap.ln || true) --- cleandir-external --- --- cleandir-sec2 --- cleandir ===> external/nvidia-firmware/nouveau/gv100/sec2 --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/btpand && rm -f btpand.html8 .depend bnep.d btpand.d channel.d client.d packet.d server.d tap.d bnep.d.tmp btpand.d.tmp channel.d.tmp client.d.tmp packet.d.tmp server.d.tmp tap.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/btpand && rm -f btpand.html8 .depend bnep.d btpand.d channel.d client.d packet.d server.d tap.d bnep.d.tmp btpand.d.tmp channel.d.tmp client.d.tmp packet.d.tmp server.d.tmp tap.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-tu102 --- --- cleandir-usr.sbin --- --- cleandir-catman --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu102 --- cleandir-usr.sbin --- cleandir ===> usr.sbin/catman --- cleandir-external --- --- cleandir-acr --- cleandir ===> external/nvidia-firmware/nouveau/tu102/acr --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/catman && rm -f a.out [Ee]rrs mklog core *.core .gdbinit catman catman.o manconf.o catman.ln manconf.ln || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/catman && rm -f a.out [Ee]rrs mklog core *.core .gdbinit catman catman.o manconf.o catman.ln manconf.ln || true) --- cleandir-external --- --- cleandir-gr --- cleandir ===> external/nvidia-firmware/nouveau/tu102/gr --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/catman && rm -f catman.html8 .depend catman.d manconf.d catman.d.tmp manconf.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/catman && rm -f catman.html8 .depend catman.d manconf.d catman.d.tmp manconf.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-nvdec --- --- cleandir-usr.sbin --- --- cleandir-certctl --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu102/nvdec --- cleandir-usr.sbin --- cleandir ===> usr.sbin/certctl --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/certctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit base-certs.conf etc-certs.conf || true) --- cleandir-external --- --- cleandir-sec2 --- cleandir ===> external/nvidia-firmware/nouveau/tu102/sec2 --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/certctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit base-certs.conf etc-certs.conf || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/certctl && rm -f certctl.html8 || true) --- cleandir-external --- --- cleandir-tu104 --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/certctl && rm -f certctl.html8 || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu104 --- cleandir-usr.sbin --- --- cleandir-chroot --- --- cleandir-external --- --- cleandir-gr --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/chroot --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu104/gr --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/chroot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chroot chroot.o chroot.ln || true) --- cleandir-external --- --- cleandir-tu106 --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/chroot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit chroot chroot.o chroot.ln || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu106 --- cleandir-gr --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu106/gr --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/chroot && rm -f chroot.html8 .depend chroot.d chroot.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/chroot && rm -f chroot.html8 .depend chroot.d chroot.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-cnwctl --- --- cleandir-external --- --- cleandir-tu116 --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/cnwctl --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu116 --- cleandir-acr --- --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/cnwctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cnwctl cnwctl.o cnwctl.ln || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu116/acr --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/cnwctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cnwctl cnwctl.o cnwctl.ln || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-gr --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/cnwctl && rm -f cnwctl.html8 .depend cnwctl.d cnwctl.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu116/gr --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/cnwctl && rm -f cnwctl.html8 .depend cnwctl.d cnwctl.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-cpuctl --- cleandir ===> usr.sbin/cpuctl --- cleandir-external --- --- cleandir-nvdec --- cleandir ===> external/nvidia-firmware/nouveau/tu116/nvdec --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/cpuctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cpuctl cpuctl.o x86_64.o x86_64-asm.o identcpu_subr.o cpuctl.ln x86_64.ln identcpu_subr.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-sec2 --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/cpuctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit cpuctl cpuctl.o x86_64.o x86_64-asm.o identcpu_subr.o cpuctl.ln x86_64.ln identcpu_subr.ln || true) --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu116/sec2 --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/cpuctl && rm -f cpuctl.html8 .depend cpuctl.d identcpu_subr.d x86_64-asm.d x86_64.d cpuctl.d.tmp identcpu_subr.d.tmp x86_64-asm.d.tmp x86_64.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/cpuctl && rm -f cpuctl.html8 .depend cpuctl.d identcpu_subr.d x86_64-asm.d x86_64.d cpuctl.d.tmp identcpu_subr.d.tmp x86_64-asm.d.tmp x86_64.d.tmp tags || true) --- cleandir-external --- --- cleandir-tu117 --- cleandir ===> external/nvidia-firmware/nouveau/tu117 --- cleandir-usr.sbin --- --- cleandir-crash --- --- cleandir-external --- --- cleandir-gr --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/crash --- cleandir-external --- cleandir ===> external/nvidia-firmware/nouveau/tu117/gr --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/crash && rm -f vers.c version a.out [Ee]rrs mklog core *.core .gdbinit crash db_trace.o db_machdep.o db_command.o db_lwp.o db_proc.o db_xxx.o db_cpu.o db_autoconf.o db_access.o db_elf.o db_examine.o db_expr.o db_lex.o db_output.o db_print.o db_sym.o db_syncobj.o db_variables.o db_write_cmd.o db_disasm.o kern_timeout.o subr_lockdebug.o crash.o x86.o vers.o db_trace.ln db_machdep.ln db_command.ln db_lwp.ln db_proc.ln db_xxx.ln db_cpu.ln db_autoconf.ln db_access.ln db_elf.ln db_examine.ln db_expr.ln db_lex.ln db_output.ln db_print.ln db_sym.ln db_syncobj.ln db_variables.ln db_write_cmd.ln db_disasm.ln kern_timeout.ln subr_lockdebug.ln crash.ln x86.ln vers.ln machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- --- cleandir-ofl --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/crash && rm -f vers.c version a.out [Ee]rrs mklog core *.core .gdbinit crash db_trace.o db_machdep.o db_command.o db_lwp.o db_proc.o db_xxx.o db_cpu.o db_autoconf.o db_access.o db_elf.o db_examine.o db_expr.o db_lex.o db_output.o db_print.o db_sym.o db_syncobj.o db_variables.o db_write_cmd.o db_disasm.o kern_timeout.o subr_lockdebug.o crash.o x86.o vers.o db_trace.ln db_machdep.ln db_command.ln db_lwp.ln db_proc.ln db_xxx.ln db_cpu.ln db_autoconf.ln db_access.ln db_elf.ln db_examine.ln db_expr.ln db_lex.ln db_output.ln db_print.ln db_sym.ln db_syncobj.ln db_variables.ln db_write_cmd.ln db_disasm.ln kern_timeout.ln subr_lockdebug.ln crash.ln x86.ln vers.ln machine x86_64 amd64 x86 i386 xen || true) --- cleandir-external --- cleandir ===> external/ofl --- cleandir-font-liberation-ttf --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/ofl/font-liberation-ttf --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/crash && rm -f crash.html8 .depend crash.d db_access.d db_autoconf.d db_command.d db_cpu.d db_disasm.d db_elf.d db_examine.d db_expr.d db_lex.d db_lwp.d db_machdep.d db_output.d db_print.d db_proc.d db_sym.d db_syncobj.d db_trace.d db_variables.d db_write_cmd.d db_xxx.d kern_timeout.d subr_lockdebug.d vers.d x86.d crash.d.tmp db_access.d.tmp db_autoconf.d.tmp db_command.d.tmp db_cpu.d.tmp db_disasm.d.tmp db_elf.d.tmp db_examine.d.tmp db_expr.d.tmp db_lex.d.tmp db_lwp.d.tmp db_machdep.d.tmp db_output.d.tmp db_print.d.tmp db_proc.d.tmp db_sym.d.tmp db_syncobj.d.tmp db_trace.d.tmp db_variables.d.tmp db_write_cmd.d.tmp db_xxx.d.tmp kern_timeout.d.tmp subr_lockdebug.d.tmp vers.d.tmp x86.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/crash && rm -f crash.html8 .depend crash.d db_access.d db_autoconf.d db_command.d db_cpu.d db_disasm.d db_elf.d db_examine.d db_expr.d db_lex.d db_lwp.d db_machdep.d db_output.d db_print.d db_proc.d db_sym.d db_syncobj.d db_trace.d db_variables.d db_write_cmd.d db_xxx.d kern_timeout.d subr_lockdebug.d vers.d x86.d crash.d.tmp db_access.d.tmp db_autoconf.d.tmp db_command.d.tmp db_cpu.d.tmp db_disasm.d.tmp db_elf.d.tmp db_examine.d.tmp db_expr.d.tmp db_lex.d.tmp db_lwp.d.tmp db_machdep.d.tmp db_output.d.tmp db_print.d.tmp db_proc.d.tmp db_sym.d.tmp db_syncobj.d.tmp db_trace.d.tmp db_variables.d.tmp db_write_cmd.d.tmp db_xxx.d.tmp kern_timeout.d.tmp subr_lockdebug.d.tmp vers.d.tmp x86.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/ofl/font-liberation-ttf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- cleandir-dev_mkdb --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/ofl/font-liberation-ttf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/dev_mkdb --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- cleandir-public-domain --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/dev_mkdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dev_mkdb dev_mkdb.o dev_mkdb.ln || true) --- cleandir-external --- cleandir ===> external/public-domain --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/dev_mkdb && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dev_mkdb dev_mkdb.o dev_mkdb.ln || true) --- cleandir-external --- --- cleandir-sqlite --- cleandir ===> external/public-domain/sqlite --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- cleandir-lib --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/dev_mkdb && rm -f dev_mkdb.html8 .depend dev_mkdb.d dev_mkdb.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/public-domain/sqlite/lib --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/dev_mkdb && rm -f dev_mkdb.html8 .depend dev_mkdb.d dev_mkdb.d.tmp tags || true) --- cleandir-diskpart --- cleandir ===> usr.sbin/diskpart --- cleandir-external --- --- libclean1 --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f libsqlite3.a sqlite3.o sqlite3.o.tmp || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/diskpart && rm -f a.out [Ee]rrs mklog core *.core .gdbinit diskpart diskpart.o diskpart.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f libsqlite3.a sqlite3.o sqlite3.o.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/diskpart && rm -f a.out [Ee]rrs mklog core *.core .gdbinit diskpart diskpart.o diskpart.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f libsqlite3_p.a sqlite3.po sqlite3.po.tmp || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/diskpart && rm -f diskpart.html8 .depend diskpart.d diskpart.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f libsqlite3_p.a sqlite3.po sqlite3.po.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/diskpart && rm -f diskpart.html8 .depend diskpart.d diskpart.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f libsqlite3_g.a || true) --- cleandir-usr.sbin --- --- cleandir-dumpfs --- cleandir ===> usr.sbin/dumpfs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f libsqlite3_g.a || true) --- libclean4 --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f libsqlite3_pic.a libsqlite3.so.* libsqlite3.so sqlite3.pico sqlite3.pico.tmp || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/dumpfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dumpfs dumpfs.o ffs_bswap.o dumpfs.ln ffs_bswap.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f libsqlite3_pic.a libsqlite3.so.* libsqlite3.so sqlite3.pico sqlite3.pico.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/dumpfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dumpfs dumpfs.o ffs_bswap.o dumpfs.ln ffs_bswap.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f llib-lsqlite3.ln sqlite3.ln || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/dumpfs && rm -f dumpfs.html8 .depend dumpfs.d ffs_bswap.d dumpfs.d.tmp ffs_bswap.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f llib-lsqlite3.ln sqlite3.ln || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/dumpfs && rm -f dumpfs.html8 .depend dumpfs.d ffs_bswap.d dumpfs.d.tmp ffs_bswap.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- --- cleandir-dumplfs --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f sqlite3.pc libsqlite3.so.1.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/dumplfs --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f sqlite3.pc libsqlite3.so.1.map a.out [Ee]rrs mklog core *.core || true) --- __docleandir --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/lib && rm -f .depend sqlite3.d sqlite3.d.tmp tags || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/dumplfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dumplfs dumplfs.o lfs_cksum.o misc.o dumplfs.ln lfs_cksum.ln misc.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/lib && rm -f .depend sqlite3.d sqlite3.d.tmp tags || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/dumplfs && rm -f a.out [Ee]rrs mklog core *.core .gdbinit dumplfs dumplfs.o lfs_cksum.o misc.o dumplfs.ln lfs_cksum.ln misc.ln || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/public-domain/sqlite/bin --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/dumplfs && rm -f dumplfs.html8 .depend dumplfs.d lfs_cksum.d misc.d dumplfs.d.tmp lfs_cksum.d.tmp misc.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/dumplfs && rm -f dumplfs.html8 .depend dumplfs.d lfs_cksum.d misc.d dumplfs.d.tmp lfs_cksum.d.tmp misc.d.tmp tags || true) --- cleandir-external --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sqlite3 shell.o shell.ln || true) --- cleandir-usr.sbin --- --- cleandir-edquota --- cleandir ===> usr.sbin/edquota --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/bin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit sqlite3 shell.o shell.ln || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/edquota && rm -f a.out [Ee]rrs mklog core *.core .gdbinit edquota edquota.o printquota.o edquota.ln printquota.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/bin && rm -f sqlite3.html1 .depend shell.d shell.d.tmp tags || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/edquota && rm -f a.out [Ee]rrs mklog core *.core .gdbinit edquota edquota.o printquota.o edquota.ln printquota.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/bin && rm -f sqlite3.html1 .depend shell.d shell.d.tmp tags || true) --- cleandir-man --- --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/edquota && rm -f edquota.html8 .depend edquota.d printquota.d edquota.d.tmp printquota.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/public-domain/sqlite/man --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/edquota && rm -f edquota.html8 .depend edquota.d printquota.d edquota.d.tmp printquota.d.tmp tags || true) --- cleandir-eeprom --- cleandir ===> usr.sbin/eeprom --- cleandir-external --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/sqlite/man && rm -f SQLITE_ACCESS_EXISTS.html3 SQLITE_CHANGESETAPPLY_NOSAVEPOINT.html3 SQLITE_CHANGESETSTART_INVERT.html3 SQLITE_CHANGESET_DATA.html3 SQLITE_CHANGESET_OMIT.html3 SQLITE_CHECKPOINT_PASSIVE.html3 SQLITE_CONFIG_SINGLETHREAD.html3 SQLITE_CREATE_INDEX.html3 SQLITE_DBCONFIG_LOOKASIDE.html3 SQLITE_DBCONFIG_MAINDBNAME.html3 SQLITE_DBSTATUS_LOOKASIDE_USED.html3 SQLITE_DENY.html3 SQLITE_DESERIALIZE_FREEONCLOSE.html3 SQLITE_DETERMINISTIC.html3 SQLITE_ERROR_MISSING_COLLSEQ.html3 SQLITE_FCNTL_LOCKSTATE.html3 SQLITE_INDEX_CONSTRAINT_EQ.html3 SQLITE_INDEX_SCAN_UNIQUE.html3 SQLITE_INTEGER.html3 SQLITE_IOCAP_ATOMIC.html3 SQLITE_IOERR_READ.html3 SQLITE_LIMIT_LENGTH.html3 SQLITE_LOCK_NONE.html3 SQLITE_MUTEX_FAST.html3 SQLITE_OK.html3 SQLITE_OPEN_READONLY.html3 SQLITE_PREPARE_PERSISTENT.html3 SQLITE_ROLLBACK.html3 SQLITE_SCANSTAT_NLOOP.html3 SQLITE_SERIALIZE_NOCOPY.html3 SQLITE_SESSION_CONFIG_STRMSIZE.html3 SQLITE_SHM_NLOCK.html3 SQLITE_SHM_UNLOCK.html3 SQLITE_STATUS_MEMORY_USED.html3 SQLITE_STMTSTATUS_FULLSCAN_STEP.html3 SQLITE_SYNC_NORMAL.html3 SQLITE_TESTCTRL_FIRST.html3 SQLITE_TRACE_STMT.html3 SQLITE_UTF8.html3 SQLITE_VERSION.html3 SQLITE_VTAB_CONSTRAINT_SUPPORT.html3 SQLITE_WIN32_DATA_DIRECTORY_TYPE.html3 sqlite3.html3 sqlite3_aggregate_context.html3 sqlite3_aggregate_count.html3 sqlite3_api_routines.html3 sqlite3_auto_extension.html3 sqlite3_backup.html3 sqlite3_backup_init.html3 sqlite3_bind_blob.html3 sqlite3_bind_parameter_count.html3 sqlite3_bind_parameter_index.html3 sqlite3_bind_parameter_name.html3 sqlite3_blob.html3 sqlite3_blob_bytes.html3 sqlite3_blob_close.html3 sqlite3_blob_open.html3 sqlite3_blob_read.html3 sqlite3_blob_reopen.html3 sqlite3_blob_write.html3 sqlite3_busy_handler.html3 sqlite3_busy_timeout.html3 sqlite3_cancel_auto_extension.html3 sqlite3_changegroup.html3 sqlite3_changes.html3 sqlite3_changeset_iter.html3 sqlite3_clear_bindings.html3 sqlite3_close.html3 sqlite3_collation_needed.html3 sqlite3_column_blob.html3 sqlite3_column_count.html3 sqlite3_column_database_name.html3 sqlite3_column_decltype.html3 sqlite3_column_name.html3 sqlite3_commit_hook.html3 sqlite3_compileoption_used.html3 sqlite3_complete.html3 sqlite3_config.html3 sqlite3_context.html3 sqlite3_context_db_handle.html3 sqlite3_create_collation.html3 sqlite3_create_function.html3 sqlite3_create_module.html3 sqlite3_data_count.html3 sqlite3_data_directory.html3 sqlite3_db_cacheflush.html3 sqlite3_db_config.html3 sqlite3_db_filename.html3 sqlite3_db_handle.html3 sqlite3_db_mutex.html3 sqlite3_db_readonly.html3 sqlite3_db_release_memory.html3 sqlite3_db_status.html3 sqlite3_declare_vtab.html3 sqlite3_deserialize.html3 sqlite3_destructor_type.html3 sqlite3_enable_load_extension.html3 sqlite3_enable_shared_cache.html3 sqlite3_errcode.html3 sqlite3_exec.html3 sqlite3_extended_result_codes.html3 sqlite3_file.html3 sqlite3_file_control.html3 sqlite3_finalize.html3 sqlite3_get_autocommit.html3 sqlite3_get_auxdata.html3 sqlite3_get_table.html3 sqlite3_index_info.html3 sqlite3_initialize.html3 sqlite3_interrupt.html3 sqlite3_io_methods.html3 sqlite3_keyword_count.html3 sqlite3_last_insert_rowid.html3 sqlite3_limit.html3 sqlite3_load_extension.html3 sqlite3_log.html3 sqlite3_malloc.html3 sqlite3_mem_methods.html3 sqlite3_memory_used.html3 sqlite3_module.html3 sqlite3_mprintf.html3 sqlite3_mutex.html3 sqlite3_mutex_alloc.html3 sqlite3_mutex_held.html3 sqlite3_mutex_methods.html3 sqlite3_next_stmt.html3 sqlite3_open.html3 sqlite3_overload_function.html3 sqlite3_pcache.html3 sqlite3_pcache_methods2.html3 sqlite3_pcache_page.html3 sqlite3_prepare.html3 sqlite3_preupdate_hook.html3 sqlite3_progress_handler.html3 sqlite3_randomness.html3 sqlite3_rebaser.html3 sqlite3_release_memory.html3 sqlite3_reset.html3 sqlite3_reset_auto_extension.html3 sqlite3_result_blob.html3 sqlite3_result_subtype.html3 sqlite3_serialize.html3 sqlite3_session.html3 sqlite3_set_authorizer.html3 sqlite3_set_last_insert_rowid.html3 sqlite3_sleep.html3 sqlite3_snapshot.html3 sqlite3_snapshot_cmp.html3 sqlite3_snapshot_free.html3 sqlite3_snapshot_get.html3 sqlite3_snapshot_open.html3 sqlite3_snapshot_recover.html3 sqlite3_soft_heap_limit.html3 sqlite3_soft_heap_limit64.html3 sqlite3_sql.html3 sqlite3_status.html3 sqlite3_step.html3 sqlite3_stmt.html3 sqlite3_stmt_busy.html3 sqlite3_stmt_readonly.html3 sqlite3_stmt_scanstatus.html3 sqlite3_stmt_scanstatus_reset.html3 sqlite3_stmt_status.html3 sqlite3_str.html3 sqlite3_str_appendf.html3 sqlite3_str_errcode.html3 sqlite3_str_finish.html3 sqlite3_str_new.html3 sqlite3_strglob.html3 sqlite3_stricmp.html3 sqlite3_strlike.html3 sqlite3_system_errno.html3 sqlite3_table_column_metadata.html3 sqlite3_temp_directory.html3 sqlite3_test_control.html3 sqlite3_threadsafe.html3 sqlite3_total_changes.html3 sqlite3_trace.html3 sqlite3_trace_v2.html3 sqlite3_unlock_notify.html3 sqlite3_update_hook.html3 sqlite3_uri_parameter.html3 sqlite3_user_data.html3 sqlite3_value.html3 sqlite3_value_blob.html3 sqlite3_value_dup.html3 sqlite3_value_subtype.html3 sqlite3_version.html3 sqlite3_vfs.html3 sqlite3_vfs_find.html3 sqlite3_vtab.html3 sqlite3_vtab_collation.html3 sqlite3_vtab_config.html3 sqlite3_vtab_cursor.html3 sqlite3_vtab_nochange.html3 sqlite3_vtab_on_conflict.html3 sqlite3_wal_autocheckpoint.html3 sqlite3_wal_checkpoint.html3 sqlite3_wal_checkpoint_v2.html3 sqlite3_wal_hook.html3 sqlite3_win32_set_directory.html3 sqlite3changegroup_add.html3 sqlite3changegroup_delete.html3 sqlite3changegroup_new.html3 sqlite3changegroup_output.html3 sqlite3changeset_apply.html3 sqlite3changeset_apply_strm.html3 sqlite3changeset_concat.html3 sqlite3changeset_conflict.html3 sqlite3changeset_finalize.html3 sqlite3changeset_fk_conflicts.html3 sqlite3changeset_invert.html3 sqlite3changeset_new.html3 sqlite3changeset_next.html3 sqlite3changeset_old.html3 sqlite3changeset_op.html3 sqlite3changeset_pk.html3 sqlite3changeset_start.html3 sqlite3rebaser_configure.html3 sqlite3rebaser_create.html3 sqlite3rebaser_delete.html3 sqlite3rebaser_rebase.html3 sqlite3session_attach.html3 sqlite3session_changeset.html3 sqlite3session_config.html3 sqlite3session_create.html3 sqlite3session_delete.html3 sqlite3session_diff.html3 sqlite3session_enable.html3 sqlite3session_indirect.html3 sqlite3session_isempty.html3 sqlite3session_patchset.html3 sqlite3session_table_filter.html3 sqlite_int64.html3 || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/eeprom && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/eeprom && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/sqlite/man && rm -f SQLITE_ACCESS_EXISTS.html3 SQLITE_CHANGESETAPPLY_NOSAVEPOINT.html3 SQLITE_CHANGESETSTART_INVERT.html3 SQLITE_CHANGESET_DATA.html3 SQLITE_CHANGESET_OMIT.html3 SQLITE_CHECKPOINT_PASSIVE.html3 SQLITE_CONFIG_SINGLETHREAD.html3 SQLITE_CREATE_INDEX.html3 SQLITE_DBCONFIG_LOOKASIDE.html3 SQLITE_DBCONFIG_MAINDBNAME.html3 SQLITE_DBSTATUS_LOOKASIDE_USED.html3 SQLITE_DENY.html3 SQLITE_DESERIALIZE_FREEONCLOSE.html3 SQLITE_DETERMINISTIC.html3 SQLITE_ERROR_MISSING_COLLSEQ.html3 SQLITE_FCNTL_LOCKSTATE.html3 SQLITE_INDEX_CONSTRAINT_EQ.html3 SQLITE_INDEX_SCAN_UNIQUE.html3 SQLITE_INTEGER.html3 SQLITE_IOCAP_ATOMIC.html3 SQLITE_IOERR_READ.html3 SQLITE_LIMIT_LENGTH.html3 SQLITE_LOCK_NONE.html3 SQLITE_MUTEX_FAST.html3 SQLITE_OK.html3 SQLITE_OPEN_READONLY.html3 SQLITE_PREPARE_PERSISTENT.html3 SQLITE_ROLLBACK.html3 SQLITE_SCANSTAT_NLOOP.html3 SQLITE_SERIALIZE_NOCOPY.html3 SQLITE_SESSION_CONFIG_STRMSIZE.html3 SQLITE_SHM_NLOCK.html3 SQLITE_SHM_UNLOCK.html3 SQLITE_STATUS_MEMORY_USED.html3 SQLITE_STMTSTATUS_FULLSCAN_STEP.html3 SQLITE_SYNC_NORMAL.html3 SQLITE_TESTCTRL_FIRST.html3 SQLITE_TRACE_STMT.html3 SQLITE_UTF8.html3 SQLITE_VERSION.html3 SQLITE_VTAB_CONSTRAINT_SUPPORT.html3 SQLITE_WIN32_DATA_DIRECTORY_TYPE.html3 sqlite3.html3 sqlite3_aggregate_context.html3 sqlite3_aggregate_count.html3 sqlite3_api_routines.html3 sqlite3_auto_extension.html3 sqlite3_backup.html3 sqlite3_backup_init.html3 sqlite3_bind_blob.html3 sqlite3_bind_parameter_count.html3 sqlite3_bind_parameter_index.html3 sqlite3_bind_parameter_name.html3 sqlite3_blob.html3 sqlite3_blob_bytes.html3 sqlite3_blob_close.html3 sqlite3_blob_open.html3 sqlite3_blob_read.html3 sqlite3_blob_reopen.html3 sqlite3_blob_write.html3 sqlite3_busy_handler.html3 sqlite3_busy_timeout.html3 sqlite3_cancel_auto_extension.html3 sqlite3_changegroup.html3 sqlite3_changes.html3 sqlite3_changeset_iter.html3 sqlite3_clear_bindings.html3 sqlite3_close.html3 sqlite3_collation_needed.html3 sqlite3_column_blob.html3 sqlite3_column_count.html3 sqlite3_column_database_name.html3 sqlite3_column_decltype.html3 sqlite3_column_name.html3 sqlite3_commit_hook.html3 sqlite3_compileoption_used.html3 sqlite3_complete.html3 sqlite3_config.html3 sqlite3_context.html3 sqlite3_context_db_handle.html3 sqlite3_create_collation.html3 sqlite3_create_function.html3 sqlite3_create_module.html3 sqlite3_data_count.html3 sqlite3_data_directory.html3 sqlite3_db_cacheflush.html3 sqlite3_db_config.html3 sqlite3_db_filename.html3 sqlite3_db_handle.html3 sqlite3_db_mutex.html3 sqlite3_db_readonly.html3 sqlite3_db_release_memory.html3 sqlite3_db_status.html3 sqlite3_declare_vtab.html3 sqlite3_deserialize.html3 sqlite3_destructor_type.html3 sqlite3_enable_load_extension.html3 sqlite3_enable_shared_cache.html3 sqlite3_errcode.html3 sqlite3_exec.html3 sqlite3_extended_result_codes.html3 sqlite3_file.html3 sqlite3_file_control.html3 sqlite3_finalize.html3 sqlite3_get_autocommit.html3 sqlite3_get_auxdata.html3 sqlite3_get_table.html3 sqlite3_index_info.html3 sqlite3_initialize.html3 sqlite3_interrupt.html3 sqlite3_io_methods.html3 sqlite3_keyword_count.html3 sqlite3_last_insert_rowid.html3 sqlite3_limit.html3 sqlite3_load_extension.html3 sqlite3_log.html3 sqlite3_malloc.html3 sqlite3_mem_methods.html3 sqlite3_memory_used.html3 sqlite3_module.html3 sqlite3_mprintf.html3 sqlite3_mutex.html3 sqlite3_mutex_alloc.html3 sqlite3_mutex_held.html3 sqlite3_mutex_methods.html3 sqlite3_next_stmt.html3 sqlite3_open.html3 sqlite3_overload_function.html3 sqlite3_pcache.html3 sqlite3_pcache_methods2.html3 sqlite3_pcache_page.html3 sqlite3_prepare.html3 sqlite3_preupdate_hook.html3 sqlite3_progress_handler.html3 sqlite3_randomness.html3 sqlite3_rebaser.html3 sqlite3_release_memory.html3 sqlite3_reset.html3 sqlite3_reset_auto_extension.html3 sqlite3_result_blob.html3 sqlite3_result_subtype.html3 sqlite3_serialize.html3 sqlite3_session.html3 sqlite3_set_authorizer.html3 sqlite3_set_last_insert_rowid.html3 sqlite3_sleep.html3 sqlite3_snapshot.html3 sqlite3_snapshot_cmp.html3 sqlite3_snapshot_free.html3 sqlite3_snapshot_get.html3 sqlite3_snapshot_open.html3 sqlite3_snapshot_recover.html3 sqlite3_soft_heap_limit.html3 sqlite3_soft_heap_limit64.html3 sqlite3_sql.html3 sqlite3_status.html3 sqlite3_step.html3 sqlite3_stmt.html3 sqlite3_stmt_busy.html3 sqlite3_stmt_readonly.html3 sqlite3_stmt_scanstatus.html3 sqlite3_stmt_scanstatus_reset.html3 sqlite3_stmt_status.html3 sqlite3_str.html3 sqlite3_str_appendf.html3 sqlite3_str_errcode.html3 sqlite3_str_finish.html3 sqlite3_str_new.html3 sqlite3_strglob.html3 sqlite3_stricmp.html3 sqlite3_strlike.html3 sqlite3_system_errno.html3 sqlite3_table_column_metadata.html3 sqlite3_temp_directory.html3 sqlite3_test_control.html3 sqlite3_threadsafe.html3 sqlite3_total_changes.html3 sqlite3_trace.html3 sqlite3_trace_v2.html3 sqlite3_unlock_notify.html3 sqlite3_update_hook.html3 sqlite3_uri_parameter.html3 sqlite3_user_data.html3 sqlite3_value.html3 sqlite3_value_blob.html3 sqlite3_value_dup.html3 sqlite3_value_subtype.html3 sqlite3_version.html3 sqlite3_vfs.html3 sqlite3_vfs_find.html3 sqlite3_vtab.html3 sqlite3_vtab_collation.html3 sqlite3_vtab_config.html3 sqlite3_vtab_cursor.html3 sqlite3_vtab_nochange.html3 sqlite3_vtab_on_conflict.html3 sqlite3_wal_autocheckpoint.html3 sqlite3_wal_checkpoint.html3 sqlite3_wal_checkpoint_v2.html3 sqlite3_wal_hook.html3 sqlite3_win32_set_directory.html3 sqlite3changegroup_add.html3 sqlite3changegroup_delete.html3 sqlite3changegroup_new.html3 sqlite3changegroup_output.html3 sqlite3changeset_apply.html3 sqlite3changeset_apply_strm.html3 sqlite3changeset_concat.html3 sqlite3changeset_conflict.html3 sqlite3changeset_finalize.html3 sqlite3changeset_fk_conflicts.html3 sqlite3changeset_invert.html3 sqlite3changeset_new.html3 sqlite3changeset_next.html3 sqlite3changeset_old.html3 sqlite3changeset_op.html3 sqlite3changeset_pk.html3 sqlite3changeset_start.html3 sqlite3rebaser_configure.html3 sqlite3rebaser_create.html3 sqlite3rebaser_delete.html3 sqlite3rebaser_rebase.html3 sqlite3session_attach.html3 sqlite3session_changeset.html3 sqlite3session_config.html3 sqlite3session_create.html3 sqlite3session_delete.html3 sqlite3session_diff.html3 sqlite3session_enable.html3 sqlite3session_indirect.html3 sqlite3session_isempty.html3 sqlite3session_patchset.html3 sqlite3session_table_filter.html3 sqlite_int64.html3 || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/eeprom && rm -f eeprom.html8 || true) --- cleandir-external --- --- cleandir-tz --- cleandir ===> external/public-domain/tz --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/eeprom && rm -f eeprom.html8 || true) --- cleandir-external --- --- cleandir-share --- --- cleandir-usr.sbin --- --- cleandir-envstat --- --- cleandir-external --- cleandir ===> external/public-domain/tz/share --- cleandir-usr.sbin --- cleandir ===> usr.sbin/envstat --- cleandir-external --- --- cleandir-zoneinfo --- cleandir ===> external/public-domain/tz/share/zoneinfo --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/envstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit config_yacc.c config_lex.c config_yacc.h envstat envstat.o config.o config_yacc.o config_lex.o envstat_hostops.o envstat.ln config.ln envstat_hostops.ln config_yacc.c config_lex.c config_yacc.h rump.envstat envstat.o config.o config_yacc.o config_lex.o envstat_rumpops.o prop_kern.o envstat.ln config.ln envstat_rumpops.ln prop_kern.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/envstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit config_yacc.c config_lex.c config_yacc.h envstat envstat.o config.o config_yacc.o config_lex.o envstat_hostops.o envstat.ln config.ln envstat_hostops.ln config_yacc.c config_lex.c config_yacc.h rump.envstat envstat.o config.o config_yacc.o config_lex.o envstat_rumpops.o prop_kern.o envstat.ln config.ln envstat_rumpops.ln prop_kern.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/tz/share/zoneinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/tz/share/zoneinfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/envstat && rm -f envstat.html8 envsys.conf.html5 .depend config.d config_lex.d config_yacc.d envstat.d envstat_hostops.d envstat_rumpops.d prop_kern.d config.d.tmp config_lex.d.tmp config_yacc.d.tmp envstat.d.tmp envstat_hostops.d.tmp envstat_rumpops.d.tmp prop_kern.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- clean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/envstat && rm -f envstat.html8 envsys.conf.html5 .depend config.d config_lex.d config_yacc.d envstat.d envstat_hostops.d envstat_rumpops.d prop_kern.d config.d.tmp config_lex.d.tmp config_yacc.d.tmp envstat.d.tmp envstat_hostops.d.tmp envstat_rumpops.d.tmp prop_kern.d.tmp tags || true) --- cleandir-external --- rm -rf /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/tz/share/zoneinfo/builddir --- cleandir-usr.sbin --- --- cleandir-etcupdate --- --- cleandir-external --- --- cleandir-xz --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/etcupdate --- cleandir-external --- cleandir ===> external/public-domain/xz --- cleandir-lib --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/public-domain/xz/lib --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/etcupdate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/etcupdate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/etcupdate && rm -f etcupdate.html8 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/etcupdate && rm -f etcupdate.html8 || true) --- cleandir-external --- --- libclean1 --- --- cleandir-usr.sbin --- --- cleandir-extattrctl --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f liblzma.a tuklib_physmem.o tuklib_cpucores.o check.o crc32_table.o crc64_table.o crc32_fast.o crc64_fast.o common.o block_util.o easy_preset.o filter_common.o hardware_physmem.o hardware_cputhreads.o index.o stream_flags_common.o vli_size.o alone_encoder.o block_buffer_encoder.o block_encoder.o block_header_encoder.o easy_buffer_encoder.o easy_encoder.o easy_encoder_memusage.o filter_buffer_encoder.o filter_encoder.o filter_flags_encoder.o index_encoder.o stream_buffer_encoder.o stream_encoder.o stream_flags_encoder.o vli_encoder.o outqueue.o alone_decoder.o auto_decoder.o block_buffer_decoder.o block_decoder.o block_header_decoder.o easy_decoder_memusage.o filter_buffer_decoder.o filter_decoder.o filter_flags_decoder.o index_decoder.o index_hash.o stream_buffer_decoder.o stream_decoder.o stream_flags_decoder.o vli_decoder.o stream_encoder_mt.o delta_common.o delta_encoder.o delta_decoder.o lz_decoder.o lz_encoder.o lz_encoder_mf.o lzma_encoder.o lzma_encoder_presets.o lzma_encoder_optimum_fast.o lzma_encoder_optimum_normal.o lzma_decoder.o lzma2_encoder.o lzma2_decoder.o fastpos_table.o price_table.o simple_coder.o simple_encoder.o simple_decoder.o arm.o armthumb.o ia64.o powerpc.o sparc.o x86.o tuklib_physmem.o.tmp tuklib_cpucores.o.tmp check.o.tmp crc32_table.o.tmp crc64_table.o.tmp crc32_fast.o.tmp crc64_fast.o.tmp common.o.tmp block_util.o.tmp easy_preset.o.tmp filter_common.o.tmp hardware_physmem.o.tmp hardware_cputhreads.o.tmp index.o.tmp stream_flags_common.o.tmp vli_size.o.tmp alone_encoder.o.tmp block_buffer_encoder.o.tmp block_encoder.o.tmp block_header_encoder.o.tmp easy_buffer_encoder.o.tmp easy_encoder.o.tmp easy_encoder_memusage.o.tmp filter_buffer_encoder.o.tmp filter_encoder.o.tmp filter_flags_encoder.o.tmp index_encoder.o.tmp stream_buffer_encoder.o.tmp stream_encoder.o.tmp stream_flags_encoder.o.tmp vli_encoder.o.tmp outqueue.o.tmp alone_decoder.o.tmp auto_decoder.o.tmp block_buffer_decoder.o.tmp block_decoder.o.tmp block_header_decoder.o.tmp easy_decoder_memusage.o.tmp filter_buffer_decoder.o.tmp filter_decoder.o.tmp filter_flags_decoder.o.tmp index_decoder.o.tmp index_hash.o.tmp stream_buffer_decoder.o.tmp stream_decoder.o.tmp stream_flags_decoder.o.tmp vli_decoder.o.tmp stream_encoder_mt.o.tmp delta_common.o.tmp delta_encoder.o.tmp delta_decoder.o.tmp lz_decoder.o.tmp lz_encoder.o.tmp lz_encoder_mf.o.tmp lzma_encoder.o.tmp lzma_encoder_presets.o.tmp lzma_encoder_optimum_fast.o.tmp lzma_encoder_optimum_normal.o.tmp lzma_decoder.o.tmp lzma2_encoder.o.tmp lzma2_decoder.o.tmp fastpos_table.o.tmp price_table.o.tmp simple_coder.o.tmp simple_encoder.o.tmp simple_decoder.o.tmp arm.o.tmp armthumb.o.tmp ia64.o.tmp powerpc.o.tmp sparc.o.tmp x86.o.tmp || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/extattrctl --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f liblzma.a tuklib_physmem.o tuklib_cpucores.o check.o crc32_table.o crc64_table.o crc32_fast.o crc64_fast.o common.o block_util.o easy_preset.o filter_common.o hardware_physmem.o hardware_cputhreads.o index.o stream_flags_common.o vli_size.o alone_encoder.o block_buffer_encoder.o block_encoder.o block_header_encoder.o easy_buffer_encoder.o easy_encoder.o easy_encoder_memusage.o filter_buffer_encoder.o filter_encoder.o filter_flags_encoder.o index_encoder.o stream_buffer_encoder.o stream_encoder.o stream_flags_encoder.o vli_encoder.o outqueue.o alone_decoder.o auto_decoder.o block_buffer_decoder.o block_decoder.o block_header_decoder.o easy_decoder_memusage.o filter_buffer_decoder.o filter_decoder.o filter_flags_decoder.o index_decoder.o index_hash.o stream_buffer_decoder.o stream_decoder.o stream_flags_decoder.o vli_decoder.o stream_encoder_mt.o delta_common.o delta_encoder.o delta_decoder.o lz_decoder.o lz_encoder.o lz_encoder_mf.o lzma_encoder.o lzma_encoder_presets.o lzma_encoder_optimum_fast.o lzma_encoder_optimum_normal.o lzma_decoder.o lzma2_encoder.o lzma2_decoder.o fastpos_table.o price_table.o simple_coder.o simple_encoder.o simple_decoder.o arm.o armthumb.o ia64.o powerpc.o sparc.o x86.o tuklib_physmem.o.tmp tuklib_cpucores.o.tmp check.o.tmp crc32_table.o.tmp crc64_table.o.tmp crc32_fast.o.tmp crc64_fast.o.tmp common.o.tmp block_util.o.tmp easy_preset.o.tmp filter_common.o.tmp hardware_physmem.o.tmp hardware_cputhreads.o.tmp index.o.tmp stream_flags_common.o.tmp vli_size.o.tmp alone_encoder.o.tmp block_buffer_encoder.o.tmp block_encoder.o.tmp block_header_encoder.o.tmp easy_buffer_encoder.o.tmp easy_encoder.o.tmp easy_encoder_memusage.o.tmp filter_buffer_encoder.o.tmp filter_encoder.o.tmp filter_flags_encoder.o.tmp index_encoder.o.tmp stream_buffer_encoder.o.tmp stream_encoder.o.tmp stream_flags_encoder.o.tmp vli_encoder.o.tmp outqueue.o.tmp alone_decoder.o.tmp auto_decoder.o.tmp block_buffer_decoder.o.tmp block_decoder.o.tmp block_header_decoder.o.tmp easy_decoder_memusage.o.tmp filter_buffer_decoder.o.tmp filter_decoder.o.tmp filter_flags_decoder.o.tmp index_decoder.o.tmp index_hash.o.tmp stream_buffer_decoder.o.tmp stream_decoder.o.tmp stream_flags_decoder.o.tmp vli_decoder.o.tmp stream_encoder_mt.o.tmp delta_common.o.tmp delta_encoder.o.tmp delta_decoder.o.tmp lz_decoder.o.tmp lz_encoder.o.tmp lz_encoder_mf.o.tmp lzma_encoder.o.tmp lzma_encoder_presets.o.tmp lzma_encoder_optimum_fast.o.tmp lzma_encoder_optimum_normal.o.tmp lzma_decoder.o.tmp lzma2_encoder.o.tmp lzma2_decoder.o.tmp fastpos_table.o.tmp price_table.o.tmp simple_coder.o.tmp simple_encoder.o.tmp simple_decoder.o.tmp arm.o.tmp armthumb.o.tmp ia64.o.tmp powerpc.o.tmp sparc.o.tmp x86.o.tmp || true) --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/extattrctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit extattrctl extattrctl.o extattrctl.ln || true) --- cleandir-external --- --- libclean2 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f liblzma_p.a tuklib_physmem.po tuklib_cpucores.po check.po crc32_table.po crc64_table.po crc32_fast.po crc64_fast.po common.po block_util.po easy_preset.po filter_common.po hardware_physmem.po hardware_cputhreads.po index.po stream_flags_common.po vli_size.po alone_encoder.po block_buffer_encoder.po block_encoder.po block_header_encoder.po easy_buffer_encoder.po easy_encoder.po easy_encoder_memusage.po filter_buffer_encoder.po filter_encoder.po filter_flags_encoder.po index_encoder.po stream_buffer_encoder.po stream_encoder.po stream_flags_encoder.po vli_encoder.po outqueue.po alone_decoder.po auto_decoder.po block_buffer_decoder.po block_decoder.po block_header_decoder.po easy_decoder_memusage.po filter_buffer_decoder.po filter_decoder.po filter_flags_decoder.po index_decoder.po index_hash.po stream_buffer_decoder.po stream_decoder.po stream_flags_decoder.po vli_decoder.po stream_encoder_mt.po delta_common.po delta_encoder.po delta_decoder.po lz_decoder.po lz_encoder.po lz_encoder_mf.po lzma_encoder.po lzma_encoder_presets.po lzma_encoder_optimum_fast.po lzma_encoder_optimum_normal.po lzma_decoder.po lzma2_encoder.po lzma2_decoder.po fastpos_table.po price_table.po simple_coder.po simple_encoder.po simple_decoder.po arm.po armthumb.po ia64.po powerpc.po sparc.po x86.po tuklib_physmem.po.tmp tuklib_cpucores.po.tmp check.po.tmp crc32_table.po.tmp crc64_table.po.tmp crc32_fast.po.tmp crc64_fast.po.tmp common.po.tmp block_util.po.tmp easy_preset.po.tmp filter_common.po.tmp hardware_physmem.po.tmp hardware_cputhreads.po.tmp index.po.tmp stream_flags_common.po.tmp vli_size.po.tmp alone_encoder.po.tmp block_buffer_encoder.po.tmp block_encoder.po.tmp block_header_encoder.po.tmp easy_buffer_encoder.po.tmp easy_encoder.po.tmp easy_encoder_memusage.po.tmp filter_buffer_encoder.po.tmp filter_encoder.po.tmp filter_flags_encoder.po.tmp index_encoder.po.tmp stream_buffer_encoder.po.tmp stream_encoder.po.tmp stream_flags_encoder.po.tmp vli_encoder.po.tmp outqueue.po.tmp alone_decoder.po.tmp auto_decoder.po.tmp block_buffer_decoder.po.tmp block_decoder.po.tmp block_header_decoder.po.tmp easy_decoder_memusage.po.tmp filter_buffer_decoder.po.tmp filter_decoder.po.tmp filter_flags_decoder.po.tmp index_decoder.po.tmp index_hash.po.tmp stream_buffer_decoder.po.tmp stream_decoder.po.tmp stream_flags_decoder.po.tmp vli_decoder.po.tmp stream_encoder_mt.po.tmp delta_common.po.tmp delta_encoder.po.tmp delta_decoder.po.tmp lz_decoder.po.tmp lz_encoder.po.tmp lz_encoder_mf.po.tmp lzma_encoder.po.tmp lzma_encoder_presets.po.tmp lzma_encoder_optimum_fast.po.tmp lzma_encoder_optimum_normal.po.tmp lzma_decoder.po.tmp lzma2_encoder.po.tmp lzma2_decoder.po.tmp fastpos_table.po.tmp price_table.po.tmp simple_coder.po.tmp simple_encoder.po.tmp simple_decoder.po.tmp arm.po.tmp armthumb.po.tmp ia64.po.tmp powerpc.po.tmp sparc.po.tmp x86.po.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/extattrctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit extattrctl extattrctl.o extattrctl.ln || true) --- __docleandir --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f liblzma_p.a tuklib_physmem.po tuklib_cpucores.po check.po crc32_table.po crc64_table.po crc32_fast.po crc64_fast.po common.po block_util.po easy_preset.po filter_common.po hardware_physmem.po hardware_cputhreads.po index.po stream_flags_common.po vli_size.po alone_encoder.po block_buffer_encoder.po block_encoder.po block_header_encoder.po easy_buffer_encoder.po easy_encoder.po easy_encoder_memusage.po filter_buffer_encoder.po filter_encoder.po filter_flags_encoder.po index_encoder.po stream_buffer_encoder.po stream_encoder.po stream_flags_encoder.po vli_encoder.po outqueue.po alone_decoder.po auto_decoder.po block_buffer_decoder.po block_decoder.po block_header_decoder.po easy_decoder_memusage.po filter_buffer_decoder.po filter_decoder.po filter_flags_decoder.po index_decoder.po index_hash.po stream_buffer_decoder.po stream_decoder.po stream_flags_decoder.po vli_decoder.po stream_encoder_mt.po delta_common.po delta_encoder.po delta_decoder.po lz_decoder.po lz_encoder.po lz_encoder_mf.po lzma_encoder.po lzma_encoder_presets.po lzma_encoder_optimum_fast.po lzma_encoder_optimum_normal.po lzma_decoder.po lzma2_encoder.po lzma2_decoder.po fastpos_table.po price_table.po simple_coder.po simple_encoder.po simple_decoder.po arm.po armthumb.po ia64.po powerpc.po sparc.po x86.po tuklib_physmem.po.tmp tuklib_cpucores.po.tmp check.po.tmp crc32_table.po.tmp crc64_table.po.tmp crc32_fast.po.tmp crc64_fast.po.tmp common.po.tmp block_util.po.tmp easy_preset.po.tmp filter_common.po.tmp hardware_physmem.po.tmp hardware_cputhreads.po.tmp index.po.tmp stream_flags_common.po.tmp vli_size.po.tmp alone_encoder.po.tmp block_buffer_encoder.po.tmp block_encoder.po.tmp block_header_encoder.po.tmp easy_buffer_encoder.po.tmp easy_encoder.po.tmp easy_encoder_memusage.po.tmp filter_buffer_encoder.po.tmp filter_encoder.po.tmp filter_flags_encoder.po.tmp index_encoder.po.tmp stream_buffer_encoder.po.tmp stream_encoder.po.tmp stream_flags_encoder.po.tmp vli_encoder.po.tmp outqueue.po.tmp alone_decoder.po.tmp auto_decoder.po.tmp block_buffer_decoder.po.tmp block_decoder.po.tmp block_header_decoder.po.tmp easy_decoder_memusage.po.tmp filter_buffer_decoder.po.tmp filter_decoder.po.tmp filter_flags_decoder.po.tmp index_decoder.po.tmp index_hash.po.tmp stream_buffer_decoder.po.tmp stream_decoder.po.tmp stream_flags_decoder.po.tmp vli_decoder.po.tmp stream_encoder_mt.po.tmp delta_common.po.tmp delta_encoder.po.tmp delta_decoder.po.tmp lz_decoder.po.tmp lz_encoder.po.tmp lz_encoder_mf.po.tmp lzma_encoder.po.tmp lzma_encoder_presets.po.tmp lzma_encoder_optimum_fast.po.tmp lzma_encoder_optimum_normal.po.tmp lzma_decoder.po.tmp lzma2_encoder.po.tmp lzma2_decoder.po.tmp fastpos_table.po.tmp price_table.po.tmp simple_coder.po.tmp simple_encoder.po.tmp simple_decoder.po.tmp arm.po.tmp armthumb.po.tmp ia64.po.tmp powerpc.po.tmp sparc.po.tmp x86.po.tmp || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/extattrctl && rm -f extattrctl.html8 .depend extattrctl.d extattrctl.d.tmp tags || true) --- cleandir-external --- --- libclean3 --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/extattrctl && rm -f extattrctl.html8 .depend extattrctl.d extattrctl.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f liblzma_g.a || true) --- cleandir-usr.sbin --- --- cleandir-flashctl --- --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f liblzma_g.a || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/flashctl --- cleandir-external --- --- libclean4 --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f liblzma_pic.a liblzma.so.* liblzma.so tuklib_physmem.pico tuklib_cpucores.pico check.pico crc32_table.pico crc64_table.pico crc32_fast.pico crc64_fast.pico common.pico block_util.pico easy_preset.pico filter_common.pico hardware_physmem.pico hardware_cputhreads.pico index.pico stream_flags_common.pico vli_size.pico alone_encoder.pico block_buffer_encoder.pico block_encoder.pico block_header_encoder.pico easy_buffer_encoder.pico easy_encoder.pico easy_encoder_memusage.pico filter_buffer_encoder.pico filter_encoder.pico filter_flags_encoder.pico index_encoder.pico stream_buffer_encoder.pico stream_encoder.pico stream_flags_encoder.pico vli_encoder.pico outqueue.pico alone_decoder.pico auto_decoder.pico block_buffer_decoder.pico block_decoder.pico block_header_decoder.pico easy_decoder_memusage.pico filter_buffer_decoder.pico filter_decoder.pico filter_flags_decoder.pico index_decoder.pico index_hash.pico st--- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- ream_buffer_decoder.pico stream_decoder.pico stream_flags_decoder.pico vli_decoder.pico stream_encoder_mt.pico delta_common.pico delta_encoder.pico delta_decoder.pico lz_decoder.pico lz_encoder.pico lz_encoder_mf.pico lzma_encoder.pico lzma_encoder_presets.pico lzma_encoder_optimum_fast.pico lzma_encoder_optimum_normal.pico lzma_decoder.pico lzma2_encoder.pico lzma2_decoder.pico fastpos_table.pico price_table.pico simple_coder.pico simple_encoder.pico simple_decoder.pico arm.pico armthumb.pico ia64.pico powerpc.pico sparc.pico x86.pico tuklib_physmem.pico.tmp tuklib_cpucores.pico.tmp check.pico.tmp crc32_table.pico.tmp crc64_table.pico.tmp crc32_fast.pico.tmp crc64_fast.pico.tmp common.pico.tmp block_util.pico.tmp easy_preset.pico.tmp filter_common.pico.tmp hardware_physmem.pico.tmp hardware_cputhreads.pico.tmp index.pico.tmp stream_flags_common.pico.tmp vli_size.pico.tmp alone_encoder.pico.tmp block_buffer_encoder.pico.tmp block_encoder.pico.tmp block_header_encoder.pico.tmp easy_buffer_encoder.pico.tmp easy_encoder.pico.tmp easy_encoder_memusage.pico.tmp filter_buffer_encoder.pico.tmp filter_encoder.pico.tmp filter_flags_encoder.pico.tmp index_encoder.pico.tmp stream_buffer_encoder.pico.tmp stream_encoder.pico.tmp stream_flags_encoder.pico.tmp vli_encoder.pico.tmp outqueue.pico.tmp alone_decoder.pico.tmp auto_decoder.pico.tmp block_buffer_decoder.pico.tmp block_decoder.pico.tmp block_header_decoder.pico.tmp easy_decoder_memusage.pico.tmp filter_buffer_decoder.pico.tmp filter_decoder.pico.tmp filter_flags_decoder.pico.tmp index_decoder.pico.tmp index_hash.pico.tmp stream_buffer_decoder.pico.tmp stream_decoder.pico.tmp stream_flags_decoder.pico.tmp vli_decoder.pico.tmp stream_encoder_mt.pico.tmp delta_common.pico.tmp delta_encoder.pico.tmp delta_decoder.pico.tmp lz_decoder.pico.tmp lz_encoder.pico.tmp lz_encoder_mf.pico.tmp lzma_encoder.pico.tmp lzma_encoder_presets.pico.tmp lzma_encoder_optimum_fast.pico.tmp lzma_encoder_optimum_normal.pico.tmp lzma_decoder.pico.tmp lzma2_encoder.pico.tmp lzma2_decoder.pico.tmp fastpos_table.pico.tmp price_table.pico.tmp simple_coder.pico.tmp simple_encoder.pico.tmp simple_decoder.pico.tmp arm.pico.tmp armthumb.pico.tmp ia64.pico.tmp powerpc.pico.tmp sparc.pico.tmp x86.pico.tmp || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/flashctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit flashctl flashctl.o flashctl.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f liblzma_pic.a liblzma.so.* liblzma.so tuklib_physmem.pico tuklib_cpucores.pico check.pico crc32_table.pico crc64_table.pico crc32_fast.pico crc64_fast.pico common.pico block_util.pico easy_preset.pico filter_common.pico hardware_physmem.pico hardware_cputhreads.pico index.pico stream_flags_common.pico vli_size.pico alone_encoder.pico block_buffer_encoder.pico block_encoder.pico block_header_encoder.pico easy_buffer_encoder.pico easy_encoder.pico easy_encoder_memusage.pico filter_buffer_encoder.pico filter_encoder.pico filter_flags_encoder.pico index_encoder.pico stream_buffer_encoder.pico stream_encoder.pico stream_flags_encoder.pico vli_encoder.pico outqueue.pico alone_decoder.pico auto_decoder.pico block_buffer_decoder.pico block_decoder.pico block_header_decoder.pico easy_decoder_memusage.pico filter_buffer_decoder.pico filter_decoder.pico filter_flags_decoder.pico index_decoder.pico index_hash.pico stream_buffer_decoder.pico stream_decoder.pico stream_flags_decoder.pico vli_decoder.pico stream_encoder_mt.pico delta_common.pico delta_encoder.pico delta_decoder.pico lz_decoder.pico lz_encoder.pico lz_encoder_mf.pico lzma_encoder.pico lzma_encoder_presets.pico lzma_encoder_optimum_fast.pico lzma_encoder_optimum_normal.pico lzma_decoder.pico lzma2_encoder.pico lzma2_decoder.pico fastpos_table.pico price_table.pico simple_coder.pico simple_encoder.pico simple_decoder.pico arm.pico armthumb.pico ia64.pico powerpc.pico sparc.pico x86.pico tuklib_physmem.pico.tmp tuklib_cpucores.pico.tmp check.pico.tmp crc32_table.pico.tmp crc64_table.pico.tmp crc32_fast.pico.tmp crc64_fast.pico.tmp common.pico.tmp block_util.pico.tmp easy_preset.pico.tmp filter_common.pico.tmp hardware_physmem.pico.tmp hardware_cputhreads.pico.tmp index.pico.tmp stream_flags_common.pico.tmp vli_size.pico.tmp alone_encoder.pico.tmp block_buffer_encoder.pico.tmp block_encoder.pico.tmp block_header_encoder.pico.tmp easy_buffer_encoder.pico.tmp easy_encoder.pico.tmp easy_encoder_memusage.pico.tmp filter_buffer_encoder.pico.tmp filter_encoder.pico.tmp filter_flags_encoder.pico.tmp index_encoder.pico.tmp stream_buffer_encoder.pico.tmp stream_encoder.pico.tmp stream_flags_encoder.pico.tmp vli_encoder.pico.tmp outqueue.pico.tmp alone_decoder.pico.tmp auto_decoder.pico.tmp block_buffer_decoder.pico.tmp block_decoder.pico.tmp block_header_decoder.pico.tmp easy_decoder_memusage.pico.tmp filter_buffer_decoder.pico.tmp filter_decoder.pico.tmp filter_flags_decoder.pico.tmp index_decoder.pico.tmp index_hash.pico.tmp stream_buffer_decoder.pico.tmp stream_decoder.pico.tmp stream_flags_decoder.pico.tmp vli_decoder.pico.tmp stream_encoder_mt.pico.tmp delta_common.pico.tmp delta_encoder.pico.tmp delta_decoder.pico.tmp lz_decoder.pico.tmp lz_encoder.pico.tmp lz_encoder_mf.pico.tmp lzma_encoder.pico.tmp lzma_encoder_presets.pico.tmp lzma_encoder_optimum_fast.pico.tmp lzma_encoder_optimum_normal.pico.tmp lzma_decoder.pico.tmp lzma2_encoder.pico.tmp lzma2_decoder.pico.tmp fastpos_table.pico.tmp price_table.pico.tmp simple_coder.pico.tmp simple_encoder.pico.tmp simple_decoder.pico.tmp arm.pico.tmp armthumb.pico.tmp ia64.pico.tmp powerpc.pico.tmp sparc.pico.tmp x86.pico.tmp || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/flashctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit flashctl flashctl.o flashctl.ln || true) --- cleandir-external --- --- libclean5 --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f llib-llzma.ln tuklib_physmem.ln tuklib_cpucores.ln check.ln crc32_table.ln crc64_table.ln crc32_fast.ln crc64_fast.ln common.ln block_util.ln easy_preset.ln filter_common.ln hardware_physmem.ln hardware_cputhreads.ln index.ln stream_flags_common.ln vli_size.ln alone_encoder.ln block_buffer_encoder.ln block_encoder.ln block_header_encoder.ln easy_buffer_encoder.ln easy_encoder.ln easy_encoder_memusage.ln filter_buffer_encoder.ln filter_encoder.ln filter_flags_encoder.ln index_encoder.ln stream_buffer_encoder.ln stream_encoder.ln stream_flags_encoder.ln vli_encoder.ln outqueue.ln alone_decoder.ln auto_decoder.ln block_buffer_decoder.ln block_decoder.ln block_header_decoder.ln easy_decoder_memusage.ln filter_buffer_decoder.ln filter_decoder.ln filter_flags_decoder.ln index_decoder.ln index_hash.ln stream_buffer_decoder.ln stream_decoder.ln stream_flags_decoder.ln vli_decoder.ln stream_encoder_mt.ln delta_common.ln delta_encoder.ln delta_decoder.ln lz_decoder.ln lz_encoder.ln lz_encoder_mf.ln lzma_encoder.ln lzma_encoder_presets.ln lzma_encoder_optimum_fast.ln lzma_encoder_optimum_normal.ln lzma_decoder.ln lzma2_encoder.ln lzma2_decoder.ln fastpos_table.ln price_table.ln simple_coder.ln simple_encoder.ln simple_decoder.ln arm.ln armthumb.ln ia64.ln powerpc.ln sparc.ln x86.ln || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/flashctl && rm -f flashctl.html8 .depend flashctl.d flashctl.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/flashctl && rm -f flashctl.html8 .depend flashctl.d flashctl.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f llib-llzma.ln tuklib_physmem.ln tuklib_cpucores.ln check.ln crc32_table.ln crc64_table.ln crc32_fast.ln crc64_fast.ln common.ln block_util.ln easy_preset.ln filter_common.ln hardware_physmem.ln hardware_cputhreads.ln index.ln stream_flags_common.ln vli_size.ln alone_encoder.ln block_buffer_encoder.ln block_encoder.ln block_header_encoder.ln easy_buffer_encoder.ln easy_encoder.ln easy_encoder_memusage.ln filter_buffer_encoder.ln filter_encoder.ln filter_flags_encoder.ln index_encoder.ln stream_buffer_encoder.ln stream_encoder.ln stream_flags_encoder.ln vli_encoder.ln outqueue.ln alone_decoder.ln auto_decoder.ln block_buffer_decoder.ln block_decoder.ln block_header_decoder.ln easy_decoder_memusage.ln filter_buffer_decoder.ln filter_decoder.ln filter_flags_decoder.ln index_decoder.ln index_hash.ln stream_buffer_decoder.ln stream_decoder.ln stream_flags_decoder.ln vli_decoder.ln stream_encoder_mt.ln delta_common.ln delta_encoder.ln delta_decoder.ln lz_decoder.ln lz_encoder.ln lz_encoder_mf.ln lzma_encoder.ln lzma_encoder_presets.ln lzma_encoder_optimum_fast.ln lzma_encoder_optimum_normal.ln lzma_decoder.ln lzma2_encoder.ln lzma2_decoder.ln fastpos_table.ln price_table.ln simple_coder.ln simple_encoder.ln simple_decoder.ln arm.ln armthumb.ln ia64.ln powerpc.ln sparc.ln x86.ln || true) --- cleandir-usr.sbin --- --- cleandir-fssconfig --- --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/fssconfig --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f liblzma.pc liblzma.so.2.map a.out [Ee]rrs mklog core *.core || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f liblzma.pc liblzma.so.2.map a.out [Ee]rrs mklog core *.core || true) --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/fssconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fssconfig fssconfig.o fssconfig_hostops.o fssconfig.ln fssconfig_hostops.ln rump.fssconfig fssconfig.o fssconfig_rumpops.o fssconfig.ln fssconfig_rumpops.ln || true) --- cleandir-external --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/lib && rm -f .depend alone_decoder.d alone_encoder.d arm.d armthumb.d auto_decoder.d block_buffer_decoder.d block_buffer_encoder.d block_decoder.d block_encoder.d block_header_decoder.d block_header_encoder.d block_util.d check.d common.d crc32_fast.d crc32_table.d crc64_fast.d crc64_table.d delta_common.d delta_decoder.d delta_encoder.d easy_buffer_encoder.d easy_decoder_memusage.d easy_encoder.d easy_encoder_memusage.d easy_preset.d fastpos_table.d filter_buffer_decoder.d filter_buffer_encoder.d filter_common.d filter_decoder.d filter_encoder.d filter_flags_decoder.d filter_flags_encoder.d hardware_cputhreads.d hardware_physmem.d ia64.d index.d index_decoder.d index_encoder.d index_hash.d lz_decoder.d lz_encoder.d lz_encoder_mf.d lzma2_decoder.d lzma2_encoder.d lzma_decoder.d lzma_encoder.d lzma_encoder_optimum_fast.d lzma_encoder_optimum_normal.d lzma_encoder_presets.d outqueue.d powerpc.d price_table.d simple_coder.d simple_decoder.d simple_encoder.d sparc.d stream_buffer_decoder.d stream_buffer_encoder.d stream_decoder.d stream_encoder.d stream_encoder_mt.d stream_flags_common.d stream_flags_decoder.d stream_flags_encoder.d tuklib_cpucores.d tuklib_physmem.d vli_decoder.d vli_encoder.d vli_size.d x86.d alone_decoder.d.tmp alone_encoder.d.tmp arm.d.tmp armthumb.d.tmp auto_decoder.d.tmp block_buffer_decoder.d.tmp block_buffer_encoder.d.tmp block_decoder.d.tmp block_encoder.d.tmp block_header_decoder.d.tmp block_header_encoder.d.tmp block_util.d.tmp check.d.tmp common.d.tmp crc32_fast.d.tmp crc32_table.d.tmp crc64_fast.d.tmp crc64_table.d.tmp delta_common.d.tmp delta_decoder.d.tmp delta_encoder.d.tmp easy_buffer_encoder.d.tmp easy_decoder_memusage.d.tmp easy_encoder.d.tmp easy_encoder_memusage.d.tmp easy_preset.d.tmp fastpos_table.d.tmp filter_buffer_decoder.d.tmp filter_buffer_encoder.d.tmp filter_common.d.tmp filter_decoder.d.tmp filter_encoder.d.tmp filter_flags_decoder.d.tmp filter_flags_encoder.d.tmp hardware_cputhreads.d.tmp hardware_physmem.d.tmp ia64.d.tmp index.d.tmp index_decoder.d.tmp index_encoder.d.tmp index_hash.d.tmp lz_decoder.d.tmp lz_encoder.d.tmp lz_encoder_mf.d.tmp lzma2_decoder.d.tmp lzma2_encoder.d.tmp lzma_decoder.d.tmp lzma_encoder.d.tmp lzma_encoder_optimum_fast.d.tmp lzma_encoder_optimum_normal.d.tmp lzma_encoder_presets.d.tmp outqueue.d.tmp powerpc.d.tmp price_table.d.tmp simple_coder.d.tmp simple_decoder.d.tmp simple_encoder.d.tmp sparc.d.tmp stream_buffer_decoder.d.tmp stream_buffer_encoder.d.tmp stream_decoder.d.tmp stream_encoder.d.tmp stream_encoder_mt.d.tmp stream_flags_common.d.tmp stream_flags_decoder.d.tmp stream_flags_encoder.d.tmp tuklib_cpucores.d.tmp tuklib_physmem.d.tmp vli_decoder.d.tmp vli_encoder.d.tmp vli_size.d.tmp x86.d.tmp tags || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/fssconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fssconfig fssconfig.o fssconfig_hostops.o fssconfig.ln fssconfig_hostops.ln rump.fssconfig fssconfig.o fssconfig_rumpops.o fssconfig.ln fssconfig_rumpops.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/lib && rm -f .depend alone_decoder.d alone_encoder.d arm.d armthumb.d auto_decoder.d block_buffer_decoder.d block_buffer_encoder.d block_decoder.d block_encoder.d block_header_decoder.d block_header_encoder.d block_util.d check.d common.d crc32_fast.d crc32_table.d crc64_fast.d crc64_table.d delta_common.d delta_decoder.d delta_encoder.d easy_buffer_encoder.d easy_decoder_memusage.d easy_encoder.d easy_encoder_memusage.d easy_preset.d fastpos_table.d filter_buffer_decoder.d filter_buffer_encoder.d filter_common.d filter_decoder.d filter_encoder.d filter_flags_decoder.d filter_flags_encoder.d hardware_cputhreads.d hardware_physmem.d ia64.d index.d index_decoder.d index_encoder.d index_hash.d lz_decoder.d lz_encoder.d lz_encoder_mf.d lzma2_decoder.d lzma2_encoder.d lzma_decoder.d lzma_encoder.d lzma_encoder_optimum_fast.d lzma_encoder_optimum_normal.d lzma_encoder_presets.d outqueue.d powerpc.d price_table.d simple_coder.d simple_decoder.d simple_encoder.d sparc.d stream_buffer_decoder.d stream_buffer_encoder.d stream_decoder.d stream_encoder.d stream_encoder_mt.d stream_flags_common.d stream_flags_decoder.d stream_flags_encoder.d tuklib_cpucores.d tuklib_physmem.d vli_decoder.d vli_encoder.d vli_size.d x86.d alone_decoder.d.tmp alone_encoder.d.tmp arm.d.tmp armthumb.d.tmp auto_decoder.d.tmp block_buffer_decoder.d.tmp block_buffer_encoder.d.tmp block_decoder.d.tmp block_encoder.d.tmp block_header_decoder.d.tmp block_header_encoder.d.tmp block_util.d.tmp check.d.tmp common.d.tmp crc32_fast.d.tmp crc32_table.d.tmp crc64_fast.d.tmp crc64_table.d.tmp delta_common.d.tmp delta_decoder.d.tmp delta_encoder.d.tmp easy_buffer_encoder.d.tmp easy_decoder_memusage.d.tmp easy_encoder.d.tmp easy_encoder_memusage.d.tmp easy_preset.d.tmp fastpos_table.d.tmp filter_buffer_decoder.d.tmp filter_buffer_encoder.d.tmp filter_common.d.tmp filter_decoder.d.tmp filter_encoder.d.tmp filter_flags_decoder.d.tmp filter_flags_encoder.d.tmp hardware_cputhreads.d.tmp hardware_physmem.d.tmp ia64.d.tmp index.d.tmp index_decoder.d.tmp index_encoder.d.tmp index_hash.d.tmp lz_decoder.d.tmp lz_encoder.d.tmp lz_encoder_mf.d.tmp lzma2_decoder.d.tmp lzma2_encoder.d.tmp lzma_decoder.d.tmp lzma_encoder.d.tmp lzma_encoder_optimum_fast.d.tmp lzma_encoder_optimum_normal.d.tmp lzma_encoder_presets.d.tmp outqueue.d.tmp powerpc.d.tmp price_table.d.tmp simple_coder.d.tmp simple_decoder.d.tmp simple_encoder.d.tmp sparc.d.tmp stream_buffer_decoder.d.tmp stream_buffer_encoder.d.tmp stream_decoder.d.tmp stream_encoder.d.tmp stream_encoder_mt.d.tmp stream_flags_common.d.tmp stream_flags_decoder.d.tmp stream_flags_encoder.d.tmp tuklib_cpucores.d.tmp tuklib_physmem.d.tmp vli_decoder.d.tmp vli_encoder.d.tmp vli_size.d.tmp x86.d.tmp tags || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/fssconfig && rm -f fssconfig.html8 .depend fssconfig.d fssconfig_hostops.d fssconfig_rumpops.d fssconfig.d.tmp fssconfig_hostops.d.tmp fssconfig_rumpops.d.tmp tags || true) --- cleandir-external --- --- cleandir-bin --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/fssconfig && rm -f fssconfig.html8 .depend fssconfig.d fssconfig_hostops.d fssconfig_rumpops.d fssconfig.d.tmp fssconfig_hostops.d.tmp fssconfig_rumpops.d.tmp tags || true) --- cleandir-external --- cleandir ===> external/public-domain/xz/bin --- cleandir-usr.sbin --- --- cleandir-fstyp --- --- cleandir-external --- --- cleandir-xz --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/fstyp --- cleandir-external --- cleandir ===> external/public-domain/xz/bin/xz --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/fstyp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fstyp apfs.o cd9660.o exfat.o ext2fs.o fstyp.o hammer.o hammer2.o hfsplus.o msdosfs.o ntfs.o ufs.o zfs.o apfs.ln cd9660.ln exfat.ln ext2fs.ln fstyp.ln hammer.ln hammer2.ln hfsplus.ln msdosfs.ln ntfs.ln ufs.ln zfs.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/bin/xz && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xz args.o coder.o file_io.o hardware.o list.o main.o message.o options.o signals.o suffix.o util.o tuklib_exit.o tuklib_cpucores.o tuklib_open_stdxxx.o tuklib_mbstr_fw.o tuklib_mbstr_width.o tuklib_physmem.o tuklib_progname.o mytime.o args.ln coder.ln file_io.ln hardware.ln list.ln main.ln message.ln options.ln signals.ln suffix.ln util.ln tuklib_exit.ln tuklib_cpucores.ln tuklib_open_stdxxx.ln tuklib_mbstr_fw.ln tuklib_mbstr_width.ln tuklib_physmem.ln tuklib_progname.ln mytime.ln || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/fstyp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fstyp apfs.o cd9660.o exfat.o ext2fs.o fstyp.o hammer.o hammer2.o hfsplus.o msdosfs.o ntfs.o ufs.o zfs.o apfs.ln cd9660.ln exfat.ln ext2fs.ln fstyp.ln hammer.ln hammer2.ln hfsplus.ln msdosfs.ln ntfs.ln ufs.ln zfs.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/bin/xz && rm -f a.out [Ee]rrs mklog core *.core .gdbinit xz args.o coder.o file_io.o hardware.o list.o main.o message.o options.o signals.o suffix.o util.o tuklib_exit.o tuklib_cpucores.o tuklib_open_stdxxx.o tuklib_mbstr_fw.o tuklib_mbstr_width.o tuklib_physmem.o tuklib_progname.o mytime.o args.ln coder.ln file_io.ln hardware.ln list.ln main.ln message.ln options.ln signals.ln suffix.ln util.ln tuklib_exit.ln tuklib_cpucores.ln tuklib_open_stdxxx.ln tuklib_mbstr_fw.ln tuklib_mbstr_width.ln tuklib_physmem.ln tuklib_progname.ln mytime.ln || true) --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/fstyp && rm -f fstyp.html8 .depend apfs.d cd9660.d exfat.d ext2fs.d fstyp.d hammer.d hammer2.d hfsplus.d msdosfs.d ntfs.d ufs.d zfs.d apfs.d.tmp cd9660.d.tmp exfat.d.tmp ext2fs.d.tmp fstyp.d.tmp hammer.d.tmp hammer2.d.tmp hfsplus.d.tmp msdosfs.d.tmp ntfs.d.tmp ufs.d.tmp zfs.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/bin/xz && rm -f xz.html1 .depend args.d coder.d file_io.d hardware.d list.d main.d message.d mytime.d options.d signals.d suffix.d tuklib_cpucores.d tuklib_exit.d tuklib_mbstr_fw.d tuklib_mbstr_width.d tuklib_open_stdxxx.d tuklib_physmem.d tuklib_progname.d util.d args.d.tmp coder.d.tmp file_io.d.tmp hardware.d.tmp list.d.tmp main.d.tmp message.d.tmp mytime.d.tmp options.d.tmp signals.d.tmp suffix.d.tmp tuklib_cpucores.d.tmp tuklib_exit.d.tmp tuklib_mbstr_fw.d.tmp tuklib_mbstr_width.d.tmp tuklib_open_stdxxx.d.tmp tuklib_physmem.d.tmp tuklib_progname.d.tmp util.d.tmp tags || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/fstyp && rm -f fstyp.html8 .depend apfs.d cd9660.d exfat.d ext2fs.d fstyp.d hammer.d hammer2.d hfsplus.d msdosfs.d ntfs.d ufs.d zfs.d apfs.d.tmp cd9660.d.tmp exfat.d.tmp ext2fs.d.tmp fstyp.d.tmp hammer.d.tmp hammer2.d.tmp hfsplus.d.tmp msdosfs.d.tmp ntfs.d.tmp ufs.d.tmp zfs.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/bin/xz && rm -f xz.html1 .depend args.d coder.d file_io.d hardware.d list.d main.d message.d mytime.d options.d signals.d suffix.d tuklib_cpucores.d tuklib_exit.d tuklib_mbstr_fw.d tuklib_mbstr_width.d tuklib_open_stdxxx.d tuklib_physmem.d tuklib_progname.d util.d args.d.tmp coder.d.tmp file_io.d.tmp hardware.d.tmp list.d.tmp main.d.tmp message.d.tmp mytime.d.tmp options.d.tmp signals.d.tmp suffix.d.tmp tuklib_cpucores.d.tmp tuklib_exit.d.tmp tuklib_mbstr_fw.d.tmp tuklib_mbstr_width.d.tmp tuklib_open_stdxxx.d.tmp tuklib_physmem.d.tmp tuklib_progname.d.tmp util.d.tmp tags || true) --- cleandir-usr.sbin --- --- cleandir-fusermount --- --- cleandir-external --- --- cleandir-lzmainfo --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/fusermount --- cleandir-external --- cleandir ===> external/public-domain/xz/bin/lzmainfo --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/fusermount && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fusermount fusermount.o fusermount.ln || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/bin/lzmainfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lzmainfo lzmainfo.o tuklib_exit.o tuklib_cpucores.o tuklib_open_stdxxx.o tuklib_mbstr_fw.o tuklib_mbstr_width.o tuklib_physmem.o tuklib_progname.o lzmainfo.ln tuklib_exit.ln tuklib_cpucores.ln tuklib_open_stdxxx.ln tuklib_mbstr_fw.ln tuklib_mbstr_width.ln tuklib_physmem.ln tuklib_progname.ln || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/fusermount && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fusermount fusermount.o fusermount.ln || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/bin/lzmainfo && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lzmainfo lzmainfo.o tuklib_exit.o tuklib_cpucores.o tuklib_open_stdxxx.o tuklib_mbstr_fw.o tuklib_mbstr_width.o tuklib_physmem.o tuklib_progname.o lzmainfo.ln tuklib_exit.ln tuklib_cpucores.ln tuklib_open_stdxxx.ln tuklib_mbstr_fw.ln tuklib_mbstr_width.ln tuklib_physmem.ln tuklib_progname.ln || true) --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/fusermount && rm -f fusermount.html8 .depend fusermount.d fusermount.d.tmp tags || true) --- cleandir-external --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/external/public-domain/xz/bin/lzmainfo && rm -f lzmainfo.html1 .depend lzmainfo.d tuklib_cpucores.d tuklib_exit.d tuklib_mbstr_fw.d tuklib_mbstr_width.d tuklib_open_stdxxx.d tuklib_physmem.d tuklib_progname.d lzmainfo.d.tmp tuklib_cpucores.d.tmp tuklib_exit.d.tmp tuklib_mbstr_fw.d.tmp tuklib_mbstr_width.d.tmp tuklib_open_stdxxx.d.tmp tuklib_physmem.d.tmp tuklib_progname.d.tmp tags || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/fusermount && rm -f fusermount.html8 .depend fusermount.d fusermount.d.tmp tags || true) --- cleandir-external --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/external/public-domain/xz/bin/lzmainfo && rm -f lzmainfo.html1 .depend lzmainfo.d tuklib_cpucores.d tuklib_exit.d tuklib_mbstr_fw.d tuklib_mbstr_width.d tuklib_open_stdxxx.d tuklib_physmem.d tuklib_progname.d lzmainfo.d.tmp tuklib_cpucores.d.tmp tuklib_exit.d.tmp tuklib_mbstr_fw.d.tmp tuklib_mbstr_width.d.tmp tuklib_open_stdxxx.d.tmp tuklib_physmem.d.tmp tuklib_progname.d.tmp tags || true) --- cleandir-usr.sbin --- --- cleandir-fwctl --- --- cleandir-external --- --- cleandir-realtek --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/fwctl --- cleandir-external --- cleandir ===> external/realtek --- cleandir-rtwn --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-external --- cleandir ===> external/realtek/rtwn --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/fwctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fwctl eui64.o fwcontrol.o fwcrom.o fwdv.o fwmpegts.o eui64.ln fwcontrol.ln fwcrom.ln fwdv.ln fwmpegts.ln || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/fwctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit fwctl eui64.o fwcontrol.o fwcrom.o fwdv.o fwmpegts.o eui64.ln fwcontrol.ln fwcrom.ln fwdv.ln fwmpegts.ln || true) --- cleandir-external --- --- __docleandir --- --- cleandir-urtwn --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-external --- cleandir ===> external/realtek/urtwn --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/fwctl && rm -f fwctl.html8 .depend eui64.d fwcontrol.d fwcrom.d fwdv.d fwmpegts.d eui64.d.tmp fwcontrol.d.tmp fwcrom.d.tmp fwdv.d.tmp fwmpegts.d.tmp tags || true) --- cleandir-external --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/fwctl && rm -f fwctl.html8 .depend eui64.d fwcontrol.d fwcrom.d fwdv.d fwmpegts.d eui64.d.tmp fwcontrol.d.tmp fwcrom.d.tmp fwdv.d.tmp fwmpegts.d.tmp tags || true) --- cleandir-external --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-gpioctl --- --- cleandir-share --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/gpioctl --- cleandir-share --- cleandir ===> share --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/gpioctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gpioctl gpioctl.o gpioctl.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/gpioctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gpioctl gpioctl.o gpioctl.ln || true) --- cleandir-share --- --- cleandir-dict --- cleandir ===> share/dict --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/gpioctl && rm -f gpioctl.html8 .depend gpioctl.d gpioctl.d.tmp tags || true) --- cleandir-share --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/dict && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/gpioctl && rm -f gpioctl.html8 .depend gpioctl.d gpioctl.d.tmp tags || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-grfconfig --- cleandir ===> usr.sbin/grfconfig --- cleandir-share --- --- cleandir-examples --- cleandir ===> share/examples --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- cleandir-amd --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/grfconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-share --- cleandir ===> share/examples/amd --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/grfconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/amd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/grfconfig && rm -f grfconfig.html8 || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/grfconfig && rm -f grfconfig.html8 || true) --- cleandir-share --- --- cleandir-apm --- cleandir ===> share/examples/apm --- cleandir-usr.sbin --- --- cleandir-gspa --- cleandir ===> usr.sbin/gspa --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- --- cleandir-gspa --- --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/apm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/gspa/gspa --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- cleandir-asm --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/gspa/gspa && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gsp_gram.c gsp_gram.h gspa gspa.o gsp_out.o gsp_sym.o gsp_lex.o gsp_act.o gsp_eval.o gsp_inst.o gsp_pseu.o gsp_gram.o gspa.ln gsp_out.ln gsp_sym.ln gsp_lex.ln gsp_act.ln gsp_eval.ln gsp_inst.ln gsp_pseu.ln || true) --- cleandir-share --- cleandir ===> share/examples/asm --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/gspa/gspa && rm -f a.out [Ee]rrs mklog core *.core .gdbinit gsp_gram.c gsp_gram.h gspa gspa.o gsp_out.o gsp_sym.o gsp_lex.o gsp_act.o gsp_eval.o gsp_inst.o gsp_pseu.o gsp_gram.o gspa.ln gsp_out.ln gsp_sym.ln gsp_lex.ln gsp_act.ln gsp_eval.ln gsp_inst.ln gsp_pseu.ln || true) --- cleandir-share --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- --- cleandir-hello --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/gspa/gspa && rm -f gspa.html8 .depend gsp_act.d gsp_eval.d gsp_gram.d gsp_inst.d gsp_lex.d gsp_out.d gsp_pseu.d gsp_sym.d gspa.d gsp_act.d.tmp gsp_eval.d.tmp gsp_gram.d.tmp gsp_inst.d.tmp gsp_lex.d.tmp gsp_out.d.tmp gsp_pseu.d.tmp gsp_sym.d.tmp gspa.d.tmp tags || true) --- cleandir-share --- cleandir ===> share/examples/asm/hello --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/gspa/gspa && rm -f gspa.html8 .depend gsp_act.d gsp_eval.d gsp_gram.d gsp_inst.d gsp_lex.d gsp_out.d gsp_pseu.d gsp_sym.d gspa.d gsp_act.d.tmp gsp_eval.d.tmp gsp_gram.d.tmp gsp_inst.d.tmp gsp_lex.d.tmp gsp_out.d.tmp gsp_pseu.d.tmp gsp_sym.d.tmp gspa.d.tmp tags || true) --- cleandir-share --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/examples/asm/hello && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- cleandir-hdaudioctl --- cleandir ===> usr.sbin/hdaudioctl --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/asm/hello && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/hdaudioctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hdaudioctl hdaudioctl.o graph.o hdaudioctl.ln graph.ln || true) --- cleandir-share --- --- cleandir-disktab --- cleandir ===> share/examples/disktab --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/hdaudioctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit hdaudioctl hdaudioctl.o graph.o hdaudioctl.ln graph.ln || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/disktab && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/hdaudioctl && rm -f hdaudioctl.html8 .depend graph.d hdaudioctl.d graph.d.tmp hdaudioctl.d.tmp tags || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/hdaudioctl && rm -f hdaudioctl.html8 .depend graph.d hdaudioctl.d graph.d.tmp hdaudioctl.d.tmp tags || true) --- cleandir-share --- --- cleandir-emul --- cleandir ===> share/examples/emul --- cleandir-usr.sbin --- --- cleandir-i2cscan --- cleandir ===> usr.sbin/i2cscan --- cleandir-share --- --- cleandir-linux --- cleandir ===> share/examples/emul/linux --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- cleandir-etc --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/i2cscan && rm -f a.out [Ee]rrs mklog core *.core .gdbinit i2cscan i2cscan.o i2cscan.ln || true) --- cleandir-share --- cleandir ===> share/examples/emul/linux/etc --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/i2cscan && rm -f a.out [Ee]rrs mklog core *.core .gdbinit i2cscan i2cscan.o i2cscan.ln || true) --- cleandir-share --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/emul/linux/etc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/i2cscan && rm -f i2cscan.html8 .depend i2cscan.d i2cscan.d.tmp tags || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/i2cscan && rm -f i2cscan.html8 .depend i2cscan.d i2cscan.d.tmp tags || true) --- cleandir-share --- --- cleandir-ultrix --- cleandir ===> share/examples/emul/ultrix --- cleandir-usr.sbin --- --- cleandir-ifwatchd --- cleandir ===> usr.sbin/ifwatchd --- cleandir-share --- --- cleandir-etc --- cleandir ===> share/examples/emul/ultrix/etc --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/ifwatchd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ifwatchd ifwatchd.o ifwatchd.ln || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/emul/ultrix/etc && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/ifwatchd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ifwatchd ifwatchd.o ifwatchd.ln || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- --- cleandir-fstab --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/ifwatchd && rm -f ifwatchd.html8 .depend ifwatchd.d ifwatchd.d.tmp tags || true) --- cleandir-share --- cleandir ===> share/examples/fstab --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/ifwatchd && rm -f ifwatchd.html8 .depend ifwatchd.d ifwatchd.d.tmp tags || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- --- cleandir-inetd --- --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/fstab && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- cleandir ===> usr.sbin/inetd --- cleandir-share --- --- __docleandir --- --- cleandir-ftpd --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- cleandir ===> share/examples/ftpd --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/inetd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit inetd inetd.o parse.o parse_v2.o ratelimit.o ipsec.o inetd.ln parse.ln parse_v2.ln ratelimit.ln ipsec.ln || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/inetd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit inetd inetd.o parse.o parse_v2.o ratelimit.o ipsec.o inetd.ln parse.ln parse_v2.ln ratelimit.ln ipsec.ln || true) --- cleandir-share --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/ftpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/inetd && rm -f inetd.html8 .depend inetd.d ipsec.d parse.d parse_v2.d ratelimit.d inetd.d.tmp ipsec.d.tmp parse.d.tmp parse_v2.d.tmp ratelimit.d.tmp tags || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/inetd && rm -f inetd.html8 .depend inetd.d ipsec.d parse.d parse_v2.d ratelimit.d inetd.d.tmp ipsec.d.tmp parse.d.tmp parse_v2.d.tmp ratelimit.d.tmp tags || true) --- cleandir-share --- --- cleandir-getdate --- cleandir ===> share/examples/getdate --- cleandir-usr.sbin --- --- cleandir-installboot --- cleandir ===> usr.sbin/installboot --- cleandir-share --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/getdate && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/installboot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit installboot installboot.o sum.o machines.o fstypes.o alpha.o amiga.o emips.o evbarm.o evbmips.o ews4800mips.o hp300.o hppa.o i386.o landisk.o macppc.o news.o next68k.o pmax.o sparc.o sparc64.o sun68k.o vax.o x68k.o evboards.o fdt.o fdt_ro.o fdt_strerror.o bbinfo.o ffs.o ffs_bswap.o cd9660.o cd9660_util.o installboot.ln sum.ln machines.ln fstypes.ln alpha.ln amiga.ln emips.ln evbarm.ln evbmips.ln ews4800mips.ln hp300.ln hppa.ln i386.ln landisk.ln macppc.ln news.ln next68k.ln pmax.ln sparc.ln sparc64.ln sun68k.ln vax.ln x68k.ln evboards.ln fdt.ln fdt_ro.ln fdt_strerror.ln bbinfo.ln ffs.ln ffs_bswap.ln cd9660.ln cd9660_util.ln || true) --- cleandir-share --- --- cleandir-hostapd --- cleandir ===> share/examples/hostapd --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/installboot && rm -f a.out [Ee]rrs mklog core *.core .gdbinit installboot installboot.o sum.o machines.o fstypes.o alpha.o amiga.o emips.o evbarm.o evbmips.o ews4800mips.o hp300.o hppa.o i386.o landisk.o macppc.o news.o next68k.o pmax.o sparc.o sparc64.o sun68k.o vax.o x68k.o evboards.o fdt.o fdt_ro.o fdt_strerror.o bbinfo.o ffs.o ffs_bswap.o cd9660.o cd9660_util.o installboot.ln sum.ln machines.ln fstypes.ln alpha.ln amiga.ln emips.ln evbarm.ln evbmips.ln ews4800mips.ln hp300.ln hppa.ln i386.ln landisk.ln macppc.ln news.ln next68k.ln pmax.ln sparc.ln sparc64.ln sun68k.ln vax.ln x68k.ln evboards.ln fdt.ln fdt_ro.ln fdt_strerror.ln bbinfo.ln ffs.ln ffs_bswap.ln cd9660.ln cd9660_util.ln || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- --- cleaninc --- --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/hostapd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- rm -rf fs --- __docleandir --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/installboot && rm -f installboot.html8 .depend alpha.d amiga.d bbinfo.d cd9660.d cd9660_util.d emips.d evbarm.d evbmips.d evboards.d ews4800mips.d fdt.d fdt_ro.d fdt_strerror.d ffs.d ffs_bswap.d fstypes.d hp300.d hppa.d i386.d installboot.d landisk.d machines.d macppc.d news.d next68k.d pmax.d sparc.d sparc64.d sum.d sun68k.d vax.d x68k.d alpha.d.tmp amiga.d.tmp bbinfo.d.tmp cd9660.d.tmp cd9660_util.d.tmp emips.d.tmp evbarm.d.tmp evbmips.d.tmp evboards.d.tmp ews4800mips.d.tmp fdt.d.tmp fdt_ro.d.tmp fdt_strerror.d.tmp ffs.d.tmp ffs_bswap.d.tmp fstypes.d.tmp hp300.d.tmp hppa.d.tmp i386.d.tmp installboot.d.tmp landisk.d.tmp machines.d.tmp macppc.d.tmp news.d.tmp next68k.d.tmp pmax.d.tmp sparc.d.tmp sparc64.d.tmp sum.d.tmp sun68k.d.tmp vax.d.tmp x68k.d.tmp tags || true) --- cleandir-share --- --- cleandir-lua --- cleandir ===> share/examples/lua --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/installboot && rm -f installboot.html8 .depend alpha.d amiga.d bbinfo.d cd9660.d cd9660_util.d emips.d evbarm.d evbmips.d evboards.d ews4800mips.d fdt.d fdt_ro.d fdt_strerror.d ffs.d ffs_bswap.d fstypes.d hp300.d hppa.d i386.d installboot.d landisk.d machines.d macppc.d news.d next68k.d pmax.d sparc.d sparc64.d sum.d sun68k.d vax.d x68k.d alpha.d.tmp amiga.d.tmp bbinfo.d.tmp cd9660.d.tmp cd9660_util.d.tmp emips.d.tmp evbarm.d.tmp evbmips.d.tmp evboards.d.tmp ews4800mips.d.tmp fdt.d.tmp fdt_ro.d.tmp fdt_strerror.d.tmp ffs.d.tmp ffs_bswap.d.tmp fstypes.d.tmp hp300.d.tmp hppa.d.tmp i386.d.tmp installboot.d.tmp landisk.d.tmp machines.d.tmp macppc.d.tmp news.d.tmp next68k.d.tmp pmax.d.tmp sparc.d.tmp sparc64.d.tmp sum.d.tmp sun68k.d.tmp vax.d.tmp x68k.d.tmp tags || true) --- cleandir-intrctl --- --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/intrctl --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/lua && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- __docleandir --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- cleandir-npf --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/intrctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit intrctl intrctl.o intrctl_io.o intrctl.ln intrctl_io.ln || true) --- cleandir-share --- cleandir ===> share/examples/npf --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/intrctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit intrctl intrctl.o intrctl_io.o intrctl.ln intrctl_io.ln || true) --- cleandir-share --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/npf && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/intrctl && rm -f intrctl.html8 .depend intrctl.d intrctl_io.d intrctl.d.tmp intrctl_io.d.tmp tags || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/intrctl && rm -f intrctl.html8 .depend intrctl.d intrctl_io.d intrctl.d.tmp intrctl_io.d.tmp tags || true) --- cleandir-share --- --- cleandir-pppd --- cleandir ===> share/examples/pppd --- cleandir-usr.sbin --- --- cleandir-iopctl --- cleandir ===> usr.sbin/iopctl --- cleandir-share --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/pppd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/iopctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iopctl iopctl.o iopctl.ln || true) --- cleandir-share --- --- cleandir-racoon --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/iopctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iopctl iopctl.o iopctl.ln || true) --- cleandir-share --- cleandir ===> share/examples/racoon --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/iopctl && rm -f iopctl.html8 .depend iopctl.d iopctl.d.tmp tags || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/racoon && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/iopctl && rm -f iopctl.html8 .depend iopctl.d iopctl.d.tmp tags || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-iostat --- --- cleandir-share --- --- cleandir-roadwarrior --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/iostat --- cleandir-share --- cleandir ===> share/examples/racoon/roadwarrior --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/iostat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iostat drvstats.o iostat.o drvstats.ln iostat.ln || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/racoon/roadwarrior && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/iostat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iostat drvstats.o iostat.o drvstats.ln iostat.ln || true) --- cleandir-share --- --- __docleandir --- --- cleandir-client --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- cleandir ===> share/examples/racoon/roadwarrior/client --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/iostat && rm -f iostat.html8 .depend drvstats.d iostat.d drvstats.d.tmp iostat.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/iostat && rm -f iostat.html8 .depend drvstats.d iostat.d drvstats.d.tmp iostat.d.tmp tags || true) --- cleandir-share --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/racoon/roadwarrior/client && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- cleandir-ipwctl --- cleandir ===> usr.sbin/ipwctl --- cleandir-share --- --- __docleandir --- --- cleandir-server --- cleandir ===> share/examples/racoon/roadwarrior/server --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/ipwctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/ipwctl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/racoon/roadwarrior/server && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/ipwctl && rm -f ipwctl.html8 || true) --- cleandir-share --- --- cleandir-syslogd --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/ipwctl && rm -f ipwctl.html8 || true) --- cleandir-share --- cleandir ===> share/examples/syslogd --- cleandir-usr.sbin --- --- cleandir-irdaattach --- cleandir ===> usr.sbin/irdaattach --- cleandir-share --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/syslogd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/irdaattach && rm -f a.out [Ee]rrs mklog core *.core .gdbinit irdaattach irdaattach.o irdaattach.ln || true) --- cleandir-share --- --- cleandir-wpa_supplicant --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/irdaattach && rm -f a.out [Ee]rrs mklog core *.core .gdbinit irdaattach irdaattach.o irdaattach.ln || true) --- cleandir-share --- cleandir ===> share/examples/wpa_supplicant --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/irdaattach && rm -f irdaattach.html8 .depend irdaattach.d irdaattach.d.tmp tags || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/wpa_supplicant && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/irdaattach && rm -f irdaattach.html8 .depend irdaattach.d irdaattach.d.tmp tags || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-isibootd --- --- cleandir-share --- --- cleandir-wsmoused --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/isibootd --- cleandir-share --- cleandir ===> share/examples/wsmoused --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/examples/wsmoused && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/isibootd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit isibootd isibootd.o isibootd.ln || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/isibootd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit isibootd isibootd.o isibootd.ln || true) --- cleandir-share --- --- cleandir-installboot --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- cleandir ===> share/installboot --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/isibootd && rm -f isibootd.html8 .depend isibootd.d isibootd.d.tmp tags || true) --- cleandir-share --- --- cleandir-evbarm --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/isibootd && rm -f isibootd.html8 .depend isibootd.d isibootd.d.tmp tags || true) --- cleandir-share --- cleandir ===> share/installboot/evbarm --- cleandir-usr.sbin --- --- cleandir-iteconfig --- --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/iteconfig --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/installboot/evbarm && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/iteconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-share --- --- cleandir-evbmips --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/iteconfig && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-share --- cleandir ===> share/installboot/evbmips --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/iteconfig && rm -f iteconfig.html8 || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/installboot/evbmips && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/iteconfig && rm -f iteconfig.html8 || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- --- cleandir-iwictl --- --- cleandir-share --- --- cleandir-legal --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/iwictl --- cleandir-share --- cleandir ===> share/legal --- __doclean --- --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/iwictl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iwictl iwictl.o iwictl.ln || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/legal && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/iwictl && rm -f a.out [Ee]rrs mklog core *.core .gdbinit iwictl iwictl.o iwictl.ln || true) --- cleandir-share --- --- __docleandir --- --- cleandir-man --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- cleandir ===> share/man --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/iwictl && rm -f iwictl.html8 .depend iwictl.d iwictl.d.tmp tags || true) --- cleandir-share --- --- cleandir-man0 --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/iwictl && rm -f iwictl.html8 .depend iwictl.d iwictl.d.tmp tags || true) --- cleandir-share --- cleandir ===> share/man/man0 --- cleandir-usr.sbin --- --- cleandir-kgmon --- cleandir ===> usr.sbin/kgmon --- cleandir-share --- --- __doclean --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man0 && rm -f man? man?pages.tmp man?pages.ps man?pages.pdf toc? tocx? a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/kgmon && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kgmon kgmon.o kgmon.ln || true) --- cleandir-share --- --- cleandir-man1 --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/kgmon && rm -f a.out [Ee]rrs mklog core *.core .gdbinit kgmon kgmon.o kgmon.ln || true) --- cleandir-share --- cleandir ===> share/man/man1 --- __doclean --- --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/kgmon && rm -f kgmon.html8 .depend kgmon.d kgmon.d.tmp tags || true) --- cleandir-share --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man1 && rm -f cd.html1 intro.html1 wait.html1 ld.so.html1 || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/kgmon && rm -f kgmon.html8 .depend kgmon.d kgmon.d.tmp tags || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man1 && rm -f cd.html1 intro.html1 wait.html1 ld.so.html1 || true) --- cleandir-usr.sbin --- --- cleandir-lastlogin --- --- cleandir-share --- --- cleandir-man1.atari --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/lastlogin --- cleandir-share --- cleandir ===> share/man/man1/man1.atari --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lastlogin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lastlogin lastlogin.o lastlogin.ln || true) --- cleandir-share --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man1/man1.atari && rm -f edahdi.html1 msconfig.html1 || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lastlogin && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lastlogin lastlogin.o lastlogin.ln || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man1/man1.atari && rm -f edahdi.html1 msconfig.html1 || true) --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- --- cleandir-man1.x68k --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lastlogin && rm -f lastlogin.html8 .depend lastlogin.d lastlogin.d.tmp tags || true) --- cleandir-share --- cleandir ===> share/man/man1/man1.x68k --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lastlogin && rm -f lastlogin.html8 .depend lastlogin.d lastlogin.d.tmp tags || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- --- cleandir-ldpd --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/ldpd --- cleandir-share --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man1/man1.x68k && rm -f aout2hux.html1 bellctrl.html1 loadfont.html1 loadkmap.html1 palette.html1 tvctrl.html1 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man1/man1.x68k && rm -f aout2hux.html1 bellctrl.html1 loadfont.html1 loadkmap.html1 palette.html1 tvctrl.html1 || true) --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/ldpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ldpd conffile.o fsm.o label.o ldp_command.o ldp_errors.o ldp_peer.o main.o mpls_interface.o mpls_routes.o notifications.o pdu.o socketops.o tlv.o tlv_stack.o conffile.ln fsm.ln label.ln ldp_command.ln ldp_errors.ln ldp_peer.ln main.ln mpls_interface.ln mpls_routes.ln notifications.ln pdu.ln socketops.ln tlv.ln tlv_stack.ln || true) --- cleandir-share --- --- cleandir-man2 --- cleandir ===> share/man/man2 --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/ldpd && rm -f a.out [Ee]rrs mklog core *.core .gdbinit ldpd conffile.o fsm.o label.o ldp_command.o ldp_errors.o ldp_peer.o main.o mpls_interface.o mpls_routes.o notifications.o pdu.o socketops.o tlv.o tlv_stack.o conffile.ln fsm.ln label.ln ldp_command.ln ldp_errors.ln ldp_peer.ln main.ln mpls_interface.ln mpls_routes.ln notifications.ln pdu.ln socketops.ln tlv.ln tlv_stack.ln || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/ldpd && rm -f ldpd.html8 ldpd.conf.html5 .depend conffile.d fsm.d label.d ldp_command.d ldp_errors.d ldp_peer.d main.d mpls_interface.d mpls_routes.d notifications.d pdu.d socketops.d tlv.d tlv_stack.d conffile.d.tmp fsm.d.tmp label.d.tmp ldp_command.d.tmp ldp_errors.d.tmp ldp_peer.d.tmp main.d.tmp mpls_interface.d.tmp mpls_routes.d.tmp notifications.d.tmp pdu.d.tmp socketops.d.tmp tlv.d.tmp tlv_stack.d.tmp tags || true) --- cleandir-share --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man2 && rm -f siginfo.html2 ucontext.html2 || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/ldpd && rm -f ldpd.html8 ldpd.conf.html5 .depend conffile.d fsm.d label.d ldp_command.d ldp_errors.d ldp_peer.d main.d mpls_interface.d mpls_routes.d notifications.d pdu.d socketops.d tlv.d tlv_stack.d conffile.d.tmp fsm.d.tmp label.d.tmp ldp_command.d.tmp ldp_errors.d.tmp ldp_peer.d.tmp main.d.tmp mpls_interface.d.tmp mpls_routes.d.tmp notifications.d.tmp pdu.d.tmp socketops.d.tmp tlv.d.tmp tlv_stack.d.tmp tags || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man2 && rm -f siginfo.html2 ucontext.html2 || true) --- cleandir-usr.sbin --- --- cleandir-link --- --- cleandir-share --- --- cleandir-man3 --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/link --- cleandir-share --- cleandir ===> share/man/man3 --- cleandir-usr.sbin --- --- __doclean --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/link && rm -f a.out [Ee]rrs mklog core *.core .gdbinit link link.o link.ln || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/link && rm -f a.out [Ee]rrs mklog core *.core .gdbinit link link.o link.ln || true) --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man3 && rm -f _DIAGASSERT.html3 __CONCAT.html3 __FPTRCAST.html3 __UNCONST.html3 __USE.html3 CMSG_DATA.html3 __alignof__.html3 __arraycount.html3 __builtin_constant_p.html3 __builtin_prefetch.html3 __builtin_return_address.html3 __builtin_types_compatible_p.html3 __insn_barrier.html3 assert.html3 attribute.html3 bitmap.html3 bitops.html3 bits.html3 bitstring.html3 cdefs.html3 dirent.html3 dlfcn.html3 dlinfo.html3 dl_iterate_phdr.html3 end.html3 fast_divide32.html3 ffs32.html3 gcq.html3 ilog2.html3 intro.html3 inttypes.html3 iso646.html3 limits.html3 makedev.html3 offsetof.html3 param.html3 paths.html3 queue.html3 rbtree.html3 sigevent.html3 stdarg.html3 stdbool.html3 stddef.html3 stdint.html3 stdlib.html3 sysexits.html3 tgmath.html3 timeradd.html3 timeval.html3 tm.html3 tree.html3 typeof.html3 types.html3 unistd.html3 || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/link && rm -f link.html8 .depend link.d link.d.tmp tags || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man3 && rm -f _DIAGASSERT.html3 __CONCAT.html3 __FPTRCAST.html3 __UNCONST.html3 __USE.html3 CMSG_DATA.html3 __alignof__.html3 __arraycount.html3 __builtin_constant_p.html3 __builtin_prefetch.html3 __builtin_return_address.html3 __builtin_types_compatible_p.html3 __insn_barrier.html3 assert.html3 attribute.html3 bitmap.html3 bitops.html3 bits.html3 bitstring.html3 cdefs.html3 dirent.html3 dlfcn.html3 dlinfo.html3 dl_iterate_phdr.html3 end.html3 fast_divide32.html3 ffs32.html3 gcq.html3 ilog2.html3 intro.html3 inttypes.html3 iso646.html3 limits.html3 makedev.html3 offsetof.html3 param.html3 paths.html3 queue.html3 rbtree.html3 sigevent.html3 stdarg.html3 stdbool.html3 stddef.html3 stdint.html3 stdlib.html3 sysexits.html3 tgmath.html3 timeradd.html3 timeval.html3 tm.html3 tree.html3 typeof.html3 types.html3 unistd.html3 || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/link && rm -f link.html8 .depend link.d link.d.tmp tags || true) --- cleandir-share --- --- cleandir-man3lua --- --- cleandir-usr.sbin --- --- cleandir-lockstat --- --- cleandir-share --- cleandir ===> share/man/man3lua --- cleandir-usr.sbin --- cleandir ===> usr.sbin/lockstat --- cleandir-share --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man3lua && rm -f bozohttpd.html3lua gpio.html3lua intro.html3lua libm.html3lua netpgp.html3lua sqlite.html3lua syslog.html3lua || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lockstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lockstat elf32.o elf64.o main.o elf32.ln elf64.ln main.ln || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man3lua && rm -f bozohttpd.html3lua gpio.html3lua intro.html3lua libm.html3lua netpgp.html3lua sqlite.html3lua syslog.html3lua || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lockstat && rm -f a.out [Ee]rrs mklog core *.core .gdbinit lockstat elf32.o elf64.o main.o elf32.ln elf64.ln main.ln || true) --- cleandir-share --- --- cleandir-man4 --- --- cleandir-usr.sbin --- --- __docleandir --- --- cleandir-share --- cleandir ===> share/man/man4 --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lockstat && rm -f lockstat.html8 .depend elf32.d elf64.d main.d elf32.d.tmp elf64.d.tmp main.d.tmp tags || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lockstat && rm -f lockstat.html8 .depend elf32.d elf64.d main.d elf32.d.tmp elf64.d.tmp main.d.tmp tags || true) --- cleandir-lpr --- cleandir ===> usr.sbin/lpr --- cleandir-common_source --- cleandir ===> usr.sbin/lpr/common_source --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- --- libclean1 --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lpr/common_source && rm -f libcommon.a common.o common_vars.o displayq.o fatal.o rmjob.o startdaemon.o common.o.tmp common_vars.o.tmp displayq.o.tmp fatal.o.tmp rmjob.o.tmp startdaemon.o.tmp || true) --- cleandir-share --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man4 && rm -f aac.html4 ac97.html4 acardide.html4 aceride.html4 acphy.html4 adbbt.html4 adbkbd.html4 adbms.html4 adc.html4 adm1026hm.html4 admtemp.html4 adv.html4 adw.html4 age.html4 agp.html4 agr.html4 ahb.html4 ahc.html4 ahcisata.html4 ahd.html4 aht20temp.html4 aibs.html4 alc.html4 ale.html4 alipm.html4 altmem.html4 altq.html4 am2315temp.html4 amdpm.html4 amdtemp.html4 amhphy.html4 amr.html4 aps.html4 asus.html4 an.html4 aq.html4 arcmsr.html4 arcofi.html4 aria.html4 artsata.html4 ata.html4 atalk.html4 ataraid.html4 ath.html4 athn.html4 atphy.html4 atppc.html4 attimer.html4 atw.html4 auacer.html4 audio.html4 audiocs.html4 auich.html4 auixp.html4 autri.html4 auvia.html4 awi.html4 battery_pmu.html4 bba.html4 bce.html4 bcsp.html4 be.html4 bge.html4 bnx.html4 bha.html4 bio.html4 bktr.html4 bluetooth.html4 bmx280thp.html4 bmtphy.html4 bpf.html4 bpfjit.html4 brgphy.html4 bridge.html4 bthidev.html4 bthub.html4 btkbd.html4 btmagic.html4 btms.html4 btsco.html4 btuart.html4 bwfm.html4 bwi.html4 cac.html4 can.html4 canloop.html4 cardbus.html4 carp.html4 cas.html4 ccd.html4 cd.html4 cec.html4 cgd.html4 cfb.html4 ch.html4 chipsfb.html4 ciphy.html4 ciss.html4 clcs.html4 clct.html4 clockctl.html4 cmdide.html4 cmpci.html4 cms.html4 cnw.html4 com.html4 coram.html4 crypto.html4 cs80bus.html4 cuda.html4 cypide.html4 cxdtv.html4 ddb.html4 ddc.html4 dge.html4 dk.html4 dm.html4 dmoverio.html4 dmphy.html4 dpt.html4 dpti.html4 drm.html4 drum.html4 drvctl.html4 dtv.html4 dtviic.html4 dwctwo.html4 eap.html4 ebus.html4 edc.html4 elmc.html4 emuxki.html4 ena.html4 envsys.html4 ep.html4 eqos.html4 esa.html4 esiop.html4 esm.html4 eso.html4 et.html4 etphy.html4 exphy.html4 fd.html4 finsio.html4 flash.html4 fms.html4 fss.html4 fujbp.html4 full.html4 fxp.html4 gcscaudio.html4 gem.html4 genfb.html4 gentbi.html4 geodeide.html4 glxtphy.html4 gpib.html4 gpio.html4 gpioirq.html4 gpiolock.html4 gpiopps.html4 gpiopwm.html4 gpiosim.html4 gre.html4 gphyter.html4 gsip.html4 hdaudio.html4 hifn.html4 hme.html4 hpacel.html4 hpqlb.html4 hptide.html4 hvn.html4 hythygtemp.html4 iavf.html4 ibmcd.html4 ibmhawk.html4 ichsmb.html4 icmp.html4 icp.html4 icsphy.html4 iee.html4 ieee80211.html4 ifmedia.html4 igc.html4 igmafb.html4 igphy.html4 igpio.html4 igsfb.html4 iha.html4 ihidev.html4 ihphy.html4 iic.html4 ims.html4 inet.html4 ikphy.html4 inphy.html4 intersil7170.html4 intro.html4 ioasic.html4 ioat.html4 iop.html4 iophy.html4 iopsp.html4 ip.html4 ipgphy.html4 ipmi.html4 ipw.html4 irmce.html4 isp.html4 ismt.html4 isv.html4 itesio.html4 iteide.html4 iwi.html4 iwm.html4 iwn.html4 ixg.html4 ixl.html4 ixpide.html4 ixv.html4 jme.html4 jmide.html4 jmphy.html4 joy.html4 kcov.html4 kloader.html4 kse.html4 ksyms.html4 kttcp.html4 l2tp.html4 lagg.html4 lc.html4 ld.html4 lii.html4 lo.html4 lua.html4 lxtphy.html4 mainbus.html4 makphy.html4 malo.html4 mbe.html4 mca.html4 mcclock.html4 mcommphy.html4 mcx.html4 md.html4 mfb.html4 mfi.html4 mfii.html4 mhzc.html4 micphy.html4 midi.html4 mii.html4 mk48txx.html4 mlx.html4 mly.html4 mpls.html4 mpii.html4 mpt.html4 mpu.html4 mtd.html4 mtio.html4 msm6242b.html4 multicast.html4 mvsata.html4 nadb.html4 ne.html4 neo.html4 netintro.html4 nfe.html4 nfsmb.html4 njata.html4 njs.html4 npflog.html4 nsclpcsio.html4 nside.html4 nsphy.html4 nsphyter.html4 ntwoc.html4 null.html4 nvme.html4 nvmm.html4 oak.html4 oosiop.html4 opl.html4 options.html4 optiide.html4 osiop.html4 otus.html4 pad.html4 pas.html4 pcdisplay.html4 pcf8563rtc.html4 pciide.html4 pckbc.html4 pckbd.html4 pcn.html4 pcppi.html4 pcscp.html4 pcweasel.html4 pdcide.html4 pdcsata.html4 piixide.html4 piixpcib.html4 piixpm.html4 pim.html4 plip.html4 pm3fb.html4 pms.html4 pmu.html4 pnaphy.html4 ppbus.html4 ppp.html4 pppoe.html4 pseye.html4 ptcd.html4 ptm.html4 pty.html4 puc.html4 pud.html4 puffs.html4 pwdog.html4 px.html4 pxagpio.html4 pxaip.html4 pxg.html4 qat.html4 qe.html4 qec.html4 qemufwcfg.html4 qsphy.html4 raid.html4 ral.html4 ray.html4 rcons.html4 rdcphy.html4 re.html4 rge.html4 rgephy.html4 rlphy.html4 rnd.html4 route.html4 rs5c372rtc.html4 rtk.html4 rtsx.html4 rtw.html4 rtwn.html4 rum.html4 run.html4 s390rtc.html4 satalink.html4 sbus.html4 schide.html4 scmd.html4 scmdi2c.html4 scmdspi.html4 scsi.html4 sctp.html4 sd.html4 se.html4 seeprom.html4 sem.html4 ses.html4 sf.html4 sfb.html4 sgp40mox.html4 sgsmix.html4 shb.html4 shmif.html4 shpcic.html4 sht3xtemp.html4 sht4xtemp.html4 si70xxtemp.html4 siisata.html4 siop.html4 sip.html4 siside.html4 sk.html4 sl.html4 slide.html4 sm.html4 smscphy.html4 smsh.html4 sn.html4 sony.html4 spc.html4 speaker.html4 spif.html4 sqphy.html4 srt.html4 ss.html4 ssdfb.html4 st.html4 ste.html4 stge.html4 sti.html4 stpcide.html4 sv.html4 svwsata.html4 swsensor.html4 swwdog.html4 sysmon.html4 tap.html4 tc.html4 tcds.html4 tcp.html4 tcu.html4 tdvfb.html4 tea5767radio.html4 termios.html4 tfb.html4 thinkpad.html4 ti.html4 tl.html4 tlp.html4 tlphy.html4 tpm.html4 tprof.html4 tra.html4 trm.html4 tsllux.html4 tty.html4 tun.html4 tqphy.html4 twa.html4 twe.html4 txp.html4 uark.html4 ubsec.html4 udp.html4 uep.html4 ug.html4 uha.html4 uk.html4 ukphy.html4 umb.html4 unix.html4 userconf.html4 vald.html4 valz.html4 veriexec.html4 vga.html4 vge.html4 viaide.html4 video.html4 vio9p.html4 viocon.html4 vioif.html4 viomb.html4 viornd.html4 vioscsi.html4 virt.html4 virtio.html4 vether.html4 vlan.html4 vmmon.html4 vmnet.html4 vmt.html4 vmx.html4 vnd.html4 voodoofb.html4 vr.html4 vte.html4 wapbl.html4 wb.html4 wbsio.html4 wd.html4 wdc.html4 wg.html4 wi.html4 wm.html4 wpi.html4 wsbell.html4 wscons.html4 wsdisplay.html4 wsfont.html4 wskbd.html4 wsmouse.html4 wsmux.html4 xbox.html4 xge.html4 yds.html4 ym.html4 wwanc.html4 zero.html4 zstty.html4 zyd.html4 atu.html4 aubtfwl.html4 aue.html4 axe.html4 axen.html4 cdce.html4 cue.html4 ehci.html4 kue.html4 mos.html4 mue.html4 ohci.html4 slhci.html4 slurm.html4 stuirda.html4 u3g.html4 ualea.html4 uatp.html4 uaudio.html4 uberry.html4 ubsa.html4 ubt.html4 uchcom.html4 ucom.html4 ucycom.html4 udav.html4 udl.html4 udsbr.html4 uftdi.html4 ugen.html4 ugensa.html4 uhci.html4 uhid.html4 uhidev.html4 uhmodem.html4 uhso.html4 uintuos.html4 uipad.html4 uipaq.html4 uirda.html4 ukbd.html4 ukyopon.html4 ulpt.html4 umass.html4 umcs.html4 umct.html4 umidi.html4 umodem.html4 ums.html4 upgt.html4 upl.html4 uplcom.html4 ure.html4 url.html4 urndis.html4 urtw.html4 urtwn.html4 usb.html4 usbnet.html4 uslsa.html4 usmsc.html4 usscanner.html4 ustir.html4 uthum.html4 utoppy.html4 uts.html4 uvideo.html4 uvisor.html4 uvscom.html4 uxrcom.html4 xhci.html4 irframe.html4 cir.html4 irframetty.html4 oboe.html4 acpi.html4 acpiacad.html4 acpibat.html4 acpibut.html4 acpicpu.html4 acpidalb.html4 acpiec.html4 acpifan.html4 acpilid.html4 acpipmtr.html4 acpismbus.html4 acpitz.html4 acpivga.html4 acpiwdrt.html4 acpiwmi.html4 radio.html4 az.html4 gtp.html4 rt.html4 rtii.html4 sf2r.html4 eisa.html4 gpioiic.html4 isa.html4 isapnp.html4 ofisa.html4 pci.html4 pcmcia.html4 podulebus.html4 ieee1394if.html4 spi.html4 cz.html4 epic.html4 viaenv.html4 aha.html4 ai.html4 aic.html4 ast.html4 ate.html4 boca.html4 cs.html4 cy.html4 ec.html4 ef.html4 eg.html4 el.html4 esp.html4 ess.html4 ex.html4 fmv.html4 gus.html4 guspnp.html4 ix.html4 iy.html4 le.html4 lm.html4 mcd.html4 nca.html4 nct.html4 rtfps.html4 sb.html4 sea.html4 smsc.html4 tcom.html4 wds.html4 we.html4 wss.html4 wt.html4 bt3c.html4 btbc.html4 pcic.html4 tcic.html4 pcmcom.html4 xi.html4 xirc.html4 adb.html4 akbd.html4 ams.html4 mc.html4 dtide.html4 ea.html4 eb.html4 ei.html4 hcide.html4 sec.html4 sc.html4 si.html4 fwohci.html4 fwip.html4 sbp.html4 dbcool.html4 g760a.html4 lmenv.html4 lmtemp.html4 mcp980x.html4 mpl115a.html4 sdtemp.html4 smscmon.html4 spdmem.html4 tps65217pmic.html4 m25p.html4 mcpgpio.html4 mcp3kadc.html4 mcp48x1dac.html4 tm121temp.html4 sbt.html4 sdhc.html4 sdmmc.html4 hil.html4 hilkbd.html4 hilid.html4 hilms.html4 faith.html4 gif.html4 inet6.html4 icmp6.html4 ip6.html4 ipsec.html4 ipsecif.html4 stf.html4 gpioow.html4 onewire.html4 owtemp.html4 pciback.html4 xbd.html4 xbdback.html4 xenbus.html4 xennet.html4 xpci.html4 xvif.html4 auvitek.html4 emdtv.html4 || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lpr/common_source && rm -f libcommon.a common.o common_vars.o displayq.o fatal.o rmjob.o startdaemon.o common.o.tmp common_vars.o.tmp displayq.o.tmp fatal.o.tmp rmjob.o.tmp startdaemon.o.tmp || true) --- libclean2 --- --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man4 && rm -f aac.html4 ac97.html4 acardide.html4 aceride.html4 acphy.html4 adbbt.html4 adbkbd.html4 adbms.html4 adc.html4 adm1026hm.html4 admtemp.html4 adv.html4 adw.html4 age.html4 agp.html4 agr.html4 ahb.html4 ahc.html4 ahcisata.html4 ahd.html4 aht20temp.html4 aibs.html4 alc.html4 ale.html4 alipm.html4 altmem.html4 altq.html4 am2315temp.html4 amdpm.html4 amdtemp.html4 amhphy.html4 amr.html4 aps.html4 asus.html4 an.html4 aq.html4 arcmsr.html4 arcofi.html4 aria.html4 artsata.html4 ata.html4 atalk.html4 ataraid.html4 ath.html4 athn.html4 atphy.html4 atppc.html4 attimer.html4 atw.html4 auacer.html4 audio.html4 audiocs.html4 auich.html4 auixp.html4 autri.html4 auvia.html4 awi.html4 battery_pmu.html4 bba.html4 bce.html4 bcsp.html4 be.html4 bge.html4 bnx.html4 bha.html4 bio.html4 bktr.html4 bluetooth.html4 bmx280thp.html4 bmtphy.html4 bpf.html4 bpfjit.html4 brgphy.html4 bridge.html4 bthidev.html4 bthub.html4 btkbd.html4 btmagic.html4 btms.html4 btsco.html4 btuart.html4 bwfm.html4 bwi.html4 cac.html4 can.html4 canloop.html4 cardbus.html4 carp.html4 cas.html4 ccd.html4 cd.html4 cec.html4 cgd.html4 cfb.html4 ch.html4 chipsfb.html4 ciphy.html4 ciss.html4 clcs.html4 clct.html4 clockctl.html4 cmdide.html4 cmpci.html4 cms.html4 cnw.html4 com.html4 coram.html4 crypto.html4 cs80bus.html4 cuda.html4 cypide.html4 cxdtv.html4 ddb.html4 ddc.html4 dge.html4 dk.html4 dm.html4 dmoverio.html4 dmphy.html4 dpt.html4 dpti.html4 drm.html4 drum.html4 drvctl.html4 dtv.html4 dtviic.html4 dwctwo.html4 eap.html4 ebus.html4 edc.html4 elmc.html4 emuxki.html4 ena.html4 envsys.html4 ep.html4 eqos.html4 esa.html4 esiop.html4 esm.html4 eso.html4 et.html4 etphy.html4 exphy.html4 fd.html4 finsio.html4 flash.html4 fms.html4 fss.html4 fujbp.html4 full.html4 fxp.html4 gcscaudio.html4 gem.html4 genfb.html4 gentbi.html4 geodeide.html4 glxtphy.html4 gpib.html4 gpio.html4 gpioirq.html4 gpiolock.html4 gpiopps.html4 gpiopwm.html4 gpiosim.html4 gre.html4 gphyter.html4 gsip.html4 hdaudio.html4 hifn.html4 hme.html4 hpacel.html4 hpqlb.html4 hptide.html4 hvn.html4 hythygtemp.html4 iavf.html4 ibmcd.html4 ibmhawk.html4 ichsmb.html4 icmp.html4 icp.html4 icsphy.html4 iee.html4 ieee80211.html4 ifmedia.html4 igc.html4 igmafb.html4 igphy.html4 igpio.html4 igsfb.html4 iha.html4 ihidev.html4 ihphy.html4 iic.html4 ims.html4 inet.html4 ikphy.html4 inphy.html4 intersil7170.html4 intro.html4 ioasic.html4 ioat.html4 iop.html4 iophy.html4 iopsp.html4 ip.html4 ipgphy.html4 ipmi.html4 ipw.html4 irmce.html4 isp.html4 ismt.html4 isv.html4 itesio.html4 iteide.html4 iwi.html4 iwm.html4 iwn.html4 ixg.html4 ixl.html4 ixpide.html4 ixv.html4 jme.html4 jmide.html4 jmphy.html4 joy.html4 kcov.html4 kloader.html4 kse.html4 ksyms.html4 kttcp.html4 l2tp.html4 lagg.html4 lc.html4 ld.html4 lii.html4 lo.html4 lua.html4 lxtphy.html4 mainbus.html4 makphy.html4 malo.html4 mbe.html4 mca.html4 mcclock.html4 mcommphy.html4 mcx.html4 md.html4 mfb.html4 mfi.html4 mfii.html4 mhzc.html4 micphy.html4 midi.html4 mii.html4 mk48txx.html4 mlx.html4 mly.html4 mpls.html4 mpii.html4 mpt.html4 mpu.html4 mtd.html4 mtio.html4 msm6242b.html4 multicast.html4 mvsata.html4 nadb.html4 ne.html4 neo.html4 netintro.html4 nfe.html4 nfsmb.html4 njata.html4 njs.html4 npflog.html4 nsclpcsio.html4 nside.html4 nsphy.html4 nsphyter.html4 ntwoc.html4 null.html4 nvme.html4 nvmm.html4 oak.html4 oosiop.html4 opl.html4 options.html4 optiide.html4 osiop.html4 otus.html4 pad.html4 pas.html4 pcdisplay.html4 pcf8563rtc.html4 pciide.html4 pckbc.html4 pckbd.html4 pcn.html4 pcppi.html4 pcscp.html4 pcweasel.html4 pdcide.html4 pdcsata.html4 piixide.html4 piixpcib.html4 piixpm.html4 pim.html4 plip.html4 pm3fb.html4 pms.html4 pmu.html4 pnaphy.html4 ppbus.html4 ppp.html4 pppoe.html4 pseye.html4 ptcd.html4 ptm.html4 pty.html4 puc.html4 pud.html4 puffs.html4 pwdog.html4 px.html4 pxagpio.html4 pxaip.html4 pxg.html4 qat.html4 qe.html4 qec.html4 qemufwcfg.html4 qsphy.html4 raid.html4 ral.html4 ray.html4 rcons.html4 rdcphy.html4 re.html4 rge.html4 rgephy.html4 rlphy.html4 rnd.html4 route.html4 rs5c372rtc.html4 rtk.html4 rtsx.html4 rtw.html4 rtwn.html4 rum.html4 run.html4 s390rtc.html4 satalink.html4 sbus.html4 schide.html4 scmd.html4 scmdi2c.html4 scmdspi.html4 scsi.html4 sctp.html4 sd.html4 se.html4 seeprom.html4 sem.html4 ses.html4 sf.html4 sfb.html4 sgp40mox.html4 sgsmix.html4 shb.html4 shmif.html4 shpcic.html4 sht3xtemp.html4 sht4xtemp.html4 si70xxtemp.html4 siisata.html4 siop.html4 sip.html4 siside.html4 sk.html4 sl.html4 slide.html4 sm.html4 smscphy.html4 smsh.html4 sn.html4 sony.html4 spc.html4 speaker.html4 spif.html4 sqphy.html4 srt.html4 ss.html4 ssdfb.html4 st.html4 ste.html4 stge.html4 sti.html4 stpcide.html4 sv.html4 svwsata.html4 swsensor.html4 swwdog.html4 sysmon.html4 tap.html4 tc.html4 tcds.html4 tcp.html4 tcu.html4 tdvfb.html4 tea5767radio.html4 termios.html4 tfb.html4 thinkpad.html4 ti.html4 tl.html4 tlp.html4 tlphy.html4 tpm.html4 tprof.html4 tra.html4 trm.html4 tsllux.html4 tty.html4 tun.html4 tqphy.html4 twa.html4 twe.html4 txp.html4 uark.html4 ubsec.html4 udp.html4 uep.html4 ug.html4 uha.html4 uk.html4 ukphy.html4 umb.html4 unix.html4 userconf.html4 vald.html4 valz.html4 veriexec.html4 vga.html4 vge.html4 viaide.html4 video.html4 vio9p.html4 viocon.html4 vioif.html4 viomb.html4 viornd.html4 vioscsi.html4 virt.html4 virtio.html4 vether.html4 vlan.html4 vmmon.html4 vmnet.html4 vmt.html4 vmx.html4 vnd.html4 voodoofb.html4 vr.html4 vte.html4 wapbl.html4 wb.html4 wbsio.html4 wd.html4 wdc.html4 wg.html4 wi.html4 wm.html4 wpi.html4 wsbell.html4 wscons.html4 wsdisplay.html4 wsfont.html4 wskbd.html4 wsmouse.html4 wsmux.html4 xbox.html4 xge.html4 yds.html4 ym.html4 wwanc.html4 zero.html4 zstty.html4 zyd.html4 atu.html4 aubtfwl.html4 aue.html4 axe.html4 axen.html4 cdce.html4 cue.html4 ehci.html4 kue.html4 mos.html4 mue.html4 ohci.html4 slhci.html4 slurm.html4 stuirda.html4 u3g.html4 ualea.html4 uatp.html4 uaudio.html4 uberry.html4 ubsa.html4 ubt.html4 uchcom.html4 ucom.html4 ucycom.html4 udav.html4 udl.html4 udsbr.html4 uftdi.html4 ugen.html4 ugensa.html4 uhci.html4 uhid.html4 uhidev.html4 uhmodem.html4 uhso.html4 uintuos.html4 uipad.html4 uipaq.html4 uirda.html4 ukbd.html4 ukyopon.html4 ulpt.html4 umass.html4 umcs.html4 umct.html4 umidi.html4 umodem.html4 ums.html4 upgt.html4 upl.html4 uplcom.html4 ure.html4 url.html4 urndis.html4 urtw.html4 urtwn.html4 usb.html4 usbnet.html4 uslsa.html4 usmsc.html4 usscanner.html4 ustir.html4 uthum.html4 utoppy.html4 uts.html4 uvideo.html4 uvisor.html4 uvscom.html4 uxrcom.html4 xhci.html4 irframe.html4 cir.html4 irframetty.html4 oboe.html4 acpi.html4 acpiacad.html4 acpibat.html4 acpibut.html4 acpicpu.html4 acpidalb.html4 acpiec.html4 acpifan.html4 acpilid.html4 acpipmtr.html4 acpismbus.html4 acpitz.html4 acpivga.html4 acpiwdrt.html4 acpiwmi.html4 radio.html4 az.html4 gtp.html4 rt.html4 rtii.html4 sf2r.html4 eisa.html4 gpioiic.html4 isa.html4 isapnp.html4 ofisa.html4 pci.html4 pcmcia.html4 podulebus.html4 ieee1394if.html4 spi.html4 cz.html4 epic.html4 viaenv.html4 aha.html4 ai.html4 aic.html4 ast.html4 ate.html4 boca.html4 cs.html4 cy.html4 ec.html4 ef.html4 eg.html4 el.html4 esp.html4 ess.html4 ex.html4 fmv.html4 gus.html4 guspnp.html4 ix.html4 iy.html4 le.html4 lm.html4 mcd.html4 nca.html4 nct.html4 rtfps.html4 sb.html4 sea.html4 smsc.html4 tcom.html4 wds.html4 we.html4 wss.html4 wt.html4 bt3c.html4 btbc.html4 pcic.html4 tcic.html4 pcmcom.html4 xi.html4 xirc.html4 adb.html4 akbd.html4 ams.html4 mc.html4 dtide.html4 ea.html4 eb.html4 ei.html4 hcide.html4 sec.html4 sc.html4 si.html4 fwohci.html4 fwip.html4 sbp.html4 dbcool.html4 g760a.html4 lmenv.html4 lmtemp.html4 mcp980x.html4 mpl115a.html4 sdtemp.html4 smscmon.html4 spdmem.html4 tps65217pmic.html4 m25p.html4 mcpgpio.html4 mcp3kadc.html4 mcp48x1dac.html4 tm121temp.html4 sbt.html4 sdhc.html4 sdmmc.html4 hil.html4 hilkbd.html4 hilid.html4 hilms.html4 faith.html4 gif.html4 inet6.html4 icmp6.html4 ip6.html4 ipsec.html4 ipsecif.html4 stf.html4 gpioow.html4 onewire.html4 owtemp.html4 pciback.html4 xbd.html4 xbdback.html4 xenbus.html4 xennet.html4 xpci.html4 xvif.html4 auvitek.html4 emdtv.html4 || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lpr/common_source && rm -f libcommon_p.a || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lpr/common_source && rm -f libcommon_p.a || true) --- libclean3 --- --- cleandir-share --- --- cleandir-man4.acorn32 --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lpr/common_source && rm -f libcommon_g.a || true) --- cleandir-share --- cleandir ===> share/man/man4/man4.acorn32 --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lpr/common_source && rm -f libcommon_g.a || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- --- libclean4 --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lpr/common_source && rm -f libcommon_pic.a || true) --- cleandir-share --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man4/man4.acorn32 && rm -f asc.html4 autoconf.html4 cosc.html4 csc.html4 ie.html4 intro.html4 iomdkbc.html4 lpt.html4 mainbus.html4 mem.html4 ptsc.html4 qms.html4 vidcaudio.html4 vidcvideo.html4 || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lpr/common_source && rm -f libcommon_pic.a || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man4/man4.acorn32 && rm -f asc.html4 autoconf.html4 cosc.html4 csc.html4 ie.html4 intro.html4 iomdkbc.html4 lpt.html4 mainbus.html4 mem.html4 ptsc.html4 qms.html4 vidcaudio.html4 vidcvideo.html4 || true) --- cleandir-usr.sbin --- --- libclean5 --- --- cleandir-share --- --- cleandir-man4.alpha --- --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lpr/common_source && rm -f llib-lcommon.ln common.ln common_vars.ln displayq.ln fatal.ln rmjob.ln startdaemon.ln || true) --- cleandir-share --- cleandir ===> share/man/man4/man4.alpha --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lpr/common_source && rm -f llib-lcommon.ln common.ln common_vars.ln displayq.ln fatal.ln rmjob.ln startdaemon.ln || true) --- cleandir-share --- --- __doclean --- --- __docleandir --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man4/man4.alpha && rm -f apecs.html4 asc.html4 autoconf.html4 cia.html4 dwlpx.html4 gbus.html4 intro.html4 irongate.html4 jensenio.html4 kft.html4 lca.html4 mcbus.html4 mcpcia.html4 sableio.html4 tcasic.html4 tlsb.html4 tsc.html4 tsciic.html4 tsp.html4 ttwoga.html4 ttwopci.html4 || true) --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lpr/common_source && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man4/man4.alpha && rm -f apecs.html4 asc.html4 autoconf.html4 cia.html4 dwlpx.html4 gbus.html4 intro.html4 irongate.html4 jensenio.html4 kft.html4 lca.html4 mcbus.html4 mcpcia.html4 sableio.html4 tcasic.html4 tlsb.html4 tsc.html4 tsciic.html4 tsp.html4 ttwoga.html4 ttwopci.html4 || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lpr/common_source && rm -f libcommon.so..map a.out [Ee]rrs mklog core *.core || true) --- cleandir-share --- --- cleandir-man4.amiga --- --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lpr/common_source && rm -f .depend common.d common_vars.d displayq.d fatal.d rmjob.d startdaemon.d common.d.tmp common_vars.d.tmp displayq.d.tmp fatal.d.tmp rmjob.d.tmp startdaemon.d.tmp tags || true) --- cleandir-share --- cleandir ===> share/man/man4/man4.amiga --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lpr/common_source && rm -f .depend common.d common_vars.d displayq.d fatal.d rmjob.d startdaemon.d common.d.tmp common_vars.d.tmp displayq.d.tmp fatal.d.tmp rmjob.d.tmp startdaemon.d.tmp tags || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- --- cleandir-lp --- --- cleandir-share --- --- __docleandir --- --- cleandir-usr.sbin --- cleandir ===> usr.sbin/lpr/lp --- cleandir-share --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man4/man4.amiga && rm -f a1k2cp.html4 a2kbbc.html4 a34kbbc.html4 acafh.html4 afsc.html4 ahsc.html4 amidisplaycc.html4 atzsc.html4 autoconf.html4 console.html4 bah.html4 bppcsc.html4 clockport.html4 cv3dpb.html4 drbbc.html4 ed.html4 efa.html4 em4k.html4 empb.html4 es.html4 fdc.html4 grf.html4 grfcl.html4 grfcv.html4 grfcv3d.html4 grfet.html4 grfrh.html4 grfrt.html4 grful.html4 gtsc.html4 intro.html4 ite.html4 mem.html4 mfcs.html4 mgnsc.html4 mntva.html4 mppb.html4 p5membar.html4 p5pb.html4 qn.html4 ser.html4 wesc.html4 xsh.html4 xsurf.html4 z3rambd.html4 zssc.html4 || true) (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man4/man4.amiga && rm -f a1k2cp.html4 a2kbbc.html4 a34kbbc.html4 acafh.html4 afsc.html4 ahsc.html4 amidisplaycc.html4 atzsc.html4 autoconf.html4 console.html4 bah.html4 bppcsc.html4 clockport.html4 cv3dpb.html4 drbbc.html4 ed.html4 efa.html4 em4k.html4 empb.html4 es.html4 fdc.html4 grf.html4 grfcl.html4 grfcv.html4 grfcv3d.html4 grfet.html4 grfrh.html4 grfrt.html4 grful.html4 gtsc.html4 intro.html4 ite.html4 mem.html4 mfcs.html4 mgnsc.html4 mntva.html4 mppb.html4 p5membar.html4 p5pb.html4 qn.html4 ser.html4 wesc.html4 xsh.html4 xsurf.html4 z3rambd.html4 zssc.html4 || true) --- cleandir-man4.arc --- --- cleandir-usr.sbin --- --- __doclean --- --- cleandir-share --- cleandir ===> share/man/man4/man4.arc --- cleandir-usr.sbin --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lpr/lp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-share --- --- __doclean --- --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lpr/lp && rm -f a.out [Ee]rrs mklog core *.core .gdbinit || true) --- cleandir-share --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/share/man/man4/man4.arc && rm -f intro.html4 || true) --- cleandir-usr.sbin --- --- __docleandir --- (cd /Volumes/netbsd-src-objdestdir/netbsd-10/obj.amd64-Darwin-XXX/usr.sbin/lpr/lp && rm -f lp.html1 || true) --- cleandir-share --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/share/man/man4/man4.arc && rm -f intro.html4 || true) --- cleandir-usr.sbin --- (cd /Users/feyrer/work/NetBSD/cvs/src-10/usr.sbin/lpr/lp &&